diff --git a/Makefile b/Makefile index fc71558d7..9463d7d67 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ all: build dist/setup-config: GF.cabal - chmod u+x next-lib/src/mkPresent - chmod u+x next-lib/src/mkMinimal + chmod u+x lib/src/mkPresent + chmod u+x lib/src/mkMinimal runghc Setup.hs configure build: dist/setup-config diff --git a/Setup.hs b/Setup.hs index f22e19e9b..504c35345 100644 --- a/Setup.hs +++ b/Setup.hs @@ -149,7 +149,7 @@ testRGL args _ pkg lbi = do else return False -rgl_dir = "next-lib" "src" +rgl_dir = "lib" "src" -- the languages have long directory names and short ISO codes (3 letters) -- we also give the decodings for postprocessing linearizations, as long as grammars diff --git a/examples/attempto/AttemptoFre.gf b/examples/attempto/AttemptoFre.gf index 22ec92df6..9bd7099a3 100644 --- a/examples/attempto/AttemptoFre.gf +++ b/examples/attempto/AttemptoFre.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with (Syntax = SyntaxFre), diff --git a/examples/attempto/TestAttemptoEng.gf b/examples/attempto/TestAttemptoEng.gf index 9da59ff12..a01acfafe 100644 --- a/examples/attempto/TestAttemptoEng.gf +++ b/examples/attempto/TestAttemptoEng.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoEng of TestAttempto = AttemptoEng ** open SyntaxEng, ParadigmsEng, IrregEng, (C = ConstructX) in { diff --git a/examples/attempto/TestAttemptoFre.gf b/examples/attempto/TestAttemptoFre.gf index 3c2f0fcdd..6d133ddba 100644 --- a/examples/attempto/TestAttemptoFre.gf +++ b/examples/attempto/TestAttemptoFre.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoFre of TestAttempto = AttemptoFre ** open SyntaxFre, ParadigmsFre, IrregFre, (C = ConstructX) in { diff --git a/examples/attempto/TestAttemptoSwe.gf b/examples/attempto/TestAttemptoSwe.gf index c6e7698e6..cda44bf51 100644 --- a/examples/attempto/TestAttemptoSwe.gf +++ b/examples/attempto/TestAttemptoSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoSwe of TestAttempto = AttemptoSwe ** open SyntaxSwe, ParadigmsSwe, IrregSwe, (C = ConstructX) in { diff --git a/examples/bronzeage/Makefile b/examples/bronzeage/Makefile index b0efea29f..2c6d60e9d 100644 --- a/examples/bronzeage/Makefile +++ b/examples/bronzeage/Makefile @@ -1,4 +1,4 @@ -# notice: GF_LIB_PATH has to point to GF/next-lib +# notice: GF_LIB_PATH has to point to GF/lib all: magnet diff --git a/next-lib/doc/German.dot b/next-lib/doc/German.dot deleted file mode 100644 index e17ca1484..000000000 --- a/next-lib/doc/German.dot +++ /dev/null @@ -1,107 +0,0 @@ -digraph { - -size = "12,12" ; - -LangGer [style = "dashed", shape = "box", URL = "LangGer.gf"]; -LangGer -> NounGer [style = "solid"]; -LangGer -> VerbGer [style = "solid"]; -LangGer -> ConjunctionGer [style = "solid"]; -LangGer -> StructuralGer [style = "solid"]; -LangGer -> LexiconGer [style = "solid"]; -LangGer -> Lang [arrowhead = "empty", style = "dashed"]; - -Lang [style = "solid", shape = "ellipse", URL = "Lang.gf"]; -Lang -> Noun [style = "solid"]; -Lang -> Verb [style = "solid"]; -Lang -> Conjunction [style = "solid"]; -Lang -> Structural [style = "solid"]; -Lang -> Lexicon [style = "solid"]; - -NounGer [style = "dashed", shape = "box", URL = "NounGer.gf"]; -NounGer -> CatGer [style = "solid"]; -NounGer -> ResGer [style = "dotted"]; -NounGer -> Prelude [style = "dotted"]; -NounGer -> Noun [arrowhead = "empty", style = "dashed"]; - -Noun [style = "solid", shape = "ellipse", URL = "Noun.gf"]; -Noun -> Cat [style = "solid"]; - -VerbGer [style = "dashed", shape = "box", URL = "VerbGer.gf"]; -VerbGer -> CatGer [style = "solid"]; -VerbGer -> Prelude [style = "dotted"]; -VerbGer -> ResGer [style = "dotted"]; -VerbGer -> Verb [arrowhead = "empty", style = "dashed"]; - -Verb [style = "solid", shape = "ellipse", URL = "Verb.gf"]; -Verb -> Cat [style = "solid"]; - -ConjunctionGer [style = "dashed", shape = "box", URL = "ConjunctionGer.gf"]; -ConjunctionGer -> CatGer [style = "solid"]; -ConjunctionGer -> ResGer [style = "dotted"]; -ConjunctionGer -> Coordination [style = "dotted"]; -ConjunctionGer -> Prelude [style = "dotted"]; -ConjunctionGer -> Conjunction [arrowhead = "empty", style = "dashed"]; - -Conjunction [style = "solid", shape = "ellipse", URL = "Conjunction.gf"]; -Conjunction -> Cat [style = "solid"]; - -Coordination [style = "dashed", shape = "ellipse", URL = "Coordination.gf"]; -Coordination -> Prelude [style = "dotted"]; - -StructuralGer [style = "dashed", shape = "box", URL = "StructuralGer.gf"]; -StructuralGer -> CatGer [style = "solid"]; -StructuralGer -> MorphoGer [style = "dotted"]; -StructuralGer -> Prelude [style = "dotted"]; -StructuralGer -> Structural [arrowhead = "empty", style = "dashed"]; - -Structural [style = "solid", shape = "ellipse", URL = "Structural.gf"]; -Structural -> Cat [style = "solid"]; - -LexiconGer [style = "dashed", shape = "box", URL = "LexiconGer.gf"]; -LexiconGer -> CatGer [style = "solid"]; -LexiconGer -> Prelude [style = "dotted"]; -LexiconGer -> ParadigmsGer [style = "dotted"]; -LexiconGer -> Lexicon [arrowhead = "empty", style = "dashed"]; - -Lexicon [style = "solid", shape = "ellipse", URL = "Lexicon.gf"]; -Lexicon -> Cat [style = "solid"]; - -ParadigmsGer [style = "dashed", shape = "ellipse", URL = "ParadigmsGer.gf"]; -ParadigmsGer -> Predef [style = "dotted"]; -ParadigmsGer -> Prelude [style = "dotted"]; -ParadigmsGer -> MorphoGer [style = "dotted"]; -ParadigmsGer -> CatGer [style = "dotted"]; - -CatGer [style = "dashed", shape = "box", URL = "CatGer.gf"]; -CatGer -> CommonX [style = "solid"]; -CatGer -> ResGer [style = "dotted"]; -CatGer -> Prelude [style = "dotted"]; -CatGer -> Cat [arrowhead = "empty", style = "dashed"]; - -Cat [style = "solid", shape = "ellipse", URL = "Cat.gf"]; -Cat -> Common [style = "solid"]; - -CommonX [style = "dashed", shape = "box", URL = "CommonX.gf"]; -CommonX -> ParamX [style = "dotted"]; -CommonX -> Common [arrowhead = "empty", style = "dashed"]; - -Common [style = "solid", shape = "ellipse", URL = "Common.gf"]; - -MorphoGer [style = "dashed", shape = "ellipse", URL = "MorphoGer.gf"]; -MorphoGer -> ResGer [style = "solid"]; -MorphoGer -> Prelude [style = "dotted"]; -MorphoGer -> Predef [style = "dotted"]; - -ResGer [style = "dashed", shape = "ellipse", URL = "ResGer.gf"]; -ResGer -> ParamX [style = "solid"]; -ResGer -> Prelude [style = "dotted"]; - -ParamX [style = "dashed", shape = "ellipse", URL = "ParamX.gf"]; -ParamX -> Prelude [style = "dotted"]; - -Prelude [style = "dashed", shape = "ellipse", URL = "Prelude.gf"]; -Prelude -> Predef [style = "dotted"]; - -Predef [style = "dashed", shape = "ellipse", URL = "Predef.gf"]; - -} diff --git a/next-lib/doc/German.png b/next-lib/doc/German.png deleted file mode 100644 index 7c6303897..000000000 Binary files a/next-lib/doc/German.png and /dev/null differ diff --git a/next-lib/doc/Grammar.dot b/next-lib/doc/Grammar.dot deleted file mode 100644 index cb2998eb3..000000000 --- a/next-lib/doc/Grammar.dot +++ /dev/null @@ -1,75 +0,0 @@ -digraph { - -size = "12,8" ; - -Lang [style = "solid", shape = "ellipse", URL = "Lang.gf"]; - -Lang -> Grammar [style = "solid"]; -Lang -> Lexicon [style = "solid"]; - -Grammar [style = "solid", shape = "ellipse", URL = "Lang.gf"]; - - -Grammar -> Noun [style = "solid"]; -Grammar -> Verb [style = "solid"]; -Grammar -> Adjective [style = "solid"]; -Grammar -> Adverb [style = "solid"]; -Grammar -> Numeral [style = "solid"]; -Grammar -> Sentence [style = "solid"]; -Grammar -> Question [style = "solid"]; -Grammar -> Relative [style = "solid"]; -Grammar -> Conjunction [style = "solid"]; -Grammar -> Phrase [style = "solid"]; -Grammar -> Text [style = "solid"]; -Grammar -> Idiom [style = "solid"]; -Grammar -> Structural [style = "solid"]; - - -Noun [style = "solid", shape = "ellipse", URL = "Noun.gf"]; -Noun -> Cat [style = "solid"]; - -Verb [style = "solid", shape = "ellipse", URL = "Verb.gf"]; -Verb -> Cat [style = "solid"]; - -Adjective [style = "solid", shape = "ellipse", URL = "Adjective.gf"]; -Adjective -> Cat [style = "solid"]; - -Adverb [style = "solid", shape = "ellipse", URL = "Adverb.gf"]; -Adverb -> Cat [style = "solid"]; - -Numeral [style = "solid", shape = "ellipse", URL = "Numeral.gf"]; -Numeral -> Cat [style = "solid"]; - -Sentence [style = "solid", shape = "ellipse", URL = "Sentence.gf"]; -Sentence -> Cat [style = "solid"]; - -Question [style = "solid", shape = "ellipse", URL = "Question.gf"]; -Question -> Cat [style = "solid"]; - -Relative [style = "solid", shape = "ellipse", URL = "Relative.gf"]; -Relative -> Cat [style = "solid"]; - -Conjunction [style = "solid", shape = "ellipse", URL = "Conjunction.gf"]; -Conjunction -> Cat [style = "solid"]; - -Phrase [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Phrase -> Cat [style = "solid"]; - -Text [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Text -> Cat [style = "solid"]; - -Idiom [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Idiom -> Cat [style = "solid"]; - -Structural [style = "solid", shape = "ellipse", URL = "Structural.gf"]; -Structural -> Cat [style = "solid"]; - -Lexicon [style = "solid", shape = "ellipse", URL = "Lexicon.gf"]; -Lexicon -> Cat [style = "solid"]; - -Cat [style = "solid", shape = "ellipse", URL = "Cat.gf"]; -Cat -> Common [style = "solid"]; - -Common [style = "solid", shape = "ellipse", URL = "Tense.gf"]; - -} diff --git a/next-lib/doc/Grammar.png b/next-lib/doc/Grammar.png deleted file mode 100644 index 1c05474b2..000000000 Binary files a/next-lib/doc/Grammar.png and /dev/null differ diff --git a/next-lib/doc/Lang.dot b/next-lib/doc/Lang.dot deleted file mode 100644 index 7de26e74c..000000000 --- a/next-lib/doc/Lang.dot +++ /dev/null @@ -1,68 +0,0 @@ -digraph { - -size = "12,8" ; - -Lang [style = "solid", shape = "ellipse", URL = "Lang.gf"]; -Lang -> Noun [style = "solid"]; -Lang -> Verb [style = "solid"]; -Lang -> Adjective [style = "solid"]; -Lang -> Adverb [style = "solid"]; -Lang -> Numeral [style = "solid"]; -Lang -> Sentence [style = "solid"]; -Lang -> Question [style = "solid"]; -Lang -> Relative [style = "solid"]; -Lang -> Conjunction [style = "solid"]; -Lang -> Phrase [style = "solid"]; -Lang -> Text [style = "solid"]; -Lang -> Idiom [style = "solid"]; -Lang -> Structural [style = "solid"]; -Lang -> Lexicon [style = "solid"]; - -Noun [style = "solid", shape = "ellipse", URL = "Noun.gf"]; -Noun -> Cat [style = "solid"]; - -Verb [style = "solid", shape = "ellipse", URL = "Verb.gf"]; -Verb -> Cat [style = "solid"]; - -Adjective [style = "solid", shape = "ellipse", URL = "Adjective.gf"]; -Adjective -> Cat [style = "solid"]; - -Adverb [style = "solid", shape = "ellipse", URL = "Adverb.gf"]; -Adverb -> Cat [style = "solid"]; - -Numeral [style = "solid", shape = "ellipse", URL = "Numeral.gf"]; -Numeral -> Cat [style = "solid"]; - -Sentence [style = "solid", shape = "ellipse", URL = "Sentence.gf"]; -Sentence -> Cat [style = "solid"]; - -Question [style = "solid", shape = "ellipse", URL = "Question.gf"]; -Question -> Cat [style = "solid"]; - -Relative [style = "solid", shape = "ellipse", URL = "Relative.gf"]; -Relative -> Cat [style = "solid"]; - -Conjunction [style = "solid", shape = "ellipse", URL = "Conjunction.gf"]; -Conjunction -> Cat [style = "solid"]; - -Phrase [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Phrase -> Cat [style = "solid"]; - -Text [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Text -> Cat [style = "solid"]; - -Idiom [style = "solid", shape = "ellipse", URL = "Phrase.gf"]; -Idiom -> Cat [style = "solid"]; - -Structural [style = "solid", shape = "ellipse", URL = "Structural.gf"]; -Structural -> Cat [style = "solid"]; - -Lexicon [style = "solid", shape = "ellipse", URL = "Lexicon.gf"]; -Lexicon -> Cat [style = "solid"]; - -Cat [style = "solid", shape = "ellipse", URL = "Cat.gf"]; -Cat -> Common [style = "solid"]; - -Common [style = "solid", shape = "ellipse", URL = "Tense.gf"]; - -} diff --git a/next-lib/doc/Lang.png b/next-lib/doc/Lang.png deleted file mode 100644 index 3fc770382..000000000 Binary files a/next-lib/doc/Lang.png and /dev/null differ diff --git a/next-lib/doc/Makefile b/next-lib/doc/Makefile deleted file mode 100644 index e91ff322c..000000000 --- a/next-lib/doc/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -.PHONY: abstract synopsis - -all: synopsis abstract - -index: - txt2tags -thtml index.txt -synopsis: - runghc MkSynopsis.hs - -categories-imagemap.html: categories.dot - dot -Tcmapx $^ > $@ - -abstract: - gfdoc -txthtml ../src/abstract/*.gf - mv ../src/abstract/*.html abstract - diff --git a/next-lib/doc/Resource-HOWTO.txt b/next-lib/doc/Resource-HOWTO.txt deleted file mode 100644 index fff5f439f..000000000 --- a/next-lib/doc/Resource-HOWTO.txt +++ /dev/null @@ -1,787 +0,0 @@ -Resource grammar writing HOWTO -Author: Aarne Ranta -Last update: %%date(%c) - -% NOTE: this is a txt2tags file. -% Create an html file from this file using: -% txt2tags --toc -thtml Resource-HOWTO.txt - -%!target:html - -**History** - -October 2007: updated for API 1.2. - -January 2006: first version. - - -The purpose of this document is to tell how to implement the GF -resource grammar API for a new language. We will //not// cover how -to use the resource grammar, nor how to change the API. But we -will give some hints how to extend the API. - -A manual for using the resource grammar is found in - -[``http://www.cs.chalmers.se/~aarne/GF/lib/resource-1.0/doc/synopsis.html`` http://www.cs.chalmers.se/~aarne/GF/lib/resource-1.0/doc/synopsis.html]. - -A tutorial on GF, also introducing the idea of resource grammars, is found in - -[``http://www.cs.chalmers.se/~aarne/GF/doc/tutorial/gf-tutorial2.html`` ../../../doc/tutorial/gf-tutorial2.html]. - -This document concerns the API v. 1.0. You can find the current code in - -[``http://www.cs.chalmers.se/~aarne/GF/lib/resource-1.0/`` ..] - - - - -==The resource grammar structure== - -The library is divided into a bunch of modules, whose dependencies -are given in the following figure. - -[Syntax.png] - -- solid contours: module used by end users -- dashed contours: internal module -- ellipse: abstract/concrete pair of modules -- rectangle: resource or instance -- diamond: interface - - -The solid ellipses show the API as visible to the user of the library. The -dashed ellipses form the main of the implementation, on which the resource -grammar programmer has to work with. With the exception of the ``Paradigms`` -module, the visible API modules can be produced mechanically. - -[Grammar.png] - -Thus the API consists of a grammar and a lexicon, which is -provided for test purposes. - -The module structure is rather flat: most modules are direct -parents of ``Grammar``. The idea -is that you can concentrate on one linguistic aspect at a time, or -also distribute the work among several authors. The module ``Cat`` -defines the "glue" that ties the aspects together - a type system -to which all the other modules conform, so that e.g. ``NP`` means -the same thing in those modules that use ``NP``s and those that -constructs them. - - - -===Phrase category modules=== - -The direct parents of the top will be called **phrase category modules**, -since each of them concentrates on a particular phrase category (nouns, verbs, -adjectives, sentences,...). A phrase category module tells -//how to construct phrases in that category//. You will find out that -all functions in any of these modules have the same value type (or maybe -one of a small number of different types). Thus we have - - -- ``Noun``: construction of nouns and noun phrases -- ``Adjective``: construction of adjectival phrases -- ``Verb``: construction of verb phrases -- ``Adverb``: construction of adverbial phrases -- ``Numeral``: construction of cardinal and ordinal numerals -- ``Sentence``: construction of sentences and imperatives -- ``Question``: construction of questions -- ``Relative``: construction of relative clauses -- ``Conjunction``: coordination of phrases -- ``Phrase``: construction of the major units of text and speech -- ``Text``: construction of texts as sequences of phrases -- ``Idiom``: idiomatic phrases such as existentials - - - - -===Infrastructure modules=== - -Expressions of each phrase category are constructed in the corresponding -phrase category module. But their //use// takes mostly place in other modules. -For instance, noun phrases, which are constructed in ``Noun``, are -used as arguments of functions of almost all other phrase category modules. -How can we build all these modules independently of each other? - -As usual in typeful programming, the //only// thing you need to know -about an object you use is its type. When writing a linearization rule -for a GF abstract syntax function, the only thing you need to know is -the linearization types of its value and argument categories. To achieve -the division of the resource grammar to several parallel phrase category modules, -what we need is an underlying definition of the linearization types. This -definition is given as the implementation of - -- ``Cat``: syntactic categories of the resource grammar - - -Any resource grammar implementation has first to agree on how to implement -``Cat``. Luckily enough, even this can be done incrementally: you -can skip the ``lincat`` definition of a category and use the default -``{s : Str}`` until you need to change it to something else. In -English, for instance, many categories do have this linearization type. - - - -===Lexical modules=== - -What is lexical and what is syntactic is not as clearcut in GF as in -some other grammar formalisms. Logically, lexical means atom, i.e. a -``fun`` with no arguments. Linguistically, one may add to this -that the ``lin`` consists of only one token (or of a table whose values -are single tokens). Even in the restricted lexicon included in the resource -API, the latter rule is sometimes violated in some languages. For instance, -``Structural.both7and_DConj`` is an atom, but its linearization is -two words e.g. //both - and//. - -Another characterization of lexical is that lexical units can be added -almost //ad libitum//, and they cannot be defined in terms of already -given rules. The lexical modules of the resource API are thus more like -samples than complete lists. There are two such modules: - -- ``Structural``: structural words (determiners, conjunctions,...) -- ``Lexicon``: basic everyday content words (nouns, verbs,...) - - -The module ``Structural`` aims for completeness, and is likely to -be extended in future releases of the resource. The module ``Lexicon`` -gives a "random" list of words, which enable interesting testing of syntax, -and also a check list for morphology, since those words are likely to include -most morphological patterns of the language. - -In the case of ``Lexicon`` it may come out clearer than anywhere else -in the API that it is impossible to give exact translation equivalents in -different languages on the level of a resource grammar. In other words, -application grammars are likely to use the resource in different ways for -different languages. - - -==Language-dependent syntax modules== - -In addition to the common API, there is room for language-dependent extensions -of the resource. The top level of each languages looks as follows (with English as example): -``` - abstract English = Grammar, ExtraEngAbs, DictEngAbs -``` -where ``ExtraEngAbs`` is a collection of syntactic structures specific to English, -and ``DictEngAbs`` is an English dictionary -(at the moment, it consists of ``IrregEngAbs``, -the irregular verbs of English). Each of these language-specific grammars has -the potential to grow into a full-scale grammar of the language. These grammar -can also be used as libraries, but the possibility of using functors is lost. - -To give a better overview of language-specific structures, -modules like ``ExtraEngAbs`` -are built from a language-independent module ``ExtraAbs`` -by restricted inheritance: -``` - abstract ExtraEngAbs = Extra [f,g,...] -``` -Thus any category and function in ``Extra`` may be shared by a subset of all -languages. One can see this set-up as a matrix, which tells -what ``Extra`` structures -are implemented in what languages. For the common API in ``Grammar``, the matrix -is filled with 1's (everything is implemented in every language). - -In a minimal resource grammar implementation, the language-dependent -extensions are just empty modules, but it is good to provide them for -the sake of uniformity. - - -==The core of the syntax== - -Among all categories and functions, a handful are -most important and distinct ones, of which the others are can be -seen as variations. The categories are -``` - Cl ; VP ; V2 ; NP ; CN ; Det ; AP ; -``` -The functions are -``` - PredVP : NP -> VP -> Cl ; -- predication - ComplV2 : V2 -> NP -> VP ; -- complementization - DetCN : Det -> CN -> NP ; -- determination - ModCN : AP -> CN -> CN ; -- modification -``` -This [toy Latin grammar latin.gf] shows in a nutshell how these -rules relate the categories to each other. It is intended to be a -first approximation when designing the parameter system of a new -language. - - -===Another reduced API=== - -If you want to experiment with a small subset of the resource API first, -try out the module -[Syntax http://www.cs.chalmers.se/~aarne/GF/doc/tutorial/resource/Syntax.gf] -explained in the -[GF Tutorial http://www.cs.chalmers.se/~aarne/GF/doc/tutorial/gf-tutorial2.html]. - - -===The present-tense fragment=== - -Some lines in the resource library are suffixed with the comment -```--# notpresent -which is used by a preprocessor to exclude those lines from -a reduced version of the full resource. This present-tense-only -version is useful for applications in most technical text, since -they reduce the grammar size and compilation time. It can also -be useful to exclude those lines in a first version of resource -implementation. To compile a grammar with present-tense-only, use -``` - i -preproc=GF/lib/resource-1.0/mkPresent LangGer.gf -``` - - - -==Phases of the work== - -===Putting up a directory=== - -Unless you are writing an instance of a parametrized implementation -(Romance or Scandinavian), which will be covered later, the -simplest way is to follow roughly the following procedure. Assume you -are building a grammar for the German language. Here are the first steps, -which we actually followed ourselves when building the German implementation -of resource v. 1.0. - -+ Create a sister directory for ``GF/lib/resource/english``, named - ``german``. -``` - cd GF/lib/resource/ - mkdir german - cd german -``` - -+ Check out the [ISO 639 3-letter language code - http://www.w3.org/WAI/ER/IG/ert/iso639.htm] - for German: both ``Ger`` and ``Deu`` are given, and we pick ``Ger``. - -+ Copy the ``*Eng.gf`` files from ``english`` ``german``, - and rename them: -``` - cp ../english/*Eng.gf . - rename 's/Eng/Ger/' *Eng.gf -``` - -+ Change the ``Eng`` module references to ``Ger`` references - in all files: -``` - sed -i 's/English/German/g' *Ger.gf - sed -i 's/Eng/Ger/g' *Ger.gf -``` - The first line prevents changing the word ``English``, which appears - here and there in comments, to ``Gerlish``. - -+ This may of course change unwanted occurrences of the - string ``Eng`` - verify this by -``` - grep Ger *.gf -``` - But you will have to make lots of manual changes in all files anyway! - -+ Comment out the contents of these files: -``` - sed -i 's/^/--/' *Ger.gf -``` - This will give you a set of templates out of which the grammar - will grow as you uncomment and modify the files rule by rule. - -+ In all ``.gf`` files, uncomment the module headers and brackets, - leaving the module bodies commented. Unfortunately, there is no - simple way to do this automatically (or to avoid commenting these - lines in the previous step) - but uncommenting the first - and the last lines will actually do the job for many of the files. - -+ Uncomment the contents of the main grammar file: -``` - sed -i 's/^--//' LangGer.gf -``` - -+ Now you can open the grammar ``LangGer`` in GF: -``` - gf LangGer.gf -``` - You will get lots of warnings on missing rules, but the grammar will compile. - -+ At all following steps you will now have a valid, but incomplete - GF grammar. The GF command -``` - pg -printer=missing -``` - tells you what exactly is missing. - - -Here is the module structure of ``LangGer``. It has been simplified by leaving out -the majority of the phrase category modules. Each of them has the same dependencies -as e.g. ``VerbGer``. - -[German.png] - - -===Direction of work=== - -The real work starts now. There are many ways to proceed, the main ones being -- Top-down: start from the module ``Phrase`` and go down to ``Sentence``, then - ``Verb``, ``Noun``, and in the end ``Lexicon``. In this way, you are all the time - building complete phrases, and add them with more content as you proceed. - **This approach is not recommended**. It is impossible to test the rules if - you have no words to apply the constructions to. - -- Bottom-up: set as your first goal to implement ``Lexicon``. To this end, you - need to write ``ParadigmsGer``, which in turn needs parts of - ``MorphoGer`` and ``ResGer``. - **This approach is not recommended**. You can get stuck to details of - morphology such as irregular words, and you don't have enough grasp about - the type system to decide what forms to cover in morphology. - - -The practical working direction is thus a saw-like motion between the morphological -and top-level modules. Here is a possible course of the work that gives enough -test data and enough general view at any point: -+ Define ``Cat.N`` and the required parameter types in ``ResGer``. As we define -``` - lincat N = {s : Number => Case => Str ; g : Gender} ; -``` -we need the parameter types ``Number``, ``Case``, and ``Gender``. The definition -of ``Number`` in [``common/ParamX`` ../common/ParamX.gf] works for German, so we -use it and just define ``Case`` and ``Gender`` in ``ResGer``. - -+ Define ``regN`` in ``ParadigmsGer``. In this way you can -already implement a huge amount of nouns correctly in ``LexiconGer``. Actually -just adding ``mkN`` should suffice for every noun - but, -since it is tedious to use, you -might proceed to the next step before returning to morphology and defining the -real work horse ``reg2N``. - -+ While doing this, you may want to test the resource independently. Do this by -``` - i -retain ParadigmsGer - cc regN "Kirche" -``` - -+ Proceed to determiners and pronouns in -``NounGer`` (``DetCN UsePron DetSg SgQuant NoNum NoOrd DefArt IndefArt UseN``)and -``StructuralGer`` (``i_Pron every_Det``). You also need some categories and -parameter types. At this point, it is maybe not possible to find out the final -linearization types of ``CN``, ``NP``, and ``Det``, but at least you should -be able to correctly inflect noun phrases such as //every airplane//: -``` - i LangGer.gf - l -table DetCN every_Det (UseN airplane_N) - - Nom: jeder Flugzeug - Acc: jeden Flugzeug - Dat: jedem Flugzeug - Gen: jedes Flugzeugs -``` - -+ Proceed to verbs: define ``CatGer.V``, ``ResGer.VForm``, and -``ParadigmsGer.regV``. You may choose to exclude ``notpresent`` -cases at this point. But anyway, you will be able to inflect a good -number of verbs in ``Lexicon``, such as -``live_V`` (``regV "leven"``). - -+ Now you can soon form your first sentences: define ``VP`` and -``Cl`` in ``CatGer``, ``VerbGer.UseV``, and ``SentenceGer.PredVP``. -Even if you have excluded the tenses, you will be able to produce -``` - i -preproc=mkPresent LangGer.gf - > l -table PredVP (UsePron i_Pron) (UseV live_V) - - Pres Simul Pos Main: ich lebe - Pres Simul Pos Inv: lebe ich - Pres Simul Pos Sub: ich lebe - Pres Simul Neg Main: ich lebe nicht - Pres Simul Neg Inv: lebe ich nicht - Pres Simul Neg Sub: ich nicht lebe -``` - -+ Transitive verbs (``CatGer.V2 ParadigmsGer.dirV2 VerbGer.ComplV2``) -are a natural next step, so that you can -produce ``ich liebe dich``. - -+ Adjectives (``CatGer.A ParadigmsGer.regA NounGer.AdjCN AdjectiveGer.PositA``) -will force you to think about strong and weak declensions, so that you can -correctly inflect //my new car, this new car//. - -+ Once you have implemented the set -(``Noun.DetCN Noun.AdjCN Verb.UseV Verb.ComplV2 Sentence.PredVP), -you have overcome most of difficulties. You know roughly what parameters -and dependences there are in your language, and you can now produce very -much in the order you please. - - - -===The develop-test cycle=== - -The following develop-test cycle will -be applied most of the time, both in the first steps described above -and in later steps where you are more on your own. - -+ Select a phrase category module, e.g. ``NounGer``, and uncomment some - linearization rules (for instance, ``DefSg``, which is - not too complicated). - -+ Write down some German examples of this rule, for instance translations - of "the dog", "the house", "the big house", etc. Write these in all their - different forms (two numbers and four cases). - -+ Think about the categories involved (``CN, NP, N``) and the - variations they have. Encode this in the lincats of ``CatGer``. - You may have to define some new parameter types in ``ResGer``. - -+ To be able to test the construction, - define some words you need to instantiate it - in ``LexiconGer``. You will also need some regular inflection patterns - in``ParadigmsGer``. - -+ Test by parsing, linearization, - and random generation. In particular, linearization to a table should - be used so that you see all forms produced: -``` - gr -cat=NP -number=20 -tr | l -table -``` - -+ Spare some tree-linearization pairs for later regression testing. Use the - ``tree_bank`` command, -``` - gr -cat=NP -number=20 | tb -xml | wf NP.tb -``` - You can later compared your modified grammar to this treebank by -``` - rf NP.tb | tb -c -``` - - - -You are likely to run this cycle a few times for each linearization rule -you implement, and some hundreds of times altogether. There are 66 ``cat``s and -458 ``funs`` in ``Lang`` at the moment; 149 of the ``funs`` are outside the two -lexicon modules). - -Here is a [live log ../german/log.txt] of the actual process of -building the German implementation of resource API v. 1.0. -It is the basis of the more detailed explanations, which will -follow soon. (You will found out that these explanations involve -a rational reconstruction of the live process! Among other things, the -API was changed during the actual process to make it more intuitive.) - - -===Resource modules used=== - -These modules will be written by you. - -- ``ResGer``: parameter types and auxiliary operations -(a resource for the resource grammar!) -- ``ParadigmsGer``: complete inflection engine and most important regular paradigms -- ``MorphoGer``: auxiliaries for ``ParadigmsGer`` and ``StructuralGer``. This need -not be separate from ``ResGer``. - - -These modules are language-independent and provided by the existing resource -package. - -- ``ParamX``: parameter types used in many languages -- ``CommonX``: implementation of language-uniform categories - such as $Text$ and $Phr$, as well as of - the logical tense, anteriority, and polarity parameters -- ``Coordination``: operations to deal with lists and coordination -- ``Prelude``: general-purpose operations on strings, records, - truth values, etc. -- ``Predefined``: general-purpose operations with hard-coded definitions - - -An important decision is what rules to implement in terms of operations in -``ResGer``. A golden rule of functional programming says that, whenever -you find yourself programming by copy and paste, you should write a function -instead. This indicates that an operation should be created if it is to be -used at least twice. At the same time, a sound principle of vicinity says that -it should not require too much browsing to understand what a rule does. -From these two principles, we have derived the following practice: -- If an operation is needed //in two different modules//, -it should be created in ``ResGer``. An example is ``mkClause``, -used in ``Sentence``, ``Question``, and ``Relative``- -- If an operation is needed //twice in the same module//, but never -outside, it should be created in the same module. Many examples are -found in ``Numerals``. -- If an operation is only needed once, it should not be created (but rather -inlined). Most functions in phrase category modules are implemented in this -way. - - -This discipline is very different from the one followed in earlier -versions of the library (up to 0.9). We then valued the principle of -abstraction more than vicinity, creating layers of abstraction for -almost everything. This led in practice to the duplication of almost -all code on the ``lin`` and ``oper`` levels, and made the code -hard to understand and maintain. - - - -===Morphology and lexicon=== - -The paradigms needed to implement -``LexiconGer`` are defined in -``ParadigmsGer``. -This module provides high-level ways to define the linearization of -lexical items, of categories ``N, A, V`` and their complement-taking -variants. - - - -For ease of use, the ``Paradigms`` modules follow a certain -naming convention. Thus they for each lexical category, such as ``N``, -the functions - -- ``mkN``, for worst-case construction of ``N``. Its type signature - has the form -``` - mkN : Str -> ... -> Str -> P -> ... -> Q -> N -``` - with as many string and parameter arguments as can ever be needed to - construct an ``N``. -- ``regN``, for the most common cases, with just one string argument: -``` - regN : Str -> N -``` -- A language-dependent (small) set of functions to handle mild irregularities - and common exceptions. - -For the complement-taking variants, such as ``V2``, we provide - -- ``mkV2``, which takes a ``V`` and all necessary arguments, such - as case and preposition: -``` - mkV2 : V -> Case -> Str -> V2 ; -``` -- A language-dependent (small) set of functions to handle common special cases, - such as direct transitive verbs: -``` - dirV2 : V -> V2 ; - -- dirV2 v = mkV2 v accusative [] -``` - - -The golden rule for the design of paradigms is that - -- The user will only need function applications with constants and strings, - never any records or tables. - - -The discipline of data abstraction moreover requires that the user of the resource -is not given access to parameter constructors, but only to constants that denote -them. This gives the resource grammarian the freedom to change the underlying -data representation if needed. It means that the ``ParadigmsGer`` module has -to define constants for those parameter types and constructors that -the application grammarian may need to use, e.g. -``` - oper - Case : Type ; - nominative, accusative, genitive, dative : Case ; -``` -These constants are defined in terms of parameter types and constructors -in ``ResGer`` and ``MorphoGer``, which modules are not -visible to the application grammarian. - - -===Lock fields=== - -An important difference between ``MorphoGer`` and -``ParadigmsGer`` is that the former uses "raw" record types -for word classes, whereas the latter used category symbols defined in -``CatGer``. When these category symbols are used to denote -record types in a resource modules, such as ``ParadigmsGer``, -a **lock field** is added to the record, so that categories -with the same implementation are not confused with each other. -(This is inspired by the ``newtype`` discipline in Haskell.) -For instance, the lincats of adverbs and conjunctions are the same -in ``CommonX`` (and therefore in ``CatGer``, which inherits it): -``` - lincat Adv = {s : Str} ; - lincat Conj = {s : Str} ; -``` -But when these category symbols are used to denote their linearization -types in resource module, these definitions are translated to -``` - oper Adv : Type = {s : Str ; lock_Adv : {}} ; - oper Conj : Type = {s : Str} ; lock_Conj : {}} ; -``` -In this way, the user of a resource grammar cannot confuse adverbs with -conjunctions. In other words, the lock fields force the type checker -to function as grammaticality checker. - -When the resource grammar is ``open``ed in an application grammar, the -lock fields are never seen (except possibly in type error messages), -and the application grammarian should never write them herself. If she -has to do this, it is a sign that the resource grammar is incomplete, and -the proper way to proceed is to fix the resource grammar. - -The resource grammarian has to provide the dummy lock field values -in her hidden definitions of constants in ``Paradigms``. For instance, -``` - mkAdv : Str -> Adv ; - -- mkAdv s = {s = s ; lock_Adv = <>} ; -``` - - -===Lexicon construction=== - -The lexicon belonging to ``LangGer`` consists of two modules: - -- ``StructuralGer``, structural words, built by directly using - ``MorphoGer``. -- ``BasicGer``, content words, built by using ``ParadigmsGer``. - - -The reason why ``MorphoGer`` has to be used in ``StructuralGer`` -is that ``ParadigmsGer`` does not contain constructors for closed -word classes such as pronouns and determiners. The reason why we -recommend ``ParadigmsGer`` for building ``LexiconGer`` is that -the coverage of the paradigms gets thereby tested and that the -use of the paradigms in ``LexiconGer`` gives a good set of examples for -those who want to build new lexica. - - - - - - - -==Inside grammar modules== - -Detailed implementation tricks -are found in the comments of each module. - - -===The category system=== - -- [Common gfdoc/Common.html], [CommonX ../common/CommonX.gf] -- [Cat gfdoc/Cat.html], [CatGer gfdoc/CatGer.gf] - - -===Phrase category modules=== - -- [Noun gfdoc/Noun.html], [NounGer ../german/NounGer.gf] -- [Adjective gfdoc/Adjective.html], [AdjectiveGer ../german/AdjectiveGer.gf] -- [Verb gfdoc/Verb.html], [VerbGer ../german/VerbGer.gf] -- [Adverb gfdoc/Adverb.html], [AdverbGer ../german/AdverbGer.gf] -- [Numeral gfdoc/Numeral.html], [NumeralGer ../german/NumeralGer.gf] -- [Sentence gfdoc/Sentence.html], [SentenceGer ../german/SentenceGer.gf] -- [Question gfdoc/Question.html], [QuestionGer ../german/QuestionGer.gf] -- [Relative gfdoc/Relative.html], [RelativeGer ../german/RelativeGer.gf] -- [Conjunction gfdoc/Conjunction.html], [ConjunctionGer ../german/ConjunctionGer.gf] -- [Phrase gfdoc/Phrase.html], [PhraseGer ../german/PhraseGer.gf] -- [Text gfdoc/Text.html], [TextX ../common/TextX.gf] -- [Idiom gfdoc/Idiom.html], [IdiomGer ../german/IdiomGer.gf] -- [Lang gfdoc/Lang.html], [LangGer ../german/LangGer.gf] - - -===Resource modules=== - -- [ResGer ../german/ResGer.gf] -- [MorphoGer ../german/MorphoGer.gf] -- [ParadigmsGer gfdoc/ParadigmsGer.html], [ParadigmsGer.gf ../german/ParadigmsGer.gf] - - -===Lexicon=== - -- [Structural gfdoc/Structural.html], [StructuralGer ../german/StructuralGer.gf] -- [Lexicon gfdoc/Lexicon.html], [LexiconGer ../german/LexiconGer.gf] - - -==Lexicon extension== - -===The irregularity lexicon=== - -It may be handy to provide a separate module of irregular -verbs and other words which are difficult for a lexicographer -to handle. There are usually a limited number of such words - a -few hundred perhaps. Building such a lexicon separately also -makes it less important to cover //everything// by the -worst-case paradigms (``mkV`` etc). - - - -===Lexicon extraction from a word list=== - -You can often find resources such as lists of -irregular verbs on the internet. For instance, the -[Irregular German Verbs http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html] -page gives a list of verbs in the -traditional tabular format, which begins as follows: -``` - backen (du bäckst, er bäckt) backte [buk] gebacken - befehlen (du befiehlst, er befiehlt; befiehl!) befahl (beföhle; befähle) befohlen - beginnen begann (begönne; begänne) begonnen - beißen biß gebissen -``` -All you have to do is to write a suitable verb paradigm -``` - irregV : (x1,_,_,_,_,x6 : Str) -> V ; -``` -and a Perl or Python or Haskell script that transforms -the table to -``` - backen_V = irregV "backen" "bäckt" "back" "backte" "backte" "gebacken" ; - befehlen_V = irregV "befehlen" "befiehlt" "befiehl" "befahl" "beföhle" "befohlen" ; -``` - -When using ready-made word lists, you should think about -coyright issues. Ideally, all resource grammar material should -be provided under GNU General Public License. - - - -===Lexicon extraction from raw text data=== - -This is a cheap technique to build a lexicon of thousands -of words, if text data is available in digital format. -See the [Functional Morphology http://www.cs.chalmers.se/~markus/FM/] -homepage for details. - - - -===Extending the resource grammar API=== - -Sooner or later it will happen that the resource grammar API -does not suffice for all applications. A common reason is -that it does not include idiomatic expressions in a given language. -The solution then is in the first place to build language-specific -extension modules. This chapter will deal with this issue (to be completed). - - -==Writing an instance of parametrized resource grammar implementation== - -Above we have looked at how a resource implementation is built by -the copy and paste method (from English to German), that is, formally -speaking, from scratch. A more elegant solution available for -families of languages such as Romance and Scandinavian is to -use parametrized modules. The advantages are - -- theoretical: linguistic generalizations and insights -- practical: maintainability improves with fewer components - - -In this chapter, we will look at an example: adding Italian to -the Romance family (to be completed). Here is a set of -[slides http://www.cs.chalmers.se/~aarne/geocal2006.pdf] -on the topic. - - -==Parametrizing a resource grammar implementation== - -This is the most demanding form of resource grammar writing. -We do //not// recommend the method of parametrizing from the -beginning: it is easier to have one language first implemented -in the conventional way and then add another language of the -same family by aprametrization. This means that the copy and -paste method is still used, but at this time the differences -are put into an ``interface`` module. - - - -This chapter will work out an example of how an Estonian grammar -is constructed from the Finnish grammar through parametrization. - - diff --git a/next-lib/doc/Syntax.dot b/next-lib/doc/Syntax.dot deleted file mode 100644 index a7081660e..000000000 --- a/next-lib/doc/Syntax.dot +++ /dev/null @@ -1,111 +0,0 @@ -digraph { - -size = "12,8" ; - -German [style = "solid", shape = "ellipse"]; -ExtraGer [style = "solid", shape = "ellipse"]; -IrregGer [style = "solid", shape = "ellipse"]; - -German -> IrregGer [style = "solid"]; -German -> ExtraGer [style = "solid"]; -German -> LangGer [style = "solid"]; -IrregGer -> ParadigmsGer [style = "solid"]; -ExtraGer -> Grammar [style = "solid"]; - -TryGer [style = "solid", shape = "rectangle"]; - -LangGer [style = "solid", shape = "ellipse"]; - -TryGer -> SyntaxGer [style = "solid"]; - -TryGer -> ParadigmsGer [style = "solid"]; - -TryGer -> Lexicon [style = "solid"]; - -LangGer -> Grammar [style = "solid"]; -LangGer -> Lexicon [style = "solid"]; - -Lexicon [style = "dashed", shape = "ellipse", URL = "Lang.gf"]; - -SyntaxGer [style = "solid", shape = "rectangle"]; - -SyntaxGer -> Syntax [style = "solid"]; - -ParadigmsGer [style = "solid", shape = "rectangle"]; - -Syntax [style = "solid", shape = "diamond"]; - -Syntax -> Grammar [style = "solid"]; -Syntax -> Constructors [style = "solid"]; -ParadigmsGer -> Grammar [style = "solid"]; - -Constructors [style = "dashed", shape = "ellipse", URL = "Lang.gf"]; - -Constructors -> Grammar [style = "solid"]; - -Grammar [style = "dashed", shape = "ellipse", URL = "Lang.gf"]; - - -Grammar -> Noun [style = "solid"]; -Grammar -> Verb [style = "solid"]; -Grammar -> Adjective [style = "solid"]; -Grammar -> Adverb [style = "solid"]; -Grammar -> Numeral [style = "solid"]; -Grammar -> Sentence [style = "solid"]; -Grammar -> Question [style = "solid"]; -Grammar -> Relative [style = "solid"]; -Grammar -> Conjunction [style = "solid"]; -Grammar -> Phrase [style = "solid"]; -Grammar -> Text [style = "solid"]; -Grammar -> Idiom [style = "solid"]; -Grammar -> Structural [style = "solid"]; - - -Noun [style = "dashed", shape = "ellipse", URL = "Noun.gf"]; -Noun -> Cat [style = "solid"]; - -Verb [style = "dashed", shape = "ellipse", URL = "Verb.gf"]; -Verb -> Cat [style = "solid"]; - -Adjective [style = "dashed", shape = "ellipse", URL = "Adjective.gf"]; -Adjective -> Cat [style = "solid"]; - -Adverb [style = "dashed", shape = "ellipse", URL = "Adverb.gf"]; -Adverb -> Cat [style = "solid"]; - -Numeral [style = "dashed", shape = "ellipse", URL = "Numeral.gf"]; -Numeral -> Cat [style = "solid"]; - -Sentence [style = "dashed", shape = "ellipse", URL = "Sentence.gf"]; -Sentence -> Cat [style = "solid"]; - -Question [style = "dashed", shape = "ellipse", URL = "Question.gf"]; -Question -> Cat [style = "solid"]; - -Relative [style = "dashed", shape = "ellipse", URL = "Relative.gf"]; -Relative -> Cat [style = "solid"]; - -Conjunction [style = "dashed", shape = "ellipse", URL = "Conjunction.gf"]; -Conjunction -> Cat [style = "solid"]; - -Phrase [style = "dashed", shape = "ellipse", URL = "Phrase.gf"]; -Phrase -> Cat [style = "solid"]; - -Text [style = "dashed", shape = "ellipse", URL = "Phrase.gf"]; -Text -> Cat [style = "solid"]; - -Idiom [style = "dashed", shape = "ellipse", URL = "Phrase.gf"]; -Idiom -> Cat [style = "solid"]; - -Structural [style = "dashed", shape = "ellipse", URL = "Structural.gf"]; -Structural -> Cat [style = "solid"]; - -#Lexicon [style = "dashed", shape = "ellipse", URL = "Lexicon.gf"]; -#Lexicon -> Cat [style = "solid"]; - -Cat [style = "dashed", shape = "ellipse", URL = "Cat.gf"]; -Cat -> Common [style = "solid"]; - -Common [style = "dashed", shape = "ellipse", URL = "Tense.gf"]; - -} diff --git a/next-lib/doc/Syntax.png b/next-lib/doc/Syntax.png deleted file mode 100644 index 1cc8161b1..000000000 Binary files a/next-lib/doc/Syntax.png and /dev/null differ diff --git a/next-lib/doc/editor.png b/next-lib/doc/editor.png deleted file mode 100644 index 63a3161bf..000000000 Binary files a/next-lib/doc/editor.png and /dev/null differ diff --git a/next-lib/doc/index.txt b/next-lib/doc/index.txt deleted file mode 100644 index 86d1f3d0c..000000000 --- a/next-lib/doc/index.txt +++ /dev/null @@ -1,267 +0,0 @@ -GF Resource Grammar Library v. 1.2 -Author: Aarne Ranta -Last update: %%date(%c) - -% NOTE: this is a txt2tags file. -% Create an html file from this file using: -% txt2tags --toc -thtml index.txt - -%!target:html - -%!postproc(html): #BCEN
-%!postproc(html): #ECEN
- - -#BCEN - -[10lang-large.png] - -#ECEN - - -The GF Resource Grammar Library defines the basic grammar of -ten languages: -Danish, English, Finnish, French, German, -Italian, Norwegian, Russian, Spanish, Swedish. -Still incomplete implementations for Arabic and Catalan are also -included. - -**New** in December 2007: Browsing the library by syntax editor -[directly on the web ../../../demos/resource-api/editor.html]. - - - - -==Authors== - -Inger Andersson and Therese Soderberg (Spanish morphology), -Nicolas Barth and Sylvain Pogodalla (French verb list), -Ali El Dada (Arabic modules), -Magda Gerritsen and Ulrich Real (Russian paradigms and lexicon), -Janna Khegai (Russian modules), -Bjorn Bringert (many Swadesh lexica), -Carlos Gonzala (Spanish cardinals), -Harald Hammarstrm (German morphology), -Patrik Jansson (Swedish cardinals), -Andreas Priesnitz (German lexicon), -Aarne Ranta, -Jordi Saludes (Catalan modules), -Henning Thielemann (German lexicon). - - -We are grateful for contributions and -comments to several other people who have used this and -the previous versions of the resource library, including -Ludmilla Bogavac, -Ana Bove, -David Burke, -Lauri Carlson, -Gloria Casanellas, -Karin Cavallin, -Robin Cooper, -Hans-Joachim Daniels, -Elisabet Engdahl, -Markus Forsberg, -Kristofer Johannisson, -Anni Laine, -Hans Lei, -Peter Ljunglf, -Saara Myllyntausta, -Wanjiku Ng'ang'a, -Nadine Perera, -Jordi Saludes. - - -==License== - -The GF Resource Grammar Library is open-source software licensed under -GNU Lesser General Public License (LGPL). See the file [LICENSE ../LICENSE] for more -details. - - -==Scope== - -Coverage, for each language: -- complete morphology -- lexicon of the ca. 100 most important structural words -- test lexicon of ca. 300 content words (rough equivalents in each language) -- list of irregular verbs (separately for each language) -- representative fragment of syntax (cf. CLE (Core Language Engine)) -- rather flat semantics (cf. Quasi-Logical Form of CLE) - - -Organization: -- top-level (API) modules -- Ground API + special-purpose APIs -- "school grammar" concepts rather than advanced linguistic theory - - -Presentation: -- tool ``gfdoc`` for generating HTML from grammars -- example collections - - -==Location== - -Assuming you have installed the libraries, you will find the precompiled -``gfc`` and ``gfr`` files directly under ``$GF_LIB_PATH``, whose default -value is ``/usr/local/share/GF/``. The precompiled subdirectories are -``` - alltenses - mathematical - multimodal - present -``` -Do for instance -``` - cd $GF_LIB_PATH - gf alltenses/langs.gfcm - - > p -cat=S -lang=LangEng "this grammar is too big" | tb -``` -For more details, see the [Synopsis synopsis.html]. - - -==Compilation== - -If you want to compile the library from scratch, use ``make`` in the root of -the source directory: -``` - cd GF/lib/resource-1.0 - make -``` -The ``make`` procedure does not by default make Arabic and Catalan, but you -can uncomment the relevant lines in ``Makefile`` to compile them. - - -==Encoding== - -Finnish, German, Romance, and Scandinavian languages are in isolatin-1. - -Arabic and Russian are in UTF-8. - -English is in pure ASCII. - -The different encodings imply, unfortunately, that it is hard to get -a nice view of all languages simultaneously. The easiest way to achieve this is -to use ``gfeditor``, which automatically converts grammars to UTF-8. - - -==Using the resource as library== - -This API is accessible by both ``present`` and ``alltenses``. The modules you most often need are -- ``Syntax``, the interface to syntactic structures -- ``Syntax``//L//, the implementations of ``Syntax`` for each language //L// -- ``Paradigms``//L//, the morphological paradigms for each language //L// - - -The [Synopsis synopsis.html] gives examples on the typical usage of these -modules. - - -==Using the resource as top level grammar== - -The following modules can be used for parsing and linearization. They are accessible from both -``present`` and ``alltenses``. -- ``Lang``//L// for each language //L//, implementing a common abstract syntax ``Lang`` -- ``Danish``, ``English``, etc, implementing ``Lang`` with language-specific extensions - - -In addition, there is in both ``present`` and ``alltenses`` the file -- ``langs.gfcm``, a package with precompiled ``Lang``//L// grammars - - -A way to test and view the resource grammar is to load ``langs.gfcm`` either into ``gfeditor`` -or into the ``gf`` shell and perform actions such as syntax editing and treebank generation. -For instance, the command -``` - > p -lang=LangEng -cat=S "this grammar is too big" | tb -``` -creates a treebank entry with translations of this sentence. - -For parsing, currently only English and the Scandinavian languages are within the limits ofr -reasonable resources. For other languages //L//, parsing with ``Lang``//L// will probably eat -up the computer resources before finishing the parser generation. - - - -==Accessing the lower level ground API== - -The ``Syntax`` API is implemented in terms a bunch of ``abstract`` modules, which -as of version 1.2 are mainly interesting for implementors of the resource. -See the [documentation for version 1.1 index-1.1.html] for more details. - - -==Known bugs and missing components== - -Danish -- the lexicon and chosen inflections are only partially verified - - -English - - -Finnish -- wrong cases in some passive constructions - - -French -- multiple clitics (with V3) not always right -- third person pronominal questions with inverted word order - have wrong forms if "t" is required e.g. - (e.g. "comment fera-t-il" becomes "comment fera il") - - -German - - -Italian -- multiple clitics (with V3) not always right - - -Norwegian -- the lexicon and chosen inflections are only partially verified - - -Russian -- some functions missing -- some regular paradigms are missing - - -Spanish -- multiple clitics (with V3) not always right -- missing contractions with imperatives and clitics - - -Swedish - - - - -==More reading== - -[Synopsis synopsis.html]. The concise guide to API v. 1.2. - -[Grammars as Software Libraries gslt-sem-2006.html]. Slides -with background and motivation for the resource grammar library. - -[GF Resource Grammar Library Version 1.0 clt2006.html]. Slides -giving an overview of the library and practical hints on its use. - -[How to write resource grammars Resource-HOWTO.html]. Helps you -start if you want to add another language to the library. - -[Parametrized modules for Romance languages http://www.cs.chalmers.se/~aarne/geocal2006.pdf]. -Slides explaining some ideas in the implementation of -French, Italian, and Spanish. - -[Grammar writing by examples http://www.cs.chalmers.se/~aarne/slides/webalt-2005.pdf]. -Slides showing how linearization rules are written as strings parsable by the resource grammar. - -[Multimodal Resource Grammars http://www.cs.chalmers.se/~aarne/slides/talk-edin2005.pdf]. -Slides showing how to use the multimodal resource library. N.B. the library -examples are from ``multimodal/old``, which is a reduced-size API. - -[GF Resource Grammar Library ../../../doc/resource.pdf] (pdf). -Printable user manual with API documentation, for version 1.0. - diff --git a/next-lib/doc/official.txt b/next-lib/doc/official.txt deleted file mode 100644 index 1216226e2..000000000 --- a/next-lib/doc/official.txt +++ /dev/null @@ -1,581 +0,0 @@ -The Official EU languages - -The 20 official languages of the EU and their abbreviations are as follows: - -Espaol ES Spanish -Dansk DA Danish -Deutsch DE German -Elinika EL Greek -English EN -Franais FR French -Italiano IT Italian -Nederlands NL Dutch -Portugus PT Portuguese -Suomi FI Finnish -Svenska SV Swedish -?e?tina CS Czech -Eesti ET Estonian -Latviesu valoda LV Latvian -Lietuviu kalba LT Lithuanian -Magyar HU Hungarian -Malti MT Maltese -Polski PL Polish -Sloven?ina SK Slovak -Sloven??ina SL Slovene - -http://europa.eu.int/comm/education/policies/lang/languages/index_en.html - ------ -http://www.w3.org/WAI/ER/IG/ert/iso639.htm - -ar arabic -no norwegian -ru russian - --- - -ISO 639: 3-letter codes - -abk ab Abkhazian -ace Achinese -ach Acoli -ada Adangme -aar aa Afar -afh Afrihili -afr af Afrikaans -afa Afro-Asiatic (Other) -aka Akan -akk Akkadian -alb/sqi sq Albanian -ale Aleut -alg Algonquian languages -tut Altaic (Other) -amh am Amharic -apa Apache languages -ara ar Arabic -arc Aramaic -arp Arapaho -arn Araucanian -arw Arawak -arm/hye hy Armenian -art Artificial (Other) -asm as Assamese -ath Athapascan languages -map Austronesian (Other) -ava Avaric -ave Avestan -awa Awadhi -aym ay Aymara -aze az Azerbaijani -nah Aztec -ban Balinese -bat Baltic (Other) -bal Baluchi -bam Bambara -bai Bamileke languages -bad Banda -bnt Bantu (Other) -bas Basa -bak ba Bashkir -baq/eus eu Basque -bej Beja -bem Bemba -ben bn Bengali -ber Berber (Other) -bho Bhojpuri -bih bh Bihari -bik Bikol -bin Bini -bis bi Bislama -bra Braj -bre be Breton -bug Buginese -bul bg Bulgarian -bua Buriat -bur/mya my Burmese -bel be Byelorussian -cad Caddo -car Carib -cat ca Catalan -cau Caucasian (Other) -ceb Cebuano -cel Celtic (Other) -cai Central American Indian (Other) -chg Chagatai -cha Chamorro -che Chechen -chr Cherokee -chy Cheyenne -chb Chibcha -chi/zho zh Chinese -chn Chinook jargon -cho Choctaw -chu Church Slavic -chv Chuvash -cop Coptic -cor Cornish -cos co Corsican -cre Cree -mus Creek -crp Creoles and Pidgins (Other) -cpe Creoles and Pidgins, English-based (Other) -cpf Creoles and Pidgins, French-based (Other) -cpp Creoles and Pidgins, Portuguese-based (Other) -cus Cushitic (Other) - hr Croatian -ces/cze cs Czech -dak Dakota -dan da Danish -del Delaware -din Dinka -div Divehi -doi Dogri -dra Dravidian (Other) -dua Duala -dut/nla nl Dutch -dum Dutch, Middle (ca. 1050-1350) -dyu Dyula -dzo dz Dzongkha -efi Efik -egy Egyptian (Ancient) -eka Ekajuk -elx Elamite -eng en English -enm English, Middle (ca. 1100-1500) -ang English, Old (ca. 450-1100) -esk Eskimo (Other) -epo eo Esperanto -est et Estonian -ewe Ewe -ewo Ewondo -fan Fang -fat Fanti -fao fo Faroese -fij fj Fijian -fin fi Finnish -fiu Finno-Ugrian (Other) -fon Fon -fra/fre fr French -frm French, Middle (ca. 1400-1600) -fro French, Old (842- ca. 1400) -fry fy Frisian -ful Fulah -gaa Ga -gae/gdh Gaelic (Scots) -glg gl Gallegan -lug Ganda -gay Gayo -gez Geez -geo/kat ka Georgian -deu/ger de German -gmh German, Middle High (ca. 1050-1500) -goh German, Old High (ca. 750-1050) -gem Germanic (Other) -gil Gilbertese -gon Gondi -got Gothic -grb Grebo -grc Greek, Ancient (to 1453) -ell/gre el Greek, Modern (1453-) -kal kl Greenlandic -grn gn Guarani -guj gu Gujarati -hai Haida -hau ha Hausa -haw Hawaiian -heb he Hebrew -her Herero -hil Hiligaynon -him Himachali -hin hi Hindi -hmo Hiri Motu -hun hu Hungarian -hup Hupa -iba Iban -ice/isl is Icelandic -ibo Igbo -ijo Ijo -ilo Iloko -inc Indic (Other) -ine Indo-European (Other) -ind id Indonesian -ina ia Interlingua (International Auxiliary language Association) -ine - Interlingue -iku iu Inuktitut -ipk ik Inupiak -ira Iranian (Other) -gai/iri ga Irish -sga Irish, Old (to 900) -mga Irish, Middle (900 - 1200) -iro Iroquoian languages -ita it Italian -jpn ja Japanese -jav/jaw jv/jw Javanese -jrb Judeo-Arabic -jpr Judeo-Persian -kab Kabyle -kac Kachin -kam Kamba -kan kn Kannada -kau Kanuri -kaa Kara-Kalpak -kar Karen -kas ks Kashmiri -kaw Kawi -kaz kk Kazakh -kha Khasi -khm km Khmer -khi Khoisan (Other) -kho Khotanese -kik Kikuyu -kin rw Kinyarwanda -kir ky Kirghiz -kom Komi -kon Kongo -kok Konkani -kor ko Korean -kpe Kpelle -kro Kru -kua Kuanyama -kum Kumyk -kur ku Kurdish -kru Kurukh -kus Kusaie -kut Kutenai -lad Ladino -lah Lahnda -lam Lamba -oci oc Langue d'Oc (post 1500) -lao lo Lao -lat la Latin -lav lv Latvian -ltz Letzeburgesch -lez Lezghian -lin ln Lingala -lit lt Lithuanian -loz Lozi -lub Luba-Katanga -lui Luiseno -lun Lunda -luo Luo (Kenya and Tanzania) -mac/mak mk Macedonian -mad Madurese -mag Magahi -mai Maithili -mak Makasar -mlg mg Malagasy -may/msa ms Malay -mal Malayalam -mlt ml Maltese -man Mandingo -mni Manipuri -mno Manobo languages -max Manx -mao/mri mi Maori -mar mr Marathi -chm Mari -mah Marshall -mwr Marwari -mas Masai -myn Mayan languages -men Mende -mic Micmac -min Minangkabau -mis Miscellaneous (Other) -moh Mohawk -mol mo Moldavian -mkh Mon-Kmer (Other) -lol Mongo -mon mn Mongolian -mos Mossi -mul Multiple languages -mun Munda languages -nau na Nauru -nav Navajo -nde Ndebele, North -nbl Ndebele, South -ndo Ndongo -nep ne Nepali -new Newari -nic Niger-Kordofanian (Other) -ssa Nilo-Saharan (Other) -niu Niuean -non Norse, Old -nai North American Indian (Other) -nor no Norwegian -nno Norwegian (Nynorsk) -nub Nubian languages -nym Nyamwezi -nya Nyanja -nyn Nyankole -nyo Nyoro -nzi Nzima -oji Ojibwa -ori or Oriya -orm om Oromo -osa Osage -oss Ossetic -oto Otomian languages -pal Pahlavi -pau Palauan -pli Pali -pam Pampanga -pag Pangasinan -pan pa Panjabi -pap Papiamento -paa Papuan-Australian (Other) -fas/per fa Persian -peo Persian, Old (ca 600 - 400 B.C.) -phn Phoenician -pol pl Polish -pon Ponape -por pt Portuguese -pra Prakrit languages -pro Provencal, Old (to 1500) -pus ps Pushto -que qu Quechua -roh rm Rhaeto-Romance -raj Rajasthani -rar Rarotongan -roa Romance (Other) -ron/rum ro Romanian -rom Romany -run rn Rundi -rus ru Russian -sal Salishan languages -sam Samaritan Aramaic -smi Sami languages -smo sm Samoan -sad Sandawe -sag sg Sango -san sa Sanskrit -srd Sardinian -sco Scots -sel Selkup -sem Semitic (Other) - sr Serbian -scr sh Serbo-Croatian -srr Serer -shn Shan -sna sn Shona -sid Sidamo -bla Siksika -snd sd Sindhi -sin si Singhalese -sit - Sino-Tibetan (Other) -sio Siouan languages -sla Slavic (Other) -ssw ss Siswant -slk/slo sk Slovak -slv sl Slovenian -sog Sogdian -som so Somali -son Songhai -wen Sorbian languages -nso Sotho, Northern -sot st Sotho, Southern -sai South American Indian (Other) -esl/spa es Spanish -suk Sukuma -sux Sumerian -sun su Sudanese -sus Susu -swa sw Swahili -ssw Swazi -sve/swe sv Swedish -syr Syriac -tgl tl Tagalog -tah Tahitian -tgk tg Tajik -tmh Tamashek -tam ta Tamil -tat tt Tatar -tel te Telugu -ter Tereno -tha th Thai -bod/tib bo Tibetan -tig Tigre -tir ti Tigrinya -tem Timne -tiv Tivi -tli Tlingit -tog to Tonga (Nyasa) -ton Tonga (Tonga Islands) -tru Truk -tsi Tsimshian -tso ts Tsonga -tsn tn Tswana -tum Tumbuka -tur tr Turkish -ota Turkish, Ottoman (1500 - 1928) -tuk tk Turkmen -tyv Tuvinian -twi tw Twi -uga Ugaritic -uig ug Uighur -ukr uk Ukrainian -umb Umbundu -und Undetermined -urd ur Urdu -uzb uz Uzbek -vai Vai -ven Venda -vie vi Vietnamese -vol vo Volapk -vot Votic -wak Wakashan languages -wal Walamo -war Waray -was Washo -cym/wel cy Welsh -wol wo Wolof -xho xh Xhosa -sah Yakut -yao Yao -yap Yap -yid yi Yiddish -yor yo Yoruba -zap Zapotec -zen Zenaga -zha za Zhuang -zul zu Zulu -zun Zuni - -ISO 639: 2-letter codes - -AA "Afar" -AB "Abkhazian" -AF "Afrikaans" -AM "Amharic" -AR "Arabic" -AS "Assamese" -AY "Aymara" -AZ "Azerbaijani" -BA "Bashkir" -BE "Byelorussian" -BG "Bulgarian" -BH "Bihari" -BI "Bislama" -BN "Bengali" "Bangla" -BO "Tibetan" -BR "Breton" -CA "Catalan" -CO "Corsican" -CS "Czech" -CY "Welsh" -DA "Danish" -DE "German" -DZ "Bhutani" -EL "Greek" -EN "English" "American" -EO "Esperanto" -ES "Spanish" -ET "Estonian" -EU "Basque" -FA "Persian" -FI "Finnish" -FJ "Fiji" -FO "Faeroese" -FR "French" -FY "Frisian" -GA "Irish" -GD "Gaelic" "Scots Gaelic" -GL "Galician" -GN "Guarani" -GU "Gujarati" -HA "Hausa" -HI "Hindi" -HR "Croatian" -HU "Hungarian" -HY "Armenian" -IA "Interlingua" -IE "Interlingue" -IK "Inupiak" -IN "Indonesian" -IS "Icelandic" -IT "Italian" -IW "Hebrew" -JA "Japanese" -JI "Yiddish" -JW "Javanese" -KA "Georgian" -KK "Kazakh" -KL "Greenlandic" -KM "Cambodian" -KN "Kannada" -KO "Korean" -KS "Kashmiri" -KU "Kurdish" -KY "Kirghiz" -LA "Latin" -LN "Lingala" -LO "Laothian" -LT "Lithuanian" -LV "Latvian" "Lettish" -MG "Malagasy" -MI "Maori" -MK "Macedonian" -ML "Malayalam" -MN "Mongolian" -MO "Moldavian" -MR "Marathi" -MS "Malay" -MT "Maltese" -MY "Burmese" -NA "Nauru" -NE "Nepali" -NL "Dutch" -NO "Norwegian" -OC "Occitan" -OM "Oromo" "Afan" -OR "Oriya" -PA "Punjabi" -PL "Polish" -PS "Pashto" "Pushto" -PT "Portuguese" -QU "Quechua" -RM "Rhaeto-Romance" -RN "Kirundi" -RO "Romanian" -RU "Russian" -RW "Kinyarwanda" -SA "Sanskrit" -SD "Sindhi" -SG "Sangro" -SH "Serbo-Croatian" -SI "Singhalese" -SK "Slovak" -SL "Slovenian" -SM "Samoan" -SN "Shona" -SO "Somali" -SQ "Albanian" -SR "Serbian" -SS "Siswati" -ST "Sesotho" -SU "Sudanese" -SV "Swedish" -SW "Swahili" -TA "Tamil" -TE "Tegulu" -TG "Tajik" -TH "Thai" -TI "Tigrinya" -TK "Turkmen" -TL "Tagalog" -TN "Setswana" -TO "Tonga" -TR "Turkish" -TS "Tsonga" -TT "Tatar" -TW "Twi" -UK "Ukrainian" -UR "Urdu" -UZ "Uzbek" -VI "Vietnamese" -VO "Volapuk" -WO "Wolof" -XH "Xhosa" -YO "Yoruba" -ZH "Chinese" -ZU "Zulu" diff --git a/next-lib/doc/paradigms.txt b/next-lib/doc/paradigms.txt deleted file mode 100644 index 0c4cf260c..000000000 --- a/next-lib/doc/paradigms.txt +++ /dev/null @@ -1,48 +0,0 @@ -Morphological Paradigms in the GF Resource Grammar Library -Aarne Ranta - - -This is a synopsis of the main morphological paradigms for -nouns (``N``), adjectives (``A``), and verbs (``V``). - - -=English= - -``` - mkN : (flash : Str) -> N ; -- car, bus, ax, hero, fly, boy - mkN : (man,men : Str) -> N ; -- index, indices - mkN : (man,men,man's,men's : Str) -> N ; - mkN : Str -> N -> N ; -- baby boom - - mkA : (happy : Str) -> A ; -- small, happy, free - mkA : (fat,fatter : Str) -> A ; - mkA : (good,better,best,well : Str) -> A - compoundA : A -> A ; -- -/more/most ridiculous - - mkV : (cry : Str) -> V ; -- call, kiss, echo, cry, pray - mkV : (stop,stopped : Str) -> V ; - mkV : (drink,drank,drunk : Str) -> V ; - mkV : (run,ran,run,running : Str) -> V ; - mkV : (go,goes,went,gone,going : Str) -> V -``` - -=French= - -``` - mkN : (cheval : Str) -> N ; -- pas, prix, nez, bijou, cheval - mkN : (foie : Str) -> Gender -> N ; - mkN : (oeil,yeux : Str) -> Gender -> N ; - mkN : N -> Str -> N - - mkA : (cher : Str) -> A ; -- banal, heureux, italien, jeune, amer, carr, joli - mkA : (sec,seche : Str) -> A ; - mkA : (banal,banale,banaux,banalement : Str) -> A ; - mkA : (bon : A) -> (meilleur : A) -> A - prefixA : A -> A ; - - mkV : (finir : Str) -> V ; -- aimer, cder, placer, manger, payer, finir - mkV : (jeter,jette,jettera : Str) -> V ; - mkV : V2 -> V - etreV : V -> V ; - reflV : V -> V ; -``` diff --git a/next-lib/src/Makefile b/next-lib/src/Makefile deleted file mode 100644 index 998b11329..000000000 --- a/next-lib/src/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -RUNGHC=runghc -RUNMAKE=$(RUNGHC) Make.hs - -GF_LIB_PATH=.. - -.PHONY: all present alltenses lang api math prelude test demo parse synopsis link compiled constructX clean - -all: link prelude constructX present alltenses compat - -present: - $(RUNMAKE) present lang - $(RUNMAKE) present api - -alltenses: - $(RUNMAKE) lang - $(RUNMAKE) api - -lang: - $(RUNMAKE) lang - -api: - $(RUNMAKE) api - -compat: - $(RUNMAKE) present compat - -prelude: - gf -batch prelude/*.gf - cp -p prelude/*.gfo ../prelude - -constructX: - gf -batch common/ConstructX.gf - cp -p common/ConstructX.gfo ../prelude - -MakeStructural: - gf -batch */MakeStructural*.gf - cp -p */MakeStructural*.gfo ../present - cp -p */MakeStructural*.gfo ../alltenses - -test: - $(RUNMAKE) test - -demo: - $(RUNMAKE) demo - -parse: - $(RUNMAKE) parse - -synopsis: - cd doc ; $(RUNGHC) MkSynopsis ; cd .. - -link: - chmod a+x mkPresent mkMinimal - -compiled: - (cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present) - -clean: - $(RUNMAKE) clean - diff --git a/next-lib/src/api/Combinators.gf b/next-lib/src/api/Combinators.gf deleted file mode 100644 index e85b25613..000000000 --- a/next-lib/src/api/Combinators.gf +++ /dev/null @@ -1,187 +0,0 @@ ---1 Combinators: a High-Level Syntax API - --- This module defines some "grammatical functions" that give shortcuts to --- typical constructions. [``Constructors`` Constructors.html] and the --- language-specific ``Paradigms`` modules are usually needed --- to construct arguments of these functions. - -incomplete resource Combinators = open Cat, Structural, Constructors in { - - oper - ---2 Predication - - pred : overload { - pred : V -> NP -> Cl ; -- x converges - pred : V2 -> NP -> NP -> Cl ; -- x intersects y - pred : V3 -> NP -> NP -> NP -> Cl ; -- x intersects y at z - pred : V -> NP -> NP -> Cl ; -- x and y intersect - pred : A -> NP -> Cl ; -- x is even - pred : A2 -> NP -> NP -> Cl ; -- x is divisible by y - pred : A -> NP -> NP -> Cl ; -- x and y are equal - pred : N -> NP -> Cl ; -- x is a maximum - pred : CN -> NP -> Cl ; -- x is a local maximum - pred : NP -> NP -> Cl ; -- x is the neutral element - pred : N -> NP -> NP -> Cl ; -- x and y are inverses - pred : Adv -> NP -> Cl ; -- x is in scope - pred : Prep -> NP -> NP -> Cl -- x is outside y - } ; - ---2 Function application - - app : overload { - app : N -> NP ; - app : N2 -> NP -> NP ; - app : N3 -> NP -> NP -> NP ; - app : N2 -> NP -> NP -> NP ; - app : N2 -> N -> CN ; - - app : N2 -> NP -> CN ; -- divisor of x - app : N3 -> NP -> NP -> CN ; -- path from x to y - app : N2 -> NP -> NP -> CN ; -- path between x and y - } ; - ---2 Coordination - - coord : overload { - coord : Conj -> Adv -> Adv -> Adv ; - coord : Conj -> AP -> AP -> AP ; - coord : Conj -> NP -> NP -> NP ; - coord : Conj -> S -> S -> S ; - coord : Conj -> ListAdv -> Adv ; - coord : Conj -> ListAP -> AP ; - coord : Conj -> ListNP -> NP ; - coord : Conj -> ListS -> S ; - - } ; - ---2 Modification - - mod : overload { - mod : A -> N -> CN ; - mod : AP -> CN -> CN ; - mod : AdA -> A -> AP ; - mod : Det -> N -> NP ; - mod : Det -> CN -> NP ; - mod : Quant -> N -> NP ; - mod : Quant -> CN -> NP ; - mod : Predet -> N -> NP ; - mod : Numeral -> N -> NP - - - } ; - ---2 Negation - - neg : overload { - neg : Imp -> Utt ; - neg : Cl -> S ; - neg : QCl -> QS ; - neg : RCl -> RS - }; - ---. - - pred = overload { - pred : V -> NP -> Cl - = \v,np -> mkCl np v ; - pred : V2 -> NP -> NP -> Cl - = \v,np,ob -> mkCl np v ob ; - pred : V3 -> NP -> NP -> NP -> Cl - = \v,np,ob,ob2 -> mkCl np v ob ob2 ; - pred : V -> NP -> NP -> Cl --# notminimal - = \v,x,y -> mkCl (mkNP and_Conj x y) v ; --# notminimal - pred : A -> NP -> Cl - = \a,np -> mkCl np a ; - pred : A2 -> NP -> NP -> Cl --# notminimal - = \a,x,y -> mkCl x a y ; --# notminimal - pred : A -> NP -> NP -> Cl --# notminimal - = \a,x,y -> mkCl (mkNP and_Conj x y) a ; --# notminimal - pred : N -> NP -> Cl - = \n,x -> mkCl x (mkNP a_Art n) ; - pred : CN -> NP -> Cl - = \n,x -> mkCl x (mkNP a_Art n) ; - pred : NP -> NP -> Cl - = \n,x -> mkCl x n ; - pred : N2 -> NP -> NP -> Cl --# notminimal - = \n,x,y -> mkCl x (mkNP a_Art (mkCN n y)) ; --# notminimal - pred : N -> NP -> NP -> Cl --# notminimal - = \n,x,y -> mkCl (mkNP and_Conj x y) (mkNP a_Art plNum n) ; --# notminimal - pred : Adv -> NP -> Cl - = \a,x -> mkCl x a ; - pred : Prep -> NP -> NP -> Cl - = \p,x,y -> mkCl x (mkAdv p y) ; - } ; - - app = overload { - app : N -> NP - = \n -> mkNP the_Art n ; - app : N2 -> NP -> NP --# notminimal - = \n,x -> mkNP the_Art (mkCN n x) ; --# notminimal - app : N3 -> NP -> NP -> NP --# notminimal - = \n,x,y -> mkNP the_Art (mkCN n x y) ; --# notminimal - app : N2 -> NP -> NP -> NP --# notminimal - = \n,x,y -> mkNP the_Art (mkCN n (mkNP and_Conj x y)) ; --# notminimal - app : N2 -> N -> CN --# notminimal - = \f,n -> mkCN f (mkNP a_Art plNum n) ; --# notminimal - app : N2 -> NP -> CN --# notminimal - = mkCN ; --# notminimal - app : N3 -> NP -> NP -> CN --# notminimal - = mkCN ; --# notminimal - app : N2 -> NP -> NP -> CN --# notminimal - = \n,x,y -> mkCN n (mkNP and_Conj x y) ; --# notminimal - } ; - - coord = overload { --# notminimal - coord : Conj -> Adv -> Adv -> Adv --# notminimal - = mkAdv ; --# notminimal - coord : Conj -> AP -> AP -> AP --# notminimal - = mkAP ; --# notminimal - coord : Conj -> NP -> NP -> NP --# notminimal - = mkNP ; --# notminimal - coord : Conj -> S -> S -> S --# notminimal - = mkS ; --# notminimal - coord : Conj -> ListAdv -> Adv --# notminimal - = mkAdv ; --# notminimal - coord : Conj -> ListAP -> AP --# notminimal - = mkAP ; --# notminimal - coord : Conj -> ListNP -> NP --# notminimal - = mkNP ; --# notminimal - coord : Conj -> ListS -> S --# notminimal - = mkS ; --# notminimal - } ; --# notminimal - - mod = overload { - mod : A -> N -> CN - = mkCN ; - mod : AP -> CN -> CN - = mkCN ; - mod : AdA -> A -> AP - = mkAP ; - mod : Det -> N -> NP - = mkNP ; - mod : Det -> CN -> NP - = mkNP ; - mod : Quant -> N -> NP - = mkNP ; - mod : Quant -> CN -> NP - = mkNP ; - mod : Predet -> N -> NP - = \p,n -> mkNP p (mkNP a_Art n) ; - mod : Numeral -> N -> NP - = mkNP ; - } ; - - neg = overload { - neg : Imp -> Utt - = mkUtt negativePol ; - neg : Cl -> S - = mkS negativePol ; - neg : QCl -> QS - = mkQS negativePol ; - neg : RCl -> RS --# notminimal - = mkRS negativePol ; --# notminimal - }; - - -} diff --git a/next-lib/src/api/CombinatorsAra.gf b/next-lib/src/api/CombinatorsAra.gf deleted file mode 100644 index 2b5e97067..000000000 --- a/next-lib/src/api/CombinatorsAra.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsAra = Combinators with - (Cat = CatAra), - (Structural = StructuralAra), - (Constructors = ConstructorsAra) ; diff --git a/next-lib/src/api/CombinatorsBul.gf b/next-lib/src/api/CombinatorsBul.gf deleted file mode 100644 index e6dda549f..000000000 --- a/next-lib/src/api/CombinatorsBul.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsBul = Combinators with - (Cat = CatBul), - (Structural = StructuralBul), - (Constructors = ConstructorsBul) ; diff --git a/next-lib/src/api/CombinatorsCat.gf b/next-lib/src/api/CombinatorsCat.gf deleted file mode 100644 index 473f5bd9b..000000000 --- a/next-lib/src/api/CombinatorsCat.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses - -resource CombinatorsCat = Combinators with - (Cat = CatCat), - (Structural = StructuralCat), - (Constructors = ConstructorsCat) ; diff --git a/next-lib/src/api/CombinatorsDan.gf b/next-lib/src/api/CombinatorsDan.gf deleted file mode 100644 index 0ed29d000..000000000 --- a/next-lib/src/api/CombinatorsDan.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsDan = Combinators with - (Cat = CatDan), - (Structural = StructuralDan), - (Constructors = ConstructorsDan) ; diff --git a/next-lib/src/api/CombinatorsEng.gf b/next-lib/src/api/CombinatorsEng.gf deleted file mode 100644 index a4acf8dd1..000000000 --- a/next-lib/src/api/CombinatorsEng.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsEng = Combinators with - (Cat = CatEng), - (Structural = StructuralEng), - (Constructors = ConstructorsEng) ; diff --git a/next-lib/src/api/CombinatorsFin.gf b/next-lib/src/api/CombinatorsFin.gf deleted file mode 100644 index 4c5ab7747..000000000 --- a/next-lib/src/api/CombinatorsFin.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsFin = Combinators with - (Cat = CatFin), - (Structural = StructuralFin), - (Constructors = ConstructorsFin) ; diff --git a/next-lib/src/api/CombinatorsFre.gf b/next-lib/src/api/CombinatorsFre.gf deleted file mode 100644 index d335875bd..000000000 --- a/next-lib/src/api/CombinatorsFre.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsFre = Combinators with - (Cat = CatFre), - (Structural = StructuralFre), - (Constructors = ConstructorsFre) ; diff --git a/next-lib/src/api/CombinatorsGer.gf b/next-lib/src/api/CombinatorsGer.gf deleted file mode 100644 index 82809cec3..000000000 --- a/next-lib/src/api/CombinatorsGer.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsGer = Combinators with - (Cat = CatGer), - (Structural = StructuralGer), - (Constructors = ConstructorsGer) ; diff --git a/next-lib/src/api/CombinatorsHin.gf b/next-lib/src/api/CombinatorsHin.gf deleted file mode 100644 index 1c00ae98e..000000000 --- a/next-lib/src/api/CombinatorsHin.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsHin = Combinators with - (Cat = CatHin), - (Structural = StructuralHin), - (Constructors = ConstructorsHin) ; diff --git a/next-lib/src/api/CombinatorsIna.gf b/next-lib/src/api/CombinatorsIna.gf deleted file mode 100644 index 2f5980ebd..000000000 --- a/next-lib/src/api/CombinatorsIna.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsIna = Combinators with - (Cat = CatIna), - (Structural = StructuralIna), - (Constructors = ConstructorsIna) ; diff --git a/next-lib/src/api/CombinatorsIta.gf b/next-lib/src/api/CombinatorsIta.gf deleted file mode 100644 index a16f634dc..000000000 --- a/next-lib/src/api/CombinatorsIta.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsIta = Combinators with - (Cat = CatIta), - (Structural = StructuralIta), - (Constructors = ConstructorsIta) ; diff --git a/next-lib/src/api/CombinatorsNor.gf b/next-lib/src/api/CombinatorsNor.gf deleted file mode 100644 index 7f4865597..000000000 --- a/next-lib/src/api/CombinatorsNor.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsNor = Combinators with - (Cat = CatNor), - (Structural = StructuralNor), - (Constructors = ConstructorsNor) ; diff --git a/next-lib/src/api/CombinatorsRus.gf b/next-lib/src/api/CombinatorsRus.gf deleted file mode 100644 index 134103981..000000000 --- a/next-lib/src/api/CombinatorsRus.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsRus = Combinators with - (Cat = CatRus), - (Structural = StructuralRus), - (Constructors = ConstructorsRus) ; diff --git a/next-lib/src/api/CombinatorsSpa.gf b/next-lib/src/api/CombinatorsSpa.gf deleted file mode 100644 index 778c0fb3e..000000000 --- a/next-lib/src/api/CombinatorsSpa.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses - -resource CombinatorsSpa = Combinators with - (Cat = CatSpa), - (Structural = StructuralSpa), - (Constructors = ConstructorsSpa) ; diff --git a/next-lib/src/api/CombinatorsSwe.gf b/next-lib/src/api/CombinatorsSwe.gf deleted file mode 100644 index 5cdd1a2a6..000000000 --- a/next-lib/src/api/CombinatorsSwe.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsSwe = Combinators with - (Cat = CatSwe), - (Structural = StructuralSwe), - (Constructors = ConstructorsSwe) ; diff --git a/next-lib/src/api/CombinatorsTha.gf b/next-lib/src/api/CombinatorsTha.gf deleted file mode 100644 index ab9dddb09..000000000 --- a/next-lib/src/api/CombinatorsTha.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsTha = Combinators with - (Cat = CatTha), - (Structural = StructuralTha), - (Constructors = ConstructorsTha) ; diff --git a/next-lib/src/api/Constructors.gf b/next-lib/src/api/Constructors.gf deleted file mode 100644 index 61b41a13c..000000000 --- a/next-lib/src/api/Constructors.gf +++ /dev/null @@ -1,1745 +0,0 @@ ---1 Constructors: the Resource Syntax API --# notminimal - -incomplete resource Constructors = open Grammar in { - - flags optimize=noexpand ; - --- This module gives access to the syntactic constructions of the --- GF Resource Grammar library. Its main principle is simple: --- to construct an object of type $C$, use the function $mkC$. --- --- For example, an object of type $S$ corresponding to the string --- --- $John loves Mary$ --- --- is written --- --- $mkS (mkCl (mkNP (mkPN "John")) (mkV2 "love") (mkNP (mkPN "Mary")))$ --- --- This module defines the syntactic constructors, which take trees as arguments. --- Lexical constructors, which take strings as arguments, are defined in the --- $Paradigms$ modules separately for each language. --- --- The recommended usage of this module is via the wrapper module $Syntax$, --- which also contains the $Structural$ (structural words). --- Together with $Paradigms$, $Syntax$ gives everything that is needed --- to implement the concrete syntax for a langauge. - ---2 Principles of organization --# notminimal - --- To make the library easier to grasp and navigate, we have followed --- a set of principles when organizing it: --- + Each category $C$ has an overloaded constructor $mkC$, with value type $C$. --- + With $mkC$, it is possible to construct any tree of type $C$, except --- atomic ones, i.e. those that take no arguments, and --- those whose argument types are exactly the same as in some other instance --- + To achieve completeness, the library therefore also has --- for each atomic tree of type $C$, a constant suffixed $C$, and, --- for other missing constructions, some operation suffixed $C$. --- These constructors are listed immediately after the $mkC$ group. --- + Those atomic constructors that are given in $Structural$ are not repeated here. --- + In addition to the minimally complete set of constructions, many $mkC$ groups --- include some frequently needed special cases, with two possible logics: --- default value (to decrease the number of arguments), and --- direct arguments of an intervening constructor (to flatten the terms). --- + If such a special case is applied to some category in some rule, it is --- also applied to all other rules in which the category appears. --- + The constructors in a group are listed, roughly, --- *from the most common to the most general*. This does not of course specify --- a total order. --- + Optional argument types are marked in parentheses. Although parentheses make no --- difference in the way the GF compiler treats the types, their presence indicates --- to the reader that the corresponding arguments can be left out; internally, the --- library has an overload case for each such combination. --- + Each constructor case is equipped with an example that is built by that --- case but could not be built with any other one. --- --- - ---2 Texts, phrases, and utterances --# notminimal - ---3 Text: texts --# notminimal - --- A text is a list of phrases separated by punctuation marks. --- The default punctuation mark is the full stop, and the default --- continuation of a text is empty. - - oper - mkText : overload { --# notminimal - mkText : Phr -> Text ; -- 1. But John walks. --# notminimal - mkText : Phr -> (Punct) -> (Text) -> Text ; -- 2. John walks? Yes. --# notminimal - --- A text can also be directly built from utterances, which in turn can --- be directly built from sentences, present-tense clauses, questions, or --- positive imperatives. - - mkText : Utt -> Text ; -- 3. John. --# notminimal - mkText : S -> Text ; -- 4. John walked. --# notminimal - mkText : Cl -> Text ; -- 5. John walks. --# notminimal - mkText : QS -> Text ; -- 6. Did John walk? --# notminimal - mkText : Imp -> Text ; -- 7. Walk! --# notminimal - --- Finally, two texts can be combined into a text. - - mkText : Text -> Text -> Text ; -- 8. Where? When? Here. Now! --# notminimal - - } ; --# notminimal - --- A text can also be empty. - - emptyText : Text ; -- 8. (empty text) --# notminimal - - ---3 Punct: punctuation marks --# notminimal - --- There are three punctuation marks that can separate phrases in a text. - - fullStopPunct : Punct ; -- . --# notminimal - questMarkPunct : Punct ; -- ? --# notminimal - exclMarkPunct : Punct ; -- ! --# notminimal - ---3 Phr: phrases in a text --# notminimal - --- Phrases are built from utterances by adding a phrasal conjunction --- and a vocative, both of which are by default empty. - - mkPhr : overload { --# notminimal - mkPhr : Utt -> Phr ; -- 1. why --# notminimal - mkPhr : (PConj) -> Utt -> (Voc) -> Phr ; -- 2. but why John --# notminimal - - --- A phrase can also be directly built by a sentence, a present-tense --- clause, a question, or a positive singular imperative. - - mkPhr : S -> Phr ; -- 3. John walked --# notminimal - mkPhr : Cl -> Phr ; -- 4. John walks --# notminimal - mkPhr : QS -> Phr ; -- 5. did John walk --# notminimal - mkPhr : Imp -> Phr -- 6. walk --# notminimal - } ; --# notminimal - ---3 PConj, phrasal conjunctions --# notminimal - --- Any conjunction can be used as a phrasal conjunction. --- More phrasal conjunctions are defined in $Structural$. - - mkPConj : Conj -> PConj ; -- 1. and --# notminimal - ---3 Voc, vocatives --# notminimal - --- Any noun phrase can be turned into a vocative. --- More vocatives are defined in $Structural$. - - mkVoc : NP -> Voc ; -- 1. John --# notminimal - ---3 Utt, utterances --# notminimal - --- Utterances are formed from sentences, clauses, questions, and positive singular imperatives. - - mkUtt : overload { --# notminimal - mkUtt : S -> Utt ; -- 1. John walked --# notminimal - mkUtt : Cl -> Utt ; -- 2. John walks --# notminimal - mkUtt : QS -> Utt ; -- 3. did John walk --# notminimal - mkUtt : QCl -> Utt ; -- 4. does John walk --# notminimal - mkUtt : Imp -> Utt ; -- 5. love yourself --# notminimal - --- Imperatives can also vary in $ImpForm$ (number/politeness) and --- polarity. - - mkUtt : (ImpForm) -> (Pol) -> Imp -> Utt ; -- 5. don't love yourselves --# notminimal - --- Utterances can also be formed from interrogative phrases and --- interrogative adverbials, noun phrases, adverbs, and verb phrases. - - mkUtt : IP -> Utt ; -- 6. who --# notminimal - mkUtt : IAdv -> Utt ; -- 7. why --# notminimal - mkUtt : NP -> Utt ; -- 8. John --# notminimal - mkUtt : Adv -> Utt ; -- 9. here --# notminimal - mkUtt : VP -> Utt -- 10. to walk --# notminimal - } ; --# notminimal - --- The plural first-person imperative is a special construction. - - lets_Utt : VP -> Utt ; -- 11. let's walk --# notminimal - - ---2 Auxiliary parameters for phrases and sentences --# notminimal - ---3 Pol, polarity --# notminimal - --- Polarity is a parameter that sets a clause to positive or negative --- form. Since positive is the default, it need never be given explicitly. - - positivePol : Pol ; -- (John walks) [default] --# notminimal - negativePol : Pol ; -- (John doesn't walk) --# notminimal - ---3 Ant, anteriority --# notminimal - --- Anteriority is a parameter that presents an event as simultaneous or --- anterior to some other reference time. --- Since simultaneous is the default, it need never be given explicitly. - - simultaneousAnt : Ant ; -- (John walks) [default] --# notminimal - anteriorAnt : Ant ; -- (John has walked) --# notpresent --# notminimal - ---3 Tense, tense --# notminimal - --- Tense is a parameter that relates the time of an event --- to the time of speaking about it. --- Since present is the default, it need never be given explicitly. - - presentTense : Tense ; -- (John walks) [default] --# notminimal - pastTense : Tense ; -- (John walked) --# notpresent --# notminimal - futureTense : Tense ; -- (John will walk) --# notpresent --# notminimal - conditionalTense : Tense ; -- (John would walk) --# notpresent --# notminimal - ---3 ImpForm, imperative form --# notminimal - --- Imperative form is a parameter that sets the form of imperative --- by reference to the person or persons addressed. --- Since singular is the default, it need never be given explicitly. - - singularImpForm : ImpForm ; -- (help yourself) [default] --# notminimal - pluralImpForm : ImpForm ; -- (help yourselves) --# notminimal - politeImpForm : ImpForm ; -- (help yourself) (polite singular) --# notminimal - - ---2 Sentences and clauses --# notminimal - ---3 S, sentences --# notminimal - --- A sentence has a fixed tense, anteriority and polarity. - - mkS : overload { --# notminimal - mkS : Cl -> S ; -- 1. John walks --# notminimal - mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S ; -- 2. John wouldn't have walked --# notminimal - --- Sentences can be combined with conjunctions. This can apply to a pair --- of sentences, but also to a list of more than two. - - mkS : Conj -> S -> S -> S ; -- 3. John walks and I run --# notminimal - mkS : Conj -> ListS -> S ; -- 4. John walks, I run and you sleep --# notminimal - --- A sentence can be prefixed by an adverb. - - mkS : Adv -> S -> S -- 5. today, John walks --# notminimal - } ; --# notminimal - ---3 Cl, clauses --# notminimal - --- A clause has a variable tense, anteriority and polarity. --- A clause can be built from a subject noun phrase --- with a verb and appropriate arguments. - - mkCl : overload { --# notminimal - mkCl : NP -> V -> Cl ; -- 1. John walks --# notminimal - mkCl : NP -> V2 -> NP -> Cl ; -- 2. John loves her --# notminimal - mkCl : NP -> V3 -> NP -> NP -> Cl ; -- 3. John sends it to her --# notminimal - mkCl : NP -> VV -> VP -> Cl ; -- 4. John wants to walk --# notminimal - mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good --# notminimal - mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good --# notminimal - mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old --# notminimal - mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red --# notminimal - mkCl : NP -> V2S -> NP -> S -> Cl ; -- 9. John tells her that we are here --# notminimal - mkCl : NP -> V2Q -> NP -> QS -> Cl ; -- 10. John asks her who is here --# notminimal - mkCl : NP -> V2V -> NP -> VP -> Cl ; -- 11. John forces us to sleep --# notminimal - mkCl : NP -> A -> Cl ; -- 12. John is old --# notminimal - mkCl : NP -> A -> NP -> Cl ; -- 13. John is older than her --# notminimal - mkCl : NP -> A2 -> NP -> Cl ; -- 14. John is married to her --# notminimal - mkCl : NP -> AP -> Cl ; -- 15. John is very old --# notminimal - mkCl : NP -> N -> Cl ; -- 16. John is a man --# notminimal - mkCl : NP -> CN -> Cl ; -- 17. John is an old man --# notminimal - mkCl : NP -> NP -> Cl ; -- 18. John is the man --# notminimal - mkCl : NP -> Adv -> Cl ; -- 19. John is here --# notminimal - --- As the general rule, a clause can be built from a subject noun phrase and --- a verb phrase. - - mkCl : NP -> VP -> Cl ; -- 20. John walks here --# notminimal - --- Subjectless verb phrases are used for impersonal actions. - - mkCl : V -> Cl ; -- 21. it rains --# notminimal - mkCl : VP -> Cl ; -- 22. it is raining --# notminimal - --- Existentials are a special form of clauses. - - mkCl : N -> Cl ; -- 23. there is a house --# notminimal - mkCl : CN -> Cl ; -- 24. there is an old houses --# notminimal - mkCl : NP -> Cl ; -- 25. there are five houses --# notminimal - --- There are also special forms in which a noun phrase or an adverb is --- emphasized. - - mkCl : NP -> RS -> Cl ; -- 26. it is John that walks --# notminimal - mkCl : Adv -> S -> Cl -- 27. it is here John walks --# notminimal - } ; --# notminimal - --- Generic clauses are one with an impersonal subject. - - genericCl : VP -> Cl ; -- 28. one walks --# notminimal - - ---2 Verb phrases and imperatives --# notminimal - ---3 VP, verb phrases --# notminimal - --- A verb phrase is formed from a verb with appropriate arguments. - - mkVP : overload { --# notminimal - mkVP : V -> VP ; -- 1. walk --# notminimal - mkVP : V2 -> NP -> VP ; -- 2. love her --# notminimal - mkVP : V3 -> NP -> NP -> VP ; -- 3. send it to her --# notminimal - mkVP : VV -> VP -> VP ; -- 4. want to walk --# notminimal - mkVP : VS -> S -> VP ; -- 5. know that she walks --# notminimal - mkVP : VQ -> QS -> VP ; -- 6. ask if she walks --# notminimal - mkVP : VA -> AP -> VP ; -- 7. become old --# notminimal - mkVP : V2A -> NP -> AP -> VP ; -- 8. paint it red --# notminimal - --- The verb can also be a copula ("be"), and the relevant argument is --- then the complement adjective or noun phrase. - - mkVP : A -> VP ; -- 9. be warm --# notminimal - mkVP : AP -> VP ; -- 12. be very warm --# notminimal - mkVP : A -> NP -> VP ; -- 10. be older than her --# notminimal - mkVP : A2 -> NP -> VP ; -- 11. be married to her --# notminimal - mkVP : N -> VP ; -- 13. be a man --# notminimal - mkVP : CN -> VP ; -- 14. be an old man --# notminimal - mkVP : NP -> VP ; -- 15. be the man --# notminimal - mkVP : Adv -> VP ; -- 16. be here --# notminimal - --- A verb phrase can be modified with a postverbal or a preverbal adverb. - - mkVP : VP -> Adv -> VP ; -- 17. sleep here --# notminimal - mkVP : AdV -> VP -> VP ; -- 18. always sleep --# notminimal - --- Objectless verb phrases can be taken to verb phrases in two ways. - - mkVP : VPSlash -> NP -> VP ; -- 19. paint it black --# notminimal - mkVP : VPSlash -> VP ; -- 20. paint itself black --# notminimal - - } ; --# notminimal - --- Two-place verbs can be used reflexively. - - reflexiveVP : V2 -> VP ; -- 19. love itself --# notminimal - --- Two-place verbs can also be used in the passive, with or without an agent. - - passiveVP : overload { --# notminimal - passiveVP : V2 -> VP ; -- 20. be loved --# notminimal - passiveVP : V2 -> NP -> VP ; -- 21. be loved by her --# notminimal - } ; --# notminimal - --- A verb phrase can be turned into the progressive form. - - progressiveVP : VP -> VP ; -- 22. be sleeping --# notminimal - ---3 Imp, imperatives --# notminimal - --- Imperatives are formed from verbs and their arguments; as the general --- rule, from verb phrases. - - mkImp : overload { --# notminimal - mkImp : V -> Imp ; -- go --# notminimal - mkImp : V2 -> NP -> Imp ; -- take it --# notminimal - mkImp : VP -> Imp -- go there now --# notminimal - } ; --# notminimal - - ---2 Noun phrases and determiners --# notminimal - ---3 NP, noun phrases --# notminimal - --- A noun phrases can be built from a determiner and a common noun ($CN$) . --- For determiners, the special cases of quantifiers, numerals, integers, --- and possessive pronouns are provided. For common nouns, the --- special case of a simple common noun ($N$) is always provided. - - mkNP : overload { --# notminimal - mkNP : Quant -> N -> NP ; -- 3. this men --# notminimal - mkNP : Quant -> (Num) -> CN -> NP ; -- 4. these five old men --# notminimal - mkNP : Det -> N -> NP ; -- 5. the first man --# notminimal - mkNP : Det -> CN -> NP ; -- 6. the first old man --# notminimal - mkNP : Numeral -> N -> NP ; -- 7. twenty men --# notminimal - mkNP : Numeral -> CN -> NP ; -- 8. twenty old men --# notminimal - mkNP : Digits -> N -> NP ; -- 9. 45 men --# notminimal - mkNP : Digits -> CN -> NP ; -- 10. 45 old men --# notminimal - mkNP : Card -> N -> NP ; -- 11. almost twenty men --# notminimal - mkNP : Card -> CN -> NP ; -- 12. almost twenty old men --# notminimal - mkNP : Pron -> N -> NP ; -- 13. my man --# notminimal - mkNP : Pron -> CN -> NP ; -- 14. my old man --# notminimal - --- Proper names and pronouns can be used as noun phrases. - - mkNP : PN -> NP ; -- 15. John --# notminimal - mkNP : Pron -> NP ; -- 16. he --# notminimal - --- Determiners alone can form noun phrases. - - mkNP : Quant -> NP ; -- 17. this --# notminimal - mkNP : Det -> NP ; -- 18. these five --# notminimal - --- Determinesless mass noun phrases. - - mkNP : N -> NP ; -- 19. beer --# notminimal - mkNP : CN -> NP ; -- 20. beer --# notminimal - --- A noun phrase once formed can be prefixed by a predeterminer and --- suffixed by a past participle or an adverb. - - mkNP : Predet -> NP -> NP ; -- 21. only John --# notminimal - mkNP : NP -> V2 -> NP ; -- 22. John killed --# notminimal - mkNP : NP -> Adv -> NP ; -- 23. John in Paris --# notminimal - mkNP : NP -> RS -> NP ; -- 24. John, who lives in Paris --# notminimal - --- A conjunction can be formed both from two noun phrases and a longer --- list of them. - - mkNP : Conj -> NP -> NP -> NP ; -- 25. John and I --# notminimal - mkNP : Conj -> ListNP -> NP ; -- 26. John, I, and that --# notminimal - - } ; --# notminimal - - ---3 Det, determiners --# notminimal - --- A determiner is either a singular or a plural one. --- Both have a quantifier and an optional ordinal; the plural --- determiner also has an optional numeral. - - mkDet : overload { --# notminimal - mkDet : Quant -> Det ; -- 1. this --# notminimal - mkDet : Quant -> (Ord) -> Det ; -- 2. this first --# notminimal - mkDet : Quant -> Num -> Det ; -- 3. these --# notminimal - mkDet : Quant -> Num -> (Ord) -> Det ; -- 4. these five best --# notminimal - --- Quantifiers that have both singular and plural forms are by default used as --- singular determiners. If a numeral is added, the plural form is chosen. - - mkDet : Quant -> Det ; -- 5. this --# notminimal - mkDet : Quant -> Num -> Det ; -- 6. these five --# notminimal - --- Numerals, their special cases integers and digits, and possessive pronouns can be --- used as determiners. - - mkDet : Card -> Det ; -- 7. almost twenty --# notminimal - mkDet : Numeral -> Det ; -- 8. five --# notminimal - mkDet : Digits -> Det ; -- 9. 51 --# notminimal - mkDet : Pron -> Det ; -- 10. my (house) --# notminimal - mkDet : Pron -> Num -> Det -- 11. my (houses) --# notminimal - } ; --# notminimal - ---3 Quant, quantifiers --# notminimal - --- There are definite and indefinite articles. - - the_Quant : Quant ; -- the --# notminimal - a_Quant : Quant ; -- a --# notminimal - ---3 Num, cardinal numerals --# notminimal - --- Numerals can be formed from number words ($Numeral$), their special case digits, --- and from symbolic integers. - - mkNum : overload { --# notminimal - mkNum : Numeral -> Num ; -- 1. twenty --# notminimal - mkNum : Digits -> Num ; -- 2. 51 --# notminimal - mkNum : Card -> Num ; -- 3. almost ten --# notminimal - --- A numeral can be modified by an adnumeral. - - mkNum : AdN -> Card -> Num -- 4. almost ten --# notminimal - } ; --# notminimal - --- Dummy numbers are sometimes to select the grammatical number of a determiner. - - sgNum : Num ; -- singular --# notminimal - plNum : Num ; -- plural --# notminimal - ---3 Ord, ordinal numerals --# notminimal - --- Just like cardinals, ordinals can be formed from number words ($Numeral$) --- and from symbolic integers. - - mkOrd : overload { --# notminimal - mkOrd : Numeral -> Ord ; -- 1. twentieth --# notminimal - mkOrd : Digits -> Ord ; -- 2. 51st --# notminimal - --- Also adjectives in the superlative form can appear on ordinal positions. - - mkOrd : A -> Ord -- 3. best --# notminimal - } ; --# notminimal - ---3 AdN, adnumerals --# notminimal - --- Comparison adverbs can be used as adnumerals. - - mkAdN : CAdv -> AdN ; -- 1. more than --# notminimal - ---3 Numeral, number words --# notminimal - --- Digits and some "round" numbers are here given as shorthands. - - n1_Numeral : Numeral ; -- 1. one --# notminimal - n2_Numeral : Numeral ; -- 2. two --# notminimal - n3_Numeral : Numeral ; -- 3. three --# notminimal - n4_Numeral : Numeral ; -- 4. four --# notminimal - n5_Numeral : Numeral ; -- 5. five --# notminimal - n6_Numeral : Numeral ; -- 6. six --# notminimal - n7_Numeral : Numeral ; -- 7. seven --# notminimal - n8_Numeral : Numeral ; -- 8. eight --# notminimal - n9_Numeral : Numeral ; -- 9. nine --# notminimal - n10_Numeral : Numeral ; -- 10. ten --# notminimal - n20_Numeral : Numeral ; -- 11. twenty --# notminimal - n100_Numeral : Numeral ; -- 12. hundred --# notminimal - n1000_Numeral : Numeral ; -- 13. thousand --# notminimal - --- See $Numeral$ for the full set of constructors, and use the category --- $Digits$ for other numbers from one million. - - mkDigits : overload { --# notminimal - mkDigits : Dig -> Digits ; -- 1. 8 --# notminimal - mkDigits : Dig -> Digits -> Digits ; -- 2. 876 --# notminimal - } ; --# notminimal - - n1_Digits : Digits ; -- 1. 1 --# notminimal - n2_Digits : Digits ; -- 2. 2 --# notminimal - n3_Digits : Digits ; -- 3. 3 --# notminimal - n4_Digits : Digits ; -- 4. 4 --# notminimal - n5_Digits : Digits ; -- 5. 5 --# notminimal - n6_Digits : Digits ; -- 6. 6 --# notminimal - n7_Digits : Digits ; -- 7. 7 --# notminimal - n8_Digits : Digits ; -- 8. 8 --# notminimal - n9_Digits : Digits ; -- 9. 9 --# notminimal - n10_Digits : Digits ; -- 10. 10 --# notminimal - n20_Digits : Digits ; -- 11. 20 --# notminimal - n100_Digits : Digits ; -- 12. 100 --# notminimal - n1000_Digits : Digits ; -- 13. 1,000 --# notminimal - ---3 Dig, single digits --# notminimal - - n0_Dig : Dig ; -- 0. 0 --# notminimal - n1_Dig : Dig ; -- 1. 1 --# notminimal - n2_Dig : Dig ; -- 2. 2 --# notminimal - n3_Dig : Dig ; -- 3. 3 --# notminimal - n4_Dig : Dig ; -- 4. 4 --# notminimal - n5_Dig : Dig ; -- 5. 5 --# notminimal - n6_Dig : Dig ; -- 6. 6 --# notminimal - n7_Dig : Dig ; -- 7. 7 --# notminimal - n8_Dig : Dig ; -- 8. 8 --# notminimal - n9_Dig : Dig ; -- 9. 9 --# notminimal - - ---2 Nouns --# notminimal - ---3 CN, common noun phrases --# notminimal - - mkCN : overload { --# notminimal - --- The most frequent way of forming common noun phrases is from atomic nouns $N$. - - mkCN : N -> CN ; -- 1. house --# notminimal - --- Common noun phrases can be formed from relational nouns by providing arguments. - - mkCN : N2 -> NP -> CN ; -- 2. mother of John --# notminimal - mkCN : N3 -> NP -> NP -> CN ; -- 3. distance from this city to Paris --# notminimal - --- Relational nouns can also be used without their arguments. - - mkCN : N2 -> CN ; -- 4. son --# notminimal - mkCN : N3 -> CN ; -- 5. flight --# notminimal - --- A common noun phrase can be modified by adjectival phrase. We give special --- cases of this, where one or both of the arguments are atomic. - - mkCN : A -> N -> CN ; -- 6. big house --# notminimal - mkCN : A -> CN -> CN ; -- 7. big blue house --# notminimal - mkCN : AP -> N -> CN ; -- 8. very big house --# notminimal - mkCN : AP -> CN -> CN ; -- 9. very big blue house --# notminimal - --- A common noun phrase can be modified by a relative clause or an adverb. - - mkCN : N -> RS -> CN ; -- 10. house that John loves --# notminimal - mkCN : CN -> RS -> CN ; -- 11. big house that John loves --# notminimal - mkCN : N -> Adv -> CN ; -- 12. house in the city --# notminimal - mkCN : CN -> Adv -> CN ; -- 13. big house in the city --# notminimal - --- For some nouns it makes sense to modify them by sentences, --- questions, or infinitives. But syntactically this is possible for --- all nouns. - - mkCN : CN -> S -> CN ; -- 14. rule that John walks --# notminimal - mkCN : CN -> QS -> CN ; -- 15. question if John walks --# notminimal - mkCN : CN -> VP -> CN ; -- 16. reason to walk --# notminimal - --- A noun can be used in apposition to a noun phrase, especially a proper name. - - mkCN : N -> NP -> CN ; -- 17. king John --# notminimal - mkCN : CN -> NP -> CN -- 18. old king John --# notminimal - } ; --# notminimal - - ---2 Adjectives and adverbs --# notminimal - ---3 AP, adjectival phrases --# notminimal - - mkAP : overload { --# notminimal - --- Adjectival phrases can be formed from atomic adjectives by using the positive form or --- the comparative with a complement - - mkAP : A -> AP ; -- 1. old --# notminimal - mkAP : A -> NP -> AP ; -- 2. older than John --# notminimal - --- Relational adjectives can be used with a complement or a reflexive - - mkAP : A2 -> NP -> AP ; -- 3. married to her --# notminimal - mkAP : A2 -> AP ; -- 4. married --# notminimal - --- Some adjectival phrases can take as complements sentences, --- questions, or infinitives. Syntactically this is possible for --- all adjectives. - - mkAP : AP -> S -> AP ; -- 5. probable that John walks --# notminimal - mkAP : AP -> QS -> AP ; -- 6. uncertain if John walks --# notminimal - mkAP : AP -> VP -> AP ; -- 7. ready to go --# notminimal - --- An adjectival phrase can be modified by an adadjective. - - mkAP : AdA -> A -> AP ; -- 8. very old --# notminimal - mkAP : AdA -> AP -> AP ; -- 9. very very old --# notminimal - --- Conjunction can be formed from two or more adjectival phrases. - - mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big --# notminimal - mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm --# notminimal - - mkAP : Ord -> AP ; -- 12. oldest --# notminimal - mkAP : CAdv -> AP -> NP -> AP ; -- 13. as old as John --# notminimal - } ; --# notminimal - - reflAP : A2 -> AP ; -- married to himself --# notminimal - comparAP : A -> AP ; -- warmer --# notminimal - ---3 Adv, adverbial phrases --# notminimal - - mkAdv : overload { --# notminimal - --- Adverbs can be formed from adjectives. - - mkAdv : A -> Adv ; -- 1. warmly --# notminimal - --- Prepositional phrases are treated as adverbs. - - mkAdv : Prep -> NP -> Adv ; -- 2. with John --# notminimal - --- Subordinate sentences are treated as adverbs. - - mkAdv : Subj -> S -> Adv ; -- 3. when John walks --# notminimal - --- An adjectival adverb can be compared to a noun phrase or a sentence. - - mkAdv : CAdv -> A -> NP -> Adv ; -- 4. more warmly than John --# notminimal - mkAdv : CAdv -> A -> S -> Adv ; -- 5. more warmly than John walks --# notminimal - --- Adverbs can be modified by adadjectives. - - mkAdv : AdA -> Adv -> Adv ; -- 6. very warmly --# notminimal - --- Conjunction can be formed from two or more adverbial phrases. - - mkAdv : Conj -> Adv -> Adv -> Adv ; -- 7. here and now --# notminimal - mkAdv : Conj -> ListAdv -> Adv ; -- 8. with John, here and now --# notminimal - } ; --# notminimal - - ---2 Questions and relatives --# notminimal - ---3 QS, question sentences --# notminimal - - mkQS : overload { --# notminimal - --- Just like a sentence $S$ is built from a clause $Cl$, --- a question sentence $QS$ is built from --- a question clause $QCl$ by fixing tense, anteriority and polarity. --- Any of these arguments can be omitted, which results in the --- default (present, simultaneous, and positive, respectively). - - mkQS : QCl -> QS ; -- 1. who walks --# notminimal - mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS ; -- 2. who wouldn't have walked --# notminimal - --- Since 'yes-no' question clauses can be built from clauses (see below), --- we give a shortcut --- for building a question sentence directly from a clause, using the defaults --- present, simultaneous, and positive. - - mkQS : Cl -> QS -- 3. does John walk --# notminimal - } ; --# notminimal - - ---3 QCl, question clauses --# notminimal - - mkQCl : overload { --# notminimal - --- 'Yes-no' question clauses are built from 'declarative' clauses. - - mkQCl : Cl -> QCl ; -- 1. does John walk --# notminimal - --- 'Wh' questions are built from interrogative pronouns in subject --- or object position. The former uses a verb phrase; we don't give --- shortcuts for verb-argument sequences as we do for clauses. --- The latter uses the 'slash' category of objectless clauses --- (see below); we give the common special case with a two-place verb. - - mkQCl : IP -> VP -> QCl ; -- 2. who walks --# notminimal - mkQCl : IP -> NP -> V2 -> QCl ; -- 3. whom does John love --# notminimal - mkQCl : IP -> ClSlash -> QCl ; -- 4. whom does John love today --# notminimal - --- Adverbial 'wh' questions are built with interrogative adverbials, with the --- special case of prepositional phrases with interrogative pronouns. - - mkQCl : IAdv -> Cl -> QCl ; -- 5. why does John walk --# notminimal - mkQCl : Prep -> IP -> Cl -> QCl ; -- 6. with who does John walk --# notminimal - --- An interrogative adverbial can serve as the complement of a copula. - - mkQCl : IAdv -> NP -> QCl ; -- 7. where is John --# notminimal - --- Existentials are a special construction. - - mkQCl : IP -> QCl -- 8. what is there --# notminimal - } ; --# notminimal - - ---3 IP, interrogative pronouns --# notminimal - - mkIP : overload { --# notminimal - --- Interrogative pronouns --- can be formed much like noun phrases, by using interrogative quantifiers. - - mkIP : IQuant -> N -> IP ; -- 1. which city --# notminimal - mkIP : IQuant -> (Num) -> CN -> IP ; -- 2. which five big cities --# notminimal - --- An interrogative pronoun can be modified by an adverb. - - mkIP : IP -> Adv -> IP -- 3. who in Paris --# notminimal - } ; --# notminimal - --- More interrogative pronouns and determiners can be found in $Structural$. - - - ---3 IAdv, interrogative adverbs. --# notminimal - --- In addition to the interrogative adverbs defined in the $Structural$ lexicon, they --- can be formed as prepositional phrases from interrogative pronouns. - - mkIAdv : Prep -> IP -> IAdv ; -- 1. in which city --# notminimal - --- More interrogative adverbs are given in $Structural$. - - ---3 RS, relative sentences --# notminimal - --- Just like a sentence $S$ is built from a clause $Cl$, --- a relative sentence $RS$ is built from --- a relative clause $RCl$ by fixing the tense, anteriority and polarity. --- Any of these arguments --- can be omitted, which results in the default (present, simultaneous, --- and positive, respectively). - - mkRS : overload { --# notminimal - mkRS : RCl -> RS ; -- 1. that walk --# notminimal - mkRS : (Tense) -> (Ant) -> (Pol) -> RCl -> RS ; -- 2. that wouldn't have walked --# notminimal - mkRS : Conj -> RS -> RS -> RS ; -- 3. who walks and whom I know --# notminimal - mkRS : Conj -> ListRS -> RS ; -- 4. who walks, whose son runs, and whom I know --# notminimal - } ; --# notminimal - ---3 RCl, relative clauses --# notminimal - - mkRCl : overload { --# notminimal - --- Relative clauses are built from relative pronouns in subject or object position. --- The former uses a verb phrase; we don't give --- shortcuts for verb-argument sequences as we do for clauses. --- The latter uses the 'slash' category of objectless clauses (see below); --- we give the common special case with a two-place verb. - - mkRCl : RP -> VP -> RCl ; -- 1. that walk --# notminimal - mkRCl : RP -> NP -> V2 -> RCl ; -- 2. which John loves --# notminimal - mkRCl : RP -> ClSlash -> RCl ; -- 3. which John loves today --# notminimal - --- There is a simple 'such that' construction for forming relative --- clauses from clauses. - - mkRCl : Cl -> RCl -- 4. such that John loves her --# notminimal - } ; --# notminimal - ---3 RP, relative pronouns --# notminimal - --- There is an atomic relative pronoun - - which_RP : RP ; -- 1. which --# notminimal - --- A relative pronoun can be made into a kind of a prepositional phrase. - - mkRP : Prep -> NP -> RP -> RP ; -- 2. all the houses in which --# notminimal - - ---3 ClSlash, objectless sentences --# notminimal - - mkClSlash : overload { --# notminimal - --- Objectless sentences are used in questions and relative clauses. --- The most common way of constructing them is by using a two-place verb --- with a subject but without an object. - - mkClSlash : NP -> V2 -> ClSlash ; -- 1. (whom) John loves --# notminimal - --- The two-place verb can be separated from the subject by a verb-complement verb. - - mkClSlash : NP -> VV -> V2 -> ClSlash ; -- 2. (whom) John wants to see --# notminimal - --- The missing object can also be the noun phrase in a prepositional phrase. - - mkClSlash : Cl -> Prep -> ClSlash ; -- 3. (with whom) John walks --# notminimal - --- An objectless sentence can be modified by an adverb. - - mkClSlash : ClSlash -> Adv -> ClSlash -- 4. (whom) John loves today --# notminimal - } ; --# notminimal - - ---3 VPSlash, verb phrases missing an object --# notminimal - - mkVPSlash : overload { --# notminimal - --- This is the deep level of many-argument predication, permitting extraction. - - mkVPSlash : V2 -> VPSlash ; -- 1. (whom) (John) loves --# notminimal - mkVPSlash : V3 -> NP -> VPSlash ; -- 2. (whom) (John) gives an apple --# notminimal - mkVPSlash : V2A -> AP -> VPSlash ; -- 3. (whom) (John) paints red --# notminimal - mkVPSlash : V2Q -> QS -> VPSlash ; -- 4. (whom) (John) asks who sleeps --# notminimal - mkVPSlash : V2S -> S -> VPSlash ; -- 5. (whom) (John) tells that we sleep --# notminimal - mkVPSlash : V2V -> VP -> VPSlash ; -- 6. (whom) (John) forces to sleep --# notminimal - - } ; --# notminimal - - ---2 Lists for coordination --# notminimal - --- The rules in this section are very uniform: a list can be built from two or more --- expressions of the same category. - ---3 ListS, sentence lists --# notminimal - - mkListS : overload { --# notminimal - mkListS : S -> S -> ListS ; -- 1. he walks, I run --# notminimal - mkListS : S -> ListS -> ListS -- 2. John walks, I run, you sleep --# notminimal - } ; --# notminimal - ---3 ListAdv, adverb lists --# notminimal - - mkListAdv : overload { --# notminimal - mkListAdv : Adv -> Adv -> ListAdv ; -- 1. here, now --# notminimal - mkListAdv : Adv -> ListAdv -> ListAdv -- 2. to me, here, now --# notminimal - } ; --# notminimal - ---3 ListAP, adjectival phrase lists --# notminimal - - mkListAP : overload { --# notminimal - mkListAP : AP -> AP -> ListAP ; -- 1. old, big --# notminimal - mkListAP : AP -> ListAP -> ListAP -- 2. old, big, warm --# notminimal - } ; --# notminimal - - ---3 ListNP, noun phrase lists --# notminimal - - mkListNP : overload { --# notminimal - mkListNP : NP -> NP -> ListNP ; -- 1. John, I --# notminimal - mkListNP : NP -> ListNP -> ListNP -- 2. John, I, that --# notminimal - } ; --# notminimal - ---3 ListRS, relative clause lists --# notminimal - - mkListRS : overload { --# notminimal - mkListRS : RS -> RS -> ListRS ; -- 1. who walks, who runs --# notminimal - mkListRS : RS -> ListRS -> ListRS -- 2. who walks, who runs, who sleeps --# notminimal - } ; --# notminimal - ---. --# notminimal --- Definitions - - mkAP = overload { - mkAP : A -> AP -- warm - = PositA ; - mkAP : A -> NP -> AP -- warmer than Spain - = ComparA ; - mkAP : A2 -> NP -> AP -- divisible by 2 --# notminimal - = ComplA2 ; --# notminimal - mkAP : A2 -> AP -- divisible --# notminimal - = UseA2 ; --# notminimal - mkAP : AP -> S -> AP -- great that she won --# notminimal - = \ap,s -> SentAP ap (EmbedS s) ; --# notminimal - mkAP : AP -> QS -> AP -- great that she won --# notminimal - = \ap,s -> SentAP ap (EmbedQS s) ; --# notminimal - mkAP : AP -> VP -> AP -- great that she won --# notminimal - = \ap,s -> SentAP ap (EmbedVP s) ; --# notminimal - mkAP : AdA -> A -> AP -- very uncertain - = \x,y -> AdAP x (PositA y) ; - mkAP : AdA -> AP -> AP -- very uncertain - = AdAP ; - mkAP : Conj -> AP -> AP -> AP --# notminimal - = \c,x,y -> ConjAP c (BaseAP x y) ; --# notminimal - mkAP : Conj -> ListAP -> AP --# notminimal - = \c,xy -> ConjAP c xy ; --# notminimal - mkAP : Ord -> AP --# notminimal - = AdjOrd ; --# notminimal - mkAP : CAdv -> AP -> NP -> AP --# notminimal - = CAdvAP ; --# notminimal - } ; - - reflAP = ReflA2 ; --# notminimal - comparAP = UseComparA ; --# notminimal - - mkAdv = overload { - mkAdv : A -> Adv -- quickly - = PositAdvAdj ; - mkAdv : Prep -> NP -> Adv -- in the house - = PrepNP ; - mkAdv : CAdv -> A -> NP -> Adv -- more quickly than John --# notminimal - = ComparAdvAdj ; --# notminimal - mkAdv : CAdv -> A -> S -> Adv -- more quickly than he runs --# notminimal - = ComparAdvAdjS ; --# notminimal - mkAdv : AdA -> Adv -> Adv -- very quickly --# notminimal - = AdAdv ; --# notminimal - mkAdv : Subj -> S -> Adv -- when he arrives --# notminimal - = SubjS ; --# notminimal - mkAdv : Conj -> Adv -> Adv -> Adv --# notminimal - = \c,x,y -> ConjAdv c (BaseAdv x y) ; --# notminimal - mkAdv : Conj -> ListAdv -> Adv --# notminimal - = \c,xy -> ConjAdv c xy ; --# notminimal - } ; - - mkCl = overload { - mkCl : NP -> VP -> Cl -- John wants to walk - = PredVP ; - mkCl : NP -> V -> Cl -- John walks - = \s,v -> PredVP s (UseV v); - mkCl : NP -> V2 -> NP -> Cl -- John uses it - = \s,v,o -> PredVP s (ComplV2 v o); - mkCl : NP -> V3 -> NP -> NP -> Cl - = \s,v,o,i -> PredVP s (ComplV3 v o i); - - mkCl : NP -> VV -> VP -> Cl --# notminimal - = \s,v,vp -> PredVP s (ComplVV v vp) ; --# notminimal - mkCl : NP -> VS -> S -> Cl --# notminimal - = \s,v,p -> PredVP s (ComplVS v p) ; --# notminimal - mkCl : NP -> VQ -> QS -> Cl --# notminimal - = \s,v,q -> PredVP s (ComplVQ v q) ; --# notminimal - mkCl : NP -> VA -> AP -> Cl --# notminimal - = \s,v,q -> PredVP s (ComplVA v q) ; --# notminimal - mkCl : NP -> V2A -> NP -> AP -> Cl --# notminimal - = \s,v,n,q -> PredVP s (ComplV2A v n q) ; --# notminimal - mkCl : NP -> V2S -> NP -> S -> Cl --n14 --# notminimal - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2S v q) n) ; --# notminimal - mkCl : NP -> V2Q -> NP -> QS -> Cl --n14 --# notminimal - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2Q v q) n) ; --# notminimal - mkCl : NP -> V2V -> NP -> VP -> Cl --n14 --# notminimal - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2V v q) n) ; --# notminimal - - mkCl : VP -> Cl -- it rains --# notminimal - = ImpersCl ; --# notminimal - mkCl : NP -> RS -> Cl -- it is you who did it --# notminimal - = CleftNP ; --# notminimal - mkCl : Adv -> S -> Cl -- it is yesterday she arrived --# notminimal - = CleftAdv ; --# notminimal - mkCl : N -> Cl -- there is a house --# notminimal - = \y -> ExistNP (DetArtSg IndefArt (UseN y)) ; --# notminimal - mkCl : CN -> Cl -- there is a house --# notminimal - = \y -> ExistNP (DetArtSg IndefArt y) ; --# notminimal - mkCl : NP -> Cl -- there is a house --# notminimal - = ExistNP ; --# notminimal - mkCl : NP -> AP -> Cl -- John is nice and warm - = \x,y -> PredVP x (UseComp (CompAP y)) ; - mkCl : NP -> A -> Cl -- John is warm - = \x,y -> PredVP x (UseComp (CompAP (PositA y))) ; - mkCl : NP -> A -> NP -> Cl -- John is warmer than Mary - = \x,y,z -> PredVP x (UseComp (CompAP (ComparA y z))) ; - mkCl : NP -> A2 -> NP -> Cl -- John is married to Mary --# notminimal - = \x,y,z -> PredVP x (UseComp (CompAP (ComplA2 y z))) ; --# notminimal - mkCl : NP -> NP -> Cl -- John is the man - = \x,y -> PredVP x (UseComp (CompNP y)) ; - mkCl : NP -> CN -> Cl -- John is a man - = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt y))) ; - mkCl : NP -> N -> Cl -- John is a man - = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; - mkCl : NP -> Adv -> Cl -- John is here - = \x,y -> PredVP x (UseComp (CompAdv y)) ; - mkCl : V -> Cl -- it rains --# notminimal - = \v -> ImpersCl (UseV v) --# notminimal - } ; - - genericCl : VP -> Cl = GenericCl ; --# notminimal - - - mkNP = overload { - mkNP : Art -> Num -> Ord -> CN -> NP -- the five best men --n14 --# notminimal - = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (cn) ; --# notminimal - mkNP : Art -> Ord -> CN -> NP -- the best men --n14 --# notminimal - = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (cn) ; --# notminimal - mkNP : Art -> Card -> CN -> NP -- the five men --n14 --# notminimal - = \d,nu,cn -> DetCN (DetArtCard d nu) (cn) ; --# notminimal - - mkNP : Art -> Num -> Ord -> N -> NP -- the five best men --n14 --# notminimal - = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (UseN cn) ; --# notminimal - mkNP : Art -> Ord -> N -> NP -- the best men --n14 --# notminimal - = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (UseN cn) ; --# notminimal - mkNP : Art -> Card -> N -> NP -- the five men --n14 --# notminimal - = \d,nu,cn -> DetCN (DetArtCard d nu) (UseN cn) ; --# notminimal - - mkNP : CN -> NP -- old beer --n14 - = MassNP ; - mkNP : N -> NP -- beer --n14 - = \n -> MassNP (UseN n) ; - - mkNP : Det -> CN -> NP -- the old man - = DetCN ; - mkNP : Det -> N -> NP -- the man - = \d,n -> DetCN d (UseN n) ; - mkNP : Quant -> NP -- this --# notminimal - = \q -> DetNP (DetQuant q sgNum) ; --# notminimal - mkNP : Quant -> Num -> NP -- this --# notminimal - = \q,n -> DetNP (DetQuant q n) ; --# notminimal - mkNP : Det -> NP -- this --# notminimal - = DetNP ; --# notminimal - mkNP : Card -> CN -> NP -- forty-five old men - = \d,n -> DetCN (DetArtCard IndefArt d) n ; - mkNP : Card -> N -> NP -- forty-five men - = \d,n -> DetCN (DetArtCard IndefArt d) (UseN n) ; - mkNP : Quant -> CN -> NP - = \q,n -> DetCN (DetQuant q NumSg) n ; - mkNP : Quant -> N -> NP - = \q,n -> DetCN (DetQuant q NumSg) (UseN n) ; - mkNP : Quant -> Num -> CN -> NP - = \q,nu,n -> DetCN (DetQuant q nu) n ; - mkNP : Quant -> Num -> N -> NP - = \q,nu,n -> DetCN (DetQuant q nu) (UseN n) ; - - mkNP : Pron -> CN -> NP --# notminimal - = \p,n -> DetCN (DetQuant (PossPron p) NumSg) n ; --# notminimal - mkNP : Pron -> N -> NP --# notminimal - = \p,n -> DetCN (DetQuant (PossPron p) NumSg) (UseN n) ; --# notminimal - - mkNP : Numeral -> CN -> NP -- 51 old men - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) n ; - - mkNP : Numeral -> N -> NP -- 51 men - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) (UseN n) ; - mkNP : Digits -> CN -> NP -- 51 old men --# notminimal - = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) n ; --# notminimal - - mkNP : Digits -> N -> NP -- 51 men --# notminimal - = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) (UseN n) ; --# notminimal - - mkNP : Digit -> CN -> NP ---- obsol --# notminimal - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) n ; --# notminimal - mkNP : Digit -> N -> NP ---- obsol --# notminimal - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) (UseN n) ; --# notminimal - - mkNP : PN -> NP -- John - = UsePN ; - mkNP : Pron -> NP -- he - = UsePron ; - mkNP : Predet -> NP -> NP -- only the man - = PredetNP ; - mkNP : NP -> V2 -> NP -- the number squared --# notminimal - = PPartNP ; --# notminimal - mkNP : NP -> Adv -> NP -- Paris at midnight --# notminimal - = AdvNP ; --# notminimal - mkNP : NP -> RS -> NP --# notminimal - = RelNP ; --# notminimal - mkNP : Conj -> NP -> NP -> NP --# notminimal - = \c,x,y -> ConjNP c (BaseNP x y) ; --# notminimal - mkNP : Conj -> ListNP -> NP --# notminimal - = \c,xy -> ConjNP c xy ; --# notminimal --- backward compat - mkNP : QuantSg -> CN -> NP --# notminimal - = \q,n -> DetCN (DetQuant q NumSg) n ; --# notminimal - mkNP : QuantPl -> CN -> NP --# notminimal - = \q,n -> DetCN (DetQuant q NumPl) n ; --# notminimal - - } ; - - mkDet = overload { - - mkDet : Art -> Card -> Det -- the five men --n14 --# notminimal - = \d,nu -> (DetArtCard d nu) ; --# notminimal - - - - mkDet : Quant -> Ord -> Det -- this best man --# notminimal - = \q,o -> DetQuantOrd q NumSg o ; --# notminimal - mkDet : Quant -> Det -- this man - = \q -> DetQuant q NumSg ; - mkDet : Quant -> Num -> Ord -> Det -- these five best men --# notminimal - = DetQuantOrd ; --# notminimal - mkDet : Quant -> Num -> Det -- these five man - = DetQuant ; - mkDet : Num -> Det -- forty-five men - = DetArtCard IndefArt ; - mkDet : Digits -> Det -- 51 (men) --# notminimal - = \d -> DetArtCard IndefArt (NumDigits d) ; --# notminimal - mkDet : Numeral -> Det -- - = \d -> DetArtCard IndefArt (NumNumeral d) ; - mkDet : Pron -> Det -- my (house) --# notminimal - = \p -> DetQuant (PossPron p) NumSg ; --# notminimal - mkDet : Pron -> Num -> Det -- my (houses) --# notminimal - = \p -> DetQuant (PossPron p) ; --# notminimal - } ; - - - the_Art : Art = DefArt ; -- the - a_Art : Art = IndefArt ; -- a - - ---- obsol --# notminimal - - mkQuantSg : Quant -> QuantSg = SgQuant ; --# notminimal - mkQuantPl : Quant -> QuantPl = PlQuant ; --# notminimal - - this_QuantSg : QuantSg = mkQuantSg this_Quant ; --# notminimal - that_QuantSg : QuantSg = mkQuantSg that_Quant ; --# notminimal - --- the_QuantPl : QuantPl = mkQuantPl defQuant ; --- a_QuantPl : QuantPl = mkQuantPl indefQuant ; - these_QuantPl : QuantPl = mkQuantPl this_Quant ; --# notminimal - those_QuantPl : QuantPl = mkQuantPl that_Quant ; --# notminimal - - sgNum : Num = NumSg ; - plNum : Num = NumPl ; - - - mkCard = overload { - mkCard : Numeral -> Card - = NumNumeral ; - mkCard : Digits -> Card -- 51 --# notminimal - = NumDigits ; --# notminimal - mkCard : AdN -> Card -> Card --# notminimal - = AdNum --# notminimal - } ; - - mkNum = overload { - mkNum : Numeral -> Num - = \d -> NumCard (NumNumeral d) ; - mkNum : Digits -> Num -- 51 --# notminimal - = \d -> NumCard (NumDigits d) ; --# notminimal - mkNum : Digit -> Num --# notminimal - = \d -> NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d)))))) ; --# notminimal - - mkNum : Card -> Num = NumCard ; - mkNum : AdN -> Card -> Num = \a,c -> NumCard (AdNum a c) --# notminimal - } ; - - singularNum : Num -- [no num] --# notminimal - = NumSg ; --# notminimal - pluralNum : Num -- [no num] --# notminimal - = NumPl ; --# notminimal - - mkOrd = overload { --# notminimal - mkOrd : Numeral -> Ord = OrdNumeral ; --# notminimal - mkOrd : Digits -> Ord -- 51st --# notminimal - = OrdDigits ; --# notminimal - mkOrd : Digit -> Ord -- fifth --# notminimal - = \d -> --# notminimal - OrdNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))) ; --# notminimal - mkOrd : A -> Ord -- largest --# notminimal - = OrdSuperl --# notminimal - } ; --# notminimal - - n1_Numeral = num (pot2as3 (pot1as2 (pot0as1 pot01))) ; - n2_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n2)))) ; - n3_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n3)))) ; - n4_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n4)))) ; - n5_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))) ; - n6_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) ; - n7_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n7)))) ; - n8_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n8)))) ; - n9_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n9)))) ; - n10_Numeral = num (pot2as3 (pot1as2 pot110)) ; - n20_Numeral = num (pot2as3 (pot1as2 (pot1 n2))) ; - n100_Numeral = num (pot2as3 (pot2 pot01)) ; - n1000_Numeral = num (pot3 (pot1as2 (pot0as1 pot01))) ; - - n1_Digits = IDig D_1 ; --# notminimal - n2_Digits = IDig D_2 ; --# notminimal - n3_Digits = IDig D_3 ; --# notminimal - n4_Digits = IDig D_4 ; --# notminimal - n5_Digits = IDig D_5 ; --# notminimal - n6_Digits = IDig D_6 ; --# notminimal - n7_Digits = IDig D_7 ; --# notminimal - n8_Digits = IDig D_8 ; --# notminimal - n9_Digits = IDig D_9 ; --# notminimal - n10_Digits = IIDig D_1 (IDig D_0) ; --# notminimal - n20_Digits = IIDig D_2 (IDig D_0) ; --# notminimal - n100_Digits = IIDig D_1 (IIDig D_0 (IDig D_0)) ; --# notminimal - n1000_Digits = IIDig D_1 (IIDig D_0 (IIDig D_0 (IDig D_0))) ; --# notminimal - - - mkAdN : CAdv -> AdN = AdnCAdv ; -- more (than five) --# notminimal - - mkDigits = overload { --# notminimal - mkDigits : Dig -> Digits = IDig ; --# notminimal - mkDigits : Dig -> Digits -> Digits = IIDig ; --# notminimal - } ; --# notminimal - - n0_Dig = D_0 ; --# notminimal - n1_Dig = D_1 ; --# notminimal - n2_Dig = D_2 ; --# notminimal - n3_Dig = D_3 ; --# notminimal - n4_Dig = D_4 ; --# notminimal - n5_Dig = D_5 ; --# notminimal - n6_Dig = D_6 ; --# notminimal - n7_Dig = D_7 ; --# notminimal - n8_Dig = D_8 ; --# notminimal - n9_Dig = D_9 ; --# notminimal - - - - - mkCN = overload { - mkCN : N -> CN -- house - = UseN ; - mkCN : N2 -> NP -> CN -- son of the king --# notminimal - = ComplN2 ; --# notminimal - mkCN : N3 -> NP -> NP -> CN -- flight from Moscow (to Paris) --# notminimal - = \f,x -> ComplN2 (ComplN3 f x) ; --# notminimal - mkCN : N2 -> CN -- son --# notminimal - = UseN2 ; --# notminimal - mkCN : N3 -> CN -- flight --# notminimal - = \n -> UseN2 (Use2N3 n) ; --# notminimal - mkCN : AP -> CN -> CN -- nice and big blue house - = AdjCN ; - mkCN : AP -> N -> CN -- nice and big house - = \x,y -> AdjCN x (UseN y) ; - mkCN : CN -> AP -> CN -- nice and big blue house --# notminimal - = \x,y -> AdjCN y x ; --# notminimal - mkCN : N -> AP -> CN -- nice and big house --# notminimal - = \x,y -> AdjCN y (UseN x) ; --# notminimal - mkCN : A -> CN -> CN -- big blue house - = \x,y -> AdjCN (PositA x) y; - mkCN : A -> N -> CN -- big house - = \x,y -> AdjCN (PositA x) (UseN y); - mkCN : CN -> RS -> CN -- house that John owns --# notminimal - = RelCN ; --# notminimal - mkCN : N -> RS -> CN -- house that John owns --# notminimal - = \x,y -> RelCN (UseN x) y ; --# notminimal - mkCN : CN -> Adv -> CN -- house on the hill --# notminimal - = AdvCN ; --# notminimal - mkCN : N -> Adv -> CN -- house on the hill --# notminimal - = \x,y -> AdvCN (UseN x) y ; --# notminimal - mkCN : CN -> S -> CN -- fact that John smokes --# notminimal - = \cn,s -> SentCN cn (EmbedS s) ; --# notminimal - mkCN : CN -> QS -> CN -- question if John smokes --# notminimal - = \cn,s -> SentCN cn (EmbedQS s) ; --# notminimal - mkCN : CN -> VP -> CN -- reason to smoke --# notminimal - = \cn,s -> SentCN cn (EmbedVP s) ; --# notminimal - mkCN : CN -> NP -> CN -- number x, numbers x and y --# notminimal - = ApposCN ; --# notminimal - mkCN : N -> NP -> CN -- number x, numbers x and y --# notminimal - = \x,y -> ApposCN (UseN x) y --# notminimal - } ; - - - mkPhr = overload { - mkPhr : PConj -> Utt -> Voc -> Phr -- But go home my friend --# notminimal - = PhrUtt ; --# notminimal - mkPhr : Utt -> Voc -> Phr --# notminimal - = \u,v -> PhrUtt NoPConj u v ; --# notminimal - mkPhr : PConj -> Utt -> Phr --# notminimal - = \u,v -> PhrUtt u v NoVoc ; --# notminimal - mkPhr : Utt -> Phr -- Go home - = \u -> PhrUtt NoPConj u NoVoc ; - mkPhr : S -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttS s) NoVoc ; - mkPhr : Cl -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttS (TUseCl TPres ASimul PPos s)) NoVoc ; - mkPhr : QS -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttQS s) NoVoc ; - mkPhr : Imp -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttImpSg PPos s) NoVoc - - } ; - - mkPConj : Conj -> PConj = PConjConj ; --# notminimal - noPConj : PConj = NoPConj ; --# notminimal - - mkVoc : NP -> Voc = VocNP ; --# notminimal - noVoc : Voc = NoVoc ; --# notminimal - - positivePol : Pol = PPos ; - negativePol : Pol = PNeg ; - - simultaneousAnt : Ant = ASimul ; --# notminimal - anteriorAnt : Ant = AAnter ; --# notpresent --# notminimal - - presentTense : Tense = TPres ; --# notminimal - pastTense : Tense = TPast ; --# notpresent --# notminimal - futureTense : Tense = TFut ; --# notpresent --# notminimal - conditionalTense : Tense = TCond ; --# notpresent --# notminimal - - param ImpForm = IFSg | IFPl | IFPol ; --# notminimal - - oper --# notminimal - singularImpForm : ImpForm = IFSg ; --# notminimal - pluralImpForm : ImpForm = IFPl ; --# notminimal - politeImpForm : ImpForm = IFPol ; --# notminimal - - mkUttImp : ImpForm -> Pol -> Imp -> Utt = \f,p,i -> case f of { --# notminimal - IFSg => UttImpSg p i ; --# notminimal - IFPl => UttImpPl p i ; --# notminimal - IFPol => UttImpPol p i --# notminimal - } ; --# notminimal - - mkUtt = overload { - mkUtt : S -> Utt -- John walked - = UttS ; - mkUtt : Cl -> Utt -- John walks - = \c -> UttS (TUseCl TPres ASimul PPos c); - mkUtt : QS -> Utt -- is it good - = UttQS ; - mkUtt : QCl -> Utt -- does John walk - = \c -> UttQS (TUseQCl TPres ASimul PPos c); - mkUtt : ImpForm -> Pol -> Imp -> Utt -- don't help yourselves --# notminimal - = mkUttImp ; --# notminimal - mkUtt : ImpForm -> Imp -> Utt -- help yourselves --# notminimal - = \f -> mkUttImp f PPos ; --# notminimal - mkUtt : Pol -> Imp -> Utt -- (don't) help yourself - = UttImpSg ; - mkUtt : Imp -> Utt -- help yourself - = UttImpSg PPos ; - mkUtt : IP -> Utt -- who - = UttIP ; - mkUtt : IAdv -> Utt -- why - = UttIAdv ; - mkUtt : NP -> Utt -- this man - = UttNP ; - mkUtt : Adv -> Utt -- here - = UttAdv ; - mkUtt : VP -> Utt -- to sleep --# notminimal - = UttVP --# notminimal - } ; - - lets_Utt : VP -> Utt = ImpPl1 ; --# notminimal - - mkQCl = overload { - - mkQCl : Cl -> QCl -- does John walk - = QuestCl ; - mkQCl : IP -> VP -> QCl -- who walks - = QuestVP ; - mkQCl : IP -> ClSlash -> QCl -- who does John love --# notminimal - = QuestSlash ; --# notminimal - mkQCl : IP -> NP -> V2 -> QCl -- who does John love --# notminimal - = \ip,np,v -> QuestSlash ip (SlashVP np (SlashV2a v)) ; --# notminimal - mkQCl : IAdv -> Cl -> QCl -- why does John walk - = QuestIAdv ; - mkQCl : Prep -> IP -> Cl -> QCl -- with whom does John walk --# notminimal - = \p,ip -> QuestIAdv (PrepIP p ip) ; --# notminimal - mkQCl : IAdv -> NP -> QCl -- where is John --# notminimal - = \a -> QuestIComp (CompIAdv a) ; --# notminimal - mkQCl : IP -> QCl -- which houses are there --# notminimal - = ExistIP --# notminimal - - } ; - - mkIP = overload { - mkIP : IDet -> CN -> IP -- which songs --# notminimal - = IdetCN ; --# notminimal - mkIP : IDet -> N -> IP -- which song --# notminimal - = \i,n -> IdetCN i (UseN n) ; --# notminimal - mkIP : IQuant -> CN -> IP -- which songs - = \i,n -> IdetCN (IdetQuant i NumSg) n ; - mkIP : IQuant -> Num -> CN -> IP -- which songs --# notminimal - = \i,nu,n -> IdetCN (IdetQuant i nu) n ; --# notminimal - mkIP : IQuant -> N -> IP -- which song - = \i,n -> IdetCN (IdetQuant i NumSg) (UseN n) ; - mkIP : IP -> Adv -> IP -- who in Europe --# notminimal - = AdvIP --# notminimal - } ; - - mkIDet = overload { - mkIDet : IQuant -> Num -> IDet -- which (songs) --# notminimal - = \i,nu -> IdetQuant i nu ; --# notminimal - mkIDet : IQuant -> IDet - = \i -> IdetQuant i NumSg ; - } ; - - whichSg_IDet : IDet = IdetQuant which_IQuant NumSg ; --# notminimal - whichPl_IDet : IDet = IdetQuant which_IQuant NumPl ; --# notminimal - - what_IP : IP = whatSg_IP ; - who_IP : IP = whoSg_IP ; - which_IDet : IDet = whichSg_IDet ; --# notminimal - - mkIAdv : Prep -> IP -> IAdv = PrepIP ; --# notminimal - - mkRCl = overload { --# notminimal - mkRCl : Cl -> RCl -- such that John loves her --# notminimal - = RelCl ; --# notminimal - mkRCl : RP -> VP -> RCl -- who loves John --# notminimal - = RelVP ; --# notminimal - mkRCl : RP -> ClSlash -> RCl -- whom John loves --# notminimal - = RelSlash ; --# notminimal - mkRCl : RP -> NP -> V2 -> RCl -- whom John loves --# notminimal - = \rp,np,v2 -> RelSlash rp (SlashVP np (SlashV2a v2)) ; --# notminimal - } ; --# notminimal - - which_RP : RP -- which --# notminimal - = IdRP ; --# notminimal - mkRP : Prep -> NP -> RP -> RP -- all the roots of which --# notminimal - = FunRP --# notminimal - ; --# notminimal - - mkClSlash = overload { --# notminimal - mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees --# notminimal - = \np,v2 -> SlashVP np (SlashV2a v2) ; --# notminimal - mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see --# notminimal - = \np,vv,v2 -> SlashVP np (SlashVV vv (SlashV2a v2)) ; --# notminimal - mkClSlash : ClSlash -> Adv -> ClSlash -- (whom) he sees tomorrow --# notminimal - = AdvSlash ; --# notminimal - mkClSlash : Cl -> Prep -> ClSlash -- (with whom) he walks --# notminimal - = SlashPrep --# notminimal - } ; --# notminimal - - mkImp = overload { - mkImp : VP -> Imp -- go --# notminimal - = ImpVP ; --# notminimal - mkImp : V -> Imp - = \v -> ImpVP (UseV v) ; - mkImp : V2 -> NP -> Imp - = \v,np -> ImpVP (ComplV2 v np) - } ; - - mkS = overload { - mkS : Cl -> S - = TUseCl TPres ASimul PPos ; - mkS : Tense -> Cl -> S --# notminimal - = \t -> TUseCl t ASimul PPos ; --# notminimal - mkS : Ant -> Cl -> S --# notminimal - = \a -> TUseCl TPres a PPos ; --# notminimal - mkS : Pol -> Cl -> S - = \p -> TUseCl TPres ASimul p ; - mkS : Tense -> Ant -> Cl -> S --# notminimal - = \t,a -> TUseCl t a PPos ; --# notminimal - mkS : Tense -> Pol -> Cl -> S --# notminimal - = \t,p -> TUseCl t ASimul p ; --# notminimal - mkS : Ant -> Pol -> Cl -> S --# notminimal - = \a,p -> TUseCl TPres a p ; --# notminimal - mkS : Tense -> Ant -> Pol -> Cl -> S --# notminimal - = \t,a -> TUseCl t a ; --# notminimal - mkS : Conj -> S -> S -> S --# notminimal - = \c,x,y -> ConjS c (BaseS x y) ; --# notminimal - mkS : Conj -> ListS -> S --# notminimal - = \c,xy -> ConjS c xy ; --# notminimal - mkS : Adv -> S -> S --# notminimal - = AdvS --# notminimal - - } ; - - mkQS = overload { - - mkQS : QCl -> QS - = TUseQCl TPres ASimul PPos ; - mkQS : Tense -> QCl -> QS --# notminimal - = \t -> TUseQCl t ASimul PPos ; --# notminimal - mkQS : Ant -> QCl -> QS --# notminimal - = \a -> TUseQCl TPres a PPos ; --# notminimal - mkQS : Pol -> QCl -> QS - = \p -> TUseQCl TPres ASimul p ; - mkQS : Tense -> Ant -> QCl -> QS --# notminimal - = \t,a -> TUseQCl t a PPos ; --# notminimal - mkQS : Tense -> Pol -> QCl -> QS --# notminimal - = \t,p -> TUseQCl t ASimul p ; --# notminimal - mkQS : Ant -> Pol -> QCl -> QS --# notminimal - = \a,p -> TUseQCl TPres a p ; --# notminimal - mkQS : Tense -> Ant -> Pol -> QCl -> QS --# notminimal - = TUseQCl ; --# notminimal - mkQS : Cl -> QS - = \x -> TUseQCl TPres ASimul PPos (QuestCl x) - } ; - - - mkRS = overload { --# notminimal - - mkRS : RCl -> RS --# notminimal - = TUseRCl TPres ASimul PPos ; --# notminimal - mkRS : Tense -> RCl -> RS --# notminimal - = \t -> TUseRCl t ASimul PPos ; --# notminimal - mkRS : Ant -> RCl -> RS --# notminimal - = \a -> TUseRCl TPres a PPos ; --# notminimal - mkRS : Pol -> RCl -> RS --# notminimal - = \p -> TUseRCl TPres ASimul p ; --# notminimal - mkRS : Tense -> Ant -> RCl -> RS --# notminimal - = \t,a -> TUseRCl t a PPos ; --# notminimal - mkRS : Tense -> Pol -> RCl -> RS --# notminimal - = \t,p -> TUseRCl t ASimul p ; --# notminimal - mkRS : Ant -> Pol -> RCl -> RS --# notminimal - = \a,p -> TUseRCl TPres a p ; --# notminimal - mkRS : Tense -> Ant -> Pol -> RCl -> RS --# notminimal - = TUseRCl ; --# notminimal - mkRS : Conj -> RS -> RS -> RS --# notminimal - = \c,x,y -> ConjRS c (BaseRS x y) ; --# notminimal - mkRS : Conj -> ListRS -> RS --# notminimal - = \c,xy -> ConjRS c xy ; --# notminimal - - } ; --# notminimal - - param Punct = PFullStop | PExclMark | PQuestMark ; - - oper - emptyText : Text = TEmpty ; -- [empty text] --# notminimal - - fullStopPunct : Punct = PFullStop ; -- . - questMarkPunct : Punct = PQuestMark ; -- ? - exclMarkPunct : Punct = PExclMark ; -- ! - - - mkText = overload { - mkText : Phr -> Punct -> Text -> Text = --# notminimal - \phr,punct,text -> case punct of { --# notminimal - PFullStop => TFullStop phr text ; --# notminimal - PExclMark => TExclMark phr text ; --# notminimal - PQuestMark => TQuestMark phr text --# notminimal - } ; --# notminimal - mkText : Phr -> Punct -> Text = - \phr,punct -> case punct of { - PFullStop => TFullStop phr TEmpty ; - PExclMark => TExclMark phr TEmpty ; - PQuestMark => TQuestMark phr TEmpty - } ; - mkText : Phr -> Text -- John walks. --# notminimal - = \x -> TFullStop x TEmpty ; --# notminimal - mkText : Utt -> Text - = \u -> TFullStop (PhrUtt NoPConj u NoVoc) TEmpty ; - mkText : S -> Text - = \s -> TFullStop (PhrUtt NoPConj (UttS s) NoVoc) TEmpty; - mkText : Cl -> Text - = \c -> TFullStop (PhrUtt NoPConj (UttS (TUseCl TPres ASimul PPos c)) NoVoc) TEmpty; - mkText : QS -> Text - = \q -> TQuestMark (PhrUtt NoPConj (UttQS q) NoVoc) TEmpty ; - mkText : Imp -> Text - = \i -> TExclMark (PhrUtt NoPConj (UttImpSg PPos i) NoVoc) TEmpty; - mkText : Pol -> Imp -> Text --# notminimal - = \p,i -> TExclMark (PhrUtt NoPConj (UttImpSg p i) NoVoc) TEmpty; --# notminimal - mkText : Phr -> Text -> Text -- John walks. ... --# notminimal - = TFullStop ; --# notminimal - mkText : Text -> Text -> Text --# notminimal - = \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ; --# notminimal - } ; - - mkVP = overload { - mkVP : V -> VP -- sleep - = UseV ; - mkVP : V2 -> NP -> VP -- use it - = ComplV2 ; - mkVP : V3 -> NP -> NP -> VP -- send a message to her --# notminimal - = ComplV3 ; --# notminimal - mkVP : VV -> VP -> VP -- want to run --# notminimal - = ComplVV ; --# notminimal - mkVP : VS -> S -> VP -- know that she runs --# notminimal - = ComplVS ; --# notminimal - mkVP : VQ -> QS -> VP -- ask if she runs --# notminimal - = ComplVQ ; --# notminimal - mkVP : VA -> AP -> VP -- look red --# notminimal - = ComplVA ; --# notminimal - mkVP : V2A -> NP -> AP -> VP -- paint the house red --# notminimal - = ComplV2A ; --# notminimal - - mkVP : V2S -> NP -> S -> VP --n14 --# notminimal - = \v,n,q -> (ComplSlash (SlashV2S v q) n) ; --# notminimal - mkVP : V2Q -> NP -> QS -> VP --n14 --# notminimal - = \v,n,q -> (ComplSlash (SlashV2Q v q) n) ; --# notminimal - mkVP : V2V -> NP -> VP -> VP --n14 --# notminimal - = \v,n,q -> (ComplSlash (SlashV2V v q) n) ; --# notminimal - - mkVP : A -> VP -- be warm --# notminimal - = \a -> UseComp (CompAP (PositA a)) ; --# notminimal - mkVP : A -> NP -> VP -- John is warmer than Mary --# notminimal - = \y,z -> (UseComp (CompAP (ComparA y z))) ; --# notminimal - mkVP : A2 -> NP -> VP -- John is married to Mary --# notminimal - = \y,z -> (UseComp (CompAP (ComplA2 y z))) ; --# notminimal - mkVP : AP -> VP -- be warm --# notminimal - = \a -> UseComp (CompAP a) ; --# notminimal - mkVP : NP -> VP -- be a man --# notminimal - = \a -> UseComp (CompNP a) ; --# notminimal - mkVP : CN -> VP -- be a man --# notminimal - = \y -> (UseComp (CompNP (DetArtSg IndefArt y))) ; --# notminimal - mkVP : N -> VP -- be a man --# notminimal - = \y -> (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; --# notminimal - mkVP : Adv -> VP -- be here --# notminimal - = \a -> UseComp (CompAdv a) ; --# notminimal - mkVP : VP -> Adv -> VP -- sleep here - = AdvVP ; - mkVP : AdV -> VP -> VP -- always sleep --# notminimal - = AdVVP ; --# notminimal - mkVP : VPSlash -> NP -> VP -- always sleep --# notminimal - = ComplSlash ; --# notminimal - mkVP : VPSlash -> VP --# notminimal - = ReflVP --# notminimal - } ; - - reflexiveVP : V2 -> VP = \v -> ReflVP (SlashV2a v) ; --# notminimal - - mkVPSlash = overload { --# notminimal - - mkVPSlash : V2 -> VPSlash -- 1. (whom) (John) loves --# notminimal - = SlashV2a ; --# notminimal - mkVPSlash : V3 -> NP -> VPSlash -- 2. (whom) (John) gives an apple --# notminimal - = Slash2V3 ; --# notminimal - mkVPSlash : V2A -> AP -> VPSlash -- 3. (whom) (John) paints red --# notminimal - = SlashV2A ; --# notminimal - mkVPSlash : V2Q -> QS -> VPSlash -- 4. (whom) (John) asks who sleeps --# notminimal - = SlashV2Q ; --# notminimal - mkVPSlash : V2S -> S -> VPSlash -- 5. (whom) (John) tells that we sleep --# notminimal - = SlashV2S ; --# notminimal - mkVPSlash : V2V -> VP -> VPSlash -- 6. (whom) (John) forces to sleep --# notminimal - = SlashV2V ; --# notminimal - } ; --# notminimal - - - - passiveVP = overload { --# notminimal - passiveVP : V2 -> VP = PassV2 ; --# notminimal - passiveVP : V2 -> NP -> VP = \v,np -> --# notminimal - (AdvVP (PassV2 v) (PrepNP by8agent_Prep np)) --# notminimal - } ; --# notminimal - progressiveVP : VP -> VP = ProgrVP ; --# notminimal - - - mkListS = overload { --# notminimal - mkListS : S -> S -> ListS = BaseS ; --# notminimal - mkListS : S -> ListS -> ListS = ConsS --# notminimal - } ; --# notminimal - - mkListAP = overload { --# notminimal - mkListAP : AP -> AP -> ListAP = BaseAP ; --# notminimal - mkListAP : AP -> ListAP -> ListAP = ConsAP --# notminimal - } ; --# notminimal - - mkListAdv = overload { --# notminimal - mkListAdv : Adv -> Adv -> ListAdv = BaseAdv ; --# notminimal - mkListAdv : Adv -> ListAdv -> ListAdv = ConsAdv --# notminimal - } ; --# notminimal - - mkListNP = overload { --# notminimal - mkListNP : NP -> NP -> ListNP = BaseNP ; --# notminimal - mkListNP : NP -> ListNP -> ListNP = ConsNP --# notminimal - } ; --# notminimal - - mkListRS = overload { --# notminimal - mkListRS : RS -> RS -> ListRS = BaseRS ; --# notminimal - mkListRS : RS -> ListRS -> ListRS = ConsRS --# notminimal - } ; --# notminimal - - ------------- for backward compatibility --# notminimal - - QuantSg : Type = Quant ** {isSg : {}} ; --# notminimal - QuantPl : Type = Quant ** {isPl : {}} ; --# notminimal - SgQuant : Quant -> QuantSg = \q -> q ** {isSg = <>} ; --# notminimal - PlQuant : Quant -> QuantPl = \q -> q ** {isPl = <>} ; --# notminimal - --- Pre-1.4 constants defined - - DetSg : Quant -> Ord -> Det = \q -> DetQuantOrd q NumSg ; --# notminimal - DetPl : Quant -> Num -> Ord -> Det = DetQuantOrd ; --# notminimal - - ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ; - ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; --# notminimal - ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash3V3 v o) d ; - - that_NP : NP = DetNP (DetQuant that_Quant sgNum) ; --# notminimal - this_NP : NP = DetNP (DetQuant this_Quant sgNum) ; --# notminimal - those_NP : NP = DetNP (DetQuant that_Quant plNum) ; --# notminimal - these_NP : NP = DetNP (DetQuant this_Quant plNum) ; --# notminimal - - that_Det : Det = (DetQuant that_Quant sgNum) ; - this_Det : Det = (DetQuant this_Quant sgNum) ; - those_Det : Det = (DetQuant that_Quant plNum) ; - these_Det : Det = (DetQuant this_Quant plNum) ; - - -{- --# notminimal --- The definite and indefinite articles are commonly used determiners. - - defSgDet : Det ; -- 11. the (house) --# notminimal - defPlDet : Det ; -- 12. the (houses) --# notminimal - indefSgDet : Det ; -- 13. a (house) --# notminimal - indefPlDet : Det ; -- 14. (houses) --# notminimal - - ---3 QuantSg, singular quantifiers --# notminimal - --- From quantifiers that can have both forms, this constructor --- builds the singular form. - - mkQuantSg : Quant -> QuantSg ; -- 1. this --# notminimal - --- The mass noun phrase constructor is treated as a singular quantifier. - - massQuant : QuantSg ; -- 2. (mass terms) --# notminimal - --- More singular quantifiers are available in the $Structural$ module. --- The following singular cases of quantifiers are often used. - - the_QuantSg : QuantSg ; -- 3. the --# notminimal - a_QuantSg : QuantSg ; -- 4. a --# notminimal - this_QuantSg : QuantSg ; -- 5. this --# notminimal - that_QuantSg : QuantSg ; -- 6. that --# notminimal - - ---3 QuantPl, plural quantifiers --# notminimal - --- From quantifiers that can have both forms, this constructor --- builds the plural form. - - mkQuantPl : Quant -> QuantPl ; -- 1. these --# notminimal - --- More plural quantifiers are available in the $Structural$ module. --- The following plural cases of quantifiers are often used. - - the_QuantPl : QuantPl ; -- 2. the --# notminimal - a_QuantPl : QuantPl ; -- 3. (indefinite plural) --# notminimal - these_QuantPl : QuantPl ; -- 4. these --# notminimal - those_QuantPl : QuantPl ; -- 5. those --# notminimal --} --# notminimal - --- export needed, since not in Cat - - ListAdv : Type = Grammar.ListAdv ; --# notminimal - ListAP : Type = Grammar.ListAP ; --# notminimal - ListNP : Type = Grammar.ListNP ; --# notminimal - ListS : Type = Grammar.ListS ; --# notminimal - --- bw to 1.4 - - Art : Type = Quant ; - the_Art : Art = DefArt ; -- the --# notminimal - a_Art : Art = IndefArt ; -- a --# notminimal - - the_Quant : Quant = DefArt ; -- the --# notminimal - a_Quant : Quant = IndefArt ; -- a --# notminimal - - DetArtSg : Art -> CN -> NP = \a -> DetCN (DetQuant a sgNum) ; - DetArtPl : Art -> CN -> NP = \a -> DetCN (DetQuant a plNum) ; - - DetArtOrd : Quant -> Num -> Ord -> Det = DetQuantOrd ; --# notminimal - DetArtCard : Art -> Card -> Det = \a,c -> DetQuant a (NumCard c) ; - - TUseCl : Tense -> Ant -> Pol -> Cl -> S = \t,a -> UseCl (TTAnt t a) ; - TUseQCl : Tense -> Ant -> Pol -> QCl -> QS = \t,a -> UseQCl (TTAnt t a) ; - TUseRCl : Tense -> Ant -> Pol -> RCl -> RS = \t,a -> UseRCl (TTAnt t a) ; --# notminimal - -} diff --git a/next-lib/src/api/ConstructorsAra.gf b/next-lib/src/api/ConstructorsAra.gf deleted file mode 100644 index 777f3a249..000000000 --- a/next-lib/src/api/ConstructorsAra.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsAra = Constructors with (Grammar = GrammarAra) ; diff --git a/next-lib/src/api/Symbolic.gf b/next-lib/src/api/Symbolic.gf deleted file mode 100644 index bcc85e12b..000000000 --- a/next-lib/src/api/Symbolic.gf +++ /dev/null @@ -1,86 +0,0 @@ ---1 Symbolic: Noun Phrases with mathematical symbols - -incomplete resource Symbolic = open Symbol, Grammar, PredefCnc in { - - oper - symb : overload { - symb : Str -> NP ; -- x - symb : Int -> NP ; -- 23 - symb : Float -> NP ; -- 0.99 - symb : N -> Digits -> NP ; -- level 4 - symb : N -> Card -> NP ; -- level at least four - symb : CN -> Card -> NP ; -- advanced level at least four - symb : Det -> N -> Card -> NP ; -- the number at least four - symb : Det -> CN -> Card -> NP ; -- the even number at least four - symb : N -> Numeral -> NP ; -- level four - symb : CN -> Numeral -> NP ; -- advanced level four - symb : Det -> N -> Numeral -> NP ; -- the largest number four - symb : Det -> CN -> Numeral -> NP ; -- the largest even number four - symb : Det -> N -> Str -> Str -> NP ; -- the largest levels i and j - symb : Det -> CN -> [Symb] -> NP ; -- the largest basic levels i, j, and k - symb : Quant -> N -> Numeral -> NP ; -- the number four - symb : Quant -> CN -> Numeral -> NP ; -- the even number four - symb : Quant -> N -> Str -> Str -> NP ; -- the levels i and j - symb : Quant -> CN -> [Symb] -> NP ; -- the basic levels i, j, and k - symb : Symb -> S ; -- A - symb : Symb -> Card ; -- n - symb : Symb -> Ord -- n'th - } ; - - mkSymb : Str -> Symb ; - mkInteger : Predef.Int -> Integer ; - mkFloating : Predef.Float -> Floating ; - ---. - - symb = overload { - symb : Str -> NP - = \s -> UsePN (SymbPN (mkSymb s)) ; - symb : Int -> NP - = \i -> UsePN (IntPN i) ; - symb : Float -> NP - = \i -> UsePN (FloatPN i) ; - symb : N -> Digits -> NP - = \c,i -> CNNumNP (UseN c) (NumDigits i) ; - symb : N -> Card -> NP - = \c,n -> CNNumNP (UseN c) n ; - symb : CN -> Card -> NP - = \c,n -> CNNumNP c n ; - symb : Det -> N -> Card -> NP - = \d,n,x -> DetCN d (ApposCN (UseN n) (UsePN (NumPN x))) ; - symb : Det -> CN -> Card -> NP - = \d,n,x -> DetCN d (ApposCN n (UsePN (NumPN x))) ; - symb : N -> Numeral -> NP - = \c,n -> CNNumNP (UseN c) (NumNumeral n) ; - symb : CN -> Numeral -> NP - = \c,n -> CNNumNP c (NumNumeral n) ; - symb : Det -> N -> Numeral -> NP - = \d,n,x -> DetCN d (ApposCN (UseN n) (UsePN (NumPN (NumNumeral x)))) ; - symb : Det -> CN -> Numeral -> NP - = \d,n,x -> DetCN d (ApposCN n (UsePN (NumPN (NumNumeral x)))) ; - symb : Det -> N -> Str -> Str -> NP - = \c,n,x,y -> CNSymbNP c (UseN n) (BaseSymb (mkSymb x) (mkSymb y)) ; - symb : Det -> CN -> [Symb] -> NP - = CNSymbNP ; - symb : Quant -> N -> Numeral -> NP - = \d,n,x -> DetCN (DetQuant d NumSg) (ApposCN (UseN n) (UsePN (NumPN (NumNumeral x)))) ; - symb : Quant -> CN -> Numeral -> NP - = \d,n,x -> DetCN (DetQuant d NumSg) (ApposCN n (UsePN (NumPN (NumNumeral x)))) ; - symb : Quant -> N -> Str -> Str -> NP - = \d,n,x,y -> CNSymbNP (DetQuant d NumSg) (UseN n) (BaseSymb (mkSymb x) (mkSymb y)) ; - symb : Quant -> CN -> [Symb] -> NP - = \d -> CNSymbNP (DetQuant d NumSg); - symb : Symb -> S = SymbS ; - symb : Symb -> Card = SymbNum ; - symb : Symb -> Ord = SymbOrd - } ; - - mkSymb : Str -> Symb = \s -> {s = s ; lock_Symb = <>} ; - - mkInteger i = {s = Predef.show Predef.Int i ; lock_Int = <>} ; - mkFloating f = {s = Predef.show Predef.Float f ; lock_Float = <>} ; - - Integer : Type = {s : Str ; lock_Int : {}} ; - Floating : Type = {s : Str ; lock_Float : {}} ; - -} diff --git a/next-lib/src/api/SymbolicBul.gf b/next-lib/src/api/SymbolicBul.gf deleted file mode 100644 index 1fa5fd4c0..000000000 --- a/next-lib/src/api/SymbolicBul.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicBul = Symbolic with - (Symbol = SymbolBul), - (Grammar = GrammarBul) ; diff --git a/next-lib/src/api/SyntaxAra.gf b/next-lib/src/api/SyntaxAra.gf deleted file mode 100644 index 095006527..000000000 --- a/next-lib/src/api/SyntaxAra.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxAra of Syntax = ConstructorsAra, CatAra, StructuralAra, CombinatorsAra ; - diff --git a/next-lib/src/api/SyntaxCat.gf b/next-lib/src/api/SyntaxCat.gf deleted file mode 100644 index e9223be44..000000000 --- a/next-lib/src/api/SyntaxCat.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:alltenses - -instance SyntaxCat of Syntax = - ConstructorsCat, CatCat, StructuralCat, CombinatorsCat ; - diff --git a/next-lib/src/api/TryEng.gf b/next-lib/src/api/TryEng.gf deleted file mode 100644 index 823dc212f..000000000 --- a/next-lib/src/api/TryEng.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryEng = SyntaxEng-[mkAdN], LexiconEng, ParadigmsEng - [mkAdv,mkAdN,mkOrd] ** - open (P = ParadigmsEng) in { - -oper - - mkAdv = overload SyntaxEng { - mkAdv : Str -> Adv = P.mkAdv ; - } ; - - mkAdN = overload { - mkAdN : CAdv -> AdN = SyntaxEng.mkAdN ; - mkAdN : Str -> AdN = P.mkAdN ; - } ; - - mkOrd = overload SyntaxEng { - mkOrd : Str -> Ord = P.mkOrd ; - } ; - - -} diff --git a/next-lib/src/api/minimals.txt b/next-lib/src/api/minimals.txt deleted file mode 100644 index 93f915b02..000000000 --- a/next-lib/src/api/minimals.txt +++ /dev/null @@ -1,76 +0,0 @@ -ASimul -AdAP -AdjCN -AdvVP -CompAP -CompAdv -CompNP -ComparA -ComplSlash -DefArt -DetCN -DetQuant -Grammar -IdetCN -IdetQuant -ImpVP -IndefArt -MassNP -NoPConj -NoVoc -NumCard -NumNumeral -NumPl -NumSg -PNeg -PPos -PhrUtt -PositA -PositAdvAdj -PredVP -PredetNP -PrepNP -QuestCl -QuestIAdv -QuestVP -Slash3V3 -SlashV2A -SlashV2a -TEmpty -TExclMark -TFullStop -TPres -TQuestMark -TTAnt -UseCl -UseComp -UseN -UsePN -UsePron -UseQCl -UseV -UttAdv -UttIAdv -UttIP -UttImpSg -UttNP -UttQS -UttS -n2 -n3 -n4 -n5 -n6 -n7 -n8 -n9 -plNum -pot0 -pot01 -pot0as1 -pot1 -pot110 -pot1as2 -pot2 -pot2as3 -pot3 diff --git a/next-lib/src/arabic/QuestionAra.gf b/next-lib/src/arabic/QuestionAra.gf deleted file mode 100644 index 0a02db4af..000000000 --- a/next-lib/src/arabic/QuestionAra.gf +++ /dev/null @@ -1,106 +0,0 @@ -concrete QuestionAra of Question = CatAra ** open ResAra, ParamX, Prelude in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,p => - table { - QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ; - QDir => cl.s ! t ! p ! Verbal - } - }; - - --- AR copied from PredVP - QuestVP qp vp = - { s =\\t,p,_ => - let { ----- o = Verbal ; ---- AR - np = {s = table Case {_ => qp.s} ; a ={pgn = Per3 Masc qp.n ; isPron = False}} ; - pgn = np.a.pgn ; - gn = pgn2gn pgn; - kataba = vp.s ! pgn ! VPPerf ; - yaktubu = vp.s ! pgn ! VPImpf Ind ; - yaktuba = vp.s ! pgn ! VPImpf Cnj ; - yaktub = vp.s ! pgn ! VPImpf Jus ; - vStr : ResAra.Tense -> Polarity -> Str = - \tn,pl -> case of { - => yaktubu ; - => "لَا" ++ yaktubu ; - => "" ; --no verb "to be" in present - => "لَيسَ" ;--same here, just add negation particle - <_, ResAra.Past, Pos> => kataba ; - <_, ResAra.Past, Neg> => "لَمْ" ++ yaktub ; - <_, ResAra.Fut, Pos> => "سَ" ++ yaktubu ; - <_, ResAra.Fut, Neg> => "لَنْ" ++ yaktuba - }; - pred : ResAra.Tense -> Polarity -> Str = - \tn,pl -> case of { - => vp.pred.s ! gn ! Nom; --xabar marfooc - _ => vp.pred.s ! gn ! Acc --xabar kaana wa laysa manSoob - } ; - - } in ---- case o of { ----- _ => - case of { ----- AR workaround 18/12/2008 case of { - -- ya2kuluhu - => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p); - -- ya2kuluhu al-waladu, yakuluhu al-2awlaadu - => (vStr t p) ++ np.s ! Nom ++ vp.obj.s ++ vp.s2 ++ (pred t p); - => (vStr t p) ++ vp.obj.s ++ np.s ! Nom ++ vp.s2 ++ (pred t p); - => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) - }; - ---- Nominal => - ---- np.s ! Nom ++ (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) - } - ; ---- }; - - --- QuestSlash ip slash = { --- s = \\t,a,p => --- let --- cls = slash.s ! t ! a ! p ; --- who = slash.c2 ++ ip.s ! Acc --- stranding in ExtAra --- in table { --- QDir => who ++ cls ! OQuest ; --- QIndir => who ++ cls ! ODir --- } --- } ; --- - ----- AR guessed - QuestIAdv iadv cl = {s = \\t,p,_ => iadv.s ++ cl.s ! t ! p ! Verbal} ; - --- s = \\t,a,p => --- let --- cls = cl.s ! t ! a ! p ; --- why = iadv.s --- in table { --- QDir => why ++ cls ! OQuest ; --- QIndir => why ++ cls ! ODir --- } --- } ; --- --- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; --- --- AdvIP ip adv = { --- s = \\c => ip.s ! c ++ adv.s ; --- n = ip.n --- } ; --- - ----- AR guesses - IdetCN idet cn = { - s = idet.s ! Nom ++ cn.s ! idet.n ! Indef ! Nom ; - n = idet.n - } ; - IdetQuant idet num = { - s = \\c => idet.s ++ num.s ! Masc ! Indef ! c; - n = ResAra.Sg ---- size of Num - } ; --- -} diff --git a/next-lib/src/arabic/SymbolAra.gf b/next-lib/src/arabic/SymbolAra.gf deleted file mode 100644 index d8003eaf8..000000000 --- a/next-lib/src/arabic/SymbolAra.gf +++ /dev/null @@ -1,47 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolAra of Symbol = CatAra ** open Prelude, ResAra in { - -{- -lin - SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c - IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c - FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c - NumPN i = {s = i.s ! Neutr ; g = Neutr} ; --- c - - CNIntNP cn i = { - s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ; - a = agrP3 Sg ; - isPron = False - } ; - CNSymbNP det cn xs = let g = cn.g in { - s = \\c => det.s ! g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ++ xs.s ; - a = agrP3 det.n ; - isPron = False - } ; - CNNumNP cn i = { - s = \\c => artDef ! (GSg cn.g) ! c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ; - a = agrP3 Sg ; - isPron = False - } ; - - SymbS sy = {s = \\_ => sy.s} ; - - SymbNum n = {s = \\_,_ => n.s ; n = Pl ; isNum = True} ; - SymbOrd n = {s = \\_ => n.s ++ "."} ; - - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "und" ; - ConsSymb = infixSS "," ; --} - -} - diff --git a/next-lib/src/bulgarian/CompatibilityBul.gf b/next-lib/src/bulgarian/CompatibilityBul.gf deleted file mode 100644 index 24762e893..000000000 --- a/next-lib/src/bulgarian/CompatibilityBul.gf +++ /dev/null @@ -1,25 +0,0 @@ ---# -path=.:../abstract:../common - -concrete CompatibilityBul of Compatibility = CatBul ** open Prelude, ResBul in { - --- from Noun 19/4/2008 -flags - coding = cp1251 ; - -lin - NumInt n = {s = \\_ => n.s; n = Pl; nonEmpty = True} ; - OrdInt n = {s = \\aform => n.s ++ "-" ++ - case aform of { - ASg Masc Indef => "" ; - ASg Fem Indef => "" ; - ASg Neut Indef => "" ; - ASg Masc Def => "" ; - ASg Fem Def => "" ; - ASg Neut Def => "" ; - ASgMascDefNom => "" ; - APl Indef => "" ; - APl Def => "" - } - } ; - -} diff --git a/next-lib/src/bulgarian/DictBul.gf b/next-lib/src/bulgarian/DictBul.gf deleted file mode 100644 index e55f72f21..000000000 --- a/next-lib/src/bulgarian/DictBul.gf +++ /dev/null @@ -1,53210 +0,0 @@ ---# -path=.:src/prelude:src/abstract:src/common:src/bulgarian:src/slavic - --- The original source of this resource is the BGOffice project: --- http://bgoffice.sourceforge.net --- but after that it is extended in many ways by Krasimir Angelov --- --- This resource is distributed under the GNU General Public License --- - -concrete DictBul of DictBulAbs = CatBul ** -open ParadigmsBul, Prelude in { - -flags - optimize=values ; coding=cp1251; - -lin aba_N = mkN041 "" ; - abad_zj_ijski_A = mkA078 "" ; - abad_zj_ijstvo_N = mkN054 "" ; - abad_zj_i_ja__N = mkN039 "" ; - aba_zj_ur_N = mkN007 "" ; - abanos_N = mkN007 "" ; - abanosov_A = mkA076 "" ; - abat_N = mkN007a "" ; - abatski_A = mkA078 "" ; - abatstvo_N = mkN054 "" ; - abdal_N = mkN007 "" ; - abdikaci_ja__N = mkN047 "" ; - abdikiram_V = stateV (mkV186 "") ; - abdikirane_N = mkN071 "" ; - abdominalen_A = mkA079 "" ; - abduktor_N = mkN007 "" ; - abdukci_ja__N = mkN047 "" ; - aberacionen_A = mkA079 "" ; - aberaci_ja__N = mkN047 "" ; - abzac_N = mkN007 "" ; - abisinec_N = mkN008a "" ; - abisinka_N = mkN041 "" ; - abisinski_A = mkA078 "" ; - abiturient_N = mkN007a "" ; - abiturientka_N = mkN041 "" ; - abiturientski_A = mkA078 "" ; - abkhazki_A = mkA078 "" ; - ablaktaci_ja__N = mkN047 "" ; - ablaut_N = mkN007 "" ; - abnormen_A = mkA076 "" ; - abolicionizym_N = mkN011 "" ; - abol_iu_cionist_N = mkN007 "" ; - abonament_N = mkN007 "" ; - abonamenten_A = mkA079 "" ; - abonat_N = mkN007 "" ; - abonaten_A = mkA079 "" ; - abonatka_N = mkN041 "" ; - aboniram_V = stateV (mkV186 "") ; - abonirane_N = mkN071 "" ; - aborda_zj__N = mkN007 "" ; - aborda_zj_en_A = mkA079 "" ; - aborigen_N = mkN007a "" ; - aborigenski_A = mkA078 "" ; - aborigen_ch_e_N = mkN065 "" ; - abort_N = mkN007 "" ; - abortiram_V = stateV (mkV186 "") ; - abortirane_N = mkN071 "" ; - abraziv_N = mkN007 "" ; - abraziven_A = mkA079 "" ; - abrazi_ja__N = mkN047 "" ; - abreviatura_N = mkN041 "" ; - abriht_N = mkN007 "" ; - absent_N = mkN007 "" ; - absolvent_N = mkN007a "" ; - absolventka_N = mkN041 "" ; - absolventski_A = mkA078 "" ; - absol_iu_t_N = mkN007 "" ; - absol_iu_ten_A = mkA079 "" ; - absol_iu_tiziram_V = stateV (mkV186 "") ; - absol_iu_tizirane_N = mkN071 "" ; - absol_iu_tizym_N = mkN011 "" ; - absol_iu_tnost_N = mkN049 "" ; - absorbent_N = mkN007 "" ; - absorber_N = mkN007 "" ; - absorberen_A = mkA079 "" ; - absorbiram_V = stateV (mkV186 "") ; - absorbirane_N = mkN071 "" ; - absorbcionen_A = mkA079 "" ; - absorbci_ja__N = mkN047 "" ; - abstrakten_A = mkA079 "" ; - abstraktnost_N = mkN049 "" ; - abstrakcionizym_N = mkN011 "" ; - abstrakcionist_N = mkN007 "" ; - abstrakci_ja__N = mkN047 "" ; - abstrahiram_V = stateV (mkV186 "") ; - abstrahirane_N = mkN071 "" ; - absurd_N = mkN007 "" ; - absurden_A = mkA079 "" ; - absurdnost_N = mkN049 "" ; - absces_N = mkN007 "" ; - abscisa_N = mkN041 "" ; - avangard_N = mkN007 "" ; - avangarden_A = mkA079 "" ; - avangardizym_N = mkN011 "" ; - avangardist_N = mkN007 "" ; - avangardistki_A = mkA078 "" ; - avanpost_N = mkN001 "" ; - avans_N = mkN007 "" ; - avansiram_V = stateV (mkV186 "") ; - avansirane_N = mkN071 "" ; - avansov_A = mkA076 "" ; - avanscena_N = mkN041 "" ; - avanta_N = mkN041 "" ; - avantad_zj_i_ja__N = mkN039 "" ; - avanta_zj__N = mkN007 "" ; - avant_iu_ra_N = mkN041 "" ; - avant_iu_rizym_N = mkN011 "" ; - avant_iu_rist_N = mkN007a "" ; - avant_iu_risti_ch_en_A = mkA079 "" ; - avant_iu_ristka_N = mkN041 "" ; - avant_iu_ristki_A = mkA078 "" ; - avarien_A = mkA085 "" ; - avarin_N = mkN018 "" ; - avariram_V = stateV (mkV186 "") ; - avarirane_N = mkN071 "" ; - avari_ja__N = mkN047 "" ; - avarski_A = mkA078 "" ; - avgiev_A = mkA076 "" ; - avgievi_A = mkA078 "" ; - avgustej_sh_i_A = mkA078 "" ; - avgustinec_N = mkN008a "" ; - avgustinski_A = mkA078 "" ; - avgustovski_A = mkA078 "" ; - avd_zj_i_ja__N = mkN039 "" ; - aven_iu__N = mkN065 "" ; - aviator_N = mkN007a "" ; - aviatorka_N = mkN041 "" ; - aviatorski_A = mkA078 "" ; - aviacionen_A = mkA079 "" ; - aviaci_ja__N = mkN047 "" ; - aviziram_V = stateV (mkV186 "") ; - avizirane_N = mkN071 "" ; - avizo_N = mkN065 "" ; - aviobaza_N = mkN041 "" ; - aviobomba_N = mkN041 "" ; - aviob_iu_ro_N = mkN054 "" ; - aviogigant_N = mkN007a "" ; - aviodispe_ch_er_N = mkN007 "" ; - aviozavod_N = mkN007 "" ; - aviokompani_ja__N = mkN047 "" ; - aviokonstruktor_N = mkN007 "" ; - aviokoncern_N = mkN007 "" ; - aviolini_ja__N = mkN047 "" ; - aviomodel_N = mkN007 "" ; - aviomodelist_N = mkN007a "" ; - aviomotor_N = mkN007 "" ; - aviopazar_N = mkN007 "" ; - avioprevozva_ch__N = mkN007b "" ; - avioremonten_A = mkA079 "" ; - aviostroitel_N = mkN031a "" ; - aviostroitelen_A = mkA079 "" ; - aviotaksi_N = mkN065 "" ; - aviotyrgovec_N = mkN008a "" ; - avio_sh_ou_N = mkN065 "" ; - avitaminoza_N = mkN041 "" ; - avliga_N = mkN041 "" ; - avoar_N = mkN007 "" ; - avokado_N = mkN065 "" ; - avstraliec_N = mkN013 "" ; - avstralijka_N = mkN041 "" ; - avstralijski_A = mkA078 "" ; - avstralopitek_N = mkN014 "" ; - avstriec_N = mkN013 "" ; - avstrijka_N = mkN041 "" ; - avstrijski_A = mkA078 "" ; - avstroungarski_A = mkA078 "" ; - avtarki_ja__N = mkN047 "" ; - avtarhi_ja__N = mkN047 "" ; - avtenti_ch_en_A = mkA079 "" ; - avtenti_ch_nost_N = mkN049 "" ; - avtobaza_N = mkN041 "" ; - avtobiznes_N = mkN007 "" ; - avtobiografi_ch_en_A = mkA079 "" ; - avtobiografi_ja__N = mkN047 "" ; - avtoblokirovka_N = mkN041 "" ; - avtobus_N = mkN007 "" ; - avtobusen_A = mkA079 "" ; - avtovylnov_A = mkA076 "" ; - avtogara_N = mkN041 "" ; - avtogara_zj__N = mkN007 "" ; - avtogeneza_N = mkN041 "" ; - avtogenen_A = mkA079 "" ; - avtogenerator_N = mkN007 "" ; - avtogigant_N = mkN007a "" ; - avtogol_N = mkN001 "" ; - avtograf_N = mkN007 "" ; - avtografi_ja__N = mkN047 "" ; - avtod_zj_ambazin_N = mkN007 "" ; - avtodiagnostika_N = mkN041 "" ; - avtodizajn_N = mkN007 "" ; - avtodizajner_N = mkN007 "" ; - avtodrezina_N = mkN041 "" ; - avtozavod_N = mkN007 "" ; - avtoza_sht_ita_N = mkN041 "" ; - avtoimunen_A = mkA079 "" ; - avtokatalizator_N = mkN007 "" ; - avtokataliti_ch_en_A = mkA079 "" ; - avtokefalen_A = mkA079 "" ; - avtokino_N = mkN054 "" ; - avtoklav_N = mkN007 "" ; - avtoklaven_A = mkA079 "" ; - avtokozmetika_N = mkN041 "" ; - avtokolona_N = mkN041 "" ; - avtokonvoj_N = mkN032 "" ; - avtokradec_N = mkN008a "" ; - avtokrat_N = mkN007 "" ; - avtokratizym_N = mkN011 "" ; - avtokrati_ch_en_A = mkA079 "" ; - avtokraci_ja__N = mkN047 "" ; - avtokredit_N = mkN007 "" ; - avtolegenda_N = mkN041 "" ; - avtomagistrala_N = mkN041 "" ; - avtomagistralen_A = mkA079 "" ; - avtomaniak_N = mkN014 "" ; - avtomat_N = mkN007 "" ; - avtomaten_A = mkA079 "" ; - avtomatizaci_ja__N = mkN047 "" ; - avtomatiziram_V = stateV (mkV186 "") ; - avtomatizirane_N = mkN071 "" ; - avtomatizym_N = mkN011 "" ; - avtomatika_N = mkN041 "" ; - avtomati_ch_en_A = mkA079 "" ; - avtomati_ch_eski_A = mkA078 "" ; - avtomat_ch_ik_N = mkN014 "" ; - avtomafi_ja__N = mkN047 "" ; - avtomivka_N = mkN041 "" ; - avtomobil_N = mkN007 "" ; - avtomobilen_A = mkA079 "" ; - avtomobilizym_N = mkN011 "" ; - avtomobilist_N = mkN007a "" ; - avtomobilistka_N = mkN041 "" ; - avtomobiloproizvoditel_N = mkN031a "" ; - avtomobiloproizvoditelen_A = mkA079 "" ; - avtomobilostroene_N = mkN065 "" ; - avtomobilostroitel_N = mkN031a "" ; - avtomobil_ch_e_N = mkN065 "" ; - avtomontxor_N = mkN007 "" ; - avtomontxorski_A = mkA078 "" ; - avtomontxorstvo_N = mkN054 "" ; - avtomotrisa_N = mkN041 "" ; - avtonomen_A = mkA079 "" ; - avtonomist_N = mkN007 "" ; - avtonomistka_N = mkN041 "" ; - avtonomi_ja__N = mkN047 "" ; - avtonomnost_N = mkN049 "" ; - avtopazar_N = mkN007 "" ; - avtopark_N = mkN001 "" ; - avtopatrul_N = mkN007 "" ; - avtopilot_N = mkN007 "" ; - avtoplug_N = mkN001 "" ; - avtoportret_N = mkN007 "" ; - avtopo_ch_itatel_N = mkN031a "" ; - avtoproizvoditel_N = mkN031a "" ; - avtor_N = mkN007a "" ; - avtoregeneraci_ja__N = mkN047 "" ; - avtoreklama_N = mkN041 "" ; - avtoremont_N = mkN007 "" ; - avtoremonten_A = mkA079 "" ; - avtoriziram_V = stateV (mkV186 "") ; - avtorizirane_N = mkN071 "" ; - avtoritaren_A = mkA079 "" ; - avtoritarizym_N = mkN011 "" ; - avtoritarist_N = mkN007 "" ; - avtoritarnost_N = mkN049 "" ; - avtoritet_N = mkN007 "" ; - avtoriteten_A = mkA079 "" ; - avtoritetnost_N = mkN049 "" ; - avtorka_N = mkN041 "" ; - avtorov_A = mkA076 "" ; - avtorski_A = mkA078 "" ; - avtorstvo_N = mkN054 "" ; - avtosalon_N = mkN007 "" ; - avtoserviz_N = mkN007 "" ; - avtoservizen_A = mkA079 "" ; - avtostop_N = mkN001 "" ; - avtostrada_N = mkN041 "" ; - avtostyklo_N = mkN054 "" ; - avtoteneked_zj_ijski_A = mkA078 "" ; - avtoterapi_ja__N = mkN047 "" ; - avtotransport_N = mkN007 "" ; - avtotyrgovec_N = mkN008a "" ; - avtohipnoza_N = mkN041 "" ; - avtohton_N = mkN007 "" ; - avtohtonen_A = mkA079 "" ; - avtocenzura_N = mkN041 "" ; - aga_N = mkN038 "" ; - agent_N = mkN007a "" ; - agentin_N = mkN018 "" ; - agentka_N = mkN041 "" ; - agentski_A = mkA078 "" ; - agentstvo_N = mkN054 "" ; - agentura_N = mkN041 "" ; - agenturen_A = mkA079 "" ; - agenci_ja__N = mkN047 "" ; - agiograf_N = mkN007 "" ; - agiografi_ja__N = mkN047 "" ; - agitator_N = mkN007a "" ; - agitatorka_N = mkN041 "" ; - agitatorski_A = mkA078 "" ; - agitacionen_A = mkA079 "" ; - agitaci_ja__N = mkN047 "" ; - agitiram_V = stateV (mkV186 "") ; - agitirane_N = mkN071 "" ; - agitka_N = mkN041 "" ; - agitprop_ch_ik_N = mkN014 "" ; - agitpunkt_N = mkN001 "" ; - agittablo_N = mkN054 "" ; - aglomerat_N = mkN007 "" ; - aglomeracionen_A = mkA079 "" ; - aglomeraci_ja__N = mkN047 "" ; - aglomeriram_V = stateV (mkV186 "") ; - aglomerirane_N = mkN071 "" ; - agne_N = mkN065 "" ; - agnec_N = mkN007 "" ; - agne_sh_ki_A = mkA078 "" ; - agnilo_N = mkN054 "" ; - agnostik_N = mkN014 "" ; - agnosticizym_N = mkN011 "" ; - agnosti_ch_eski_A = mkA078 "" ; - agn_ja__V = stateV (mkV173 "") ; - agoniziram_V = stateV (mkV186 "") ; - agonizirane_N = mkN071 "" ; - agoni_ja__N = mkN047 "" ; - agora_N = mkN041 "" ; - agraren_A = mkA079 "" ; - agregat_N = mkN007 "" ; - agregaten_A = mkA079 "" ; - agregacionen_A = mkA079 "" ; - agregiran_A = mkA076 "" ; - agreman_N = mkN007 "" ; - agresiven_A = mkA079 "" ; - agresivnost_N = mkN049 "" ; - agresi_ja__N = mkN047 "" ; - agresor_N = mkN007a "" ; - agresorka_N = mkN041 "" ; - agrikultura_N = mkN041 "" ; - agroartikul_N = mkN007 "" ; - agrobiznes_N = mkN007 "" ; - agrobiznesmen_N = mkN007 "" ; - agrobiolog_N = mkN015 "" ; - agrobiologi_ch_en_A = mkA079 "" ; - agrobiologi_ja__N = mkN047 "" ; - agrovedomstvo_N = mkN054 "" ; - agroekspert_N = mkN007 "" ; - agroikonomika_N = mkN041 "" ; - agroikonomi_ch_eski_A = mkA078 "" ; - agroin_zj_ener_N = mkN007a "" ; - agroin_zj_eneren_A = mkA079 "" ; - agroma_sh_ina_N = mkN041 "" ; - agroministyr_N = mkN009 "" ; - agronom_N = mkN007a "" ; - agronomi_ch_eski_A = mkA078 "" ; - agronomi_ja__N = mkN047 "" ; - agronomka_N = mkN041 "" ; - agronomstvo_N = mkN054 "" ; - agroprodukt_N = mkN007 "" ; - agrosdru_zj_enie_N = mkN072 "" ; - agrospecialist_N = mkN007 "" ; - agrosy_iu_z_N = mkN007 "" ; - agrotehnik_N = mkN014 "" ; - agrotehnika_N = mkN041 "" ; - agrotehni_ch_eski_A = mkA078 "" ; - agrotyrgovec_N = mkN008a "" ; - agrohimik_N = mkN014 "" ; - agrohimi_ja__N = mkN047 "" ; - agynce_N = mkN066 "" ; - ad_N = mkN001 "" ; - adamov_A = mkA076 "" ; - adaptacionen_A = mkA079 "" ; - adaptaci_ja__N = mkN047 "" ; - adapter_N = mkN007 "" ; - adaptiven_A = mkA079 "" ; - adaptivnost_N = mkN049 "" ; - adaptiram_V = stateV (mkV186 "") ; - adaptirane_N = mkN071 "" ; - ada_sh__N = mkN007a "" ; - adventizym_N = mkN011 "" ; - adventist_N = mkN007 "" ; - adventistka_N = mkN041 "" ; - adventistki_A = mkA078 "" ; - adverbialen_A = mkA079 "" ; - advokat_N = mkN007a "" ; - advokatka_N = mkN041 "" ; - advokatski_A = mkA078 "" ; - advokatstvam_V = stateV (mkV186 "") ; - advokatstvane_N = mkN071 "" ; - advokatstvo_N = mkN054 "" ; - advokatstvuvam_V = stateV (mkV186 "") ; - advokatura_N = mkN041 "" ; - adekvaten_A = mkA079 "" ; - adekvatnost_N = mkN049 "" ; - adenoiden_A = mkA079 "" ; - adept_N = mkN007 "" ; - adet_N = mkN007 "" ; - ad_zj_ami_ja__N = mkN039 "" ; - adiabaten_A = mkA079 "" ; - administrativen_A = mkA079 "" ; - administrator_N = mkN007a "" ; - administratorka_N = mkN041 "" ; - administratorski_A = mkA078 "" ; - administracionen_A = mkA079 "" ; - administraci_ja__N = mkN047 "" ; - administriram_V = stateV (mkV186 "") ; - administrirane_N = mkN071 "" ; - admiral_N = mkN007a "" ; - admiralski_A = mkA078 "" ; - admiraltejstvo_N = mkN054 "" ; - admiraci_ja__N = mkN047 "" ; - admiriram_V = stateV (mkV186 "") ; - admirirane_N = mkN071 "" ; - adoptiram_V = stateV (mkV186 "") ; - adoptirane_N = mkN071 "" ; - adrenalin_N = mkN007 "" ; - adrenalinov_A = mkA076 "" ; - adres_N = mkN007 "" ; - adresant_N = mkN007a "" ; - adresat_N = mkN007a "" ; - adresen_A = mkA079 "" ; - adresiram_V = stateV (mkV186 "") ; - adresirane_N = mkN071 "" ; - adresiruem_A = mkA076 "" ; - adresnik_N = mkN014 "" ; - adriati_ch_eski_A = mkA078 "" ; - adski_A = mkA078 "" ; - adsorbiram_V = stateV (mkV186 "") ; - adsorbirane_N = mkN071 "" ; - adsorbci_ja__N = mkN047 "" ; - adukci_ja__N = mkN047 "" ; - adheziven_A = mkA079 "" ; - adhezi_ja__N = mkN047 "" ; - ad_iu_tant_N = mkN007a "" ; - aeracionen_A = mkA079 "" ; - aeroben_A = mkA079 "" ; - aerobika_N = mkN041 "" ; - aerogara_N = mkN041 "" ; - aerodinamika_N = mkN041 "" ; - aerodinami_ch_en_A = mkA079 "" ; - aerodinami_ch_nost_N = mkN049 "" ; - aerodrum_N = mkN007 "" ; - aerozol_N = mkN007 "" ; - aerozolen_A = mkA079 "" ; - aeroklub_N = mkN001 "" ; - aerolini_ja__N = mkN047 "" ; - aerolit_N = mkN007 "" ; - aerologi_ja__N = mkN047 "" ; - aerometyr_N = mkN009 "" ; - aeromehanika_N = mkN041 "" ; - aeronavigacionen_A = mkA079 "" ; - aeronavigaci_ja__N = mkN047 "" ; - aeronavt_N = mkN007 "" ; - aeronavtika_N = mkN041 "" ; - aeroplan_N = mkN007 "" ; - aeroplanen_A = mkA079 "" ; - aeropristani_sht_e_N = mkN066 "" ; - aerosnimka_N = mkN041 "" ; - aerostat_N = mkN007 "" ; - aerostatika_N = mkN041 "" ; - aerotaksi_N = mkN065 "" ; - aerotransport_N = mkN007 "" ; - a_zj_io_N = mkN065 "" ; - a_zj_iota_zj__N = mkN007 "" ; - a_zj_ur_N = mkN007 "" ; - a_zj_uren_A = mkA079 "" ; - azbest_N = mkN007 "" ; - azbestov_A = mkA076 "" ; - azbuka_N = mkN041 "" ; - azbu_ch_en_A = mkA079 "" ; - azbu_ch_nik_N = mkN014 "" ; - azerbajd_zj_anec_N = mkN008a "" ; - azerbajd_zj_anka_N = mkN041 "" ; - azerbajd_zj_anski_A = mkA078 "" ; - aziatec_N = mkN008a "" ; - aziatka_N = mkN041 "" ; - aziatski_A = mkA078 "" ; - azimut_N = mkN007 "" ; - azojski_A = mkA078 "" ; - azorski_A = mkA078 "" ; - azot_N = mkN040a "" ; - azoten_A = mkA079 "" ; - azotist_A = mkA076 "" ; - azotnotorov_A = mkA076 "" ; - ajl_ja_k_N = mkN014 "" ; - ajran_N = mkN007 "" ; - ajsberg_N = mkN015 "" ; - akademizym_N = mkN011 "" ; - akademik_N = mkN014a "" ; - akademi_ch_en_A = mkA079 "" ; - akademi_ch_eski_A = mkA078 "" ; - akademi_ch_nost_N = mkN049 "" ; - akademi_ja__N = mkN047 "" ; - akaunt_N = mkN007 "" ; - akaciev_A = mkA076 "" ; - akaci_ja__N = mkN047 "" ; - akvalang_N = mkN007 "" ; - akvamarin_N = mkN007 "" ; - akvanavt_N = mkN007 "" ; - akvarel_N = mkN007 "" ; - akvarelen_A = mkA079 "" ; - akvarelist_N = mkN007 "" ; - akvarelistka_N = mkN041 "" ; - akvarium_N = mkN007 "" ; - akvatori_ja__N = mkN047 "" ; - akvedukt_N = mkN007 "" ; - akvilegi_ja__N = mkN047 "" ; - aklamaci_ja__N = mkN047 "" ; - aklamiram_V = stateV (mkV186 "") ; - aklamirane_N = mkN071 "" ; - aklimatizaci_ja__N = mkN047 "" ; - aklimatiziram_V = stateV (mkV186 "") ; - aklimatizirane_N = mkN071 "" ; - akne_N = mkN065 "" ; - akolada_N = mkN041 "" ; - akomodaci_ja__N = mkN047 "" ; - akomodiram_V = stateV (mkV186 "") ; - akomodirane_N = mkN071 "" ; - akompaniment_N = mkN007 "" ; - akompaniram_V = stateV (mkV186 "") ; - akompanirane_N = mkN071 "" ; - akord_N = mkN007 "" ; - akorden_A = mkA079 "" ; - akordeon_N = mkN007 "" ; - akordeonist_N = mkN007a "" ; - akordeonistka_N = mkN041 "" ; - akordiram_V = stateV (mkV186 "") ; - akordirane_N = mkN071 "" ; - akordxor_N = mkN007a "" ; - akostiram_V = stateV (mkV186 "") ; - akostirane_N = mkN071 "" ; - akreditacionen_A = mkA079 "" ; - akreditaci_ja__N = mkN047 "" ; - akreditiv_N = mkN007 "" ; - akreditiven_A = mkA079 "" ; - akreditiram_V = stateV (mkV186 "") ; - akreditirane_N = mkN071 "" ; - akrilen_A = mkA079 "" ; - akrobat_N = mkN007a "" ; - akrobatika_N = mkN041 "" ; - akrobati_ch_en_A = mkA079 "" ; - akrobati_ch_eski_A = mkA078 "" ; - akrobatka_N = mkN041 "" ; - akrobatski_A = mkA078 "" ; - akronim_N = mkN007 "" ; - akropol_N = mkN007 "" ; - akrostih_N = mkN001 "" ; - akselbant_N = mkN007 "" ; - akselerator_N = mkN007 "" ; - aksesoar_N = mkN007 "" ; - aksialen_A = mkA079 "" ; - aksioma_N = mkN041 "" ; - aksiomati_ch_en_A = mkA079 "" ; - akt_N = mkN001 "" ; - aktiv_N = mkN007 "" ; - aktivator_N = mkN007 "" ; - aktivacionen_A = mkA079 "" ; - aktivaci_ja__N = mkN047 "" ; - aktiven_A = mkA079 "" ; - aktivizaci_ja__N = mkN047 "" ; - aktiviziram_V = stateV (mkV186 "") ; - aktivizirane_N = mkN071 "" ; - aktivizym_N = mkN011 "" ; - aktiviram_V = stateV (mkV186 "") ; - aktivirane_N = mkN071 "" ; - aktivist_N = mkN007 "" ; - aktivistka_N = mkN041 "" ; - aktivnost_N = mkN049 "" ; - aktov_A = mkA076 "" ; - aktrisa_N = mkN041 "" ; - aktualen_A = mkA079 "" ; - aktualizaci_ja__N = mkN047 "" ; - aktualiziram_V = stateV (mkV186 "") ; - aktualizirane_N = mkN071 "" ; - aktualnost_N = mkN049 "" ; - aktxor_N = mkN007 "" ; - aktxorka_N = mkN041 "" ; - aktxorski_A = mkA078 "" ; - aktxorstvo_N = mkN054 "" ; - akula_N = mkN041 "" ; - akumulativnost_N = mkN049 "" ; - akumulator_N = mkN007 "" ; - akumulatoren_A = mkA079 "" ; - akumulator_ch_e_N = mkN065 "" ; - akumulaci_ja__N = mkN047 "" ; - akumuliram_V = stateV (mkV186 "") ; - akumulirane_N = mkN071 "" ; - akupresura_N = mkN041 "" ; - akupunktura_N = mkN041 "" ; - akupunkturen_A = mkA079 "" ; - akuraten_A = mkA079 "" ; - akuratnost_N = mkN049 "" ; - akustika_N = mkN041 "" ; - akusti_ch_en_A = mkA079 "" ; - akusti_ch_eski_A = mkA078 "" ; - aku_sh_er_N = mkN007a "" ; - aku_sh_erka_N = mkN041 "" ; - aku_sh_erski_A = mkA078 "" ; - aku_sh_erstvam_V = stateV (mkV186 "") ; - aku_sh_erstvane_N = mkN071 "" ; - aku_sh_erstvo_N = mkN054 "" ; - aku_sh_iram_V = stateV (mkV186 "") ; - aku_sh_irane_N = mkN071 "" ; - akcent_N = mkN007 "" ; - akcenten_A = mkA079 "" ; - akcentiram_V = stateV (mkV186 "") ; - akcentirane_N = mkN071 "" ; - akcentologi_ja__N = mkN047 "" ; - akcentuvam_V = stateV (mkV186 "") ; - akcentuvane_N = mkN071 "" ; - akceptiram_V = stateV (mkV186 "") ; - akceptirane_N = mkN071 "" ; - akcident_N = mkN007 "" ; - akcidenten_A = mkA079 "" ; - akcidenci_ja__N = mkN047 "" ; - akciz_N = mkN007 "" ; - akcizen_A = mkA079 "" ; - akcionen_A = mkA079 "" ; - akcioner_N = mkN007a "" ; - akcioneren_A = mkA079 "" ; - akcionerski_A = mkA078 "" ; - akci_ja__N = mkN047 "" ; - akyl_N = mkN007 "" ; - akylli_ja__N = mkN039 "" ; - akyr_N = mkN009 "" ; - alabalistika_N = mkN041 "" ; - alabastyr_N = mkN009 "" ; - alaba_sh__N = mkN007 "" ; - alaminut_N = mkN007 "" ; - alarma_N = mkN041 "" ; - alarmad_zj_i_ja__N = mkN039 "" ; - alarmen_A = mkA076 "" ; - alarmiram_V = stateV (mkV186 "") ; - alarmirane_N = mkN071 "" ; - alafranga_N = mkN041 "" ; - albanec_N = mkN008a "" ; - albanka_N = mkN041 "" ; - albanski_A = mkA078 "" ; - albatros_N = mkN007 "" ; - albinos_N = mkN007 "" ; - album_N = mkN007 "" ; - albumen_A = mkA079 "" ; - albumin_N = mkN007 "" ; - alveola_N = mkN041 "" ; - alveolaren_A = mkA079 "" ; - algebra_N = mkN041 "" ; - algebri_ch_en_A = mkA079 "" ; - algoritmi_ch_en_A = mkA079 "" ; - algoritym_N = mkN009 "" ; - aldehid_N = mkN007 "" ; - alebarda_N = mkN041 "" ; - alegori_ch_en_A = mkA079 "" ; - alegori_ja__N = mkN047 "" ; - alegreto_N = mkN054 "" ; - alegro_N = mkN054 "" ; - aleksandrijski_A = mkA078 "" ; - alen_A = mkA076 "" ; - alene_ja__V = stateV (mkV160 "") ; - aleno_ch_erven_A = mkA076 "" ; - alergen_N = mkN007 "" ; - alergizirane_N = mkN071 "" ; - alergi_ch_en_A = mkA079 "" ; - alergi_ch_nost_N = mkN049 "" ; - alergi_ja__N = mkN047 "" ; - alergozan_N = mkN007 "" ; - alergologi_ch_en_A = mkA079 "" ; - alergologi_ja__N = mkN047 "" ; - ale_ja__N = mkN047 "" ; - al_zj_irec_N = mkN008a "" ; - al_zj_irka_N = mkN041 "" ; - al_zj_irski_A = mkA078 "" ; - alians_N = mkN007 "" ; - alibi_N = mkN065 "" ; - aligator_N = mkN007 "" ; - alienaci_ja__N = mkN047 "" ; - alizarin_N = mkN007 "" ; - aline_ja__N = mkN047 "" ; - aliterativen_A = mkA079 "" ; - aliteracionen_A = mkA079 "" ; - aliteraci_ja__N = mkN047 "" ; - alkal_N = mkN007 "" ; - alkalen_A = mkA079 "" ; - alkaliziram_V = stateV (mkV186 "") ; - alkalizirane_N = mkN071 "" ; - alkalnozemen_A = mkA079 "" ; - alkalnost_N = mkN049 "" ; - alkalozemen_A = mkA079 "" ; - alkaloid_N = mkN007 "" ; - alkaloiden_A = mkA079 "" ; - alkid_N = mkN007 "" ; - alkiden_A = mkA079 "" ; - alkohol_N = mkN007 "" ; - alkoholen_A = mkA079 "" ; - alkoholiziram_V = stateV (mkV186 "") ; - alkoholizirane_N = mkN071 "" ; - alkoholizym_N = mkN011 "" ; - alkoholik_N = mkN014a "" ; - alkoholi_ch_en_A = mkA079 "" ; - allah_N = mkN016 "" ; - almanah_N = mkN016 "" ; - alogizym_N = mkN011 "" ; - alogi_ch_en_A = mkA079 "" ; - aloe_N = mkN065 "" ; - alokaci_ja__N = mkN047 "" ; - alopeci_ja__N = mkN047 "" ; - alpaka_N = mkN041 "" ; - alpiec_N = mkN013 "" ; - alpijka_N = mkN041 "" ; - alpijski_A = mkA078 "" ; - alpineum_N = mkN007 "" ; - alpinizym_N = mkN011 "" ; - alpinist_N = mkN007a "" ; - alpinistki_A = mkA078 "" ; - alpinka_N = mkN041 "" ; - alt_N = mkN007 "" ; - altajski_A = mkA078 "" ; - alteraci_ja__N = mkN047 "" ; - alternativa_N = mkN041 "" ; - alternativen_A = mkA079 "" ; - alternativnost_N = mkN049 "" ; - altov_A = mkA076 "" ; - altruizym_N = mkN011 "" ; - altruist_N = mkN007 "" ; - altruisti_ch_en_A = mkA079 "" ; - altyn_N = mkN007 "" ; - aluvialen_A = mkA079 "" ; - aluminiev_A = mkA076 "" ; - aluminij_N = mkN032 "" ; - alfa_N = mkN041 "" ; - alhimik_N = mkN014 "" ; - alhimi_ch_en_A = mkA079 "" ; - alhimi_ch_eski_A = mkA078 "" ; - alhimi_ja__N = mkN047 "" ; - al_ch_en_A = mkA079 "" ; - al_ch_nost_N = mkN049 "" ; - al_iu_zi_ja__N = mkN047 "" ; - amazonka_N = mkN041 "" ; - amalgama_N = mkN041 "" ; - amalgamaci_ja__N = mkN047 "" ; - amalgamiram_V = stateV (mkV186 "") ; - amalgamirane_N = mkN071 "" ; - amatxor_N = mkN007a "" ; - amatxorka_N = mkN041 "" ; - amatxorski_A = mkA078 "" ; - amatxorstvo_N = mkN054 "" ; - amatxor_sht_ina_N = mkN041 "" ; - ambala_zj__N = mkN007 "" ; - ambala_zj_en_A = mkA079 "" ; - ambaliram_V = stateV (mkV186 "") ; - ambalirane_N = mkN071 "" ; - ambivalenten_A = mkA079 "" ; - ambivalentnost_N = mkN049 "" ; - ambiciozen_A = mkA079 "" ; - ambiciram_V = stateV (mkV186 "") ; - ambicirane_N = mkN071 "" ; - ambici_ja__N = mkN047 "" ; - ambrazura_N = mkN041 "" ; - ambrea_zj__N = mkN007 "" ; - ambrea_zj_en_A = mkA079 "" ; - ambrozi_ja__N = mkN047 "" ; - ambulanten_A = mkA079 "" ; - ambulatoren_A = mkA079 "" ; - ambulatori_ja__N = mkN047 "" ; - ameba_N = mkN041 "" ; - ameben_A = mkA079 "" ; - ameboviden_A = mkA079 "" ; - ameboiden_A = mkA079 "" ; - amebopodoben_A = mkA079 "" ; - ameliorativen_A = mkA079 "" ; - amerikanec_N = mkN008a "" ; - amerikaniziram_V = stateV (mkV186 "") ; - amerikanizirane_N = mkN071 "" ; - amerikanizym_N = mkN011 "" ; - amerikanka_N = mkN041 "" ; - amerikanski_A = mkA078 "" ; - amerikan_ch_e_N = mkN065 "" ; - ametist_N = mkN007 "" ; - ametistov_A = mkA076 "" ; - aminokiselina_N = mkN041 "" ; - aminokiselinen_A = mkA079 "" ; - amnezi_ja__N = mkN047 "" ; - amnistiram_V = stateV (mkV186 "") ; - amnistirane_N = mkN071 "" ; - amnisti_ja__N = mkN047 "" ; - amoniev_A = mkA076 "" ; - amonij_N = mkN032 "" ; - amonit_N = mkN007 "" ; - amon_ja_k_N = mkN014 "" ; - amon_ja__ch_en_A = mkA079 "" ; - amoralen_A = mkA079 "" ; - amoralnost_N = mkN049 "" ; - amortizator_N = mkN007 "" ; - amortizacionen_A = mkA079 "" ; - amortizaci_ja__N = mkN047 "" ; - amortiziram_V = stateV (mkV186 "") ; - amortizirane_N = mkN071 "" ; - amortiziruem_A = mkA076 "" ; - amortisxor_N = mkN007 "" ; - amorfen_A = mkA079 "" ; - amorfnost_N = mkN049 "" ; - amper_N = mkN007 "" ; - ampermetyr_N = mkN009 "" ; - ampersand_N = mkN007 "" ; - amper_ch_as_N = mkN001 "" ; - amplituda_N = mkN041 "" ; - amplituden_A = mkA079 "" ; - amploa_N = mkN065 "" ; - ampula_N = mkN041 "" ; - amputaci_ja__N = mkN047 "" ; - amputiram_V = stateV (mkV186 "") ; - amputirane_N = mkN071 "" ; - amulet_N = mkN007 "" ; - amunici_ja__N = mkN047 "" ; - amur_N = mkN007 "" ; - amfetamin_N = mkN007 "" ; - amfibien_A = mkA085 "" ; - amfibi_ja__N = mkN047 "" ; - amfiteatralen_A = mkA079 "" ; - amfiteatyr_N = mkN009 "" ; - amfora_N = mkN041 "" ; - amfoteren_A = mkA079 "" ; - anabioti_ch_en_A = mkA079 "" ; - anabolen_A = mkA079 "" ; - anadolec_N = mkN008a "" ; - anadolka_N = mkN041 "" ; - anadolski_A = mkA078 "" ; - anaeroben_A = mkA079 "" ; - anaerobnost_N = mkN049 "" ; - anakonda_N = mkN041 "" ; - anal_N = mkN007 "" ; - analgezi_ja__N = mkN047 "" ; - analgeti_ch_en_A = mkA079 "" ; - analekta_N = mkN041 "" ; - analen_A = mkA079 "" ; - analiz_N = mkN007 "" ; - analizator_N = mkN007a "" ; - analiziram_V = stateV (mkV186 "") ; - analizirane_N = mkN071 "" ; - analitik_N = mkN014 "" ; - analiti_ch_en_A = mkA079 "" ; - analog_N = mkN015 "" ; - analogi_ch_en_A = mkA079 "" ; - analogi_ja__N = mkN047 "" ; - analogov_A = mkA076 "" ; - anamneza_N = mkN041 "" ; - ananas_N = mkN007 "" ; - ananasov_A = mkA076 "" ; - anarhizym_N = mkN011 "" ; - anarhist_N = mkN007a "" ; - anarhisti_ch_en_A = mkA079 "" ; - anarhistka_N = mkN041 "" ; - anarhistki_A = mkA078 "" ; - anarhi_ch_en_A = mkA079 "" ; - anarhi_ch_eski_A = mkA078 "" ; - anarhi_ja__N = mkN047 "" ; - anarhokritik_N = mkN014 "" ; - anarhosindikalizym_N = mkN011 "" ; - anason_N = mkN007 "" ; - anasonov_A = mkA076 "" ; - anatema_N = mkN041 "" ; - anatemosvam_V = actionV (mkV186 "") (mkV186 "") ; - anatemosvane_N = mkN071 "" ; - anatoksin_N = mkN007 "" ; - anatom_N = mkN007 "" ; - anatomiziram_V = stateV (mkV186 "") ; - anatomi_ch_en_A = mkA079 "" ; - anatomi_ch_eski_A = mkA078 "" ; - anatomi_ja__N = mkN047 "" ; - anafora_N = mkN041 "" ; - anahronizym_N = mkN011 "" ; - anahronisti_ch_en_A = mkA079 "" ; - anahroni_ch_en_A = mkA079 "" ; - anahroni_ch_eski_A = mkA078 "" ; - anga_zj_iment_N = mkN007 "" ; - anga_zj_iram_V = stateV (mkV186 "") ; - anga_zj_irane_N = mkN071 "" ; - anga_zj_iranost_N = mkN049 "" ; - angari_ja__N = mkN047 "" ; - angarski_A = mkA078 "" ; - angel_N = mkN007a "" ; - angeloglasen_A = mkA079 "" ; - angelski_A = mkA078 "" ; - angel_ch_e_N = mkN065 "" ; - angina_N = mkN041 "" ; - anglijski_A = mkA078 "" ; - anglijskogovore_sht__A = mkA076 "" ; - anglistika_N = mkN041 "" ; - anglicizym_N = mkN011 "" ; - angli_ch_anin_N = mkN018 "" ; - angli_ch_anka_N = mkN041 "" ; - angloegipetski_A = mkA078 "" ; - angloezi_ch_en_A = mkA079 "" ; - anglomani_ja__N = mkN047 "" ; - anglosaksonec_N = mkN008a "" ; - anglosaksonka_N = mkN041 "" ; - anglosaksonski_A = mkA078 "" ; - anglofil_N = mkN007 "" ; - anglofilka_N = mkN041 "" ; - anglofilstvo_N = mkN054 "" ; - anglofob_N = mkN007 "" ; - angorski_A = mkA078 "" ; - angrosist_N = mkN007 "" ; - anekdot_N = mkN007 "" ; - anekdoti_ch_en_A = mkA079 "" ; - aneks_N = mkN007 "" ; - aneksiram_V = stateV (mkV186 "") ; - aneksirane_N = mkN071 "" ; - aneksi_ja__N = mkN047 "" ; - anemi_ch_en_A = mkA079 "" ; - anemi_ja__N = mkN047 "" ; - anemograf_N = mkN007 "" ; - anemometyr_N = mkN009 "" ; - anesteziolog_N = mkN015 "" ; - anesteziologi_ja__N = mkN047 "" ; - anesteziram_V = stateV (mkV186 "") ; - anestezirane_N = mkN071 "" ; - anestezist_N = mkN007 "" ; - anestezi_ja__N = mkN047 "" ; - anesteti_ch_en_A = mkA079 "" ; - anizotropi_ja__N = mkN047 "" ; - anilinov_A = mkA076 "" ; - animator_N = mkN007 "" ; - animacionen_A = mkA079 "" ; - animaci_ja__N = mkN047 "" ; - animizym_N = mkN011 "" ; - animiram_V = stateV (mkV186 "") ; - animiran_A = mkA076 "" ; - animirane_N = mkN071 "" ; - animisti_ch_en_A = mkA079 "" ; - anion_N = mkN007 "" ; - anihilaci_ja__N = mkN047 "" ; - anihilirane_N = mkN071 "" ; - anketa_N = mkN041 "" ; - anketen_A = mkA079 "" ; - anketiram_V = stateV (mkV186 "") ; - anketirane_N = mkN071 "" ; - anketxor_N = mkN007 "" ; - anklav_N = mkN007 "" ; - anod_N = mkN007 "" ; - anoden_A = mkA079 "" ; - anomalen_A = mkA079 "" ; - anomali_ja__N = mkN047 "" ; - anonimen_A = mkA079 "" ; - anonimnost_N = mkN049 "" ; - anons_N = mkN007 "" ; - anonsiram_V = stateV (mkV186 "") ; - anonsirane_N = mkN071 "" ; - anoreksi_ja__N = mkN047 "" ; - anormalen_A = mkA079 "" ; - anormalnost_N = mkN049 "" ; - anotaci_ja__N = mkN047 "" ; - anotiram_V = stateV (mkV186 "") ; - ansamblov_A = mkA076 "" ; - ansambyl_N = mkN009 "" ; - antagonizym_N = mkN011 "" ; - antagonist_N = mkN007 "" ; - antagonisti_ch_en_A = mkA079 "" ; - antarkti_ch_en_A = mkA079 "" ; - antarkti_ch_eski_A = mkA078 "" ; - antena_N = mkN041 "" ; - antenen_A = mkA079 "" ; - anteri_ja__N = mkN047 "" ; - antetka_N = mkN041 "" ; - antiamerikanski_A = mkA078 "" ; - antibiotik_N = mkN014 "" ; - antibol_sh_evik_N = mkN007 "" ; - antivibrator_N = mkN007 "" ; - antivirusen_A = mkA079 "" ; - antivoenen_A = mkA079 "" ; - antigen_N = mkN007 "" ; - antigeroj_N = mkN032a "" ; - antigravitator_N = mkN007 "" ; - antigravitacionen_A = mkA079 "" ; - antidemokrati_ch_en_A = mkA079 "" ; - antidepresant_N = mkN007 "" ; - antidyr_zj_aven_A = mkA079 "" ; - antiimperialisti_ch_eski_A = mkA078 "" ; - antika_N = mkN041 "" ; - antikva_N = mkN041 "" ; - antikvar_N = mkN031a "" ; - antikvaren_A = mkA079 "" ; - antikvariat_N = mkN007 "" ; - antikvarski_A = mkA078 "" ; - antiklerikalen_A = mkA079 "" ; - antiklerikalizym_N = mkN011 "" ; - antikonstitucionen_A = mkA079 "" ; - antilopa_N = mkN041 "" ; - antilski_A = mkA078 "" ; - antimarksistki_A = mkA078 "" ; - antimarksi_ch_eski_A = mkA078 "" ; - antimateri_ja__N = mkN047 "" ; - antimilitarist_N = mkN007 "" ; - antimilitaristi_ch_en_A = mkA079 "" ; - antimilitaristi_ch_eski_A = mkA078 "" ; - antinau_ch_en_A = mkA079 "" ; - antinomi_ja__N = mkN047 "" ; - antiob_sht_estven_A = mkA076 "" ; - antiokislitel_N = mkN031 "" ; - antiotrova_N = mkN041 "" ; - antipartien_A = mkA085 "" ; - antipasat_N = mkN007 "" ; - antipati_ch_en_A = mkA079 "" ; - antipati_ja__N = mkN047 "" ; - antipiretik_N = mkN014 "" ; - antipireti_ch_en_A = mkA079 "" ; - antipod_N = mkN007 "" ; - antirevol_iu_cionen_A = mkA079 "" ; - antireligiozen_A = mkA079 "" ; - antiroman_N = mkN007 "" ; - antisemit_N = mkN007 "" ; - antisemitizym_N = mkN011 "" ; - antisemitski_A = mkA078 "" ; - antiseptik_N = mkN014 "" ; - antiseptika_N = mkN041 "" ; - antisepti_ch_en_A = mkA079 "" ; - antisimetri_ch_en_A = mkA079 "" ; - antisocialen_A = mkA079 "" ; - antisyvetski_A = mkA078 "" ; - antiteza_N = mkN041 "" ; - antitoksin_N = mkN007 "" ; - antitoksi_ch_en_A = mkA079 "" ; - antit_ja_lo_N = mkN057 "" ; - antifa_sh_izym_N = mkN011 "" ; - antifa_sh_ist_N = mkN007a "" ; - antifa_sh_istka_N = mkN041 "" ; - antifa_sh_istki_A = mkA078 "" ; - antifriz_N = mkN040a "" ; - antihrist_N = mkN007 "" ; - antihudo_zj_estven_A = mkA076 "" ; - anticiklon_N = mkN007 "" ; - anti_ch_en_A = mkA079 "" ; - anti_ch_nost_N = mkN049 "" ; - antologi_ja__N = mkN047 "" ; - antonim_N = mkN007 "" ; - antraks_N = mkN007 "" ; - antrakt_N = mkN007 "" ; - antracit_N = mkN007 "" ; - antraciten_A = mkA079 "" ; - antre_N = mkN065 "" ; - antrepozit_N = mkN007 "" ; - antrefile_N = mkN065 "" ; - antrefilist_N = mkN007 "" ; - antropolog_N = mkN015 "" ; - antropologi_ch_eski_A = mkA078 "" ; - antropologi_ja__N = mkN047 "" ; - antropolo_zj_ka_N = mkN041 "" ; - antropomorfizym_N = mkN011 "" ; - antura_zj__N = mkN007 "" ; - anuliram_V = stateV (mkV186 "") ; - anulirane_N = mkN071 "" ; - anus_N = mkN007 "" ; - anfas_N = mkN007 "" ; - ancug_N = mkN015 "" ; - an_sh_oa_N = mkN065 "" ; - an_iu_itet_N = mkN007 "" ; - aorist_N = mkN007 "" ; - aorta_N = mkN041 "" ; - aorten_A = mkA079 "" ; - apandisit_N = mkN007 "" ; - aparat_N = mkN007 "" ; - aparaten_A = mkA079 "" ; - aparatura_N = mkN041 "" ; - aparat_ch_e_N = mkN065 "" ; - apartament_N = mkN007 "" ; - apatit_N = mkN007 "" ; - apati_ch_en_A = mkA079 "" ; - apati_ch_nost_N = mkN049 "" ; - apati_ja__N = mkN047 "" ; - apa_sh__N = mkN007 "" ; - apa_sh_ki_A = mkA078 "" ; - apa_sh_lyk_N = mkN014 "" ; - apel_N = mkN007 "" ; - apelativen_A = mkA079 "" ; - apelator_N = mkN007 "" ; - apelacionen_A = mkA079 "" ; - apelaci_ja__N = mkN047 "" ; - apeliram_V = stateV (mkV186 "") ; - apelirane_N = mkN071 "" ; - apendiks_N = mkN007 "" ; - aperitiv_N = mkN007 "" ; - apercepci_ja__N = mkN047 "" ; - apetit_N = mkN007 "" ; - apetiten_A = mkA079 "" ; - apikalen_A = mkA079 "" ; - aplet_N = mkN007 "" ; - aplikatura_N = mkN041 "" ; - aplikaci_ja__N = mkN047 "" ; - aplikiram_V = stateV (mkV186 "") ; - aplikirane_N = mkN071 "" ; - aplodiram_V = stateV (mkV186 "") ; - aplodirane_N = mkN071 "" ; - aplodisment_N = mkN007 "" ; - aplomb_N = mkN007 "" ; - apogej_N = mkN032 "" ; - apozici_ja__N = mkN047 "" ; - apokalipsis_N = mkN007 "" ; - apokalipti_ch_en_A = mkA079 "" ; - apokalipti_ch_eski_A = mkA078 "" ; - apokrif_N = mkN007 "" ; - apokrifen_A = mkA079 "" ; - apoliti_ch_en_A = mkA079 "" ; - apoliti_ch_nost_N = mkN049 "" ; - apologet_N = mkN007 "" ; - apologetika_N = mkN041 "" ; - apologi_ja__N = mkN047 "" ; - apopleksi_ja__N = mkN047 "" ; - apoplektik_N = mkN014 "" ; - apoplekti_ch_en_A = mkA079 "" ; - aport_N = mkN007 "" ; - aposterioren_A = mkA079 "" ; - apostol_N = mkN007 "" ; - apostolski_A = mkA078 "" ; - apostolstvo_N = mkN054 "" ; - apostrof_N = mkN007 "" ; - apostrofiram_V = stateV (mkV186 "") ; - apostrofirane_N = mkN071 "" ; - apotema_N = mkN041 "" ; - apoteoz_N = mkN007 "" ; - apretiram_V = stateV (mkV186 "") ; - apretirane_N = mkN071 "" ; - apretura_N = mkN041 "" ; - apreturen_A = mkA079 "" ; - apreturist_N = mkN007 "" ; - aprilski_A = mkA078 "" ; - aprioren_A = mkA079 "" ; - apropriaci_ja__N = mkN047 "" ; - apteka_N = mkN041 "" ; - aptekar_N = mkN031a "" ; - aptekarka_N = mkN041 "" ; - aptekarski_A = mkA078 "" ; - aptekarstvo_N = mkN054 "" ; - apteriks_N = mkN007 "" ; - apte_ch_en_A = mkA079 "" ; - apte_ch_ka_N = mkN041 "" ; - ar_N = mkN001 "" ; - arabad_zj_ijski_A = mkA078 "" ; - arabad_zj_i_ja__N = mkN039 "" ; - arabeska_N = mkN041 "" ; - arabin_N = mkN018 "" ; - arabist_N = mkN007 "" ; - arabistika_N = mkN041 "" ; - arabi_ja__N = mkN039 "" ; - arabka_N = mkN041 "" ; - arabski_A = mkA078 "" ; - aralyk_N = mkN014 "" ; - aran_zj_iram_V = stateV (mkV186 "") ; - aran_zj_irane_N = mkN071 "" ; - aran_zj_irovka_N = mkN041 "" ; - aran_zj_or_N = mkN007 "" ; - aran_zj_orstvo_N = mkN054 "" ; - arapin_N = mkN018 "" ; - arap_ch_e_N = mkN065 "" ; - arbalet_N = mkN007 "" ; - arbitra_zj__N = mkN007 "" ; - arbitra_zj_en_A = mkA079 "" ; - arbitrirane_N = mkN071 "" ; - arbityr_N = mkN009 "" ; - arbityrski_A = mkA078 "" ; - arbityrstvo_N = mkN054 "" ; - argatin_N = mkN018 "" ; - argon_N = mkN007 "" ; - argonavt_N = mkN007 "" ; - argument_N = mkN007 "" ; - argumentaci_ja__N = mkN047 "" ; - argumentiram_V = stateV (mkV186 "") ; - argumentirane_N = mkN071 "" ; - argumentiranost_N = mkN049 "" ; - argumentirovka_N = mkN041 "" ; - areal_N = mkN007 "" ; - arena_N = mkN041 "" ; - arenda_N = mkN041 "" ; - arendator_N = mkN007a "" ; - areola_N = mkN041 "" ; - arest_N = mkN007 "" ; - arestant_N = mkN007a "" ; - arestantka_N = mkN041 "" ; - arestantski_A = mkA078 "" ; - arestuvam_V = stateV (mkV186 "") ; - arestuvane_N = mkN071 "" ; - ar_zj_entinec_N = mkN008a "" ; - ar_zj_entinka_N = mkN041 "" ; - ar_zj_entinski_A = mkA078 "" ; - ariergard_N = mkN007 "" ; - ariergarden_A = mkA079 "" ; - ariec_N = mkN013 "" ; - arijka_N = mkN041 "" ; - arijski_A = mkA078 "" ; - aristokrat_N = mkN007 "" ; - aristokratizym_N = mkN011 "" ; - aristokrati_ch_en_A = mkA079 "" ; - aristokrati_ch_eski_A = mkA078 "" ; - aristokratka_N = mkN041 "" ; - aristokraci_ja__N = mkN047 "" ; - aristotelov_A = mkA076 "" ; - aristofanov_A = mkA076 "" ; - aritmetika_N = mkN041 "" ; - aritmeti_ch_en_A = mkA079 "" ; - aritmeti_ch_eski_A = mkA078 "" ; - ari_ja__N = mkN047 "" ; - arka_N = mkN041 "" ; - arkada_N = mkN041 "" ; - arkada_sh__N = mkN007 "" ; - arkaden_A = mkA079 "" ; - arkti_ch_en_A = mkA079 "" ; - arkti_ch_eski_A = mkA078 "" ; - armagan_N = mkN007 "" ; - armada_N = mkN041 "" ; - armatura_N = mkN041 "" ; - armaturen_A = mkA079 "" ; - armaturist_N = mkN007 "" ; - armaturistka_N = mkN041 "" ; - armaturistki_A = mkA078 "" ; - armeen_A = mkA085 "" ; - armejski_A = mkA078 "" ; - armenec_N = mkN008a "" ; - armenka_N = mkN041 "" ; - armenski_A = mkA078 "" ; - armiram_V = stateV (mkV186 "") ; - armirane_N = mkN071 "" ; - armirovka_N = mkN041 "" ; - armi_ja__N = mkN047 "" ; - arnautin_N = mkN018 "" ; - aroganten_A = mkA079 "" ; - arogantnost_N = mkN049 "" ; - aromat_N = mkN007 "" ; - aromaten_A = mkA079 "" ; - aromatiziram_V = stateV (mkV186 "") ; - aromatizirane_N = mkN071 "" ; - aromati_ch_en_A = mkA079 "" ; - aromati_ch_nost_N = mkN049 "" ; - arpad_zj_ik_N = mkN014 "" ; - arsen_N = mkN007 "" ; - arsenal_N = mkN007 "" ; - arsenik_N = mkN014 "" ; - arsenikov_A = mkA076 "" ; - arsenov_A = mkA076 "" ; - artezianski_A = mkA078 "" ; - artelen_A = mkA079 "" ; - artelna_N = mkN041 "" ; - artel_ch_ik_N = mkN014 "" ; - arterialen_A = mkA079 "" ; - arterioskleroza_N = mkN041 "" ; - arteri_ja__N = mkN047 "" ; - artikul_N = mkN007 "" ; - artikulacionen_A = mkA079 "" ; - artikulaci_ja__N = mkN047 "" ; - artikuliram_V = stateV (mkV186 "") ; - artikulirane_N = mkN071 "" ; - artilerijski_A = mkA078 "" ; - artilerist_N = mkN007 "" ; - artileri_ja__N = mkN047 "" ; - artisal_A = mkA076 "" ; - artisvam_V = stateV (mkV186 "") ; - artisvane_N = mkN071 "" ; - artist_N = mkN007a "" ; - artisti_ch_en_A = mkA079 "" ; - artisti_ch_nost_N = mkN049 "" ; - artistka_N = mkN041 "" ; - arti_sh_ok_N = mkN014 "" ; - artrit_N = mkN007 "" ; - artriten_A = mkA079 "" ; - artyk_N = mkN014 "" ; - arfa_N = mkN041 "" ; - arfist_N = mkN007 "" ; - arfistka_N = mkN041 "" ; - arhaizym_N = mkN011 "" ; - arhai_ch_en_A = mkA079 "" ; - arhai_ch_nost_N = mkN049 "" ; - arhangel_N = mkN007 "" ; - arhangelski_A = mkA078 "" ; - arheolog_N = mkN015 "" ; - arheologi_ch_en_A = mkA079 "" ; - arheologi_ch_eski_A = mkA078 "" ; - arheologi_ja__N = mkN047 "" ; - arheolo_zj_ki_A = mkA078 "" ; - arhiv_N = mkN007 "" ; - arhiva_N = mkN041 "" ; - arhivar_N = mkN031a "" ; - arhivarka_N = mkN041 "" ; - arhivarski_A = mkA078 "" ; - arhivator_N = mkN007 "" ; - arhiven_A = mkA079 "" ; - arhiviram_V = stateV (mkV186 "") ; - arhivirane_N = mkN071 "" ; - arhivist_N = mkN007 "" ; - arhivistika_N = mkN041 "" ; - arhid_ja_kon_N = mkN007 "" ; - arhiepiskop_N = mkN007a "" ; - arhiepiskopi_ja__N = mkN047 "" ; - arhiepiskopski_A = mkA078 "" ; - arhierej_N = mkN032a "" ; - arhierejski_A = mkA078 "" ; - arhimandrit_N = mkN007a "" ; - arhimedov_A = mkA076 "" ; - arhipelag_N = mkN015 "" ; - arhitekt_N = mkN007a "" ; - arhitektka_N = mkN041 "" ; - arhitektoni_ch_en_A = mkA079 "" ; - arhitektski_A = mkA078 "" ; - arhitektura_N = mkN041 "" ; - arhitekturen_A = mkA079 "" ; - arhitip_N = mkN001 "" ; - ar_sh_in_N = mkN007 "" ; - as_N = mkN001 "" ; - asansxor_N = mkN007 "" ; - asansxoren_A = mkA079 "" ; - asembler_N = mkN007 "" ; - asepti_ch_en_A = mkA079 "" ; - asesor_N = mkN007 "" ; - asignaci_ja__N = mkN047 "" ; - asimetri_ch_en_A = mkA079 "" ; - asimetri_ch_nost_N = mkN049 "" ; - asimetri_ja__N = mkN047 "" ; - asimilator_N = mkN007 "" ; - asimilatorski_A = mkA078 "" ; - asimilacionen_A = mkA079 "" ; - asimilaci_ja__N = mkN047 "" ; - asimiliram_V = stateV (mkV186 "") ; - asimilirane_N = mkN071 "" ; - asimiliranost_N = mkN049 "" ; - asinhronen_A = mkA079 "" ; - asinhroniziram_V = stateV (mkV186 "") ; - asinhroniziran_A = mkA076 "" ; - asinhronizirane_N = mkN071 "" ; - asiriec_N = mkN013 "" ; - asirijka_N = mkN041 "" ; - asirijski_A = mkA078 "" ; - asistenstvo_N = mkN054 "" ; - asistent_N = mkN007a "" ; - asistentka_N = mkN041 "" ; - asistiram_V = stateV (mkV186 "") ; - asistirane_N = mkN071 "" ; - asker_N = mkN007 "" ; - askerin_N = mkN018 "" ; - asket_N = mkN007a "" ; - asketizym_N = mkN011 "" ; - asketi_ch_en_A = mkA079 "" ; - asketi_ch_eski_A = mkA078 "" ; - asketi_ch_nost_N = mkN049 "" ; - askorbinov_A = mkA076 "" ; - asma_N = mkN041 "" ; - aso_N = mkN054 "" ; - asonans_N = mkN007 "" ; - asonanten_A = mkA079 "" ; - asortiment_N = mkN007 "" ; - asociativen_A = mkA079 "" ; - asociaci_ja__N = mkN047 "" ; - asociiram_V = stateV (mkV186 "") ; - asociirane_N = mkN071 "" ; - asparagus_N = mkN007 "" ; - aspekt_N = mkN007 "" ; - asper_zj__N = mkN007 "" ; - aspirant_N = mkN007a "" ; - aspirantka_N = mkN041 "" ; - aspirantski_A = mkA078 "" ; - aspirantura_N = mkN041 "" ; - aspiraci_ja__N = mkN047 "" ; - aspirin_N = mkN007 "" ; - aspiriram_V = stateV (mkV186 "") ; - aspirirane_N = mkN071 "" ; - asteroid_N = mkN007 "" ; - asteroiden_A = mkA079 "" ; - astigmatizym_N = mkN011 "" ; - astigmatik_N = mkN014 "" ; - astigmati_ch_en_A = mkA079 "" ; - astigmati_ch_eski_A = mkA078 "" ; - astma_N = mkN041 "" ; - astmatik_N = mkN014 "" ; - astmati_ch_en_A = mkA079 "" ; - astragan_N = mkN007 "" ; - astraganen_A = mkA076 "" ; - astralen_A = mkA079 "" ; - astroin_zj_ener_N = mkN007 "" ; - astrolog_N = mkN015 "" ; - astrologi_ch_en_A = mkA079 "" ; - astrologi_ch_eski_A = mkA078 "" ; - astrologi_ja__N = mkN047 "" ; - astronavt_N = mkN007a "" ; - astronavtika_N = mkN041 "" ; - astronom_N = mkN007a "" ; - astronomi_ch_en_A = mkA079 "" ; - astronomi_ch_eski_A = mkA078 "" ; - astronomi_ja__N = mkN047 "" ; - astrotehnologi_ja__N = mkN047 "" ; - astrofizik_N = mkN014 "" ; - astrofizika_N = mkN041 "" ; - astrofizi_ch_eski_A = mkA078 "" ; - asfalt_N = mkN007 "" ; - asfalten_A = mkA076 "" ; - asfaltiram_V = stateV (mkV186 "") ; - asfaltirane_N = mkN071 "" ; - asfaltobeton_N = mkN007 "" ; - asfaltov_A = mkA076 "" ; - asfiksi_ja__N = mkN047 "" ; - at_N = mkN001 "" ; - atavizym_N = mkN011 "" ; - atavisti_ch_en_A = mkA079 "" ; - ataka_N = mkN041 "" ; - atakuvam_V = stateV (mkV186 "") ; - atakuvane_N = mkN071 "" ; - atakuem_A = mkA076 "" ; - atakuemost_N = mkN049 "" ; - ataman_N = mkN007 "" ; - ata_sh_e_N = mkN065 "" ; - ata_sh_iram_V = stateV (mkV186 "") ; - ata_sh_irane_N = mkN071 "" ; - ateizym_N = mkN011 "" ; - ateist_N = mkN007a "" ; - ateisti_ch_en_A = mkA079 "" ; - ateistka_N = mkN041 "" ; - atelie_N = mkN065 "" ; - atentat_N = mkN007 "" ; - atentator_N = mkN007a "" ; - atentatorka_N = mkN041 "" ; - ateroskleroza_N = mkN041 "" ; - atestat_N = mkN007 "" ; - atestacionen_A = mkA079 "" ; - atestaci_ja__N = mkN047 "" ; - atestiram_V = stateV (mkV186 "") ; - atestirane_N = mkN071 "" ; - atinski_A = mkA078 "" ; - atin_ja_nin_N = mkN018 "" ; - atin_ja_nka_N = mkN041 "" ; - atipi_ch_en_A = mkA079 "" ; - atipi_ch_nost_N = mkN049 "" ; - atituda_N = mkN041 "" ; - ati_ch_eski_A = mkA078 "" ; - atlaz_N = mkN007 "" ; - atlazen_A = mkA076 "" ; - atlantik_N = mkN014 "" ; - atlanti_ch_eski_A = mkA078 "" ; - atlas_N = mkN007 "" ; - atlet_N = mkN007 "" ; - atletika_N = mkN041 "" ; - atleti_ch_en_A = mkA079 "" ; - atleti_ch_eski_A = mkA078 "" ; - atletka_N = mkN041 "" ; - atmosfera_N = mkN041 "" ; - atmosferen_A = mkA079 "" ; - atol_N = mkN007 "" ; - atom_N = mkN007 "" ; - atomen_A = mkA079 "" ; - atomiziram_V = stateV (mkV186 "") ; - atomizirane_N = mkN071 "" ; - atomizym_N = mkN011 "" ; - atomist_N = mkN007 "" ; - atomistika_N = mkN041 "" ; - atomisti_ch_en_A = mkA079 "" ; - atomistka_N = mkN041 "" ; - atonalen_A = mkA079 "" ; - atoni_ch_en_A = mkA079 "" ; - atoni_ja__N = mkN047 "" ; - atonski_A = mkA078 "" ; - atraktiven_A = mkA079 "" ; - atrakcionen_A = mkA079 "" ; - atrakci_ja__N = mkN047 "" ; - atribut_N = mkN007 "" ; - atributen_A = mkA079 "" ; - atributiven_A = mkA079 "" ; - atrofiram_V = stateV (mkV186 "") ; - atrofirane_N = mkN071 "" ; - atrofi_ja__N = mkN047 "" ; - audienci_ja__N = mkN047 "" ; - audio_N = mkN065 "" ; - audiovizualen_A = mkA079 "" ; - audiodisk_N = mkN001 "" ; - audioizsledvane_N = mkN071 "" ; - audiokaseta_N = mkN041 "" ; - audiometyr_N = mkN009 "" ; - audiosistema_N = mkN041 "" ; - audiofajl_N = mkN001 "" ; - auditori_ja__N = mkN047 "" ; - aukcion_N = mkN007 "" ; - aukcionen_A = mkA079 "" ; - aula_N = mkN041 "" ; - aura_N = mkN041 "" ; - aurikularen_A = mkA079 "" ; - auskultiram_V = stateV (mkV186 "") ; - auspuh_N = mkN007 "" ; - aut_N = mkN001 "" ; - autopsiram_V = stateV (mkV186 "") ; - autopsirane_N = mkN071 "" ; - autopsi_ja__N = mkN047 "" ; - afazi_ja__N = mkN047 "" ; - afganistanec_N = mkN008a "" ; - afganistanka_N = mkN041 "" ; - afganistanski_A = mkA078 "" ; - afekt_N = mkN007 "" ; - afektaci_ja__N = mkN047 "" ; - afektiram_V = stateV (mkV186 "") ; - afektirane_N = mkN071 "" ; - afera_N = mkN041 "" ; - aferist_N = mkN007 "" ; - aferistka_N = mkN041 "" ; - afiks_N = mkN007 "" ; - afiliaci_ja__N = mkN047 "" ; - afinitet_N = mkN007 "" ; - afirmativen_A = mkA079 "" ; - afi_sh__N = mkN007 "" ; - afi_sh_en_A = mkA079 "" ; - afi_sh_iram_V = stateV (mkV186 "") ; - afi_sh_irane_N = mkN071 "" ; - aforesvam_V = stateV (mkV186 "") ; - aforesvane_N = mkN071 "" ; - aforizym_N = mkN011 "" ; - aforisti_ch_en_A = mkA079 "" ; - afrikanec_N = mkN008a "" ; - afrikanka_N = mkN041 "" ; - afrikanski_A = mkA078 "" ; - afrikat_N = mkN007 "" ; - afront_N = mkN007 "" ; - aham_V = stateV (mkV186 "") ; - ahane_N = mkN071 "" ; - ahat_N = mkN007 "" ; - ahatov_A = mkA076 "" ; - ahvam_V = stateV (mkV186 "") ; - ahvane_N = mkN071 "" ; - ahilesov_A = mkA076 "" ; - ahkam_V = stateV (mkV186 "") ; - ahkane_N = mkN071 "" ; - ahmak_N = mkN014 "" ; - ahma_sh_ki_A = mkA078 "" ; - ahromatizym_N = mkN011 "" ; - ahromati_ch_en_A = mkA079 "" ; - ahromati_ch_eski_A = mkA078 "" ; - ahromatoza_N = mkN041 "" ; - ah_ch_ijnica_N = mkN041 "" ; - ah_ch_i_ja__N = mkN039 "" ; - acetilen_N = mkN007 "" ; - acetilenov_A = mkA076 "" ; - aceton_N = mkN007 "" ; - a_sh_ik_N = mkN014 "" ; - a_sh_ladisvam_V = actionV (mkV186 "") (mkV186 "") ; - a_sh_ladisvane_N = mkN071 "" ; - a_sh_ure_N = mkN065 "" ; - a_ja_zmo_N = mkN054 "" ; - baba_N = mkN041a "" ; - babait_N = mkN007a "" ; - babaitlyk_N = mkN014 "" ; - babaitstvo_N = mkN054 "" ; - babanka_N = mkN038 "" ; - baberka_N = mkN041 "" ; - babe_sh_ki_A = mkA078 "" ; - babin_A = mkA076 "" ; - babi_ch_ka_N = mkN041 "" ; - babka_N = mkN041 "" ; - babuvam_V = stateV (mkV186 "") ; - babuvane_N = mkN071 "" ; - babuin_N = mkN007 "" ; - babu_sh_kera_N = mkN041 "" ; - bavarec_N = mkN008a "" ; - bavarski_A = mkA078 "" ; - bava_ch_ka_N = mkN041 "" ; - baven_A = mkA079 "" ; - bavene_N = mkN071 "" ; - bavni_ch_yk_A = mkA080 "" ; - bavnodvi_zj_e_sht__A = mkA076 "" ; - bavnorazviva_sht__A = mkA076 "" ; - bavnorast_ja__sht__A = mkA076 "" ; - bavnost_N = mkN049 "" ; - bavnoshva_sht_a_sht__A = mkA076 "" ; - bavnote_ch_a_sht__A = mkA076 "" ; - bavnohoden_A = mkA079 "" ; - bav_ja__V = stateV (mkV173 "") ; - baga_zj__N = mkN007 "" ; - baga_zj_en_A = mkA079 "" ; - baga_zj_nik_N = mkN014 "" ; - bager_N = mkN007 "" ; - bagerist_N = mkN007a "" ; - bageristka_N = mkN041 "" ; - bagra_N = mkN041 "" ; - bagren_A = mkA076 "" ; - bagrenica_N = mkN041 "" ; - bagrenoroden_A = mkA079 "" ; - bagrilen_A = mkA079 "" ; - bagr_ja__V = stateV (mkV173 "") ; - badanarka_N = mkN041 "" ; - badanosvam_V = actionV (mkV186 "") (mkV186 "") ; - badanosvane_N = mkN071 "" ; - badem_N = mkN007 "" ; - bademov_A = mkA076 "" ; - bademoviden_A = mkA079 "" ; - bad_zj_a_N = mkN041 "" ; - bad_zj_ak_N = mkN014 "" ; - bad_zj_anak_N = mkN014 "" ; - baene_N = mkN071 "" ; - baza_N = mkN041 "" ; - bazalen_A = mkA079 "" ; - bazalt_N = mkN007 "" ; - bazaltov_A = mkA076 "" ; - bazar_N = mkN007 "" ; - bazaren_A = mkA079 "" ; - bazedov_A = mkA076 "" ; - bazilika_N = mkN041 "" ; - baziram_V = stateV (mkV186 "") ; - bazirane_N = mkN071 "" ; - bazis_N = mkN007 "" ; - bazisen_A = mkA079 "" ; - bazov_A = mkA076 "" ; - bair_N = mkN007 "" ; - bajganxov_A = mkA076 "" ; - bajganxovski_A = mkA078 "" ; - bajganxov_sht_ina_N = mkN041 "" ; - bajko_N = mkN040 "" ; - bajkov_A = mkA076 "" ; - bajno_N = mkN040 "" ; - bajnov_A = mkA076 "" ; - bajo_N = mkN040 "" ; - bajonet_N = mkN007 "" ; - bajrak_N = mkN014 "" ; - bajraktar_N = mkN031a "" ; - bajraktarka_N = mkN041 "" ; - bajra_ch_e_N = mkN065 "" ; - bajt_N = mkN001 "" ; - bajc_N = mkN001 "" ; - bajcvam_V = stateV (mkV186 "") ; - bajcvane_N = mkN071 "" ; - bajcuvam_V = stateV (mkV186 "") ; - baj_ch_o_N = mkN040 "" ; - baka_N = mkN041 "" ; - bakalavrat_N = mkN007 "" ; - bakalavyr_N = mkN009 "" ; - bakalavyrski_A = mkA078 "" ; - bakalin_N = mkN018 "" ; - bakali_ja__N = mkN047 "" ; - bakalnica_N = mkN041 "" ; - bakalski_A = mkA078 "" ; - bakara_N = mkN041 "" ; - bakelit_N = mkN007 "" ; - bakeliten_A = mkA076 "" ; - bakenbard_N = mkN007 "" ; - baki_ja__N = mkN047 "" ; - bakla_N = mkN041 "" ; - baklava_N = mkN041 "" ; - bakpulver_N = mkN007 "" ; - bakterialen_A = mkA079 "" ; - bakterien_A = mkA085 "" ; - bakteriolog_N = mkN015 "" ; - bakteriologi_ch_en_A = mkA079 "" ; - bakteriologi_ch_eski_A = mkA078 "" ; - bakteriologi_ja__N = mkN047 "" ; - bakteriolo_zj_ki_A = mkA078 "" ; - bakteri_ja__N = mkN047 "" ; - baktisvam_V = actionV (mkV186 "") (mkV186 "") ; - baktisvane_N = mkN071 "" ; - bak_sh_i_sh__N = mkN007 "" ; - bakyr_N = mkN007 "" ; - bakyrd_zj_ijski_A = mkA078 "" ; - bakyrd_zj_ijstvo_N = mkN054 "" ; - bakyrd_zj_i_ja__N = mkN039 "" ; - bakyren_A = mkA076 "" ; - bal_N = mkN001 "" ; - bala_N = mkN041 "" ; - balada_N = mkN041 "" ; - baladen_A = mkA079 "" ; - balalajka_N = mkN041 "" ; - balama_N = mkN041 "" ; - balamosvam_V = actionV (mkV186 "") (mkV186 "") ; - balamosvane_N = mkN071 "" ; - balam_sht_ina_N = mkN041 "" ; - balans_N = mkN007 "" ; - balansiram_V = stateV (mkV186 "") ; - balansirane_N = mkN071 "" ; - balansiranost_N = mkN049 "" ; - balansov_A = mkA076 "" ; - balansxor_N = mkN007 "" ; - balast_N = mkN007 "" ; - balasten_A = mkA079 "" ; - balastra_N = mkN041 "" ; - balatum_N = mkN007 "" ; - balvan_N = mkN007 "" ; - balvanka_N = mkN041 "" ; - baldahin_N = mkN007 "" ; - baldyza_N = mkN041 "" ; - balen_A = mkA079 "" ; - balerina_N = mkN041 "" ; - balerinka_N = mkN041 "" ; - balet_N = mkN007 "" ; - baleten_A = mkA079 "" ; - baletist_N = mkN007a "" ; - baletmajstor_N = mkN007 "" ; - baletmajstorka_N = mkN041 "" ; - baliram_V = stateV (mkV186 "") ; - balirane_N = mkN071 "" ; - balista_N = mkN041 "" ; - balistik_N = mkN014 "" ; - balistika_N = mkN041 "" ; - balisti_ch_en_A = mkA079 "" ; - balkan_N = mkN007 "" ; - balkand_zj_ijka_N = mkN041 "" ; - balkand_zj_i_ja__N = mkN039 "" ; - balkanec_N = mkN008a "" ; - balkaniada_N = mkN041 "" ; - balkanizaci_ja__N = mkN047 "" ; - balkaniziram_V = stateV (mkV186 "") ; - balkanizirane_N = mkN071 "" ; - balkanist_N = mkN007 "" ; - balkanistika_N = mkN041 "" ; - balkanka_N = mkN041 "" ; - balkanski_A = mkA078 "" ; - balkon_N = mkN007 "" ; - balkonski_A = mkA078 "" ; - balneole_ch_eben_A = mkA079 "" ; - balneole_ch_enie_N = mkN072 "" ; - balneolog_N = mkN015 "" ; - balneologi_ch_en_A = mkA079 "" ; - balneologi_ja__N = mkN047 "" ; - balneolo_zj_ka_N = mkN041 "" ; - balneolo_zj_ki_A = mkA078 "" ; - balneosanatorium_N = mkN007 "" ; - balneoterapi_ja__N = mkN047 "" ; - balon_N = mkN007 "" ; - balonen_A = mkA079 "" ; - balon_ch_e_N = mkN065 "" ; - balota_zj__N = mkN007 "" ; - balotiram_V = stateV (mkV186 "") ; - balotirane_N = mkN071 "" ; - balsam_N = mkN007 "" ; - balsamiram_V = stateV (mkV186 "") ; - balsamirane_N = mkN071 "" ; - balsamov_A = mkA076 "" ; - balta_ja__V = stateV (mkV161 "") ; - baltijski_A = mkA078 "" ; - balti_ja__N = mkN047 "" ; - balton_N = mkN007 "" ; - balyk_N = mkN014 "" ; - bal_iu_strada_N = mkN041 "" ; - bambuk_N = mkN014 "" ; - bambukov_A = mkA076 "" ; - bam_ja__N = mkN047 "" ; - banalen_A = mkA079 "" ; - banaliziram_V = stateV (mkV186 "") ; - banalizirane_N = mkN071 "" ; - banalnost_N = mkN049 "" ; - banan_N = mkN007 "" ; - bananov_A = mkA076 "" ; - banglade_sh_ki_A = mkA078 "" ; - banda_N = mkN041 "" ; - banda_zj__N = mkN007 "" ; - banda_zj_en_A = mkA079 "" ; - banderol_N = mkN007 "" ; - banderolen_A = mkA079 "" ; - bandit_N = mkN007 "" ; - banditizym_N = mkN011 "" ; - banditski_A = mkA078 "" ; - bandit_ch_e_N = mkN065 "" ; - banela_N = mkN041 "" ; - baner_N = mkN007 "" ; - banica_N = mkN041 "" ; - bani_ch_ar_N = mkN031a "" ; - bani_ch_arka_N = mkN041 "" ; - bani_ch_arski_A = mkA078 "" ; - bani_ch_ka_N = mkN041 "" ; - banka_N = mkN041 "" ; - banker_N = mkN007 "" ; - bankerka_N = mkN041 "" ; - bankerski_A = mkA078 "" ; - bankerstvo_N = mkN054 "" ; - banket_N = mkN007 "" ; - banketen_A = mkA079 "" ; - bankiram_V = stateV (mkV186 "") ; - bankirane_N = mkN071 "" ; - banknota_N = mkN041 "" ; - banknoten_A = mkA079 "" ; - bankov_A = mkA076 "" ; - bankomat_N = mkN007 "" ; - bankrut_N = mkN007 "" ; - bankrutiram_V = stateV (mkV186 "") ; - bankrutirane_N = mkN071 "" ; - bankrutstvo_N = mkN054 "" ; - banski_A = mkA078 "" ; - bancig_N = mkN007 "" ; - bancigar_N = mkN031a "" ; - ban_ja__N = mkN047 "" ; - baobab_N = mkN007 "" ; - baptist_N = mkN007 "" ; - baptistka_N = mkN041 "" ; - bar_N = mkN001 "" ; - bara_N = mkN041 "" ; - baraban_N = mkN007 "" ; - barabanen_A = mkA079 "" ; - barabanene_N = mkN071 "" ; - barabanist_N = mkN007 "" ; - baraban_ch_e_N = mkN065 "" ; - baraban_ch_ik_N = mkN014 "" ; - baraban_ch_ica_N = mkN041 "" ; - baraban_ja__V = stateV (mkV174 "") ; - bara_zj__N = mkN007 "" ; - bara_zj_en_A = mkA079 "" ; - baraka_N = mkN041 "" ; - baram_V = stateV (mkV186 "") ; - barane_N = mkN071 "" ; - barbek_iu__N = mkN065 "" ; - barbun_N = mkN007 "" ; - barvam_V = stateV (mkV186 "") ; - barvane_N = mkN071 "" ; - bard_N = mkN007 "" ; - bardak_N = mkN014 "" ; - barduk_N = mkN014 "" ; - bardu_ch_e_N = mkN065 "" ; - barel_N = mkN007 "" ; - barelef_N = mkN007 "" ; - bareta_N = mkN041 "" ; - baretka_N = mkN041 "" ; - bar_zj_a_N = mkN041 "" ; - bariev_A = mkA076 "" ; - bariera_N = mkN041 "" ; - barieren_A = mkA079 "" ; - barikada_N = mkN041 "" ; - barikaden_A = mkA079 "" ; - barikadiram_V = stateV (mkV186 "") ; - barikadirane_N = mkN071 "" ; - barion_N = mkN007 "" ; - barionen_A = mkA079 "" ; - bariton_N = mkN007 "" ; - baritonov_A = mkA076 "" ; - barka_N = mkN041 "" ; - barkod_N = mkN001 "" ; - barman_N = mkN007a "" ; - barmanka_N = mkN041 "" ; - barmanski_A = mkA078 "" ; - barmasi_ch_ka_N = mkN041 "" ; - barovec_N = mkN008a "" ; - barok_N = mkN014 "" ; - barokov_A = mkA076 "" ; - barometri_ch_en_A = mkA079 "" ; - barometyr_N = mkN009 "" ; - baron_N = mkN007 "" ; - baronesa_N = mkN041 "" ; - baronet_N = mkN007 "" ; - baronski_A = mkA078 "" ; - barplot_N = mkN001 "" ; - barter_N = mkN007 "" ; - barteren_A = mkA079 "" ; - barut_N = mkN007 "" ; - baruten_A = mkA079 "" ; - barutli_ja__N = mkN039 "" ; - barhet_N = mkN007 "" ; - barheten_A = mkA079 "" ; - bar_ch_e_N = mkN065 "" ; - bas_N = mkN001 "" ; - basejn_N = mkN007 "" ; - basejn_ch_e_N = mkN065 "" ; - basiram_V = stateV (mkV186 "") ; - basirane_N = mkN071 "" ; - basist_N = mkN007 "" ; - bask_N = mkN007a "" ; - basketbol_N = mkN040a "" ; - basketbolen_A = mkA079 "" ; - basketbolist_N = mkN007 "" ; - basketbolistka_N = mkN041 "" ; - basma_N = mkN041 "" ; - basmen_A = mkA076 "" ; - basnopisec_N = mkN008a "" ; - basnosloven_A = mkA079 "" ; - basnoslovnost_N = mkN049 "" ; - basn_ja__N = mkN047 "" ; - basov_A = mkA076 "" ; - basta_N = mkN041 "" ; - bastili_ja__N = mkN047 "" ; - bastion_N = mkN007 "" ; - bastisvam_V = actionV (mkV186 "") (mkV186 "") ; - bastisvane_N = mkN071 "" ; - basti_ch_ka_N = mkN041 "" ; - bastun_N = mkN007 "" ; - bastun_ch_e_N = mkN065 "" ; - batak_N = mkN014 "" ; - batak_ch_ijski_A = mkA078 "" ; - batak_ch_i_ja__N = mkN039 "" ; - batalen_A = mkA079 "" ; - batalist_N = mkN007 "" ; - batalxon_N = mkN007 "" ; - batalxonen_A = mkA079 "" ; - batal_ja_svam_V = stateV (mkV186 "") ; - batal_ja_svane_N = mkN071 "" ; - batareen_A = mkA085 "" ; - batare_ja__N = mkN047 "" ; - batat_N = mkN007 "" ; - bata_sh_ki_A = mkA078 "" ; - bate_N = mkN065 "" ; - baterien_A = mkA085 "" ; - baterijka_N = mkN041 "" ; - bateri_ja__N = mkN047 "" ; - batiskaf_N = mkN007 "" ; - batista_N = mkN041 "" ; - batko_N = mkN040 "" ; - batxo_N = mkN040 "" ; - baukam_V = stateV (mkV186 "") ; - baukane_N = mkN071 "" ; - bahamski_A = mkA078 "" ; - bahar_N = mkN007 "" ; - bahrejnka_N = mkN041 "" ; - bahur_N = mkN007 "" ; - bah_ch_a_N = mkN041 "" ; - bah_ch_evan_N = mkN007 "" ; - bah_ch_evanin_N = mkN018 "" ; - bacil_N = mkN007 "" ; - bacilen_A = mkA079 "" ; - bacilonositel_N = mkN031 "" ; - bacilonositelka_N = mkN041 "" ; - ba_ch_kam_V = stateV (mkV186 "") ; - ba_ch_kane_N = mkN071 "" ; - ba_ch_o_N = mkN040 "" ; - ba_sh_ibozuk_N = mkN014 "" ; - ba_sh_kirski_A = mkA078 "" ; - ba_sht_a_N = mkN038 "" ; - ba_sht_in_A = mkA076 "" ; - ba_sht_ini_ja__N = mkN047 "" ; - ba_sht_inski_A = mkA078 "" ; - ba_sht_instvo_N = mkN054 "" ; - ba_sht_ica_N = mkN041a "" ; - ba_sht_i_ch_ko_N = mkN040 "" ; - ba_ja__V = stateV (mkV162 "") ; - ba_ja_derka_N = mkN041 "" ; - ba_ja_ldisvam_V = stateV (mkV186 "") ; - ba_ja_ldisvane_N = mkN071 "" ; - ba_ja__ch__N = mkN007b "" ; - ba_ja__ch_ka_N = mkN041 "" ; - bdene_N = mkN071 "" ; - bdenie_N = mkN072 "" ; - bditelen_A = mkA079 "" ; - bditelnost_N = mkN049 "" ; - bd_ja__V = stateV (mkV177 "") ; - bebe_N = mkN065 "" ; - bebence_N = mkN066 "" ; - bebe_sh_ki_A = mkA078 "" ; - beg_N = mkN001 "" ; - bega_ch__N = mkN007b "" ; - bega_ch_ka_N = mkN041 "" ; - beglec_N = mkN020 "" ; - beglik_N = mkN014 "" ; - beglik_ch_i_ja__N = mkN039 "" ; - begoni_ja__N = mkN047 "" ; - begyl_A = mkA080 "" ; - begylka_N = mkN041 "" ; - beda_N = mkN041 "" ; - beden_A = mkA079 "" ; - bedne_ja__V = stateV (mkV160 "") ; - bedni_ch_yk_A = mkA080 "" ; - bednost_N = mkN049 "" ; - bednota_N = mkN041 "" ; - bednoti_ja__N = mkN047 "" ; - bedn_ja_k_N = mkN014 "" ; - bedn_ja__ch_ka_N = mkN041 "" ; - bedn_ja__sh_ki_A = mkA078 "" ; - bedren_A = mkA076 "" ; - bedrest_A = mkA076 "" ; - bedro_N = mkN054 "" ; - bedstvam_V = stateV (mkV186 "") ; - bedstvane_N = mkN071 "" ; - bedstven_A = mkA076 "" ; - bedstvie_N = mkN072 "" ; - bedstvuvam_V = stateV (mkV186 "") ; - bedstvuvane_N = mkN071 "" ; - beduin_N = mkN007 "" ; - beduinka_N = mkN041 "" ; - beduinski_A = mkA078 "" ; - bed_ja__V = stateV (mkV174 "") ; - be_zj_anec_N = mkN008a "" ; - be_zj_anka_N = mkN041 "" ; - be_zj_anski_A = mkA078 "" ; - be_zj_ov_A = mkA076 "" ; - bezavarien_A = mkA085 "" ; - bezadresen_A = mkA079 "" ; - bezakcenten_A = mkA079 "" ; - bezalkoholen_A = mkA079 "" ; - bezapelativen_A = mkA079 "" ; - bezapelacionen_A = mkA079 "" ; - bezapelacionnost_N = mkN049 "" ; - bezatomen_A = mkA079 "" ; - bezbo_zj_en_A = mkA079 "" ; - bezbo_zj_ie_N = mkN072 "" ; - bezbo_zj_nik_N = mkN014a "" ; - bezbo_zj_nica_N = mkN041 "" ; - bezbo_zj_ni_ch_estvo_N = mkN054 "" ; - bezbo_zj_ni_ch_ka_N = mkN041 "" ; - bezboleznen_A = mkA076 "" ; - bezboleznenost_N = mkN049 "" ; - bezbo_ja_znen_A = mkA076 "" ; - bezbra_ch_en_A = mkA079 "" ; - bezbra_ch_ie_N = mkN072 "" ; - bezbre_zj_en_A = mkA079 "" ; - bezbre_zj_ie_N = mkN072 "" ; - bezbre_zj_nost_N = mkN049 "" ; - bezbroden_A = mkA079 "" ; - bezbroen_A = mkA085 "" ; - bezbroj_N = mkN032 "" ; - bezburen_A = mkA079 "" ; - bezbyde_sht_nost_N = mkN049 "" ; - bezvaluten_A = mkA079 "" ; - bezveren_A = mkA084 "" ; - bezverie_N = mkN072 "" ; - bezvernik_N = mkN014a "" ; - bezvernica_N = mkN041 "" ; - bezvesten_A = mkA079 "" ; - bezvetren_A = mkA076 "" ; - bezvetrie_N = mkN072 "" ; - bezvizov_A = mkA076 "" ; - bezvkusen_A = mkA079 "" ; - bezvkusie_N = mkN072 "" ; - bezvkusica_N = mkN041 "" ; - bezvkusnost_N = mkN049 "" ; - bezvlasten_A = mkA079 "" ; - bezvlastie_N = mkN072 "" ; - bezvoden_A = mkA079 "" ; - bezvodie_N = mkN072 "" ; - bezvodnost_N = mkN049 "" ; - bezvolev_A = mkA076 "" ; - bezvolen_A = mkA079 "" ; - bezvolie_N = mkN072 "" ; - bezvreden_A = mkA079 "" ; - bezvrednost_N = mkN049 "" ; - bezvremenen_A = mkA079 "" ; - bezvremie_N = mkN072 "" ; - bezvyzvraten_A = mkA079 "" ; - bezvyzvratnost_N = mkN049 "" ; - bezvyzdu_sh_en_A = mkA079 "" ; - bezvyzmezden_A = mkA079 "" ; - bezvyzmezdnost_N = mkN049 "" ; - bezglasen_A = mkA079 "" ; - bezgramoten_A = mkA079 "" ; - bezgramotnost_N = mkN049 "" ; - bezgrani_ch_en_A = mkA079 "" ; - bezgrani_ch_nost_N = mkN049 "" ; - bezgre_sh_en_A = mkA079 "" ; - bezgre_sh_nost_N = mkN049 "" ; - bezgri_zj_en_A = mkA079 "" ; - bezgri_zj_ie_N = mkN072 "" ; - bezgri_zj_nik_N = mkN014a "" ; - bezgri_zj_nost_N = mkN049 "" ; - bezgrybna_ch_en_A = mkA079 "" ; - bezgrybna_ch_ie_N = mkN072 "" ; - bezdaren_A = mkA079 "" ; - bezdarie_N = mkN072 "" ; - bezdarnik_N = mkN014a "" ; - bezdarnica_N = mkN041 "" ; - bezdarnost_N = mkN049 "" ; - bezdeen_A = mkA085 "" ; - bezdejnost_N = mkN049 "" ; - bezdejstvam_V = stateV (mkV186 "") ; - bezdejstvane_N = mkN071 "" ; - bezdejstven_A = mkA076 "" ; - bezdejstvie_N = mkN072 "" ; - bezdejstvuvam_V = stateV (mkV186 "") ; - bezdelen_A = mkA079 "" ; - bezdelie_N = mkN072 "" ; - bezdelnik_N = mkN014a "" ; - bezdelnica_N = mkN041 "" ; - bezdelni_ch_a_V = stateV (mkV176 "") ; - bezdelni_ch_estvo_N = mkN054 "" ; - bezdeten_A = mkA079 "" ; - bezdetnik_N = mkN014a "" ; - bezdetnica_N = mkN041 "" ; - bezdimen_A = mkA079 "" ; - bezdihanen_A = mkA079 "" ; - bezdihannost_N = mkN049 "" ; - bezdna_N = mkN041 "" ; - bezdomen_A = mkA079 "" ; - bezdomnik_N = mkN014a "" ; - bezdomnica_N = mkN041 "" ; - bezdomni_ch_eski_A = mkA078 "" ; - bezduhoven_A = mkA079 "" ; - bezduhovnost_N = mkN049 "" ; - bezdu_sh_en_A = mkA079 "" ; - bezdu_sh_ie_N = mkN072 "" ; - bezdu_sh_nost_N = mkN049 "" ; - bezdy_zj_den_A = mkA079 "" ; - bezdy_zj_die_N = mkN072 "" ; - bezdynen_A = mkA079 "" ; - bezdyr_zj_avnost_N = mkN049 "" ; - bez_zj_alosten_A = mkA079 "" ; - bez_zj_alostnost_N = mkN049 "" ; - bez_zj_iznen_A = mkA076 "" ; - bez_zj_iznenost_N = mkN049 "" ; - bez_zj_i_ch_en_A = mkA079 "" ; - bezzaveten_A = mkA079 "" ; - bezzavetnost_N = mkN049 "" ; - bezzakonen_A = mkA079 "" ; - bezzakonie_N = mkN072 "" ; - bezza_sht_iten_A = mkA079 "" ; - bezza_sht_itnost_N = mkN049 "" ; - bezzvezden_A = mkA079 "" ; - bezzvu_ch_en_A = mkA079 "" ; - bezzemen_A = mkA079 "" ; - bezzloben_A = mkA079 "" ; - bezzlobie_N = mkN072 "" ; - bezzra_ch_en_A = mkA079 "" ; - bezzyb_A = mkA076 "" ; - bezideen_A = mkA085 "" ; - bezidejnost_N = mkN049 "" ; - bezizvestnost_N = mkN049 "" ; - bezizkusen_A = mkA079 "" ; - bezizkustven_A = mkA076 "" ; - bezizrazen_A = mkA079 "" ; - bezizraznost_N = mkN049 "" ; - bezizhoden_A = mkA079 "" ; - bezizhodica_N = mkN041 "" ; - bezizhodnost_N = mkN049 "" ; - bezimen_A = mkA076 "" ; - bezimenen_A = mkA079 "" ; - bezimennik_N = mkN014 "" ; - bezimoten_A = mkA079 "" ; - beziniciativen_A = mkA079 "" ; - bezinteresen_A = mkA079 "" ; - bezir_N = mkN007 "" ; - beziren_A = mkA076 "" ; - bezisten_N = mkN007 "" ; - bezkasov_A = mkA076 "" ; - bezkvasen_A = mkA079 "" ; - bezklasov_A = mkA076 "" ; - bezkni_zj_en_A = mkA079 "" ; - bezkompromisen_A = mkA079 "" ; - bezkompromisnost_N = mkN049 "" ; - bezkone_ch_en_A = mkA079 "" ; - bezkone_ch_nost_N = mkN049 "" ; - bezkontakten_A = mkA079 "" ; - bezkontrolen_A = mkA079 "" ; - bezkontrolnost_N = mkN049 "" ; - bezkonflikten_A = mkA079 "" ; - bezkoristen_A = mkA079 "" ; - bezkoristie_N = mkN072 "" ; - bezkoristnost_N = mkN049 "" ; - bezkos_A = mkA076 "" ; - bezkosten_A = mkA079 "" ; - bezkostilkov_A = mkA076 "" ; - bezkofeinov_A = mkA076 "" ; - bezkraen_A = mkA085 "" ; - bezkrajnost_N = mkN049 "" ; - bezkrak_A = mkA076 "" ; - bezkril_A = mkA076 "" ; - bezkriti_ch_en_A = mkA079 "" ; - bezkriti_ch_nost_N = mkN049 "" ; - bezkryven_A = mkA079 "" ; - bezkryvie_N = mkN072 "" ; - bezlekarstven_A = mkA076 "" ; - bezlesen_A = mkA079 "" ; - bezlik_A = mkA076 "" ; - bezlisten_A = mkA079 "" ; - bezlihven_A = mkA076 "" ; - bezli_ch_en_A = mkA079 "" ; - bezli_ch_ie_N = mkN072 "" ; - bezli_ch_nost_N = mkN049 "" ; - bezlunen_A = mkA079 "" ; - bezl_iu_den_A = mkA079 "" ; - bezl_iu_die_N = mkN072 "" ; - bezl_iu_dnost_N = mkN049 "" ; - bezmaslen_A = mkA076 "" ; - bezmeren_A = mkA079 "" ; - bezmernost_N = mkN049 "" ; - bezmesen_A = mkA079 "" ; - bezmete_zj_en_A = mkA079 "" ; - bezmilosten_A = mkA079 "" ; - bezmilostnost_N = mkN049 "" ; - bezmiten_A = mkA079 "" ; - bezmle_ch_en_A = mkA079 "" ; - bezmozy_ch_en_A = mkA079 "" ; - bezmoralen_A = mkA079 "" ; - bezmotoren_A = mkA079 "" ; - bezmylven_A = mkA079 "" ; - bezmylvie_N = mkN072 "" ; - beznade_zj_den_A = mkA079 "" ; - beznade_zj_dnost_N = mkN049 "" ; - beznade_zj_nost_N = mkN049 "" ; - beznadzoren_A = mkA079 "" ; - beznadzornost_N = mkN049 "" ; - beznakazan_A = mkA076 "" ; - beznakazanost_N = mkN049 "" ; - beznali_ch_en_A = mkA079 "" ; - beznali_ch_nost_N = mkN049 "" ; - beznasledstven_A = mkA076 "" ; - bezna_ch_alen_A = mkA079 "" ; - bezna_ch_alie_N = mkN072 "" ; - beznog_A = mkA076 "" ; - beznravstvam_V = stateV (mkV186 "") ; - beznravstvane_N = mkN071 "" ; - beznravstven_A = mkA076 "" ; - beznravstvenik_N = mkN014a "" ; - beznravstvenica_N = mkN041 "" ; - beznravstvenost_N = mkN049 "" ; - bezobiden_A = mkA079 "" ; - bezobidnost_N = mkN049 "" ; - bezobla_ch_en_A = mkA079 "" ; - bezobla_ch_nost_N = mkN049 "" ; - bezobrazen_A = mkA079 "" ; - bezobrazie_N = mkN072 "" ; - bezobraznik_N = mkN014a "" ; - bezobraznica_N = mkN041 "" ; - bezobrazni_ch_a_V = stateV (mkV176 "") ; - bezogleden_A = mkA079 "" ; - bezoglednost_N = mkN049 "" ; - bezok_A = mkA076 "" ; - bezoloven_A = mkA079 "" ; - bezopasen_A = mkA079 "" ; - bezopasnost_N = mkN049 "" ; - bezosnovatelen_A = mkA079 "" ; - bezosnovatelnost_N = mkN049 "" ; - bezosnoven_A = mkA079 "" ; - bezosnovnost_N = mkN049 "" ; - bezotveten_A = mkA079 "" ; - bezotgovoren_A = mkA079 "" ; - bezotgovorni_ch_a_V = stateV (mkV176 "") ; - bezotgovornost_N = mkN049 "" ; - bezote_ch_estven_A = mkA076 "" ; - bezote_ch_estvenik_N = mkN014 "" ; - bezote_ch_estvenica_N = mkN041 "" ; - bezotkazen_A = mkA079 "" ; - bezotkaten_A = mkA079 "" ; - bezotlagatelen_A = mkA079 "" ; - bezotly_ch_en_A = mkA079 "" ; - bezot_ch_eten_A = mkA079 "" ; - bezot_ch_etnost_N = mkN049 "" ; - bezo_ch_en_A = mkA079 "" ; - bezo_ch_ie_N = mkN072 "" ; - bezo_ch_liv_A = mkA076 "" ; - bezo_ch_livec_N = mkN008a "" ; - bezo_ch_livost_N = mkN049 "" ; - bezpameten_A = mkA079 "" ; - bezpari_ch_en_A = mkA079 "" ; - bezpari_ch_ie_N = mkN072 "" ; - bezpartien_A = mkA085 "" ; - bezperspektiven_A = mkA079 "" ; - bezpiloten_A = mkA079 "" ; - bezpismen_A = mkA076 "" ; - bezplanov_A = mkA076 "" ; - bezplanovost_N = mkN049 "" ; - bezplaten_A = mkA079 "" ; - bezploden_A = mkA079 "" ; - bezplodie_N = mkN072 "" ; - bezplodnost_N = mkN049 "" ; - bezplyten_A = mkA079 "" ; - bezplytnost_N = mkN049 "" ; - bezpogre_sh_en_A = mkA079 "" ; - bezpogre_sh_nost_N = mkN049 "" ; - bezpodoben_A = mkA079 "" ; - bezpodslonen_A = mkA076 "" ; - bezpokoen_A = mkA085 "" ; - bezpokoene_N = mkN071 "" ; - bezpokojstvie_N = mkN072 "" ; - bezpokojstvo_N = mkN054 "" ; - bezpoko_ja__V = stateV (mkV175 "") ; - bezpokriven_A = mkA079 "" ; - bezpolezen_A = mkA079 "" ; - bezpoleznost_N = mkN049 "" ; - bezpolov_A = mkA076 "" ; - bezpomo_sht_en_A = mkA079 "" ; - bezpomo_sht_nost_N = mkN049 "" ; - bezporoden_A = mkA079 "" ; - bezporo_ch_en_A = mkA079 "" ; - bezporo_ch_nost_N = mkN049 "" ; - bezpor_ja_dyk_N = mkN014 "" ; - bezpor_ja_dy_ch_en_A = mkA079 "" ; - bezposo_ch_en_A = mkA079 "" ; - bezpo_ch_ven_A = mkA076 "" ; - bezpo_ch_venost_N = mkN049 "" ; - bezpo_sht_aden_A = mkA079 "" ; - bezpo_sht_adnost_N = mkN049 "" ; - bezpraven_A = mkA079 "" ; - bezpravie_N = mkN072 "" ; - bezpredelen_A = mkA079 "" ; - bezpredelnost_N = mkN049 "" ; - bezpredmeten_A = mkA079 "" ; - bezpredmetnost_N = mkN049 "" ; - bezprekosloven_A = mkA079 "" ; - bezprep_ja_tstven_A = mkA076 "" ; - bezprep_ja_tstvenost_N = mkN049 "" ; - bezpretenciozen_A = mkA079 "" ; - bezpretencioznost_N = mkN049 "" ; - bezprecedenten_A = mkA079 "" ; - bezprizoren_A = mkA079 "" ; - bezprizornost_N = mkN049 "" ; - bezprimeren_A = mkA079 "" ; - bezprimesen_A = mkA079 "" ; - bezprincipen_A = mkA079 "" ; - bezprincipnost_N = mkN049 "" ; - bezpristrasten_A = mkA079 "" ; - bezpristrastie_N = mkN072 "" ; - bezpristrastnost_N = mkN049 "" ; - bezpri_ch_asten_A = mkA079 "" ; - bezpri_ch_inen_A = mkA079 "" ; - bezpri_ch_innost_N = mkN049 "" ; - bezpri_iu_ten_A = mkA079 "" ; - bezproblemen_A = mkA079 "" ; - bezprosveten_A = mkA079 "" ; - bezprotivore_ch_iv_A = mkA076 "" ; - bezpyten_A = mkA079 "" ; - bezpytie_N = mkN072 "" ; - bezpytica_N = mkN041 "" ; - bezpytnost_N = mkN049 "" ; - bezpytstvo_N = mkN054 "" ; - bezraboten_A = mkA079 "" ; - bezrabotica_N = mkN041 "" ; - bezradosten_A = mkA079 "" ; - bezradostnost_N = mkN049 "" ; - bezrazboren_A = mkA079 "" ; - bezrazbornost_N = mkN049 "" ; - bezrazli_ch_en_A = mkA079 "" ; - bezrazli_ch_ie_N = mkN072 "" ; - bezrazsyden_A = mkA079 "" ; - bezrazsydnost_N = mkN049 "" ; - bezrazsydstvo_N = mkN054 "" ; - bezrazsydstvuvam_V = stateV (mkV186 "") ; - bezrazsydstvuvane_N = mkN071 "" ; - bezreden_A = mkA079 "" ; - bezredie_N = mkN072 "" ; - bezredica_N = mkN041 "" ; - bezredov_A = mkA076 "" ; - bezrezerven_A = mkA079 "" ; - bezrezervnost_N = mkN049 "" ; - bezrezultaten_A = mkA079 "" ; - bezrezultatnost_N = mkN049 "" ; - bezrelsov_A = mkA076 "" ; - bezriskov_A = mkA076 "" ; - bezrog_A = mkA076 "" ; - bezroden_A = mkA079 "" ; - bezrodnik_N = mkN014a "" ; - bezrodstvenik_N = mkN014 "" ; - bezropoten_A = mkA079 "" ; - bezropotnost_N = mkN049 "" ; - bezryk_A = mkA076 "" ; - bezsemenen_A = mkA079 "" ; - bezsilen_A = mkA079 "" ; - bezsilie_N = mkN072 "" ; - bezsistemen_A = mkA079 "" ; - bezsistemnost_N = mkN049 "" ; - bezskrupulen_A = mkA079 "" ; - bezskrupulnost_N = mkN049 "" ; - bezslaven_A = mkA079 "" ; - bezsleden_A = mkA079 "" ; - bezslovesen_A = mkA079 "" ; - bezslovesnost_N = mkN049 "" ; - bezslyn_ch_ev_A = mkA076 "" ; - bezsmislen_A = mkA076 "" ; - bezsmislenost_N = mkN049 "" ; - bezsmislie_N = mkN072 "" ; - bezsmislica_N = mkN041 "" ; - bezsmyrten_A = mkA079 "" ; - bezsmyrtie_N = mkN072 "" ; - bezsmyrtnost_N = mkN049 "" ; - bezsne_zj_en_A = mkA079 "" ; - bezsolen_A = mkA079 "" ; - bezso_ch_en_A = mkA079 "" ; - bezspiren_A = mkA079 "" ; - bezsporen_A = mkA079 "" ; - bezspornost_N = mkN049 "" ; - bezsramen_A = mkA079 "" ; - bezsramie_N = mkN072 "" ; - bezsramnik_N = mkN014a "" ; - bezsramnica_N = mkN041 "" ; - bezsro_ch_en_A = mkA079 "" ; - bezstojnosten_A = mkA079 "" ; - bezstopanstven_A = mkA076 "" ; - bezstopanstvenost_N = mkN049 "" ; - bezstrasten_A = mkA079 "" ; - bezstrastie_N = mkN072 "" ; - bezstrastnost_N = mkN049 "" ; - bezstra_sh_en_A = mkA079 "" ; - bezstra_sh_ie_N = mkN072 "" ; - bezstra_sh_liv_A = mkA076 "" ; - bezsyvesten_A = mkA079 "" ; - bezsyvestnost_N = mkN049 "" ; - bezsydyr_zj_atelen_A = mkA079 "" ; - bezsydyr_zj_atelnost_N = mkN049 "" ; - bezsyznanie_N = mkN072 "" ; - bezsyznatelen_A = mkA079 "" ; - bezsyznatelnost_N = mkN049 "" ; - bezsymnen_A = mkA076 "" ; - bezsynen_A = mkA079 "" ; - bezsynie_N = mkN072 "" ; - bezsynica_N = mkN041 "" ; - bezsyrde_ch_en_A = mkA079 "" ; - bezsyrde_ch_ie_N = mkN072 "" ; - bezsyrde_ch_nost_N = mkN049 "" ; - bezsy_iu_zen_A = mkA079 "" ; - beztakti_ch_en_A = mkA079 "" ; - beztegloven_A = mkA079 "" ; - bezteglovnost_N = mkN049 "" ; - beztelesen_A = mkA079 "" ; - beztelesnost_N = mkN049 "" ; - beztrevo_zj_en_A = mkA079 "" ; - bezukoren_A = mkA079 "" ; - bezukoriznen_A = mkA076 "" ; - bezukoriznenost_N = mkN049 "" ; - bezukornost_N = mkN049 "" ; - bezumen_A = mkA079 "" ; - bezumec_N = mkN008a "" ; - bezumie_N = mkN072 "" ; - bezumstvam_V = stateV (mkV186 "") ; - bezumstvane_N = mkN071 "" ; - bezumstvo_N = mkN054 "" ; - bezumstvuvam_V = stateV (mkV186 "") ; - bezumstvuvane_N = mkN071 "" ; - bezupre_ch_en_A = mkA079 "" ; - bezupre_ch_nost_N = mkN049 "" ; - bezusloven_A = mkA079 "" ; - bezuslovnost_N = mkN049 "" ; - bezuspe_sh_en_A = mkA079 "" ; - bezuspe_sh_nost_N = mkN049 "" ; - bezute_sh_en_A = mkA079 "" ; - bezute_sh_nost_N = mkN049 "" ; - bezuh_A = mkA076 "" ; - bezuhanen_A = mkA079 "" ; - bezu_ch_asten_A = mkA079 "" ; - bezu_ch_astie_N = mkN072 "" ; - bezu_ch_astnost_N = mkN049 "" ; - bezformen_A = mkA076 "" ; - bezformenost_N = mkN049 "" ; - bezhaberen_A = mkA079 "" ; - bezhaberie_N = mkN072 "" ; - bezhabernik_N = mkN014a "" ; - bezharakteren_A = mkA079 "" ; - bezharakternost_N = mkN049 "" ; - bezhitrosten_A = mkA079 "" ; - bezhleben_A = mkA079 "" ; - bezcarstvie_N = mkN072 "" ; - bezcveten_A = mkA079 "" ; - bezcvetnost_N = mkN049 "" ; - bezcelen_A = mkA079 "" ; - bezcelnost_N = mkN049 "" ; - bezcenen_A = mkA079 "" ; - bezcenica_N = mkN041 "" ; - bezcennost_N = mkN049 "" ; - bezceremonen_A = mkA079 "" ; - bezceremonnost_N = mkN049 "" ; - bez_ch_estie_N = mkN072 "" ; - bez_ch_estnik_N = mkN014a "" ; - bez_ch_estnica_N = mkN041 "" ; - bez_ch_est_ja__V = stateV (mkV174 "") ; - bez_ch_eten_A = mkA079 "" ; - bez_ch_inen_A = mkA079 "" ; - bez_ch_instvam_V = stateV (mkV186 "") ; - bez_ch_instvane_N = mkN071 "" ; - bez_ch_instvo_N = mkN054 "" ; - bez_ch_instvuvam_V = stateV (mkV186 "") ; - bez_ch_instvuvane_N = mkN071 "" ; - bez_ch_islen_A = mkA076 "" ; - bez_ch_islenost_N = mkN049 "" ; - bez_ch_ove_ch_en_A = mkA079 "" ; - bez_ch_ove_ch_ie_N = mkN072 "" ; - bez_ch_ove_ch_nost_N = mkN049 "" ; - bez_ch_uvstven_A = mkA076 "" ; - bez_ch_uvstvenost_N = mkN049 "" ; - bez_ch_uvstvie_N = mkN072 "" ; - bez_sh_umen_A = mkA079 "" ; - bez_sh_umnost_N = mkN049 "" ; - bez_ja_dren_A = mkA076 "" ; - bej_N = mkN032a "" ; - bejzbol_N = mkN040a "" ; - bejzbolen_A = mkA079 "" ; - bejov_A = mkA076 "" ; - bejski_A = mkA078 "" ; - bekar_N = mkN007 "" ; - bekas_N = mkN007 "" ; - bekon_N = mkN007 "" ; - bek_ja_r_N = mkN007 "" ; - bek_ja_rin_N = mkN018 "" ; - bek_ja_rski_A = mkA078 "" ; - bek_ja_rstvam_V = stateV (mkV186 "") ; - bek_ja_rstvane_N = mkN071 "" ; - bek_ja_rstvo_N = mkN054 "" ; - bel_N = mkN001 "" ; - beladona_N = mkN041 "" ; - bela_ch__N = mkN007 "" ; - bela_ch_ka_N = mkN041 "" ; - belgiec_N = mkN013 "" ; - belgijka_N = mkN041 "" ; - belgijski_A = mkA078 "" ; - belgradski_A = mkA078 "" ; - beleg_N = mkN015 "" ; - bele_zj_a_V = stateV (mkV183 "") ; - bele_zj_it_A = mkA076 "" ; - bele_zj_itost_N = mkN049 "" ; - bele_zj_ka_N = mkN041 "" ; - bele_zj_kar_N = mkN031a "" ; - bele_zj_karstvo_N = mkN054 "" ; - bele_zj_nik_N = mkN014 "" ; - beleznikav_A = mkA076 "" ; - beleznica_N = mkN041 "" ; - belene_N = mkN065 "" ; - beletrist_N = mkN007 "" ; - beletristika_N = mkN041 "" ; - beletristi_ch_en_A = mkA079 "" ; - bele_ja__V = stateV (mkV160 "") ; - belilen_A = mkA079 "" ; - belilka_N = mkN041 "" ; - belilo_N = mkN054 "" ; - belina_N = mkN041 "" ; - belka_N = mkN041 "" ; - belobrad_A = mkA076 "" ; - belova_N = mkN041 "" ; - belovlas_N = mkN007 "" ; - belogvardeec_N = mkN013 "" ; - belogvardejski_A = mkA078 "" ; - beloglav_A = mkA076 "" ; - belograd_ch_i_sh_ki_A = mkA078 "" ; - belodroben_A = mkA079 "" ; - beloko_zj__A = mkA076 "" ; - belokor_N = mkN007 "" ; - belokos_A = mkA076 "" ; - belokril_A = mkA076 "" ; - belolik_A = mkA076 "" ; - belomorec_N = mkN008a "" ; - belonog_A = mkA076 "" ; - beloperka_N = mkN041 "" ; - belorusin_N = mkN018 "" ; - beloruski_A = mkA078 "" ; - belosvam_V = actionV (mkV186 "") (mkV186 "") ; - belosvane_N = mkN071 "" ; - belosne_zj_en_A = mkA079 "" ; - belot_N = mkN007 "" ; - belota_N = mkN041 "" ; - belo_ch_el_A = mkA076 "" ; - beltyk_N = mkN014 "" ; - belty_ch_en_A = mkA079 "" ; - belty_ch_ina_N = mkN041 "" ; - belxo_N = mkN065 "" ; - bel_ja__V = stateV (mkV173 "") ; - bel_ja_zane_N = mkN071 "" ; - bel_ja_nka_N = mkN041 "" ; - bemol_N = mkN007 "" ; - bengalec_N = mkN008a "" ; - bengalka_N = mkN041 "" ; - bengalski_A = mkA078 "" ; - benefis_N = mkN007 "" ; - beneficient_N = mkN007 "" ; - benzin_N = mkN007 "" ; - benzinen_A = mkA079 "" ; - benzinov_A = mkA076 "" ; - benzinostanci_ja__N = mkN047 "" ; - benzol_N = mkN007 "" ; - benzolen_A = mkA079 "" ; - benka_N = mkN041 "" ; - bent_N = mkN001 "" ; - bera_V = stateV (mkV170 "") ; - bera_ch__N = mkN007b "" ; - bera_ch_ka_N = mkN041 "" ; - berbat_A = mkA076 "" ; - berber_N = mkN007 "" ; - berberin_N = mkN018 "" ; - bereket_N = mkN007 "" ; - bereketen_A = mkA079 "" ; - beritba_N = mkN041 "" ; - berlinski_A = mkA078 "" ; - berlin_ch_anin_N = mkN018 "" ; - berlin_ch_anka_N = mkN041 "" ; - bermudski_A = mkA078 "" ; - bertoletov_A = mkA076 "" ; - beseda_N = mkN041 "" ; - besedvam_V = stateV (mkV186 "") ; - besedvane_N = mkN071 "" ; - besedka_N = mkN041 "" ; - besed_ch_ik_N = mkN014a "" ; - besen_A = mkA084 "" ; - besene_N = mkN065 "" ; - besilka_N = mkN041 "" ; - besne_ja__V = stateV (mkV160 "") ; - bestselyr_N = mkN007 "" ; - besuvam_V = stateV (mkV186 "") ; - besuvane_N = mkN071 "" ; - bes_ja__V = stateV (mkV173 "") ; - beta_N = mkN041 "" ; - beton_N = mkN007 "" ; - betond_zj_i_ja__N = mkN039 "" ; - betonen_A = mkA079 "" ; - betoniram_V = stateV (mkV186 "") ; - betonirane_N = mkN071 "" ; - betonobyrka_ch_ka_N = mkN041 "" ; - betonov_A = mkA076 "" ; - betonovoz_N = mkN007 "" ; - be_sh_amel_N = mkN007 "" ; - biberon_N = mkN007 "" ; - biberon_ch_e_N = mkN065 "" ; - bibikam_V = stateV (mkV186 "") ; - bibikane_N = mkN071 "" ; - biblejski_A = mkA078 "" ; - bibliograf_N = mkN007a "" ; - bibliografi_ch_en_A = mkA079 "" ; - bibliografi_ja__N = mkN047 "" ; - bibliografski_A = mkA078 "" ; - biblioman_N = mkN007 "" ; - bibliomani_ja__N = mkN047 "" ; - biblioteka_N = mkN041 "" ; - bibliotekar_N = mkN031a "" ; - bibliotekarka_N = mkN041 "" ; - bibliotekarski_A = mkA078 "" ; - bibliotekarstvo_N = mkN054 "" ; - bibliotekoznanie_N = mkN072 "" ; - bibliote_ch_en_A = mkA079 "" ; - bibliofil_N = mkN007a "" ; - bibliofilka_N = mkN041 "" ; - bibli_ja__N = mkN047 "" ; - bivak_N = mkN014 "" ; - bivam_V = stateV (mkV186 "") ; - bivane_N = mkN071 "" ; - biva_ch_en_A = mkA079 "" ; - bivnik_N = mkN018a "" ; - bivol_N = mkN007 "" ; - bivolar_N = mkN031a "" ; - bivolarka_N = mkN041 "" ; - bivolica_N = mkN041 "" ; - bivolski_A = mkA078 "" ; - bivol_ch_e_N = mkN065 "" ; - biv_sh__A = mkA076 "" ; - bigami_ja__N = mkN047 "" ; - bigor_N = mkN007 "" ; - bigoren_A = mkA079 "" ; - bidon_N = mkN007 "" ; - bienale_N = mkN065 "" ; - biene_N = mkN065 "" ; - bi_zj_u_N = mkN073 "" ; - bi_zj_uter_N = mkN007 "" ; - bi_zj_uterien_A = mkA085 "" ; - bi_zj_uteri_ja__N = mkN047 "" ; - bi_zj_uterski_A = mkA078 "" ; - biznes_N = mkN007 "" ; - biznesabonat_N = mkN007 "" ; - biznesadministraci_ja__N = mkN047 "" ; - biznesaktivnost_N = mkN049 "" ; - biznesambici_ja__N = mkN047 "" ; - biznesanketa_N = mkN041 "" ; - biznesapetit_N = mkN007 "" ; - biznesasociaci_ja__N = mkN047 "" ; - biznesbiografi_ja__N = mkN047 "" ; - biznesblok_N = mkN001 "" ; - biznesbrat_N = mkN025 "" ; - biznesbratstvo_N = mkN054 "" ; - biznesveli_ch_ie_N = mkN072 "" ; - biznesviza_N = mkN041 "" ; - biznesvryzka_N = mkN041 "" ; - biznesvyzmo_zj_nost_N = mkN049 "" ; - biznesgrupirovka_N = mkN041 "" ; - biznesdama_N = mkN041a "" ; - biznesdejnost_N = mkN049 "" ; - biznesdelegat_N = mkN007 "" ; - biznesdelegaci_ja__N = mkN047 "" ; - biznesdelo_N = mkN054 "" ; - bizneselit_N = mkN040a "" ; - biznesizbranik_N = mkN014 "" ; - biznesinteres_N = mkN007 "" ; - biznesklasa_N = mkN041 "" ; - biznesklient_N = mkN007 "" ; - biznesklimat_N = mkN007 "" ; - biznesklub_N = mkN001 "" ; - bizneskontakt_N = mkN007 "" ; - bizneslider_N = mkN007 "" ; - bizneslogika_N = mkN041 "" ; - biznesmen_N = mkN007 "" ; - biznesmenski_A = mkA078 "" ; - biznesmodel_N = mkN007 "" ; - biznesna_ch_inanie_N = mkN072 "" ; - biznesplan_N = mkN001 "" ; - biznesplanirane_N = mkN071 "" ; - biznesprograma_N = mkN041 "" ; - biznesproekt_N = mkN007 "" ; - biznescikyl_N = mkN009 "" ; - bizon_N = mkN007 "" ; - bik_N = mkN001 "" ; - bikarbonat_N = mkN007 "" ; - bikvadrat_N = mkN007 "" ; - bikvadraten_A = mkA079 "" ; - bikoborec_N = mkN008a "" ; - bikoborstvo_N = mkN054 "" ; - bikoglav_A = mkA076 "" ; - bilabialen_A = mkA079 "" ; - bilateralen_A = mkA079 "" ; - bilbord_N = mkN001 "" ; - bile_N = mkN065 "" ; - bilet_N = mkN007 "" ; - bileten_A = mkA079 "" ; - biletoprodava_ch__N = mkN007a "" ; - bilion_N = mkN007 "" ; - bilionen_A = mkA079 "" ; - bilka_N = mkN041 "" ; - bilkar_N = mkN031a "" ; - bilkarka_N = mkN041 "" ; - bilkarski_A = mkA078 "" ; - bilkobera_ch__N = mkN007b "" ; - bilkov_A = mkA076 "" ; - bilkoproizvoditel_N = mkN031a "" ; - bilo_N = mkN054 "" ; - bil_iu_k_N = mkN014 "" ; - bil_ja_rd_N = mkN007 "" ; - bil_ja_rden_A = mkA079 "" ; - bimetalen_A = mkA079 "" ; - bimetalizym_N = mkN011 "" ; - bimetali_ch_en_A = mkA079 "" ; - binaren_A = mkA079 "" ; - bingo_N = mkN065 "" ; - binokul_ja_ren_A = mkA079 "" ; - binokyl_N = mkN009 "" ; - binom_N = mkN007 "" ; - bint_N = mkN001 "" ; - bintovam_V = stateV (mkV186 "") ; - bintovane_N = mkN071 "" ; - bioavtomatika_N = mkN041 "" ; - biogeneza_N = mkN041 "" ; - biogenezis_N = mkN007 "" ; - biogenen_A = mkA079 "" ; - biogeneti_ch_en_A = mkA079 "" ; - biograf_N = mkN007a "" ; - biografi_ch_en_A = mkA079 "" ; - biografi_ch_eski_A = mkA078 "" ; - biografi_ja__N = mkN047 "" ; - biografski_A = mkA078 "" ; - bioekologi_ja__N = mkN047 "" ; - bioetika_N = mkN041 "" ; - bioza_sht_ita_N = mkN041 "" ; - biokataliza_N = mkN041 "" ; - biokataliti_ch_en_A = mkA079 "" ; - biokomp_iu_tyr_N = mkN009 "" ; - biokomp_iu_tyren_A = mkA079 "" ; - biolog_N = mkN015 "" ; - biologizaci_ja__N = mkN047 "" ; - biologi_ch_en_A = mkA079 "" ; - biologi_ch_eski_A = mkA078 "" ; - biologi_ja__N = mkN047 "" ; - biolo_zj_ka_N = mkN041 "" ; - biolo_zj_ki_A = mkA078 "" ; - biolokator_N = mkN007 "" ; - biolokaci_ja__N = mkN047 "" ; - biomedicinski_A = mkA078 "" ; - biometri_ja__N = mkN047 "" ; - biomehanika_N = mkN041 "" ; - biomehani_ch_en_A = mkA079 "" ; - biomicin_N = mkN007 "" ; - bionika_N = mkN041 "" ; - bioplazma_N = mkN041 "" ; - bioplazmen_A = mkA076 "" ; - biopole_N = mkN065 "" ; - biopsi_ja__N = mkN047 "" ; - biorazgra_zj_da_sht__A = mkA076 "" ; - bioritym_N = mkN009 "" ; - biorobot_N = mkN007 "" ; - bioskop_N = mkN007 "" ; - biostimulator_N = mkN007 "" ; - biostimulaci_ja__N = mkN047 "" ; - biosferen_A = mkA079 "" ; - biotok_N = mkN001 "" ; - biofizik_N = mkN014 "" ; - biofizika_N = mkN041 "" ; - biofiltyr_N = mkN009 "" ; - biohimik_N = mkN014 "" ; - biohimi_ch_en_A = mkA079 "" ; - biohimi_ch_eski_A = mkA078 "" ; - biohimi_ja__N = mkN047 "" ; - biplan_N = mkN007 "" ; - bipol_ja_ren_A = mkA079 "" ; - bipol_ja_rnost_N = mkN049 "" ; - bira_N = mkN041 "" ; - birari_ja__N = mkN047 "" ; - biren_A = mkA076 "" ; - birmanec_N = mkN008a "" ; - birmanka_N = mkN041 "" ; - birmanski_A = mkA078 "" ; - birnik_N = mkN014 "" ; - birni_ch_eski_A = mkA078 "" ; - bis_N = mkN001 "" ; - biseksualen_A = mkA079 "" ; - bisektrisa_N = mkN041 "" ; - biser_N = mkN007 "" ; - biseren_A = mkA079 "" ; - biser_ch_e_N = mkN065 "" ; - biskvita_N = mkN041 "" ; - biskviten_A = mkA076 "" ; - biskvitka_N = mkN041 "" ; - bismut_N = mkN007 "" ; - bistrina_N = mkN041 "" ; - bistrostruen_A = mkA085 "" ; - bistrota_N = mkN041 "" ; - bistr_ja__V = stateV (mkV173 "") ; - bistyr_A = mkA080 "" ; - bisulfat_N = mkN007 "" ; - bisulfit_N = mkN007 "" ; - bit_A = mkA076 "" ; - bitie_N = mkN072 "" ; - bitka_N = mkN041 "" ; - bitnost_N = mkN049 "" ; - bitov_A = mkA076 "" ; - bitpazar_N = mkN007 "" ; - bituminozen_A = mkA079 "" ; - bifokalen_A = mkA079 "" ; - biftek_N = mkN014 "" ; - bifurkaci_ja__N = mkN047 "" ; - biceps_N = mkN007 "" ; - bi_ch__N = mkN001 "" ; - bi_ch_a_V = stateV (mkV176 "") ; - bi_ch_e_N = mkN065 "" ; - bi_ch_ene_N = mkN071 "" ; - bi_ch_kid_zj_ijnica_N = mkN041 "" ; - bi_ch_ki_ja__N = mkN047 "" ; - bi_ch_me_N = mkN065 "" ; - bi_ch_uvam_V = stateV (mkV186 "") ; - bi_ch_uvane_N = mkN071 "" ; - bi_sh_kane_N = mkN071 "" ; - bi_sh_kota_N = mkN041 "" ; - bi_sh_nat_A = mkA076 "" ; - bi_ja__V = stateV (mkV163 "") ; - bi_ja__ch__N = mkN007 "" ; - bi_ja__ch_ka_N = mkN041 "" ; - blag_A = mkA076 "" ; - blagina_N = mkN041 "" ; - blago_N = mkN054 "" ; - blagoveren_A = mkA079 "" ; - blagovest_N = mkN007 "" ; - blagove_sht_enie_N = mkN072 "" ; - blagoviden_A = mkA079 "" ; - blagovidnost_N = mkN049 "" ; - blagovolenie_N = mkN072 "" ; - blagovol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - blagovol_ja_vane_N = mkN071 "" ; - blagovonen_A = mkA079 "" ; - blagovonie_N = mkN072 "" ; - blagovremenen_A = mkA079 "" ; - blagovyzpitan_A = mkA076 "" ; - blagovyzpitanie_N = mkN072 "" ; - blagovyzpitanost_N = mkN049 "" ; - blagogoveen_A = mkA085 "" ; - blagogoveene_N = mkN065 "" ; - blagogovenie_N = mkN072 "" ; - blagogove_ja__V = stateV (mkV160 "") ; - blagodaren_A = mkA079 "" ; - blagodarnost_N = mkN049 "" ; - blagodarstven_A = mkA076 "" ; - blagodat_N = mkN049 "" ; - blagodaten_A = mkA079 "" ; - blagodenstvie_N = mkN072 "" ; - blagodenstvuvam_V = actionV (mkV186 "") (mkV174 "") ; - blagodenstvuvane_N = mkN071 "" ; - blagodetel_N = mkN031a "" ; - blagodetelen_A = mkA079 "" ; - blagodetelka_N = mkN041 "" ; - blagodetelnost_N = mkN049 "" ; - blagode_ja_nie_N = mkN072 "" ; - blagodu_sh_en_A = mkA079 "" ; - blagodu_sh_ie_N = mkN072 "" ; - blago_zj_elanie_N = mkN072 "" ; - blago_zj_elatel_N = mkN031a "" ; - blago_zj_elatelen_A = mkA079 "" ; - blagozvu_ch_en_A = mkA079 "" ; - blagozvu_ch_ie_N = mkN072 "" ; - blagozvu_ch_nost_N = mkN049 "" ; - blagonade_zj_den_A = mkA079 "" ; - blagonade_zj_dnost_N = mkN049 "" ; - blagonameren_A = mkA079 "" ; - blagonraven_A = mkA079 "" ; - blagonravie_N = mkN072 "" ; - blagoobrazen_A = mkA079 "" ; - blagoomaen_A = mkA085 "" ; - blagopo_zj_elavam_V = stateV (mkV186 "") ; - blagopo_zj_elavane_N = mkN071 "" ; - blagopo_zj_elanie_N = mkN072 "" ; - blagopolu_ch_en_A = mkA079 "" ; - blagopolu_ch_ie_N = mkN072 "" ; - blagoprili_ch_en_A = mkA079 "" ; - blagoprili_ch_ie_N = mkN072 "" ; - blagopristoen_A = mkA085 "" ; - blagopristojnost_N = mkN049 "" ; - blagopri_ja_ten_A = mkA079 "" ; - blagopri_ja_tnost_N = mkN049 "" ; - blagopri_ja_tstvam_V = stateV (mkV186 "") ; - blagopri_ja_tstvuvam_V = stateV (mkV186 "") ; - blagopri_ja_tstvuvane_N = mkN071 "" ; - blagorazpolo_zj_ane_N = mkN071 "" ; - blagorazpolo_zj_en_A = mkA076 "" ; - blagorazpolo_zj_enie_N = mkN072 "" ; - blagorazpolo_zj_enost_N = mkN049 "" ; - blagorazumen_A = mkA079 "" ; - blagorazumie_N = mkN072 "" ; - blagoroden_A = mkA079 "" ; - blagorodie_N = mkN072 "" ; - blagorodnik_N = mkN014a "" ; - blagorodnica_N = mkN041 "" ; - blagorodni_ch_eski_A = mkA078 "" ; - blagorodni_ch_estvo_N = mkN054 "" ; - blagorodni_ch_ka_N = mkN041 "" ; - blagorodstvo_N = mkN054 "" ; - blagosklonen_A = mkA079 "" ; - blagosklonnost_N = mkN049 "" ; - blagoslav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - blagoslav_ja_ne_N = mkN071 "" ; - blagoslov_N = mkN007a "" ; - blagosloven_A = mkA079 "" ; - blagoslovenie_N = mkN072 "" ; - blagoslovi_ja__N = mkN047 "" ; - blagost_N = mkN049 "" ; - blagosysto_ja_nie_N = mkN072 "" ; - blagotvoren_A = mkA079 "" ; - blagotvoritel_N = mkN031a "" ; - blagotvoritelen_A = mkA079 "" ; - blagotvoritelka_N = mkN041 "" ; - blagotvoritelnost_N = mkN049 "" ; - blagousmotrenie_N = mkN072 "" ; - blagoustroen_A = mkA076 "" ; - blagoustrojvam_V = actionV (mkV186 "") (mkV175 "") ; - blagoustrojvane_N = mkN071 "" ; - blagoustrojstvo_N = mkN054 "" ; - blagoustro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - blagoustro_ja_vane_N = mkN071 "" ; - blagoutrobie_N = mkN072 "" ; - blagouhaen_A = mkA085 "" ; - blagouhanen_A = mkA079 "" ; - blagouhanie_N = mkN072 "" ; - blagouhannost_N = mkN049 "" ; - blagouha_ja__V = stateV (mkV162 "") ; - blago_ch_estiv_A = mkA076 "" ; - blago_ch_estie_N = mkN072 "" ; - blago_ch_inen_A = mkA079 "" ; - blago_ch_innost_N = mkN049 "" ; - bla_zj_a_V = stateV (mkV176 "") ; - bla_zj_en_A = mkA079 "" ; - bla_zj_enopo_ch_iva_sht__A = mkA076 "" ; - bla_zj_enstvam_V = stateV (mkV186 "") ; - bla_zj_enstvo_N = mkN054 "" ; - bla_zj_enstvuvam_V = stateV (mkV186 "") ; - bla_zj_enstvuvane_N = mkN071 "" ; - bla_zj_nina_N = mkN041 "" ; - blazn_ja__V = stateV (mkV173 "") ; - blamiram_V = stateV (mkV186 "") ; - blamirane_N = mkN071 "" ; - blanka_N = mkN041 "" ; - blankov_A = mkA076 "" ; - blaster_N = mkN007 "" ; - blasteren_A = mkA079 "" ; - blaten_A = mkA079 "" ; - blatist_A = mkA076 "" ; - blatni_ch_e_N = mkN065 "" ; - blato_N = mkN054 "" ; - bled_A = mkA076 "" ; - bleden_A = mkA079 "" ; - bledne_ja__V = stateV (mkV160 "") ; - blednina_N = mkN041 "" ; - bledni_ch_yk_A = mkA080 "" ; - blednost_N = mkN049 "" ; - blednota_N = mkN041 "" ; - bledo_zj_ylt_A = mkA076 "" ; - bledo_zj_yltenikav_A = mkA076 "" ; - bledozelen_A = mkA076 "" ; - bledozlatist_A = mkA076 "" ; - bledokaf_ja_v_A = mkA076 "" ; - bledolik_A = mkA076 "" ; - bledolilav_A = mkA076 "" ; - bledomorav_A = mkA076 "" ; - bledorozov_A = mkA076 "" ; - bledosin_A = mkA086 "" ; - bledost_N = mkN049 "" ; - bleene_N = mkN065 "" ; - blejzyr_N = mkN007 "" ; - blenda_N = mkN041 "" ; - blenuvam_V = stateV (mkV186 "") ; - blenuvane_N = mkN071 "" ; - bleskavina_N = mkN041 "" ; - blesna_V = stateV (mkV152 "") ; - blestene_N = mkN071 "" ; - blest_ja__V = stateV (mkV177 "") ; - ble_sht_ukam_V = actionV (mkV186 "") (mkV173 "") ; - ble_sht_ukane_N = mkN071 "" ; - ble_ja__V = stateV (mkV160 "") ; - bli_zj_a_V = stateV (mkV156 "") ; - bli_zj_en_A = mkA079 "" ; - blizalce_N = mkN066 "" ; - blizane_N = mkN065 "" ; - blizvam_V = actionV (mkV186 "") (mkV152 "") ; - blizvane_N = mkN071 "" ; - blizi_ch_yk_A = mkA080 "" ; - blizkovremenen_A = mkA079 "" ; - blizkoizto_ch_en_A = mkA079 "" ; - blizkorodstven_A = mkA076 "" ; - blizkosto_ja__sht__A = mkA076 "" ; - bliznak_N = mkN014 "" ; - blizna_ch_e_N = mkN065 "" ; - blizna_ch_ka_N = mkN041 "" ; - blizna_sh_ki_A = mkA078 "" ; - bliznene_N = mkN071 "" ; - blizn_ja__V = stateV (mkV174 "") ; - blizole_zj_a_sht__A = mkA076 "" ; - blizost_N = mkN049 "" ; - blizyk_A = mkA080 "" ; - blikam_V = actionV (mkV186 "") (mkV152 "") ; - blikane_N = mkN071 "" ; - blikvam_V = stateV (mkV186 "") ; - blikvane_N = mkN071 "" ; - blinda_zj__N = mkN007 "" ; - blindiram_V = stateV (mkV186 "") ; - blindirane_N = mkN071 "" ; - blok_N = mkN001 "" ; - blokada_N = mkN041 "" ; - bloka_zj__N = mkN007 "" ; - blokiram_V = stateV (mkV186 "") ; - blokirane_N = mkN071 "" ; - blokirovka_N = mkN041 "" ; - blokov_A = mkA076 "" ; - blokpost_N = mkN001 "" ; - blok_ch_e_N = mkN065 "" ; - blok_sh_rift_N = mkN001 "" ; - blondin_N = mkN007 "" ; - blondinka_N = mkN041 "" ; - bluden_A = mkA079 "" ; - bludkav_A = mkA076 "" ; - bludkavina_N = mkN041 "" ; - bludkavost_N = mkN049 "" ; - bludnik_N = mkN014 "" ; - bludnica_N = mkN041 "" ; - bludni_ch_eski_A = mkA078 "" ; - bludni_ch_estvo_N = mkN054 "" ; - bludstven_A = mkA076 "" ; - bludstvo_N = mkN054 "" ; - bludstvuvam_V = stateV (mkV186 "") ; - bludstvuvane_N = mkN071 "" ; - blu_zj_daene_N = mkN065 "" ; - blu_zj_da_ja__V = stateV (mkV161 "") ; - bluza_N = mkN041 "" ; - bluzka_N = mkN041 "" ; - blysvam_V = actionV (mkV186 "") (mkV152 "") ; - blysvane_N = mkN071 "" ; - blyskam_V = stateV (mkV186 "") ; - blyskane_N = mkN071 "" ; - blyskanica_N = mkN041 "" ; - blyf_N = mkN001 "" ; - blyfiram_V = stateV (mkV186 "") ; - blyfirane_N = mkN071 "" ; - blyfxor_N = mkN007 "" ; - bl_iu_do_N = mkN054 "" ; - bl_iu_dolizec_N = mkN008a "" ; - bl_iu_dolizni_ch_a_V = stateV (mkV176 "") ; - bl_iu_dolizni_ch_eski_A = mkA078 "" ; - bl_iu_dolizni_ch_estvo_N = mkN054 "" ; - bl_iu_stitel_N = mkN031a "" ; - bl_ja_n_N = mkN001 "" ; - bl_ja_svam_V = stateV (mkV186 "") ; - bl_ja_svane_N = mkN071 "" ; - bl_ja_skav_A = mkA076 "" ; - bl_ja_skavost_N = mkN049 "" ; - bl_ja_skam_V = stateV (mkV186 "") ; - bl_ja_skane_N = mkN071 "" ; - bl_ja_syk_N = mkN014 "" ; - boaz_N = mkN007 "" ; - bob_N = mkN001 "" ; - boben_A = mkA076 "" ; - bobina_N = mkN041 "" ; - bobina_zj__N = mkN007 "" ; - bobov_A = mkA076 "" ; - boboviden_A = mkA079 "" ; - bobonka_N = mkN041 "" ; - bobotene_N = mkN071 "" ; - bobot_ja__V = stateV (mkV173 "") ; - bobrov_A = mkA076 "" ; - bobslej_N = mkN032 "" ; - bob_ch_e_N = mkN065 "" ; - bobyr_N = mkN009 "" ; - bog_N = mkN001 "" ; - bogat_A = mkA076 "" ; - bogata_sh__N = mkN007 "" ; - bogata_sh_ki_A = mkA078 "" ; - bogate_ja__V = stateV (mkV160 "") ; - bogatski_A = mkA078 "" ; - bogatstvo_N = mkN054 "" ; - bogin_ja__N = mkN047 "" ; - bogoborec_N = mkN008a "" ; - bogoborstvo_N = mkN054 "" ; - bogobo_ja_zliv_A = mkA076 "" ; - bogobo_ja_zlivost_N = mkN049 "" ; - bogobo_ja_zyn_N = mkN049 "" ; - bogovdyhnoven_A = mkA076 "" ; - bogoizbran_A = mkA076 "" ; - bogoizbranik_N = mkN014a "" ; - bogomil_N = mkN007 "" ; - bogomilski_A = mkA078 "" ; - bogomilstvo_N = mkN054 "" ; - bogomolec_N = mkN008a "" ; - bogomolka_N = mkN041 "" ; - bogootstypnik_N = mkN014a "" ; - bogootstypni_ch_eski_A = mkA078 "" ; - bogootstypni_ch_estvo_N = mkN054 "" ; - bogopodoben_A = mkA079 "" ; - bogopomazan_A = mkA076 "" ; - bogopo_ch_itanie_N = mkN072 "" ; - bogorodica_N = mkN041b "" ; - bogorodi_ch_e_N = mkN065 "" ; - bogorodi_ch_en_A = mkA079 "" ; - bogorodi_ch_ka_N = mkN041b "" ; - bogoslov_N = mkN007a "" ; - bogoslovie_N = mkN072 "" ; - bogoslovski_A = mkA078 "" ; - bogoslu_zj_eben_A = mkA079 "" ; - bogoslu_zj_enie_N = mkN072 "" ; - bogoslu_zj_itel_N = mkN031a "" ; - bogotvorene_N = mkN071 "" ; - bogotvorenie_N = mkN072 "" ; - bogotvor_ja__V = stateV (mkV174 "") ; - bogoubiec_N = mkN013 "" ; - bogoubijstvo_N = mkN054 "" ; - bogougoden_A = mkA079 "" ; - bogougodnik_N = mkN014 "" ; - bogohulen_A = mkA079 "" ; - bogohulnik_N = mkN014a "" ; - bogohulstvam_V = stateV (mkV186 "") ; - bogohulstvo_N = mkN054 "" ; - bogohulstvuvam_V = stateV (mkV186 "") ; - bogohulstvuvane_N = mkN071 "" ; - bogo_ja_vlenie_N = mkN072 "" ; - bod_N = mkN001 "" ; - boda_V = stateV (mkV145 "") ; - bodvam_V = actionV (mkV186 "") (mkV152 "") ; - bodvane_N = mkN071 "" ; - bode_zj__N = mkN007 "" ; - bodigard_N = mkN001 "" ; - bodil_N = mkN007 "" ; - bodil_ch_e_N = mkN065 "" ; - bodliv_A = mkA076 "" ; - bodlivka_N = mkN041 "" ; - bodlivost_N = mkN049 "" ; - bodloko_zj__A = mkA076 "" ; - bodrost_N = mkN049 "" ; - bodyr_A = mkA080 "" ; - bodyrstvam_V = stateV (mkV186 "") ; - bodyrstvane_N = mkN071 "" ; - bodyrstvuvam_V = stateV (mkV186 "") ; - bodyrstvuvane_N = mkN071 "" ; - boevi_A = mkA078 "" ; - boen_A = mkA085 "" ; - boepripas_N = mkN007 "" ; - boesposoben_A = mkA079 "" ; - boesposobnost_N = mkN049 "" ; - boec_N = mkN013 "" ; - bo_zj_estven_A = mkA076 "" ; - bo_zj_estvenost_N = mkN049 "" ; - bo_zj_estvo_N = mkN054 "" ; - bo_zj_i_A = mkA078 "" ; - bo_zj_ie_N = mkN072 "" ; - bo_zj_ur_N = mkN007 "" ; - bo_zj_urov_A = mkA076 "" ; - boza_N = mkN041 "" ; - bozav_A = mkA076 "" ; - bozavokaf_ja_v_A = mkA076 "" ; - bozad_zj_ijnica_N = mkN041 "" ; - bozad_zj_i_ja__N = mkN039 "" ; - bozaene_N = mkN071 "" ; - bozajnik_N = mkN014 "" ; - bozajni_ch_e_N = mkN065 "" ; - boza_ja__V = stateV (mkV161 "") ; - bozdugan_N = mkN007 "" ; - bozka_N = mkN041 "" ; - boj_N = mkN028 "" ; - bojkost_N = mkN049 "" ; - bojkot_N = mkN007 "" ; - bojkotiram_V = stateV (mkV186 "") ; - bojkotirane_N = mkN071 "" ; - bojler_N = mkN007 "" ; - bojnik_N = mkN014 "" ; - bojnica_N = mkN041 "" ; - bojskaut_N = mkN007 "" ; - bokal_N = mkN007 "" ; - bokluk_N = mkN014 "" ; - bokluk_ch_ijski_A = mkA078 "" ; - bokluk_ch_i_ja__N = mkN039 "" ; - boklu_ch_a_V = stateV (mkV176 "") ; - boklu_ch_av_A = mkA076 "" ; - boks_N = mkN001 "" ; - boksiram_V = stateV (mkV186 "") ; - boksirane_N = mkN071 "" ; - boksov_A = mkA076 "" ; - boksoniera_N = mkN041 "" ; - boksuvam_V = stateV (mkV186 "") ; - boksuvane_N = mkN071 "" ; - boksxor_N = mkN007a "" ; - boksxorski_A = mkA078 "" ; - boleduvam_V = stateV (mkV186 "") ; - boleduvane_N = mkN071 "" ; - bole_zj_ka_N = mkN041 "" ; - boleznen_A = mkA076 "" ; - boleznenost_N = mkN049 "" ; - bolen_A = mkA079 "" ; - bolero_N = mkN054 "" ; - bolest_N = mkN049 "" ; - bolesten_A = mkA079 "" ; - bolestotvoren_A = mkA079 "" ; - bole_ja__V = stateV (mkV160 "") ; - bolid_N = mkN007 "" ; - bolka_N = mkN041 "" ; - bolkouspokoitelen_A = mkA079 "" ; - bolkouspoko_ja_va_sht__A = mkA076 "" ; - bolnav_A = mkA076 "" ; - bolnavost_N = mkN049 "" ; - bolnik_N = mkN014 "" ; - bolnica_N = mkN041 "" ; - bolni_ch_av_A = mkA076 "" ; - bolni_ch_ar_N = mkN031a "" ; - bolni_ch_en_A = mkA079 "" ; - bolni_ch_yk_A = mkA080 "" ; - bolnogleda_ch__N = mkN007a "" ; - bolnogleda_ch_ka_N = mkN041 "" ; - bolonka_N = mkN041 "" ; - bolt_N = mkN001 "" ; - bol_sh_evizaci_ja__N = mkN047 "" ; - bol_sh_eviziram_V = stateV (mkV186 "") ; - bol_sh_evizirane_N = mkN071 "" ; - bol_sh_evizym_N = mkN011 "" ; - bol_sh_evik_N = mkN007 "" ; - bol_sh_evi_ch_ka_N = mkN041 "" ; - bol_sh_evi_sh_ki_A = mkA078 "" ; - bol_sh_instvo_N = mkN054 "" ; - bol_ja_rin_N = mkN018 "" ; - bol_ja_rka_N = mkN041 "" ; - bol_ja_rski_A = mkA078 "" ; - bol_ja_rstvo_N = mkN054 "" ; - bomba_N = mkN041 "" ; - bombandiram_V = stateV (mkV186 "") ; - bombandirane_N = mkN071 "" ; - bombardir_N = mkN007 "" ; - bombardiram_V = stateV (mkV186 "") ; - bombardirane_N = mkN071 "" ; - bombardirova_ch__N = mkN007 "" ; - bombardirovka_N = mkN041 "" ; - bombardirovy_ch_en_A = mkA079 "" ; - bombasti_ch_en_A = mkA079 "" ; - bombasti_ch_nost_N = mkN049 "" ; - bombe_N = mkN065 "" ; - bomben_A = mkA076 "" ; - bombi_ch_ka_N = mkN041 "" ; - bomboustoj_ch_iv_A = mkA076 "" ; - bombohvyrga_ch__N = mkN007 "" ; - bombohvyrga_ch_ka_N = mkN041 "" ; - bon_N = mkN001 "" ; - bonbon_N = mkN007 "" ; - bonbonen_A = mkA079 "" ; - bonboniera_N = mkN041 "" ; - bonbon_ch_e_N = mkN065 "" ; - bone_N = mkN065 "" ; - bonifikaci_ja__N = mkN047 "" ; - bonov_A = mkA076 "" ; - bonus_N = mkN007 "" ; - bor_N = mkN001 "" ; - boravene_N = mkN071 "" ; - borav_ja__V = stateV (mkV173 "") ; - borba_N = mkN041 "" ; - borben_A = mkA076 "" ; - bord_N = mkN001 "" ; - bordej_N = mkN032 "" ; - borden_A = mkA079 "" ; - bordero_N = mkN054 "" ; - bordin_zj_ener_N = mkN007 "" ; - bordin_zj_enerka_N = mkN041 "" ; - bordov_A = mkA076 "" ; - bord_iu_r_N = mkN007 "" ; - bord_iu_ren_A = mkA079 "" ; - borej_N = mkN032 "" ; - borene_N = mkN071 "" ; - borec_N = mkN008a "" ; - borika_N = mkN041 "" ; - borina_N = mkN041 "" ; - bori_ch_kam_V = stateV (mkV186 "") ; - bori_ch_kane_N = mkN071 "" ; - borkin_ja__N = mkN047 "" ; - borma_sh_ina_N = mkN041 "" ; - borov_A = mkA076 "" ; - borovinka_N = mkN041 "" ; - borsa_N = mkN041 "" ; - borsov_A = mkA076 "" ; - borsuk_N = mkN014 "" ; - bor_ch__N = mkN001 "" ; - bor_ch_eski_A = mkA078 "" ; - bor_ch_li_ja__N = mkN039 "" ; - bor_sh__N = mkN001 "" ; - bor_ja__V = stateV (mkV173 "") ; - bos_A = mkA076 "" ; - bosilek_N = mkN014 "" ; - bosilkov_A = mkA076 "" ; - bosi_ch_yk_A = mkA080 "" ; - bosnenski_A = mkA078 "" ; - bosokrak_A = mkA076 "" ; - bosonog_A = mkA076 "" ; - bosota_N = mkN041 "" ; - bosoti_ja__N = mkN047 "" ; - bostan_N = mkN007 "" ; - bostand_zj_i_ja__N = mkN039 "" ; - bostanski_A = mkA078 "" ; - bos_ja_k_N = mkN014 "" ; - bos_ja__sh_ki_A = mkA078 "" ; - botanik_N = mkN014 "" ; - botanika_N = mkN041 "" ; - botani_ch_en_A = mkA079 "" ; - botani_ch_eski_A = mkA078 "" ; - botu_sh__N = mkN007 "" ; - botu_sh_ar_N = mkN031a "" ; - botu_sh_arski_A = mkA078 "" ; - bohem_N = mkN007 "" ; - bohemski_A = mkA078 "" ; - boh_ch_a_N = mkN041 "" ; - bocvam_V = actionV (mkV186 "") (mkV152 "") ; - bocvane_N = mkN071 "" ; - bockam_V = stateV (mkV186 "") ; - bockane_N = mkN071 "" ; - bocman_N = mkN007a "" ; - bocmanski_A = mkA078 "" ; - bo_sh_laf_N = mkN001 "" ; - bo_sh_nak_N = mkN014 "" ; - bo_ja__V = stateV (mkV175 "") ; - bo_ja_d_zj_ijnica_N = mkN041 "" ; - bo_ja_d_zj_ijski_A = mkA078 "" ; - bo_ja_d_zj_ijstvo_N = mkN054 "" ; - bo_ja_d_zj_i_ja__N = mkN039 "" ; - bo_ja_disvam_V = actionV (mkV186 "") (mkV186 "") ; - bo_ja_disvane_N = mkN071 "" ; - bo_ja_zliv_A = mkA076 "" ; - bo_ja_zlivost_N = mkN049 "" ; - bo_ja_zyn_N = mkN049 "" ; - brava_N = mkN041 "" ; - bravuren_A = mkA079 "" ; - brada_N = mkN041 "" ; - bradavica_N = mkN041 "" ; - bradat_A = mkA076 "" ; - bradva_N = mkN041 "" ; - bradvar_N = mkN031a "" ; - bradvi_ch_ka_N = mkN041 "" ; - bradi_ch_ka_N = mkN041 "" ; - brad_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - brad_ja_svane_N = mkN071 "" ; - brazda_N = mkN041 "" ; - brazdene_N = mkN071 "" ; - brazdi_ch_ka_N = mkN041 "" ; - brazd_ja__V = stateV (mkV174 "") ; - brazilec_N = mkN008a "" ; - brazilka_N = mkN041 "" ; - brazilski_A = mkA078 "" ; - brajlov_A = mkA076 "" ; - brak_N = mkN001 "" ; - brakma_N = mkN041 "" ; - brakonier_N = mkN007a "" ; - brakonierski_A = mkA078 "" ; - brakonierstvam_V = stateV (mkV186 "") ; - brakonierstvo_N = mkN054 "" ; - brakonierstvuvam_V = stateV (mkV186 "") ; - brakonierstvuvane_N = mkN071 "" ; - brakorazvod_N = mkN007 "" ; - brakorazvoden_A = mkA079 "" ; - brakosy_ch_etavam_V = stateV (mkV186 "") ; - brakosy_ch_etavane_N = mkN071 "" ; - brakosy_ch_etanie_N = mkN072 "" ; - brakosy_ch_eta_ja__V = stateV (mkV161 "") ; - brakuvam_V = stateV (mkV186 "") ; - brakuvane_N = mkN071 "" ; - bramanizym_N = mkN011 "" ; - bramin_N = mkN007 "" ; - brana_N = mkN041 "" ; - brane_N = mkN071 "" ; - branene_N = mkN071 "" ; - branitel_N = mkN031a "" ; - branitelka_N = mkN041 "" ; - brani_sht_e_N = mkN066 "" ; - brannik_N = mkN014 "" ; - branosvam_V = actionV (mkV186 "") (mkV186 "") ; - branosvane_N = mkN071 "" ; - branti_ja__N = mkN039 "" ; - branuvam_V = stateV (mkV186 "") ; - branuvane_N = mkN071 "" ; - bran_sh__N = mkN001 "" ; - bran_sh_ov_A = mkA076 "" ; - bran_ja__V = stateV (mkV173 "") ; - brat_N = mkN025 "" ; - bratanec_N = mkN008a "" ; - bratene_N = mkN071 "" ; - bratle_N = mkN065 "" ; - bratov_A = mkA076 "" ; - bratovica_N = mkN041 "" ; - bratov_ch_ed_N = mkN007a "" ; - bratov_ch_edka_N = mkN041 "" ; - bratoubiec_N = mkN013 "" ; - bratoubijstven_A = mkA076 "" ; - bratoubijstvo_N = mkN054 "" ; - bratoubijca_N = mkN041 "" ; - bratski_A = mkA078 "" ; - bratstvo_N = mkN054 "" ; - bratuvam_V = stateV (mkV186 "") ; - bratuvane_N = mkN071 "" ; - bratu_sh_ka_N = mkN038 "" ; - brat_ch_e_N = mkN065 "" ; - brauzyr_N = mkN007 "" ; - braunov_A = mkA076 "" ; - bra_ch_en_A = mkA079 "" ; - bra_sh_narski_A = mkA078 "" ; - bra_sh_narstvo_N = mkN054 "" ; - bra_sh_nen_A = mkA076 "" ; - bra_sh_nenost_N = mkN049 "" ; - bra_sh_nest_A = mkA076 "" ; - bra_sh_no_N = mkN054 "" ; - bregovi_A = mkA078 "" ; - breza_N = mkN041 "" ; - brezent_N = mkN007 "" ; - brezenten_A = mkA079 "" ; - brezentov_A = mkA076 "" ; - brezov_A = mkA076 "" ; - brejdi_N = mkN065 "" ; - breme_N = mkN069 "" ; - bremenen_A = mkA079 "" ; - bremennost_N = mkN049 "" ; - brendi_N = mkN065 "" ; - bretanec_N = mkN008a "" ; - brigada_N = mkN041 "" ; - brigaden_A = mkA079 "" ; - brigadir_N = mkN007a "" ; - brigadirka_N = mkN041 "" ; - brigadirski_A = mkA078 "" ; - brigadirstvo_N = mkN054 "" ; - brigantina_N = mkN041 "" ; - brid_zj__N = mkN001 "" ; - brid_zj_xor_N = mkN007 "" ; - briz_N = mkN001 "" ; - briket_N = mkN007 "" ; - briketen_A = mkA079 "" ; - briketirane_N = mkN071 "" ; - bril_ja_nt_N = mkN007 "" ; - bril_ja_nten_A = mkA079 "" ; - bril_ja_ntin_N = mkN007 "" ; - brimka_N = mkN041 "" ; - britanec_N = mkN008a "" ; - britanski_A = mkA078 "" ; - bri_ch__N = mkN001 "" ; - bri_ch_ka_N = mkN041 "" ; - brod_N = mkN001 "" ; - brodene_N = mkN071 "" ; - broderi_ja__N = mkN047 "" ; - brodiram_V = stateV (mkV186 "") ; - brodirane_N = mkN071 "" ; - brodira_ch_ka_N = mkN041 "" ; - brodnik_N = mkN014 "" ; - brodnica_N = mkN041 "" ; - brod_ja__V = stateV (mkV173 "") ; - brod_ja_ga_N = mkN038 "" ; - broen_A = mkA085 "" ; - broene_N = mkN071 "" ; - broenica_N = mkN041 "" ; - broec_N = mkN013 "" ; - bro_zj_enie_N = mkN072 "" ; - broim_A = mkA076 "" ; - broitel_N = mkN031a "" ; - broj_N = mkN028 "" ; - brojka_N = mkN041 "" ; - brojler_N = mkN007 "" ; - brojleren_A = mkA079 "" ; - brokat_N = mkN007 "" ; - brokaten_A = mkA076 "" ; - broker_N = mkN007 "" ; - brom_N = mkN001 "" ; - bromizym_N = mkN011 "" ; - bromov_A = mkA076 "" ; - broneboen_A = mkA085 "" ; - bronevi_A = mkA078 "" ; - broneiztrebitel_N = mkN031a "" ; - bronenosen_A = mkA079 "" ; - bronenosec_N = mkN008 "" ; - bronetankov_A = mkA076 "" ; - bronz_N = mkN001 "" ; - bronziram_V = stateV (mkV186 "") ; - bronzirane_N = mkN071 "" ; - bronzov_A = mkA076 "" ; - broniram_V = stateV (mkV186 "") ; - broniran_A = mkA076 "" ; - bronirane_N = mkN071 "" ; - brontozavyr_N = mkN009 "" ; - bronhialen_A = mkA079 "" ; - bronhit_N = mkN007 "" ; - bronhiten_A = mkA079 "" ; - bronhopnevmoni_ja__N = mkN047 "" ; - bronhoskopi_ja__N = mkN047 "" ; - bronhotomi_ja__N = mkN047 "" ; - bron_ja__N = mkN047 "" ; - brouning_N = mkN007 "" ; - bro_sh_iram_V = stateV (mkV186 "") ; - bro_sh_irane_N = mkN071 "" ; - bro_sh_irovka_N = mkN041 "" ; - bro_sh_ka_N = mkN041 "" ; - bro_sh_ura_N = mkN041 "" ; - bro_ja__V = stateV (mkV175 "") ; - bro_ja__ch__N = mkN007 "" ; - bro_ja__ch_en_A = mkA079 "" ; - bro_ja__ch_ka_N = mkN041 "" ; - bruder_N = mkN007 "" ; - brul_ja__V = stateV (mkV173 "") ; - brus_N = mkN001 "" ; - brusnica_N = mkN041 "" ; - brusovka_N = mkN041 "" ; - brust_N = mkN007 "" ; - brustver_N = mkN007 "" ; - brus_ja__V = stateV (mkV173 "") ; - brutalen_A = mkA079 "" ; - brutaliziram_V = stateV (mkV186 "") ; - brutaliziran_A = mkA076 "" ; - brutalizirane_N = mkN071 "" ; - brutalnost_N = mkN049 "" ; - bruten_A = mkA079 "" ; - bryz_A = mkA082 "" ; - brykvam_V = actionV (mkV186 "") (mkV152 "") ; - brykvane_N = mkN071 "" ; - brymbazyk_N = mkN014 "" ; - brymbar_N = mkN007 "" ; - brymvam_V = actionV (mkV186 "") (mkV152 "") ; - brymvane_N = mkN071 "" ; - brymkam_V = actionV (mkV186 "") (mkV152 "") ; - brymkane_N = mkN071 "" ; - brym_ch_a_V = stateV (mkV178 "") ; - brym_ch_ene_N = mkN071 "" ; - brym_ch_ilo_N = mkN054 "" ; - brynka_N = mkN041 "" ; - brysvam_V = stateV (mkV186 "") ; - brysvane_N = mkN071 "" ; - bryska_N = mkN041 "" ; - bryskalka_N = mkN041 "" ; - bryskam_V = stateV (mkV186 "") ; - bryskane_N = mkN071 "" ; - brysna_V = stateV (mkV152 "") ; - brysnar_N = mkN031a "" ; - brysnarka_N = mkN041 "" ; - brysnarnica_N = mkN041 "" ; - brysnarski_A = mkA078 "" ; - brysnarstvo_N = mkN054 "" ; - brysna_ch__N = mkN007 "" ; - brysnene_N = mkN071 "" ; - brysne_sht__A = mkA076 "" ; - brytve_zj__N = mkN007 "" ; - brytvene_N = mkN071 "" ; - brytv_ja__V = stateV (mkV174 "") ; - bry_ch_ka_N = mkN041 "" ; - bry_ch_kav_A = mkA076 "" ; - bry_ch_kam_V = stateV (mkV186 "") ; - bry_ch_kane_N = mkN071 "" ; - bry_sh_l_ja_n_N = mkN007 "" ; - bry_sh_l_ja_nen_A = mkA079 "" ; - bry_sh_l_ja_nov_A = mkA076 "" ; - bry_sht_olevene_N = mkN071 "" ; - bry_sht_olevec_N = mkN008a "" ; - bry_sht_olev_ja__V = stateV (mkV173 "") ; - br_iu_kselka_N = mkN041 "" ; - br_iu_kselski_A = mkA078 "" ; - br_iu_net_N = mkN007 "" ; - br_iu_netka_N = mkN041 "" ; - br_ja_g_N = mkN002 "" ; - br_ja_z_N = mkN001 "" ; - br_ja_st_N = mkN001 "" ; - br_ja_stov_A = mkA076 "" ; - buba_N = mkN041 "" ; - bubar_N = mkN031a "" ; - bubarnik_N = mkN014 "" ; - bubarnica_N = mkN041 "" ; - bubarski_A = mkA078 "" ; - bubarstvo_N = mkN054 "" ; - buben_A = mkA079 "" ; - bubina_N = mkN041 "" ; - bubole_ch_ka_N = mkN041 "" ; - bubotene_N = mkN071 "" ; - bubot_ja__V = stateV (mkV173 "") ; - budala_N = mkN041 "" ; - budalkam_V = stateV (mkV186 "") ; - budalkane_N = mkN071 "" ; - buden_A = mkA079 "" ; - budene_N = mkN065 "" ; - budizym_N = mkN011 "" ; - budilnik_N = mkN014 "" ; - budist_N = mkN007 "" ; - budistka_N = mkN041 "" ; - budistki_A = mkA078 "" ; - buditel_N = mkN031a "" ; - budka_N = mkN041 "" ; - budkad_zj_ijka_N = mkN041 "" ; - budkad_zj_i_ja__N = mkN039 "" ; - budnost_N = mkN049 "" ; - budoar_N = mkN007 "" ; - buduvam_V = stateV (mkV186 "") ; - buduvane_N = mkN071 "" ; - bud_ja__V = stateV (mkV173 "") ; - buen_A = mkA085 "" ; - buza_N = mkN041 "" ; - buzest_A = mkA076 "" ; - buzka_N = mkN041 "" ; - bujnost_N = mkN049 "" ; - bujstvam_V = stateV (mkV186 "") ; - bujstvane_N = mkN071 "" ; - bujstvo_N = mkN054 "" ; - bujstvuvam_V = stateV (mkV186 "") ; - bujstvuvane_N = mkN071 "" ; - buk_N = mkN001 "" ; - buka_N = mkN041 "" ; - bukak_N = mkN014 "" ; - bukva_N = mkN041 "" ; - bukvalen_A = mkA079 "" ; - bukvalizym_N = mkN011 "" ; - bukvar_N = mkN007 "" ; - bukven_A = mkA076 "" ; - bukvoedec_N = mkN008a "" ; - bukvoedski_A = mkA078 "" ; - bukvoedstvo_N = mkN054 "" ; - bukvole_ja_r_N = mkN007 "" ; - bukvole_ja_rna_N = mkN041 "" ; - bukvole_ja_rnica_N = mkN041 "" ; - bukvopodoben_A = mkA079 "" ; - buket_N = mkN007 "" ; - buket_ch_e_N = mkN065 "" ; - bukla_N = mkN041 "" ; - bukle_N = mkN065 "" ; - bukmejkyr_N = mkN007 "" ; - bukov_A = mkA076 "" ; - buksa_N = mkN041 "" ; - buksir_N = mkN007 "" ; - buksiram_V = stateV (mkV186 "") ; - buksuvam_V = stateV (mkV186 "") ; - buksuvane_N = mkN071 "" ; - bula_N = mkN041 "" ; - bulama_ch__N = mkN007 "" ; - bulgur_N = mkN007 "" ; - buldog_N = mkN015 "" ; - buldozer_N = mkN007 "" ; - buldozerist_N = mkN007 "" ; - bulev_A = mkA076 "" ; - bulevard_N = mkN007 "" ; - bulevarden_A = mkA079 "" ; - bulka_N = mkN041 "" ; - bulo_N = mkN054 "" ; - bul_ch_e_N = mkN065 "" ; - bul_ch_in_A = mkA076 "" ; - bul_ch_inski_A = mkA078 "" ; - bulxon_N = mkN007 "" ; - bul_ja__N = mkN047 "" ; - bum_N = mkN001 "" ; - bumaga_N = mkN041 "" ; - bumerang_N = mkN007 "" ; - bumte_zj__N = mkN007 "" ; - bumtene_N = mkN071 "" ; - bumt_ja__V = stateV (mkV177 "") ; - buna_N = mkN041 "" ; - bunak_N = mkN014 "" ; - bunar_N = mkN007 "" ; - bunarski_A = mkA078 "" ; - bungalo_N = mkN054 "" ; - buni_sht_e_N = mkN066 "" ; - bunker_N = mkN007 "" ; - bunt_N = mkN001 "" ; - buntar_N = mkN031a "" ; - buntarka_N = mkN041 "" ; - buntarski_A = mkA078 "" ; - buntarstvo_N = mkN054 "" ; - buntoven_A = mkA079 "" ; - buntovnik_N = mkN014a "" ; - buntovnica_N = mkN041 "" ; - buntovni_ch_eski_A = mkA078 "" ; - buntovni_ch_estvo_N = mkN054 "" ; - buntovni_ch_ka_N = mkN041 "" ; - buntovni_sh_ki_A = mkA078 "" ; - buntuvam_V = stateV (mkV186 "") ; - buntuvane_N = mkN071 "" ; - burgaski_A = mkA078 "" ; - burgi_ja__N = mkN047 "" ; - burgundski_A = mkA078 "" ; - bure_N = mkN065 "" ; - burevestnik_N = mkN014 "" ; - buren_A = mkA079 "" ; - burenak_N = mkN014 "" ; - burenosen_A = mkA079 "" ; - burence_N = mkN066 "" ; - buren_ja_sam_V = stateV (mkV186 "") ; - buren_ja_svam_V = stateV (mkV186 "") ; - buren_ja_svane_N = mkN071 "" ; - bur_zj_oazen_A = mkA079 "" ; - bur_zj_oazi_ja__N = mkN047 "" ; - bur_zj_oazka_N = mkN041 "" ; - buri_ja__N = mkN047 "" ; - burkan_N = mkN007 "" ; - burkan_ch_e_N = mkN065 "" ; - burleska_N = mkN041 "" ; - burma_N = mkN041 "" ; - burnost_N = mkN049 "" ; - bur_ja__N = mkN047 "" ; - but_N = mkN001 "" ; - butalen_A = mkA079 "" ; - butalka_N = mkN041 "" ; - butalo_N = mkN054 "" ; - butam_V = actionV (mkV186 "") (mkV152 "") ; - butan_N = mkN007 "" ; - butane_N = mkN071 "" ; - butanica_N = mkN041 "" ; - butaforen_A = mkA079 "" ; - butafori_ja__N = mkN047 "" ; - butvam_V = actionV (mkV186 "") (mkV152 "") ; - butvane_N = mkN071 "" ; - butiliram_V = stateV (mkV186 "") ; - butilirane_N = mkN071 "" ; - butilka_N = mkN041 "" ; - butilkov_A = mkA076 "" ; - buton_N = mkN007 "" ; - butonen_A = mkA079 "" ; - butoniera_N = mkN041 "" ; - buton_ch_e_N = mkN065 "" ; - butor_ja_svam_V = stateV (mkV186 "") ; - butor_ja_svane_N = mkN071 "" ; - bufer_N = mkN007 "" ; - buferen_A = mkA079 "" ; - buferizaci_ja__N = mkN047 "" ; - buferiran_A = mkA076 "" ; - buferirane_N = mkN071 "" ; - buhal_N = mkN007 "" ; - buhalka_N = mkN041 "" ; - buhalkoviden_A = mkA079 "" ; - buham_V = actionV (mkV186 "") (mkV152 "") ; - buhane_N = mkN071 "" ; - buhvam_V = stateV (mkV186 "") ; - buhvane_N = mkN071 "" ; - buhlat_A = mkA076 "" ; - buhta_N = mkN041 "" ; - buhti_ch_ka_N = mkN041 "" ; - buht_ja__V = stateV (mkV177 "") ; - buca_N = mkN041 "" ; - bu_ch_a_V = stateV (mkV178 "") ; - bu_ch_ene_N = mkN071 "" ; - bu_ch_ica_N = mkN041 "" ; - bu_ch_ka_N = mkN041 "" ; - bu_sh_el_N = mkN007 "" ; - bu_sh_men_N = mkN007 "" ; - bu_sh_menka_N = mkN041 "" ; - bu_sh_on_N = mkN007 "" ; - bu_sh_uvam_V = stateV (mkV186 "") ; - bu_sh_uvane_N = mkN071 "" ; - bybl_ja__V = stateV (mkV173 "") ; - bybrek_N = mkN014 "" ; - bybrekoviden_A = mkA079 "" ; - bybrene_N = mkN071 "" ; - bybre_ch_e_N = mkN065 "" ; - bybre_ch_en_A = mkA079 "" ; - bybriv_A = mkA076 "" ; - bybrivec_N = mkN008a "" ; - bybrivka_N = mkN041 "" ; - bybrivost_N = mkN049 "" ; - bybrica_N = mkN041 "" ; - bybr_ja__V = stateV (mkV173 "") ; - byda_V = stateV (mkV143 "") ; - byden_A = mkA079 "" ; - byde_sht__A = mkA076 "" ; - byde_sht_e_N = mkN065 "" ; - byde_sht_nost_N = mkN049 "" ; - bydnik_N = mkN014 "" ; - bydnina_N = mkN041 "" ; - byz_N = mkN007 "" ; - byzak_N = mkN014 "" ; - byzvam_V = stateV (mkV186 "") ; - byzvane_N = mkN071 "" ; - byze_N = mkN065 "" ; - byzla_N = mkN041 "" ; - byzliv_A = mkA076 "" ; - byzlivec_N = mkN008a "" ; - byzlxo_N = mkN040 "" ; - byzov_A = mkA076 "" ; - bykam_V = stateV (mkV186 "") ; - bykane_N = mkN071 "" ; - bykel_N = mkN007 "" ; - byklica_N = mkN041 "" ; - bylbol_ja__V = stateV (mkV173 "") ; - bylbukam_V = stateV (mkV186 "") ; - bylbukane_N = mkN071 "" ; - bylvam_V = stateV (mkV186 "") ; - bylvane_N = mkN071 "" ; - bylvo_ch__N = mkN007 "" ; - bylgare_ja__V = stateV (mkV160 "") ; - bylgarizym_N = mkN011 "" ; - bylgarin_N = mkN018 "" ; - bylgarist_N = mkN007 "" ; - bylgaristika_N = mkN041 "" ; - bylgaristka_N = mkN041 "" ; - bylgarka_N = mkN041 "" ; - bylgaromohamedanin_N = mkN018 "" ; - bylgaromohamedanka_N = mkN041 "" ; - bylgaromohamedanski_A = mkA078 "" ; - bylgaroubiec_N = mkN013 "" ; - bylgarofil_N = mkN007 "" ; - bylgarofob_N = mkN007 "" ; - bylgarski_A = mkA078 "" ; - bylgar_sht_ina_N = mkN041 "" ; - bylnikam_V = stateV (mkV186 "") ; - bylnikane_N = mkN071 "" ; - bylnuvam_V = stateV (mkV186 "") ; - bylnuvane_N = mkN071 "" ; - bylha_N = mkN041 "" ; - byrborene_N = mkN071 "" ; - byrborko_N = mkN040 "" ; - byrbor_ja__V = stateV (mkV173 "") ; - byrdo_N = mkN054 "" ; - byrduk_N = mkN014 "" ; - byrdu_ch_e_N = mkN065 "" ; - byrz_A = mkA076 "" ; - byrzam_V = stateV (mkV186 "") ; - byrzane_N = mkN071 "" ; - byrzej_N = mkN032 "" ; - byrzina_N = mkN041 "" ; - byrzi_ch_yk_A = mkA080 "" ; - byrzovar_N = mkN007 "" ; - byrzovtasva_sht__A = mkA076 "" ; - byrzodejstvie_N = mkN072 "" ; - byrzodejstvuva_sht__A = mkA076 "" ; - byrzozare_zj_da_sht__A = mkA076 "" ; - byrzokril_A = mkA076 "" ; - byrzomisle_sht__A = mkA076 "" ; - byrzonog_N = mkN015 "" ; - byrzopis_N = mkN007 "" ; - byrzopisec_N = mkN008a "" ; - byrzopodvi_zj_en_A = mkA079 "" ; - byrzoprehoden_A = mkA079 "" ; - byrzorazval_ja__sht__A = mkA076 "" ; - byrzore_zj_e_sht__A = mkA076 "" ; - byrzorek_N = mkN014 "" ; - byrzoryk_A = mkA076 "" ; - byrzosm_ja_ta_sht__A = mkA076 "" ; - byrzostrel_ja__sht__A = mkA076 "" ; - byrzostruen_A = mkA085 "" ; - byrzoshva_sht_a_sht__A = mkA076 "" ; - byrzotok_N = mkN014 "" ; - byrzohoden_A = mkA079 "" ; - byrzohodec_N = mkN008a "" ; - byrkalka_N = mkN041 "" ; - byrkam_V = stateV (mkV186 "") ; - byrkane_N = mkN071 "" ; - byrkanica_N = mkN041 "" ; - byrka_ch_ka_N = mkN041 "" ; - byrkoti_ja__N = mkN047 "" ; - byrloga_N = mkN041 "" ; - byrna_N = mkN041 "" ; - byrnest_A = mkA076 "" ; - byrnikam_V = stateV (mkV186 "") ; - byrnikane_N = mkN071 "" ; - byrsalka_N = mkN041 "" ; - byrsane_N = mkN071 "" ; - byr_ch_a_V = stateV (mkV176 "") ; - byr_sh_a_V = stateV (mkV159 "") ; - byterflaj_N = mkN032 "" ; - byhtene_N = mkN071 "" ; - byht_ja__V = stateV (mkV173 "") ; - by_ch_va_N = mkN041 "" ; - by_ch_var_N = mkN031a "" ; - by_ch_varnica_N = mkN041 "" ; - by_ch_varski_A = mkA078 "" ; - by_ch_varstvo_N = mkN054 "" ; - by_ch_vi_ch_ka_N = mkN041 "" ; - by_ch_voobrazen_A = mkA079 "" ; - by_ch_onka_N = mkN041 "" ; - b_iu_d_zj_et_N = mkN007 "" ; - b_iu_d_zj_etaren_A = mkA079 "" ; - b_iu_d_zj_eten_A = mkA079 "" ; - b_iu_d_zj_etoproekt_N = mkN007 "" ; - b_iu_letin_N = mkN007 "" ; - b_iu_letina_N = mkN041 "" ; - b_iu_rek_N = mkN014 "" ; - b_iu_ro_N = mkN054 "" ; - b_iu_rokrat_N = mkN007 "" ; - b_iu_rokratiziram_V = stateV (mkV186 "") ; - b_iu_rokratizirane_N = mkN071 "" ; - b_iu_rokratizym_N = mkN011 "" ; - b_iu_rokrati_ch_en_A = mkA079 "" ; - b_iu_rokrati_ch_eski_A = mkA078 "" ; - b_iu_rokraci_ja__N = mkN047 "" ; - b_iu_st_N = mkN001 "" ; - b_iu_stie_N = mkN072 "" ; - b_iu_fet_N = mkN007 "" ; - b_iu_fet_ch_e_N = mkN065 "" ; - b_iu_fet_ch_ik_N = mkN014 "" ; - b_iu_fet_ch_i_ja__N = mkN039 "" ; - b_ja_g_N = mkN002 "" ; - b_ja_gam_V = stateV (mkV186 "") ; - b_ja_gane_N = mkN071 "" ; - b_ja_ganica_N = mkN041 "" ; - b_ja_gstvo_N = mkN054 "" ; - b_ja_l_A = mkA081 "" ; - b_ja_lvam_V = stateV (mkV186 "") ; - b_ja_lvane_N = mkN071 "" ; - b_ja_lka_N = mkN041 "" ; - b_ja_s_N = mkN002 "" ; - vavilonec_N = mkN008a "" ; - vavilonski_A = mkA078 "" ; - vagabont_N = mkN007 "" ; - vagabontin_N = mkN018 "" ; - vagabontka_N = mkN041 "" ; - vagabontski_A = mkA078 "" ; - vagabontstvo_N = mkN054 "" ; - vagina_N = mkN041 "" ; - vagnerov_A = mkA076 "" ; - vagnerovski_A = mkA078 "" ; - vagon_N = mkN007 "" ; - vagonen_A = mkA079 "" ; - vagonetka_N = mkN041 "" ; - vagonoremonten_A = mkA079 "" ; - vagonostroitelen_A = mkA079 "" ; - vagr_ja_nka_N = mkN041 "" ; - vada_N = mkN041 "" ; - vadene_N = mkN071 "" ; - vad_zj_i_sh_ki_A = mkA078 "" ; - vadi_ch_ka_N = mkN041 "" ; - vad_ja__V = stateV (mkV173 "") ; - va_zj_a_V = stateV (mkV176 "") ; - va_zj_en_A = mkA079 "" ; - va_zj_ni_ch_a_V = stateV (mkV176 "") ; - va_zj_ni_ch_ene_N = mkN071 "" ; - va_zj_nost_N = mkN049 "" ; - vaza_N = mkN041 "" ; - vazelin_N = mkN007 "" ; - vazelinov_A = mkA076 "" ; - vazi_ch_ka_N = mkN041 "" ; - vazomotoren_A = mkA079 "" ; - vajkam_V = stateV (mkV186 "") ; - vajkane_N = mkN071 "" ; - vakanten_A = mkA079 "" ; - vakancionen_A = mkA079 "" ; - vakanci_ja__N = mkN047 "" ; - vakarelski_A = mkA078 "" ; - vaksa_N = mkN041 "" ; - vaksad_zj_i_ja__N = mkN039 "" ; - vaksina_N = mkN041 "" ; - vaksinaci_ja__N = mkN047 "" ; - vaksiniram_V = stateV (mkV186 "") ; - vaksinirane_N = mkN071 "" ; - vakum_N = mkN007 "" ; - vakumen_A = mkA079 "" ; - vakumpompa_N = mkN041 "" ; - vakumfiltyr_N = mkN009 "" ; - vakhanali_ja__N = mkN047 "" ; - vakhanka_N = mkN041 "" ; - vakyl_A = mkA080 "" ; - val_N = mkN001 "" ; - valdhorna_N = mkN041 "" ; - vale_N = mkN065 "" ; - vale_zj__N = mkN007 "" ; - valene_N = mkN071 "" ; - valenten_A = mkA079 "" ; - valentnost_N = mkN049 "" ; - valenci_ja__N = mkN047 "" ; - valerian_N = mkN007 "" ; - valerianov_A = mkA076 "" ; - validator_N = mkN007 "" ; - validaci_ja__N = mkN047 "" ; - validen_A = mkA079 "" ; - validiram_V = stateV (mkV186 "") ; - validirane_N = mkN071 "" ; - validnost_N = mkN049 "" ; - valijski_A = mkA078 "" ; - vali_ja__N = mkN039 "" ; - valmo_N = mkN054 "" ; - valonec_N = mkN008a "" ; - valonski_A = mkA078 "" ; - valorizaci_ja__N = mkN047 "" ; - valoriziram_V = stateV (mkV186 "") ; - valorizirane_N = mkN071 "" ; - vals_N = mkN001 "" ; - valsov_A = mkA076 "" ; - valuta_N = mkN041 "" ; - valuten_A = mkA079 "" ; - valc_N = mkN001 "" ; - valcma_sh_ina_N = mkN041 "" ; - valcov_A = mkA076 "" ; - valcovam_V = stateV (mkV186 "") ; - valcovane_N = mkN071 "" ; - valcov_ch_ik_N = mkN014 "" ; - valcuvam_V = stateV (mkV186 "") ; - valcuvane_N = mkN071 "" ; - valcuva_ch_ka_N = mkN041 "" ; - val_ch_est_A = mkA076 "" ; - val_ja_vica_N = mkN041 "" ; - val_ja_k_N = mkN014 "" ; - val_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - val_ja_ne_N = mkN071 "" ; - vampir_N = mkN007a "" ; - vampir_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - vampir_ja_svane_N = mkN071 "" ; - vana_N = mkN041 "" ; - vandal_N = mkN007 "" ; - vandalizym_N = mkN011 "" ; - vandalski_A = mkA078 "" ; - vandalstvo_N = mkN054 "" ; - vandal_sht_ina_N = mkN041 "" ; - vanilin_N = mkN007 "" ; - vanili_ja__N = mkN047 "" ; - vani_ch_ka_N = mkN041 "" ; - vaporizaci_ja__N = mkN047 "" ; - vapsane_N = mkN071 "" ; - vapsvam_V = actionV (mkV186 "") (mkV186 "") ; - vapsvane_N = mkN071 "" ; - var_N = mkN042 "" ; - varakosvam_V = actionV (mkV186 "") (mkV186 "") ; - varakosvane_N = mkN071 "" ; - varvar_N = mkN031a "" ; - varvarizym_N = mkN011 "" ; - varvarin_N = mkN018 "" ; - varvarski_A = mkA078 "" ; - varvarstvam_V = stateV (mkV186 "") ; - varvarstvane_N = mkN071 "" ; - varvarstvo_N = mkN054 "" ; - varvarstvuvam_V = stateV (mkV186 "") ; - varvarstvuvane_N = mkN071 "" ; - varvar_ch_e_N = mkN065 "" ; - varvar_sht_ina_N = mkN041 "" ; - vardal_ja_ne_N = mkN071 "" ; - vard_zj_ijnica_N = mkN041 "" ; - vard_zj_i_ja__N = mkN039 "" ; - vard_ja__V = stateV (mkV173 "") ; - varel_N = mkN007 "" ; - varen_A = mkA076 "" ; - varene_N = mkN071 "" ; - variant_N = mkN007 "" ; - variacionen_A = mkA079 "" ; - variaci_ja__N = mkN047 "" ; - varivo_N = mkN054 "" ; - variete_N = mkN065 "" ; - varieten_A = mkA079 "" ; - varieteten_A = mkA079 "" ; - varikle_ch_ko_N = mkN040 "" ; - varikozen_A = mkA079 "" ; - variola_N = mkN041 "" ; - variometyr_N = mkN009 "" ; - variram_V = stateV (mkV186 "") ; - varirane_N = mkN071 "" ; - varicela_N = mkN041 "" ; - varnenski_A = mkA078 "" ; - varnica_N = mkN041 "" ; - varov_A = mkA076 "" ; - varovik_N = mkN014 "" ; - varovikov_A = mkA076 "" ; - varovit_A = mkA076 "" ; - varovitost_N = mkN049 "" ; - varovnik_N = mkN014 "" ; - varosane_N = mkN071 "" ; - varosvam_V = actionV (mkV186 "") (mkV186 "") ; - varosvane_N = mkN071 "" ; - vartolomeev_A = mkA076 "" ; - var_ja__V = stateV (mkV174 "") ; - vasal_N = mkN007 "" ; - vasalen_A = mkA079 "" ; - vat_N = mkN001 "" ; - vatenka_N = mkN041 "" ; - vaterlini_ja__N = mkN047 "" ; - vatiram_V = stateV (mkV186 "") ; - vatirane_N = mkN071 "" ; - vatman_N = mkN007 "" ; - vafla_N = mkN041 "" ; - vaflen_A = mkA076 "" ; - vahta_N = mkN041 "" ; - vahtov_A = mkA076 "" ; - va_sh_enec_N = mkN008a "" ; - va_sh_enka_N = mkN041 "" ; - va_sh_ingtonka_N = mkN041 "" ; - va_ja__V = stateV (mkV162 "") ; - va_ja_ne_N = mkN071 "" ; - va_ja_tel_N = mkN031a "" ; - va_ja_telski_A = mkA078 "" ; - va_ja_telstvo_N = mkN054 "" ; - vbes_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vbes_ja_vane_N = mkN071 "" ; - vbivam_V = actionV (mkV186 "") (mkV163 "") ; - vbivane_N = mkN071 "" ; - vgledam_V = stateV (mkV186 "") ; - vgle_zj_dam_V = stateV (mkV186 "") ; - vgle_zj_dane_N = mkN071 "" ; - vglybenost_N = mkN049 "" ; - vglyb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vglyb_ja_vane_N = mkN071 "" ; - vgnezdvam_V = actionV (mkV186 "") (mkV174 "") ; - vgnezdvane_N = mkN071 "" ; - vgnezd_ja_vane_N = mkN071 "" ; - vgor_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - vgor_ch_avane_N = mkN071 "" ; - vgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - vgra_zj_dane_N = mkN071 "" ; - vgran_ja_vane_N = mkN071 "" ; - vgyvam_V = actionV (mkV186 "") (mkV152 "") ; - vgyvane_N = mkN071 "" ; - vdavam_V = actionV (mkV186 "") (mkV168 "") ; - vdavane_N = mkN071 "" ; - vdaden_A = mkA076 "" ; - vdetinen_A = mkA076 "" ; - vdetin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vdetin_ja_vane_N = mkN071 "" ; - vdigam_V = actionV (mkV186 "") (mkV152 "") ; - vdigane_N = mkN071 "" ; - vdiga_ch_ka_N = mkN041 "" ; - vdi_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - vdi_sh_vane_N = mkN071 "" ; - vdlybvam_V = actionV (mkV186 "") (mkV152 "") ; - vdlybvane_N = mkN071 "" ; - vdlybnatina_N = mkN041 "" ; - vdlybnatinka_N = mkN041 "" ; - vdlybnatost_N = mkN049 "" ; - vdovec_N = mkN008a "" ; - vdovica_N = mkN041 "" ; - vdovi_sh_ki_A = mkA078 "" ; - vdovstvo_N = mkN054 "" ; - vdovstvuvam_V = stateV (mkV186 "") ; - vduham_V = actionV (mkV186 "") (mkV152 "") ; - vduhvam_V = actionV (mkV186 "") (mkV152 "") ; - vduhvane_N = mkN071 "" ; - vdylbavam_V = actionV (mkV186 "") (mkV161 "") ; - vdylbavane_N = mkN071 "" ; - vdylbo_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - vdylbo_ch_avane_N = mkN071 "" ; - vdylbo_ch_enost_N = mkN049 "" ; - vdylb_ja__V = stateV (mkV174 "") ; - vdyrvenost_N = mkN049 "" ; - vdyrv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vdyrv_ja_vane_N = mkN071 "" ; - vdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - vdyhvane_N = mkN071 "" ; - vdyhnoven_A = mkA076 "" ; - vdyhnovenie_N = mkN072 "" ; - vdyhnovenost_N = mkN049 "" ; - vdyhnovitel_N = mkN031a "" ; - vdyhnovitelen_A = mkA079 "" ; - vdyhnovitelka_N = mkN041 "" ; - vdyhnov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vdyhnov_ja_vane_N = mkN071 "" ; - vd_ja_vam_V = actionV (mkV186 "") (mkV153 "") ; - vd_ja_vane_N = mkN071 "" ; - vegetarianec_N = mkN008a "" ; - vegetarianka_N = mkN041 "" ; - vegetarianski_A = mkA078 "" ; - vegetarianstvo_N = mkN054 "" ; - vegetativen_A = mkA079 "" ; - vegetacionen_A = mkA079 "" ; - vegetaci_ja__N = mkN047 "" ; - vegetiram_V = stateV (mkV186 "") ; - vegetirane_N = mkN071 "" ; - vedi_ch_eski_A = mkA078 "" ; - vedomost_N = mkN049 "" ; - vedomstven_A = mkA076 "" ; - vedomstvo_N = mkN054 "" ; - vedrina_N = mkN041 "" ; - vedro_N = mkN054 "" ; - vedrost_N = mkN049 "" ; - vedyr_A = mkA080 "" ; - veene_N = mkN065 "" ; - ve_zj_da_N = mkN041 "" ; - ve_zj_dam_V = stateV (mkV186 "") ; - ve_zj_dane_N = mkN071 "" ; - ve_zj_liv_A = mkA076 "" ; - ve_zj_livost_N = mkN049 "" ; - vezba_N = mkN041 "" ; - vezdesy_sht__A = mkA076 "" ; - vezdesy_sht_nost_N = mkN049 "" ; - vezir_N = mkN007 "" ; - vezirski_A = mkA078 "" ; - vezirstvo_N = mkN054 "" ; - vezmo_N = mkN054 "" ; - vezna_N = mkN041 "" ; - vez_ja__V = stateV (mkV154 "") ; - vejka_N = mkN041 "" ; - vek_N = mkN001 "" ; - vekoven_A = mkA079 "" ; - vekove_ch_en_A = mkA079 "" ; - vektor_N = mkN007 "" ; - vektoren_A = mkA079 "" ; - vekuvam_V = stateV (mkV186 "") ; - vekuvane_N = mkN071 "" ; - velaren_A = mkA079 "" ; - velzevul_N = mkN007 "" ; - velik_A = mkA076 "" ; - velikan_N = mkN007 "" ; - velikanski_A = mkA078 "" ; - velikdenski_A = mkA078 "" ; - velikden_ch_e_N = mkN065 "" ; - velikobylgarski_A = mkA078 "" ; - velikodu_sh_en_A = mkA079 "" ; - velikodu_sh_ie_N = mkN072 "" ; - velikolepen_A = mkA079 "" ; - velikolepie_N = mkN072 "" ; - velikomy_ch_enik_N = mkN014 "" ; - velikomy_ch_enica_N = mkN041 "" ; - velikorusin_N = mkN018 "" ; - velikoruski_A = mkA078 "" ; - veli_ch_av_A = mkA076 "" ; - veli_ch_avost_N = mkN049 "" ; - veli_ch_aene_N = mkN071 "" ; - veli_ch_aj_sh_i_A = mkA078 "" ; - veli_ch_a_ja__V = stateV (mkV161 "") ; - veli_ch_estven_A = mkA076 "" ; - veli_ch_estvenost_N = mkN049 "" ; - veli_ch_estvo_N = mkN054 "" ; - veli_ch_ie_N = mkN072 "" ; - veli_ch_ina_N = mkN041 "" ; - velmo_zj_a_N = mkN038 "" ; - velosiped_N = mkN007 "" ; - velosipeden_A = mkA079 "" ; - velosipedist_N = mkN007 "" ; - velosipedistka_N = mkN041 "" ; - velosiped_ch_e_N = mkN065 "" ; - velpape_N = mkN065 "" ; - velur_N = mkN007 "" ; - veluren_A = mkA076 "" ; - vel_ja__V = stateV (mkV174 "") ; - vena_N = mkN041 "" ; - venduza_N = mkN041 "" ; - venerin_A = mkA076 "" ; - veneri_ch_eski_A = mkA078 "" ; - venerolog_N = mkN015 "" ; - venerologi_ja__N = mkN047 "" ; - venec_N = mkN008 "" ; - venecianec_N = mkN008a "" ; - venecianka_N = mkN041 "" ; - venecianski_A = mkA078 "" ; - venozen_A = mkA079 "" ; - ventil_N = mkN007 "" ; - ventilator_N = mkN007 "" ; - ventilatoren_A = mkA079 "" ; - ventilacionen_A = mkA079 "" ; - ventilaci_ja__N = mkN047 "" ; - ventiliram_V = stateV (mkV186 "") ; - ventilirane_N = mkN071 "" ; - ventrilokvizym_N = mkN011 "" ; - ventrilokvist_N = mkN007 "" ; - ventuza_N = mkN041 "" ; - vencehvalenie_N = mkN072 "" ; - ven_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - ven_ch_avane_N = mkN071 "" ; - ven_ch_avka_N = mkN041 "" ; - ven_ch_alen_A = mkA079 "" ; - ven_ch_e_N = mkN065 "" ; - ven_ch_ilo_N = mkN054 "" ; - veranda_N = mkN041 "" ; - verbalen_A = mkA079 "" ; - verbuane_N = mkN071 "" ; - verbuvam_V = stateV (mkV186 "") ; - verbuvane_N = mkN071 "" ; - verdikt_N = mkN007 "" ; - verev_N = mkN007 "" ; - veren_A = mkA084 "" ; - veresi_ja__N = mkN047 "" ; - veriga_N = mkN041 "" ; - veri_zj_en_A = mkA079 "" ; - veri_zj_ka_N = mkN041 "" ; - veri_zj_nost_N = mkN049 "" ; - verifikator_N = mkN007 "" ; - verifikacionen_A = mkA079 "" ; - verifikaci_ja__N = mkN047 "" ; - verificiram_V = stateV (mkV186 "") ; - verificirane_N = mkN071 "" ; - vermaht_N = mkN040a "" ; - vermut_N = mkN007 "" ; - vernopodanik_N = mkN014 "" ; - vernopodanica_N = mkN041 "" ; - vernopodani_ch_eski_A = mkA078 "" ; - vernopodani_ch_estvo_N = mkN054 "" ; - vernost_N = mkN049 "" ; - veroizpovedanie_N = mkN072 "" ; - veroizpoveden_A = mkA079 "" ; - verolomen_A = mkA079 "" ; - verolomnik_N = mkN014a "" ; - verolomni_ch_estvo_N = mkN054 "" ; - verolomstvo_N = mkN054 "" ; - veronal_N = mkN007 "" ; - verootstypnik_N = mkN014a "" ; - verootstypnica_N = mkN041 "" ; - verootstypni_ch_eski_A = mkA078 "" ; - verootstypni_ch_estvo_N = mkN054 "" ; - verotyrpim_A = mkA076 "" ; - verotyrpimost_N = mkN049 "" ; - verou_ch_enie_N = mkN072 "" ; - vero_ja_ten_A = mkA079 "" ; - vero_ja_tnost_N = mkN049 "" ; - vero_ja_tnosten_A = mkA079 "" ; - versifikaci_ja__N = mkN047 "" ; - versi_ja__N = mkN047 "" ; - verski_A = mkA078 "" ; - versta_N = mkN041 "" ; - vertebralen_A = mkA079 "" ; - vertep_N = mkN007 "" ; - vertikal_N = mkN007 "" ; - vertikalen_A = mkA079 "" ; - vertikalnost_N = mkN049 "" ; - vertolet_N = mkN007 "" ; - veru_iu__N = mkN065 "" ; - veru_iu__sht__A = mkA076 "" ; - vesel_A = mkA076 "" ; - veselba_N = mkN041 "" ; - veselbar_N = mkN007 "" ; - veselie_N = mkN072 "" ; - veselost_N = mkN049 "" ; - vesel_ja__V = stateV (mkV174 "") ; - vesel_ja_k_N = mkN014a "" ; - vesel_ja__sh_ki_A = mkA078 "" ; - veslar_N = mkN031a "" ; - veslo_N = mkN054 "" ; - vest_N = mkN049 "" ; - vestalka_N = mkN041 "" ; - vestib_iu_l_N = mkN007 "" ; - vestitel_N = mkN031a "" ; - vestitelka_N = mkN041 "" ; - vestitelski_A = mkA078 "" ; - vestna_V = stateV (mkV152 "") ; - vestnik_N = mkN014 "" ; - vestnikar_N = mkN031a "" ; - vestnikarski_A = mkA078 "" ; - vestnikarstvo_N = mkN054 "" ; - vestnikar_ch_e_N = mkN065 "" ; - vestnikoprodavec_N = mkN008a "" ; - vestnikoprodav_ch_e_N = mkN065 "" ; - vestni_ch_e_N = mkN065 "" ; - vestovoj_N = mkN032 "" ; - vestonosec_N = mkN008a "" ; - vest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vest_ja_vane_N = mkN071 "" ; - ves_ja__V = stateV (mkV173 "") ; - veteran_N = mkN007 "" ; - veterinar_N = mkN007 "" ; - veterinaren_A = mkA079 "" ; - veto_N = mkN054 "" ; - vetren_A = mkA076 "" ; - vetrec_N = mkN027 "" ; - vetre_ja__V = stateV (mkV160 "") ; - vetrilnik_N = mkN014 "" ; - vetrilo_N = mkN054 "" ; - vetriloobrazen_A = mkA079 "" ; - vetroval_N = mkN007 "" ; - vetrovit_A = mkA076 "" ; - vetrovitost_N = mkN049 "" ; - vetrogon_N = mkN007 "" ; - vetromer_N = mkN007 "" ; - vetropokazatel_N = mkN031 "" ; - vetrouporen_A = mkA079 "" ; - vetrohod_N = mkN007 "" ; - vetrohodec_N = mkN008a "" ; - vetrohodstvo_N = mkN054 "" ; - vetr_ja__V = stateV (mkV173 "") ; - vehna_V = stateV (mkV152 "") ; - veht_A = mkA076 "" ; - vehte_ja__V = stateV (mkV160 "") ; - vehtozaveten_A = mkA079 "" ; - vehtori_ja__N = mkN047 "" ; - vehto_sh_ar_N = mkN031a "" ; - vehto_sh_arski_A = mkA078 "" ; - ve_ch_en_A = mkA079 "" ; - ve_ch_er_N = mkN049 "" ; - ve_ch_eren_A = mkA079 "" ; - ve_ch_erinka_N = mkN041 "" ; - ve_ch_ernik_N = mkN014 "" ; - ve_ch_ernica_N = mkN041 "" ; - ve_ch_ern_ja__N = mkN047 "" ; - ve_ch_er_ja__N = mkN047 "" ; - ve_ch_er_ja_m_V = stateV (mkV187 "") ; - ve_ch_er_ja_ne_N = mkN071 "" ; - ve_ch_nozelen_A = mkA076 "" ; - ve_ch_nost_N = mkN049 "" ; - ve_sht__A = mkA076 "" ; - ve_sht_aene_N = mkN071 "" ; - ve_sht_atel_N = mkN031a "" ; - ve_sht_a_ja__V = stateV (mkV161 "") ; - ve_sht_evi_A = mkA078 "" ; - ve_sht_en_A = mkA079 "" ; - ve_sht_erica_N = mkN041 "" ; - ve_sht_estven_A = mkA076 "" ; - ve_sht_estvenost_N = mkN049 "" ; - ve_sht_estvo_N = mkN054 "" ; - ve_sht_ina_N = mkN041 "" ; - ve_sht_ica_N = mkN041 "" ; - ve_ja__V = stateV (mkV164 "") ; - ve_ja_vica_N = mkN041 "" ; - ve_ja_lka_N = mkN041 "" ; - ve_ja__ch_ka_N = mkN041 "" ; - v_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - v_zj_iv_ja_vane_N = mkN071 "" ; - vzaimen_A = mkA079 "" ; - vzaimnozavisim_A = mkA076 "" ; - vzaimnoizgoden_A = mkA079 "" ; - vzaimnost_N = mkN049 "" ; - vzaimovryzka_N = mkN041 "" ; - vzaimodejstvam_V = stateV (mkV186 "") ; - vzaimodejstvane_N = mkN071 "" ; - vzaimodejstvie_N = mkN072 "" ; - vzaimodejstvuvam_V = stateV (mkV186 "") ; - vzaimodejstvuvane_N = mkN071 "" ; - vzaimozavisim_A = mkA076 "" ; - vzaimozavisimost_N = mkN049 "" ; - vzaimozamen_ja_em_A = mkA076 "" ; - vzaimoizgoden_A = mkA079 "" ; - vzaimoizkl_iu__ch_va_sht__A = mkA076 "" ; - vzaimoosiguritelen_A = mkA079 "" ; - vzaimootno_sh_enie_N = mkN072 "" ; - vzaimopomo_sht__N = mkN049 "" ; - vzaimopory_ch_itel_N = mkN031a "" ; - vzaimorazbiratelstvo_N = mkN054 "" ; - vzaimospomagatelen_A = mkA079 "" ; - vzaimstvam_V = stateV (mkV186 "") ; - vzaimstvane_N = mkN071 "" ; - vzaimstvuvam_V = stateV (mkV186 "") ; - vzaimstvuvane_N = mkN071 "" ; - vzvod_N = mkN001 "" ; - vzvoden_A = mkA079 "" ; - vzemam_V = actionV (mkV186 "") (mkV171 "") ; - vzemane_N = mkN071 "" ; - vzidam_V = stateV (mkV186 "") ; - vzidane_N = mkN071 "" ; - vzi_zj_dam_V = stateV (mkV186 "") ; - vzi_zj_dane_N = mkN071 "" ; - vzimam_V = stateV (mkV186 "") ; - vzimane_N = mkN071 "" ; - vziram_V = stateV (mkV186 "") ; - vzirane_N = mkN071 "" ; - vziskatel_N = mkN031a "" ; - vziskatelen_A = mkA079 "" ; - vziskatelnost_N = mkN049 "" ; - vzlom_N = mkN001 "" ; - vzlomen_A = mkA079 "" ; - vzor_N = mkN001 "" ; - vzra_V = stateV (mkV150 "") ; - vzriv_N = mkN001 "" ; - vzrivatel_N = mkN031 "" ; - vzriven_A = mkA079 "" ; - vzrivobezopasen_A = mkA079 "" ; - vzrivoopasen_A = mkA079 "" ; - vzriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vzriv_ja_vane_N = mkN071 "" ; - vz_ja_tka_N = mkN041 "" ; - vibrator_N = mkN007 "" ; - vibrafon_N = mkN007 "" ; - vibracionen_A = mkA079 "" ; - vibraci_ja__N = mkN047 "" ; - vibrion_N = mkN007 "" ; - vibriram_V = stateV (mkV186 "") ; - vibrirane_N = mkN071 "" ; - vibrobeton_N = mkN007 "" ; - vibrobetonen_A = mkA079 "" ; - vivarium_N = mkN007 "" ; - vivisekci_ja__N = mkN047 "" ; - vigvam_V = stateV (mkV186 "") ; - vid_N = mkN001 "" ; - videle_ja__V = stateV (mkV160 "") ; - videlina_N = mkN041 "" ; - viden_A = mkA079 "" ; - videnie_N = mkN072 "" ; - video_N = mkN065 "" ; - videoadapter_N = mkN007 "" ; - videobele_zj_nik_N = mkN014 "" ; - videovryzka_N = mkN041 "" ; - videodisplej_N = mkN032 "" ; - videoekran_N = mkN007 "" ; - videozapis_N = mkN007 "" ; - videozapisen_A = mkA079 "" ; - videoigra_N = mkN041 "" ; - videokamera_N = mkN041 "" ; - videokarta_N = mkN041 "" ; - videokaseta_N = mkN041 "" ; - videokontroler_N = mkN007 "" ; - videosenzoren_A = mkA079 "" ; - videosignal_N = mkN007 "" ; - videotelefon_N = mkN007 "" ; - videotelefoni_ja__N = mkN047 "" ; - videoterminal_N = mkN007 "" ; - videoterminalen_A = mkA079 "" ; - videouskoritel_N = mkN031 "" ; - videofajl_N = mkN001 "" ; - videofilm_N = mkN007 "" ; - videofon_N = mkN007 "" ; - videofonen_A = mkA079 "" ; - vidim_A = mkA076 "" ; - vidimost_N = mkN049 "" ; - vidiot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vidiot_ja_vane_N = mkN071 "" ; - vidov_A = mkA076 "" ; - vidoizmenenie_N = mkN072 "" ; - vidoizmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vidoizmen_ja_vane_N = mkN071 "" ; - vidoizmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - vidoizmen_ja_ne_N = mkN071 "" ; - vidra_N = mkN041 "" ; - vidrov_A = mkA076 "" ; - vid_ja__V = stateV (mkV181 "") ; - vielica_N = mkN041 "" ; - viene_N = mkN071 "" ; - vienski_A = mkA078 "" ; - vien_ch_anin_N = mkN018 "" ; - vien_ch_anka_N = mkN041 "" ; - vietnamec_N = mkN008a "" ; - vietnamski_A = mkA078 "" ; - vi_zj_dam_V = stateV (mkV186 "") ; - vi_zj_dane_N = mkN071 "" ; - viza_N = mkN041 "" ; - vizantiec_N = mkN013 "" ; - vizantijka_N = mkN041 "" ; - vizantijski_A = mkA078 "" ; - vizantijstvo_N = mkN054 "" ; - vizantij_sht_ina_N = mkN041 "" ; - vizantolog_N = mkN015 "" ; - vizantologi_ja__N = mkN047 "" ; - viziram_V = stateV (mkV186 "") ; - vizirane_N = mkN071 "" ; - vizita_N = mkN041 "" ; - vizitaci_ja__N = mkN047 "" ; - viziten_A = mkA079 "" ; - vizitiram_V = stateV (mkV186 "") ; - vizitirane_N = mkN071 "" ; - vizitka_N = mkN041 "" ; - vizitnik_N = mkN014 "" ; - vizitxor_N = mkN007 "" ; - vizov_A = mkA076 "" ; - vizon_N = mkN007 "" ; - vizualen_A = mkA079 "" ; - vizualizator_N = mkN007 "" ; - vizualizaci_ja__N = mkN047 "" ; - vizualiziram_V = stateV (mkV186 "") ; - vizualizirane_N = mkN071 "" ; - vizxor_N = mkN007 "" ; - vik_N = mkN001 "" ; - vikam_V = actionV (mkV186 "") (mkV152 "") ; - vikane_N = mkN071 "" ; - vikanica_N = mkN041 "" ; - vikarij_N = mkN032a "" ; - vika_ch__N = mkN007 "" ; - vikvam_V = actionV (mkV186 "") (mkV152 "") ; - vikvane_N = mkN071 "" ; - viking_N = mkN007 "" ; - vikingski_A = mkA078 "" ; - vikont_N = mkN007 "" ; - vikontesa_N = mkN041 "" ; - viktorianec_N = mkN008a "" ; - viktorianski_A = mkA078 "" ; - viktorina_N = mkN041 "" ; - vila_N = mkN041 "" ; - vilaet_N = mkN007 "" ; - vilaetski_A = mkA078 "" ; - vilica_N = mkN041 "" ; - vili_ch_ka_N = mkN041 "" ; - vilka_N = mkN041 "" ; - vilkoobrazen_A = mkA079 "" ; - vilneene_N = mkN071 "" ; - vilne_ja__V = stateV (mkV160 "") ; - viloobrazen_A = mkA079 "" ; - vime_N = mkN065 "" ; - vimest_A = mkA076 "" ; - vimpel_N = mkN007 "" ; - vina_N = mkN041 "" ; - vinar_N = mkN031a "" ; - vinarka_N = mkN041 "" ; - vinarski_A = mkA078 "" ; - vinarstvo_N = mkN054 "" ; - vinen_A = mkA076 "" ; - vineno_ch_erven_A = mkA076 "" ; - vinetka_N = mkN041 "" ; - vinitelen_A = mkA079 "" ; - vinkel_N = mkN007 "" ; - vinkelov_A = mkA076 "" ; - vino_N = mkN054 "" ; - vinovat_A = mkA076 "" ; - vinoven_A = mkA079 "" ; - vinovnik_N = mkN014 "" ; - vinovnica_N = mkN041 "" ; - vinovnost_N = mkN049 "" ; - vinoproizvoditel_N = mkN031a "" ; - vinoproizvoditelen_A = mkA079 "" ; - vinoproizvodstvo_N = mkN054 "" ; - vino_ch_erpec_N = mkN008a "" ; - vinpromski_A = mkA078 "" ; - vint_N = mkN001 "" ; - vintov_A = mkA076 "" ; - vintovka_N = mkN041 "" ; - vint_ch_e_N = mkN065 "" ; - vint_ja_ga_N = mkN041 "" ; - vint_ja__zj_en_A = mkA079 "" ; - vince_N = mkN066 "" ; - vin_ja__V = stateV (mkV174 "") ; - viola_N = mkN041 "" ; - violetka_N = mkN041 "" ; - violetov_A = mkA076 "" ; - violetovo_ch_erven_A = mkA076 "" ; - violinov_A = mkA076 "" ; - violonist_N = mkN007 "" ; - violonistka_N = mkN041 "" ; - violon_ch_elist_N = mkN007 "" ; - violon_ch_elistka_N = mkN041 "" ; - violon_ch_elo_N = mkN054 "" ; - vipusk_N = mkN007 "" ; - vipusnik_N = mkN014 "" ; - vir_N = mkN001 "" ; - vira_zj__N = mkN007 "" ; - virvam_V = actionV (mkV186 "") (mkV152 "") ; - virvane_N = mkN071 "" ; - vireene_N = mkN071 "" ; - vire_ja__V = stateV (mkV160 "") ; - virment_N = mkN007 "" ; - virnatost_N = mkN049 "" ; - viroglav_A = mkA076 "" ; - viroglavec_N = mkN008a "" ; - viroglavie_N = mkN072 "" ; - viroglavka_N = mkN041 "" ; - viroglavstvam_V = stateV (mkV186 "") ; - viroglavstvane_N = mkN071 "" ; - viroglavstvo_N = mkN054 "" ; - viroglav_sht_ina_N = mkN041 "" ; - virtualen_A = mkA079 "" ; - virtuoz_N = mkN007 "" ; - virtuozen_A = mkA079 "" ; - virtuozka_N = mkN041 "" ; - virtuoznost_N = mkN049 "" ; - virulenten_A = mkA079 "" ; - virulentnost_N = mkN049 "" ; - virus_N = mkN007 "" ; - virusen_A = mkA079 "" ; - virusologi_ja__N = mkN047 "" ; - vir_ja__V = stateV (mkV173 "") ; - vis_N = mkN001 "" ; - visvam_V = actionV (mkV186 "") (mkV177 "") ; - visvane_N = mkN071 "" ; - visene_N = mkN071 "" ; - visilka_N = mkN041 "" ; - visina_N = mkN041 "" ; - viskoza_N = mkN041 "" ; - viskozen_A = mkA079 "" ; - viskozitet_N = mkN007 "" ; - viskoznost_N = mkN049 "" ; - visna_V = stateV (mkV152 "") ; - visok_A = mkA076 "" ; - visoki_ch_yk_A = mkA080 "" ; - visokoblagorodie_N = mkN072 "" ; - visokovoltov_A = mkA076 "" ; - visokogovoritel_N = mkN031 "" ; - visokodogovar_ja__sht__A = mkA076 "" ; - visokokalori_ch_en_A = mkA079 "" ; - visokoka_ch_estven_A = mkA076 "" ; - visokoka_ch_estvenik_N = mkN014 "" ; - visokoka_ch_estvenost_N = mkN049 "" ; - visokokvalificiran_A = mkA076 "" ; - visokomer_N = mkN007 "" ; - visokomeren_A = mkA079 "" ; - visokomerie_N = mkN072 "" ; - visokometyr_N = mkN009 "" ; - visokomoralen_A = mkA079 "" ; - visokonaporen_A = mkA079 "" ; - visokonraven_A = mkA079 "" ; - visokonravie_N = mkN072 "" ; - visokonravstven_A = mkA076 "" ; - visokonravstvenost_N = mkN049 "" ; - visokoobrazovan_A = mkA076 "" ; - visokoparen_A = mkA079 "" ; - visokoparnost_N = mkN049 "" ; - visokoplaninski_A = mkA078 "" ; - visokoplaten_A = mkA076 "" ; - visokopodstrigan_A = mkA076 "" ; - visokopostaven_A = mkA076 "" ; - visokoprevyzhoditelstvo_N = mkN054 "" ; - visokopreosve_sht_en_A = mkA076 "" ; - visokopreosve_sht_enstvo_N = mkN054 "" ; - visokoproduktiven_A = mkA079 "" ; - visokoproizvoditelen_A = mkA079 "" ; - visokoradioaktiven_A = mkA079 "" ; - visokorazvit_A = mkA076 "" ; - visokosen_A = mkA079 "" ; - visokoskorosten_A = mkA079 "" ; - visokosteblen_A = mkA076 "" ; - visokouva_zj_avan_A = mkA076 "" ; - visokoholesterolen_A = mkA079 "" ; - visoko_ch_estoten_A = mkA079 "" ; - visoko_ch_uvstvitelen_A = mkA079 "" ; - visota_N = mkN041 "" ; - viso_ch_aj_sh__A = mkA076 "" ; - viso_ch_estvo_N = mkN054 "" ; - viso_ch_ina_N = mkN041 "" ; - viso_ch_inen_A = mkA079 "" ; - viso_ch_yk_A = mkA080 "" ; - visulka_N = mkN041 "" ; - visceralen_A = mkA079 "" ; - vis_sh__A = mkA077 "" ; - vis_sh_esto_ja__sht__A = mkA076 "" ; - vis_sh_ist_N = mkN007 "" ; - vis_sh_istka_N = mkN041 "" ; - vitaene_N = mkN071 "" ; - vitalen_A = mkA079 "" ; - vitalizym_N = mkN011 "" ; - vitamin_N = mkN007 "" ; - vitaminen_A = mkA079 "" ; - vitaminozen_A = mkA079 "" ; - vita_ja__V = stateV (mkV161 "") ; - vitijstvo_N = mkN054 "" ; - vitlo_N = mkN054 "" ; - vitlov_A = mkA076 "" ; - vitloobrazen_A = mkA079 "" ; - vitorog_A = mkA076 "" ; - vitrina_N = mkN041 "" ; - vitrinen_A = mkA079 "" ; - vitriol_N = mkN007 "" ; - vihren_A = mkA076 "" ; - vihrenost_N = mkN049 "" ; - vihrov_A = mkA076 "" ; - vihrovakum_N = mkN007 "" ; - vihroobrazen_A = mkA079 "" ; - vihru_sh_ka_N = mkN041 "" ; - vihyr_N = mkN009 "" ; - vic_N = mkN001 "" ; - vice_N = mkN065 "" ; - viceadmiral_N = mkN007a "" ; - vicegubernator_N = mkN007a "" ; - vicekancler_N = mkN007 "" ; - vicekonsul_N = mkN007a "" ; - vicekral_N = mkN035a "" ; - vicekralski_A = mkA078 "" ; - viceprezident_N = mkN007a "" ; - vi_sh_eglasie_N = mkN072 "" ; - vi_sh_esto_ja__sht__A = mkA076 "" ; - vi_sh_istka_N = mkN041 "" ; - vi_sh_na_N = mkN041 "" ; - vi_sh_nev_A = mkA076 "" ; - vi_sh_nevo_ch_erven_A = mkA076 "" ; - vi_sh_nen_A = mkA076 "" ; - vi_sh_neno_ch_erven_A = mkA076 "" ; - vi_sh_nov_A = mkA076 "" ; - vi_sh_novka_N = mkN041 "" ; - vi_sh_n_ja__N = mkN047 "" ; - vi_ja__V = stateV (mkV163 "") ; - vkamenelost_N = mkN049 "" ; - vkamenen_A = mkA076 "" ; - vkamenenost_N = mkN049 "" ; - vkamen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkamen_ja_vane_N = mkN071 "" ; - vkarvam_V = actionV (mkV186 "") (mkV186 "") ; - vkarvane_N = mkN071 "" ; - vkisvam_V = actionV (mkV186 "") (mkV152 "") ; - vkisvane_N = mkN071 "" ; - vkisel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkisel_ja_vane_N = mkN071 "" ; - vkle_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - vkle_sht_vane_N = mkN071 "" ; - vkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vkl_iu__ch_vane_N = mkN071 "" ; - vkl_iu__ch_vatelen_A = mkA079 "" ; - vkl_iu__ch_en_A = mkA076 "" ; - vkovavam_V = actionV (mkV186 "") (mkV151 "") ; - vkovavane_N = mkN071 "" ; - vkokal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkokal_ja_vane_N = mkN071 "" ; - vkopavam_V = actionV (mkV186 "") (mkV161 "") ; - vkopavane_N = mkN071 "" ; - vkop_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vkop_ch_vane_N = mkN071 "" ; - vkorav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkorav_ja_vane_N = mkN071 "" ; - vkorenenost_N = mkN049 "" ; - vkoren_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkoren_ja_vane_N = mkN071 "" ; - vkosten_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vkosten_ja_vane_N = mkN071 "" ; - vko_ch_anenost_N = mkN049 "" ; - vko_ch_ane_ja__V = stateV (mkV160 "") ; - vko_ch_an_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vko_ch_an_ja_vane_N = mkN071 "" ; - vko_ch_an_ja_sane_N = mkN071 "" ; - vko_ch_an_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - vko_ch_an_ja_svane_N = mkN071 "" ; - vkus_N = mkN001 "" ; - vkusvam_V = actionV (mkV186 "") (mkV173 "") ; - vkusvane_N = mkN071 "" ; - vkusen_A = mkA079 "" ; - vkusov_A = mkA076 "" ; - vkusoti_ja__N = mkN047 "" ; - vlaga_N = mkN041 "" ; - vlagali_sht_e_N = mkN066 "" ; - vlagali_sht_en_A = mkA079 "" ; - vlagam_V = actionV (mkV186 "") (mkV176 "") ; - vlagane_N = mkN071 "" ; - vlagomer_N = mkN007 "" ; - vladajski_A = mkA078 "" ; - vladeene_N = mkN071 "" ; - vladelec_N = mkN008a "" ; - vladel_ch_eski_A = mkA078 "" ; - vladenie_N = mkN072 "" ; - vladetel_N = mkN031a "" ; - vladetelka_N = mkN041 "" ; - vladetelski_A = mkA078 "" ; - vlade_ja__V = stateV (mkV160 "") ; - vladika_N = mkN038 "" ; - vladi_ch_estvam_V = stateV (mkV186 "") ; - vladi_ch_estvane_N = mkN071 "" ; - vladi_ch_estvo_N = mkN054 "" ; - vladi_sh_ki_A = mkA078 "" ; - vla_zj_en_A = mkA079 "" ; - vla_zj_ne_ja__V = stateV (mkV160 "") ; - vla_zj_nost_N = mkN049 "" ; - vlak_N = mkN001 "" ; - vlaka_N = mkN041 "" ; - vlaknen_A = mkA076 "" ; - vlaknest_A = mkA076 "" ; - vlakno_N = mkN054 "" ; - vlaknoviden_A = mkA079 "" ; - vlaknodaen_A = mkA085 "" ; - vlakov_A = mkA076 "" ; - vlak_ch_e_N = mkN065 "" ; - vlakynce_N = mkN066 "" ; - vlas_N = mkN007 "" ; - vlasat_A = mkA076 "" ; - vlasenica_N = mkN041 "" ; - vlasest_A = mkA076 "" ; - vlasinka_N = mkN041 "" ; - vlast_N = mkN049 "" ; - vlastvam_V = stateV (mkV186 "") ; - vlastvane_N = mkN071 "" ; - vlastva_sht__A = mkA076 "" ; - vlastvuvam_V = stateV (mkV186 "") ; - vlastvuvane_N = mkN071 "" ; - vlastvuva_sht__A = mkA076 "" ; - vlastelin_N = mkN007 "" ; - vlasten_A = mkA079 "" ; - vlastitel_N = mkN031a "" ; - vlastitelka_N = mkN041 "" ; - vlastnik_N = mkN014 "" ; - vlastnica_N = mkN041 "" ; - vlastni_ch_eski_A = mkA078 "" ; - vlastodyr_zj_ec_N = mkN008a "" ; - vlastol_iu_bec_N = mkN008a "" ; - vlastol_iu_biv_A = mkA076 "" ; - vlastol_iu_bie_N = mkN072 "" ; - vlah_N = mkN016 "" ; - vla_ch_a_V = stateV (mkV176 "") ; - vla_ch_ene_N = mkN071 "" ; - vla_sh_ki_A = mkA078 "" ; - vleden_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vleden_ja_vane_N = mkN071 "" ; - vled_ja__V = stateV (mkV174 "") ; - vlezna_V = stateV (mkV152 "") ; - vlek_N = mkN001 "" ; - vleka_V = stateV (mkV149 "") ; - vleka_ch__N = mkN007 "" ; - vlet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - vlet_ja_vane_N = mkN071 "" ; - vle_ch_enie_N = mkN072 "" ; - vle_ch_ugo_N = mkN062 "" ; - vle_ch_ugoiden_A = mkA079 "" ; - vle_ja__V = stateV (mkV164 "") ; - vlivam_V = stateV (mkV186 "") ; - vlivane_N = mkN071 "" ; - vlizam_V = stateV (mkV186 "") ; - vlizane_N = mkN071 "" ; - vlitam_V = stateV (mkV186 "") ; - vlitane_N = mkN071 "" ; - vli_ja_nie_N = mkN072 "" ; - vli_ja_telen_A = mkA079 "" ; - vli_ja__ja__V = stateV (mkV161 "") ; - vlog_N = mkN001 "" ; - vlogov_A = mkA076 "" ; - vlo_zj_enie_N = mkN072 "" ; - vlo_zj_itel_N = mkN031a "" ; - vlo_zj_itelka_N = mkN041 "" ; - vlo_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - vlo_sh_avane_N = mkN071 "" ; - vlud_ja_vam_V = stateV (mkV186 "") ; - vlyhva_N = mkN038 "" ; - vl_iu_bvam_V = actionV (mkV186 "") (mkV173 "") ; - vl_iu_bvane_N = mkN071 "" ; - vl_iu_ben_A = mkA076 "" ; - vl_iu_benost_N = mkN049 "" ; - vl_iu_b_ch_iv_A = mkA076 "" ; - vl_iu_b_ch_ivost_N = mkN049 "" ; - vl_ja_za_V = stateV (mkV147 "") ; - vmania_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - vmania_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vmania_ch_vane_N = mkN071 "" ; - vmania_ch_enost_N = mkN049 "" ; - vmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vmen_ja_vane_N = mkN071 "" ; - vmen_ja_em_A = mkA076 "" ; - vmen_ja_emost_N = mkN049 "" ; - vmesvam_V = actionV (mkV186 "") (mkV173 "") ; - vmesvane_N = mkN071 "" ; - vmestvam_V = actionV (mkV186 "") (mkV173 "") ; - vmestvane_N = mkN071 "" ; - vmestili_sht_e_N = mkN066 "" ; - vmestimost_N = mkN049 "" ; - vmeta_V = stateV (mkV145 "") ; - vmetna_V = stateV (mkV152 "") ; - vme_sh_atelstvo_N = mkN054 "" ; - vmirisvam_V = actionV (mkV186 "") (mkV159 "") ; - vmirisvane_N = mkN071 "" ; - vmykvam_V = actionV (mkV186 "") (mkV152 "") ; - vmykvane_N = mkN071 "" ; - vm_ja_tam_V = stateV (mkV186 "") ; - vm_ja_tane_N = mkN071 "" ; - vnas_ja_m_V = stateV (mkV187 "") ; - vnas_ja_ne_N = mkN071 "" ; - vnedr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vnedr_ja_vane_N = mkN071 "" ; - vnezapen_A = mkA079 "" ; - vnezapnost_N = mkN049 "" ; - vnesa_V = stateV (mkV145a "") ; - vnikvam_V = actionV (mkV186 "") (mkV152 "") ; - vnikvane_N = mkN071 "" ; - vnimavam_V = stateV (mkV186 "") ; - vnimavane_N = mkN071 "" ; - vnimanie_N = mkN072 "" ; - vnimatelen_A = mkA079 "" ; - vnimatelnost_N = mkN049 "" ; - vnos_N = mkN001 "" ; - vnosen_A = mkA079 "" ; - vnositel_N = mkN031a "" ; - vnositelka_N = mkN041 "" ; - vnoska_N = mkN041 "" ; - vnuk_N = mkN014 "" ; - vnu_ch_e_N = mkN065 "" ; - vnu_ch_ka_N = mkN041 "" ; - vnu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - vnu_sh_avane_N = mkN071 "" ; - vnu_sh_aemost_N = mkN049 "" ; - vnu_sh_enie_N = mkN072 "" ; - vnu_sh_itelen_A = mkA079 "" ; - vnu_sh_itelnost_N = mkN049 "" ; - voajor_N = mkN007 "" ; - voajorstvo_N = mkN054 "" ; - voal_N = mkN007 "" ; - voala_zj_en_A = mkA079 "" ; - voaletka_N = mkN041 "" ; - voaliram_V = stateV (mkV186 "") ; - voalirane_N = mkN071 "" ; - voda_N = mkN041 "" ; - voda_ch__N = mkN007b "" ; - voda_ch_estvo_N = mkN054 "" ; - voda_ch_ka_N = mkN041 "" ; - vodevil_N = mkN007 "" ; - vodevilen_A = mkA079 "" ; - voden_A = mkA079 "" ; - vodene_N = mkN071 "" ; - vodenica_N = mkN041 "" ; - vodeni_ch_ar_N = mkN031a "" ; - vodeni_ch_arka_N = mkN041 "" ; - vodeni_ch_arski_A = mkA078 "" ; - vodeni_ch_en_A = mkA079 "" ; - vodeni_ch_ka_N = mkN041 "" ; - vode_sht__A = mkA076 "" ; - voditel_N = mkN031a "" ; - voditelka_N = mkN041 "" ; - voditelstvo_N = mkN054 "" ; - vodica_N = mkN041 "" ; - vodka_N = mkN041 "" ; - vodnik_N = mkN014 "" ; - vodnist_A = mkA076 "" ; - vodnoelektri_ch_eski_A = mkA078 "" ; - vodnosilov_A = mkA076 "" ; - vodnocveten_A = mkA079 "" ; - vodovyrte_zj__N = mkN007 "" ; - vododel_N = mkN007 "" ; - vodoem_N = mkN007 "" ; - vodoza_sht_iten_A = mkA079 "" ; - vodoizmervatelen_A = mkA079 "" ; - vodoizmestimost_N = mkN049 "" ; - vodoizpuskatel_N = mkN031 "" ; - vodolaz_N = mkN007a "" ; - vodolazen_A = mkA079 "" ; - vodolej_N = mkN032 "" ; - vodole_ch_eben_A = mkA079 "" ; - vodole_ch_enie_N = mkN072 "" ; - vodolini_ja__N = mkN047 "" ; - vodomer_N = mkN007 "" ; - vodomeren_A = mkA079 "" ; - vodonaporen_A = mkA079 "" ; - vodonepronicaem_A = mkA076 "" ; - vodonosa_ch__N = mkN007a "" ; - vodootvod_N = mkN007 "" ; - vodootvoden_A = mkA079 "" ; - vodootliven_A = mkA079 "" ; - vodoo_ch_istitelen_A = mkA079 "" ; - vodopad_N = mkN007 "" ; - vodopoj_N = mkN032 "" ; - vodopokazatel_N = mkN031 "" ; - vodoprovod_N = mkN007 "" ; - vodoprovoden_A = mkA079 "" ; - vodoprovod_ch_ik_N = mkN014 "" ; - vodoraven_A = mkA079 "" ; - vodorazdel_N = mkN007 "" ; - vodoraslen_A = mkA076 "" ; - vodoraslo_N = mkN062 "" ; - vodorod_N = mkN007 "" ; - vodoroden_A = mkA079 "" ; - vodosboren_A = mkA079 "" ; - vodoskok_N = mkN014 "" ; - vodosnabden_A = mkA076 "" ; - vodosnabd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vodosnabd_ja_vane_N = mkN071 "" ; - vodostok_N = mkN014 "" ; - vodosto_ch_en_A = mkA079 "" ; - vodostroitelstvo_N = mkN054 "" ; - vodostruen_A = mkA085 "" ; - vodosybiratelen_A = mkA079 "" ; - vodoudyr_zj_ane_N = mkN071 "" ; - vodoustoj_ch_ivost_N = mkN049 "" ; - vodohranili_sht_e_N = mkN066 "" ; - vod_ja__V = stateV (mkV173 "") ; - voevoda_N = mkN038 "" ; - voevodstvo_N = mkN054 "" ; - voena_ch_alnik_N = mkN014 "" ; - voenen_A = mkA079 "" ; - voennovremenen_A = mkA079 "" ; - voennovyzdu_sh_en_A = mkA079 "" ; - voennoinvalid_N = mkN007 "" ; - voennokomanduva_sht__A = mkA076 "" ; - voennomorski_A = mkA078 "" ; - voennopleni_ch_eski_A = mkA078 "" ; - voennoplennik_N = mkN014 "" ; - voennopolevi_A = mkA078 "" ; - voennopoliti_ch_eski_A = mkA078 "" ; - voennoprestypnik_N = mkN014 "" ; - voennoslu_zj_e_sht__A = mkA076 "" ; - voennosydeben_A = mkA079 "" ; - voennotopografski_A = mkA078 "" ; - voen_sht_ina_N = mkN041 "" ; - vo_zj_d_N = mkN001 "" ; - voza_ch__N = mkN007 "" ; - vozene_N = mkN071 "" ; - vozilo_N = mkN054 "" ; - voz_ja__V = stateV (mkV173 "") ; - voin_N = mkN007 "" ; - voi_sht_e_N = mkN066 "" ; - voj_N = mkN028 "" ; - vojvoda_N = mkN038 "" ; - vojn_N = mkN007 "" ; - vojna_N = mkN041 "" ; - vojnik_N = mkN014a "" ; - vojniklyk_N = mkN014 "" ; - vojni_ch_e_N = mkN065 "" ; - vojni_sh_ki_A = mkA078 "" ; - vojnol_iu_bec_N = mkN008a "" ; - vojnol_iu_biv_A = mkA076 "" ; - vojnol_iu_bie_N = mkN072 "" ; - vojnstven_A = mkA076 "" ; - vojnstvenost_N = mkN049 "" ; - vojnstvo_N = mkN054 "" ; - vojska_N = mkN041 "" ; - vojskovi_A = mkA078 "" ; - vokabula_N = mkN041 "" ; - vokal_N = mkN007 "" ; - vokalen_A = mkA079 "" ; - vokalizaci_ja__N = mkN047 "" ; - vokaliziram_V = stateV (mkV186 "") ; - vokalizym_N = mkN011 "" ; - voksel_N = mkN007 "" ; - vol_N = mkN001 "" ; - volan_N = mkN007 "" ; - volarski_A = mkA078 "" ; - volev_A = mkA076 "" ; - volevi_A = mkA078 "" ; - volevost_N = mkN049 "" ; - volejbol_N = mkN040a "" ; - volejbolen_A = mkA079 "" ; - volejbolist_N = mkN007 "" ; - volejbolistka_N = mkN041 "" ; - volen_A = mkA079 "" ; - volnodumen_A = mkA079 "" ; - volnodumec_N = mkN008a "" ; - volnonaemen_A = mkA079 "" ; - volnost_N = mkN049 "" ; - volovar_N = mkN031a "" ; - volovarka_N = mkN041 "" ; - volovski_A = mkA078 "" ; - volski_A = mkA078 "" ; - volt_N = mkN001 "" ; - volta_zj__N = mkN007 "" ; - voltamper_N = mkN007 "" ; - volterianec_N = mkN008a "" ; - volterianski_A = mkA078 "" ; - voltmetyr_N = mkN009 "" ; - voltov_A = mkA076 "" ; - volfram_N = mkN007 "" ; - volframov_A = mkA076 "" ; - vol_ja__N = mkN047 "" ; - vone_sht__A = mkA076 "" ; - vone_sht_ica_N = mkN041 "" ; - vone_ja__V = stateV (mkV160 "") ; - von_ja__V = stateV (mkV174 "") ; - vopyl_N = mkN009 "" ; - vosyk_N = mkN014 "" ; - vosy_ch_en_A = mkA079 "" ; - vot_N = mkN001 "" ; - vo_sht_enica_N = mkN041 "" ; - vo_iu_vam_V = stateV (mkV186 "") ; - vo_iu_vane_N = mkN071 "" ; - vpervam_V = actionV (mkV186 "") (mkV173 "") ; - vpervane_N = mkN071 "" ; - vperen_A = mkA076 "" ; - vper_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - vper_ja_ne_N = mkN071 "" ; - vpe_ch_atlenie_N = mkN072 "" ; - vpe_ch_atlitelen_A = mkA079 "" ; - vpe_ch_atlitelnost_N = mkN049 "" ; - vpe_ch_atl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vpe_ch_atl_ja_vane_N = mkN071 "" ; - vpivam_V = actionV (mkV186 "") (mkV163 "") ; - vpivane_N = mkN071 "" ; - vpisvam_V = actionV (mkV186 "") (mkV159 "") ; - vpisvane_N = mkN071 "" ; - vplitam_V = actionV (mkV186 "") (mkV145 "") ; - vplitane_N = mkN071 "" ; - vpregaten_A = mkA079 "" ; - vpreda_V = stateV (mkV145 "") ; - vprim_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vprim_ch_vane_N = mkN071 "" ; - vpryskane_N = mkN071 "" ; - vpryskvam_V = actionV (mkV186 "") (mkV186 "") ; - vpryskvane_N = mkN071 "" ; - vpr_ja_g_N = mkN001 "" ; - vpr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - vpr_ja_gane_N = mkN071 "" ; - vpuskam_V = actionV (mkV186 "") (mkV152 "") ; - vpuskane_N = mkN071 "" ; - vpu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - vpyhvam_V = stateV (mkV186 "") ; - vpyhvane_N = mkN071 "" ; - vra_V = stateV (mkV150a "") ; - vrabec_N = mkN008 "" ; - vrab_ch_e_N = mkN065 "" ; - vrab_ch_i_A = mkA087 "" ; - vrab_ch_ov_A = mkA076 "" ; - vrag_N = mkN001 "" ; - vra_zj_alec_N = mkN008 "" ; - vra_zj_da_N = mkN041 "" ; - vra_zj_deben_A = mkA079 "" ; - vra_zj_debnost_N = mkN049 "" ; - vra_zj_duvam_V = stateV (mkV186 "") ; - vra_zj_duvane_N = mkN071 "" ; - vra_zj_eski_A = mkA078 "" ; - vrazumitelen_A = mkA079 "" ; - vrazum_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vrazum_ja_vane_N = mkN071 "" ; - vran_A = mkA076 "" ; - vrana_N = mkN041 "" ; - vrasna_V = stateV (mkV152 "") ; - vrastvam_V = actionV (mkV186 "") (mkV145 "") ; - vrastvane_N = mkN071 "" ; - vrat_N = mkN001 "" ; - vrata_N = mkN041 "" ; - vratar_N = mkN031a "" ; - vratarka_N = mkN041 "" ; - vraten_A = mkA079 "" ; - vrati_ch_ka_N = mkN041 "" ; - vratnik_N = mkN014 "" ; - vratnica_N = mkN041 "" ; - vratn_ja__N = mkN047 "" ; - vratovryzka_N = mkN041 "" ; - vra_ch__N = mkN001 "" ; - vra_ch_ka_N = mkN041 "" ; - vra_ch_uvam_V = stateV (mkV186 "") ; - vra_ch_uvane_N = mkN071 "" ; - vreda_N = mkN041 "" ; - vreden_A = mkA079 "" ; - vreditel_N = mkN031a "" ; - vreditelen_A = mkA079 "" ; - vreditelski_A = mkA078 "" ; - vreditelstvo_N = mkN054 "" ; - vrednost_N = mkN049 "" ; - vred_ja__V = stateV (mkV174 "") ; - vre_zj_dam_V = actionV (mkV186 "") (mkV157 "") ; - vre_zj_dane_N = mkN071 "" ; - vreka_V = stateV (mkV148 "") ; - vreme_N = mkN069 "" ; - vremevi_A = mkA078 "" ; - vremenen_A = mkA079 "" ; - vremennost_N = mkN049 "" ; - vremeprostranstven_A = mkA076 "" ; - vremetraene_N = mkN071 "" ; - vrene_N = mkN071 "" ; - vreskalo_N = mkN054 "" ; - vresna_V = stateV (mkV152 "") ; - vretenar_N = mkN031a "" ; - vretenarka_N = mkN041 "" ; - vreteno_N = mkN054 "" ; - vretenoviden_A = mkA079 "" ; - vretenoobrazen_A = mkA079 "" ; - vreten_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vreten_ja_vane_N = mkN071 "" ; - vre_sht_ene_N = mkN071 "" ; - vre_sht__ja__V = stateV (mkV177 "") ; - vri_ch_am_V = stateV (mkV186 "") ; - vri_ch_ane_N = mkN071 "" ; - vroden_A = mkA076 "" ; - vrodenost_N = mkN049 "" ; - vrod_ja__V = stateV (mkV174 "") ; - vryv_N = mkN053 "" ; - vryv_ch_ica_N = mkN041 "" ; - vryzvam_V = actionV (mkV186 "") (mkV156 "") ; - vryzvane_N = mkN071 "" ; - vryzva_ch__N = mkN007 "" ; - vryzva_ch_ka_N = mkN041 "" ; - vryzka_N = mkN041 "" ; - vrynkalo_N = mkN054 "" ; - vrynkam_V = stateV (mkV186 "") ; - vrynkane_N = mkN071 "" ; - vrystnik_N = mkN014a "" ; - vrystnica_N = mkN041 "" ; - vrytvam_V = actionV (mkV186 "") (mkV152 "") ; - vrytvane_N = mkN071 "" ; - vrytn_ja__N = mkN047 "" ; - vryh_N = mkN003 "" ; - vryhen_A = mkA079 "" ; - vryhlet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - vryhlet_ja_vane_N = mkN071 "" ; - vryhlitam_V = actionV (mkV186 "") (mkV177 "") ; - vryhlitane_N = mkN071 "" ; - vryhnina_N = mkN041 "" ; - vryh_ch_e_N = mkN065 "" ; - vrycvam_V = actionV (mkV186 "") (mkV152 "") ; - vrycvane_N = mkN071 "" ; - vryckam_V = actionV (mkV186 "") (mkV152 "") ; - vryckane_N = mkN071 "" ; - vry_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vry_ch_vane_N = mkN071 "" ; - vry_sh_ki_A = mkA078 "" ; - vry_sh_nik_N = mkN014 "" ; - vry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - vry_sht_ane_N = mkN071 "" ; - vr_ja__V = stateV (mkV177 "") ; - vr_ja_va_N = mkN041 "" ; - vr_ja_zan_A = mkA076 "" ; - vr_ja_zvam_V = actionV (mkV186 "") (mkV177 "") ; - vr_ja_zvane_N = mkN071 "" ; - vr_ja_kam_V = stateV (mkV186 "") ; - vr_ja_kane_N = mkN071 "" ; - vr_ja_l_A = mkA081 "" ; - vr_ja_skam_V = stateV (mkV186 "") ; - vr_ja_skane_N = mkN071 "" ; - vr_ja_syk_N = mkN014 "" ; - vsa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - vsa_zj_dane_N = mkN071 "" ; - vseblag_A = mkA076 "" ; - vsebylgarski_A = mkA078 "" ; - vseve_ch_en_A = mkA079 "" ; - vsevi_zj_da_sht__A = mkA076 "" ; - vsevi_sh_en_A = mkA079 "" ; - vsevlasten_A = mkA079 "" ; - vsevyzmo_zj_en_A = mkA079 "" ; - vsedyr_zj_itel_N = mkN031a "" ; - vseznaen_A = mkA085 "" ; - vseznae_sht__A = mkA076 "" ; - vseznajko_N = mkN040 "" ; - vseznanie_N = mkN072 "" ; - vseizvesten_A = mkA079 "" ; - vseizvestnost_N = mkN049 "" ; - vseka_V = stateV (mkV149 "") ; - vsekidneven_A = mkA079 "" ; - vsekidnevie_N = mkN072 "" ; - vsekidnevnik_N = mkN014 "" ; - vseki_ch_asen_A = mkA079 "" ; - vselena_N = mkN041 "" ; - vselenski_A = mkA078 "" ; - vsel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vsel_ja_vane_N = mkN071 "" ; - vsemeren_A = mkA079 "" ; - vsemir_N = mkN007 "" ; - vsemiren_A = mkA079 "" ; - vsemogy_sht__A = mkA076 "" ; - vsemogy_sht_estvo_N = mkN054 "" ; - vsemo_sht_en_A = mkA079 "" ; - vsemydyr_A = mkA080 "" ; - vsenaroden_A = mkA079 "" ; - vseno_sht_en_A = mkA079 "" ; - vseobemen_A = mkA079 "" ; - vseobladava_sht__A = mkA076 "" ; - vseobhvaten_A = mkA079 "" ; - vseobhvatnost_N = mkN049 "" ; - vseobhva_sht_a_sht__A = mkA076 "" ; - vseob_sht__A = mkA076 "" ; - vseob_sht_nost_N = mkN049 "" ; - vseopro_sht_enie_N = mkN072 "" ; - vseoslu_sh_anie_N = mkN072 "" ; - vseotdaden_A = mkA076 "" ; - vseotdaen_A = mkA085 "" ; - vseotdajnost_N = mkN049 "" ; - vsepobe_zj_dava_sht__A = mkA076 "" ; - vsepogly_sht_a_sht_i_ja__N = mkN047 "" ; - vsepriznat_A = mkA076 "" ; - vsepronikva_sht__A = mkA076 "" ; - vserusijski_A = mkA078 "" ; - vsesvetski_A = mkA078 "" ; - vsesilen_A = mkA079 "" ; - vseslaven_A = mkA079 "" ; - vseslav_ja_nski_A = mkA078 "" ; - vsestranen_A = mkA079 "" ; - vsestrannost_N = mkN049 "" ; - vsesy_iu_zen_A = mkA079 "" ; - vsec_ja_l_A = mkA081 "" ; - vse_ja__V = stateV (mkV164 "") ; - vse_ja_den_A = mkA079 "" ; - vse_ja_dstvo_N = mkN054 "" ; - vsi_ch_am_V = stateV (mkV186 "") ; - vsi_ch_ane_N = mkN071 "" ; - vslu_sh_am_V = stateV (mkV186 "") ; - vslu_sh_vam_V = stateV (mkV186 "") ; - vslu_sh_vane_N = mkN071 "" ; - vsmrykvam_V = actionV (mkV186 "") (mkV152 "") ; - vsmrykvane_N = mkN071 "" ; - vsmukan_A = mkA076 "" ; - vsmukatelen_A = mkA079 "" ; - vsmukvam_V = actionV (mkV186 "") (mkV152 "") ; - vsmukvane_N = mkN071 "" ; - vsmu_ch_a_V = stateV (mkV155 "") ; - vsmyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vsmyrd_ja_vane_N = mkN071 "" ; - vstavka_N = mkN041 "" ; - vstrast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vstrast_ja_vane_N = mkN071 "" ; - vstypvam_V = actionV (mkV186 "") (mkV173 "") ; - vstypvane_N = mkN071 "" ; - vstypitelen_A = mkA079 "" ; - vstyplenie_N = mkN072 "" ; - vstyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - vs_ja_vam_V = actionV (mkV186 "") (mkV187 "") ; - vs_ja_koga_sh_en_A = mkA079 "" ; - vtalen_A = mkA076 "" ; - vtal_ja_vam_V = stateV (mkV186 "") ; - vtasvam_V = actionV (mkV186 "") (mkV186 "") ; - vtasvane_N = mkN071 "" ; - vtvyrdenost_N = mkN049 "" ; - vtvyrditel_N = mkN031 "" ; - vtvyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vtvyrd_ja_vane_N = mkN071 "" ; - vtel_ja_vam_V = stateV (mkV186 "") ; - vtel_ja_vane_N = mkN071 "" ; - vte_ch_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vte_ch_n_ja_vane_N = mkN071 "" ; - vtikam_V = actionV (mkV186 "") (mkV152 "") ; - vtikane_N = mkN071 "" ; - vtikvam_V = actionV (mkV186 "") (mkV152 "") ; - vtikvane_N = mkN071 "" ; - vti_ch_am_V = actionV (mkV186 "") (mkV152 "") ; - vti_ch_ane_N = mkN071 "" ; - vtora_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vtora_ch_vane_N = mkN071 "" ; - vtori_ch_en_A = mkA079 "" ; - vtornik_N = mkN014 "" ; - vtorobra_ch_en_A = mkA079 "" ; - vtorogodi_sh_en_A = mkA079 "" ; - vtoro_zj_enec_N = mkN008a "" ; - vtoroka_ch_estven_A = mkA076 "" ; - vtoroklasen_A = mkA079 "" ; - vtoroklasnik_N = mkN014 "" ; - vtoroklasnica_N = mkN041 "" ; - vtorokursnik_N = mkN014 "" ; - vtorokursnica_N = mkN041 "" ; - vtororazreden_A = mkA084 "" ; - vtorostepenen_A = mkA079 "" ; - vtorostepennost_N = mkN049 "" ; - vtren_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vtren_ch_vane_N = mkN071 "" ; - vtren_ch_en_A = mkA076 "" ; - vtren_ch_enost_N = mkN049 "" ; - vtresa_V = stateV (mkV145a "") ; - vtre_sht_vam_V = actionV (mkV186 "") (mkV177 "") ; - vtre_sht_vane_N = mkN071 "" ; - vtre_sht_en_A = mkA076 "" ; - vtre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - vtre_sht__ja_vane_N = mkN071 "" ; - vtrivam_V = actionV (mkV186 "") (mkV163 "") ; - vtrivane_N = mkN071 "" ; - vtrisam_V = stateV (mkV186 "") ; - vtrisane_N = mkN071 "" ; - vtrysvam_V = actionV (mkV186 "") (mkV152 "") ; - vtrysvane_N = mkN071 "" ; - vtulka_N = mkN041 "" ; - vtulkov_A = mkA076 "" ; - vturvam_V = actionV (mkV186 "") (mkV152 "") ; - vturvane_N = mkN071 "" ; - vtykavam_V = actionV (mkV186 "") (mkV167 "") ; - vtykavane_N = mkN071 "" ; - vtykvam_V = actionV (mkV186 "") (mkV152 "") ; - vtykvane_N = mkN071 "" ; - vtylp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vtylp_ja_vane_N = mkN071 "" ; - vuz_N = mkN001 "" ; - vujna_N = mkN041 "" ; - vuj_ch_o_N = mkN040 "" ; - vuj_ch_ov_A = mkA076 "" ; - vulgaren_A = mkA079 "" ; - vulgarizaci_ja__N = mkN047 "" ; - vulgariziram_V = stateV (mkV186 "") ; - vulgarizirane_N = mkN071 "" ; - vulgarizym_N = mkN011 "" ; - vulgarnost_N = mkN049 "" ; - vulinka_N = mkN041 "" ; - vulkan_N = mkN007 "" ; - vulkanizator_N = mkN007 "" ; - vulkanizaci_ja__N = mkN047 "" ; - vulkaniziram_V = stateV (mkV186 "") ; - vulkanizirane_N = mkN071 "" ; - vulkani_ch_en_A = mkA079 "" ; - vulkani_ch_eski_A = mkA078 "" ; - vunderkind_N = mkN007 "" ; - vhod_N = mkN001 "" ; - vhoden_A = mkA079 "" ; - vhodnik_N = mkN014 "" ; - vhodov_A = mkA076 "" ; - vhod_ja__sht__A = mkA076 "" ; - vcepenen_A = mkA076 "" ; - vcepenenie_N = mkN072 "" ; - vcepenenost_N = mkN049 "" ; - vcepene_ja__V = stateV (mkV160 "") ; - vcepen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vcepen_ja_vane_N = mkN071 "" ; - v_ch_epkvam_V = actionV (mkV186 "") (mkV186 "") ; - v_ch_epkvane_N = mkN071 "" ; - v_ch_era_sh_en_A = mkA079 "" ; - v_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - v_ch_esvane_N = mkN071 "" ; - v_ch_eta_V = stateV (mkV145 "") ; - v_ch_ove_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - v_ch_ove_ch_avane_N = mkN071 "" ; - v_ch_ove_ch_en_A = mkA076 "" ; - v_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - v_sh_ivane_N = mkN071 "" ; - vyvedenie_N = mkN072 "" ; - vyveditelen_A = mkA079 "" ; - vyve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - vyve_zj_dane_N = mkN071 "" ; - vyviram_V = actionV (mkV186 "") (mkV150 "") ; - vyvirane_N = mkN071 "" ; - vyvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - vyvli_ch_ane_N = mkN071 "" ; - vyvoditelen_A = mkA079 "" ; - vyvone_ja__V = stateV (mkV160 "") ; - vyvon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyvon_ja_vane_N = mkN071 "" ; - vyglevodorod_N = mkN007 "" ; - vygledvuokis_N = mkN007 "" ; - vygledobiv_N = mkN007 "" ; - vyglekopa_ch__N = mkN007 "" ; - vyglen_A = mkA076 "" ; - vygleno_ch_eren_A = mkA079 "" ; - vyglerod_N = mkN007 "" ; - vygleroden_A = mkA079 "" ; - vyglehidrat_N = mkN007 "" ; - vygli_sht_a_N = mkN074 "" ; - vygli_sht_ar_N = mkN031a "" ; - vygli_sht_en_A = mkA079 "" ; - vydvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vydvor_ja_vane_N = mkN071 "" ; - vydica_N = mkN041 "" ; - vydi_ch_ar_N = mkN031a "" ; - vydi_ch_arski_A = mkA078 "" ; - vydi_ch_arstvo_N = mkN054 "" ; - vydi_ch_ka_N = mkN041 "" ; - vyd_ja__V = stateV (mkV173 "") ; - vy_zj_ar_N = mkN031a "" ; - vy_zj_arski_A = mkA078 "" ; - vy_zj_delen_A = mkA076 "" ; - vy_zj_delenie_N = mkN072 "" ; - vy_zj_e_N = mkN065 "" ; - vy_zj_eigra_ch__N = mkN007b "" ; - vy_zj_eigra_ch_estvo_N = mkN054 "" ; - vy_zj_eigra_ch_ka_N = mkN041 "" ; - vy_zj_en_A = mkA076 "" ; - vy_zj_ence_N = mkN066 "" ; - vyzbled_A = mkA076 "" ; - vyzbleden_A = mkA079 "" ; - vyzbrana_N = mkN041 "" ; - vyzbuda_N = mkN041 "" ; - vyzbuden_A = mkA076 "" ; - vyzbudenost_N = mkN049 "" ; - vyzbudimost_N = mkN049 "" ; - vyzbuditel_N = mkN031a "" ; - vyzbuditelen_A = mkA079 "" ; - vyzbuditelnost_N = mkN049 "" ; - vyzbu_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - vyzbu_zj_dane_N = mkN071 "" ; - vyzbu_zj_denie_N = mkN072 "" ; - vyzbuntuvam_V = stateV (mkV186 "") ; - vyzbuntuvane_N = mkN071 "" ; - vyzb_ja_l_A = mkA081 "" ; - vyzvanie_N = mkN072 "" ; - vyzvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzvar_ja_vane_N = mkN071 "" ; - vyzveda_V = stateV (mkV145 "") ; - vyzveli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - vyzveli_ch_avane_N = mkN071 "" ; - vyzvestitel_N = mkN031a "" ; - vyzvest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzvest_ja_vane_N = mkN071 "" ; - vyzvivam_V = actionV (mkV186 "") (mkV163 "") ; - vyzvivane_N = mkN071 "" ; - vyzviram_V = stateV (mkV186 "") ; - vyzvirane_N = mkN071 "" ; - vyzvisok_A = mkA076 "" ; - vyzvis_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzvis_ja_vane_N = mkN071 "" ; - vyzvi_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - vyzvi_sh_avane_N = mkN071 "" ; - vyzvi_sh_en_A = mkA076 "" ; - vyzvi_sh_enie_N = mkN072 "" ; - vyzvi_sh_enost_N = mkN049 "" ; - vyzvrat_N = mkN007 "" ; - vyzvraten_A = mkA079 "" ; - vyzvratim_A = mkA076 "" ; - vyzvra_sht_aemost_N = mkN049 "" ; - vyzvry_sht_aem_A = mkA076 "" ; - vyzvry_sht_am_V = actionV (mkV186 "") (mkV177 "") ; - vyzvry_sht_ane_N = mkN071 "" ; - vyzvyrna_V = stateV (mkV152 "") ; - vyzglavnica_N = mkN041 "" ; - vyzglavni_ch_ka_N = mkN041 "" ; - vyzglav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzglav_ja_vane_N = mkN071 "" ; - vyzglas_N = mkN007 "" ; - vyzglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzglas_ja_vane_N = mkN071 "" ; - vyzglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - vyzglas_ja_ne_N = mkN071 "" ; - vyzgled_N = mkN007 "" ; - vyzglupav_A = mkA076 "" ; - vyzgolem_ja_vam_V = stateV (mkV186 "") ; - vyzgolem_ja_vane_N = mkN071 "" ; - vyzgol_ja_m_A = mkA081 "" ; - vyzgord_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - vyzgord_ja_vane_N = mkN071 "" ; - vyzgor_ch_iv_A = mkA076 "" ; - vyzdam_V = stateV (mkV168 "") ; - vyzdebel_A = mkA076 "" ; - vyzdebeli_ch_yk_A = mkA080 "" ; - vyzdejstvam_V = stateV (mkV186 "") ; - vyzdejstvane_N = mkN071 "" ; - vyzdejstvie_N = mkN072 "" ; - vyzdejstvuvam_V = stateV (mkV186 "") ; - vyzdejstvuvane_N = mkN071 "" ; - vyzdigam_V = actionV (mkV186 "") (mkV152 "") ; - vyzdigane_N = mkN071 "" ; - vyzdihanie_N = mkN072 "" ; - vyzdi_sh_am_V = stateV (mkV186 "") ; - vyzdi_sh_ane_N = mkN071 "" ; - vyzdi_sh_ka_N = mkN041 "" ; - vyzdreben_A = mkA079 "" ; - vyzduh_N = mkN040a "" ; - vyzduholet_N = mkN007 "" ; - vyzduholetene_N = mkN071 "" ; - vyzduhol_iu_biv_A = mkA076 "" ; - vyzduhoobrazen_A = mkA079 "" ; - vyzduhoplavane_N = mkN071 "" ; - vyzduhoplavatel_N = mkN031a "" ; - vyzduhoplavatelen_A = mkA079 "" ; - vyzduhopodavane_N = mkN071 "" ; - vyzduhoprovod_N = mkN007 "" ; - vyzdu_sh_en_A = mkA079 "" ; - vyzdu_sh_nodesanten_A = mkA079 "" ; - vyzdu_sh_noreaktiven_A = mkA079 "" ; - vyzdylyg_A = mkA080 "" ; - vyzdyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - vyzdyr_zj_an_A = mkA076 "" ; - vyzdyr_zj_ane_N = mkN071 "" ; - vyzdyr_zj_anie_N = mkN072 "" ; - vyzdyr_zj_anost_N = mkN049 "" ; - vyzdyr_zj_atel_N = mkN031a "" ; - vyzdyr_zj_atelen_A = mkA079 "" ; - vyzdyr_zj_atelka_N = mkN041 "" ; - vyzdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - vyzdyhvane_N = mkN071 "" ; - vyzel_N = mkN008 "" ; - vyz_zj_ylt_A = mkA076 "" ; - vyzzelen_A = mkA076 "" ; - vyzzemam_V = actionV (mkV186 "") (mkV171 "") ; - vyzkaf_ja_v_A = mkA076 "" ; - vyzka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - vyzka_ch_vane_N = mkN071 "" ; - vyzkisel_A = mkA076 "" ; - vyzklik_N = mkN014 "" ; - vyzklikvam_V = actionV (mkV186 "") (mkV152 "") ; - vyzklikvane_N = mkN071 "" ; - vyzklicavam_V = stateV (mkV186 "") ; - vyzklicavane_N = mkN071 "" ; - vyzklicanie_N = mkN072 "" ; - vyzklicatelen_A = mkA079 "" ; - vyzkresenie_N = mkN072 "" ; - vyzkresitelka_N = mkN041 "" ; - vyzkres_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzkres_ja_vane_N = mkN071 "" ; - vyzkrysvam_V = actionV (mkV186 "") (mkV152 "") ; - vyzkrysvane_N = mkN071 "" ; - vyzkys_A = mkA076 "" ; - vyzlagam_V = actionV (mkV186 "") (mkV176 "") ; - vyzlagane_N = mkN071 "" ; - vyzlegnal_A = mkA076 "" ; - vyzlest_A = mkA076 "" ; - vyzlizam_V = actionV (mkV186 "") (mkV147 "") ; - vyzlizane_N = mkN071 "" ; - vyzli_ja_nie_N = mkN072 "" ; - vyzlov_A = mkA076 "" ; - vyzlovat_A = mkA076 "" ; - vyzl_iu_bvam_V = actionV (mkV186 "") (mkV173 "") ; - vyzl_iu_bvane_N = mkN071 "" ; - vyzl_iu_blen_A = mkA076 "" ; - vyzmalyk_A = mkA080 "" ; - vyzmezdie_N = mkN072 "" ; - vyzmezd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzmezd_ja_vane_N = mkN071 "" ; - vyzme_ch_ta_ja__V = stateV (mkV161 "") ; - vyzmogvam_V = actionV (mkV186 "") (mkV152 "") ; - vyzmogvane_N = mkN071 "" ; - vyzmo_zj_en_A = mkA079 "" ; - vyzmo_zj_nost_N = mkN049 "" ; - vyzmorav_A = mkA076 "" ; - vyzmuten_A = mkA076 "" ; - vyzmutitelen_A = mkA079 "" ; - vyzmu_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - vyzmu_sht_avane_N = mkN071 "" ; - vyzmu_sht_enie_N = mkN072 "" ; - vyzmy_zj_avam_V = actionV (mkV186 "") (mkV160 "") ; - vyzmy_zj_avane_N = mkN071 "" ; - vyzmy_zj_alost_N = mkN049 "" ; - vyznagra_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - vyznagra_zj_davane_N = mkN071 "" ; - vyznagra_zj_denie_N = mkN072 "" ; - vyznak_N = mkN014 "" ; - vyznamer_ja_vam_V = stateV (mkV186 "") ; - vyznamer_ja_vane_N = mkN071 "" ; - vyznas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - vyznas_ja_ne_N = mkN071 "" ; - vyznegoduvam_V = stateV (mkV186 "") ; - vyznegoduvane_N = mkN071 "" ; - vyznegoduvanie_N = mkN072 "" ; - vyznesenie_N = mkN072 "" ; - vyznikvam_V = actionV (mkV186 "") (mkV152 "") ; - vyznikvane_N = mkN071 "" ; - vyznisyk_A = mkA080 "" ; - vyzobnoven_A = mkA076 "" ; - vyzobnovitel_N = mkN031a "" ; - vyzobnovitelen_A = mkA079 "" ; - vyzobnovlenie_N = mkN072 "" ; - vyzobnov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzobnov_ja_vane_N = mkN071 "" ; - vyzobnov_ja_em_A = mkA076 "" ; - vyzpalen_A = mkA076 "" ; - vyzpalenie_N = mkN072 "" ; - vyzpalitelen_A = mkA079 "" ; - vyzpal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzpal_ja_vane_N = mkN071 "" ; - vyzpiram_V = actionV (mkV186 "") (mkV150 "") ; - vyzpirane_N = mkN071 "" ; - vyzpitavam_V = actionV (mkV186 "") (mkV186 "") ; - vyzpitavane_N = mkN071 "" ; - vyzpitane_N = mkN071 "" ; - vyzpitanie_N = mkN072 "" ; - vyzpitanik_N = mkN014 "" ; - vyzpitanica_N = mkN041 "" ; - vyzpitani_ch_ka_N = mkN041 "" ; - vyzpitatel_N = mkN031a "" ; - vyzpitatelen_A = mkA079 "" ; - vyzpitatelka_N = mkN041 "" ; - vyzplamenim_A = mkA076 "" ; - vyzplamenimost_N = mkN049 "" ; - vyzplamenitel_N = mkN031 "" ; - vyzplamenitelen_A = mkA079 "" ; - vyzplamen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzplamen_ja_vane_N = mkN071 "" ; - vyzplamen_ja_em_A = mkA076 "" ; - vyzplamen_ja_emost_N = mkN049 "" ; - vyzpolzvam_V = stateV (mkV186 "") ; - vyzpolzvane_N = mkN071 "" ; - vyzpolzuvam_V = stateV (mkV186 "") ; - vyzpolzuvane_N = mkN071 "" ; - vyzpomenavam_V = stateV (mkV186 "") ; - vyzpomenavane_N = mkN071 "" ; - vyzpomenanie_N = mkN072 "" ; - vyzpomenatelen_A = mkA079 "" ; - vyzpominanie_N = mkN072 "" ; - vyzprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - vyzprav_ja_ne_N = mkN071 "" ; - vyzprep_ja_tstvam_V = stateV (mkV186 "") ; - vyzprep_ja_tstvane_N = mkN071 "" ; - vyzprep_ja_tstvie_N = mkN072 "" ; - vyzprep_ja_tstvuvam_V = stateV (mkV186 "") ; - vyzprep_ja_tstvuvane_N = mkN071 "" ; - vyzpriemam_V = actionV (mkV186 "") (mkV171 "") ; - vyzpriemane_N = mkN071 "" ; - vyzpriemliv_A = mkA076 "" ; - vyzpriem_ch_iv_A = mkA076 "" ; - vyzpriem_ch_ivost_N = mkN049 "" ; - vyzpriet_A = mkA076 "" ; - vyzpri_ja_tie_N = mkN072 "" ; - vyzproizve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - vyzproizve_zj_dane_N = mkN071 "" ; - vyzproizvodim_A = mkA076 "" ; - vyzproizvodimost_N = mkN049 "" ; - vyzproizvoditel_N = mkN031a "" ; - vyzproizvoditelen_A = mkA079 "" ; - vyzproizvodstvo_N = mkN054 "" ; - vyzprotivitelen_A = mkA079 "" ; - vyzprotiv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzprotiv_ja_vane_N = mkN071 "" ; - vyzpylen_A = mkA079 "" ; - vyzpylni_ch_yk_A = mkA080 "" ; - vyzp_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - vyzp_ja_vane_N = mkN071 "" ; - vyzp_ja_n_A = mkA076 "" ; - vyzradvam_V = stateV (mkV186 "") ; - vyzradvane_N = mkN071 "" ; - vyzra_zj_dam_V = stateV (mkV186 "") ; - vyzra_zj_dane_N = mkN071 "" ; - vyzra_zj_enie_N = mkN072 "" ; - vyzraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzraz_ja_vane_N = mkN071 "" ; - vyzrast_N = mkN049 "" ; - vyzrasten_A = mkA079 "" ; - vyzrastov_A = mkA076 "" ; - vyzroden_A = mkA076 "" ; - vyzroditel_N = mkN031a "" ; - vyzroditelen_A = mkA079 "" ; - vyzrod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzrod_ja_vane_N = mkN071 "" ; - vyzro_zj_denec_N = mkN008a "" ; - vyzro_zj_denski_A = mkA078 "" ; - vyzroptavam_V = actionV (mkV186 "") (mkV161 "") ; - vyzroptavane_N = mkN071 "" ; - vyzsin_A = mkA086 "" ; - vyzslab_A = mkA076 "" ; - vyzsladyk_A = mkA080 "" ; - vyzsolen_A = mkA076 "" ; - vyzstavam_V = stateV (mkV186 "") ; - vyzstanovimost_N = mkN049 "" ; - vyzstanovitel_N = mkN031a "" ; - vyzstanovitelen_A = mkA079 "" ; - vyzstanov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzstanov_ja_vane_N = mkN071 "" ; - vyzstar_A = mkA076 "" ; - vyzsurov_A = mkA076 "" ; - vyzsyzdavam_V = actionV (mkV186 "") (mkV168 "") ; - vyzsyzdavane_N = mkN071 "" ; - vyzs_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - vyzs_ja_dane_N = mkN071 "" ; - vyzte_zj_i_ch_yk_A = mkA080 "" ; - vyzte_zj_yk_A = mkA080 "" ; - vyztesen_A = mkA084 "" ; - vyztopyl_A = mkA080 "" ; - vyztorg_N = mkN015 "" ; - vyztorgvam_V = stateV (mkV186 "") ; - vyztorgvane_N = mkN071 "" ; - vyztor_zj_en_A = mkA076 "" ; - vyztor_zj_enost_N = mkN049 "" ; - vyztymen_A = mkA079 "" ; - vyztynyk_A = mkA080 "" ; - vyztyr_zj_estvuvam_V = stateV (mkV186 "") ; - vyztyr_zj_estvuvane_N = mkN071 "" ; - vyzhvala_N = mkN041 "" ; - vyzhvalenie_N = mkN072 "" ; - vyzhvalitel_N = mkN031a "" ; - vyzhvalitelen_A = mkA079 "" ; - vyzhval_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - vyzhval_ja_vane_N = mkN071 "" ; - vyzhval_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - vyzhval_ja_ne_N = mkN071 "" ; - vyzhita_N = mkN041 "" ; - vyzhiten_A = mkA076 "" ; - vyzhititelen_A = mkA079 "" ; - vyzhi_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - vyzhi_sht_avane_N = mkN071 "" ; - vyzhi_sht_enie_N = mkN072 "" ; - vyzhod_N = mkN007 "" ; - vyzhoden_A = mkA079 "" ; - vyzhod_ja__sht__A = mkA076 "" ; - vyzcar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyzcar_ja_vane_N = mkN071 "" ; - vyz_ch_erven_A = mkA076 "" ; - vyz_ch_eren_A = mkA079 "" ; - vyz_sh_estvie_N = mkN072 "" ; - vylk_N = mkN014 "" ; - vylkolak_N = mkN014 "" ; - vylna_N = mkN041 "" ; - vylnen_A = mkA076 "" ; - vylnenie_N = mkN072 "" ; - vylnenik_N = mkN014 "" ; - vylnest_A = mkA076 "" ; - vylnist_A = mkA076 "" ; - vylni_ch_ka_N = mkN041 "" ; - vylnov_A = mkA076 "" ; - vylnoviden_A = mkA079 "" ; - vylnodaen_A = mkA085 "" ; - vylnodajnost_N = mkN049 "" ; - vylnolom_N = mkN007 "" ; - vylnometyr_N = mkN009 "" ; - vylnoobrazen_A = mkA079 "" ; - vylnoobraznost_N = mkN049 "" ; - vylnuvam_V = stateV (mkV186 "") ; - vylnuvane_N = mkN071 "" ; - vyl_ch_e_N = mkN065 "" ; - vyl_ch_i_A = mkA078 "" ; - vyl_ch_ica_N = mkN041 "" ; - vyl_sh_eben_A = mkA079 "" ; - vyl_sh_ebnik_N = mkN014a "" ; - vyl_sh_ebnica_N = mkN041 "" ; - vyl_sh_ebstvo_N = mkN054 "" ; - vynka_sh_en_A = mkA079 "" ; - vyn_sh_en_A = mkA079 "" ; - vyn_sh_nopoliti_ch_eski_A = mkA078 "" ; - vyn_sh_nost_N = mkN049 "" ; - vyn_sh_notyrgovski_A = mkA078 "" ; - vyobra_zj_aem_A = mkA076 "" ; - vyobra_zj_aemost_N = mkN049 "" ; - vyobra_zj_enie_N = mkN072 "" ; - vyobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyobraz_ja_vane_N = mkN071 "" ; - vyodu_sh_even_A = mkA076 "" ; - vyodu_sh_evitelen_A = mkA079 "" ; - vyodu_sh_evlenie_N = mkN072 "" ; - vyodu_sh_ev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyodu_sh_ev_ja_vane_N = mkN071 "" ; - vyory_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - vyory_zj_avane_N = mkN071 "" ; - vyory_zj_en_A = mkA076 "" ; - vyory_zj_enie_N = mkN072 "" ; - vyory_zj_enost_N = mkN049 "" ; - vypie_sht__A = mkA076 "" ; - vyplyten_A = mkA076 "" ; - vyplyt_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - vyplyt_ja_vane_N = mkN071 "" ; - vyply_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - vyply_sht_avane_N = mkN071 "" ; - vyply_sht_enie_N = mkN072 "" ; - vypros_N = mkN007 "" ; - vyprosen_A = mkA079 "" ; - vyprositelen_A = mkA079 "" ; - vyprosnik_N = mkN014 "" ; - vyrba_N = mkN041 "" ; - vyrbak_N = mkN014 "" ; - vyrbalak_N = mkN014 "" ; - vyrbina_N = mkN041 "" ; - vyrbi_sh_ki_A = mkA078 "" ; - vyrbov_A = mkA076 "" ; - vyrve_zj__N = mkN007 "" ; - vyrven_A = mkA076 "" ; - vyrvene_N = mkN071 "" ; - vyrvolica_N = mkN041 "" ; - vyrvol_ja_k_N = mkN014 "" ; - vyrv_ja__V = stateV (mkV177 "") ; - vyrgal_ja_m_V = stateV (mkV187 "") ; - vyrgal_ja_ne_N = mkN071 "" ; - vyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - vyrzvane_N = mkN071 "" ; - vyrzva_ch__N = mkN007 "" ; - vyrzop_N = mkN007 "" ; - vyrkolak_N = mkN014 "" ; - vyrl_A = mkA076 "" ; - vyrlina_N = mkN041 "" ; - vyrluvam_V = stateV (mkV186 "") ; - vyrluvane_N = mkN071 "" ; - vyrte_zj__N = mkN007 "" ; - vyrtel_N = mkN007 "" ; - vyrtele_zj_ka_N = mkN041 "" ; - vyrteliv_A = mkA076 "" ; - vyrtene_N = mkN071 "" ; - vyrtoglav_A = mkA076 "" ; - vyrtoglavie_N = mkN072 "" ; - vyrtoky_sht_nik_N = mkN014 "" ; - vyrtoky_sht_nica_N = mkN041 "" ; - vyrtolet_N = mkN007 "" ; - vyrtop_N = mkN007 "" ; - vyrto_sh_ijka_N = mkN041 "" ; - vyrt_ja__V = stateV (mkV177 "") ; - vyrhar_N = mkN007 "" ; - vyrhov_A = mkA076 "" ; - vyrhovat_A = mkA076 "" ; - vyrhoven_A = mkA079 "" ; - vyrhovenstvo_N = mkN054 "" ; - vyrhu_sh_ka_N = mkN041 "" ; - vyr_sh_a_V = stateV (mkV176 "") ; - vyr_sh_a_ch__N = mkN007 "" ; - vyr_sh_a_ch_ka_N = mkN041 "" ; - vyr_sh_eene_N = mkN071 "" ; - vyr_sh_ene_N = mkN071 "" ; - vyr_sh_e_ja__V = stateV (mkV160a "") ; - vyr_sh_ina_N = mkN041 "" ; - vyr_sh_inak_N = mkN014 "" ; - vyr_sh_itba_N = mkN041 "" ; - vysene_N = mkN071 "" ; - vystavam_V = actionV (mkV186 "") (mkV152 "") ; - vystavane_N = mkN071 "" ; - vystanie_N = mkN072 "" ; - vystanik_N = mkN014 "" ; - vystani_ch_eski_A = mkA078 "" ; - vystani_ch_ka_N = mkN041 "" ; - vys_ja__V = stateV (mkV173 "") ; - vytor_N = mkN007 "" ; - vytre_sh_en_A = mkA079 "" ; - vytre_sh_nopartien_A = mkA085 "" ; - vytre_sh_nopoliti_ch_eski_A = mkA078 "" ; - vytre_sh_nost_N = mkN049 "" ; - vytre_sh_no_ja_dren_A = mkA076 "" ; - vytyk_N = mkN014 "" ; - vy_sh_ka_N = mkN041 "" ; - vy_sh_kav_A = mkA076 "" ; - vy_sh_la_N = mkN041 "" ; - vy_sh_liv_A = mkA076 "" ; - vy_sh_l_ja_sane_N = mkN071 "" ; - vy_sh_l_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - vy_sh_l_ja_svane_N = mkN071 "" ; - v_ja_l_A = mkA076 "" ; - v_ja_lost_N = mkN049 "" ; - v_ja_m_V = stateV (mkV169 "") ; - v_ja_ra_N = mkN043 "" ; - v_ja_rvam_V = stateV (mkV186 "") ; - v_ja_rvane_N = mkN071 "" ; - v_ja_rva_sht__A = mkA076 "" ; - v_ja_rnost_N = mkN052a "" ; - v_ja_tyr_N = mkN004 "" ; - v_ja_tyren_A = mkA079 "" ; - v_ja_tyrni_ch_av_A = mkA076 "" ; - v_ja_tyrni_ch_avost_N = mkN049 "" ; - gabardin_N = mkN007 "" ; - gabarit_N = mkN007 "" ; - gabariten_A = mkA079 "" ; - gabonec_N = mkN008a "" ; - gabrov_A = mkA076 "" ; - gabrovec_N = mkN008a "" ; - gabrovski_A = mkA078 "" ; - gabyr_N = mkN007 "" ; - gavazin_N = mkN018 "" ; - gavanka_N = mkN041 "" ; - gavot_N = mkN007 "" ; - gavra_N = mkN041 "" ; - gavrene_N = mkN071 "" ; - gavrytvam_V = actionV (mkV186 "") (mkV152 "") ; - gavrytvane_N = mkN071 "" ; - gavr_ja__V = stateV (mkV173 "") ; - gaga_N = mkN041 "" ; - gagarinski_A = mkA078 "" ; - gagauzin_N = mkN018 "" ; - gad_N = mkN049 "" ; - gadaene_N = mkN071 "" ; - gadanie_N = mkN072 "" ; - gadatel_N = mkN031a "" ; - gadatelka_N = mkN041 "" ; - gadatelski_A = mkA078 "" ; - gada_ja__V = stateV (mkV161 "") ; - gaden_A = mkA079 "" ; - gadene_N = mkN071 "" ; - gad_zj_e_N = mkN065 "" ; - gadina_N = mkN041 "" ; - gadinka_N = mkN041 "" ; - gadnost_N = mkN049 "" ; - gadn_ja_r_N = mkN007 "" ; - gadost_N = mkN049 "" ; - gad_ja__V = stateV (mkV173 "") ; - gae_ch_en_A = mkA079 "" ; - gaz_N = mkN049 "" ; - gazgenerator_N = mkN007 "" ; - gazgeneratoren_A = mkA079 "" ; - gazela_N = mkN041 "" ; - gazen_A = mkA076 "" ; - gazene_N = mkN071 "" ; - gazeta_N = mkN041 "" ; - gaziram_V = stateV (mkV186 "") ; - gaziran_A = mkA076 "" ; - gazirane_N = mkN071 "" ; - gazifikaci_ja__N = mkN047 "" ; - gazka_N = mkN041 "" ; - gazov_A = mkA076 "" ; - gazolin_N = mkN007 "" ; - gazomer_N = mkN007 "" ; - gazometyr_N = mkN009 "" ; - gazoobmen_N = mkN007 "" ; - gazoobrazen_A = mkA079 "" ; - gazoobraznost_N = mkN049 "" ; - gazootvoden_A = mkA079 "" ; - gazoprovod_N = mkN007 "" ; - gazoprovoden_A = mkA079 "" ; - gaz_ja__V = stateV (mkV173 "") ; - gajda_N = mkN041 "" ; - gajdar_N = mkN031a "" ; - gajdunica_N = mkN041 "" ; - gajka_N = mkN041 "" ; - gajle_N = mkN065 "" ; - gajtan_N = mkN007 "" ; - gajtand_zj_i_ja__N = mkN039 "" ; - gala_N = mkN041 "" ; - galaktika_N = mkN041 "" ; - galakti_ch_en_A = mkA079 "" ; - galakti_ch_eski_A = mkA078 "" ; - galant_N = mkN007 "" ; - galanten_A = mkA079 "" ; - galanterien_A = mkA085 "" ; - galanterist_N = mkN007 "" ; - galanteristka_N = mkN041 "" ; - galanteri_ja__N = mkN047 "" ; - galantnost_N = mkN049 "" ; - galvanizator_N = mkN007 "" ; - galvanizaci_ja__N = mkN047 "" ; - galvaniziram_V = stateV (mkV186 "") ; - galvaniziran_A = mkA076 "" ; - galvanizirane_N = mkN071 "" ; - galvanizym_N = mkN011 "" ; - galvani_ch_en_A = mkA079 "" ; - galvani_ch_eski_A = mkA078 "" ; - galvanometyr_N = mkN009 "" ; - galvanoplastika_N = mkN041 "" ; - galvanoskop_N = mkN007 "" ; - galvanotehnik_N = mkN014 "" ; - galvanotehnika_N = mkN041 "" ; - galvanotipi_ja__N = mkN047 "" ; - galedanski_A = mkA078 "" ; - galen_A = mkA076 "" ; - galene_N = mkN071 "" ; - galenik_N = mkN014 "" ; - galenica_N = mkN041 "" ; - galeni_ch_e_N = mkN065 "" ; - galera_N = mkN041 "" ; - galeri_ja__N = mkN047 "" ; - galeta_N = mkN041 "" ; - galilejski_A = mkA078 "" ; - galimati_ja__N = mkN047 "" ; - galicizym_N = mkN011 "" ; - galicijski_A = mkA078 "" ; - galon_N = mkN007 "" ; - galop_N = mkN007 "" ; - galopiram_V = stateV (mkV186 "") ; - galopirane_N = mkN071 "" ; - galo_sh__N = mkN007 "" ; - galski_A = mkA078 "" ; - galfon_N = mkN007 "" ; - galxoven_A = mkA079 "" ; - galxovnost_N = mkN049 "" ; - gal_ja__V = stateV (mkV173 "") ; - gama_N = mkN041 "" ; - gama_sh__N = mkN007 "" ; - gamba_N = mkN041 "" ; - gambit_N = mkN007 "" ; - gamen_N = mkN007a "" ; - gamenski_A = mkA078 "" ; - gamen_ch_e_N = mkN065 "" ; - ganaec_N = mkN013 "" ; - ganajka_N = mkN041 "" ; - ganajski_A = mkA078 "" ; - gangrena_N = mkN041 "" ; - gangrenozen_A = mkA079 "" ; - gangren_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - gangren_ja_svane_N = mkN071 "" ; - gangster_N = mkN007a "" ; - gangsterski_A = mkA078 "" ; - gangsterstvo_N = mkN054 "" ; - ganxo_N = mkN040 "" ; - gara_N = mkN041 "" ; - gara_zj__N = mkN007 "" ; - garant_N = mkN007 "" ; - garantiram_V = stateV (mkV186 "") ; - garantirane_N = mkN071 "" ; - garancionen_A = mkA079 "" ; - garanci_ja__N = mkN047 "" ; - garafa_N = mkN041 "" ; - garvan_N = mkN007 "" ; - garvanov_A = mkA076 "" ; - garvanski_A = mkA078 "" ; - garga_N = mkN041 "" ; - gargara_N = mkN041 "" ; - gard_N = mkN001 "" ; - garderob_N = mkN007 "" ; - garderoben_A = mkA079 "" ; - garderobier_N = mkN007 "" ; - garderobierka_N = mkN041 "" ; - gard_zj_e_N = mkN065 "" ; - gariram_V = stateV (mkV186 "") ; - garirane_N = mkN071 "" ; - garmond_N = mkN007 "" ; - garnizon_N = mkN007 "" ; - garnizonen_A = mkA079 "" ; - garniram_V = stateV (mkV186 "") ; - garnirane_N = mkN071 "" ; - garnitura_N = mkN041 "" ; - garov_A = mkA076 "" ; - garson_N = mkN007 "" ; - garsoniera_N = mkN041 "" ; - gasen_A = mkA076 "" ; - gasene_N = mkN071 "" ; - gasna_V = stateV (mkV152 "") ; - gasnene_N = mkN071 "" ; - gasne_sht__A = mkA076 "" ; - gastarbajter_N = mkN007 "" ; - gastrit_N = mkN007 "" ; - gastriten_A = mkA079 "" ; - gastrol_N = mkN007 "" ; - gastroliram_V = stateV (mkV186 "") ; - gastrolirane_N = mkN071 "" ; - gastronom_N = mkN007a "" ; - gastronomi_ch_en_A = mkA079 "" ; - gastronomi_ch_eski_A = mkA078 "" ; - gastronomi_ja__N = mkN047 "" ; - gas_ja__V = stateV (mkV174 "") ; - gatanka_N = mkN041 "" ; - gater_N = mkN007 "" ; - gaubica_N = mkN041 "" ; - gaf_N = mkN001 "" ; - ga_sht_at_A = mkA076 "" ; - ga_sht_eta_N = mkN074 "" ; - ga_sht_i_N = mkN075 "" ; - ga_sht_i_ch_ki_N = mkN075 "" ; - ga_sht_nik_N = mkN014 "" ; - gvardeec_N = mkN013 "" ; - gvardejski_A = mkA078 "" ; - gvardi_ja__N = mkN047 "" ; - gvineec_N = mkN013 "" ; - gvinejka_N = mkN041 "" ; - gvinejski_A = mkA078 "" ; - gvozdej_N = mkN032 "" ; - gvozdej_ch_e_N = mkN065 "" ; - gevgir_N = mkN007 "" ; - geveze_N = mkN065 "" ; - gevez_ja__V = stateV (mkV174 "") ; - gevrek_N = mkN014 "" ; - gega_N = mkN041 "" ; - gejzer_N = mkN007 "" ; - gejm_N = mkN001 "" ; - gej_sh_a_N = mkN041 "" ; - gemid_zj_i_ja__N = mkN039 "" ; - gemi_ja__N = mkN047 "" ; - gen_N = mkN007 "" ; - genealogi_ch_en_A = mkA079 "" ; - genealogi_ja__N = mkN047 "" ; - geneza_N = mkN041 "" ; - genezis_N = mkN007 "" ; - general_N = mkN007a "" ; - generalen_A = mkA079 "" ; - generalizaci_ja__N = mkN047 "" ; - generaliziram_V = stateV (mkV186 "") ; - generalizirane_N = mkN071 "" ; - generalisimus_N = mkN007a "" ; - generalitet_N = mkN007 "" ; - generalski_A = mkA078 "" ; - general_sht_aben_A = mkA079 "" ; - generativen_A = mkA079 "" ; - generator_N = mkN007 "" ; - generatoren_A = mkA079 "" ; - generaci_ja__N = mkN047 "" ; - generiram_V = stateV (mkV186 "") ; - generirane_N = mkN071 "" ; - genetik_N = mkN014 "" ; - genetika_N = mkN041 "" ; - geneti_ch_en_A = mkA079 "" ; - geneti_ch_eski_A = mkA078 "" ; - genialen_A = mkA079 "" ; - genialnost_N = mkN049 "" ; - genij_N = mkN032a "" ; - genitalen_A = mkA079 "" ; - genotip_N = mkN001 "" ; - genocid_N = mkN007 "" ; - geograf_N = mkN007a "" ; - geografi_ch_eski_A = mkA078 "" ; - geografi_ja__N = mkN047 "" ; - geografski_A = mkA078 "" ; - geodezen_A = mkA079 "" ; - geodezi_ja__N = mkN047 "" ; - geodezki_A = mkA078 "" ; - geolog_N = mkN015 "" ; - geologi_ch_eski_A = mkA078 "" ; - geologi_ja__N = mkN047 "" ; - geolo_zj_ka_N = mkN041 "" ; - geolo_zj_ki_A = mkA078 "" ; - geometrik_N = mkN014 "" ; - geometri_ch_en_A = mkA079 "" ; - geometri_ch_eski_A = mkA078 "" ; - geometri_ja__N = mkN047 "" ; - geometyr_N = mkN009 "" ; - geofizik_N = mkN014 "" ; - geofizika_N = mkN041 "" ; - geohimik_N = mkN014 "" ; - geohimi_ja__N = mkN047 "" ; - geocentri_ch_en_A = mkA079 "" ; - geocentyr_N = mkN009a "" ; - gep_ja__V = stateV (mkV173 "") ; - gerak_N = mkN014 "" ; - gerb_N = mkN001 "" ; - gerbov_A = mkA076 "" ; - gergef_N = mkN007 "" ; - gergina_N = mkN041 "" ; - gerdan_N = mkN007 "" ; - gerdan_ch_e_N = mkN065 "" ; - geren_N = mkN007 "" ; - geriatri_ja__N = mkN047 "" ; - germanec_N = mkN008a "" ; - germaniziram_V = stateV (mkV186 "") ; - germanizirane_N = mkN071 "" ; - germanij_N = mkN032 "" ; - germanist_N = mkN007 "" ; - germanistika_N = mkN041 "" ; - germanistka_N = mkN041 "" ; - germanka_N = mkN041 "" ; - germanofil_N = mkN007 "" ; - germanofob_N = mkN007 "" ; - germanski_A = mkA078 "" ; - geroizym_N = mkN011 "" ; - geroin_ja__N = mkN047 "" ; - geroi_ch_en_A = mkA079 "" ; - geroi_ch_nost_N = mkN049 "" ; - geroj_N = mkN032a "" ; - gerojski_A = mkA078 "" ; - gerojstvo_N = mkN054 "" ; - gerontologi_ja__N = mkN047 "" ; - gerundium_N = mkN007 "" ; - gestapo_N = mkN054 "" ; - gestapovec_N = mkN008a "" ; - getinaks_N = mkN007 "" ; - geto_N = mkN054 "" ; - getovski_A = mkA078 "" ; - ge_sh_eft_N = mkN007 "" ; - ge_sh_eftar_N = mkN031a "" ; - ge_sh_eftarski_A = mkA078 "" ; - ge_sh_eftarstvo_N = mkN054 "" ; - gibel_N = mkN049 "" ; - gibelen_A = mkA079 "" ; - gibon_N = mkN007 "" ; - gigavat_N = mkN007 "" ; - gigant_N = mkN007a "" ; - gigantizym_N = mkN011 "" ; - gigantski_A = mkA078 "" ; - gid_N = mkN001 "" ; - gidi_ja__N = mkN039 "" ; - gizda_N = mkN041 "" ; - gizdav_A = mkA076 "" ; - gizdavelka_N = mkN041 "" ; - gizdavec_N = mkN008a "" ; - gizdavost_N = mkN049 "" ; - gizdosi_ja__N = mkN047 "" ; - gizd_ja__V = stateV (mkV173 "") ; - gilda_N = mkN041 "" ; - gildi_ja__N = mkN047 "" ; - gilza_N = mkN041 "" ; - gilotina_N = mkN041 "" ; - gilotiniram_V = stateV (mkV186 "") ; - gilotinirane_N = mkN071 "" ; - gimnazialen_A = mkA079 "" ; - gimnazist_N = mkN007a "" ; - gimnazistka_N = mkN041 "" ; - gimnazi_ja__N = mkN047 "" ; - gimnastik_N = mkN014 "" ; - gimnastika_N = mkN041 "" ; - gimnasti_ch_eski_A = mkA078 "" ; - gimnasti_ch_ka_N = mkN041 "" ; - gina_V = stateV (mkV152 "") ; - ginekolog_N = mkN015 "" ; - ginekologi_ch_en_A = mkA079 "" ; - ginekologi_ch_eski_A = mkA078 "" ; - ginekologi_ja__N = mkN047 "" ; - ginekolo_zj_ka_N = mkN041 "" ; - ginekolo_zj_ki_A = mkA078 "" ; - gips_N = mkN001 "" ; - gipsiram_V = stateV (mkV186 "") ; - gipsirane_N = mkN071 "" ; - gipsov_A = mkA076 "" ; - gira_N = mkN041 "" ; - girl_ja_nd_N = mkN007 "" ; - girl_ja_nda_N = mkN041 "" ; - gi_sh_e_N = mkN065 "" ; - glava_N = mkN041 "" ; - glavatar_N = mkN031a "" ; - glavatarka_N = mkN041 "" ; - glavatarstvo_N = mkN054 "" ; - glaven_A = mkA079 "" ; - glavina_N = mkN041 "" ; - glavica_N = mkN041 "" ; - glavi_ch_ka_N = mkN041 "" ; - glavnica_N = mkN041 "" ; - glavnokomanduva_sht__A = mkA076 "" ; - glavn_ja__N = mkN047 "" ; - glavoblyskanica_N = mkN041 "" ; - glavobol_N = mkN007 "" ; - glavobolen_A = mkA079 "" ; - glavobolie_N = mkN072 "" ; - glavobol_ja__V = stateV (mkV177 "") ; - glavozamajvam_V = stateV (mkV186 "") ; - glavozamajvane_N = mkN071 "" ; - glavozama_ja__V = stateV (mkV162 "") ; - glavozama_ja_n_A = mkA076 "" ; - glavolomen_A = mkA079 "" ; - glavonog_A = mkA076 "" ; - glavonogo_N = mkN062 "" ; - glavorez_N = mkN007 "" ; - glavo_ch__N = mkN007 "" ; - glav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - glav_ja_vane_N = mkN071 "" ; - glagol_N = mkN007 "" ; - glagolen_A = mkA079 "" ; - glagolica_N = mkN041 "" ; - glagolstvam_V = stateV (mkV186 "") ; - glagolstvane_N = mkN071 "" ; - glad_N = mkN001 "" ; - glada_ch__N = mkN007 "" ; - glada_ch_ka_N = mkN041 "" ; - glada_ch_nica_N = mkN041 "" ; - gladen_A = mkA079 "" ; - gladene_N = mkN071 "" ; - gladiator_N = mkN007a "" ; - gladiatorski_A = mkA078 "" ; - gladiola_N = mkN041 "" ; - gladkost_N = mkN049 "" ; - gladkoceven_A = mkA079 "" ; - gladnik_N = mkN014 "" ; - gladnica_N = mkN041 "" ; - gladole_ch_enie_N = mkN072 "" ; - gladori_ja__N = mkN047 "" ; - gladuvam_V = stateV (mkV186 "") ; - gladuvane_N = mkN071 "" ; - gladyk_A = mkA080 "" ; - glad_ja__V = stateV (mkV173 "") ; - glaziram_V = stateV (mkV186 "") ; - glazirane_N = mkN071 "" ; - glazura_N = mkN041 "" ; - glamav_A = mkA076 "" ; - glamavost_N = mkN049 "" ; - glamav_sht_ina_N = mkN041 "" ; - glanc_N = mkN001 "" ; - glanciram_V = stateV (mkV186 "") ; - glancirane_N = mkN071 "" ; - glancov_A = mkA076 "" ; - glarus_N = mkN007 "" ; - glas_N = mkN001 "" ; - glasen_A = mkA079 "" ; - glasec_N = mkN040a "" ; - glasnost_N = mkN049 "" ; - glasov_A = mkA076 "" ; - glasovit_A = mkA076 "" ; - glasovitost_N = mkN049 "" ; - glasopodavam_V = stateV (mkV186 "") ; - glasopodavane_N = mkN071 "" ; - glasopodavatel_N = mkN031a "" ; - glasopodavatelka_N = mkN041 "" ; - glaspapir_N = mkN007 "" ; - glasuvam_V = stateV (mkV186 "") ; - glasuvane_N = mkN071 "" ; - glas_ch_e_N = mkN065 "" ; - glas_ja__V = stateV (mkV174 "") ; - glauberov_A = mkA076 "" ; - gla_sh_ataj_N = mkN032a "" ; - gledam_V = stateV (mkV186 "") ; - gledane_N = mkN071 "" ; - gleda_ch__N = mkN007b "" ; - gleda_ch_ka_N = mkN041 "" ; - gleden_A = mkA079 "" ; - gled_zj_osam_V = stateV (mkV186 "") ; - gled_zj_osan_A = mkA076 "" ; - gled_zj_osvam_V = stateV (mkV186 "") ; - gled_zj_osvane_N = mkN071 "" ; - gledi_sht_e_N = mkN066 "" ; - gledka_N = mkN041 "" ; - gledna_V = stateV (mkV152 "") ; - glezen_N = mkN007 "" ; - glezene_N = mkN071 "" ; - glezenen_A = mkA079 "" ; - glezla_N = mkN041 "" ; - glezlxo_N = mkN040 "" ; - glezoti_ja__N = mkN047 "" ; - glez_ja__V = stateV (mkV173 "") ; - glet_ch_er_N = mkN007 "" ; - gle_ch__N = mkN049 "" ; - gligan_N = mkN007 "" ; - glikoza_N = mkN041 "" ; - glina_N = mkN041 "" ; - glinen_A = mkA076 "" ; - glinest_A = mkA076 "" ; - glist_N = mkN007 "" ; - glistav_A = mkA076 "" ; - glisten_A = mkA079 "" ; - glifografi_ja__N = mkN047 "" ; - glicerin_N = mkN007 "" ; - glicerinov_A = mkA076 "" ; - globa_N = mkN041 "" ; - globalen_A = mkA079 "" ; - globus_N = mkN007 "" ; - glob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - glob_ja_vane_N = mkN071 "" ; - glog_N = mkN001 "" ; - glogina_N = mkN041 "" ; - gloginka_N = mkN041 "" ; - glogov_A = mkA076 "" ; - glo_zj_dene_N = mkN071 "" ; - glozgam_V = actionV (mkV186 "") (mkV173 "") ; - glozgane_N = mkN071 "" ; - gluma_N = mkN041 "" ; - glum_ch_o_N = mkN040 "" ; - glum_ja__V = stateV (mkV174 "") ; - glupav_A = mkA076 "" ; - glupavina_N = mkN041 "" ; - glupavi_ch_yk_A = mkA080 "" ; - glupak_N = mkN014a "" ; - glupa_ch_e_N = mkN065 "" ; - glupa_ch_ka_N = mkN041 "" ; - glupa_sh_ki_A = mkA078 "" ; - glupa_sht_ina_N = mkN041 "" ; - glupec_N = mkN008a "" ; - glupovat_A = mkA076 "" ; - glupovatost_N = mkN049 "" ; - glupost_N = mkN049 "" ; - glup_ch_o_N = mkN040 "" ; - gluten_A = mkA079 "" ; - glutnica_N = mkN041 "" ; - gluh_A = mkA076 "" ; - gluhar_N = mkN031a "" ; - gluhar_ch_e_N = mkN065 "" ; - gluhon_ja_m_A = mkA081 "" ; - gluhota_N = mkN041 "" ; - glu_sh_e_ja__V = stateV (mkV160a "") ; - glu_sh_ina_N = mkN041 "" ; - glybina_N = mkN041 "" ; - glytvam_V = actionV (mkV186 "") (mkV152 "") ; - glytvane_N = mkN071 "" ; - glytka_N = mkN041 "" ; - glyhna_V = stateV (mkV152 "") ; - gly_ch__N = mkN001 "" ; - gly_ch_ka_N = mkN041 "" ; - gl_iu_koza_N = mkN041 "" ; - gmurvam_V = actionV (mkV186 "") (mkV152 "") ; - gmurvane_N = mkN071 "" ; - gmurec_N = mkN008a "" ; - gmurkam_V = actionV (mkV186 "") (mkV152 "") ; - gmurkane_N = mkN071 "" ; - gneven_A = mkA079 "" ; - gnevliv_A = mkA076 "" ; - gnevnost_N = mkN049 "" ; - gnev_ja__V = stateV (mkV174 "") ; - gnezdene_N = mkN071 "" ; - gnezdo_N = mkN054 "" ; - gnezdov_A = mkA076 "" ; - gnezdovi_A = mkA078 "" ; - gnezdoviden_A = mkA079 "" ; - gnezd_ja__V = stateV (mkV174 "") ; - gnet_N = mkN001 "" ; - gnet_ja__V = stateV (mkV174 "") ; - gnida_N = mkN041 "" ; - gnidav_A = mkA076 "" ; - gniene_N = mkN071 "" ; - gnie_sht__A = mkA076 "" ; - gnil_A = mkA076 "" ; - gnilak_N = mkN014 "" ; - gnilost_N = mkN049 "" ; - gnilota_N = mkN041 "" ; - gnilo_ch__N = mkN007 "" ; - gni_ja__V = stateV (mkV163 "") ; - gnoen_A = mkA085 "" ; - gnoene_N = mkN071 "" ; - gnojnik_N = mkN014 "" ; - gnojnica_N = mkN041 "" ; - gnom_N = mkN001 "" ; - gnoseologi_ch_en_A = mkA079 "" ; - gnoseologi_ja__N = mkN047 "" ; - gnosticizym_N = mkN011 "" ; - gnosti_ch_en_A = mkA079 "" ; - gno_ja_sam_V = stateV (mkV186 "") ; - gno_ja_svam_V = actionV (mkV186 "") (mkV175 "") ; - gno_ja_svane_N = mkN071 "" ; - gnu_N = mkN065 "" ; - gnus_N = mkN001 "" ; - gnusen_A = mkA079 "" ; - gnusene_N = mkN071 "" ; - gnusliv_A = mkA076 "" ; - gnuslivost_N = mkN049 "" ; - gnusota_N = mkN041 "" ; - gnusoti_ja__N = mkN047 "" ; - gnus_ja__V = stateV (mkV174 "") ; - gn_ja_v_N = mkN002 "" ; - goblen_N = mkN007 "" ; - govedar_N = mkN031a "" ; - govedarka_N = mkN041 "" ; - govedarnik_N = mkN014 "" ; - govedarstvo_N = mkN054 "" ; - govedar_ch_e_N = mkN065 "" ; - govedo_N = mkN054 "" ; - govedovyd_N = mkN007 "" ; - govedovyden_A = mkA079 "" ; - govedovydstvo_N = mkN054 "" ; - goveene_N = mkN071 "" ; - gove_zj_di_A = mkA078 "" ; - gove_ja__V = stateV (mkV160 "") ; - govor_N = mkN007 "" ; - govoren_A = mkA079 "" ; - govorene_N = mkN071 "" ; - govoriln_ja__N = mkN047 "" ; - govorim_A = mkA076 "" ; - govoritel_N = mkN031a "" ; - govoritelen_A = mkA079 "" ; - govoritelka_N = mkN041 "" ; - govorliv_A = mkA076 "" ; - govorlivost_N = mkN049 "" ; - govor_ja__V = stateV (mkV173 "") ; - gode_zj__N = mkN007 "" ; - gode_zj_ar_N = mkN031a "" ; - gode_zj_arka_N = mkN041 "" ; - gode_zj_en_A = mkA079 "" ; - goden_A = mkA079 "" ; - godenik_N = mkN014 "" ; - godenica_N = mkN041 "" ; - godeni_ch_estvo_N = mkN054 "" ; - godina_N = mkN041 "" ; - godinak_N = mkN014 "" ; - godina_ch_e_N = mkN065 "" ; - godinka_N = mkN041 "" ; - godin_ja_sane_N = mkN071 "" ; - godin_ja_svane_N = mkN071 "" ; - godi_sh_en_A = mkA079 "" ; - godi_sh_nik_N = mkN014 "" ; - godi_sh_nina_N = mkN041 "" ; - godnost_N = mkN049 "" ; - god_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - god_ja_vane_N = mkN071 "" ; - gozba_N = mkN041 "" ; - gol_A = mkA076 "" ; - golgota_N = mkN041 "" ; - golemeene_N = mkN071 "" ; - golemec_N = mkN008a "" ; - goleme_ja__V = actionV (mkV160 "") (mkV174 "") ; - golemina_N = mkN041 "" ; - golemi_ch_yk_A = mkA080 "" ; - golemstvo_N = mkN054 "" ; - gole_ja__V = stateV (mkV160 "") ; - goli_sh_ar_N = mkN031a "" ; - goli_sh_ar_ch_e_N = mkN065 "" ; - gollini_ja__N = mkN047 "" ; - golmajstor_N = mkN007 "" ; - golobrad_A = mkA076 "" ; - golov_A = mkA076 "" ; - gologan_N = mkN007 "" ; - gologlav_A = mkA076 "" ; - golosemenen_A = mkA079 "" ; - golosloven_A = mkA079 "" ; - goloslovie_N = mkN072 "" ; - goloslovnost_N = mkN049 "" ; - golota_N = mkN041 "" ; - goloti_ja__N = mkN047 "" ; - goltak_N = mkN014a "" ; - golta_ch_ka_N = mkN041 "" ; - golf_N = mkN001 "" ; - gol_ja_m_A = mkA081 "" ; - gong_N = mkN001 "" ; - gondola_N = mkN041 "" ; - gondolier_N = mkN007 "" ; - gondolierski_A = mkA078 "" ; - gonene_N = mkN071 "" ; - gonenie_N = mkN072 "" ; - gonenica_N = mkN041 "" ; - gonitba_N = mkN041 "" ; - gonitel_N = mkN031a "" ; - gonka_N = mkN041 "" ; - gonore_ja__N = mkN047 "" ; - gon_ch_e_N = mkN065 "" ; - gon_ja__V = stateV (mkV173 "") ; - gora_N = mkN041 "" ; - gord_A = mkA076 "" ; - gordeliv_A = mkA076 "" ; - gordelivec_N = mkN008a "" ; - gordelivost_N = mkN049 "" ; - gorde_ja__V = stateV (mkV160 "") ; - gordiev_A = mkA076 "" ; - gordost_N = mkN049 "" ; - goreizbroen_A = mkA076 "" ; - goreizlo_zj_en_A = mkA076 "" ; - gorekazan_A = mkA076 "" ; - gorelka_N = mkN041 "" ; - goren_A = mkA079 "" ; - gorene_N = mkN071 "" ; - goreopisan_A = mkA076 "" ; - goreposo_ch_en_A = mkA076 "" ; - gorespomenat_A = mkA076 "" ; - gorest_A = mkA076 "" ; - goresten_A = mkA079 "" ; - goresto_ja__sht__A = mkA076 "" ; - gore_sht__A = mkA076 "" ; - gore_sht_ina_N = mkN041 "" ; - gore_sht_nik_N = mkN014 "" ; - gore_sht__ja__V = stateV (mkV174 "") ; - goriven_A = mkA079 "" ; - gorivo_N = mkN054 "" ; - gorila_N = mkN041 "" ; - gorimost_N = mkN049 "" ; - gorist_A = mkA076 "" ; - gorica_N = mkN041 "" ; - gori_ch_ka_N = mkN041 "" ; - gorki_ch_yk_A = mkA080 "" ; - gornilo_N = mkN054 "" ; - gornica_N = mkN041 "" ; - gorni_sht_e_N = mkN066 "" ; - gorn_ja_k_N = mkN014 "" ; - gorolomen_A = mkA079 "" ; - gorocvet_N = mkN007 "" ; - gorski_A = mkA078 "" ; - gor_ch_a_V = stateV (mkV178 "") ; - gor_ch_iv_A = mkA076 "" ; - gor_ch_ivina_N = mkN041 "" ; - gor_ch_ivka_N = mkN041 "" ; - gor_ch_ilka_N = mkN041 "" ; - gor_ch_ilo_N = mkN054 "" ; - gor_ch_ica_N = mkN041 "" ; - goryk_A = mkA080 "" ; - gor_ja__V = stateV (mkV177 "") ; - gor_ja_nin_N = mkN018 "" ; - gosen_A = mkA079 "" ; - gospod_N = mkN007a "" ; - gospodar_N = mkN031a "" ; - gospodarka_N = mkN041 "" ; - gospodarski_A = mkA078 "" ; - gospodarstvam_V = stateV (mkV186 "") ; - gospodarstvane_N = mkN071 "" ; - gospodarstvo_N = mkN054 "" ; - gospodaruvam_V = stateV (mkV186 "") ; - gospodaruvane_N = mkN071 "" ; - gospoden_A = mkA079 "" ; - gospodin_N = mkN023 "" ; - gospodstvam_V = stateV (mkV186 "") ; - gospodstvane_N = mkN071 "" ; - gospodstvo_N = mkN054 "" ; - gospodstvuvam_V = stateV (mkV186 "") ; - gospodstvuvane_N = mkN071 "" ; - gospo_zj_a_N = mkN041a "" ; - gospo_zj_ica_N = mkN041b "" ; - gospo_zj_i_ch_ka_N = mkN041b "" ; - gost_N = mkN007a "" ; - gostenin_N = mkN018 "" ; - gostenka_N = mkN041 "" ; - gostilnica_N = mkN041 "" ; - gostilni_ch_ar_N = mkN031a "" ; - gostilni_ch_arka_N = mkN041 "" ; - gostna_N = mkN041 "" ; - gostol_iu_biv_A = mkA076 "" ; - gostol_iu_bie_N = mkN072 "" ; - gostopriemen_A = mkA079 "" ; - gostopriemnost_N = mkN049 "" ; - gostopriemstvo_N = mkN054 "" ; - gostuvam_V = stateV (mkV186 "") ; - gostuvane_N = mkN071 "" ; - gost_ja__V = stateV (mkV174 "") ; - gotvarnica_N = mkN041 "" ; - gotvarski_A = mkA078 "" ; - gotvarstvo_N = mkN054 "" ; - gotva_ch__N = mkN007b "" ; - gotva_ch_ka_N = mkN041 "" ; - gotven_A = mkA076 "" ; - gotvene_N = mkN071 "" ; - gotv_ja__V = stateV (mkV173 "") ; - gotika_N = mkN041 "" ; - gotin_A = mkA076 "" ; - goti_ch_eski_A = mkA078 "" ; - gotov_A = mkA076 "" ; - gotovan_N = mkN007 "" ; - gotovana_N = mkN041 "" ; - gotovanec_N = mkN008a "" ; - gotovanka_N = mkN041 "" ; - gotovanski_A = mkA078 "" ; - gotovanstvo_N = mkN054 "" ; - gotovan_sht_ina_N = mkN041 "" ; - gotovnost_N = mkN049 "" ; - gotski_A = mkA078 "" ; - gofriram_V = stateV (mkV186 "") ; - gofrirane_N = mkN071 "" ; - go_sht_avam_V = stateV (mkV186 "") ; - go_sht_avane_N = mkN071 "" ; - go_sht_avka_N = mkN041 "" ; - go_ja__V = stateV (mkV175 "") ; - grabvam_V = actionV (mkV186 "") (mkV152 "") ; - grabvane_N = mkN071 "" ; - grabe_zj__N = mkN007 "" ; - grabene_N = mkN071 "" ; - grabitel_N = mkN031a "" ; - grabitelka_N = mkN041 "" ; - grabitelski_A = mkA078 "" ; - grabitelstvam_V = stateV (mkV186 "") ; - grabitelstvane_N = mkN071 "" ; - grabitelstvo_N = mkN054 "" ; - grabliv_A = mkA076 "" ; - grablivost_N = mkN049 "" ; - grab_ja__V = stateV (mkV173 "") ; - gravimetri_ch_en_A = mkA079 "" ; - gravimetri_ja__N = mkN047 "" ; - graviram_V = stateV (mkV186 "") ; - gravirane_N = mkN071 "" ; - gravirovka_N = mkN041 "" ; - gravitacionen_A = mkA079 "" ; - gravitaci_ja__N = mkN047 "" ; - gravitiram_V = stateV (mkV186 "") ; - gravitirane_N = mkN071 "" ; - gravxor_N = mkN007 "" ; - gravxorski_A = mkA078 "" ; - gravxorstvo_N = mkN054 "" ; - grav_iu_ra_N = mkN041 "" ; - grad_N = mkN001 "" ; - gradaci_ja__N = mkN047 "" ; - grade_zj__N = mkN007 "" ; - gradec_N = mkN027 "" ; - gradiven_A = mkA079 "" ; - gradivo_N = mkN054 "" ; - gradient_N = mkN007 "" ; - gradienten_A = mkA079 "" ; - gradina_N = mkN041 "" ; - gradinar_N = mkN031a "" ; - gradinarka_N = mkN041 "" ; - gradinarski_A = mkA078 "" ; - gradinarstvo_N = mkN054 "" ; - gradinka_N = mkN041 "" ; - gradinski_A = mkA078 "" ; - gradiram_V = stateV (mkV186 "") ; - gradirane_N = mkN071 "" ; - gradi_sht_e_N = mkN066 "" ; - gradobiten_A = mkA079 "" ; - gradobitnina_N = mkN041 "" ; - gradona_ch_alnik_N = mkN014 "" ; - gradonosen_A = mkA079 "" ; - gradoustrojstven_A = mkA076 "" ; - gradoustrojstvo_N = mkN054 "" ; - gradski_A = mkA078 "" ; - graduiram_V = stateV (mkV186 "") ; - graduiran_A = mkA076 "" ; - graduirane_N = mkN071 "" ; - gradus_N = mkN007 "" ; - gradu_sh_ka_N = mkN041 "" ; - grad_ch_e_N = mkN065 "" ; - grad_ja__V = stateV (mkV174 "") ; - gra_zj_dane_ja__V = stateV (mkV160 "") ; - gra_zj_danin_N = mkN018 "" ; - gra_zj_danka_N = mkN041a "" ; - gra_zj_danski_A = mkA078 "" ; - gra_zj_danstvenost_N = mkN049 "" ; - gra_zj_danstvo_N = mkN054 "" ; - gra_zj_dan_ch_e_N = mkN065 "" ; - grajfer_N = mkN007 "" ; - grakam_V = actionV (mkV186 "") (mkV152 "") ; - grakane_N = mkN071 "" ; - grakvam_V = actionV (mkV186 "") (mkV152 "") ; - grakvane_N = mkN071 "" ; - gram_N = mkN001 "" ; - gramada_N = mkN041 "" ; - gramaden_A = mkA079 "" ; - gramad_ja__V = stateV (mkV174 "") ; - grama_zj__N = mkN007 "" ; - gramatik_N = mkN014 "" ; - gramatika_N = mkN041 "" ; - gramatikar_N = mkN031a "" ; - gramati_ch_en_A = mkA079 "" ; - gramati_ch_eski_A = mkA078 "" ; - gramota_N = mkN041 "" ; - gramoten_A = mkA079 "" ; - gramotnost_N = mkN049 "" ; - gramofon_N = mkN007 "" ; - gramofonen_A = mkA079 "" ; - gramofon_ch_e_N = mkN065 "" ; - granata_N = mkN041 "" ; - granaten_A = mkA079 "" ; - granatohvyrga_ch_ka_N = mkN041 "" ; - grand_N = mkN001 "" ; - granddama_N = mkN041 "" ; - grandiozen_A = mkA079 "" ; - grandioznost_N = mkN049 "" ; - grandoman_N = mkN007 "" ; - grandomani_ja__N = mkN047 "" ; - grandomanka_N = mkN041 "" ; - grandhotel_N = mkN007 "" ; - graniv_A = mkA076 "" ; - granivost_N = mkN049 "" ; - granit_N = mkN007 "" ; - graniten_A = mkA079 "" ; - granitoviden_A = mkA079 "" ; - granica_N = mkN041 "" ; - grani_ch_a_V = stateV (mkV176 "") ; - grani_ch_ar_N = mkN031a "" ; - grani_ch_arski_A = mkA078 "" ; - grani_ch_en_A = mkA079 "" ; - granka_N = mkN041 "" ; - granula_N = mkN041 "" ; - granularen_A = mkA079 "" ; - granulaci_ja__N = mkN047 "" ; - granuliram_V = stateV (mkV186 "") ; - granuliran_A = mkA076 "" ; - granulirane_N = mkN071 "" ; - granulomen_A = mkA079 "" ; - gran_ja__V = stateV (mkV174 "") ; - gran_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - gran_ja_svane_N = mkN071 "" ; - grapa_N = mkN041 "" ; - grapav_A = mkA076 "" ; - grapavina_N = mkN041 "" ; - grapavost_N = mkN049 "" ; - grap_ja__V = stateV (mkV173 "") ; - gratis_N = mkN007 "" ; - gratisen_A = mkA079 "" ; - gratis_ch_i_ja__N = mkN039 "" ; - graf_N = mkN007a "" ; - grafa_N = mkN041 "" ; - grafema_N = mkN041 "" ; - grafik_N = mkN014 "" ; - grafika_N = mkN041 "" ; - grafin_ja__N = mkN047 "" ; - grafit_N = mkN007 "" ; - grafiten_A = mkA079 "" ; - grafi_ch_en_A = mkA079 "" ; - grafi_ch_eski_A = mkA078 "" ; - grafolog_N = mkN015 "" ; - grafologi_ja__N = mkN047 "" ; - grafoman_N = mkN007 "" ; - grafomani_ja__N = mkN047 "" ; - grafospazym_N = mkN011 "" ; - grafski_A = mkA078 "" ; - grafstvo_N = mkN054 "" ; - grah_N = mkN040a "" ; - grahov_A = mkA076 "" ; - grahoviden_A = mkA079 "" ; - graciozen_A = mkA079 "" ; - gracioznost_N = mkN049 "" ; - graci_ja__N = mkN047 "" ; - gra_ch_a_V = stateV (mkV176 "") ; - gra_ch_ene_N = mkN071 "" ; - greba_V = stateV (mkV151 "") ; - grebalka_N = mkN041 "" ; - grebalo_N = mkN054 "" ; - grebane_N = mkN071 "" ; - grebvam_V = actionV (mkV186 "") (mkV152 "") ; - grebvane_N = mkN071 "" ; - greben_N = mkN007 "" ; - grebenar_N = mkN031a "" ; - grebenoviden_A = mkA079 "" ; - greben_ch_e_N = mkN065 "" ; - grebec_N = mkN008a "" ; - greblo_N = mkN054 "" ; - gregorianski_A = mkA078 "" ; - greda_N = mkN041 "" ; - gredored_N = mkN007 "" ; - greene_N = mkN071 "" ; - grejvam_V = actionV (mkV186 "") (mkV152 "") ; - grejvane_N = mkN071 "" ; - grejder_N = mkN007 "" ; - grejka_N = mkN041 "" ; - grejpfrut_N = mkN007 "" ; - grenadir_N = mkN007 "" ; - grenlandski_A = mkA078 "" ; - gres_N = mkN049 "" ; - gresiram_V = stateV (mkV186 "") ; - gresirane_N = mkN071 "" ; - gresxorka_N = mkN041 "" ; - grehoven_A = mkA079 "" ; - grehovnost_N = mkN049 "" ; - grehopadenie_N = mkN072 "" ; - grehota_N = mkN041 "" ; - gre_sh_a_V = stateV (mkV176 "") ; - gre_sh_a_sht__A = mkA076 "" ; - gre_sh_en_A = mkA079 "" ; - gre_sh_ka_N = mkN041 "" ; - gre_sh_nik_N = mkN014 "" ; - gre_sh_nica_N = mkN041 "" ; - gre_ja__V = actionV (mkV160 "") (mkV152 "") ; - gre_ja_n_A = mkA076 "" ; - griva_N = mkN041 "" ; - grivest_A = mkA076 "" ; - grivna_N = mkN041 "" ; - griv_ja_k_N = mkN014 "" ; - grigorianski_A = mkA078 "" ; - gri_zj_a_V = stateV (mkV176 "") ; - gri_zj_liv_A = mkA076 "" ; - gri_zj_livost_N = mkN049 "" ; - gri_zj_oven_A = mkA079 "" ; - gri_zj_ovnost_N = mkN049 "" ; - griza_V = stateV (mkV151 "") ; - grizane_N = mkN071 "" ; - griza_ch__N = mkN007 "" ; - grizvam_V = actionV (mkV186 "") (mkV152 "") ; - grizvane_N = mkN071 "" ; - grizene_N = mkN071 "" ; - grizetka_N = mkN041 "" ; - grizli_N = mkN065 "" ; - grizu_N = mkN065 "" ; - gril_N = mkN001 "" ; - grim_N = mkN001 "" ; - grimasa_N = mkN041 "" ; - grimasni_ch_a_V = stateV (mkV176 "") ; - grimiram_V = stateV (mkV186 "") ; - grimiran_A = mkA076 "" ; - grimirane_N = mkN071 "" ; - grimxor_N = mkN007 "" ; - grimxorna_N = mkN041 "" ; - grinui_ch_ki_A = mkA078 "" ; - grip_N = mkN001 "" ; - gripozen_A = mkA079 "" ; - gris_N = mkN001 "" ; - grif_N = mkN001 "" ; - grob_N = mkN001 "" ; - grobar_N = mkN031a "" ; - grobarski_A = mkA078 "" ; - groben_A = mkA079 "" ; - grobi_sht_e_N = mkN066 "" ; - grobi_sht_en_A = mkA079 "" ; - grobnica_N = mkN041 "" ; - groboven_A = mkA079 "" ; - grobokopa_ch__N = mkN007b "" ; - grog_N = mkN001 "" ; - grozd_N = mkN001 "" ; - grozde_N = mkN065 "" ; - grozdober_N = mkN007 "" ; - grozdobera_ch__N = mkN007b "" ; - grozdobera_ch_ka_N = mkN041 "" ; - grozdov_A = mkA076 "" ; - grozdoviden_A = mkA079 "" ; - grozdomela_ch_ka_N = mkN041 "" ; - grozen_A = mkA079 "" ; - grozne_ja__V = stateV (mkV160 "") ; - groznik_N = mkN014 "" ; - groznica_N = mkN041 "" ; - grozni_ch_yk_A = mkA080 "" ; - groznovat_A = mkA076 "" ; - groznovatost_N = mkN049 "" ; - grozota_N = mkN041 "" ; - grozoti_ja__N = mkN047 "" ; - groz_ja__V = stateV (mkV174 "") ; - grom_ja__V = stateV (mkV174 "") ; - grosa_N = mkN041 "" ; - grosmajstor_N = mkN007a "" ; - grot_N = mkN001 "" ; - groteska_N = mkN041 "" ; - groteskov_A = mkA076 "" ; - grotma_ch_ta_N = mkN041 "" ; - groham_V = stateV (mkV186 "") ; - grohane_N = mkN071 "" ; - grohvam_V = actionV (mkV186 "") (mkV152 "") ; - grohvane_N = mkN071 "" ; - grohnalost_N = mkN049 "" ; - grohot_N = mkN007 "" ; - grohot_ja__V = stateV (mkV173 "") ; - gro_sh__N = mkN001 "" ; - grub_A = mkA076 "" ; - grubi_ch_yk_A = mkA080 "" ; - grubi_ja_n_N = mkN007 "" ; - grubi_ja_nin_N = mkN018 "" ; - grubi_ja_nski_A = mkA078 "" ; - grubi_ja_nstvo_N = mkN054 "" ; - grubi_ja_nstvuvam_V = stateV (mkV186 "") ; - grubovat_A = mkA076 "" ; - grubovatost_N = mkN049 "" ; - grubost_N = mkN049 "" ; - grudka_N = mkN041 "" ; - gruzinec_N = mkN008a "" ; - gruzinski_A = mkA078 "" ; - grund_N = mkN001 "" ; - grundirane_N = mkN071 "" ; - grundirvam_V = actionV (mkV186 "") (mkV186 "") ; - grupa_N = mkN041 "" ; - grupiram_V = stateV (mkV186 "") ; - grupirane_N = mkN071 "" ; - grupirovka_N = mkN041 "" ; - grupi_ch_ka_N = mkN041 "" ; - grupov_A = mkA076 "" ; - grupov_sht_ina_N = mkN041 "" ; - gruham_V = stateV (mkV186 "") ; - gruhane_N = mkN071 "" ; - gruhtene_N = mkN071 "" ; - gruht_ja__V = stateV (mkV177 "") ; - gryb_N = mkN003 "" ; - gryben_A = mkA079 "" ; - grybla_N = mkN041 "" ; - grybnak_N = mkN014 "" ; - grybna_ch_en_A = mkA079 "" ; - gryd_N = mkN042 "" ; - gryden_A = mkA079 "" ; - grydobolen_A = mkA079 "" ; - gryk_N = mkN012 "" ; - grykl_ja_n_N = mkN007 "" ; - grykofilstvo_N = mkN054 "" ; - grym_N = mkN003 "" ; - grymvam_V = actionV (mkV186 "") (mkV152 "") ; - grymvane_N = mkN071 "" ; - grymkost_N = mkN049 "" ; - grymliv_A = mkA076 "" ; - grymnat_A = mkA076 "" ; - grymoven_A = mkA079 "" ; - grymover_zj_ec_N = mkN008a "" ; - grymovit_A = mkA076 "" ; - grymoglasen_A = mkA079 "" ; - grymoglasie_N = mkN072 "" ; - grymonosen_A = mkA079 "" ; - grymootvod_N = mkN007 "" ; - grymotevica_N = mkN041 "" ; - grymotevi_ch_en_A = mkA079 "" ; - grymyk_A = mkA080 "" ; - grynd_zj__N = mkN040a "" ; - grynci_N = mkN075 "" ; - gryn_ch_ar_N = mkN031a "" ; - gryn_ch_arka_N = mkN041 "" ; - gryn_ch_arnica_N = mkN041 "" ; - gryn_ch_arski_A = mkA078 "" ; - gryn_ch_arstvo_N = mkN054 "" ; - grycki_A = mkA078 "" ; - gryckolatinski_A = mkA078 "" ; - gr_ja_h_N = mkN002 "" ; - gubene_N = mkN071 "" ; - guber_N = mkN007 "" ; - guberka_N = mkN041 "" ; - gubernator_N = mkN007a "" ; - gubernatorski_A = mkA078 "" ; - guberni_ja__N = mkN047 "" ; - gub_ja__V = stateV (mkV173 "") ; - guvernantka_N = mkN041 "" ; - gugla_N = mkN041 "" ; - gugukam_V = stateV (mkV186 "") ; - gugukane_N = mkN071 "" ; - gugutka_N = mkN041 "" ; - guzen_A = mkA079 "" ; - guznost_N = mkN049 "" ; - gukam_V = stateV (mkV186 "") ; - gukane_N = mkN071 "" ; - gula_sh__N = mkN007 "" ; - gulden_N = mkN007 "" ; - guli_ja__N = mkN047 "" ; - gul_ja_j_N = mkN032 "" ; - gul_ja_jd_zj_ijski_A = mkA078 "" ; - gul_ja_jd_zj_i_ja__N = mkN047 "" ; - gul_ja__ja__V = stateV (mkV161 "") ; - guma_N = mkN041 "" ; - gumen_A = mkA076 "" ; - gumenka_N = mkN041 "" ; - gumiram_V = stateV (mkV186 "") ; - gumirane_N = mkN071 "" ; - gumi_ch_ka_N = mkN041 "" ; - gurbet_N = mkN007 "" ; - gurbet_ch_i_ja__N = mkN047 "" ; - gurgulica_N = mkN041 "" ; - gureliv_A = mkA076 "" ; - gurel_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - gurel_ja_svane_N = mkN071 "" ; - gurkam_V = stateV (mkV186 "") ; - gurkane_N = mkN071 "" ; - gusla_N = mkN041 "" ; - guslar_N = mkN031a "" ; - gu_sh_a_V = stateV (mkV176 "") ; - gu_sh_av_A = mkA076 "" ; - gu_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - gu_sh_vane_N = mkN071 "" ; - gu_sh_est_A = mkA076 "" ; - gu_sh_ka_N = mkN041 "" ; - gu_sh_kam_V = stateV (mkV186 "") ; - gu_sh_kane_N = mkN071 "" ; - gu_sht_er_N = mkN007 "" ; - gu_sht_erov_A = mkA076 "" ; - gu_sht_eroobrazen_A = mkA079 "" ; - gu_sht_eropodoben_A = mkA079 "" ; - gu_sht_er_ch_e_N = mkN065 "" ; - gyba_N = mkN041 "" ; - gybav_A = mkA076 "" ; - gybar_N = mkN031a "" ; - gybarnik_N = mkN014 "" ; - gybarstvo_N = mkN054 "" ; - gyben_A = mkA076 "" ; - gybest_A = mkA076 "" ; - gybi_ch_ka_N = mkN041 "" ; - gyboviden_A = mkA079 "" ; - gyboobrazen_A = mkA079 "" ; - gyb_ja_sam_V = stateV (mkV186 "") ; - gyb_ja_svam_V = stateV (mkV186 "") ; - gyb_ja_svane_N = mkN071 "" ; - gyvkav_A = mkA076 "" ; - gyvkavina_N = mkN041 "" ; - gyvkavost_N = mkN049 "" ; - gyvyk_A = mkA080 "" ; - gygna_V = stateV (mkV152 "") ; - gygnene_N = mkN071 "" ; - gygniv_A = mkA076 "" ; - gygrica_N = mkN041 "" ; - gydel_N = mkN007 "" ; - gydeli_ch_kam_V = stateV (mkV186 "") ; - gydeli_ch_kane_N = mkN071 "" ; - gydular_N = mkN031a "" ; - gydulka_N = mkN041 "" ; - gyzur_ch_a_V = stateV (mkV176 "") ; - gykane_N = mkN071 "" ; - gykvam_V = actionV (mkV186 "") (mkV186 "") ; - gykvane_N = mkN071 "" ; - gyltam_V = stateV (mkV186 "") ; - gyltane_N = mkN071 "" ; - gyl_ch_a_V = stateV (mkV178 "") ; - gyl_ch_ava_N = mkN041 "" ; - gyl_ch_ene_N = mkN071 "" ; - gylyb_N = mkN007 "" ; - gylybar_N = mkN031a "" ; - gylybarnik_N = mkN014 "" ; - gylybica_N = mkN041 "" ; - gylybov_A = mkA076 "" ; - gylyb_ch_e_N = mkN065 "" ; - gym_zj_a_V = stateV (mkV178 "") ; - gym_zj_ilo_N = mkN054 "" ; - gymza_N = mkN041 "" ; - gyna_V = stateV (mkV152 "") ; - gynka_N = mkN041 "" ; - gyrbav_A = mkA076 "" ; - gyrbavina_N = mkN041 "" ; - gyrbavost_N = mkN049 "" ; - gyrbat_A = mkA076 "" ; - gyrbina_N = mkN041 "" ; - gyrbica_N = mkN041 "" ; - gyrbu_sh_a_N = mkN041 "" ; - gyrbu_sh_ka_N = mkN041 "" ; - gyrb_ja__V = stateV (mkV173 "") ; - gyrgorene_N = mkN071 "" ; - gyrgor_ja__V = stateV (mkV173 "") ; - gyrda_N = mkN041 "" ; - gyrdest_A = mkA076 "" ; - gyrkin_ja__N = mkN047 "" ; - gyrkoman_N = mkN007 "" ; - gyrkofil_N = mkN007 "" ; - gyrlen_A = mkA076 "" ; - gyrlest_A = mkA076 "" ; - gyrlica_N = mkN041 "" ; - gyrlo_N = mkN054 "" ; - gyrlobol_N = mkN007 "" ; - gyrlovina_N = mkN041 "" ; - gyrl_ja__V = stateV (mkV173 "") ; - gyrme_zj__N = mkN007 "" ; - gyrmene_N = mkN071 "" ; - gyrm_ja__V = stateV (mkV177 "") ; - gyrna_V = stateV (mkV152 "") ; - gyrne_N = mkN065 "" ; - gyrcizym_N = mkN011 "" ; - gyr_ch__N = mkN001 "" ; - gyr_ch_av_A = mkA076 "" ; - gyr_ch_ene_N = mkN071 "" ; - gyr_ch_e_ja__V = actionV (mkV160 "") (mkV176 "") ; - gysar_N = mkN031a "" ; - gysarka_N = mkN041 "" ; - gyse_N = mkN065 "" ; - gysenica_N = mkN041 "" ; - gyseni_ch_av_A = mkA076 "" ; - gyseni_ch_en_A = mkA079 "" ; - gyska_N = mkN041 "" ; - gysok_N = mkN014 "" ; - gyst_A = mkA076 "" ; - gystak_N = mkN014 "" ; - gystalak_N = mkN014 "" ; - gyste_ja__V = stateV (mkV160 "") ; - gysti_ch_yk_A = mkA080 "" ; - gystonaselen_A = mkA076 "" ; - gystoobrasyl_A = mkA080 "" ; - gystota_N = mkN041 "" ; - gytam_V = stateV (mkV186 "") ; - gytane_N = mkN071 "" ; - gytvam_V = actionV (mkV186 "") (mkV152 "") ; - gytvane_N = mkN071 "" ; - gy_sh_i_A = mkA078 "" ; - gxol_N = mkN001 "" ; - gxon_N = mkN001 "" ; - gxonen_A = mkA079 "" ; - g_iu_bre_N = mkN065 "" ; - g_iu_ve_ch__N = mkN007 "" ; - g_iu_ve_ch_e_N = mkN065 "" ; - g_iu_deri_ja__N = mkN047 "" ; - g_iu_l_N = mkN001 "" ; - g_iu_le_N = mkN065 "" ; - g_iu_lle_N = mkN065 "" ; - g_iu_lov_A = mkA076 "" ; - g_iu_m_N = mkN001 "" ; - g_iu_me_N = mkN065 "" ; - g_iu_ruk_N = mkN014 "" ; - g_iu_rultad_zj_ijski_A = mkA078 "" ; - g_iu_rultad_zj_i_ja__N = mkN039 "" ; - g_iu_rulti_ja__N = mkN047 "" ; - g_ja_volyk_N = mkN014 "" ; - g_ja_ur_N = mkN007 "" ; - g_ja_urin_N = mkN018 "" ; - davam_V = stateV (mkV186 "") ; - davane_N = mkN071 "" ; - davene_N = mkN071 "" ; - davilov_A = mkA076 "" ; - davlenie_N = mkN072 "" ; - davnost_N = mkN049 "" ; - davnosten_A = mkA079 "" ; - dav_ja__V = stateV (mkV173 "") ; - dadenost_N = mkN049 "" ; - da_zj_ba_N = mkN041 "" ; - da_zj_ben_A = mkA076 "" ; - dajd_zj_est_N = mkN007 "" ; - dajre_N = mkN065 "" ; - dakel_N = mkN007 "" ; - daktil_N = mkN007 "" ; - daktilen_A = mkA079 "" ; - daktili_ch_en_A = mkA079 "" ; - daktilografi_ja__N = mkN047 "" ; - daktiloskopi_ch_en_A = mkA079 "" ; - daktiloskopi_ja__N = mkN047 "" ; - dalavera_N = mkN041 "" ; - dalaverad_zj_i_ja__N = mkN039 "" ; - dalak_N = mkN014 "" ; - dala_ch_en_A = mkA079 "" ; - dalekoboen_A = mkA085 "" ; - dalekobojnost_N = mkN049 "" ; - dalekogled_N = mkN007 "" ; - dalekogledstvo_N = mkN054 "" ; - dalekoizto_ch_en_A = mkA079 "" ; - dalekomer_N = mkN007 "" ; - dalekoprovod_N = mkN007 "" ; - dale_ch_en_A = mkA079 "" ; - dale_ch_ina_N = mkN041 "" ; - dali_ja__N = mkN047 "" ; - dalmatinec_N = mkN008a "" ; - dalmatinka_N = mkN041 "" ; - dalmatinski_A = mkA078 "" ; - dalnoviden_A = mkA079 "" ; - dalnovidnost_N = mkN049 "" ; - daltonizym_N = mkN011 "" ; - daltonist_N = mkN007a "" ; - daltonistka_N = mkN041 "" ; - dam_V = stateV (mkV168 "") ; - dama_N = mkN041a "" ; - damad_zj_ana_N = mkN041 "" ; - damazlyk_N = mkN014 "" ; - damaska_N = mkN041 "" ; - damaskin_N = mkN007 "" ; - damaskin_ja__N = mkN047 "" ; - damga_N = mkN041 "" ; - damgosan_A = mkA076 "" ; - damgosane_N = mkN071 "" ; - damgosvam_V = actionV (mkV186 "") (mkV186 "") ; - damgosvane_N = mkN071 "" ; - damoklev_A = mkA076 "" ; - damski_A = mkA078 "" ; - danaec_N = mkN013 "" ; - dana_ch_e_N = mkN065 "" ; - dangalak_N = mkN014 "" ; - dandani_ja__N = mkN047 "" ; - danni_N = mkN075 "" ; - dansing_N = mkN007 "" ; - dantela_N = mkN041 "" ; - dantelen_A = mkA076 "" ; - danyk_N = mkN014 "" ; - danykoplatec_N = mkN008a "" ; - dany_ch_en_A = mkA079 "" ; - dar_N = mkN001 "" ; - darak_N = mkN014 "" ; - darak_ch_ijski_A = mkA078 "" ; - darak_ch_i_ja__N = mkN039 "" ; - darba_N = mkN041 "" ; - darvinizym_N = mkN011 "" ; - darvinist_N = mkN007a "" ; - darvinistka_N = mkN041 "" ; - darvinovski_A = mkA078 "" ; - darenie_N = mkN072 "" ; - daritel_N = mkN031a "" ; - daritelka_N = mkN041 "" ; - darovanie_N = mkN072 "" ; - darovit_A = mkA076 "" ; - darovitost_N = mkN049 "" ; - darohranitelnica_N = mkN041 "" ; - daruvam_V = actionV (mkV186 "") (mkV174 "") ; - daruvane_N = mkN071 "" ; - dar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dar_ja_vane_N = mkN071 "" ; - daskal_N = mkN007a "" ; - daskalica_N = mkN041 "" ; - daskalski_A = mkA078 "" ; - daskaluvam_V = stateV (mkV186 "") ; - daskaluvane_N = mkN071 "" ; - data_N = mkN041 "" ; - datelen_A = mkA079 "" ; - datiram_V = stateV (mkV186 "") ; - datirane_N = mkN071 "" ; - datski_A = mkA078 "" ; - dat_ch_anin_N = mkN018 "" ; - dat_ch_anka_N = mkN041 "" ; - dat_ch_ik_N = mkN014 "" ; - dafinov_A = mkA076 "" ; - da_ch_a_N = mkN041 "" ; - dvadesetgodi_sh_en_A = mkA079 "" ; - dvadesetgodi_sh_nina_N = mkN041 "" ; - dvadeseti_ch_en_A = mkA079 "" ; - dvadesetostennik_N = mkN014 "" ; - dvanadesetgodi_sh_en_A = mkA079 "" ; - dvanadeseti_ch_en_A = mkA079 "" ; - dvanadesetoprysten_A = mkA079 "" ; - dvanadesetoprystnik_N = mkN014 "" ; - dvanadesetostenen_A = mkA079 "" ; - dvanadesetostennik_N = mkN014 "" ; - dvanadesetoygylnik_N = mkN014 "" ; - dvegodi_sh_en_A = mkA079 "" ; - dvegodi_sh_nina_N = mkN041 "" ; - dveri_N = mkN075 "" ; - dvestagodi_sh_en_A = mkA079 "" ; - dvestagodi_sh_nina_N = mkN041 "" ; - dvigatel_N = mkN031 "" ; - dvigatelen_A = mkA079 "" ; - dvi_zj_a_V = stateV (mkV176 "") ; - dvi_zj_enie_N = mkN072 "" ; - dvi_zj_e_sht__A = mkA076 "" ; - dvi_zj_im_A = mkA076 "" ; - dvi_zj_imost_N = mkN049 "" ; - dvoen_A = mkA085 "" ; - dvoeto_ch_ie_N = mkN072 "" ; - dvoica_N = mkN041 "" ; - dvoi_ch_en_A = mkA079 "" ; - dvojka_N = mkN041 "" ; - dvojkad_zj_ijka_N = mkN041 "" ; - dvojkad_zj_i_ja__N = mkN039 "" ; - dvojnik_N = mkN014 "" ; - dvojnica_N = mkN041 "" ; - dvojni_ch_ka_N = mkN041 "" ; - dvojnodi_sh_a_sht__A = mkA076 "" ; - dvojnost_N = mkN049 "" ; - dvojnotarifen_A = mkA079 "" ; - dvojnstven_A = mkA076 "" ; - dvojnstvenost_N = mkN049 "" ; - dvojstven_A = mkA076 "" ; - dvojstvenost_N = mkN049 "" ; - dvor_N = mkN001 "" ; - dvoren_A = mkA079 "" ; - dvorec_N = mkN008 "" ; - dvori_sht_e_N = mkN066 "" ; - dvorcov_A = mkA076 "" ; - dvor_ch_e_N = mkN065 "" ; - dvor_ja_nin_N = mkN018 "" ; - dvor_ja_nka_N = mkN041 "" ; - dvor_ja_nski_A = mkA078 "" ; - dvor_ja_nstvo_N = mkN054 "" ; - dvoumenie_N = mkN072 "" ; - dvoum_ja__V = stateV (mkV174 "") ; - dvo_ja__V = stateV (mkV175 "") ; - dvo_ja_k_A = mkA076 "" ; - dvo_ja_kost_N = mkN049 "" ; - dvuakten_A = mkA079 "" ; - dvuatomen_A = mkA079 "" ; - dvubo_zj_ie_N = mkN072 "" ; - dvuboj_N = mkN032 "" ; - dvubra_ch_en_A = mkA079 "" ; - dvubra_ch_ie_N = mkN072 "" ; - dvubukven_A = mkA076 "" ; - dvuvalenten_A = mkA079 "" ; - dvuvlastie_N = mkN072 "" ; - dvuvremenen_A = mkA079 "" ; - dvuvryh_A = mkA082 "" ; - dvuglav_A = mkA076 "" ; - dvuglasen_A = mkA079 "" ; - dvugodi_sh_en_A = mkA079 "" ; - dvugryb_A = mkA082 "" ; - dvudneven_A = mkA079 "" ; - dvudomen_A = mkA079 "" ; - dvuezi_ch_en_A = mkA079 "" ; - dvuelementen_A = mkA079 "" ; - dvueta_zj_en_A = mkA079 "" ; - dvu_zj_enec_N = mkN008a "" ; - dvu_zj_enstvo_N = mkN054 "" ; - dvu_zj_ilen_A = mkA079 "" ; - dvu_zj_i_ch_en_A = mkA079 "" ; - dvuzna_ch_en_A = mkA079 "" ; - dvuizmeren_A = mkA079 "" ; - dvukamaren_A = mkA079 "" ; - dvukameren_A = mkA079 "" ; - dvukolka_N = mkN041 "" ; - dvukonen_A = mkA079 "" ; - dvukopiten_A = mkA079 "" ; - dvukrak_A = mkA076 "" ; - dvukraten_A = mkA079 "" ; - dvukratnost_N = mkN049 "" ; - dvukril_A = mkA076 "" ; - dvukrilen_A = mkA079 "" ; - dvulampov_A = mkA076 "" ; - dvulik_A = mkA076 "" ; - dvulisten_A = mkA079 "" ; - dvuli_ch_en_A = mkA079 "" ; - dvuli_ch_ie_N = mkN072 "" ; - dvuli_ch_nik_N = mkN014 "" ; - dvuli_ch_nica_N = mkN041 "" ; - dvuli_ch_ni_ch_a_V = stateV (mkV176 "") ; - dvuma_ch_tov_A = mkA076 "" ; - dvumeren_A = mkA079 "" ; - dvumese_ch_en_A = mkA079 "" ; - dvumesten_A = mkA079 "" ; - dvumetalen_A = mkA079 "" ; - dvumetrov_A = mkA076 "" ; - dvumotoren_A = mkA079 "" ; - dvunog_A = mkA076 "" ; - dvuobrazen_A = mkA079 "" ; - dvuokis_N = mkN007 "" ; - dvuosen_A = mkA079 "" ; - dvuosnoven_A = mkA079 "" ; - dvuostyr_A = mkA080 "" ; - dvupaluben_A = mkA079 "" ; - dvupartien_A = mkA085 "" ; - dvupistov_A = mkA076 "" ; - dvuplastov_A = mkA076 "" ; - dvupozicionen_A = mkA079 "" ; - dvupolov_A = mkA076 "" ; - dvupolovost_N = mkN049 "" ; - dvupol_iu_sen_A = mkA079 "" ; - dvuposo_ch_en_A = mkA079 "" ; - dvurazdelen_A = mkA079 "" ; - dvuramenen_A = mkA079 "" ; - dvureden_A = mkA079 "" ; - dvurog_A = mkA076 "" ; - dvuryk_A = mkA076 "" ; - dvusvyrzan_A = mkA076 "" ; - dvusedmi_ch_en_A = mkA079 "" ; - dvusedmi_ch_nik_N = mkN014 "" ; - dvusemenen_A = mkA079 "" ; - dvusmenen_A = mkA079 "" ; - dvusmislen_A = mkA076 "" ; - dvusmislenost_N = mkN049 "" ; - dvusmislie_N = mkN072 "" ; - dvusmislica_N = mkN041 "" ; - dvusri_ch_en_A = mkA079 "" ; - dvustaen_A = mkA085 "" ; - dvustenen_A = mkA079 "" ; - dvusti_sh_ie_N = mkN072 "" ; - dvustranen_A = mkA079 "" ; - dvustypen_A = mkA079 "" ; - dvutomen_A = mkA079 "" ; - dvuusten_A = mkA079 "" ; - dvuutroben_A = mkA079 "" ; - dvufazen_A = mkA079 "" ; - dvufokusen_A = mkA079 "" ; - dvucveten_A = mkA079 "" ; - dvuceven_A = mkA079 "" ; - dvucevka_N = mkN041 "" ; - dvucilindrov_A = mkA076 "" ; - dvucifren_A = mkA076 "" ; - dvucifrov_A = mkA076 "" ; - dvu_ch_asov_A = mkA076 "" ; - dvu_ch_erupkov_A = mkA076 "" ; - dvu_ch_len_N = mkN007 "" ; - dvu_ch_lenen_A = mkA079 "" ; - dvu_ja_j_ch_en_A = mkA079 "" ; - deaktiviram_V = stateV (mkV186 "") ; - deaktivirane_N = mkN071 "" ; - debarkacionen_A = mkA079 "" ; - debarkiram_V = stateV (mkV186 "") ; - debarkirane_N = mkN071 "" ; - debat_N = mkN007 "" ; - debatiram_V = stateV (mkV186 "") ; - debatirane_N = mkN071 "" ; - debel_A = mkA076 "" ; - debelak_N = mkN014 "" ; - debelan_N = mkN007 "" ; - debelana_N = mkN041 "" ; - debelanka_N = mkN041 "" ; - debelanko_N = mkN040 "" ; - debela_sh_ki_A = mkA078 "" ; - debela_sht_ina_N = mkN041 "" ; - debele_ja__V = stateV (mkV160 "") ; - debelina_N = mkN041 "" ; - debeli_ch_yk_A = mkA080 "" ; - debeloglav_A = mkA076 "" ; - debeloglavie_N = mkN072 "" ; - debeloglav_sht_ina_N = mkN041 "" ; - debeloko_zj__A = mkA076 "" ; - debelokor_A = mkA076 "" ; - debelomer_N = mkN007 "" ; - debelook_A = mkA076 "" ; - debeloo_ch_ie_N = mkN072 "" ; - debelostyblen_A = mkA076 "" ; - debit_N = mkN007 "" ; - debiten_A = mkA079 "" ; - debitor_N = mkN007 "" ; - debitoren_A = mkA079 "" ; - deblokiram_V = stateV (mkV186 "") ; - deblokirane_N = mkN071 "" ; - debna_V = stateV (mkV152 "") ; - debnene_N = mkN071 "" ; - debne_sht__A = mkA076 "" ; - debra_N = mkN041 "" ; - deb_iu_t_N = mkN007 "" ; - deb_iu_tant_N = mkN007a "" ; - deb_iu_tantka_N = mkN041 "" ; - deb_iu_tiram_V = stateV (mkV186 "") ; - deb_iu_tirane_N = mkN071 "" ; - deva_N = mkN041 "" ; - devalvaci_ja__N = mkN047 "" ; - devalviram_V = stateV (mkV186 "") ; - devalvici_ja__N = mkN047 "" ; - devalorizaci_ja__N = mkN047 "" ; - dever_N = mkN007a "" ; - devetgodi_sh_en_A = mkA079 "" ; - devetdesetgodi_sh_en_A = mkA079 "" ; - devetina_N = mkN041 "" ; - devetica_N = mkN041 "" ; - devetka_N = mkN041 "" ; - devetnadesetgodi_sh_en_A = mkA079 "" ; - devetokraten_A = mkA079 "" ; - devetoren_A = mkA079 "" ; - devetorka_N = mkN041 "" ; - devetoseptemvrijski_A = mkA078 "" ; - deviaci_ja__N = mkN047 "" ; - deviz_N = mkN007 "" ; - devizen_A = mkA079 "" ; - devica_N = mkN041 "" ; - devi_ch_eski_A = mkA078 "" ; - devojka_N = mkN041a "" ; - devoj_ch_e_N = mkN065 "" ; - devokaliziram_V = stateV (mkV186 "") ; - devstven_A = mkA076 "" ; - devstvenica_N = mkN041 "" ; - devstvenost_N = mkN049 "" ; - degazaci_ja__N = mkN047 "" ; - degaziram_V = stateV (mkV186 "") ; - degazirane_N = mkN071 "" ; - degenerat_N = mkN007 "" ; - degenerativen_A = mkA079 "" ; - degeneraci_ja__N = mkN047 "" ; - degeneriram_V = stateV (mkV186 "") ; - degenerirane_N = mkN071 "" ; - degeneriranost_N = mkN049 "" ; - degizaci_ja__N = mkN047 "" ; - degiziram_V = stateV (mkV186 "") ; - degizirane_N = mkN071 "" ; - degizirovka_N = mkN041 "" ; - degradaci_ja__N = mkN047 "" ; - degradiram_V = stateV (mkV186 "") ; - degradirane_N = mkN071 "" ; - degustator_N = mkN007a "" ; - degustaci_ja__N = mkN047 "" ; - degustiram_V = stateV (mkV186 "") ; - degustirane_N = mkN071 "" ; - dedi_N = mkN075 "" ; - deduktiven_A = mkA079 "" ; - dedukci_ja__N = mkN047 "" ; - deen_A = mkA085 "" ; - deepri_ch_astie_N = mkN072 "" ; - deesposoben_A = mkA079 "" ; - deesposobnost_N = mkN049 "" ; - deec_N = mkN013 "" ; - de_zj_uren_A = mkA079 "" ; - de_zj_urstvo_N = mkN054 "" ; - de_zj_ur_ja__V = stateV (mkV173 "") ; - dezavuiram_V = stateV (mkV186 "") ; - dezavuirane_N = mkN071 "" ; - dezakordiram_V = stateV (mkV186 "") ; - dezakordirane_N = mkN071 "" ; - dezaktivator_N = mkN007 "" ; - dezertiram_V = stateV (mkV186 "") ; - dezertirane_N = mkN071 "" ; - dezertxor_N = mkN007a "" ; - dezertxorstvo_N = mkN054 "" ; - dezinsekci_ja__N = mkN047 "" ; - dezintegrator_N = mkN007 "" ; - dezintegratoren_A = mkA079 "" ; - dezintegraci_ja__N = mkN047 "" ; - dezintegriram_V = stateV (mkV186 "") ; - dezintegrirane_N = mkN071 "" ; - dezinteresiram_V = stateV (mkV186 "") ; - dezinfektant_N = mkN007 "" ; - dezinfektiram_V = stateV (mkV186 "") ; - dezinfektirane_N = mkN071 "" ; - dezinfekcionen_A = mkA079 "" ; - dezinfekciram_V = stateV (mkV186 "") ; - dezinfekcirane_N = mkN071 "" ; - dezinfekci_ja__N = mkN047 "" ; - dezinformaci_ja__N = mkN047 "" ; - dezinformiram_V = stateV (mkV186 "") ; - dezinformirane_N = mkN071 "" ; - dezodorant_N = mkN007 "" ; - dezoksidaci_ja__N = mkN047 "" ; - dezoksidiram_V = stateV (mkV186 "") ; - dezorganizaci_ja__N = mkN047 "" ; - dezorganiziram_V = stateV (mkV186 "") ; - dezorganizirane_N = mkN071 "" ; - dezorganiziranost_N = mkN049 "" ; - dezorientaci_ja__N = mkN047 "" ; - dezorientiram_V = stateV (mkV186 "") ; - dezorientirane_N = mkN071 "" ; - deinicializiram_V = stateV (mkV186 "") ; - deinicializirane_N = mkN071 "" ; - deinstaliram_V = stateV (mkV186 "") ; - deinstalirane_N = mkN071 "" ; - dejnost_N = mkN049 "" ; - dejstvam_V = stateV (mkV186 "") ; - dejstvane_N = mkN071 "" ; - dejstven_A = mkA076 "" ; - dejstvenost_N = mkN049 "" ; - dejstvie_N = mkN072 "" ; - dejstvitelen_A = mkA079 "" ; - dejstvitelnost_N = mkN049 "" ; - dejstvuvam_V = stateV (mkV186 "") ; - dejstvuvane_N = mkN071 "" ; - dekada_N = mkN041 "" ; - dekadans_N = mkN007 "" ; - dekadent_N = mkN007 "" ; - dekadenten_A = mkA079 "" ; - dekadentka_N = mkN041 "" ; - dekadentski_A = mkA078 "" ; - dekadentstvo_N = mkN054 "" ; - dekalog_N = mkN015 "" ; - dekan_N = mkN007a "" ; - dekanat_N = mkN007 "" ; - dekapiram_V = stateV (mkV186 "") ; - dekapirane_N = mkN071 "" ; - dekar_N = mkN007 "" ; - dekarboniziram_V = stateV (mkV186 "") ; - dekartov_A = mkA076 "" ; - dekemvrijski_A = mkA078 "" ; - deklamator_N = mkN007 "" ; - deklamatorka_N = mkN041 "" ; - deklamatorski_A = mkA078 "" ; - deklamatorstvo_N = mkN054 "" ; - deklamaci_ja__N = mkN047 "" ; - deklamiram_V = stateV (mkV186 "") ; - deklamirane_N = mkN071 "" ; - deklarativen_A = mkA079 "" ; - deklarator_N = mkN007 "" ; - deklaraci_ja__N = mkN047 "" ; - deklariram_V = stateV (mkV186 "") ; - deklarirane_N = mkN071 "" ; - deklasiram_V = stateV (mkV186 "") ; - deklasiran_A = mkA076 "" ; - deklasirane_N = mkN071 "" ; - deklinator_N = mkN007 "" ; - deklinacionen_A = mkA079 "" ; - deklinaci_ja__N = mkN047 "" ; - deklinometyr_N = mkN009 "" ; - dekovilka_N = mkN041 "" ; - dekoder_N = mkN007 "" ; - dekodiram_V = stateV (mkV186 "") ; - dekodirane_N = mkN071 "" ; - dekolte_N = mkN065 "" ; - dekoltirane_N = mkN071 "" ; - dekompensaci_ja__N = mkN047 "" ; - dekompozici_ja__N = mkN047 "" ; - dekompresiram_V = stateV (mkV186 "") ; - dekompresirane_N = mkN071 "" ; - dekompresi_ja__N = mkN047 "" ; - dekor_N = mkN007 "" ; - dekorativen_A = mkA079 "" ; - dekorativnost_N = mkN049 "" ; - dekorator_N = mkN007 "" ; - dekoraci_ja__N = mkN047 "" ; - dekoriram_V = stateV (mkV186 "") ; - dekorirane_N = mkN071 "" ; - dekret_N = mkN007 "" ; - dekretali_ja__N = mkN047 "" ; - dekretiram_V = stateV (mkV186 "") ; - dekretirane_N = mkN071 "" ; - dekriptirane_N = mkN071 "" ; - dekstrin_N = mkN007 "" ; - dekstroza_N = mkN041 "" ; - delba_N = mkN041 "" ; - delva_N = mkN041 "" ; - delegat_N = mkN007 "" ; - delegatka_N = mkN041 "" ; - delegaci_ja__N = mkN047 "" ; - delegiram_V = stateV (mkV186 "") ; - delegirane_N = mkN071 "" ; - delen_A = mkA079 "" ; - delene_N = mkN071 "" ; - delenie_N = mkN072 "" ; - delijski_A = mkA078 "" ; - delikaten_A = mkA079 "" ; - delikates_N = mkN007 "" ; - delikatesen_A = mkA079 "" ; - delikatnost_N = mkN049 "" ; - delim_A = mkA076 "" ; - delimost_N = mkN049 "" ; - delirium_N = mkN007 "" ; - delitel_N = mkN031 "" ; - delitelen_A = mkA079 "" ; - delnik_N = mkN014 "" ; - delni_ch_en_A = mkA079 "" ; - delni_ch_nost_N = mkN049 "" ; - delo_N = mkN054 "" ; - delovi_A = mkA078 "" ; - delovit_A = mkA076 "" ; - delovitost_N = mkN049 "" ; - delovoditel_N = mkN031a "" ; - delovoditelka_N = mkN041 "" ; - delta_N = mkN041 "" ; - delfijski_A = mkA078 "" ; - delfin_N = mkN007 "" ; - delfinarium_N = mkN007 "" ; - delfinologi_ja__N = mkN047 "" ; - del_ja__V = stateV (mkV174 "") ; - demagnitiziram_V = stateV (mkV186 "") ; - demagog_N = mkN015 "" ; - demagogi_ja__N = mkN047 "" ; - demagogski_A = mkA078 "" ; - demagogstvam_V = stateV (mkV186 "") ; - demagogstvane_N = mkN071 "" ; - demagogstvuvam_V = stateV (mkV186 "") ; - demara_zj__N = mkN007 "" ; - demarkacionen_A = mkA079 "" ; - demar_sh__N = mkN001 "" ; - demaskiram_V = stateV (mkV186 "") ; - demaskirane_N = mkN071 "" ; - dematerializiram_V = stateV (mkV186 "") ; - dembelin_N = mkN018 "" ; - dembeluvane_N = mkN071 "" ; - demenci_ja__N = mkN047 "" ; - demilitarizaci_ja__N = mkN047 "" ; - demilitariziram_V = stateV (mkV186 "") ; - demilitarizirane_N = mkN071 "" ; - demo_N = mkN065 "" ; - demobilizacionen_A = mkA079 "" ; - demobilizaci_ja__N = mkN047 "" ; - demobiliziram_V = stateV (mkV186 "") ; - demobilizirane_N = mkN071 "" ; - demograf_N = mkN007 "" ; - demografi_ja__N = mkN047 "" ; - demografski_A = mkA078 "" ; - demode_N = mkN065 "" ; - demodiram_V = stateV (mkV186 "") ; - demodiran_A = mkA076 "" ; - demodirane_N = mkN071 "" ; - demodulator_N = mkN007 "" ; - demoduliram_V = stateV (mkV186 "") ; - demodulirane_N = mkN071 "" ; - demokrat_N = mkN007a "" ; - demokratizaci_ja__N = mkN047 "" ; - demokratiziram_V = stateV (mkV186 "") ; - demokratizirane_N = mkN071 "" ; - demokratizym_N = mkN011 "" ; - demokrati_ch_en_A = mkA079 "" ; - demokrati_ch_eski_A = mkA078 "" ; - demokrati_ch_nost_N = mkN049 "" ; - demokraci_ja__N = mkN047 "" ; - demon_N = mkN007 "" ; - demonetizaci_ja__N = mkN047 "" ; - demonetiziram_V = stateV (mkV186 "") ; - demonizym_N = mkN011 "" ; - demoni_ch_en_A = mkA079 "" ; - demoni_ch_nost_N = mkN049 "" ; - demonologi_ja__N = mkN047 "" ; - demonski_A = mkA078 "" ; - demonstrant_N = mkN007a "" ; - demonstrantka_N = mkN041 "" ; - demonstrativen_A = mkA079 "" ; - demonstrator_N = mkN007 "" ; - demonstracionen_A = mkA079 "" ; - demonstraci_ja__N = mkN047 "" ; - demonstriram_V = stateV (mkV186 "") ; - demonstrirane_N = mkN071 "" ; - demonta_zj__N = mkN007 "" ; - demontiram_V = stateV (mkV186 "") ; - demontirane_N = mkN071 "" ; - demoralizaci_ja__N = mkN047 "" ; - demoraliziram_V = stateV (mkV186 "") ; - demoralizirane_N = mkN071 "" ; - dempfer_N = mkN007 "" ; - den_N = mkN033 "" ; - denaturalizaci_ja__N = mkN047 "" ; - denaturaliziram_V = stateV (mkV186 "") ; - denaturiram_V = stateV (mkV186 "") ; - denaturirane_N = mkN071 "" ; - denacionalizaci_ja__N = mkN047 "" ; - denacionaliziram_V = stateV (mkV186 "") ; - denacionalizirane_N = mkN071 "" ; - denacifikaci_ja__N = mkN047 "" ; - denacificiram_V = stateV (mkV186 "") ; - dendi_N = mkN065 "" ; - dendrolog_N = mkN015 "" ; - dendrologi_ja__N = mkN047 "" ; - denivelaci_ja__N = mkN047 "" ; - deniveliram_V = stateV (mkV186 "") ; - denica_N = mkN041 "" ; - denk_N = mkN001 "" ; - denominativen_A = mkA079 "" ; - denominaci_ja__N = mkN047 "" ; - denono_sht_en_A = mkA079 "" ; - denono_sht_ie_N = mkN072 "" ; - denonsiram_V = stateV (mkV186 "") ; - denonsirane_N = mkN071 "" ; - denuvam_V = stateV (mkV186 "") ; - denuvane_N = mkN071 "" ; - denuvka_N = mkN041 "" ; - deoksidiram_V = stateV (mkV186 "") ; - departament_N = mkN007 "" ; - depe_sh_a_N = mkN041 "" ; - depilatoar_N = mkN007 "" ; - depo_N = mkN054 "" ; - depoziram_V = stateV (mkV186 "") ; - depoziran_A = mkA076 "" ; - depozirane_N = mkN071 "" ; - depozit_N = mkN007 "" ; - depoziten_A = mkA079 "" ; - depol_ja_rizator_N = mkN007 "" ; - depol_ja_rizaci_ja__N = mkN047 "" ; - depol_ja_riziram_V = stateV (mkV186 "") ; - deponenten_A = mkA079 "" ; - deponiram_V = stateV (mkV186 "") ; - deponirane_N = mkN071 "" ; - deportaci_ja__N = mkN047 "" ; - deportiram_V = stateV (mkV186 "") ; - deportirane_N = mkN071 "" ; - depresant_N = mkN007 "" ; - depresiven_A = mkA079 "" ; - depresiram_V = stateV (mkV186 "") ; - depresirane_N = mkN071 "" ; - depresi_ja__N = mkN047 "" ; - depresor_N = mkN007 "" ; - deputat_N = mkN007a "" ; - deputatka_N = mkN041 "" ; - deputatski_A = mkA078 "" ; - deputaci_ja__N = mkN047 "" ; - dera_V = stateV (mkV170 "") ; - derajliram_V = stateV (mkV186 "") ; - derajlirane_N = mkN071 "" ; - derbi_N = mkN065 "" ; - dervi_sh__N = mkN007 "" ; - dere_N = mkN065 "" ; - derebej_N = mkN032 "" ; - derebejski_A = mkA078 "" ; - derebejstvo_N = mkN054 "" ; - derebejstvuvam_V = stateV (mkV186 "") ; - derebejstvuvane_N = mkN071 "" ; - dered_zj_e_N = mkN065 "" ; - derza_ja__V = stateV (mkV161 "") ; - derivat_N = mkN007 "" ; - derivaci_ja__N = mkN047 "" ; - derma_N = mkN041 "" ; - dermatit_N = mkN007 "" ; - dermatolog_N = mkN015 "" ; - dermatologi_ja__N = mkN047 "" ; - dermend_zj_i_ja__N = mkN039 "" ; - dert_N = mkN001 "" ; - desant_N = mkN007 "" ; - desanten_A = mkA079 "" ; - desen_A = mkA084 "" ; - desert_N = mkN007 "" ; - deserten_A = mkA079 "" ; - desetak_N = mkN014 "" ; - desetarka_N = mkN041 "" ; - desetgodi_sh_en_A = mkA079 "" ; - desetgodi_sh_nina_N = mkN041 "" ; - desetdneven_A = mkA079 "" ; - desetiletie_N = mkN072 "" ; - desetica_N = mkN041 "" ; - deseti_ch_en_A = mkA079 "" ; - desetka_N = mkN041 "" ; - desetkilometrov_A = mkA076 "" ; - desetmetrov_A = mkA076 "" ; - desetminuten_A = mkA079 "" ; - desetnik_N = mkN014 "" ; - desetoboj_N = mkN032 "" ; - desetoklasen_A = mkA079 "" ; - desetoklasnik_N = mkN014 "" ; - desetoklasnica_N = mkN041 "" ; - desetokrak_A = mkA076 "" ; - desetokraten_A = mkA079 "" ; - desetolevka_N = mkN041 "" ; - desetolisten_A = mkA079 "" ; - desetoprysten_A = mkA079 "" ; - desetoren_A = mkA079 "" ; - desetorka_N = mkN041 "" ; - desetostenen_A = mkA079 "" ; - desetoygylen_A = mkA079 "" ; - desetoygylnik_N = mkN014 "" ; - desetyk_N = mkN014 "" ; - desinteziram_V = stateV (mkV186 "") ; - desintezirane_N = mkN071 "" ; - desinhronizaci_ja__N = mkN047 "" ; - desinhroniziram_V = stateV (mkV186 "") ; - desinhroniziran_A = mkA076 "" ; - desinhronizirane_N = mkN071 "" ; - deskriptiven_A = mkA079 "" ; - deskriptor_N = mkN007 "" ; - desktop_N = mkN007 "" ; - desnica_N = mkN041 "" ; - desni_ch_ar_N = mkN031a "" ; - desni_ch_arski_A = mkA078 "" ; - desni_ch_arstvo_N = mkN054 "" ; - despot_N = mkN007 "" ; - despotizym_N = mkN011 "" ; - despoti_ch_en_A = mkA079 "" ; - despoti_ch_eski_A = mkA078 "" ; - despotstvo_N = mkN054 "" ; - destabiliziran_A = mkA076 "" ; - destilat_N = mkN007 "" ; - destilator_N = mkN007 "" ; - destilacionen_A = mkA079 "" ; - destilaci_ja__N = mkN047 "" ; - destiliram_V = stateV (mkV186 "") ; - destiliran_A = mkA076 "" ; - destilirane_N = mkN071 "" ; - destinaci_ja__N = mkN047 "" ; - destruktiven_A = mkA079 "" ; - destruktor_N = mkN007 "" ; - destrukci_ja__N = mkN047 "" ; - des_ja_tyk_N = mkN014 "" ; - detajl_N = mkN007 "" ; - detajlen_A = mkA079 "" ; - detajliram_V = stateV (mkV186 "") ; - detajliran_A = mkA076 "" ; - detajliranost_N = mkN049 "" ; - detajlnost_N = mkN049 "" ; - dete_N = mkN067 "" ; - detegleda_ch_ka_N = mkN041 "" ; - detektiv_N = mkN007 "" ; - detektivski_A = mkA078 "" ; - detektiram_V = stateV (mkV186 "") ; - detektirane_N = mkN071 "" ; - detektor_N = mkN007 "" ; - detektoren_A = mkA079 "" ; - detelina_N = mkN041 "" ; - detence_N = mkN066 "" ; - determinanta_N = mkN041 "" ; - determinizym_N = mkN011 "" ; - determiniram_V = stateV (mkV186 "") ; - determinirane_N = mkN071 "" ; - determiniranost_N = mkN049 "" ; - determinist_N = mkN007 "" ; - deteroden_A = mkA079 "" ; - deteubiec_N = mkN013 "" ; - deteubijstvo_N = mkN054 "" ; - deteubijca_N = mkN041 "" ; - detinski_A = mkA078 "" ; - detinstvo_N = mkN054 "" ; - detin_sht_ina_N = mkN041 "" ; - deti_sht_e_N = mkN066 "" ; - detonator_N = mkN007 "" ; - detonaci_ja__N = mkN047 "" ; - detoniram_V = stateV (mkV186 "") ; - detonirane_N = mkN071 "" ; - detrit_N = mkN007 "" ; - detriten_A = mkA079 "" ; - detronaci_ja__N = mkN047 "" ; - detroniram_V = stateV (mkV186 "") ; - detronirane_N = mkN071 "" ; - detski_A = mkA078 "" ; - detstvo_N = mkN054 "" ; - defekt_N = mkN007 "" ; - defekten_A = mkA079 "" ; - defektiven_A = mkA079 "" ; - defektivnost_N = mkN049 "" ; - defektiral_A = mkA076 "" ; - defektnost_N = mkN049 "" ; - defektoskopi_ja__N = mkN047 "" ; - defetizym_N = mkN011 "" ; - defetist_N = mkN007 "" ; - defile_N = mkN065 "" ; - defiliram_V = stateV (mkV186 "") ; - defilirane_N = mkN071 "" ; - definiram_V = stateV (mkV186 "") ; - definiran_A = mkA076 "" ; - definirane_N = mkN071 "" ; - definitiven_A = mkA079 "" ; - definici_ja__N = mkN047 "" ; - deficit_N = mkN007 "" ; - deficiten_A = mkA079 "" ; - deflaci_ja__N = mkN047 "" ; - deflektor_N = mkN007 "" ; - defloraci_ja__N = mkN047 "" ; - defloriram_V = stateV (mkV186 "") ; - deflorirane_N = mkN071 "" ; - defokusiran_A = mkA076 "" ; - deformator_N = mkN007 "" ; - deformaci_ja__N = mkN047 "" ; - deformiram_V = stateV (mkV186 "") ; - deformirane_N = mkN071 "" ; - dehermetiziram_V = stateV (mkV186 "") ; - dehermetizirane_N = mkN071 "" ; - dehidrator_N = mkN007 "" ; - dehidraci_ja__N = mkN047 "" ; - dehidriram_V = stateV (mkV186 "") ; - decentralizaci_ja__N = mkN047 "" ; - decentraliziram_V = stateV (mkV186 "") ; - decentralizirane_N = mkN071 "" ; - decentriram_V = stateV (mkV186 "") ; - decentrirane_N = mkN071 "" ; - decibel_N = mkN007 "" ; - decigram_V = stateV (mkV186 "") ; - decilityr_N = mkN010 "" ; - decimal_N = mkN007 "" ; - decimetyr_N = mkN010 "" ; - de_ch_ica_N = mkN074 "" ; - de_ch_urliga_N = mkN074 "" ; - de_sh_ifrator_N = mkN007 "" ; - de_sh_ifriram_V = stateV (mkV186 "") ; - de_sh_ifrirane_N = mkN071 "" ; - de_sh_ifrovka_N = mkN041 "" ; - de_ja_nie_N = mkN072 "" ; - de_ja_tel_N = mkN031a "" ; - de_ja_telen_A = mkA079 "" ; - de_ja_telka_N = mkN041 "" ; - de_ja_telnost_N = mkN049 "" ; - d_zj_avkam_V = stateV (mkV186 "") ; - d_zj_avkane_N = mkN071 "" ; - d_zj_ad_zj_a_N = mkN041 "" ; - d_zj_az_N = mkN001 "" ; - d_zj_azov_A = mkA076 "" ; - d_zj_amahiri_ja__N = mkN047 "" ; - d_zj_ambazin_N = mkN007 "" ; - d_zj_ambore_N = mkN065 "" ; - d_zj_amd_zj_i_ja__N = mkN039 "" ; - d_zj_ami_ja__N = mkN047 "" ; - d_zj_anka_N = mkN041 "" ; - d_zj_anta_N = mkN041 "" ; - d_zj_apam_V = stateV (mkV186 "") ; - d_zj_apane_N = mkN071 "" ; - d_zj_apanka_N = mkN041 "" ; - d_zj_asvam_V = actionV (mkV186 "") (mkV152 "") ; - d_zj_asvane_N = mkN071 "" ; - d_zj_askam_V = actionV (mkV186 "") (mkV152 "") ; - d_zj_askane_N = mkN071 "" ; - d_zj_aul_N = mkN007 "" ; - d_zj_eb_ch_ijstvo_N = mkN054 "" ; - d_zj_eb_ch_i_ja__N = mkN039 "" ; - d_zj_ezve_N = mkN065 "" ; - d_zj_elatin_N = mkN018 "" ; - d_zj_elepin_N = mkN018 "" ; - d_zj_endem_N = mkN007 "" ; - d_zj_entylmen_N = mkN007a "" ; - d_zj_entylmenski_A = mkA078 "" ; - d_zj_entylmenstvo_N = mkN054 "" ; - d_zj_ibrov_A = mkA076 "" ; - d_zj_igit_N = mkN007 "" ; - d_zj_in_N = mkN001 "" ; - d_zj_ins_N = mkN001 "" ; - d_zj_insi_N = mkN075 "" ; - d_zj_insov_A = mkA076 "" ; - d_zj_ip_N = mkN001 "" ; - d_zj_irant_N = mkN007 "" ; - d_zj_iro_N = mkN054 "" ; - d_zj_irosvam_V = actionV (mkV186 "") (mkV186 "") ; - d_zj_irosvane_N = mkN071 "" ; - d_zj_ihat_N = mkN007 "" ; - d_zj_ob_N = mkN001 "" ; - d_zj_oben_A = mkA079 "" ; - d_zj_ob_ch_e_N = mkN065 "" ; - d_zj_oging_N = mkN040a "" ; - d_zj_od_zj_en_N = mkN007 "" ; - d_zj_ojstik_N = mkN007 "" ; - d_zj_oker_N = mkN007 "" ; - d_zj_olan_N = mkN007 "" ; - d_zj_ud_zj_e_N = mkN065 "" ; - d_zj_udist_N = mkN007 "" ; - d_zj_udistka_N = mkN041 "" ; - d_zj_udo_N = mkN054 "" ; - d_zj_uka_N = mkN041 "" ; - d_zj_una_N = mkN041 "" ; - d_zj_ungla_N = mkN041 "" ; - d_zj_und_zj_urijka_N = mkN041 "" ; - d_zj_und_zj_uri_ja__N = mkN047 "" ; - d_zj_urkam_V = stateV (mkV186 "") ; - d_zj_urkane_N = mkN071 "" ; - dzynkam_V = stateV (mkV186 "") ; - dzynkane_N = mkN071 "" ; - diabet_N = mkN007 "" ; - diabetik_N = mkN014 "" ; - diabeti_ch_en_A = mkA079 "" ; - diabolizym_N = mkN011 "" ; - diagnoza_N = mkN041 "" ; - diagnostik_N = mkN014 "" ; - diagnostika_N = mkN041 "" ; - diagnosti_ch_en_A = mkA079 "" ; - diagonal_N = mkN007 "" ; - diagonalen_A = mkA079 "" ; - diagrama_N = mkN041 "" ; - diagramen_A = mkA079 "" ; - diadema_N = mkN041 "" ; - diakriti_ch_en_A = mkA079 "" ; - dialekt_N = mkN007 "" ; - dialekten_A = mkA079 "" ; - dialektizym_N = mkN011 "" ; - dialektik_N = mkN014 "" ; - dialektika_N = mkN041 "" ; - dialekti_ch_eski_A = mkA078 "" ; - dialektolog_N = mkN015 "" ; - dialektologi_ja__N = mkN047 "" ; - dializa_N = mkN041 "" ; - dialog_N = mkN015 "" ; - dialogi_ch_en_A = mkA079 "" ; - dialogi_ch_nost_N = mkN049 "" ; - dialogov_A = mkA076 "" ; - diamant_N = mkN007 "" ; - diamanten_A = mkA076 "" ; - diametrala_N = mkN041 "" ; - diametralen_A = mkA079 "" ; - diametralnost_N = mkN049 "" ; - diametyr_N = mkN009 "" ; - diapazon_N = mkN007 "" ; - diapozitiv_N = mkN007 "" ; - diapozitiven_A = mkA079 "" ; - diari_ja__N = mkN047 "" ; - diaskop_N = mkN007 "" ; - diaspora_N = mkN041 "" ; - diatermi_ja__N = mkN047 "" ; - diafilm_N = mkN007 "" ; - diafragma_N = mkN041 "" ; - diafragmen_A = mkA076 "" ; - diahroni_ja__N = mkN047 "" ; - div_A = mkA076 "" ; - divak_N = mkN014 "" ; - divan_N = mkN007 "" ; - divane_N = mkN065 "" ; - diva_ch_estvo_N = mkN054 "" ; - diva_ch_ka_N = mkN041 "" ; - diva_sh_ki_A = mkA078 "" ; - diva_sht_ina_N = mkN041 "" ; - diven_A = mkA079 "" ; - divergenten_A = mkA079 "" ; - divergenci_ja__N = mkN047 "" ; - diversant_N = mkN007 "" ; - diversantka_N = mkN041 "" ; - diversantski_A = mkA078 "" ; - diversionen_A = mkA079 "" ; - diversi_ja__N = mkN047 "" ; - dive_ch__N = mkN007 "" ; - dive_ja__V = actionV (mkV160 "") (mkV174 "") ; - divident_N = mkN007 "" ; - divizion_N = mkN007 "" ; - divizionen_A = mkA079 "" ; - divizi_ja__N = mkN047 "" ; - divorast_ja__sht__A = mkA076 "" ; - divost_N = mkN049 "" ; - divota_N = mkN041 "" ; - divoti_ja__N = mkN047 "" ; - diga_N = mkN041 "" ; - digam_V = actionV (mkV186 "") (mkV152 "") ; - digane_N = mkN071 "" ; - digitajzer_N = mkN007 "" ; - digitalen_A = mkA079 "" ; - digresi_ja__N = mkN047 "" ; - didaktizym_N = mkN011 "" ; - didaktika_N = mkN041 "" ; - didakti_ch_en_A = mkA079 "" ; - diez_N = mkN007 "" ; - dieta_N = mkN041 "" ; - dietik_N = mkN014 "" ; - dietika_N = mkN041 "" ; - dieti_ch_en_A = mkA079 "" ; - dizajn_N = mkN007 "" ; - dizajner_N = mkN007 "" ; - dizajnerski_A = mkA078 "" ; - dizel_N = mkN007 "" ; - dizelmotor_N = mkN007 "" ; - dizelov_A = mkA076 "" ; - dizenterien_A = mkA085 "" ; - dizenteri_ja__N = mkN047 "" ; - dikan_ja__N = mkN047 "" ; - dikensov_A = mkA076 "" ; - diktat_N = mkN007 "" ; - diktator_N = mkN007a "" ; - diktatorka_N = mkN041 "" ; - diktatorski_A = mkA078 "" ; - diktatura_N = mkN041 "" ; - diktovka_N = mkN041 "" ; - diktor_N = mkN007 "" ; - diktorski_A = mkA078 "" ; - diktofon_N = mkN007 "" ; - diktuvam_V = stateV (mkV186 "") ; - diktuvane_N = mkN071 "" ; - dikci_ja__N = mkN047 "" ; - dilaf_N = mkN007 "" ; - dilema_N = mkN041 "" ; - diletant_N = mkN007 "" ; - diletantizym_N = mkN011 "" ; - diletantka_N = mkN041 "" ; - diletantski_A = mkA078 "" ; - diletantstvo_N = mkN054 "" ; - dili_zj_ans_N = mkN007 "" ; - diluvialen_A = mkA079 "" ; - dilyr_N = mkN007a "" ; - dim_N = mkN001 "" ; - dimen_A = mkA079 "" ; - dimetilpropan_N = mkN007 "" ; - dimitrovski_A = mkA078 "" ; - dimitrov_ch_e_N = mkN065 "" ; - dimootvod_N = mkN007 "" ; - dim_ja__V = stateV (mkV174 "") ; - dina_N = mkN041 "" ; - dinamizym_N = mkN011 "" ; - dinamika_N = mkN041 "" ; - dinamit_N = mkN007 "" ; - dinamiten_A = mkA079 "" ; - dinami_ch_en_A = mkA079 "" ; - dinami_ch_eski_A = mkA078 "" ; - dinami_ch_nost_N = mkN049 "" ; - dinamo_N = mkN054 "" ; - dinamogenerator_N = mkN007 "" ; - dinar_N = mkN007 "" ; - dinasti_ch_en_A = mkA079 "" ; - dinasti_ja__N = mkN047 "" ; - dingil_N = mkN007 "" ; - dinen_A = mkA076 "" ; - dinitrobenzen_N = mkN007 "" ; - dinozavyr_N = mkN009 "" ; - din_ja__N = mkN047 "" ; - diod_N = mkN007 "" ; - dionisiev_A = mkA076 "" ; - dioptyr_N = mkN009 "" ; - dipla_N = mkN041 "" ; - diplene_N = mkN071 "" ; - diplom_N = mkN007 "" ; - diploma_N = mkN041 "" ; - diplomantka_N = mkN041 "" ; - diplomat_N = mkN007a "" ; - diplomatika_N = mkN041 "" ; - diplomati_ch_en_A = mkA079 "" ; - diplomati_ch_eski_A = mkA078 "" ; - diplomaci_ja__N = mkN047 "" ; - diplomen_A = mkA079 "" ; - diplomiram_V = stateV (mkV186 "") ; - diplomiran_A = mkA076 "" ; - diplomirane_N = mkN071 "" ; - dipl_ja__V = stateV (mkV173 "") ; - dipl_ja_nka_N = mkN041 "" ; - dipsomani_ja__N = mkN047 "" ; - direk_N = mkN014 "" ; - direkten_A = mkA079 "" ; - direktiva_N = mkN041 "" ; - direktiven_A = mkA079 "" ; - direktor_N = mkN007a "" ; - direktorien_A = mkA085 "" ; - direktori_ja__N = mkN047 "" ; - direktorka_N = mkN041 "" ; - direktorski_A = mkA078 "" ; - direktorstvam_V = stateV (mkV186 "") ; - direktorstvane_N = mkN071 "" ; - direktorstvo_N = mkN054 "" ; - direktrisa_N = mkN041 "" ; - direkcionen_A = mkA079 "" ; - direkci_ja__N = mkN047 "" ; - diren_A = mkA076 "" ; - direne_N = mkN071 "" ; - dirigent_N = mkN007a "" ; - dirigentka_N = mkN041 "" ; - dirigentski_A = mkA078 "" ; - dirigentstvo_N = mkN054 "" ; - diri_zj_abyl_N = mkN009 "" ; - diri_zj_iram_V = stateV (mkV186 "") ; - diri_zj_irane_N = mkN071 "" ; - dirnik_N = mkN014 "" ; - dir_ja__V = stateV (mkV173 "") ; - disektor_N = mkN007 "" ; - disekcionen_A = mkA079 "" ; - disekci_ja__N = mkN047 "" ; - diseminaci_ja__N = mkN047 "" ; - disertaci_ja__N = mkN047 "" ; - disident_N = mkN007 "" ; - disidentski_A = mkA078 "" ; - disidentstvo_N = mkN054 "" ; - disimilaci_ja__N = mkN047 "" ; - disimiliram_V = stateV (mkV186 "") ; - disk_N = mkN001 "" ; - diskant_N = mkN007 "" ; - diskantov_A = mkA076 "" ; - diskvalifikaci_ja__N = mkN047 "" ; - diskvalificiram_V = stateV (mkV186 "") ; - diskvalificirane_N = mkN071 "" ; - disketa_N = mkN041 "" ; - disketen_A = mkA079 "" ; - diskov_A = mkA076 "" ; - diskovode_sht__A = mkA076 "" ; - diskontiram_V = stateV (mkV186 "") ; - diskonto_N = mkN065 "" ; - diskos_N = mkN007 "" ; - diskoteka_N = mkN041 "" ; - diskote_ch_en_A = mkA079 "" ; - diskreditiram_V = stateV (mkV186 "") ; - diskreditirane_N = mkN071 "" ; - diskret_N = mkN007 "" ; - diskreten_A = mkA079 "" ; - diskretizaci_ja__N = mkN047 "" ; - diskretiziram_V = stateV (mkV186 "") ; - diskretiziran_A = mkA076 "" ; - diskretizirane_N = mkN071 "" ; - diskretnost_N = mkN049 "" ; - diskriminacionen_A = mkA079 "" ; - diskriminaci_ja__N = mkN047 "" ; - diskriminiram_V = stateV (mkV186 "") ; - diskriminirane_N = mkN071 "" ; - diskusionen_A = mkA079 "" ; - diskusi_ja__N = mkN047 "" ; - diskutiram_V = stateV (mkV186 "") ; - diskutirane_N = mkN071 "" ; - dislokaci_ja__N = mkN047 "" ; - dislokiram_V = stateV (mkV186 "") ; - dislokirane_N = mkN071 "" ; - disonans_N = mkN007 "" ; - disonanten_A = mkA079 "" ; - disonira_sht__A = mkA076 "" ; - disociaci_ja__N = mkN047 "" ; - dispanser_N = mkN007 "" ; - dispepsi_ja__N = mkN047 "" ; - dispersi_ja__N = mkN047 "" ; - dispe_ch_er_N = mkN007 "" ; - dispe_ch_erski_A = mkA078 "" ; - displej_N = mkN032 "" ; - dispozici_ja__N = mkN047 "" ; - disproporcionalen_A = mkA079 "" ; - disproporcionalnost_N = mkN049 "" ; - disproporci_ja__N = mkN047 "" ; - disput_N = mkN007 "" ; - disputant_N = mkN007 "" ; - disputiram_V = stateV (mkV186 "") ; - disputirane_N = mkN071 "" ; - distancionen_A = mkA079 "" ; - distanciram_V = stateV (mkV186 "") ; - distancirane_N = mkN071 "" ; - distanci_ja__N = mkN047 "" ; - distorci_ja__N = mkN047 "" ; - distributiv_N = mkN007 "" ; - distributor_N = mkN007 "" ; - distributorski_A = mkA078 "" ; - distribuci_ja__N = mkN047 "" ; - disharmoni_ch_en_A = mkA079 "" ; - disharmoni_ja__N = mkN047 "" ; - disciplina_N = mkN041 "" ; - disciplinaren_A = mkA079 "" ; - discipliniram_V = stateV (mkV186 "") ; - discipliniran_A = mkA076 "" ; - disciplinirane_N = mkN071 "" ; - discipliniranost_N = mkN049 "" ; - ditiramb_N = mkN007 "" ; - diferencial_N = mkN007 "" ; - diferencialen_A = mkA079 "" ; - diferenciaci_ja__N = mkN047 "" ; - diferenciram_V = stateV (mkV186 "") ; - diferenciran_A = mkA076 "" ; - diferencirane_N = mkN071 "" ; - difrakcionen_A = mkA079 "" ; - difrakci_ja__N = mkN047 "" ; - difterit_N = mkN007 "" ; - difteri_ja__N = mkN047 "" ; - diftong_N = mkN007 "" ; - diftongizaci_ja__N = mkN047 "" ; - difuzen_A = mkA079 "" ; - difuzionen_A = mkA079 "" ; - difuzi_ja__N = mkN047 "" ; - difuzxor_N = mkN007 "" ; - difuidiram_V = stateV (mkV186 "") ; - dihanie_N = mkN072 "" ; - dihatel_N = mkN031 "" ; - dihatelen_A = mkA079 "" ; - dihotomen_A = mkA079 "" ; - dihotomi_ja__N = mkN047 "" ; - di_sh_am_V = stateV (mkV186 "") ; - di_sh_ane_N = mkN071 "" ; - dlab_N = mkN001 "" ; - dlan_N = mkN049 "" ; - dleto_N = mkN054 "" ; - dlygnest_A = mkA076 "" ; - dly_zj_en_A = mkA079 "" ; - dly_zj_nik_N = mkN014 "" ; - dly_zj_nica_N = mkN041 "" ; - dly_zj_nost_N = mkN049 "" ; - dly_zj_nosten_A = mkA079 "" ; - dnevalen_A = mkA079 "" ; - dneven_A = mkA079 "" ; - dnevnik_N = mkN014 "" ; - dneska_sh_en_A = mkA079 "" ; - dne_sh_en_A = mkA079 "" ; - doajen_N = mkN007 "" ; - doba_N = mkN041 "" ; - dobavka_N = mkN041 "" ; - dobavy_ch_en_A = mkA079 "" ; - dobav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dobav_ja_ne_N = mkN071 "" ; - dobera_V = stateV (mkV170 "") ; - doberman_N = mkN007 "" ; - dobiv_N = mkN007 "" ; - dobivam_V = actionV (mkV186 "") (mkV163 "") ; - dobivane_N = mkN071 "" ; - dobiven_A = mkA079 "" ; - dobiram_V = stateV (mkV186 "") ; - dobirane_N = mkN071 "" ; - dobityk_N = mkN014 "" ; - dobi_ch_e_N = mkN065 "" ; - doblest_N = mkN049 "" ; - doblesten_A = mkA079 "" ; - dobli_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - dobli_zj_avane_N = mkN071 "" ; - dobli_zj_en_A = mkA076 "" ; - dobli_zj_enost_N = mkN049 "" ; - dobrina_N = mkN041 "" ; - dobri_ch_yk_A = mkA080 "" ; - dobrovolen_A = mkA079 "" ; - dobrovolec_N = mkN008a "" ; - dobrovolnost_N = mkN049 "" ; - dobrovol_ch_eski_A = mkA078 "" ; - dobrodetel_N = mkN049 "" ; - dobrodetelen_A = mkA079 "" ; - dobrodetelnost_N = mkN049 "" ; - dobrode_ja_nie_N = mkN072 "" ; - dobrodu_sh_en_A = mkA079 "" ; - dobrodu_sh_ie_N = mkN072 "" ; - dobro_zj_elanie_N = mkN072 "" ; - dobro_zj_elatel_N = mkN031a "" ; - dobro_zj_elatelen_A = mkA079 "" ; - dobro_zj_elatelka_N = mkN041 "" ; - dobro_zj_elatelnost_N = mkN049 "" ; - dobro_zj_elatelski_A = mkA078 "" ; - dobro_zj_elatelstvo_N = mkN054 "" ; - dobroka_ch_estven_A = mkA076 "" ; - dobroka_ch_estvenost_N = mkN049 "" ; - dobronameren_A = mkA076 "" ; - dobrosyvesten_A = mkA079 "" ; - dobrosyvestnost_N = mkN049 "" ; - dobrosyrde_ch_en_A = mkA079 "" ; - dobrosyrde_ch_ie_N = mkN072 "" ; - dobrosyrde_ch_nost_N = mkN049 "" ; - dobrosysedski_A = mkA078 "" ; - dobrota_N = mkN041 "" ; - dobrotvorstvo_N = mkN054 "" ; - dobro_ch_estina_N = mkN041 "" ; - dobro_ja__V = stateV (mkV175 "") ; - dobruvam_V = stateV (mkV186 "") ; - dobruvane_N = mkN071 "" ; - dobrud_zj_anec_N = mkN008a "" ; - dobrud_zj_anka_N = mkN041 "" ; - dobrud_zj_anski_A = mkA078 "" ; - dobr_ja_k_N = mkN014 "" ; - dobyr_A = adjAdv (mkA080 "") "" ; - dobyr_sh_a_V = stateV (mkV159 "") ; - dovaren_A = mkA076 "" ; - dovar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dovedenik_N = mkN014 "" ; - dovedenica_N = mkN041 "" ; - dove_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - dove_zj_dane_N = mkN071 "" ; - doveren_A = mkA076 "" ; - doverenik_N = mkN014 "" ; - doverenica_N = mkN041 "" ; - doverenost_N = mkN049 "" ; - doverie_N = mkN072 "" ; - doveritel_N = mkN031a "" ; - doveritelen_A = mkA079 "" ; - doveritelka_N = mkN041 "" ; - dover_ch_iv_A = mkA076 "" ; - dover_ch_ivost_N = mkN049 "" ; - dover_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dover_ja_vane_N = mkN071 "" ; - dove_ch_er_ja_m_V = stateV (mkV187 "") ; - dovi_zj_dane_N = mkN071 "" ; - dovi_ja__V = stateV (mkV163 "") ; - dovli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - dovli_ch_ane_N = mkN071 "" ; - dovod_N = mkN007 "" ; - dovoenen_A = mkA079 "" ; - dovozvam_V = stateV (mkV186 "") ; - dovozvane_N = mkN071 "" ; - dovolen_A = mkA079 "" ; - dovolstvam_V = stateV (mkV186 "") ; - dovolstvane_N = mkN071 "" ; - dovolstvo_N = mkN054 "" ; - dovtasane_N = mkN071 "" ; - dovtasvam_V = actionV (mkV186 "") (mkV186 "") ; - dovtasvane_N = mkN071 "" ; - dov_ch_era_sh_en_A = mkA079 "" ; - dovyr_zj_a_V = stateV (mkV156 "") ; - dovyr_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - dovyr_sh_avane_N = mkN071 "" ; - dovyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - dovyr_sh_vane_N = mkN071 "" ; - dovyr_sh_itelen_A = mkA079 "" ; - dov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - dov_ja_vane_N = mkN071 "" ; - dog_N = mkN001 "" ; - dogadka_N = mkN041 "" ; - dogadliv_A = mkA076 "" ; - dogadlivost_N = mkN049 "" ; - doga_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - doga_zj_dane_N = mkN071 "" ; - dogand_zj_i_ja__N = mkN039 "" ; - dogar_ja_m_V = stateV (mkV187 "") ; - dogar_ja_ne_N = mkN071 "" ; - dogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - dogle_zj_dane_N = mkN071 "" ; - dogma_N = mkN041 "" ; - dogmatizym_N = mkN011 "" ; - dogmatik_N = mkN014 "" ; - dogmatika_N = mkN041 "" ; - dogmati_ch_en_A = mkA079 "" ; - dogmati_ch_nost_N = mkN049 "" ; - dognev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dognus_ja_vam_V = stateV (mkV186 "") ; - dognus_ja_vane_N = mkN071 "" ; - dogovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dogovar_ja_ne_N = mkN071 "" ; - dogovor_N = mkN007 "" ; - dogovoren_A = mkA079 "" ; - dogovorenost_N = mkN049 "" ; - dogovoriran_A = mkA076 "" ; - dogonvam_V = actionV (mkV186 "") (mkV173 "") ; - dogonvane_N = mkN071 "" ; - dogor_ja__V = stateV (mkV174 "") ; - dograma_N = mkN041 "" ; - dogramad_zj_i_ja__N = mkN039 "" ; - dogre_ja__V = stateV (mkV160 "") ; - dogrizvam_V = stateV (mkV186 "") ; - dogrizvane_N = mkN071 "" ; - dodavam_V = actionV (mkV186 "") (mkV168 "") ; - dodavane_N = mkN071 "" ; - dodejvam_V = actionV (mkV186 "") (mkV160 "") ; - dodejvane_N = mkN071 "" ; - dodekaedyr_N = mkN009 "" ; - dodera_V = stateV (mkV170 "") ; - dodyvkvam_V = stateV (mkV186 "") ; - dodyvkvane_N = mkN071 "" ; - dod_ja_vam_V = actionV (mkV186 "") (mkV153 "") ; - dod_ja_vane_N = mkN071 "" ; - dod_ja_lam_V = stateV (mkV186 "") ; - doen_A = mkA085 "" ; - doene_N = mkN071 "" ; - do_zj_al_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - do_zj_ivoten_A = mkA079 "" ; - do_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - do_zj_iv_ja_vane_N = mkN071 "" ; - doza_N = mkN041 "" ; - dozator_N = mkN007 "" ; - dozvol_ja_vam_V = stateV (mkV186 "") ; - dozvol_ja_vane_N = mkN071 "" ; - dozimetrist_N = mkN007 "" ; - dozimetyr_N = mkN009 "" ; - doziram_V = stateV (mkV186 "") ; - dozirane_N = mkN071 "" ; - dozirovka_N = mkN041 "" ; - doznanie_N = mkN072 "" ; - dozr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - dozr_ja_vane_N = mkN071 "" ; - doigravam_V = stateV (mkV186 "") ; - doigravane_N = mkN071 "" ; - doiz_zj_iv_ja_vane_N = mkN071 "" ; - doizkazvam_V = actionV (mkV186 "") (mkV156 "") ; - doizkazvane_N = mkN071 "" ; - doizkaram_V = stateV (mkV186 "") ; - doizkarvam_V = actionV (mkV186 "") (mkV156 "") ; - doizkarvane_N = mkN071 "" ; - doizkusuren_A = mkA076 "" ; - doizkusurenost_N = mkN049 "" ; - doizkusur_ja_vam_V = stateV (mkV186 "") ; - doizle_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - doizle_zj_avane_N = mkN071 "" ; - doizle_ja__V = stateV (mkV164 "") ; - doizmisl_ja_m_V = stateV (mkV187 "") ; - doiznosvam_V = actionV (mkV186 "") (mkV173 "") ; - doiznosvane_N = mkN071 "" ; - doizpe_ja__V = stateV (mkV164 "") ; - doizpivam_V = actionV (mkV186 "") (mkV163 "") ; - doizpivane_N = mkN071 "" ; - doizpipan_A = mkA076 "" ; - doizpipvam_V = actionV (mkV186 "") (mkV163 "") ; - doizpitam_V = stateV (mkV186 "") ; - doizpi_sh_a_V = stateV (mkV159 "") ; - doizpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - doizpla_sht_ane_N = mkN071 "" ; - doizpylvam_V = stateV (mkV186 "") ; - doizpylvane_N = mkN071 "" ; - doizrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - doizraboten_A = mkA076 "" ; - doizrabotenost_N = mkN049 "" ; - doizri_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - doizri_ch_ane_N = mkN071 "" ; - doizseka_V = stateV (mkV149 "") ; - doizslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - doizslu_zj_vane_N = mkN071 "" ; - doizslu_sh_ane_N = mkN071 "" ; - doizslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - doizslu_sh_vane_N = mkN071 "" ; - doizsmukvam_V = actionV (mkV186 "") (mkV155 "") ; - doizsu_sh_en_A = mkA076 "" ; - doiz_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - doiz_ch_akvane_N = mkN071 "" ; - doiz_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - doiz_ja__zj_dane_N = mkN071 "" ; - doiz_ja_snenost_N = mkN049 "" ; - doiz_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - doiz_ja_sn_ja_vane_N = mkN071 "" ; - doilen_A = mkA079 "" ; - doilka_N = mkN041 "" ; - doiln_ja__N = mkN047 "" ; - doistori_ch_eski_A = mkA078 "" ; - dojka_N = mkN041 "" ; - dok_N = mkN001 "" ; - dokazanost_N = mkN049 "" ; - dokazatelen_A = mkA079 "" ; - dokazatelstven_A = mkA076 "" ; - dokazatelstvo_N = mkN054 "" ; - dokazvam_V = actionV (mkV186 "") (mkV156 "") ; - dokazvane_N = mkN071 "" ; - dokazuem_A = mkA076 "" ; - dokazuemost_N = mkN049 "" ; - dokarane_N = mkN071 "" ; - dokarvam_V = actionV (mkV186 "") (mkV186 "") ; - dokarvane_N = mkN071 "" ; - doka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - doka_ch_ane_N = mkN071 "" ; - doka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - doka_ch_vane_N = mkN071 "" ; - doka_ch_enie_N = mkN072 "" ; - doka_ch_itelen_A = mkA079 "" ; - doka_ch_liv_A = mkA076 "" ; - doka_ch_livost_N = mkN049 "" ; - doker_N = mkN007 "" ; - doklad_N = mkN007 "" ; - dokladvam_V = stateV (mkV186 "") ; - dokladvane_N = mkN071 "" ; - dokladen_A = mkA079 "" ; - dokladna_N = mkN041 "" ; - doklad_ch_ik_N = mkN014 "" ; - dokovavam_V = actionV (mkV186 "") (mkV151 "") ; - dokovavane_N = mkN071 "" ; - dokol_ja__V = stateV (mkV185 "") ; - dokopam_V = actionV (mkV186 "") (mkV161 "") ; - dokopvam_V = actionV (mkV186 "") (mkV186 "") ; - dokopvane_N = mkN071 "" ; - dokosvam_V = actionV (mkV186 "") (mkV152 "") ; - dokosvane_N = mkN071 "" ; - dokos_ja__V = stateV (mkV174 "") ; - dokriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - doktor_N = mkN007a "" ; - doktorat_N = mkN007 "" ; - doktorka_N = mkN041 "" ; - doktorski_A = mkA078 "" ; - doktrina_N = mkN041 "" ; - doktrinalen_A = mkA079 "" ; - doktrinarstvo_N = mkN054 "" ; - doktrinen_A = mkA079 "" ; - doktriner_N = mkN007 "" ; - doktrinerski_A = mkA078 "" ; - dokument_N = mkN007 "" ; - dokumentalen_A = mkA079 "" ; - dokumentaci_ja__N = mkN047 "" ; - dokumenten_A = mkA079 "" ; - dokumentiram_V = stateV (mkV186 "") ; - dokumentiran_A = mkA076 "" ; - dokumentirane_N = mkN071 "" ; - dokysvam_V = stateV (mkV186 "") ; - dokysvane_N = mkN071 "" ; - dol_N = mkN001 "" ; - dolav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - dolav_ja_ne_N = mkN071 "" ; - dolagam_V = actionV (mkV186 "") (mkV176 "") ; - dolagane_N = mkN071 "" ; - dolazvam_V = stateV (mkV186 "") ; - dolazvane_N = mkN071 "" ; - dolap_N = mkN007 "" ; - dolap_ch_e_N = mkN065 "" ; - dolar_N = mkN007 "" ; - dolaren_A = mkA079 "" ; - dolarov_A = mkA076 "" ; - dolen_A = mkA079 "" ; - dolepvam_V = actionV (mkV186 "") (mkV174 "") ; - dolepvane_N = mkN071 "" ; - dolep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - dolep_ja_ne_N = mkN071 "" ; - dolet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - dolet_ja_vane_N = mkN071 "" ; - dolivam_V = actionV (mkV186 "") (mkV164 "") ; - dolivane_N = mkN071 "" ; - dolina_N = mkN041 "" ; - dolinen_A = mkA079 "" ; - dolitam_V = actionV (mkV186 "") (mkV177 "") ; - dolitane_N = mkN071 "" ; - doli_sht_e_N = mkN066 "" ; - dolma_N = mkN041 "" ; - dolni_sht_e_N = mkN066 "" ; - dolnozemec_N = mkN008a "" ; - dolnozemka_N = mkN041 "" ; - dolnozemski_A = mkA078 "" ; - dolnoka_ch_estven_A = mkA076 "" ; - dolnoka_ch_estvenost_N = mkN049 "" ; - dolnoproben_A = mkA079 "" ; - dolnoprobnost_N = mkN049 "" ; - dolovim_A = mkA076 "" ; - dolovimost_N = mkN049 "" ; - dolomit_N = mkN007 "" ; - doluizbroen_A = mkA076 "" ; - doluizlo_zj_en_A = mkA076 "" ; - doluozna_ch_en_A = mkA076 "" ; - dolupodpisan_A = mkA076 "" ; - doluposo_ch_en_A = mkA076 "" ; - doluspomenat_A = mkA076 "" ; - dolusto_ja__sht__A = mkA076 "" ; - dol_ch_ina_N = mkN041 "" ; - dol_ch_inka_N = mkN041 "" ; - dol_iu_t_ja__V = stateV (mkV174 "") ; - dom_N = mkN001 "" ; - doma_zj_a_V = stateV (mkV156 "") ; - domakin_N = mkN007a "" ; - domakinski_A = mkA078 "" ; - domakinstvam_V = stateV (mkV186 "") ; - domakinstvane_N = mkN071 "" ; - domakinstvo_N = mkN054 "" ; - domakin_ja__N = mkN047 "" ; - domat_N = mkN007 "" ; - domaten_A = mkA076 "" ; - doma_sh_arski_A = mkA078 "" ; - doma_sh_en_A = mkA079 "" ; - doma_sh_nost_N = mkN049 "" ; - domejn_N = mkN007 "" ; - domel_ja__V = stateV (mkV184 "") ; - domen_A = mkA079 "" ; - domenen_A = mkA079 "" ; - dometa_V = stateV (mkV145 "") ; - domil_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - domil_ja_vane_N = mkN071 "" ; - dominanta_N = mkN041 "" ; - dominanten_A = mkA079 "" ; - dominantnost_N = mkN049 "" ; - dominaci_ja__N = mkN047 "" ; - dominikanec_N = mkN008a "" ; - dominikanka_N = mkN041 "" ; - dominikanski_A = mkA078 "" ; - dominion_N = mkN007 "" ; - dominiram_V = stateV (mkV186 "") ; - dominirane_N = mkN071 "" ; - domino_N = mkN054 "" ; - domitam_V = stateV (mkV186 "") ; - domitane_N = mkN071 "" ; - domi_ja__V = stateV (mkV163 "") ; - domov_A = mkA076 "" ; - domovit_N = mkN007 "" ; - domovladelec_N = mkN008a "" ; - domovladika_N = mkN041 "" ; - domogvam_V = actionV (mkV186 "") (mkV152 "") ; - domogvane_N = mkN071 "" ; - domona_ch_alnik_N = mkN014a "" ; - domoprite_zj_atel_N = mkN031a "" ; - domoprite_zj_atelka_N = mkN041 "" ; - domorasyl_A = mkA080 "" ; - domostroitel_N = mkN031a "" ; - domostroitelstvo_N = mkN054 "" ; - domoupravitel_N = mkN031a "" ; - domofon_N = mkN007 "" ; - domo_ch_adie_N = mkN072 "" ; - domo_sh_ar_N = mkN031a "" ; - domo_sh_arski_A = mkA078 "" ; - domykvam_V = actionV (mkV186 "") (mkV152 "") ; - domykvane_N = mkN071 "" ; - domy_ch_n_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - don_N = mkN001 "" ; - dona_N = mkN041 "" ; - donabornik_N = mkN014a "" ; - dona_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - donalivam_V = stateV (mkV186 "") ; - donalivane_N = mkN071 "" ; - donapi_sh_a_V = stateV (mkV159 "") ; - donapylvam_V = stateV (mkV186 "") ; - donapylvane_N = mkN071 "" ; - donas_ja_m_V = stateV (mkV187 "") ; - donas_ja_ne_N = mkN071 "" ; - donau_ch_en_A = mkA079 "" ; - donesa_V = stateV (mkV145a "") ; - donesenie_N = mkN072 "" ; - don_zj_uan_N = mkN007 "" ; - don_zj_uanski_A = mkA078 "" ; - doni_zj_a_V = stateV (mkV156 "") ; - donkihotovski_A = mkA078 "" ; - donkihotov_sht_ina_N = mkN041 "" ; - donkihotstvo_N = mkN054 "" ; - donos_N = mkN007 "" ; - donosvam_V = actionV (mkV186 "") (mkV173 "") ; - donosvane_N = mkN071 "" ; - donosnik_N = mkN014a "" ; - donosnica_N = mkN041 "" ; - donosni_ch_a_V = stateV (mkV176 "") ; - donosni_ch_ene_N = mkN071 "" ; - donosni_ch_estvo_N = mkN054 "" ; - donosni_ch_ka_N = mkN041 "" ; - donos_ch_ik_N = mkN014 "" ; - donski_A = mkA078 "" ; - doobmisl_ja__V = stateV (mkV173 "") ; - doobmisl_ja_ne_N = mkN071 "" ; - doobrabotvam_V = stateV (mkV186 "") ; - doobrabotvane_N = mkN071 "" ; - doobyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - doob_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - doob_ja_sn_ja_vane_N = mkN071 "" ; - doogla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - doozdrav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - doozdrav_ja_vane_N = mkN071 "" ; - dooktomvrijski_A = mkA078 "" ; - doosvobo_zj_denski_A = mkA078 "" ; - dooform_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - dooform_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dooform_ja_ne_N = mkN071 "" ; - doocen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - doocen_ja_vane_N = mkN071 "" ; - dopadam_V = actionV (mkV186 "") (mkV152 "") ; - dopadane_N = mkN071 "" ; - dopera_V = stateV (mkV170 "") ; - dope_ch_atam_V = actionV (mkV186 "") (mkV173 "") ; - dope_ch_atvam_V = actionV (mkV186 "") (mkV173 "") ; - dope_ch_atvane_N = mkN071 "" ; - dope_ja__V = stateV (mkV164 "") ; - dopivam_V = actionV (mkV186 "") (mkV163 "") ; - dopivane_N = mkN071 "" ; - dopil_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - dopil_ja_vane_N = mkN071 "" ; - doping_N = mkN007 "" ; - dopipane_N = mkN071 "" ; - dopipvam_V = actionV (mkV186 "") (mkV186 "") ; - dopipvane_N = mkN071 "" ; - dopir_N = mkN007 "" ; - dopiram_V = stateV (mkV186 "") ; - dopirane_N = mkN071 "" ; - dopiratelen_A = mkA079 "" ; - dopiren_A = mkA079 "" ; - dopisvam_V = actionV (mkV186 "") (mkV159 "") ; - dopisvane_N = mkN071 "" ; - dopisen_A = mkA079 "" ; - dopiska_N = mkN041 "" ; - dopisnik_N = mkN014a "" ; - dopitane_N = mkN071 "" ; - dopitvam_V = actionV (mkV186 "") (mkV186 "") ; - dopitvane_N = mkN071 "" ; - dopi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - dopi_ch_ane_N = mkN071 "" ; - doplavam_V = stateV (mkV186 "") ; - doplavane_N = mkN071 "" ; - dopla_ch_a_V = stateV (mkV155 "") ; - dopla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - dopla_sht_ane_N = mkN071 "" ; - doplitam_V = actionV (mkV186 "") (mkV145 "") ; - doplitane_N = mkN071 "" ; - dopluvam_V = stateV (mkV186 "") ; - dopluvane_N = mkN071 "" ; - dopovry_sht_am_V = stateV (mkV186 "") ; - dopotopen_A = mkA079 "" ; - dopra_V = stateV (mkV150 "") ; - doprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - doprav_ja_ne_N = mkN071 "" ; - dopreda_V = stateV (mkV145 "") ; - dopredavam_V = actionV (mkV186 "") (mkV173 "") ; - doprinas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - doprinas_ja_ne_N = mkN071 "" ; - dopro_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - dopro_ch_itane_N = mkN071 "" ; - dopuskam_V = actionV (mkV186 "") (mkV152 "") ; - dopuskane_N = mkN071 "" ; - dopustim_A = mkA076 "" ; - dopustimost_N = mkN049 "" ; - dopu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - dopu_sh_vane_N = mkN071 "" ; - dopu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - dopu_sht_ane_N = mkN071 "" ; - dopylvam_V = actionV (mkV186 "") (mkV173 "") ; - dopylvane_N = mkN071 "" ; - dopylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - dopylz_ja_vane_N = mkN071 "" ; - dopylnenie_N = mkN072 "" ; - dopylnitelen_A = mkA079 "" ; - dopyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dopyln_ja_ne_N = mkN071 "" ; - dopyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - dopyr_zj_vane_N = mkN071 "" ; - dorabotvam_V = actionV (mkV186 "") (mkV173 "") ; - dorabotvane_N = mkN071 "" ; - dorazbivam_V = stateV (mkV186 "") ; - dorazbivane_N = mkN071 "" ; - dorazbiram_V = actionV (mkV186 "") (mkV170 "") ; - dorazbirane_N = mkN071 "" ; - dorazvivam_V = actionV (mkV186 "") (mkV163 "") ; - dorazvivane_N = mkN071 "" ; - dorazkazvam_V = actionV (mkV186 "") (mkV156 "") ; - dorazkazvane_N = mkN071 "" ; - dorazkrivam_V = actionV (mkV186 "") (mkV163 "") ; - dorazkrivane_N = mkN071 "" ; - dorazrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - dorazrabotvane_N = mkN071 "" ; - dorazru_sh_avane_N = mkN071 "" ; - dorastvam_V = actionV (mkV186 "") (mkV145 "") ; - dorastvane_N = mkN071 "" ; - dorevol_iu_cionen_A = mkA079 "" ; - dored_ja__V = stateV (mkV174 "") ; - dore_zj_dam_V = actionV (mkV186 "") (mkV157 "") ; - dore_zj_dane_N = mkN071 "" ; - doreka_V = stateV (mkV148 "") ; - dorest_A = mkA076 "" ; - dore_sh_a_V = stateV (mkV176 "") ; - dorijski_A = mkA078 "" ; - dorsalen_A = mkA079 "" ; - dorutvam_V = actionV (mkV186 "") (mkV173 "") ; - dorutvane_N = mkN071 "" ; - dosada_N = mkN041 "" ; - dosaden_A = mkA079 "" ; - dosadliv_A = mkA076 "" ; - dosadlivost_N = mkN049 "" ; - dosadnik_N = mkN014a "" ; - dosa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - dosa_zj_dane_N = mkN071 "" ; - dosvid_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - doseg_N = mkN015 "" ; - dosegaem_A = mkA076 "" ; - dosegaemost_N = mkN049 "" ; - dosega_sh_en_A = mkA079 "" ; - dosed_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - dosed_ja_vane_N = mkN071 "" ; - doseka_V = stateV (mkV149 "") ; - doseptemvrijski_A = mkA078 "" ; - dosetliv_A = mkA076 "" ; - dosetlivost_N = mkN049 "" ; - dose_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - dose_sht_ane_N = mkN071 "" ; - dose_ja__V = stateV (mkV164 "") ; - dosie_N = mkN065 "" ; - dosipvam_V = actionV (mkV186 "") (mkV154 "") ; - dosipvane_N = mkN071 "" ; - doskoro_sh_en_A = mkA079 "" ; - doskubvam_V = stateV (mkV186 "") ; - doskubvane_N = mkN071 "" ; - dosku_ch_a_ja__V = stateV (mkV161 "") ; - dosloven_A = mkA079 "" ; - doslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - doslu_zj_vane_N = mkN071 "" ; - doslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - doslu_sh_vane_N = mkN071 "" ; - dosme_sh_avam_V = stateV (mkV186 "") ; - dosmukvam_V = actionV (mkV186 "") (mkV155 "") ; - dospeh_N = mkN007 "" ; - dospivam_V = actionV (mkV186 "") (mkV182 "") ; - dospivane_N = mkN071 "" ; - dosram_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dosram_ja_vane_N = mkN071 "" ; - dosrut_ja__V = stateV (mkV173 "") ; - dost_N = mkN001 "" ; - dostavka_N = mkN041 "" ; - dostav_ch_ik_N = mkN014a "" ; - dostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dostav_ja_ne_N = mkN071 "" ; - dostaty_ch_en_A = mkA079 "" ; - dostaty_ch_nost_N = mkN049 "" ; - dostigaem_A = mkA076 "" ; - dostigam_V = actionV (mkV186 "") (mkV152 "") ; - dostigane_N = mkN071 "" ; - dosti_zj_enie_N = mkN072 "" ; - dosti_zj_im_A = mkA076 "" ; - dosti_zj_imost_N = mkN049 "" ; - dostoveren_A = mkA079 "" ; - dostovernost_N = mkN049 "" ; - dostoen_A = mkA085 "" ; - dostojnstvo_N = mkN054 "" ; - dostolepen_A = mkA079 "" ; - dostolepie_N = mkN072 "" ; - dostopameten_A = mkA079 "" ; - dostopo_ch_ten_A = mkA076 "" ; - dostop_ja__V = stateV (mkV174 "") ; - dostouva_zj_avan_A = mkA076 "" ; - dosto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - dosto_ja_vane_N = mkN071 "" ; - dosto_ja_nie_N = mkN072 "" ; - dostra_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - dostra_sh_avane_N = mkN071 "" ; - dostro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - dostro_ja_vane_N = mkN071 "" ; - dostyp_N = mkN007 "" ; - dostypen_A = mkA079 "" ; - dostypnost_N = mkN049 "" ; - dosu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - dosu_sh_avane_N = mkN071 "" ; - dosyrbam_V = stateV (mkV186 "") ; - dosyhvam_V = actionV (mkV186 "") (mkV176 "") ; - dosyhvane_N = mkN071 "" ; - dos_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - dos_ja_gane_N = mkN071 "" ; - dotam_V = stateV (mkV186 "") ; - dotaci_ja__N = mkN047 "" ; - dotegliv_A = mkA076 "" ; - dotegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dotegl_ja_ne_N = mkN071 "" ; - dote_zj_a_V = stateV (mkV178 "") ; - doteka_V = stateV (mkV148 "") ; - dotikam_V = actionV (mkV186 "") (mkV152 "") ; - dotikvam_V = actionV (mkV186 "") (mkV152 "") ; - dotikva_ch__N = mkN007 "" ; - dotikva_ch_en_A = mkA079 "" ; - doti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - doti_ch_vane_N = mkN071 "" ; - dotl_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - dotl_ja_vane_N = mkN071 "" ; - dotovarvam_V = actionV (mkV186 "") (mkV173 "") ; - dotovarvane_N = mkN071 "" ; - dotogava_sh_en_A = mkA079 "" ; - dotrajvam_V = actionV (mkV186 "") (mkV162 "") ; - dotrajvane_N = mkN071 "" ; - dotr_ja_bvam_V = stateV (mkV186 "") ; - dotr_ja_bvane_N = mkN071 "" ; - dotyka_V = stateV (mkV167 "") ; - dotykm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - dotykm_ja_vane_N = mkN071 "" ; - dotyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - dotyr_ch_avane_N = mkN071 "" ; - dotytruzvam_V = stateV (mkV186 "") ; - dotytruzvane_N = mkN071 "" ; - dotytr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - dotytr_ja_ne_N = mkN071 "" ; - dot_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - dot_ja_gane_N = mkN071 "" ; - doubivam_V = actionV (mkV186 "") (mkV163 "") ; - doubivane_N = mkN071 "" ; - dougo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - dougo_ja_vane_N = mkN071 "" ; - doumyrtv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - doumyrtv_ja_vane_N = mkN071 "" ; - doum_ja_vam_V = stateV (mkV186 "") ; - doum_ja_vane_N = mkN071 "" ; - douni_sht_o_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - douni_sht_o_zj_avane_N = mkN071 "" ; - doutol_ja__V = stateV (mkV174 "") ; - dou_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - dou_ch_vane_N = mkN071 "" ; - dohvyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - dohvyr_ch_avane_N = mkN071 "" ; - dohod_N = mkN007 "" ; - dohoden_A = mkA079 "" ; - dohodnost_N = mkN049 "" ; - dohodonosen_A = mkA079 "" ; - doho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - doho_zj_dane_N = mkN071 "" ; - dohranvam_V = actionV (mkV186 "") (mkV173 "") ; - dohranvane_N = mkN071 "" ; - doce_zj_dam_V = stateV (mkV186 "") ; - doce_zj_dane_N = mkN071 "" ; - docent_N = mkN007a "" ; - docentski_A = mkA078 "" ; - docentura_N = mkN041 "" ; - do_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - do_ch_akvane_N = mkN071 "" ; - do_ch_en_A = mkA076 "" ; - do_ch_erne_ja__V = stateV (mkV160 "") ; - do_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - do_ch_itane_N = mkN071 "" ; - do_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - do_ch_uvane_N = mkN071 "" ; - do_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - do_ch_upvane_N = mkN071 "" ; - do_ja__V = stateV (mkV175 "") ; - do_ja_dam_V = stateV (mkV186 "") ; - do_ja_dane_N = mkN071 "" ; - do_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - do_ja__zj_dane_N = mkN071 "" ; - do_ja__ch__N = mkN007b "" ; - do_ja__ch_ka_N = mkN041 "" ; - drag_A = mkA076 "" ; - dragalevski_A = mkA078 "" ; - draginko_N = mkN040 "" ; - dragovolen_A = mkA079 "" ; - dragoman_N = mkN007 "" ; - dragost_N = mkN049 "" ; - dragocenen_A = mkA079 "" ; - dragocennost_N = mkN049 "" ; - dragun_N = mkN007a "" ; - dragunski_A = mkA078 "" ; - dra_zj_e_N = mkN065 "" ; - drazlivost_N = mkN049 "" ; - draznene_N = mkN071 "" ; - draznenie_N = mkN072 "" ; - draznim_A = mkA076 "" ; - draznimost_N = mkN049 "" ; - draznitel_N = mkN031 "" ; - draznitelen_A = mkA079 "" ; - drazn_ja__V = stateV (mkV173 "") ; - drajv_N = mkN001 "" ; - drajver_N = mkN007 "" ; - draka_N = mkN041 "" ; - drakon_N = mkN007 "" ; - drakonov_A = mkA076 "" ; - drakonovski_A = mkA078 "" ; - drama_N = mkN041 "" ; - dramatizaci_ja__N = mkN047 "" ; - dramatiziram_V = stateV (mkV186 "") ; - dramatizirane_N = mkN071 "" ; - dramatizym_N = mkN011 "" ; - dramatik_N = mkN014 "" ; - dramati_ch_en_A = mkA079 "" ; - dramati_ch_eski_A = mkA078 "" ; - dramati_ch_nost_N = mkN049 "" ; - dramaturg_N = mkN015 "" ; - dramaturgi_ch_eski_A = mkA078 "" ; - dramaturgi_ja__N = mkN047 "" ; - drangolnik_N = mkN014 "" ; - drapam_V = stateV (mkV186 "") ; - drapane_N = mkN071 "" ; - draperi_ja__N = mkN047 "" ; - drapiram_V = stateV (mkV186 "") ; - drapirane_N = mkN071 "" ; - drapirovka_N = mkN041 "" ; - drasvam_V = actionV (mkV186 "") (mkV152 "") ; - drasvane_N = mkN071 "" ; - draska_N = mkN041 "" ; - draskam_V = actionV (mkV186 "") (mkV152 "") ; - draskane_N = mkN071 "" ; - draskanica_N = mkN041 "" ; - draska_ch__N = mkN007b "" ; - draskvam_V = actionV (mkV186 "") (mkV152 "") ; - draskvane_N = mkN071 "" ; - draskotina_N = mkN041 "" ; - draskot_ja__V = actionV (mkV173 "") (mkV152 "") ; - draskulka_N = mkN041 "" ; - drasti_ch_en_A = mkA079 "" ; - drahma_N = mkN041 "" ; - dra_sht_ene_N = mkN071 "" ; - dra_sht__ja__V = stateV (mkV173 "") ; - dreben_A = mkA079 "" ; - drebnav_A = mkA076 "" ; - drebnavost_N = mkN049 "" ; - drebni_ch_yk_A = mkA080 "" ; - drebnobur_zj_oazen_A = mkA079 "" ; - drebnozyrnest_A = mkA076 "" ; - drebnolist_A = mkA076 "" ; - drebnolisten_A = mkA079 "" ; - drebnoryst_A = mkA076 "" ; - drebnosobstveni_ch_eski_A = mkA078 "" ; - drebnostokov_A = mkA076 "" ; - drebolijka_N = mkN041 "" ; - dreboli_ja__N = mkN047 "" ; - drebosyk_N = mkN014 "" ; - drebosy_ch_e_N = mkN065 "" ; - dreven_A = mkA079 "" ; - drevnogermanski_A = mkA078 "" ; - drevnogrycki_A = mkA078 "" ; - drevnoevrejski_A = mkA078 "" ; - drevnokeltski_A = mkA078 "" ; - drevnorimski_A = mkA078 "" ; - drevnosirijski_A = mkA078 "" ; - drevnost_N = mkN049 "" ; - drezgav_A = mkA076 "" ; - drezgavina_N = mkN041 "" ; - drezgavost_N = mkN049 "" ; - drezdenski_A = mkA078 "" ; - drezina_N = mkN041 "" ; - drejf_N = mkN001 "" ; - drelka_N = mkN041 "" ; - dremvam_V = actionV (mkV186 "") (mkV152 "") ; - dremvane_N = mkN071 "" ; - dremla_N = mkN041 "" ; - dremliv_A = mkA076 "" ; - dremlivost_N = mkN049 "" ; - drem_ja__V = stateV (mkV154 "") ; - drena_zj__N = mkN007 "" ; - drena_zj_en_A = mkA079 "" ; - drenak_N = mkN014 "" ; - dreniram_V = stateV (mkV186 "") ; - drenirane_N = mkN071 "" ; - dresiram_V = stateV (mkV186 "") ; - dresirane_N = mkN071 "" ; - dresirova_ch__N = mkN007 "" ; - dresirovka_N = mkN041 "" ; - dresxor_N = mkN007 "" ; - dreha_N = mkN041 "" ; - dreharka_N = mkN041 "" ; - dreharski_A = mkA078 "" ; - dre_sh_ka_N = mkN041 "" ; - dre_sh_nik_N = mkN014 "" ; - dribliram_V = stateV (mkV186 "") ; - driblirane_N = mkN071 "" ; - dribyl_N = mkN007 "" ; - dripa_N = mkN041 "" ; - dripav_A = mkA076 "" ; - dripavost_N = mkN049 "" ; - dripla_N = mkN041 "" ; - driplxo_N = mkN040 "" ; - driskam_V = stateV (mkV186 "") ; - drob_N = mkN049 "" ; - droben_A = mkA079 "" ; - drobilka_N = mkN041 "" ; - drobinka_N = mkN041 "" ; - drob_ch_e_N = mkN065 "" ; - drob_ja__V = stateV (mkV174 "") ; - drogerien_A = mkA085 "" ; - drogerist_N = mkN007 "" ; - drogeristka_N = mkN041 "" ; - drogeri_ja__N = mkN047 "" ; - drozd_N = mkN001 "" ; - dropla_N = mkN041 "" ; - drops_N = mkN001 "" ; - drosel_N = mkN007 "" ; - droselen_A = mkA079 "" ; - droseliram_V = stateV (mkV186 "") ; - drug_A = mkA076 "" ; - drugar_N = mkN031a "" ; - drugarka_N = mkN041a "" ; - drugarski_A = mkA078 "" ; - drugarstvo_N = mkN054 "" ; - drugaruvam_V = stateV (mkV186 "") ; - drugaruvane_N = mkN071 "" ; - drugar_ch_e_N = mkN065 "" ; - drugoverec_N = mkN008a "" ; - drugoverie_N = mkN072 "" ; - drugoverski_A = mkA078 "" ; - drugozemen_A = mkA079 "" ; - drugozemec_N = mkN008a "" ; - drugoplaneten_A = mkA079 "" ; - drugorasov_A = mkA076 "" ; - drugoselec_N = mkN008a "" ; - drugoselka_N = mkN041 "" ; - drugoselski_A = mkA078 "" ; - dru_zj_a_V = stateV (mkV178 "") ; - dru_zj_ba_N = mkN041 "" ; - dru_zj_ba_sh__N = mkN007 "" ; - dru_zj_ba_sh_ki_A = mkA078 "" ; - dru_zj_el_iu_ben_A = mkA079 "" ; - dru_zj_el_iu_bie_N = mkN072 "" ; - dru_zj_el_iu_bnost_N = mkN049 "" ; - dru_zj_en_A = mkA079 "" ; - dru_zj_ene_N = mkN071 "" ; - dru_zj_eski_A = mkA078 "" ; - dru_zj_estven_A = mkA076 "" ; - dru_zj_estvo_N = mkN054 "" ; - dru_zj_ina_N = mkN041 "" ; - dru_zj_inen_A = mkA079 "" ; - dru_zj_ka_N = mkN041 "" ; - dru_zj_nost_N = mkN049 "" ; - druza_N = mkN041 "" ; - druidizym_N = mkN011 "" ; - druidski_A = mkA078 "" ; - drum_N = mkN037 "" ; - drumi_sht_e_N = mkN066 "" ; - drumnik_N = mkN014a "" ; - drusam_V = actionV (mkV186 "") (mkV152 "") ; - drusane_N = mkN071 "" ; - drusvam_V = actionV (mkV186 "") (mkV152 "") ; - drusvane_N = mkN071 "" ; - druskam_V = actionV (mkV186 "") (mkV152 "") ; - druskane_N = mkN071 "" ; - dryvnik_N = mkN014 "" ; - dryvce_N = mkN066 "" ; - dryv_ch_e_N = mkN065 "" ; - drygliv_A = mkA076 "" ; - dryglivost_N = mkN049 "" ; - drygna_V = stateV (mkV152 "") ; - dry_zj_ka_N = mkN041 "" ; - dryzvam_V = actionV (mkV186 "") (mkV152 "") ; - dryzvane_N = mkN071 "" ; - dryznoven_A = mkA076 "" ; - dryznovenie_N = mkN072 "" ; - drynvam_V = actionV (mkV186 "") (mkV152 "") ; - drynvane_N = mkN071 "" ; - drynkalka_N = mkN041 "" ; - drynkalo_N = mkN054 "" ; - drynkam_V = actionV (mkV186 "") (mkV178 "") ; - drynkane_N = mkN071 "" ; - drynkanica_N = mkN041 "" ; - drynkulka_N = mkN041 "" ; - dryn_ch_ene_N = mkN071 "" ; - drypvam_V = actionV (mkV186 "") (mkV152 "") ; - drypvane_N = mkN071 "" ; - drypnat_A = mkA076 "" ; - drypnatost_N = mkN049 "" ; - dr_ja_zga_N = mkN041 "" ; - dr_ja_mvam_V = stateV (mkV186 "") ; - dr_ja_mvane_N = mkN071 "" ; - dr_ja_mka_N = mkN041 "" ; - dr_ja_n_N = mkN001 "" ; - dr_ja_nka_N = mkN041 "" ; - dr_ja_nov_A = mkA076 "" ; - dr_ja_novec_N = mkN008a "" ; - dr_ja_novica_N = mkN041 "" ; - dr_ja_novski_A = mkA078 "" ; - dualizym_N = mkN011 "" ; - dualist_N = mkN007 "" ; - dualisti_ch_en_A = mkA079 "" ; - dualisti_ch_eski_A = mkA078 "" ; - dualistka_N = mkN041 "" ; - dubla_zj__N = mkN007 "" ; - duble_N = mkN065 "" ; - dublet_N = mkN007 "" ; - dubleten_A = mkA079 "" ; - dublikat_N = mkN007 "" ; - dubliram_V = stateV (mkV186 "") ; - dublirane_N = mkN071 "" ; - dublxor_N = mkN007a "" ; - dublxorka_N = mkN041 "" ; - dubyl_N = mkN009 "" ; - duvar_N = mkN007 "" ; - duduk_N = mkN014 "" ; - duel_N = mkN007 "" ; - dueliram_V = stateV (mkV186 "") ; - duelirane_N = mkN071 "" ; - duet_N = mkN007 "" ; - duzina_N = mkN041 "" ; - duk_N = mkN001 "" ; - dukat_N = mkN007 "" ; - dukesa_N = mkN041 "" ; - dulo_N = mkN054 "" ; - duma_N = mkN041 "" ; - dumam_V = stateV (mkV186 "") ; - dumane_N = mkN071 "" ; - dumbaz_N = mkN007 "" ; - dumbazki_A = mkA078 "" ; - dumica_N = mkN041 "" ; - dumi_ch_ka_N = mkN041 "" ; - dumkam_V = actionV (mkV186 "") (mkV152 "") ; - dumkane_N = mkN071 "" ; - dunavec_N = mkN008a "" ; - dunavski_A = mkA078 "" ; - dunapren_N = mkN007 "" ; - dunaprenov_A = mkA076 "" ; - dunda_N = mkN041 "" ; - dundest_A = mkA076 "" ; - duo_N = mkN054 "" ; - dupe_N = mkN065 "" ; - dupest_A = mkA076 "" ; - dupka_N = mkN041 "" ; - dupleks_N = mkN007 "" ; - dupleksen_A = mkA079 "" ; - dup_ch_a_V = stateV (mkV176 "") ; - dup_ch_est_A = mkA076 "" ; - dup_ch_ica_N = mkN041 "" ; - durak_N = mkN014 "" ; - duraluminij_N = mkN032 "" ; - durankola_sh_ki_A = mkA078 "" ; - duh_N = mkN001 "" ; - duhalka_N = mkN041 "" ; - duhalo_N = mkN054 "" ; - duham_V = actionV (mkV186 "") (mkV152 "") ; - duhane_N = mkN071 "" ; - duhatelen_A = mkA079 "" ; - duha_ch__N = mkN007 "" ; - duhvam_V = actionV (mkV186 "") (mkV152 "") ; - duhvane_N = mkN071 "" ; - duhov_A = mkA076 "" ; - duhoven_A = mkA079 "" ; - duhovenstvo_N = mkN054 "" ; - duhovit_A = mkA076 "" ; - duhovitost_N = mkN049 "" ; - duhovnik_N = mkN014 "" ; - duhovni_ch_eski_A = mkA078 "" ; - duhovnost_N = mkN049 "" ; - du_sh__N = mkN001 "" ; - du_sh_a_V = stateV (mkV176 "") ; - du_sh_evadec_N = mkN008a "" ; - du_sh_evadnik_N = mkN014 "" ; - du_sh_even_A = mkA079 "" ; - du_sh_evnobolen_A = mkA079 "" ; - du_sh_evnost_N = mkN049 "" ; - du_sh_eguben_A = mkA079 "" ; - du_sh_egubec_N = mkN008a "" ; - du_sh_egubka_N = mkN041 "" ; - du_sh_en_A = mkA079 "" ; - du_sh_ene_N = mkN071 "" ; - du_sh_eprikaz_ch_ik_N = mkN014 "" ; - du_sh_ica_N = mkN041 "" ; - du_sh_i_ch_ka_N = mkN041 "" ; - du_sh_ka_N = mkN041 "" ; - du_sh_man_N = mkN007 "" ; - du_sh_manin_N = mkN018 "" ; - du_sh_manka_N = mkN041 "" ; - du_sh_manlyk_N = mkN014 "" ; - du_sh_manski_A = mkA078 "" ; - du_sh_ov_A = mkA076 "" ; - du_ja__V = stateV (mkV163 "") ; - dyb_N = mkN001 "" ; - dybak_N = mkN014 "" ; - dybilen_A = mkA079 "" ; - dyblinski_A = mkA078 "" ; - dybov_A = mkA076 "" ; - dybrava_N = mkN041 "" ; - dyvka_N = mkN041 "" ; - dyvkan_A = mkA076 "" ; - dyvkane_N = mkN071 "" ; - dyvkatelen_A = mkA079 "" ; - dyv_ch_a_V = stateV (mkV155 "") ; - dyv_ch_ene_N = mkN071 "" ; - dyga_N = mkN041 "" ; - dygov_A = mkA076 "" ; - dygoviden_A = mkA079 "" ; - dygoobrazen_A = mkA079 "" ; - dy_zj_d_N = mkN001 "" ; - dy_zj_deliv_A = mkA076 "" ; - dy_zj_dec_N = mkN040a "" ; - dy_zj_dobran_N = mkN007 "" ; - dy_zj_dovalen_A = mkA079 "" ; - dy_zj_doven_A = mkA079 "" ; - dy_zj_dovit_A = mkA076 "" ; - dy_zj_dovitost_N = mkN049 "" ; - dy_zj_dovnik_N = mkN014 "" ; - dy_zj_dovnost_N = mkN049 "" ; - dy_zj_domer_N = mkN007 "" ; - dy_zj_donosen_A = mkA079 "" ; - dy_zj_dosvirec_N = mkN008a "" ; - dy_zj_duvam_V = stateV (mkV186 "") ; - dy_zj_duvane_N = mkN071 "" ; - dylbaene_N = mkN071 "" ; - dylbane_N = mkN071 "" ; - dylba_ja__V = stateV (mkV161 "") ; - dylbina_N = mkN041 "" ; - dylbok_A = mkA076 "" ; - dylbokovoden_A = mkA079 "" ; - dylbokomislen_A = mkA076 "" ; - dylbokomislenost_N = mkN049 "" ; - dylbokomorski_A = mkA078 "" ; - dylbokosmislen_A = mkA076 "" ; - dylbo_ch_ina_N = mkN041 "" ; - dylbo_ch_inen_A = mkA079 "" ; - dylg_N = mkN001 "" ; - dylgoboen_A = mkA085 "" ; - dylgobrad_A = mkA076 "" ; - dylgovat_A = mkA076 "" ; - dylgove_ch_en_A = mkA079 "" ; - dylgove_ch_nost_N = mkN049 "" ; - dylgovlaknest_A = mkA076 "" ; - dylgovlas_A = mkA076 "" ; - dylgovremenen_A = mkA079 "" ; - dylgovremennost_N = mkN049 "" ; - dylgogodi_sh_en_A = mkA079 "" ; - dylgodenstvie_N = mkN072 "" ; - dylgokos_A = mkA076 "" ; - dylgokrak_A = mkA076 "" ; - dylgoleten_A = mkA079 "" ; - dylgoletie_N = mkN072 "" ; - dylgolik_A = mkA076 "" ; - dylgometra_zj_en_A = mkA079 "" ; - dylgonog_A = mkA076 "" ; - dylgoo_ch_akvan_A = mkA076 "" ; - dylgoperest_A = mkA076 "" ; - dylgoryk_A = mkA076 "" ; - dylgosvire_sht__A = mkA076 "" ; - dylgosro_ch_en_A = mkA079 "" ; - dylgotraen_A = mkA085 "" ; - dylgotrajnost_N = mkN049 "" ; - dylgotyrpeliv_A = mkA076 "" ; - dylgouh_A = mkA076 "" ; - dylgunest_A = mkA076 "" ; - dylgurest_A = mkA076 "" ; - dylgu_ch__N = mkN007 "" ; - dyl_zj_a_V = stateV (mkV178 "") ; - dyl_zj_im_A = mkA076 "" ; - dyl_zj_imost_N = mkN049 "" ; - dyl_zj_ina_N = mkN041 "" ; - dylyg_A = mkA080 "" ; - dymping_N = mkN015 "" ; - dynen_A = mkA079 "" ; - dyner_N = mkN007 "" ; - dynest_A = mkA076 "" ; - dynki_N = mkN075 "" ; - dynkov_A = mkA076 "" ; - dyno_N = mkN054 "" ; - dyn_ja__V = stateV (mkV173 "") ; - dyrvar_N = mkN031a "" ; - dyrvarski_A = mkA078 "" ; - dyrvarstvo_N = mkN054 "" ; - dyrven_A = mkA076 "" ; - dyrvenica_N = mkN041 "" ; - dyrven_ja_k_N = mkN014 "" ; - dyrvesen_A = mkA079 "" ; - dyrvesina_N = mkN041 "" ; - dyrvesinen_A = mkA079 "" ; - dyrvo_N = mkN061 "" ; - dyrvoviden_A = mkA079 "" ; - dyrvodelec_N = mkN008a "" ; - dyrvodelie_N = mkN072 "" ; - dyrvodelski_A = mkA078 "" ; - dyrvodelstvo_N = mkN054 "" ; - dyrvodobiv_N = mkN007 "" ; - dyrvodobiven_A = mkA079 "" ; - dyrvolaz_N = mkN007 "" ; - dyrvoobrabotvane_N = mkN071 "" ; - dyrvoobrabotvatelen_A = mkA079 "" ; - dyrvoobrabotva_sht__A = mkA076 "" ; - dyrvopodoben_A = mkA079 "" ; - dyrvoprerabotvane_N = mkN071 "" ; - dyrvore_zj_e_sht__A = mkA076 "" ; - dyrvoreza_ch_ka_N = mkN041 "" ; - dyrvorezba_N = mkN041 "" ; - dyrvorezbar_N = mkN007 "" ; - dyrvorezbarstvo_N = mkN054 "" ; - dyrvoseka_ch__N = mkN007a "" ; - dyrvosnabd_ja_vane_N = mkN071 "" ; - dyrvo_ja_d_N = mkN007 "" ; - dyrvo_ja_den_A = mkA079 "" ; - dyrdorene_N = mkN071 "" ; - dyrdorko_N = mkN040 "" ; - dyrdor_ja__V = stateV (mkV173 "") ; - dyr_zj_ava_N = mkN041 "" ; - dyr_zj_aven_A = mkA079 "" ; - dyr_zj_avica_N = mkN041 "" ; - dyr_zj_avnik_N = mkN014a "" ; - dyr_zj_avni_ch_eski_A = mkA078 "" ; - dyr_zj_avni_ch_estvo_N = mkN054 "" ; - dyr_zj_avnopraven_A = mkA079 "" ; - dyr_zj_avnost_N = mkN049 "" ; - dyr_zj_avnostopanski_A = mkA078 "" ; - dyr_zj_aliv_A = mkA076 "" ; - dyr_zj_alo_N = mkN054 "" ; - dyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - dyr_zj_ane_N = mkN071 "" ; - dyr_zj_anie_N = mkN072 "" ; - dyr_zj_anka_N = mkN041 "" ; - dyr_zj_atel_N = mkN031a "" ; - dyr_zj_eliv_A = mkA076 "" ; - dyr_zj_elivost_N = mkN049 "" ; - dyrzost_N = mkN049 "" ; - dyrzyk_A = mkA082a "" ; - dyrlene_N = mkN071 "" ; - dyrl_ja__V = stateV (mkV173 "") ; - dyrma_N = mkN041 "" ; - dyrmon_N = mkN007 "" ; - dyrpam_V = stateV (mkV186 "") ; - dyrpane_N = mkN071 "" ; - dyrt_A = mkA076 "" ; - dyrtak_N = mkN014a "" ; - dyrte_ja__V = stateV (mkV160 "") ; - dyska_N = mkN041 "" ; - dyskorezen_A = mkA079 "" ; - dyskoreznica_N = mkN041 "" ; - dys_ch_en_A = mkA076 "" ; - dys_ch_ica_N = mkN041 "" ; - dyh_N = mkN001 "" ; - dyhav_A = mkA076 "" ; - dyham_V = actionV (mkV186 "") (mkV152 "") ; - dyhane_N = mkN071 "" ; - dyhvam_V = actionV (mkV186 "") (mkV152 "") ; - dyhvane_N = mkN071 "" ; - dy_sht_eren_A = mkA079 "" ; - dy_sht_er_ja__N = mkN047 "" ; - d_iu_bel_N = mkN007 "" ; - d_iu_d_iu_kam_V = stateV (mkV186 "") ; - d_iu_d_iu_kane_N = mkN071 "" ; - d_iu_za_N = mkN041 "" ; - d_iu_jm_N = mkN001 "" ; - d_iu_k_ja_n_N = mkN007 "" ; - d_iu_k_ja_nd_zj_ijka_N = mkN041 "" ; - d_iu_k_ja_nd_zj_ijski_A = mkA078 "" ; - d_iu_k_ja_nd_zj_i_ja__N = mkN039 "" ; - d_iu_k_ja_n_ch_e_N = mkN065 "" ; - d_iu_lger_N = mkN007 "" ; - d_iu_lgerin_N = mkN018 "" ; - d_iu_lgerski_A = mkA078 "" ; - d_iu_lgerstvam_V = stateV (mkV186 "") ; - d_iu_lgerstvane_N = mkN071 "" ; - d_iu_lgerstvo_N = mkN054 "" ; - d_iu_lev_A = mkA076 "" ; - d_iu_l_ja__N = mkN047 "" ; - d_iu_na_N = mkN041 "" ; - d_iu_stabanli_ja__N = mkN039 "" ; - d_iu__sh_ek_N = mkN014 "" ; - d_iu__sh_eklyk_N = mkN014 "" ; - d_iu__sh_eme_N = mkN065 "" ; - d_ja_vam_V = stateV (mkV186 "") ; - d_ja_vol_N = mkN007a "" ; - d_ja_volit_A = mkA076 "" ; - d_ja_volitost_N = mkN049 "" ; - d_ja_volica_N = mkN041 "" ; - d_ja_voli_ja__N = mkN047 "" ; - d_ja_volski_A = mkA078 "" ; - d_ja_voluvam_V = stateV (mkV186 "") ; - d_ja_voluvane_N = mkN071 "" ; - d_ja_vol_ch_e_N = mkN065 "" ; - d_ja_vol_sht_ina_N = mkN041 "" ; - d_ja_volyk_N = mkN014 "" ; - d_ja_dka_N = mkN038 "" ; - d_ja_do_N = mkN040 "" ; - d_ja_dov_A = mkA076 "" ; - d_ja_dovski_A = mkA078 "" ; - d_ja_kon_N = mkN007a "" ; - d_ja_konski_A = mkA078 "" ; - d_ja_konstvo_N = mkN054 "" ; - d_ja_l_N = mkN001 "" ; - d_ja_lam_V = stateV (mkV186 "") ; - d_ja_lane_N = mkN071 "" ; - d_ja_lkam_V = stateV (mkV186 "") ; - d_ja_lkane_N = mkN071 "" ; - d_ja_lov_A = mkA076 "" ; - d_ja_na_V = stateV (mkV153 "") ; - d_ja_snosto_ja__sht__A = mkA076 "" ; - ebonit_N = mkN007 "" ; - eboniten_A = mkA079 "" ; - ebonitov_A = mkA076 "" ; - evakuacionen_A = mkA079 "" ; - evakuaci_ja__N = mkN047 "" ; - evakuiram_V = stateV (mkV186 "") ; - evakuirane_N = mkN071 "" ; - evangelie_N = mkN072 "" ; - evangelist_N = mkN007a "" ; - evangelistka_N = mkN041 "" ; - evangelistki_A = mkA078 "" ; - evangelski_A = mkA078 "" ; - evgeni_ch_en_A = mkA079 "" ; - evdemonizym_N = mkN011 "" ; - eventualen_A = mkA079 "" ; - eventualnost_N = mkN049 "" ; - evikci_ja__N = mkN047 "" ; - evin_A = mkA076 "" ; - evkalipt_N = mkN007 "" ; - evkaliptov_A = mkA076 "" ; - evklidov_A = mkA076 "" ; - evnuh_N = mkN016 "" ; - evolventa_N = mkN041 "" ; - evol_iu_iram_V = stateV (mkV186 "") ; - evol_iu_irane_N = mkN071 "" ; - evol_iu_cionen_A = mkA079 "" ; - evol_iu_cionist_N = mkN007a "" ; - evol_iu_cionistka_N = mkN041 "" ; - evol_iu_ci_ja__N = mkN047 "" ; - evraziec_N = mkN013 "" ; - evrazijka_N = mkN041 "" ; - evrazijski_A = mkA078 "" ; - evrein_N = mkN018 "" ; - evrejka_N = mkN041 "" ; - evrejski_A = mkA078 "" ; - evrejstvo_N = mkN054 "" ; - evristika_N = mkN041 "" ; - evristi_ch_en_A = mkA079 "" ; - evrovizi_ja__N = mkN047 "" ; - evropeec_N = mkN013 "" ; - evropeiziram_V = stateV (mkV186 "") ; - evropejka_N = mkN041 "" ; - evropejski_A = mkA078 "" ; - evrostandart_N = mkN007 "" ; - evtin_A = mkA076 "" ; - evtini_ja__N = mkN047 "" ; - evfemizym_N = mkN011 "" ; - evfemisti_ch_en_A = mkA079 "" ; - evfoni_ch_eski_A = mkA078 "" ; - evfuizym_N = mkN011 "" ; - evharisti_ja__N = mkN047 "" ; - egejski_A = mkA078 "" ; - egida_N = mkN041 "" ; - egipetski_A = mkA078 "" ; - egiptolog_N = mkN015 "" ; - egiptologi_ja__N = mkN047 "" ; - egipt_ja_nin_N = mkN018 "" ; - egipt_ja_nka_N = mkN041 "" ; - ego_N = mkN065 "" ; - egoizym_N = mkN011 "" ; - egoist_N = mkN007a "" ; - egoisti_ch_en_A = mkA079 "" ; - egoisti_ch_nost_N = mkN049 "" ; - egoistka_N = mkN041 "" ; - egocentrizym_N = mkN011 "" ; - egocentri_ch_en_A = mkA079 "" ; - egocentri_ch_nost_N = mkN049 "" ; - edelvajs_N = mkN007 "" ; - edemski_A = mkA078 "" ; - edinadesetgodi_sh_en_A = mkA079 "" ; - edinadesetorka_N = mkN041 "" ; - edinak_N = mkN014 "" ; - edinen_A = mkA079 "" ; - edinenie_N = mkN072 "" ; - edinica_N = mkN041 "" ; - edini_ch_en_A = mkA079 "" ; - edini_ch_nost_N = mkN049 "" ; - edinnost_N = mkN049 "" ; - edinoborstvo_N = mkN054 "" ; - edinovlasten_A = mkA079 "" ; - edinovlastie_N = mkN072 "" ; - edinoglasie_N = mkN072 "" ; - edinodejstvie_N = mkN072 "" ; - edinodu_sh_en_A = mkA079 "" ; - edinodu_sh_ie_N = mkN072 "" ; - edinomisle_sht__A = mkA076 "" ; - edinomislie_N = mkN072 "" ; - edinona_ch_alie_N = mkN072 "" ; - edinoroden_A = mkA079 "" ; - edinosy_sht__A = mkA076 "" ; - edinosy_sht_en_A = mkA079 "" ; - edinstven_A = mkA076 "" ; - edinstvenost_N = mkN049 "" ; - edinstvo_N = mkN054 "" ; - edipov_A = mkA076 "" ; - ednakvost_N = mkN049 "" ; - ednakyv_A = mkA080 "" ; - edni_ch_yk_A = mkA080 "" ; - ednoakten_A = mkA079 "" ; - ednoatomen_A = mkA079 "" ; - ednobagren_A = mkA076 "" ; - ednobo_zj_ie_N = mkN072 "" ; - ednobra_ch_en_A = mkA079 "" ; - ednobra_ch_ie_N = mkN072 "" ; - ednobukven_A = mkA076 "" ; - ednovalenten_A = mkA079 "" ; - ednoverec_N = mkN008a "" ; - ednoverie_N = mkN072 "" ; - ednoverka_N = mkN041 "" ; - ednovremenen_A = mkA079 "" ; - ednovremennost_N = mkN049 "" ; - ednovreme_sh_en_A = mkA079 "" ; - ednovremski_A = mkA078 "" ; - ednovrystnik_N = mkN014 "" ; - ednovryh_A = mkA082 "" ; - ednoglasen_A = mkA079 "" ; - ednogodi_sh_en_A = mkA079 "" ; - ednogryb_A = mkA082 "" ; - ednodneven_A = mkA079 "" ; - ednodnevka_N = mkN041 "" ; - ednodokumenten_A = mkA079 "" ; - ednodomen_A = mkA079 "" ; - ednodryvka_N = mkN041 "" ; - ednoeta_zj_en_A = mkA079 "" ; - edno_zj_enstvo_N = mkN054 "" ; - edno_zj_ilen_A = mkA079 "" ; - ednozar_ja_den_A = mkA079 "" ; - ednozvu_ch_en_A = mkA079 "" ; - ednozvu_ch_ie_N = mkN072 "" ; - ednozna_ch_en_A = mkA079 "" ; - ednozna_ch_nost_N = mkN049 "" ; - ednoimenen_A = mkA079 "" ; - ednoimennik_N = mkN014 "" ; - ednoimka_N = mkN041 "" ; - ednokalibren_A = mkA076 "" ; - ednokameren_A = mkA079 "" ; - ednoklety_ch_en_A = mkA079 "" ; - ednokolka_N = mkN041 "" ; - ednokonen_A = mkA079 "" ; - ednokopiten_A = mkA079 "" ; - ednokoraben_A = mkA079 "" ; - ednokorpusen_A = mkA079 "" ; - ednokrak_A = mkA076 "" ; - ednokraten_A = mkA079 "" ; - ednokril_A = mkA076 "" ; - ednokrilen_A = mkA079 "" ; - ednokryven_A = mkA079 "" ; - ednolik_A = mkA076 "" ; - ednolisten_A = mkA079 "" ; - ednoli_ch_en_A = mkA079 "" ; - ednoma_ch_tov_A = mkA076 "" ; - ednomeren_A = mkA079 "" ; - ednomese_ch_en_A = mkA079 "" ; - ednomesten_A = mkA079 "" ; - ednometrov_A = mkA076 "" ; - ednominuten_A = mkA079 "" ; - ednomotoren_A = mkA079 "" ; - ednoobrazen_A = mkA079 "" ; - ednoobrazie_N = mkN072 "" ; - ednoobraznost_N = mkN049 "" ; - ednook_A = mkA076 "" ; - ednookis_N = mkN007 "" ; - ednoosen_A = mkA079 "" ; - ednoosov_A = mkA076 "" ; - ednopaluben_A = mkA079 "" ; - ednoplastov_A = mkA076 "" ; - ednoplemenen_A = mkA079 "" ; - ednopolov_A = mkA076 "" ; - ednopol_iu_sen_A = mkA079 "" ; - ednoposo_ch_en_A = mkA079 "" ; - ednopoto_ch_en_A = mkA079 "" ; - ednopotrebitelski_A = mkA078 "" ; - ednoreden_A = mkA079 "" ; - ednorelsov_A = mkA076 "" ; - ednoroden_A = mkA079 "" ; - ednorodnost_N = mkN049 "" ; - ednoryk_A = mkA076 "" ; - ednosedmi_ch_en_A = mkA079 "" ; - ednoselec_N = mkN008a "" ; - ednosemedelen_A = mkA079 "" ; - ednosemenen_A = mkA079 "" ; - ednoslo_zj_en_A = mkA079 "" ; - ednosmenen_A = mkA079 "" ; - ednosmislen_A = mkA076 "" ; - ednosri_ch_en_A = mkA079 "" ; - ednostaven_A = mkA079 "" ; - ednostaen_A = mkA085 "" ; - ednosteblen_A = mkA076 "" ; - ednostepenen_A = mkA079 "" ; - ednosti_sh_ie_N = mkN072 "" ; - ednostranen_A = mkA079 "" ; - ednostran_ch_iv_A = mkA076 "" ; - ednostran_ch_ivost_N = mkN049 "" ; - ednostrunen_A = mkA079 "" ; - ednosystaven_A = mkA079 "" ; - ednosystavnost_N = mkN049 "" ; - ednotaktov_A = mkA076 "" ; - ednotipen_A = mkA079 "" ; - ednotipov_A = mkA076 "" ; - ednotomen_A = mkA079 "" ; - ednotomnik_N = mkN014 "" ; - ednotonen_A = mkA079 "" ; - ednotonnost_N = mkN049 "" ; - ednoutroben_A = mkA079 "" ; - ednofazen_A = mkA079 "" ; - ednoformen_A = mkA076 "" ; - ednocveten_A = mkA079 "" ; - ednoceven_A = mkA079 "" ; - ednocevka_N = mkN041 "" ; - ednocilindrov_A = mkA076 "" ; - ednocifrov_A = mkA076 "" ; - edno_ch_asov_A = mkA076 "" ; - edno_ch_len_N = mkN007 "" ; - edno_ch_lenen_A = mkA079 "" ; - edno_ja_dren_A = mkA076 "" ; - edno_ja_j_ch_en_A = mkA079 "" ; - edre_ja__V = stateV (mkV160 "") ; - edrina_N = mkN041 "" ; - edroglav_A = mkA076 "" ; - edrozemevladelski_A = mkA078 "" ; - edrozyrnest_A = mkA076 "" ; - edrokapitalisti_ch_eski_A = mkA078 "" ; - edrolist_A = mkA076 "" ; - edroma_sht_aben_A = mkA079 "" ; - edroml_ja_n_A = mkA081 "" ; - edropanelen_A = mkA079 "" ; - edrosemenen_A = mkA079 "" ; - edyr_A = mkA080 "" ; - e_zj__N = mkN001 "" ; - e_zj_a_V = stateV (mkV176 "") ; - e_zj_ba_N = mkN041 "" ; - e_zj_egoden_A = mkA079 "" ; - e_zj_edneven_A = mkA079 "" ; - e_zj_ednevie_N = mkN072 "" ; - e_zj_ednevnik_N = mkN014 "" ; - e_zj_emese_ch_en_A = mkA079 "" ; - e_zj_emese_ch_nik_N = mkN014 "" ; - e_zj_eminuten_A = mkA079 "" ; - e_zj_enedelen_A = mkA079 "" ; - e_zj_esedmi_ch_en_A = mkA079 "" ; - e_zj_esedmi_ch_nik_N = mkN014 "" ; - e_zj_e_ch_asen_A = mkA079 "" ; - e_zj_e_ch_asov_A = mkA076 "" ; - e_zj_ov_A = mkA076 "" ; - ezda_N = mkN041 "" ; - ezda_ch__N = mkN007b "" ; - ezda_ch_ka_N = mkN041 "" ; - ezeren_A = mkA079 "" ; - ezero_N = mkN054 "" ; - ezerce_N = mkN066 "" ; - ezik_N = mkN014 "" ; - ezikov_A = mkA076 "" ; - ezikoved_N = mkN007 "" ; - ezikovedka_N = mkN041 "" ; - ezikovedski_A = mkA078 "" ; - ezikoznanie_N = mkN072 "" ; - ezi_ch_e_N = mkN065 "" ; - ezi_ch_en_A = mkA079 "" ; - ezi_ch_eski_A = mkA078 "" ; - ezi_ch_estvo_N = mkN054 "" ; - ezi_ch_nik_N = mkN014 "" ; - ezi_ch_nica_N = mkN041 "" ; - ezopovski_A = mkA078 "" ; - ezoteri_ch_en_A = mkA079 "" ; - ezuit_N = mkN007 "" ; - ezuitski_A = mkA078 "" ; - ezuitstvo_N = mkN054 "" ; - ezuit_sht_ina_N = mkN041 "" ; - ek_N = mkN001 "" ; - ekam_V = stateV (mkV186 "") ; - ekane_N = mkN071 "" ; - ekarisa_zj__N = mkN007 "" ; - ekarisa_zj_en_A = mkA079 "" ; - ekvadorka_N = mkN041 "" ; - ekvalajzer_N = mkN007 "" ; - ekvam_V = stateV (mkV186 "") ; - ekvane_N = mkN071 "" ; - ekvator_N = mkN007 "" ; - ekvatorialen_A = mkA079 "" ; - ekvivalent_N = mkN007 "" ; - ekvivalenten_A = mkA079 "" ; - ekvivalentnost_N = mkN049 "" ; - ekvilibrist_N = mkN007 "" ; - ekvilibristika_N = mkN041 "" ; - ekvilibristka_N = mkN041 "" ; - ekzaktnost_N = mkN049 "" ; - ekzaltaci_ja__N = mkN047 "" ; - ekzaltiram_V = stateV (mkV186 "") ; - ekzaltiran_A = mkA076 "" ; - ekzaltirane_N = mkN071 "" ; - ekzaltiranost_N = mkN049 "" ; - ekzaminator_N = mkN007 "" ; - ekzaminatorka_N = mkN041 "" ; - ekzarh_N = mkN016 "" ; - ekzarhat_N = mkN007 "" ; - ekzarhijski_A = mkA078 "" ; - ekzarhi_ja__N = mkN047 "" ; - ekzekutiven_A = mkA079 "" ; - ekzekutiram_V = stateV (mkV186 "") ; - ekzekutirane_N = mkN071 "" ; - ekzekutor_N = mkN007 "" ; - ekzekuci_ja__N = mkN047 "" ; - ekzema_N = mkN041 "" ; - ekzempl_ja_r_N = mkN007 "" ; - ekzistenc_N = mkN007 "" ; - ekzistencialen_A = mkA079 "" ; - ekzistencializym_N = mkN011 "" ; - ekzistencialist_N = mkN007 "" ; - ekzogami_ja__N = mkN047 "" ; - ekzotika_N = mkN041 "" ; - ekzoti_ch_en_A = mkA079 "" ; - ekzoti_ch_eski_A = mkA078 "" ; - ekzoti_ch_nost_N = mkN049 "" ; - ekip_N = mkN007 "" ; - ekipa_zj__N = mkN007 "" ; - ekipen_A = mkA079 "" ; - ekipiram_V = stateV (mkV186 "") ; - ekipirane_N = mkN071 "" ; - ekipirovka_N = mkN041 "" ; - eklektizym_N = mkN011 "" ; - eklektik_N = mkN014 "" ; - eklekti_ch_en_A = mkA079 "" ; - ekler_N = mkN007 "" ; - ekliv_A = mkA076 "" ; - ekliptika_N = mkN041 "" ; - ekna_V = stateV (mkV152 "") ; - ekolog_N = mkN015 "" ; - ekologi_ch_en_A = mkA079 "" ; - ekologi_ch_eski_A = mkA078 "" ; - ekologi_ja__N = mkN047 "" ; - ekot_N = mkN007 "" ; - ekran_N = mkN007 "" ; - ekranen_A = mkA079 "" ; - ekranizaci_ja__N = mkN047 "" ; - ekraniziram_V = stateV (mkV186 "") ; - ekraniziran_A = mkA076 "" ; - ekranizirane_N = mkN071 "" ; - ekraniram_V = stateV (mkV186 "") ; - ekranirane_N = mkN071 "" ; - ekselbant_N = mkN007 "" ; - ekskavator_N = mkN007 "" ; - ekskrement_N = mkN007 "" ; - ekskreci_ja__N = mkN047 "" ; - ekskurziant_N = mkN007a "" ; - ekskurziantka_N = mkN041 "" ; - ekskurzionen_A = mkA079 "" ; - ekskurzi_ja__N = mkN047 "" ; - ekskurzovod_N = mkN007a "" ; - ekskurzovodka_N = mkN041 "" ; - ekskurzovodski_A = mkA078 "" ; - ekslibris_N = mkN007 "" ; - ekspanziven_A = mkA079 "" ; - ekspanzivnost_N = mkN049 "" ; - ekspanzionisti_ch_en_A = mkA079 "" ; - ekspanzi_ja__N = mkN047 "" ; - ekspatriram_V = stateV (mkV186 "") ; - ekspatrirane_N = mkN071 "" ; - ekspediram_V = stateV (mkV186 "") ; - ekspedirane_N = mkN071 "" ; - ekspeditiven_A = mkA079 "" ; - ekspeditivnost_N = mkN049 "" ; - ekspeditor_N = mkN007 "" ; - ekspeditorski_A = mkA078 "" ; - ekspedicionen_A = mkA079 "" ; - ekspedici_ja__N = mkN047 "" ; - eksperiment_N = mkN007 "" ; - eksperimentalen_A = mkA079 "" ; - eksperimentator_N = mkN007 "" ; - eksperimentatorka_N = mkN041 "" ; - eksperimenten_A = mkA079 "" ; - eksperimentiram_V = stateV (mkV186 "") ; - eksperimentirane_N = mkN071 "" ; - ekspert_N = mkN007 "" ; - eksperten_A = mkA079 "" ; - ekspertiza_N = mkN041 "" ; - eksploatator_N = mkN007 "" ; - eksploatatorka_N = mkN041 "" ; - eksploatatorski_A = mkA078 "" ; - eksploatacionen_A = mkA079 "" ; - eksploataci_ja__N = mkN047 "" ; - eksploatiram_V = stateV (mkV186 "") ; - eksploatirane_N = mkN071 "" ; - eksplodiram_V = stateV (mkV186 "") ; - eksplodirane_N = mkN071 "" ; - eksploziv_N = mkN007 "" ; - eksploziven_A = mkA079 "" ; - eksplozivnost_N = mkN049 "" ; - eksplozi_ja__N = mkN047 "" ; - ekspoze_N = mkN065 "" ; - ekspozici_ja__N = mkN047 "" ; - eksponat_N = mkN007 "" ; - eksponaci_ja__N = mkN047 "" ; - eksponent_N = mkN007 "" ; - eksponenta_N = mkN041 "" ; - eksponencial_N = mkN007 "" ; - eksponencialen_A = mkA079 "" ; - eksponiram_V = stateV (mkV186 "") ; - eksponirane_N = mkN071 "" ; - eksport_N = mkN040a "" ; - eksporten_A = mkA079 "" ; - eksportiram_V = stateV (mkV186 "") ; - eksportirane_N = mkN071 "" ; - ekspres_N = mkN007 "" ; - ekspresen_A = mkA079 "" ; - ekspresiven_A = mkA079 "" ; - ekspresivnost_N = mkN049 "" ; - ekspresionizym_N = mkN011 "" ; - ekspresionist_N = mkN007 "" ; - ekspresionisti_ch_en_A = mkA079 "" ; - ekspresionistka_N = mkN041 "" ; - ekspresi_ja__N = mkN047 "" ; - ekspropriaci_ja__N = mkN047 "" ; - ekspropriiram_V = stateV (mkV186 "") ; - ekspropriirane_N = mkN071 "" ; - ekspulsiram_V = stateV (mkV186 "") ; - ekspulsirane_N = mkN071 "" ; - ekspulsi_ja__N = mkN047 "" ; - ekstaz_N = mkN007 "" ; - ekstati_ch_en_A = mkA079 "" ; - ekstenziven_A = mkA079 "" ; - ekstenzivnost_N = mkN049 "" ; - ekstenzi_ja__N = mkN047 "" ; - eksterior_N = mkN007 "" ; - eksteritorialen_A = mkA079 "" ; - eksteritorialnost_N = mkN049 "" ; - eksternant_N = mkN007 "" ; - eksterniram_V = stateV (mkV186 "") ; - eksternirane_N = mkN071 "" ; - ekstra_N = mkN041 "" ; - ekstravaganten_A = mkA079 "" ; - ekstravagantnost_N = mkN049 "" ; - ekstradiram_V = stateV (mkV186 "") ; - ekstradirane_N = mkN071 "" ; - ekstradici_ja__N = mkN047 "" ; - ekstrakt_N = mkN007 "" ; - ekstrakci_ja__N = mkN047 "" ; - ekstrapolaci_ja__N = mkN047 "" ; - ekstrapoliram_V = stateV (mkV186 "") ; - ekstrapolirane_N = mkN071 "" ; - ekstrahiram_V = stateV (mkV186 "") ; - ekstrahirane_N = mkN071 "" ; - ekstremalen_A = mkA079 "" ; - ekstremen_A = mkA079 "" ; - ekstrement_N = mkN007 "" ; - ekstremizym_N = mkN011 "" ; - ekstremist_N = mkN007 "" ; - ekstremistka_N = mkN041 "" ; - ekstremistki_A = mkA078 "" ; - ekstremnost_N = mkN049 "" ; - ekstren_A = mkA076 "" ; - ekshibicionizym_N = mkN011 "" ; - ekshumaci_ja__N = mkN047 "" ; - ekscentrik_N = mkN014 "" ; - ekscentri_ch_en_A = mkA079 "" ; - ekscentri_ch_nost_N = mkN049 "" ; - eksces_N = mkN007 "" ; - ekscesi_ja__N = mkN047 "" ; - ela_N = mkN041 "" ; - elasti_ch_en_A = mkA079 "" ; - elasti_ch_nost_N = mkN049 "" ; - elaterit_N = mkN007 "" ; - elevator_N = mkN007 "" ; - eleganten_A = mkA079 "" ; - elegantnost_N = mkN049 "" ; - elegi_ch_en_A = mkA079 "" ; - elegi_ja__N = mkN047 "" ; - elek_N = mkN014 "" ; - elektrizaci_ja__N = mkN047 "" ; - elektriziram_V = stateV (mkV186 "") ; - elektrizirane_N = mkN071 "" ; - elektrik_N = mkN014 "" ; - elektrika_N = mkN041 "" ; - elektrifikacionen_A = mkA079 "" ; - elektrifikaci_ja__N = mkN047 "" ; - elektrificiram_V = stateV (mkV186 "") ; - elektrificiran_A = mkA076 "" ; - elektrificirane_N = mkN071 "" ; - elektri_ch_ar_N = mkN007 "" ; - elektri_ch_en_A = mkA079 "" ; - elektri_ch_eski_A = mkA078 "" ; - elektri_ch_estvo_N = mkN054 "" ; - elektroagregat_N = mkN007 "" ; - elektroanaliz_N = mkN007 "" ; - elektrovolt_N = mkN001 "" ; - elektrograf_N = mkN007 "" ; - elektrod_N = mkN007 "" ; - elektrodvigatel_N = mkN031 "" ; - elektrodvi_zj_e_sht__A = mkA076 "" ; - elektroden_A = mkA079 "" ; - elektrodinamika_N = mkN041 "" ; - elektrodinamo_N = mkN054 "" ; - elektrodinamometyr_N = mkN009 "" ; - elektrodobiv_N = mkN007 "" ; - elektrodobiven_A = mkA079 "" ; - elektroenergi_ja__N = mkN047 "" ; - elektro_zj_en_N = mkN007 "" ; - elektro_zj_enist_N = mkN007 "" ; - elektro_zj_enistka_N = mkN041 "" ; - elektrozahranvane_N = mkN071 "" ; - elektroin_zj_ener_N = mkN007 "" ; - elektroin_zj_enerka_N = mkN041 "" ; - elektroin_zj_enerstvo_N = mkN054 "" ; - elektroinstalaci_ja__N = mkN047 "" ; - elektrokar_N = mkN007 "" ; - elektrokardiograma_N = mkN041 "" ; - elektrokardiografi_ja__N = mkN047 "" ; - elektrokaren_A = mkA079 "" ; - elektrole_ch_enie_N = mkN072 "" ; - elektroliza_N = mkN041 "" ; - elektrolizator_N = mkN007 "" ; - elektroliziram_V = stateV (mkV186 "") ; - elektrolit_N = mkN007 "" ; - elektroliten_A = mkA079 "" ; - elektromagnetizym_N = mkN011 "" ; - elektromagnit_N = mkN007 "" ; - elektromagniten_A = mkA079 "" ; - elektromaterial_N = mkN007 "" ; - elektromer_N = mkN007 "" ; - elektrometyr_N = mkN009 "" ; - elektromehanik_N = mkN014 "" ; - elektromontxor_N = mkN007 "" ; - elektromotor_N = mkN007 "" ; - elektromotoren_A = mkA079 "" ; - elektron_N = mkN007 "" ; - elektronagrevatel_N = mkN031a "" ; - elektronagrevatelen_A = mkA079 "" ; - elektronen_A = mkA079 "" ; - elektronika_N = mkN041 "" ; - elektronnoiz_ch_islitelen_A = mkA079 "" ; - elektrooborudvane_N = mkN071 "" ; - elektrootricatelnost_N = mkN049 "" ; - elektropo_ja_lnik_N = mkN014 "" ; - elektroprivli_ch_ane_N = mkN071 "" ; - elektroprovod_N = mkN007 "" ; - elektroprovoden_A = mkA079 "" ; - elektroprovodim_A = mkA076 "" ; - elektroprovodimost_N = mkN049 "" ; - elektroprovodnik_N = mkN014 "" ; - elektroprovodnost_N = mkN049 "" ; - elektroproizvodstvo_N = mkN054 "" ; - elektropromi_sh_len_A = mkA076 "" ; - elektropromi_sh_lenost_N = mkN049 "" ; - elektrorazpredelitelen_A = mkA079 "" ; - elektroskop_N = mkN007 "" ; - elektroskopi_ch_en_A = mkA079 "" ; - elektrosnabditelen_A = mkA079 "" ; - elektrosnabd_ja_vane_N = mkN071 "" ; - elektrospojka_N = mkN041 "" ; - elektrostanci_ja__N = mkN047 "" ; - elektrostatika_N = mkN041 "" ; - elektrostati_ch_en_A = mkA079 "" ; - elektrostomana_N = mkN041 "" ; - elektrosyprotivitelen_A = mkA079 "" ; - elektrotelfer_N = mkN007 "" ; - elektroterapi_ja__N = mkN047 "" ; - elektrotermi_ch_en_A = mkA079 "" ; - elektrotermi_ja__N = mkN047 "" ; - elektrotehnik_N = mkN014 "" ; - elektrotehnika_N = mkN041 "" ; - elektrotehni_ch_eski_A = mkA078 "" ; - elektrotipi_ja__N = mkN047 "" ; - elektroured_N = mkN007 "" ; - elektrofizika_N = mkN041 "" ; - elektrohimi_ch_eski_A = mkA078 "" ; - elektrohimi_ja__N = mkN047 "" ; - elektrocentrala_N = mkN041 "" ; - element_N = mkN007 "" ; - elementaren_A = mkA079 "" ; - elementarnost_N = mkN049 "" ; - elen_N = mkN007 "" ; - elenov_A = mkA076 "" ; - elenski_A = mkA078 "" ; - ele_ch_e_N = mkN065 "" ; - elzasec_N = mkN008a "" ; - elzaska_N = mkN041 "" ; - elzaski_A = mkA078 "" ; - elizium_N = mkN007 "" ; - elizi_ja__N = mkN047 "" ; - eliksir_N = mkN007 "" ; - eliminatoren_A = mkA079 "" ; - eliminacionen_A = mkA079 "" ; - eliminaci_ja__N = mkN047 "" ; - eliminiram_V = stateV (mkV186 "") ; - eliminirane_N = mkN071 "" ; - elin_N = mkN007 "" ; - eliniziram_V = stateV (mkV186 "") ; - elinizirane_N = mkN071 "" ; - elinizym_N = mkN011 "" ; - elinist_N = mkN007 "" ; - elinistika_N = mkN041 "" ; - elinka_N = mkN041 "" ; - elinski_A = mkA078 "" ; - elipsa_N = mkN041 "" ; - elipsoviden_A = mkA079 "" ; - elipsoid_N = mkN007 "" ; - elipsoiden_A = mkA079 "" ; - elipti_ch_en_A = mkA079 "" ; - elipti_ch_nost_N = mkN049 "" ; - elisejski_A = mkA078 "" ; - elit_N = mkN040a "" ; - eliten_A = mkA079 "" ; - elmaz_N = mkN007 "" ; - elmazen_A = mkA079 "" ; - elov_A = mkA076 "" ; - elf_N = mkN007 "" ; - elha_N = mkN041 "" ; - elhov_A = mkA076 "" ; - elhoviden_A = mkA079 "" ; - el_sh_a_N = mkN041 "" ; - emajl_N = mkN007 "" ; - emajliram_V = stateV (mkV186 "") ; - emajliran_A = mkA076 "" ; - emajlirane_N = mkN071 "" ; - emajllak_N = mkN001 "" ; - emajlov_A = mkA076 "" ; - emanaci_ja__N = mkN047 "" ; - emancipaci_ja__N = mkN047 "" ; - emancipiram_V = stateV (mkV186 "") ; - emancipirane_N = mkN071 "" ; - embargo_N = mkN054 "" ; - emblema_N = mkN041 "" ; - emboli_ja__N = mkN047 "" ; - embriolog_N = mkN015 "" ; - embriologi_ch_en_A = mkA079 "" ; - embriologi_ja__N = mkN047 "" ; - embrion_N = mkN007 "" ; - embrionalen_A = mkA079 "" ; - emvam_V = stateV (mkV186 "") ; - emvane_N = mkN071 "" ; - emigrant_N = mkN007a "" ; - emigrantka_N = mkN041 "" ; - emigrantski_A = mkA078 "" ; - emigrantstvo_N = mkN054 "" ; - emigracionen_A = mkA079 "" ; - emigraci_ja__N = mkN047 "" ; - emigriram_V = stateV (mkV186 "") ; - emigrirane_N = mkN071 "" ; - emir_N = mkN007 "" ; - emirstvo_N = mkN054 "" ; - emisar_N = mkN031a "" ; - emisionen_A = mkA079 "" ; - emisi_ja__N = mkN047 "" ; - emitiram_V = stateV (mkV186 "") ; - emitirane_N = mkN071 "" ; - emkost_N = mkN049 "" ; - emna_V = stateV (mkV152 "") ; - emocionalen_A = mkA079 "" ; - emocionalizym_N = mkN011 "" ; - emocionalnost_N = mkN049 "" ; - emoci_ja__N = mkN047 "" ; - empirizym_N = mkN011 "" ; - empirik_N = mkN014 "" ; - empiriokriticizym_N = mkN011 "" ; - empiri_ch_en_A = mkA079 "" ; - empiri_ch_eski_A = mkA078 "" ; - emu_N = mkN065 "" ; - emulator_N = mkN007 "" ; - emulaci_ja__N = mkN047 "" ; - emulgator_N = mkN007 "" ; - emulgiram_V = stateV (mkV186 "") ; - emulgirane_N = mkN071 "" ; - emuliram_V = stateV (mkV186 "") ; - emulirane_N = mkN071 "" ; - emulsi_ja__N = mkN047 "" ; - emfaza_N = mkN041 "" ; - emfati_ch_en_A = mkA079 "" ; - emfati_ch_nost_N = mkN049 "" ; - emfizema_N = mkN041 "" ; - emyrliv_A = mkA076 "" ; - endemi_ch_en_A = mkA079 "" ; - endokardit_N = mkN007 "" ; - endokrinen_A = mkA079 "" ; - endokrinologi_ja__N = mkN047 "" ; - energetik_N = mkN014 "" ; - energetika_N = mkN041 "" ; - energeti_ch_en_A = mkA079 "" ; - energien_A = mkA085 "" ; - energi_ch_en_A = mkA079 "" ; - energi_ch_nost_N = mkN049 "" ; - energi_ja__N = mkN047 "" ; - energoemkost_N = mkN049 "" ; - energozahranvane_N = mkN071 "" ; - energosnabd_ja_vane_N = mkN071 "" ; - energospest_ja_vane_N = mkN071 "" ; - energospest_ja_va_sht__A = mkA076 "" ; - energostanci_ja__N = mkN047 "" ; - energocentrala_N = mkN041 "" ; - enigma_N = mkN041 "" ; - enigmati_ch_en_A = mkA079 "" ; - enigmati_ch_nost_N = mkN049 "" ; - eni_ch_ar_N = mkN031a "" ; - eni_ch_arin_N = mkN018 "" ; - eni_ch_arski_A = mkA078 "" ; - enklitika_N = mkN041 "" ; - enkliti_ch_en_A = mkA079 "" ; - enorazdelen_A = mkA079 "" ; - enoria_sh__N = mkN007 "" ; - enorijski_A = mkA078 "" ; - enori_ja__N = mkN047 "" ; - entomolog_N = mkN015 "" ; - entomologi_ch_en_A = mkA079 "" ; - entomologi_ch_eski_A = mkA078 "" ; - entomologi_ja__N = mkN047 "" ; - entropi_ja__N = mkN047 "" ; - entusiaziram_V = stateV (mkV186 "") ; - entusiaziran_A = mkA076 "" ; - entusiazirane_N = mkN071 "" ; - entusiazym_N = mkN011 "" ; - entusiast_N = mkN007a "" ; - entusiastka_N = mkN041 "" ; - enfie_N = mkN072 "" ; - encefalit_N = mkN007 "" ; - encefalograma_N = mkN041 "" ; - encefalografi_ja__N = mkN047 "" ; - enciklika_N = mkN041 "" ; - enciklopedist_N = mkN007 "" ; - enciklopedistka_N = mkN041 "" ; - enciklopedi_ch_en_A = mkA079 "" ; - enciklopedi_ch_eski_A = mkA078 "" ; - enciklopedi_ja__N = mkN047 "" ; - enxov_ch_e_N = mkN065 "" ; - eolit_N = mkN007 "" ; - eparhialen_A = mkA079 "" ; - eparhijski_A = mkA078 "" ; - eparhi_ja__N = mkN047 "" ; - epenteza_N = mkN041 "" ; - epenteti_ch_en_A = mkA079 "" ; - epigenezis_N = mkN007 "" ; - epigon_N = mkN007 "" ; - epigonski_A = mkA078 "" ; - epigrama_N = mkN041 "" ; - epigramati_ch_en_A = mkA079 "" ; - epigraf_N = mkN007 "" ; - epigrafika_N = mkN041 "" ; - epigrafi_ja__N = mkN047 "" ; - epidemiolog_N = mkN015 "" ; - epidemiologi_ja__N = mkN047 "" ; - epidemi_ch_en_A = mkA079 "" ; - epidemi_ch_eski_A = mkA078 "" ; - epidemi_ja__N = mkN047 "" ; - epiderma_N = mkN041 "" ; - epidermalen_A = mkA079 "" ; - epidermis_N = mkN007 "" ; - epizod_N = mkN007 "" ; - epizodi_ch_en_A = mkA079 "" ; - epizooti_ja__N = mkN047 "" ; - epika_N = mkN041 "" ; - epikureec_N = mkN013 "" ; - epikurejski_A = mkA078 "" ; - epikurejstvo_N = mkN054 "" ; - epilepsi_ja__N = mkN047 "" ; - epileptik_N = mkN014 "" ; - epilepti_ch_en_A = mkA079 "" ; - epilepti_ch_ka_N = mkN041 "" ; - epilog_N = mkN015 "" ; - epirogeneza_N = mkN041 "" ; - episkop_N = mkN007a "" ; - episkopalen_A = mkA079 "" ; - episkopi_ja__N = mkN047 "" ; - episkopokrati_ja__N = mkN047 "" ; - episkopski_A = mkA078 "" ; - epistolaren_A = mkA079 "" ; - epistrofa_N = mkN041 "" ; - epitafi_ja__N = mkN047 "" ; - epitelen_A = mkA079 "" ; - epitet_N = mkN007 "" ; - epitimi_ja__N = mkN047 "" ; - epitrahil_N = mkN007 "" ; - epitrop_N = mkN007 "" ; - epitropski_A = mkA078 "" ; - epicentyr_N = mkN009a "" ; - epicikyl_N = mkN009 "" ; - epi_ch_en_A = mkA079 "" ; - epi_ch_eski_A = mkA078 "" ; - epolet_N = mkN007 "" ; - epope_ja__N = mkN047 "" ; - epos_N = mkN007 "" ; - epoha_N = mkN041 "" ; - epohalen_A = mkA079 "" ; - epruvetka_N = mkN041 "" ; - era_N = mkN041 "" ; - erbap_N = mkN007 "" ; - ergele_N = mkN065 "" ; - ergen_N = mkN007a "" ; - ergene_ja__V = stateV (mkV160 "") ; - ergenin_N = mkN018 "" ; - ergenlyk_N = mkN014 "" ; - ergenski_A = mkA078 "" ; - ergenstvam_V = stateV (mkV186 "") ; - ergenstvane_N = mkN071 "" ; - ergenstvo_N = mkN054 "" ; - ergenuvam_V = stateV (mkV186 "") ; - ergenuvane_N = mkN071 "" ; - ergonomi_ch_en_A = mkA079 "" ; - ergonomi_ja__N = mkN047 "" ; - erekci_ja__N = mkN047 "" ; - eres_N = mkN049 "" ; - eretik_N = mkN014 "" ; - ereti_ch_en_A = mkA079 "" ; - ereti_ch_eski_A = mkA078 "" ; - ereti_ch_estvo_N = mkN054 "" ; - ereti_ch_ka_N = mkN041 "" ; - erzac_N = mkN007 "" ; - eritema_N = mkN041 "" ; - eritrocit_N = mkN007 "" ; - erihonski_A = mkA078 "" ; - erker_N = mkN007 "" ; - erov_A = mkA076 "" ; - erogenen_A = mkA079 "" ; - erodiram_V = stateV (mkV186 "") ; - erodirane_N = mkN071 "" ; - eroziven_A = mkA079 "" ; - erozi_ja__N = mkN047 "" ; - eros_N = mkN007 "" ; - erotizym_N = mkN011 "" ; - erotika_N = mkN041 "" ; - eroti_ch_en_A = mkA079 "" ; - erotoman_N = mkN007 "" ; - erudiran_A = mkA076 "" ; - erudici_ja__N = mkN047 "" ; - eruptiven_A = mkA079 "" ; - erupci_ja__N = mkN047 "" ; - erusalimski_A = mkA078 "" ; - erchercog_N = mkN015 "" ; - erchercogin_ja__N = mkN047 "" ; - erchercogstvo_N = mkN054 "" ; - ese_N = mkN065 "" ; - eseist_N = mkN007 "" ; - eseistka_N = mkN041 "" ; - esen_N = mkN049 "" ; - esenen_A = mkA079 "" ; - eseneska_N = mkN041 "" ; - esennica_N = mkN041 "" ; - esenci_ja__N = mkN047 "" ; - esesovec_N = mkN008a "" ; - esesovski_A = mkA078 "" ; - esetra_N = mkN041 "" ; - eskadra_N = mkN041 "" ; - eskadren_A = mkA076 "" ; - eskadrila_N = mkN041 "" ; - eskadron_N = mkN007 "" ; - eskadronen_A = mkA079 "" ; - eskalada_N = mkN041 "" ; - eskalator_N = mkN007 "" ; - eskalatoren_A = mkA079 "" ; - eskalaci_ja__N = mkN047 "" ; - eskaliram_V = stateV (mkV186 "") ; - eskimos_N = mkN007 "" ; - eskimoska_N = mkN041 "" ; - eskimoski_A = mkA078 "" ; - eskort_N = mkN007 "" ; - eskortiram_V = stateV (mkV186 "") ; - eskortirane_N = mkN071 "" ; - esnaf_N = mkN007 "" ; - esnafin_N = mkN018 "" ; - esnafski_A = mkA078 "" ; - esnafstvo_N = mkN054 "" ; - esnaf_sht_ina_N = mkN041 "" ; - esperantist_N = mkN007 "" ; - esperantistka_N = mkN041 "" ; - esperantistki_A = mkA078 "" ; - esperantski_A = mkA078 "" ; - espreso_N = mkN065 "" ; - estakada_N = mkN041 "" ; - ester_N = mkN007 "" ; - estestven_A = mkA076 "" ; - estestvenik_N = mkN014 "" ; - estestveni_ch_ka_N = mkN041 "" ; - estestvenoistori_ch_eski_A = mkA078 "" ; - estestvenost_N = mkN049 "" ; - estestvo_N = mkN054 "" ; - estestvoved_N = mkN007 "" ; - estestvoznanie_N = mkN072 "" ; - estestvoizpitatel_N = mkN031a "" ; - estestvoizpitatelka_N = mkN041 "" ; - estet_N = mkN007 "" ; - estetizym_N = mkN011 "" ; - estetika_N = mkN041 "" ; - esteti_ch_en_A = mkA079 "" ; - esteti_ch_eski_A = mkA078 "" ; - esteti_ch_nost_N = mkN049 "" ; - estetka_N = mkN041 "" ; - estonec_N = mkN008a "" ; - estonka_N = mkN041 "" ; - estonski_A = mkA078 "" ; - estrada_N = mkN041 "" ; - estraden_A = mkA079 "" ; - eta_zj__N = mkN007 "" ; - eta_zj_en_A = mkA079 "" ; - eta_zj_erka_N = mkN041 "" ; - etalon_N = mkN007 "" ; - etalonen_A = mkA079 "" ; - etaminov_A = mkA076 "" ; - etan_N = mkN007 "" ; - etap_N = mkN007 "" ; - etapen_A = mkA079 "" ; - etatizaci_ja__N = mkN047 "" ; - etatiziram_V = stateV (mkV186 "") ; - etatizym_N = mkN011 "" ; - eter_N = mkN007 "" ; - eteren_A = mkA079 "" ; - eteri_ch_en_A = mkA079 "" ; - eternit_N = mkN007 "" ; - etika_N = mkN041 "" ; - etiket_N = mkN007 "" ; - etiketiram_V = stateV (mkV186 "") ; - etiketirane_N = mkN071 "" ; - etiket_ch_e_N = mkN065 "" ; - etikeci_ja__N = mkN047 "" ; - etil_N = mkN007 "" ; - etilen_A = mkA079 "" ; - etilov_A = mkA076 "" ; - etimolog_N = mkN015 "" ; - etimologi_ch_en_A = mkA079 "" ; - etimologi_ch_eski_A = mkA078 "" ; - etimologi_ja__N = mkN047 "" ; - etiologi_ja__N = mkN047 "" ; - etiopec_N = mkN008a "" ; - etiopski_A = mkA078 "" ; - eti_ch_en_A = mkA079 "" ; - eti_ch_eski_A = mkA078 "" ; - etni_ch_en_A = mkA079 "" ; - etni_ch_eski_A = mkA078 "" ; - etnograf_N = mkN007 "" ; - etnografi_ch_en_A = mkA079 "" ; - etnografi_ch_eski_A = mkA078 "" ; - etnografi_ja__N = mkN047 "" ; - etnografski_A = mkA078 "" ; - etnolog_N = mkN015 "" ; - etnologi_ch_en_A = mkA079 "" ; - etnologi_ja__N = mkN047 "" ; - etropolski_A = mkA078 "" ; - etyrva_N = mkN041 "" ; - et_iu_d_N = mkN007 "" ; - euforisti_ch_en_A = mkA079 "" ; - eufori_ja__N = mkN047 "" ; - efekt_N = mkN007 "" ; - efekten_A = mkA079 "" ; - efektiv_N = mkN007 "" ; - efektiven_A = mkA079 "" ; - efektivnost_N = mkN049 "" ; - efendi_N = mkN065 "" ; - efikasen_A = mkA079 "" ; - efikasnost_N = mkN049 "" ; - efimeren_A = mkA079 "" ; - efimernost_N = mkN049 "" ; - efir_N = mkN007 "" ; - efiren_A = mkA079 "" ; - efirnost_N = mkN049 "" ; - efrejtor_N = mkN007 "" ; - efrejtorski_A = mkA078 "" ; - efuzi_ja__N = mkN047 "" ; - ehiden_A = mkA079 "" ; - ehidna_N = mkN041 "" ; - ehidnost_N = mkN049 "" ; - eho_N = mkN054 "" ; - eholot_N = mkN007 "" ; - ehosonda_N = mkN041 "" ; - ehte_zj__N = mkN007 "" ; - ehtene_N = mkN071 "" ; - eht_ja__V = stateV (mkV177 "") ; - e_ch_a_V = stateV (mkV178 "") ; - e_ch_emik_N = mkN014 "" ; - e_ch_emi_ch_en_A = mkA079 "" ; - e_ch_ene_N = mkN071 "" ; - e_sh_afod_N = mkN007 "" ; - e_sh_elon_N = mkN007 "" ; - e_sh_eloniram_V = stateV (mkV186 "") ; - _zj_aba_N = mkN041 "" ; - _zj_abar_N = mkN031a "" ; - _zj_abe_sh_ki_A = mkA078 "" ; - _zj_abka_N = mkN041 "" ; - _zj_abok_N = mkN014 "" ; - _zj_abun_ja_k_N = mkN014 "" ; - _zj_aburkam_V = actionV (mkV186 "") (mkV173 "") ; - _zj_aburkane_N = mkN071 "" ; - _zj_ab_ch_e_N = mkN065 "" ; - _zj_ab_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - _zj_ab_ja_svane_N = mkN071 "" ; - _zj_aden_A = mkA079 "" ; - _zj_adne_ja__V = stateV (mkV160 "") ; - _zj_adnost_N = mkN049 "" ; - _zj_aduvam_V = stateV (mkV186 "") ; - _zj_aduvane_N = mkN071 "" ; - _zj_a_zj_da_N = mkN041 "" ; - _zj_ak_N = mkN001 "" ; - _zj_akard_N = mkN007 "" ; - _zj_akardov_A = mkA076 "" ; - _zj_aket_N = mkN007 "" ; - _zj_aket_ch_e_N = mkN065 "" ; - _zj_al_N = mkN049 "" ; - _zj_alba_N = mkN041 "" ; - _zj_albopodatel_N = mkN031a "" ; - _zj_alvam_V = actionV (mkV186 "") (mkV173 "") ; - _zj_alvane_N = mkN071 "" ; - _zj_aleen_A = mkA085 "" ; - _zj_aleene_N = mkN071 "" ; - _zj_alejka_N = mkN041 "" ; - _zj_alen_A = mkA079 "" ; - _zj_alene_N = mkN071 "" ; - _zj_ale_ja__V = actionV (mkV164 "") (mkV173 "") ; - _zj_alovit_A = mkA076 "" ; - _zj_alon_N = mkN007 "" ; - _zj_alonen_A = mkA079 "" ; - _zj_alost_N = mkN049 "" ; - _zj_alosten_A = mkA079 "" ; - _zj_alostiv_A = mkA076 "" ; - _zj_aluz_N = mkN007 "" ; - _zj_alyk_A = mkA080 "" ; - _zj_ambon_N = mkN007 "" ; - _zj_ambore_N = mkN065 "" ; - _zj_andarm_N = mkN007 "" ; - _zj_andarmerijski_A = mkA078 "" ; - _zj_andarmerist_N = mkN007 "" ; - _zj_andarmeri_ja__N = mkN047 "" ; - _zj_anr_N = mkN001 "" ; - _zj_anrov_A = mkA076 "" ; - _zj_ar_N = mkN042 "" ; - _zj_arava_N = mkN041 "" ; - _zj_argon_N = mkN007 "" ; - _zj_argonen_A = mkA079 "" ; - _zj_ardiniera_N = mkN041 "" ; - _zj_arkost_N = mkN049 "" ; - _zj_arse_N = mkN065 "" ; - _zj_arsen_A = mkA076 "" ; - _zj_artier_N = mkN007 "" ; - _zj_aryk_A = mkA080 "" ; - _zj_asmin_N = mkN007 "" ; - _zj_asminen_A = mkA079 "" ; - _zj_asminov_A = mkA076 "" ; - _zj_vakam_V = stateV (mkV186 "") ; - _zj_vakane_N = mkN071 "" ; - _zj_drelo_N = mkN054 "" ; - _zj_ega_N = mkN041 "" ; - _zj_egvam_V = actionV (mkV186 "") (mkV152 "") ; - _zj_egvane_N = mkN071 "" ; - _zj_e_zj_yk_A = mkA080 "" ; - _zj_ezyl_N = mkN009 "" ; - _zj_elan_A = mkA076 "" ; - _zj_elanie_N = mkN072 "" ; - _zj_elatelen_A = mkA079 "" ; - _zj_elatelnost_N = mkN049 "" ; - _zj_elatin_N = mkN007 "" ; - _zj_elatinen_A = mkA076 "" ; - _zj_elatinov_A = mkA076 "" ; - _zj_ela_ja__V = stateV (mkV161 "") ; - _zj_ele_N = mkN065 "" ; - _zj_elezar_N = mkN031a "" ; - _zj_elezari_ja__N = mkN047 "" ; - _zj_elezarnica_N = mkN041 "" ; - _zj_elezarski_A = mkA078 "" ; - _zj_elezarstvo_N = mkN054 "" ; - _zj_elezen_A = mkA084 "" ; - _zj_eleznica_N = mkN041 "" ; - _zj_elezni_ch_ar_N = mkN031a "" ; - _zj_elezni_ch_arka_N = mkN041 "" ; - _zj_elezni_ch_arski_A = mkA078 "" ; - _zj_elezobeton_N = mkN007 "" ; - _zj_elezobetonen_A = mkA079 "" ; - _zj_elezodobiv_N = mkN007 "" ; - _zj_elezodobiven_A = mkA079 "" ; - _zj_elezole_ja_r_N = mkN007 "" ; - _zj_elezole_ja_ren_A = mkA079 "" ; - _zj_elezole_ja_rnica_N = mkN041 "" ; - _zj_elezonosen_A = mkA079 "" ; - _zj_elezoobrabotvatelen_A = mkA079 "" ; - _zj_elezopodoben_A = mkA079 "" ; - _zj_elezopyten_A = mkA079 "" ; - _zj_elezce_N = mkN066 "" ; - _zj_eleobrazen_A = mkA079 "" ; - _zj_eliram_V = stateV (mkV186 "") ; - _zj_eliran_A = mkA076 "" ; - _zj_elirane_N = mkN071 "" ; - _zj_elyd_N = mkN007 "" ; - _zj_elydoviden_A = mkA079 "" ; - _zj_el_ja_zo_N = mkN057 "" ; - _zj_ena_V = stateV (mkV152 "") ; - _zj_enevski_A = mkA078 "" ; - _zj_enen_A = mkA076 "" ; - _zj_enene_N = mkN071 "" ; - _zj_enitba_N = mkN041 "" ; - _zj_enitben_A = mkA076 "" ; - _zj_enih_N = mkN007 "" ; - _zj_enica_N = mkN041b "" ; - _zj_eni_ch_ka_N = mkN041 "" ; - _zj_eni_sht_e_N = mkN066 "" ; - _zj_enkar_N = mkN031a "" ; - _zj_enkarski_A = mkA078 "" ; - _zj_enkarstvo_N = mkN054 "" ; - _zj_enol_iu_bec_N = mkN008a "" ; - _zj_enomrazec_N = mkN008a "" ; - _zj_enougodnik_N = mkN014a "" ; - _zj_enski_A = mkA078 "" ; - _zj_enstven_A = mkA076 "" ; - _zj_enstvenost_N = mkN049 "" ; - _zj_en_ja__V = stateV (mkV173 "") ; - _zj_erav_N = mkN007 "" ; - _zj_ertva_N = mkN041 "" ; - _zj_ertvam_V = stateV (mkV186 "") ; - _zj_ertvane_N = mkN071 "" ; - _zj_ertven_A = mkA076 "" ; - _zj_ertvenik_N = mkN014 "" ; - _zj_ertvenost_N = mkN049 "" ; - _zj_ertvogotovnost_N = mkN049 "" ; - _zj_ertvoprino_sh_enie_N = mkN072 "" ; - _zj_ertvuvam_V = stateV (mkV186 "") ; - _zj_ertvuvane_N = mkN071 "" ; - _zj_est_N = mkN001 "" ; - _zj_estikulaci_ja__N = mkN047 "" ; - _zj_estikuliram_V = stateV (mkV186 "") ; - _zj_estikulirane_N = mkN071 "" ; - _zj_estok_A = mkA076 "" ; - _zj_estokost_N = mkN049 "" ; - _zj_estokosyrde_ch_en_A = mkA079 "" ; - _zj_estokosyrde_ch_ie_N = mkN072 "" ; - _zj_estokosyrde_ch_nost_N = mkN049 "" ; - _zj_etva_N = mkN041 "" ; - _zj_etvar_N = mkN031a "" ; - _zj_etvarka_N = mkN041 "" ; - _zj_etvarski_A = mkA078 "" ; - _zj_eton_N = mkN007 "" ; - _zj_iv_A = mkA076 "" ; - _zj_ivak_N = mkN014 "" ; - _zj_iva_ch_en_A = mkA079 "" ; - _zj_ivvam_V = stateV (mkV186 "") ; - _zj_ivvane_N = mkN071 "" ; - _zj_iveene_N = mkN071 "" ; - _zj_ivenica_N = mkN041 "" ; - _zj_iveni_ch_av_A = mkA076 "" ; - _zj_ivec_N = mkN008 "" ; - _zj_ive_ja__V = stateV (mkV160 "") ; - _zj_ivina_N = mkN041 "" ; - _zj_ivitelen_A = mkA079 "" ; - _zj_ivovl_ja_k_N = mkN014 "" ; - _zj_ivopis_N = mkN049 "" ; - _zj_ivopisen_A = mkA079 "" ; - _zj_ivopisec_N = mkN008a "" ; - _zj_ivopisnost_N = mkN049 "" ; - _zj_ivora_zj_da_sht__A = mkA076 "" ; - _zj_ivoroden_A = mkA079 "" ; - _zj_ivost_N = mkN049 "" ; - _zj_ivot_N = mkN007 "" ; - _zj_ivotvoren_A = mkA079 "" ; - _zj_ivotvornost_N = mkN049 "" ; - _zj_ivotvor_ja__sht__A = mkA076 "" ; - _zj_ivotinka_N = mkN041 "" ; - _zj_ivotinski_A = mkA078 "" ; - _zj_ivotinstvo_N = mkN054 "" ; - _zj_ivotin_ch_e_N = mkN065 "" ; - _zj_ivotin_sht_ina_N = mkN041 "" ; - _zj_ivotno_N = mkN062 "" ; - _zj_ivotnovyd_N = mkN007a "" ; - _zj_ivotnovyden_A = mkA079 "" ; - _zj_ivotnovydka_N = mkN041 "" ; - _zj_ivotnovydstvo_N = mkN054 "" ; - _zj_ivotozastra_sh_ava_sht__A = mkA076 "" ; - _zj_ivotoopisanie_N = mkN072 "" ; - _zj_ivotoopisatelen_A = mkA079 "" ; - _zj_ivotopis_N = mkN049 "" ; - _zj_ivotopisec_N = mkN008a "" ; - _zj_ivotospas_ja_va_sht__A = mkA076 "" ; - _zj_ivotoutvyr_zj_dava_sht__A = mkA076 "" ; - _zj_ivotrept_ja__sht__A = mkA076 "" ; - _zj_ivurkam_V = stateV (mkV186 "") ; - _zj_ivurkane_N = mkN071 "" ; - _zj_ivu_sht__A = mkA076 "" ; - _zj_iv_ja_vam_V = stateV (mkV186 "") ; - _zj_iglxor_N = mkN007 "" ; - _zj_igolo_N = mkN065 "" ; - _zj_igosam_V = stateV (mkV186 "") ; - _zj_igosvam_V = stateV (mkV186 "") ; - _zj_igosvane_N = mkN071 "" ; - _zj_iznen_A = mkA076 "" ; - _zj_iznenova_zj_en_A = mkA079 "" ; - _zj_iznenost_N = mkN049 "" ; - _zj_iznerad_A = mkA076 "" ; - _zj_izneradost_N = mkN049 "" ; - _zj_izneradosten_A = mkA079 "" ; - _zj_iznesposoben_A = mkA079 "" ; - _zj_iznesposobnost_N = mkN049 "" ; - _zj_izneutvyr_zj_dava_sht__A = mkA076 "" ; - _zj_ila_N = mkN041 "" ; - _zj_ilav_A = mkA076 "" ; - _zj_ilavina_N = mkN041 "" ; - _zj_ilavi_ch_yk_A = mkA080 "" ; - _zj_ilavost_N = mkN049 "" ; - _zj_ilvam_V = actionV (mkV186 "") (mkV152 "") ; - _zj_ilvane_N = mkN071 "" ; - _zj_ilest_A = mkA076 "" ; - _zj_iletka_N = mkN041 "" ; - _zj_ili_sht_e_N = mkN066 "" ; - _zj_ili_sht_en_A = mkA079 "" ; - _zj_ilka_N = mkN041 "" ; - _zj_ilo_N = mkN054 "" ; - _zj_il_ja__V = stateV (mkV173 "") ; - _zj_iraf_N = mkN007 "" ; - _zj_irokompas_N = mkN007 "" ; - _zj_irondistka_N = mkN041 "" ; - _zj_irosam_V = stateV (mkV186 "") ; - _zj_iroskop_N = mkN007 "" ; - _zj_itar_N = mkN031a "" ; - _zj_itarka_N = mkN041 "" ; - _zj_itarski_A = mkA078 "" ; - _zj_itarstvo_N = mkN054 "" ; - _zj_itejski_A = mkA078 "" ; - _zj_itel_N = mkN031a "" ; - _zj_itelka_N = mkN041 "" ; - _zj_itelstvo_N = mkN054 "" ; - _zj_iten_A = mkA079 "" ; - _zj_itie_N = mkN072 "" ; - _zj_itien_A = mkA085 "" ; - _zj_itiepisec_N = mkN008a "" ; - _zj_itiepistvo_N = mkN054 "" ; - _zj_itnica_N = mkN041 "" ; - _zj_ito_N = mkN054 "" ; - _zj_itoproizvoditel_N = mkN031a "" ; - _zj_itoproizvoditelen_A = mkA079 "" ; - _zj_itoproizvodstvo_N = mkN054 "" ; - _zj_ica_N = mkN041 "" ; - _zj_i_ch_en_A = mkA079 "" ; - _zj_i_ch_ka_N = mkN041 "" ; - _zj_leb_N = mkN001 "" ; - _zj_leza_N = mkN041 "" ; - _zj_lezist_A = mkA076 "" ; - _zj_lytvam_V = actionV (mkV186 "") (mkV152 "") ; - _zj_lytvane_N = mkN071 "" ; - _zj_ly_ch__N = mkN042 "" ; - _zj_ly_ch_en_A = mkA079 "" ; - _zj_ly_ch_ka_N = mkN041 "" ; - _zj_ly_ch_nost_N = mkN049 "" ; - _zj_mi_ch_ka_N = mkN041 "" ; - _zj_okej_N = mkN032a "" ; - _zj_okejski_A = mkA078 "" ; - _zj_okejstvo_N = mkN054 "" ; - _zj_ongliram_V = stateV (mkV186 "") ; - _zj_onglirane_N = mkN071 "" ; - _zj_onglxor_N = mkN007 "" ; - _zj_onglxorka_N = mkN041 "" ; - _zj_onglxorski_A = mkA078 "" ; - _zj_onglxorstvo_N = mkN054 "" ; - _zj_reben_A = mkA079 "" ; - _zj_rebec_N = mkN008a "" ; - _zj_rebie_N = mkN072 "" ; - _zj_rebij_N = mkN032 "" ; - _zj_reb_ch_e_N = mkN065 "" ; - _zj_reb_ja__V = stateV (mkV173 "") ; - _zj_rec_N = mkN007 "" ; - _zj_re_ch_eski_A = mkA078 "" ; - _zj_re_ch_estvo_N = mkN054 "" ; - _zj_rica_N = mkN041 "" ; - _zj_u_zj_a_V = stateV (mkV178 "") ; - _zj_u_zj_ene_N = mkN071 "" ; - _zj_u_zj_ukam_V = stateV (mkV186 "") ; - _zj_u_zj_ukane_N = mkN071 "" ; - _zj_ulvam_V = actionV (mkV186 "") (mkV152 "") ; - _zj_ulvane_N = mkN071 "" ; - _zj_ulene_N = mkN071 "" ; - _zj_ul_ja__V = actionV (mkV173 "") (mkV152 "") ; - _zj_um_ja__V = stateV (mkV174 "") ; - _zj_upanka_N = mkN041 "" ; - _zj_upel_N = mkN007 "" ; - _zj_uri_N = mkN065 "" ; - _zj_urnal_N = mkN007 "" ; - _zj_urnalen_A = mkA079 "" ; - _zj_urnalizym_N = mkN011 "" ; - _zj_urnalist_N = mkN007a "" ; - _zj_urnalistika_N = mkN041 "" ; - _zj_urnalisti_ch_eski_A = mkA078 "" ; - _zj_urnalistka_N = mkN041 "" ; - _zj_ylt_A = mkA076 "" ; - _zj_yltenikav_A = mkA076 "" ; - _zj_yltenikavozelen_A = mkA076 "" ; - _zj_yltenikavokaf_ja_v_A = mkA076 "" ; - _zj_yltenikavo_ch_erven_A = mkA076 "" ; - _zj_yltenica_N = mkN041 "" ; - _zj_ylteni_ch_av_A = mkA076 "" ; - _zj_ylteni_ch_e_N = mkN065 "" ; - _zj_ylte_ja__V = stateV (mkV160 "") ; - _zj_yltina_N = mkN041 "" ; - _zj_yltica_N = mkN041 "" ; - _zj_yltozelen_A = mkA076 "" ; - _zj_yltokaf_ja_v_A = mkA076 "" ; - _zj_yltoko_zj__A = mkA076 "" ; - _zj_ylto_ch_erven_A = mkA076 "" ; - _zj_ylturka_N = mkN041 "" ; - _zj_yltur_ch_e_N = mkN065 "" ; - _zj_yltyk_N = mkN014 "" ; - _zj_ylty_ch_en_A = mkA079 "" ; - _zj_ylyd_N = mkN007 "" ; - _zj_ylydov_A = mkA076 "" ; - _zj_yna_V = stateV (mkV152 "") ; - _zj_ytva_N = mkN041 "" ; - _zj_ytvar_N = mkN031a "" ; - _zj_ytvarka_N = mkN041 "" ; - _zj_ytvarski_A = mkA078 "" ; - _zj_ytven_A = mkA076 "" ; - zaanga_zj_irane_N = mkN071 "" ; - zaanga_zj_iranost_N = mkN049 "" ; - zaanga_zj_irvam_V = actionV (mkV186 "") (mkV186 "") ; - zabava_N = mkN041 "" ; - zabava_ch_ka_N = mkN041 "" ; - zabava_ch_nica_N = mkN041 "" ; - zabaven_A = mkA079 "" ; - zabavitel_N = mkN031 "" ; - zabavitelen_A = mkA079 "" ; - zabavlenie_N = mkN072 "" ; - zabavl_ja_vam_V = stateV (mkV186 "") ; - zabavl_ja_vane_N = mkN071 "" ; - zabavnost_N = mkN049 "" ; - zabav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zabav_ja_ne_N = mkN071 "" ; - zabaraban_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zabaraban_ja_ne_N = mkN071 "" ; - zabarikadiran_A = mkA076 "" ; - zabata_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zabata_ch_vane_N = mkN071 "" ; - zabvenie_N = mkN072 "" ; - zabegna_V = stateV (mkV152 "") ; - zabe_zj_ka_N = mkN041 "" ; - zabelvam_V = actionV (mkV186 "") (mkV173 "") ; - zabelvane_N = mkN071 "" ; - zabele_zj_im_A = mkA076 "" ; - zabele_zj_imost_N = mkN049 "" ; - zabele_zj_itelen_A = mkA079 "" ; - zabele_zj_itelnost_N = mkN049 "" ; - zabele_zj_ka_N = mkN041 "" ; - zabele_ja__V = stateV (mkV160 "") ; - zabel_ja_zvam_V = actionV (mkV186 "") (mkV183 "") ; - zabel_ja_zvane_N = mkN071 "" ; - zabel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zabera_V = stateV (mkV170 "") ; - zabivam_V = actionV (mkV186 "") (mkV163 "") ; - zabivane_N = mkN071 "" ; - zabiram_V = stateV (mkV186 "") ; - zabirane_N = mkN071 "" ; - zabla_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - zabla_zj_avane_N = mkN071 "" ; - zabla_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - zablaz_ja_vam_V = stateV (mkV186 "") ; - zablaz_ja_vane_N = mkN071 "" ; - zablaten_A = mkA076 "" ; - zablat_ja__V = stateV (mkV174 "") ; - zablejvam_V = actionV (mkV186 "") (mkV160 "") ; - zablejvane_N = mkN071 "" ; - zablest_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zablest_ja_vane_N = mkN071 "" ; - zable_ja_n_A = mkA076 "" ; - zabluda_N = mkN041 "" ; - zabluden_A = mkA076 "" ; - zablu_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - zablu_zj_davane_N = mkN071 "" ; - zablu_zj_denie_N = mkN072 "" ; - zablyskane_N = mkN071 "" ; - zablyskvam_V = actionV (mkV186 "") (mkV186 "") ; - zablyskvane_N = mkN071 "" ; - zabobot_ja__V = stateV (mkV173 "") ; - zabogat_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zabogat_ja_vane_N = mkN071 "" ; - zaboen_A = mkA085 "" ; - zabo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - zabo_zj_dane_N = mkN071 "" ; - zaboj_N = mkN032 "" ; - zabojna_N = mkN041 "" ; - zaboj_ch_ik_N = mkN014 "" ; - zabolevaemost_N = mkN049 "" ; - zabol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zabol_ja_vane_N = mkN071 "" ; - zabor_ch_e_ja__V = stateV (mkV160 "") ; - zabor_ch_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zabor_ch_l_ja_vane_N = mkN071 "" ; - zabor_ja__V = stateV (mkV173 "") ; - zabrava_N = mkN041 "" ; - zabravan_N = mkN007 "" ; - zabravana_N = mkN041 "" ; - zabrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zabrav_ja_ne_N = mkN071 "" ; - zabraden_A = mkA076 "" ; - zabradka_N = mkN041 "" ; - zabra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zabra_zj_dane_N = mkN071 "" ; - zabrana_N = mkN041 "" ; - zabranen_A = mkA076 "" ; - zabran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zabran_ja_vane_N = mkN071 "" ; - zabran_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zabremen_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zabremen_ja_vane_N = mkN071 "" ; - zabrim_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zabrim_ch_vane_N = mkN071 "" ; - zabrym_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zabrym_ch_avane_N = mkN071 "" ; - zabry_sht_olev_ja__V = stateV (mkV173 "") ; - zabulvam_V = actionV (mkV186 "") (mkV173 "") ; - zabulvane_N = mkN071 "" ; - zabulen_A = mkA076 "" ; - zabul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zabul_ja_ne_N = mkN071 "" ; - zabumt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zabumt_ja_vane_N = mkN071 "" ; - zabutan_A = mkA076 "" ; - zabutvam_V = actionV (mkV186 "") (mkV186 "") ; - zabutvane_N = mkN071 "" ; - zabu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zabu_ch_vam_V = actionV (mkV186 "") (mkV178 "") ; - zabu_ch_vane_N = mkN071 "" ; - zabu_sh_uvam_V = stateV (mkV186 "") ; - zabu_sh_uvane_N = mkN071 "" ; - zabylbukam_V = stateV (mkV186 "") ; - zabylbukane_N = mkN071 "" ; - zabylvam_V = stateV (mkV186 "") ; - zabylvane_N = mkN071 "" ; - zabyrzvam_V = actionV (mkV186 "") (mkV186 "") ; - zabyrzvane_N = mkN071 "" ; - zabyrkan_A = mkA076 "" ; - zabyrkanost_N = mkN049 "" ; - zabyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - zabyrkvane_N = mkN071 "" ; - zabyrsvam_V = actionV (mkV186 "") (mkV159 "") ; - zabyrsvane_N = mkN071 "" ; - zab_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - zab_ja_gvam_V = actionV (mkV186 "") (mkV152 "") ; - zab_ja_gvane_N = mkN071 "" ; - zavajkvam_V = actionV (mkV186 "") (mkV186 "") ; - zavalen_A = mkA076 "" ; - zavali_ja__N = mkN039 "" ; - zaval_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaval_ja_vane_N = mkN071 "" ; - zaval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zaval_ja_ne_N = mkN071 "" ; - zavarvam_V = actionV (mkV186 "") (mkV174 "") ; - zavarvane_N = mkN071 "" ; - zavardvam_V = actionV (mkV186 "") (mkV173 "") ; - zavardvane_N = mkN071 "" ; - zavard_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zavard_ja_ne_N = mkN071 "" ; - zavaren_A = mkA076 "" ; - zavarenik_N = mkN014 "" ; - zavarenica_N = mkN041 "" ; - zavarka_N = mkN041 "" ; - zavarkam_V = stateV (mkV186 "") ; - zavar_ch_ik_N = mkN014 "" ; - zavary_ch_en_A = mkA079 "" ; - zavar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zavar_ja_vane_N = mkN071 "" ; - zavar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zavar_ja_ne_N = mkN071 "" ; - zavedenie_N = mkN072 "" ; - zave_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - zave_zj_dane_N = mkN071 "" ; - zave_zj_da_sht__A = mkA076 "" ; - zavera_N = mkN041 "" ; - zaverbuvam_V = stateV (mkV186 "") ; - zaverbuvane_N = mkN071 "" ; - zaverka_N = mkN041 "" ; - zaver_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaver_ja_vane_N = mkN071 "" ; - zavesa_N = mkN041 "" ; - zaveska_N = mkN041 "" ; - zaves_ja__V = stateV (mkV173 "") ; - zavet_N = mkN007 "" ; - zaveten_A = mkA079 "" ; - zave_sht_avam_V = actionV (mkV186 "") (mkV161 "") ; - zave_sht_avane_N = mkN071 "" ; - zave_sht_anie_N = mkN072 "" ; - zave_sht_atel_N = mkN031a "" ; - zave_sht_atelen_A = mkA079 "" ; - zave_sht_atelka_N = mkN041 "" ; - zave_ja_n_A = mkA076 "" ; - zave_ja_nost_N = mkN049 "" ; - zavzemam_V = actionV (mkV186 "") (mkV171 "") ; - zavzemane_N = mkN071 "" ; - zavivam_V = actionV (mkV186 "") (mkV163 "") ; - zavivane_N = mkN071 "" ; - zavivka_N = mkN041 "" ; - zaviden_A = mkA079 "" ; - zavi_zj_dam_V = actionV (mkV186 "") (mkV181 "") ; - zavi_zj_dane_N = mkN071 "" ; - zavintvam_V = actionV (mkV186 "") (mkV173 "") ; - zavintvane_N = mkN071 "" ; - zaviram_V = actionV (mkV186 "") (mkV174 "") ; - zavirane_N = mkN071 "" ; - zavirvam_V = actionV (mkV186 "") (mkV174 "") ; - zavir_ja_vane_N = mkN071 "" ; - zavise_sht__A = mkA076 "" ; - zavisim_A = mkA076 "" ; - zavisimost_N = mkN049 "" ; - zavist_N = mkN049 "" ; - zavistliv_A = mkA076 "" ; - zavistlivost_N = mkN049 "" ; - zavistnik_N = mkN014 "" ; - zavistnica_N = mkN041 "" ; - zavis_ja__V = stateV (mkV173 "") ; - zavitl_ja__V = stateV (mkV173 "") ; - zavitl_ja_ne_N = mkN071 "" ; - zavihritel_N = mkN031 "" ; - zavi_sh_a_V = stateV (mkV176 "") ; - zavi_sh_avane_N = mkN071 "" ; - zavlad_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zavlad_ja_vane_N = mkN071 "" ; - zavli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - zavli_ch_ane_N = mkN071 "" ; - zavod_N = mkN007 "" ; - zavodski_A = mkA078 "" ; - zavod_ja__V = stateV (mkV173 "") ; - zavoevanie_N = mkN072 "" ; - zavoevatel_N = mkN031a "" ; - zavoevatelen_A = mkA079 "" ; - zavoevatelka_N = mkN041 "" ; - zavoevatelski_A = mkA078 "" ; - zavoj_N = mkN032 "" ; - zavone_ja__V = stateV (mkV160 "") ; - zavon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zavon_ja_vane_N = mkN071 "" ; - zavo_iu_vam_V = stateV (mkV186 "") ; - zavo_iu_vane_N = mkN071 "" ; - zavra_V = stateV (mkV150a "") ; - zavre_sht__ja__V = stateV (mkV177 "") ; - zavryzka_N = mkN041 "" ; - zavrynga_ch_ka_N = mkN041 "" ; - zavrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - zavrynkvane_N = mkN071 "" ; - zavrynkulka_N = mkN041 "" ; - zavry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - zavry_sht_ane_N = mkN071 "" ; - zavteka_V = stateV (mkV148 "") ; - zavti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - zavti_ch_vane_N = mkN071 "" ; - zavtykvam_V = actionV (mkV186 "") (mkV152 "") ; - zavtykvane_N = mkN071 "" ; - zav_ch_era_sh_en_A = mkA079 "" ; - zavy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - zavy_zj_dane_N = mkN071 "" ; - zavyrzak_N = mkN014 "" ; - zavyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - zavyrzvane_N = mkN071 "" ; - zavyrtam_V = actionV (mkV186 "") (mkV177 "") ; - zavyrtane_N = mkN071 "" ; - zavyrtvam_V = stateV (mkV186 "") ; - zavyrtvane_N = mkN071 "" ; - zavyrtulka_N = mkN041 "" ; - zavyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zavyrt_ja_vane_N = mkN071 "" ; - zavyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zavyr_sh_vane_N = mkN071 "" ; - zavyr_sh_ek_N = mkN014 "" ; - zavyr_sh_en_A = mkA076 "" ; - zavyr_sh_enost_N = mkN049 "" ; - zav_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - zav_ja_vane_N = mkN071 "" ; - zav_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - zav_ja_hvane_N = mkN071 "" ; - zagadka_N = mkN041 "" ; - zagady_ch_en_A = mkA079 "" ; - zagady_ch_nost_N = mkN049 "" ; - zagazvam_V = actionV (mkV186 "") (mkV173 "") ; - zagazvane_N = mkN071 "" ; - zagar_N = mkN007 "" ; - zagar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zagar_ja_ne_N = mkN071 "" ; - zagasvam_V = actionV (mkV186 "") (mkV152 "") ; - zagasvane_N = mkN071 "" ; - zagas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zagas_ja_vane_N = mkN071 "" ; - zagas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zagas_ja_ne_N = mkN071 "" ; - zagatvam_V = actionV (mkV186 "") (mkV152 "") ; - zagatvane_N = mkN071 "" ; - zaga_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - zaga_sht_vane_N = mkN071 "" ; - zagivam_V = actionV (mkV186 "") (mkV152 "") ; - zagivane_N = mkN071 "" ; - zaglaven_A = mkA079 "" ; - zaglavie_N = mkN072 "" ; - zaglavikvam_V = actionV (mkV186 "") (mkV174 "") ; - zaglavikvane_N = mkN071 "" ; - zaglavka_N = mkN041 "" ; - zaglav_ja_ne_N = mkN071 "" ; - zagladen_A = mkA076 "" ; - zagla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - zagla_zj_dane_N = mkN071 "" ; - zagle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - zagle_zj_dane_N = mkN071 "" ; - zaglozgvam_V = actionV (mkV186 "") (mkV173 "") ; - zaglozgvane_N = mkN071 "" ; - zaglu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - zaglu_sh_avane_N = mkN071 "" ; - zaglu_sh_en_A = mkA076 "" ; - zaglu_sh_e_ja__V = stateV (mkV160a "") ; - zaglu_sh_itel_N = mkN031 "" ; - zaglu_sh_itelen_A = mkA079 "" ; - zaglyhvam_V = actionV (mkV186 "") (mkV152 "") ; - zaglyhvane_N = mkN071 "" ; - zagnezdvam_V = actionV (mkV186 "") (mkV174 "") ; - zagnezdvane_N = mkN071 "" ; - zagnezd_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zagnivam_V = actionV (mkV186 "") (mkV163 "") ; - zagnivane_N = mkN071 "" ; - zagnilost_N = mkN049 "" ; - zagno_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - zagno_ja_vane_N = mkN071 "" ; - zagno_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - zagno_ja_svane_N = mkN071 "" ; - zagovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zagovar_ja_ne_N = mkN071 "" ; - zagovor_N = mkN007 "" ; - zagovorvam_V = actionV (mkV186 "") (mkV173 "") ; - zagovorvane_N = mkN071 "" ; - zagovornik_N = mkN014a "" ; - zagovornica_N = mkN041 "" ; - zagovorni_ch_a_V = stateV (mkV176 "") ; - zagovorni_ch_eski_A = mkA078 "" ; - zagov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zagov_ja_vane_N = mkN071 "" ; - zagolvam_V = actionV (mkV186 "") (mkV173 "") ; - zagolvane_N = mkN071 "" ; - zagol_ja_ne_N = mkN071 "" ; - zagorec_N = mkN008a "" ; - zagore_sht__ja_vam_V = stateV (mkV186 "") ; - zagore_sht__ja_vane_N = mkN071 "" ; - zagorski_A = mkA078 "" ; - zagor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zagor_ja_vane_N = mkN071 "" ; - zagor_ja_l_A = mkA081 "" ; - zagotovka_N = mkN041 "" ; - zago_ja__V = stateV (mkV175 "") ; - zagrabvam_V = actionV (mkV186 "") (mkV173 "") ; - zagrabvane_N = mkN071 "" ; - zagraden_A = mkA076 "" ; - zagra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zagra_zj_dane_N = mkN071 "" ; - zagra_zj_denie_N = mkN072 "" ; - zagrakam_V = actionV (mkV186 "") (mkV176 "") ; - zagrakvam_V = actionV (mkV186 "") (mkV176 "") ; - zagrakvane_N = mkN071 "" ; - zagrebvam_V = actionV (mkV186 "") (mkV151 "") ; - zagrebvane_N = mkN071 "" ; - zagribam_V = stateV (mkV186 "") ; - zagri_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - zagri_zj_vane_N = mkN071 "" ; - zagri_zj_en_A = mkA076 "" ; - zagri_zj_enost_N = mkN049 "" ; - zagrizvam_V = actionV (mkV186 "") (mkV151 "") ; - zagrizvane_N = mkN071 "" ; - zagroz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zagroz_ja_vane_N = mkN071 "" ; - zagrub_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zagrub_ja_vane_N = mkN071 "" ; - zagrub_ja_l_A = mkA081 "" ; - zagrub_ja_lost_N = mkN049 "" ; - zagry_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - zagry_sht_ane_N = mkN071 "" ; - zagr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zagr_ja_vane_N = mkN071 "" ; - zaguba_N = mkN041 "" ; - zagubvam_V = actionV (mkV186 "") (mkV173 "") ; - zagubvane_N = mkN071 "" ; - zaguben_A = mkA076 "" ; - zagyvam_V = actionV (mkV186 "") (mkV152 "") ; - zagyvane_N = mkN071 "" ; - zagym_zj_avam_V = stateV (mkV186 "") ; - zagym_zj_avane_N = mkN071 "" ; - zagyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - zagyrbvane_N = mkN071 "" ; - zagyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zagyrl_ja_ne_N = mkN071 "" ; - zagyrl_ja__ch__N = mkN007 "" ; - zagyrm_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zagyrm_ja_vane_N = mkN071 "" ; - zagyrna_V = stateV (mkV152 "") ; - zagyr_ch_a_V = stateV (mkV176 "") ; - zadavam_V = actionV (mkV186 "") (mkV168 "") ; - zadavane_N = mkN071 "" ; - zadaven_A = mkA076 "" ; - zadav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zadav_ja_ne_N = mkN071 "" ; - zadanie_N = mkN072 "" ; - zadatyk_N = mkN014 "" ; - zada_ch_a_N = mkN041 "" ; - zadvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - zadvi_zj_vane_N = mkN071 "" ; - zadgrani_ch_en_A = mkA079 "" ; - zadgroben_A = mkA079 "" ; - zadejstvam_V = stateV (mkV186 "") ; - zadejstvane_N = mkN071 "" ; - zadejstvuvam_V = stateV (mkV186 "") ; - zadejstvuvane_N = mkN071 "" ; - zadel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zadel_ja_ne_N = mkN071 "" ; - zaden_A = mkA079 "" ; - zadera_V = stateV (mkV170 "") ; - zadigam_V = actionV (mkV186 "") (mkV152 "") ; - zadigane_N = mkN071 "" ; - zadimen_A = mkA076 "" ; - zadim_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zadim_ja_vane_N = mkN071 "" ; - zadiram_V = actionV (mkV186 "") (mkV173 "") ; - zadirane_N = mkN071 "" ; - zadir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zadir_ja_ne_N = mkN071 "" ; - zadi_sh_am_V = stateV (mkV186 "") ; - zadkrilka_N = mkN041 "" ; - zadkulisen_A = mkA079 "" ; - zadkulisie_N = mkN072 "" ; - zadly_zj_n_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zadly_zj_n_ja_vane_N = mkN071 "" ; - zadminavam_V = actionV (mkV186 "") (mkV152 "") ; - zadminavane_N = mkN071 "" ; - zadmorski_A = mkA078 "" ; - zadnik_N = mkN014 "" ; - zadnica_N = mkN041 "" ; - zadni_ch_e_N = mkN065 "" ; - zadnoezi_ch_en_A = mkA079 "" ; - zadovolen_A = mkA076 "" ; - zadovolenost_N = mkN049 "" ; - zadovolitelen_A = mkA079 "" ; - zadovolitelnost_N = mkN049 "" ; - zadovolstvo_N = mkN054 "" ; - zadovol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zadovol_ja_vane_N = mkN071 "" ; - zadokeanski_A = mkA078 "" ; - zadomenost_N = mkN049 "" ; - zadom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zadom_ja_vane_N = mkN071 "" ; - zado_ch_en_A = mkA079 "" ; - zado_ch_nik_N = mkN014a "" ; - zado_ch_nica_N = mkN041 "" ; - zado_ch_ni_ch_ka_N = mkN041 "" ; - zado_ja__V = stateV (mkV175 "") ; - zadraskam_V = actionV (mkV186 "") (mkV173 "") ; - zadraskvam_V = actionV (mkV186 "") (mkV173 "") ; - zadraskvane_N = mkN071 "" ; - zadremvam_V = actionV (mkV186 "") (mkV154 "") ; - zadremvane_N = mkN071 "" ; - zadruga_N = mkN041 "" ; - zadru_zj_en_A = mkA079 "" ; - zadru_zj_nost_N = mkN049 "" ; - zadrusvam_V = actionV (mkV186 "") (mkV186 "") ; - zadrusvane_N = mkN071 "" ; - zadry_zj_ka_N = mkN041 "" ; - zadrynkam_V = actionV (mkV186 "") (mkV178 "") ; - zadrynkvam_V = actionV (mkV186 "") (mkV178 "") ; - zadrynkvane_N = mkN071 "" ; - zadryn_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zadryn_ch_avane_N = mkN071 "" ; - zadrystvam_V = actionV (mkV186 "") (mkV173 "") ; - zadrystvane_N = mkN071 "" ; - zadryst_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zadr_ja_mvam_V = actionV (mkV186 "") (mkV154 "") ; - zadr_ja_mvane_N = mkN071 "" ; - zadstoma_sh_en_A = mkA079 "" ; - zaduh_N = mkN007 "" ; - zaduha_N = mkN041 "" ; - zaduhvam_V = actionV (mkV186 "") (mkV186 "") ; - zaduhvane_N = mkN071 "" ; - zadu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - zadu_sh_avane_N = mkN071 "" ; - zadu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zadu_sh_vane_N = mkN071 "" ; - zadu_sh_even_A = mkA079 "" ; - zadu_sh_evnost_N = mkN049 "" ; - zadu_sh_en_A = mkA079 "" ; - zadu_sh_liv_A = mkA076 "" ; - zadu_sh_livost_N = mkN049 "" ; - zadu_sh_nica_N = mkN041 "" ; - zadu_ja__V = stateV (mkV163 "") ; - zadyv_ch_a_V = stateV (mkV155 "") ; - zadylbavam_V = actionV (mkV186 "") (mkV161 "") ; - zadylbavane_N = mkN071 "" ; - zadylbo_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - zadylbo_ch_avane_N = mkN071 "" ; - zadylbo_ch_en_A = mkA076 "" ; - zadylbo_ch_enost_N = mkN049 "" ; - zadyl_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - zadyl_zj_avane_N = mkN071 "" ; - zadyl_zj_en_A = mkA076 "" ; - zadyl_zj_enie_N = mkN072 "" ; - zadyl_zj_enost_N = mkN049 "" ; - zadyl_zj_itelen_A = mkA079 "" ; - zadyl_zj_itelnost_N = mkN049 "" ; - zadynvam_V = stateV (mkV186 "") ; - zadynvane_N = mkN071 "" ; - zadynen_A = mkA076 "" ; - zadyn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zadyn_ja_ne_N = mkN071 "" ; - zadyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - zadyr_zj_an_A = mkA076 "" ; - zadyr_zj_ane_N = mkN071 "" ; - zadyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - zadyrpvane_N = mkN071 "" ; - zadyhan_A = mkA076 "" ; - zadyhvam_V = actionV (mkV186 "") (mkV186 "") ; - zadyhvane_N = mkN071 "" ; - zad_ja_vam_V = actionV (mkV186 "") (mkV153 "") ; - zad_ja_vane_N = mkN071 "" ; - zad_ja_vka_N = mkN041 "" ; - zaek_N = mkN019a "" ; - zaekvam_V = actionV (mkV186 "") (mkV152 "") ; - zaekvane_N = mkN071 "" ; - zaem_N = mkN007 "" ; - zaemam_V = actionV (mkV186 "") (mkV171 "") ; - zaemane_N = mkN071 "" ; - zaemen_A = mkA079 "" ; - zaemka_N = mkN041 "" ; - zaemodavec_N = mkN008a "" ; - zaemodatel_N = mkN031a "" ; - zaemoobrazen_A = mkA079 "" ; - zaet_A = mkA076 "" ; - zaetost_N = mkN049 "" ; - zaeht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zaeht_ja_vane_N = mkN071 "" ; - zae_ch_avam_V = actionV (mkV186 "") (mkV177 "") ; - zae_ch_avane_N = mkN071 "" ; - zae_sh_ki_A = mkA078 "" ; - za_zj_adn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - za_zj_adn_ja_vane_N = mkN071 "" ; - za_zj_al_ja__V = stateV (mkV173 "") ; - za_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - za_zj_envane_N = mkN071 "" ; - za_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - za_zj_iv_ja_vane_N = mkN071 "" ; - za_zj_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_zj_um_ja_vane_N = mkN071 "" ; - za_zj_ylt_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - za_zj_ylt_ja_vane_N = mkN071 "" ; - za_zj_yna_V = stateV (mkV152 "") ; - zazvu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zazvu_ch_avane_N = mkN071 "" ; - zazvyn_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zazvyn_ja_vane_N = mkN071 "" ; - zazdrave_ja__V = stateV (mkV160 "") ; - zazdravitelen_A = mkA079 "" ; - zazdrav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zazdrav_ja_vane_N = mkN071 "" ; - zazem_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zazem_ja_vane_N = mkN071 "" ; - zazidam_V = actionV (mkV186 "") (mkV174 "") ; - zazidane_N = mkN071 "" ; - zazi_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zazi_zj_dane_N = mkN071 "" ; - zazim_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zazim_ja_vane_N = mkN071 "" ; - zazor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zazor_ja_vane_N = mkN071 "" ; - zazubren_A = mkA076 "" ; - zazubr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zazubr_ja_ne_N = mkN071 "" ; - zaz_ja_pvam_V = actionV (mkV186 "") (mkV186 "") ; - zaz_ja_pvane_N = mkN071 "" ; - zaigravam_V = actionV (mkV186 "") (mkV161 "") ; - zaigravane_N = mkN071 "" ; - zaizvivam_V = actionV (mkV186 "") (mkV163 "") ; - zaizvivane_N = mkN071 "" ; - zaizdigam_V = actionV (mkV186 "") (mkV163 "") ; - zaizdigane_N = mkN071 "" ; - zaizka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaizka_ch_vane_N = mkN071 "" ; - zaizlivam_V = actionV (mkV186 "") (mkV164 "") ; - zaizlivane_N = mkN071 "" ; - zaizlizam_V = actionV (mkV186 "") (mkV163 "") ; - zaizmykvam_V = actionV (mkV186 "") (mkV152 "") ; - zaiznizvam_V = actionV (mkV186 "") (mkV156 "") ; - zaimstvam_V = stateV (mkV186 "") ; - zaimstvane_N = mkN071 "" ; - zaimstvuvam_V = stateV (mkV186 "") ; - zaimstvuvane_N = mkN071 "" ; - zainatenost_N = mkN049 "" ; - zainat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zainat_ja_vane_N = mkN071 "" ; - zainteresovan_A = mkA076 "" ; - zainteresovanost_N = mkN049 "" ; - zainteresuvam_V = stateV (mkV186 "") ; - zainteresuvan_A = mkA076 "" ; - zainteresuvane_N = mkN071 "" ; - zaintriguvam_V = stateV (mkV186 "") ; - zaintriguvane_N = mkN071 "" ; - zairec_N = mkN008a "" ; - zajda_V = stateV (mkV146a "") ; - zajka_N = mkN041 "" ; - zajkin_ja__N = mkN047 "" ; - zaj_ch_ar_N = mkN031a "" ; - zaj_ch_arnik_N = mkN014 "" ; - zaj_ch_arstvo_N = mkN054 "" ; - zaj_ch_e_N = mkN065 "" ; - zaj_ch_ence_N = mkN066 "" ; - zaka_zj_a_V = stateV (mkV156 "") ; - zakalen_A = mkA076 "" ; - zakalenost_N = mkN049 "" ; - zakalka_N = mkN041 "" ; - zakaluger_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakaluger_ja_vane_N = mkN071 "" ; - zakal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakal_ja_vane_N = mkN071 "" ; - zakal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zakal_ja_ne_N = mkN071 "" ; - zakana_N = mkN041 "" ; - zakanvam_V = actionV (mkV186 "") (mkV173 "") ; - zakanvane_N = mkN071 "" ; - zakanitelen_A = mkA079 "" ; - zakan_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zakan_ja_ne_N = mkN071 "" ; - zakapvam_V = actionV (mkV186 "") (mkV154 "") ; - zakap_ja_m_V = actionV (mkV187 "") (mkV154 "") ; - zakarvam_V = actionV (mkV186 "") (mkV186 "") ; - zakarvane_N = mkN071 "" ; - zakater_ja__V = stateV (mkV173 "") ; - zakahyr_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zakahyr_ja_vane_N = mkN071 "" ; - zaka_ch_alka_N = mkN041 "" ; - zaka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - zaka_ch_ane_N = mkN071 "" ; - zaka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaka_ch_vane_N = mkN071 "" ; - zaka_ch_ka_N = mkN041 "" ; - zaka_ch_liv_A = mkA076 "" ; - zaka_ch_livost_N = mkN049 "" ; - zaka_sh_l_ja_m_V = stateV (mkV187 "") ; - zaka_sh_l_ja_ne_N = mkN071 "" ; - zakvi_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zakikotvam_V = actionV (mkV186 "") (mkV173 "") ; - zakikotvane_N = mkN071 "" ; - zakimam_V = stateV (mkV186 "") ; - zakimane_N = mkN071 "" ; - zakip_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zakip_ja_vane_N = mkN071 "" ; - zakisvam_V = stateV (mkV186 "") ; - zakisvane_N = mkN071 "" ; - zaki_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaki_ch_vane_N = mkN071 "" ; - zaklan_A = mkA076 "" ; - zaklan_ja_m_V = stateV (mkV187 "") ; - zaklan_ja_ne_N = mkN071 "" ; - zaklatu_sh_kam_V = actionV (mkV186 "") (mkV173 "") ; - zakla_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - zakla_sht_ane_N = mkN071 "" ; - zaklevam_V = stateV (mkV186 "") ; - zaklevane_N = mkN071 "" ; - zaklejmen_A = mkA076 "" ; - zaklejm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaklejm_ja_vane_N = mkN071 "" ; - zaklepvam_V = actionV (mkV186 "") (mkV154 "") ; - zaklepvane_N = mkN071 "" ; - zaklet_A = mkA076 "" ; - zakle_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - zakle_sht_vane_N = mkN071 "" ; - zaklimvam_V = actionV (mkV186 "") (mkV186 "") ; - zaklimvane_N = mkN071 "" ; - zaklinam_V = stateV (mkV186 "") ; - zaklinane_N = mkN071 "" ; - zaklinanie_N = mkN072 "" ; - zaklinatel_N = mkN031a "" ; - zaklinatelen_A = mkA079 "" ; - zaklinvam_V = actionV (mkV186 "") (mkV173 "") ; - zaklinvane_N = mkN071 "" ; - zaklokam_V = stateV (mkV186 "") ; - zaklokane_N = mkN071 "" ; - zakloko_ch_a_V = stateV (mkV176 "") ; - zakl_iu_mam_V = stateV (mkV186 "") ; - zakl_iu_mane_N = mkN071 "" ; - zakl_iu_mvam_V = stateV (mkV186 "") ; - zakl_iu_mvane_N = mkN071 "" ; - zakl_iu__ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - zakl_iu__ch_avane_N = mkN071 "" ; - zakl_iu__ch_alka_N = mkN041 "" ; - zakl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zakl_iu__ch_vane_N = mkN071 "" ; - zakl_iu__ch_enie_N = mkN072 "" ; - zakl_iu__ch_itelen_A = mkA079 "" ; - zakovavam_V = actionV (mkV186 "") (mkV151 "") ; - zakovavane_N = mkN071 "" ; - zakovan_A = mkA076 "" ; - zakodiram_V = stateV (mkV186 "") ; - zakodirane_N = mkN071 "" ; - zakolvam_V = actionV (mkV186 "") (mkV185 "") ; - zakolvane_N = mkN071 "" ; - zakolenie_N = mkN072 "" ; - zakon_N = mkN007 "" ; - zakonen_A = mkA079 "" ; - zakonnik_N = mkN014 "" ; - zakonnoroden_A = mkA076 "" ; - zakonnorodenost_N = mkN049 "" ; - zakonnost_N = mkN049 "" ; - zakonoved_N = mkN007 "" ; - zakonovedenie_N = mkN072 "" ; - zakonovedec_N = mkN008a "" ; - zakonodatel_N = mkN031a "" ; - zakonodatelen_A = mkA079 "" ; - zakonodatelstvo_N = mkN054 "" ; - zakonodatelstvuvam_V = stateV (mkV186 "") ; - zakonodatelstvuvane_N = mkN071 "" ; - zakonomeren_A = mkA079 "" ; - zakonomernost_N = mkN049 "" ; - zakononaru_sh_enie_N = mkN072 "" ; - zakononaru_sh_itel_N = mkN031a "" ; - zakononaru_sh_itelen_A = mkA079 "" ; - zakonopolo_zj_enie_N = mkN072 "" ; - zakonoproekt_N = mkN007 "" ; - zakonosyobrazen_A = mkA079 "" ; - zakonosyobraznost_N = mkN049 "" ; - zakopavam_V = actionV (mkV186 "") (mkV161 "") ; - zakopavane_N = mkN071 "" ; - zakopn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zakopn_ja_vane_N = mkN071 "" ; - zakop_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - zakop_ch_avane_N = mkN071 "" ; - zakop_ch_alka_N = mkN041 "" ; - zakop_ch_e_ja__V = stateV (mkV160a "") ; - zakorav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zakorav_ja_vane_N = mkN071 "" ; - zakorav_ja_lost_N = mkN049 "" ; - zakoren_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakoren_ja_vane_N = mkN071 "" ; - zakoren_ja_l_A = mkA081 "" ; - zakosten_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zakosten_ja_vane_N = mkN071 "" ; - zakosten_ja_lost_N = mkN049 "" ; - zakos_ja__V = stateV (mkV174 "") ; - zakotven_A = mkA076 "" ; - zakotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zakotv_ja_ne_N = mkN071 "" ; - zakra_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zakra_ch_vane_N = mkN071 "" ; - zakrepvam_V = actionV (mkV186 "") (mkV174 "") ; - zakrepvane_N = mkN071 "" ; - zakrepen_A = mkA076 "" ; - zakrepna_V = stateV (mkV152 "") ; - zakrepnalost_N = mkN049 "" ; - zakrepostenost_N = mkN049 "" ; - zakrepost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakrepost_ja_vane_N = mkN071 "" ; - zakrep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakrep_ja_vane_N = mkN071 "" ; - zakre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zakre_sht__ja_vane_N = mkN071 "" ; - zakrivam_V = actionV (mkV186 "") (mkV163 "") ; - zakrivane_N = mkN071 "" ; - zakriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakriv_ja_vane_N = mkN071 "" ; - zakrila_N = mkN041 "" ; - zakrilnik_N = mkN014 "" ; - zakrilnica_N = mkN041 "" ; - zakril_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zakril_ja_ne_N = mkN071 "" ; - zakrit_A = mkA076 "" ; - zakritie_N = mkN072 "" ; - zakryglen_A = mkA076 "" ; - zakrygleni_ch_yk_A = mkA080 "" ; - zakryglenost_N = mkN049 "" ; - zakrygl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zakrygl_ja_vane_N = mkN071 "" ; - zakrygl_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zakrygl_ja_ne_N = mkN071 "" ; - zakrystvam_V = actionV (mkV186 "") (mkV173 "") ; - zakrystvane_N = mkN071 "" ; - zakr_ja_kane_N = mkN071 "" ; - zakr_ja_kvam_V = actionV (mkV186 "") (mkV186 "") ; - zakr_ja_kvane_N = mkN071 "" ; - zakr_ja_skane_N = mkN071 "" ; - zakr_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - zakr_ja_skvane_N = mkN071 "" ; - zakudkud_ja_kam_V = stateV (mkV186 "") ; - zakupvam_V = actionV (mkV186 "") (mkV173 "") ; - zakupvane_N = mkN071 "" ; - zakupva_ch__N = mkN007b "" ; - zakupuvam_V = actionV (mkV186 "") (mkV173 "") ; - zakupuvane_N = mkN071 "" ; - zakup_ch_ik_N = mkN014 "" ; - zakusvaln_ja__N = mkN047 "" ; - zakusvam_V = actionV (mkV186 "") (mkV173 "") ; - zakusvane_N = mkN071 "" ; - zakuska_N = mkN041 "" ; - zakucane_N = mkN071 "" ; - zakucvam_V = actionV (mkV186 "") (mkV186 "") ; - zakucvane_N = mkN071 "" ; - zakucukam_V = actionV (mkV186 "") (mkV186 "") ; - zaku_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaku_ch_vane_N = mkN071 "" ; - zakydr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zakydr_ja_ne_N = mkN071 "" ; - zakykr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zakykr_ja_ne_N = mkN071 "" ; - zakylna_V = stateV (mkV172 "") ; - zakynt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zakynt_ja_vane_N = mkN071 "" ; - zakyrm_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zakyrm_ja_ne_N = mkN071 "" ; - zakyrn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zakyrn_ja_vane_N = mkN071 "" ; - zakyrpvam_V = actionV (mkV186 "") (mkV173 "") ; - zakyrpvane_N = mkN071 "" ; - zakyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - zakyrtvane_N = mkN071 "" ; - zakyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zakyr_sh_vane_N = mkN071 "" ; - zakysvam_V = actionV (mkV186 "") (mkV186 "") ; - zakysvane_N = mkN071 "" ; - zakysnenie_N = mkN072 "" ; - zakysnitel_N = mkN031 "" ; - zakysnitelen_A = mkA079 "" ; - zakysn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zakysn_ja_vane_N = mkN071 "" ; - zakytan_A = mkA076 "" ; - zakytvam_V = actionV (mkV186 "") (mkV186 "") ; - zakytvane_N = mkN071 "" ; - zala_N = mkN041 "" ; - zalav_ja_m_V = stateV (mkV187 "") ; - zalav_ja_ne_N = mkN071 "" ; - zalagam_V = stateV (mkV186 "") ; - zalagane_N = mkN071 "" ; - zalajvam_V = actionV (mkV186 "") (mkV162 "") ; - zalajvane_N = mkN071 "" ; - zalapvam_V = actionV (mkV186 "") (mkV186 "") ; - zalapvane_N = mkN071 "" ; - zaleden_A = mkA076 "" ; - zaledene_ja__V = stateV (mkV160 "") ; - zaledenost_N = mkN049 "" ; - zaled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaled_ja_vane_N = mkN071 "" ; - zale_zj__N = mkN007 "" ; - zale_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - zale_zj_avane_N = mkN071 "" ; - zale_zj_al_A = mkA076 "" ; - zalez_N = mkN007 "" ; - zalepvam_V = actionV (mkV186 "") (mkV174 "") ; - zalepvane_N = mkN071 "" ; - zalepen_A = mkA076 "" ; - zalepna_V = stateV (mkV152 "") ; - zalep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zalep_ja_ne_N = mkN071 "" ; - zalesen_A = mkA076 "" ; - zalesitel_N = mkN031a "" ; - zalesitelen_A = mkA079 "" ; - zales_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zales_ja_vane_N = mkN071 "" ; - zalet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zalet_ja_vane_N = mkN071 "" ; - zale_ja__V = stateV (mkV164 "") ; - zaliv_N = mkN007 "" ; - zalivam_V = actionV (mkV186 "") (mkV152 "") ; - zalivane_N = mkN071 "" ; - zaliv_ch_e_N = mkN065 "" ; - zalizvam_V = actionV (mkV186 "") (mkV156 "") ; - zalizvane_N = mkN071 "" ; - zalin_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zalin_ja_vane_N = mkN071 "" ; - zalisan_A = mkA076 "" ; - zalisanost_N = mkN049 "" ; - zalisvam_V = actionV (mkV186 "") (mkV186 "") ; - zalisvane_N = mkN071 "" ; - zalisi_ja__N = mkN047 "" ; - zalitam_V = actionV (mkV186 "") (mkV152 "") ; - zalitane_N = mkN071 "" ; - zali_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - zali_ch_avane_N = mkN071 "" ; - zali_ch_imost_N = mkN049 "" ; - zali_ch_itel_N = mkN031 "" ; - zalov_ja__V = stateV (mkV174 "") ; - zalog_N = mkN015 "" ; - zalogopriematel_N = mkN031a "" ; - zalo_zj_a_V = stateV (mkV176 "") ; - zalo_zj_ba_N = mkN041 "" ; - zalo_zj_en_A = mkA079 "" ; - zalo_zj_nik_N = mkN014 "" ; - zalo_zj_nica_N = mkN041 "" ; - zalo_zj_ni_ch_estvo_N = mkN054 "" ; - zalostvam_V = actionV (mkV186 "") (mkV173 "") ; - zalostvane_N = mkN071 "" ; - zalo_ja__V = stateV (mkV175 "") ; - zalp_N = mkN001 "" ; - zalpov_A = mkA076 "" ; - zalude_ja__V = stateV (mkV160 "") ; - zalutane_N = mkN071 "" ; - zalutvam_V = actionV (mkV186 "") (mkV186 "") ; - zalutvane_N = mkN071 "" ; - zalygalka_N = mkN041 "" ; - zalygvam_V = actionV (mkV186 "") (mkV158 "") ; - zalygvane_N = mkN071 "" ; - zalyk_N = mkN014 "" ; - zal_iu_bvam_V = actionV (mkV186 "") (mkV173 "") ; - zal_iu_bvane_N = mkN071 "" ; - zal_iu_buvam_V = actionV (mkV186 "") (mkV173 "") ; - zal_iu_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zal_iu_l_ja_vane_N = mkN071 "" ; - zal_iu_te_ja__V = stateV (mkV160 "") ; - zal_iu_t_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zal_iu_t_ja_vane_N = mkN071 "" ; - zal_iu__sh_kam_V = stateV (mkV186 "") ; - zal_iu__sh_kane_N = mkN071 "" ; - zal_iu__sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - zal_iu__sht_vane_N = mkN071 "" ; - zal_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - zal_ja_gane_N = mkN071 "" ; - zal_ja_zvam_V = actionV (mkV186 "") (mkV147 "") ; - zal_ja_zvane_N = mkN071 "" ; - zal_ja_n_A = mkA076 "" ; - zamaen_A = mkA076 "" ; - zamazvam_V = actionV (mkV186 "") (mkV156 "") ; - zamazvane_N = mkN071 "" ; - zamazka_N = mkN041 "" ; - zamajvam_V = actionV (mkV186 "") (mkV162 "") ; - zamajvane_N = mkN071 "" ; - zamaskiram_V = stateV (mkV186 "") ; - zamaskirane_N = mkN071 "" ; - zamaskirvam_V = stateV (mkV186 "") ; - zamaskirvane_N = mkN071 "" ; - zamah_N = mkN016 "" ; - zamaham_V = stateV (mkV186 "") ; - zamahane_N = mkN071 "" ; - zamahvam_V = actionV (mkV186 "") (mkV152 "") ; - zamahvane_N = mkN071 "" ; - zamacane_N = mkN071 "" ; - zamacvam_V = actionV (mkV186 "") (mkV186 "") ; - zamacvane_N = mkN071 "" ; - zama_ja_n_A = mkA076 "" ; - zama_ja_nost_N = mkN049 "" ; - zambak_N = mkN014 "" ; - zamezvam_V = stateV (mkV186 "") ; - zamel_ja__V = stateV (mkV184 "") ; - zamenim_A = mkA076 "" ; - zamenimost_N = mkN049 "" ; - zamen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zamen_ja_vane_N = mkN071 "" ; - zamen_ja_em_A = mkA076 "" ; - zamen_ja_emost_N = mkN049 "" ; - zamen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zamen_ja_ne_N = mkN071 "" ; - zamervam_V = actionV (mkV186 "") (mkV173 "") ; - zamervane_N = mkN071 "" ; - zamer_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zamer_ja_ne_N = mkN071 "" ; - zamesvam_V = actionV (mkV186 "") (mkV173 "") ; - zamesvane_N = mkN071 "" ; - zamesenost_N = mkN049 "" ; - zamestvam_V = actionV (mkV186 "") (mkV173 "") ; - zamestvane_N = mkN071 "" ; - zamestitel_N = mkN031 "" ; - zamestitelen_A = mkA079 "" ; - zamestnik_N = mkN014 "" ; - zamestnica_N = mkN041 "" ; - zamestni_ch_estvo_N = mkN054 "" ; - zamestni_ch_ka_N = mkN041 "" ; - zameta_V = stateV (mkV145 "") ; - zame_ch_tavam_V = actionV (mkV186 "") (mkV161 "") ; - zame_ch_tavane_N = mkN071 "" ; - zame_ch_tan_A = mkA076 "" ; - zame_ch_tanost_N = mkN049 "" ; - zamivam_V = actionV (mkV186 "") (mkV163 "") ; - zamivane_N = mkN071 "" ; - zamigam_V = stateV (mkV186 "") ; - zamigane_N = mkN071 "" ; - zami_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - zami_zj_avane_N = mkN071 "" ; - zaminavam_V = actionV (mkV186 "") (mkV152 "") ; - zaminavane_N = mkN071 "" ; - zamiram_V = actionV (mkV186 "") (mkV150a "") ; - zamirane_N = mkN071 "" ; - zamirisvam_V = actionV (mkV186 "") (mkV159 "") ; - zamirisvane_N = mkN071 "" ; - zamislen_A = mkA076 "" ; - zamislenost_N = mkN049 "" ; - zamisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zamisl_ja_ne_N = mkN071 "" ; - zamisyl_N = mkN009 "" ; - zamitam_V = stateV (mkV186 "") ; - zamitane_N = mkN071 "" ; - zamlykvam_V = actionV (mkV186 "") (mkV152 "") ; - zamlykvane_N = mkN071 "" ; - zamogvam_V = actionV (mkV186 "") (mkV152 "") ; - zamogvane_N = mkN071 "" ; - zamognatost_N = mkN049 "" ; - zamo_zj_en_A = mkA079 "" ; - zamo_zj_nost_N = mkN049 "" ; - zamolvam_V = actionV (mkV186 "") (mkV173 "") ; - zamolvane_N = mkN071 "" ; - zamom_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zamom_ja_vane_N = mkN071 "" ; - zamoren_A = mkA076 "" ; - zamor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zamor_ja_vane_N = mkN071 "" ; - zamotavam_V = actionV (mkV186 "") (mkV161 "") ; - zamotavane_N = mkN071 "" ; - zamotan_A = mkA076 "" ; - zamrazen_A = mkA076 "" ; - zamraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zamraz_ja_vane_N = mkN071 "" ; - zamre_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - zamre_zj_vane_N = mkN071 "" ; - zamryzvam_V = actionV (mkV186 "") (mkV152 "") ; - zamryzvane_N = mkN071 "" ; - zamryznalost_N = mkN049 "" ; - zamrykvam_V = actionV (mkV186 "") (mkV152 "") ; - zamrykvane_N = mkN071 "" ; - zamrynkam_V = stateV (mkV186 "") ; - zamr_ja_lost_N = mkN049 "" ; - zamyglen_A = mkA076 "" ; - zamyglenost_N = mkN049 "" ; - zamygl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zamygl_ja_vane_N = mkN071 "" ; - zamy_zj_de_ja__V = stateV (mkV160 "") ; - zamy_zj_dukam_V = stateV (mkV186 "") ; - zamy_zj_dukane_N = mkN071 "" ; - zamyk_N = mkN014 "" ; - zamykvam_V = actionV (mkV186 "") (mkV152 "") ; - zamykvane_N = mkN071 "" ; - zamyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zamyl_ch_avane_N = mkN071 "" ; - zamyl_ch_an_A = mkA076 "" ; - zamynkvam_V = actionV (mkV186 "") (mkV186 "") ; - zamynkvane_N = mkN071 "" ; - zamyrdvam_V = actionV (mkV186 "") (mkV186 "") ; - zamyrdvane_N = mkN071 "" ; - zamyrmorvam_V = actionV (mkV186 "") (mkV173 "") ; - zamyrmorvane_N = mkN071 "" ; - zamyrsenost_N = mkN049 "" ; - zamyrs_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zamyrs_ja_vane_N = mkN071 "" ; - zamytvam_V = actionV (mkV186 "") (mkV173 "") ; - zamytvane_N = mkN071 "" ; - zamyten_A = mkA076 "" ; - zamy_ch_a_V = stateV (mkV176 "") ; - zam_ja_zane_N = mkN071 "" ; - zam_ja_zvam_V = actionV (mkV186 "") (mkV186 "") ; - zam_ja_zvane_N = mkN071 "" ; - zam_ja_na_N = mkN041 "" ; - zam_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - zam_ja_tane_N = mkN071 "" ; - zanavli_ch_am_V = stateV (mkV186 "") ; - zanadni_ch_am_V = stateV (mkV186 "") ; - zanadni_ch_ane_N = mkN071 "" ; - zanare_zj_dam_V = stateV (mkV186 "") ; - zanas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - zanas_ja_ne_N = mkN071 "" ; - zana_ja_t_N = mkN007 "" ; - zana_ja_t_ch_ijski_A = mkA078 "" ; - zana_ja_t_ch_ijstvo_N = mkN054 "" ; - zana_ja_t_ch_i_ja__N = mkN039 "" ; - zandan_N = mkN007 "" ; - zanemaren_A = mkA076 "" ; - zanemarenost_N = mkN049 "" ; - zanemar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zanemar_ja_vane_N = mkN071 "" ; - zanemar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zanemar_ja_ne_N = mkN071 "" ; - zaneme_ja__V = stateV (mkV160 "") ; - zanem_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zanem_ja_vane_N = mkN071 "" ; - zanesen_A = mkA076 "" ; - zanesenost_N = mkN049 "" ; - zani_zj_en_A = mkA076 "" ; - zanizvam_V = actionV (mkV186 "") (mkV156 "") ; - zanizvane_N = mkN071 "" ; - zanik_N = mkN014 "" ; - zanimavam_V = actionV (mkV186 "") (mkV161 "") ; - zanimavane_N = mkN071 "" ; - zanimavka_N = mkN041 "" ; - zanimaln_ja__N = mkN047 "" ; - zanimanie_N = mkN072 "" ; - zanimatelen_A = mkA079 "" ; - zanimatelnost_N = mkN049 "" ; - zanitvam_V = stateV (mkV186 "") ; - zanitvane_N = mkN071 "" ; - zani_ch_am_V = stateV (mkV186 "") ; - zani_ch_ane_N = mkN071 "" ; - zanosvam_V = actionV (mkV186 "") (mkV173 "") ; - zanosvane_N = mkN071 "" ; - zan_ja_tie_N = mkN072 "" ; - zaobikalka_N = mkN041 "" ; - zaobikal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zaobikal_ja_ne_N = mkN071 "" ; - zaobikvam_V = actionV (mkV186 "") (mkV186 "") ; - zaobikvane_N = mkN071 "" ; - zaobikolen_A = mkA079 "" ; - zaobikolka_N = mkN041 "" ; - zaobi_ch_ane_N = mkN071 "" ; - zaobla_ch_avam_V = stateV (mkV186 "") ; - zaobla_ch_avane_N = mkN071 "" ; - zaobla_ch_en_A = mkA079 "" ; - zaoblen_A = mkA076 "" ; - zaoblenost_N = mkN049 "" ; - zaobl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zaobl_ja_ne_N = mkN071 "" ; - zaobry_sht_am_V = stateV (mkV186 "") ; - zaob_ja_sn_ja_vam_V = stateV (mkV186 "") ; - zaogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - zaogle_zj_dane_N = mkN071 "" ; - zaozyrtane_N = mkN071 "" ; - zaozyrtvam_V = actionV (mkV186 "") (mkV186 "") ; - zaozyrtvane_N = mkN071 "" ; - zaopipvam_V = stateV (mkV186 "") ; - zaopipvane_N = mkN071 "" ; - zaopravdavam_V = stateV (mkV186 "") ; - zaoprav_ja__V = stateV (mkV173 "") ; - zaoravam_V = actionV (mkV186 "") (mkV151 "") ; - zaoravane_N = mkN071 "" ; - zaostren_A = mkA076 "" ; - zaostrenost_N = mkN049 "" ; - zaostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zaostr_ja_ne_N = mkN071 "" ; - zaotvivam_V = actionV (mkV186 "") (mkV163 "") ; - zaotekvam_V = stateV (mkV186 "") ; - zaotkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaotkrehvam_V = actionV (mkV186 "") (mkV152 "") ; - zaotstypvam_V = actionV (mkV186 "") (mkV173 "") ; - zaotstypvane_N = mkN071 "" ; - zaohkane_N = mkN071 "" ; - zaohkvam_V = actionV (mkV186 "") (mkV186 "") ; - zaohkvane_N = mkN071 "" ; - zapad_N = mkN040a "" ; - zapadam_V = actionV (mkV186 "") (mkV152 "") ; - zapadane_N = mkN071 "" ; - zapaden_A = mkA079 "" ; - zapadnalost_N = mkN049 "" ; - zapadnoafrikanski_A = mkA078 "" ; - zapadnoevropeec_N = mkN013 "" ; - zapadnoevropejski_A = mkA078 "" ; - zapadn_ja_k_N = mkN014a "" ; - zapadn_ja__ch_ka_N = mkN041 "" ; - zapazvam_V = actionV (mkV186 "") (mkV173 "") ; - zapazvane_N = mkN071 "" ; - zapazenost_N = mkN049 "" ; - zapalvam_V = actionV (mkV186 "") (mkV173 "") ; - zapalvane_N = mkN071 "" ; - zapalen_A = mkA076 "" ; - zapalenost_N = mkN049 "" ; - zapalimost_N = mkN049 "" ; - zapalitel_N = mkN031 "" ; - zapalitelen_A = mkA079 "" ; - zapalitelnost_N = mkN049 "" ; - zapalka_N = mkN041 "" ; - zapal_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zapal_ja_nko_N = mkN040 "" ; - zapal_ja_nkovec_N = mkN008a "" ; - zapal_ja_nkov_sht_ina_N = mkN041 "" ; - zapamet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapamet_ja_vane_N = mkN071 "" ; - zaparvam_V = actionV (mkV186 "") (mkV173 "") ; - zaparvane_N = mkN071 "" ; - zaparen_A = mkA076 "" ; - zaparka_N = mkN041 "" ; - zapas_N = mkN007 "" ; - zapasa_V = stateV (mkV145a "") ; - zapasan_A = mkA076 "" ; - zapasvam_V = actionV (mkV186 "") (mkV159 "") ; - zapasvane_N = mkN071 "" ; - zapasen_A = mkA079 "" ; - zapasn_ja_k_N = mkN014a "" ; - zapas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapas_ja_vane_N = mkN071 "" ; - zapek_N = mkN014 "" ; - zapelte_ch_a_V = stateV (mkV176 "") ; - zapenvam_V = actionV (mkV186 "") (mkV173 "") ; - zapenvane_N = mkN071 "" ; - zapen_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zapen_ja_ne_N = mkN071 "" ; - zapera_V = stateV (mkV170 "") ; - zaper_ch_a_V = stateV (mkV176 "") ; - zapetajka_N = mkN041 "" ; - zapeta_ja__N = mkN047 "" ; - zape_ch_atan_A = mkA076 "" ; - zape_ch_atvam_V = actionV (mkV186 "") (mkV186 "") ; - zape_ch_atvane_N = mkN071 "" ; - zape_ch_at_ja__V = stateV (mkV173 "") ; - zape_ch_el_ja__V = stateV (mkV173 "") ; - zapivam_V = actionV (mkV186 "") (mkV163 "") ; - zapivane_N = mkN071 "" ; - zapil_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zapil_ja_vane_N = mkN071 "" ; - zapiram_V = stateV (mkV186 "") ; - zapirane_N = mkN071 "" ; - zapis_N = mkN007 "" ; - zapisan_A = mkA076 "" ; - zapisvam_V = actionV (mkV186 "") (mkV159 "") ; - zapisvane_N = mkN071 "" ; - zapisva_ch_ka_N = mkN041 "" ; - zapiska_N = mkN041 "" ; - zapiskam_V = actionV (mkV186 "") (mkV177 "") ; - zapiskane_N = mkN071 "" ; - zapitane_N = mkN071 "" ; - zapitvam_V = actionV (mkV186 "") (mkV186 "") ; - zapitvane_N = mkN071 "" ; - zapitva_ch__N = mkN007b "" ; - zapitva_ch_ka_N = mkN041 "" ; - zapi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - zapi_ch_ane_N = mkN071 "" ; - zapi_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zapi_sht__ja_vane_N = mkN071 "" ; - zapladn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapladn_ja_vane_N = mkN071 "" ; - zaplakvam_V = actionV (mkV186 "") (mkV155 "") ; - zaplakvane_N = mkN071 "" ; - zaplamt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zaplamt_ja_vane_N = mkN071 "" ; - zaplaniram_V = stateV (mkV186 "") ; - zaplaniran_A = mkA076 "" ; - zaplanirane_N = mkN071 "" ; - zaplanuvam_V = stateV (mkV186 "") ; - zaplanuvane_N = mkN071 "" ; - zaplata_N = mkN041 "" ; - zaplaten_A = mkA076 "" ; - zaplaha_N = mkN041 "" ; - zapla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zapla_sh_vane_N = mkN071 "" ; - zapla_sh_itelen_A = mkA079 "" ; - zapla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - zapla_sht_ane_N = mkN071 "" ; - zaplen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaplen_ja_vane_N = mkN071 "" ; - zaples_N = mkN007 "" ; - zaplesvam_V = actionV (mkV186 "") (mkV152 "") ; - zaplesvane_N = mkN071 "" ; - zapleskvam_V = actionV (mkV186 "") (mkV186 "") ; - zapleskvane_N = mkN071 "" ; - zaplesnatost_N = mkN049 "" ; - zapleten_A = mkA079 "" ; - zapletenost_N = mkN049 "" ; - zapliskam_V = stateV (mkV186 "") ; - zapliskane_N = mkN071 "" ; - zaplitam_V = actionV (mkV186 "") (mkV145 "") ; - zaplitane_N = mkN071 "" ; - zapluvam_V = stateV (mkV186 "") ; - zapluvane_N = mkN071 "" ; - zapl_iu_vam_V = actionV (mkV186 "") (mkV163 "") ; - zapl_iu_vane_N = mkN071 "" ; - zapl_iu__sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zapl_iu__sht__ja_vane_N = mkN071 "" ; - zapl_ja_skam_V = stateV (mkV186 "") ; - zapl_ja_skane_N = mkN071 "" ; - zapobutvam_V = actionV (mkV186 "") (mkV152 "") ; - zapoved_N = mkN049 "" ; - zapoveden_A = mkA079 "" ; - zapovednik_N = mkN014 "" ; - zapovednica_N = mkN041 "" ; - zapovedni_ch_eski_A = mkA078 "" ; - zapovedni_sh_ki_A = mkA078 "" ; - zapov_ja_dane_N = mkN071 "" ; - zapov_ja_dvam_V = actionV (mkV186 "") (mkV186 "") ; - zapov_ja_dvane_N = mkN071 "" ; - zapodoziram_V = actionV (mkV186 "") (mkV150 "") ; - zapodozirane_N = mkN071 "" ; - zapodozr_ja_n_A = mkA076 "" ; - zapodska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - zapodsmyr_ch_am_V = actionV (mkV186 "") (mkV152 "") ; - zapoznavam_V = actionV (mkV186 "") (mkV161 "") ; - zapoznavane_N = mkN071 "" ; - zapoznanstvo_N = mkN054 "" ; - zapoznatost_N = mkN049 "" ; - zapojvam_V = stateV (mkV186 "") ; - zapojvane_N = mkN071 "" ; - zapojka_N = mkN041 "" ; - zapokitvam_V = actionV (mkV186 "") (mkV173 "") ; - zapokitvane_N = mkN071 "" ; - zapomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zapomn_ja_ne_N = mkN071 "" ; - zapopvam_V = actionV (mkV186 "") (mkV173 "") ; - zapopvane_N = mkN071 "" ; - zapor_N = mkN007 "" ; - zaporvam_V = actionV (mkV186 "") (mkV173 "") ; - zaporvane_N = mkN071 "" ; - zaporiram_V = stateV (mkV186 "") ; - zaporiran_A = mkA076 "" ; - zapostvam_V = actionV (mkV186 "") (mkV174 "") ; - zapostvane_N = mkN071 "" ; - zapoten_A = mkA076 "" ; - zapot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapot_ja_vane_N = mkN071 "" ; - zapo_ch_vam_V = actionV (mkV186 "") (mkV152 "") ; - zapo_ch_vane_N = mkN071 "" ; - zapo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - zapo_ja_vane_N = mkN071 "" ; - zapra_V = stateV (mkV150 "") ; - zaprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zaprazn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaprat_ja__V = stateV (mkV173 "") ; - zapra_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zapra_sh_vane_N = mkN071 "" ; - zapra_sht_am_V = actionV (mkV186 "") (mkV177 "") ; - zapra_sht_ane_N = mkN071 "" ; - zapra_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zapra_sht__ja_vane_N = mkN071 "" ; - zaprevivam_V = actionV (mkV186 "") (mkV163 "") ; - zaprevivane_N = mkN071 "" ; - zapreda_V = stateV (mkV145 "") ; - zaprelistvam_V = actionV (mkV186 "") (mkV173 "") ; - zaprelistvane_N = mkN071 "" ; - zaprem_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - zaprem_ja_tane_N = mkN071 "" ; - zaprepasvam_V = actionV (mkV186 "") (mkV159 "") ; - zapretvam_V = actionV (mkV186 "") (mkV152 "") ; - zapretvane_N = mkN071 "" ; - zapretitelen_A = mkA079 "" ; - zapret_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapret_ja_vane_N = mkN071 "" ; - zapre_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zapre_ch_vane_N = mkN071 "" ; - zapre_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - zapre_sht_avane_N = mkN071 "" ; - zapre_sht_enie_N = mkN072 "" ; - zaprigla_zj_dam_V = stateV (mkV186 "") ; - zaprigotv_ja__V = stateV (mkV173 "") ; - zapridam_V = stateV (mkV186 "") ; - zapridane_N = mkN071 "" ; - zaprii_zj_dam_V = stateV (mkV186 "") ; - zaprikazvam_V = actionV (mkV186 "") (mkV156 "") ; - zaprikazvane_N = mkN071 "" ; - zaprikl_ja_kam_V = stateV (mkV186 "") ; - zaprili_ch_ane_N = mkN071 "" ; - zaprili_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - zaprili_ch_vane_N = mkN071 "" ; - zaprim_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zaprim_ch_vane_N = mkN071 "" ; - zapripkane_N = mkN071 "" ; - zapripkvam_V = actionV (mkV186 "") (mkV186 "") ; - zapripkvane_N = mkN071 "" ; - zapristigam_V = stateV (mkV186 "") ; - zapristigane_N = mkN071 "" ; - zapristypvam_V = stateV (mkV186 "") ; - zapri_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - zapri_sht_vane_N = mkN071 "" ; - zaprogramiran_A = mkA076 "" ; - zaprolet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zaprolet_ja_vane_N = mkN071 "" ; - zapromykvam_V = actionV (mkV186 "") (mkV152 "") ; - zapromykvane_N = mkN071 "" ; - zaprotestiram_V = stateV (mkV186 "") ; - zaprotestirane_N = mkN071 "" ; - zapry_zj_ka_N = mkN041 "" ; - zapryskvam_V = actionV (mkV186 "") (mkV186 "") ; - zapryskvane_N = mkN071 "" ; - zapr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - zapr_ja_gane_N = mkN071 "" ; - zapr_ja_n_A = mkA081 "" ; - zapr_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - zapr_ja_tane_N = mkN071 "" ; - zapsuvam_V = stateV (mkV186 "") ; - zaptie_N = mkN065 "" ; - zaptisvam_V = stateV (mkV186 "") ; - zaptisvane_N = mkN071 "" ; - zapusna_V = stateV (mkV152 "") ; - zapusnatost_N = mkN049 "" ; - zapustenie_N = mkN072 "" ; - zapuste_ja__V = stateV (mkV160 "") ; - zapust_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zapust_ja_vane_N = mkN071 "" ; - zapust_ja_lost_N = mkN049 "" ; - zapu_sh_alka_N = mkN041 "" ; - zapu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - zapu_sh_vane_N = mkN071 "" ; - zapyvam_V = actionV (mkV186 "") (mkV152 "") ; - zapyvane_N = mkN071 "" ; - zapylvam_V = actionV (mkV186 "") (mkV173 "") ; - zapylvane_N = mkN071 "" ; - zapylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zapylz_ja_vane_N = mkN071 "" ; - zapylnen_A = mkA076 "" ; - zapylnenost_N = mkN049 "" ; - zapynka_N = mkN041 "" ; - zapyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - zapyr_zj_vane_N = mkN071 "" ; - zapyr_zj_en_A = mkA076 "" ; - zapyrtyk_N = mkN014 "" ; - zapyrham_V = stateV (mkV186 "") ; - zapytvam_V = actionV (mkV186 "") (mkV173 "") ; - zapytvane_N = mkN071 "" ; - zapyham_V = stateV (mkV186 "") ; - zapyht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zapyht_ja_vane_N = mkN071 "" ; - zapyht_ja_n_A = mkA076 "" ; - zapy_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - zapy_sh_kvane_N = mkN071 "" ; - zap_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - zap_ja_vane_N = mkN071 "" ; - zap_ja_rane_N = mkN071 "" ; - zar_N = mkN001 "" ; - zarabotvam_V = actionV (mkV186 "") (mkV173 "") ; - zarabotvane_N = mkN071 "" ; - zaravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaravn_ja_vane_N = mkN071 "" ; - zaravn_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zaravn_ja_ne_N = mkN071 "" ; - zarav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zarav_ja_ne_N = mkN071 "" ; - zaradvam_V = stateV (mkV186 "") ; - zaradvane_N = mkN071 "" ; - zara_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zara_zj_dane_N = mkN071 "" ; - zaraza_N = mkN041 "" ; - zarazgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - zarazgle_zj_dane_N = mkN071 "" ; - zarazen_A = mkA079 "" ; - zarazimost_N = mkN049 "" ; - zarazitelen_A = mkA079 "" ; - zarazitelnost_N = mkN049 "" ; - zarazkazvam_V = actionV (mkV186 "") (mkV156 "") ; - zarazlistvam_V = actionV (mkV186 "") (mkV173 "") ; - zarazmahvam_V = actionV (mkV186 "") (mkV186 "") ; - zarazmahvane_N = mkN071 "" ; - zaraznas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - zaraznas_ja_ne_N = mkN071 "" ; - zaraznobolen_A = mkA079 "" ; - zaraznost_N = mkN049 "" ; - zarazpitvam_V = actionV (mkV186 "") (mkV186 "") ; - zarazprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zarazprav_ja_ne_N = mkN071 "" ; - zarazsybli_ch_am_V = stateV (mkV186 "") ; - zaraztrivam_V = stateV (mkV186 "") ; - zaraztrivane_N = mkN071 "" ; - zaraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaraz_ja_vane_N = mkN071 "" ; - zaran_N = mkN049 "" ; - zarasna_V = stateV (mkV152 "") ; - zarastvam_V = actionV (mkV186 "") (mkV145 "") ; - zarastvane_N = mkN071 "" ; - zarevavam_V = actionV (mkV186 "") (mkV151 "") ; - zarevavane_N = mkN071 "" ; - zarevo_N = mkN054 "" ; - zaregistriram_V = stateV (mkV186 "") ; - zaregistrirane_N = mkN071 "" ; - zareda_N = mkN041 "" ; - zareden_A = mkA076 "" ; - zare_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zare_zj_dane_N = mkN071 "" ; - zare_zj_da_ch__N = mkN007 "" ; - zare_ch_a_V = stateV (mkV155 "") ; - zare_sh_a_V = stateV (mkV159 "") ; - zare_ja__V = stateV (mkV164 "") ; - zarzavat_N = mkN007 "" ; - zarzavat_ch_ijka_N = mkN041 "" ; - zarzavat_ch_ijnica_N = mkN041 "" ; - zarzavat_ch_ijski_A = mkA078 "" ; - zarzavat_ch_ijstvo_N = mkN054 "" ; - zarzavat_ch_i_ja__N = mkN039 "" ; - zarzala_N = mkN041 "" ; - zarzalov_A = mkA076 "" ; - zariben_A = mkA076 "" ; - zarib_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zarib_ja_vane_N = mkN071 "" ; - zarivam_V = actionV (mkV186 "") (mkV163 "") ; - zarivane_N = mkN071 "" ; - zaridavam_V = actionV (mkV186 "") (mkV161 "") ; - zaridavane_N = mkN071 "" ; - zarina_V = stateV (mkV152 "") ; - zaritam_V = stateV (mkV186 "") ; - zari_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - zari_ch_ane_N = mkN071 "" ; - zarobvam_V = actionV (mkV186 "") (mkV173 "") ; - zarobvane_N = mkN071 "" ; - zarobitel_N = mkN031a "" ; - zarovi_ch_kam_V = actionV (mkV186 "") (mkV173 "") ; - zaroden_A = mkA076 "" ; - zarodi_sh__N = mkN007 "" ; - zarodi_sh_en_A = mkA079 "" ; - zarozov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zarozov_ja_vane_N = mkN071 "" ; - zaromon_ja__V = stateV (mkV173 "") ; - zaronvam_V = actionV (mkV186 "") (mkV173 "") ; - zaronvane_N = mkN071 "" ; - zaros_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zaros_ja_vane_N = mkN071 "" ; - zaro_ja__V = stateV (mkV175 "") ; - zarumen_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zarumen_ja_vane_N = mkN071 "" ; - zaryka_N = mkN041 "" ; - zarykomaham_V = stateV (mkV186 "") ; - zarykopl_ja_skam_V = stateV (mkV186 "") ; - zarym_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - zarym_zj_avane_N = mkN071 "" ; - zarym_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zarym_ja_vane_N = mkN071 "" ; - zaryfam_V = stateV (mkV186 "") ; - zaryfvam_V = stateV (mkV186 "") ; - zaryfvane_N = mkN071 "" ; - zary_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - zary_ch_vane_N = mkN071 "" ; - zary_ch_enie_N = mkN072 "" ; - zary_ch_ka_N = mkN041 "" ; - zar_ja__N = mkN047 "" ; - zar_ja_d_N = mkN007 "" ; - zar_ja_den_A = mkA079 "" ; - zar_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - zar_ja_zvane_N = mkN071 "" ; - zasada_N = mkN041 "" ; - zasaden_A = mkA076 "" ; - zasa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zasa_zj_dane_N = mkN071 "" ; - zasvidetelstvam_V = stateV (mkV186 "") ; - zasvidetelstvane_N = mkN071 "" ; - zasvidetelstvuvam_V = stateV (mkV186 "") ; - zasvidetelstvuvane_N = mkN071 "" ; - zasvirvam_V = actionV (mkV186 "") (mkV173 "") ; - zasvirvane_N = mkN071 "" ; - zasvo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - zasvo_ja_vane_N = mkN071 "" ; - zasv_ja_tkam_V = actionV (mkV186 "") (mkV174 "") ; - zasv_ja_tkane_N = mkN071 "" ; - zasegnatost_N = mkN049 "" ; - zasedavam_V = stateV (mkV186 "") ; - zasedavane_N = mkN071 "" ; - zasedanie_N = mkN072 "" ; - zasedatel_N = mkN031a "" ; - zasedatelen_A = mkA079 "" ; - zasedatelka_N = mkN041 "" ; - zasednalost_N = mkN049 "" ; - zased_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zased_ja_vane_N = mkN071 "" ; - zaseka_V = stateV (mkV149 "") ; - zasekreten_A = mkA076 "" ; - zaselvam_V = actionV (mkV186 "") (mkV173 "") ; - zaselvane_N = mkN071 "" ; - zaselen_A = mkA076 "" ; - zaselenie_N = mkN072 "" ; - zaseli_sht_e_N = mkN066 "" ; - zaselnik_N = mkN014 "" ; - zasel_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zasel_ja_vane_N = mkN071 "" ; - zasen_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zasen_ch_vane_N = mkN071 "" ; - zasen_ja__V = stateV (mkV174 "") ; - zase_ch_ka_N = mkN041 "" ; - zase_ja_n_A = mkA076 "" ; - zasilvam_V = actionV (mkV186 "") (mkV173 "") ; - zasilvane_N = mkN071 "" ; - zasin_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zasin_ja_vane_N = mkN071 "" ; - zasipvam_V = actionV (mkV186 "") (mkV154 "") ; - zasipvane_N = mkN071 "" ; - zasitn_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zasitn_ja_vane_N = mkN071 "" ; - zasi_ch_am_V = stateV (mkV186 "") ; - zasi_ch_ane_N = mkN071 "" ; - zasi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - zasi_sht_ane_N = mkN071 "" ; - zasi_ja_vam_V = actionV (mkV186 "") (mkV161 "") ; - zasi_ja_vane_N = mkN071 "" ; - zaskobvam_V = actionV (mkV186 "") (mkV173 "") ; - zaskobvane_N = mkN071 "" ; - zaskob_ja_vane_N = mkN071 "" ; - zaskre_zj_avam_V = stateV (mkV186 "") ; - zaskre_zj_avane_N = mkN071 "" ; - zaskre_zj_en_A = mkA076 "" ; - zaskript_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zaskript_ja_vane_N = mkN071 "" ; - zaskyrb_ja_vam_V = stateV (mkV186 "") ; - zaskyrb_ja_vane_N = mkN071 "" ; - zaskyrcam_V = stateV (mkV186 "") ; - zaskyrcane_N = mkN071 "" ; - zasladen_A = mkA076 "" ; - zasla_zj_dam_V = stateV (mkV186 "") ; - zaslan_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - zaslan_ja_ne_N = mkN071 "" ; - zaslepen_A = mkA076 "" ; - zaslepenie_N = mkN072 "" ; - zaslepenost_N = mkN049 "" ; - zaslepitelen_A = mkA079 "" ; - zasleplenie_N = mkN072 "" ; - zaslep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaslep_ja_vane_N = mkN071 "" ; - zaslon_N = mkN007 "" ; - zaslon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zaslon_ja_vane_N = mkN071 "" ; - zasluga_N = mkN041 "" ; - zaslu_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - zaslu_zj_avane_N = mkN071 "" ; - zaslu_zj_il_A = mkA076 "" ; - zasluht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zasluht_ja_vane_N = mkN071 "" ; - zaslu_sh_am_V = stateV (mkV186 "") ; - zaslu_sh_vam_V = stateV (mkV186 "") ; - zaslu_sh_vane_N = mkN071 "" ; - zasmivam_V = actionV (mkV186 "") (mkV160 "") ; - zasmivane_N = mkN071 "" ; - zasmolen_A = mkA076 "" ; - zasmol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zasmol_ja_vane_N = mkN071 "" ; - zasmukan_A = mkA076 "" ; - zasmukvam_V = actionV (mkV186 "") (mkV155 "") ; - zasmukvane_N = mkN071 "" ; - zasmyd_ja_vam_V = stateV (mkV186 "") ; - zasmyd_ja_vane_N = mkN071 "" ; - zasmyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zasm_ja_n_A = mkA081 "" ; - zasne_zj_avam_V = stateV (mkV186 "") ; - zasne_zj_avane_N = mkN071 "" ; - zasne_zj_en_A = mkA076 "" ; - zasnemam_V = actionV (mkV186 "") (mkV171 "") ; - zasnemane_N = mkN071 "" ; - zasnovavam_V = stateV (mkV186 "") ; - zasnovavane_N = mkN071 "" ; - zasol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zasol_ja_vane_N = mkN071 "" ; - zaspalost_N = mkN049 "" ; - zaspivam_V = actionV (mkV186 "") (mkV182 "") ; - zaspivane_N = mkN071 "" ; - zasramvam_V = actionV (mkV186 "") (mkV174 "") ; - zasramvane_N = mkN071 "" ; - zasri_ch_am_V = stateV (mkV186 "") ; - zasri_ch_ane_N = mkN071 "" ; - zastava_N = mkN041 "" ; - zastavam_V = stateV (mkV186 "") ; - zastavane_N = mkN071 "" ; - zastavka_N = mkN041 "" ; - zastav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zastav_ja_ne_N = mkN071 "" ; - zastana_V = stateV (mkV152 "") ; - zastare_ja__V = stateV (mkV160 "") ; - zastar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zastar_ja_vane_N = mkN071 "" ; - zastar_ja_lost_N = mkN049 "" ; - zastel_ja__V = stateV (mkV173 "") ; - zastenvam_V = actionV (mkV186 "") (mkV152 "") ; - zastenvane_N = mkN071 "" ; - zastivam_V = stateV (mkV186 "") ; - zastivane_N = mkN071 "" ; - zastigam_V = actionV (mkV186 "") (mkV152 "") ; - zastigane_N = mkN071 "" ; - zastilam_V = stateV (mkV186 "") ; - zastilane_N = mkN071 "" ; - zastilka_N = mkN041 "" ; - zastina_V = stateV (mkV152 "") ; - zastlan_A = mkA076 "" ; - zastoj_N = mkN032 "" ; - zastopor_ja_va_sht__A = mkA076 "" ; - zasto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - zasto_ja_vane_N = mkN071 "" ; - zasto_ja_l_A = mkA076 "" ; - zasto_ja_lost_N = mkN049 "" ; - zastrahovam_V = stateV (mkV186 "") ; - zastrahovane_N = mkN071 "" ; - zastrahovatel_N = mkN031a "" ; - zastrahovatelen_A = mkA079 "" ; - zastrahovka_N = mkN041 "" ; - zastra_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - zastra_sh_avane_N = mkN071 "" ; - zastra_sh_itelen_A = mkA079 "" ; - zastrelvam_V = stateV (mkV186 "") ; - zastrelvane_N = mkN071 "" ; - zastrel_ja_m_V = stateV (mkV187 "") ; - zastrojvam_V = stateV (mkV186 "") ; - zastrojvane_N = mkN071 "" ; - zastrojka_N = mkN041 "" ; - zastro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - zastro_ja_vane_N = mkN071 "" ; - zastru_ja_vam_V = stateV (mkV186 "") ; - zastru_ja_vane_N = mkN071 "" ; - zastud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zastud_ja_vane_N = mkN071 "" ; - zastyklen_A = mkA076 "" ; - zastypvam_V = actionV (mkV186 "") (mkV173 "") ; - zastypvane_N = mkN071 "" ; - zastypnik_N = mkN014 "" ; - zastypnica_N = mkN041 "" ; - zastypni_ch_eski_A = mkA078 "" ; - zastypni_ch_estvo_N = mkN054 "" ; - zastyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zastyp_ja_ne_N = mkN071 "" ; - zastyr_zj_a_V = stateV (mkV158 "") ; - zasuet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zasuet_ja_vane_N = mkN071 "" ; - zasukan_A = mkA076 "" ; - zasukvam_V = actionV (mkV186 "") (mkV155 "") ; - zasukvane_N = mkN071 "" ; - zasumt_ja_vam_V = stateV (mkV186 "") ; - zasumt_ja_vane_N = mkN071 "" ; - zasu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - zasu_sh_avane_N = mkN071 "" ; - zasyrbam_V = stateV (mkV186 "") ; - zasyrbane_N = mkN071 "" ; - zasyrb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zasyrb_ja_vane_N = mkN071 "" ; - zasyskam_V = stateV (mkV186 "") ; - zasyhvam_V = actionV (mkV186 "") (mkV152 "") ; - zasyhvane_N = mkN071 "" ; - zas_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - zas_ja_vane_N = mkN071 "" ; - zas_ja_vka_N = mkN041 "" ; - zas_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - zas_ja_gane_N = mkN071 "" ; - zas_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - zas_ja_dane_N = mkN071 "" ; - zataen_A = mkA076 "" ; - zatajvam_V = actionV (mkV186 "") (mkV175 "") ; - zatajvane_N = mkN071 "" ; - zatananikam_V = stateV (mkV186 "") ; - zatananikane_N = mkN071 "" ; - zatananikvam_V = stateV (mkV186 "") ; - zatananikvane_N = mkN071 "" ; - zatancuvam_V = stateV (mkV186 "") ; - zatancuvane_N = mkN071 "" ; - zatapvam_V = actionV (mkV186 "") (mkV173 "") ; - zata_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - zata_ja_vane_N = mkN071 "" ; - zatvara_ch_ka_N = mkN041 "" ; - zatvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zatvar_ja_ne_N = mkN071 "" ; - zatvor_N = mkN007 "" ; - zatvoren_A = mkA076 "" ; - zatvorenost_N = mkN049 "" ; - zatvornik_N = mkN014a "" ; - zatvornica_N = mkN041 "" ; - zatvorni_ch_eski_A = mkA078 "" ; - zatvorni_ch_ka_N = mkN041 "" ; - zatvyrden_A = mkA076 "" ; - zatvyrdenost_N = mkN049 "" ; - zatvyrde_ja__V = stateV (mkV160 "") ; - zatvyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatvyrd_ja_vane_N = mkN071 "" ; - zatvyr_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - zatvyr_zj_davane_N = mkN071 "" ; - zategnatost_N = mkN049 "" ; - zateka_V = stateV (mkV148 "") ; - zatikam_V = actionV (mkV186 "") (mkV152 "") ; - zatikvam_V = actionV (mkV186 "") (mkV152 "") ; - zatikvane_N = mkN071 "" ; - zatirvam_V = actionV (mkV186 "") (mkV173 "") ; - zatirvane_N = mkN071 "" ; - zatiskam_V = actionV (mkV186 "") (mkV152 "") ; - zatiskane_N = mkN071 "" ; - zatihvam_V = actionV (mkV186 "") (mkV152 "") ; - zatihvane_N = mkN071 "" ; - zati_ch_ane_N = mkN071 "" ; - zati_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - zati_ch_vane_N = mkN071 "" ; - zati_sh_ie_N = mkN072 "" ; - zatla_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zatla_ch_vane_N = mkN071 "" ; - zatlyst_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zatlyst_ja_vane_N = mkN071 "" ; - zatlyst_ja_lost_N = mkN049 "" ; - zatl_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zatl_ja_vane_N = mkN071 "" ; - zatopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zatopl_ja_ne_N = mkN071 "" ; - zatop_ja__V = stateV (mkV174 "") ; - zatormozvam_V = actionV (mkV186 "") (mkV173 "") ; - zatormozvane_N = mkN071 "" ; - zatormoz_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - zatormoz_ja_vane_N = mkN071 "" ; - zato_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - zato_ch_avane_N = mkN071 "" ; - zato_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - zato_ch_vane_N = mkN071 "" ; - zato_ch_enie_N = mkN072 "" ; - zato_ch_enik_N = mkN014a "" ; - zato_ch_enica_N = mkN041 "" ; - zatrakvam_V = actionV (mkV186 "") (mkV186 "") ; - zatrakvane_N = mkN071 "" ; - zatrevenost_N = mkN049 "" ; - zatrev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatrev_ja_vane_N = mkN071 "" ; - zatrepvam_V = stateV (mkV186 "") ; - zatrepvane_N = mkN071 "" ; - zatrepervam_V = actionV (mkV186 "") (mkV173 "") ; - zatrepervane_N = mkN071 "" ; - zatrept_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zatrept_ja_vane_N = mkN071 "" ; - zatresa_V = stateV (mkV145a "") ; - zatre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zatre_sht__ja_vane_N = mkN071 "" ; - zatrivam_V = actionV (mkV186 "") (mkV163 "") ; - zatrivane_N = mkN071 "" ; - zatrisam_V = stateV (mkV186 "") ; - zatrisane_N = mkN071 "" ; - zatrogvam_V = actionV (mkV186 "") (mkV152 "") ; - zatrogvane_N = mkN071 "" ; - zatropvam_V = actionV (mkV186 "") (mkV186 "") ; - zatropvane_N = mkN071 "" ; - zatrudnen_A = mkA076 "" ; - zatrudnenie_N = mkN072 "" ; - zatrudnenost_N = mkN049 "" ; - zatrudnitelen_A = mkA079 "" ; - zatrudn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatrudn_ja_vane_N = mkN071 "" ; - zatrud_ja__V = stateV (mkV173 "") ; - zatrupvam_V = actionV (mkV186 "") (mkV186 "") ; - zatrupvane_N = mkN071 "" ; - zatryb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatryb_ja_vane_N = mkN071 "" ; - zatry_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - zatry_sh_vane_N = mkN071 "" ; - zatry_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - zatry_sh_kvane_N = mkN071 "" ; - zatr_ja_bvam_V = stateV (mkV186 "") ; - zatr_ja_bvane_N = mkN071 "" ; - zatr_ja_skane_N = mkN071 "" ; - zatr_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - zatr_ja_skvane_N = mkN071 "" ; - zatulvam_V = actionV (mkV186 "") (mkV173 "") ; - zatulvane_N = mkN071 "" ; - zatulka_N = mkN041 "" ; - zatul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zatul_ja_ne_N = mkN071 "" ; - zatupam_V = stateV (mkV186 "") ; - zatupvam_V = actionV (mkV186 "") (mkV177 "") ; - zatupvane_N = mkN071 "" ; - zatupkvam_V = actionV (mkV186 "") (mkV186 "") ; - zatupkvane_N = mkN071 "" ; - zatupt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zatupt_ja_vane_N = mkN071 "" ; - zaturvam_V = actionV (mkV186 "") (mkV173 "") ; - zaturvane_N = mkN071 "" ; - zatur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zatur_ja_ne_N = mkN071 "" ; - zatyvam_V = actionV (mkV186 "") (mkV152 "") ; - zatyvane_N = mkN071 "" ; - zatyguvam_V = stateV (mkV186 "") ; - zatyguvane_N = mkN071 "" ; - zaty_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - zaty_zj_avane_N = mkN071 "" ; - zaty_zj_enost_N = mkN049 "" ; - zatykavam_V = actionV (mkV186 "") (mkV167 "") ; - zatykavane_N = mkN071 "" ; - zatykvam_V = actionV (mkV186 "") (mkV152 "") ; - zatykvane_N = mkN071 "" ; - zatykm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatykm_ja_vane_N = mkN071 "" ; - zatymnenie_N = mkN072 "" ; - zatymnenost_N = mkN049 "" ; - zatymne_ja__V = stateV (mkV160 "") ; - zatymnitel_N = mkN031 "" ; - zatymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatymn_ja_vane_N = mkN071 "" ; - zatyne_ja__V = stateV (mkV160 "") ; - zatynten_A = mkA076 "" ; - zatyntenost_N = mkN049 "" ; - zatynt_ja__V = stateV (mkV173 "") ; - zatyn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatyn_ja_vane_N = mkN071 "" ; - zatype_ja__V = stateV (mkV160 "") ; - zatypitelen_A = mkA079 "" ; - zatypkan_A = mkA076 "" ; - zatypkvam_V = actionV (mkV186 "") (mkV155 "") ; - zatypkvane_N = mkN071 "" ; - zatyp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zatyp_ja_vane_N = mkN071 "" ; - zatyp_ja_l_A = mkA081 "" ; - zatyp_ja_lost_N = mkN049 "" ; - zatyrkal_ja_m_V = stateV (mkV187 "") ; - zatyrkal_ja_ne_N = mkN071 "" ; - zatyrkam_V = stateV (mkV186 "") ; - zatyrkane_N = mkN071 "" ; - zatyrs_ja__V = stateV (mkV173 "") ; - zatyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zatyr_ch_avane_N = mkN071 "" ; - zatytr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zatytr_ja_ne_N = mkN071 "" ; - zat_iu_hkam_V = stateV (mkV186 "") ; - zat_iu_hkane_N = mkN071 "" ; - zat_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - zat_ja_gane_N = mkN071 "" ; - zaudr_ja_m_V = stateV (mkV187 "") ; - zaudr_ja_ne_N = mkN071 "" ; - zaumilkvam_V = stateV (mkV186 "") ; - zaumilkvane_N = mkN071 "" ; - zaupokoen_A = mkA085 "" ; - zaupokoj_N = mkN032 "" ; - zausukvam_V = stateV (mkV186 "") ; - zausukvane_N = mkN071 "" ; - zau_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - zau_ch_avane_N = mkN071 "" ; - zau_sh_ka_N = mkN041 "" ; - zafiksirvam_V = stateV (mkV186 "") ; - zafu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zafu_ch_avane_N = mkN071 "" ; - zahab_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zahab_ja_vane_N = mkN071 "" ; - zahapvam_V = actionV (mkV186 "") (mkV154 "") ; - zahapvane_N = mkN071 "" ; - zahapka_N = mkN041 "" ; - zahar_N = mkN049 "" ; - zaharen_A = mkA079 "" ; - zaharin_N = mkN007 "" ; - zaharnica_N = mkN041 "" ; - zaharnost_N = mkN049 "" ; - zaharoza_N = mkN041 "" ; - zaharometyr_N = mkN009 "" ; - zaharosan_A = mkA076 "" ; - zaharosane_N = mkN071 "" ; - zaharosvam_V = actionV (mkV186 "") (mkV186 "") ; - zaharosvane_N = mkN071 "" ; - zahvalvam_V = actionV (mkV186 "") (mkV173 "") ; - zahvalvane_N = mkN071 "" ; - zahval_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zahval_ja_ne_N = mkN071 "" ; - zahva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - zahva_sht_ane_N = mkN071 "" ; - zahvyrlen_A = mkA076 "" ; - zahvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zahvyrl_ja_ne_N = mkN071 "" ; - zahvyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - zahvyr_ch_avane_N = mkN071 "" ; - zahilvam_V = actionV (mkV186 "") (mkV173 "") ; - zahilvane_N = mkN071 "" ; - zahitruvam_V = actionV (mkV186 "") (mkV160 "") ; - zahitruvane_N = mkN071 "" ; - zahitr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zahitr_ja_vane_N = mkN071 "" ; - zahlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zahlad_ja_vane_N = mkN071 "" ; - zahla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - zahla_zj_dane_N = mkN071 "" ; - zahlas_N = mkN007 "" ; - zahlasvam_V = actionV (mkV186 "") (mkV152 "") ; - zahlasvane_N = mkN071 "" ; - zahlasnat_A = mkA076 "" ; - zahlasnatost_N = mkN049 "" ; - zahlopvam_V = actionV (mkV186 "") (mkV186 "") ; - zahlopvane_N = mkN071 "" ; - zahlopna_V = stateV (mkV152 "") ; - zahlupak_N = mkN014 "" ; - zahlupvam_V = actionV (mkV186 "") (mkV173 "") ; - zahlupvane_N = mkN071 "" ; - zahlupka_N = mkN041 "" ; - zahod_N = mkN007 "" ; - zaho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - zaho_zj_dane_N = mkN071 "" ; - zahranvam_V = actionV (mkV186 "") (mkV173 "") ; - zahranvane_N = mkN071 "" ; - zahript_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - zahrupam_V = stateV (mkV186 "") ; - zahubav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - zahubav_ja_vane_N = mkN071 "" ; - zahylcane_N = mkN071 "" ; - zahylcvam_V = actionV (mkV186 "") (mkV186 "") ; - zahylcvane_N = mkN071 "" ; - zahyrkane_N = mkN071 "" ; - zahyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - zahyrkvane_N = mkN071 "" ; - zacapvam_V = actionV (mkV186 "") (mkV186 "") ; - zacapvane_N = mkN071 "" ; - zacaruvam_V = actionV (mkV186 "") (mkV174 "") ; - zacaruvane_N = mkN071 "" ; - zacar_ja_vane_N = mkN071 "" ; - zaceluvam_V = stateV (mkV186 "") ; - zaceluvane_N = mkN071 "" ; - zacepvam_V = actionV (mkV186 "") (mkV173 "") ; - zacepvane_N = mkN071 "" ; - zacimentiram_V = stateV (mkV186 "") ; - zacimentirane_N = mkN071 "" ; - zacykam_V = stateV (mkV186 "") ; - zacykane_N = mkN071 "" ; - za_ch_akane_N = mkN071 "" ; - za_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - za_ch_akvane_N = mkN071 "" ; - za_ch_atie_N = mkN072 "" ; - za_ch_atyk_N = mkN014 "" ; - za_ch_aty_ch_en_A = mkA079 "" ; - za_ch_evam_V = actionV (mkV186 "") (mkV152 "") ; - za_ch_evane_N = mkN071 "" ; - za_ch_egyrtane_N = mkN071 "" ; - za_ch_egyrtvam_V = actionV (mkV186 "") (mkV186 "") ; - za_ch_egyrtvane_N = mkN071 "" ; - za_ch_ekvam_V = actionV (mkV186 "") (mkV152 "") ; - za_ch_ekvane_N = mkN071 "" ; - za_ch_enka_N = mkN041 "" ; - za_ch_erven_ja_vam_V = stateV (mkV186 "") ; - za_ch_erven_ja_vane_N = mkN071 "" ; - za_ch_erv_ja__V = stateV (mkV174 "") ; - za_ch_erv_ja_vam_V = stateV (mkV186 "") ; - za_ch_erv_ja_vane_N = mkN071 "" ; - za_ch_erkvam_V = actionV (mkV186 "") (mkV152 "") ; - za_ch_erkvane_N = mkN071 "" ; - za_ch_erne_ja__V = stateV (mkV160 "") ; - za_ch_ern_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - za_ch_ern_ja_vane_N = mkN071 "" ; - za_ch_ern_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - za_ch_ern_ja_ne_N = mkN071 "" ; - za_ch_erpvam_V = stateV (mkV186 "") ; - za_ch_erpvane_N = mkN071 "" ; - za_ch_erp_ja__V = stateV (mkV173 "") ; - za_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - za_ch_ertavane_N = mkN071 "" ; - za_ch_esvam_V = stateV (mkV186 "") ; - za_ch_esvane_N = mkN071 "" ; - za_ch_est_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_ch_est_ja_vane_N = mkN071 "" ; - za_ch_eta_V = stateV (mkV145 "") ; - za_ch_e_sh_a_V = stateV (mkV159 "") ; - za_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_ch_isl_ja_vane_N = mkN071 "" ; - za_ch_itam_V = stateV (mkV186 "") ; - za_ch_itane_N = mkN071 "" ; - za_ch_ovyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - za_ch_ovyrkvane_N = mkN071 "" ; - za_ch_opl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - za_ch_opl_ja_ne_N = mkN071 "" ; - za_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - za_ch_uvane_N = mkN071 "" ; - za_ch_udvam_V = actionV (mkV186 "") (mkV173 "") ; - za_ch_udvane_N = mkN071 "" ; - za_ch_uden_A = mkA076 "" ; - za_ch_ukane_N = mkN071 "" ; - za_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - za_ch_ukvane_N = mkN071 "" ; - za_ch_urulikam_V = stateV (mkV186 "") ; - za_ch_urulikane_N = mkN071 "" ; - za_sh_avam_V = stateV (mkV186 "") ; - za_sh_avane_N = mkN071 "" ; - za_sh_arvam_V = actionV (mkV186 "") (mkV173 "") ; - za_sh_arvane_N = mkN071 "" ; - za_sh_emet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_sh_emet_ja_vane_N = mkN071 "" ; - za_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - za_sh_ivane_N = mkN071 "" ; - za_sh_ifrovam_V = stateV (mkV186 "") ; - za_sh_lev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_sh_lev_ja_vane_N = mkN071 "" ; - za_sh_lev_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - za_sh_l_ja__ja__V = stateV (mkV161 "") ; - za_sh_umvam_V = actionV (mkV186 "") (mkV174 "") ; - za_sh_umol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_sh_umol_ja_vane_N = mkN071 "" ; - za_sh_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_sh_um_ja_vane_N = mkN071 "" ; - za_sh_um_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - za_sh_um_ja_ne_N = mkN071 "" ; - za_sh_urt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - za_sh_urt_ja_vane_N = mkN071 "" ; - za_sh_u_sh_ukvam_V = stateV (mkV186 "") ; - za_sh_u_sh_ukvane_N = mkN071 "" ; - za_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - za_sht_ipvane_N = mkN071 "" ; - za_sht_ita_N = mkN041 "" ; - za_sht_itavam_V = actionV (mkV186 "") (mkV174 "") ; - za_sht_itavane_N = mkN071 "" ; - za_sht_iten_A = mkA079 "" ; - za_sht_itenost_N = mkN049 "" ; - za_sht_itimost_N = mkN049 "" ; - za_sht_ititelen_A = mkA079 "" ; - za_sht_itnik_N = mkN014 "" ; - za_sht_itnica_N = mkN041 "" ; - za_sht_itni_ch_ka_N = mkN041 "" ; - za_sht_i_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - za_sht_i_sht_avane_N = mkN071 "" ; - za_sht_rihovam_V = stateV (mkV186 "") ; - za_sht_rihovane_N = mkN071 "" ; - za_sht_uram_V = actionV (mkV186 "") (mkV160 "") ; - za_sht_urane_N = mkN071 "" ; - za_sht_ur_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - za_ja_vitel_N = mkN031a "" ; - za_ja_vka_N = mkN041 "" ; - za_ja_vlenie_N = mkN072 "" ; - za_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - za_ja_v_ja_vane_N = mkN071 "" ; - za_ja_dam_V = stateV (mkV186 "") ; - za_ja_dane_N = mkN071 "" ; - za_ja_dliv_A = mkA076 "" ; - za_ja_dlivost_N = mkN049 "" ; - za_ja__zj_dam_V = stateV (mkV186 "") ; - za_ja__zj_dane_N = mkN071 "" ; - za_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - za_ja_kvane_N = mkN071 "" ; - za_ja_k_ch_en_A = mkA076 "" ; - za_ja_k_ch_itelen_A = mkA079 "" ; - za_ja_m_V = stateV (mkV169 "") ; - zvan_A = mkA076 "" ; - zvanie_N = mkN072 "" ; - zvatelen_A = mkA079 "" ; - zvezda_N = mkN041 "" ; - zvezden_A = mkA079 "" ; - zvezdica_N = mkN041 "" ; - zvezdi_ch_ka_N = mkN041 "" ; - zvezdobroec_N = mkN013 "" ; - zvezdobrojski_A = mkA078 "" ; - zvezdobrojstvo_N = mkN054 "" ; - zvezdoviden_A = mkA079 "" ; - zvezdolet_N = mkN007 "" ; - zvezdoobrazen_A = mkA079 "" ; - zvezdopoklonstvo_N = mkN054 "" ; - zvenar_N = mkN031a "" ; - zveno_N = mkN054 "" ; - zvenovi_A = mkA078 "" ; - zvenovod_N = mkN007 "" ; - zvenovodec_N = mkN008a "" ; - zvenovodka_N = mkN041 "" ; - zverilnik_N = mkN014 "" ; - zverilnica_N = mkN041 "" ; - zveropodoben_A = mkA079 "" ; - zveroukrotitel_N = mkN031a "" ; - zveroukrotitelka_N = mkN041 "" ; - zverski_A = mkA078 "" ; - zverstvo_N = mkN054 "" ; - zver_ch_e_N = mkN065 "" ; - zver_sht_ina_N = mkN041 "" ; - zver_ja__V = stateV (mkV173 "") ; - zvonkov_A = mkA076 "" ; - zvuk_N = mkN014 "" ; - zvukov_A = mkA076 "" ; - zvukozaglu_sh_itel_N = mkN031 "" ; - zvukozapis_N = mkN007 "" ; - zvukozapisvatelen_A = mkA079 "" ; - zvukoizoliran_A = mkA076 "" ; - zvukometri_ja__N = mkN047 "" ; - zvukonepronicaem_A = mkA076 "" ; - zvukooperator_N = mkN007 "" ; - zvukopogly_sht_a_sht__A = mkA076 "" ; - zvukopodra_zj_anie_N = mkN072 "" ; - zvukopodra_zj_atelen_A = mkA079 "" ; - zvukoprovoden_A = mkA079 "" ; - zvukoprovodimost_N = mkN049 "" ; - zvukoprovodnost_N = mkN049 "" ; - zvukosy_ch_etanie_N = mkN072 "" ; - zvukotehnika_N = mkN041 "" ; - zvu_ch_a_V = stateV (mkV178 "") ; - zvu_ch_en_A = mkA079 "" ; - zvu_ch_ene_N = mkN071 "" ; - zvu_ch_nost_N = mkN049 "" ; - zvyn_N = mkN001 "" ; - zvynar_N = mkN031a "" ; - zvynarka_N = mkN041 "" ; - zvynvam_V = actionV (mkV186 "") (mkV152 "") ; - zvynvane_N = mkN071 "" ; - zvynene_N = mkN071 "" ; - zvynec_N = mkN008 "" ; - zvynika_N = mkN041 "" ; - zvynkam_V = stateV (mkV186 "") ; - zvynkane_N = mkN071 "" ; - zvynliv_A = mkA076 "" ; - zvynlivost_N = mkN049 "" ; - zvynte_zj__N = mkN007 "" ; - zvyntene_N = mkN071 "" ; - zvynt_ja__V = stateV (mkV177 "") ; - zvyn_ch_e_N = mkN065 "" ; - zvyn_ch_ev_A = mkA076 "" ; - zvynyk_A = mkA080 "" ; - zvyn_ja__V = stateV (mkV177 "") ; - zv_ja_r_N = mkN002a "" ; - zdanie_N = mkN072 "" ; - zdrav_A = mkA076 "" ; - zdrave_N = mkN065 "" ; - zdraven_A = mkA079 "" ; - zdraven_ja_k_N = mkN014a "" ; - zdraven_ja__ch_ka_N = mkN041 "" ; - zdraveopazvane_N = mkN071 "" ; - zdravec_N = mkN007 "" ; - zdravina_N = mkN041 "" ; - zdravisam_V = stateV (mkV186 "") ; - zdravisvam_V = stateV (mkV186 "") ; - zdravisvane_N = mkN071 "" ; - zdravomisle_sht__A = mkA076 "" ; - zdravomislie_N = mkN072 "" ; - zdravosloven_A = mkA079 "" ; - zdravoslovnost_N = mkN049 "" ; - zdra_ch__N = mkN001 "" ; - zdra_ch_avam_V = stateV (mkV186 "") ; - zdra_ch_avane_N = mkN071 "" ; - zdra_ch_evina_N = mkN041 "" ; - zdra_ch_en_A = mkA079 "" ; - zdra_ch_ina_N = mkN041 "" ; - zeblo_N = mkN054 "" ; - zebra_N = mkN041 "" ; - zevzek_N = mkN014 "" ; - zevzeklyk_N = mkN014 "" ; - zevsov_A = mkA076 "" ; - zejvam_V = stateV (mkV186 "") ; - zejvane_N = mkN071 "" ; - zejka_N = mkN041 "" ; - zele_N = mkN065 "" ; - zelev_A = mkA076 "" ; - zelen_A = mkA076 "" ; - zelene_ja__V = stateV (mkV160 "") ; - zelenika_N = mkN041 "" ; - zelenikav_A = mkA076 "" ; - zelenilo_N = mkN054 "" ; - zelenina_N = mkN041 "" ; - zelenokrak_A = mkA076 "" ; - zelenook_A = mkA076 "" ; - zelen_ch_uk_N = mkN014 "" ; - zelen_ch_ukov_A = mkA076 "" ; - zelen_ch_ukoproizvoditel_N = mkN031a "" ; - zelen_ch_ukoproizvodstvo_N = mkN054 "" ; - zelen_ch_ukosnabd_ja_vane_N = mkN071 "" ; - zelen_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - zelen_ja_svane_N = mkN071 "" ; - zelka_N = mkN041 "" ; - zelnik_N = mkN014 "" ; - zemevladelec_N = mkN008a "" ; - zemevladelski_A = mkA078 "" ; - zemevladenie_N = mkN072 "" ; - zemevladetel_N = mkN031a "" ; - zemedelec_N = mkN008a "" ; - zemedelie_N = mkN072 "" ; - zemedelski_A = mkA078 "" ; - zemekopa_ch__N = mkN007a "" ; - zemekopa_ch_en_A = mkA079 "" ; - zemekopa_ch_ka_N = mkN041 "" ; - zemekopen_A = mkA079 "" ; - zememer_N = mkN007 "" ; - zememeren_A = mkA079 "" ; - zememerski_A = mkA078 "" ; - zememerstvo_N = mkN054 "" ; - zemen_A = mkA079 "" ; - zemenski_A = mkA078 "" ; - zemeobrabotvane_N = mkN071 "" ; - zemepisen_A = mkA079 "" ; - zemepisec_N = mkN008a "" ; - zemeprite_zj_atel_N = mkN031a "" ; - zemetresenie_N = mkN072 "" ; - zemetrys_N = mkN007 "" ; - zemetrysen_A = mkA079 "" ; - zemeustrojstvo_N = mkN054 "" ; - zemlemer_N = mkN007 "" ; - zemlemerski_A = mkA078 "" ; - zemlemerstvo_N = mkN054 "" ; - zemlen_A = mkA076 "" ; - zemli_sht_e_N = mkN066 "" ; - zeml_ja_k_N = mkN014 "" ; - zeml_ja_nin_N = mkN018 "" ; - zeml_ja_nka_N = mkN041 "" ; - zeml_ja__ch_estvo_N = mkN054 "" ; - zemnovoden_A = mkA079 "" ; - zem_ja__N = mkN047 "" ; - zenit_N = mkN007 "" ; - zeniten_A = mkA079 "" ; - zenit_ch_ik_N = mkN014 "" ; - zenica_N = mkN041 "" ; - zestra_N = mkN041 "" ; - zestrogonec_N = mkN008a "" ; - zet_N = mkN029 "" ; - zetxov_A = mkA076 "" ; - zefir_N = mkN007 "" ; - zefiren_A = mkA079 "" ; - zehtin_N = mkN007 "" ; - ze_ja__V = stateV (mkV164 "") ; - zigzag_N = mkN015 "" ; - zigzagoviden_A = mkA079 "" ; - zigzagoobrazen_A = mkA079 "" ; - zid_N = mkN001 "" ; - zidam_V = stateV (mkV186 "") ; - zidane_N = mkN071 "" ; - zidar_N = mkN031a "" ; - zidari_ja__N = mkN047 "" ; - zidarski_A = mkA078 "" ; - zidarstvo_N = mkN054 "" ; - zida_ch_estvo_N = mkN054 "" ; - zima_N = mkN041 "" ; - zimen_A = mkA079 "" ; - zimering_N = mkN007 "" ; - zimnik_N = mkN014 "" ; - zimnina_N = mkN041 "" ; - zimnica_N = mkN041 "" ; - zimovina_N = mkN041 "" ; - zimovi_sht_e_N = mkN066 "" ; - zimorli_ch_av_A = mkA076 "" ; - zimorli_ch_avost_N = mkN049 "" ; - zimorni_ch_av_A = mkA076 "" ; - zimuvam_V = stateV (mkV186 "") ; - zimuvane_N = mkN071 "" ; - zinvam_V = actionV (mkV186 "") (mkV152 "") ; - zift_N = mkN001 "" ; - zlat_A = mkA076 "" ; - zlatar_N = mkN031a "" ; - zlatarnica_N = mkN041 "" ; - zlatarski_A = mkA078 "" ; - zlatarstvo_N = mkN054 "" ; - zlaten_A = mkA079 "" ; - zlatist_A = mkA076 "" ; - zlatka_N = mkN041 "" ; - zlato_N = mkN054 "" ; - zlatovryh_A = mkA082 "" ; - zlatozaren_A = mkA076 "" ; - zlatokopa_ch__N = mkN007a "" ; - zlatokos_A = mkA076 "" ; - zlatonosen_A = mkA079 "" ; - zlatoperka_N = mkN041 "" ; - zlatorus_A = mkA076 "" ; - zlatotykan_A = mkA076 "" ; - zlatotyrsa_ch__N = mkN007b "" ; - zlatoust_A = mkA076 "" ; - zlat_ja__V = stateV (mkV174 "") ; - zla_ch_en_A = mkA079 "" ; - zlepostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - zlepostav_ja_ne_N = mkN071 "" ; - zlina_N = mkN041 "" ; - zlo_N = mkN054 "" ; - zloba_N = mkN041 "" ; - zlobar_N = mkN007 "" ; - zloben_A = mkA079 "" ; - zlobliv_A = mkA076 "" ; - zlobnost_N = mkN049 "" ; - zlobodneven_A = mkA079 "" ; - zlobodnevie_N = mkN072 "" ; - zlobodnevka_N = mkN041 "" ; - zlove_sht__A = mkA076 "" ; - zlovonen_A = mkA079 "" ; - zlovonie_N = mkN072 "" ; - zlovreden_A = mkA079 "" ; - zlovrednost_N = mkN049 "" ; - zlodeen_A = mkA085 "" ; - zlodej_N = mkN032a "" ; - zlodejski_A = mkA078 "" ; - zlodejstvam_V = stateV (mkV186 "") ; - zlodejstvane_N = mkN071 "" ; - zlodejstvo_N = mkN054 "" ; - zlode_ja_nie_N = mkN072 "" ; - zlodumen_A = mkA079 "" ; - zlodumstvo_N = mkN054 "" ; - zloezi_ch_ie_N = mkN072 "" ; - zloezi_ch_nik_N = mkN014a "" ; - zlo_zj_elatel_N = mkN031a "" ; - zlo_zj_elatelen_A = mkA079 "" ; - zlo_zj_elatelka_N = mkN041 "" ; - zlo_zj_elatelstvam_V = stateV (mkV186 "") ; - zlo_zj_elatelstvane_N = mkN071 "" ; - zlo_zj_elatelstvo_N = mkN054 "" ; - zloka_ch_estven_A = mkA076 "" ; - zloka_ch_estvenost_N = mkN049 "" ; - zlokoba_N = mkN041 "" ; - zlokoben_A = mkA079 "" ; - zlomislen_A = mkA076 "" ; - zlomislie_N = mkN072 "" ; - zlonameren_A = mkA076 "" ; - zlonamerenost_N = mkN049 "" ; - zlonrav_A = mkA076 "" ; - zlonraven_A = mkA079 "" ; - zlonravie_N = mkN072 "" ; - zlopameten_A = mkA079 "" ; - zlopametnost_N = mkN049 "" ; - zlopametstvo_N = mkN054 "" ; - zlopoluka_N = mkN041 "" ; - zlopolu_ch_en_A = mkA079 "" ; - zlopolu_ch_ie_N = mkN072 "" ; - zlorad_A = mkA076 "" ; - zloradstvam_V = stateV (mkV186 "") ; - zloradstvane_N = mkN071 "" ; - zloradstvo_N = mkN054 "" ; - zloradstvuvam_V = stateV (mkV186 "") ; - zloradstvuvane_N = mkN071 "" ; - zlore_ch_ie_N = mkN072 "" ; - zloslovene_N = mkN071 "" ; - zloslovec_N = mkN008 "" ; - zloslovie_N = mkN072 "" ; - zloslov_ja__V = stateV (mkV173 "") ; - zlost_N = mkN049 "" ; - zlosten_A = mkA079 "" ; - zlostoren_A = mkA079 "" ; - zlostornik_N = mkN014a "" ; - zlostornica_N = mkN041 "" ; - zlostorni_ch_a_V = stateV (mkV176 "") ; - zlostorni_ch_eski_A = mkA078 "" ; - zlostorni_ch_estvo_N = mkN054 "" ; - zlostorstvam_V = stateV (mkV186 "") ; - zlostorstvane_N = mkN071 "" ; - zlostorstvo_N = mkN054 "" ; - zlota_N = mkN041 "" ; - zlotvoren_A = mkA079 "" ; - zloumisyl_N = mkN009 "" ; - zloumi_sh_len_A = mkA076 "" ; - zloupotreba_N = mkN041 "" ; - zloupotreben_A = mkA079 "" ; - zloupotrebitel_N = mkN031a "" ; - zloupotreblenie_N = mkN072 "" ; - zloupotreb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - zloupotreb_ja_vane_N = mkN071 "" ; - zloust_A = mkA076 "" ; - zlo_ch_est_A = mkA076 "" ; - zlo_ch_esten_A = mkA079 "" ; - zlo_ch_estina_N = mkN041 "" ; - zlo_ch_instvo_N = mkN054 "" ; - zlo_sht_asten_A = mkA079 "" ; - zlo_sht_astie_N = mkN072 "" ; - zlo_sht_astnik_N = mkN014a "" ; - zlo_ja_d_A = mkA076 "" ; - zly_ch__N = mkN049 "" ; - zly_ch_en_A = mkA079 "" ; - zly_ch_nost_N = mkN049 "" ; - zmej_N = mkN028a "" ; - zmieviden_A = mkA079 "" ; - zmiepodoben_A = mkA079 "" ; - zmieukrotitel_N = mkN031 "" ; - zmijski_A = mkA078 "" ; - zmij_ch_e_N = mkN065 "" ; - zmiorka_N = mkN041 "" ; - zmi_ja__N = mkN047 "" ; - zmi_ja_r_N = mkN007 "" ; - zmi_ja_rnik_N = mkN014 "" ; - znaen_A = mkA085 "" ; - znaene_N = mkN071 "" ; - znak_N = mkN014 "" ; - znakov_A = mkA076 "" ; - zname_N = mkN069 "" ; - znamenatel_N = mkN031 "" ; - znamenatelen_A = mkA079 "" ; - znamenie_N = mkN072 "" ; - znamenit_A = mkA076 "" ; - znamenitost_N = mkN049 "" ; - znamenosec_N = mkN008a "" ; - znanie_N = mkN072 "" ; - znaten_A = mkA079 "" ; - znatnost_N = mkN049 "" ; - znahar_N = mkN031a "" ; - znaharka_N = mkN041 "" ; - znaharstvo_N = mkN054 "" ; - zna_ch_a_V = stateV (mkV176 "") ; - zna_ch_en_A = mkA079 "" ; - zna_ch_enie_N = mkN072 "" ; - zna_ch_im_A = mkA076 "" ; - zna_ch_imost_N = mkN049 "" ; - zna_ch_itelen_A = mkA079 "" ; - zna_ch_itelnost_N = mkN049 "" ; - zna_ch_ka_N = mkN041 "" ; - zna_ja__V = stateV (mkV162 "") ; - znoen_A = mkA085 "" ; - znoj_N = mkN028 "" ; - zob_N = mkN001 "" ; - zobam_V = actionV (mkV186 "") (mkV152 "") ; - zobane_N = mkN071 "" ; - zobvam_V = actionV (mkV186 "") (mkV152 "") ; - zobvane_N = mkN071 "" ; - zobnica_N = mkN041 "" ; - zob_ja__V = stateV (mkV154 "") ; - zov_N = mkN001 "" ; - zovavam_V = actionV (mkV186 "") (mkV151 "") ; - zograf_N = mkN007 "" ; - zografisvam_V = actionV (mkV186 "") (mkV186 "") ; - zografisvane_N = mkN071 "" ; - zodiak_N = mkN014 "" ; - zodiakalen_A = mkA079 "" ; - zodi_ja__N = mkN047 "" ; - zol_iu_ci_ja__N = mkN047 "" ; - zombi_N = mkN065 "" ; - zona_N = mkN041 "" ; - zonalen_A = mkA079 "" ; - zonira_sht__A = mkA076 "" ; - zoogeni_ja__N = mkN047 "" ; - zoogeograf_N = mkN007 "" ; - zoogeografi_ja__N = mkN047 "" ; - zoografi_ja__N = mkN047 "" ; - zoolatri_ja__N = mkN047 "" ; - zoolog_N = mkN015 "" ; - zoologi_ch_en_A = mkA079 "" ; - zoologi_ch_eski_A = mkA078 "" ; - zoologi_ja__N = mkN047 "" ; - zoolo_zj_ki_A = mkA078 "" ; - zoomorfizym_N = mkN011 "" ; - zoopark_N = mkN001 "" ; - zoospora_N = mkN041 "" ; - zootehnik_N = mkN014 "" ; - zootehnika_N = mkN041 "" ; - zootehni_ch_eski_A = mkA078 "" ; - zootehni_ch_ka_N = mkN041 "" ; - zoohimi_ch_eski_A = mkA078 "" ; - zoohimi_ja__N = mkN047 "" ; - zor_N = mkN001 "" ; - zora_N = mkN041 "" ; - zorkost_N = mkN049 "" ; - zornica_N = mkN041 "" ; - zoryk_A = mkA080 "" ; - zoster_N = mkN007 "" ; - zra_V = stateV (mkV150 "") ; - zreene_N = mkN071 "" ; - zreli_sht_e_N = mkN066 "" ; - zreli_sht_en_A = mkA079 "" ; - zrelost_N = mkN049 "" ; - zrelosten_A = mkA079 "" ; - zrelostnik_N = mkN014a "" ; - zrelostni_ch_ka_N = mkN041 "" ; - zrenie_N = mkN072 "" ; - zre_ja__V = stateV (mkV160 "") ; - zritel_N = mkN031a "" ; - zritelen_A = mkA079 "" ; - zritelka_N = mkN041 "" ; - zrynce_N = mkN066 "" ; - zr_ja_l_A = mkA081 "" ; - zr_ja_lost_N = mkN052 "" ; - zubra_ch__N = mkN007b "" ; - zubra_ch_ka_N = mkN041 "" ; - zubrene_N = mkN071 "" ; - zubr_ja__V = stateV (mkV173 "") ; - zubyr_N = mkN009 "" ; - zulum_N = mkN007 "" ; - zumer_N = mkN007 "" ; - zurla_N = mkN041 "" ; - zyb_N = mkN007 "" ; - zybar_N = mkN031a "" ; - zybat_A = mkA076 "" ; - zyben_A = mkA079 "" ; - zybene_N = mkN071 "" ; - zyber_N = mkN007 "" ; - zybest_A = mkA076 "" ; - zybec_N = mkN008 "" ; - zybobol_N = mkN007 "" ; - zyboviden_A = mkA079 "" ; - zybolekar_N = mkN031a "" ; - zybolekarka_N = mkN041 "" ; - zybolekarski_A = mkA078 "" ; - zybolekarstvo_N = mkN054 "" ; - zybole_ch_eben_A = mkA079 "" ; - zybole_ch_ebnica_N = mkN041 "" ; - zybole_ch_enie_N = mkN072 "" ; - zybotehnik_N = mkN014 "" ; - zybotehnika_N = mkN041 "" ; - zyb_ch_at_A = mkA076 "" ; - zyb_ch_atka_N = mkN041 "" ; - zyb_ch_e_N = mkN065 "" ; - zyb_ja__V = stateV (mkV173 "") ; - zyzna_V = stateV (mkV152 "") ; - zyzne_sht__A = mkA076 "" ; - zyl_A = adjAdv (mkA080 "") "" ; - zylva_N = mkN041 "" ; - zylvin_A = mkA076 "" ; - zyrvam_V = actionV (mkV186 "") (mkV152 "") ; - zyrvane_N = mkN071 "" ; - zyrkel_N = mkN007 "" ; - zyrnen_A = mkA076 "" ; - zyrnest_A = mkA076 "" ; - zyrnistost_N = mkN049 "" ; - zyrno_N = mkN054 "" ; - zyrnoviden_A = mkA079 "" ; - zyrnodaen_A = mkA085 "" ; - zyrnodobiv_N = mkN007 "" ; - zyrnometri_ch_en_A = mkA079 "" ; - zyrnonosen_A = mkA079 "" ; - zyrnoproizvoditel_N = mkN031a "" ; - zyrnoproizvoditelen_A = mkA079 "" ; - zyrnoproizvodstvo_N = mkN054 "" ; - zyrnohranili_sht_e_N = mkN066 "" ; - z_iu_mb_iu_l_N = mkN007 "" ; - z_ja_nosvam_V = stateV (mkV186 "") ; - z_ja_pam_V = actionV (mkV186 "") (mkV152 "") ; - z_ja_pane_N = mkN071 "" ; - z_ja_pa_ch__N = mkN007b "" ; - z_ja_pvam_V = stateV (mkV186 "") ; - z_ja_pvane_N = mkN071 "" ; - z_ja_pen_ja__V = stateV (mkV173 "") ; - iberijski_A = mkA078 "" ; - ibis_N = mkN007 "" ; - ibrik_ch_i_ja__N = mkN039 "" ; - ibri_sh_im_N = mkN007 "" ; - ivica_N = mkN041 "" ; - ivi_ch_ka_N = mkN041 "" ; - igla_N = mkN041 "" ; - iglen_A = mkA076 "" ; - iglenik_N = mkN014 "" ; - iglenica_N = mkN041 "" ; - iglest_A = mkA076 "" ; - iglika_N = mkN041 "" ; - iglica_N = mkN041 "" ; - igli_ch_ka_N = mkN041 "" ; - igloviden_A = mkA079 "" ; - igloko_zj__A = mkA076 "" ; - iglolist_A = mkA076 "" ; - iglolisten_A = mkA079 "" ; - igloobrazen_A = mkA079 "" ; - iglu_N = mkN065 "" ; - igl_ja_nka_N = mkN041 "" ; - ignoriram_V = stateV (mkV186 "") ; - ignorirane_N = mkN071 "" ; - igo_N = mkN054 "" ; - igra_N = mkN041 "" ; - igraene_N = mkN071 "" ; - igralen_A = mkA079 "" ; - igralo_N = mkN054 "" ; - igrane_N = mkN071 "" ; - igra_ch__N = mkN007b "" ; - igra_ch_ka_N = mkN041 "" ; - igra_ja__V = stateV (mkV161 "") ; - igrek_N = mkN014 "" ; - igriv_A = mkA076 "" ; - igrivost_N = mkN049 "" ; - igri_ch_ka_N = mkN041 "" ; - igri_sht_e_N = mkN066 "" ; - igroslovie_N = mkN072 "" ; - igroslovica_N = mkN041 "" ; - iguana_N = mkN041 "" ; - igumen_N = mkN007 "" ; - igumenka_N = mkN041 "" ; - igumenski_A = mkA078 "" ; - ida_V = actionV (mkV165 "") (mkV146a "") ; - idvam_V = actionV (mkV186 "") (mkV146a "") ; - idvane_N = mkN071 "" ; - ideal_N = mkN007 "" ; - idealen_A = mkA079 "" ; - idealizaci_ja__N = mkN047 "" ; - idealiziram_V = stateV (mkV186 "") ; - idealizirane_N = mkN071 "" ; - idealizym_N = mkN011 "" ; - idealist_N = mkN007 "" ; - idealisti_ch_en_A = mkA079 "" ; - idealisti_ch_eski_A = mkA078 "" ; - idealistka_N = mkN041 "" ; - ideen_A = mkA085 "" ; - idejnost_N = mkN049 "" ; - iden_A = mkA079 "" ; - identifikator_N = mkN007 "" ; - identifikacionen_A = mkA079 "" ; - identifikaci_ja__N = mkN047 "" ; - identificiram_V = stateV (mkV186 "") ; - identificiran_A = mkA076 "" ; - identificirane_N = mkN071 "" ; - identi_ch_en_A = mkA079 "" ; - identi_ch_nost_N = mkN049 "" ; - ideografi_ch_en_A = mkA079 "" ; - ideografi_ja__N = mkN047 "" ; - ideografski_A = mkA078 "" ; - ideolog_N = mkN015 "" ; - ideologi_ch_en_A = mkA079 "" ; - ideologi_ch_eski_A = mkA078 "" ; - ideologi_ja__N = mkN047 "" ; - ide_ja__N = mkN047 "" ; - idili_ch_en_A = mkA079 "" ; - idili_ja__N = mkN047 "" ; - idiom_N = mkN007 "" ; - idiomatika_N = mkN041 "" ; - idiomati_ch_en_A = mkA079 "" ; - idiosinkrazi_ja__N = mkN047 "" ; - idiosinkrati_ch_en_A = mkA079 "" ; - idiot_N = mkN007 "" ; - idiotiziram_V = stateV (mkV186 "") ; - idiotizym_N = mkN011 "" ; - idioti_ja__N = mkN047 "" ; - idiotka_N = mkN041 "" ; - idiotski_A = mkA078 "" ; - idiot_sht_ina_N = mkN041 "" ; - idol_N = mkN007 "" ; - idolen_A = mkA079 "" ; - idolopoklonnik_N = mkN014 "" ; - idolopoklonnica_N = mkN041 "" ; - idolopoklonni_ch_eski_A = mkA078 "" ; - idolopoklonni_ch_estvo_N = mkN054 "" ; - idolopoklonstvo_N = mkN054 "" ; - idol_ch_e_N = mkN065 "" ; - idu_sht__A = mkA076 "" ; - ievyzmo_zj_nost_N = mkN049 "" ; - izba_N = mkN041 "" ; - izbava_N = mkN041 "" ; - izbavitel_N = mkN031a "" ; - izbavitelen_A = mkA079 "" ; - izbavitelka_N = mkN041 "" ; - izbavlenie_N = mkN072 "" ; - izbav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izbav_ja_ne_N = mkN071 "" ; - izbagr_ja_m_V = stateV (mkV187 "") ; - izbagr_ja_ne_N = mkN071 "" ; - izbegna_V = stateV (mkV152 "") ; - izbedn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izbelvam_V = actionV (mkV186 "") (mkV173 "") ; - izbelvane_N = mkN071 "" ; - izbel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izbel_ja_l_A = mkA081 "" ; - izbel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izben_A = mkA076 "" ; - izbesvam_V = actionV (mkV186 "") (mkV173 "") ; - izbesvane_N = mkN071 "" ; - izbivam_V = actionV (mkV186 "") (mkV163 "") ; - izbivane_N = mkN071 "" ; - izbikal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - izbiraem_A = mkA076 "" ; - izbiraemost_N = mkN049 "" ; - izbiram_V = actionV (mkV186 "") (mkV170 "") ; - izbirane_N = mkN071 "" ; - izbiratel_N = mkN031a "" ; - izbiratelen_A = mkA079 "" ; - izbiratelka_N = mkN041 "" ; - izbiratelski_A = mkA078 "" ; - izbistrenost_N = mkN049 "" ; - izbistr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izbistr_ja_ne_N = mkN071 "" ; - izbi_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izbi_ch_vane_N = mkN071 "" ; - izbledn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izbledn_ja_vane_N = mkN071 "" ; - izble_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - izble_sht_vane_N = mkN071 "" ; - izble_ja__V = stateV (mkV160 "") ; - izblizvam_V = actionV (mkV186 "") (mkV156 "") ; - izblizvane_N = mkN071 "" ; - izblik_N = mkN014 "" ; - izblikvam_V = actionV (mkV186 "") (mkV152 "") ; - izblikvane_N = mkN071 "" ; - izblyskam_V = actionV (mkV186 "") (mkV152 "") ; - izblyskvam_V = actionV (mkV186 "") (mkV152 "") ; - izblyskvane_N = mkN071 "" ; - izbobot_ja__V = stateV (mkV173 "") ; - izbo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - izbo_zj_dane_N = mkN071 "" ; - izboksiram_V = stateV (mkV186 "") ; - izbor_N = mkN007 "" ; - izboren_A = mkA079 "" ; - izbornost_N = mkN049 "" ; - izbranik_N = mkN014 "" ; - izbranica_N = mkN041 "" ; - izbrisane_N = mkN071 "" ; - izbrisvam_V = actionV (mkV186 "") (mkV186 "") ; - izbrisvane_N = mkN071 "" ; - izbrodvam_V = actionV (mkV186 "") (mkV173 "") ; - izbrodvane_N = mkN071 "" ; - izbrodiram_V = stateV (mkV186 "") ; - izbrodirane_N = mkN071 "" ; - izbroen_A = mkA076 "" ; - izbro_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izbro_zj_dane_N = mkN071 "" ; - izbroimost_N = mkN049 "" ; - izbro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - izbro_ja_vane_N = mkN071 "" ; - izbrulvam_V = actionV (mkV186 "") (mkV173 "") ; - izbrulvane_N = mkN071 "" ; - izbrul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izbrul_ja_ne_N = mkN071 "" ; - izbrym_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izbrym_ch_avane_N = mkN071 "" ; - izbrysvam_V = actionV (mkV186 "") (mkV152 "") ; - izbrysvane_N = mkN071 "" ; - izbryskvam_V = actionV (mkV186 "") (mkV186 "") ; - izbryskvane_N = mkN071 "" ; - izbrytv_ja_m_V = stateV (mkV187 "") ; - izbrytv_ja_ne_N = mkN071 "" ; - izbry_sht_olev_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izbry_sht_olev_ja_ne_N = mkN071 "" ; - izbumt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izbumt_ja_vane_N = mkN071 "" ; - izbutane_N = mkN071 "" ; - izbutvam_V = actionV (mkV186 "") (mkV186 "") ; - izbutvane_N = mkN071 "" ; - izbuham_V = actionV (mkV186 "") (mkV177 "") ; - izbuhvam_V = actionV (mkV186 "") (mkV152 "") ; - izbuhvane_N = mkN071 "" ; - izbuhliv_A = mkA076 "" ; - izbuhlivost_N = mkN049 "" ; - izbuht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izbuht_ja_vane_N = mkN071 "" ; - izbu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izbu_ch_avane_N = mkN071 "" ; - izbu_ja_vam_V = actionV (mkV186 "") (mkV163 "") ; - izbu_ja_vane_N = mkN071 "" ; - izbu_ja_lost_N = mkN049 "" ; - izbybr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izbybr_ja_ne_N = mkN071 "" ; - izbylvam_V = stateV (mkV186 "") ; - izbylvane_N = mkN071 "" ; - izbyrborvam_V = actionV (mkV186 "") (mkV173 "") ; - izbyrborvane_N = mkN071 "" ; - izbyrzvam_V = actionV (mkV186 "") (mkV186 "") ; - izbyrzvane_N = mkN071 "" ; - izbyrsvam_V = actionV (mkV186 "") (mkV159 "") ; - izbyrsvane_N = mkN071 "" ; - izb_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - izb_ja_gvam_V = actionV (mkV186 "") (mkV152 "") ; - izb_ja_gvane_N = mkN071 "" ; - izvadka_N = mkN041 "" ; - izva_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izva_zj_dane_N = mkN071 "" ; - izvajvam_V = actionV (mkV186 "") (mkV173 "") ; - izvajvane_N = mkN071 "" ; - izvajkvam_V = stateV (mkV186 "") ; - izvajkvane_N = mkN071 "" ; - izval_ja_vam_V = stateV (mkV186 "") ; - izval_ja_vane_N = mkN071 "" ; - izval_ja_m_V = stateV (mkV187 "") ; - izval_ja_n_A = mkA081 "" ; - izvara_N = mkN041 "" ; - izvardvam_V = actionV (mkV186 "") (mkV173 "") ; - izvardvane_N = mkN071 "" ; - izvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izvar_ja_vane_N = mkN071 "" ; - izva_ja__V = stateV (mkV162 "") ; - izva_ja_n_A = mkA076 "" ; - izva_ja_nie_N = mkN072 "" ; - izve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - izve_zj_dane_N = mkN071 "" ; - izvezvam_V = actionV (mkV186 "") (mkV154 "") ; - izvezvane_N = mkN071 "" ; - izverg_N = mkN007 "" ; - izvesten_A = mkA079 "" ; - izvestie_N = mkN072 "" ; - izvestitel_N = mkN031a "" ; - izvestnost_N = mkN049 "" ; - izvest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izvest_ja_vane_N = mkN071 "" ; - izvetr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izvetr_ja_vane_N = mkN071 "" ; - izvetr_ja_l_A = mkA081 "" ; - izvehte_ja__V = stateV (mkV160 "") ; - izveht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izveht_ja_vane_N = mkN071 "" ; - izve_ja_n_A = mkA076 "" ; - izve_ja_nost_N = mkN049 "" ; - izviv_A = mkA076 "" ; - izvivam_V = actionV (mkV186 "") (mkV163 "") ; - izvivane_N = mkN071 "" ; - izvivka_N = mkN041 "" ; - izvikvam_V = actionV (mkV186 "") (mkV186 "") ; - izvikvane_N = mkN071 "" ; - izvinenie_N = mkN072 "" ; - izvinim_A = mkA076 "" ; - izvinitelen_A = mkA079 "" ; - izvinitelnost_N = mkN049 "" ; - izvin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izvin_ja_vane_N = mkN071 "" ; - izviram_V = stateV (mkV186 "") ; - izvirane_N = mkN071 "" ; - izvisen_A = mkA076 "" ; - izvis_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - izvis_ja_vane_N = mkN071 "" ; - izvit_A = mkA076 "" ; - izvitost_N = mkN049 "" ; - izvi_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izvi_sh_avane_N = mkN071 "" ; - izvlek_N = mkN014 "" ; - izvle_ch_enie_N = mkN072 "" ; - izvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - izvli_ch_ane_N = mkN071 "" ; - izvod_N = mkN007 "" ; - izvoden_A = mkA079 "" ; - izvozvam_V = actionV (mkV186 "") (mkV173 "") ; - izvozvane_N = mkN071 "" ; - izvozva_ch__N = mkN007b "" ; - izvozen_A = mkA076 "" ; - izvor_N = mkN007 "" ; - izvoren_A = mkA079 "" ; - izvo_iu_vam_V = stateV (mkV186 "") ; - izvo_iu_vane_N = mkN071 "" ; - izvraten_A = mkA076 "" ; - izvratenost_N = mkN049 "" ; - izvraten_ja_k_N = mkN014 "" ; - izvrat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izvra_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - izvra_sht_avane_N = mkN071 "" ; - izvra_sht_enie_N = mkN072 "" ; - izvre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izvre_sht__ja_vane_N = mkN071 "" ; - izvrynkam_V = actionV (mkV186 "") (mkV177 "") ; - izvry_sht_am_V = actionV (mkV186 "") (mkV177 "") ; - izvry_sht_ane_N = mkN071 "" ; - izvr_ja__V = stateV (mkV177 "") ; - izvr_ja_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izvr_ja_kvane_N = mkN071 "" ; - izvr_ja_skvam_V = stateV (mkV186 "") ; - izvr_ja_skvane_N = mkN071 "" ; - izvy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izvy_zj_dane_N = mkN071 "" ; - izvynborden_A = mkA079 "" ; - izvynbordov_A = mkA076 "" ; - izvynbra_ch_en_A = mkA079 "" ; - izvyngradski_A = mkA078 "" ; - izvynzemen_A = mkA079 "" ; - izvynklasen_A = mkA079 "" ; - izvynklety_ch_en_A = mkA079 "" ; - izvynmato_ch_en_A = mkA079 "" ; - izvynmeren_A = mkA079 "" ; - izvynpartien_A = mkA085 "" ; - izvynplaneten_A = mkA079 "" ; - izvynprogramen_A = mkA079 "" ; - izvynraboten_A = mkA079 "" ; - izvynreden_A = mkA079 "" ; - izvynrednol_iu_bezen_A = mkA079 "" ; - izvynslu_zj_eben_A = mkA079 "" ; - izvynsydeben_A = mkA079 "" ; - izvynu_ch_ili_sht_en_A = mkA079 "" ; - izvyn_sht_aten_A = mkA079 "" ; - izvyrv_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izvyrv_ja_vane_N = mkN071 "" ; - izvyr_zj_a_V = stateV (mkV156 "") ; - izvyrna_V = stateV (mkV152 "") ; - izvyrtam_V = actionV (mkV186 "") (mkV177 "") ; - izvyrtane_N = mkN071 "" ; - izvyrtvam_V = actionV (mkV186 "") (mkV177 "") ; - izvyrtvane_N = mkN071 "" ; - izvyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izvyrt_ja_vane_N = mkN071 "" ; - izvyr_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izvyr_sh_avane_N = mkN071 "" ; - izvyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izvyr_sh_vane_N = mkN071 "" ; - izvyr_sh_en_A = mkA076 "" ; - izvyr_sh_e_ja__V = stateV (mkV160a "") ; - izvyr_sh_itel_N = mkN031a "" ; - izvyr_sh_itelka_N = mkN041 "" ; - izv_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - izv_ja_vane_N = mkN071 "" ; - izv_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - izv_ja_hvane_N = mkN071 "" ; - izgazvam_V = actionV (mkV186 "") (mkV173 "") ; - izgazvane_N = mkN071 "" ; - izgar_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - izgar_ja_ne_N = mkN071 "" ; - izgasvam_V = actionV (mkV186 "") (mkV174 "") ; - izgasvane_N = mkN071 "" ; - izgasna_V = stateV (mkV152 "") ; - izgasne_ja__V = stateV (mkV160 "") ; - izgas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izgas_ja_vane_N = mkN071 "" ; - izgas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - izgas_ja_ne_N = mkN071 "" ; - izgivam_V = actionV (mkV186 "") (mkV152 "") ; - izgivane_N = mkN071 "" ; - izgladimost_N = mkN049 "" ; - izgladne_ja__V = stateV (mkV160 "") ; - izgladn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izgladn_ja_vane_N = mkN071 "" ; - izgla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izgla_zj_dane_N = mkN071 "" ; - izgled_N = mkN007 "" ; - izgledane_N = mkN071 "" ; - izgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - izgle_zj_dane_N = mkN071 "" ; - izglo_zj_d_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izglo_zj_d_ja_ne_N = mkN071 "" ; - izglozgam_V = actionV (mkV186 "") (mkV173 "") ; - izglozgvam_V = actionV (mkV186 "") (mkV173 "") ; - izglozgvane_N = mkN071 "" ; - izglup_ja__V = stateV (mkV174 "") ; - izglup_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izglup_ja_vane_N = mkN071 "" ; - izgnanie_N = mkN072 "" ; - izgnanik_N = mkN014 "" ; - izgnanica_N = mkN041 "" ; - izgnani_ch_eski_A = mkA078 "" ; - izgnani_ch_estvo_N = mkN054 "" ; - izgnivam_V = actionV (mkV186 "") (mkV163 "") ; - izgnivane_N = mkN071 "" ; - izgovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izgovar_ja_ne_N = mkN071 "" ; - izgovor_N = mkN007 "" ; - izgovorvam_V = actionV (mkV186 "") (mkV173 "") ; - izgovorvane_N = mkN071 "" ; - izgovoren_A = mkA076 "" ; - izgoda_N = mkN041 "" ; - izgoden_A = mkA079 "" ; - izgodnost_N = mkN049 "" ; - izgonvam_V = actionV (mkV186 "") (mkV173 "") ; - izgonvane_N = mkN071 "" ; - izgora_N = mkN041 "" ; - izgoren_A = mkA076 "" ; - izgornik_N = mkN014 "" ; - izgornica_N = mkN041 "" ; - izgotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izgotv_ja_ne_N = mkN071 "" ; - izgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - izgra_zj_dane_N = mkN071 "" ; - izgrakvam_V = actionV (mkV186 "") (mkV186 "") ; - izgrakvane_N = mkN071 "" ; - izgrebvam_V = actionV (mkV186 "") (mkV151 "") ; - izgrebvane_N = mkN071 "" ; - izgrev_N = mkN007 "" ; - izgrizan_A = mkA076 "" ; - izgrizvam_V = actionV (mkV186 "") (mkV151 "") ; - izgrizvane_N = mkN071 "" ; - izgruht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izgruht_ja_vane_N = mkN071 "" ; - izgr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izgr_ja_vane_N = mkN071 "" ; - izgubvam_V = actionV (mkV186 "") (mkV173 "") ; - izgubvane_N = mkN071 "" ; - izguben_A = mkA076 "" ; - izgukam_V = stateV (mkV186 "") ; - izgul_ja_vam_V = actionV (mkV186 "") (mkV161 "") ; - izgyvam_V = stateV (mkV186 "") ; - izgyvane_N = mkN071 "" ; - izgyltvam_V = actionV (mkV186 "") (mkV186 "") ; - izgyltvane_N = mkN071 "" ; - izgyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izgyl_ch_avane_N = mkN071 "" ; - izgyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - izgyrbvane_N = mkN071 "" ; - izgyrben_A = mkA076 "" ; - izgyrbuzvam_V = actionV (mkV186 "") (mkV173 "") ; - izgyrbuzvane_N = mkN071 "" ; - izgyrm_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izgyrm_ja_vane_N = mkN071 "" ; - izdavam_V = actionV (mkV186 "") (mkV168 "") ; - izdavane_N = mkN071 "" ; - izdav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izdav_ja_ne_N = mkN071 "" ; - izdaden_A = mkA076 "" ; - izdadenost_N = mkN049 "" ; - izdajnik_N = mkN014 "" ; - izdajnica_N = mkN041 "" ; - izdajni_ch_a_V = stateV (mkV176 "") ; - izdajni_ch_eski_A = mkA078 "" ; - izdajni_ch_estvo_N = mkN054 "" ; - izdanie_N = mkN072 "" ; - izdatel_N = mkN031a "" ; - izdatelka_N = mkN041 "" ; - izdatelski_A = mkA078 "" ; - izdatelstvo_N = mkN054 "" ; - izdatina_N = mkN041 "" ; - izdatyk_N = mkN014 "" ; - izdebvam_V = actionV (mkV186 "") (mkV152 "") ; - izdebvane_N = mkN071 "" ; - izdevatelstvo_N = mkN054 "" ; - izdevatelstvuvam_V = stateV (mkV186 "") ; - izdevatelstvuvane_N = mkN071 "" ; - izdejstvam_V = stateV (mkV186 "") ; - izdejstvane_N = mkN071 "" ; - izdejstvuvam_V = stateV (mkV186 "") ; - izdejstvuvane_N = mkN071 "" ; - izdeklamiram_V = stateV (mkV186 "") ; - izdelie_N = mkN072 "" ; - izdera_V = stateV (mkV170 "") ; - izd_zj_avkvam_V = actionV (mkV186 "") (mkV186 "") ; - izd_zj_avkvane_N = mkN071 "" ; - izdigam_V = actionV (mkV186 "") (mkV152 "") ; - izdigane_N = mkN071 "" ; - izdignat_A = mkA076 "" ; - izdignatina_N = mkN041 "" ; - izdignatost_N = mkN049 "" ; - izdiram_V = stateV (mkV186 "") ; - izdirvam_V = actionV (mkV186 "") (mkV173 "") ; - izdirvane_N = mkN071 "" ; - izdir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izdir_ja_ne_N = mkN071 "" ; - izdihanie_N = mkN072 "" ; - izdi_sh_ane_N = mkN071 "" ; - izdi_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - izdi_sh_vane_N = mkN071 "" ; - izdi_sh_en_A = mkA079 "" ; - izdokarvam_V = actionV (mkV186 "") (mkV186 "") ; - izdokarvane_N = mkN071 "" ; - izdo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - izdo_ja_vane_N = mkN071 "" ; - izdraskvam_V = actionV (mkV186 "") (mkV186 "") ; - izdraskvane_N = mkN071 "" ; - izdrebn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izdrebn_ja_vane_N = mkN071 "" ; - izdry_zj_ka_N = mkN041 "" ; - izdry_zj_liv_A = mkA076 "" ; - izdry_zj_livost_N = mkN049 "" ; - izdrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - izdrynkvane_N = mkN071 "" ; - izdryn_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izdryn_ch_avane_N = mkN071 "" ; - izdryn_ch_vam_V = actionV (mkV186 "") (mkV178 "") ; - izdryn_ch_vane_N = mkN071 "" ; - izduvam_V = actionV (mkV186 "") (mkV163 "") ; - izduvane_N = mkN071 "" ; - izdumane_N = mkN071 "" ; - izdumvam_V = actionV (mkV186 "") (mkV186 "") ; - izdumvane_N = mkN071 "" ; - izdup_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izdup_ch_vane_N = mkN071 "" ; - izdut_A = mkA076 "" ; - izdutina_N = mkN041 "" ; - izdutost_N = mkN049 "" ; - izduhane_N = mkN071 "" ; - izduhvam_V = actionV (mkV186 "") (mkV186 "") ; - izduhvane_N = mkN071 "" ; - izdu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izdu_sh_avane_N = mkN071 "" ; - izdu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izdu_sh_vane_N = mkN071 "" ; - izdyvkvam_V = stateV (mkV186 "") ; - izdyvkvane_N = mkN071 "" ; - izdylbavam_V = actionV (mkV186 "") (mkV161 "") ; - izdylbavane_N = mkN071 "" ; - izdyl_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - izdyl_zj_avane_N = mkN071 "" ; - izdyl_zj_en_A = mkA076 "" ; - izdynvam_V = actionV (mkV186 "") (mkV173 "") ; - izdynvane_N = mkN071 "" ; - izdynen_A = mkA076 "" ; - izdynka_N = mkN041 "" ; - izdyrdorvam_V = actionV (mkV186 "") (mkV173 "") ; - izdyrdorvane_N = mkN071 "" ; - izdyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - izdyr_zj_an_A = mkA076 "" ; - izdyr_zj_ane_N = mkN071 "" ; - izdyr_zj_anost_N = mkN049 "" ; - izdyr_zj_liv_A = mkA076 "" ; - izdyr_zj_livost_N = mkN049 "" ; - izdyrpane_N = mkN071 "" ; - izdyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - izdyrpvane_N = mkN071 "" ; - izdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - izdyhvane_N = mkN071 "" ; - izd_ja_vam_V = stateV (mkV186 "") ; - izd_ja_vane_N = mkN071 "" ; - izd_ja_vol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izd_ja_vol_ja_vane_N = mkN071 "" ; - izd_ja_lvam_V = actionV (mkV186 "") (mkV186 "") ; - izd_ja_lvane_N = mkN071 "" ; - izd_ja_lkvam_V = actionV (mkV186 "") (mkV186 "") ; - izd_ja_lkvane_N = mkN071 "" ; - izd_ja_na_V = stateV (mkV153 "") ; - izednik_N = mkN014 "" ; - izednica_N = mkN041 "" ; - izedni_ch_eski_A = mkA078 "" ; - izeht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izeht_ja_vane_N = mkN071 "" ; - ize_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - ize_ch_avane_N = mkN071 "" ; - iz_zj_adn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - iz_zj_adn_ja_vane_N = mkN071 "" ; - iz_zj_egl_ja__V = stateV (mkV173 "") ; - iz_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - iz_zj_envane_N = mkN071 "" ; - iz_zj_ivelica_N = mkN041 "" ; - iz_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - iz_zj_iv_ja_vane_N = mkN071 "" ; - iz_zj_ilvam_V = actionV (mkV186 "") (mkV173 "") ; - iz_zj_ilvane_N = mkN071 "" ; - iz_zj_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - iz_zj_ulvane_N = mkN071 "" ; - iz_zj_ulen_A = mkA076 "" ; - iz_zj_ynvam_V = actionV (mkV186 "") (mkV152 "") ; - iz_zj_ynvane_N = mkN071 "" ; - izzvyn_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izzvyn_ja_vane_N = mkN071 "" ; - izzemam_V = actionV (mkV186 "") (mkV171 "") ; - izzemane_N = mkN071 "" ; - izzemvam_V = actionV (mkV186 "") (mkV171 "") ; - izzemvane_N = mkN071 "" ; - izzidane_N = mkN071 "" ; - izzi_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - izzi_zj_dane_N = mkN071 "" ; - izzimuvam_V = actionV (mkV186 "") (mkV174 "") ; - izzimuvane_N = mkN071 "" ; - izigravam_V = actionV (mkV186 "") (mkV161 "") ; - izigravane_N = mkN071 "" ; - izimitiram_V = stateV (mkV186 "") ; - iziskan_A = mkA076 "" ; - iziskane_N = mkN071 "" ; - iziskanost_N = mkN049 "" ; - iziskvam_V = actionV (mkV186 "") (mkV186 "") ; - iziskvane_N = mkN071 "" ; - iziskuem_A = mkA076 "" ; - iziskuemost_N = mkN049 "" ; - izkaz_N = mkN007 "" ; - izkazanost_N = mkN049 "" ; - izkazvam_V = actionV (mkV186 "") (mkV156 "") ; - izkazvane_N = mkN071 "" ; - izkalvam_V = stateV (mkV186 "") ; - izkalypvam_V = actionV (mkV186 "") (mkV173 "") ; - izkalypvane_N = mkN071 "" ; - izkal_ja_m_V = stateV (mkV187 "") ; - izkal_ja_ne_N = mkN071 "" ; - izkapvam_V = actionV (mkV186 "") (mkV154 "") ; - izkapvane_N = mkN071 "" ; - izkarane_N = mkN071 "" ; - izkarvam_V = actionV (mkV186 "") (mkV186 "") ; - izkarvane_N = mkN071 "" ; - izkastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izkastr_ja_ne_N = mkN071 "" ; - izkatervam_V = actionV (mkV186 "") (mkV173 "") ; - izkatervane_N = mkN071 "" ; - izka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izka_ch_vane_N = mkN071 "" ; - izka_sh_l_ja_m_V = stateV (mkV187 "") ; - izka_sh_l_ja_ne_N = mkN071 "" ; - izkvasvam_V = actionV (mkV186 "") (mkV173 "") ; - izkvasvane_N = mkN071 "" ; - izkvi_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izkvi_ch_avane_N = mkN071 "" ; - izkikotvam_V = actionV (mkV186 "") (mkV173 "") ; - izkikotvane_N = mkN071 "" ; - izkilvam_V = actionV (mkV186 "") (mkV173 "") ; - izkilvane_N = mkN071 "" ; - izkip_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izkip_ja_vane_N = mkN071 "" ; - izkirliven_A = mkA076 "" ; - izkirliv_ja_m_V = stateV (mkV187 "") ; - izkirliv_ja_ne_N = mkN071 "" ; - izkisvam_V = actionV (mkV186 "") (mkV152 "") ; - izkisvane_N = mkN071 "" ; - izkiskvam_V = actionV (mkV186 "") (mkV186 "") ; - izkiskvane_N = mkN071 "" ; - izkihvam_V = actionV (mkV186 "") (mkV186 "") ; - izkihvane_N = mkN071 "" ; - izklas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izklas_ja_vane_N = mkN071 "" ; - izklinvam_V = actionV (mkV186 "") (mkV173 "") ; - izklin_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izklin_ch_vane_N = mkN071 "" ; - izkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izkl_iu__ch_vane_N = mkN071 "" ; - izkl_iu__ch_vatel_N = mkN031 "" ; - izkl_iu__ch_en_A = mkA076 "" ; - izkl_iu__ch_enie_N = mkN072 "" ; - izkl_iu__ch_itelen_A = mkA079 "" ; - izkl_iu__ch_itelnost_N = mkN049 "" ; - izkovavam_V = actionV (mkV186 "") (mkV151 "") ; - izkovavane_N = mkN071 "" ; - izkokorvam_V = actionV (mkV186 "") (mkV173 "") ; - izkokorvane_N = mkN071 "" ; - izkolvam_V = actionV (mkV186 "") (mkV185 "") ; - izkolvane_N = mkN071 "" ; - izkomandvam_V = stateV (mkV186 "") ; - izkomanduvam_V = stateV (mkV186 "") ; - izkomanduvane_N = mkN071 "" ; - izkonsumiram_V = stateV (mkV186 "") ; - izkonsumirane_N = mkN071 "" ; - izkont_ja__V = stateV (mkV173 "") ; - izkop_N = mkN007 "" ; - izkopavam_V = actionV (mkV186 "") (mkV161 "") ; - izkopavane_N = mkN071 "" ; - izkopaem_A = mkA076 "" ; - izkopan_A = mkA076 "" ; - izkopen_A = mkA079 "" ; - izkop_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izkop_ch_vane_N = mkN071 "" ; - izkop_ch_i_ja__N = mkN039 "" ; - izkorenen_A = mkA076 "" ; - izkoren_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izkoren_ja_vane_N = mkN071 "" ; - izkoristvane_N = mkN071 "" ; - izkorist_ja__V = stateV (mkV173 "") ; - izkormvam_V = actionV (mkV186 "") (mkV173 "") ; - izkormvane_N = mkN071 "" ; - izkormva_ch__N = mkN007 "" ; - izkorm_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izkorm_ja_ne_N = mkN071 "" ; - izkorubvam_V = actionV (mkV186 "") (mkV173 "") ; - izkorubvane_N = mkN071 "" ; - izkoruben_A = mkA076 "" ; - izkos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izkos_ja_vane_N = mkN071 "" ; - izkradvam_V = stateV (mkV186 "") ; - izkradvane_N = mkN071 "" ; - izkre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izkre_sht__ja_vane_N = mkN071 "" ; - izkrivenost_N = mkN049 "" ; - izkriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izkriv_ja_vane_N = mkN071 "" ; - izkrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - izkr_ja_kane_N = mkN071 "" ; - izkr_ja_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izkr_ja_kvane_N = mkN071 "" ; - izkr_ja_skane_N = mkN071 "" ; - izkr_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - izkr_ja_skvane_N = mkN071 "" ; - izkukam_V = stateV (mkV186 "") ; - izkukane_N = mkN071 "" ; - izkukurigane_N = mkN071 "" ; - izkukurigvam_V = actionV (mkV186 "") (mkV186 "") ; - izkukurigvane_N = mkN071 "" ; - izkum_ja_m_V = stateV (mkV187 "") ; - izkum_ja_ne_N = mkN071 "" ; - izkupvam_V = actionV (mkV186 "") (mkV173 "") ; - izkupvane_N = mkN071 "" ; - izkupva_ch__N = mkN007 "" ; - izkupen_A = mkA079 "" ; - izkupitel_N = mkN031a "" ; - izkupitelen_A = mkA079 "" ; - izkuplenie_N = mkN072 "" ; - izkupuvam_V = actionV (mkV186 "") (mkV173 "") ; - izkupuvane_N = mkN071 "" ; - izkusen_A = mkA079 "" ; - izkusitel_N = mkN031a "" ; - izkusitelen_A = mkA079 "" ; - izkusitelka_N = mkN041 "" ; - izkusnost_N = mkN049 "" ; - izkustven_A = mkA076 "" ; - izkustvenost_N = mkN049 "" ; - izkustvo_N = mkN054 "" ; - izkustvoved_N = mkN007 "" ; - izkustvovedka_N = mkN041 "" ; - izkustvovedstvo_N = mkN054 "" ; - izkustvoznanie_N = mkN072 "" ; - izkusuren_A = mkA076 "" ; - izkusur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izkusur_ja_vane_N = mkN071 "" ; - izkus_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - izkus_ja_vane_N = mkN071 "" ; - izkuf_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izkuf_ja_vane_N = mkN071 "" ; - izkuf_ja_l_A = mkA081 "" ; - izkuf_ja_lost_N = mkN049 "" ; - izku_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izku_sh_avane_N = mkN071 "" ; - izku_sh_enie_N = mkN072 "" ; - izku_sh_itel_N = mkN031a "" ; - izku_sh_itelen_A = mkA079 "" ; - izkylvavam_V = actionV (mkV186 "") (mkV151 "") ; - izkylvavane_N = mkN071 "" ; - izkylcvam_V = stateV (mkV186 "") ; - izkylcvane_N = mkN071 "" ; - izkyl_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izkyl_ch_vane_N = mkN071 "" ; - izkyl_ch_en_A = mkA076 "" ; - izkynt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izkynt_ja_vane_N = mkN071 "" ; - izkypvam_V = actionV (mkV186 "") (mkV154 "") ; - izkypvane_N = mkN071 "" ; - izkyrkor_ja__V = stateV (mkV173 "") ; - izkyrpvam_V = actionV (mkV186 "") (mkV173 "") ; - izkyrpvane_N = mkN071 "" ; - izkyrp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izkyrp_ja_ne_N = mkN071 "" ; - izkyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - izkyrtvane_N = mkN071 "" ; - izkyr_sh_vam_V = stateV (mkV186 "") ; - izkyr_sh_vane_N = mkN071 "" ; - izkysane_N = mkN071 "" ; - izkysvam_V = actionV (mkV186 "") (mkV186 "") ; - izkysvane_N = mkN071 "" ; - izlav_ja_m_V = stateV (mkV187 "") ; - izlav_ja_ne_N = mkN071 "" ; - izlagam_V = stateV (mkV186 "") ; - izlagane_N = mkN071 "" ; - izlaz_N = mkN007 "" ; - izlajvam_V = actionV (mkV186 "") (mkV162 "") ; - izlajvane_N = mkN071 "" ; - izlak_N = mkN014 "" ; - izlapane_N = mkN071 "" ; - izlapvam_V = actionV (mkV186 "") (mkV186 "") ; - izlapvane_N = mkN071 "" ; - izlegna_V = stateV (mkV152 "") ; - izle_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - izle_zj_avane_N = mkN071 "" ; - izlekuvam_V = stateV (mkV186 "") ; - izlekuvane_N = mkN071 "" ; - izlekuem_A = mkA076 "" ; - izlep_ja__V = stateV (mkV174 "") ; - izlet_N = mkN007 "" ; - izleten_A = mkA079 "" ; - izletnik_N = mkN014 "" ; - izlet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izlet_ja_vane_N = mkN071 "" ; - izle_ch_enie_N = mkN072 "" ; - izle_ch_im_A = mkA076 "" ; - izle_ch_imost_N = mkN049 "" ; - izle_ch_itelen_A = mkA079 "" ; - izlivam_V = actionV (mkV186 "") (mkV164 "") ; - izlivane_N = mkN071 "" ; - izlizam_V = actionV (mkV186 "") (mkV147 "") ; - izlizane_N = mkN071 "" ; - izlizvam_V = actionV (mkV186 "") (mkV156 "") ; - izlizvane_N = mkN071 "" ; - izlin_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izlin_ja_vane_N = mkN071 "" ; - izlitam_V = actionV (mkV186 "") (mkV177 "") ; - izlitane_N = mkN071 "" ; - izli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - izli_ch_avane_N = mkN071 "" ; - izli_ch_imost_N = mkN049 "" ; - izli_sh_en_A = mkA079 "" ; - izli_sh_estvo_N = mkN054 "" ; - izli_sh_yk_N = mkN014 "" ; - izli_ja_nie_N = mkN072 "" ; - izli_ja_telen_A = mkA079 "" ; - izli_ja_telnost_N = mkN049 "" ; - izlov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izlov_ja_vane_N = mkN071 "" ; - izlo_zj_a_V = stateV (mkV176 "") ; - izlo_zj_ba_N = mkN041 "" ; - izlo_zj_ben_A = mkA076 "" ; - izlo_zj_en_A = mkA076 "" ; - izlo_zj_enie_N = mkN072 "" ; - izlo_zj_enost_N = mkN049 "" ; - izlo_zj_itel_N = mkN031a "" ; - izlo_zj_itelka_N = mkN041 "" ; - izlokam_V = actionV (mkV186 "") (mkV176 "") ; - izlokvam_V = actionV (mkV186 "") (mkV176 "") ; - izlokvane_N = mkN071 "" ; - izlomotvam_V = actionV (mkV186 "") (mkV173 "") ; - izlo_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izlo_ch_vane_N = mkN071 "" ; - izlygan_A = mkA076 "" ; - izlygvam_V = actionV (mkV186 "") (mkV158 "") ; - izlygvane_N = mkN071 "" ; - izlyskane_N = mkN071 "" ; - izlyskvam_V = actionV (mkV186 "") (mkV186 "") ; - izlyskvane_N = mkN071 "" ; - izlysten_A = mkA076 "" ; - izlyst_ja_vam_V = stateV (mkV186 "") ; - izlyst_ja_vane_N = mkN071 "" ; - izly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izly_ch_vane_N = mkN071 "" ; - izl_iu_pvam_V = actionV (mkV186 "") (mkV173 "") ; - izl_iu_pvane_N = mkN071 "" ; - izl_iu_pen_A = mkA076 "" ; - izl_iu__sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - izl_iu__sht_vane_N = mkN071 "" ; - izl_ja_gam_V = actionV (mkV186 "") (mkV147 "") ; - izl_ja_gane_N = mkN071 "" ; - izl_ja_zyl_A = mkA080 "" ; - izl_ja_n_A = mkA076 "" ; - izmazvam_V = actionV (mkV186 "") (mkV156 "") ; - izmazvane_N = mkN071 "" ; - izmajstor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izmajstor_ja_vane_N = mkN071 "" ; - izmama_N = mkN041 "" ; - izmamvam_V = actionV (mkV186 "") (mkV173 "") ; - izmamvane_N = mkN071 "" ; - izmamen_A = mkA079 "" ; - izmamliv_A = mkA076 "" ; - izmamlivost_N = mkN049 "" ; - izmamnik_N = mkN014 "" ; - izmamnica_N = mkN041 "" ; - izmamni_ch_eski_A = mkA078 "" ; - izmamni_ch_estvo_N = mkN054 "" ; - izmacan_A = mkA076 "" ; - izmacvam_V = actionV (mkV186 "") (mkV186 "") ; - izmacvane_N = mkN071 "" ; - izma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izma_ch_kvane_N = mkN071 "" ; - izmel_ja__V = stateV (mkV184 "") ; - izmenenie_N = mkN072 "" ; - izmenliv_A = mkA076 "" ; - izmennik_N = mkN014 "" ; - izmennica_N = mkN041 "" ; - izmenni_ch_eski_A = mkA078 "" ; - izmenni_ch_estvo_N = mkN054 "" ; - izmen_ch_iv_A = mkA076 "" ; - izmen_ch_ivost_N = mkN049 "" ; - izmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izmen_ja_vane_N = mkN071 "" ; - izmen_ja_em_A = mkA076 "" ; - izmen_ja_emost_N = mkN049 "" ; - izmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - izmen_ja_ne_N = mkN071 "" ; - izmervam_V = actionV (mkV186 "") (mkV173 "") ; - izmervane_N = mkN071 "" ; - izmervatelen_A = mkA079 "" ; - izmerva_ch__N = mkN007 "" ; - izmerenie_N = mkN072 "" ; - izmerim_A = mkA076 "" ; - izmerimost_N = mkN049 "" ; - izmeritelen_A = mkA079 "" ; - izmesvam_V = actionV (mkV186 "") (mkV173 "") ; - izmesvane_N = mkN071 "" ; - izmestvam_V = actionV (mkV186 "") (mkV173 "") ; - izmestvane_N = mkN071 "" ; - izmestim_A = mkA076 "" ; - izmet_N = mkN007 "" ; - izmetvane_N = mkN071 "" ; - izmivam_V = actionV (mkV186 "") (mkV163 "") ; - izmivane_N = mkN071 "" ; - izminavam_V = actionV (mkV186 "") (mkV152 "") ; - izminavane_N = mkN071 "" ; - izmiram_V = actionV (mkV186 "") (mkV150a "") ; - izmirane_N = mkN071 "" ; - izmirisvam_V = actionV (mkV186 "") (mkV159 "") ; - izmirisvane_N = mkN071 "" ; - izmislica_N = mkN041 "" ; - izmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izmisl_ja_ne_N = mkN071 "" ; - izmitam_V = actionV (mkV186 "") (mkV145 "") ; - izmitane_N = mkN071 "" ; - izmi_sh_lxotina_N = mkN041 "" ; - izmokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izmokr_ja_ne_N = mkN071 "" ; - izmolvam_V = actionV (mkV186 "") (mkV173 "") ; - izmolvane_N = mkN071 "" ; - izmoren_A = mkA076 "" ; - izmoritelen_A = mkA079 "" ; - izmor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izmor_ja_vane_N = mkN071 "" ; - izmotavam_V = actionV (mkV186 "") (mkV161 "") ; - izmotavane_N = mkN071 "" ; - izmraz_ja_vam_V = stateV (mkV186 "") ; - izmraz_ja_vane_N = mkN071 "" ; - izmryzvam_V = actionV (mkV186 "") (mkV152 "") ; - izmryzvane_N = mkN071 "" ; - izmu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izmu_ch_avane_N = mkN071 "" ; - izmu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izmu_sh_vane_N = mkN071 "" ; - izmydruvam_V = actionV (mkV186 "") (mkV173 "") ; - izmydruvane_N = mkN071 "" ; - izmydr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izmydr_ja_ne_N = mkN071 "" ; - izmykvam_V = actionV (mkV186 "") (mkV152 "") ; - izmykvane_N = mkN071 "" ; - izmymr_ja_m_V = stateV (mkV187 "") ; - izmymr_ja_ne_N = mkN071 "" ; - izmynkane_N = mkN071 "" ; - izmynkvam_V = actionV (mkV186 "") (mkV186 "") ; - izmynkvane_N = mkN071 "" ; - izmyrmorvam_V = actionV (mkV186 "") (mkV173 "") ; - izmyrmorvane_N = mkN071 "" ; - izmyrs_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izmyrs_ja_vane_N = mkN071 "" ; - izmyr_sh_av_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - izmyr_sh_av_ja_vane_N = mkN071 "" ; - izmyr_sh_av_ja_l_A = mkA081 "" ; - izmytvam_V = actionV (mkV186 "") (mkV173 "") ; - izmytvane_N = mkN071 "" ; - izmy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izmy_ch_vane_N = mkN071 "" ; - izmy_ch_en_A = mkA076 "" ; - izm_ja_na_N = mkN043 "" ; - izm_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - izm_ja_tane_N = mkN071 "" ; - izm_ja_ukam_V = actionV (mkV186 "") (mkV176 "") ; - izm_ja_ukane_N = mkN071 "" ; - iznaizlizam_V = stateV (mkV186 "") ; - iznaizlizane_N = mkN071 "" ; - iznamervane_N = mkN071 "" ; - iznameren_A = mkA076 "" ; - iznamiram_V = actionV (mkV186 "") (mkV173 "") ; - iznamirane_N = mkN071 "" ; - iznapreda_V = stateV (mkV145 "") ; - iznasilvam_V = actionV (mkV186 "") (mkV173 "") ; - iznasilvane_N = mkN071 "" ; - iznasilva_ch__N = mkN007 "" ; - iznas_ja__V = stateV (mkV177 "") ; - iznas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - iznas_ja_ne_N = mkN071 "" ; - izna_ch_alen_A = mkA079 "" ; - izna_sh_arvane_N = mkN071 "" ; - izna_sh_ar_ja__V = stateV (mkV173 "") ; - iznever_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iznever_ja_vane_N = mkN071 "" ; - iznev_ja_ra_N = mkN043 "" ; - izne_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - izne_zj_vane_N = mkN071 "" ; - izne_zj_en_A = mkA076 "" ; - izne_zj_enost_N = mkN049 "" ; - iznemogvam_V = actionV (mkV186 "") (mkV152 "") ; - iznemogvane_N = mkN071 "" ; - iznemo_sht_en_A = mkA076 "" ; - iznemo_sht_enie_N = mkN072 "" ; - iznemo_sht__ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - iznemo_sht__ja_vane_N = mkN071 "" ; - iznemo_sht__ja_l_A = mkA081 "" ; - iznemo_sht__ja_lost_N = mkN049 "" ; - iznenada_N = mkN041 "" ; - iznenadane_N = mkN071 "" ; - iznenadvam_V = actionV (mkV186 "") (mkV186 "") ; - iznenadvane_N = mkN071 "" ; - iznerv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iznerv_ja_ne_N = mkN071 "" ; - iznizvam_V = actionV (mkV186 "") (mkV156 "") ; - iznizvane_N = mkN071 "" ; - iznikvam_V = actionV (mkV186 "") (mkV152 "") ; - iznikvane_N = mkN071 "" ; - izni_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - izni_sht_vane_N = mkN071 "" ; - iznos_N = mkN007 "" ; - iznosvaemost_N = mkN049 "" ; - iznosvam_V = actionV (mkV186 "") (mkV173 "") ; - iznosvane_N = mkN071 "" ; - iznosen_A = mkA079 "" ; - iznosenost_N = mkN049 "" ; - iznositel_N = mkN031a "" ; - iznositelka_N = mkN041 "" ; - iznuda_N = mkN041 "" ; - iznudvam_V = actionV (mkV186 "") (mkV173 "") ; - iznudvane_N = mkN071 "" ; - iznudva_ch__N = mkN007b "" ; - iznudva_ch_eski_A = mkA078 "" ; - iznudva_ch_estvo_N = mkN054 "" ; - iznudva_ch_ka_N = mkN041 "" ; - iznuren_A = mkA076 "" ; - iznurenie_N = mkN072 "" ; - iznurenost_N = mkN049 "" ; - iznuritelen_A = mkA079 "" ; - iznur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iznur_ja_vane_N = mkN071 "" ; - izobar_N = mkN007 "" ; - izobara_N = mkN041 "" ; - izobilen_A = mkA079 "" ; - izobilie_N = mkN072 "" ; - izobilstvam_V = stateV (mkV186 "") ; - izobilstvuvam_V = stateV (mkV186 "") ; - izobilstvuvane_N = mkN071 "" ; - izoblen_A = mkA076 "" ; - izobli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - izobli_ch_avane_N = mkN071 "" ; - izobli_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - izobli_ch_ane_N = mkN071 "" ; - izobli_ch_enie_N = mkN072 "" ; - izobli_ch_itel_N = mkN031a "" ; - izobli_ch_itelen_A = mkA079 "" ; - izobli_ch_itelka_N = mkN041 "" ; - izobra_zj_enie_N = mkN072 "" ; - izobrazitel_N = mkN031a "" ; - izobrazitelen_A = mkA079 "" ; - izobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izobraz_ja_vane_N = mkN071 "" ; - izobretatel_N = mkN031a "" ; - izobretatelen_A = mkA079 "" ; - izobretatelka_N = mkN041 "" ; - izobretatelnost_N = mkN049 "" ; - izobretatelski_A = mkA078 "" ; - izobretatelstvo_N = mkN054 "" ; - izobretenie_N = mkN072 "" ; - izobret_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izobret_ja_vane_N = mkN071 "" ; - izogon_N = mkN007 "" ; - izogonen_A = mkA079 "" ; - izograf_N = mkN007 "" ; - izografisane_N = mkN071 "" ; - izografisvam_V = actionV (mkV186 "") (mkV186 "") ; - izografisvane_N = mkN071 "" ; - izolator_N = mkN007 "" ; - izolatoren_A = mkA079 "" ; - izolacionen_A = mkA079 "" ; - izolacionizym_N = mkN011 "" ; - izolaci_ja__N = mkN047 "" ; - izoliram_V = stateV (mkV186 "") ; - izoliran_A = mkA076 "" ; - izolirane_N = mkN071 "" ; - izoliranost_N = mkN049 "" ; - izolirband_N = mkN007 "" ; - izomer_N = mkN007 "" ; - izomeren_A = mkA079 "" ; - izomeri_ja__N = mkN047 "" ; - izometri_ch_en_A = mkA079 "" ; - izomorfen_A = mkA079 "" ; - izomorfizym_N = mkN011 "" ; - izopa_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - izopa_ch_avane_N = mkN071 "" ; - izopa_ch_en_A = mkA076 "" ; - izopa_ch_enie_N = mkN072 "" ; - izopa_ch_enost_N = mkN049 "" ; - izopvam_V = actionV (mkV186 "") (mkV152 "") ; - izopvane_N = mkN071 "" ; - izopnat_A = mkA076 "" ; - izopnatost_N = mkN049 "" ; - izoravam_V = actionV (mkV186 "") (mkV151 "") ; - izoravane_N = mkN071 "" ; - izostavam_V = actionV (mkV186 "") (mkV152 "") ; - izostavane_N = mkN071 "" ; - izostaven_A = mkA076 "" ; - izostavenost_N = mkN049 "" ; - izostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izostav_ja_ne_N = mkN071 "" ; - izostanal_A = mkA076 "" ; - izostanalost_N = mkN049 "" ; - izostren_A = mkA076 "" ; - izostrenost_N = mkN049 "" ; - izostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izostr_ja_ne_N = mkN071 "" ; - izoterma_N = mkN041 "" ; - izotermi_ch_en_A = mkA079 "" ; - izoton_N = mkN007 "" ; - izotop_N = mkN007 "" ; - izotopen_A = mkA079 "" ; - izotopi_ja__N = mkN047 "" ; - izotsane_N = mkN071 "" ; - izohkane_N = mkN071 "" ; - izohkvam_V = actionV (mkV186 "") (mkV186 "") ; - izohkvane_N = mkN071 "" ; - izohromati_ch_en_A = mkA079 "" ; - izohronen_A = mkA079 "" ; - izohronizym_N = mkN011 "" ; - izpadam_V = actionV (mkV186 "") (mkV152 "") ; - izpadane_N = mkN071 "" ; - izpapane_N = mkN071 "" ; - izpapvam_V = actionV (mkV186 "") (mkV186 "") ; - izpapvane_N = mkN071 "" ; - izparvam_V = actionV (mkV186 "") (mkV174 "") ; - izparvane_N = mkN071 "" ; - izparenie_N = mkN072 "" ; - izparitel_N = mkN031 "" ; - izparitelen_A = mkA079 "" ; - izpar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izpar_ja_vane_N = mkN071 "" ; - izpar_ja_em_A = mkA076 "" ; - izpar_ja_emost_N = mkN049 "" ; - izpasvam_V = actionV (mkV186 "") (mkV145 "") ; - izpasvane_N = mkN071 "" ; - izpa_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - izpa_sht_ane_N = mkN071 "" ; - izpepelen_A = mkA076 "" ; - izpepel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izpepel_ja_vane_N = mkN071 "" ; - izpe_ch_en_A = mkA076 "" ; - izpivam_V = actionV (mkV186 "") (mkV163 "") ; - izpivane_N = mkN071 "" ; - izpile_ja__V = stateV (mkV160 "") ; - izpil_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izpil_ja_vane_N = mkN071 "" ; - izpipan_A = mkA076 "" ; - izpipvam_V = actionV (mkV186 "") (mkV186 "") ; - izpipvane_N = mkN071 "" ; - izpiram_V = actionV (mkV186 "") (mkV170 "") ; - izpirane_N = mkN071 "" ; - izpisan_A = mkA076 "" ; - izpisvam_V = actionV (mkV186 "") (mkV159 "") ; - izpisvane_N = mkN071 "" ; - izpiskane_N = mkN071 "" ; - izpiskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpiskvane_N = mkN071 "" ; - izpisukam_V = stateV (mkV186 "") ; - izpit_A = mkA076 "" ; - izpitan_A = mkA076 "" ; - izpitane_N = mkN071 "" ; - izpitanie_N = mkN072 "" ; - izpitatel_N = mkN031a "" ; - izpitatelen_A = mkA079 "" ; - izpitatelski_A = mkA078 "" ; - izpitvam_V = actionV (mkV186 "") (mkV186 "") ; - izpitvane_N = mkN071 "" ; - izpitva_ch__N = mkN007b "" ; - izpiten_A = mkA079 "" ; - izpi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - izpi_ch_ane_N = mkN071 "" ; - izpi_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpi_sht__ja_vane_N = mkN071 "" ; - izplavam_V = stateV (mkV186 "") ; - izplavane_N = mkN071 "" ; - izplav_ja__V = stateV (mkV173 "") ; - izplagiatstvam_V = stateV (mkV186 "") ; - izplakvam_V = actionV (mkV186 "") (mkV152 "") ; - izplakvane_N = mkN071 "" ; - izplaknat_A = mkA076 "" ; - izplamt_ja_vam_V = stateV (mkV186 "") ; - izplamt_ja_vane_N = mkN071 "" ; - izpla_ch_a_V = stateV (mkV155 "") ; - izpla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpla_sh_vane_N = mkN071 "" ; - izpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - izpla_sht_ane_N = mkN071 "" ; - izplev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izplev_ja_vane_N = mkN071 "" ; - izplezvam_V = actionV (mkV186 "") (mkV173 "") ; - izplezvane_N = mkN071 "" ; - izplesvam_V = actionV (mkV186 "") (mkV152 "") ; - izplesvane_N = mkN071 "" ; - izpleskane_N = mkN071 "" ; - izpleskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpleskvane_N = mkN071 "" ; - izple_sht_vam_V = stateV (mkV186 "") ; - izple_sht_vane_N = mkN071 "" ; - izpliskane_N = mkN071 "" ; - izpliskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpliskvane_N = mkN071 "" ; - izplitam_V = actionV (mkV186 "") (mkV145 "") ; - izplitane_N = mkN071 "" ; - izpluvam_V = stateV (mkV186 "") ; - izpluvane_N = mkN071 "" ; - izplyzvam_V = actionV (mkV186 "") (mkV152 "") ; - izplyzvane_N = mkN071 "" ; - izpl_iu_vam_V = actionV (mkV186 "") (mkV163 "") ; - izpl_iu_vane_N = mkN071 "" ; - izpl_iu_skane_N = mkN071 "" ; - izpl_iu_skvam_V = actionV (mkV186 "") (mkV186 "") ; - izpl_iu_skvane_N = mkN071 "" ; - izpl_iu__sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpl_iu__sht__ja_vane_N = mkN071 "" ; - izpl_ja_skane_N = mkN071 "" ; - izpl_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - izpl_ja_skvane_N = mkN071 "" ; - izpoblyskam_V = stateV (mkV186 "") ; - izpoblyskane_N = mkN071 "" ; - izpoved_N = mkN049 "" ; - izpovedaln_ja__N = mkN047 "" ; - izpovedanie_N = mkN072 "" ; - izpoveden_A = mkA079 "" ; - izpovednik_N = mkN014a "" ; - izpovedni_ch_eski_A = mkA078 "" ; - izpovedn_ja__N = mkN047 "" ; - izpov_ja_dane_N = mkN071 "" ; - izpov_ja_dvam_V = actionV (mkV186 "") (mkV186 "") ; - izpov_ja_dvane_N = mkN071 "" ; - izpov_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - izpov_ja_hvane_N = mkN071 "" ; - izpogazvam_V = actionV (mkV186 "") (mkV173 "") ; - izpogazvane_N = mkN071 "" ; - izpogrizvam_V = stateV (mkV186 "") ; - izpogrizvane_N = mkN071 "" ; - izpogubvam_V = actionV (mkV186 "") (mkV173 "") ; - izpogubvane_N = mkN071 "" ; - izpodiram_V = actionV (mkV186 "") (mkV170 "") ; - izpodirane_N = mkN071 "" ; - izpodran_A = mkA076 "" ; - izpodraskan_A = mkA076 "" ; - izpodraskane_N = mkN071 "" ; - izpodraskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpodraskvane_N = mkN071 "" ; - izpodra_sht__ja__V = stateV (mkV173 "") ; - izpo_zj_ilvam_V = actionV (mkV186 "") (mkV173 "") ; - izpo_zj_ilvane_N = mkN071 "" ; - izpoza_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - izpoza_sh_ivane_N = mkN071 "" ; - izpokapvam_V = actionV (mkV186 "") (mkV154 "") ; - izpokapvane_N = mkN071 "" ; - izpokaram_V = stateV (mkV186 "") ; - izpokarane_N = mkN071 "" ; - izpokrivam_V = actionV (mkV186 "") (mkV163 "") ; - izpokrivane_N = mkN071 "" ; - izpokyrtvam_V = stateV (mkV186 "") ; - izpokyrtvane_N = mkN071 "" ; - izpokyr_sh_a_V = stateV (mkV176 "") ; - izpokysan_A = mkA076 "" ; - izpokysane_N = mkN071 "" ; - izpokysvam_V = actionV (mkV186 "") (mkV186 "") ; - izpokysvane_N = mkN071 "" ; - izpolzvaem_A = mkA076 "" ; - izpolzvaemost_N = mkN049 "" ; - izpolzvam_V = stateV (mkV186 "") ; - izpolzvane_N = mkN071 "" ; - izpolzva_ch__N = mkN007b "" ; - izpolzva_ch_ka_N = mkN041 "" ; - izpolzuvam_V = stateV (mkV186 "") ; - izpolzuvane_N = mkN071 "" ; - izpolica_N = mkN041 "" ; - izpoli_ch_ar_N = mkN031a "" ; - izpoli_ch_arka_N = mkN041 "" ; - izpoli_ch_arski_A = mkA078 "" ; - izpoli_ch_arstvo_N = mkN054 "" ; - izpoma_ch_kan_A = mkA076 "" ; - izpoma_ch_kane_N = mkN071 "" ; - izpoma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izpoma_ch_kvane_N = mkN071 "" ; - izpompvam_V = actionV (mkV186 "") (mkV173 "") ; - izpompvane_N = mkN071 "" ; - izponabo_zj_dam_V = stateV (mkV186 "") ; - izponabo_zj_dane_N = mkN071 "" ; - izponadup_ch_vam_V = stateV (mkV186 "") ; - izponadup_ch_vane_N = mkN071 "" ; - izponakysvam_V = stateV (mkV186 "") ; - izponakysvane_N = mkN071 "" ; - izponapi_ja__V = stateV (mkV163 "") ; - izpopleskvam_V = stateV (mkV186 "") ; - izpopleskvane_N = mkN071 "" ; - izporazgrabvam_V = stateV (mkV186 "") ; - izporazgrabvane_N = mkN071 "" ; - izporazdiram_V = stateV (mkV186 "") ; - izporazdirane_N = mkN071 "" ; - izportvam_V = actionV (mkV186 "") (mkV173 "") ; - izportvane_N = mkN071 "" ; - izpor_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - izpor_ja_zvane_N = mkN071 "" ; - izposeka_V = stateV (mkV149 "") ; - izpostale_ja__V = stateV (mkV160 "") ; - izpostal_ja_vam_V = stateV (mkV186 "") ; - izpostal_ja_vane_N = mkN071 "" ; - izpostal_ja_l_A = mkA081 "" ; - izposydiram_V = stateV (mkV186 "") ; - izposydirane_N = mkN071 "" ; - izposyrvam_V = stateV (mkV186 "") ; - izposyrvane_N = mkN071 "" ; - izpoten_A = mkA076 "" ; - izpotrebvam_V = stateV (mkV186 "") ; - izpotrebvane_N = mkN071 "" ; - izpotrep_ja__V = stateV (mkV154 "") ; - izpotro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izpotro_sh_avane_N = mkN071 "" ; - izpotypkan_A = mkA076 "" ; - izpotypkvam_V = actionV (mkV186 "") (mkV155 "") ; - izpotypkvane_N = mkN071 "" ; - izpot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izpot_ja_vane_N = mkN071 "" ; - izpohapvam_V = actionV (mkV186 "") (mkV154 "") ; - izpohapvane_N = mkN071 "" ; - izpoho_zj_dam_V = stateV (mkV186 "") ; - izpoho_zj_dane_N = mkN071 "" ; - izpocapane_N = mkN071 "" ; - izpocapvam_V = actionV (mkV186 "") (mkV186 "") ; - izpocapvane_N = mkN071 "" ; - izpo_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - izpo_ch_upvane_N = mkN071 "" ; - izpo_sh_ivam_V = stateV (mkV186 "") ; - izpo_sh_ivane_N = mkN071 "" ; - izpo_ja_dam_V = stateV (mkV186 "") ; - izpo_ja_dane_N = mkN071 "" ; - izpo_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - izpo_ja__zj_dane_N = mkN071 "" ; - izpraven_A = mkA079 "" ; - izpravenost_N = mkN049 "" ; - izpravitel_N = mkN031 "" ; - izpravitelen_A = mkA079 "" ; - izpravnost_N = mkN049 "" ; - izprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izprav_ja_ne_N = mkN071 "" ; - izpra_zj_nenie_N = mkN072 "" ; - izprazvam_V = actionV (mkV186 "") (mkV173 "") ; - izprazvane_N = mkN071 "" ; - izpran_A = mkA076 "" ; - izpraskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpraskvane_N = mkN071 "" ; - izpratenik_N = mkN014 "" ; - izpra_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpra_sh_vane_N = mkN071 "" ; - izpra_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - izpra_sht_ane_N = mkN071 "" ; - izpra_sht_a_ch__N = mkN007b "" ; - izpra_sht_a_ch_ka_N = mkN041 "" ; - izpra_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpra_sht__ja_vane_N = mkN071 "" ; - izprebivam_V = stateV (mkV186 "") ; - izprebivane_N = mkN071 "" ; - izpreva_zj_dam_V = stateV (mkV186 "") ; - izpreva_zj_dane_N = mkN071 "" ; - izprevara_N = mkN041 "" ; - izprevarvam_V = actionV (mkV186 "") (mkV173 "") ; - izprevarvane_N = mkN071 "" ; - izprevar_ja_m_V = stateV (mkV187 "") ; - izprevar_ja_ne_N = mkN071 "" ; - izpreda_V = stateV (mkV145 "") ; - izpre_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpre_ch_vane_N = mkN071 "" ; - izpridam_V = stateV (mkV186 "") ; - izpridane_N = mkN071 "" ; - izprika_zj_a_V = stateV (mkV156 "") ; - izprikazvam_V = stateV (mkV186 "") ; - izprikazvane_N = mkN071 "" ; - izpripkvam_V = actionV (mkV186 "") (mkV186 "") ; - izpripkvane_N = mkN071 "" ; - izpri_sht_vam_V = stateV (mkV186 "") ; - izpri_sht_vane_N = mkN071 "" ; - izpri_sht_en_A = mkA076 "" ; - izprobvam_V = actionV (mkV186 "") (mkV186 "") ; - izprobvane_N = mkN071 "" ; - izprobva_ch__N = mkN007 "" ; - izprobo_zj_dam_V = stateV (mkV186 "") ; - izprobo_zj_dane_N = mkN071 "" ; - izprovod_ja_k_N = mkN014 "" ; - izprovo_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izprovo_zj_dane_N = mkN071 "" ; - izprodavam_V = actionV (mkV186 "") (mkV168 "") ; - izprodavane_N = mkN071 "" ; - izprosvam_V = actionV (mkV186 "") (mkV173 "") ; - izprosvane_N = mkN071 "" ; - izpru_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpru_zj_vane_N = mkN071 "" ; - izpryskane_N = mkN071 "" ; - izpryskvam_V = actionV (mkV186 "") (mkV186 "") ; - izpryskvane_N = mkN071 "" ; - izpryhvam_V = actionV (mkV186 "") (mkV152 "") ; - izpryhvane_N = mkN071 "" ; - izpryhnal_A = mkA076 "" ; - izpryht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpryht_ja_vane_N = mkN071 "" ; - izpr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - izpr_ja_gane_N = mkN071 "" ; - izpsuvam_V = stateV (mkV186 "") ; - izpsuvane_N = mkN071 "" ; - izpukane_N = mkN071 "" ; - izpukvam_V = actionV (mkV186 "") (mkV186 "") ; - izpukvane_N = mkN071 "" ; - izpulvam_V = actionV (mkV186 "") (mkV173 "") ; - izpulvane_N = mkN071 "" ; - izpuskam_V = actionV (mkV186 "") (mkV152 "") ; - izpuskane_N = mkN071 "" ; - izpuskatelen_A = mkA079 "" ; - izpuhane_N = mkN071 "" ; - izpuhvane_N = mkN071 "" ; - izpuht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpuht_ja_vane_N = mkN071 "" ; - izpu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpu_sh_vane_N = mkN071 "" ; - izpu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - izpu_sht_ane_N = mkN071 "" ; - izpyvam_V = actionV (mkV186 "") (mkV152 "") ; - izpyvane_N = mkN071 "" ; - izpyden_A = mkA076 "" ; - izpy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izpy_zj_dane_N = mkN071 "" ; - izpykvam_V = actionV (mkV186 "") (mkV152 "") ; - izpykvane_N = mkN071 "" ; - izpyknal_A = mkA076 "" ; - izpyknalost_N = mkN049 "" ; - izpyknatina_N = mkN041 "" ; - izpylvam_V = actionV (mkV186 "") (mkV173 "") ; - izpylvane_N = mkN071 "" ; - izpylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izpylz_ja_vane_N = mkN071 "" ; - izpylkom_N = mkN007 "" ; - izpylnenie_N = mkN072 "" ; - izpylnim_A = mkA076 "" ; - izpylnimost_N = mkN049 "" ; - izpylnitel_N = mkN031a "" ; - izpylnitelen_A = mkA079 "" ; - izpylnitelka_N = mkN041 "" ; - izpylnitelnost_N = mkN049 "" ; - izpylnitelski_A = mkA078 "" ; - izpyln_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - izpyln_ja_vane_N = mkN071 "" ; - izpyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izpyln_ja_ne_N = mkN071 "" ; - izpynat_A = mkA076 "" ; - izpypl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izpypl_ja_ne_N = mkN071 "" ; - izpyp_ch_vane_N = mkN071 "" ; - izpyrven_A = mkA079 "" ; - izpyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpyr_zj_vane_N = mkN071 "" ; - izpyr_zj_en_A = mkA076 "" ; - izpystren_A = mkA076 "" ; - izpystr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izpystr_ja_ne_N = mkN071 "" ; - izpyht_ja_vam_V = stateV (mkV186 "") ; - izpyht_ja_vane_N = mkN071 "" ; - izpy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izpy_ch_vane_N = mkN071 "" ; - izpy_sh_kane_N = mkN071 "" ; - izpy_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izpy_sh_kvane_N = mkN071 "" ; - izp_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - izp_ja_vane_N = mkN071 "" ; - izrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - izrabotvane_N = mkN071 "" ; - izrabotka_N = mkN041 "" ; - izravnenie_N = mkN072 "" ; - izravnitel_N = mkN031 "" ; - izravnitelen_A = mkA079 "" ; - izravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izravn_ja_vane_N = mkN071 "" ; - izrav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - izrav_ja_ne_N = mkN071 "" ; - izraelec_N = mkN008a "" ; - izraelski_A = mkA078 "" ; - izra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - izra_zj_dane_N = mkN071 "" ; - izra_zj_enie_N = mkN072 "" ; - izraz_N = mkN007 "" ; - izrazen_A = mkA079 "" ; - izrazim_A = mkA076 "" ; - izrazitel_N = mkN031a "" ; - izrazitelen_A = mkA079 "" ; - izrazitelka_N = mkN041 "" ; - izrazitelnost_N = mkN049 "" ; - izraznost_N = mkN049 "" ; - izrazhodvam_V = actionV (mkV186 "") (mkV173 "") ; - izrazhodvane_N = mkN071 "" ; - izraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izraz_ja_vane_N = mkN071 "" ; - izrailt_ja_nin_N = mkN018 "" ; - izrailt_ja_nka_N = mkN041 "" ; - izrailt_ja_nski_A = mkA078 "" ; - izranen_A = mkA076 "" ; - izran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izran_ja_vane_N = mkN071 "" ; - izraportuvam_V = stateV (mkV186 "") ; - izrasna_V = stateV (mkV152 "") ; - izrastvam_V = actionV (mkV186 "") (mkV145 "") ; - izrastvane_N = mkN071 "" ; - izrasten_A = mkA079 "" ; - izrastyk_N = mkN014 "" ; - izrasyl_A = mkA080 "" ; - izrevavam_V = actionV (mkV186 "") (mkV151 "") ; - izrevavane_N = mkN071 "" ; - izre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - izre_zj_dane_N = mkN071 "" ; - izrez_N = mkN007 "" ; - izrezka_N = mkN041 "" ; - izreka_V = stateV (mkV148 "") ; - izrepetiram_V = stateV (mkV186 "") ; - izrep_ch_a_V = stateV (mkV176 "") ; - izresvam_V = actionV (mkV186 "") (mkV159 "") ; - izresvane_N = mkN071 "" ; - izres_ja_vam_V = stateV (mkV186 "") ; - izrecitiram_V = stateV (mkV186 "") ; - izre_ch_enie_N = mkN072 "" ; - izriv_N = mkN007 "" ; - izrivam_V = stateV (mkV186 "") ; - izrivane_N = mkN071 "" ; - izrigvam_V = actionV (mkV186 "") (mkV152 "") ; - izrigvane_N = mkN071 "" ; - izridavam_V = stateV (mkV186 "") ; - izridavane_N = mkN071 "" ; - izrinvam_V = actionV (mkV186 "") (mkV152 "") ; - izrinvane_N = mkN071 "" ; - izrisuvam_V = stateV (mkV186 "") ; - izrisuvane_N = mkN071 "" ; - izritane_N = mkN071 "" ; - izritvam_V = actionV (mkV186 "") (mkV186 "") ; - izritvane_N = mkN071 "" ; - izri_ch_am_V = stateV (mkV186 "") ; - izri_ch_ane_N = mkN071 "" ; - izri_ch_en_A = mkA079 "" ; - izri_ja__V = stateV (mkV163 "") ; - izroven_A = mkA076 "" ; - izrov_ja__V = stateV (mkV173 "") ; - izrod_N = mkN007 "" ; - izroden_A = mkA076 "" ; - izrodenost_N = mkN049 "" ; - izrodski_A = mkA078 "" ; - izrod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izrod_ja_vane_N = mkN071 "" ; - izronvam_V = actionV (mkV186 "") (mkV173 "") ; - izronvane_N = mkN071 "" ; - izro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - izro_ja_vane_N = mkN071 "" ; - izrugavam_V = actionV (mkV186 "") (mkV161 "") ; - izrugavane_N = mkN071 "" ; - izruse_ja__V = stateV (mkV160 "") ; - izrus_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izrus_ja_vane_N = mkN071 "" ; - izru_ch_a_V = stateV (mkV178 "") ; - izrykopl_ja_skam_V = stateV (mkV186 "") ; - izrykopl_ja_skane_N = mkN071 "" ; - izrym_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - izrym_zj_avane_N = mkN071 "" ; - izrysvam_V = actionV (mkV186 "") (mkV173 "") ; - izrysvane_N = mkN071 "" ; - izryfan_A = mkA076 "" ; - izryfane_N = mkN071 "" ; - izryfvam_V = actionV (mkV186 "") (mkV186 "") ; - izryfvane_N = mkN071 "" ; - izry_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - izry_ch_kvane_N = mkN071 "" ; - izr_ja_den_A = mkA079 "" ; - izr_ja_dnost_N = mkN049 "" ; - izr_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - izr_ja_zvane_N = mkN071 "" ; - izr_ja_zyk_N = mkN014 "" ; - izsvirvam_V = actionV (mkV186 "") (mkV173 "") ; - izsvirvane_N = mkN071 "" ; - izsvirkane_N = mkN071 "" ; - izsvirkvam_V = actionV (mkV186 "") (mkV186 "") ; - izsvirkvane_N = mkN071 "" ; - izsvist_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izsvist_ja_vane_N = mkN071 "" ; - izsed_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izsed_ja_vane_N = mkN071 "" ; - izsekvam_V = actionV (mkV186 "") (mkV152 "") ; - izsekvane_N = mkN071 "" ; - izselvam_V = actionV (mkV186 "") (mkV173 "") ; - izselvane_N = mkN071 "" ; - izselnik_N = mkN014 "" ; - izselnica_N = mkN041 "" ; - izselni_ch_eski_A = mkA078 "" ; - izse_ch_en_A = mkA076 "" ; - izsilvam_V = actionV (mkV186 "") (mkV173 "") ; - izsilvane_N = mkN071 "" ; - izsipvam_V = actionV (mkV186 "") (mkV154 "") ; - izsipvane_N = mkN071 "" ; - izsi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - izsi_ch_ane_N = mkN071 "" ; - izska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - izska_ch_ane_N = mkN071 "" ; - izskimt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izskimt_ja_vane_N = mkN071 "" ; - izskokvam_V = actionV (mkV186 "") (mkV176 "") ; - izskokvane_N = mkN071 "" ; - izskribucane_N = mkN071 "" ; - izskribucvam_V = actionV (mkV186 "") (mkV186 "") ; - izskribucvane_N = mkN071 "" ; - izskript_ja_vam_V = stateV (mkV186 "") ; - izskript_ja_vane_N = mkN071 "" ; - izskubvam_V = actionV (mkV186 "") (mkV152 "") ; - izskubvane_N = mkN071 "" ; - izskub_ja__V = stateV (mkV154 "") ; - izskyrcane_N = mkN071 "" ; - izskyrcvam_V = actionV (mkV186 "") (mkV186 "") ; - izskyrcvane_N = mkN071 "" ; - izsledvam_V = stateV (mkV186 "") ; - izsledvane_N = mkN071 "" ; - izsledva_ch__N = mkN007b "" ; - izsledovatel_N = mkN031a "" ; - izsledovatelen_A = mkA079 "" ; - izsledovatelka_N = mkN041 "" ; - izsledovatelski_A = mkA078 "" ; - izslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - izslu_zj_vane_N = mkN071 "" ; - izslu_sh_ane_N = mkN071 "" ; - izslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - izslu_sh_vane_N = mkN071 "" ; - izsmivam_V = actionV (mkV186 "") (mkV160 "") ; - izsmivane_N = mkN071 "" ; - izsmukan_A = mkA076 "" ; - izsmukvam_V = actionV (mkV186 "") (mkV155 "") ; - izsmukvane_N = mkN071 "" ; - izstenvam_V = actionV (mkV186 "") (mkV152 "") ; - izstenvane_N = mkN071 "" ; - izstivam_V = actionV (mkV186 "") (mkV152 "") ; - izstivane_N = mkN071 "" ; - izstinal_A = mkA076 "" ; - izstinka_N = mkN041 "" ; - izstiskan_A = mkA076 "" ; - izstiskane_N = mkN071 "" ; - izstiskvam_V = actionV (mkV186 "") (mkV186 "") ; - izstiskvane_N = mkN071 "" ; - izstiskva_ch_ka_N = mkN041 "" ; - izsto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - izsto_ja_vane_N = mkN071 "" ; - izstradane_N = mkN071 "" ; - izstradvam_V = actionV (mkV186 "") (mkV186 "") ; - izstradvane_N = mkN071 "" ; - izstrel_N = mkN007 "" ; - izstrelvam_V = actionV (mkV186 "") (mkV187 "") ; - izstrelvane_N = mkN071 "" ; - izstrel_ja_n_A = mkA076 "" ; - izstrel_ja_ne_N = mkN071 "" ; - izstrigvam_V = actionV (mkV186 "") (mkV158 "") ; - izstrigvane_N = mkN071 "" ; - izstuden_A = mkA076 "" ; - izstud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izstud_ja_vane_N = mkN071 "" ; - izstypvam_V = actionV (mkV186 "") (mkV173 "") ; - izstypvane_N = mkN071 "" ; - izstyplen_A = mkA076 "" ; - izstyplenie_N = mkN072 "" ; - izstyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izstyp_ja_ne_N = mkN071 "" ; - izstyrgan_A = mkA076 "" ; - izstyrgvam_V = actionV (mkV186 "") (mkV158 "") ; - izstyrgvane_N = mkN071 "" ; - izsulvam_V = actionV (mkV186 "") (mkV173 "") ; - izsulvane_N = mkN071 "" ; - izsumt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izsumt_ja_vane_N = mkN071 "" ; - izsu_ch_a_V = stateV (mkV155 "") ; - izsu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - izsu_sh_avane_N = mkN071 "" ; - izsyrbane_N = mkN071 "" ; - izsyrbvam_V = actionV (mkV186 "") (mkV186 "") ; - izsyrbvane_N = mkN071 "" ; - izsyskane_N = mkN071 "" ; - izsyskvam_V = actionV (mkV186 "") (mkV186 "") ; - izsyskvane_N = mkN071 "" ; - izsyhvam_V = actionV (mkV186 "") (mkV152 "") ; - izsyhvane_N = mkN071 "" ; - izsyhnalost_N = mkN049 "" ; - iztakam_V = stateV (mkV186 "") ; - iztakane_N = mkN071 "" ; - iztananikam_V = stateV (mkV186 "") ; - iztananikane_N = mkN071 "" ; - iztegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iztegl_ja_ne_N = mkN071 "" ; - iztegl_ja__ch__N = mkN007 "" ; - iztezavam_V = stateV (mkV186 "") ; - iztezavane_N = mkN071 "" ; - iztezan_A = mkA076 "" ; - iztezanie_N = mkN072 "" ; - iztezatel_N = mkN031a "" ; - izteka_V = stateV (mkV148 "") ; - iztekyl_A = mkA080 "" ; - izterzavam_V = actionV (mkV186 "") (mkV161 "") ; - izterzavane_N = mkN071 "" ; - iztikane_N = mkN071 "" ; - iztikvam_V = actionV (mkV186 "") (mkV186 "") ; - iztikvane_N = mkN071 "" ; - iztiposvam_V = stateV (mkV186 "") ; - iztiposvane_N = mkN071 "" ; - izti_ch_ane_N = mkN071 "" ; - izti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - izti_ch_vane_N = mkN071 "" ; - iztlaskane_N = mkN071 "" ; - iztlaskvam_V = actionV (mkV186 "") (mkV186 "") ; - iztlaskvane_N = mkN071 "" ; - iztl_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - iztok_N = mkN040a "" ; - iztop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iztop_ja_vane_N = mkN071 "" ; - iztormozvam_V = actionV (mkV186 "") (mkV173 "") ; - iztormozvane_N = mkN071 "" ; - izto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izto_ch_vane_N = mkN071 "" ; - izto_ch_en_A = mkA079 "" ; - izto_ch_nik_N = mkN014 "" ; - izto_ch_noevropejski_A = mkA078 "" ; - izto_ch_nopravoslaven_A = mkA079 "" ; - izto_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - izto_sht_avane_N = mkN071 "" ; - izto_sht_en_A = mkA076 "" ; - izto_sht_enie_N = mkN072 "" ; - izto_sht_enost_N = mkN049 "" ; - izto_sht_itelen_A = mkA079 "" ; - iztravni_ch_e_N = mkN065 "" ; - iztrav_ja_m_V = stateV (mkV187 "") ; - iztrav_ja_ne_N = mkN071 "" ; - iztrajvam_V = actionV (mkV186 "") (mkV162 "") ; - iztrajvane_N = mkN071 "" ; - iztrakane_N = mkN071 "" ; - iztrakvam_V = actionV (mkV186 "") (mkV186 "") ; - iztrakvane_N = mkN071 "" ; - iztrebvam_V = actionV (mkV186 "") (mkV173 "") ; - iztrebvane_N = mkN071 "" ; - iztrebitel_N = mkN031 "" ; - iztrebitelen_A = mkA079 "" ; - iztreblenie_N = mkN072 "" ; - iztrezn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - iztrezn_ja_vane_N = mkN071 "" ; - iztrepvam_V = actionV (mkV186 "") (mkV154 "") ; - iztrepvane_N = mkN071 "" ; - iztre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - iztre_sht__ja_vane_N = mkN071 "" ; - iztrivaem_A = mkA076 "" ; - iztrivalka_N = mkN041 "" ; - iztrivam_V = actionV (mkV186 "") (mkV163 "") ; - iztrivane_N = mkN071 "" ; - iztrit_A = mkA076 "" ; - iztrov_ja__V = stateV (mkV173 "") ; - iztropane_N = mkN071 "" ; - iztropvam_V = actionV (mkV186 "") (mkV186 "") ; - iztropvane_N = mkN071 "" ; - iztropol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iztropol_ja_vane_N = mkN071 "" ; - iztro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - iztro_sh_avane_N = mkN071 "" ; - iztrygvam_V = actionV (mkV186 "") (mkV152 "") ; - iztrygvane_N = mkN071 "" ; - iztrypvam_V = actionV (mkV186 "") (mkV152 "") ; - iztrypvane_N = mkN071 "" ; - iztrypnalost_N = mkN049 "" ; - iztryskane_N = mkN071 "" ; - iztryskvam_V = actionV (mkV186 "") (mkV186 "") ; - iztryskvane_N = mkN071 "" ; - iztry_sh_kane_N = mkN071 "" ; - iztry_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - iztry_sh_kvane_N = mkN071 "" ; - iztr_ja_skvam_V = stateV (mkV186 "") ; - iztr_ja_skvane_N = mkN071 "" ; - iztupan_A = mkA076 "" ; - iztupvam_V = actionV (mkV186 "") (mkV186 "") ; - iztupvane_N = mkN071 "" ; - iztykavam_V = actionV (mkV186 "") (mkV167 "") ; - iztykavane_N = mkN071 "" ; - iztykvam_V = actionV (mkV186 "") (mkV152 "") ; - iztykvane_N = mkN071 "" ; - iztyknat_A = mkA076 "" ; - iztyknatost_N = mkN049 "" ; - iztylkuvam_V = stateV (mkV186 "") ; - iztylkuvane_N = mkN071 "" ; - iztyne_ja__V = stateV (mkV160 "") ; - iztyn_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - iztyn_ch_vane_N = mkN071 "" ; - iztyn_ch_en_A = mkA076 "" ; - iztyn_ch_enost_N = mkN049 "" ; - iztyn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iztyn_ja_vane_N = mkN071 "" ; - iztypan_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - iztypan_ch_vane_N = mkN071 "" ; - iztypan_ja__V = stateV (mkV173 "") ; - iztypen_A = mkA076 "" ; - iztypkvam_V = actionV (mkV186 "") (mkV155 "") ; - iztypkvane_N = mkN071 "" ; - iztyrbu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - iztyrbu_sh_vane_N = mkN071 "" ; - iztyrvavam_V = actionV (mkV186 "") (mkV151 "") ; - iztyrvavane_N = mkN071 "" ; - iztyrvam_V = actionV (mkV186 "") (mkV151 "") ; - iztyrvane_N = mkN071 "" ; - iztyrgvam_V = stateV (mkV186 "") ; - iztyrkal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - iztyrkal_ja_ne_N = mkN071 "" ; - iztyrkan_A = mkA076 "" ; - iztyrkane_N = mkN071 "" ; - iztyrkanost_N = mkN049 "" ; - iztyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - iztyrkvane_N = mkN071 "" ; - iztyrkulvam_V = actionV (mkV186 "") (mkV174 "") ; - iztyrp_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - iztyrp_ja_vane_N = mkN071 "" ; - iztyrsak_N = mkN014 "" ; - iztyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - iztyrsvane_N = mkN071 "" ; - iztyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - iztyr_ch_avane_N = mkN071 "" ; - iztytruzvam_V = actionV (mkV186 "") (mkV173 "") ; - iztytruzvane_N = mkN071 "" ; - iztytr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iztytr_ja_ne_N = mkN071 "" ; - izt_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - izt_ja_gane_N = mkN071 "" ; - izuvam_V = actionV (mkV186 "") (mkV163 "") ; - izuvane_N = mkN071 "" ; - izumen_A = mkA076 "" ; - izume_ja__V = stateV (mkV160 "") ; - izumitelen_A = mkA079 "" ; - izumlenie_N = mkN072 "" ; - izumrud_N = mkN007 "" ; - izumruden_A = mkA076 "" ; - izum_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izum_ja_vane_N = mkN071 "" ; - izum_ja_l_A = mkA081 "" ; - izu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - izu_ch_avane_N = mkN071 "" ; - izfabrikuvam_V = stateV (mkV186 "") ; - izfabrikuvane_N = mkN071 "" ; - izfinvam_V = stateV (mkV186 "") ; - izfinvane_N = mkN071 "" ; - izfinen_A = mkA076 "" ; - izfir_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - izfir_ja_svane_N = mkN071 "" ; - izfukvam_V = stateV (mkV186 "") ; - izfukvane_N = mkN071 "" ; - izfu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izfu_ch_avane_N = mkN071 "" ; - izfyfl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izfyfl_ja_ne_N = mkN071 "" ; - izhaben_A = mkA076 "" ; - izhabenost_N = mkN049 "" ; - izhab_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izhab_ja_vane_N = mkN071 "" ; - izhajlazvam_V = actionV (mkV186 "") (mkV173 "") ; - izhajlazvane_N = mkN071 "" ; - izhajman_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izhajman_ja_vane_N = mkN071 "" ; - izhajtvam_V = actionV (mkV186 "") (mkV173 "") ; - izhajtvane_N = mkN071 "" ; - izhapvam_V = actionV (mkV186 "") (mkV154 "") ; - izhapvane_N = mkN071 "" ; - izhar_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izhar_ch_vane_N = mkN071 "" ; - izhvrykvam_V = actionV (mkV186 "") (mkV152 "") ; - izhvrykvane_N = mkN071 "" ; - izhvyrga_ch__N = mkN007 "" ; - izhvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izhvyrl_ja_ne_N = mkN071 "" ; - izhvyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - izhvyr_ch_avane_N = mkN071 "" ; - izhvyr_ch_am_V = actionV (mkV186 "") (mkV178 "") ; - izhvyr_ch_ane_N = mkN071 "" ; - izhitre_ja__V = stateV (mkV160 "") ; - izhitr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izhitr_ja_vane_N = mkN071 "" ; - izhitr_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - izhitr_ja_ne_N = mkN071 "" ; - izhlen_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izhlen_ch_vane_N = mkN071 "" ; - izhlipane_N = mkN071 "" ; - izhlipvam_V = actionV (mkV186 "") (mkV186 "") ; - izhlipvane_N = mkN071 "" ; - izhluzvam_V = actionV (mkV186 "") (mkV173 "") ; - izhluzvane_N = mkN071 "" ; - izhlyzvam_V = stateV (mkV186 "") ; - izhlyzvane_N = mkN071 "" ; - izhod_N = mkN007 "" ; - izhodatajstvuvam_V = stateV (mkV186 "") ; - izhodatajstvuvane_N = mkN071 "" ; - izhoden_A = mkA079 "" ; - izhod_ja__sht__A = mkA076 "" ; - izho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - izho_zj_dane_N = mkN071 "" ; - izhokvam_V = actionV (mkV186 "") (mkV186 "") ; - izhokvane_N = mkN071 "" ; - izhortuvam_V = stateV (mkV186 "") ; - izhortuvane_N = mkN071 "" ; - izhranvam_V = actionV (mkV186 "") (mkV173 "") ; - izhranvane_N = mkN071 "" ; - izhra_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - izhra_ch_vane_N = mkN071 "" ; - izhript_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izhript_ja_vane_N = mkN071 "" ; - izhrupvam_V = actionV (mkV186 "") (mkV186 "") ; - izhrupvane_N = mkN071 "" ; - izhruskane_N = mkN071 "" ; - izhruskvam_V = actionV (mkV186 "") (mkV186 "") ; - izhruskvane_N = mkN071 "" ; - izhru_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - izhru_sht__ja_vane_N = mkN071 "" ; - izhylcvam_V = actionV (mkV186 "") (mkV186 "") ; - izhylcvane_N = mkN071 "" ; - izcapane_N = mkN071 "" ; - izcapvam_V = actionV (mkV186 "") (mkV186 "") ; - izcapvane_N = mkN071 "" ; - izcvilvam_V = actionV (mkV186 "") (mkV173 "") ; - izcvilvane_N = mkN071 "" ; - izce_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - izce_zj_dane_N = mkN071 "" ; - izcelenie_N = mkN072 "" ; - izcelitel_N = mkN031 "" ; - izcelitelka_N = mkN041 "" ; - izcel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izcel_ja_vane_N = mkN071 "" ; - izcepka_N = mkN041 "" ; - izcerenie_N = mkN072 "" ; - izcerim_A = mkA076 "" ; - izceritelen_A = mkA079 "" ; - izcer_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - izcer_ja_vane_N = mkN071 "" ; - izcyklen_A = mkA076 "" ; - izcyklenost_N = mkN049 "" ; - izcykl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - izcykl_ja_ne_N = mkN071 "" ; - izcyrkane_N = mkN071 "" ; - izcyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - izcyrkvane_N = mkN071 "" ; - iz_ch_adie_N = mkN072 "" ; - iz_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_akvane_N = mkN071 "" ; - iz_ch_akvatelen_A = mkA079 "" ; - iz_ch_egyrtvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_egyrtvane_N = mkN071 "" ; - iz_ch_ezvam_V = actionV (mkV186 "") (mkV152 "") ; - iz_ch_ezvane_N = mkN071 "" ; - iz_ch_epkvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_epkvane_N = mkN071 "" ; - iz_ch_erv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_ch_erv_ja_vane_N = mkN071 "" ; - iz_ch_erv_ja_v_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - iz_ch_erv_ja_v_ja_ne_N = mkN071 "" ; - iz_ch_ern_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iz_ch_ern_ja_ne_N = mkN071 "" ; - iz_ch_erpan_A = mkA076 "" ; - iz_ch_erpane_N = mkN071 "" ; - iz_ch_erpanost_N = mkN049 "" ; - iz_ch_erpatelen_A = mkA079 "" ; - iz_ch_erpatelnost_N = mkN049 "" ; - iz_ch_erpvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_erpvane_N = mkN071 "" ; - iz_ch_erp_ja__V = stateV (mkV173 "") ; - iz_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - iz_ch_ertavane_N = mkN071 "" ; - iz_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - iz_ch_esvane_N = mkN071 "" ; - iz_ch_eta_V = stateV (mkV145 "") ; - iz_ch_etkane_N = mkN071 "" ; - iz_ch_etkvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_etkvane_N = mkN071 "" ; - iz_ch_islenie_N = mkN072 "" ; - iz_ch_islitel_N = mkN031 "" ; - iz_ch_islitelen_A = mkA079 "" ; - iz_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_ch_isl_ja_vane_N = mkN071 "" ; - iz_ch_isl_ja_em_A = mkA076 "" ; - iz_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - iz_ch_istvane_N = mkN071 "" ; - iz_ch_isten_A = mkA076 "" ; - iz_ch_itam_V = stateV (mkV186 "") ; - iz_ch_itane_N = mkN071 "" ; - iz_ch_ovyrkane_N = mkN071 "" ; - iz_ch_ovyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_ovyrkvane_N = mkN071 "" ; - iz_ch_opl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iz_ch_opl_ja_ne_N = mkN071 "" ; - iz_ch_ukane_N = mkN071 "" ; - iz_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_ukvane_N = mkN071 "" ; - iz_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - iz_ch_upvane_N = mkN071 "" ; - iz_ch_u_sh_kane_N = mkN071 "" ; - iz_ch_u_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_ch_u_sh_kvane_N = mkN071 "" ; - iz_sh_arvam_V = actionV (mkV186 "") (mkV173 "") ; - iz_sh_arvane_N = mkN071 "" ; - iz_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - iz_sh_ivane_N = mkN071 "" ; - iz_sh_il_ja__V = stateV (mkV173 "") ; - iz_sh_umol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_sh_umol_ja_vane_N = mkN071 "" ; - iz_sh_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_sh_um_ja_vane_N = mkN071 "" ; - iz_sht_av_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - iz_sht_av_ja_ne_N = mkN071 "" ; - iz_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - iz_sht_ipvane_N = mkN071 "" ; - iz_sht_rakane_N = mkN071 "" ; - iz_sht_rakvam_V = actionV (mkV186 "") (mkV186 "") ; - iz_sht_rakvane_N = mkN071 "" ; - iz_iu_den_A = mkA076 "" ; - iz_ja_va_N = mkN041 "" ; - iz_ja_vitel_N = mkN031a "" ; - iz_ja_vitelen_A = mkA079 "" ; - iz_ja_vlenie_N = mkN072 "" ; - iz_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_ja_v_ja_vane_N = mkN071 "" ; - iz_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - iz_ja__zj_dane_N = mkN071 "" ; - iz_ja_snenie_N = mkN072 "" ; - iz_ja_snenost_N = mkN049 "" ; - iz_ja_snitel_N = mkN031a "" ; - iz_ja_snitelen_A = mkA079 "" ; - iz_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - iz_ja_sn_ja_vane_N = mkN071 "" ; - iz_ja__sht_en_A = mkA079 "" ; - iz_ja__sht_estvo_N = mkN054 "" ; - iz_ja__sht_nost_N = mkN049 "" ; - ikarovski_A = mkA078 "" ; - ikebana_N = mkN042 "" ; - ikindi_ja__N = mkN047 "" ; - ikona_N = mkN041 "" ; - ikoniziram_V = stateV (mkV186 "") ; - ikonizirane_N = mkN071 "" ; - ikonka_N = mkN041 "" ; - ikonoborec_N = mkN008a "" ; - ikonoborstvo_N = mkN054 "" ; - ikonograf_N = mkN007 "" ; - ikonografi_ja__N = mkN047 "" ; - ikonom_N = mkN007a "" ; - ikonomajzer_N = mkN007 "" ; - ikonometri_ja__N = mkN047 "" ; - ikonomizym_N = mkN011 "" ; - ikonomika_N = mkN041 "" ; - ikonomisam_V = stateV (mkV186 "") ; - ikonomisane_N = mkN071 "" ; - ikonomisvam_V = stateV (mkV186 "") ; - ikonomisvane_N = mkN071 "" ; - ikonomist_N = mkN007a "" ; - ikonomi_ch_en_A = mkA079 "" ; - ikonomi_ch_eski_A = mkA078 "" ; - ikonomi_ch_nost_N = mkN049 "" ; - ikonomi_ja__N = mkN047 "" ; - ikonomka_N = mkN041 "" ; - ikonopis_N = mkN007 "" ; - ikonopisec_N = mkN008a "" ; - ikonopistvo_N = mkN054 "" ; - ikonostas_N = mkN007 "" ; - ikosaedyr_N = mkN009 "" ; - ila_ch__N = mkN007 "" ; - ilik_N = mkN014 "" ; - il_iu_zionizym_N = mkN011 "" ; - il_iu_zionist_N = mkN007a "" ; - il_iu_zionistka_N = mkN041 "" ; - il_iu_zi_ja__N = mkN047 "" ; - il_iu_zoren_A = mkA079 "" ; - il_iu_zornost_N = mkN049 "" ; - il_iu_minat_N = mkN007 "" ; - il_iu_minator_N = mkN007 "" ; - il_iu_minacionen_A = mkA079 "" ; - il_iu_minaci_ja__N = mkN047 "" ; - il_iu_miniram_V = stateV (mkV186 "") ; - il_iu_minirane_N = mkN071 "" ; - il_iu_strativen_A = mkA079 "" ; - il_iu_strator_N = mkN007a "" ; - il_iu_stratorka_N = mkN041 "" ; - il_iu_stracionen_A = mkA079 "" ; - il_iu_straci_ja__N = mkN047 "" ; - il_iu_striram_V = stateV (mkV186 "") ; - il_iu_strirane_N = mkN071 "" ; - il_iu_strovan_A = mkA076 "" ; - imagineren_A = mkA079 "" ; - ima_zj_inizym_N = mkN011 "" ; - imam_V = stateV (mkV186 "") ; - imamin_N = mkN007 "" ; - imane_N = mkN071 "" ; - imanenten_A = mkA079 "" ; - imanentnost_N = mkN049 "" ; - iman_ja_r_N = mkN031a "" ; - iman_ja_rski_A = mkA078 "" ; - iman_ja_rstvane_N = mkN071 "" ; - iman_ja_rstvo_N = mkN054 "" ; - imbecilnost_N = mkN049 "" ; - ime_N = mkN069 "" ; - imenen_A = mkA079 "" ; - imenie_N = mkN072 "" ; - imenit_A = mkA076 "" ; - imenitelen_A = mkA079 "" ; - imenitost_N = mkN049 "" ; - imennik_N = mkN014 "" ; - imennica_N = mkN041 "" ; - imenuvam_V = stateV (mkV186 "") ; - imenuvan_A = mkA076 "" ; - imenuvane_N = mkN071 "" ; - imigrant_N = mkN007a "" ; - imigrantka_N = mkN041 "" ; - imigracionen_A = mkA079 "" ; - imigraci_ja__N = mkN047 "" ; - imigriram_V = stateV (mkV186 "") ; - imigrirane_N = mkN071 "" ; - imid_zj__N = mkN007 "" ; - imitativen_A = mkA079 "" ; - imitator_N = mkN007a "" ; - imitatorka_N = mkN041 "" ; - imitaci_ja__N = mkN047 "" ; - imitiram_V = stateV (mkV186 "") ; - imitirane_N = mkN071 "" ; - imot_N = mkN007 "" ; - imoten_A = mkA079 "" ; - imotnost_N = mkN049 "" ; - impas_N = mkN007 "" ; - impedans_N = mkN007 "" ; - imperativ_A = mkA076 "" ; - imperativen_A = mkA079 "" ; - imperator_N = mkN007a "" ; - imperatorski_A = mkA078 "" ; - imperatorstvo_N = mkN054 "" ; - imperatrica_N = mkN041 "" ; - imperializym_N = mkN011 "" ; - imperialist_N = mkN007a "" ; - imperialisti_ch_en_A = mkA079 "" ; - imperialisti_ch_eski_A = mkA078 "" ; - imperi_ja__N = mkN047 "" ; - imperski_A = mkA078 "" ; - implant_N = mkN007 "" ; - implantaci_ja__N = mkN047 "" ; - implantiram_V = stateV (mkV186 "") ; - implantirane_N = mkN071 "" ; - implementaci_ja__N = mkN047 "" ; - implikaci_ja__N = mkN047 "" ; - impliciten_A = mkA079 "" ; - implozi_ja__N = mkN047 "" ; - impozanten_A = mkA079 "" ; - impozantnost_N = mkN049 "" ; - imponiram_V = stateV (mkV186 "") ; - imponirane_N = mkN071 "" ; - import_N = mkN040a "" ; - importen_A = mkA079 "" ; - importiram_V = stateV (mkV186 "") ; - importirane_N = mkN071 "" ; - impotenten_A = mkA079 "" ; - impotentnost_N = mkN049 "" ; - impregnacionen_A = mkA079 "" ; - impregnaci_ja__N = mkN047 "" ; - impregniram_V = stateV (mkV186 "") ; - impregnirane_N = mkN071 "" ; - impresario_N = mkN054 "" ; - impresionizym_N = mkN011 "" ; - impresionist_N = mkN007a "" ; - impresionisti_ch_en_A = mkA079 "" ; - impresionisti_ch_eski_A = mkA078 "" ; - impresionistka_N = mkN041 "" ; - impresi_ja__N = mkN047 "" ; - improvizator_N = mkN007a "" ; - improvizatorka_N = mkN041 "" ; - improvizatorski_A = mkA078 "" ; - improvizaci_ja__N = mkN047 "" ; - improviziram_V = stateV (mkV186 "") ; - improviziran_A = mkA076 "" ; - improvizirane_N = mkN071 "" ; - impuls_N = mkN007 "" ; - impulsen_A = mkA079 "" ; - impulsiven_A = mkA079 "" ; - impulsivnost_N = mkN049 "" ; - impulsiram_V = stateV (mkV186 "") ; - impulsirane_N = mkN071 "" ; - imunen_A = mkA079 "" ; - imunizaci_ja__N = mkN047 "" ; - imuniziram_V = stateV (mkV186 "") ; - imunizirane_N = mkN071 "" ; - imunitet_N = mkN007 "" ; - imu_sht_estven_A = mkA076 "" ; - imu_sht_estvo_N = mkN054 "" ; - inat_N = mkN007 "" ; - inatene_N = mkN071 "" ; - inat_ch_i_ja__N = mkN039 "" ; - inat_ja__V = stateV (mkV174 "") ; - invazi_ja__N = mkN047 "" ; - invalid_N = mkN007a "" ; - invaliden_A = mkA079 "" ; - invalidnost_N = mkN049 "" ; - invariant_N = mkN007 "" ; - inventar_N = mkN007 "" ; - inventaren_A = mkA079 "" ; - inventarizaci_ja__N = mkN047 "" ; - inventariziram_V = stateV (mkV186 "") ; - inventarizirane_N = mkN071 "" ; - invenci_ja__N = mkN047 "" ; - inversionen_A = mkA079 "" ; - inversi_ja__N = mkN047 "" ; - inversor_N = mkN007 "" ; - inverten_A = mkA079 "" ; - invertiram_V = stateV (mkV186 "") ; - invertiran_A = mkA076 "" ; - invertirane_N = mkN071 "" ; - investiram_V = stateV (mkV186 "") ; - investirane_N = mkN071 "" ; - investitor_N = mkN007a "" ; - investitorka_N = mkN041 "" ; - investitorski_A = mkA078 "" ; - investicionen_A = mkA079 "" ; - investici_ja__N = mkN047 "" ; - invol_iu_ci_ja__N = mkN047 "" ; - ingredient_N = mkN007 "" ; - ingresi_ja__N = mkN047 "" ; - indeks_N = mkN007 "" ; - indeksen_A = mkA079 "" ; - indeksiram_V = stateV (mkV186 "") ; - indeksiran_A = mkA076 "" ; - indeksirane_N = mkN071 "" ; - indeterminizym_N = mkN011 "" ; - indianec_N = mkN008a "" ; - indianka_N = mkN041 "" ; - indianski_A = mkA078 "" ; - indian_ch_e_N = mkN065 "" ; - individ_N = mkN007a "" ; - individualen_A = mkA079 "" ; - individualizaci_ja__N = mkN047 "" ; - individualiziram_V = stateV (mkV186 "") ; - individualizirane_N = mkN071 "" ; - individualizym_N = mkN011 "" ; - individualist_N = mkN007a "" ; - individualisti_ch_en_A = mkA079 "" ; - individualisti_ch_eski_A = mkA078 "" ; - individualnost_N = mkN049 "" ; - indivudalnost_N = mkN049 "" ; - indigo_N = mkN054 "" ; - indigov_A = mkA076 "" ; - indiec_N = mkN013 "" ; - indijka_N = mkN041 "" ; - indijski_A = mkA078 "" ; - indikativen_A = mkA079 "" ; - indikator_N = mkN007 "" ; - indikaci_ja__N = mkN047 "" ; - indikt_N = mkN007 "" ; - indirekten_A = mkA079 "" ; - indiskreten_A = mkA079 "" ; - indiferenten_A = mkA079 "" ; - indiferentnost_N = mkN049 "" ; - indoevropejski_A = mkA078 "" ; - indokitajka_N = mkN041 "" ; - indoktrinirane_N = mkN071 "" ; - indoneziec_N = mkN013 "" ; - indonezijski_A = mkA078 "" ; - indosament_N = mkN007 "" ; - indosiram_V = stateV (mkV186 "") ; - indosirane_N = mkN071 "" ; - indri_sh_e_N = mkN065 "" ; - induktiven_A = mkA079 "" ; - induktivnost_N = mkN049 "" ; - induktor_N = mkN007 "" ; - induktoren_A = mkA079 "" ; - indukcionen_A = mkA079 "" ; - indukci_ja__N = mkN047 "" ; - indulgenci_ja__N = mkN047 "" ; - indus_N = mkN007 "" ; - induska_N = mkN041 "" ; - induski_A = mkA078 "" ; - industrialen_A = mkA079 "" ; - industrialec_N = mkN008a "" ; - industrializaci_ja__N = mkN047 "" ; - industrializiram_V = stateV (mkV186 "") ; - industrializirane_N = mkN071 "" ; - industrializym_N = mkN011 "" ; - industri_ja__N = mkN047 "" ; - induciram_V = stateV (mkV186 "") ; - inerten_A = mkA079 "" ; - inertnost_N = mkN049 "" ; - inerci_ja__N = mkN047 "" ; - in_zj_ektiram_V = stateV (mkV186 "") ; - in_zj_ektirane_N = mkN071 "" ; - in_zj_ektor_N = mkN007 "" ; - in_zj_ekci_ja__N = mkN047 "" ; - in_zj_ener_N = mkN007a "" ; - in_zj_eneren_A = mkA079 "" ; - in_zj_enerski_A = mkA078 "" ; - in_zj_enerstvo_N = mkN054 "" ; - inicial_N = mkN007 "" ; - inicialen_A = mkA079 "" ; - inicializaci_ja__N = mkN047 "" ; - inicializiram_V = stateV (mkV186 "") ; - inicializirane_N = mkN071 "" ; - iniciativa_N = mkN041 "" ; - iniciativen_A = mkA079 "" ; - iniciativnost_N = mkN049 "" ; - iniciator_N = mkN007a "" ; - iniciatorski_A = mkA078 "" ; - iniciiram_V = stateV (mkV186 "") ; - iniciirane_N = mkN071 "" ; - inkarnaci_ja__N = mkN047 "" ; - inkasator_N = mkN007a "" ; - inkasatorka_N = mkN041 "" ; - inkasatorski_A = mkA078 "" ; - inkasiram_V = stateV (mkV186 "") ; - inkasirane_N = mkN071 "" ; - inkaso_N = mkN065 "" ; - inkviziram_V = stateV (mkV186 "") ; - inkvizirane_N = mkN071 "" ; - inkvizitor_N = mkN007a "" ; - inkvizitorka_N = mkN041 "" ; - inkvizitorski_A = mkA078 "" ; - inkvizicionen_A = mkA079 "" ; - inkvizici_ja__N = mkN047 "" ; - inklinaci_ja__N = mkN047 "" ; - inkognito_N = mkN054 "" ; - inkontinenci_ja__N = mkN047 "" ; - inkorporaci_ja__N = mkN047 "" ; - inkorporiram_V = stateV (mkV186 "") ; - inkorporirane_N = mkN071 "" ; - inkriminaci_ja__N = mkN047 "" ; - inkriminiram_V = stateV (mkV186 "") ; - inkriminirane_N = mkN071 "" ; - inkrustaci_ja__N = mkN047 "" ; - inkrustiram_V = stateV (mkV186 "") ; - inkrustirane_N = mkN071 "" ; - inkubator_N = mkN007 "" ; - inkubacionen_A = mkA079 "" ; - inkubaci_ja__N = mkN047 "" ; - inkunabul_N = mkN007 "" ; - inovativen_A = mkA079 "" ; - inovaci_ja__N = mkN047 "" ; - inoveren_A = mkA079 "" ; - inoverec_N = mkN008a "" ; - inoverka_N = mkN041 "" ; - inozemen_A = mkA079 "" ; - inozemski_A = mkA078 "" ; - inokulaci_ja__N = mkN047 "" ; - inokuliram_V = stateV (mkV186 "") ; - inoskazanie_N = mkN072 "" ; - inoskazatelen_A = mkA079 "" ; - inostranen_A = mkA079 "" ; - inostranec_N = mkN008a "" ; - insekt_N = mkN007 "" ; - insekticid_N = mkN007 "" ; - insektolog_N = mkN015 "" ; - insektologi_ja__N = mkN047 "" ; - insinuaci_ja__N = mkN047 "" ; - insinuiram_V = stateV (mkV186 "") ; - insinuirane_N = mkN071 "" ; - insolaci_ja__N = mkN047 "" ; - inspektiram_V = stateV (mkV186 "") ; - inspektirane_N = mkN071 "" ; - inspektor_N = mkN007a "" ; - inspektorat_N = mkN007 "" ; - inspektorka_N = mkN041 "" ; - inspektorski_A = mkA078 "" ; - inspektorstvo_N = mkN054 "" ; - inspekcionen_A = mkA079 "" ; - inspekci_ja__N = mkN047 "" ; - inspirator_N = mkN007 "" ; - inspiratorka_N = mkN041 "" ; - inspiraci_ja__N = mkN047 "" ; - inspiriram_V = stateV (mkV186 "") ; - inspirirane_N = mkN071 "" ; - instalator_N = mkN007 "" ; - instalatorski_A = mkA078 "" ; - instalacionen_A = mkA079 "" ; - instalaci_ja__N = mkN047 "" ; - instaliram_V = stateV (mkV186 "") ; - instalirane_N = mkN071 "" ; - instanci_ja__N = mkN047 "" ; - instinkt_N = mkN007 "" ; - instinktiven_A = mkA079 "" ; - institut_N = mkN007 "" ; - institutski_A = mkA078 "" ; - institucionalen_A = mkA079 "" ; - instituci_ja__N = mkN047 "" ; - instrukta_zj__N = mkN007 "" ; - instruktiven_A = mkA079 "" ; - instruktiram_V = stateV (mkV186 "") ; - instruktirane_N = mkN071 "" ; - instruktor_N = mkN007a "" ; - instruktorka_N = mkN041 "" ; - instruktorski_A = mkA078 "" ; - instrukci_ja__N = mkN047 "" ; - instrument_N = mkN007 "" ; - instrumentalen_A = mkA079 "" ; - instrumentalist_N = mkN007 "" ; - instrumentalistka_N = mkN041 "" ; - instrumentarij_N = mkN032 "" ; - instrumentarium_N = mkN007 "" ; - instrumentaci_ja__N = mkN047 "" ; - insulin_N = mkN007 "" ; - insult_N = mkN007 "" ; - insuflator_N = mkN007 "" ; - insuflaci_ja__N = mkN047 "" ; - insufliram_V = stateV (mkV186 "") ; - insceniram_V = stateV (mkV186 "") ; - inscenirane_N = mkN071 "" ; - inscenirovka_N = mkN041 "" ; - intarzi_ja__N = mkN047 "" ; - integral_N = mkN007 "" ; - integralen_A = mkA079 "" ; - integralnost_N = mkN049 "" ; - integrator_N = mkN007 "" ; - integraci_ja__N = mkN047 "" ; - integriram_V = stateV (mkV186 "") ; - integrirane_N = mkN071 "" ; - integritet_N = mkN007 "" ; - inteznivnost_N = mkN049 "" ; - intelekt_N = mkN007 "" ; - intelektualen_A = mkA079 "" ; - intelektualec_N = mkN008a "" ; - intelektualizym_N = mkN011 "" ; - intelektualka_N = mkN041 "" ; - intelektualnost_N = mkN049 "" ; - inteligent_N = mkN007a "" ; - inteligenten_A = mkA079 "" ; - inteligentnost_N = mkN049 "" ; - inteligentski_A = mkA078 "" ; - inteligenci_ja__N = mkN047 "" ; - intendant_N = mkN007 "" ; - intendantski_A = mkA078 "" ; - intendantstvo_N = mkN054 "" ; - intenziven_A = mkA079 "" ; - intenzivnost_N = mkN049 "" ; - intenzitet_N = mkN007 "" ; - intenzifikator_N = mkN007 "" ; - intenzifikaci_ja__N = mkN047 "" ; - intenzificirane_N = mkN071 "" ; - interaktiven_A = mkA079 "" ; - interbrigadir_N = mkN007a "" ; - interbrigadist_N = mkN007 "" ; - interbrigadistka_N = mkN041 "" ; - interval_N = mkN007 "" ; - interveniram_V = stateV (mkV186 "") ; - intervenirane_N = mkN071 "" ; - intervent_N = mkN007 "" ; - interventski_A = mkA078 "" ; - intervenci_ja__N = mkN047 "" ; - intervizi_ja__N = mkN047 "" ; - intervokalen_A = mkA079 "" ; - interv_iu__N = mkN065 "" ; - interv_iu_iram_V = stateV (mkV186 "") ; - interv_iu_irane_N = mkN071 "" ; - intergalakti_ch_eski_A = mkA078 "" ; - interdikt_N = mkN007 "" ; - interes_N = mkN007 "" ; - interesen_A = mkA079 "" ; - interesuvam_V = stateV (mkV186 "") ; - interesuvane_N = mkN071 "" ; - interior_N = mkN007 "" ; - interkurenten_A = mkA079 "" ; - interkurira_sht__A = mkA076 "" ; - interl_iu_di_ja__N = mkN047 "" ; - intermedi_ja__N = mkN047 "" ; - intermitenten_A = mkA079 "" ; - intermolekul_ja_ren_A = mkA079 "" ; - internat_N = mkN007 "" ; - internacional_N = mkN007 "" ; - internacionalen_A = mkA079 "" ; - internacionaliziram_V = stateV (mkV186 "") ; - internacionalizirane_N = mkN071 "" ; - internacionalizym_N = mkN011 "" ; - internacionalist_N = mkN007a "" ; - internacionalisti_ch_eski_A = mkA078 "" ; - internacionalistka_N = mkN041 "" ; - internacionalnost_N = mkN049 "" ; - interniram_V = stateV (mkV186 "") ; - internirane_N = mkN071 "" ; - internist_N = mkN007a "" ; - interparlamentaren_A = mkA079 "" ; - interparlamentarist_N = mkN007 "" ; - interpelaci_ja__N = mkN047 "" ; - interpeliram_V = stateV (mkV186 "") ; - interpelirane_N = mkN071 "" ; - interpolaci_ja__N = mkN047 "" ; - interpoliram_V = stateV (mkV186 "") ; - interpolirane_N = mkN071 "" ; - interpretator_N = mkN007a "" ; - interpretatoren_A = mkA079 "" ; - interpretatorka_N = mkN041 "" ; - interpretaci_ja__N = mkN047 "" ; - interpretiram_V = stateV (mkV186 "") ; - interpretirane_N = mkN071 "" ; - interfejs_N = mkN007 "" ; - interfejsen_A = mkA079 "" ; - interferenci_ja__N = mkN047 "" ; - interferen_ch_en_A = mkA079 "" ; - interferometyr_N = mkN009 "" ; - intimen_A = mkA079 "" ; - intimni_ch_a_V = stateV (mkV176 "") ; - intimni_ch_ene_N = mkN071 "" ; - intimnost_N = mkN049 "" ; - intoksikaci_ja__N = mkN047 "" ; - intonaci_ja__N = mkN047 "" ; - intravenozen_A = mkA079 "" ; - intramuskularen_A = mkA079 "" ; - intramuskulen_A = mkA079 "" ; - intranet_N = mkN007 "" ; - intraperitonealen_A = mkA079 "" ; - intracelularen_A = mkA079 "" ; - intriga_N = mkN041 "" ; - intriganstvam_V = stateV (mkV186 "") ; - intrigant_N = mkN007 "" ; - intrigantka_N = mkN041 "" ; - intrigantski_A = mkA078 "" ; - intrigantstvam_V = stateV (mkV186 "") ; - intrigantstvane_N = mkN071 "" ; - intrigantstvo_N = mkN054 "" ; - intrigantstvuvam_V = stateV (mkV186 "") ; - intrigantstvuvane_N = mkN071 "" ; - intriguvam_V = stateV (mkV186 "") ; - intriguvane_N = mkN071 "" ; - introdukci_ja__N = mkN047 "" ; - introspektiven_A = mkA079 "" ; - introspekci_ja__N = mkN047 "" ; - intruziven_A = mkA079 "" ; - intruzi_ja__N = mkN047 "" ; - intuitiven_A = mkA079 "" ; - intuitivizym_N = mkN011 "" ; - intuici_ja__N = mkN047 "" ; - infant_N = mkN007 "" ; - infanta_N = mkN041 "" ; - infantilen_A = mkA079 "" ; - infantilizym_N = mkN011 "" ; - infantilnost_N = mkN049 "" ; - infarkt_N = mkN007 "" ; - infarkten_A = mkA079 "" ; - infektiram_V = stateV (mkV186 "") ; - infektiran_A = mkA076 "" ; - infektirane_N = mkN071 "" ; - infekciozen_A = mkA079 "" ; - infekcioznost_N = mkN049 "" ; - infekci_ja__N = mkN047 "" ; - infiks_N = mkN007 "" ; - infiltrat_N = mkN007 "" ; - infiltraci_ja__N = mkN047 "" ; - infiltriram_V = stateV (mkV186 "") ; - infiltrirane_N = mkN071 "" ; - infinitiv_N = mkN007 "" ; - infinitiven_A = mkA079 "" ; - inflacionen_A = mkA079 "" ; - inflaci_ja__N = mkN047 "" ; - inflekci_ja__N = mkN047 "" ; - influenca_N = mkN041 "" ; - influen_ch_av_A = mkA076 "" ; - informativen_A = mkA079 "" ; - informatik_N = mkN014 "" ; - informatika_N = mkN041 "" ; - informator_N = mkN007a "" ; - informatorka_N = mkN041 "" ; - informacionen_A = mkA079 "" ; - informaci_ja__N = mkN047 "" ; - informiram_V = stateV (mkV186 "") ; - informirane_N = mkN071 "" ; - informiranost_N = mkN049 "" ; - infrazvuk_N = mkN014 "" ; - infrazvukov_A = mkA076 "" ; - infrakci_ja__N = mkN047 "" ; - infrastruktura_N = mkN041 "" ; - infra_ch_erven_A = mkA076 "" ; - infuzi_ja__N = mkN047 "" ; - infuzoren_A = mkA079 "" ; - infuzori_ja__N = mkN047 "" ; - inhalator_N = mkN007 "" ; - inhalaci_ja__N = mkN047 "" ; - inhaliram_V = stateV (mkV186 "") ; - inhalirane_N = mkN071 "" ; - inhibiram_V = stateV (mkV186 "") ; - inhibirane_N = mkN071 "" ; - inhibitor_N = mkN007 "" ; - incident_N = mkN007 "" ; - incidenten_A = mkA079 "" ; - in_ch__N = mkN001 "" ; - ipoteka_N = mkN041 "" ; - ipotekaren_A = mkA079 "" ; - ipotekiram_V = stateV (mkV186 "") ; - ipotekiran_A = mkA076 "" ; - ipotekirane_N = mkN071 "" ; - ipote_ch_en_A = mkA079 "" ; - ipohondrik_N = mkN014 "" ; - ipohondri_ch_en_A = mkA079 "" ; - ipohondri_ja__N = mkN047 "" ; - iradiaci_ja__N = mkN047 "" ; - irakski_A = mkA078 "" ; - iranec_N = mkN008a "" ; - iranka_N = mkN041 "" ; - iranski_A = mkA078 "" ; - iracionalen_A = mkA079 "" ; - iracionalizym_N = mkN011 "" ; - iracionalnost_N = mkN049 "" ; - irealen_A = mkA079 "" ; - irealnost_N = mkN049 "" ; - irelevanten_A = mkA079 "" ; - irelevantnost_N = mkN049 "" ; - irigator_N = mkN007 "" ; - irigacionen_A = mkA079 "" ; - irigaci_ja__N = mkN047 "" ; - iridij_N = mkN032 "" ; - iris_N = mkN007 "" ; - iritaci_ja__N = mkN047 "" ; - irlandec_N = mkN008a "" ; - irlandka_N = mkN041 "" ; - irlandski_A = mkA078 "" ; - ironiziram_V = stateV (mkV186 "") ; - ironizirane_N = mkN071 "" ; - ironi_ch_en_A = mkA079 "" ; - ironi_ch_eski_A = mkA078 "" ; - ironi_ja__N = mkN047 "" ; - isihastki_A = mkA078 "" ; - isk_N = mkN001 "" ; - iskam_V = stateV (mkV186 "") ; - iskane_N = mkN071 "" ; - iskov_A = mkA076 "" ; - iskra_N = mkN041 "" ; - iskren_A = mkA076 "" ; - iskrene_N = mkN071 "" ; - iskrenost_N = mkN049 "" ; - iskrist_A = mkA076 "" ; - iskristki_A = mkA078 "" ; - iskrica_N = mkN041 "" ; - iskrogasitel_N = mkN031 "" ; - iskrometen_A = mkA079 "" ; - iskr_ja__V = stateV (mkV174 "") ; - iskr_ja__sht__A = mkA076 "" ; - islandec_N = mkN008a "" ; - islandka_N = mkN041 "" ; - islandski_A = mkA078 "" ; - isl_ja_m_N = mkN040a "" ; - isl_ja_mski_A = mkA078 "" ; - ispanec_N = mkN008a "" ; - ispanka_N = mkN041 "" ; - ispanogovore_sht__A = mkA076 "" ; - ispanski_A = mkA078 "" ; - ispolin_N = mkN007 "" ; - ispolinski_A = mkA078 "" ; - isterik_N = mkN014 "" ; - isterika_N = mkN041 "" ; - isteri_ch_en_A = mkA079 "" ; - isteri_ch_ka_N = mkN041 "" ; - isteri_ja__N = mkN047 "" ; - istina_N = mkN041 "" ; - istinen_A = mkA079 "" ; - istinnost_N = mkN049 "" ; - istinski_A = mkA078 "" ; - istorizym_N = mkN011 "" ; - istorijka_N = mkN041 "" ; - istorik_N = mkN014 "" ; - istoriograf_N = mkN007 "" ; - istoriografi_ja__N = mkN047 "" ; - istoriografka_N = mkN041 "" ; - istori_ch_en_A = mkA079 "" ; - istori_ch_eski_A = mkA078 "" ; - istori_ch_ka_N = mkN041 "" ; - istori_ch_nost_N = mkN049 "" ; - istori_ja__N = mkN047 "" ; - istukan_A = mkA076 "" ; - italianec_N = mkN008a "" ; - italianka_N = mkN041 "" ; - italianski_A = mkA078 "" ; - italijski_A = mkA078 "" ; - iterativen_A = mkA079 "" ; - ihnografi_ja__N = mkN047 "" ; - ihtimanski_A = mkA078 "" ; - ihtiozavyr_N = mkN009 "" ; - ihtiolog_N = mkN015 "" ; - ihtiologi_ja__N = mkN047 "" ; - i_sh_ias_N = mkN007 "" ; - i_sh_leme_N = mkN065 "" ; - i_sht_ah_N = mkN016 "" ; - i_sht_ec_N = mkN008a "" ; - i_sht_ca_N = mkN041 "" ; - jezuit_N = mkN007 "" ; - jezuitski_A = mkA078 "" ; - jezuitstvo_N = mkN054 "" ; - jena_N = mkN041 "" ; - jerarh_N = mkN016 "" ; - jerarhi_ch_en_A = mkA079 "" ; - jerarhi_ch_eski_A = mkA078 "" ; - jerarhi_ja__N = mkN047 "" ; - jerejski_A = mkA078 "" ; - jeroglif_N = mkN007 "" ; - jeroglifen_A = mkA079 "" ; - jerusalimski_A = mkA078 "" ; - joga_N = mkN038 "" ; - jogizym_N = mkN011 "" ; - jogijski_A = mkA078 "" ; - jod_N = mkN007 "" ; - joden_A = mkA079 "" ; - jodiram_V = stateV (mkV186 "") ; - jodirane_N = mkN071 "" ; - jodov_A = mkA076 "" ; - jodovodorod_N = mkN007 "" ; - jodoform_N = mkN007 "" ; - jon_N = mkN007 "" ; - jonen_A = mkA079 "" ; - jonizacionen_A = mkA079 "" ; - jonizaci_ja__N = mkN047 "" ; - joniziram_V = stateV (mkV186 "") ; - joni_ch_eski_A = mkA078 "" ; - jonoobmen_N = mkN007 "" ; - jonoobmenen_A = mkA079 "" ; - jonoobmennik_N = mkN014 "" ; - jonosfera_N = mkN041 "" ; - jordanec_N = mkN008a "" ; - jordanski_A = mkA078 "" ; - jot_N = mkN007 "" ; - jotuvam_V = stateV (mkV186 "") ; - kaba_N = mkN041 "" ; - kabalistika_N = mkN041 "" ; - kabarga_N = mkN041 "" ; - kabardisam_V = stateV (mkV186 "") ; - kabardisvam_V = stateV (mkV186 "") ; - kabardisvane_N = mkN071 "" ; - kabare_N = mkN065 "" ; - kabareten_A = mkA079 "" ; - kabar_ch_e_N = mkN065 "" ; - kabel_N = mkN007 "" ; - kabelen_A = mkA079 "" ; - kabelirane_N = mkN071 "" ; - kabina_N = mkN041 "" ; - kabinet_N = mkN007 "" ; - kabineten_A = mkA079 "" ; - kabinka_N = mkN041 "" ; - kabota_zj__N = mkN007 "" ; - kabota_zj_en_A = mkA079 "" ; - kabriolet_N = mkN007 "" ; - kabyr_ch_e_N = mkN065 "" ; - kavak_N = mkN014 "" ; - kaval_N = mkN007 "" ; - kavald_zj_i_ja__N = mkN047 "" ; - kavaler_N = mkN007a "" ; - kavalerijski_A = mkA078 "" ; - kavalerist_N = mkN007a "" ; - kavaleri_ja__N = mkN047 "" ; - kavalerski_A = mkA078 "" ; - kavalerstvam_V = stateV (mkV186 "") ; - kavalerstvane_N = mkN071 "" ; - kavalerstvo_N = mkN054 "" ; - kavalerstvuvam_V = stateV (mkV186 "") ; - kavalerstvuvane_N = mkN071 "" ; - kavalkada_N = mkN041 "" ; - kavga_N = mkN041 "" ; - kavgad_zj_ijka_N = mkN041 "" ; - kavgad_zj_ijski_A = mkA078 "" ; - kavgad_zj_ijstvo_N = mkN054 "" ; - kavgad_zj_i_ja__N = mkN039 "" ; - kaverna_N = mkN041 "" ; - kavi_ch_ka_N = mkN041 "" ; - kavkazec_N = mkN008a "" ; - kavkazka_N = mkN041 "" ; - kavkazki_A = mkA078 "" ; - kavyrma_N = mkN041 "" ; - kadaif_N = mkN007 "" ; - kadans_N = mkN007 "" ; - kadastralen_A = mkA079 "" ; - kadastron_N = mkN007 "" ; - kadastyr_N = mkN009 "" ; - kadem_N = mkN007 "" ; - kademli_ja__N = mkN039 "" ; - kadene_N = mkN071 "" ; - kadet_N = mkN007 "" ; - kadetski_A = mkA078 "" ; - kadilak_N = mkN014 "" ; - kadilnica_N = mkN041 "" ; - kadife_N = mkN065 "" ; - kadifen_A = mkA076 "" ; - kadi_ja__N = mkN039 "" ; - kadmij_N = mkN032 "" ; - kadril_N = mkN007 "" ; - kadrov_A = mkA076 "" ; - kadrovik_N = mkN014 "" ; - kadrovi_ch_ka_N = mkN041 "" ; - kadyna_N = mkN041 "" ; - kadynka_N = mkN041 "" ; - kadyr_N = mkN009 "" ; - kadyren_A = mkA079 "" ; - kadyrnost_N = mkN049 "" ; - kad_ja__V = stateV (mkV174 "") ; - kaene_N = mkN071 "" ; - kazak_N = mkN014 "" ; - kazan_N = mkN007 "" ; - kazand_zj_ijnica_N = mkN041 "" ; - kazand_zj_ijski_A = mkA078 "" ; - kazand_zj_ijstvo_N = mkN054 "" ; - kazand_zj_i_ja__N = mkN039 "" ; - kazanly_sh_ki_A = mkA078 "" ; - kazan_ch_e_N = mkN065 "" ; - kazarma_N = mkN041 "" ; - kazarmen_A = mkA076 "" ; - kazah_N = mkN007 "" ; - kazahski_A = mkA078 "" ; - kaza_ch_estvo_N = mkN054 "" ; - kaza_ch_ka_N = mkN041 "" ; - kaza_ch_ok_N = mkN014 "" ; - kaza_sh_ki_A = mkA078 "" ; - kazvam_V = actionV (mkV186 "") (mkV156 "") ; - kazvane_N = mkN071 "" ; - kazein_N = mkN007 "" ; - kazino_N = mkN054 "" ; - kazionen_A = mkA079 "" ; - kazuist_N = mkN007 "" ; - kazuistika_N = mkN041 "" ; - kazuisti_ch_en_A = mkA079 "" ; - kazus_N = mkN007 "" ; - kazusen_A = mkA079 "" ; - kai_sh__N = mkN007 "" ; - kai_sh_ka_N = mkN041 "" ; - kajzer_N = mkN007 "" ; - kajma_N = mkN041 "" ; - kajmak_N = mkN014 "" ; - kajmakli_ja__N = mkN039 "" ; - kajman_N = mkN007 "" ; - kajma_ch_en_A = mkA079 "" ; - kajnak_N = mkN014 "" ; - kajsien_A = mkA076 "" ; - kajsi_ja__N = mkN047 "" ; - kaka_N = mkN041a "" ; - kakavida_N = mkN041 "" ; - kakani_zj_a_V = stateV (mkV156 "") ; - kakao_N = mkN065 "" ; - kakaov_A = mkA076 "" ; - kakin_A = mkA076 "" ; - kakofoni_ch_en_A = mkA079 "" ; - kakofoni_ja__N = mkN047 "" ; - kaktus_N = mkN007 "" ; - kaktusov_A = mkA076 "" ; - kal_N = mkN042 "" ; - kalabalyk_N = mkN014 "" ; - kalaen_A = mkA076 "" ; - kalaj_N = mkN032 "" ; - kalajd_zj_ijstvo_N = mkN054 "" ; - kalajd_zj_i_ja__N = mkN039 "" ; - kalajdisvam_V = actionV (mkV186 "") (mkV186 "") ; - kalajdisvane_N = mkN071 "" ; - kalambur_N = mkN007 "" ; - kalamitet_N = mkN007 "" ; - kala_sh_nik_N = mkN014 "" ; - kalvinizym_N = mkN011 "" ; - kalvinist_N = mkN007 "" ; - kalvinistka_N = mkN041 "" ; - kaldyrym_N = mkN007 "" ; - kale_N = mkN065 "" ; - kalevra_N = mkN041 "" ; - kalejdoskop_N = mkN007 "" ; - kalejdoskopi_ch_en_A = mkA079 "" ; - kalem_N = mkN007 "" ; - kalen_A = mkA079 "" ; - kalendar_N = mkN007 "" ; - kalendaren_A = mkA079 "" ; - kalenost_N = mkN049 "" ; - kalesvam_V = actionV (mkV186 "") (mkV186 "") ; - kalesvane_N = mkN071 "" ; - kaleska_N = mkN041 "" ; - kalibrator_N = mkN007 "" ; - kalibren_A = mkA076 "" ; - kalibriram_V = stateV (mkV186 "") ; - kalibrirane_N = mkN071 "" ; - kalibromer_N = mkN007 "" ; - kalibyr_N = mkN009 "" ; - kaligraf_N = mkN007 "" ; - kaligrafen_A = mkA079 "" ; - kaligrafi_ja__N = mkN047 "" ; - kaligrafski_A = mkA078 "" ; - kaliev_A = mkA076 "" ; - kalij_N = mkN032 "" ; - kalimavka_N = mkN041 "" ; - kalinka_N = mkN041 "" ; - kalinov_A = mkA076 "" ; - kaliometri_ja__N = mkN047 "" ; - kalifornij_N = mkN032 "" ; - kalifornijka_N = mkN041 "" ; - kalifornijski_A = mkA078 "" ; - kalkan_N = mkN007 "" ; - kalkulator_N = mkN007 "" ; - kalkulaci_ja__N = mkN047 "" ; - kalkuliram_V = stateV (mkV186 "") ; - kalkulirane_N = mkN071 "" ; - kalmar_N = mkN007 "" ; - kalmik_N = mkN014 "" ; - kalnik_N = mkN014 "" ; - kalobran_N = mkN007 "" ; - kalole_ch_eben_A = mkA079 "" ; - kalole_ch_ebnica_N = mkN041 "" ; - kalole_ch_enie_N = mkN072 "" ; - kalorimetri_ch_en_A = mkA079 "" ; - kalorimetri_ja__N = mkN047 "" ; - kalorimetyr_N = mkN009 "" ; - kalorifer_N = mkN007 "" ; - kalori_ch_en_A = mkA079 "" ; - kalori_ch_nost_N = mkN049 "" ; - kalori_ja__N = mkN047 "" ; - kalpav_A = mkA076 "" ; - kalpazanin_N = mkN018 "" ; - kalpazanka_N = mkN041 "" ; - kalpazan_ch_e_N = mkN065 "" ; - kalpak_N = mkN014 "" ; - kalpak_ch_i_ja__N = mkN039 "" ; - kalpa_ch_e_N = mkN065 "" ; - kaluger_N = mkN007 "" ; - kalugerica_N = mkN041 "" ; - kalugerka_N = mkN041 "" ; - kalugerski_A = mkA078 "" ; - kalugerstvo_N = mkN054 "" ; - kaluger_ja__V = stateV (mkV174 "") ; - kalfa_N = mkN038 "" ; - kalceolari_ja__N = mkN047 "" ; - kalciev_A = mkA076 "" ; - kalcij_N = mkN032 "" ; - kalcinaci_ja__N = mkN047 "" ; - kalciniram_V = stateV (mkV186 "") ; - kalciniran_A = mkA076 "" ; - kalcinirane_N = mkN071 "" ; - kalciram_V = stateV (mkV186 "") ; - kalcirane_N = mkN071 "" ; - kalcun_N = mkN007 "" ; - kalyp_N = mkN007 "" ; - kalypene_N = mkN071 "" ; - kalyp_ch_e_N = mkN065 "" ; - kalyp_ja__V = stateV (mkV173 "") ; - kalyf_N = mkN007 "" ; - kalyfka_N = mkN041 "" ; - kaly_ch__N = mkN007 "" ; - kaly_ch_ka_N = mkN041 "" ; - kal_ja_vam_V = stateV (mkV186 "") ; - kal_ja_vane_N = mkN071 "" ; - kal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - kal_ja_ne_N = mkN071 "" ; - kal_ja_ska_N = mkN041 "" ; - kama_N = mkN041 "" ; - kamara_N = mkN041 "" ; - kamarila_N = mkN041 "" ; - kamba_N = mkN041 "" ; - kambala_N = mkN041 "" ; - kambana_N = mkN041 "" ; - kambanari_ja__N = mkN047 "" ; - kambanen_A = mkA079 "" ; - kambanka_N = mkN041 "" ; - kambij_N = mkN032 "" ; - kambi_ch_nat_A = mkA076 "" ; - kambuz_N = mkN007 "" ; - kambur_N = mkN007 "" ; - kamburest_A = mkA076 "" ; - kamgaren_A = mkA079 "" ; - kameli_ja__N = mkN047 "" ; - kamenar_N = mkN031a "" ; - kamenarski_A = mkA078 "" ; - kamenarstvo_N = mkN054 "" ; - kamenen_A = mkA079 "" ; - kamene_ja__V = stateV (mkV160 "") ; - kamenina_N = mkN041 "" ; - kameninov_A = mkA076 "" ; - kamenist_A = mkA076 "" ; - kamenliv_A = mkA076 "" ; - kamennosiv_A = mkA076 "" ; - kamennostuden_A = mkA076 "" ; - kamenovyglen_A = mkA076 "" ; - kamenodelec_N = mkN008a "" ; - kamenodelski_A = mkA078 "" ; - kamenodelstvo_N = mkN054 "" ; - kamenolomen_A = mkA079 "" ; - kamenolomna_N = mkN041 "" ; - kamenotro_sh_a_ch_ka_N = mkN041 "" ; - kamera_N = mkN041 "" ; - kameren_A = mkA079 "" ; - kamerier_N = mkN007 "" ; - kamerierka_N = mkN041 "" ; - kamerton_N = mkN007 "" ; - kamerunec_N = mkN008a "" ; - kamizola_N = mkN041 "" ; - kamikadze_N = mkN065 "" ; - kamila_N = mkN041 "" ; - kamilar_N = mkN031a "" ; - kamilski_A = mkA078 "" ; - kamina_N = mkN041 "" ; - kamion_N = mkN007 "" ; - kamionen_A = mkA079 "" ; - kamionetka_N = mkN041 "" ; - kampanien_A = mkA085 "" ; - kampanijnost_N = mkN049 "" ; - kampanijski_A = mkA078 "" ; - kampani_ja__N = mkN047 "" ; - kamufla_zj__N = mkN007 "" ; - kamufla_zj_en_A = mkA079 "" ; - kamufliram_V = stateV (mkV186 "") ; - kamuflirane_N = mkN071 "" ; - kamfor_N = mkN007 "" ; - kamforen_A = mkA079 "" ; - kamforov_A = mkA076 "" ; - kam_ch_ijski_A = mkA078 "" ; - kam_sh_ik_N = mkN014 "" ; - kam_sh_i_ch_est_A = mkA076 "" ; - kamyk_N = mkN017 "" ; - kamynak_N = mkN014 "" ; - kamy_ch_e_N = mkN065 "" ; - kamy_sh__N = mkN007 "" ; - kamy_sh_en_A = mkA076 "" ; - kamy_sh_it_N = mkN007 "" ; - kana_N = mkN041 "" ; - kanabis_N = mkN007 "" ; - kanava_N = mkN041 "" ; - kanavaca_N = mkN041 "" ; - kanavka_N = mkN041 "" ; - kanadec_N = mkN008a "" ; - kanadka_N = mkN041 "" ; - kanadski_A = mkA078 "" ; - kanal_N = mkN007 "" ; - kanald_zj_i_ja__N = mkN039 "" ; - kanalen_A = mkA079 "" ; - kanalizacionen_A = mkA079 "" ; - kanalizaci_ja__N = mkN047 "" ; - kanaliziram_V = stateV (mkV186 "") ; - kanalizirane_N = mkN071 "" ; - kanali_ja__N = mkN039 "" ; - kanap_N = mkN007 "" ; - kanape_N = mkN065 "" ; - kanapen_A = mkA076 "" ; - kanara_N = mkN041 "" ; - kanarist_N = mkN007 "" ; - kanarski_A = mkA078 "" ; - kanar_ch_e_N = mkN065 "" ; - kangal_N = mkN007 "" ; - kandelabyr_N = mkN009 "" ; - kand_zj_a_N = mkN041 "" ; - kandidat_N = mkN007a "" ; - kandidatiram_V = stateV (mkV186 "") ; - kandidatirane_N = mkN071 "" ; - kandidatka_N = mkN041 "" ; - kandidatski_A = mkA078 "" ; - kandidatstvam_V = stateV (mkV186 "") ; - kandidatstvane_N = mkN071 "" ; - kandidatstvuvam_V = stateV (mkV186 "") ; - kandidatstvuvane_N = mkN071 "" ; - kandidatura_N = mkN041 "" ; - kandilka_N = mkN041 "" ; - kandilkam_V = stateV (mkV186 "") ; - kandilkane_N = mkN071 "" ; - kandilnica_N = mkN041 "" ; - kandilo_N = mkN054 "" ; - kandisane_N = mkN071 "" ; - kandisvam_V = actionV (mkV186 "") (mkV186 "") ; - kandisvane_N = mkN071 "" ; - kandyrdisane_N = mkN071 "" ; - kandyrdisvam_V = actionV (mkV186 "") (mkV186 "") ; - kandyrdisvane_N = mkN071 "" ; - kandyrma_N = mkN041 "" ; - kanela_N = mkN041 "" ; - kanelen_A = mkA076 "" ; - kanelka_N = mkN041 "" ; - kanel_iu_r_N = mkN007 "" ; - kanene_N = mkN071 "" ; - kanibal_N = mkN007 "" ; - kanibalizym_N = mkN011 "" ; - kanibalski_A = mkA078 "" ; - kanibalstvo_N = mkN054 "" ; - kani_ch_ka_N = mkN041 "" ; - kani_ja__N = mkN047 "" ; - kanon_N = mkN007 "" ; - kanonada_N = mkN041 "" ; - kanonerski_A = mkA078 "" ; - kanonizaci_ja__N = mkN047 "" ; - kanoniziram_V = stateV (mkV186 "") ; - kanonizirane_N = mkN071 "" ; - kanonik_N = mkN014 "" ; - kanonir_N = mkN007 "" ; - kanoni_ch_eski_A = mkA078 "" ; - kanski_A = mkA078 "" ; - kant_N = mkN001 "" ; - kantar_N = mkN007 "" ; - kantard_zj_i_ja__N = mkN039 "" ; - kantarion_N = mkN007 "" ; - kantar_ch_e_N = mkN065 "" ; - kantata_N = mkN041 "" ; - kantianski_A = mkA078 "" ; - kantianstvo_N = mkN054 "" ; - kantitativen_A = mkA079 "" ; - kanton_N = mkN007 "" ; - kantoner_N = mkN007a "" ; - kantonerka_N = mkN041 "" ; - kantora_N = mkN041 "" ; - kanu_N = mkN065 "" ; - kancelarist_N = mkN007 "" ; - kancelaristka_N = mkN041 "" ; - kancelari_ja__N = mkN047 "" ; - kancelarski_A = mkA078 "" ; - kancelar_sht_ina_N = mkN041 "" ; - kancler_N = mkN007a "" ; - kanclerski_A = mkA078 "" ; - kanclerstvo_N = mkN054 "" ; - kanconeta_N = mkN041 "" ; - kan_ch_e_N = mkN065 "" ; - kanxon_N = mkN007 "" ; - kan_ja__V = stateV (mkV173 "") ; - kaolin_N = mkN007 "" ; - kaolinov_A = mkA076 "" ; - kapa_N = mkN041 "" ; - kapak_N = mkN014 "" ; - kapan_N = mkN007 "" ; - kapandura_N = mkN041 "" ; - kapariram_V = stateV (mkV186 "") ; - kaparirane_N = mkN071 "" ; - kaparo_N = mkN054 "" ; - kapacitet_N = mkN007 "" ; - kapacitiven_A = mkA079 "" ; - kapa_ch_e_N = mkN065 "" ; - kapa_ch_ka_N = mkN041 "" ; - kapvam_V = actionV (mkV186 "") (mkV152 "") ; - kapvane_N = mkN071 "" ; - kapela_N = mkN041 "" ; - kapelmajstor_N = mkN007 "" ; - kapelnik_N = mkN014 "" ; - kapene_N = mkN065 "" ; - kaperstvo_N = mkN054 "" ; - kapil_ja_r_N = mkN007 "" ; - kapil_ja_ren_A = mkA079 "" ; - kapil_ja_rnost_N = mkN049 "" ; - kapital_N = mkN007 "" ; - kapitalen_A = mkA079 "" ; - kapitalizaci_ja__N = mkN039 "" ; - kapitaliziram_V = stateV (mkV186 "") ; - kapitalizirane_N = mkN071 "" ; - kapitalizym_N = mkN011 "" ; - kapitalist_N = mkN007a "" ; - kapitalisti_ch_eski_A = mkA078 "" ; - kapitalov_A = mkA076 "" ; - kapitalovlo_zj_enie_N = mkN072 "" ; - kapitalovlo_zj_itel_N = mkN031a "" ; - kapitan_N = mkN007a "" ; - kapitanski_A = mkA078 "" ; - kapitel_N = mkN040a "" ; - kapitolijski_A = mkA078 "" ; - kapitulant_N = mkN007 "" ; - kapitulantka_N = mkN041 "" ; - kapitulantski_A = mkA078 "" ; - kapitulaci_ja__N = mkN047 "" ; - kapituliram_V = stateV (mkV186 "") ; - kapitulirane_N = mkN071 "" ; - kapi_sh_on_N = mkN007 "" ; - kapi_sht_e_N = mkN066 "" ; - kapi_ja__N = mkN047 "" ; - kapka_N = mkN041 "" ; - kapkov_A = mkA076 "" ; - kapkoviden_A = mkA079 "" ; - kapkomer_N = mkN007 "" ; - kapkoobrazen_A = mkA079 "" ; - kaplama_N = mkN041 "" ; - kapo_N = mkN065 "" ; - kapota_zj__N = mkN007 "" ; - kapotiram_V = stateV (mkV186 "") ; - kapotirane_N = mkN071 "" ; - kapra_N = mkN041 "" ; - kapral_N = mkN007 "" ; - kapriz_N = mkN007 "" ; - kaprizen_A = mkA079 "" ; - kaprizni_ch_a_V = stateV (mkV176 "") ; - kaprizni_ch_ene_N = mkN071 "" ; - kapriznost_N = mkN049 "" ; - kapsula_N = mkN041 "" ; - kapsuliram_V = stateV (mkV186 "") ; - kapsuliran_A = mkA076 "" ; - kapsulovam_V = stateV (mkV186 "") ; - kapsulovane_N = mkN071 "" ; - kapta_zj__N = mkN007 "" ; - kaptiram_V = stateV (mkV186 "") ; - kaptirane_N = mkN071 "" ; - kapu_ch_ino_N = mkN065 "" ; - kap_ch_ica_N = mkN041 "" ; - kap_ch_uk_N = mkN014 "" ; - kap_ja__V = stateV (mkV154 "") ; - karabina_N = mkN041 "" ; - karabiner_N = mkN007a "" ; - karavana_N = mkN041 "" ; - karagxoz_N = mkN007 "" ; - karagxoz_ch_i_ja__N = mkN039 "" ; - karaka_ch_anin_N = mkN018 "" ; - karaka_ch_anka_N = mkN041 "" ; - karakond_zj_ul_N = mkN007 "" ; - karakuda_N = mkN041 "" ; - karakul_N = mkN007 "" ; - karakulski_A = mkA078 "" ; - karam_V = stateV (mkV186 "") ; - karambol_N = mkN007 "" ; - karamel_N = mkN007 "" ; - karamelen_A = mkA076 "" ; - karamelizaci_ja__N = mkN047 "" ; - karameliziram_V = stateV (mkV186 "") ; - karameliziran_A = mkA076 "" ; - karamfil_N = mkN007 "" ; - karamfilov_A = mkA076 "" ; - karane_N = mkN071 "" ; - karanica_N = mkN041 "" ; - karantina_N = mkN041 "" ; - karantinen_A = mkA079 "" ; - karanti_ja__N = mkN047 "" ; - karaoke_N = mkN065 "" ; - karat_N = mkN007 "" ; - karate_N = mkN065 "" ; - karatov_A = mkA076 "" ; - karaul_N = mkN007 "" ; - karaulen_A = mkA079 "" ; - karaulka_N = mkN041 "" ; - karaul_ja__V = stateV (mkV174 "") ; - kara_sht_isane_N = mkN071 "" ; - kara_sht_isvam_V = actionV (mkV186 "") (mkV186 "") ; - kara_sht_isvane_N = mkN071 "" ; - karbid_N = mkN007 "" ; - karbiden_A = mkA079 "" ; - karbol_N = mkN007 "" ; - karbolov_A = mkA076 "" ; - karbon_N = mkN007 "" ; - karbonat_N = mkN007 "" ; - karbonaten_A = mkA079 "" ; - karbonizaci_ja__N = mkN047 "" ; - karboniziram_V = stateV (mkV186 "") ; - karbonizirane_N = mkN071 "" ; - karbonil_N = mkN007 "" ; - karbunkul_N = mkN007 "" ; - karburator_N = mkN007 "" ; - karburatoren_A = mkA079 "" ; - karburaci_ja__N = mkN047 "" ; - kardan_N = mkN007 "" ; - kardanen_A = mkA079 "" ; - kardinal_N = mkN007a "" ; - kardinalen_A = mkA079 "" ; - kardinalski_A = mkA078 "" ; - kardiograma_N = mkN041 "" ; - kardiograf_N = mkN007 "" ; - kardiografi_ch_en_A = mkA079 "" ; - kardiografi_ch_eski_A = mkA078 "" ; - kardiografi_ja__N = mkN047 "" ; - kardiolog_N = mkN015 "" ; - kardiologi_ja__N = mkN047 "" ; - kardiram_V = stateV (mkV186 "") ; - kardirane_N = mkN071 "" ; - kardit_N = mkN007 "" ; - kare_N = mkN065 "" ; - kareta_N = mkN041 "" ; - karetka_N = mkN041 "" ; - karibski_A = mkA078 "" ; - karier_N = mkN007 "" ; - kariera_N = mkN041 "" ; - karierizym_N = mkN011 "" ; - karierist_N = mkN007a "" ; - karieristi_ch_en_A = mkA079 "" ; - karieristka_N = mkN041 "" ; - karies_N = mkN007 "" ; - karikatura_N = mkN041 "" ; - karikaturen_A = mkA079 "" ; - karikaturene_N = mkN071 "" ; - karikaturist_N = mkN007a "" ; - karikaturistka_N = mkN041 "" ; - karikatur_ja__V = stateV (mkV173 "") ; - kariram_V = stateV (mkV186 "") ; - kariran_A = mkA076 "" ; - karirane_N = mkN071 "" ; - karkas_N = mkN007 "" ; - karma_N = mkN041 "" ; - karmin_N = mkN007 "" ; - karminen_A = mkA079 "" ; - karminov_A = mkA076 "" ; - karnabit_N = mkN007 "" ; - karnaval_N = mkN007 "" ; - karnavalen_A = mkA079 "" ; - karna_ch_e_N = mkN065 "" ; - karnetka_N = mkN041 "" ; - karnobatski_A = mkA078 "" ; - karo_N = mkN054 "" ; - karoseri_ja__N = mkN047 "" ; - karpuz_N = mkN007 "" ; - karstov_A = mkA076 "" ; - karta_N = mkN041 "" ; - kartagenski_A = mkA078 "" ; - kartal_N = mkN007 "" ; - kartblan_sh__N = mkN007 "" ; - kartezianec_N = mkN008a "" ; - kartezianski_A = mkA078 "" ; - kartel_N = mkN007 "" ; - karteliram_V = stateV (mkV186 "") ; - karter_N = mkN007 "" ; - karte_ch__N = mkN007 "" ; - karte_ch_ar_N = mkN031a "" ; - karte_ch_arka_N = mkN041 "" ; - karte_ch_en_A = mkA079 "" ; - karte_ch_nica_N = mkN041 "" ; - kartina_N = mkN041 "" ; - kartinen_A = mkA079 "" ; - kartinka_N = mkN041 "" ; - kartinnost_N = mkN049 "" ; - karti_ch_ka_N = mkN041 "" ; - kartograf_N = mkN007 "" ; - kartografiram_V = stateV (mkV186 "") ; - kartografirane_N = mkN071 "" ; - kartografi_ch_eski_A = mkA078 "" ; - kartografi_ja__N = mkN047 "" ; - kartografski_A = mkA078 "" ; - kartoigra_ch__N = mkN007b "" ; - kartoigra_ch_ka_N = mkN041 "" ; - karton_N = mkN007 "" ; - kartona_zj_en_A = mkA079 "" ; - kartonen_A = mkA076 "" ; - karton_ch_e_N = mkN065 "" ; - kartoteka_N = mkN041 "" ; - kartotekar_N = mkN031a "" ; - kartotekarka_N = mkN041 "" ; - kartotekiram_V = stateV (mkV186 "") ; - kartotekirane_N = mkN071 "" ; - kartote_ch_en_A = mkA079 "" ; - kartof_N = mkN007 "" ; - kartofen_A = mkA076 "" ; - kartofi_sht_e_N = mkN066 "" ; - kartofki_N = mkN075 "" ; - kartofobela_ch_ka_N = mkN041 "" ; - kartofovada_ch_ka_N = mkN041 "" ; - kartofokombajn_N = mkN007 "" ; - kartofosada_ch_ka_N = mkN041 "" ; - kartof_ch_e_N = mkN065 "" ; - karuca_N = mkN041 "" ; - karucar_N = mkN031a "" ; - karucarski_A = mkA078 "" ; - karu_ch_ka_N = mkN041 "" ; - karfiol_N = mkN007 "" ; - karfica_N = mkN041 "" ; - karcer_N = mkN007 "" ; - karcinogenen_A = mkA079 "" ; - karcinoma_N = mkN041 "" ; - karciram_V = stateV (mkV186 "") ; - karcirane_N = mkN071 "" ; - kasa_N = mkN041 "" ; - kasaba_N = mkN041 "" ; - kasapin_N = mkN018 "" ; - kasapnica_N = mkN041 "" ; - kasapski_A = mkA078 "" ; - kasacionen_A = mkA079 "" ; - kasaci_ja__N = mkN047 "" ; - kasa_ja__V = stateV (mkV162 "") ; - kaseta_N = mkN041 "" ; - kasetka_N = mkN041 "" ; - kasetofon_N = mkN007 "" ; - kasety_ch_en_A = mkA079 "" ; - kasier_N = mkN007 "" ; - kasierka_N = mkN041 "" ; - kasierski_A = mkA078 "" ; - kasiram_V = stateV (mkV186 "") ; - kasirane_N = mkN071 "" ; - kasis_N = mkN007 "" ; - kasi_ch_ka_N = mkN041 "" ; - kaska_N = mkN041 "" ; - kaskada_N = mkN041 "" ; - kaskaden_A = mkA079 "" ; - kaskadxor_N = mkN007 "" ; - kaskadxorka_N = mkN041 "" ; - kasket_N = mkN007 "" ; - kasov_A = mkA076 "" ; - kasorazbiva_ch__N = mkN007b "" ; - kaspijski_A = mkA078 "" ; - kasta_N = mkN041 "" ; - kastanet_N = mkN007 "" ; - kastov_A = mkA076 "" ; - kastor_N = mkN007 "" ; - kastoren_A = mkA079 "" ; - kastraci_ja__N = mkN047 "" ; - kastrene_N = mkN071 "" ; - kastriram_V = stateV (mkV186 "") ; - kastrirane_N = mkN071 "" ; - kastron_N = mkN007 "" ; - kastr_ja__V = stateV (mkV173 "") ; - kat_N = mkN001 "" ; - katabolizym_N = mkN011 "" ; - katad_zj_i_ja__N = mkN039 "" ; - kataklizym_N = mkN011 "" ; - katakomba_N = mkN041 "" ; - katalepsi_ja__N = mkN047 "" ; - kataleptik_N = mkN014 "" ; - katalepti_ch_en_A = mkA079 "" ; - kataliza_N = mkN041 "" ; - katalizator_N = mkN007 "" ; - kataliziram_V = stateV (mkV186 "") ; - katalizirane_N = mkN071 "" ; - kataliti_ch_en_A = mkA079 "" ; - katalog_N = mkN015 "" ; - katalogizaci_ja__N = mkN047 "" ; - katalogiziram_V = stateV (mkV186 "") ; - katalogizirane_N = mkN071 "" ; - katalo_zj_en_A = mkA079 "" ; - katalonski_A = mkA078 "" ; - katal_ja_sane_N = mkN071 "" ; - katal_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - katal_ja_svane_N = mkN071 "" ; - katanec_N = mkN008a "" ; - kataplazma_N = mkN041 "" ; - katapult_N = mkN007 "" ; - katapultiram_V = stateV (mkV186 "") ; - katapultirane_N = mkN071 "" ; - katarama_N = mkN041 "" ; - katarzis_N = mkN007 "" ; - katastrofa_N = mkN041 "" ; - katastrofalen_A = mkA079 "" ; - katastrofiram_V = stateV (mkV186 "") ; - katastrofirane_N = mkN071 "" ; - katafalka_N = mkN041 "" ; - kategorizaci_ja__N = mkN047 "" ; - kategoriziram_V = stateV (mkV186 "") ; - kategorizirane_N = mkN071 "" ; - kategori_ch_en_A = mkA079 "" ; - kategori_ch_nost_N = mkN049 "" ; - kategori_ja__N = mkN047 "" ; - katedra_N = mkN041 "" ; - katedrala_N = mkN041 "" ; - katedralen_A = mkA079 "" ; - katedren_A = mkA076 "" ; - kater_N = mkN007 "" ; - katera_ch__N = mkN007b "" ; - katera_ch_eski_A = mkA078 "" ; - katera_ch_ka_N = mkN041 "" ; - katerene_N = mkN071 "" ; - katerica_N = mkN041 "" ; - kateri_ch_i_A = mkA078 "" ; - kateri_ch_ka_N = mkN041 "" ; - kater_ja__V = stateV (mkV173 "") ; - katet_N = mkN007 "" ; - katetyr_N = mkN009 "" ; - katehizis_N = mkN007 "" ; - katil_N = mkN007 "" ; - katinar_N = mkN007 "" ; - katinar_ch_e_N = mkN065 "" ; - kation_N = mkN007 "" ; - katod_N = mkN007 "" ; - katoden_A = mkA079 "" ; - katolik_N = mkN014a "" ; - katolicizym_N = mkN011 "" ; - katoli_ch_eski_A = mkA078 "" ; - katoli_ch_estvo_N = mkN054 "" ; - katoli_ch_ka_N = mkN041 "" ; - katoli_sh_ki_A = mkA078 "" ; - katorga_N = mkN041 "" ; - kator_zj_en_A = mkA079 "" ; - kator_zj_nik_N = mkN014a "" ; - kator_zj_nica_N = mkN041 "" ; - kator_zj_ni_ch_eski_A = mkA078 "" ; - kator_zj_ni_ch_estvo_N = mkN054 "" ; - katran_A = mkA076 "" ; - katrand_zj_ijnica_N = mkN041 "" ; - katranen_A = mkA079 "" ; - katraniv_A = mkA076 "" ; - katranik_N = mkN014 "" ; - katranica_N = mkN041 "" ; - katun_N = mkN007 "" ; - katunar_N = mkN031a "" ; - katunarka_N = mkN041 "" ; - katunarski_A = mkA078 "" ; - katurvam_V = actionV (mkV186 "") (mkV173 "") ; - katurvane_N = mkN071 "" ; - katurna_V = stateV (mkV152 "") ; - katyr_N = mkN009 "" ; - katyrski_A = mkA078 "" ; - kat_iu__sh_a_N = mkN041 "" ; - kauboj_N = mkN032a "" ; - kaubojski_A = mkA078 "" ; - kauza_N = mkN041 "" ; - kauzalen_A = mkA079 "" ; - kauzalitet_N = mkN007 "" ; - kauzalnost_N = mkN049 "" ; - kauzativen_A = mkA079 "" ; - kaustik_N = mkN014 "" ; - kau_ch_uk_N = mkN014 "" ; - kau_ch_ukov_A = mkA076 "" ; - kau_ch_ukonosen_A = mkA079 "" ; - kau_sh__N = mkN007 "" ; - kafe_N = mkN065 "" ; - kafed_zj_ijka_N = mkN041 "" ; - kafed_zj_ijski_A = mkA078 "" ; - kafez_N = mkN007 "" ; - kafemela_ch_ka_N = mkN041 "" ; - kafen_A = mkA079 "" ; - kafene_N = mkN065 "" ; - kafenikav_A = mkA076 "" ; - kafeni_ch_e_N = mkN065 "" ; - kaftan_N = mkN007 "" ; - kaf_ja_v_A = mkA076 "" ; - kaf_ja_vo_ch_erven_A = mkA076 "" ; - kahyr_N = mkN009 "" ; - kahyren_A = mkA079 "" ; - kahyr_ja__V = stateV (mkV173 "") ; - kaca_N = mkN041 "" ; - kacam_V = actionV (mkV186 "") (mkV152 "") ; - kacane_N = mkN071 "" ; - kacar_N = mkN031a "" ; - kacarnica_N = mkN041 "" ; - kacarski_A = mkA078 "" ; - kacarstvo_N = mkN054 "" ; - kacvam_V = actionV (mkV186 "") (mkV152 "") ; - kacvane_N = mkN071 "" ; - ka_ch_amak_N = mkN014 "" ; - ka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ka_ch_vane_N = mkN071 "" ; - ka_ch_e_N = mkN065 "" ; - ka_ch_estven_A = mkA076 "" ; - ka_ch_estvenik_N = mkN014 "" ; - ka_ch_estvenost_N = mkN049 "" ; - ka_ch_estvo_N = mkN054 "" ; - ka_ch_ulat_A = mkA076 "" ; - ka_ch_ulatka_N = mkN041 "" ; - ka_ch_ulka_N = mkN041 "" ; - ka_sh_a_N = mkN041 "" ; - ka_sh_av_A = mkA076 "" ; - ka_sh_avar_N = mkN031a "" ; - ka_sh_alot_N = mkN007 "" ; - ka_sh_ica_N = mkN041 "" ; - ka_sh_kav_A = mkA076 "" ; - ka_sh_kaval_N = mkN007 "" ; - ka_sh_kavost_N = mkN049 "" ; - ka_sh_lica_N = mkN041 "" ; - ka_sh_l_ja_m_V = stateV (mkV187 "") ; - ka_sh_l_ja_ne_N = mkN071 "" ; - ka_sh_mir_N = mkN007 "" ; - ka_sh_miren_A = mkA079 "" ; - ka_sh_mirski_A = mkA078 "" ; - ka_sh_on_N = mkN007 "" ; - ka_sh_u_N = mkN065 "" ; - ka_iu_ta_N = mkN041 "" ; - ka_iu_ten_A = mkA079 "" ; - ka_iu_tkompani_ja__N = mkN047 "" ; - ka_ja__V = stateV (mkV162 "") ; - ka_ja_k_N = mkN014 "" ; - ka_ja_fet_N = mkN007 "" ; - kvadrant_N = mkN007 "" ; - kvadrat_N = mkN007 "" ; - kvadraten_A = mkA079 "" ; - kvadrati_ch_en_A = mkA079 "" ; - kvadratura_N = mkN041 "" ; - kvadrat_ch_e_N = mkN065 "" ; - kvadrilion_N = mkN007 "" ; - kvadrofoni_ch_en_A = mkA079 "" ; - kvadrofoni_ja__N = mkN047 "" ; - kvakam_V = stateV (mkV186 "") ; - kvakane_N = mkN071 "" ; - kvaker_N = mkN007 "" ; - kvakerski_A = mkA078 "" ; - kvalifikacionen_A = mkA079 "" ; - kvalifikaci_ja__N = mkN047 "" ; - kvalificiram_V = stateV (mkV186 "") ; - kvalificiran_A = mkA076 "" ; - kvalificirane_N = mkN071 "" ; - kvalificiranost_N = mkN049 "" ; - kvant_N = mkN007 "" ; - kvantitet_N = mkN007 "" ; - kvantov_A = mkA076 "" ; - kvarta_N = mkN041 "" ; - kvartal_N = mkN007 "" ; - kvartalen_A = mkA079 "" ; - kvarteron_N = mkN007 "" ; - kvartet_N = mkN007 "" ; - kvartira_N = mkN041 "" ; - kvartirant_N = mkN007 "" ; - kvartirantka_N = mkN041 "" ; - kvartirantski_A = mkA078 "" ; - kvartiren_A = mkA079 "" ; - kvartiruvam_V = stateV (mkV186 "") ; - kvartiruvane_N = mkN071 "" ; - kvarc_N = mkN001 "" ; - kvarcov_A = mkA076 "" ; - kvas_N = mkN001 "" ; - kvasen_A = mkA079 "" ; - kvasene_N = mkN071 "" ; - kvas_ja__V = stateV (mkV173 "") ; - kva_ch_ka_N = mkN041 "" ; - kvestor_N = mkN007 "" ; - kvestura_N = mkN041 "" ; - kvietizym_N = mkN011 "" ; - kvintesenci_ja__N = mkN047 "" ; - kvintet_N = mkN007 "" ; - kvitancionen_A = mkA079 "" ; - kvitanci_ja__N = mkN047 "" ; - kvi_ch_a_V = stateV (mkV178 "") ; - kvi_ch_ene_N = mkN071 "" ; - kvorum_N = mkN007 "" ; - kvota_N = mkN041 "" ; - kebap_N = mkN007 "" ; - kebap_ch_e_N = mkN065 "" ; - kebap_ch_ijnica_N = mkN041 "" ; - kebap_ch_i_ja__N = mkN039 "" ; - kegel_N = mkN007 "" ; - kegelban_N = mkN007 "" ; - kegla_N = mkN041 "" ; - kedrov_A = mkA076 "" ; - kedyr_N = mkN009 "" ; - kej_N = mkN028a "" ; - kejk_N = mkN001 "" ; - kejmbrid_zj_ki_A = mkA078 "" ; - kekav_A = mkA076 "" ; - kekavost_N = mkN049 "" ; - kekerica_N = mkN041 "" ; - keks_N = mkN001 "" ; - keleme_N = mkN065 "" ; - kelepir_N = mkN007 "" ; - kelepird_zj_i_ja__N = mkN039 "" ; - kele_sh__N = mkN007 "" ; - kelner_N = mkN007 "" ; - kelnerka_N = mkN041 "" ; - kelnerski_A = mkA078 "" ; - kelt_N = mkN007 "" ; - keltski_A = mkA078 "" ; - kel_ja_v_A = mkA081 "" ; - kenar_N = mkN007 "" ; - kenaren_A = mkA079 "" ; - kenguru_N = mkN065 "" ; - kentavyr_N = mkN009 "" ; - kepaz_ja__V = stateV (mkV174 "") ; - kepe_N = mkN065 "" ; - keramik_N = mkN014 "" ; - keramika_N = mkN041 "" ; - kerami_ch_en_A = mkA079 "" ; - keratin_N = mkN007 "" ; - kervan_N = mkN007 "" ; - kervand_zj_ijski_A = mkA078 "" ; - kervand_zj_i_ja__N = mkN039 "" ; - kerviz_N = mkN007 "" ; - keremida_N = mkN041 "" ; - keremidar_N = mkN007 "" ; - keremidarnica_N = mkN041 "" ; - keremiden_A = mkA076 "" ; - keremideno_ch_erven_A = mkA076 "" ; - keremidka_N = mkN041 "" ; - keremid_ch_ijnica_N = mkN041 "" ; - keremid_ch_i_ja__N = mkN039 "" ; - kerkenez_N = mkN007 "" ; - kerosin_N = mkN007 "" ; - kerpeden_N = mkN007 "" ; - kesar_N = mkN007 "" ; - kesarev_A = mkA076 "" ; - kesijka_N = mkN041 "" ; - kesim_A = mkA076 "" ; - kesi_ja__N = mkN047 "" ; - kesonen_A = mkA079 "" ; - kesten_N = mkN007 "" ; - kestenov_A = mkA076 "" ; - kesten_ja_v_A = mkA076 "" ; - kesterme_N = mkN065 "" ; - ket_ch_up_N = mkN007 "" ; - kef_N = mkN001 "" ; - kefal_N = mkN007 "" ; - kefir_N = mkN007 "" ; - kefna_V = stateV (mkV152 "") ; - kehajov_A = mkA076 "" ; - kehlibar_N = mkN007 "" ; - kehlibaren_A = mkA079 "" ; - kec_N = mkN001 "" ; - ke_ch__N = mkN001 "" ; - ke_ch_e_N = mkN065 "" ; - ke_sh__N = mkN040a "" ; - ke_sh_iram_V = stateV (mkV186 "") ; - ke_sh_irane_N = mkN071 "" ; - kibernetizaci_ja__N = mkN047 "" ; - kibernetik_N = mkN014 "" ; - kibernetika_N = mkN041 "" ; - kiberneti_ch_en_A = mkA079 "" ; - kiberprostranstvo_N = mkN054 "" ; - kibersposobnost_N = mkN049 "" ; - kiberstruktura_N = mkN041 "" ; - kiberstrukturen_A = mkA079 "" ; - kibik_N = mkN014 "" ; - kibi_ch_a_V = stateV (mkV176 "") ; - kibrit_N = mkN007 "" ; - kibriten_A = mkA076 "" ; - kibritli_ja__N = mkN039 "" ; - kivi_N = mkN065 "" ; - kivot_N = mkN007 "" ; - kikimora_N = mkN041 "" ; - kikot_N = mkN007 "" ; - kikotene_N = mkN071 "" ; - kikot_ja__V = stateV (mkV173 "") ; - kil_N = mkN001 "" ; - kila_N = mkN041 "" ; - kilvam_V = actionV (mkV186 "") (mkV152 "") ; - kilvane_N = mkN071 "" ; - kilvater_N = mkN007 "" ; - kilvateren_A = mkA079 "" ; - kiler_N = mkN007 "" ; - kilien_A = mkA085 "" ; - kilijka_N = mkN041 "" ; - kilim_N = mkN007 "" ; - kilimar_N = mkN031a "" ; - kilimarka_N = mkN041 "" ; - kilimarski_A = mkA078 "" ; - kilimarstvo_N = mkN054 "" ; - kilimo_ch_ista_ch_ka_N = mkN041 "" ; - kilim_ch_e_N = mkN065 "" ; - kili_ja__N = mkN047 "" ; - kilo_N = mkN054 "" ; - kilovat_A = mkA076 "" ; - kilovat_ch_as_N = mkN007 "" ; - kilogram_N = mkN007 "" ; - kilogramometyr_N = mkN009 "" ; - kilokalori_ja__N = mkN047 "" ; - kilometra_zj__N = mkN007 "" ; - kilometra_zj_en_A = mkA079 "" ; - kilometri_ch_en_A = mkA079 "" ; - kilometri_ch_eski_A = mkA078 "" ; - kilometrov_A = mkA076 "" ; - kilometyr_N = mkN010 "" ; - kimam_V = actionV (mkV186 "") (mkV152 "") ; - kimane_N = mkN071 "" ; - kimvam_V = actionV (mkV186 "") (mkV152 "") ; - kimvane_N = mkN071 "" ; - kimion_N = mkN007 "" ; - kimono_N = mkN054 "" ; - kinematika_N = mkN041 "" ; - kinemati_ch_en_A = mkA079 "" ; - kinemati_ch_eski_A = mkA078 "" ; - kinematograf_N = mkN007 "" ; - kinematografen_A = mkA079 "" ; - kinematografi_ch_en_A = mkA079 "" ; - kinematografi_ch_eski_A = mkA078 "" ; - kinematografi_ja__N = mkN047 "" ; - kinematografski_A = mkA078 "" ; - kineskop_N = mkN007 "" ; - kinetika_N = mkN041 "" ; - kineti_ch_en_A = mkA079 "" ; - kineti_ch_eski_A = mkA078 "" ; - kinetostatika_N = mkN041 "" ; - kinefikaci_ja__N = mkN047 "" ; - kineficiram_V = stateV (mkV186 "") ; - kineficirane_N = mkN071 "" ; - kin_zj_al_N = mkN007 "" ; - kinkaleri_ja__N = mkN047 "" ; - kino_N = mkN054 "" ; - kinoaparat_N = mkN007 "" ; - kinoaparatura_N = mkN041 "" ; - kinoartist_N = mkN007 "" ; - kinoartistka_N = mkN041 "" ; - kinoatelie_N = mkN065 "" ; - kinodeec_N = mkN013 "" ; - kinoekran_N = mkN007 "" ; - kinozala_N = mkN041 "" ; - kinozvezda_N = mkN041 "" ; - kinozritel_N = mkN031a "" ; - kinoizkustvo_N = mkN054 "" ; - kinoindustri_ja__N = mkN047 "" ; - kinokabina_N = mkN041 "" ; - kinokamera_N = mkN041 "" ; - kinokomedi_ja__N = mkN047 "" ; - kinolenta_N = mkN041 "" ; - kinol_iu_bitel_N = mkN031a "" ; - kinol_iu_bitelka_N = mkN041 "" ; - kinoma_sh_ina_N = mkN041 "" ; - kinomehanik_N = mkN014 "" ; - kinooperator_N = mkN007a "" ; - kinopanorama_N = mkN041 "" ; - kinopark_N = mkN001 "" ; - kinopregled_N = mkN007 "" ; - kinopredstavlenie_N = mkN072 "" ; - kinopro_zj_ektor_N = mkN007 "" ; - kinopro_zj_ekci_ja__N = mkN047 "" ; - kinopublika_N = mkN041 "" ; - kinore_zj_isxor_N = mkN007a "" ; - kinore_zj_isxorka_N = mkN041 "" ; - kinosalon_N = mkN007 "" ; - kinoslu_zj_ba_N = mkN041 "" ; - kinosnima_ch_en_A = mkA079 "" ; - kinosnimka_N = mkN041 "" ; - kinostudio_N = mkN062 "" ; - kinoscenarij_N = mkN032 "" ; - kinoteatyr_N = mkN009 "" ; - kinouredba_N = mkN041 "" ; - kinoustanovka_N = mkN041 "" ; - kinofestival_N = mkN007 "" ; - kinofilm_N = mkN007 "" ; - kinohronika_N = mkN041 "" ; - kinocentyr_N = mkN009a "" ; - kiosk_N = mkN007 "" ; - kiparis_N = mkN007 "" ; - kiparisov_A = mkA076 "" ; - kipvam_V = actionV (mkV186 "") (mkV152 "") ; - kipvane_N = mkN071 "" ; - kipe_zj__N = mkN007 "" ; - kipene_N = mkN071 "" ; - kipenie_N = mkN072 "" ; - kipr_ja__V = stateV (mkV173 "") ; - kipyrec_N = mkN008a "" ; - kipyrka_N = mkN041 "" ; - kipyrski_A = mkA078 "" ; - kip_ja__V = stateV (mkV177 "") ; - kip_ja_l_A = mkA081 "" ; - kir_N = mkN001 "" ; - kirad_zj_ijka_N = mkN041 "" ; - kirad_zj_ijski_A = mkA078 "" ; - kirad_zj_i_ja__N = mkN039 "" ; - kirgiz_N = mkN007 "" ; - kirgizka_N = mkN041 "" ; - kirgizki_A = mkA078 "" ; - kire_ch__N = mkN007 "" ; - kirilizaci_ja__N = mkN047 "" ; - kiriliziram_V = stateV (mkV186 "") ; - kirilizirane_N = mkN071 "" ; - kirilica_N = mkN041 "" ; - kiri_ja__N = mkN047 "" ; - kirka_N = mkN041 "" ; - kirliv_A = mkA076 "" ; - kirliv_ja__V = stateV (mkV174 "") ; - kirpi_ch__N = mkN007 "" ; - kirpi_ch_en_A = mkA076 "" ; - kisel_A = mkA076 "" ; - kiseleene_N = mkN071 "" ; - kiselec_N = mkN008a "" ; - kisele_ja__V = stateV (mkV160 "") ; - kiselina_N = mkN041 "" ; - kiselinen_A = mkA079 "" ; - kiselinnost_N = mkN049 "" ; - kiselinoustoj_ch_iv_A = mkA076 "" ; - kiselinoustoj_ch_ivost_N = mkN049 "" ; - kiselica_N = mkN041 "" ; - kiseli_ch_yk_A = mkA080 "" ; - kiskam_V = stateV (mkV186 "") ; - kiskane_N = mkN071 "" ; - kislorod_N = mkN007 "" ; - kisloroden_A = mkA079 "" ; - kisna_V = stateV (mkV152 "") ; - kisnene_N = mkN071 "" ; - kista_N = mkN041 "" ; - kit_N = mkN001 "" ; - kitaec_N = mkN013 "" ; - kitajka_N = mkN041 "" ; - kitajski_A = mkA078 "" ; - kitara_N = mkN041 "" ; - kitarist_N = mkN007 "" ; - kitaristka_N = mkN041 "" ; - kitel_N = mkN007 "" ; - kiten_A = mkA079 "" ; - kitene_N = mkN071 "" ; - kitenik_N = mkN014 "" ; - kitka_N = mkN041 "" ; - kitov_A = mkA076 "" ; - kitoloven_A = mkA079 "" ; - kitolovec_N = mkN008a "" ; - kitolovski_A = mkA078 "" ; - kitolovstvo_N = mkN054 "" ; - kit_ch_ica_N = mkN041 "" ; - kit_ja__V = stateV (mkV173 "") ; - kifla_N = mkN041 "" ; - kiflad_zj_ijka_N = mkN041 "" ; - kiflad_zj_i_ja__N = mkN039 "" ; - kifli_ch_ka_N = mkN041 "" ; - kihavica_N = mkN041 "" ; - kiham_V = actionV (mkV186 "") (mkV152 "") ; - kihane_N = mkN071 "" ; - kihvam_V = actionV (mkV186 "") (mkV152 "") ; - kihvane_N = mkN071 "" ; - ki_ch__N = mkN001 "" ; - ki_ch_a_V = stateV (mkV176 "") ; - ki_ch_ene_N = mkN071 "" ; - ki_ch_est_A = mkA076 "" ; - ki_ch_ur_N = mkN007 "" ; - ki_ch_ur_ch_e_N = mkN065 "" ; - ki_sh_a_N = mkN041 "" ; - ki_sh_av_A = mkA076 "" ; - klavesin_N = mkN007 "" ; - klaviatura_N = mkN041 "" ; - klaviaturen_A = mkA079 "" ; - klavikula_N = mkN041 "" ; - klavir_N = mkN007 "" ; - klaviren_A = mkA079 "" ; - klavi_sh__N = mkN007 "" ; - klavi_sh_en_A = mkA079 "" ; - klada_V = stateV (mkV145 "") ; - kladenec_N = mkN008 "" ; - kladen_ch_e_N = mkN065 "" ; - kladen_ch_ev_A = mkA076 "" ; - kladen_ch_ov_A = mkA076 "" ; - klakson_N = mkN007 "" ; - klakxor_N = mkN007 "" ; - klamer_N = mkN007 "" ; - klane_N = mkN071 "" ; - klanica_N = mkN041 "" ; - klan_ja_m_V = stateV (mkV187 "") ; - klan_ja_ne_N = mkN071 "" ; - klapa_N = mkN041 "" ; - klapan_N = mkN007 "" ; - klapanen_A = mkA079 "" ; - klarinet_N = mkN007 "" ; - klarinetist_N = mkN007 "" ; - klarnet_N = mkN007 "" ; - klarnetist_N = mkN007 "" ; - klarnetistka_N = mkN041 "" ; - klas_N = mkN001 "" ; - klasa_N = mkN041 "" ; - klasaci_ja__N = mkN047 "" ; - klasen_A = mkA079 "" ; - klasene_N = mkN071 "" ; - klasik_N = mkN014 "" ; - klasika_N = mkN041 "" ; - klasiram_V = stateV (mkV186 "") ; - klasirane_N = mkN071 "" ; - klasifikator_N = mkN007 "" ; - klasifikacionen_A = mkA079 "" ; - klasifikaci_ja__N = mkN047 "" ; - klasificiram_V = stateV (mkV186 "") ; - klasificirane_N = mkN071 "" ; - klasicizym_N = mkN011 "" ; - klasi_ch_eski_A = mkA078 "" ; - klasi_ch_ka_N = mkN041 "" ; - klasov_A = mkA076 "" ; - klasoviden_A = mkA079 "" ; - klasovost_N = mkN049 "" ; - klasosyznatelen_A = mkA079 "" ; - klasosyznatelnost_N = mkN049 "" ; - klasxor_N = mkN007 "" ; - klas_ja__V = stateV (mkV174 "") ; - klatene_N = mkN071 "" ; - klatu_sh_kam_V = stateV (mkV186 "") ; - klatu_sh_kane_N = mkN071 "" ; - klat_ja__V = stateV (mkV173 "") ; - klauza_N = mkN041 "" ; - klaustrofobi_ja__N = mkN047 "" ; - kleveta_N = mkN041 "" ; - klevetene_N = mkN071 "" ; - klevetnik_N = mkN014 "" ; - klevetnica_N = mkN041 "" ; - klevetni_ch_eski_A = mkA078 "" ; - klevetni_ch_estvo_N = mkN054 "" ; - klevet_ja__V = stateV (mkV174 "") ; - klej_N = mkN028 "" ; - klejmo_N = mkN054 "" ; - klejmosvam_V = stateV (mkV186 "") ; - klejmosvane_N = mkN071 "" ; - klejm_ja__V = stateV (mkV174 "") ; - klekav_A = mkA076 "" ; - klekalo_N = mkN054 "" ; - klekvam_V = actionV (mkV186 "") (mkV152 "") ; - klekvane_N = mkN071 "" ; - klema_N = mkN041 "" ; - klematis_N = mkN007 "" ; - klen_N = mkN001 "" ; - klenov_A = mkA076 "" ; - klepalen_A = mkA079 "" ; - klepalo_N = mkN054 "" ; - klepam_V = stateV (mkV186 "") ; - klepane_N = mkN071 "" ; - klepa_ch__N = mkN007 "" ; - klepa_ch_en_A = mkA079 "" ; - klepvam_V = stateV (mkV186 "") ; - klepvane_N = mkN071 "" ; - klepka_N = mkN041 "" ; - klepna_V = stateV (mkV152 "") ; - klepouh_A = mkA076 "" ; - kleptoman_N = mkN007 "" ; - kleptomani_ja__N = mkN047 "" ; - kleptomanka_N = mkN041 "" ; - klep_ja__V = stateV (mkV154 "") ; - klerikalen_A = mkA079 "" ; - klerikalizym_N = mkN011 "" ; - klerikalist_N = mkN007 "" ; - klet_A = mkA076 "" ; - kletva_N = mkN041 "" ; - kletven_A = mkA076 "" ; - kletvonaru_sh_enie_N = mkN072 "" ; - kletvonaru_sh_itel_N = mkN031a "" ; - kletvonaru_sh_itelka_N = mkN041 "" ; - kletvoprestypnik_N = mkN014 "" ; - kletvoprestypnica_N = mkN041 "" ; - kletvoprestypni_ch_eski_A = mkA078 "" ; - kletvoprestypni_ch_estvo_N = mkN054 "" ; - kletka_N = mkN041 "" ; - kletnik_N = mkN014 "" ; - kletnica_N = mkN041 "" ; - klety_ch_en_A = mkA079 "" ; - kle_ch_a_V = stateV (mkV178 "") ; - kle_ch_ka_N = mkN041 "" ; - kle_ch_kopodoben_A = mkA079 "" ; - kle_sht_i_N = mkN075 "" ; - kle_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - kliva_zj__N = mkN007 "" ; - kliver_N = mkN007 "" ; - klient_N = mkN007 "" ; - klientela_N = mkN041 "" ; - klientka_N = mkN041 "" ; - klientski_A = mkA078 "" ; - klizma_N = mkN041 "" ; - klika_N = mkN041 "" ; - klimaks_N = mkN007 "" ; - klimakterium_N = mkN007 "" ; - klimam_V = actionV (mkV186 "") (mkV152 "") ; - klimane_N = mkN071 "" ; - klimat_N = mkN007 "" ; - klimatiziran_A = mkA076 "" ; - klimatik_N = mkN014 "" ; - klimati_ch_en_A = mkA079 "" ; - klimatolog_N = mkN015 "" ; - klimatologi_ja__N = mkN047 "" ; - klimatronik_N = mkN014 "" ; - klimvam_V = actionV (mkV186 "") (mkV152 "") ; - klimvane_N = mkN071 "" ; - klin_N = mkN001 "" ; - klinec_N = mkN008 "" ; - klinika_N = mkN041 "" ; - klinicist_N = mkN007 "" ; - klini_ch_en_A = mkA079 "" ; - klini_ch_eski_A = mkA078 "" ; - klinoviden_A = mkA079 "" ; - klinoobrazen_A = mkA079 "" ; - klin_ch__N = mkN001 "" ; - klin_ch_a_V = stateV (mkV176 "") ; - klin_ch_ene_N = mkN071 "" ; - klip_N = mkN001 "" ; - kliper_N = mkN007 "" ; - klips_N = mkN007 "" ; - klir_N = mkN001 "" ; - kliring_N = mkN007 "" ; - kliringov_A = mkA076 "" ; - klisav_A = mkA076 "" ; - klisar_N = mkN031a "" ; - klisarski_A = mkA078 "" ; - klisura_N = mkN041 "" ; - klisurski_A = mkA078 "" ; - kli_sh_e_N = mkN065 "" ; - kli_sh_iram_V = stateV (mkV186 "") ; - kli_sh_irane_N = mkN071 "" ; - kloaka_N = mkN041 "" ; - klozet_N = mkN007 "" ; - klozeten_A = mkA079 "" ; - klokane_N = mkN071 "" ; - klokvam_V = actionV (mkV186 "") (mkV186 "") ; - klokvane_N = mkN071 "" ; - klokot_N = mkN007 "" ; - klokotene_N = mkN071 "" ; - klokot_ja__V = actionV (mkV173 "") (mkV176 "") ; - kloko_ch_ene_N = mkN071 "" ; - klon_N = mkN005 "" ; - klonak_N = mkN014 "" ; - klonenie_N = mkN072 "" ; - klonest_A = mkA076 "" ; - kloning_N = mkN007 "" ; - kloniram_V = stateV (mkV186 "") ; - klonirane_N = mkN071 "" ; - klonka_N = mkN041 "" ; - klon_ch_e_N = mkN065 "" ; - klon_ja__V = stateV (mkV174 "") ; - klopam_V = stateV (mkV186 "") ; - klopane_N = mkN071 "" ; - klopka_N = mkN041 "" ; - klopfer_N = mkN007 "" ; - kloun_N = mkN007 "" ; - klounada_N = mkN041 "" ; - klounski_A = mkA078 "" ; - klo_sh_iram_V = stateV (mkV186 "") ; - klo_sh_irane_N = mkN071 "" ; - klub_N = mkN001 "" ; - kluben_A = mkA079 "" ; - klup_N = mkN001 "" ; - klyvvam_V = actionV (mkV186 "") (mkV152 "") ; - klyvvane_N = mkN071 "" ; - klystyr_N = mkN007 "" ; - klycvam_V = actionV (mkV186 "") (mkV152 "") ; - klycvane_N = mkN071 "" ; - klxo_sht_av_A = mkA076 "" ; - kl_iu_ka_N = mkN041 "" ; - kl_iu_kar_N = mkN031a "" ; - kl_iu_karka_N = mkN041 "" ; - kl_iu_karski_A = mkA078 "" ; - kl_iu_karstvane_N = mkN071 "" ; - kl_iu_karstvo_N = mkN054 "" ; - kl_iu_karstvuvam_V = stateV (mkV186 "") ; - kl_iu_karstvuvane_N = mkN071 "" ; - kl_iu_mam_V = actionV (mkV186 "") (mkV152 "") ; - kl_iu_mane_N = mkN071 "" ; - kl_iu_mvam_V = actionV (mkV186 "") (mkV152 "") ; - kl_iu_mvane_N = mkN071 "" ; - kl_iu_n_N = mkN001 "" ; - kl_iu__ch__N = mkN001 "" ; - kl_iu__ch_alka_N = mkN041 "" ; - kl_iu__ch_ar_N = mkN031a "" ; - kl_iu__ch_ica_N = mkN041 "" ; - kl_iu__ch_ov_A = mkA076 "" ; - kl_ja_kam_V = stateV (mkV186 "") ; - kl_ja_kane_N = mkN071 "" ; - kmet_N = mkN001 "" ; - kmetica_N = mkN041 "" ; - kmetski_A = mkA078 "" ; - kmetstvo_N = mkN054 "" ; - kmetuvam_V = stateV (mkV186 "") ; - kmetuvane_N = mkN071 "" ; - knedla_N = mkN041 "" ; - kneht_N = mkN001 "" ; - kniga_N = mkN041 "" ; - knigovezec_N = mkN008a "" ; - knigovezka_N = mkN041 "" ; - knigovezki_A = mkA078 "" ; - knigoveznica_N = mkN041 "" ; - knigovezstvo_N = mkN054 "" ; - knigovoditel_N = mkN031a "" ; - knigovoditelka_N = mkN041 "" ; - knigovodstvo_N = mkN054 "" ; - knigoizdatel_N = mkN031a "" ; - knigoizdatelski_A = mkA078 "" ; - knigoizdatelstvo_N = mkN054 "" ; - knigoobmen_N = mkN007 "" ; - knigope_ch_atane_N = mkN071 "" ; - knigope_ch_aten_A = mkA079 "" ; - knigopis_N = mkN007 "" ; - knigopisen_A = mkA079 "" ; - knigosyhranenie_N = mkN072 "" ; - knigohranili_sht_e_N = mkN066 "" ; - kni_zj_a_N = mkN042 "" ; - kni_zj_ar_N = mkN031a "" ; - kni_zj_arnica_N = mkN041 "" ; - kni_zj_arski_A = mkA078 "" ; - kni_zj_arstvo_N = mkN054 "" ; - kni_zj_en_A = mkA079 "" ; - kni_zj_ka_N = mkN041 "" ; - kni_zj_le_N = mkN065 "" ; - kni_zj_nik_N = mkN014 "" ; - kni_zj_nina_N = mkN041 "" ; - kni_zj_nost_N = mkN049 "" ; - kni_zj_oven_A = mkA079 "" ; - kni_zj_ovnik_N = mkN014a "" ; - kni_zj_ovni_ch_eski_A = mkA078 "" ; - kni_zj_ovnost_N = mkN049 "" ; - kn_ja_gin_ja__N = mkN047 "" ; - kn_ja__zj_eski_A = mkA078 "" ; - kn_ja__zj_estvo_N = mkN054 "" ; - kn_ja_z_N = mkN024a "" ; - koagulator_N = mkN007 "" ; - koagulaci_ja__N = mkN047 "" ; - koaguliram_V = stateV (mkV186 "") ; - koaksialen_A = mkA079 "" ; - koala_N = mkN041 "" ; - koalescenci_ja__N = mkN047 "" ; - koaliram_V = stateV (mkV186 "") ; - koalirane_N = mkN071 "" ; - koalicionen_A = mkA079 "" ; - koalici_ja__N = mkN047 "" ; - koafxor_N = mkN007 "" ; - koaf_iu_ra_N = mkN041 "" ; - kobalt_N = mkN007 "" ; - kobaltov_A = mkA076 "" ; - kobila_N = mkN041 "" ; - kobile_sh_ki_A = mkA078 "" ; - kobilica_N = mkN041 "" ; - kobilka_N = mkN041 "" ; - kobra_N = mkN041 "" ; - kobur_N = mkN007 "" ; - kob_ja__V = stateV (mkV174 "") ; - kova_V = stateV (mkV151 "") ; - kovalenten_A = mkA079 "" ; - kovane_N = mkN071 "" ; - kovaren_A = mkA079 "" ; - kovarstvam_V = stateV (mkV186 "") ; - kovarstvane_N = mkN071 "" ; - kovarstvo_N = mkN054 "" ; - kovarstvuvam_V = stateV (mkV186 "") ; - kovarstvuvane_N = mkN071 "" ; - kova_ch__N = mkN007b "" ; - kova_ch_nica_N = mkN041 "" ; - kova_sh_ki_A = mkA078 "" ; - kovkost_N = mkN049 "" ; - kovlad_ja__V = stateV (mkV173 "") ; - kov_ch_eg_N = mkN015 "" ; - kov_ch_e_zj_e_N = mkN065 "" ; - kov_ch_e_zj_nik_N = mkN014a "" ; - kov_ch_e_zj_ni_ch_estvo_N = mkN054 "" ; - kovyk_A = mkA080 "" ; - kovxor_N = mkN007 "" ; - kod_N = mkN001 "" ; - kodein_N = mkN007 "" ; - kodek_N = mkN014 "" ; - kodeks_N = mkN007 "" ; - koder_N = mkN007 "" ; - kodiram_V = stateV (mkV186 "") ; - kodirane_N = mkN071 "" ; - kodirovka_N = mkN041 "" ; - kodifikacionen_A = mkA079 "" ; - kodifikaci_ja__N = mkN047 "" ; - kodificiram_V = stateV (mkV186 "") ; - kodificirane_N = mkN071 "" ; - kodov_A = mkA076 "" ; - koeficient_N = mkN007 "" ; - ko_zj_a_N = mkN041 "" ; - ko_zj_ar_N = mkN031a "" ; - ko_zj_arski_A = mkA078 "" ; - ko_zj_arstvo_N = mkN054 "" ; - ko_zj_en_A = mkA079 "" ; - ko_zj_ica_N = mkN041 "" ; - ko_zj_oder_N = mkN007 "" ; - ko_zj_oderski_A = mkA078 "" ; - ko_zj_oderstvo_N = mkN054 "" ; - ko_zj_uh_N = mkN016 "" ; - ko_zj_uhar_N = mkN031a "" ; - ko_zj_uharnica_N = mkN041 "" ; - ko_zj_uharski_A = mkA078 "" ; - ko_zj_uharstvo_N = mkN054 "" ; - ko_zj_uh_ch_e_N = mkN065 "" ; - koz_N = mkN001 "" ; - koza_N = mkN041 "" ; - kozar_N = mkN031a "" ; - kozarka_N = mkN041 "" ; - kozarstvo_N = mkN054 "" ; - kozar_ch_e_N = mkN065 "" ; - kozel_N = mkN008 "" ; - koze_sh_ki_A = mkA078 "" ; - kozi_A = mkA088 "" ; - kozina_N = mkN041 "" ; - kozinar_N = mkN031a "" ; - kozin_ja_v_A = mkA076 "" ; - kozirka_N = mkN041 "" ; - kozirog_N = mkN015 "" ; - koziruvam_V = stateV (mkV186 "") ; - koziruvane_N = mkN071 "" ; - kozle_N = mkN065 "" ; - kozlodujski_A = mkA078 "" ; - kozmetik_N = mkN014 "" ; - kozmetika_N = mkN041 "" ; - kozmeti_ch_en_A = mkA079 "" ; - kozmeti_ch_eski_A = mkA078 "" ; - kozmeti_ch_ka_N = mkN041 "" ; - kozov_A = mkA076 "" ; - kozunak_N = mkN014 "" ; - kozuna_ch_en_A = mkA079 "" ; - koz_ja__V = stateV (mkV173 "") ; - koz_ja_k_N = mkN014 "" ; - kojka_N = mkN041 "" ; - kok_N = mkN001 "" ; - kokain_N = mkN007 "" ; - kokainov_A = mkA076 "" ; - kokal_N = mkN007 "" ; - kokalen_A = mkA076 "" ; - kokalest_A = mkA076 "" ; - kokal_ch_e_N = mkN065 "" ; - kokal_ja_svam_V = stateV (mkV186 "") ; - kokal_ja_svane_N = mkN071 "" ; - kokarda_N = mkN041 "" ; - koketen_A = mkA079 "" ; - koketiram_V = stateV (mkV186 "") ; - koketirane_N = mkN071 "" ; - koketka_N = mkN041 "" ; - koketliv_A = mkA076 "" ; - koketlivost_N = mkN049 "" ; - koketni_ch_a_V = stateV (mkV176 "") ; - koketni_ch_ene_N = mkN071 "" ; - koketnost_N = mkN049 "" ; - koketstvo_N = mkN054 "" ; - kokila_N = mkN041 "" ; - kokilobega_ch__N = mkN007a "" ; - koki_ch_e_N = mkN065 "" ; - koki_ch_ka_N = mkN041 "" ; - kokl_iu__sh__N = mkN007 "" ; - kokona_N = mkN041 "" ; - kokor_ch_a_V = stateV (mkV176 "") ; - kokosov_A = mkA076 "" ; - kokotka_N = mkN041 "" ; - koko_sh_ar_N = mkN031a "" ; - koko_sh_arka_N = mkN041 "" ; - koko_sh_arnik_N = mkN014 "" ; - koko_sh_arski_A = mkA078 "" ; - koko_sh_arstvo_N = mkN054 "" ; - koko_sh_i_A = mkA078 "" ; - koko_sh_inka_N = mkN041 "" ; - koko_sh_ka_N = mkN041 "" ; - koko_sh_kar_N = mkN031a "" ; - koko_sh_karski_A = mkA078 "" ; - koko_sh_karstvo_N = mkN054 "" ; - koko_sh_ni_ch_av_A = mkA076 "" ; - koko_sh_ni_ch_avost_N = mkN049 "" ; - koks_N = mkN040a "" ; - koksov_A = mkA076 "" ; - koksuvam_V = stateV (mkV186 "") ; - koksuvane_N = mkN071 "" ; - koktejl_N = mkN007 "" ; - koktejlen_A = mkA079 "" ; - kol_N = mkN001 "" ; - kola_N = mkN041 "" ; - kolabiram_V = stateV (mkV186 "") ; - kolabirane_N = mkN071 "" ; - kolaborator_N = mkN007 "" ; - kolaboracionist_N = mkN007 "" ; - kolaboracionistka_N = mkN041 "" ; - kolaboraci_ja__N = mkN047 "" ; - kolagen_N = mkN007 "" ; - kola_zj__N = mkN007 "" ; - kolaj_N = mkN032 "" ; - kolak_N = mkN014 "" ; - kolan_N = mkN007 "" ; - kolaps_N = mkN007 "" ; - kolar_N = mkN031a "" ; - kolarski_A = mkA078 "" ; - kolarstvo_N = mkN054 "" ; - kolastra_N = mkN041 "" ; - kola_ch__N = mkN007b "" ; - kola_ch_e_N = mkN065 "" ; - kolba_N = mkN041 "" ; - kolbas_N = mkN007 "" ; - kolbasar_N = mkN031a "" ; - kolbasarka_N = mkN041 "" ; - kolbasarski_A = mkA078 "" ; - kolbasen_A = mkA079 "" ; - kolbasnica_N = mkN041 "" ; - kolebanie_N = mkN072 "" ; - koleba_ja__V = stateV (mkV161 "") ; - kolebliv_A = mkA076 "" ; - koleblivost_N = mkN049 "" ; - kolega_N = mkN038 "" ; - kolegialen_A = mkA079 "" ; - kolegialnost_N = mkN049 "" ; - kolegi_ja__N = mkN047 "" ; - koledar_N = mkN031a "" ; - koledarski_A = mkA078 "" ; - koleden_A = mkA079 "" ; - koleduvam_V = stateV (mkV186 "") ; - koleduvane_N = mkN071 "" ; - kole_zj__N = mkN007 "" ; - kole_zj_anin_N = mkN018 "" ; - kole_zj_anka_N = mkN041 "" ; - kole_zj_anski_A = mkA078 "" ; - kole_zj_ka_N = mkN041b "" ; - kolektiv_N = mkN007 "" ; - kolektiven_A = mkA079 "" ; - kolektivizaci_ja__N = mkN047 "" ; - kolektiviziram_V = stateV (mkV186 "") ; - kolektiviziran_A = mkA076 "" ; - kolektivizirane_N = mkN071 "" ; - kolektivizym_N = mkN011 "" ; - kolektivist_N = mkN007 "" ; - kolektivitet_N = mkN007 "" ; - kolektivnost_N = mkN049 "" ; - kolektor_N = mkN007 "" ; - kolekcioner_N = mkN007 "" ; - kolekcionerski_A = mkA078 "" ; - kolekcioniram_V = stateV (mkV186 "") ; - kolekcionirane_N = mkN071 "" ; - kolekci_ja__N = mkN047 "" ; - kolelo_N = mkN061 "" ; - kolelce_N = mkN066 "" ; - kolenen_A = mkA079 "" ; - koleni_ch_a_V = stateV (mkV176 "") ; - koleni_ch_ene_N = mkN071 "" ; - kolenopreklonen_A = mkA079 "" ; - kolence_N = mkN066 "" ; - kolen_ch_at_A = mkA076 "" ; - kolen_ch_est_A = mkA076 "" ; - kolesar_N = mkN031a "" ; - kolesen_A = mkA079 "" ; - kolesnik_N = mkN014 "" ; - kolesnica_N = mkN041 "" ; - kolet_N = mkN007 "" ; - koleten_A = mkA079 "" ; - kolet_ch_e_N = mkN065 "" ; - koliba_N = mkN041 "" ; - kolibar_N = mkN031a "" ; - kolibarka_N = mkN041 "" ; - kolibarski_A = mkA078 "" ; - kolibka_N = mkN041 "" ; - kolie_N = mkN065 "" ; - kolizi_ja__N = mkN047 "" ; - kolika_N = mkN041 "" ; - kolit_N = mkN007 "" ; - koli_ch_estven_A = mkA076 "" ; - koli_ch_estvo_N = mkN054 "" ; - koli_ch_ka_N = mkN041 "" ; - koli_ch_kar_N = mkN031a "" ; - kolovoz_N = mkN007 "" ; - koloda_N = mkN041 "" ; - kolodij_N = mkN032 "" ; - kolodrum_N = mkN007 "" ; - koloezda_ch__N = mkN007b "" ; - koloezda_ch_en_A = mkA079 "" ; - koloezda_ch_ka_N = mkN041 "" ; - koloezdene_N = mkN071 "" ; - koloid_N = mkN007 "" ; - koloiden_A = mkA079 "" ; - kolokvium_N = mkN007 "" ; - kolona_N = mkN041 "" ; - kolonada_N = mkN041 "" ; - kolonen_A = mkA079 "" ; - kolonial_N = mkN007 "" ; - kolonialen_A = mkA079 "" ; - kolonializym_N = mkN011 "" ; - kolonialist_N = mkN007 "" ; - kolonizator_N = mkN007a "" ; - kolonizatorski_A = mkA078 "" ; - kolonizaci_ja__N = mkN047 "" ; - koloniziram_V = stateV (mkV186 "") ; - kolonizirane_N = mkN071 "" ; - kolonist_N = mkN007a "" ; - koloni_ja__N = mkN047 "" ; - kolonka_N = mkN041 "" ; - kolonoobrazen_A = mkA079 "" ; - kolontitul_N = mkN007 "" ; - koloncifra_N = mkN041 "" ; - koloradski_A = mkA078 "" ; - koloratura_N = mkN041 "" ; - koloraturen_A = mkA079 "" ; - kolorit_N = mkN007 "" ; - koloriten_A = mkA079 "" ; - koloritnost_N = mkN049 "" ; - kolos_N = mkN007 "" ; - kolosalen_A = mkA079 "" ; - kolosan_A = mkA076 "" ; - kolosane_N = mkN071 "" ; - kolosvam_V = actionV (mkV186 "") (mkV186 "") ; - kolosvane_N = mkN071 "" ; - kolofon_N = mkN007 "" ; - kolhoz_N = mkN007 "" ; - kolhozen_A = mkA079 "" ; - kolhoznik_N = mkN014 "" ; - kolhoznica_N = mkN041 "" ; - kolhozni_ch_ka_N = mkN041 "" ; - kol_ch_an_N = mkN007 "" ; - kol_ch_e_N = mkN065 "" ; - kol_ja__V = stateV (mkV185 "") ; - kol_ja_nen_A = mkA079 "" ; - kol_ja_no_N = mkN058 "" ; - kol_ja_nov_A = mkA076 "" ; - koma_N = mkN042 "" ; - komanda_N = mkN041 "" ; - komandvam_V = stateV (mkV186 "") ; - komandvane_N = mkN071 "" ; - komandva_sht__A = mkA076 "" ; - komanden_A = mkA079 "" ; - komandir_N = mkN007a "" ; - komandirovam_V = stateV (mkV186 "") ; - komandirovane_N = mkN071 "" ; - komandirovka_N = mkN041 "" ; - komandirovy_ch_en_A = mkA079 "" ; - komandirski_A = mkA078 "" ; - komanditen_A = mkA079 "" ; - komandos_N = mkN007 "" ; - komanduvam_V = stateV (mkV186 "") ; - komanduvane_N = mkN071 "" ; - komanduva_sht__A = mkA076 "" ; - komar_N = mkN007 "" ; - komard_zj_ijnica_N = mkN041 "" ; - komard_zj_ijski_A = mkA078 "" ; - komard_zj_ijstvo_N = mkN054 "" ; - komard_zj_i_ja__N = mkN039 "" ; - komarov_A = mkA076 "" ; - komar_ch_e_N = mkN065 "" ; - komasacionen_A = mkA079 "" ; - komasaci_ja__N = mkN047 "" ; - komasiram_V = stateV (mkV186 "") ; - komat_N = mkN007 "" ; - kombajn_N = mkN007 "" ; - kombajner_N = mkN007 "" ; - kombajnerka_N = mkN041 "" ; - kombinat_N = mkN007 "" ; - kombinativen_A = mkA079 "" ; - kombinator_N = mkN007 "" ; - kombinatoren_A = mkA079 "" ; - kombinacionen_A = mkA079 "" ; - kombinaci_ja__N = mkN047 "" ; - kombinezon_N = mkN007 "" ; - kombiniram_V = stateV (mkV186 "") ; - kombiniran_A = mkA076 "" ; - kombinirane_N = mkN071 "" ; - komediant_N = mkN007 "" ; - komediantka_N = mkN041 "" ; - komediantski_A = mkA078 "" ; - komedien_A = mkA085 "" ; - komedijnost_N = mkN049 "" ; - komedi_ja__N = mkN047 "" ; - komendant_N = mkN007 "" ; - komendantski_A = mkA078 "" ; - komendantstvo_N = mkN054 "" ; - komendatura_N = mkN041 "" ; - komentar_N = mkN007 "" ; - komentator_N = mkN007a "" ; - komentatorka_N = mkN041 "" ; - komentiram_V = stateV (mkV186 "") ; - komentirane_N = mkN071 "" ; - komersialen_A = mkA079 "" ; - komer_ch_eski_A = mkA078 "" ; - kometa_N = mkN041 "" ; - komizym_N = mkN011 "" ; - komik_N = mkN014 "" ; - komiks_N = mkN007 "" ; - komin_N = mkN007 "" ; - komino_ch_ista_ch__N = mkN007b "" ; - komino_ch_ista_ch_eski_A = mkA078 "" ; - komisar_N = mkN031a "" ; - komisariat_N = mkN007 "" ; - komisarski_A = mkA078 "" ; - komisarstvo_N = mkN054 "" ; - komisiona_N = mkN041 "" ; - komisionen_A = mkA079 "" ; - komisioner_N = mkN007 "" ; - komisionerski_A = mkA078 "" ; - komisionerstvo_N = mkN054 "" ; - komisi_ja__N = mkN047 "" ; - komisura_N = mkN041 "" ; - komita_N = mkN038 "" ; - komitad_zj_ijski_A = mkA078 "" ; - komitad_zj_ijstvo_N = mkN054 "" ; - komitad_zj_i_ja__N = mkN039 "" ; - komitet_N = mkN007 "" ; - komitetski_A = mkA078 "" ; - komi_ch_en_A = mkA079 "" ; - komi_ch_eski_A = mkA078 "" ; - komi_ch_nost_N = mkN049 "" ; - komka_N = mkN041 "" ; - komkam_V = stateV (mkV186 "") ; - komkane_N = mkN071 "" ; - kompaktdisk_N = mkN001 "" ; - kompaktdiskov_A = mkA076 "" ; - kompakten_A = mkA079 "" ; - kompaktnost_N = mkN049 "" ; - kompani_ja__N = mkN047 "" ; - kompanxon_N = mkN007 "" ; - kompanxonka_N = mkN041 "" ; - komparti_ja__N = mkN047 "" ; - kompas_N = mkN007 "" ; - kompasen_A = mkA079 "" ; - kompendium_N = mkN007 "" ; - kompensator_N = mkN007 "" ; - kompensacionen_A = mkA079 "" ; - kompensaci_ja__N = mkN047 "" ; - kompensiram_V = stateV (mkV186 "") ; - kompensirane_N = mkN071 "" ; - kompetenten_A = mkA079 "" ; - kompetentnost_N = mkN049 "" ; - kompetenci_ja__N = mkN047 "" ; - kompilativen_A = mkA079 "" ; - kompilator_N = mkN007 "" ; - kompilatorski_A = mkA078 "" ; - kompilatorstvo_N = mkN054 "" ; - kompilaci_ja__N = mkN047 "" ; - kompiliram_V = stateV (mkV186 "") ; - kompilirane_N = mkN071 "" ; - kompiliruem_A = mkA076 "" ; - kompleks_N = mkN007 "" ; - kompleksen_A = mkA079 "" ; - kompleksiran_A = mkA076 "" ; - komplekt_N = mkN007 "" ; - komplekten_A = mkA079 "" ; - komplektnost_N = mkN049 "" ; - komplektuvam_V = stateV (mkV186 "") ; - komplektuvane_N = mkN071 "" ; - komplikaci_ja__N = mkN047 "" ; - kompliment_N = mkN007 "" ; - kompliciram_V = stateV (mkV186 "") ; - kompliciran_A = mkA076 "" ; - komplicirane_N = mkN071 "" ; - kompliciranost_N = mkN049 "" ; - komplot_N = mkN007 "" ; - kompoziram_V = stateV (mkV186 "") ; - kompozirane_N = mkN071 "" ; - kompozitor_N = mkN007a "" ; - kompozitorka_N = mkN041 "" ; - kompozitorski_A = mkA078 "" ; - kompozicionen_A = mkA079 "" ; - kompozici_ja__N = mkN047 "" ; - komponent_N = mkN007 "" ; - komponenta_N = mkN041 "" ; - komponenten_A = mkA079 "" ; - komponist_N = mkN007 "" ; - kompost_N = mkN007 "" ; - kompot_N = mkN007 "" ; - kompres_N = mkN007 "" ; - kompresaci_ja__N = mkN047 "" ; - kompresiram_V = stateV (mkV186 "") ; - kompresiran_A = mkA076 "" ; - kompresirane_N = mkN071 "" ; - kompresi_ja__N = mkN047 "" ; - kompresor_N = mkN007 "" ; - kompresoren_A = mkA079 "" ; - komprometiram_V = stateV (mkV186 "") ; - komprometiran_A = mkA076 "" ; - komprometirane_N = mkN071 "" ; - kompromis_N = mkN007 "" ; - kompromisen_A = mkA079 "" ; - kompromisnost_N = mkN049 "" ; - komp_iu_tarizaci_ja__N = mkN047 "" ; - komp_iu_tyr_N = mkN009 "" ; - komp_iu_tyren_A = mkA079 "" ; - komp_iu_tyriziram_V = stateV (mkV186 "") ; - komp_iu_tyrizirane_N = mkN071 "" ; - komsomol_N = mkN007 "" ; - komsomolec_N = mkN008a "" ; - komsomolka_N = mkN041 "" ; - komsomolski_A = mkA078 "" ; - komuna_N = mkN041 "" ; - komunalen_A = mkA079 "" ; - komunar_N = mkN031a "" ; - komunarka_N = mkN041 "" ; - komuniziram_V = stateV (mkV186 "") ; - komunizirane_N = mkN071 "" ; - komunizym_N = mkN011 "" ; - komunikator_N = mkN007 "" ; - komunikacionen_A = mkA079 "" ; - komunikaci_ja__N = mkN047 "" ; - komunikiram_V = stateV (mkV186 "") ; - komunikirane_N = mkN071 "" ; - komunist_N = mkN007 "" ; - komunisti_ch_eski_A = mkA078 "" ; - komunistka_N = mkN041 "" ; - komutativen_A = mkA079 "" ; - komutator_N = mkN007 "" ; - komutatoren_A = mkA079 "" ; - komutaci_ja__N = mkN047 "" ; - komferiram_V = stateV (mkV186 "") ; - komfort_N = mkN007 "" ; - komforten_A = mkA079 "" ; - kom_sh_ijka_N = mkN041 "" ; - kom_sh_ijski_A = mkA078 "" ; - kom_sh_ijstvo_N = mkN054 "" ; - kom_sh_i_ja__N = mkN039 "" ; - kom_sh_uluk_N = mkN014 "" ; - kom_iu_nike_N = mkN065 "" ; - kon_N = mkN035 "" ; - konak_N = mkN014 "" ; - kona_sh_ki_A = mkA078 "" ; - konvalescenci_ja__N = mkN047 "" ; - konvejer_N = mkN007 "" ; - konvejeren_A = mkA079 "" ; - konvekci_ja__N = mkN047 "" ; - konvent_N = mkN007 "" ; - konvencional_N = mkN007 "" ; - konvencionalen_A = mkA079 "" ; - konvencionalizym_N = mkN011 "" ; - konvencionalnost_N = mkN049 "" ; - konvencionen_A = mkA079 "" ; - konvenci_ja__N = mkN047 "" ; - konvergenten_A = mkA079 "" ; - konvergentnost_N = mkN049 "" ; - konvergenci_ja__N = mkN047 "" ; - konversen_A = mkA079 "" ; - konversionen_A = mkA079 "" ; - konversi_ja__N = mkN047 "" ; - konvertiram_V = stateV (mkV186 "") ; - konvertirane_N = mkN071 "" ; - konvertiruem_A = mkA076 "" ; - konvertiruemost_N = mkN049 "" ; - konvertor_N = mkN007 "" ; - konvertoren_A = mkA079 "" ; - konvoiram_V = stateV (mkV186 "") ; - konvoirane_N = mkN071 "" ; - konvoj_N = mkN032 "" ; - konvokaci_ja__N = mkN047 "" ; - konvulsiven_A = mkA079 "" ; - konvulsi_ja__N = mkN047 "" ; - kongenialen_A = mkA079 "" ; - kongenialnost_N = mkN049 "" ; - kongesti_ja__N = mkN047 "" ; - konglomerat_N = mkN007 "" ; - konglomeraten_A = mkA079 "" ; - konglomeraci_ja__N = mkN047 "" ; - konglomerirane_N = mkN071 "" ; - kongoanec_N = mkN008a "" ; - kongoanski_A = mkA078 "" ; - kongregaci_ja__N = mkN047 "" ; - kongres_N = mkN007 "" ; - kongresen_A = mkA079 "" ; - kongresistka_N = mkN041 "" ; - kongresmen_N = mkN007 "" ; - kondenzator_N = mkN007 "" ; - kondenzatoren_A = mkA079 "" ; - kondenzaci_ja__N = mkN047 "" ; - kondenziram_V = stateV (mkV186 "") ; - kondenzirane_N = mkN071 "" ; - kondicioniram_V = stateV (mkV186 "") ; - kondicionirane_N = mkN071 "" ; - kondici_ja__N = mkN047 "" ; - kondominium_N = mkN007 "" ; - kondor_N = mkN007 "" ; - kondotier_N = mkN007 "" ; - konduktor_N = mkN007 "" ; - konduktorka_N = mkN041 "" ; - konduktorski_A = mkA078 "" ; - kondukci_ja__N = mkN047 "" ; - konevyd_N = mkN007 "" ; - konevyden_A = mkA079 "" ; - konevydec_N = mkN008a "" ; - konevydstvo_N = mkN054 "" ; - konezavod_N = mkN007 "" ; - konekradec_N = mkN008a "" ; - konen_A = mkA079 "" ; - konec_N = mkN008 "" ; - konzola_N = mkN041 "" ; - konzolen_A = mkA079 "" ; - koni_ch_en_A = mkA079 "" ; - koni_ch_eski_A = mkA078 "" ; - konklav_N = mkN007 "" ; - konkreten_A = mkA079 "" ; - konkretizaci_ja__N = mkN047 "" ; - konkretiziram_V = stateV (mkV186 "") ; - konkretizirane_N = mkN071 "" ; - konkretnost_N = mkN049 "" ; - konkurent_N = mkN007a "" ; - konkurenten_A = mkA079 "" ; - konkurentka_N = mkN041 "" ; - konkurentosposoben_A = mkA079 "" ; - konkurentosposobnost_N = mkN049 "" ; - konkurenci_ja__N = mkN047 "" ; - konkuriram_V = stateV (mkV186 "") ; - konkurirane_N = mkN071 "" ; - konkurs_N = mkN007 "" ; - konkursen_A = mkA079 "" ; - konnik_N = mkN014a "" ; - konnica_N = mkN041 "" ; - konni_ch_ka_N = mkN041 "" ; - konop_N = mkN007 "" ; - konopen_A = mkA076 "" ; - konopi_sht_e_N = mkN066 "" ; - konsekventen_A = mkA079 "" ; - konsekventnost_N = mkN049 "" ; - konsekvenci_ja__N = mkN047 "" ; - konsensus_N = mkN007 "" ; - konserva_N = mkN041 "" ; - konservativen_A = mkA079 "" ; - konservativnost_N = mkN049 "" ; - konservatizym_N = mkN011 "" ; - konservator_N = mkN007a "" ; - konservatori_ja__N = mkN047 "" ; - konservatorski_A = mkA078 "" ; - konservatorstvo_N = mkN054 "" ; - konservaci_ja__N = mkN047 "" ; - konserven_A = mkA079 "" ; - konserviram_V = stateV (mkV186 "") ; - konserviran_A = mkA076 "" ; - konservirane_N = mkN071 "" ; - konsignator_N = mkN007 "" ; - konsignacionen_A = mkA079 "" ; - konsignaci_ja__N = mkN047 "" ; - konsistenci_ja__N = mkN047 "" ; - konsistori_ja__N = mkN047 "" ; - konski_A = mkA078 "" ; - konsolidacionen_A = mkA079 "" ; - konsolidaci_ja__N = mkN047 "" ; - konsolidiram_V = stateV (mkV186 "") ; - konsolidiran_A = mkA076 "" ; - konsolidirane_N = mkN071 "" ; - konsonans_N = mkN007 "" ; - konsonanten_A = mkA079 "" ; - konsonantizym_N = mkN011 "" ; - konsorcium_N = mkN007 "" ; - konspekt_N = mkN007 "" ; - konspekten_A = mkA079 "" ; - konspektiven_A = mkA079 "" ; - konspektiram_V = stateV (mkV186 "") ; - konspektirane_N = mkN071 "" ; - konspirativen_A = mkA079 "" ; - konspirativnost_N = mkN049 "" ; - konspirator_N = mkN007 "" ; - konspiratorka_N = mkN041 "" ; - konspiraci_ja__N = mkN047 "" ; - konspiriram_V = stateV (mkV186 "") ; - konspirirane_N = mkN071 "" ; - konstanta_N = mkN041 "" ; - konstanten_A = mkA079 "" ; - konstantnost_N = mkN049 "" ; - konstataci_ja__N = mkN047 "" ; - konstatiram_V = stateV (mkV186 "") ; - konstatirane_N = mkN071 "" ; - konstelaci_ja__N = mkN047 "" ; - konstipaci_ja__N = mkN047 "" ; - konstituiram_V = stateV (mkV186 "") ; - konstituirane_N = mkN071 "" ; - konstitucionalizym_N = mkN011 "" ; - konstitucionalist_N = mkN007 "" ; - konstitucionen_A = mkA079 "" ; - konstituci_ja__N = mkN047 "" ; - konstruiram_V = stateV (mkV186 "") ; - konstruirane_N = mkN071 "" ; - konstruktiven_A = mkA079 "" ; - konstruktivizym_N = mkN011 "" ; - konstruktor_N = mkN007 "" ; - konstruktoren_A = mkA079 "" ; - konstruktorka_N = mkN041 "" ; - konstruktorski_A = mkA078 "" ; - konstrukcionen_A = mkA079 "" ; - konstrukci_ja__N = mkN047 "" ; - konsul_N = mkN007 "" ; - konsulski_A = mkA078 "" ; - konsulstvo_N = mkN054 "" ; - konsult_N = mkN007 "" ; - konsultant_N = mkN007a "" ; - konsultantka_N = mkN041 "" ; - konsultantski_A = mkA078 "" ; - konsultativen_A = mkA079 "" ; - konsultacionen_A = mkA079 "" ; - konsultaci_ja__N = mkN047 "" ; - konsultiram_V = stateV (mkV186 "") ; - konsultirane_N = mkN071 "" ; - konsumativ_N = mkN007 "" ; - konsumativen_A = mkA079 "" ; - konsumator_N = mkN007 "" ; - konsumatorka_N = mkN041 "" ; - konsumaci_ja__N = mkN047 "" ; - konsumiram_V = stateV (mkV186 "") ; - konsumiran_A = mkA076 "" ; - konsumirane_N = mkN071 "" ; - kontakt_N = mkN007 "" ; - kontakten_A = mkA079 "" ; - kontaktor_N = mkN007 "" ; - kontaktuvam_V = stateV (mkV186 "") ; - kontaktuvane_N = mkN071 "" ; - kontaminaci_ja__N = mkN047 "" ; - konte_N = mkN065 "" ; - kontejner_N = mkN007 "" ; - kontekst_N = mkN007 "" ; - konteksten_A = mkA079 "" ; - kontene_N = mkN071 "" ; - kontestaci_ja__N = mkN047 "" ; - kontestiram_V = stateV (mkV186 "") ; - kontestirane_N = mkN071 "" ; - konte_sh_ki_A = mkA078 "" ; - kontingent_N = mkN007 "" ; - kontinent_N = mkN007 "" ; - kontinentalen_A = mkA079 "" ; - kontinentalec_N = mkN008a "" ; - konto_N = mkN054 "" ; - kontra_N = mkN041 "" ; - kontraadmiral_N = mkN007a "" ; - kontraalt_N = mkN001 "" ; - kontraataka_N = mkN041 "" ; - kontraatakuvam_V = stateV (mkV186 "") ; - kontraatakuvane_N = mkN071 "" ; - kontrabanda_N = mkN041 "" ; - kontrabanden_A = mkA079 "" ; - kontrabandiram_V = stateV (mkV186 "") ; - kontrabandirane_N = mkN071 "" ; - kontrabandist_N = mkN007a "" ; - kontrabandistka_N = mkN041 "" ; - kontrabandistki_A = mkA078 "" ; - kontrabas_N = mkN007 "" ; - kontrabasist_N = mkN007 "" ; - kontrabasistka_N = mkN041 "" ; - kontrabuksa_N = mkN041 "" ; - kontragajka_N = mkN041 "" ; - kontragent_N = mkN007 "" ; - kontragentka_N = mkN041 "" ; - kontradiktoren_A = mkA079 "" ; - kontradikci_ja__N = mkN047 "" ; - kontrazapoved_N = mkN049 "" ; - kontraindikaci_ja__N = mkN047 "" ; - kontrakongres_N = mkN007 "" ; - kontrakt_N = mkN007 "" ; - kontraktaci_ja__N = mkN047 "" ; - kontraktuvam_V = stateV (mkV186 "") ; - kontraktuvane_N = mkN071 "" ; - kontrakci_ja__N = mkN047 "" ; - kontram_ja_rka_N = mkN043a "" ; - kontranapadenie_N = mkN072 "" ; - kontranastyplenie_N = mkN072 "" ; - kontraobvinenie_N = mkN072 "" ; - kontraofanziva_N = mkN041 "" ; - kontraprevrat_N = mkN007 "" ; - kontrapredlo_zj_enie_N = mkN072 "" ; - kontrapunkt_N = mkN001 "" ; - kontrapunktist_N = mkN007 "" ; - kontrapunkti_ch_en_A = mkA079 "" ; - kontrarazuznavane_N = mkN071 "" ; - kontrarevol_iu_cionen_A = mkA079 "" ; - kontrarevol_iu_cioner_N = mkN007 "" ; - kontrarevol_iu_cionerka_N = mkN041 "" ; - kontrarevol_iu_ci_ja__N = mkN047 "" ; - kontrareformaci_ja__N = mkN047 "" ; - kontrast_N = mkN007 "" ; - kontrasten_A = mkA079 "" ; - kontrastiram_V = stateV (mkV186 "") ; - kontrastirane_N = mkN071 "" ; - kontratenor_N = mkN007 "" ; - kontraudar_N = mkN007 "" ; - kontrafagot_N = mkN007 "" ; - kontrafors_N = mkN007 "" ; - kontrahiram_V = stateV (mkV186 "") ; - kontra_sh_piona_zj__N = mkN007 "" ; - kontribuci_ja__N = mkN047 "" ; - kontriram_V = stateV (mkV186 "") ; - kontrirane_N = mkN071 "" ; - kontroversen_A = mkA079 "" ; - kontrol_N = mkN007 "" ; - kontrola_N = mkN041 "" ; - kontrolen_A = mkA079 "" ; - kontroler_N = mkN007 "" ; - kontroliram_V = stateV (mkV186 "") ; - kontrolirane_N = mkN071 "" ; - kontroliruem_A = mkA076 "" ; - kontrolnoizmervatelen_A = mkA079 "" ; - kontrolxor_N = mkN007 "" ; - kontrolxorka_N = mkN041 "" ; - kontrolxorski_A = mkA078 "" ; - kontuzvam_V = stateV (mkV186 "") ; - kontuzvane_N = mkN071 "" ; - kontuzi_ja__N = mkN047 "" ; - kontuz_ja__V = stateV (mkV173 "") ; - kontur_N = mkN007 "" ; - kontura_N = mkN041 "" ; - konturen_A = mkA079 "" ; - kont_ja__V = stateV (mkV173 "") ; - konus_N = mkN007 "" ; - konusen_A = mkA079 "" ; - konusoviden_A = mkA079 "" ; - konusoobrazen_A = mkA079 "" ; - konfederativen_A = mkA079 "" ; - konfederaci_ja__N = mkN047 "" ; - konfekcionen_A = mkA079 "" ; - konfekci_ja__N = mkN047 "" ; - konferansie_N = mkN065 "" ; - konferenten_A = mkA079 "" ; - konferenci_ja__N = mkN047 "" ; - konferiram_V = stateV (mkV186 "") ; - konferirane_N = mkN071 "" ; - konfeta_N = mkN041 "" ; - konfigurator_N = mkN007 "" ; - konfiguracionen_A = mkA079 "" ; - konfiguraci_ja__N = mkN047 "" ; - konfiguriram_V = stateV (mkV186 "") ; - konfigurirane_N = mkN071 "" ; - konfidencialen_A = mkA079 "" ; - konfidencialnost_N = mkN049 "" ; - konfiskacionen_A = mkA079 "" ; - konfiskaci_ja__N = mkN047 "" ; - konfiskuvam_V = stateV (mkV186 "") ; - konfiskuvane_N = mkN071 "" ; - konfiskuem_A = mkA076 "" ; - konfit_iu_r_N = mkN007 "" ; - konflikt_N = mkN007 "" ; - konflikten_A = mkA079 "" ; - konformizym_N = mkN011 "" ; - konformist_N = mkN007 "" ; - konformistka_N = mkN041 "" ; - konfrontaci_ja__N = mkN047 "" ; - konfrontiram_V = stateV (mkV186 "") ; - konfrontirane_N = mkN071 "" ; - konfuz_N = mkN007 "" ; - konfuzen_A = mkA079 "" ; - konfuzi_ja__N = mkN047 "" ; - konfuz_ja__V = stateV (mkV173 "") ; - konfucianstvo_N = mkN054 "" ; - koncentiram_V = stateV (mkV186 "") ; - koncentrat_N = mkN007 "" ; - koncentrator_N = mkN007 "" ; - koncentracionen_A = mkA079 "" ; - koncentraci_ja__N = mkN047 "" ; - koncentriram_V = stateV (mkV186 "") ; - koncentriran_A = mkA076 "" ; - koncentrirane_N = mkN071 "" ; - koncentri_ch_en_A = mkA079 "" ; - koncentri_ch_nost_N = mkN049 "" ; - konceptualizym_N = mkN011 "" ; - koncepci_ja__N = mkN047 "" ; - koncern_N = mkN007 "" ; - koncert_N = mkN007 "" ; - koncerten_A = mkA079 "" ; - koncertino_N = mkN054 "" ; - koncertiram_V = stateV (mkV186 "") ; - koncertirane_N = mkN071 "" ; - koncertmajstor_N = mkN007 "" ; - koncesionen_A = mkA079 "" ; - koncesioner_N = mkN007 "" ; - koncesi_ja__N = mkN047 "" ; - konclager_N = mkN007 "" ; - konclagerist_N = mkN007 "" ; - konclageristka_N = mkN041 "" ; - kon_ch_e_N = mkN065 "" ; - kon_ch_ina_N = mkN041 "" ; - kon_iu_gaci_ja__N = mkN047 "" ; - kon_iu_nktiv_N = mkN007 "" ; - kon_iu_nktiva_N = mkN041 "" ; - kon_iu_nktivit_N = mkN007 "" ; - kon_iu_nktura_N = mkN041 "" ; - kon_iu_nkturen_A = mkA079 "" ; - kon_iu__sh_n_ja__N = mkN047 "" ; - kon_ja_k_N = mkN014 "" ; - kon_ja_r_N = mkN031a "" ; - kon_ja_rski_A = mkA078 "" ; - kon_ja__ch_en_A = mkA079 "" ; - kooperativ_N = mkN007 "" ; - kooperativen_A = mkA079 "" ; - kooperator_N = mkN007 "" ; - kooperatorka_N = mkN041 "" ; - kooperatorski_A = mkA078 "" ; - kooperaci_ja__N = mkN047 "" ; - kooperiram_V = stateV (mkV186 "") ; - kooperirane_N = mkN071 "" ; - kooptiram_V = stateV (mkV186 "") ; - kooptirane_N = mkN071 "" ; - koordinata_N = mkN041 "" ; - koordinaten_A = mkA079 "" ; - koordinator_N = mkN007 "" ; - koordinacionen_A = mkA079 "" ; - koordinaci_ja__N = mkN047 "" ; - koordiniram_V = stateV (mkV186 "") ; - koordinirane_N = mkN071 "" ; - koordiniranost_N = mkN049 "" ; - kopa_N = mkN041 "" ; - kopaene_N = mkN071 "" ; - kopan_N = mkN049 "" ; - kopane_N = mkN065 "" ; - kopanka_N = mkN041 "" ; - kopan_ja__N = mkN047 "" ; - kopa_ch__N = mkN007b "" ; - kopa_ch_ka_N = mkN041 "" ; - kopa_ja__V = stateV (mkV161 "") ; - kopejka_N = mkN041 "" ; - kopele_N = mkN065 "" ; - kopie_N = mkN072 "" ; - kopieviden_A = mkA079 "" ; - kopienosec_N = mkN008a "" ; - kopiram_V = stateV (mkV186 "") ; - kopirane_N = mkN071 "" ; - kopiren_A = mkA079 "" ; - kopist_N = mkN007 "" ; - kopiten_A = mkA079 "" ; - kopito_N = mkN054 "" ; - kopka_N = mkN041 "" ; - kopna_V = stateV (mkV152 "") ; - kopne_zj__N = mkN007 "" ; - kopnenie_N = mkN072 "" ; - kopne_ja__V = stateV (mkV160 "") ; - kopoj_N = mkN032 "" ; - kopral_ja__N = mkN047 "" ; - kopriva_N = mkN041 "" ; - koprivak_N = mkN014 "" ; - kopriven_A = mkA076 "" ; - koprina_N = mkN041 "" ; - koprinar_N = mkN031a "" ; - koprinarstvo_N = mkN054 "" ; - koprinen_A = mkA076 "" ; - koprocesor_N = mkN007 "" ; - koptor_N = mkN007 "" ; - kopula_N = mkN041 "" ; - kopulaci_ja__N = mkN047 "" ; - kopuliram_V = stateV (mkV186 "") ; - kop_ch_e_N = mkN065 "" ; - kopyr_N = mkN007 "" ; - kopyrka_N = mkN041 "" ; - kora_N = mkN041 "" ; - korab_N = mkN007 "" ; - koraben_A = mkA079 "" ; - korabokru_sh_enec_N = mkN008a "" ; - korabokru_sh_enie_N = mkN072 "" ; - koraboplavane_N = mkN071 "" ; - koraboplavatel_N = mkN031a "" ; - koraboplavatelen_A = mkA079 "" ; - koraboremonten_A = mkA079 "" ; - korabostroene_N = mkN071 "" ; - korabostroitel_N = mkN031a "" ; - korabostroitelen_A = mkA079 "" ; - korabostroitelnica_N = mkN041 "" ; - korabostroitelstvo_N = mkN054 "" ; - korav_A = mkA076 "" ; - korave_ja__V = stateV (mkV160 "") ; - koravina_N = mkN041 "" ; - koravost_N = mkN049 "" ; - koravosyrde_ch_en_A = mkA079 "" ; - koravosyrde_ch_ie_N = mkN072 "" ; - koravosyrde_ch_nost_N = mkN049 "" ; - koral_N = mkN007 "" ; - koralov_A = mkA076 "" ; - koralopodoben_A = mkA079 "" ; - koran_N = mkN007 "" ; - korveta_N = mkN041 "" ; - korda_N = mkN041 "" ; - kordela_N = mkN041 "" ; - kordon_N = mkN007 "" ; - koreec_N = mkN013 "" ; - korejka_N = mkN041 "" ; - korejski_A = mkA078 "" ; - korekten_A = mkA079 "" ; - korektiv_N = mkN007 "" ; - korektiven_A = mkA079 "" ; - korektnost_N = mkN049 "" ; - korektor_N = mkN007 "" ; - korektorka_N = mkN041 "" ; - korektorski_A = mkA078 "" ; - korektorstvo_N = mkN054 "" ; - korektura_N = mkN041 "" ; - korekturen_A = mkA079 "" ; - korekcionen_A = mkA079 "" ; - korekci_ja__N = mkN047 "" ; - korelat_N = mkN007 "" ; - korelativen_A = mkA079 "" ; - korelacionen_A = mkA079 "" ; - korelaci_ja__N = mkN047 "" ; - korem_N = mkN007 "" ; - koremen_A = mkA079 "" ; - koremest_A = mkA076 "" ; - korem_ch_e_N = mkN065 "" ; - koren_N = mkN007 "" ; - korenak_N = mkN014 "" ; - korenen_A = mkA079 "" ; - korenist_A = mkA076 "" ; - koreni_sht_e_N = mkN066 "" ; - korenoplod_N = mkN007 "" ; - korenoploden_A = mkA079 "" ; - koren_ch_e_N = mkN065 "" ; - koren_ja__V = stateV (mkV174 "") ; - koren_ja_k_N = mkN014 "" ; - koren_ja__ch_ka_N = mkN041 "" ; - koren_ja__sh_ki_A = mkA078 "" ; - korespondent_N = mkN007a "" ; - korespondenten_A = mkA079 "" ; - korespondentka_N = mkN041 "" ; - korespondentski_A = mkA078 "" ; - korespondenci_ja__N = mkN047 "" ; - korespondiram_V = stateV (mkV186 "") ; - korespondirane_N = mkN071 "" ; - korigiram_V = stateV (mkV186 "") ; - korigiran_A = mkA076 "" ; - korigirane_N = mkN071 "" ; - korida_N = mkN041 "" ; - koridor_N = mkN007 "" ; - koridoren_A = mkA079 "" ; - koridor_ch_e_N = mkN065 "" ; - korist_N = mkN049 "" ; - koristen_A = mkA079 "" ; - koristol_iu_bec_N = mkN008a "" ; - koristol_iu_biv_A = mkA076 "" ; - koristol_iu_bie_N = mkN072 "" ; - koritar_N = mkN031a "" ; - korito_N = mkN054 "" ; - korifej_N = mkN032 "" ; - korica_N = mkN041 "" ; - kori_ch_ka_N = mkN041 "" ; - kori_ja__N = mkN047 "" ; - kork_N = mkN001 "" ; - korkov_A = mkA076 "" ; - kormest_A = mkA076 "" ; - kormilen_A = mkA079 "" ; - kormilo_N = mkN054 "" ; - kormuvam_V = stateV (mkV186 "") ; - kormuvane_N = mkN065 "" ; - korm_ch_i_ja__N = mkN039 "" ; - korm_ja__V = stateV (mkV173 "") ; - korner_N = mkN007 "" ; - korniz_N = mkN007 "" ; - korni_sh_on_N = mkN007 "" ; - kornyr_N = mkN007 "" ; - koroziven_A = mkA079 "" ; - koroziram_V = stateV (mkV186 "") ; - korozirane_N = mkN071 "" ; - korozi_ja__N = mkN047 "" ; - korona_N = mkN041 "" ; - koronaren_A = mkA079 "" ; - koronaci_ja__N = mkN047 "" ; - koronen_A = mkA079 "" ; - koronka_N = mkN041 "" ; - koronovam_V = stateV (mkV186 "") ; - koronovan_A = mkA076 "" ; - koronovane_N = mkN071 "" ; - koron_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - koron_ja_svane_N = mkN071 "" ; - korporativen_A = mkA079 "" ; - korporaci_ja__N = mkN047 "" ; - korpulenten_A = mkA079 "" ; - korpulentnost_N = mkN049 "" ; - korpulenci_ja__N = mkN047 "" ; - korpus_N = mkN007 "" ; - korpusen_A = mkA079 "" ; - korpuskula_N = mkN041 "" ; - korpuskularen_A = mkA079 "" ; - korsa_zj__N = mkN007 "" ; - korsar_N = mkN031a "" ; - korsarski_A = mkA078 "" ; - korsarstvo_N = mkN054 "" ; - korset_N = mkN007 "" ; - korsikanec_N = mkN008a "" ; - korsikanka_N = mkN041 "" ; - korsikanski_A = mkA078 "" ; - kort_N = mkN001 "" ; - korte_zj__N = mkN007 "" ; - koruba_N = mkN041 "" ; - korubest_A = mkA076 "" ; - korumpiram_V = stateV (mkV186 "") ; - korumpiran_A = mkA076 "" ; - korumpirane_N = mkN071 "" ; - korupci_ja__N = mkN047 "" ; - kor_ja__V = stateV (mkV174 "") ; - kos_N = mkN001 "" ; - kosa_N = mkN041 "" ; - kosat_A = mkA076 "" ; - kosa_ch__N = mkN007b "" ; - kosa_ch_ka_N = mkN041 "" ; - kosven_A = mkA076 "" ; - kosvenost_N = mkN049 "" ; - kosene_N = mkN071 "" ; - kosilo_N = mkN054 "" ; - kosinus_N = mkN007 "" ; - kositba_N = mkN041 "" ; - kosica_N = mkN041 "" ; - kosi_ch_ka_N = mkN041 "" ; - kosmat_A = mkA076 "" ; - kosmatost_N = mkN049 "" ; - kosmest_A = mkA076 "" ; - kosmi_ch_en_A = mkA079 "" ; - kosmi_ch_eski_A = mkA078 "" ; - kosmobiolog_N = mkN015 "" ; - kosmobiologi_ja__N = mkN047 "" ; - kosmogoni_ja__N = mkN047 "" ; - kosmografi_ja__N = mkN047 "" ; - kosmodrom_N = mkN007 "" ; - kosmologi_ja__N = mkN047 "" ; - kosmonavt_N = mkN007a "" ; - kosmonavtika_N = mkN041 "" ; - kosmonavtski_A = mkA078 "" ; - kosmopolit_N = mkN007 "" ; - kosmopoliten_A = mkA079 "" ; - kosmopolitizym_N = mkN011 "" ; - kosmopoliti_ch_eski_A = mkA078 "" ; - kosmos_N = mkN040a "" ; - kosopad_N = mkN007 "" ; - kost_N = mkN049 "" ; - kostvam_V = stateV (mkV186 "") ; - kosteliv_A = mkA076 "" ; - kostelivost_N = mkN049 "" ; - kosten_A = mkA079 "" ; - kostenurka_N = mkN041 "" ; - kostilka_N = mkN041 "" ; - kostilkov_A = mkA076 "" ; - kostica_N = mkN041 "" ; - kostnica_N = mkN041 "" ; - kostuem_A = mkA076 "" ; - kostur_N = mkN007 "" ; - kost_iu_m_N = mkN007 "" ; - kost_iu_mier_N = mkN007 "" ; - kost_iu_miram_V = stateV (mkV186 "") ; - kost_iu_miran_A = mkA076 "" ; - kost_iu_mirane_N = mkN071 "" ; - kosym_N = mkN009 "" ; - kosym_ch_e_N = mkN065 "" ; - kos_ja__V = stateV (mkV174 "") ; - kota_N = mkN041 "" ; - kotak_N = mkN014 "" ; - kotangens_N = mkN007 "" ; - kotarak_N = mkN014 "" ; - kotva_N = mkN041 "" ; - kotven_A = mkA076 "" ; - kote_N = mkN065 "" ; - kotel_N = mkN008 "" ; - kotelen_A = mkA079 "" ; - koten_A = mkA079 "" ; - kotence_N = mkN066 "" ; - koterien_A = mkA085 "" ; - koterijnost_N = mkN049 "" ; - koteri_ja__N = mkN047 "" ; - kote_sh_ki_A = mkA078 "" ; - kotilo_N = mkN054 "" ; - kotiram_V = stateV (mkV186 "") ; - kotirane_N = mkN071 "" ; - kotka_N = mkN041 "" ; - kotkam_V = stateV (mkV186 "") ; - kotkane_N = mkN071 "" ; - kotlar_N = mkN031a "" ; - kotlarstvo_N = mkN054 "" ; - kotle_N = mkN065 "" ; - kotlen_A = mkA076 "" ; - kotlenec_N = mkN008a "" ; - kotlenski_A = mkA078 "" ; - kotlet_N = mkN007 "" ; - kotlovina_N = mkN041 "" ; - kotlon_N = mkN007 "" ; - kot_ja__V = stateV (mkV173 "") ; - kofa_N = mkN041 "" ; - kofar_N = mkN007 "" ; - kofein_N = mkN007 "" ; - kofi_ch_ka_N = mkN041 "" ; - kofra_zj__N = mkN007 "" ; - kofra_zj_en_A = mkA079 "" ; - kofra_zj_ist_N = mkN007 "" ; - kofra_zj_istka_N = mkN041 "" ; - kofra_zj_istki_A = mkA078 "" ; - kohezi_ja__N = mkN047 "" ; - koherenten_A = mkA079 "" ; - koherentnost_N = mkN049 "" ; - kohorta_N = mkN041 "" ; - kockar_N = mkN031a "" ; - kockaruvam_V = stateV (mkV186 "") ; - kockaruvane_N = mkN071 "" ; - ko_ch__N = mkN001 "" ; - ko_ch_an_N = mkN007 "" ; - ko_ch_anen_A = mkA076 "" ; - ko_ch_ane_ja__V = stateV (mkV160 "") ; - ko_ch_i_A = mkA087 "" ; - ko_ch_ina_N = mkN041 "" ; - ko_ch_i_ja__sh__N = mkN007 "" ; - ko_sh__N = mkN001 "" ; - ko_sh_ara_N = mkN041 "" ; - ko_sh_arka_N = mkN041 "" ; - ko_sh_er_N = mkN007 "" ; - ko_sh_eri_sht_e_N = mkN066 "" ; - ko_sh_i_ja__N = mkN047 "" ; - ko_sh_mar_N = mkN007 "" ; - ko_sh_maren_A = mkA079 "" ; - ko_sh_nik_N = mkN014 "" ; - ko_sh_nica_N = mkN041 "" ; - ko_sh_ni_ch_ar_N = mkN031a "" ; - ko_sh_ni_ch_arski_A = mkA078 "" ; - ko_sh_ni_ch_arstvo_N = mkN054 "" ; - ko_sh_ni_ch_ka_N = mkN041 "" ; - ko_sh_ul_ja__N = mkN047 "" ; - ko_sh_uta_N = mkN041 "" ; - ko_sh__ch_e_N = mkN065 "" ; - ko_sht_r_ja_va_N = mkN041 "" ; - ko_sht_unski_A = mkA078 "" ; - ko_sht_unstvam_V = stateV (mkV186 "") ; - ko_sht_unstvane_N = mkN071 "" ; - ko_sht_unstven_A = mkA076 "" ; - ko_sht_unstvo_N = mkN054 "" ; - krab_N = mkN001 "" ; - krava_N = mkN041 "" ; - kravaj_N = mkN032 "" ; - kravar_N = mkN031a "" ; - kravarnik_N = mkN014 "" ; - kravarski_A = mkA078 "" ; - kravarstvo_N = mkN054 "" ; - kraveferma_N = mkN041 "" ; - krave_sh_ki_A = mkA078 "" ; - kravi_A = mkA088 "" ; - kravi_ch_ka_N = mkN041 "" ; - krada_V = stateV (mkV145 "") ; - kraden_A = mkA076 "" ; - kradene_N = mkN071 "" ; - kradec_N = mkN008a "" ; - kradla_N = mkN041 "" ; - kradliv_A = mkA076 "" ; - kradlxo_N = mkN040 "" ; - kraen_A = mkA085 "" ; - kraesloven_A = mkA079 "" ; - kraeygylen_A = mkA079 "" ; - kra_zj_ba_N = mkN041 "" ; - krai_sht_e_N = mkN066 "" ; - kraj_N = mkN036 "" ; - krajbre_zj_en_A = mkA079 "" ; - krajbre_zj_ie_N = mkN072 "" ; - krajgradski_A = mkA078 "" ; - krajmorski_A = mkA078 "" ; - krajnik_N = mkN014 "" ; - krajnost_N = mkN049 "" ; - krajpyten_A = mkA079 "" ; - krajre_ch_en_A = mkA079 "" ; - krajcer_N = mkN007 "" ; - krajcerski_A = mkA078 "" ; - kraj_ch_ec_N = mkN040a "" ; - kraj_sht_nik_N = mkN014 "" ; - krajygylen_A = mkA079 "" ; - krak_N = mkN022 "" ; - kral_N = mkN035a "" ; - kralimarkov_A = mkA076 "" ; - kralimarkovski_A = mkA078 "" ; - kralica_N = mkN041 "" ; - kralski_A = mkA078 "" ; - kralstvo_N = mkN054 "" ; - kramola_N = mkN041 "" ; - kran_N = mkN001 "" ; - kranialen_A = mkA079 "" ; - kraniologi_ja__N = mkN047 "" ; - kraniometri_ja__N = mkN047 "" ; - kranist_N = mkN007 "" ; - kranistka_N = mkN041 "" ; - kranta_N = mkN041 "" ; - kran_ch_e_N = mkN065 "" ; - krasavec_N = mkN008a "" ; - krasavica_N = mkN041b "" ; - krasen_A = mkA079 "" ; - krasiv_A = mkA076 "" ; - kraska_N = mkN041 "" ; - krasnoarmeec_N = mkN013 "" ; - krasnoarmejski_A = mkA078 "" ; - krasnopis_N = mkN007 "" ; - krasnopisec_N = mkN008a "" ; - krasnore_ch_iv_A = mkA076 "" ; - krasnore_ch_ivost_N = mkN049 "" ; - krasnore_ch_ie_N = mkN072 "" ; - krasota_N = mkN041 "" ; - krasta_N = mkN041 "" ; - krastav_A = mkA076 "" ; - krastave_ja__V = stateV (mkV160 "") ; - krastavica_N = mkN041 "" ; - krastavi_ch_ar_N = mkN031a "" ; - krastavi_ch_en_A = mkA079 "" ; - krastavi_ch_ka_N = mkN041 "" ; - kras_ja__V = stateV (mkV174 "") ; - kraten_A = mkA079 "" ; - krater_N = mkN007 "" ; - kratkovremenen_A = mkA079 "" ; - kratkovremennost_N = mkN049 "" ; - kratkosro_ch_en_A = mkA079 "" ; - kratkost_N = mkN049 "" ; - kratkotraen_A = mkA085 "" ; - kratkotrajnost_N = mkN049 "" ; - kratno_N = mkN054 "" ; - kratnost_N = mkN049 "" ; - kratuna_N = mkN041 "" ; - kratyk_A = mkA080 "" ; - krah_N = mkN001 "" ; - kra_ch_a_V = stateV (mkV176 "") ; - kra_ch_e_N = mkN065 "" ; - kra_ch_en_A = mkA079 "" ; - kra_ch_ka_N = mkN041 "" ; - kra_ch_komer_N = mkN007 "" ; - kra_ch_ol_N = mkN007 "" ; - kreatura_N = mkN041 "" ; - krevat_N = mkN007 "" ; - krevat_ch_e_N = mkN065 "" ; - kreda_N = mkN041 "" ; - kredit_N = mkN007 "" ; - krediten_A = mkA079 "" ; - kreditiram_V = stateV (mkV186 "") ; - kreditirane_N = mkN071 "" ; - kreditor_N = mkN007 "" ; - kreditoren_A = mkA079 "" ; - kreditorka_N = mkN041 "" ; - kreditorski_A = mkA078 "" ; - kreditosposoben_A = mkA079 "" ; - kreditosposobnost_N = mkN049 "" ; - kredo_N = mkN054 "" ; - krezovski_A = mkA078 "" ; - kreking_N = mkN007 "" ; - krem_N = mkN001 "" ; - kremav_A = mkA076 "" ; - krematorium_N = mkN007 "" ; - kremaci_ja__N = mkN047 "" ; - kremiram_V = stateV (mkV186 "") ; - kremiran_A = mkA076 "" ; - kremirane_N = mkN071 "" ; - kremyk_N = mkN014 "" ; - kremyklijka_N = mkN041 "" ; - kremykli_ja__N = mkN039 "" ; - kremy_ch_en_A = mkA079 "" ; - krenvir_sh__N = mkN007 "" ; - kreol_N = mkN007 "" ; - kreolka_N = mkN041 "" ; - kreolski_A = mkA078 "" ; - krepene_N = mkN071 "" ; - krepiram_V = stateV (mkV186 "") ; - krepirane_N = mkN071 "" ; - krepitel_N = mkN031 "" ; - krepkost_N = mkN049 "" ; - krepna_V = stateV (mkV152 "") ; - krepost_N = mkN049 "" ; - kreposten_A = mkA079 "" ; - krepostnik_N = mkN014 "" ; - krepostni_ch_estvo_N = mkN054 "" ; - krepostni_ch_ka_N = mkN041 "" ; - krepyk_A = mkA080 "" ; - krep_ja__V = stateV (mkV174 "") ; - kresla_N = mkN041 "" ; - kresliv_A = mkA076 "" ; - kreslivost_N = mkN049 "" ; - kreslo_N = mkN054 "" ; - kreslxo_N = mkN040 "" ; - kresna_V = stateV (mkV152 "") ; - kresnenski_A = mkA078 "" ; - kres_ch_endo_N = mkN054 "" ; - kretam_V = stateV (mkV186 "") ; - kretane_N = mkN071 "" ; - kreten_N = mkN007 "" ; - kretenizym_N = mkN011 "" ; - kretenski_A = mkA078 "" ; - kreton_N = mkN007 "" ; - krehkost_N = mkN049 "" ; - krehyk_A = mkA080 "" ; - kre_ch_etalo_N = mkN054 "" ; - kre_ch_etane_N = mkN071 "" ; - kre_sh__ja__sht__A = mkA076 "" ; - kre_sht_ene_N = mkN071 "" ; - kre_sht__ja__V = stateV (mkV177 "") ; - kriv_A = mkA076 "" ; - krivak_N = mkN014 "" ; - krivane_N = mkN071 "" ; - krivvam_V = stateV (mkV186 "") ; - krivvane_N = mkN071 "" ; - krivda_N = mkN041 "" ; - krivene_N = mkN071 "" ; - krive_ja__V = stateV (mkV160 "") ; - krivina_N = mkN041 "" ; - krivka_N = mkN041 "" ; - krivna_V = stateV (mkV152 "") ; - krivogled_A = mkA076 "" ; - krivogledstvo_N = mkN054 "" ; - krivokrak_A = mkA076 "" ; - krivolene_N = mkN071 "" ; - krivolineen_A = mkA085 "" ; - krivolica_N = mkN041 "" ; - krivoli_ch_a_V = stateV (mkV176 "") ; - krivoli_ch_ene_N = mkN071 "" ; - krivol_ja__V = stateV (mkV174 "") ; - krivonog_A = mkA076 "" ; - krivorazbran_A = mkA076 "" ; - kriv_ja__V = stateV (mkV174 "") ; - kriene_N = mkN071 "" ; - krienica_N = mkN041 "" ; - kriza_N = mkN041 "" ; - krizisen_A = mkA079 "" ; - krik_N = mkN001 "" ; - kriket_N = mkN007 "" ; - krilat_A = mkA076 "" ; - krilo_N = mkN056 "" ; - kriloviden_A = mkA079 "" ; - kriloobrazen_A = mkA079 "" ; - krilce_N = mkN066 "" ; - kriminale_N = mkN065 "" ; - kriminalen_A = mkA079 "" ; - kriminalist_N = mkN007 "" ; - kriminalistika_N = mkN041 "" ; - kriminalistka_N = mkN041 "" ; - kriminolog_N = mkN015 "" ; - kriminologi_ja__N = mkN047 "" ; - krimka_N = mkN041 "" ; - krimski_A = mkA078 "" ; - krin_N = mkN001 "" ; - krina_N = mkN041 "" ; - krinolin_N = mkN007 "" ; - krioterapi_ja__N = mkN047 "" ; - kripta_N = mkN041 "" ; - kriptiram_V = stateV (mkV186 "") ; - kriptiran_A = mkA076 "" ; - kriptirane_N = mkN071 "" ; - kriptograma_N = mkN041 "" ; - kriptograf_N = mkN007 "" ; - kriptografi_ja__N = mkN047 "" ; - kriptonov_A = mkA076 "" ; - kristal_N = mkN007 "" ; - kristalen_A = mkA079 "" ; - kristalizaci_ja__N = mkN047 "" ; - kristaliziram_V = stateV (mkV186 "") ; - kristalizirane_N = mkN071 "" ; - kristaloviden_A = mkA079 "" ; - kristalograf_N = mkN007 "" ; - kristalografi_ja__N = mkN047 "" ; - kristalometri_ja__N = mkN047 "" ; - kristalomorfologi_ja__N = mkN047 "" ; - kristalooptika_N = mkN041 "" ; - kristalostrukturen_A = mkA079 "" ; - kristal_ch_e_N = mkN065 "" ; - kriterij_N = mkN032 "" ; - kritik_N = mkN014 "" ; - kritika_N = mkN041 "" ; - kritikar_N = mkN031a "" ; - kritikarka_N = mkN041 "" ; - kritikarski_A = mkA078 "" ; - kritikarstvam_V = stateV (mkV186 "") ; - kritikarstvane_N = mkN071 "" ; - kritikarstvo_N = mkN054 "" ; - kritikarstvuvam_V = stateV (mkV186 "") ; - kritikarstvuvane_N = mkN071 "" ; - kritikuvam_V = stateV (mkV186 "") ; - kritikuvane_N = mkN071 "" ; - kriticizym_N = mkN011 "" ; - kriti_ch_en_A = mkA079 "" ; - kriti_ch_eski_A = mkA078 "" ; - kriti_ch_ka_N = mkN041 "" ; - kriti_ch_nost_N = mkN049 "" ; - kritski_A = mkA078 "" ; - kri_ja__V = stateV (mkV163 "") ; - kroasan_N = mkN007 "" ; - kroe_zj__N = mkN007 "" ; - kroene_N = mkN071 "" ; - krojka_N = mkN041 "" ; - kroket_N = mkN007 "" ; - krokiram_V = stateV (mkV186 "") ; - krokirane_N = mkN071 "" ; - krokodil_N = mkN007 "" ; - krokodilski_A = mkA078 "" ; - kromanxonski_A = mkA078 "" ; - kromid_N = mkN007 "" ; - kromiden_A = mkA076 "" ; - krona_N = mkN041 "" ; - kros_N = mkN001 "" ; - krosno_N = mkN054 "" ; - kroti_ch_yk_A = mkA080 "" ; - krotost_N = mkN049 "" ; - krotuvam_V = stateV (mkV186 "") ; - krotuvane_N = mkN071 "" ; - krotyk_A = mkA080 "" ; - kro_ja__V = stateV (mkV175 "") ; - kro_ja__ch__N = mkN007b "" ; - kro_ja__ch_eski_A = mkA078 "" ; - kro_ja__ch_estvo_N = mkN054 "" ; - kruzejro_N = mkN054 "" ; - krupen_A = mkA079 "" ; - krupie_N = mkN065 "" ; - krut_A = mkA076 "" ; - kru_sh_a_N = mkN041 "" ; - kru_sh_ak_N = mkN014 "" ; - kru_sh_ar_N = mkN031a "" ; - kru_sh_arka_N = mkN041 "" ; - kru_sh_enie_N = mkN072 "" ; - kru_sh_enica_N = mkN041 "" ; - kru_sh_ka_N = mkN041 "" ; - kru_sh_ov_A = mkA076 "" ; - kru_sh_oviden_A = mkA079 "" ; - kru_sh_ovica_N = mkN041 "" ; - kru_sh_oobrazen_A = mkA079 "" ; - kryv_N = mkN053 "" ; - kryven_A = mkA079 "" ; - kryvnik_N = mkN014 "" ; - kryvnina_N = mkN041 "" ; - kryvni_sh_ki_A = mkA078 "" ; - kryvodaritel_N = mkN031a "" ; - kryvodaritelka_N = mkN041 "" ; - kryvodar_ja_vane_N = mkN071 "" ; - kryvo_zj_aden_A = mkA079 "" ; - kryvo_zj_adnik_N = mkN014 "" ; - kryvo_zj_adnost_N = mkN049 "" ; - kryvoizliv_N = mkN007 "" ; - kryvoizli_ja_nie_N = mkN072 "" ; - kryvolok_N = mkN014 "" ; - kryvonosen_A = mkA079 "" ; - kryvoobra_sht_enie_N = mkN072 "" ; - kryvopiec_N = mkN013 "" ; - kryvoprelivane_N = mkN071 "" ; - kryvoproliten_A = mkA079 "" ; - kryvoprolitie_N = mkN072 "" ; - kryvopuskane_N = mkN071 "" ; - kryvosmesitel_N = mkN031 "" ; - kryvosmesitelen_A = mkA079 "" ; - kryvosme_sh_enie_N = mkN072 "" ; - kryvospira_sht__A = mkA076 "" ; - kryvote_ch_enie_N = mkN072 "" ; - kryvohra_ch_ene_N = mkN071 "" ; - kryv_ja_sal_A = mkA076 "" ; - kryv_ja_sane_N = mkN071 "" ; - kryv_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - kryv_ja_svane_N = mkN071 "" ; - kryg_N = mkN001 "" ; - krygli_ch_yk_A = mkA080 "" ; - kryglolik_A = mkA076 "" ; - krygov_A = mkA076 "" ; - krygoviden_A = mkA079 "" ; - krygovrat_N = mkN007 "" ; - krygovraten_A = mkA079 "" ; - krygozor_N = mkN007 "" ; - krygoobrazen_A = mkA079 "" ; - krygoobra_sht_enie_N = mkN072 "" ; - kryg_ch_e_N = mkN065 "" ; - krygyl_A = mkA080 "" ; - kry_zj_a_V = stateV (mkV176 "") ; - kry_zj_ene_N = mkN071 "" ; - kry_zj_ec_N = mkN040a "" ; - kry_zj_ilo_N = mkN054 "" ; - kry_zj_ok_N = mkN014 "" ; - kry_zj_o_ch_en_A = mkA079 "" ; - kry_zj_o_ch_nik_N = mkN014 "" ; - kry_zj_o_ch_ni_ch_ka_N = mkN041 "" ; - krykvane_N = mkN071 "" ; - krykna_V = stateV (mkV152 "") ; - krynkam_V = stateV (mkV186 "") ; - krynkane_N = mkN071 "" ; - krypka_N = mkN041 "" ; - kryst_N = mkN001 "" ; - krystat_A = mkA076 "" ; - krysta_ch_ka_N = mkN041 "" ; - krysten_A = mkA079 "" ; - krystene_N = mkN071 "" ; - krystec_N = mkN008 "" ; - krystnik_N = mkN014 "" ; - krystnica_N = mkN041 "" ; - krystoviden_A = mkA079 "" ; - krystovi_sht_e_N = mkN066 "" ; - krystonosen_A = mkA079 "" ; - krystonosec_N = mkN008a "" ; - krystoobrazen_A = mkA079 "" ; - krystopyt_N = mkN037 "" ; - krystosan_A = mkA076 "" ; - krystosane_N = mkN071 "" ; - krystosvam_V = actionV (mkV186 "") (mkV186 "") ; - krystosvane_N = mkN071 "" ; - krystosva_ch__N = mkN007 "" ; - krystoska_N = mkN041 "" ; - krystoslovica_N = mkN041 "" ; - krystocveten_A = mkA079 "" ; - kryst_ch_e_N = mkN065 "" ; - kry_ch_ma_N = mkN041 "" ; - kry_ch_mar_N = mkN031a "" ; - kry_ch_marka_N = mkN041 "" ; - kry_ch_marnica_N = mkN041 "" ; - kry_ch_marski_A = mkA078 "" ; - kry_ch_marstvo_N = mkN054 "" ; - kry_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - kry_sh_vane_N = mkN071 "" ; - kry_sh_en_A = mkA079 "" ; - kry_sh_kam_V = actionV (mkV186 "") (mkV152 "") ; - kry_sh_kane_N = mkN071 "" ; - kry_sh_ka_ch__N = mkN007b "" ; - kry_sht_avam_V = actionV (mkV186 "") (mkV173 "") ; - kry_sht_avane_N = mkN071 "" ; - kry_sht_avka_N = mkN041 "" ; - kry_sht_elen_A = mkA079 "" ; - kry_sht_elnik_N = mkN014 "" ; - kry_sht_elnica_N = mkN041 "" ; - kry_sht_elni_ch_e_N = mkN065 "" ; - kry_sht_ene_N = mkN071 "" ; - kry_sht_enie_N = mkN072 "" ; - kr_ja_kam_V = stateV (mkV186 "") ; - kr_ja_kane_N = mkN071 "" ; - kr_ja_svam_V = stateV (mkV186 "") ; - kr_ja_svane_N = mkN071 "" ; - kr_ja_skam_V = stateV (mkV186 "") ; - kr_ja_skane_N = mkN071 "" ; - kr_ja_syk_N = mkN014 "" ; - ksenobiolog_N = mkN015 "" ; - ksenoman_N = mkN007 "" ; - ksenomani_ja__N = mkN047 "" ; - ksenon_N = mkN007 "" ; - ksenofob_N = mkN007 "" ; - ksenofobi_ja__N = mkN047 "" ; - kserograf_N = mkN007 "" ; - kserografi_ja__N = mkN047 "" ; - kserokopie_N = mkN072 "" ; - kseroks_N = mkN007 "" ; - ksilografi_ja__N = mkN047 "" ; - ksilofon_N = mkN007 "" ; - ktitorski_A = mkA078 "" ; - kub_N = mkN001 "" ; - kubatura_N = mkN041 "" ; - kube_N = mkN065 "" ; - kubizym_N = mkN011 "" ; - kubik_N = mkN014 "" ; - kubinec_N = mkN008a "" ; - kubinka_N = mkN041 "" ; - kubinski_A = mkA078 "" ; - kubi_ch_en_A = mkA079 "" ; - kubi_ch_eski_A = mkA078 "" ; - kuboviden_A = mkA079 "" ; - kub_ch_e_N = mkN065 "" ; - kuvejtka_N = mkN041 "" ; - kuvert_N = mkN007 "" ; - kuverta_N = mkN041 "" ; - kuvert_iu_ra_N = mkN041 "" ; - kudkud_ja_kam_V = stateV (mkV186 "") ; - kudkud_ja_kane_N = mkN071 "" ; - kuka_N = mkN041 "" ; - kukam_V = stateV (mkV186 "") ; - kukane_N = mkN071 "" ; - kuker_N = mkN007 "" ; - kukerski_A = mkA078 "" ; - kukerstvo_N = mkN054 "" ; - kuki_N = mkN065 "" ; - kuki_ch_ka_N = mkN041 "" ; - kukla_N = mkN041 "" ; - kuklen_A = mkA076 "" ; - kuklenski_A = mkA078 "" ; - kukli_ch_ka_N = mkN041 "" ; - kuklovod_N = mkN007 "" ; - kuklovodstvo_N = mkN054 "" ; - kuko_N = mkN040 "" ; - kukuvam_V = stateV (mkV186 "") ; - kukuvane_N = mkN071 "" ; - kukuvica_N = mkN041 "" ; - kukuvi_ch_i_A = mkA087 "" ; - kukum_ja_vka_N = mkN041 "" ; - kukurigam_V = stateV (mkV186 "") ; - kukurigane_N = mkN071 "" ; - kukuruz_N = mkN007 "" ; - kukuruzen_A = mkA076 "" ; - kukuruzi_sht_e_N = mkN066 "" ; - kukuruznik_N = mkN014 "" ; - kukuruzoreza_ch_ka_N = mkN041 "" ; - kukuruzorona_ch_ka_N = mkN041 "" ; - kukur_ja_k_N = mkN014 "" ; - kula_N = mkN041 "" ; - kulak_N = mkN014 "" ; - kula_ch_estvo_N = mkN054 "" ; - kula_sh_ki_A = mkA078 "" ; - kulinar_N = mkN007 "" ; - kulinaren_A = mkA079 "" ; - kulinari_ja__N = mkN047 "" ; - kulisa_N = mkN041 "" ; - kuli_ch_ka_N = mkN041 "" ; - kulminacionen_A = mkA079 "" ; - kulminaci_ja__N = mkN047 "" ; - kulminiram_V = stateV (mkV186 "") ; - kulminirane_N = mkN071 "" ; - kuloar_N = mkN007 "" ; - kult_N = mkN001 "" ; - kultivator_N = mkN007 "" ; - kultiviram_V = stateV (mkV186 "") ; - kultivirane_N = mkN071 "" ; - kultov_A = mkA076 "" ; - kultura_N = mkN041 "" ; - kulturen_A = mkA079 "" ; - kulturnoprosvetnik_N = mkN014 "" ; - kulturnost_N = mkN049 "" ; - kulturprosvetnik_N = mkN014 "" ; - kulturtreger_N = mkN007 "" ; - kum_N = mkN001 "" ; - kuma_N = mkN041 "" ; - kumanin_N = mkN018 "" ; - kumanka_N = mkN041 "" ; - kumec_N = mkN008a "" ; - kumir_N = mkN007 "" ; - kumica_N = mkN041 "" ; - kumov_A = mkA076 "" ; - kumstvo_N = mkN054 "" ; - kumuvam_V = stateV (mkV186 "") ; - kumuvane_N = mkN071 "" ; - kumulativen_A = mkA079 "" ; - kumulaci_ja__N = mkN047 "" ; - kum_ja__V = stateV (mkV173 "") ; - kundurd_zj_i_ja__N = mkN039 "" ; - kunka_N = mkN041 "" ; - kup_N = mkN001 "" ; - kupa_N = mkN041 "" ; - kupe_N = mkN065 "" ; - kupel_N = mkN007 "" ; - kupe_sh_ki_A = mkA078 "" ; - kupi_ch_ka_N = mkN041 "" ; - kupi_sht_e_N = mkN066 "" ; - kuplet_N = mkN007 "" ; - kupletist_N = mkN007 "" ; - kupletistka_N = mkN041 "" ; - kuplung_N = mkN007 "" ; - kupol_N = mkN007 "" ; - kupola_N = mkN041 "" ; - kupolen_A = mkA079 "" ; - kupoloviden_A = mkA079 "" ; - kupoloobrazen_A = mkA079 "" ; - kupon_N = mkN007 "" ; - kuponen_A = mkA079 "" ; - kupuvam_V = actionV (mkV186 "") (mkV173 "") ; - kupuvane_N = mkN071 "" ; - kupuva_ch__N = mkN007b "" ; - kupuva_ch_ka_N = mkN041 "" ; - kup_ch_e_N = mkN065 "" ; - kup_ch_ina_N = mkN041 "" ; - kup_ch_inka_N = mkN041 "" ; - kurabijka_N = mkN041 "" ; - kurabi_ja__N = mkN047 "" ; - kura_zj__N = mkN007 "" ; - kura_zj_lijka_N = mkN041 "" ; - kura_zj_li_ja__N = mkN039 "" ; - kurator_N = mkN007 "" ; - kurban_N = mkN007 "" ; - kurdisane_N = mkN071 "" ; - kurdisvam_V = actionV (mkV186 "") (mkV186 "") ; - kurdisvane_N = mkN071 "" ; - kure_sh_ka_N = mkN041 "" ; - kurier_N = mkN007a "" ; - kurierski_A = mkA078 "" ; - kurioz_N = mkN007a "" ; - kuriozen_A = mkA079 "" ; - kurkam_V = stateV (mkV186 "") ; - kurkane_N = mkN071 "" ; - kurnaz_N = mkN007 "" ; - kurnik_N = mkN014 "" ; - kurort_N = mkN007 "" ; - kurorten_A = mkA079 "" ; - kurortist_N = mkN007a "" ; - kurortistka_N = mkN041 "" ; - kurs_N = mkN001 "" ; - kursant_N = mkN007a "" ; - kursantka_N = mkN041 "" ; - kursiv_N = mkN007 "" ; - kursiven_A = mkA079 "" ; - kursist_N = mkN007 "" ; - kursistka_N = mkN041 "" ; - kursov_A = mkA076 "" ; - kursor_N = mkN007 "" ; - kurtizanin_N = mkN018 "" ; - kurtizanka_N = mkN041 "" ; - kurtka_N = mkN041 "" ; - kurtoazi_ja__N = mkN047 "" ; - kur_sh_um_N = mkN007 "" ; - kur_sh_umen_A = mkA076 "" ; - kusam_V = actionV (mkV186 "") (mkV152 "") ; - kusane_N = mkN071 "" ; - kusvam_V = actionV (mkV186 "") (mkV152 "") ; - kusvane_N = mkN071 "" ; - kuskus_N = mkN007 "" ; - kusur_N = mkN007 "" ; - kusurli_ja__N = mkN039 "" ; - kutijka_N = mkN041 "" ; - kuti_ja__N = mkN047 "" ; - kutre_N = mkN065 "" ; - kutsuz_N = mkN007 "" ; - kutsuzli_ja__N = mkN039 "" ; - kutsuzluk_N = mkN014 "" ; - kuturica_N = mkN041 "" ; - kufalnica_N = mkN041 "" ; - kufar_N = mkN007 "" ; - kuh_A = mkA076 "" ; - kuhina_N = mkN041 "" ; - kuhnenski_A = mkA078 "" ; - kuhni_ch_ka_N = mkN041 "" ; - kuhn_ja__N = mkN047 "" ; - kuc_A = mkA076 "" ; - kucam_V = stateV (mkV186 "") ; - kucane_N = mkN071 "" ; - kucukam_V = stateV (mkV186 "") ; - kucukane_N = mkN071 "" ; - ku_ch_a_V = stateV (mkV176 "") ; - ku_ch_e_N = mkN065 "" ; - ku_ch_ence_N = mkN066 "" ; - ku_ch_e_sh_ki_A = mkA078 "" ; - ku_ch_i_A = mkA087 "" ; - ku_ch_ka_N = mkN041 "" ; - ku_ch_kar_N = mkN031a "" ; - ku_ch_karnik_N = mkN014 "" ; - ku_sh_etka_N = mkN041 "" ; - khmerski_A = mkA078 "" ; - kydel_ja__N = mkN047 "" ; - kydrav_A = mkA076 "" ; - kydravost_N = mkN049 "" ; - kydrene_N = mkN071 "" ; - kydrica_N = mkN041 "" ; - kydrokos_A = mkA076 "" ; - kydr_ja__V = stateV (mkV173 "") ; - kyklica_N = mkN041 "" ; - kykli_ch_av_A = mkA076 "" ; - kykrene_N = mkN071 "" ; - kykr_ja__V = stateV (mkV173 "") ; - kylbence_N = mkN066 "" ; - kylbest_A = mkA076 "" ; - kylbestody_zj_doven_A = mkA079 "" ; - kylbo_N = mkN055 "" ; - kylboviden_A = mkA079 "" ; - kylboobrazen_A = mkA079 "" ; - kylb_ja__V = stateV (mkV174 "") ; - kylva_V = stateV (mkV151 "") ; - kylvane_N = mkN071 "" ; - kylva_ch__N = mkN007 "" ; - kylka_N = mkN041 "" ; - kylkol_ja__V = stateV (mkV173 "") ; - kyln_N = mkN001 "" ; - kylna_V = stateV (mkV172 "") ; - kylnene_N = mkN071 "" ; - kyln_ja__V = stateV (mkV174 "") ; - kyln_ja_emost_N = mkN049 "" ; - kylcam_V = actionV (mkV186 "") (mkV152 "") ; - kylcane_N = mkN071 "" ; - kyl_ch_a_V = stateV (mkV176 "") ; - kyl_ch_ene_N = mkN071 "" ; - kyl_ch_i_sht_en_A = mkA079 "" ; - kymping_N = mkN007 "" ; - kyna_N = mkN041 "" ; - kynka_N = mkN041 "" ; - kynkxor_N = mkN007 "" ; - kynkxorka_N = mkN041 "" ; - kynosvam_V = actionV (mkV186 "") (mkV177 "") ; - kynosvane_N = mkN071 "" ; - kynte_zj__N = mkN007 "" ; - kynt_ja__V = stateV (mkV177 "") ; - kypalen_A = mkA079 "" ; - kypaln_ja__N = mkN047 "" ; - kypane_N = mkN071 "" ; - kypina_N = mkN041 "" ; - kypinak_N = mkN014 "" ; - kypinov_A = mkA076 "" ; - kyp_ja__V = stateV (mkV154 "") ; - kyr_N = mkN037 "" ; - kyrvav_A = mkA076 "" ; - kyrvavica_N = mkN041 "" ; - kyrvavo_ch_erven_A = mkA076 "" ; - kyrvav_ja__V = stateV (mkV174 "") ; - kyrvene_N = mkN071 "" ; - kyrv_ja__V = stateV (mkV174 "") ; - kyrv_ja_syl_A = mkA076 "" ; - kyrd_zj_ali_ja__N = mkN039 "" ; - kyrkam_V = stateV (mkV186 "") ; - kyrkane_N = mkN071 "" ; - kyrka_ch__N = mkN007b "" ; - kyrkorene_N = mkN071 "" ; - kyrkor_ja__V = stateV (mkV173 "") ; - kyrle_zj__N = mkN007 "" ; - kyrma_N = mkN041 "" ; - kyrma_ch_e_N = mkN065 "" ; - kyrma_ch_ka_N = mkN041 "" ; - kyrmene_N = mkN071 "" ; - kyrmilka_N = mkN041 "" ; - kyrmilo_N = mkN054 "" ; - kyrmyzen_A = mkA076 "" ; - kyrm_ja__V = stateV (mkV173 "") ; - kyrpa_N = mkN041 "" ; - kyrpa_ch__N = mkN007 "" ; - kyrpe_zj__N = mkN007 "" ; - kyrpene_N = mkN071 "" ; - kyrpiko_zj_uh_N = mkN016 "" ; - kyrpi_ch_ka_N = mkN041 "" ; - kyrp_ja__V = stateV (mkV173 "") ; - kyrski_A = mkA078 "" ; - kyrt_N = mkN001 "" ; - kyrtene_N = mkN071 "" ; - kyrtica_N = mkN041 "" ; - kyrti_ch_i_A = mkA087 "" ; - kyrti_ch_ina_N = mkN041 "" ; - kyrtovski_A = mkA078 "" ; - kyrt_ja__V = stateV (mkV173 "") ; - kyr_sh_a_V = stateV (mkV176 "") ; - kys_A = mkA076 "" ; - kysam_V = stateV (mkV186 "") ; - kysane_N = mkN071 "" ; - kysvane_N = mkN071 "" ; - kysen_A = mkA079 "" ; - kysi_ch_yk_A = mkA080 "" ; - kysmet_N = mkN007 "" ; - kysmetlijka_N = mkN041 "" ; - kysmetli_ja__N = mkN039 "" ; - kysmet_ch_e_N = mkN065 "" ; - kysnozreen_A = mkA085 "" ; - kysovrat_A = mkA076 "" ; - kysovylnov_A = mkA076 "" ; - kysogled_A = mkA076 "" ; - kysogledstvo_N = mkN054 "" ; - kysokrak_A = mkA076 "" ; - kysometra_zj_en_A = mkA079 "" ; - kysopameten_A = mkA079 "" ; - kysopametstvo_N = mkN054 "" ; - kysopodstrigan_A = mkA076 "" ; - kysota_N = mkN041 "" ; - kysoumen_A = mkA079 "" ; - kysoceven_A = mkA079 "" ; - kys_ch_e_N = mkN065 "" ; - kyt_N = mkN001 "" ; - kytam_V = stateV (mkV186 "") ; - kytane_N = mkN071 "" ; - kyten_A = mkA079 "" ; - kytkam_V = stateV (mkV186 "") ; - kytkane_N = mkN071 "" ; - kytnik_N = mkN014 "" ; - kyt_ch_e_N = mkN065 "" ; - ky_ch__N = mkN001 "" ; - ky_sh_ej_N = mkN032 "" ; - ky_sht_a_N = mkN041 "" ; - ky_sht_en_A = mkA079 "" ; - ky_sht_ica_N = mkN041 "" ; - ky_sht_i_ch_ka_N = mkN041 "" ; - ky_sht_nik_N = mkN014a "" ; - ky_sht_oven_A = mkA079 "" ; - ky_sht_ovnik_N = mkN014 "" ; - ky_sht_ovnica_N = mkN041 "" ; - ky_sht_ovni_ch_estvo_N = mkN054 "" ; - ky_sht_urka_N = mkN041 "" ; - kxolnski_A = mkA078 "" ; - kxopav_A = mkA076 "" ; - kxopoolu_N = mkN065 "" ; - kxorav_A = mkA076 "" ; - kxork_iu_tuk_N = mkN014 "" ; - kxorfi_sh_ek_N = mkN014 "" ; - kxor_ch_o_N = mkN040 "" ; - kxosav_A = mkA076 "" ; - kxose_N = mkN065 "" ; - kxo_sh_e_N = mkN065 "" ; - k_iu_vetka_N = mkN041 "" ; - k_iu_loti_N = mkN075 "" ; - k_iu_l_ch_e_N = mkN065 "" ; - k_iu_mbe_N = mkN065 "" ; - k_iu_m_iu_r_N = mkN007 "" ; - k_iu_m_iu_rd_zj_i_ja__N = mkN039 "" ; - k_iu_nec_N = mkN008 "" ; - k_iu_p_N = mkN001 "" ; - k_iu_p_ch_e_N = mkN065 "" ; - k_iu_rd_N = mkN007a "" ; - k_iu_rdski_A = mkA078 "" ; - k_iu_re_N = mkN065 "" ; - k_iu_rk_ch_i_ja__N = mkN039 "" ; - k_iu_rtiram_V = stateV (mkV186 "") ; - k_iu_rtirane_N = mkN071 "" ; - k_iu_spe_N = mkN065 "" ; - k_iu_stendilka_N = mkN041 "" ; - k_iu_tuk_N = mkN014 "" ; - k_iu_t_iu_k_N = mkN014 "" ; - k_iu_fte_N = mkN065 "" ; - k_iu__ch_ek_N = mkN014 "" ; - k_ja_r_N = mkN001 "" ; - k_ja_ruvam_V = stateV (mkV186 "") ; - k_ja_ruvane_N = mkN071 "" ; - labialen_A = mkA079 "" ; - labilen_A = mkA079 "" ; - labilnost_N = mkN049 "" ; - labirint_N = mkN007 "" ; - laborant_N = mkN007a "" ; - laborantka_N = mkN041 "" ; - laboratoren_A = mkA079 "" ; - laboratori_ja__N = mkN047 "" ; - labrador_N = mkN007 "" ; - lava_N = mkN041 "" ; - lavandula_N = mkN041 "" ; - lavandulov_A = mkA076 "" ; - lavvane_N = mkN071 "" ; - lavina_N = mkN041 "" ; - lavinoobrazen_A = mkA079 "" ; - laviram_V = stateV (mkV186 "") ; - lavirane_N = mkN071 "" ; - lavica_N = mkN041 "" ; - lavka_N = mkN041 "" ; - lavkad_zj_i_ja__N = mkN039 "" ; - lavra_N = mkN041 "" ; - lavrov_A = mkA076 "" ; - lavronosec_N = mkN008a "" ; - lavyr_N = mkN009 "" ; - lager_N = mkN007 "" ; - lageren_A = mkA079 "" ; - lagernik_N = mkN014 "" ; - lagerni_ch_ka_N = mkN041 "" ; - lageruvam_V = stateV (mkV186 "") ; - lageruvane_N = mkN071 "" ; - laguna_N = mkN041 "" ; - ladi_ja__N = mkN047 "" ; - laene_N = mkN071 "" ; - lazaren_A = mkA079 "" ; - lazaret_N = mkN007 "" ; - lazareten_A = mkA079 "" ; - lazarka_N = mkN041 "" ; - lazarnik_N = mkN014 "" ; - lazaruvam_V = stateV (mkV186 "") ; - lazaruvane_N = mkN071 "" ; - lazene_N = mkN071 "" ; - lazer_N = mkN007 "" ; - lazeren_A = mkA079 "" ; - lazur_N = mkN007 "" ; - lazuren_A = mkA079 "" ; - lazurnosin_A = mkA086 "" ; - laz_ja__V = stateV (mkV173 "") ; - laik_N = mkN014 "" ; - lai_ch_eski_A = mkA078 "" ; - laj_N = mkN028 "" ; - lajvam_V = stateV (mkV186 "") ; - lajvane_N = mkN071 "" ; - lajka_N = mkN041 "" ; - lajku_ch_ka_N = mkN041 "" ; - lajner_N = mkN007 "" ; - lajtmotiv_N = mkN007 "" ; - lak_N = mkN001 "" ; - lakej_N = mkN032a "" ; - lakejni_ch_a_V = stateV (mkV176 "") ; - lakejni_ch_eski_A = mkA078 "" ; - lakejni_ch_estvo_N = mkN054 "" ; - lakejski_A = mkA078 "" ; - lakejstvam_V = stateV (mkV186 "") ; - lakejstvane_N = mkN071 "" ; - lakejstvo_N = mkN054 "" ; - lakiram_V = stateV (mkV186 "") ; - lakirane_N = mkN071 "" ; - lakirovka_N = mkN041 "" ; - lakmus_N = mkN007 "" ; - lakmusov_A = mkA076 "" ; - lakov_A = mkA076 "" ; - lakom_A = mkA076 "" ; - lakomene_N = mkN071 "" ; - lakomec_N = mkN008a "" ; - lakomi_ja__N = mkN047 "" ; - lakomnik_N = mkN014a "" ; - lakomnica_N = mkN041 "" ; - lakomstvo_N = mkN054 "" ; - lakom_sht_ina_N = mkN041 "" ; - lakom_ja__V = stateV (mkV174 "") ; - lakonizym_N = mkN011 "" ; - lakoni_ch_en_A = mkA079 "" ; - lakoni_ch_nost_N = mkN049 "" ; - lakta_N = mkN041 "" ; - laktaci_ja__N = mkN047 "" ; - laktoza_N = mkN041 "" ; - laktometyr_N = mkN009 "" ; - lakyrdi_ja__N = mkN047 "" ; - lakyt_N = mkN034 "" ; - lakyten_A = mkA079 "" ; - lala_N = mkN041 "" ; - lalad_zj_ijstvo_N = mkN054 "" ; - lalad_zj_i_ja__N = mkN039 "" ; - lale_N = mkN065 "" ; - laluger_N = mkN007 "" ; - lama_N = mkN041 "" ; - laman_sh_ki_A = mkA078 "" ; - lamarina_N = mkN041 "" ; - lamarinen_A = mkA076 "" ; - lambada_N = mkN041 "" ; - lamela_N = mkN041 "" ; - lamelen_A = mkA079 "" ; - laminiram_V = stateV (mkV186 "") ; - laminirane_N = mkN071 "" ; - lampa_N = mkN041 "" ; - lampen_A = mkA076 "" ; - lamperi_ja__N = mkN047 "" ; - lampion_N = mkN007 "" ; - lampi_ch_ka_N = mkN041 "" ; - lampov_A = mkA076 "" ; - lamte_zj__N = mkN007 "" ; - lamtene_N = mkN071 "" ; - lamt_ja__V = stateV (mkV174 "") ; - lam_ja__N = mkN047 "" ; - landgraf_N = mkN007 "" ; - land_sh_aft_N = mkN007 "" ; - lanec_N = mkN008 "" ; - lankasterski_A = mkA078 "" ; - lansiram_V = stateV (mkV186 "") ; - lansirane_N = mkN071 "" ; - lanski_A = mkA078 "" ; - lancetnik_N = mkN014 "" ; - lancetoviden_A = mkA079 "" ; - lan_sh_en_A = mkA079 "" ; - laosec_N = mkN008a "" ; - laoski_A = mkA078 "" ; - lapa_N = mkN041 "" ; - lapavica_N = mkN041 "" ; - lapad_N = mkN007 "" ; - lapadov_A = mkA076 "" ; - lapam_V = actionV (mkV186 "") (mkV152 "") ; - lapane_N = mkN071 "" ; - laparotomi_ja__N = mkN047 "" ; - lapvam_V = actionV (mkV186 "") (mkV152 "") ; - lapvane_N = mkN071 "" ; - lapidaren_A = mkA079 "" ; - lapi_ch_ka_N = mkN041 "" ; - laplandec_N = mkN008a "" ; - laplandka_N = mkN041 "" ; - laplandski_A = mkA078 "" ; - lapni_sh_aran_N = mkN007 "" ; - laptop_N = mkN007 "" ; - larva_N = mkN041 "" ; - largo_N = mkN054 "" ; - laringalen_A = mkA079 "" ; - laringit_N = mkN007 "" ; - laringolog_N = mkN015 "" ; - laringologi_ja__N = mkN047 "" ; - laringoskop_N = mkN007 "" ; - laringoskopi_ja__N = mkN047 "" ; - laringofon_N = mkN007 "" ; - larinks_N = mkN007 "" ; - laska_N = mkN041 "" ; - laskav_A = mkA076 "" ; - laskavost_N = mkN049 "" ; - laskaene_N = mkN071 "" ; - laskatel_N = mkN031a "" ; - laskatelen_A = mkA079 "" ; - laskatelka_N = mkN041 "" ; - laskatelstvam_V = stateV (mkV186 "") ; - laskatelstvane_N = mkN071 "" ; - laskatelstvo_N = mkN054 "" ; - laska_ja__V = stateV (mkV161 "") ; - laso_N = mkN054 "" ; - lastik_N = mkN014 "" ; - lasti_ch_en_A = mkA079 "" ; - lastovi_ch_en_A = mkA079 "" ; - lastovi_ch_i_A = mkA087 "" ; - lastuna_N = mkN041 "" ; - latviec_N = mkN013 "" ; - latvijka_N = mkN041 "" ; - latvijski_A = mkA078 "" ; - lateks_N = mkN007 "" ; - latenten_A = mkA079 "" ; - latentnost_N = mkN049 "" ; - lateralen_A = mkA079 "" ; - laterna_N = mkN041 "" ; - laternad_zj_i_ja__N = mkN039 "" ; - latinec_N = mkN008a "" ; - latiniziram_V = stateV (mkV186 "") ; - latinizirane_N = mkN071 "" ; - latinizym_N = mkN011 "" ; - latinist_N = mkN007 "" ; - latinistka_N = mkN041 "" ; - latinica_N = mkN041 "" ; - latinka_N = mkN041 "" ; - latinoamerikanec_N = mkN008a "" ; - latinoamerikanski_A = mkA078 "" ; - latinski_A = mkA078 "" ; - latituda_N = mkN041 "" ; - latifundi_ja__N = mkN047 "" ; - laureat_N = mkN007 "" ; - laureatka_N = mkN041 "" ; - laureatski_A = mkA078 "" ; - laureatstvo_N = mkN054 "" ; - laf_N = mkN001 "" ; - lafet_N = mkN007 "" ; - lafuvane_N = mkN071 "" ; - la_ch_en_A = mkA076 "" ; - la_sh_kam_V = stateV (mkV186 "") ; - la_sh_kane_N = mkN071 "" ; - la_ja__V = stateV (mkV162 "") ; - lebed_N = mkN007 "" ; - lebedka_N = mkN041 "" ; - lebedov_A = mkA076 "" ; - leblebi_ja__N = mkN047 "" ; - lev_N = mkN001 "" ; - levak_N = mkN014 "" ; - leva_ch_ka_N = mkN041 "" ; - leva_sh_ki_A = mkA078 "" ; - levga_N = mkN041 "" ; - levent_N = mkN007 "" ; - levica_N = mkN041 "" ; - levi_ch_ar_N = mkN031a "" ; - levi_ch_arski_A = mkA078 "" ; - levi_ch_arstvo_N = mkN054 "" ; - levkemi_ja__N = mkN047 "" ; - levkoza_N = mkN041 "" ; - levkoma_N = mkN041 "" ; - levkocit_N = mkN007 "" ; - levkocitoza_N = mkN041 "" ; - levov_A = mkA076 "" ; - levosektant_N = mkN007 "" ; - levosektantka_N = mkN041 "" ; - levosektantski_A = mkA078 "" ; - levosektantstvo_N = mkN054 "" ; - legalen_A = mkA079 "" ; - legalizaci_ja__N = mkN047 "" ; - legaliziram_V = stateV (mkV186 "") ; - legaliziran_A = mkA076 "" ; - legalizirane_N = mkN071 "" ; - legalnost_N = mkN049 "" ; - legalo_N = mkN054 "" ; - legat_A = mkA076 "" ; - legato_N = mkN054 "" ; - legacionen_A = mkA079 "" ; - legaci_ja__N = mkN047 "" ; - legen_N = mkN007 "" ; - legenda_N = mkN041 "" ; - legendaren_A = mkA079 "" ; - legendarnost_N = mkN049 "" ; - legen_ch_e_N = mkN065 "" ; - legion_N = mkN007 "" ; - legioner_N = mkN007 "" ; - legionerski_A = mkA078 "" ; - legitimaci_ja__N = mkN047 "" ; - legitimen_A = mkA079 "" ; - legitimizym_N = mkN011 "" ; - legitimiram_V = stateV (mkV186 "") ; - legitimirane_N = mkN071 "" ; - legitimnost_N = mkN049 "" ; - legi_ja__N = mkN047 "" ; - leglo_N = mkN054 "" ; - legna_V = stateV (mkV152 "") ; - legovi_sht_e_N = mkN066 "" ; - led_N = mkN001 "" ; - leden_A = mkA076 "" ; - ledene_ja__V = actionV (mkV160 "") (mkV174 "") ; - ledenina_N = mkN041 "" ; - ledenostuden_A = mkA076 "" ; - lednik_N = mkN014 "" ; - lednikov_A = mkA076 "" ; - lednica_N = mkN041 "" ; - ledovit_A = mkA076 "" ; - ledokop_N = mkN007 "" ; - ledorazbiva_ch__N = mkN007 "" ; - ledohod_N = mkN007 "" ; - leene_N = mkN071 "" ; - le_zj_a_V = stateV (mkV178 "") ; - le_zj_ane_N = mkN071 "" ; - le_zj_anka_N = mkN041 "" ; - le_zj_a_ch_ka_N = mkN041 "" ; - le_zj_a_sht__A = mkA076 "" ; - lejbgvardi_ja__N = mkN047 "" ; - lejbyrist_N = mkN007a "" ; - lejbyristka_N = mkN041 "" ; - lejbyristki_A = mkA078 "" ; - lejka_N = mkN041 "" ; - lejkoplast_N = mkN007 "" ; - lejtenant_N = mkN007a "" ; - lejtenantski_A = mkA078 "" ; - lek_A = mkA076 "" ; - lekar_N = mkN031a "" ; - lekarka_N = mkN041 "" ; - lekarski_A = mkA078 "" ; - lekarstven_A = mkA076 "" ; - lekarstvo_N = mkN054 "" ; - leke_N = mkN065 "" ; - leki_ch_yk_A = mkA080 "" ; - lekoatlet_N = mkN007 "" ; - lekoatleti_ch_eski_A = mkA078 "" ; - lekovat_A = mkA076 "" ; - lekoveren_A = mkA079 "" ; - lekoverie_N = mkN072 "" ; - lekovernost_N = mkN049 "" ; - lekovit_A = mkA076 "" ; - lekovitost_N = mkN049 "" ; - lekovodolaz_N = mkN007a "" ; - lekovodolazen_A = mkA079 "" ; - lekovyory_zj_en_A = mkA076 "" ; - lekokril_A = mkA076 "" ; - lekomislen_A = mkA076 "" ; - lekomislenost_N = mkN049 "" ; - lekomislie_N = mkN072 "" ; - lekonraven_A = mkA079 "" ; - lekonravie_N = mkN072 "" ; - lekopodvi_zj_en_A = mkA079 "" ; - lekost_N = mkN049 "" ; - lekota_N = mkN041 "" ; - lekotovaren_A = mkA079 "" ; - lekoumen_A = mkA079 "" ; - lekoumie_N = mkN072 "" ; - leksika_N = mkN041 "" ; - leksikalen_A = mkA079 "" ; - leksikograf_N = mkN007 "" ; - leksikografi_ja__N = mkN047 "" ; - leksikografka_N = mkN041 "" ; - leksikografski_A = mkA078 "" ; - leksikolog_N = mkN015 "" ; - leksikologi_ja__N = mkN047 "" ; - leksikon_N = mkN007 "" ; - leksi_ch_eski_A = mkA078 "" ; - lektor_N = mkN007a "" ; - lektorat_N = mkN007 "" ; - lektori_ja__N = mkN047 "" ; - lektorka_N = mkN041 "" ; - lektorski_A = mkA078 "" ; - lekuvam_V = stateV (mkV186 "") ; - lekuvane_N = mkN071 "" ; - lekcionen_A = mkA079 "" ; - lekci_ja__N = mkN047 "" ; - lek_ja_svam_V = stateV (mkV186 "") ; - lek_ja_svane_N = mkN071 "" ; - lele_ja__V = stateV (mkV160 "") ; - lelka_N = mkN041 "" ; - lel_ja__N = mkN047 "" ; - leme_zj_en_A = mkA079 "" ; - lemur_N = mkN007 "" ; - len_N = mkN001 "" ; - lenen_A = mkA076 "" ; - leniv_A = mkA076 "" ; - lenivec_N = mkN008a "" ; - lenivka_N = mkN041 "" ; - lenivost_N = mkN049 "" ; - leninec_N = mkN008a "" ; - leninizym_N = mkN011 "" ; - leninist_N = mkN007 "" ; - leninistka_N = mkN041 "" ; - leninski_A = mkA078 "" ; - leni_sht_e_N = mkN066 "" ; - lenoproizvoditel_N = mkN031a "" ; - lenoproizvoditelen_A = mkA079 "" ; - lenoproizvoditelka_N = mkN041 "" ; - lenost_N = mkN049 "" ; - lenta_N = mkN041 "" ; - lenti_ch_ka_N = mkN041 "" ; - lentov_A = mkA076 "" ; - lentoviden_A = mkA079 "" ; - lent_ja_j_N = mkN032a "" ; - lent_ja_jka_N = mkN041 "" ; - lent_ja_jski_A = mkA078 "" ; - lent_ja_jstvam_V = stateV (mkV186 "") ; - lent_ja_jstvane_N = mkN071 "" ; - lent_ja_jstvo_N = mkN054 "" ; - lent_ja_jstvuvam_V = stateV (mkV186 "") ; - lent_ja_jstvuvane_N = mkN071 "" ; - len_ja__V = stateV (mkV174 "") ; - leopard_N = mkN007 "" ; - leopardov_A = mkA076 "" ; - lepvam_V = actionV (mkV186 "") (mkV152 "") ; - lepvane_N = mkN071 "" ; - lepene_N = mkN071 "" ; - lepenka_N = mkN041 "" ; - lepilo_N = mkN054 "" ; - lepka_N = mkN041 "" ; - lepkav_A = mkA076 "" ; - lepkavina_N = mkN041 "" ; - lepkavost_N = mkN049 "" ; - lepliv_A = mkA076 "" ; - leplivost_N = mkN049 "" ; - lepne_sht__A = mkA076 "" ; - lepta_N = mkN041 "" ; - lep_ja__V = stateV (mkV174 "") ; - les_N = mkN001 "" ; - lesa_N = mkN041 "" ; - lesbijka_N = mkN041 "" ; - lesbijski_A = mkA078 "" ; - lesbijstvo_N = mkN054 "" ; - lesbos_N = mkN007 "" ; - lesen_A = mkA079 "" ; - leska_N = mkN041 "" ; - leskov_A = mkA076 "" ; - leskovina_N = mkN041 "" ; - lesnina_N = mkN041 "" ; - lesni_ch_ej_N = mkN032a "" ; - lesni_ch_ejski_A = mkA078 "" ; - lesni_ch_ejstvo_N = mkN054 "" ; - lesnovyzbudim_A = mkA076 "" ; - lesnodosti_zj_im_A = mkA076 "" ; - lesnodostypen_A = mkA079 "" ; - lesnozapalim_A = mkA076 "" ; - lesnoosy_sht_estvim_A = mkA076 "" ; - lesnoposti_zj_im_A = mkA076 "" ; - lesnorazbiraem_A = mkA076 "" ; - lesnorazre_sh_im_A = mkA076 "" ; - lesnota_N = mkN041 "" ; - lesnoti_ja__N = mkN047 "" ; - lesovyd_N = mkN007 "" ; - lesovyden_A = mkA079 "" ; - lesovydstvo_N = mkN054 "" ; - lesoza_sht_ita_N = mkN041 "" ; - lesoza_sht_iten_A = mkA079 "" ; - letalen_A = mkA079 "" ; - letargi_ch_en_A = mkA079 "" ; - letargi_ja__N = mkN047 "" ; - letatelen_A = mkA079 "" ; - letva_N = mkN041 "" ; - letvi_ch_ka_N = mkN041 "" ; - lete_zj__N = mkN007 "" ; - leten_A = mkA084 "" ; - letene_N = mkN071 "" ; - letec_N = mkN008a "" ; - leti_sht_e_N = mkN066 "" ; - leti_sht_en_A = mkA079 "" ; - letliv_A = mkA076 "" ; - letlivost_N = mkN049 "" ; - letobroene_N = mkN071 "" ; - letobroenie_N = mkN072 "" ; - letovi_sht_e_N = mkN066 "" ; - letovi_sht_en_A = mkA079 "" ; - letovnik_N = mkN014 "" ; - letovni_ch_ka_N = mkN041 "" ; - letopis_N = mkN007 "" ; - letopisec_N = mkN008a "" ; - leto_ch_islenie_N = mkN072 "" ; - letuvam_V = stateV (mkV186 "") ; - letuvane_N = mkN071 "" ; - letu_ch_ka_N = mkN041 "" ; - let_ja__V = stateV (mkV177 "") ; - lefer_N = mkN001 "" ; - leha_N = mkN041 "" ; - lehoobrazuvane_N = mkN071 "" ; - lehusa_N = mkN041 "" ; - le_ch_eben_A = mkA079 "" ; - le_ch_ebnik_N = mkN014 "" ; - le_ch_ebnica_N = mkN041 "" ; - le_ch_ebnost_N = mkN049 "" ; - le_ch_enie_N = mkN072 "" ; - le_ch_imost_N = mkN049 "" ; - le_ch_itel_N = mkN031a "" ; - le_ch_itelen_A = mkA079 "" ; - le_ch_itelka_N = mkN041 "" ; - le_ch_itelski_A = mkA078 "" ; - le_sh__N = mkN001 "" ; - le_sh_nik_N = mkN014 "" ; - le_sh_nikov_A = mkA076 "" ; - le_sh_nikotro_sh_a_ch_ka_N = mkN041 "" ; - le_sh_o_ja_d_N = mkN007 "" ; - le_sh_o_ja_den_A = mkA079 "" ; - le_sht_a_N = mkN041 "" ; - le_sht_ak_N = mkN014 "" ; - le_sht_arka_N = mkN041 "" ; - le_sht_en_A = mkA076 "" ; - le_sht_enka_N = mkN041 "" ; - le_sht_oviden_A = mkA079 "" ; - le_ja__V = stateV (mkV164 "") ; - le_ja_r_N = mkN031a "" ; - le_ja_ren_A = mkA079 "" ; - le_ja_rna_N = mkN041 "" ; - le_ja_rnica_N = mkN041 "" ; - le_ja_rski_A = mkA078 "" ; - le_ja_rstvo_N = mkN054 "" ; - liana_N = mkN041 "" ; - libe_N = mkN065 "" ; - libela_N = mkN041 "" ; - liberal_N = mkN007a "" ; - liberalen_A = mkA079 "" ; - liberaliziram_V = stateV (mkV186 "") ; - liberalizirane_N = mkN071 "" ; - liberalizym_N = mkN011 "" ; - liberalisti_ch_en_A = mkA079 "" ; - liberalni_ch_a_V = stateV (mkV176 "") ; - liberalnost_N = mkN049 "" ; - libido_N = mkN054 "" ; - libiec_N = mkN013 "" ; - libijka_N = mkN041 "" ; - libijski_A = mkA078 "" ; - libraci_ja__N = mkN047 "" ; - libretist_N = mkN007a "" ; - libretistka_N = mkN041 "" ; - libreto_N = mkN054 "" ; - livada_N = mkN041 "" ; - livaden_A = mkA079 "" ; - livanec_N = mkN008a "" ; - livanka_N = mkN041 "" ; - livanski_A = mkA078 "" ; - livvam_V = actionV (mkV186 "") (mkV152 "") ; - livvane_N = mkN071 "" ; - livre_ja__N = mkN047 "" ; - livyrpulski_A = mkA078 "" ; - liga_N = mkN041 "" ; - ligav_A = mkA076 "" ; - ligavene_N = mkN071 "" ; - ligavina_N = mkN041 "" ; - ligavica_N = mkN041 "" ; - ligavnik_N = mkN014 "" ; - ligavni_ch_e_N = mkN065 "" ; - ligavost_N = mkN049 "" ; - ligav_ch_e_N = mkN065 "" ; - ligav_sht_ina_N = mkN041 "" ; - ligav_ja__V = stateV (mkV173 "") ; - ligatura_N = mkN041 "" ; - ligla_N = mkN041 "" ; - liglxo_N = mkN040 "" ; - lignin_N = mkN007 "" ; - lignit_N = mkN007 "" ; - ligniten_A = mkA079 "" ; - lider_N = mkN007 "" ; - li_zj_a_V = stateV (mkV156 "") ; - li_zj_ene_N = mkN071 "" ; - lizane_N = mkN071 "" ; - lizvam_V = actionV (mkV186 "") (mkV152 "") ; - lizvane_N = mkN071 "" ; - lizing_N = mkN040a "" ; - lizingov_A = mkA076 "" ; - lik_N = mkN001 "" ; - lika_N = mkN041 "" ; - likantropi_ja__N = mkN047 "" ; - likvidator_N = mkN007 "" ; - likvidatorski_A = mkA078 "" ; - likvidacionen_A = mkA079 "" ; - likvidaci_ja__N = mkN047 "" ; - likviden_A = mkA079 "" ; - likvidiram_V = stateV (mkV186 "") ; - likvidirane_N = mkN071 "" ; - likvidnost_N = mkN049 "" ; - liko_N = mkN054 "" ; - likov_A = mkA076 "" ; - liktorski_A = mkA078 "" ; - likuvam_V = stateV (mkV186 "") ; - likuvane_N = mkN071 "" ; - likxor_N = mkN007 "" ; - likxoren_A = mkA076 "" ; - lilav_A = mkA076 "" ; - liliev_A = mkA076 "" ; - liliecveten_A = mkA079 "" ; - liliput_N = mkN007 "" ; - liliputski_A = mkA078 "" ; - lili_ja__N = mkN047 "" ; - limba_N = mkN041 "" ; - limburganski_A = mkA078 "" ; - limit_N = mkN007 "" ; - limiten_A = mkA079 "" ; - limon_N = mkN007 "" ; - limonada_N = mkN041 "" ; - limonadad_zj_i_ja__N = mkN039 "" ; - limonaden_A = mkA076 "" ; - limonen_A = mkA076 "" ; - limoneno_zj_ylt_A = mkA076 "" ; - limonit_N = mkN007 "" ; - limonov_A = mkA076 "" ; - limonopodoben_A = mkA079 "" ; - limontozu_N = mkN065 "" ; - limuzina_N = mkN041 "" ; - limfa_N = mkN041 "" ; - limfati_ch_en_A = mkA079 "" ; - limfen_A = mkA079 "" ; - lin_N = mkN001 "" ; - lingalski_A = mkA078 "" ; - lingvist_N = mkN007 "" ; - lingvistika_N = mkN041 "" ; - lingvisti_ch_en_A = mkA079 "" ; - lingvisti_ch_eski_A = mkA078 "" ; - lingvistka_N = mkN041 "" ; - lineal_N = mkN007 "" ; - lineen_A = mkA085 "" ; - lineene_N = mkN071 "" ; - linejka_N = mkN041 "" ; - linejnost_N = mkN049 "" ; - line_ja__V = stateV (mkV160 "") ; - linijka_N = mkN041 "" ; - liniram_V = stateV (mkV186 "") ; - linirane_N = mkN071 "" ; - lini_ja__N = mkN047 "" ; - linoleum_N = mkN007 "" ; - linotip_N = mkN007 "" ; - linotipen_A = mkA079 "" ; - linotipistka_N = mkN041 "" ; - linotipi_ja__N = mkN047 "" ; - linter_N = mkN007 "" ; - lin_ch__N = mkN001 "" ; - lin_ch_uvam_V = stateV (mkV186 "") ; - lin_ch_uvane_N = mkN071 "" ; - lipa_N = mkN041 "" ; - lipak_N = mkN014 "" ; - lipov_A = mkA076 "" ; - lipsa_N = mkN041 "" ; - lipsvam_V = stateV (mkV186 "") ; - lipsvane_N = mkN071 "" ; - lira_N = mkN041 "" ; - lirizym_N = mkN011 "" ; - lirik_N = mkN014 "" ; - lirika_N = mkN041 "" ; - liri_ch_en_A = mkA079 "" ; - liri_ch_eski_A = mkA078 "" ; - liri_ch_ka_N = mkN041 "" ; - liri_ch_nost_N = mkN049 "" ; - liroepi_ch_en_A = mkA079 "" ; - lis_A = mkA076 "" ; - lisa_N = mkN041 "" ; - lisabonka_N = mkN041 "" ; - lisana_N = mkN041 "" ; - lisansie_N = mkN072 "" ; - lisvam_V = actionV (mkV186 "") (mkV152 "") ; - lisvane_N = mkN071 "" ; - lisica_N = mkN041 "" ; - lisi_ch_ar_N = mkN031a "" ; - lisi_ch_e_N = mkN065 "" ; - lisi_ch_i_A = mkA078 "" ; - liskam_V = actionV (mkV186 "") (mkV152 "") ; - liskane_N = mkN071 "" ; - list_N = mkN006 "" ; - listak_N = mkN014 "" ; - listat_A = mkA076 "" ; - listvenica_N = mkN041 "" ; - listen_A = mkA079 "" ; - listence_N = mkN066 "" ; - listest_A = mkA076 "" ; - listec_N = mkN008 "" ; - listing_N = mkN007 "" ; - listnat_A = mkA076 "" ; - listnik_N = mkN014 "" ; - listo_N = mkN054 "" ; - listov_A = mkA076 "" ; - listoviden_A = mkA079 "" ; - listovka_N = mkN041 "" ; - listopad_N = mkN007 "" ; - listopaden_A = mkA079 "" ; - listopodava_sht__A = mkA076 "" ; - listo_ja_d_N = mkN007 "" ; - list_ch_e_N = mkN065 "" ; - lisuger_N = mkN007 "" ; - litavra_N = mkN041 "" ; - litani_ja__N = mkN047 "" ; - litvam_V = actionV (mkV186 "") (mkV152 "") ; - litvane_N = mkN071 "" ; - litvanec_N = mkN008a "" ; - litvanski_A = mkA078 "" ; - literator_N = mkN007a "" ; - literatorka_N = mkN041 "" ; - literatorski_A = mkA078 "" ; - literatorstvo_N = mkN054 "" ; - literatura_N = mkN041 "" ; - literaturen_A = mkA079 "" ; - literaturnost_N = mkN049 "" ; - literaturoved_N = mkN007 "" ; - literaturovedka_N = mkN041 "" ; - literaturovedski_A = mkA078 "" ; - literaturoznanie_N = mkN072 "" ; - literaci_ja__N = mkN047 "" ; - litij_N = mkN032 "" ; - litovec_N = mkN008a "" ; - litovka_N = mkN041 "" ; - litovski_A = mkA078 "" ; - litograf_N = mkN007 "" ; - litografiram_V = stateV (mkV186 "") ; - litografirane_N = mkN071 "" ; - litografi_ch_en_A = mkA079 "" ; - litografi_ch_eski_A = mkA078 "" ; - litografi_ja__N = mkN047 "" ; - litografski_A = mkA078 "" ; - litologi_ja__N = mkN047 "" ; - litosfera_N = mkN041 "" ; - litotomi_ja__N = mkN047 "" ; - litra_zj__N = mkN007 "" ; - liturgi_ch_en_A = mkA079 "" ; - liturgi_ch_eski_A = mkA078 "" ; - liturgi_ja__N = mkN047 "" ; - lityr_N = mkN010 "" ; - lift_N = mkN001 "" ; - lihva_N = mkN041 "" ; - lihvar_N = mkN031a "" ; - lihvarin_N = mkN018 "" ; - lihvarka_N = mkN041 "" ; - lihvarski_A = mkA078 "" ; - lihvarstvo_N = mkN054 "" ; - lihven_A = mkA076 "" ; - lihvonosen_A = mkA079 "" ; - lice_N = mkN066 "" ; - licev_A = mkA076 "" ; - liceen_A = mkA085 "" ; - licej_N = mkN032 "" ; - licemer_N = mkN007 "" ; - licemeren_A = mkA079 "" ; - licemerie_N = mkN072 "" ; - licemerka_N = mkN041 "" ; - licemerstvam_V = stateV (mkV186 "") ; - licemerstvane_N = mkN071 "" ; - licemerstvo_N = mkN054 "" ; - licemerstvuvam_V = stateV (mkV186 "") ; - licemerstvuvane_N = mkN071 "" ; - licemer_ja__V = stateV (mkV173 "") ; - licenz_N = mkN007 "" ; - licenzen_A = mkA079 "" ; - licenzionen_A = mkA079 "" ; - licenziram_V = stateV (mkV186 "") ; - licenziran_A = mkA076 "" ; - licenzirane_N = mkN071 "" ; - licenzi_ja__N = mkN047 "" ; - licepri_ja_tie_N = mkN072 "" ; - li_ch_a_V = stateV (mkV178 "") ; - li_ch_avam_V = stateV (mkV186 "") ; - li_ch_ba_N = mkN041 "" ; - li_ch_en_A = mkA079 "" ; - li_ch_inka_N = mkN041 "" ; - li_ch_nost_N = mkN049 "" ; - li_ch_nosten_A = mkA079 "" ; - li_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - li_sh_avane_N = mkN071 "" ; - li_sh_ej_N = mkN032 "" ; - li_sh_en_A = mkA079 "" ; - li_sh_enie_N = mkN072 "" ; - loben_A = mkA079 "" ; - lobirane_N = mkN071 "" ; - lobist_N = mkN007 "" ; - loboda_N = mkN041 "" ; - lobut_N = mkN007 "" ; - lov_N = mkN001 "" ; - lovd_zj_ijka_N = mkN041 "" ; - lovd_zj_ijski_A = mkA078 "" ; - lovd_zj_i_ja__N = mkN039 "" ; - loven_A = mkA079 "" ; - lovene_N = mkN071 "" ; - lovec_N = mkN008a "" ; - lovitba_N = mkN041 "" ; - lovkost_N = mkN049 "" ; - lovuvam_V = actionV (mkV186 "") (mkV174 "") ; - lovuvane_N = mkN071 "" ; - lovyk_A = mkA080 "" ; - logaritmi_ch_en_A = mkA079 "" ; - logaritym_N = mkN009 "" ; - logik_N = mkN014 "" ; - logika_N = mkN041 "" ; - logi_ch_en_A = mkA079 "" ; - logi_ch_eski_A = mkA078 "" ; - logi_ch_nost_N = mkN049 "" ; - logo_N = mkN065 "" ; - logopati_ja__N = mkN047 "" ; - logoped_N = mkN007 "" ; - logopedi_ja__N = mkN047 "" ; - lodka_N = mkN041 "" ; - lodkar_N = mkN031a "" ; - lodkarka_N = mkN041 "" ; - lodkarski_A = mkA078 "" ; - lod_ch_ica_N = mkN041 "" ; - loen_A = mkA076 "" ; - lo_zj_a_N = mkN041 "" ; - lo_zj_e_N = mkN065 "" ; - loza_N = mkN041 "" ; - lozanski_A = mkA078 "" ; - lozar_N = mkN031a "" ; - lozarski_A = mkA078 "" ; - lozarstvo_N = mkN054 "" ; - loze_N = mkN065 "" ; - lozina_N = mkN041 "" ; - loznica_N = mkN041 "" ; - lozov_A = mkA076 "" ; - lozung_N = mkN007 "" ; - lozungad_zj_i_ja__N = mkN039 "" ; - loj_N = mkN042 "" ; - lokal_N = mkN007 "" ; - lokalen_A = mkA079 "" ; - lokalizaci_ja__N = mkN047 "" ; - lokaliziram_V = stateV (mkV186 "") ; - lokalizirane_N = mkN071 "" ; - lokam_V = stateV (mkV186 "") ; - lokane_N = mkN071 "" ; - lokator_N = mkN007 "" ; - lokva_N = mkN041 "" ; - lokomotiv_N = mkN007 "" ; - lokomotiven_A = mkA079 "" ; - lokomotoren_A = mkA079 "" ; - lokum_N = mkN007 "" ; - lom_N = mkN001 "" ; - lombarden_A = mkA079 "" ; - lomotene_N = mkN071 "" ; - lomot_ja__V = stateV (mkV173 "") ; - lom_ja__V = stateV (mkV174 "") ; - longoz_N = mkN007 "" ; - londonski_A = mkA078 "" ; - london_ch_anin_N = mkN018 "" ; - london_ch_anka_N = mkN041 "" ; - lono_N = mkN054 "" ; - lopata_N = mkN041 "" ; - lopatar_N = mkN031a "" ; - lopatka_N = mkN041 "" ; - lord_N = mkN001 "" ; - lornet_N = mkN007 "" ; - los_N = mkN001 "" ; - losion_N = mkN007 "" ; - lost_N = mkN001 "" ; - lostov_A = mkA076 "" ; - lot_N = mkN001 "" ; - lotarien_A = mkA085 "" ; - lotari_ja__N = mkN047 "" ; - loto_N = mkN054 "" ; - lotos_N = mkN007 "" ; - locman_N = mkN007 "" ; - locmanski_A = mkA078 "" ; - lo_ch_a_V = stateV (mkV176 "") ; - lo_sh__A = mkA076 "" ; - lo_sh_av_A = mkA076 "" ; - lo_sh_avina_N = mkN041 "" ; - lo_sh_oka_ch_estven_A = mkA076 "" ; - lo_sh_oka_ch_estvenost_N = mkN049 "" ; - lo_sh_ota_N = mkN041 "" ; - lo_sh_oti_ja__N = mkN047 "" ; - lo_ja_len_A = mkA079 "" ; - lo_ja_lnost_N = mkN049 "" ; - lo_ja_sam_V = stateV (mkV186 "") ; - lo_ja_sane_N = mkN071 "" ; - lo_ja_svam_V = stateV (mkV186 "") ; - lo_ja_svane_N = mkN071 "" ; - luga_N = mkN041 "" ; - lugav_A = mkA076 "" ; - luga_ch_ka_N = mkN041 "" ; - lud_A = mkA076 "" ; - ludetina_N = mkN041 "" ; - lude_sh_ki_A = mkA078 "" ; - lude_ja__V = stateV (mkV160 "") ; - ludnica_N = mkN041 "" ; - ludori_ja__N = mkN047 "" ; - ludost_N = mkN049 "" ; - luduvam_V = stateV (mkV186 "") ; - luduvane_N = mkN071 "" ; - luk_N = mkN001 "" ; - lukav_A = mkA076 "" ; - lukavec_N = mkN008a "" ; - lukavost_N = mkN049 "" ; - lukavstvam_V = stateV (mkV186 "") ; - lukavstvane_N = mkN071 "" ; - lukavstvo_N = mkN054 "" ; - lukav_sht_ina_N = mkN041 "" ; - lukanka_N = mkN041 "" ; - lukov_A = mkA076 "" ; - lukovica_N = mkN041 "" ; - lukovi_ch_en_A = mkA079 "" ; - lukrativen_A = mkA079 "" ; - luks_N = mkN001 "" ; - luksaci_ja__N = mkN047 "" ; - luksozen_A = mkA079 "" ; - lula_N = mkN041 "" ; - lumbago_N = mkN054 "" ; - lumbagov_A = mkA076 "" ; - lumvam_V = actionV (mkV186 "") (mkV152 "") ; - lumvane_N = mkN071 "" ; - luminal_N = mkN007 "" ; - luminescenten_A = mkA079 "" ; - luminescentnost_N = mkN049 "" ; - luminescenci_ja__N = mkN047 "" ; - lumpen_N = mkN007 "" ; - lumpeniziran_A = mkA076 "" ; - luna_N = mkN041 "" ; - lunav_A = mkA076 "" ; - lunapark_N = mkN001 "" ; - lunatizym_N = mkN011 "" ; - lunatik_N = mkN014 "" ; - lunati_ch_ka_N = mkN041 "" ; - lunen_A = mkA079 "" ; - luni_ch_av_A = mkA076 "" ; - luni_ch_ka_N = mkN041 "" ; - lunohod_N = mkN007 "" ; - lupa_N = mkN041 "" ; - lupam_V = actionV (mkV186 "") (mkV152 "") ; - lupane_N = mkN071 "" ; - lupanica_N = mkN041 "" ; - lupvam_V = actionV (mkV186 "") (mkV152 "") ; - lupvane_N = mkN071 "" ; - luping_N = mkN007 "" ; - lustro_N = mkN054 "" ; - lustrosane_N = mkN071 "" ; - lustrosvam_V = actionV (mkV186 "") (mkV186 "") ; - lustrosvane_N = mkN071 "" ; - lutam_V = stateV (mkV186 "") ; - lutane_N = mkN071 "" ; - lutanica_N = mkN041 "" ; - luft_N = mkN001 "" ; - lu_ch_en_A = mkA076 "" ; - lu_ch_nik_N = mkN014 "" ; - lyv_N = mkN001 "" ; - lyvica_N = mkN041 "" ; - lyvski_A = mkA078 "" ; - lyv_ch_e_N = mkN065 "" ; - lygane_N = mkN071 "" ; - lygot_ja__V = stateV (mkV173 "") ; - ly_zj_a_V = stateV (mkV158 "") ; - ly_zj_edemokraci_ja__N = mkN047 "" ; - ly_zj_eklasicizym_N = mkN011 "" ; - ly_zj_eklasi_ch_eski_A = mkA078 "" ; - ly_zj_emoralen_A = mkA079 "" ; - ly_zj_ene_N = mkN071 "" ; - ly_zj_eprorok_N = mkN014 "" ; - ly_zj_esvidetel_N = mkN031a "" ; - ly_zj_esvidetelka_N = mkN041 "" ; - ly_zj_esvidetelstvam_V = stateV (mkV186 "") ; - ly_zj_esvidetelstvane_N = mkN071 "" ; - ly_zj_esvidetelstvo_N = mkN054 "" ; - ly_zj_esvidetelstvuvam_V = stateV (mkV186 "") ; - ly_zj_esvidetelstvuvane_N = mkN071 "" ; - ly_zj_efilosofi_ja__N = mkN047 "" ; - ly_zj_ec_N = mkN008a "" ; - ly_zj_ica_N = mkN041 "" ; - ly_zj_i_ch_ka_N = mkN041 "" ; - ly_zj_kin_ja__N = mkN047 "" ; - ly_zj_la_N = mkN041 "" ; - ly_zj_liv_A = mkA076 "" ; - ly_zj_livost_N = mkN049 "" ; - ly_zj_lxo_N = mkN040 "" ; - ly_zj_oven_A = mkA079 "" ; - ly_zj_ovnost_N = mkN049 "" ; - lyk_N = mkN001 "" ; - lyka_N = mkN041 "" ; - lykatu_sh_a_V = stateV (mkV176 "") ; - lykatu_sh_en_A = mkA079 "" ; - lykatu_sh_ene_N = mkN071 "" ; - lykov_A = mkA076 "" ; - lykoviden_A = mkA079 "" ; - lysvam_V = actionV (mkV186 "") (mkV152 "") ; - lysvane_N = mkN071 "" ; - lyskav_A = mkA076 "" ; - lyskavina_N = mkN041 "" ; - lyskavost_N = mkN049 "" ; - lyskam_V = actionV (mkV186 "") (mkV152 "") ; - lyskane_N = mkN071 "" ; - lyska_ch__N = mkN007 "" ; - lystiv_A = mkA076 "" ; - lyh_N = mkN001 "" ; - lyham_V = stateV (mkV186 "") ; - lyhane_N = mkN071 "" ; - lyhvam_V = stateV (mkV186 "") ; - lyhvane_N = mkN071 "" ; - lyhna_V = stateV (mkV152 "") ; - lyht_ja__V = stateV (mkV177 "") ; - ly_ch__N = mkN007 "" ; - ly_ch_a_V = stateV (mkV176 "") ; - ly_ch_ev_A = mkA076 "" ; - ly_ch_ezaren_A = mkA079 "" ; - ly_ch_ezarnost_N = mkN049 "" ; - ly_ch_eizpuskane_N = mkN071 "" ; - ly_ch_enie_N = mkN072 "" ; - ly_ch_eobrazen_A = mkA079 "" ; - ly_ch_ist_A = mkA076 "" ; - ly_sht__ja__V = stateV (mkV177 "") ; - lxohman_N = mkN007 "" ; - l_iu_bveobilen_A = mkA079 "" ; - l_iu_bveobilnost_N = mkN049 "" ; - l_iu_bezen_A = mkA079 "" ; - l_iu_bezni_ch_a_V = stateV (mkV176 "") ; - l_iu_beznost_N = mkN049 "" ; - l_iu_bene_N = mkN071 "" ; - l_iu_benica_N = mkN041 "" ; - l_iu_bim_A = mkA076 "" ; - l_iu_bimec_N = mkN008a "" ; - l_iu_bimka_N = mkN041 "" ; - l_iu_bitel_N = mkN031a "" ; - l_iu_bitelka_N = mkN041 "" ; - l_iu_bitelski_A = mkA078 "" ; - l_iu_bitelstvo_N = mkN054 "" ; - l_iu_bov_N = mkN049 "" ; - l_iu_boven_A = mkA079 "" ; - l_iu_bovnik_N = mkN014 "" ; - l_iu_bovnica_N = mkN041 "" ; - l_iu_bodejstvuvam_V = stateV (mkV186 "") ; - l_iu_bodejstvuvane_N = mkN071 "" ; - l_iu_boznanie_N = mkN072 "" ; - l_iu_boznatelen_A = mkA079 "" ; - l_iu_boznatelnost_N = mkN049 "" ; - l_iu_bopiten_A = mkA079 "" ; - l_iu_bopitstvam_V = stateV (mkV186 "") ; - l_iu_bopitstvane_N = mkN071 "" ; - l_iu_bopitstvo_N = mkN054 "" ; - l_iu_bopitstvuvam_V = stateV (mkV186 "") ; - l_iu_bopitstvuvane_N = mkN071 "" ; - l_iu_buvam_V = stateV (mkV186 "") ; - l_iu_buvane_N = mkN071 "" ; - l_iu_b_ja__V = stateV (mkV173 "") ; - l_iu_doed_N = mkN007 "" ; - l_iu_doedstvo_N = mkN054 "" ; - l_iu_do_ja_dec_N = mkN008a "" ; - l_iu_dski_A = mkA078 "" ; - l_iu_k_N = mkN001 "" ; - l_iu_kov_A = mkA076 "" ; - l_iu_ksemburgski_A = mkA078 "" ; - l_iu_leene_N = mkN071 "" ; - l_iu_le_ja__V = stateV (mkV160 "") ; - l_iu_lka_N = mkN041 "" ; - l_iu_lkam_V = stateV (mkV186 "") ; - l_iu_lkane_N = mkN071 "" ; - l_iu_l_ch_en_A = mkA076 "" ; - l_iu_l_ch_in_A = mkA076 "" ; - l_iu_l_ja_k_N = mkN014 "" ; - l_iu_l_ja_kov_A = mkA076 "" ; - l_iu_pene_N = mkN071 "" ; - l_iu_piln_ja__N = mkN047 "" ; - l_iu_p_ja__V = stateV (mkV173 "") ; - l_iu_spa_N = mkN041 "" ; - l_iu_spest_A = mkA076 "" ; - l_iu_t_A = mkA076 "" ; - l_iu_tene_N = mkN071 "" ; - l_iu_tenica_N = mkN041 "" ; - l_iu_teranski_A = mkA078 "" ; - l_iu_teranstvo_N = mkN054 "" ; - l_iu_tiv_A = mkA076 "" ; - l_iu_tivina_N = mkN041 "" ; - l_iu_tika_N = mkN041 "" ; - l_iu_tikov_A = mkA076 "" ; - l_iu_tina_N = mkN041 "" ; - l_iu_ti_ch_e_N = mkN065 "" ; - l_iu_tn_ja__N = mkN047 "" ; - l_iu_t_ja__V = stateV (mkV174 "") ; - l_iu_cerna_N = mkN041 "" ; - l_iu_cernov_A = mkA076 "" ; - l_iu__sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - l_iu__sh_vane_N = mkN071 "" ; - l_iu__sh_kam_V = stateV (mkV186 "") ; - l_iu__sh_kane_N = mkN071 "" ; - l_iu__sh_kanica_N = mkN041 "" ; - l_iu__sht_ene_N = mkN071 "" ; - l_iu__sht__ja__V = stateV (mkV173 "") ; - l_ja_v_A = mkA081 "" ; - l_ja_vosto_ja__sht__A = mkA076 "" ; - l_ja_gam_V = stateV (mkV186 "") ; - l_ja_gane_N = mkN071 "" ; - l_ja_stovica_N = mkN041 "" ; - l_ja_stovi_ch_e_N = mkN065 "" ; - l_ja_stovi_ch_i_A = mkA087 "" ; - l_ja_stovi_ch_ka_N = mkN041 "" ; - l_ja_to_N = mkN057 "" ; - l_ja_to_sh_en_A = mkA079 "" ; - mavzolej_N = mkN032 "" ; - mavritanec_N = mkN008a "" ; - mavritanka_N = mkN041 "" ; - mavritanski_A = mkA078 "" ; - mavrud_N = mkN007 "" ; - mavyr_N = mkN009 "" ; - mag_N = mkN001 "" ; - magazin_N = mkN007 "" ; - magaziner_N = mkN007 "" ; - magazinerka_N = mkN041 "" ; - magazin_ch_e_N = mkN065 "" ; - magazi_ja__N = mkN047 "" ; - magan_N = mkN007 "" ; - magare_N = mkN065 "" ; - magarence_N = mkN066 "" ; - magaretar_N = mkN031a "" ; - magare_sh_ki_A = mkA078 "" ; - magare_sht_ina_N = mkN041 "" ; - magarica_N = mkN041 "" ; - magari_ja__N = mkN047 "" ; - magdanoz_N = mkN007 "" ; - magistrala_N = mkN041 "" ; - magistralen_A = mkA079 "" ; - magistrat_N = mkN007 "" ; - magistratura_N = mkN041 "" ; - magistyr_N = mkN009 "" ; - magistyrski_A = mkA078 "" ; - magi_ch_eski_A = mkA078 "" ; - magi_ja__N = mkN047 "" ; - magma_N = mkN041 "" ; - magmen_A = mkA076 "" ; - magnat_N = mkN007 "" ; - magneziev_A = mkA076 "" ; - magnezij_N = mkN032 "" ; - magnezit_N = mkN007 "" ; - magnetiziram_V = stateV (mkV186 "") ; - magnetizirane_N = mkN071 "" ; - magnetizym_N = mkN011 "" ; - magnetit_N = mkN007 "" ; - magneti_ch_en_A = mkA079 "" ; - magneti_ch_nost_N = mkN049 "" ; - magnetofon_N = mkN007 "" ; - magnetofonen_A = mkA079 "" ; - magnij_N = mkN032 "" ; - magnit_N = mkN007 "" ; - magniten_A = mkA079 "" ; - magnitnoelektri_ch_eski_A = mkA078 "" ; - magnitoskop_N = mkN007 "" ; - magnitofon_N = mkN007 "" ; - magnoli_ja__N = mkN047 "" ; - magxosen_A = mkA079 "" ; - magxosnik_N = mkN014a "" ; - magxosnica_N = mkN041 "" ; - magxosni_ch_eski_A = mkA078 "" ; - magxosni_ch_estvo_N = mkN054 "" ; - madagaskarec_N = mkN008a "" ; - madagaskarka_N = mkN041 "" ; - madagaskarski_A = mkA078 "" ; - madama_N = mkN041 "" ; - madejra_N = mkN041 "" ; - mad_zj_ar_N = mkN031a "" ; - mad_zj_arin_N = mkN018 "" ; - mad_zj_arka_N = mkN041 "" ; - mad_zj_arski_A = mkA078 "" ; - mad_zj_un_N = mkN007 "" ; - mad_zj_unen_A = mkA079 "" ; - mad_zj_uniram_V = stateV (mkV186 "") ; - mad_zj_unirane_N = mkN071 "" ; - madona_N = mkN041 "" ; - maestro_N = mkN040 "" ; - ma_zj_a_V = stateV (mkV156 "") ; - ma_zj_or_N = mkN007 "" ; - ma_zj_oren_A = mkA079 "" ; - ma_zj_oritaren_A = mkA079 "" ; - maza_N = mkN041 "" ; - mazane_N = mkN071 "" ; - maza_ch__N = mkN007b "" ; - mazvam_V = stateV (mkV186 "") ; - mazvane_N = mkN071 "" ; - mazgal_N = mkN007 "" ; - maze_N = mkN065 "" ; - mazen_A = mkA079 "" ; - mazilka_N = mkN041 "" ; - mazilo_N = mkN054 "" ; - mazna_V = stateV (mkV152 "") ; - maznene_N = mkN071 "" ; - maznik_N = mkN014 "" ; - maznina_N = mkN041 "" ; - maznica_N = mkN041 "" ; - maznost_N = mkN049 "" ; - mazn_ja__V = stateV (mkV173 "") ; - mazol_N = mkN007 "" ; - mazolest_A = mkA076 "" ; - mazohizym_N = mkN011 "" ; - mazohist_N = mkN007 "" ; - mazohisti_ch_en_A = mkA079 "" ; - mazohistka_N = mkN041 "" ; - mazurka_N = mkN041 "" ; - mazut_N = mkN007 "" ; - majka_N = mkN041a "" ; - majkoubijstvo_N = mkN054 "" ; - majmuna_N = mkN041 "" ; - majmund_zj_ilyk_N = mkN014 "" ; - majmunka_N = mkN041 "" ; - majmunopodoben_A = mkA079 "" ; - majmunski_A = mkA078 "" ; - majmun_ja__V = stateV (mkV174 "") ; - majmun_ja_k_N = mkN014 "" ; - majna_N = mkN041 "" ; - majolika_N = mkN041 "" ; - majoneza_N = mkN041 "" ; - major_N = mkN007 "" ; - majorski_A = mkA078 "" ; - majski_A = mkA078 "" ; - majstor_N = mkN007 "" ; - majstori_ja__N = mkN047 "" ; - majstorka_N = mkN041 "" ; - majstorlyk_N = mkN014 "" ; - majstorski_A = mkA078 "" ; - majstorstvo_N = mkN054 "" ; - majstor_ja__V = stateV (mkV174 "") ; - majtap_N = mkN007 "" ; - majtap_ch_ijka_N = mkN041 "" ; - majtap_ch_ijski_A = mkA078 "" ; - majtap_ch_i_ja__N = mkN039 "" ; - majtap_ja__V = stateV (mkV173 "") ; - maj_ch_in_A = mkA076 "" ; - maj_ch_ini_ja__N = mkN047 "" ; - maj_ch_inski_A = mkA078 "" ; - maj_ch_instvo_N = mkN054 "" ; - maj_ch_ica_N = mkN041b "" ; - maj_ch_i_ch_ka_N = mkN041 "" ; - mak_N = mkN001 "" ; - makadam_N = mkN007 "" ; - makadamov_A = mkA076 "" ; - makak_N = mkN014 "" ; - makara_N = mkN041 "" ; - makaron_N = mkN007 "" ; - makedonski_A = mkA078 "" ; - maket_N = mkN007 "" ; - maketen_A = mkA079 "" ; - makiavelizym_N = mkN011 "" ; - makiavelist_N = mkN007 "" ; - makiavelisti_ch_eski_A = mkA078 "" ; - makiavelski_A = mkA078 "" ; - makov_A = mkA076 "" ; - makroezik_N = mkN014 "" ; - makrokosmi_ch_en_A = mkA079 "" ; - makrokosmos_N = mkN007 "" ; - makros_N = mkN007 "" ; - makroskopi_ch_en_A = mkA079 "" ; - maksima_N = mkN041 "" ; - maksimalen_A = mkA079 "" ; - maksimalist_N = mkN007 "" ; - maksimalistka_N = mkN041 "" ; - maksimiziram_V = stateV (mkV186 "") ; - maksimizirane_N = mkN071 "" ; - maksimum_N = mkN007 "" ; - malaga_N = mkN041 "" ; - malaec_N = mkN013 "" ; - malajka_N = mkN041 "" ; - malajski_A = mkA078 "" ; - malak_N = mkN014 "" ; - malama_sh_ka_N = mkN041 "" ; - malarien_A = mkA085 "" ; - malari_ch_en_A = mkA079 "" ; - malari_ja__N = mkN047 "" ; - mala_ch_e_N = mkN065 "" ; - mala_sh_evski_A = mkA078 "" ; - malga_sh_ka_N = mkN041 "" ; - maldivski_A = mkA078 "" ; - malina_N = mkN041 "" ; - malina_zj__N = mkN007 "" ; - malinak_N = mkN014 "" ; - malinar_N = mkN031a "" ; - malinarka_N = mkN041 "" ; - malinov_A = mkA076 "" ; - malinovka_N = mkN041 "" ; - malinovo_ch_erven_A = mkA076 "" ; - maloaziec_N = mkN008a "" ; - maloazijka_N = mkN041 "" ; - maloazijski_A = mkA078 "" ; - malobroen_A = mkA085 "" ; - malobrojnost_N = mkN049 "" ; - malova_zj_en_A = mkA079 "" ; - malova_zj_nost_N = mkN049 "" ; - maloverie_N = mkN072 "" ; - malovoden_A = mkA079 "" ; - malovodie_N = mkN072 "" ; - malovrysten_A = mkA079 "" ; - malogabariten_A = mkA079 "" ; - malogramoten_A = mkA079 "" ; - malogramotnost_N = mkN049 "" ; - malodu_sh_en_A = mkA079 "" ; - malodu_sh_ie_N = mkN072 "" ; - maloimoten_A = mkA079 "" ; - malokalibren_A = mkA076 "" ; - malokryven_A = mkA079 "" ; - malokryvie_N = mkN072 "" ; - malokulturen_A = mkA079 "" ; - malokulturnost_N = mkN049 "" ; - maloleten_A = mkA079 "" ; - maloletie_N = mkN072 "" ; - malolitra_zj_en_A = mkA079 "" ; - malol_iu_den_A = mkA079 "" ; - malomeren_A = mkA079 "" ; - malomo_sht_en_A = mkA079 "" ; - maloocenen_A = mkA076 "" ; - maloocen_ja_vam_V = stateV (mkV186 "") ; - maloocen_ja_vane_N = mkN071 "" ; - malorusiec_N = mkN008a "" ; - malorusijski_A = mkA078 "" ; - malostojnost_N = mkN049 "" ; - malotira_zj_en_A = mkA079 "" ; - malotraen_A = mkA085 "" ; - maloumen_A = mkA079 "" ; - maloumie_N = mkN072 "" ; - maloumnik_N = mkN014 "" ; - malocenen_A = mkA079 "" ; - malocennost_N = mkN049 "" ; - malo_ch_islen_A = mkA076 "" ; - malo_ch_islenost_N = mkN049 "" ; - maltiec_N = mkN013 "" ; - maltijski_A = mkA078 "" ; - maltretiram_V = stateV (mkV186 "") ; - maltretirane_N = mkN071 "" ; - malc_N = mkN001 "" ; - malcinstven_A = mkA076 "" ; - malcinstvo_N = mkN054 "" ; - malcov_A = mkA076 "" ; - mal_ch_ugan_N = mkN007 "" ; - malyk_A = mkA080 "" ; - mama_N = mkN041 "" ; - mamaliga_N = mkN041 "" ; - mamaligar_N = mkN031a "" ; - mamarec_N = mkN008a "" ; - mamene_N = mkN071 "" ; - mamin_A = mkA076 "" ; - mamini_A = mkA078 "" ; - maminka_N = mkN041 "" ; - mamka_N = mkN041 "" ; - mamliv_A = mkA076 "" ; - mamon_N = mkN007 "" ; - mamul_N = mkN007 "" ; - mamut_N = mkN007 "" ; - mam_ja__V = stateV (mkV173 "") ; - mana_N = mkN041 "" ; - manastir_N = mkN007 "" ; - manastirski_A = mkA078 "" ; - manatarka_N = mkN041 "" ; - manaf_N = mkN007 "" ; - manafin_N = mkN018 "" ; - mangal_N = mkN007 "" ; - mangan_N = mkN007 "" ; - manganov_A = mkA076 "" ; - mango_N = mkN040 "" ; - mangov_A = mkA076 "" ; - mangovica_N = mkN041 "" ; - mangusta_N = mkN041 "" ; - mandalo_N = mkN054 "" ; - mandarin_N = mkN018 "" ; - mandarina_N = mkN041 "" ; - mandarinov_A = mkA076 "" ; - mandat_N = mkN007 "" ; - mandaten_A = mkA079 "" ; - mandahercam_V = stateV (mkV186 "") ; - mandahercane_N = mkN071 "" ; - mand_zj_a_N = mkN041 "" ; - mandolina_N = mkN041 "" ; - mandra_N = mkN041 "" ; - mandragora_N = mkN041 "" ; - mandrad_zj_ijski_A = mkA078 "" ; - mandrad_zj_ijstvo_N = mkN054 "" ; - mandrad_zj_i_ja__N = mkN039 "" ; - manevra_N = mkN041 "" ; - manevren_A = mkA076 "" ; - manevrenost_N = mkN049 "" ; - manevriram_V = stateV (mkV186 "") ; - manevrirane_N = mkN071 "" ; - manevrist_N = mkN007 "" ; - mane_zj__N = mkN007 "" ; - maneken_N = mkN007 "" ; - manekenka_N = mkN041 "" ; - manerka_N = mkN041 "" ; - maniak_N = mkN014 "" ; - maniakalen_A = mkA079 "" ; - mania_ch_eski_A = mkA078 "" ; - mania_ch_estvo_N = mkN054 "" ; - mania_ch_ka_N = mkN041 "" ; - mania_sh_ki_A = mkA078 "" ; - manivela_N = mkN041 "" ; - manier_N = mkN007 "" ; - manieren_A = mkA079 "" ; - manierni_ch_a_V = stateV (mkV176 "") ; - manierni_ch_ene_N = mkN071 "" ; - maniernost_N = mkN049 "" ; - manik_iu_r_N = mkN007 "" ; - manik_iu_rist_N = mkN007 "" ; - manik_iu_ristka_N = mkN041 "" ; - manilski_A = mkA078 "" ; - manipula_N = mkN041 "" ; - manipulativen_A = mkA079 "" ; - manipulator_N = mkN007 "" ; - manipulacionen_A = mkA079 "" ; - manipulaci_ja__N = mkN047 "" ; - manipuliram_V = stateV (mkV186 "") ; - manipulirane_N = mkN071 "" ; - manifaktura_N = mkN041 "" ; - manifakturen_A = mkA079 "" ; - manifakturist_N = mkN007 "" ; - manifakturistka_N = mkN041 "" ; - manifest_N = mkN007 "" ; - manifestant_N = mkN007 "" ; - manifestantka_N = mkN041 "" ; - manifestaci_ja__N = mkN047 "" ; - manifestiram_V = stateV (mkV186 "") ; - manifestirane_N = mkN071 "" ; - manihejstvo_N = mkN054 "" ; - mani_ja__N = mkN047 "" ; - mankiram_V = stateV (mkV186 "") ; - mankirane_N = mkN071 "" ; - mankxor_N = mkN007 "" ; - manna_N = mkN041 "" ; - manometri_ch_en_A = mkA079 "" ; - manometyr_N = mkN009 "" ; - manosam_V = stateV (mkV186 "") ; - manosane_N = mkN071 "" ; - manosvam_V = stateV (mkV186 "") ; - manosvane_N = mkN071 "" ; - mansarda_N = mkN041 "" ; - mansarden_A = mkA079 "" ; - mantalitet_N = mkN007 "" ; - mantisa_N = mkN041 "" ; - manti_ja__N = mkN047 "" ; - manto_N = mkN054 "" ; - mantra_N = mkN041 "" ; - man_ch_esterski_A = mkA078 "" ; - man_ch_estyrski_A = mkA078 "" ; - man_sh__N = mkN001 "" ; - man_sh_et_N = mkN007 "" ; - man_sh_on_N = mkN007 "" ; - maorski_A = mkA078 "" ; - marazym_N = mkN011 "" ; - maran_ja__N = mkN047 "" ; - maraton_N = mkN007 "" ; - maratonka_N = mkN041 "" ; - maratonski_A = mkA078 "" ; - margarin_N = mkN007 "" ; - margarit_N = mkN007 "" ; - margariten_A = mkA079 "" ; - margaritka_N = mkN041 "" ; - margaritov_A = mkA076 "" ; - marginal_N = mkN007 "" ; - marginalen_A = mkA079 "" ; - mar_zj__N = mkN001 "" ; - marina_N = mkN041 "" ; - marinata_N = mkN041 "" ; - marinist_N = mkN007 "" ; - marinistka_N = mkN041 "" ; - marinovam_V = stateV (mkV186 "") ; - marinovan_A = mkA076 "" ; - marinovane_N = mkN071 "" ; - marioneten_A = mkA079 "" ; - marionetka_N = mkN041 "" ; - marihuana_N = mkN042 "" ; - marka_N = mkN041 "" ; - markad_zj_ijski_A = mkA078 "" ; - markad_zj_ijstvo_N = mkN054 "" ; - marker_N = mkN007 "" ; - marketing_N = mkN040a "" ; - marketingov_A = mkA076 "" ; - markiz_N = mkN007a "" ; - markiza_N = mkN041 "" ; - markiram_V = stateV (mkV186 "") ; - markirane_N = mkN071 "" ; - markirova_ch__N = mkN007 "" ; - markirovka_N = mkN041 "" ; - markirovy_ch_en_A = mkA079 "" ; - markol_iu_bitel_N = mkN031a "" ; - markol_iu_bitelka_N = mkN041 "" ; - markol_iu_bitelski_A = mkA078 "" ; - markoprodavec_N = mkN008a "" ; - marksizym_N = mkN011 "" ; - marksist_N = mkN007 "" ; - marksistka_N = mkN041 "" ; - marksistki_A = mkA078 "" ; - marksi_ch_eski_A = mkA078 "" ; - marku_ch__N = mkN007 "" ; - marl_ja__V = stateV (mkV177 "") ; - marmalad_N = mkN007 "" ; - maroder_N = mkN007 "" ; - maroderski_A = mkA078 "" ; - maroderstvam_V = stateV (mkV186 "") ; - maroderstvane_N = mkN071 "" ; - maroderstvo_N = mkN054 "" ; - maroderstvuvam_V = stateV (mkV186 "") ; - maroderstvuvane_N = mkN071 "" ; - marokanec_N = mkN008a "" ; - marokanski_A = mkA078 "" ; - maroken_N = mkN007 "" ; - marsianec_N = mkN008a "" ; - marsianski_A = mkA078 "" ; - martenica_N = mkN041 "" ; - martenov_A = mkA076 "" ; - martenski_A = mkA078 "" ; - martina_N = mkN041 "" ; - martinka_N = mkN041 "" ; - marul_ja__N = mkN047 "" ; - marcipan_A = mkA076 "" ; - mar_sh__N = mkN001 "" ; - mar_sh_al_N = mkN007a "" ; - mar_sh_alski_A = mkA078 "" ; - mar_sh_irovka_N = mkN041 "" ; - mar_sh_iruvam_V = stateV (mkV186 "") ; - mar_sh_iruvane_N = mkN071 "" ; - mar_sh_ov_A = mkA076 "" ; - mar_sh_rut_N = mkN007 "" ; - mar_sh_ruten_A = mkA079 "" ; - mar_sh_rutizator_N = mkN007 "" ; - mar_sh_rutiziram_V = stateV (mkV186 "") ; - mar_sh_rutizirane_N = mkN071 "" ; - masa_N = mkN041 "" ; - masa_zj__N = mkN007 "" ; - masa_zj_iram_V = stateV (mkV186 "") ; - masa_zj_irane_N = mkN071 "" ; - masa_zj_ist_N = mkN007 "" ; - masa_zj_istka_N = mkN041 "" ; - masa_ch_uzetski_A = mkA078 "" ; - masiv_N = mkN007 "" ; - masiven_A = mkA079 "" ; - masivnost_N = mkN049 "" ; - masiran_A = mkA076 "" ; - masi_ch_ka_N = mkN041 "" ; - maska_N = mkN041 "" ; - maskara_N = mkN041 "" ; - maskarad_N = mkN007 "" ; - maskaraden_A = mkA079 "" ; - maskarlyk_N = mkN014 "" ; - maskar_ja__V = stateV (mkV174 "") ; - maskiram_V = stateV (mkV186 "") ; - maskiran_A = mkA076 "" ; - maskirane_N = mkN071 "" ; - maskirovka_N = mkN041 "" ; - maskirovy_ch_en_A = mkA079 "" ; - maslar_N = mkN031a "" ; - maslarka_N = mkN041 "" ; - maslarski_A = mkA078 "" ; - maslarstvo_N = mkN054 "" ; - maslen_A = mkA076 "" ; - maslenica_N = mkN041 "" ; - maslenka_N = mkN041 "" ; - maslenost_N = mkN049 "" ; - maslina_N = mkN041 "" ; - maslinen_A = mkA076 "" ; - maslinenozelen_A = mkA076 "" ; - maslinov_A = mkA076 "" ; - maslo_N = mkN054 "" ; - maslobojna_N = mkN041 "" ; - maslodaen_A = mkA085 "" ; - maslodajnost_N = mkN049 "" ; - maslodobiven_A = mkA079 "" ; - maslometyr_N = mkN009 "" ; - maslopokazatel_N = mkN031 "" ; - masloprovod_N = mkN007 "" ; - maslosvet_N = mkN007 "" ; - maslxonka_N = mkN041 "" ; - masov_A = mkA076 "" ; - masovizaci_ja__N = mkN047 "" ; - masoviziram_V = stateV (mkV186 "") ; - masovizirane_N = mkN071 "" ; - masovik_N = mkN014 "" ; - masovost_N = mkN049 "" ; - mason_N = mkN007 "" ; - masonski_A = mkA078 "" ; - masonstvo_N = mkN054 "" ; - masraf_N = mkN007 "" ; - masrafli_ja__N = mkN039 "" ; - mast_N = mkN049 "" ; - mastar_N = mkN007 "" ; - masten_A = mkA079 "" ; - mastika_N = mkN041 "" ; - mastilen_A = mkA076 "" ; - mastilenostruen_A = mkA085 "" ; - mastileno_ch_eren_A = mkA079 "" ; - mastilnica_N = mkN041 "" ; - mastilo_N = mkN054 "" ; - mastit_A = mkA076 "" ; - mastodont_N = mkN007 "" ; - masur_N = mkN007 "" ; - masur_ch_e_N = mkN065 "" ; - mat_N = mkN001 "" ; - matador_N = mkN007a "" ; - matematik_N = mkN014a "" ; - matematika_N = mkN041 "" ; - matemati_ch_en_A = mkA079 "" ; - matemati_ch_eski_A = mkA078 "" ; - matemati_ch_ka_N = mkN041 "" ; - materen_A = mkA079 "" ; - material_N = mkN007 "" ; - materialen_A = mkA079 "" ; - materializaci_ja__N = mkN047 "" ; - materializiram_V = stateV (mkV186 "") ; - materializirane_N = mkN071 "" ; - materializym_N = mkN011 "" ; - materialist_N = mkN007 "" ; - materialisti_ch_en_A = mkA079 "" ; - materialisti_ch_eski_A = mkA078 "" ; - materialistka_N = mkN041 "" ; - materialnost_N = mkN049 "" ; - materik_N = mkN014 "" ; - materinski_A = mkA078 "" ; - materinstvo_N = mkN054 "" ; - materi_ja__N = mkN047 "" ; - materka_N = mkN041 "" ; - matine_N = mkN065 "" ; - matiram_V = stateV (mkV186 "") ; - matirane_N = mkN071 "" ; - matka_N = mkN041 "" ; - matkap_N = mkN007 "" ; - matov_A = mkA076 "" ; - matovost_N = mkN049 "" ; - mato_ch_en_A = mkA079 "" ; - mato_ch_ina_N = mkN041 "" ; - matrak_N = mkN014 "" ; - matriarhalen_A = mkA079 "" ; - matriarhat_N = mkN007 "" ; - matrica_N = mkN041 "" ; - matri_ch_en_A = mkA079 "" ; - matrona_N = mkN041 "" ; - matros_N = mkN007 "" ; - matroski_A = mkA078 "" ; - matura_N = mkN041 "" ; - maturitant_N = mkN007 "" ; - maturiteten_A = mkA079 "" ; - mauzer_N = mkN007 "" ; - mauzerka_N = mkN041 "" ; - mafioz_N = mkN007 "" ; - mafiot_N = mkN007 "" ; - mafi_ja__N = mkN047 "" ; - mahagon_N = mkN007 "" ; - mahagonov_A = mkA076 "" ; - mahala_N = mkN041 "" ; - mahalenski_A = mkA078 "" ; - mahalo_N = mkN054 "" ; - maham_V = actionV (mkV186 "") (mkV152 "") ; - mahana_N = mkN041 "" ; - mahand_zj_ijka_N = mkN041 "" ; - mahand_zj_i_ja__N = mkN039 "" ; - mahane_N = mkN071 "" ; - maharad_zj_a_N = mkN038 "" ; - mahvam_V = actionV (mkV186 "") (mkV152 "") ; - mahvane_N = mkN071 "" ; - mahlenec_N = mkN008a "" ; - mahlenka_N = mkN041 "" ; - mahlenski_A = mkA078 "" ; - mahmurli_ja__N = mkN039 "" ; - mahmurluk_N = mkN014 "" ; - mahov_A = mkA076 "" ; - mahovik_N = mkN014 "" ; - maca_N = mkN041 "" ; - macam_V = actionV (mkV186 "") (mkV152 "") ; - macane_N = mkN071 "" ; - macvam_V = actionV (mkV186 "") (mkV152 "") ; - macvane_N = mkN071 "" ; - macka_N = mkN041 "" ; - ma_ch__N = mkN001 "" ; - ma_ch_kaem_A = mkA076 "" ; - ma_ch_kam_V = stateV (mkV186 "") ; - ma_ch_kane_N = mkN071 "" ; - ma_ch_kanica_N = mkN041 "" ; - ma_ch_ta_N = mkN041 "" ; - ma_ch_tov_A = mkA076 "" ; - ma_sh_a_N = mkN041 "" ; - ma_sh_ina_N = mkN041 "" ; - ma_sh_inalen_A = mkA079 "" ; - ma_sh_inari_ja__N = mkN047 "" ; - ma_sh_inaci_ja__N = mkN047 "" ; - ma_sh_inen_A = mkA079 "" ; - ma_sh_inizaci_ja__N = mkN047 "" ; - ma_sh_iniziram_V = stateV (mkV186 "") ; - ma_sh_inizirane_N = mkN071 "" ; - ma_sh_inist_N = mkN007a "" ; - ma_sh_inka_N = mkN041 "" ; - ma_sh_innozavisim_A = mkA076 "" ; - ma_sh_innonezavisim_A = mkA076 "" ; - ma_sh_innotraktoren_A = mkA079 "" ; - ma_sh_inoznanie_N = mkN072 "" ; - ma_sh_inopis_N = mkN007 "" ; - ma_sh_inopisen_A = mkA079 "" ; - ma_sh_inopisec_N = mkN008a "" ; - ma_sh_inopiska_N = mkN041 "" ; - ma_sh_inostroene_N = mkN071 "" ; - ma_sh_inostroitel_N = mkN031a "" ; - ma_sh_inostroitelen_A = mkA079 "" ; - ma_sht_ab_N = mkN007 "" ; - ma_sht_aben_A = mkA079 "" ; - ma_sht_abiram_V = stateV (mkV186 "") ; - ma_sht_abirane_N = mkN071 "" ; - ma_sht_abiruem_A = mkA076 "" ; - ma_sht_abiruemost_N = mkN049 "" ; - ma_sht_erka_N = mkN041 "" ; - ma_sht_eha_N = mkN041 "" ; - ma_ja__V = stateV (mkV162 "") ; - ma_ja_k_N = mkN014 "" ; - meandyr_N = mkN009 "" ; - mebel_N = mkN007 "" ; - mebelen_A = mkA079 "" ; - mebeliram_V = stateV (mkV186 "") ; - mebeliran_A = mkA076 "" ; - mebelirane_N = mkN071 "" ; - mebelirovka_N = mkN041 "" ; - mebelist_N = mkN007a "" ; - megavat_N = mkN007 "" ; - megaloman_N = mkN007 "" ; - megalomani_ja__N = mkN047 "" ; - megalomanka_N = mkN041 "" ; - megalomanski_A = mkA078 "" ; - megapolis_N = mkN007 "" ; - megafon_N = mkN007 "" ; - megaherc_N = mkN007 "" ; - megacikyl_N = mkN009 "" ; - megdan_N = mkN007 "" ; - med_N = mkN049 "" ; - medal_N = mkN007 "" ; - medalist_N = mkN007 "" ; - medalxon_N = mkN007 "" ; - medar_N = mkN031a "" ; - meden_A = mkA079 "" ; - medec_N = mkN027 "" ; - med_zj_idi_ja__N = mkN039 "" ; - medialen_A = mkA079 "" ; - mediana_N = mkN041 "" ; - mediator_N = mkN007 "" ; - medievist_N = mkN007 "" ; - medievistika_N = mkN041 "" ; - medien_A = mkA085 "" ; - medik_N = mkN014 "" ; - medikament_N = mkN007 "" ; - medikamentozen_A = mkA079 "" ; - meditativen_A = mkA079 "" ; - meditaci_ja__N = mkN047 "" ; - medium_N = mkN007 "" ; - medicina_N = mkN041 "" ; - medicinski_A = mkA078 "" ; - medi_ch_ka_N = mkN041 "" ; - medi_ja__N = mkN047 "" ; - mednik_N = mkN014 "" ; - mednikar_N = mkN031a "" ; - mednikarstvo_N = mkN054 "" ; - medno_ch_erven_A = mkA076 "" ; - medov_A = mkA076 "" ; - medovina_N = mkN041 "" ; - medovit_A = mkA076 "" ; - medodobiv_N = mkN007 "" ; - medodobiven_A = mkA079 "" ; - medonosen_A = mkA079 "" ; - meduza_N = mkN041 "" ; - me_zj_dina_N = mkN041 "" ; - me_zj_dinen_A = mkA079 "" ; - me_zj_duatomen_A = mkA079 "" ; - me_zj_duvagonen_A = mkA079 "" ; - me_zj_duvedomstven_A = mkA076 "" ; - me_zj_duvlastie_N = mkN072 "" ; - me_zj_duvremenen_A = mkA079 "" ; - me_zj_duvremie_N = mkN072 "" ; - me_zj_dugalaktie_N = mkN072 "" ; - me_zj_dugalakti_ch_eski_A = mkA078 "" ; - me_zj_dugradski_A = mkA078 "" ; - me_zj_dudejstvie_N = mkN072 "" ; - me_zj_dudyr_zj_aven_A = mkA079 "" ; - me_zj_dueta_zj_en_A = mkA079 "" ; - me_zj_duzvezden_A = mkA079 "" ; - me_zj_duklety_ch_en_A = mkA079 "" ; - me_zj_dukontinentalen_A = mkA079 "" ; - me_zj_dulinie_N = mkN072 "" ; - me_zj_dumetie_N = mkN072 "" ; - me_zj_dumuskulen_A = mkA079 "" ; - me_zj_dunaroden_A = mkA079 "" ; - me_zj_duosie_N = mkN072 "" ; - me_zj_duosoben_A = mkA079 "" ; - me_zj_duosobica_N = mkN041 "" ; - me_zj_duostroven_A = mkA079 "" ; - me_zj_duplaneten_A = mkA079 "" ; - me_zj_duplemenen_A = mkA079 "" ; - me_zj_dupolov_A = mkA076 "" ; - me_zj_durebren_A = mkA076 "" ; - me_zj_durebrie_N = mkN072 "" ; - me_zj_duredie_N = mkN072 "" ; - me_zj_durelsie_N = mkN072 "" ; - me_zj_duseli_sht_en_A = mkA079 "" ; - me_zj_duselski_A = mkA078 "" ; - me_zj_ducarstvie_N = mkN072 "" ; - me_zj_du_ch_asie_N = mkN072 "" ; - me_zj_du_sht_atski_A = mkA078 "" ; - meze_N = mkN065 "" ; - mezozoj_N = mkN032 "" ; - mezozojski_A = mkA078 "" ; - mezokarp_N = mkN007 "" ; - mezonet_N = mkN007 "" ; - mek_A = mkA076 "" ; - mekere_N = mkN065 "" ; - mekica_N = mkN041 "" ; - mekost_N = mkN049 "" ; - mekostenen_A = mkA079 "" ; - mekosyrde_ch_en_A = mkA079 "" ; - mekota_N = mkN041 "" ; - mekotelen_A = mkA079 "" ; - mekotelo_N = mkN062 "" ; - meksikanec_N = mkN008a "" ; - meksikanka_N = mkN041 "" ; - meksikanski_A = mkA078 "" ; - meku_sh_av_A = mkA076 "" ; - meku_sh_avec_N = mkN008a "" ; - meku_sh_avost_N = mkN049 "" ; - melan_zj__N = mkN007 "" ; - melanoza_N = mkN041 "" ; - melanholen_A = mkA079 "" ; - melanholik_N = mkN014 "" ; - melanholi_ch_en_A = mkA079 "" ; - melanholi_ch_ka_N = mkN041 "" ; - melanholi_ja__N = mkN047 "" ; - melasa_N = mkN041 "" ; - mela_ch_ka_N = mkN041 "" ; - melba_N = mkN041 "" ; - mele_N = mkN065 "" ; - melez_N = mkN007 "" ; - melezen_A = mkA079 "" ; - melene_N = mkN071 "" ; - meliorativen_A = mkA079 "" ; - meliorator_N = mkN007 "" ; - melioraci_ja__N = mkN047 "" ; - meliorizym_N = mkN011 "" ; - melis_N = mkN007 "" ; - melnica_N = mkN041 "" ; - melni_ch_ar_N = mkN031a "" ; - melni_ch_arka_N = mkN041 "" ; - melni_ch_arski_A = mkA078 "" ; - melni_ch_en_A = mkA079 "" ; - melodika_N = mkN041 "" ; - melodi_ch_en_A = mkA079 "" ; - melodi_ch_nost_N = mkN049 "" ; - melodi_ja__N = mkN047 "" ; - melodrama_N = mkN041 "" ; - melodramati_ch_en_A = mkA079 "" ; - melodramati_ch_eski_A = mkA078 "" ; - melodramati_ch_nost_N = mkN049 "" ; - mel_ja__V = stateV (mkV184 "") ; - membrana_N = mkN041 "" ; - membranen_A = mkA079 "" ; - memoar_N = mkN007 "" ; - memoaren_A = mkA079 "" ; - memoarist_N = mkN007a "" ; - memoaristka_N = mkN041 "" ; - memorandum_N = mkN007 "" ; - memorialen_A = mkA079 "" ; - mena_zj_er_N = mkN007 "" ; - mena_zj_eri_ja__N = mkN047 "" ; - mengeme_N = mkN065 "" ; - menza_N = mkN041 "" ; - menzura_N = mkN041 "" ; - menid_zj_mynt_N = mkN040a "" ; - menid_zj_yr_N = mkN007 "" ; - menid_zj_yrka_N = mkN041 "" ; - menid_zj_yrstvo_N = mkN054 "" ; - meningit_N = mkN007 "" ; - meniskus_N = mkN007 "" ; - menitel_N = mkN031a "" ; - menitelnica_N = mkN041 "" ; - menopauza_N = mkN041 "" ; - menstruacionen_A = mkA079 "" ; - menstruaci_ja__N = mkN047 "" ; - menta_N = mkN041 "" ; - mentov_A = mkA076 "" ; - mentovka_N = mkN041 "" ; - mentol_N = mkN007 "" ; - mentor_N = mkN007 "" ; - mentorski_A = mkA078 "" ; - mentyrd_zj_i_ja__N = mkN039 "" ; - menuet_N = mkN007 "" ; - men_ch_e_N = mkN065 "" ; - men_sh_evizym_N = mkN011 "" ; - men_sh_evik_N = mkN007 "" ; - men_sh_evi_sh_ki_A = mkA078 "" ; - men_iu__N = mkN065 "" ; - men_ja__V = stateV (mkV174 "") ; - mera_N = mkN041 "" ; - merak_N = mkN014 "" ; - meraklijski_A = mkA078 "" ; - merakli_ja__N = mkN047 "" ; - mera_ch__N = mkN007b "" ; - meren_A = mkA079 "" ; - merene_N = mkN065 "" ; - mer_zj_eleene_N = mkN071 "" ; - mer_zj_ele_ja__V = stateV (mkV160 "") ; - merzavec_N = mkN008a "" ; - merzavski_A = mkA078 "" ; - merzav_sht_ina_N = mkN041 "" ; - merzost_N = mkN049 "" ; - merzyk_A = mkA080 "" ; - meridian_N = mkN007 "" ; - meridianen_A = mkA079 "" ; - meridianov_A = mkA076 "" ; - merilo_N = mkN054 "" ; - merinosen_A = mkA079 "" ; - merinosov_A = mkA076 "" ; - merkantilen_A = mkA079 "" ; - merkantilizym_N = mkN011 "" ; - merkantilnost_N = mkN049 "" ; - mernik_N = mkN014 "" ; - merodaven_A = mkA079 "" ; - merodavnost_N = mkN049 "" ; - meropri_ja_tie_N = mkN072 "" ; - merseriziram_V = stateV (mkV186 "") ; - merseriziran_A = mkA076 "" ; - merserizirane_N = mkN071 "" ; - mertek_N = mkN014 "" ; - merudi_ja__N = mkN047 "" ; - mercedes_N = mkN007 "" ; - mer_ja__V = stateV (mkV173 "") ; - mesa_N = mkN041 "" ; - mesar_N = mkN031a "" ; - mesarka_N = mkN041 "" ; - mesarnica_N = mkN041 "" ; - mesarski_A = mkA078 "" ; - mesa_ch__N = mkN007 "" ; - mesa_ch_ka_N = mkN041 "" ; - mesen_A = mkA079 "" ; - mesest_A = mkA076 "" ; - mesec_N = mkN007 "" ; - mese_ch_en_A = mkA079 "" ; - mese_ch_ina_N = mkN041 "" ; - mese_ch_ko_N = mkN054 "" ; - mesianski_A = mkA078 "" ; - mesianstvo_N = mkN054 "" ; - mesing_N = mkN007 "" ; - mesingov_A = mkA076 "" ; - mesind_zj_yr_N = mkN007 "" ; - mesi_ja__N = mkN047 "" ; - mesnat_A = mkA076 "" ; - meso_N = mkN054 "" ; - mesodaen_A = mkA085 "" ; - mesodobiv_N = mkN007 "" ; - mesodobiven_A = mkA079 "" ; - mesokombinat_N = mkN007 "" ; - mesomela_ch_ka_N = mkN041 "" ; - mesoprodavec_N = mkN008a "" ; - mesoprodavnica_N = mkN041 "" ; - mesosnabd_ja_vane_N = mkN071 "" ; - meso_ja_den_A = mkA079 "" ; - mestvane_N = mkN071 "" ; - mesten_A = mkA079 "" ; - mestene_N = mkN071 "" ; - mestence_N = mkN065 "" ; - mestnost_N = mkN049 "" ; - mesto_N = mkN054 "" ; - mesto_zj_itelstvo_N = mkN054 "" ; - mestoizdavane_N = mkN071 "" ; - mestoimenen_A = mkA079 "" ; - mestoimenie_N = mkN072 "" ; - mestonazna_ch_enie_N = mkN072 "" ; - mestonaho_zj_denie_N = mkN072 "" ; - mestoopisanie_N = mkN072 "" ; - mestopolo_zj_enie_N = mkN072 "" ; - mestoprebivavane_N = mkN071 "" ; - mestoprebivanie_N = mkN072 "" ; - mestoprednazna_ch_enie_N = mkN072 "" ; - mestoprestyplenie_N = mkN072 "" ; - mestoproiz_sh_estvie_N = mkN072 "" ; - mestorabota_N = mkN041 "" ; - mestorazpolo_zj_enie_N = mkN072 "" ; - mestoro_zj_denie_N = mkN072 "" ; - mest_ja__V = stateV (mkV173 "") ; - mes_ja__V = stateV (mkV173 "") ; - meta_V = stateV (mkV145 "") ; - metabolizym_N = mkN011 "" ; - metaboli_ch_en_A = mkA079 "" ; - metaboli_ch_eski_A = mkA078 "" ; - metageneza_N = mkN041 "" ; - metainformaci_ja__N = mkN047 "" ; - metal_N = mkN007 "" ; - metalen_A = mkA079 "" ; - metalizaci_ja__N = mkN047 "" ; - metalik_N = mkN014 "" ; - metali_ch_en_A = mkA079 "" ; - metali_ch_eski_A = mkA078 "" ; - metalnosiv_A = mkA076 "" ; - metalnost_N = mkN049 "" ; - metalografi_ja__N = mkN047 "" ; - metalodobiven_A = mkA079 "" ; - metaloznanie_N = mkN072 "" ; - metaloid_N = mkN007 "" ; - metaloiden_A = mkA079 "" ; - metalole_ja_r_N = mkN007 "" ; - metalole_ja_rka_N = mkN041 "" ; - metalole_ja_rna_N = mkN041 "" ; - metalole_ja_rnica_N = mkN041 "" ; - metalonosen_A = mkA079 "" ; - metaloobrabotvane_N = mkN071 "" ; - metaloobrabotvatelen_A = mkA079 "" ; - metaloobrabotva_sht__A = mkA076 "" ; - metalorabotnik_N = mkN014 "" ; - metalore_zj_e_sht__A = mkA076 "" ; - metalotopene_N = mkN071 "" ; - metalocveten_A = mkA079 "" ; - metalurg_N = mkN015 "" ; - metalurgi_ch_en_A = mkA079 "" ; - metalurgi_ch_eski_A = mkA078 "" ; - metalurgi_ja__N = mkN047 "" ; - metamorfizym_N = mkN011 "" ; - metamorfoza_N = mkN041 "" ; - metan_N = mkN007 "" ; - metanov_A = mkA076 "" ; - metanol_N = mkN007 "" ; - metaobekten_A = mkA079 "" ; - metastaza_N = mkN041 "" ; - metateza_N = mkN041 "" ; - metatelen_A = mkA079 "" ; - metafizik_N = mkN014 "" ; - metafizika_N = mkN041 "" ; - metafizi_ch_en_A = mkA079 "" ; - metafizi_ch_eski_A = mkA078 "" ; - metafora_N = mkN041 "" ; - metafori_ch_en_A = mkA079 "" ; - metafori_ch_nost_N = mkN049 "" ; - metafraza_N = mkN041 "" ; - meta_ch__N = mkN007b "" ; - meta_ch_ka_N = mkN041 "" ; - mete_zj__N = mkN007 "" ; - mete_zj_en_A = mkA079 "" ; - mete_zj_nik_N = mkN014 "" ; - mete_zj_nica_N = mkN041 "" ; - mete_zj_ni_ch_eski_A = mkA078 "" ; - metene_N = mkN071 "" ; - meteor_N = mkN007 "" ; - meteoren_A = mkA079 "" ; - meteorizym_N = mkN011 "" ; - meteorit_N = mkN007 "" ; - meteoriten_A = mkA079 "" ; - meteorograf_N = mkN007 "" ; - meteorolog_N = mkN015 "" ; - meteorologi_ch_en_A = mkA079 "" ; - meteorologi_ch_eski_A = mkA078 "" ; - meteorologi_ja__N = mkN047 "" ; - metil_N = mkN007 "" ; - metilov_A = mkA076 "" ; - metil_ja_v_A = mkA081 "" ; - metil_ja_sane_N = mkN071 "" ; - metil_ja_svane_N = mkN071 "" ; - metis_N = mkN007 "" ; - metla_N = mkN041 "" ; - metlar_N = mkN031a "" ; - metlarka_N = mkN041 "" ; - metli_ch_ina_N = mkN041 "" ; - metli_ch_ka_N = mkN041 "" ; - metna_V = stateV (mkV152 "") ; - metod_N = mkN007 "" ; - metodizym_N = mkN011 "" ; - metodik_N = mkN014 "" ; - metodika_N = mkN041 "" ; - metodist_N = mkN007 "" ; - metodistka_N = mkN041 "" ; - metodistki_A = mkA078 "" ; - metodi_ch_en_A = mkA079 "" ; - metodi_ch_enost_N = mkN049 "" ; - metodi_ch_ka_N = mkN041 "" ; - metodi_ch_nost_N = mkN049 "" ; - metodologi_ch_en_A = mkA079 "" ; - metodologi_ch_eski_A = mkA078 "" ; - metodologi_ja__N = mkN047 "" ; - metonimi_ja__N = mkN047 "" ; - metoh_N = mkN016 "" ; - metra_zj__N = mkN007 "" ; - metranpa_zj__N = mkN007 "" ; - metresa_N = mkN041 "" ; - metrika_N = mkN041 "" ; - metri_ch_en_A = mkA079 "" ; - metri_ch_eski_A = mkA078 "" ; - metro_N = mkN054 "" ; - metrov_A = mkA076 "" ; - metronom_N = mkN007 "" ; - metropoliten_A = mkA079 "" ; - metropoli_ja__N = mkN047 "" ; - metyr_N = mkN010 "" ; - mefistofelski_A = mkA078 "" ; - meh_N = mkN001 "" ; - mehana_N = mkN041 "" ; - mehand_zj_ijski_A = mkA078 "" ; - mehand_zj_i_ja__N = mkN039 "" ; - mehanizator_N = mkN007 "" ; - mehanizaci_ja__N = mkN047 "" ; - mehaniziram_V = stateV (mkV186 "") ; - mehaniziran_A = mkA076 "" ; - mehanizirane_N = mkN071 "" ; - mehanizym_N = mkN011 "" ; - mehanik_N = mkN014 "" ; - mehanika_N = mkN041 "" ; - mehani_ch_en_A = mkA079 "" ; - mehani_ch_eski_A = mkA078 "" ; - mehanoelektri_ch_eski_A = mkA078 "" ; - mehlem_N = mkN007 "" ; - mehur_N = mkN007 "" ; - mehurest_A = mkA076 "" ; - mehur_ch_e_N = mkN065 "" ; - meca_N = mkN041 "" ; - mecana_N = mkN041 "" ; - mecanin_N = mkN018 "" ; - mecenat_N = mkN007 "" ; - mecenatstvo_N = mkN054 "" ; - mecosopranov_A = mkA076 "" ; - me_ch__N = mkN001 "" ; - me_ch_e_N = mkN065 "" ; - me_ch_e_sh_ki_A = mkA078 "" ; - me_ch_i_A = mkA078 "" ; - me_ch_ka_N = mkN041 "" ; - me_ch_kar_N = mkN031a "" ; - me_ch_karka_N = mkN041 "" ; - me_ch_oviden_A = mkA079 "" ; - me_ch_ok_N = mkN014 "" ; - me_ch_onosec_N = mkN008a "" ; - me_ch_ta_N = mkN041 "" ; - me_ch_tanie_N = mkN072 "" ; - me_ch_tatel_N = mkN031a "" ; - me_ch_tatelen_A = mkA079 "" ; - me_ch_tatelka_N = mkN041 "" ; - me_ch_tatelnost_N = mkN049 "" ; - me_ch_tatelstvam_V = stateV (mkV186 "") ; - me_ch_tatelstvane_N = mkN071 "" ; - me_ch_ta_ja__V = stateV (mkV161 "") ; - me_sh_am_V = stateV (mkV186 "") ; - me_sh_an_A = mkA076 "" ; - me_sh_ane_N = mkN071 "" ; - me_sh_e_N = mkN065 "" ; - me_sh_ina_N = mkN041 "" ; - mialgi_ja__N = mkN047 "" ; - mivka_N = mkN041 "" ; - mig_N = mkN001 "" ; - migam_V = actionV (mkV186 "") (mkV152 "") ; - migane_N = mkN071 "" ; - miga_ch__N = mkN007 "" ; - migvam_V = actionV (mkV186 "") (mkV152 "") ; - migvane_N = mkN071 "" ; - migla_N = mkN041 "" ; - mignoven_A = mkA076 "" ; - mignovenie_N = mkN072 "" ; - mignovenost_N = mkN049 "" ; - migracionen_A = mkA079 "" ; - migraci_ja__N = mkN047 "" ; - migrena_N = mkN041 "" ; - migriram_V = stateV (mkV186 "") ; - migrirane_N = mkN071 "" ; - mida_N = mkN041 "" ; - miden_A = mkA076 "" ; - miene_N = mkN071 "" ; - mi_zj_a_V = stateV (mkV178 "") ; - mi_zj_av_A = mkA076 "" ; - mi_zj_iturka_N = mkN041 "" ; - mi_zj_iturski_A = mkA078 "" ; - mi_zj_itur_sht_ina_N = mkN041 "" ; - miza_N = mkN041 "" ; - mizanscen_N = mkN007 "" ; - mizantrop_N = mkN007 "" ; - mizantropi_ja__N = mkN047 "" ; - mizantropka_N = mkN041 "" ; - mizantropski_A = mkA078 "" ; - mizeren_A = mkA079 "" ; - mizeri_ja__N = mkN047 "" ; - mizernik_N = mkN014 "" ; - mizernost_N = mkN049 "" ; - mizerstvam_V = stateV (mkV186 "") ; - mizerstvane_N = mkN071 "" ; - mizerstvuvam_V = stateV (mkV186 "") ; - mizerstvuvane_N = mkN071 "" ; - mikoza_N = mkN041 "" ; - mikolog_N = mkN015 "" ; - mikologi_ja__N = mkN047 "" ; - mikrob_N = mkN007 "" ; - mikroben_A = mkA079 "" ; - mikrobiolog_N = mkN015 "" ; - mikrobiologi_ch_en_A = mkA079 "" ; - mikrobiologi_ch_eski_A = mkA078 "" ; - mikrobiologi_ja__N = mkN047 "" ; - mikrobus_N = mkN007 "" ; - mikrovylna_N = mkN041 "" ; - mikrovylnova_N = mkN041 "" ; - mikrograf_N = mkN007 "" ; - mikroelektronen_A = mkA079 "" ; - mikroelektronika_N = mkN041 "" ; - mikroelement_N = mkN007 "" ; - mikrozavarka_N = mkN041 "" ; - mikrozapis_N = mkN007 "" ; - mikrokosmos_N = mkN007 "" ; - mikrometyr_N = mkN009 "" ; - mikromodul_N = mkN007 "" ; - mikromodulaci_ja__N = mkN047 "" ; - mikron_N = mkN007 "" ; - mikroorganizym_N = mkN011 "" ; - mikroplo_ch_a_N = mkN041 "" ; - mikropole_N = mkN065 "" ; - mikroprilo_zj_enie_N = mkN072 "" ; - mikroprograma_N = mkN041 "" ; - mikroprocesor_N = mkN007 "" ; - mikroskop_N = mkN007 "" ; - mikroskopi_ch_en_A = mkA079 "" ; - mikroskopi_ch_eski_A = mkA078 "" ; - mikrosnimka_N = mkN041 "" ; - mikrofilm_N = mkN007 "" ; - mikrofi_sh__N = mkN001 "" ; - mikrofon_N = mkN007 "" ; - mikrofonen_A = mkA079 "" ; - mikrofotografi_ch_eski_A = mkA078 "" ; - mikrofotografi_ja__N = mkN047 "" ; - mikrofotometyr_N = mkN009 "" ; - mikrohimi_ja__N = mkN047 "" ; - mikrohirurgi_ja__N = mkN047 "" ; - mikro_ch_astica_N = mkN041 "" ; - mikro_ch_ip_N = mkN001 "" ; - mikro_ja_zovir_N = mkN007 "" ; - mikser_N = mkN007 "" ; - mikstura_N = mkN041 "" ; - mil_A = mkA076 "" ; - milvam_V = stateV (mkV186 "") ; - milvane_N = mkN071 "" ; - mile_ja__V = stateV (mkV160 "") ; - miliarden_A = mkA079 "" ; - miliarder_N = mkN007a "" ; - miliarderka_N = mkN041 "" ; - miligrama_N = mkN041 "" ; - mililityr_N = mkN010 "" ; - milimetrov_A = mkA076 "" ; - milimetyr_N = mkN010 "" ; - milionen_A = mkA079 "" ; - milioner_N = mkN007a "" ; - milionerka_N = mkN041 "" ; - milionerski_A = mkA078 "" ; - milisekunda_N = mkN041 "" ; - militarizaci_ja__N = mkN047 "" ; - militariziram_V = stateV (mkV186 "") ; - militarizirane_N = mkN071 "" ; - militarizym_N = mkN011 "" ; - militarist_N = mkN007a "" ; - militaristi_ch_en_A = mkA079 "" ; - militaristi_ch_eski_A = mkA078 "" ; - milicioner_N = mkN007a "" ; - milicionerka_N = mkN041 "" ; - milicionerski_A = mkA078 "" ; - milici_ja__N = mkN047 "" ; - mili_ch_yk_A = mkA080 "" ; - milkam_V = stateV (mkV186 "") ; - miloviden_A = mkA079 "" ; - milovidnost_N = mkN049 "" ; - milozliv_A = mkA076 "" ; - milord_N = mkN007a "" ; - milost_N = mkN049 "" ; - milostiv_A = mkA076 "" ; - milostivost_N = mkN049 "" ; - milostin_ja__N = mkN047 "" ; - milosyrd_N = mkN007 "" ; - milosyrden_A = mkA079 "" ; - milosyrdie_N = mkN072 "" ; - miluvane_N = mkN071 "" ; - miluvka_N = mkN041 "" ; - mim_N = mkN001 "" ; - mimans_N = mkN007 "" ; - mimik_N = mkN014 "" ; - mimika_N = mkN041 "" ; - mimikri_ja__N = mkN047 "" ; - mimi_ch_eski_A = mkA078 "" ; - mimodrama_N = mkN041 "" ; - mimoza_N = mkN041 "" ; - mimoleten_A = mkA079 "" ; - mimoletnost_N = mkN049 "" ; - mimolog_N = mkN015 "" ; - minavam_V = actionV (mkV186 "") (mkV152 "") ; - minavane_N = mkN071 "" ; - minal_A = mkA076 "" ; - minalo_N = mkN062 "" ; - minalogodi_sh_en_A = mkA079 "" ; - minare_N = mkN065 "" ; - minder_N = mkN007 "" ; - minderlyk_N = mkN014 "" ; - minen_A = mkA079 "" ; - mineral_N = mkN007 "" ; - mineralen_A = mkA079 "" ; - mineralizaci_ja__N = mkN047 "" ; - mineralog_N = mkN015 "" ; - mineralogi_ch_eski_A = mkA078 "" ; - mineralogi_ja__N = mkN047 "" ; - mineralo_zj_ka_N = mkN041 "" ; - mineralo_zj_ki_A = mkA078 "" ; - minzuhar_N = mkN007 "" ; - miniat_iu_r_N = mkN007 "" ; - miniat_iu_ra_N = mkN041 "" ; - miniat_iu_ren_A = mkA079 "" ; - miniat_iu_rizaci_ja__N = mkN047 "" ; - miniat_iu_rist_N = mkN007 "" ; - miniat_iu_ristka_N = mkN041 "" ; - miniezik_N = mkN014 "" ; - mini_zj_up_N = mkN007 "" ; - minij_N = mkN032 "" ; - minikamera_N = mkN041 "" ; - minikomp_iu_tyr_N = mkN009 "" ; - minimalen_A = mkA079 "" ; - minimalist_N = mkN007 "" ; - minimalistka_N = mkN041 "" ; - minimiziram_V = stateV (mkV186 "") ; - minimizirane_N = mkN071 "" ; - minimum_N = mkN007 "" ; - minipaket_N = mkN007 "" ; - minipapka_N = mkN041 "" ; - miniplo_ch_ka_N = mkN041 "" ; - minipregled_N = mkN007 "" ; - miniram_V = stateV (mkV186 "") ; - minirane_N = mkN071 "" ; - ministerski_A = mkA078 "" ; - ministerstvam_V = stateV (mkV186 "") ; - ministerstvane_N = mkN071 "" ; - ministerstvo_N = mkN054 "" ; - ministyr_N = mkN009 "" ; - minium_N = mkN007 "" ; - minoga_N = mkN041 "" ; - minojski_A = mkA078 "" ; - minomet_N = mkN007 "" ; - minonosec_N = mkN008a "" ; - minor_N = mkN007 "" ; - minoren_A = mkA079 "" ; - minotavyr_N = mkN009 "" ; - minohvyrga_ch__N = mkN007 "" ; - minohvyrga_ch_ka_N = mkN041 "" ; - mino_ch_ista_ch__N = mkN007 "" ; - mino_ch_ista_ch_en_A = mkA079 "" ; - minuva_ch__N = mkN007b "" ; - minuva_ch_ka_N = mkN041 "" ; - minus_N = mkN007 "" ; - minuskul_N = mkN007 "" ; - minuta_N = mkN041 "" ; - minuten_A = mkA079 "" ; - minutka_N = mkN041 "" ; - minxor_N = mkN007a "" ; - minxoren_A = mkA079 "" ; - minxorski_A = mkA078 "" ; - miokard_N = mkN007 "" ; - miokardit_N = mkN007 "" ; - miopi_ja__N = mkN047 "" ; - mir_N = mkN040a "" ; - mira_zj__N = mkN007 "" ; - mira_zj_en_A = mkA079 "" ; - miren_A = mkA079 "" ; - mirizliv_A = mkA076 "" ; - mirizlivka_N = mkN041 "" ; - mirizma_N = mkN041 "" ; - miris_N = mkN007 "" ; - mirisane_N = mkN071 "" ; - miri_sh_a_V = stateV (mkV159 "") ; - mirnovremenen_A = mkA079 "" ; - miro_N = mkN054 "" ; - mirov_A = mkA076 "" ; - mirovi_A = mkA078 "" ; - mirovozrenie_N = mkN072 "" ; - mirogled_N = mkN007 "" ; - mirozdanie_N = mkN072 "" ; - mirol_iu_bec_N = mkN008a "" ; - mirol_iu_biv_A = mkA076 "" ; - mirol_iu_bivost_N = mkN049 "" ; - mirol_iu_bie_N = mkN072 "" ; - mironosec_N = mkN008a "" ; - miropomazvam_V = actionV (mkV186 "") (mkV156 "") ; - miropomazvane_N = mkN071 "" ; - mirosan_A = mkA076 "" ; - mirosane_N = mkN071 "" ; - mirosvam_V = actionV (mkV186 "") (mkV186 "") ; - mirosvane_N = mkN071 "" ; - mirosyzercanie_N = mkN072 "" ; - mirotvoren_A = mkA079 "" ; - mirotvorec_N = mkN008a "" ; - mirotvor_ja__V = stateV (mkV174 "") ; - mirski_A = mkA078 "" ; - miruvam_V = stateV (mkV186 "") ; - miruvane_N = mkN071 "" ; - mir_ja__V = stateV (mkV174 "") ; - mir_ja_nin_N = mkN018 "" ; - mir_ja_nka_N = mkN041 "" ; - mir_ja_nski_A = mkA078 "" ; - mir_ja_sane_N = mkN071 "" ; - mir_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - mir_ja_svane_N = mkN071 "" ; - mis_N = mkN042 "" ; - misioner_N = mkN007 "" ; - misionerka_N = mkN041 "" ; - misionerski_A = mkA078 "" ; - misionerstvo_N = mkN054 "" ; - misir_N = mkN007 "" ; - misirka_N = mkN041 "" ; - misis_N = mkN042 "" ; - misi_ja__N = mkN047 "" ; - misket_N = mkN007 "" ; - misketov_A = mkA076 "" ; - miskinin_N = mkN018 "" ; - miskinlyk_N = mkN014 "" ; - mislen_A = mkA076 "" ; - mislene_N = mkN071 "" ; - misle_sht__A = mkA076 "" ; - mislim_A = mkA076 "" ; - mislitel_N = mkN031a "" ; - mislitelka_N = mkN041 "" ; - misloven_A = mkA079 "" ; - mislovnost_N = mkN049 "" ; - misl_ja__V = stateV (mkV173 "") ; - misl_ja_m_V = stateV (mkV187 "") ; - misteriozen_A = mkA079 "" ; - misterioznost_N = mkN049 "" ; - misteri_ja__N = mkN047 "" ; - mistik_N = mkN014 "" ; - mistika_N = mkN041 "" ; - mistifikator_N = mkN007 "" ; - mistifikaci_ja__N = mkN047 "" ; - mistificiram_V = stateV (mkV186 "") ; - mistificirane_N = mkN071 "" ; - misticizym_N = mkN011 "" ; - misti_ch_en_A = mkA079 "" ; - misti_ch_eski_A = mkA078 "" ; - misti_ch_ka_N = mkN041 "" ; - misti_ch_nost_N = mkN049 "" ; - mistri_ja__N = mkN047 "" ; - mistyr_N = mkN040a "" ; - misyl_N = mkN051 "" ; - mit_N = mkN001 "" ; - mitarstvo_N = mkN054 "" ; - miting_N = mkN007 "" ; - miti_ch_en_A = mkA079 "" ; - miti_ch_eski_A = mkA078 "" ; - mitkalo_N = mkN054 "" ; - mitkam_V = stateV (mkV186 "") ; - mitkane_N = mkN071 "" ; - mitnica_N = mkN041 "" ; - mitni_ch_ar_N = mkN031a "" ; - mitni_ch_arski_A = mkA078 "" ; - mitni_ch_eski_A = mkA078 "" ; - mito_N = mkN054 "" ; - mitolog_N = mkN015 "" ; - mitologi_ch_en_A = mkA079 "" ; - mitologi_ch_eski_A = mkA078 "" ; - mitologi_ja__N = mkN047 "" ; - mitropolit_N = mkN007 "" ; - mitropolitski_A = mkA078 "" ; - mitropoli_ja__N = mkN047 "" ; - micel_N = mkN007 "" ; - mi_ch_man_N = mkN007 "" ; - mi_sh_elov_A = mkA076 "" ; - mi_sh_elovka_N = mkN041 "" ; - mi_sh_emorka_N = mkN041 "" ; - mi_sh_ena_N = mkN041 "" ; - mi_sh_i_A = mkA078 "" ; - mi_sh_ina_N = mkN041 "" ; - mi_sh_ka_N = mkN041 "" ; - mi_sh_kuvam_V = stateV (mkV186 "") ; - mi_sh_kuvane_N = mkN071 "" ; - mi_sh_le_N = mkN065 "" ; - mi_sh_nica_N = mkN041 "" ; - mi_sh_ok_N = mkN014 "" ; - mi_sh_ca_N = mkN041 "" ; - mi_ja__V = stateV (mkV163 "") ; - mi_ja_len_A = mkA079 "" ; - mi_ja_lka_N = mkN041 "" ; - mi_ja__ch__N = mkN007b "" ; - mi_ja__ch_ka_N = mkN041 "" ; - mlad_A = mkA076 "" ; - mlade_zj__N = mkN042 "" ; - mlade_zj_ki_A = mkA078 "" ; - mladenec_N = mkN008a "" ; - mladen_ch_eski_A = mkA078 "" ; - mlade_ja__V = stateV (mkV160 "") ; - mladina_N = mkN041 "" ; - mladi_ch_yk_A = mkA080 "" ; - mlado_zj_enec_N = mkN008a "" ; - mlado_zj_enka_N = mkN041 "" ; - mladok_N = mkN014 "" ; - mladolik_A = mkA076 "" ; - mladost_N = mkN049 "" ; - mlad_sh_i_A = mkA078 "" ; - mlat_ja__V = stateV (mkV173 "") ; - mlekar_N = mkN031a "" ; - mlekarka_N = mkN041 "" ; - mlekarnica_N = mkN041 "" ; - mlekarski_A = mkA078 "" ; - mlekarstvo_N = mkN054 "" ; - mleko_N = mkN054 "" ; - mlekodaen_A = mkA085 "" ; - mlekodajnost_N = mkN049 "" ; - mlekozavod_N = mkN007 "" ; - mlekomer_N = mkN007 "" ; - mlekonadoj_N = mkN032 "" ; - mlekopitae_sht__A = mkA076 "" ; - mlekoprerabotvane_N = mkN071 "" ; - mlekoprerabotvatelen_A = mkA079 "" ; - mlekosnabd_ja_vane_N = mkN071 "" ; - mlekocentrala_N = mkN041 "" ; - mle_ch_en_A = mkA079 "" ; - mle_ch_ice_N = mkN066 "" ; - mle_ch_nik_N = mkN014 "" ; - mle_ch_nica_N = mkN041 "" ; - mle_ch_nob_ja_l_A = mkA081 "" ; - mle_ch_nost_N = mkN049 "" ; - mle_ch_ok_N = mkN014 "" ; - mlivo_N = mkN054 "" ; - mlykvam_V = actionV (mkV186 "") (mkV152 "") ; - mlykvane_N = mkN071 "" ; - ml_ja_ko_N = mkN057 "" ; - ml_ja_n_A = mkA081 "" ; - ml_ja_svam_V = stateV (mkV186 "") ; - ml_ja_svane_N = mkN071 "" ; - ml_ja_skam_V = stateV (mkV186 "") ; - ml_ja_skane_N = mkN071 "" ; - mnemonika_N = mkN041 "" ; - mnemoni_ch_en_A = mkA079 "" ; - mnemotehnika_N = mkN041 "" ; - mnemotehni_ch_eski_A = mkA078 "" ; - mnenie_N = mkN072 "" ; - mnim_A = mkA076 "" ; - mnitelen_A = mkA079 "" ; - mnitelnost_N = mkN049 "" ; - mnogoatomen_A = mkA079 "" ; - mnogobo_zj_ie_N = mkN072 "" ; - mnogoboj_N = mkN032 "" ; - mnogobra_ch_en_A = mkA079 "" ; - mnogobra_ch_ie_N = mkN072 "" ; - mnogobroen_A = mkA085 "" ; - mnogobrojnost_N = mkN049 "" ; - mnogovalenten_A = mkA079 "" ; - mnogovekoven_A = mkA079 "" ; - mnogovoden_A = mkA079 "" ; - mnogovoltov_A = mkA076 "" ; - mnogoglav_A = mkA076 "" ; - mnogoglagolstvam_V = stateV (mkV186 "") ; - mnogoglagolstvane_N = mkN071 "" ; - mnogoglasen_A = mkA079 "" ; - mnogogodi_sh_en_A = mkA079 "" ; - mnogodeten_A = mkA079 "" ; - mnogodiskov_A = mkA076 "" ; - mnogodokumenten_A = mkA079 "" ; - mnogodumen_A = mkA079 "" ; - mnogodumie_N = mkN072 "" ; - mnogodumstvo_N = mkN054 "" ; - mnogoezi_ch_en_A = mkA079 "" ; - mnogoeta_zj_en_A = mkA079 "" ; - mnogoetapen_A = mkA079 "" ; - mnogo_zj_elan_A = mkA076 "" ; - mnogo_zj_enec_N = mkN008a "" ; - mnogo_zj_enstvo_N = mkN054 "" ; - mnogo_zj_ilen_A = mkA079 "" ; - mnogozada_ch_en_A = mkA079 "" ; - mnogozaslu_zj_il_A = mkA076 "" ; - mnogozvu_ch_nost_N = mkN049 "" ; - mnogoznae_sht__A = mkA076 "" ; - mnogoznajko_N = mkN040 "" ; - mnogoznajnik_N = mkN014a "" ; - mnogoznajnica_N = mkN041 "" ; - mnogoznamenatelen_A = mkA079 "" ; - mnogozna_ch_en_A = mkA079 "" ; - mnogozna_ch_itelen_A = mkA079 "" ; - mnogozna_ch_nost_N = mkN049 "" ; - mnogoizmeren_A = mkA079 "" ; - mnogokameren_A = mkA079 "" ; - mnogokanalen_A = mkA079 "" ; - mnogokaten_A = mkA079 "" ; - mnogoklavi_sh_en_A = mkA079 "" ; - mnogoklety_ch_en_A = mkA079 "" ; - mnogokomponenten_A = mkA079 "" ; - mnogokrak_A = mkA076 "" ; - mnogokraten_A = mkA079 "" ; - mnogokratnost_N = mkN049 "" ; - mnogolampov_A = mkA076 "" ; - mnogolik_A = mkA076 "" ; - mnogolikost_N = mkN049 "" ; - mnogolineen_A = mkA085 "" ; - mnogol_iu_den_A = mkA079 "" ; - mnogol_iu_die_N = mkN072 "" ; - mnogol_iu_dnost_N = mkN049 "" ; - mnogomeren_A = mkA079 "" ; - mnogomesten_A = mkA079 "" ; - mnogomilionen_A = mkA079 "" ; - mnogomonitoren_A = mkA079 "" ; - mnogomotoren_A = mkA079 "" ; - mnogonacionalen_A = mkA079 "" ; - mnogoobe_sht_ava_sht__A = mkA076 "" ; - mnogoobi_ch_an_A = mkA076 "" ; - mnogoobrazen_A = mkA079 "" ; - mnogoobrazie_N = mkN072 "" ; - mnogoobraznost_N = mkN049 "" ; - mnogoosnoven_A = mkA079 "" ; - mnogoo_ch_akvan_A = mkA076 "" ; - mnogopartien_A = mkA085 "" ; - mnogopistov_A = mkA076 "" ; - mnogopol_iu_sen_A = mkA079 "" ; - mnogopoto_ch_en_A = mkA079 "" ; - mnogopotrebitelski_A = mkA078 "" ; - mnogoprovoden_A = mkA079 "" ; - mnogoreden_A = mkA079 "" ; - mnogore_ch_iv_A = mkA076 "" ; - mnogore_ch_ivost_N = mkN049 "" ; - mnogosloven_A = mkA079 "" ; - mnogoslovie_N = mkN072 "" ; - mnogosloen_A = mkA085 "" ; - mnogosri_ch_en_A = mkA079 "" ; - mnogostaen_A = mkA085 "" ; - mnogostano_ch_en_A = mkA079 "" ; - mnogostano_ch_nik_N = mkN014 "" ; - mnogostano_ch_nica_N = mkN041 "" ; - mnogosten_N = mkN007 "" ; - mnogostenen_A = mkA079 "" ; - mnogostennik_N = mkN014 "" ; - mnogostepenen_A = mkA079 "" ; - mnogostradalen_A = mkA079 "" ; - mnogostranen_A = mkA079 "" ; - mnogostrannost_N = mkN049 "" ; - mnogostruen_A = mkA085 "" ; - mnogostypalen_A = mkA079 "" ; - mnogosystaven_A = mkA079 "" ; - mnogotira_zj_en_A = mkA079 "" ; - mnogotomen_A = mkA079 "" ; - mnogotonen_A = mkA079 "" ; - mnogoto_ch_ie_N = mkN072 "" ; - mnogoto_ch_kov_A = mkA076 "" ; - mnogotraen_A = mkA085 "" ; - mnogouva_zj_avan_A = mkA076 "" ; - mnogouva_zj_aem_A = mkA076 "" ; - mnogofazen_A = mkA079 "" ; - mnogofunkcionalen_A = mkA079 "" ; - mnogofunkcionalnost_N = mkN049 "" ; - mnogohil_ja_den_A = mkA079 "" ; - mnogohodov_A = mkA076 "" ; - mnogocveten_A = mkA079 "" ; - mnogocelevi_A = mkA078 "" ; - mnogocelivi_A = mkA078 "" ; - mnogocenen_A = mkA079 "" ; - mnogocilindrov_A = mkA076 "" ; - mnogocifren_A = mkA076 "" ; - mnogo_ch_islen_A = mkA076 "" ; - mnogo_ch_islenost_N = mkN049 "" ; - mnogo_ch_len_N = mkN007 "" ; - mnogo_ch_lenen_A = mkA079 "" ; - mnogoygylen_A = mkA079 "" ; - mnogoygylnik_N = mkN014 "" ; - mno_zj_a_V = stateV (mkV178 "") ; - mno_zj_ene_N = mkN071 "" ; - mno_zj_estven_A = mkA076 "" ; - mno_zj_estvenost_N = mkN049 "" ; - mno_zj_estvo_N = mkN054 "" ; - mno_zj_imo_N = mkN062 "" ; - mno_zj_itel_N = mkN031 "" ; - mnozinstvo_N = mkN054 "" ; - moare_N = mkN065 "" ; - mobilen_A = mkA079 "" ; - mobilizacionen_A = mkA079 "" ; - mobilizaci_ja__N = mkN047 "" ; - mobiliziram_V = stateV (mkV186 "") ; - mobiliziran_A = mkA076 "" ; - mobilizirane_N = mkN071 "" ; - mobifon_N = mkN007 "" ; - moga_V = stateV (mkV166 "") ; - mogila_N = mkN041 "" ; - mogilka_N = mkN041 "" ; - mogy_sht__A = mkA076 "" ; - mogy_sht_estven_A = mkA079 "" ; - mogy_sht_estvo_N = mkN054 "" ; - moda_N = mkN041 "" ; - modalen_A = mkA079 "" ; - modalitet_N = mkN007 "" ; - modalnost_N = mkN049 "" ; - model_N = mkN007 "" ; - modelier_N = mkN007 "" ; - modelierka_N = mkN041 "" ; - modelierna_N = mkN041 "" ; - modeliram_V = stateV (mkV186 "") ; - modelirane_N = mkN071 "" ; - modem_N = mkN007 "" ; - modemen_A = mkA079 "" ; - moden_A = mkA079 "" ; - moderato_N = mkN054 "" ; - moderator_N = mkN007 "" ; - moderaci_ja__N = mkN047 "" ; - moderen_A = mkA079 "" ; - modernizator_N = mkN007 "" ; - modernizaci_ja__N = mkN047 "" ; - moderniziram_V = stateV (mkV186 "") ; - modernizirane_N = mkN071 "" ; - modernizym_N = mkN011 "" ; - modernist_N = mkN007 "" ; - modernisti_ch_en_A = mkA079 "" ; - modernistka_N = mkN041 "" ; - modist_N = mkN007 "" ; - modistka_N = mkN041 "" ; - modifikator_N = mkN007 "" ; - modifikaci_ja__N = mkN047 "" ; - modificiram_V = stateV (mkV186 "") ; - modificiran_A = mkA076 "" ; - modificirane_N = mkN071 "" ; - modificiruem_A = mkA076 "" ; - modul_N = mkN007 "" ; - modulator_N = mkN007 "" ; - modulacionen_A = mkA079 "" ; - modulaci_ja__N = mkN047 "" ; - modulen_A = mkA079 "" ; - moduliram_V = stateV (mkV186 "") ; - modulirane_N = mkN071 "" ; - mo_zj_ene_N = mkN071 "" ; - mozai_ch_en_A = mkA079 "" ; - mozajka_N = mkN041 "" ; - mozajkad_zj_i_ja__N = mkN039 "" ; - mozyk_N = mkN014 "" ; - mozy_ch_en_A = mkA079 "" ; - mojseev_A = mkA076 "" ; - mokasin_N = mkN007 "" ; - moket_N = mkN007 "" ; - mokrene_N = mkN071 "" ; - mokre_ja__V = stateV (mkV160 "") ; - mokrina_N = mkN041 "" ; - mokrica_N = mkN041 "" ; - mokri_ch_yk_A = mkA080 "" ; - mokrota_N = mkN041 "" ; - mokr_ja__V = stateV (mkV173 "") ; - mokyr_A = mkA080 "" ; - mol_N = mkN001 "" ; - molba_N = mkN041 "" ; - molbopodatel_N = mkN031a "" ; - moldavski_A = mkA078 "" ; - moldovanec_N = mkN008a "" ; - moldovanka_N = mkN041 "" ; - moldovski_A = mkA078 "" ; - moleben_A = mkA079 "" ; - molebstvie_N = mkN072 "" ; - molekula_N = mkN041 "" ; - molekulen_A = mkA079 "" ; - molekul_ja_ren_A = mkA079 "" ; - molene_N = mkN071 "" ; - molec_N = mkN008 "" ; - molibden_A = mkA079 "" ; - moliv_N = mkN007 "" ; - moliven_A = mkA079 "" ; - moliv_ch_e_N = mkN065 "" ; - molitva_N = mkN041 "" ; - molitven_A = mkA076 "" ; - molitvenik_N = mkN014 "" ; - molitel_N = mkN031a "" ; - molitelka_N = mkN041 "" ; - molla_N = mkN038 "" ; - moluska_N = mkN041 "" ; - mol_ja__V = stateV (mkV173 "") ; - moma_N = mkN041 "" ; - moment_N = mkN007 "" ; - momentalen_A = mkA079 "" ; - momentalnost_N = mkN049 "" ; - momenten_A = mkA079 "" ; - mome_ja__V = stateV (mkV160 "") ; - momin_A = mkA076 "" ; - momini_A = mkA078 "" ; - mominski_A = mkA078 "" ; - mominstvo_N = mkN054 "" ; - momica_N = mkN041 "" ; - momi_ch_e_N = mkN065 "" ; - momi_ch_ence_N = mkN066 "" ; - momi_ch_e_sh_ki_A = mkA078 "" ; - momkovi_A = mkA078 "" ; - momuvam_V = stateV (mkV186 "") ; - mom_ch_e_N = mkN065 "" ; - mom_ch_ence_N = mkN066 "" ; - mom_ch_eti_ja__N = mkN039 "" ; - mom_ch_e_sh_ki_A = mkA078 "" ; - mom_ch_url_ja_k_N = mkN014 "" ; - momyk_N = mkN019 "" ; - monada_N = mkN041 "" ; - monarh_N = mkN016 "" ; - monarhizym_N = mkN011 "" ; - monarhist_N = mkN007 "" ; - monarhistka_N = mkN041 "" ; - monarhi_ch_eski_A = mkA078 "" ; - monarhi_ja__N = mkN047 "" ; - monar_sh_eski_A = mkA078 "" ; - monah_N = mkN016 "" ; - monahinstvo_N = mkN054 "" ; - monahin_ja__N = mkN047 "" ; - mona_sh_eski_A = mkA078 "" ; - mona_sh_estvo_N = mkN054 "" ; - mongolec_N = mkN008a "" ; - mongolka_N = mkN041 "" ; - mongoloiden_A = mkA079 "" ; - mongoloizym_N = mkN011 "" ; - mongolski_A = mkA078 "" ; - moneta_N = mkN041 "" ; - monetarist_N = mkN007 "" ; - moneten_A = mkA079 "" ; - monetizaci_ja__N = mkN047 "" ; - moniks_N = mkN007 "" ; - monitor_N = mkN007 "" ; - monitoren_A = mkA079 "" ; - monitoring_N = mkN007 "" ; - monogami_ja__N = mkN047 "" ; - monogeneza_N = mkN041 "" ; - monogram_N = mkN007 "" ; - monografi_ch_en_A = mkA079 "" ; - monografi_ja__N = mkN047 "" ; - monodi_ja__N = mkN047 "" ; - monodrama_N = mkN041 "" ; - monokultura_N = mkN041 "" ; - monokyl_N = mkN009 "" ; - monolit_N = mkN007 "" ; - monoliten_A = mkA079 "" ; - monolitnost_N = mkN049 "" ; - monolog_N = mkN015 "" ; - monologi_ch_en_A = mkA079 "" ; - monologi_ja__N = mkN047 "" ; - monomani_ja__N = mkN047 "" ; - monometalizym_N = mkN011 "" ; - monoplan_N = mkN007 "" ; - monopol_N = mkN007 "" ; - monopolen_A = mkA079 "" ; - monopoliziram_V = stateV (mkV186 "") ; - monopolizirane_N = mkN071 "" ; - monopolizym_N = mkN011 "" ; - monopolist_N = mkN007a "" ; - monopolisti_ch_en_A = mkA079 "" ; - monorelsa_N = mkN041 "" ; - monoteizym_N = mkN011 "" ; - monoteisti_ch_en_A = mkA079 "" ; - monotip_N = mkN001 "" ; - monotonen_A = mkA079 "" ; - monotonnost_N = mkN049 "" ; - monofazen_A = mkA079 "" ; - monofobi_ja__N = mkN047 "" ; - monohromati_ch_en_A = mkA079 "" ; - monohromen_A = mkA079 "" ; - monsenxor_N = mkN007 "" ; - monta_zj__N = mkN007 "" ; - monta_zj_en_A = mkA079 "" ; - monta_zj_ist_N = mkN007 "" ; - monta_zj_nik_N = mkN014 "" ; - montiram_V = stateV (mkV186 "") ; - montirane_N = mkN071 "" ; - montxor_N = mkN007 "" ; - montxorka_N = mkN041 "" ; - montxorski_A = mkA078 "" ; - montxorstvo_N = mkN054 "" ; - monument_N = mkN007 "" ; - monumentalen_A = mkA079 "" ; - monumentalnost_N = mkN049 "" ; - mor_N = mkN001 "" ; - morav_A = mkA076 "" ; - morava_N = mkN041 "" ; - moravina_N = mkN041 "" ; - moravski_A = mkA078 "" ; - moral_N = mkN007 "" ; - moralen_A = mkA079 "" ; - moralizator_N = mkN007 "" ; - moralizatorka_N = mkN041 "" ; - moralizatorski_A = mkA078 "" ; - moraliziram_V = stateV (mkV186 "") ; - moralizirane_N = mkN071 "" ; - moralist_N = mkN007 "" ; - moralisti_ch_en_A = mkA079 "" ; - moralistka_N = mkN041 "" ; - moralnost_N = mkN049 "" ; - moratoren_A = mkA079 "" ; - moratorium_N = mkN007 "" ; - morbil_N = mkN007 "" ; - morga_N = mkN041 "" ; - more_N = mkN065 "" ; - morele_ch_enie_N = mkN072 "" ; - moren_A = mkA079 "" ; - morena_N = mkN041 "" ; - moreplavane_N = mkN071 "" ; - moreplavatel_N = mkN031a "" ; - moreplavatelen_A = mkA079 "" ; - moreplavatelski_A = mkA078 "" ; - morehoden_A = mkA079 "" ; - morehodnost_N = mkN049 "" ; - mor_zj__N = mkN001 "" ; - mor_zj_ov_A = mkA076 "" ; - morz_N = mkN001 "" ; - morzist_N = mkN007 "" ; - morzov_A = mkA076 "" ; - morkov_N = mkN007 "" ; - morkoven_A = mkA079 "" ; - mormon_N = mkN007 "" ; - mormonski_A = mkA078 "" ; - morski_A = mkA078 "" ; - morskosin_A = mkA086 "" ; - mortira_N = mkN041 "" ; - moruk_N = mkN014 "" ; - moruna_N = mkN041 "" ; - morunov_A = mkA076 "" ; - morfema_N = mkN041 "" ; - morfin_N = mkN007 "" ; - morfinizym_N = mkN011 "" ; - morfinist_N = mkN007 "" ; - morfinistka_N = mkN041 "" ; - morfogeneza_N = mkN041 "" ; - morfologi_ch_en_A = mkA079 "" ; - morfologi_ja__N = mkN047 "" ; - mor_ja__V = stateV (mkV174 "") ; - mor_ja_k_N = mkN014a "" ; - mor_ja__sh_ki_A = mkA078 "" ; - moskovec_N = mkN008a "" ; - moskovski_A = mkA078 "" ; - moskov_ch_anin_N = mkN018 "" ; - moskov_ch_anka_N = mkN041 "" ; - most_N = mkN001 "" ; - mostik_N = mkN014 "" ; - mostov_A = mkA076 "" ; - mostovak_N = mkN014 "" ; - mostovi_A = mkA078 "" ; - mostra_N = mkN041 "" ; - mostren_A = mkA076 "" ; - most_ch_e_N = mkN065 "" ; - motam_V = stateV (mkV186 "") ; - motane_N = mkN071 "" ; - mota_ja__V = stateV (mkV161 "") ; - motel_N = mkN007 "" ; - motiv_N = mkN007 "" ; - motivaci_ja__N = mkN047 "" ; - motiviram_V = stateV (mkV186 "") ; - motivirane_N = mkN071 "" ; - motiviranost_N = mkN049 "" ; - motivirovka_N = mkN041 "" ; - motika_N = mkN041 "" ; - moto_N = mkN065 "" ; - motovila_N = mkN041 "" ; - motovilka_N = mkN041 "" ; - motolev_ja__V = stateV (mkV173 "") ; - motoped_N = mkN007 "" ; - motopista_N = mkN041 "" ; - motor_N = mkN007 "" ; - motoren_A = mkA079 "" ; - motoretka_N = mkN041 "" ; - motorizaci_ja__N = mkN047 "" ; - motoriziram_V = stateV (mkV186 "") ; - motoriziran_A = mkA076 "" ; - motorizirane_N = mkN071 "" ; - motorist_N = mkN007a "" ; - motornica_N = mkN041 "" ; - mototrion_N = mkN007 "" ; - motociklet_N = mkN007 "" ; - motocikleten_A = mkA079 "" ; - motocikletizym_N = mkN011 "" ; - motocikletist_N = mkN007a "" ; - motocikletistka_N = mkN041 "" ; - motocikyl_N = mkN009 "" ; - motrisa_N = mkN041 "" ; - mohamedanin_N = mkN018 "" ; - mohamedanka_N = mkN041 "" ; - mohamedanski_A = mkA078 "" ; - mohamedanstvo_N = mkN054 "" ; - moher_N = mkN007 "" ; - mohikan_N = mkN007 "" ; - mocartov_A = mkA076 "" ; - mo_ch_ur_N = mkN007 "" ; - mo_ch_uri_sht_e_N = mkN066 "" ; - mo_ch_urliv_A = mkA076 "" ; - mo_sh_enik_N = mkN014 "" ; - mo_sh_eni_ch_eski_A = mkA078 "" ; - mo_sh_eni_ch_estvam_V = stateV (mkV186 "") ; - mo_sh_eni_ch_estvane_N = mkN071 "" ; - mo_sh_eni_ch_estvo_N = mkN054 "" ; - mo_sh_eni_ch_estvuvam_V = stateV (mkV186 "") ; - mo_sh_eni_ch_estvuvane_N = mkN071 "" ; - mo_sh_eni_ch_ka_N = mkN041 "" ; - mo_sht__N = mkN049 "" ; - mo_sht_en_A = mkA079 "" ; - mo_sht_ehranitelnica_N = mkN041 "" ; - mo_sht_nost_N = mkN049 "" ; - mra_V = stateV (mkV150a "") ; - mrave_sh_ki_A = mkA078 "" ; - mravi_A = mkA078 "" ; - mravka_N = mkN041 "" ; - mravo_ja_d_N = mkN007 "" ; - mravun_ja_k_N = mkN014 "" ; - mrav_ch_en_A = mkA076 "" ; - mrav_ch_i_A = mkA078 "" ; - mraz_N = mkN001 "" ; - mrazen_A = mkA076 "" ; - mrazovec_N = mkN008a "" ; - mrazovit_A = mkA076 "" ; - mrazovitost_N = mkN049 "" ; - mrazoustoj_ch_iv_A = mkA076 "" ; - mrazoustoj_ch_ivost_N = mkN049 "" ; - mraz_ja__V = stateV (mkV173 "") ; - mrak_N = mkN001 "" ; - mrakobesie_N = mkN072 "" ; - mrakobesnik_N = mkN014 "" ; - mrakobesnica_N = mkN041 "" ; - mrakobesni_ch_eski_A = mkA078 "" ; - mrakobesni_ch_estvo_N = mkN054 "" ; - mramor_N = mkN007 "" ; - mramoren_A = mkA079 "" ; - mra_ch_a_V = stateV (mkV176 "") ; - mra_ch_evina_N = mkN041 "" ; - mra_ch_en_A = mkA079 "" ; - mra_ch_ina_N = mkN041 "" ; - mra_ch_nost_N = mkN049 "" ; - mre_zj_a_N = mkN041 "" ; - mre_zj_est_A = mkA076 "" ; - mre_zj_ov_A = mkA076 "" ; - mre_zj_oviden_A = mkA079 "" ; - mre_zj_okril_A = mkA076 "" ; - mryvka_N = mkN041 "" ; - mrydvam_V = actionV (mkV186 "") (mkV152 "") ; - mrydvane_N = mkN071 "" ; - mryzla_N = mkN041 "" ; - mryzlxo_N = mkN040 "" ; - mryzna_V = stateV (mkV152 "") ; - mrykvam_V = actionV (mkV186 "") (mkV152 "") ; - mrykvane_N = mkN071 "" ; - mrynkam_V = stateV (mkV186 "") ; - mrynkane_N = mkN071 "" ; - mrysen_A = mkA079 "" ; - mrysnik_N = mkN014a "" ; - mrysnica_N = mkN041 "" ; - mrysnozelen_A = mkA076 "" ; - mrysota_N = mkN041 "" ; - mrysoti_ja__N = mkN047 "" ; - mry_sht_ene_N = mkN071 "" ; - mry_sht__ja__V = stateV (mkV173 "") ; - mr_ja_na_N = mkN043 "" ; - mr_ja_nka_N = mkN043a "" ; - muden_A = mkA079 "" ; - mudnost_N = mkN049 "" ; - mu_zj_ik_N = mkN014 "" ; - muza_N = mkN041 "" ; - muzeen_A = mkA085 "" ; - muzej_N = mkN032 "" ; - muzika_N = mkN041 "" ; - muzikalen_A = mkA079 "" ; - muzikalnost_N = mkN049 "" ; - muzikant_N = mkN007 "" ; - muzikantka_N = mkN041 "" ; - muzikantski_A = mkA078 "" ; - muzikoved_N = mkN007 "" ; - muzikolog_N = mkN015 "" ; - muzikhol_N = mkN007 "" ; - mukava_N = mkN041 "" ; - mukaven_A = mkA076 "" ; - mukam_V = stateV (mkV186 "") ; - mukane_N = mkN071 "" ; - mulat_N = mkN007 "" ; - mulatka_N = mkN041 "" ; - mulatski_A = mkA078 "" ; - mule_N = mkN065 "" ; - muletar_N = mkN031a "" ; - muletarka_N = mkN041 "" ; - mule_sh_ki_A = mkA078 "" ; - muline_N = mkN071 "" ; - multivibrator_N = mkN007 "" ; - multilateralen_A = mkA079 "" ; - multimedien_A = mkA085 "" ; - multimedi_ja__N = mkN047 "" ; - multimilioner_N = mkN007 "" ; - multipleks_N = mkN007 "" ; - multipleksirane_N = mkN071 "" ; - multipleksor_N = mkN007 "" ; - multiplikator_N = mkN007 "" ; - multiplikacionen_A = mkA079 "" ; - multiplikaci_ja__N = mkN047 "" ; - multiprocesor_N = mkN007 "" ; - multistruen_A = mkA085 "" ; - mumifikaci_ja__N = mkN047 "" ; - mumificiram_V = stateV (mkV186 "") ; - mumificirane_N = mkN071 "" ; - mumi_ja__N = mkN047 "" ; - mundir_N = mkN007 "" ; - mund_sht_uk_N = mkN014 "" ; - municionen_A = mkA079 "" ; - municipalen_A = mkA079 "" ; - munici_ja__N = mkN047 "" ; - mura_N = mkN041 "" ; - murafet_N = mkN007 "" ; - murafetli_A = mkA078 "" ; - murgav_A = mkA076 "" ; - murgavina_N = mkN041 "" ; - murgavost_N = mkN049 "" ; - musaka_N = mkN041 "" ; - muselin_N = mkN007 "" ; - muselinov_A = mkA076 "" ; - musene_N = mkN071 "" ; - muska_N = mkN041 "" ; - muskal_N = mkN007 "" ; - muskatov_A = mkA076 "" ; - musket_N = mkN007 "" ; - musketarski_A = mkA078 "" ; - muskul_N = mkN007 "" ; - muskulatura_N = mkN041 "" ; - muskulen_A = mkA079 "" ; - muskulest_A = mkA076 "" ; - muskus_N = mkN007 "" ; - muskusen_A = mkA079 "" ; - muson_N = mkN007 "" ; - mustak_N = mkN014 "" ; - mustakat_A = mkA076 "" ; - mustang_N = mkN007 "" ; - musta_ch_e_N = mkN065 "" ; - musta_ch_ki_N = mkN075 "" ; - mus_ja__V = stateV (mkV173 "") ; - mutacionen_A = mkA079 "" ; - mutaci_ja__N = mkN047 "" ; - mutiram_V = stateV (mkV186 "") ; - mutirane_N = mkN071 "" ; - mutolev_ja__V = stateV (mkV173 "") ; - mutra_N = mkN041 "" ; - mutualizym_N = mkN011 "" ; - mufa_N = mkN041 "" ; - mufel_N = mkN007 "" ; - muflon_N = mkN007 "" ; - muft_N = mkN007 "" ; - mufta_N = mkN041 "" ; - muftad_zj_i_ja__N = mkN039 "" ; - muha_N = mkN041 "" ; - muhabet_N = mkN007 "" ; - muhavene_N = mkN071 "" ; - muham_V = stateV (mkV186 "") ; - muhane_N = mkN071 "" ; - muhla_N = mkN041 "" ; - muhlxo_N = mkN040 "" ; - muhl_ja_sam_V = stateV (mkV186 "") ; - muhl_ja_svam_V = stateV (mkV186 "") ; - muhl_ja_svane_N = mkN071 "" ; - muhogonka_N = mkN041 "" ; - muholov_N = mkN007 "" ; - muholovka_N = mkN041 "" ; - muhomorka_N = mkN041 "" ; - muhyl_N = mkN007 "" ; - mucuna_N = mkN041 "" ; - mucunest_A = mkA076 "" ; - mucunka_N = mkN041 "" ; - mu_ch_a_V = stateV (mkV178 "") ; - mu_ch_ene_N = mkN071 "" ; - mu_sh_a_V = stateV (mkV176 "") ; - mu_sh_ama_N = mkN041 "" ; - mu_sh_amen_A = mkA076 "" ; - mu_sh_ami_ch_ka_N = mkN041 "" ; - mu_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - mu_sh_vane_N = mkN071 "" ; - mu_sh_ika_N = mkN041 "" ; - mu_sh_ica_N = mkN041 "" ; - mu_sh_i_ch_ka_N = mkN041 "" ; - mu_sh_ka_N = mkN041 "" ; - mu_sh_kam_V = actionV (mkV186 "") (mkV152 "") ; - mu_sh_kane_N = mkN071 "" ; - mu_sh_kato_N = mkN054 "" ; - mu_sh_morok_N = mkN014 "" ; - mu_sh_mula_N = mkN041 "" ; - mygla_N = mkN041 "" ; - myglen_A = mkA076 "" ; - mygle_ja__V = stateV (mkV160 "") ; - mygliv_A = mkA076 "" ; - myglivost_N = mkN049 "" ; - mygloviden_A = mkA079 "" ; - myglovit_A = mkA076 "" ; - mygloobrazen_A = mkA079 "" ; - mygl_ja_v_A = mkA076 "" ; - mygl_ja_vina_N = mkN041 "" ; - mygl_ja_vost_N = mkN049 "" ; - mydrene_N = mkN071 "" ; - mydrec_N = mkN007b "" ; - mydre_ja__V = stateV (mkV160 "") ; - mydrost_N = mkN049 "" ; - mydruvam_V = stateV (mkV186 "") ; - mydruvane_N = mkN071 "" ; - mydr_ja__V = stateV (mkV173 "") ; - mydyr_A = mkA080 "" ; - my_zj__N = mkN024 "" ; - my_zj_aga_N = mkN038 "" ; - my_zj_deene_N = mkN071 "" ; - my_zj_dele_ja__V = stateV (mkV160 "") ; - my_zj_deliv_A = mkA076 "" ; - my_zj_delivost_N = mkN049 "" ; - my_zj_de_ja__V = stateV (mkV160 "") ; - my_zj_div_A = mkA076 "" ; - my_zj_dukam_V = stateV (mkV186 "") ; - my_zj_dukane_N = mkN071 "" ; - my_zj_d_ja__V = stateV (mkV174 "") ; - my_zj_emrazka_N = mkN041 "" ; - my_zj_estven_A = mkA076 "" ; - my_zj_estvenost_N = mkN049 "" ; - my_zj_estvo_N = mkN054 "" ; - my_zj_eubijstvo_N = mkN054 "" ; - my_zj_eubijca_N = mkN041 "" ; - my_zj_kar_N = mkN031a "" ; - my_zj_karana_N = mkN041 "" ; - my_zj_karka_N = mkN041 "" ; - my_zj_karski_A = mkA078 "" ; - my_zj_ki_A = mkA078 "" ; - my_zj_le_N = mkN065 "" ; - my_zj_ov_A = mkA076 "" ; - myzga_N = mkN041 "" ; - myka_N = mkN041 "" ; - mykna_V = stateV (mkV152 "") ; - mylva_N = mkN041 "" ; - mylvene_N = mkN071 "" ; - mylv_ja__V = stateV (mkV174 "") ; - mylnien_A = mkA085 "" ; - mylnienosen_A = mkA079 "" ; - mylni_ja__N = mkN047 "" ; - myl_ch_a_V = stateV (mkV178 "") ; - myl_ch_aliv_A = mkA076 "" ; - myl_ch_alivec_N = mkN008a "" ; - myl_ch_alivost_N = mkN049 "" ; - myl_ch_ane_N = mkN071 "" ; - myl_ch_anie_N = mkN072 "" ; - mymrene_N = mkN065 "" ; - mymr_ja__V = stateV (mkV173 "") ; - mynik_N = mkN014 "" ; - mynisten_A = mkA076 "" ; - mynisto_N = mkN054 "" ; - myni_ch_e_N = mkN065 "" ; - myni_ch_yk_A = mkA080 "" ; - mynkam_V = stateV (mkV186 "") ; - mynkane_N = mkN071 "" ; - myrdam_V = stateV (mkV186 "") ; - myrdane_N = mkN071 "" ; - myrzel_N = mkN007 "" ; - myrzelan_N = mkN007 "" ; - myrzelanski_A = mkA078 "" ; - myrzeliv_A = mkA076 "" ; - myrzelivec_N = mkN008a "" ; - myrzelivka_N = mkN041 "" ; - myrzelivost_N = mkN049 "" ; - myrzeluvam_V = stateV (mkV186 "") ; - myrzeluvane_N = mkN071 "" ; - myrkam_V = stateV (mkV186 "") ; - myrkane_N = mkN071 "" ; - myrla_N = mkN041 "" ; - myrliv_A = mkA076 "" ; - myrlxo_N = mkN040 "" ; - myrl_ja__V = stateV (mkV173 "") ; - myrl_ja_v_A = mkA076 "" ; - myrl_ja_ne_N = mkN071 "" ; - myrl_ja__ch__N = mkN007b "" ; - myrmorene_N = mkN071 "" ; - myrmorko_N = mkN040 "" ; - myrmorkovica_N = mkN041 "" ; - myrmor_ja__V = stateV (mkV173 "") ; - myrsene_N = mkN071 "" ; - myrsuvam_V = stateV (mkV186 "") ; - myrsuvane_N = mkN071 "" ; - myrs_ja__V = stateV (mkV174 "") ; - myrtvec_N = mkN020 "" ; - myrtve_sh_ki_A = mkA078 "" ; - myrtve_ja__V = stateV (mkV160 "") ; - myrtvilo_N = mkN054 "" ; - myrtvina_N = mkN041 "" ; - myrtvopi_ja_n_A = mkA076 "" ; - myrtvoroden_A = mkA076 "" ; - myrtyv_A = mkA080 "" ; - myr_sh_a_N = mkN041 "" ; - myr_sh_av_A = mkA076 "" ; - myr_sh_ave_ja__V = stateV (mkV160 "") ; - myr_sh_avina_N = mkN041 "" ; - myr_sh_avost_N = mkN049 "" ; - myr_sh_o_ja_d_N = mkN007 "" ; - myr_sh_o_ja_den_A = mkA079 "" ; - myst_N = mkN049 "" ; - mystitel_N = mkN031a "" ; - mystitelen_A = mkA079 "" ; - mystitelka_N = mkN041 "" ; - myst_ja__V = stateV (mkV174 "") ; - myten_A = mkA079 "" ; - mytene_N = mkN071 "" ; - mytenica_N = mkN041 "" ; - mytilka_N = mkN041 "" ; - mytilo_N = mkN054 "" ; - mytne_ja__V = stateV (mkV160 "") ; - mytnost_N = mkN049 "" ; - myt_ja__V = stateV (mkV173 "") ; - myh_N = mkN001 "" ; - myhav_A = mkA076 "" ; - myhavost_N = mkN049 "" ; - myhat_A = mkA076 "" ; - myhest_A = mkA076 "" ; - myhnat_A = mkA076 "" ; - myhnatost_N = mkN049 "" ; - myhov_A = mkA076 "" ; - my_ch_a_V = stateV (mkV176 "") ; - my_ch_en_A = mkA079 "" ; - my_ch_ene_N = mkN071 "" ; - my_ch_enie_N = mkN072 "" ; - my_ch_enik_N = mkN014 "" ; - my_ch_enica_N = mkN041 "" ; - my_ch_eni_ch_eski_A = mkA078 "" ; - my_ch_eni_ch_estvo_N = mkN054 "" ; - my_ch_ili_sht_e_N = mkN066 "" ; - my_ch_itel_N = mkN031a "" ; - my_ch_itelen_A = mkA079 "" ; - my_ch_itelka_N = mkN041 "" ; - my_ch_itelski_A = mkA078 "" ; - my_ch_ne_ja__V = stateV (mkV160 "") ; - my_ch_nodostypen_A = mkA079 "" ; - my_ch_noopredelim_A = mkA076 "" ; - my_ch_nopodvi_zj_en_A = mkA079 "" ; - my_ch_nopodvi_zj_nost_N = mkN049 "" ; - my_ch_nopreodolim_A = mkA076 "" ; - my_ch_noprisposobim_A = mkA076 "" ; - my_ch_noprohodim_A = mkA076 "" ; - my_ch_noraztopim_A = mkA076 "" ; - my_ch_nosmilaem_A = mkA076 "" ; - my_ch_nosmilatelen_A = mkA079 "" ; - my_ch_noti_ja__N = mkN047 "" ; - my_ch_notopimost_N = mkN049 "" ; - m_iu_zikyl_N = mkN007 "" ; - m_iu_re_N = mkN065 "" ; - m_iu_s_iu_lmanin_N = mkN018 "" ; - m_iu_s_iu_lmanka_N = mkN041 "" ; - m_iu_s_iu_lmanski_A = mkA078 "" ; - m_iu_s_iu_lmanstvo_N = mkN054 "" ; - m_iu_ftijski_A = mkA078 "" ; - m_iu_ftijstvo_N = mkN054 "" ; - m_iu_fti_ja__N = mkN039 "" ; - m_iu__sht_eri_ja__N = mkN047 "" ; - m_ja_zam_V = stateV (mkV186 "") ; - m_ja_zane_N = mkN071 "" ; - m_ja_kam_V = stateV (mkV186 "") ; - m_ja_kane_N = mkN071 "" ; - m_ja_ra_N = mkN043 "" ; - m_ja_rvam_V = actionV (mkV186 "") (mkV152 "") ; - m_ja_rvane_N = mkN071 "" ; - m_ja_rka_N = mkN043a "" ; - m_ja_rkam_V = actionV (mkV186 "") (mkV152 "") ; - m_ja_rkane_N = mkN071 "" ; - m_ja_sto_N = mkN057a "" ; - m_ja_tam_V = stateV (mkV186 "") ; - m_ja_tane_N = mkN071 "" ; - m_ja_ukam_V = actionV (mkV186 "") (mkV176 "") ; - m_ja_ukane_N = mkN071 "" ; - m_ja_h_N = mkN002 "" ; - naakan_A = mkA076 "" ; - nabav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nabav_ja_ne_N = mkN071 "" ; - nabadanosane_N = mkN071 "" ; - nabarane_N = mkN071 "" ; - nabarvam_V = actionV (mkV186 "") (mkV186 "") ; - nabarvane_N = mkN071 "" ; - naba_ja__V = stateV (mkV162 "") ; - nabeg_N = mkN015 "" ; - nabeden_A = mkA076 "" ; - nabedrenik_N = mkN014 "" ; - nabed_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nabed_ja_vane_N = mkN071 "" ; - nabe_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - nabe_zj_davane_N = mkN071 "" ; - nabelvam_V = actionV (mkV186 "") (mkV173 "") ; - nabelvane_N = mkN071 "" ; - nabel_ja_zan_A = mkA076 "" ; - nabel_ja_zvam_V = actionV (mkV186 "") (mkV183 "") ; - nabel_ja_zvane_N = mkN071 "" ; - nabesne_ja__V = stateV (mkV160 "") ; - nabivam_V = actionV (mkV186 "") (mkV163 "") ; - nabivane_N = mkN071 "" ; - nabivka_N = mkN041 "" ; - nabiram_V = actionV (mkV186 "") (mkV170 "") ; - nabirane_N = mkN071 "" ; - nabira_ch__N = mkN007 "" ; - nabit_A = mkA076 "" ; - nabitost_N = mkN049 "" ; - nabi_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nabi_ch_vane_N = mkN071 "" ; - nable_ja__V = stateV (mkV160 "") ; - nabli_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - nabli_zj_avane_N = mkN071 "" ; - nablyskvam_V = actionV (mkV186 "") (mkV186 "") ; - nablyskvane_N = mkN071 "" ; - nabl_iu_davam_V = stateV (mkV186 "") ; - nabl_iu_davane_N = mkN071 "" ; - nabl_iu_datel_N = mkN031a "" ; - nabl_iu_datelen_A = mkA079 "" ; - nabl_iu_datelka_N = mkN041 "" ; - nabl_iu_datelnica_N = mkN041 "" ; - nabl_iu_datelnost_N = mkN049 "" ; - nabl_iu_denie_N = mkN072 "" ; - nabl_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - nabl_ja_gane_N = mkN071 "" ; - nabo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - nabo_zj_dane_N = mkN071 "" ; - nabo_zj_en_A = mkA079 "" ; - nabo_zj_nost_N = mkN049 "" ; - nabozavam_V = actionV (mkV186 "") (mkV161 "") ; - nabozavane_N = mkN071 "" ; - naboklu_ch_vam_V = stateV (mkV186 "") ; - naboklu_ch_vane_N = mkN071 "" ; - nabol_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - nabol_ja_vane_N = mkN071 "" ; - nabol_ja_l_A = mkA081 "" ; - nabor_N = mkN007a "" ; - naboren_A = mkA079 "" ; - nabrazden_A = mkA076 "" ; - nabrazd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nabrazd_ja_vane_N = mkN071 "" ; - nabra_sh_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nabra_sh_n_ja_vane_N = mkN071 "" ; - nabro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - nabro_ja_vane_N = mkN071 "" ; - nabrulvam_V = actionV (mkV186 "") (mkV173 "") ; - nabrulvane_N = mkN071 "" ; - nabrul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nabry_ch_kan_A = mkA076 "" ; - nabry_ch_kane_N = mkN071 "" ; - nabry_ch_kanost_N = mkN049 "" ; - nabry_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - nabry_ch_kvane_N = mkN071 "" ; - nabry_sht_olev_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nabry_sht_olev_ja_ne_N = mkN071 "" ; - nabutvam_V = actionV (mkV186 "") (mkV186 "") ; - nabutvane_N = mkN071 "" ; - nabuhvam_V = actionV (mkV186 "") (mkV186 "") ; - nabuhvane_N = mkN071 "" ; - nabu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nabu_ch_vane_N = mkN071 "" ; - nabybvam_V = actionV (mkV186 "") (mkV152 "") ; - nabybvane_N = mkN071 "" ; - nabybr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nabybr_ja_ne_N = mkN071 "" ; - nabykan_A = mkA076 "" ; - nabykvam_V = stateV (mkV186 "") ; - nabykvane_N = mkN071 "" ; - nabyrborvam_V = actionV (mkV186 "") (mkV173 "") ; - nabyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - nabyrkvane_N = mkN071 "" ; - nabyr_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nabyr_ch_vane_N = mkN071 "" ; - nabyhtvam_V = actionV (mkV186 "") (mkV173 "") ; - nabyhtvane_N = mkN071 "" ; - navad_ja__V = stateV (mkV173 "") ; - navaksam_V = stateV (mkV186 "") ; - navaksvam_V = stateV (mkV186 "") ; - navaksvane_N = mkN071 "" ; - navalica_N = mkN041 "" ; - naval_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naval_ja_vane_N = mkN071 "" ; - naval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - naval_ja_ne_N = mkN071 "" ; - navar_ja_vam_V = stateV (mkV186 "") ; - navar_ja_vane_N = mkN071 "" ; - navdigam_V = actionV (mkV186 "") (mkV152 "") ; - navdigane_N = mkN071 "" ; - nave_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - nave_zj_dane_N = mkN071 "" ; - navej_N = mkN032 "" ; - naves_N = mkN007 "" ; - navesvam_V = actionV (mkV186 "") (mkV173 "") ; - navesvane_N = mkN071 "" ; - navesen_A = mkA079 "" ; - navestitel_N = mkN031a "" ; - navest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - navest_ja_vane_N = mkN071 "" ; - navetren_A = mkA076 "" ; - nave_ch_erie_N = mkN072 "" ; - nave_ch_er_ja_m_V = stateV (mkV187 "") ; - nave_ch_er_ja_ne_N = mkN071 "" ; - nave_ja_n_A = mkA076 "" ; - navzemam_V = actionV (mkV186 "") (mkV171 "") ; - navzemane_N = mkN071 "" ; - navzimam_V = actionV (mkV186 "") (mkV171 "") ; - navzimane_N = mkN071 "" ; - navivam_V = actionV (mkV186 "") (mkV163 "") ; - navivane_N = mkN071 "" ; - navivka_N = mkN041 "" ; - navigator_N = mkN007a "" ; - navigatorka_N = mkN041 "" ; - navigatorski_A = mkA078 "" ; - navigacionen_A = mkA079 "" ; - navigaci_ja__N = mkN047 "" ; - navigiram_V = stateV (mkV186 "") ; - navigirane_N = mkN071 "" ; - navi_zj_dam_V = actionV (mkV186 "") (mkV181 "") ; - navi_zj_dane_N = mkN071 "" ; - navik_N = mkN014 "" ; - navikane_N = mkN071 "" ; - navikvam_V = actionV (mkV186 "") (mkV186 "") ; - navikvane_N = mkN071 "" ; - navikna_V = stateV (mkV152 "") ; - navintvam_V = actionV (mkV186 "") (mkV173 "") ; - navintvane_N = mkN071 "" ; - navirane_N = mkN071 "" ; - navirvam_V = actionV (mkV186 "") (mkV186 "") ; - navirvane_N = mkN071 "" ; - navir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - navir_ja_ne_N = mkN071 "" ; - navisvam_V = actionV (mkV186 "") (mkV152 "") ; - navisvane_N = mkN071 "" ; - navla_zj_nenost_N = mkN049 "" ; - navla_zj_ne_ja__V = stateV (mkV160 "") ; - navla_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - navla_zj_n_ja_vane_N = mkN071 "" ; - navlek_N = mkN014 "" ; - navlizam_V = actionV (mkV186 "") (mkV147 "") ; - navlizane_N = mkN071 "" ; - navli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - navli_ch_ane_N = mkN071 "" ; - navlo_N = mkN054 "" ; - navodnenie_N = mkN072 "" ; - navodn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - navodn_ja_vane_N = mkN071 "" ; - navoj_N = mkN032 "" ; - navra_V = stateV (mkV150 "") ; - navre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - navre_zj_dane_N = mkN071 "" ; - navremenen_A = mkA079 "" ; - navremeni_A = mkA078 "" ; - navremennost_N = mkN049 "" ; - navremen_ja__V = stateV (mkV174 "") ; - navremen_ja_vane_N = mkN071 "" ; - navr_ja__V = stateV (mkV177 "") ; - navu_sht_a_N = mkN041 "" ; - navy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - navy_zj_dane_N = mkN071 "" ; - navyrv_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - navyrv_ja_ne_N = mkN071 "" ; - navyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - navyrzvane_N = mkN071 "" ; - navyrtam_V = actionV (mkV186 "") (mkV177 "") ; - navyrtane_N = mkN071 "" ; - navyrtvam_V = actionV (mkV186 "") (mkV177 "") ; - navyrtvane_N = mkN071 "" ; - navyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - navyr_sh_avam_V = stateV (mkV186 "") ; - navyr_sh_avane_N = mkN071 "" ; - navyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - navyr_sh_vane_N = mkN071 "" ; - navysvam_V = actionV (mkV186 "") (mkV173 "") ; - navysvane_N = mkN071 "" ; - navysen_A = mkA076 "" ; - navysenost_N = mkN049 "" ; - nav_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - nav_ja_vane_N = mkN071 "" ; - nav_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - nav_ja_hvane_N = mkN071 "" ; - naga_zj_dam_V = stateV (mkV186 "") ; - naga_zj_dane_N = mkN071 "" ; - naga_zj_da_ch__N = mkN007 "" ; - nagazvam_V = actionV (mkV186 "") (mkV173 "") ; - nagazvane_N = mkN071 "" ; - nagajka_N = mkN041 "" ; - nagan_N = mkN007 "" ; - nagar_N = mkN007 "" ; - nagar_ch_am_V = stateV (mkV186 "") ; - nagar_ch_ane_N = mkN071 "" ; - nagar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - nagar_ja_ne_N = mkN071 "" ; - nagizvam_V = stateV (mkV186 "") ; - nagizvane_N = mkN071 "" ; - nagizdvam_V = actionV (mkV186 "") (mkV173 "") ; - nagizdvane_N = mkN071 "" ; - nagizden_A = mkA079 "" ; - nagizd_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nagizd_ja_ne_N = mkN071 "" ; - nagizna_V = stateV (mkV152 "") ; - nagladuvam_V = stateV (mkV186 "") ; - nagladuvane_N = mkN071 "" ; - naglad_ja__V = stateV (mkV173 "") ; - naglasa_N = mkN041 "" ; - naglasen_A = mkA076 "" ; - naglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naglas_ja_vane_N = mkN071 "" ; - naglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - naglas_ja_ne_N = mkN071 "" ; - nagledam_V = stateV (mkV186 "") ; - nagledane_N = mkN071 "" ; - nagledvam_V = stateV (mkV186 "") ; - nagledvane_N = mkN071 "" ; - nagledva_ch__N = mkN007 "" ; - nagledva_ch_ka_N = mkN041 "" ; - nagleden_A = mkA079 "" ; - naglednik_N = mkN014 "" ; - naglednost_N = mkN049 "" ; - nagle_zj_dam_V = stateV (mkV186 "") ; - nagle_zj_dane_N = mkN071 "" ; - naglost_N = mkN049 "" ; - nagnezd_ja_m_V = stateV (mkV187 "") ; - nagnetatelen_A = mkA079 "" ; - nagnet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagnet_ja_vane_N = mkN071 "" ; - nagnivam_V = actionV (mkV186 "") (mkV163 "") ; - nagnivane_N = mkN071 "" ; - nagnitam_V = stateV (mkV186 "") ; - nagnitane_N = mkN071 "" ; - nagno_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - nagno_ja_vane_N = mkN071 "" ; - nagovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nagovar_ja_ne_N = mkN071 "" ; - nagovorvam_V = actionV (mkV186 "") (mkV173 "") ; - nagovorvane_N = mkN071 "" ; - nagodimost_N = mkN049 "" ; - nagodliv_A = mkA076 "" ; - nagodlivost_N = mkN049 "" ; - nagod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagod_ja_vane_N = mkN071 "" ; - nagolem_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nagon_N = mkN007 "" ; - nagonvam_V = actionV (mkV186 "") (mkV173 "") ; - nagonvane_N = mkN071 "" ; - nagoren_A = mkA079 "" ; - nagore_sht__ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagore_sht__ja_vane_N = mkN071 "" ; - nagorni_sht_e_N = mkN066 "" ; - nagor_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - nagor_ch_avane_N = mkN071 "" ; - nagor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagor_ja_vane_N = mkN071 "" ; - nagost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagost_ja_vane_N = mkN071 "" ; - nagotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nagotv_ja_ne_N = mkN071 "" ; - nago_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - nago_sht_avane_N = mkN071 "" ; - nago_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - nago_ja_vane_N = mkN071 "" ; - nagrabvam_V = actionV (mkV186 "") (mkV173 "") ; - nagrabvane_N = mkN071 "" ; - nagrab_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nagrab_ja_ne_N = mkN071 "" ; - nagrada_N = mkN041 "" ; - nagra_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - nagra_zj_davane_N = mkN071 "" ; - nagrakam_V = stateV (mkV186 "") ; - nagrakane_N = mkN071 "" ; - nagrakvam_V = stateV (mkV186 "") ; - nagrakvane_N = mkN071 "" ; - nagramad_ja__V = stateV (mkV174 "") ; - nagran_ja_vam_V = stateV (mkV186 "") ; - nagran_ja_vane_N = mkN071 "" ; - nagra_ch_vam_V = stateV (mkV186 "") ; - nagrebvam_V = actionV (mkV186 "") (mkV151 "") ; - nagrebvane_N = mkN071 "" ; - nagrevatel_N = mkN031 "" ; - nagrevatelen_A = mkA079 "" ; - nagreven_A = mkA079 "" ; - nagrevka_N = mkN041 "" ; - nagrizvam_V = actionV (mkV186 "") (mkV151 "") ; - nagrizvane_N = mkN071 "" ; - nagrub_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nagrub_ja_vane_N = mkN071 "" ; - nagruzka_N = mkN041 "" ; - nagruhane_N = mkN071 "" ; - nagruhvam_V = actionV (mkV186 "") (mkV186 "") ; - nagruhvane_N = mkN071 "" ; - nagryden_A = mkA079 "" ; - nagrydnik_N = mkN014 "" ; - nagr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nagr_ja_vane_N = mkN071 "" ; - nagr_ja_vka_N = mkN041 "" ; - nagr_ja_t_A = mkA076 "" ; - nagyvam_V = actionV (mkV186 "") (mkV152 "") ; - nagyvane_N = mkN071 "" ; - nagyzur_ch_vam_V = stateV (mkV186 "") ; - nagyzur_ch_vane_N = mkN071 "" ; - nagyl_A = mkA080 "" ; - nagyltane_N = mkN071 "" ; - nagyltvam_V = actionV (mkV186 "") (mkV186 "") ; - nagyltvane_N = mkN071 "" ; - nagyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - nagyl_ch_avane_N = mkN071 "" ; - nagynatost_N = mkN049 "" ; - nagyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - nagyrbvane_N = mkN071 "" ; - nagyrbu_sh_vam_V = stateV (mkV186 "") ; - nagyrbu_sh_vane_N = mkN071 "" ; - nagyrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nagyrb_ja_ne_N = mkN071 "" ; - nagyr_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nagyr_ch_vane_N = mkN071 "" ; - nagyr_ch_enost_N = mkN049 "" ; - nadavam_V = stateV (mkV186 "") ; - nadavane_N = mkN071 "" ; - nadaren_A = mkA076 "" ; - nadarenost_N = mkN049 "" ; - nadar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nadar_ja_vane_N = mkN071 "" ; - nadbavka_N = mkN041 "" ; - nadbybre_ch_en_A = mkA079 "" ; - nadb_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - nadb_ja_gvane_N = mkN071 "" ; - nadvarvam_V = stateV (mkV186 "") ; - nadvarvane_N = mkN071 "" ; - nadvar_ja_m_V = stateV (mkV187 "") ; - nadvar_ja_ne_N = mkN071 "" ; - nadvesvam_V = actionV (mkV186 "") (mkV173 "") ; - nadvesvane_N = mkN071 "" ; - nadvesen_A = mkA076 "" ; - nadvzemam_V = actionV (mkV186 "") (mkV171 "") ; - nadvzemane_N = mkN071 "" ; - nadvzimam_V = actionV (mkV186 "") (mkV171 "") ; - nadvzimane_N = mkN071 "" ; - nadvivam_V = actionV (mkV186 "") (mkV163 "") ; - nadvivane_N = mkN071 "" ; - nadvikane_N = mkN071 "" ; - nadvikvam_V = actionV (mkV186 "") (mkV186 "") ; - nadvikvane_N = mkN071 "" ; - nadvisvam_V = actionV (mkV186 "") (mkV152 "") ; - nadvisvane_N = mkN071 "" ; - nadvis_ja__V = stateV (mkV173 "") ; - nadvi_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - nadvi_sh_avane_N = mkN071 "" ; - nadvlasten_A = mkA079 "" ; - nadvlastnik_N = mkN014 "" ; - nadvlastnica_N = mkN041 "" ; - nadvnas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - nadvnas_ja_ne_N = mkN071 "" ; - nadvoden_A = mkA079 "" ; - nadvry_sht_am_V = actionV (mkV186 "") (mkV145 "") ; - nadglezenen_A = mkA079 "" ; - nadgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - nadgra_zj_dane_N = mkN071 "" ; - nadgre_ja__V = stateV (mkV160 "") ; - nadgroben_A = mkA079 "" ; - naddavam_V = actionV (mkV186 "") (mkV168 "") ; - naddavane_N = mkN071 "" ; - naddavka_N = mkN041 "" ; - naddel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - naddel_ja_vane_N = mkN071 "" ; - naddumane_N = mkN071 "" ; - naddumvam_V = actionV (mkV186 "") (mkV186 "") ; - naddumvane_N = mkN071 "" ; - nadebelenie_N = mkN072 "" ; - nadebel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nadebel_ja_vane_N = mkN071 "" ; - nade_zj_da_N = mkN041 "" ; - nade_zj_den_A = mkA079 "" ; - nade_zj_dica_N = mkN041 "" ; - nade_zj_dnost_N = mkN049 "" ; - nadenica_N = mkN041 "" ; - nadeni_ch_ka_N = mkN041 "" ; - nade_ja__V = stateV (mkV160 "") ; - nad_zj_asvam_V = stateV (mkV186 "") ; - nad_zj_asvane_N = mkN071 "" ; - nad_zj_askvam_V = stateV (mkV186 "") ; - nad_zj_askvane_N = mkN071 "" ; - nad_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nad_zj_iv_ja_vane_N = mkN071 "" ; - nad_zj_ynvam_V = actionV (mkV186 "") (mkV152 "") ; - nad_zj_ynvane_N = mkN071 "" ; - nadzvezden_A = mkA079 "" ; - nadzemam_V = actionV (mkV186 "") (mkV171 "") ; - nadzemane_N = mkN071 "" ; - nadzemen_A = mkA079 "" ; - nadziravam_V = stateV (mkV186 "") ; - nadziravane_N = mkN071 "" ; - nadziratel_N = mkN031a "" ; - nadziratelka_N = mkN041 "" ; - nadziratelski_A = mkA078 "" ; - nadzor_N = mkN007 "" ; - nadzoren_A = mkA079 "" ; - nadzornik_N = mkN014 "" ; - nadzornica_N = mkN041 "" ; - nadzorni_ch_eski_A = mkA078 "" ; - nadzyrvam_V = actionV (mkV186 "") (mkV152 "") ; - nadzyrtam_V = actionV (mkV186 "") (mkV152 "") ; - nadzyrtane_N = mkN071 "" ; - nadzyrtvam_V = actionV (mkV186 "") (mkV152 "") ; - nadzyrtvane_N = mkN071 "" ; - nadigam_V = actionV (mkV186 "") (mkV152 "") ; - nadigane_N = mkN071 "" ; - nadigravam_V = actionV (mkV186 "") (mkV161 "") ; - nadigravane_N = mkN071 "" ; - nadipl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nadipl_ja_ne_N = mkN071 "" ; - nadiram_V = actionV (mkV186 "") (mkV170 "") ; - nadirane_N = mkN071 "" ; - nadi_sh_ane_N = mkN071 "" ; - nadi_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - nadi_sh_vane_N = mkN071 "" ; - nadklasov_A = mkA076 "" ; - nadkolenen_A = mkA084 "" ; - nadkosten_A = mkA079 "" ; - nadkostnica_N = mkN041 "" ; - nadle_zj_en_A = mkA079 "" ; - nadlez_N = mkN007 "" ; - nadlygvam_V = stateV (mkV186 "") ; - nadlygvane_N = mkN071 "" ; - nadly_zj_en_A = mkA079 "" ; - nadmenen_A = mkA079 "" ; - nadmennost_N = mkN049 "" ; - nadminavam_V = actionV (mkV186 "") (mkV152 "") ; - nadminavane_N = mkN071 "" ; - nadmno_zj_estvo_N = mkN054 "" ; - nadmogvam_V = actionV (mkV186 "") (mkV152 "") ; - nadmogvane_N = mkN071 "" ; - nadmorski_A = mkA078 "" ; - nadmo_sht_en_A = mkA079 "" ; - nadmo_sht_ie_N = mkN072 "" ; - nadnikvam_V = actionV (mkV186 "") (mkV152 "") ; - nadnikvane_N = mkN071 "" ; - nadnica_N = mkN041 "" ; - nadni_ch_am_V = actionV (mkV186 "") (mkV152 "") ; - nadni_ch_ane_N = mkN071 "" ; - nadni_ch_ar_N = mkN031a "" ; - nadni_ch_arka_N = mkN041 "" ; - nadni_ch_arstvo_N = mkN054 "" ; - nadni_ch_en_A = mkA079 "" ; - nadnormen_A = mkA076 "" ; - nadnormenik_N = mkN014 "" ; - nadnormeni_ch_ka_N = mkN041 "" ; - nadovli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - nadovli_ch_ane_N = mkN071 "" ; - nadoj_N = mkN032 "" ; - nadojvam_V = stateV (mkV186 "") ; - nadokarvam_V = stateV (mkV186 "") ; - nadokarvane_N = mkN071 "" ; - nadolni_sht_e_N = mkN066 "" ; - nadomen_A = mkA079 "" ; - nadomykvam_V = actionV (mkV186 "") (mkV152 "") ; - nadomykvane_N = mkN071 "" ; - nadonas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - nadonas_ja_ne_N = mkN071 "" ; - nadoho_zj_dam_V = actionV (mkV186 "") (mkV146 "") ; - nadoho_zj_dane_N = mkN071 "" ; - nado_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - nado_ja_vane_N = mkN071 "" ; - nado_ja_v_ja_m_V = stateV (mkV187 "") ; - nadpaluben_A = mkA079 "" ; - nadpartien_A = mkA085 "" ; - nadpera_V = stateV (mkV170 "") ; - nadpivam_V = actionV (mkV186 "") (mkV163 "") ; - nadpivane_N = mkN071 "" ; - nadpis_N = mkN007 "" ; - nadpisvam_V = actionV (mkV186 "") (mkV159 "") ; - nadpisvane_N = mkN071 "" ; - nadpisen_A = mkA079 "" ; - nadplanov_A = mkA076 "" ; - nadpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - nadpla_sht_ane_N = mkN071 "" ; - nadpo_ch_ven_A = mkA076 "" ; - nadprevara_N = mkN041 "" ; - nadprevarvam_V = actionV (mkV186 "") (mkV173 "") ; - nadprevarvane_N = mkN071 "" ; - nadprevar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nadprevar_ja_ne_N = mkN071 "" ; - nadprepuskane_N = mkN071 "" ; - nadprepuskvam_V = actionV (mkV186 "") (mkV186 "") ; - nadprepuskvane_N = mkN071 "" ; - nadprikazvam_V = actionV (mkV186 "") (mkV156 "") ; - nadprikazvane_N = mkN071 "" ; - nadpripkvam_V = stateV (mkV186 "") ; - nadpripkvane_N = mkN071 "" ; - nadp_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - nadp_ja_vane_N = mkN071 "" ; - nadrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - nadrabotvane_N = mkN071 "" ; - nadraskane_N = mkN071 "" ; - nadraskvam_V = actionV (mkV186 "") (mkV186 "") ; - nadraskvane_N = mkN071 "" ; - nadrasna_V = stateV (mkV152 "") ; - nadrastvam_V = actionV (mkV186 "") (mkV145 "") ; - nadrastvane_N = mkN071 "" ; - nadra_sht__ja__V = stateV (mkV173 "") ; - nadrebn_ja__V = stateV (mkV174 "") ; - nadrebn_ja_vam_V = stateV (mkV186 "") ; - nadrebn_ja_vane_N = mkN071 "" ; - nadre_zj_a_V = stateV (mkV157 "") ; - nadremvam_V = actionV (mkV186 "") (mkV154 "") ; - nadremvane_N = mkN071 "" ; - nadrobenost_N = mkN049 "" ; - nadrob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nadrob_ja_vane_N = mkN071 "" ; - nadrusane_N = mkN071 "" ; - nadrusvam_V = actionV (mkV186 "") (mkV186 "") ; - nadrusvane_N = mkN071 "" ; - nadrynkane_N = mkN071 "" ; - nadrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - nadrynkvane_N = mkN071 "" ; - nadr_ja_mvam_V = actionV (mkV186 "") (mkV186 "") ; - nadr_ja_mvane_N = mkN071 "" ; - nadsvirvam_V = actionV (mkV186 "") (mkV173 "") ; - nadsvirvane_N = mkN071 "" ; - nadska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - nadska_ch_ane_N = mkN071 "" ; - nadslov_N = mkN007 "" ; - nadsmivam_V = actionV (mkV186 "") (mkV160 "") ; - nadsmivane_N = mkN071 "" ; - nadstroe_ch_en_A = mkA079 "" ; - nadstrojka_N = mkN041 "" ; - nadstro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - nadstro_ja_vane_N = mkN071 "" ; - nadti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - nadti_ch_vane_N = mkN071 "" ; - naduvaem_A = mkA076 "" ; - naduvam_V = actionV (mkV186 "") (mkV163 "") ; - naduvane_N = mkN071 "" ; - naduven_A = mkA079 "" ; - nadumvam_V = actionV (mkV186 "") (mkV186 "") ; - nadumvane_N = mkN071 "" ; - nadumkvam_V = stateV (mkV186 "") ; - nadumkvane_N = mkN071 "" ; - nadup_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nadup_ch_vane_N = mkN071 "" ; - nadup_ch_en_A = mkA076 "" ; - nadup_ch_enost_N = mkN049 "" ; - nadut_A = mkA076 "" ; - nadutost_N = mkN049 "" ; - naduham_V = stateV (mkV186 "") ; - nadu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - nadu_sh_vane_N = mkN071 "" ; - nadhvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nadhvyrl_ja_ne_N = mkN071 "" ; - nadhitr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nadhitr_ja_vane_N = mkN071 "" ; - nadhitr_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - nadhitr_ja_ne_N = mkN071 "" ; - nadcakvam_V = actionV (mkV186 "") (mkV186 "") ; - nadcenka_N = mkN041 "" ; - nadcen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nadcen_ja_vane_N = mkN071 "" ; - nad_ch_et_N = mkN007 "" ; - nad_ch_eta_V = stateV (mkV145 "") ; - nadynvam_V = stateV (mkV186 "") ; - nadynvane_N = mkN071 "" ; - nadyrv_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - nadyrv_ja_ne_N = mkN071 "" ; - nadyrdorvam_V = actionV (mkV186 "") (mkV173 "") ; - nadyrdorvane_N = mkN071 "" ; - nadyhvam_V = actionV (mkV186 "") (mkV186 "") ; - nadyhvane_N = mkN071 "" ; - nad_ja_vam_V = actionV (mkV186 "") (mkV153 "") ; - nad_ja_vane_N = mkN071 "" ; - nad_ja__zj_dam_V = stateV (mkV186 "") ; - nad_ja__zj_dane_N = mkN071 "" ; - nad_ja_lam_V = stateV (mkV186 "") ; - nad_ja_m_V = actionV (mkV169 "") (mkV173 "") ; - naedr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - naedr_ja_vane_N = mkN071 "" ; - nae_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - nae_zj_vane_N = mkN071 "" ; - nae_zj_en_A = mkA076 "" ; - nae_zj_enost_N = mkN049 "" ; - naelektriziram_V = stateV (mkV186 "") ; - naelektrizirane_N = mkN071 "" ; - naem_N = mkN007 "" ; - naemam_V = actionV (mkV186 "") (mkV171 "") ; - naemane_N = mkN071 "" ; - naematel_N = mkN031a "" ; - naematelka_N = mkN041 "" ; - naemen_A = mkA079 "" ; - naemnik_N = mkN014a "" ; - naemni_ch_eski_A = mkA078 "" ; - naemni_ch_estvo_N = mkN054 "" ; - naemodatel_N = mkN031a "" ; - naemodatelka_N = mkN041 "" ; - naet_A = mkA076 "" ; - na_zj_alen_A = mkA076 "" ; - na_zj_alenost_N = mkN049 "" ; - na_zj_al_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - na_zj_al_ja_vane_N = mkN071 "" ; - na_zj_dam_V = stateV (mkV186 "") ; - na_zj_dane_N = mkN071 "" ; - na_zj_e_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - na_zj_e_zj_avane_N = mkN071 "" ; - na_zj_e_zj_aem_A = mkA076 "" ; - na_zj_e_zj_en_A = mkA076 "" ; - na_zj_e_zj_enost_N = mkN049 "" ; - na_zj_ive_ja__V = stateV (mkV160 "") ; - na_zj_iv_ja_vam_V = stateV (mkV186 "") ; - na_zj_iv_ja_vane_N = mkN071 "" ; - na_zj_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - na_zj_ulvane_N = mkN071 "" ; - nazadni_ch_av_A = mkA076 "" ; - nazadni_ch_avost_N = mkN049 "" ; - nazalen_A = mkA079 "" ; - nazalnost_N = mkN049 "" ; - nazvan_A = mkA076 "" ; - nazvanie_N = mkN072 "" ; - nazdravica_N = mkN041 "" ; - nazemen_A = mkA079 "" ; - nazidavam_V = stateV (mkV186 "") ; - nazidavane_N = mkN071 "" ; - nazidanie_N = mkN072 "" ; - nazidatelen_A = mkA079 "" ; - nazidatelnost_N = mkN049 "" ; - nazimam_V = actionV (mkV186 "") (mkV171 "") ; - nazimane_N = mkN071 "" ; - nazlyndisane_N = mkN071 "" ; - nazlyndisvam_V = actionV (mkV186 "") (mkV186 "") ; - nazlyndisvane_N = mkN071 "" ; - nazna_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - nazna_ch_avane_N = mkN071 "" ; - nazna_ch_enie_N = mkN072 "" ; - nazobane_N = mkN071 "" ; - nazobvam_V = actionV (mkV186 "") (mkV186 "") ; - nazobvane_N = mkN071 "" ; - nazob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nazob_ja_vane_N = mkN071 "" ; - nazovavam_V = actionV (mkV186 "") (mkV151 "") ; - nazovavane_N = mkN071 "" ; - nazovane_N = mkN071 "" ; - nazorvam_V = actionV (mkV186 "") (mkV173 "") ; - nazorvane_N = mkN071 "" ; - nazor_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nazor_ja_ne_N = mkN071 "" ; - nazr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nazr_ja_vane_N = mkN071 "" ; - nazr_ja_l_A = mkA081 "" ; - nazubr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nazubr_ja_ne_N = mkN071 "" ; - nazybvam_V = actionV (mkV186 "") (mkV173 "") ; - nazybvane_N = mkN071 "" ; - nazyben_A = mkA076 "" ; - nazybenost_N = mkN049 "" ; - nazyb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nazyb_ja_ne_N = mkN071 "" ; - nazyrvane_N = mkN071 "" ; - nazyrtam_V = actionV (mkV186 "") (mkV152 "") ; - nazyrtane_N = mkN071 "" ; - naiven_A = mkA079 "" ; - naivitet_N = mkN007 "" ; - naivnik_N = mkN014a "" ; - naivnica_N = mkN041 "" ; - naivni_ch_a_V = stateV (mkV178 "") ; - naivnost_N = mkN049 "" ; - naigravam_V = actionV (mkV186 "") (mkV161 "") ; - naigravane_N = mkN071 "" ; - naizka_ch_vam_V = stateV (mkV186 "") ; - naizka_ch_vane_N = mkN071 "" ; - naizlizam_V = stateV (mkV186 "") ; - naizlizane_N = mkN071 "" ; - naizl_ja_za_V = stateV (mkV147 "") ; - naizsko_ch_a_V = stateV (mkV176 "") ; - naizust_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naizust_ja_vane_N = mkN071 "" ; - naimenovanie_N = mkN072 "" ; - naimenuvam_V = stateV (mkV186 "") ; - naimenuvan_A = mkA076 "" ; - naimenuvane_N = mkN071 "" ; - najlon_N = mkN007 "" ; - najlonov_A = mkA076 "" ; - nakad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakad_ja_vane_N = mkN071 "" ; - nakazan_A = mkA076 "" ; - nakazanie_N = mkN072 "" ; - nakazatelen_A = mkA079 "" ; - nakazvam_V = actionV (mkV186 "") (mkV156 "") ; - nakazvane_N = mkN071 "" ; - nakazuem_A = mkA076 "" ; - nakazuemost_N = mkN049 "" ; - nakalvam_V = stateV (mkV186 "") ; - nakalvane_N = mkN071 "" ; - nakal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakal_ja_vane_N = mkN071 "" ; - nakal_ja_m_V = stateV (mkV187 "") ; - nakal_ja_ne_N = mkN071 "" ; - nakamarvam_V = actionV (mkV186 "") (mkV174 "") ; - nakamarvane_N = mkN071 "" ; - nakamar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakanvam_V = actionV (mkV186 "") (mkV173 "") ; - nakanvane_N = mkN071 "" ; - nakapvam_V = actionV (mkV186 "") (mkV154 "") ; - nakapvane_N = mkN071 "" ; - nakarvam_V = actionV (mkV186 "") (mkV186 "") ; - nakarvane_N = mkN071 "" ; - nakastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakastr_ja_ne_N = mkN071 "" ; - nakatran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakacane_N = mkN071 "" ; - nakacvam_V = actionV (mkV186 "") (mkV186 "") ; - nakacvane_N = mkN071 "" ; - naka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naka_ch_vane_N = mkN071 "" ; - naka_ch_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - naka_ch_ulvane_N = mkN071 "" ; - nakvasvam_V = actionV (mkV186 "") (mkV173 "") ; - nakvasvane_N = mkN071 "" ; - nakvas_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakvas_ja_ne_N = mkN071 "" ; - nakipr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakipr_ja_ne_N = mkN071 "" ; - nakip_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - nakip_ja_vane_N = mkN071 "" ; - nakirliv_ja_m_V = stateV (mkV187 "") ; - nakirliv_ja_ne_N = mkN071 "" ; - nakisvam_V = actionV (mkV186 "") (mkV152 "") ; - nakisvane_N = mkN071 "" ; - nakisel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nakisel_ja_vane_N = mkN071 "" ; - nakit_N = mkN007 "" ; - nakitvam_V = actionV (mkV186 "") (mkV173 "") ; - nakitvane_N = mkN071 "" ; - naki_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naki_ch_vane_N = mkN071 "" ; - nakladka_N = mkN041 "" ; - nakla_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - nakla_zj_dane_N = mkN071 "" ; - naklan_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - naklan_ja_ne_N = mkN071 "" ; - naklevet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naklevet_ja_vane_N = mkN071 "" ; - naklejvam_V = stateV (mkV186 "") ; - naklejvane_N = mkN071 "" ; - naklepvam_V = actionV (mkV186 "") (mkV154 "") ; - naklepvane_N = mkN071 "" ; - naklon_N = mkN007 "" ; - naklonen_A = mkA076 "" ; - naklonenie_N = mkN072 "" ; - naklonenost_N = mkN049 "" ; - naklonnost_N = mkN049 "" ; - naklonomer_N = mkN007 "" ; - naklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naklon_ja_vane_N = mkN071 "" ; - naklopvam_V = actionV (mkV186 "") (mkV186 "") ; - nakl_ja_kane_N = mkN071 "" ; - nakl_ja_kvam_V = actionV (mkV186 "") (mkV186 "") ; - nakl_ja_kvane_N = mkN071 "" ; - nakovavam_V = actionV (mkV186 "") (mkV151 "") ; - nakovavane_N = mkN071 "" ; - nakovaln_ja__N = mkN047 "" ; - nakovlad_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakovla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - nakoko_sh_invam_V = actionV (mkV186 "") (mkV173 "") ; - nakoko_sh_invane_N = mkN071 "" ; - nakolen_A = mkA079 "" ; - nakolennik_N = mkN014 "" ; - nakol_ja__V = stateV (mkV185 "") ; - nakone_ch_nik_N = mkN014 "" ; - nakontvam_V = actionV (mkV186 "") (mkV173 "") ; - nakontvane_N = mkN071 "" ; - nakont_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakont_ja_ne_N = mkN071 "" ; - nakopavam_V = actionV (mkV186 "") (mkV161 "") ; - nakopavane_N = mkN071 "" ; - nakos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakos_ja_vane_N = mkN071 "" ; - nakrada_V = stateV (mkV145 "") ; - nakrajnik_N = mkN014 "" ; - nakrive_ja__V = stateV (mkV160 "") ; - nakriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakriv_ja_vane_N = mkN071 "" ; - nakupuvam_V = stateV (mkV186 "") ; - nakupuvane_N = mkN071 "" ; - nakup_ja__V = stateV (mkV173 "") ; - nakusvam_V = actionV (mkV186 "") (mkV173 "") ; - nakusvane_N = mkN071 "" ; - nakucvam_V = stateV (mkV186 "") ; - nakucvane_N = mkN071 "" ; - nakydr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakydr_ja_ne_N = mkN071 "" ; - nakylvavam_V = actionV (mkV186 "") (mkV151 "") ; - nakylvavane_N = mkN071 "" ; - nakylcane_N = mkN071 "" ; - nakylcvam_V = actionV (mkV186 "") (mkV186 "") ; - nakylcvane_N = mkN071 "" ; - nakyrvav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakyrvav_ja_vane_N = mkN071 "" ; - nakyrkvam_V = stateV (mkV186 "") ; - nakyrkvane_N = mkN071 "" ; - nakyrmvam_V = actionV (mkV186 "") (mkV173 "") ; - nakyrmvane_N = mkN071 "" ; - nakyrm_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nakyrm_ja_ne_N = mkN071 "" ; - nakyrnen_A = mkA076 "" ; - nakyrnenie_N = mkN072 "" ; - nakyrnimost_N = mkN049 "" ; - nakyrn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nakyrn_ja_vane_N = mkN071 "" ; - nakyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - nakyr_sh_vane_N = mkN071 "" ; - nakysane_N = mkN071 "" ; - nakysvam_V = actionV (mkV186 "") (mkV186 "") ; - nakysvane_N = mkN071 "" ; - nalav_ja_m_V = stateV (mkV187 "") ; - nalagam_V = stateV (mkV186 "") ; - nalagane_N = mkN071 "" ; - nalazvam_V = actionV (mkV186 "") (mkV173 "") ; - nalazvane_N = mkN071 "" ; - nalapane_N = mkN071 "" ; - nalapvam_V = actionV (mkV186 "") (mkV186 "") ; - nalapvane_N = mkN071 "" ; - nala_ja__V = stateV (mkV162 "") ; - nalbant_N = mkN007 "" ; - nalbantin_N = mkN018 "" ; - nalbantnica_N = mkN041 "" ; - nalbantski_A = mkA078 "" ; - nalegna_V = stateV (mkV152 "") ; - nale_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - nale_zj_avane_N = mkN071 "" ; - nale_zj_a_sht__A = mkA076 "" ; - nalep_N = mkN007 "" ; - nalepvam_V = actionV (mkV186 "") (mkV174 "") ; - nalepvane_N = mkN071 "" ; - nalep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - nalep_ja_ne_N = mkN071 "" ; - nalet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - nalet_ja_vane_N = mkN071 "" ; - nale_ja__V = stateV (mkV164 "") ; - nalivam_V = stateV (mkV186 "") ; - nalivane_N = mkN071 "" ; - naliven_A = mkA079 "" ; - nalizvam_V = actionV (mkV186 "") (mkV156 "") ; - nalizvane_N = mkN071 "" ; - naliskane_N = mkN071 "" ; - naliskvam_V = actionV (mkV186 "") (mkV186 "") ; - naliskvane_N = mkN071 "" ; - nalitam_V = actionV (mkV186 "") (mkV177 "") ; - nalitane_N = mkN071 "" ; - nali_ch_en_A = mkA079 "" ; - nali_ch_ie_N = mkN072 "" ; - nali_ch_nost_N = mkN049 "" ; - nalov_ja__V = stateV (mkV174 "") ; - nalog_N = mkN015 "" ; - nalo_zj_a_V = stateV (mkV176 "") ; - nalo_zj_en_A = mkA076 "" ; - nalo_zj_itelen_A = mkA079 "" ; - nalo_zj_itelnost_N = mkN049 "" ; - nalo_zj_nik_N = mkN014 "" ; - nalo_zj_nica_N = mkN041 "" ; - nalo_zj_ni_ch_estvo_N = mkN054 "" ; - nalokane_N = mkN071 "" ; - nalokvam_V = actionV (mkV186 "") (mkV186 "") ; - nalokvane_N = mkN071 "" ; - nalomotvam_V = actionV (mkV186 "") (mkV174 "") ; - nalomotvane_N = mkN071 "" ; - nalom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nalom_ja_vane_N = mkN071 "" ; - nalo_ch_a_V = stateV (mkV176 "") ; - nalude_ja__V = stateV (mkV160 "") ; - naludni_ch_av_A = mkA076 "" ; - naludni_ch_avost_N = mkN049 "" ; - naluduvam_V = stateV (mkV186 "") ; - naluduvane_N = mkN071 "" ; - nalu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nalu_ch_vane_N = mkN071 "" ; - nalu_ch_kane_N = mkN071 "" ; - nalu_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - nalu_ch_kvane_N = mkN071 "" ; - nalym_N = mkN007 "" ; - nal_iu_bvam_V = stateV (mkV186 "") ; - nal_iu_bvane_N = mkN071 "" ; - nal_iu_buvam_V = stateV (mkV186 "") ; - nal_iu_buvane_N = mkN071 "" ; - nal_iu_skvam_V = stateV (mkV186 "") ; - nal_iu_skvane_N = mkN071 "" ; - nal_iu_t_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nal_iu_t_ja_vane_N = mkN071 "" ; - nal_iu__sht__ja__V = stateV (mkV173 "") ; - nal_ja_gane_N = mkN071 "" ; - nal_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - nal_ja_gvane_N = mkN071 "" ; - namagnetiziram_V = stateV (mkV186 "") ; - namagnetizirvane_N = mkN071 "" ; - namagnitvane_N = mkN071 "" ; - namagnitenost_N = mkN049 "" ; - namazvam_V = actionV (mkV186 "") (mkV156 "") ; - namazvane_N = mkN071 "" ; - namalenie_N = mkN072 "" ; - namale_ja__V = stateV (mkV160 "") ; - namal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - namal_ja_vane_N = mkN071 "" ; - namaslenost_N = mkN049 "" ; - namacane_N = mkN071 "" ; - namacvam_V = actionV (mkV186 "") (mkV186 "") ; - namacvane_N = mkN071 "" ; - nama_ch_kane_N = mkN071 "" ; - nama_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - nama_ch_kvane_N = mkN071 "" ; - namek_N = mkN014 "" ; - namekvam_V = actionV (mkV186 "") (mkV152 "") ; - namekvane_N = mkN071 "" ; - namel_ja__V = stateV (mkV184 "") ; - namerenie_N = mkN072 "" ; - namer_ja__V = stateV (mkV173 "") ; - namesa_N = mkN041 "" ; - namesvam_V = actionV (mkV186 "") (mkV173 "") ; - namesvane_N = mkN071 "" ; - namestvam_V = actionV (mkV186 "") (mkV173 "") ; - namestvane_N = mkN071 "" ; - namestnik_N = mkN014 "" ; - namestni_ch_eski_A = mkA078 "" ; - namestni_ch_estvo_N = mkN054 "" ; - nametalka_N = mkN041 "" ; - nametalo_N = mkN054 "" ; - nametka_N = mkN041 "" ; - name_ch_tavam_V = stateV (mkV186 "") ; - name_ch_tavane_N = mkN071 "" ; - namigam_V = actionV (mkV186 "") (mkV152 "") ; - namigane_N = mkN071 "" ; - namigvam_V = actionV (mkV186 "") (mkV152 "") ; - namigvane_N = mkN071 "" ; - naminavam_V = actionV (mkV186 "") (mkV152 "") ; - naminavane_N = mkN071 "" ; - namiram_V = stateV (mkV186 "") ; - namirane_N = mkN071 "" ; - namirisvam_V = actionV (mkV186 "") (mkV159 "") ; - namirisvane_N = mkN071 "" ; - namisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - namisl_ja_ne_N = mkN071 "" ; - namitam_V = actionV (mkV186 "") (mkV145 "") ; - namitane_N = mkN071 "" ; - namno_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - namno_zj_avane_N = mkN071 "" ; - namokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - namokr_ja_ne_N = mkN071 "" ; - namordnik_N = mkN014 "" ; - namotavam_V = actionV (mkV186 "") (mkV161 "") ; - namotavane_N = mkN071 "" ; - namotka_N = mkN041 "" ; - namrazvam_V = actionV (mkV186 "") (mkV173 "") ; - namrazvane_N = mkN071 "" ; - namraz_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - namryzvam_V = actionV (mkV186 "") (mkV152 "") ; - namryzvane_N = mkN071 "" ; - namry_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - namry_sht_vane_N = mkN071 "" ; - namry_sht_en_A = mkA076 "" ; - namry_sht_enost_N = mkN049 "" ; - namusvam_V = actionV (mkV186 "") (mkV173 "") ; - namusvane_N = mkN071 "" ; - namusen_A = mkA076 "" ; - namusenost_N = mkN049 "" ; - namu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - namu_sh_vane_N = mkN071 "" ; - namu_sh_kam_V = actionV (mkV186 "") (mkV176 "") ; - namu_sh_kvam_V = actionV (mkV186 "") (mkV176 "") ; - namu_sh_kvane_N = mkN071 "" ; - namydruvam_V = actionV (mkV186 "") (mkV173 "") ; - namydruvane_N = mkN071 "" ; - namydr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - namykvam_V = actionV (mkV186 "") (mkV152 "") ; - namykvane_N = mkN071 "" ; - namyrdvam_V = stateV (mkV186 "") ; - namyrdvane_N = mkN071 "" ; - namyrs_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - namyrs_ja_vane_N = mkN071 "" ; - namy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - namy_ch_vane_N = mkN071 "" ; - nam_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - nam_ja_tane_N = mkN071 "" ; - nanagoren_A = mkA079 "" ; - nanagornica_N = mkN041 "" ; - nanagorni_sht_e_N = mkN066 "" ; - nanadolen_A = mkA079 "" ; - nanadolnica_N = mkN041 "" ; - nanadolni_sht_e_N = mkN066 "" ; - nana_zj_dam_V = stateV (mkV186 "") ; - nanas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - nanas_ja_ne_N = mkN071 "" ; - nane_N = mkN065 "" ; - naniz_N = mkN007 "" ; - nanizvam_V = actionV (mkV186 "") (mkV156 "") ; - nanizvane_N = mkN071 "" ; - nankam_V = stateV (mkV186 "") ; - nankane_N = mkN071 "" ; - nanos_N = mkN007 "" ; - nanosvam_V = actionV (mkV186 "") (mkV173 "") ; - nanosvane_N = mkN071 "" ; - nanosen_A = mkA079 "" ; - nansenov_A = mkA076 "" ; - naobikal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - naobikal_ja_ne_N = mkN071 "" ; - naobli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - naobli_ch_ane_N = mkN071 "" ; - naob_ja_dvam_V = actionV (mkV186 "") (mkV149 "") ; - naob_ja_dvane_N = mkN071 "" ; - naoka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - naoka_ch_ane_N = mkN071 "" ; - naoka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naoka_ch_vane_N = mkN071 "" ; - naoravam_V = actionV (mkV186 "") (mkV151 "") ; - naoravane_N = mkN071 "" ; - naostrenost_N = mkN049 "" ; - naostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - naostr_ja_ne_N = mkN071 "" ; - nao_ch_nik_N = mkN014 "" ; - napad_N = mkN007 "" ; - napadam_V = actionV (mkV186 "") (mkV152 "") ; - napadane_N = mkN071 "" ; - napadatel_N = mkN031a "" ; - napadatelen_A = mkA079 "" ; - napadatelka_N = mkN041 "" ; - napadatelnost_N = mkN049 "" ; - napadatelski_A = mkA078 "" ; - napadvane_N = mkN071 "" ; - napadenie_N = mkN072 "" ; - napadka_N = mkN041 "" ; - napazaruvam_V = actionV (mkV186 "") (mkV174 "") ; - napazaruvane_N = mkN071 "" ; - napakost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - napakost_ja_vane_N = mkN071 "" ; - napalvam_V = actionV (mkV186 "") (mkV173 "") ; - napalvane_N = mkN071 "" ; - napalm_N = mkN007 "" ; - napalmov_A = mkA076 "" ; - naparvam_V = actionV (mkV186 "") (mkV173 "") ; - naparvane_N = mkN071 "" ; - naparf_iu_miram_V = stateV (mkV186 "") ; - naparf_iu_miran_A = mkA076 "" ; - naparf_iu_mirane_N = mkN071 "" ; - napar_ch_avam_V = stateV (mkV186 "") ; - napar_ch_avane_N = mkN071 "" ; - napasa_V = stateV (mkV145a "") ; - napasvam_V = actionV (mkV186 "") (mkV152 "") ; - napasvane_N = mkN071 "" ; - napast_N = mkN049 "" ; - napatvam_V = actionV (mkV186 "") (mkV173 "") ; - napatvane_N = mkN071 "" ; - napa_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - napa_sht_ane_N = mkN071 "" ; - napev_N = mkN007 "" ; - napeven_A = mkA079 "" ; - napevnost_N = mkN049 "" ; - napera_V = stateV (mkV170 "") ; - napervam_V = actionV (mkV186 "") (mkV173 "") ; - napervane_N = mkN071 "" ; - naperda_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - naperda_sh_vane_N = mkN071 "" ; - naperen_A = mkA076 "" ; - naperenost_N = mkN049 "" ; - naper_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naper_ch_vane_N = mkN071 "" ; - naper_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - naper_ja_ne_N = mkN071 "" ; - napet_A = mkA076 "" ; - napetost_N = mkN049 "" ; - nape_ch_atane_N = mkN071 "" ; - nape_ch_atvam_V = actionV (mkV186 "") (mkV186 "") ; - nape_ch_atvane_N = mkN071 "" ; - nape_ch_at_ja__V = stateV (mkV173 "") ; - nape_ch_elvam_V = actionV (mkV186 "") (mkV173 "") ; - nape_ch_elvane_N = mkN071 "" ; - nape_ch_en_A = mkA076 "" ; - napivam_V = actionV (mkV186 "") (mkV163 "") ; - napivane_N = mkN071 "" ; - napivka_N = mkN041 "" ; - napikavam_V = actionV (mkV186 "") (mkV161 "") ; - napikavane_N = mkN071 "" ; - napipane_N = mkN071 "" ; - napipvam_V = actionV (mkV186 "") (mkV186 "") ; - napipvane_N = mkN071 "" ; - napiram_V = stateV (mkV186 "") ; - napirane_N = mkN071 "" ; - napisvam_V = actionV (mkV186 "") (mkV159 "") ; - napisvane_N = mkN071 "" ; - napitka_N = mkN041 "" ; - napi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - napi_ch_ane_N = mkN071 "" ; - naplakvam_V = actionV (mkV186 "") (mkV152 "") ; - naplakvane_N = mkN071 "" ; - naplast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naplast_ja_vane_N = mkN071 "" ; - naplat_N = mkN007 "" ; - naplat_ja__V = stateV (mkV174 "") ; - napla_ch_a_V = stateV (mkV155 "") ; - napla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - napla_sh_vane_N = mkN071 "" ; - napla_sh_en_A = mkA076 "" ; - napla_sh_enost_N = mkN049 "" ; - napla_sht_am_V = stateV (mkV186 "") ; - napla_sht_ane_N = mkN071 "" ; - napleskane_N = mkN071 "" ; - napleskvam_V = actionV (mkV186 "") (mkV186 "") ; - napleskvane_N = mkN071 "" ; - naple_sht__ja__V = stateV (mkV173 "") ; - napliv_A = mkA076 "" ; - napliskvam_V = actionV (mkV186 "") (mkV186 "") ; - napliskvane_N = mkN071 "" ; - naplitam_V = actionV (mkV186 "") (mkV145 "") ; - naplitane_N = mkN071 "" ; - naplod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naplod_ja_vane_N = mkN071 "" ; - napl_iu_vam_V = actionV (mkV186 "") (mkV163 "") ; - napl_iu_vane_N = mkN071 "" ; - napl_iu_n_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - napl_iu_n_ch_vane_N = mkN071 "" ; - napl_iu_skane_N = mkN071 "" ; - napl_iu_skvam_V = actionV (mkV186 "") (mkV186 "") ; - napl_iu_skvane_N = mkN071 "" ; - napl_ja_skane_N = mkN071 "" ; - napl_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - napl_ja_skvane_N = mkN071 "" ; - napodob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - napodob_ja_vane_N = mkN071 "" ; - napoitelen_A = mkA079 "" ; - napoj_N = mkN032 "" ; - napojvam_V = actionV (mkV186 "") (mkV175 "") ; - napojvane_N = mkN071 "" ; - napoleon_N = mkN007 "" ; - napoleonki_N = mkN075 "" ; - napoleonovski_A = mkA078 "" ; - napole_ja__V = stateV (mkV164 "") ; - napomad_ja__V = stateV (mkV173 "") ; - napomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - napomn_ja_ne_N = mkN071 "" ; - napompvam_V = actionV (mkV186 "") (mkV186 "") ; - napompvane_N = mkN071 "" ; - napor_N = mkN007 "" ; - naporen_A = mkA079 "" ; - naporist_A = mkA076 "" ; - napor_ja__V = stateV (mkV173 "") ; - napo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - napo_ja_vane_N = mkN071 "" ; - naprava_N = mkN041 "" ; - napravlenie_N = mkN072 "" ; - napravl_ja_vam_V = stateV (mkV186 "") ; - napravl_ja_vane_N = mkN071 "" ; - napravl_ja_em_A = mkA076 "" ; - napravl_ja_emost_N = mkN049 "" ; - naprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - naprav_ja_ne_N = mkN071 "" ; - naprazen_A = mkA079 "" ; - napraskvam_V = actionV (mkV186 "") (mkV186 "") ; - napraskvane_N = mkN071 "" ; - napra_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - napra_sh_vane_N = mkN071 "" ; - napra_sht_am_V = stateV (mkV186 "") ; - napra_sht_ane_N = mkN071 "" ; - napra_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - napra_sht__ja_vane_N = mkN071 "" ; - napregnatost_N = mkN049 "" ; - napreda_V = stateV (mkV145 "") ; - napredvam_V = actionV (mkV186 "") (mkV152 "") ; - napredvane_N = mkN071 "" ; - napredni_ch_av_A = mkA076 "" ; - napredni_ch_avost_N = mkN049 "" ; - napredyk_N = mkN014 "" ; - napre_zj_enie_N = mkN072 "" ; - napre_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - napre_ch_vane_N = mkN071 "" ; - napre_ch_en_A = mkA079 "" ; - napre_ch_nik_N = mkN014 "" ; - naprikazvam_V = stateV (mkV186 "") ; - naprikazvane_N = mkN071 "" ; - naprobivam_V = actionV (mkV186 "") (mkV163 "") ; - naprobivane_N = mkN071 "" ; - napryskane_N = mkN071 "" ; - napryskvam_V = actionV (mkV186 "") (mkV186 "") ; - napryskvane_N = mkN071 "" ; - naprystnik_N = mkN014 "" ; - napr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - napr_ja_gane_N = mkN071 "" ; - napsuvam_V = stateV (mkV186 "") ; - napsuvane_N = mkN071 "" ; - napudr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - napudr_ja_ne_N = mkN071 "" ; - napukan_A = mkA076 "" ; - napukane_N = mkN071 "" ; - napukvam_V = actionV (mkV186 "") (mkV186 "") ; - napukvane_N = mkN071 "" ; - napuskam_V = actionV (mkV186 "") (mkV152 "") ; - napuskane_N = mkN071 "" ; - napusnatost_N = mkN049 "" ; - napust_A = mkA076 "" ; - napuhvam_V = actionV (mkV186 "") (mkV186 "") ; - napuhvane_N = mkN071 "" ; - napu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - napu_sh_vane_N = mkN071 "" ; - napu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - napu_sht_ane_N = mkN071 "" ; - napyvam_V = actionV (mkV186 "") (mkV152 "") ; - napyvane_N = mkN071 "" ; - napy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - napy_zj_dane_N = mkN071 "" ; - napylvam_V = actionV (mkV186 "") (mkV173 "") ; - napylvane_N = mkN071 "" ; - napyln_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - napyln_ja_vane_N = mkN071 "" ; - napyn_N = mkN007 "" ; - napypvam_V = actionV (mkV186 "") (mkV173 "") ; - napypvane_N = mkN071 "" ; - napypl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - napypl_ja_ne_N = mkN071 "" ; - napystr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - napystr_ja_ne_N = mkN071 "" ; - napytvam_V = actionV (mkV186 "") (mkV173 "") ; - napytvane_N = mkN071 "" ; - napytstvam_V = actionV (mkV186 "") (mkV173 "") ; - napytstvane_N = mkN071 "" ; - napytstven_A = mkA076 "" ; - napytstvenik_N = mkN014 "" ; - napytstvie_N = mkN072 "" ; - napytstvuvam_V = actionV (mkV186 "") (mkV173 "") ; - napytstvuvane_N = mkN071 "" ; - napyhane_N = mkN071 "" ; - napyhvam_V = actionV (mkV186 "") (mkV186 "") ; - napyhvane_N = mkN071 "" ; - nap_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - nap_ja_vane_N = mkN071 "" ; - nar_N = mkN001 "" ; - narabotvam_V = actionV (mkV186 "") (mkV173 "") ; - naradvam_V = stateV (mkV186 "") ; - naradvane_N = mkN071 "" ; - nara_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - nara_zj_dane_N = mkN071 "" ; - naramvam_V = actionV (mkV186 "") (mkV173 "") ; - naramvane_N = mkN071 "" ; - naran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naran_ja_vane_N = mkN071 "" ; - narasna_V = stateV (mkV152 "") ; - narastvam_V = actionV (mkV186 "") (mkV145 "") ; - narastvane_N = mkN071 "" ; - narastyk_N = mkN014 "" ; - narahatuvam_V = stateV (mkV186 "") ; - narahatuvane_N = mkN071 "" ; - nargile_N = mkN065 "" ; - narevavam_V = actionV (mkV186 "") (mkV151 "") ; - narevavane_N = mkN071 "" ; - naredba_N = mkN041 "" ; - nareden_A = mkA076 "" ; - naredenost_N = mkN049 "" ; - nared_ja__V = stateV (mkV174 "") ; - nare_zj_dam_V = stateV (mkV186 "") ; - nare_zj_dane_N = mkN071 "" ; - narez_N = mkN007 "" ; - nareka_V = stateV (mkV148 "") ; - nare_ch_ie_N = mkN072 "" ; - nare_ch_nica_N = mkN041 "" ; - narivam_V = actionV (mkV186 "") (mkV163 "") ; - narivane_N = mkN071 "" ; - narina_V = stateV (mkV152 "") ; - narisuvane_N = mkN071 "" ; - naritam_V = stateV (mkV186 "") ; - naricatelen_A = mkA079 "" ; - nari_ch_am_V = stateV (mkV186 "") ; - nari_ch_ane_N = mkN071 "" ; - narkoanaliz_N = mkN007 "" ; - narkodispanser_N = mkN007 "" ; - narkoza_N = mkN041 "" ; - narkologi_ja__N = mkN047 "" ; - narkoman_N = mkN007a "" ; - narkomani_ja__N = mkN047 "" ; - narkomanka_N = mkN041 "" ; - narkoop_N = mkN001 "" ; - narkoterapi_ja__N = mkN047 "" ; - narkotizaci_ja__N = mkN047 "" ; - narkotiziram_V = stateV (mkV186 "") ; - narkotizirane_N = mkN071 "" ; - narkotizym_N = mkN011 "" ; - narkotik_N = mkN014 "" ; - narkoti_ch_en_A = mkA079 "" ; - narmag_N = mkN015 "" ; - narod_N = mkN007a "" ; - naroden_A = mkA079 "" ; - narodnik_N = mkN014 "" ; - narodni_ch_eski_A = mkA078 "" ; - narodni_ch_estvo_N = mkN054 "" ; - narodnodemokrati_ch_en_A = mkA079 "" ; - narodnodemokrati_ch_eski_A = mkA078 "" ; - narodnost_N = mkN049 "" ; - narodnosten_A = mkA079 "" ; - narodnostopanski_A = mkA078 "" ; - narodn_ja_k_N = mkN014 "" ; - narodovlasten_A = mkA079 "" ; - narodovlastie_N = mkN072 "" ; - narodovlastnik_N = mkN014 "" ; - narodovlastni_ch_eski_A = mkA078 "" ; - narodovlastni_ch_estvo_N = mkN054 "" ; - narodoznanie_N = mkN072 "" ; - narodonaselenie_N = mkN072 "" ; - narodoosvoboditelen_A = mkA079 "" ; - narodopis_N = mkN007 "" ; - narodopisen_A = mkA079 "" ; - narodopolezen_A = mkA079 "" ; - naronvam_V = actionV (mkV186 "") (mkV173 "") ; - naronvane_N = mkN071 "" ; - naros_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naros_ja_vane_N = mkN071 "" ; - naro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naro_ch_vane_N = mkN071 "" ; - naro_ch_en_A = mkA079 "" ; - naro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - naro_ja_vane_N = mkN071 "" ; - narugavam_V = actionV (mkV186 "") (mkV161 "") ; - narugavane_N = mkN071 "" ; - naru_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - naru_sh_avane_N = mkN071 "" ; - naru_sh_enie_N = mkN072 "" ; - naru_sh_itel_N = mkN031a "" ; - naru_sh_itelka_N = mkN041 "" ; - narcis_N = mkN007 "" ; - narcisizym_N = mkN011 "" ; - narcisist_N = mkN007 "" ; - narcisov_A = mkA076 "" ; - narcisti_ch_en_A = mkA079 "" ; - narybvam_V = actionV (mkV186 "") (mkV173 "") ; - narybvane_N = mkN071 "" ; - naryben_A = mkA076 "" ; - narygvam_V = actionV (mkV186 "") (mkV186 "") ; - narygvane_N = mkN071 "" ; - narykavnik_N = mkN014 "" ; - narysvam_V = actionV (mkV186 "") (mkV173 "") ; - narysvane_N = mkN071 "" ; - naryfane_N = mkN071 "" ; - naryfvam_V = actionV (mkV186 "") (mkV186 "") ; - naryfvane_N = mkN071 "" ; - nary_ch__N = mkN007 "" ; - nary_ch_en_A = mkA079 "" ; - nary_ch_nik_N = mkN014 "" ; - nar_ja_d_N = mkN007 "" ; - nar_ja_den_A = mkA079 "" ; - nar_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - nar_ja_zvane_N = mkN071 "" ; - nasa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - nasa_zj_dane_N = mkN071 "" ; - nasa_zj_denie_N = mkN072 "" ; - nasa_zj_d_ja__V = stateV (mkV173 "") ; - nasapunisam_V = stateV (mkV186 "") ; - nasapun_ja__V = stateV (mkV174 "") ; - nasvetl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nasvetl_ja_vane_N = mkN071 "" ; - nasvetuvam_V = actionV (mkV186 "") (mkV174 "") ; - nasvetuvane_N = mkN071 "" ; - nasvivam_V = actionV (mkV186 "") (mkV163 "") ; - nasvivane_N = mkN071 "" ; - nasvir_ja__V = stateV (mkV173 "") ; - nasv_ja_tkane_N = mkN071 "" ; - nasv_ja_tkvam_V = actionV (mkV186 "") (mkV186 "") ; - nasv_ja_tkvane_N = mkN071 "" ; - nasgoda_N = mkN041 "" ; - nased_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nased_ja_vane_N = mkN071 "" ; - nasekomo_N = mkN062 "" ; - nasekomoiztrebitel_N = mkN031 "" ; - nasekomo_ja_den_A = mkA079 "" ; - naselvam_V = actionV (mkV186 "") (mkV173 "") ; - naselvane_N = mkN071 "" ; - naselen_A = mkA076 "" ; - naselenie_N = mkN072 "" ; - naselenost_N = mkN049 "" ; - nasel_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - nasel_ja_vane_N = mkN071 "" ; - nase_ja__V = stateV (mkV164 "") ; - nasilvam_V = actionV (mkV186 "") (mkV173 "") ; - nasilvane_N = mkN071 "" ; - nasilie_N = mkN072 "" ; - nasilnik_N = mkN014 "" ; - nasilnica_N = mkN041 "" ; - nasilni_ch_eski_A = mkA078 "" ; - nasilni_ch_estvo_N = mkN054 "" ; - nasilstven_A = mkA076 "" ; - nasil_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nasil_ja_ne_N = mkN071 "" ; - nasin_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nasin_ja_vane_N = mkN071 "" ; - nasip_N = mkN007 "" ; - nasipvam_V = actionV (mkV186 "") (mkV154 "") ; - nasipvane_N = mkN071 "" ; - nasipva_ch__N = mkN007 "" ; - nasipen_A = mkA079 "" ; - nasita_N = mkN041 "" ; - nasitenost_N = mkN049 "" ; - nasiteno_ch_erven_A = mkA076 "" ; - nasitn_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - nasitn_ja_vane_N = mkN071 "" ; - nasitn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nasitn_ja_ne_N = mkN071 "" ; - nasi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - nasi_ch_ane_N = mkN071 "" ; - nasi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - nasi_sht_ane_N = mkN071 "" ; - naska_ch_ane_N = mkN071 "" ; - naska_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - naska_ch_vane_N = mkN071 "" ; - naskitam_V = stateV (mkV186 "") ; - naskoro_sh_en_A = mkA079 "" ; - naskubvam_V = actionV (mkV186 "") (mkV154 "") ; - naskubvane_N = mkN071 "" ; - nasku_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - nasku_ch_avane_N = mkN071 "" ; - naskyrbitelen_A = mkA079 "" ; - naskyrb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naskyrb_ja_vane_N = mkN071 "" ; - naslagane_N = mkN071 "" ; - naslagvam_V = actionV (mkV186 "") (mkV186 "") ; - naslagvane_N = mkN071 "" ; - naslada_N = mkN041 "" ; - nasla_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - nasla_zj_davane_N = mkN071 "" ; - nasla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - nasla_zj_dane_N = mkN071 "" ; - nasla_zj_denie_N = mkN072 "" ; - naslednik_N = mkN014 "" ; - naslednica_N = mkN041 "" ; - nasledni_ch_eski_A = mkA078 "" ; - nasledni_ch_estvo_N = mkN054 "" ; - nasledstven_A = mkA076 "" ; - nasledstvenost_N = mkN049 "" ; - nasledstvo_N = mkN054 "" ; - nasled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nasled_ja_vane_N = mkN071 "" ; - nasled_ja_em_A = mkA076 "" ; - nasled_ja_emost_N = mkN049 "" ; - naslov_A = mkA076 "" ; - nasloven_A = mkA079 "" ; - nasloenie_N = mkN072 "" ; - naslo_zj_a_V = stateV (mkV176 "") ; - naslojka_N = mkN041 "" ; - naslo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - naslo_ja_vane_N = mkN071 "" ; - naslu_sh_ane_N = mkN071 "" ; - naslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - naslu_sh_vane_N = mkN071 "" ; - nasl_iu_n_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nasl_iu_n_ch_vane_N = mkN071 "" ; - nasme_sh_ka_N = mkN041 "" ; - nasme_sh_liv_A = mkA076 "" ; - nasme_sh_livost_N = mkN049 "" ; - nasmivam_V = actionV (mkV186 "") (mkV160 "") ; - nasmivane_N = mkN071 "" ; - nasmitam_V = actionV (mkV186 "") (mkV145 "") ; - nasmitane_N = mkN071 "" ; - nasmogvam_V = actionV (mkV186 "") (mkV152 "") ; - nasmogvane_N = mkN071 "" ; - nasmol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nasmol_ja_vane_N = mkN071 "" ; - nasmukvam_V = actionV (mkV186 "") (mkV155 "") ; - nasmyrkvam_V = actionV (mkV186 "") (mkV152 "") ; - nasmyrkvane_N = mkN071 "" ; - nasnovavam_V = actionV (mkV186 "") (mkV151 "") ; - nasnovavane_N = mkN071 "" ; - nasoka_N = mkN041 "" ; - nasol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nasol_ja_vane_N = mkN071 "" ; - naso_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - naso_ch_vane_N = mkN071 "" ; - naso_ch_enost_N = mkN049 "" ; - naspivam_V = actionV (mkV186 "") (mkV182 "") ; - naspivane_N = mkN071 "" ; - naspor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naspor_ja_vane_N = mkN071 "" ; - nasre_sht_en_A = mkA079 "" ; - nasro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nasro_ch_vane_N = mkN071 "" ; - nastavam_V = actionV (mkV186 "") (mkV173 "") ; - nastavane_N = mkN071 "" ; - nastavka_N = mkN041 "" ; - nastavlenie_N = mkN072 "" ; - nastavl_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - nastavnik_N = mkN014 "" ; - nastavnica_N = mkN041 "" ; - nastavni_ch_eski_A = mkA078 "" ; - nastavni_ch_estvo_N = mkN054 "" ; - nastav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nastav_ja_ne_N = mkN071 "" ; - nastana_V = stateV (mkV152 "") ; - nastan_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nastan_ja_vane_N = mkN071 "" ; - nastel_ja__V = stateV (mkV173 "") ; - nastivam_V = actionV (mkV186 "") (mkV152 "") ; - nastivane_N = mkN071 "" ; - nastigam_V = actionV (mkV186 "") (mkV152 "") ; - nastigane_N = mkN071 "" ; - nastilam_V = stateV (mkV186 "") ; - nastilane_N = mkN071 "" ; - nastilka_N = mkN041 "" ; - nastinka_N = mkN041 "" ; - nastojnik_N = mkN014 "" ; - nastojnica_N = mkN041 "" ; - nastojni_ch_eski_A = mkA078 "" ; - nastojni_ch_estvo_N = mkN054 "" ; - nastoj_ch_iv_A = mkA076 "" ; - nastoj_ch_ivost_N = mkN049 "" ; - nastolen_A = mkA079 "" ; - nasto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - nasto_ja_vane_N = mkN071 "" ; - nasto_ja_telen_A = mkA079 "" ; - nasto_ja_telka_N = mkN041 "" ; - nasto_ja_telnost_N = mkN049 "" ; - nasto_ja_telstvo_N = mkN054 "" ; - nasto_ja__sht__A = mkA076 "" ; - nasto_ja__sht_e_N = mkN066 "" ; - nastradane_N = mkN071 "" ; - nastradvam_V = actionV (mkV186 "") (mkV186 "") ; - nastradvane_N = mkN071 "" ; - nastrigvam_V = actionV (mkV186 "") (mkV158 "") ; - nastrigvane_N = mkN071 "" ; - nastroen_A = mkA076 "" ; - nastroenie_N = mkN072 "" ; - nastrojvam_V = actionV (mkV186 "") (mkV175 "") ; - nastrojvane_N = mkN071 "" ; - nastrojka_N = mkN041 "" ; - nastryhvam_V = actionV (mkV186 "") (mkV152 "") ; - nastryhvane_N = mkN071 "" ; - nastuduvam_V = actionV (mkV186 "") (mkV174 "") ; - nastuduvane_N = mkN071 "" ; - nastypatelen_A = mkA079 "" ; - nastypatelnost_N = mkN049 "" ; - nastypvam_V = actionV (mkV186 "") (mkV173 "") ; - nastypvane_N = mkN071 "" ; - nastyplenie_N = mkN072 "" ; - nastyp_ja_m_V = actionV (mkV187 "") (mkV186 "") ; - nastyp_ja_ne_N = mkN071 "" ; - nastyrven_A = mkA076 "" ; - nastyrvenie_N = mkN072 "" ; - nastyrvenost_N = mkN049 "" ; - nastyrv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nastyrv_ja_vane_N = mkN071 "" ; - nastyrgvam_V = actionV (mkV186 "") (mkV158 "") ; - nastyrgvane_N = mkN071 "" ; - nasukvam_V = actionV (mkV186 "") (mkV155 "") ; - nasukvane_N = mkN071 "" ; - nasybiram_V = actionV (mkV186 "") (mkV170 "") ; - nasybirane_N = mkN071 "" ; - nasyd_ja__V = stateV (mkV173 "") ; - nasylz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nasylz_ja_vane_N = mkN071 "" ; - nasyr_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - nasyr_ch_avane_N = mkN071 "" ; - nasyr_ch_enie_N = mkN072 "" ; - nasyr_ch_itel_N = mkN031a "" ; - nasyr_ch_itelen_A = mkA079 "" ; - nasyskane_N = mkN071 "" ; - nasyskvam_V = actionV (mkV186 "") (mkV186 "") ; - nasyskvane_N = mkN071 "" ; - nasy_sht__A = mkA076 "" ; - nasy_sht_en_A = mkA079 "" ; - nas_ja_vam_V = stateV (mkV186 "") ; - nas_ja_vane_N = mkN071 "" ; - nas_ja_dam_V = stateV (mkV186 "") ; - nas_ja_dane_N = mkN071 "" ; - nataman_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nataman_ja_vane_N = mkN071 "" ; - natancuvam_V = stateV (mkV186 "") ; - natancuvane_N = mkN071 "" ; - natap_ja_m_V = stateV (mkV187 "") ; - natap_ja_ne_N = mkN071 "" ; - nataral_ja_nkvam_V = stateV (mkV186 "") ; - nataral_ja_nkvane_N = mkN071 "" ; - nataty_sh_en_A = mkA079 "" ; - natgovarvam_V = actionV (mkV186 "") (mkV173 "") ; - natgovarvane_N = mkN071 "" ; - nategvam_V = actionV (mkV186 "") (mkV152 "") ; - nategvane_N = mkN071 "" ; - nategl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nategl_ja_ne_N = mkN071 "" ; - nategnatost_N = mkN049 "" ; - nate_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - nate_zj_avane_N = mkN071 "" ; - nate_zj_ne_ja__V = stateV (mkV160 "") ; - nateka_V = stateV (mkV148 "") ; - natemar_ja_vam_V = stateV (mkV186 "") ; - natemar_ja_vane_N = mkN071 "" ; - natepvam_V = actionV (mkV186 "") (mkV186 "") ; - natep_ja__V = stateV (mkV154 "") ; - natikvam_V = actionV (mkV186 "") (mkV186 "") ; - natikvane_N = mkN071 "" ; - natiknat_A = mkA076 "" ; - natirvam_V = actionV (mkV186 "") (mkV173 "") ; - natirvane_N = mkN071 "" ; - natir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - natir_ja_ne_N = mkN071 "" ; - natisvam_V = actionV (mkV186 "") (mkV152 "") ; - natisvane_N = mkN071 "" ; - natisk_N = mkN040a "" ; - natiskam_V = actionV (mkV186 "") (mkV152 "") ; - natiskane_N = mkN071 "" ; - natlaskane_N = mkN071 "" ; - natlaskvam_V = actionV (mkV186 "") (mkV186 "") ; - natlaskvane_N = mkN071 "" ; - natla_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - natla_ch_vane_N = mkN071 "" ; - natovarvam_V = actionV (mkV186 "") (mkV173 "") ; - natovarvane_N = mkN071 "" ; - natovaren_A = mkA076 "" ; - natovarenost_N = mkN049 "" ; - natovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - natovar_ja_ne_N = mkN071 "" ; - natopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - natopl_ja_ne_N = mkN071 "" ; - natoporvam_V = stateV (mkV186 "") ; - natoporvane_N = mkN071 "" ; - natoporen_A = mkA076 "" ; - natop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - natop_ja_vane_N = mkN071 "" ; - nator_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nator_ja_vane_N = mkN071 "" ; - nato_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nato_ch_vane_N = mkN071 "" ; - natrakane_N = mkN071 "" ; - natrakvam_V = actionV (mkV186 "") (mkV186 "") ; - natrakvane_N = mkN071 "" ; - natrapvam_V = actionV (mkV186 "") (mkV173 "") ; - natrapvane_N = mkN071 "" ; - natrapliv_A = mkA076 "" ; - natrapnik_N = mkN014 "" ; - natrapnica_N = mkN041 "" ; - natrapni_ch_av_A = mkA076 "" ; - natrapni_ch_avost_N = mkN049 "" ; - natrapni_ch_eski_A = mkA078 "" ; - natrapni_ch_estvo_N = mkN054 "" ; - natrap_ch_iv_A = mkA076 "" ; - natrap_ch_ivost_N = mkN049 "" ; - natreniranost_N = mkN049 "" ; - natrivam_V = actionV (mkV186 "") (mkV163 "") ; - natrivane_N = mkN071 "" ; - natrivka_N = mkN041 "" ; - natriev_A = mkA076 "" ; - natrij_N = mkN032 "" ; - natro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - natro_sh_avane_N = mkN071 "" ; - natrupvam_V = actionV (mkV186 "") (mkV186 "") ; - natrupvane_N = mkN071 "" ; - natrufenost_N = mkN049 "" ; - natruf_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - natruf_ja_ne_N = mkN071 "" ; - natryskvam_V = actionV (mkV186 "") (mkV186 "") ; - natryskvane_N = mkN071 "" ; - natry_sh_kane_N = mkN071 "" ; - natry_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - natry_sh_kvane_N = mkN071 "" ; - natr_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - natr_ja_skvane_N = mkN071 "" ; - natupane_N = mkN071 "" ; - natupvam_V = actionV (mkV186 "") (mkV186 "") ; - natupvane_N = mkN071 "" ; - natura_N = mkN041 "" ; - naturalen_A = mkA079 "" ; - naturalizaci_ja__N = mkN047 "" ; - naturaliziram_V = stateV (mkV186 "") ; - naturalizirane_N = mkN071 "" ; - naturalizym_N = mkN011 "" ; - naturalist_N = mkN007 "" ; - naturalisti_ch_en_A = mkA079 "" ; - naturalisti_ch_eski_A = mkA078 "" ; - naturalistka_N = mkN041 "" ; - naturalnost_N = mkN049 "" ; - naturvam_V = stateV (mkV186 "") ; - naturvane_N = mkN071 "" ; - naturizym_N = mkN011 "" ; - naturist_N = mkN007 "" ; - naturfilosof_N = mkN007 "" ; - naturfilosofi_ja__N = mkN047 "" ; - naturfilosofski_A = mkA078 "" ; - natur_ja_m_V = stateV (mkV187 "") ; - natur_ja_ne_N = mkN071 "" ; - natutkam_V = stateV (mkV186 "") ; - naty_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - naty_zj_avane_N = mkN071 "" ; - naty_zj_enost_N = mkN049 "" ; - natyka_V = stateV (mkV167 "") ; - natykvam_V = actionV (mkV186 "") (mkV152 "") ; - natykvane_N = mkN071 "" ; - natykm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - natykm_ja_vane_N = mkN071 "" ; - natypkan_A = mkA076 "" ; - natypkvam_V = actionV (mkV186 "") (mkV155 "") ; - natypkvane_N = mkN071 "" ; - natyrkal_ja_m_V = stateV (mkV187 "") ; - natyrkal_ja_ne_N = mkN071 "" ; - natyrkane_N = mkN071 "" ; - natyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - natyrkvane_N = mkN071 "" ; - natyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - natyrtvane_N = mkN071 "" ; - natytruzvam_V = actionV (mkV186 "") (mkV173 "") ; - natytruzvane_N = mkN071 "" ; - nat_iu_rel_N = mkN007 "" ; - nat_iu_rizym_N = mkN011 "" ; - nat_iu_rmort_N = mkN007 "" ; - nat_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - nat_ja_gane_N = mkN071 "" ; - nat_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - nat_ja_kvane_N = mkN071 "" ; - naudr_ja_m_V = stateV (mkV187 "") ; - naudr_ja_ne_N = mkN071 "" ; - nauka_N = mkN041 "" ; - naukoznanie_N = mkN072 "" ; - naulav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - naulav_ja_ne_N = mkN071 "" ; - naum_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - naum_ja_vane_N = mkN071 "" ; - naustnica_N = mkN041 "" ; - nau_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - nau_ch_avane_N = mkN071 "" ; - nau_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - nau_ch_vane_N = mkN071 "" ; - nau_ch_en_A = mkA079 "" ; - nau_ch_noizsledovatelski_A = mkA078 "" ; - nau_ch_nopomo_sht_en_A = mkA079 "" ; - nau_ch_nopopul_ja_ren_A = mkA079 "" ; - nau_ch_nost_N = mkN049 "" ; - nau_ch_notehni_ch_eski_A = mkA078 "" ; - nau_ch_nofantasti_ch_en_A = mkA079 "" ; - nau_sh_nik_N = mkN014 "" ; - nafirkan_A = mkA076 "" ; - nafirkvam_V = stateV (mkV186 "") ; - nafirkvane_N = mkN071 "" ; - nafora_N = mkN041 "" ; - nafta_N = mkN041 "" ; - naftalin_N = mkN007 "" ; - naftalinov_A = mkA076 "" ; - naftov_A = mkA076 "" ; - nahakan_A = mkA076 "" ; - nahakanost_N = mkN049 "" ; - nahal_N = mkN007 "" ; - nahalen_A = mkA079 "" ; - nahalnik_N = mkN014 "" ; - nahalnica_N = mkN041 "" ; - nahalni_ch_yk_A = mkA080 "" ; - nahalnost_N = mkN049 "" ; - nahalost_N = mkN049 "" ; - nahalstvo_N = mkN054 "" ; - nahalstvuvam_V = actionV (mkV186 "") (mkV176 "") ; - nahalstvuvane_N = mkN071 "" ; - nahapvam_V = actionV (mkV186 "") (mkV154 "") ; - nahapvane_N = mkN071 "" ; - nahvalvam_V = actionV (mkV186 "") (mkV173 "") ; - nahvalvane_N = mkN071 "" ; - nahval_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nahva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - nahva_sht_ane_N = mkN071 "" ; - nahvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nahvyrl_ja_ne_N = mkN071 "" ; - nahluvam_V = actionV (mkV186 "") (mkV163 "") ; - nahluvane_N = mkN071 "" ; - nahluzvam_V = actionV (mkV186 "") (mkV173 "") ; - nahluzvane_N = mkN071 "" ; - nahluz_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nahluz_ja_ne_N = mkN071 "" ; - nahlupvam_V = actionV (mkV186 "") (mkV173 "") ; - nahlupvane_N = mkN071 "" ; - nahodi_sht_e_N = mkN066 "" ; - nahodka_N = mkN041 "" ; - nahod_ch_iv_A = mkA076 "" ; - nahod_ch_ivost_N = mkN049 "" ; - naho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - naho_zj_dane_N = mkN071 "" ; - naho_zj_denie_N = mkN072 "" ; - nahokane_N = mkN071 "" ; - nahokvam_V = actionV (mkV186 "") (mkV186 "") ; - nahokvane_N = mkN071 "" ; - nahortuvam_V = stateV (mkV186 "") ; - nahortuvane_N = mkN071 "" ; - nahranvam_V = actionV (mkV186 "") (mkV173 "") ; - nahranvane_N = mkN071 "" ; - nahut_N = mkN007 "" ; - nahyltane_N = mkN071 "" ; - nahyltvam_V = actionV (mkV186 "") (mkV186 "") ; - nahyltvane_N = mkN071 "" ; - nacapane_N = mkN071 "" ; - nacapvam_V = actionV (mkV186 "") (mkV186 "") ; - nacapvane_N = mkN071 "" ; - naceluvam_V = stateV (mkV186 "") ; - naceluvane_N = mkN071 "" ; - nacepvam_V = actionV (mkV186 "") (mkV173 "") ; - nacepvane_N = mkN071 "" ; - nacep_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - nacep_ja_ne_N = mkN071 "" ; - nacizym_N = mkN011 "" ; - nacional_N = mkN007 "" ; - nacionalen_A = mkA079 "" ; - nacionalizaci_ja__N = mkN047 "" ; - nacionaliziram_V = stateV (mkV186 "") ; - nacionalizirane_N = mkN071 "" ; - nacionalizym_N = mkN011 "" ; - nacionalist_N = mkN007a "" ; - nacionalisti_ch_en_A = mkA079 "" ; - nacionalisti_ch_eski_A = mkA078 "" ; - nacionalistka_N = mkN041 "" ; - nacionalnoosvoboditelen_A = mkA079 "" ; - nacionalnost_N = mkN049 "" ; - nacionalsocializym_N = mkN011 "" ; - nacionalsocialist_N = mkN007 "" ; - nacionalsocialisti_ch_eski_A = mkA078 "" ; - nacist_N = mkN007a "" ; - nacistki_A = mkA078 "" ; - naci_ja__N = mkN047 "" ; - nacupvam_V = actionV (mkV186 "") (mkV173 "") ; - nacupvane_N = mkN071 "" ; - nacupen_A = mkA076 "" ; - nacupenost_N = mkN049 "" ; - nacyrkane_N = mkN071 "" ; - nacyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - nacyrkvane_N = mkN071 "" ; - nacyft_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - nacyft_ja_vane_N = mkN071 "" ; - na_ch_alen_A = mkA079 "" ; - na_ch_alnik_N = mkN014a "" ; - na_ch_alni_ch_eski_A = mkA078 "" ; - na_ch_alni_ch_estvo_N = mkN054 "" ; - na_ch_alni_ch_ka_N = mkN041 "" ; - na_ch_alo_N = mkN054 "" ; - na_ch_alstvam_V = stateV (mkV186 "") ; - na_ch_alstvane_N = mkN071 "" ; - na_ch_alstvo_N = mkN054 "" ; - na_ch_alstvuvam_V = stateV (mkV186 "") ; - na_ch_alstvuvane_N = mkN071 "" ; - na_ch_evam_V = actionV (mkV186 "") (mkV152 "") ; - na_ch_evane_N = mkN071 "" ; - na_ch_eva_sht__A = mkA076 "" ; - na_ch_ekvam_V = actionV (mkV186 "") (mkV152 "") ; - na_ch_ekvane_N = mkN071 "" ; - na_ch_enka_N = mkN041 "" ; - na_ch_erv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - na_ch_erv_ja_vane_N = mkN071 "" ; - na_ch_ern_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - na_ch_ern_ja_ne_N = mkN071 "" ; - na_ch_erpvam_V = actionV (mkV186 "") (mkV173 "") ; - na_ch_erpvane_N = mkN071 "" ; - na_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - na_ch_ertavane_N = mkN071 "" ; - na_ch_ertanie_N = mkN072 "" ; - na_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - na_ch_esvane_N = mkN071 "" ; - na_ch_eten_A = mkA079 "" ; - na_ch_etenost_N = mkN049 "" ; - na_ch_in_N = mkN007 "" ; - na_ch_inae_sht__A = mkA076 "" ; - na_ch_inanie_N = mkN072 "" ; - na_ch_inatelen_A = mkA079 "" ; - na_ch_islen_A = mkA076 "" ; - na_ch_islenie_N = mkN072 "" ; - na_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - na_ch_isl_ja_vane_N = mkN071 "" ; - na_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - na_ch_itane_N = mkN071 "" ; - na_ch_ud_ja__V = stateV (mkV173 "") ; - na_ch_ukane_N = mkN071 "" ; - na_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - na_ch_ukvane_N = mkN071 "" ; - na_ch_umervam_V = actionV (mkV186 "") (mkV173 "") ; - na_ch_umervane_N = mkN071 "" ; - na_ch_umeren_A = mkA079 "" ; - na_ch_umerenost_N = mkN049 "" ; - na_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - na_ch_upvane_N = mkN071 "" ; - na_ch_upen_A = mkA076 "" ; - na_ch_upenost_N = mkN049 "" ; - na_ch_up_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - na_ch_up_ja_ne_N = mkN071 "" ; - na_sh_arvam_V = actionV (mkV186 "") (mkV173 "") ; - na_sh_arvane_N = mkN071 "" ; - na_sh_ar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - na_sh_ar_ja_ne_N = mkN071 "" ; - na_sh_enec_N = mkN008a "" ; - na_sh_enka_N = mkN041 "" ; - na_sh_enski_A = mkA078 "" ; - na_sh_epvam_V = actionV (mkV186 "") (mkV152 "") ; - na_sh_epvane_N = mkN071 "" ; - na_sh_estvenik_N = mkN014 "" ; - na_sh_estveni_ch_eski_A = mkA078 "" ; - na_sh_estvie_N = mkN072 "" ; - na_sh_etam_V = stateV (mkV186 "") ; - na_sh_etane_N = mkN071 "" ; - na_sh_ibane_N = mkN071 "" ; - na_sh_ibvam_V = actionV (mkV186 "") (mkV186 "") ; - na_sh_ibvane_N = mkN071 "" ; - na_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - na_sh_ivane_N = mkN071 "" ; - na_sh_ivka_N = mkN041 "" ; - na_sh_ijnik_N = mkN014 "" ; - na_sh_ir_ja__V = stateV (mkV173 "") ; - na_sh_l_ja_pane_N = mkN071 "" ; - na_sh_l_ja_pvam_V = actionV (mkV186 "") (mkV186 "") ; - na_sh_l_ja_pvane_N = mkN071 "" ; - na_sh_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - na_sh_um_ja_vane_N = mkN071 "" ; - na_sh_u_sh_vam_V = stateV (mkV186 "") ; - na_sh_u_sh_vane_N = mkN071 "" ; - na_sht_yrben_A = mkA076 "" ; - na_sht_yrbenost_N = mkN049 "" ; - na_sht_yrb_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - na_sht_yrb_ja_vane_N = mkN071 "" ; - na_sht_yrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - na_sht_yrb_ja_ne_N = mkN071 "" ; - na_ja_dam_V = stateV (mkV186 "") ; - na_ja_dane_N = mkN071 "" ; - na_ja_den_A = mkA076 "" ; - na_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - na_ja__zj_dane_N = mkN071 "" ; - na_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - na_ja_kvane_N = mkN071 "" ; - neaboniran_A = mkA076 "" ; - neabsol_iu_ten_A = mkA079 "" ; - neabsol_iu_tnost_N = mkN049 "" ; - neavtenti_ch_en_A = mkA079 "" ; - neavtomati_ch_en_A = mkA079 "" ; - neavtonomen_A = mkA079 "" ; - neagresiven_A = mkA079 "" ; - neadekvaten_A = mkA079 "" ; - neadekvatnost_N = mkN049 "" ; - neadresiran_A = mkA076 "" ; - neaklimatiziran_A = mkA076 "" ; - neaktiven_A = mkA079 "" ; - neaktivnost_N = mkN049 "" ; - neaktualen_A = mkA079 "" ; - neakuraten_A = mkA079 "" ; - neakuratnost_N = mkN049 "" ; - neakcentuvan_A = mkA076 "" ; - neal_ch_en_A = mkA079 "" ; - neambiciozen_A = mkA079 "" ; - neamerikanski_A = mkA078 "" ; - neanaliti_ch_en_A = mkA079 "" ; - neanga_zj_iran_A = mkA076 "" ; - neanga_zj_iranost_N = mkN049 "" ; - neanga_zj_ira_sht__A = mkA076 "" ; - neanglijski_A = mkA078 "" ; - neandertalski_A = mkA078 "" ; - neanimiran_A = mkA076 "" ; - neapetiten_A = mkA079 "" ; - neapolitanec_N = mkN008a "" ; - neapolitanka_N = mkN041 "" ; - neapolitanski_A = mkA078 "" ; - neargumentiran_A = mkA076 "" ; - nearomaten_A = mkA079 "" ; - neasimiliran_A = mkA076 "" ; - neatakuem_A = mkA076 "" ; - neatomen_A = mkA079 "" ; - nebarnat_A = mkA076 "" ; - neba_sht_inski_A = mkA078 "" ; - nebe_N = mkN070 "" ; - nebezizvesten_A = mkA079 "" ; - nebezinteresen_A = mkA079 "" ; - nebezosnovatelen_A = mkA079 "" ; - nebezupre_ch_en_A = mkA079 "" ; - nebelen_A = mkA076 "" ; - nebel_ja_zan_A = mkA076 "" ; - neben_A = mkA079 "" ; - nebesen_A = mkA079 "" ; - nebesnosin_A = mkA086 "" ; - nebival_A = mkA076 "" ; - nebivalica_N = mkN041 "" ; - nebie_sht__A = mkA076 "" ; - nebit_A = mkA076 "" ; - nebitie_N = mkN072 "" ; - neblagoviden_A = mkA079 "" ; - neblagovidnost_N = mkN049 "" ; - neblagovyzpitan_A = mkA076 "" ; - neblagovyzpitanost_N = mkN049 "" ; - neblagodaren_A = mkA079 "" ; - neblagodarnik_N = mkN014 "" ; - neblagodarnica_N = mkN041 "" ; - neblagodarnost_N = mkN049 "" ; - neblagozvu_ch_en_A = mkA079 "" ; - neblagozvu_ch_ie_N = mkN072 "" ; - neblagozvu_ch_nost_N = mkN049 "" ; - neblagonade_zj_den_A = mkA079 "" ; - neblagonade_zj_dnost_N = mkN049 "" ; - neblagonameren_A = mkA079 "" ; - neblagonamerenost_N = mkN049 "" ; - neblagonraven_A = mkA079 "" ; - neblagonravie_N = mkN072 "" ; - neblagopolu_ch_en_A = mkA079 "" ; - neblagopolu_ch_ie_N = mkN072 "" ; - neblagoprili_ch_en_A = mkA079 "" ; - neblagoprili_ch_ie_N = mkN072 "" ; - neblagopristoen_A = mkA085 "" ; - neblagopri_ja_ten_A = mkA079 "" ; - neblagopri_ja_tnost_N = mkN049 "" ; - neblagorazpolo_zj_en_A = mkA076 "" ; - neblagorazpolo_zj_enie_N = mkN072 "" ; - neblagorazumen_A = mkA079 "" ; - neblagorazumie_N = mkN072 "" ; - neblagoroden_A = mkA079 "" ; - neblagosklonen_A = mkA079 "" ; - neblagosklonnost_N = mkN049 "" ; - neblagosloven_A = mkA079 "" ; - neblagotvoren_A = mkA079 "" ; - neblagoustroen_A = mkA076 "" ; - neblago_ch_estiv_A = mkA076 "" ; - neblago_ch_estie_N = mkN072 "" ; - nebogat_A = mkA076 "" ; - neboevi_A = mkA078 "" ; - neboesposoben_A = mkA079 "" ; - nebolen_A = mkA079 "" ; - nebol_sh_evi_sh_ki_A = mkA078 "" ; - nebosvod_N = mkN007 "" ; - nebosklon_N = mkN007 "" ; - nebostyrga_ch__N = mkN007 "" ; - nebo_ja_disan_A = mkA076 "" ; - nebran_A = mkA076 "" ; - nebratski_A = mkA078 "" ; - nebre_zj_en_A = mkA079 "" ; - nebre_zj_nost_N = mkN049 "" ; - nebroen_A = mkA076 "" ; - nebroniran_A = mkA076 "" ; - nebrysnat_A = mkA076 "" ; - nebutnat_A = mkA076 "" ; - nebce_N = mkN066 "" ; - neva_zj_en_A = mkA079 "" ; - nevaliden_A = mkA079 "" ; - nevalidnost_N = mkN049 "" ; - nevaren_A = mkA076 "" ; - nevdyhva_sht__A = mkA076 "" ; - nevdyhnoven_A = mkA076 "" ; - nevedenie_N = mkN072 "" ; - nevedom_A = mkA076 "" ; - neve_zj__N = mkN007 "" ; - neve_zj_a_N = mkN038 "" ; - neve_zj_estven_A = mkA076 "" ; - neve_zj_estvenost_N = mkN049 "" ; - neve_zj_estvo_N = mkN054 "" ; - neve_zj_liv_A = mkA076 "" ; - neve_zj_livost_N = mkN049 "" ; - nevelikodu_sh_en_A = mkA079 "" ; - neven_N = mkN007 "" ; - neven_ch_an_A = mkA076 "" ; - neveren_A = mkA084 "" ; - neverie_N = mkN072 "" ; - nevernik_N = mkN014 "" ; - nevernica_N = mkN041 "" ; - nevernost_N = mkN049 "" ; - nevero_ja_ten_A = mkA079 "" ; - nevero_ja_tnost_N = mkN049 "" ; - nevero_ja_tnosten_A = mkA079 "" ; - nevertikalen_A = mkA079 "" ; - neveru_iu__sht__A = mkA076 "" ; - nevesel_A = mkA076 "" ; - neveselost_N = mkN049 "" ; - nevesta_N = mkN041 "" ; - nevestin_A = mkA076 "" ; - nevestinski_A = mkA078 "" ; - nevestulka_N = mkN041 "" ; - neve_ch_er_ja_l_A = mkA076 "" ; - neve_sht__A = mkA076 "" ; - neve_sht_estven_A = mkA076 "" ; - neve_sht_estvenost_N = mkN049 "" ; - nevzaimen_A = mkA079 "" ; - nevziskatelen_A = mkA079 "" ; - nevziskatelnost_N = mkN049 "" ; - nevzra_ch_en_A = mkA079 "" ; - nevzra_ch_nost_N = mkN049 "" ; - nevidelica_N = mkN041 "" ; - neviden_A = mkA079 "" ; - nevidim_A = mkA076 "" ; - nevidimost_N = mkN049 "" ; - nevid_ja_l_A = mkA076 "" ; - nevid_ja_n_A = mkA076 "" ; - nevi_zj_dan_A = mkA076 "" ; - nevi_zj_da_sht__A = mkA076 "" ; - nevinen_A = mkA079 "" ; - nevinnost_N = mkN049 "" ; - nevinoven_A = mkA079 "" ; - nevinovnost_N = mkN049 "" ; - neviskozen_A = mkA079 "" ; - nevisok_A = mkA076 "" ; - nevkl_iu__ch_en_A = mkA076 "" ; - nevkusen_A = mkA079 "" ; - nevliza_sht__A = mkA076 "" ; - nevl_iu_ben_A = mkA076 "" ; - nevmen_ja_em_A = mkA076 "" ; - nevmen_ja_emost_N = mkN049 "" ; - nevme_sh_atelstvo_N = mkN054 "" ; - nevnimanie_N = mkN072 "" ; - nevnimatelen_A = mkA079 "" ; - nevnimatelnost_N = mkN049 "" ; - nevnu_sh_en_A = mkA076 "" ; - nevnu_sh_itelen_A = mkA079 "" ; - nevn_ja_ten_A = mkA079 "" ; - nevoden_A = mkA079 "" ; - nevoenen_A = mkA079 "" ; - nevolen_A = mkA079 "" ; - nevolnik_N = mkN014 "" ; - nevolnica_N = mkN041 "" ; - nevol_ja__N = mkN047 "" ; - nevo_iu_va_sht__A = mkA076 "" ; - nevpe_ch_atlitelen_A = mkA079 "" ; - nevpisan_A = mkA076 "" ; - nevralgi_ch_en_A = mkA079 "" ; - nevralgi_ja__N = mkN047 "" ; - nevralen_A = mkA079 "" ; - nevrastenik_N = mkN014 "" ; - nevrasteni_ch_en_A = mkA079 "" ; - nevrasteni_ch_ka_N = mkN041 "" ; - nevrasteni_ja__N = mkN047 "" ; - nevreden_A = mkA079 "" ; - nevredim_A = mkA076 "" ; - nevredimost_N = mkN049 "" ; - nevrit_N = mkN007 "" ; - nevroza_N = mkN041 "" ; - nevrolog_N = mkN015 "" ; - nevrologi_ja__N = mkN047 "" ; - nevron_N = mkN007 "" ; - nevroparalizator_N = mkN007 "" ; - nevropat_N = mkN007 "" ; - nevropati_ch_en_A = mkA079 "" ; - nevropatolog_N = mkN015 "" ; - nevropatologi_ja__N = mkN047 "" ; - nevrotiziran_A = mkA076 "" ; - nevroti_ch_en_A = mkA079 "" ; - nevrofiziologi_ja__N = mkN047 "" ; - nevrysten_A = mkA079 "" ; - nevr_ja_l_A = mkA081 "" ; - nevstypil_A = mkA076 "" ; - nevtalen_A = mkA076 "" ; - nevtvyrden_A = mkA076 "" ; - nevulkaniziran_A = mkA076 "" ; - nev_ch_esan_A = mkA076 "" ; - nevyveden_A = mkA076 "" ; - nevyzbuden_A = mkA076 "" ; - nevyzvesten_A = mkA076 "" ; - nevyzvraten_A = mkA079 "" ; - nevyzvratim_A = mkA076 "" ; - nevyzvratimost_N = mkN049 "" ; - nevyzvra_sht_aemost_N = mkN049 "" ; - nevyzvra_sht_enec_N = mkN008a "" ; - nevyzvry_sht_aem_A = mkA076 "" ; - nevyzdyr_zj_an_A = mkA076 "" ; - nevyzdyr_zj_ane_N = mkN071 "" ; - nevyzdyr_zj_anie_N = mkN072 "" ; - nevyzdyr_zj_anost_N = mkN049 "" ; - nevyzmo_zj_en_A = mkA079 "" ; - nevyzmo_zj_nost_N = mkN049 "" ; - nevyzmutim_A = mkA076 "" ; - nevyzmutimost_N = mkN049 "" ; - nevyznagraden_A = mkA076 "" ; - nevyzobnoven_A = mkA076 "" ; - nevyzpiran_A = mkA076 "" ; - nevyzpitan_A = mkA076 "" ; - nevyzpitanie_N = mkN072 "" ; - nevyzpitanost_N = mkN049 "" ; - nevyzplamenim_A = mkA076 "" ; - nevyzplamenitelen_A = mkA079 "" ; - nevyzplamen_ja_vane_N = mkN071 "" ; - nevyzplamen_ja_em_A = mkA076 "" ; - nevyzplamen_ja_emost_N = mkN049 "" ; - nevyzprep_ja_tstvuvan_A = mkA076 "" ; - nevyzpriemliv_A = mkA076 "" ; - nevyzpriem_ch_iv_A = mkA076 "" ; - nevyzpriem_ch_ivost_N = mkN049 "" ; - nevyzpr_ja_n_A = mkA076 "" ; - nevyzp_ja_t_A = mkA076 "" ; - nevyzraz_ja_va_sht__A = mkA076 "" ; - nevyzstanovim_A = mkA076 "" ; - nevyobra_zj_aem_A = mkA076 "" ; - nevyobrazim_A = mkA076 "" ; - nevyobrazimost_N = mkN049 "" ; - nevyory_zj_en_A = mkA076 "" ; - nevyr_sh_e_sht__A = mkA076 "" ; - nev_ja_ra_N = mkN043 "" ; - nev_ja_rvane_N = mkN071 "" ; - nev_ja_rva_sht__A = mkA076 "" ; - nev_ja_rnost_N = mkN049 "" ; - nev_ja_sta_N = mkN041 "" ; - negabariten_A = mkA079 "" ; - negarantiran_A = mkA076 "" ; - negarniran_A = mkA076 "" ; - negasen_A = mkA076 "" ; - negativ_A = mkA076 "" ; - negativen_A = mkA079 "" ; - negativizym_N = mkN011 "" ; - negativist_N = mkN007 "" ; - negativnost_N = mkN049 "" ; - negladkost_N = mkN049 "" ; - negladyk_A = mkA080 "" ; - neglasen_A = mkA079 "" ; - negli_zj_iram_V = stateV (mkV186 "") ; - negli_zj_irane_N = mkN071 "" ; - negoden_A = mkA079 "" ; - negodnik_N = mkN014a "" ; - negodnica_N = mkN041 "" ; - negodnost_N = mkN049 "" ; - negoduvam_V = stateV (mkV186 "") ; - negoduvane_N = mkN071 "" ; - negoduvanie_N = mkN072 "" ; - negod_ja_j_N = mkN032a "" ; - negol_ja_m_A = mkA081 "" ; - negonen_A = mkA076 "" ; - negorim_A = mkA076 "" ; - negor_ja__sht__A = mkA076 "" ; - negostol_iu_biv_A = mkA076 "" ; - negostol_iu_bie_N = mkN072 "" ; - negostopriemen_A = mkA079 "" ; - negostopriemnost_N = mkN049 "" ; - negostopriemstvo_N = mkN054 "" ; - negoti_ch_eski_A = mkA078 "" ; - negotov_A = mkA076 "" ; - negotovnost_N = mkN049 "" ; - negradiven_A = mkA079 "" ; - negramoten_A = mkA079 "" ; - negramotnik_N = mkN014a "" ; - negramotnost_N = mkN049 "" ; - negraciozen_A = mkA079 "" ; - negri_zj_liv_A = mkA076 "" ; - negroid_N = mkN007 "" ; - negroiden_A = mkA079 "" ; - negyvkav_A = mkA076 "" ; - negyr_N = mkN009 "" ; - negyrka_N = mkN041 "" ; - negyrski_A = mkA078 "" ; - negyr_ch_e_N = mkN065 "" ; - nedava_sht__A = mkA076 "" ; - nedaven_A = mkA079 "" ; - nedavna_sh_en_A = mkA079 "" ; - nedale_ch_en_A = mkA079 "" ; - nedalnoviden_A = mkA079 "" ; - nedalnovidnost_N = mkN049 "" ; - nedamgosan_A = mkA076 "" ; - nedvi_zj_im_A = mkA076 "" ; - nedvi_zj_imost_N = mkN049 "" ; - nedvusmislen_A = mkA076 "" ; - nedvusmislenost_N = mkN049 "" ; - nedeen_A = mkA085 "" ; - nedeesposoben_A = mkA079 "" ; - nedeesposobnost_N = mkN049 "" ; - nedejstvitelen_A = mkA079 "" ; - nedejstvitelnost_N = mkN049 "" ; - nedejstvuva_sht__A = mkA076 "" ; - nedeklariran_A = mkA076 "" ; - nedekorativen_A = mkA079 "" ; - nedelen_A = mkA079 "" ; - nedelikaten_A = mkA079 "" ; - nedelikatnost_N = mkN049 "" ; - nedelim_A = mkA076 "" ; - nedelimost_N = mkN049 "" ; - nedelnik_N = mkN014 "" ; - nedelovi_A = mkA078 "" ; - nedel_ja__N = mkN047 "" ; - nedel_ja__sht__A = mkA076 "" ; - nedemokrati_ch_en_A = mkA079 "" ; - neden_A = mkA079 "" ; - nedefiniran_A = mkA076 "" ; - nede_ja_telen_A = mkA079 "" ; - nede_ja_telnost_N = mkN049 "" ; - ned_zj_entylmenski_A = mkA078 "" ; - nediplomati_ch_en_A = mkA079 "" ; - nedirekten_A = mkA079 "" ; - nediskreten_A = mkA079 "" ; - nediskretnost_N = mkN049 "" ; - nediscipliniran_A = mkA076 "" ; - nediscipliniranost_N = mkN049 "" ; - nediferenciran_A = mkA076 "" ; - nedobli_zj_im_A = mkA076 "" ; - nedobro_zj_elatel_N = mkN031a "" ; - nedobro_zj_elatelen_A = mkA079 "" ; - nedobro_zj_elatelka_N = mkN041 "" ; - nedobro_zj_elatelnost_N = mkN049 "" ; - nedobro_zj_elatelski_A = mkA078 "" ; - nedobro_zj_elatelstvo_N = mkN054 "" ; - nedobroka_ch_estven_A = mkA076 "" ; - nedobroka_ch_estvenost_N = mkN049 "" ; - nedobronameren_A = mkA076 "" ; - nedobrosyvesten_A = mkA079 "" ; - nedobrosyvestnost_N = mkN049 "" ; - nedobrosysedski_A = mkA078 "" ; - nedobyr_A = mkA080 "" ; - nedovaren_A = mkA076 "" ; - nedoverie_N = mkN072 "" ; - nedover_ch_iv_A = mkA076 "" ; - nedover_ch_ivost_N = mkN049 "" ; - nedover_ja_vam_V = stateV (mkV186 "") ; - nedover_ja_vane_N = mkN071 "" ; - nedovid_ja_n_A = mkA081 "" ; - nedovi_zj_dam_V = actionV (mkV186 "") (mkV181 "") ; - nedovi_zj_dane_N = mkN071 "" ; - nedovolen_A = mkA079 "" ; - nedovolnik_N = mkN014 "" ; - nedovolnica_N = mkN041 "" ; - nedovolstvam_V = stateV (mkV186 "") ; - nedovolstvane_N = mkN071 "" ; - nedovolstvo_N = mkN054 "" ; - nedovolstvuvam_V = stateV (mkV186 "") ; - nedovolstvuvane_N = mkN071 "" ; - nedovr_ja_l_A = mkA081 "" ; - nedovyr_sh_en_A = mkA076 "" ; - nedovyr_sh_enost_N = mkN049 "" ; - nedogledane_N = mkN071 "" ; - nedogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - nedogle_zj_dane_N = mkN071 "" ; - nedogovoriran_A = mkA076 "" ; - nedogor_ja_l_A = mkA081 "" ; - nedod_ja_lan_A = mkA076 "" ; - nedod_ja_lanost_N = mkN049 "" ; - nedozr_ja_l_A = mkA081 "" ; - nedozr_ja_lost_N = mkN049 "" ; - nedoizkazan_A = mkA076 "" ; - nedoizkaran_A = mkA076 "" ; - nedoizkusuren_A = mkA076 "" ; - nedoizpipan_A = mkA076 "" ; - nedoizpit_A = mkA076 "" ; - nedoizraboten_A = mkA076 "" ; - nedoizsu_sh_en_A = mkA076 "" ; - nedoiz_ch_islen_A = mkA076 "" ; - nedoimyk_N = mkN014 "" ; - nedokazan_A = mkA076 "" ; - nedokazanost_N = mkN049 "" ; - nedokazuem_A = mkA076 "" ; - nedokaran_A = mkA076 "" ; - nedokosvan_A = mkA076 "" ; - nedokosnat_A = mkA076 "" ; - nedokumentiran_A = mkA076 "" ; - nedolovim_A = mkA076 "" ; - nedolovimost_N = mkN049 "" ; - nedomislen_A = mkA076 "" ; - nedomislie_N = mkN072 "" ; - nedomlyvka_N = mkN041 "" ; - nedonosen_A = mkA076 "" ; - nedonos_ch_e_N = mkN065 "" ; - nedoobmislen_A = mkA076 "" ; - nedoobraboten_A = mkA076 "" ; - nedooformen_A = mkA076 "" ; - nedoocenka_N = mkN041 "" ; - nedoocen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - nedoocen_ja_vane_N = mkN071 "" ; - nedope_ch_en_A = mkA076 "" ; - nedopisan_A = mkA076 "" ; - nedopit_N = mkN007 "" ; - nedopla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - nedopla_sht_ane_N = mkN071 "" ; - nedopraven_A = mkA076 "" ; - nedopuskane_N = mkN071 "" ; - nedopuska_sht__A = mkA076 "" ; - nedopustim_A = mkA076 "" ; - nedopustimost_N = mkN049 "" ; - nedopu_sh_en_A = mkA076 "" ; - nedop_ja_t_A = mkA081 "" ; - nedoraboten_A = mkA076 "" ; - nedorazbirane_N = mkN071 "" ; - nedorazvit_A = mkA076 "" ; - nedorazvitost_N = mkN049 "" ; - nedorazumenie_N = mkN072 "" ; - nedorasyl_A = mkA080 "" ; - nedosegaem_A = mkA076 "" ; - nedosegaemost_N = mkN049 "" ; - nedosetliv_A = mkA076 "" ; - nedosetlivost_N = mkN049 "" ; - nedose_sht_ane_N = mkN071 "" ; - nedospal_A = mkA076 "" ; - nedospivam_V = actionV (mkV186 "") (mkV182 "") ; - nedospivane_N = mkN071 "" ; - nedostaven_A = mkA076 "" ; - nedostavim_A = mkA076 "" ; - nedostav_ja_ne_N = mkN071 "" ; - nedostatyk_N = mkN014 "" ; - nedostaty_ch_en_A = mkA079 "" ; - nedostaty_ch_nost_N = mkN049 "" ; - nedostig_N = mkN015 "" ; - nedostigane_N = mkN071 "" ; - nedosti_zj_im_A = mkA076 "" ; - nedosti_zj_imost_N = mkN049 "" ; - nedostoveren_A = mkA079 "" ; - nedostovernost_N = mkN049 "" ; - nedostoen_A = mkA085 "" ; - nedostojnstvo_N = mkN054 "" ; - nedostypen_A = mkA079 "" ; - nedostypnost_N = mkN049 "" ; - nedotovarvane_N = mkN071 "" ; - nedotykmen_A = mkA076 "" ; - nedouzr_ja_l_A = mkA081 "" ; - nedouk_N = mkN014 "" ; - nedoumenie_N = mkN072 "" ; - nedoum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - nedoum_ja_vane_N = mkN071 "" ; - nedoutolen_A = mkA076 "" ; - nedou_ch_en_A = mkA079 "" ; - nedohoden_A = mkA079 "" ; - nedohodonosen_A = mkA079 "" ; - nedohranvane_N = mkN071 "" ; - nedohranen_A = mkA076 "" ; - nedo_ch_akal_A = mkA076 "" ; - nedo_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - nedo_ch_uvane_N = mkN071 "" ; - nedo_ch_ul_A = mkA076 "" ; - nedo_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - nedo_ja__zj_dane_N = mkN071 "" ; - nedra_N = mkN041 "" ; - nedrag_A = mkA076 "" ; - nedramati_ch_en_A = mkA079 "" ; - nedrasti_ch_en_A = mkA079 "" ; - nedresiran_A = mkA076 "" ; - nedro_N = mkN054 "" ; - nedru_zj_el_iu_ben_A = mkA079 "" ; - nedru_zj_el_iu_bie_N = mkN072 "" ; - nedru_zj_el_iu_bnost_N = mkN049 "" ; - nedubliran_A = mkA076 "" ; - neduhoven_A = mkA079 "" ; - nedyg_N = mkN015 "" ; - nedygav_A = mkA076 "" ; - nedygavost_N = mkN049 "" ; - nedylbok_A = mkA076 "" ; - nedylgotraen_A = mkA085 "" ; - nedylgotrajnost_N = mkN049 "" ; - nedylyg_A = mkA080 "" ; - ned_ja_lan_A = mkA076 "" ; - neevrejski_A = mkA078 "" ; - neegoisti_ch_en_A = mkA079 "" ; - neednakvost_N = mkN049 "" ; - neednakyv_A = mkA080 "" ; - neednozna_ch_en_A = mkA079 "" ; - neednozna_ch_nost_N = mkN049 "" ; - neednokraten_A = mkA079 "" ; - neednoroden_A = mkA079 "" ; - neednorodnost_N = mkN049 "" ; - neekspeditiven_A = mkA079 "" ; - neeksploatiran_A = mkA076 "" ; - neeksploziven_A = mkA079 "" ; - neelasti_ch_en_A = mkA079 "" ; - neelasti_ch_nost_N = mkN049 "" ; - neeleganten_A = mkA079 "" ; - neemocionalen_A = mkA079 "" ; - neenergi_ch_en_A = mkA079 "" ; - neestestven_A = mkA076 "" ; - neestestvenost_N = mkN049 "" ; - neesteti_ch_en_A = mkA079 "" ; - neeti_ch_en_A = mkA079 "" ; - neefekten_A = mkA079 "" ; - neefektiven_A = mkA079 "" ; - neefektivnost_N = mkN049 "" ; - neefikasen_A = mkA079 "" ; - neefikasnost_N = mkN049 "" ; - ne_zj_elae_sht__A = mkA076 "" ; - ne_zj_elan_A = mkA076 "" ; - ne_zj_elanie_N = mkN072 "" ; - ne_zj_elatelen_A = mkA079 "" ; - ne_zj_elatelnost_N = mkN049 "" ; - ne_zj_en_A = mkA079 "" ; - ne_zj_enen_A = mkA076 "" ; - ne_zj_enstven_A = mkA076 "" ; - ne_zj_iv_A = mkA076 "" ; - ne_zj_ivee_sht__A = mkA076 "" ; - ne_zj_izneradosten_A = mkA079 "" ; - ne_zj_iznesposoben_A = mkA079 "" ; - ne_zj_it_A = mkA076 "" ; - ne_zj_ni_ch_a_V = stateV (mkV176 "") ; - ne_zj_ni_ch_yk_A = mkA080 "" ; - ne_zj_noskulest_A = mkA076 "" ; - ne_zj_nost_N = mkN049 "" ; - nezaanga_zj_iran_A = mkA076 "" ; - nezaanga_zj_iranost_N = mkN049 "" ; - nezabaven_A = mkA079 "" ; - nezabavnost_N = mkN049 "" ; - nezabele_zj_im_A = mkA076 "" ; - nezabele_zj_imost_N = mkN049 "" ; - nezabele_zj_itelen_A = mkA079 "" ; - nezabel_ja_zan_A = mkA076 "" ; - nezabel_ja_zva_sht__A = mkA076 "" ; - nezabraven_A = mkA076 "" ; - nezabravim_A = mkA076 "" ; - nezabravka_N = mkN041 "" ; - nezabranen_A = mkA076 "" ; - nezaveren_A = mkA076 "" ; - nezave_sht_an_A = mkA076 "" ; - nezaviden_A = mkA079 "" ; - nezavise_sht__A = mkA076 "" ; - nezavisim_A = mkA076 "" ; - nezavisimost_N = mkN049 "" ; - nezavlad_ja_n_A = mkA076 "" ; - nezavry_sht_ane_N = mkN071 "" ; - nezavyrzan_A = mkA076 "" ; - nezavyr_sh_en_A = mkA076 "" ; - nezavyr_sh_enost_N = mkN049 "" ; - nezavyr_sh_il_A = mkA076 "" ; - nezagasva_sht__A = mkA076 "" ; - nezagiva_sht__A = mkA076 "" ; - nezaglu_sh_en_A = mkA076 "" ; - nezaglyhva_sht__A = mkA076 "" ; - nezagniva_sht__A = mkA076 "" ; - nezagraden_A = mkA076 "" ; - nezagri_zj_en_A = mkA076 "" ; - nezagri_zj_enost_N = mkN049 "" ; - nezagubva_sht__A = mkA076 "" ; - nezagubil_A = mkA076 "" ; - nezadaden_A = mkA076 "" ; - nezadovolen_A = mkA076 "" ; - nezadovolenost_N = mkN049 "" ; - nezadovolim_A = mkA076 "" ; - nezadovolitelen_A = mkA079 "" ; - nezadovolitelnost_N = mkN049 "" ; - nezadovolstvo_N = mkN054 "" ; - nezadomen_A = mkA076 "" ; - nezadomenost_N = mkN049 "" ; - nezadrysten_A = mkA076 "" ; - nezadylbo_ch_en_A = mkA076 "" ; - nezadylbo_ch_enost_N = mkN049 "" ; - nezadyl_zj_itelen_A = mkA079 "" ; - nezadyl_zj_itelnost_N = mkN049 "" ; - nezadyr_zj_ane_N = mkN071 "" ; - nezadyr_zj_a_sht__A = mkA076 "" ; - nezaet_A = mkA076 "" ; - nezaetost_N = mkN049 "" ; - nezazdraven_A = mkA076 "" ; - nezazdrav_ja_l_A = mkA081 "" ; - nezazemen_A = mkA076 "" ; - nezainteresovan_A = mkA076 "" ; - nezainteresovanost_N = mkN049 "" ; - nezainteresuvan_A = mkA076 "" ; - nezakalen_A = mkA076 "" ; - nezaklet_A = mkA076 "" ; - nezakl_iu__ch_en_A = mkA076 "" ; - nezakonen_A = mkA079 "" ; - nezakonnoroden_A = mkA076 "" ; - nezakonnorodenost_N = mkN049 "" ; - nezakonnost_N = mkN049 "" ; - nezakonomeren_A = mkA079 "" ; - nezakonomernost_N = mkN049 "" ; - nezakonosyobrazen_A = mkA079 "" ; - nezakonosyobraznost_N = mkN049 "" ; - nezakrepen_A = mkA076 "" ; - nezakrit_A = mkA076 "" ; - nezalepen_A = mkA076 "" ; - nezalesen_A = mkA076 "" ; - nezali_ch_im_A = mkA076 "" ; - nezali_ch_imost_N = mkN049 "" ; - nezaloven_A = mkA076 "" ; - nezalo_zj_en_A = mkA079 "" ; - nezal_ja_zva_sht__A = mkA076 "" ; - nezamaskiran_A = mkA076 "" ; - nezamenim_A = mkA076 "" ; - nezamesen_A = mkA076 "" ; - nezamestim_A = mkA076 "" ; - nezamira_sht__A = mkA076 "" ; - nezamo_zj_en_A = mkA079 "" ; - nezamryzva_sht__A = mkA076 "" ; - nezamryznal_A = mkA076 "" ; - nezamyrsen_A = mkA076 "" ; - nezanimatelen_A = mkA079 "" ; - nezaostren_A = mkA076 "" ; - nezapazen_A = mkA076 "" ; - nezapalen_A = mkA076 "" ; - nezapalim_A = mkA076 "" ; - nezape_ch_atan_A = mkA076 "" ; - nezapisan_A = mkA076 "" ; - nezaplaniran_A = mkA076 "" ; - nezaplanuvan_A = mkA076 "" ; - nezaplaten_A = mkA076 "" ; - nezapoznat_A = mkA076 "" ; - nezapomnen_A = mkA076 "" ; - nezapylnen_A = mkA076 "" ; - nezarazen_A = mkA079 "" ; - nezarazimost_N = mkN049 "" ; - nezarazitelen_A = mkA079 "" ; - nezarasnal_A = mkA076 "" ; - nezaregistriran_A = mkA076 "" ; - nezareden_A = mkA076 "" ; - nezasegnat_A = mkA076 "" ; - nezasen_ch_en_A = mkA076 "" ; - nezaslonen_A = mkA076 "" ; - nezaslu_zj_ava_sht__A = mkA076 "" ; - nezaslu_zj_en_A = mkA076 "" ; - nezaspal_A = mkA076 "" ; - nezaspiva_sht__A = mkA076 "" ; - nezastrahovan_A = mkA076 "" ; - nezastra_sh_avan_A = mkA076 "" ; - nezastra_sh_itelen_A = mkA079 "" ; - nezastroen_A = mkA076 "" ; - nezasyhnal_A = mkA076 "" ; - nezas_ja_t_A = mkA076 "" ; - nezatvoren_A = mkA076 "" ; - nezatvyrden_A = mkA076 "" ; - nezatihva_sht__A = mkA076 "" ; - nezatoplen_A = mkA076 "" ; - nezatrudnen_A = mkA076 "" ; - nezatymnen_A = mkA076 "" ; - nezau_ch_en_A = mkA076 "" ; - nezacapan_A = mkA076 "" ; - neza_ch_erknat_A = mkA076 "" ; - neza_ch_eten_A = mkA076 "" ; - neza_ch_islen_A = mkA076 "" ; - neza_ch_itan_A = mkA076 "" ; - neza_ch_itane_N = mkN071 "" ; - neza_sht_iten_A = mkA076 "" ; - neza_sht_itenost_N = mkN049 "" ; - neza_sht_itim_A = mkA076 "" ; - neza_sht_itimost_N = mkN049 "" ; - neza_sht_i_sht_avan_A = mkA076 "" ; - neza_ja_ven_A = mkA076 "" ; - neza_ja_knal_A = mkA076 "" ; - nezvan_A = mkA076 "" ; - nezvu_ch_en_A = mkA079 "" ; - nezdrav_A = mkA076 "" ; - nezdravomisle_sht__A = mkA076 "" ; - nezdravosloven_A = mkA079 "" ; - nezdravoslovnost_N = mkN049 "" ; - nezemen_A = mkA079 "" ; - nezlobiv_A = mkA076 "" ; - nezlobivost_N = mkN049 "" ; - nezlobliv_A = mkA076 "" ; - nezloka_ch_estven_A = mkA076 "" ; - neznaen_A = mkA085 "" ; - neznae_sht__A = mkA076 "" ; - neznajnik_N = mkN014 "" ; - neznanie_N = mkN072 "" ; - nezna_ch_e_sht__A = mkA076 "" ; - nezna_ch_itelen_A = mkA079 "" ; - nezna_ch_itelnost_N = mkN049 "" ; - nezrelost_N = mkN049 "" ; - nezrim_A = mkA076 "" ; - nezr_ja_l_A = mkA081 "" ; - nezr_ja_lost_N = mkN049 "" ; - neidentificiran_A = mkA076 "" ; - neizbe_zj_en_A = mkA079 "" ; - neizbe_zj_nost_N = mkN049 "" ; - neizbel_ja_l_A = mkA081 "" ; - neizbiraem_A = mkA076 "" ; - neizbiraemost_N = mkN049 "" ; - neizbistren_A = mkA076 "" ; - neizbledn_ja_l_A = mkA076 "" ; - neizboren_A = mkA079 "" ; - neizbran_A = mkA076 "" ; - neizbroden_A = mkA079 "" ; - neizbrodim_A = mkA076 "" ; - neizbroen_A = mkA076 "" ; - neizbroim_A = mkA076 "" ; - neizbroimost_N = mkN049 "" ; - neizbrysnat_A = mkA076 "" ; - neizbuhnal_A = mkA076 "" ; - neizvesten_A = mkA079 "" ; - neizvestnost_N = mkN049 "" ; - neizvinen_A = mkA076 "" ; - neizvinim_A = mkA076 "" ; - neizvinitelen_A = mkA079 "" ; - neizvraten_A = mkA076 "" ; - neizvyr_sh_en_A = mkA076 "" ; - neizgasen_A = mkA076 "" ; - neizgladen_A = mkA076 "" ; - neizgladim_A = mkA076 "" ; - neizgoda_N = mkN041 "" ; - neizgoden_A = mkA079 "" ; - neizgodnost_N = mkN049 "" ; - neizdavane_N = mkN071 "" ; - neizdaden_A = mkA076 "" ; - neizdry_zj_liv_A = mkA076 "" ; - neizdry_zj_livost_N = mkN049 "" ; - neizduman_A = mkA076 "" ; - neizdyr_zj_an_A = mkA076 "" ; - neizdyr_zj_anost_N = mkN049 "" ; - neizdyr_zj_liv_A = mkA076 "" ; - neiz_zj_iv_ja_n_A = mkA081 "" ; - neiziskan_A = mkA076 "" ; - neiziskanost_N = mkN049 "" ; - neiziskvan_A = mkA076 "" ; - neiziskva_sht__A = mkA076 "" ; - neiziskuem_A = mkA076 "" ; - neizkazan_A = mkA076 "" ; - neizkazanost_N = mkN049 "" ; - neizka_ch_en_A = mkA076 "" ; - neizklasil_A = mkA076 "" ; - neizkorenim_A = mkA076 "" ; - neizkupen_A = mkA079 "" ; - neizkusen_A = mkA079 "" ; - neizku_sh_en_A = mkA076 "" ; - neizle_ch_im_A = mkA076 "" ; - neizle_ch_imost_N = mkN049 "" ; - neizliza_sht__A = mkA076 "" ; - neizli_ch_im_A = mkA076 "" ; - neizli_ch_imost_N = mkN049 "" ; - neizlyskan_A = mkA076 "" ; - neizly_ch_va_sht__A = mkA076 "" ; - neizl_iu_pen_A = mkA076 "" ; - neizmazan_A = mkA076 "" ; - neizmenen_A = mkA079 "" ; - neizmenim_A = mkA076 "" ; - neizmennost_N = mkN049 "" ; - neizmen_ch_iv_A = mkA076 "" ; - neizmen_ja_em_A = mkA076 "" ; - neizmen_ja_emost_N = mkN049 "" ; - neizmeren_A = mkA079 "" ; - neizmerim_A = mkA076 "" ; - neizmerimost_N = mkN049 "" ; - neizmit_A = mkA076 "" ; - neiznameren_A = mkA076 "" ; - neiznosen_A = mkA076 "" ; - neizobretatelen_A = mkA079 "" ; - neizoliran_A = mkA076 "" ; - neizotopen_A = mkA079 "" ; - neizpe_ch_en_A = mkA076 "" ; - neizpisan_A = mkA076 "" ; - neizpit_A = mkA076 "" ; - neizpitan_A = mkA076 "" ; - neizpitvan_A = mkA076 "" ; - neizplakan_A = mkA076 "" ; - neizplaten_A = mkA076 "" ; - neizplatim_A = mkA076 "" ; - neizpla_sht_ane_N = mkN071 "" ; - neizpovedim_A = mkA076 "" ; - neizpolzvaem_A = mkA076 "" ; - neizpolzvaemost_N = mkN049 "" ; - neizpolzvan_A = mkA076 "" ; - neizpolzvane_N = mkN071 "" ; - neizpolzuvan_A = mkA076 "" ; - neizpraven_A = mkA079 "" ; - neizpravimost_N = mkN049 "" ; - neizpravnost_N = mkN049 "" ; - neizpraznen_A = mkA076 "" ; - neizpran_A = mkA076 "" ; - neizpraten_A = mkA076 "" ; - neizprobvan_A = mkA076 "" ; - neizprosen_A = mkA076 "" ; - neizpylnen_A = mkA076 "" ; - neizpylnenie_N = mkN072 "" ; - neizpylnim_A = mkA076 "" ; - neizpylnimost_N = mkN049 "" ; - neizpylnitelen_A = mkA079 "" ; - neizpylnitelnost_N = mkN049 "" ; - neizpyln_ja_va_sht__A = mkA076 "" ; - neizpynat_A = mkA076 "" ; - neizrazen_A = mkA079 "" ; - neizrazim_A = mkA076 "" ; - neizrazimost_N = mkN049 "" ; - neizrazitelen_A = mkA079 "" ; - neizrazitelnost_N = mkN049 "" ; - neizrazhodvan_A = mkA076 "" ; - neizraz_ja_va_sht__A = mkA076 "" ; - neizrasyl_A = mkA080 "" ; - neizre_ch_en_A = mkA076 "" ; - neizsledvan_A = mkA076 "" ; - neizslu_sh_an_A = mkA076 "" ; - neizstrel_ja_n_A = mkA076 "" ; - neizsyhnal_A = mkA076 "" ; - neiztekyl_A = mkA080 "" ; - neizto_sht_en_A = mkA076 "" ; - neizto_sht_im_A = mkA076 "" ; - neizto_sht_imost_N = mkN049 "" ; - neiztrivaemost_N = mkN049 "" ; - neiztrit_A = mkA076 "" ; - neiztyknat_A = mkA076 "" ; - neiztyn_ch_en_A = mkA076 "" ; - neiztyrkan_A = mkA076 "" ; - neizu_ch_avan_A = mkA076 "" ; - neizu_ch_en_A = mkA079 "" ; - neizcapan_A = mkA076 "" ; - neizcelim_A = mkA076 "" ; - neizcerim_A = mkA076 "" ; - neizcerimost_N = mkN049 "" ; - neiz_ch_eznal_A = mkA076 "" ; - neiz_ch_erpaem_A = mkA076 "" ; - neiz_ch_erpaemost_N = mkN049 "" ; - neiz_ch_erpan_A = mkA076 "" ; - neiz_ch_erpatelen_A = mkA079 "" ; - neiz_ch_islim_A = mkA076 "" ; - neiz_ch_islimost_N = mkN049 "" ; - neiz_ja_ven_A = mkA076 "" ; - neiz_ja_den_A = mkA076 "" ; - neiz_ja_snen_A = mkA076 "" ; - neiz_ja_snenost_N = mkN049 "" ; - neiz_ja_snim_A = mkA076 "" ; - neiz_ja_snimost_N = mkN049 "" ; - neiz_ja__sht_en_A = mkA079 "" ; - neikonomi_ch_en_A = mkA079 "" ; - neikonomi_ch_eski_A = mkA078 "" ; - neil_iu_zoren_A = mkA079 "" ; - neil_iu_striran_A = mkA076 "" ; - neil_iu_strovan_A = mkA076 "" ; - neimagineren_A = mkA079 "" ; - neimenuvan_A = mkA076 "" ; - neimoveren_A = mkA079 "" ; - neimovernost_N = mkN049 "" ; - neinduktiven_A = mkA079 "" ; - neiniciativen_A = mkA079 "" ; - neintelektualen_A = mkA079 "" ; - neinteligenten_A = mkA079 "" ; - neinteresen_A = mkA079 "" ; - neipotekiran_A = mkA076 "" ; - neiskan_A = mkA076 "" ; - neiskren_A = mkA076 "" ; - neiskrenost_N = mkN049 "" ; - neistina_N = mkN041 "" ; - neistinen_A = mkA079 "" ; - neistinnost_N = mkN049 "" ; - neistinski_A = mkA078 "" ; - neistov_A = mkA076 "" ; - nekavalerski_A = mkA078 "" ; - nekadyren_A = mkA079 "" ; - nekadyrnik_N = mkN014a "" ; - nekadyrnica_N = mkN041 "" ; - nekadyrnost_N = mkN049 "" ; - nekazan_A = mkA076 "" ; - nekanen_A = mkA076 "" ; - nekapariran_A = mkA076 "" ; - nekapsuliran_A = mkA076 "" ; - nekastriran_A = mkA076 "" ; - neka_ch_estven_A = mkA076 "" ; - neka_ch_estvenost_N = mkN049 "" ; - nekvalificiran_A = mkA076 "" ; - nekvalificiranost_N = mkN049 "" ; - nekip_ja_l_A = mkA081 "" ; - neklasificiran_A = mkA076 "" ; - nekozov_A = mkA076 "" ; - nekolebliv_A = mkA076 "" ; - nekolkokraten_A = mkA079 "" ; - nekoloniziran_A = mkA076 "" ; - nekolosan_A = mkA076 "" ; - nekomersialen_A = mkA079 "" ; - nekompakten_A = mkA079 "" ; - nekompaktnost_N = mkN049 "" ; - nekompensiran_A = mkA076 "" ; - nekompetenten_A = mkA079 "" ; - nekompetentnost_N = mkN049 "" ; - nekomplekten_A = mkA079 "" ; - nekompliciran_A = mkA076 "" ; - nekompresiran_A = mkA076 "" ; - nekomforten_A = mkA079 "" ; - nekonvertiruem_A = mkA076 "" ; - nekonvertiruemost_N = mkN049 "" ; - nekonkreten_A = mkA079 "" ; - nekonsolidiran_A = mkA076 "" ; - nekonstatiran_A = mkA076 "" ; - nekonstitucionen_A = mkA079 "" ; - nekontrasten_A = mkA079 "" ; - nekontroliruem_A = mkA076 "" ; - nekoncentriran_A = mkA076 "" ; - nekoordiniran_A = mkA076 "" ; - nekoordiniranost_N = mkN049 "" ; - nekorekten_A = mkA079 "" ; - nekorektnost_N = mkN049 "" ; - nekorelacionen_A = mkA079 "" ; - nekorigiran_A = mkA076 "" ; - nekorozira_sht__A = mkA076 "" ; - nekoronovan_A = mkA076 "" ; - nekoron_ja_san_A = mkA076 "" ; - nekrasiv_A = mkA076 "" ; - nekraten_A = mkA079 "" ; - nekreditosposoben_A = mkA079 "" ; - nekreditosposobnost_N = mkN049 "" ; - nekriptiran_A = mkA076 "" ; - nekristalen_A = mkA079 "" ; - nekristaliziral_A = mkA076 "" ; - nekrografi_ja__N = mkN047 "" ; - nekrolatri_ja__N = mkN047 "" ; - nekrolog_N = mkN015 "" ; - nekromant_N = mkN007 "" ; - nekromanti_ja__N = mkN047 "" ; - nekropol_N = mkN007 "" ; - nekropsi_ja__N = mkN047 "" ; - nekroskopi_ja__N = mkN047 "" ; - nekrotomi_ja__N = mkN047 "" ; - nekrofili_ja__N = mkN047 "" ; - nekrofobi_ja__N = mkN047 "" ; - nekryven_A = mkA079 "" ; - nekryvoproliten_A = mkA079 "" ; - nekrysten_A = mkA079 "" ; - nekrystosan_A = mkA076 "" ; - nektar_N = mkN007 "" ; - nektaren_A = mkA079 "" ; - nekton_N = mkN007 "" ; - nekultiviran_A = mkA076 "" ; - nekulturen_A = mkA079 "" ; - nekulturnost_N = mkN049 "" ; - nelakiran_A = mkA076 "" ; - nelaskatelen_A = mkA079 "" ; - nelegalen_A = mkA079 "" ; - nelegaliziran_A = mkA076 "" ; - nelegalnost_N = mkN049 "" ; - nelek_A = mkA076 "" ; - nelep_A = mkA076 "" ; - nelepica_N = mkN041 "" ; - nelepost_N = mkN049 "" ; - nelesen_A = mkA079 "" ; - neletliv_A = mkA076 "" ; - neletlivost_N = mkN049 "" ; - neliberalen_A = mkA079 "" ; - nelineen_A = mkA085 "" ; - neliteraturen_A = mkA079 "" ; - nelicenziran_A = mkA076 "" ; - neli_ch_en_A = mkA079 "" ; - nelovkost_N = mkN049 "" ; - nelovyk_A = mkA080 "" ; - nelogi_ch_en_A = mkA079 "" ; - nelogi_ch_nost_N = mkN049 "" ; - nelo_sh__A = mkA076 "" ; - nelo_ja_len_A = mkA079 "" ; - nelo_ja_lnost_N = mkN049 "" ; - nelustrosan_A = mkA076 "" ; - nelyskav_A = mkA076 "" ; - nel_iu_bezen_A = mkA079 "" ; - nel_iu_beznost_N = mkN049 "" ; - nel_iu_be_sht__A = mkA076 "" ; - nel_iu_boznatelen_A = mkA079 "" ; - nel_iu_boznatelnost_N = mkN049 "" ; - nel_iu_bopiten_A = mkA079 "" ; - nemagniten_A = mkA079 "" ; - nemalova_zj_en_A = mkA079 "" ; - nemalomeren_A = mkA079 "" ; - nemalyk_A = mkA080 "" ; - nemarliv_A = mkA076 "" ; - nemarlivec_N = mkN008a "" ; - nemarlivka_N = mkN041 "" ; - nemarlivost_N = mkN049 "" ; - nemar_ja__V = stateV (mkV174 "") ; - nemaskiran_A = mkA076 "" ; - nematerialen_A = mkA079 "" ; - nematerialisti_ch_en_A = mkA079 "" ; - nematerialnost_N = mkN049 "" ; - nema_ch_kaem_A = mkA076 "" ; - nema_sht_abiruem_A = mkA076 "" ; - nemebeliran_A = mkA076 "" ; - nemedlen_A = mkA076 "" ; - nemedlenost_N = mkN049 "" ; - nemelodi_ch_en_A = mkA079 "" ; - nemeren_A = mkA079 "" ; - nemetal_N = mkN007 "" ; - nemetali_ch_eski_A = mkA078 "" ; - nemetodi_ch_en_A = mkA079 "" ; - nemec_N = mkN008a "" ; - neme_ja__V = stateV (mkV160 "") ; - nemiga_sht__A = mkA076 "" ; - nemigracionen_A = mkA079 "" ; - nemil_A = mkA076 "" ; - nemilost_N = mkN049 "" ; - nemilostiv_A = mkA076 "" ; - nemilosyrden_A = mkA079 "" ; - neminiran_A = mkA076 "" ; - neminuem_A = mkA076 "" ; - neminuemost_N = mkN049 "" ; - nemiren_A = mkA079 "" ; - nemirnik_N = mkN014a "" ; - nemirnica_N = mkN041 "" ; - nemirni_ch_estvo_N = mkN054 "" ; - nemirstvam_V = stateV (mkV186 "") ; - nemirstvane_N = mkN071 "" ; - nemislim_A = mkA076 "" ; - nemislimost_N = mkN049 "" ; - nemit_A = mkA076 "" ; - nemkin_ja__N = mkN047 "" ; - nemle_ch_en_A = mkA079 "" ; - neml_ja_n_A = mkA081 "" ; - nemnogo_ch_islen_A = mkA076 "" ; - nemoden_A = mkA079 "" ; - nemoderen_A = mkA079 "" ; - nemodificiran_A = mkA076 "" ; - nemoduliran_A = mkA076 "" ; - nemontiran_A = mkA076 "" ; - nemoralen_A = mkA079 "" ; - nemoralnost_N = mkN049 "" ; - nemota_N = mkN041 "" ; - nemoten_A = mkA079 "" ; - nemotiviran_A = mkA076 "" ; - nemoti_ja__N = mkN047 "" ; - nemo_sht__N = mkN049 "" ; - nemo_sht_en_A = mkA079 "" ; - nemo_sht_nost_N = mkN049 "" ; - nemski_A = mkA078 "" ; - nemskogovore_sht__A = mkA076 "" ; - nemuzikalen_A = mkA079 "" ; - nemy_zj_estven_A = mkA076 "" ; - nenabl_iu_datelen_A = mkA079 "" ; - nenabo_zj_en_A = mkA079 "" ; - nenabran_A = mkA076 "" ; - nenavi_zj_dam_V = stateV (mkV186 "") ; - nenavi_zj_dane_N = mkN071 "" ; - nenaviknal_A = mkA076 "" ; - nenavist_N = mkN049 "" ; - nenavisten_A = mkA079 "" ; - nenavistni_ch_eski_A = mkA078 "" ; - nenavistni_ch_estvo_N = mkN054 "" ; - nenavremenen_A = mkA079 "" ; - nenavremennost_N = mkN049 "" ; - nenagledane_N = mkN071 "" ; - nenagleden_A = mkA079 "" ; - nenagle_zj_dan_A = mkA076 "" ; - nenadaren_A = mkA076 "" ; - nenadeen_A = mkA085 "" ; - nenade_zj_den_A = mkA079 "" ; - nenade_zj_dnost_N = mkN049 "" ; - nenadejnost_N = mkN049 "" ; - nenadminat_A = mkA076 "" ; - nenaet_A = mkA076 "" ; - nenazovan_A = mkA076 "" ; - nenazyben_A = mkA076 "" ; - nenaimenuvan_A = mkA076 "" ; - nenakazan_A = mkA076 "" ; - nenakazuem_A = mkA076 "" ; - nenakazuemost_N = mkN049 "" ; - nenaklonen_A = mkA076 "" ; - nenakyrnen_A = mkA076 "" ; - nenakyrnim_A = mkA076 "" ; - nenakyrnimost_N = mkN049 "" ; - nenakysan_A = mkA076 "" ; - nenale_zj_a_sht__A = mkA076 "" ; - nenali_ch_en_A = mkA079 "" ; - nenalo_zj_itelen_A = mkA079 "" ; - nenalu_ch_kvane_N = mkN071 "" ; - nenamalen_A = mkA076 "" ; - nenamal_ja_va_sht__A = mkA076 "" ; - nenamesa_N = mkN041 "" ; - nenamesten_A = mkA076 "" ; - nenamokren_A = mkA076 "" ; - nenapadenie_N = mkN072 "" ; - nenape_ch_atan_A = mkA076 "" ; - nenapit_A = mkA076 "" ; - nenapraven_A = mkA076 "" ; - nenapravl_ja_van_A = mkA076 "" ; - nenaprazen_A = mkA079 "" ; - nenapregnat_A = mkA076 "" ; - nenaranen_A = mkA076 "" ; - nenareden_A = mkA076 "" ; - nenaredenost_N = mkN049 "" ; - nenarisuvan_A = mkA076 "" ; - nenaro_ch_en_A = mkA079 "" ; - nenaru_sh_en_A = mkA076 "" ; - nenaru_sh_im_A = mkA076 "" ; - nenaru_sh_imost_N = mkN049 "" ; - nenaselen_A = mkA076 "" ; - nenasipan_A = mkA076 "" ; - nenasiten_A = mkA079 "" ; - nenasitnik_N = mkN014a "" ; - nenasitnica_N = mkN041 "" ; - nenasitnost_N = mkN049 "" ; - nenasleden_A = mkA076 "" ; - nenasledstven_A = mkA076 "" ; - nenasled_ja_em_A = mkA076 "" ; - nenaso_ch_en_A = mkA076 "" ; - nenastroen_A = mkA076 "" ; - nenatisnat_A = mkA076 "" ; - nenatovaren_A = mkA076 "" ; - nenato_ch_en_A = mkA076 "" ; - nenatrapva_sht__A = mkA076 "" ; - nenatrapliv_A = mkA076 "" ; - nenatrap_ch_iv_A = mkA076 "" ; - nenau_ch_en_A = mkA079 "" ; - nenau_ch_nost_N = mkN049 "" ; - nenahod_ch_iv_A = mkA076 "" ; - nenahranen_A = mkA076 "" ; - nena_ch_enat_A = mkA076 "" ; - nena_ch_ertan_A = mkA076 "" ; - nena_ch_eten_A = mkA079 "" ; - nena_ch_etenost_N = mkN049 "" ; - nena_ch_islen_A = mkA076 "" ; - nena_ja_den_A = mkA076 "" ; - nenomeriran_A = mkA076 "" ; - nenormalen_A = mkA079 "" ; - nenormalnik_N = mkN014a "" ; - nenormalnost_N = mkN049 "" ; - nenormiran_A = mkA076 "" ; - nenosen_A = mkA079 "" ; - nenose_sht__A = mkA076 "" ; - nenu_zj_en_A = mkA079 "" ; - neobagren_A = mkA076 "" ; - neobvyrzan_A = mkA076 "" ; - neobvyrzanost_N = mkN049 "" ; - neobvyrzva_sht__A = mkA076 "" ; - neobgor_ja_l_A = mkA076 "" ; - neobezkosten_A = mkA076 "" ; - neobezkura_zj_en_A = mkA076 "" ; - neobezmaslen_A = mkA076 "" ; - neobezopasen_A = mkA076 "" ; - neobezpe_ch_en_A = mkA076 "" ; - neobezpokoen_A = mkA076 "" ; - neobezpokoitelen_A = mkA079 "" ; - neobezpoko_ja_vam_V = stateV (mkV186 "") ; - neobezpoko_ja_vane_N = mkN071 "" ; - neobezsyr_ch_en_A = mkA076 "" ; - neobektiven_A = mkA079 "" ; - neobelen_A = mkA076 "" ; - neobe_sht_ava_sht__A = mkA076 "" ; - neobigran_A = mkA076 "" ; - neobigranost_N = mkN049 "" ; - neobiknoven_A = mkA076 "" ; - neobiknovenost_N = mkN049 "" ; - neobitavan_A = mkA076 "" ; - neobitaem_A = mkA076 "" ; - neobi_ch_aen_A = mkA085 "" ; - neobi_ch_ajnost_N = mkN049 "" ; - neobi_ch_an_A = mkA076 "" ; - neobi_ch_liv_A = mkA076 "" ; - neoblagaem_A = mkA076 "" ; - neoblagoroden_A = mkA076 "" ; - neoblek_ch_en_A = mkA076 "" ; - neoble_ch_en_A = mkA076 "" ; - neoblizan_A = mkA076 "" ; - neobli_ch_an_A = mkA076 "" ; - neoblo_zj_en_A = mkA076 "" ; - neobmen_ja_em_A = mkA076 "" ; - neobmen_ja_emost_N = mkN049 "" ; - neobmislen_A = mkA076 "" ; - neobmislenost_N = mkN049 "" ; - neobmiten_A = mkA076 "" ; - neobogaten_A = mkA076 "" ; - neobozrim_A = mkA076 "" ; - neobozrimost_N = mkN049 "" ; - neoborim_A = mkA076 "" ; - neoborimost_N = mkN049 "" ; - neobosnovan_A = mkA076 "" ; - neobosnovanost_N = mkN049 "" ; - neobrabotvaem_A = mkA076 "" ; - neobrabotvan_A = mkA076 "" ; - neobraboten_A = mkA076 "" ; - neobrabotenost_N = mkN049 "" ; - neobrazovan_A = mkA076 "" ; - neobrazovanost_N = mkN049 "" ; - neobran_A = mkA076 "" ; - neobrasyl_A = mkA080 "" ; - neobratim_A = mkA076 "" ; - neobratimost_N = mkN049 "" ; - neobremenen_A = mkA076 "" ; - neobrygnal_A = mkA076 "" ; - neobr_ja_zan_A = mkA076 "" ; - neobstoen_A = mkA085 "" ; - neobsyden_A = mkA076 "" ; - neobuzdan_A = mkA076 "" ; - neobuzdanost_N = mkN049 "" ; - neobusloven_A = mkA076 "" ; - neobut_A = mkA076 "" ; - neobu_ch_en_A = mkA076 "" ; - neobhvaten_A = mkA079 "" ; - neobhvatnost_N = mkN049 "" ; - neobhodim_A = mkA076 "" ; - neobhodimost_N = mkN049 "" ; - neob_sht_itelen_A = mkA079 "" ; - neob_sht_itelnost_N = mkN049 "" ; - neobyl_A = mkA080 "" ; - neobyrnat_A = mkA076 "" ; - neob_ja_ven_A = mkA076 "" ; - neob_ja_dval_A = mkA076 "" ; - neob_ja_zden_A = mkA076 "" ; - neob_ja_snen_A = mkA076 "" ; - neob_ja_snim_A = mkA076 "" ; - neob_ja_snimost_N = mkN049 "" ; - neob_ja_ten_A = mkA079 "" ; - neob_ja_tnost_N = mkN049 "" ; - neovakanten_A = mkA076 "" ; - neovyzmezden_A = mkA076 "" ; - neogladen_A = mkA076 "" ; - neograben_A = mkA076 "" ; - neograden_A = mkA076 "" ; - neograni_ch_avan_A = mkA076 "" ; - neograni_ch_en_A = mkA076 "" ; - neograni_ch_enost_N = mkN049 "" ; - neograni_ch_im_A = mkA076 "" ; - neogyvaem_A = mkA076 "" ; - neogyvaemost_N = mkN049 "" ; - neodobren_A = mkA076 "" ; - neodobrenie_N = mkN072 "" ; - neodobritelen_A = mkA079 "" ; - neoduhotvoren_A = mkA076 "" ; - neodu_sh_even_A = mkA076 "" ; - neodu_sh_evenost_N = mkN049 "" ; - neod_ja_lan_A = mkA076 "" ; - neo_zj_enen_A = mkA076 "" ; - neo_zj_iven_A = mkA076 "" ; - neo_zj_ynat_A = mkA076 "" ; - neozaglaven_A = mkA076 "" ; - neozvu_ch_en_A = mkA076 "" ; - neozojski_A = mkA078 "" ; - neokantianstvo_N = mkN054 "" ; - neokastren_A = mkA076 "" ; - neoka_ch_estvim_A = mkA076 "" ; - neokon_ch_atelen_A = mkA079 "" ; - neokon_ch_atelnost_N = mkN049 "" ; - neokosen_A = mkA076 "" ; - neokosmen_A = mkA076 "" ; - neokosmenost_N = mkN049 "" ; - neokupiran_A = mkA076 "" ; - neokypan_A = mkA076 "" ; - neolit_N = mkN007 "" ; - neoliten_A = mkA079 "" ; - neologizym_N = mkN011 "" ; - neol_iu__sht_en_A = mkA076 "" ; - neomy_zj_en_A = mkA076 "" ; - neon_N = mkN007 "" ; - neonov_A = mkA076 "" ; - neopasan_A = mkA076 "" ; - neoperen_A = mkA076 "" ; - neopetnen_A = mkA076 "" ; - neopetnenost_N = mkN049 "" ; - neope_ch_en_A = mkA076 "" ; - neopisan_A = mkA076 "" ; - neopisuem_A = mkA076 "" ; - neopitan_A = mkA076 "" ; - neopiten_A = mkA079 "" ; - neopitnost_N = mkN049 "" ; - neopitomen_A = mkA076 "" ; - neopitom_ja_em_A = mkA076 "" ; - neoplakan_A = mkA076 "" ; - neoplakvan_A = mkA076 "" ; - neoploden_A = mkA076 "" ; - neopoznavaem_A = mkA076 "" ; - neopozoren_A = mkA076 "" ; - neopolzotvoren_A = mkA079 "" ; - neoporo_ch_en_A = mkA076 "" ; - neopravdaem_A = mkA076 "" ; - neopravdan_A = mkA076 "" ; - neopravdatelen_A = mkA079 "" ; - neopraven_A = mkA079 "" ; - neopran_A = mkA076 "" ; - neopredelen_A = mkA076 "" ; - neopredelenost_N = mkN049 "" ; - neopredelim_A = mkA076 "" ; - neopredelimost_N = mkN049 "" ; - neopredelitelen_A = mkA079 "" ; - neoprenov_A = mkA076 "" ; - neoprovergaem_A = mkA076 "" ; - neoprovergan_A = mkA076 "" ; - neoprover_zj_im_A = mkA076 "" ; - neoprover_zj_imost_N = mkN049 "" ; - neopynat_A = mkA076 "" ; - neorganiziran_A = mkA076 "" ; - neorganiziranost_N = mkN049 "" ; - neorgani_ch_en_A = mkA079 "" ; - neorgani_ch_eski_A = mkA078 "" ; - neoriginalen_A = mkA079 "" ; - neorientiran_A = mkA076 "" ; - neorientiranost_N = mkN049 "" ; - neoromantizym_N = mkN011 "" ; - neortodoksalen_A = mkA079 "" ; - neosvedomen_A = mkA076 "" ; - neosvedomenost_N = mkN049 "" ; - neosve_zj_en_A = mkA076 "" ; - neosveten_A = mkA076 "" ; - neosvetlen_A = mkA076 "" ; - neosvoboden_A = mkA076 "" ; - neosedlan_A = mkA076 "" ; - neosezaem_A = mkA076 "" ; - neosezaemost_N = mkN049 "" ; - neosiguren_A = mkA076 "" ; - neoskvernen_A = mkA076 "" ; - neosnovatelen_A = mkA079 "" ; - neosnovatelnost_N = mkN049 "" ; - neosnoven_A = mkA079 "" ; - neosoben_A = mkA076 "" ; - neosporvan_A = mkA076 "" ; - neosporen_A = mkA076 "" ; - neosporim_A = mkA076 "" ; - neosporimost_N = mkN049 "" ; - neostar_ja_va_sht__A = mkA076 "" ; - neostar_ja_l_A = mkA081 "" ; - neostoro_zj_en_A = mkA079 "" ; - neostoro_zj_nost_N = mkN049 "" ; - neostyklen_A = mkA076 "" ; - neostyr_A = mkA080 "" ; - neosyden_A = mkA076 "" ; - neosy_zj_dan_A = mkA076 "" ; - neosyznat_A = mkA076 "" ; - neosy_sht_estven_A = mkA076 "" ; - neosy_sht_estvim_A = mkA076 "" ; - neosy_sht_estvimost_N = mkN049 "" ; - neotbel_ja_zan_A = mkA076 "" ; - neotvoren_A = mkA076 "" ; - neotvratim_A = mkA076 "" ; - neotvratimost_N = mkN049 "" ; - neotvyrnat_A = mkA076 "" ; - neotgadaem_A = mkA076 "" ; - neotgatnat_A = mkA076 "" ; - neotgle_zj_dan_A = mkA076 "" ; - neotgovar_ja__sht__A = mkA076 "" ; - neotgovoren_A = mkA079 "" ; - neotdavna_sh_en_A = mkA079 "" ; - neotdaden_A = mkA076 "" ; - neotdelim_A = mkA076 "" ; - neotdelimost_N = mkN049 "" ; - neotemnost_N = mkN049 "" ; - neotziv_ch_iv_A = mkA076 "" ; - neotziv_ch_ivost_N = mkN049 "" ; - neotkaran_A = mkA076 "" ; - neotklonen_A = mkA079 "" ; - neotklonenie_N = mkN072 "" ; - neotklonim_A = mkA076 "" ; - neotklonnost_N = mkN049 "" ; - neotklon_ja_emost_N = mkN049 "" ; - neotkole_sh_en_A = mkA079 "" ; - neotkrivaem_A = mkA076 "" ; - neotkrit_A = mkA076 "" ; - neotkroven_A = mkA076 "" ; - neotkrovenost_N = mkN049 "" ; - neotkupen_A = mkA076 "" ; - neotkysnat_A = mkA076 "" ; - neotlagaem_A = mkA076 "" ; - neotlagatelen_A = mkA079 "" ; - neotle_zj_al_A = mkA076 "" ; - neotli_ch_ava_sht__A = mkA076 "" ; - neotli_ch_im_A = mkA076 "" ; - neotli_ch_itelen_A = mkA079 "" ; - neotlo_zj_en_A = mkA079 "" ; - neotlo_zj_nost_N = mkN049 "" ; - neotly_ch_en_A = mkA079 "" ; - neotmenen_A = mkA079 "" ; - neotmenim_A = mkA076 "" ; - neotmenimost_N = mkN049 "" ; - neotmen_ja_em_A = mkA076 "" ; - neotmeren_A = mkA079 "" ; - neotmysten_A = mkA076 "" ; - neotnas_ja__sht__A = mkA076 "" ; - neotnimaemost_N = mkN049 "" ; - neotplaten_A = mkA076 "" ; - neotraboten_A = mkA076 "" ; - neotrazim_A = mkA076 "" ; - neotrazimost_N = mkN049 "" ; - neotraz_ja_va_sht__A = mkA076 "" ; - neotrakan_A = mkA076 "" ; - neotroven_A = mkA079 "" ; - neotr_ja_zan_A = mkA076 "" ; - neotslabva_sht__A = mkA076 "" ; - neotstranim_A = mkA076 "" ; - neotstypva_sht__A = mkA076 "" ; - neotstypen_A = mkA079 "" ; - neotstypnost_N = mkN049 "" ; - neotstyp_ch_iv_A = mkA076 "" ; - neotstyp_ch_ivost_N = mkN049 "" ; - neot_ch_eten_A = mkA079 "" ; - neot_ch_u_zj_daem_A = mkA076 "" ; - neot_ch_u_zj_daemost_N = mkN049 "" ; - neotypkan_A = mkA076 "" ; - neoficialen_A = mkA079 "" ; - neoficialnost_N = mkN049 "" ; - neoformen_A = mkA076 "" ; - neoformenost_N = mkN049 "" ; - neohota_N = mkN041 "" ; - neohoten_A = mkA079 "" ; - neohranen_A = mkA076 "" ; - neocapan_A = mkA076 "" ; - neocveten_A = mkA079 "" ; - neocenen_A = mkA076 "" ; - neocenim_A = mkA076 "" ; - neocenimost_N = mkN049 "" ; - neocen_ja_va_sht__A = mkA076 "" ; - neocifren_A = mkA076 "" ; - neo_ch_akvan_A = mkA076 "" ; - neo_ch_akvanost_N = mkN049 "" ; - neo_ch_ebien_A = mkA085 "" ; - neo_ch_ernen_A = mkA076 "" ; - neo_ch_ertan_A = mkA076 "" ; - neo_ch_isten_A = mkA076 "" ; - neo_sht_aven_A = mkA076 "" ; - nepaviran_A = mkA076 "" ; - nepaketiran_A = mkA076 "" ; - nepalec_N = mkN008a "" ; - nepalka_N = mkN041 "" ; - nepalski_A = mkA078 "" ; - neparaden_A = mkA079 "" ; - neparlamentaren_A = mkA079 "" ; - nepartien_A = mkA085 "" ; - nepatentovan_A = mkA076 "" ; - nepatrioti_ch_en_A = mkA079 "" ; - nepedanti_ch_en_A = mkA079 "" ; - neperiodi_ch_en_A = mkA079 "" ; - neperiodi_ch_nost_N = mkN049 "" ; - neperpendikul_ja_ren_A = mkA079 "" ; - neperspektiven_A = mkA079 "" ; - neperforiran_A = mkA076 "" ; - nepe_ch_atim_A = mkA076 "" ; - nepe_ch_eliv_sh__A = mkA076 "" ; - nepe_ch_en_A = mkA076 "" ; - nepilotiran_A = mkA076 "" ; - nepipnat_A = mkA076 "" ; - nepisan_A = mkA076 "" ; - nepisatelski_A = mkA078 "" ; - nepitan_A = mkA076 "" ; - nepitatelen_A = mkA079 "" ; - nepiteen_A = mkA085 "" ; - neplavatelen_A = mkA079 "" ; - neplaninski_A = mkA078 "" ; - neplaniran_A = mkA076 "" ; - neplanomeren_A = mkA079 "" ; - neplate_zj_osposoben_A = mkA079 "" ; - neplate_zj_osposobnost_N = mkN049 "" ; - neplaten_A = mkA076 "" ; - neplatim_A = mkA076 "" ; - nepla_sh_liv_A = mkA076 "" ; - nepla_sht_ane_N = mkN071 "" ; - neplodovit_A = mkA076 "" ; - neplodonosen_A = mkA079 "" ; - neplodoroden_A = mkA079 "" ; - neplodorodie_N = mkN072 "" ; - neplodorodnost_N = mkN049 "" ; - neplodotvoren_A = mkA079 "" ; - neplodotvornost_N = mkN049 "" ; - neplosyk_A = mkA080 "" ; - neplyten_A = mkA079 "" ; - nepl_ja__ch_kosan_A = mkA076 "" ; - nepobeden_A = mkA079 "" ; - nepobedim_A = mkA076 "" ; - nepobedimost_N = mkN049 "" ; - nepobutnat_A = mkA076 "" ; - nepoveren_A = mkA076 "" ; - nepoveritelen_A = mkA079 "" ; - nepovikan_A = mkA076 "" ; - nepovli_ja_n_A = mkA076 "" ; - nepovratim_A = mkA076 "" ; - nepovratliv_A = mkA076 "" ; - nepovratlivost_N = mkN049 "" ; - nepovreden_A = mkA076 "" ; - nepovredim_A = mkA076 "" ; - nepovtorim_A = mkA076 "" ; - nepovyrhnosten_A = mkA079 "" ; - nepogreban_A = mkA076 "" ; - nepogre_sh_en_A = mkA079 "" ; - nepogre_sh_im_A = mkA076 "" ; - nepogre_sh_imost_N = mkN049 "" ; - nepodatliv_A = mkA076 "" ; - nepodatlivost_N = mkN049 "" ; - nepodbran_A = mkA076 "" ; - nepodvi_zj_en_A = mkA079 "" ; - nepodvi_zj_nost_N = mkN049 "" ; - nepodvyrzan_A = mkA076 "" ; - nepodgotven_A = mkA076 "" ; - nepodgotvenost_N = mkN049 "" ; - nepoddava_sht__A = mkA076 "" ; - nepoddyr_zj_an_A = mkA076 "" ; - nepodkovan_A = mkA076 "" ; - nepodkrepen_A = mkA076 "" ; - nepodkupen_A = mkA076 "" ; - nepodkupnost_N = mkN049 "" ; - nepodle_zj_a_sht__A = mkA076 "" ; - nepodobava_sh__A = mkA076 "" ; - nepodobava_sht__A = mkA076 "" ; - nepodobren_A = mkA076 "" ; - nepodoziran_A = mkA076 "" ; - nepodozira_sht__A = mkA076 "" ; - nepodozritelen_A = mkA079 "" ; - nepodpe_ch_atan_A = mkA076 "" ; - nepodpisan_A = mkA076 "" ; - nepodplaten_A = mkA076 "" ; - nepodpomognat_A = mkA076 "" ; - nepodpraven_A = mkA076 "" ; - nepodpravenost_N = mkN049 "" ; - nepodraboten_A = mkA076 "" ; - nepodra_zj_aem_A = mkA076 "" ; - nepodra_zj_aemost_N = mkN049 "" ; - nepodreden_A = mkA076 "" ; - nepodr_ja_zan_A = mkA076 "" ; - nepodskazan_A = mkA076 "" ; - nepodsladen_A = mkA076 "" ; - nepodstrigan_A = mkA076 "" ; - nepodsyden_A = mkA079 "" ; - nepodsydnost_N = mkN049 "" ; - nepodhoden_A = mkA076 "" ; - nepodhodnost_N = mkN049 "" ; - nepodhod_ja__sht__A = mkA076 "" ; - nepodho_zj_da_sht__A = mkA076 "" ; - nepod_ch_inen_A = mkA076 "" ; - nepod_ch_inenie_N = mkN072 "" ; - nepod_ch_in_ja_va_sht__A = mkA076 "" ; - nepod_sh_it_A = mkA076 "" ; - nepo_zj_ynat_A = mkA076 "" ; - nepozvolen_A = mkA076 "" ; - nepoznavaem_A = mkA076 "" ; - nepoznavaemost_N = mkN049 "" ; - nepoznavane_N = mkN071 "" ; - nepoznat_A = mkA076 "" ; - nepoznatost_N = mkN049 "" ; - nepoiskan_A = mkA076 "" ; - nepokazatelen_A = mkA079 "" ; - nepokazen_A = mkA079 "" ; - nepokanen_A = mkA076 "" ; - nepoka_ja_l_A = mkA076 "" ; - nepoka_ja_n_A = mkA076 "" ; - nepoka_ja_nie_N = mkN072 "" ; - nepokvaren_A = mkA076 "" ; - nepokvarenost_N = mkN049 "" ; - nepokvarim_A = mkA076 "" ; - nepokvarimost_N = mkN049 "" ; - nepoklatim_A = mkA076 "" ; - nepoklatimost_N = mkN049 "" ; - nepokolebim_A = mkA076 "" ; - nepokolebimost_N = mkN049 "" ; - nepokoren_A = mkA079 "" ; - nepokorim_A = mkA076 "" ; - nepokornik_N = mkN014a "" ; - nepokornica_N = mkN041 "" ; - nepokornost_N = mkN049 "" ; - nepokorstvam_V = stateV (mkV186 "") ; - nepokorstvane_N = mkN071 "" ; - nepokorstvo_N = mkN054 "" ; - nepokrit_A = mkA076 "" ; - nepokrysten_A = mkA076 "" ; - nepokytnat_A = mkA076 "" ; - nepokytnatost_N = mkN049 "" ; - nepolezen_A = mkA079 "" ; - nepoliran_A = mkA076 "" ; - nepoliti_ch_en_A = mkA079 "" ; - nepoliti_ch_eski_A = mkA078 "" ; - nepoliti_ch_nost_N = mkN049 "" ; - nepolovin_ch_at_A = mkA076 "" ; - nepolu_ch_ava_sht__A = mkA076 "" ; - nepolu_ch_en_A = mkA076 "" ; - nepol_ja_t_A = mkA076 "" ; - nepomolen_A = mkA076 "" ; - nepomra_ch_en_A = mkA076 "" ; - nepomrydnat_A = mkA076 "" ; - nepomrykva_sht__A = mkA076 "" ; - nepomryknal_A = mkA076 "" ; - neponas_ja__sht__A = mkA076 "" ; - neponosim_A = mkA076 "" ; - neponosimost_N = mkN049 "" ; - nepon_ja_ten_A = mkA079 "" ; - nepon_ja_tnost_N = mkN049 "" ; - nepopraven_A = mkA076 "" ; - nepopravim_A = mkA076 "" ; - nepopravimost_N = mkN049 "" ; - nepopul_ja_ren_A = mkA079 "" ; - nepopul_ja_rnost_N = mkN049 "" ; - nepopylnen_A = mkA076 "" ; - neporasyl_A = mkA080 "" ; - neporican_A = mkA076 "" ; - neporodist_A = mkA076 "" ; - neporo_ch_en_A = mkA079 "" ; - neporo_ch_nost_N = mkN049 "" ; - neporyben_A = mkA076 "" ; - nepory_ch_an_A = mkA076 "" ; - nepor_ja_dyk_N = mkN014 "" ; - nepor_ja_dy_ch_en_A = mkA079 "" ; - nepor_ja_dy_ch_nost_N = mkN049 "" ; - neposaden_A = mkA076 "" ; - neposveten_A = mkA076 "" ; - nepose_sht_avan_A = mkA076 "" ; - nepose_sht_avane_N = mkN071 "" ; - nepose_sht_aem_A = mkA076 "" ; - nepose_sht_enie_N = mkN072 "" ; - neposilen_A = mkA079 "" ; - neposledvan_A = mkA076 "" ; - neposledovatelen_A = mkA079 "" ; - neposledovatelnost_N = mkN049 "" ; - neposlu_sh_anie_N = mkN072 "" ; - neposlu_sh_en_A = mkA079 "" ; - neposlu_sh_nik_N = mkN014a "" ; - neposlu_sh_nica_N = mkN041 "" ; - neposlu_sh_nost_N = mkN049 "" ; - neposreden_A = mkA079 "" ; - neposredstven_A = mkA076 "" ; - neposredstvenost_N = mkN049 "" ; - nepostignat_A = mkA076 "" ; - neposti_zj_im_A = mkA076 "" ; - neposti_zj_imost_N = mkN049 "" ; - nepostlan_A = mkA076 "" ; - neposto_ja_nen_A = mkA079 "" ; - neposto_ja_nnost_N = mkN049 "" ; - neposto_ja_nstvo_N = mkN054 "" ; - nepostradal_A = mkA076 "" ; - nepotaen_A = mkA085 "" ; - nepotvyrden_A = mkA076 "" ; - nepotisnat_A = mkA076 "" ; - nepotopen_A = mkA076 "" ; - nepotreben_A = mkA079 "" ; - nepotrebitelen_A = mkA079 "" ; - nepotrebnost_N = mkN049 "" ; - nepotu_sh_im_A = mkA076 "" ; - nepotyrsen_A = mkA076 "" ; - nepohvaten_A = mkA079 "" ; - nepohvatnost_N = mkN049 "" ; - nepo_ch_isten_A = mkA076 "" ; - nepo_ch_itan_A = mkA076 "" ; - nepo_ch_itane_N = mkN071 "" ; - nepo_ch_itanie_N = mkN072 "" ; - nepo_ch_nat_A = mkA076 "" ; - nepo_ch_ten_A = mkA076 "" ; - nepo_ch_tenost_N = mkN049 "" ; - nepo_ch_titelen_A = mkA079 "" ; - nepo_ch_titelnost_N = mkN049 "" ; - nepo_ch_uvstvan_A = mkA076 "" ; - nepo_ch_uvstvuvan_A = mkA076 "" ; - neprav_A = mkA076 "" ; - nepravda_N = mkN041 "" ; - nepravdiv_A = mkA076 "" ; - nepravdopodoben_A = mkA079 "" ; - nepravdopodobnost_N = mkN049 "" ; - nepraveden_A = mkA079 "" ; - nepravednik_N = mkN014 "" ; - nepravednica_N = mkN041 "" ; - nepravilen_A = mkA079 "" ; - nepravilnost_N = mkN049 "" ; - nepravoveren_A = mkA079 "" ; - nepravomeren_A = mkA079 "" ; - nepravomernost_N = mkN049 "" ; - nepravoslaven_A = mkA079 "" ; - nepravoslavie_N = mkN072 "" ; - nepravosposoben_A = mkA079 "" ; - nepravosposobnost_N = mkN049 "" ; - nepravota_N = mkN041 "" ; - neprazen_A = mkA079 "" ; - neprakti_ch_en_A = mkA079 "" ; - neprakti_ch_nost_N = mkN049 "" ; - nepran_A = mkA076 "" ; - neprebroden_A = mkA076 "" ; - neprebroen_A = mkA076 "" ; - nepreveden_A = mkA076 "" ; - neprevzemaem_A = mkA076 "" ; - neprevzemaemost_N = mkN049 "" ; - neprevzet_A = mkA076 "" ; - neprevzetost_N = mkN049 "" ; - neprevzimaem_A = mkA076 "" ; - neprevivaem_A = mkA076 "" ; - neprevit_A = mkA076 "" ; - neprevodim_A = mkA076 "" ; - neprevratimost_N = mkN049 "" ; - neprevyzmognat_A = mkA076 "" ; - nepregleden_A = mkA079 "" ; - nepreglednost_N = mkN049 "" ; - nepredavaem_A = mkA076 "" ; - nepredavaemost_N = mkN049 "" ; - nepredavane_N = mkN071 "" ; - nepredvzet_A = mkA076 "" ; - nepredviden_A = mkA076 "" ; - nepredvidenost_N = mkN049 "" ; - nepredvidim_A = mkA076 "" ; - nepredvidimost_N = mkN049 "" ; - nepredvidliv_A = mkA076 "" ; - nepredvidlivost_N = mkN049 "" ; - nepredelen_A = mkA079 "" ; - nepredizvikan_A = mkA076 "" ; - nepredizvikva_sht__A = mkA076 "" ; - neprednazna_ch_en_A = mkA076 "" ; - neprednameren_A = mkA076 "" ; - neprednamerenost_N = mkN049 "" ; - nepredotvratim_A = mkA076 "" ; - nepredotvratimost_N = mkN049 "" ; - nepredpazliv_A = mkA076 "" ; - nepredpazlivost_N = mkN049 "" ; - nepredpolagaem_A = mkA076 "" ; - nepredpriem_ch_iv_A = mkA076 "" ; - nepredpriem_ch_ivost_N = mkN049 "" ; - nepredrazpolaga_sht__A = mkA076 "" ; - nepredskazan_A = mkA076 "" ; - nepredskazuem_A = mkA076 "" ; - nepredstaven_A = mkA076 "" ; - nepredstavitelen_A = mkA079 "" ; - nepredstavl_ja_va_sht__A = mkA076 "" ; - nepredubeden_A = mkA076 "" ; - nepredubedenost_N = mkN049 "" ; - nepredumi_sh_len_A = mkA076 "" ; - nepre_zj_alim_A = mkA076 "" ; - nepre_zj_iv_ja_n_A = mkA076 "" ; - nepreizbran_A = mkA076 "" ; - nepreklonen_A = mkA079 "" ; - nepreklonnost_N = mkN049 "" ; - neprekysvaem_A = mkA076 "" ; - neprekysvan_A = mkA076 "" ; - neprekysva_sht__A = mkA076 "" ; - neprekysnat_A = mkA076 "" ; - neprekysnatost_N = mkN049 "" ; - nepreleten_A = mkA079 "" ; - nepremenen_A = mkA076 "" ; - nepremesten_A = mkA076 "" ; - neprenaso_ch_en_A = mkA076 "" ; - neprenosim_A = mkA076 "" ; - nepreodolim_A = mkA076 "" ; - nepreodolimost_N = mkN049 "" ; - nepreodol_ja_n_A = mkA081 "" ; - neprepokriva_sht__A = mkA076 "" ; - neprepory_ch_itelen_A = mkA079 "" ; - neprepory_ch_itelnost_N = mkN049 "" ; - nepreraboten_A = mkA076 "" ; - nepresekva_sht__A = mkA076 "" ; - nepresekliv_A = mkA076 "" ; - neprese_ch_en_A = mkA079 "" ; - nepresilen_A = mkA076 "" ; - nepresledvan_A = mkA076 "" ; - nepresmetliv_A = mkA076 "" ; - nepresmetlivost_N = mkN049 "" ; - nepresro_ch_en_A = mkA076 "" ; - neprestanen_A = mkA079 "" ; - neprestannost_N = mkN049 "" ; - neprestoren_A = mkA079 "" ; - neprestorenost_N = mkN049 "" ; - nepresto_ja_l_A = mkA076 "" ; - nepresukan_A = mkA076 "" ; - nepresu_sh_im_A = mkA076 "" ; - nepresyhva_sht__A = mkA076 "" ; - nepretenciozen_A = mkA079 "" ; - nepretencioznost_N = mkN049 "" ; - nepretovaren_A = mkA076 "" ; - nepretrupan_A = mkA076 "" ; - nepreuveli_ch_en_A = mkA076 "" ; - neprefinen_A = mkA076 "" ; - neprehoden_A = mkA079 "" ; - neprehodnost_N = mkN049 "" ; - nepreceden_A = mkA076 "" ; - neprecenen_A = mkA076 "" ; - nepre_ch_isten_A = mkA076 "" ; - nepribran_A = mkA076 "" ; - nepriveten_A = mkA079 "" ; - neprivetliv_A = mkA076 "" ; - neprivetlivost_N = mkN049 "" ; - neprivetnost_N = mkN049 "" ; - nepriviknal_A = mkA076 "" ; - neprivilegirovan_A = mkA076 "" ; - neprivi_ch_en_A = mkA079 "" ; - neprivlekatelen_A = mkA079 "" ; - neprivlekatelnost_N = mkN049 "" ; - neprivli_ch_a_sht__A = mkA076 "" ; - neprivyrzan_A = mkA076 "" ; - neprivyr_sh_en_A = mkA076 "" ; - neprigoden_A = mkA079 "" ; - neprigodnost_N = mkN049 "" ; - neprigotven_A = mkA076 "" ; - nepridir_ch_iv_A = mkA076 "" ; - nepridir_ch_ivost_N = mkN049 "" ; - nepridru_zj_en_A = mkA076 "" ; - nepridyr_zj_ane_N = mkN071 "" ; - nepriemane_N = mkN071 "" ; - nepriemliv_A = mkA076 "" ; - nepriemlivost_N = mkN049 "" ; - nepriet_A = mkA076 "" ; - nepriznavan_A = mkA076 "" ; - nepriznavane_N = mkN071 "" ; - nepriznat_A = mkA076 "" ; - nepriznatelen_A = mkA079 "" ; - nepriznatelnost_N = mkN049 "" ; - neprikazliv_A = mkA076 "" ; - neprika_ch_en_A = mkA076 "" ; - neprikl_iu__ch_en_A = mkA076 "" ; - neprikosnoven_A = mkA076 "" ; - neprikosnovenost_N = mkN049 "" ; - neprikrepen_A = mkA076 "" ; - neprikrit_A = mkA076 "" ; - neprikritost_N = mkN049 "" ; - neprilagan_A = mkA076 "" ; - neprilepen_A = mkA076 "" ; - neprili_ch_en_A = mkA079 "" ; - neprili_ch_ie_N = mkN072 "" ; - neprili_ch_nost_N = mkN049 "" ; - neprilo_zj_en_A = mkA079 "" ; - neprilo_zj_im_A = mkA076 "" ; - neprilo_zj_imost_N = mkN049 "" ; - neprimesen_A = mkA076 "" ; - neprimiren_A = mkA079 "" ; - neprimirim_A = mkA076 "" ; - neprimirimost_N = mkN049 "" ; - neprimiritelen_A = mkA079 "" ; - neprinadle_zj_a_sht__A = mkA076 "" ; - neprinadle_zj_nost_N = mkN049 "" ; - neprinuden_A = mkA076 "" ; - neprinudenost_N = mkN049 "" ; - neprinuditelen_A = mkA079 "" ; - nepriob_sht_en_A = mkA076 "" ; - nepripe_ch_elen_A = mkA076 "" ; - nepripr_ja_n_A = mkA076 "" ; - neprisaden_A = mkA076 "" ; - neprisposoben_A = mkA076 "" ; - neprisposobenost_N = mkN049 "" ; - neprisposobim_A = mkA076 "" ; - neprisposobimost_N = mkN049 "" ; - neprisposob_ja_vane_N = mkN071 "" ; - nepristoen_A = mkA085 "" ; - nepristojnost_N = mkN049 "" ; - nepristoren_A = mkA076 "" ; - nepristypen_A = mkA079 "" ; - nepristypnost_N = mkN049 "" ; - neprisystven_A = mkA076 "" ; - neprisystvie_N = mkN072 "" ; - neprisy_sht__A = mkA076 "" ; - nepritvoren_A = mkA076 "" ; - neprite_zj_avan_A = mkA076 "" ; - nepritesnen_A = mkA076 "" ; - nepritesn_ja_van_A = mkA076 "" ; - nepriu_ch_en_A = mkA076 "" ; - nepri_ch_asten_A = mkA079 "" ; - nepri_ja_znen_A = mkA076 "" ; - nepri_ja_znenost_N = mkN049 "" ; - nepri_ja_zyn_N = mkN007 "" ; - nepri_ja_tel_N = mkN031a "" ; - nepri_ja_telka_N = mkN041 "" ; - nepri_ja_telski_A = mkA078 "" ; - nepri_ja_telstvo_N = mkN054 "" ; - nepri_ja_ten_A = mkA079 "" ; - nepri_ja_tnost_N = mkN049 "" ; - neprobivaem_A = mkA076 "" ; - neprobuden_A = mkA079 "" ; - neproveren_A = mkA076 "" ; - neproverim_A = mkA076 "" ; - neprovetren_A = mkA076 "" ; - neprovinen_A = mkA076 "" ; - neprovodim_A = mkA076 "" ; - neprovodimost_N = mkN049 "" ; - neprovodnik_N = mkN014 "" ; - neprovokiran_A = mkA076 "" ; - neprogleden_A = mkA079 "" ; - neproglednost_N = mkN049 "" ; - neprogresiven_A = mkA079 "" ; - neprodavaem_A = mkA076 "" ; - neprodaden_A = mkA076 "" ; - neproduktiven_A = mkA079 "" ; - neproduktivnost_N = mkN049 "" ; - neprodup_ch_en_A = mkA076 "" ; - neprodyl_zj_itelen_A = mkA079 "" ; - neprodyl_zj_itelnost_N = mkN049 "" ; - neprozorliv_A = mkA076 "" ; - neprozorlivost_N = mkN049 "" ; - neprozra_ch_en_A = mkA079 "" ; - neprozra_ch_nost_N = mkN049 "" ; - neproizvoden_A = mkA079 "" ; - neproizvoditelen_A = mkA079 "" ; - neproizvoditelnost_N = mkN049 "" ; - neproizvolen_A = mkA079 "" ; - neproiznosim_A = mkA076 "" ; - neprokopsal_A = mkA076 "" ; - neprokopsan_A = mkA076 "" ; - neprokopsanik_N = mkN014a "" ; - neprokopsanica_N = mkN041 "" ; - neproletarski_A = mkA078 "" ; - neprol_ja_t_A = mkA076 "" ; - nepromenen_A = mkA076 "" ; - nepromenim_A = mkA076 "" ; - nepromenimost_N = mkN049 "" ; - nepromenliv_A = mkA076 "" ; - nepromenlivost_N = mkN049 "" ; - nepromen_ch_iv_A = mkA076 "" ; - nepromen_ch_ivost_N = mkN049 "" ; - nepromen_ja_em_A = mkA076 "" ; - nepromen_ja_emost_N = mkN049 "" ; - nepromokaem_A = mkA076 "" ; - nepromokaemost_N = mkN049 "" ; - nepronicaem_A = mkA076 "" ; - nepronicaemost_N = mkN049 "" ; - nepronicatelen_A = mkA079 "" ; - nepronicatelnost_N = mkN049 "" ; - neproporcionalen_A = mkA079 "" ; - neproporcionalnost_N = mkN049 "" ; - nepropuska_sht__A = mkA076 "" ; - nepropuskliv_A = mkA076 "" ; - neprosveten_A = mkA079 "" ; - neprosvetenost_N = mkN049 "" ; - neprosledim_A = mkA076 "" ; - neprosro_ch_en_A = mkA076 "" ; - neprosten_A = mkA079 "" ; - neprostim_A = mkA076 "" ; - neprostimost_N = mkN049 "" ; - neprostitelen_A = mkA079 "" ; - neprostitelnost_N = mkN049 "" ; - neprotivene_N = mkN071 "" ; - neprotivore_ch_iv_A = mkA076 "" ; - neprou_ch_en_A = mkA076 "" ; - neprofesionalen_A = mkA079 "" ; - neprofesionalist_N = mkN007 "" ; - neprofesionalistka_N = mkN041 "" ; - neprofsy_iu_zen_A = mkA079 "" ; - neprohoden_A = mkA079 "" ; - neprohodim_A = mkA076 "" ; - neprohodimost_N = mkN049 "" ; - nepro_ch_eten_A = mkA076 "" ; - nepro_sht_ava_sht__A = mkA076 "" ; - nepro_ja_ven_A = mkA076 "" ; - nepro_ja_v_ja_va_sht__A = mkA076 "" ; - nepr_ja_k_A = mkA081 "" ; - nepr_ja_m_A = mkA076 "" ; - nepublikuvan_A = mkA076 "" ; - nepukizym_N = mkN011 "" ; - nepu_sh_a_ch__N = mkN007 "" ; - nepylen_A = mkA079 "" ; - nepylnovrysten_A = mkA079 "" ; - nepylnoleten_A = mkA079 "" ; - nepylnoletie_N = mkN072 "" ; - nepylnomeren_A = mkA079 "" ; - nepylnopraven_A = mkA079 "" ; - nepylnota_N = mkN041 "" ; - nepylnocenen_A = mkA079 "" ; - nepylnocennost_N = mkN049 "" ; - neraboten_A = mkA079 "" ; - nerabotliv_A = mkA076 "" ; - nerabotosposoben_A = mkA079 "" ; - nerabotosposobnost_N = mkN049 "" ; - neraven_A = mkA079 "" ; - neravenstvo_N = mkN054 "" ; - neravnodu_sh_en_A = mkA079 "" ; - neravnomeren_A = mkA079 "" ; - neravnomernost_N = mkN049 "" ; - neravnopraven_A = mkA079 "" ; - neravnopravie_N = mkN072 "" ; - neravnosri_ch_en_A = mkA079 "" ; - neravnost_N = mkN049 "" ; - neravnostoen_A = mkA085 "" ; - neravnostranen_A = mkA079 "" ; - nerad_N = mkN007 "" ; - neradost_N = mkN049 "" ; - neradosten_A = mkA079 "" ; - neradu_sh_en_A = mkA079 "" ; - neradu_sh_nost_N = mkN049 "" ; - nerazbivaem_A = mkA076 "" ; - nerazbiraem_A = mkA076 "" ; - nerazbiraemost_N = mkN049 "" ; - nerazbirane_N = mkN071 "" ; - nerazbiratelstvo_N = mkN054 "" ; - nerazbira_sht__A = mkA076 "" ; - nerazbit_A = mkA076 "" ; - nerazbori_ja__N = mkN047 "" ; - nerazbran_A = mkA076 "" ; - nerazbranost_N = mkN049 "" ; - nerazbran_sht_ina_N = mkN041 "" ; - nerazvalen_A = mkA076 "" ; - nerazvit_A = mkA076 "" ; - nerazvitost_N = mkN049 "" ; - nerazvodnen_A = mkA076 "" ; - nerazgadaem_A = mkA076 "" ; - nerazgadaemost_N = mkN049 "" ; - nerazgadan_A = mkA076 "" ; - nerazgledan_A = mkA076 "" ; - nerazgle_zj_dan_A = mkA076 "" ; - nerazglezen_A = mkA076 "" ; - nerazglob_ja_em_A = mkA076 "" ; - nerazgovorliv_A = mkA076 "" ; - nerazgovorlivost_N = mkN049 "" ; - nerazgovor_ch_iv_A = mkA076 "" ; - nerazgore_sht_en_A = mkA076 "" ; - nerazgrani_ch_en_A = mkA076 "" ; - nerazgrani_ch_im_A = mkA076 "" ; - nerazdaden_A = mkA076 "" ; - nerazdvoen_A = mkA076 "" ; - nerazdelen_A = mkA079 "" ; - nerazdelim_A = mkA076 "" ; - nerazdelimost_N = mkN049 "" ; - nerazdelnopolov_A = mkA076 "" ; - nerazdelnost_N = mkN049 "" ; - nerazd_ja_la_N = mkN043 "" ; - nerazedinen_A = mkA076 "" ; - neraziskvan_A = mkA076 "" ; - nerazkazan_A = mkA076 "" ; - nerazka_ja_l_A = mkA076 "" ; - nerazka_ja_n_A = mkA076 "" ; - nerazka_ja_nost_N = mkN049 "" ; - nerazklatim_A = mkA076 "" ; - nerazklonen_A = mkA079 "" ; - nerazkrasen_A = mkA076 "" ; - nerazkrit_A = mkA076 "" ; - nerazkysan_A = mkA076 "" ; - nerazkysvaem_A = mkA076 "" ; - nerazli_ch_ava_sht__A = mkA076 "" ; - nerazli_ch_im_A = mkA076 "" ; - nerazli_ch_imost_N = mkN049 "" ; - nerazlo_zj_im_A = mkA076 "" ; - nerazly_ch_en_A = mkA079 "" ; - nerazly_ch_nost_N = mkN049 "" ; - nerazmen_ja_em_A = mkA076 "" ; - nerazmen_ja_emost_N = mkN049 "" ; - nerazobli_ch_en_A = mkA076 "" ; - nerazoran_A = mkA076 "" ; - nerazpadnal_A = mkA076 "" ; - nerazpitan_A = mkA076 "" ; - nerazpitvan_A = mkA076 "" ; - nerazpoznavaem_A = mkA076 "" ; - nerazpoznat_A = mkA076 "" ; - nerazpolagaem_A = mkA076 "" ; - nerazpolaga_sht__A = mkA076 "" ; - nerazpolo_zj_en_A = mkA076 "" ; - nerazpolo_zj_enie_N = mkN072 "" ; - nerazpolo_zj_enost_N = mkN049 "" ; - nerazporeditelen_A = mkA079 "" ; - nerazporeditelnost_N = mkN049 "" ; - nerazprostranen_A = mkA076 "" ; - nerazprostranenie_N = mkN072 "" ; - nerazpynat_A = mkA076 "" ; - nerazraboten_A = mkA076 "" ; - nerazreden_A = mkA076 "" ; - nerazre_sh_en_A = mkA076 "" ; - nerazre_sh_im_A = mkA076 "" ; - nerazre_sh_imost_N = mkN049 "" ; - nerazriven_A = mkA079 "" ; - nerazrivnost_N = mkN049 "" ; - nerazro_sh_en_A = mkA076 "" ; - nerazru_sh_en_A = mkA076 "" ; - nerazru_sh_im_A = mkA076 "" ; - nerazr_ja_zan_A = mkA076 "" ; - nerazsyden_A = mkA079 "" ; - nerazsyditelen_A = mkA079 "" ; - nerazsydliv_A = mkA076 "" ; - nerazsydlivost_N = mkN049 "" ; - neraztvoren_A = mkA076 "" ; - neraztvorim_A = mkA076 "" ; - neraztvorimost_N = mkN049 "" ; - neraztegaem_A = mkA076 "" ; - neraztegliv_A = mkA076 "" ; - neraztovaren_A = mkA076 "" ; - nerazto_ch_itelen_A = mkA079 "" ; - neraztreben_A = mkA079 "" ; - neraztrevo_zj_en_A = mkA076 "" ; - neraztrogvaemost_N = mkN049 "" ; - nerazubeden_A = mkA076 "" ; - nerazumen_A = mkA079 "" ; - nerazumenie_N = mkN072 "" ; - nerazumnost_N = mkN049 "" ; - nerazu_ch_en_A = mkA076 "" ; - nerazcyft_ja_l_A = mkA081 "" ; - neraz_ch_eten_A = mkA079 "" ; - neraz_ch_isten_A = mkA079 "" ; - neraz_ch_lenen_A = mkA076 "" ; - neraz_ch_upen_A = mkA076 "" ; - neraz_sh_ifrovan_A = mkA076 "" ; - nerafiniran_A = mkA076 "" ; - neracionalen_A = mkA079 "" ; - neracionalnost_N = mkN049 "" ; - nerv_N = mkN007 "" ; - nerven_A = mkA079 "" ; - nerviram_V = stateV (mkV186 "") ; - nervirane_N = mkN071 "" ; - nervni_ch_a_V = stateV (mkV176 "") ; - nervni_ch_ene_N = mkN071 "" ; - nervnost_N = mkN049 "" ; - nervozen_A = mkA079 "" ; - nervoznost_N = mkN049 "" ; - nereagirane_N = mkN071 "" ; - nereagira_sht__A = mkA076 "" ; - nerealen_A = mkA079 "" ; - nerealiziran_A = mkA076 "" ; - nerealizuem_A = mkA076 "" ; - nerealisti_ch_en_A = mkA079 "" ; - nerealnost_N = mkN049 "" ; - nerevnosten_A = mkA079 "" ; - neregistriran_A = mkA076 "" ; - nereguliran_A = mkA076 "" ; - neredaktiran_A = mkA076 "" ; - nereden_A = mkA079 "" ; - nerednost_N = mkN049 "" ; - neredoven_A = mkA079 "" ; - neredovnost_N = mkN049 "" ; - nerez_N = mkN007 "" ; - nerezonen_A = mkA079 "" ; - nerezultaten_A = mkA079 "" ; - nereligiozen_A = mkA079 "" ; - nereligioznost_N = mkN049 "" ; - nerentabilen_A = mkA079 "" ; - nerentabilnost_N = mkN049 "" ; - nerepetiran_A = mkA076 "" ; - nereformiran_A = mkA076 "" ; - nere_sh_en_A = mkA076 "" ; - nere_sh_im_A = mkA076 "" ; - nere_sh_itelen_A = mkA079 "" ; - nere_sh_itelnost_N = mkN049 "" ; - nerimuvan_A = mkA076 "" ; - neritmi_ch_en_A = mkA079 "" ; - neritmi_ch_nost_N = mkN049 "" ; - neroden_A = mkA079 "" ; - nerodol_iu_biv_A = mkA076 "" ; - neromanti_ch_en_A = mkA079 "" ; - neruden_A = mkA079 "" ; - nerudonosen_A = mkA079 "" ; - neru_sh_im_A = mkA076 "" ; - neru_sh_imost_N = mkN049 "" ; - nery_zj_daem_A = mkA076 "" ; - nery_zj_d_ja_sal_A = mkA076 "" ; - nery_zj_d_ja_sva_sht__A = mkA076 "" ; - nerykotvoren_A = mkA079 "" ; - ner_ja_dyk_A = mkA083 "" ; - ner_ja_zyk_A = mkA083 "" ; - nesamonade_ja_n_A = mkA076 "" ; - nesamosto_ja_telen_A = mkA079 "" ; - nesamosto_ja_telnost_N = mkN049 "" ; - nesamouveren_A = mkA076 "" ; - nesamouverenost_N = mkN049 "" ; - nesamohoden_A = mkA079 "" ; - nesantimentalen_A = mkA079 "" ; - nesbit_A = mkA076 "" ; - nesbydnal_A = mkA076 "" ; - nesbydnat_A = mkA076 "" ; - nesvalen_A = mkA076 "" ; - nesvaren_A = mkA076 "" ; - nesvedu_sht__A = mkA076 "" ; - nesvesten_A = mkA084a "" ; - nesvete_sht__A = mkA076 "" ; - nesvetski_A = mkA078 "" ; - nesvivaem_A = mkA076 "" ; - nesvivaemost_N = mkN049 "" ; - nesviknal_A = mkA076 "" ; - nesvoboden_A = mkA079 "" ; - nesvoevremenen_A = mkA079 "" ; - nesvoevremennost_N = mkN049 "" ; - nesvojstven_A = mkA076 "" ; - nesvyrzan_A = mkA076 "" ; - nesvyrzanost_N = mkN049 "" ; - nesvyr_sh_en_A = mkA076 "" ; - nesvyr_sh_enost_N = mkN049 "" ; - nesv_ja_st_N = mkN049 "" ; - nesgovor_N = mkN007 "" ; - nesgovoren_A = mkA079 "" ; - nesgovorliv_A = mkA076 "" ; - nesgovorlivost_N = mkN049 "" ; - nesgovornost_N = mkN049 "" ; - nesgovor_ch_iv_A = mkA076 "" ; - nesgovor_ch_ivost_N = mkN049 "" ; - nesgoda_N = mkN041 "" ; - nesgoden_A = mkA079 "" ; - nesgodnost_N = mkN049 "" ; - nesgotven_A = mkA076 "" ; - nesgyvaem_A = mkA076 "" ; - nesgyvaemost_N = mkN049 "" ; - nesgystim_A = mkA076 "" ; - nesgystimost_N = mkN049 "" ; - nesdyr_zj_an_A = mkA076 "" ; - nesdyr_zj_anost_N = mkN049 "" ; - nesednal_A = mkA076 "" ; - nesekva_sht__A = mkA076 "" ; - nesektantski_A = mkA078 "" ; - nesemeen_A = mkA085 "" ; - neserien_A = mkA085 "" ; - neseriozen_A = mkA079 "" ; - neserioznost_N = mkN049 "" ; - neseser_N = mkN007 "" ; - nesiguren_A = mkA079 "" ; - nesigurnost_N = mkN049 "" ; - nesimetri_ch_en_A = mkA079 "" ; - nesimetri_ch_nost_N = mkN049 "" ; - nesimpati_ch_en_A = mkA079 "" ; - nesimpati_ch_nost_N = mkN049 "" ; - nesinoven_A = mkA079 "" ; - nesinhronen_A = mkA079 "" ; - nesinhroniziran_A = mkA076 "" ; - nesinhroni_ch_en_A = mkA079 "" ; - nesistematiziran_A = mkA076 "" ; - nesistematiziranost_N = mkN049 "" ; - nesistemati_ch_en_A = mkA079 "" ; - nesistemen_A = mkA079 "" ; - nesistemnost_N = mkN049 "" ; - nesklonen_A = mkA079 "" ; - nesklonim_A = mkA076 "" ; - nesklonimost_N = mkN049 "" ; - nesklonnost_N = mkN049 "" ; - nesklon_ja_em_A = mkA076 "" ; - nesklon_ja_emost_N = mkN049 "" ; - neskl_iu__ch_en_A = mkA076 "" ; - neskovan_A = mkA076 "" ; - neskon_ch_aem_A = mkA076 "" ; - neskon_ch_aemost_N = mkN049 "" ; - neskopen_A = mkA076 "" ; - neskoposan_A = mkA076 "" ; - neskoposen_A = mkA079 "" ; - neskoposnik_N = mkN014a "" ; - neskoposnica_N = mkN041 "" ; - neskoposnost_N = mkN049 "" ; - neskrivan_A = mkA076 "" ; - neskrit_A = mkA076 "" ; - neskromen_A = mkA079 "" ; - neskromnost_N = mkN049 "" ; - neskypocenen_A = mkA079 "" ; - neskysen_A = mkA076 "" ; - nesladyk_A = mkA080 "" ; - neslo_zj_en_A = mkA079 "" ; - neslo_zj_nost_N = mkN049 "" ; - neslomen_A = mkA079 "" ; - neslomim_A = mkA076 "" ; - neslomimost_N = mkN049 "" ; - neslu_zj_il_A = mkA076 "" ; - neslu_ch_aen_A = mkA085 "" ; - nesmek_ch_en_A = mkA076 "" ; - nesmel_A = mkA076 "" ; - nesmelost_N = mkN049 "" ; - nesmenen_A = mkA079 "" ; - nesmen_ja_em_A = mkA076 "" ; - nesmen_ja_emost_N = mkN049 "" ; - nesmeten_A = mkA079 "" ; - nesmetnost_N = mkN049 "" ; - nesmilaem_A = mkA076 "" ; - nesmilaemost_N = mkN049 "" ; - nesmilatelen_A = mkA079 "" ; - nesmislen_A = mkA076 "" ; - nesml_ja_n_A = mkA076 "" ; - nesmuten_A = mkA079 "" ; - nesmutim_A = mkA076 "" ; - nesmutimost_N = mkN049 "" ; - nesmu_sht_avan_A = mkA076 "" ; - nesmu_sht_aem_A = mkA076 "" ; - nesnabden_A = mkA076 "" ; - nesnosen_A = mkA079 "" ; - nesolen_A = mkA076 "" ; - nesoliden_A = mkA079 "" ; - nesolidnost_N = mkN049 "" ; - nesortiran_A = mkA076 "" ; - nespazvane_N = mkN071 "" ; - nespazva_sht__A = mkA076 "" ; - nespas_ja_em_A = mkA076 "" ; - nespecializiran_A = mkA076 "" ; - nespecialist_N = mkN007 "" ; - nespecialistka_N = mkN041 "" ; - nespecifi_ch_en_A = mkA079 "" ; - nespe_ch_elen_A = mkA076 "" ; - nespir_N = mkN007 "" ; - nespira_sht__A = mkA076 "" ; - nespiren_A = mkA079 "" ; - nespodelen_A = mkA076 "" ; - nespokoen_A = mkA085 "" ; - nespokojstvie_N = mkN072 "" ; - nespokojstvo_N = mkN054 "" ; - nespoluka_N = mkN041 "" ; - nespolu_ch_liv_A = mkA076 "" ; - nespolu_ch_livost_N = mkN049 "" ; - nespomenat_A = mkA076 "" ; - nespontanen_A = mkA079 "" ; - nesporen_A = mkA079 "" ; - nesportsmenski_A = mkA078 "" ; - nesposoben_A = mkA079 "" ; - nesposobnost_N = mkN049 "" ; - nespravedliv_A = mkA076 "" ; - nespravedlivost_N = mkN049 "" ; - nesprav_ja_ne_N = mkN071 "" ; - nesprav_ja__sht__A = mkA076 "" ; - nespretnat_A = mkA076 "" ; - nespretnatost_N = mkN049 "" ; - nespyvan_A = mkA076 "" ; - nesrabotvane_N = mkN071 "" ; - nesravnen_A = mkA079 "" ; - nesravnim_A = mkA076 "" ; - nesravnimost_N = mkN049 "" ; - nesrastvane_N = mkN071 "" ; - nesresan_A = mkA076 "" ; - nesreta_N = mkN041 "" ; - nesreten_A = mkA079 "" ; - nesretnik_N = mkN014a "" ; - nesretnica_N = mkN041 "" ; - nesretni_sh_ki_A = mkA078 "" ; - nesre_sht_an_A = mkA076 "" ; - nesre_sht_a_sht__A = mkA076 "" ; - nesroden_A = mkA079 "" ; - nesrodnost_N = mkN049 "" ; - nesry_ch_en_A = mkA079 "" ; - nesry_ch_nost_N = mkN049 "" ; - nestabilen_A = mkA079 "" ; - nestabilnost_N = mkN049 "" ; - nestanal_A = mkA076 "" ; - nestandarten_A = mkA079 "" ; - nestaratelen_A = mkA079 "" ; - nestegnat_A = mkA076 "" ; - nestesnitelen_A = mkA079 "" ; - nestesn_ja_van_A = mkA076 "" ; - nestinar_N = mkN031a "" ; - nestinarka_N = mkN041 "" ; - nestinarstvo_N = mkN054 "" ; - nestip_ch_iv_A = mkA076 "" ; - nestihva_sht__A = mkA076 "" ; - nestrog_A = mkA076 "" ; - nestroevak_N = mkN014 "" ; - nestroevi_A = mkA078 "" ; - nestroen_A = mkA085 "" ; - nestrojnost_N = mkN049 "" ; - nestro_sh_en_A = mkA076 "" ; - nestruva_sht__A = mkA076 "" ; - nestrukturiran_A = mkA076 "" ; - nestudien_A = mkA085 "" ; - nesubsidiran_A = mkA076 "" ; - nesuverenen_A = mkA079 "" ; - nesueten_A = mkA079 "" ; - nesu_sh_en_A = mkA076 "" ; - neshvanat_A = mkA076 "" ; - neshvatliv_A = mkA076 "" ; - neshvatlivost_N = mkN049 "" ; - neshoden_A = mkA079 "" ; - neshodnost_N = mkN049 "" ; - neshodstvo_N = mkN054 "" ; - nesho_zj_da_sht__A = mkA076 "" ; - nesceni_ch_en_A = mkA079 "" ; - nes_ch_eten_A = mkA079 "" ; - nes_ch_upen_A = mkA076 "" ; - nesybiraem_A = mkA076 "" ; - nesyblaznitelen_A = mkA079 "" ; - nesybl_iu_davane_N = mkN071 "" ; - nesybl_iu_datelen_A = mkA079 "" ; - nesybl_iu_denie_N = mkN072 "" ; - nesybudenost_N = mkN049 "" ; - nesyvesten_A = mkA079 "" ; - nesyvmestim_A = mkA076 "" ; - nesyvmestimost_N = mkN049 "" ; - nesyvpadane_N = mkN071 "" ; - nesyvpada_sht__A = mkA076 "" ; - nesyvpadenie_N = mkN072 "" ; - nesyvyr_sh_en_A = mkA076 "" ; - nesyvyr_sh_enstvo_N = mkN054 "" ; - nesyglasen_A = mkA079 "" ; - nesyglasie_N = mkN072 "" ; - nesyglasuvan_A = mkA076 "" ; - nesyglasuvanost_N = mkN049 "" ; - nesyglasuem_A = mkA076 "" ; - nesyglasuemost_N = mkN049 "" ; - nesyden_A = mkA076 "" ; - nesyedinen_A = mkA076 "" ; - nesyzvu_ch_en_A = mkA079 "" ; - nesyzvu_ch_nost_N = mkN049 "" ; - nesyzercatelen_A = mkA079 "" ; - nesyznavane_N = mkN071 "" ; - nesyznava_sht__A = mkA076 "" ; - nesyznanie_N = mkN072 "" ; - nesyznatelen_A = mkA079 "" ; - nesyznatelnost_N = mkN049 "" ; - nesyzr_ja_n_A = mkA076 "" ; - nesyizmerim_A = mkA076 "" ; - nesyizmerimost_N = mkN049 "" ; - nesykraten_A = mkA076 "" ; - nesykratim_A = mkA076 "" ; - nesykratimost_N = mkN049 "" ; - nesykru_sh_im_A = mkA076 "" ; - nesykru_sh_imost_N = mkN049 "" ; - nesymnen_A = mkA076 "" ; - nesymnenost_N = mkN049 "" ; - nesynuvan_A = mkA076 "" ; - nesyobrazen_A = mkA076 "" ; - nesyobrazitelen_A = mkA079 "" ; - nesyobrazitelnost_N = mkN049 "" ; - nesyobraznost_N = mkN049 "" ; - nesyobraz_ja_vane_N = mkN071 "" ; - nesyob_sht_itelen_A = mkA079 "" ; - nesyotveten_A = mkA079 "" ; - nesyotvetstva_sht__A = mkA076 "" ; - nesyotvetstven_A = mkA076 "" ; - nesyotvetstvenost_N = mkN049 "" ; - nesyotvetstvie_N = mkN072 "" ; - nesyotvetstvuva_sht__A = mkA076 "" ; - nesyotno_sh_enie_N = mkN072 "" ; - nesypostavim_A = mkA076 "" ; - nesypri_ch_astnost_N = mkN049 "" ; - nesyprotiva_N = mkN041 "" ; - nesyrazmeren_A = mkA079 "" ; - nesyrazmernost_N = mkN049 "" ; - nesysredoto_ch_en_A = mkA076 "" ; - nesysredoto_ch_enost_N = mkN049 "" ; - nesystaven_A = mkA079 "" ; - nesysto_ja_telen_A = mkA079 "" ; - nesysto_ja_telnost_N = mkN049 "" ; - nesystradatelen_A = mkA079 "" ; - nesytvoren_A = mkA076 "" ; - nesy_ch_etan_A = mkA076 "" ; - nesy_ch_lenen_A = mkA076 "" ; - nesy_ch_lenenost_N = mkN049 "" ; - nesy_ch_uvstven_A = mkA076 "" ; - nesy_sht__A = mkA076 "" ; - nesy_sht_estven_A = mkA076 "" ; - nesy_sht_estvenost_N = mkN049 "" ; - nesy_sht_estvuvane_N = mkN071 "" ; - nesy_sht_estvuvanie_N = mkN072 "" ; - nesy_sht_estvuva_sht__A = mkA076 "" ; - netaen_A = mkA085 "" ; - netakti_ch_en_A = mkA079 "" ; - netakti_ch_nost_N = mkN049 "" ; - netalantliv_A = mkA076 "" ; - netvor_ch_eski_A = mkA078 "" ; - netvyrd_A = mkA076 "" ; - nete_zj_yk_A = mkA080 "" ; - netelesen_A = mkA079 "" ; - neten_A = mkA079 "" ; - netehni_ch_eski_A = mkA078 "" ; - netipi_ch_en_A = mkA079 "" ; - netituluvan_A = mkA076 "" ; - netlenen_A = mkA079 "" ; - netlennost_N = mkN049 "" ; - neto_N = mkN054 "" ; - netoksi_ch_en_A = mkA079 "" ; - netoleranten_A = mkA079 "" ; - netolerantnost_N = mkN049 "" ; - netopim_A = mkA076 "" ; - netopimost_N = mkN049 "" ; - netoploprovoden_A = mkA079 "" ; - netopyl_A = mkA080 "" ; - neto_ch_en_A = mkA079 "" ; - neto_ch_nost_N = mkN049 "" ; - netraen_A = mkA085 "" ; - netrajnost_N = mkN049 "" ; - netransliran_A = mkA076 "" ; - netrezv_A = mkA076 "" ; - netrezven_A = mkA076 "" ; - netrezvenost_N = mkN049 "" ; - netreniran_A = mkA076 "" ; - netrepva_sht__A = mkA076 "" ; - netro_sh_liv_A = mkA076 "" ; - netrudov_A = mkA076 "" ; - netrudosposoben_A = mkA079 "" ; - netrudosposobnost_N = mkN049 "" ; - netryp_ch_iv_A = mkA076 "" ; - netuka_sh_en_A = mkA079 "" ; - nety_zj_destven_A = mkA076 "" ; - netynyk_A = mkA080 "" ; - netyrgovski_A = mkA078 "" ; - netyrpeliv_A = mkA076 "" ; - netyrpelivost_N = mkN049 "" ; - netyrpenie_N = mkN072 "" ; - netyrpim_A = mkA076 "" ; - netyrpimost_N = mkN049 "" ; - netyrp_ja__sht__A = mkA076 "" ; - netyrsen_A = mkA076 "" ; - neubeden_A = mkA076 "" ; - neubedenost_N = mkN049 "" ; - neubedim_A = mkA076 "" ; - neubedimost_N = mkN049 "" ; - neubeditelen_A = mkA079 "" ; - neubeditelnost_N = mkN049 "" ; - neuva_zj_en_A = mkA076 "" ; - neuva_zj_enie_N = mkN072 "" ; - neuva_zj_itelen_A = mkA079 "" ; - neuvedomen_A = mkA076 "" ; - neuveren_A = mkA076 "" ; - neuverenost_N = mkN049 "" ; - neuv_ja_hva_sht__A = mkA076 "" ; - neuv_ja_hnal_A = mkA076 "" ; - neugasva_sht__A = mkA076 "" ; - neugasen_A = mkA076 "" ; - neugasim_A = mkA076 "" ; - neugasnal_A = mkA076 "" ; - neugleden_A = mkA079 "" ; - neuglednost_N = mkN049 "" ; - neugneten_A = mkA076 "" ; - neugoda_N = mkN041 "" ; - neugoden_A = mkA079 "" ; - neugodnost_N = mkN049 "" ; - neugoen_A = mkA076 "" ; - neudaren_A = mkA079 "" ; - neuda_ch_a_N = mkN041 "" ; - neuda_ch_en_A = mkA079 "" ; - neuda_ch_nik_N = mkN014a "" ; - neuda_ch_nica_N = mkN041 "" ; - neuda_ch_nost_N = mkN049 "" ; - neudoben_A = mkA079 "" ; - neudobstvo_N = mkN054 "" ; - neudovletvoren_A = mkA076 "" ; - neudovletvorenie_N = mkN072 "" ; - neudovletvorenost_N = mkN049 "" ; - neudovletvoritelen_A = mkA079 "" ; - neudovletvoritelnost_N = mkN049 "" ; - neudovolstvie_N = mkN072 "" ; - neudoletvorenost_N = mkN049 "" ; - neudyr_zj_an_A = mkA076 "" ; - neudyr_zj_ane_N = mkN071 "" ; - neudyr_zj_im_A = mkA076 "" ; - neudyr_zj_imost_N = mkN049 "" ; - neuzakonen_A = mkA076 "" ; - neuznavaem_A = mkA076 "" ; - neuznavaemost_N = mkN049 "" ; - neuzr_ja_l_A = mkA081 "" ; - neuk_A = mkA076 "" ; - neukrasen_A = mkA076 "" ; - neukrepen_A = mkA076 "" ; - neukrepnal_A = mkA076 "" ; - neukrepnalost_N = mkN049 "" ; - neukrotim_A = mkA076 "" ; - neukrotimost_N = mkN049 "" ; - neulegnal_A = mkA076 "" ; - neulegnalost_N = mkN049 "" ; - neulovim_A = mkA076 "" ; - neulovimost_N = mkN049 "" ; - neulu_ch_vane_N = mkN071 "" ; - neulu_ch_en_A = mkA076 "" ; - neumel_A = mkA076 "" ; - neumelost_N = mkN049 "" ; - neumenie_N = mkN072 "" ; - neumeren_A = mkA076 "" ; - neumerenost_N = mkN049 "" ; - neumesten_A = mkA079 "" ; - neumestnost_N = mkN049 "" ; - neumira_sht__A = mkA076 "" ; - neumirim_A = mkA076 "" ; - neumi_sh_len_A = mkA076 "" ; - neumi_sh_lenost_N = mkN049 "" ; - neumolim_A = mkA076 "" ; - neumolimost_N = mkN049 "" ; - neumoren_A = mkA079 "" ; - neumorim_A = mkA076 "" ; - neumorimost_N = mkN049 "" ; - neumornost_N = mkN049 "" ; - neuni_sht_o_zj_en_A = mkA076 "" ; - neuni_sht_o_zj_im_A = mkA076 "" ; - neupomenat_A = mkA076 "" ; - neupotreba_N = mkN041 "" ; - neupotreben_A = mkA076 "" ; - neupotrebim_A = mkA076 "" ; - neupotrebitelen_A = mkA079 "" ; - neupotreb_ja_van_A = mkA076 "" ; - neupotreb_ja_vane_N = mkN071 "" ; - neupotreb_ja_em_A = mkA076 "" ; - neupotreb_ja_emost_N = mkN049 "" ; - neupravi_ja__N = mkN047 "" ; - neupravl_ja_van_A = mkA076 "" ; - neupravl_ja_em_A = mkA076 "" ; - neupra_zj_nen_A = mkA076 "" ; - neupra_zj_n_ja_vane_N = mkN071 "" ; - neupren_N = mkN007 "" ; - neupylnomo_sht_en_A = mkA076 "" ; - neuravnovesen_A = mkA076 "" ; - neuravnovesenost_N = mkN049 "" ; - neureden_A = mkA076 "" ; - neuredenost_N = mkN049 "" ; - neuredica_N = mkN041 "" ; - neurednost_N = mkN049 "" ; - neuro_zj_aj_N = mkN032 "" ; - neusvoen_A = mkA076 "" ; - neusednal_A = mkA076 "" ; - neuseten_A = mkA079 "" ; - neuslu_zj_liv_A = mkA076 "" ; - neuslu_zj_livost_N = mkN049 "" ; - neusmirim_A = mkA076 "" ; - neuspevaemost_N = mkN049 "" ; - neuspeh_N = mkN007 "" ; - neuspe_sh_en_A = mkA079 "" ; - neuspoko_ja_va_sht__A = mkA076 "" ; - neusp_ja_l_A = mkA076 "" ; - neustanoven_A = mkA076 "" ; - neustanovenost_N = mkN049 "" ; - neustanovim_A = mkA076 "" ; - neustoim_A = mkA076 "" ; - neustojka_N = mkN041 "" ; - neustoj_ch_iv_A = mkA076 "" ; - neustoj_ch_ivost_N = mkN049 "" ; - neustra_sh_im_A = mkA076 "" ; - neustra_sh_imost_N = mkN049 "" ; - neusyrden_A = mkA079 "" ; - neutaen_A = mkA076 "" ; - neutalo_zj_en_A = mkA076 "" ; - neutvyrden_A = mkA076 "" ; - neute_sh_en_A = mkA079 "" ; - neute_sh_im_A = mkA076 "" ; - neute_sh_imost_N = mkN049 "" ; - neute_sh_itelen_A = mkA079 "" ; - neutolen_A = mkA076 "" ; - neutolenost_N = mkN049 "" ; - neutolim_A = mkA076 "" ; - neutolimost_N = mkN049 "" ; - neuto_ch_nen_A = mkA076 "" ; - neuto_ch_nenost_N = mkN049 "" ; - neutralen_A = mkA079 "" ; - neutralizator_N = mkN007 "" ; - neutralizaci_ja__N = mkN047 "" ; - neutraliziram_V = stateV (mkV186 "") ; - neutralizirane_N = mkN071 "" ; - neutralitet_N = mkN007 "" ; - neutralnost_N = mkN049 "" ; - neutrino_N = mkN065 "" ; - neutron_N = mkN007 "" ; - neutronen_A = mkA079 "" ; - neutypkan_A = mkA076 "" ; - neu_ch_asten_A = mkA079 "" ; - neu_ch_astie_N = mkN072 "" ; - neu_ch_en_A = mkA076 "" ; - neu_ch_tiv_A = mkA076 "" ; - neu_ch_tivost_N = mkN049 "" ; - neu_iu_ten_A = mkA079 "" ; - neu_iu_tnost_N = mkN049 "" ; - neu_ja_zven_A = mkA076 "" ; - neu_ja_zvim_A = mkA076 "" ; - neu_ja_zvimost_N = mkN049 "" ; - nefabri_ch_en_A = mkA079 "" ; - nefal_sh_iv_A = mkA076 "" ; - nefal_sh_ificiran_A = mkA076 "" ; - nefamiliariziran_A = mkA076 "" ; - nefelen_A = mkA079 "" ; - nefermentiral_A = mkA076 "" ; - nefigurira_sht__A = mkA076 "" ; - nefizi_ch_eski_A = mkA078 "" ; - neformalen_A = mkA079 "" ; - neformatiran_A = mkA076 "" ; - neformiran_A = mkA076 "" ; - nefotogeni_ch_en_A = mkA079 "" ; - nefriziran_A = mkA076 "" ; - nefrit_N = mkN007 "" ; - neft_N = mkN001 "" ; - neften_A = mkA076 "" ; - neftodaen_A = mkA085 "" ; - neftodobiv_N = mkN007 "" ; - neftodobiven_A = mkA079 "" ; - neftonahodi_sht_e_N = mkN066 "" ; - neftonosen_A = mkA079 "" ; - neftoprerabotvane_N = mkN071 "" ; - neftoprerabotvatelen_A = mkA079 "" ; - neftoprerabotva_sht__A = mkA076 "" ; - neftoprovod_N = mkN007 "" ; - neftoprodukt_N = mkN007 "" ; - neftohimi_ch_en_A = mkA079 "" ; - neftohimi_ja__N = mkN047 "" ; - neftohranili_sht_e_N = mkN066 "" ; - nefunkcionira_sht__A = mkA076 "" ; - nehaen_A = mkA085 "" ; - nehaene_N = mkN071 "" ; - nehajnik_N = mkN014a "" ; - nehajnica_N = mkN041 "" ; - nehajnost_N = mkN049 "" ; - nehajstvo_N = mkN054 "" ; - neharakteren_A = mkA079 "" ; - neharesvane_N = mkN071 "" ; - neharmoni_ch_en_A = mkA079 "" ; - neha_ja__V = stateV (mkV162 "") ; - nehermetiziran_A = mkA076 "" ; - nehermeti_ch_en_A = mkA079 "" ; - nehermeti_ch_nost_N = mkN049 "" ; - nehigieni_ch_en_A = mkA079 "" ; - nehigieni_ch_nost_N = mkN049 "" ; - nehigroskopi_ch_en_A = mkA079 "" ; - nehigroskopi_ch_nost_N = mkN049 "" ; - nehorizontalen_A = mkA079 "" ; - nehranen_A = mkA076 "" ; - nehranimajka_N = mkN038 "" ; - nehranimajko_N = mkN040 "" ; - nehranitelen_A = mkA079 "" ; - nehristi_ja_nin_N = mkN018 "" ; - nehristi_ja_nka_N = mkN041 "" ; - nehristi_ja_nski_A = mkA078 "" ; - nehudo_zj_estven_A = mkA076 "" ; - nehumanen_A = mkA079 "" ; - necarstven_A = mkA076 "" ; - necvetonosen_A = mkA079 "" ; - necelesyobrazen_A = mkA079 "" ; - necelesyobraznost_N = mkN049 "" ; - necelomydren_A = mkA076 "" ; - necelomydrenost_N = mkN049 "" ; - necelomydrie_N = mkN072 "" ; - necenen_A = mkA079 "" ; - necenzuren_A = mkA079 "" ; - necenzuriran_A = mkA076 "" ; - necenzurnost_N = mkN049 "" ; - necentralen_A = mkA079 "" ; - necentriran_A = mkA076 "" ; - necivilizovan_A = mkA076 "" ; - neciganski_A = mkA078 "" ; - necitiran_A = mkA076 "" ; - necyrkoven_A = mkA079 "" ; - nec_ja_losten_A = mkA079 "" ; - ne_ch_akan_A = mkA076 "" ; - ne_ch_esten_A = mkA079 "" ; - ne_ch_estiv_A = mkA076 "" ; - ne_ch_estivec_N = mkN008a "" ; - ne_ch_estivost_N = mkN049 "" ; - ne_ch_estnost_N = mkN049 "" ; - ne_ch_estol_iu_biv_A = mkA076 "" ; - ne_ch_eten_A = mkA079 "" ; - ne_ch_etliv_A = mkA076 "" ; - ne_ch_etlivost_N = mkN049 "" ; - ne_ch_ist_A = mkA076 "" ; - ne_ch_istokryven_A = mkA079 "" ; - ne_ch_istoplyten_A = mkA079 "" ; - ne_ch_istoplytnost_N = mkN049 "" ; - ne_ch_istota_N = mkN041 "" ; - ne_ch_istoti_ja__N = mkN047 "" ; - ne_ch_itaem_A = mkA076 "" ; - ne_ch_iftokopiten_A = mkA079 "" ; - ne_ch_iftosan_A = mkA076 "" ; - ne_ch_lenorazdelen_A = mkA079 "" ; - ne_ch_lenorazdelnost_N = mkN049 "" ; - ne_ch_lenuva_sht__A = mkA076 "" ; - ne_ch_ove_ch_en_A = mkA079 "" ; - ne_ch_ove_ch_nost_N = mkN049 "" ; - ne_ch_ove_sh_ki_A = mkA078 "" ; - ne_ch_uvan_A = mkA076 "" ; - ne_ch_uvstvitelen_A = mkA079 "" ; - ne_ch_uvstvitelnost_N = mkN049 "" ; - ne_ch_upliv_A = mkA076 "" ; - ne_ch_uplivost_N = mkN049 "" ; - ne_ch_ut_A = mkA076 "" ; - ne_sh_ablonen_A = mkA079 "" ; - ne_sh_ifrovan_A = mkA076 "" ; - ne_sh_koluvan_A = mkA076 "" ; - ne_sh_lifovan_A = mkA076 "" ; - ne_sh_um_ja__sht__A = mkA076 "" ; - ne_sht_aven_A = mkA076 "" ; - ne_sht_asten_A = mkA079 "" ; - ne_sht_astie_N = mkN072 "" ; - ne_sht_astnik_N = mkN014a "" ; - ne_sht_astnica_N = mkN041 "" ; - ne_sht_aten_A = mkA079 "" ; - ne_sht_ica_N = mkN074 "" ; - ne_sht_o_N = mkN054 "" ; - ne_ja_ven_A = mkA079 "" ; - ne_ja_vil_A = mkA076 "" ; - ne_ja_v_ja_vane_N = mkN071 "" ; - ne_ja_ryk_A = mkA080 "" ; - ne_ja_sen_A = mkA079 "" ; - ne_ja_snost_N = mkN049 "" ; - ne_ja_snota_N = mkN041 "" ; - niagarski_A = mkA078 "" ; - niva_N = mkN041 "" ; - nivelator_N = mkN007 "" ; - nivelacionen_A = mkA079 "" ; - nivelaci_ja__N = mkN047 "" ; - nivelir_N = mkN007 "" ; - niveliram_V = stateV (mkV186 "") ; - nivelirane_N = mkN071 "" ; - nivelirovka_N = mkN041 "" ; - nivo_N = mkN054 "" ; - nivomer_N = mkN007 "" ; - nivopokazatel_N = mkN031 "" ; - nigeriec_N = mkN013 "" ; - nigerijka_N = mkN041 "" ; - nigerijski_A = mkA078 "" ; - ni_zj_a_V = stateV (mkV156 "") ; - niz_N = mkN001 "" ; - nizane_N = mkN071 "" ; - nizvergvam_V = stateV (mkV186 "") ; - nizvergvane_N = mkN071 "" ; - nizvergnat_A = mkA076 "" ; - nizvyrgvam_V = stateV (mkV186 "") ; - nizvyrgvane_N = mkN071 "" ; - nizina_N = mkN041 "" ; - nizkopoklonen_A = mkA079 "" ; - nizkopoklonnik_N = mkN014 "" ; - nizkopoklonni_ch_eski_A = mkA078 "" ; - nizkopoklonni_ch_estvo_N = mkN054 "" ; - nizkopoklonstvo_N = mkN054 "" ; - nizov_A = mkA076 "" ; - nizost_N = mkN049 "" ; - nizhod_ja__sht__A = mkA076 "" ; - niz_sh__A = mkA077 "" ; - nizyk_A = mkA080 "" ; - nikakvec_N = mkN008a "" ; - nikakvica_N = mkN041 "" ; - nikaraguanec_N = mkN008a "" ; - nikaraguanski_A = mkA078 "" ; - nikel_N = mkN007 "" ; - nikeliram_V = stateV (mkV186 "") ; - nikeliran_A = mkA076 "" ; - nikelirane_N = mkN071 "" ; - nikelirovka_N = mkN041 "" ; - nikelov_A = mkA076 "" ; - nikna_V = stateV (mkV152 "") ; - niknene_N = mkN071 "" ; - nikotin_N = mkN007 "" ; - nikotinizym_N = mkN011 "" ; - nikotinov_A = mkA076 "" ; - niktalopi_ja__N = mkN047 "" ; - nilski_A = mkA078 "" ; - nimfa_N = mkN041 "" ; - nimfetka_N = mkN041 "" ; - nimfomani_ja__N = mkN047 "" ; - nimfomanka_N = mkN041 "" ; - nipel_N = mkN007 "" ; - nirvana_N = mkN041 "" ; - nisi_ch_yk_A = mkA080 "" ; - niskovoltov_A = mkA076 "" ; - niskokalori_ch_en_A = mkA079 "" ; - niskoplaninski_A = mkA078 "" ; - niskoplaten_A = mkA076 "" ; - niskopodstrigan_A = mkA076 "" ; - niskorast_ja__sht__A = mkA076 "" ; - niskorasyl_A = mkA080 "" ; - niskosteblen_A = mkA076 "" ; - niskosto_ja__sht__A = mkA076 "" ; - niskostyblen_A = mkA076 "" ; - niskotemperaturen_A = mkA079 "" ; - nis_sh__A = mkA077 "" ; - nisyk_A = mkA080 "" ; - nit_N = mkN001 "" ; - nitov_A = mkA076 "" ; - nitovam_V = stateV (mkV186 "") ; - nitovane_N = mkN071 "" ; - nitova_ch__N = mkN007 "" ; - nitovy_ch_en_A = mkA079 "" ; - nitrat_N = mkN007 "" ; - nitraci_ja__N = mkN047 "" ; - nitrifikaci_ja__N = mkN047 "" ; - nitrobenzol_N = mkN007 "" ; - nitroglicerin_N = mkN007 "" ; - nitrolak_N = mkN001 "" ; - nitroceluloza_N = mkN041 "" ; - nihilzym_N = mkN011 "" ; - nihilizym_N = mkN011 "" ; - nihilist_N = mkN007 "" ; - nihilisti_ch_en_A = mkA079 "" ; - nihilisti_ch_eski_A = mkA078 "" ; - nihilistka_N = mkN041 "" ; - nic_sh_eanstvo_N = mkN054 "" ; - ni_sh_a_N = mkN041 "" ; - ni_sh_adyr_N = mkN007 "" ; - ni_sh_adyren_A = mkA079 "" ; - ni_sh_an_N = mkN007 "" ; - ni_sh_este_N = mkN065 "" ; - ni_sh_esten_A = mkA079 "" ; - ni_sh_ka_N = mkN041 "" ; - ni_sh_ki_A = mkA078 "" ; - ni_sh_koviden_A = mkA079 "" ; - ni_sh_koobrazen_A = mkA079 "" ; - ni_sht_elka_N = mkN041 "" ; - ni_sht_eta_N = mkN041 "" ; - ni_sht_o_zj_en_A = mkA079 "" ; - ni_sht_o_zj_estvo_N = mkN054 "" ; - ni_sht_o_zj_nost_N = mkN049 "" ; - ni_sht__ja__V = stateV (mkV173 "") ; - nobelist_N = mkN007 "" ; - nobelov_A = mkA076 "" ; - nov_A = mkA076 "" ; - novak_N = mkN014 "" ; - novator_N = mkN007 "" ; - novatorka_N = mkN041 "" ; - novatorski_A = mkA078 "" ; - novatorstvam_V = stateV (mkV186 "") ; - novatorstvane_N = mkN071 "" ; - novatorstvo_N = mkN054 "" ; - novaci_ja__N = mkN047 "" ; - novela_N = mkN041 "" ; - novelist_N = mkN007 "" ; - novelistka_N = mkN041 "" ; - noveni_ch_yk_A = mkA080 "" ; - novina_N = mkN041 "" ; - novinarski_A = mkA078 "" ; - novi_ch_yk_A = mkA080 "" ; - novobogata_sh__N = mkN007 "" ; - novobogata_sh_ki_A = mkA078 "" ; - novobranec_N = mkN008a "" ; - novobranski_A = mkA078 "" ; - novobra_ch_en_A = mkA079 "" ; - novovyveden_A = mkA076 "" ; - novovyvedenie_N = mkN072 "" ; - novovyzniknal_A = mkA076 "" ; - novogodi_sh_en_A = mkA079 "" ; - novogrycki_A = mkA078 "" ; - novodomec_N = mkN008a "" ; - novodo_sh_yl_A = mkA080 "" ; - novozabogat_ja_l_A = mkA076 "" ; - novozaveten_A = mkA079 "" ; - novozaet_A = mkA076 "" ; - novozapisan_A = mkA076 "" ; - novozaselil_A = mkA076 "" ; - novozelandec_N = mkN008a "" ; - novozelandka_N = mkN041 "" ; - novozelandski_A = mkA078 "" ; - novoizbran_A = mkA076 "" ; - novoizdaden_A = mkA076 "" ; - novoizkovan_A = mkA076 "" ; - novoizl_iu_pen_A = mkA076 "" ; - novoizmislen_A = mkA076 "" ; - novoiznameren_A = mkA076 "" ; - novoizpe_ch_en_A = mkA076 "" ; - novoinstaliran_A = mkA076 "" ; - novokamenen_A = mkA079 "" ; - novolunie_N = mkN072 "" ; - novomoden_A = mkA079 "" ; - novonazna_ch_en_A = mkA076 "" ; - novoobrazovanie_N = mkN072 "" ; - novoobrazuvan_A = mkA076 "" ; - novoomy_zj_en_A = mkA076 "" ; - novoosvoboden_A = mkA076 "" ; - novoosnovan_A = mkA076 "" ; - novootvoren_A = mkA076 "" ; - novootkrit_A = mkA076 "" ; - novopokrystvane_N = mkN071 "" ; - novopokrysten_A = mkA076 "" ; - novoposveten_A = mkA076 "" ; - novopostroen_A = mkA076 "" ; - novopostypil_A = mkA076 "" ; - novopo_ja_vil_A = mkA076 "" ; - novopridobit_A = mkA076 "" ; - novopriet_A = mkA076 "" ; - novopristignal_A = mkA076 "" ; - novoroden_A = mkA076 "" ; - novoselec_N = mkN008a "" ; - novost_N = mkN049 "" ; - novostartiran_A = mkA076 "" ; - novosyzdaden_A = mkA076 "" ; - novotel_N = mkN007 "" ; - novou_ch_reden_A = mkA076 "" ; - noga_N = mkN046 "" ; - noev_A = mkA076 "" ; - noemvrijski_A = mkA078 "" ; - no_zj__N = mkN001 "" ; - no_zj_ar_N = mkN007 "" ; - no_zj_arski_A = mkA078 "" ; - no_zj_arstvo_N = mkN054 "" ; - no_zj_ica_N = mkN041 "" ; - no_zj_i_ch_ka_N = mkN041 "" ; - no_zj_nica_N = mkN041 "" ; - no_zj_ovka_N = mkN041 "" ; - no_zj_odyr_zj_a_ch__N = mkN007 "" ; - no_zj__ch_e_N = mkN065 "" ; - nozdra_N = mkN041 "" ; - nozologi_ja__N = mkN047 "" ; - nokaut_N = mkN007 "" ; - nokautiram_V = stateV (mkV186 "") ; - nokautirane_N = mkN071 "" ; - nokdaun_N = mkN007 "" ; - nokyt_N = mkN034 "" ; - nomad_N = mkN007 "" ; - nomadski_A = mkA078 "" ; - nomenklatura_N = mkN041 "" ; - nomer_N = mkN022 "" ; - nomerator_N = mkN007 "" ; - nomeraci_ja__N = mkN047 "" ; - nomeriram_V = stateV (mkV186 "") ; - nomerirane_N = mkN071 "" ; - nomer_ch_e_N = mkN065 "" ; - nominalen_A = mkA079 "" ; - nominalizym_N = mkN011 "" ; - nominaci_ja__N = mkN047 "" ; - nomograma_N = mkN041 "" ; - noologi_ja__N = mkN047 "" ; - norve_zj_ec_N = mkN008a "" ; - norve_zj_ka_N = mkN041 "" ; - norve_zj_ki_A = mkA078 "" ; - norka_N = mkN041 "" ; - norma_N = mkN041 "" ; - normalen_A = mkA079 "" ; - normalizator_N = mkN007 "" ; - normalizaci_ja__N = mkN047 "" ; - normaliziram_V = stateV (mkV186 "") ; - normalizirane_N = mkN071 "" ; - normalnost_N = mkN049 "" ; - normandec_N = mkN008a "" ; - normandka_N = mkN041 "" ; - normandski_A = mkA078 "" ; - normanin_N = mkN018 "" ; - normativ_A = mkA076 "" ; - normativen_A = mkA079 "" ; - normiram_V = stateV (mkV186 "") ; - normirane_N = mkN071 "" ; - normirovka_N = mkN041 "" ; - normirov_ch_ik_N = mkN014 "" ; - nos_N = mkN001 "" ; - nosa_ch__N = mkN007b "" ; - nosa_ch_ka_N = mkN041 "" ; - nosen_A = mkA079 "" ; - nosene_N = mkN071 "" ; - nosilka_N = mkN041 "" ; - nosilo_N = mkN054 "" ; - nositel_N = mkN031a "" ; - nositelka_N = mkN041 "" ; - nosi_ja__N = mkN047 "" ; - noslivost_N = mkN049 "" ; - nosov_A = mkA076 "" ; - nosoglytka_N = mkN041 "" ; - nosografi_ja__N = mkN047 "" ; - nosolog_N = mkN015 "" ; - nosologi_ja__N = mkN047 "" ; - nosomani_ja__N = mkN047 "" ; - nosorog_N = mkN015 "" ; - nosofobi_ja__N = mkN047 "" ; - nostalgi_ch_en_A = mkA079 "" ; - nostalgi_ja__N = mkN047 "" ; - nos_ja__V = stateV (mkV173 "") ; - nota_N = mkN041 "" ; - notarialen_A = mkA079 "" ; - notariat_N = mkN007 "" ; - notarius_N = mkN007a "" ; - notaci_ja__N = mkN047 "" ; - noten_A = mkA079 "" ; - notiram_V = stateV (mkV186 "") ; - notirane_N = mkN071 "" ; - notifikaci_ja__N = mkN047 "" ; - notificiram_V = stateV (mkV186 "") ; - notificirane_N = mkN071 "" ; - notka_N = mkN041 "" ; - no_sht__N = mkN049 "" ; - no_sht_en_A = mkA079 "" ; - no_sht_es_N = mkN007 "" ; - no_sht_nica_N = mkN041 "" ; - no_sht_uvam_V = stateV (mkV186 "") ; - no_sht_uvane_N = mkN071 "" ; - no_sht_uvka_N = mkN041 "" ; - nrav_N = mkN007 "" ; - nravene_N = mkN071 "" ; - nravou_ch_enie_N = mkN072 "" ; - nravou_ch_itel_N = mkN031 "" ; - nravou_ch_itelen_A = mkA079 "" ; - nravstven_A = mkA076 "" ; - nravstvenost_N = mkN049 "" ; - nrav_ja__V = stateV (mkV173 "") ; - nudizym_N = mkN011 "" ; - nudist_N = mkN007 "" ; - nudistka_N = mkN041 "" ; - nudistki_A = mkA078 "" ; - nu_zj_da_N = mkN041 "" ; - nu_zj_da_ja__V = stateV (mkV161 "") ; - nu_zj_en_A = mkA079 "" ; - nu_zj_nik_N = mkN014 "" ; - nukleid_N = mkN007 "" ; - nuklein_N = mkN007 "" ; - nukleinov_A = mkA076 "" ; - nulev_A = mkA076 "" ; - nulifikaci_ja__N = mkN047 "" ; - nulificiram_V = stateV (mkV186 "") ; - nulificirane_N = mkN071 "" ; - numizmatik_N = mkN014 "" ; - numizmatika_N = mkN041 "" ; - numizmati_ch_en_A = mkA079 "" ; - nuncij_N = mkN032 "" ; - n_iu_ans_N = mkN007 "" ; - n_iu_ansiram_V = stateV (mkV186 "") ; - n_iu_ansiran_A = mkA076 "" ; - n_iu_ansirane_N = mkN071 "" ; - n_iu_ansirovka_N = mkN041 "" ; - n_iu_jorkski_A = mkA078 "" ; - n_iu_jork_ch_anin_N = mkN018 "" ; - n_iu_tonov_A = mkA076 "" ; - n_iu_h_N = mkN001 "" ; - n_ja_koga_sh_en_A = mkA079 "" ; - n_ja_kolkogodi_sh_en_A = mkA079 "" ; - n_ja_kolkodneven_A = mkA079 "" ; - n_ja_kolkokraten_A = mkA079 "" ; - n_ja_kolkomese_ch_en_A = mkA079 "" ; - n_ja_kolkosedmi_ch_en_A = mkA079 "" ; - n_ja_kolko_ch_asov_A = mkA076 "" ; - n_ja_kyde_sh_en_A = mkA079 "" ; - n_ja_m_A = mkA081 "" ; - n_ja_mam_V = stateV (mkV186 "") ; - n_ja_mane_N = mkN071 "" ; - n_ja_nka_N = mkN041 "" ; - oagn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - oagn_ja_ne_N = mkN071 "" ; - oazis_N = mkN007 "" ; - obagn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - obagn_ja_ne_N = mkN071 "" ; - obagr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - obagr_ja_ne_N = mkN071 "" ; - oba_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - oba_zj_dane_N = mkN071 "" ; - obajvam_V = actionV (mkV186 "") (mkV162 "") ; - obajvane_N = mkN071 "" ; - obarvam_V = actionV (mkV186 "") (mkV186 "") ; - obarvane_N = mkN071 "" ; - oba_ja_n_A = mkA076 "" ; - oba_ja_nie_N = mkN072 "" ; - oba_ja_tel_N = mkN031a "" ; - oba_ja_telen_A = mkA079 "" ; - oba_ja_telka_N = mkN041 "" ; - oba_ja_telnost_N = mkN049 "" ; - obvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obvar_ja_vane_N = mkN071 "" ; - obvesvam_V = actionV (mkV186 "") (mkV173 "") ; - obvesvane_N = mkN071 "" ; - obvetren_A = mkA076 "" ; - obvivam_V = actionV (mkV186 "") (mkV163 "") ; - obvivane_N = mkN071 "" ; - obviven_A = mkA079 "" ; - obvivka_N = mkN041 "" ; - obvinenie_N = mkN072 "" ; - obvinitel_N = mkN031a "" ; - obvinitelen_A = mkA079 "" ; - obvinitelka_N = mkN041 "" ; - obvin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obvin_ja_vane_N = mkN071 "" ; - obvin_ja_em_A = mkA076 "" ; - obvisvam_V = actionV (mkV186 "") (mkV177 "") ; - obvisvane_N = mkN071 "" ; - obvyrzanost_N = mkN049 "" ; - obvyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - obvyrzvane_N = mkN071 "" ; - obv_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - obv_ja_vane_N = mkN071 "" ; - obgazen_A = mkA076 "" ; - obgaz_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - obgar_N = mkN007 "" ; - obgar_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - obgar_ja_ne_N = mkN071 "" ; - obgor_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - obgor_ja_vane_N = mkN071 "" ; - obgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - obgra_zj_dane_N = mkN071 "" ; - obgrizvam_V = actionV (mkV186 "") (mkV151 "") ; - obgrizvane_N = mkN071 "" ; - obgry_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - obgry_sht_ane_N = mkN071 "" ; - obgyrna_V = stateV (mkV152 "") ; - obed_N = mkN007 "" ; - obeden_A = mkA079 "" ; - obedinen_A = mkA076 "" ; - obedinenie_N = mkN072 "" ; - obedinenost_N = mkN049 "" ; - obedinitel_N = mkN031a "" ; - obedinitelen_A = mkA079 "" ; - obedin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obedin_ja_vane_N = mkN071 "" ; - obedne_ja__V = stateV (mkV160 "") ; - obedn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obedn_ja_vane_N = mkN071 "" ; - obezatelen_A = mkA079 "" ; - obezbol_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - obezbol_ja_vane_N = mkN071 "" ; - obezverenie_N = mkN072 "" ; - obezverenost_N = mkN049 "" ; - obezver_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezver_ja_vane_N = mkN071 "" ; - obezvodn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezvodn_ja_vane_N = mkN071 "" ; - obezvreditelen_A = mkA079 "" ; - obezvred_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezvred_ja_vane_N = mkN071 "" ; - obezvre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - obezvre_zj_dane_N = mkN071 "" ; - obezvygl_ja_vane_N = mkN071 "" ; - obezvyzmezden_A = mkA076 "" ; - obezvy_sh_l_ja_vam_V = stateV (mkV186 "") ; - obezvy_sh_l_ja_vane_N = mkN071 "" ; - obezgaz_ja_vane_N = mkN071 "" ; - obezglav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezglav_ja_vane_N = mkN071 "" ; - obezdvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - obezdvi_zj_vane_N = mkN071 "" ; - obezdvi_zj_en_A = mkA076 "" ; - obezzarazen_A = mkA076 "" ; - obezzarazenost_N = mkN049 "" ; - obezzarazitelen_A = mkA079 "" ; - obezzaraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezzaraz_ja_vane_N = mkN071 "" ; - obezzvu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - obezzvu_ch_avane_N = mkN071 "" ; - obezzvu_ch_en_A = mkA076 "" ; - obezkosm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezkosm_ja_vane_N = mkN071 "" ; - obezkosten_A = mkA076 "" ; - obezkost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezkril_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezkril_ja_vane_N = mkN071 "" ; - obezkryv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezkryv_ja_vane_N = mkN071 "" ; - obezkura_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezkura_zj_avane_N = mkN071 "" ; - obezkura_zj_itelen_A = mkA079 "" ; - obezles_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezles_ja_vane_N = mkN071 "" ; - obezlistvam_V = actionV (mkV186 "") (mkV173 "") ; - obezlistvane_N = mkN071 "" ; - obezli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezli_ch_avane_N = mkN071 "" ; - obezl_iu_d_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezl_iu_d_ja_vane_N = mkN071 "" ; - obezmasl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezmasl_ja_vane_N = mkN071 "" ; - obezmit_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezmit_ja_vane_N = mkN071 "" ; - obeznade_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - obeznade_zj_davane_N = mkN071 "" ; - obeznade_zj_denost_N = mkN049 "" ; - obeznasled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obeznasled_ja_vane_N = mkN071 "" ; - obezobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezobraz_ja_vane_N = mkN071 "" ; - obezopasitelen_A = mkA079 "" ; - obezopas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezopas_ja_vane_N = mkN071 "" ; - obezory_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezory_zj_avane_N = mkN071 "" ; - obezpe_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezpe_ch_avane_N = mkN071 "" ; - obezpe_ch_en_A = mkA076 "" ; - obezpe_ch_enie_N = mkN072 "" ; - obezpe_ch_enost_N = mkN049 "" ; - obezpe_ch_itelen_A = mkA079 "" ; - obezplod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezplod_ja_vane_N = mkN071 "" ; - obezpokoitelen_A = mkA079 "" ; - obezpoko_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - obezpoko_ja_vane_N = mkN071 "" ; - obezpravenost_N = mkN049 "" ; - obezprav_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - obezprav_ja_vane_N = mkN071 "" ; - obezprav_ja_ne_N = mkN071 "" ; - obezpra_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezpra_sh_avane_N = mkN071 "" ; - obezpra_sh_itel_N = mkN031 "" ; - obezsilvam_V = actionV (mkV186 "") (mkV173 "") ; - obezsilvane_N = mkN071 "" ; - obezsilenost_N = mkN049 "" ; - obezsmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - obezsmisl_ja_ne_N = mkN071 "" ; - obezsmyrt_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezsmyrt_ja_vane_N = mkN071 "" ; - obezsol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezsol_ja_vane_N = mkN071 "" ; - obezsyr_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - obezsyr_ch_avane_N = mkN071 "" ; - obezsyr_ch_enie_N = mkN072 "" ; - obezsyr_ch_enost_N = mkN049 "" ; - obezsyr_ch_itelen_A = mkA079 "" ; - obezum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - obezum_ja_vane_N = mkN071 "" ; - obezum_ja_lost_N = mkN049 "" ; - obezformenost_N = mkN049 "" ; - obezform_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - obezform_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - obezform_ja_ne_N = mkN071 "" ; - obezcvet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezcvet_ja_vane_N = mkN071 "" ; - obezcenitelen_A = mkA079 "" ; - obezcen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obezcen_ja_vane_N = mkN071 "" ; - obez_ch_est_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obez_ch_est_ja_vane_N = mkN071 "" ; - obez_ch_uvstv_ja_vane_N = mkN071 "" ; - obez_sht_etenie_N = mkN072 "" ; - obez_sht_etenost_N = mkN049 "" ; - obez_sht_etitelen_A = mkA079 "" ; - obez_sht_et_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obez_sht_et_ja_vane_N = mkN071 "" ; - obekt_N = mkN007 "" ; - obekten_A = mkA079 "" ; - obektiv_N = mkN007 "" ; - obektiven_A = mkA079 "" ; - obektivizaci_ja__N = mkN047 "" ; - obektiviziram_V = stateV (mkV186 "") ; - obektivizirane_N = mkN071 "" ; - obektivizym_N = mkN011 "" ; - obektivisti_ch_en_A = mkA079 "" ; - obektivnost_N = mkN049 "" ; - obektnoorientiran_A = mkA076 "" ; - obelvam_V = actionV (mkV186 "") (mkV173 "") ; - obelvane_N = mkN071 "" ; - obelisk_N = mkN007 "" ; - obelka_N = mkN041 "" ; - obem_N = mkN007 "" ; - obemam_V = actionV (mkV186 "") (mkV171 "") ; - obemane_N = mkN071 "" ; - obemen_A = mkA079 "" ; - obemist_A = mkA076 "" ; - obemnost_N = mkN049 "" ; - oberkelner_N = mkN007 "" ; - oberton_N = mkN007 "" ; - ober_sht_urmbanf_iu_rer_N = mkN007 "" ; - obesvam_V = actionV (mkV186 "") (mkV173 "") ; - obesvane_N = mkN071 "" ; - obesen_A = mkA076 "" ; - obesnik_N = mkN014 "" ; - obesnica_N = mkN041 "" ; - obet_N = mkN007 "" ; - obetovan_A = mkA076 "" ; - obeca_N = mkN041 "" ; - obe_sht_avam_V = actionV (mkV186 "") (mkV161 "") ; - obe_sht_avane_N = mkN071 "" ; - obe_sht_anie_N = mkN072 "" ; - ob_zj_alvam_V = actionV (mkV186 "") (mkV173 "") ; - ob_zj_alvane_N = mkN071 "" ; - obzave_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - obzave_zj_dane_N = mkN071 "" ; - obzalagam_V = actionV (mkV186 "") (mkV176 "") ; - obzalagane_N = mkN071 "" ; - obzemam_V = actionV (mkV186 "") (mkV171 "") ; - obzemane_N = mkN071 "" ; - obzor_N = mkN007 "" ; - obzoren_A = mkA079 "" ; - obigravam_V = actionV (mkV186 "") (mkV161 "") ; - obigravane_N = mkN071 "" ; - obigran_A = mkA076 "" ; - obigranost_N = mkN049 "" ; - obida_N = mkN041 "" ; - obiden_A = mkA079 "" ; - obid_ch_iv_A = mkA076 "" ; - obid_ch_ivost_N = mkN049 "" ; - obi_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - obi_zj_dane_N = mkN071 "" ; - obikal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - obikal_ja_ne_N = mkN071 "" ; - obikvam_V = actionV (mkV186 "") (mkV152 "") ; - obikvane_N = mkN071 "" ; - obiknoven_A = mkA076 "" ; - obikolen_A = mkA079 "" ; - obikolka_N = mkN041 "" ; - obilen_A = mkA079 "" ; - obilie_N = mkN072 "" ; - obilnost_N = mkN049 "" ; - obir_N = mkN007 "" ; - obiram_V = actionV (mkV186 "") (mkV170 "") ; - obirane_N = mkN071 "" ; - obira_ch__N = mkN007 "" ; - obira_ch_estvo_N = mkN054 "" ; - obira_ch_ka_N = mkN041 "" ; - obird_zj_i_ja__N = mkN039 "" ; - obirnik_N = mkN014 "" ; - obirni_ch_eski_A = mkA078 "" ; - obirni_ch_estvo_N = mkN054 "" ; - obisk_N = mkN007 "" ; - obiskiram_V = stateV (mkV186 "") ; - obiskirane_N = mkN071 "" ; - obistren_A = mkA076 "" ; - obistr_ja_m_V = stateV (mkV187 "") ; - obitavam_V = stateV (mkV186 "") ; - obitavan_A = mkA076 "" ; - obitavane_N = mkN071 "" ; - obitaem_A = mkA076 "" ; - obitali_sht_e_N = mkN066 "" ; - obitatel_N = mkN031a "" ; - obitatelka_N = mkN041 "" ; - obitel_N = mkN031 "" ; - obihoden_A = mkA079 "" ; - obica_N = mkN041 "" ; - obi_ch__N = mkN049 "" ; - obi_ch_aen_A = mkA085 "" ; - obi_ch_aj_N = mkN032 "" ; - obi_ch_ajnost_N = mkN049 "" ; - obi_ch_am_V = actionV (mkV186 "") (mkV152 "") ; - obi_ch_an_A = mkA076 "" ; - obi_ch_ane_N = mkN071 "" ; - obi_ch_en_A = mkA079 "" ; - obi_ch_ka_N = mkN041 "" ; - obi_ch_liv_A = mkA076 "" ; - obi_ch_livost_N = mkN049 "" ; - obki_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - obki_ch_vane_N = mkN071 "" ; - obkovavam_V = actionV (mkV186 "") (mkV151 "") ; - obkovavane_N = mkN071 "" ; - obkovka_N = mkN041 "" ; - obkry_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - obkry_zj_avane_N = mkN071 "" ; - obkry_zj_enie_N = mkN072 "" ; - oblaga_N = mkN041 "" ; - oblagaem_A = mkA076 "" ; - oblagaemost_N = mkN049 "" ; - oblagam_V = stateV (mkV186 "") ; - oblagane_N = mkN071 "" ; - oblagodetelstvam_V = stateV (mkV186 "") ; - oblagodetelstvane_N = mkN071 "" ; - oblagodetelstvuvam_V = stateV (mkV186 "") ; - oblagodetelstvuvane_N = mkN071 "" ; - oblagopri_ja_tstvam_V = stateV (mkV186 "") ; - oblagopri_ja_tstvan_A = mkA076 "" ; - oblagopri_ja_tstvane_N = mkN071 "" ; - oblagopri_ja_tstvuvan_A = mkA076 "" ; - oblagorod_ja__V = stateV (mkV174 "") ; - oblagorod_ja_vam_V = stateV (mkV186 "") ; - oblagorod_ja_vane_N = mkN071 "" ; - obladavam_V = actionV (mkV186 "") (mkV161 "") ; - obladavane_N = mkN071 "" ; - obladanie_N = mkN072 "" ; - obla_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - obla_zj_avane_N = mkN071 "" ; - obla_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - obla_zj_vane_N = mkN071 "" ; - oblak_N = mkN014 "" ; - oblakyt_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oblakyt_ja_vane_N = mkN071 "" ; - oblast_N = mkN049 "" ; - oblasten_A = mkA079 "" ; - obla_ch_e_N = mkN065 "" ; - obla_ch_en_A = mkA079 "" ; - obla_ch_nost_N = mkN049 "" ; - oblegalka_N = mkN041 "" ; - oblegalo_N = mkN054 "" ; - obleka_V = stateV (mkV149 "") ; - obleklo_N = mkN054 "" ; - oblek_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - oblek_ch_avane_N = mkN071 "" ; - oblek_ch_enie_N = mkN072 "" ; - oblek_ch_itel_N = mkN031a "" ; - oblek_ch_itelen_A = mkA079 "" ; - oblepvam_V = actionV (mkV186 "") (mkV174 "") ; - oblepvane_N = mkN071 "" ; - oblep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - oblep_ja_ne_N = mkN071 "" ; - oble_ch_en_A = mkA076 "" ; - oble_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - oble_sht_vane_N = mkN071 "" ; - oble_ja__V = stateV (mkV160 "") ; - oblivam_V = stateV (mkV186 "") ; - oblivane_N = mkN071 "" ; - obligacionen_A = mkA079 "" ; - obligaci_ja__N = mkN047 "" ; - oblizvam_V = actionV (mkV186 "") (mkV156 "") ; - oblizvane_N = mkN071 "" ; - oblik_N = mkN014 "" ; - obliteraci_ja__N = mkN047 "" ; - oblicovam_V = stateV (mkV186 "") ; - oblicovane_N = mkN071 "" ; - oblicovka_N = mkN041 "" ; - oblicovy_ch_en_A = mkA079 "" ; - obli_ch_am_V = stateV (mkV186 "") ; - obli_ch_ane_N = mkN071 "" ; - oblog_N = mkN015 "" ; - oblo_zj_a_V = stateV (mkV176 "") ; - oblo_zj_en_A = mkA076 "" ; - oblo_zj_enost_N = mkN049 "" ; - oblo_zj_ka_N = mkN041 "" ; - oblost_N = mkN049 "" ; - oblyham_V = actionV (mkV186 "") (mkV152 "") ; - oblyhvam_V = actionV (mkV186 "") (mkV152 "") ; - oblyhvane_N = mkN071 "" ; - obly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - obly_ch_vane_N = mkN071 "" ; - obl_ja__V = stateV (mkV173 "") ; - obl_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - obl_ja_gane_N = mkN071 "" ; - obmen_N = mkN007 "" ; - obmenen_A = mkA079 "" ; - obmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obmen_ja_vane_N = mkN071 "" ; - obmen_ja_em_A = mkA076 "" ; - obmen_ja_emost_N = mkN049 "" ; - obmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - obmen_ja_ne_N = mkN071 "" ; - obmislenost_N = mkN049 "" ; - obmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - obmisl_ja_ne_N = mkN071 "" ; - obmit_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obmit_ja_vane_N = mkN071 "" ; - obmit_ja_em_A = mkA076 "" ; - obm_ja_na_N = mkN043 "" ; - obnade_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - obnade_zj_davane_N = mkN071 "" ; - obna_zj_a_V = stateV (mkV156 "") ; - obnarodvam_V = stateV (mkV186 "") ; - obnarodvane_N = mkN071 "" ; - obnova_N = mkN041 "" ; - obnoven_A = mkA076 "" ; - obnovitel_N = mkN031a "" ; - obnovitelen_A = mkA079 "" ; - obnovitelka_N = mkN041 "" ; - obnovlenie_N = mkN072 "" ; - obnov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obnov_ja_vane_N = mkN071 "" ; - obnoska_N = mkN041 "" ; - obob_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - obob_sht_avane_N = mkN071 "" ; - obob_sht_enie_N = mkN072 "" ; - obob_sht_enost_N = mkN049 "" ; - obob_sht_estv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obob_sht_estv_ja_vane_N = mkN071 "" ; - obob_sht_itelen_A = mkA079 "" ; - obogate_ja__V = stateV (mkV160 "") ; - obogatitelen_A = mkA079 "" ; - obogat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obogat_ja_vane_N = mkN071 "" ; - obogotvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obogotvor_ja_vane_N = mkN071 "" ; - obodren_A = mkA076 "" ; - obodrenie_N = mkN072 "" ; - obodritel_N = mkN031a "" ; - obodritelen_A = mkA079 "" ; - obodr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obodr_ja_vane_N = mkN071 "" ; - obo_zj_avam_V = stateV (mkV186 "") ; - obo_zj_avane_N = mkN071 "" ; - obo_zj_anie_N = mkN072 "" ; - obo_zj_atel_N = mkN031a "" ; - obo_zj_atelka_N = mkN041 "" ; - obo_zj_estv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obo_zj_estv_ja_vane_N = mkN071 "" ; - oboz_N = mkN007 "" ; - obozen_A = mkA079 "" ; - obozna_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - obozna_ch_avane_N = mkN071 "" ; - obozna_ch_enie_N = mkN072 "" ; - obozrenie_N = mkN072 "" ; - obozrim_A = mkA076 "" ; - obozrimost_N = mkN049 "" ; - oboistka_N = mkN041 "" ; - oboj_N = mkN032 "" ; - obon_ja_nie_N = mkN072 "" ; - obon_ja_telen_A = mkA079 "" ; - obor_N = mkN007 "" ; - oborvam_V = actionV (mkV186 "") (mkV173 "") ; - oborvane_N = mkN071 "" ; - oboren_A = mkA079 "" ; - obori_sht_e_N = mkN066 "" ; - oborka_N = mkN041 "" ; - oborot_N = mkN007 "" ; - oboroten_A = mkA079 "" ; - oborotomer_N = mkN007 "" ; - oborski_A = mkA078 "" ; - oborudvam_V = actionV (mkV186 "") (mkV173 "") ; - oborudvane_N = mkN071 "" ; - obosnovavam_V = actionV (mkV186 "") (mkV151 "") ; - obosnovavane_N = mkN071 "" ; - obosnovan_A = mkA076 "" ; - obosnovanost_N = mkN049 "" ; - obosnovka_N = mkN041 "" ; - obosoben_A = mkA079 "" ; - obosobenost_N = mkN049 "" ; - obosobitelen_A = mkA079 "" ; - obosob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obosob_ja_vane_N = mkN071 "" ; - obos_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - obos_ja_vane_N = mkN071 "" ; - obrabotvaem_A = mkA076 "" ; - obrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - obrabotvane_N = mkN071 "" ; - obrabotva_sht__A = mkA076 "" ; - obraboten_A = mkA076 "" ; - obrabotka_N = mkN041 "" ; - obraz_N = mkN007 "" ; - obrazen_A = mkA079 "" ; - obrazec_N = mkN008 "" ; - obraznost_N = mkN049 "" ; - obrazovam_V = stateV (mkV186 "") ; - obrazovan_A = mkA076 "" ; - obrazovane_N = mkN071 "" ; - obrazovanie_N = mkN072 "" ; - obrazovanost_N = mkN049 "" ; - obrazovatelen_A = mkA079 "" ; - obrazuvam_V = stateV (mkV186 "") ; - obrazuvane_N = mkN071 "" ; - obrazuvatelen_A = mkA079 "" ; - obrazcov_A = mkA076 "" ; - obram_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - obram_ch_vane_N = mkN071 "" ; - obran_A = mkA076 "" ; - obrasvam_V = actionV (mkV186 "") (mkV152 "") ; - obrasvane_N = mkN071 "" ; - obrastvam_V = actionV (mkV186 "") (mkV145 "") ; - obrastvane_N = mkN071 "" ; - obrasyl_A = mkA080 "" ; - obrat_N = mkN007 "" ; - obraten_A = mkA079 "" ; - obratim_A = mkA076 "" ; - obratnoproporcionalen_A = mkA079 "" ; - obra_sht_aemost_N = mkN049 "" ; - obred_N = mkN007 "" ; - obreden_A = mkA079 "" ; - obrednost_N = mkN049 "" ; - obrezka_N = mkN041 "" ; - obremenitelen_A = mkA079 "" ; - obremen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obremen_ja_vane_N = mkN071 "" ; - obre_ch_en_A = mkA076 "" ; - obre_ch_enost_N = mkN049 "" ; - obriv_N = mkN007 "" ; - obrivam_V = actionV (mkV186 "") (mkV152 "") ; - obrivane_N = mkN071 "" ; - obrim_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - obrim_ch_vane_N = mkN071 "" ; - obrisovka_N = mkN041 "" ; - obrisuvam_V = stateV (mkV186 "") ; - obrisuvane_N = mkN071 "" ; - obri_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - obri_ch_ane_N = mkN071 "" ; - obrok_N = mkN014 "" ; - obro_ch_i_sht_e_N = mkN066 "" ; - obrugavam_V = actionV (mkV186 "") (mkV161 "") ; - obrugavane_N = mkN071 "" ; - obrugan_A = mkA076 "" ; - obrulvam_V = actionV (mkV186 "") (mkV173 "") ; - obrulvane_N = mkN071 "" ; - obrusvam_V = actionV (mkV186 "") (mkV173 "") ; - obrusvane_N = mkN071 "" ; - obru_ch_enie_N = mkN072 "" ; - obrygvam_V = actionV (mkV186 "") (mkV152 "") ; - obrygvane_N = mkN071 "" ; - obrysvam_V = actionV (mkV186 "") (mkV152 "") ; - obrysvane_N = mkN071 "" ; - obry_ch__N = mkN007 "" ; - obry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - obry_sht_ane_N = mkN071 "" ; - obry_sht_a_ch__N = mkN007 "" ; - obry_sht_enie_N = mkN072 "" ; - obr_ja_zan_A = mkA076 "" ; - obr_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - obr_ja_zvane_N = mkN071 "" ; - obsada_N = mkN041 "" ; - obsaden_A = mkA079 "" ; - obsa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - obsa_zj_dane_N = mkN071 "" ; - obsebvam_V = actionV (mkV186 "") (mkV173 "") ; - obsebvane_N = mkN071 "" ; - obseg_N = mkN007 "" ; - obseka_V = stateV (mkV149 "") ; - observatori_ja__N = mkN047 "" ; - obsipvam_V = actionV (mkV186 "") (mkV154 "") ; - obsipvane_N = mkN071 "" ; - obskurantizym_N = mkN011 "" ; - obsledvam_V = actionV (mkV186 "") (mkV174 "") ; - obsledvane_N = mkN071 "" ; - obsluga_N = mkN041 "" ; - obslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - obslu_zj_vane_N = mkN071 "" ; - obstanovka_N = mkN041 "" ; - obstoen_A = mkA085 "" ; - obstojnost_N = mkN049 "" ; - obsto_ja_telstven_A = mkA076 "" ; - obsto_ja_telstvo_N = mkN054 "" ; - obstrel_N = mkN007 "" ; - obstrelvam_V = actionV (mkV186 "") (mkV187 "") ; - obstrelvane_N = mkN071 "" ; - obstruktiven_A = mkA079 "" ; - obstruktor_N = mkN007 "" ; - obstrukcionen_A = mkA079 "" ; - obstrukcionist_N = mkN007 "" ; - obstrukci_ja__N = mkN047 "" ; - obsy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - obsy_zj_dane_N = mkN071 "" ; - obs_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - obtakam_V = stateV (mkV186 "") ; - obtakane_N = mkN071 "" ; - obtega_ch__N = mkN007 "" ; - obtega_ch_en_A = mkA079 "" ; - obtegnatost_N = mkN049 "" ; - obte_zj_ka_N = mkN041 "" ; - obtekaem_A = mkA076 "" ; - obtekatel_N = mkN031 "" ; - obti_ch_ane_N = mkN071 "" ; - obto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - obto_ch_vane_N = mkN071 "" ; - obto_ch_en_A = mkA076 "" ; - obturator_N = mkN007 "" ; - obturiram_V = stateV (mkV186 "") ; - obt_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - obt_ja_gane_N = mkN071 "" ; - obuvalka_N = mkN041 "" ; - obuvam_V = actionV (mkV186 "") (mkV163 "") ; - obuvane_N = mkN071 "" ; - obuven_A = mkA079 "" ; - obuvka_N = mkN041 "" ; - obuzdavam_V = actionV (mkV186 "") (mkV161 "") ; - obuzdavane_N = mkN071 "" ; - obur_zj_oaz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - obur_zj_oaz_ja_vane_N = mkN071 "" ; - obuslav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - obuslav_ja_ne_N = mkN071 "" ; - obuslovenost_N = mkN049 "" ; - obut_A = mkA076 "" ; - obuham_V = stateV (mkV186 "") ; - obu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - obu_ch_avane_N = mkN071 "" ; - obu_ch_aem_A = mkA076 "" ; - obu_ch_en_A = mkA076 "" ; - obu_ch_enie_N = mkN072 "" ; - obu_sht_a_N = mkN074 "" ; - obu_sht_ar_N = mkN031a "" ; - obu_sht_arnica_N = mkN041 "" ; - obu_sht_arski_A = mkA078 "" ; - obu_sht_arstvo_N = mkN054 "" ; - obhvat_N = mkN007 "" ; - obhvaten_A = mkA079 "" ; - obhvatnost_N = mkN049 "" ; - obhva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - obhva_sht_ane_N = mkN071 "" ; - obhod_N = mkN007 "" ; - obhoden_A = mkA079 "" ; - obho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - obho_zj_dane_N = mkN071 "" ; - ob_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - ob_sh_ivane_N = mkN071 "" ; - ob_sh_ivka_N = mkN041 "" ; - ob_sh_iren_A = mkA079 "" ; - ob_sh_irnost_N = mkN049 "" ; - ob_sht__A = mkA076 "" ; - ob_sht_avam_V = stateV (mkV186 "") ; - ob_sht_avane_N = mkN071 "" ; - ob_sht_e_zj_itie_N = mkN072 "" ; - ob_sht_estven_A = mkA076 "" ; - ob_sht_estvenik_N = mkN014 "" ; - ob_sht_estveni_ch_ka_N = mkN041 "" ; - ob_sht_estvenopolezen_A = mkA079 "" ; - ob_sht_estvenost_N = mkN049 "" ; - ob_sht_estvo_N = mkN054 "" ; - ob_sht_ina_N = mkN041 "" ; - ob_sht_inen_A = mkA079 "" ; - ob_sht_inski_A = mkA078 "" ; - ob_sht_itelen_A = mkA079 "" ; - ob_sht_itelnost_N = mkN049 "" ; - ob_sht_nost_N = mkN049 "" ; - ob_sht_obalkanski_A = mkA078 "" ; - ob_sht_ovaliden_A = mkA079 "" ; - ob_sht_ovojskovi_A = mkA078 "" ; - ob_sht_ovyzpriet_A = mkA076 "" ; - ob_sht_ogradski_A = mkA078 "" ; - ob_sht_ogra_zj_danski_A = mkA078 "" ; - ob_sht_odostypen_A = mkA079 "" ; - ob_sht_odostypnost_N = mkN049 "" ; - ob_sht_odyr_zj_aven_A = mkA079 "" ; - ob_sht_oizvesten_A = mkA079 "" ; - ob_sht_oizvestnost_N = mkN049 "" ; - ob_sht_onaroden_A = mkA079 "" ; - ob_sht_onacionalen_A = mkA079 "" ; - ob_sht_oobrazovatelen_A = mkA079 "" ; - ob_sht_opartien_A = mkA085 "" ; - ob_sht_opolezen_A = mkA079 "" ; - ob_sht_opon_ja_ten_A = mkA079 "" ; - ob_sht_opriemliv_A = mkA076 "" ; - ob_sht_opriet_A = mkA076 "" ; - ob_sht_oprietost_N = mkN049 "" ; - ob_sht_opriznat_A = mkA076 "" ; - ob_sht_oprilo_zj_imost_N = mkN049 "" ; - ob_sht_orazbiraem_A = mkA076 "" ; - ob_sht_orazprostranen_A = mkA076 "" ; - ob_sht_osistemen_A = mkA079 "" ; - ob_sht_oslav_ja_nski_A = mkA078 "" ; - ob_sht_osy_iu_zen_A = mkA079 "" ; - ob_sht_oupotrebitelen_A = mkA079 "" ; - ob_sht_oustanoven_A = mkA076 "" ; - ob_sht_ocyrkoven_A = mkA079 "" ; - ob_sht_o_ch_ove_sh_ki_A = mkA078 "" ; - ob_sht_uvam_V = stateV (mkV186 "") ; - ob_sht_uvane_N = mkN071 "" ; - obyl_A = mkA080 "" ; - obylvam_V = stateV (mkV186 "") ; - obylvane_N = mkN071 "" ; - obyrkan_A = mkA076 "" ; - obyrkane_N = mkN071 "" ; - obyrkanost_N = mkN049 "" ; - obyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - obyrkvane_N = mkN071 "" ; - obyrsvam_V = actionV (mkV186 "") (mkV159 "") ; - obyrsvane_N = mkN071 "" ; - ob_ja_va_N = mkN041 "" ; - ob_ja_ven_A = mkA076 "" ; - ob_ja_vitel_N = mkN031a "" ; - ob_ja_vlenie_N = mkN072 "" ; - ob_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ob_ja_v_ja_vane_N = mkN071 "" ; - ob_ja_d_N = mkN040a "" ; - ob_ja_dvam_V = stateV (mkV186 "") ; - ob_ja_dvane_N = mkN071 "" ; - ob_ja_zanost_N = mkN049 "" ; - ob_ja_zdvam_V = actionV (mkV186 "") (mkV173 "") ; - ob_ja_zdvane_N = mkN071 "" ; - ob_ja_snenie_N = mkN072 "" ; - ob_ja_snim_A = mkA076 "" ; - ob_ja_snitel_N = mkN031 "" ; - ob_ja_snitelen_A = mkA079 "" ; - ob_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ob_ja_sn_ja_vane_N = mkN071 "" ; - ob_ja_tie_N = mkN072 "" ; - ovakant_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ovakant_ja_vane_N = mkN071 "" ; - oval_N = mkN007 "" ; - ovalvam_V = actionV (mkV186 "") (mkV187 "") ; - ovalvane_N = mkN071 "" ; - ovalen_A = mkA079 "" ; - oval_ja_n_A = mkA081 "" ; - oval_ja_ne_N = mkN071 "" ; - ovaci_ja__N = mkN047 "" ; - ovdov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ovdov_ja_vane_N = mkN071 "" ; - oven_N = mkN007 "" ; - oves_N = mkN007 "" ; - ovesarka_N = mkN041 "" ; - ovesen_A = mkA079 "" ; - oveht_ja__V = stateV (mkV177 "") ; - oveht_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - oveht_ja_vane_N = mkN071 "" ; - ove_ja__V = stateV (mkV164 "") ; - ovivam_V = stateV (mkV186 "") ; - ovivane_N = mkN071 "" ; - ovlad_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ovlad_ja_vane_N = mkN071 "" ; - ovla_zj_ne_ja__V = stateV (mkV160 "") ; - ovla_zj_nitel_N = mkN031 "" ; - ovla_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ovla_zj_n_ja_vane_N = mkN071 "" ; - ovlasten_A = mkA076 "" ; - ovlast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ovlast_ja_vane_N = mkN071 "" ; - ovne_sh_ki_A = mkA078 "" ; - ovon_ja_vam_V = stateV (mkV186 "") ; - ovon_ja_vane_N = mkN071 "" ; - ovo_sh_ka_N = mkN041 "" ; - ovo_sht_ar_N = mkN031a "" ; - ovo_sht_arka_N = mkN041 "" ; - ovo_sht_arski_A = mkA078 "" ; - ovo_sht_arstvo_N = mkN054 "" ; - ovo_sht_en_A = mkA079 "" ; - ovo_sht_i_N = mkN075 "" ; - ovrag_N = mkN015 "" ; - ovca_N = mkN044 "" ; - ovcevyd_N = mkN007 "" ; - ovcevyden_A = mkA079 "" ; - ovcevydec_N = mkN008a "" ; - ovcevydstvo_N = mkN054 "" ; - ovceferma_N = mkN041 "" ; - ov_ch_ar_N = mkN031a "" ; - ov_ch_arka_N = mkN041 "" ; - ov_ch_arov_A = mkA076 "" ; - ov_ch_arski_A = mkA078 "" ; - ov_ch_arstvo_N = mkN054 "" ; - ov_ch_ar_ch_e_N = mkN065 "" ; - ov_ch_edu_sh_en_A = mkA079 "" ; - ov_ch_edu_sh_ie_N = mkN072 "" ; - ov_ch_i_A = mkA087 "" ; - ov_ch_ica_N = mkN041 "" ; - ovyglen_A = mkA076 "" ; - ovygl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ovygl_ja_vane_N = mkN071 "" ; - ovyzmezd_ja__V = stateV (mkV174 "") ; - ovyr_zj_a_V = stateV (mkV156 "") ; - ovyr_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - ovyr_sh_avane_N = mkN071 "" ; - ogamski_A = mkA078 "" ; - ogelp_ja_m_V = stateV (mkV187 "") ; - ogelp_ja_ne_N = mkN071 "" ; - oglavnik_N = mkN014 "" ; - oglav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oglav_ja_vane_N = mkN071 "" ; - ogladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ogladn_ja_vane_N = mkN071 "" ; - ogla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - ogla_zj_dane_N = mkN071 "" ; - oglasen_A = mkA079 "" ; - oglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oglas_ja_vane_N = mkN071 "" ; - oglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - oglas_ja_ne_N = mkN071 "" ; - ogla_sh_en_A = mkA079 "" ; - ogled_N = mkN007 "" ; - ogledalen_A = mkA079 "" ; - ogledalnosimetri_ch_en_A = mkA079 "" ; - ogledalo_N = mkN054 "" ; - ogledalce_N = mkN066 "" ; - ogledane_N = mkN071 "" ; - ogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - ogle_zj_dane_N = mkN071 "" ; - oglo_zj_dvam_V = actionV (mkV186 "") (mkV173 "") ; - oglo_zj_dvane_N = mkN071 "" ; - oglozgam_V = actionV (mkV186 "") (mkV173 "") ; - oglozgane_N = mkN071 "" ; - oglozgvam_V = actionV (mkV186 "") (mkV173 "") ; - oglozgvane_N = mkN071 "" ; - oglup_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - oglup_ja_vane_N = mkN071 "" ; - oglu_sh_a_V = stateV (mkV176 "") ; - oglu_sh_avam_V = actionV (mkV186 "") (mkV160a "") ; - oglu_sh_avane_N = mkN071 "" ; - oglu_sh_itelen_A = mkA079 "" ; - oglu_sh_ka_N = mkN041 "" ; - ogneborec_N = mkN008a "" ; - ognevi_A = mkA078 "" ; - ognedi_sh_a_sht__A = mkA076 "" ; - ognen_A = mkA076 "" ; - ogneno_ch_erven_A = mkA076 "" ; - ogneopasen_A = mkA079 "" ; - ognepoklonnik_N = mkN014 "" ; - ognepoklonnica_N = mkN041 "" ; - ognepoklonni_ch_estvo_N = mkN054 "" ; - ognepryska_ch__N = mkN007 "" ; - ognepryska_ch_ka_N = mkN041 "" ; - ognestrelen_A = mkA079 "" ; - ogneuporen_A = mkA079 "" ; - ogneupornost_N = mkN049 "" ; - ogneustoj_ch_iv_A = mkA076 "" ; - ogni_sht_e_N = mkN066 "" ; - ogn_ja_r_N = mkN031a "" ; - ogolvam_V = actionV (mkV186 "") (mkV173 "") ; - ogolvane_N = mkN071 "" ; - ogol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ogor_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - ogor_ch_avane_N = mkN071 "" ; - ogor_ch_en_A = mkA076 "" ; - ogor_ch_enie_N = mkN072 "" ; - ogor_ch_enost_N = mkN049 "" ; - ograbvam_V = actionV (mkV186 "") (mkV173 "") ; - ograbvane_N = mkN071 "" ; - ograda_N = mkN041 "" ; - ogra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - ogra_zj_dane_N = mkN071 "" ; - ogra_zj_dan_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ogramot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ogramot_ja_vane_N = mkN071 "" ; - ograni_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - ograni_ch_avane_N = mkN071 "" ; - ograni_ch_en_A = mkA076 "" ; - ograni_ch_enie_N = mkN072 "" ; - ograni_ch_enost_N = mkN049 "" ; - ograni_ch_itel_N = mkN031 "" ; - ograni_ch_itelen_A = mkA079 "" ; - ogrebvam_V = actionV (mkV186 "") (mkV151 "") ; - ogrebvane_N = mkN071 "" ; - ogrev_N = mkN007 "" ; - ogribka_N = mkN041 "" ; - ogrizvam_V = actionV (mkV186 "") (mkV151 "") ; - ogrizvane_N = mkN071 "" ; - ogrizka_N = mkN041 "" ; - ogromen_A = mkA079 "" ; - ogromnost_N = mkN049 "" ; - ogr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ogr_ja_vane_N = mkN071 "" ; - ogr_ja_n_A = mkA081 "" ; - ogr_ja_t_A = mkA076 "" ; - ogyvam_V = actionV (mkV186 "") (mkV152 "") ; - ogyvane_N = mkN071 "" ; - ogyn_N = mkN030 "" ; - ogyn_ch_e_N = mkN065 "" ; - ogyrlica_N = mkN041 "" ; - oda_N = mkN041 "" ; - odaliska_N = mkN041 "" ; - oda_ja__N = mkN047 "" ; - odeve_sh_en_A = mkA079 "" ; - ode_zj_da_N = mkN041 "" ; - odekolon_N = mkN007 "" ; - odera_V = stateV (mkV170 "") ; - ode_ja_lo_N = mkN054 "" ; - ode_ja_nie_N = mkN072 "" ; - od_zj_ak_N = mkN014 "" ; - odim_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - odim_ja_vane_N = mkN071 "" ; - odiram_V = actionV (mkV186 "") (mkV174 "") ; - odirane_N = mkN071 "" ; - odise_ja__N = mkN047 "" ; - odit_N = mkN007 "" ; - oditor_N = mkN007a "" ; - odobrenie_N = mkN072 "" ; - odobritelen_A = mkA079 "" ; - odobr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - odobr_ja_vane_N = mkN071 "" ; - odomer_N = mkN007 "" ; - odometyr_N = mkN009 "" ; - odontologi_ja__N = mkN047 "" ; - odraskane_N = mkN071 "" ; - odraskvam_V = actionV (mkV186 "") (mkV186 "") ; - odraskvane_N = mkN071 "" ; - odra_sht__ja__V = stateV (mkV173 "") ; - odrebn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - odrebn_ja_vane_N = mkN071 "" ; - odremvam_V = actionV (mkV186 "") (mkV154 "") ; - odremvane_N = mkN071 "" ; - odrinski_A = mkA078 "" ; - odripav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - odripav_ja_vane_N = mkN071 "" ; - odrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - odrynkvane_N = mkN071 "" ; - odumane_N = mkN071 "" ; - odumvam_V = actionV (mkV186 "") (mkV186 "") ; - odumvane_N = mkN071 "" ; - odumka_N = mkN041 "" ; - odumnik_N = mkN014 "" ; - odumnica_N = mkN041 "" ; - oduham_V = stateV (mkV186 "") ; - oduhane_N = mkN071 "" ; - oduhotvoren_A = mkA076 "" ; - oduhotvorenie_N = mkN072 "" ; - oduhotvorenost_N = mkN049 "" ; - oduhotvor_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - oduhotvor_ja_vane_N = mkN071 "" ; - odu_sh_vam_V = stateV (mkV186 "") ; - odu_sh_evenost_N = mkN049 "" ; - odu_sh_evlenie_N = mkN072 "" ; - odu_sh_ev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - odu_sh_ev_ja_vane_N = mkN071 "" ; - odyr_N = mkN007 "" ; - odyr_zj_aven_A = mkA076 "" ; - odyr_zj_av_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - odyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - odyrzost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - odyrzost_ja_vane_N = mkN071 "" ; - odyrpan_A = mkA076 "" ; - odyrpane_N = mkN071 "" ; - odyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - odyrpvane_N = mkN071 "" ; - odyrt_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - odyrt_ja_vane_N = mkN071 "" ; - od_ja_lam_V = stateV (mkV186 "") ; - od_ja_lane_N = mkN071 "" ; - od_ja_lvam_V = stateV (mkV186 "") ; - od_ja_lvane_N = mkN071 "" ; - o_zj_adn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - o_zj_adn_ja_vane_N = mkN071 "" ; - o_zj_alvane_N = mkN071 "" ; - o_zj_al_ja__V = stateV (mkV173 "") ; - o_zj_ena_V = stateV (mkV152 "") ; - o_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - o_zj_envane_N = mkN071 "" ; - o_zj_esto_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - o_zj_esto_ch_avane_N = mkN071 "" ; - o_zj_esto_ch_en_A = mkA076 "" ; - o_zj_esto_ch_enie_N = mkN072 "" ; - o_zj_esto_ch_enost_N = mkN049 "" ; - o_zj_iven_A = mkA076 "" ; - o_zj_ivenost_N = mkN049 "" ; - o_zj_ive_ja__V = stateV (mkV160 "") ; - o_zj_ivitelen_A = mkA079 "" ; - o_zj_ivlenie_N = mkN072 "" ; - o_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - o_zj_iv_ja_vane_N = mkN071 "" ; - o_zj_idanie_N = mkN072 "" ; - o_zj_rebvam_V = actionV (mkV186 "") (mkV173 "") ; - o_zj_rebvane_N = mkN071 "" ; - o_zj_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - o_zj_ulvane_N = mkN071 "" ; - o_zj_ul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - o_zj_ul_ja_ne_N = mkN071 "" ; - o_zj_ylt_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - o_zj_ylt_ja_vane_N = mkN071 "" ; - o_zj_ynvam_V = actionV (mkV186 "") (mkV152 "") ; - o_zj_ynvane_N = mkN071 "" ; - ozaglaven_A = mkA076 "" ; - ozaglav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozaglav_ja_vane_N = mkN071 "" ; - ozada_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - ozada_ch_avane_N = mkN071 "" ; - ozada_ch_enie_N = mkN072 "" ; - ozada_ch_enost_N = mkN049 "" ; - ozapten_A = mkA076 "" ; - ozapt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - ozaren_A = mkA076 "" ; - ozarenie_N = mkN072 "" ; - ozar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - ozar_ja_vane_N = mkN071 "" ; - ozahar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - ozahar_ja_vane_N = mkN071 "" ; - ozverenie_N = mkN072 "" ; - ozverenost_N = mkN049 "" ; - ozver_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozver_ja_vane_N = mkN071 "" ; - ozvu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - ozvu_ch_avane_N = mkN071 "" ; - ozvu_ch_en_A = mkA076 "" ; - ozvu_ch_itelen_A = mkA079 "" ; - ozdrave_ja__V = stateV (mkV160 "") ; - ozdravitelen_A = mkA079 "" ; - ozdrav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozdrav_ja_vane_N = mkN071 "" ; - ozelenitel_N = mkN031 "" ; - ozelenitelen_A = mkA079 "" ; - ozelen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozelen_ja_vane_N = mkN071 "" ; - ozeml_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozeml_ja_vane_N = mkN071 "" ; - ozloben_A = mkA076 "" ; - ozlobenie_N = mkN072 "" ; - ozlobenost_N = mkN049 "" ; - ozloblenie_N = mkN072 "" ; - ozlob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozlob_ja_vane_N = mkN071 "" ; - ozlo_ch_est_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ozlo_ch_est_ja_vane_N = mkN071 "" ; - oznamenuvam_V = stateV (mkV186 "") ; - oznamenuvane_N = mkN071 "" ; - ozna_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - ozna_ch_avane_N = mkN071 "" ; - ozna_ch_enie_N = mkN072 "" ; - ozobvam_V = actionV (mkV186 "") (mkV186 "") ; - ozobvane_N = mkN071 "" ; - ozovavam_V = actionV (mkV186 "") (mkV151 "") ; - ozovavane_N = mkN071 "" ; - ozon_N = mkN007 "" ; - ozonator_N = mkN007 "" ; - ozonen_A = mkA079 "" ; - ozoniram_V = stateV (mkV186 "") ; - ozonirane_N = mkN071 "" ; - ozonov_A = mkA076 "" ; - ozorvam_V = actionV (mkV186 "") (mkV173 "") ; - ozorvane_N = mkN071 "" ; - ozybvam_V = actionV (mkV186 "") (mkV173 "") ; - ozybvane_N = mkN071 "" ; - ozyrtam_V = actionV (mkV186 "") (mkV152 "") ; - ozyrtane_N = mkN071 "" ; - ok_N = mkN001 "" ; - oka_N = mkN041 "" ; - okad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okad_ja_vane_N = mkN071 "" ; - okazvam_V = actionV (mkV186 "") (mkV156 "") ; - okazvane_N = mkN071 "" ; - okazion_N = mkN007 "" ; - okazionen_A = mkA079 "" ; - okajvam_V = actionV (mkV186 "") (mkV162 "") ; - okajvane_N = mkN071 "" ; - okalvam_V = actionV (mkV186 "") (mkV187 "") ; - okalvane_N = mkN071 "" ; - okalpazan_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okalpazan_ja_vane_N = mkN071 "" ; - okal_ja_n_A = mkA076 "" ; - okal_ja_ne_N = mkN071 "" ; - okamene_ja__V = stateV (mkV160 "") ; - okamen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okamen_ja_vane_N = mkN071 "" ; - okapvam_V = actionV (mkV186 "") (mkV154 "") ; - okapvane_N = mkN071 "" ; - okarikaturvam_V = actionV (mkV186 "") (mkV173 "") ; - okarikaturvane_N = mkN071 "" ; - okarikatur_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - okarikatur_ja_vane_N = mkN071 "" ; - okastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - okastr_ja_ne_N = mkN071 "" ; - oka_ch_alka_N = mkN041 "" ; - oka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - oka_ch_ane_N = mkN071 "" ; - oka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - oka_ch_vane_N = mkN071 "" ; - oka_ch_estv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oka_ch_estv_ja_vane_N = mkN071 "" ; - oka_sh_l_ja_m_V = stateV (mkV187 "") ; - oka_ja_n_A = mkA076 "" ; - oka_ja_nie_N = mkN072 "" ; - oka_ja_nik_N = mkN014 "" ; - oka_ja_nica_N = mkN041 "" ; - oka_ja_nost_N = mkN049 "" ; - okean_N = mkN007 "" ; - okeanograf_N = mkN007 "" ; - okeanografi_ja__N = mkN047 "" ; - okeanografski_A = mkA078 "" ; - okeanolog_N = mkN015 "" ; - okeanologi_ja__N = mkN047 "" ; - okeanski_A = mkA078 "" ; - okepaz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okepaz_ja_vane_N = mkN071 "" ; - okirliv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okirliv_ja_vane_N = mkN071 "" ; - okis_N = mkN007 "" ; - okisen_A = mkA079 "" ; - okislenie_N = mkN072 "" ; - okislitel_N = mkN031 "" ; - okisl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okisl_ja_vane_N = mkN071 "" ; - okisl_ja_em_A = mkA076 "" ; - oki_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - oki_ch_vane_N = mkN071 "" ; - oklevet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oklevet_ja_vane_N = mkN071 "" ; - oklejm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oklejm_ja_vane_N = mkN071 "" ; - okl_iu_mane_N = mkN071 "" ; - okl_iu_mvam_V = actionV (mkV186 "") (mkV186 "") ; - okl_iu_mvane_N = mkN071 "" ; - oko_N = mkN063 "" ; - okovavam_V = actionV (mkV186 "") (mkV151 "") ; - okovavane_N = mkN071 "" ; - okoven_A = mkA079 "" ; - okozvam_V = actionV (mkV186 "") (mkV173 "") ; - okozvane_N = mkN071 "" ; - okokorvam_V = actionV (mkV186 "") (mkV173 "") ; - okokorvane_N = mkN071 "" ; - okokoren_A = mkA076 "" ; - okolen_A = mkA079 "" ; - okolijski_A = mkA078 "" ; - okoli_ja__N = mkN047 "" ; - okolnost_N = mkN049 "" ; - okolobybre_ch_en_A = mkA079 "" ; - okolovrysten_A = mkA079 "" ; - okolozemen_A = mkA079 "" ; - okoloplodnik_N = mkN014 "" ; - okolosvetski_A = mkA078 "" ; - okolou_sh_en_A = mkA079 "" ; - okol_ch_est_A = mkA076 "" ; - okomer_N = mkN007 "" ; - okomeren_A = mkA079 "" ; - okomplektovam_V = stateV (mkV186 "") ; - okomplektovane_N = mkN071 "" ; - okon_ch_avam_V = stateV (mkV186 "") ; - okon_ch_avane_N = mkN071 "" ; - okon_ch_anie_N = mkN072 "" ; - okon_ch_atelen_A = mkA079 "" ; - okon_ch_atelnost_N = mkN049 "" ; - okop_N = mkN007 "" ; - okopavam_V = actionV (mkV186 "") (mkV161 "") ; - okopavane_N = mkN071 "" ; - okopva_ch_ka_N = mkN041 "" ; - okopen_A = mkA079 "" ; - okopitvam_V = actionV (mkV186 "") (mkV173 "") ; - okopitvane_N = mkN071 "" ; - okosmenost_N = mkN049 "" ; - okosm_ja__V = stateV (mkV174 "") ; - okosm_ja_vane_N = mkN071 "" ; - okos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okos_ja_vane_N = mkN071 "" ; - okotvam_V = actionV (mkV186 "") (mkV173 "") ; - oko_sh_arvam_V = actionV (mkV186 "") (mkV173 "") ; - okradvam_V = actionV (mkV186 "") (mkV145 "") ; - okradvane_N = mkN071 "" ; - okrajnina_N = mkN041 "" ; - okraska_N = mkN041 "" ; - okrastav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - okrastav_ja_vane_N = mkN071 "" ; - okriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okriv_ja_vane_N = mkN071 "" ; - okril_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okril_ja_vane_N = mkN071 "" ; - okril_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - okril_ja_ne_N = mkN071 "" ; - okrupn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okrupn_ja_vane_N = mkN071 "" ; - okryg_N = mkN015 "" ; - okrygl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okrygl_ja_vane_N = mkN071 "" ; - okry_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - okry_zj_avane_N = mkN071 "" ; - okry_zj_en_A = mkA079 "" ; - okry_zj_ie_N = mkN072 "" ; - okry_zj_nost_N = mkN049 "" ; - oksid_N = mkN007 "" ; - oksidaci_ja__N = mkN047 "" ; - oksidiram_V = stateV (mkV186 "") ; - oksidirane_N = mkN071 "" ; - oksi_zj_en_A = mkA076 "" ; - oksi_zj_eniram_V = stateV (mkV186 "") ; - oksi_zj_enirane_N = mkN071 "" ; - oksi_zj_enist_N = mkN007a "" ; - oksi_zj_enistka_N = mkN041 "" ; - oksfordski_A = mkA078 "" ; - oktava_N = mkN041 "" ; - oktavianov_A = mkA076 "" ; - oktaedyr_N = mkN009 "" ; - oktanov_A = mkA076 "" ; - oktet_N = mkN007 "" ; - oktoedyr_N = mkN009 "" ; - oktomvrijski_A = mkA078 "" ; - oktopod_N = mkN007 "" ; - okulist_N = mkN007 "" ; - okulistka_N = mkN041 "" ; - okulten_A = mkA079 "" ; - okultizym_N = mkN011 "" ; - okul_ja_r_N = mkN007 "" ; - okumvam_V = actionV (mkV186 "") (mkV173 "") ; - okumvane_N = mkN071 "" ; - okupator_N = mkN007 "" ; - okupatorka_N = mkN041 "" ; - okupatorski_A = mkA078 "" ; - okupacionen_A = mkA079 "" ; - okupaci_ja__N = mkN047 "" ; - okupiram_V = stateV (mkV186 "") ; - okupirane_N = mkN071 "" ; - okura_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - okura_zj_avane_N = mkN071 "" ; - okura_zj_itelen_A = mkA079 "" ; - okuce_ja__V = stateV (mkV160 "") ; - okuc_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okuc_ja_vane_N = mkN071 "" ; - oku_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - oku_ch_vane_N = mkN071 "" ; - okylcane_N = mkN071 "" ; - okylcvam_V = actionV (mkV186 "") (mkV186 "") ; - okylcvane_N = mkN071 "" ; - okypvam_V = actionV (mkV186 "") (mkV154 "") ; - okypvane_N = mkN071 "" ; - okyrvav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okyrvav_ja_vane_N = mkN071 "" ; - okyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - okyr_sh_vane_N = mkN071 "" ; - okysam_V = stateV (mkV186 "") ; - okysan_A = mkA076 "" ; - okysane_N = mkN071 "" ; - okysvam_V = actionV (mkV186 "") (mkV174 "") ; - okysvane_N = mkN071 "" ; - okysn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - okysn_ja_vane_N = mkN071 "" ; - okys_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - okxorave_ja__V = stateV (mkV160 "") ; - okxorav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - okxorav_ja_vane_N = mkN071 "" ; - oleandyr_N = mkN009 "" ; - olekvam_V = actionV (mkV186 "") (mkV152 "") ; - olekvane_N = mkN071 "" ; - oleli_ja__N = mkN047 "" ; - oleografi_ja__N = mkN047 "" ; - oleometyr_N = mkN009 "" ; - olivam_V = actionV (mkV186 "") (mkV164 "") ; - olivane_N = mkN071 "" ; - olivi_ja__N = mkN047 "" ; - oligavam_V = actionV (mkV186 "") (mkV173 "") ; - oligav_ja_ne_N = mkN071 "" ; - oligarh_N = mkN016 "" ; - oligarhi_ch_en_A = mkA079 "" ; - oligarhi_ch_eski_A = mkA078 "" ; - oligarhi_ja__N = mkN047 "" ; - oligofren_N = mkN007 "" ; - oligocen_N = mkN007 "" ; - olizvam_V = actionV (mkV186 "") (mkV156 "") ; - olizvane_N = mkN071 "" ; - olimpiada_N = mkN041 "" ; - olimpiec_N = mkN013 "" ; - olimpijski_A = mkA078 "" ; - olio_N = mkN065 "" ; - olihv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - olicetvorenie_N = mkN072 "" ; - olicetvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - olicetvor_ja_vane_N = mkN071 "" ; - oloven_A = mkA079 "" ; - olovnodobiven_A = mkA079 "" ; - olovnosiv_A = mkA076 "" ; - olovo_N = mkN054 "" ; - oltar_N = mkN007 "" ; - oltaren_A = mkA079 "" ; - oluk_N = mkN014 "" ; - ol_iu_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ol_iu_l_ja_vane_N = mkN071 "" ; - ol_iu__sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - ol_iu__sht_vane_N = mkN071 "" ; - ol_iu__sht_en_A = mkA076 "" ; - omagxosvam_V = actionV (mkV186 "") (mkV186 "") ; - omagxosvane_N = mkN071 "" ; - omaen_A = mkA085 "" ; - omazvam_V = actionV (mkV186 "") (mkV156 "") ; - omazvane_N = mkN071 "" ; - omaznen_A = mkA076 "" ; - omajvam_V = actionV (mkV186 "") (mkV162 "") ; - omajvane_N = mkN071 "" ; - omajnik_N = mkN014 "" ; - omajnica_N = mkN041 "" ; - omajni_ch_e_N = mkN065 "" ; - omajnost_N = mkN049 "" ; - omalova_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - omalova_zj_avane_N = mkN071 "" ; - omalova_zj_itelen_A = mkA079 "" ; - omalomo_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - omalomo_sht_avane_N = mkN071 "" ; - omalomo_sht_enie_N = mkN072 "" ; - omalomo_sht_e_ja__V = stateV (mkV160 "") ; - omalomo_sht_itelen_A = mkA079 "" ; - omal_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - omal_ja_vane_N = mkN071 "" ; - omar_N = mkN007 "" ; - omara_N = mkN041 "" ; - omaskar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omaskar_ja_vane_N = mkN071 "" ; - omaslen_A = mkA076 "" ; - omasl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omasl_ja_vane_N = mkN071 "" ; - omacane_N = mkN071 "" ; - omacvam_V = actionV (mkV186 "") (mkV186 "") ; - oma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - oma_ch_kvane_N = mkN071 "" ; - oma_ja_n_A = mkA076 "" ; - ombre_N = mkN065 "" ; - ombrela_N = mkN041 "" ; - omega_N = mkN041 "" ; - omekvam_V = actionV (mkV186 "") (mkV152 "") ; - omekvane_N = mkN071 "" ; - omekot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omekot_ja_vane_N = mkN071 "" ; - omek_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - omek_ch_avane_N = mkN071 "" ; - omerzenie_N = mkN072 "" ; - omesvam_V = actionV (mkV186 "") (mkV173 "") ; - omesvane_N = mkN071 "" ; - omilostiv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omilostiv_ja_vane_N = mkN071 "" ; - omirisvam_V = stateV (mkV186 "") ; - omirovski_A = mkA078 "" ; - omirotvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omirotvor_ja_vane_N = mkN071 "" ; - omitam_V = actionV (mkV186 "") (mkV145 "") ; - omitane_N = mkN071 "" ; - omlet_N = mkN007 "" ; - omnibus_N = mkN007 "" ; - omograf_N = mkN007 "" ; - omokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - omokr_ja_ne_N = mkN071 "" ; - omonim_N = mkN007 "" ; - omonimen_A = mkA079 "" ; - omonimi_ja__N = mkN047 "" ; - omotavam_V = actionV (mkV186 "") (mkV161 "") ; - omotavane_N = mkN071 "" ; - omraza_N = mkN041 "" ; - omrazen_A = mkA079 "" ; - omraznik_N = mkN014 "" ; - omraznica_N = mkN041 "" ; - omryzvam_V = actionV (mkV186 "") (mkV152 "") ; - omryzvane_N = mkN071 "" ; - omy_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - omy_zj_vane_N = mkN071 "" ; - omyrlu_sh_vam_V = actionV (mkV186 "") (mkV160 "") ; - omyrlu_sh_vane_N = mkN071 "" ; - omyrlu_sh_en_A = mkA076 "" ; - omyrlu_sh_enost_N = mkN049 "" ; - omyrl_ja_m_V = stateV (mkV187 "") ; - omyrs_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - omyrs_ja_vane_N = mkN071 "" ; - omyr_sh_av_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - omyr_sh_av_ja_vane_N = mkN071 "" ; - onagled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - onagled_ja_vane_N = mkN071 "" ; - onazgodi_sh_en_A = mkA079 "" ; - onanizym_N = mkN011 "" ; - onasled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - onba_sh_i_ja__N = mkN039 "" ; - ondulaci_ja__N = mkN047 "" ; - ondulirane_N = mkN071 "" ; - onevin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - onevin_ja_vane_N = mkN071 "" ; - onem_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - onem_ja_vane_N = mkN071 "" ; - onem_ja_lost_N = mkN049 "" ; - onepravdavam_V = actionV (mkV186 "") (mkV161 "") ; - onepravdavane_N = mkN071 "" ; - onesvestitelen_A = mkA079 "" ; - onesvest_ja_vane_N = mkN071 "" ; - onziden_sh_en_A = mkA079 "" ; - onkolog_N = mkN015 "" ; - onkologi_ja__N = mkN047 "" ; - onomastika_N = mkN041 "" ; - onomatope_ja__N = mkN047 "" ; - ontogeneza_N = mkN041 "" ; - ontologi_ja__N = mkN047 "" ; - onxor_N = mkN007 "" ; - onxoren_A = mkA079 "" ; - oogeneza_N = mkN041 "" ; - opadam_V = stateV (mkV186 "") ; - opadane_N = mkN071 "" ; - opadvam_V = stateV (mkV186 "") ; - opadvane_N = mkN071 "" ; - opazvam_V = actionV (mkV186 "") (mkV173 "") ; - opazvane_N = mkN071 "" ; - opak_A = mkA076 "" ; - opakovam_V = stateV (mkV186 "") ; - opakovane_N = mkN071 "" ; - opakovka_N = mkN041 "" ; - opakov_ch_ik_N = mkN014 "" ; - opakovy_ch_en_A = mkA079 "" ; - opakost_N = mkN049 "" ; - opal_N = mkN007 "" ; - opalvam_V = actionV (mkV186 "") (mkV173 "") ; - opalvane_N = mkN071 "" ; - opalescenten_A = mkA079 "" ; - opalescenci_ja__N = mkN047 "" ; - opalov_A = mkA076 "" ; - opapvam_V = stateV (mkV186 "") ; - opapvane_N = mkN071 "" ; - oparvam_V = actionV (mkV186 "") (mkV173 "") ; - oparvane_N = mkN071 "" ; - opari_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - opari_ch_vane_N = mkN071 "" ; - opasan_A = mkA076 "" ; - opasvam_V = actionV (mkV186 "") (mkV145 "") ; - opasvane_N = mkN071 "" ; - opasen_A = mkA079 "" ; - opasenie_N = mkN072 "" ; - opasnost_N = mkN049 "" ; - opas_ja_vam_V = stateV (mkV186 "") ; - opas_ja_vane_N = mkN071 "" ; - opa_sh_at_A = mkA076 "" ; - opa_sh_en_A = mkA079 "" ; - opa_sh_ka_N = mkN041 "" ; - opa_sh_kar_N = mkN031a "" ; - opa_sh_karstvo_N = mkN054 "" ; - opa_sh_nica_N = mkN041 "" ; - opvam_V = stateV (mkV186 "") ; - opvane_N = mkN071 "" ; - opekun_N = mkN007 "" ; - opekunski_A = mkA078 "" ; - opekunstvo_N = mkN054 "" ; - opelo_N = mkN054 "" ; - opepel_ja_vam_V = actionV (mkV186 "") (mkV174 "o") ; - opepel_ja_vane_N = mkN071 "" ; - opera_N = mkN041 "" ; - operand_N = mkN007 "" ; - operativen_A = mkA079 "" ; - operativnost_N = mkN049 "" ; - operator_N = mkN007a "" ; - operatoren_A = mkA079 "" ; - operatorka_N = mkN041 "" ; - operatorski_A = mkA078 "" ; - operacionen_A = mkA079 "" ; - operacionna_N = mkN041 "" ; - operaci_ja__N = mkN047 "" ; - opervam_V = actionV (mkV186 "") (mkV173 "") ; - opervane_N = mkN071 "" ; - operen_A = mkA079 "" ; - operenie_N = mkN072 "" ; - opereta_N = mkN041 "" ; - opereten_A = mkA079 "" ; - operiram_V = stateV (mkV186 "") ; - operirane_N = mkN071 "" ; - operu_sh_invam_V = stateV (mkV186 "") ; - opetlavam_V = stateV (mkV186 "") ; - opetlavane_N = mkN071 "" ; - opetn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opetn_ja_vane_N = mkN071 "" ; - ope_ch_alen_A = mkA076 "" ; - ope_ch_al_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ope_ch_al_ja_vane_N = mkN071 "" ; - ope_ch_en_A = mkA076 "" ; - ope_ja__V = stateV (mkV164 "") ; - opiat_N = mkN007 "" ; - opivam_V = actionV (mkV186 "") (mkV163 "") ; - opivane_N = mkN071 "" ; - opij_N = mkN032 "" ; - opilvam_V = actionV (mkV186 "") (mkV174 "") ; - opilvane_N = mkN071 "" ; - opipane_N = mkN071 "" ; - opipvam_V = actionV (mkV186 "") (mkV186 "") ; - opipvane_N = mkN071 "" ; - opiram_V = actionV (mkV186 "") (mkV150 "") ; - opirane_N = mkN071 "" ; - opis_N = mkN007 "" ; - opisan_A = mkA076 "" ; - opisanie_N = mkN072 "" ; - opisatel_N = mkN031a "" ; - opisatelen_A = mkA079 "" ; - opisvam_V = actionV (mkV186 "") (mkV159 "") ; - opisvane_N = mkN071 "" ; - opisva_ch__N = mkN007b "" ; - opisen_A = mkA079 "" ; - opit_N = mkN007 "" ; - opitane_N = mkN071 "" ; - opitvam_V = actionV (mkV186 "") (mkV186 "") ; - opitvane_N = mkN071 "" ; - opiten_A = mkA079 "" ; - opitnost_N = mkN049 "" ; - opitom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opitom_ja_vane_N = mkN071 "" ; - opitom_ja_em_A = mkA076 "" ; - opium_N = mkN007 "" ; - opiumen_A = mkA079 "" ; - opi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - opi_ch_ane_N = mkN071 "" ; - opi_ja_nenie_N = mkN072 "" ; - opi_ja_nitelen_A = mkA079 "" ; - opi_ja_n_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - opi_ja_n_ch_vane_N = mkN071 "" ; - opi_ja_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opi_ja_n_ja_vane_N = mkN071 "" ; - oplakan_A = mkA076 "" ; - oplakvam_V = actionV (mkV186 "") (mkV155 "") ; - oplakvan_A = mkA076 "" ; - oplakvane_N = mkN071 "" ; - oplakva_ch_ka_N = mkN041 "" ; - oplakna_V = stateV (mkV152 "") ; - oplev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oplev_ja_vane_N = mkN071 "" ; - oplezvam_V = actionV (mkV186 "") (mkV173 "") ; - oplezvane_N = mkN071 "" ; - opleskane_N = mkN071 "" ; - opleskvam_V = actionV (mkV186 "") (mkV186 "") ; - opleskvane_N = mkN071 "" ; - ople_sh_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ople_sh_iv_ja_vane_N = mkN071 "" ; - opliskane_N = mkN071 "" ; - opliskvam_V = actionV (mkV186 "") (mkV186 "") ; - opliskvane_N = mkN071 "" ; - oplitam_V = actionV (mkV186 "") (mkV145 "") ; - oplitane_N = mkN071 "" ; - oplodotvoritel_N = mkN031 "" ; - oplodotvoritelen_A = mkA079 "" ; - oplodotvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oplodotvor_ja_vane_N = mkN071 "" ; - oplod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oplod_ja_vane_N = mkN071 "" ; - oplo_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - oplo_zj_dane_N = mkN071 "" ; - opl_iu_vam_V = actionV (mkV186 "") (mkV163 "") ; - opl_iu_vane_N = mkN071 "" ; - opl_iu_skvam_V = stateV (mkV186 "") ; - opl_iu_skvane_N = mkN071 "" ; - opl_ja__ch_kosvam_V = actionV (mkV186 "") (mkV186 "") ; - opl_ja__ch_kosvane_N = mkN071 "" ; - opna_V = stateV (mkV152 "") ; - opovestitel_N = mkN031a "" ; - opovest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opovest_ja_vane_N = mkN071 "" ; - opo_zj_ar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - opo_zj_ar_ja_vane_N = mkN071 "" ; - opozicionen_A = mkA079 "" ; - opozicioner_N = mkN007 "" ; - opozicionerka_N = mkN041 "" ; - opozici_ja__N = mkN047 "" ; - opoznavaem_A = mkA076 "" ; - opoznavam_V = actionV (mkV186 "") (mkV161 "") ; - opoznavane_N = mkN071 "" ; - opoznavatelen_A = mkA079 "" ; - opozoritel_N = mkN031a "" ; - opozoritelen_A = mkA079 "" ; - opozor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opozor_ja_vane_N = mkN071 "" ; - opolzotvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opolzotvor_ja_vane_N = mkN071 "" ; - opolivam_V = stateV (mkV186 "") ; - opolivane_N = mkN071 "" ; - opomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - opomn_ja_ne_N = mkN071 "" ; - oponent_N = mkN007 "" ; - oponentka_N = mkN041 "" ; - oponiram_V = stateV (mkV186 "") ; - oponirane_N = mkN071 "" ; - opora_N = mkN041 "" ; - oporen_A = mkA079 "" ; - oporo_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - oporo_ch_avane_N = mkN071 "" ; - oport_iu_nizym_N = mkN011 "" ; - oport_iu_nist_N = mkN007 "" ; - oport_iu_nisti_ch_en_A = mkA079 "" ; - oport_iu_nistka_N = mkN041 "" ; - oposkane_N = mkN071 "" ; - oposkvam_V = actionV (mkV186 "") (mkV186 "") ; - oposkvane_N = mkN071 "" ; - opostal_ja_vam_V = stateV (mkV186 "") ; - opostal_ja_vane_N = mkN071 "" ; - opo_sh_l_ja_vam_V = stateV (mkV186 "") ; - opo_sh_l_ja_vane_N = mkN071 "" ; - opravdavam_V = actionV (mkV186 "") (mkV161 "") ; - opravdavane_N = mkN071 "" ; - opravdanie_N = mkN072 "" ; - opravdatelen_A = mkA079 "" ; - opraven_A = mkA079 "" ; - opravi_ja__N = mkN047 "" ; - opravomo_sht_avam_V = actionV (mkV186 "") (mkV161 "") ; - opravomo_sht_avane_N = mkN071 "" ; - oprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - oprav_ja_ne_N = mkN071 "" ; - oprazvam_V = actionV (mkV186 "") (mkV173 "") ; - oprazvane_N = mkN071 "" ; - oprasvam_V = actionV (mkV186 "") (mkV173 "") ; - oprasvane_N = mkN071 "" ; - opra_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - opra_sh_vane_N = mkN071 "" ; - opra_sh_en_A = mkA079 "" ; - opreda_V = stateV (mkV145 "") ; - opredelen_A = mkA076 "" ; - opredelenie_N = mkN072 "" ; - opredelenost_N = mkN049 "" ; - opredelimost_N = mkN049 "" ; - opredelitel_N = mkN031 "" ; - opredelitelen_A = mkA079 "" ; - opredel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - opredel_ja_ne_N = mkN071 "" ; - opresnitelen_A = mkA079 "" ; - opresn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opresn_ja_vane_N = mkN071 "" ; - opridam_V = stateV (mkV186 "") ; - opridane_N = mkN071 "" ; - oprili_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - oprili_ch_avane_N = mkN071 "" ; - oprim_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - oprovergavam_V = actionV (mkV186 "") (mkV161 "") ; - oprovergavane_N = mkN071 "" ; - oprover_zj_enie_N = mkN072 "" ; - oprover_zj_im_A = mkA076 "" ; - opropastitelen_A = mkA079 "" ; - opropast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - opropast_ja_vane_N = mkN071 "" ; - oprose_ja__V = stateV (mkV164 "") ; - oprosta_ch_vam_V = stateV (mkV186 "") ; - oprosta_ch_vane_N = mkN071 "" ; - oprostenost_N = mkN049 "" ; - oprosten_ch_eski_A = mkA078 "" ; - oprosten_ch_estvo_N = mkN054 "" ; - oproste_ja__V = stateV (mkV160 "") ; - oprostitelen_A = mkA079 "" ; - oprostitelstvo_N = mkN054 "" ; - oprost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oprost_ja_vane_N = mkN071 "" ; - oprotiv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - oprotiv_ja_vane_N = mkN071 "" ; - opro_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - opro_sht_avane_N = mkN071 "" ; - opro_sht_enie_N = mkN072 "" ; - opryskane_N = mkN071 "" ; - opryskvam_V = actionV (mkV186 "") (mkV186 "") ; - opryskvane_N = mkN071 "" ; - oprysten_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oprysten_ja_vane_N = mkN071 "" ; - opryhvam_V = stateV (mkV186 "") ; - opryhvane_N = mkN071 "" ; - optativen_A = mkA079 "" ; - optik_N = mkN014 "" ; - optika_N = mkN041 "" ; - optimalen_A = mkA079 "" ; - optimizator_N = mkN007 "" ; - optimizacionen_A = mkA079 "" ; - optimizaci_ja__N = mkN047 "" ; - optimiziram_V = stateV (mkV186 "") ; - optimizirane_N = mkN071 "" ; - optimizym_N = mkN011 "" ; - optimist_N = mkN007 "" ; - optimisti_ch_en_A = mkA079 "" ; - optimistka_N = mkN041 "" ; - optimum_N = mkN007 "" ; - opti_ch_en_A = mkA079 "" ; - opti_ch_eski_A = mkA078 "" ; - opuj_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - opuj_ch_vane_N = mkN071 "" ; - opulvam_V = actionV (mkV186 "") (mkV173 "") ; - opulvane_N = mkN071 "" ; - opus_N = mkN007 "" ; - opusna_V = stateV (mkV152 "") ; - opusto_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - opusto_sh_avane_N = mkN071 "" ; - opusto_sh_enie_N = mkN072 "" ; - opusto_sh_itel_N = mkN031a "" ; - opusto_sh_itelen_A = mkA079 "" ; - opust_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - opust_ja_vane_N = mkN071 "" ; - opuhane_N = mkN071 "" ; - opuhvam_V = actionV (mkV186 "") (mkV186 "") ; - opuhvane_N = mkN071 "" ; - opu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - opu_sh_vane_N = mkN071 "" ; - opu_sht_ane_N = mkN071 "" ; - opu_sht_enie_N = mkN072 "" ; - opcionalen_A = mkA079 "" ; - opci_ja__N = mkN047 "" ; - opyvam_V = actionV (mkV186 "") (mkV152 "") ; - opyvane_N = mkN071 "" ; - opyl_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - opyl_ch_vane_N = mkN071 "" ; - opyl_ch_enec_N = mkN008a "" ; - opyl_ch_enie_N = mkN072 "" ; - opyl_ch_enski_A = mkA078 "" ; - opyn_N = mkN007 "" ; - opynat_A = mkA076 "" ; - opyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - opyr_zj_vane_N = mkN071 "" ; - opyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - opyrl_ja_ne_N = mkN071 "" ; - opyrni_ch_av_A = mkA076 "" ; - opyrni_ch_avost_N = mkN049 "" ; - opyrpan_A = mkA076 "" ; - opyrpane_N = mkN071 "" ; - opyrpanost_N = mkN049 "" ; - opyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - opyrpvane_N = mkN071 "" ; - op_ja_vam_V = stateV (mkV186 "") ; - op_ja_vane_N = mkN071 "" ; - ora_V = stateV (mkV151 "") ; - orazmer_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - orazmer_ja_vane_N = mkN071 "" ; - orakul_N = mkN007 "" ; - orakulski_A = mkA078 "" ; - oran_N = mkN042 "" ; - orangutan_N = mkN007 "" ; - orangutangski_A = mkA078 "" ; - orane_N = mkN071 "" ; - oran_zj_ada_N = mkN041 "" ; - oran_zj_ev_A = mkA076 "" ; - oran_zj_erien_A = mkA085 "" ; - oran_zj_eri_ja__N = mkN047 "" ; - orator_N = mkN007 "" ; - oratori_ja__N = mkN047 "" ; - oratorka_N = mkN041 "" ; - oratorski_A = mkA078 "" ; - oratorstvam_V = stateV (mkV186 "") ; - oratorstvo_N = mkN054 "" ; - oratorstvuvam_V = stateV (mkV186 "") ; - oratorstvuvane_N = mkN071 "" ; - orahat_ja_vam_V = stateV (mkV186 "") ; - orahat_ja_vane_N = mkN071 "" ; - ora_ch__N = mkN007b "" ; - orbita_N = mkN041 "" ; - orbitalen_A = mkA079 "" ; - orgazym_N = mkN011 "" ; - organ_N = mkN007 "" ; - organizator_N = mkN007a "" ; - organizatorka_N = mkN041 "" ; - organizatorski_A = mkA078 "" ; - organizacionen_A = mkA079 "" ; - organizaci_ja__N = mkN047 "" ; - organiziram_V = stateV (mkV186 "") ; - organizirane_N = mkN071 "" ; - organiziranost_N = mkN049 "" ; - organizym_N = mkN011 "" ; - organist_N = mkN007a "" ; - organi_ch_en_A = mkA079 "" ; - organi_ch_eski_A = mkA078 "" ; - orgien_A = mkA085 "" ; - orgi_ja__N = mkN047 "" ; - orda_N = mkN041 "" ; - orden_N = mkN007 "" ; - ordenonosec_N = mkN008a "" ; - order_N = mkN007 "" ; - ordinarec_N = mkN008a "" ; - ordinata_N = mkN041 "" ; - ordinator_N = mkN007 "" ; - ordinatorka_N = mkN041 "" ; - ordxovyr_N = mkN009 "" ; - oreada_N = mkN041 "" ; - orevavam_V = actionV (mkV186 "") (mkV151 "") ; - orevavane_N = mkN071 "" ; - ored_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ored_ja_vane_N = mkN071 "" ; - ore_zj_a_V = stateV (mkV157 "") ; - orezil_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - orezil_ja_vane_N = mkN071 "" ; - orel_N = mkN008 "" ; - oren_A = mkA079 "" ; - oreol_N = mkN007 "" ; - oreolen_A = mkA079 "" ; - oreh_N = mkN007 "" ; - orehov_A = mkA076 "" ; - orehoviden_A = mkA079 "" ; - orehovka_N = mkN041 "" ; - oreh_ch_e_N = mkN065 "" ; - ore_sh_ak_N = mkN014 "" ; - ore_sh_arka_N = mkN041 "" ; - origvam_V = actionV (mkV186 "") (mkV152 "") ; - origvane_N = mkN071 "" ; - original_N = mkN007 "" ; - originalen_A = mkA079 "" ; - originalni_ch_a_V = stateV (mkV176 "") ; - originalni_ch_ene_N = mkN071 "" ; - originalnost_N = mkN049 "" ; - orientalec_N = mkN008a "" ; - orientalist_N = mkN007 "" ; - orientalistika_N = mkN041 "" ; - orientalistka_N = mkN041 "" ; - orientalka_N = mkN041 "" ; - orientalnost_N = mkN049 "" ; - orientalski_A = mkA078 "" ; - oriental_sht_ina_N = mkN041 "" ; - orientaci_ja__N = mkN047 "" ; - orientir_N = mkN007 "" ; - orientiram_V = stateV (mkV186 "") ; - orientiran_A = mkA076 "" ; - orientirane_N = mkN071 "" ; - orientiranost_N = mkN049 "" ; - orientirovka_N = mkN041 "" ; - orientirovy_ch_en_A = mkA079 "" ; - oriz_N = mkN040a "" ; - orizar_N = mkN031a "" ; - orizarski_A = mkA078 "" ; - orizarstvo_N = mkN054 "" ; - orizen_A = mkA076 "" ; - orizi_sht_e_N = mkN066 "" ; - orizov_A = mkA076 "" ; - orionec_N = mkN008a "" ; - orionski_A = mkA078 "" ; - oris_N = mkN049 "" ; - orisane_N = mkN071 "" ; - orisvam_V = actionV (mkV186 "") (mkV186 "") ; - orisvane_N = mkN071 "" ; - orisi_ja__N = mkN047 "" ; - orisnica_N = mkN041 "" ; - orkestralen_A = mkA079 "" ; - orkestrant_N = mkN007 "" ; - orkestrantka_N = mkN041 "" ; - orkestraci_ja__N = mkN047 "" ; - orkestriram_V = stateV (mkV186 "") ; - orkestrirane_N = mkN071 "" ; - orkestrov_A = mkA076 "" ; - orkestrovka_N = mkN041 "" ; - orkestyr_N = mkN009 "" ; - orle_N = mkN065 "" ; - orleanski_A = mkA078 "" ; - orlica_N = mkN041 "" ; - orlov_A = mkA076 "" ; - orl_ja_k_N = mkN014 "" ; - ornament_N = mkN007 "" ; - ornamentalen_A = mkA079 "" ; - ornamenten_A = mkA079 "" ; - ornamentika_N = mkN041 "" ; - ornamentiram_V = stateV (mkV186 "") ; - ornamentirane_N = mkN071 "" ; - ornitolog_N = mkN015 "" ; - ornitologi_ja__N = mkN047 "" ; - ornitolo_zj_ka_N = mkN041 "" ; - ornitolo_zj_ki_A = mkA078 "" ; - ornica_N = mkN041 "" ; - orogeneza_N = mkN041 "" ; - orografi_ja__N = mkN047 "" ; - oronvam_V = actionV (mkV186 "") (mkV173 "") ; - oronvane_N = mkN071 "" ; - orosen_A = mkA076 "" ; - orositelen_A = mkA079 "" ; - oros_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oros_ja_vane_N = mkN071 "" ; - ortak_N = mkN014 "" ; - ortaklyk_N = mkN014 "" ; - ortalyk_N = mkN014 "" ; - orta_sh_ki_A = mkA078 "" ; - ortogonalen_A = mkA079 "" ; - ortografi_ch_en_A = mkA079 "" ; - ortografi_ch_eski_A = mkA078 "" ; - ortografi_ja__N = mkN047 "" ; - ortodoksalen_A = mkA079 "" ; - ortodoksalnost_N = mkN049 "" ; - ortoped_N = mkN007 "" ; - ortopedist_N = mkN007 "" ; - ortopedi_ch_en_A = mkA079 "" ; - ortopedi_ja__N = mkN047 "" ; - orfejevski_A = mkA078 "" ; - orfi_ch_eski_A = mkA078 "" ; - orhideen_A = mkA085 "" ; - orhide_ja__N = mkN047 "" ; - orydeen_A = mkA085 "" ; - orydie_N = mkN072 "" ; - ory_zj_een_A = mkA085 "" ; - ory_zj_ejnik_N = mkN014 "" ; - ory_zj_enosec_N = mkN008a "" ; - ory_zj_ie_N = mkN072 "" ; - oryfan_A = mkA076 "" ; - oryfane_N = mkN071 "" ; - oryfanost_N = mkN049 "" ; - oryfvam_V = actionV (mkV186 "") (mkV186 "") ; - oryfvane_N = mkN071 "" ; - or_ja_zvam_V = stateV (mkV186 "") ; - or_ja_zvane_N = mkN071 "" ; - os_N = mkN049 "" ; - osa_N = mkN041 "" ; - osakate_ja__V = stateV (mkV160 "") ; - osakat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osakat_ja_vane_N = mkN071 "" ; - osanka_N = mkN041 "" ; - osapun_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osvedomen_A = mkA076 "" ; - osvedomenost_N = mkN049 "" ; - osvedomitel_N = mkN031a "" ; - osvedomitelen_A = mkA079 "" ; - osvedomitelka_N = mkN041 "" ; - osvedomlenie_N = mkN072 "" ; - osvedom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osvedom_ja_vane_N = mkN071 "" ; - osve_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - osve_zj_avane_N = mkN071 "" ; - osve_zj_itelen_A = mkA079 "" ; - osveten_A = mkA076 "" ; - osvetenost_N = mkN049 "" ; - osvetitel_N = mkN031 "" ; - osvetitelen_A = mkA079 "" ; - osvetlenie_N = mkN072 "" ; - osvetlitelen_A = mkA079 "" ; - osvetl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osvetl_ja_vane_N = mkN071 "" ; - osvet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osvet_ja_vane_N = mkN071 "" ; - osve_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - osve_sht_avane_N = mkN071 "" ; - osvidetelstvam_V = stateV (mkV186 "") ; - osvidetelstvane_N = mkN071 "" ; - osvidetelstvuvam_V = stateV (mkV186 "") ; - osvidetelstvuvane_N = mkN071 "" ; - osvirep_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - osvirep_ja_vane_N = mkN071 "" ; - osvirkane_N = mkN071 "" ; - osvirkvam_V = actionV (mkV186 "") (mkV186 "") ; - osvirkvane_N = mkN071 "" ; - osvoboditel_N = mkN031a "" ; - osvoboditelen_A = mkA079 "" ; - osvoboditelka_N = mkN041 "" ; - osvobo_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - osvobo_zj_davane_N = mkN071 "" ; - osvobo_zj_denie_N = mkN072 "" ; - osedlavam_V = actionV (mkV186 "") (mkV161 "") ; - osedlavane_N = mkN071 "" ; - osezavam_V = actionV (mkV186 "") (mkV164 "") ; - osezaem_A = mkA076 "" ; - osezaemost_N = mkN049 "" ; - osezanie_N = mkN072 "" ; - osezatelen_A = mkA079 "" ; - osezatelnost_N = mkN049 "" ; - osejvam_V = actionV (mkV186 "") (mkV174 "") ; - osejvane_N = mkN071 "" ; - osekvam_V = actionV (mkV186 "") (mkV152 "") ; - osekvane_N = mkN071 "" ; - osel_N = mkN008 "" ; - osemvalenten_A = mkA079 "" ; - osemgodi_sh_en_A = mkA079 "" ; - osemdesetgodi_sh_en_A = mkA079 "" ; - osemdesetgodi_sh_nina_N = mkN041 "" ; - osemen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osemen_ja_vane_N = mkN071 "" ; - osemnadesetgodi_sh_en_A = mkA079 "" ; - osemcifren_A = mkA076 "" ; - osem_ch_asov_A = mkA076 "" ; - osen_A = mkA079 "" ; - osen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osen_ja_vane_N = mkN071 "" ; - osetski_A = mkA078 "" ; - ose_ja_n_A = mkA076 "" ; - osiguren_A = mkA076 "" ; - osigurenost_N = mkN049 "" ; - osiguritel_N = mkN031a "" ; - osiguritelen_A = mkA079 "" ; - osigurovka_N = mkN041 "" ; - osigur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osigur_ja_vane_N = mkN071 "" ; - osil_N = mkN007 "" ; - osilest_A = mkA076 "" ; - osinovitel_N = mkN031a "" ; - osinovitelka_N = mkN041 "" ; - osinov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osinov_ja_vane_N = mkN071 "" ; - osiram_V = actionV (mkV186 "") (mkV170 "") ; - osirane_N = mkN071 "" ; - osiroma_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - osiroma_sh_avane_N = mkN071 "" ; - osirote_ja__V = stateV (mkV160 "") ; - osirot_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - osirot_ja_vane_N = mkN071 "" ; - osi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - osi_ch_ane_N = mkN071 "" ; - osi_ja_vam_V = actionV (mkV186 "") (mkV161 "") ; - osi_ja_vane_N = mkN071 "" ; - oskandal_ja_vam_V = stateV (mkV186 "") ; - oskandal_ja_vane_N = mkN071 "" ; - oskvernenie_N = mkN072 "" ; - oskvernitel_N = mkN031a "" ; - oskvernitelen_A = mkA079 "" ; - oskvern_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oskvern_ja_vane_N = mkN071 "" ; - oskolka_N = mkN041 "" ; - oskot_ja_vam_V = stateV (mkV186 "") ; - oskot_ja_vane_N = mkN071 "" ; - oskre_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - oskre_zj_avane_N = mkN071 "" ; - oskre_zj_en_A = mkA076 "" ; - oskubvam_V = actionV (mkV186 "") (mkV154 "") ; - oskubvane_N = mkN071 "" ; - oskyden_A = mkA079 "" ; - oskydica_N = mkN041 "" ; - oskydnost_N = mkN049 "" ; - oskyp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oskyp_ja_vane_N = mkN071 "" ; - oskyrbitel_N = mkN031a "" ; - oskyrbitelen_A = mkA079 "" ; - oskyrbitelnost_N = mkN049 "" ; - oskyrblenie_N = mkN072 "" ; - oskyrb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oskyrb_ja_vane_N = mkN071 "" ; - oslab_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - oslan_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oslan_ja_vane_N = mkN071 "" ; - oslan_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - oslan_ja_ne_N = mkN071 "" ; - oslepe_ja__V = stateV (mkV160 "") ; - oslepitelen_A = mkA079 "" ; - oslepitelnost_N = mkN049 "" ; - oslep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oslep_ja_vane_N = mkN071 "" ; - oslon_ja__V = stateV (mkV174 "") ; - oslu_sh_ane_N = mkN071 "" ; - oslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - oslu_sh_vane_N = mkN071 "" ; - osmanli_ja__N = mkN047 "" ; - osmanski_A = mkA078 "" ; - osmel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osmel_ja_vane_N = mkN071 "" ; - osmivam_V = actionV (mkV186 "") (mkV160 "") ; - osmivane_N = mkN071 "" ; - osmina_N = mkN041 "" ; - osminka_N = mkN041 "" ; - osmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - osmisl_ja_ne_N = mkN071 "" ; - osmica_N = mkN041 "" ; - osmi_ch_en_A = mkA079 "" ; - osmoza_N = mkN041 "" ; - osmoklasen_A = mkA079 "" ; - osmoklasnik_N = mkN014 "" ; - osmokrak_N = mkN014 "" ; - osmokraten_A = mkA079 "" ; - osmorka_N = mkN041 "" ; - osmostenen_A = mkA079 "" ; - osmostennik_N = mkN014 "" ; - osmosti_sh_ie_N = mkN072 "" ; - osmoygylen_A = mkA079 "" ; - osmoygylnik_N = mkN014 "" ; - osmu_ch_a_V = stateV (mkV155 "") ; - osne_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - osne_zj_avane_N = mkN071 "" ; - osnovavam_V = actionV (mkV186 "") (mkV151 "") ; - osnovavane_N = mkN071 "" ; - osnovanie_N = mkN072 "" ; - osnovanost_N = mkN049 "" ; - osnovatel_N = mkN031a "" ; - osnovatelen_A = mkA079 "" ; - osnovatelka_N = mkN041 "" ; - osnovatelnost_N = mkN049 "" ; - osnoven_A = mkA079 "" ; - osnovnost_N = mkN049 "" ; - osnovopolaga_sht__A = mkA076 "" ; - osnovopolo_zj_nik_N = mkN014 "" ; - osoba_N = mkN041 "" ; - osoben_A = mkA076 "" ; - osobenost_N = mkN049 "" ; - osobn_ja_k_N = mkN014 "" ; - osobn_ja__ch_ka_N = mkN041 "" ; - osov_A = mkA076 "" ; - osol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osol_ja_vane_N = mkN071 "" ; - osporvam_V = actionV (mkV186 "") (mkV173 "") ; - osporvane_N = mkN071 "" ; - osporim_A = mkA076 "" ; - osrebr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osrebr_ja_vane_N = mkN071 "" ; - ostavam_V = actionV (mkV186 "") (mkV173 "") ; - ostavane_N = mkN071 "" ; - ostavka_N = mkN041 "" ; - ostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ostav_ja_ne_N = mkN071 "" ; - ostana_V = stateV (mkV152 "") ; - ostane_N = mkN071 "" ; - ostanka_N = mkN041 "" ; - ostar_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ostar_ja_vane_N = mkN071 "" ; - ostar_ja_l_A = mkA081 "" ; - ostar_ja_lost_N = mkN049 "" ; - ostatyk_N = mkN014 "" ; - ostaty_ch_en_A = mkA079 "" ; - osten_N = mkN007 "" ; - osteologi_ja__N = mkN047 "" ; - osteopati_ja__N = mkN047 "" ; - ostoro_zj_en_A = mkA079 "" ; - ostoro_zj_nost_N = mkN049 "" ; - ostrakizym_N = mkN011 "" ; - ostrene_N = mkN071 "" ; - ostrigvam_V = actionV (mkV186 "") (mkV158 "") ; - ostrigvane_N = mkN071 "" ; - ostrie_N = mkN065 "" ; - ostrilka_N = mkN041 "" ; - ostrilo_N = mkN054 "" ; - ostri_ch_yk_A = mkA080 "" ; - ostrov_N = mkN007 "" ; - ostroven_A = mkA079 "" ; - ostrovit_ja_nin_N = mkN018 "" ; - ostrovit_ja_nka_N = mkN041 "" ; - ostrovit_ja_nski_A = mkA078 "" ; - ostrovryh_A = mkA082 "" ; - ostrov_ch_e_N = mkN065 "" ; - ostrozyb_A = mkA076 "" ; - ostrota_N = mkN041 "" ; - ostroumen_A = mkA079 "" ; - ostroumie_N = mkN072 "" ; - ostroumni_ch_a_V = stateV (mkV176 "") ; - ostroumni_ch_ene_N = mkN071 "" ; - ostroygylen_A = mkA079 "" ; - ostr_ja__V = stateV (mkV173 "") ; - ostykl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ostykl_ja_vane_N = mkN071 "" ; - ostyr_A = mkA080 "" ; - ostyrgan_A = mkA076 "" ; - ostyrgvam_V = actionV (mkV186 "") (mkV158 "") ; - ostyrgvane_N = mkN071 "" ; - osuet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osuet_ja_vane_N = mkN071 "" ; - oscilator_N = mkN007 "" ; - oscilaci_ja__N = mkN047 "" ; - osciliram_V = stateV (mkV186 "") ; - oscilograma_N = mkN041 "" ; - oscilograf_N = mkN007 "" ; - osciloskop_N = mkN007 "" ; - osyvremen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osyvremen_ja_vane_N = mkN071 "" ; - osyden_A = mkA076 "" ; - osyditelen_A = mkA079 "" ; - osyditelnost_N = mkN049 "" ; - osy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - osy_zj_dane_N = mkN071 "" ; - osyznavam_V = actionV (mkV186 "") (mkV161 "") ; - osyznavane_N = mkN071 "" ; - osyznat_A = mkA076 "" ; - osymvam_V = actionV (mkV186 "") (mkV152 "") ; - osymvane_N = mkN071 "" ; - osyrazmer_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - osy_sht_estvim_A = mkA076 "" ; - osy_sht_estvimost_N = mkN049 "" ; - osy_sht_estvitel_N = mkN031a "" ; - osy_sht_estv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - osy_sht_estv_ja_vane_N = mkN071 "" ; - os_ja_vam_V = stateV (mkV186 "") ; - os_ja_vane_N = mkN071 "" ; - otava_N = mkN041 "" ; - otav_ja__V = stateV (mkV173 "") ; - otav_ja_ne_N = mkN071 "" ; - otbel_ja_zvam_V = actionV (mkV186 "") (mkV183 "") ; - otbel_ja_zvane_N = mkN071 "" ; - otbiv_N = mkN007 "" ; - otbivam_V = actionV (mkV186 "") (mkV163 "") ; - otbivane_N = mkN071 "" ; - otbiven_A = mkA079 "" ; - otbivka_N = mkN041 "" ; - otbir_N = mkN007 "" ; - otbiram_V = actionV (mkV186 "") (mkV170 "") ; - otbirane_N = mkN071 "" ; - otblagodar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otblagodar_ja_vane_N = mkN071 "" ; - otblysvam_V = actionV (mkV186 "") (mkV152 "") ; - otblysvane_N = mkN071 "" ; - otblyskvam_V = actionV (mkV186 "") (mkV152 "") ; - otblyskvane_N = mkN071 "" ; - otbl_ja_syk_N = mkN014 "" ; - otbo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - otbo_zj_dane_N = mkN071 "" ; - otboj_N = mkN032 "" ; - otbol_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - otbol_ja_vane_N = mkN071 "" ; - otbor_N = mkN007 "" ; - otboren_A = mkA079 "" ; - otbran_A = mkA076 "" ; - otbrana_N = mkN041 "" ; - otbranitelen_A = mkA079 "" ; - otbran_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - otbran_ja_vane_N = mkN071 "" ; - otbro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - otbro_ja_vane_N = mkN071 "" ; - otbrulvam_V = actionV (mkV186 "") (mkV173 "") ; - otbrulvane_N = mkN071 "" ; - otbrul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otbrul_ja_ne_N = mkN071 "" ; - otbulvam_V = actionV (mkV186 "") (mkV173 "") ; - otbulvane_N = mkN071 "" ; - otb_ja_gvam_V = actionV (mkV186 "") (mkV152 "") ; - otb_ja_gvane_N = mkN071 "" ; - otvara_N = mkN041 "" ; - otvara_ch_ka_N = mkN041 "" ; - otvar_ja_m_V = actionV (mkV187 "") (mkV152 "") ; - otvar_ja_ne_N = mkN071 "" ; - otve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - otve_zj_dane_N = mkN071 "" ; - otvergnat_A = mkA076 "" ; - otverka_N = mkN041 "" ; - otverstie_N = mkN072 "" ; - otvertka_N = mkN041 "" ; - otves_N = mkN007 "" ; - otvesen_A = mkA079 "" ; - otvet_N = mkN007 "" ; - otveten_A = mkA079 "" ; - otvetnik_N = mkN014 "" ; - otvetnica_N = mkN041 "" ; - otvetstven_A = mkA076 "" ; - otvetstvenik_N = mkN014a "" ; - otvetstvenost_N = mkN049 "" ; - otve_ja_n_A = mkA076 "" ; - otvivam_V = actionV (mkV186 "") (mkV163 "") ; - otvivane_N = mkN071 "" ; - otvikvam_V = actionV (mkV186 "") (mkV152 "") ; - otvikvane_N = mkN071 "" ; - otvintvam_V = actionV (mkV186 "") (mkV173 "") ; - otvintvane_N = mkN071 "" ; - otvle_ch_en_A = mkA076 "" ; - otvle_ch_enost_N = mkN049 "" ; - otvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - otvli_ch_ane_N = mkN071 "" ; - otvod_N = mkN007 "" ; - otvoden_A = mkA079 "" ; - otvodnitelen_A = mkA079 "" ; - otvodn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otvodn_ja_vane_N = mkN071 "" ; - otvozvam_V = actionV (mkV186 "") (mkV173 "") ; - otvozvane_N = mkN071 "" ; - otvor_N = mkN007 "" ; - otvoren_A = mkA076 "" ; - otvorenost_N = mkN049 "" ; - otvor_ja__V = stateV (mkV173 "") ; - otvraten_A = mkA076 "" ; - otvratitelen_A = mkA079 "" ; - otvra_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - otvra_sht_avane_N = mkN071 "" ; - otvra_sht_enie_N = mkN072 "" ; - otvry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - otvry_sht_ane_N = mkN071 "" ; - otvyden_A = mkA079 "" ; - otvydmorski_A = mkA078 "" ; - otvydokeanski_A = mkA078 "" ; - otvy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - otvyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - otvyrzvane_N = mkN071 "" ; - otvyrstie_N = mkN072 "" ; - otvyrtam_V = actionV (mkV186 "") (mkV177 "") ; - otvyrtane_N = mkN071 "" ; - otvyrtvam_V = actionV (mkV186 "") (mkV177 "") ; - otvyrtvane_N = mkN071 "" ; - otvyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - otvyrt_ja_vane_N = mkN071 "" ; - otv_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - otv_ja_vane_N = mkN071 "" ; - otgadavam_V = actionV (mkV186 "") (mkV161 "") ; - otgadavane_N = mkN071 "" ; - otgatvam_V = actionV (mkV186 "") (mkV152 "") ; - otgatvane_N = mkN071 "" ; - otglagolen_A = mkA079 "" ; - otglas_N = mkN007 "" ; - otglasen_A = mkA079 "" ; - otglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - otglas_ja_ne_N = mkN071 "" ; - otgledane_N = mkN071 "" ; - otgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - otgle_zj_dane_N = mkN071 "" ; - otgovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otgovar_ja_ne_N = mkN071 "" ; - otgovor_N = mkN007 "" ; - otgovoren_A = mkA079 "" ; - otgovornik_N = mkN014 "" ; - otgovornost_N = mkN049 "" ; - otgov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - otgov_ja_vane_N = mkN071 "" ; - otgor_ja__V = stateV (mkV174 "") ; - otgrizvam_V = actionV (mkV186 "") (mkV151 "") ; - otgry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - otgry_sht_ane_N = mkN071 "" ; - otdavam_V = actionV (mkV186 "") (mkV168 "") ; - otdavane_N = mkN071 "" ; - otdavna_sh_en_A = mkA079 "" ; - otdaden_A = mkA076 "" ; - otdadenost_N = mkN049 "" ; - otdale_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - otdale_ch_avane_N = mkN071 "" ; - otdale_ch_en_A = mkA076 "" ; - otdale_ch_enie_N = mkN072 "" ; - otdale_ch_enost_N = mkN049 "" ; - otdel_N = mkN007 "" ; - otdelen_A = mkA079 "" ; - otdelenie_N = mkN072 "" ; - otdelenost_N = mkN049 "" ; - otdelimost_N = mkN049 "" ; - otdelitel_N = mkN031 "" ; - otdelitelen_A = mkA079 "" ; - otdel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - otdel_ja_ne_N = mkN071 "" ; - otdiram_V = actionV (mkV186 "") (mkV170 "") ; - otdirane_N = mkN071 "" ; - otdih_N = mkN007 "" ; - otdrypvam_V = actionV (mkV186 "") (mkV152 "") ; - otdrypvane_N = mkN071 "" ; - otdu_sh_nik_N = mkN014 "" ; - otdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - otdyhvane_N = mkN071 "" ; - oteg_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - oteg_ch_avane_N = mkN071 "" ; - oteg_ch_enie_N = mkN072 "" ; - oteg_ch_itelen_A = mkA079 "" ; - oteg_ch_itelnost_N = mkN049 "" ; - ote_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ote_zj_n_ja_vane_N = mkN071 "" ; - oteka_V = stateV (mkV148 "") ; - otekvam_V = actionV (mkV186 "") (mkV152 "") ; - otekvane_N = mkN071 "" ; - otelvam_V = actionV (mkV186 "") (mkV173 "") ; - otelvane_N = mkN071 "" ; - otenyk_N = mkN014 "" ; - otesam_V = stateV (mkV186 "") ; - otesne_ja__V = stateV (mkV160 "") ; - otesn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otesn_ja_vane_N = mkN071 "" ; - otec_N = mkN008a "" ; - ote_ch_estven_A = mkA076 "" ; - ote_ch_estvenofrontovec_N = mkN008a "" ; - ote_ch_estvenofrontovski_A = mkA078 "" ; - ote_ch_estvo_N = mkN054 "" ; - ote_ch_estvoznanie_N = mkN072 "" ; - ot_zj_ivelica_N = mkN041 "" ; - ot_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ot_zj_iv_ja_vane_N = mkN071 "" ; - ot_zj_iv_ja_l_A = mkA081 "" ; - ot_zj_iv_ja_lost_N = mkN049 "" ; - otzvuk_N = mkN014 "" ; - otzvu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - otzvu_ch_avane_N = mkN071 "" ; - otzemam_V = actionV (mkV186 "") (mkV171 "") ; - otzemane_N = mkN071 "" ; - otziv_N = mkN007 "" ; - otziv_ch_iv_A = mkA076 "" ; - otziv_ch_ivost_N = mkN049 "" ; - otzovavam_V = actionV (mkV186 "") (mkV151 "") ; - otzovavane_N = mkN071 "" ; - otivam_V = actionV (mkV186 "") (mkV146 "") ; - otivane_N = mkN071 "" ; - oti_ch_am_V = stateV (mkV186 "") ; - oti_ch_ane_N = mkN071 "" ; - otkaz_N = mkN007 "" ; - otkazvam_V = actionV (mkV186 "") (mkV156 "") ; - otkazvane_N = mkN071 "" ; - otkarvam_V = actionV (mkV186 "") (mkV186 "") ; - otkarvane_N = mkN071 "" ; - otkaten_A = mkA079 "" ; - otka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - otka_ch_ane_N = mkN071 "" ; - otka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - otka_ch_vane_N = mkN071 "" ; - otka_ch_enost_N = mkN049 "" ; - otkisl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otkisl_ja_vane_N = mkN071 "" ; - otklik_N = mkN014 "" ; - otklikvam_V = actionV (mkV186 "") (mkV152 "") ; - otklikvane_N = mkN071 "" ; - otklonenie_N = mkN072 "" ; - otklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otklon_ja_vane_N = mkN071 "" ; - otkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - otkl_iu__ch_vane_N = mkN071 "" ; - otkovavam_V = actionV (mkV186 "") (mkV151 "") ; - otkovavane_N = mkN071 "" ; - otkole_sh_en_A = mkA079 "" ; - otkomandirovam_V = stateV (mkV186 "") ; - otkomandirovane_N = mkN071 "" ; - otkopavam_V = actionV (mkV186 "") (mkV161 "") ; - otkopavane_N = mkN071 "" ; - otkopiram_V = stateV (mkV186 "") ; - otkopirane_N = mkN071 "" ; - otkop_ch_a_V = stateV (mkV176 "") ; - otkop_ch_avam_V = stateV (mkV186 "") ; - otkop_ch_avane_N = mkN071 "" ; - otkop_ch_a_ja__V = stateV (mkV161 "") ; - otkop_ch_vam_V = actionV (mkV186 "") (mkV160 "") ; - otkop_ch_vane_N = mkN071 "" ; - otkos_N = mkN007 "" ; - otkos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otkos_ja_vane_N = mkN071 "" ; - otkradvam_V = actionV (mkV186 "") (mkV152 "") ; - otkradvane_N = mkN071 "" ; - otkrehvam_V = actionV (mkV186 "") (mkV152 "") ; - otkrehvane_N = mkN071 "" ; - otkrivaem_A = mkA076 "" ; - otkrivam_V = actionV (mkV186 "") (mkV163 "") ; - otkrivane_N = mkN071 "" ; - otkrivatel_N = mkN031a "" ; - otkrivatelka_N = mkN041 "" ; - otkrivatelski_A = mkA078 "" ; - otkritie_N = mkN072 "" ; - otkritost_N = mkN049 "" ; - otkroven_A = mkA076 "" ; - otkrovenie_N = mkN072 "" ; - otkrovenost_N = mkN049 "" ; - otkro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - otkro_ja_vane_N = mkN071 "" ; - otkup_N = mkN007 "" ; - otkupvam_V = actionV (mkV186 "") (mkV173 "") ; - otkupvane_N = mkN071 "" ; - otkupuvam_V = actionV (mkV186 "") (mkV173 "") ; - otkupuvane_N = mkN071 "" ; - otkyrmvam_V = actionV (mkV186 "") (mkV173 "") ; - otkyrmvane_N = mkN071 "" ; - otkyrm_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otkyrm_ja_ne_N = mkN071 "" ; - otkyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - otkyrtvane_N = mkN071 "" ; - otkyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - otkyr_sh_vane_N = mkN071 "" ; - otkys_N = mkN007 "" ; - otkysam_V = stateV (mkV186 "") ; - otkysane_N = mkN071 "" ; - otkysvam_V = actionV (mkV186 "") (mkV152 "") ; - otkysvane_N = mkN071 "" ; - otkyslek_N = mkN014 "" ; - otkysle_ch_en_A = mkA079 "" ; - otkysle_ch_nost_N = mkN049 "" ; - otkysnatost_N = mkN049 "" ; - otlagam_V = actionV (mkV186 "") (mkV176 "") ; - otlagane_N = mkN071 "" ; - otlagatelen_A = mkA079 "" ; - otle_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - otle_zj_avane_N = mkN071 "" ; - otle_zj_al_A = mkA076 "" ; - otlepvam_V = actionV (mkV186 "") (mkV174 "") ; - otlepvane_N = mkN071 "" ; - otlep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - otlep_ja_ne_N = mkN071 "" ; - otlet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - otlet_ja_vane_N = mkN071 "" ; - otle_ja__V = stateV (mkV160 "") ; - otliv_N = mkN007 "" ; - otlivam_V = stateV (mkV186 "") ; - otlivane_N = mkN071 "" ; - otlivka_N = mkN041 "" ; - otlitam_V = actionV (mkV186 "") (mkV177 "") ; - otlitane_N = mkN071 "" ; - otli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - otli_ch_avane_N = mkN071 "" ; - otli_ch_en_A = mkA079 "" ; - otli_ch_ie_N = mkN072 "" ; - otli_ch_itelen_A = mkA079 "" ; - otli_ch_itelnost_N = mkN049 "" ; - otli_ch_nik_N = mkN014 "" ; - otli_ch_ni_ch_ka_N = mkN041 "" ; - otlomka_N = mkN041 "" ; - otlomyk_N = mkN014 "" ; - otlom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otlom_ja_vane_N = mkN071 "" ; - otly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - otly_ch_vane_N = mkN071 "" ; - otly_ch_ka_N = mkN041 "" ; - otmale_ja__V = stateV (mkV160 "") ; - otmal_ja_vam_V = stateV (mkV186 "") ; - otmal_ja_vane_N = mkN071 "" ; - otmal_ja_lost_N = mkN049 "" ; - otmar_ja_m_V = stateV (mkV187 "") ; - otmar_ja_ne_N = mkN071 "" ; - otmahvam_V = actionV (mkV186 "") (mkV152 "") ; - otmahvane_N = mkN071 "" ; - otmenenie_N = mkN072 "" ; - otmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otmen_ja_vane_N = mkN071 "" ; - otmen_ja_em_A = mkA076 "" ; - otmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - otmen_ja_ne_N = mkN071 "" ; - otmervam_V = actionV (mkV186 "") (mkV173 "") ; - otmervane_N = mkN071 "" ; - otmeren_A = mkA079 "" ; - otmerenost_N = mkN049 "" ; - otmestvam_V = actionV (mkV186 "") (mkV173 "") ; - otmestvane_N = mkN071 "" ; - otmeta_V = stateV (mkV145 "") ; - otmetka_N = mkN041 "" ; - otmivam_V = actionV (mkV186 "") (mkV163 "") ; - otmivane_N = mkN071 "" ; - otmile_ja__V = stateV (mkV160 "") ; - otminavam_V = actionV (mkV186 "") (mkV152 "") ; - otminavane_N = mkN071 "" ; - otmiram_V = actionV (mkV186 "") (mkV150a "") ; - otmirane_N = mkN071 "" ; - otmirisvam_V = actionV (mkV186 "") (mkV159 "") ; - otmirisvane_N = mkN071 "" ; - otmora_N = mkN041 "" ; - otmoritelen_A = mkA079 "" ; - otmor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otmor_ja_vane_N = mkN071 "" ; - otmotavam_V = actionV (mkV186 "") (mkV161 "") ; - otmotavane_N = mkN071 "" ; - otmraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otmraz_ja_vane_N = mkN071 "" ; - otmykvam_V = actionV (mkV186 "") (mkV152 "") ; - otmykvane_N = mkN071 "" ; - otmystitel_N = mkN031a "" ; - otmystitelen_A = mkA079 "" ; - otmystitelka_N = mkN041 "" ; - otmystitelnost_N = mkN049 "" ; - otmyst_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otmyst_ja_vane_N = mkN071 "" ; - otmy_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - otmy_sht_avane_N = mkN071 "" ; - otmy_sht_enie_N = mkN072 "" ; - otm_ja_na_N = mkN043 "" ; - otm_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - otm_ja_tane_N = mkN071 "" ; - otnas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - otnas_ja_ne_N = mkN071 "" ; - otnemam_V = actionV (mkV186 "") (mkV171 "") ; - otnemane_N = mkN071 "" ; - otnositelen_A = mkA079 "" ; - otnositelnost_N = mkN049 "" ; - otno_sh_enie_N = mkN072 "" ; - otok_N = mkN014 "" ; - otolog_N = mkN015 "" ; - otologi_ja__N = mkN047 "" ; - otomanin_N = mkN018 "" ; - otomanka_N = mkN041 "" ; - otomanski_A = mkA078 "" ; - otoplenie_N = mkN072 "" ; - otoplitelen_A = mkA079 "" ; - otopl_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - otopl_ja_vane_N = mkN071 "" ; - otopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otopl_ja_ne_N = mkN071 "" ; - otop_ja__V = stateV (mkV174 "") ; - otorizaci_ja__N = mkN047 "" ; - otoriziram_V = stateV (mkV186 "") ; - otorizirane_N = mkN071 "" ; - otpadam_V = actionV (mkV186 "") (mkV152 "") ; - otpadane_N = mkN071 "" ; - otpadnalost_N = mkN049 "" ; - otpadyk_N = mkN014 "" ; - otpady_ch_en_A = mkA079 "" ; - otpar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otpar_ja_ne_N = mkN071 "" ; - otpa_sh_a_V = stateV (mkV159 "") ; - otpera_V = stateV (mkV170 "") ; - otpe_ch_atane_N = mkN071 "" ; - otpe_ch_atvam_V = actionV (mkV186 "") (mkV186 "") ; - otpe_ch_atvane_N = mkN071 "" ; - otpe_ch_atyk_N = mkN014 "" ; - otpe_ja__V = stateV (mkV164 "") ; - otpivam_V = actionV (mkV186 "") (mkV163 "") ; - otpivane_N = mkN071 "" ; - otpisvam_V = actionV (mkV186 "") (mkV159 "") ; - otpisvane_N = mkN071 "" ; - otplavam_V = stateV (mkV186 "") ; - otplavane_N = mkN071 "" ; - otplata_N = mkN041 "" ; - otpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - otpla_sht_ane_N = mkN071 "" ; - otplesvam_V = actionV (mkV186 "") (mkV152 "") ; - otplesvane_N = mkN071 "" ; - otpleskvam_V = actionV (mkV186 "") (mkV152 "") ; - otpleskvane_N = mkN071 "" ; - otplitam_V = actionV (mkV186 "") (mkV145 "") ; - otplitane_N = mkN071 "" ; - otpluvam_V = stateV (mkV186 "") ; - otpluvane_N = mkN071 "" ; - otpor_N = mkN007 "" ; - otporvam_V = actionV (mkV186 "") (mkV173 "") ; - otporvane_N = mkN071 "" ; - otpo_ch_ivam_V = actionV (mkV186 "") (mkV152 "") ; - otpo_ch_ivane_N = mkN071 "" ; - otpo_ja__V = stateV (mkV175 "") ; - otpraven_A = mkA079 "" ; - otprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otprav_ja_ne_N = mkN071 "" ; - otpraznuvam_V = stateV (mkV186 "") ; - otpraznuvane_N = mkN071 "" ; - otpratka_N = mkN041 "" ; - otpra_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - otpra_sht_ane_N = mkN071 "" ; - otpri_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - otpri_sht_vane_N = mkN071 "" ; - otpr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - otpr_ja_gane_N = mkN071 "" ; - otpusk_N = mkN007 "" ; - otpuska_N = mkN041 "" ; - otpuskam_V = actionV (mkV186 "") (mkV152 "") ; - otpuskane_N = mkN071 "" ; - otpuskar_N = mkN031a "" ; - otpusnatost_N = mkN049 "" ; - otpu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - otpu_sh_vane_N = mkN071 "" ; - otpu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - otpu_sht_ane_N = mkN071 "" ; - otpy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - otpy_zj_dane_N = mkN071 "" ; - otpytuvam_V = actionV (mkV186 "") (mkV173 "") ; - otpytuvane_N = mkN071 "" ; - otrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - otrabotvane_N = mkN071 "" ; - otrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otrav_ja_ne_N = mkN071 "" ; - otra_zj_avam_V = actionV (mkV186 "") (mkV174 "") ; - otra_zj_avane_N = mkN071 "" ; - otra_zj_aem_A = mkA076 "" ; - otra_zj_atel_N = mkN031 "" ; - otra_zj_atelen_A = mkA079 "" ; - otra_zj_enie_N = mkN072 "" ; - otrazitel_N = mkN031 "" ; - otraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otraz_ja_vane_N = mkN071 "" ; - otrakan_A = mkA076 "" ; - otrakane_N = mkN071 "" ; - otrakvam_V = actionV (mkV186 "") (mkV186 "") ; - otrakvane_N = mkN071 "" ; - otraslov_A = mkA076 "" ; - otrasna_V = stateV (mkV152 "") ; - otrastvam_V = actionV (mkV186 "") (mkV145 "") ; - otrastvane_N = mkN071 "" ; - otrasyl_N = mkN009 "" ; - otra_ja__V = stateV (mkV162 "") ; - otreagiram_V = stateV (mkV186 "") ; - otreagirane_N = mkN071 "" ; - otred_N = mkN007 "" ; - otreden_A = mkA076 "" ; - otred_ja__V = stateV (mkV174 "") ; - otre_zj_dam_V = stateV (mkV186 "") ; - otre_zj_dane_N = mkN071 "" ; - otrez_N = mkN007 "" ; - otrezvenie_N = mkN072 "" ; - otrezve_ja__V = stateV (mkV160 "") ; - otrezvitelen_A = mkA079 "" ; - otrezv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otrezv_ja_vane_N = mkN071 "" ; - otrezka_N = mkN041 "" ; - otrezn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - otrezn_ja_vane_N = mkN071 "" ; - otreka_V = stateV (mkV148 "") ; - otrepka_N = mkN041 "" ; - otrivam_V = actionV (mkV186 "") (mkV163 "") ; - otrivane_N = mkN071 "" ; - otrivist_A = mkA076 "" ; - otrivistost_N = mkN049 "" ; - otritvam_V = actionV (mkV186 "") (mkV152 "") ; - otritvane_N = mkN071 "" ; - otricanie_N = mkN072 "" ; - otricatelen_A = mkA079 "" ; - otri_ch_am_V = stateV (mkV186 "") ; - otri_ch_ane_N = mkN071 "" ; - otrova_N = mkN041 "" ; - otroven_A = mkA079 "" ; - otrovitel_N = mkN031a "" ; - otrovitelka_N = mkN041 "" ; - otrovnost_N = mkN049 "" ; - otrok_N = mkN014 "" ; - otronvam_V = actionV (mkV186 "") (mkV173 "") ; - otronvane_N = mkN071 "" ; - otron_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otron_ja_ne_N = mkN071 "" ; - otro_ch_e_N = mkN065 "" ; - otruden_A = mkA076 "" ; - otrud_ja__V = stateV (mkV173 "") ; - otrupane_N = mkN071 "" ; - otrupvam_V = actionV (mkV186 "") (mkV186 "") ; - otrupvane_N = mkN071 "" ; - otr_ja_d_N = mkN007 "" ; - otr_ja_den_A = mkA079 "" ; - otr_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - otr_ja_zvane_N = mkN071 "" ; - otr_ja_zyk_N = mkN014 "" ; - otsamen_A = mkA079 "" ; - otsvirvam_V = actionV (mkV186 "") (mkV173 "") ; - otsvirvane_N = mkN071 "" ; - otsed_ja__V = stateV (mkV177 "") ; - otseka_V = stateV (mkV149 "") ; - otsenka_N = mkN041 "" ; - otsen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - otsen_ja_ne_N = mkN071 "" ; - otse_ch_en_A = mkA076 "" ; - otse_ch_enost_N = mkN049 "" ; - otse_ch_ka_N = mkN041 "" ; - otsipvam_V = actionV (mkV186 "") (mkV154 "") ; - otsipvane_N = mkN071 "" ; - otsi_ch_am_V = actionV (mkV186 "") (mkV154 "") ; - otsi_ch_ane_N = mkN071 "" ; - otska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - otska_ch_ane_N = mkN071 "" ; - otskok_N = mkN014 "" ; - otskokvam_V = actionV (mkV186 "") (mkV152 "") ; - otskokvane_N = mkN071 "" ; - otskoro_sh_en_A = mkA079 "" ; - otskubvam_V = actionV (mkV186 "") (mkV152 "") ; - otskubvane_N = mkN071 "" ; - otslabvam_V = actionV (mkV186 "") (mkV173 "") ; - otslabvane_N = mkN071 "" ; - otslabna_V = stateV (mkV152 "") ; - otslabnalost_N = mkN049 "" ; - otslab_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - otslab_ja_ne_N = mkN071 "" ; - otslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - otslu_zj_vane_N = mkN071 "" ; - otspivam_V = actionV (mkV186 "") (mkV182 "") ; - otspivane_N = mkN071 "" ; - otsramvam_V = actionV (mkV186 "") (mkV174 "") ; - otsramvane_N = mkN071 "" ; - otsre_sht_en_A = mkA079 "" ; - otsro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - otsro_ch_vane_N = mkN071 "" ; - otsro_ch_ka_N = mkN041 "" ; - otstivam_V = actionV (mkV186 "") (mkV152 "") ; - otstivane_N = mkN071 "" ; - otsto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - otsto_ja_vane_N = mkN071 "" ; - otsto_ja_nie_N = mkN072 "" ; - otstranen_A = mkA076 "" ; - otstranenie_N = mkN072 "" ; - otstranenost_N = mkN049 "" ; - otstranimost_N = mkN049 "" ; - otstran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otstran_ja_vane_N = mkN071 "" ; - otstyp_N = mkN007 "" ; - otstypatelen_A = mkA079 "" ; - otstypvam_V = actionV (mkV186 "") (mkV173 "") ; - otstypvane_N = mkN071 "" ; - otstypitelen_A = mkA079 "" ; - otstypka_N = mkN041 "" ; - otstyplenie_N = mkN072 "" ; - otstypnik_N = mkN014 "" ; - otstypnica_N = mkN041 "" ; - otstypni_ch_estvo_N = mkN054 "" ; - otstyp_ch_iv_A = mkA076 "" ; - otstyp_ch_ivost_N = mkN049 "" ; - otsy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - otsy_zj_dane_N = mkN071 "" ; - otsyrdvam_V = actionV (mkV186 "") (mkV173 "") ; - otsyrdvane_N = mkN071 "" ; - otsystvam_V = stateV (mkV186 "") ; - otsystvane_N = mkN071 "" ; - otsystva_sht__A = mkA076 "" ; - otsystven_A = mkA076 "" ; - otsystvie_N = mkN072 "" ; - otsystvuvam_V = stateV (mkV186 "") ; - otsystvuvane_N = mkN071 "" ; - otsystvuva_sht__A = mkA076 "" ; - ots_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - ots_ja_vane_N = mkN071 "" ; - ots_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - ots_ja_dane_N = mkN071 "" ; - ots_ja_nka_N = mkN043a "" ; - ottaty_sh_en_A = mkA079 "" ; - ottegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ottegl_ja_ne_N = mkN071 "" ; - ottenyk_N = mkN014 "" ; - otti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - otti_ch_ane_N = mkN071 "" ; - ottlasvam_V = actionV (mkV186 "") (mkV152 "") ; - ottlaskvam_V = actionV (mkV186 "") (mkV186 "") ; - ottlaskvane_N = mkN071 "" ; - ottok_N = mkN014 "" ; - otto_ch_a_V = stateV (mkV176 "") ; - otto_ch_en_A = mkA079 "" ; - ottulvam_V = actionV (mkV186 "") (mkV173 "") ; - ottulvane_N = mkN071 "" ; - ottul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ottul_ja_ne_N = mkN071 "" ; - otupvam_V = actionV (mkV186 "") (mkV186 "") ; - otupvane_N = mkN071 "" ; - otu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - otu_ch_vane_N = mkN071 "" ; - othapvam_V = actionV (mkV186 "") (mkV154 "") ; - othapvane_N = mkN071 "" ; - othvrykvam_V = actionV (mkV186 "") (mkV152 "") ; - othvrykvane_N = mkN071 "" ; - othvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - othvyrl_ja_ne_N = mkN071 "" ; - othvyr_ch_avam_V = stateV (mkV186 "") ; - othvyr_ch_avane_N = mkN071 "" ; - othlabvam_V = stateV (mkV186 "") ; - othlabvane_N = mkN071 "" ; - othlupvam_V = actionV (mkV186 "") (mkV173 "") ; - othlupvane_N = mkN071 "" ; - othoden_A = mkA079 "" ; - othod_ja__V = stateV (mkV173 "") ; - othranvam_V = actionV (mkV186 "") (mkV173 "") ; - othranvane_N = mkN071 "" ; - otce_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - otce_zj_dane_N = mkN071 "" ; - otcepvam_V = actionV (mkV186 "") (mkV173 "") ; - otcepvane_N = mkN071 "" ; - otceplenie_N = mkN072 "" ; - otcepnik_N = mkN014 "" ; - otcepnica_N = mkN041 "" ; - otcepni_ch_eski_A = mkA078 "" ; - otcepni_ch_estvo_N = mkN054 "" ; - otceubiec_N = mkN013 "" ; - otceubijstvo_N = mkN054 "" ; - ot_ch_ajvam_V = actionV (mkV186 "") (mkV162 "") ; - ot_ch_ajvane_N = mkN071 "" ; - ot_ch_a_ja_n_A = mkA076 "" ; - ot_ch_a_ja_nie_N = mkN072 "" ; - ot_ch_a_ja_nost_N = mkN049 "" ; - ot_ch_e_N = mkN065 "" ; - ot_ch_ekvam_V = actionV (mkV186 "") (mkV152 "") ; - ot_ch_ekvane_N = mkN071 "" ; - ot_ch_et_N = mkN007 "" ; - ot_ch_eta_V = stateV (mkV145 "") ; - ot_ch_eten_A = mkA079 "" ; - ot_ch_etliv_A = mkA076 "" ; - ot_ch_etlivost_N = mkN049 "" ; - ot_ch_etnik_N = mkN014 "" ; - ot_ch_etnost_N = mkN049 "" ; - ot_ch_islenie_N = mkN072 "" ; - ot_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ot_ch_isl_ja_vane_N = mkN071 "" ; - ot_ch_itam_V = actionV (mkV186 "") (mkV174 "") ; - ot_ch_itane_N = mkN071 "" ; - ot_ch_u_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - ot_ch_u_zj_davane_N = mkN071 "" ; - ot_ch_u_zj_daemost_N = mkN049 "" ; - ot_ch_u_zj_den_A = mkA076 "" ; - ot_ch_u_zj_denie_N = mkN072 "" ; - ot_ch_u_zj_denost_N = mkN049 "" ; - ot_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - ot_ch_upvane_N = mkN071 "" ; - ot_sh_elnik_N = mkN014 "" ; - ot_sh_elnica_N = mkN041 "" ; - ot_sh_elni_ch_eski_A = mkA078 "" ; - ot_sh_elni_ch_estvo_N = mkN054 "" ; - ot_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - ot_sh_ivane_N = mkN071 "" ; - ot_sh_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ot_sh_um_ja_vane_N = mkN071 "" ; - ot_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - ot_sht_ipvane_N = mkN071 "" ; - ot_sht__ja_vam_V = actionV (mkV186 "") (mkV144 "") ; - ot_sht__ja_vane_N = mkN071 "" ; - oty_zj_destv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - oty_zj_destv_ja_vane_N = mkN071 "" ; - oty_zj_destv_ja_em_A = mkA076 "" ; - otyn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - otyn_ja_vane_N = mkN071 "" ; - otype_ja__V = stateV (mkV160 "") ; - otypkan_A = mkA076 "" ; - otypkvam_V = actionV (mkV186 "") (mkV155 "") ; - otypkvane_N = mkN071 "" ; - otyrvavam_V = actionV (mkV186 "") (mkV151 "") ; - otyrvavane_N = mkN071 "" ; - otyrvane_N = mkN071 "" ; - otyrkal_ja_m_V = stateV (mkV187 "") ; - otyrkal_ja_ne_N = mkN071 "" ; - otyrkan_A = mkA076 "" ; - otyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - otyrkvane_N = mkN071 "" ; - otyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - otyrsvane_N = mkN071 "" ; - otyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - otyr_ch_avane_N = mkN071 "" ; - ot_ja_vlen_A = mkA076 "" ; - ot_ja_dam_V = stateV (mkV186 "") ; - ot_ja_m_V = stateV (mkV169 "") ; - ofanziva_N = mkN041 "" ; - ofanziven_A = mkA079 "" ; - ofejkam_V = stateV (mkV186 "") ; - ofejkane_N = mkN071 "" ; - ofejkvam_V = stateV (mkV186 "") ; - ofejkvane_N = mkN071 "" ; - oferiram_V = stateV (mkV186 "") ; - oferirane_N = mkN071 "" ; - oferta_N = mkN041 "" ; - ofis_A = mkA089a "" ; - oficer_N = mkN007 "" ; - oficerski_A = mkA078 "" ; - oficerstvo_N = mkN054 "" ; - oficialen_A = mkA079 "" ; - oficialnost_N = mkN049 "" ; - oficioz_N = mkN007 "" ; - oficiozen_A = mkA079 "" ; - oformen_A = mkA076 "" ; - oformenost_N = mkN049 "" ; - oformlenie_N = mkN072 "" ; - oform_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - oform_ja_vane_N = mkN071 "" ; - oform_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - oform_ja_ne_N = mkN071 "" ; - ofortist_N = mkN007 "" ; - ofsajd_N = mkN007 "" ; - ofset_N = mkN007 "" ; - oftalmi_ja__N = mkN047 "" ; - oftalmolog_N = mkN015 "" ; - oftalmologi_ja__N = mkN047 "" ; - oharakteriziram_V = stateV (mkV186 "") ; - oharakterizirane_N = mkN071 "" ; - ohar_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ohar_ch_vane_N = mkN071 "" ; - ohvam_V = stateV (mkV186 "") ; - ohvane_N = mkN071 "" ; - ohkam_V = stateV (mkV186 "") ; - ohkane_N = mkN071 "" ; - ohlabvam_V = actionV (mkV186 "") (mkV173 "") ; - ohlabvane_N = mkN071 "" ; - ohladen_A = mkA076 "" ; - ohladitel_N = mkN031 "" ; - ohladitelen_A = mkA079 "" ; - ohladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ohladn_ja_vane_N = mkN071 "" ; - ohlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ohlad_ja_vane_N = mkN071 "" ; - ohla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - ohla_zj_dane_N = mkN071 "" ; - ohluzvam_V = actionV (mkV186 "") (mkV173 "") ; - ohluzvane_N = mkN071 "" ; - ohl_iu_v_N = mkN007 "" ; - ohna_V = stateV (mkV152 "") ; - oholen_A = mkA079 "" ; - oholnik_N = mkN014 "" ; - oholnost_N = mkN049 "" ; - oholstvo_N = mkN054 "" ; - oholstvuvam_V = stateV (mkV186 "") ; - oholstvuvane_N = mkN071 "" ; - ohota_N = mkN041 "" ; - ohoten_A = mkA079 "" ; - ohotnost_N = mkN049 "" ; - ohra_N = mkN041 "" ; - ohrana_N = mkN041 "" ; - ohranvam_V = actionV (mkV186 "") (mkV173 "") ; - ohranvane_N = mkN071 "" ; - ohranen_A = mkA076 "" ; - ohranenost_N = mkN049 "" ; - ohranitelen_A = mkA079 "" ; - ohran_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - ohran_ja_vane_N = mkN071 "" ; - ohran_ja_em_A = mkA076 "" ; - ohridski_A = mkA078 "" ; - ohript_ja_vam_V = stateV (mkV186 "") ; - ohript_ja_vane_N = mkN071 "" ; - ohtika_N = mkN041 "" ; - ohtik_ja_sane_N = mkN071 "" ; - ohti_ch_av_A = mkA076 "" ; - ohulvam_V = actionV (mkV186 "") (mkV173 "") ; - ohulvane_N = mkN071 "" ; - ocapvam_V = actionV (mkV186 "") (mkV186 "") ; - ocapvane_N = mkN071 "" ; - ocvetenost_N = mkN049 "" ; - ocvetitel_N = mkN031 "" ; - ocvetitelen_A = mkA079 "" ; - ocvet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ocvet_ja_vane_N = mkN071 "" ; - oce_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - oce_zj_dane_N = mkN071 "" ; - ocel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ocel_ja_vane_N = mkN071 "" ; - ocenitel_N = mkN031a "" ; - ocenitelen_A = mkA079 "" ; - ocenitelka_N = mkN041 "" ; - ocenka_N = mkN041 "" ; - ocen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ocen_ja_vane_N = mkN071 "" ; - ocet_N = mkN007 "" ; - oceten_A = mkA079 "" ; - ocifren_A = mkA076 "" ; - ocifr_ja_vam_V = stateV (mkV186 "") ; - ocifr_ja_vane_N = mkN071 "" ; - ocykl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ocykl_ja_ne_N = mkN071 "" ; - o_ch_akvam_V = stateV (mkV186 "") ; - o_ch_akvan_A = mkA076 "" ; - o_ch_akvane_N = mkN071 "" ; - o_ch_akvatelen_A = mkA079 "" ; - o_ch_arovam_V = stateV (mkV186 "") ; - o_ch_arovane_N = mkN071 "" ; - o_ch_arovanie_N = mkN072 "" ; - o_ch_arovanost_N = mkN049 "" ; - o_ch_arovatelen_A = mkA079 "" ; - o_ch_arovatelnost_N = mkN049 "" ; - o_ch_ebien_A = mkA085 "" ; - o_ch_ebie_sht__A = mkA076 "" ; - o_ch_ebijnost_N = mkN049 "" ; - o_ch_evaden_A = mkA079 "" ; - o_ch_eviden_A = mkA079 "" ; - o_ch_evidec_N = mkN008a "" ; - o_ch_evidka_N = mkN041 "" ; - o_ch_evidnost_N = mkN049 "" ; - o_ch_en_A = mkA079 "" ; - o_ch_erk_N = mkN014 "" ; - o_ch_erkist_N = mkN007 "" ; - o_ch_ern_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - o_ch_ern_ja_ne_N = mkN071 "" ; - o_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - o_ch_ertavane_N = mkN071 "" ; - o_ch_ertan_A = mkA076 "" ; - o_ch_ertanie_N = mkN072 "" ; - o_ch_e_sh_a_V = stateV (mkV159 "") ; - o_ch_ila_N = mkN074 "" ; - o_ch_ilar_N = mkN031a "" ; - o_ch_ilarka_N = mkN041 "" ; - o_ch_ilat_A = mkA076 "" ; - o_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - o_ch_istvane_N = mkN071 "" ; - o_ch_istitelen_A = mkA079 "" ; - o_ch_istitelno_N = mkN062 "" ; - o_ch_ove_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - o_ch_ove_ch_avane_N = mkN071 "" ; - o_ch_ukan_A = mkA076 "" ; - o_ch_ukane_N = mkN071 "" ; - o_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - o_ch_ukvane_N = mkN071 "" ; - o_ch_u_sh_kam_V = stateV (mkV186 "") ; - o_ch_u_sh_kane_N = mkN071 "" ; - o_sh_av_N = mkN007 "" ; - o_sh_aren_A = mkA076 "" ; - o_sh_etam_V = stateV (mkV186 "") ; - o_sh_etane_N = mkN071 "" ; - o_sh_etvam_V = stateV (mkV186 "") ; - o_sh_etvane_N = mkN071 "" ; - o_sh_ugave_ja__V = stateV (mkV160 "") ; - o_sh_ut_ja__V = stateV (mkV173 "") ; - o_sh_u_sh_kane_N = mkN071 "" ; - o_sh_u_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - o_sh_u_sh_kvane_N = mkN071 "" ; - o_sht_av_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - o_sht_av_ja_ne_N = mkN071 "" ; - o_sht_astliv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - o_sht_astliv_ja_vane_N = mkN071 "" ; - o_sht_et_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - o_sht_et_ja_vane_N = mkN071 "" ; - o_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - o_sht_ipvane_N = mkN071 "" ; - o_ja__zj_dam_V = stateV (mkV186 "") ; - o_ja__zj_dane_N = mkN071 "" ; - o_ja_m_V = stateV (mkV169 "") ; - paberkuvane_N = mkN071 "" ; - pava_zj__N = mkN007 "" ; - pava_zj_en_A = mkA079 "" ; - pave_N = mkN065 "" ; - pavian_N = mkN007 "" ; - pavilion_N = mkN007 "" ; - pavilion_ch_e_N = mkN065 "" ; - paviram_V = stateV (mkV186 "") ; - pavirane_N = mkN071 "" ; - pavlik_ja_nka_N = mkN041 "" ; - pavur_ch_e_N = mkN065 "" ; - pavxor_N = mkN007 "" ; - paganizym_N = mkN011 "" ; - pagoda_N = mkN041 "" ; - pagon_N = mkN007 "" ; - pagonen_A = mkA079 "" ; - paguba_N = mkN041 "" ; - paguben_A = mkA079 "" ; - pagubnost_N = mkN049 "" ; - padam_V = actionV (mkV186 "") (mkV152 "") ; - padane_N = mkN071 "" ; - pade_zj__N = mkN007 "" ; - pade_zj_en_A = mkA079 "" ; - padenie_N = mkN072 "" ; - padina_N = mkN041 "" ; - padi_sh_ah_N = mkN016 "" ; - pa_zj__N = mkN001 "" ; - pazar_N = mkN007 "" ; - pazaren_A = mkA079 "" ; - pazarene_N = mkN071 "" ; - pazari_sht_e_N = mkN066 "" ; - pazarlyk_N = mkN014 "" ; - pazarski_A = mkA078 "" ; - pazaruvam_V = actionV (mkV186 "") (mkV174 "") ; - pazaruvane_N = mkN071 "" ; - paza_ch__N = mkN007b "" ; - paza_ch_ka_N = mkN041 "" ; - pazva_N = mkN041 "" ; - pazvant_N = mkN007 "" ; - pazene_N = mkN071 "" ; - pazitel_N = mkN031a "" ; - pazitelka_N = mkN041 "" ; - paz_ja__V = stateV (mkV173 "") ; - paj_N = mkN028 "" ; - paket_N = mkN007 "" ; - paketen_A = mkA079 "" ; - paketiram_V = stateV (mkV186 "") ; - paketirane_N = mkN071 "" ; - paket_ch_e_N = mkN065 "" ; - pakistanka_N = mkN041 "" ; - pakost_N = mkN049 "" ; - pakosten_A = mkA079 "" ; - pakostene_N = mkN071 "" ; - pakostliv_A = mkA076 "" ; - pakostnik_N = mkN014 "" ; - pakostnica_N = mkN041 "" ; - pakostni_ch_e_N = mkN065 "" ; - pakostni_ch_estvo_N = mkN054 "" ; - pakost_ja__V = stateV (mkV174 "") ; - pakt_N = mkN001 "" ; - palav_A = mkA076 "" ; - palavec_N = mkN008a "" ; - palavnik_N = mkN014 "" ; - palavnica_N = mkN041 "" ; - palavost_N = mkN049 "" ; - palav_sht_ina_N = mkN041 "" ; - palamarka_N = mkN041 "" ; - palamida_N = mkN041 "" ; - palamud_N = mkN007 "" ; - palanka_N = mkN041 "" ; - palaska_N = mkN041 "" ; - palat_N = mkN007 "" ; - palatalen_A = mkA079 "" ; - palatalizaci_ja__N = mkN047 "" ; - palatka_N = mkN041 "" ; - palatkov_A = mkA076 "" ; - pala_ch__N = mkN007b "" ; - pala_ch_inka_N = mkN041 "" ; - pale_N = mkN065 "" ; - pale_zj__N = mkN007 "" ; - palene_N = mkN071 "" ; - paleograf_N = mkN007 "" ; - paleografi_ja__N = mkN047 "" ; - paleografski_A = mkA078 "" ; - paleozoj_N = mkN032 "" ; - paleozojski_A = mkA078 "" ; - paleozoologi_ja__N = mkN047 "" ; - paleolit_N = mkN007 "" ; - paleoliten_A = mkA079 "" ; - paleontolog_N = mkN015 "" ; - paleontologi_ch_en_A = mkA079 "" ; - paleontologi_ja__N = mkN047 "" ; - paleontolo_zj_ki_A = mkA078 "" ; - palestinec_N = mkN008a "" ; - palestinski_A = mkA078 "" ; - palet_N = mkN007 "" ; - paleten_A = mkA079 "" ; - palec_N = mkN008 "" ; - pale_sh_nik_N = mkN014 "" ; - paliativen_A = mkA079 "" ; - palimpsest_N = mkN007 "" ; - palingeneza_N = mkN041 "" ; - paliogenezis_N = mkN007 "" ; - palitra_N = mkN041 "" ; - palka_N = mkN041 "" ; - palma_N = mkN041 "" ; - palmov_A = mkA076 "" ; - palmoviden_A = mkA079 "" ; - palna_V = stateV (mkV152 "") ; - paloma_N = mkN041 "" ; - palski_A = mkA078 "" ; - palto_N = mkN054 "" ; - paluba_N = mkN041 "" ; - paluben_A = mkA079 "" ; - paluvam_V = stateV (mkV186 "") ; - paluvane_N = mkN071 "" ; - pal_ja__V = stateV (mkV173 "") ; - pal_ja__ch_o_N = mkN040 "" ; - pal_ja__ch_ovski_A = mkA078 "" ; - pal_ja__ch_ov_sht_ina_N = mkN041 "" ; - pamet_N = mkN049 "" ; - pameten_A = mkA079 "" ; - pametliv_A = mkA076 "" ; - pametlivost_N = mkN049 "" ; - pametnik_N = mkN014 "" ; - pamid_N = mkN007 "" ; - pamidov_A = mkA076 "" ; - pampers_N = mkN007 "" ; - pamtivek_N = mkN040a "" ; - pamuk_N = mkN014 "" ; - pamuklijka_N = mkN041 "" ; - pamukli_ja__N = mkN039 "" ; - pamukobera_ch__N = mkN007b "" ; - pamukobera_ch_ka_N = mkN041 "" ; - pamukov_A = mkA076 "" ; - pamukopreda_ch__N = mkN007b "" ; - pamukopreda_ch_en_A = mkA079 "" ; - pamukoproizvoditel_N = mkN031a "" ; - pamukoproizvoditelen_A = mkA079 "" ; - pamukoproizvodstvo_N = mkN054 "" ; - pamuko_ch_ista_ch_na_N = mkN041 "" ; - pamu_ch_e_N = mkN065 "" ; - pamu_ch_en_A = mkA079 "" ; - pamflet_N = mkN007 "" ; - pamfleten_A = mkA079 "" ; - pamfletist_N = mkN007 "" ; - pamfletistka_N = mkN041 "" ; - pan_N = mkN001 "" ; - panair_N = mkN007 "" ; - panaird_zj_ijski_A = mkA078 "" ; - panaird_zj_i_ja__N = mkN039 "" ; - panairen_A = mkA079 "" ; - panairski_A = mkA078 "" ; - panama_N = mkN041 "" ; - panamen_A = mkA076 "" ; - panamerikanski_A = mkA078 "" ; - panamec_N = mkN008a "" ; - panamski_A = mkA078 "" ; - panace_ja__N = mkN047 "" ; - pangalakti_ch_en_A = mkA079 "" ; - pangalakti_ch_eski_A = mkA078 "" ; - panda_N = mkN041 "" ; - pandelka_N = mkN041 "" ; - pandemi_ch_en_A = mkA079 "" ; - pandemi_ja__N = mkN047 "" ; - pandiz_N = mkN007 "" ; - pandi_sh_pan_N = mkN007 "" ; - pandora_N = mkN041 "" ; - pane_N = mkN066 "" ; - panegirik_N = mkN014 "" ; - panegirist_N = mkN007 "" ; - panegiri_ch_eski_A = mkA078 "" ; - panel_N = mkN007 "" ; - panelen_A = mkA079 "" ; - paner_N = mkN007 "" ; - panerka_N = mkN041 "" ; - paner_ch_e_N = mkN065 "" ; - panika_N = mkN041 "" ; - panikxor_N = mkN007 "" ; - panikxorka_N = mkN041 "" ; - panikxorstvo_N = mkN054 "" ; - panikxosvam_V = actionV (mkV186 "") (mkV186 "") ; - panikxosvane_N = mkN071 "" ; - paniram_V = stateV (mkV186 "") ; - panirane_N = mkN071 "" ; - panihida_N = mkN041 "" ; - panica_N = mkN041 "" ; - pani_ch_eski_A = mkA078 "" ; - pani_ch_ka_N = mkN041 "" ; - pankreas_N = mkN007 "" ; - pankreati_ch_en_A = mkA079 "" ; - pano_N = mkN054 "" ; - panoptikum_N = mkN007 "" ; - panorama_N = mkN041 "" ; - panoramen_A = mkA079 "" ; - pansion_N = mkN007 "" ; - pansionerka_N = mkN041 "" ; - panslavizym_N = mkN011 "" ; - panslavist_N = mkN007 "" ; - panslavistka_N = mkN041 "" ; - panta_N = mkN041 "" ; - pantalon_N = mkN007 "" ; - panteizym_N = mkN011 "" ; - panteist_N = mkN007 "" ; - panteon_N = mkN007 "" ; - pantera_N = mkN041 "" ; - pantograf_N = mkN007 "" ; - pantokrator_N = mkN007 "" ; - pantomima_N = mkN041 "" ; - pantof_N = mkN007 "" ; - pantofka_N = mkN041 "" ; - papa_N = mkN038 "" ; - papagal_N = mkN007 "" ; - papagalski_A = mkA078 "" ; - papagal_ch_e_N = mkN065 "" ; - papagal_sht_ina_N = mkN041 "" ; - papam_V = stateV (mkV186 "") ; - papane_N = mkN071 "" ; - papatak_N = mkN014 "" ; - papie_N = mkN065 "" ; - papizym_N = mkN011 "" ; - papionka_N = mkN041 "" ; - papirosa_N = mkN041 "" ; - papirus_N = mkN007 "" ; - papirusen_A = mkA079 "" ; - papka_N = mkN041 "" ; - papla_ch__N = mkN049 "" ; - paprat_N = mkN007 "" ; - papratov_A = mkA076 "" ; - papratoviden_A = mkA079 "" ; - paprika_sh__N = mkN007 "" ; - papski_A = mkA078 "" ; - papstvo_N = mkN054 "" ; - papuas_N = mkN007 "" ; - papun_ja_k_N = mkN014 "" ; - papur_N = mkN007 "" ; - para_N = mkN041 "" ; - parabel_N = mkN007 "" ; - parabola_N = mkN041 "" ; - paraboli_ch_en_A = mkA079 "" ; - paravan_N = mkN007 "" ; - paragvajski_A = mkA078 "" ; - paragraf_N = mkN007 "" ; - parad_N = mkN007 "" ; - paraden_A = mkA079 "" ; - paradigma_N = mkN041 "" ; - paradigmati_ch_en_A = mkA079 "" ; - paradiram_V = stateV (mkV186 "") ; - paradirane_N = mkN071 "" ; - paradnost_N = mkN049 "" ; - paradoks_N = mkN007 "" ; - paradoksalen_A = mkA079 "" ; - paradoksalnost_N = mkN049 "" ; - parazit_N = mkN007 "" ; - paraziten_A = mkA079 "" ; - parazitizym_N = mkN011 "" ; - parazitiram_V = stateV (mkV186 "") ; - parazitologi_ja__N = mkN047 "" ; - parazitstvam_V = stateV (mkV186 "") ; - parazitstvane_N = mkN071 "" ; - parazitstvuvam_V = stateV (mkV186 "") ; - parazitstvuvane_N = mkN071 "" ; - paraklis_N = mkN007 "" ; - paralel_N = mkN007 "" ; - paralelen_A = mkA079 "" ; - paralelepiped_N = mkN007 "" ; - paralelizym_N = mkN011 "" ; - paralelka_N = mkN041 "" ; - paraliza_N = mkN041 "" ; - paralizator_N = mkN007 "" ; - paraliziram_V = stateV (mkV186 "") ; - paraliziran_A = mkA076 "" ; - paralizirane_N = mkN071 "" ; - paralitik_N = mkN014 "" ; - paraliti_ch_en_A = mkA079 "" ; - paraliti_ch_ka_N = mkN041 "" ; - parali_ch__N = mkN007 "" ; - parali_ja__N = mkN039 "" ; - paralogizym_N = mkN011 "" ; - parametyr_N = mkN009 "" ; - paranoi_ch_en_A = mkA079 "" ; - parano_ja__N = mkN047 "" ; - parapet_N = mkN007 "" ; - paraplegi_ja__N = mkN047 "" ; - parapsiholog_N = mkN015 "" ; - parapsihologi_ja__N = mkN047 "" ; - parasintez_N = mkN007 "" ; - paratif_N = mkN007 "" ; - paraf_N = mkN007 "" ; - parafin_N = mkN007 "" ; - parafiniram_V = stateV (mkV186 "") ; - parafinirane_N = mkN071 "" ; - parafiram_V = stateV (mkV186 "") ; - parafirane_N = mkN071 "" ; - parafraza_N = mkN041 "" ; - parafraziram_V = stateV (mkV186 "") ; - parafrazirane_N = mkN071 "" ; - parahod_N = mkN007 "" ; - parahoden_A = mkA079 "" ; - parahod_ch_e_N = mkN065 "" ; - parahronizym_N = mkN011 "" ; - para_sh_ut_N = mkN007 "" ; - para_sh_uten_A = mkA079 "" ; - para_sh_utizym_N = mkN011 "" ; - para_sh_utist_N = mkN007 "" ; - para_sh_utistka_N = mkN041 "" ; - parvam_V = actionV (mkV186 "") (mkV152 "") ; - parvane_N = mkN071 "" ; - parven_iu__N = mkN065 "" ; - pardes_iu__N = mkN065 "" ; - paren_A = mkA079 "" ; - pari_zj_anin_N = mkN018 "" ; - pari_zj_anka_N = mkN041 "" ; - pari_zj_ki_A = mkA078 "" ; - parij_N = mkN032 "" ; - pariram_V = stateV (mkV186 "") ; - parirane_N = mkN071 "" ; - paritet_N = mkN007 "" ; - parica_N = mkN041 "" ; - pari_ch_en_A = mkA079 "" ; - pari_ch_ka_N = mkN041 "" ; - park_N = mkN001 "" ; - parket_N = mkN007 "" ; - parketen_A = mkA079 "" ; - parketin_N = mkN007 "" ; - parket_ch_i_ja__N = mkN039 "" ; - parking_N = mkN007 "" ; - parkiram_V = stateV (mkV186 "") ; - parkirane_N = mkN071 "" ; - parkov_A = mkA076 "" ; - parkostroitel_N = mkN031a "" ; - parlament_N = mkN007 "" ; - parlamentaren_A = mkA079 "" ; - parlamentarizym_N = mkN011 "" ; - parlamentarist_N = mkN007a "" ; - parlamentaristka_N = mkN041 "" ; - parlamentxor_N = mkN007 "" ; - parlamentxorski_A = mkA078 "" ; - parliv_A = mkA076 "" ; - parlivost_N = mkN049 "" ; - parnasist_N = mkN007 "" ; - parnik_N = mkN014 "" ; - parnikov_A = mkA076 "" ; - parno_N = mkN054 "" ; - parodien_A = mkA085 "" ; - parodiram_V = stateV (mkV186 "") ; - parodirane_N = mkN071 "" ; - parodi_ja__N = mkN047 "" ; - paroksizym_N = mkN011 "" ; - parola_N = mkN041 "" ; - paronim_N = mkN007 "" ; - paroobrazen_A = mkA079 "" ; - paroobrazuvane_N = mkN071 "" ; - parootvoden_A = mkA079 "" ; - paroprovod_N = mkN007 "" ; - paroprovoden_A = mkA079 "" ; - parorazpredelenie_N = mkN072 "" ; - parorazpredelitel_N = mkN031 "" ; - parosybiratel_N = mkN031 "" ; - parouporen_A = mkA079 "" ; - partake_sh__N = mkN007 "" ; - partenka_N = mkN041 "" ; - partenogeneza_N = mkN041 "" ; - partenogeneti_ch_en_A = mkA079 "" ; - parter_N = mkN007 "" ; - parteren_A = mkA079 "" ; - parti_N = mkN065 "" ; - partida_N = mkN041 "" ; - partiden_A = mkA079 "" ; - partien_A = mkA085 "" ; - partiec_N = mkN013 "" ; - partizanin_N = mkN018 "" ; - partizanski_A = mkA078 "" ; - partizan_sht_ina_N = mkN041 "" ; - partijka_N = mkN041 "" ; - partijnost_N = mkN049 "" ; - partikularizym_N = mkN011 "" ; - partitura_N = mkN041 "" ; - parti_ja__N = mkN047 "" ; - partniram_V = stateV (mkV186 "") ; - partnxor_N = mkN007a "" ; - partnxorka_N = mkN041 "" ; - partnxorski_A = mkA078 "" ; - partnxorstvo_N = mkN054 "" ; - partu_sh_ina_N = mkN041 "" ; - parfe_N = mkN065 "" ; - parf_iu_m_N = mkN007 "" ; - parf_iu_merien_A = mkA085 "" ; - parf_iu_merist_N = mkN007 "" ; - parf_iu_meristka_N = mkN041 "" ; - parf_iu_meri_ja__N = mkN047 "" ; - parf_iu_miram_V = stateV (mkV186 "") ; - parf_iu_mirane_N = mkN071 "" ; - parcal_N = mkN007 "" ; - parcalan_N = mkN007 "" ; - parcalana_N = mkN041 "" ; - parcalen_A = mkA076 "" ; - parcaliv_A = mkA076 "" ; - parcal_ch_e_N = mkN065 "" ; - parcel_N = mkN007 "" ; - parcelen_A = mkA079 "" ; - parceliram_V = stateV (mkV186 "") ; - parcelirane_N = mkN071 "" ; - par_ch_aladosvam_V = stateV (mkV186 "") ; - par_ch_aladosvane_N = mkN071 "" ; - par_ch_e_N = mkN065 "" ; - par_ch_ence_N = mkN066 "" ; - par_ch_osvam_V = stateV (mkV186 "") ; - par_ch_osvane_N = mkN071 "" ; - par_ja__V = stateV (mkV173 "") ; - par_ja_sane_N = mkN071 "" ; - par_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - par_ja_svane_N = mkN071 "" ; - par_ja_snik_N = mkN014 "" ; - par_ja_snica_N = mkN041 "" ; - pas_N = mkN001 "" ; - pasa_V = stateV (mkV145a "") ; - pasa_zj__N = mkN007 "" ; - pasa_zj_er_N = mkN007 "" ; - pasa_zj_erka_N = mkN041 "" ; - pasa_zj_erski_A = mkA078 "" ; - pasat_N = mkN007 "" ; - pasaten_A = mkA079 "" ; - pasbi_sht_e_N = mkN066 "" ; - pasbi_sht_en_A = mkA079 "" ; - pasvam_V = stateV (mkV186 "") ; - pasvane_N = mkN071 "" ; - pasgir_N = mkN007 "" ; - pasians_N = mkN007 "" ; - pasiv_N = mkN007 "" ; - pasiven_A = mkA079 "" ; - pasivnost_N = mkN049 "" ; - pasiram_V = stateV (mkV186 "") ; - pasirane_N = mkN071 "" ; - pasiflora_N = mkN041 "" ; - pasi_sht_e_N = mkN066 "" ; - pasi_sht_en_A = mkA079 "" ; - paskvil_N = mkN007 "" ; - pasmanterien_A = mkA085 "" ; - pasmanteri_ja__N = mkN047 "" ; - pasmina_N = mkN041 "" ; - pasport_N = mkN007 "" ; - pasporten_A = mkA079 "" ; - past_N = mkN049 "" ; - pasta_N = mkN041 "" ; - pastvo_N = mkN054 "" ; - pastel_N = mkN007 "" ; - pastelen_A = mkA079 "" ; - pastelnosin_A = mkA086 "" ; - pastet_N = mkN007 "" ; - pastir_N = mkN007 "" ; - pastirski_A = mkA078 "" ; - pastor_N = mkN007 "" ; - pastoral_N = mkN007 "" ; - pastoralen_A = mkA079 "" ; - pastorski_A = mkA078 "" ; - pastyrma_N = mkN041 "" ; - pastxorizaci_ja__N = mkN047 "" ; - pastxoriziram_V = stateV (mkV186 "") ; - pastxorizirane_N = mkN071 "" ; - pasuvam_V = stateV (mkV186 "") ; - pasuvane_N = mkN071 "" ; - pasha_N = mkN041 "" ; - pashalen_A = mkA079 "" ; - pat_N = mkN001 "" ; - patardi_ja__N = mkN047 "" ; - pate_N = mkN065 "" ; - patent_N = mkN007 "" ; - patenten_A = mkA079 "" ; - patentov_A = mkA076 "" ; - patentovam_V = stateV (mkV186 "") ; - patentovan_A = mkA076 "" ; - patentovane_N = mkN071 "" ; - patence_N = mkN066 "" ; - paterik_N = mkN014 "" ; - paterica_N = mkN041 "" ; - pateti_ch_en_A = mkA079 "" ; - pateti_ch_nost_N = mkN049 "" ; - pate_sh_ki_A = mkA078 "" ; - patilo_N = mkN054 "" ; - patina_N = mkN041 "" ; - patica_N = mkN041 "" ; - patka_N = mkN041 "" ; - patlad_zj_an_N = mkN007 "" ; - patlak_N = mkN014 "" ; - patoanatomi_ch_en_A = mkA079 "" ; - patov_A = mkA076 "" ; - patogenen_A = mkA079 "" ; - patogennost_N = mkN049 "" ; - patok_N = mkN014 "" ; - patolog_N = mkN015 "" ; - patologi_ch_en_A = mkA079 "" ; - patologi_ch_nost_N = mkN049 "" ; - patologi_ja__N = mkN047 "" ; - patos_N = mkN007 "" ; - patosen_A = mkA079 "" ; - patrav_A = mkA076 "" ; - patriarh_N = mkN016 "" ; - patriarhalen_A = mkA079 "" ; - patriarhalnost_N = mkN049 "" ; - patriarhat_N = mkN007 "" ; - patriar_sh_eski_A = mkA078 "" ; - patriar_sh_i_ja__N = mkN047 "" ; - patriot_N = mkN007 "" ; - patriotarka_N = mkN041 "" ; - patriotarski_A = mkA078 "" ; - patriotarstvo_N = mkN054 "" ; - patriotar_sht_ina_N = mkN041 "" ; - patriotizym_N = mkN011 "" ; - patrioti_ch_en_A = mkA079 "" ; - patrioti_ch_eski_A = mkA078 "" ; - patriotka_N = mkN041 "" ; - patricianski_A = mkA078 "" ; - patricianstvo_N = mkN054 "" ; - patricij_N = mkN032 "" ; - patron_N = mkN007 "" ; - patrona_zj__N = mkN007 "" ; - patronda_sh__N = mkN007 "" ; - patronen_A = mkA079 "" ; - patronnik_N = mkN014 "" ; - patrul_N = mkN007 "" ; - patrulen_A = mkA079 "" ; - patruliram_V = stateV (mkV186 "") ; - patrulirane_N = mkN071 "" ; - pat_ja__V = stateV (mkV173 "") ; - pauza_N = mkN041 "" ; - paun_N = mkN007 "" ; - paund_N = mkN007 "" ; - paunov_A = mkA076 "" ; - paus_N = mkN007 "" ; - pacient_N = mkN007 "" ; - pacientka_N = mkN041 "" ; - pacifizym_N = mkN011 "" ; - pacifist_N = mkN007 "" ; - pa_ch_a_N = mkN041 "" ; - pa_ch_avra_N = mkN041 "" ; - pa_ch_ka_N = mkN041 "" ; - pa_sh_a_N = mkN041 "" ; - pa_sh_alyk_N = mkN014 "" ; - pa_sh_kul_N = mkN007 "" ; - pa_sh_kuloproizvoditel_N = mkN031a "" ; - pa_sh_ov_A = mkA076 "" ; - pa_sht_yrnak_N = mkN014 "" ; - pa_ja__zj_ina_N = mkN041 "" ; - pa_ja__zj_inen_A = mkA079 "" ; - pa_ja_k_N = mkN014 "" ; - pa_ja_koobrazen_A = mkA079 "" ; - pa_ja_nta_N = mkN041 "" ; - pa_ja_ntov_A = mkA076 "" ; - pean_N = mkN007 "" ; - pevec_N = mkN008a "" ; - pevica_N = mkN041 "" ; - pev_ch_eski_A = mkA078 "" ; - pegas_N = mkN007 "" ; - pedagog_N = mkN015 "" ; - pedagogika_N = mkN041 "" ; - pedagogi_ch_en_A = mkA079 "" ; - pedagogi_ch_eski_A = mkA078 "" ; - pedagogi_ja__N = mkN047 "" ; - pedago_zj_ka_N = mkN041 "" ; - pedago_zj_ki_A = mkA078 "" ; - pedal_N = mkN007 "" ; - pedant_N = mkN007 "" ; - pedantizym_N = mkN011 "" ; - pedanti_ch_en_A = mkA079 "" ; - pedanti_ch_nost_N = mkN049 "" ; - pedantka_N = mkN041 "" ; - pedant_sht_ina_N = mkN041 "" ; - pederasti_ja__N = mkN047 "" ; - pediatri_ja__N = mkN047 "" ; - pediatyr_N = mkN009 "" ; - pedik_iu_r_N = mkN007 "" ; - pedik_iu_rist_N = mkN007 "" ; - ped_ja__N = mkN047 "" ; - peene_N = mkN071 "" ; - pezeta_N = mkN041 "" ; - pejd_zj_yr_N = mkN007 "" ; - pejza_zj__N = mkN007 "" ; - pejza_zj_en_A = mkA079 "" ; - pejza_zj_ist_N = mkN007 "" ; - pejza_zj_istka_N = mkN041 "" ; - pejka_N = mkN041 "" ; - pek_N = mkN040a "" ; - pekar_N = mkN031a "" ; - pekarka_N = mkN041 "" ; - pekarnica_N = mkN041 "" ; - pekarn_ja__N = mkN047 "" ; - pekvam_V = actionV (mkV186 "") (mkV148 "") ; - pekvane_N = mkN071 "" ; - pekinec_N = mkN008a "" ; - pekna_V = stateV (mkV152 "") ; - peksimet_N = mkN007 "" ; - pektin_N = mkN007 "" ; - pektinov_A = mkA076 "" ; - pektoris_N = mkN007 "" ; - pelena_N = mkN041 "" ; - pelena_ch_e_N = mkN065 "" ; - peleng_N = mkN007 "" ; - pelengator_N = mkN007 "" ; - pelengatoren_A = mkA079 "" ; - pelengaci_ja__N = mkN047 "" ; - pelengiram_V = stateV (mkV186 "") ; - pelengirane_N = mkN071 "" ; - pelenka_N = mkN041 "" ; - pelerina_N = mkN041 "" ; - pelikan_N = mkN007 "" ; - pelin_N = mkN007 "" ; - pelinov_A = mkA076 "" ; - peltek_N = mkN014 "" ; - pelte_ch_a_V = stateV (mkV176 "") ; - pelte_ch_ene_N = mkN071 "" ; - pemza_N = mkN041 "" ; - penalteri_ja__N = mkN047 "" ; - pendar_N = mkN007 "" ; - pendara_N = mkN041 "" ; - pend_zj_er_N = mkN007 "" ; - penene_N = mkN071 "" ; - penest_A = mkA076 "" ; - peni_N = mkN065 "" ; - penis_N = mkN007 "" ; - penicilin_N = mkN007 "" ; - penicilinov_A = mkA076 "" ; - penkiler_N = mkN007 "" ; - penliv_A = mkA076 "" ; - penobeton_N = mkN007 "" ; - pens_N = mkN001 "" ; - pensaci_ja__N = mkN047 "" ; - pensetka_N = mkN041 "" ; - pensionen_A = mkA079 "" ; - pensioner_N = mkN007 "" ; - pensionerka_N = mkN041 "" ; - pensioniram_V = stateV (mkV186 "") ; - pensionirane_N = mkN071 "" ; - pensi_ja__N = mkN047 "" ; - pentagon_N = mkN007 "" ; - pentametyr_N = mkN009 "" ; - penxoar_N = mkN007 "" ; - pen_ja__V = stateV (mkV173 "") ; - pen_ja_v_ja__V = stateV (mkV173 "") ; - pepel_N = mkN049 "" ; - pepeli_sht_e_N = mkN066 "" ; - pepelnik_N = mkN014 "" ; - pepelnica_N = mkN041 "" ; - pepel_ja_v_A = mkA076 "" ; - pepel_ja_vosiv_A = mkA076 "" ; - pepel_ja_nka_N = mkN041 "" ; - pepel_ja__sh_ka_N = mkN041 "" ; - peperuda_N = mkN041 "" ; - peperudocveten_A = mkA079 "" ; - pepiniera_N = mkN041 "" ; - pepinierist_N = mkN007 "" ; - pepit_N = mkN007 "" ; - pepiten_A = mkA079 "" ; - pepsin_N = mkN007 "" ; - per_N = mkN001 "" ; - pera_V = stateV (mkV170 "") ; - peralen_A = mkA079 "" ; - peraln_ja__N = mkN047 "" ; - peraten_A = mkA079 "" ; - peratnik_N = mkN014 "" ; - pera_ch__N = mkN007 "" ; - pera_ch_ka_N = mkN041 "" ; - pera_ch_nica_N = mkN041 "" ; - pervaz_N = mkN007 "" ; - pervam_V = actionV (mkV186 "") (mkV152 "") ; - pervane_N = mkN071 "" ; - perverzen_A = mkA079 "" ; - perverzi_ja__N = mkN047 "" ; - perverznik_N = mkN014 "" ; - perverznost_N = mkN049 "" ; - pergament_N = mkN007 "" ; - pergamenten_A = mkA079 "" ; - pergamentov_A = mkA076 "" ; - pergel_N = mkN007 "" ; - perdah_N = mkN016 "" ; - perda_sh_a_V = stateV (mkV176 "") ; - perda_sh_ene_N = mkN071 "" ; - perde_N = mkN065 "" ; - perest_A = mkA076 "" ; - perikard_N = mkN007 "" ; - perikardij_N = mkN032 "" ; - perilen_A = mkA079 "" ; - perilo_N = mkN054 "" ; - perimetyr_N = mkN009 "" ; - period_N = mkN007 "" ; - periodizaci_ja__N = mkN047 "" ; - periodika_N = mkN041 "" ; - periodi_ch_en_A = mkA079 "" ; - periodi_ch_eski_A = mkA078 "" ; - periodi_ch_nost_N = mkN049 "" ; - peripeti_ja__N = mkN047 "" ; - periskop_N = mkN007 "" ; - peristaltika_N = mkN041 "" ; - peritonit_N = mkN007 "" ; - periferen_A = mkA079 "" ; - periferi_ch_en_A = mkA079 "" ; - periferi_ja__N = mkN047 "" ; - perifraza_N = mkN041 "" ; - perifraziram_V = stateV (mkV186 "") ; - perifrazirane_N = mkN071 "" ; - perihelij_N = mkN032 "" ; - perka_N = mkN041 "" ; - perkam_V = stateV (mkV186 "") ; - perkane_N = mkN071 "" ; - perkolator_N = mkN007 "" ; - perkolaci_ja__N = mkN047 "" ; - perkonog_N = mkN015 "" ; - perkusi_ja__N = mkN047 "" ; - perkutanen_A = mkA079 "" ; - perla_N = mkN041 "" ; - permanenten_A = mkA079 "" ; - permanentnost_N = mkN049 "" ; - permski_A = mkA078 "" ; - permutaci_ja__N = mkN047 "" ; - pernat_A = mkA076 "" ; - pero_N = mkN054 "" ; - perodry_zj_ka_N = mkN041 "" ; - peroksid_N = mkN007 "" ; - peron_N = mkN007 "" ; - peronen_A = mkA079 "" ; - perpendikul_ja_r_N = mkN007 "" ; - perpendikul_ja_ren_A = mkA079 "" ; - perpendikul_ja_rnost_N = mkN049 "" ; - persiec_N = mkN013 "" ; - persijka_N = mkN041 "" ; - persijski_A = mkA078 "" ; - persona_N = mkN041 "" ; - persona_zj__N = mkN007 "" ; - personal_N = mkN007 "" ; - personalen_A = mkA079 "" ; - personalizaci_ja__N = mkN047 "" ; - personaliziram_V = stateV (mkV186 "") ; - personalizirane_N = mkN071 "" ; - personalnost_N = mkN049 "" ; - perspektiva_N = mkN041 "" ; - perspektiven_A = mkA079 "" ; - perturbaci_ja__N = mkN047 "" ; - peruanec_N = mkN008a "" ; - peruanski_A = mkA078 "" ; - peruka_N = mkN041 "" ; - perunika_N = mkN041 "" ; - peru_sh_an_N = mkN007 "" ; - peru_sh_ina_N = mkN041 "" ; - peru_sh_inen_A = mkA076 "" ; - perfekten_A = mkA079 "" ; - perfektiven_A = mkA079 "" ; - perfektnost_N = mkN049 "" ; - perfekcionizym_N = mkN011 "" ; - perfekcioniram_V = stateV (mkV186 "") ; - perfekcioniran_A = mkA076 "" ; - perfekcionirane_N = mkN071 "" ; - perfekcionist_N = mkN007 "" ; - perfiden_A = mkA079 "" ; - perfidnost_N = mkN049 "" ; - perfokarta_N = mkN041 "" ; - perforator_N = mkN007 "" ; - perforaci_ja__N = mkN047 "" ; - perforiram_V = stateV (mkV186 "") ; - perforirane_N = mkN071 "" ; - perce_N = mkN066 "" ; - per_ch_a_V = stateV (mkV176 "") ; - per_ch_em_N = mkN007 "" ; - per_ch_ene_N = mkN071 "" ; - per_ja__V = stateV (mkV173 "") ; - pes_N = mkN001 "" ; - pesar_N = mkN007 "" ; - pesen_N = mkN050 "" ; - pesenen_A = mkA079 "" ; - pesen_ch_ica_N = mkN041 "" ; - pesimizym_N = mkN011 "" ; - pesimist_N = mkN007 "" ; - pesimisti_ch_en_A = mkA079 "" ; - pesimistka_N = mkN041 "" ; - pesni_ch_ka_N = mkN041 "" ; - pesnopoec_N = mkN013 "" ; - pesnopojka_N = mkN041 "" ; - pesoglavec_N = mkN008a "" ; - pesteliv_A = mkA076 "" ; - pestelivec_N = mkN008a "" ; - pestelivost_N = mkN049 "" ; - pestene_N = mkN071 "" ; - pestik_N = mkN014 "" ; - pestil_N = mkN007 "" ; - pesticid_N = mkN007 "" ; - pestnik_N = mkN014 "" ; - pestnica_N = mkN041 "" ; - pestoven_A = mkA079 "" ; - pestovnica_N = mkN041 "" ; - pestovnost_N = mkN049 "" ; - pest_ja__V = stateV (mkV174 "") ; - pesy_ch_inka_N = mkN041 "" ; - pesy_ch_liv_A = mkA076 "" ; - peta_N = mkN041 "" ; - petak_N = mkN014 "" ; - petala_N = mkN041 "" ; - peta_ch_e_N = mkN065 "" ; - peta_ch_ka_N = mkN041 "" ; - petbukven_A = mkA076 "" ; - petvalenten_A = mkA079 "" ; - petvekoven_A = mkA079 "" ; - petgodi_sh_en_A = mkA079 "" ; - petgodi_sh_nina_N = mkN041 "" ; - petdesetak_N = mkN014 "" ; - petdesetgodi_sh_en_A = mkA079 "" ; - petdesetgodi_sh_nina_N = mkN041 "" ; - petdneven_A = mkA079 "" ; - petel_N = mkN008 "" ; - peteta_zj_en_A = mkA079 "" ; - petzvezden_A = mkA079 "" ; - petiletka_N = mkN041 "" ; - petimen_A = mkA079 "" ; - peting_N = mkN007 "" ; - petica_N = mkN041 "" ; - petici_ja__N = mkN047 "" ; - petkraten_A = mkA079 "" ; - petlampov_A = mkA076 "" ; - petle_N = mkN065 "" ; - petlica_N = mkN041 "" ; - petlxo_N = mkN040 "" ; - petmez_N = mkN007 "" ; - petmesten_A = mkA079 "" ; - petminuten_A = mkA079 "" ; - petnadesetgodi_sh_en_A = mkA079 "" ; - petnadesetina_N = mkN041 "" ; - petnist_A = mkA076 "" ; - petno_N = mkN054 "" ; - petn_ja__V = stateV (mkV174 "") ; - petobalen_A = mkA079 "" ; - petoboj_N = mkN032 "" ; - petoklasnik_N = mkN014 "" ; - petoklasnica_N = mkN041 "" ; - petokraten_A = mkA079 "" ; - petolevka_N = mkN041 "" ; - petolinie_N = mkN072 "" ; - petolisten_A = mkA079 "" ; - petolistnik_N = mkN014 "" ; - petoly_ch_en_A = mkA079 "" ; - petoly_ch_ka_N = mkN041 "" ; - petoren_A = mkA079 "" ; - petorka_N = mkN041 "" ; - petosri_ch_en_A = mkA079 "" ; - petostenen_A = mkA079 "" ; - petostennik_N = mkN014 "" ; - peto_ch_lenen_A = mkA079 "" ; - petoygylen_A = mkA079 "" ; - petoygylnik_N = mkN014 "" ; - petrovski_A = mkA078 "" ; - petrografi_ja__N = mkN047 "" ; - petrol_N = mkN007 "" ; - petrolen_A = mkA079 "" ; - petrologi_ja__N = mkN047 "" ; - petrolodobiven_A = mkA079 "" ; - petrolonosa_ch__N = mkN007 "" ; - petroloprerabotvatelen_A = mkA079 "" ; - petroloprovod_N = mkN007 "" ; - petrohimi_ja__N = mkN047 "" ; - petstaen_A = mkA085 "" ; - petstotingodi_sh_en_A = mkA079 "" ; - petstotingodi_sh_nina_N = mkN041 "" ; - petuni_ja__N = mkN047 "" ; - petura_N = mkN041 "" ; - petcifrov_A = mkA076 "" ; - pet_ch_asov_A = mkA076 "" ; - petyk_N = mkN014 "" ; - petynce_N = mkN066 "" ; - pety_ch_en_A = mkA079 "" ; - pehlivanin_N = mkN018 "" ; - pehlivanski_A = mkA078 "" ; - pehota_N = mkN041 "" ; - pehoten_A = mkA079 "" ; - pehotinec_N = mkN008a "" ; - pe_ch_al_N = mkN007 "" ; - pe_ch_alba_N = mkN041 "" ; - pe_ch_albar_N = mkN031a "" ; - pe_ch_albarstvo_N = mkN054 "" ; - pe_ch_alen_A = mkA079 "" ; - pe_ch_at_N = mkN007 "" ; - pe_ch_atam_V = stateV (mkV186 "") ; - pe_ch_atane_N = mkN071 "" ; - pe_ch_atar_N = mkN031a "" ; - pe_ch_atarski_A = mkA078 "" ; - pe_ch_atarstvo_N = mkN054 "" ; - pe_ch_aten_A = mkA079 "" ; - pe_ch_atim_A = mkA076 "" ; - pe_ch_atnica_N = mkN041 "" ; - pe_ch_atoreza_ch__N = mkN007 "" ; - pe_ch_at_ja__V = stateV (mkV173 "") ; - pe_ch_elene_N = mkN071 "" ; - pe_ch_ele_sht__A = mkA076 "" ; - pe_ch_eliv_sh__A = mkA076 "" ; - pe_ch_elovnik_N = mkN014 "" ; - pe_ch_elovnica_N = mkN041 "" ; - pe_ch_el_ja__V = stateV (mkV173 "") ; - pe_ch_en_A = mkA076 "" ; - pe_ch_ene_N = mkN071 "" ; - pe_ch_eneg_N = mkN007 "" ; - pe_ch_ivo_N = mkN054 "" ; - pe_ch_ka_N = mkN041 "" ; - pe_ch_urka_N = mkN041 "" ; - pe_sh__N = mkN001 "" ; - pe_sh_ak_N = mkN014a "" ; - pe_sh_ehoden_A = mkA079 "" ; - pe_sh_ehodec_N = mkN008a "" ; - pe_sh_ehodka_N = mkN041 "" ; - pe_sh_ehodstvo_N = mkN054 "" ; - pe_sh_i_A = mkA078 "" ; - pe_sh_ka_N = mkN041 "" ; - pe_sh_kir_N = mkN007 "" ; - pe_sht__N = mkN049 "" ; - pe_sht_en_A = mkA079 "" ; - pe_sht_era_N = mkN041 "" ; - pe_sht_eren_A = mkA079 "" ; - pe_sht_ern_ja_k_N = mkN014 "" ; - pe_ja__V = stateV (mkV164 "") ; - pianist_N = mkN007 "" ; - pianistka_N = mkN041 "" ; - piano_N = mkN054 "" ; - pianola_N = mkN041 "" ; - piastyr_N = mkN007 "" ; - piaca_N = mkN041 "" ; - pivkost_N = mkN049 "" ; - pivnica_N = mkN041 "" ; - pivo_N = mkN054 "" ; - pivovar_N = mkN031a "" ; - pivovarene_N = mkN071 "" ; - pivovarna_N = mkN041 "" ; - pivovarstvo_N = mkN054 "" ; - pivokvas_N = mkN001 "" ; - pivyk_A = mkA080 "" ; - pigmej_N = mkN032 "" ; - pigmejski_A = mkA078 "" ; - pigment_N = mkN007 "" ; - pigmentaci_ja__N = mkN047 "" ; - pigmenten_A = mkA079 "" ; - pigmentiram_V = stateV (mkV186 "") ; - pigmentirane_N = mkN071 "" ; - piedestal_N = mkN007 "" ; - piene_N = mkN071 "" ; - piesa_N = mkN041 "" ; - pietet_N = mkN007 "" ; - pietizym_N = mkN011 "" ; - pi_zj_ama_N = mkN041 "" ; - pijvam_V = actionV (mkV186 "") (mkV152 "") ; - pijvane_N = mkN071 "" ; - pik_N = mkN001 "" ; - pika_N = mkN041 "" ; - pikaene_N = mkN071 "" ; - pikanten_A = mkA079 "" ; - pikantnost_N = mkN049 "" ; - pika_ja__V = stateV (mkV161 "") ; - pikel_N = mkN007 "" ; - piket_N = mkN007 "" ; - pikiram_V = stateV (mkV186 "") ; - pikiran_A = mkA076 "" ; - pikirane_N = mkN071 "" ; - pikla_N = mkN041 "" ; - piklxo_N = mkN040 "" ; - piknik_N = mkN014 "" ; - pikola_N = mkN041 "" ; - pikolo_N = mkN054 "" ; - piko_ch__N = mkN007 "" ; - piko_ch_en_A = mkA079 "" ; - pikrinov_A = mkA076 "" ; - piksel_N = mkN007 "" ; - pikselen_A = mkA079 "" ; - piktograma_N = mkN041 "" ; - piktografi_ja__N = mkN047 "" ; - piktografski_A = mkA078 "" ; - pikxor_N = mkN007 "" ; - pila_N = mkN041 "" ; - pilaf_N = mkN007 "" ; - pile_N = mkN065 "" ; - pileene_N = mkN071 "" ; - pilene_N = mkN071 "" ; - pilence_N = mkN066 "" ; - pile_sh_ki_A = mkA078 "" ; - pile_ja__V = stateV (mkV160 "") ; - piligrim_N = mkN007 "" ; - pili_ch_ka_N = mkN041 "" ; - pilon_N = mkN007 "" ; - pilot_N = mkN007 "" ; - pilota_zj__N = mkN007 "" ; - piloten_A = mkA079 "" ; - pilotiram_V = stateV (mkV186 "") ; - pilotirane_N = mkN071 "" ; - pilotka_N = mkN041 "" ; - pilotski_A = mkA078 "" ; - pil_ch_ar_N = mkN031a "" ; - pil_ch_arnik_N = mkN014 "" ; - pil_ja__V = stateV (mkV174 "") ; - pinakoteka_N = mkN041 "" ; - pingvin_N = mkN007 "" ; - pingvin_ch_e_N = mkN065 "" ; - pini_ja__N = mkN047 "" ; - pinti_ja__N = mkN047 "" ; - pincet_N = mkN007 "" ; - pioner_N = mkN007 "" ; - pioneren_A = mkA079 "" ; - pionerka_N = mkN041 "" ; - pionerski_A = mkA078 "" ; - pionka_N = mkN041 "" ; - pipav_A = mkA076 "" ; - pipalo_N = mkN054 "" ; - pipalce_N = mkN066 "" ; - pipam_V = actionV (mkV186 "") (mkV152 "") ; - pipane_N = mkN071 "" ; - pipvam_V = actionV (mkV186 "") (mkV152 "") ; - pipvane_N = mkN071 "" ; - pipe_N = mkN065 "" ; - piper_N = mkN007 "" ; - piperka_N = mkN041 "" ; - piperliv_A = mkA076 "" ; - piperli_ja__N = mkN039 "" ; - pipeten_A = mkA079 "" ; - pipetka_N = mkN041 "" ; - pipka_N = mkN041 "" ; - pipkav_A = mkA076 "" ; - pipkavost_N = mkN049 "" ; - pipkam_V = actionV (mkV186 "") (mkV152 "") ; - pipkane_N = mkN071 "" ; - pir_N = mkN001 "" ; - piramida_N = mkN041 "" ; - piramidalen_A = mkA079 "" ; - piramiden_A = mkA079 "" ; - pirat_N = mkN007 "" ; - piratski_A = mkA078 "" ; - piratstvam_V = stateV (mkV186 "") ; - piratstvane_N = mkN071 "" ; - piratstvo_N = mkN054 "" ; - piratstvuvam_V = stateV (mkV186 "") ; - piratstvuvane_N = mkN071 "" ; - pirej_N = mkN032 "" ; - pirenejski_A = mkA078 "" ; - piretrum_N = mkN007 "" ; - pirinski_A = mkA078 "" ; - pirin_ch__N = mkN007 "" ; - pirin_ch_en_A = mkA076 "" ; - pirit_N = mkN007 "" ; - pirov_A = mkA076 "" ; - pirog_N = mkN015 "" ; - piroga_N = mkN041 "" ; - pirogenen_A = mkA079 "" ; - pirogeneti_ch_en_A = mkA079 "" ; - pirograv_iu_ra_N = mkN041 "" ; - pirografiram_V = stateV (mkV186 "") ; - pirografirane_N = mkN071 "" ; - pirografi_ja__N = mkN047 "" ; - pirografski_A = mkA078 "" ; - piro_zj_ka_N = mkN041 "" ; - piroksen_A = mkA079 "" ; - piroksilin_N = mkN007 "" ; - piroksilinov_A = mkA076 "" ; - piroliza_N = mkN041 "" ; - piromanti_ja__N = mkN047 "" ; - pirometyr_N = mkN009 "" ; - piron_N = mkN007 "" ; - pirosti_ja__N = mkN047 "" ; - pirotehnik_N = mkN014 "" ; - pirotehnika_N = mkN041 "" ; - pirotehni_ch_eski_A = mkA078 "" ; - piruvam_V = stateV (mkV186 "") ; - piruvane_N = mkN071 "" ; - piruet_N = mkN007 "" ; - pir_sh_estvo_N = mkN054 "" ; - pisali_sht_e_N = mkN066 "" ; - pisali_sht_en_A = mkA079 "" ; - pisalka_N = mkN041 "" ; - pisan_A = mkA076 "" ; - pisana_N = mkN041 "" ; - pisane_N = mkN071 "" ; - pisanie_N = mkN072 "" ; - pisar_N = mkN031a "" ; - pisarka_N = mkN041 "" ; - pisarstvo_N = mkN054 "" ; - pisaru_sh_ka_N = mkN041 "" ; - pisatel_N = mkN031a "" ; - pisatelka_N = mkN041 "" ; - pisatelski_A = mkA078 "" ; - pisatelstvam_V = stateV (mkV186 "") ; - pisatelstvane_N = mkN071 "" ; - pisatelstvo_N = mkN054 "" ; - pisatelstvuvam_V = stateV (mkV186 "") ; - pisatelstvuvane_N = mkN071 "" ; - pisa_ch__N = mkN007b "" ; - pisvam_V = actionV (mkV186 "") (mkV152 "") ; - pisvane_N = mkN071 "" ; - pisec_N = mkN008 "" ; - piskalo_N = mkN054 "" ; - piskam_V = actionV (mkV186 "") (mkV152 "") ; - piskane_N = mkN071 "" ; - piskliv_A = mkA076 "" ; - piskun_N = mkN007 "" ; - pisk_iu_l_N = mkN007 "" ; - pisk_iu_lli_ja__N = mkN047 "" ; - pismen_A = mkA076 "" ; - pismena_N = mkN041 "" ; - pismenost_N = mkN049 "" ; - pismo_N = mkN054 "" ; - pisoar_N = mkN007 "" ; - pista_N = mkN041 "" ; - pistov_A = mkA076 "" ; - pistolet_N = mkN007 "" ; - pistoleten_A = mkA079 "" ; - pistolet_ch_e_N = mkN065 "" ; - pisukam_V = actionV (mkV186 "") (mkV152 "") ; - pisukane_N = mkN071 "" ; - pisyk_N = mkN014 "" ; - pisymce_N = mkN066 "" ; - pita_N = mkN041 "" ; - pitagor_N = mkN007 "" ; - pitagorov_A = mkA076 "" ; - pitam_V = stateV (mkV186 "") ; - pitane_N = mkN071 "" ; - pitanie_N = mkN072 "" ; - pitanka_N = mkN041 "" ; - pitatelen_A = mkA079 "" ; - pitatelnost_N = mkN049 "" ; - pita_ja__V = stateV (mkV161 "") ; - piteen_A = mkA085 "" ; - pitie_N = mkN065 "" ; - pitieprodavec_N = mkN008a "" ; - pitieprodavnica_N = mkN041 "" ; - pitijski_A = mkA078 "" ; - pitka_N = mkN041 "" ; - pitomen_A = mkA079 "" ; - pitomec_N = mkN008 "" ; - pitomka_N = mkN041 "" ; - pitomnik_N = mkN014 "" ; - piton_N = mkN007 "" ; - piukam_V = stateV (mkV186 "") ; - piukane_N = mkN071 "" ; - pihtiest_A = mkA076 "" ; - pihti_ja__N = mkN047 "" ; - pihtosvam_V = stateV (mkV186 "") ; - pihtosvane_N = mkN071 "" ; - pica_N = mkN041 "" ; - picari_ja__N = mkN047 "" ; - pi_ch__N = mkN001 "" ; - pi_sh_a_V = stateV (mkV159 "") ; - pi_sh_e_sht__A = mkA076 "" ; - pi_sh_kam_V = stateV (mkV186 "") ; - pi_sh_kane_N = mkN071 "" ; - pi_sh_kin_N = mkN018 "" ; - pi_sh_urka_N = mkN041 "" ; - pi_sht_en_A = mkA079 "" ; - pi_sht_ene_N = mkN071 "" ; - pi_sht_nost_N = mkN049 "" ; - pi_sht_ov_N = mkN007 "" ; - pi_sht__ja__V = stateV (mkV177 "") ; - pi_sht__ja_l_N = mkN007 "" ; - pi_sht__ja_lka_N = mkN041 "" ; - pi_iu_kam_V = stateV (mkV186 "") ; - pi_iu_kane_N = mkN071 "" ; - pi_ja__V = stateV (mkV163 "") ; - pi_ja_vica_N = mkN041 "" ; - pi_ja_n_A = mkA076 "" ; - pi_ja_nica_N = mkN041 "" ; - pi_ja_nski_A = mkA078 "" ; - pi_ja_nstvam_V = stateV (mkV186 "") ; - pi_ja_nstvane_N = mkN071 "" ; - pi_ja_nstvo_N = mkN054 "" ; - pi_ja_nstvuvam_V = stateV (mkV186 "") ; - pi_ja_nstvuvane_N = mkN071 "" ; - pi_ja__ch__N = mkN007b "" ; - pi_ja__ch_ka_N = mkN041 "" ; - plav_N = mkN007 "" ; - plavaln_ja__N = mkN047 "" ; - plavam_V = stateV (mkV186 "") ; - plavane_N = mkN071 "" ; - plavatelen_A = mkA079 "" ; - plavatelnost_N = mkN049 "" ; - plaven_A = mkA079 "" ; - plavnik_N = mkN014 "" ; - plavnost_N = mkN049 "" ; - plav_ja__V = stateV (mkV173 "") ; - plagiat_N = mkN007a "" ; - plagiator_N = mkN007a "" ; - plagiatstvam_V = stateV (mkV186 "") ; - plagiatstvane_N = mkN071 "" ; - plagiatstvo_N = mkN054 "" ; - plagiatstvuvam_V = stateV (mkV186 "") ; - plagiatstvuvane_N = mkN071 "" ; - pladne_sh_ki_A = mkA078 "" ; - pladnina_N = mkN041 "" ; - pladni_sht_e_N = mkN066 "" ; - pladnuvam_V = stateV (mkV186 "") ; - pladnuvane_N = mkN071 "" ; - pla_zj__N = mkN001 "" ; - pla_zj_en_A = mkA079 "" ; - plazma_N = mkN041 "" ; - plazmati_ch_en_A = mkA079 "" ; - plaka_V = stateV (mkV148 "") ; - plakane_N = mkN071 "" ; - plakat_N = mkN007 "" ; - plakaten_A = mkA079 "" ; - plaki_ja__N = mkN047 "" ; - plakna_V = stateV (mkV152 "") ; - plaknene_N = mkN071 "" ; - plam_N = mkN042 "" ; - plamvam_V = actionV (mkV186 "") (mkV152 "") ; - plamvane_N = mkN071 "" ; - plamen_A = mkA079 "" ; - plamenen_A = mkA079 "" ; - plamene_ja__V = actionV (mkV160 "") (mkV152 "") ; - plamennost_N = mkN049 "" ; - plamte_zj__N = mkN007 "" ; - plamt_ja__V = stateV (mkV177 "") ; - plamyk_N = mkN014 "" ; - plan_N = mkN001 "" ; - planer_N = mkN007 "" ; - planeta_N = mkN041 "" ; - planetaren_A = mkA079 "" ; - planetarij_N = mkN032 "" ; - planeten_A = mkA079 "" ; - planetolog_N = mkN015 "" ; - planetolo_zj_ka_N = mkN041 "" ; - planimetri_ch_en_A = mkA079 "" ; - planimetri_ja__N = mkN047 "" ; - planimetyr_N = mkN009 "" ; - planina_N = mkN041 "" ; - planinar_N = mkN031a "" ; - planinarski_A = mkA078 "" ; - planinarstvo_N = mkN054 "" ; - planinec_N = mkN008a "" ; - planinist_N = mkN007 "" ; - planinski_A = mkA078 "" ; - planiram_V = stateV (mkV186 "") ; - planirane_N = mkN071 "" ; - planirovka_N = mkN041 "" ; - planisfera_N = mkN041 "" ; - planka_N = mkN041 "" ; - plankton_N = mkN007 "" ; - planov_A = mkA076 "" ; - planovik_N = mkN014 "" ; - planovi_ch_ka_N = mkN041 "" ; - planovost_N = mkN049 "" ; - planomeren_A = mkA079 "" ; - planomernost_N = mkN049 "" ; - planosnima_ch__N = mkN007 "" ; - plantator_N = mkN007 "" ; - plantatorski_A = mkA078 "" ; - plantaci_ja__N = mkN047 "" ; - planuvam_V = stateV (mkV186 "") ; - planuvane_N = mkN071 "" ; - plan_sh_et_N = mkN007 "" ; - plan_sh_ir_N = mkN007 "" ; - plasiram_V = stateV (mkV186 "") ; - plasirane_N = mkN071 "" ; - plasment_N = mkN007 "" ; - plast_N = mkN001 "" ; - plasta_ch__N = mkN007 "" ; - plasta_ch_ka_N = mkN041 "" ; - plastelin_N = mkN007 "" ; - plastika_N = mkN041 "" ; - plastilin_N = mkN007 "" ; - plastina_N = mkN041 "" ; - plastinka_N = mkN041 "" ; - plastir_N = mkN007 "" ; - plasti_ch_en_A = mkA079 "" ; - plasti_ch_eski_A = mkA078 "" ; - plasti_ch_nost_N = mkN049 "" ; - plastmasa_N = mkN041 "" ; - plastmasov_A = mkA076 "" ; - plastov_A = mkA076 "" ; - plastron_N = mkN007 "" ; - plast_ja__V = stateV (mkV174 "") ; - plasxor_N = mkN007a "" ; - plasxorski_A = mkA078 "" ; - plat_N = mkN001 "" ; - plata_N = mkN041 "" ; - platan_N = mkN007 "" ; - platanov_A = mkA076 "" ; - plate_zj__N = mkN007 "" ; - plate_zj_en_A = mkA079 "" ; - plate_zj_osposoben_A = mkA079 "" ; - plate_zj_osposobnost_N = mkN049 "" ; - platen_A = mkA076 "" ; - platec_N = mkN008a "" ; - platim_A = mkA076 "" ; - platina_N = mkN041 "" ; - platinen_A = mkA076 "" ; - platinov_A = mkA076 "" ; - platka_N = mkN041 "" ; - platnen_A = mkA076 "" ; - platni_sht_e_N = mkN066 "" ; - platno_N = mkN054 "" ; - platnohod_N = mkN007 "" ; - platnohoden_A = mkA079 "" ; - platnohodka_N = mkN041 "" ; - plato_N = mkN054 "" ; - platonizym_N = mkN011 "" ; - platoni_ch_en_A = mkA079 "" ; - platoni_ch_eski_A = mkA078 "" ; - platforma_N = mkN041 "" ; - platformen_A = mkA076 "" ; - plafon_N = mkN007 "" ; - plah_A = mkA076 "" ; - plahost_N = mkN049 "" ; - plac_N = mkN001 "" ; - placdarm_N = mkN007 "" ; - placenta_N = mkN041 "" ; - pla_ch__N = mkN001 "" ; - pla_ch_a_V = stateV (mkV155 "") ; - pla_ch_even_A = mkA079 "" ; - pla_ch_ene_N = mkN071 "" ; - pla_ch_e_sht__A = mkA076 "" ; - pla_ch_la_N = mkN041 "" ; - pla_ch_liv_A = mkA076 "" ; - pla_ch_lxo_N = mkN040 "" ; - pla_sh_a_V = stateV (mkV176 "") ; - pla_sh_ilo_N = mkN054 "" ; - pla_sh_liv_A = mkA076 "" ; - pla_sh_livec_N = mkN008a "" ; - pla_sh_livost_N = mkN049 "" ; - pla_sht__N = mkN001 "" ; - pla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - pla_sht_ane_N = mkN071 "" ; - pla_sht_enica_N = mkN041 "" ; - pleada_N = mkN041 "" ; - plebej_N = mkN032a "" ; - plebejka_N = mkN041 "" ; - plebejski_A = mkA078 "" ; - plebejstvo_N = mkN054 "" ; - plebiscit_N = mkN007 "" ; - pleva_ch_ka_N = mkN041 "" ; - plevel_N = mkN007 "" ; - plevelen_A = mkA079 "" ; - plevene_N = mkN071 "" ; - plevnik_N = mkN014 "" ; - plevn_ja__N = mkN047 "" ; - plevrit_N = mkN007 "" ; - plevriten_A = mkA079 "" ; - plev_ja__V = stateV (mkV174 "") ; - plediram_V = stateV (mkV186 "") ; - pledirane_N = mkN071 "" ; - pledoari_ja__N = mkN047 "" ; - pleziozavyr_N = mkN009 "" ; - plez_ja__V = stateV (mkV173 "") ; - plejbek_N = mkN014 "" ; - pleksiglas_N = mkN007 "" ; - pleksiglasov_A = mkA076 "" ; - pleksus_N = mkN007 "" ; - pleme_N = mkN069 "" ; - plemenen_A = mkA079 "" ; - plemennik_N = mkN014 "" ; - plemennica_N = mkN041 "" ; - plen_N = mkN001 "" ; - plenaren_A = mkA079 "" ; - plenitelen_A = mkA079 "" ; - plenitelnost_N = mkN049 "" ; - plennik_N = mkN014 "" ; - plennica_N = mkN041 "" ; - plenni_ch_estvo_N = mkN054 "" ; - plenum_N = mkN007 "" ; - plen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - plen_ja_vane_N = mkN071 "" ; - pleonazym_N = mkN011 "" ; - pleonasti_ch_en_A = mkA079 "" ; - plesvam_V = actionV (mkV186 "") (mkV152 "") ; - plesvane_N = mkN071 "" ; - plesen_A = mkA079 "" ; - plesen_ja_sal_A = mkA076 "" ; - plesen_ja_sane_N = mkN071 "" ; - plesen_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - plesen_ja_svane_N = mkN071 "" ; - pleskalo_N = mkN054 "" ; - pleskam_V = actionV (mkV186 "") (mkV152 "") ; - pleskane_N = mkN071 "" ; - plesnik_N = mkN014 "" ; - plesnica_N = mkN041 "" ; - plet_N = mkN001 "" ; - pleta_V = stateV (mkV145 "") ; - pleta_ch__N = mkN007b "" ; - pleta_ch_en_A = mkA079 "" ; - pleta_ch_estvo_N = mkN054 "" ; - pleta_ch_ka_N = mkN041 "" ; - pleta_ch_nica_N = mkN041 "" ; - pleten_A = mkA079 "" ; - pletene_N = mkN071 "" ; - pletenica_N = mkN041 "" ; - pletivo_N = mkN054 "" ; - pleti_sht_e_N = mkN066 "" ; - pletka_N = mkN041 "" ; - ple_sh_iv_A = mkA076 "" ; - ple_sh_ive_ja__V = stateV (mkV160 "") ; - ple_sh_ivost_N = mkN049 "" ; - ple_sh_ka_N = mkN041 "" ; - ple_sht__N = mkN049 "" ; - ple_sht_ene_N = mkN071 "" ; - ple_sht_est_A = mkA076 "" ; - ple_sht__ja__V = stateV (mkV173 "") ; - pleyr_N = mkN007 "" ; - plik_N = mkN001 "" ; - plik_ch_e_N = mkN065 "" ; - pliocen_N = mkN007 "" ; - plisvam_V = actionV (mkV186 "") (mkV151 "") ; - plisvane_N = mkN071 "" ; - plise_N = mkN065 "" ; - plisiram_V = stateV (mkV186 "") ; - plisirane_N = mkN071 "" ; - pliskam_V = actionV (mkV186 "") (mkV151 "") ; - pliskane_N = mkN071 "" ; - plisyk_N = mkN014 "" ; - plitam_V = stateV (mkV186 "") ; - plitka_N = mkN041 "" ; - plitkovoden_A = mkA079 "" ; - plitkoskroen_A = mkA076 "" ; - plitkost_N = mkN049 "" ; - plitkoumen_A = mkA079 "" ; - plitkoumie_N = mkN072 "" ; - plit_ch_ina_N = mkN041 "" ; - plit_ch_ica_N = mkN041 "" ; - plovdivski_A = mkA078 "" ; - plod_N = mkN001 "" ; - ploden_A = mkA079 "" ; - plodene_N = mkN071 "" ; - plodnik_N = mkN014 "" ; - plodov_A = mkA076 "" ; - plodovit_A = mkA076 "" ; - plodovitost_N = mkN049 "" ; - plodonosen_A = mkA079 "" ; - plodoroden_A = mkA079 "" ; - plodorodie_N = mkN072 "" ; - plodorodnost_N = mkN049 "" ; - plodotvoren_A = mkA079 "" ; - plodotvornost_N = mkN049 "" ; - plodohranili_sht_e_N = mkN066 "" ; - plodo_ja_den_A = mkA079 "" ; - plod_ja__V = stateV (mkV174 "") ; - plomba_N = mkN041 "" ; - plombiram_V = stateV (mkV186 "") ; - plombirane_N = mkN071 "" ; - plonder_N = mkN007 "" ; - ploska_N = mkN041 "" ; - ploskogorie_N = mkN072 "" ; - ploskodynen_A = mkA079 "" ; - ploskost_N = mkN049 "" ; - plosyk_A = mkA080 "" ; - plot_N = mkN001 "" ; - ploter_N = mkN007 "" ; - plo_ch_a_N = mkN041 "" ; - plo_ch_ar_N = mkN031a "" ; - plo_ch_en_A = mkA079 "" ; - plo_ch_est_A = mkA076 "" ; - plo_ch_ica_N = mkN041 "" ; - plo_ch_ka_N = mkN041 "" ; - plo_ch_nik_N = mkN014 "" ; - plo_sht__N = mkN049 "" ; - plo_sht_ad_N = mkN007 "" ; - plo_sht_aden_A = mkA079 "" ; - plo_sht_adka_N = mkN041 "" ; - plo_sht_ad_ch_e_N = mkN065 "" ; - pluvam_V = actionV (mkV186 "") (mkV152 "") ; - pluvane_N = mkN071 "" ; - pluvvam_V = actionV (mkV186 "") (mkV152 "") ; - pluvvane_N = mkN071 "" ; - pluven_A = mkA079 "" ; - pluvec_N = mkN008a "" ; - pluvka_N = mkN041 "" ; - pluvkin_ja__N = mkN047 "" ; - plug_N = mkN001 "" ; - plu_zj_ek_N = mkN014 "" ; - plumbizym_N = mkN011 "" ; - plun_zj_er_N = mkN007 "" ; - pluralen_A = mkA079 "" ; - pluralizym_N = mkN011 "" ; - pluralist_N = mkN007 "" ; - plutokrat_N = mkN007 "" ; - plutokrati_ch_en_A = mkA079 "" ; - plutokraci_ja__N = mkN047 "" ; - plutoniev_A = mkA076 "" ; - plutonizym_N = mkN011 "" ; - plutonij_N = mkN032 "" ; - plutoni_ch_en_A = mkA079 "" ; - plutoni_ch_eski_A = mkA078 "" ; - plu_ja__V = stateV (mkV163 "") ; - plygin_N = mkN007 "" ; - plyzvam_V = actionV (mkV186 "") (mkV152 "") ; - plyzvane_N = mkN071 "" ; - plyzgav_A = mkA076 "" ; - plyzgavost_N = mkN049 "" ; - plyzgam_V = actionV (mkV186 "") (mkV152 "") ; - plyzgane_N = mkN071 "" ; - plyzga_ch__N = mkN007 "" ; - plynka_N = mkN041 "" ; - plyst_A = mkA076 "" ; - plysten_A = mkA076 "" ; - plyt_N = mkN042 "" ; - plyten_A = mkA079 "" ; - plytnost_N = mkN049 "" ; - plytski_A = mkA078 "" ; - plyh_N = mkN001 "" ; - plxosvam_V = actionV (mkV186 "") (mkV152 "") ; - plxosvane_N = mkN071 "" ; - pl_iu_valnik_N = mkN014 "" ; - pl_iu_vam_V = actionV (mkV186 "") (mkV152 "") ; - pl_iu_vane_N = mkN071 "" ; - pl_iu_ene_N = mkN071 "" ; - pl_iu_nka_N = mkN041 "" ; - pl_iu_n_ch_a_V = stateV (mkV176 "") ; - pl_iu_s_N = mkN001 "" ; - pl_iu_skam_V = stateV (mkV186 "") ; - pl_iu_skane_N = mkN071 "" ; - pl_iu_skanica_N = mkN041 "" ; - pl_iu__sh__N = mkN001 "" ; - pl_iu__sh_en_A = mkA076 "" ; - pl_iu__sht_ene_N = mkN071 "" ; - pl_iu__sht__ja__V = stateV (mkV177 "") ; - pl_iu__ja__V = stateV (mkV163 "") ; - pl_ja_va_N = mkN041 "" ; - pl_ja_mpalo_N = mkN054 "" ; - pl_ja_mpam_V = stateV (mkV186 "") ; - pl_ja_mpane_N = mkN071 "" ; - pl_ja_svam_V = stateV (mkV186 "") ; - pl_ja_svane_N = mkN071 "" ; - pl_ja_skam_V = stateV (mkV186 "") ; - pl_ja_skane_N = mkN071 "" ; - pl_ja_syk_N = mkN014 "" ; - pl_ja__ch_ka_N = mkN041 "" ; - pl_ja__ch_kad_zj_ijski_A = mkA078 "" ; - pl_ja__ch_kad_zj_ijstvo_N = mkN054 "" ; - pl_ja__ch_kad_zj_i_ja__N = mkN039 "" ; - pl_ja__ch_kosam_V = stateV (mkV186 "") ; - pl_ja__ch_kosane_N = mkN071 "" ; - pl_ja__ch_kosvam_V = stateV (mkV186 "") ; - pl_ja__ch_kosvane_N = mkN071 "" ; - pnevmatik_N = mkN014 "" ; - pnevmatika_N = mkN041 "" ; - pnevmati_ch_en_A = mkA079 "" ; - pnevmoni_ch_en_A = mkA079 "" ; - pnevmoni_ja__N = mkN047 "" ; - poamerikan_ch_vam_V = stateV (mkV186 "") ; - poamerikan_ch_en_A = mkA076 "" ; - poanta_N = mkN041 "" ; - poantilizym_N = mkN011 "" ; - pobav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pobav_ja_ne_N = mkN071 "" ; - pobarane_N = mkN071 "" ; - pobarvam_V = actionV (mkV186 "") (mkV186 "") ; - pobarvane_N = mkN071 "" ; - poba_ja__V = stateV (mkV162 "") ; - pobegna_V = stateV (mkV152 "") ; - pobeda_N = mkN041 "" ; - pobeden_A = mkA079 "" ; - pobeditel_N = mkN031a "" ; - pobeditelen_A = mkA079 "" ; - pobeditelka_N = mkN041 "" ; - pobedonosen_A = mkA079 "" ; - pobedonosec_N = mkN008a "" ; - pobe_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - pobe_zj_davane_N = mkN071 "" ; - pobele_ja__V = stateV (mkV160 "") ; - pobel_ja__V = stateV (mkV173 "") ; - pobel_ja_vam_V = stateV (mkV186 "") ; - pobel_ja_vane_N = mkN071 "" ; - pobera_V = stateV (mkV170 "") ; - pobesedvam_V = stateV (mkV186 "") ; - pobesedvane_N = mkN071 "" ; - pobesn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pobesn_ja_vane_N = mkN071 "" ; - pobivam_V = stateV (mkV186 "") ; - pobivane_N = mkN071 "" ; - pobijvam_V = stateV (mkV186 "") ; - pobijvane_N = mkN071 "" ; - pobiram_V = stateV (mkV186 "") ; - pobirane_N = mkN071 "" ; - pobitov_A = mkA076 "" ; - pobi_ja__V = stateV (mkV163 "") ; - poblagodar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poblagodar_ja_vane_N = mkN071 "" ; - poblazn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poblazn_ja_ne_N = mkN071 "" ; - pobledne_ja__V = stateV (mkV160 "") ; - pobledn_ja_vam_V = stateV (mkV186 "") ; - pobledn_ja_vane_N = mkN071 "" ; - poble_ja__V = stateV (mkV160 "") ; - poblizvam_V = actionV (mkV186 "") (mkV156 "") ; - poblizvane_N = mkN071 "" ; - poblyskane_N = mkN071 "" ; - poblyskvam_V = actionV (mkV186 "") (mkV186 "") ; - poblyskvane_N = mkN071 "" ; - poboda_V = stateV (mkV145 "") ; - poboj_N = mkN032 "" ; - pobojnik_N = mkN014 "" ; - pobojnica_N = mkN041 "" ; - pobojni_ch_eski_A = mkA078 "" ; - pobojni_ch_estvo_N = mkN054 "" ; - poboleduvam_V = stateV (mkV186 "") ; - poboleduvane_N = mkN071 "" ; - pobol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pobol_ja_vane_N = mkN071 "" ; - poborvam_V = actionV (mkV186 "") (mkV173 "") ; - poborvane_N = mkN071 "" ; - pobornik_N = mkN014 "" ; - poborni_ch_eski_A = mkA078 "" ; - pobo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - pobo_ja_vane_N = mkN071 "" ; - pobratim_N = mkN007 "" ; - pobratimen_A = mkA076 "" ; - pobratim_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pobratim_ja_vane_N = mkN071 "" ; - pobratim_ja_v_ja_m_V = stateV (mkV187 "") ; - pobratim_ja_v_ja_ne_N = mkN071 "" ; - pobutam_V = actionV (mkV186 "") (mkV152 "") ; - pobutane_N = mkN071 "" ; - pobutvam_V = actionV (mkV186 "") (mkV152 "") ; - pobutvane_N = mkN071 "" ; - pobu_ja_vam_V = stateV (mkV186 "") ; - pobu_ja_vane_N = mkN071 "" ; - pobybr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pobybr_ja_ne_N = mkN071 "" ; - pobylgar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pobylgar_ja_vane_N = mkN071 "" ; - pobyrzane_N = mkN071 "" ; - pobyrzvam_V = actionV (mkV186 "") (mkV186 "") ; - pobyrzvane_N = mkN071 "" ; - pobyrkan_A = mkA076 "" ; - pobyrkane_N = mkN071 "" ; - pobyrkanost_N = mkN049 "" ; - pobyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - pobyrkvane_N = mkN071 "" ; - pob_ja_gane_N = mkN071 "" ; - pob_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - pob_ja_gvane_N = mkN071 "" ; - pob_ja_gna_V = stateV (mkV152a "") ; - poval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - poval_ja_ne_N = mkN071 "" ; - povdigam_V = actionV (mkV186 "") (mkV152 "") ; - povdigane_N = mkN071 "" ; - povdigatelen_A = mkA079 "" ; - povdiga_ch__N = mkN007 "" ; - povedenie_N = mkN072 "" ; - pove_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - pove_zj_dane_N = mkN071 "" ; - povej_N = mkN032 "" ; - povelenie_N = mkN072 "" ; - povelitel_N = mkN031a "" ; - povelitelen_A = mkA079 "" ; - povelitelka_N = mkN041 "" ; - povelitelnost_N = mkN049 "" ; - povel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - povel_ja_vane_N = mkN071 "" ; - poveren_A = mkA076 "" ; - poverenik_N = mkN014 "" ; - poverenica_N = mkN041 "" ; - poverie_N = mkN072 "" ; - poveritelen_A = mkA079 "" ; - poveritelnost_N = mkN049 "" ; - pover_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pover_ja_vane_N = mkN071 "" ; - povesele_ja__V = stateV (mkV160 "") ; - povesel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - povesel_ja_vane_N = mkN071 "" ; - povesmo_N = mkN054 "" ; - povest_N = mkN049 "" ; - povestvovanie_N = mkN072 "" ; - povestvovatel_N = mkN031a "" ; - povestvovatelen_A = mkA079 "" ; - poves_ja__V = stateV (mkV173 "") ; - povet_N = mkN007 "" ; - povetica_N = mkN041 "" ; - povehnal_A = mkA076 "" ; - povehnalost_N = mkN049 "" ; - povivam_V = actionV (mkV186 "") (mkV163 "") ; - povivane_N = mkN071 "" ; - povid_ja__V = stateV (mkV181 "") ; - povik_N = mkN014 "" ; - povikane_N = mkN071 "" ; - povikvam_V = actionV (mkV186 "") (mkV186 "") ; - povikvane_N = mkN071 "" ; - povikvatelen_A = mkA079 "" ; - poviln_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poviln_ja_vane_N = mkN071 "" ; - povinnost_N = mkN049 "" ; - povin_ja__V = stateV (mkV174 "") ; - poviram_V = actionV (mkV186 "") (mkV150a "") ; - povirane_N = mkN071 "" ; - povisvam_V = actionV (mkV186 "") (mkV152 "") ; - povisvane_N = mkN071 "" ; - povis_ja__V = stateV (mkV177 "") ; - povi_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - povi_sh_avane_N = mkN071 "" ; - povi_sh_en_A = mkA076 "" ; - povi_sh_enie_N = mkN072 "" ; - povla_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - povla_ch_vane_N = mkN071 "" ; - povlekan_N = mkN007 "" ; - povlekana_N = mkN041 "" ; - povli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - povli_ch_ane_N = mkN071 "" ; - povli_ja_vam_V = actionV (mkV186 "") (mkV161 "") ; - povli_ja_vane_N = mkN071 "" ; - povod_N = mkN007 "" ; - povod_ja__V = stateV (mkV173 "") ; - povozvam_V = actionV (mkV186 "") (mkV173 "") ; - povozvane_N = mkN071 "" ; - povrat_N = mkN007 "" ; - povraten_A = mkA079 "" ; - povratim_A = mkA076 "" ; - povratliv_A = mkA076 "" ; - povratlivost_N = mkN049 "" ; - povratnost_N = mkN049 "" ; - povreda_N = mkN041 "" ; - povre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - povre_zj_dane_N = mkN071 "" ; - povrytliv_A = mkA076 "" ; - povry_sht_am_V = stateV (mkV186 "") ; - povry_sht_ane_N = mkN071 "" ; - povr_ja__V = stateV (mkV177 "") ; - povsemesten_A = mkA079 "" ; - povsemestnost_N = mkN049 "" ; - povtara_ch__N = mkN007 "" ; - povtara_ch_ka_N = mkN041 "" ; - povtar_ja_em_A = mkA076 "" ; - povtar_ja_emost_N = mkN049 "" ; - povtar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - povtar_ja_ne_N = mkN071 "" ; - povtor_N = mkN007 "" ; - povtoren_A = mkA079 "" ; - povtorenie_N = mkN072 "" ; - povtorim_A = mkA076 "" ; - povtoritelen_A = mkA079 "" ; - povtornica_N = mkN041 "" ; - povyzdyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - povyzdyr_zj_ane_N = mkN071 "" ; - povyzdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - povyzdyhvane_N = mkN071 "" ; - povyzpiram_V = actionV (mkV186 "") (mkV150 "") ; - povyzpirane_N = mkN071 "" ; - povyrv_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - povyrv_ja_vane_N = mkN071 "" ; - povyrna_V = stateV (mkV152 "") ; - povyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - povyrt_ja_vane_N = mkN071 "" ; - povyrhen_A = mkA079 "" ; - povyrhnina_N = mkN041 "" ; - povyrhnost_N = mkN049 "" ; - povyrhnosten_A = mkA079 "" ; - povyrhnostnost_N = mkN049 "" ; - pov_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - pov_ja_vane_N = mkN071 "" ; - pov_ja_rvam_V = stateV (mkV186 "") ; - pov_ja_rvane_N = mkN071 "" ; - pov_ja_smo_N = mkN054 "" ; - pov_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - pov_ja_hvane_N = mkN071 "" ; - pogavr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pogavr_ja_ne_N = mkN071 "" ; - poga_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - poga_zj_dane_N = mkN071 "" ; - pogazvam_V = actionV (mkV186 "") (mkV173 "") ; - pogazvane_N = mkN071 "" ; - pogalvam_V = actionV (mkV186 "") (mkV173 "") ; - pogalvane_N = mkN071 "" ; - poganec_N = mkN008a "" ; - poganski_A = mkA078 "" ; - poganstvo_N = mkN054 "" ; - pogan_sht_ina_N = mkN041 "" ; - pogasvam_V = actionV (mkV186 "") (mkV152 "") ; - pogasvane_N = mkN071 "" ; - pogasim_A = mkA076 "" ; - pogasitel_N = mkN031a "" ; - pogasitelen_A = mkA079 "" ; - pogas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pogas_ja_vane_N = mkN071 "" ; - pogas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pogas_ja_ne_N = mkN071 "" ; - poga_ch_a_N = mkN041 "" ; - poga_sh_enie_N = mkN072 "" ; - pogvam_V = actionV (mkV186 "") (mkV152 "") ; - pogvane_N = mkN071 "" ; - pogivam_V = actionV (mkV186 "") (mkV152 "") ; - pogivane_N = mkN071 "" ; - pogladuvam_V = stateV (mkV186 "") ; - pogladuvane_N = mkN071 "" ; - pogla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - pogla_zj_dane_N = mkN071 "" ; - pogled_N = mkN007 "" ; - pogledam_V = actionV (mkV186 "") (mkV152 "") ; - pogledane_N = mkN071 "" ; - pogle_zj_dam_V = actionV (mkV186 "") (mkV152 "") ; - pogle_zj_dane_N = mkN071 "" ; - poglezvam_V = actionV (mkV186 "") (mkV173 "") ; - poglezvane_N = mkN071 "" ; - pogly_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - pogly_sht_ane_N = mkN071 "" ; - pogly_sht_atelen_A = mkA079 "" ; - pognusa_N = mkN041 "" ; - pognus_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pognus_ja_vane_N = mkN071 "" ; - pogovorvam_V = actionV (mkV186 "") (mkV173 "") ; - pogovorvane_N = mkN071 "" ; - pogovorka_N = mkN041 "" ; - pogod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pogod_ja_vane_N = mkN071 "" ; - pogoloven_A = mkA079 "" ; - pogostuvam_V = actionV (mkV186 "") (mkV174 "") ; - pogostuvane_N = mkN071 "" ; - pogo_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - pogo_sht_avane_N = mkN071 "" ; - pogra_zj_danen_A = mkA076 "" ; - pogra_zj_dan_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pogra_zj_dan_ja_vane_N = mkN071 "" ; - pograni_ch_en_A = mkA079 "" ; - pogreb_N = mkN007 "" ; - pogrebalen_A = mkA079 "" ; - pogrebvam_V = actionV (mkV186 "") (mkV151 "") ; - pogrebvane_N = mkN071 "" ; - pogrebenie_N = mkN072 "" ; - pogrejvam_V = actionV (mkV186 "") (mkV160 "") ; - pogrejvane_N = mkN071 "" ; - pogre_sh_a_V = stateV (mkV176 "") ; - pogre_sh_en_A = mkA079 "" ; - pogre_sh_imost_N = mkN049 "" ; - pogre_sh_nost_N = mkN049 "" ; - pogri_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - pogri_zj_vane_N = mkN071 "" ; - pogrozn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pogrozn_ja_vane_N = mkN071 "" ; - pogrom_N = mkN007 "" ; - pogromad_zj_i_ja__N = mkN039 "" ; - pogr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pogr_ja_vane_N = mkN071 "" ; - pogubvam_V = actionV (mkV186 "") (mkV173 "") ; - pogubvane_N = mkN071 "" ; - pogydeli_ch_kane_N = mkN071 "" ; - pogydeli_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - pogydeli_ch_kvane_N = mkN071 "" ; - pogylnatost_N = mkN049 "" ; - pogyr_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pogyr_ch_vane_N = mkN071 "" ; - pod_N = mkN001 "" ; - podavam_V = actionV (mkV186 "") (mkV168 "") ; - podavane_N = mkN071 "" ; - podavatelen_A = mkA079 "" ; - podava_ch__N = mkN007b "" ; - podav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podagra_N = mkN041 "" ; - podagren_A = mkA076 "" ; - podanik_N = mkN014 "" ; - podanica_N = mkN041 "" ; - podanstvo_N = mkN054 "" ; - podaryk_N = mkN014 "" ; - podar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podar_ja_vane_N = mkN071 "" ; - podatel_N = mkN031a "" ; - podatelka_N = mkN041 "" ; - podatliv_A = mkA076 "" ; - podatlivost_N = mkN049 "" ; - poda_ja_nie_N = mkN072 "" ; - podbalkanski_A = mkA078 "" ; - podbedrenica_N = mkN041 "" ; - podbel_N = mkN007 "" ; - podbiv_N = mkN007 "" ; - podbivam_V = actionV (mkV186 "") (mkV163 "") ; - podbivane_N = mkN071 "" ; - podbiram_V = actionV (mkV186 "") (mkV170 "") ; - podbirane_N = mkN071 "" ; - podboda_V = stateV (mkV145 "") ; - podbor_N = mkN007 "" ; - podboren_A = mkA079 "" ; - podborka_N = mkN041 "" ; - podbradnik_N = mkN014 "" ; - podbra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - podbra_zj_dane_N = mkN071 "" ; - podbrysvam_V = actionV (mkV186 "") (mkV152 "") ; - podbrysvane_N = mkN071 "" ; - podbuda_N = mkN041 "" ; - podbuditel_N = mkN031a "" ; - podbuditelen_A = mkA079 "" ; - podbuditelka_N = mkN041 "" ; - podbuditelstvo_N = mkN054 "" ; - podbu_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - podbu_zj_dane_N = mkN071 "" ; - podbu_zj_denie_N = mkN072 "" ; - podbutane_N = mkN071 "" ; - podbutvam_V = actionV (mkV186 "") (mkV186 "") ; - podbutna_V = stateV (mkV152 "") ; - podvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podvar_ja_vane_N = mkN071 "" ; - podvedomstven_A = mkA076 "" ; - podve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - podve_zj_dane_N = mkN071 "" ; - podvetren_A = mkA076 "" ; - podvivam_V = actionV (mkV186 "") (mkV163 "") ; - podvivane_N = mkN071 "" ; - podvig_N = mkN015 "" ; - podvigam_V = stateV (mkV186 "") ; - podvid_N = mkN001 "" ; - podvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - podvi_zj_vane_N = mkN071 "" ; - podvi_zj_en_A = mkA079 "" ; - podvi_zj_nik_N = mkN014 "" ; - podvi_zj_nica_N = mkN041 "" ; - podvi_zj_nost_N = mkN049 "" ; - podvizavam_V = stateV (mkV186 "") ; - podvizavane_N = mkN071 "" ; - podvikvam_V = actionV (mkV186 "") (mkV152 "") ; - podvikvane_N = mkN071 "" ; - podvlasten_A = mkA079 "" ; - podvlastnost_N = mkN049 "" ; - podvoden_A = mkA079 "" ; - podvodnica_N = mkN041 "" ; - podvoz_N = mkN007 "" ; - podvozvane_N = mkN071 "" ; - podvoz_ja__V = stateV (mkV173 "") ; - podvoum_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podvoum_ja_vane_N = mkN071 "" ; - podvra_V = stateV (mkV150a "") ; - podvyrgvane_N = mkN071 "" ; - podvyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - podvyrzvane_N = mkN071 "" ; - podvyrzva_ch_nica_N = mkN041 "" ; - podvyrzi_ja__N = mkN047 "" ; - podv_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - podv_ja_vane_N = mkN071 "" ; - podgizvam_V = actionV (mkV186 "") (mkV152 "") ; - podgizvane_N = mkN071 "" ; - podglasnik_N = mkN014 "" ; - podglasnica_N = mkN041 "" ; - podgolem_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - podgolem_ja_vane_N = mkN071 "" ; - podgonvam_V = actionV (mkV186 "") (mkV173 "") ; - podgonvane_N = mkN071 "" ; - podgonen_A = mkA076 "" ; - podgon_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podgon_ja_ne_N = mkN071 "" ; - podgord_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - podgord_ja_vane_N = mkN071 "" ; - podgorie_N = mkN072 "" ; - podgor_ch_avam_V = actionV (mkV186 "") (mkV160 "") ; - podgor_ch_avane_N = mkN071 "" ; - podgor_ja__V = stateV (mkV174 "") ; - podgotven_A = mkA076 "" ; - podgotvenost_N = mkN049 "" ; - podgotvitelen_A = mkA079 "" ; - podgotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podgotv_ja_ne_N = mkN071 "" ; - podgotovka_N = mkN041 "" ; - podgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - podgra_zj_dane_N = mkN071 "" ; - podgrupa_N = mkN041 "" ; - podgr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - podgr_ja_vane_N = mkN071 "" ; - podgyv_N = mkN007 "" ; - podgyvam_V = actionV (mkV186 "") (mkV152 "") ; - podgyvane_N = mkN071 "" ; - podgyvka_N = mkN041 "" ; - podgyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - podgyrbvane_N = mkN071 "" ; - podgyrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podgyrb_ja_ne_N = mkN071 "" ; - poddavam_V = actionV (mkV186 "") (mkV168 "") ; - poddavane_N = mkN071 "" ; - poddirektor_N = mkN007 "" ; - poddirektori_ja__N = mkN047 "" ; - poddirektorka_N = mkN041 "" ; - poddry_zj_ka_N = mkN041 "" ; - poddry_zj_nik_N = mkN014 "" ; - poddry_zj_nica_N = mkN041 "" ; - poddyr_zj_am_V = stateV (mkV186 "") ; - poddyr_zj_ane_N = mkN071 "" ; - podezi_ch_en_A = mkA079 "" ; - podejstvam_V = stateV (mkV186 "") ; - podejstvane_N = mkN071 "" ; - podejstvuvam_V = stateV (mkV186 "") ; - podejstvuvane_N = mkN071 "" ; - podelement_N = mkN007 "" ; - podelenie_N = mkN072 "" ; - podel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podel_ja_ne_N = mkN071 "" ; - podem_N = mkN007 "" ; - podemam_V = actionV (mkV186 "") (mkV171 "") ; - podemane_N = mkN071 "" ; - podemen_A = mkA079 "" ; - podemnik_N = mkN014 "" ; - podzaglavie_N = mkN072 "" ; - podzada_ch_a_N = mkN041 "" ; - podzemam_V = actionV (mkV186 "") (mkV171 "") ; - podzemane_N = mkN071 "" ; - podzemen_A = mkA079 "" ; - podzemie_N = mkN072 "" ; - podzidane_N = mkN071 "" ; - podzi_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - podzi_zj_dane_N = mkN071 "" ; - podzna_ch_enie_N = mkN072 "" ; - podiv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - podiv_ja_vane_N = mkN071 "" ; - podigam_V = actionV (mkV186 "") (mkV152 "") ; - podigane_N = mkN071 "" ; - podigravam_V = actionV (mkV186 "") (mkV161 "") ; - podigravane_N = mkN071 "" ; - podigravatelen_A = mkA079 "" ; - podigravatelnost_N = mkN049 "" ; - podigrava_ch__N = mkN007 "" ; - podigrava_ch_ka_N = mkN041 "" ; - podigravka_N = mkN041 "" ; - podizraz_N = mkN007 "" ; - podiram_V = actionV (mkV186 "") (mkV173 "") ; - podiren_A = mkA076 "" ; - podire_sh_en_A = mkA079 "" ; - podir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podir_ja_ne_N = mkN071 "" ; - podium_N = mkN007 "" ; - podi_sh_am_V = stateV (mkV186 "") ; - podi_sh_ane_N = mkN071 "" ; - podkana_N = mkN041 "" ; - podkanvam_V = actionV (mkV186 "") (mkV173 "") ; - podkanvane_N = mkN071 "" ; - podkan_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podkan_ja_ne_N = mkN071 "" ; - podkarane_N = mkN071 "" ; - podkarvam_V = actionV (mkV186 "") (mkV186 "") ; - podkarvane_N = mkN071 "" ; - podkastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podkastr_ja_ne_N = mkN071 "" ; - podka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - podka_ch_ane_N = mkN071 "" ; - podka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - podka_ch_vane_N = mkN071 "" ; - podkvasa_N = mkN041 "" ; - podkvasvam_V = actionV (mkV186 "") (mkV173 "") ; - podkvasvane_N = mkN071 "" ; - podkisel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podkisel_ja_vane_N = mkN071 "" ; - podkla_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - podkla_zj_dane_N = mkN071 "" ; - podklas_N = mkN001 "" ; - podkl_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - podkl_ja_kvane_N = mkN071 "" ; - podkova_N = mkN041 "" ; - podkovavam_V = actionV (mkV186 "") (mkV151 "") ; - podkovavane_N = mkN071 "" ; - podkovan_A = mkA076 "" ; - podkova_ch__N = mkN007b "" ; - podkova_ch_nica_N = mkN041 "" ; - podkovoobrazen_A = mkA079 "" ; - podko_zj_en_A = mkA079 "" ; - podko_zj_ur_ja__V = stateV (mkV173 "") ; - podkokorosane_N = mkN071 "" ; - podkokorosvam_V = actionV (mkV186 "") (mkV186 "") ; - podkokorosvane_N = mkN071 "" ; - podkolenen_A = mkA084 "" ; - podkomisi_ja__N = mkN047 "" ; - podkomitet_N = mkN007 "" ; - podkopavam_V = actionV (mkV186 "") (mkV161 "") ; - podkopavane_N = mkN071 "" ; - podkopen_A = mkA076 "" ; - podkoremen_A = mkA079 "" ; - podkorenen_A = mkA079 "" ; - podkos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podkos_ja_vane_N = mkN071 "" ; - podkrepa_N = mkN041 "" ; - podkrepvam_V = actionV (mkV186 "") (mkV174 "") ; - podkrepvane_N = mkN071 "" ; - podkrepen_A = mkA076 "" ; - podkrepitelen_A = mkA079 "" ; - podkreplenie_N = mkN072 "" ; - podkrep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podkrep_ja_vane_N = mkN071 "" ; - podkrep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podkrep_ja_ne_N = mkN071 "" ; - podkup_N = mkN007 "" ; - podkupvam_V = actionV (mkV186 "") (mkV173 "") ; - podkupvane_N = mkN071 "" ; - podkupva_ch__N = mkN007 "" ; - podkupen_A = mkA076 "" ; - podkupnik_N = mkN014 "" ; - podkupnica_N = mkN041 "" ; - podkupni_ch_eski_A = mkA078 "" ; - podkupni_ch_estvo_N = mkN054 "" ; - podkupnost_N = mkN049 "" ; - podkyrmen_A = mkA076 "" ; - podlagam_V = actionV (mkV186 "") (mkV176 "") ; - podlagane_N = mkN071 "" ; - podlakytnik_N = mkN014 "" ; - podle_zj_a_V = stateV (mkV178 "") ; - podle_zj_a_sht__A = mkA076 "" ; - podlez_N = mkN007 "" ; - podlepvam_V = actionV (mkV186 "") (mkV174 "") ; - podlepvane_N = mkN071 "" ; - podlep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podlep_ja_ne_N = mkN071 "" ; - podlec_N = mkN007 "" ; - podlivam_V = actionV (mkV186 "") (mkV164 "") ; - podlivane_N = mkN071 "" ; - podliven_A = mkA079 "" ; - podlizvam_V = actionV (mkV186 "") (mkV156 "") ; - podlizvane_N = mkN071 "" ; - podlizurka_N = mkN041 "" ; - podlizurko_N = mkN040 "" ; - podlizurski_A = mkA078 "" ; - podlizurstvam_V = stateV (mkV186 "") ; - podlizurstvane_N = mkN071 "" ; - podlizurstvo_N = mkN054 "" ; - podlizurstvuvam_V = stateV (mkV186 "") ; - podlizurstvuvane_N = mkN071 "" ; - podlizur_sht_ina_N = mkN041 "" ; - podlistnik_N = mkN014 "" ; - podlog_N = mkN015 "" ; - podloga_N = mkN041 "" ; - podlo_zj_ka_N = mkN041 "" ; - podlost_N = mkN049 "" ; - podlostvam_V = actionV (mkV186 "") (mkV173 "") ; - podlostvane_N = mkN071 "" ; - podlost_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podluda_N = mkN041 "" ; - podlude_ja__V = stateV (mkV160 "") ; - podlud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podlud_ja_vane_N = mkN071 "" ; - podlu_ch_a_V = stateV (mkV176 "") ; - podlu_ch_vane_N = mkN071 "" ; - podlygvam_V = actionV (mkV186 "") (mkV158 "") ; - podlygvane_N = mkN071 "" ; - podl_iu_tvane_N = mkN071 "" ; - podl_iu_t_ja__V = stateV (mkV174 "") ; - podmazvam_V = actionV (mkV186 "") (mkV156 "") ; - podmazvane_N = mkN071 "" ; - podmazva_ch_eski_A = mkA078 "" ; - podmazva_ch_ka_N = mkN041 "" ; - podmama_N = mkN041 "" ; - podmamvam_V = actionV (mkV186 "") (mkV173 "") ; - podmamvane_N = mkN071 "" ; - podmamka_N = mkN041 "" ; - podmam_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podmam_ja_ne_N = mkN071 "" ; - podmaska_N = mkN041 "" ; - podmen_iu__N = mkN065 "" ; - podmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podmen_ja_vane_N = mkN071 "" ; - podmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podmen_ja_ne_N = mkN071 "" ; - podmesvam_V = actionV (mkV186 "") (mkV173 "") ; - podmesvane_N = mkN071 "" ; - podmes_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podmes_ja_ne_N = mkN071 "" ; - podmetka_N = mkN041 "" ; - podmivam_V = actionV (mkV186 "") (mkV163 "") ; - podmivane_N = mkN071 "" ; - podmigvam_V = actionV (mkV186 "") (mkV152 "") ; - podmigvane_N = mkN071 "" ; - podmilkane_N = mkN071 "" ; - podmilkvam_V = actionV (mkV186 "") (mkV186 "") ; - podmilkvane_N = mkN071 "" ; - podminavam_V = actionV (mkV186 "") (mkV152 "") ; - podminavane_N = mkN071 "" ; - podmitam_V = actionV (mkV186 "") (mkV145 "") ; - podmitane_N = mkN071 "" ; - podmi_sh_nica_N = mkN041 "" ; - podmi_sh_ni_ch_en_A = mkA079 "" ; - podmladen_A = mkA076 "" ; - podmlade_ja__V = stateV (mkV160 "") ; - podmladitelen_A = mkA079 "" ; - podmlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podmlad_ja_vane_N = mkN071 "" ; - podmno_zj_estvo_N = mkN054 "" ; - podmokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podmokr_ja_ne_N = mkN071 "" ; - podmol_N = mkN007 "" ; - podmolen_A = mkA079 "" ; - podmolie_N = mkN072 "" ; - podmre_zj_a_N = mkN041 "" ; - podmu_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - podmu_sh_kvam_V = actionV (mkV186 "") (mkV152 "") ; - podmu_sh_kvane_N = mkN071 "" ; - podmykvam_V = actionV (mkV186 "") (mkV152 "") ; - podmykvane_N = mkN071 "" ; - podm_ja_na_N = mkN043 "" ; - podm_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - podm_ja_tane_N = mkN071 "" ; - podnapre_zj_enie_N = mkN072 "" ; - podnas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - podnas_ja_ne_N = mkN071 "" ; - podna_ch_alnik_N = mkN014 "" ; - podneben_A = mkA079 "" ; - podnebesen_A = mkA079 "" ; - podniz_N = mkN001 "" ; - podnoven_A = mkA076 "" ; - podnovitel_N = mkN031a "" ; - podnov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podnov_ja_vane_N = mkN071 "" ; - podno_zj_ie_N = mkN072 "" ; - podnos_N = mkN007 "" ; - podnosvam_V = actionV (mkV186 "") (mkV173 "") ; - podnosvane_N = mkN071 "" ; - podobavam_V = stateV (mkV186 "") ; - podobavane_N = mkN071 "" ; - podobava_sht__A = mkA076 "" ; - podoben_A = mkA079 "" ; - podobie_N = mkN072 "" ; - podobla_ch_en_A = mkA079 "" ; - podobren_A = mkA076 "" ; - podobrenie_N = mkN072 "" ; - podobritelen_A = mkA079 "" ; - podobr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podobr_ja_vane_N = mkN071 "" ; - podov_A = mkA076 "" ; - podoveda_V = stateV (mkV145 "") ; - podoziram_V = actionV (mkV186 "") (mkV150 "") ; - podozirane_N = mkN071 "" ; - podozrenie_N = mkN072 "" ; - podozritelen_A = mkA079 "" ; - podozritelnost_N = mkN049 "" ; - podojda_V = stateV (mkV146a "") ; - podokarane_N = mkN071 "" ; - podokarvam_V = actionV (mkV186 "") (mkV186 "") ; - podokarvane_N = mkN071 "" ; - podonas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - podonas_ja_ne_N = mkN071 "" ; - podopa_sh_en_A = mkA079 "" ; - podopa_sh_nik_N = mkN014 "" ; - podopa_sh_nica_N = mkN041 "" ; - podose_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - podose_sht_ane_N = mkN071 "" ; - podostren_A = mkA076 "" ; - podostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podostr_ja_ne_N = mkN071 "" ; - podotdel_N = mkN007 "" ; - podot_ch_eten_A = mkA079 "" ; - podot_ch_etnost_N = mkN049 "" ; - podoficer_N = mkN007 "" ; - podoficerski_A = mkA078 "" ; - podohoden_A = mkA079 "" ; - podo_ch_en_A = mkA079 "" ; - podo_ch_ista_ch_ka_N = mkN041 "" ; - podo_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - podo_ch_uvane_N = mkN071 "" ; - podo_ja__V = stateV (mkV175 "") ; - podpadam_V = actionV (mkV186 "") (mkV152 "") ; - podpadane_N = mkN071 "" ; - podpalvam_V = actionV (mkV186 "") (mkV173 "") ; - podpalvane_N = mkN071 "" ; - podpalva_ch__N = mkN007b "" ; - podpalva_ch_eski_A = mkA078 "" ; - podpalva_ch_estvo_N = mkN054 "" ; - podpalka_N = mkN041 "" ; - podpaluben_A = mkA079 "" ; - podpapka_N = mkN041 "" ; - podpa_sh_a_V = stateV (mkV159 "") ; - podpeka_V = stateV (mkV148 "") ; - podpet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podpet_ja_vane_N = mkN071 "" ; - podpe_ch_atam_V = actionV (mkV186 "") (mkV173 "") ; - podpe_ch_atane_N = mkN071 "" ; - podpe_ch_atvam_V = actionV (mkV186 "") (mkV173 "") ; - podpe_ch_atvane_N = mkN071 "" ; - podpiram_V = actionV (mkV186 "") (mkV150 "") ; - podpirane_N = mkN071 "" ; - podpis_N = mkN007 "" ; - podpisan_A = mkA076 "" ; - podpisvam_V = actionV (mkV186 "") (mkV159 "") ; - podpisvane_N = mkN071 "" ; - podpisen_A = mkA079 "" ; - podpiska_N = mkN041 "" ; - podpisnik_N = mkN014 "" ; - podpisnica_N = mkN041 "" ; - podpitane_N = mkN071 "" ; - podpitvam_V = actionV (mkV186 "") (mkV186 "") ; - podpitvane_N = mkN071 "" ; - podplaninski_A = mkA078 "" ; - podplata_N = mkN041 "" ; - podplaten_A = mkA076 "" ; - podplat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podplat_ja_vane_N = mkN071 "" ; - podpla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - podpla_sh_vane_N = mkN071 "" ; - podples_N = mkN007 "" ; - podplesvam_V = actionV (mkV186 "") (mkV152 "") ; - podplesvane_N = mkN071 "" ; - podpleta_V = stateV (mkV145 "") ; - podplyzvam_V = actionV (mkV186 "") (mkV152 "") ; - podplyzvane_N = mkN071 "" ; - podplynka_N = mkN041 "" ; - podpolkovnik_N = mkN014a "" ; - podpolkovni_sh_ki_A = mkA078 "" ; - podpomagam_V = actionV (mkV186 "") (mkV152 "") ; - podpomagane_N = mkN071 "" ; - podpomognat_A = mkA076 "" ; - podpora_N = mkN041 "" ; - podporen_A = mkA079 "" ; - podporka_N = mkN041 "" ; - podporu_ch_ik_N = mkN014a "" ; - podpo_ch_ven_A = mkA076 "" ; - podpravka_N = mkN041 "" ; - podprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podprav_ja_ne_N = mkN071 "" ; - podpragov_A = mkA076 "" ; - podpredsedatel_N = mkN031a "" ; - podpretvam_V = actionV (mkV186 "") (mkV152 "") ; - podpretvane_N = mkN071 "" ; - podprograma_N = mkN041 "" ; - podprostranstven_A = mkA076 "" ; - podprostranstvo_N = mkN054 "" ; - podproces_N = mkN007 "" ; - podpuhvam_V = actionV (mkV186 "") (mkV152 "") ; - podpuhvane_N = mkN071 "" ; - podpuhnalost_N = mkN049 "" ; - podpylvam_V = actionV (mkV186 "") (mkV173 "") ; - podpylvane_N = mkN071 "" ; - podpyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podpyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - podpyr_zj_vane_N = mkN071 "" ; - podpytvam_V = actionV (mkV186 "") (mkV173 "") ; - podpytvane_N = mkN071 "" ; - podpyhvam_V = actionV (mkV186 "") (mkV152 "") ; - podpyhvane_N = mkN071 "" ; - podrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - podrabotvane_N = mkN071 "" ; - podrabotka_N = mkN041 "" ; - podravnen_A = mkA076 "" ; - podravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podravn_ja_vane_N = mkN071 "" ; - podravn_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podravn_ja_ne_N = mkN071 "" ; - podrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podrav_ja_ne_N = mkN071 "" ; - podra_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - podra_zj_avane_N = mkN071 "" ; - podra_zj_anie_N = mkN072 "" ; - podra_zj_atel_N = mkN031a "" ; - podra_zj_atelen_A = mkA079 "" ; - podra_zj_atelka_N = mkN041 "" ; - podra_zj_atelski_A = mkA078 "" ; - podra_zj_atelstvo_N = mkN054 "" ; - podrazbiram_V = actionV (mkV186 "") (mkV170 "") ; - podrazbirane_N = mkN071 "" ; - podrazdel_N = mkN007 "" ; - podrazdelenie_N = mkN072 "" ; - podrazdel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - podrazdel_ja_ne_N = mkN071 "" ; - podrazn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podrazn_ja_ne_N = mkN071 "" ; - podrazred_N = mkN007 "" ; - podrajon_N = mkN007 "" ; - podran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podran_ja_vane_N = mkN071 "" ; - podrasna_V = stateV (mkV152 "") ; - podrasnik_N = mkN014 "" ; - podrast_N = mkN049 "" ; - podrastvam_V = actionV (mkV186 "") (mkV145 "") ; - podrastvane_N = mkN071 "" ; - podrastva_sht__A = mkA076 "" ; - podrebren_A = mkA076 "" ; - podredba_N = mkN041 "" ; - podreden_A = mkA076 "" ; - podredenost_N = mkN049 "" ; - podre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - podre_zj_dane_N = mkN071 "" ; - podremvam_V = actionV (mkV186 "") (mkV152 "") ; - podremvane_N = mkN071 "" ; - podrivam_V = actionV (mkV186 "") (mkV152 "") ; - podrivane_N = mkN071 "" ; - podriven_A = mkA079 "" ; - podripvam_V = actionV (mkV186 "") (mkV152 "") ; - podripvane_N = mkN071 "" ; - podritvam_V = actionV (mkV186 "") (mkV152 "") ; - podritvane_N = mkN071 "" ; - podroben_A = mkA079 "" ; - podrobnost_N = mkN049 "" ; - podronvam_V = actionV (mkV186 "") (mkV173 "") ; - podronvane_N = mkN071 "" ; - podrum_ch_e_N = mkN065 "" ; - podrusvam_V = actionV (mkV186 "") (mkV152 "") ; - podrybvam_V = actionV (mkV186 "") (mkV173 "") ; - podrybvane_N = mkN071 "" ; - podryb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podryb_ja_ne_N = mkN071 "" ; - podrynkane_N = mkN071 "" ; - podrynkvam_V = actionV (mkV186 "") (mkV186 "") ; - podrynkvane_N = mkN071 "" ; - podrypvam_V = actionV (mkV186 "") (mkV152 "") ; - podrypvane_N = mkN071 "" ; - podry_ch_en_A = mkA079 "" ; - podr_ja_zan_A = mkA076 "" ; - podr_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - podr_ja_zvane_N = mkN071 "" ; - podr_ja_mvam_V = actionV (mkV186 "") (mkV152 "") ; - podr_ja_mvane_N = mkN071 "" ; - podsvirvam_V = actionV (mkV186 "") (mkV152 "") ; - podsvirvane_N = mkN071 "" ; - podsvirkane_N = mkN071 "" ; - podsvirkvam_V = actionV (mkV186 "") (mkV186 "") ; - podsvirkvane_N = mkN071 "" ; - podsekretar_N = mkN031a "" ; - podsekci_ja__N = mkN047 "" ; - podse_ch_en_A = mkA076 "" ; - podse_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - podse_sht_ane_N = mkN071 "" ; - podse_ja__V = stateV (mkV164 "") ; - podsigur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podsigur_ja_vane_N = mkN071 "" ; - podsilvam_V = actionV (mkV186 "") (mkV173 "") ; - podsilvane_N = mkN071 "" ; - podsip_N = mkN007 "" ; - podsip_ja__V = stateV (mkV154 "") ; - podsirvam_V = actionV (mkV186 "") (mkV173 "") ; - podsir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podsistema_N = mkN041 "" ; - podsi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - podsi_ch_ane_N = mkN071 "" ; - podskazvam_V = actionV (mkV186 "") (mkV156 "") ; - podskazvane_N = mkN071 "" ; - podskazva_ch__N = mkN007 "" ; - podskazva_ch_ka_N = mkN041 "" ; - podskazka_N = mkN041 "" ; - podska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - podska_ch_ane_N = mkN071 "" ; - podskok_N = mkN014 "" ; - podskokvam_V = actionV (mkV186 "") (mkV176 "") ; - podskokvane_N = mkN071 "" ; - podslada_N = mkN041 "" ; - podsladen_A = mkA076 "" ; - podsladitel_N = mkN031 "" ; - podsla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - podsla_zj_dane_N = mkN071 "" ; - podslon_N = mkN007 "" ; - podslonen_A = mkA076 "" ; - podslon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podslon_ja_vane_N = mkN071 "" ; - podslu_sh_ane_N = mkN071 "" ; - podslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - podslu_sh_vane_N = mkN071 "" ; - podslu_sh_vatelen_A = mkA079 "" ; - podslu_sh_va_ch__N = mkN007b "" ; - podsmivam_V = actionV (mkV186 "") (mkV160 "") ; - podsmivane_N = mkN071 "" ; - podsmihvam_V = actionV (mkV186 "") (mkV152 "") ; - podsmihvane_N = mkN071 "" ; - podsmyrkvam_V = actionV (mkV186 "") (mkV152 "") ; - podsmyrkvane_N = mkN071 "" ; - podsmyr_ch_am_V = actionV (mkV186 "") (mkV152 "") ; - podsmyr_ch_ane_N = mkN071 "" ; - podsol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podsol_ja_vane_N = mkN071 "" ; - podstaven_A = mkA076 "" ; - podstavka_N = mkN041 "" ; - podstav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podstav_ja_ne_N = mkN071 "" ; - podstanci_ja__N = mkN047 "" ; - podstil_N = mkN001 "" ; - podstoma_sh_en_A = mkA079 "" ; - podstorvam_V = actionV (mkV186 "") (mkV174 "") ; - podstorvane_N = mkN071 "" ; - podstrekavam_V = actionV (mkV186 "") (mkV148 "") ; - podstrekavane_N = mkN071 "" ; - podstrekan_A = mkA076 "" ; - podstrekatel_N = mkN031a "" ; - podstrekatelen_A = mkA079 "" ; - podstrekatelka_N = mkN041 "" ; - podstrekatelski_A = mkA078 "" ; - podstrekatelstvo_N = mkN054 "" ; - podstrigan_A = mkA076 "" ; - podstrigvam_V = actionV (mkV186 "") (mkV158 "") ; - podstrigvane_N = mkN071 "" ; - podstyp_N = mkN007 "" ; - podsu_ch_a_V = stateV (mkV155 "") ; - podsu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - podsu_sh_avane_N = mkN071 "" ; - podsfera_N = mkN041 "" ; - podsyden_A = mkA079 "" ; - podsydim_A = mkA076 "" ; - podsydimost_N = mkN049 "" ; - podsydnost_N = mkN049 "" ; - podsyznanie_N = mkN072 "" ; - podsyznatelen_A = mkA079 "" ; - podtekst_N = mkN001 "" ; - podtik_N = mkN014 "" ; - podtikvam_V = actionV (mkV186 "") (mkV152 "") ; - podtikvane_N = mkN071 "" ; - podtip_N = mkN001 "" ; - podtiskam_V = actionV (mkV186 "") (mkV152 "") ; - podtiskane_N = mkN071 "" ; - podtisnatost_N = mkN049 "" ; - podtisnik_N = mkN014 "" ; - podtisnica_N = mkN041 "" ; - podtisni_ch_eski_A = mkA078 "" ; - podtisni_ch_estvo_N = mkN054 "" ; - podti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - podti_ch_vane_N = mkN071 "" ; - podto_ch_ka_N = mkN041 "" ; - poduvam_V = actionV (mkV186 "") (mkV163 "") ; - poduvane_N = mkN071 "" ; - podumvam_V = actionV (mkV186 "") (mkV186 "") ; - podumvane_N = mkN071 "" ; - podupravitel_N = mkN031a "" ; - podut_A = mkA076 "" ; - podutina_N = mkN041 "" ; - podutost_N = mkN049 "" ; - poduhane_N = mkN071 "" ; - poduhvam_V = actionV (mkV186 "") (mkV186 "") ; - poduhvane_N = mkN071 "" ; - podu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - podu_ch_avane_N = mkN071 "" ; - podu_ch_astyk_N = mkN014 "" ; - podu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - podu_ch_vane_N = mkN071 "" ; - podu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - podu_sh_vane_N = mkN071 "" ; - podhva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - podhva_sht_ane_N = mkN071 "" ; - podhvyrkvam_V = actionV (mkV186 "") (mkV178 "") ; - podhvyrkvane_N = mkN071 "" ; - podhvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podhvyrl_ja_ne_N = mkN071 "" ; - podhvyr_ch_am_V = actionV (mkV186 "") (mkV178 "") ; - podhvyr_ch_ane_N = mkN071 "" ; - podhilvam_V = actionV (mkV186 "") (mkV173 "") ; - podhilvane_N = mkN071 "" ; - podhlyzvam_V = actionV (mkV186 "") (mkV152 "") ; - podhlyzvane_N = mkN071 "" ; - podhod_N = mkN007 "" ; - podhoden_A = mkA079 "" ; - podhod_ja__sht__A = mkA076 "" ; - podho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - podho_zj_dane_N = mkN071 "" ; - podho_zj_da_sht__A = mkA076 "" ; - podhranvam_V = actionV (mkV186 "") (mkV173 "") ; - podhranvane_N = mkN071 "" ; - podcentrala_N = mkN041 "" ; - podcen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - podcen_ja_vane_N = mkN071 "" ; - pod_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - pod_ch_ertavane_N = mkN071 "" ; - pod_ch_ertanost_N = mkN049 "" ; - pod_ch_inen_A = mkA076 "" ; - pod_ch_inenie_N = mkN072 "" ; - pod_ch_inenost_N = mkN049 "" ; - pod_ch_initelen_A = mkA079 "" ; - pod_ch_in_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pod_ch_in_ja_vane_N = mkN071 "" ; - pod_sh_epvam_V = actionV (mkV186 "") (mkV152 "") ; - pod_sh_epvane_N = mkN071 "" ; - pod_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - pod_sh_ivane_N = mkN071 "" ; - pod_sh_u_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - pod_sh_u_sh_vane_N = mkN071 "" ; - podyl_A = mkA080 "" ; - podyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - podyrl_ja_ne_N = mkN071 "" ; - podyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - podyrpvane_N = mkN071 "" ; - pod_ja_dam_V = actionV (mkV186 "") (mkV145 "") ; - pod_ja_dane_N = mkN071 "" ; - pod_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - pod_ja__zj_dane_N = mkN071 "" ; - pod_ja_lam_V = stateV (mkV186 "") ; - pod_ja_lane_N = mkN071 "" ; - pod_ja_lba_N = mkN041 "" ; - pod_ja_na_V = stateV (mkV153 "") ; - poevropej_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poevropej_ch_vane_N = mkN071 "" ; - poevtine_ja__V = stateV (mkV160 "") ; - poevtin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poevtin_ja_vane_N = mkN071 "" ; - poedini_ch_en_A = mkA079 "" ; - poezi_ja__N = mkN047 "" ; - poemam_V = actionV (mkV186 "") (mkV171 "") ; - poemane_N = mkN071 "" ; - poemen_A = mkA079 "" ; - poen_A = mkA085 "" ; - poergenuvane_N = mkN071 "" ; - poergen_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - poesnaf_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poesnaf_ch_vane_N = mkN071 "" ; - poet_N = mkN007 "" ; - poetesa_N = mkN041 "" ; - poetiziram_V = stateV (mkV186 "") ; - poetizirane_N = mkN071 "" ; - poetika_N = mkN041 "" ; - poeti_ch_en_A = mkA079 "" ; - poeti_ch_eski_A = mkA078 "" ; - poeti_ch_nost_N = mkN049 "" ; - po_zj_alvam_V = actionV (mkV186 "") (mkV173 "") ; - po_zj_alvane_N = mkN071 "" ; - po_zj_ar_N = mkN007 "" ; - po_zj_aren_A = mkA079 "" ; - po_zj_ari_sht_e_N = mkN066 "" ; - po_zj_arna_N = mkN041 "" ; - po_zj_arnikar_N = mkN031a "" ; - po_zj_arnikarski_A = mkA078 "" ; - po_zj_arogasitel_N = mkN031 "" ; - po_zj_arogasitelen_A = mkA079 "" ; - po_zj_aroopasen_A = mkA079 "" ; - po_zj_ar_ja__V = stateV (mkV173 "") ; - po_zj_elavam_V = actionV (mkV186 "") (mkV161 "") ; - po_zj_elavane_N = mkN071 "" ; - po_zj_elanie_N = mkN072 "" ; - po_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - po_zj_envane_N = mkN071 "" ; - po_zj_ertvam_V = stateV (mkV186 "") ; - po_zj_ertvane_N = mkN071 "" ; - po_zj_ertvuvam_V = stateV (mkV186 "") ; - po_zj_ertvuvane_N = mkN071 "" ; - po_zj_ertvuvanie_N = mkN072 "" ; - po_zj_ertvuvatel_N = mkN031a "" ; - po_zj_ertvuvatelen_A = mkA079 "" ; - po_zj_ertvuvatelnost_N = mkN049 "" ; - po_zj_iv_ja__V = stateV (mkV174 "") ; - po_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - po_zj_iv_ja_vane_N = mkN071 "" ; - po_zj_iznen_A = mkA076 "" ; - po_zj_ylt_ja__V = stateV (mkV174 "") ; - po_zj_ylt_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - po_zj_ylt_ja_vane_N = mkN071 "" ; - po_zj_ynvam_V = actionV (mkV186 "") (mkV152 "") ; - po_zj_ynvane_N = mkN071 "" ; - poza_N = mkN041 "" ; - pozabavl_ja_vam_V = stateV (mkV186 "") ; - pozabav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pozabav_ja_ne_N = mkN071 "" ; - pozabera_V = stateV (mkV170 "") ; - pozabogat_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozabogat_ja_vane_N = mkN071 "" ; - pozabrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pozabrav_ja_ne_N = mkN071 "" ; - pozabyrkane_N = mkN071 "" ; - pozabyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - pozabyrkvane_N = mkN071 "" ; - pozabyrsvam_V = actionV (mkV186 "") (mkV159 "") ; - pozabyrsvane_N = mkN071 "" ; - pozaveda_V = stateV (mkV145 "") ; - pozavyr_zj_a_V = stateV (mkV156 "") ; - pozavyrtvam_V = actionV (mkV186 "") (mkV177 "") ; - pozavyrtvane_N = mkN071 "" ; - pozavyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - pozavyr_sh_vane_N = mkN071 "" ; - pozav_ja_hvam_V = actionV (mkV186 "") (mkV152 "") ; - pozav_ja_hvane_N = mkN071 "" ; - pozagazvam_V = actionV (mkV186 "") (mkV173 "") ; - pozagazvane_N = mkN071 "" ; - pozagasvam_V = actionV (mkV186 "") (mkV174 "") ; - pozagasvane_N = mkN071 "" ; - pozagas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pozagas_ja_ne_N = mkN071 "" ; - pozagatvam_V = actionV (mkV186 "") (mkV152 "") ; - pozagatvane_N = mkN071 "" ; - pozagle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - pozagle_zj_dane_N = mkN071 "" ; - pozaglyhvam_V = actionV (mkV186 "") (mkV152 "") ; - pozaglyhvane_N = mkN071 "" ; - pozagnivam_V = actionV (mkV186 "") (mkV163 "") ; - pozagnivane_N = mkN071 "" ; - pozagolvam_V = actionV (mkV186 "") (mkV173 "") ; - pozagolvane_N = mkN071 "" ; - pozagri_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - pozagri_zj_vane_N = mkN071 "" ; - pozagrub_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozagrub_ja_vane_N = mkN071 "" ; - pozagr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozagr_ja_vane_N = mkN071 "" ; - pozaguben_A = mkA076 "" ; - pozadremvam_V = actionV (mkV186 "") (mkV154 "") ; - pozadremvane_N = mkN071 "" ; - pozadyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - pozadyr_zj_ane_N = mkN071 "" ; - pozaekvam_V = actionV (mkV186 "") (mkV152 "") ; - pozaekvane_N = mkN071 "" ; - pozainteresuvam_V = stateV (mkV186 "") ; - pozainteresuvane_N = mkN071 "" ; - pozaka_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - pozaka_ch_ane_N = mkN071 "" ; - pozaka_sh_l_ja_m_V = stateV (mkV187 "") ; - pozaka_sh_l_ja_ne_N = mkN071 "" ; - pozakorav_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozakrepvam_V = actionV (mkV186 "") (mkV174 "") ; - pozakrepvane_N = mkN071 "" ; - pozakrepna_V = stateV (mkV152 "") ; - pozakrivam_V = actionV (mkV186 "") (mkV163 "") ; - pozakrit_A = mkA076 "" ; - pozakrygl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozakrygl_ja_vane_N = mkN071 "" ; - pozakrygl_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pozakrygl_ja_ne_N = mkN071 "" ; - pozakyrp_ja__V = stateV (mkV173 "") ; - pozakysane_N = mkN071 "" ; - pozakysvam_V = actionV (mkV186 "") (mkV186 "") ; - pozakysvane_N = mkN071 "" ; - pozakysn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozakysn_ja_vane_N = mkN071 "" ; - pozakytvam_V = stateV (mkV186 "") ; - pozakytvane_N = mkN071 "" ; - pozalitam_V = actionV (mkV186 "") (mkV152 "") ; - pozalitane_N = mkN071 "" ; - pozamazvam_V = actionV (mkV186 "") (mkV156 "") ; - pozamazvane_N = mkN071 "" ; - pozama_ja__V = stateV (mkV162 "") ; - pozamiram_V = actionV (mkV186 "") (mkV150a "") ; - pozamirane_N = mkN071 "" ; - pozamisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pozamisl_ja_ne_N = mkN071 "" ; - pozamlykvam_V = actionV (mkV186 "") (mkV152 "") ; - pozamlykvane_N = mkN071 "" ; - pozamogvam_V = actionV (mkV186 "") (mkV152 "") ; - pozamogvane_N = mkN071 "" ; - pozaobla_ch_avam_V = actionV (mkV186 "") (mkV155 "") ; - pozaobla_ch_avane_N = mkN071 "" ; - pozaobl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pozaobl_ja_ne_N = mkN071 "" ; - pozape_ja__V = stateV (mkV164 "") ; - pozapiram_V = actionV (mkV186 "") (mkV150 "") ; - pozapirane_N = mkN071 "" ; - pozapitane_N = mkN071 "" ; - pozapitvam_V = actionV (mkV186 "") (mkV186 "") ; - pozapitvane_N = mkN071 "" ; - pozapi_sh_a_V = stateV (mkV159 "") ; - pozapi_ja__V = stateV (mkV163 "") ; - pozaplakvam_V = actionV (mkV186 "") (mkV155 "") ; - pozaplakvane_N = mkN071 "" ; - pozapyvam_V = actionV (mkV186 "") (mkV152 "") ; - pozapyvane_N = mkN071 "" ; - pozapylvam_V = actionV (mkV186 "") (mkV173 "") ; - pozapylvane_N = mkN071 "" ; - pozapyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - pozapyr_zj_vane_N = mkN071 "" ; - pozaradvam_V = stateV (mkV186 "") ; - pozaradvane_N = mkN071 "" ; - pozarasna_V = stateV (mkV152 "") ; - pozarastvam_V = actionV (mkV186 "") (mkV145 "") ; - pozarastvane_N = mkN071 "" ; - pozare_zj_a_V = stateV (mkV157 "") ; - pozaseka_V = stateV (mkV149 "") ; - pozase_ja__V = stateV (mkV164 "") ; - pozasilvam_V = actionV (mkV186 "") (mkV173 "") ; - pozasilvane_N = mkN071 "" ; - pozasi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - pozasi_sht_ane_N = mkN071 "" ; - pozasmivam_V = actionV (mkV186 "") (mkV160 "") ; - pozasmivane_N = mkN071 "" ; - pozaspivam_V = actionV (mkV186 "") (mkV182 "") ; - pozaspivane_N = mkN071 "" ; - pozastar_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pozastar_ja_vane_N = mkN071 "" ; - pozasto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - pozasto_ja_vane_N = mkN071 "" ; - pozastud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozasyhvam_V = actionV (mkV186 "") (mkV152 "") ; - pozasyhvane_N = mkN071 "" ; - pozas_ja_dvam_V = actionV (mkV186 "") (mkV152 "") ; - pozas_ja_dvane_N = mkN071 "" ; - pozatajvam_V = actionV (mkV186 "") (mkV175 "") ; - pozatajvane_N = mkN071 "" ; - pozatvoren_A = mkA076 "" ; - pozatihvam_V = actionV (mkV186 "") (mkV152 "") ; - pozatihvane_N = mkN071 "" ; - pozatlyst_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - pozatlyst_ja_vane_N = mkN071 "" ; - pozatopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pozatopl_ja_ne_N = mkN071 "" ; - pozatrudn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozatrudn_ja_vane_N = mkN071 "" ; - pozaty_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - pozaty_zj_avane_N = mkN071 "" ; - pozat_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pozahilvam_V = actionV (mkV186 "") (mkV173 "") ; - pozahilvane_N = mkN071 "" ; - pozahlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozahlad_ja_vane_N = mkN071 "" ; - poza_ch_est_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poza_ch_est_ja_vane_N = mkN071 "" ; - poza_ch_udvam_V = actionV (mkV186 "") (mkV173 "") ; - poza_ch_udvane_N = mkN071 "" ; - poza_ch_u_ja__V = stateV (mkV163 "") ; - poza_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - poza_ja_kvane_N = mkN071 "" ; - pozvolen_A = mkA076 "" ; - pozvolenie_N = mkN072 "" ; - pozvolitelen_A = mkA079 "" ; - pozvolitelno_N = mkN062 "" ; - pozvol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozvol_ja_vane_N = mkN071 "" ; - pozvyn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozvyn_ja_vane_N = mkN071 "" ; - pozdrav_N = mkN007 "" ; - pozdravitelen_A = mkA079 "" ; - pozdravlenie_N = mkN072 "" ; - pozdravl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozdrav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozdrav_ja_vane_N = mkN071 "" ; - pozelene_ja__V = stateV (mkV160 "") ; - pozelen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozelen_ja_vane_N = mkN071 "" ; - pozemlen_A = mkA076 "" ; - poziv_N = mkN007 "" ; - pozivna_N = mkN041 "" ; - poziram_V = stateV (mkV186 "") ; - pozirane_N = mkN071 "" ; - pozitiv_N = mkN007 "" ; - pozitiven_A = mkA079 "" ; - pozitivizym_N = mkN011 "" ; - pozitivist_N = mkN007 "" ; - pozitivnost_N = mkN049 "" ; - pozitron_N = mkN007 "" ; - pozitronen_A = mkA079 "" ; - pozicionen_A = mkA079 "" ; - pozicioniram_V = stateV (mkV186 "") ; - pozicionirane_N = mkN071 "" ; - pozici_ja__N = mkN047 "" ; - pozlata_N = mkN041 "" ; - pozlat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pozlat_ja_vane_N = mkN071 "" ; - poznavaem_A = mkA076 "" ; - poznavaemost_N = mkN049 "" ; - poznavam_V = actionV (mkV186 "") (mkV161 "") ; - poznavane_N = mkN071 "" ; - poznavatelen_A = mkA079 "" ; - poznava_ch__N = mkN007b "" ; - poznava_ch_ka_N = mkN041 "" ; - poznajnik_N = mkN014 "" ; - poznajnica_N = mkN041 "" ; - poznanie_N = mkN072 "" ; - poznanstvo_N = mkN054 "" ; - poznat_A = mkA076 "" ; - poznatost_N = mkN049 "" ; - pozovavam_V = actionV (mkV186 "") (mkV151 "") ; - pozovavane_N = mkN071 "" ; - pozor_N = mkN007 "" ; - pozoren_A = mkA079 "" ; - pozorene_N = mkN071 "" ; - pozor_ja__V = stateV (mkV174 "") ; - pozxor_N = mkN007 "" ; - pozxorka_N = mkN041 "" ; - pozxorski_A = mkA078 "" ; - pozxorstvo_N = mkN054 "" ; - poigravam_V = actionV (mkV186 "") (mkV161 "") ; - poigravane_N = mkN071 "" ; - poizbele_ja__V = stateV (mkV160 "") ; - poizbledn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poizgladne_ja__V = stateV (mkV160 "") ; - poizgla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - poizgla_zj_dane_N = mkN071 "" ; - poizgrizvam_V = actionV (mkV186 "") (mkV151 "") ; - poizgrizvane_N = mkN071 "" ; - poizguben_A = mkA076 "" ; - poizdera_V = stateV (mkV170 "") ; - poizdraskane_N = mkN071 "" ; - poizdraskvam_V = actionV (mkV186 "") (mkV186 "") ; - poizdra_sht__ja__V = stateV (mkV173 "") ; - poizdumvam_V = actionV (mkV186 "") (mkV186 "") ; - poizdyrpam_V = actionV (mkV186 "") (mkV186 "") ; - poizdyrpane_N = mkN071 "" ; - poizdyrpvane_N = mkN071 "" ; - poizkazvam_V = actionV (mkV186 "") (mkV156 "") ; - poizkazvane_N = mkN071 "" ; - poizka_sh_l_ja_m_V = stateV (mkV187 "") ; - poizka_sh_l_ja_ne_N = mkN071 "" ; - poizkrivam_V = actionV (mkV186 "") (mkV163 "") ; - poizkriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizkriv_ja_vane_N = mkN071 "" ; - poizkypvam_V = actionV (mkV186 "") (mkV154 "") ; - poizkypvane_N = mkN071 "" ; - poizkyrpvam_V = actionV (mkV186 "") (mkV173 "") ; - poizkyrpvane_N = mkN071 "" ; - poizle_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - poizle_zj_avane_N = mkN071 "" ; - poizlet_ja__V = stateV (mkV177 "") ; - poizle_ja__V = stateV (mkV164 "") ; - poizli_zj_a_V = stateV (mkV156 "") ; - poizlizam_V = actionV (mkV186 "") (mkV147 "") ; - poizlizane_N = mkN071 "" ; - poizlygvam_V = actionV (mkV186 "") (mkV158 "") ; - poizl_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - poizl_ja_gane_N = mkN071 "" ; - poizma_zj_a_V = stateV (mkV156 "") ; - poizma_ch_kane_N = mkN071 "" ; - poizma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - poizma_ch_kvane_N = mkN071 "" ; - poizmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizmen_ja_vane_N = mkN071 "" ; - poizmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - poizmen_ja_ne_N = mkN071 "" ; - poizmestvam_V = actionV (mkV186 "") (mkV173 "") ; - poizmestvane_N = mkN071 "" ; - poizmest_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizmest_ja_ne_N = mkN071 "" ; - poizmes_ja__V = stateV (mkV173 "") ; - poizmivam_V = actionV (mkV186 "") (mkV163 "") ; - poizmivane_N = mkN071 "" ; - poizmitam_V = actionV (mkV186 "") (mkV145 "") ; - poizmitane_N = mkN071 "" ; - poizmokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizmokr_ja_ne_N = mkN071 "" ; - poizmor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizmor_ja_vane_N = mkN071 "" ; - poizmra_V = stateV (mkV150a "") ; - poizmryzvam_V = actionV (mkV186 "") (mkV152 "") ; - poizmryzvane_N = mkN071 "" ; - poizmykvam_V = actionV (mkV186 "") (mkV152 "") ; - poizmykvane_N = mkN071 "" ; - poizmyrs_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizmyrs_ja_vane_N = mkN071 "" ; - poizmy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poizmy_ch_vane_N = mkN071 "" ; - poizne_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - poizne_zj_vane_N = mkN071 "" ; - poiznesa_V = stateV (mkV145a "") ; - poiznosvam_V = actionV (mkV186 "") (mkV173 "") ; - poiznosvane_N = mkN071 "" ; - poiznosen_A = mkA076 "" ; - poizoravam_V = actionV (mkV186 "") (mkV151 "") ; - poizoravane_N = mkN071 "" ; - poizostavam_V = actionV (mkV186 "") (mkV173 "") ; - poizostavane_N = mkN071 "" ; - poizostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizostav_ja_ne_N = mkN071 "" ; - poizostana_V = stateV (mkV152 "") ; - poizostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizostr_ja_ne_N = mkN071 "" ; - poizpera_V = stateV (mkV170 "") ; - poizpe_ja__V = stateV (mkV164 "") ; - poizpil_ja__V = stateV (mkV174 "") ; - poizpitvam_V = actionV (mkV186 "") (mkV186 "") ; - poizpi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - poizpi_ch_ane_N = mkN071 "" ; - poizpi_ja__V = stateV (mkV163 "") ; - poizpla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - poizpla_sh_vane_N = mkN071 "" ; - poizpot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizpot_ja_vane_N = mkN071 "" ; - poizprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizprav_ja_ne_N = mkN071 "" ; - poizpystr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizpystr_ja_ne_N = mkN071 "" ; - poizravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizravn_ja_vane_N = mkN071 "" ; - poizrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poizrav_ja_ne_N = mkN071 "" ; - poizrastvam_V = actionV (mkV186 "") (mkV145 "") ; - poizrastvane_N = mkN071 "" ; - poizre_zj_a_V = stateV (mkV157 "") ; - poizseka_V = stateV (mkV149 "") ; - poizsilvam_V = actionV (mkV186 "") (mkV173 "") ; - poizsilvane_N = mkN071 "" ; - poizstivam_V = actionV (mkV186 "") (mkV152 "") ; - poizstivane_N = mkN071 "" ; - poizstud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poizstud_ja_vane_N = mkN071 "" ; - poiztegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poiztegl_ja_ne_N = mkN071 "" ; - poizto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poizto_ch_vane_N = mkN071 "" ; - poiztrezn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poiztrezn_ja_vane_N = mkN071 "" ; - poiztri_ja__V = stateV (mkV163 "") ; - poiztupane_N = mkN071 "" ; - poiztupvam_V = actionV (mkV186 "") (mkV186 "") ; - poiztupvane_N = mkN071 "" ; - poiztyka_V = stateV (mkV167 "") ; - poiztyne_ja__V = stateV (mkV160 "") ; - poiztyn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poiztyn_ja_vane_N = mkN071 "" ; - poiztyrkane_N = mkN071 "" ; - poiztyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - poiztyrkvane_N = mkN071 "" ; - poizcapane_N = mkN071 "" ; - poizcapvam_V = actionV (mkV186 "") (mkV186 "") ; - poiz_ch_akane_N = mkN071 "" ; - poiz_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - poiz_ch_akvane_N = mkN071 "" ; - poiz_ch_ezvam_V = actionV (mkV186 "") (mkV152 "") ; - poiz_ch_ezvane_N = mkN071 "" ; - poilka_N = mkN041 "" ; - poilo_N = mkN054 "" ; - poimenen_A = mkA079 "" ; - pointeresuvam_V = stateV (mkV186 "") ; - pointeresuvane_N = mkN071 "" ; - poiskane_N = mkN071 "" ; - poiskvam_V = actionV (mkV186 "") (mkV186 "") ; - poiskvane_N = mkN071 "" ; - pokaz_N = mkN007 "" ; - pokazalec_N = mkN008 "" ; - pokazalka_N = mkN041 "" ; - pokazanie_N = mkN072 "" ; - pokazatel_N = mkN031 "" ; - pokazatelen_A = mkA079 "" ; - pokazvaemost_N = mkN049 "" ; - pokazvam_V = actionV (mkV186 "") (mkV156 "") ; - pokazvane_N = mkN071 "" ; - pokazen_A = mkA079 "" ; - pokaznost_N = mkN049 "" ; - pokajvam_V = actionV (mkV186 "") (mkV162 "") ; - pokajvane_N = mkN071 "" ; - pokaluger_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pokaluger_ja_vane_N = mkN071 "" ; - pokana_N = mkN041 "" ; - pokanvam_V = actionV (mkV186 "") (mkV173 "") ; - pokanvane_N = mkN071 "" ; - pokapvam_V = actionV (mkV186 "") (mkV154 "") ; - pokapvane_N = mkN071 "" ; - pokarane_N = mkN071 "" ; - pokarvam_V = actionV (mkV186 "") (mkV186 "") ; - pokarvane_N = mkN071 "" ; - pokatervam_V = actionV (mkV186 "") (mkV173 "") ; - pokatervane_N = mkN071 "" ; - pokatoli_ch_vam_V = actionV (mkV186 "") (mkV162 "") ; - poka_ch_ane_N = mkN071 "" ; - poka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poka_ch_vane_N = mkN071 "" ; - poka_sh_l_ja_m_V = stateV (mkV187 "") ; - poka_sh_l_ja_ne_N = mkN071 "" ; - poka_ja_l_A = mkA076 "" ; - poka_ja_nie_N = mkN072 "" ; - poka_ja_nica_N = mkN041 "" ; - poka_ja_nost_N = mkN049 "" ; - pokvara_N = mkN041 "" ; - pokvaren_A = mkA076 "" ; - pokvarenost_N = mkN049 "" ; - pokvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pokvar_ja_vane_N = mkN071 "" ; - pokvar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pokvar_ja_ne_N = mkN071 "" ; - poker_N = mkN007 "" ; - poklad_N = mkN007 "" ; - poklan_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - poklan_ja_ne_N = mkN071 "" ; - pokla_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - pokla_sht_ane_N = mkN071 "" ; - poklon_N = mkN007 "" ; - poklonenie_N = mkN072 "" ; - poklonnik_N = mkN014 "" ; - poklonnica_N = mkN041 "" ; - poklonni_ch_estvo_N = mkN054 "" ; - poklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poklon_ja_vane_N = mkN071 "" ; - poklyvvam_V = stateV (mkV186 "") ; - poklyvvane_N = mkN071 "" ; - pokl_iu_karstvam_V = stateV (mkV186 "") ; - pokl_iu_karstvane_N = mkN071 "" ; - pokl_iu_karstvuvam_V = stateV (mkV186 "") ; - pokl_iu_karstvuvane_N = mkN071 "" ; - pokl_ja_kane_N = mkN071 "" ; - pokl_ja_kvam_V = actionV (mkV186 "") (mkV186 "") ; - pokl_ja_kvane_N = mkN071 "" ; - pokoen_A = mkA085 "" ; - pokoj_N = mkN032 "" ; - pokojnik_N = mkN014 "" ; - pokojnica_N = mkN041 "" ; - pokolebavam_V = actionV (mkV186 "") (mkV161 "") ; - pokolebavane_N = mkN071 "" ; - pokolenie_N = mkN072 "" ; - pokoren_A = mkA079 "" ; - pokoritel_N = mkN031a "" ; - pokoritelen_A = mkA079 "" ; - pokoritelka_N = mkN041 "" ; - pokornica_N = mkN041 "" ; - pokornost_N = mkN049 "" ; - pokorstvo_N = mkN054 "" ; - pokorstvuvam_V = actionV (mkV186 "") (mkV174 "") ; - pokorstvuvane_N = mkN071 "" ; - pokor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pokor_ja_vane_N = mkN071 "" ; - pokos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pokos_ja_vane_N = mkN071 "" ; - pokradvam_V = actionV (mkV186 "") (mkV145 "") ; - pokradvane_N = mkN071 "" ; - pokrajnina_N = mkN041 "" ; - pokriv_N = mkN007 "" ; - pokrivalo_N = mkN054 "" ; - pokrivam_V = actionV (mkV186 "") (mkV163 "") ; - pokrivane_N = mkN071 "" ; - pokriven_A = mkA079 "" ; - pokrivka_N = mkN041 "" ; - pokrit_A = mkA076 "" ; - pokritie_N = mkN072 "" ; - pokritosemenen_A = mkA079 "" ; - pokrovitel_N = mkN031a "" ; - pokrovitelka_N = mkN041 "" ; - pokrovitelski_A = mkA078 "" ; - pokrovitelstvam_V = stateV (mkV186 "") ; - pokrovitelstvane_N = mkN071 "" ; - pokrovitelstven_A = mkA076 "" ; - pokrovitelstvo_N = mkN054 "" ; - pokrovitelstvuvam_V = stateV (mkV186 "") ; - pokrovitelstvuvane_N = mkN071 "" ; - pokro_ja__V = stateV (mkV175 "") ; - pokrusa_N = mkN041 "" ; - pokrusvam_V = actionV (mkV186 "") (mkV174 "") ; - pokrusvane_N = mkN071 "" ; - pokrusen_A = mkA079 "" ; - pokrus_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pokrus_ja_vane_N = mkN071 "" ; - pokrystvam_V = actionV (mkV186 "") (mkV173 "") ; - pokrystvane_N = mkN071 "" ; - pokrystenik_N = mkN014 "" ; - pokrystenica_N = mkN041 "" ; - pokupatel_N = mkN031a "" ; - pokupatelen_A = mkA079 "" ; - pokupatelka_N = mkN041 "" ; - pokupen_A = mkA079 "" ; - pokupka_N = mkN041 "" ; - pokucane_N = mkN071 "" ; - pokucvam_V = actionV (mkV186 "") (mkV186 "") ; - pokucvane_N = mkN071 "" ; - poku_sh_enie_N = mkN072 "" ; - poku_sh_itel_N = mkN031a "" ; - pokykr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pokykr_ja_ne_N = mkN071 "" ; - pokylvane_N = mkN071 "" ; - pokylnvam_V = actionV (mkV186 "") (mkV172 "") ; - pokyln_ja__V = stateV (mkV174 "") ; - pokyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - pokyrtvane_N = mkN071 "" ; - pokyrtitelen_A = mkA079 "" ; - pokysam_V = stateV (mkV186 "") ; - pokysane_N = mkN071 "" ; - pokytvam_V = actionV (mkV186 "") (mkV152 "") ; - pokytvane_N = mkN071 "" ; - poky_sht_nina_N = mkN041 "" ; - pol_N = mkN001 "" ; - pola_N = mkN041 "" ; - polagaem_A = mkA076 "" ; - polagam_V = actionV (mkV186 "") (mkV176 "") ; - polagane_N = mkN071 "" ; - polazvam_V = actionV (mkV186 "") (mkV173 "") ; - polazvane_N = mkN071 "" ; - polaz_ja_ne_N = mkN071 "" ; - polakom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - polakom_ja_vane_N = mkN071 "" ; - polaskavam_V = actionV (mkV186 "") (mkV161 "") ; - polaskavane_N = mkN071 "" ; - pola_ja__V = stateV (mkV162 "") ; - pole_N = mkN065 "" ; - polevi_A = mkA078 "" ; - polevyd_N = mkN007 "" ; - polevyden_A = mkA079 "" ; - polevydstvo_N = mkN054 "" ; - polegat_N = mkN007 "" ; - polegatost_N = mkN049 "" ; - poledica_N = mkN041 "" ; - pole_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - pole_zj_avane_N = mkN071 "" ; - poleza_sht_iten_A = mkA079 "" ; - polezen_A = mkA079 "" ; - poleznost_N = mkN049 "" ; - polezrenie_N = mkN072 "" ; - polekuvam_V = stateV (mkV186 "") ; - polekuvane_N = mkN071 "" ; - polemiziram_V = stateV (mkV186 "") ; - polemizirane_N = mkN071 "" ; - polemika_N = mkN041 "" ; - polemist_N = mkN007 "" ; - polemi_ch_en_A = mkA079 "" ; - polemi_ch_eski_A = mkA078 "" ; - polepvam_V = actionV (mkV186 "") (mkV152 "") ; - polepvane_N = mkN071 "" ; - polep_ja__V = stateV (mkV174 "") ; - polesra_zj_enie_N = mkN072 "" ; - polet_N = mkN007 "" ; - poleten_A = mkA079 "" ; - polet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - polet_ja_vane_N = mkN071 "" ; - polza_N = mkN041 "" ; - polzvam_V = stateV (mkV186 "") ; - polzvane_N = mkN071 "" ; - polzotvoren_A = mkA079 "" ; - polzuvam_V = stateV (mkV186 "") ; - polzuvane_N = mkN071 "" ; - poliandri_ja__N = mkN047 "" ; - polivalenten_A = mkA079 "" ; - polivam_V = actionV (mkV186 "") (mkV164 "") ; - polivane_N = mkN071 "" ; - poliva_ch__N = mkN007 "" ; - poliva_ch_ka_N = mkN041 "" ; - poliven_A = mkA079 "" ; - polivka_N = mkN041 "" ; - poligamen_A = mkA079 "" ; - poligami_ja__N = mkN047 "" ; - poligeneza_N = mkN041 "" ; - poliglot_N = mkN007 "" ; - poliglotka_N = mkN041 "" ; - poligon_N = mkN007 "" ; - poligraf_N = mkN007 "" ; - poligrafi_ch_en_A = mkA079 "" ; - poligrafi_ch_eski_A = mkA078 "" ; - poligrafi_ja__N = mkN047 "" ; - poligrafski_A = mkA078 "" ; - polietilenov_A = mkA076 "" ; - poli_zj_a_V = stateV (mkV156 "") ; - poliklinika_N = mkN041 "" ; - poliklini_ch_en_A = mkA079 "" ; - polilej_N = mkN032 "" ; - polimer_N = mkN007 "" ; - polimeren_A = mkA079 "" ; - polimir_N = mkN007 "" ; - polimorfizym_N = mkN011 "" ; - polimorfi_ch_en_A = mkA079 "" ; - polimorfi_ja__N = mkN047 "" ; - polineziec_N = mkN013 "" ; - polinezijski_A = mkA078 "" ; - poline_ja__V = stateV (mkV160 "") ; - polinom_N = mkN007 "" ; - polip_N = mkN007 "" ; - polipoviden_A = mkA079 "" ; - poliram_V = stateV (mkV186 "") ; - poliran_A = mkA076 "" ; - polirane_N = mkN071 "" ; - polirovam_V = stateV (mkV186 "") ; - polirovane_N = mkN071 "" ; - polirova_ch__N = mkN007b "" ; - polirova_ch_en_A = mkA079 "" ; - polirovka_N = mkN041 "" ; - polirov_ch_ik_N = mkN014 "" ; - polisemanti_ch_en_A = mkA079 "" ; - polisemi_ja__N = mkN047 "" ; - polisintezator_N = mkN007 "" ; - polistirenov_A = mkA076 "" ; - politam_V = actionV (mkV186 "") (mkV177 "") ; - politane_N = mkN071 "" ; - politb_iu_ro_N = mkN054 "" ; - politvam_V = actionV (mkV186 "") (mkV177 "") ; - politvane_N = mkN071 "" ; - politeizym_N = mkN011 "" ; - politemigrant_N = mkN007a "" ; - politemigrantka_N = mkN041 "" ; - politemigraci_ja__N = mkN047 "" ; - politehnizaci_ja__N = mkN047 "" ; - politehnika_N = mkN041 "" ; - politehnikum_N = mkN007 "" ; - politehni_ch_eski_A = mkA078 "" ; - politzatvornik_N = mkN014a "" ; - politzatvorni_ch_ka_N = mkN041 "" ; - politiziran_A = mkA076 "" ; - politik_N = mkN014a "" ; - politika_N = mkN041 "" ; - politikan_N = mkN007 "" ; - politikanka_N = mkN041 "" ; - politikanski_A = mkA078 "" ; - politikanstvam_V = stateV (mkV186 "") ; - politikanstvane_N = mkN071 "" ; - politikanstvo_N = mkN054 "" ; - politikanstvuvam_V = stateV (mkV186 "") ; - politikanstvuvane_N = mkN071 "" ; - politinformaci_ja__N = mkN047 "" ; - politi_ch_en_A = mkA079 "" ; - politi_ch_eski_A = mkA078 "" ; - politi_ch_nost_N = mkN049 "" ; - politkry_zj_ok_N = mkN014 "" ; - politotdel_N = mkN007 "" ; - politoficer_N = mkN007 "" ; - politprosveta_N = mkN041 "" ; - politrabotnik_N = mkN014 "" ; - politrabotni_ch_ka_N = mkN041 "" ; - politupravlenie_N = mkN072 "" ; - politura_N = mkN041 "" ; - polit_sh_kola_N = mkN041 "" ; - polifoni_ch_en_A = mkA079 "" ; - polifoni_ja__N = mkN047 "" ; - polica_N = mkN041 "" ; - policaj_N = mkN032a "" ; - policajka_N = mkN041 "" ; - policejski_A = mkA078 "" ; - policej_sht_ina_N = mkN041 "" ; - polici_ja__N = mkN047 "" ; - poli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - poli_ch_ba_N = mkN041 "" ; - poli_ch_ka_N = mkN041 "" ; - polk_N = mkN001 "" ; - polka_N = mkN041 "" ; - polkovi_A = mkA078 "" ; - polkovnik_N = mkN014 "" ; - polkovni_ch_eski_A = mkA078 "" ; - polov_A = mkA076 "" ; - polovin_N = mkN007 "" ; - polovina_N = mkN041 "" ; - polovinvekoven_A = mkA079 "" ; - polovinka_N = mkN041 "" ; - polovin_ch_asov_A = mkA076 "" ; - polovin_ch_at_A = mkA076 "" ; - polovin_ch_atost_N = mkN049 "" ; - polovnica_N = mkN041 "" ; - polovost_N = mkN049 "" ; - polov_ja__V = stateV (mkV174 "") ; - polog_N = mkN015 "" ; - polo_zj_enie_N = mkN072 "" ; - polo_zj_itelen_A = mkA079 "" ; - polo_zj_itelnost_N = mkN049 "" ; - polonez_N = mkN007 "" ; - poloneza_N = mkN041 "" ; - polski_A = mkA078 "" ; - poluavtomati_ch_en_A = mkA079 "" ; - polubezsyznanie_N = mkN072 "" ; - polubog_N = mkN001 "" ; - polubogin_ja__N = mkN047 "" ; - polubo_zj_estvo_N = mkN054 "" ; - poluvek_N = mkN001 "" ; - poluvis_sh__A = mkA076 "" ; - poluvis_sh_ist_N = mkN007 "" ; - poluvis_sh_istka_N = mkN041 "" ; - poluvoenen_A = mkA079 "" ; - poluvreme_N = mkN069 "" ; - poluvyzbuden_A = mkA076 "" ; - polugladen_A = mkA079 "" ; - poluglas_N = mkN007 "" ; - poluglasen_A = mkA079 "" ; - polugluh_A = mkA076 "" ; - polugodie_N = mkN072 "" ; - polugodi_sh_en_A = mkA079 "" ; - polugol_A = mkA076 "" ; - polugotov_A = mkA076 "" ; - polugramoten_A = mkA079 "" ; - poluda_N = mkN041 "" ; - poluden_A = mkA079 "" ; - poludiv_A = mkA076 "" ; - poludneven_A = mkA079 "" ; - poludr_ja_mka_N = mkN041 "" ; - polud_ja__V = stateV (mkV174 "") ; - polud_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - polud_ja_vane_N = mkN071 "" ; - polueta_zj__N = mkN007 "" ; - polu_zj_iv_A = mkA076 "" ; - poluzabrava_N = mkN041 "" ; - poluzabraven_A = mkA079 "" ; - poluzavyrtane_N = mkN071 "" ; - poluzakrit_A = mkA076 "" ; - poluzama_ja_n_A = mkA076 "" ; - poluzamrazen_A = mkA076 "" ; - poluzamraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poluzatvoren_A = mkA076 "" ; - poluzatvorni_ch_eski_A = mkA078 "" ; - poluzatrupvam_V = actionV (mkV186 "") (mkV186 "") ; - poluzatykna_V = stateV (mkV152 "") ; - poluzatyna_V = stateV (mkV152 "") ; - poluza_sht_ita_N = mkN041 "" ; - poluza_sht_iten_A = mkA076 "" ; - poluza_sht_itnik_N = mkN014 "" ; - poluidiot_N = mkN007 "" ; - poluizgnil_A = mkA076 "" ; - poluizgor_ja__V = stateV (mkV177 "") ; - poluizlegna_V = stateV (mkV152 "") ; - poluizmina_V = stateV (mkV152 "") ; - poluizmryzna_V = stateV (mkV152 "") ; - poluizpyr_zj_en_A = mkA076 "" ; - poluizstinal_A = mkA076 "" ; - poluizsyhnal_A = mkA076 "" ; - poluiztrit_A = mkA076 "" ; - poluiz_ja_m_V = stateV (mkV169 "") ; - poluinteligent_N = mkN007a "" ; - poluinteligenten_A = mkA079 "" ; - poluinteligenci_ja__N = mkN047 "" ; - poluistina_N = mkN041 "" ; - poluklasik_N = mkN014 "" ; - poluklasi_ch_eski_A = mkA078 "" ; - polukolonialen_A = mkA079 "" ; - polukoloni_ja__N = mkN047 "" ; - polukomforten_A = mkA079 "" ; - polukra_ch_ka_N = mkN041 "" ; - polukryg_N = mkN001 "" ; - polukrygyl_A = mkA080 "" ; - polukultura_N = mkN041 "" ; - polukulturen_A = mkA079 "" ; - polukylbest_A = mkA076 "" ; - polukylbo_N = mkN055 "" ; - polulegalen_A = mkA079 "" ; - polulegna_V = stateV (mkV152 "") ; - polulek_A = mkA076 "" ; - polumaska_N = mkN041 "" ; - polumesec_N = mkN008 "" ; - polumese_ch_en_A = mkA079 "" ; - polumrak_N = mkN014 "" ; - polumra_ch_en_A = mkA079 "" ; - polumyrtyv_A = mkA080 "" ; - polum_ja_rka_N = mkN043a "" ; - polunau_ch_en_A = mkA079 "" ; - polunezavisim_A = mkA076 "" ; - poluno_sht__N = mkN049 "" ; - poluno_sht_en_A = mkA079 "" ; - poluoble_ch_en_A = mkA076 "" ; - poluoborot_N = mkN007 "" ; - poluobraboten_A = mkA076 "" ; - poluobrazovan_A = mkA076 "" ; - poluobry_sht_ane_N = mkN071 "" ; - poluokry_zj_nost_N = mkN049 "" ; - poluopitom_ja__V = stateV (mkV174 "") ; - poluos_N = mkN049 "" ; - poluosveten_A = mkA076 "" ; - poluostrov_N = mkN007 "" ; - poluostroven_A = mkA079 "" ; - poluosyznat_A = mkA076 "" ; - poluotvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poluotvar_ja_ne_N = mkN071 "" ; - poluotvoren_A = mkA076 "" ; - poluotkrit_A = mkA076 "" ; - poluoficialen_A = mkA079 "" ; - polupansion_N = mkN007 "" ; - polupansioner_N = mkN007 "" ; - polupitomen_A = mkA079 "" ; - polupi_ja_n_A = mkA076 "" ; - poluplaninski_A = mkA078 "" ; - polupobyrkan_A = mkA076 "" ; - poluprazen_A = mkA079 "" ; - poluprovodnik_N = mkN014 "" ; - poluprovodnikov_A = mkA076 "" ; - poluprozra_ch_en_A = mkA079 "" ; - polupustinen_A = mkA079 "" ; - polurazgolen_A = mkA079 "" ; - polurazkysam_V = stateV (mkV186 "") ; - polurazpad_N = mkN007 "" ; - polurazru_sh_en_A = mkA076 "" ; - polurafiniran_A = mkA076 "" ; - polusamosto_ja_telen_A = mkA079 "" ; - polusvar_ja__V = stateV (mkV173 "") ; - polusvod_N = mkN001 "" ; - poluseriozen_A = mkA079 "" ; - poluskrit_A = mkA076 "" ; - polusl_ja_p_A = mkA081 "" ; - polusma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - polusrut_ja__V = stateV (mkV173 "") ; - polustih_N = mkN001 "" ; - polusti_sh_ie_N = mkN072 "" ; - polusurov_A = mkA076 "" ; - polusuteren_A = mkA079 "" ; - polusfera_N = mkN041 "" ; - polusferi_ch_en_A = mkA079 "" ; - polusyble_ch_en_A = mkA076 "" ; - polusyznanie_N = mkN072 "" ; - polusyznatelen_A = mkA079 "" ; - polusyn_N = mkN037 "" ; - polusynen_A = mkA079 "" ; - polusy_ch_uvstvam_V = stateV (mkV186 "") ; - polus_ja_nka_N = mkN043a "" ; - polutane_N = mkN071 "" ; - polutvam_V = actionV (mkV186 "") (mkV186 "") ; - polutvane_N = mkN071 "" ; - polutvyrd_A = mkA076 "" ; - polute_zj_yk_A = mkA080 "" ; - polute_ch_en_A = mkA079 "" ; - poluton_N = mkN001 "" ; - polutymen_A = mkA079 "" ; - poluusmivka_N = mkN041 "" ; - poluustoj_ch_iv_A = mkA076 "" ; - polufabrikat_N = mkN007 "" ; - polufinal_N = mkN007 "" ; - polufinalen_A = mkA079 "" ; - polu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - polu_ch_avane_N = mkN071 "" ; - polu_ch_as_N = mkN001 "" ; - polu_ch_atel_N = mkN031a "" ; - polu_ch_atelka_N = mkN041 "" ; - polu_ch_en_A = mkA076 "" ; - polu_ch_er_A = mkA076 "" ; - polu_ch_eren_A = mkA079 "" ; - polu_ch_ovek_N = mkN014 "" ; - polu_sh_arie_N = mkN072 "" ; - polu_sh_egovit_A = mkA076 "" ; - polu_sh_uba_N = mkN041 "" ; - polu_sh_ubka_N = mkN041 "" ; - polygvam_V = actionV (mkV186 "") (mkV158 "") ; - polygvane_N = mkN071 "" ; - polyh_N = mkN007 "" ; - polyham_V = actionV (mkV186 "") (mkV152 "") ; - polyhane_N = mkN071 "" ; - polyhvam_V = actionV (mkV186 "") (mkV152 "") ; - polyhvane_N = mkN071 "" ; - pol_iu_bopitstvuvam_V = stateV (mkV186 "") ; - pol_iu_bopitstvuvane_N = mkN071 "" ; - pol_iu_buvam_V = stateV (mkV186 "") ; - pol_iu_buvane_N = mkN071 "" ; - pol_iu_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pol_iu_l_ja_vane_N = mkN071 "" ; - pol_iu_s_N = mkN007 "" ; - pol_iu_sen_A = mkA079 "" ; - pol_iu_ci_ja__N = mkN047 "" ; - pol_iu__sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - pol_iu__sh_vane_N = mkN071 "" ; - pol_iu__sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - pol_iu__sh_kvane_N = mkN071 "" ; - pol_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pol_ja_gane_N = mkN071 "" ; - pol_ja_gvam_V = actionV (mkV186 "") (mkV152 "") ; - pol_ja_k_N = mkN014 "" ; - pol_ja_kin_ja__N = mkN047 "" ; - pol_ja_na_N = mkN041 "" ; - pol_ja_nka_N = mkN041 "" ; - pol_ja_ren_A = mkA079 "" ; - pol_ja_rizator_N = mkN007 "" ; - pol_ja_rizaci_ja__N = mkN047 "" ; - pol_ja_riziram_V = stateV (mkV186 "") ; - pol_ja_rizirane_N = mkN071 "" ; - pol_ja_rimetyr_N = mkN009 "" ; - pol_ja_rnost_N = mkN049 "" ; - pomagalo_N = mkN054 "" ; - pomagam_V = actionV (mkV186 "") (mkV152 "") ; - pomagane_N = mkN071 "" ; - pomaga_ch__N = mkN007b "" ; - pomaga_ch_ka_N = mkN041 "" ; - pomada_N = mkN041 "" ; - pomazanik_N = mkN014 "" ; - pomazanica_N = mkN041 "" ; - pomazvam_V = actionV (mkV186 "") (mkV156 "") ; - pomazvane_N = mkN071 "" ; - pomajvam_V = actionV (mkV186 "") (mkV162 "") ; - pomajvane_N = mkN071 "" ; - pomak_N = mkN014 "" ; - pomamvam_V = actionV (mkV186 "") (mkV173 "") ; - pomamvane_N = mkN071 "" ; - pomam_ja_ne_N = mkN071 "" ; - pomaham_V = stateV (mkV186 "") ; - pomahane_N = mkN071 "" ; - poma_sh_ki_A = mkA078 "" ; - poma_ja_n_A = mkA076 "" ; - pomel_ja__V = stateV (mkV184 "") ; - pomen_N = mkN007 "" ; - pomenavam_V = actionV (mkV186 "") (mkV152 "") ; - pomenavane_N = mkN071 "" ; - pomenik_N = mkN014 "" ; - pomenuvam_V = actionV (mkV186 "") (mkV152 "") ; - pomenuvane_N = mkN071 "" ; - pomer_ja__V = stateV (mkV173 "") ; - pomestvam_V = actionV (mkV186 "") (mkV173 "") ; - pomestvane_N = mkN071 "" ; - pomes_ja__V = stateV (mkV173 "") ; - pome_ch_ta_ja__V = stateV (mkV161 "") ; - pome_sh__ch_ik_N = mkN014 "" ; - pome_sh__ch_ica_N = mkN041 "" ; - pome_sh__ch_i_ch_eski_A = mkA078 "" ; - pome_sht_avam_V = actionV (mkV186 "") (mkV173 "") ; - pome_sht_avane_N = mkN071 "" ; - pome_sht_enie_N = mkN072 "" ; - pomien_A = mkA085 "" ; - pomijnik_N = mkN014 "" ; - pomilvam_V = stateV (mkV186 "") ; - pomilvane_N = mkN071 "" ; - pominavam_V = actionV (mkV186 "") (mkV152 "") ; - pominavane_N = mkN071 "" ; - pominuvam_V = actionV (mkV186 "") (mkV152 "") ; - pominuvane_N = mkN071 "" ; - pominyk_N = mkN014 "" ; - pominy_ch_en_A = mkA079 "" ; - pomirenie_N = mkN072 "" ; - pomirisvam_V = actionV (mkV186 "") (mkV159 "") ; - pomirisvane_N = mkN071 "" ; - pomiritel_N = mkN031a "" ; - pomiritelen_A = mkA079 "" ; - pomir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pomir_ja_vane_N = mkN071 "" ; - pomisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pomisl_ja_ne_N = mkN071 "" ; - pomisyl_N = mkN051 "" ; - pomitam_V = actionV (mkV186 "") (mkV145 "") ; - pomitane_N = mkN071 "" ; - pomi_ja__V = stateV (mkV163 "") ; - pomnene_N = mkN071 "" ; - pomn_ja__V = stateV (mkV173 "") ; - pomolvam_V = actionV (mkV186 "") (mkV173 "") ; - pomolvane_N = mkN071 "" ; - pomologi_ja__N = mkN047 "" ; - pomomuvam_V = actionV (mkV186 "") (mkV160 "") ; - pomomuvane_N = mkN071 "" ; - pomorie_N = mkN072 "" ; - pomota_ja__V = stateV (mkV161 "") ; - pomohamedan_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pomohamedan_ch_vane_N = mkN071 "" ; - pomo_sht__N = mkN049 "" ; - pomo_sht_en_A = mkA079 "" ; - pomo_sht_nik_N = mkN014 "" ; - pomo_sht_nica_N = mkN041 "" ; - pomo_sht_ni_ch_ka_N = mkN041 "" ; - pompa_N = mkN041 "" ; - pompam_V = actionV (mkV186 "") (mkV173 "") ; - pompane_N = mkN071 "" ; - pompen_A = mkA076 "" ; - pompi_ch_ka_N = mkN041 "" ; - pompozen_A = mkA079 "" ; - pompoznost_N = mkN049 "" ; - pompon_N = mkN007 "" ; - pomra_V = stateV (mkV150a "") ; - pomra_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - pomra_ch_avane_N = mkN071 "" ; - pomra_ch_enie_N = mkN072 "" ; - pomrydvam_V = actionV (mkV186 "") (mkV152 "") ; - pomrydvane_N = mkN071 "" ; - pomryzvam_V = actionV (mkV186 "") (mkV152 "") ; - pomryzvane_N = mkN071 "" ; - pomrykvam_V = actionV (mkV186 "") (mkV152 "") ; - pomrykvane_N = mkN071 "" ; - pomu_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - pomu_sh_vane_N = mkN071 "" ; - pomydr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pomydr_ja_vane_N = mkN071 "" ; - pomykvam_V = actionV (mkV186 "") (mkV152 "") ; - pomykvane_N = mkN071 "" ; - pomyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - pomyl_ch_avane_N = mkN071 "" ; - pomytvam_V = actionV (mkV186 "") (mkV160 "") ; - pomytvane_N = mkN071 "" ; - pomytnen_A = mkA076 "" ; - pomytn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pomytn_ja_vane_N = mkN071 "" ; - pomyt_ja__V = stateV (mkV173 "") ; - pomy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pomy_ch_vane_N = mkN071 "" ; - pom_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - pom_ja_tane_N = mkN071 "" ; - ponabav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponabav_ja_ne_N = mkN071 "" ; - ponabivam_V = actionV (mkV186 "") (mkV163 "") ; - ponabivane_N = mkN071 "" ; - ponabiram_V = actionV (mkV186 "") (mkV170 "") ; - ponabirane_N = mkN071 "" ; - ponabli_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - ponabli_zj_avane_N = mkN071 "" ; - ponabrulvam_V = actionV (mkV186 "") (mkV173 "") ; - ponabrulvane_N = mkN071 "" ; - ponabutane_N = mkN071 "" ; - ponabutvam_V = actionV (mkV186 "") (mkV186 "") ; - ponabutvane_N = mkN071 "" ; - ponabybvam_V = actionV (mkV186 "") (mkV152 "") ; - ponabybvane_N = mkN071 "" ; - ponabyr_ch_a_V = stateV (mkV176 "") ; - ponavest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponavest_ja_vane_N = mkN071 "" ; - ponavid_ja__V = stateV (mkV181 "") ; - ponavikane_N = mkN071 "" ; - ponavikvam_V = actionV (mkV186 "") (mkV186 "") ; - ponavikvane_N = mkN071 "" ; - ponavikna_V = stateV (mkV152 "") ; - ponavir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponavir_ja_ne_N = mkN071 "" ; - ponavi_ja__V = stateV (mkV163 "") ; - ponavlizam_V = actionV (mkV186 "") (mkV147 "") ; - ponavlizane_N = mkN071 "" ; - ponavyr_zj_a_V = stateV (mkV156 "") ; - ponavyrtam_V = actionV (mkV186 "") (mkV177 "") ; - ponavyrtane_N = mkN071 "" ; - ponav_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - ponav_ja_vane_N = mkN071 "" ; - ponagar_ch_am_V = actionV (mkV186 "") (mkV160 "") ; - ponagar_ch_ane_N = mkN071 "" ; - ponagizdvam_V = actionV (mkV186 "") (mkV173 "") ; - ponagizdvane_N = mkN071 "" ; - ponagizd_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponagizd_ja_ne_N = mkN071 "" ; - ponaglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponaglas_ja_vane_N = mkN071 "" ; - ponagle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - ponagore_sht__ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponagore_sht__ja_vane_N = mkN071 "" ; - ponagotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponagotv_ja_ne_N = mkN071 "" ; - ponago_ja__V = stateV (mkV175 "") ; - ponagrebvam_V = actionV (mkV186 "") (mkV151 "") ; - ponagrebvane_N = mkN071 "" ; - ponagr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponagr_ja_vane_N = mkN071 "" ; - ponadvesvam_V = actionV (mkV186 "") (mkV173 "") ; - ponadvesvane_N = mkN071 "" ; - ponadebel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponadebel_ja_vane_N = mkN071 "" ; - ponadigam_V = actionV (mkV186 "") (mkV152 "") ; - ponadigane_N = mkN071 "" ; - ponadnikvam_V = actionV (mkV186 "") (mkV152 "") ; - ponadnikvane_N = mkN071 "" ; - ponadup_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ponadup_ch_vane_N = mkN071 "" ; - ponaduhvam_V = actionV (mkV186 "") (mkV186 "") ; - ponadu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - ponadu_sh_vane_N = mkN071 "" ; - ponadu_ja__V = stateV (mkV163 "") ; - ponadyhvam_V = actionV (mkV186 "") (mkV152 "") ; - ponaedr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponaedr_ja_vane_N = mkN071 "" ; - pona_zj_e_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - pona_zj_e_zj_avane_N = mkN071 "" ; - pona_zj_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - pona_zj_ulvane_N = mkN071 "" ; - ponazr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponazr_ja_vane_N = mkN071 "" ; - ponakazvam_V = actionV (mkV186 "") (mkV156 "") ; - ponakalvam_V = actionV (mkV186 "") (mkV187 "") ; - ponakalvane_N = mkN071 "" ; - ponakal_ja_ne_N = mkN071 "" ; - ponakapvam_V = actionV (mkV186 "") (mkV154 "") ; - ponakapvane_N = mkN071 "" ; - ponakastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponakastr_ja_ne_N = mkN071 "" ; - ponakisvam_V = actionV (mkV186 "") (mkV152 "") ; - ponakisvane_N = mkN071 "" ; - ponakisel_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponakisel_ja_vane_N = mkN071 "" ; - ponaki_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ponaki_ch_vane_N = mkN071 "" ; - ponaklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponaklon_ja_vane_N = mkN071 "" ; - ponakucvam_V = actionV (mkV186 "") (mkV186 "") ; - ponakucvane_N = mkN071 "" ; - ponalapvam_V = actionV (mkV186 "") (mkV186 "") ; - ponalapvane_N = mkN071 "" ; - ponale_ja__V = stateV (mkV164 "") ; - ponal_iu_t_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponal_iu_t_ja_vane_N = mkN071 "" ; - ponamazvam_V = actionV (mkV186 "") (mkV156 "") ; - ponamazvane_N = mkN071 "" ; - ponamale_ja__V = stateV (mkV160 "") ; - ponamal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponamal_ja_vane_N = mkN071 "" ; - ponamekvam_V = actionV (mkV186 "") (mkV152 "") ; - ponamekvane_N = mkN071 "" ; - ponamestvam_V = actionV (mkV186 "") (mkV173 "") ; - ponamestvane_N = mkN071 "" ; - ponames_ja__V = stateV (mkV173 "") ; - ponamigvam_V = actionV (mkV186 "") (mkV152 "") ; - ponamigvane_N = mkN071 "" ; - ponaminavam_V = actionV (mkV186 "") (mkV152 "") ; - ponaminavane_N = mkN071 "" ; - ponamirisvam_V = actionV (mkV186 "") (mkV159 "") ; - ponamirisvane_N = mkN071 "" ; - ponamokr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponamokr_ja_ne_N = mkN071 "" ; - ponamotavam_V = actionV (mkV186 "") (mkV161 "") ; - ponamotavane_N = mkN071 "" ; - ponamry_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - ponamry_sht_vane_N = mkN071 "" ; - ponamusvam_V = actionV (mkV186 "") (mkV173 "") ; - ponamusvane_N = mkN071 "" ; - ponaostr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponaostr_ja_ne_N = mkN071 "" ; - ponapivam_V = actionV (mkV186 "") (mkV163 "") ; - ponapivane_N = mkN071 "" ; - ponapisvam_V = actionV (mkV186 "") (mkV159 "") ; - ponapi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - ponapi_ch_ane_N = mkN071 "" ; - ponapla_ch_a_V = stateV (mkV155 "") ; - ponapla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - ponapla_sh_vane_N = mkN071 "" ; - ponapleskane_N = mkN071 "" ; - ponapleskvam_V = actionV (mkV186 "") (mkV186 "") ; - ponapleskvane_N = mkN071 "" ; - ponapliskane_N = mkN071 "" ; - ponapliskvam_V = actionV (mkV186 "") (mkV186 "") ; - ponapliskvane_N = mkN071 "" ; - ponapl_ja_skvam_V = actionV (mkV186 "") (mkV186 "") ; - ponapl_ja_skvane_N = mkN071 "" ; - ponapomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponapomn_ja_ne_N = mkN071 "" ; - ponapo_ja__V = stateV (mkV175 "") ; - ponapra_sh_a_V = stateV (mkV176 "") ; - ponapreda_V = stateV (mkV145 "") ; - ponaprikazvam_V = stateV (mkV186 "") ; - ponaprikazvane_N = mkN071 "" ; - ponapryskane_N = mkN071 "" ; - ponapryskvam_V = actionV (mkV186 "") (mkV186 "") ; - ponapryskvane_N = mkN071 "" ; - ponapr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - ponapr_ja_gane_N = mkN071 "" ; - ponapukane_N = mkN071 "" ; - ponapukvam_V = actionV (mkV186 "") (mkV186 "") ; - ponapukvane_N = mkN071 "" ; - ponapylvam_V = actionV (mkV186 "") (mkV173 "") ; - ponapyln_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - ponapyln_ja_vane_N = mkN071 "" ; - ponapypvam_V = actionV (mkV186 "") (mkV173 "") ; - ponapypvane_N = mkN071 "" ; - ponaran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ponaran_ja_vane_N = mkN071 "" ; - ponarastvam_V = actionV (mkV186 "") (mkV145 "") ; - ponarastvane_N = mkN071 "" ; - ponare_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - ponare_zj_dane_N = mkN071 "" ; - ponar_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - ponar_ja_zvane_N = mkN071 "" ; - ponaseka_V = stateV (mkV149 "") ; - ponase_ja__V = stateV (mkV164 "") ; - ponasipvam_V = actionV (mkV186 "") (mkV154 "") ; - ponasipvane_N = mkN071 "" ; - ponasi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - ponasi_sht_ane_N = mkN071 "" ; - ponasla_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - ponasla_zj_davane_N = mkN071 "" ; - ponaspivam_V = actionV (mkV186 "") (mkV182 "") ; - ponaspivane_N = mkN071 "" ; - ponastivam_V = actionV (mkV186 "") (mkV152 "") ; - ponastivane_N = mkN071 "" ; - ponas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - ponas_ja_ne_N = mkN071 "" ; - ponate_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - ponate_zj_avane_N = mkN071 "" ; - ponatisvam_V = actionV (mkV186 "") (mkV152 "") ; - ponatisvane_N = mkN071 "" ; - ponatopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponatopl_ja_ne_N = mkN071 "" ; - ponatrivam_V = actionV (mkV186 "") (mkV163 "") ; - ponatrivane_N = mkN071 "" ; - ponatro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - ponatro_sh_avane_N = mkN071 "" ; - ponatrupane_N = mkN071 "" ; - ponatrupvam_V = actionV (mkV186 "") (mkV186 "") ; - ponatrupvane_N = mkN071 "" ; - ponatupvam_V = actionV (mkV186 "") (mkV186 "") ; - ponatupvane_N = mkN071 "" ; - ponau_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - ponau_ch_avane_N = mkN071 "" ; - ponahapvam_V = actionV (mkV186 "") (mkV154 "") ; - ponahapvane_N = mkN071 "" ; - ponahod_ja__V = stateV (mkV173 "") ; - ponahokane_N = mkN071 "" ; - ponahokvam_V = actionV (mkV186 "") (mkV186 "") ; - ponahokvane_N = mkN071 "" ; - ponahranvam_V = actionV (mkV186 "") (mkV173 "") ; - ponahranvane_N = mkN071 "" ; - ponacepvam_V = actionV (mkV186 "") (mkV173 "") ; - ponacepvane_N = mkN071 "" ; - ponacupvam_V = actionV (mkV186 "") (mkV173 "") ; - ponacupvane_N = mkN071 "" ; - pona_ch_erv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pona_ch_erv_ja_vane_N = mkN071 "" ; - pona_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - pona_ja_kvane_N = mkN071 "" ; - pona_ja_m_V = stateV (mkV169 "") ; - ponedelnik_N = mkN014 "" ; - ponedelni_sh_ki_A = mkA078 "" ; - ponem_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ponem_ch_vane_N = mkN071 "" ; - pone_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pone_ch_vane_N = mkN071 "" ; - poni_N = mkN065 "" ; - poni_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - poni_zj_avane_N = mkN071 "" ; - poni_zj_enie_N = mkN072 "" ; - poniz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poniz_ja_vane_N = mkN071 "" ; - ponikvam_V = actionV (mkV186 "") (mkV152 "") ; - ponikvane_N = mkN071 "" ; - poni_ch_ka_N = mkN041 "" ; - ponosim_A = mkA076 "" ; - ponosimost_N = mkN049 "" ; - ponos_ja__V = stateV (mkV173 "") ; - ponrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ponrav_ja_ne_N = mkN071 "" ; - pontijski_A = mkA078 "" ; - ponton_N = mkN007 "" ; - pontonen_A = mkA079 "" ; - pon_ja_sam_V = stateV (mkV186 "") ; - pon_ja_sane_N = mkN071 "" ; - pon_ja_ten_A = mkA079 "" ; - pon_ja_tie_N = mkN072 "" ; - pon_ja_tnost_N = mkN049 "" ; - pooba_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - pooba_zj_dane_N = mkN071 "" ; - poobigravam_V = actionV (mkV186 "") (mkV161 "") ; - poobikal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - poobikal_ja_ne_N = mkN071 "" ; - pooblek_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - pooblek_ch_avane_N = mkN071 "" ; - pooblizvam_V = actionV (mkV186 "") (mkV176 "") ; - poobli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - poobli_ch_ane_N = mkN071 "" ; - poobmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poobmisl_ja_ne_N = mkN071 "" ; - poobodr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poobodr_ja_vane_N = mkN071 "" ; - poobrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - poobrabotvane_N = mkN071 "" ; - poobrygvam_V = actionV (mkV186 "") (mkV152 "") ; - poobrygvane_N = mkN071 "" ; - poobsy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - poobsy_zj_dane_N = mkN071 "" ; - poobyrkam_V = stateV (mkV186 "") ; - poobyrkane_N = mkN071 "" ; - poobyr_sh_a_V = stateV (mkV159 "") ; - poogladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poogladn_ja_vane_N = mkN071 "" ; - poogla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - poogla_zj_dane_N = mkN071 "" ; - poogledane_N = mkN071 "" ; - poogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - poogle_zj_dane_N = mkN071 "" ; - pooglup_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pooglup_ja_vane_N = mkN071 "" ; - pooglu_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - pooglu_sh_avane_N = mkN071 "" ; - poogolvam_V = actionV (mkV186 "") (mkV173 "") ; - poogol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poogol_ja_vane_N = mkN071 "" ; - poograni_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - poograni_ch_avane_N = mkN071 "" ; - poogyvam_V = actionV (mkV186 "") (mkV152 "") ; - poogyvane_N = mkN071 "" ; - poodrypvam_V = actionV (mkV186 "") (mkV152 "") ; - poodrypvane_N = mkN071 "" ; - pooduhane_N = mkN071 "" ; - pooduhvam_V = actionV (mkV186 "") (mkV186 "") ; - pooduhvane_N = mkN071 "" ; - poo_zj_adn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poo_zj_adn_ja_vane_N = mkN071 "" ; - poo_zj_ive_ja__V = stateV (mkV160 "") ; - poo_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poo_zj_iv_ja_vane_N = mkN071 "" ; - poozada_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - poozada_ch_avane_N = mkN071 "" ; - poozorvam_V = actionV (mkV186 "") (mkV173 "") ; - poozyrtam_V = actionV (mkV186 "") (mkV152 "") ; - poozyrtane_N = mkN071 "" ; - pookalvam_V = actionV (mkV186 "") (mkV174 "") ; - pookalvane_N = mkN071 "" ; - pookal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pookal_ja_ne_N = mkN071 "" ; - pookapvam_V = actionV (mkV186 "") (mkV154 "") ; - pookapvane_N = mkN071 "" ; - pookastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pookastr_ja_ne_N = mkN071 "" ; - pooka_ja__V = stateV (mkV162 "") ; - pookopitvam_V = actionV (mkV186 "") (mkV173 "") ; - pookopitvane_N = mkN071 "" ; - pookura_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - pookura_zj_avane_N = mkN071 "" ; - pookyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - pookyr_sh_vane_N = mkN071 "" ; - pookysam_V = stateV (mkV186 "") ; - pookysane_N = mkN071 "" ; - pookyse_ja__V = stateV (mkV160 "") ; - pookys_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pookys_ja_vane_N = mkN071 "" ; - poolekvam_V = actionV (mkV186 "") (mkV152 "") ; - poolekvane_N = mkN071 "" ; - pool_iu__sht_en_A = mkA076 "" ; - poomekvam_V = actionV (mkV186 "") (mkV152 "") ; - poomekvane_N = mkN071 "" ; - poometa_V = stateV (mkV145 "") ; - poomyrlu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - poomyrlu_sh_vane_N = mkN071 "" ; - poopadane_N = mkN071 "" ; - poopadvam_V = actionV (mkV186 "") (mkV186 "") ; - poopadvane_N = mkN071 "" ; - pooparvam_V = actionV (mkV186 "") (mkV173 "") ; - pooparvane_N = mkN071 "" ; - poopasa_V = stateV (mkV145a "") ; - poopa_sh_a_V = stateV (mkV159 "") ; - pooper_ja__V = stateV (mkV173 "") ; - poopipane_N = mkN071 "" ; - poopipvam_V = actionV (mkV186 "") (mkV186 "") ; - poopipvane_N = mkN071 "" ; - poopiram_V = actionV (mkV186 "") (mkV170 "") ; - poopirane_N = mkN071 "" ; - poopisvam_V = actionV (mkV186 "") (mkV159 "") ; - poopisvane_N = mkN071 "" ; - poopitane_N = mkN071 "" ; - poopitvam_V = actionV (mkV186 "") (mkV186 "") ; - poopitvane_N = mkN071 "" ; - poopi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - poopi_ch_ane_N = mkN071 "" ; - pooplakvam_V = actionV (mkV186 "") (mkV155 "") ; - pooplakvane_N = mkN071 "" ; - poopleskane_N = mkN071 "" ; - poopleskvam_V = actionV (mkV186 "") (mkV186 "") ; - poopleskvane_N = mkN071 "" ; - poople_sh_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poople_sh_iv_ja_vane_N = mkN071 "" ; - poopoznavam_V = actionV (mkV186 "") (mkV161 "") ; - poopoznavane_N = mkN071 "" ; - poopomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poopomn_ja_ne_N = mkN071 "" ; - poopra_V = stateV (mkV150 "") ; - pooprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pooprav_ja_ne_N = mkN071 "" ; - pooprazvam_V = actionV (mkV186 "") (mkV173 "") ; - pooprazvane_N = mkN071 "" ; - poopresn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poopresn_ja_vane_N = mkN071 "" ; - pooprost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pooprost_ja_vane_N = mkN071 "" ; - poopu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - poopu_sh_vane_N = mkN071 "" ; - poora_V = stateV (mkV151 "") ; - pooryfvam_V = actionV (mkV186 "") (mkV186 "") ; - poor_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - poor_ja_zvane_N = mkN071 "" ; - poosve_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - poosve_zj_avane_N = mkN071 "" ; - poosvobo_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - poosvobo_zj_davane_N = mkN071 "" ; - pooseka_V = stateV (mkV149 "") ; - poosiroma_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - poosiroma_sh_avane_N = mkN071 "" ; - pooslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - pooslu_sh_vane_N = mkN071 "" ; - poostavam_V = actionV (mkV186 "") (mkV152 "") ; - poostavane_N = mkN071 "" ; - poostar_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poostar_ja_vane_N = mkN071 "" ; - poostrigvam_V = actionV (mkV186 "") (mkV158 "") ; - poostrigvane_N = mkN071 "" ; - poostyrgvam_V = actionV (mkV186 "") (mkV158 "") ; - poostyrgvane_N = mkN071 "" ; - pootbivam_V = actionV (mkV186 "") (mkV163 "") ; - pootbivane_N = mkN071 "" ; - pootvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pootvar_ja_ne_N = mkN071 "" ; - pootveda_V = stateV (mkV145 "") ; - pootve_ja__V = stateV (mkV164 "") ; - pootvikvam_V = actionV (mkV186 "") (mkV152 "") ; - pootvikvane_N = mkN071 "" ; - pootvi_ja__V = stateV (mkV163 "") ; - pootgledane_N = mkN071 "" ; - pootgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - pootgle_zj_dane_N = mkN071 "" ; - pootdale_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - pootdale_ch_avane_N = mkN071 "" ; - pootdel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pootdel_ja_ne_N = mkN071 "" ; - pootdrypvam_V = actionV (mkV186 "") (mkV152 "") ; - pootdyhvam_V = actionV (mkV186 "") (mkV152 "") ; - pootdyhvane_N = mkN071 "" ; - pooteg_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - pootida_V = stateV (mkV146 "") ; - pooti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - pooti_ch_ane_N = mkN071 "" ; - pootka_zj_a_V = stateV (mkV156 "") ; - pootklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pootklon_ja_vane_N = mkN071 "" ; - pootkradvam_V = actionV (mkV186 "") (mkV152 "") ; - pootkradvane_N = mkN071 "" ; - pootkrehvam_V = actionV (mkV186 "") (mkV152 "") ; - pootkrivam_V = actionV (mkV186 "") (mkV163 "") ; - pootkrivane_N = mkN071 "" ; - pootlagam_V = actionV (mkV186 "") (mkV176 "") ; - pootlagane_N = mkN071 "" ; - pootle_ja__V = stateV (mkV160 "") ; - pootly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pootly_ch_vane_N = mkN071 "" ; - pootmal_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pootmal_ja_vane_N = mkN071 "" ; - pootmestvam_V = actionV (mkV186 "") (mkV173 "") ; - pootmestvane_N = mkN071 "" ; - pootmeta_V = stateV (mkV145 "") ; - pootminavam_V = actionV (mkV186 "") (mkV152 "") ; - pootminavane_N = mkN071 "" ; - pootmor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pootmor_ja_vane_N = mkN071 "" ; - pootm_ja_tam_V = actionV (mkV186 "") (mkV174 "") ; - pootm_ja_tane_N = mkN071 "" ; - pootpadam_V = actionV (mkV186 "") (mkV152 "") ; - pootpadane_N = mkN071 "" ; - pootpivam_V = actionV (mkV186 "") (mkV163 "") ; - pootpivane_N = mkN071 "" ; - pootplesvam_V = actionV (mkV186 "") (mkV152 "") ; - pootpo_ch_ivam_V = actionV (mkV186 "") (mkV152 "") ; - pootpo_ch_ivane_N = mkN071 "" ; - pootpuskam_V = actionV (mkV186 "") (mkV152 "") ; - pootpuskane_N = mkN071 "" ; - pootpu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - pootpu_sht_ane_N = mkN071 "" ; - pootrakvam_V = actionV (mkV186 "") (mkV186 "") ; - pootrakvane_N = mkN071 "" ; - pootrasna_V = stateV (mkV152 "") ; - pootrastvam_V = actionV (mkV186 "") (mkV145 "") ; - pootrastvane_N = mkN071 "" ; - pootre_zj_a_V = stateV (mkV157 "") ; - pootrezn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pootrezn_ja_vane_N = mkN071 "" ; - pootse_ja__V = stateV (mkV164 "") ; - pootslabvam_V = actionV (mkV186 "") (mkV152 "") ; - pootslabvane_N = mkN071 "" ; - pootslab_ja__V = stateV (mkV173 "") ; - pootspivam_V = actionV (mkV186 "") (mkV182 "") ; - pootspivane_N = mkN071 "" ; - pootstran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pootstran_ja_vane_N = mkN071 "" ; - pootstyp_ja__V = stateV (mkV173 "") ; - pootu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pootu_ch_vane_N = mkN071 "" ; - poot_ch_u_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - poot_ch_u_zj_davane_N = mkN071 "" ; - pootyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - pootyrsvane_N = mkN071 "" ; - poohladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poohladn_ja_vane_N = mkN071 "" ; - poohlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poohlad_ja_vane_N = mkN071 "" ; - poohranvam_V = actionV (mkV186 "") (mkV173 "") ; - poohranvane_N = mkN071 "" ; - poo_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - poo_ch_upvane_N = mkN071 "" ; - poo_sht_renie_N = mkN072 "" ; - poo_sht_ritel_N = mkN031a "" ; - poo_sht_ritelen_A = mkA079 "" ; - poo_sht_r_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poo_sht_r_ja_vane_N = mkN071 "" ; - pop_N = mkN001 "" ; - popadam_V = actionV (mkV186 "") (mkV152 "") ; - popadane_N = mkN071 "" ; - popadenie_N = mkN072 "" ; - popadijka_N = mkN041 "" ; - popadi_ja__N = mkN047 "" ; - popazaruvam_V = actionV (mkV186 "") (mkV174 "") ; - popazaruvane_N = mkN071 "" ; - popaz_ja__V = stateV (mkV173 "") ; - popara_N = mkN041 "" ; - poparvam_V = actionV (mkV186 "") (mkV173 "") ; - poparvane_N = mkN071 "" ; - poparen_A = mkA076 "" ; - popar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popar_ja_ne_N = mkN071 "" ; - popasvam_V = actionV (mkV186 "") (mkV145 "") ; - popasvane_N = mkN071 "" ; - popeka_V = stateV (mkV148 "") ; - pope_ch_el_ja__V = stateV (mkV173 "") ; - pope_ch_enie_N = mkN072 "" ; - pope_ch_itel_N = mkN031a "" ; - pope_ch_itelka_N = mkN041 "" ; - pope_ch_itelstvo_N = mkN054 "" ; - popivam_V = actionV (mkV186 "") (mkV163 "") ; - popivane_N = mkN071 "" ; - popivatelen_A = mkA079 "" ; - popivka_N = mkN041 "" ; - popijvam_V = actionV (mkV186 "") (mkV152 "") ; - popijvane_N = mkN071 "" ; - popikavam_V = actionV (mkV186 "") (mkV161 "") ; - popikavane_N = mkN071 "" ; - popipane_N = mkN071 "" ; - popipvam_V = actionV (mkV186 "") (mkV186 "") ; - popipvane_N = mkN071 "" ; - popisvam_V = actionV (mkV186 "") (mkV159 "") ; - popisvane_N = mkN071 "" ; - popitane_N = mkN071 "" ; - popitvam_V = actionV (mkV186 "") (mkV186 "") ; - popitvane_N = mkN071 "" ; - poplavam_V = stateV (mkV186 "") ; - poplavane_N = mkN071 "" ; - poplavyk_N = mkN014 "" ; - poplakvam_V = actionV (mkV186 "") (mkV155 "") ; - poplakvane_N = mkN071 "" ; - poplin_N = mkN007 "" ; - popluvam_V = stateV (mkV186 "") ; - popluvane_N = mkN071 "" ; - popl_iu_vko_N = mkN040 "" ; - popl_iu__ja__V = stateV (mkV163 "") ; - popovdigam_V = actionV (mkV186 "") (mkV152 "") ; - popovdigane_N = mkN071 "" ; - popovli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - popovli_ch_ane_N = mkN071 "" ; - popovski_A = mkA078 "" ; - popov_sht_ina_N = mkN041 "" ; - popogledane_N = mkN071 "" ; - popogledna_V = stateV (mkV152 "") ; - popogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - popogle_zj_dane_N = mkN071 "" ; - popodrusvam_V = actionV (mkV186 "") (mkV152 "") ; - popodrusvane_N = mkN071 "" ; - popodr_ja_mvam_V = actionV (mkV186 "") (mkV152 "") ; - popodr_ja_mvane_N = mkN071 "" ; - popodut_A = mkA076 "" ; - popokla_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - popokla_sht_ane_N = mkN071 "" ; - poporasna_V = stateV (mkV152 "") ; - poporastvam_V = actionV (mkV186 "") (mkV145 "") ; - poporastvane_N = mkN071 "" ; - popospla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - popospla_sh_vane_N = mkN071 "" ; - popostopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popostopl_ja_ne_N = mkN071 "" ; - popost_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - popost_ja_gane_N = mkN071 "" ; - popraven_A = mkA076 "" ; - popravim_A = mkA076 "" ; - popravitelen_A = mkA079 "" ; - popravka_N = mkN041 "" ; - poprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poprav_ja_ne_N = mkN071 "" ; - popreval_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - popreval_ja_vane_N = mkN071 "" ; - popregledane_N = mkN071 "" ; - popregle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - popregle_zj_dane_N = mkN071 "" ; - popreglytvam_V = actionV (mkV186 "") (mkV152 "") ; - popregyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - popregyrbvane_N = mkN071 "" ; - popregyrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popregyrb_ja_ne_N = mkN071 "" ; - popreda_V = stateV (mkV145 "") ; - poprekal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poprekal_ja_vane_N = mkN071 "" ; - poprele_ja__V = stateV (mkV164 "") ; - poprelist_ja__V = stateV (mkV173 "") ; - popreminavam_V = actionV (mkV186 "") (mkV152 "") ; - popreminavane_N = mkN071 "" ; - poprepivam_V = actionV (mkV186 "") (mkV163 "") ; - poprepivane_N = mkN071 "" ; - poprepitvam_V = actionV (mkV186 "") (mkV186 "") ; - poprepi_sh_a_V = stateV (mkV159 "") ; - poprerabotvam_V = actionV (mkV186 "") (mkV173 "") ; - poprerabotvane_N = mkN071 "" ; - poprere_zj_a_V = stateV (mkV157 "") ; - popreseka_V = stateV (mkV149 "") ; - poprese_ja__V = stateV (mkV164 "") ; - popresilvam_V = actionV (mkV186 "") (mkV173 "") ; - popresol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - popresol_ja_vane_N = mkN071 "" ; - poprehvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poprehvyrl_ja_ne_N = mkN071 "" ; - popre_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - popre_ch_vane_N = mkN071 "" ; - popre_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - popre_ja__zj_dane_N = mkN071 "" ; - popribli_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - popribli_zj_avane_N = mkN071 "" ; - poprivdigam_V = actionV (mkV186 "") (mkV152 "") ; - poprivdigane_N = mkN071 "" ; - poprivikvam_V = actionV (mkV186 "") (mkV152 "") ; - poprivikvane_N = mkN071 "" ; - poprivyr_zj_a_V = stateV (mkV156 "") ; - poprivyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - poprivyr_sh_vane_N = mkN071 "" ; - popridrypvam_V = actionV (mkV186 "") (mkV152 "") ; - popridrypvane_N = mkN071 "" ; - poprikazvam_V = actionV (mkV186 "") (mkV156 "") ; - poprikazvane_N = mkN071 "" ; - poprikl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poprikl_iu__ch_vane_N = mkN071 "" ; - poprikrivam_V = actionV (mkV186 "") (mkV163 "") ; - poprikrivane_N = mkN071 "" ; - poprikytvam_V = actionV (mkV186 "") (mkV186 "") ; - poprikytvane_N = mkN071 "" ; - poprilo_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - poprilo_sh_avane_N = mkN071 "" ; - popripkvam_V = actionV (mkV186 "") (mkV186 "") ; - popripkvane_N = mkN071 "" ; - popritajvam_V = actionV (mkV186 "") (mkV175 "") ; - popritajvane_N = mkN071 "" ; - popritvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popritvar_ja_ne_N = mkN071 "" ; - popritegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popritegl_ja_ne_N = mkN071 "" ; - popritul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popritul_ja_ne_N = mkN071 "" ; - poprit_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - popri_sht_e_N = mkN066 "" ; - poprosvam_V = actionV (mkV186 "") (mkV152 "") ; - poprosvane_N = mkN071 "" ; - popryskane_N = mkN071 "" ; - popryskvam_V = actionV (mkV186 "") (mkV186 "") ; - popryskvane_N = mkN071 "" ; - popski_A = mkA078 "" ; - popukane_N = mkN071 "" ; - popukvam_V = actionV (mkV186 "") (mkV186 "") ; - popukvane_N = mkN071 "" ; - populaci_ja__N = mkN047 "" ; - popul_ja_ren_A = mkA079 "" ; - popul_ja_rizator_N = mkN007 "" ; - popul_ja_rizatorka_N = mkN041 "" ; - popul_ja_rizaci_ja__N = mkN047 "" ; - popul_ja_riziram_V = stateV (mkV186 "") ; - popul_ja_rizirane_N = mkN071 "" ; - popul_ja_rnost_N = mkN049 "" ; - popu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - popu_sh_vane_N = mkN071 "" ; - pop_ch_e_N = mkN065 "" ; - pop_sht_ina_N = mkN041 "" ; - popylvam_V = actionV (mkV186 "") (mkV173 "") ; - popylvane_N = mkN071 "" ; - popylznovenie_N = mkN072 "" ; - popylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - popylz_ja_vane_N = mkN071 "" ; - popyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - popyln_ja_ne_N = mkN071 "" ; - popyr_zj_am_V = actionV (mkV186 "") (mkV176 "") ; - popyr_zj_ane_N = mkN071 "" ; - popyr_zj_n_ja__N = mkN047 "" ; - popyten_A = mkA079 "" ; - popytuvam_V = stateV (mkV186 "") ; - popytuvane_N = mkN071 "" ; - pop_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - pop_ja_vane_N = mkN071 "" ; - por_N = mkN001 "" ; - pora_N = mkN041 "" ; - porabotvam_V = actionV (mkV186 "") (mkV173 "") ; - porabotvane_N = mkN071 "" ; - poradvam_V = stateV (mkV186 "") ; - poradvane_N = mkN071 "" ; - pora_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - pora_zj_dane_N = mkN071 "" ; - pora_zj_enec_N = mkN008a "" ; - pora_zj_enie_N = mkN072 "" ; - pora_zj_enski_A = mkA078 "" ; - pora_zj_enstvo_N = mkN054 "" ; - porazbiram_V = actionV (mkV186 "") (mkV170 "") ; - porazbirane_N = mkN071 "" ; - porazbutvam_V = actionV (mkV186 "") (mkV186 "") ; - porazbutvane_N = mkN071 "" ; - porazbyrzvam_V = stateV (mkV186 "") ; - porazbyrzvane_N = mkN071 "" ; - porazvar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - porazvar_ja_vane_N = mkN071 "" ; - porazvar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - porazvedr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - porazvedr_ja_vane_N = mkN071 "" ; - porazve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - porazvesel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - porazvesel_ja_vane_N = mkN071 "" ; - porazve_ja__V = stateV (mkV164 "") ; - porazvivam_V = actionV (mkV186 "") (mkV163 "") ; - porazvivane_N = mkN071 "" ; - porazvyr_zj_a_V = stateV (mkV156 "") ; - porazvyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - porazvyrt_ja_vane_N = mkN071 "" ; - porazgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - porazgle_zj_dane_N = mkN071 "" ; - porazgnev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - porazgnev_ja_vane_N = mkN071 "" ; - porazgovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazgovar_ja_ne_N = mkN071 "" ; - porazgovorvam_V = actionV (mkV186 "") (mkV173 "") ; - porazgovorvane_N = mkN071 "" ; - porazgolvam_V = actionV (mkV186 "") (mkV173 "") ; - porazgolvane_N = mkN071 "" ; - porazdavam_V = actionV (mkV168 "") (mkV168 "") ; - porazdvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - porazdel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazdel_ja_ne_N = mkN071 "" ; - porazdrazn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazdrazn_ja_ne_N = mkN071 "" ; - porazdrob_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - porazdrusane_N = mkN071 "" ; - porazdrusvam_V = actionV (mkV186 "") (mkV173 "") ; - porazdrusvane_N = mkN071 "" ; - porazdumvam_V = actionV (mkV186 "") (mkV186 "") ; - porazdumvane_N = mkN071 "" ; - porazenica_N = mkN041 "" ; - porazzelen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - porazzelen_ja_vane_N = mkN071 "" ; - porazigravam_V = actionV (mkV186 "") (mkV161 "") ; - porazigravane_N = mkN071 "" ; - porazitelen_A = mkA079 "" ; - porazi_ja__N = mkN047 "" ; - porazkazvam_V = actionV (mkV186 "") (mkV156 "") ; - porazkazvane_N = mkN071 "" ; - porazkarvam_V = actionV (mkV186 "") (mkV176 "") ; - porazkarvane_N = mkN071 "" ; - porazkla_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - porazkolebavam_V = actionV (mkV186 "") (mkV161 "") ; - porazkolebavane_N = mkN071 "" ; - porazkopavam_V = actionV (mkV186 "") (mkV161 "") ; - porazkopavane_N = mkN071 "" ; - porazkrivam_V = actionV (mkV186 "") (mkV163 "") ; - porazkrivane_N = mkN071 "" ; - porazkyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - porazkyrtvane_N = mkN071 "" ; - porazkyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - porazkyr_sh_vane_N = mkN071 "" ; - porazle_ja__V = stateV (mkV164 "") ; - porazlistvam_V = actionV (mkV186 "") (mkV173 "") ; - porazlistvane_N = mkN071 "" ; - porazl_iu_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - porazl_iu_l_ja_vane_N = mkN071 "" ; - porazmestvam_V = actionV (mkV186 "") (mkV173 "") ; - porazmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazmisl_ja_ne_N = mkN071 "" ; - porazmyrdvam_V = actionV (mkV186 "") (mkV186 "") ; - porazmyrdvane_N = mkN071 "" ; - poraznik_N = mkN014 "" ; - porazpe_ja__V = stateV (mkV164 "") ; - porazpitvam_V = actionV (mkV186 "") (mkV186 "") ; - porazpitvane_N = mkN071 "" ; - porazpla_ch_a_V = stateV (mkV155 "") ; - porazpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - porazpla_sht_ane_N = mkN071 "" ; - porazpolagam_V = actionV (mkV186 "") (mkV176 "") ; - porazprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazprav_ja_ne_N = mkN071 "" ; - porazprikazvam_V = actionV (mkV186 "") (mkV156 "") ; - porazprikazvane_N = mkN071 "" ; - porazrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porazre_zj_a_V = stateV (mkV157 "") ; - porazrivam_V = actionV (mkV186 "") (mkV163 "") ; - porazrivane_N = mkN071 "" ; - porazseka_V = stateV (mkV149 "") ; - porazse_ja__V = stateV (mkV164 "") ; - porazsyrdvam_V = actionV (mkV186 "") (mkV173 "") ; - porazsyrdvane_N = mkN071 "" ; - porazti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - porazti_ch_vane_N = mkN071 "" ; - poraztrebvam_V = actionV (mkV186 "") (mkV173 "") ; - poraztrebvane_N = mkN071 "" ; - poraztreb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poraztreb_ja_ne_N = mkN071 "" ; - poraztri_ja__V = stateV (mkV163 "") ; - poraztypkvam_V = actionV (mkV186 "") (mkV155 "") ; - poraztypkvane_N = mkN071 "" ; - poraztyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - poraztyrsvane_N = mkN071 "" ; - porazt_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - porazt_ja_gane_N = mkN071 "" ; - porazhlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - porazhlad_ja_vane_N = mkN071 "" ; - porazhla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - porazhla_zj_dane_N = mkN071 "" ; - porazho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - porazho_zj_dane_N = mkN071 "" ; - poraz_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - poraz_ch_istvane_N = mkN071 "" ; - poraz_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - poraz_ch_uvane_N = mkN071 "" ; - poraz_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - poraz_ch_upvane_N = mkN071 "" ; - poraz_sh_avam_V = stateV (mkV186 "") ; - poraz_sh_avane_N = mkN071 "" ; - poraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poraz_ja_vane_N = mkN071 "" ; - porasna_V = stateV (mkV152 "") ; - porastvam_V = actionV (mkV186 "") (mkV145 "") ; - porastvane_N = mkN071 "" ; - poreden_A = mkA079 "" ; - poredica_N = mkN041 "" ; - porednost_N = mkN049 "" ; - poreka_V = stateV (mkV148 "") ; - porest_A = mkA076 "" ; - pore_ch_ie_N = mkN072 "" ; - poriv_N = mkN007 "" ; - porivist_A = mkA076 "" ; - poricavam_V = actionV (mkV186 "") (mkV161 "") ; - poricavane_N = mkN071 "" ; - poricanie_N = mkN072 "" ; - poricatel_N = mkN031a "" ; - poricatelen_A = mkA079 "" ; - porna_V = stateV (mkV152 "") ; - pornoaktxor_N = mkN007 "" ; - pornograf_N = mkN007 "" ; - pornografen_A = mkA079 "" ; - pornografi_ja__N = mkN047 "" ; - pornografski_A = mkA078 "" ; - porobvam_V = actionV (mkV186 "") (mkV173 "") ; - porobvane_N = mkN071 "" ; - porobitel_N = mkN031a "" ; - porobitelka_N = mkN041 "" ; - porobitelski_A = mkA078 "" ; - porov_ja__V = stateV (mkV173 "") ; - poroda_N = mkN041 "" ; - poroden_A = mkA076 "" ; - porodist_A = mkA076 "" ; - poroen_A = mkA085 "" ; - porozov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - porozov_ja_vane_N = mkN071 "" ; - poroi_sht_e_N = mkN066 "" ; - poroj_N = mkN032 "" ; - porok_N = mkN014 "" ; - poro_ch_en_A = mkA079 "" ; - poro_ch_nost_N = mkN049 "" ; - port_N = mkN001 "" ; - porta_N = mkN041 "" ; - portal_N = mkN007 "" ; - portalen_A = mkA079 "" ; - portamento_N = mkN065 "" ; - portativen_A = mkA079 "" ; - portativnost_N = mkN049 "" ; - portvajn_N = mkN007 "" ; - portier_N = mkN007 "" ; - portierka_N = mkN041 "" ; - portik_N = mkN014 "" ; - portmone_N = mkN065 "" ; - portov_A = mkA076 "" ; - portokal_N = mkN007 "" ; - portokalen_A = mkA076 "" ; - portokalov_A = mkA076 "" ; - portret_N = mkN007 "" ; - portreten_A = mkA079 "" ; - portretiram_V = stateV (mkV186 "") ; - portretirane_N = mkN071 "" ; - portretist_N = mkN007 "" ; - portretistka_N = mkN041 "" ; - portugalec_N = mkN008a "" ; - portugalka_N = mkN041 "" ; - portugalski_A = mkA078 "" ; - portfejl_N = mkN007 "" ; - porugavam_V = actionV (mkV186 "") (mkV161 "") ; - porugavane_N = mkN071 "" ; - poruganie_N = mkN072 "" ; - porumen_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - porumen_ja_vane_N = mkN071 "" ; - porus_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - porus_ja_vane_N = mkN071 "" ; - porutvam_V = actionV (mkV186 "") (mkV173 "") ; - porutvane_N = mkN071 "" ; - porutenost_N = mkN049 "" ; - poru_ch_ik_N = mkN014 "" ; - porfir_N = mkN007 "" ; - porfira_N = mkN041 "" ; - porfiren_A = mkA079 "" ; - porcelan_N = mkN007 "" ; - porcelanov_A = mkA076 "" ; - porcion_N = mkN007 "" ; - porcionen_A = mkA079 "" ; - porci_ja__N = mkN047 "" ; - porybvam_V = actionV (mkV186 "") (mkV173 "") ; - porybvane_N = mkN071 "" ; - poryb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - poryb_ja_ne_N = mkN071 "" ; - porysvam_V = actionV (mkV186 "") (mkV173 "") ; - porysvane_N = mkN071 "" ; - porys_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - porys_ja_ne_N = mkN071 "" ; - pory_ch_ane_N = mkN071 "" ; - pory_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - pory_ch_vane_N = mkN071 "" ; - pory_ch_enie_N = mkN072 "" ; - pory_ch_itel_N = mkN031a "" ; - pory_ch_itelka_N = mkN041 "" ; - pory_ch_itelstvam_V = stateV (mkV186 "") ; - pory_ch_itelstvane_N = mkN071 "" ; - pory_ch_itelstvo_N = mkN054 "" ; - pory_ch_itelstvuvam_V = stateV (mkV186 "") ; - pory_ch_itelstvuvane_N = mkN071 "" ; - pory_ch_ka_N = mkN041 "" ; - por_ja__V = stateV (mkV173 "") ; - por_ja_dyk_N = mkN014 "" ; - por_ja_dy_ch_en_A = mkA079 "" ; - por_ja_dy_ch_nost_N = mkN049 "" ; - por_ja_zanik_N = mkN014 "" ; - por_ja_zanica_N = mkN041 "" ; - por_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - por_ja_zvane_N = mkN071 "" ; - posady_ch_en_A = mkA079 "" ; - posa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - posa_zj_dane_N = mkN071 "" ; - posbutvam_V = actionV (mkV186 "") (mkV186 "") ; - posbyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - posbyrkvane_N = mkN071 "" ; - posval_ja__V = stateV (mkV174 "") ; - posvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posvar_ja_vane_N = mkN071 "" ; - posveda_V = stateV (mkV145 "") ; - posven_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posven_ja_vane_N = mkN071 "" ; - posvest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posvest_ja_vane_N = mkN071 "" ; - posveten_A = mkA076 "" ; - posvetna_V = stateV (mkV152 "") ; - posve_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - posve_sht_avane_N = mkN071 "" ; - posve_sht_enie_N = mkN072 "" ; - posvivam_V = actionV (mkV186 "") (mkV163 "") ; - posvivane_N = mkN071 "" ; - posvid_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - posvikvam_V = actionV (mkV186 "") (mkV152 "") ; - posvikvane_N = mkN071 "" ; - posvir_ja__V = stateV (mkV173 "") ; - posvyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - posvyr_sh_vane_N = mkN071 "" ; - posgr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - posgu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - posgu_sh_vane_N = mkN071 "" ; - posgyvam_V = actionV (mkV186 "") (mkV152 "") ; - posgyvane_N = mkN071 "" ; - posgyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - posgyl_ch_avane_N = mkN071 "" ; - posgyst_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posgyst_ja_vane_N = mkN071 "" ; - posev_N = mkN007 "" ; - poseven_A = mkA079 "" ; - posegatel_N = mkN031a "" ; - posegatelka_N = mkN041 "" ; - posegatelski_A = mkA078 "" ; - posegatelstvo_N = mkN054 "" ; - posed_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - posed_ja_vane_N = mkN071 "" ; - poselvam_V = actionV (mkV186 "") (mkV173 "") ; - poselvane_N = mkN071 "" ; - poselenie_N = mkN072 "" ; - poseli_sht_e_N = mkN066 "" ; - poselnik_N = mkN014 "" ; - posestrima_N = mkN041 "" ; - posetitel_N = mkN031a "" ; - posetitelka_N = mkN041 "" ; - pose_sht_avam_V = actionV (mkV186 "") (mkV173 "") ; - pose_sht_avane_N = mkN071 "" ; - pose_sht_aemost_N = mkN049 "" ; - pose_sht_enie_N = mkN072 "" ; - posiv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - posiv_ja_vane_N = mkN071 "" ; - posinvane_N = mkN071 "" ; - posin_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - posin_ja_vane_N = mkN071 "" ; - posipvam_V = actionV (mkV186 "") (mkV154 "") ; - posipvane_N = mkN071 "" ; - posiram_V = actionV (mkV186 "") (mkV170 "") ; - posirane_N = mkN071 "" ; - posi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - posi_ch_ane_N = mkN071 "" ; - poskane_N = mkN071 "" ; - poskarane_N = mkN071 "" ; - poskarvam_V = actionV (mkV186 "") (mkV186 "") ; - poskarvane_N = mkN071 "" ; - poskitane_N = mkN071 "" ; - poskitvam_V = actionV (mkV186 "") (mkV186 "") ; - poskitvane_N = mkN071 "" ; - poskrivam_V = actionV (mkV186 "") (mkV163 "") ; - poskro_ja__V = stateV (mkV175 "") ; - poskypvam_V = actionV (mkV186 "") (mkV152 "") ; - poskypvane_N = mkN071 "" ; - poskypne_ja__V = stateV (mkV160 "") ; - poskyp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poskyp_ja_vane_N = mkN071 "" ; - poskyrcane_N = mkN071 "" ; - poskyrcvam_V = actionV (mkV186 "") (mkV186 "") ; - poskyrcvane_N = mkN071 "" ; - poskysam_V = stateV (mkV186 "") ; - poskysane_N = mkN071 "" ; - poskys_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poskys_ja_vane_N = mkN071 "" ; - poskytvam_V = actionV (mkV186 "") (mkV186 "") ; - poslav_ja_n_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poslav_ja_n_ch_vane_N = mkN071 "" ; - poslanie_N = mkN072 "" ; - poslanik_N = mkN014 "" ; - poslani_ch_eski_A = mkA078 "" ; - poslani_ch_estvo_N = mkN054 "" ; - poslani_ch_ka_N = mkN041 "" ; - posledvam_V = stateV (mkV186 "") ; - posledvane_N = mkN071 "" ; - posleden_A = mkA079 "" ; - posledica_N = mkN041 "" ; - posledovatel_N = mkN031a "" ; - posledovatelen_A = mkA079 "" ; - posledovatelka_N = mkN041 "" ; - posledovatelnost_N = mkN049 "" ; - posledovnost_N = mkN049 "" ; - posledstven_A = mkA076 "" ; - posledstvie_N = mkN072 "" ; - posled_ja__V = stateV (mkV174 "") ; - posleobraz_N = mkN007 "" ; - poslepis_N = mkN007 "" ; - posleslov_N = mkN007 "" ; - posleslovie_N = mkN072 "" ; - posle_sh_en_A = mkA079 "" ; - poslovica_N = mkN041 "" ; - poslovi_ch_en_A = mkA079 "" ; - poslovi_ch_nost_N = mkN049 "" ; - poslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - poslu_zj_vane_N = mkN071 "" ; - poslu_sh_ane_N = mkN071 "" ; - poslu_sh_anie_N = mkN072 "" ; - poslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - poslu_sh_vane_N = mkN071 "" ; - poslu_sh_en_A = mkA079 "" ; - poslu_sh_nik_N = mkN014 "" ; - poslu_sh_nica_N = mkN041 "" ; - poslu_sh_ni_ch_estvo_N = mkN054 "" ; - poslu_sh_nost_N = mkN049 "" ; - poslygvam_V = actionV (mkV186 "") (mkV158 "") ; - poslygvane_N = mkN071 "" ; - posmal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posmal_ja_vane_N = mkN071 "" ; - posmel_ja__V = stateV (mkV184 "") ; - posmestvam_V = actionV (mkV186 "") (mkV173 "") ; - posmestvane_N = mkN071 "" ; - posmes_ja__V = stateV (mkV173 "") ; - posmeta_V = stateV (mkV145 "") ; - posme_sh_i_sht_e_N = mkN066 "" ; - posmukvam_V = actionV (mkV186 "") (mkV155 "") ; - posmukvane_N = mkN071 "" ; - posmut_ja__V = stateV (mkV174 "") ; - posmu_sh_kvam_V = actionV (mkV186 "") (mkV176 "") ; - posmu_sh_kvane_N = mkN071 "" ; - posmymr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - posmymr_ja_ne_N = mkN071 "" ; - posmyrten_A = mkA079 "" ; - posm_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - posm_ja_vane_N = mkN071 "" ; - posobie_N = mkN072 "" ; - posoka_N = mkN041 "" ; - posolstvo_N = mkN054 "" ; - posol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posol_ja_vane_N = mkN071 "" ; - poso_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - poso_ch_vane_N = mkN071 "" ; - poso_ch_en_A = mkA076 "" ; - pospadam_V = actionV (mkV186 "") (mkV152 "") ; - pospadane_N = mkN071 "" ; - pospivam_V = actionV (mkV186 "") (mkV182 "") ; - pospivane_N = mkN071 "" ; - pospiram_V = actionV (mkV186 "") (mkV150 "") ; - pospirane_N = mkN071 "" ; - pospla_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - posporvam_V = actionV (mkV186 "") (mkV173 "") ; - posporvane_N = mkN071 "" ; - posramvam_V = actionV (mkV186 "") (mkV173 "") ; - posramvane_N = mkN071 "" ; - posram_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - posram_ja_vane_N = mkN071 "" ; - posram_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - posram_ja_ne_N = mkN071 "" ; - posrebre_ja__V = stateV (mkV160 "") ; - posrebr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posrebr_ja_vane_N = mkN071 "" ; - posrednik_N = mkN014 "" ; - posrednica_N = mkN041 "" ; - posredni_ch_a_V = stateV (mkV176 "") ; - posredni_ch_eski_A = mkA078 "" ; - posredni_ch_estvo_N = mkN054 "" ; - posredstven_A = mkA076 "" ; - posredstvenost_N = mkN049 "" ; - posre_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - posre_sht_ane_N = mkN071 "" ; - posre_sht_a_ch__N = mkN007b "" ; - posre_sht_a_ch_ka_N = mkN041 "" ; - posrybvam_V = actionV (mkV186 "") (mkV152 "") ; - posrybvane_N = mkN071 "" ; - posrygvam_V = actionV (mkV186 "") (mkV152 "") ; - posrygvane_N = mkN071 "" ; - post_N = mkN007 "" ; - postavam_V = stateV (mkV186 "") ; - postavka_N = mkN041 "" ; - postav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - postav_ja_ne_N = mkN071 "" ; - postal_A = mkA076 "" ; - postament_N = mkN007 "" ; - postanovka_N = mkN041 "" ; - postanovlenie_N = mkN072 "" ; - postanov_ch_ik_N = mkN014 "" ; - postanovy_ch_en_A = mkA079 "" ; - postanov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - postanov_ja_vane_N = mkN071 "" ; - postaravam_V = actionV (mkV186 "") (mkV161 "") ; - postaravane_N = mkN071 "" ; - postegna_V = stateV (mkV152 "") ; - postelka_N = mkN041 "" ; - postel_ja__N = mkN047 "" ; - posten_A = mkA079 "" ; - postene_N = mkN071 "" ; - postepenen_A = mkA079 "" ; - postepennost_N = mkN049 "" ; - poster_N = mkN007 "" ; - postigam_V = actionV (mkV186 "") (mkV152 "") ; - postigane_N = mkN071 "" ; - postignat_A = mkA076 "" ; - posti_zj_enie_N = mkN072 "" ; - posti_zj_im_A = mkA076 "" ; - posti_zj_imost_N = mkN049 "" ; - postilam_V = actionV (mkV186 "") (mkV173 "") ; - postilane_N = mkN071 "" ; - postilka_N = mkN041 "" ; - postindustrialen_A = mkA079 "" ; - postihvam_V = actionV (mkV186 "") (mkV152 "") ; - postihvane_N = mkN071 "" ; - postlan_A = mkA076 "" ; - postnik_N = mkN014 "" ; - postnica_N = mkN041 "" ; - postov_A = mkA076 "" ; - postovi_A = mkA078 "" ; - postopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - postopl_ja_ne_N = mkN071 "" ; - posto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - posto_ja_vane_N = mkN071 "" ; - posto_ja_nen_A = mkA079 "" ; - posto_ja_nnost_N = mkN049 "" ; - posto_ja_nnotokov_A = mkA076 "" ; - posto_ja_nstvam_V = stateV (mkV186 "") ; - posto_ja_nstvane_N = mkN071 "" ; - posto_ja_nstvo_N = mkN054 "" ; - posto_ja_nstvuvam_V = stateV (mkV186 "") ; - posto_ja_nstvuvane_N = mkN071 "" ; - postpozici_ja__N = mkN047 "" ; - postradane_N = mkN071 "" ; - postradvam_V = actionV (mkV186 "") (mkV186 "") ; - postradvane_N = mkN071 "" ; - postrel_ja_m_V = stateV (mkV187 "") ; - postroenie_N = mkN072 "" ; - postrojka_N = mkN041 "" ; - postro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - postro_ja_vane_N = mkN071 "" ; - postulat_N = mkN007 "" ; - postuliram_V = stateV (mkV186 "") ; - postfiks_N = mkN001 "" ; - posthipnoti_ch_en_A = mkA079 "" ; - postypatelen_A = mkA079 "" ; - postypvam_V = actionV (mkV186 "") (mkV173 "") ; - postypvane_N = mkN071 "" ; - postypka_N = mkN041 "" ; - postyplenie_N = mkN072 "" ; - post_ja__V = stateV (mkV174 "") ; - post_ja_gam_V = stateV (mkV186 "") ; - post_ja_gane_N = mkN071 "" ; - pos_ch_epkvam_V = actionV (mkV186 "") (mkV186 "") ; - posybiram_V = actionV (mkV186 "") (mkV170 "") ; - posyvetvam_V = stateV (mkV186 "") ; - posyvetvane_N = mkN071 "" ; - posyvzemam_V = actionV (mkV186 "") (mkV171 "") ; - posy_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - posy_zj_iv_ja_vane_N = mkN071 "" ; - posyrvam_V = actionV (mkV186 "") (mkV152 "") ; - posyrvane_N = mkN071 "" ; - posyrnalost_N = mkN049 "" ; - pos_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - pos_ja_vane_N = mkN071 "" ; - pos_ja_vka_N = mkN041 "" ; - pos_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pos_ja_gane_N = mkN071 "" ; - pos_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - pos_ja_dane_N = mkN071 "" ; - pos_ja_dvam_V = actionV (mkV186 "") (mkV152 "") ; - pos_ja_dvane_N = mkN071 "" ; - pot_N = mkN042 "" ; - potaen_A = mkA085 "" ; - potajvam_V = actionV (mkV186 "") (mkV175 "") ; - potajvane_N = mkN071 "" ; - potajnik_N = mkN014 "" ; - potajnica_N = mkN041 "" ; - potajni_ch_e_N = mkN065 "" ; - potajnost_N = mkN049 "" ; - potancuvam_V = stateV (mkV186 "") ; - potancuvane_N = mkN071 "" ; - potapnik_N = mkN014 "" ; - potap_ja_m_V = stateV (mkV187 "") ; - potap_ja_ne_N = mkN071 "" ; - pota_sh__N = mkN007 "" ; - potvyrditelen_A = mkA079 "" ; - potvyrd_ja_vam_V = stateV (mkV186 "") ; - potvyrd_ja_vane_N = mkN071 "" ; - potvyr_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - potvyr_zj_davane_N = mkN071 "" ; - potvyr_zj_denie_N = mkN072 "" ; - potegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - potegl_ja_ne_N = mkN071 "" ; - potegna_V = stateV (mkV152 "") ; - poteka_V = stateV (mkV148 "") ; - poteklo_N = mkN054 "" ; - poten_A = mkA079 "" ; - potene_N = mkN065 "" ; - potenten_A = mkA079 "" ; - potentnost_N = mkN049 "" ; - potencial_N = mkN007 "" ; - potencialen_A = mkA079 "" ; - potencialnost_N = mkN049 "" ; - potenci_ja__N = mkN047 "" ; - poter_ja__N = mkN047 "" ; - potiln_ja__N = mkN047 "" ; - potir_N = mkN007 "" ; - potir_ja__V = stateV (mkV173 "") ; - potiskam_V = actionV (mkV186 "") (mkV152 "") ; - potiskane_N = mkN071 "" ; - potisnat_A = mkA076 "" ; - potisnatost_N = mkN049 "" ; - potisnik_N = mkN014 "" ; - potisnica_N = mkN041 "" ; - potisni_ch_eski_A = mkA078 "" ; - potisni_ch_estvo_N = mkN054 "" ; - poti_ch_ane_N = mkN071 "" ; - poti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - poti_ch_vane_N = mkN071 "" ; - potnik_N = mkN014 "" ; - potok_N = mkN014 "" ; - potomec_N = mkN008a "" ; - potomka_N = mkN041 "" ; - potomstven_A = mkA076 "" ; - potomstvo_N = mkN054 "" ; - potomyk_N = mkN019 "" ; - poton_N = mkN007 "" ; - potonen_A = mkA079 "" ; - potop_N = mkN007 "" ; - potop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - potop_ja_vane_N = mkN071 "" ; - poto_ch_e_N = mkN065 "" ; - poto_ch_en_A = mkA079 "" ; - poto_ch_nost_N = mkN049 "" ; - potpur_N = mkN007 "" ; - potrajvam_V = actionV (mkV186 "") (mkV162 "") ; - potrajvane_N = mkN071 "" ; - potrakane_N = mkN071 "" ; - potrakvam_V = actionV (mkV186 "") (mkV186 "") ; - potrakvane_N = mkN071 "" ; - potreba_N = mkN041 "" ; - potreben_A = mkA079 "" ; - potrebitel_N = mkN031a "" ; - potrebitelen_A = mkA079 "" ; - potrebitelka_N = mkN041 "" ; - potrebitelski_A = mkA078 "" ; - potreblenie_N = mkN072 "" ; - potrebnost_N = mkN049 "" ; - potreb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - potreb_ja_vane_N = mkN071 "" ; - potrepvam_V = actionV (mkV186 "") (mkV152 "") ; - potrepvane_N = mkN071 "" ; - potrepervam_V = actionV (mkV186 "") (mkV173 "") ; - potrepervane_N = mkN071 "" ; - potrepkam_V = actionV (mkV186 "") (mkV152 "") ; - potrepkane_N = mkN071 "" ; - potres_N = mkN007 "" ; - potresava_sht__A = mkA076 "" ; - potresvam_V = actionV (mkV186 "") (mkV145 "") ; - potresvane_N = mkN071 "" ; - potresen_A = mkA076 "" ; - potretvam_V = actionV (mkV186 "") (mkV173 "") ; - potretvane_N = mkN071 "" ; - potret_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - potret_ja_ne_N = mkN071 "" ; - potrivam_V = actionV (mkV186 "") (mkV163 "") ; - potrivane_N = mkN071 "" ; - potrisam_V = stateV (mkV186 "") ; - potrisane_N = mkN071 "" ; - potropane_N = mkN071 "" ; - potropvam_V = actionV (mkV186 "") (mkV186 "") ; - potropvane_N = mkN071 "" ; - potro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - potro_sh_avane_N = mkN071 "" ; - potrudvam_V = actionV (mkV186 "") (mkV173 "") ; - potrudvane_N = mkN071 "" ; - potrygvam_V = actionV (mkV186 "") (mkV152 "") ; - potrygvane_N = mkN071 "" ; - potrypvam_V = actionV (mkV186 "") (mkV152 "") ; - potrypvane_N = mkN071 "" ; - potrysvam_V = actionV (mkV186 "") (mkV152 "") ; - potrysvane_N = mkN071 "" ; - potr_ja_bvam_V = stateV (mkV186 "") ; - potr_ja_bvane_N = mkN071 "" ; - potulvam_V = actionV (mkV186 "") (mkV173 "") ; - potulvane_N = mkN071 "" ; - potul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - potul_ja_ne_N = mkN071 "" ; - potupane_N = mkN071 "" ; - potupvam_V = actionV (mkV186 "") (mkV186 "") ; - potupvane_N = mkN071 "" ; - poturankovec_N = mkN008 "" ; - potur_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - potur_ch_vane_N = mkN071 "" ; - potu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - potu_sh_avane_N = mkN071 "" ; - potu_sh_itelen_A = mkA079 "" ; - potyvam_V = actionV (mkV186 "") (mkV152 "") ; - potyvane_N = mkN071 "" ; - potykvam_V = stateV (mkV186 "") ; - potykvane_N = mkN071 "" ; - potymnenie_N = mkN072 "" ; - potymne_ja__V = stateV (mkV160 "") ; - potymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - potymn_ja_vane_N = mkN071 "" ; - potypkan_A = mkA076 "" ; - potypkvam_V = actionV (mkV186 "") (mkV155 "") ; - potypkvane_N = mkN071 "" ; - potyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - potyrkvane_N = mkN071 "" ; - potyrpev_sh__A = mkA076 "" ; - potyrp_ja__V = stateV (mkV177 "") ; - potyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - potyrsvane_N = mkN071 "" ; - potytr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - potytr_ja_ne_N = mkN071 "" ; - pot_ja__V = stateV (mkV174 "") ; - pot_ja_gam_V = stateV (mkV186 "") ; - pot_ja_gane_N = mkN071 "" ; - poube_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - poube_zj_davane_N = mkN071 "" ; - pouvehna_V = stateV (mkV152 "") ; - pouvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - pouvli_ch_ane_N = mkN071 "" ; - pouka_N = mkN041 "" ; - poukrepvam_V = actionV (mkV186 "") (mkV186 "") ; - poukrepvane_N = mkN071 "" ; - poukrepna_V = stateV (mkV152 "") ; - poukrivam_V = actionV (mkV186 "") (mkV186 "") ; - poukrivane_N = mkN071 "" ; - poukrot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poukrot_ja_vane_N = mkN071 "" ; - poul_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - poul_ja_gane_N = mkN071 "" ; - poumn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - poumn_ja_vane_N = mkN071 "" ; - poumyl_ch_avam_V = actionV (mkV186 "") (mkV186 "") ; - poumyl_ch_avane_N = mkN071 "" ; - poupla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - poupla_sh_vane_N = mkN071 "" ; - poupra_zj_n_ja_vam_V = stateV (mkV186 "") ; - pousilvam_V = actionV (mkV186 "") (mkV173 "") ; - pousilvane_N = mkN071 "" ; - pouskor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pouskor_ja_vane_N = mkN071 "" ; - pousmihvam_V = actionV (mkV186 "") (mkV152 "") ; - pousmihvane_N = mkN071 "" ; - pouspivam_V = actionV (mkV186 "") (mkV182 "") ; - pouspivane_N = mkN071 "" ; - pouspoko_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - pouspoko_ja_vane_N = mkN071 "" ; - pousymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pousymn_ja_vane_N = mkN071 "" ; - poutalo_zj_a_V = stateV (mkV176 "") ; - poute_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - poute_sh_avane_N = mkN071 "" ; - poutihvam_V = actionV (mkV186 "") (mkV152 "") ; - poutihvane_N = mkN071 "" ; - poutol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - poutol_ja_vane_N = mkN071 "" ; - pouhilvam_V = actionV (mkV186 "") (mkV173 "") ; - pouhilvane_N = mkN071 "" ; - pou_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - pou_ch_avane_N = mkN071 "" ; - pou_ch_enie_N = mkN072 "" ; - pou_ch_itelen_A = mkA079 "" ; - pou_ch_itelnost_N = mkN049 "" ; - pou_ch_udvam_V = actionV (mkV186 "") (mkV173 "") ; - pou_ch_udvane_N = mkN071 "" ; - poflirtuvam_V = stateV (mkV186 "") ; - pohaben_A = mkA076 "" ; - pohabenost_N = mkN049 "" ; - pohab_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pohab_ja_vane_N = mkN071 "" ; - pohapvam_V = actionV (mkV186 "") (mkV152 "") ; - pohapvane_N = mkN071 "" ; - pohar_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pohar_ch_vane_N = mkN071 "" ; - pohvala_N = mkN041 "" ; - pohvalvam_V = actionV (mkV186 "") (mkV173 "") ; - pohvalvane_N = mkN071 "" ; - pohvalen_A = mkA079 "" ; - pohval_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - pohval_ja_vane_N = mkN071 "" ; - pohval_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pohvat_N = mkN007 "" ; - pohvaten_A = mkA079 "" ; - pohvatnost_N = mkN049 "" ; - pohva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - pohva_sht_ane_N = mkN071 "" ; - pohiten_A = mkA076 "" ; - pohititel_N = mkN031a "" ; - pohititelen_A = mkA079 "" ; - pohititelka_N = mkN041 "" ; - pohit_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pohit_ja_vane_N = mkN071 "" ; - pohi_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - pohi_sht_avane_N = mkN071 "" ; - pohi_sht_vam_V = actionV (mkV186 "") (mkV174 "") ; - pohi_sht_vane_N = mkN071 "" ; - pohi_sht_enie_N = mkN072 "" ; - pohlopane_N = mkN071 "" ; - pohlopvam_V = actionV (mkV186 "") (mkV186 "") ; - pohlopvane_N = mkN071 "" ; - pohlupak_N = mkN014 "" ; - pohlupa_ch_e_N = mkN065 "" ; - pohlupvam_V = actionV (mkV186 "") (mkV173 "") ; - pohlupvane_N = mkN071 "" ; - pohlupka_N = mkN041 "" ; - pohlup_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pohlup_ja_ne_N = mkN071 "" ; - pohod_N = mkN007 "" ; - pohoden_A = mkA079 "" ; - pohodka_N = mkN041 "" ; - pohod_ja__V = stateV (mkV173 "") ; - poho_zj_denie_N = mkN072 "" ; - pohot_N = mkN049 "" ; - pohotliv_A = mkA076 "" ; - pohotlivost_N = mkN049 "" ; - pohristi_ja_n_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pohristi_ja_n_ch_vane_N = mkN071 "" ; - pocinkovam_V = stateV (mkV186 "") ; - pocinkovane_N = mkN071 "" ; - po_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - po_ch_akvane_N = mkN071 "" ; - po_ch_asov_A = mkA076 "" ; - po_ch_va_N = mkN041 "" ; - po_ch_vam_V = actionV (mkV186 "") (mkV152 "") ; - po_ch_vane_N = mkN071 "" ; - po_ch_ven_A = mkA076 "" ; - po_ch_voznanie_N = mkN072 "" ; - po_ch_voobrabotvatelen_A = mkA079 "" ; - po_ch_erven_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - po_ch_erven_ja_vane_N = mkN071 "" ; - po_ch_erv_ja__V = stateV (mkV174 "") ; - po_ch_erv_ja_vane_N = mkN071 "" ; - po_ch_erk_N = mkN014 "" ; - po_ch_erne_ja__V = stateV (mkV160 "") ; - po_ch_ern_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - po_ch_ern_ja_vane_N = mkN071 "" ; - po_ch_ern_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - po_ch_ern_ja_ne_N = mkN071 "" ; - po_ch_erpvam_V = actionV (mkV186 "") (mkV173 "") ; - po_ch_erpvane_N = mkN071 "" ; - po_ch_erpka_N = mkN041 "" ; - po_ch_erpu_sh_ka_N = mkN041 "" ; - po_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - po_ch_esvane_N = mkN071 "" ; - po_ch_est_N = mkN049 "" ; - po_ch_et_N = mkN049 "" ; - po_ch_eten_A = mkA079 "" ; - po_ch_ivam_V = actionV (mkV186 "") (mkV152 "") ; - po_ch_ivane_N = mkN071 "" ; - po_ch_iven_A = mkA079 "" ; - po_ch_ivka_N = mkN041 "" ; - po_ch_in_N = mkN007 "" ; - po_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - po_ch_istvane_N = mkN071 "" ; - po_ch_it_N = mkN049 "" ; - po_ch_itaem_A = mkA076 "" ; - po_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - po_ch_itane_N = mkN071 "" ; - po_ch_itanie_N = mkN072 "" ; - po_ch_itatel_N = mkN031a "" ; - po_ch_itatelen_A = mkA079 "" ; - po_ch_itatelka_N = mkN041 "" ; - po_ch_ten_A = mkA076 "" ; - po_ch_tenost_N = mkN049 "" ; - po_ch_titelen_A = mkA079 "" ; - po_ch_titelnost_N = mkN049 "" ; - po_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - po_ch_uvane_N = mkN071 "" ; - po_ch_uvstvam_V = stateV (mkV186 "") ; - po_ch_uvstvan_A = mkA076 "" ; - po_ch_uvstvane_N = mkN071 "" ; - po_ch_uvstvuvam_V = stateV (mkV186 "") ; - po_ch_uvstvuvan_A = mkA076 "" ; - po_ch_uvstvuvane_N = mkN071 "" ; - po_ch_udvam_V = actionV (mkV186 "") (mkV173 "") ; - po_ch_udvane_N = mkN071 "" ; - po_ch_ukane_N = mkN071 "" ; - po_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - po_ch_ukvane_N = mkN071 "" ; - po_ch_ustvam_V = stateV (mkV186 "") ; - po_ch_ustvane_N = mkN071 "" ; - po_sh_avane_N = mkN071 "" ; - po_sh_avvam_V = actionV (mkV186 "") (mkV186 "") ; - po_sh_avvane_N = mkN071 "" ; - po_sh_eguvam_V = stateV (mkV186 "") ; - po_sh_eguvane_N = mkN071 "" ; - po_sh_epvam_V = actionV (mkV186 "") (mkV152 "") ; - po_sh_epvane_N = mkN071 "" ; - po_sh_etam_V = actionV (mkV186 "") (mkV152 "") ; - po_sh_etane_N = mkN071 "" ; - po_sh_etvam_V = stateV (mkV186 "") ; - po_sh_etvane_N = mkN071 "" ; - po_sh_lost_N = mkN049 "" ; - po_sh_u_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - po_sh_u_sh_vane_N = mkN071 "" ; - po_sh_u_sh_ukam_V = actionV (mkV186 "") (mkV152 "") ; - po_sh_u_sh_ukane_N = mkN071 "" ; - po_sh_yl_A = mkA080 "" ; - po_sht_a_V = stateV (mkV144 "") ; - po_sht_ada_N = mkN041 "" ; - po_sht_ad_zj_i_ja__N = mkN039 "" ; - po_sht_ad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - po_sht_ad_ja_vane_N = mkN071 "" ; - po_sht_alxon_N = mkN007 "" ; - po_sht_eliv_A = mkA076 "" ; - po_sht_enski_A = mkA078 "" ; - po_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - po_sht_ipvane_N = mkN071 "" ; - po_sht_rakvane_N = mkN071 "" ; - po_sht_rykl_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - po_sht_rykl_ja_vane_N = mkN071 "" ; - po_sht_rykl_ja_lost_N = mkN049 "" ; - po_sht_ure_ja__V = stateV (mkV160 "") ; - po_sht_ur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - po_sht_ur_ja_vane_N = mkN071 "" ; - po_sht_ur_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - po_sht_ur_ja_ne_N = mkN071 "" ; - po_sht__ja__V = stateV (mkV173 "") ; - po_sht__ja_vka_N = mkN041 "" ; - po_ja__V = stateV (mkV175 "") ; - po_ja_va_N = mkN041 "" ; - po_ja_vlenie_N = mkN072 "" ; - po_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - po_ja_v_ja_vane_N = mkN071 "" ; - po_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - po_ja__zj_dane_N = mkN071 "" ; - po_ja_zd_ja__V = stateV (mkV173 "") ; - po_ja_lnik_N = mkN014 "" ; - po_ja_s_N = mkN007 "" ; - po_ja_sen_A = mkA079 "" ; - po_ja_snenie_N = mkN072 "" ; - po_ja_snitel_N = mkN031a "" ; - po_ja_snitelen_A = mkA079 "" ; - po_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - po_ja_sn_ja_vane_N = mkN071 "" ; - po_ja_ham_V = stateV (mkV186 "") ; - prababa_N = mkN041 "" ; - prabylgarin_N = mkN018 "" ; - prabylgarski_A = mkA078 "" ; - prav_A = mkA076 "" ; - prava_N = mkN041 "" ; - pravda_N = mkN041 "" ; - pravdiv_A = mkA076 "" ; - pravdivost_N = mkN049 "" ; - pravdina_N = mkN041 "" ; - pravdodopodoben_A = mkA079 "" ; - pravdol_iu_bec_N = mkN008a "" ; - pravdol_iu_biv_A = mkA076 "" ; - pravdol_iu_bie_N = mkN072 "" ; - pravdopodoben_A = mkA079 "" ; - pravdopodobnost_N = mkN049 "" ; - praveden_A = mkA079 "" ; - pravednik_N = mkN014 "" ; - pravednica_N = mkN041 "" ; - pravednost_N = mkN049 "" ; - praven_A = mkA079 "" ; - pravene_N = mkN071 "" ; - pravilen_A = mkA079 "" ; - pravilnik_N = mkN014 "" ; - pravilnost_N = mkN049 "" ; - pravilo_N = mkN054 "" ; - pravist_N = mkN007 "" ; - pravistka_N = mkN041 "" ; - pravitelstven_A = mkA076 "" ; - pravitelstvo_N = mkN054 "" ; - pravnik_N = mkN014 "" ; - pravni_ch_eski_A = mkA078 "" ; - pravnuk_N = mkN014 "" ; - pravnu_ch_ka_N = mkN041 "" ; - pravo_N = mkN054 "" ; - pravov_A = mkA076 "" ; - pravovedenie_N = mkN072 "" ; - pravoveren_A = mkA079 "" ; - pravovernost_N = mkN049 "" ; - pravogovor_N = mkN007 "" ; - pravogovoren_A = mkA079 "" ; - pravoimam_V = stateV (mkV186 "") ; - pravolineen_A = mkA085 "" ; - pravolinejnost_N = mkN049 "" ; - pravomeren_A = mkA079 "" ; - pravomernost_N = mkN049 "" ; - pravomo_sht_ie_N = mkN072 "" ; - pravonaru_sh_enie_N = mkN072 "" ; - pravonaru_sh_itel_N = mkN031a "" ; - pravopis_N = mkN007 "" ; - pravopisen_A = mkA079 "" ; - pravopolzuvane_N = mkN071 "" ; - pravopriemnik_N = mkN014 "" ; - pravoproporcionalen_A = mkA079 "" ; - pravorazdavam_V = stateV (mkV186 "") ; - pravorazdavane_N = mkN071 "" ; - pravorazdavatelen_A = mkA079 "" ; - pravoslaven_A = mkA079 "" ; - pravoslavie_N = mkN072 "" ; - pravosposoben_A = mkA079 "" ; - pravosposobnost_N = mkN049 "" ; - pravosto_ja__sht__A = mkA076 "" ; - pravosyden_A = mkA079 "" ; - pravosydie_N = mkN072 "" ; - pravota_N = mkN041 "" ; - pravou_ch_astie_N = mkN072 "" ; - pravoygylen_A = mkA079 "" ; - pravoygylnik_N = mkN014 "" ; - prav_ja__V = stateV (mkV173 "") ; - prag_N = mkN001 "" ; - pragmatizym_N = mkN011 "" ; - pragmatik_N = mkN014 "" ; - pragmati_ch_en_A = mkA079 "" ; - pragmati_ch_eski_A = mkA078 "" ; - pragov_A = mkA076 "" ; - prag_ch_e_N = mkN065 "" ; - pradedi_N = mkN075 "" ; - prad_ja_do_N = mkN040 "" ; - prad_ja_dov_A = mkA076 "" ; - praezik_N = mkN014 "" ; - praz_N = mkN001 "" ; - prazen_A = mkA079 "" ; - praznenstvo_N = mkN054 "" ; - praznik_N = mkN014 "" ; - praznina_N = mkN041 "" ; - prazni_ch_en_A = mkA079 "" ; - prazni_ch_nost_N = mkN049 "" ; - praznoglav_A = mkA076 "" ; - praznoglavec_N = mkN008a "" ; - praznodumec_N = mkN008a "" ; - praznodumstvo_N = mkN054 "" ; - praznoskita_sht__A = mkA076 "" ; - praznosloven_A = mkA079 "" ; - praznoslovec_N = mkN008a "" ; - praznoslovie_N = mkN072 "" ; - praznoslov_ja__V = stateV (mkV173 "") ; - praznota_N = mkN041 "" ; - praznuvam_V = stateV (mkV186 "") ; - praznuvane_N = mkN071 "" ; - prazn_ja__V = stateV (mkV173 "") ; - praistori_ch_en_A = mkA079 "" ; - praistori_ch_eski_A = mkA078 "" ; - praistori_ja__N = mkN047 "" ; - praktik_N = mkN014 "" ; - praktika_N = mkN041 "" ; - praktikant_N = mkN007 "" ; - praktikantka_N = mkN041 "" ; - praktikuvam_V = stateV (mkV186 "") ; - praktikuvane_N = mkN071 "" ; - prakticizym_N = mkN011 "" ; - prakti_ch_en_A = mkA079 "" ; - prakti_ch_eski_A = mkA078 "" ; - prakti_ch_ka_N = mkN041 "" ; - prakti_ch_nost_N = mkN049 "" ; - pranga_N = mkN041 "" ; - prane_N = mkN065 "" ; - praobitatel_N = mkN031a "" ; - praotec_N = mkN008a "" ; - praote_ch_estvo_N = mkN054 "" ; - praprababa_N = mkN041 "" ; - prapravnuk_N = mkN014 "" ; - prapravnu_ch_ka_N = mkN041 "" ; - praprad_ja_do_N = mkN040 "" ; - prapraroditel_N = mkN031a "" ; - prarodina_N = mkN041 "" ; - praroditel_N = mkN031a "" ; - praroditelka_N = mkN041 "" ; - praroditelski_A = mkA078 "" ; - prasvam_V = actionV (mkV186 "") (mkV152 "") ; - prasvane_N = mkN071 "" ; - prase_N = mkN065 "" ; - prasene_N = mkN071 "" ; - prasence_N = mkN066 "" ; - prasec_N = mkN008 "" ; - prasilo_N = mkN054 "" ; - praskam_V = actionV (mkV186 "") (mkV152 "") ; - praskova_N = mkN041 "" ; - praskoven_A = mkA076 "" ; - praslav_ja_nski_A = mkA078 "" ; - prastar_A = mkA076 "" ; - pras_ja__V = stateV (mkV173 "") ; - pratenik_N = mkN014 "" ; - pratenica_N = mkN041 "" ; - prateni_ch_eski_A = mkA078 "" ; - prater_N = mkN007 "" ; - pratka_N = mkN041 "" ; - prah_N = mkN042 "" ; - prahavica_N = mkN041 "" ; - prahan_N = mkN007 "" ; - prahanka_N = mkN041 "" ; - prahov_A = mkA076 "" ; - prahoviden_A = mkA079 "" ; - prahonepronicaem_A = mkA076 "" ; - prahoobrazen_A = mkA079 "" ; - prahosan_A = mkA076 "" ; - prahosvam_V = actionV (mkV186 "") (mkV186 "") ; - prahosvane_N = mkN071 "" ; - prahosmuka_ch_ka_N = mkN041 "" ; - prahosnik_N = mkN014a "" ; - prahosnica_N = mkN041 "" ; - prahosni_ch_eski_A = mkA078 "" ; - prahosni_ch_estvo_N = mkN054 "" ; - prahoulovitel_N = mkN031 "" ; - prahul_ja_k_N = mkN014 "" ; - prahutka_N = mkN041 "" ; - pra_ch_ove_sh_ki_A = mkA078 "" ; - pra_sh_a_V = stateV (mkV176 "") ; - pra_sh_en_A = mkA079 "" ; - pra_sh_ec_N = mkN007 "" ; - pra_sh_inka_N = mkN041 "" ; - pra_sh_ka_N = mkN041 "" ; - pra_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - pra_sht_ane_N = mkN071 "" ; - pra_sht_ene_N = mkN071 "" ; - pra_sht_ina_N = mkN041 "" ; - pra_sht__ja__V = stateV (mkV177 "") ; - preadresiram_V = stateV (mkV186 "") ; - preamb_iu_l_N = mkN007 "" ; - prebarane_N = mkN071 "" ; - prebarvam_V = actionV (mkV186 "") (mkV186 "") ; - prebarvane_N = mkN071 "" ; - preba_ja__V = stateV (mkV162 "") ; - prebe_zj_ka_N = mkN041 "" ; - prebelvam_V = actionV (mkV186 "") (mkV173 "") ; - prebelvane_N = mkN071 "" ; - prebivavam_V = stateV (mkV186 "") ; - prebivavane_N = mkN071 "" ; - prebivam_V = actionV (mkV186 "") (mkV163 "") ; - prebivane_N = mkN071 "" ; - prebivanie_N = mkN072 "" ; - preblag_A = mkA076 "" ; - prebledn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - prebledn_ja_vane_N = mkN071 "" ; - prebogat_A = mkA076 "" ; - preboleduvam_V = stateV (mkV186 "") ; - preboleduvane_N = mkN071 "" ; - prebol_ja_vam_V = stateV (mkV186 "") ; - prebol_ja_vane_N = mkN071 "" ; - preborvam_V = actionV (mkV186 "") (mkV173 "") ; - preborvane_N = mkN071 "" ; - prebo_ja_disane_N = mkN071 "" ; - prebo_ja_disvam_V = actionV (mkV186 "") (mkV186 "") ; - prebo_ja_disvane_N = mkN071 "" ; - prebradka_N = mkN041 "" ; - prebra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prebra_zj_dane_N = mkN071 "" ; - prebrodvam_V = actionV (mkV186 "") (mkV173 "") ; - prebrodvane_N = mkN071 "" ; - prebroen_A = mkA076 "" ; - prebro_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - prebro_zj_dane_N = mkN071 "" ; - prebroitel_N = mkN031a "" ; - prebroitelka_N = mkN041 "" ; - prebro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - prebro_ja_vane_N = mkN071 "" ; - prebulvam_V = actionV (mkV186 "") (mkV173 "") ; - prebulvane_N = mkN071 "" ; - prebydvam_V = actionV (mkV186 "") (mkV143 "") ; - prebydvane_N = mkN071 "" ; - prebyrkane_N = mkN071 "" ; - prebyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - prebyrkvane_N = mkN071 "" ; - prebyr_sh_a_V = stateV (mkV159 "") ; - preb_ja_gane_N = mkN071 "" ; - preb_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - preb_ja_gvane_N = mkN071 "" ; - preb_ja_l_A = mkA081 "" ; - prevad_ja__V = stateV (mkV173 "") ; - prevad_ja_ne_N = mkN071 "" ; - preva_zj_dam_V = stateV (mkV186 "") ; - preva_zj_dane_N = mkN071 "" ; - preval_N = mkN007 "" ; - preval_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preval_ja_vane_N = mkN071 "" ; - preval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - preval_ja_ne_N = mkN071 "" ; - prevantiven_A = mkA079 "" ; - prevantorium_N = mkN007 "" ; - prevara_N = mkN041 "" ; - prevarvam_V = actionV (mkV186 "") (mkV174 "") ; - prevarvane_N = mkN071 "" ; - prevar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prevar_ja_vane_N = mkN071 "" ; - prevar_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - prevar_ja_ne_N = mkN071 "" ; - preveden_A = mkA076 "" ; - preve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - preve_zj_dane_N = mkN071 "" ; - preves_N = mkN007 "" ; - preve_ja__V = stateV (mkV164 "") ; - prevzemaem_A = mkA076 "" ; - prevzemam_V = actionV (mkV186 "") (mkV171 "") ; - prevzemane_N = mkN071 "" ; - prevzemka_N = mkN041 "" ; - prevzet_A = mkA076 "" ; - prevzetost_N = mkN049 "" ; - prevzimane_N = mkN071 "" ; - previvaem_A = mkA076 "" ; - previvam_V = actionV (mkV186 "") (mkV163 "") ; - previvane_N = mkN071 "" ; - previ_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - previ_sh_avane_N = mkN071 "" ; - previ_sh_enie_N = mkN072 "" ; - prevkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prevkl_iu__ch_vane_N = mkN071 "" ; - prevkl_iu__ch_vatel_N = mkN031 "" ; - prevod_N = mkN007 "" ; - prevoda_ch__N = mkN007b "" ; - prevoda_ch_eski_A = mkA078 "" ; - prevoda_ch_ka_N = mkN041 "" ; - prevoden_A = mkA079 "" ; - prevodim_A = mkA076 "" ; - prevoz_N = mkN007 "" ; - prevozvam_V = actionV (mkV186 "") (mkV173 "") ; - prevozvane_N = mkN071 "" ; - prevozva_ch__N = mkN007b "" ; - prevozen_A = mkA079 "" ; - prevra_V = stateV (mkV150a "") ; - prevrat_N = mkN007 "" ; - prevratad_zj_i_ja__N = mkN039 "" ; - prevraten_A = mkA079 "" ; - prevratnost_N = mkN049 "" ; - prevryzka_N = mkN041 "" ; - prevry_sht_am_V = actionV (mkV186 "") (mkV186 "") ; - prevry_sht_ane_N = mkN071 "" ; - prevr_ja__V = stateV (mkV177 "") ; - prevyzbuda_N = mkN041 "" ; - prevyzdigam_V = actionV (mkV186 "") (mkV186 "") ; - prevyzdigane_N = mkN071 "" ; - prevyzmogvam_V = actionV (mkV186 "") (mkV152 "") ; - prevyzmogvane_N = mkN071 "" ; - prevyznas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - prevyznas_ja_ne_N = mkN071 "" ; - prevyzpitavam_V = actionV (mkV186 "") (mkV186 "") ; - prevyzpitavane_N = mkN071 "" ; - prevyzpitane_N = mkN071 "" ; - prevyzpitanie_N = mkN072 "" ; - prevyzpitatelen_A = mkA079 "" ; - prevyzhoden_A = mkA079 "" ; - prevyzhoditelstvo_N = mkN054 "" ; - prevyzhodstvo_N = mkN054 "" ; - prevyzho_zj_dam_V = stateV (mkV186 "") ; - prevyzho_zj_dane_N = mkN071 "" ; - prevyory_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - prevyory_zj_avane_N = mkN071 "" ; - prevyplyt_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prevyplyt_ja_vane_N = mkN071 "" ; - prevyply_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - prevyply_sht_avane_N = mkN071 "" ; - prevyply_sht_enie_N = mkN072 "" ; - prevyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - prevyrzvane_N = mkN071 "" ; - prevyrzo_ch_en_A = mkA079 "" ; - prevyrtam_V = actionV (mkV186 "") (mkV177 "") ; - prevyrtane_N = mkN071 "" ; - prevyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prevyrt_ja_vane_N = mkN071 "" ; - pregazvam_V = actionV (mkV186 "") (mkV173 "") ; - pregazvane_N = mkN071 "" ; - pregar_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - pregar_ja_ne_N = mkN071 "" ; - pregladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pregladn_ja_vane_N = mkN071 "" ; - pregla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - pregla_zj_dane_N = mkN071 "" ; - preglas_N = mkN007 "" ; - preglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preglas_ja_vane_N = mkN071 "" ; - preglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - preglas_ja_ne_N = mkN071 "" ; - pregled_N = mkN007 "" ; - pregledane_N = mkN071 "" ; - pregleden_A = mkA079 "" ; - preglednost_N = mkN049 "" ; - pregle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - pregle_zj_dane_N = mkN071 "" ; - preglytvam_V = actionV (mkV186 "") (mkV152 "") ; - pregly_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - pregly_sht_ane_N = mkN071 "" ; - pregovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pregovar_ja_ne_N = mkN071 "" ; - pregovor_N = mkN007 "" ; - pregovoren_A = mkA079 "" ; - pregol_ja_m_A = mkA081 "" ; - pregor_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - pregor_ja_vane_N = mkN071 "" ; - pregrab_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - pregrab_ch_vane_N = mkN071 "" ; - pregrada_N = mkN041 "" ; - pregraden_A = mkA079 "" ; - pregradka_N = mkN041 "" ; - pregra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - pregra_zj_dane_N = mkN071 "" ; - pregrakvam_V = actionV (mkV186 "") (mkV152 "") ; - pregrakvane_N = mkN071 "" ; - pregraknalost_N = mkN049 "" ; - pregre_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - pregre_sh_avane_N = mkN071 "" ; - pregre_sh_enie_N = mkN072 "" ; - pregrizvam_V = actionV (mkV186 "") (mkV151 "") ; - pregrizvane_N = mkN071 "" ; - pregrupiram_V = stateV (mkV186 "") ; - pregrupirane_N = mkN071 "" ; - pregrydka_N = mkN041 "" ; - pregry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - pregry_sht_ane_N = mkN071 "" ; - pregr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pregr_ja_vane_N = mkN071 "" ; - pregyvam_V = actionV (mkV186 "") (mkV152 "") ; - pregyvane_N = mkN071 "" ; - pregyvka_N = mkN041 "" ; - pregynatost_N = mkN049 "" ; - pregynka_N = mkN041 "" ; - pregyrbvam_V = actionV (mkV186 "") (mkV173 "") ; - pregyrbvane_N = mkN071 "" ; - pregyrbenost_N = mkN049 "" ; - pregyrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pregyrb_ja_ne_N = mkN071 "" ; - preda_V = stateV (mkV145 "") ; - predavaem_A = mkA076 "" ; - predavam_V = actionV (mkV186 "") (mkV168 "") ; - predavane_N = mkN071 "" ; - predavatel_N = mkN031 "" ; - predavatelen_A = mkA079 "" ; - predavka_N = mkN041 "" ; - predan_A = mkA076 "" ; - predanie_N = mkN072 "" ; - predanost_N = mkN049 "" ; - predatel_N = mkN031a "" ; - predatelka_N = mkN041 "" ; - predatelski_A = mkA078 "" ; - predatelstvam_V = stateV (mkV186 "") ; - predatelstvane_N = mkN071 "" ; - predatelstvo_N = mkN054 "" ; - predatelstvuvam_V = stateV (mkV186 "") ; - predatelstvuvane_N = mkN071 "" ; - preda_ch__N = mkN007b "" ; - preda_ch_en_A = mkA079 "" ; - preda_ch_ka_N = mkN041 "" ; - preda_ch_nica_N = mkN041 "" ; - predbalkanski_A = mkA078 "" ; - predbra_ch_en_A = mkA079 "" ; - predvakancionen_A = mkA079 "" ; - predvarvam_V = actionV (mkV186 "") (mkV173 "") ; - predvarvane_N = mkN071 "" ; - predvardvam_V = actionV (mkV186 "") (mkV173 "") ; - predvardvane_N = mkN071 "" ; - predvaritelen_A = mkA079 "" ; - predverie_N = mkN072 "" ; - predvestie_N = mkN072 "" ; - predvestitel_N = mkN031a "" ; - predvestnik_N = mkN014 "" ; - predvestnica_N = mkN041 "" ; - predvest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - predvest_ja_vane_N = mkN071 "" ; - predve_ch_en_A = mkA079 "" ; - predve_ch_eren_A = mkA079 "" ; - predve_ch_erie_N = mkN072 "" ; - predve_sht_avam_V = actionV (mkV186 "") (mkV161 "") ; - predve_sht_avane_N = mkN071 "" ; - predve_sht_anie_N = mkN072 "" ; - predve_sht_atel_N = mkN031a "" ; - predvzet_A = mkA076 "" ; - predvzetost_N = mkN049 "" ; - predviden_A = mkA076 "" ; - predvidim_A = mkA076 "" ; - predvidimost_N = mkN049 "" ; - predvidliv_A = mkA076 "" ; - predvidlivost_N = mkN049 "" ; - predvid_ja__V = stateV (mkV174 "") ; - predvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - predvi_zj_vane_N = mkN071 "" ; - predvi_zj_dam_V = actionV (mkV186 "") (mkV176 "") ; - predvi_zj_dane_N = mkN071 "" ; - predvkusvam_V = actionV (mkV186 "") (mkV173 "") ; - predvkusvane_N = mkN071 "" ; - predvoditel_N = mkN031a "" ; - predvoditelka_N = mkN041 "" ; - predvoditelstvam_V = stateV (mkV186 "") ; - predvoditelstvane_N = mkN071 "" ; - predvoditelstvo_N = mkN054 "" ; - predvoditelstvuvam_V = stateV (mkV186 "") ; - predvoditelstvuvane_N = mkN071 "" ; - predvoenen_A = mkA079 "" ; - predvo_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - predvo_zj_dane_N = mkN071 "" ; - predgovor_N = mkN007 "" ; - predgradie_N = mkN072 "" ; - predel_N = mkN007 "" ; - predelen_A = mkA079 "" ; - predelnost_N = mkN049 "" ; - preden_A = mkA079 "" ; - predefiniram_V = stateV (mkV186 "") ; - predefiniran_A = mkA076 "" ; - predefinirane_N = mkN071 "" ; - predznamenovanie_N = mkN072 "" ; - predznamenovatelen_A = mkA079 "" ; - predznamenuvam_V = stateV (mkV186 "") ; - predivremenen_A = mkA079 "" ; - predidu_sht__A = mkA076 "" ; - predizboren_A = mkA079 "" ; - predizvestie_N = mkN072 "" ; - predizvestitel_N = mkN031a "" ; - predizvest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - predizvest_ja_vane_N = mkN071 "" ; - predizvikane_N = mkN071 "" ; - predizvikatel_N = mkN031a "" ; - predizvikatelen_A = mkA079 "" ; - predizvikatelnost_N = mkN049 "" ; - predizvikatelstvo_N = mkN054 "" ; - predizvikvam_V = actionV (mkV186 "") (mkV186 "") ; - predizvikvane_N = mkN071 "" ; - predikat_N = mkN007 "" ; - predikativen_A = mkA079 "" ; - predikativnost_N = mkN049 "" ; - predimstvo_N = mkN054 "" ; - predinfarkten_A = mkA079 "" ; - prediskretiziram_V = stateV (mkV186 "") ; - prediskretizirane_N = mkN071 "" ; - predisloven_A = mkA079 "" ; - predislovie_N = mkN072 "" ; - predistori_ch_en_A = mkA079 "" ; - predistori_ch_eski_A = mkA078 "" ; - predistori_ja__N = mkN047 "" ; - predi_sh_en_A = mkA079 "" ; - predkazarmen_A = mkA076 "" ; - predklas_N = mkN001 "" ; - predklasika_N = mkN041 "" ; - predkoleden_A = mkA079 "" ; - predkrilka_N = mkN041 "" ; - predlagam_V = actionV (mkV186 "") (mkV176 "") ; - predlagane_N = mkN071 "" ; - predlog_N = mkN015 "" ; - predlo_zj_en_A = mkA079 "" ; - predlo_zj_enie_N = mkN072 "" ; - predmajski_A = mkA078 "" ; - predmet_N = mkN007 "" ; - predmeten_A = mkA079 "" ; - predmetnost_N = mkN049 "" ; - predmostie_N = mkN072 "" ; - predmostov_A = mkA076 "" ; - prednazna_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - prednazna_ch_avane_N = mkN071 "" ; - prednazna_ch_en_A = mkA076 "" ; - prednazna_ch_enie_N = mkN072 "" ; - prednazna_ch_enost_N = mkN049 "" ; - prednameren_A = mkA076 "" ; - prednamerenost_N = mkN049 "" ; - predna_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - predna_ch_ertavane_N = mkN071 "" ; - predna_ch_ertanie_N = mkN072 "" ; - prednik_N = mkN014 "" ; - prednina_N = mkN041 "" ; - prednica_N = mkN041 "" ; - predobed_N = mkN007 "" ; - predobeden_A = mkA079 "" ; - predovolen_A = mkA079 "" ; - predoktomvrijski_A = mkA078 "" ; - predoperativen_A = mkA079 "" ; - predopredelen_A = mkA076 "" ; - predopredelenie_N = mkN072 "" ; - predopredelenost_N = mkN049 "" ; - predopredel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - predopredel_ja_ne_N = mkN071 "" ; - predosvoboditelen_A = mkA079 "" ; - predostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - predostav_ja_ne_N = mkN071 "" ; - predostaty_ch_en_A = mkA079 "" ; - predotvratim_A = mkA076 "" ; - predotvratitelen_A = mkA079 "" ; - predotvrat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - predotvrat_ja_vane_N = mkN071 "" ; - predohranitelen_A = mkA079 "" ; - predohran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - predohran_ja_vane_N = mkN071 "" ; - predpazvam_V = actionV (mkV186 "") (mkV173 "") ; - predpazvane_N = mkN071 "" ; - predpazen_A = mkA079 "" ; - predpazitel_N = mkN031a "" ; - predpazitelen_A = mkA079 "" ; - predpazliv_A = mkA076 "" ; - predpazlivost_N = mkN049 "" ; - predpe_ch_aten_A = mkA079 "" ; - predpisanie_N = mkN072 "" ; - predpisvam_V = actionV (mkV186 "") (mkV159 "") ; - predpisvane_N = mkN071 "" ; - predplanina_N = mkN041 "" ; - predplaninski_A = mkA078 "" ; - predplata_N = mkN041 "" ; - predpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - predpla_sht_ane_N = mkN071 "" ; - predpolagaem_A = mkA076 "" ; - predpolagam_V = actionV (mkV186 "") (mkV176 "") ; - predpolagane_N = mkN071 "" ; - predpolo_zj_enie_N = mkN072 "" ; - predposleden_A = mkA079 "" ; - predpostavka_N = mkN041 "" ; - predpotopen_A = mkA079 "" ; - predpo_ch_itaem_A = mkA076 "" ; - predpo_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - predpo_ch_itan_A = mkA076 "" ; - predpo_ch_itane_N = mkN071 "" ; - predpo_ch_itanie_N = mkN072 "" ; - predpo_ch_itatelen_A = mkA079 "" ; - predprazni_ch_en_A = mkA079 "" ; - predpredposleden_A = mkA079 "" ; - predpremieren_A = mkA079 "" ; - predpriemam_V = actionV (mkV186 "") (mkV171 "") ; - predpriemane_N = mkN071 "" ; - predpriema_ch__N = mkN007b "" ; - predpriem_ch_iv_A = mkA076 "" ; - predpriem_ch_ivost_N = mkN049 "" ; - predpri_ja_tie_N = mkN072 "" ; - predproleten_A = mkA079 "" ; - predrazpolagam_V = actionV (mkV186 "") (mkV176 "") ; - predrazpolagane_N = mkN071 "" ; - predrazpolo_zj_enie_N = mkN072 "" ; - predrazpolo_zj_enost_N = mkN049 "" ; - predrazsydyk_N = mkN014 "" ; - predrazsydy_ch_en_A = mkA079 "" ; - predrevol_iu_cionen_A = mkA079 "" ; - predremvam_V = actionV (mkV186 "") (mkV154 "") ; - predremvane_N = mkN071 "" ; - predre_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - predre_sh_avane_N = mkN071 "" ; - predre_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - predre_sh_vane_N = mkN071 "" ; - predre_sh_enie_N = mkN072 "" ; - predri_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - predri_ch_ane_N = mkN071 "" ; - predr_ja_mvam_V = actionV (mkV186 "") (mkV154 "") ; - predr_ja_mvane_N = mkN071 "" ; - predsedatel_N = mkN031a "" ; - predsedatelka_N = mkN041 "" ; - predsedatelski_A = mkA078 "" ; - predsedatelstvam_V = stateV (mkV186 "") ; - predsedatelstvo_N = mkN054 "" ; - predsedatelstvuvam_V = stateV (mkV186 "") ; - predsedatelstvuvane_N = mkN071 "" ; - predseitben_A = mkA076 "" ; - predskazanie_N = mkN072 "" ; - predskazatel_N = mkN031a "" ; - predskazatelka_N = mkN041 "" ; - predskazvam_V = actionV (mkV186 "") (mkV156 "") ; - predskazvane_N = mkN071 "" ; - predskazvatel_N = mkN031a "" ; - predskazva_ch__N = mkN007 "" ; - predskazuem_A = mkA076 "" ; - predsmyrten_A = mkA079 "" ; - predsro_ch_en_A = mkA079 "" ; - predstava_N = mkN041 "" ; - predstavitel_N = mkN031a "" ; - predstavitelen_A = mkA079 "" ; - predstavitelka_N = mkN041 "" ; - predstavitelnost_N = mkN049 "" ; - predstavitelstvo_N = mkN054 "" ; - predstavka_N = mkN041 "" ; - predstavlenie_N = mkN072 "" ; - predstavl_ja_vam_V = stateV (mkV186 "") ; - predstavl_ja_vane_N = mkN071 "" ; - predstav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - predstav_ja_ne_N = mkN071 "" ; - predstartov_A = mkA076 "" ; - predsto_ja__V = stateV (mkV180 "") ; - predsto_ja__sht__A = mkA076 "" ; - predsyrdie_N = mkN072 "" ; - predte_ch_a_N = mkN041 "" ; - predubeden_A = mkA076 "" ; - predubedenost_N = mkN049 "" ; - predube_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - predube_zj_denie_N = mkN072 "" ; - predugadliv_A = mkA076 "" ; - preduga_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - preduga_zj_dane_N = mkN071 "" ; - predumane_N = mkN071 "" ; - predumvam_V = actionV (mkV186 "") (mkV186 "") ; - predumvane_N = mkN071 "" ; - predumisyl_N = mkN051 "" ; - predumi_sh_len_A = mkA076 "" ; - predumi_sh_lenost_N = mkN049 "" ; - predumka_N = mkN041 "" ; - predupreditelen_A = mkA079 "" ; - predupre_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - predupre_zj_davane_N = mkN071 "" ; - predupre_zj_denie_N = mkN072 "" ; - preduset_N = mkN007 "" ; - predusetliv_A = mkA076 "" ; - predusetlivost_N = mkN049 "" ; - preduse_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - preduse_sht_ane_N = mkN071 "" ; - preduslovie_N = mkN072 "" ; - predutrin_N = mkN049 "" ; - predutrinen_A = mkA079 "" ; - predu_ch_ili_sht_en_A = mkA079 "" ; - predhoden_A = mkA079 "" ; - predhodnik_N = mkN014 "" ; - predho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - predho_zj_dane_N = mkN071 "" ; - predci_N = mkN075 "" ; - pred_ch_uvstvie_N = mkN072 "" ; - pred_ch_uvstvuvam_V = stateV (mkV186 "") ; - pred_ch_uvstvuvane_N = mkN071 "" ; - pred_sh_estvam_V = stateV (mkV186 "") ; - pred_sh_estvan_A = mkA076 "" ; - pred_sh_estvane_N = mkN071 "" ; - pred_sh_estvenik_N = mkN014 "" ; - pred_sh_estvenica_N = mkN041 "" ; - pred_sh_estvuvam_V = stateV (mkV186 "") ; - pred_sh_estvuvane_N = mkN071 "" ; - pred_sh_estvuva_sht__A = mkA076 "" ; - predyvkvam_V = actionV (mkV186 "") (mkV155 "") ; - predyvkvane_N = mkN071 "" ; - pred_ja_vitel_N = mkN031a "" ; - pred_ja_vitelka_N = mkN041 "" ; - pred_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pred_ja_v_ja_vane_N = mkN071 "" ; - pred_ja_stie_N = mkN072 "" ; - preeksponiram_V = stateV (mkV186 "") ; - preeksponirane_N = mkN071 "" ; - pre_zj_adn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pre_zj_adn_ja_vane_N = mkN071 "" ; - pre_zj_alvam_V = actionV (mkV186 "") (mkV173 "") ; - pre_zj_alvane_N = mkN071 "" ; - pre_zj_da_N = mkN041 "" ; - pre_zj_devremenen_A = mkA079 "" ; - pre_zj_devremennost_N = mkN049 "" ; - pre_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - pre_zj_envane_N = mkN071 "" ; - pre_zj_ivelica_N = mkN041 "" ; - pre_zj_iven_A = mkA079 "" ; - pre_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pre_zj_iv_ja_vane_N = mkN071 "" ; - pre_zj_iv_ja_m_V = stateV (mkV187 "") ; - pre_zj_iv_ja_ne_N = mkN071 "" ; - pre_zj_ilvane_N = mkN071 "" ; - pre_zj_il_ja__V = stateV (mkV173 "") ; - pre_zj_il_ja_ne_N = mkN071 "" ; - pre_zj_ulvam_V = actionV (mkV186 "") (mkV173 "") ; - pre_zj_ulvane_N = mkN071 "" ; - pre_zj_ul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pre_zj_ul_ja_ne_N = mkN071 "" ; - pre_zj_ur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pre_zj_ur_ja_ne_N = mkN071 "" ; - pre_zj_ydn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pre_zj_ydn_ja_vane_N = mkN071 "" ; - pre_zj_ylt_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pre_zj_ylt_ja_vane_N = mkN071 "" ; - prezaanga_zj_iranost_N = mkN049 "" ; - prezaver_ja__V = stateV (mkV174 "") ; - prezapas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prezapas_ja_vane_N = mkN071 "" ; - prezapis_N = mkN007 "" ; - prezapisvam_V = actionV (mkV186 "") (mkV159 "") ; - prezapisvane_N = mkN071 "" ; - prezareden_A = mkA076 "" ; - prezare_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prezare_zj_dane_N = mkN071 "" ; - prezastrahovam_V = stateV (mkV186 "") ; - prezastrahovane_N = mkN071 "" ; - prezastrahovka_N = mkN041 "" ; - prezbalkanski_A = mkA078 "" ; - prezviter_N = mkN007 "" ; - prezviterianec_N = mkN008a "" ; - prezviterianski_A = mkA078 "" ; - prezviterski_A = mkA078 "" ; - prezentaci_ja__N = mkN047 "" ; - prezervativ_N = mkN007 "" ; - prezident_N = mkN007 "" ; - prezidentski_A = mkA078 "" ; - prezidentstvo_N = mkN054 "" ; - prezident_sh_a_N = mkN041 "" ; - prezidium_N = mkN007 "" ; - prezime_N = mkN069 "" ; - prezimuvam_V = stateV (mkV186 "") ; - prezimuvane_N = mkN071 "" ; - preziram_V = actionV (mkV186 "") (mkV150 "") ; - prezirane_N = mkN071 "" ; - prezmorski_A = mkA078 "" ; - prezmostov_A = mkA076 "" ; - prezob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prezob_ja_vane_N = mkN071 "" ; - prezokeanski_A = mkA078 "" ; - prezpoloven_A = mkA076 "" ; - prezpolov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prezpolov_ja_vane_N = mkN071 "" ; - prezramenen_A = mkA079 "" ; - prezramka_N = mkN041 "" ; - prezram_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prezram_ch_vane_N = mkN071 "" ; - prezredov_A = mkA076 "" ; - prezrenie_N = mkN072 "" ; - prezritelen_A = mkA079 "" ; - prezritelnost_N = mkN049 "" ; - prezr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - prezr_ja_vane_N = mkN071 "" ; - prezr_ja_n_A = mkA081 "" ; - prezumiram_V = stateV (mkV186 "") ; - prezumirane_N = mkN071 "" ; - prezumpci_ja__N = mkN047 "" ; - prez_iu_mci_ja__N = mkN047 "" ; - preigravam_V = actionV (mkV186 "") (mkV161 "") ; - preigravane_N = mkN071 "" ; - preizbiraem_A = mkA076 "" ; - preizbiraemost_N = mkN049 "" ; - preizbiram_V = actionV (mkV186 "") (mkV170 "") ; - preizbirane_N = mkN071 "" ; - preizgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - preizgra_zj_dane_N = mkN071 "" ; - preizdavam_V = actionV (mkV186 "") (mkV168 "") ; - preizdavane_N = mkN071 "" ; - preizdanie_N = mkN072 "" ; - preizkazvam_V = actionV (mkV186 "") (mkV156 "") ; - preizkazvane_N = mkN071 "" ; - preizkazen_A = mkA079 "" ; - preizobilen_A = mkA079 "" ; - preizobilie_N = mkN072 "" ; - preizpoden_A = mkA079 "" ; - preizpodn_ja__N = mkN047 "" ; - preizpylvam_V = actionV (mkV186 "") (mkV173 "") ; - preizpylvane_N = mkN071 "" ; - preizpylnenie_N = mkN072 "" ; - preizpyln_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - preizpyln_ja_vane_N = mkN071 "" ; - preizpyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - preizpyln_ja_ne_N = mkN071 "" ; - preiz_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preiz_ch_isl_ja_vane_N = mkN071 "" ; - preimenuvam_V = stateV (mkV186 "") ; - preimenuvan_A = mkA076 "" ; - preimenuvane_N = mkN071 "" ; - preimu_sht_estven_A = mkA076 "" ; - preimu_sht_estvo_N = mkN054 "" ; - preina_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - preina_ch_avane_N = mkN071 "" ; - preindeksiran_A = mkA076 "" ; - preindeksirane_N = mkN071 "" ; - preinstaliram_V = stateV (mkV186 "") ; - preinstalirane_N = mkN071 "" ; - prekad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prekad_ja_vane_N = mkN071 "" ; - prekalen_A = mkA076 "" ; - prekalenost_N = mkN049 "" ; - prekal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prekal_ja_vane_N = mkN071 "" ; - prekarane_N = mkN071 "" ; - prekarvam_V = actionV (mkV186 "") (mkV186 "") ; - prekarvane_N = mkN071 "" ; - prekatervam_V = actionV (mkV186 "") (mkV173 "") ; - prekatervane_N = mkN071 "" ; - prekaturvam_V = actionV (mkV186 "") (mkV173 "") ; - prekaturvane_N = mkN071 "" ; - prekatur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prekatur_ja_ne_N = mkN071 "" ; - preka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - preka_ch_vane_N = mkN071 "" ; - prekvalifikaci_ja__N = mkN047 "" ; - prekvalificiram_V = stateV (mkV186 "") ; - prekvalificirane_N = mkN071 "" ; - prekip_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prekip_ja_vane_N = mkN071 "" ; - prekis_N = mkN007 "" ; - prekisel_A = mkA076 "" ; - prekisel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prekisel_ja_vane_N = mkN071 "" ; - preklada_V = stateV (mkV145 "") ; - preklan_ja_m_V = stateV (mkV187 "") ; - preklan_ja_ne_N = mkN071 "" ; - preklasiram_V = stateV (mkV186 "") ; - preklasirane_N = mkN071 "" ; - preklonen_A = mkA079 "" ; - preklonenie_N = mkN072 "" ; - preklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preklon_ja_vane_N = mkN071 "" ; - prekodiram_V = stateV (mkV186 "") ; - prekodirane_N = mkN071 "" ; - prekomeren_A = mkA079 "" ; - prekomernost_N = mkN049 "" ; - prekompiliram_V = stateV (mkV186 "") ; - prekompilirane_N = mkN071 "" ; - prekopavam_V = actionV (mkV186 "") (mkV161 "") ; - prekopavane_N = mkN071 "" ; - prekopiram_V = stateV (mkV186 "") ; - prekopirane_N = mkN071 "" ; - prekopirvam_V = stateV (mkV186 "") ; - prekopirvane_N = mkN071 "" ; - prekosvane_N = mkN071 "" ; - prekosloven_A = mkA079 "" ; - prekoslovie_N = mkN072 "" ; - prekos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prekos_ja_vane_N = mkN071 "" ; - prekrasen_A = mkA079 "" ; - prekrat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prekrat_ja_vane_N = mkN071 "" ; - prekra_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prekra_ch_vane_N = mkN071 "" ; - prekra_sht_enie_N = mkN072 "" ; - prekro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - prekro_ja_vane_N = mkN071 "" ; - prekrystvam_V = actionV (mkV186 "") (mkV173 "") ; - prekrystvane_N = mkN071 "" ; - prekrystosan_A = mkA076 "" ; - prekryst_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prekry_sht_avam_V = actionV (mkV186 "") (mkV173 "") ; - prekry_sht_avane_N = mkN071 "" ; - prekupvam_V = actionV (mkV186 "") (mkV173 "") ; - prekupvane_N = mkN071 "" ; - prekupva_ch__N = mkN007 "" ; - prekupva_ch_ka_N = mkN041 "" ; - prekylcvam_V = stateV (mkV186 "") ; - prekylcvane_N = mkN071 "" ; - prekyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - prekyr_sh_vane_N = mkN071 "" ; - prekysvaem_A = mkA076 "" ; - prekysvam_V = actionV (mkV186 "") (mkV152 "") ; - prekysvan_A = mkA076 "" ; - prekysvane_N = mkN071 "" ; - prekysva_ch__N = mkN007 "" ; - prelat_N = mkN007 "" ; - prelez_N = mkN007 "" ; - prelest_N = mkN049 "" ; - prelesten_A = mkA079 "" ; - prelet_N = mkN007 "" ; - preleten_A = mkA079 "" ; - prelet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prelet_ja_vane_N = mkN071 "" ; - prelivam_V = actionV (mkV186 "") (mkV164 "") ; - prelivane_N = mkN071 "" ; - preliven_A = mkA079 "" ; - prelivnik_N = mkN014 "" ; - preliminaren_A = mkA079 "" ; - prelistvam_V = actionV (mkV186 "") (mkV173 "") ; - prelistvane_N = mkN071 "" ; - prelist_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prelitam_V = actionV (mkV186 "") (mkV152 "") ; - prelitane_N = mkN071 "" ; - prelitvam_V = actionV (mkV186 "") (mkV152 "") ; - prelitvane_N = mkN071 "" ; - prelog_N = mkN015 "" ; - prelom_N = mkN007 "" ; - prelomen_A = mkA079 "" ; - prelom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prelom_ja_vane_N = mkN071 "" ; - prelygvam_V = actionV (mkV186 "") (mkV158 "") ; - prelygvane_N = mkN071 "" ; - prelystitel_N = mkN031a "" ; - prelystitelen_A = mkA079 "" ; - prelystitelka_N = mkN041 "" ; - prelyst_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prelyst_ja_vane_N = mkN071 "" ; - prely_sht_enie_N = mkN072 "" ; - prel_iu_bodeen_A = mkA085 "" ; - prel_iu_bodeec_N = mkN013 "" ; - prel_iu_bodejka_N = mkN041 "" ; - prel_iu_bodejstvam_V = stateV (mkV186 "") ; - prel_iu_bodejstvane_N = mkN071 "" ; - prel_iu_bodejstvie_N = mkN072 "" ; - prel_iu_bodejstvo_N = mkN054 "" ; - prel_iu_bodejstvuvam_V = stateV (mkV186 "") ; - prel_iu_bodejstvuvane_N = mkN071 "" ; - prel_iu_bode_ja_nie_N = mkN072 "" ; - prel_iu_di_ja__N = mkN047 "" ; - prel_iu_t_A = mkA076 "" ; - prema_zj_a_V = stateV (mkV156 "") ; - premazvam_V = actionV (mkV186 "") (mkV152 "") ; - premazvane_N = mkN071 "" ; - premala_N = mkN041 "" ; - premal_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - premal_ja_vane_N = mkN071 "" ; - premal_ja_lost_N = mkN049 "" ; - premahvam_V = actionV (mkV186 "") (mkV152 "") ; - premahvane_N = mkN071 "" ; - prema_ch_kane_N = mkN071 "" ; - prema_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - prema_ch_kvane_N = mkN071 "" ; - preme_zj_die_N = mkN072 "" ; - premelvam_V = actionV (mkV186 "") (mkV184 "") ; - premelvane_N = mkN071 "" ; - premen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - premen_ja_vane_N = mkN071 "" ; - premen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - premen_ja_ne_N = mkN071 "" ; - premervam_V = actionV (mkV186 "") (mkV173 "") ; - premervane_N = mkN071 "" ; - premesvam_V = actionV (mkV186 "") (mkV173 "") ; - premesvane_N = mkN071 "" ; - premestvam_V = actionV (mkV186 "") (mkV173 "") ; - premestvane_N = mkN071 "" ; - premest_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - premest_ja_ne_N = mkN071 "" ; - premet_N = mkN007 "" ; - premialen_A = mkA079 "" ; - premigam_V = actionV (mkV186 "") (mkV152 "") ; - premigane_N = mkN071 "" ; - premigvam_V = actionV (mkV186 "") (mkV152 "") ; - premigvane_N = mkN071 "" ; - premien_A = mkA085 "" ; - premier_N = mkN007 "" ; - premiera_N = mkN041 "" ; - premieren_A = mkA079 "" ; - premi_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - premi_zj_avane_N = mkN071 "" ; - premilam_V = actionV (mkV186 "") (mkV184 "") ; - preminavam_V = actionV (mkV186 "") (mkV152 "") ; - preminavane_N = mkN071 "" ; - premiram_V = actionV (mkV186 "") (mkV150 "") ; - premirane_N = mkN071 "" ; - premisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - premisl_ja_ne_N = mkN071 "" ; - premitam_V = actionV (mkV186 "") (mkV145 "") ; - premitane_N = mkN071 "" ; - premi_ja__V = stateV (mkV163 "") ; - preml_ja_sna_V = stateV (mkV152 "") ; - premre_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - premre_zj_vane_N = mkN071 "" ; - premryzvam_V = actionV (mkV186 "") (mkV152 "") ; - premryzvane_N = mkN071 "" ; - premydrost_N = mkN049 "" ; - premydyr_A = mkA080 "" ; - premyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - premyl_ch_avane_N = mkN071 "" ; - premyl_ch_an_A = mkA076 "" ; - prem_ja_na_N = mkN043 "" ; - prem_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - prem_ja_tane_N = mkN071 "" ; - prenavivam_V = actionV (mkV186 "") (mkV163 "") ; - prenavivane_N = mkN071 "" ; - prenaglasa_N = mkN041 "" ; - prenaglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prenaglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - prenaglas_ja_ne_N = mkN071 "" ; - prenaemam_V = actionV (mkV186 "") (mkV171 "") ; - prenaemane_N = mkN071 "" ; - prenaematel_N = mkN031a "" ; - prenaematelka_N = mkN041 "" ; - prenazna_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - prenazna_ch_avane_N = mkN071 "" ; - prenazna_ch_enie_N = mkN072 "" ; - prenapisvam_V = actionV (mkV186 "") (mkV159 "") ; - prenapisvane_N = mkN071 "" ; - prenapre_zj_enie_N = mkN072 "" ; - prenareden_A = mkA076 "" ; - prenare_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prenare_zj_dane_N = mkN071 "" ; - prenaselvam_V = actionV (mkV186 "") (mkV173 "") ; - prenaselvane_N = mkN071 "" ; - prenaselenost_N = mkN049 "" ; - prenasitenost_N = mkN049 "" ; - prenasi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - prenaso_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prenaso_ch_vane_N = mkN071 "" ; - prenaso_ch_en_A = mkA076 "" ; - prenas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - prenas_ja_ne_N = mkN071 "" ; - prenategnat_A = mkA076 "" ; - prenatovarvam_V = actionV (mkV186 "") (mkV173 "") ; - prenatovaren_A = mkA076 "" ; - prenebregvam_V = actionV (mkV186 "") (mkV152 "") ; - prenebregvane_N = mkN071 "" ; - prenebre_zj_enie_N = mkN072 "" ; - prenebre_zj_itelen_A = mkA079 "" ; - prenebre_zj_itelnost_N = mkN049 "" ; - prenie_N = mkN072 "" ; - prenomeriram_V = stateV (mkV186 "") ; - prenomerirane_N = mkN071 "" ; - prenos_N = mkN007 "" ; - prenosva_ch__N = mkN007b "" ; - prenosen_A = mkA079 "" ; - prenosim_A = mkA076 "" ; - preno_sht_uvam_V = stateV (mkV186 "") ; - preno_sht_uvane_N = mkN071 "" ; - preobladavam_V = stateV (mkV186 "") ; - preobladavane_N = mkN071 "" ; - preobladava_sht__A = mkA076 "" ; - preobli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - preobli_ch_ane_N = mkN071 "" ; - preobra_zj_enie_N = mkN072 "" ; - preobrazitelen_A = mkA079 "" ; - preobrazovanie_N = mkN072 "" ; - preobrazovatel_N = mkN031 "" ; - preobrazovatelen_A = mkA079 "" ; - preobrazuvam_V = stateV (mkV186 "") ; - preobrazuvane_N = mkN071 "" ; - preobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preobraz_ja_vane_N = mkN071 "" ; - preobry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - preobry_sht_ane_N = mkN071 "" ; - preobuvam_V = actionV (mkV186 "") (mkV163 "") ; - preobuvane_N = mkN071 "" ; - preodolim_A = mkA076 "" ; - preodol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - preodol_ja_vane_N = mkN071 "" ; - preoravam_V = actionV (mkV186 "") (mkV151 "") ; - preoravane_N = mkN071 "" ; - preorientiram_V = stateV (mkV186 "") ; - preorientirane_N = mkN071 "" ; - preosve_sht_en_A = mkA076 "" ; - preosve_sht_enstvo_N = mkN054 "" ; - preosvidetelstvam_V = stateV (mkV186 "") ; - preosvidetelstvane_N = mkN071 "" ; - preosvidetelstvuvam_V = stateV (mkV186 "") ; - preosvidetelstvuvane_N = mkN071 "" ; - preosigur_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preosigur_ja_vane_N = mkN071 "" ; - preosmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - preosmisl_ja_ne_N = mkN071 "" ; - preotkri_ja__V = stateV (mkV163 "") ; - preotstypvam_V = actionV (mkV186 "") (mkV173 "") ; - preotstypvane_N = mkN071 "" ; - preotstyp_ja_ne_N = mkN071 "" ; - preohla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - preocvet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preocvet_ja_vane_N = mkN071 "" ; - preocenka_N = mkN041 "" ; - preocen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preocen_ja_vane_N = mkN071 "" ; - prepalvam_V = actionV (mkV186 "") (mkV173 "") ; - prepalvane_N = mkN071 "" ; - preparat_N = mkN007 "" ; - preparator_N = mkN007 "" ; - preparatorka_N = mkN041 "" ; - prepariram_V = stateV (mkV186 "") ; - preparirane_N = mkN071 "" ; - prepar_ja__V = stateV (mkV173 "") ; - prepasa_V = stateV (mkV145a "") ; - prepasvam_V = actionV (mkV186 "") (mkV159 "") ; - prepasvane_N = mkN071 "" ; - prepaska_N = mkN041 "" ; - prepen_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prepen_ja_ne_N = mkN071 "" ; - prepe_ch_atan_A = mkA076 "" ; - prepe_ch_atane_N = mkN071 "" ; - prepe_ch_atvam_V = actionV (mkV186 "") (mkV186 "") ; - prepe_ch_atvane_N = mkN071 "" ; - prepe_ch_atka_N = mkN041 "" ; - prepe_ch_at_ja__V = stateV (mkV173 "") ; - prepivam_V = actionV (mkV186 "") (mkV163 "") ; - prepivane_N = mkN071 "" ; - prepinatelen_A = mkA079 "" ; - prepipane_N = mkN071 "" ; - prepipvam_V = actionV (mkV186 "") (mkV186 "") ; - prepipvane_N = mkN071 "" ; - prepiram_V = actionV (mkV186 "") (mkV170 "") ; - prepirane_N = mkN071 "" ; - prepirn_ja__N = mkN047 "" ; - prepis_N = mkN007 "" ; - prepisvam_V = actionV (mkV186 "") (mkV159 "") ; - prepisvane_N = mkN071 "" ; - prepisva_ch__N = mkN007b "" ; - prepisva_ch_ka_N = mkN041 "" ; - prepiska_N = mkN041 "" ; - prepitavam_V = stateV (mkV186 "") ; - prepitavane_N = mkN071 "" ; - prepitanie_N = mkN072 "" ; - prepitvam_V = actionV (mkV186 "") (mkV186 "") ; - prepitvane_N = mkN071 "" ; - prepi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - prepi_ch_ane_N = mkN071 "" ; - preplavam_V = actionV (mkV186 "") (mkV173 "") ; - preplavane_N = mkN071 "" ; - preplav_ja__V = stateV (mkV173 "") ; - preplakvam_V = actionV (mkV186 "") (mkV152 "") ; - preplakvane_N = mkN071 "" ; - preplaniram_V = stateV (mkV186 "") ; - preplitam_V = actionV (mkV186 "") (mkV145 "") ; - preplitane_N = mkN071 "" ; - prepluvane_N = mkN071 "" ; - prepovivam_V = actionV (mkV186 "") (mkV163 "") ; - prepovivane_N = mkN071 "" ; - prepovtar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prepovtar_ja_ne_N = mkN071 "" ; - prepovtorenie_N = mkN072 "" ; - prepodavam_V = actionV (mkV186 "") (mkV168 "") ; - prepodavane_N = mkN071 "" ; - prepodavatel_N = mkN031a "" ; - prepodavatelka_N = mkN041 "" ; - prepodavatelski_A = mkA078 "" ; - prepodoben_A = mkA079 "" ; - prepodobie_N = mkN072 "" ; - prepodpisvam_V = actionV (mkV186 "") (mkV159 "") ; - prepodpisvane_N = mkN071 "" ; - prepokrivam_V = actionV (mkV186 "") (mkV163 "") ; - prepokrivane_N = mkN071 "" ; - prepokriva_sht__A = mkA076 "" ; - prepolov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prepolov_ja_vane_N = mkN071 "" ; - preporyka_N = mkN041 "" ; - prepory_ch_an_A = mkA076 "" ; - prepory_ch_ane_N = mkN071 "" ; - prepory_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - prepory_ch_vane_N = mkN071 "" ; - prepory_ch_itel_N = mkN031a "" ; - prepory_ch_itelen_A = mkA079 "" ; - prepory_ch_itelka_N = mkN041 "" ; - prepory_ch_itelnost_N = mkN049 "" ; - prepravka_N = mkN041 "" ; - preprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - preprav_ja_ne_N = mkN071 "" ; - preprazvam_V = actionV (mkV186 "") (mkV173 "") ; - preprazvane_N = mkN071 "" ; - prepratka_N = mkN041 "" ; - prepra_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - prepra_sht_ane_N = mkN071 "" ; - prepra_sht__ja__V = stateV (mkV177 "") ; - prepreda_V = stateV (mkV145 "") ; - prepredavam_V = actionV (mkV186 "") (mkV173 "") ; - prepredavane_N = mkN071 "" ; - prepre_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prepre_ch_vane_N = mkN071 "" ; - preprovoditelen_A = mkA079 "" ; - preprovod_ja__V = stateV (mkV173 "") ; - preprogramiram_V = stateV (mkV186 "") ; - preprogramirane_N = mkN071 "" ; - preprodavam_V = actionV (mkV186 "") (mkV168 "") ; - preprodavane_N = mkN071 "" ; - preprodava_ch__N = mkN007a "" ; - preproda_zj_ba_N = mkN041 "" ; - prepro_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - prepro_ch_itane_N = mkN071 "" ; - prepuskam_V = actionV (mkV186 "") (mkV152 "") ; - prepuskane_N = mkN071 "" ; - prepyvam_V = actionV (mkV186 "") (mkV152 "") ; - prepyvane_N = mkN071 "" ; - prepylvam_V = actionV (mkV186 "") (mkV173 "") ; - prepylvane_N = mkN071 "" ; - prepylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prepylz_ja_vane_N = mkN071 "" ; - prepyln_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prepyln_ja_ne_N = mkN071 "" ; - prepyr_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - prepyr_zj_vane_N = mkN071 "" ; - prepyhane_N = mkN071 "" ; - prepyhvam_V = actionV (mkV186 "") (mkV186 "") ; - prepyhvane_N = mkN071 "" ; - prepyhna_V = stateV (mkV152 "") ; - prep_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - prep_ja_vane_N = mkN071 "" ; - prep_ja_vka_N = mkN041 "" ; - prep_ja_tstvam_V = stateV (mkV186 "") ; - prep_ja_tstvane_N = mkN071 "" ; - prep_ja_tstvie_N = mkN072 "" ; - prep_ja_tstvuvam_V = stateV (mkV186 "") ; - prep_ja_tstvuvane_N = mkN071 "" ; - prerabotvam_V = actionV (mkV186 "") (mkV173 "") ; - prerabotvane_N = mkN071 "" ; - prerabotvatelen_A = mkA079 "" ; - prerabotka_N = mkN041 "" ; - prerav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prerav_ja_ne_N = mkN071 "" ; - prera_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prera_zj_dane_N = mkN071 "" ; - prerazgledane_N = mkN071 "" ; - prerazgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - prerazgle_zj_dane_N = mkN071 "" ; - prerazdel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prerazdel_ja_ne_N = mkN071 "" ; - prerazkaz_N = mkN007 "" ; - prerazkazvam_V = actionV (mkV186 "") (mkV156 "") ; - prerazkazvane_N = mkN071 "" ; - prerazpredelenie_N = mkN072 "" ; - prerazpredel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - prerazpredel_ja_ne_N = mkN071 "" ; - prerazhod_N = mkN007 "" ; - prerazhodvam_V = actionV (mkV186 "") (mkV173 "") ; - prerazhodvane_N = mkN071 "" ; - prerajoniram_V = stateV (mkV186 "") ; - prerajonirane_N = mkN071 "" ; - prerasna_V = stateV (mkV152 "") ; - prerastvam_V = actionV (mkV186 "") (mkV145 "") ; - prerastvane_N = mkN071 "" ; - preregistraci_ja__N = mkN047 "" ; - preregistriram_V = stateV (mkV186 "") ; - preredaktiram_V = stateV (mkV186 "") ; - preredaktirane_N = mkN071 "" ; - prere_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prere_zj_dane_N = mkN071 "" ; - prerekavam_V = stateV (mkV186 "") ; - prerekavane_N = mkN071 "" ; - prerekanie_N = mkN072 "" ; - preri_ja__N = mkN047 "" ; - prerogativ_N = mkN007 "" ; - prerogativen_A = mkA079 "" ; - preros_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preros_ja_vane_N = mkN071 "" ; - prerym_ja__V = stateV (mkV174 "") ; - prerysvam_V = actionV (mkV186 "") (mkV173 "") ; - prerysvane_N = mkN071 "" ; - prer_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - prer_ja_zvane_N = mkN071 "" ; - presa_N = mkN041 "" ; - presa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - presa_zj_dane_N = mkN071 "" ; - presata_sh_e_N = mkN065 "" ; - presbiopi_ja__N = mkN047 "" ; - presveti_A = mkA078 "" ; - presed_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - presed_ja_vane_N = mkN071 "" ; - presekvam_V = actionV (mkV186 "") (mkV149 "") ; - presekvane_N = mkN071 "" ; - presekliv_A = mkA076 "" ; - presekna_V = stateV (mkV152 "") ; - presekulka_N = mkN041 "" ; - preselvam_V = actionV (mkV186 "") (mkV173 "") ; - preselvane_N = mkN071 "" ; - preselenie_N = mkN072 "" ; - preselnik_N = mkN014 "" ; - preselnica_N = mkN041 "" ; - preselni_ch_eski_A = mkA078 "" ; - preselni_sh_ki_A = mkA078 "" ; - presen_A = mkA084 "" ; - prese_ch_en_A = mkA079 "" ; - prese_ch_ka_N = mkN041 "" ; - presilvam_V = actionV (mkV186 "") (mkV173 "") ; - presilvane_N = mkN071 "" ; - presilenost_N = mkN049 "" ; - presil_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - presil_ja_ne_N = mkN071 "" ; - presipvam_V = actionV (mkV186 "") (mkV154 "") ; - presipvane_N = mkN071 "" ; - presipna_V = stateV (mkV152 "") ; - presipnal_A = mkA076 "" ; - presipnalost_N = mkN049 "" ; - presita_N = mkN041 "" ; - presiten_A = mkA076 "" ; - presitenost_N = mkN049 "" ; - presi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - presi_ch_ane_N = mkN071 "" ; - presi_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - presi_sht_ane_N = mkN071 "" ; - preska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - preska_ch_ane_N = mkN071 "" ; - preskokvam_V = actionV (mkV186 "") (mkV152 "") ; - preskokvane_N = mkN071 "" ; - preskonferenci_ja__N = mkN039 "" ; - presko_ch_ikobila_N = mkN041 "" ; - preskyp_A = mkA076 "" ; - preslaven_A = mkA079 "" ; - preslavski_A = mkA078 "" ; - presledvam_V = actionV (mkV186 "") (mkV174 "") ; - presledvane_N = mkN071 "" ; - presledva_ch__N = mkN007b "" ; - presledva_ch_eski_A = mkA078 "" ; - presledva_ch_ka_N = mkN041 "" ; - preslu_sh_ane_N = mkN071 "" ; - preslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - preslu_sh_vane_N = mkN071 "" ; - presmetliv_A = mkA076 "" ; - presmetlivost_N = mkN049 "" ; - presm_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - presm_ja_tane_N = mkN071 "" ; - presnemam_V = actionV (mkV186 "") (mkV171 "") ; - presnemane_N = mkN071 "" ; - presnimam_V = actionV (mkV186 "") (mkV171 "") ; - presnimane_N = mkN071 "" ; - presnova_V = stateV (mkV151 "") ; - presnovoden_A = mkA079 "" ; - presnosolen_A = mkA076 "" ; - presnota_N = mkN041 "" ; - presov_A = mkA076 "" ; - presovam_V = stateV (mkV186 "") ; - presovane_N = mkN071 "" ; - presol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - presol_ja_vane_N = mkN071 "" ; - prespa_N = mkN041 "" ; - prespapie_N = mkN065 "" ; - prespivam_V = actionV (mkV186 "") (mkV182 "") ; - prespivane_N = mkN071 "" ; - prespokoen_A = mkA085 "" ; - presramvam_V = actionV (mkV186 "") (mkV174 "") ; - presramvane_N = mkN071 "" ; - presre_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - presre_sht_ane_N = mkN071 "" ; - presro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - presro_ch_vane_N = mkN071 "" ; - presro_ch_en_A = mkA076 "" ; - presro_ch_ka_N = mkN041 "" ; - prestavam_V = actionV (mkV186 "") (mkV152 "") ; - prestavane_N = mkN071 "" ; - prestavl_ja_va_sht__A = mkA076 "" ; - prestar_A = mkA076 "" ; - prestaravam_V = actionV (mkV186 "") (mkV161 "") ; - prestaravane_N = mkN071 "" ; - prestaranie_N = mkN072 "" ; - prestar_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - prestar_ja_vane_N = mkN071 "" ; - prestar_ja_lost_N = mkN049 "" ; - prestaci_ja__N = mkN047 "" ; - presti_zj__N = mkN007 "" ; - presti_zj_en_A = mkA079 "" ; - prestilam_V = actionV (mkV186 "") (mkV173 "") ; - prestilane_N = mkN071 "" ; - prestilka_N = mkN041 "" ; - prestoj_N = mkN032 "" ; - prestol_N = mkN007 "" ; - prestolen_A = mkA079 "" ; - prestolonaslednik_N = mkN014a "" ; - prestolonaslednica_N = mkN041 "" ; - prestorvam_V = actionV (mkV186 "") (mkV173 "") ; - prestorvane_N = mkN071 "" ; - prestorenost_N = mkN049 "" ; - presto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - presto_ja_vane_N = mkN071 "" ; - prestra_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - prestra_sh_avane_N = mkN071 "" ; - prestrelka_N = mkN041 "" ; - prestrojvam_V = actionV (mkV186 "") (mkV175 "") ; - prestrojvane_N = mkN071 "" ; - prestro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - prestro_ja_vane_N = mkN071 "" ; - prestruvam_V = actionV (mkV186 "") (mkV173 "") ; - prestruvan_N = mkN007 "" ; - prestruvana_N = mkN041 "" ; - prestruvane_N = mkN071 "" ; - prestruvka_N = mkN041 "" ; - prestrukturiram_V = stateV (mkV186 "") ; - prestrukturirane_N = mkN071 "" ; - prestypvam_V = actionV (mkV186 "") (mkV173 "") ; - prestypvane_N = mkN071 "" ; - prestypen_A = mkA079 "" ; - prestyplenie_N = mkN072 "" ; - prestypnik_N = mkN014a "" ; - prestypnica_N = mkN041 "" ; - prestypni_ch_eski_A = mkA078 "" ; - prestypnost_N = mkN049 "" ; - prestyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prestyp_ja_ne_N = mkN071 "" ; - prestyrgvam_V = actionV (mkV186 "") (mkV158 "") ; - prestyrgvane_N = mkN071 "" ; - prest_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - presukan_A = mkA076 "" ; - presukvam_V = actionV (mkV186 "") (mkV155 "") ; - presukvane_N = mkN071 "" ; - presukva_ch_ka_N = mkN041 "" ; - presu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - presu_sh_avane_N = mkN071 "" ; - prescentyr_N = mkN009a "" ; - presyzdavam_V = actionV (mkV186 "") (mkV168 "") ; - presyzdavane_N = mkN071 "" ; - presyrdvam_V = actionV (mkV186 "") (mkV173 "") ; - presytvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - presytvor_ja_vane_N = mkN071 "" ; - presyhvam_V = actionV (mkV186 "") (mkV152 "") ; - presyhvane_N = mkN071 "" ; - presyhnalost_N = mkN049 "" ; - pres_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - pres_ja_vane_N = mkN071 "" ; - pres_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pres_ja_gane_N = mkN071 "" ; - pres_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - pres_ja_dane_N = mkN071 "" ; - pretakam_V = stateV (mkV186 "") ; - pretakane_N = mkN071 "" ; - pretap_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - pretap_ja_ne_N = mkN071 "" ; - pretvorenie_N = mkN072 "" ; - pretvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pretvor_ja_vane_N = mkN071 "" ; - pretegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pretegl_ja_ne_N = mkN071 "" ; - pretekst_N = mkN007 "" ; - pretendent_N = mkN007 "" ; - pretendentka_N = mkN041 "" ; - pretendiram_V = stateV (mkV186 "") ; - pretendirane_N = mkN071 "" ; - pretenciozen_A = mkA079 "" ; - pretencioznost_N = mkN049 "" ; - pretenci_ja__N = mkN047 "" ; - preti_ch_ane_N = mkN071 "" ; - preti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - preti_ch_vane_N = mkN071 "" ; - pretovarvam_V = actionV (mkV186 "") (mkV173 "") ; - pretovarvane_N = mkN071 "" ; - pretovaren_A = mkA076 "" ; - pretovarenost_N = mkN049 "" ; - pretopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pretopl_ja_ne_N = mkN071 "" ; - pretop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pretop_ja_vane_N = mkN071 "" ; - pretorianec_N = mkN008a "" ; - pretorianski_A = mkA078 "" ; - preto_ch_a_V = stateV (mkV176 "") ; - pretreniram_V = stateV (mkV186 "") ; - pretrepvam_V = actionV (mkV186 "") (mkV152 "") ; - pretrepvane_N = mkN071 "" ; - pretrep_ja__V = stateV (mkV154 "") ; - pretrivam_V = actionV (mkV186 "") (mkV163 "") ; - pretrivane_N = mkN071 "" ; - pretro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - pretro_sh_avane_N = mkN071 "" ; - pretrupan_A = mkA076 "" ; - pretrupane_N = mkN071 "" ; - pretrupanost_N = mkN049 "" ; - pretrupvam_V = actionV (mkV186 "") (mkV186 "") ; - pretrupvane_N = mkN071 "" ; - pretrufen_A = mkA076 "" ; - pretrypvam_V = actionV (mkV186 "") (mkV152 "") ; - pretrypvane_N = mkN071 "" ; - pretupane_N = mkN071 "" ; - pretupvam_V = actionV (mkV186 "") (mkV186 "") ; - pretupvane_N = mkN071 "" ; - pretyka_V = stateV (mkV167 "") ; - pretylkulvam_V = actionV (mkV186 "") (mkV174 "") ; - pretylkulvane_N = mkN071 "" ; - pretypkan_A = mkA076 "" ; - pretypkanost_N = mkN049 "" ; - pretypkvam_V = actionV (mkV186 "") (mkV155 "") ; - pretypkvane_N = mkN071 "" ; - pretyp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pretyp_ja_vane_N = mkN071 "" ; - pretyrkane_N = mkN071 "" ; - pretyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - pretyrkvane_N = mkN071 "" ; - pretyrp_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - pretyrp_ja_vane_N = mkN071 "" ; - pretyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - pretyrsvane_N = mkN071 "" ; - pretyr_sh_uvam_V = stateV (mkV186 "") ; - pretyr_sh_uvane_N = mkN071 "" ; - pret_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pret_ja_gane_N = mkN071 "" ; - preuveli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - preuveli_ch_avane_N = mkN071 "" ; - preuveli_ch_enie_N = mkN072 "" ; - preumora_N = mkN041 "" ; - preumoren_A = mkA076 "" ; - preumor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preumor_ja_vane_N = mkN071 "" ; - preusp_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - preusp_ja_vane_N = mkN071 "" ; - preustanov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - preustanov_ja_vane_N = mkN071 "" ; - preustroitel_N = mkN031a "" ; - preustrojvam_V = actionV (mkV186 "") (mkV175 "") ; - preustrojvane_N = mkN071 "" ; - preustrojstven_A = mkA076 "" ; - preustrojstvo_N = mkN054 "" ; - preustro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - preustro_ja_vane_N = mkN071 "" ; - preu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - preu_ch_vane_N = mkN071 "" ; - prefasoniram_V = stateV (mkV186 "") ; - prefasonirane_N = mkN071 "" ; - prefekt_N = mkN007 "" ; - prefektorski_A = mkA078 "" ; - prefektura_N = mkN041 "" ; - preferans_N = mkN007 "" ; - preferenci_ja__N = mkN047 "" ; - prefiks_N = mkN007 "" ; - prefinvam_V = actionV (mkV186 "") (mkV173 "") ; - prefinvane_N = mkN071 "" ; - prefinen_A = mkA076 "" ; - prefinenost_N = mkN049 "" ; - prefin_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prefin_ja_ne_N = mkN071 "" ; - preformuliram_V = stateV (mkV186 "") ; - prefu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - prefu_ch_avane_N = mkN071 "" ; - prefyrcunen_A = mkA076 "" ; - prefyrcunenost_N = mkN049 "" ; - prefyrcun_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prefyrcun_ja_ne_N = mkN071 "" ; - prehapvam_V = actionV (mkV186 "") (mkV154 "") ; - prehapvane_N = mkN071 "" ; - prehvalvam_V = actionV (mkV186 "") (mkV173 "") ; - prehvalvane_N = mkN071 "" ; - prehva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - prehva_sht_ane_N = mkN071 "" ; - prehvrykvam_V = actionV (mkV186 "") (mkV152 "") ; - prehvrykvane_N = mkN071 "" ; - prehvyrkvam_V = actionV (mkV186 "") (mkV178 "") ; - prehvyrkvane_N = mkN071 "" ; - prehvyrl_ja_emost_N = mkN049 "" ; - prehvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prehvyrl_ja_ne_N = mkN071 "" ; - prehvyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - prehvyr_ch_avane_N = mkN071 "" ; - prehvyr_ch_am_V = actionV (mkV186 "") (mkV178 "") ; - prehvyr_ch_ane_N = mkN071 "" ; - prehlas_N = mkN007 "" ; - prehlasvam_V = actionV (mkV186 "") (mkV152 "") ; - prehlasvane_N = mkN071 "" ; - prehlasnatost_N = mkN049 "" ; - prehod_N = mkN007 "" ; - prehoden_A = mkA079 "" ; - prehodnik_N = mkN014 "" ; - prehodnost_N = mkN049 "" ; - preho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - preho_zj_dane_N = mkN071 "" ; - prehrana_N = mkN041 "" ; - prehranvam_V = actionV (mkV186 "") (mkV173 "") ; - prehranvane_N = mkN071 "" ; - prehripvam_V = actionV (mkV186 "") (mkV152 "") ; - prehripvane_N = mkN071 "" ; - prehruskvam_V = actionV (mkV186 "") (mkV186 "") ; - prehruskvane_N = mkN071 "" ; - precapane_N = mkN071 "" ; - precapvam_V = actionV (mkV186 "") (mkV186 "") ; - precapvane_N = mkN071 "" ; - preceden_A = mkA076 "" ; - precedent_N = mkN007 "" ; - precedenten_A = mkA079 "" ; - prece_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prece_zj_dane_N = mkN071 "" ; - precenka_N = mkN041 "" ; - precen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - precen_ja_vane_N = mkN071 "" ; - precesi_ja__N = mkN047 "" ; - precizen_A = mkA079 "" ; - preciziram_V = stateV (mkV186 "") ; - precizirane_N = mkN071 "" ; - preciznost_N = mkN049 "" ; - precyft_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - precyft_ja_vane_N = mkN071 "" ; - precyft_ja_l_A = mkA076 "" ; - pre_ch_a_V = stateV (mkV176 "") ; - pre_ch_e_sh_a_V = stateV (mkV159 "") ; - pre_ch_ist_A = mkA076 "" ; - pre_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - pre_ch_istvane_N = mkN071 "" ; - pre_ch_istenost_N = mkN049 "" ; - pre_ch_ka_N = mkN041 "" ; - pre_ch_kam_V = stateV (mkV186 "") ; - pre_ch_kane_N = mkN071 "" ; - pre_ch_ukane_N = mkN071 "" ; - pre_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - pre_ch_ukvane_N = mkN071 "" ; - pre_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - pre_ch_upvane_N = mkN071 "" ; - pre_ch_upvatel_N = mkN031 "" ; - pre_sh_len_N = mkN007 "" ; - pre_sh_lenest_A = mkA076 "" ; - pre_sht_ipvam_V = actionV (mkV186 "") (mkV154 "") ; - pre_sht_ipvane_N = mkN071 "" ; - pre_sht_ipna_V = stateV (mkV152 "") ; - pre_sht_rakvam_V = actionV (mkV186 "") (mkV152 "") ; - pre_sht_rakvane_N = mkN071 "" ; - pre_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - pre_ja__zj_dane_N = mkN071 "" ; - pribavka_N = mkN041 "" ; - pribavy_ch_en_A = mkA079 "" ; - pribav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pribav_ja_ne_N = mkN071 "" ; - pribaltijski_A = mkA078 "" ; - pribegna_V = stateV (mkV152 "") ; - pribe_zj_i_sht_e_N = mkN066 "" ; - pribe_zj_ka_N = mkN041 "" ; - pribiram_V = actionV (mkV186 "") (mkV170 "") ; - pribirane_N = mkN071 "" ; - pribli_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - pribli_zj_avane_N = mkN071 "" ; - pribli_zj_en_A = mkA076 "" ; - pribli_zj_enie_N = mkN072 "" ; - pribli_zj_enost_N = mkN049 "" ; - priblizitelen_A = mkA079 "" ; - priblizitelnost_N = mkN049 "" ; - priboda_V = stateV (mkV145 "") ; - priboj_N = mkN032 "" ; - pribol_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - pribol_ja_vane_N = mkN071 "" ; - pribor_N = mkN007 "" ; - priboren_A = mkA079 "" ; - priborostroene_N = mkN071 "" ; - pribran_A = mkA076 "" ; - pribre_zj_en_A = mkA079 "" ; - pribre_zj_ie_N = mkN072 "" ; - pribylvam_V = stateV (mkV186 "") ; - pribylvane_N = mkN071 "" ; - pribyrzan_A = mkA076 "" ; - pribyrzane_N = mkN071 "" ; - pribyrzanost_N = mkN049 "" ; - pribyrzvam_V = actionV (mkV186 "") (mkV186 "") ; - pribyrzvane_N = mkN071 "" ; - prib_ja_gane_N = mkN071 "" ; - prib_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - prib_ja_gvane_N = mkN071 "" ; - prib_ja_gna_V = stateV (mkV152a "") ; - privatiziram_V = stateV (mkV186 "") ; - privatizirane_N = mkN071 "" ; - privdigam_V = actionV (mkV186 "") (mkV152 "") ; - privdigane_N = mkN071 "" ; - priveden_A = mkA076 "" ; - prive_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - prive_zj_dane_N = mkN071 "" ; - privet_N = mkN007 "" ; - priveten_A = mkA079 "" ; - privetliv_A = mkA076 "" ; - privetlivost_N = mkN049 "" ; - privetstvam_V = stateV (mkV186 "") ; - privetstvane_N = mkN071 "" ; - privetstven_A = mkA076 "" ; - privetstvie_N = mkN072 "" ; - privetstvuvam_V = stateV (mkV186 "") ; - privetstvuvane_N = mkN071 "" ; - prive_ch_eren_A = mkA079 "" ; - privivam_V = actionV (mkV186 "") (mkV163 "") ; - privivane_N = mkN071 "" ; - prividen_A = mkA079 "" ; - prividenie_N = mkN072 "" ; - prividnost_N = mkN049 "" ; - privi_zj_dam_V = actionV (mkV186 "") (mkV181 "") ; - privikane_N = mkN071 "" ; - privikvam_V = actionV (mkV186 "") (mkV186 "") ; - privikvane_N = mkN071 "" ; - privikna_V = stateV (mkV152 "") ; - privilegirovam_V = stateV (mkV186 "") ; - privilegirovan_A = mkA076 "" ; - privilegirovane_N = mkN071 "" ; - privilegi_ja__N = mkN047 "" ; - privi_ch_en_A = mkA079 "" ; - privi_ch_ka_N = mkN041 "" ; - privkus_N = mkN001 "" ; - privlekatelen_A = mkA079 "" ; - privlekatelnost_N = mkN049 "" ; - privli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - privli_ch_ane_N = mkN071 "" ; - privnas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - privnas_ja_ne_N = mkN071 "" ; - privod_N = mkN007 "" ; - privodn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - privodn_ja_vane_N = mkN071 "" ; - privremenen_A = mkA079 "" ; - privyr_zj_enik_N = mkN014 "" ; - privyr_zj_enica_N = mkN041 "" ; - privyr_zj_eni_ch_ka_N = mkN041 "" ; - privyrzan_A = mkA076 "" ; - privyrzanost_N = mkN049 "" ; - privyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - privyrzvane_N = mkN071 "" ; - privyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - privyr_sh_vane_N = mkN071 "" ; - priga_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - priga_zj_dane_N = mkN071 "" ; - prigladen_A = mkA076 "" ; - prigladn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - prigladn_ja_vane_N = mkN071 "" ; - prigla_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - prigla_zj_dane_N = mkN071 "" ; - priglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - priglas_ja_ne_N = mkN071 "" ; - prigla_sh_enie_N = mkN072 "" ; - priglu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - priglu_sh_avane_N = mkN071 "" ; - prigoden_A = mkA079 "" ; - prigodimost_N = mkN049 "" ; - prigodliv_A = mkA076 "" ; - prigodlivost_N = mkN049 "" ; - prigodnost_N = mkN049 "" ; - prigod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prigod_ja_vane_N = mkN071 "" ; - prigotvenost_N = mkN049 "" ; - prigotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prigotv_ja_ne_N = mkN071 "" ; - prigotovlenie_N = mkN072 "" ; - prigotovl_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - prigotovl_ja_vane_N = mkN071 "" ; - prigra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prigra_zj_dane_N = mkN071 "" ; - prigre_ja__V = stateV (mkV160 "") ; - pridavam_V = actionV (mkV186 "") (mkV186 "") ; - pridavane_N = mkN071 "" ; - pridaden_A = mkA076 "" ; - pridadenost_N = mkN049 "" ; - pridady_ch_en_A = mkA079 "" ; - pridan_N = mkN049 "" ; - pridatyk_N = mkN014 "" ; - pridaty_ch_en_A = mkA079 "" ; - pridvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - pridvi_zj_vane_N = mkN071 "" ; - pridvoren_A = mkA079 "" ; - pridirvam_V = actionV (mkV186 "") (mkV173 "") ; - pridirvane_N = mkN071 "" ; - pridir_ch_iv_A = mkA076 "" ; - pridir_ch_ivost_N = mkN049 "" ; - pridir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pridir_ja_ne_N = mkN071 "" ; - pridihanie_N = mkN072 "" ; - pridihatelen_A = mkA079 "" ; - pridobivam_V = actionV (mkV186 "") (mkV163 "") ; - pridobivane_N = mkN071 "" ; - pridobivka_N = mkN041 "" ; - pridobr_ja_vam_V = stateV (mkV186 "") ; - pridobr_ja_vane_N = mkN071 "" ; - pridojda_V = stateV (mkV146a "") ; - pridoho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - pridoho_zj_dane_N = mkN071 "" ; - pridremvam_V = actionV (mkV186 "") (mkV154 "") ; - pridremvane_N = mkN071 "" ; - pridru_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - pridru_zj_avane_N = mkN071 "" ; - pridru_zj_itel_N = mkN031a "" ; - pridru_zj_itelka_N = mkN041 "" ; - pridrypvam_V = actionV (mkV186 "") (mkV186 "") ; - pridrypvane_N = mkN071 "" ; - pridr_ja_mvam_V = actionV (mkV186 "") (mkV154 "") ; - pridr_ja_mvane_N = mkN071 "" ; - pridumane_N = mkN071 "" ; - pridumvam_V = actionV (mkV186 "") (mkV186 "") ; - pridumvane_N = mkN071 "" ; - pridunavski_A = mkA078 "" ; - pridyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - pridyr_zj_ane_N = mkN071 "" ; - pridyrpane_N = mkN071 "" ; - pridyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - pridyrpvane_N = mkN071 "" ; - pridyh_N = mkN016 "" ; - priem_N = mkN007 "" ; - priemam_V = actionV (mkV186 "") (mkV171 "") ; - priemane_N = mkN071 "" ; - priematel_N = mkN031a "" ; - priematelen_A = mkA079 "" ; - priemen_A = mkA079 "" ; - priemliv_A = mkA076 "" ; - priemlivost_N = mkN049 "" ; - priemna_N = mkN041 "" ; - priemnik_N = mkN014 "" ; - priemnica_N = mkN041 "" ; - priemni_ch_estvo_N = mkN054 "" ; - priemstvenost_N = mkN049 "" ; - pri_zj_um_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_zj_um_ja_vane_N = mkN071 "" ; - priz_N = mkN001 "" ; - prizvan_A = mkA076 "" ; - prizvanie_N = mkN072 "" ; - prizvezden_A = mkA079 "" ; - prizemen_A = mkA079 "" ; - prizemie_N = mkN072 "" ; - prizem_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prizem_ja_vane_N = mkN071 "" ; - priziv_N = mkN007 "" ; - priziven_A = mkA079 "" ; - prizl_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - prizl_ja_vane_N = mkN071 "" ; - prizma_N = mkN041 "" ; - prizmati_ch_en_A = mkA079 "" ; - priznavam_V = actionV (mkV186 "") (mkV161 "") ; - priznavane_N = mkN071 "" ; - priznak_N = mkN014 "" ; - priznanie_N = mkN072 "" ; - priznat_A = mkA076 "" ; - priznatelen_A = mkA079 "" ; - priznatelnost_N = mkN049 "" ; - prizovavam_V = actionV (mkV186 "") (mkV151 "") ; - prizovavane_N = mkN071 "" ; - prizovka_N = mkN041 "" ; - prizrak_N = mkN014 "" ; - prizra_ch_en_A = mkA079 "" ; - prizra_ch_nost_N = mkN049 "" ; - prii_zj_dam_V = stateV (mkV186 "") ; - prii_zj_dane_N = mkN071 "" ; - priiskane_N = mkN071 "" ; - priiskvam_V = actionV (mkV186 "") (mkV186 "") ; - priiskvane_N = mkN071 "" ; - prijom_N = mkN007 "" ; - prikad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prikad_ja_vane_N = mkN071 "" ; - prikaz_N = mkN007 "" ; - prikazvam_V = stateV (mkV186 "") ; - prikazvane_N = mkN071 "" ; - prikazen_A = mkA079 "" ; - prikazka_N = mkN041 "" ; - prikazliv_A = mkA076 "" ; - prikazlivost_N = mkN049 "" ; - prikaznost_N = mkN049 "" ; - prikanvam_V = actionV (mkV186 "") (mkV173 "") ; - prikanvane_N = mkN071 "" ; - prikapvam_V = actionV (mkV186 "") (mkV154 "") ; - prikapvane_N = mkN071 "" ; - prikarane_N = mkN071 "" ; - prikarvam_V = actionV (mkV186 "") (mkV186 "") ; - prikarvane_N = mkN071 "" ; - prika_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - prika_ch_ane_N = mkN071 "" ; - prika_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prika_ch_vane_N = mkN071 "" ; - prikip_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prikip_ja_vane_N = mkN071 "" ; - priklad_N = mkN007 "" ; - prikla_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - prikla_zj_dane_N = mkN071 "" ; - prikle_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - prikle_sht__ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prikle_sht__ja_ne_N = mkN071 "" ; - prikl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prikl_iu__ch_vane_N = mkN071 "" ; - prikl_iu__ch_enie_N = mkN072 "" ; - prikl_iu__ch_enski_A = mkA078 "" ; - prikl_ja_kam_V = actionV (mkV186 "") (mkV152 "") ; - prikl_ja_kvam_V = actionV (mkV186 "") (mkV152 "") ; - prikl_ja_kvane_N = mkN071 "" ; - prikovavam_V = actionV (mkV186 "") (mkV151 "") ; - prikovavane_N = mkN071 "" ; - prikomandirovam_V = stateV (mkV186 "") ; - prikomandirovane_N = mkN071 "" ; - prikosnovenie_N = mkN072 "" ; - prikotkane_N = mkN071 "" ; - prikotkvam_V = actionV (mkV186 "") (mkV186 "") ; - prikotkvane_N = mkN071 "" ; - prikrepvam_V = actionV (mkV186 "") (mkV174 "") ; - prikrepvane_N = mkN071 "" ; - prikrepen_A = mkA076 "" ; - prikrep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prikrep_ja_vane_N = mkN071 "" ; - prikrep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - prikrep_ja_ne_N = mkN071 "" ; - prikrehnat_A = mkA076 "" ; - prikrivam_V = actionV (mkV186 "") (mkV163 "") ; - prikrivane_N = mkN071 "" ; - prikritie_N = mkN072 "" ; - prikritost_N = mkN049 "" ; - prikupuvam_V = actionV (mkV186 "") (mkV173 "") ; - prikupuvane_N = mkN071 "" ; - prikyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - prikyr_sh_vane_N = mkN071 "" ; - prikytane_N = mkN071 "" ; - prikytvam_V = actionV (mkV186 "") (mkV186 "") ; - prikytvane_N = mkN071 "" ; - prilagam_V = actionV (mkV186 "") (mkV176 "") ; - prilagane_N = mkN071 "" ; - prilagatelen_A = mkA079 "" ; - prilagatelno_N = mkN062 "" ; - prilazvam_V = stateV (mkV186 "") ; - prilaskavam_V = actionV (mkV186 "") (mkV161 "") ; - prilaskavane_N = mkN071 "" ; - prila_ja__V = stateV (mkV162 "") ; - prile_zj_anie_N = mkN072 "" ; - prile_zj_a_sht__A = mkA076 "" ; - prile_zj_en_A = mkA079 "" ; - prile_zj_nost_N = mkN049 "" ; - prilep_N = mkN007 "" ; - prilepvam_V = actionV (mkV186 "") (mkV152 "") ; - prilepvane_N = mkN071 "" ; - prilep_ch_e_N = mkN065 "" ; - prilep_ch_iv_A = mkA076 "" ; - prilep_ch_ivost_N = mkN049 "" ; - prilep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - prilep_ja_ne_N = mkN071 "" ; - prilet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prilet_ja_vane_N = mkN071 "" ; - priliv_N = mkN007 "" ; - prilivam_V = actionV (mkV186 "") (mkV164 "") ; - prilivane_N = mkN071 "" ; - priliven_A = mkA079 "" ; - prilizan_A = mkA076 "" ; - prilika_N = mkN041 "" ; - prilistnik_N = mkN014 "" ; - prilitam_V = actionV (mkV186 "") (mkV177 "") ; - prilitane_N = mkN071 "" ; - prili_ch_am_V = stateV (mkV186 "") ; - prili_ch_ane_N = mkN071 "" ; - prili_ch_en_A = mkA079 "" ; - prili_ch_ie_N = mkN072 "" ; - prili_ch_nost_N = mkN049 "" ; - prilo_zj_en_A = mkA079 "" ; - prilo_zj_enie_N = mkN072 "" ; - prilo_zj_im_A = mkA076 "" ; - prilo_zj_imost_N = mkN049 "" ; - prilo_zj_nik_N = mkN014 "" ; - prilo_zj_nica_N = mkN041 "" ; - prilo_zj_nost_N = mkN049 "" ; - prilo_sh_avam_V = actionV (mkV186 "") (mkV160 "") ; - prilo_sh_avane_N = mkN071 "" ; - prilun_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prilun_ja_vane_N = mkN071 "" ; - prilygvam_V = actionV (mkV186 "") (mkV158 "") ; - prilygvane_N = mkN071 "" ; - pril_iu_t_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pril_iu_t_ja_vane_N = mkN071 "" ; - pril_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pril_ja_gane_N = mkN071 "" ; - prim_N = mkN007 "" ; - prima_N = mkN041 "" ; - primadona_N = mkN041 "" ; - primazvam_V = actionV (mkV186 "") (mkV156 "") ; - primazvane_N = mkN071 "" ; - primal_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - primal_ja_vane_N = mkN071 "" ; - primamvam_V = actionV (mkV186 "") (mkV173 "") ; - primamvane_N = mkN071 "" ; - primamen_A = mkA079 "" ; - primamka_N = mkN041 "" ; - primamliv_A = mkA076 "" ; - primamlivost_N = mkN049 "" ; - primer_N = mkN007 "" ; - primervam_V = actionV (mkV186 "") (mkV173 "") ; - primervane_N = mkN071 "" ; - primeren_A = mkA079 "" ; - primes_N = mkN007 "" ; - primesvam_V = actionV (mkV186 "") (mkV173 "") ; - primesvane_N = mkN071 "" ; - primigam_V = actionV (mkV186 "") (mkV152 "") ; - primigane_N = mkN071 "" ; - primigvam_V = actionV (mkV186 "") (mkV152 "") ; - primigvane_N = mkN071 "" ; - primi_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - primi_zj_avane_N = mkN071 "" ; - primiram_V = actionV (mkV186 "") (mkV150 "") ; - primirane_N = mkN071 "" ; - primiren_A = mkA079 "" ; - primirenec_N = mkN008a "" ; - primirenie_N = mkN072 "" ; - primirenost_N = mkN049 "" ; - primiren_ch_eski_A = mkA078 "" ; - primiren_ch_estvo_N = mkN054 "" ; - primirie_N = mkN072 "" ; - primirim_A = mkA076 "" ; - primirimost_N = mkN049 "" ; - primiritel_N = mkN031a "" ; - primiritelen_A = mkA079 "" ; - primiritelnost_N = mkN049 "" ; - primir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - primir_ja_vane_N = mkN071 "" ; - primitiv_N = mkN007 "" ; - primitiven_A = mkA079 "" ; - primitivizym_N = mkN011 "" ; - primitivist_N = mkN007 "" ; - primitivnost_N = mkN049 "" ; - primka_N = mkN041 "" ; - primokre_ja__V = stateV (mkV160 "") ; - primokr_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - primokr_ja_vane_N = mkN071 "" ; - primolvam_V = actionV (mkV186 "") (mkV173 "") ; - primolvane_N = mkN071 "" ; - primorie_N = mkN072 "" ; - primorski_A = mkA078 "" ; - primra_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - primra_ch_avane_N = mkN071 "" ; - primula_N = mkN041 "" ; - primus_N = mkN007 "" ; - primykvam_V = actionV (mkV186 "") (mkV152 "") ; - primykvane_N = mkN071 "" ; - primyrdvam_V = stateV (mkV186 "") ; - primyrdvane_N = mkN071 "" ; - prinaden_A = mkA076 "" ; - prinadle_zj_a_V = stateV (mkV178 "") ; - prinadle_zj_nost_N = mkN049 "" ; - prina_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - prina_zj_dane_N = mkN071 "" ; - prinas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - prinas_ja_ne_N = mkN071 "" ; - prini_zj_avam_V = actionV (mkV186 "") (mkV174 "") ; - prini_zj_avane_N = mkN071 "" ; - prinizen_A = mkA076 "" ; - prinizitelen_A = mkA079 "" ; - priniz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - priniz_ja_vane_N = mkN071 "" ; - prinos_N = mkN007 "" ; - prinositel_N = mkN031a "" ; - prinositelka_N = mkN041 "" ; - prinos_ja__sht__A = mkA076 "" ; - prino_sh_enie_N = mkN072 "" ; - printer_N = mkN007 "" ; - prinuda_N = mkN041 "" ; - prinuden_A = mkA076 "" ; - prinudenost_N = mkN049 "" ; - prinuditelen_A = mkA079 "" ; - prinu_zj_davam_V = actionV (mkV186 "") (mkV173 "") ; - prinu_zj_davane_N = mkN071 "" ; - prinu_zj_denie_N = mkN072 "" ; - princ_N = mkN001 "" ; - princesa_N = mkN041 "" ; - princip_N = mkN007 "" ; - principen_A = mkA079 "" ; - principialen_A = mkA079 "" ; - principialnost_N = mkN049 "" ; - principnost_N = mkN049 "" ; - priobla_ch_en_A = mkA079 "" ; - priob_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - priob_sht_avane_N = mkN071 "" ; - priob_sht_enost_N = mkN049 "" ; - prioritet_N = mkN007 "" ; - prioriteten_A = mkA079 "" ; - pripadam_V = actionV (mkV186 "") (mkV152 "") ; - pripadane_N = mkN071 "" ; - pripadni_ch_av_A = mkA076 "" ; - pripadyk_N = mkN014 "" ; - pripady_ch_en_A = mkA079 "" ; - pripalvam_V = actionV (mkV186 "") (mkV173 "") ; - pripalvane_N = mkN071 "" ; - priparvam_V = actionV (mkV186 "") (mkV173 "") ; - priparvane_N = mkN071 "" ; - pripas_N = mkN007 "" ; - pripvam_V = actionV (mkV186 "") (mkV152 "") ; - pripvane_N = mkN071 "" ; - pripev_N = mkN007 "" ; - pripeven_A = mkA079 "" ; - pripek_N = mkN014 "" ; - pripe_ch_elvam_V = actionV (mkV186 "") (mkV173 "") ; - pripe_ch_elvane_N = mkN071 "" ; - pripe_ch_elen_A = mkA076 "" ; - pripivam_V = actionV (mkV186 "") (mkV163 "") ; - pripivane_N = mkN071 "" ; - pripiram_V = stateV (mkV186 "") ; - pripirane_N = mkN071 "" ; - pripisvam_V = actionV (mkV186 "") (mkV159 "") ; - pripisvane_N = mkN071 "" ; - pripiskam_V = stateV (mkV186 "") ; - pripiskane_N = mkN071 "" ; - pripi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - pripi_ch_ane_N = mkN071 "" ; - pripi_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - pripi_sht__ja_vane_N = mkN071 "" ; - pripkam_V = actionV (mkV186 "") (mkV152 "") ; - pripkane_N = mkN071 "" ; - priplakvam_V = actionV (mkV186 "") (mkV152 "") ; - priplakvane_N = mkN071 "" ; - priplamvam_V = actionV (mkV186 "") (mkV152 "") ; - priplamvane_N = mkN071 "" ; - pripla_ch_a_V = stateV (mkV155 "") ; - pripleskane_N = mkN071 "" ; - pripleskvam_V = actionV (mkV186 "") (mkV186 "") ; - pripleskvane_N = mkN071 "" ; - priplitam_V = actionV (mkV186 "") (mkV145 "") ; - priplod_N = mkN007 "" ; - priplyzvam_V = actionV (mkV186 "") (mkV152 "") ; - priplyzvane_N = mkN071 "" ; - pripovdigam_V = actionV (mkV186 "") (mkV152 "") ; - pripovdigane_N = mkN071 "" ; - pripovdignat_A = mkA076 "" ; - pripovdignatost_N = mkN049 "" ; - pripovtar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pripovtar_ja_ne_N = mkN071 "" ; - pripoznavam_V = actionV (mkV186 "") (mkV161 "") ; - pripoznavane_N = mkN071 "" ; - pripokrivam_V = actionV (mkV186 "") (mkV163 "") ; - pripokrivane_N = mkN071 "" ; - pripomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pripomn_ja_ne_N = mkN071 "" ; - pripot_ja__V = stateV (mkV174 "") ; - pripra_V = stateV (mkV150 "") ; - priprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - priprav_ja_ne_N = mkN071 "" ; - pripryskane_N = mkN071 "" ; - pripryskvam_V = actionV (mkV186 "") (mkV186 "") ; - pripryskvane_N = mkN071 "" ; - pripr_ja_n_A = mkA076 "" ; - pripr_ja_nost_N = mkN049 "" ; - pripu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - pripu_sh_vane_N = mkN071 "" ; - pripylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - pripylz_ja_vane_N = mkN071 "" ; - pripypl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pripypl_ja_ne_N = mkN071 "" ; - prip_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - prip_ja_vane_N = mkN071 "" ; - priravnenie_N = mkN072 "" ; - priravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - priravn_ja_vane_N = mkN071 "" ; - prira_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prira_zj_dane_N = mkN071 "" ; - prirasna_V = stateV (mkV152 "") ; - prirast_N = mkN007 "" ; - prirastvam_V = actionV (mkV186 "") (mkV145 "") ; - prirastvane_N = mkN071 "" ; - prirastyk_N = mkN014 "" ; - priritane_N = mkN071 "" ; - priritvam_V = actionV (mkV186 "") (mkV186 "") ; - priritvane_N = mkN071 "" ; - priroda_N = mkN041 "" ; - priroden_A = mkA079 "" ; - prirodoza_sht_itnik_N = mkN014a "" ; - prirodoznanie_N = mkN072 "" ; - prirodoizpitatel_N = mkN031a "" ; - prirodole_ch_enie_N = mkN072 "" ; - prirodonau_ch_en_A = mkA079 "" ; - prirodosyobrazen_A = mkA079 "" ; - priros_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - priros_ja_vane_N = mkN071 "" ; - priryst_N = mkN001 "" ; - prisad_N = mkN007 "" ; - prisadka_N = mkN041 "" ; - prisa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prisa_zj_dane_N = mkN071 "" ; - prisvetna_V = stateV (mkV152 "") ; - prisvivam_V = actionV (mkV186 "") (mkV163 "") ; - prisvivane_N = mkN071 "" ; - prisvo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - prisvo_ja_vane_N = mkN071 "" ; - prisegna_V = stateV (mkV152 "") ; - prisipvam_V = actionV (mkV186 "") (mkV154 "") ; - prisipvane_N = mkN071 "" ; - priskyrben_A = mkA079 "" ; - priskyrbie_N = mkN072 "" ; - prislam_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prislam_ch_vane_N = mkN071 "" ; - prislam_ch_en_A = mkA076 "" ; - prislan_ja_m_V = actionV (mkV187 "") (mkV176 "") ; - prislan_ja_ne_N = mkN071 "" ; - prislon_N = mkN007 "" ; - prislon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prislon_ja_vane_N = mkN071 "" ; - prisluga_N = mkN041 "" ; - prislugvam_V = actionV (mkV186 "") (mkV176 "") ; - prislugvane_N = mkN071 "" ; - prislu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - prislu_zj_vane_N = mkN071 "" ; - prislu_zj_nik_N = mkN014a "" ; - prislu_zj_nica_N = mkN041 "" ; - prislu_zj_ni_ch_ka_N = mkN041 "" ; - prislu_sh_ane_N = mkN071 "" ; - prislu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - prislu_sh_vane_N = mkN071 "" ; - prismeh_N = mkN007 "" ; - prismehulen_A = mkA079 "" ; - prismehulka_N = mkN041 "" ; - prismehulko_N = mkN040 "" ; - prismehulnik_N = mkN014a "" ; - prismehulnica_N = mkN041 "" ; - prismehulstvo_N = mkN054 "" ; - prismivam_V = actionV (mkV186 "") (mkV160 "") ; - prismivane_N = mkN071 "" ; - prisnopameten_A = mkA079 "" ; - prisoen_A = mkA085 "" ; - prispadam_V = actionV (mkV186 "") (mkV152 "") ; - prispadane_N = mkN071 "" ; - prispan_A = mkA076 "" ; - prispivam_V = actionV (mkV186 "") (mkV182 "") ; - prispivane_N = mkN071 "" ; - prispivatelen_A = mkA079 "" ; - prispiven_A = mkA079 "" ; - prispleskvam_V = stateV (mkV186 "") ; - prispleskvane_N = mkN071 "" ; - prisposoben_A = mkA076 "" ; - prisposobenec_N = mkN008a "" ; - prisposoben_ch_eski_A = mkA078 "" ; - prisposoben_ch_estvo_N = mkN054 "" ; - prisposobim_A = mkA076 "" ; - prisposobimost_N = mkN049 "" ; - prisposoblenec_N = mkN008a "" ; - prisposoblenie_N = mkN072 "" ; - prisposoblen_ch_eski_A = mkA078 "" ; - prisposoblen_ch_estvo_N = mkN054 "" ; - prisposob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prisposob_ja_vane_N = mkN071 "" ; - pristav_N = mkN007 "" ; - pristavam_V = actionV (mkV186 "") (mkV152 "") ; - pristavane_N = mkN071 "" ; - pristavka_N = mkN041 "" ; - pristavski_A = mkA078 "" ; - pristav_ja__V = stateV (mkV173 "") ; - pristav_ja_ne_N = mkN071 "" ; - pristan_N = mkN007 "" ; - pristani_sht_e_N = mkN066 "" ; - pristani_sht_en_A = mkA079 "" ; - pristigam_V = actionV (mkV186 "") (mkV152 "") ; - pristigane_N = mkN071 "" ; - pristiskam_V = actionV (mkV186 "") (mkV152 "") ; - pristiskane_N = mkN071 "" ; - pristoen_A = mkA085 "" ; - pristojnost_N = mkN049 "" ; - pristorvam_V = actionV (mkV186 "") (mkV173 "") ; - pristorvane_N = mkN071 "" ; - pristoren_A = mkA076 "" ; - pristrasten_A = mkA079 "" ; - pristrastenost_N = mkN049 "" ; - pristrastie_N = mkN072 "" ; - pristrastnost_N = mkN049 "" ; - pristrast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pristrast_ja_vane_N = mkN071 "" ; - pristrojvam_V = actionV (mkV186 "") (mkV175 "") ; - pristrojvane_N = mkN071 "" ; - pristrojka_N = mkN041 "" ; - pristro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - pristro_ja_vane_N = mkN071 "" ; - pristyp_N = mkN007 "" ; - pristypvam_V = actionV (mkV186 "") (mkV173 "") ; - pristypvane_N = mkN071 "" ; - pristyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pristyp_ja_ne_N = mkN071 "" ; - prist_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - prist_ja_gane_N = mkN071 "" ; - prisyda_N = mkN041 "" ; - prisyedinenie_N = mkN072 "" ; - prisyedinitelen_A = mkA079 "" ; - prisyedin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prisyedin_ja_vane_N = mkN071 "" ; - prisy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - prisy_zj_dane_N = mkN071 "" ; - prisynvam_V = actionV (mkV186 "") (mkV173 "") ; - prisynvane_N = mkN071 "" ; - prisystvam_V = stateV (mkV186 "") ; - prisystvane_N = mkN071 "" ; - prisystva_sht__A = mkA076 "" ; - prisystven_A = mkA076 "" ; - prisystvie_N = mkN072 "" ; - prisystvuvam_V = stateV (mkV186 "") ; - prisystvuvane_N = mkN071 "" ; - prisystvuva_sht__A = mkA076 "" ; - prisy_sht__A = mkA076 "" ; - pris_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - pris_ja_gane_N = mkN071 "" ; - pris_ja_dam_V = actionV (mkV186 "") (mkV152 "") ; - pris_ja_dane_N = mkN071 "" ; - pritaen_A = mkA076 "" ; - pritajvam_V = actionV (mkV186 "") (mkV175 "") ; - pritajvane_N = mkN071 "" ; - prita_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - prita_ja_vane_N = mkN071 "" ; - pritvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pritvar_ja_ne_N = mkN071 "" ; - pritvor_N = mkN007 "" ; - pritvoren_A = mkA076 "" ; - pritvorstvo_N = mkN054 "" ; - pritegatelen_A = mkA079 "" ; - pritegatelnost_N = mkN049 "" ; - pritegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pritegl_ja_ne_N = mkN071 "" ; - prite_zj_avam_V = stateV (mkV186 "") ; - prite_zj_avan_A = mkA076 "" ; - prite_zj_avane_N = mkN071 "" ; - prite_zj_anie_N = mkN072 "" ; - prite_zj_atel_N = mkN031a "" ; - prite_zj_atelen_A = mkA079 "" ; - prite_zj_atelka_N = mkN041 "" ; - priteka_V = stateV (mkV148 "") ; - pritesnenie_N = mkN072 "" ; - pritesnenost_N = mkN049 "" ; - pritesnitel_N = mkN031a "" ; - pritesnitelen_A = mkA079 "" ; - pritesnitelka_N = mkN041 "" ; - pritesn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pritesn_ja_van_A = mkA076 "" ; - pritesn_ja_vane_N = mkN071 "" ; - pritiskam_V = actionV (mkV186 "") (mkV152 "") ; - pritiskane_N = mkN071 "" ; - pritiska_ch__N = mkN007 "" ; - pritiskvam_V = actionV (mkV186 "") (mkV152 "") ; - pritihvam_V = actionV (mkV186 "") (mkV152 "") ; - pritihvane_N = mkN071 "" ; - priti_ch_ane_N = mkN071 "" ; - priti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - priti_ch_vane_N = mkN071 "" ; - pritok_N = mkN014 "" ; - pritoma_N = mkN041 "" ; - pritr_ja_bvam_V = stateV (mkV186 "") ; - pritr_ja_bvane_N = mkN071 "" ; - pritulvam_V = actionV (mkV186 "") (mkV173 "") ; - pritulvane_N = mkN071 "" ; - pritul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pritul_ja_ne_N = mkN071 "" ; - pritupane_N = mkN071 "" ; - pritupvam_V = actionV (mkV186 "") (mkV186 "") ; - pritupvane_N = mkN071 "" ; - priturvam_V = actionV (mkV186 "") (mkV173 "") ; - priturvane_N = mkN071 "" ; - priturka_N = mkN041 "" ; - pritur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pritur_ja_ne_N = mkN071 "" ; - prit_ch_a_N = mkN041 "" ; - pritykvam_V = actionV (mkV186 "") (mkV152 "") ; - pritykvane_N = mkN071 "" ; - pritykm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pritykm_ja_vane_N = mkN071 "" ; - pritymne_ja__V = stateV (mkV160 "") ; - pritymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pritymn_ja_vane_N = mkN071 "" ; - prityp_ch_a_V = stateV (mkV155 "") ; - prityp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prityp_ja_vane_N = mkN071 "" ; - prityr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - prityr_ch_avane_N = mkN071 "" ; - pritytr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - pritytr_ja_ne_N = mkN071 "" ; - prit_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - prit_ja_gane_N = mkN071 "" ; - priumica_N = mkN041 "" ; - priu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - priu_ch_avane_N = mkN071 "" ; - priu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - priu_ch_vane_N = mkN071 "" ; - priu_ch_en_A = mkA076 "" ; - prihvam_V = actionV (mkV186 "") (mkV152 "") ; - prihvane_N = mkN071 "" ; - prihvatliv_A = mkA076 "" ; - prihvatlivost_N = mkN049 "" ; - prihvatni_ch_av_A = mkA076 "" ; - prihva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - prihva_sht_ane_N = mkN071 "" ; - prihvrykvam_V = actionV (mkV186 "") (mkV152 "") ; - prihvrykvane_N = mkN071 "" ; - prihlupvam_V = actionV (mkV186 "") (mkV173 "") ; - prihlupvane_N = mkN071 "" ; - prihlup_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - prihlup_ja_ne_N = mkN071 "" ; - prihod_N = mkN007 "" ; - prihoden_A = mkA079 "" ; - prihodonosen_A = mkA079 "" ; - prihodorazhoden_A = mkA079 "" ; - prihod_ja__sht__A = mkA076 "" ; - priho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - priho_zj_dane_N = mkN071 "" ; - pricvetnik_N = mkN014 "" ; - pricel_N = mkN007 "" ; - pricelvam_V = actionV (mkV186 "") (mkV173 "") ; - pricelvane_N = mkN071 "" ; - pricelen_A = mkA079 "" ; - pri_ch_akane_N = mkN071 "" ; - pri_ch_akvam_V = actionV (mkV186 "") (mkV186 "") ; - pri_ch_akvane_N = mkN071 "" ; - pri_ch_asten_A = mkA079 "" ; - pri_ch_astie_N = mkN072 "" ; - pri_ch_erv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_ch_erv_ja_vane_N = mkN071 "" ; - pri_ch_ern_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - pri_ch_ern_ja_vane_N = mkN071 "" ; - pri_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - pri_ch_esvane_N = mkN071 "" ; - pri_ch_eska_N = mkN041 "" ; - pri_ch_est_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_ch_est_ja_vane_N = mkN071 "" ; - pri_ch_ina_N = mkN041 "" ; - pri_ch_inen_A = mkA079 "" ; - pri_ch_initel_N = mkN031a "" ; - pri_ch_initelka_N = mkN041 "" ; - pri_ch_innosledstven_A = mkA076 "" ; - pri_ch_innost_N = mkN049 "" ; - pri_ch_in_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_ch_in_ja_vane_N = mkN071 "" ; - pri_ch_islenie_N = mkN072 "" ; - pri_ch_isl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_ch_isl_ja_vane_N = mkN071 "" ; - pri_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - pri_ch_uvane_N = mkN071 "" ; - pri_ch_udliv_A = mkA076 "" ; - pri_ch_udlivost_N = mkN049 "" ; - pri_ch_ukane_N = mkN071 "" ; - pri_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - pri_ch_ukvane_N = mkN071 "" ; - pri_sh_elec_N = mkN008a "" ; - pri_sh_elka_N = mkN041 "" ; - pri_sh_epvam_V = actionV (mkV186 "") (mkV152 "") ; - pri_sh_epvane_N = mkN071 "" ; - pri_sh_estvie_N = mkN072 "" ; - pri_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - pri_sh_ivane_N = mkN071 "" ; - pri_sh_ka_N = mkN041 "" ; - pri_sh_porvam_V = actionV (mkV186 "") (mkV173 "") ; - pri_sh_porvane_N = mkN071 "" ; - pri_sh_ylec_N = mkN008a "" ; - pri_sh_ylka_N = mkN041 "" ; - pri_sht_a_V = stateV (mkV144 "") ; - pri_sht_ipvam_V = actionV (mkV186 "") (mkV152 "") ; - pri_sht_ipvane_N = mkN071 "" ; - pri_sht_ip_ja__V = stateV (mkV154 "") ; - pri_sht_rakvam_V = actionV (mkV186 "") (mkV152 "") ; - pri_sht_rakvane_N = mkN071 "" ; - pri_sht_ypvam_V = actionV (mkV186 "") (mkV152 "") ; - pri_sht_ypvane_N = mkN071 "" ; - pri_sht__ja_vam_V = stateV (mkV186 "") ; - pri_sht__ja_vane_N = mkN071 "" ; - pri_sht__ja_vka_N = mkN041 "" ; - pri_iu_t_N = mkN007 "" ; - pri_iu_t_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pri_iu_t_ja_vane_N = mkN071 "" ; - pri_ja_m_V = stateV (mkV169 "") ; - pri_ja_tel_N = mkN031a "" ; - pri_ja_telka_N = mkN041 "" ; - pri_ja_telski_A = mkA078 "" ; - pri_ja_telstvam_V = stateV (mkV186 "") ; - pri_ja_telstvane_N = mkN071 "" ; - pri_ja_telstvo_N = mkN054 "" ; - pri_ja_tel_ch_e_N = mkN065 "" ; - pri_ja_ten_A = mkA079 "" ; - pri_ja_tie_N = mkN072 "" ; - pri_ja_tni_ch_yk_A = mkA080 "" ; - pri_ja_tnost_N = mkN049 "" ; - proagitiram_V = stateV (mkV186 "") ; - proagitirane_N = mkN071 "" ; - proanaliziram_V = stateV (mkV186 "") ; - proanalizirane_N = mkN071 "" ; - proba_N = mkN041 "" ; - probvam_V = stateV (mkV186 "") ; - probvane_N = mkN071 "" ; - probeg_N = mkN015 "" ; - probegna_V = stateV (mkV152 "") ; - proben_A = mkA079 "" ; - probera_V = stateV (mkV170 "") ; - probiv_N = mkN007 "" ; - probivam_V = actionV (mkV186 "") (mkV163 "") ; - probivane_N = mkN071 "" ; - probiven_A = mkA079 "" ; - probivnost_N = mkN049 "" ; - probiram_V = stateV (mkV186 "") ; - probka_N = mkN041 "" ; - problem_N = mkN007 "" ; - problema_N = mkN041 "" ; - problematika_N = mkN041 "" ; - problemati_ch_en_A = mkA079 "" ; - problemen_A = mkA079 "" ; - proble_ja__V = stateV (mkV160 "") ; - probl_ja_svam_V = actionV (mkV186 "") (mkV152 "") ; - probl_ja_svane_N = mkN071 "" ; - probl_ja_syk_N = mkN014 "" ; - probo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - probo_zj_dane_N = mkN071 "" ; - proboj_N = mkN032 "" ; - probojna_N = mkN041 "" ; - probuda_N = mkN041 "" ; - probu_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - probu_zj_dane_N = mkN071 "" ; - probutane_N = mkN071 "" ; - probutvam_V = actionV (mkV186 "") (mkV186 "") ; - probutvane_N = mkN071 "" ; - probylbukam_V = stateV (mkV186 "") ; - prob_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - prob_ja_gane_N = mkN071 "" ; - prob_ja_gvam_V = actionV (mkV186 "") (mkV152 "") ; - prob_ja_gvane_N = mkN071 "" ; - proval_N = mkN007 "" ; - provala_N = mkN041 "" ; - proval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - proval_ja_ne_N = mkN071 "" ; - prove_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - prove_zj_dane_N = mkN071 "" ; - proveritel_N = mkN031a "" ; - proveritelen_A = mkA079 "" ; - proveritelka_N = mkN041 "" ; - proverka_N = mkN041 "" ; - provero_ch_en_A = mkA079 "" ; - prover_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prover_ja_vane_N = mkN071 "" ; - proves_N = mkN007 "" ; - provesvam_V = actionV (mkV186 "") (mkV173 "") ; - provesvane_N = mkN071 "" ; - provetrenie_N = mkN072 "" ; - provetriv_A = mkA076 "" ; - provetritelen_A = mkA079 "" ; - provetr_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - provetr_ja_vane_N = mkN071 "" ; - provetr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - provetr_ja_ne_N = mkN071 "" ; - prove_ja__V = stateV (mkV164 "") ; - providenie_N = mkN072 "" ; - provi_zj_dam_V = actionV (mkV186 "") (mkV181 "") ; - provi_zj_dane_N = mkN071 "" ; - provizi_ja__N = mkN047 "" ; - provizoren_A = mkA079 "" ; - provikvam_V = actionV (mkV186 "") (mkV152 "") ; - provikvane_N = mkN071 "" ; - provinen_A = mkA076 "" ; - provinenie_N = mkN072 "" ; - provincialen_A = mkA079 "" ; - provincializiram_V = stateV (mkV186 "") ; - provincializym_N = mkN011 "" ; - provincialist_N = mkN007 "" ; - provincialistka_N = mkN041 "" ; - provincialnost_N = mkN049 "" ; - provinci_ja__N = mkN047 "" ; - provin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - provin_ja_vane_N = mkN071 "" ; - proviram_V = actionV (mkV186 "") (mkV150 "") ; - provirane_N = mkN071 "" ; - provisane_N = mkN071 "" ; - provisvam_V = actionV (mkV186 "") (mkV173 "") ; - provisvane_N = mkN071 "" ; - provisna_V = stateV (mkV152 "") ; - provisnat_A = mkA076 "" ; - provlak_N = mkN014 "" ; - provla_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - provla_ch_vane_N = mkN071 "" ; - provla_ch_en_A = mkA076 "" ; - provle_ch_en_A = mkA076 "" ; - provli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - provli_ch_ane_N = mkN071 "" ; - provodimost_N = mkN049 "" ; - provodnik_N = mkN014 "" ; - provodnica_N = mkN041 "" ; - provod_ja__sht__A = mkA076 "" ; - provo_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - provo_zj_dane_N = mkN071 "" ; - provokativen_A = mkA079 "" ; - provokator_N = mkN007 "" ; - provokatorka_N = mkN041 "" ; - provokatorski_A = mkA078 "" ; - provokatorstvo_N = mkN054 "" ; - provokacionen_A = mkA079 "" ; - provokaci_ja__N = mkN047 "" ; - provokiram_V = stateV (mkV186 "") ; - provokirane_N = mkN071 "" ; - provyzglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - provyzglas_ja_vane_N = mkN071 "" ; - provyzglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - provyzglas_ja_ne_N = mkN071 "" ; - provyrv_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - provyrv_ja_vane_N = mkN071 "" ; - progar_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - progar_ja_ne_N = mkN071 "" ; - progermanski_A = mkA078 "" ; - progizvam_V = actionV (mkV186 "") (mkV152 "") ; - progizvane_N = mkN071 "" ; - progimnazialen_A = mkA079 "" ; - progimnazi_ja__N = mkN047 "" ; - proglas_N = mkN007 "" ; - proglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - proglas_ja_vane_N = mkN071 "" ; - proglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - proglas_ja_ne_N = mkN071 "" ; - progledam_V = actionV (mkV186 "") (mkV152 "") ; - progledane_N = mkN071 "" ; - proglednost_N = mkN049 "" ; - progle_zj_dam_V = actionV (mkV186 "") (mkV152 "") ; - progle_zj_dane_N = mkN071 "" ; - proglu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - proglu_sh_avane_N = mkN071 "" ; - proglu_sh_itelen_A = mkA079 "" ; - prognivam_V = actionV (mkV186 "") (mkV163 "") ; - prognivane_N = mkN071 "" ; - prognil_A = mkA076 "" ; - prognilost_N = mkN049 "" ; - prognoza_N = mkN041 "" ; - prognozen_A = mkA079 "" ; - prognoziram_V = stateV (mkV186 "") ; - prognozirane_N = mkN071 "" ; - progovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - progovar_ja_ne_N = mkN071 "" ; - progovorvam_V = actionV (mkV186 "") (mkV173 "") ; - progovorvane_N = mkN071 "" ; - progonvam_V = actionV (mkV186 "") (mkV173 "") ; - progonvane_N = mkN071 "" ; - programa_N = mkN041 "" ; - programen_A = mkA079 "" ; - programiram_V = stateV (mkV186 "") ; - programirane_N = mkN071 "" ; - programiranost_N = mkN049 "" ; - programist_N = mkN007 "" ; - programistka_N = mkN041 "" ; - programnost_N = mkN049 "" ; - progres_N = mkN040a "" ; - progresiven_A = mkA079 "" ; - progresivnost_N = mkN049 "" ; - progresiram_V = stateV (mkV186 "") ; - progresirane_N = mkN071 "" ; - progresi_ja__N = mkN047 "" ; - progrizvam_V = actionV (mkV186 "") (mkV151 "") ; - progrizvane_N = mkN071 "" ; - progyrm_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - progyrm_ja_vane_N = mkN071 "" ; - prodavaem_A = mkA076 "" ; - prodavam_V = actionV (mkV186 "") (mkV168 "") ; - prodavane_N = mkN071 "" ; - prodavatelen_A = mkA079 "" ; - prodava_ch__N = mkN007b "" ; - prodava_ch_ka_N = mkN041 "" ; - proda_zj_ba_N = mkN041 "" ; - proda_zj_ben_A = mkA079 "" ; - proda_zj_en_A = mkA079 "" ; - proda_zj_nik_N = mkN014 "" ; - proda_zj_nica_N = mkN041 "" ; - proda_zj_ni_ch_eski_A = mkA078 "" ; - proda_zj_ni_ch_estvo_N = mkN054 "" ; - proda_zj_nost_N = mkN049 "" ; - prodan_N = mkN007 "" ; - prodiktuvam_V = stateV (mkV186 "") ; - prodiktuvane_N = mkN071 "" ; - prodiram_V = actionV (mkV186 "") (mkV170 "") ; - prodirane_N = mkN071 "" ; - prodovolstvam_V = stateV (mkV186 "") ; - prodovolstvane_N = mkN071 "" ; - prodovolstven_A = mkA076 "" ; - prodovolstvie_N = mkN072 "" ; - prodovolstvuvam_V = stateV (mkV186 "") ; - prodovolstvuvane_N = mkN071 "" ; - produkt_N = mkN007 "" ; - produktiven_A = mkA079 "" ; - produktivnost_N = mkN049 "" ; - produktov_A = mkA076 "" ; - produkci_ja__N = mkN047 "" ; - produmane_N = mkN071 "" ; - produmvam_V = actionV (mkV186 "") (mkV186 "") ; - produmvane_N = mkN071 "" ; - produp_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - produp_ch_vane_N = mkN071 "" ; - produh_N = mkN016 "" ; - produhane_N = mkN071 "" ; - produhvam_V = actionV (mkV186 "") (mkV186 "") ; - produhvane_N = mkN071 "" ; - produhvatelen_A = mkA079 "" ; - producent_N = mkN007 "" ; - produciram_V = stateV (mkV186 "") ; - prodylban_A = mkA076 "" ; - prodylgovat_A = mkA076 "" ; - prodylgovatost_N = mkN049 "" ; - prodyl_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - prodyl_zj_avane_N = mkN071 "" ; - prodyl_zj_en_A = mkA076 "" ; - prodyl_zj_enie_N = mkN072 "" ; - prodyl_zj_itel_N = mkN031 "" ; - prodyl_zj_itelen_A = mkA079 "" ; - prodyl_zj_itelka_N = mkN041 "" ; - prodyl_zj_itelnost_N = mkN049 "" ; - prodynvam_V = actionV (mkV186 "") (mkV173 "") ; - prodynvane_N = mkN071 "" ; - proekt_N = mkN007 "" ; - proektant_N = mkN007 "" ; - proektantka_N = mkN041 "" ; - proektantski_A = mkA078 "" ; - proekten_A = mkA079 "" ; - proektiram_V = stateV (mkV186 "") ; - proektirane_N = mkN071 "" ; - proektob_iu_d_zj_et_N = mkN007 "" ; - proektodogovor_N = mkN007 "" ; - proektodokumentaci_ja__N = mkN047 "" ; - proektokonstituci_ja__N = mkN047 "" ; - proektoplan_N = mkN001 "" ; - proektoprograma_N = mkN041 "" ; - proektor_N = mkN007 "" ; - proektorezol_iu_ci_ja__N = mkN047 "" ; - proektosmeten_A = mkA079 "" ; - proektosmetka_N = mkN041 "" ; - proekcionen_A = mkA079 "" ; - proekci_ja__N = mkN047 "" ; - proeht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - proeht_ja_vane_N = mkN071 "" ; - proeciram_V = stateV (mkV186 "") ; - proe_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - proe_ch_avane_N = mkN071 "" ; - pro_zj_ektiram_V = stateV (mkV186 "") ; - pro_zj_ektirane_N = mkN071 "" ; - pro_zj_ektor_N = mkN007 "" ; - pro_zj_ektoren_A = mkA079 "" ; - pro_zj_ekcionen_A = mkA079 "" ; - pro_zj_ekci_ja__N = mkN047 "" ; - pro_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - proza_N = mkN041 "" ; - prozaik_N = mkN014 "" ; - prozai_ch_en_A = mkA079 "" ; - prozai_ch_nost_N = mkN049 "" ; - prozvi_sht_e_N = mkN066 "" ; - prozvu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - prozvu_ch_avane_N = mkN071 "" ; - prozvynt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prozvynt_ja_vane_N = mkN071 "" ; - prozvyn_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prozvyn_ja_vane_N = mkN071 "" ; - prozina_V = stateV (mkV152 "") ; - proziram_V = actionV (mkV186 "") (mkV150 "") ; - prozirane_N = mkN071 "" ; - proziren_A = mkA079 "" ; - prozodi_ch_en_A = mkA079 "" ; - prozorec_N = mkN008 "" ; - prozore_ch_en_A = mkA079 "" ; - prozorliv_A = mkA076 "" ; - prozorlivost_N = mkN049 "" ; - prozor_ch_e_N = mkN065 "" ; - prozra_ch_en_A = mkA079 "" ; - prozra_ch_nost_N = mkN049 "" ; - prozrenie_N = mkN072 "" ; - prozritelen_A = mkA079 "" ; - proz_ja_vam_V = actionV (mkV186 "") (mkV187 "") ; - proz_ja_vane_N = mkN071 "" ; - proz_ja_vka_N = mkN041 "" ; - proigravam_V = actionV (mkV186 "") (mkV161 "") ; - proigravane_N = mkN071 "" ; - proizvedenie_N = mkN072 "" ; - proizve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - proizve_zj_dane_N = mkN071 "" ; - proizvoden_A = mkA079 "" ; - proizvoditel_N = mkN031a "" ; - proizvoditelen_A = mkA079 "" ; - proizvoditelka_N = mkN041 "" ; - proizvoditelnost_N = mkN049 "" ; - proizvodstven_A = mkA076 "" ; - proizvodstvenik_N = mkN014 "" ; - proizvodstveni_ch_ka_N = mkN041 "" ; - proizvodstvenost_N = mkN049 "" ; - proizvodstvo_N = mkN054 "" ; - proizvol_N = mkN007 "" ; - proizvolen_A = mkA079 "" ; - proizvolni_ch_a_V = stateV (mkV176 "") ; - proizlizam_V = actionV (mkV186 "") (mkV147 "") ; - proizlizane_N = mkN071 "" ; - proiznas_ja_m_V = actionV (mkV187 "") (mkV145 "") ; - proiznas_ja_ne_N = mkN071 "" ; - proiznosim_A = mkA076 "" ; - proizno_sh_enie_N = mkN072 "" ; - proizti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - proizti_ch_ane_N = mkN071 "" ; - proizhod_N = mkN007 "" ; - proizhoden_A = mkA079 "" ; - proizhod_ja__sht__A = mkA076 "" ; - proizho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - proizho_zj_dane_N = mkN071 "" ; - proizho_zj_denie_N = mkN072 "" ; - proiz_sh_estvie_N = mkN072 "" ; - projdoha_N = mkN041 "" ; - proka_zj_en_A = mkA076 "" ; - proka_zj_enik_N = mkN014 "" ; - proka_zj_enica_N = mkN041 "" ; - prokaza_N = mkN041 "" ; - prokapvam_V = actionV (mkV186 "") (mkV154 "") ; - prokapvane_N = mkN071 "" ; - prokarane_N = mkN071 "" ; - prokarvam_V = actionV (mkV186 "") (mkV186 "") ; - prokarvane_N = mkN071 "" ; - proka_sh_l_ja_m_V = stateV (mkV187 "") ; - proka_sh_l_ja_ne_N = mkN071 "" ; - prokisvam_V = actionV (mkV186 "") (mkV152 "") ; - prokisvane_N = mkN071 "" ; - proklamaci_ja__N = mkN047 "" ; - proklamiram_V = stateV (mkV186 "") ; - proklamirane_N = mkN071 "" ; - proklevam_V = stateV (mkV186 "") ; - proklevane_N = mkN071 "" ; - proklet_A = mkA076 "" ; - prokletisvam_V = stateV (mkV186 "") ; - prokleti_ja__N = mkN047 "" ; - prokletnik_N = mkN014 "" ; - prokletnica_N = mkN041 "" ; - proklinam_V = stateV (mkV186 "") ; - proklinane_N = mkN071 "" ; - proklinanie_N = mkN072 "" ; - proklitika_N = mkN041 "" ; - prokl_ja_tie_N = mkN072 "" ; - prokoba_N = mkN041 "" ; - prokoben_A = mkA079 "" ; - prokobnik_N = mkN014 "" ; - prokobnica_N = mkN041 "" ; - prokob_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - prokob_ja_vane_N = mkN071 "" ; - prokontrolirvam_V = stateV (mkV186 "") ; - prokontrolirvane_N = mkN071 "" ; - prokopavam_V = actionV (mkV186 "") (mkV161 "") ; - prokopavane_N = mkN071 "" ; - prokopsane_N = mkN071 "" ; - prokopsanik_N = mkN014 "" ; - prokopsanica_N = mkN041 "" ; - prokopsvam_V = actionV (mkV186 "") (mkV186 "") ; - prokopsvane_N = mkN071 "" ; - prokopsi_ja__N = mkN047 "" ; - prokradvam_V = actionV (mkV186 "") (mkV152 "") ; - prokradvane_N = mkN071 "" ; - proksi_N = mkN065 "" ; - proksima_N = mkN041 "" ; - proktor_N = mkN007 "" ; - prokuda_N = mkN041 "" ; - prokudenik_N = mkN014 "" ; - prokudenica_N = mkN041 "" ; - proku_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - proku_zj_dane_N = mkN071 "" ; - prokurator_N = mkN007 "" ; - prokuratura_N = mkN041 "" ; - prokurist_N = mkN007 "" ; - prokuristka_N = mkN041 "" ; - prokuror_N = mkN007 "" ; - prokurorka_N = mkN041 "" ; - prokurorski_A = mkA078 "" ; - prokylnavam_V = actionV (mkV186 "") (mkV172 "") ; - prokylnavane_N = mkN071 "" ; - prokyln_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prokynt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - prokynt_ja_vane_N = mkN071 "" ; - prokysam_V = stateV (mkV186 "") ; - prokysane_N = mkN071 "" ; - prokysvam_V = actionV (mkV186 "") (mkV152 "") ; - prokysvane_N = mkN071 "" ; - prolazvam_V = actionV (mkV186 "") (mkV173 "") ; - prolazvane_N = mkN071 "" ; - prolajvam_V = actionV (mkV186 "") (mkV162 "") ; - prolajvane_N = mkN071 "" ; - prolet_N = mkN049 "" ; - proletariat_N = mkN007 "" ; - proletarizaci_ja__N = mkN047 "" ; - proletariziram_V = stateV (mkV186 "") ; - proletarizirane_N = mkN071 "" ; - proletarij_N = mkN032a "" ; - proletarka_N = mkN041 "" ; - proletarski_A = mkA078 "" ; - proleten_A = mkA079 "" ; - proletnica_N = mkN041 "" ; - proliv_A = mkA076 "" ; - prolivam_V = actionV (mkV186 "") (mkV164 "") ; - prolivane_N = mkN071 "" ; - proliven_A = mkA079 "" ; - prolitam_V = actionV (mkV186 "") (mkV177 "") ; - prolitane_N = mkN071 "" ; - proliferaci_ja__N = mkN047 "" ; - prolifikaci_ja__N = mkN047 "" ; - proli_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - proli_ch_avane_N = mkN071 "" ; - prolog_N = mkN015 "" ; - prolom_N = mkN007 "" ; - prolom_ja__V = stateV (mkV174 "") ; - prolongaci_ja__N = mkN047 "" ; - prolongiram_V = stateV (mkV186 "") ; - prolongirane_N = mkN071 "" ; - proluka_N = mkN041 "" ; - prome_zj_dutyk_N = mkN014 "" ; - prome_zj_duty_ch_en_A = mkA079 "" ; - promenenie_N = mkN072 "" ; - promenliv_A = mkA076 "" ; - promenlivost_N = mkN049 "" ; - promen_ch_iv_A = mkA076 "" ; - promen_ch_ivost_N = mkN049 "" ; - promen_ja_em_A = mkA076 "" ; - promen_ja_emost_N = mkN049 "" ; - promen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - promen_ja_ne_N = mkN071 "" ; - prometeev_A = mkA076 "" ; - prometeevski_A = mkA078 "" ; - promivam_V = actionV (mkV186 "") (mkV163 "") ; - promivane_N = mkN071 "" ; - promiven_A = mkA079 "" ; - promivka_N = mkN041 "" ; - promisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - promisl_ja_ne_N = mkN071 "" ; - promisyl_N = mkN051 "" ; - promi_sh_len_A = mkA076 "" ; - promi_sh_lenie_N = mkN072 "" ; - promi_sh_lenik_N = mkN014 "" ; - promi_sh_lenost_N = mkN049 "" ; - promi_sh_l_ja_vam_V = stateV (mkV186 "") ; - promkombinat_N = mkN007 "" ; - promokaem_A = mkA076 "" ; - promokaemost_N = mkN049 "" ; - promotor_N = mkN007 "" ; - promociram_V = stateV (mkV186 "") ; - promocirane_N = mkN071 "" ; - promoci_ja__N = mkN047 "" ; - promu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - promu_sh_vane_N = mkN071 "" ; - promu_sh_kvam_V = actionV (mkV186 "") (mkV176 "") ; - promu_sh_kvane_N = mkN071 "" ; - promykvam_V = actionV (mkV186 "") (mkV152 "") ; - promykvane_N = mkN071 "" ; - promylv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - promylv_ja_vane_N = mkN071 "" ; - promylv_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - promylv_ja_ne_N = mkN071 "" ; - promynkane_N = mkN071 "" ; - promynkvam_V = actionV (mkV186 "") (mkV186 "") ; - promynkvane_N = mkN071 "" ; - promyrmorvam_V = actionV (mkV186 "") (mkV173 "") ; - promyrmorvane_N = mkN071 "" ; - prom_ja_na_N = mkN043 "" ; - pronesa_V = stateV (mkV145a "") ; - pronizvam_V = actionV (mkV186 "") (mkV156 "") ; - pronizvane_N = mkN071 "" ; - pronizitelen_A = mkA079 "" ; - pronizitelnost_N = mkN049 "" ; - pronikvam_V = actionV (mkV186 "") (mkV152 "") ; - pronikvane_N = mkN071 "" ; - proniknoven_A = mkA076 "" ; - proniknovenie_N = mkN072 "" ; - proniknovenost_N = mkN049 "" ; - pronicavam_V = stateV (mkV186 "") ; - pronicavane_N = mkN071 "" ; - pronicaem_A = mkA076 "" ; - pronicaemost_N = mkN049 "" ; - pronicatelen_A = mkA079 "" ; - pronicatelnost_N = mkN049 "" ; - propaganda_N = mkN041 "" ; - propagandator_N = mkN007 "" ; - propagandatorka_N = mkN041 "" ; - propagandatorski_A = mkA078 "" ; - propaganden_A = mkA079 "" ; - propagandiram_V = stateV (mkV186 "") ; - propagandirane_N = mkN071 "" ; - propagandist_N = mkN007 "" ; - propagandistka_N = mkN041 "" ; - propagandistki_A = mkA078 "" ; - propadam_V = actionV (mkV186 "") (mkV152 "") ; - propadane_N = mkN071 "" ; - propan_N = mkN007 "" ; - propanol_N = mkN007 "" ; - propast_N = mkN049 "" ; - propedevtika_N = mkN041 "" ; - propeler_N = mkN007 "" ; - propera_V = stateV (mkV170 "") ; - propivam_V = actionV (mkV186 "") (mkV163 "") ; - propivane_N = mkN071 "" ; - propil_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - propil_ja_vane_N = mkN071 "" ; - propisvam_V = actionV (mkV186 "") (mkV159 "") ; - propisvane_N = mkN071 "" ; - propi_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - propi_sht__ja_vane_N = mkN071 "" ; - proplakvam_V = actionV (mkV186 "") (mkV155 "") ; - proplakvane_N = mkN071 "" ; - proplakna_V = stateV (mkV152 "") ; - propoved_N = mkN049 "" ; - propovednik_N = mkN014 "" ; - propovednica_N = mkN041 "" ; - propovedni_ch_eski_A = mkA078 "" ; - propov_ja_dvam_V = actionV (mkV186 "") (mkV186 "") ; - propov_ja_dvane_N = mkN071 "" ; - proporcionalen_A = mkA079 "" ; - proporcionalnost_N = mkN049 "" ; - proporci_ja__N = mkN047 "" ; - proprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - proprav_ja_ne_N = mkN071 "" ; - propukvam_V = actionV (mkV186 "") (mkV186 "") ; - propukvane_N = mkN071 "" ; - propusk_N = mkN007 "" ; - propuskaem_A = mkA076 "" ; - propuskam_V = actionV (mkV186 "") (mkV152 "") ; - propuskane_N = mkN071 "" ; - propuskatelen_A = mkA079 "" ; - propuskvatelen_A = mkA079 "" ; - propuskliv_A = mkA076 "" ; - propusklivost_N = mkN049 "" ; - propu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - propu_sh_vane_N = mkN071 "" ; - propu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - propu_sht_ane_N = mkN071 "" ; - propy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - propy_zj_dane_N = mkN071 "" ; - propylz_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - propylz_ja_vane_N = mkN071 "" ; - propytuvam_V = stateV (mkV186 "") ; - propytuvane_N = mkN071 "" ; - prop_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - prop_ja_vane_N = mkN071 "" ; - prorabotvam_V = actionV (mkV186 "") (mkV173 "") ; - prorabotvane_N = mkN071 "" ; - prorasna_V = stateV (mkV152 "") ; - prorastvam_V = actionV (mkV186 "") (mkV145 "") ; - prorastvane_N = mkN071 "" ; - prorez_N = mkN007 "" ; - proridavam_V = actionV (mkV186 "") (mkV161 "") ; - proridavane_N = mkN071 "" ; - prorok_N = mkN014 "" ; - prorokuvam_V = stateV (mkV186 "") ; - prorokuvane_N = mkN071 "" ; - proronvam_V = actionV (mkV186 "") (mkV173 "") ; - proronvane_N = mkN071 "" ; - proro_ch_eski_A = mkA078 "" ; - proro_ch_estvam_V = stateV (mkV186 "") ; - proro_ch_estvane_N = mkN071 "" ; - proro_ch_estvo_N = mkN054 "" ; - proro_ch_estvuvam_V = stateV (mkV186 "") ; - proro_ch_estvuvane_N = mkN071 "" ; - proro_ch_ica_N = mkN041 "" ; - pror_ja_zvam_V = actionV (mkV186 "") (mkV157 "") ; - pror_ja_zvane_N = mkN071 "" ; - prosba_N = mkN041 "" ; - prosbopisec_N = mkN008a "" ; - prosvam_V = actionV (mkV186 "") (mkV152 "") ; - prosvane_N = mkN071 "" ; - prosvet_N = mkN007 "" ; - prosveta_N = mkN041 "" ; - prosvetvam_V = actionV (mkV186 "") (mkV152 "") ; - prosvetvane_N = mkN071 "" ; - prosveten_A = mkA079 "" ; - prosvetenost_N = mkN049 "" ; - prosvetitel_N = mkN031a "" ; - prosvetitelen_A = mkA079 "" ; - prosvetitelka_N = mkN041 "" ; - prosvetitelski_A = mkA078 "" ; - prosvetlen_A = mkA076 "" ; - prosvetlenie_N = mkN072 "" ; - prosvetle_ja__V = stateV (mkV160 "") ; - prosvetl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prosvetl_ja_vane_N = mkN071 "" ; - prosvetnik_N = mkN014 "" ; - prosvet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prosve_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - prosve_sht_avane_N = mkN071 "" ; - prosve_sht_enec_N = mkN008a "" ; - prosve_sht_enie_N = mkN072 "" ; - prosvirvam_V = actionV (mkV186 "") (mkV173 "") ; - prosvirvane_N = mkN071 "" ; - prosektor_N = mkN007 "" ; - prosen_A = mkA076 "" ; - prosene_N = mkN071 "" ; - prosenik_N = mkN014 "" ; - proseni_ch_en_A = mkA079 "" ; - prose_sh_ki_A = mkA078 "" ; - prose_ja__V = stateV (mkV164 "") ; - prosipvam_V = actionV (mkV186 "") (mkV154 "") ; - prosipvane_N = mkN071 "" ; - prositel_N = mkN031a "" ; - prositelka_N = mkN041 "" ; - prositelski_A = mkA078 "" ; - prosi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - prosi_ch_ane_N = mkN071 "" ; - prosi_ja__N = mkN047 "" ; - prosi_ja_vam_V = actionV (mkV186 "") (mkV161 "") ; - prosi_ja_vane_N = mkN071 "" ; - proskripci_ja__N = mkN047 "" ; - proskubvam_V = actionV (mkV186 "") (mkV154 "") ; - proskubvane_N = mkN071 "" ; - proskyrcane_N = mkN071 "" ; - proskyrcvam_V = actionV (mkV186 "") (mkV186 "") ; - proskyrcvane_N = mkN071 "" ; - proslava_N = mkN041 "" ; - proslaven_A = mkA079 "" ; - proslav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - proslav_ja_ne_N = mkN071 "" ; - prosled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prosled_ja_vane_N = mkN071 "" ; - proslovut_A = mkA076 "" ; - proslojka_N = mkN041 "" ; - proslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - proslu_zj_vane_N = mkN071 "" ; - proslu_sh_ane_N = mkN071 "" ; - proslu_sh_vam_V = actionV (mkV186 "") (mkV186 "") ; - proslu_sh_vane_N = mkN071 "" ; - prosmukan_A = mkA076 "" ; - prosmukvam_V = actionV (mkV186 "") (mkV155 "") ; - prosmukvane_N = mkN071 "" ; - proso_N = mkN054 "" ; - prospekt_N = mkN007 "" ; - prospektiram_V = stateV (mkV186 "") ; - prospektirane_N = mkN071 "" ; - prosperiram_V = stateV (mkV186 "") ; - prosperitet_N = mkN007 "" ; - prospivam_V = actionV (mkV186 "") (mkV182 "") ; - prospivane_N = mkN071 "" ; - prosro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prosro_ch_vane_N = mkN071 "" ; - prosro_ch_ka_N = mkN041 "" ; - prost_A = mkA076 "" ; - prostak_N = mkN014 "" ; - prostata_N = mkN041 "" ; - prostaten_A = mkA079 "" ; - prosta_sh_ki_A = mkA078 "" ; - prosta_sht_ina_N = mkN041 "" ; - prosten_A = mkA079 "" ; - prostenvam_V = actionV (mkV186 "") (mkV152 "") ; - prostenvane_N = mkN071 "" ; - prostivam_V = actionV (mkV186 "") (mkV152 "") ; - prostivane_N = mkN071 "" ; - prostim_A = mkA076 "" ; - prostiram_V = stateV (mkV186 "") ; - prostirane_N = mkN071 "" ; - prostitelen_A = mkA079 "" ; - prostituiram_V = stateV (mkV186 "") ; - prostituirane_N = mkN071 "" ; - prostitutka_N = mkN041 "" ; - prostitutski_A = mkA078 "" ; - prostituci_ja__N = mkN047 "" ; - prosti_ch_yk_A = mkA080 "" ; - prostovat_A = mkA076 "" ; - prostovatost_N = mkN049 "" ; - prostodu_sh_en_A = mkA079 "" ; - prostodu_sh_ie_N = mkN072 "" ; - prostol_iu_den_A = mkA079 "" ; - prostol_iu_die_N = mkN072 "" ; - prostonar_N = mkN007 "" ; - prostonaroden_A = mkA079 "" ; - prostor_N = mkN007 "" ; - prostoren_A = mkA079 "" ; - prostornost_N = mkN049 "" ; - prostosmyrten_A = mkA079 "" ; - prostosyrde_ch_en_A = mkA079 "" ; - prostosyrde_ch_ie_N = mkN072 "" ; - prostosyrde_ch_nost_N = mkN049 "" ; - prostota_N = mkN041 "" ; - prostoti_ja__N = mkN047 "" ; - prostra_V = stateV (mkV150 "") ; - prostranen_A = mkA079 "" ; - prostranstven_A = mkA076 "" ; - prostranstvenost_N = mkN049 "" ; - prostranstvo_N = mkN054 "" ; - prostrelvam_V = actionV (mkV186 "") (mkV187 "") ; - prostrelvane_N = mkN071 "" ; - prostrel_ja_ne_N = mkN071 "" ; - prostuda_N = mkN041 "" ; - prostuden_A = mkA079 "" ; - prostud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prostud_ja_vane_N = mkN071 "" ; - prostypvam_V = actionV (mkV186 "") (mkV173 "") ; - prostypvane_N = mkN071 "" ; - prostypka_N = mkN041 "" ; - prosu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - prosu_sh_avane_N = mkN071 "" ; - prosfora_N = mkN041 "" ; - prosyvetski_A = mkA078 "" ; - prosylz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prosylz_ja_vane_N = mkN071 "" ; - prosynica_N = mkN041 "" ; - prosyskane_N = mkN071 "" ; - prosyskvam_V = actionV (mkV186 "") (mkV186 "") ; - prosyhna_V = stateV (mkV152 "") ; - prosy_sht_estvuvam_V = stateV (mkV186 "") ; - prosy_sht_estvuvane_N = mkN071 "" ; - pros_ja__V = stateV (mkV173 "") ; - pros_ja_k_N = mkN014 "" ; - pros_ja_kin_ja__N = mkN047 "" ; - pros_ja__ch_estvo_N = mkN054 "" ; - pros_ja__sh_ki_A = mkA078 "" ; - protagor_N = mkN007 "" ; - protakam_V = stateV (mkV186 "") ; - protakane_N = mkN071 "" ; - protanopsi_ja__N = mkN047 "" ; - prote_zj_e_N = mkN065 "" ; - prote_zj_enie_N = mkN072 "" ; - prote_zj_iram_V = stateV (mkV186 "") ; - prote_zj_irane_N = mkN071 "" ; - proteza_N = mkN041 "" ; - protezen_A = mkA079 "" ; - protein_N = mkN007 "" ; - proteinov_A = mkA076 "" ; - protektor_N = mkN007 "" ; - protektorat_N = mkN007 "" ; - protekcionen_A = mkA079 "" ; - protekcionizym_N = mkN011 "" ; - protekcionist_N = mkN007 "" ; - protekcionistka_N = mkN041 "" ; - protekci_ja__N = mkN047 "" ; - protest_N = mkN007 "" ; - protestant_N = mkN007 "" ; - protestantizym_N = mkN011 "" ; - protestantin_N = mkN018 "" ; - protestantka_N = mkN041 "" ; - protestantski_A = mkA078 "" ; - protestantstvo_N = mkN054 "" ; - protesten_A = mkA079 "" ; - protestiram_V = stateV (mkV186 "") ; - protestirane_N = mkN071 "" ; - protiven_A = mkA079 "" ; - protivene_N = mkN071 "" ; - protivnik_N = mkN014 "" ; - protivnikov_A = mkA076 "" ; - protivnica_N = mkN041 "" ; - protivni_ch_ka_N = mkN041 "" ; - protivnost_N = mkN049 "" ; - protivoaeroplanen_A = mkA079 "" ; - protivoalkoholen_A = mkA079 "" ; - protivobakterien_A = mkA085 "" ; - protivobesen_A = mkA084 "" ; - protivobronevi_A = mkA078 "" ; - protivobylgarski_A = mkA078 "" ; - protivoves_N = mkN007 "" ; - protivovyzdu_sh_en_A = mkA079 "" ; - protivovyzdu_sh_nik_N = mkN014 "" ; - protivogaz_N = mkN007 "" ; - protivogazen_A = mkA079 "" ; - protivogazov_A = mkA076 "" ; - protivoglisten_A = mkA079 "" ; - protivodejstvam_V = stateV (mkV186 "") ; - protivodejstvane_N = mkN071 "" ; - protivodejstvie_N = mkN072 "" ; - protivodejstvuvam_V = stateV (mkV186 "") ; - protivodejstvuvane_N = mkN071 "" ; - protivodifteriten_A = mkA079 "" ; - protivodovod_N = mkN007 "" ; - protivodyr_zj_aven_A = mkA079 "" ; - protivoestestven_A = mkA076 "" ; - protivozakonen_A = mkA079 "" ; - protivozakonie_N = mkN072 "" ; - protivozakonnost_N = mkN049 "" ; - protivozarazen_A = mkA079 "" ; - protivoza_ch_aty_ch_en_A = mkA079 "" ; - protivokiselinen_A = mkA079 "" ; - protivokonstitucionen_A = mkA079 "" ; - protivomalari_ch_en_A = mkA079 "" ; - protivominen_A = mkA079 "" ; - protivom_ja_rka_N = mkN041 "" ; - protivonaroden_A = mkA079 "" ; - protivoobvinenie_N = mkN072 "" ; - protivoob_sht_estven_A = mkA076 "" ; - protivootrova_N = mkN041 "" ; - protivootroven_A = mkA079 "" ; - protivoparaziten_A = mkA079 "" ; - protivopehoten_A = mkA079 "" ; - protivopo_zj_aren_A = mkA079 "" ; - protivopokazanie_N = mkN072 "" ; - protivopokazen_A = mkA079 "" ; - protivopolagam_V = actionV (mkV186 "") (mkV176 "") ; - protivopolagane_N = mkN071 "" ; - protivopolo_zj_en_A = mkA079 "" ; - protivopolo_zj_nost_N = mkN049 "" ; - protivopostavka_N = mkN041 "" ; - protivopostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - protivopostav_ja_ne_N = mkN071 "" ; - protivopraven_A = mkA079 "" ; - protivopravitelstven_A = mkA076 "" ; - protivopravnost_N = mkN049 "" ; - protivorazuznavane_N = mkN071 "" ; - protivoraketen_A = mkA079 "" ; - protivoreligiozen_A = mkA079 "" ; - protivore_ch_a_V = stateV (mkV178 "") ; - protivore_ch_ene_N = mkN071 "" ; - protivore_ch_iv_A = mkA076 "" ; - protivore_ch_ivost_N = mkN049 "" ; - protivore_ch_ie_N = mkN072 "" ; - protivosamoleten_A = mkA079 "" ; - protivoserum_N = mkN007 "" ; - protivospazmen_A = mkA076 "" ; - protivospytnikov_A = mkA076 "" ; - protivosredstvo_N = mkN054 "" ; - protivostoene_N = mkN071 "" ; - protivosto_ja__V = stateV (mkV180 "") ; - protivotankov_A = mkA076 "" ; - protivote_zj_est_N = mkN049 "" ; - protivotifusen_A = mkA079 "" ; - protivotok_N = mkN014 "" ; - protivotorpeden_A = mkA079 "" ; - protivotuberkulozen_A = mkA079 "" ; - protivot_ja_lo_N = mkN057 "" ; - protivoudar_N = mkN007 "" ; - protivoukazanie_N = mkN072 "" ; - protivoukazvam_V = stateV (mkV186 "") ; - protivoustaven_A = mkA079 "" ; - protivohimi_ch_eski_A = mkA078 "" ; - protivoholeren_A = mkA079 "" ; - protivo_ch_umen_A = mkA079 "" ; - protiv_ja__V = stateV (mkV174 "") ; - proti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - proti_ch_ane_N = mkN071 "" ; - protod_ja_kon_N = mkN007 "" ; - protozojski_A = mkA078 "" ; - protojerej_N = mkN032 "" ; - protojerejski_A = mkA078 "" ; - protok_N = mkN014 "" ; - protokol_N = mkN007 "" ; - protokolen_A = mkA079 "" ; - protokoliram_V = stateV (mkV186 "") ; - protokolirane_N = mkN071 "" ; - protokolist_N = mkN007 "" ; - proton_N = mkN007 "" ; - protoplazma_N = mkN041 "" ; - protoplazmen_A = mkA076 "" ; - protoprezviter_N = mkN007 "" ; - protosingel_N = mkN007 "" ; - prototip_N = mkN007 "" ; - prototipen_A = mkA079 "" ; - proto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - proto_ch_vane_N = mkN071 "" ; - protrivam_V = actionV (mkV186 "") (mkV163 "") ; - protrivane_N = mkN071 "" ; - protrivatel_N = mkN031 "" ; - protrivatelen_A = mkA079 "" ; - protryb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - protryb_ja_vane_N = mkN071 "" ; - protuberans_N = mkN007 "" ; - protyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - protyrkvane_N = mkN071 "" ; - prot_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - prot_ja_gane_N = mkN071 "" ; - prot_ja__zj_en_A = mkA079 "" ; - proum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - proum_ja_vane_N = mkN071 "" ; - prou_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - prou_ch_vane_N = mkN071 "" ; - prou_ch_vatelen_A = mkA079 "" ; - profajler_N = mkN007 "" ; - profan_N = mkN007 "" ; - profanaci_ja__N = mkN047 "" ; - profaniziram_V = stateV (mkV186 "") ; - profanizirane_N = mkN071 "" ; - profaniram_V = stateV (mkV186 "") ; - profanirane_N = mkN071 "" ; - profgrupa_N = mkN041 "" ; - profgrupen_A = mkA079 "" ; - profdru_zj_estvo_N = mkN054 "" ; - profesionalen_A = mkA079 "" ; - profesionaliziram_V = stateV (mkV186 "") ; - profesionalizym_N = mkN011 "" ; - profesionalist_N = mkN007 "" ; - profesionalistka_N = mkN041 "" ; - profesi_ja__N = mkN047 "" ; - profesor_N = mkN007a "" ; - profesorski_A = mkA078 "" ; - profesorstvo_N = mkN054 "" ; - profesura_N = mkN041 "" ; - profil_N = mkN007 "" ; - profilaktika_N = mkN041 "" ; - profilakti_ch_en_A = mkA079 "" ; - profilen_A = mkA079 "" ; - profiliram_V = stateV (mkV186 "") ; - profilirane_N = mkN071 "" ; - profkomitet_N = mkN007 "" ; - proforganizaci_ja__N = mkN047 "" ; - proforma_N = mkN041 "" ; - profotgovornik_N = mkN014 "" ; - profpredsedatel_N = mkN031a "" ; - profsekretar_N = mkN031a "" ; - profsekretarka_N = mkN041 "" ; - profsybranie_N = mkN072 "" ; - profsy_iu_z_N = mkN007 "" ; - profsy_iu_zen_A = mkA079 "" ; - profukvam_V = stateV (mkV186 "") ; - profu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - profu_ch_avane_N = mkN071 "" ; - prohlada_N = mkN041 "" ; - prohladen_A = mkA079 "" ; - prohlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - prohlad_ja_vane_N = mkN071 "" ; - prohla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - prohla_zj_dane_N = mkN071 "" ; - prohluzvam_V = stateV (mkV186 "") ; - prohluzvane_N = mkN071 "" ; - prohod_N = mkN007 "" ; - prohoden_A = mkA079 "" ; - prohodilka_N = mkN041 "" ; - prohodim_A = mkA076 "" ; - prohodimost_N = mkN049 "" ; - proho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - proho_zj_dane_N = mkN071 "" ; - procediram_V = stateV (mkV186 "") ; - procedirane_N = mkN071 "" ; - procedura_N = mkN041 "" ; - proceduren_A = mkA079 "" ; - proce_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - proce_zj_dane_N = mkN071 "" ; - procent_N = mkN007 "" ; - procenten_A = mkA079 "" ; - procentov_A = mkA076 "" ; - procep_N = mkN007 "" ; - procepvam_V = actionV (mkV186 "") (mkV173 "") ; - procepvane_N = mkN071 "" ; - procep_ja_ne_N = mkN071 "" ; - proces_N = mkN007 "" ; - procesi_ja__N = mkN047 "" ; - procesor_N = mkN007 "" ; - procesualen_A = mkA079 "" ; - procyft_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - procyft_ja_vane_N = mkN071 "" ; - pro_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - pro_ch_istvane_N = mkN071 "" ; - pro_ch_it_N = mkN007 "" ; - pro_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - pro_ch_itane_N = mkN071 "" ; - pro_ch_iten_A = mkA079 "" ; - pro_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - pro_ch_uvane_N = mkN071 "" ; - pro_ch_uvstvam_V = stateV (mkV186 "") ; - pro_ch_uvstvane_N = mkN071 "" ; - pro_ch_uvstven_A = mkA076 "" ; - pro_ch_uvstvenost_N = mkN049 "" ; - pro_ch_ut_A = mkA076 "" ; - pro_sh_arvam_V = actionV (mkV186 "") (mkV173 "") ; - pro_sh_arvane_N = mkN071 "" ; - pro_sh_enie_N = mkN072 "" ; - pro_sh_enopisec_N = mkN008a "" ; - pro_sh_epvam_V = actionV (mkV186 "") (mkV152 "") ; - pro_sh_epvane_N = mkN071 "" ; - pro_sh_etam_V = stateV (mkV186 "") ; - pro_sh_etane_N = mkN071 "" ; - pro_sh_ka_N = mkN041 "" ; - pro_sh_nurovam_V = stateV (mkV186 "") ; - pro_sh_nurovane_N = mkN071 "" ; - pro_sh_umol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pro_sh_umol_ja_vane_N = mkN071 "" ; - pro_sh_um_ja__V = stateV (mkV174 "") ; - pro_sh_u_sh_na_V = stateV (mkV152 "") ; - pro_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - pro_sht_avane_N = mkN071 "" ; - pro_sht_avka_N = mkN041 "" ; - pro_sht_alen_A = mkA079 "" ; - pro_sht_ypalnik_N = mkN014 "" ; - pro_ja_va_N = mkN041 "" ; - pro_ja_vitel_N = mkN031 "" ; - pro_ja_vlenie_N = mkN072 "" ; - pro_ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pro_ja_v_ja_vane_N = mkN071 "" ; - pro_ja_v_ja_va_sht__A = mkA076 "" ; - pro_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - pro_ja__zj_dane_N = mkN071 "" ; - pro_ja_snenie_N = mkN072 "" ; - pro_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - pro_ja_sn_ja_vane_N = mkN071 "" ; - pru_zj_ina_N = mkN041 "" ; - pru_zj_inen_A = mkA076 "" ; - pru_zj_iniram_V = stateV (mkV186 "") ; - pru_zj_inirane_N = mkN071 "" ; - pru_zj_inka_N = mkN041 "" ; - prusak_N = mkN014 "" ; - prusa_ch_ka_N = mkN041 "" ; - prusa_sh_ki_A = mkA078 "" ; - pruski_A = mkA078 "" ; - prust_N = mkN001 "" ; - prydla_N = mkN041 "" ; - prydlxo_N = mkN040 "" ; - prydn_ja__N = mkN047 "" ; - pry_zj_dosane_N = mkN071 "" ; - pry_zj_dosvam_V = actionV (mkV186 "") (mkV186 "") ; - pry_zj_dosvane_N = mkN071 "" ; - pry_zj_ka_N = mkN041 "" ; - prykvam_V = actionV (mkV186 "") (mkV152 "") ; - prykvane_N = mkN071 "" ; - prysvam_V = actionV (mkV186 "") (mkV152 "") ; - prysvane_N = mkN071 "" ; - pryska_N = mkN041 "" ; - pryskalka_N = mkN041 "" ; - pryskam_V = actionV (mkV186 "") (mkV152 "") ; - pryskane_N = mkN071 "" ; - pryska_ch__N = mkN007 "" ; - pryska_ch_en_A = mkA079 "" ; - pryska_ch_ka_N = mkN041 "" ; - pryst_N = mkN042 "" ; - prysten_A = mkA076 "" ; - prystenov_A = mkA076 "" ; - prystenoviden_A = mkA079 "" ; - prysten_ch_e_N = mkN065 "" ; - prystov_A = mkA076 "" ; - pryst_ch_e_N = mkN065 "" ; - pryt_N = mkN007 "" ; - pryhvam_V = actionV (mkV186 "") (mkV152 "") ; - pryhvane_N = mkN071 "" ; - pryhkav_A = mkA076 "" ; - pryhkavina_N = mkN041 "" ; - pryhkavost_N = mkN049 "" ; - pryhkam_V = stateV (mkV186 "") ; - pryhkane_N = mkN071 "" ; - pryhtene_N = mkN071 "" ; - pryht_ja__V = stateV (mkV177 "") ; - pry_ch__N = mkN001 "" ; - pry_ch_ica_N = mkN041 "" ; - pry_ch_ka_N = mkN041 "" ; - pry_ch_koviden_A = mkA079 "" ; - pr_ja_k_A = mkA081 "" ; - pr_ja_kor_N = mkN007 "" ; - pr_ja_m_A = mkA076 "" ; - pr_ja_modu_sh_en_A = mkA079 "" ; - pr_ja_modu_sh_ie_N = mkN072 "" ; - pr_ja_molineen_A = mkA085 "" ; - pr_ja_molinejnost_N = mkN049 "" ; - pr_ja_mota_N = mkN041 "" ; - pr_ja_porec_N = mkN008a "" ; - psalm_N = mkN007 "" ; - psalmodi_ja__N = mkN047 "" ; - psalmopevec_N = mkN008a "" ; - psalmopenie_N = mkN072 "" ; - psalt_N = mkN007 "" ; - psaltir_N = mkN007 "" ; - pse_N = mkN065 "" ; - psevdoanti_ch_en_A = mkA079 "" ; - psevdogoti_ch_eski_A = mkA078 "" ; - psevdo_zj_ivot_N = mkN007 "" ; - psevdointelektualec_N = mkN008a "" ; - psevdoklasicizym_N = mkN011 "" ; - psevdomarksi_ch_eski_A = mkA078 "" ; - psevdonauka_N = mkN041 "" ; - psevdonau_ch_en_A = mkA079 "" ; - psevdonau_ch_nost_N = mkN049 "" ; - psevdonim_N = mkN007 "" ; - psevdoslu_ch_aen_A = mkA085 "" ; - psevdoterminal_N = mkN007 "" ; - psevdoterminalen_A = mkA079 "" ; - psevdou_ch_en_A = mkA076 "" ; - psevdo_ch_ovek_N = mkN014 "" ; - psevdo_sht_astliv_A = mkA076 "" ; - psihiatri_ch_en_A = mkA079 "" ; - psihiatri_ch_eski_A = mkA078 "" ; - psihiatri_ja__N = mkN047 "" ; - psihiatyr_N = mkN009 "" ; - psihika_N = mkN041 "" ; - psihi_ch_en_A = mkA079 "" ; - psihi_ch_eski_A = mkA078 "" ; - psihi_ch_nobolen_A = mkA079 "" ; - psihoanaliz_N = mkN007 "" ; - psihoanalitik_N = mkN014 "" ; - psihoanaliti_ch_en_A = mkA079 "" ; - psihoza_N = mkN041 "" ; - psihoindeks_N = mkN007 "" ; - psihokontrol_N = mkN007 "" ; - psiholaboratori_ja__N = mkN047 "" ; - psiholingvistika_N = mkN041 "" ; - psiholog_N = mkN015 "" ; - psihologizym_N = mkN011 "" ; - psihologi_ch_en_A = mkA079 "" ; - psihologi_ch_eski_A = mkA078 "" ; - psihologi_ja__N = mkN047 "" ; - psiholo_zj_ka_N = mkN041 "" ; - psihomanipulaci_ja__N = mkN047 "" ; - psihometri_ch_en_A = mkA079 "" ; - psihometri_ch_eski_A = mkA078 "" ; - psihometri_ja__N = mkN047 "" ; - psihonevroza_N = mkN041 "" ; - psihonevrologi_ja__N = mkN047 "" ; - psihopat_N = mkN007 "" ; - psihopati_ja__N = mkN047 "" ; - psihopatka_N = mkN041 "" ; - psihopatolog_N = mkN015 "" ; - psihopatologi_ch_en_A = mkA079 "" ; - psihopatologi_ch_nost_N = mkN049 "" ; - psihopatologi_ja__N = mkN047 "" ; - psihorobot_N = mkN007 "" ; - psihosomati_ch_en_A = mkA079 "" ; - psihoterapevti_ch_en_A = mkA079 "" ; - psihoterapi_ja__N = mkN047 "" ; - psihotehni_ch_eski_A = mkA078 "" ; - psihotronen_A = mkA079 "" ; - psihofizika_N = mkN041 "" ; - psihofiziolog_N = mkN015 "" ; - psihofiziologi_ch_en_A = mkA079 "" ; - psihofiziologi_ch_eski_A = mkA078 "" ; - psihofiziologi_ja__N = mkN047 "" ; - psihofizi_ch_en_A = mkA079 "" ; - psihofizi_ch_eski_A = mkA078 "" ; - psihrometyr_N = mkN009 "" ; - psoriazis_N = mkN040a "" ; - psuvam_V = stateV (mkV186 "") ; - psuvn_ja__N = mkN047 "" ; - pterodaktil_N = mkN007 "" ; - pterodaktilopodoben_A = mkA079 "" ; - ptica_N = mkN041 "" ; - pticevyd_N = mkN007 "" ; - pticevyden_A = mkA079 "" ; - pticevydka_N = mkN041 "" ; - pticevydstvo_N = mkN054 "" ; - pticegadatel_N = mkN031a "" ; - pticegleda_ch__N = mkN007 "" ; - pticegleda_ch_ka_N = mkN041 "" ; - pticeprodavec_N = mkN008a "" ; - pticeferma_N = mkN041 "" ; - ptice_ch_ovka_N = mkN041 "" ; - pti_ch_ar_N = mkN031a "" ; - pti_ch_arka_N = mkN041 "" ; - pti_ch_arnik_N = mkN014 "" ; - pti_ch_e_N = mkN065 "" ; - pti_ch_ence_N = mkN066 "" ; - pti_ch_i_A = mkA078 "" ; - pti_ch_ka_N = mkN041 "" ; - pubertet_N = mkN007 "" ; - puberteten_A = mkA079 "" ; - publika_N = mkN041 "" ; - publikaci_ja__N = mkN047 "" ; - publikuvam_V = stateV (mkV186 "") ; - publikuvane_N = mkN071 "" ; - publicist_N = mkN007 "" ; - publicistika_N = mkN041 "" ; - publicisti_ch_en_A = mkA079 "" ; - publi_ch_en_A = mkA079 "" ; - publi_ch_nost_N = mkN049 "" ; - pudel_N = mkN007 "" ; - puding_N = mkN015 "" ; - pudra_N = mkN041 "" ; - pudrene_N = mkN065 "" ; - pudriera_N = mkN041 "" ; - pudrosvam_V = actionV (mkV186 "") (mkV186 "") ; - pudrosvane_N = mkN071 "" ; - pudr_ja__V = stateV (mkV173 "") ; - puerilen_A = mkA079 "" ; - puerilnost_N = mkN049 "" ; - pue_sh_ki_A = mkA078 "" ; - puzdrav_A = mkA076 "" ; - pujka_N = mkN041 "" ; - puj_ch_i_A = mkA087 "" ; - pukal_N = mkN007 "" ; - pukalo_N = mkN054 "" ; - pukam_V = actionV (mkV186 "") (mkV152 "") ; - pukane_N = mkN071 "" ; - pukanka_N = mkN041 "" ; - pukvam_V = actionV (mkV186 "") (mkV152 "") ; - pukvane_N = mkN071 "" ; - puknatina_N = mkN041 "" ; - puknica_N = mkN041 "" ; - pukot_N = mkN007 "" ; - pukotevica_N = mkN041 "" ; - pul_N = mkN001 "" ; - pulverizator_N = mkN007 "" ; - pulverizaci_ja__N = mkN047 "" ; - pulveriziram_V = stateV (mkV186 "") ; - pulverizirane_N = mkN071 "" ; - pule_N = mkN065 "" ; - pulene_N = mkN071 "" ; - pulmonalen_A = mkA079 "" ; - pulmonaren_A = mkA079 "" ; - pulover_N = mkN007 "" ; - pulp_N = mkN001 "" ; - pulpiram_V = stateV (mkV186 "") ; - pulpirane_N = mkN071 "" ; - pulpov_A = mkA076 "" ; - pulpoviden_A = mkA079 "" ; - puls_N = mkN001 "" ; - pulsar_N = mkN007 "" ; - pulsator_N = mkN007 "" ; - pulsaci_ja__N = mkN047 "" ; - pulsiram_V = stateV (mkV186 "") ; - pulsirane_N = mkN071 "" ; - pult_N = mkN001 "" ; - pul_ja__V = stateV (mkV173 "") ; - puma_N = mkN041 "" ; - pumpal_N = mkN007 "" ; - puni_ch_eski_A = mkA078 "" ; - punkt_N = mkN001 "" ; - punktir_N = mkN007 "" ; - punktiram_V = stateV (mkV186 "") ; - punktirane_N = mkN071 "" ; - punktov_A = mkA076 "" ; - punktuacionen_A = mkA079 "" ; - punktuaci_ja__N = mkN047 "" ; - punkci_ja__N = mkN047 "" ; - pun_sh__N = mkN001 "" ; - pupilaren_A = mkA079 "" ; - pura_N = mkN041 "" ; - purgativen_A = mkA079 "" ; - purizym_N = mkN011 "" ; - purist_N = mkN007 "" ; - puristi_ch_en_A = mkA079 "" ; - puristka_N = mkN041 "" ; - puritan_N = mkN007 "" ; - puritanizym_N = mkN011 "" ; - puritanin_N = mkN018 "" ; - puritanka_N = mkN041 "" ; - puritanski_A = mkA078 "" ; - puritanstvo_N = mkN054 "" ; - puritan_sht_ina_N = mkN041 "" ; - puroobrazen_A = mkA079 "" ; - purpuren_A = mkA079 "" ; - pusi_ja__N = mkN047 "" ; - pusk_N = mkN001 "" ; - puskam_V = actionV (mkV186 "") (mkV152 "") ; - puskane_N = mkN071 "" ; - puskatelen_A = mkA079 "" ; - puska_ch__N = mkN007 "" ; - puskov_A = mkA076 "" ; - pust_A = mkA076 "" ; - pusta_N = mkN041 "" ; - puste_ja__V = stateV (mkV160 "") ; - pustinen_A = mkA079 "" ; - pustinnik_N = mkN014 "" ; - pustinni_ch_eski_A = mkA078 "" ; - pustinni_ch_estvo_N = mkN054 "" ; - pustinni_ch_ka_N = mkN041 "" ; - pustin_ja__N = mkN047 "" ; - pustosvam_V = actionV (mkV186 "") (mkV186 "") ; - pustosvane_N = mkN071 "" ; - pustoslaven_A = mkA079 "" ; - pustoslavie_N = mkN072 "" ; - pustosloven_A = mkA076 "" ; - pustoslovie_N = mkN072 "" ; - pustota_N = mkN041 "" ; - pustoti_ja__N = mkN047 "" ; - pusto_sh__N = mkN049 "" ; - pufkam_V = actionV (mkV186 "") (mkV177 "") ; - pufkane_N = mkN071 "" ; - puh_N = mkN001 "" ; - puhane_N = mkN071 "" ; - puhvam_V = actionV (mkV186 "") (mkV186 "") ; - puhvane_N = mkN071 "" ; - puhen_A = mkA076 "" ; - puhest_A = mkA076 "" ; - puhkav_A = mkA076 "" ; - puhkavina_N = mkN041 "" ; - puhkavost_N = mkN049 "" ; - puhkam_V = actionV (mkV186 "") (mkV152 "") ; - puhkane_N = mkN071 "" ; - puhov_A = mkA076 "" ; - puhtene_N = mkN071 "" ; - puht_ja__V = stateV (mkV177 "") ; - puh_ch_e_N = mkN065 "" ; - pu_sh_a_V = stateV (mkV176 "") ; - pu_sh_aln_ja__N = mkN047 "" ; - pu_sh_a_ch__N = mkN007b "" ; - pu_sh_a_ch_ka_N = mkN041 "" ; - pu_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - pu_sh_vane_N = mkN071 "" ; - pu_sh_ek_N = mkN014 "" ; - pu_sh_en_A = mkA076 "" ; - pu_sh_ene_N = mkN071 "" ; - pu_sh_e_ch_en_A = mkA079 "" ; - pu_sh_ilka_N = mkN041 "" ; - pu_sh_ka_N = mkN041 "" ; - pu_sh_kalo_N = mkN054 "" ; - pu_sh_kam_V = actionV (mkV186 "") (mkV152 "") ; - pu_sh_kane_N = mkN071 "" ; - pu_sh_liv_A = mkA076 "" ; - pu_sht_am_V = stateV (mkV186 "") ; - pu_sht_ane_N = mkN071 "" ; - pu_sht_ina_N = mkN041 "" ; - pu_sht_inak_N = mkN014 "" ; - pu_sht_inski_A = mkA078 "" ; - pu_ja_k_N = mkN014 "" ; - pfalcgraf_N = mkN007 "" ; - pfalcgrafstvo_N = mkN054 "" ; - p_ch_ela_N = mkN041 "" ; - p_ch_elar_N = mkN031a "" ; - p_ch_elarka_N = mkN041 "" ; - p_ch_elarnik_N = mkN014 "" ; - p_ch_elarski_A = mkA078 "" ; - p_ch_elarstvo_N = mkN054 "" ; - p_ch_elen_A = mkA079 "" ; - p_ch_elin_N = mkN007 "" ; - p_ch_elnik_N = mkN014 "" ; - p_ch_elovyd_N = mkN007 "" ; - p_ch_elovydka_N = mkN041 "" ; - p_ch_elovydski_A = mkA078 "" ; - p_ch_elovydstvo_N = mkN054 "" ; - p_ch_elo_ja_d_N = mkN007 "" ; - p_sh_enica_N = mkN041 "" ; - p_sh_eni_ch_en_A = mkA076 "" ; - pydar_N = mkN031a "" ; - pydarin_N = mkN018 "" ; - pydarski_A = mkA078 "" ; - pydpydyk_N = mkN014 "" ; - pydpydy_ch_i_A = mkA078 "" ; - pyd_ja__V = stateV (mkV173 "") ; - pyzel_N = mkN007 "" ; - pyzla_N = mkN041 "" ; - pyzliv_A = mkA076 "" ; - pyzlivost_N = mkN049 "" ; - pyzlxo_N = mkN040 "" ; - pyklen_A = mkA076 "" ; - pykna_V = stateV (mkV152 "") ; - pykyl_N = mkN009 "" ; - pylen_A = mkA079 "" ; - pylza_ch__N = mkN007 "" ; - pylzene_N = mkN071 "" ; - pylz_ja__V = stateV (mkV177 "") ; - pylkovodec_N = mkN008a "" ; - pylkovodski_A = mkA078 "" ; - pylna_ch__N = mkN007 "" ; - pylna_ch_ka_N = mkN041 "" ; - pylne_zj__N = mkN007 "" ; - pylne_ja__V = stateV (mkV160 "") ; - pylnitel_N = mkN031 "" ; - pylni_ch_yk_A = mkA080 "" ; - pylnovlasten_A = mkA079 "" ; - pylnovlastie_N = mkN072 "" ; - pylnovoden_A = mkA079 "" ; - pylnovodie_N = mkN072 "" ; - pylnovrysten_A = mkA079 "" ; - pylnozvu_ch_en_A = mkA079 "" ; - pylnokryven_A = mkA079 "" ; - pylnokryvie_N = mkN072 "" ; - pylnoleten_A = mkA079 "" ; - pylnoletie_N = mkN072 "" ; - pylnolik_A = mkA076 "" ; - pylnolunie_N = mkN072 "" ; - pylnomaslen_A = mkA076 "" ; - pylnometra_zj_en_A = mkA079 "" ; - pylnomo_sht_en_A = mkA079 "" ; - pylnomo_sht_ie_N = mkN072 "" ; - pylnomo_sht_nik_N = mkN014 "" ; - pylnomo_sht_nica_N = mkN041 "" ; - pylnomo_sht_ni_ch_estvo_N = mkN054 "" ; - pylnopraven_A = mkA079 "" ; - pylnopravie_N = mkN072 "" ; - pylnostoen_A = mkA085 "" ; - pylnota_N = mkN041 "" ; - pylnotekstov_A = mkA076 "" ; - pylnofunkcionalen_A = mkA079 "" ; - pylnocveten_A = mkA079 "" ; - pylnocenen_A = mkA079 "" ; - pylnocennost_N = mkN049 "" ; - pyln_ja__V = stateV (mkV173 "") ; - pyl_ch_i_sht_e_N = mkN066 "" ; - pyn_N = mkN001 "" ; - pyp_N = mkN001 "" ; - pypen_A = mkA079 "" ; - pype_sh__N = mkN007 "" ; - pype_sh_ov_A = mkA076 "" ; - pypka_N = mkN041 "" ; - pypkoviden_A = mkA079 "" ; - pypkuvam_V = stateV (mkV186 "") ; - pypkuvane_N = mkN071 "" ; - pypl_ja__V = stateV (mkV173 "") ; - pyp_ch_asvam_V = actionV (mkV186 "") (mkV186 "") ; - pyp_ch_asvane_N = mkN071 "" ; - pyp_ch_est_A = mkA076 "" ; - pyp_ch_iv_A = mkA076 "" ; - pyp_ch_ivost_N = mkN049 "" ; - pyp_ch_ica_N = mkN041 "" ; - pyrvak_N = mkN014 "" ; - pyrva_ch_e_N = mkN065 "" ; - pyrvenec_N = mkN008a "" ; - pyrvenstvo_N = mkN054 "" ; - pyrvenstvuvam_V = stateV (mkV186 "") ; - pyrvenstvuvane_N = mkN071 "" ; - pyrveskin_ja__N = mkN047 "" ; - pyrvi_A = mkA078 "" ; - pyrvica_N = mkN041 "" ; - pyrvi_ch_en_A = mkA079 "" ; - pyrvi_ch_nost_N = mkN049 "" ; - pyrvobiten_A = mkA079 "" ; - pyrvobitnost_N = mkN049 "" ; - pyrvobra_ch_en_A = mkA079 "" ; - pyrvo_zj_rec_N = mkN008a "" ; - pyrvo_zj_rica_N = mkN041 "" ; - pyrvoizto_ch_nik_N = mkN014 "" ; - pyrvoka_ch_estven_A = mkA076 "" ; - pyrvoka_ch_estvenost_N = mkN049 "" ; - pyrvoklasen_A = mkA079 "" ; - pyrvoklasnik_N = mkN014 "" ; - pyrvoklasnica_N = mkN041 "" ; - pyrvoklasni_ch_ka_N = mkN041 "" ; - pyrvokursnik_N = mkN014 "" ; - pyrvokursnica_N = mkN041 "" ; - pyrvokursni_ch_ka_N = mkN041 "" ; - pyrvola_ch_e_N = mkN065 "" ; - pyrvomajski_A = mkA078 "" ; - pyrvomajstor_N = mkN007 "" ; - pyrvomy_ch_enik_N = mkN014 "" ; - pyrvona_ch_alen_A = mkA079 "" ; - pyrvoobraz_N = mkN007 "" ; - pyrvoobrazen_A = mkA079 "" ; - pyrvoprestolen_A = mkA079 "" ; - pyrvopri_ch_ina_N = mkN041 "" ; - pyrvorazreden_A = mkA084 "" ; - pyrvorazr_ja_dnost_N = mkN049 "" ; - pyrvoroden_A = mkA079 "" ; - pyrvorodstvo_N = mkN054 "" ; - pyrvosve_sht_enik_N = mkN014 "" ; - pyrvosve_sht_eni_ch_eski_A = mkA078 "" ; - pyrvostepenen_A = mkA079 "" ; - pyrvostepennost_N = mkN049 "" ; - pyrvou_ch_itel_N = mkN031a "" ; - pyrgav_A = mkA076 "" ; - pyrgavina_N = mkN041 "" ; - pyrgavost_N = mkN049 "" ; - pyr_zj_a_V = stateV (mkV176 "") ; - pyr_zj_ene_N = mkN071 "" ; - pyr_zj_ola_N = mkN041 "" ; - pyrzalka_N = mkN041 "" ; - pyrzal_ja_m_V = stateV (mkV187 "") ; - pyrzal_ja_ne_N = mkN071 "" ; - pyrlene_N = mkN071 "" ; - pyrl_ja__V = stateV (mkV173 "") ; - pyrpam_V = stateV (mkV186 "") ; - pyrpane_N = mkN071 "" ; - pyrpol_ja__V = stateV (mkV173 "") ; - pyrporene_N = mkN071 "" ; - pyrpor_ja__V = stateV (mkV173 "") ; - pyrtina_N = mkN041 "" ; - pyrtu_sh_ina_N = mkN041 "" ; - pyrham_V = stateV (mkV186 "") ; - pyrhane_N = mkN071 "" ; - pyrhot_N = mkN007 "" ; - pyrhutka_N = mkN041 "" ; - pyrcuca_N = mkN041 "" ; - pyr_ch_ov_A = mkA076 "" ; - pyr_ch_otina_N = mkN041 "" ; - pyr_sh_iv_A = mkA076 "" ; - pystre_ja__V = stateV (mkV160 "") ; - pystrilo_N = mkN054 "" ; - pystrina_N = mkN041 "" ; - pystrokril_A = mkA076 "" ; - pystrook_A = mkA076 "" ; - pystrota_N = mkN041 "" ; - pystrocveten_A = mkA079 "" ; - pystruga_N = mkN041 "" ; - pystr_ja__V = stateV (mkV173 "") ; - pystyr_A = mkA080 "" ; - pystyrva_N = mkN041 "" ; - pyt_N = mkN037 "" ; - pytevoden_A = mkA079 "" ; - pytevoditel_N = mkN031 "" ; - pyteka_N = mkN041 "" ; - pyten_A = mkA079 "" ; - pytepis_N = mkN007 "" ; - pytepisec_N = mkN008a "" ; - pytepokazatel_N = mkN031 "" ; - pyteukazatel_N = mkN031 "" ; - pyte_ch_ka_N = mkN041 "" ; - pyte_sh_estvam_V = stateV (mkV186 "") ; - pyte_sh_estvane_N = mkN071 "" ; - pyte_sh_estvenik_N = mkN014 "" ; - pyte_sh_estvenica_N = mkN041 "" ; - pyte_sh_estvie_N = mkN072 "" ; - pyte_sh_estvuvam_V = stateV (mkV186 "") ; - pyte_sh_estvuvane_N = mkN071 "" ; - pytnik_N = mkN014 "" ; - pytnica_N = mkN041 "" ; - pytni_ch_eski_A = mkA078 "" ; - pytni_ch_ka_N = mkN041 "" ; - pytni_sh_ki_A = mkA078 "" ; - pytnopava_zj_en_A = mkA079 "" ; - pytnostroitelen_A = mkA079 "" ; - pytnotransporten_A = mkA079 "" ; - pytuvam_V = stateV (mkV186 "") ; - pytuvane_N = mkN071 "" ; - pyham_V = actionV (mkV186 "") (mkV152 "") ; - pyhane_N = mkN071 "" ; - pyhvam_V = actionV (mkV186 "") (mkV152 "") ; - pyhvane_N = mkN071 "" ; - pyhtene_N = mkN071 "" ; - pyht_ja__V = stateV (mkV177 "") ; - py_ch_a_V = stateV (mkV176 "") ; - py_ch_ene_N = mkN071 "" ; - py_sh_kam_V = stateV (mkV186 "") ; - py_sh_kane_N = mkN071 "" ; - p_iu_vinistka_N = mkN041 "" ; - p_iu_pityr_N = mkN009 "" ; - p_iu_re_N = mkN065 "" ; - p_ja_na_N = mkN043 "" ; - p_ja_syk_N = mkN014 "" ; - p_ja_sy_ch_en_A = mkA079 "" ; - p_ja_sy_ch_nik_N = mkN014 "" ; - rabat_N = mkN007 "" ; - rabin_ja__N = mkN047 "" ; - rabolepen_A = mkA079 "" ; - rabolepie_N = mkN072 "" ; - rabolepni_ch_a_V = stateV (mkV176 "") ; - rabolepni_ch_ene_N = mkN071 "" ; - rabolepnost_N = mkN049 "" ; - rabolepstvam_V = stateV (mkV186 "") ; - rabolepstvane_N = mkN071 "" ; - rabolepstvie_N = mkN072 "" ; - rabolepstvo_N = mkN054 "" ; - rabolepstvuvam_V = stateV (mkV186 "") ; - rabolepstvuvane_N = mkN071 "" ; - rabota_N = mkN041 "" ; - raboten_A = mkA079 "" ; - rabotene_N = mkN071 "" ; - rabotilnica_N = mkN041 "" ; - rabotliv_A = mkA076 "" ; - rabotlivost_N = mkN049 "" ; - rabotnik_N = mkN014 "" ; - rabotnica_N = mkN041 "" ; - rabotni_ch_eski_A = mkA078 "" ; - rabotni_ch_estvo_N = mkN054 "" ; - rabotni_ch_ka_N = mkN041 "" ; - rabotodatel_N = mkN031a "" ; - rabotodatelka_N = mkN041 "" ; - rabotodatelski_A = mkA078 "" ; - rabotosposoben_A = mkA079 "" ; - rabotosposobnost_N = mkN049 "" ; - rabotoholik_N = mkN014 "" ; - rabotoholi_ch_ka_N = mkN041 "" ; - rabot_ja__V = stateV (mkV173 "") ; - rabski_A = mkA078 "" ; - raven_A = mkA079 "" ; - ravenstvo_N = mkN054 "" ; - ravin_N = mkN007 "" ; - ravinski_A = mkA078 "" ; - ravinstvo_N = mkN054 "" ; - raviola_N = mkN041 "" ; - ravnene_N = mkN071 "" ; - ravnenie_N = mkN072 "" ; - ravnec_N = mkN008 "" ; - ravnina_N = mkN041 "" ; - ravninen_A = mkA079 "" ; - ravni_sht_e_N = mkN066 "" ; - ravnoapostol_N = mkN007 "" ; - ravnobedren_A = mkA076 "" ; - ravnobedrenik_N = mkN014 "" ; - ravnovesen_A = mkA079 "" ; - ravnovesie_N = mkN072 "" ; - ravnodejstvie_N = mkN072 "" ; - ravnodejstvuva_sht__A = mkA076 "" ; - ravnodenstven_A = mkA076 "" ; - ravnodenstvie_N = mkN072 "" ; - ravnodu_sh_en_A = mkA079 "" ; - ravnodu_sh_ie_N = mkN072 "" ; - ravnozna_ch_en_A = mkA079 "" ; - ravnozna_ch_e_sht__A = mkA076 "" ; - ravnozna_ch_nost_N = mkN049 "" ; - ravnolicev_A = mkA076 "" ; - ravnomeren_A = mkA079 "" ; - ravnomernost_N = mkN049 "" ; - ravnootsto_ja__V = stateV (mkV180 "") ; - ravnopostaven_A = mkA076 "" ; - ravnopotencialen_A = mkA079 "" ; - ravnopraven_A = mkA079 "" ; - ravnopravie_N = mkN072 "" ; - ravnoramenen_A = mkA079 "" ; - ravnosilen_A = mkA079 "" ; - ravnosmetka_N = mkN041 "" ; - ravnosmislen_A = mkA076 "" ; - ravnosri_ch_en_A = mkA079 "" ; - ravnostoen_A = mkA085 "" ; - ravnostojnost_N = mkN049 "" ; - ravnostranen_A = mkA079 "" ; - ravnouskoren_A = mkA076 "" ; - ravnouskorenie_N = mkN072 "" ; - ravnouskoritelen_A = mkA079 "" ; - ravnocenen_A = mkA079 "" ; - ravnocennost_N = mkN049 "" ; - ravnoygylen_A = mkA079 "" ; - ravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ravn_ja_vane_N = mkN071 "" ; - ragu_N = mkN065 "" ; - radar_N = mkN007 "" ; - radaren_A = mkA079 "" ; - radvam_V = stateV (mkV186 "") ; - radvane_N = mkN071 "" ; - radetel_N = mkN031a "" ; - radetelka_N = mkN041 "" ; - rade_ja__V = stateV (mkV160 "") ; - radialen_A = mkA079 "" ; - radian_N = mkN007 "" ; - radiator_N = mkN007 "" ; - radiacionen_A = mkA079 "" ; - radiaci_ja__N = mkN047 "" ; - radiev_A = mkA076 "" ; - radij_N = mkN032 "" ; - radikal_N = mkN007 "" ; - radikalen_A = mkA079 "" ; - radikalizym_N = mkN011 "" ; - radikalski_A = mkA078 "" ; - radio_N = mkN054 "" ; - radioabonament_N = mkN007 "" ; - radioabonat_N = mkN007 "" ; - radioaktiven_A = mkA079 "" ; - radioaktivnost_N = mkN049 "" ; - radioantena_N = mkN041 "" ; - radioaparat_N = mkN007 "" ; - radioastronomi_ch_eski_A = mkA078 "" ; - radioastronomi_ja__N = mkN047 "" ; - radiovest_N = mkN049 "" ; - radiovestnik_N = mkN014 "" ; - radiovryzka_N = mkN041 "" ; - radiovylna_N = mkN041 "" ; - radiovylnov_A = mkA076 "" ; - radiogenen_A = mkA079 "" ; - radiogovoritel_N = mkN031a "" ; - radiogovoritelka_N = mkN041 "" ; - radiogoniometri_ja__N = mkN047 "" ; - radiograma_N = mkN041 "" ; - radiogramofon_N = mkN007 "" ; - radiograf_N = mkN007a "" ; - radioelektron_N = mkN007 "" ; - radioelektronika_N = mkN041 "" ; - radiozase_ch_nik_N = mkN014 "" ; - radiokoncert_N = mkN007 "" ; - radiolampa_N = mkN041 "" ; - radiolog_N = mkN015 "" ; - radiologi_ja__N = mkN047 "" ; - radiolokator_N = mkN007 "" ; - radiolokacionen_A = mkA079 "" ; - radiolokaci_ja__N = mkN047 "" ; - radiol_iu_bitel_N = mkN031a "" ; - radiol_iu_bitelka_N = mkN041 "" ; - radiomagnetofon_N = mkN007 "" ; - radiometyr_N = mkN009 "" ; - radiomonta_zj__N = mkN007 "" ; - radioorkestyr_N = mkN009 "" ; - radiopelengator_N = mkN007 "" ; - radiopiesa_N = mkN041 "" ; - radiopredavam_V = stateV (mkV186 "") ; - radiopredavane_N = mkN071 "" ; - radiopredavatel_N = mkN031 "" ; - radiopredavatelen_A = mkA079 "" ; - radiopriematel_N = mkN031a "" ; - radiopriemnik_N = mkN014 "" ; - radioprograma_N = mkN041 "" ; - radiorazpryskvane_N = mkN071 "" ; - radioreporta_zj__N = mkN007 "" ; - radioreporter_N = mkN007 "" ; - radiosvyrzo_ch_en_A = mkA079 "" ; - radiosignal_N = mkN007 "" ; - radioskazka_N = mkN041 "" ; - radioslu_sh_alka_N = mkN041 "" ; - radioslu_sh_atel_N = mkN031a "" ; - radioslu_sh_atelka_N = mkN041 "" ; - radiosonda_N = mkN041 "" ; - radiosonda_zj__N = mkN007 "" ; - radiosredstvo_N = mkN054 "" ; - radiostanci_ja__N = mkN047 "" ; - radiosyob_sht_enie_N = mkN072 "" ; - radioteatyr_N = mkN009 "" ; - radiotelevizionen_A = mkA079 "" ; - radiotelegrama_N = mkN041 "" ; - radiotelegraf_N = mkN007 "" ; - radiotelegrafen_A = mkA079 "" ; - radiotelegrafist_N = mkN007 "" ; - radiotelegrafistka_N = mkN041 "" ; - radiotelegrafi_ja__N = mkN047 "" ; - radiotelefon_N = mkN007 "" ; - radiotelefoni_ja__N = mkN047 "" ; - radioterapi_ja__N = mkN047 "" ; - radiotehnik_N = mkN014 "" ; - radiotehnika_N = mkN041 "" ; - radiotehni_ch_eski_A = mkA078 "" ; - radioto_ch_ka_N = mkN041 "" ; - radiotranslacionen_A = mkA079 "" ; - radiouredba_N = mkN041 "" ; - radioustrojstvo_N = mkN054 "" ; - radiofar_N = mkN007 "" ; - radiofikaci_ja__N = mkN047 "" ; - radioficiram_V = stateV (mkV186 "") ; - radioficiran_A = mkA076 "" ; - radioficirane_N = mkN071 "" ; - radiofon_N = mkN007 "" ; - radiohor_N = mkN007 "" ; - radiocentyr_N = mkN009a "" ; - radio_ch_as_N = mkN007 "" ; - radio_ch_estota_N = mkN041 "" ; - radio_sh_kaf_N = mkN001 "" ; - radist_N = mkN007 "" ; - radistka_N = mkN041 "" ; - radius_N = mkN007 "" ; - radiusen_A = mkA079 "" ; - radomirec_N = mkN008a "" ; - radost_N = mkN049 "" ; - radosten_A = mkA079 "" ; - radu_sh_en_A = mkA079 "" ; - radu_sh_nost_N = mkN049 "" ; - ra_zj_daemost_N = mkN049 "" ; - ra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - ra_zj_dane_N = mkN071 "" ; - raz_N = mkN001 "" ; - razarhiviram_V = stateV (mkV186 "") ; - razarhivirane_N = mkN071 "" ; - razbesn_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razbesn_ja_vane_N = mkN071 "" ; - razbesuvam_V = actionV (mkV186 "") (mkV160 "") ; - razbesuvane_N = mkN071 "" ; - razbivaem_A = mkA076 "" ; - razbivam_V = actionV (mkV186 "") (mkV163 "") ; - razbivane_N = mkN071 "" ; - razbiva_ch__N = mkN007 "" ; - razbiva_ch_ka_N = mkN041 "" ; - razbivka_N = mkN041 "" ; - razbintovam_V = stateV (mkV186 "") ; - razbintovane_N = mkN071 "" ; - razbiraem_A = mkA076 "" ; - razbiraemost_N = mkN049 "" ; - razbiram_V = actionV (mkV186 "") (mkV170 "") ; - razbirane_N = mkN071 "" ; - razbiratelstvo_N = mkN054 "" ; - razbit_A = mkA076 "" ; - razbi_ch_kane_N = mkN071 "" ; - razbi_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - razbi_ch_kvane_N = mkN071 "" ; - razbi_sh_kan_A = mkA076 "" ; - razble_ja__V = stateV (mkV160 "") ; - razbluden_A = mkA079 "" ; - razblyskane_N = mkN071 "" ; - razblyskvam_V = actionV (mkV186 "") (mkV186 "") ; - razblyskvane_N = mkN071 "" ; - razbogat_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razboj_N = mkN032 "" ; - razbojnik_N = mkN014a "" ; - razbojnica_N = mkN041 "" ; - razbojni_ch_eski_A = mkA078 "" ; - razbojni_ch_estvam_V = stateV (mkV186 "") ; - razbojni_ch_estvane_N = mkN071 "" ; - razbojni_ch_estvo_N = mkN054 "" ; - razbojni_ch_estvuvam_V = stateV (mkV186 "") ; - razbojni_ch_estvuvane_N = mkN071 "" ; - razbojni_sh_ki_A = mkA078 "" ; - razbol_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razbol_ja_vane_N = mkN071 "" ; - razbor_N = mkN007 "" ; - razbrad_ja__V = stateV (mkV174 "") ; - razbra_zj_dane_N = mkN071 "" ; - razbran_A = mkA076 "" ; - razbranost_N = mkN049 "" ; - razbry_sht_olev_ja_m_V = stateV (mkV187 "") ; - razbry_sht_olev_ja_ne_N = mkN071 "" ; - razbu_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - razbu_zj_dane_N = mkN071 "" ; - razbulvam_V = actionV (mkV186 "") (mkV173 "") ; - razbulvane_N = mkN071 "" ; - razbul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razbul_ja_ne_N = mkN071 "" ; - razbunvam_V = actionV (mkV186 "") (mkV173 "") ; - razbunvane_N = mkN071 "" ; - razbuntuvam_V = stateV (mkV186 "") ; - razbuntuvane_N = mkN071 "" ; - razbun_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razbun_ja_ne_N = mkN071 "" ; - razbutane_N = mkN071 "" ; - razbutvam_V = actionV (mkV186 "") (mkV186 "") ; - razbutvane_N = mkN071 "" ; - razbu_sh_am_V = stateV (mkV186 "") ; - razbu_sh_uvam_V = stateV (mkV186 "") ; - razbu_sh_uvane_N = mkN071 "" ; - razbybr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razbybr_ja_ne_N = mkN071 "" ; - razbylnikane_N = mkN071 "" ; - razbylnikvam_V = actionV (mkV186 "") (mkV186 "") ; - razbylnikvane_N = mkN071 "" ; - razbyrborvam_V = actionV (mkV186 "") (mkV173 "") ; - razbyrborvane_N = mkN071 "" ; - razbyrzvam_V = actionV (mkV186 "") (mkV186 "") ; - razbyrzvane_N = mkN071 "" ; - razbyrkan_A = mkA076 "" ; - razbyrkanost_N = mkN049 "" ; - razbyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - razbyrkvane_N = mkN071 "" ; - razbyrnikvam_V = actionV (mkV186 "") (mkV186 "") ; - razb_ja_gane_N = mkN071 "" ; - razb_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - razb_ja_gvane_N = mkN071 "" ; - razvala_N = mkN041 "" ; - razvalen_A = mkA076 "" ; - razvalina_N = mkN041 "" ; - razval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razval_ja_ne_N = mkN071 "" ; - razvar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvar_ja_vane_N = mkN071 "" ; - razvar_ja_ne_N = mkN071 "" ; - razveden_A = mkA076 "" ; - razvedka_N = mkN041 "" ; - razvedr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvedr_ja_vane_N = mkN071 "" ; - razved_ch_ik_N = mkN014 "" ; - razve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - razve_zj_dane_N = mkN071 "" ; - razvejprah_N = mkN001 "" ; - razven_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - razven_ch_avane_N = mkN071 "" ; - razveselenost_N = mkN049 "" ; - razveselitelen_A = mkA079 "" ; - razvesel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvesel_ja_vane_N = mkN071 "" ; - razvivam_V = actionV (mkV186 "") (mkV163 "") ; - razvivane_N = mkN071 "" ; - razvidele_ja__V = stateV (mkV160 "") ; - razvidel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvidel_ja_vane_N = mkN071 "" ; - razvikvam_V = actionV (mkV186 "") (mkV186 "") ; - razvikvane_N = mkN071 "" ; - razviln_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razviln_ja_vane_N = mkN071 "" ; - razvintvam_V = actionV (mkV186 "") (mkV173 "") ; - razvintvane_N = mkN071 "" ; - razviram_V = stateV (mkV186 "") ; - razvirane_N = mkN071 "" ; - razvit_A = mkA076 "" ; - razvitie_N = mkN072 "" ; - razvitl_ja__V = stateV (mkV173 "") ; - razvitost_N = mkN049 "" ; - razvihr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razvihr_ja_ne_N = mkN071 "" ; - razvla_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - razvla_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razvla_ch_vane_N = mkN071 "" ; - razvlekatelen_A = mkA079 "" ; - razvle_ch_enie_N = mkN072 "" ; - razvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - razvli_ch_ane_N = mkN071 "" ; - razvod_N = mkN007 "" ; - razvoda_ch__N = mkN007 "" ; - razvoden_A = mkA079 "" ; - razvodn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvodn_ja_vane_N = mkN071 "" ; - razvoen_A = mkA085 "" ; - razvoj_N = mkN032 "" ; - razvone_ja__V = stateV (mkV160 "") ; - razvon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razvon_ja_vane_N = mkN071 "" ; - razvrat_N = mkN007 "" ; - razvraten_A = mkA079 "" ; - razvratenost_N = mkN049 "" ; - razvratitelen_A = mkA079 "" ; - razvratnik_N = mkN014a "" ; - razvratnica_N = mkN041 "" ; - razvratni_ch_a_V = stateV (mkV176 "") ; - razvratni_ch_ene_N = mkN071 "" ; - razvratni_ch_eski_A = mkA078 "" ; - razvratnost_N = mkN049 "" ; - razvra_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - razvra_sht_avane_N = mkN071 "" ; - razvra_sht_enie_N = mkN072 "" ; - razvre_zj_dam_V = stateV (mkV186 "") ; - razvryzka_N = mkN041 "" ; - razvry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - razvry_sht_ane_N = mkN071 "" ; - razvr_ja__V = stateV (mkV177 "") ; - razvyden_A = mkA079 "" ; - razvydnik_N = mkN014 "" ; - razvy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - razvy_zj_dane_N = mkN071 "" ; - razvylnuvam_V = stateV (mkV186 "") ; - razvylnuvane_N = mkN071 "" ; - razvylnuvanost_N = mkN049 "" ; - razvyrv_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razvyrv_ja_vane_N = mkN071 "" ; - razvyrv_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - razvyrv_ja_ne_N = mkN071 "" ; - razvyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - razvyrzvane_N = mkN071 "" ; - razvyrtam_V = actionV (mkV186 "") (mkV177 "") ; - razvyrtane_N = mkN071 "" ; - razvyrtvam_V = actionV (mkV186 "") (mkV177 "") ; - razvyrtvane_N = mkN071 "" ; - razvyrt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razvyrt_ja_vane_N = mkN071 "" ; - razv_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - razv_ja_vane_N = mkN071 "" ; - razgadavam_V = actionV (mkV186 "") (mkV161 "") ; - razgadavane_N = mkN071 "" ; - razgalvam_V = actionV (mkV186 "") (mkV173 "") ; - razgalvane_N = mkN071 "" ; - razgar_N = mkN007 "" ; - razgar_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - razgar_ja_ne_N = mkN071 "" ; - razgatvam_V = actionV (mkV186 "") (mkV152 "") ; - razgatvane_N = mkN071 "" ; - razga_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - razga_sht_vane_N = mkN071 "" ; - razga_sht_enost_N = mkN049 "" ; - razga_sht__ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razga_sht__ja_ne_N = mkN071 "" ; - razglagolstvam_V = stateV (mkV186 "") ; - razglagolstvane_N = mkN071 "" ; - razglasa_N = mkN041 "" ; - razglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razglas_ja_vane_N = mkN071 "" ; - razglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razglas_ja_ne_N = mkN071 "" ; - razgledane_N = mkN071 "" ; - razgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - razgle_zj_dane_N = mkN071 "" ; - razglezvam_V = actionV (mkV186 "") (mkV173 "") ; - razglezvane_N = mkN071 "" ; - razglezen_A = mkA076 "" ; - razglezenost_N = mkN049 "" ; - razglob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razglob_ja_vane_N = mkN071 "" ; - razglob_ja_em_A = mkA076 "" ; - razgnev_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razgnev_ja_vane_N = mkN071 "" ; - razgovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razgovar_ja_ne_N = mkN071 "" ; - razgovor_N = mkN007 "" ; - razgovoren_A = mkA079 "" ; - razgovorliv_A = mkA076 "" ; - razgovorlivost_N = mkN049 "" ; - razgovornik_N = mkN014 "" ; - razgovor_ch_iv_A = mkA076 "" ; - razgov_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razgov_ja_vane_N = mkN071 "" ; - razgod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razgod_ja_vane_N = mkN071 "" ; - razgolvam_V = actionV (mkV186 "") (mkV173 "") ; - razgolvane_N = mkN071 "" ; - razgologyzvam_V = stateV (mkV186 "") ; - razgologyzvane_N = mkN071 "" ; - razgol_ja_ne_N = mkN071 "" ; - razgonvam_V = actionV (mkV186 "") (mkV173 "") ; - razgonvane_N = mkN071 "" ; - razgon_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razgon_ja_ne_N = mkN071 "" ; - razgore_sht_en_A = mkA076 "" ; - razgore_sht_enost_N = mkN049 "" ; - razgore_sht__ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razgore_sht__ja_vane_N = mkN071 "" ; - razgor_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razgor_ja_vane_N = mkN071 "" ; - razgrabvam_V = actionV (mkV186 "") (mkV173 "") ; - razgrabvane_N = mkN071 "" ; - razgra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - razgra_zj_dane_N = mkN071 "" ; - razgra_zj_da_sht__A = mkA076 "" ; - razgrani_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - razgrani_ch_avane_N = mkN071 "" ; - razgrani_ch_enie_N = mkN072 "" ; - razgrani_ch_itelen_A = mkA079 "" ; - razgrafen_A = mkA079 "" ; - razgraf_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razgraf_ja_vane_N = mkN071 "" ; - razgrom_N = mkN007 "" ; - razgromitelen_A = mkA079 "" ; - razgrom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razgrom_ja_vane_N = mkN071 "" ; - razgry_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - razgry_sht_ane_N = mkN071 "" ; - razgr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razgr_ja_vane_N = mkN071 "" ; - razgulen_A = mkA079 "" ; - razgulnost_N = mkN049 "" ; - razgyvam_V = actionV (mkV186 "") (mkV152 "") ; - razgyvane_N = mkN071 "" ; - razgyvatelen_A = mkA079 "" ; - razgyva_ch__N = mkN007 "" ; - razgyna_V = stateV (mkV152 "") ; - razgyrdvam_V = actionV (mkV186 "") (mkV173 "") ; - razgyrdvane_N = mkN071 "" ; - razgyrd_ja_ne_N = mkN071 "" ; - razgyrm_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razgyrm_ja_vane_N = mkN071 "" ; - razgyrnatost_N = mkN049 "" ; - razdavam_V = actionV (mkV168 "") (mkV168 "") ; - razdavane_N = mkN071 "" ; - razdavatelen_A = mkA079 "" ; - razdava_ch__N = mkN007b "" ; - razdava_ch_ka_N = mkN041 "" ; - razdale_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - razdale_ch_avane_N = mkN071 "" ; - razdale_ch_enie_N = mkN072 "" ; - razdale_ch_enost_N = mkN049 "" ; - razdvi_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - razdvi_zj_vane_N = mkN071 "" ; - razdvoen_A = mkA076 "" ; - razdvoenie_N = mkN072 "" ; - razdvoenost_N = mkN049 "" ; - razdvo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - razdvo_ja_vane_N = mkN071 "" ; - razdel_N = mkN007 "" ; - razdelen_A = mkA079 "" ; - razdelenie_N = mkN072 "" ; - razdelitel_N = mkN031 "" ; - razdelitelen_A = mkA079 "" ; - razdelka_N = mkN041 "" ; - razdelnopolov_A = mkA076 "" ; - razdelnost_N = mkN049 "" ; - razdel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razdel_ja_ne_N = mkN071 "" ; - razden_ja__V = stateV (mkV173 "") ; - razdigam_V = actionV (mkV186 "") (mkV152 "") ; - razdigane_N = mkN071 "" ; - razdipl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razdipl_ja_ne_N = mkN071 "" ; - razdiram_V = actionV (mkV186 "") (mkV170 "") ; - razdirane_N = mkN071 "" ; - razdiratelen_A = mkA079 "" ; - razdir_ja__V = stateV (mkV173 "") ; - razdor_N = mkN007 "" ; - razdoren_A = mkA079 "" ; - razdornik_N = mkN014 "" ; - razdornica_N = mkN041 "" ; - razdrazvam_V = actionV (mkV186 "") (mkV173 "") ; - razdrazvane_N = mkN071 "" ; - razdraznen_A = mkA076 "" ; - razdraznenie_N = mkN072 "" ; - razdraznenost_N = mkN049 "" ; - razdraznimost_N = mkN049 "" ; - razdraznitel_N = mkN031 "" ; - razdraznitelen_A = mkA079 "" ; - razdraznitelnost_N = mkN049 "" ; - razdrazn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razdrazn_ja_ne_N = mkN071 "" ; - razdran_A = mkA076 "" ; - razdroben_A = mkA076 "" ; - razdrobenost_N = mkN049 "" ; - razdrobitel_N = mkN031 "" ; - razdrob_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - razdrob_ja_vane_N = mkN071 "" ; - razdrusane_N = mkN071 "" ; - razdrusvam_V = actionV (mkV186 "") (mkV173 "") ; - razdrusvane_N = mkN071 "" ; - razdrynkam_V = actionV (mkV186 "") (mkV178 "") ; - razdrynkane_N = mkN071 "" ; - razdrynkvam_V = actionV (mkV186 "") (mkV178 "") ; - razdrynkvane_N = mkN071 "" ; - razdryn_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - razdryn_ch_avane_N = mkN071 "" ; - razduvaem_A = mkA076 "" ; - razduvam_V = actionV (mkV186 "") (mkV163 "") ; - razduvane_N = mkN071 "" ; - razdumane_N = mkN071 "" ; - razdumvam_V = actionV (mkV186 "") (mkV186 "") ; - razdumvane_N = mkN071 "" ; - razdumka_N = mkN041 "" ; - razdumkam_V = stateV (mkV186 "") ; - razdumkane_N = mkN071 "" ; - razduhane_N = mkN071 "" ; - razduhvam_V = actionV (mkV186 "") (mkV186 "") ; - razduhvane_N = mkN071 "" ; - razdyvkvam_V = actionV (mkV186 "") (mkV186 "") ; - razdyvkvane_N = mkN071 "" ; - razdyl_zj_en_A = mkA076 "" ; - razdyrdor_ja__V = stateV (mkV173 "") ; - razdyrpane_N = mkN071 "" ; - razdyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - razdyrpvane_N = mkN071 "" ; - razd_ja_vam_V = actionV (mkV186 "") (mkV153 "") ; - razd_ja_la_N = mkN041 "" ; - razedinen_A = mkA076 "" ; - razedinenie_N = mkN072 "" ; - razedinenost_N = mkN049 "" ; - razedinitel_N = mkN031 "" ; - razedinitelen_A = mkA079 "" ; - razedin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razedin_ja_vane_N = mkN071 "" ; - razen_A = mkA079 "" ; - razeht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razeht_ja_vane_N = mkN071 "" ; - raz_zj_alvam_V = actionV (mkV186 "") (mkV173 "") ; - raz_zj_alvan_A = mkA076 "" ; - raz_zj_alvane_N = mkN071 "" ; - raz_zj_ar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - raz_zj_ena_V = stateV (mkV152 "") ; - raz_zj_envam_V = actionV (mkV186 "") (mkV173 "") ; - raz_zj_envane_N = mkN071 "" ; - razzelene_ja__V = stateV (mkV160 "") ; - razzelen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razzelen_ja_vane_N = mkN071 "" ; - razzemam_V = actionV (mkV186 "") (mkV171 "") ; - razzinvam_V = actionV (mkV186 "") (mkV152 "") ; - razzinvane_N = mkN071 "" ; - razigravam_V = actionV (mkV186 "") (mkV161 "") ; - razigravane_N = mkN071 "" ; - raziskvam_V = stateV (mkV186 "") ; - raziskvane_N = mkN071 "" ; - raziskren_A = mkA076 "" ; - raziskr_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - raziskr_ja_ne_N = mkN071 "" ; - razkaz_N = mkN007 "" ; - razkazvam_V = actionV (mkV186 "") (mkV156 "") ; - razkazvane_N = mkN071 "" ; - razkazvatelen_A = mkA079 "" ; - razkazva_ch__N = mkN007b "" ; - razkazva_ch_ka_N = mkN041 "" ; - razkazen_A = mkA079 "" ; - razkaz_ch_e_N = mkN065 "" ; - razkajvam_V = actionV (mkV186 "") (mkV162 "") ; - razkajvane_N = mkN071 "" ; - razkalvam_V = actionV (mkV186 "") (mkV174 "") ; - razkalvane_N = mkN071 "" ; - razkaluger_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razkaluger_ja_vane_N = mkN071 "" ; - razkal_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razkal_ja_ne_N = mkN071 "" ; - razkandyrdisvam_V = actionV (mkV186 "") (mkV186 "") ; - razkandyrdisvane_N = mkN071 "" ; - razkapan_A = mkA076 "" ; - razkapanost_N = mkN049 "" ; - razkapvam_V = actionV (mkV186 "") (mkV154 "") ; - razkapvane_N = mkN071 "" ; - razkarvam_V = actionV (mkV186 "") (mkV186 "") ; - razkarvane_N = mkN071 "" ; - razkatavam_V = actionV (mkV186 "") (mkV161 "") ; - razkatavane_N = mkN071 "" ; - razka_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razka_ch_vane_N = mkN071 "" ; - razka_sh_en_A = mkA076 "" ; - razka_sh_kane_N = mkN071 "" ; - razka_sh_kvam_V = actionV (mkV186 "") (mkV186 "") ; - razka_sh_kvane_N = mkN071 "" ; - razka_sh_l_ja_m_V = stateV (mkV187 "") ; - razka_sh_l_ja_ne_N = mkN071 "" ; - razka_ja_n_A = mkA076 "" ; - razka_ja_nie_N = mkN072 "" ; - razka_ja_nik_N = mkN014 "" ; - razka_ja_nica_N = mkN041 "" ; - razka_ja_nost_N = mkN049 "" ; - razkvartiruvam_V = stateV (mkV186 "") ; - razkvartiruvane_N = mkN071 "" ; - razkvasa_N = mkN041 "" ; - razkvasvam_V = actionV (mkV186 "") (mkV173 "") ; - razkvasvane_N = mkN071 "" ; - razkisvam_V = actionV (mkV186 "") (mkV152 "") ; - razkisvane_N = mkN071 "" ; - razkiskvam_V = stateV (mkV186 "") ; - razkiskvane_N = mkN071 "" ; - razklada_V = stateV (mkV145 "") ; - razkladka_N = mkN041 "" ; - razklaten_A = mkA079 "" ; - razkla_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - razkla_sht_ane_N = mkN071 "" ; - razklon_N = mkN007 "" ; - razklonen_A = mkA079 "" ; - razklonenie_N = mkN072 "" ; - razklonitel_N = mkN031 "" ; - razklonitelen_A = mkA079 "" ; - razklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razklon_ja_vane_N = mkN071 "" ; - razklopane_N = mkN071 "" ; - razklopvane_N = mkN071 "" ; - razkovavam_V = actionV (mkV186 "") (mkV151 "") ; - razkovavane_N = mkN071 "" ; - razkovni_ch_e_N = mkN065 "" ; - razkodiram_V = stateV (mkV186 "") ; - razkodirane_N = mkN071 "" ; - razkol_N = mkN007 "" ; - razkolebavam_V = actionV (mkV186 "") (mkV161 "") ; - razkolebavane_N = mkN071 "" ; - razkolebanie_N = mkN072 "" ; - razkolnik_N = mkN014 "" ; - razkolnica_N = mkN041 "" ; - razkolni_ch_eski_A = mkA078 "" ; - razkolni_ch_estvo_N = mkN054 "" ; - razkompresiram_V = stateV (mkV186 "") ; - razkompresirane_N = mkN071 "" ; - razkopavam_V = actionV (mkV186 "") (mkV161 "") ; - razkopavane_N = mkN071 "" ; - razkopka_N = mkN041 "" ; - razkop_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - razkop_ch_avane_N = mkN071 "" ; - razkop_ch_e_ja__V = stateV (mkV160a "") ; - razko_sh__N = mkN007 "" ; - razko_sh_en_A = mkA079 "" ; - razkras_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razkras_ja_vane_N = mkN071 "" ; - razkra_ch__N = mkN007 "" ; - razkra_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razkra_ch_vane_N = mkN071 "" ; - razkra_ch_en_A = mkA076 "" ; - razkrepost_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razkrepost_ja_vane_N = mkN071 "" ; - razkre_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razkre_sht__ja_vane_N = mkN071 "" ; - razkrivam_V = actionV (mkV186 "") (mkV163 "") ; - razkrivane_N = mkN071 "" ; - razkriven_A = mkA076 "" ; - razkrivenost_N = mkN049 "" ; - razkriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razkriv_ja_vane_N = mkN071 "" ; - razkriptiram_V = stateV (mkV186 "") ; - razkritie_N = mkN072 "" ; - razkritikuvam_V = stateV (mkV186 "") ; - razkritikuvane_N = mkN071 "" ; - razkro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - razkro_ja_vane_N = mkN071 "" ; - razkr_ja_skvam_V = stateV (mkV186 "") ; - razkr_ja_skvane_N = mkN071 "" ; - razkula_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razkula_ch_vane_N = mkN071 "" ; - razkupvam_V = actionV (mkV186 "") (mkV174 "") ; - razkupvane_N = mkN071 "" ; - razkupuvam_V = actionV (mkV186 "") (mkV176 "") ; - razkupuvane_N = mkN071 "" ; - razkydr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razkydr_ja_ne_N = mkN071 "" ; - razkynt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razkynt_ja_vane_N = mkN071 "" ; - razkyrvav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razkyrvav_ja_vane_N = mkN071 "" ; - razkyrvav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razkyrvav_ja_ne_N = mkN071 "" ; - razkyrv_ja__V = stateV (mkV174 "") ; - razkyrtvam_V = actionV (mkV186 "") (mkV173 "") ; - razkyrtvane_N = mkN071 "" ; - razkyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - razkyr_sh_vane_N = mkN071 "" ; - razkyr_sh_en_A = mkA076 "" ; - razkysane_N = mkN071 "" ; - razkysanost_N = mkN049 "" ; - razkysvam_V = actionV (mkV186 "") (mkV186 "") ; - razkysvane_N = mkN071 "" ; - razlagam_V = actionV (mkV186 "") (mkV176 "") ; - razlagane_N = mkN071 "" ; - razlajvam_V = actionV (mkV186 "") (mkV162 "") ; - razlajvane_N = mkN071 "" ; - razlat_A = mkA076 "" ; - razlepvam_V = actionV (mkV186 "") (mkV174 "") ; - razlepvane_N = mkN071 "" ; - razlep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razlep_ja_vane_N = mkN071 "" ; - razlep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razlep_ja_ne_N = mkN071 "" ; - razliv_A = mkA076 "" ; - razlivam_V = actionV (mkV186 "") (mkV164 "") ; - razlivane_N = mkN071 "" ; - razliven_A = mkA079 "" ; - razligav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razligav_ja_ne_N = mkN071 "" ; - razlika_N = mkN041 "" ; - razlistvam_V = actionV (mkV186 "") (mkV173 "") ; - razlistvane_N = mkN071 "" ; - razlist_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razlist_ja_ne_N = mkN071 "" ; - razlitam_V = actionV (mkV186 "") (mkV176 "") ; - razlitane_N = mkN071 "" ; - razli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - razli_ch_avane_N = mkN071 "" ; - razli_ch_en_A = mkA079 "" ; - razli_ch_ie_N = mkN072 "" ; - razli_ch_im_A = mkA076 "" ; - razli_ch_imost_N = mkN049 "" ; - razli_ch_itelen_A = mkA079 "" ; - razlo_zj_enie_N = mkN072 "" ; - razlo_zj_itelen_A = mkA079 "" ; - razlom_N = mkN007 "" ; - razlom_ja__V = stateV (mkV174 "") ; - razluduvam_V = actionV (mkV186 "") (mkV160 "") ; - razluduvane_N = mkN071 "" ; - razlud_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razlud_ja_vane_N = mkN071 "" ; - razlyka_N = mkN041 "" ; - razly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razly_ch_vane_N = mkN071 "" ; - razl_iu_bvam_V = actionV (mkV186 "") (mkV173 "") ; - razl_iu_bvane_N = mkN071 "" ; - razl_iu_l_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razl_iu_l_ja_vane_N = mkN071 "" ; - razl_iu_tvam_V = actionV (mkV186 "") (mkV174 "") ; - razl_iu_t_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razl_iu_t_ja_vane_N = mkN071 "" ; - razl_ja_n_A = mkA076 "" ; - razl_ja_t_A = mkA081 "" ; - razl_ja_tost_N = mkN049 "" ; - razmagnitvam_V = stateV (mkV186 "") ; - razmazvam_V = actionV (mkV186 "") (mkV156 "") ; - razmazvane_N = mkN071 "" ; - razmarkiram_V = stateV (mkV186 "") ; - razmarkirane_N = mkN071 "" ; - razmah_N = mkN040a "" ; - razmahane_N = mkN071 "" ; - razmahvam_V = actionV (mkV186 "") (mkV186 "") ; - razmahvane_N = mkN071 "" ; - razmacvam_V = actionV (mkV186 "") (mkV186 "") ; - razma_ch_kane_N = mkN071 "" ; - razma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - razmekvam_V = actionV (mkV186 "") (mkV152 "") ; - razmekvane_N = mkN071 "" ; - razmenen_A = mkA079 "" ; - razmen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razmen_ja_vane_N = mkN071 "" ; - razmen_ja_em_A = mkA076 "" ; - razmen_ja_emost_N = mkN049 "" ; - razmen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razmen_ja_ne_N = mkN071 "" ; - razmer_N = mkN007 "" ; - razmervam_V = actionV (mkV186 "") (mkV173 "") ; - razmervane_N = mkN071 "" ; - razmeren_A = mkA079 "" ; - razmerka_N = mkN041 "" ; - razmesvam_V = actionV (mkV186 "") (mkV173 "") ; - razmesvane_N = mkN071 "" ; - razmestvam_V = actionV (mkV186 "") (mkV173 "") ; - razmestvane_N = mkN071 "" ; - razme_ch_tavam_V = actionV (mkV186 "") (mkV161 "") ; - razme_ch_tavane_N = mkN071 "" ; - razmivam_V = actionV (mkV186 "") (mkV163 "") ; - razmivane_N = mkN071 "" ; - razminavam_V = actionV (mkV186 "") (mkV152 "") ; - razminavane_N = mkN071 "" ; - razmiren_A = mkA079 "" ; - razmirie_N = mkN072 "" ; - razmirisvam_V = actionV (mkV186 "") (mkV159 "") ; - razmirisvane_N = mkN071 "" ; - razmirica_N = mkN041 "" ; - razmirnik_N = mkN014 "" ; - razmirnica_N = mkN041 "" ; - razmir_ja__V = stateV (mkV174 "") ; - razmisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razmisl_ja_ne_N = mkN071 "" ; - razmisyl_N = mkN009 "" ; - razmit_A = mkA076 "" ; - razmitam_V = actionV (mkV186 "") (mkV145 "") ; - razmitkvam_V = actionV (mkV186 "") (mkV186 "") ; - razmitkvane_N = mkN071 "" ; - razmi_sh_lenie_N = mkN072 "" ; - razmi_sh_l_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - razmi_sh_l_ja_vane_N = mkN071 "" ; - razmno_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - razmno_zj_avane_N = mkN071 "" ; - razmno_zj_enie_N = mkN072 "" ; - razmno_zj_itelen_A = mkA079 "" ; - razmotavam_V = actionV (mkV186 "") (mkV161 "") ; - razmotavane_N = mkN071 "" ; - razmraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razmraz_ja_vane_N = mkN071 "" ; - razmyknat_A = mkA076 "" ; - razmyrdvam_V = actionV (mkV186 "") (mkV186 "") ; - razmyrdvane_N = mkN071 "" ; - razmyrmorvam_V = actionV (mkV186 "") (mkV186 "") ; - razmyrmorvane_N = mkN071 "" ; - razmytvam_V = actionV (mkV186 "") (mkV173 "") ; - razmytvane_N = mkN071 "" ; - razm_ja_na_N = mkN043 "" ; - razm_ja_tam_V = actionV (mkV186 "") (mkV152 "") ; - razm_ja_tane_N = mkN071 "" ; - raznas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - raznas_ja_ne_N = mkN071 "" ; - raznebitvam_V = actionV (mkV186 "") (mkV173 "") ; - raznebitvane_N = mkN071 "" ; - raznebiten_A = mkA079 "" ; - raznebitenost_N = mkN049 "" ; - razne_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - razne_zj_vane_N = mkN071 "" ; - razne_zj_en_A = mkA079 "" ; - razne_zj_enost_N = mkN049 "" ; - razni_A = mkA078 "" ; - raznizvam_V = actionV (mkV186 "") (mkV156 "") ; - raznizvane_N = mkN071 "" ; - razni_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - razni_sht_vane_N = mkN071 "" ; - razni_sht__ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razni_sht__ja_ne_N = mkN071 "" ; - raznobagren_A = mkA076 "" ; - raznoviden_A = mkA079 "" ; - raznovidnost_N = mkN049 "" ; - raznoglas_N = mkN007 "" ; - raznoglasen_A = mkA079 "" ; - raznoglasie_N = mkN072 "" ; - raznogled_N = mkN007 "" ; - raznogledstvo_N = mkN054 "" ; - raznoezi_ch_en_A = mkA079 "" ; - raznoezi_ch_ie_N = mkN072 "" ; - raznoimenen_A = mkA079 "" ; - raznokalibren_A = mkA076 "" ; - raznoka_ch_estven_A = mkA076 "" ; - raznolik_A = mkA076 "" ; - raznolikost_N = mkN049 "" ; - raznomislie_N = mkN072 "" ; - raznoobrazen_A = mkA079 "" ; - raznoobrazie_N = mkN072 "" ; - raznoobraznost_N = mkN049 "" ; - raznoobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raznoobraz_ja_vane_N = mkN071 "" ; - raznoplemenen_A = mkA079 "" ; - raznore_ch_iv_A = mkA076 "" ; - raznoroden_A = mkA079 "" ; - raznorodnost_N = mkN049 "" ; - raznos_N = mkN007 "" ; - raznosva_ch__N = mkN007b "" ; - raznosva_ch_ka_N = mkN041 "" ; - raznosen_A = mkA079 "" ; - raznoska_N = mkN041 "" ; - raznostranen_A = mkA079 "" ; - raznostrannost_N = mkN049 "" ; - raznosystaven_A = mkA079 "" ; - raznocvet_N = mkN007 "" ; - raznocveten_A = mkA079 "" ; - raznocvetnost_N = mkN049 "" ; - razobli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - razobli_ch_avane_N = mkN071 "" ; - razobli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - razobli_ch_ane_N = mkN071 "" ; - razobli_ch_enie_N = mkN072 "" ; - razobli_ch_itel_N = mkN031a "" ; - razobli_ch_itelen_A = mkA079 "" ; - razopakovam_V = stateV (mkV186 "") ; - razopakovane_N = mkN071 "" ; - razoravam_V = actionV (mkV186 "") (mkV151 "") ; - razoravane_N = mkN071 "" ; - razoren_A = mkA079 "" ; - razorenie_N = mkN072 "" ; - razoritel_N = mkN031a "" ; - razoritelen_A = mkA079 "" ; - razory_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - razory_zj_avane_N = mkN071 "" ; - razory_zj_enie_N = mkN072 "" ; - razor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razor_ja_vane_N = mkN071 "" ; - razotivam_V = actionV (mkV186 "") (mkV146 "") ; - razotivane_N = mkN071 "" ; - razohkvam_V = actionV (mkV186 "") (mkV186 "") ; - razohkvane_N = mkN071 "" ; - razo_ch_arovam_V = stateV (mkV186 "") ; - razo_ch_arovan_A = mkA076 "" ; - razo_ch_arovane_N = mkN071 "" ; - razo_ch_arovanie_N = mkN072 "" ; - razpad_N = mkN007 "" ; - razpadam_V = actionV (mkV186 "") (mkV152 "") ; - razpadane_N = mkN071 "" ; - razpakovam_V = stateV (mkV186 "") ; - razpakovane_N = mkN071 "" ; - razpalvam_V = actionV (mkV186 "") (mkV173 "") ; - razpalvane_N = mkN071 "" ; - razpalen_A = mkA079 "" ; - razpalenost_N = mkN049 "" ; - razpal_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razpal_ja_ne_N = mkN071 "" ; - razpar_ja_m_V = stateV (mkV187 "") ; - razpar_ja_ne_N = mkN071 "" ; - razpasa_V = stateV (mkV145a "") ; - razpasan_A = mkA076 "" ; - razpasanost_N = mkN049 "" ; - razpasvam_V = actionV (mkV186 "") (mkV159 "") ; - razpasvane_N = mkN071 "" ; - razpenvam_V = actionV (mkV186 "") (mkV173 "") ; - razpenvane_N = mkN071 "" ; - razpervam_V = actionV (mkV186 "") (mkV173 "") ; - razpervane_N = mkN071 "" ; - razperdu_sh_invam_V = actionV (mkV186 "") (mkV173 "") ; - razperdu_sh_invane_N = mkN071 "" ; - razperen_A = mkA079 "" ; - razperenost_N = mkN049 "" ; - razpeti_A = mkA078 "" ; - razpe_ch_atane_N = mkN071 "" ; - razpe_ch_atvam_V = actionV (mkV186 "") (mkV186 "") ; - razpe_ch_atvane_N = mkN071 "" ; - razpe_ch_atka_N = mkN041 "" ; - razpe_ch_at_ja__V = stateV (mkV173 "") ; - razpil_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razpil_ja_vane_N = mkN071 "" ; - razpil_ja_nost_N = mkN049 "" ; - razpis_N = mkN007 "" ; - razpisanie_N = mkN072 "" ; - razpisvam_V = actionV (mkV186 "") (mkV159 "") ; - razpisvane_N = mkN071 "" ; - razpisen_A = mkA079 "" ; - razpiska_N = mkN041 "" ; - razpiskane_N = mkN071 "" ; - razpiskvam_V = actionV (mkV186 "") (mkV186 "") ; - razpit_N = mkN007 "" ; - razpitane_N = mkN071 "" ; - razpitvam_V = actionV (mkV186 "") (mkV186 "") ; - razpitvane_N = mkN071 "" ; - razpitva_ch__N = mkN007 "" ; - razpi_sht_olvam_V = actionV (mkV186 "") (mkV173 "") ; - razpi_sht_olvane_N = mkN071 "" ; - razpi_sht__ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razpi_sht__ja_vane_N = mkN071 "" ; - razpi_ja__V = stateV (mkV163 "") ; - razplakan_A = mkA076 "" ; - razplakvam_V = actionV (mkV186 "") (mkV155 "") ; - razplakvane_N = mkN071 "" ; - razplata_N = mkN041 "" ; - razpla_sht_am_V = actionV (mkV186 "") (mkV174 "") ; - razpla_sht_ane_N = mkN071 "" ; - razpla_sht_atelen_A = mkA079 "" ; - razpleskane_N = mkN071 "" ; - razpleskvam_V = actionV (mkV186 "") (mkV186 "") ; - razpleskvane_N = mkN071 "" ; - razple_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - razple_sht_vane_N = mkN071 "" ; - razpliskane_N = mkN071 "" ; - razpliskvam_V = actionV (mkV186 "") (mkV186 "") ; - razpliskvane_N = mkN071 "" ; - razplitam_V = actionV (mkV186 "") (mkV145 "") ; - razplitane_N = mkN071 "" ; - razplod_N = mkN007 "" ; - razploden_A = mkA079 "" ; - razplodnik_N = mkN014 "" ; - razplod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razplod_ja_vane_N = mkN071 "" ; - razpluvam_V = actionV (mkV186 "") (mkV163 "") ; - razpluvane_N = mkN071 "" ; - razplut_A = mkA076 "" ; - razplutost_N = mkN049 "" ; - razpna_V = stateV (mkV152 "") ; - razpovivam_V = actionV (mkV186 "") (mkV163 "") ; - razpovivane_N = mkN071 "" ; - razpod_ja_lba_N = mkN041 "" ; - razpoznavaem_A = mkA076 "" ; - razpoznavam_V = actionV (mkV186 "") (mkV161 "") ; - razpoznavane_N = mkN071 "" ; - razpoznat_A = mkA076 "" ; - razpokysane_N = mkN071 "" ; - razpokysanost_N = mkN049 "" ; - razpokysvam_V = actionV (mkV186 "") (mkV186 "") ; - razpokysvane_N = mkN071 "" ; - razpolagaem_A = mkA076 "" ; - razpolagam_V = actionV (mkV186 "") (mkV176 "") ; - razpolagane_N = mkN071 "" ; - razpolov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razpolov_ja_vane_N = mkN071 "" ; - razpolo_zj_en_A = mkA076 "" ; - razpolo_zj_enie_N = mkN072 "" ; - razpolo_zj_enost_N = mkN049 "" ; - razpopvam_V = actionV (mkV186 "") (mkV173 "") ; - razpopvane_N = mkN071 "" ; - razporvam_V = actionV (mkV186 "") (mkV173 "") ; - razporvane_N = mkN071 "" ; - razporedba_N = mkN041 "" ; - razporeditel_N = mkN031a "" ; - razporeditelen_A = mkA079 "" ; - razporeditelka_N = mkN041 "" ; - razporeditelnost_N = mkN049 "" ; - razporednik_N = mkN014 "" ; - razpore_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - razpore_zj_dane_N = mkN071 "" ; - razpo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - razpo_ja_vane_N = mkN071 "" ; - razpra_N = mkN041 "" ; - razprava_N = mkN041 "" ; - razpravi_ja__N = mkN047 "" ; - razprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razprav_ja_ne_N = mkN071 "" ; - razpran_A = mkA076 "" ; - razpra_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - razpra_sht_ane_N = mkN071 "" ; - razpra_sht__ja__V = stateV (mkV177 "") ; - razpreda_V = stateV (mkV145 "") ; - razpredelenie_N = mkN072 "" ; - razpredelitel_N = mkN031 "" ; - razpredelitelen_A = mkA079 "" ; - razpredel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razpredel_ja_ne_N = mkN071 "" ; - razprikazvam_V = actionV (mkV186 "") (mkV156 "") ; - razprikazvane_N = mkN071 "" ; - razprodavam_V = actionV (mkV186 "") (mkV186 "") ; - razprodavane_N = mkN071 "" ; - razproda_zj_ba_N = mkN041 "" ; - razprostiram_V = actionV (mkV186 "") (mkV150 "") ; - razprostirane_N = mkN071 "" ; - razprostranen_A = mkA076 "" ; - razprostranenie_N = mkN072 "" ; - razprostranenost_N = mkN049 "" ; - razprostranitel_N = mkN031a "" ; - razprostranitelen_A = mkA079 "" ; - razprostranitelka_N = mkN041 "" ; - razprostran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razprostran_ja_vane_N = mkN071 "" ; - razprostr_ja_nost_N = mkN049 "" ; - razprost_ja__V = stateV (mkV174 "") ; - razprysvam_V = actionV (mkV186 "") (mkV152 "") ; - razprysvane_N = mkN071 "" ; - razpryskane_N = mkN071 "" ; - razpryskvaem_A = mkA076 "" ; - razpryskvam_V = actionV (mkV186 "") (mkV186 "") ; - razpryskvane_N = mkN071 "" ; - razpryskva_ch__N = mkN007 "" ; - razpryskva_ch_ka_N = mkN041 "" ; - razprysnat_A = mkA076 "" ; - razprysnatost_N = mkN049 "" ; - razpr_ja_gam_V = actionV (mkV186 "") (mkV186 "") ; - razpr_ja_gane_N = mkN071 "" ; - razpsuvam_V = stateV (mkV186 "") ; - razpsuvane_N = mkN071 "" ; - razpukane_N = mkN071 "" ; - razpukvam_V = actionV (mkV186 "") (mkV186 "") ; - razpukvane_N = mkN071 "" ; - razpuskam_V = actionV (mkV186 "") (mkV152 "") ; - razpuskane_N = mkN071 "" ; - razpusnat_A = mkA076 "" ; - razpusnatost_N = mkN049 "" ; - razpu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - razpu_sht_ane_N = mkN071 "" ; - razpyvam_V = actionV (mkV186 "") (mkV152 "") ; - razpyvane_N = mkN071 "" ; - razpyva_ch_ka_N = mkN041 "" ; - razpy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - razpy_zj_dane_N = mkN071 "" ; - razpynka_N = mkN041 "" ; - razpypvam_V = actionV (mkV186 "") (mkV173 "") ; - razpypvane_N = mkN071 "" ; - razpyp_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razpyp_ja_ne_N = mkN071 "" ; - razpyt_N = mkN007 "" ; - razpyten_A = mkA079 "" ; - razpyht_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razpyht_ja_vane_N = mkN071 "" ; - razp_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - razp_ja_vane_N = mkN071 "" ; - razp_ja_tie_N = mkN072 "" ; - razrabotvam_V = actionV (mkV186 "") (mkV173 "") ; - razrabotvane_N = mkN071 "" ; - razrabotka_N = mkN041 "" ; - razrabot_ch_ik_N = mkN014 "" ; - razrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razrav_ja_ne_N = mkN071 "" ; - razraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razraz_ja_vane_N = mkN071 "" ; - razran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razran_ja_vane_N = mkN071 "" ; - razrasna_V = stateV (mkV152 "") ; - razrastvam_V = actionV (mkV186 "") (mkV145 "") ; - razrastvane_N = mkN071 "" ; - razrastyk_N = mkN014 "" ; - razrevavam_V = actionV (mkV186 "") (mkV151 "") ; - razrevavane_N = mkN071 "" ; - razred_N = mkN007 "" ; - razreden_A = mkA076 "" ; - razredenost_N = mkN049 "" ; - razreditel_N = mkN031 "" ; - razredka_N = mkN041 "" ; - razred_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razred_ja_vane_N = mkN071 "" ; - razre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - razre_zj_dane_N = mkN071 "" ; - razrez_N = mkN007 "" ; - razresvam_V = actionV (mkV186 "") (mkV176 "") ; - razresvane_N = mkN071 "" ; - razre_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - razre_sh_avane_N = mkN071 "" ; - razre_sh_vane_N = mkN071 "" ; - razre_sh_enie_N = mkN072 "" ; - razre_sh_im_A = mkA076 "" ; - razre_sh_imost_N = mkN049 "" ; - razre_sh_itelen_A = mkA079 "" ; - razre_sh_itelno_N = mkN062 "" ; - razriv_N = mkN007 "" ; - razrivam_V = actionV (mkV186 "") (mkV163 "") ; - razrivane_N = mkN071 "" ; - razridavam_V = actionV (mkV186 "") (mkV161 "") ; - razridavane_N = mkN071 "" ; - razrina_V = stateV (mkV152 "") ; - razritvam_V = actionV (mkV186 "") (mkV186 "") ; - razronvam_V = actionV (mkV186 "") (mkV173 "") ; - razronvane_N = mkN071 "" ; - razrohva_ch__N = mkN007 "" ; - razrohkane_N = mkN071 "" ; - razrohkvam_V = actionV (mkV186 "") (mkV186 "") ; - razrohkvane_N = mkN071 "" ; - razro_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - razro_sh_vane_N = mkN071 "" ; - razruha_N = mkN041 "" ; - razru_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - razru_sh_avane_N = mkN071 "" ; - razru_sh_enie_N = mkN072 "" ; - razru_sh_im_A = mkA076 "" ; - razru_sh_itel_N = mkN031a "" ; - razru_sh_itelen_A = mkA079 "" ; - razru_sh_itelnost_N = mkN049 "" ; - razryfane_N = mkN071 "" ; - razryfanost_N = mkN049 "" ; - razryfvam_V = actionV (mkV186 "") (mkV186 "") ; - razryfvane_N = mkN071 "" ; - razr_ja_d_N = mkN007 "" ; - razr_ja_zvam_V = actionV (mkV186 "") (mkV186 "") ; - razr_ja_zvane_N = mkN071 "" ; - razsad_N = mkN007 "" ; - razsadnik_N = mkN014 "" ; - razsa_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - razsa_zj_dane_N = mkN071 "" ; - razsvirvam_V = actionV (mkV186 "") (mkV173 "") ; - razsvirvane_N = mkN071 "" ; - razsedlavam_V = actionV (mkV186 "") (mkV161 "") ; - razsedlavane_N = mkN071 "" ; - razsejvam_V = actionV (mkV186 "") (mkV164 "") ; - razsejvane_N = mkN071 "" ; - razsejka_N = mkN041 "" ; - razselvam_V = actionV (mkV186 "") (mkV173 "") ; - razselvane_N = mkN071 "" ; - razse_ch_en_A = mkA076 "" ; - razse_ja_n_A = mkA076 "" ; - razse_ja_nost_N = mkN049 "" ; - razsilen_A = mkA079 "" ; - razsilna_N = mkN041 "" ; - razsip_N = mkN007 "" ; - razsipvam_V = actionV (mkV186 "") (mkV154 "") ; - razsipvane_N = mkN071 "" ; - razsipi_ja__N = mkN047 "" ; - razsipnik_N = mkN014 "" ; - razsipnica_N = mkN041 "" ; - razsipni_ch_eski_A = mkA078 "" ; - razsipni_ch_estvo_N = mkN054 "" ; - razsi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - razsi_ch_ane_N = mkN071 "" ; - razska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - razska_ch_ane_N = mkN071 "" ; - razslabvam_V = actionV (mkV186 "") (mkV173 "") ; - razslabvane_N = mkN071 "" ; - razslabenost_N = mkN049 "" ; - razslabitelen_A = mkA079 "" ; - razsledvam_V = stateV (mkV186 "") ; - razsledvane_N = mkN071 "" ; - razsloenie_N = mkN072 "" ; - razslo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - razslo_ja_vane_N = mkN071 "" ; - razsmivam_V = actionV (mkV186 "") (mkV160 "") ; - razsmivane_N = mkN071 "" ; - razsmyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razsmyrd_ja_vane_N = mkN071 "" ; - razsopoliv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razsopoliv_ja_ne_N = mkN071 "" ; - razsro_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razsro_ch_vane_N = mkN071 "" ; - razsro_ch_ka_N = mkN041 "" ; - razstav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razstav_ja_ne_N = mkN071 "" ; - razstilam_V = actionV (mkV186 "") (mkV173 "") ; - razstilane_N = mkN071 "" ; - razstlan_A = mkA076 "" ; - razsto_ja_nie_N = mkN072 "" ; - razstrel_N = mkN007 "" ; - razstrelvam_V = actionV (mkV186 "") (mkV187 "") ; - razstrelvane_N = mkN071 "" ; - razstroen_A = mkA076 "" ; - razstroenost_N = mkN049 "" ; - razstrojvam_V = actionV (mkV186 "") (mkV175 "") ; - razstrojvane_N = mkN071 "" ; - razstrojstvo_N = mkN054 "" ; - razsukvam_V = actionV (mkV186 "") (mkV155 "") ; - razsukvane_N = mkN071 "" ; - razsyble_ch_enost_N = mkN049 "" ; - razsybli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - razsybli_ch_ane_N = mkN071 "" ; - razsyditelen_A = mkA079 "" ; - razsyditelnost_N = mkN049 "" ; - razsydliv_A = mkA076 "" ; - razsydlivost_N = mkN049 "" ; - razsydyk_N = mkN014 "" ; - razsydy_ch_en_A = mkA079 "" ; - razsydy_ch_nost_N = mkN049 "" ; - razsy_zj_davam_V = actionV (mkV186 "") (mkV173 "") ; - razsy_zj_davane_N = mkN071 "" ; - razsy_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - razsy_zj_dane_N = mkN071 "" ; - razsy_zj_denie_N = mkN072 "" ; - razsymvam_V = actionV (mkV186 "") (mkV152 "") ; - razsymvane_N = mkN071 "" ; - razsynvam_V = actionV (mkV186 "") (mkV173 "") ; - razsynvane_N = mkN071 "" ; - razsyrdvam_V = actionV (mkV186 "") (mkV173 "") ; - razsyrdvane_N = mkN071 "" ; - razsyhvam_V = actionV (mkV186 "") (mkV152 "") ; - razsyhvane_N = mkN071 "" ; - razs_ja_vam_V = actionV (mkV186 "") (mkV164 "") ; - razs_ja_vane_N = mkN071 "" ; - raztakavam_V = actionV (mkV186 "") (mkV161 "") ; - raztakavane_N = mkN071 "" ; - raztakane_N = mkN071 "" ; - raztap_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - raztap_ja_ne_N = mkN071 "" ; - raztvar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raztvar_ja_ne_N = mkN071 "" ; - raztvor_N = mkN007 "" ; - raztvorim_A = mkA076 "" ; - raztvorimost_N = mkN049 "" ; - raztvoritel_N = mkN031 "" ; - razteg_N = mkN015 "" ; - raztegaem_A = mkA076 "" ; - raztegaemost_N = mkN049 "" ; - raztegatelen_A = mkA079 "" ; - raztega_ch__N = mkN007 "" ; - raztega_ch_ka_N = mkN041 "" ; - razteglenost_N = mkN049 "" ; - raztegliv_A = mkA076 "" ; - razteglivost_N = mkN049 "" ; - raztegl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raztegl_ja_ne_N = mkN071 "" ; - raztegnatost_N = mkN049 "" ; - raztikane_N = mkN071 "" ; - raztikvam_V = actionV (mkV186 "") (mkV186 "") ; - raztikvane_N = mkN071 "" ; - razti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - razti_ch_ane_N = mkN071 "" ; - razti_ch_vam_V = actionV (mkV186 "") (mkV186 "") ; - razti_ch_vane_N = mkN071 "" ; - raztlaskvam_V = actionV (mkV186 "") (mkV186 "") ; - raztlaskvane_N = mkN071 "" ; - raztovara_ch__N = mkN007b "" ; - raztovarvam_V = actionV (mkV186 "") (mkV173 "") ; - raztovarvane_N = mkN071 "" ; - raztovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raztovar_ja_ne_N = mkN071 "" ; - raztopimost_N = mkN049 "" ; - raztop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raztop_ja_vane_N = mkN071 "" ; - razto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razto_ch_vane_N = mkN071 "" ; - razto_ch_itel_N = mkN031a "" ; - razto_ch_itelen_A = mkA079 "" ; - razto_ch_itelka_N = mkN041 "" ; - razto_ch_itelnost_N = mkN049 "" ; - razto_ch_itelstvam_V = stateV (mkV186 "") ; - razto_ch_itelstvane_N = mkN071 "" ; - razto_ch_itelstvo_N = mkN054 "" ; - razto_ch_itelstvuvam_V = stateV (mkV186 "") ; - razto_ch_itelstvuvane_N = mkN071 "" ; - razto_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - razto_sht_avane_N = mkN071 "" ; - raztrakane_N = mkN071 "" ; - raztrakvam_V = actionV (mkV186 "") (mkV186 "") ; - raztrakvane_N = mkN071 "" ; - raztrebvam_V = actionV (mkV186 "") (mkV173 "") ; - raztrebvane_N = mkN071 "" ; - raztrevo_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - raztrevo_zj_vane_N = mkN071 "" ; - raztrevo_zj_en_A = mkA076 "" ; - raztrevo_zj_enost_N = mkN049 "" ; - raztreperan_A = mkA076 "" ; - raztrepervam_V = actionV (mkV186 "") (mkV173 "") ; - raztrepervane_N = mkN071 "" ; - raztresvam_V = actionV (mkV186 "") (mkV145 "") ; - raztresvane_N = mkN071 "" ; - raztrivam_V = actionV (mkV186 "") (mkV163 "") ; - raztrivane_N = mkN071 "" ; - raztrivka_N = mkN041 "" ; - raztrisam_V = stateV (mkV186 "") ; - raztrisane_N = mkN071 "" ; - raztrogvaem_A = mkA076 "" ; - raztrogvaemost_N = mkN049 "" ; - raztrogvam_V = actionV (mkV186 "") (mkV152 "") ; - raztrogvane_N = mkN071 "" ; - raztrojstvo_N = mkN054 "" ; - raztropane_N = mkN071 "" ; - raztropvam_V = actionV (mkV186 "") (mkV186 "") ; - raztropvane_N = mkN071 "" ; - raztro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - raztro_sh_avane_N = mkN071 "" ; - raztryb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raztryb_ja_vane_N = mkN071 "" ; - raztupane_N = mkN071 "" ; - raztupvam_V = actionV (mkV186 "") (mkV186 "") ; - raztupvane_N = mkN071 "" ; - raztupkane_N = mkN071 "" ; - raztupkvam_V = actionV (mkV186 "") (mkV186 "") ; - raztupkvane_N = mkN071 "" ; - raztupt_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - raztupt_ja_vane_N = mkN071 "" ; - razturvam_V = actionV (mkV186 "") (mkV173 "") ; - razturvane_N = mkN071 "" ; - razturi_ja__N = mkN047 "" ; - raztur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raztur_ja_ne_N = mkN071 "" ; - raztuha_N = mkN041 "" ; - raztu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - raztu_sh_avane_N = mkN071 "" ; - raztu_sh_itelen_A = mkA079 "" ; - razty_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - razty_zj_avane_N = mkN071 "" ; - razty_zj_en_A = mkA076 "" ; - raztykavam_V = actionV (mkV186 "") (mkV167 "") ; - raztykavane_N = mkN071 "" ; - raztylkuvam_V = stateV (mkV186 "") ; - raztylkuvane_N = mkN071 "" ; - raztypkvam_V = actionV (mkV186 "") (mkV155 "") ; - raztypkvane_N = mkN071 "" ; - raztyrvavam_V = actionV (mkV186 "") (mkV151 "") ; - raztyrvavane_N = mkN071 "" ; - raztyrkane_N = mkN071 "" ; - raztyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - raztyrkvane_N = mkN071 "" ; - raztyrsvam_V = actionV (mkV186 "") (mkV173 "") ; - raztyrsvane_N = mkN071 "" ; - raztyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - raztyr_ch_avane_N = mkN071 "" ; - raztyr_sh_uvam_V = stateV (mkV186 "") ; - razt_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - razt_ja_gane_N = mkN071 "" ; - razube_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - razube_zj_davane_N = mkN071 "" ; - razuznavam_V = actionV (mkV186 "") (mkV161 "") ; - razuznavane_N = mkN071 "" ; - razuznavatel_N = mkN031a "" ; - razuznavatelen_A = mkA079 "" ; - razuznava_ch__N = mkN007b "" ; - razuznava_ch_eski_A = mkA078 "" ; - razum_N = mkN007 "" ; - razumen_A = mkA079 "" ; - razumnik_N = mkN014 "" ; - razumnica_N = mkN041 "" ; - razumnost_N = mkN049 "" ; - razum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - razum_ja_vane_N = mkN071 "" ; - razu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - razu_ch_avane_N = mkN071 "" ; - razu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - razu_ch_vane_N = mkN071 "" ; - razu_ch_en_A = mkA076 "" ; - razfokusiram_V = stateV (mkV186 "") ; - razfokusirane_N = mkN071 "" ; - razformiram_V = stateV (mkV186 "") ; - razformirane_N = mkN071 "" ; - razformirovam_V = stateV (mkV186 "") ; - razformirovane_N = mkN071 "" ; - razfu_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - razfu_ch_avane_N = mkN071 "" ; - razhajlazvam_V = stateV (mkV186 "") ; - razhajlazvane_N = mkN071 "" ; - razhajlazen_A = mkA076 "" ; - razhajtvam_V = actionV (mkV186 "") (mkV173 "") ; - razhajtvane_N = mkN071 "" ; - razhajten_A = mkA079 "" ; - razhajtenost_N = mkN049 "" ; - razhaltav_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - razhvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razhvyrl_ja_n_A = mkA081 "" ; - razhvyrl_ja_ne_N = mkN071 "" ; - razhvyrl_ja_nost_N = mkN049 "" ; - razhvyr_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - razhvyr_ch_avane_N = mkN071 "" ; - razhititelen_A = mkA079 "" ; - razhi_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - razhi_sht_avane_N = mkN071 "" ; - razhi_sht_enie_N = mkN072 "" ; - razhlabvam_V = actionV (mkV186 "") (mkV173 "") ; - razhlabvane_N = mkN071 "" ; - razhlabenost_N = mkN049 "" ; - razhlabitelen_A = mkA079 "" ; - razhlab_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - razhlab_ja_ne_N = mkN071 "" ; - razhlada_N = mkN041 "" ; - razhladitelen_A = mkA079 "" ; - razhlad_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razhlad_ja_vane_N = mkN071 "" ; - razhla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - razhla_zj_dane_N = mkN071 "" ; - razhlopane_N = mkN071 "" ; - razhlopvam_V = actionV (mkV186 "") (mkV186 "") ; - razhlopvane_N = mkN071 "" ; - razhod_N = mkN007 "" ; - razhodvam_V = actionV (mkV186 "") (mkV173 "") ; - razhodvane_N = mkN071 "" ; - razhoden_A = mkA079 "" ; - razhodka_N = mkN041 "" ; - razho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - razho_zj_dane_N = mkN071 "" ; - razhubave_ja__V = stateV (mkV160 "") ; - razhubav_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - razhubav_ja_vane_N = mkN071 "" ; - razhylcane_N = mkN071 "" ; - razhylcvam_V = actionV (mkV186 "") (mkV186 "") ; - razhylcvane_N = mkN071 "" ; - razcvet_N = mkN007 "" ; - razcvetka_N = mkN041 "" ; - razceluvam_V = stateV (mkV186 "") ; - razceluvane_N = mkN071 "" ; - razcenka_N = mkN041 "" ; - razcentrovam_V = stateV (mkV186 "") ; - razcentrovane_N = mkN071 "" ; - razcepvam_V = actionV (mkV186 "") (mkV173 "") ; - razcepvane_N = mkN071 "" ; - razceplenie_N = mkN072 "" ; - razcepnik_N = mkN014 "" ; - razcepni_ch_eski_A = mkA078 "" ; - razcepni_ch_estvo_N = mkN054 "" ; - razcivr_ja_m_V = actionV (mkV187 "") (mkV177 "") ; - razcivr_ja_ne_N = mkN071 "" ; - razcyfvam_V = actionV (mkV186 "") (mkV152 "") ; - razcyfvane_N = mkN071 "" ; - razcyft_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - razcyft_ja_vane_N = mkN071 "" ; - raz_ch_ekvam_V = actionV (mkV186 "") (mkV152 "") ; - raz_ch_ekvane_N = mkN071 "" ; - raz_ch_epkane_N = mkN071 "" ; - raz_ch_epkvam_V = actionV (mkV186 "") (mkV186 "") ; - raz_ch_epkvane_N = mkN071 "" ; - raz_ch_ertavam_V = actionV (mkV186 "") (mkV161 "") ; - raz_ch_ertavane_N = mkN071 "" ; - raz_ch_esvam_V = actionV (mkV186 "") (mkV159 "") ; - raz_ch_esvane_N = mkN071 "" ; - raz_ch_et_N = mkN007 "" ; - raz_ch_eten_A = mkA079 "" ; - raz_ch_istvam_V = actionV (mkV186 "") (mkV173 "") ; - raz_ch_istvane_N = mkN071 "" ; - raz_ch_itam_V = actionV (mkV186 "") (mkV145 "") ; - raz_ch_itane_N = mkN071 "" ; - raz_ch_lenen_A = mkA076 "" ; - raz_ch_lenenie_N = mkN072 "" ; - raz_ch_len_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raz_ch_len_ja_vane_N = mkN071 "" ; - raz_ch_ovyrkane_N = mkN071 "" ; - raz_ch_ovyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - raz_ch_ovyrkvane_N = mkN071 "" ; - raz_ch_opl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raz_ch_opl_ja_ne_N = mkN071 "" ; - raz_ch_orlen_A = mkA076 "" ; - raz_ch_orl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - raz_ch_orl_ja_ne_N = mkN071 "" ; - raz_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - raz_ch_uvane_N = mkN071 "" ; - raz_ch_uvstvenost_N = mkN049 "" ; - raz_ch_uvstvuvam_V = stateV (mkV186 "") ; - raz_ch_uvstvuvan_A = mkA076 "" ; - raz_ch_uvstvuvane_N = mkN071 "" ; - raz_ch_uvstvuvanost_N = mkN049 "" ; - raz_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - raz_ch_upvane_N = mkN071 "" ; - raz_ch_ustvam_V = stateV (mkV186 "") ; - raz_ch_ustvane_N = mkN071 "" ; - raz_sh_avam_V = stateV (mkV186 "") ; - raz_sh_avane_N = mkN071 "" ; - raz_sh_avvam_V = stateV (mkV186 "") ; - raz_sh_avvane_N = mkN071 "" ; - raz_sh_etane_N = mkN071 "" ; - raz_sh_etvam_V = actionV (mkV186 "") (mkV186 "") ; - raz_sh_etvane_N = mkN071 "" ; - raz_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - raz_sh_ivane_N = mkN071 "" ; - raz_sh_irenie_N = mkN072 "" ; - raz_sh_irimost_N = mkN049 "" ; - raz_sh_iritel_N = mkN031 "" ; - raz_sh_iritelen_A = mkA079 "" ; - raz_sh_iro_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - raz_sh_iro_ch_avane_N = mkN071 "" ; - raz_sh_ir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raz_sh_ir_ja_vane_N = mkN071 "" ; - raz_sh_ir_ja_em_A = mkA076 "" ; - raz_sh_ir_ja_emost_N = mkN049 "" ; - raz_sh_ifrovam_V = stateV (mkV186 "") ; - raz_sh_ifrovan_A = mkA076 "" ; - raz_sh_ifrovane_N = mkN071 "" ; - raz_sh_ifrovka_N = mkN041 "" ; - raz_sh_ifrov_ch_ik_N = mkN014 "" ; - raz_sh_ytvam_V = actionV (mkV186 "") (mkV186 "") ; - raz_iu_zdan_A = mkA076 "" ; - raz_iu_zdanost_N = mkN049 "" ; - raz_iu_zda_ja__V = stateV (mkV161 "") ; - raz_iu_zdvam_V = actionV (mkV186 "") (mkV173 "") ; - raz_iu_zdvane_N = mkN071 "" ; - raz_ja_dka_N = mkN041 "" ; - raz_ja_dliv_A = mkA076 "" ; - raz_ja_dosane_N = mkN071 "" ; - raz_ja_dosvam_V = actionV (mkV186 "") (mkV186 "") ; - raz_ja_dosvane_N = mkN071 "" ; - raz_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - raz_ja__zj_dane_N = mkN071 "" ; - raz_ja_ren_A = mkA076 "" ; - raz_ja_r_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raz_ja_r_ja_vane_N = mkN071 "" ; - raz_ja_snenie_N = mkN072 "" ; - raz_ja_snitel_N = mkN031 "" ; - raz_ja_snitelen_A = mkA079 "" ; - raz_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - raz_ja_sn_ja_vane_N = mkN071 "" ; - rairan_A = mkA076 "" ; - raj_N = mkN028a "" ; - rajber_N = mkN007 "" ; - rajgras_N = mkN007 "" ; - raje_N = mkN065 "" ; - rajon_N = mkN007 "" ; - rajonen_A = mkA079 "" ; - rajoniram_V = stateV (mkV186 "") ; - rajonirane_N = mkN071 "" ; - rajski_A = mkA078 "" ; - rajsyvet_N = mkN007 "" ; - rajhsmar_sh_al_N = mkN007 "" ; - rajhstag_N = mkN015 "" ; - rak_N = mkN014 "" ; - raketa_N = mkN041 "" ; - raketen_A = mkA079 "" ; - rakien_A = mkA076 "" ; - rakita_N = mkN041 "" ; - rakitak_N = mkN014 "" ; - rakitov_A = mkA076 "" ; - raki_ja__N = mkN047 "" ; - rakla_N = mkN041 "" ; - rakov_A = mkA076 "" ; - rakoviden_A = mkA079 "" ; - rakovina_N = mkN041 "" ; - rakoobrazen_A = mkA079 "" ; - rakurs_N = mkN007 "" ; - rali_N = mkN065 "" ; - ralica_N = mkN041 "" ; - ralo_N = mkN054 "" ; - rama_N = mkN041 "" ; - ramazan_N = mkN007 "" ; - ramenen_A = mkA079 "" ; - ramka_N = mkN041 "" ; - ramkiram_V = stateV (mkV186 "") ; - ramkirane_N = mkN071 "" ; - ramo_N = mkN059 "" ; - rampa_N = mkN041 "" ; - rana_N = mkN041 "" ; - rang_N = mkN001 "" ; - randevu_N = mkN065 "" ; - randeman_N = mkN007 "" ; - ranen_A = mkA079 "" ; - ranina_N = mkN041 "" ; - ranica_N = mkN041 "" ; - rannorimski_A = mkA078 "" ; - ranobuden_A = mkA079 "" ; - ranobudnik_N = mkN014 "" ; - ranobudnica_N = mkN041 "" ; - ranozreen_A = mkA085 "" ; - ranozree_sht__A = mkA076 "" ; - ranozrejka_N = mkN041 "" ; - ran_ch_o_N = mkN065 "" ; - ran_sh_en_A = mkA079 "" ; - ran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ran_ja_vane_N = mkN071 "" ; - rapira_N = mkN041 "" ; - rapica_N = mkN041 "" ; - rapi_ch_en_A = mkA079 "" ; - raport_N = mkN007 "" ; - raportuvam_V = stateV (mkV186 "") ; - raportuvane_N = mkN071 "" ; - rapsodi_ja__N = mkN047 "" ; - rasa_N = mkN041 "" ; - rasizym_N = mkN011 "" ; - rasist_N = mkN007a "" ; - rasistka_N = mkN041 "" ; - rasna_V = stateV (mkV152 "") ; - raso_N = mkN054 "" ; - rasov_A = mkA076 "" ; - rasta_V = stateV (mkV145b "") ; - raste_zj__N = mkN007 "" ; - raste_zj_en_A = mkA079 "" ; - rastene_N = mkN071 "" ; - rastenie_N = mkN072 "" ; - rastenievyd_N = mkN007 "" ; - rastenievydstvo_N = mkN054 "" ; - raster_N = mkN007 "" ; - rasteren_A = mkA079 "" ; - rastitelen_A = mkA079 "" ; - rastitelnost_N = mkN049 "" ; - rastitelno_ja_den_A = mkA079 "" ; - rataj_N = mkN032a "" ; - ratajkin_ja__N = mkN047 "" ; - ratajstvam_V = stateV (mkV186 "") ; - ratajstvane_N = mkN071 "" ; - ratajstvo_N = mkN054 "" ; - ratajstvuvam_V = stateV (mkV186 "") ; - ratajstvuvane_N = mkN071 "" ; - raten_A = mkA079 "" ; - ratifikacionen_A = mkA079 "" ; - ratifikaci_ja__N = mkN047 "" ; - ratificiram_V = stateV (mkV186 "") ; - ratificirane_N = mkN071 "" ; - ratnik_N = mkN014 "" ; - ratnica_N = mkN041 "" ; - ratuvam_V = stateV (mkV186 "") ; - ratuvane_N = mkN071 "" ; - rafineri_ja__N = mkN047 "" ; - rafiniram_V = stateV (mkV186 "") ; - rafiniran_A = mkA076 "" ; - rafinirane_N = mkN071 "" ; - rafiniranost_N = mkN049 "" ; - raft_N = mkN001 "" ; - rahat_N = mkN007 "" ; - rahatlyk_N = mkN014 "" ; - rahatuvam_V = stateV (mkV186 "") ; - rahatuvane_N = mkN071 "" ; - rahat_ja_sam_V = stateV (mkV186 "") ; - rahat_ja_svam_V = stateV (mkV186 "") ; - rahat_ja_svane_N = mkN071 "" ; - rahit_N = mkN007 "" ; - rahitizym_N = mkN011 "" ; - rahiti_ch_en_A = mkA079 "" ; - racionalen_A = mkA079 "" ; - racionalizator_N = mkN007a "" ; - racionalizatorka_N = mkN041 "" ; - racionalizatorski_A = mkA078 "" ; - racionalizaci_ja__N = mkN047 "" ; - racionaliziram_V = stateV (mkV186 "") ; - racionalizirane_N = mkN071 "" ; - racionalizym_N = mkN011 "" ; - racionalist_N = mkN007 "" ; - racionalistka_N = mkN041 "" ; - racionalnost_N = mkN049 "" ; - ra_ch_el_N = mkN007 "" ; - ra_ch_e_sh_ki_A = mkA078 "" ; - ra_ja__N = mkN047 "" ; - reabilitacionen_A = mkA079 "" ; - reabilitaci_ja__N = mkN047 "" ; - reabilitiram_V = stateV (mkV186 "") ; - reabilitirane_N = mkN071 "" ; - reagiram_V = stateV (mkV186 "") ; - reagirane_N = mkN071 "" ; - reaktiv_N = mkN007 "" ; - reaktiven_A = mkA079 "" ; - reaktivnost_N = mkN049 "" ; - reaktor_N = mkN007 "" ; - reakcionen_A = mkA079 "" ; - reakcioner_N = mkN007 "" ; - reakcionerka_N = mkN041 "" ; - reakcionerstvo_N = mkN054 "" ; - reakcionnost_N = mkN049 "" ; - reakci_ja__N = mkN047 "" ; - real_N = mkN007 "" ; - realen_A = mkA079 "" ; - realizator_N = mkN007 "" ; - realizaci_ja__N = mkN047 "" ; - realiziram_V = stateV (mkV186 "") ; - realizirane_N = mkN071 "" ; - realizuem_A = mkA076 "" ; - realizuemost_N = mkN049 "" ; - realizym_N = mkN011 "" ; - realist_N = mkN007 "" ; - realisti_ch_en_A = mkA079 "" ; - realisti_ch_eski_A = mkA078 "" ; - realisti_ch_nost_N = mkN049 "" ; - reali_ja__N = mkN047 "" ; - realnost_N = mkN049 "" ; - reanimacionen_A = mkA079 "" ; - reanimaci_ja__N = mkN047 "" ; - rebren_A = mkA076 "" ; - rebro_N = mkN054 "" ; - rebus_N = mkN007 "" ; - rev_N = mkN001 "" ; - reva_V = stateV (mkV151 "") ; - revandikaci_ja__N = mkN047 "" ; - revandikiram_V = stateV (mkV186 "") ; - revandikirane_N = mkN071 "" ; - revane_N = mkN071 "" ; - revan_sh__N = mkN007 "" ; - revan_sh_izym_N = mkN011 "" ; - revan_sh_iram_V = stateV (mkV186 "") ; - revvam_V = actionV (mkV186 "") (mkV152 "") ; - revvane_N = mkN071 "" ; - rever_N = mkN007 "" ; - reverans_N = mkN007 "" ; - reversiven_A = mkA079 "" ; - reversiram_V = stateV (mkV186 "") ; - reversi_ja__N = mkN047 "" ; - revizionen_A = mkA079 "" ; - revizionist_N = mkN007 "" ; - revizionistka_N = mkN041 "" ; - revizionistki_A = mkA078 "" ; - reviziram_V = stateV (mkV186 "") ; - revizirane_N = mkN071 "" ; - revizi_ja__N = mkN047 "" ; - revizor_N = mkN007 "" ; - revla_N = mkN041 "" ; - revliv_A = mkA076 "" ; - revlxo_N = mkN040 "" ; - revmatizym_N = mkN011 "" ; - revmati_ch_en_A = mkA079 "" ; - revniv_A = mkA076 "" ; - revnivec_N = mkN008a "" ; - revnivost_N = mkN049 "" ; - revnost_N = mkN049 "" ; - revnosten_A = mkA079 "" ; - revnuvam_V = stateV (mkV186 "") ; - revnuvane_N = mkN071 "" ; - revolver_N = mkN007 "" ; - revolveren_A = mkA079 "" ; - revol_iu_cionen_A = mkA079 "" ; - revol_iu_cioner_N = mkN007 "" ; - revol_iu_cionerka_N = mkN041 "" ; - revol_iu_cioniziram_V = stateV (mkV186 "") ; - revol_iu_cionizirane_N = mkN071 "" ; - revol_iu_ci_ja__N = mkN047 "" ; - revulsi_ja__N = mkN047 "" ; - rev_iu__N = mkN065 "" ; - regata_N = mkN041 "" ; - regenerativen_A = mkA079 "" ; - regenerator_N = mkN007 "" ; - regeneraci_ja__N = mkN047 "" ; - regeneriram_V = stateV (mkV186 "") ; - regenerirane_N = mkN071 "" ; - regent_N = mkN007 "" ; - regentski_A = mkA078 "" ; - regentstvo_N = mkN054 "" ; - region_N = mkN007 "" ; - regionalen_A = mkA079 "" ; - regionalizym_N = mkN011 "" ; - registrator_N = mkN007 "" ; - registratorka_N = mkN041 "" ; - registratura_N = mkN041 "" ; - registracionen_A = mkA079 "" ; - registraci_ja__N = mkN047 "" ; - registriram_V = stateV (mkV186 "") ; - registrirane_N = mkN071 "" ; - registyr_N = mkN009 "" ; - regla_zj__N = mkN007 "" ; - reglament_N = mkN007 "" ; - reglamentaci_ja__N = mkN047 "" ; - reglamenten_A = mkA079 "" ; - reglamentiram_V = stateV (mkV186 "") ; - reglamentirane_N = mkN071 "" ; - regres_N = mkN007 "" ; - regresiven_A = mkA079 "" ; - regresionen_A = mkA079 "" ; - regresiram_V = stateV (mkV186 "") ; - regresirane_N = mkN071 "" ; - regresi_ja__N = mkN047 "" ; - regulator_N = mkN007 "" ; - regulatoren_A = mkA079 "" ; - regulacionen_A = mkA079 "" ; - regulaci_ja__N = mkN047 "" ; - reguliram_V = stateV (mkV186 "") ; - regulirane_N = mkN071 "" ; - regulirov_ch_ik_N = mkN014a "" ; - regulirovy_ch_en_A = mkA079 "" ; - reguliruem_A = mkA076 "" ; - regul_ja_ren_A = mkA079 "" ; - red_N = mkN001 "" ; - redaktiram_V = stateV (mkV186 "") ; - redaktirane_N = mkN071 "" ; - redaktor_N = mkN007 "" ; - redaktorka_N = mkN041 "" ; - redaktorski_A = mkA078 "" ; - redaktorstvo_N = mkN054 "" ; - redakcionen_A = mkA079 "" ; - redakci_ja__N = mkN047 "" ; - reden_A = mkA079 "" ; - rede_ja__V = stateV (mkV160 "") ; - redingot_N = mkN007 "" ; - redica_N = mkN041 "" ; - rednik_N = mkN014a "" ; - redov_A = mkA076 "" ; - redoven_A = mkA079 "" ; - redovnost_N = mkN049 "" ; - redose_ja_lka_N = mkN041 "" ; - reduvam_V = stateV (mkV186 "") ; - reduvane_N = mkN071 "" ; - reduktor_N = mkN007 "" ; - redukcionen_A = mkA079 "" ; - redukci_ja__N = mkN047 "" ; - redundanten_A = mkA079 "" ; - redundantnost_N = mkN049 "" ; - reduplikaci_ja__N = mkN047 "" ; - redut_N = mkN007 "" ; - reduciram_V = stateV (mkV186 "") ; - reducirane_N = mkN071 "" ; - red_ja__V = stateV (mkV174 "") ; - reene_N = mkN071 "" ; - re_zj_a_V = stateV (mkV157 "") ; - re_zj_ien_A = mkA085 "" ; - re_zj_im_N = mkN007 "" ; - re_zj_isiram_V = stateV (mkV186 "") ; - re_zj_isirane_N = mkN071 "" ; - re_zj_isura_N = mkN041 "" ; - re_zj_isxor_N = mkN007a "" ; - re_zj_isxorski_A = mkA078 "" ; - re_zj_i_ja__N = mkN047 "" ; - rezanka_N = mkN041 "" ; - reza_ch__N = mkN007 "" ; - reza_ch_en_A = mkA079 "" ; - reza_ch_ka_N = mkN041 "" ; - rezba_N = mkN041 "" ; - rezbar_N = mkN031a "" ; - rezbarski_A = mkA078 "" ; - rezbarstvo_N = mkN054 "" ; - rezbovan_A = mkA076 "" ; - rezbore_zj_e_sht__A = mkA076 "" ; - reze_N = mkN065 "" ; - rezeda_N = mkN041 "" ; - rezedav_A = mkA076 "" ; - rezekci_ja__N = mkN047 "" ; - rezen_N = mkN007 "" ; - rezen_ch_e_N = mkN065 "" ; - rezerv_N = mkN007 "" ; - rezerva_N = mkN041 "" ; - rezervat_N = mkN007 "" ; - rezervaci_ja__N = mkN047 "" ; - rezerven_A = mkA079 "" ; - rezerviram_V = stateV (mkV186 "") ; - rezerviran_A = mkA076 "" ; - rezervirane_N = mkN071 "" ; - rezerviranost_N = mkN049 "" ; - rezervist_N = mkN007 "" ; - rezervoar_N = mkN007 "" ; - rezec_N = mkN008 "" ; - rezignaci_ja__N = mkN047 "" ; - rezident_N = mkN007 "" ; - rezidenci_ja__N = mkN047 "" ; - rezidulator_N = mkN007 "" ; - rezil_N = mkN007 "" ; - rezil_ja__V = stateV (mkV174 "") ; - rezistenten_A = mkA079 "" ; - rezistentnost_N = mkN049 "" ; - rezistor_N = mkN007 "" ; - rezitba_N = mkN041 "" ; - rezka_N = mkN041 "" ; - rezliv_A = mkA076 "" ; - rezlivost_N = mkN049 "" ; - reznica_N = mkN041 "" ; - rezovski_A = mkA078 "" ; - rezoliram_V = stateV (mkV186 "") ; - rezolirane_N = mkN071 "" ; - rezol_iu_ci_ja__N = mkN047 "" ; - rezon_N = mkN007 "" ; - rezonans_N = mkN007 "" ; - rezonanten_A = mkA079 "" ; - rezonator_N = mkN007 "" ; - rezonen_A = mkA079 "" ; - rezoniram_V = stateV (mkV186 "") ; - rezonirane_N = mkN071 "" ; - rezonxor_N = mkN007 "" ; - rezonxorstvam_V = stateV (mkV186 "") ; - rezonxorstvo_N = mkN054 "" ; - rezorbci_ja__N = mkN047 "" ; - rezultat_N = mkN007 "" ; - rezultaten_A = mkA079 "" ; - rezultatnost_N = mkN049 "" ; - rezus_N = mkN007 "" ; - rez_iu_me_N = mkN065 "" ; - rez_iu_miram_V = stateV (mkV186 "") ; - rez_iu_mirane_N = mkN071 "" ; - reincializiram_V = stateV (mkV186 "") ; - reincializirane_N = mkN071 "" ; - rejd_N = mkN001 "" ; - rejdov_A = mkA076 "" ; - rejnski_A = mkA078 "" ; - rejs_N = mkN001 "" ; - rejsov_A = mkA076 "" ; - rejting_N = mkN007 "" ; - reka_V = stateV (mkV148 "") ; - rekapitulaci_ja__N = mkN047 "" ; - rekviem_N = mkN007 "" ; - rekviziram_V = stateV (mkV186 "") ; - rekvizirane_N = mkN071 "" ; - rekvizit_N = mkN007 "" ; - rekviziten_A = mkA079 "" ; - rekvizitor_N = mkN007 "" ; - rekvizitorka_N = mkN041 "" ; - rekvizicionen_A = mkA079 "" ; - rekvizici_ja__N = mkN047 "" ; - reki_ch_ka_N = mkN041 "" ; - reklama_N = mkN041 "" ; - reklamad_zj_i_ja__N = mkN039 "" ; - reklamator_N = mkN007 "" ; - reklamacionen_A = mkA079 "" ; - reklamaci_ja__N = mkN047 "" ; - reklamen_A = mkA079 "" ; - reklamiram_V = stateV (mkV186 "") ; - reklamirane_N = mkN071 "" ; - reklamodatel_N = mkN031a "" ; - rekognosciram_V = stateV (mkV186 "") ; - rekognoscirane_N = mkN071 "" ; - rekognoscirovka_N = mkN041 "" ; - rekolta_N = mkN041 "" ; - rekomendaci_ja__N = mkN047 "" ; - rekonvalescent_N = mkN007 "" ; - rekonvalescenci_ja__N = mkN047 "" ; - rekonstruiram_V = stateV (mkV186 "") ; - rekonstruirane_N = mkN071 "" ; - rekonstruktiven_A = mkA079 "" ; - rekonstruktor_N = mkN007 "" ; - rekonstrukci_ja__N = mkN047 "" ; - rekontra_N = mkN041 "" ; - rekontriram_V = stateV (mkV186 "") ; - rekontrirane_N = mkN071 "" ; - rekord_N = mkN007 "" ; - rekorden_A = mkA079 "" ; - rekordxor_N = mkN007 "" ; - rekordxorka_N = mkN041 "" ; - rekriminaci_ja__N = mkN047 "" ; - rekrutiram_V = stateV (mkV186 "") ; - rekrutirane_N = mkN071 "" ; - rektalen_A = mkA079 "" ; - rektor_N = mkN007 "" ; - rektorat_N = mkN007 "" ; - rektorski_A = mkA078 "" ; - rektorstvam_V = stateV (mkV186 "") ; - rektorstvane_N = mkN071 "" ; - rektorstvo_N = mkN054 "" ; - rektum_N = mkN007 "" ; - rekultvici_ja__N = mkN047 "" ; - rekuperacionen_A = mkA079 "" ; - rekuperaci_ja__N = mkN047 "" ; - rekuperiram_V = stateV (mkV186 "") ; - rekuranten_A = mkA079 "" ; - rekursiven_A = mkA079 "" ; - rekursi_ja__N = mkN047 "" ; - relativen_A = mkA079 "" ; - relativnost_N = mkN049 "" ; - relacionen_A = mkA079 "" ; - relaci_ja__N = mkN047 "" ; - rele_N = mkN065 "" ; - releen_A = mkA085 "" ; - relef_N = mkN007 "" ; - relefen_A = mkA079 "" ; - relefnost_N = mkN049 "" ; - religiozen_A = mkA079 "" ; - religioznost_N = mkN049 "" ; - religi_ja__N = mkN047 "" ; - relikva_N = mkN041 "" ; - relikten_A = mkA079 "" ; - reliktov_A = mkA076 "" ; - relsa_N = mkN041 "" ; - relsov_A = mkA076 "" ; - remarke_N = mkN065 "" ; - rembrandovski_A = mkA078 "" ; - remi_N = mkN065 "" ; - remilitarizaci_ja__N = mkN047 "" ; - remilitariziram_V = stateV (mkV186 "") ; - remilitarizirane_N = mkN071 "" ; - reminiscenci_ja__N = mkN047 "" ; - remont_N = mkN007 "" ; - remonten_A = mkA079 "" ; - remontiram_V = stateV (mkV186 "") ; - remontirane_N = mkN071 "" ; - remsist_N = mkN007 "" ; - remsistka_N = mkN041 "" ; - remsistki_A = mkA078 "" ; - remyk_N = mkN014 "" ; - remy_ch_e_N = mkN065 "" ; - remy_ch_en_A = mkA079 "" ; - rende_N = mkN065 "" ; - rendiram_V = stateV (mkV186 "") ; - rendirane_N = mkN071 "" ; - rendosam_V = stateV (mkV186 "") ; - rendosvam_V = stateV (mkV186 "") ; - rendosvane_N = mkN071 "" ; - renegat_N = mkN007 "" ; - renegatka_N = mkN041 "" ; - renegatstvo_N = mkN054 "" ; - renesans_N = mkN007 "" ; - renesansov_A = mkA076 "" ; - renome_N = mkN065 "" ; - renomiram_V = stateV (mkV186 "") ; - renomiran_A = mkA076 "" ; - renomirane_N = mkN071 "" ; - renta_N = mkN041 "" ; - rentabilen_A = mkA079 "" ; - rentabilnost_N = mkN049 "" ; - rentgen_N = mkN007 "" ; - rentgenov_A = mkA076 "" ; - rentgenograma_N = mkN041 "" ; - rentgenografi_ja__N = mkN047 "" ; - rentgenolog_N = mkN015 "" ; - rentgenologi_ja__N = mkN047 "" ; - rentgenoskopi_ja__N = mkN047 "" ; - rentgenoterapi_ja__N = mkN047 "" ; - rentier_N = mkN007 "" ; - rentierka_N = mkN041 "" ; - rentiram_V = stateV (mkV186 "") ; - rentirane_N = mkN071 "" ; - reometyr_N = mkN009 "" ; - reorganizator_N = mkN007 "" ; - reorganizatorka_N = mkN041 "" ; - reorganizaci_ja__N = mkN047 "" ; - reorganiziram_V = stateV (mkV186 "") ; - reorganizirane_N = mkN071 "" ; - reostat_N = mkN007 "" ; - reotan_N = mkN007 "" ; - reparacionen_A = mkA079 "" ; - reparaci_ja__N = mkN047 "" ; - repariram_V = stateV (mkV186 "") ; - reparirane_N = mkN071 "" ; - repatriant_N = mkN007 "" ; - repatriram_V = stateV (mkV186 "") ; - repatrirane_N = mkN071 "" ; - repej_N = mkN032 "" ; - repertoar_N = mkN007 "" ; - repertoaren_A = mkA079 "" ; - repetiram_V = stateV (mkV186 "") ; - repetirane_N = mkN071 "" ; - repetitor_N = mkN007 "" ; - repetitorka_N = mkN041 "" ; - repeticionen_A = mkA079 "" ; - repetici_ja__N = mkN047 "" ; - repi_ch_ka_N = mkN041 "" ; - replika_N = mkN041 "" ; - reporta_zj__N = mkN007 "" ; - reporter_N = mkN007a "" ; - reporterka_N = mkN041 "" ; - reporterski_A = mkA078 "" ; - reportxor_N = mkN007a "" ; - reportxorka_N = mkN041 "" ; - reprezantativen_A = mkA079 "" ; - represiven_A = mkA079 "" ; - represi_ja__N = mkN047 "" ; - repriz_N = mkN007 "" ; - reproduktor_N = mkN007 "" ; - reprodukcionen_A = mkA079 "" ; - reprodukci_ja__N = mkN047 "" ; - reproduciram_V = stateV (mkV186 "") ; - reproducirane_N = mkN071 "" ; - reptiloobrazen_A = mkA079 "" ; - republika_N = mkN041 "" ; - republikanec_N = mkN008a "" ; - republikanka_N = mkN041 "" ; - republikanski_A = mkA078 "" ; - reputaci_ja__N = mkN047 "" ; - resekci_ja__N = mkN047 "" ; - resna_N = mkN041 "" ; - resnica_N = mkN041 "" ; - resni_ch_ka_N = mkN041 "" ; - resor_N = mkN007 "" ; - resoren_A = mkA079 "" ; - respekt_N = mkN007 "" ; - respektiven_A = mkA079 "" ; - respektiram_V = stateV (mkV186 "") ; - respektirane_N = mkN071 "" ; - respirator_N = mkN007 "" ; - restavrator_N = mkN007 "" ; - restavratorka_N = mkN041 "" ; - restavratorski_A = mkA078 "" ; - restavraci_ja__N = mkN047 "" ; - restavriram_V = stateV (mkV186 "") ; - restavrirane_N = mkN071 "" ; - restart_N = mkN001 "" ; - restartiram_V = stateV (mkV186 "") ; - restartirane_N = mkN071 "" ; - restituiram_V = stateV (mkV186 "") ; - restituirane_N = mkN071 "" ; - restituci_ja__N = mkN047 "" ; - resto_N = mkN054 "" ; - restorant_N = mkN007 "" ; - restoranten_A = mkA079 "" ; - restorantski_A = mkA078 "" ; - resurs_N = mkN007 "" ; - resursen_A = mkA079 "" ; - retina_N = mkN041 "" ; - retorika_N = mkN041 "" ; - retori_ch_en_A = mkA079 "" ; - retori_ch_eski_A = mkA078 "" ; - retori_ch_nost_N = mkN049 "" ; - retoromanski_A = mkA078 "" ; - retorta_N = mkN041 "" ; - retrakci_ja__N = mkN047 "" ; - retranslator_N = mkN007 "" ; - retranslaci_ja__N = mkN047 "" ; - retransliteraci_ja__N = mkN047 "" ; - retransmisi_ja__N = mkN047 "" ; - retransformaci_ja__N = mkN047 "" ; - retraslatoren_A = mkA079 "" ; - retrograd_N = mkN007 "" ; - retrograden_A = mkA079 "" ; - retrogradnost_N = mkN049 "" ; - retrogradstvo_N = mkN054 "" ; - retrospektiven_A = mkA079 "" ; - retrospekci_ja__N = mkN047 "" ; - retu_sh__N = mkN007 "" ; - retu_sh_iram_V = stateV (mkV186 "") ; - retu_sh_irane_N = mkN071 "" ; - refer_N = mkN007 "" ; - referat_N = mkN007 "" ; - referendum_N = mkN007 "" ; - referent_N = mkN007 "" ; - referentka_N = mkN041 "" ; - referenci_ja__N = mkN047 "" ; - referiram_V = stateV (mkV186 "") ; - referirane_N = mkN071 "" ; - referski_A = mkA078 "" ; - refleks_N = mkN007 "" ; - refleksen_A = mkA079 "" ; - refleksiven_A = mkA079 "" ; - refleksi_ja__N = mkN047 "" ; - reflektiven_A = mkA079 "" ; - reflektiram_V = stateV (mkV186 "") ; - reflektirane_N = mkN071 "" ; - reflektor_N = mkN007 "" ; - reflektoren_A = mkA079 "" ; - reforma_N = mkN041 "" ; - reformator_N = mkN007 "" ; - reformatorka_N = mkN041 "" ; - reformatorski_A = mkA078 "" ; - reformatorstvo_N = mkN054 "" ; - reformaci_ja__N = mkN047 "" ; - reformizym_N = mkN011 "" ; - reformiram_V = stateV (mkV186 "") ; - reformirane_N = mkN071 "" ; - reformist_N = mkN007 "" ; - refraktometyr_N = mkN009 "" ; - refrakcionen_A = mkA079 "" ; - refrakci_ja__N = mkN047 "" ; - refren_A = mkA079 "" ; - rehabilitator_N = mkN007 "" ; - rehabilitatorka_N = mkN041 "" ; - rehabilitacionen_A = mkA079 "" ; - rehabilitaci_ja__N = mkN047 "" ; - rehabilitiram_V = stateV (mkV186 "") ; - rehav_A = mkA076 "" ; - rehavost_N = mkN049 "" ; - recenzent_N = mkN007 "" ; - recenzentka_N = mkN041 "" ; - recenziram_V = stateV (mkV186 "") ; - recenzirane_N = mkN071 "" ; - recenzi_ja__N = mkN047 "" ; - recepta_N = mkN041 "" ; - recepten_A = mkA079 "" ; - receptor_N = mkN007 "" ; - receptoren_A = mkA079 "" ; - receptura_N = mkN041 "" ; - recepci_ja__N = mkN047 "" ; - recesiven_A = mkA079 "" ; - recesi_ja__N = mkN047 "" ; - recidiv_A = mkA076 "" ; - recidivizym_N = mkN011 "" ; - recidivist_N = mkN007 "" ; - recidivistka_N = mkN041 "" ; - recikliran_A = mkA076 "" ; - recipro_ch_en_A = mkA079 "" ; - recipro_ch_nost_N = mkN049 "" ; - recital_N = mkN007 "" ; - recitator_N = mkN007 "" ; - recitatorka_N = mkN041 "" ; - recitaci_ja__N = mkN047 "" ; - recitiram_V = stateV (mkV186 "") ; - recitirane_N = mkN071 "" ; - re_ch__N = mkN049 "" ; - re_ch_ev_A = mkA076 "" ; - re_ch_en_A = mkA079 "" ; - re_ch_itativ_N = mkN007 "" ; - re_ch_itativen_A = mkA079 "" ; - re_ch_ica_N = mkN041 "" ; - re_ch_i_sht_e_N = mkN066 "" ; - re_ch_nik_N = mkN014 "" ; - re_ch_nikar_N = mkN031a "" ; - re_ch_nikarski_A = mkA078 "" ; - re_ch_nikarstvo_N = mkN054 "" ; - re_ch_nikov_A = mkA076 "" ; - re_ch_ovit_A = mkA076 "" ; - re_ch_ovitost_N = mkN049 "" ; - re_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - re_sh_avane_N = mkN071 "" ; - re_sh_en_A = mkA076 "" ; - re_sh_enie_N = mkN072 "" ; - re_sh_eten_A = mkA079 "" ; - re_sh_etest_A = mkA076 "" ; - re_sh_etka_N = mkN041 "" ; - re_sh_eto_N = mkN054 "" ; - re_sh_etoviden_A = mkA079 "" ; - re_sh_ety_ch_en_A = mkA079 "" ; - re_sh_im_A = mkA076 "" ; - re_sh_imost_N = mkN049 "" ; - re_sh_itelen_A = mkA079 "" ; - re_sh_itelnost_N = mkN049 "" ; - re_ja__V = stateV (mkV164 "") ; - riba_N = mkN041 "" ; - ribar_N = mkN031a "" ; - ribarka_N = mkN041 "" ; - ribarnik_N = mkN014 "" ; - ribarnica_N = mkN041 "" ; - ribarski_A = mkA078 "" ; - ribarstvo_N = mkN054 "" ; - ribar_ch_e_N = mkN065 "" ; - riben_A = mkA079 "" ; - ribe_sh_ki_A = mkA078 "" ; - ribica_N = mkN041 "" ; - ribka_N = mkN041 "" ; - riboviden_A = mkA079 "" ; - ribovyd_N = mkN007 "" ; - ribovyden_A = mkA079 "" ; - ribovydstvo_N = mkN054 "" ; - ribolov_N = mkN007 "" ; - riboloven_A = mkA079 "" ; - ribolovec_N = mkN008a "" ; - ribolovstvo_N = mkN054 "" ; - ribo_ja_den_A = mkA079 "" ; - rivalenten_A = mkA079 "" ; - rigan_N = mkN007 "" ; - rigolvam_V = stateV (mkV186 "") ; - rigolvane_N = mkN071 "" ; - rid_N = mkN001 "" ; - ridane_N = mkN071 "" ; - ridanie_N = mkN072 "" ; - rida_ja__V = stateV (mkV161 "") ; - ri_zj__A = mkA076 "" ; - riza_N = mkN041 "" ; - riznica_N = mkN041 "" ; - rizofora_N = mkN041 "" ; - riko_sh_et_N = mkN007 "" ; - riko_sh_iram_V = stateV (mkV186 "") ; - riko_sh_irane_N = mkN071 "" ; - rik_sh_a_N = mkN041 "" ; - rilski_A = mkA078 "" ; - rima_N = mkN041 "" ; - rimen_A = mkA079 "" ; - riml_ja_nin_N = mkN018 "" ; - riml_ja_nka_N = mkN041 "" ; - rimski_A = mkA078 "" ; - rimuvam_V = stateV (mkV186 "") ; - rimuvane_N = mkN071 "" ; - rina_V = stateV (mkV152 "") ; - ring_N = mkN001 "" ; - ringov_A = mkA076 "" ; - ripam_V = actionV (mkV186 "") (mkV152 "") ; - ripane_N = mkN071 "" ; - ripvam_V = actionV (mkV186 "") (mkV152 "") ; - ripvane_N = mkN071 "" ; - ripsen_A = mkA076 "" ; - ris_N = mkN001 "" ; - risk_N = mkN001 "" ; - riskov_A = mkA076 "" ; - riskovan_A = mkA076 "" ; - riskovanost_N = mkN049 "" ; - riskuvam_V = stateV (mkV186 "") ; - riskuvane_N = mkN071 "" ; - risov_A = mkA076 "" ; - risuvalen_A = mkA079 "" ; - risuvam_V = actionV (mkV186 "") (mkV186 "") ; - risuvane_N = mkN071 "" ; - risuvatelen_A = mkA079 "" ; - risuva_ch__N = mkN007 "" ; - risuva_ch_ka_N = mkN041 "" ; - risunka_N = mkN041 "" ; - risunyk_N = mkN014 "" ; - ritam_V = actionV (mkV186 "") (mkV152 "") ; - ritane_N = mkN071 "" ; - ritvam_V = actionV (mkV186 "") (mkV152 "") ; - ritvane_N = mkN071 "" ; - ritla_N = mkN041 "" ; - ritliv_A = mkA076 "" ; - ritmika_N = mkN041 "" ; - ritmi_ch_en_A = mkA079 "" ; - ritmi_ch_nost_N = mkN049 "" ; - ritnik_N = mkN014 "" ; - ritorika_N = mkN041 "" ; - ritori_ch_en_A = mkA079 "" ; - ritori_ch_eski_A = mkA078 "" ; - ritual_N = mkN007 "" ; - ritualen_A = mkA079 "" ; - ritualnost_N = mkN049 "" ; - ritym_N = mkN009 "" ; - rif_N = mkN001 "" ; - rifov_A = mkA076 "" ; - ricar_N = mkN031a "" ; - ricarski_A = mkA078 "" ; - ricarstvo_N = mkN054 "" ; - ricin_N = mkN007 "" ; - ricinov_A = mkA076 "" ; - ri_ch_enda_N = mkN041 "" ; - ri_ja__V = stateV (mkV163 "") ; - rob_N = mkN007 "" ; - roba_N = mkN041 "" ; - robin_ja__N = mkN047 "" ; - robi_ja__N = mkN047 "" ; - robovladelec_N = mkN008a "" ; - robovladel_ch_eski_A = mkA078 "" ; - robot_N = mkN007 "" ; - roboten_A = mkA079 "" ; - robotizaci_ja__N = mkN047 "" ; - robotiziram_V = stateV (mkV186 "") ; - robotizirane_N = mkN071 "" ; - robotika_N = mkN041 "" ; - robotski_A = mkA078 "" ; - robski_A = mkA078 "" ; - robstvo_N = mkN054 "" ; - robuvam_V = stateV (mkV186 "") ; - robuvane_N = mkN071 "" ; - rov_N = mkN001 "" ; - rovene_N = mkN071 "" ; - rovi_ch_kam_V = actionV (mkV186 "") (mkV173 "") ; - rovi_ch_kane_N = mkN071 "" ; - rovnik_N = mkN014 "" ; - rovnica_N = mkN041 "" ; - rovyk_A = mkA080 "" ; - rog_N = mkN001 "" ; - rogat_A = mkA076 "" ; - rogatka_N = mkN041 "" ; - roga_ch__N = mkN007 "" ; - rogov_A = mkA076 "" ; - rogoviden_A = mkA079 "" ; - rogovica_N = mkN041 "" ; - rogozarka_N = mkN041 "" ; - rogozka_N = mkN041 "" ; - rogonosec_N = mkN008a "" ; - rog_ch_e_N = mkN065 "" ; - rod_N = mkN001 "" ; - roden_A = mkA079 "" ; - rodeo_N = mkN065 "" ; - rode_ja__V = stateV (mkV160 "") ; - rodilen_A = mkA079 "" ; - rodilka_N = mkN041 "" ; - rodina_N = mkN041 "" ; - rodinol_iu_bie_N = mkN072 "" ; - roditba_N = mkN041 "" ; - roditel_N = mkN031a "" ; - roditelen_A = mkA079 "" ; - roditelski_A = mkA078 "" ; - rodnina_N = mkN041 "" ; - rodninski_A = mkA078 "" ; - rodninstvo_N = mkN054 "" ; - rodov_A = mkA076 "" ; - rodovit_A = mkA076 "" ; - rododendron_N = mkN007 "" ; - rodol_iu_bec_N = mkN008a "" ; - rodol_iu_biv_A = mkA076 "" ; - rodol_iu_bie_N = mkN072 "" ; - rodol_iu_bka_N = mkN041 "" ; - rodona_ch_alnik_N = mkN014 "" ; - rodona_ch_alnica_N = mkN041 "" ; - rodootstypnik_N = mkN014 "" ; - rodootstypnica_N = mkN041 "" ; - rodootstypni_ch_eski_A = mkA078 "" ; - rodootstypni_ch_estvo_N = mkN054 "" ; - rodopski_A = mkA078 "" ; - rodosloven_A = mkA079 "" ; - rodoslovie_N = mkN072 "" ; - rodstven_A = mkA076 "" ; - rodstvenik_N = mkN014 "" ; - rodstvenica_N = mkN041 "" ; - rodstvenost_N = mkN049 "" ; - rodstvo_N = mkN054 "" ; - rod_ja__V = stateV (mkV174 "") ; - roene_N = mkN071 "" ; - ro_zj_ba_N = mkN041 "" ; - ro_zj_den_A = mkA076 "" ; - ro_zj_denie_N = mkN072 "" ; - ro_zj_denik_N = mkN014 "" ; - ro_zj_denica_N = mkN041 "" ; - ro_zj_destven_A = mkA076 "" ; - ro_zj_destvo_N = mkN054 "" ; - ro_zj_kov_N = mkN007 "" ; - roza_N = mkN041 "" ; - rozeola_N = mkN041 "" ; - rozetka_N = mkN041 "" ; - rozi_ch_ka_N = mkN041 "" ; - rozmarin_N = mkN007 "" ; - rozober_N = mkN007 "" ; - rozov_A = mkA076 "" ; - rozovarna_N = mkN041 "" ; - rozovarnica_N = mkN041 "" ; - rozove_ja__V = stateV (mkV160 "") ; - rozovina_N = mkN041 "" ; - rozovi_ch_yk_A = mkA080 "" ; - rozoproizvoditel_N = mkN031a "" ; - rozoproizvoditelka_N = mkN041 "" ; - rozoproizvodstvo_N = mkN054 "" ; - roj_N = mkN028 "" ; - rok_N = mkN040a "" ; - rokada_N = mkN041 "" ; - rokambol_N = mkN007 "" ; - rokendrol_N = mkN040a "" ; - rokli_ch_ka_N = mkN041 "" ; - rokl_ja__N = mkN047 "" ; - rokma_ch_ta_N = mkN041 "" ; - rokmuzika_N = mkN041 "" ; - rokoda_N = mkN041 "" ; - rokoko_N = mkN054 "" ; - rokfor_N = mkN007 "" ; - rokcela_N = mkN041 "" ; - rola_N = mkN041 "" ; - roletka_N = mkN041 "" ; - rolka_N = mkN041 "" ; - rolkov_A = mkA076 "" ; - rol_ja__N = mkN047 "" ; - rom_N = mkN001 "" ; - roman_N = mkN007 "" ; - romaniziram_V = stateV (mkV186 "") ; - romanizirane_N = mkN071 "" ; - romanist_N = mkN007 "" ; - romanistka_N = mkN041 "" ; - romans_N = mkN007 "" ; - romanski_A = mkA078 "" ; - romantizym_N = mkN011 "" ; - romantik_N = mkN014a "" ; - romantika_N = mkN041 "" ; - romanti_ch_en_A = mkA079 "" ; - romanti_ch_ka_N = mkN041 "" ; - romanti_ch_nost_N = mkN049 "" ; - roman_ch_e_N = mkN065 "" ; - romb_N = mkN001 "" ; - rombi_ch_en_A = mkA079 "" ; - romboviden_A = mkA079 "" ; - romboid_N = mkN007 "" ; - romboiden_A = mkA079 "" ; - romb_ch_e_N = mkN065 "" ; - romeec_N = mkN013 "" ; - romej_N = mkN032 "" ; - romejka_N = mkN041 "" ; - romejski_A = mkA078 "" ; - romol_N = mkN007 "" ; - romolene_N = mkN071 "" ; - romol_ja__V = stateV (mkV174 "") ; - romon_N = mkN007 "" ; - romonene_N = mkN071 "" ; - romon_ja__V = stateV (mkV173 "") ; - rona_ch_ka_N = mkN041 "" ; - ronliv_A = mkA076 "" ; - ronlivost_N = mkN049 "" ; - ron_ja__V = stateV (mkV173 "") ; - ropot_N = mkN007 "" ; - roptaene_N = mkN071 "" ; - roptanie_N = mkN072 "" ; - ropta_ja__V = stateV (mkV161 "") ; - rosa_N = mkN041 "" ; - rosen_A = mkA079 "" ; - rosenov_A = mkA076 "" ; - rostralen_A = mkA079 "" ; - ros_ja__V = stateV (mkV174 "") ; - rota_N = mkN041 "" ; - rotarianec_N = mkN008a "" ; - rotarianski_A = mkA078 "" ; - rotativen_A = mkA079 "" ; - rotatori_ja__N = mkN047 "" ; - rotacionen_A = mkA079 "" ; - rotaci_ja__N = mkN047 "" ; - roten_A = mkA079 "" ; - rotmistyr_N = mkN009 "" ; - rotonda_N = mkN041 "" ; - rotor_N = mkN007 "" ; - rotoren_A = mkA079 "" ; - rouming_N = mkN040a "" ; - rohkav_A = mkA076 "" ; - rohkavina_N = mkN041 "" ; - rohkavost_N = mkN049 "" ; - rohyk_A = mkA080 "" ; - ro_sh_a_V = stateV (mkV176 "") ; - ro_sh_av_A = mkA076 "" ; - ro_sh_avoglav_A = mkA076 "" ; - ro_sh_avost_N = mkN049 "" ; - ro_sh_la_N = mkN041 "" ; - ro_sh_lxo_N = mkN040 "" ; - ro_ja__V = stateV (mkV175 "") ; - ro_ja_k_N = mkN014 "" ; - ro_ja_l_N = mkN007 "" ; - ro_ja_list_N = mkN007 "" ; - ro_ja_listka_N = mkN041 "" ; - ro_ja_listki_A = mkA078 "" ; - ruba_sh_ka_N = mkN041 "" ; - rubeola_N = mkN041 "" ; - rubin_N = mkN007 "" ; - rubinen_A = mkA076 "" ; - rubineno_ch_erven_A = mkA076 "" ; - rubinov_A = mkA076 "" ; - rubla_N = mkN041 "" ; - rubrika_N = mkN041 "" ; - rugaene_N = mkN071 "" ; - ruganie_N = mkN072 "" ; - rugatel_N = mkN031a "" ; - rugatelen_A = mkA079 "" ; - rugatelski_A = mkA078 "" ; - rugatelstvo_N = mkN054 "" ; - rugatn_ja__N = mkN047 "" ; - ruga_ja__V = stateV (mkV161 "") ; - ruda_N = mkN041 "" ; - rudar_N = mkN031a "" ; - rudarski_A = mkA078 "" ; - rudarstvo_N = mkN054 "" ; - ruden_A = mkA079 "" ; - rudimentalen_A = mkA079 "" ; - rudimentaren_A = mkA079 "" ; - rudnik_N = mkN014 "" ; - rudnica_N = mkN041 "" ; - rudni_ch_ar_N = mkN031a "" ; - rudni_ch_arka_N = mkN041 "" ; - rudni_ch_arski_A = mkA078 "" ; - rudni_ch_en_A = mkA079 "" ; - rudodobiv_N = mkN007 "" ; - rudodobiven_A = mkA079 "" ; - rudokopa_ch__N = mkN007b "" ; - rudonosen_A = mkA079 "" ; - ruen_A = mkA085 "" ; - ru_zj__N = mkN007 "" ; - ru_zj_a_N = mkN041 "" ; - ruina_N = mkN041 "" ; - rujna_V = stateV (mkV152 "") ; - rukvam_V = actionV (mkV186 "") (mkV152 "") ; - rukvane_N = mkN071 "" ; - rulada_N = mkN041 "" ; - ruletka_N = mkN041 "" ; - rulo_N = mkN054 "" ; - rumb_N = mkN001 "" ; - rumba_N = mkN041 "" ; - rumen_A = mkA076 "" ; - rumenec_N = mkN008a "" ; - rumene_ja__V = stateV (mkV160 "") ; - rumenina_N = mkN041 "" ; - rumpel_N = mkN007 "" ; - rumynec_N = mkN008a "" ; - rumynka_N = mkN041 "" ; - rumynski_A = mkA078 "" ; - rund_N = mkN001 "" ; - rundijski_A = mkA078 "" ; - runest_A = mkA076 "" ; - runi_ch_eski_A = mkA078 "" ; - runo_N = mkN054 "" ; - runtav_A = mkA076 "" ; - runtave_ja__V = stateV (mkV160 "") ; - runtavost_N = mkN049 "" ; - rupa_N = mkN041 "" ; - rupi_ja__N = mkN047 "" ; - rupor_N = mkN007 "" ; - rus_A = mkA076 "" ; - rusalka_N = mkN041 "" ; - rusalski_A = mkA078 "" ; - rusenec_N = mkN008a "" ; - ruse_ja__V = stateV (mkV160 "") ; - rusizym_N = mkN011 "" ; - rusin_N = mkN018 "" ; - rusificiram_V = stateV (mkV186 "") ; - rusificirane_N = mkN071 "" ; - ruski_A = mkA078 "" ; - ruskin_ja__N = mkN047 "" ; - ruskogovore_sht__A = mkA076 "" ; - ruslo_N = mkN054 "" ; - rusnak_N = mkN014 "" ; - rusokos_A = mkA076 "" ; - rusofil_N = mkN007 "" ; - rusofilka_N = mkN041 "" ; - rusofob_N = mkN007 "" ; - rusofobka_N = mkN041 "" ; - rutina_N = mkN041 "" ; - rutinen_A = mkA079 "" ; - rut_ja__V = stateV (mkV173 "") ; - ruhvam_V = actionV (mkV186 "") (mkV152 "") ; - ruhvane_N = mkN071 "" ; - ru_ch_a_V = stateV (mkV178 "") ; - ru_ch_een_A = mkA085 "" ; - ru_ch_ej_N = mkN032 "" ; - ru_ch_ej_ch_e_N = mkN065 "" ; - ru_ch_ilo_N = mkN054 "" ; - ru_sh_a_V = stateV (mkV176 "") ; - ru_sh_vet_N = mkN007 "" ; - ru_sh_vet_ch_ijstvo_N = mkN054 "" ; - ru_sh_vet_ch_i_ja__N = mkN039 "" ; - ru_sh_ene_N = mkN071 "" ; - ru_sh_imost_N = mkN049 "" ; - ru_sh_itel_N = mkN031a "" ; - ru_sh_itelen_A = mkA079 "" ; - ryb_N = mkN001 "" ; - rybat_A = mkA076 "" ; - rybatost_N = mkN049 "" ; - rybest_A = mkA076 "" ; - ryb_ja__V = stateV (mkV173 "") ; - rygam_V = actionV (mkV186 "") (mkV152 "") ; - rygane_N = mkN071 "" ; - rygvam_V = actionV (mkV186 "") (mkV152 "") ; - rygvane_N = mkN071 "" ; - ry_zj__N = mkN007 "" ; - ry_zj_da_N = mkN041 "" ; - ry_zj_dave_ja__V = stateV (mkV160 "") ; - ry_zj_div_A = mkA076 "" ; - ry_zj_divokaf_ja_v_A = mkA076 "" ; - ry_zj_divo_ch_erven_A = mkA076 "" ; - ry_zj_d_ja_sal_A = mkA076 "" ; - ry_zj_d_ja_sam_V = stateV (mkV186 "") ; - ry_zj_d_ja_sane_N = mkN071 "" ; - ry_zj_d_ja_svam_V = stateV (mkV186 "") ; - ry_zj_d_ja_svane_N = mkN071 "" ; - ry_zj_en_A = mkA076 "" ; - ryka_N = mkN045 "" ; - rykav_N = mkN007 "" ; - rykavel_N = mkN007 "" ; - rykaven_A = mkA079 "" ; - rykavica_N = mkN041 "" ; - rykavi_ch_ar_N = mkN031a "" ; - rykatka_N = mkN041 "" ; - rykovoden_A = mkA079 "" ; - rykovodene_N = mkN071 "" ; - rykovode_sht__A = mkA076 "" ; - rykovoditel_N = mkN031a "" ; - rykovoditelka_N = mkN041 "" ; - rykovoditelski_A = mkA078 "" ; - rykovodstvo_N = mkN054 "" ; - rykovod_ja__V = stateV (mkV173 "") ; - rykodelie_N = mkN072 "" ; - rykojka_N = mkN041 "" ; - rykomaham_V = actionV (mkV186 "") (mkV152 "") ; - rykomahane_N = mkN071 "" ; - rykopa_sh_en_A = mkA079 "" ; - rykopis_N = mkN007 "" ; - rykopisen_A = mkA079 "" ; - rykopl_ja_skam_V = stateV (mkV186 "") ; - rykopl_ja_skane_N = mkN071 "" ; - rykopolagam_V = actionV (mkV186 "") (mkV176 "") ; - rykopolagane_N = mkN071 "" ; - rykostiskam_V = actionV (mkV186 "") (mkV152 "") ; - rykostiskane_N = mkN071 "" ; - rykohvatka_N = mkN041 "" ; - rykuvam_V = stateV (mkV186 "") ; - rykuvane_N = mkN071 "" ; - ryme_zj__N = mkN007 "" ; - rym_zj_a_V = stateV (mkV178 "") ; - rym_zj_ene_N = mkN071 "" ; - rymol_ja__V = stateV (mkV174 "") ; - rym_ja__V = stateV (mkV174 "") ; - rysvam_V = actionV (mkV186 "") (mkV173 "") ; - rysvane_N = mkN071 "" ; - rysene_N = mkN071 "" ; - ryst_N = mkN001 "" ; - rytlina_N = mkN041 "" ; - ryt_ja__V = stateV (mkV173 "") ; - ryfam_V = stateV (mkV186 "") ; - ryfane_N = mkN071 "" ; - ry_ch_en_A = mkA079 "" ; - ry_ch_enik_N = mkN014 "" ; - ry_ch_enica_N = mkN041 "" ; - ry_ch_i_ch_ka_N = mkN041 "" ; - ry_ch_ka_N = mkN041 "" ; - ry_ch_kam_V = actionV (mkV186 "") (mkV152 "") ; - ry_ch_kane_N = mkN071 "" ; - r_ja_dkozemen_A = mkA079 "" ; - r_ja_dkost_N = mkN049 "" ; - r_ja_dyk_A = mkA083 "" ; - r_ja_zan_A = mkA076 "" ; - r_ja_zane_N = mkN071 "" ; - r_ja_zvam_V = stateV (mkV186 "") ; - r_ja_zvane_N = mkN071 "" ; - r_ja_zka_N = mkN043a "" ; - r_ja_zkost_N = mkN049 "" ; - r_ja_zyk_A = mkA083 "" ; - r_ja_pa_N = mkN043 "" ; - sablen_A = mkA076 "" ; - sabota_zj__N = mkN007 "" ; - sabotiram_V = stateV (mkV186 "") ; - sabotirane_N = mkN071 "" ; - sabotxor_N = mkN007 "" ; - sabotxorka_N = mkN041 "" ; - sab_ja__N = mkN047 "" ; - savak_N = mkN014 "" ; - savan_N = mkN007 "" ; - savana_N = mkN041 "" ; - savarina_N = mkN041 "" ; - saga_N = mkN041 "" ; - sadene_N = mkN071 "" ; - sadizym_N = mkN011 "" ; - sadilo_N = mkN054 "" ; - sadist_N = mkN007 "" ; - sadisti_ch_en_A = mkA079 "" ; - sad_ja__V = stateV (mkV174 "") ; - sa_zj_da_N = mkN041 "" ; - sa_zj_div_A = mkA076 "" ; - sazdyrma_N = mkN041 "" ; - sajbi_ja__N = mkN039 "" ; - sajvant_N = mkN007 "" ; - sajt_N = mkN001 "" ; - sak_N = mkN001 "" ; - sakat_A = mkA076 "" ; - sako_N = mkN054 "" ; - sakralen_A = mkA079 "" ; - sakramentalen_A = mkA079 "" ; - saksien_A = mkA085 "" ; - saksi_ja__N = mkN047 "" ; - saksonec_N = mkN008a "" ; - saksonski_A = mkA078 "" ; - saksofon_N = mkN007 "" ; - saksofonen_A = mkA079 "" ; - sal_N = mkN001 "" ; - salam_N = mkN007 "" ; - salamandra_N = mkN041 "" ; - salamandyr_N = mkN009 "" ; - salamd_zj_ijnica_N = mkN041 "" ; - salamd_zj_i_ja__N = mkN039 "" ; - salamura_N = mkN041 "" ; - salamuren_A = mkA079 "" ; - salata_N = mkN041 "" ; - salatiera_N = mkN041 "" ; - salatka_N = mkN041 "" ; - salvadorka_N = mkN041 "" ; - sald_zj_i_ja__N = mkN039 "" ; - saldo_N = mkN054 "" ; - salicilov_A = mkA076 "" ; - salkym_N = mkN007 "" ; - salnik_N = mkN014 "" ; - salo_N = mkN054 "" ; - salon_N = mkN007 "" ; - salonen_A = mkA079 "" ; - saltanat_N = mkN007 "" ; - salto_N = mkN054 "" ; - saltomortale_N = mkN065 "" ; - salfetka_N = mkN041 "" ; - salca_N = mkN041 "" ; - sal_iu_t_N = mkN007 "" ; - sal_iu_ten_A = mkA079 "" ; - sal_iu_tiram_V = stateV (mkV186 "") ; - sal_iu_tirane_N = mkN071 "" ; - sam_A = mkA076 "" ; - samakitka_N = mkN041 "" ; - samar_N = mkN007 "" ; - samard_zj_ijski_A = mkA078 "" ; - samard_zj_i_ja__N = mkN039 "" ; - samar_ja_nin_N = mkN018 "" ; - samar_ja_nka_N = mkN041 "" ; - samar_ja_nski_A = mkA078 "" ; - samba_N = mkN041 "" ; - sambo_N = mkN054 "" ; - samec_N = mkN008a "" ; - sami_ch_yk_A = mkA080 "" ; - samka_N = mkN041 "" ; - samoanaliz_N = mkN007 "" ; - samoanaliziram_V = stateV (mkV186 "") ; - samoanec_N = mkN008a "" ; - samoanski_A = mkA078 "" ; - samobiten_A = mkA079 "" ; - samobitnost_N = mkN049 "" ; - samobi_ch_uvam_V = stateV (mkV186 "") ; - samobi_ch_uvane_N = mkN071 "" ; - samobrysna_ch_ka_N = mkN041 "" ; - samovar_N = mkN007 "" ; - samovzriv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - samovila_N = mkN041 "" ; - samovlasten_A = mkA079 "" ; - samovlastie_N = mkN072 "" ; - samovlastnik_N = mkN014 "" ; - samovlastni_ch_eski_A = mkA078 "" ; - samovl_iu_ben_A = mkA076 "" ; - samovl_iu_benost_N = mkN049 "" ; - samovnu_sh_a_V = stateV (mkV176 "") ; - samovnu_sh_enie_N = mkN072 "" ; - samovolen_A = mkA079 "" ; - samovyzveli_ch_avane_N = mkN071 "" ; - samovyzpitam_V = stateV (mkV186 "") ; - samovyzpitanie_N = mkN072 "" ; - samovyzhi_sht_enie_N = mkN072 "" ; - samodvi_zj_enie_N = mkN072 "" ; - samodvi_zj_e_sht__A = mkA076 "" ; - samodeen_A = mkA085 "" ; - samodeec_N = mkN013 "" ; - samodejka_N = mkN041 "" ; - samodejnost_N = mkN049 "" ; - samodejstvuva_sht__A = mkA076 "" ; - samodiv_A = mkA076 "" ; - samodiva_N = mkN041 "" ; - samodivski_A = mkA078 "" ; - samodisciplina_N = mkN041 "" ; - samodovolen_A = mkA079 "" ; - samodovolstvo_N = mkN054 "" ; - samodyr_zj_aven_A = mkA079 "" ; - samodyr_zj_avec_N = mkN008a "" ; - samodyr_zj_avie_N = mkN072 "" ; - samodyr_zj_ec_N = mkN008a "" ; - samo_zj_ertva_N = mkN041 "" ; - samo_zj_ertvenost_N = mkN049 "" ; - samo_zj_ertvuvanie_N = mkN072 "" ; - samo_zj_iv_A = mkA076 "" ; - samo_zj_ivec_N = mkN008a "" ; - samo_zj_ivost_N = mkN049 "" ; - samozabluda_N = mkN041 "" ; - samozabrava_N = mkN041 "" ; - samozabraven_A = mkA079 "" ; - samozabrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - samozabrav_ja_ne_N = mkN071 "" ; - samozadovolstvo_N = mkN054 "" ; - samozadovol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - samozadovol_ja_vane_N = mkN071 "" ; - samozakalka_N = mkN041 "" ; - samozalepvam_V = actionV (mkV186 "") (mkV174 "") ; - samozalygvam_V = actionV (mkV186 "") (mkV158 "") ; - samozalygvane_N = mkN071 "" ; - samozapazvam_V = actionV (mkV186 "") (mkV173 "") ; - samozapazvane_N = mkN071 "" ; - samozapalvam_V = actionV (mkV186 "") (mkV173 "") ; - samozapalvane_N = mkN071 "" ; - samozapisvam_V = actionV (mkV186 "") (mkV159 "") ; - samozara_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - samozara_zj_dane_N = mkN071 "" ; - samozare_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - samozare_zj_dane_N = mkN071 "" ; - samoza_sht_ita_N = mkN041 "" ; - samoza_sht_itavam_V = actionV (mkV186 "") (mkV174 "") ; - samoza_sht_itavane_N = mkN071 "" ; - samozvan_A = mkA076 "" ; - samozvanec_N = mkN008a "" ; - samoizbivane_N = mkN071 "" ; - samoizbiram_V = actionV (mkV186 "") (mkV170 "") ; - samoizdigam_V = actionV (mkV186 "") (mkV152 "") ; - samoizdry_zj_ka_N = mkN041 "" ; - samoizkl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - samoizkl_iu__ch_vane_N = mkN071 "" ; - samoizlygvam_V = actionV (mkV186 "") (mkV158 "") ; - samoizlygvane_N = mkN071 "" ; - samoizmama_N = mkN041 "" ; - samoizmamvam_V = actionV (mkV186 "") (mkV173 "") ; - samoizmamvane_N = mkN071 "" ; - samoizmy_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - samoizmy_ch_vane_N = mkN071 "" ; - samoizobli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - samoizobli_ch_avane_N = mkN071 "" ; - samoizobli_ch_enie_N = mkN072 "" ; - samoiztezanie_N = mkN072 "" ; - samoiztreblenie_N = mkN072 "" ; - samoiztykvam_V = actionV (mkV186 "") (mkV152 "") ; - samoiztykvane_N = mkN071 "" ; - samoiz_ja_va_N = mkN041 "" ; - samoiz_ja__zj_dam_V = actionV (mkV186 "") (mkV169 "") ; - samoiz_ja__zj_dane_N = mkN071 "" ; - samoindukci_ja__N = mkN047 "" ; - samoiniciativa_N = mkN041 "" ; - samoiniciativen_A = mkA079 "" ; - samoironi_ja__N = mkN047 "" ; - samokov_A = mkA076 "" ; - samokovec_N = mkN008a "" ; - samokontrol_N = mkN007 "" ; - samokorigiram_V = stateV (mkV186 "") ; - samokritika_N = mkN041 "" ; - samokriti_ch_en_A = mkA079 "" ; - samokriti_ch_nost_N = mkN049 "" ; - samolaskatelstvo_N = mkN054 "" ; - samolet_N = mkN007 "" ; - samoleten_A = mkA079 "" ; - samoletonosa_ch__N = mkN007 "" ; - samoli_ch_en_A = mkA079 "" ; - samoli_ch_nost_N = mkN049 "" ; - samol_iu_biv_A = mkA076 "" ; - samol_iu_bie_N = mkN072 "" ; - samomnenie_N = mkN072 "" ; - samomnitelen_A = mkA079 "" ; - samomnitelnost_N = mkN049 "" ; - samonabl_iu_davam_V = stateV (mkV186 "") ; - samonabl_iu_davane_N = mkN071 "" ; - samonabl_iu_denie_N = mkN072 "" ; - samonaga_zj_dam_V = stateV (mkV186 "") ; - samonade_ja_n_A = mkA076 "" ; - samonade_ja_nost_N = mkN049 "" ; - samonalo_zj_en_A = mkA076 "" ; - samonaran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - samonaran_ja_vane_N = mkN071 "" ; - samonaso_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - samonaso_ch_vane_N = mkN071 "" ; - samoobvinenie_N = mkN072 "" ; - samoobvin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - samoobvin_ja_vane_N = mkN071 "" ; - samoobezli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - samooblagam_V = actionV (mkV186 "") (mkV176 "") ; - samooblagane_N = mkN071 "" ; - samoobladanie_N = mkN072 "" ; - samooblada_ja__V = stateV (mkV161 "") ; - samoobo_zj_avane_N = mkN071 "" ; - samoobrazovam_V = stateV (mkV186 "") ; - samoobrazovan_A = mkA076 "" ; - samoobrazovane_N = mkN071 "" ; - samoobrazovanie_N = mkN072 "" ; - samoobslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - samoobslu_zj_vane_N = mkN071 "" ; - samoobu_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - samoobu_ch_enie_N = mkN072 "" ; - samoob_ja_v_ja__V = stateV (mkV174 "") ; - samoograni_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - samoograni_ch_avane_N = mkN071 "" ; - samoograni_ch_enie_N = mkN072 "" ; - samookajvane_N = mkN071 "" ; - samooplod_ja_vane_N = mkN071 "" ; - samooplo_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - samooplo_zj_dane_N = mkN071 "" ; - samoopravdavam_V = actionV (mkV186 "") (mkV161 "") ; - samoopravdavane_N = mkN071 "" ; - samoopravdanie_N = mkN072 "" ; - samoopra_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - samoopra_sh_vane_N = mkN071 "" ; - samoopredelenie_N = mkN072 "" ; - samoopredel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - samoopredel_ja_ne_N = mkN071 "" ; - samoorganiziram_V = stateV (mkV186 "") ; - samoosy_sht_estv_ja_vane_N = mkN071 "" ; - samootbrana_N = mkN041 "" ; - samootver_zj_en_A = mkA079 "" ; - samootver_zj_enost_N = mkN049 "" ; - samootly_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - samootly_ch_vane_N = mkN071 "" ; - samootly_ch_ka_N = mkN041 "" ; - samootrav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - samootrav_ja_ne_N = mkN071 "" ; - samootreka_V = stateV (mkV148 "") ; - samoocenka_N = mkN041 "" ; - samopi_sh_e_sht__A = mkA076 "" ; - samopodbor_N = mkN007 "" ; - samopodvi_zj_en_A = mkA079 "" ; - samopodgotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - samopodpisan_A = mkA076 "" ; - samopo_zj_ertvuvam_V = stateV (mkV186 "") ; - samopo_zj_ertvuvane_N = mkN071 "" ; - samopo_zj_ertvuvanie_N = mkN072 "" ; - samopo_zj_ertvuvatelen_A = mkA079 "" ; - samopo_zj_ertvuvatelnost_N = mkN049 "" ; - samopoznanie_N = mkN072 "" ; - samopokazanie_N = mkN072 "" ; - samopokanvam_V = actionV (mkV186 "") (mkV173 "") ; - samopoka_ja_nie_N = mkN072 "" ; - samopoku_sh_enie_N = mkN072 "" ; - samoporicanie_N = mkN072 "" ; - samopredlagam_V = actionV (mkV186 "") (mkV176 "") ; - samopredlagane_N = mkN071 "" ; - samopriznavam_V = actionV (mkV186 "") (mkV161 "") ; - samopriznavane_N = mkN071 "" ; - samopriznanie_N = mkN072 "" ; - samoproverka_N = mkN041 "" ; - samoproizvolen_A = mkA079 "" ; - samorazprava_N = mkN041 "" ; - samorazprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - samorazprav_ja_ne_N = mkN071 "" ; - samorazru_sh_enie_N = mkN072 "" ; - samoraztovarva_sht__A = mkA076 "" ; - samorazturvam_V = actionV (mkV186 "") (mkV173 "") ; - samorazturvane_N = mkN071 "" ; - samoraztur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - samoraztur_ja_ne_N = mkN071 "" ; - samoraslek_N = mkN014 "" ; - samorasl_ja_k_N = mkN014 "" ; - samorasyl_A = mkA080 "" ; - samoreklama_N = mkN041 "" ; - samoroden_A = mkA079 "" ; - samorodnost_N = mkN049 "" ; - samory_ch_en_A = mkA079 "" ; - samosval_N = mkN007 "" ; - samosindikalen_A = mkA079 "" ; - samosnima_ch_ka_N = mkN041 "" ; - samostoen_A = mkA085 "" ; - samosto_ja_telen_A = mkA079 "" ; - samosto_ja_telnost_N = mkN049 "" ; - samosy_zj_alenie_N = mkN072 "" ; - samosy_zj_alitelen_A = mkA079 "" ; - samosyzercatelen_A = mkA079 "" ; - samosyznanie_N = mkN072 "" ; - samosyhranenie_N = mkN072 "" ; - samota_N = mkN041 "" ; - samotaksuvane_N = mkN071 "" ; - samotek_N = mkN014 "" ; - samoten_A = mkA079 "" ; - samotnik_N = mkN014 "" ; - samotnica_N = mkN041 "" ; - samotni_ch_eski_A = mkA078 "" ; - samotni_ch_estvo_N = mkN054 "" ; - samotnost_N = mkN049 "" ; - samotok_N = mkN014 "" ; - samoubivam_V = actionV (mkV186 "") (mkV163 "") ; - samoubivane_N = mkN071 "" ; - samoubiec_N = mkN013 "" ; - samoubijstven_A = mkA076 "" ; - samoubijstvo_N = mkN054 "" ; - samoubijca_N = mkN041 "" ; - samouva_zj_enie_N = mkN072 "" ; - samouveren_A = mkA076 "" ; - samouverenost_N = mkN049 "" ; - samouga_zj_dane_N = mkN071 "" ; - samouk_N = mkN014 "" ; - samouni_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - samouni_zj_avane_N = mkN071 "" ; - samouni_zj_enie_N = mkN072 "" ; - samounizitelen_A = mkA079 "" ; - samouniz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - samouniz_ja_vane_N = mkN071 "" ; - samouni_sht_o_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - samouni_sht_o_zj_avane_N = mkN071 "" ; - samouni_sht_o_zj_enie_N = mkN072 "" ; - samouprava_N = mkN041 "" ; - samoupravitelen_A = mkA079 "" ; - samoupravlenie_N = mkN072 "" ; - samoupravl_ja_vam_V = stateV (mkV186 "") ; - samoupravl_ja_vane_N = mkN071 "" ; - samoupravni_ch_eski_A = mkA078 "" ; - samoupravstvo_N = mkN054 "" ; - samouspokoenie_N = mkN072 "" ; - samouspoko_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - samouspoko_ja_vane_N = mkN071 "" ; - samousyvyr_sh_enstvam_V = stateV (mkV186 "") ; - samousyvyr_sh_enstvane_N = mkN071 "" ; - samousyvyr_sh_enstvuvam_V = stateV (mkV186 "") ; - samousyvyr_sh_enstvuvane_N = mkN071 "" ; - samoutvyr_zj_davane_N = mkN071 "" ; - samou_ch_itel_N = mkN031a "" ; - samohvalec_N = mkN008a "" ; - samohvalka_N = mkN041 "" ; - samohvalko_N = mkN040 "" ; - samohvalstvo_N = mkN054 "" ; - samohval_ja__V = stateV (mkV173 "") ; - samohoden_A = mkA079 "" ; - samohodka_N = mkN041 "" ; - samocel_N = mkN049 "" ; - samocelen_A = mkA079 "" ; - samo_ch_uvstvie_N = mkN072 "" ; - samo_ch_uvstvo_N = mkN054 "" ; - samun_N = mkN007 "" ; - samur_N = mkN007 "" ; - samuraj_N = mkN032a "" ; - samuren_A = mkA079 "" ; - samurov_A = mkA076 "" ; - san_N = mkN001 "" ; - sanatorialen_A = mkA079 "" ; - sanatorium_N = mkN007 "" ; - sangvini_ch_en_A = mkA079 "" ; - sangvini_ch_ka_N = mkN041 "" ; - sandal_N = mkN007 "" ; - sandalki_N = mkN075 "" ; - sandalov_A = mkA076 "" ; - sandardisvam_V = stateV (mkV186 "") ; - sandardisvane_N = mkN071 "" ; - sandvi_ch__N = mkN007 "" ; - sandyk_N = mkN014 "" ; - sandy_ch_e_N = mkN065 "" ; - sanitar_N = mkN031a "" ; - sanitaren_A = mkA079 "" ; - sanitari_ja__N = mkN047 "" ; - sanitarka_N = mkN041 "" ; - sankcioniram_V = stateV (mkV186 "") ; - sankcionirane_N = mkN071 "" ; - sankci_ja__N = mkN047 "" ; - sanovnik_N = mkN014 "" ; - sanskrit_N = mkN007 "" ; - sanskritski_A = mkA078 "" ; - santigram_V = stateV (mkV186 "") ; - santilityr_N = mkN010 "" ; - santimentalen_A = mkA079 "" ; - santimentalni_ch_a_V = stateV (mkV176 "") ; - santimentalnost_N = mkN049 "" ; - santimetyr_N = mkN010 "" ; - sap_N = mkN001 "" ; - saprofiten_A = mkA079 "" ; - sapun_N = mkN007 "" ; - sapunar_N = mkN031a "" ; - sapund_zj_i_ja__N = mkN039 "" ; - sapunen_A = mkA076 "" ; - sapuniera_N = mkN041 "" ; - sapunisvam_V = actionV (mkV186 "") (mkV186 "") ; - sapunisvane_N = mkN071 "" ; - sapun_ch_e_N = mkN065 "" ; - sapfir_N = mkN007 "" ; - sapfiren_A = mkA079 "" ; - sapxor_N = mkN007 "" ; - sapxorski_A = mkA078 "" ; - sarabanda_N = mkN041 "" ; - saraj_N = mkN032 "" ; - sarali_ja__N = mkN039 "" ; - saraf_N = mkN007 "" ; - sarafin_N = mkN018 "" ; - saracin_N = mkN007 "" ; - saracinski_A = mkA078 "" ; - sara_ch__N = mkN007 "" ; - sara_ch_estvo_N = mkN054 "" ; - sara_ch_nica_N = mkN041 "" ; - sara_sh_ki_A = mkA078 "" ; - sardela_N = mkN041 "" ; - sardelen_A = mkA076 "" ; - sardina_N = mkN041 "" ; - sardinec_N = mkN008a "" ; - sardinka_N = mkN041 "" ; - sardinski_A = mkA078 "" ; - sardoni_ch_en_A = mkA079 "" ; - sardoni_ch_eski_A = mkA078 "" ; - sarkazym_N = mkN011 "" ; - sarkasti_ch_en_A = mkA079 "" ; - sarkasti_ch_nost_N = mkN049 "" ; - sarkoma_N = mkN041 "" ; - sarkofag_N = mkN015 "" ; - sarma_N = mkN041 "" ; - satana_N = mkN041 "" ; - satanizym_N = mkN011 "" ; - sataninski_A = mkA078 "" ; - sataninstvo_N = mkN054 "" ; - satelit_N = mkN007 "" ; - sateliten_A = mkA079 "" ; - saten_A = mkA079 "" ; - satiniram_V = stateV (mkV186 "") ; - satiniran_A = mkA076 "" ; - satinirane_N = mkN071 "" ; - satir_N = mkN007 "" ; - satira_N = mkN041 "" ; - satirik_N = mkN014 "" ; - satiri_ch_en_A = mkA079 "" ; - satiri_ch_eski_A = mkA078 "" ; - satiri_ch_nost_N = mkN049 "" ; - satrap_N = mkN007 "" ; - satrapi_ja__N = mkN047 "" ; - saturnov_A = mkA076 "" ; - satyr_N = mkN009 "" ; - satyr_ch_e_N = mkN065 "" ; - sauditski_A = mkA078 "" ; - sauna_N = mkN041 "" ; - safari_N = mkN065 "" ; - safrid_N = mkN007 "" ; - sa_ch__N = mkN001 "" ; - sa_ch_ma_N = mkN041 "" ; - sa_ch_men_A = mkA076 "" ; - sa_sht_isvam_V = actionV (mkV186 "") (mkV186 "") ; - sa_sht_isvane_N = mkN071 "" ; - sa_ja__N = mkN047 "" ; - sbabvane_N = mkN071 "" ; - sbabi_ch_asam_V = stateV (mkV186 "") ; - sbabi_ch_asvam_V = stateV (mkV186 "") ; - sbabi_ch_asvane_N = mkN071 "" ; - sbaram_V = stateV (mkV186 "") ; - sbarane_N = mkN071 "" ; - sbarvam_V = stateV (mkV186 "") ; - sbarvane_N = mkN071 "" ; - sbera_V = stateV (mkV170 "") ; - sbivam_V = actionV (mkV186 "") (mkV163 "") ; - sbivane_N = mkN071 "" ; - sbiram_V = stateV (mkV186 "") ; - sbirane_N = mkN071 "" ; - sbirka_N = mkN041 "" ; - sbir_sht_ina_N = mkN041 "" ; - sbit_A = mkA076 "" ; - sbitost_N = mkN049 "" ; - sbli_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - sbli_zj_avane_N = mkN071 "" ; - sbli_zj_enie_N = mkN072 "" ; - sblyskane_N = mkN071 "" ; - sblyskvam_V = actionV (mkV186 "") (mkV186 "") ; - sblyskvane_N = mkN071 "" ; - sblysyk_N = mkN014 "" ; - sboguvam_V = stateV (mkV186 "") ; - sboguvane_N = mkN071 "" ; - sbor_N = mkN001 "" ; - sboren_A = mkA079 "" ; - sbori_ch_kane_N = mkN071 "" ; - sbori_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - sbori_ch_kvane_N = mkN071 "" ; - sbori_sht_e_N = mkN066 "" ; - sbornik_N = mkN014 "" ; - sbor_ja__V = stateV (mkV173 "") ; - sbry_ch_kam_V = stateV (mkV186 "") ; - sbry_ch_kan_A = mkA076 "" ; - sbry_ch_kane_N = mkN071 "" ; - sbry_ch_kvam_V = stateV (mkV186 "") ; - sbry_ch_kvane_N = mkN071 "" ; - sbutan_A = mkA076 "" ; - sbutane_N = mkN071 "" ; - sbutvam_V = actionV (mkV186 "") (mkV186 "") ; - sbutvane_N = mkN071 "" ; - sbydvam_V = actionV (mkV186 "") (mkV152 "") ; - sbydvane_N = mkN071 "" ; - sbydnat_A = mkA076 "" ; - sbyrkane_N = mkN071 "" ; - sbyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - sbyrkvane_N = mkN071 "" ; - sbyr_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - sbyr_ch_vane_N = mkN071 "" ; - svada_N = mkN041 "" ; - svadliv_A = mkA076 "" ; - svadlivost_N = mkN049 "" ; - svako_N = mkN040 "" ; - sval_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - sval_ja_ne_N = mkN071 "" ; - sval_ja__ch__N = mkN007 "" ; - svarvam_V = actionV (mkV186 "") (mkV174 "") ; - svarvane_N = mkN071 "" ; - svaren_A = mkA076 "" ; - svar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - svar_ja_vane_N = mkN071 "" ; - svastika_N = mkN041 "" ; - svat_N = mkN001 "" ; - svatba_N = mkN041 "" ; - svatbar_N = mkN031a "" ; - svatbarka_N = mkN041 "" ; - svatben_A = mkA076 "" ; - svatov_A = mkA076 "" ; - svatovnik_N = mkN014 "" ; - svatovnica_N = mkN041 "" ; - svatovstvo_N = mkN054 "" ; - svatov_sht_ina_N = mkN041 "" ; - svatosvam_V = actionV (mkV186 "") (mkV186 "") ; - svatosvane_N = mkN071 "" ; - svatuvam_V = stateV (mkV186 "") ; - svatuvane_N = mkN071 "" ; - svat_ja__N = mkN047 "" ; - svedenie_N = mkN072 "" ; - svedu_sht__A = mkA076 "" ; - sve_zj__A = mkA076 "" ; - sve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - sve_zj_dane_N = mkN071 "" ; - sve_zj_est_N = mkN049 "" ; - sve_zj_ozelen_A = mkA076 "" ; - svezka_N = mkN041 "" ; - svekyr_N = mkN009 "" ; - svekyrva_N = mkN041 "" ; - svenliv_A = mkA076 "" ; - svenlivost_N = mkN049 "" ; - sven_ja__V = stateV (mkV174 "") ; - sverka_N = mkN041 "" ; - sver_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sver_ja_vane_N = mkN071 "" ; - svesvam_V = actionV (mkV186 "") (mkV174 "") ; - svesvane_N = mkN071 "" ; - svesten_A = mkA084a "" ; - svest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - svest_ja_vane_N = mkN071 "" ; - svetvam_V = actionV (mkV186 "") (mkV152 "") ; - svetvane_N = mkN071 "" ; - svetej_sh_estvo_N = mkN054 "" ; - svetej_sh_i_A = mkA078 "" ; - sveten_A = mkA076 "" ; - svetec_N = mkN008a "" ; - sveti_A = mkA078 "" ; - svetilen_A = mkA079 "" ; - svetili_sht_e_N = mkN066 "" ; - svetilnik_N = mkN014 "" ; - svetilo_N = mkN054 "" ; - svetin_ja__N = mkN047 "" ; - svetitel_N = mkN031a "" ; - svetica_N = mkN041 "" ; - sveti_ja__N = mkN039 "" ; - svetkavica_N = mkN041 "" ; - svetkavi_ch_en_A = mkA079 "" ; - svetkavi_ch_nost_N = mkN049 "" ; - svetleene_N = mkN071 "" ; - svetle_ja__V = stateV (mkV160 "") ; - svetliv_A = mkA076 "" ; - svetlina_N = mkN041 "" ; - svetlinen_A = mkA079 "" ; - svetlinka_N = mkN041 "" ; - svetlo_N = mkN054 "" ; - svetlobe_zj_ov_A = mkA076 "" ; - svetlovioletov_A = mkA076 "" ; - svetlo_zj_ylt_A = mkA076 "" ; - svetloza_sht_ita_N = mkN041 "" ; - svetlozelen_A = mkA076 "" ; - svetlokaf_ja_v_A = mkA076 "" ; - svetloko_zj__A = mkA076 "" ; - svetlokos_A = mkA076 "" ; - svetlolik_A = mkA076 "" ; - svetlolilav_A = mkA076 "" ; - svetlomer_N = mkN007 "" ; - svetlook_A = mkA076 "" ; - svetlopurpuren_A = mkA079 "" ; - svetlorozov_A = mkA076 "" ; - svetlorus_A = mkA076 "" ; - svetlosiv_A = mkA076 "" ; - svetlosin_A = mkA086 "" ; - svetlosinxozelen_A = mkA076 "" ; - svetlost_N = mkN049 "" ; - svetlos_ja_nka_N = mkN043a "" ; - svetlotehnika_N = mkN041 "" ; - svetloustoj_ch_iv_A = mkA076 "" ; - svetlo_ch_erven_A = mkA076 "" ; - svetlo_ch_eren_A = mkA079 "" ; - svetlo_ch_uvstvitelen_A = mkA079 "" ; - svetlo_ch_uvstvitelnost_N = mkN049 "" ; - svetoven_A = mkA079 "" ; - svetovnoizvesten_A = mkA079 "" ; - svetovyrte_zj__N = mkN007 "" ; - svetogled_N = mkN007 "" ; - svetogorski_A = mkA078 "" ; - svetodiod_N = mkN007 "" ; - svetozaren_A = mkA079 "" ; - svetost_N = mkN049 "" ; - svetoshva_sht_ane_N = mkN071 "" ; - svetotat_A = mkA076 "" ; - svetotatski_A = mkA078 "" ; - svetotatstvam_V = stateV (mkV186 "") ; - svetotatstvane_N = mkN071 "" ; - svetotatstven_A = mkA076 "" ; - svetotatstvo_N = mkN054 "" ; - svetotatstvuvam_V = stateV (mkV186 "") ; - svetotatstvuvane_N = mkN071 "" ; - svetouse_sht_ane_N = mkN071 "" ; - svetofar_N = mkN007 "" ; - svetski_A = mkA078 "" ; - svetuvam_V = stateV (mkV186 "") ; - svetulka_N = mkN041 "" ; - svetulkam_V = stateV (mkV186 "") ; - svetyl_A = mkA080 "" ; - svet_ja__V = stateV (mkV174 "") ; - sve_ch_er_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sve_ch_er_ja_vane_N = mkN071 "" ; - sve_sht__N = mkN049 "" ; - sve_sht_ar_N = mkN031a "" ; - sve_sht_en_A = mkA076 "" ; - sve_sht_enik_N = mkN014 "" ; - sve_sht_eni_ch_eski_A = mkA078 "" ; - sve_sht_eni_ch_estvo_N = mkN054 "" ; - sve_sht_enodejstvam_V = stateV (mkV186 "") ; - sve_sht_enodejstvane_N = mkN071 "" ; - sve_sht_enodejstvie_N = mkN072 "" ; - sve_sht_enodejstvuvam_V = stateV (mkV186 "") ; - sve_sht_enodejstvuvane_N = mkN071 "" ; - sve_sht_enopisanie_N = mkN072 "" ; - sve_sht_enoslu_zj_itel_N = mkN031a "" ; - sve_sht_ica_N = mkN041 "" ; - sve_sht_i_ch_ka_N = mkN041 "" ; - sve_sht_nik_N = mkN014 "" ; - sve_sht_ole_ja_r_N = mkN007 "" ; - sve_sht_olivnica_N = mkN041 "" ; - svivaem_A = mkA076 "" ; - svivaemost_N = mkN049 "" ; - svivam_V = actionV (mkV186 "") (mkV163 "") ; - svivane_N = mkN071 "" ; - sviva_ch__N = mkN007 "" ; - svivka_N = mkN041 "" ; - sviden_A = mkA079 "" ; - svidetel_N = mkN031a "" ; - svidetelka_N = mkN041 "" ; - svidetelski_A = mkA078 "" ; - svidetelstvam_V = stateV (mkV186 "") ; - svidetelstvane_N = mkN071 "" ; - svidetelstvo_N = mkN054 "" ; - svidetelstvuvam_V = stateV (mkV186 "") ; - svidetelstvuvane_N = mkN071 "" ; - svidla_N = mkN041 "" ; - svidliv_A = mkA076 "" ; - svidlivost_N = mkN049 "" ; - svi_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - svi_zj_dane_N = mkN071 "" ; - svikvam_V = actionV (mkV186 "") (mkV152 "") ; - svikvane_N = mkN071 "" ; - svila_N = mkN041 "" ; - svilarka_N = mkN041 "" ; - svilen_A = mkA076 "" ; - svinar_N = mkN031a "" ; - svinarka_N = mkN041 "" ; - svinarnik_N = mkN014 "" ; - svinevyd_N = mkN007 "" ; - svinevydec_N = mkN008a "" ; - svinevydka_N = mkN041 "" ; - svinevydstvo_N = mkN054 "" ; - svinegleda_ch__N = mkN007 "" ; - svinegleda_ch_ka_N = mkN041 "" ; - svineferma_N = mkN041 "" ; - svinski_A = mkA078 "" ; - svinstvo_N = mkN054 "" ; - svin_ch_e_N = mkN065 "" ; - svin_sht_ina_N = mkN041 "" ; - svin_ja__N = mkN048 "" ; - sviram_V = actionV (mkV186 "") (mkV150 "") ; - svira_ch__N = mkN007 "" ; - svira_ch_ka_N = mkN041 "" ; - svirvam_V = actionV (mkV186 "") (mkV152 "") ; - svirvane_N = mkN071 "" ; - svirene_N = mkN071 "" ; - svirep_A = mkA076 "" ; - svirepost_N = mkN049 "" ; - svirepstvam_V = actionV (mkV186 "") (mkV160 "") ; - svirepstvane_N = mkN071 "" ; - svirepstvo_N = mkN054 "" ; - svirepstvuvam_V = actionV (mkV186 "") (mkV160 "") ; - svirepstvuvane_N = mkN071 "" ; - svirec_N = mkN008a "" ; - svirka_N = mkN041 "" ; - svirkam_V = stateV (mkV186 "") ; - svirkane_N = mkN071 "" ; - svirn_ja__N = mkN047 "" ; - svir_ch_o_N = mkN040 "" ; - svir_ja__V = stateV (mkV173 "") ; - svistene_N = mkN071 "" ; - svist_ja__V = stateV (mkV174 "") ; - svit_A = mkA076 "" ; - svita_N = mkN041 "" ; - svitost_N = mkN049 "" ; - svityk_N = mkN014 "" ; - svla_ch_i_sht_e_N = mkN066 "" ; - svli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - svli_ch_ane_N = mkN071 "" ; - svoboda_N = mkN041 "" ; - svoboden_A = mkA079 "" ; - svobodol_iu_biv_A = mkA076 "" ; - svobodol_iu_bie_N = mkN072 "" ; - svobodomisle_sht__A = mkA076 "" ; - svobodomislie_N = mkN072 "" ; - svod_N = mkN001 "" ; - svoden_A = mkA079 "" ; - svodest_A = mkA076 "" ; - svodka_N = mkN041 "" ; - svodnik_N = mkN014 "" ; - svodnica_N = mkN041 "" ; - svodni_ch_a_V = stateV (mkV176 "") ; - svodni_ch_estvo_N = mkN054 "" ; - svodov_A = mkA076 "" ; - svodoobrazen_A = mkA079 "" ; - svoevolen_A = mkA079 "" ; - svoevolie_N = mkN072 "" ; - svoevolnik_N = mkN014 "" ; - svoevolni_ch_a_V = stateV (mkV176 "") ; - svoevremenen_A = mkA079 "" ; - svoevremennost_N = mkN049 "" ; - svoenraven_A = mkA079 "" ; - svoenravie_N = mkN072 "" ; - svoenravni_ch_a_V = stateV (mkV176 "") ; - svoenravnost_N = mkN049 "" ; - svoeobrazen_A = mkA079 "" ; - svoeobrazie_N = mkN072 "" ; - svoeobraznost_N = mkN049 "" ; - svojski_A = mkA078 "" ; - svojstven_A = mkA076 "" ; - svojstvenost_N = mkN049 "" ; - svojstvo_N = mkN054 "" ; - svraka_N = mkN041 "" ; - svra_ch_i_A = mkA087 "" ; - svredel_N = mkN007 "" ; - svredel_ch_e_N = mkN065 "" ; - svredlo_N = mkN054 "" ; - svryzka_N = mkN041 "" ; - svryhbukvalizym_N = mkN011 "" ; - svryhvyzbuda_N = mkN041 "" ; - svryhdale_ch_en_A = mkA079 "" ; - svryhestestven_A = mkA076 "" ; - svryhzvuk_N = mkN014 "" ; - svryhzvukov_A = mkA076 "" ; - svryhizli_sh_yk_N = mkN014 "" ; - svryhizobilen_A = mkA079 "" ; - svryhizobilie_N = mkN072 "" ; - svryhinteligenten_A = mkA079 "" ; - svryhinformaci_ja__N = mkN047 "" ; - svryhkompensaci_ja__N = mkN047 "" ; - svryhmogy_sht__A = mkA076 "" ; - svryhmo_sht_en_A = mkA079 "" ; - svryhnal_ja_gane_N = mkN071 "" ; - svryhnapre_zj_enie_N = mkN072 "" ; - svryhnaselen_A = mkA076 "" ; - svryhnaselenie_N = mkN072 "" ; - svryhnaselenost_N = mkN049 "" ; - svryhnatovarvane_N = mkN071 "" ; - svryhnatovaren_A = mkA076 "" ; - svryhnov_A = mkA076 "" ; - svryhobon_ja_nie_N = mkN072 "" ; - svryhoperativen_A = mkA079 "" ; - svryhopiten_A = mkA079 "" ; - svryhpe_ch_alba_N = mkN041 "" ; - svryhplanov_A = mkA076 "" ; - svryhprovodimost_N = mkN049 "" ; - svryhprodukci_ja__N = mkN047 "" ; - svryhproizvodstvo_N = mkN054 "" ; - svryhsekreten_A = mkA079 "" ; - svryhsila_N = mkN041 "" ; - svryhskorosten_A = mkA079 "" ; - svryhslo_zj_en_A = mkA079 "" ; - svryhsmeten_A = mkA079 "" ; - svryhsro_ch_en_A = mkA079 "" ; - svryhtovar_N = mkN007 "" ; - svryhusilie_N = mkN072 "" ; - svryhcivilizaci_ja__N = mkN047 "" ; - svryh_ch_ovek_N = mkN014 "" ; - svryh_ch_ove_sh_ki_A = mkA078 "" ; - svryh_ch_uvstvitelen_A = mkA079 "" ; - svryh_ch_uvstvitelnost_N = mkN049 "" ; - svryh_sht_aten_A = mkA079 "" ; - svry_sht_am_V = actionV (mkV186 "") (mkV150 "") ; - svry_sht_ane_N = mkN071 "" ; - svyrvam_V = actionV (mkV186 "") (mkV152 "") ; - svyrvane_N = mkN071 "" ; - svyrzan_A = mkA076 "" ; - svyrzanost_N = mkN049 "" ; - svyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - svyrzvane_N = mkN071 "" ; - svyrzo_ch_en_A = mkA079 "" ; - svyrzo_ch_nik_N = mkN014 "" ; - svyrtali_sht_e_N = mkN066 "" ; - svyrtam_V = actionV (mkV186 "") (mkV177 "") ; - svyrtane_N = mkN071 "" ; - svyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - svyr_sh_vane_N = mkN071 "" ; - svyr_sh_ek_N = mkN014 "" ; - svyr_sh_en_A = mkA076 "" ; - svysvam_V = actionV (mkV186 "") (mkV173 "") ; - svysvane_N = mkN071 "" ; - svysen_A = mkA076 "" ; - sv_ja_n_N = mkN001 "" ; - sv_ja_st_N = mkN049 "" ; - sv_ja_t_A = mkA081 "" ; - sv_ja_tkam_V = stateV (mkV186 "") ; - sv_ja_tkane_N = mkN071 "" ; - sv_ja_tost_N = mkN049 "" ; - sgazvam_V = actionV (mkV186 "") (mkV173 "") ; - sgazvane_N = mkN071 "" ; - sgan_N = mkN042 "" ; - sga_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - sga_sht_vane_N = mkN071 "" ; - sgledane_N = mkN071 "" ; - sglednik_N = mkN014 "" ; - sglednica_N = mkN041 "" ; - sgle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - sgle_zj_dane_N = mkN071 "" ; - sgloba_N = mkN041 "" ; - sglobka_N = mkN041 "" ; - sglob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sglob_ja_vane_N = mkN071 "" ; - sglob_ja_em_A = mkA076 "" ; - sglup_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sglup_ja_vane_N = mkN071 "" ; - sgovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sgovar_ja_ne_N = mkN071 "" ; - sgovor_N = mkN007 "" ; - sgovoren_A = mkA079 "" ; - sgovorliv_A = mkA076 "" ; - sgovornik_N = mkN014 "" ; - sgovornica_N = mkN041 "" ; - sgovornost_N = mkN049 "" ; - sgovor_ch_iv_A = mkA076 "" ; - sgovor_ch_ivost_N = mkN049 "" ; - sgoda_N = mkN041 "" ; - sgoden_A = mkA079 "" ; - sgodnost_N = mkN049 "" ; - sgod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sgod_ja_vane_N = mkN071 "" ; - sgore_sht_enost_N = mkN049 "" ; - sgore_sht__ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sgore_sht__ja_vane_N = mkN071 "" ; - sgor_ja__V = stateV (mkV174 "") ; - sgotv_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sgotv_ja_ne_N = mkN071 "" ; - sgrab_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - sgrab_ch_vane_N = mkN071 "" ; - sgrab_ja__V = stateV (mkV173 "") ; - sgrada_N = mkN041 "" ; - sgradostroitel_N = mkN031a "" ; - sgradostroitelen_A = mkA079 "" ; - sgradostroitelstvo_N = mkN054 "" ; - sgradoustrojstvo_N = mkN054 "" ; - sgrad_ja__V = stateV (mkV174 "") ; - sgre_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sgre_sh_avane_N = mkN071 "" ; - sgrizvam_V = actionV (mkV186 "") (mkV151 "") ; - sgromol_ja_sane_N = mkN071 "" ; - sgromol_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - sgromol_ja_svane_N = mkN071 "" ; - sgruham_V = stateV (mkV186 "") ; - sgruhane_N = mkN071 "" ; - sgr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - sgr_ja_vane_N = mkN071 "" ; - sgur_N = mkN007 "" ; - sgurien_A = mkA085 "" ; - sguri_ja__N = mkN047 "" ; - sgu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - sgu_sh_vane_N = mkN071 "" ; - sgyvaem_A = mkA076 "" ; - sgyvaemost_N = mkN049 "" ; - sgyvam_V = actionV (mkV186 "") (mkV152 "") ; - sgyvane_N = mkN071 "" ; - sgyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - sgyl_ch_avane_N = mkN071 "" ; - sgyrbvam_V = stateV (mkV186 "") ; - sgyrbvane_N = mkN071 "" ; - sgyrben_A = mkA076 "" ; - sgyrbu_sh_a_N = mkN041 "" ; - sgyrbu_sh_vam_V = stateV (mkV186 "") ; - sgyrbu_sh_vane_N = mkN071 "" ; - sgyrb_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sgyrb_ja_ne_N = mkN071 "" ; - sgyr_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - sgyr_ch_vane_N = mkN071 "" ; - sgysten_A = mkA076 "" ; - sgystimost_N = mkN049 "" ; - sgystitel_N = mkN031a "" ; - sgystitelen_A = mkA079 "" ; - sgyst_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sgyst_ja_vane_N = mkN071 "" ; - sdavam_V = actionV (mkV186 "") (mkV168 "") ; - sdavane_N = mkN071 "" ; - sdaven_A = mkA076 "" ; - sdav_ja__V = stateV (mkV173 "") ; - sdav_ja_ne_N = mkN071 "" ; - sdelka_N = mkN041 "" ; - sd_zj_afkam_V = stateV (mkV186 "") ; - sd_zj_afkane_N = mkN071 "" ; - sd_zj_afkvam_V = stateV (mkV186 "") ; - sd_zj_afkvane_N = mkN071 "" ; - sdipl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sdipl_ja_ne_N = mkN071 "" ; - sdobivam_V = actionV (mkV186 "") (mkV163 "") ; - sdobivane_N = mkN071 "" ; - sdobr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sdobr_ja_vane_N = mkN071 "" ; - sdru_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - sdru_zj_avane_N = mkN071 "" ; - sdru_zj_enie_N = mkN072 "" ; - sdrusam_V = stateV (mkV186 "") ; - sdrusvam_V = stateV (mkV186 "") ; - sdrusvane_N = mkN071 "" ; - sdu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sdu_sh_avane_N = mkN071 "" ; - sdu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - sdu_sh_vane_N = mkN071 "" ; - sdu_sh_en_A = mkA076 "" ; - sdyvkvam_V = actionV (mkV186 "") (mkV186 "") ; - sdyvkvane_N = mkN071 "" ; - sdyv_ch_a_V = stateV (mkV155 "") ; - sdyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - sdyr_zj_an_A = mkA076 "" ; - sdyr_zj_ane_N = mkN071 "" ; - sdyr_zj_anost_N = mkN049 "" ; - sdyrpane_N = mkN071 "" ; - sdyrpvam_V = actionV (mkV186 "") (mkV186 "") ; - sdyrpvane_N = mkN071 "" ; - seans_N = mkN007 "" ; - sebel_iu_bec_N = mkN008a "" ; - sebel_iu_biv_A = mkA076 "" ; - sebel_iu_bie_N = mkN072 "" ; - sebel_iu_bka_N = mkN041 "" ; - sebeobi_ch__N = mkN049 "" ; - sebeotricanie_N = mkN072 "" ; - sebeotricatelen_A = mkA079 "" ; - sebeotricatelnost_N = mkN049 "" ; - sebepodoben_A = mkA079 "" ; - sebepo_zj_ertvuvanie_N = mkN072 "" ; - sebepo_zj_ertvuvatelen_A = mkA079 "" ; - sebepo_zj_ertvuvatelnost_N = mkN049 "" ; - sebepoklonnik_N = mkN014 "" ; - sebepoklonstvo_N = mkN054 "" ; - sebestojnost_N = mkN049 "" ; - sebi_ch_en_A = mkA079 "" ; - sebi_ch_nost_N = mkN049 "" ; - sevastokrator_N = mkN007 "" ; - sevastokratorka_N = mkN041 "" ; - sevda_N = mkN041 "" ; - sever_N = mkN040a "" ; - severen_A = mkA079 "" ; - severnoamerikanski_A = mkA078 "" ; - severn_ja_k_N = mkN014 "" ; - severn_ja__ch_ka_N = mkN041 "" ; - severozapad_N = mkN040a "" ; - severozapaden_A = mkA079 "" ; - severoiztok_N = mkN040a "" ; - severoizto_ch_en_A = mkA079 "" ; - sega_sh_en_A = mkA079 "" ; - segment_N = mkN007 "" ; - segmentaci_ja__N = mkN047 "" ; - segmentiram_V = stateV (mkV186 "") ; - segmentirane_N = mkN071 "" ; - segregaci_ja__N = mkN047 "" ; - sedali_sht_e_N = mkN066 "" ; - sedali_sht_en_A = mkA079 "" ; - sedalka_N = mkN041 "" ; - sedalo_N = mkN054 "" ; - sedemgodi_sh_en_A = mkA079 "" ; - sedemdesetgodi_sh_en_A = mkA079 "" ; - sedemdneven_A = mkA079 "" ; - sedene_N = mkN071 "" ; - sedef_N = mkN007 "" ; - sedefen_A = mkA079 "" ; - sedef_ch_e_N = mkN065 "" ; - sedimenten_A = mkA079 "" ; - sedlar_N = mkN031a "" ; - sedlarstvo_N = mkN054 "" ; - sedla_ja__V = stateV (mkV161 "") ; - sedlo_N = mkN054 "" ; - sedlovina_N = mkN041 "" ; - sedmak_N = mkN014 "" ; - sedma_ch_e_N = mkN065 "" ; - sedmica_N = mkN041 "" ; - sedmi_ch_en_A = mkA079 "" ; - sedmi_ch_nik_N = mkN014 "" ; - sedmokraten_A = mkA079 "" ; - sedmoren_A = mkA079 "" ; - sedmorka_N = mkN041 "" ; - sedmocveten_A = mkA079 "" ; - sedmo_ch_lenen_A = mkA079 "" ; - sedmoygylen_A = mkA079 "" ; - sedmoygylnik_N = mkN014 "" ; - sedna_V = stateV (mkV152 "") ; - sed_ja__V = stateV (mkV177 "") ; - sed_ja_nka_N = mkN041 "" ; - seene_N = mkN071 "" ; - seziram_V = stateV (mkV186 "") ; - sezirane_N = mkN071 "" ; - sezon_N = mkN007 "" ; - sezonen_A = mkA079 "" ; - seizmi_ch_en_A = mkA079 "" ; - seizmograf_N = mkN007 "" ; - seizmografi_ja__N = mkN047 "" ; - seizmolog_N = mkN015 "" ; - seizmologi_ja__N = mkN047 "" ; - seir_N = mkN007 "" ; - seitba_N = mkN041 "" ; - seitben_A = mkA076 "" ; - seitboobra_sht_enie_N = mkN072 "" ; - seitboobry_sht_enie_N = mkN072 "" ; - sejm_N = mkN001 "" ; - sejf_N = mkN001 "" ; - seka_V = stateV (mkV149 "") ; - seka_ch__N = mkN007b "" ; - sekvam_V = actionV (mkV186 "") (mkV152 "") ; - sekvane_N = mkN071 "" ; - sekvestiram_V = stateV (mkV186 "") ; - sekvestirane_N = mkN071 "" ; - sekvestyr_N = mkN009 "" ; - sekvo_ja__N = mkN047 "" ; - sekira_N = mkN041 "" ; - sekir_ch_e_N = mkN065 "" ; - sekret_N = mkN007 "" ; - sekretar_N = mkN031a "" ; - sekretariat_N = mkN007 "" ; - sekretarka_N = mkN041 "" ; - sekretarski_A = mkA078 "" ; - sekreten_A = mkA079 "" ; - sekretnost_N = mkN049 "" ; - sekreci_ja__N = mkN047 "" ; - seks_N = mkN040a "" ; - seksapil_N = mkN040a "" ; - seksapilen_A = mkA079 "" ; - seksbomba_N = mkN041 "" ; - seksolog_N = mkN015 "" ; - seksolo_zj_ka_N = mkN041 "" ; - sekstant_N = mkN007 "" ; - seksualen_A = mkA079 "" ; - seksualnost_N = mkN049 "" ; - sekta_N = mkN041 "" ; - sektant_N = mkN007 "" ; - sektantka_N = mkN041 "" ; - sektantski_A = mkA078 "" ; - sektantstvo_N = mkN054 "" ; - sektant_sht_ina_N = mkN041 "" ; - sektor_N = mkN007 "" ; - sektoren_A = mkA079 "" ; - sekunda_N = mkN041 "" ; - sekundant_N = mkN007 "" ; - sekundaren_A = mkA079 "" ; - sekundarnik_N = mkN014 "" ; - sekunden_A = mkA079 "" ; - sekundomer_N = mkN007 "" ; - sekcionen_A = mkA079 "" ; - sekci_ja__N = mkN047 "" ; - selda_N = mkN041 "" ; - selektiven_A = mkA079 "" ; - selektivnost_N = mkN049 "" ; - selektor_N = mkN007 "" ; - selekcionen_A = mkA079 "" ; - selekcioner_N = mkN007 "" ; - selekcioniram_V = stateV (mkV186 "") ; - selekcionirane_N = mkN071 "" ; - selekci_ja__N = mkN047 "" ; - selenov_A = mkA076 "" ; - selenografi_ja__N = mkN047 "" ; - selitra_N = mkN041 "" ; - selitren_A = mkA076 "" ; - selitrov_A = mkA076 "" ; - seli_sht_e_N = mkN066 "" ; - seli_sht_en_A = mkA079 "" ; - selo_N = mkN054 "" ; - selski_A = mkA078 "" ; - selskostopanski_A = mkA078 "" ; - selsyvet_N = mkN007 "" ; - selce_N = mkN066 "" ; - sel_ja_k_N = mkN014 "" ; - sel_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sel_ja_ndur_N = mkN007 "" ; - sel_ja_ndurka_N = mkN041 "" ; - sel_ja_ndurski_A = mkA078 "" ; - sel_ja_nin_N = mkN018 "" ; - sel_ja_nka_N = mkN041 "" ; - sel_ja_n_ch_e_N = mkN065 "" ; - sel_ja__ch_estvo_N = mkN054 "" ; - sel_ja__sh_ki_A = mkA078 "" ; - sel_ja__sht_ina_N = mkN041 "" ; - semantika_N = mkN041 "" ; - semanti_ch_en_A = mkA079 "" ; - semafor_N = mkN007 "" ; - semaforen_A = mkA079 "" ; - seme_N = mkN069 "" ; - semedel_N = mkN007 "" ; - semeen_A = mkA085 "" ; - semejnost_N = mkN049 "" ; - semejstvenost_N = mkN049 "" ; - semejstvo_N = mkN054 "" ; - semenar_N = mkN031a "" ; - semenarski_A = mkA078 "" ; - semenarstvo_N = mkN054 "" ; - semenen_A = mkA079 "" ; - semennik_N = mkN014 "" ; - semence_N = mkN066 "" ; - semepypka_N = mkN041 "" ; - semestrialen_A = mkA079 "" ; - semestyr_N = mkN009 "" ; - seminar_N = mkN007 "" ; - seminaren_A = mkA079 "" ; - seminarist_N = mkN007 "" ; - seminari_ja__N = mkN047 "" ; - semiotika_N = mkN041 "" ; - semit_N = mkN007 "" ; - semitski_A = mkA078 "" ; - semka_N = mkN041 "" ; - semkov_A = mkA076 "" ; - sempyl_A = mkA080 "" ; - senat_N = mkN007 "" ; - senator_N = mkN007 "" ; - senatorski_A = mkA078 "" ; - senatski_A = mkA078 "" ; - senegalec_N = mkN008a "" ; - senegalka_N = mkN041 "" ; - senegalski_A = mkA078 "" ; - senen_A = mkA079 "" ; - senzacionen_A = mkA079 "" ; - senzacionnost_N = mkN049 "" ; - senzaci_ja__N = mkN047 "" ; - senzor_N = mkN007 "" ; - senzoren_A = mkA079 "" ; - senilen_A = mkA079 "" ; - senilnost_N = mkN049 "" ; - sennik_N = mkN014 "" ; - sennikocveten_A = mkA079 "" ; - seno_N = mkN054 "" ; - senoval_N = mkN007 "" ; - senokos_N = mkN007 "" ; - senokosa_ch_ka_N = mkN041 "" ; - senokosec_N = mkN008a "" ; - senoobry_sht_a_ch_ka_N = mkN041 "" ; - senosybira_ch_ka_N = mkN041 "" ; - sensualizym_N = mkN011 "" ; - sentenci_ja__N = mkN047 "" ; - sen_ch_est_A = mkA076 "" ; - senxor_N = mkN007 "" ; - senxora_N = mkN041 "" ; - senxorski_A = mkA078 "" ; - separativen_A = mkA079 "" ; - separatizym_N = mkN011 "" ; - separator_N = mkN007 "" ; - separe_N = mkN065 "" ; - sepvam_V = actionV (mkV186 "") (mkV152 "") ; - sepvane_N = mkN071 "" ; - sepi_ja__N = mkN047 "" ; - septemvriec_N = mkN013 "" ; - septemvrijski_A = mkA078 "" ; - septemvrij_ch_e_N = mkN065 "" ; - septima_N = mkN041 "" ; - septi_ch_en_A = mkA079 "" ; - serbez_N = mkN007 "" ; - serbezlyk_N = mkN014 "" ; - serviz_N = mkN007 "" ; - servizen_A = mkA079 "" ; - servilen_A = mkA079 "" ; - servilni_ch_a_V = stateV (mkV176 "") ; - servilni_ch_ene_N = mkN071 "" ; - servilnost_N = mkN049 "" ; - serviram_V = stateV (mkV186 "") ; - servirane_N = mkN071 "" ; - servitut_N = mkN007 "" ; - servituten_A = mkA079 "" ; - servitxor_N = mkN007 "" ; - servitxorka_N = mkN041 "" ; - sergien_A = mkA085 "" ; - sergi_ja__N = mkN047 "" ; - seren_A = mkA084 "" ; - serenada_N = mkN041 "" ; - ser_zj_ant_N = mkN007 "" ; - ser_zj_antski_A = mkA078 "" ; - seriv_A = mkA076 "" ; - serien_A = mkA085 "" ; - seriozen_A = mkA079 "" ; - serioznost_N = mkN049 "" ; - serist_N = mkN007 "" ; - seri_ja__N = mkN047 "" ; - serkme_N = mkN065 "" ; - sernist_N = mkN007 "" ; - serovodorod_N = mkN007 "" ; - serovyglerod_N = mkN007 "" ; - serpantina_N = mkN041 "" ; - serpentina_N = mkN041 "" ; - sersem_N = mkN007 "" ; - sersemin_N = mkN018 "" ; - sersemlyk_N = mkN014 "" ; - sert_A = mkA089a "" ; - sertifikat_N = mkN007 "" ; - sertifikacionen_A = mkA079 "" ; - serum_N = mkN007 "" ; - serumen_A = mkA079 "" ; - sesien_A = mkA085 "" ; - sesi_ja__N = mkN047 "" ; - sestra_N = mkN041a "" ; - sestrin_A = mkA076 "" ; - sestrinik_N = mkN014 "" ; - sestrinica_N = mkN041 "" ; - sestrinski_A = mkA078 "" ; - sestrinstvo_N = mkN054 "" ; - sestrica_N = mkN041b "" ; - sestri_ch_e_N = mkN065 "" ; - sestri_ch_ka_N = mkN041b "" ; - set_N = mkN001 "" ; - seten_A = mkA079 "" ; - seter_N = mkN007 "" ; - setiven_A = mkA079 "" ; - setivnost_N = mkN049 "" ; - setivo_N = mkN054 "" ; - setne_sh_en_A = mkA079 "" ; - setre_N = mkN065 "" ; - set_ja__V = stateV (mkV173 "") ; - sefte_N = mkN065 "" ; - seftosvam_V = actionV (mkV186 "") (mkV186 "") ; - seftosvane_N = mkN071 "" ; - se_ch__N = mkN049 "" ; - se_ch_ene_N = mkN071 "" ; - se_ch_enie_N = mkN072 "" ; - se_ch_ivo_N = mkN054 "" ; - se_ch_i_sht_e_N = mkN066 "" ; - se_sh_oar_N = mkN007 "" ; - se_sht_am_V = stateV (mkV186 "") ; - se_sht_ane_N = mkN071 "" ; - se_ja__V = stateV (mkV164 "") ; - se_ja_lka_N = mkN041 "" ; - se_ja__ch__N = mkN007b "" ; - se_ja__ch_ka_N = mkN041 "" ; - siamec_N = mkN008a "" ; - siamka_N = mkN041 "" ; - siamski_A = mkA078 "" ; - sibirski_A = mkA078 "" ; - siv_A = mkA076 "" ; - sive_ja__V = stateV (mkV160 "") ; - sivina_N = mkN041 "" ; - sivkav_A = mkA076 "" ; - sivkavozelen_A = mkA076 "" ; - sivobeleznikav_A = mkA076 "" ; - sivob_ja_l_A = mkA081 "" ; - sivo_zj_ylt_A = mkA076 "" ; - sivozelen_A = mkA076 "" ; - sivokaf_ja_v_A = mkA076 "" ; - sivokos_A = mkA076 "" ; - sivook_A = mkA076 "" ; - sivosin_A = mkA086 "" ; - sivosinkav_A = mkA076 "" ; - sivota_N = mkN041 "" ; - sivo_ch_erven_A = mkA076 "" ; - sivo_ch_eren_A = mkA079 "" ; - sigma_N = mkN041 "" ; - signal_N = mkN007 "" ; - signalen_A = mkA079 "" ; - signalizator_N = mkN007 "" ; - signalizaci_ja__N = mkN047 "" ; - signaliziram_V = stateV (mkV186 "") ; - signalizirane_N = mkN071 "" ; - signalist_N = mkN007 "" ; - signatura_N = mkN041 "" ; - siguren_A = mkA079 "" ; - sigurnost_N = mkN049 "" ; - sienit_N = mkN007 "" ; - sizifov_A = mkA076 "" ; - sizifovski_A = mkA078 "" ; - sikativ_A = mkA076 "" ; - sila_N = mkN041 "" ; - silabi_ch_en_A = mkA079 "" ; - silabi_ch_eski_A = mkA078 "" ; - sila_zj__N = mkN007 "" ; - sila_zj_en_A = mkA079 "" ; - sila_zj_iram_V = stateV (mkV186 "") ; - sila_zj_irane_N = mkN071 "" ; - sila_zj_oreza_ch_ka_N = mkN041 "" ; - silvam_V = stateV (mkV186 "") ; - silen_A = mkA079 "" ; - silikat_N = mkN007 "" ; - silikoza_N = mkN041 "" ; - silikon_N = mkN040a "" ; - siliciev_A = mkA076 "" ; - silicij_N = mkN032 "" ; - silnootroven_A = mkA079 "" ; - silnotokov_A = mkA076 "" ; - silov_A = mkA076 "" ; - silogizym_N = mkN011 "" ; - siloz_N = mkN007 "" ; - silozen_A = mkA079 "" ; - silomer_N = mkN007 "" ; - siluet_N = mkN007 "" ; - silueten_A = mkA079 "" ; - sil_ja__V = stateV (mkV173 "") ; - simbioza_N = mkN041 "" ; - simvol_N = mkN007 "" ; - simvolen_A = mkA079 "" ; - simvolizaci_ja__N = mkN047 "" ; - simvoliziram_V = stateV (mkV186 "") ; - simvolizirane_N = mkN071 "" ; - simvolizym_N = mkN011 "" ; - simvolika_N = mkN041 "" ; - simvolist_N = mkN007 "" ; - simvoli_ch_en_A = mkA079 "" ; - simvoli_ch_eski_A = mkA078 "" ; - simetri_ch_en_A = mkA079 "" ; - simetri_ch_nost_N = mkN049 "" ; - simetri_ja__N = mkN047 "" ; - simpatizant_N = mkN007 "" ; - simpatizator_N = mkN007 "" ; - simpatiziram_V = stateV (mkV186 "") ; - simpatizirane_N = mkN071 "" ; - simpati_ch_en_A = mkA079 "" ; - simpati_ja__N = mkN047 "" ; - simpat_ja_ga_N = mkN041 "" ; - simpozium_N = mkN007 "" ; - simptom_N = mkN007 "" ; - simptomati_ch_en_A = mkA079 "" ; - simulant_N = mkN007 "" ; - simulantka_N = mkN041 "" ; - simulativen_A = mkA079 "" ; - simulativnost_N = mkN049 "" ; - simulaci_ja__N = mkN047 "" ; - simuliram_V = stateV (mkV186 "") ; - simulirane_N = mkN071 "" ; - simfonik_N = mkN014 "" ; - simfonist_N = mkN007 "" ; - simfoni_ch_en_A = mkA079 "" ; - simfoni_ja__N = mkN047 "" ; - sin_A = mkA086 "" ; - sinagoga_N = mkN041 "" ; - sinap_N = mkN007 "" ; - sinapen_A = mkA076 "" ; - sinapizym_N = mkN011 "" ; - sinapov_A = mkA076 "" ; - sind_zj_ir_N = mkN007 "" ; - sindikalen_A = mkA079 "" ; - sindikalizym_N = mkN011 "" ; - sindikalist_N = mkN007 "" ; - sindikalistka_N = mkN041 "" ; - sindikalistki_A = mkA078 "" ; - sindikat_N = mkN007 "" ; - sindrom_N = mkN007 "" ; - sineva_N = mkN041 "" ; - sinevina_N = mkN041 "" ; - sinekdoha_N = mkN041 "" ; - sinekologi_ja__N = mkN047 "" ; - sinekura_N = mkN041 "" ; - sinekuren_A = mkA079 "" ; - sineok_A = mkA076 "" ; - sinereza_N = mkN041 "" ; - sinec_N = mkN008 "" ; - sine_ja__V = stateV (mkV160 "") ; - siniger_N = mkN007 "" ; - sinigerka_N = mkN041 "" ; - siniger_ch_e_N = mkN065 "" ; - sinilo_N = mkN054 "" ; - sinina_N = mkN041 "" ; - sinka_N = mkN041 "" ; - sinkav_A = mkA076 "" ; - sinkavo_ch_erven_A = mkA076 "" ; - sinkovec_N = mkN008a "" ; - sinkopiram_V = stateV (mkV186 "") ; - sinkopirane_N = mkN071 "" ; - sinkretizym_N = mkN011 "" ; - sinov_A = mkA076 "" ; - sinoven_A = mkA079 "" ; - sinod_N = mkN007 "" ; - sinodalen_A = mkA079 "" ; - sinolog_N = mkN015 "" ; - sinologi_ja__N = mkN047 "" ; - sinonim_N = mkN007 "" ; - sinonimen_A = mkA079 "" ; - sinonimika_N = mkN041 "" ; - sinonimnost_N = mkN049 "" ; - sinoptik_N = mkN014a "" ; - sinoptika_N = mkN041 "" ; - sinopti_ch_en_A = mkA079 "" ; - sinor_N = mkN007 "" ; - sinoren_A = mkA079 "" ; - sintaksis_N = mkN007 "" ; - sintakti_ch_en_A = mkA079 "" ; - sintakti_ch_eski_A = mkA078 "" ; - sintez_N = mkN007 "" ; - sinteza_N = mkN041 "" ; - sintezator_N = mkN007 "" ; - sinteziram_V = stateV (mkV186 "") ; - sintezirane_N = mkN071 "" ; - sinteti_ch_en_A = mkA079 "" ; - sinteti_ch_eski_A = mkA078 "" ; - sinuzit_N = mkN007 "" ; - sinus_N = mkN007 "" ; - sinusen_A = mkA079 "" ; - sinusoida_N = mkN041 "" ; - sinusoidalen_A = mkA079 "" ; - sinusoiden_A = mkA079 "" ; - sinhalski_A = mkA078 "" ; - sinhronen_A = mkA079 "" ; - sinhronizaci_ja__N = mkN047 "" ; - sinhroniziram_V = stateV (mkV186 "") ; - sinhroniziran_A = mkA076 "" ; - sinhronizirane_N = mkN071 "" ; - sinhronizym_N = mkN011 "" ; - sinhroni_ch_en_A = mkA079 "" ; - sinhroni_ch_eski_A = mkA078 "" ; - sinhronnost_N = mkN049 "" ; - sin_ch_ec_N = mkN007 "" ; - sinxovioletov_A = mkA076 "" ; - sinxozelen_A = mkA076 "" ; - sinxozelenikav_A = mkA076 "" ; - sinxolilav_A = mkA076 "" ; - sinxor_N = mkN007 "" ; - sinxora_N = mkN041 "" ; - sinxorina_N = mkN041 "" ; - sipanica_N = mkN041 "" ; - sipani_ch_av_A = mkA076 "" ; - sipvam_V = actionV (mkV186 "") (mkV152 "") ; - sipvane_N = mkN071 "" ; - sipej_N = mkN032 "" ; - sipka_N = mkN041 "" ; - sipkav_A = mkA076 "" ; - sipkavost_N = mkN049 "" ; - sirak_N = mkN014a "" ; - sira_ch_e_N = mkN065 "" ; - sira_ch_estvo_N = mkN054 "" ; - sira_sh_ki_A = mkA078 "" ; - siren_A = mkA079 "" ; - sirena_N = mkN041 "" ; - sirenar_N = mkN031a "" ; - sirenarka_N = mkN041 "" ; - sirenarstvo_N = mkN054 "" ; - sirene_N = mkN066 "" ; - siriec_N = mkN013 "" ; - sirijka_N = mkN041 "" ; - sirijski_A = mkA078 "" ; - sirnica_N = mkN041 "" ; - siromah_N = mkN016 "" ; - siromahkin_ja__N = mkN047 "" ; - siroma_sh_e_ja__V = stateV (mkV160a "") ; - siroma_sh_i_ja__N = mkN047 "" ; - siroma_sh_ki_A = mkA078 "" ; - sirop_N = mkN007 "" ; - siropen_A = mkA079 "" ; - siropitali_sht_e_N = mkN066 "" ; - sirota_N = mkN041 "" ; - siroten_A = mkA079 "" ; - sirotinski_A = mkA078 "" ; - sirotin_ja__N = mkN047 "" ; - sir_ja__V = stateV (mkV173 "") ; - sistema_N = mkN041 "" ; - sistematizaci_ja__N = mkN047 "" ; - sistematiziram_V = stateV (mkV186 "") ; - sistematizirane_N = mkN071 "" ; - sistematika_N = mkN041 "" ; - sistemati_ch_en_A = mkA079 "" ; - sistemati_ch_eski_A = mkA078 "" ; - sistemen_A = mkA079 "" ; - sistemnost_N = mkN049 "" ; - sit_A = mkA076 "" ; - siten_A = mkA079 "" ; - sitne_zj__N = mkN007 "" ; - sitn_ja__V = stateV (mkV173 "") ; - sito_N = mkN054 "" ; - sitost_N = mkN049 "" ; - situaci_ja__N = mkN047 "" ; - sifilis_N = mkN007 "" ; - sifilitik_N = mkN014 "" ; - sifiliti_ch_en_A = mkA079 "" ; - sifon_N = mkN007 "" ; - sifonen_A = mkA079 "" ; - si_ja_en_A = mkA085 "" ; - si_ja_jnost_N = mkN049 "" ; - si_ja_nie_N = mkN072 "" ; - si_ja_telstvo_N = mkN054 "" ; - si_ja__ja__V = stateV (mkV161 "") ; - ska_N = mkN041 "" ; - skazanie_N = mkN072 "" ; - skazka_N = mkN041 "" ; - skazuemen_A = mkA079 "" ; - skazuemo_N = mkN062 "" ; - skaz_ch_ik_N = mkN014 "" ; - skakalec_N = mkN008 "" ; - skala_N = mkN041 "" ; - skalar_N = mkN007 "" ; - skalaren_A = mkA079 "" ; - skalen_A = mkA079 "" ; - skalist_A = mkA076 "" ; - skalp_N = mkN001 "" ; - skalpel_N = mkN007 "" ; - skalpiram_V = stateV (mkV186 "") ; - skalpirane_N = mkN071 "" ; - skalypvam_V = actionV (mkV186 "") (mkV173 "") ; - skalypvane_N = mkN071 "" ; - skalyp_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - skalyp_ja_vane_N = mkN071 "" ; - skamejka_N = mkN041 "" ; - skandal_N = mkN007 "" ; - skandald_zj_ijka_N = mkN041 "" ; - skandald_zj_i_ja__N = mkN039 "" ; - skandalen_A = mkA079 "" ; - skandaliziram_V = stateV (mkV186 "") ; - skandalizirane_N = mkN071 "" ; - skandinavec_N = mkN008a "" ; - skandinavka_N = mkN041 "" ; - skandinavski_A = mkA078 "" ; - skandiram_V = stateV (mkV186 "") ; - skandirane_N = mkN071 "" ; - skaniram_V = stateV (mkV186 "") ; - skanirane_N = mkN071 "" ; - skapan_A = mkA076 "" ; - skapvam_V = actionV (mkV186 "") (mkV154 "") ; - skapvane_N = mkN071 "" ; - skapula_N = mkN041 "" ; - skapularen_A = mkA079 "" ; - skara_N = mkN041 "" ; - skaran_A = mkA076 "" ; - skarane_N = mkN071 "" ; - skarvam_V = actionV (mkV186 "") (mkV186 "") ; - skarvane_N = mkN071 "" ; - skarida_N = mkN041 "" ; - skarifikator_N = mkN007 "" ; - skarificiram_V = stateV (mkV186 "") ; - skarlatina_N = mkN041 "" ; - skastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - skastr_ja_ne_N = mkN071 "" ; - skat_N = mkN001 "" ; - skatavam_V = actionV (mkV186 "") (mkV161 "") ; - skatavane_N = mkN071 "" ; - skaut_N = mkN007 "" ; - skautski_A = mkA078 "" ; - skafandyr_N = mkN009 "" ; - ska_ch_am_V = actionV (mkV186 "") (mkV176 "") ; - ska_ch_ane_N = mkN071 "" ; - ska_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ska_ch_vane_N = mkN071 "" ; - ska_ch_en_A = mkA076 "" ; - ska_sh_kam_V = stateV (mkV186 "") ; - ska_sh_kvam_V = stateV (mkV186 "") ; - ska_sh_kvane_N = mkN071 "" ; - skveren_A = mkA079 "" ; - skvernodumec_N = mkN008a "" ; - skvernodumstvo_N = mkN054 "" ; - skvernoslovie_N = mkN072 "" ; - skvernoslov_ja__V = stateV (mkV173 "") ; - skvernost_N = mkN049 "" ; - skvern_ja__V = stateV (mkV174 "") ; - skele_N = mkN065 "" ; - skelet_N = mkN007 "" ; - skeleten_A = mkA079 "" ; - skel_ja__N = mkN047 "" ; - skener_N = mkN007 "" ; - skeptik_N = mkN014 "" ; - skepticizym_N = mkN011 "" ; - skepti_ch_en_A = mkA079 "" ; - skepti_ch_eski_A = mkA078 "" ; - skepti_ch_nost_N = mkN049 "" ; - skilida_N = mkN041 "" ; - skilidka_N = mkN041 "" ; - skimvam_V = actionV (mkV186 "") (mkV152 "") ; - skimvane_N = mkN071 "" ; - skimtene_N = mkN071 "" ; - skimt_ja__V = stateV (mkV177 "") ; - skior_N = mkN007 "" ; - skiorka_N = mkN041 "" ; - skiorski_A = mkA078 "" ; - skiorstvo_N = mkN054 "" ; - skiptyr_N = mkN009 "" ; - skital_ch_eski_A = mkA078 "" ; - skitam_V = stateV (mkV186 "") ; - skitane_N = mkN071 "" ; - skitnik_N = mkN014 "" ; - skitnica_N = mkN041 "" ; - skitni_ch_eski_A = mkA078 "" ; - skitni_ch_estvo_N = mkN054 "" ; - skitorene_N = mkN071 "" ; - skitor_ja__V = stateV (mkV173 "") ; - skitosvam_V = stateV (mkV186 "") ; - skitosvane_N = mkN071 "" ; - skitski_A = mkA078 "" ; - skica_N = mkN041 "" ; - skiciram_V = stateV (mkV186 "") ; - skicirane_N = mkN071 "" ; - skicnik_N = mkN014 "" ; - sklad_N = mkN001 "" ; - sklada_N = mkN041 "" ; - skladad_zj_i_ja__N = mkN039 "" ; - skladiram_V = stateV (mkV186 "") ; - skladirane_N = mkN071 "" ; - skladov_A = mkA076 "" ; - sklan_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - sklan_ja_ne_N = mkN071 "" ; - skleroza_N = mkN041 "" ; - sklerozen_A = mkA079 "" ; - skleroziram_V = stateV (mkV186 "") ; - sklerozirane_N = mkN071 "" ; - sklerotik_N = mkN014 "" ; - skleroti_ch_en_A = mkA079 "" ; - skle_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - skle_sht_vane_N = mkN071 "" ; - sklon_N = mkN001 "" ; - sklonen_A = mkA079 "" ; - sklonenie_N = mkN072 "" ; - sklonnost_N = mkN049 "" ; - sklon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sklon_ja_vane_N = mkN071 "" ; - sklon_ja_em_A = mkA076 "" ; - sklopvam_V = actionV (mkV186 "") (mkV173 "") ; - sklopvane_N = mkN071 "" ; - sklop_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - skl_iu__ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - skl_iu__ch_vane_N = mkN071 "" ; - skl_iu__ch_en_A = mkA076 "" ; - skoba_N = mkN041 "" ; - skobka_N = mkN041 "" ; - skov_A = mkA076 "" ; - skovavam_V = actionV (mkV186 "") (mkV151 "") ; - skovavane_N = mkN071 "" ; - skovan_A = mkA076 "" ; - skovanost_N = mkN049 "" ; - skok_N = mkN001 "" ; - skokvam_V = actionV (mkV186 "") (mkV152 "") ; - skokvane_N = mkN071 "" ; - skokla_N = mkN041 "" ; - skokliv_A = mkA076 "" ; - skokoobrazen_A = mkA079 "" ; - skokotliv_A = mkA076 "" ; - skolasam_V = stateV (mkV186 "") ; - skolasane_N = mkN071 "" ; - skolasvam_V = actionV (mkV186 "") (mkV174 "") ; - skolasvane_N = mkN071 "" ; - skomina_N = mkN041 "" ; - skontiram_V = stateV (mkV186 "") ; - skontirane_N = mkN071 "" ; - skonto_N = mkN054 "" ; - skontov_A = mkA076 "" ; - skonfuzvam_V = actionV (mkV186 "") (mkV173 "") ; - skonfuzvane_N = mkN071 "" ; - skonfuzen_A = mkA079 "" ; - skonfuzenost_N = mkN049 "" ; - skoposan_A = mkA076 "" ; - skoposane_N = mkN071 "" ; - skoposanik_N = mkN014 "" ; - skoposanica_N = mkN041 "" ; - skoposvam_V = actionV (mkV186 "") (mkV186 "") ; - skoposvane_N = mkN071 "" ; - skoposen_A = mkA079 "" ; - skop_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - skop_ch_vane_N = mkN071 "" ; - skop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - skop_ja_vane_N = mkN071 "" ; - skorbelen_A = mkA076 "" ; - skorbut_N = mkN007 "" ; - skorbuten_A = mkA079 "" ; - skorb_ja_la_N = mkN041 "" ; - skorec_N = mkN008 "" ; - skorozreen_A = mkA085 "" ; - skorozrejka_N = mkN041 "" ; - skoropis_N = mkN007 "" ; - skoropisen_A = mkA079 "" ; - skoropogovorka_N = mkN041 "" ; - skoropodemnost_N = mkN049 "" ; - skoroposti_zj_en_A = mkA079 "" ; - skoroprehoden_A = mkA079 "" ; - skorost_N = mkN049 "" ; - skorosten_A = mkA079 "" ; - skorostnik_N = mkN014 "" ; - skorostni_ch_ka_N = mkN041 "" ; - skorostomer_N = mkN007 "" ; - skorostrelen_A = mkA079 "" ; - skorote_ch_en_A = mkA079 "" ; - skoro_sh_en_A = mkA079 "" ; - skorpion_N = mkN007 "" ; - skos_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - skos_ja_vane_N = mkN071 "" ; - skot_N = mkN001 "" ; - skotobojna_N = mkN041 "" ; - skotovyd_N = mkN007 "" ; - skotovyden_A = mkA079 "" ; - skotovydec_N = mkN008a "" ; - skotovydstvo_N = mkN054 "" ; - skotski_A = mkA078 "" ; - skotstvo_N = mkN054 "" ; - skot_sht_ina_N = mkN041 "" ; - skou_sh__N = mkN001 "" ; - skre_zj__N = mkN049 "" ; - skre_zj_en_A = mkA079 "" ; - skrepvam_V = actionV (mkV186 "") (mkV174 "") ; - skrepvane_N = mkN071 "" ; - skrep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - skrep_ja_vane_N = mkN071 "" ; - skribucam_V = stateV (mkV186 "") ; - skribucane_N = mkN071 "" ; - skrivali_sht_e_N = mkN066 "" ; - skrivam_V = stateV (mkV186 "") ; - skrivane_N = mkN071 "" ; - skriv_ja__V = stateV (mkV174 "") ; - skriv_ja_ne_N = mkN071 "" ; - skrin_N = mkN001 "" ; - skripec_N = mkN008 "" ; - skripna_V = stateV (mkV152 "") ; - skript_N = mkN001 "" ; - skriptene_N = mkN071 "" ; - skriptov_A = mkA076 "" ; - skript_ja__V = stateV (mkV177 "") ; - skrip_ja__V = stateV (mkV174 "") ; - skrit_A = mkA076 "" ; - skriten_A = mkA079 "" ; - skritost_N = mkN049 "" ; - skri_sh_en_A = mkA079 "" ; - skri_ja__V = stateV (mkV163 "") ; - skrobvam_V = stateV (mkV186 "") ; - skrobvane_N = mkN071 "" ; - skroen_A = mkA076 "" ; - skromen_A = mkA079 "" ; - skromni_ch_a_V = stateV (mkV176 "") ; - skromni_ch_yk_A = mkA080 "" ; - skromnost_N = mkN049 "" ; - skrofuloza_N = mkN041 "" ; - skrofulozen_A = mkA079 "" ; - skro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - skro_ja_vane_N = mkN071 "" ; - skrupul_N = mkN007 "" ; - skrupulen_A = mkA079 "" ; - skryb_N = mkN053 "" ; - skryben_A = mkA079 "" ; - skryndza_N = mkN041 "" ; - skryndzav_A = mkA076 "" ; - skrystvam_V = actionV (mkV186 "") (mkV173 "") ; - skrystvane_N = mkN071 "" ; - skrycvam_V = actionV (mkV186 "") (mkV152 "") ; - skrycvane_N = mkN071 "" ; - skubane_N = mkN071 "" ; - skuba_ch__N = mkN007 "" ; - skuba_ch_estvo_N = mkN054 "" ; - skubvam_V = actionV (mkV186 "") (mkV154 "") ; - skubvane_N = mkN071 "" ; - skubisvekyrva_N = mkN041 "" ; - skuka_N = mkN041 "" ; - skula_N = mkN041 "" ; - skulest_A = mkA076 "" ; - skulptiram_V = stateV (mkV186 "") ; - skulptirane_N = mkN071 "" ; - skulptor_N = mkN007 "" ; - skulptorka_N = mkN041 "" ; - skulptura_N = mkN041 "" ; - skulpturen_A = mkA079 "" ; - skumri_ja__N = mkN047 "" ; - skunks_N = mkN001 "" ; - skup_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - skup_ch_vane_N = mkN071 "" ; - skup_sht_ina_N = mkN041 "" ; - skut_N = mkN001 "" ; - skuter_N = mkN007 "" ; - sku_ch_a_ja__V = stateV (mkV161 "") ; - sku_ch_en_A = mkA079 "" ; - sku_ch_nost_N = mkN049 "" ; - skylcvam_V = actionV (mkV186 "") (mkV186 "") ; - skylcvane_N = mkN071 "" ; - skyp_A = mkA076 "" ; - skypene_N = mkN071 "" ; - skypernik_N = mkN014 "" ; - skypernica_N = mkN041 "" ; - skyperni_ch_eski_A = mkA078 "" ; - skyperni_ch_estvo_N = mkN054 "" ; - skype_ja__V = stateV (mkV160 "") ; - skypoti_ja__N = mkN047 "" ; - skypocenen_A = mkA079 "" ; - skypocennost_N = mkN049 "" ; - skyp_ch_ijka_N = mkN041 "" ; - skyp_ch_i_ja__N = mkN039 "" ; - skyp_ja__V = stateV (mkV174 "") ; - skyrbene_N = mkN071 "" ; - skyrb_ja__V = stateV (mkV174 "") ; - skyrpvam_V = actionV (mkV186 "") (mkV173 "") ; - skyrpvane_N = mkN071 "" ; - skyrcam_V = stateV (mkV186 "") ; - skyrcane_N = mkN071 "" ; - skyr_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - skyr_sh_vane_N = mkN071 "" ; - skysam_V = stateV (mkV186 "") ; - skysan_A = mkA076 "" ; - skysane_N = mkN071 "" ; - skysvam_V = actionV (mkV186 "") (mkV174 "") ; - skysvane_N = mkN071 "" ; - skysen_A = mkA076 "" ; - skys_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - skys_ja_vane_N = mkN071 "" ; - skytane_N = mkN071 "" ; - skytvam_V = actionV (mkV186 "") (mkV186 "") ; - skytvane_N = mkN071 "" ; - slab_A = mkA076 "" ; - slabak_N = mkN014 "" ; - slabeene_N = mkN071 "" ; - slabe_ja__V = stateV (mkV160 "") ; - slabina_N = mkN041 "" ; - slabi_ch_yk_A = mkA080 "" ; - slabovat_A = mkA076 "" ; - slabovatost_N = mkN049 "" ; - slabovolev_A = mkA076 "" ; - slabovolen_A = mkA079 "" ; - slabovolie_N = mkN072 "" ; - slabogramoten_A = mkA079 "" ; - slabogramotnost_N = mkN049 "" ; - slabodu_sh_en_A = mkA079 "" ; - slabodu_sh_ie_N = mkN072 "" ; - slaboizrazen_A = mkA076 "" ; - slaboobrazovan_A = mkA076 "" ; - slaboproizvoditelen_A = mkA079 "" ; - slaborazvit_A = mkA076 "" ; - slabosilen_A = mkA079 "" ; - slabost_N = mkN049 "" ; - slabotelesen_A = mkA079 "" ; - slabotokov_A = mkA076 "" ; - slaboumen_A = mkA079 "" ; - slaboumie_N = mkN072 "" ; - slaboharakteren_A = mkA079 "" ; - slaboharakternost_N = mkN049 "" ; - slava_N = mkN041 "" ; - slaveev_A = mkA076 "" ; - slavej_N = mkN032 "" ; - slaven_A = mkA079 "" ; - slavene_N = mkN071 "" ; - slavist_A = mkA076 "" ; - slavistika_N = mkN041 "" ; - slavisti_ch_en_A = mkA079 "" ; - slavistka_N = mkN041 "" ; - slavol_iu_bec_N = mkN008a "" ; - slavol_iu_biv_A = mkA076 "" ; - slavol_iu_bie_N = mkN072 "" ; - slavoslavene_N = mkN071 "" ; - slavoslov_A = mkA076 "" ; - slavoslovene_N = mkN071 "" ; - slavoslovie_N = mkN072 "" ; - slavoslov_ja__V = stateV (mkV173 "") ; - slav_ja__V = stateV (mkV173 "") ; - slav_ja_niziram_V = stateV (mkV186 "") ; - slav_ja_nizirane_N = mkN071 "" ; - slav_ja_nizym_N = mkN011 "" ; - slav_ja_nin_N = mkN018 "" ; - slav_ja_nka_N = mkN041 "" ; - slav_ja_nofil_N = mkN007 "" ; - slav_ja_nofob_N = mkN007 "" ; - slav_ja_nski_A = mkA078 "" ; - slagam_V = stateV (mkV186 "") ; - slagane_N = mkN071 "" ; - sladina_N = mkN041 "" ; - sladi_ch_yk_A = mkA080 "" ; - sladka_N = mkN041 "" ; - sladkar_N = mkN031a "" ; - sladkarka_N = mkN041 "" ; - sladkarnica_N = mkN041 "" ; - sladkarski_A = mkA078 "" ; - sladkarstvo_N = mkN054 "" ; - sladki_sh__N = mkN007 "" ; - sladko_N = mkN054 "" ; - sladkovoden_A = mkA079 "" ; - sladkoglasen_A = mkA079 "" ; - sladkodumen_A = mkA079 "" ; - sladkodumie_N = mkN072 "" ; - sladkodumnik_N = mkN014 "" ; - sladkodumnica_N = mkN041 "" ; - sladkodumstvo_N = mkN054 "" ; - sladkozvu_ch_en_A = mkA079 "" ; - sladkopoen_A = mkA085 "" ; - sladnikav_A = mkA076 "" ; - sladnikavost_N = mkN049 "" ; - sladn_ja__V = stateV (mkV174 "") ; - sladoled_N = mkN007 "" ; - sladoleden_A = mkA079 "" ; - sladoled_ch_i_ja__N = mkN039 "" ; - sladost_N = mkN049 "" ; - sladosten_A = mkA079 "" ; - sladostrasten_A = mkA079 "" ; - sladostrastie_N = mkN072 "" ; - sladur_N = mkN007 "" ; - sladurana_N = mkN041 "" ; - sladur_ch_e_N = mkN065 "" ; - sladyk_A = mkA080 "" ; - slad_ja__V = stateV (mkV174 "") ; - slajd_sh_ou_N = mkN065 "" ; - slalom_N = mkN007 "" ; - slama_N = mkN041 "" ; - slamen_A = mkA079 "" ; - slamenik_N = mkN014 "" ; - slamenica_N = mkN041 "" ; - slamka_N = mkN041 "" ; - slamoreza_ch_ka_N = mkN041 "" ; - slana_N = mkN041 "" ; - slanina_N = mkN041 "" ; - slast_N = mkN049 "" ; - slasten_A = mkA079 "" ; - slastol_iu_bec_N = mkN008a "" ; - slastol_iu_biv_A = mkA076 "" ; - slastol_iu_bie_N = mkN072 "" ; - slegvam_V = actionV (mkV186 "") (mkV152 "") ; - slegvane_N = mkN071 "" ; - sleda_N = mkN041 "" ; - sledvam_V = stateV (mkV186 "") ; - sledvane_N = mkN071 "" ; - sledva_sht__A = mkA076 "" ; - sledvoenen_A = mkA079 "" ; - sleddiplomen_A = mkA079 "" ; - sleden_A = mkA079 "" ; - sledene_N = mkN071 "" ; - sledinfarkten_A = mkA079 "" ; - sledkoleden_A = mkA079 "" ; - sledobed_N = mkN007 "" ; - sledobeden_A = mkA079 "" ; - sledovatel_N = mkN031a "" ; - sledovatelski_A = mkA078 "" ; - sledovnik_N = mkN014 "" ; - sledovnica_N = mkN041 "" ; - sledprazni_ch_en_A = mkA079 "" ; - sledpremieren_A = mkA079 "" ; - sledpuberteten_A = mkA079 "" ; - sledrodilen_A = mkA079 "" ; - sledsmyrten_A = mkA079 "" ; - sledstven_A = mkA076 "" ; - sledstvie_N = mkN072 "" ; - sleduniversitetski_A = mkA078 "" ; - sled_ja__V = stateV (mkV174 "") ; - slez_N = mkN007 "" ; - slepvam_V = actionV (mkV186 "") (mkV174 "") ; - slepvane_N = mkN071 "" ; - slepec_N = mkN008a "" ; - slepe_ja__V = stateV (mkV160 "") ; - slepna_V = stateV (mkV152 "") ; - slepok_N = mkN014 "" ; - slepoo_ch_en_A = mkA079 "" ; - slepoo_ch_ie_N = mkN072 "" ; - slepota_N = mkN041 "" ; - slep_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - slep_ja_ne_N = mkN071 "" ; - slet_ja__V = stateV (mkV177 "") ; - sle_ja__V = stateV (mkV164 "") ; - sliva_N = mkN041 "" ; - slivak_N = mkN014 "" ; - slivam_V = stateV (mkV186 "") ; - slivane_N = mkN071 "" ; - slivenski_A = mkA078 "" ; - slivica_N = mkN041 "" ; - slivov_A = mkA076 "" ; - slivovica_N = mkN041 "" ; - slizam_V = stateV (mkV186 "") ; - slizane_N = mkN071 "" ; - slizest_A = mkA076 "" ; - slinav_A = mkA076 "" ; - slinest_A = mkA076 "" ; - slisan_A = mkA076 "" ; - slisane_N = mkN071 "" ; - slisanost_N = mkN049 "" ; - slisvam_V = actionV (mkV186 "") (mkV186 "") ; - slisvane_N = mkN071 "" ; - slitane_N = mkN071 "" ; - slityk_N = mkN014 "" ; - sli_ch_avane_N = mkN071 "" ; - sloboden_A = mkA079 "" ; - slobodi_ja__N = mkN047 "" ; - slovak_N = mkN014 "" ; - slovar_N = mkN007 "" ; - slovaren_A = mkA079 "" ; - slova_ch_ka_N = mkN041 "" ; - slova_sh_ki_A = mkA078 "" ; - sloven_A = mkA076 "" ; - slovenec_N = mkN008a "" ; - slovenka_N = mkN041 "" ; - slovenski_A = mkA078 "" ; - slovesen_A = mkA079 "" ; - slovesnost_N = mkN049 "" ; - slovo_N = mkN054 "" ; - slovoborec_N = mkN008a "" ; - slovoborstvo_N = mkN054 "" ; - slovoizli_ja_nie_N = mkN072 "" ; - slovoobrazuvam_V = stateV (mkV186 "") ; - slovoobrazuvane_N = mkN071 "" ; - slovoobrazuvatelen_A = mkA079 "" ; - slovoohotliv_A = mkA076 "" ; - slovoohotlivost_N = mkN049 "" ; - slovored_N = mkN007 "" ; - slovoslagatel_N = mkN031a "" ; - slovoslagatelka_N = mkN041 "" ; - slovoslagatelski_A = mkA078 "" ; - slovosy_ch_etanie_N = mkN072 "" ; - slovoforma_N = mkN041 "" ; - sloest_A = mkA076 "" ; - slo_zj_a_V = stateV (mkV176 "") ; - slo_zj_en_A = mkA079 "" ; - slo_zj_nost_N = mkN049 "" ; - slo_zj_nosy_ch_inen_A = mkA076 "" ; - slo_zj_nocveten_A = mkA079 "" ; - sloj_N = mkN028 "" ; - slomen_A = mkA079 "" ; - slomimost_N = mkN049 "" ; - slomitelen_A = mkA079 "" ; - slom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - slom_ja_vane_N = mkN071 "" ; - slon_N = mkN001 "" ; - slonov_A = mkA076 "" ; - slonopodoben_A = mkA079 "" ; - slonski_A = mkA078 "" ; - slon_ch_e_N = mkN065 "" ; - slot_N = mkN001 "" ; - slo_ja__V = stateV (mkV175 "") ; - sluga_N = mkN038 "" ; - sluginski_A = mkA078 "" ; - slugin_ja__N = mkN047 "" ; - sluguvam_V = stateV (mkV186 "") ; - sluguvane_N = mkN071 "" ; - slu_zj_a_V = stateV (mkV176 "") ; - slu_zj_ba_N = mkN041 "" ; - slu_zj_ba_sh__N = mkN007 "" ; - slu_zj_ba_sh_ki_A = mkA078 "" ; - slu_zj_bogonec_N = mkN008a "" ; - slu_zj_bogonstvo_N = mkN054 "" ; - slu_zj_eben_A = mkA079 "" ; - slu_zj_ebnik_N = mkN014 "" ; - slu_zj_ene_N = mkN071 "" ; - slu_zj_e_sht__A = mkA076 "" ; - slu_zj_itel_N = mkN031a "" ; - slu_zj_itelka_N = mkN041 "" ; - sluz_N = mkN049 "" ; - sluzen_A = mkA079 "" ; - sluzest_A = mkA076 "" ; - sluka_N = mkN041 "" ; - sluh_N = mkN001 "" ; - sluhov_A = mkA076 "" ; - sluht_ja__V = stateV (mkV177 "") ; - slu_ch_aen_A = mkA085 "" ; - slu_ch_aj_N = mkN032 "" ; - slu_ch_ajnost_N = mkN049 "" ; - slu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - slu_ch_vane_N = mkN071 "" ; - slu_ch_ka_N = mkN041 "" ; - slu_sh_alka_N = mkN041 "" ; - slu_sh_am_V = stateV (mkV186 "") ; - slu_sh_ane_N = mkN071 "" ; - slu_sh_atel_N = mkN031a "" ; - slu_sh_atelka_N = mkN041 "" ; - slygvam_V = actionV (mkV186 "") (mkV158 "") ; - slygvane_N = mkN071 "" ; - slynce_N = mkN066 "" ; - slyncele_ch_enie_N = mkN072 "" ; - slyncestoene_N = mkN071 "" ; - slyn_ch_asane_N = mkN071 "" ; - slyn_ch_asvam_V = actionV (mkV186 "") (mkV186 "") ; - slyn_ch_asvane_N = mkN071 "" ; - slyn_ch_ev_A = mkA076 "" ; - slyn_ch_obran_N = mkN007 "" ; - slyn_ch_ogled_N = mkN007 "" ; - slyn_ch_ogledov_A = mkA076 "" ; - sl_iu_da_N = mkN041 "" ; - sl_iu_den_A = mkA079 "" ; - sl_iu_dest_A = mkA076 "" ; - sl_iu_nka_N = mkN041 "" ; - sl_iu_n_ch_a_V = stateV (mkV176 "") ; - sl_iu_n_ch_en_A = mkA079 "" ; - sl_iu_n_ch_est_A = mkA076 "" ; - sl_ja_gam_V = stateV (mkV186 "") ; - sl_ja_gane_N = mkN071 "" ; - sl_ja_za_V = stateV (mkV147 "") ; - sl_ja_n_A = mkA081 "" ; - sl_ja_p_A = mkA081 "" ; - sl_ja_poroden_A = mkA076 "" ; - sl_ja_t_A = mkA081 "" ; - smazan_A = mkA076 "" ; - smazvam_V = actionV (mkV186 "") (mkV156 "") ; - smazvane_N = mkN071 "" ; - smazka_N = mkN041 "" ; - smazo_ch_en_A = mkA079 "" ; - smajvam_V = actionV (mkV186 "") (mkV162 "") ; - smajvane_N = mkN071 "" ; - smal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - smal_ja_vane_N = mkN071 "" ; - smaragd_N = mkN007 "" ; - smaragden_A = mkA079 "" ; - smaragdov_A = mkA076 "" ; - smahvam_V = actionV (mkV186 "") (mkV152 "") ; - smahvane_N = mkN071 "" ; - smahnat_A = mkA076 "" ; - smahnatost_N = mkN049 "" ; - sma_ch_kan_A = mkA076 "" ; - sma_ch_kane_N = mkN071 "" ; - sma_ch_kan_ja_k_N = mkN014 "" ; - sma_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - sma_ch_kvane_N = mkN071 "" ; - sma_ja_n_A = mkA076 "" ; - smek_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - smek_ch_avane_N = mkN071 "" ; - smek_ch_ava_sht__A = mkA076 "" ; - smek_ch_enie_N = mkN072 "" ; - smel_A = mkA076 "" ; - smelost_N = mkN049 "" ; - smel_ch_aga_N = mkN038 "" ; - smel_ch_ak_N = mkN014 "" ; - smenen_A = mkA079 "" ; - smen_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - smen_ja_vane_N = mkN071 "" ; - smen_ja_em_A = mkA076 "" ; - smen_ja_emost_N = mkN049 "" ; - smen_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - smen_ja_ne_N = mkN071 "" ; - smer_ch__N = mkN001 "" ; - smes_N = mkN049 "" ; - smesvam_V = actionV (mkV186 "") (mkV173 "") ; - smesvane_N = mkN071 "" ; - smesen_A = mkA076 "" ; - smesimost_N = mkN049 "" ; - smesitel_N = mkN031 "" ; - smesitelen_A = mkA079 "" ; - smesica_N = mkN041 "" ; - smeska_N = mkN041 "" ; - smestvam_V = actionV (mkV186 "") (mkV173 "") ; - smestvane_N = mkN071 "" ; - smet_N = mkN049 "" ; - smetalo_N = mkN054 "" ; - smetana_N = mkN041 "" ; - smetanka_N = mkN041 "" ; - smetanov_A = mkA076 "" ; - smeta_ch__N = mkN007 "" ; - smeta_ch_en_A = mkA079 "" ; - smeten_A = mkA079 "" ; - smeti_sht_e_N = mkN066 "" ; - smetka_N = mkN041 "" ; - smetkad_zj_ijka_N = mkN041 "" ; - smetkad_zj_ijski_A = mkA078 "" ; - smetkad_zj_ijstvo_N = mkN054 "" ; - smetkad_zj_i_ja__N = mkN039 "" ; - smetkovoden_A = mkA079 "" ; - smetkovoditel_N = mkN031a "" ; - smetkovodstvo_N = mkN054 "" ; - smetkorazpiska_N = mkN041 "" ; - smetna_V = stateV (mkV152 "") ; - smehovit_A = mkA076 "" ; - smehori_ja__N = mkN047 "" ; - smehotvoren_A = mkA079 "" ; - smehotvorstvo_N = mkN054 "" ; - sme_sh_avam_V = actionV (mkV186 "") (mkV159 "") ; - sme_sh_avane_N = mkN071 "" ; - sme_sh_en_A = mkA079 "" ; - sme_sh_enie_N = mkN072 "" ; - sme_sh_ka_N = mkN041 "" ; - sme_sh_la_N = mkN041 "" ; - sme_sh_lxo_N = mkN040 "" ; - sme_sh_nik_N = mkN014 "" ; - sme_sh_nica_N = mkN041 "" ; - sme_ja__V = stateV (mkV160 "") ; - smivam_V = actionV (mkV186 "") (mkV163 "") ; - smigam_V = actionV (mkV186 "") (mkV152 "") ; - smigane_N = mkN071 "" ; - smigvam_V = actionV (mkV186 "") (mkV152 "") ; - smigvane_N = mkN071 "" ; - smil_A = mkA076 "" ; - smilaem_A = mkA076 "" ; - smilaemost_N = mkN049 "" ; - smilam_V = actionV (mkV186 "") (mkV174 "") ; - smilane_N = mkN071 "" ; - smilatelen_A = mkA079 "" ; - smilen_A = mkA076 "" ; - smil_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - smil_ja_vane_N = mkN071 "" ; - smiren_A = mkA076 "" ; - smirenie_N = mkN072 "" ; - smirenost_N = mkN049 "" ; - smir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - smir_ja_vane_N = mkN071 "" ; - smislen_A = mkA076 "" ; - smislenost_N = mkN049 "" ; - smislov_A = mkA076 "" ; - smisyl_N = mkN007 "" ; - smitam_V = actionV (mkV186 "") (mkV145 "") ; - smitane_N = mkN071 "" ; - smogvam_V = actionV (mkV186 "") (mkV152 "") ; - smogvane_N = mkN071 "" ; - smok_N = mkN014 "" ; - smoking_N = mkN007 "" ; - smokinen_A = mkA076 "" ; - smokinov_A = mkA076 "" ; - smokin_ja__N = mkN047 "" ; - smola_N = mkN041 "" ; - smolen_A = mkA076 "" ; - smolist_A = mkA076 "" ; - smolisto_ch_eren_A = mkA079 "" ; - smol_ja__V = stateV (mkV174 "") ; - smotavam_V = actionV (mkV186 "") (mkV161 "") ; - smotavane_N = mkN071 "" ; - smotan_A = mkA076 "" ; - smotolev_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - smotolev_ja_ne_N = mkN071 "" ; - smrad_N = mkN007 "" ; - smraden_A = mkA079 "" ; - smradliv_A = mkA076 "" ; - smradlivost_N = mkN049 "" ; - smradlika_N = mkN041 "" ; - smraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - smraz_ja_vane_N = mkN071 "" ; - smra_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - smra_ch_avane_N = mkN071 "" ; - smryzvam_V = actionV (mkV186 "") (mkV152 "") ; - smryzvane_N = mkN071 "" ; - smrykvam_V = actionV (mkV186 "") (mkV152 "") ; - smrykvane_N = mkN071 "" ; - smry_sht_vam_V = actionV (mkV186 "") (mkV173 "") ; - smry_sht_vane_N = mkN071 "" ; - smry_sht_en_A = mkA076 "" ; - smuglost_N = mkN049 "" ; - smugyl_A = mkA080 "" ; - smukalka_N = mkN041 "" ; - smukalo_N = mkN054 "" ; - smukane_N = mkN071 "" ; - smukatel_N = mkN031 "" ; - smukatelen_A = mkA079 "" ; - smuka_ch__N = mkN007 "" ; - smukvam_V = actionV (mkV186 "") (mkV152 "") ; - smukvane_N = mkN071 "" ; - smut_N = mkN001 "" ; - smuten_A = mkA079 "" ; - smutenost_N = mkN049 "" ; - smutitel_N = mkN031a "" ; - smutitelen_A = mkA079 "" ; - smutitelka_N = mkN041 "" ; - smutn_ja__N = mkN047 "" ; - smutolev_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - smutolev_ja_ne_N = mkN071 "" ; - smu_ch_a_V = stateV (mkV155 "") ; - smu_ch_ene_N = mkN071 "" ; - smu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - smu_sh_vane_N = mkN071 "" ; - smu_sh_kam_V = actionV (mkV186 "") (mkV176 "") ; - smu_sh_kane_N = mkN071 "" ; - smu_sh_kvam_V = actionV (mkV186 "") (mkV176 "") ; - smu_sh_kvane_N = mkN071 "" ; - smu_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - smu_sht_avane_N = mkN071 "" ; - smu_sht_enie_N = mkN072 "" ; - smydvam_V = actionV (mkV186 "") (mkV174 "") ; - smydvane_N = mkN071 "" ; - smyde_zj__N = mkN007 "" ; - smydene_N = mkN071 "" ; - smykvam_V = actionV (mkV186 "") (mkV152 "") ; - smykvane_N = mkN071 "" ; - smyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - smyl_ch_avane_N = mkN071 "" ; - smyl_ch_an_A = mkA076 "" ; - smyl_ch_anost_N = mkN049 "" ; - smymr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - smymr_ja_ne_N = mkN071 "" ; - smynkam_V = stateV (mkV186 "") ; - smynkane_N = mkN071 "" ; - smynkvam_V = stateV (mkV186 "") ; - smynkvane_N = mkN071 "" ; - smyrde_zj__N = mkN007 "" ; - smyrd_ja__V = stateV (mkV174 "") ; - smyrkam_V = stateV (mkV186 "") ; - smyrkane_N = mkN071 "" ; - smyrka_ch__N = mkN007 "" ; - smyrt_N = mkN049 "" ; - smyrten_A = mkA079 "" ; - smyrtnik_N = mkN014 "" ; - smyrtnica_N = mkN041 "" ; - smyrtnobled_A = mkA076 "" ; - smyrtnobleden_A = mkA079 "" ; - smyrtnost_N = mkN049 "" ; - smyrtonosen_A = mkA079 "" ; - smyrtonosnost_N = mkN049 "" ; - smyr_ch__N = mkN001 "" ; - smyten_A = mkA079 "" ; - smytnost_N = mkN049 "" ; - sm_ja_na_N = mkN043 "" ; - sm_ja_tam_V = stateV (mkV186 "") ; - sm_ja_tane_N = mkN071 "" ; - sm_ja_h_N = mkN002 "" ; - snabden_A = mkA076 "" ; - snabdenost_N = mkN049 "" ; - snabditel_N = mkN031a "" ; - snabditelen_A = mkA079 "" ; - snabditelka_N = mkN041 "" ; - snabd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - snabd_ja_vane_N = mkN071 "" ; - snaga_N = mkN041 "" ; - snadka_N = mkN041 "" ; - sna_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - sna_zj_dane_N = mkN071 "" ; - sna_zj_en_A = mkA079 "" ; - sna_zj_nost_N = mkN049 "" ; - snajper_N = mkN007 "" ; - snajperist_N = mkN007 "" ; - snajperistka_N = mkN041 "" ; - snajperov_A = mkA076 "" ; - snar_ja_d_N = mkN007 "" ; - snar_ja_den_A = mkA079 "" ; - snar_ja__zj_avam_V = stateV (mkV186 "") ; - snar_ja__zj_avane_N = mkN071 "" ; - snar_ja__zj_enie_N = mkN072 "" ; - snas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - snas_ja_ne_N = mkN071 "" ; - snaha_N = mkN041 "" ; - snegovale_zj__N = mkN007 "" ; - snegovit_A = mkA076 "" ; - snegozadyr_zj_ane_N = mkN071 "" ; - snegorin_N = mkN007 "" ; - snegohodka_N = mkN041 "" ; - snego_ch_ista_ch__N = mkN007 "" ; - snego_ch_ista_ch_ka_N = mkN041 "" ; - sne_zj_a_V = stateV (mkV176 "") ; - sne_zj_en_A = mkA079 "" ; - sne_zj_ec_N = mkN040a "" ; - sne_zj_inka_N = mkN041 "" ; - sne_zj_nob_ja_l_A = mkA081 "" ; - snemam_V = actionV (mkV186 "") (mkV171 "") ; - snemane_N = mkN071 "" ; - sni_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - sni_zj_avane_N = mkN071 "" ; - sni_zj_enie_N = mkN072 "" ; - snizhoditelen_A = mkA079 "" ; - snizhoditelnost_N = mkN049 "" ; - snizho_zj_denie_N = mkN072 "" ; - sniz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sniz_ja_vane_N = mkN071 "" ; - snimam_V = actionV (mkV186 "") (mkV171 "") ; - snimane_N = mkN071 "" ; - snima_ch_en_A = mkA079 "" ; - snimka_N = mkN041 "" ; - sni_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sni_sh_avane_N = mkN071 "" ; - sni_sh_en_A = mkA076 "" ; - snob_N = mkN007 "" ; - snobizym_N = mkN011 "" ; - snobka_N = mkN041 "" ; - snobski_A = mkA078 "" ; - snova_V = stateV (mkV151 "") ; - snovane_N = mkN071 "" ; - snop_N = mkN007 "" ; - snopovryzva_ch_ka_N = mkN041 "" ; - snopovyrza_ch_ka_N = mkN041 "" ; - snop_ch_e_N = mkN065 "" ; - snosen_A = mkA079 "" ; - sno_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sno_sh_avane_N = mkN071 "" ; - sno_sh_enie_N = mkN072 "" ; - sno_sht_en_A = mkA079 "" ; - sn_ja_g_N = mkN002 "" ; - soare_N = mkN065 "" ; - soba_N = mkN041 "" ; - sobstven_A = mkA076 "" ; - sobstvenik_N = mkN014 "" ; - sobstvenica_N = mkN041 "" ; - sobstveni_ch_eski_A = mkA078 "" ; - sobstveni_ch_ka_N = mkN041 "" ; - sobstvenory_ch_en_A = mkA079 "" ; - sobstvenost_N = mkN049 "" ; - sova_N = mkN041 "" ; - sovalka_N = mkN041 "" ; - sovam_V = actionV (mkV186 "") (mkV152 "") ; - sovhoz_N = mkN007 "" ; - sovhozen_A = mkA079 "" ; - soda_N = mkN041 "" ; - sodad_zj_i_ja__N = mkN039 "" ; - soden_A = mkA079 "" ; - sodov_A = mkA076 "" ; - sodomit_N = mkN007 "" ; - sodomi_ja__N = mkN047 "" ; - soev_A = mkA076 "" ; - soen_A = mkA085 "" ; - soj_N = mkN028 "" ; - sojka_N = mkN041 "" ; - sok_N = mkN001 "" ; - sokaj_N = mkN032 "" ; - sokak_N = mkN014 "" ; - soket_N = mkN007 "" ; - sokoizstiskva_ch_ka_N = mkN041 "" ; - sokol_N = mkN007 "" ; - sokolar_N = mkN031a "" ; - sokolica_N = mkN041 "" ; - sokolka_N = mkN041 "" ; - sokolov_A = mkA076 "" ; - sol_N = mkN049 "" ; - solarium_N = mkN007 "" ; - soldat_N = mkN007 "" ; - soldatski_A = mkA078 "" ; - soldat_sht_ina_N = mkN041 "" ; - solda_sh_ki_A = mkA078 "" ; - solen_A = mkA079 "" ; - solene_ja__V = stateV (mkV160 "") ; - soleni_ch_yk_A = mkA080 "" ; - solenka_N = mkN041 "" ; - solenovoden_A = mkA079 "" ; - solenost_N = mkN049 "" ; - solesizym_N = mkN011 "" ; - soleta_N = mkN041 "" ; - solidaren_A = mkA079 "" ; - solidariziram_V = stateV (mkV186 "") ; - solidarizirane_N = mkN071 "" ; - solidarnost_N = mkN049 "" ; - soliden_A = mkA079 "" ; - solidnost_N = mkN049 "" ; - solist_N = mkN007 "" ; - solistka_N = mkN041 "" ; - solnik_N = mkN014 "" ; - solnica_N = mkN041 "" ; - solo_N = mkN054 "" ; - solov_A = mkA076 "" ; - solodobiven_A = mkA079 "" ; - soloproizvoditel_N = mkN031a "" ; - solunski_A = mkA078 "" ; - solfe_zj__N = mkN007 "" ; - sol_ja__V = stateV (mkV174 "") ; - som_N = mkN001 "" ; - somaliec_N = mkN013 "" ; - somalijski_A = mkA078 "" ; - sombrero_N = mkN054 "" ; - somnambul_N = mkN007 "" ; - somnambulen_A = mkA079 "" ; - somnambulizym_N = mkN011 "" ; - somov_A = mkA076 "" ; - somski_A = mkA078 "" ; - sonant_N = mkN007 "" ; - sonanten_A = mkA079 "" ; - sonar_N = mkN007 "" ; - sonata_N = mkN041 "" ; - sonaten_A = mkA079 "" ; - sonatina_N = mkN041 "" ; - sonda_N = mkN041 "" ; - sonda_zj__N = mkN007 "" ; - sonda_zj_en_A = mkA079 "" ; - sondiram_V = stateV (mkV186 "") ; - sondirane_N = mkN071 "" ; - sonet_N = mkN007 "" ; - soneten_A = mkA079 "" ; - sonometyr_N = mkN009 "" ; - sonoren_A = mkA079 "" ; - sopa_N = mkN041 "" ; - sopad_zj_ijstvo_N = mkN054 "" ; - sopad_zj_i_ja__N = mkN039 "" ; - sopam_V = stateV (mkV186 "") ; - sopvam_V = actionV (mkV186 "") (mkV152 "") ; - sopvane_N = mkN071 "" ; - sopnat_A = mkA076 "" ; - sopol_N = mkN007 "" ; - sopolan_N = mkN007 "" ; - sopolana_N = mkN041 "" ; - sopolanka_N = mkN041 "" ; - sopolanko_N = mkN040 "" ; - sopoliv_A = mkA076 "" ; - sopoliv_ja__V = stateV (mkV173 "") ; - sopolko_N = mkN040 "" ; - sopotski_A = mkA078 "" ; - sopran_N = mkN007 "" ; - sopranen_A = mkA079 "" ; - soprano_N = mkN062 "" ; - sopranov_A = mkA076 "" ; - sort_N = mkN001 "" ; - sortiram_V = stateV (mkV186 "") ; - sortirane_N = mkN071 "" ; - sortirova_ch__N = mkN007b "" ; - sortirova_ch_ka_N = mkN041 "" ; - sortirovka_N = mkN041 "" ; - sortirov_ch_ik_N = mkN014 "" ; - sortirovy_ch_en_A = mkA079 "" ; - sortov_A = mkA076 "" ; - sos_N = mkN001 "" ; - sofa_N = mkN041 "" ; - sofizym_N = mkN011 "" ; - sofijski_A = mkA078 "" ; - sofist_N = mkN007 "" ; - sofistika_N = mkN041 "" ; - sofisti_ch_en_A = mkA079 "" ; - sofistka_N = mkN041 "" ; - sofistki_A = mkA078 "" ; - sofi_ja_nec_N = mkN008a "" ; - sofi_ja_nka_N = mkN041 "" ; - sofra_N = mkN041 "" ; - softuer_N = mkN007 "" ; - softueren_A = mkA079 "" ; - socialdemokrat_N = mkN007 "" ; - socialdemokrati_ch_eski_A = mkA078 "" ; - socialdemokraci_ja__N = mkN047 "" ; - socialen_A = mkA079 "" ; - socializaci_ja__N = mkN047 "" ; - socializiram_V = stateV (mkV186 "") ; - socializirane_N = mkN071 "" ; - socializym_N = mkN011 "" ; - socialist_N = mkN007 "" ; - socialisti_ch_eski_A = mkA078 "" ; - socialistka_N = mkN041 "" ; - socialnopsihologi_ch_eski_A = mkA078 "" ; - socialnost_N = mkN049 "" ; - sociolog_N = mkN015 "" ; - sociologiziram_V = stateV (mkV186 "") ; - sociologizirane_N = mkN071 "" ; - sociologizym_N = mkN011 "" ; - sociologi_ch_en_A = mkA079 "" ; - sociologi_ch_eski_A = mkA078 "" ; - sociologi_ja__N = mkN047 "" ; - so_ch_a_V = stateV (mkV176 "") ; - so_ch_en_A = mkA079 "" ; - so_ch_nost_N = mkN049 "" ; - so_ja__N = mkN047 "" ; - spageti_N = mkN075 "" ; - spad_N = mkN001 "" ; - spadam_V = actionV (mkV186 "") (mkV152 "") ; - spadane_N = mkN071 "" ; - spazar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - spazar_ja_vane_N = mkN071 "" ; - spazvam_V = actionV (mkV186 "") (mkV173 "") ; - spazvane_N = mkN071 "" ; - spazma_N = mkN041 "" ; - spazmati_ch_en_A = mkA079 "" ; - spazmen_A = mkA076 "" ; - spazym_N = mkN011 "" ; - spalen_A = mkA079 "" ; - spaln_ja__N = mkN047 "" ; - spanak_N = mkN014 "" ; - spana_ch_en_A = mkA079 "" ; - spane_N = mkN065 "" ; - sparvam_V = actionV (mkV186 "") (mkV173 "") ; - sparvane_N = mkN071 "" ; - sparen_A = mkA076 "" ; - sparenost_N = mkN049 "" ; - spar_zj_a_N = mkN041 "" ; - spartakiada_N = mkN041 "" ; - spartakovec_N = mkN008a "" ; - spartanec_N = mkN008a "" ; - spartanka_N = mkN041 "" ; - spartanski_A = mkA078 "" ; - sparu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - sparu_zj_vane_N = mkN071 "" ; - sparu_zj_en_A = mkA076 "" ; - spar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - spar_ja_vane_N = mkN071 "" ; - spasenie_N = mkN072 "" ; - spasitel_N = mkN031a "" ; - spasitelen_A = mkA079 "" ; - spasitelka_N = mkN041 "" ; - spastr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spastr_ja_ne_N = mkN071 "" ; - spas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - spas_ja_vane_N = mkN071 "" ; - spas_ja_em_A = mkA076 "" ; - spati_ja__N = mkN047 "" ; - spahijski_A = mkA078 "" ; - spahi_ja__N = mkN039 "" ; - speditor_N = mkN007 "" ; - speditorski_A = mkA078 "" ; - spektakyl_N = mkN009 "" ; - spektografi_ch_en_A = mkA079 "" ; - spektofotometri_ja__N = mkN047 "" ; - spektofotometyr_N = mkN009 "" ; - spektralen_A = mkA079 "" ; - spektrograma_N = mkN041 "" ; - spektrograf_N = mkN007 "" ; - spektroskop_N = mkN007 "" ; - spektroskopi_ch_en_A = mkA079 "" ; - spektroskopi_ja__N = mkN047 "" ; - spektyr_N = mkN009 "" ; - spekula_N = mkN041 "" ; - spekulant_N = mkN007a "" ; - spekulantka_N = mkN041 "" ; - spekulantski_A = mkA078 "" ; - spekulativen_A = mkA079 "" ; - spekulaci_ja__N = mkN047 "" ; - spekuliram_V = actionV (mkV186 "") (mkV148 "") ; - spekulirane_N = mkN071 "" ; - speleolog_N = mkN015 "" ; - speleologi_ja__N = mkN047 "" ; - sperma_N = mkN041 "" ; - spermatozoid_N = mkN007 "" ; - spermacet_N = mkN007 "" ; - spermacetov_A = mkA076 "" ; - spestitel_N = mkN031a "" ; - spestitelka_N = mkN041 "" ; - spestitelski_A = mkA078 "" ; - spestoven_A = mkA079 "" ; - spestovnik_N = mkN014 "" ; - spestovnica_N = mkN041 "" ; - spestovnost_N = mkN049 "" ; - spest_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - spest_ja_vane_N = mkN071 "" ; - spec_N = mkN001 "" ; - specialen_A = mkA079 "" ; - specializant_N = mkN007 "" ; - specializantka_N = mkN041 "" ; - specializaci_ja__N = mkN047 "" ; - specializiram_V = stateV (mkV186 "") ; - specializiran_A = mkA076 "" ; - specializirane_N = mkN071 "" ; - specialist_N = mkN007 "" ; - specialistka_N = mkN041 "" ; - specialitet_N = mkN007 "" ; - specialnost_N = mkN049 "" ; - specifika_N = mkN041 "" ; - specifikaci_ja__N = mkN047 "" ; - specificiram_V = stateV (mkV186 "") ; - specificirane_N = mkN071 "" ; - specifi_ch_en_A = mkA079 "" ; - specifi_ch_nost_N = mkN049 "" ; - speckurs_N = mkN001 "" ; - spe_ch_elvam_V = actionV (mkV186 "") (mkV173 "") ; - spe_ch_elvane_N = mkN071 "" ; - spe_ch_en_A = mkA076 "" ; - spe_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - spe_sh_avane_N = mkN071 "" ; - spe_sh_en_A = mkA079 "" ; - spe_sh_nost_N = mkN049 "" ; - spidometyr_N = mkN009 "" ; - spiker_N = mkN007 "" ; - spining_N = mkN007 "" ; - spipane_N = mkN071 "" ; - spipvam_V = actionV (mkV186 "") (mkV186 "") ; - spipvane_N = mkN071 "" ; - spirala_N = mkN041 "" ; - spiralen_A = mkA079 "" ; - spiraloviden_A = mkA079 "" ; - spiralovidnost_N = mkN049 "" ; - spiraloobrazen_A = mkA079 "" ; - spiram_V = stateV (mkV186 "") ; - spirane_N = mkN071 "" ; - spiratelen_A = mkA079 "" ; - spira_ch__N = mkN007 "" ; - spira_ch_en_A = mkA079 "" ; - spira_ch_ka_N = mkN041 "" ; - spiritizym_N = mkN011 "" ; - spiritist_N = mkN007 "" ; - spiritistka_N = mkN041 "" ; - spiriti_ch_eski_A = mkA078 "" ; - spiritualizym_N = mkN011 "" ; - spiritualist_N = mkN007 "" ; - spiritualisti_ch_en_A = mkA079 "" ; - spiritualistka_N = mkN041 "" ; - spirka_N = mkN041 "" ; - spirometyr_N = mkN009 "" ; - spirt_N = mkN007 "" ; - spirten_A = mkA079 "" ; - spirtnik_N = mkN014 "" ; - spirtnost_N = mkN049 "" ; - spirtov_A = mkA076 "" ; - spirtovarnica_N = mkN041 "" ; - spirtomer_N = mkN007 "" ; - spirtosane_N = mkN071 "" ; - spirtosvam_V = actionV (mkV186 "") (mkV186 "") ; - spirtosvane_N = mkN071 "" ; - spisanie_N = mkN072 "" ; - spisvam_V = actionV (mkV186 "") (mkV159 "") ; - spisvane_N = mkN071 "" ; - spisyk_N = mkN014 "" ; - spisy_ch_en_A = mkA079 "" ; - spitvam_V = stateV (mkV186 "") ; - spitvane_N = mkN071 "" ; - spihtosane_N = mkN071 "" ; - spihtosvam_V = actionV (mkV186 "") (mkV186 "") ; - spihtosvane_N = mkN071 "" ; - spica_N = mkN041 "" ; - spi_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - spi_ch_ane_N = mkN071 "" ; - splav_N = mkN049 "" ; - splast_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - splast_ja_vane_N = mkN071 "" ; - spla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - spla_sh_vane_N = mkN071 "" ; - spla_sh_en_A = mkA079 "" ; - splendor_N = mkN007 "" ; - spleskan_A = mkA076 "" ; - spleskane_N = mkN071 "" ; - spleskvam_V = actionV (mkV186 "") (mkV186 "") ; - spleskvane_N = mkN071 "" ; - splesnat_A = mkA076 "" ; - splesnatost_N = mkN049 "" ; - spleten_A = mkA076 "" ; - spletenost_N = mkN049 "" ; - spletka_N = mkN041 "" ; - spletnik_N = mkN014 "" ; - spletnica_N = mkN041 "" ; - spletni_ch_a_V = stateV (mkV178 "") ; - spletni_ch_estvo_N = mkN054 "" ; - spletn_ja__N = mkN047 "" ; - splitam_V = actionV (mkV186 "") (mkV145 "") ; - splitane_N = mkN071 "" ; - splitka_N = mkN041 "" ; - sploten_A = mkA076 "" ; - splotenost_N = mkN049 "" ; - splot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - splot_ja_vane_N = mkN071 "" ; - spluvam_V = stateV (mkV186 "") ; - spluvane_N = mkN071 "" ; - splut_A = mkA076 "" ; - splutost_N = mkN049 "" ; - splysten_A = mkA076 "" ; - splyst_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - splyst_ja_vane_N = mkN071 "" ; - spoga_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - spoga_zj_dane_N = mkN071 "" ; - spogledane_N = mkN071 "" ; - spogle_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - spogle_zj_dane_N = mkN071 "" ; - spogodba_N = mkN041 "" ; - spogoditelen_A = mkA079 "" ; - spogod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - spogod_ja_vane_N = mkN071 "" ; - spodaven_A = mkA076 "" ; - spodav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spodav_ja_ne_N = mkN071 "" ; - spodvi_zj_nik_N = mkN014 "" ; - spodvi_zj_nica_N = mkN041 "" ; - spodvi_zj_ni_ch_estvo_N = mkN054 "" ; - spodel_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - spodel_ja_ne_N = mkN071 "" ; - spodirvam_V = actionV (mkV186 "") (mkV173 "") ; - spodirvane_N = mkN071 "" ; - spodir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spodir_ja_ne_N = mkN071 "" ; - spoen_A = mkA076 "" ; - spoenost_N = mkN049 "" ; - spojka_N = mkN041 "" ; - spokoen_A = mkA085 "" ; - spokojstvie_N = mkN072 "" ; - spolet_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - spolet_ja_vane_N = mkN071 "" ; - spolitam_V = actionV (mkV186 "") (mkV177 "") ; - spolitane_N = mkN071 "" ; - spoluka_N = mkN041 "" ; - spolu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - spolu_ch_vane_N = mkN071 "" ; - spolu_ch_liv_A = mkA076 "" ; - spolu_ch_livost_N = mkN049 "" ; - spomagam_V = actionV (mkV186 "") (mkV152 "") ; - spomagane_N = mkN071 "" ; - spomagatelen_A = mkA079 "" ; - spomen_N = mkN007 "" ; - spomenavam_V = actionV (mkV186 "") (mkV152 "") ; - spomenavane_N = mkN071 "" ; - spomenuvam_V = actionV (mkV186 "") (mkV152 "") ; - spomenuvane_N = mkN071 "" ; - spomn_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spomn_ja_ne_N = mkN071 "" ; - spomosy_sht_estvuvatel_N = mkN031a "" ; - sponsor_N = mkN007 "" ; - sponsoriram_V = stateV (mkV186 "") ; - sponsorski_A = mkA078 "" ; - spontanen_A = mkA079 "" ; - spontannost_N = mkN049 "" ; - spor_N = mkN001 "" ; - spora_N = mkN041 "" ; - sporadi_ch_en_A = mkA079 "" ; - sporazumenie_N = mkN072 "" ; - sporazumitelen_A = mkA079 "" ; - sporazum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - sporazum_ja_vane_N = mkN071 "" ; - sporen_A = mkA079 "" ; - sporene_N = mkN071 "" ; - spornost_N = mkN049 "" ; - sporov_A = mkA076 "" ; - sport_N = mkN001 "" ; - sporten_A = mkA079 "" ; - sportist_N = mkN007a "" ; - sportistka_N = mkN041 "" ; - sportsmen_N = mkN007a "" ; - sportsmenski_A = mkA078 "" ; - sportsmenstvo_N = mkN054 "" ; - sportuvam_V = stateV (mkV186 "") ; - sportuvane_N = mkN071 "" ; - spor_ja__V = stateV (mkV174 "") ; - sposob_N = mkN007 "" ; - sposoben_A = mkA079 "" ; - sposobnost_N = mkN049 "" ; - sposobstvam_V = stateV (mkV186 "") ; - sposobstvane_N = mkN071 "" ; - sposobstvuvam_V = stateV (mkV186 "") ; - sposobstvuvane_N = mkN071 "" ; - spotajvam_V = actionV (mkV186 "") (mkV175 "") ; - spotajvane_N = mkN071 "" ; - spotirvam_V = actionV (mkV186 "") (mkV173 "") ; - spotirvane_N = mkN071 "" ; - spotir_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spotir_ja_ne_N = mkN071 "" ; - spotulvam_V = actionV (mkV186 "") (mkV173 "") ; - spotulvane_N = mkN071 "" ; - spotul_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - spotul_ja_ne_N = mkN071 "" ; - spoha_zj_dam_V = stateV (mkV186 "") ; - spoha_zj_dane_N = mkN071 "" ; - spoho_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - spoho_zj_dane_N = mkN071 "" ; - spo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - spo_ja_vane_N = mkN071 "" ; - spra_V = stateV (mkV150 "") ; - spravedliv_A = mkA076 "" ; - spravedlivost_N = mkN049 "" ; - spravka_N = mkN041 "" ; - spravo_ch_en_A = mkA079 "" ; - spravo_ch_nik_N = mkN014 "" ; - sprav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sprav_ja_ne_N = mkN071 "" ; - spregaem_A = mkA076 "" ; - spre_zj_enie_N = mkN072 "" ; - sprej_N = mkN028a "" ; - spretvam_V = actionV (mkV186 "") (mkV152 "") ; - spretvane_N = mkN071 "" ; - spreten_A = mkA079 "" ; - spretnat_A = mkA076 "" ; - spretnatost_N = mkN049 "" ; - spre_ch_kam_V = stateV (mkV186 "") ; - spre_ch_kane_N = mkN071 "" ; - spre_ch_kvam_V = stateV (mkV186 "") ; - spre_ch_kvane_N = mkN071 "" ; - sprint_N = mkN001 "" ; - sprintiram_V = stateV (mkV186 "") ; - sprintirane_N = mkN071 "" ; - sprintxor_N = mkN007 "" ; - sprintxorka_N = mkN041 "" ; - sprincovam_V = stateV (mkV186 "") ; - sprincovane_N = mkN071 "" ; - sprincovka_N = mkN041 "" ; - sprihav_A = mkA076 "" ; - sprihavost_N = mkN049 "" ; - spri_ja_tel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - spri_ja_tel_ja_vane_N = mkN071 "" ; - spr_ja_gam_V = actionV (mkV186 "") (mkV152 "") ; - spr_ja_gane_N = mkN071 "" ; - spukan_A = mkA076 "" ; - spukane_N = mkN071 "" ; - spukvam_V = actionV (mkV186 "") (mkV186 "") ; - spukvane_N = mkN071 "" ; - spuler_N = mkN007 "" ; - spulirane_N = mkN071 "" ; - spuskam_V = actionV (mkV186 "") (mkV152 "") ; - spuskane_N = mkN071 "" ; - spusyk_N = mkN014 "" ; - spusy_ch_en_A = mkA079 "" ; - spu_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - spu_sht_ane_N = mkN071 "" ; - spyvam_V = actionV (mkV186 "") (mkV152 "") ; - spyvane_N = mkN071 "" ; - spynka_N = mkN041 "" ; - spytnik_N = mkN014 "" ; - spytnikov_A = mkA076 "" ; - spytnica_N = mkN041 "" ; - spytni_ch_ka_N = mkN041 "" ; - sp_ja__V = stateV (mkV182 "") ; - sp_ja_vka_N = mkN041 "" ; - srabotvam_V = actionV (mkV186 "") (mkV173 "") ; - srabotvane_N = mkN071 "" ; - sravnenie_N = mkN072 "" ; - sravnim_A = mkA076 "" ; - sravnimost_N = mkN049 "" ; - sravnitelen_A = mkA079 "" ; - sravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sravn_ja_vane_N = mkN071 "" ; - sra_zj_avam_V = actionV (mkV186 "") (mkV174 "") ; - sra_zj_avane_N = mkN071 "" ; - sra_zj_enie_N = mkN072 "" ; - sraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sraz_ja_vane_N = mkN071 "" ; - sram_N = mkN001 "" ; - srame_zj_liv_A = mkA076 "" ; - srame_zj_livost_N = mkN049 "" ; - sramen_A = mkA079 "" ; - sramliv_A = mkA076 "" ; - sramlivost_N = mkN049 "" ; - sramota_N = mkN041 "" ; - sramoten_A = mkA079 "" ; - sramoti_ja__N = mkN047 "" ; - sramot_ja__V = stateV (mkV174 "") ; - sramuvam_V = actionV (mkV186 "") (mkV174 "") ; - sramuvane_N = mkN071 "" ; - srasna_V = stateV (mkV152 "") ; - srastvam_V = actionV (mkV186 "") (mkV145 "") ; - srastvane_N = mkN071 "" ; - srebre_ja__V = stateV (mkV160 "") ; - srebrist_A = mkA076 "" ; - srebristob_ja_l_A = mkA081 "" ; - srebro_N = mkN054 "" ; - srebrokos_A = mkA076 "" ; - srebrol_iu_bec_N = mkN008a "" ; - srebrol_iu_biv_A = mkA076 "" ; - srebrol_iu_bie_N = mkN072 "" ; - srebrol_iu_bka_N = mkN041 "" ; - srebronosen_A = mkA079 "" ; - srebyren_A = mkA079 "" ; - srebyrnik_N = mkN014 "" ; - sreda_N = mkN041 "" ; - sreden_A = mkA079 "" ; - sredizemen_A = mkA079 "" ; - sredizemnomorski_A = mkA078 "" ; - sredina_N = mkN041 "" ; - sredisloven_A = mkA079 "" ; - sredislovie_N = mkN072 "" ; - sredi_sht_e_N = mkN066 "" ; - sredi_sht_en_A = mkA079 "" ; - srednak_N = mkN014 "" ; - srednist_N = mkN007 "" ; - srednistka_N = mkN041 "" ; - srednoaziatski_A = mkA078 "" ; - srednobylgarski_A = mkA078 "" ; - srednovekoven_A = mkA079 "" ; - srednovekovie_N = mkN072 "" ; - srednovylnov_A = mkA076 "" ; - srednogalakti_ch_eski_A = mkA078 "" ; - srednogodi_sh_en_A = mkA079 "" ; - srednogorski_A = mkA078 "" ; - srednodneven_A = mkA079 "" ; - srednoezi_ch_en_A = mkA079 "" ; - srednostatisti_ch_eski_A = mkA078 "" ; - sredno_sh_kolec_N = mkN008a "" ; - sredno_sh_kolka_N = mkN041 "" ; - sredno_sh_kolnik_N = mkN014 "" ; - sredno_sh_kolnica_N = mkN041 "" ; - sredno_sh_kolski_A = mkA078 "" ; - sredno_sht_en_A = mkA079 "" ; - sredn_ja_k_N = mkN014 "" ; - sredoto_ch_ie_N = mkN072 "" ; - sredstvo_N = mkN054 "" ; - sre_zj_a_V = stateV (mkV157 "") ; - sresvam_V = actionV (mkV186 "") (mkV159 "") ; - sresvane_N = mkN071 "" ; - sreta_N = mkN041 "" ; - sreten_A = mkA079 "" ; - sre_sht_a_N = mkN041 "" ; - sre_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - sre_sht_ane_N = mkN071 "" ; - sre_sht_en_A = mkA079 "" ; - sre_sht_ule_zj_a_sht__A = mkA076 "" ; - sre_sht_upolagam_V = stateV (mkV186 "") ; - sre_sht_upolagane_N = mkN071 "" ; - sre_sht_upolo_zj_en_A = mkA079 "" ; - sre_sht_upostaven_A = mkA076 "" ; - sriv_N = mkN001 "" ; - srivam_V = actionV (mkV186 "") (mkV152 "") ; - srivane_N = mkN071 "" ; - sritane_N = mkN071 "" ; - sritvam_V = actionV (mkV186 "") (mkV186 "") ; - sritvane_N = mkN071 "" ; - sri_ch_am_V = stateV (mkV186 "") ; - sri_ch_ane_N = mkN071 "" ; - sri_ch_ka_N = mkN041 "" ; - sri_ch_kov_A = mkA076 "" ; - sri_ch_koprenas_ja_m_V = stateV (mkV187 "") ; - sri_ch_koprenas_ja_ne_N = mkN071 "" ; - sri_ja__V = stateV (mkV163 "") ; - sroden_A = mkA079 "" ; - srodnik_N = mkN014 "" ; - srodnica_N = mkN041 "" ; - srodnost_N = mkN049 "" ; - srodstvo_N = mkN054 "" ; - srod_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - srod_ja_vane_N = mkN071 "" ; - srok_N = mkN001 "" ; - sro_ch_en_A = mkA079 "" ; - srutvam_V = actionV (mkV186 "") (mkV173 "") ; - srutvane_N = mkN071 "" ; - srybvam_V = actionV (mkV186 "") (mkV152 "") ; - srybvane_N = mkN071 "" ; - srybkin_ja__N = mkN047 "" ; - srybski_A = mkA078 "" ; - srygam_V = stateV (mkV186 "") ; - srygane_N = mkN071 "" ; - srygvam_V = stateV (mkV186 "") ; - srygvane_N = mkN071 "" ; - srydla_N = mkN041 "" ; - srydliv_A = mkA076 "" ; - srydlivost_N = mkN049 "" ; - srydlxo_N = mkN040 "" ; - srydn_ja__N = mkN047 "" ; - sryndak_N = mkN014 "" ; - sry_ch_en_A = mkA079 "" ; - sry_ch_kane_N = mkN071 "" ; - sry_ch_kvam_V = actionV (mkV186 "") (mkV186 "") ; - sry_ch_kvane_N = mkN071 "" ; - sry_ch_nost_N = mkN049 "" ; - sr_ja_da_N = mkN043 "" ; - sr_ja_zan_A = mkA076 "" ; - sr_ja_zvam_V = stateV (mkV186 "") ; - sr_ja_zvane_N = mkN071 "" ; - stabilen_A = mkA079 "" ; - stabilizator_N = mkN007 "" ; - stabilizacionen_A = mkA079 "" ; - stabilizaci_ja__N = mkN047 "" ; - stabiliziram_V = stateV (mkV186 "") ; - stabilizirane_N = mkN071 "" ; - stabilitet_N = mkN007 "" ; - stabilnost_N = mkN049 "" ; - stava_N = mkN041 "" ; - stavam_V = stateV (mkV186 "") ; - stavane_N = mkN071 "" ; - staven_A = mkA079 "" ; - stavka_N = mkN041 "" ; - stav_ja__V = stateV (mkV173 "") ; - stav_ja_ne_N = mkN071 "" ; - stagnaci_ja__N = mkN047 "" ; - staden_A = mkA079 "" ; - stadialen_A = mkA079 "" ; - stadien_A = mkA085 "" ; - stadij_N = mkN032 "" ; - stadijnost_N = mkN049 "" ; - stadion_N = mkN007 "" ; - stadi_ja__N = mkN047 "" ; - stadnost_N = mkN049 "" ; - stado_N = mkN054 "" ; - staen_A = mkA085 "" ; - sta_zj__N = mkN001 "" ; - sta_zj_ant_N = mkN007 "" ; - sta_zj_antka_N = mkN041 "" ; - sta_zj_antski_A = mkA078 "" ; - sta_zj_uvam_V = stateV (mkV186 "") ; - sta_zj_uvane_N = mkN071 "" ; - stai_ch_ka_N = mkN041 "" ; - stakan_N = mkN007 "" ; - stakato_N = mkN054 "" ; - stalagmit_N = mkN007 "" ; - stalaktit_N = mkN007 "" ; - stan_N = mkN001 "" ; - stana_V = stateV (mkV152 "") ; - standart_N = mkN007 "" ; - standarten_A = mkA079 "" ; - standartizaci_ja__N = mkN047 "" ; - standartiziram_V = stateV (mkV186 "") ; - standartizirane_N = mkN071 "" ; - staniol_N = mkN007 "" ; - staniolov_A = mkA076 "" ; - stanovi_sht_e_N = mkN066 "" ; - stanok_N = mkN014 "" ; - stanuvam_V = stateV (mkV186 "") ; - stanuvane_N = mkN071 "" ; - stancionen_A = mkA079 "" ; - stanci_ja__N = mkN047 "" ; - stap_ja_m_V = stateV (mkV187 "") ; - stap_ja_ne_N = mkN071 "" ; - star_A = mkA076 "" ; - staranie_N = mkN072 "" ; - staratelen_A = mkA079 "" ; - staratelnost_N = mkN049 "" ; - stara_ja__V = stateV (mkV161 "") ; - stareene_N = mkN071 "" ; - starej_sh_ina_N = mkN041 "" ; - starec_N = mkN008a "" ; - stare_sh_ki_A = mkA078 "" ; - stare_ja__V = stateV (mkV160 "") ; - starik_N = mkN014 "" ; - starina_N = mkN041 "" ; - starinen_A = mkA079 "" ; - starinnost_N = mkN049 "" ; - starica_N = mkN041 "" ; - stari_ch_yk_A = mkA080 "" ; - staroanglijski_A = mkA078 "" ; - starobylgarski_A = mkA078 "" ; - starovremenen_A = mkA079 "" ; - starovreme_sh_en_A = mkA079 "" ; - starovremski_A = mkA078 "" ; - starogermanski_A = mkA078 "" ; - starogrycki_A = mkA078 "" ; - staroevrejski_A = mkA078 "" ; - starozaveten_A = mkA079 "" ; - staroindijski_A = mkA078 "" ; - starokamenen_A = mkA079 "" ; - starolik_A = mkA076 "" ; - staromoden_A = mkA079 "" ; - staromodnost_N = mkN049 "" ; - starope_ch_aten_A = mkA079 "" ; - staropitali_sht_e_N = mkN066 "" ; - staroplaninski_A = mkA078 "" ; - starost_N = mkN049 "" ; - start_N = mkN001 "" ; - starter_N = mkN007 "" ; - startiram_V = stateV (mkV186 "") ; - startiran_A = mkA076 "" ; - startirane_N = mkN071 "" ; - startov_A = mkA076 "" ; - staruha_N = mkN041 "" ; - star_ch_e_N = mkN065 "" ; - star_ch_eski_A = mkA078 "" ; - star_sh_i_A = mkA078 "" ; - star_sh_ina_N = mkN041 "" ; - star_sh_instvo_N = mkN054 "" ; - star_sh_i_ja__N = mkN039 "" ; - stativ_N = mkN007 "" ; - statika_N = mkN041 "" ; - statist_N = mkN007 "" ; - statistik_N = mkN014 "" ; - statistika_N = mkN041 "" ; - statisti_ch_en_A = mkA079 "" ; - statisti_ch_eski_A = mkA078 "" ; - statisti_ch_ka_N = mkN041 "" ; - statistka_N = mkN041 "" ; - stati_ch_en_A = mkA079 "" ; - stati_ch_nost_N = mkN049 "" ; - stati_ja__N = mkN047 "" ; - stator_N = mkN007 "" ; - statoskop_N = mkN007 "" ; - statuetka_N = mkN041 "" ; - statukvo_N = mkN054 "" ; - status_N = mkN007 "" ; - statut_N = mkN007 "" ; - statu_ja__N = mkN047 "" ; - stafida_N = mkN041 "" ; - stahanovec_N = mkN008a "" ; - stahanovski_A = mkA078 "" ; - stacionar_N = mkN007 "" ; - stacionaren_A = mkA079 "" ; - sta_ch_en_A = mkA079 "" ; - sta_ch_ka_N = mkN041 "" ; - sta_ch_koizmennik_N = mkN014 "" ; - sta_ch_koizmennica_N = mkN041 "" ; - sta_ch_konaru_sh_itel_N = mkN031a "" ; - sta_ch_konaru_sh_itelka_N = mkN041 "" ; - sta_ch_kuvam_V = stateV (mkV186 "") ; - sta_ch_kuvane_N = mkN071 "" ; - sta_ch_nik_N = mkN014 "" ; - sta_ja__V = stateV (mkV175 "") ; - stvol_N = mkN001 "" ; - stvolest_A = mkA076 "" ; - stvolovat_A = mkA076 "" ; - stearinov_A = mkA076 "" ; - steatoza_N = mkN041 "" ; - steblen_A = mkA076 "" ; - steblo_N = mkN054 "" ; - stegalka_N = mkN041 "" ; - stegatelen_A = mkA079 "" ; - stegna_V = stateV (mkV152 "") ; - stegnat_A = mkA076 "" ; - stegnatost_N = mkN049 "" ; - stek_N = mkN001 "" ; - stela_zj__N = mkN007 "" ; - stelka_N = mkN041 "" ; - stelna_V = stateV (mkV152 "") ; - stel_ja__V = stateV (mkV173 "") ; - stena_V = stateV (mkV152 "") ; - stenanie_N = mkN072 "" ; - stenvestnik_N = mkN014 "" ; - stenen_A = mkA079 "" ; - stenene_N = mkN071 "" ; - stenlist_N = mkN001 "" ; - stenobiten_A = mkA079 "" ; - stenoboen_A = mkA085 "" ; - stenograma_N = mkN041 "" ; - stenograf_N = mkN007 "" ; - stenografen_A = mkA079 "" ; - stenografiram_V = stateV (mkV186 "") ; - stenografirane_N = mkN071 "" ; - stenografi_ja__N = mkN047 "" ; - stenografka_N = mkN041 "" ; - stenografski_A = mkA078 "" ; - stenopis_N = mkN007 "" ; - stenopisec_N = mkN008a "" ; - stenotipi_ja__N = mkN047 "" ; - step_N = mkN049 "" ; - stepam_V = stateV (mkV186 "") ; - stepane_N = mkN071 "" ; - stepvam_V = actionV (mkV186 "") (mkV154 "") ; - stepvane_N = mkN071 "" ; - stepen_A = mkA079 "" ; - stepenen_A = mkA079 "" ; - stepenuvam_V = stateV (mkV186 "") ; - stepenuvane_N = mkN071 "" ; - stereo_N = mkN065 "" ; - stereografi_ja__N = mkN047 "" ; - stereometri_ch_en_A = mkA079 "" ; - stereometri_ch_eski_A = mkA078 "" ; - stereometri_ja__N = mkN047 "" ; - stereoskop_N = mkN007 "" ; - stereoskopi_ch_en_A = mkA079 "" ; - stereotip_N = mkN007 "" ; - stereotipen_A = mkA079 "" ; - stereotipiram_V = stateV (mkV186 "") ; - stereotipirane_N = mkN071 "" ; - stereotipi_ja__N = mkN047 "" ; - stereofilm_N = mkN007 "" ; - stereofoni_ch_en_A = mkA079 "" ; - stereohimi_ja__N = mkN047 "" ; - sterilen_A = mkA079 "" ; - sterilizator_N = mkN007 "" ; - sterilizaci_ja__N = mkN047 "" ; - steriliziram_V = stateV (mkV186 "") ; - sterilizirane_N = mkN071 "" ; - sterilnost_N = mkN049 "" ; - sterling_N = mkN007 "" ; - stesnenie_N = mkN072 "" ; - stesnenost_N = mkN049 "" ; - stesnitelen_A = mkA079 "" ; - stesnitelnost_N = mkN049 "" ; - stesn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stesn_ja_vane_N = mkN071 "" ; - stehiometri_ch_en_A = mkA079 "" ; - stehiometri_ch_eski_A = mkA078 "" ; - stehiometri_ja__N = mkN047 "" ; - ste_ch_enie_N = mkN072 "" ; - stigam_V = actionV (mkV186 "") (mkV152 "") ; - stigane_N = mkN071 "" ; - stigma_N = mkN041 "" ; - stik_N = mkN001 "" ; - stiker_N = mkN007 "" ; - stil_N = mkN001 "" ; - stilen_A = mkA079 "" ; - stilizator_N = mkN007 "" ; - stilizaci_ja__N = mkN047 "" ; - stiliziram_V = stateV (mkV186 "") ; - stilizirane_N = mkN071 "" ; - stilist_N = mkN007 "" ; - stilistika_N = mkN041 "" ; - stilisti_ch_en_A = mkA079 "" ; - stilisti_ch_eski_A = mkA078 "" ; - stilistka_N = mkN041 "" ; - stilov_A = mkA076 "" ; - stiloznanie_N = mkN072 "" ; - stimul_N = mkN007 "" ; - stimulator_N = mkN007 "" ; - stimulaci_ja__N = mkN047 "" ; - stimuliram_V = stateV (mkV186 "") ; - stimulirane_N = mkN071 "" ; - stipendiant_N = mkN007 "" ; - stipendiantka_N = mkN041 "" ; - stipendi_ja__N = mkN047 "" ; - stipca_N = mkN041 "" ; - stipcov_A = mkA076 "" ; - stip_ch_iv_A = mkA076 "" ; - stip_ch_ivost_N = mkN049 "" ; - stisvam_V = actionV (mkV186 "") (mkV152 "") ; - stisvane_N = mkN071 "" ; - stiska_N = mkN041 "" ; - stiskalo_N = mkN054 "" ; - stiskam_V = actionV (mkV186 "") (mkV152 "") ; - stiskane_N = mkN071 "" ; - stisliv_A = mkA076 "" ; - stislivost_N = mkN049 "" ; - stisnatost_N = mkN049 "" ; - stih_N = mkN001 "" ; - stihvam_V = actionV (mkV186 "") (mkV152 "") ; - stihvane_N = mkN071 "" ; - stihien_A = mkA085 "" ; - stihijnost_N = mkN049 "" ; - stihi_ja__N = mkN047 "" ; - stihoplet_N = mkN007 "" ; - stihopletec_N = mkN008a "" ; - stihopletstvo_N = mkN054 "" ; - stihosbirka_N = mkN041 "" ; - stihoslo_zj_enie_N = mkN072 "" ; - stihotvoren_A = mkA079 "" ; - stihotvorenie_N = mkN072 "" ; - stihotvorstvo_N = mkN054 "" ; - sti_ch_am_V = actionV (mkV186 "") (mkV148 "") ; - sti_ch_ane_N = mkN071 "" ; - stobor_N = mkN007 "" ; - stovarvam_V = actionV (mkV186 "") (mkV173 "") ; - stovarvane_N = mkN071 "" ; - stovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - stovar_ja_ne_N = mkN071 "" ; - stoglav_A = mkA076 "" ; - stogodi_sh_en_A = mkA079 "" ; - stogodi_sh_nina_N = mkN041 "" ; - stodolarov_A = mkA076 "" ; - stoe_zj__N = mkN007 "" ; - stoene_N = mkN071 "" ; - sto_zj_er_N = mkN007 "" ; - stoik_N = mkN014 "" ; - stoicizym_N = mkN011 "" ; - stoi_ch_eski_A = mkA078 "" ; - stojka_N = mkN041 "" ; - stojnost_N = mkN049 "" ; - stojnosten_A = mkA079 "" ; - stoka_N = mkN041 "" ; - stokov_A = mkA076 "" ; - stokoved_N = mkN007 "" ; - stokovedka_N = mkN041 "" ; - stokoznanie_N = mkN072 "" ; - stokoobmen_N = mkN007 "" ; - stokooborot_N = mkN007 "" ; - stokoproizvoditel_N = mkN031a "" ; - stokraten_A = mkA079 "" ; - stol_N = mkN001 "" ; - stolar_N = mkN031a "" ; - stolarski_A = mkA078 "" ; - stolarstvo_N = mkN054 "" ; - stolevka_N = mkN041 "" ; - stoleten_A = mkA079 "" ; - stoletie_N = mkN072 "" ; - stoletnik_N = mkN014 "" ; - stoletnica_N = mkN041 "" ; - stolisten_A = mkA079 "" ; - stolica_N = mkN041 "" ; - stoli_ch_anin_N = mkN018 "" ; - stoli_ch_anka_N = mkN041 "" ; - stoli_ch_en_A = mkA079 "" ; - stolova_N = mkN041 "" ; - stolovat_A = mkA076 "" ; - stoluvam_V = stateV (mkV186 "") ; - stoluvane_N = mkN071 "" ; - stol_ch_e_N = mkN065 "" ; - stomana_N = mkN041 "" ; - stomanen_A = mkA076 "" ; - stomanobeton_N = mkN007 "" ; - stomanole_ja_r_N = mkN007 "" ; - stomanole_ja_ren_A = mkA079 "" ; - stomanole_ja_rna_N = mkN041 "" ; - stomatit_N = mkN007 "" ; - stomatolog_N = mkN015 "" ; - stomatologi_ch_en_A = mkA079 "" ; - stomatologi_ja__N = mkN047 "" ; - stomatoskop_N = mkN007 "" ; - stomah_N = mkN016 "" ; - stoma_sh_en_A = mkA079 "" ; - stometrov_A = mkA076 "" ; - stomna_N = mkN041 "" ; - ston_N = mkN001 "" ; - stonoga_N = mkN041 "" ; - stono_zj_ka_N = mkN041 "" ; - stop_N = mkN001 "" ; - stopad_zj_ijski_A = mkA078 "" ; - stopad_zj_i_ja__N = mkN039 "" ; - stopanin_N = mkN018 "" ; - stopanisane_N = mkN071 "" ; - stopanisvam_V = actionV (mkV186 "") (mkV186 "") ; - stopanisvane_N = mkN071 "" ; - stopanka_N = mkN041 "" ; - stopanoved_N = mkN007 "" ; - stopanovedka_N = mkN041 "" ; - stopanski_A = mkA078 "" ; - stopanstven_A = mkA076 "" ; - stopanstvo_N = mkN054 "" ; - stopiram_V = stateV (mkV186 "") ; - stopl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - stopl_ja_ne_N = mkN071 "" ; - stoprocentov_A = mkA076 "" ; - stop_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stop_ja_vane_N = mkN071 "" ; - stop_ja_emost_N = mkN049 "" ; - storvam_V = stateV (mkV186 "") ; - stor_ja__V = stateV (mkV173 "") ; - stotak_N = mkN014 "" ; - stotarka_N = mkN041 "" ; - stota_ch_ka_N = mkN041 "" ; - stoten_A = mkA079 "" ; - stotina_N = mkN041 "" ; - stotinka_N = mkN041 "" ; - stotica_N = mkN041 "" ; - stotna_N = mkN041 "" ; - stotnik_N = mkN014 "" ; - stohil_ja_den_A = mkA079 "" ; - stohil_ja_dnik_N = mkN014 "" ; - sto_ch_en_A = mkA079 "" ; - sto_ja__V = stateV (mkV180 "") ; - sto_ja_lka_N = mkN041 "" ; - sto_ja_lo_N = mkN054 "" ; - sto_ja_nka_N = mkN041 "" ; - stradalen_A = mkA079 "" ; - stradalec_N = mkN008a "" ; - stradalka_N = mkN041 "" ; - stradal_ch_eski_A = mkA078 "" ; - stradal_ch_estvo_N = mkN054 "" ; - stradam_V = stateV (mkV186 "") ; - stradane_N = mkN071 "" ; - stradanie_N = mkN072 "" ; - stradatelen_A = mkA079 "" ; - strada_ja__V = stateV (mkV161 "") ; - stra_zj__N = mkN007 "" ; - stra_zj_a_N = mkN041 "" ; - stra_zj_ar_N = mkN031a "" ; - stra_zj_arski_A = mkA078 "" ; - stra_zj_evi_A = mkA078 "" ; - strajvam_V = stateV (mkV186 "") ; - strana_N = mkN041 "" ; - stranen_A = mkA079 "" ; - stranene_N = mkN071 "" ; - straniram_V = stateV (mkV186 "") ; - stranirane_N = mkN071 "" ; - stranica_N = mkN041 "" ; - strani_ch_en_A = mkA079 "" ; - strannik_N = mkN014 "" ; - strannica_N = mkN041 "" ; - strannopriemnica_N = mkN041 "" ; - strannost_N = mkN049 "" ; - stranstvam_V = stateV (mkV186 "") ; - stranstvane_N = mkN071 "" ; - stranstvo_N = mkN054 "" ; - stranstvuvam_V = stateV (mkV186 "") ; - stranstvuvane_N = mkN071 "" ; - stran_ja__V = stateV (mkV174 "") ; - strast_N = mkN049 "" ; - strasten_A = mkA079 "" ; - strastnost_N = mkN049 "" ; - strateg_N = mkN015 "" ; - strategi_ch_en_A = mkA079 "" ; - strategi_ch_eski_A = mkA078 "" ; - strategi_ja__N = mkN047 "" ; - stratifikaci_ja__N = mkN047 "" ; - stratosfera_N = mkN041 "" ; - stratosferen_A = mkA079 "" ; - strah_N = mkN001 "" ; - strahliv_A = mkA076 "" ; - strahlivec_N = mkN008a "" ; - strahlivka_N = mkN041 "" ; - strahlivost_N = mkN049 "" ; - strahovit_A = mkA076 "" ; - strahovitost_N = mkN049 "" ; - strahopo_ch_itanie_N = mkN072 "" ; - strahopo_ch_itatelen_A = mkA079 "" ; - strahopyzla_N = mkN041 "" ; - strahopyzlxo_N = mkN040 "" ; - strahoten_A = mkA079 "" ; - strahoti_ja__N = mkN047 "" ; - strahuvam_V = stateV (mkV186 "") ; - strahuvane_N = mkN071 "" ; - stra_sh_en_A = mkA079 "" ; - stra_sh_ili_sht_e_N = mkN066 "" ; - stra_sh_ilo_N = mkN054 "" ; - stra_sh_liv_A = mkA076 "" ; - stra_sh_nik_N = mkN014 "" ; - stra_sh_nica_N = mkN041 "" ; - strela_N = mkN041 "" ; - strelba_N = mkN041 "" ; - strelbi_sht_e_N = mkN066 "" ; - strelvam_V = actionV (mkV186 "") (mkV152 "") ; - strelvane_N = mkN071 "" ; - strelec_N = mkN008a "" ; - strelka_N = mkN041 "" ; - strelkam_V = actionV (mkV186 "") (mkV152 "") ; - strelkane_N = mkN071 "" ; - strelkovi_A = mkA078 "" ; - strelnik_N = mkN014 "" ; - streloviden_A = mkA079 "" ; - strelo_ch_nik_N = mkN014 "" ; - strel_ja_m_V = actionV (mkV187 "") (mkV152 "") ; - strel_ja_ne_N = mkN071 "" ; - stremglav_A = mkA076 "" ; - stremglavost_N = mkN049 "" ; - streme_N = mkN069 "" ; - streme_zj__N = mkN007 "" ; - stremitelen_A = mkA079 "" ; - stremitelnost_N = mkN049 "" ; - stremlenie_N = mkN072 "" ; - strem_ja__V = stateV (mkV174 "") ; - streptokok_N = mkN007 "" ; - streptomicin_N = mkN007 "" ; - stres_N = mkN001 "" ; - stresvam_V = actionV (mkV186 "") (mkV152 "") ; - stresvane_N = mkN071 "" ; - stresiram_V = actionV (mkV186 "") (mkV152 "") ; - stresirane_N = mkN071 "" ; - stresov_A = mkA076 "" ; - streha_N = mkN041 "" ; - strivam_V = actionV (mkV186 "") (mkV163 "") ; - strivane_N = mkN071 "" ; - strigane_N = mkN071 "" ; - strida_N = mkN041 "" ; - stri_zj_a_V = stateV (mkV158 "") ; - strikten_A = mkA079 "" ; - strina_N = mkN041 "" ; - stringer_N = mkN007 "" ; - strinin_A = mkA076 "" ; - strinka_N = mkN041 "" ; - strinkin_A = mkA076 "" ; - striper_N = mkN007 "" ; - striptizxor_N = mkN007 "" ; - striptizxorka_N = mkN041 "" ; - striptijz_N = mkN007 "" ; - strihnin_N = mkN007 "" ; - strihninov_A = mkA076 "" ; - strog_A = mkA076 "" ; - strogost_N = mkN049 "" ; - stroevak_N = mkN014 "" ; - stroevi_A = mkA078 "" ; - stroe_zj__N = mkN007 "" ; - stroen_A = mkA085 "" ; - stroene_N = mkN071 "" ; - stroitel_N = mkN031a "" ; - stroitelen_A = mkA079 "" ; - stroitelka_N = mkN041 "" ; - stroitelski_A = mkA078 "" ; - stroitelstvo_N = mkN054 "" ; - stroj_N = mkN028 "" ; - strojnost_N = mkN049 "" ; - stronciev_A = mkA076 "" ; - stroncij_N = mkN032 "" ; - stropol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stropol_ja_vane_N = mkN071 "" ; - stropol_ja_sane_N = mkN071 "" ; - stropol_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - stropol_ja_svane_N = mkN071 "" ; - strofa_N = mkN041 "" ; - strofi_ch_en_A = mkA079 "" ; - stro_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - stro_sh_avane_N = mkN071 "" ; - stro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - stro_ja_vane_N = mkN071 "" ; - struvam_V = stateV (mkV186 "") ; - struvane_N = mkN071 "" ; - strug_N = mkN001 "" ; - strugar_N = mkN031a "" ; - strugarka_N = mkN041 "" ; - strugarski_A = mkA078 "" ; - strugarstvo_N = mkN054 "" ; - struguvam_V = stateV (mkV186 "") ; - struguvane_N = mkN071 "" ; - struen_A = mkA085 "" ; - struene_N = mkN071 "" ; - stru_zj_ka_N = mkN041 "" ; - stru_zj_ki_A = mkA078 "" ; - strujka_N = mkN041 "" ; - strujnik_N = mkN014 "" ; - struktura_N = mkN041 "" ; - strukturalen_A = mkA079 "" ; - strukturalizym_N = mkN011 "" ; - strukturen_A = mkA079 "" ; - strukturiram_V = stateV (mkV186 "") ; - strukturiran_A = mkA076 "" ; - strukturirane_N = mkN071 "" ; - struna_N = mkN041 "" ; - strunen_A = mkA079 "" ; - strupane_N = mkN071 "" ; - strupvam_V = actionV (mkV186 "") (mkV186 "") ; - strupvane_N = mkN071 "" ; - strupej_N = mkN032 "" ; - strup_ja_v_A = mkA081 "" ; - stru_ja__V = stateV (mkV175 "") ; - stryv_N = mkN053 "" ; - stryven_A = mkA079 "" ; - stryvnik_N = mkN014 "" ; - stryvnica_N = mkN041 "" ; - stryvni_sh_ki_A = mkA078 "" ; - stryvnost_N = mkN049 "" ; - stryk_N = mkN001 "" ; - stryka_N = mkN041 "" ; - stryk_ch_e_N = mkN065 "" ; - strymen_A = mkA079 "" ; - strymnina_N = mkN041 "" ; - strymni_sht_e_N = mkN066 "" ; - strysvam_V = stateV (mkV186 "") ; - strysvane_N = mkN071 "" ; - stryskane_N = mkN071 "" ; - stryskvam_V = actionV (mkV186 "") (mkV186 "") ; - stryskvane_N = mkN071 "" ; - str_ja_svam_V = actionV (mkV186 "") (mkV152 "") ; - str_ja_svane_N = mkN071 "" ; - str_ja_skam_V = actionV (mkV186 "") (mkV152 "") ; - str_ja_skane_N = mkN071 "" ; - str_ja_skvam_V = actionV (mkV186 "") (mkV152 "") ; - str_ja_skvane_N = mkN071 "" ; - str_ja_ha_N = mkN043 "" ; - stud_N = mkN001 "" ; - studen_A = mkA076 "" ; - studene_ja__V = stateV (mkV160 "") ; - studenina_N = mkN041 "" ; - studenokryven_A = mkA079 "" ; - student_N = mkN007a "" ; - studentka_N = mkN041 "" ; - studentski_A = mkA078 "" ; - studentstvam_V = stateV (mkV186 "") ; - studentstvane_N = mkN071 "" ; - studentstvo_N = mkN054 "" ; - studentstvuvam_V = stateV (mkV186 "") ; - studentstvuvane_N = mkN071 "" ; - studien_A = mkA085 "" ; - studio_N = mkN062 "" ; - studi_ja__N = mkN047 "" ; - studovit_A = mkA076 "" ; - studoustoj_ch_iv_A = mkA076 "" ; - studoustoj_ch_ivost_N = mkN049 "" ; - studuvam_V = stateV (mkV186 "") ; - studuvane_N = mkN071 "" ; - stud_ja__V = stateV (mkV174 "") ; - stupam_V = stateV (mkV186 "") ; - stupane_N = mkN071 "" ; - stupvam_V = stateV (mkV186 "") ; - stupvane_N = mkN071 "" ; - styblen_A = mkA076 "" ; - styblest_A = mkA076 "" ; - styblo_N = mkN054 "" ; - stybylce_N = mkN066 "" ; - stykvam_V = actionV (mkV186 "") (mkV152 "") ; - stykvane_N = mkN071 "" ; - styklar_N = mkN031a "" ; - styklari_ja__N = mkN047 "" ; - styklarski_A = mkA078 "" ; - styklarstvo_N = mkN054 "" ; - styklen_A = mkA076 "" ; - styklenica_N = mkN041 "" ; - styklo_N = mkN054 "" ; - stykloviden_A = mkA079 "" ; - stykloduha_ch__N = mkN007 "" ; - styklopis_N = mkN007 "" ; - stykloplast_N = mkN001 "" ; - styklo_ch_ista_ch__N = mkN007 "" ; - styklo_ch_ista_ch_ka_N = mkN041 "" ; - stykm_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stykm_ja_vane_N = mkN071 "" ; - stykylce_N = mkN066 "" ; - stylb_N = mkN001 "" ; - stylba_N = mkN041 "" ; - stylbica_N = mkN041 "" ; - stylbi_ch_en_A = mkA079 "" ; - stylbi_ch_ka_N = mkN041 "" ; - stylbi_sht_e_N = mkN066 "" ; - stylbi_sht_en_A = mkA079 "" ; - stylbov_A = mkA076 "" ; - stylboviden_A = mkA079 "" ; - stylb_ch_e_N = mkN065 "" ; - stylknovenie_N = mkN072 "" ; - stylpen_A = mkA076 "" ; - stylpnik_N = mkN014 "" ; - stylpotvorenie_N = mkN072 "" ; - stylp_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stylp_ja_vane_N = mkN071 "" ; - stymvam_V = actionV (mkV186 "") (mkV174 "") ; - stymvane_N = mkN071 "" ; - stymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - stymn_ja_vane_N = mkN071 "" ; - stypalo_N = mkN054 "" ; - stypaloviden_A = mkA079 "" ; - stypvam_V = actionV (mkV186 "") (mkV152 "") ; - stypvane_N = mkN071 "" ; - stypisane_N = mkN071 "" ; - stypisvam_V = actionV (mkV186 "") (mkV186 "") ; - stypisvane_N = mkN071 "" ; - stypka_N = mkN041 "" ; - stypkan_A = mkA076 "" ; - stypkvam_V = actionV (mkV186 "") (mkV155 "") ; - stypkvane_N = mkN071 "" ; - styp_ja__V = stateV (mkV173 "") ; - styrgalka_N = mkN041 "" ; - styrgalo_N = mkN054 "" ; - styrgane_N = mkN071 "" ; - styrgotina_N = mkN041 "" ; - styr_zj_a_V = stateV (mkV158 "") ; - styr_zj_ene_N = mkN071 "" ; - styrkvam_V = stateV (mkV186 "") ; - styrkvane_N = mkN071 "" ; - styrni_sht_e_N = mkN066 "" ; - styrp_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - styrp_ja_vane_N = mkN071 "" ; - styrsvam_V = actionV (mkV186 "") (mkV173 "") ; - styrsvane_N = mkN071 "" ; - styr_ch_a_V = stateV (mkV178 "") ; - styr_ch_ene_N = mkN071 "" ; - styr_ch_iopa_sh_ka_N = mkN041 "" ; - styr_ch_i_sht_e_N = mkN066 "" ; - styr_sh_el_N = mkN007 "" ; - styr_sh_elov_A = mkA076 "" ; - st_iu_ard_N = mkN007a "" ; - st_iu_ardesa_N = mkN041 "" ; - st_ja_g_N = mkN001 "" ; - st_ja_gam_V = stateV (mkV186 "") ; - st_ja_gane_N = mkN071 "" ; - subatomen_A = mkA079 "" ; - subdominanta_N = mkN041 "" ; - subekt_N = mkN007 "" ; - subektiven_A = mkA079 "" ; - subektiviziram_V = stateV (mkV186 "") ; - subektivizirane_N = mkN071 "" ; - subektivizym_N = mkN011 "" ; - subektivist_N = mkN007 "" ; - subektivisti_ch_en_A = mkA079 "" ; - subektivistka_N = mkN041 "" ; - subektivnost_N = mkN049 "" ; - subeter_N = mkN007 "" ; - subeterni_ja__N = mkN047 "" ; - subinvertiran_A = mkA076 "" ; - sublimat_N = mkN007 "" ; - sublimaten_A = mkA079 "" ; - sublimatov_A = mkA076 "" ; - sublimacionen_A = mkA079 "" ; - sublimaci_ja__N = mkN047 "" ; - sublimen_A = mkA079 "" ; - sublimiram_V = stateV (mkV186 "") ; - sublimirane_N = mkN071 "" ; - subordinaci_ja__N = mkN047 "" ; - subpol_ja_ren_A = mkA079 "" ; - subprodukt_N = mkN007 "" ; - subsidinaren_A = mkA079 "" ; - subsidiram_V = stateV (mkV186 "") ; - subsidiran_A = mkA076 "" ; - subsidirane_N = mkN071 "" ; - subsidi_ja__N = mkN047 "" ; - substantiven_A = mkA079 "" ; - substanci_ja__N = mkN047 "" ; - substituci_ja__N = mkN047 "" ; - substrat_N = mkN007 "" ; - subtityr_N = mkN009 "" ; - subtropik_N = mkN014 "" ; - subtropi_ch_en_A = mkA079 "" ; - subtropi_ch_eski_A = mkA078 "" ; - subfenomen_N = mkN007 "" ; - suvenir_N = mkN007 "" ; - suverenen_A = mkA079 "" ; - suverenitet_N = mkN007 "" ; - sugestiven_A = mkA079 "" ; - sugesti_ja__N = mkN047 "" ; - sugestolog_N = mkN015 "" ; - sugestologi_ja__N = mkN047 "" ; - sugra_sh_ica_N = mkN041 "" ; - sudanec_N = mkN008a "" ; - sudanka_N = mkN041 "" ; - sudanski_A = mkA078 "" ; - sud_zj_uk_N = mkN014 "" ; - sueveren_A = mkA079 "" ; - sueverie_N = mkN072 "" ; - suevernost_N = mkN049 "" ; - sueta_N = mkN041 "" ; - sueten_A = mkA079 "" ; - suetene_N = mkN071 "" ; - suetliv_A = mkA076 "" ; - suetlivost_N = mkN049 "" ; - suetnost_N = mkN049 "" ; - suetn_ja__N = mkN047 "" ; - suet_ja__V = stateV (mkV174 "") ; - suecki_A = mkA078 "" ; - suing_N = mkN007 "" ; - sukal_ch_e_N = mkN065 "" ; - sukane_N = mkN071 "" ; - sukman_N = mkN007 "" ; - suknen_A = mkA076 "" ; - sukno_N = mkN054 "" ; - sukyrvica_N = mkN041 "" ; - sultan_N = mkN007a "" ; - sultanat_N = mkN007 "" ; - sultanka_N = mkN041 "" ; - sultanov_A = mkA076 "" ; - sultanski_A = mkA078 "" ; - sulfamid_N = mkN007 "" ; - sulfat_N = mkN007 "" ; - sulfid_N = mkN007 "" ; - sulfiden_A = mkA079 "" ; - sulfit_N = mkN007 "" ; - suma_N = mkN041 "" ; - sumaren_A = mkA079 "" ; - sumator_N = mkN007 "" ; - sumatoha_N = mkN041 "" ; - sumiram_V = stateV (mkV186 "") ; - sumirane_N = mkN071 "" ; - sumka_N = mkN041 "" ; - sumrak_N = mkN014 "" ; - sumra_ch_en_A = mkA079 "" ; - sumtene_N = mkN071 "" ; - sumt_ja__V = stateV (mkV177 "") ; - supa_N = mkN041 "" ; - supen_A = mkA079 "" ; - superinteligenten_A = mkA079 "" ; - superkomp_iu_tyr_N = mkN009 "" ; - superkoncentraci_ja__N = mkN047 "" ; - superkosmi_ch_eski_A = mkA078 "" ; - superlativ_N = mkN007 "" ; - supermarket_N = mkN007 "" ; - supermen_N = mkN007 "" ; - supermenski_A = mkA078 "" ; - supermoderen_A = mkA079 "" ; - superpoliglot_N = mkN007 "" ; - superprodukci_ja__N = mkN047 "" ; - superfosfat_N = mkN007 "" ; - superheterodinen_A = mkA079 "" ; - supletiven_A = mkA079 "" ; - supletivizym_N = mkN011 "" ; - supnik_N = mkN014 "" ; - sur_A = mkA076 "" ; - survakam_V = stateV (mkV186 "") ; - survakane_N = mkN071 "" ; - survakar_N = mkN031a "" ; - survam_V = stateV (mkV186 "") ; - surdinka_N = mkN041 "" ; - surinamka_N = mkN041 "" ; - surov_A = mkA076 "" ; - surovatka_N = mkN041 "" ; - surovina_N = mkN041 "" ; - surovinen_A = mkA079 "" ; - surovica_N = mkN041 "" ; - surovost_N = mkN049 "" ; - surogat_N = mkN007 "" ; - susamen_A = mkA076 "" ; - susamka_N = mkN041 "" ; - susamov_A = mkA076 "" ; - suspendiram_V = stateV (mkV186 "") ; - suspendirane_N = mkN071 "" ; - suspenzi_ja__N = mkN047 "" ; - suspensi_ja__N = mkN047 "" ; - sutenxor_N = mkN007 "" ; - suteren_N = mkN007 "" ; - suterenen_A = mkA079 "" ; - sutien_N = mkN007 "" ; - sutre_sh_en_A = mkA079 "" ; - sutrin_N = mkN049 "" ; - sutrinen_A = mkA079 "" ; - sutri_sh_en_A = mkA079 "" ; - sufiks_N = mkN007 "" ; - sufle_N = mkN065 "" ; - sufliram_V = stateV (mkV186 "") ; - suflirane_N = mkN071 "" ; - suflxor_N = mkN007 "" ; - suflxorka_N = mkN041 "" ; - suflxorski_A = mkA078 "" ; - suh_A = mkA076 "" ; - suhar_N = mkN007 "" ; - suharen_A = mkA076 "" ; - suharnik_N = mkN014 "" ; - suhi_ch_yk_A = mkA080 "" ; - suhovat_A = mkA076 "" ; - suhoe_zj_bina_N = mkN041 "" ; - suho_zj_ilie_N = mkN072 "" ; - suhozemen_A = mkA079 "" ; - suhopyten_A = mkA079 "" ; - suhost_N = mkN049 "" ; - suhota_N = mkN041 "" ; - suhoustoj_ch_iv_A = mkA076 "" ; - su_ch_a_V = stateV (mkV155 "") ; - su_ch_ene_N = mkN071 "" ; - su_sh_a_N = mkN041 "" ; - su_sh_av_A = mkA076 "" ; - su_sh_elka_N = mkN041 "" ; - su_sh_en_A = mkA076 "" ; - su_sh_ene_N = mkN071 "" ; - su_sh_ilen_A = mkA079 "" ; - su_sh_iln_ja__N = mkN047 "" ; - su_sh_ina_N = mkN041 "" ; - su_ja_k_N = mkN014 "" ; - sfazirane_N = mkN071 "" ; - sfera_N = mkN041 "" ; - sferi_ch_en_A = mkA079 "" ; - sferi_ch_eski_A = mkA078 "" ; - sferi_ch_nost_N = mkN049 "" ; - sferoid_N = mkN007 "" ; - sferoiden_A = mkA079 "" ; - sferoobrazen_A = mkA079 "" ; - sfinks_N = mkN001 "" ; - sfinkter_N = mkN007 "" ; - sformiram_V = stateV (mkV186 "") ; - sformirane_N = mkN071 "" ; - shapvam_V = stateV (mkV186 "") ; - shapvane_N = mkN071 "" ; - shvanatost_N = mkN049 "" ; - shvatka_N = mkN041 "" ; - shvatliv_A = mkA076 "" ; - shvatlivost_N = mkN049 "" ; - shva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - shva_sht_ane_N = mkN071 "" ; - shema_N = mkN041 "" ; - shematizaci_ja__N = mkN047 "" ; - shematiziram_V = stateV (mkV186 "") ; - shematizirane_N = mkN071 "" ; - shematizym_N = mkN011 "" ; - shemati_ch_en_A = mkA079 "" ; - shemati_ch_nost_N = mkN049 "" ; - shizma_N = mkN041 "" ; - shizmatik_N = mkN014 "" ; - shizmati_ch_en_A = mkA079 "" ; - shizmati_ch_eski_A = mkA078 "" ; - shlupen_A = mkA076 "" ; - shoden_A = mkA079 "" ; - shodnost_N = mkN049 "" ; - shodstvo_N = mkN054 "" ; - shod_ja__sht__A = mkA076 "" ; - sho_zj_dam_V = stateV (mkV186 "") ; - sho_zj_dane_N = mkN071 "" ; - sholastik_N = mkN014 "" ; - sholastika_N = mkN041 "" ; - sholasti_ch_en_A = mkA079 "" ; - sholasti_ch_eski_A = mkA078 "" ; - sholasti_ch_nost_N = mkN049 "" ; - shrupam_V = stateV (mkV186 "") ; - shrupane_N = mkN071 "" ; - shrupvam_V = stateV (mkV186 "") ; - shrupvane_N = mkN071 "" ; - shruskam_V = stateV (mkV186 "") ; - shruskane_N = mkN071 "" ; - shruskvam_V = stateV (mkV186 "") ; - shruskvane_N = mkN071 "" ; - shumvane_N = mkN071 "" ; - sce_zj_dam_V = stateV (mkV186 "") ; - sce_zj_dane_N = mkN071 "" ; - scena_N = mkN041 "" ; - scenarien_A = mkA085 "" ; - scenarij_N = mkN032 "" ; - scenarist_N = mkN007 "" ; - scenaristka_N = mkN041 "" ; - sceni_ch_en_A = mkA079 "" ; - scenka_N = mkN041 "" ; - scenograf_N = mkN007 "" ; - scenografi_ja__N = mkN047 "" ; - scepvam_V = actionV (mkV186 "") (mkV173 "") ; - scepvane_N = mkN071 "" ; - scepitelen_A = mkA079 "" ; - scepka_N = mkN041 "" ; - sceplenie_N = mkN072 "" ; - scepl_ja_vam_V = stateV (mkV186 "") ; - scepl_ja_vane_N = mkN071 "" ; - scep_ja_ne_N = mkN071 "" ; - s_ch_epkane_N = mkN071 "" ; - s_ch_epkvam_V = actionV (mkV186 "") (mkV186 "") ; - s_ch_epkvane_N = mkN071 "" ; - s_ch_esvam_V = stateV (mkV186 "") ; - s_ch_esvane_N = mkN071 "" ; - s_ch_eta_V = stateV (mkV145 "") ; - s_ch_etovoden_A = mkA079 "" ; - s_ch_etovoditel_N = mkN031a "" ; - s_ch_etovoditelka_N = mkN041 "" ; - s_ch_etovoditelski_A = mkA078 "" ; - s_ch_etovodstvo_N = mkN054 "" ; - s_ch_itam_V = stateV (mkV186 "") ; - s_ch_itane_N = mkN071 "" ; - s_ch_uvam_V = actionV (mkV186 "") (mkV163 "") ; - s_ch_uvane_N = mkN071 "" ; - s_ch_ukane_N = mkN071 "" ; - s_ch_ukvam_V = actionV (mkV186 "") (mkV186 "") ; - s_ch_ukvane_N = mkN071 "" ; - s_ch_upvam_V = actionV (mkV186 "") (mkV173 "") ; - s_ch_upvane_N = mkN071 "" ; - syavtor_N = mkN007a "" ; - syavtorka_N = mkN041 "" ; - syavtorstvo_N = mkN054 "" ; - sybar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sybar_ja_ne_N = mkN071 "" ; - sybesedvam_V = stateV (mkV186 "") ; - sybesedvane_N = mkN071 "" ; - sybesednik_N = mkN014 "" ; - sybesednica_N = mkN041 "" ; - sybesedni_ch_ka_N = mkN041 "" ; - sybiraemo_N = mkN062 "" ; - sybiram_V = actionV (mkV186 "") (mkV170 "") ; - sybirane_N = mkN071 "" ; - sybiratel_N = mkN031 "" ; - sybiratelen_A = mkA079 "" ; - sybira_ch__N = mkN007b "" ; - sybira_ch_ka_N = mkN041 "" ; - sybitie_N = mkN072 "" ; - syblaz_N = mkN007 "" ; - syblaznitel_N = mkN031a "" ; - syblaznitelen_A = mkA079 "" ; - syblaznitelka_N = mkN041 "" ; - syblaznitelnost_N = mkN049 "" ; - syblazn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syblazn_ja_vane_N = mkN071 "" ; - syblazyn_N = mkN051 "" ; - syblekaln_ja__N = mkN047 "" ; - syble_ch_en_A = mkA076 "" ; - sybli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - sybli_ch_ane_N = mkN071 "" ; - sybl_iu_davam_V = stateV (mkV186 "") ; - sybl_iu_davane_N = mkN071 "" ; - sybl_iu_datel_N = mkN031 "" ; - sybl_iu_datelen_A = mkA079 "" ; - sybl_iu_denie_N = mkN072 "" ; - syboleznovanie_N = mkN072 "" ; - syboleznovatelen_A = mkA079 "" ; - sybor_N = mkN007 "" ; - syboren_A = mkA079 "" ; - syboretina_N = mkN041 "" ; - sybor_ja_nin_N = mkN018 "" ; - sybor_ja_nka_N = mkN041 "" ; - sybota_N = mkN041 "" ; - syboten_A = mkA079 "" ; - sybot_ja_nin_N = mkN018 "" ; - sybot_ja_nka_N = mkN041 "" ; - sybot_ja_nski_A = mkA078 "" ; - sybot_ja_nstvo_N = mkN054 "" ; - sybranie_N = mkN072 "" ; - sybrat_N = mkN025 "" ; - sybuvalka_N = mkN041 "" ; - sybuvam_V = actionV (mkV186 "") (mkV163 "") ; - sybuvane_N = mkN071 "" ; - sybuden_A = mkA076 "" ; - sybudenost_N = mkN049 "" ; - sybu_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - sybu_zj_dane_N = mkN071 "" ; - syvest_N = mkN049 "" ; - syvesten_A = mkA079 "" ; - syvestnost_N = mkN049 "" ; - syvet_N = mkN007 "" ; - syvetvam_V = stateV (mkV186 "") ; - syvetvane_N = mkN071 "" ; - syvetizaci_ja__N = mkN047 "" ; - syvetiziram_V = stateV (mkV186 "") ; - syvetizirane_N = mkN071 "" ; - syvetnik_N = mkN014a "" ; - syvetnica_N = mkN041 "" ; - syvetni_ch_eski_A = mkA078 "" ; - syvetni_ch_ka_N = mkN041 "" ; - syvetski_A = mkA078 "" ; - syve_sht_avam_V = stateV (mkV186 "") ; - syve_sht_avane_N = mkN071 "" ; - syve_sht_anie_N = mkN072 "" ; - syve_sht_atelen_A = mkA079 "" ; - syvzemam_V = actionV (mkV186 "") (mkV171 "") ; - syvzemane_N = mkN071 "" ; - syvipusknik_N = mkN014a "" ; - syvipusknica_N = mkN041 "" ; - syvipuskni_ch_ka_N = mkN041 "" ; - syvkupen_A = mkA079 "" ; - syvkuplenie_N = mkN072 "" ; - syvkupnost_N = mkN049 "" ; - syvkup_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syvkup_ja_vane_N = mkN071 "" ; - syvmesten_A = mkA079 "" ; - syvmestim_A = mkA076 "" ; - syvmestimost_N = mkN049 "" ; - syvmestitel_N = mkN031a "" ; - syvmestitelka_N = mkN041 "" ; - syvmestitelstvo_N = mkN054 "" ; - syvpadam_V = actionV (mkV186 "") (mkV152 "") ; - syvpadane_N = mkN071 "" ; - syvpada_sht__A = mkA076 "" ; - syvpadenie_N = mkN072 "" ; - syvremenen_A = mkA079 "" ; - syvremennik_N = mkN014 "" ; - syvremennica_N = mkN041 "" ; - syvremennost_N = mkN049 "" ; - syvremie_N = mkN072 "" ; - syvyr_sh_en_A = mkA076 "" ; - syvyr_sh_enstvo_N = mkN054 "" ; - syglasen_A = mkA079 "" ; - syglasie_N = mkN072 "" ; - syglasitelen_A = mkA079 "" ; - syglasna_N = mkN041 "" ; - syglasuvam_V = stateV (mkV186 "") ; - syglasuvan_A = mkA076 "" ; - syglasuvane_N = mkN071 "" ; - syglasuvanost_N = mkN049 "" ; - syglasuem_A = mkA076 "" ; - syglasuemost_N = mkN049 "" ; - syglas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syglas_ja_vane_N = mkN071 "" ; - syglas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - syglas_ja_ne_N = mkN071 "" ; - sygla_sh_atel_N = mkN031a "" ; - sygla_sh_atelski_A = mkA078 "" ; - sygla_sh_atelstvo_N = mkN054 "" ; - sygla_sh_enie_N = mkN072 "" ; - sygla_sh_enski_A = mkA078 "" ; - sygledane_N = mkN071 "" ; - sygledvam_V = actionV (mkV186 "") (mkV186 "") ; - sygledvane_N = mkN071 "" ; - sygledva_ch__N = mkN007 "" ; - sygledva_ch_ka_N = mkN041 "" ; - sygle_zj_dam_V = stateV (mkV186 "") ; - sygle_zj_dane_N = mkN071 "" ; - sygra_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - sygra_zj_dane_N = mkN071 "" ; - sygra_zj_danin_N = mkN018 "" ; - sygra_zj_danka_N = mkN041a "" ; - sygre_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sygre_sh_avane_N = mkN071 "" ; - sygre_sh_enie_N = mkN072 "" ; - sygre_ja__V = stateV (mkV160 "") ; - syd_N = mkN026 "" ; - sydba_N = mkN041 "" ; - sydbina_N = mkN041 "" ; - sydboven_A = mkA079 "" ; - sydbovnost_N = mkN049 "" ; - sydbonosen_A = mkA079 "" ; - sydbonosnost_N = mkN049 "" ; - sydeben_A = mkA079 "" ; - sydejstvam_V = stateV (mkV186 "") ; - sydejstvane_N = mkN071 "" ; - sydejstvie_N = mkN072 "" ; - sydejstvuvam_V = stateV (mkV186 "") ; - sydejstvuvane_N = mkN071 "" ; - sydene_N = mkN071 "" ; - sydijski_A = mkA078 "" ; - sydijstvo_N = mkN054 "" ; - sydili_sht_e_N = mkN066 "" ; - sydili_sht_en_A = mkA079 "" ; - sydimost_N = mkN049 "" ; - sydina_N = mkN041 "" ; - sydinka_N = mkN041 "" ; - sydiram_V = actionV (mkV186 "") (mkV170 "") ; - sydirane_N = mkN071 "" ; - sydi_ja__N = mkN039 "" ; - sydnik_N = mkN014a "" ; - sydov_A = mkA076 "" ; - sydodvigatelen_A = mkA079 "" ; - sydoklad_N = mkN007 "" ; - sydoproizvodstvo_N = mkN054 "" ; - sydoustrojstvo_N = mkN054 "" ; - sydran_A = mkA076 "" ; - sydru_zj_a_V = stateV (mkV176 "") ; - sydru_zj_ie_N = mkN072 "" ; - sydru_zj_nik_N = mkN014a "" ; - sydru_zj_nica_N = mkN041 "" ; - sydru_zj_ni_ch_eski_A = mkA078 "" ; - sydru_zj_ni_ch_estvo_N = mkN054 "" ; - sydyr_zj_am_V = stateV (mkV186 "") ; - sydyr_zj_ane_N = mkN071 "" ; - sydyr_zj_anie_N = mkN072 "" ; - sydyr_zj_atel_N = mkN031a "" ; - sydyr_zj_atelen_A = mkA079 "" ; - sydyr_zj_atelka_N = mkN041 "" ; - sydyr_zj_atelnost_N = mkN049 "" ; - sydyr_zj_im_A = mkA076 "" ; - sydyr_zj_imost_N = mkN049 "" ; - syd_ja__V = stateV (mkV173 "") ; - syedinenie_N = mkN072 "" ; - syedinist_N = mkN007 "" ; - syedinitel_N = mkN031 "" ; - syedinitelen_A = mkA079 "" ; - syedin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syedin_ja_vane_N = mkN071 "" ; - sye_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sye_sh_avane_N = mkN071 "" ; - sy_zj_alenie_N = mkN072 "" ; - sy_zj_alitelen_A = mkA079 "" ; - sy_zj_al_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sy_zj_al_ja_vane_N = mkN071 "" ; - sy_zj_denie_N = mkN072 "" ; - sy_zj_ivitelen_A = mkA079 "" ; - sy_zj_iv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sy_zj_iv_ja_vane_N = mkN071 "" ; - sy_zj_itel_N = mkN031a "" ; - sy_zj_itelka_N = mkN041 "" ; - sy_zj_itelstvam_V = stateV (mkV186 "") ; - sy_zj_itelstvane_N = mkN071 "" ; - sy_zj_itelstvo_N = mkN054 "" ; - sy_zj_itelstvuvam_V = stateV (mkV186 "") ; - sy_zj_itelstvuvane_N = mkN071 "" ; - syzakl_ja_tie_N = mkN072 "" ; - syzakl_ja_tnik_N = mkN014a "" ; - syzakl_ja_tnica_N = mkN041 "" ; - syzakl_ja_tni_ch_a_V = stateV (mkV176 "") ; - syzakl_ja_tni_ch_eski_A = mkA078 "" ; - syzakl_ja_tni_ch_estvo_N = mkN054 "" ; - syzvezdie_N = mkN072 "" ; - syzvu_ch_en_A = mkA079 "" ; - syzvu_ch_ie_N = mkN072 "" ; - syzvu_ch_nost_N = mkN049 "" ; - syzdavam_V = actionV (mkV186 "") (mkV168 "") ; - syzdavane_N = mkN071 "" ; - syzdanie_N = mkN072 "" ; - syzdatel_N = mkN031a "" ; - syzdatelka_N = mkN041 "" ; - syzercavam_V = stateV (mkV186 "") ; - syzercavane_N = mkN071 "" ; - syzercanie_N = mkN072 "" ; - syzercatel_N = mkN031a "" ; - syzercatelen_A = mkA079 "" ; - syzercatelka_N = mkN041 "" ; - syzercatelnost_N = mkN049 "" ; - syzidane_N = mkN071 "" ; - syzidanie_N = mkN072 "" ; - syzidatelen_A = mkA079 "" ; - syzi_zj_dam_V = actionV (mkV186 "") (mkV186 "") ; - syzi_zj_dane_N = mkN071 "" ; - syziram_V = actionV (mkV186 "") (mkV150 "") ; - syzirane_N = mkN071 "" ; - syznavam_V = stateV (mkV186 "") ; - syznavane_N = mkN071 "" ; - syznanie_N = mkN072 "" ; - syznatelen_A = mkA079 "" ; - syznatelnost_N = mkN049 "" ; - syzr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - syzr_ja_vane_N = mkN071 "" ; - syidejnik_N = mkN014a "" ; - syizvyr_sh_itel_N = mkN031a "" ; - syizmerim_A = mkA076 "" ; - syizmerimost_N = mkN049 "" ; - syimennik_N = mkN014a "" ; - syimennica_N = mkN041 "" ; - sykvartalec_N = mkN008a "" ; - sykvartalka_N = mkN041 "" ; - sykvartirant_N = mkN007 "" ; - sykvartirantka_N = mkN041 "" ; - syklasnik_N = mkN014a "" ; - syklasni_ch_ka_N = mkN041 "" ; - syklet_N = mkN007 "" ; - sykovit_A = mkA076 "" ; - sykooperator_N = mkN007 "" ; - sykooperatorka_N = mkN041 "" ; - sykratenost_N = mkN049 "" ; - sykratimost_N = mkN049 "" ; - sykrat_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sykrat_ja_vane_N = mkN071 "" ; - sykra_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - sykra_sht_avane_N = mkN071 "" ; - sykra_sht_enie_N = mkN072 "" ; - sykroven_A = mkA076 "" ; - sykrovi_sht_e_N = mkN066 "" ; - sykrovi_sht_en_A = mkA079 "" ; - sykrovi_sht_nica_N = mkN041 "" ; - sykru_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - sykru_sh_avane_N = mkN071 "" ; - sykru_sh_enie_N = mkN072 "" ; - sykru_sh_itelen_A = mkA079 "" ; - sykyldisvam_V = actionV (mkV186 "") (mkV186 "") ; - sylza_N = mkN041 "" ; - sylzen_A = mkA076 "" ; - sylzene_N = mkN071 "" ; - sylzica_N = mkN041 "" ; - sylzliv_A = mkA076 "" ; - sylzlivosantimentalen_A = mkA079 "" ; - sylzlivost_N = mkN049 "" ; - sylzotvoren_A = mkA079 "" ; - sylz_ja__V = stateV (mkV174 "") ; - sym_V = stateV (mkV142 "") ; - symahlenec_N = mkN008a "" ; - symahlenka_N = mkN041 "" ; - symvam_V = actionV (mkV186 "") (mkV152 "") ; - symvane_N = mkN071 "" ; - symi_sh_lenik_N = mkN014a "" ; - symi_sh_lenica_N = mkN041 "" ; - symnenie_N = mkN072 "" ; - symnitelen_A = mkA079 "" ; - symnitelnost_N = mkN049 "" ; - symn_ja_vam_V = actionV (mkV186 "") (mkV152 "") ; - symn_ja_vane_N = mkN071 "" ; - syn_N = mkN037 "" ; - synaematel_N = mkN031a "" ; - synarodnik_N = mkN014a "" ; - synarodnica_N = mkN041 "" ; - synaslednik_N = mkN014 "" ; - synaslednica_N = mkN041 "" ; - synasledni_ch_estvo_N = mkN054 "" ; - synasledni_sh_ki_A = mkA078 "" ; - synasled_ja_vane_N = mkN071 "" ; - synen_A = mkA079 "" ; - syni_sht_e_N = mkN066 "" ; - synla_N = mkN041 "" ; - synliv_A = mkA076 "" ; - synlivec_N = mkN008a "" ; - synlivka_N = mkN041 "" ; - synlivost_N = mkN049 "" ; - synlxo_N = mkN040 "" ; - synovidenie_N = mkN072 "" ; - synovnik_N = mkN014 "" ; - synotvoren_A = mkA079 "" ; - synotylkuvatel_N = mkN031a "" ; - synuvam_V = stateV (mkV186 "") ; - synuvane_N = mkN071 "" ; - syn_ch_o_N = mkN040 "" ; - syobra_zj_enie_N = mkN072 "" ; - syobrazen_A = mkA079 "" ; - syobrazitelen_A = mkA079 "" ; - syobrazitelnost_N = mkN049 "" ; - syobraznost_N = mkN049 "" ; - syobraz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syobraz_ja_vane_N = mkN071 "" ; - syob_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - syob_sht_avane_N = mkN071 "" ; - syob_sht_enie_N = mkN072 "" ; - syob_sht_itelen_A = mkA079 "" ; - syory_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - syory_zj_avane_N = mkN071 "" ; - syory_zj_enie_N = mkN072 "" ; - syosnovatel_N = mkN031a "" ; - syotbornik_N = mkN014a "" ; - syotveten_A = mkA079 "" ; - syotvetnik_N = mkN014 "" ; - syotvetnica_N = mkN041 "" ; - syotvetstvam_V = stateV (mkV186 "") ; - syotvetstvane_N = mkN071 "" ; - syotvetstven_A = mkA076 "" ; - syotvetstvenost_N = mkN049 "" ; - syotvetstvie_N = mkN072 "" ; - syotvetstvuvam_V = stateV (mkV186 "") ; - syotvetstvuvane_N = mkN071 "" ; - syote_ch_estvenik_N = mkN014 "" ; - syote_ch_estvenica_N = mkN041 "" ; - syotnositelen_A = mkA079 "" ; - syotnositelnost_N = mkN049 "" ; - syotno_sh_enie_N = mkN072 "" ; - sypartizanin_N = mkN018 "" ; - sypernik_N = mkN014 "" ; - sypernica_N = mkN041 "" ; - syperni_ch_a_V = stateV (mkV176 "") ; - syperni_ch_eski_A = mkA078 "" ; - syperni_ch_estvo_N = mkN054 "" ; - sypikasvam_V = stateV (mkV186 "") ; - sypikasvane_N = mkN071 "" ; - syplemenen_A = mkA079 "" ; - syplemennik_N = mkN014 "" ; - syplemennica_N = mkN041 "" ; - sypostavitelen_A = mkA079 "" ; - sypostavka_N = mkN041 "" ; - sypostav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sypostav_ja_ne_N = mkN071 "" ; - syprikosnovenie_N = mkN072 "" ; - syprikosnov_ja_vam_V = stateV (mkV186 "") ; - syprikosnov_ja_vane_N = mkN071 "" ; - syprite_zj_atel_N = mkN031a "" ; - syprite_zj_atelka_N = mkN041 "" ; - syprite_zj_atelski_A = mkA078 "" ; - sypri_ch_asten_A = mkA079 "" ; - sypri_ch_astie_N = mkN072 "" ; - sypri_ch_astnost_N = mkN049 "" ; - syprovod_N = mkN007 "" ; - syprovoditelen_A = mkA079 "" ; - syprovo_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - syprovo_zj_dane_N = mkN071 "" ; - syprotiva_N = mkN041 "" ; - syprotivitelen_A = mkA079 "" ; - syprotivlenie_N = mkN072 "" ; - syprotivl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syprotivl_ja_vane_N = mkN071 "" ; - syprotivl_ja_emost_N = mkN049 "" ; - syprotiv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syprotiv_ja_vane_N = mkN071 "" ; - syprug_N = mkN015 "" ; - sypruga_N = mkN041 "" ; - sypru_zj_eski_A = mkA078 "" ; - sypru_zj_estvo_N = mkN054 "" ; - sypytnik_N = mkN014 "" ; - sypytnica_N = mkN041 "" ; - sypytstvam_V = stateV (mkV186 "") ; - sypytstvane_N = mkN071 "" ; - sypytstvuvam_V = stateV (mkV186 "") ; - sypytstvuvane_N = mkN071 "" ; - syr_N = mkN001 "" ; - syradvam_V = stateV (mkV186 "") ; - syradvane_N = mkN071 "" ; - syrazmeren_A = mkA079 "" ; - syrazmernost_N = mkN049 "" ; - syrazrabot_ch_ik_N = mkN014 "" ; - syratnik_N = mkN014a "" ; - syratnica_N = mkN041 "" ; - syratni_ch_estvo_N = mkN054 "" ; - syrbam_V = stateV (mkV186 "") ; - syrbane_N = mkN071 "" ; - syrbe_zj__N = mkN007 "" ; - syrbene_N = mkN071 "" ; - syrbin_N = mkN018 "" ; - syrbohyrvatski_A = mkA078 "" ; - syrb_ja__V = stateV (mkV174 "") ; - syrvlet_N = mkN007 "" ; - syrvyr_N = mkN007 "" ; - syrvyren_A = mkA079 "" ; - syrde_zj__N = mkN007 "" ; - syrdene_N = mkN065 "" ; - syrde_ch_en_A = mkA079 "" ; - syrde_ch_nobolen_A = mkA079 "" ; - syrde_ch_nost_N = mkN049 "" ; - syrde_ch_nosydov_A = mkA076 "" ; - syrdit_A = mkA076 "" ; - syrditko_N = mkN040 "" ; - syrditost_N = mkN049 "" ; - syrd_ja__V = stateV (mkV173 "") ; - syrebren_A = mkA076 "" ; - syrevnovavam_V = stateV (mkV186 "") ; - syrevnovavane_N = mkN071 "" ; - syrevnovanie_N = mkN072 "" ; - syredaktor_N = mkN007 "" ; - syredaktorka_N = mkN041 "" ; - syrma_N = mkN041 "" ; - syrmen_A = mkA076 "" ; - syrna_N = mkN041 "" ; - syrne_N = mkN065 "" ; - syrnela_N = mkN041 "" ; - syrnen_A = mkA076 "" ; - syrnec_N = mkN008 "" ; - syrne_sh_ki_A = mkA078 "" ; - syrp_N = mkN001 "" ; - syrpica_N = mkN041 "" ; - syrpoviden_A = mkA079 "" ; - syrf_N = mkN001 "" ; - syrfing_N = mkN007 "" ; - syrfiram_V = stateV (mkV186 "") ; - syrfirane_N = mkN071 "" ; - syrcat_A = mkA076 "" ; - syrcatost_N = mkN049 "" ; - syrce_N = mkN066 "" ; - syrcebiene_N = mkN071 "" ; - syrcebol_N = mkN007 "" ; - syrcev_A = mkA076 "" ; - syrceved_N = mkN007 "" ; - syrceviden_A = mkA079 "" ; - syrcevina_N = mkN041 "" ; - syrcerazdiratelen_A = mkA079 "" ; - sysed_N = mkN007a "" ; - syseden_A = mkA079 "" ; - sysedka_N = mkN041 "" ; - sysedski_A = mkA078 "" ; - sysedstvam_V = stateV (mkV186 "") ; - sysedstvo_N = mkN054 "" ; - sysek_N = mkN014 "" ; - sysel_N = mkN008 "" ; - sysel_ja_nin_N = mkN018 "" ; - sysel_ja_nka_N = mkN041 "" ; - sysipatelen_A = mkA079 "" ; - sysipvam_V = actionV (mkV186 "") (mkV154 "") ; - sysipvane_N = mkN071 "" ; - sysipi_ja__N = mkN047 "" ; - sysipnik_N = mkN014 "" ; - sysipnica_N = mkN041 "" ; - sysipn_ja__N = mkN047 "" ; - sysirvam_V = actionV (mkV186 "") (mkV173 "") ; - sysirvane_N = mkN071 "" ; - sysi_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - sysi_ch_ane_N = mkN071 "" ; - syskav_A = mkA076 "" ; - syskam_V = stateV (mkV186 "") ; - syskane_N = mkN071 "" ; - sysloven_A = mkA079 "" ; - syslovie_N = mkN072 "" ; - sysobstven_A = mkA076 "" ; - sysobstvenik_N = mkN014 "" ; - sysobstveni_ch_estvo_N = mkN054 "" ; - sysobstvenost_N = mkN049 "" ; - sysredoto_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - sysredoto_ch_avane_N = mkN071 "" ; - sysredoto_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - sysredoto_ch_vane_N = mkN071 "" ; - sysredoto_ch_en_A = mkA076 "" ; - sysredoto_ch_enie_N = mkN072 "" ; - sysredoto_ch_enost_N = mkN049 "" ; - systav_N = mkN007 "" ; - systaven_A = mkA079 "" ; - systavitel_N = mkN031a "" ; - systavitelka_N = mkN041 "" ; - systavitelski_A = mkA078 "" ; - systavitelstvo_N = mkN054 "" ; - systavka_N = mkN041 "" ; - systavl_ja_vam_V = stateV (mkV186 "") ; - systavl_ja_vane_N = mkN071 "" ; - systav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - systav_ja_ne_N = mkN071 "" ; - systaren_A = mkA076 "" ; - systar_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - systar_ja_vane_N = mkN071 "" ; - systezavam_V = stateV (mkV186 "") ; - systezavane_N = mkN071 "" ; - systezanie_N = mkN072 "" ; - systezatel_N = mkN031a "" ; - systezatelen_A = mkA079 "" ; - systezatelka_N = mkN041 "" ; - systo_ja__V = stateV (mkV180 "") ; - systo_ja_nie_N = mkN072 "" ; - systo_ja_telen_A = mkA079 "" ; - systo_ja_telnost_N = mkN049 "" ; - systradanie_N = mkN072 "" ; - systradatelen_A = mkA079 "" ; - systradatelnost_N = mkN049 "" ; - systudent_N = mkN007 "" ; - systudentka_N = mkN041 "" ; - sysuhren_A = mkA076 "" ; - sysuhr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - sysuhr_ja_ne_N = mkN071 "" ; - sysyk_N = mkN014 "" ; - sysyhvam_V = actionV (mkV186 "") (mkV152 "") ; - sysyhvane_N = mkN071 "" ; - sysy_sht_estvuvam_V = stateV (mkV186 "") ; - sysy_sht_estvuvane_N = mkN071 "" ; - sytvorenie_N = mkN072 "" ; - sytvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sytvor_ja_vane_N = mkN071 "" ; - sytrapeznik_N = mkN014 "" ; - sytrapeznica_N = mkN041 "" ; - sytresenie_N = mkN072 "" ; - sytrudnik_N = mkN014a "" ; - sytrudnica_N = mkN041 "" ; - sytrudni_ch_a_V = stateV (mkV176 "") ; - sytrudni_ch_ene_N = mkN071 "" ; - sytrudni_ch_eski_A = mkA078 "" ; - sytrudni_ch_estvo_N = mkN054 "" ; - sytrudni_ch_ka_N = mkN041 "" ; - syum_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - syum_ja_vane_N = mkN071 "" ; - syu_ch_astie_N = mkN072 "" ; - syu_ch_astnik_N = mkN014a "" ; - syu_ch_astnica_N = mkN041 "" ; - syu_ch_astni_ch_a_V = stateV (mkV178 "") ; - syu_ch_astni_ch_eski_A = mkA078 "" ; - syu_ch_astni_ch_estvo_N = mkN054 "" ; - syu_ch_astni_ch_ka_N = mkN041 "" ; - syu_ch_enik_N = mkN014a "" ; - syu_ch_eni_ch_ka_N = mkN041 "" ; - syhna_V = stateV (mkV152 "") ; - syhne_sht__A = mkA076 "" ; - syhranenie_N = mkN072 "" ; - syhranitel_N = mkN031 "" ; - syhran_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - syhran_ja_vane_N = mkN071 "" ; - sycvetie_N = mkN072 "" ; - sy_ch_etavam_V = actionV (mkV186 "") (mkV161 "") ; - sy_ch_etavane_N = mkN071 "" ; - sy_ch_etanie_N = mkN072 "" ; - sy_ch_inen_A = mkA076 "" ; - sy_ch_inenie_N = mkN072 "" ; - sy_ch_initel_N = mkN031a "" ; - sy_ch_initelen_A = mkA079 "" ; - sy_ch_initelka_N = mkN041 "" ; - sy_ch_initelstvam_V = actionV (mkV186 "") (mkV174 "") ; - sy_ch_initelstvane_N = mkN071 "" ; - sy_ch_initelstvo_N = mkN054 "" ; - sy_ch_initelstvuvam_V = stateV (mkV186 "") ; - sy_ch_initelstvuvane_N = mkN071 "" ; - sy_ch_in_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sy_ch_in_ja_vane_N = mkN071 "" ; - sy_ch_ka_N = mkN041 "" ; - sy_ch_lenen_A = mkA076 "" ; - sy_ch_lenenost_N = mkN049 "" ; - sy_ch_ma_N = mkN041 "" ; - sy_ch_uvstvam_V = stateV (mkV186 "") ; - sy_ch_uvstvane_N = mkN071 "" ; - sy_ch_uvstven_A = mkA076 "" ; - sy_ch_uvstvenik_N = mkN014 "" ; - sy_ch_uvstvenica_N = mkN041 "" ; - sy_ch_uvstvie_N = mkN072 "" ; - sy_ch_uvstvuvam_V = stateV (mkV186 "") ; - sy_ch_uvstvuvane_N = mkN071 "" ; - sy_ch_uvstvuva_sht__A = mkA076 "" ; - sy_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - sy_sh_ivane_N = mkN071 "" ; - sy_sht__A = mkA076 "" ; - sy_sht_evremenen_A = mkA079 "" ; - sy_sht_estven_A = mkA076 "" ; - sy_sht_estvenost_N = mkN049 "" ; - sy_sht_estvitelno_N = mkN062 "" ; - sy_sht_estvo_N = mkN054 "" ; - sy_sht_estvovanie_N = mkN072 "" ; - sy_sht_estvuvam_V = stateV (mkV186 "") ; - sy_sht_estvuvane_N = mkN071 "" ; - sy_sht_estvuvanie_N = mkN072 "" ; - sy_sht_estvuva_sht__A = mkA076 "" ; - sy_sht_ina_N = mkN041 "" ; - sy_sht_inski_A = mkA078 "" ; - sy_sht_nost_N = mkN049 "" ; - sy_iu_z_N = mkN007 "" ; - sy_iu_zen_A = mkA079 "" ; - sy_iu_znik_N = mkN014a "" ; - sy_iu_znica_N = mkN041 "" ; - sy_iu_zni_ch_eski_A = mkA078 "" ; - sy_iu_z_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - sy_iu_z_ja_vane_N = mkN071 "" ; - sxomga_N = mkN041 "" ; - s_iu_blimen_A = mkA079 "" ; - s_iu_blimnost_N = mkN049 "" ; - s_iu__zj_et_N = mkN007 "" ; - s_iu__zj_eten_A = mkA079 "" ; - s_iu_zeren_A = mkA079 "" ; - s_iu_zerenen_A = mkA079 "" ; - s_iu_ita_N = mkN041 "" ; - s_iu_nger_N = mkN007 "" ; - s_iu_ri_ja__N = mkN047 "" ; - s_iu_rpriz_N = mkN007 "" ; - s_iu_rpriziram_V = stateV (mkV186 "") ; - s_iu_rprizirane_N = mkN071 "" ; - s_iu_rrealizym_N = mkN011 "" ; - s_iu_rrealist_N = mkN007 "" ; - s_iu_rrealisti_ch_en_A = mkA079 "" ; - s_iu_rrealistka_N = mkN041 "" ; - s_iu_rtuk_N = mkN014 "" ; - s_ja_dam_V = stateV (mkV186 "") ; - s_ja_dane_N = mkN071 "" ; - s_ja_nka_N = mkN043a "" ; - s_ja_ra_N = mkN043 "" ; - tabak_N = mkN014 "" ; - tabakera_N = mkN041 "" ; - taban_N = mkN007 "" ; - tabela_N = mkN041 "" ; - tabelka_N = mkN041 "" ; - tabiet_N = mkN007 "" ; - tabla_N = mkN041 "" ; - tablad_zj_ijka_N = mkN041 "" ; - tablen_A = mkA076 "" ; - tableten_A = mkA079 "" ; - tabletiram_V = stateV (mkV186 "") ; - tabletka_N = mkN041 "" ; - tablica_N = mkN041 "" ; - tabli_ch_en_A = mkA079 "" ; - tabli_ch_ka_N = mkN041 "" ; - tablo_N = mkN054 "" ; - tabloid_N = mkN007 "" ; - tabor_N = mkN007 "" ; - tabu_N = mkN065 "" ; - tabulator_N = mkN007 "" ; - tabulaci_ja__N = mkN047 "" ; - tabuliram_V = stateV (mkV186 "") ; - tabun_N = mkN007 "" ; - taburetka_N = mkN041 "" ; - tava_N = mkN041 "" ; - tavan_N = mkN007 "" ; - tavanen_A = mkA079 "" ; - tavanski_A = mkA078 "" ; - tavi_ch_ka_N = mkN041 "" ; - tavtologi_ch_en_A = mkA079 "" ; - tavtologi_ja__N = mkN047 "" ; - tag_N = mkN001 "" ; - tad_zj_ik_N = mkN014 "" ; - tad_zj_ikski_A = mkA078 "" ; - tad_zj_i_sh_ki_A = mkA078 "" ; - taen_A = mkA085 "" ; - taene_N = mkN071 "" ; - taz_N = mkN001 "" ; - tazve_ch_eren_A = mkA079 "" ; - tazgodi_sh_en_A = mkA079 "" ; - tazov_A = mkA076 "" ; - tazsedmi_ch_en_A = mkA079 "" ; - tazsutri_sh_en_A = mkA079 "" ; - taitski_A = mkA078 "" ; - tajga_N = mkN041 "" ; - tajlandski_A = mkA078 "" ; - tajna_N = mkN041 "" ; - tajni_ch_yk_A = mkA080 "" ; - tajnobra_ch_en_A = mkA079 "" ; - tajnopis_N = mkN007 "" ; - tajnstven_A = mkA076 "" ; - tajnstvenost_N = mkN049 "" ; - tajnstvo_N = mkN054 "" ; - tajfa_N = mkN041 "" ; - tajfun_N = mkN007 "" ; - tajfunen_A = mkA079 "" ; - take_N = mkN065 "" ; - takela_zj__N = mkN007 "" ; - takela_zj_en_A = mkA079 "" ; - takovam_V = stateV (mkV186 "") ; - takovane_N = mkN071 "" ; - taksa_N = mkN041 "" ; - taksi_N = mkN073 "" ; - taksidiot_N = mkN007 "" ; - taksimetrov_A = mkA076 "" ; - taksimetyr_N = mkN009 "" ; - taksimetyrd_zj_i_ja__N = mkN039 "" ; - taksov_A = mkA076 "" ; - taksonomi_ja__N = mkN047 "" ; - taksuvam_V = stateV (mkV186 "") ; - taksuvane_N = mkN071 "" ; - takt_N = mkN001 "" ; - taktik_N = mkN014 "" ; - taktika_N = mkN041 "" ; - takti_ch_en_A = mkA079 "" ; - takti_ch_eski_A = mkA078 "" ; - takti_ch_nost_N = mkN049 "" ; - taktov_A = mkA076 "" ; - taktuvam_V = stateV (mkV186 "") ; - taktuvane_N = mkN071 "" ; - takym_N = mkN007 "" ; - talaz_N = mkN007 "" ; - talant_N = mkN007 "" ; - talantliv_A = mkA076 "" ; - talantlivost_N = mkN049 "" ; - talasym_N = mkN007 "" ; - tala_sh__N = mkN007 "" ; - tala_sh_it_N = mkN007 "" ; - taliga_N = mkN041 "" ; - taligad_zj_i_ja__N = mkN039 "" ; - taligar_N = mkN031a "" ; - talisman_N = mkN007 "" ; - tali_ja__N = mkN047 "" ; - talk_N = mkN001 "" ; - talkov_A = mkA076 "" ; - talmudi_ch_eski_A = mkA078 "" ; - talon_N = mkN007 "" ; - talpa_N = mkN041 "" ; - tambur_N = mkN007 "" ; - tambura_N = mkN041 "" ; - tamburina_N = mkN041 "" ; - tamburma_zj_or_N = mkN007 "" ; - tamilski_A = mkA078 "" ; - tamo_sh_en_A = mkA079 "" ; - tampon_N = mkN007 "" ; - tamponiram_V = stateV (mkV186 "") ; - tamponirane_N = mkN071 "" ; - tam_ja_n_N = mkN007 "" ; - tam_ja_nen_A = mkA079 "" ; - tam_ja_nka_N = mkN041 "" ; - tam_ja_nov_A = mkA076 "" ; - tananikam_V = stateV (mkV186 "") ; - tananikane_N = mkN071 "" ; - tangens_N = mkN007 "" ; - tangenta_N = mkN041 "" ; - tangencialen_A = mkA079 "" ; - tango_N = mkN054 "" ; - tandem_N = mkN007 "" ; - taninov_A = mkA076 "" ; - tank_N = mkN001 "" ; - tanker_N = mkN007 "" ; - tankist_N = mkN007 "" ; - tankov_A = mkA076 "" ; - tantalov_A = mkA076 "" ; - tantiema_N = mkN041 "" ; - tanto_N = mkN065 "" ; - tanturest_A = mkA076 "" ; - tanturko_N = mkN040 "" ; - tanc_N = mkN007 "" ; - tancov_A = mkA076 "" ; - tancuvalen_A = mkA079 "" ; - tancuvam_V = stateV (mkV186 "") ; - tancuvane_N = mkN071 "" ; - tancuva_ch__N = mkN007b "" ; - tancuva_ch_ka_N = mkN041 "" ; - tancxor_N = mkN007 "" ; - tancxorka_N = mkN041 "" ; - tancxorski_A = mkA078 "" ; - tapa_N = mkN041 "" ; - tapet_N = mkN007 "" ; - tapeten_A = mkA079 "" ; - tapioka_N = mkN041 "" ; - tapir_N = mkN007 "" ; - tapicer_N = mkN007 "" ; - tapiceri_ja__N = mkN047 "" ; - tapicerovka_N = mkN041 "" ; - tapicerski_A = mkA078 "" ; - tapicerstvo_N = mkN054 "" ; - tapiciram_V = stateV (mkV186 "") ; - tapicirane_N = mkN071 "" ; - tapicirovka_N = mkN041 "" ; - tapi_ja__N = mkN047 "" ; - tara_N = mkN042 "" ; - taraba_N = mkN041 "" ; - tarale_zj__N = mkN007 "" ; - tarale_zj_ov_A = mkA076 "" ; - tarama_N = mkN041 "" ; - taran_N = mkN007 "" ; - tarantela_N = mkN041 "" ; - tarapana_N = mkN041 "" ; - taratajka_N = mkN041 "" ; - tarator_N = mkN007 "" ; - targa_N = mkN041 "" ; - tarel_N = mkN007 "" ; - tarelka_N = mkN041 "" ; - tarikat_N = mkN007 "" ; - tarikatka_N = mkN041 "" ; - tarikatski_A = mkA078 "" ; - tarifa_N = mkN041 "" ; - tarifen_A = mkA079 "" ; - tartor_N = mkN007 "" ; - tartorski_A = mkA078 "" ; - tart_iu_f_N = mkN007 "" ; - tart_iu_fski_A = mkA078 "" ; - tart_iu_f_sht_ina_N = mkN041 "" ; - tarhana_N = mkN041 "" ; - tas_N = mkN001 "" ; - tasmanec_N = mkN008a "" ; - tasmanski_A = mkA078 "" ; - tatarin_N = mkN018 "" ; - tatarka_N = mkN041 "" ; - tatarski_A = mkA078 "" ; - tate_N = mkN065 "" ; - tatko_N = mkN040 "" ; - tatkov_A = mkA076 "" ; - tatkovina_N = mkN041 "" ; - tatuiram_V = stateV (mkV186 "") ; - tatuirane_N = mkN071 "" ; - tatuirovka_N = mkN041 "" ; - tatul_N = mkN007 "" ; - tafta_N = mkN041 "" ; - taften_A = mkA079 "" ; - tahan_N = mkN007 "" ; - tahikardi_ja__N = mkN047 "" ; - tahimetri_ja__N = mkN047 "" ; - tahimetyr_N = mkN009 "" ; - tahometyr_N = mkN009 "" ; - ta_ch_a_V = stateV (mkV176 "") ; - ta_ch_ene_N = mkN071 "" ; - ta_ja__V = stateV (mkV175 "") ; - tvar_N = mkN049 "" ; - tvorba_N = mkN041 "" ; - tvorenie_N = mkN072 "" ; - tvorec_N = mkN008a "" ; - tvoritelen_A = mkA079 "" ; - tvor_ch_eski_A = mkA078 "" ; - tvor_ch_estvo_N = mkN054 "" ; - tvor_ja__V = stateV (mkV174 "") ; - tvyrd_A = adjAdv (mkA076 "") "" ; - tvyrdenie_N = mkN072 "" ; - tvyrde_ja__V = actionV (mkV160 "") (mkV174 "") ; - tvyrdina_N = mkN041 "" ; - tvyrdi_sh_ki_A = mkA078 "" ; - tvyrdoglav_A = mkA076 "" ; - tvyrdoglavec_N = mkN008a "" ; - tvyrdoglavie_N = mkN072 "" ; - tvyrdoglavstvo_N = mkN054 "" ; - tvyrdoglav_sht_ina_N = mkN041 "" ; - tvyrdokril_A = mkA076 "" ; - tvyrdost_N = mkN049 "" ; - teatral_N = mkN007 "" ; - teatralen_A = mkA079 "" ; - teatralka_N = mkN041 "" ; - teatralni_ch_a_V = stateV (mkV176 "") ; - teatralni_ch_ene_N = mkN071 "" ; - teatralnost_N = mkN049 "" ; - teatroved_N = mkN007 "" ; - teatroznanie_N = mkN072 "" ; - teatromani_ja__N = mkN047 "" ; - teatyr_N = mkN009 "" ; - tebe_sh_ir_N = mkN007 "" ; - tebe_sh_iren_A = mkA076 "" ; - tevtonec_N = mkN008a "" ; - tevtonski_A = mkA078 "" ; - tegel_N = mkN007 "" ; - teglene_N = mkN071 "" ; - teglilka_N = mkN041 "" ; - teglilo_N = mkN054 "" ; - teglitelen_A = mkA079 "" ; - tegli_ch__N = mkN007 "" ; - teglo_N = mkN054 "" ; - tegloven_A = mkA079 "" ; - tegl_ja__V = stateV (mkV173 "") ; - tegna_V = stateV (mkV152 "") ; - tegoba_N = mkN041 "" ; - tegota_N = mkN041 "" ; - tegrametyr_N = mkN009 "" ; - te_zj_a_V = stateV (mkV178 "") ; - te_zj_est_N = mkN049 "" ; - te_zj_ina_N = mkN041 "" ; - te_zj_i_ch_yk_A = mkA080 "" ; - te_zj_kovyory_zj_en_A = mkA076 "" ; - te_zj_kokalibren_A = mkA076 "" ; - te_zj_koobrabotvaem_A = mkA076 "" ; - te_zj_kotovaren_A = mkA079 "" ; - te_zj_kotovarnik_N = mkN014 "" ; - te_zj_kotona_zj_en_A = mkA079 "" ; - te_zj_kotona_zj_nik_N = mkN014 "" ; - te_zj_nenie_N = mkN072 "" ; - te_zj_ne_ja__V = stateV (mkV160 "") ; - te_zj_yk_A = mkA080 "" ; - teza_N = mkN041 "" ; - tezg_ja_h_N = mkN007 "" ; - tezis_N = mkN007 "" ; - tezisen_A = mkA079 "" ; - teizym_N = mkN011 "" ; - teist_N = mkN007 "" ; - teisti_ch_en_A = mkA079 "" ; - teistka_N = mkN041 "" ; - tejko_N = mkN040 "" ; - tejkov_A = mkA076 "" ; - tek_N = mkN001 "" ; - teka_V = stateV (mkV148 "") ; - tekvam_V = actionV (mkV186 "") (mkV152 "") ; - tekvane_N = mkN071 "" ; - teknefes_N = mkN007 "" ; - teksel_N = mkN007 "" ; - tekst_N = mkN001 "" ; - tekstil_N = mkN007 "" ; - tekstilen_A = mkA079 "" ; - tekstilec_N = mkN008a "" ; - tekstilka_N = mkN041 "" ; - tekstov_A = mkA076 "" ; - tekstoobrabotva_sht__A = mkA076 "" ; - tekstoobrabotka_N = mkN041 "" ; - tekstualen_A = mkA079 "" ; - tekstura_N = mkN041 "" ; - tektonika_N = mkN041 "" ; - tektoni_ch_en_A = mkA079 "" ; - teku_ch_estvo_N = mkN054 "" ; - teku_sht__A = mkA076 "" ; - tel_N = mkN001 "" ; - tele_N = mkN065 "" ; - televizionen_A = mkA079 "" ; - televizi_ja__N = mkN047 "" ; - televizor_N = mkN007 "" ; - televizoren_A = mkA079 "" ; - telegeni_ch_en_A = mkA079 "" ; - telegrama_N = mkN041 "" ; - telegramen_A = mkA079 "" ; - telegraf_N = mkN007 "" ; - telegrafen_A = mkA079 "" ; - telegrafiram_V = stateV (mkV186 "") ; - telegrafirane_N = mkN071 "" ; - telegrafist_N = mkN007 "" ; - telegrafistka_N = mkN041 "" ; - telegrafi_ch_en_A = mkA079 "" ; - telegrafi_ch_eski_A = mkA078 "" ; - telegrafi_ja__N = mkN047 "" ; - telegrafopo_sht_enski_A = mkA078 "" ; - telegraf_ch_e_N = mkN065 "" ; - telezritel_N = mkN031a "" ; - telekabel_N = mkN007 "" ; - telekamera_N = mkN041 "" ; - telekineza_N = mkN041 "" ; - telekomunikacionen_A = mkA079 "" ; - telekomunikaci_ja__N = mkN047 "" ; - telekonferenci_ja__N = mkN047 "" ; - teleks_N = mkN007 "" ; - teleksen_A = mkA079 "" ; - telemetyr_N = mkN009 "" ; - telemehanika_N = mkN041 "" ; - telen_A = mkA076 "" ; - teleobektiv_N = mkN007 "" ; - teleologi_ch_en_A = mkA079 "" ; - teleologi_ja__N = mkN047 "" ; - telepat_N = mkN007 "" ; - telepati_ch_en_A = mkA079 "" ; - telepati_ja__N = mkN047 "" ; - teleport_N = mkN001 "" ; - teleportator_N = mkN007 "" ; - teleportaci_ja__N = mkN047 "" ; - teleportiram_V = stateV (mkV186 "") ; - teleportiran_A = mkA076 "" ; - teleportirane_N = mkN071 "" ; - telepsihi_ch_en_A = mkA079 "" ; - telerekording_N = mkN007 "" ; - telesen_A = mkA079 "" ; - teleskop_N = mkN007 "" ; - teleskopen_A = mkA079 "" ; - teleskopi_ch_en_A = mkA079 "" ; - teleskopi_ch_eski_A = mkA078 "" ; - teletip_N = mkN001 "" ; - teletipen_A = mkA079 "" ; - teletipist_N = mkN007 "" ; - teletipistka_N = mkN041 "" ; - teletransportaci_ja__N = mkN047 "" ; - teleupravlenie_N = mkN072 "" ; - teleupravl_ja_em_A = mkA076 "" ; - telefon_N = mkN007 "" ; - telefonen_A = mkA079 "" ; - telefoniram_V = stateV (mkV186 "") ; - telefonirane_N = mkN071 "" ; - telefonist_N = mkN007 "" ; - telefonistka_N = mkN041 "" ; - telefoni_ja__N = mkN047 "" ; - telefonograma_N = mkN041 "" ; - telefon_ch_e_N = mkN065 "" ; - telefoto_N = mkN054 "" ; - telefotoaparat_N = mkN007 "" ; - telefotografi_ja__N = mkN047 "" ; - telefotografski_A = mkA078 "" ; - telec_N = mkN008 "" ; - telecentyr_N = mkN009a "" ; - tele_sh_ki_A = mkA078 "" ; - telica_N = mkN041 "" ; - teloslo_zj_enie_N = mkN072 "" ; - telohranitel_N = mkN031a "" ; - telfer_N = mkN007 "" ; - telce_N = mkN066 "" ; - tel_ch_ar_N = mkN031a "" ; - tel_ch_arka_N = mkN041 "" ; - tel_ch_arnik_N = mkN014 "" ; - tel_ch_e_N = mkN065 "" ; - tel_ja__V = stateV (mkV173 "") ; - tel_ja_k_N = mkN014 "" ; - tel_ja_kin_ja__N = mkN047 "" ; - tema_N = mkN041 "" ; - temane_N = mkN071 "" ; - tematika_N = mkN041 "" ; - temati_ch_en_A = mkA079 "" ; - tembyr_N = mkN009 "" ; - teme_N = mkN065 "" ; - temel_N = mkN007 "" ; - temenen_A = mkA079 "" ; - temenuga_N = mkN041 "" ; - temenugov_A = mkA076 "" ; - temenu_zj_en_A = mkA079 "" ; - temenu_zj_ka_N = mkN041 "" ; - temerut_N = mkN007 "" ; - temerutin_N = mkN018 "" ; - temp_N = mkN001 "" ; - tempera_N = mkN041 "" ; - temperament_N = mkN007 "" ; - temperamenten_A = mkA079 "" ; - temperamentnost_N = mkN049 "" ; - temperatura_N = mkN041 "" ; - temperaturen_A = mkA079 "" ; - temperaci_ja__N = mkN047 "" ; - temperiram_V = stateV (mkV186 "") ; - tempo_N = mkN054 "" ; - tempov_A = mkA076 "" ; - temporalen_A = mkA079 "" ; - ten_N = mkN001 "" ; - tendenciozen_A = mkA079 "" ; - tendencioznost_N = mkN049 "" ; - tendenci_ja__N = mkN047 "" ; - tender_N = mkN007 "" ; - tend_zj_era_N = mkN041 "" ; - tend_zj_erka_N = mkN041 "" ; - teneke_N = mkN065 "" ; - teneked_zj_ijnica_N = mkN041 "" ; - teneked_zj_ijski_A = mkA078 "" ; - teneked_zj_ijstvo_N = mkN054 "" ; - teneked_zj_i_ja__N = mkN039 "" ; - tenekien_A = mkA076 "" ; - teneki_ja__N = mkN047 "" ; - tenzometyr_N = mkN009 "" ; - tenzor_N = mkN007 "" ; - tenzuh_N = mkN016 "" ; - tenis_N = mkN007 "" ; - tenisen_A = mkA079 "" ; - tenisistka_N = mkN041 "" ; - teniska_N = mkN041 "" ; - teniskort_N = mkN001 "" ; - teni_ja__N = mkN047 "" ; - tenor_N = mkN007 "" ; - tenorov_A = mkA076 "" ; - teodolit_N = mkN007 "" ; - teokrati_ch_en_A = mkA079 "" ; - teokraci_ja__N = mkN047 "" ; - teolog_N = mkN015 "" ; - teologi_ch_en_A = mkA079 "" ; - teologi_ch_eski_A = mkA078 "" ; - teologi_ja__N = mkN047 "" ; - teorema_N = mkN041 "" ; - teoretiziram_V = stateV (mkV186 "") ; - teoretizirane_N = mkN071 "" ; - teoretik_N = mkN014 "" ; - teoreti_ch_en_A = mkA079 "" ; - teoreti_ch_eski_A = mkA078 "" ; - teoreti_ch_ka_N = mkN041 "" ; - teoreti_ch_nost_N = mkN049 "" ; - teori_ja__N = mkN047 "" ; - teosof_N = mkN007 "" ; - teosofi_ja__N = mkN047 "" ; - teosofka_N = mkN041 "" ; - teosofski_A = mkA078 "" ; - tepavica_N = mkN041 "" ; - tepavi_ch_ar_N = mkN031a "" ; - tepavi_ch_arka_N = mkN041 "" ; - tepavi_ch_arski_A = mkA078 "" ; - tepavi_ch_arstvo_N = mkN054 "" ; - tepavi_ch_en_A = mkA079 "" ; - tepam_V = stateV (mkV186 "") ; - tepe_N = mkN065 "" ; - tepegxoz_N = mkN007 "" ; - tepih_N = mkN007 "" ; - tepsi_ja__N = mkN047 "" ; - terakota_N = mkN041 "" ; - terakoten_A = mkA076 "" ; - terapevt_N = mkN007 "" ; - terapevtika_N = mkN041 "" ; - terapevti_ch_en_A = mkA079 "" ; - terapi_ja__N = mkN047 "" ; - terarium_N = mkN007 "" ; - terasa_N = mkN041 "" ; - terasiram_V = stateV (mkV186 "") ; - terasirane_N = mkN071 "" ; - terasoviden_A = mkA079 "" ; - teratologi_ja__N = mkN047 "" ; - teratoma_N = mkN041 "" ; - teren_N = mkN007 "" ; - terenen_A = mkA079 "" ; - terzanie_N = mkN072 "" ; - terza_ja__V = stateV (mkV161 "") ; - terzijski_A = mkA078 "" ; - terzi_ja__N = mkN039 "" ; - terier_N = mkN007 "" ; - teritorialen_A = mkA079 "" ; - teritori_ja__N = mkN047 "" ; - terk_N = mkN001 "" ; - terlik_N = mkN014 "" ; - term_N = mkN007 "" ; - termalen_A = mkA079 "" ; - termidor_N = mkN007 "" ; - termin_N = mkN007 "" ; - terminal_N = mkN007 "" ; - terminalen_A = mkA079 "" ; - terminator_N = mkN007 "" ; - terminologi_ch_en_A = mkA079 "" ; - terminologi_ja__N = mkN047 "" ; - termionen_A = mkA079 "" ; - termit_N = mkN007 "" ; - termiten_A = mkA079 "" ; - termitov_A = mkA076 "" ; - termi_ch_en_A = mkA079 "" ; - termi_ch_eski_A = mkA078 "" ; - termobateri_ja__N = mkN047 "" ; - termogeneza_N = mkN041 "" ; - termograf_N = mkN007 "" ; - termodvojka_N = mkN041 "" ; - termodinamika_N = mkN041 "" ; - termodinami_ch_en_A = mkA079 "" ; - termoelektri_ch_estvo_N = mkN054 "" ; - termoelektron_N = mkN007 "" ; - termoelektronen_A = mkA079 "" ; - termoelement_N = mkN007 "" ; - termoizolaci_ja__N = mkN047 "" ; - termolampa_N = mkN041 "" ; - termometri_ch_en_A = mkA079 "" ; - termometyr_N = mkN009 "" ; - termoobraboten_A = mkA076 "" ; - termoplasti_ch_en_A = mkA079 "" ; - termoreaktiven_A = mkA079 "" ; - termoreaktor_N = mkN007 "" ; - termoregulator_N = mkN007 "" ; - termoregulaci_ja__N = mkN047 "" ; - termoregulira_sht__A = mkA076 "" ; - termorele_N = mkN065 "" ; - termos_N = mkN007 "" ; - termostat_N = mkN007 "" ; - termosfera_N = mkN041 "" ; - termoterapi_ja__N = mkN047 "" ; - termoustoj_ch_iv_A = mkA076 "" ; - termoustoj_ch_ivost_N = mkN049 "" ; - termofor_N = mkN007 "" ; - termoforen_A = mkA079 "" ; - termohimi_ja__N = mkN047 "" ; - termo_ja_dren_A = mkA076 "" ; - teror_N = mkN007 "" ; - teroriziram_V = stateV (mkV186 "") ; - terorizirane_N = mkN071 "" ; - terorizym_N = mkN011 "" ; - terorist_N = mkN007a "" ; - teroristi_ch_en_A = mkA079 "" ; - teroristka_N = mkN041 "" ; - terpentin_N = mkN007 "" ; - terpentinov_A = mkA076 "" ; - tersene_N = mkN071 "" ; - tertip_N = mkN007 "" ; - terca_N = mkN041 "" ; - tercier_N = mkN007 "" ; - tercieren_A = mkA079 "" ; - terci_ja__N = mkN047 "" ; - tesam_V = stateV (mkV186 "") ; - tesane_N = mkN071 "" ; - tesen_A = mkA084 "" ; - tesla_N = mkN041 "" ; - tesne_ja__V = stateV (mkV160 "") ; - tesnina_N = mkN041 "" ; - tesni_ch_yk_A = mkA080 "" ; - tesnogryd_N = mkN007 "" ; - tesnogrydie_N = mkN072 "" ; - tesnogrydstvo_N = mkN054 "" ; - tesnolineen_A = mkA085 "" ; - tesnolinejka_N = mkN041 "" ; - tesnolisten_A = mkA079 "" ; - tesnota_N = mkN041 "" ; - tesnoti_ja__N = mkN047 "" ; - tesn_ja__ch_estvo_N = mkN054 "" ; - test_N = mkN001 "" ; - testvam_V = stateV (mkV186 "") ; - testvane_N = mkN071 "" ; - teste_N = mkN065 "" ; - testen_A = mkA076 "" ; - testikul_N = mkN007 "" ; - testis_N = mkN007 "" ; - testo_N = mkN054 "" ; - testov_A = mkA076 "" ; - testomesa_ch_ka_N = mkN041 "" ; - testuvam_V = stateV (mkV186 "") ; - testuvane_N = mkN071 "" ; - tetanus_N = mkN007 "" ; - teterka_N = mkN041 "" ; - tetiva_N = mkN041 "" ; - tetka_N = mkN041 "" ; - tetradka_N = mkN041 "" ; - tetraedyr_N = mkN009 "" ; - tetralogi_ja__N = mkN047 "" ; - tetrarhi_ja__N = mkN047 "" ; - tetrev_N = mkN007 "" ; - teflonov_A = mkA076 "" ; - tefter_N = mkN007 "" ; - tefter_ch_e_N = mkN065 "" ; - tehnik_N = mkN014a "" ; - tehnika_N = mkN041 "" ; - tehnikum_N = mkN007 "" ; - tehni_ch_en_A = mkA079 "" ; - tehni_ch_eski_A = mkA078 "" ; - tehnokrat_N = mkN007 "" ; - tehnokraci_ja__N = mkN047 "" ; - tehnolog_N = mkN015 "" ; - tehnologi_ch_en_A = mkA079 "" ; - tehnologi_ch_eski_A = mkA078 "" ; - tehnologi_ja__N = mkN047 "" ; - tehnofobi_ja__N = mkN047 "" ; - te_ch__N = mkN001 "" ; - te_ch_en_A = mkA079 "" ; - te_ch_enie_N = mkN072 "" ; - te_ch_nost_N = mkN049 "" ; - tiara_N = mkN041 "" ; - tibetski_A = mkA078 "" ; - tigan_N = mkN007 "" ; - tigel_N = mkN007 "" ; - tigrinski_A = mkA078 "" ; - tigrica_N = mkN041 "" ; - tigrov_A = mkA076 "" ; - tigyr_N = mkN009 "" ; - tigyrski_A = mkA078 "" ; - tigyr_ch_e_N = mkN065 "" ; - tik_N = mkN001 "" ; - tikam_V = actionV (mkV186 "") (mkV152 "") ; - tikane_N = mkN071 "" ; - tikva_N = mkN041 "" ; - tikvam_V = actionV (mkV186 "") (mkV152 "") ; - tikvane_N = mkN071 "" ; - tikvar_N = mkN031a "" ; - tikvarka_N = mkN041 "" ; - tikven_A = mkA076 "" ; - tikvenik_N = mkN014 "" ; - tikvi_ch_ka_N = mkN041 "" ; - tikov_A = mkA076 "" ; - tikso_N = mkN065 "" ; - tiktakam_V = stateV (mkV186 "") ; - tiktakane_N = mkN071 "" ; - til_N = mkN001 "" ; - tilda_N = mkN041 "" ; - tilen_A = mkA079 "" ; - tililejski_A = mkA078 "" ; - tilov_A = mkA076 "" ; - tilovak_N = mkN014 "" ; - tilova_sh_ki_A = mkA078 "" ; - tim_N = mkN001 "" ; - timov_A = mkA076 "" ; - timpan_N = mkN007 "" ; - tinejd_zj_yr_N = mkN007 "" ; - tinejd_zj_yrka_N = mkN041 "" ; - tinejd_zj_yrski_A = mkA078 "" ; - tinest_A = mkA076 "" ; - tinktura_N = mkN041 "" ; - tint_ja_va_N = mkN041 "" ; - tin_ja__N = mkN047 "" ; - tip_N = mkN001 "" ; - tipa_zj__N = mkN007 "" ; - tipizaci_ja__N = mkN047 "" ; - tipiziram_V = stateV (mkV186 "") ; - tipizirane_N = mkN071 "" ; - tipi_ch_en_A = mkA079 "" ; - tipi_ch_nost_N = mkN049 "" ; - tipov_A = mkA076 "" ; - tipograf_N = mkN007 "" ; - tipografi_ja__N = mkN047 "" ; - tipografski_A = mkA078 "" ; - tiposvam_V = stateV (mkV186 "") ; - tiposvane_N = mkN071 "" ; - tirada_N = mkN041 "" ; - tira_zj__N = mkN007 "" ; - tira_zj_en_A = mkA079 "" ; - tira_zj_iram_V = stateV (mkV186 "") ; - tira_zj_irane_N = mkN071 "" ; - tiran_N = mkN007 "" ; - tiraniziram_V = stateV (mkV186 "") ; - tiranizirane_N = mkN071 "" ; - tiranin_N = mkN018 "" ; - tirani_ch_en_A = mkA079 "" ; - tirani_ch_eski_A = mkA078 "" ; - tirani_ch_nost_N = mkN049 "" ; - tirani_ja__N = mkN047 "" ; - tiranka_N = mkN041 "" ; - tiranski_A = mkA078 "" ; - tiranstvo_N = mkN054 "" ; - tirant_N = mkN007 "" ; - tirbu_sh_on_N = mkN007 "" ; - tire_N = mkN065 "" ; - tirence_N = mkN066 "" ; - tirolec_N = mkN008a "" ; - tirolka_N = mkN041 "" ; - tirolski_A = mkA078 "" ; - tisov_A = mkA076 "" ; - titan_N = mkN007 "" ; - titani_ch_en_A = mkA079 "" ; - titanov_A = mkA076 "" ; - titanski_A = mkA078 "" ; - titla_N = mkN041 "" ; - titra_N = mkN041 "" ; - titul_N = mkN007 "" ; - titulen_A = mkA079 "" ; - tituluvam_V = stateV (mkV186 "") ; - tituluvan_A = mkA076 "" ; - tituluvane_N = mkN071 "" ; - titul_ja_r_N = mkN007 "" ; - titul_ja_ren_A = mkA079 "" ; - tif_N = mkN001 "" ; - tifozen_A = mkA079 "" ; - tifus_N = mkN007 "" ; - tih_A = mkA076 "" ; - tihookeanski_A = mkA078 "" ; - ti_ch_am_V = stateV (mkV186 "") ; - ti_ch_ane_N = mkN071 "" ; - ti_ch_inka_N = mkN041 "" ; - ti_ch_inkov_A = mkA076 "" ; - ti_sh_ina_N = mkN041 "" ; - tlaka_N = mkN041 "" ; - tlasvam_V = actionV (mkV186 "") (mkV152 "") ; - tlasvane_N = mkN071 "" ; - tlaskam_V = actionV (mkV186 "") (mkV152 "") ; - tlaskane_N = mkN071 "" ; - tlaskanica_N = mkN041 "" ; - tlasyk_N = mkN014 "" ; - tleene_N = mkN071 "" ; - tlee_sht__A = mkA076 "" ; - tlenen_A = mkA079 "" ; - tlenie_N = mkN072 "" ; - tlennost_N = mkN049 "" ; - tle_ja__V = stateV (mkV160 "") ; - tlyst_A = mkA076 "" ; - tlystak_N = mkN014 "" ; - tlyste_ja__V = stateV (mkV160 "") ; - tlystina_N = mkN041 "" ; - tlysti_ch_yk_A = mkA080 "" ; - toalet_N = mkN007 "" ; - toaleten_A = mkA079 "" ; - toaletka_N = mkN041 "" ; - toaletna_N = mkN041 "" ; - toaliram_V = stateV (mkV186 "") ; - toalirane_N = mkN071 "" ; - tobogan_N = mkN007 "" ; - tovar_N = mkN007 "" ; - tovara_ch__N = mkN007b "" ; - tovara_ch_ka_N = mkN041 "" ; - tovaren_A = mkA079 "" ; - tovarene_N = mkN065 "" ; - tovaritel_N = mkN031a "" ; - tovaritelnica_N = mkN041 "" ; - tovarovmestimost_N = mkN049 "" ; - tovaropodemen_A = mkA079 "" ; - tovaropodemnost_N = mkN049 "" ; - tovarosposobnost_N = mkN049 "" ; - tovar_ja__V = stateV (mkV173 "") ; - toga_N = mkN041 "" ; - togava_sh_en_A = mkA079 "" ; - togo_N = mkN054 "" ; - tok_N = mkN001 "" ; - toka_N = mkN041 "" ; - tokajski_A = mkA078 "" ; - tokata_N = mkN041 "" ; - toka_ch_ka_N = mkN041 "" ; - tokmak_N = mkN014 "" ; - tokov_A = mkA076 "" ; - tokoizpravitel_N = mkN031a "" ; - tokoizpravitelen_A = mkA079 "" ; - tokoizprav_ja_ne_N = mkN071 "" ; - tokopriemnik_N = mkN014 "" ; - tokorazpredelitel_N = mkN031 "" ; - toksikologi_ja__N = mkN047 "" ; - toksin_N = mkN007 "" ; - toksiplazmoza_N = mkN041 "" ; - toksi_ch_en_A = mkA079 "" ; - toksi_ch_nost_N = mkN049 "" ; - tok_ch_e_N = mkN065 "" ; - tolerans_N = mkN007 "" ; - toleranten_A = mkA079 "" ; - tolerantnost_N = mkN049 "" ; - toleriram_V = stateV (mkV186 "") ; - tolerirane_N = mkN071 "" ; - tolstoizym_N = mkN011 "" ; - tolstoist_N = mkN007 "" ; - tolstoistka_N = mkN041 "" ; - tom_N = mkN001 "" ; - tomahavka_N = mkN041 "" ; - tombola_N = mkN041 "" ; - tom_ch_e_N = mkN065 "" ; - ton_N = mkN001 "" ; - tona_zj__N = mkN007 "" ; - tonalen_A = mkA079 "" ; - tonalnost_N = mkN049 "" ; - toner_N = mkN040a "" ; - tonzura_N = mkN041 "" ; - tonizira_sht__A = mkA076 "" ; - tonik_N = mkN014 "" ; - tonika_N = mkN041 "" ; - toni_ch_en_A = mkA079 "" ; - toni_ch_eski_A = mkA078 "" ; - tonov_A = mkA076 "" ; - tonometyr_N = mkN009 "" ; - tonoperator_N = mkN007 "" ; - tonregulator_N = mkN007 "" ; - tonre_zj_isxor_N = mkN007a "" ; - tonus_N = mkN007 "" ; - tonusen_A = mkA079 "" ; - tonfilm_N = mkN007 "" ; - top_N = mkN001 "" ; - topaz_N = mkN007 "" ; - topvam_V = actionV (mkV186 "") (mkV152 "") ; - topvane_N = mkN071 "" ; - topen_A = mkA076 "" ; - topene_N = mkN071 "" ; - topilen_A = mkA079 "" ; - topiln_ja__N = mkN047 "" ; - topilo_N = mkN054 "" ; - topimost_N = mkN049 "" ; - topka_N = mkN041 "" ; - topka_sht__A = mkA076 "" ; - toplene_N = mkN071 "" ; - topliven_A = mkA079 "" ; - toplivo_N = mkN054 "" ; - toplijka_N = mkN041 "" ; - toplina_N = mkN041 "" ; - toplinen_A = mkA079 "" ; - toplinka_N = mkN041 "" ; - topli_ch_yk_A = mkA080 "" ; - toploelektri_ch_eski_A = mkA078 "" ; - toploemkost_N = mkN049 "" ; - toplokryven_A = mkA079 "" ; - toplomer_N = mkN007 "" ; - toploprovod_N = mkN007 "" ; - toploprovoden_A = mkA079 "" ; - toploprovodim_A = mkA076 "" ; - toploprovodimost_N = mkN049 "" ; - toplosnabd_ja_vane_N = mkN071 "" ; - toplota_N = mkN041 "" ; - toplotehnika_N = mkN041 "" ; - toploustoj_ch_iv_A = mkA076 "" ; - toplofikaci_ja__N = mkN047 "" ; - toploficiram_V = stateV (mkV186 "") ; - toplocentrala_N = mkN041 "" ; - topl_ja__V = stateV (mkV173 "") ; - topoven_A = mkA079 "" ; - topograf_N = mkN007 "" ; - topografen_A = mkA079 "" ; - topografi_ch_eski_A = mkA078 "" ; - topografi_ja__N = mkN047 "" ; - topografski_A = mkA078 "" ; - topola_N = mkN041 "" ; - topolov_A = mkA076 "" ; - toponimi_ch_en_A = mkA079 "" ; - toponimi_ja__N = mkN047 "" ; - topor_N = mkN007 "" ; - toptan_N = mkN007 "" ; - toptand_zj_i_ja__N = mkN039 "" ; - topuz_N = mkN007 "" ; - topurkam_V = stateV (mkV186 "") ; - topurkane_N = mkN071 "" ; - top_ch_e_N = mkN065 "" ; - top_ch_ence_N = mkN066 "" ; - top_ch_est_A = mkA076 "" ; - top_ch_ica_N = mkN041 "" ; - top_ch_i_ja__N = mkN039 "" ; - topyl_A = mkA080 "" ; - top_ja__V = stateV (mkV174 "") ; - tor_N = mkN001 "" ; - torba_N = mkN041 "" ; - torbalan_N = mkN007 "" ; - torbar_N = mkN031a "" ; - torbest_A = mkA076 "" ; - torbica_N = mkN041 "" ; - torbi_ch_ka_N = mkN041 "" ; - toreador_N = mkN007 "" ; - toren_A = mkA079 "" ; - torene_N = mkN071 "" ; - tori_sht_e_N = mkN066 "" ; - tormoz_N = mkN007 "" ; - tormozene_N = mkN071 "" ; - tormoz_ja__V = stateV (mkV173 "") ; - tornado_N = mkN065 "" ; - torov_A = mkA076 "" ; - tororazpryskva_ch__N = mkN007 "" ; - torpeden_A = mkA079 "" ; - torpedo_N = mkN054 "" ; - torpedonosec_N = mkN008a "" ; - torpila_N = mkN041 "" ; - torpiliram_V = stateV (mkV186 "") ; - torpilirane_N = mkN071 "" ; - tors_N = mkN001 "" ; - torta_N = mkN041 "" ; - torf_N = mkN001 "" ; - torfen_A = mkA079 "" ; - tor_ja__V = stateV (mkV174 "") ; - toskanec_N = mkN008a "" ; - toskanski_A = mkA078 "" ; - tost_N = mkN001 "" ; - toster_N = mkN007 "" ; - totalen_A = mkA079 "" ; - totalizator_N = mkN007 "" ; - totalitaren_A = mkA079 "" ; - totalitarizym_N = mkN011 "" ; - totem_N = mkN007 "" ; - totemizym_N = mkN011 "" ; - toto_N = mkN054 "" ; - to_ch_a_V = stateV (mkV176 "") ; - to_ch_en_A = mkA079 "" ; - to_ch_ene_N = mkN071 "" ; - to_ch_ilar_N = mkN031a "" ; - to_ch_ilarski_A = mkA078 "" ; - to_ch_ilen_A = mkA079 "" ; - to_ch_ilka_N = mkN041 "" ; - to_ch_ilo_N = mkN054 "" ; - to_ch_ica_N = mkN041 "" ; - to_ch_ka_N = mkN041 "" ; - to_ch_kov_A = mkA076 "" ; - to_ch_nost_N = mkN049 "" ; - to_ja_ga_N = mkN041 "" ; - traversa_N = mkN041 "" ; - travestit_N = mkN007 "" ; - travma_N = mkN041 "" ; - travmatiziram_V = stateV (mkV186 "") ; - travmatizirane_N = mkN071 "" ; - travmati_ch_en_A = mkA079 "" ; - tragedi_ja__N = mkN047 "" ; - tragizym_N = mkN011 "" ; - tragik_N = mkN014 "" ; - tragikomedi_ja__N = mkN047 "" ; - tragikomi_ch_en_A = mkA079 "" ; - tragi_ch_en_A = mkA079 "" ; - tragi_ch_eski_A = mkA078 "" ; - tragi_ch_ka_N = mkN041 "" ; - tragi_ch_nost_N = mkN049 "" ; - tradicionalizym_N = mkN011 "" ; - tradicionalist_N = mkN007 "" ; - tradicionalistka_N = mkN041 "" ; - tradicionalistki_A = mkA078 "" ; - tradicionen_A = mkA079 "" ; - tradicionnost_N = mkN049 "" ; - tradici_ja__N = mkN047 "" ; - traektori_ja__N = mkN047 "" ; - traen_A = mkA085 "" ; - traene_N = mkN071 "" ; - trajnost_N = mkN049 "" ; - trak_N = mkN001 "" ; - trakam_V = actionV (mkV186 "") (mkV152 "") ; - trakane_N = mkN071 "" ; - trakvam_V = actionV (mkV186 "") (mkV152 "") ; - trakvane_N = mkN071 "" ; - trakiec_N = mkN013 "" ; - trakijka_N = mkN041 "" ; - trakijski_A = mkA078 "" ; - traktat_N = mkN007 "" ; - traktovka_N = mkN041 "" ; - traktor_N = mkN007 "" ; - traktoren_A = mkA079 "" ; - traktorist_N = mkN007a "" ; - traktoristka_N = mkN041 "" ; - trakcionen_A = mkA079 "" ; - trakci_ja__N = mkN047 "" ; - tral_N = mkN001 "" ; - trambovam_V = stateV (mkV186 "") ; - trambovane_N = mkN071 "" ; - trambovka_N = mkN041 "" ; - tramvaen_A = mkA085 "" ; - tramvaj_N = mkN032 "" ; - tramvajd_zj_ijka_N = mkN041 "" ; - tramvajd_zj_i_ja__N = mkN047 "" ; - trampa_N = mkN041 "" ; - tramplin_N = mkN007 "" ; - tramposvane_N = mkN071 "" ; - tramp_ja__V = stateV (mkV173 "") ; - tranzakci_ja__N = mkN047 "" ; - tranzistor_N = mkN007 "" ; - tranzistoren_A = mkA079 "" ; - tranzit_N = mkN007 "" ; - tranziten_A = mkA079 "" ; - tranzitiven_A = mkA079 "" ; - trans_N = mkN001 "" ; - transalpijski_A = mkA078 "" ; - transarkti_ch_eski_A = mkA078 "" ; - transatlanti_ch_eski_A = mkA078 "" ; - transbordiram_V = stateV (mkV186 "") ; - transbordirane_N = mkN071 "" ; - transgalakti_ch_eski_A = mkA078 "" ; - transgresi_ja__N = mkN047 "" ; - transkontinentalen_A = mkA079 "" ; - transkosmi_ch_eski_A = mkA078 "" ; - transkribiram_V = stateV (mkV186 "") ; - transkribirane_N = mkN071 "" ; - transkripci_ja__N = mkN047 "" ; - translator_N = mkN007 "" ; - translatoren_A = mkA079 "" ; - translacionen_A = mkA079 "" ; - translaci_ja__N = mkN047 "" ; - transliram_V = stateV (mkV186 "") ; - transliran_A = mkA076 "" ; - translirane_N = mkN071 "" ; - transliteraci_ja__N = mkN047 "" ; - transliteriram_V = stateV (mkV186 "") ; - transliterirane_N = mkN071 "" ; - transmisionen_A = mkA079 "" ; - transmisi_ja__N = mkN047 "" ; - transokeanski_A = mkA078 "" ; - transparant_N = mkN007 "" ; - transplant_N = mkN007 "" ; - transplantaci_ja__N = mkN047 "" ; - transplantiram_V = stateV (mkV186 "") ; - transplantirane_N = mkN071 "" ; - transponiram_V = stateV (mkV186 "") ; - transponirane_N = mkN071 "" ; - transport_N = mkN007 "" ; - transporten_A = mkA079 "" ; - transportir_N = mkN007 "" ; - transportiram_V = stateV (mkV186 "") ; - transportirane_N = mkN071 "" ; - transportxor_N = mkN007 "" ; - transprehod_N = mkN007 "" ; - transseksualen_A = mkA079 "" ; - transfer_N = mkN007 "" ; - transferiram_V = stateV (mkV186 "") ; - transferirane_N = mkN071 "" ; - transformator_N = mkN007 "" ; - transformacionen_A = mkA079 "" ; - transformaci_ja__N = mkN047 "" ; - transformiram_V = stateV (mkV186 "") ; - transformirane_N = mkN071 "" ; - transfuzer_N = mkN007 "" ; - transfuzi_ja__N = mkN047 "" ; - transcedentalen_A = mkA079 "" ; - transcendentalizym_N = mkN011 "" ; - tran_sh_een_A = mkA085 "" ; - tran_sh_e_ja__N = mkN047 "" ; - trap_N = mkN001 "" ; - trapeza_N = mkN041 "" ; - trapezari_ja__N = mkN047 "" ; - trapezoid_N = mkN007 "" ; - trapec_N = mkN007 "" ; - trapecoviden_A = mkA079 "" ; - trap_ch_e_N = mkN065 "" ; - trap_ch_iv_A = mkA076 "" ; - trap_ch_ina_N = mkN041 "" ; - trap_ch_inka_N = mkN041 "" ; - trase_N = mkN065 "" ; - trasiram_V = stateV (mkV186 "") ; - trasirane_N = mkN071 "" ; - trasirovka_N = mkN041 "" ; - trasirovy_ch_en_A = mkA079 "" ; - traslatoren_A = mkA079 "" ; - trauler_N = mkN007 "" ; - traur_N = mkN007 "" ; - trauren_A = mkA079 "" ; - trafik_N = mkN014 "" ; - traheen_A = mkA085 "" ; - traheotomi_ja__N = mkN047 "" ; - trahe_ja__N = mkN047 "" ; - trahit_N = mkN007 "" ; - trahoma_N = mkN041 "" ; - tra_ja__V = stateV (mkV162 "") ; - treb_ja__V = stateV (mkV173 "") ; - treva_N = mkN041 "" ; - treven_A = mkA079 "" ; - trevist_A = mkA076 "" ; - trevi_ch_ka_N = mkN041 "" ; - trevoga_N = mkN041 "" ; - trevo_zj_a_V = stateV (mkV176 "") ; - trevo_zj_en_A = mkA079 "" ; - trevo_zj_nost_N = mkN049 "" ; - trevol_ja_k_N = mkN014 "" ; - trevopasen_A = mkA079 "" ; - trevopodoben_A = mkA079 "" ; - trevopolen_A = mkA079 "" ; - trevo_ja_den_A = mkA079 "" ; - trev_ja_sal_A = mkA076 "" ; - trev_ja_sane_N = mkN071 "" ; - trev_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - trev_ja_svane_N = mkN071 "" ; - trezv_A = mkA076 "" ; - trezven_A = mkA076 "" ; - trezvenik_N = mkN014 "" ; - trezvenica_N = mkN041 "" ; - trezvenost_N = mkN049 "" ; - trezvomisle_sht__A = mkA076 "" ; - trezvost_N = mkN049 "" ; - trezor_N = mkN007 "" ; - trejding_N = mkN040a "" ; - trejd_iu_nion_N = mkN007 "" ; - trejd_iu_nionizym_N = mkN011 "" ; - trejd_iu_nionist_N = mkN007 "" ; - trela_N = mkN041 "" ; - trema_N = mkN041 "" ; - tremoliram_V = stateV (mkV186 "") ; - tremolirane_N = mkN071 "" ; - tremolo_N = mkN054 "" ; - trena_zj_or_N = mkN007 "" ; - trend_N = mkN001 "" ; - trendafil_N = mkN007 "" ; - trendafilov_A = mkA076 "" ; - trening_N = mkN007 "" ; - treniram_V = stateV (mkV186 "") ; - trenirane_N = mkN071 "" ; - trenirovka_N = mkN041 "" ; - trenirovy_ch_en_A = mkA079 "" ; - trenxor_N = mkN007a "" ; - trenxorka_N = mkN041 "" ; - trenxorski_A = mkA078 "" ; - trepanaci_ja__N = mkN047 "" ; - trepane_N = mkN071 "" ; - trepvam_V = actionV (mkV186 "") (mkV152 "") ; - trepvane_N = mkN071 "" ; - treperene_N = mkN071 "" ; - treperliv_A = mkA076 "" ; - treper_ja__V = stateV (mkV173 "") ; - trepet_N = mkN007 "" ; - trepeten_A = mkA079 "" ; - trepetlika_N = mkN041 "" ; - trepkam_V = actionV (mkV186 "") (mkV152 "") ; - trepkane_N = mkN071 "" ; - treptene_N = mkN071 "" ; - treptenie_N = mkN072 "" ; - trept_ja__V = stateV (mkV177 "") ; - trep_ja__V = stateV (mkV154 "") ; - tresa_V = stateV (mkV145a "") ; - tresavi_sht_e_N = mkN066 "" ; - tresene_N = mkN071 "" ; - treska_N = mkN041 "" ; - treskav_A = mkA076 "" ; - treskavica_N = mkN041 "" ; - treskavost_N = mkN049 "" ; - tresna_V = stateV (mkV152 "") ; - tres_ch_ica_N = mkN041 "" ; - tretina_N = mkN041 "" ; - tretinka_N = mkN041 "" ; - tretiram_V = stateV (mkV186 "") ; - tretirane_N = mkN071 "" ; - tretoka_ch_estven_A = mkA076 "" ; - tretoklasen_A = mkA079 "" ; - tretoklasnik_N = mkN014 "" ; - tretoklasni_ch_ka_N = mkN041 "" ; - tretorazreden_A = mkA084 "" ; - tretostepenen_A = mkA079 "" ; - trefa_N = mkN041 "" ; - tre_sht_ene_N = mkN071 "" ; - tre_sht__ja__V = stateV (mkV177 "") ; - triada_N = mkN041 "" ; - triangulacionen_A = mkA079 "" ; - triangulaci_ja__N = mkN047 "" ; - triatomen_A = mkA079 "" ; - tribagren_A = mkA076 "" ; - tribagrenik_N = mkN014 "" ; - triboj_N = mkN032 "" ; - tribukven_A = mkA076 "" ; - tribun_N = mkN007 "" ; - tribuna_N = mkN041 "" ; - tribunal_N = mkN007 "" ; - trivalenten_A = mkA079 "" ; - trivekoven_A = mkA079 "" ; - trivialen_A = mkA079 "" ; - trivialnost_N = mkN049 "" ; - trivremenen_A = mkA079 "" ; - triger_N = mkN007 "" ; - triglav_A = mkA076 "" ; - triglasen_A = mkA079 "" ; - trigodi_sh_en_A = mkA079 "" ; - trigodi_sh_nina_N = mkN041 "" ; - trigonometri_ch_en_A = mkA079 "" ; - trigonometri_ch_eski_A = mkA078 "" ; - trigonometri_ja__N = mkN047 "" ; - trigradski_A = mkA078 "" ; - triguna_N = mkN041 "" ; - tridelen_A = mkA079 "" ; - tridesetgodi_sh_en_A = mkA079 "" ; - tridesetgodi_sh_nina_N = mkN041 "" ; - trideseteta_zj_en_A = mkA079 "" ; - tridneven_A = mkA079 "" ; - triedinen_A = mkA079 "" ; - triedinstvo_N = mkN054 "" ; - triezi_ch_en_A = mkA079 "" ; - trielementen_A = mkA079 "" ; - triene_N = mkN071 "" ; - trieta_zj_en_A = mkA079 "" ; - tri_zj_ilen_A = mkA079 "" ; - tri_zj_i_ch_en_A = mkA079 "" ; - trizvu_ch_ie_N = mkN072 "" ; - trizna_ch_en_A = mkA079 "" ; - trizybec_N = mkN008a "" ; - triizmeren_A = mkA079 "" ; - trik_N = mkN001 "" ; - trikaten_A = mkA079 "" ; - triklet_A = mkA076 "" ; - triko_N = mkN054 "" ; - trikolka_N = mkN041 "" ; - trikolxor_N = mkN007 "" ; - trikota_zj__N = mkN007 "" ; - trikota_zj_en_A = mkA079 "" ; - trikota_zj_nik_N = mkN014 "" ; - trikrak_A = mkA076 "" ; - trikraten_A = mkA079 "" ; - trikril_A = mkA076 "" ; - trikrilen_A = mkA079 "" ; - trilineen_A = mkA085 "" ; - trilisten_A = mkA079 "" ; - trilistnik_N = mkN014 "" ; - trilogi_ja__N = mkN047 "" ; - trima_ch_tov_A = mkA076 "" ; - trimer_N = mkN007 "" ; - trimeren_A = mkA079 "" ; - trimese_ch_en_A = mkA079 "" ; - trimese_ch_ie_N = mkN072 "" ; - trimesten_A = mkA079 "" ; - trimestyr_N = mkN009 "" ; - trimetrov_A = mkA076 "" ; - trimotoren_A = mkA079 "" ; - trina_N = mkN041 "" ; - trinadesetgodi_sh_en_A = mkA079 "" ; - trinadesetgodi_sh_nina_N = mkN041 "" ; - trinog_A = mkA076 "" ; - trinoga_N = mkN041 "" ; - trino_zj_en_A = mkA079 "" ; - trino_zj_nik_N = mkN014 "" ; - trinom_N = mkN007 "" ; - trio_N = mkN065 "" ; - triod_N = mkN007 "" ; - triokis_N = mkN007 "" ; - triola_N = mkN041 "" ; - trion_N = mkN007 "" ; - trion_ch_e_N = mkN065 "" ; - trior_N = mkN007 "" ; - triosen_A = mkA079 "" ; - triosnoven_A = mkA079 "" ; - tripaluben_A = mkA079 "" ; - triper_N = mkN007 "" ; - triperen_A = mkA079 "" ; - triplan_N = mkN007 "" ; - triplastov_A = mkA076 "" ; - tripleks_N = mkN007 "" ; - triptih_N = mkN016 "" ; - trirazmeren_A = mkA079 "" ; - trirema_N = mkN041 "" ; - trisedmi_ch_en_A = mkA079 "" ; - triskorosten_A = mkA079 "" ; - trisloen_A = mkA085 "" ; - trisri_ch_en_A = mkA079 "" ; - tristagodi_sh_en_A = mkA079 "" ; - tristagodi_sh_nina_N = mkN041 "" ; - tristaen_A = mkA085 "" ; - tristepenen_A = mkA079 "" ; - tristi_sh_ie_N = mkN072 "" ; - tristranen_A = mkA079 "" ; - tristrunen_A = mkA079 "" ; - tristypen_A = mkA079 "" ; - tritomen_A = mkA079 "" ; - triton_N = mkN007 "" ; - tritonen_A = mkA079 "" ; - triumvirat_N = mkN007 "" ; - triumf_N = mkN007 "" ; - triumfalen_A = mkA079 "" ; - triumfiram_V = stateV (mkV186 "") ; - triumfirane_N = mkN071 "" ; - trifazen_A = mkA079 "" ; - trihil_ja_den_A = mkA079 "" ; - trihina_N = mkN041 "" ; - trihinoza_N = mkN041 "" ; - trihinozen_A = mkA079 "" ; - trihofiti_ja__N = mkN047 "" ; - trica_N = mkN041 "" ; - tricvet_N = mkN007 "" ; - tricveten_A = mkA079 "" ; - triceps_N = mkN007 "" ; - tricifrov_A = mkA076 "" ; - tri_ch_av_A = mkA076 "" ; - tri_ch_asov_A = mkA076 "" ; - tri_ch_len_N = mkN007 "" ; - tri_ch_lenen_A = mkA079 "" ; - tri_ch_lenka_N = mkN041 "" ; - triygylen_A = mkA079 "" ; - triygylnik_N = mkN014 "" ; - tri_ja__V = stateV (mkV163 "") ; - trov_ja__V = stateV (mkV173 "") ; - trogatelen_A = mkA079 "" ; - trogatelnost_N = mkN049 "" ; - trogvam_V = actionV (mkV186 "") (mkV152 "") ; - trogvane_N = mkN071 "" ; - troglodit_N = mkN007 "" ; - troen_A = mkA085 "" ; - troica_N = mkN041 "" ; - trojka_N = mkN041 "" ; - trojkad_zj_ijka_N = mkN041 "" ; - trojkad_zj_i_ja__N = mkN039 "" ; - trolej_N = mkN032 "" ; - trolejbus_N = mkN007 "" ; - trolejbusen_A = mkA079 "" ; - tromav_A = mkA076 "" ; - tromavost_N = mkN049 "" ; - tromav_sht_ina_N = mkN041 "" ; - tromba_N = mkN041 "" ; - tromboza_N = mkN041 "" ; - trombon_N = mkN007 "" ; - trombonist_N = mkN007 "" ; - trompet_N = mkN007 "" ; - trompetist_N = mkN007 "" ; - tron_N = mkN001 "" ; - tronen_A = mkA079 "" ; - tropam_V = actionV (mkV186 "") (mkV152 "") ; - tropane_N = mkN071 "" ; - tropanica_N = mkN041 "" ; - tropvam_V = actionV (mkV186 "") (mkV152 "") ; - tropvane_N = mkN071 "" ; - tropik_N = mkN014 "" ; - tropi_ch_en_A = mkA079 "" ; - tropi_ch_eski_A = mkA078 "" ; - tropkam_V = actionV (mkV186 "") (mkV152 "") ; - tropkane_N = mkN071 "" ; - tropolene_N = mkN071 "" ; - tropole_sht__A = mkA076 "" ; - tropologi_ja__N = mkN047 "" ; - tropol_ja__V = stateV (mkV174 "") ; - troposam_V = stateV (mkV186 "") ; - troposvam_V = stateV (mkV186 "") ; - troposvane_N = mkN071 "" ; - troposka_N = mkN041 "" ; - troposfera_N = mkN041 "" ; - tropot_N = mkN007 "" ; - tropotene_N = mkN071 "" ; - tropot_ja__V = stateV (mkV173 "") ; - trosvam_V = stateV (mkV186 "") ; - trosvane_N = mkN071 "" ; - troskot_N = mkN007 "" ; - trosna_V = stateV (mkV152 "") ; - trosnatost_N = mkN049 "" ; - trotil_N = mkN007 "" ; - trotinetka_N = mkN041 "" ; - trotoar_N = mkN007 "" ; - trotoaren_A = mkA079 "" ; - trofeen_A = mkA085 "" ; - trofej_N = mkN032 "" ; - troha_N = mkN041 "" ; - trockizym_N = mkN011 "" ; - trockist_N = mkN007 "" ; - trockistka_N = mkN041 "" ; - tro_sh_a_V = stateV (mkV176 "") ; - tro_sh_a_ch_ka_N = mkN041 "" ; - tro_sh_en_A = mkA076 "" ; - tro_sh_ene_N = mkN071 "" ; - tro_sh_ica_N = mkN041 "" ; - tro_sh_i_ch_ka_N = mkN041 "" ; - tro_sh_liv_A = mkA076 "" ; - tro_sh_livost_N = mkN049 "" ; - tro_sh_l_ja_k_N = mkN014 "" ; - tro_ja_k_A = mkA076 "" ; - tro_ja_nec_N = mkN008a "" ; - tro_ja_nski_A = mkA078 "" ; - trubadur_N = mkN007 "" ; - trud_N = mkN001 "" ; - truden_A = mkA079 "" ; - trude_sht__A = mkA076 "" ; - trudnodosti_zj_im_A = mkA076 "" ; - trudnodostypen_A = mkA079 "" ; - trudnozabele_zj_im_A = mkA076 "" ; - trudnoizpylnim_A = mkA076 "" ; - trudnopodvi_zj_en_A = mkA079 "" ; - trudnoprilo_zj_im_A = mkA076 "" ; - trudnoprisposobim_A = mkA076 "" ; - trudnoprohodim_A = mkA076 "" ; - trudnosmilaem_A = mkA076 "" ; - trudnost_N = mkN049 "" ; - trudov_A = mkA076 "" ; - trudovak_N = mkN014a "" ; - trudova_sh_ki_A = mkA078 "" ; - trudovovyzpitatelen_A = mkA079 "" ; - trudoemkost_N = mkN049 "" ; - trudoemyk_A = mkA080 "" ; - trudol_iu_biv_A = mkA076 "" ; - trudol_iu_bivost_N = mkN049 "" ; - trudol_iu_bie_N = mkN072 "" ; - trudosposoben_A = mkA079 "" ; - trudosposobnost_N = mkN049 "" ; - trudoustroen_A = mkA076 "" ; - trudoustro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - trudoustro_ja_vane_N = mkN071 "" ; - trud_ja__V = stateV (mkV173 "") ; - tru_zj_enik_N = mkN014a "" ; - tru_zj_enica_N = mkN041 "" ; - trup_N = mkN001 "" ; - trupa_N = mkN041 "" ; - trupam_V = actionV (mkV186 "") (mkV152 "") ; - trupane_N = mkN071 "" ; - trupvam_V = actionV (mkV186 "") (mkV152 "") ; - trupvane_N = mkN071 "" ; - trupen_A = mkA079 "" ; - trupe_sh_ki_A = mkA078 "" ; - trup_ch_e_N = mkN065 "" ; - trus_N = mkN001 "" ; - trufene_N = mkN071 "" ; - trufilo_N = mkN054 "" ; - truf_ja__V = stateV (mkV173 "") ; - tryba_N = mkN041 "" ; - tryba_ch__N = mkN007b "" ; - tryben_A = mkA079 "" ; - trybene_N = mkN071 "" ; - trybest_A = mkA076 "" ; - trybi_ch_ka_N = mkN041 "" ; - tryboviden_A = mkA079 "" ; - tryboobrazen_A = mkA079 "" ; - trybopodoben_A = mkA079 "" ; - tryboprovod_N = mkN007 "" ; - tryboprovoden_A = mkA079 "" ; - tryb_ja__V = stateV (mkV174 "") ; - trygvam_V = actionV (mkV186 "") (mkV152 "") ; - trygvane_N = mkN071 "" ; - trykvam_V = actionV (mkV186 "") (mkV152 "") ; - trykvane_N = mkN071 "" ; - tryn_N = mkN007 "" ; - trynak_N = mkN014 "" ; - tryne_N = mkN065 "" ; - trynen_A = mkA076 "" ; - trynka_N = mkN041 "" ; - trynkoslivka_N = mkN041 "" ; - trynliv_A = mkA076 "" ; - trynlivost_N = mkN049 "" ; - trynoslivka_N = mkN041 "" ; - tryn_ch_e_N = mkN065 "" ; - tryn_ja_sane_N = mkN071 "" ; - tryn_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - tryn_ja_svane_N = mkN071 "" ; - trypen_A = mkA076 "" ; - trypka_N = mkN041 "" ; - trypna_V = stateV (mkV152 "") ; - trypnene_N = mkN071 "" ; - trypne_sht__A = mkA076 "" ; - tryp_ch_iv_A = mkA076 "" ; - tryp_ch_ivost_N = mkN049 "" ; - trysvam_V = actionV (mkV186 "") (mkV152 "") ; - trysvane_N = mkN071 "" ; - tryskam_V = actionV (mkV186 "") (mkV152 "") ; - tryskane_N = mkN071 "" ; - tryst_N = mkN001 "" ; - trystika_N = mkN041 "" ; - trystikov_A = mkA076 "" ; - trystov_A = mkA076 "" ; - trytka_N = mkN041 "" ; - trytlest_A = mkA076 "" ; - try_sh_vam_V = actionV (mkV186 "") (mkV152 "") ; - try_sh_vane_N = mkN071 "" ; - try_sh_kam_V = actionV (mkV186 "") (mkV152 "") ; - try_sh_kane_N = mkN071 "" ; - tr_iu_m_N = mkN001 "" ; - tr_iu_men_A = mkA079 "" ; - tr_ja_bvam_V = stateV (mkV186 "") ; - tr_ja_bvane_N = mkN071 "" ; - tr_ja_svam_V = stateV (mkV186 "") ; - tr_ja_svane_N = mkN071 "" ; - tr_ja_skam_V = stateV (mkV186 "") ; - tr_ja_skane_N = mkN071 "" ; - tr_ja_syk_N = mkN014 "" ; - tuba_N = mkN041 "" ; - tuberkuliram_V = stateV (mkV186 "") ; - tuberkulirane_N = mkN071 "" ; - tuberkuloza_N = mkN041 "" ; - tuberkulozen_A = mkA079 "" ; - tuberkuloznobolen_A = mkA079 "" ; - tuberoza_N = mkN041 "" ; - tubi_ch_ka_N = mkN041 "" ; - tuz_N = mkN001 "" ; - tuzemen_A = mkA079 "" ; - tuzemec_N = mkN008a "" ; - tuzemka_N = mkN041 "" ; - tuzemski_A = mkA078 "" ; - tuka_sh_en_A = mkA079 "" ; - tuktam_V = stateV (mkV186 "") ; - tuktane_N = mkN071 "" ; - tulovi_sht_e_N = mkN066 "" ; - tulum_N = mkN007 "" ; - tulumba_N = mkN041 "" ; - tulumbi_ch_ka_N = mkN041 "" ; - tulup_N = mkN007 "" ; - tul_ja__V = stateV (mkV173 "") ; - tumba_N = mkN041 "" ; - tumbak_N = mkN014 "" ; - tumbest_A = mkA076 "" ; - tumor_N = mkN007 "" ; - tuna_N = mkN041 "" ; - tundra_N = mkN041 "" ; - tunel_N = mkN007 "" ; - tunelen_A = mkA079 "" ; - tune_ja_dec_N = mkN008a "" ; - tune_ja_dstvo_N = mkN054 "" ; - tunika_N = mkN041 "" ; - tunisec_N = mkN008a "" ; - tuniska_N = mkN041 "" ; - tuniski_A = mkA078 "" ; - tupalka_N = mkN041 "" ; - tupam_V = actionV (mkV186 "") (mkV152 "") ; - tupane_N = mkN071 "" ; - tupanica_N = mkN041 "" ; - tupvam_V = actionV (mkV186 "") (mkV152 "") ; - tupvane_N = mkN071 "" ; - tupe_N = mkN065 "" ; - tupiram_V = stateV (mkV186 "") ; - tupiran_A = mkA076 "" ; - tupirane_N = mkN071 "" ; - tupkam_V = actionV (mkV186 "") (mkV152 "") ; - tupkane_N = mkN071 "" ; - tupte_zj__N = mkN007 "" ; - tuptene_N = mkN071 "" ; - tupt_ja__V = stateV (mkV177 "") ; - tupurdi_ja__N = mkN047 "" ; - tur_N = mkN001 "" ; - tura_N = mkN041 "" ; - turbina_N = mkN041 "" ; - turbinen_A = mkA076 "" ; - turbovitlov_A = mkA076 "" ; - turbogenerator_N = mkN007 "" ; - turbokompresor_N = mkN007 "" ; - turboreaktiven_A = mkA079 "" ; - turbulenten_A = mkA079 "" ; - turizym_N = mkN011 "" ; - turist_N = mkN007a "" ; - turisti_ch_eski_A = mkA078 "" ; - turistka_N = mkN041 "" ; - turkin_ja__N = mkN047 "" ; - turkmenski_A = mkA078 "" ; - turna_V = stateV (mkV152 "") ; - turne_N = mkN065 "" ; - turnir_N = mkN007 "" ; - turniren_A = mkA079 "" ; - turski_A = mkA078 "" ; - turcizym_N = mkN011 "" ; - tur_ch_a_V = stateV (mkV176 "") ; - tur_ch_in_N = mkN021 "" ; - tur_sh_ien_A = mkA076 "" ; - tur_sh_i_ja__N = mkN047 "" ; - tur_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - tur_ja_ne_N = mkN071 "" ; - tutam_V = stateV (mkV186 "") ; - tutkav_A = mkA076 "" ; - tutkavost_N = mkN049 "" ; - tutkal_N = mkN007 "" ; - tutkalen_A = mkA079 "" ; - tutkam_V = stateV (mkV186 "") ; - tutkane_N = mkN071 "" ; - tutmanik_N = mkN014 "" ; - tufa_N = mkN041 "" ; - tufest_A = mkA076 "" ; - tuhla_N = mkN041 "" ; - tuhlar_N = mkN031a "" ; - tuhlaren_A = mkA079 "" ; - tuhlarnica_N = mkN041 "" ; - tuhlarski_A = mkA078 "" ; - tuhlarstvo_N = mkN054 "" ; - tuhlen_A = mkA076 "" ; - tu_ch_en_A = mkA079 "" ; - tu_ch_enica_N = mkN041 "" ; - tu_ch_nost_N = mkN049 "" ; - tu_sh__N = mkN001 "" ; - tu_sh_iram_V = stateV (mkV186 "") ; - tu_sh_irane_N = mkN071 "" ; - t_sht_eslaven_A = mkA079 "" ; - t_sht_eslavie_N = mkN072 "" ; - tyga_N = mkN041 "" ; - tygoven_A = mkA079 "" ; - tygovit_A = mkA076 "" ; - tyguvam_V = stateV (mkV186 "") ; - tyguvane_N = mkN071 "" ; - tyd_ja_va_sh_en_A = mkA079 "" ; - ty_zj_a_V = stateV (mkV176 "") ; - ty_zj_ba_N = mkN041 "" ; - ty_zj_destven_A = mkA076 "" ; - ty_zj_destvenost_N = mkN049 "" ; - ty_zj_destvo_N = mkN054 "" ; - ty_zj_en_A = mkA079 "" ; - ty_zj_itel_N = mkN031a "" ; - ty_zj_itelka_N = mkN041 "" ; - ty_zj_ni_ch_yk_A = mkA080 "" ; - ty_zj_oven_A = mkA079 "" ; - tyka_V = stateV (mkV167 "") ; - tykan_N = mkN049 "" ; - tykane_N = mkN071 "" ; - tyka_ch__N = mkN007b "" ; - tyka_ch_en_A = mkA079 "" ; - tyka_ch_estvo_N = mkN054 "" ; - tyka_ch_ka_N = mkN041 "" ; - tyka_ch_nica_N = mkN041 "" ; - tykm_ja__V = stateV (mkV174 "") ; - tylkovanie_N = mkN072 "" ; - tylkoven_A = mkA079 "" ; - tylkovnik_N = mkN014 "" ; - tylkuvam_V = stateV (mkV186 "") ; - tylkuvane_N = mkN071 "" ; - tylkuvanie_N = mkN072 "" ; - tylkuvatel_N = mkN031a "" ; - tylkuvatelen_A = mkA079 "" ; - tylkuvatelka_N = mkN041 "" ; - tylpa_N = mkN041 "" ; - tylp_ja__V = stateV (mkV174 "") ; - tyma_N = mkN041 "" ; - tymen_A = mkA079 "" ; - tymne_ja__V = actionV (mkV160 "") (mkV174 "") ; - tymnilo_N = mkN054 "" ; - tymnina_N = mkN041 "" ; - tymnica_N = mkN041 "" ; - tymni_ch_ar_N = mkN031a "" ; - tymni_ch_arka_N = mkN041 "" ; - tymni_ch_en_A = mkA079 "" ; - tymnovioletov_A = mkA076 "" ; - tymno_zj_ylt_A = mkA076 "" ; - tymnozelen_A = mkA076 "" ; - tymnokaf_ja_v_A = mkA076 "" ; - tymnoko_zj__A = mkA076 "" ; - tymnokos_A = mkA076 "" ; - tymnomorav_A = mkA076 "" ; - tymnooran_zj_ev_A = mkA076 "" ; - tymnorozov_A = mkA076 "" ; - tymnosiv_A = mkA076 "" ; - tymnosin_A = mkA086 "" ; - tymnota_N = mkN041 "" ; - tymnoti_ja__N = mkN047 "" ; - tymno_ch_erven_A = mkA076 "" ; - tyna_V = stateV (mkV152 "") ; - tyne_sht__A = mkA076 "" ; - tyne_ja__V = stateV (mkV160 "") ; - tyni_ch_yk_A = mkA080 "" ; - tynkoko_zj__A = mkA076 "" ; - tynkokrak_A = mkA076 "" ; - tynkorunen_A = mkA079 "" ; - tynkost_N = mkN049 "" ; - tynte_zj__N = mkN007 "" ; - tynt_ja__V = stateV (mkV174 "") ; - tynyk_A = mkA080 "" ; - tyn_ja__V = stateV (mkV174 "") ; - typ_A = mkA076 "" ; - typak_N = mkN014 "" ; - typan_N = mkN007 "" ; - typanar_N = mkN031a "" ; - typanarka_N = mkN041 "" ; - typanarski_A = mkA078 "" ; - typan_ch_e_N = mkN065 "" ; - typa_ch_ka_N = mkN041 "" ; - typa_sh_ki_A = mkA078 "" ; - typa_sht_ina_N = mkN041 "" ; - type_ja__V = stateV (mkV160 "") ; - typi_ch_yk_A = mkA080 "" ; - typkalo_N = mkN054 "" ; - typkane_N = mkN071 "" ; - typkanica_N = mkN041 "" ; - typovryh_A = mkA082 "" ; - typoglav_A = mkA076 "" ; - typost_N = mkN049 "" ; - typota_N = mkN041 "" ; - typoti_ja__N = mkN047 "" ; - typoumen_A = mkA079 "" ; - typoumie_N = mkN072 "" ; - typoygylen_A = mkA079 "" ; - typoygylnik_N = mkN014 "" ; - typ_ch_a_V = stateV (mkV155 "") ; - typ_ch_ene_N = mkN071 "" ; - typ_ja__V = stateV (mkV174 "") ; - tyrbuh_N = mkN016 "" ; - tyrbu_sh_a_V = stateV (mkV176 "") ; - tyrg_N = mkN001 "" ; - tyrga_sh__N = mkN007 "" ; - tyrga_sh_eski_A = mkA078 "" ; - tyrga_sh_estvo_N = mkN054 "" ; - tyrgovec_N = mkN008a "" ; - tyrgovi_ja__N = mkN047 "" ; - tyrgovka_N = mkN041 "" ; - tyrgovski_A = mkA078 "" ; - tyrgovskopromi_sh_len_A = mkA076 "" ; - tyrgov_sht_ina_N = mkN041 "" ; - tyrguvam_V = stateV (mkV186 "") ; - tyrguvane_N = mkN071 "" ; - tyr_zj_en_A = mkA079 "" ; - tyr_zj_estven_A = mkA076 "" ; - tyr_zj_estvenost_N = mkN049 "" ; - tyr_zj_estvo_N = mkN054 "" ; - tyr_zj_estvuvam_V = stateV (mkV186 "") ; - tyr_zj_estvuvane_N = mkN071 "" ; - tyr_zj_i_sht_e_N = mkN066 "" ; - tyrkale_N = mkN065 "" ; - tyrkalo_N = mkN054 "" ; - tyrkal_ja_m_V = actionV (mkV187 "") (mkV152 "") ; - tyrkal_ja_ne_N = mkN071 "" ; - tyrkam_V = stateV (mkV186 "") ; - tyrkane_N = mkN071 "" ; - tyrkol_ja__V = stateV (mkV174 "") ; - tyrkulvam_V = actionV (mkV186 "") (mkV152 "") ; - tyrkulvane_N = mkN071 "" ; - tyrmyk_N = mkN014 "" ; - tyrmy_ch_a_V = stateV (mkV176 "") ; - tyrnov_A = mkA076 "" ; - tyrnokop_N = mkN007 "" ; - tyrpe_zj__N = mkN007 "" ; - tyrpeliv_A = mkA076 "" ; - tyrpelivost_N = mkN049 "" ; - tyrpenie_N = mkN072 "" ; - tyrpim_A = mkA076 "" ; - tyrpimost_N = mkN049 "" ; - tyrp_ja__V = stateV (mkV177 "") ; - tyrsa_ch__N = mkN007b "" ; - tyrsa_ch_ka_N = mkN041 "" ; - tyrsene_N = mkN071 "" ; - tyrs_ja__V = stateV (mkV173 "") ; - tyrtej_N = mkN032a "" ; - tyrtejski_A = mkA078 "" ; - tyrt_ja__V = stateV (mkV173 "") ; - tyr_ch_a_V = stateV (mkV178 "") ; - tyr_ch_ane_N = mkN071 "" ; - tyr_ch_ene_N = mkN071 "" ; - tyr_sh_uvam_V = stateV (mkV186 "") ; - tyr_sh_uvane_N = mkN071 "" ; - tyst_N = mkN001 "" ; - tyten_N = mkN007 "" ; - tytna_V = stateV (mkV152 "") ; - tytne_zj__N = mkN007 "" ; - tytrene_N = mkN071 "" ; - tytr_ja__V = stateV (mkV173 "") ; - ty_ch__N = mkN001 "" ; - ty_ch_lini_ja__N = mkN047 "" ; - ty_sht_a_N = mkN041 "" ; - t_iu_l_N = mkN001 "" ; - t_iu_len_A = mkA076 "" ; - t_iu_lenov_A = mkA076 "" ; - t_iu_rban_N = mkN007 "" ; - t_iu_rkoaz_N = mkN007 "" ; - t_iu_rkski_A = mkA078 "" ; - t_iu_rl_iu_g_iu_ve_ch__N = mkN007 "" ; - t_iu_rma_N = mkN041 "" ; - t_iu_t_iu_n_N = mkN007 "" ; - t_iu_t_iu_nd_zj_i_ja__N = mkN047 "" ; - t_iu_t_iu_nev_A = mkA076 "" ; - t_iu_t_iu_noprodava_ch__N = mkN007b "" ; - t_iu_t_iu_noproizvoditel_N = mkN031a "" ; - t_iu_t_iu_noproizvoditelen_A = mkA079 "" ; - t_iu_t_iu_noproizvodstvo_N = mkN054 "" ; - t_iu_t_iu_norabotnik_N = mkN014 "" ; - t_iu_t_iu_norabotni_ch_ka_N = mkN041 "" ; - t_iu_flek_N = mkN014 "" ; - t_iu_hkam_V = stateV (mkV186 "") ; - t_iu_hkane_N = mkN071 "" ; - t_ja_ga_N = mkN041 "" ; - t_ja_gost_N = mkN049 "" ; - t_ja_gosten_A = mkA079 "" ; - t_ja_lo_N = mkN057 "" ; - ubegna_V = stateV (mkV152 "") ; - ubeden_A = mkA076 "" ; - ubedenost_N = mkN049 "" ; - ubeditelen_A = mkA079 "" ; - ubeditelnost_N = mkN049 "" ; - ube_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - ube_zj_davane_N = mkN071 "" ; - ube_zj_denie_N = mkN072 "" ; - ube_zj_i_sht_e_N = mkN066 "" ; - ubivam_V = actionV (mkV186 "") (mkV163 "") ; - ubivane_N = mkN071 "" ; - ubiec_N = mkN013 "" ; - ubijstven_A = mkA076 "" ; - ubijstvo_N = mkN054 "" ; - ubijca_N = mkN041 "" ; - ubit_A = mkA076 "" ; - ubodvam_V = actionV (mkV186 "") (mkV145 "") ; - ubodvane_N = mkN071 "" ; - ubo_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - ubo_zj_dane_N = mkN071 "" ; - uborka_N = mkN041 "" ; - ub_ja_gvam_V = actionV (mkV186 "") (mkV186 "") ; - ub_ja_gvane_N = mkN071 "" ; - ub_ja_gna_V = stateV (mkV152a "") ; - uva_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - uva_zj_avane_N = mkN071 "" ; - uva_zj_aem_A = mkA076 "" ; - uva_zj_enie_N = mkN072 "" ; - uva_zj_itelen_A = mkA079 "" ; - uvardvam_V = actionV (mkV186 "") (mkV173 "") ; - uvardvane_N = mkN071 "" ; - uvar_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - uvar_ja_vane_N = mkN071 "" ; - uvedomen_A = mkA076 "" ; - uvedomitel_N = mkN031a "" ; - uvedomitelen_A = mkA079 "" ; - uvedomlenie_N = mkN072 "" ; - uvedom_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uvedom_ja_vane_N = mkN071 "" ; - uve_zj_dam_V = actionV (mkV186 "") (mkV145 "") ; - uve_zj_dane_N = mkN071 "" ; - uvekove_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - uvekove_ch_avane_N = mkN071 "" ; - uveli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - uveli_ch_avane_N = mkN071 "" ; - uveli_ch_enie_N = mkN072 "" ; - uveli_ch_itelen_A = mkA079 "" ; - uven_ch_avam_V = actionV (mkV186 "") (mkV161 "") ; - uven_ch_avane_N = mkN071 "" ; - uveren_A = mkA076 "" ; - uverenie_N = mkN072 "" ; - uverenost_N = mkN049 "" ; - uvert_iu_ra_N = mkN041 "" ; - uver_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uver_ja_vane_N = mkN071 "" ; - uvesvam_V = actionV (mkV186 "") (mkV173 "") ; - uvesvane_N = mkN071 "" ; - uveselenie_N = mkN072 "" ; - uveselitelen_A = mkA079 "" ; - uvesel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uvesel_ja_vane_N = mkN071 "" ; - uvehna_V = stateV (mkV152 "") ; - uve_sht_avam_V = actionV (mkV186 "") (mkV161 "") ; - uve_sht_avane_N = mkN071 "" ; - uve_sht_anie_N = mkN072 "" ; - uve_sht_atelen_A = mkA079 "" ; - uvivam_V = actionV (mkV186 "") (mkV163 "") ; - uvivane_N = mkN071 "" ; - uviven_A = mkA079 "" ; - uviram_V = stateV (mkV186 "") ; - uvirane_N = mkN071 "" ; - uvisvam_V = actionV (mkV186 "") (mkV152 "") ; - uvisvane_N = mkN071 "" ; - uvlekatelen_A = mkA079 "" ; - uvlekatelnost_N = mkN049 "" ; - uvle_ch_en_A = mkA076 "" ; - uvle_ch_enie_N = mkN072 "" ; - uvli_ch_am_V = actionV (mkV186 "") (mkV149 "") ; - uvli_ch_ane_N = mkN071 "" ; - uvod_N = mkN007 "" ; - uvoden_A = mkA079 "" ; - uvolnenie_N = mkN072 "" ; - uvolnitelen_A = mkA079 "" ; - uvoln_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uvoln_ja_vane_N = mkN071 "" ; - uvra_V = stateV (mkV150a "") ; - uvredimost_N = mkN049 "" ; - uvre_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - uvre_zj_dane_N = mkN071 "" ; - uvr_ja__V = stateV (mkV177 "") ; - uvyl_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - uvyl_ch_vane_N = mkN071 "" ; - uvyrzvam_V = actionV (mkV186 "") (mkV156 "") ; - uvyrzvane_N = mkN071 "" ; - uvyrtam_V = actionV (mkV186 "") (mkV177 "") ; - uvyrtane_N = mkN071 "" ; - uv_ja_hvam_V = stateV (mkV186 "") ; - uv_ja_hvane_N = mkN071 "" ; - uga_zj_dam_V = actionV (mkV186 "") (mkV173 "") ; - uga_zj_dane_N = mkN071 "" ; - ugar_N = mkN049 "" ; - ugaren_A = mkA079 "" ; - ugarka_N = mkN041 "" ; - ugasvam_V = actionV (mkV186 "") (mkV174 "") ; - ugasvane_N = mkN071 "" ; - ugasna_V = stateV (mkV152 "") ; - ugas_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ugas_ja_vane_N = mkN071 "" ; - ugas_ja_m_V = actionV (mkV187 "") (mkV174 "") ; - ugas_ja_ne_N = mkN071 "" ; - uglaven_A = mkA079 "" ; - ugleden_A = mkA079 "" ; - uglednost_N = mkN049 "" ; - uglyb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uglyb_ja_vane_N = mkN071 "" ; - ugneten_A = mkA076 "" ; - ugnetenie_N = mkN072 "" ; - ugnetenost_N = mkN049 "" ; - ugnetitel_N = mkN031a "" ; - ugnetitelen_A = mkA079 "" ; - ugnetitelka_N = mkN041 "" ; - ugnet_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ugnet_ja_vane_N = mkN071 "" ; - ugnivam_V = actionV (mkV186 "") (mkV163 "") ; - ugnivane_N = mkN071 "" ; - ugovar_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - ugovar_ja_ne_N = mkN071 "" ; - ugovorka_N = mkN041 "" ; - ugoda_N = mkN041 "" ; - ugoden_A = mkA079 "" ; - ugodliv_A = mkA076 "" ; - ugodlivost_N = mkN049 "" ; - ugodnik_N = mkN014 "" ; - ugodnica_N = mkN041 "" ; - ugodni_ch_a_V = stateV (mkV176 "") ; - ugodni_ch_av_A = mkA076 "" ; - ugodni_ch_eski_A = mkA078 "" ; - ugodni_ch_estvo_N = mkN054 "" ; - ugod_ja__V = stateV (mkV174 "") ; - ugoenost_N = mkN049 "" ; - ugolemenie_N = mkN072 "" ; - ugolemitelen_A = mkA079 "" ; - ugolem_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ugolem_ja_vane_N = mkN071 "" ; - ugo_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - ugo_sht_avane_N = mkN071 "" ; - ugo_sht_enie_N = mkN072 "" ; - ugo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - ugo_ja_vane_N = mkN071 "" ; - ugri_zj_vam_V = stateV (mkV186 "") ; - ugri_zj_vane_N = mkN071 "" ; - ugri_zj_en_A = mkA076 "" ; - ugri_zj_enost_N = mkN049 "" ; - ugrizenie_N = mkN072 "" ; - ugroza_N = mkN041 "" ; - udavam_V = actionV (mkV186 "") (mkV168 "") ; - udavane_N = mkN071 "" ; - udavnik_N = mkN014 "" ; - udavnica_N = mkN041 "" ; - udav_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - udav_ja_ne_N = mkN071 "" ; - udar_N = mkN007 "" ; - udaren_A = mkA079 "" ; - udarenie_N = mkN072 "" ; - udarnik_N = mkN014 "" ; - udarni_ch_estvo_N = mkN054 "" ; - udarni_ch_ka_N = mkN041 "" ; - uda_ch_a_N = mkN041 "" ; - uda_ch_en_A = mkA079 "" ; - uda_ch_nost_N = mkN049 "" ; - udvoen_A = mkA076 "" ; - udvo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - udvo_ja_vane_N = mkN071 "" ; - udebel_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - udebel_ja_vane_N = mkN071 "" ; - udesetor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - udesetor_ja_vane_N = mkN071 "" ; - udiven_A = mkA076 "" ; - udivitelen_A = mkA079 "" ; - udivlenie_N = mkN072 "" ; - udivl_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - udivl_ja_vane_N = mkN071 "" ; - udoben_A = mkA079 "" ; - udobstvo_N = mkN054 "" ; - udovletvoren_A = mkA076 "" ; - udovletvorenie_N = mkN072 "" ; - udovletvorenost_N = mkN049 "" ; - udovletvoritelen_A = mkA079 "" ; - udovletvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - udovletvor_ja_vane_N = mkN071 "" ; - udovolstvie_N = mkN072 "" ; - udoletvorenost_N = mkN049 "" ; - udostoverenie_N = mkN072 "" ; - udostoveritel_N = mkN031a "" ; - udostover_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - udostover_ja_vane_N = mkN071 "" ; - udostoen_A = mkA076 "" ; - udosto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - udosto_ja_vane_N = mkN071 "" ; - udremvam_V = actionV (mkV186 "") (mkV154 "") ; - udremvane_N = mkN071 "" ; - udry_zj_ka_N = mkN041 "" ; - udr_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - udr_ja_mvam_V = actionV (mkV186 "") (mkV154 "") ; - udr_ja_mvane_N = mkN071 "" ; - udr_ja_ne_N = mkN071 "" ; - udu_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - udu_sh_avane_N = mkN071 "" ; - udu_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - udu_sh_vane_N = mkN071 "" ; - udu_sh_va_ch__N = mkN007 "" ; - udyl_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - udyl_zj_avane_N = mkN071 "" ; - udyl_zj_en_A = mkA076 "" ; - udyl_zj_enie_N = mkN072 "" ; - udyl_zj_enost_N = mkN049 "" ; - udyl_zj_itel_N = mkN031 "" ; - udyr_zj_am_V = actionV (mkV186 "") (mkV179 "") ; - udyr_zj_ane_N = mkN071 "" ; - ueb_N = mkN040a "" ; - uedinen_A = mkA076 "" ; - uedinenie_N = mkN072 "" ; - uedinenost_N = mkN049 "" ; - uedin_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uedin_ja_vane_N = mkN071 "" ; - uednakv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uednakv_ja_vane_N = mkN071 "" ; - uedr_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uedr_ja_vane_N = mkN071 "" ; - uejlski_A = mkA078 "" ; - uelsec_N = mkN008a "" ; - uelski_A = mkA078 "" ; - uestyrn_N = mkN007 "" ; - u_zj_as_N = mkN007 "" ; - u_zj_asen_A = mkA079 "" ; - u_zj_asi_ja__N = mkN047 "" ; - u_zj_as_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - u_zj_as_ja_vane_N = mkN071 "" ; - u_zj_ilvam_V = actionV (mkV186 "") (mkV173 "") ; - u_zj_ilvane_N = mkN071 "" ; - uzakonen_A = mkA076 "" ; - uzakon_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uzakon_ja_vane_N = mkN071 "" ; - uzbek_N = mkN007 "" ; - uzbekski_A = mkA078 "" ; - uzbe_ch_ka_N = mkN041 "" ; - uznavam_V = actionV (mkV186 "") (mkV161 "") ; - uznavane_N = mkN071 "" ; - uzo_N = mkN065 "" ; - uzr_ja_vam_V = actionV (mkV186 "") (mkV160 "") ; - uzr_ja_vane_N = mkN071 "" ; - uzr_ja_l_A = mkA081 "" ; - uzurpator_N = mkN007 "" ; - uzurpatorka_N = mkN041 "" ; - uzurpaci_ja__N = mkN047 "" ; - uzurpiram_V = stateV (mkV186 "") ; - uzurpirane_N = mkN071 "" ; - uiski_N = mkN065 "" ; - ujdisvam_V = actionV (mkV186 "") (mkV186 "") ; - ujdisvane_N = mkN071 "" ; - ujdurdisvam_V = actionV (mkV186 "") (mkV186 "") ; - ujdurdisvane_N = mkN071 "" ; - ukaz_N = mkN007 "" ; - ukazalec_N = mkN008 "" ; - ukazanie_N = mkN072 "" ; - ukazatel_N = mkN031 "" ; - ukazatelen_A = mkA079 "" ; - ukazvam_V = actionV (mkV186 "") (mkV156 "") ; - ukazvane_N = mkN071 "" ; - ukazen_A = mkA079 "" ; - ukahyr_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - ukahyr_ja_vane_N = mkN071 "" ; - uklon_N = mkN007 "" ; - uklon_ch_iv_A = mkA076 "" ; - uklon_ch_ivost_N = mkN049 "" ; - ukor_N = mkN007 "" ; - ukoren_A = mkA079 "" ; - ukoritel_N = mkN031a "" ; - ukoritelen_A = mkA079 "" ; - ukor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ukor_ja_vane_N = mkN071 "" ; - ukrainec_N = mkN008a "" ; - ukrainka_N = mkN041 "" ; - ukrainski_A = mkA078 "" ; - ukrasa_N = mkN041 "" ; - ukrasitelen_A = mkA079 "" ; - ukras_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ukras_ja_vane_N = mkN071 "" ; - ukra_sh_enie_N = mkN072 "" ; - ukrepvam_V = actionV (mkV186 "") (mkV174 "") ; - ukrepvane_N = mkN071 "" ; - ukrepen_A = mkA076 "" ; - ukrepitelen_A = mkA079 "" ; - ukreplenie_N = mkN072 "" ; - ukrepna_V = stateV (mkV152 "") ; - ukrepnalost_N = mkN049 "" ; - ukrep_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ukrep_ja_vane_N = mkN071 "" ; - ukrivam_V = actionV (mkV186 "") (mkV163 "") ; - ukrivane_N = mkN071 "" ; - ukrivatel_N = mkN031a "" ; - ukrivatelka_N = mkN041 "" ; - ukrivatelstvo_N = mkN054 "" ; - ukritie_N = mkN072 "" ; - ukrotitel_N = mkN031a "" ; - ukrotitelen_A = mkA079 "" ; - ukrotitelka_N = mkN041 "" ; - ukrot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ukrot_ja_vane_N = mkN071 "" ; - ulav_A = mkA076 "" ; - ulav_ja_m_V = stateV (mkV187 "") ; - ulav_ja_ne_N = mkN071 "" ; - ulegna_V = stateV (mkV152 "") ; - ulegnalost_N = mkN049 "" ; - ulej_N = mkN032 "" ; - ulesnenie_N = mkN072 "" ; - ulesnitelen_A = mkA079 "" ; - ulesn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ulesn_ja_vane_N = mkN071 "" ; - ulika_N = mkN041 "" ; - ulisan_A = mkA076 "" ; - ulisane_N = mkN071 "" ; - ulisanost_N = mkN049 "" ; - ulisvam_V = actionV (mkV186 "") (mkV186 "") ; - ulisvane_N = mkN071 "" ; - ulica_N = mkN041 "" ; - uli_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - uli_ch_avane_N = mkN071 "" ; - uli_ch_en_A = mkA079 "" ; - uli_ch_ka_N = mkN041 "" ; - uli_ch_nik_N = mkN014 "" ; - uli_ch_nica_N = mkN041 "" ; - ulov_N = mkN007 "" ; - ulovim_A = mkA076 "" ; - ulovka_N = mkN041 "" ; - ulov_ja__V = stateV (mkV174 "") ; - ultimativen_A = mkA079 "" ; - ultimatum_N = mkN007 "" ; - ultravioletov_A = mkA076 "" ; - ultrazvuk_N = mkN014 "" ; - ultrazvukov_A = mkA076 "" ; - ultrakys_A = mkA076 "" ; - ultral_ja_v_A = mkA081 "" ; - ultramikroskop_N = mkN007 "" ; - ultramoderen_A = mkA079 "" ; - uluk_N = mkN014 "" ; - ululica_N = mkN041 "" ; - ulu_ch_vam_V = actionV (mkV186 "") (mkV176 "") ; - ulu_ch_vane_N = mkN071 "" ; - ul_ja_gam_V = stateV (mkV186 "") ; - ul_ja_gane_N = mkN071 "" ; - um_N = mkN001 "" ; - umalenie_N = mkN072 "" ; - umale_ja__V = stateV (mkV160 "") ; - umalitel_N = mkN031 "" ; - umalitelen_A = mkA079 "" ; - umal_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umal_ja_vane_N = mkN071 "" ; - umal_ja_emo_N = mkN062 "" ; - umeene_N = mkN071 "" ; - umel_A = mkA076 "" ; - umelost_N = mkN049 "" ; - umen_A = mkA079 "" ; - umenie_N = mkN072 "" ; - umervam_V = actionV (mkV186 "") (mkV173 "") ; - umervane_N = mkN071 "" ; - umeren_A = mkA076 "" ; - umerenost_N = mkN049 "" ; - umesvam_V = actionV (mkV186 "") (mkV173 "") ; - umesvane_N = mkN071 "" ; - umesten_A = mkA079 "" ; - umestnost_N = mkN049 "" ; - ume_ja__V = stateV (mkV160 "") ; - umivalnik_N = mkN014 "" ; - umivaln_ja__N = mkN047 "" ; - umivam_V = actionV (mkV186 "") (mkV163 "") ; - umivane_N = mkN071 "" ; - umilen_A = mkA079 "" ; - umilenie_N = mkN072 "" ; - umilitelen_A = mkA079 "" ; - umilkvam_V = stateV (mkV186 "") ; - umilkvane_N = mkN071 "" ; - umilostivitelen_A = mkA079 "" ; - umilostiv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umilostiv_ja_vane_N = mkN071 "" ; - umil_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umil_ja_vane_N = mkN071 "" ; - umiralka_N = mkN041 "" ; - umiram_V = actionV (mkV186 "") (mkV150a "") ; - umirane_N = mkN071 "" ; - umira_ch_ka_N = mkN041 "" ; - umirisvam_V = actionV (mkV186 "") (mkV159 "") ; - umirisvane_N = mkN071 "" ; - umiritel_N = mkN031a "" ; - umiritelen_A = mkA079 "" ; - umirotvorenie_N = mkN072 "" ; - umirotvoritel_N = mkN031a "" ; - umirotvoritelen_A = mkA079 "" ; - umirotvor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umirotvor_ja_vane_N = mkN071 "" ; - umir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umir_ja_vane_N = mkN071 "" ; - umislen_A = mkA076 "" ; - umislenost_N = mkN049 "" ; - umisl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - umisl_ja_ne_N = mkN071 "" ; - umisyl_N = mkN009 "" ; - umi_sh_len_A = mkA076 "" ; - umi_sh_lenost_N = mkN049 "" ; - umnik_N = mkN014 "" ; - umnica_N = mkN041 "" ; - umno_zj_avam_V = actionV (mkV186 "") (mkV178 "") ; - umno_zj_avane_N = mkN071 "" ; - umno_zj_en_A = mkA076 "" ; - umno_zj_enie_N = mkN072 "" ; - umozakl_iu__ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - umozakl_iu__ch_avane_N = mkN071 "" ; - umozakl_iu__ch_enie_N = mkN072 "" ; - umozakl_iu__ch_itelen_A = mkA079 "" ; - umozrenie_N = mkN072 "" ; - umozritelen_A = mkA079 "" ; - umozritelnost_N = mkN049 "" ; - umokr_ja__V = stateV (mkV173 "") ; - umokr_ja_ne_N = mkN071 "" ; - umolitelen_A = mkA079 "" ; - umol_ja_vam_V = stateV (mkV186 "") ; - umol_ja_vane_N = mkN071 "" ; - umol_ja_va_sht__A = mkA076 "" ; - umopobyrkan_A = mkA076 "" ; - umopobyrkane_N = mkN071 "" ; - umopobyrkvam_V = actionV (mkV186 "") (mkV186 "") ; - umopobyrkvane_N = mkN071 "" ; - umopovreden_A = mkA076 "" ; - umopovredenost_N = mkN049 "" ; - umopomra_ch_avam_V = actionV (mkV186 "") (mkV176 "") ; - umopomra_ch_avane_N = mkN071 "" ; - umopomra_ch_en_A = mkA076 "" ; - umopomra_ch_enie_N = mkN072 "" ; - umopomra_ch_itelen_A = mkA079 "" ; - umora_N = mkN041 "" ; - umoren_A = mkA076 "" ; - umoritelen_A = mkA079 "" ; - umoritelnost_N = mkN049 "" ; - umor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umor_ja_vane_N = mkN071 "" ; - umotvorenie_N = mkN072 "" ; - umstven_A = mkA076 "" ; - umuvam_V = stateV (mkV186 "") ; - umuvane_N = mkN071 "" ; - umydre_ja__V = stateV (mkV160 "") ; - umydr_ja_vam_V = actionV (mkV186 "") (mkV173 "") ; - umydr_ja_vane_N = mkN071 "" ; - umydr_ja_ne_N = mkN071 "" ; - umyl_ch_avam_V = actionV (mkV186 "") (mkV178 "") ; - umyl_ch_avane_N = mkN071 "" ; - umyrtv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - umyrtv_ja_vane_N = mkN071 "" ; - umy_ch_nen_A = mkA076 "" ; - unasled_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - unasled_ja_vane_N = mkN071 "" ; - unas_ja__V = stateV (mkV177 "") ; - unas_ja_m_V = actionV (mkV187 "") (mkV145a "") ; - unas_ja_ne_N = mkN071 "" ; - ungarec_N = mkN008a "" ; - ungarka_N = mkN041 "" ; - ungarski_A = mkA078 "" ; - unes_N = mkN007 "" ; - unesenost_N = mkN049 "" ; - uniatski_A = mkA078 "" ; - univam_V = actionV (mkV186 "") (mkV163 "") ; - univane_N = mkN071 "" ; - univermag_N = mkN015 "" ; - universalen_A = mkA079 "" ; - universalizym_N = mkN011 "" ; - universalnost_N = mkN049 "" ; - universitet_N = mkN007 "" ; - universitetski_A = mkA078 "" ; - uni_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - uni_zj_avane_N = mkN071 "" ; - uni_zj_enie_N = mkN072 "" ; - unizenost_N = mkN049 "" ; - unizitelen_A = mkA079 "" ; - uniz_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uniz_ja_vane_N = mkN071 "" ; - unikalen_A = mkA079 "" ; - unikalnost_N = mkN049 "" ; - unikum_N = mkN007 "" ; - unil_A = mkA076 "" ; - unilost_N = mkN049 "" ; - uninie_N = mkN072 "" ; - unisam_V = stateV (mkV186 "") ; - unisane_N = mkN071 "" ; - unison_N = mkN007 "" ; - unifikaci_ja__N = mkN047 "" ; - unificiram_V = stateV (mkV186 "") ; - unificirane_N = mkN071 "" ; - uniforma_N = mkN041 "" ; - uniformen_A = mkA076 "" ; - uni_sht_o_zj_avam_V = actionV (mkV186 "") (mkV176 "") ; - uni_sht_o_zj_avane_N = mkN071 "" ; - uni_sht_o_zj_enie_N = mkN072 "" ; - uni_sht_o_zj_imost_N = mkN049 "" ; - uni_sht_o_zj_itel_N = mkN031 "" ; - uni_sht_o_zj_itelen_A = mkA079 "" ; - unci_ja__N = mkN047 "" ; - upadam_V = actionV (mkV186 "") (mkV152 "") ; - upadane_N = mkN071 "" ; - upadyk_N = mkN014 "" ; - upady_ch_en_A = mkA079 "" ; - upady_ch_nost_N = mkN049 "" ; - uplah_N = mkN007 "" ; - uplaha_N = mkN041 "" ; - upla_sh_vam_V = actionV (mkV186 "") (mkV176 "") ; - upla_sh_vane_N = mkN071 "" ; - upla_sh_en_A = mkA076 "" ; - uplytnenie_N = mkN072 "" ; - uplytnitel_N = mkN031 "" ; - uplytnitelen_A = mkA079 "" ; - uplytn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uplytn_ja_vane_N = mkN071 "" ; - upovavam_V = stateV (mkV186 "") ; - upovavane_N = mkN071 "" ; - upovanie_N = mkN072 "" ; - upodob_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - upodob_ja_vane_N = mkN071 "" ; - upoen_A = mkA085 "" ; - upoenie_N = mkN072 "" ; - upoitelen_A = mkA079 "" ; - upojvam_V = actionV (mkV186 "") (mkV175 "") ; - upojvane_N = mkN071 "" ; - upojka_N = mkN041 "" ; - upokoen_A = mkA085 "" ; - upokoenie_N = mkN072 "" ; - upokoj_N = mkN032 "" ; - upoko_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - upoko_ja_vane_N = mkN071 "" ; - upomenavam_V = actionV (mkV186 "") (mkV152 "") ; - upomenavane_N = mkN071 "" ; - upor_N = mkN007 "" ; - uporen_A = mkA079 "" ; - uporit_A = mkA076 "" ; - uporitost_N = mkN049 "" ; - uporstvam_V = stateV (mkV186 "") ; - uporstvane_N = mkN071 "" ; - uporstvo_N = mkN054 "" ; - uporstvuvam_V = stateV (mkV186 "") ; - uporstvuvane_N = mkN071 "" ; - upotreba_N = mkN041 "" ; - upotrebim_A = mkA076 "" ; - upotrebimost_N = mkN049 "" ; - upotrebitelen_A = mkA079 "" ; - upotrebitenost_N = mkN049 "" ; - upotreblenie_N = mkN072 "" ; - upotreb_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - upotreb_ja_vane_N = mkN071 "" ; - upotreb_ja_em_A = mkA076 "" ; - upo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - upo_ja_vane_N = mkN071 "" ; - uprava_N = mkN041 "" ; - upravitel_N = mkN031a "" ; - upravitelen_A = mkA079 "" ; - upravitelka_N = mkN041 "" ; - upravitelski_A = mkA078 "" ; - upravi_ja__N = mkN047 "" ; - upravlenie_N = mkN072 "" ; - upravlenski_A = mkA078 "" ; - upravlen_ch_eski_A = mkA078 "" ; - upravl_ja_vam_V = stateV (mkV186 "") ; - upravl_ja_vane_N = mkN071 "" ; - upravl_ja_va_sht__A = mkA076 "" ; - upravl_ja_em_A = mkA076 "" ; - upravl_ja_emost_N = mkN049 "" ; - upravnik_N = mkN014 "" ; - upravni_ch_eski_A = mkA078 "" ; - upra_zj_nenie_N = mkN072 "" ; - upra_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - upra_zj_n_ja_vane_N = mkN071 "" ; - uprek_N = mkN014 "" ; - uprekvam_V = actionV (mkV186 "") (mkV152 "") ; - uprekvane_N = mkN071 "" ; - upylnomo_sht_avam_V = actionV (mkV186 "") (mkV174 "") ; - upylnomo_sht_avane_N = mkN071 "" ; - upylnomo_sht_en_A = mkA076 "" ; - upytvam_V = actionV (mkV186 "") (mkV173 "") ; - upytvane_N = mkN071 "" ; - uravnenie_N = mkN072 "" ; - uravnilovka_N = mkN041 "" ; - uravnitel_N = mkN031 "" ; - uravnitelen_A = mkA079 "" ; - uravnovesen_A = mkA076 "" ; - uravnovesenost_N = mkN049 "" ; - uravnoves_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uravnoves_ja_vane_N = mkN071 "" ; - uravn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uravn_ja_vane_N = mkN071 "" ; - uragan_N = mkN007 "" ; - uraganen_A = mkA079 "" ; - uralski_A = mkA078 "" ; - uran_N = mkN007 "" ; - uraniev_A = mkA076 "" ; - uranov_A = mkA076 "" ; - urbanizaci_ja__N = mkN047 "" ; - urbule_sh_ki_A = mkA078 "" ; - urva_N = mkN041 "" ; - ureguliram_V = stateV (mkV186 "") ; - ureguliran_A = mkA076 "" ; - uregulirane_N = mkN071 "" ; - uregulirvam_V = stateV (mkV186 "") ; - uregulirvane_N = mkN071 "" ; - ured_N = mkN007 "" ; - uredba_N = mkN041 "" ; - ureden_A = mkA076 "" ; - urednik_N = mkN014 "" ; - urednica_N = mkN041 "" ; - uredni_ch_estvo_N = mkN054 "" ; - urednost_N = mkN049 "" ; - ure_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - ure_zj_dane_N = mkN071 "" ; - uremi_ja__N = mkN047 "" ; - ure_ch_en_A = mkA079 "" ; - urina_N = mkN041 "" ; - uriniram_V = stateV (mkV186 "") ; - urinirane_N = mkN071 "" ; - uri_ch_ane_N = mkN071 "" ; - urna_N = mkN041 "" ; - urod_N = mkN007 "" ; - urodliv_A = mkA076 "" ; - urodlivost_N = mkN049 "" ; - urodstvo_N = mkN054 "" ; - uro_zj_aj_N = mkN032 "" ; - urok_N = mkN014 "" ; - urolog_N = mkN015 "" ; - urologi_ja__N = mkN047 "" ; - uronvam_V = actionV (mkV186 "") (mkV173 "") ; - uronvane_N = mkN071 "" ; - uro_ch_asam_V = stateV (mkV186 "") ; - uro_ch_asane_N = mkN071 "" ; - uro_ch_asvam_V = stateV (mkV186 "") ; - uro_ch_asvane_N = mkN071 "" ; - ursuzin_N = mkN007 "" ; - urtikari_ja__N = mkN047 "" ; - urugvajka_N = mkN041 "" ; - usamoten_A = mkA076 "" ; - usamotenie_N = mkN072 "" ; - usamotenost_N = mkN049 "" ; - usamot_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usamot_ja_vane_N = mkN071 "" ; - usvo_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - usvo_ja_vane_N = mkN071 "" ; - usedna_V = stateV (mkV152 "") ; - usednal_A = mkA076 "" ; - usednalost_N = mkN049 "" ; - used_ja_vam_V = actionV (mkV186 "") (mkV177 "") ; - used_ja_vane_N = mkN071 "" ; - uset_N = mkN007 "" ; - useten_A = mkA079 "" ; - usetliv_A = mkA076 "" ; - usetlivost_N = mkN049 "" ; - use_sht_am_V = actionV (mkV186 "") (mkV173 "") ; - use_sht_ane_N = mkN071 "" ; - usilvam_V = actionV (mkV186 "") (mkV173 "") ; - usilvane_N = mkN071 "" ; - usilvatel_N = mkN031 "" ; - usilvatelen_A = mkA079 "" ; - usilen_A = mkA079 "" ; - usilie_N = mkN072 "" ; - uskoren_A = mkA076 "" ; - uskorenie_N = mkN072 "" ; - uskoritel_N = mkN031 "" ; - uskoritelen_A = mkA079 "" ; - uskor_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uskor_ja_vane_N = mkN071 "" ; - uslav_ja_m_V = stateV (mkV187 "") ; - uslav_ja_ne_N = mkN071 "" ; - uslada_N = mkN041 "" ; - usla_zj_dam_V = actionV (mkV186 "") (mkV174 "") ; - usla_zj_dane_N = mkN071 "" ; - usloven_A = mkA079 "" ; - uslovie_N = mkN072 "" ; - uslovnost_N = mkN049 "" ; - uslov_ja__V = stateV (mkV174 "") ; - uslo_zj_nenie_N = mkN072 "" ; - uslo_zj_nenost_N = mkN049 "" ; - uslo_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uslo_zj_n_ja_vane_N = mkN071 "" ; - usluga_N = mkN041 "" ; - uslu_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - uslu_zj_vane_N = mkN071 "" ; - uslu_zj_liv_A = mkA076 "" ; - uslu_zj_livost_N = mkN049 "" ; - usmivka_N = mkN041 "" ; - usmiren_A = mkA076 "" ; - usmirenie_N = mkN072 "" ; - usmiritel_N = mkN031 "" ; - usmiritelen_A = mkA079 "" ; - usmiritelka_N = mkN041 "" ; - usmir_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usmir_ja_vane_N = mkN071 "" ; - usmihvam_V = actionV (mkV186 "") (mkV152 "") ; - usmihvane_N = mkN071 "" ; - usmihnat_A = mkA076 "" ; - usmotrenie_N = mkN072 "" ; - usmyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usmyrd_ja_vane_N = mkN071 "" ; - usoen_A = mkA085 "" ; - usoi_sht_e_N = mkN066 "" ; - usoj_N = mkN032 "" ; - usojnica_N = mkN041 "" ; - usojni_ch_av_A = mkA076 "" ; - usojni_ch_e_N = mkN065 "" ; - uspevaemost_N = mkN049 "" ; - uspenie_N = mkN072 "" ; - uspeh_N = mkN007 "" ; - uspe_sh_en_A = mkA079 "" ; - uspe_sh_nost_N = mkN049 "" ; - uspe_ja__V = stateV (mkV164 "") ; - uspivam_V = actionV (mkV186 "") (mkV182 "") ; - uspivane_N = mkN071 "" ; - uspokoenie_N = mkN072 "" ; - uspokoitelen_A = mkA079 "" ; - uspoko_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - uspoko_ja_vane_N = mkN071 "" ; - usporeden_A = mkA079 "" ; - usporedica_N = mkN041 "" ; - usporedka_N = mkN041 "" ; - usporednik_N = mkN014 "" ; - usporednost_N = mkN049 "" ; - usp_ja_vam_V = stateV (mkV186 "") ; - usp_ja_vane_N = mkN071 "" ; - usredn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usredn_ja_vane_N = mkN071 "" ; - usred_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usred_ja_vane_N = mkN071 "" ; - usta_N = mkN042 "" ; - ustaba_sh_i_ja__N = mkN039 "" ; - ustav_N = mkN007 "" ; - ustaven_A = mkA079 "" ; - ustanoven_A = mkA076 "" ; - ustanovenost_N = mkN049 "" ; - ustanovka_N = mkN041 "" ; - ustanov_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ustanov_ja_vane_N = mkN071 "" ; - ustat_A = mkA076 "" ; - ustatnik_N = mkN014 "" ; - ustatnica_N = mkN041 "" ; - ustatost_N = mkN049 "" ; - usten_A = mkA079 "" ; - ustie_N = mkN072 "" ; - ustiskane_N = mkN071 "" ; - ustiskvam_V = actionV (mkV186 "") (mkV186 "") ; - ustiskvane_N = mkN071 "" ; - ustna_N = mkN041 "" ; - ustoj_N = mkN032 "" ; - ustoj_ch_iv_A = mkA076 "" ; - ustoj_ch_ivost_N = mkN049 "" ; - ustocveten_A = mkA079 "" ; - usto_ja_vam_V = actionV (mkV186 "") (mkV180 "") ; - usto_ja_vane_N = mkN071 "" ; - ustrelvam_V = stateV (mkV186 "") ; - ustrelvane_N = mkN071 "" ; - ustrel_ja_ne_N = mkN071 "" ; - ustrem_N = mkN007 "" ; - ustremen_A = mkA079 "" ; - ustremenost_N = mkN049 "" ; - ustremitelen_A = mkA079 "" ; - ustremnost_N = mkN049 "" ; - ustrem_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ustrem_ja_vane_N = mkN071 "" ; - ustrojvam_V = actionV (mkV186 "") (mkV175 "") ; - ustrojvane_N = mkN071 "" ; - ustrojstven_A = mkA076 "" ; - ustrojstvo_N = mkN054 "" ; - ustro_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - ustro_ja_vane_N = mkN071 "" ; - usukan_A = mkA076 "" ; - usukanost_N = mkN049 "" ; - usukvam_V = actionV (mkV186 "") (mkV155 "") ; - usukvane_N = mkN071 "" ; - usyvyr_sh_enstvam_V = stateV (mkV186 "") ; - usyvyr_sh_enstvane_N = mkN071 "" ; - usyvyr_sh_enstvuvam_V = stateV (mkV186 "") ; - usyvyr_sh_enstvuvane_N = mkN071 "" ; - usymn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - usymn_ja_vane_N = mkN071 "" ; - usyrden_A = mkA079 "" ; - usyrdie_N = mkN072 "" ; - usyrdnost_N = mkN049 "" ; - us_ja_dam_V = stateV (mkV186 "") ; - us_ja_dane_N = mkN071 "" ; - utaen_A = mkA076 "" ; - utae_ch_en_A = mkA079 "" ; - utaitel_N = mkN031 "" ; - utajvam_V = actionV (mkV186 "") (mkV175 "") ; - utajvane_N = mkN071 "" ; - utajka_N = mkN041 "" ; - utalo_zj_vam_V = actionV (mkV186 "") (mkV176 "") ; - utalo_zj_vane_N = mkN071 "" ; - utalo_zj_enost_N = mkN049 "" ; - uta_ja_vam_V = actionV (mkV186 "") (mkV175 "") ; - uta_ja_vane_N = mkN071 "" ; - utvyrditelen_A = mkA079 "" ; - utvyrd_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - utvyrd_ja_vane_N = mkN071 "" ; - utvyr_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - utvyr_zj_davane_N = mkN071 "" ; - utvyr_zj_denie_N = mkN072 "" ; - ute_zj_nenie_N = mkN072 "" ; - ute_zj_ne_ja__V = stateV (mkV160 "") ; - ute_zj_nitelen_A = mkA079 "" ; - ute_zj_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - ute_zj_n_ja_vane_N = mkN071 "" ; - utesne_ja__V = stateV (mkV160 "") ; - utesn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - utesn_ja_vane_N = mkN071 "" ; - uteha_N = mkN041 "" ; - ute_sh_avam_V = actionV (mkV186 "") (mkV176 "") ; - ute_sh_avane_N = mkN071 "" ; - ute_sh_en_A = mkA079 "" ; - ute_sh_enie_N = mkN072 "" ; - ute_sh_itel_N = mkN031a "" ; - ute_sh_itelen_A = mkA079 "" ; - ute_sh_itelka_N = mkN041 "" ; - utilitaren_A = mkA079 "" ; - utilitarizym_N = mkN011 "" ; - utilitarist_N = mkN007 "" ; - utilitaristka_N = mkN041 "" ; - utilitarnost_N = mkN049 "" ; - utihvam_V = actionV (mkV186 "") (mkV152 "") ; - utihvane_N = mkN071 "" ; - utolenost_N = mkN049 "" ; - utolim_A = mkA076 "" ; - utolimost_N = mkN049 "" ; - utol_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - utol_ja_vane_N = mkN071 "" ; - utopizym_N = mkN011 "" ; - utopist_N = mkN007a "" ; - utopistka_N = mkN041 "" ; - utopi_ch_en_A = mkA079 "" ; - utopi_ch_nost_N = mkN049 "" ; - utopi_ja__N = mkN047 "" ; - uto_ch_nenie_N = mkN072 "" ; - uto_ch_nenost_N = mkN049 "" ; - uto_ch_n_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - uto_ch_n_ja_vane_N = mkN071 "" ; - utrajvam_V = actionV (mkV186 "") (mkV162 "") ; - utrajvane_N = mkN071 "" ; - utrepvam_V = actionV (mkV186 "") (mkV154 "") ; - utrepvane_N = mkN071 "" ; - utre_sh_en_A = mkA079 "" ; - utrin_N = mkN049 "" ; - utrinen_A = mkA079 "" ; - utro_N = mkN054 "" ; - utroba_N = mkN041 "" ; - utroben_A = mkA079 "" ; - utroen_A = mkA076 "" ; - utro_ja_vam_V = actionV (mkV186 "") (mkV162 "") ; - utro_ja_vane_N = mkN071 "" ; - utrudvam_V = actionV (mkV186 "") (mkV173 "") ; - utrudvane_N = mkN071 "" ; - utypkan_A = mkA076 "" ; - utypkvam_V = actionV (mkV186 "") (mkV155 "") ; - utypkvane_N = mkN071 "" ; - uhaen_A = mkA085 "" ; - uha_zj_vam_V = stateV (mkV186 "") ; - uha_zj_vane_N = mkN071 "" ; - uha_zj_or_N = mkN007a "" ; - uham_V = stateV (mkV186 "") ; - uhane_N = mkN071 "" ; - uhanen_A = mkA079 "" ; - uhanie_N = mkN072 "" ; - uhapvam_V = actionV (mkV186 "") (mkV154 "") ; - uhapvane_N = mkN071 "" ; - uha_ja__V = stateV (mkV162 "") ; - uhilvam_V = actionV (mkV186 "") (mkV173 "") ; - uhilvane_N = mkN071 "" ; - uhil_ja__V = stateV (mkV173 "") ; - uhna_V = stateV (mkV152 "") ; - uho_N = mkN064 "" ; - uhobol_N = mkN007 "" ; - ucelvam_V = actionV (mkV186 "") (mkV173 "") ; - ucelvane_N = mkN071 "" ; - u_ch_a_V = stateV (mkV176 "") ; - u_ch_ast_N = mkN049 "" ; - u_ch_astvam_V = stateV (mkV186 "") ; - u_ch_astvane_N = mkN071 "" ; - u_ch_astvuvam_V = stateV (mkV186 "") ; - u_ch_astvuvane_N = mkN071 "" ; - u_ch_astie_N = mkN072 "" ; - u_ch_astnik_N = mkN014a "" ; - u_ch_astnica_N = mkN041 "" ; - u_ch_astni_ch_ka_N = mkN041 "" ; - u_ch_astyk_N = mkN014a "" ; - u_ch_astykov_A = mkA076 "" ; - u_ch_a_sht__A = mkA076 "" ; - u_ch_eben_A = mkA079 "" ; - u_ch_ebnik_N = mkN014 "" ; - u_ch_ebnikar_N = mkN031a "" ; - u_ch_ebnikarka_N = mkN041 "" ; - u_ch_ebnikarski_A = mkA078 "" ; - u_ch_ebnikarstvo_N = mkN054 "" ; - u_ch_en_A = mkA076 "" ; - u_ch_ene_N = mkN071 "" ; - u_ch_enie_N = mkN072 "" ; - u_ch_enik_N = mkN014 "" ; - u_ch_eni_ch_eski_A = mkA078 "" ; - u_ch_eni_ch_estvo_N = mkN054 "" ; - u_ch_eni_ch_ka_N = mkN041 "" ; - u_ch_enol_iu_biv_A = mkA076 "" ; - u_ch_enol_iu_bivost_N = mkN049 "" ; - u_ch_enol_iu_bie_N = mkN072 "" ; - u_ch_enost_N = mkN049 "" ; - u_ch_esten_A = mkA076 "" ; - u_ch_etvoren_A = mkA076 "" ; - u_ch_etvor_ja_vam_V = stateV (mkV186 "") ; - u_ch_etvor_ja_vane_N = mkN071 "" ; - u_ch_e_sht__A = mkA076 "" ; - u_ch_ili_sht_e_N = mkN066 "" ; - u_ch_ili_sht_en_A = mkA079 "" ; - u_ch_inajka_N = mkN041 "" ; - u_ch_itel_N = mkN031a "" ; - u_ch_itelka_N = mkN041 "" ; - u_ch_itelski_A = mkA078 "" ; - u_ch_itelstvam_V = stateV (mkV186 "") ; - u_ch_itelstvane_N = mkN071 "" ; - u_ch_itelstvo_N = mkN054 "" ; - u_ch_itelstvuvam_V = stateV (mkV186 "") ; - u_ch_itelstvuvane_N = mkN071 "" ; - u_ch_kom_N = mkN007 "" ; - u_ch_lenenie_N = mkN072 "" ; - u_ch_lenitelen_A = mkA079 "" ; - u_ch_len_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - u_ch_len_ja_vane_N = mkN071 "" ; - u_ch_reditel_N = mkN031a "" ; - u_ch_reditelen_A = mkA079 "" ; - u_ch_reditelka_N = mkN041 "" ; - u_ch_red_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - u_ch_red_ja_vane_N = mkN071 "" ; - u_ch_re_zj_davam_V = actionV (mkV186 "") (mkV174 "") ; - u_ch_re_zj_davane_N = mkN071 "" ; - u_ch_re_zj_denie_N = mkN072 "" ; - u_ch_re_zj_denski_A = mkA078 "" ; - u_ch_tiv_A = mkA076 "" ; - u_ch_tivost_N = mkN049 "" ; - u_ch_udvam_V = actionV (mkV186 "") (mkV173 "") ; - u_ch_udvane_N = mkN071 "" ; - u_sh_anka_N = mkN041 "" ; - u_sh_en_A = mkA079 "" ; - u_sh_ence_N = mkN066 "" ; - u_sh_ivam_V = actionV (mkV186 "") (mkV163 "") ; - u_sh_ivane_N = mkN071 "" ; - u_sht_yrb_N = mkN007 "" ; - u_iu_t_N = mkN007 "" ; - u_iu_ten_A = mkA079 "" ; - u_iu_tnost_N = mkN049 "" ; - u_ja_zvim_A = mkA076 "" ; - u_ja_zvimost_N = mkN049 "" ; - u_ja_zvitelen_A = mkA079 "" ; - u_ja_zv_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - u_ja_zv_ja_vane_N = mkN071 "" ; - u_ja_snenie_N = mkN072 "" ; - u_ja_sn_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - u_ja_sn_ja_vane_N = mkN071 "" ; - fabi_ja_nec_N = mkN008a "" ; - fabi_ja_nka_N = mkN041 "" ; - fabi_ja_nstvo_N = mkN054 "" ; - fabrika_N = mkN041 "" ; - fabrikant_N = mkN007a "" ; - fabrikantka_N = mkN041 "" ; - fabrikantski_A = mkA078 "" ; - fabrikat_N = mkN007 "" ; - fabrikaci_ja__N = mkN047 "" ; - fabrikuvam_V = stateV (mkV186 "") ; - fabrikuvane_N = mkN071 "" ; - fabri_ch_en_A = mkA079 "" ; - fabula_N = mkN041 "" ; - fabulen_A = mkA079 "" ; - favorizaci_ja__N = mkN047 "" ; - favoriziram_V = stateV (mkV186 "") ; - favorizirane_N = mkN071 "" ; - favorit_N = mkN007 "" ; - favoritka_N = mkN041 "" ; - fagedenizym_N = mkN011 "" ; - fagot_N = mkN007 "" ; - fagotist_N = mkN007 "" ; - fagotistka_N = mkN041 "" ; - fagocitoza_N = mkN041 "" ; - faza_N = mkN041 "" ; - fazan_N = mkN007 "" ; - fazov_A = mkA076 "" ; - fazomer_N = mkN007 "" ; - fajda_N = mkN041 "" ; - fajl_N = mkN001 "" ; - fajlov_A = mkA076 "" ; - fajton_N = mkN007 "" ; - fajtond_zj_ijski_A = mkA078 "" ; - fajtond_zj_i_ja__N = mkN039 "" ; - fakel_N = mkN008 "" ; - fakelen_A = mkA079 "" ; - fakir_N = mkN007 "" ; - fakla_N = mkN041 "" ; - faklonosec_N = mkN008a "" ; - faks_A = mkA089a "" ; - faksimile_N = mkN065 "" ; - faksov_A = mkA076 "" ; - fakt_N = mkN007 "" ; - fakti_ch_eski_A = mkA078 "" ; - faktologi_ch_en_A = mkA079 "" ; - faktor_N = mkN007 "" ; - faktoriel_N = mkN007 "" ; - faktori_ja__N = mkN047 "" ; - faktura_N = mkN041 "" ; - fakturiram_V = stateV (mkV186 "") ; - fakturirane_N = mkN071 "" ; - fakultativen_A = mkA079 "" ; - fakultet_N = mkN007 "" ; - fakulteten_A = mkA079 "" ; - fakultetski_A = mkA078 "" ; - falanga_N = mkN041 "" ; - falangov_A = mkA076 "" ; - faliram_V = stateV (mkV186 "") ; - falirane_N = mkN071 "" ; - falit_N = mkN007 "" ; - falos_N = mkN007 "" ; - falstart_N = mkN001 "" ; - falta_N = mkN041 "" ; - falc_N = mkN001 "" ; - falcet_N = mkN007 "" ; - falceten_A = mkA079 "" ; - falcov_A = mkA076 "" ; - falcuvam_V = stateV (mkV186 "") ; - falcuvane_N = mkN071 "" ; - fal_sh__N = mkN001 "" ; - fal_sh_iv_A = mkA076 "" ; - fal_sh_ivost_N = mkN049 "" ; - fal_sh_iv_ja__V = stateV (mkV174 "") ; - fal_sh_ifikat_N = mkN007 "" ; - fal_sh_ifikator_N = mkN007a "" ; - fal_sh_ifikatorka_N = mkN041 "" ; - fal_sh_ifikaci_ja__N = mkN047 "" ; - fal_sh_ificiram_V = stateV (mkV186 "") ; - fal_sh_ificirane_N = mkN071 "" ; - familen_A = mkA079 "" ; - familiaren_A = mkA079 "" ; - familiariziram_V = stateV (mkV186 "") ; - familiarizirane_N = mkN071 "" ; - familiarni_ch_a_V = stateV (mkV176 "") ; - familiarni_ch_ene_N = mkN071 "" ; - familiarnost_N = mkN049 "" ; - famili_ja__N = mkN047 "" ; - famozen_A = mkA079 "" ; - fanariot_N = mkN007 "" ; - fanatiziram_V = stateV (mkV186 "") ; - fanatizirane_N = mkN071 "" ; - fanatizym_N = mkN011 "" ; - fanatik_N = mkN014a "" ; - fanati_ch_en_A = mkA079 "" ; - fanati_ch_eski_A = mkA078 "" ; - fanati_ch_ka_N = mkN041 "" ; - fanati_ch_nost_N = mkN049 "" ; - fantaze_N = mkN065 "" ; - fantaziram_V = stateV (mkV186 "") ; - fantazirane_N = mkN071 "" ; - fantazi_ja__N = mkN047 "" ; - fantazxor_N = mkN007 "" ; - fantazxorka_N = mkN041 "" ; - fantazxorski_A = mkA078 "" ; - fantazxorstvo_N = mkN054 "" ; - fantasmagori_ch_en_A = mkA079 "" ; - fantasmagori_ja__N = mkN047 "" ; - fantast_N = mkN007 "" ; - fantastika_N = mkN041 "" ; - fantasti_ch_en_A = mkA079 "" ; - fantasti_ch_nost_N = mkN049 "" ; - fante_N = mkN065 "" ; - fantom_N = mkN007 "" ; - fanfar_N = mkN007 "" ; - fanfaren_A = mkA079 "" ; - fanfarist_N = mkN007 "" ; - fanfaristka_N = mkN041 "" ; - fanfaron_N = mkN007 "" ; - fanfaronstvo_N = mkN054 "" ; - far_N = mkN001 "" ; - faradizaci_ja__N = mkN047 "" ; - faraon_N = mkN007 "" ; - faraonov_A = mkA076 "" ; - faraonski_A = mkA078 "" ; - faringit_N = mkN007 "" ; - farinks_N = mkN007 "" ; - farisej_N = mkN032a "" ; - farisejka_N = mkN041 "" ; - farisejski_A = mkA078 "" ; - farisejstvam_V = stateV (mkV186 "") ; - farisejstvane_N = mkN071 "" ; - farisejstvo_N = mkN054 "" ; - farisej_sht_ina_N = mkN041 "" ; - farmakolog_N = mkN015 "" ; - farmakologi_ch_en_A = mkA079 "" ; - farmakologi_ja__N = mkN047 "" ; - farmakope_ja__N = mkN047 "" ; - farmason_N = mkN007 "" ; - farmacevt_N = mkN007 "" ; - farmacevtika_N = mkN041 "" ; - farmacevti_ch_en_A = mkA079 "" ; - farmaci_ja__N = mkN047 "" ; - farov_A = mkA076 "" ; - fars_N = mkN001 "" ; - farsov_A = mkA076 "" ; - farfara_N = mkN041 "" ; - farforen_A = mkA079 "" ; - far_sh_irovam_V = stateV (mkV186 "") ; - far_sh_irovan_A = mkA076 "" ; - far_sh_irovane_N = mkN071 "" ; - farxorski_A = mkA078 "" ; - fas_N = mkN001 "" ; - fasada_N = mkN041 "" ; - fasaden_A = mkA079 "" ; - faset_N = mkN007 "" ; - fason_N = mkN007 "" ; - fasonen_A = mkA079 "" ; - fasoniram_V = stateV (mkV186 "") ; - fasonirane_N = mkN071 "" ; - fasonka_N = mkN041 "" ; - fasul_N = mkN007 "" ; - fasulen_A = mkA076 "" ; - fasulka_N = mkN041 "" ; - fasulko_N = mkN040 "" ; - fasulkovec_N = mkN008a "" ; - fasulski_A = mkA078 "" ; - fasunga_N = mkN041 "" ; - fatalen_A = mkA079 "" ; - fatalizym_N = mkN011 "" ; - fatalist_N = mkN007 "" ; - fatalisti_ch_en_A = mkA079 "" ; - fatalistka_N = mkN041 "" ; - fatalnost_N = mkN049 "" ; - fauliram_V = stateV (mkV186 "") ; - faulirane_N = mkN071 "" ; - fauna_N = mkN041 "" ; - fa_sh_iziram_V = stateV (mkV186 "") ; - fa_sh_izirane_N = mkN071 "" ; - fa_sh_izym_N = mkN011 "" ; - fa_sh_ist_N = mkN007 "" ; - fa_sh_istka_N = mkN041 "" ; - fa_sh_istki_A = mkA078 "" ; - fa_ja_ns_N = mkN007 "" ; - fa_ja_nsov_A = mkA076 "" ; - fevruarski_A = mkA078 "" ; - feder_N = mkN007 "" ; - federalen_A = mkA079 "" ; - federalizym_N = mkN011 "" ; - federalist_N = mkN007 "" ; - federalistka_N = mkN041 "" ; - federativen_A = mkA079 "" ; - federaci_ja__N = mkN047 "" ; - federbal_N = mkN007 "" ; - federirane_N = mkN071 "" ; - feeri_ch_en_A = mkA079 "" ; - feeri_ch_eski_A = mkA078 "" ; - feeri_ch_nost_N = mkN049 "" ; - feeri_ja__N = mkN047 "" ; - fejleton_N = mkN007 "" ; - fejletonist_N = mkN007 "" ; - fejletonistka_N = mkN041 "" ; - fekalen_A = mkA079 "" ; - fekali_ja__N = mkN047 "" ; - feldmar_sh_al_N = mkN007 "" ; - feldmar_sh_alski_A = mkA078 "" ; - feldfebel_N = mkN007 "" ; - feldfebelski_A = mkA078 "" ; - feld_sh_er_N = mkN007 "" ; - feminizym_N = mkN011 "" ; - feminist_N = mkN007 "" ; - feministi_ch_en_A = mkA079 "" ; - feministka_N = mkN041 "" ; - feministki_A = mkA078 "" ; - fen_N = mkN001 "" ; - fener_N = mkN007 "" ; - fenerd_zj_i_ja__N = mkN039 "" ; - feneren_A = mkA079 "" ; - fener_ch_e_N = mkN065 "" ; - feniks_N = mkN007 "" ; - fenol_N = mkN007 "" ; - fenologi_ja__N = mkN047 "" ; - fenomen_N = mkN007 "" ; - fenomenalen_A = mkA079 "" ; - fenomenalizym_N = mkN011 "" ; - feodal_N = mkN007 "" ; - feodalen_A = mkA079 "" ; - feodalizym_N = mkN011 "" ; - fered_zj_e_N = mkN065 "" ; - feribot_N = mkN007 "" ; - ferma_N = mkN041 "" ; - ferman_N = mkN007 "" ; - ferment_N = mkN007 "" ; - fermentacionen_A = mkA079 "" ; - fermentaci_ja__N = mkN047 "" ; - fermentiram_V = stateV (mkV186 "") ; - fermentirane_N = mkN071 "" ; - fermer_N = mkN007 "" ; - fermerski_A = mkA078 "" ; - fermerstvo_N = mkN054 "" ; - feromonen_A = mkA079 "" ; - ferotipi_ja__N = mkN047 "" ; - fes_N = mkN001 "" ; - fest_N = mkN001 "" ; - festival_N = mkN007 "" ; - festivalen_A = mkA079 "" ; - feston_N = mkN007 "" ; - festonirane_N = mkN071 "" ; - feti_sh__N = mkN007 "" ; - feti_sh_izym_N = mkN011 "" ; - feti_sh_ist_N = mkN007 "" ; - feti_sh_istki_A = mkA078 "" ; - fehtovalen_A = mkA079 "" ; - fehtovka_N = mkN041 "" ; - fehtov_ch_ik_N = mkN014 "" ; - fehtuvam_V = stateV (mkV186 "") ; - fehtuvane_N = mkN071 "" ; - fehtuva_ch__N = mkN007 "" ; - fe_ja__N = mkN047 "" ; - fiasko_N = mkN054 "" ; - fiba_N = mkN041 "" ; - fibra_N = mkN041 "" ; - fibrilen_A = mkA079 "" ; - fibroza_N = mkN041 "" ; - fibrozen_A = mkA079 "" ; - fibroma_N = mkN041 "" ; - fibrociment_N = mkN007 "" ; - fibula_N = mkN041 "" ; - fibyr_N = mkN009 "" ; - figura_N = mkN041 "" ; - figuralen_A = mkA079 "" ; - figurant_N = mkN007 "" ; - figurantka_N = mkN041 "" ; - figurativen_A = mkA079 "" ; - figurativnost_N = mkN049 "" ; - figuren_A = mkA079 "" ; - figuriram_V = stateV (mkV186 "") ; - figurirane_N = mkN071 "" ; - figurist_N = mkN007 "" ; - figurka_N = mkN041 "" ; - fidanka_N = mkN041 "" ; - fide_N = mkN065 "" ; - fiev_A = mkA076 "" ; - fizik_N = mkN014 "" ; - fizika_N = mkN041 "" ; - fizikohimi_ja__N = mkN047 "" ; - fiziografi_ja__N = mkN047 "" ; - fiziolog_N = mkN015 "" ; - fiziologi_ch_en_A = mkA079 "" ; - fiziologi_ch_eski_A = mkA078 "" ; - fiziologi_ja__N = mkN047 "" ; - fizionomika_N = mkN041 "" ; - fizionomist_N = mkN007 "" ; - fizionomistka_N = mkN041 "" ; - fizionomi_ja__N = mkN047 "" ; - fizioterapi_ja__N = mkN047 "" ; - fizi_ch_en_A = mkA079 "" ; - fizi_ch_eski_A = mkA078 "" ; - fizi_ch_ka_N = mkN041 "" ; - fizkultura_N = mkN041 "" ; - fizkulturen_A = mkA079 "" ; - fizkulturnik_N = mkN014a "" ; - fizkulturni_ch_ka_N = mkN041 "" ; - fij_N = mkN032 "" ; - fiksa_zj__N = mkN007 "" ; - fiksa_zj_en_A = mkA079 "" ; - fiksator_N = mkN007 "" ; - fikside_ja__N = mkN047 "" ; - fiksiram_V = stateV (mkV186 "") ; - fiksirane_N = mkN071 "" ; - fiktiven_A = mkA079 "" ; - fiktivnost_N = mkN049 "" ; - fikus_N = mkN007 "" ; - fikci_ja__N = mkN047 "" ; - filadelfi_ja__N = mkN047 "" ; - filakteri_ja__N = mkN047 "" ; - filantrop_N = mkN007 "" ; - filantropizym_N = mkN011 "" ; - filantropi_ch_en_A = mkA079 "" ; - filantropi_ch_eski_A = mkA078 "" ; - filantropi_ja__N = mkN047 "" ; - filantropka_N = mkN041 "" ; - filantropski_A = mkA078 "" ; - filatelen_A = mkA079 "" ; - filatelist_N = mkN007 "" ; - filatelistka_N = mkN041 "" ; - filateli_ja__N = mkN047 "" ; - filder_N = mkN007 "" ; - file_N = mkN065 "" ; - filial_N = mkN007 "" ; - filigranen_A = mkA079 "" ; - filiz_N = mkN007 "" ; - filiz_ja__V = stateV (mkV173 "") ; - filijka_N = mkN041 "" ; - filipinec_N = mkN008a "" ; - filipinski_A = mkA078 "" ; - filisterski_A = mkA078 "" ; - filisterstvo_N = mkN054 "" ; - fili_ja__N = mkN047 "" ; - film_N = mkN007 "" ; - filmiram_V = stateV (mkV186 "") ; - filmirane_N = mkN071 "" ; - filmov_A = mkA076 "" ; - filmoteka_N = mkN041 "" ; - filogeneza_N = mkN041 "" ; - filolog_N = mkN015 "" ; - filologi_ch_eski_A = mkA078 "" ; - filologi_ja__N = mkN047 "" ; - filolo_zj_ka_N = mkN041 "" ; - filosof_N = mkN007 "" ; - filosofi_ja__N = mkN047 "" ; - filosofski_A = mkA078 "" ; - filosofstvam_V = stateV (mkV186 "") ; - filosofstvane_N = mkN071 "" ; - filosofstvuvam_V = stateV (mkV186 "") ; - filosofstvuvane_N = mkN071 "" ; - filosof_ch_e_N = mkN065 "" ; - filtraci_ja__N = mkN047 "" ; - filtriram_V = stateV (mkV186 "") ; - filtrirane_N = mkN071 "" ; - filtrov_A = mkA076 "" ; - filtruvam_V = stateV (mkV186 "") ; - filtruvane_N = mkN071 "" ; - filtyr_N = mkN009 "" ; - filtyren_A = mkA079 "" ; - filharmonik_N = mkN014 "" ; - filharmoni_ch_en_A = mkA079 "" ; - filharmoni_ja__N = mkN047 "" ; - filc_N = mkN001 "" ; - filcov_A = mkA076 "" ; - fin_A = mkA076 "" ; - final_N = mkN007 "" ; - finalen_A = mkA079 "" ; - finalist_N = mkN007 "" ; - finalistka_N = mkN041 "" ; - finansi_N = mkN075 "" ; - finansiram_V = stateV (mkV186 "") ; - finansirane_N = mkN071 "" ; - finansist_N = mkN007 "" ; - finansistka_N = mkN041 "" ; - finansov_A = mkA076 "" ; - fines_N = mkN007 "" ; - finikiec_N = mkN013 "" ; - finikijski_A = mkA078 "" ; - finikov_A = mkA076 "" ; - finiten_A = mkA079 "" ; - fini_sh_iram_V = stateV (mkV186 "") ; - fini_sh_irane_N = mkN071 "" ; - finlandec_N = mkN008a "" ; - finlandka_N = mkN041 "" ; - finlandski_A = mkA078 "" ; - finnost_N = mkN049 "" ; - finski_A = mkA078 "" ; - fint_N = mkN001 "" ; - fintiram_V = stateV (mkV186 "") ; - fintifl_iu__sh_ka_N = mkN041 "" ; - fiord_N = mkN007 "" ; - fira_N = mkN041 "" ; - firma_N = mkN041 "" ; - firmen_A = mkA076 "" ; - firmi_ch_ka_N = mkN041 "" ; - firmopisec_N = mkN008a "" ; - fisk_N = mkN001 "" ; - fiskalen_A = mkA079 "" ; - fistula_N = mkN041 "" ; - fit_N = mkN001 "" ; - fitil_N = mkN007 "" ; - fitild_zj_i_ja__N = mkN047 "" ; - fitil_ch_e_N = mkN065 "" ; - fitiri_ja__N = mkN047 "" ; - fitnes_N = mkN007 "" ; - fitobiologi_ja__N = mkN047 "" ; - fitopatolog_N = mkN015 "" ; - fitopatologi_ja__N = mkN047 "" ; - fitoterapi_ja__N = mkN047 "" ; - fi_ch_kane_N = mkN071 "" ; - fi_sh__N = mkN001 "" ; - fi_sh_ek_N = mkN014 "" ; - flag_N = mkN001 "" ; - flagman_N = mkN007 "" ; - flagmanski_A = mkA078 "" ; - flagov_A = mkA076 "" ; - flagranten_A = mkA079 "" ; - flag_ch_e_N = mkN065 "" ; - flakon_N = mkN007 "" ; - flakon_ch_e_N = mkN065 "" ; - flamandec_N = mkN008a "" ; - flamandka_N = mkN041 "" ; - flamandski_A = mkA078 "" ; - flamingo_N = mkN054 "" ; - flang_N = mkN001 "" ; - flangov_A = mkA076 "" ; - flanela_N = mkN041 "" ; - flanelen_A = mkA076 "" ; - flanelka_N = mkN041 "" ; - flanec_N = mkN008 "" ; - fla_sh__N = mkN001 "" ; - flegma_N = mkN041 "" ; - flegmatik_N = mkN014 "" ; - flegmati_ch_en_A = mkA079 "" ; - flegmati_ch_nost_N = mkN049 "" ; - flejta_N = mkN041 "" ; - flejtist_N = mkN007 "" ; - flejtistka_N = mkN041 "" ; - fleksiven_A = mkA079 "" ; - fleksi_ja__N = mkN047 "" ; - flektiven_A = mkA079 "" ; - fligorna_N = mkN041 "" ; - flirt_N = mkN001 "" ; - flirtad_zj_ijka_N = mkN041 "" ; - flirtad_zj_ijski_A = mkA078 "" ; - flirtad_zj_i_ja__N = mkN039 "" ; - flirtuvam_V = stateV (mkV186 "") ; - flirtuvane_N = mkN071 "" ; - flopi_N = mkN065 "" ; - flopidisk_N = mkN001 "" ; - flopidiskov_A = mkA076 "" ; - flopikontroler_N = mkN007 "" ; - flora_N = mkN041 "" ; - flot_N = mkN001 "" ; - flotacionen_A = mkA079 "" ; - flotaci_ja__N = mkN047 "" ; - flotier_N = mkN007 "" ; - flotila_N = mkN041 "" ; - flotili_ja__N = mkN047 "" ; - flotski_A = mkA078 "" ; - flotura_N = mkN041 "" ; - fluid_N = mkN007 "" ; - fluor_N = mkN007 "" ; - fluoren_A = mkA079 "" ; - fluorescenten_A = mkA079 "" ; - fluorescenci_ja__N = mkN047 "" ; - fluoresciram_V = stateV (mkV186 "") ; - fluorescirane_N = mkN071 "" ; - fluorid_N = mkN007 "" ; - flxonga_N = mkN041 "" ; - foaje_N = mkN065 "" ; - fobi_ja__N = mkN047 "" ; - foga_N = mkN041 "" ; - fojerverk_N = mkN007 "" ; - fokalen_A = mkA079 "" ; - fokma_ch_ta_N = mkN041 "" ; - fokser_N = mkN007 "" ; - foksterier_N = mkN007 "" ; - fokstrot_N = mkN007 "" ; - fokus_N = mkN007 "" ; - fokusen_A = mkA079 "" ; - fokusiram_V = stateV (mkV186 "") ; - fokusirane_N = mkN071 "" ; - fokusirovka_N = mkN041 "" ; - fokusnik_N = mkN014 "" ; - fokusnica_N = mkN041 "" ; - fokusni_ch_a_V = stateV (mkV176 "") ; - fokusni_ch_estvo_N = mkN054 "" ; - folikul_ja_ren_A = mkA079 "" ; - folio_N = mkN054 "" ; - folklor_N = mkN007 "" ; - folkloren_A = mkA079 "" ; - folklorist_N = mkN007 "" ; - folkloristka_N = mkN041 "" ; - fon_N = mkN001 "" ; - fond_N = mkN001 "" ; - fondaci_ja__N = mkN047 "" ; - fondov_A = mkA076 "" ; - fonema_N = mkN041 "" ; - fonetik_N = mkN014 "" ; - fonetika_N = mkN041 "" ; - foneti_ch_en_A = mkA079 "" ; - foneti_ch_ka_N = mkN041 "" ; - foni_ch_en_A = mkA079 "" ; - fonov_A = mkA076 "" ; - fonograma_N = mkN041 "" ; - fonograf_N = mkN007 "" ; - fonografi_ja__N = mkN047 "" ; - fonologi_ch_en_A = mkA079 "" ; - fonologi_ja__N = mkN047 "" ; - fonoteka_N = mkN041 "" ; - fontan_N = mkN007 "" ; - fontan_ch_e_N = mkN065 "" ; - forzac_N = mkN007 "" ; - forma_N = mkN041 "" ; - formalen_A = mkA079 "" ; - formaliziram_V = stateV (mkV186 "") ; - formalizirane_N = mkN071 "" ; - formalizym_N = mkN011 "" ; - formalin_N = mkN007 "" ; - formalist_N = mkN007 "" ; - formalistika_N = mkN041 "" ; - formalisti_ch_en_A = mkA079 "" ; - formalistka_N = mkN041 "" ; - formalnost_N = mkN049 "" ; - format_N = mkN007 "" ; - formaten_A = mkA079 "" ; - formatiram_V = stateV (mkV186 "") ; - formatirane_N = mkN071 "" ; - formaci_ja__N = mkN047 "" ; - formen_A = mkA076 "" ; - formiram_V = stateV (mkV186 "") ; - formirane_N = mkN071 "" ; - formirovanie_N = mkN072 "" ; - formi_ch_ka_N = mkN041 "" ; - formovam_V = stateV (mkV186 "") ; - formovane_N = mkN071 "" ; - formoobrazuvam_V = stateV (mkV186 "") ; - formoobrazuvane_N = mkN071 "" ; - formoobrazuvatelen_A = mkA079 "" ; - formuvam_V = stateV (mkV186 "") ; - formuvane_N = mkN071 "" ; - formula_N = mkN041 "" ; - formuliram_V = stateV (mkV186 "") ; - formulirane_N = mkN071 "" ; - formulirovka_N = mkN041 "" ; - formul_ja_r_N = mkN007 "" ; - formul_ja_ren_A = mkA079 "" ; - form_ja__V = stateV (mkV173 "") ; - forsiram_V = stateV (mkV186 "") ; - forsirane_N = mkN071 "" ; - forsma_zj_or_N = mkN007 "" ; - fort_N = mkN001 "" ; - fortisimo_N = mkN054 "" ; - fortifikacionen_A = mkA079 "" ; - fortifikaci_ja__N = mkN047 "" ; - fortuna_N = mkN041 "" ; - forum_N = mkN007 "" ; - forhend_N = mkN007 "" ; - forca_N = mkN041 "" ; - fosgen_N = mkN007 "" ; - fosfat_N = mkN007 "" ; - fosfaten_A = mkA079 "" ; - fosfor_N = mkN007 "" ; - fosforen_A = mkA079 "" ; - fosforescenci_ja__N = mkN047 "" ; - fosforesciram_V = stateV (mkV186 "") ; - fosforescirane_N = mkN071 "" ; - fosforit_N = mkN007 "" ; - foto_N = mkN065 "" ; - fotoaparat_N = mkN007 "" ; - fotogeni_ch_en_A = mkA079 "" ; - fotograv_iu_ra_N = mkN041 "" ; - fotograf_N = mkN007 "" ; - fotografen_A = mkA079 "" ; - fotografiram_V = stateV (mkV186 "") ; - fotografirane_N = mkN071 "" ; - fotografi_ch_en_A = mkA079 "" ; - fotografi_ch_eski_A = mkA078 "" ; - fotografi_ja__N = mkN047 "" ; - fotografski_A = mkA078 "" ; - fotoelektri_ch_eski_A = mkA078 "" ; - fotoelement_N = mkN007 "" ; - fotokamera_N = mkN041 "" ; - fotokartograf_N = mkN007 "" ; - fotokletka_N = mkN041 "" ; - fotokopie_N = mkN072 "" ; - fotolaboratori_ja__N = mkN047 "" ; - fotolitografi_ja__N = mkN047 "" ; - fotol_iu_bitel_N = mkN031a "" ; - fotol_iu_bitelka_N = mkN041 "" ; - fotomaterial_N = mkN007 "" ; - fotometri_ch_en_A = mkA079 "" ; - fotometri_ja__N = mkN047 "" ; - fotometyr_N = mkN009 "" ; - fotomehanika_N = mkN041 "" ; - fotomehani_ch_en_A = mkA079 "" ; - fotomodel_N = mkN007 "" ; - fotomonta_zj__N = mkN007 "" ; - foton_N = mkN007 "" ; - fotonen_A = mkA079 "" ; - fotoobektiv_N = mkN007 "" ; - fotoplaka_N = mkN041 "" ; - fotoplan_N = mkN001 "" ; - fotorazuznavane_N = mkN071 "" ; - fotoreporter_N = mkN007 "" ; - fotos_N = mkN007 "" ; - fotosvetkavica_N = mkN041 "" ; - fotosinteza_N = mkN041 "" ; - fotosnimka_N = mkN041 "" ; - fotostat_N = mkN007 "" ; - fotosfera_N = mkN041 "" ; - fototelegrama_N = mkN041 "" ; - fototelegrafi_ja__N = mkN047 "" ; - fototerapi_ja__N = mkN047 "" ; - fototipen_A = mkA079 "" ; - fototipi_ja__N = mkN047 "" ; - fotouveli_ch_enie_N = mkN072 "" ; - fotofobi_ja__N = mkN047 "" ; - fotohimi_ch_en_A = mkA079 "" ; - fotohimi_ja__N = mkN047 "" ; - fotohronika_N = mkN041 "" ; - fotocinkograf_N = mkN007 "" ; - fotocinkografi_ja__N = mkN047 "" ; - fotxojl_N = mkN007 "" ; - fragment_N = mkN007 "" ; - fragmentaren_A = mkA079 "" ; - fragmentarnost_N = mkN049 "" ; - fragmenten_A = mkA079 "" ; - fraza_N = mkN041 "" ; - frazeolog_N = mkN015 "" ; - frazeologi_ch_en_A = mkA079 "" ; - frazeologi_ch_eski_A = mkA078 "" ; - frazeologi_ja__N = mkN047 "" ; - frazirovka_N = mkN041 "" ; - frazov_A = mkA076 "" ; - frazxor_N = mkN007 "" ; - frazxorka_N = mkN041 "" ; - frazxorstvane_N = mkN071 "" ; - frak_N = mkN001 "" ; - fraktal_N = mkN007 "" ; - fraktalen_A = mkA079 "" ; - fraktura_N = mkN041 "" ; - frakcionen_A = mkA079 "" ; - frakcioner_N = mkN007 "" ; - frakcionerka_N = mkN041 "" ; - frakcionerstvo_N = mkN054 "" ; - frakcionizym_N = mkN011 "" ; - frakci_ja__N = mkN047 "" ; - frambezi_ja__N = mkN047 "" ; - franzela_N = mkN041 "" ; - frank_N = mkN001 "" ; - frankmason_N = mkN007 "" ; - frankmasonski_A = mkA078 "" ; - frankmasonstvo_N = mkN054 "" ; - francuzin_N = mkN018 "" ; - francuzojka_N = mkN041 "" ; - frapanten_A = mkA079 "" ; - frapiram_V = stateV (mkV186 "") ; - frapirane_N = mkN071 "" ; - frasvam_V = actionV (mkV186 "") (mkV152 "") ; - frasvane_N = mkN071 "" ; - fregata_N = mkN041 "" ; - freza_N = mkN041 "" ; - frezist_N = mkN007 "" ; - frezistka_N = mkN041 "" ; - frezi_ja__N = mkN047 "" ; - frezma_sh_ina_N = mkN041 "" ; - frezov_A = mkA076 "" ; - frezovam_V = stateV (mkV186 "") ; - frejm_N = mkN001 "" ; - frejmbufer_N = mkN007 "" ; - frekventnost_N = mkN049 "" ; - frekvenci_ja__N = mkN047 "" ; - freneti_ch_en_A = mkA079 "" ; - freneti_ch_eski_A = mkA078 "" ; - frenologi_ja__N = mkN047 "" ; - frenski_A = mkA078 "" ; - frenskogovore_sht__A = mkA076 "" ; - freska_N = mkN041 "" ; - frivolen_A = mkA079 "" ; - frigiden_A = mkA079 "" ; - frigidnost_N = mkN049 "" ; - frizer_N = mkN007 "" ; - friziram_V = stateV (mkV186 "") ; - frizirane_N = mkN071 "" ; - frizura_N = mkN041 "" ; - frizxor_N = mkN007 "" ; - frizxorka_N = mkN041 "" ; - frizxorski_A = mkA078 "" ; - frizxorstvam_V = stateV (mkV186 "") ; - frizxorstvane_N = mkN071 "" ; - frizxorstvo_N = mkN054 "" ; - frikase_N = mkN065 "" ; - frikativen_A = mkA079 "" ; - frikcionen_A = mkA079 "" ; - frikci_ja__N = mkN047 "" ; - frojdovski_A = mkA078 "" ; - fronda_N = mkN041 "" ; - front_N = mkN001 "" ; - frontalen_A = mkA079 "" ; - frontov_A = mkA076 "" ; - frontovak_N = mkN014a "" ; - frontovi_A = mkA078 "" ; - fronton_N = mkN007 "" ; - fruktiera_N = mkN041 "" ; - fruktov_A = mkA076 "" ; - fruktoza_N = mkN041 "" ; - fryckam_V = stateV (mkV186 "") ; - fryckane_N = mkN071 "" ; - fuga_N = mkN041 "" ; - fugas_N = mkN007 "" ; - fugasen_A = mkA079 "" ; - fugiram_V = stateV (mkV186 "") ; - fugirane_N = mkN071 "" ; - fukam_V = stateV (mkV186 "") ; - fukane_N = mkN071 "" ; - fukvam_V = stateV (mkV186 "") ; - fukvane_N = mkN071 "" ; - fukla_N = mkN041 "" ; - fukliv_A = mkA076 "" ; - fuklxo_N = mkN040 "" ; - fukna_V = stateV (mkV152 "") ; - fukn_ja__N = mkN047 "" ; - fundament_N = mkN007 "" ; - fundamentalen_A = mkA079 "" ; - fundamenten_A = mkA079 "" ; - funieviden_A = mkA079 "" ; - funieobrazen_A = mkA079 "" ; - funijka_N = mkN041 "" ; - funi_ja__N = mkN047 "" ; - funkcionalen_A = mkA079 "" ; - funkcionalnost_N = mkN049 "" ; - funkcioner_N = mkN007 "" ; - funkcioniram_V = stateV (mkV186 "") ; - funkcionirane_N = mkN071 "" ; - funkci_ja__N = mkN047 "" ; - funt_N = mkN001 "" ; - fura_zj__N = mkN007 "" ; - fura_zj_en_A = mkA079 "" ; - fura_zj_ka_N = mkN041 "" ; - furgon_N = mkN007 "" ; - furgonen_A = mkA079 "" ; - furi_ja__N = mkN047 "" ; - furket_N = mkN007 "" ; - furma_N = mkN041 "" ; - furna_N = mkN041 "" ; - furnad_zj_ijka_N = mkN041 "" ; - furnad_zj_ijski_A = mkA078 "" ; - furnad_zj_i_ja__N = mkN039 "" ; - furnir_N = mkN007 "" ; - furniram_V = stateV (mkV186 "") ; - furnirane_N = mkN071 "" ; - furnirovam_V = stateV (mkV186 "") ; - furnirovane_N = mkN071 "" ; - furor_N = mkN007 "" ; - fusta_N = mkN041 "" ; - fustanela_N = mkN041 "" ; - fut_N = mkN001 "" ; - futa_N = mkN041 "" ; - futbol_N = mkN040a "" ; - futbolen_A = mkA079 "" ; - futbolist_N = mkN007 "" ; - futl_ja_r_N = mkN007 "" ; - futurizym_N = mkN011 "" ; - futurist_N = mkN007 "" ; - futuristi_ch_en_A = mkA079 "" ; - futuristka_N = mkN041 "" ; - futurolog_N = mkN015 "" ; - futurologi_ja__N = mkN047 "" ; - fu_ch_a_V = stateV (mkV178 "") ; - fu_ch_ene_N = mkN071 "" ; - fykam_V = stateV (mkV186 "") ; - fykane_N = mkN071 "" ; - fyndyk_N = mkN014 "" ; - fyrtuna_N = mkN041 "" ; - fyrfalak_N = mkN014 "" ; - fystyk_N = mkN014 "" ; - fysty_ch_e_N = mkN065 "" ; - fysty_ch_en_A = mkA076 "" ; - fyflene_N = mkN071 "" ; - fyfl_ja__V = stateV (mkV173 "") ; - fy_sh_ki_ja__N = mkN047 "" ; - f_iu_zela_zj__N = mkN007 "" ; - f_iu_rer_N = mkN007 "" ; - f_iu__ch_yr_N = mkN007 "" ; - haben_A = mkA076 "" ; - habene_N = mkN071 "" ; - haber_N = mkN007 "" ; - habilitacionen_A = mkA079 "" ; - habilitaci_ja__N = mkN047 "" ; - habilitiram_V = stateV (mkV186 "") ; - habilitirane_N = mkN071 "" ; - hab_ja__V = stateV (mkV174 "") ; - hava_N = mkN041 "" ; - havaec_N = mkN013 "" ; - havajka_N = mkN041 "" ; - havajski_A = mkA078 "" ; - havan_N = mkN007 "" ; - havanski_A = mkA078 "" ; - havan_ch_e_N = mkN065 "" ; - havlien_A = mkA076 "" ; - havli_ja__N = mkN047 "" ; - had_zj_i_N = mkN065 "" ; - had_zj_ijka_N = mkN041 "" ; - had_zj_ijski_A = mkA078 "" ; - had_zj_ilyk_N = mkN014 "" ; - had_zj_i_ja__N = mkN039 "" ; - hazain_N = mkN018 "" ; - hazajka_N = mkN041 "" ; - hazanski_A = mkA078 "" ; - hazart_N = mkN007 "" ; - hazarten_A = mkA079 "" ; - hazna_N = mkN041 "" ; - hazyr_N = mkN007 "" ; - haz_ja_in_N = mkN018 "" ; - haz_ja_jka_N = mkN041 "" ; - hairli_ja__N = mkN047 "" ; - haitski_A = mkA078 "" ; - hajvan_N = mkN007 "" ; - hajvanin_N = mkN018 "" ; - hajver_N = mkN007 "" ; - hajveren_A = mkA079 "" ; - hajduk_N = mkN014 "" ; - hajdutin_N = mkN018 "" ; - hajdutluk_N = mkN014 "" ; - hajdutstvo_N = mkN054 "" ; - hajdu_sh_ki_A = mkA078 "" ; - hajka_N = mkN041 "" ; - hajlaz_N = mkN007 "" ; - hajlazin_N = mkN007 "" ; - hajlazuvam_V = stateV (mkV186 "") ; - hajlazuvane_N = mkN071 "" ; - hajlajf_N = mkN007 "" ; - hajlajfen_A = mkA079 "" ; - hajmana_N = mkN041 "" ; - hajmanuvam_V = stateV (mkV186 "") ; - hajmanuvane_N = mkN071 "" ; - hajta_N = mkN041 "" ; - hak_N = mkN001 "" ; - hakam_V = stateV (mkV186 "") ; - hakane_N = mkN071 "" ; - hakvam_V = stateV (mkV186 "") ; - hakvane_N = mkN071 "" ; - haker_N = mkN007 "" ; - hakerski_A = mkA078 "" ; - hakerstvo_N = mkN054 "" ; - hal_N = mkN001 "" ; - hala_N = mkN041 "" ; - halat_N = mkN007 "" ; - halba_N = mkN041 "" ; - halva_N = mkN041 "" ; - halvad_zj_ijski_A = mkA078 "" ; - halvad_zj_i_ja__N = mkN039 "" ; - hale_N = mkN065 "" ; - haleev_A = mkA076 "" ; - halif_N = mkN007 "" ; - halifat_N = mkN007 "" ; - hali_sht_e_N = mkN066 "" ; - halka_N = mkN041 "" ; - halogenen_A = mkA079 "" ; - haloiden_A = mkA079 "" ; - halos_N = mkN007 "" ; - halosam_V = stateV (mkV186 "") ; - halosan_A = mkA076 "" ; - halosane_N = mkN071 "" ; - halosvam_V = stateV (mkV186 "") ; - halosvane_N = mkN071 "" ; - halosen_A = mkA079 "" ; - halosnik_N = mkN014 "" ; - halosnica_N = mkN041 "" ; - haltav_A = mkA076 "" ; - haltavost_N = mkN049 "" ; - hal_iu_cinacionen_A = mkA079 "" ; - hal_iu_cinaci_ja__N = mkN047 "" ; - hal_iu_ciniram_V = stateV (mkV186 "") ; - hal_iu_cinirane_N = mkN071 "" ; - hal_iu_cinogen_A = mkA079 "" ; - hamak_N = mkN014 "" ; - hamalin_N = mkN007a "" ; - hamalogi_ja__N = mkN047 "" ; - hamalski_A = mkA078 "" ; - hamaluvam_V = stateV (mkV186 "") ; - hamaluvane_N = mkN071 "" ; - hambar_N = mkN007 "" ; - hamburger_N = mkN007 "" ; - hamburgski_A = mkA078 "" ; - hameleon_N = mkN007 "" ; - hameleonski_A = mkA078 "" ; - hamitski_A = mkA078 "" ; - hamsi_ja__N = mkN047 "" ; - hamut_N = mkN007 "" ; - han_N = mkN001 "" ; - hangar_N = mkN007 "" ; - handbal_N = mkN007 "" ; - hand_zj_ijka_N = mkN041 "" ; - hand_zj_ijski_A = mkA078 "" ; - hand_zj_i_ja__N = mkN039 "" ; - hanski_A = mkA078 "" ; - hanstvo_N = mkN054 "" ; - han_sh__N = mkN001 "" ; - hanyma_N = mkN041 "" ; - haos_N = mkN007 "" ; - haosen_A = mkA079 "" ; - haoti_ch_en_A = mkA079 "" ; - haoti_ch_nost_N = mkN049 "" ; - hap_N = mkN001 "" ; - hapane_N = mkN071 "" ; - hapvam_V = actionV (mkV186 "") (mkV152 "") ; - hapvane_N = mkN071 "" ; - hapka_N = mkN041 "" ; - hapliv_A = mkA076 "" ; - haplivost_N = mkN049 "" ; - haplologi_ja__N = mkN047 "" ; - haplxo_N = mkN040 "" ; - hap_ch_e_N = mkN065 "" ; - harakiri_N = mkN065 "" ; - harakter_N = mkN007 "" ; - harakteren_A = mkA079 "" ; - harakteriziram_V = stateV (mkV186 "") ; - harakterizirane_N = mkN071 "" ; - harakteristika_N = mkN041 "" ; - harakteristi_ch_en_A = mkA079 "" ; - harakternost_N = mkN049 "" ; - haramijski_A = mkA078 "" ; - harami_ja__N = mkN039 "" ; - hardal_N = mkN007 "" ; - harduer_N = mkN007 "" ; - hardueren_A = mkA079 "" ; - harem_N = mkN007 "" ; - haren_A = mkA079 "" ; - haresam_V = stateV (mkV186 "") ; - haresvam_V = stateV (mkV186 "") ; - haresvane_N = mkN071 "" ; - harizvam_V = actionV (mkV186 "") (mkV156 "") ; - harizvane_N = mkN071 "" ; - harman_N = mkN007 "" ; - harmand_zj_ijka_N = mkN041 "" ; - harmand_zj_ijski_A = mkA078 "" ; - harmand_zj_i_ja__N = mkN039 "" ; - harmanlijski_A = mkA078 "" ; - harmonizaci_ja__N = mkN047 "" ; - harmoniziram_V = stateV (mkV186 "") ; - harmonizirane_N = mkN071 "" ; - harmonika_N = mkN041 "" ; - harmoniram_V = stateV (mkV186 "") ; - harmonirane_N = mkN071 "" ; - harmoni_ch_en_A = mkA079 "" ; - harmoni_ch_eski_A = mkA078 "" ; - harmoni_ch_nost_N = mkN049 "" ; - harmoni_ja__N = mkN047 "" ; - harpi_ja__N = mkN047 "" ; - harpun_N = mkN007 "" ; - harpuner_N = mkN007 "" ; - harpunist_N = mkN007 "" ; - harta_N = mkN041 "" ; - hartien_A = mkA076 "" ; - hartijka_N = mkN041 "" ; - harti_ja__N = mkN047 "" ; - har_ch__N = mkN001 "" ; - har_ch_a_V = stateV (mkV176 "") ; - har_ch_ene_N = mkN071 "" ; - har_ch_lyk_N = mkN014 "" ; - har_ch_ovit_A = mkA076 "" ; - hasgar_N = mkN007 "" ; - hase_N = mkN065 "" ; - hasen_A = mkA079 "" ; - haskovski_A = mkA078 "" ; - haspel_N = mkN007 "" ; - hastar_N = mkN007 "" ; - hatyr_N = mkN007 "" ; - hatyrd_zj_i_ja__N = mkN039 "" ; - ha_sh_i_sh__N = mkN007 "" ; - hvala_N = mkN041 "" ; - hvalba_N = mkN041 "" ; - hvaleben_A = mkA079 "" ; - hvalebstven_A = mkA076 "" ; - hvalebstvie_N = mkN072 "" ; - hvalene_N = mkN071 "" ; - hvaliprycko_N = mkN040 "" ; - hvalopryckov_sht_ina_N = mkN041 "" ; - hval_ja__V = stateV (mkV173 "") ; - hvatka_N = mkN041 "" ; - hva_sht_am_V = actionV (mkV186 "") (mkV152 "") ; - hva_sht_ane_N = mkN071 "" ; - hvojna_N = mkN041 "" ; - hvojnov_A = mkA076 "" ; - hvo_sht__N = mkN001 "" ; - hvrykvam_V = actionV (mkV186 "") (mkV152 "") ; - hvrykvane_N = mkN071 "" ; - hvyrkam_V = actionV (mkV186 "") (mkV178 "") ; - hvyrkat_A = mkA076 "" ; - hvyrkovat_A = mkA076 "" ; - hvyrlej_N = mkN007 "" ; - hvyrl_ja_m_V = actionV (mkV187 "") (mkV173 "") ; - hvyrl_ja_ne_N = mkN071 "" ; - hvyrl_ja__ch__N = mkN007 "" ; - hvyr_ch_a_sht__A = mkA076 "" ; - hvyr_ch_ene_N = mkN071 "" ; - hvyr_ch_ilo_N = mkN054 "" ; - hegelianec_N = mkN008a "" ; - hegelianski_A = mkA078 "" ; - hegemon_N = mkN007 "" ; - hegemonen_A = mkA079 "" ; - hegemoni_ja__N = mkN047 "" ; - hed_zj_ir_N = mkN007 "" ; - hedonisti_ch_en_A = mkA079 "" ; - hedoni_ch_en_A = mkA079 "" ; - hek_N = mkN001 "" ; - hekatomba_N = mkN041 "" ; - hekzametyr_N = mkN009 "" ; - hekimin_N = mkN018 "" ; - hektar_N = mkN007 "" ; - hektograf_N = mkN007 "" ; - hektolityr_N = mkN010 "" ; - hektometyr_N = mkN010 "" ; - heliev_A = mkA076 "" ; - helij_N = mkN032 "" ; - helikopter_N = mkN007 "" ; - heliograf_N = mkN007 "" ; - heliografen_A = mkA079 "" ; - heliografi_ja__N = mkN047 "" ; - heliografski_A = mkA078 "" ; - helioskop_N = mkN007 "" ; - helioterapi_ja__N = mkN047 "" ; - heliotipi_ja__N = mkN047 "" ; - heliotrop_N = mkN007 "" ; - hematit_N = mkN007 "" ; - hematologi_ja__N = mkN047 "" ; - hematuri_ja__N = mkN047 "" ; - hemisfera_N = mkN041 "" ; - hemoglobin_N = mkN007 "" ; - hemoragi_ja__N = mkN047 "" ; - hemoroid_N = mkN007 "" ; - hemoroiden_A = mkA079 "" ; - hemostaza_N = mkN041 "" ; - hemotropizym_N = mkN011 "" ; - hemofili_ja__N = mkN047 "" ; - hendek_N = mkN014 "" ; - heopsov_A = mkA076 "" ; - hepatit_N = mkN007 "" ; - heraklit_N = mkN007 "" ; - heraldika_N = mkN041 "" ; - heraldi_ch_en_A = mkA079 "" ; - heraldi_ch_eski_A = mkA078 "" ; - heraldmajstor_N = mkN007 "" ; - herbariziram_V = stateV (mkV186 "") ; - herbarizirane_N = mkN071 "" ; - herbarij_N = mkN032 "" ; - herbicid_N = mkN007 "" ; - hergele_N = mkN065 "" ; - heringa_N = mkN041 "" ; - herkulesov_A = mkA076 "" ; - herkulesovski_A = mkA078 "" ; - hermafrodit_N = mkN007 "" ; - hermafroditen_A = mkA079 "" ; - hermelin_N = mkN007 "" ; - hermelinov_A = mkA076 "" ; - hermetiziram_V = stateV (mkV186 "") ; - hermetizirane_N = mkN071 "" ; - hermeti_ch_en_A = mkA079 "" ; - hermeti_ch_eski_A = mkA078 "" ; - hermeti_ch_nost_N = mkN049 "" ; - herni_ja__N = mkN047 "" ; - heroin_N = mkN007 "" ; - heroinov_A = mkA076 "" ; - herpes_N = mkN007 "" ; - heruvim_N = mkN007 "" ; - heruvimski_A = mkA078 "" ; - hercog_N = mkN015 "" ; - hercogin_ja__N = mkN047 "" ; - hercogski_A = mkA078 "" ; - hercogstvo_N = mkN054 "" ; - hetera_N = mkN041 "" ; - heterogenen_A = mkA079 "" ; - heterogennost_N = mkN049 "" ; - heterodinen_A = mkA079 "" ; - heteronomen_A = mkA079 "" ; - heteronomi_ja__N = mkN047 "" ; - heteroseksualen_A = mkA079 "" ; - hettrik_N = mkN001 "" ; - hibrid_N = mkN007 "" ; - hibriden_A = mkA079 "" ; - hibridizaci_ja__N = mkN047 "" ; - higiena_N = mkN041 "" ; - higienen_A = mkA079 "" ; - higieniziram_V = stateV (mkV186 "") ; - higienizirane_N = mkN071 "" ; - higienist_N = mkN007a "" ; - higienistka_N = mkN041 "" ; - higieni_ch_en_A = mkA079 "" ; - higroskopi_ch_en_A = mkA079 "" ; - higroskopi_ch_nost_N = mkN049 "" ; - hidalgo_N = mkN054 "" ; - hidra_N = mkN041 "" ; - hidravlika_N = mkN041 "" ; - hidravli_ch_en_A = mkA079 "" ; - hidrant_N = mkN007 "" ; - hidrat_N = mkN007 "" ; - hidraci_ja__N = mkN047 "" ; - hidrid_N = mkN007 "" ; - hidriram_V = stateV (mkV186 "") ; - hidrirane_N = mkN071 "" ; - hidrovyzel_N = mkN007 "" ; - hidrograf_N = mkN007 "" ; - hidrografi_ja__N = mkN047 "" ; - hidrografski_A = mkA078 "" ; - hidrodinamika_N = mkN041 "" ; - hidrodinami_ch_en_A = mkA079 "" ; - hidroelektri_ch_eski_A = mkA078 "" ; - hidroenergi_ja__N = mkN047 "" ; - hidroin_zj_ener_N = mkN007 "" ; - hidroksilen_A = mkA079 "" ; - hidroliza_N = mkN041 "" ; - hidrolog_N = mkN015 "" ; - hidrologi_ch_en_A = mkA079 "" ; - hidrologi_ch_eski_A = mkA078 "" ; - hidrologi_ja__N = mkN047 "" ; - hidrolokator_N = mkN007 "" ; - hidromanti_ja__N = mkN047 "" ; - hidrometeorologi_ch_eski_A = mkA078 "" ; - hidrometri_ch_en_A = mkA079 "" ; - hidrometri_ja__N = mkN047 "" ; - hidrometyr_N = mkN009 "" ; - hidromehanika_N = mkN041 "" ; - hidromonitor_N = mkN007 "" ; - hidrookis_N = mkN007 "" ; - hidroplan_N = mkN007 "" ; - hidroskop_N = mkN007 "" ; - hidrostatika_N = mkN041 "" ; - hidrostati_ch_en_A = mkA079 "" ; - hidrostroitel_N = mkN031a "" ; - hidrostroitelstvo_N = mkN054 "" ; - hidrosulfat_N = mkN007 "" ; - hidrosfera_N = mkN041 "" ; - hidroterapi_ja__N = mkN047 "" ; - hidrotehnika_N = mkN041 "" ; - hidrotehni_ch_eski_A = mkA078 "" ; - hidrofobi_ja__N = mkN047 "" ; - hiena_N = mkN041 "" ; - hi_zj_a_N = mkN041 "" ; - hiks_N = mkN001 "" ; - hilav_A = mkA076 "" ; - hilavost_N = mkN049 "" ; - hilene_N = mkN071 "" ; - hilka_N = mkN041 "" ; - hilus_N = mkN007 "" ; - hil_ja__V = stateV (mkV173 "") ; - hil_ja_darka_N = mkN041 "" ; - hil_ja_den_A = mkA079 "" ; - hil_ja_dogodi_sh_en_A = mkA079 "" ; - hil_ja_dogodi_sh_nina_N = mkN041 "" ; - hil_ja_dokraten_A = mkA079 "" ; - hil_ja_doleten_A = mkA079 "" ; - hil_ja_doletie_N = mkN072 "" ; - hil_ja_d_ja__V = stateV (mkV174 "") ; - himalajski_A = mkA078 "" ; - himera_N = mkN041 "" ; - himeren_A = mkA079 "" ; - himeri_ch_en_A = mkA079 "" ; - himeri_ch_nost_N = mkN049 "" ; - himizaci_ja__N = mkN047 "" ; - himik_N = mkN014 "" ; - himikal_N = mkN007 "" ; - himikalka_N = mkN041 "" ; - himikalkoiden_A = mkA079 "" ; - himikotehnologi_ch_eski_A = mkA078 "" ; - himioterapi_ja__N = mkN047 "" ; - himi_ch_en_A = mkA079 "" ; - himi_ch_eski_A = mkA078 "" ; - himi_ch_ka_N = mkN041 "" ; - himi_ja__N = mkN047 "" ; - himkombinat_N = mkN007 "" ; - himn_N = mkN007 "" ; - hindi_N = mkN065 "" ; - hinin_N = mkN007 "" ; - hininov_A = mkA076 "" ; - hinterland_N = mkN007 "" ; - hiperbola_N = mkN041 "" ; - hiperbolizaci_ja__N = mkN047 "" ; - hiperboliziram_V = stateV (mkV186 "") ; - hiperboli_ch_en_A = mkA079 "" ; - hiperboli_ch_nost_N = mkN049 "" ; - hiperborealen_A = mkA079 "" ; - hipervryzka_N = mkN041 "" ; - hiperkosmi_ch_eski_A = mkA078 "" ; - hiperprostranstven_A = mkA076 "" ; - hiperprostranstvo_N = mkN054 "" ; - hipertekst_N = mkN001 "" ; - hipertekstov_A = mkA076 "" ; - hipertoni_ja__N = mkN047 "" ; - hipertrofiram_V = stateV (mkV186 "") ; - hipertrofirane_N = mkN071 "" ; - hipertrofi_ch_en_A = mkA079 "" ; - hipertrofi_ja__N = mkN047 "" ; - hipi_N = mkN065 "" ; - hipiotizaci_ja__N = mkN047 "" ; - hipnoza_N = mkN041 "" ; - hipnotizator_N = mkN007 "" ; - hipnotizatorka_N = mkN041 "" ; - hipnotiziram_V = stateV (mkV186 "") ; - hipnotizirane_N = mkN071 "" ; - hipnotizym_N = mkN011 "" ; - hipnotik_N = mkN014 "" ; - hipnoti_ch_en_A = mkA079 "" ; - hipnofiksator_N = mkN007 "" ; - hipogrif_N = mkN001 "" ; - hipodrum_N = mkN007 "" ; - hipokrizi_ja__N = mkN047 "" ; - hipopotam_N = mkN007 "" ; - hipostaza_N = mkN041 "" ; - hipoteza_N = mkN041 "" ; - hipotenuza_N = mkN041 "" ; - hipoteti_ch_en_A = mkA079 "" ; - hipofiza_N = mkN041 "" ; - hipofizen_A = mkA079 "" ; - hipohondrik_N = mkN014 "" ; - hipohondri_ch_en_A = mkA079 "" ; - hipohondri_ja__N = mkN047 "" ; - hiromant_N = mkN007 "" ; - hiromanti_ja__N = mkN047 "" ; - hirurg_N = mkN015 "" ; - hirurgi_ch_eski_A = mkA078 "" ; - hirurgi_ja__N = mkN047 "" ; - histerotomi_ja__N = mkN047 "" ; - histograma_N = mkN041 "" ; - histolog_N = mkN015 "" ; - histologi_ch_en_A = mkA079 "" ; - histologi_ch_eski_A = mkA078 "" ; - histologi_ja__N = mkN047 "" ; - hit_N = mkN001 "" ; - hitlerist_N = mkN007 "" ; - hitleristka_N = mkN041 "" ; - hitleristki_A = mkA078 "" ; - hitlerov_A = mkA076 "" ; - hitrec_N = mkN007 "" ; - hitre_ja__V = stateV (mkV160 "") ; - hitrina_N = mkN041 "" ; - hitrost_N = mkN049 "" ; - hitruvam_V = stateV (mkV186 "") ; - hitruvane_N = mkN071 "" ; - hitru_sh_a_N = mkN041 "" ; - hityr_A = mkA080 "" ; - hihikam_V = stateV (mkV186 "") ; - hihikane_N = mkN071 "" ; - hi_sht_en_A = mkA079 "" ; - hi_sht_nik_N = mkN014 "" ; - hi_sht_nica_N = mkN041 "" ; - hi_sht_ni_ch_eski_A = mkA078 "" ; - hi_sht_ni_ch_estvo_N = mkN054 "" ; - hi_sht_nost_N = mkN049 "" ; - hlabav_A = mkA076 "" ; - hlabavost_N = mkN049 "" ; - hlabina_N = mkN041 "" ; - hlad_N = mkN040a "" ; - hladen_A = mkA079 "" ; - hladilen_A = mkA079 "" ; - hladilnik_N = mkN014 "" ; - hladina_N = mkN041 "" ; - hladne_ja__V = actionV (mkV160 "") (mkV174 "") ; - hladnina_N = mkN041 "" ; - hladni_ch_yk_A = mkA080 "" ; - hladnokryven_A = mkA079 "" ; - hladnokryvie_N = mkN072 "" ; - hladnokryvnost_N = mkN049 "" ; - hladnost_N = mkN049 "" ; - hladovina_N = mkN041 "" ; - hladovit_A = mkA076 "" ; - hladyk_A = mkA080 "" ; - hlapak_N = mkN014 "" ; - hlapam_V = stateV (mkV186 "") ; - hlapane_N = mkN071 "" ; - hlapa_sh_ki_A = mkA078 "" ; - hlapa_sht_ina_N = mkN041 "" ; - hlape_N = mkN065 "" ; - hlapeti_ja__N = mkN039 "" ; - hlasvam_V = actionV (mkV186 "") (mkV152 "") ; - hlasvane_N = mkN071 "" ; - hlebar_N = mkN031a "" ; - hlebarka_N = mkN041 "" ; - hlebarnica_N = mkN041 "" ; - hlebarski_A = mkA078 "" ; - hlebarstvo_N = mkN054 "" ; - hleben_A = mkA079 "" ; - hlebozavod_N = mkN007 "" ; - hlebopekar_N = mkN031a "" ; - hlebopekarnica_N = mkN041 "" ; - hlebopekarski_A = mkA078 "" ; - hleboprodavnica_N = mkN041 "" ; - hleboroden_A = mkA079 "" ; - hlebprodavec_N = mkN008a "" ; - hleb_ch_e_N = mkN065 "" ; - hlevoust_A = mkA076 "" ; - hlen_ch__N = mkN001 "" ; - hlen_ch_a_V = stateV (mkV176 "") ; - hlen_ch_ene_N = mkN071 "" ; - hlipam_V = stateV (mkV186 "") ; - hlipane_N = mkN071 "" ; - hlopam_V = actionV (mkV186 "") (mkV152 "") ; - hlopane_N = mkN071 "" ; - hlopatar_N = mkN031a "" ; - hlopvam_V = actionV (mkV186 "") (mkV152 "") ; - hlopvane_N = mkN071 "" ; - hlopka_N = mkN041 "" ; - hlor_N = mkN007 "" ; - hloren_A = mkA079 "" ; - hlorid_N = mkN007 "" ; - hloriram_V = stateV (mkV186 "") ; - hlorirane_N = mkN071 "" ; - hlorovodorod_N = mkN007 "" ; - hlorovodoroden_A = mkA079 "" ; - hlorofil_N = mkN007 "" ; - hloroform_N = mkN007 "" ; - hlyzvam_V = actionV (mkV186 "") (mkV152 "") ; - hlyzvane_N = mkN071 "" ; - hlyzgav_A = mkA076 "" ; - hlyzgavina_N = mkN041 "" ; - hlyzgam_V = actionV (mkV186 "") (mkV152 "") ; - hlyzgane_N = mkN071 "" ; - hlytvam_V = actionV (mkV186 "") (mkV152 "") ; - hlytvane_N = mkN071 "" ; - hlytnalost_N = mkN049 "" ; - hlytnatina_N = mkN041 "" ; - hlycvam_V = actionV (mkV186 "") (mkV152 "") ; - hlycvane_N = mkN071 "" ; - hl_ja_b_N = mkN001 "" ; - hmel_N = mkN001 "" ; - hmelen_A = mkA079 "" ; - hobi_N = mkN065 "" ; - hobot_N = mkN007 "" ; - hoboten_A = mkA079 "" ; - hobotnik_N = mkN014 "" ; - hobot_ch_e_N = mkN065 "" ; - hod_N = mkN001 "" ; - hodataj_N = mkN032 "" ; - hodatajstvam_V = stateV (mkV186 "") ; - hodatajstvane_N = mkN071 "" ; - hodatajstvo_N = mkN054 "" ; - hodatajstvuvam_V = stateV (mkV186 "") ; - hodatajstvuvane_N = mkN071 "" ; - hodene_N = mkN071 "" ; - hodilo_N = mkN054 "" ; - hodov_A = mkA076 "" ; - hod_ja__V = stateV (mkV173 "") ; - hojkam_V = stateV (mkV186 "") ; - hojkane_N = mkN071 "" ; - hokam_V = stateV (mkV186 "") ; - hokane_N = mkN071 "" ; - hokeist_N = mkN007 "" ; - hokej_N = mkN032 "" ; - hol_N = mkN001 "" ; - holandec_N = mkN008a "" ; - holandka_N = mkN041 "" ; - holandski_A = mkA078 "" ; - holendyr_N = mkN009 "" ; - holera_N = mkN041 "" ; - holeren_A = mkA079 "" ; - holerik_N = mkN014 "" ; - holeri_ch_ka_N = mkN041 "" ; - holesterin_N = mkN007 "" ; - holesterolen_A = mkA079 "" ; - holivudski_A = mkA078 "" ; - holovizionen_A = mkA079 "" ; - holovizi_ja__N = mkN047 "" ; - holograma_N = mkN041 "" ; - hologramen_A = mkA079 "" ; - holografa_N = mkN041 "" ; - holografen_A = mkA079 "" ; - holografski_A = mkA078 "" ; - holokamera_N = mkN041 "" ; - holocen_N = mkN007 "" ; - homeopat_N = mkN007 "" ; - homeopati_ch_en_A = mkA079 "" ; - homeopati_ja__N = mkN047 "" ; - homeri_ch_eski_A = mkA078 "" ; - homogenen_A = mkA079 "" ; - homogeniziram_V = stateV (mkV186 "") ; - homogenizirane_N = mkN071 "" ; - homogennost_N = mkN049 "" ; - homoseksualen_A = mkA079 "" ; - homoseksualizym_N = mkN011 "" ; - homoseksualist_N = mkN007a "" ; - homot_N = mkN007 "" ; - honorar_N = mkN007 "" ; - honoruvam_V = stateV (mkV186 "") ; - honoruvan_A = mkA076 "" ; - honoruvane_N = mkN071 "" ; - hopvam_V = stateV (mkV186 "") ; - hor_N = mkN001 "" ; - hora_N = mkN074 "" ; - horal_N = mkN007 "" ; - horda_N = mkN041 "" ; - horei_ch_en_A = mkA079 "" ; - horeograf_N = mkN007 "" ; - horeografen_A = mkA079 "" ; - horeografi_ja__N = mkN047 "" ; - horeografski_A = mkA078 "" ; - horizont_N = mkN007 "" ; - horizontal_N = mkN007 "" ; - horizontalen_A = mkA079 "" ; - horizontalnost_N = mkN049 "" ; - horist_N = mkN007 "" ; - horistka_N = mkN041 "" ; - horica_N = mkN074 "" ; - hormajstor_N = mkN007 "" ; - hormon_N = mkN007 "" ; - hornblenda_N = mkN041 "" ; - hornist_N = mkN007 "" ; - horo_N = mkN054 "" ; - horov_A = mkA076 "" ; - horovodec_N = mkN008a "" ; - horosan_N = mkN007 "" ; - horosanov_A = mkA076 "" ; - horoskop_N = mkN007 "" ; - horski_A = mkA078 "" ; - hortenzi_ja__N = mkN047 "" ; - hortuvam_V = stateV (mkV186 "") ; - hortuvane_N = mkN071 "" ; - horugva_N = mkN041 "" ; - hospitaliziram_V = stateV (mkV186 "") ; - hospitalizirane_N = mkN071 "" ; - host_N = mkN001 "" ; - hotel_N = mkN007 "" ; - hotelier_N = mkN007 "" ; - hotelierka_N = mkN041 "" ; - hotelierski_A = mkA078 "" ; - hotelierstvo_N = mkN054 "" ; - hotelski_A = mkA078 "" ; - hotentot_N = mkN007 "" ; - hotentotski_A = mkA078 "" ; - hofmar_sh_al_N = mkN007 "" ; - hrabrec_N = mkN007 "" ; - hrabrost_N = mkN049 "" ; - hrabyr_A = mkA080 "" ; - hralupa_N = mkN041 "" ; - hralupat_A = mkA076 "" ; - hralupest_A = mkA076 "" ; - hram_N = mkN001 "" ; - hramov_A = mkA076 "" ; - hrana_N = mkN041 "" ; - hranen_A = mkA076 "" ; - hranene_N = mkN071 "" ; - hranenik_N = mkN014 "" ; - hranenica_N = mkN041 "" ; - hraneni_ch_e_N = mkN065 "" ; - hranili_sht_e_N = mkN066 "" ; - hranilka_N = mkN041 "" ; - hranilnik_N = mkN014 "" ; - hranitel_N = mkN031a "" ; - hranitelen_A = mkA079 "" ; - hranitelnost_N = mkN049 "" ; - hranoprovod_N = mkN007 "" ; - hranosmilane_N = mkN071 "" ; - hranosmilatelen_A = mkA079 "" ; - hranosnabd_ja_vane_N = mkN071 "" ; - hrantutenik_N = mkN014 "" ; - hrantutenica_N = mkN041 "" ; - hrantut_ja__V = stateV (mkV173 "") ; - hran_ja__V = stateV (mkV173 "") ; - hrast_N = mkN007 "" ; - hrastalak_N = mkN014 "" ; - hrastov_A = mkA076 "" ; - hrastoviden_A = mkA079 "" ; - hrast_ch_e_N = mkN065 "" ; - hra_ch_a_V = stateV (mkV176 "") ; - hra_ch_ene_N = mkN071 "" ; - hra_ch_ka_N = mkN041 "" ; - hrebet_N = mkN007 "" ; - hrema_N = mkN041 "" ; - hremav_A = mkA076 "" ; - hrizantema_N = mkN041 "" ; - hrilen_A = mkA079 "" ; - hrip_N = mkN001 "" ; - hripkav_A = mkA076 "" ; - hripkam_V = stateV (mkV186 "") ; - hripkane_N = mkN071 "" ; - hripliv_A = mkA076 "" ; - hriptene_N = mkN071 "" ; - hript_ja__V = stateV (mkV177 "") ; - hrisim_A = mkA076 "" ; - hrisimost_N = mkN049 "" ; - hristi_ja_nin_N = mkN018 "" ; - hristi_ja_nka_N = mkN041 "" ; - hristi_ja_nski_A = mkA078 "" ; - hristi_ja_nstvo_N = mkN054 "" ; - hristol_iu_biv_A = mkA076 "" ; - hristomati_ja__N = mkN047 "" ; - hrom_N = mkN001 "" ; - hromati_ch_en_A = mkA079 "" ; - hromatografi_ja__N = mkN047 "" ; - hromiram_V = stateV (mkV186 "") ; - hromiran_A = mkA076 "" ; - hromirane_N = mkN071 "" ; - hromov_A = mkA076 "" ; - hromozoma_N = mkN041 "" ; - hromolitografi_ja__N = mkN047 "" ; - hromotipi_ja__N = mkN047 "" ; - hromofotografi_ja__N = mkN047 "" ; - hronaren_A = mkA079 "" ; - hronika_N = mkN041 "" ; - hronikalen_A = mkA079 "" ; - hronikiram_V = stateV (mkV186 "") ; - hronikirane_N = mkN071 "" ; - hronikxor_N = mkN007 "" ; - hroni_ch_en_A = mkA079 "" ; - hroni_ch_eski_A = mkA078 "" ; - hronograf_N = mkN007 "" ; - hronolog_N = mkN015 "" ; - hronologi_ch_en_A = mkA079 "" ; - hronologi_ch_eski_A = mkA078 "" ; - hronologi_ja__N = mkN047 "" ; - hronometrirane_N = mkN071 "" ; - hronometrist_N = mkN007 "" ; - hronometri_ch_en_A = mkA079 "" ; - hronometyr_N = mkN009 "" ; - hrononavtika_N = mkN041 "" ; - hrononavtka_N = mkN041 "" ; - hronostabilizator_N = mkN007 "" ; - hrumvam_V = stateV (mkV186 "") ; - hrumvane_N = mkN071 "" ; - hrumna_V = stateV (mkV152 "") ; - hrupam_V = actionV (mkV186 "") (mkV152 "") ; - hrupane_N = mkN071 "" ; - hrupkav_A = mkA076 "" ; - hrupkavost_N = mkN049 "" ; - hrupkam_V = actionV (mkV186 "") (mkV152 "") ; - hrupkane_N = mkN071 "" ; - hruskam_V = actionV (mkV186 "") (mkV152 "") ; - hruskane_N = mkN071 "" ; - hru_sht_ane_N = mkN071 "" ; - hru_sht__ja__V = stateV (mkV177 "") ; - hru_sht__ja_l_N = mkN007 "" ; - hru_sht__ja_len_A = mkA079 "" ; - hrytka_N = mkN041 "" ; - hr_ja_n_N = mkN001 "" ; - hubav_A = mkA076 "" ; - hubavelka_N = mkN041b "" ; - hubavec_N = mkN008a "" ; - hubave_ja__V = stateV (mkV160 "") ; - hubavina_N = mkN041 "" ; - hubavica_N = mkN041b "" ; - hubavi_ch_yk_A = mkA080 "" ; - hubosi_ja__N = mkN047 "" ; - hubost_N = mkN049 "" ; - hubostnik_N = mkN014a "" ; - hubostnica_N = mkN041b "" ; - hudo_zj_estven_A = mkA076 "" ; - hudo_zj_estvenost_N = mkN049 "" ; - hudo_zj_estvo_N = mkN054 "" ; - hudo_zj_nik_N = mkN014a "" ; - hudo_zj_ni_ch_eski_A = mkA078 "" ; - hudo_zj_ni_ch_ka_N = mkN041 "" ; - hukvam_V = actionV (mkV186 "") (mkV152 "") ; - hukvane_N = mkN071 "" ; - hula_N = mkN041 "" ; - hulen_A = mkA076 "" ; - hulene_N = mkN071 "" ; - huligan_N = mkN007 "" ; - huliganka_N = mkN041 "" ; - huliganski_A = mkA078 "" ; - huliganstvam_V = stateV (mkV186 "") ; - huliganstvane_N = mkN071 "" ; - huliganstvo_N = mkN054 "" ; - huliganstvuvam_V = stateV (mkV186 "") ; - huliganstvuvane_N = mkN071 "" ; - huligan_sht_ina_N = mkN041 "" ; - hulitel_N = mkN031a "" ; - hulitelen_A = mkA079 "" ; - hulitelka_N = mkN041 "" ; - hul_ja__V = stateV (mkV173 "") ; - huma_N = mkN041 "" ; - humanen_A = mkA079 "" ; - humaniziram_V = stateV (mkV186 "") ; - humanizym_N = mkN011 "" ; - humanist_N = mkN007a "" ; - humanisti_ch_en_A = mkA079 "" ; - humanistka_N = mkN041 "" ; - humanitaren_A = mkA079 "" ; - humanitarnost_N = mkN049 "" ; - humannost_N = mkN049 "" ; - humanoid_N = mkN007 "" ; - humanoiden_A = mkA079 "" ; - humor_N = mkN007 "" ; - humoralen_A = mkA079 "" ; - humoreska_N = mkN041 "" ; - humorist_N = mkN007 "" ; - humoristi_ch_en_A = mkA079 "" ; - humus_N = mkN007 "" ; - humusen_A = mkA079 "" ; - hunski_A = mkA078 "" ; - hunta_N = mkN041 "" ; - hurka_N = mkN041 "" ; - husar_N = mkN031a "" ; - husarski_A = mkA078 "" ; - hyb_N = mkN001 "" ; - hykam_V = stateV (mkV186 "") ; - hykane_N = mkN071 "" ; - hylbok_N = mkN014 "" ; - hylbo_ch_en_A = mkA079 "" ; - hylm_N = mkN001 "" ; - hylmest_A = mkA076 "" ; - hylmist_A = mkA076 "" ; - hylmoviden_A = mkA079 "" ; - hylmoobrazen_A = mkA079 "" ; - hylm_ch_e_N = mkN065 "" ; - hylcam_V = stateV (mkV186 "") ; - hylcane_N = mkN071 "" ; - hylcukam_V = stateV (mkV186 "") ; - hylcukane_N = mkN071 "" ; - hymkane_N = mkN071 "" ; - hyrba_N = mkN041 "" ; - hyrbel_N = mkN007 "" ; - hyrvatin_N = mkN018 "" ; - hyrvatka_N = mkN041 "" ; - hyrvatski_A = mkA078 "" ; - hyrdel_N = mkN007 "" ; - hyrzulvam_V = actionV (mkV186 "") (mkV152 "") ; - hyrzulvane_N = mkN071 "" ; - hyrkam_V = stateV (mkV186 "") ; - hyrkane_N = mkN071 "" ; - hyrsyz_N = mkN007 "" ; - hyrsyzin_N = mkN007 "" ; - hyhrene_N = mkN071 "" ; - hyhr_ja__V = stateV (mkV173 "") ; - hy_sh__N = mkN001 "" ; - hy_sh_lak_N = mkN014 "" ; - hy_sh_lakuvam_V = stateV (mkV186 "") ; - hy_sh_lakuvane_N = mkN071 "" ; - hy_sh_la_sh_ki_A = mkA078 "" ; - hy_sh_la_sht_ina_N = mkN041 "" ; - caka_N = mkN041 "" ; - cakam_V = stateV (mkV186 "") ; - cakane_N = mkN071 "" ; - camburvam_V = stateV (mkV186 "") ; - camburvane_N = mkN071 "" ; - capam_V = actionV (mkV186 "") (mkV152 "") ; - capane_N = mkN071 "" ; - capardosane_N = mkN071 "" ; - capardosvam_V = actionV (mkV186 "") (mkV186 "") ; - capardosvane_N = mkN071 "" ; - capvam_V = actionV (mkV186 "") (mkV152 "") ; - capvane_N = mkN071 "" ; - capnatost_N = mkN049 "" ; - capot_ja__V = stateV (mkV173 "") ; - car_N = mkN035a "" ; - carev_A = mkA076 "" ; - carevica_N = mkN041 "" ; - carevi_ch_ak_N = mkN014 "" ; - carevi_ch_en_A = mkA079 "" ; - carevi_ch_nik_N = mkN014 "" ; - caredvorec_N = mkN008a "" ; - caredvorski_A = mkA078 "" ; - careubiec_N = mkN013 "" ; - careubijstvo_N = mkN054 "" ; - carigradski_A = mkA078 "" ; - carizym_N = mkN011 "" ; - carica_N = mkN041 "" ; - carkin_ja__N = mkN047 "" ; - carski_A = mkA078 "" ; - carstvam_V = stateV (mkV186 "") ; - carstvane_N = mkN071 "" ; - carstven_A = mkA076 "" ; - carstvenost_N = mkN049 "" ; - carstvo_N = mkN054 "" ; - carstvuvam_V = stateV (mkV186 "") ; - carstvuvane_N = mkN071 "" ; - caruvam_V = stateV (mkV186 "") ; - caruvane_N = mkN071 "" ; - car_sht_ina_N = mkN041 "" ; - car_ja__V = stateV (mkV174 "") ; - cafara_N = mkN041 "" ; - caca_N = mkN041 "" ; - cveklo_N = mkN054 "" ; - cveklov_A = mkA076 "" ; - cvekloproizvoditel_N = mkN031a "" ; - cvekloproizvoditelen_A = mkA079 "" ; - cvekloproizvoditelka_N = mkN041 "" ; - cvekloproizvodstvo_N = mkN054 "" ; - cvetar_N = mkN031a "" ; - cvetarka_N = mkN041 "" ; - cvetarnik_N = mkN014 "" ; - cvetarnica_N = mkN041 "" ; - cvetarski_A = mkA078 "" ; - cvetarstvo_N = mkN054 "" ; - cvete_N = mkN072 "" ; - cveten_A = mkA079 "" ; - cvetence_N = mkN066 "" ; - cvetist_A = mkA076 "" ; - cvetnoko_zj__A = mkA076 "" ; - cvetnost_N = mkN049 "" ; - cvetovi_A = mkA078 "" ; - cvetomer_N = mkN007 "" ; - cvetonosen_A = mkA079 "" ; - cvetootdelka_N = mkN041 "" ; - cvetu_sht__A = mkA076 "" ; - cvet_ch_e_N = mkN065 "" ; - cvilene_N = mkN071 "" ; - cvil_ja__V = stateV (mkV173 "") ; - cvrykna_V = stateV (mkV152 "") ; - cvykam_V = stateV (mkV186 "") ; - cvykane_N = mkN071 "" ; - cvyrkalo_N = mkN054 "" ; - cvyrkam_V = stateV (mkV186 "") ; - cvyrkane_N = mkN071 "" ; - cvyrkat_A = mkA076 "" ; - cvyrte_zj__N = mkN007 "" ; - cvyrtene_N = mkN071 "" ; - cvyrt_ja__V = stateV (mkV177 "") ; - cvyr_ch_a_V = stateV (mkV178 "") ; - cvyr_ch_ene_N = mkN071 "" ; - cv_ja_t_N = mkN002 "" ; - cev_N = mkN049 "" ; - ceven_A = mkA079 "" ; - ceda_ch_ka_N = mkN041 "" ; - cedilen_A = mkA079 "" ; - cedilka_N = mkN041 "" ; - cedilnik_N = mkN014 "" ; - cedilo_N = mkN054 "" ; - cedka_N = mkN041 "" ; - ced_ja__V = stateV (mkV174 "") ; - cezarov_A = mkA076 "" ; - cezij_N = mkN032 "" ; - cejlonec_N = mkN008a "" ; - cejlonski_A = mkA078 "" ; - cel_N = mkN049 "" ; - celeben_A = mkA079 "" ; - celebnost_N = mkN049 "" ; - celevi_A = mkA078 "" ; - celenaso_ch_en_A = mkA076 "" ; - celenaso_ch_enost_N = mkN049 "" ; - celene_N = mkN071 "" ; - celeni_ch_yk_A = mkA080 "" ; - celesyobrazen_A = mkA079 "" ; - celesyobraznost_N = mkN049 "" ; - celeukazanie_N = mkN072 "" ; - celeustrem_N = mkN007 "" ; - celeustremen_A = mkA076 "" ; - celeustremenost_N = mkN049 "" ; - celeustremitelen_A = mkA079 "" ; - celeustremitelnost_N = mkN049 "" ; - celziev_A = mkA076 "" ; - celina_N = mkN041 "" ; - celitel_N = mkN031a "" ; - celitelen_A = mkA079 "" ; - celi_ch_yk_A = mkA080 "" ; - celogodi_sh_en_A = mkA079 "" ; - celodneven_A = mkA079 "" ; - celokupen_A = mkA079 "" ; - celokupnost_N = mkN049 "" ; - celomydren_A = mkA076 "" ; - celomydrenost_N = mkN049 "" ; - celomydrie_N = mkN072 "" ; - celofan_N = mkN007 "" ; - celofanen_A = mkA076 "" ; - celo_ch_islen_A = mkA076 "" ; - celuvam_V = actionV (mkV186 "") (mkV152 "") ; - celuvane_N = mkN071 "" ; - celuvka_N = mkN041 "" ; - celulit_N = mkN007 "" ; - celuloza_N = mkN041 "" ; - celulozen_A = mkA079 "" ; - celuloid_N = mkN007 "" ; - celuloiden_A = mkA079 "" ; - cel_ja__V = stateV (mkV174 "") ; - cena_N = mkN041 "" ; - cenen_A = mkA079 "" ; - cenene_N = mkN071 "" ; - cenz_N = mkN001 "" ; - cenzor_N = mkN007a "" ; - cenzura_N = mkN041 "" ; - cenzuren_A = mkA079 "" ; - cenzuriram_V = stateV (mkV186 "") ; - cenzurirane_N = mkN071 "" ; - cenitel_N = mkN031a "" ; - cennost_N = mkN049 "" ; - cennosten_A = mkA079 "" ; - cenov_A = mkA076 "" ; - cenoobrazuvane_N = mkN071 "" ; - cenorazpis_N = mkN007 "" ; - cent_N = mkN001 "" ; - centavyr_N = mkN009 "" ; - centifoli_ja__N = mkN047 "" ; - centrala_N = mkN041 "" ; - centralen_A = mkA079 "" ; - centralizaci_ja__N = mkN047 "" ; - centraliziram_V = stateV (mkV186 "") ; - centralizirane_N = mkN071 "" ; - centralizym_N = mkN011 "" ; - centralnoevropejski_A = mkA078 "" ; - centralnost_N = mkN049 "" ; - centriram_V = stateV (mkV186 "") ; - centrirane_N = mkN071 "" ; - centrist_N = mkN007 "" ; - centrobe_zj_en_A = mkA079 "" ; - centrovam_V = stateV (mkV186 "") ; - centrovane_N = mkN071 "" ; - centrovka_N = mkN041 "" ; - centrostremitelen_A = mkA079 "" ; - centrofuga_N = mkN041 "" ; - centrofu_zj_en_A = mkA079 "" ; - centurion_N = mkN007 "" ; - centyr_N = mkN009a "" ; - cenuroza_N = mkN041 "" ; - cen_ja__V = stateV (mkV174 "") ; - cen_ja_vam_V = stateV (mkV186 "") ; - cen_ja_vane_N = mkN071 "" ; - cepvam_V = actionV (mkV186 "") (mkV152 "") ; - cepvane_N = mkN071 "" ; - cepelin_N = mkN007 "" ; - cepene_N = mkN071 "" ; - cepenica_N = mkN041 "" ; - cepitelnost_N = mkN049 "" ; - cepka_N = mkN041 "" ; - cepnatina_N = mkN041 "" ; - cep_ja__V = stateV (mkV173 "") ; - cer_N = mkN001 "" ; - cerber_N = mkN007 "" ; - cerebralen_A = mkA079 "" ; - ceremonen_A = mkA079 "" ; - ceremonial_N = mkN007 "" ; - ceremonialen_A = mkA079 "" ; - ceremonialmajstor_N = mkN007a "" ; - ceremonialnost_N = mkN049 "" ; - ceremoni_ja__N = mkN047 "" ; - ceremonnost_N = mkN049 "" ; - ceremon_ja__V = stateV (mkV174 "") ; - cerene_N = mkN071 "" ; - ceritel_N = mkN031a "" ; - ceritelen_A = mkA079 "" ; - ceritelka_N = mkN041 "" ; - cerov_A = mkA076 "" ; - cerovit_A = mkA076 "" ; - cerovitost_N = mkN049 "" ; - ceroplastika_N = mkN041 "" ; - cer_ja__V = stateV (mkV174 "") ; - cesi_ja__N = mkN047 "" ; - ceh_N = mkN001 "" ; - cehov_A = mkA076 "" ; - cian_N = mkN007 "" ; - cianid_N = mkN007 "" ; - cianizaci_ja__N = mkN047 "" ; - ciankalij_N = mkN032 "" ; - cianovodorod_N = mkN007 "" ; - cianoza_N = mkN041 "" ; - civilen_A = mkA079 "" ; - civilizator_N = mkN007 "" ; - civilizatorka_N = mkN041 "" ; - civilizatorski_A = mkA078 "" ; - civilizaci_ja__N = mkN047 "" ; - civiliziram_V = stateV (mkV186 "") ; - civilizovam_V = stateV (mkV186 "") ; - civilizovan_A = mkA076 "" ; - civilizovane_N = mkN071 "" ; - civka_N = mkN041 "" ; - civrene_N = mkN071 "" ; - civr_ja__V = stateV (mkV173 "") ; - ciganin_N = mkN018 "" ; - cigani_ja__N = mkN047 "" ; - ciganka_N = mkN041 "" ; - ciganor_N = mkN007 "" ; - ciganosvam_V = actionV (mkV186 "") (mkV174 "") ; - ciganosvane_N = mkN071 "" ; - ciganski_A = mkA078 "" ; - cigan_ch_e_N = mkN065 "" ; - cigan_sht_ina_N = mkN041 "" ; - cigara_N = mkN041 "" ; - cigare_N = mkN065 "" ; - cigaren_A = mkA076 "" ; - cigla_N = mkN041 "" ; - ciglarnica_N = mkN041 "" ; - ciglarski_A = mkA078 "" ; - cigular_N = mkN031a "" ; - cigularka_N = mkN041 "" ; - cigularski_A = mkA078 "" ; - cigulka_N = mkN041 "" ; - cigulkov_A = mkA076 "" ; - cikla_N = mkN041 "" ; - ciklama_N = mkN041 "" ; - ciklamen_A = mkA076 "" ; - cikli_ch_en_A = mkA079 "" ; - cikli_ch_nost_N = mkN049 "" ; - ciklov_A = mkA076 "" ; - ciklometyr_N = mkN009 "" ; - ciklon_N = mkN007 "" ; - ciklop_N = mkN007 "" ; - ciklostil_N = mkN007 "" ; - ciklostilen_A = mkA079 "" ; - cikl_ja__V = stateV (mkV173 "") ; - cikyl_N = mkN009 "" ; - cilindri_ch_en_A = mkA079 "" ; - cilindrov_A = mkA076 "" ; - cilindyr_N = mkN009 "" ; - ciment_N = mkN007 "" ; - cimentaci_ja__N = mkN047 "" ; - cimenten_A = mkA079 "" ; - cimentiram_V = stateV (mkV186 "") ; - cimentirane_N = mkN071 "" ; - cimentov_A = mkA076 "" ; - cinizym_N = mkN011 "" ; - cinik_N = mkN014 "" ; - cini_ch_en_A = mkA079 "" ; - cini_ch_nost_N = mkN049 "" ; - cink_N = mkN001 "" ; - cinkvajs_N = mkN007 "" ; - cinkov_A = mkA076 "" ; - cinkograf_N = mkN007 "" ; - cinkografi_ja__N = mkN047 "" ; - cinkografski_A = mkA078 "" ; - cinobyr_N = mkN009 "" ; - cincarin_N = mkN018 "" ; - cincarski_A = mkA078 "" ; - ciolog_N = mkN015 "" ; - cionizym_N = mkN011 "" ; - cionist_N = mkN007 "" ; - cionistka_N = mkN041 "" ; - cip_N = mkN001 "" ; - cipa_N = mkN041 "" ; - cipest_A = mkA076 "" ; - cipokril_A = mkA076 "" ; - cirej_N = mkN032 "" ; - cirk_N = mkN001 "" ; - cirkad_zj_ijka_N = mkN041 "" ; - cirkad_zj_ijstvo_N = mkN054 "" ; - cirkad_zj_i_ja__N = mkN039 "" ; - cirkov_A = mkA076 "" ; - cirkulaci_ja__N = mkN047 "" ; - cirkuliram_V = stateV (mkV186 "") ; - cirkulirane_N = mkN071 "" ; - cirkul_ja_r_N = mkN007 "" ; - cirkul_ja_ren_A = mkA079 "" ; - cirkul_ja_rist_N = mkN007 "" ; - ciroza_N = mkN041 "" ; - cista_N = mkN041 "" ; - cisterna_N = mkN041 "" ; - cisticerkoza_N = mkN041 "" ; - citadela_N = mkN041 "" ; - citat_N = mkN007 "" ; - citiram_V = stateV (mkV186 "") ; - citirane_N = mkN071 "" ; - citologi_ja__N = mkN047 "" ; - citra_N = mkN041 "" ; - citronada_N = mkN041 "" ; - citrusov_A = mkA076 "" ; - ciferblat_N = mkN007 "" ; - cifra_N = mkN041 "" ; - cifrator_N = mkN007 "" ; - cifren_A = mkA076 "" ; - cifrov_A = mkA076 "" ; - cica_N = mkN041 "" ; - cicam_V = actionV (mkV186 "") (mkV152 "") ; - cicane_N = mkN071 "" ; - cicina_N = mkN041 "" ; - cici_ja__N = mkN047 "" ; - cicka_N = mkN041 "" ; - cicorest_A = mkA076 "" ; - cokam_V = stateV (mkV186 "") ; - cokane_N = mkN071 "" ; - cokyl_N = mkN009 "" ; - col_N = mkN001 "" ; - colov_A = mkA076 "" ; - copam_V = actionV (mkV186 "") (mkV152 "") ; - copane_N = mkN071 "" ; - copvam_V = actionV (mkV186 "") (mkV152 "") ; - copvane_N = mkN071 "" ; - copnane_N = mkN071 "" ; - crykvam_V = stateV (mkV186 "") ; - crykvane_N = mkN071 "" ; - cukalo_N = mkN054 "" ; - cukam_V = stateV (mkV186 "") ; - cukane_N = mkN071 "" ; - cunkam_V = stateV (mkV186 "") ; - cunkane_N = mkN071 "" ; - cupene_N = mkN071 "" ; - cup_ja__V = stateV (mkV173 "") ; - cykam_V = actionV (mkV186 "") (mkV152 "") ; - cykane_N = mkN071 "" ; - cyrvam_V = stateV (mkV186 "") ; - cyrvane_N = mkN071 "" ; - cyrvul_N = mkN007 "" ; - cyrkalka_N = mkN041 "" ; - cyrkalo_N = mkN054 "" ; - cyrkam_V = stateV (mkV186 "") ; - cyrkane_N = mkN071 "" ; - cyrkva_N = mkN041 "" ; - cyrkoven_A = mkA079 "" ; - cyrkovnoslav_ja_nski_A = mkA078 "" ; - cyrcor_ja__V = stateV (mkV173 "") ; - cyfvam_V = actionV (mkV186 "") (mkV152 "") ; - cyfvane_N = mkN071 "" ; - cyfte_zj__N = mkN007 "" ; - cyftene_N = mkN071 "" ; - cyft_ja__V = stateV (mkV177 "") ; - cyft_ja__sht__A = mkA076 "" ; - c_ja_l_A = mkA081 "" ; - c_ja_lost_N = mkN052 "" ; - c_ja_losten_A = mkA079 "" ; - c_ja_lostnost_N = mkN049 "" ; - c_ja_r_N = mkN002 "" ; - _ch_avka_N = mkN041 "" ; - _ch_ado_N = mkN054 "" ; - _ch_adyr_N = mkN007 "" ; - _ch_adyrd_zj_i_ja__N = mkN039 "" ; - _ch_adyrest_A = mkA076 "" ; - _ch_adyr_ch_e_N = mkN065 "" ; - _ch_aen_A = mkA076 "" ; - _ch_aj_N = mkN028 "" ; - _ch_ajka_N = mkN041 "" ; - _ch_ajna_N = mkN041 "" ; - _ch_ajnik_N = mkN014 "" ; - _ch_akal_N = mkN007 "" ; - _ch_akaln_ja__N = mkN047 "" ; - _ch_akam_V = stateV (mkV186 "") ; - _ch_akane_N = mkN071 "" ; - _ch_akmak_N = mkN014 "" ; - _ch_aktisam_V = stateV (mkV186 "") ; - _ch_aktisvam_V = stateV (mkV186 "") ; - _ch_aktisvane_N = mkN071 "" ; - _ch_akyl_N = mkN007 "" ; - _ch_akylen_A = mkA076 "" ; - _ch_akylest_A = mkA076 "" ; - _ch_alvam_V = actionV (mkV186 "") (mkV152 "") ; - _ch_alvane_N = mkN071 "" ; - _ch_alga_N = mkN041 "" ; - _ch_algad_zj_i_ja__N = mkN039 "" ; - _ch_aldisane_N = mkN071 "" ; - _ch_aldisvam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_aldisvane_N = mkN071 "" ; - _ch_alma_N = mkN041 "" ; - _ch_alym_N = mkN007 "" ; - _ch_am_N = mkN001 "" ; - _ch_amov_A = mkA076 "" ; - _ch_anta_N = mkN041 "" ; - _ch_anti_ch_ka_N = mkN041 "" ; - _ch_apkynin_N = mkN018 "" ; - _ch_apkynski_A = mkA078 "" ; - _ch_apla_N = mkN041 "" ; - _ch_apraz_N = mkN007 "" ; - _ch_ar_N = mkN001 "" ; - _ch_ardak_N = mkN014 "" ; - _ch_arda_sh__N = mkN007 "" ; - _ch_ark_N = mkN001 "" ; - _ch_arlston_N = mkN007 "" ; - _ch_aroven_A = mkA079 "" ; - _ch_arovnik_N = mkN014 "" ; - _ch_arovnica_N = mkN041 "" ; - _ch_arovnost_N = mkN049 "" ; - _ch_arodeen_A = mkA085 "" ; - _ch_arodeec_N = mkN013 "" ; - _ch_arodej_N = mkN032 "" ; - _ch_arodejka_N = mkN041 "" ; - _ch_arodejstvam_V = stateV (mkV186 "") ; - _ch_arodejstvane_N = mkN071 "" ; - _ch_arodejstvo_N = mkN054 "" ; - _ch_artizym_N = mkN011 "" ; - _ch_artyr_N = mkN007 "" ; - _ch_artyren_A = mkA079 "" ; - _ch_ar_sh_af_N = mkN007 "" ; - _ch_ar_sh_afosane_N = mkN071 "" ; - _ch_ar_sh_afosvam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_ar_sh_afosvane_N = mkN071 "" ; - _ch_ar_sh_ijski_A = mkA078 "" ; - _ch_ar_sh_i_ja__N = mkN047 "" ; - _ch_as_N = mkN001 "" ; - _ch_asov_A = mkA076 "" ; - _ch_asovi_A = mkA078 "" ; - _ch_asovnik_N = mkN014 "" ; - _ch_asovnikar_N = mkN031a "" ; - _ch_asovnikarski_A = mkA078 "" ; - _ch_asovnikarstvo_N = mkN054 "" ; - _ch_asovnikov_A = mkA076 "" ; - _ch_asovni_ch_e_N = mkN065 "" ; - _ch_asovoj_N = mkN032a "" ; - _ch_asoslov_A = mkA076 "" ; - _ch_ast_N = mkN049 "" ; - _ch_asten_A = mkA079 "" ; - _ch_astica_N = mkN041 "" ; - _ch_asti_ch_en_A = mkA079 "" ; - _ch_asti_ch_ka_N = mkN041 "" ; - _ch_asti_ch_nost_N = mkN049 "" ; - _ch_astnik_N = mkN014 "" ; - _ch_astnica_N = mkN041 "" ; - _ch_astnost_N = mkN049 "" ; - _ch_at_N = mkN001 "" ; - _ch_atal_N = mkN007 "" ; - _ch_atalest_A = mkA076 "" ; - _ch_atvam_V = actionV (mkV186 "") (mkV152 "") ; - _ch_atvane_N = mkN071 "" ; - _ch_atkam_V = stateV (mkV186 "") ; - _ch_atkane_N = mkN071 "" ; - _ch_au_sh__N = mkN007 "" ; - _ch_a_sh_a_N = mkN041 "" ; - _ch_a_sh_ka_N = mkN041 "" ; - _ch_a_sh_koviden_A = mkA079 "" ; - _ch_a_sh_kodren_A = mkA076 "" ; - _ch_vor_N = mkN001 "" ; - _ch_vorest_A = mkA076 "" ; - _ch_ebyr_N = mkN007 "" ; - _ch_everme_N = mkN065 "" ; - _ch_evryst_A = mkA076 "" ; - _ch_evrystina_N = mkN041 "" ; - _ch_egyrtam_V = stateV (mkV186 "") ; - _ch_egyrtane_N = mkN071 "" ; - _ch_edo_N = mkN054 "" ; - _ch_edyr_N = mkN007 "" ; - _ch_ezna_V = stateV (mkV152 "") ; - _ch_eznene_N = mkN071 "" ; - _ch_ezne_sht__A = mkA076 "" ; - _ch_eiz_N = mkN007 "" ; - _ch_ek_N = mkN001 "" ; - _ch_ekijka_N = mkN041 "" ; - _ch_eki_ja__N = mkN047 "" ; - _ch_ekmed_zj_e_N = mkN065 "" ; - _ch_ekna_V = stateV (mkV152 "") ; - _ch_ekov_A = mkA076 "" ; - _ch_ekryk_N = mkN014 "" ; - _ch_elebi_ja__N = mkN047 "" ; - _ch_elen_A = mkA079 "" ; - _ch_elik_N = mkN014 "" ; - _ch_elistka_N = mkN041 "" ; - _ch_eli_ch_en_A = mkA079 "" ; - _ch_elnik_N = mkN014 "" ; - _ch_elo_N = mkN054 "" ; - _ch_el_iu_st_N = mkN049 "" ; - _ch_el_iu_sten_A = mkA079 "" ; - _ch_el_ja_d_N = mkN049 "" ; - _ch_emerika_N = mkN041 "" ; - _ch_em_sh_ir_N = mkN007 "" ; - _ch_em_sh_irov_A = mkA076 "" ; - _ch_enge_N = mkN065 "" ; - _ch_engel_N = mkN007 "" ; - _ch_engel_ch_e_N = mkN065 "" ; - _ch_ene_N = mkN065 "" ; - _ch_ep_N = mkN001 "" ; - _ch_epat_A = mkA076 "" ; - _ch_epatost_N = mkN049 "" ; - _ch_epelarski_A = mkA078 "" ; - _ch_epik_N = mkN014 "" ; - _ch_epka_N = mkN041 "" ; - _ch_epkalo_N = mkN054 "" ; - _ch_epkam_V = stateV (mkV186 "") ; - _ch_epkane_N = mkN071 "" ; - _ch_er_A = mkA076 "" ; - _ch_ervej_N = mkN032 "" ; - _ch_ervej_ch_e_N = mkN065 "" ; - _ch_erven_A = mkA076 "" ; - _ch_ervendalest_A = mkA076 "" ; - _ch_ervene_N = mkN071 "" ; - _ch_ervene_ja__V = stateV (mkV160 "") ; - _ch_ervenikav_A = mkA076 "" ; - _ch_ervenikavo_zj_ylt_A = mkA076 "" ; - _ch_ervenikavokaf_ja_v_A = mkA076 "" ; - _ch_ervenina_N = mkN041 "" ; - _ch_ervenoarmeec_N = mkN013 "" ; - _ch_ervenoarmejski_A = mkA078 "" ; - _ch_ervenobuz_A = mkA076 "" ; - _ch_ervenobuzest_A = mkA076 "" ; - _ch_ervenogvardeec_N = mkN013 "" ; - _ch_ervenodre_sh_kovec_N = mkN008a "" ; - _ch_ervenoko_zj__A = mkA076 "" ; - _ch_ervenokos_A = mkA076 "" ; - _ch_ervenokrystec_N = mkN008a "" ; - _ch_ervenoperka_N = mkN041 "" ; - _ch_erveno_sh_ijka_N = mkN041 "" ; - _ch_ervenu_sh_ka_N = mkN041 "" ; - _ch_erveobrazen_A = mkA079 "" ; - _ch_erviv_A = mkA076 "" ; - _ch_ervilo_N = mkN054 "" ; - _ch_ervisane_N = mkN071 "" ; - _ch_ervisvam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_ervisvane_N = mkN071 "" ; - _ch_ervo_N = mkN054 "" ; - _ch_erv_ja__V = stateV (mkV174 "") ; - _ch_erv_ja_sane_N = mkN071 "" ; - _ch_erv_ja_svam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_erv_ja_svane_N = mkN071 "" ; - _ch_erv_ja__ch_en_A = mkA079 "" ; - _ch_erga_N = mkN041 "" ; - _ch_ergar_N = mkN031a "" ; - _ch_ergarin_N = mkN018 "" ; - _ch_ergarka_N = mkN041 "" ; - _ch_ergarski_A = mkA078 "" ; - _ch_ergarstvo_N = mkN054 "" ; - _ch_ergilo_N = mkN054 "" ; - _ch_erd_zj_e_N = mkN065 "" ; - _ch_eren_A = mkA079 "" ; - _ch_erep_N = mkN007 "" ; - _ch_erepen_A = mkA079 "" ; - _ch_ere_sh_a_N = mkN041 "" ; - _ch_ere_sh_ak_N = mkN014 "" ; - _ch_ere_sh_ar_N = mkN031a "" ; - _ch_ere_sh_arka_N = mkN041 "" ; - _ch_ere_sh_ov_A = mkA076 "" ; - _ch_erkva_N = mkN041 "" ; - _ch_erkez_N = mkN007 "" ; - _ch_erkezin_N = mkN018 "" ; - _ch_erkezka_N = mkN041 "" ; - _ch_erkezki_A = mkA078 "" ; - _ch_erkoven_A = mkA079 "" ; - _ch_erkovnik_N = mkN014 "" ; - _ch_erkovnica_N = mkN041 "" ; - _ch_erkovnopraven_A = mkA079 "" ; - _ch_erkuvam_V = stateV (mkV186 "") ; - _ch_erkuvane_N = mkN071 "" ; - _ch_ernene_N = mkN071 "" ; - _ch_erne_ja__V = stateV (mkV160 "") ; - _ch_ernikav_A = mkA076 "" ; - _ch_ernilka_N = mkN041 "" ; - _ch_ernilo_N = mkN054 "" ; - _ch_ernica_N = mkN041 "" ; - _ch_erni_ch_ev_A = mkA076 "" ; - _ch_erni_ch_yk_A = mkA080 "" ; - _ch_ernobilski_A = mkA078 "" ; - _ch_ernoborsad_zj_ijka_N = mkN041 "" ; - _ch_ernoborsad_zj_ijski_A = mkA078 "" ; - _ch_ernoborsad_zj_ijstvo_N = mkN054 "" ; - _ch_ernoborsad_zj_i_ja__N = mkN039 "" ; - _ch_ernobrad_A = mkA076 "" ; - _ch_ernob_ja_l_A = mkA076 "" ; - _ch_ernova_N = mkN041 "" ; - _ch_ernove_zj_d_A = mkA076 "" ; - _ch_ernovka_N = mkN041 "" ; - _ch_ernogled_N = mkN007 "" ; - _ch_ernogledec_N = mkN008a "" ; - _ch_ernogledka_N = mkN041 "" ; - _ch_ernogledstvo_N = mkN054 "" ; - _ch_ernogorec_N = mkN008a "" ; - _ch_ernogorka_N = mkN041 "" ; - _ch_ernogorski_A = mkA078 "" ; - _ch_ernodroben_A = mkA079 "" ; - _ch_ernozem_N = mkN007 "" ; - _ch_ernozemen_A = mkA079 "" ; - _ch_ernoko_zj__A = mkA076 "" ; - _ch_ernokos_A = mkA076 "" ; - _ch_ernolik_A = mkA076 "" ; - _ch_ernomorski_A = mkA078 "" ; - _ch_ernook_A = mkA076 "" ; - _ch_ernorabotnik_N = mkN014 "" ; - _ch_ernorizec_N = mkN008a "" ; - _ch_ernota_N = mkN041 "" ; - _ch_ern_ja__V = stateV (mkV173 "") ; - _ch_erpak_N = mkN014 "" ; - _ch_erpn_ja__N = mkN047 "" ; - _ch_erp_ja__V = stateV (mkV173 "") ; - _ch_erta_N = mkN041 "" ; - _ch_ertane_N = mkN071 "" ; - _ch_erta_ja__V = stateV (mkV161 "") ; - _ch_erte_zj__N = mkN007 "" ; - _ch_erte_zj_en_A = mkA079 "" ; - _ch_ertica_N = mkN041 "" ; - _ch_erti_ch_ka_N = mkN041 "" ; - _ch_erto_zj_en_A = mkA079 "" ; - _ch_erto_zj_nik_N = mkN014 "" ; - _ch_erto_zj_ni_ch_eski_A = mkA078 "" ; - _ch_erto_zj_ni_ch_estvo_N = mkN054 "" ; - _ch_erto_zj_ni_ch_ka_N = mkN041 "" ; - _ch_erupka_N = mkN041 "" ; - _ch_er_ch_eve_N = mkN065 "" ; - _ch_esalo_N = mkN054 "" ; - _ch_esane_N = mkN071 "" ; - _ch_esnov_A = mkA076 "" ; - _ch_est_A = mkA076 "" ; - _ch_estvam_V = stateV (mkV186 "") ; - _ch_estvane_N = mkN071 "" ; - _ch_estvuvam_V = stateV (mkV186 "") ; - _ch_estvuvane_N = mkN071 "" ; - _ch_esten_A = mkA079 "" ; - _ch_estit_A = mkA076 "" ; - _ch_estitka_N = mkN041 "" ; - _ch_estit_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - _ch_estit_ja_vane_N = mkN071 "" ; - _ch_estnost_N = mkN049 "" ; - _ch_estol_iu_bec_N = mkN008a "" ; - _ch_estol_iu_biv_A = mkA076 "" ; - _ch_estol_iu_bivost_N = mkN049 "" ; - _ch_estol_iu_bie_N = mkN072 "" ; - _ch_estota_N = mkN041 "" ; - _ch_estoten_A = mkA079 "" ; - _ch_est_ja__V = stateV (mkV174 "") ; - _ch_esyn_N = mkN007 "" ; - _ch_eta_V = stateV (mkV145 "") ; - _ch_etalo_N = mkN054 "" ; - _ch_etvoren_A = mkA079 "" ; - _ch_etvorica_N = mkN041 "" ; - _ch_etvorka_N = mkN041 "" ; - _ch_etvyrt_N = mkN049 "" ; - _ch_etvyrtina_N = mkN041 "" ; - _ch_etvyrtit_A = mkA076 "" ; - _ch_etvyrti_ch_en_A = mkA079 "" ; - _ch_etvyrtoklasen_A = mkA079 "" ; - _ch_etvyrtoklasnik_N = mkN014 "" ; - _ch_etvyrtoklasni_ch_ka_N = mkN041 "" ; - _ch_etvyrtfinal_N = mkN007 "" ; - _ch_etvyrtfinalen_A = mkA079 "" ; - _ch_etvyrtyk_N = mkN014 "" ; - _ch_eten_A = mkA079 "" ; - _ch_etene_N = mkN071 "" ; - _ch_etec_N = mkN008a "" ; - _ch_etivo_N = mkN054 "" ; - _ch_etim_A = mkA076 "" ; - _ch_etimost_N = mkN049 "" ; - _ch_etina_N = mkN041 "" ; - _ch_etinest_A = mkA076 "" ; - _ch_etiribukven_A = mkA076 "" ; - _ch_etirivalenten_A = mkA079 "" ; - _ch_etiriglasen_A = mkA079 "" ; - _ch_etirigodi_sh_en_A = mkA079 "" ; - _ch_etirigodi_sh_nina_N = mkN041 "" ; - _ch_etiridesetgodi_sh_en_A = mkA079 "" ; - _ch_etiridesetgodi_sh_nina_N = mkN041 "" ; - _ch_etiridneven_A = mkA079 "" ; - _ch_etirieta_zj_en_A = mkA079 "" ; - _ch_etiriizmeren_A = mkA079 "" ; - _ch_etirikorpusen_A = mkA079 "" ; - _ch_etirikrak_A = mkA076 "" ; - _ch_etirikraten_A = mkA079 "" ; - _ch_etirikrilen_A = mkA079 "" ; - _ch_etirilisten_A = mkA079 "" ; - _ch_etirilistnik_N = mkN014 "" ; - _ch_etirimese_ch_en_A = mkA079 "" ; - _ch_etirimese_ch_ie_N = mkN072 "" ; - _ch_etirimesten_A = mkA079 "" ; - _ch_etirimetrov_A = mkA076 "" ; - _ch_etirimotoren_A = mkA079 "" ; - _ch_etirinadesetgodi_sh_en_A = mkA079 "" ; - _ch_etirinadesetgodi_sh_nina_N = mkN041 "" ; - _ch_etirinog_A = mkA076 "" ; - _ch_etiripistov_A = mkA076 "" ; - _ch_etiriplastov_A = mkA076 "" ; - _ch_etiriprocentov_A = mkA076 "" ; - _ch_etiristaen_A = mkA085 "" ; - _ch_etiristenen_A = mkA079 "" ; - _ch_etiristi_sh_ie_N = mkN072 "" ; - _ch_etiristoten_A = mkA079 "" ; - _ch_etiristotingodi_sh_en_A = mkA079 "" ; - _ch_etiristotingodi_sh_nina_N = mkN041 "" ; - _ch_etiristranen_A = mkA079 "" ; - _ch_etiristrunen_A = mkA079 "" ; - _ch_etiritaktov_A = mkA076 "" ; - _ch_etiritonen_A = mkA079 "" ; - _ch_etiricveten_A = mkA079 "" ; - _ch_etiricilindrov_A = mkA076 "" ; - _ch_etiricifrov_A = mkA076 "" ; - _ch_etiri_ch_lenen_A = mkA079 "" ; - _ch_etiriygylen_A = mkA079 "" ; - _ch_etiriygylnik_N = mkN014 "" ; - _ch_etka_N = mkN041 "" ; - _ch_etkam_V = stateV (mkV186 "") ; - _ch_etkane_N = mkN071 "" ; - _ch_etkar_N = mkN031a "" ; - _ch_etkarstvo_N = mkN054 "" ; - _ch_etliv_A = mkA076 "" ; - _ch_etlivost_N = mkN049 "" ; - _ch_etmo_N = mkN054 "" ; - _ch_etnik_N = mkN014 "" ; - _ch_etni_ch_eski_A = mkA078 "" ; - _ch_et_ch_ica_N = mkN041 "" ; - _ch_eh_N = mkN007 "" ; - _ch_ehkin_ja__N = mkN047 "" ; - _ch_ehlar_N = mkN031a "" ; - _ch_ehoslova_sh_ki_A = mkA078 "" ; - _ch_ehyl_N = mkN009 "" ; - _ch_ehyl_ch_e_N = mkN065 "" ; - _ch_e_ch_enski_A = mkA078 "" ; - _ch_e_sh_a_V = stateV (mkV159 "") ; - _ch_e_sh_it_N = mkN007 "" ; - _ch_e_sh_ki_A = mkA078 "" ; - _ch_e_sh_ma_N = mkN041 "" ; - _ch_e_sh_med_zj_i_ja__N = mkN047 "" ; - _ch_e_sh_men_A = mkA076 "" ; - _ch_e_sh_m_ja_n_A = mkA081 "" ; - _ch_ibuk_N = mkN014 "" ; - _ch_ivi_ja__N = mkN047 "" ; - _ch_izm_N = mkN007 "" ; - _ch_izmar_N = mkN031a "" ; - _ch_iliec_N = mkN013 "" ; - _ch_ilijka_N = mkN041 "" ; - _ch_ilijski_A = mkA078 "" ; - _ch_ilik_N = mkN014 "" ; - _ch_im_N = mkN001 "" ; - _ch_im_sh_ir_N = mkN007 "" ; - _ch_im_sh_iren_A = mkA076 "" ; - _ch_in_N = mkN001 "" ; - _ch_inar_N = mkN007 "" ; - _ch_inel_N = mkN007 "" ; - _ch_inen_A = mkA079 "" ; - _ch_inien_A = mkA076 "" ; - _ch_inijka_N = mkN041 "" ; - _ch_ini_ja__N = mkN047 "" ; - _ch_inovnik_N = mkN014 "" ; - _ch_inovni_ch_eski_A = mkA078 "" ; - _ch_inovni_ch_estvam_V = stateV (mkV186 "") ; - _ch_inovni_ch_estvane_N = mkN071 "" ; - _ch_inovni_ch_estvo_N = mkN054 "" ; - _ch_inovni_ch_estvuvam_V = stateV (mkV186 "") ; - _ch_inovni_ch_estvuvane_N = mkN071 "" ; - _ch_inovni_ch_ka_N = mkN041 "" ; - _ch_inopo_ch_itanie_N = mkN072 "" ; - _ch_in_ja__V = stateV (mkV173 "") ; - _ch_ip_A = mkA076 "" ; - _ch_ipkam_V = stateV (mkV186 "") ; - _ch_ipkane_N = mkN071 "" ; - _ch_iponos_A = mkA076 "" ; - _ch_irak_N = mkN014a "" ; - _ch_iraklyk_N = mkN014 "" ; - _ch_irakuvam_V = stateV (mkV186 "") ; - _ch_irakuvane_N = mkN071 "" ; - _ch_ira_ch_estvo_N = mkN054 "" ; - _ch_ira_sh_ki_A = mkA078 "" ; - _ch_irikam_V = stateV (mkV186 "") ; - _ch_iroz_N = mkN007 "" ; - _ch_irozen_A = mkA079 "" ; - _ch_islen_A = mkA076 "" ; - _ch_islenost_N = mkN049 "" ; - _ch_islitel_N = mkN031 "" ; - _ch_islitelen_A = mkA079 "" ; - _ch_islo_N = mkN054 "" ; - _ch_islov_A = mkA076 "" ; - _ch_isl_ja__V = stateV (mkV174 "") ; - _ch_ist_A = mkA076 "" ; - _ch_ista_ch__N = mkN007 "" ; - _ch_ista_ch_ka_N = mkN041 "" ; - _ch_istene_N = mkN071 "" ; - _ch_istili_sht_e_N = mkN066 "" ; - _ch_isti_ch_yk_A = mkA080 "" ; - _ch_istka_N = mkN041 "" ; - _ch_istnik_N = mkN007 "" ; - _ch_istnica_N = mkN041 "" ; - _ch_istokryven_A = mkA079 "" ; - _ch_istonraven_A = mkA079 "" ; - _ch_istoplyten_A = mkA079 "" ; - _ch_istoplytnost_N = mkN049 "" ; - _ch_istosyrde_ch_en_A = mkA079 "" ; - _ch_istosyrde_ch_ie_N = mkN072 "" ; - _ch_istosyrde_ch_nost_N = mkN049 "" ; - _ch_istota_N = mkN041 "" ; - _ch_istofajnik_N = mkN014 "" ; - _ch_istofajnica_N = mkN041 "" ; - _ch_ist_ja__V = stateV (mkV173 "") ; - _ch_itav_A = mkA076 "" ; - _ch_itaem_A = mkA076 "" ; - _ch_itak_N = mkN014 "" ; - _ch_itali_sht_e_N = mkN066 "" ; - _ch_itali_sht_en_A = mkA079 "" ; - _ch_italn_ja__N = mkN047 "" ; - _ch_itanka_N = mkN041 "" ; - _ch_itatel_N = mkN031a "" ; - _ch_itatelka_N = mkN041 "" ; - _ch_itatelski_A = mkA078 "" ; - _ch_iflik_N = mkN014 "" ; - _ch_iflik_ch_ijka_N = mkN041 "" ; - _ch_iflik_ch_ijski_A = mkA078 "" ; - _ch_iflik_ch_ijstvo_N = mkN054 "" ; - _ch_iflik_ch_i_ja__N = mkN039 "" ; - _ch_ift_N = mkN001 "" ; - _ch_ifte_N = mkN065 "" ; - _ch_iften_A = mkA079 "" ; - _ch_iftokopiten_A = mkA079 "" ; - _ch_iftosane_N = mkN071 "" ; - _ch_iftosvam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_iftosvane_N = mkN071 "" ; - _ch_ifut_N = mkN007 "" ; - _ch_ifutin_N = mkN018 "" ; - _ch_ifutka_N = mkN041 "" ; - _ch_i_ch_ko_N = mkN040 "" ; - _ch_i_ch_o_N = mkN040 "" ; - _ch_i_ch_ov_A = mkA076 "" ; - _ch_i_ch_opej_N = mkN032 "" ; - _ch_len_N = mkN001 "" ; - _ch_lenest_A = mkA076 "" ; - _ch_lenestonogo_N = mkN062 "" ; - _ch_lenka_N = mkN041 "" ; - _ch_lenorazdelen_A = mkA079 "" ; - _ch_lenorazdelnost_N = mkN049 "" ; - _ch_lenski_A = mkA078 "" ; - _ch_lenstvo_N = mkN054 "" ; - _ch_lenuvam_V = stateV (mkV186 "") ; - _ch_lenuvane_N = mkN071 "" ; - _ch_oban_N = mkN007 "" ; - _ch_obanin_N = mkN018 "" ; - _ch_ovek_N = mkN014 "" ; - _ch_ovekol_iu_bec_N = mkN008a "" ; - _ch_ovekol_iu_biv_A = mkA076 "" ; - _ch_ovekol_iu_bie_N = mkN072 "" ; - _ch_ovekomrazec_N = mkN008a "" ; - _ch_ovekomrazie_N = mkN072 "" ; - _ch_ovekomrazstvo_N = mkN054 "" ; - _ch_ovekonenavisten_A = mkA079 "" ; - _ch_ovekonenavistnik_N = mkN014 "" ; - _ch_ovekonenavistni_ch_estvo_N = mkN054 "" ; - _ch_ovekopodoben_A = mkA079 "" ; - _ch_ovekopodobie_N = mkN072 "" ; - _ch_ovekoubiec_N = mkN013 "" ; - _ch_ovekoubijstvo_N = mkN054 "" ; - _ch_oveko_ch_as_N = mkN001 "" ; - _ch_oveko_ja_dec_N = mkN008a "" ; - _ch_oveko_ja_dstvo_N = mkN054 "" ; - _ch_ove_ch_e_N = mkN065 "" ; - _ch_ove_ch_en_A = mkA079 "" ; - _ch_ove_ch_estvo_N = mkN054 "" ; - _ch_ove_ch_ec_N = mkN008a "" ; - _ch_ove_ch_nost_N = mkN049 "" ; - _ch_ove_sh_ki_A = mkA078 "" ; - _ch_ove_sht_ina_N = mkN041 "" ; - _ch_ovka_N = mkN041 "" ; - _ch_ovyrkam_V = stateV (mkV186 "") ; - _ch_ovyrkane_N = mkN071 "" ; - _ch_okoin_N = mkN018 "" ; - _ch_okoj_N = mkN032 "" ; - _ch_okojka_N = mkN041 "" ; - _ch_okojski_A = mkA078 "" ; - _ch_omak_N = mkN014 "" ; - _ch_op_N = mkN001 "" ; - _ch_opkam_V = stateV (mkV186 "") ; - _ch_opkane_N = mkN071 "" ; - _ch_opl_ja__V = stateV (mkV173 "") ; - _ch_orap_N = mkN007 "" ; - _ch_orapen_A = mkA076 "" ; - _ch_orapki_N = mkN075 "" ; - _ch_orapoga_sht_i_N = mkN075 "" ; - _ch_orapoga_sht_nik_N = mkN014 "" ; - _ch_orap_ch_e_N = mkN065 "" ; - _ch_orba_N = mkN041 "" ; - _ch_orbad_zj_ijka_N = mkN041 "" ; - _ch_orbad_zj_ijski_A = mkA078 "" ; - _ch_orbad_zj_ijstvam_V = stateV (mkV186 "") ; - _ch_orbad_zj_ijstvane_N = mkN071 "" ; - _ch_orbad_zj_ijstvo_N = mkN054 "" ; - _ch_orbad_zj_ijstvuvam_V = stateV (mkV186 "") ; - _ch_orbad_zj_ijstvuvane_N = mkN071 "" ; - _ch_orbad_zj_ilyk_N = mkN014 "" ; - _ch_orbad_zj_i_ja__N = mkN039 "" ; - _ch_orbest_A = mkA076 "" ; - _ch_orla_N = mkN041 "" ; - _ch_orlav_A = mkA076 "" ; - _ch_orl_ja__V = stateV (mkV173 "") ; - _ch_ortov_A = mkA076 "" ; - _ch_oha_N = mkN041 "" ; - _ch_ohen_A = mkA076 "" ; - _ch_reven_A = mkA079 "" ; - _ch_revougoden_A = mkA079 "" ; - _ch_revougodie_N = mkN072 "" ; - _ch_revougodnik_N = mkN014a "" ; - _ch_revougodnica_N = mkN041 "" ; - _ch_revougodni_ch_eski_A = mkA078 "" ; - _ch_revougodni_ch_estvo_N = mkN054 "" ; - _ch_rezvi_ch_aen_A = mkA085 "" ; - _ch_rezmeren_A = mkA079 "" ; - _ch_rezmernost_N = mkN049 "" ; - _ch_ubrica_N = mkN041 "" ; - _ch_uvaemost_N = mkN049 "" ; - _ch_uval_N = mkN007 "" ; - _ch_uvam_V = stateV (mkV186 "") ; - _ch_uvane_N = mkN071 "" ; - _ch_uven_N = mkN007 "" ; - _ch_uvstvam_V = stateV (mkV186 "") ; - _ch_uvstvane_N = mkN071 "" ; - _ch_uvstven_A = mkA076 "" ; - _ch_uvstvenost_N = mkN049 "" ; - _ch_uvstvitelen_A = mkA079 "" ; - _ch_uvstvitelnost_N = mkN049 "" ; - _ch_uvstvo_N = mkN054 "" ; - _ch_uvstvuvam_V = stateV (mkV186 "") ; - _ch_uvstvuvane_N = mkN071 "" ; - _ch_ugun_N = mkN007 "" ; - _ch_ugunen_A = mkA076 "" ; - _ch_ugunole_ja_ren_A = mkA079 "" ; - _ch_ugunole_ja_rna_N = mkN041 "" ; - _ch_udak_N = mkN014a "" ; - _ch_udat_A = mkA076 "" ; - _ch_udatost_N = mkN049 "" ; - _ch_uda_ch_eski_A = mkA078 "" ; - _ch_uda_ch_estvo_N = mkN054 "" ; - _ch_uden_A = mkA079 "" ; - _ch_udene_N = mkN071 "" ; - _ch_udesen_A = mkA079 "" ; - _ch_udesi_ja__N = mkN047 "" ; - _ch_udnovat_A = mkA076 "" ; - _ch_udnovatost_N = mkN049 "" ; - _ch_udo_N = mkN060 "" ; - _ch_udovi_sht_e_N = mkN066 "" ; - _ch_udovi_sht_en_A = mkA079 "" ; - _ch_udovi_sht_nost_N = mkN049 "" ; - _ch_udodeen_A = mkA085 "" ; - _ch_udodeec_N = mkN013 "" ; - _ch_udotvoren_A = mkA079 "" ; - _ch_udotvorec_N = mkN008a "" ; - _ch_ud_ja__V = stateV (mkV173 "") ; - _ch_u_zj_bina_N = mkN041 "" ; - _ch_u_zj_d_A = mkA076 "" ; - _ch_u_zj_denec_N = mkN008a "" ; - _ch_u_zj_denka_N = mkN041 "" ; - _ch_u_zj_destranen_A = mkA079 "" ; - _ch_u_zj_destranec_N = mkN008a "" ; - _ch_u_zj_de_ja__V = stateV (mkV160 "") ; - _ch_u_zj_dica_N = mkN041 "" ; - _ch_u_zj_doezi_ch_en_A = mkA079 "" ; - _ch_u_zj_dozemen_A = mkA079 "" ; - _ch_u_zj_dozemec_N = mkN008a "" ; - _ch_u_zj_dozemka_N = mkN041 "" ; - _ch_u_zj_dozemski_A = mkA078 "" ; - _ch_u_zj_dopoklonnik_N = mkN014a "" ; - _ch_u_zj_dopoklonnica_N = mkN041 "" ; - _ch_u_zj_dopoklonni_ch_estvo_N = mkN054 "" ; - _ch_u_zj_dopoklonstvo_N = mkN054 "" ; - _ch_uk_N = mkN001 "" ; - _ch_uka_N = mkN041 "" ; - _ch_ukalka_N = mkN041 "" ; - _ch_ukalo_N = mkN054 "" ; - _ch_ukam_V = actionV (mkV186 "") (mkV152 "") ; - _ch_ukan_N = mkN007 "" ; - _ch_ukane_N = mkN071 "" ; - _ch_ukan_ch_e_N = mkN065 "" ; - _ch_ukar_N = mkN007 "" ; - _ch_ukvam_V = actionV (mkV186 "") (mkV152 "") ; - _ch_ukvane_N = mkN071 "" ; - _ch_ukohvyrga_ch__N = mkN007 "" ; - _ch_ukundur_N = mkN007 "" ; - _ch_uk_ch_e_N = mkN065 "" ; - _ch_ul_N = mkN001 "" ; - _ch_uma_N = mkN041 "" ; - _ch_umav_A = mkA076 "" ; - _ch_umen_A = mkA079 "" ; - _ch_umerene_N = mkN071 "" ; - _ch_umer_ja__V = stateV (mkV173 "") ; - _ch_umosvam_V = actionV (mkV186 "") (mkV186 "") ; - _ch_umosvane_N = mkN071 "" ; - _ch_upene_N = mkN071 "" ; - _ch_upka_N = mkN041 "" ; - _ch_upliv_A = mkA076 "" ; - _ch_uplivost_N = mkN049 "" ; - _ch_up_ja__V = stateV (mkV173 "") ; - _ch_urvam_V = stateV (mkV186 "") ; - _ch_urvane_N = mkN071 "" ; - _ch_uruk_N = mkN014 "" ; - _ch_urulikam_V = stateV (mkV186 "") ; - _ch_urulikane_N = mkN071 "" ; - _ch_utoven_A = mkA079 "" ; - _ch_utura_N = mkN041 "" ; - _ch_u_ch_elo_N = mkN054 "" ; - _ch_u_ch_ulat_A = mkA076 "" ; - _ch_u_ch_uliga_N = mkN041 "" ; - _ch_u_ch_ur_N = mkN007 "" ; - _ch_u_ch_urkam_V = actionV (mkV186 "") (mkV173 "") ; - _ch_u_ch_urkane_N = mkN071 "" ; - _ch_u_ch_ur_ch_e_N = mkN065 "" ; - _ch_u_sh_ka_N = mkN041 "" ; - _ch_u_sh_kam_V = stateV (mkV186 "") ; - _ch_u_sh_kane_N = mkN071 "" ; - _ch_u_sh_kar_N = mkN031a "" ; - _ch_u_ja__V = stateV (mkV163 "") ; - _sh_ablon_N = mkN007 "" ; - _sh_ablonen_A = mkA079 "" ; - _sh_abloniziram_V = stateV (mkV186 "") ; - _sh_ablonizirane_N = mkN071 "" ; - _sh_ablonnost_N = mkN049 "" ; - _sh_avam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_avane_N = mkN071 "" ; - _sh_avar_N = mkN007 "" ; - _sh_avvam_V = stateV (mkV186 "") ; - _sh_avvane_N = mkN071 "" ; - _sh_avliv_A = mkA076 "" ; - _sh_adravan_N = mkN007 "" ; - _sh_ajba_N = mkN041 "" ; - _sh_ajka_N = mkN041 "" ; - _sh_ajkad_zj_ijstvo_N = mkN054 "" ; - _sh_ajkad_zj_i_ja__N = mkN039 "" ; - _sh_al_N = mkN001 "" ; - _sh_alvar_N = mkN007 "" ; - _sh_al_ch_e_N = mkN065 "" ; - _sh_aman_N = mkN007 "" ; - _sh_amandura_N = mkN041 "" ; - _sh_amar_N = mkN007 "" ; - _sh_amarosvam_V = actionV (mkV186 "") (mkV186 "") ; - _sh_amarosvane_N = mkN071 "" ; - _sh_ampaniziram_V = stateV (mkV186 "") ; - _sh_ampanizirane_N = mkN071 "" ; - _sh_ampanski_A = mkA078 "" ; - _sh_ampion_N = mkN007a "" ; - _sh_ampionat_N = mkN007 "" ; - _sh_ampionka_N = mkN041 "" ; - _sh_ampionski_A = mkA078 "" ; - _sh_ampoan_N = mkN007 "" ; - _sh_amfystyk_N = mkN014 "" ; - _sh_ans_N = mkN001 "" ; - _sh_antav_A = mkA076 "" ; - _sh_antavost_N = mkN049 "" ; - _sh_anta_zj__N = mkN007 "" ; - _sh_anta_zj_en_A = mkA079 "" ; - _sh_anta_zj_iram_V = stateV (mkV186 "") ; - _sh_anta_zj_irane_N = mkN071 "" ; - _sh_anta_zj_ist_N = mkN007 "" ; - _sh_anta_zj_istka_N = mkN041 "" ; - _sh_anta_zj_istki_A = mkA078 "" ; - _sh_anc_N = mkN001 "" ; - _sh_anca_N = mkN041 "" ; - _sh_ancov_A = mkA076 "" ; - _sh_ap_N = mkN001 "" ; - _sh_apka_N = mkN041 "" ; - _sh_apkar_N = mkN031a "" ; - _sh_apkarka_N = mkN041 "" ; - _sh_apkarnica_N = mkN041 "" ; - _sh_apkarski_A = mkA078 "" ; - _sh_apkarstvo_N = mkN054 "" ; - _sh_ap_ch_ica_N = mkN041 "" ; - _sh_aran_N = mkN007 "" ; - _sh_aranov_A = mkA076 "" ; - _sh_aren_A = mkA076 "" ; - _sh_arene_ja__V = stateV (mkV160 "") ; - _sh_areni_ja__N = mkN047 "" ; - _sh_arenook_A = mkA076 "" ; - _sh_arenost_N = mkN049 "" ; - _sh_ar_zj__N = mkN001 "" ; - _sh_ar_zj_iram_V = stateV (mkV186 "") ; - _sh_ar_zj_irane_N = mkN071 "" ; - _sh_arilo_N = mkN054 "" ; - _sh_arka_N = mkN041 "" ; - _sh_arlatan_N = mkN007 "" ; - _sh_arlatanin_N = mkN018 "" ; - _sh_arlatani_ja__N = mkN047 "" ; - _sh_arlatanski_A = mkA078 "" ; - _sh_arlatanstvam_V = stateV (mkV186 "") ; - _sh_arlatanstvane_N = mkN071 "" ; - _sh_arlatanstvo_N = mkN054 "" ; - _sh_arlatanstvuvam_V = stateV (mkV186 "") ; - _sh_arlatanstvuvane_N = mkN071 "" ; - _sh_arniren_A = mkA079 "" ; - _sh_arf_N = mkN001 "" ; - _sh_ar_ja__V = stateV (mkV173 "") ; - _sh_asi_N = mkN065 "" ; - _sh_atra_N = mkN041 "" ; - _sh_atyr_N = mkN009 "" ; - _sh_afer_N = mkN007 "" ; - _sh_aferka_N = mkN041 "" ; - _sh_afran_N = mkN007 "" ; - _sh_afranov_A = mkA076 "" ; - _sh_afranti_ja__N = mkN047 "" ; - _sh_ah_N = mkN001 "" ; - _sh_ahmat_N = mkN001 "" ; - _sh_ahmaten_A = mkA079 "" ; - _sh_ahmatist_N = mkN007a "" ; - _sh_ahmatistka_N = mkN041 "" ; - _sh_ahmatistki_A = mkA078 "" ; - _sh_ahta_N = mkN041 "" ; - _sh_ahtov_A = mkA076 "" ; - _sh_a_sh_av_A = mkA076 "" ; - _sh_a_sh_ardisam_V = stateV (mkV186 "") ; - _sh_a_sh_ardisvam_V = stateV (mkV186 "") ; - _sh_a_sh_ardisvane_N = mkN071 "" ; - _sh_a_sh_arma_N = mkN041 "" ; - _sh_a_sh_ka_N = mkN041 "" ; - _sh_a_sh_kyn_N = mkN007 "" ; - _sh_a_sh_kynin_N = mkN018 "" ; - _sh_a_sh_kyni_ja__N = mkN047 "" ; - _sh_a_sh_ma_N = mkN041 "" ; - _sh_a_sh_nat_A = mkA076 "" ; - _sh_a_ja_k_N = mkN014 "" ; - _sh_a_ja__ch_en_A = mkA079 "" ; - _sh_vaba_N = mkN041 "" ; - _sh_ved_N = mkN007 "" ; - _sh_vedka_N = mkN041 "" ; - _sh_vedski_A = mkA078 "" ; - _sh_vejcarec_N = mkN008a "" ; - _sh_vejcarka_N = mkN041 "" ; - _sh_vejcarski_A = mkA078 "" ; - _sh_ev_N = mkN001 "" ; - _sh_even_A = mkA079 "" ; - _sh_evica_N = mkN041 "" ; - _sh_evronen_A = mkA079 "" ; - _sh_ega_N = mkN041 "" ; - _sh_egad_zj_ijka_N = mkN041 "" ; - _sh_egad_zj_ijski_A = mkA078 "" ; - _sh_egad_zj_ijstvo_N = mkN054 "" ; - _sh_egad_zj_i_ja__N = mkN039 "" ; - _sh_egi_ch_ka_N = mkN041 "" ; - _sh_egobiec_N = mkN013 "" ; - _sh_egobijski_A = mkA078 "" ; - _sh_egobijstvo_N = mkN054 "" ; - _sh_egovit_A = mkA076 "" ; - _sh_egovitost_N = mkN049 "" ; - _sh_eguvam_V = stateV (mkV186 "") ; - _sh_eguvane_N = mkN071 "" ; - _sh_edxovyr_N = mkN009 "" ; - _sh_ezlong_N = mkN007 "" ; - _sh_ejkyr_N = mkN007 "" ; - _sh_ejna_N = mkN041 "" ; - _sh_ejni_ch_ka_N = mkN041 "" ; - _sh_ejretin_N = mkN018 "" ; - _sh_ejsetgodi_sh_en_A = mkA079 "" ; - _sh_ejh_N = mkN001 "" ; - _sh_eker_N = mkN007 "" ; - _sh_ekeren_A = mkA076 "" ; - _sh_eker_ch_e_N = mkN065 "" ; - _sh_ekspirov_A = mkA076 "" ; - _sh_ekspiroved_N = mkN007 "" ; - _sh_ekspirovski_A = mkA078 "" ; - _sh_ellak_N = mkN001 "" ; - _sh_elf_N = mkN001 "" ; - _sh_emet_N = mkN007 "" ; - _sh_emeten_A = mkA079 "" ; - _sh_emetnost_N = mkN049 "" ; - _sh_enkelen_A = mkA079 "" ; - _sh_enkelov_A = mkA076 "" ; - _sh_epa_N = mkN041 "" ; - _sh_epnene_N = mkN071 "" ; - _sh_epot_N = mkN007 "" ; - _sh_epoten_A = mkA079 "" ; - _sh_epot_ja__V = actionV (mkV173 "") (mkV177 "") ; - _sh_eptene_N = mkN071 "" ; - _sh_erbet_N = mkN007 "" ; - _sh_erif_N = mkN007 "" ; - _sh_erp_N = mkN007 "" ; - _sh_estak_N = mkN014 "" ; - _sh_estvam_V = stateV (mkV186 "") ; - _sh_estvane_N = mkN071 "" ; - _sh_estvie_N = mkN072 "" ; - _sh_estvuvam_V = stateV (mkV186 "") ; - _sh_estvuvane_N = mkN071 "" ; - _sh_estgodi_sh_en_A = mkA079 "" ; - _sh_estgodi_sh_nina_N = mkN041 "" ; - _sh_estdesetgodi_sh_en_A = mkA079 "" ; - _sh_estdesetgodi_sh_nina_N = mkN041 "" ; - _sh_estdeseti_ch_en_A = mkA079 "" ; - _sh_estdneven_A = mkA079 "" ; - _sh_estica_N = mkN041 "" ; - _sh_estmese_ch_en_A = mkA079 "" ; - _sh_estmesten_A = mkA079 "" ; - _sh_estnadesetgodi_sh_en_A = mkA079 "" ; - _sh_estnadeseti_ch_en_A = mkA079 "" ; - _sh_estobalen_A = mkA079 "" ; - _sh_estoklasen_A = mkA079 "" ; - _sh_estoklasnik_N = mkN014 "" ; - _sh_estokrak_A = mkA076 "" ; - _sh_estokraten_A = mkA079 "" ; - _sh_estoly_ch_en_A = mkA079 "" ; - _sh_estoren_A = mkA079 "" ; - _sh_estorka_N = mkN041 "" ; - _sh_estostenen_A = mkA079 "" ; - _sh_estostennik_N = mkN014 "" ; - _sh_estostranen_A = mkA079 "" ; - _sh_estostrannik_N = mkN014 "" ; - _sh_esto_ch_lenen_A = mkA079 "" ; - _sh_estoygylen_A = mkA079 "" ; - _sh_estoygylnik_N = mkN014 "" ; - _sh_etam_V = stateV (mkV186 "") ; - _sh_etane_N = mkN071 "" ; - _sh_eta_ch_ka_N = mkN041 "" ; - _sh_etn_ja__N = mkN047 "" ; - _sh_ef_N = mkN001 "" ; - _sh_efka_N = mkN041 "" ; - _sh_efstvo_N = mkN054 "" ; - _sh_ibalka_N = mkN041 "" ; - _sh_ibam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_ibane_N = mkN071 "" ; - _sh_ibvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_ibvane_N = mkN071 "" ; - _sh_iboj_N = mkN032 "" ; - _sh_ibyr_N = mkN007 "" ; - _sh_ibyren_A = mkA079 "" ; - _sh_ivaln_ja__N = mkN047 "" ; - _sh_iva_ch__N = mkN007b "" ; - _sh_iva_ch_en_A = mkA079 "" ; - _sh_iva_ch_eski_A = mkA078 "" ; - _sh_iva_ch_estvo_N = mkN054 "" ; - _sh_iva_ch_ka_N = mkN041 "" ; - _sh_iva_sh_ki_A = mkA078 "" ; - _sh_ien_A = mkA085 "" ; - _sh_iene_N = mkN071 "" ; - _sh_izofrenik_N = mkN014 "" ; - _sh_izofreni_ch_en_A = mkA079 "" ; - _sh_izofreni_ch_ka_N = mkN041 "" ; - _sh_izofreni_ja__N = mkN047 "" ; - _sh_ijka_N = mkN041 "" ; - _sh_ikalka_N = mkN041 "" ; - _sh_ikalkavene_N = mkN071 "" ; - _sh_ikalkav_ja__V = stateV (mkV173 "") ; - _sh_ikan_N = mkN007 "" ; - _sh_ikozen_A = mkA079 "" ; - _sh_ile_N = mkN065 "" ; - _sh_ilegarka_N = mkN041 "" ; - _sh_ilest_A = mkA076 "" ; - _sh_iling_N = mkN007 "" ; - _sh_ilo_N = mkN054 "" ; - _sh_il_ja__V = stateV (mkV173 "") ; - _sh_impanze_N = mkN065 "" ; - _sh_ina_N = mkN041 "" ; - _sh_inel_N = mkN007 "" ; - _sh_inik_N = mkN014 "" ; - _sh_iniram_V = stateV (mkV186 "") ; - _sh_inirane_N = mkN071 "" ; - _sh_ip_N = mkN001 "" ; - _sh_ipest_A = mkA076 "" ; - _sh_ipka_N = mkN041 "" ; - _sh_ipkov_A = mkA076 "" ; - _sh_ip_ch_enski_A = mkA078 "" ; - _sh_ir_N = mkN042 "" ; - _sh_irvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_irvane_N = mkN071 "" ; - _sh_iren_A = mkA079 "" ; - _sh_irina_N = mkN041 "" ; - _sh_irine_N = mkN071 "" ; - _sh_irit_N = mkN007 "" ; - _sh_irok_A = mkA076 "" ; - _sh_iroki_ch_yk_A = mkA080 "" ; - _sh_irokogryd_A = mkA076 "" ; - _sh_irokoekranen_A = mkA079 "" ; - _sh_irokolentov_A = mkA076 "" ; - _sh_irokolik_A = mkA076 "" ; - _sh_irokolineen_A = mkA085 "" ; - _sh_irokolist_A = mkA076 "" ; - _sh_irokolisten_A = mkA079 "" ; - _sh_irokoobhvaten_A = mkA079 "" ; - _sh_irokople_sht__A = mkA076 "" ; - _sh_irokople_sht_est_A = mkA076 "" ; - _sh_irokopol_A = mkA076 "" ; - _sh_irokopryst_A = mkA076 "" ; - _sh_irokorazprostranen_A = mkA076 "" ; - _sh_irokorelsov_A = mkA076 "" ; - _sh_irokoceven_A = mkA079 "" ; - _sh_irota_N = mkN041 "" ; - _sh_iro_ch_ina_N = mkN041 "" ; - _sh_iro_ch_yk_A = mkA080 "" ; - _sh_irpotreba_N = mkN041 "" ; - _sh_it_A = mkA076 "" ; - _sh_ifrator_N = mkN007 "" ; - _sh_ifrovam_V = stateV (mkV186 "") ; - _sh_ifrovan_A = mkA076 "" ; - _sh_ifrovane_N = mkN071 "" ; - _sh_ifrov_ch_ik_N = mkN014 "" ; - _sh_ifyr_N = mkN009 "" ; - _sh_i_sh__N = mkN001 "" ; - _sh_i_sh_arka_N = mkN041 "" ; - _sh_i_sh_arkoviden_A = mkA079 "" ; - _sh_i_sh_e_N = mkN065 "" ; - _sh_i_sh_ence_N = mkN066 "" ; - _sh_i_sh_kav_A = mkA076 "" ; - _sh_i_sh_kave_ja__V = stateV (mkV160 "") ; - _sh_i_sh_kavina_N = mkN041 "" ; - _sh_i_sh_kavost_N = mkN049 "" ; - _sh_i_sh_kebap_N = mkN007 "" ; - _sh_i_sh_ko_N = mkN040 "" ; - _sh_i_sh__ch_e_N = mkN065 "" ; - _sh_i_ja__V = stateV (mkV163 "") ; - _sh_karp_N = mkN007 "" ; - _sh_kartiram_V = stateV (mkV186 "") ; - _sh_kartirane_N = mkN071 "" ; - _sh_karto_N = mkN054 "" ; - _sh_kaf_N = mkN001 "" ; - _sh_kaf_ch_e_N = mkN065 "" ; - _sh_kembe_N = mkN065 "" ; - _sh_kembed_zj_ijnica_N = mkN041 "" ; - _sh_kembed_zj_i_ja__N = mkN039 "" ; - _sh_kembeli_ja__N = mkN039 "" ; - _sh_kembest_A = mkA076 "" ; - _sh_kiper_N = mkN007 "" ; - _sh_kola_N = mkN041 "" ; - _sh_kolnik_N = mkN014 "" ; - _sh_kolo_N = mkN054 "" ; - _sh_kolovka_N = mkN041 "" ; - _sh_kolski_A = mkA078 "" ; - _sh_koluvam_V = stateV (mkV186 "") ; - _sh_koluvane_N = mkN071 "" ; - _sh_kontiram_V = stateV (mkV186 "") ; - _sh_kontirane_N = mkN071 "" ; - _sh_konto_N = mkN054 "" ; - _sh_kotov_A = mkA076 "" ; - _sh_kurka_N = mkN041 "" ; - _sh_lager_N = mkN007 "" ; - _sh_lageren_A = mkA079 "" ; - _sh_lajfam_V = stateV (mkV186 "") ; - _sh_lajfan_A = mkA076 "" ; - _sh_lajfane_N = mkN071 "" ; - _sh_lajfma_sh_ina_N = mkN041 "" ; - _sh_laka_N = mkN041 "" ; - _sh_lang_N = mkN001 "" ; - _sh_lejf_N = mkN001 "" ; - _sh_lem_N = mkN001 "" ; - _sh_lemofon_N = mkN007 "" ; - _sh_lep_N = mkN001 "" ; - _sh_lifer_N = mkN007 "" ; - _sh_liferen_A = mkA079 "" ; - _sh_lifovam_V = stateV (mkV186 "") ; - _sh_lifovan_A = mkA076 "" ; - _sh_lifovane_N = mkN071 "" ; - _sh_lifovka_N = mkN041 "" ; - _sh_lifov_ch_ik_N = mkN014 "" ; - _sh_lifovy_ch_en_A = mkA079 "" ; - _sh_lic_N = mkN001 "" ; - _sh_loser_N = mkN007 "" ; - _sh_loserka_N = mkN041 "" ; - _sh_loserski_A = mkA078 "" ; - _sh_loserstvo_N = mkN054 "" ; - _sh_l_iu_z_N = mkN001 "" ; - _sh_l_iu_pka_N = mkN041 "" ; - _sh_l_ja_ene_N = mkN071 "" ; - _sh_l_ja_pam_V = stateV (mkV186 "") ; - _sh_l_ja_pane_N = mkN071 "" ; - _sh_l_ja_pvam_V = stateV (mkV186 "") ; - _sh_l_ja_pvane_N = mkN071 "" ; - _sh_l_ja_hta_N = mkN041 "" ; - _sh_l_ja__ja__V = stateV (mkV161 "") ; - _sh_majzer_N = mkN007 "" ; - _sh_meker_N = mkN007 "" ; - _sh_mekeri_ja__N = mkN047 "" ; - _sh_mekerka_N = mkN041 "" ; - _sh_mekerlyk_N = mkN014 "" ; - _sh_mekeruvam_V = stateV (mkV186 "") ; - _sh_mekeruvane_N = mkN071 "" ; - _sh_mirgel_N = mkN007 "" ; - _sh_mirgelov_A = mkA076 "" ; - _sh_mugane_N = mkN071 "" ; - _sh_mugvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_mugvane_N = mkN071 "" ; - _sh_nicel_N = mkN007 "" ; - _sh_nola_N = mkN041 "" ; - _sh_norhel_N = mkN007 "" ; - _sh_nur_N = mkN001 "" ; - _sh_ovinizym_N = mkN011 "" ; - _sh_ovinist_N = mkN007 "" ; - _sh_ovinisti_ch_en_A = mkA079 "" ; - _sh_ovinisti_ch_eski_A = mkA078 "" ; - _sh_ovinistka_N = mkN041 "" ; - _sh_ok_N = mkN001 "" ; - _sh_okiram_V = stateV (mkV186 "") ; - _sh_okirane_N = mkN071 "" ; - _sh_okov_A = mkA076 "" ; - _sh_okolad_N = mkN007 "" ; - _sh_okoladen_A = mkA076 "" ; - _sh_okoladov_A = mkA076 "" ; - _sh_ompol_N = mkN007 "" ; - _sh_ompyl_N = mkN007 "" ; - _sh_op_N = mkN007 "" ; - _sh_opar_N = mkN007 "" ; - _sh_opka_N = mkN041 "" ; - _sh_opkin_ja__N = mkN047 "" ; - _sh_opski_A = mkA078 "" ; - _sh_orti_N = mkN075 "" ; - _sh_ose_N = mkN065 "" ; - _sh_oseen_A = mkA085 "" ; - _sh_osiram_V = stateV (mkV186 "") ; - _sh_osirane_N = mkN071 "" ; - _sh_otlandec_N = mkN008a "" ; - _sh_otlandka_N = mkN041 "" ; - _sh_otlandski_A = mkA078 "" ; - _sh_ou_N = mkN065 "" ; - _sh_oubiznes_N = mkN007 "" ; - _sh_ofiram_V = stateV (mkV186 "") ; - _sh_ofirane_N = mkN071 "" ; - _sh_ofxor_N = mkN007a "" ; - _sh_ofxorski_A = mkA078 "" ; - _sh_paga_N = mkN041 "" ; - _sh_pagat_N = mkN007 "" ; - _sh_pajk_N = mkN001 "" ; - _sh_pakla_N = mkN041 "" ; - _sh_paklovam_V = stateV (mkV186 "") ; - _sh_paklovane_N = mkN071 "" ; - _sh_paklovka_N = mkN041 "" ; - _sh_palir_N = mkN007 "" ; - _sh_palta_N = mkN041 "" ; - _sh_patula_N = mkN041 "" ; - _sh_pac_N = mkN001 "" ; - _sh_pacir_N = mkN007 "" ; - _sh_paciram_V = stateV (mkV186 "") ; - _sh_pacirane_N = mkN071 "" ; - _sh_paci_ja__N = mkN047 "" ; - _sh_pekov_A = mkA076 "" ; - _sh_perplat_N = mkN007 "" ; - _sh_perplaten_A = mkA079 "" ; - _sh_perplatov_A = mkA076 "" ; - _sh_perc_N = mkN001 "" ; - _sh_pilka_N = mkN041 "" ; - _sh_pindel_N = mkN007 "" ; - _sh_pindelen_A = mkA079 "" ; - _sh_piona_zj__N = mkN007 "" ; - _sh_pionin_N = mkN018 "" ; - _sh_pioniram_V = stateV (mkV186 "") ; - _sh_pionirane_N = mkN071 "" ; - _sh_pionka_N = mkN041 "" ; - _sh_pionski_A = mkA078 "" ; - _sh_pionstvo_N = mkN054 "" ; - _sh_pic_N = mkN001 "" ; - _sh_pickomanda_N = mkN041 "" ; - _sh_plint_N = mkN007 "" ; - _sh_por_N = mkN001 "" ; - _sh_pora_N = mkN041 "" ; - _sh_por_ja__V = stateV (mkV173 "") ; - _sh_pric_N = mkN001 "" ; - _sh_pula_N = mkN041 "" ; - _sh_pulka_N = mkN041 "" ; - _sh_rapnel_N = mkN007 "" ; - _sh_rift_N = mkN001 "" ; - _sh_uba_N = mkN041 "" ; - _sh_ube_N = mkN065 "" ; - _sh_ubler_N = mkN007 "" ; - _sh_ubrak_N = mkN014 "" ; - _sh_uga_N = mkN041 "" ; - _sh_ugav_A = mkA076 "" ; - _sh_ugave_ja__V = stateV (mkV160 "") ; - _sh_ukvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_ukvane_N = mkN071 "" ; - _sh_ule_N = mkN065 "" ; - _sh_um_N = mkN001 "" ; - _sh_uma_N = mkN041 "" ; - _sh_umak_N = mkN014 "" ; - _sh_umat_A = mkA076 "" ; - _sh_umen_A = mkA079 "" ; - _sh_umenec_N = mkN008a "" ; - _sh_umenski_A = mkA078 "" ; - _sh_umer_N = mkN007 "" ; - _sh_umerski_A = mkA078 "" ; - _sh_umest_A = mkA076 "" ; - _sh_umka_N = mkN041 "" ; - _sh_umkar_N = mkN007 "" ; - _sh_umliv_A = mkA076 "" ; - _sh_umna_V = stateV (mkV152 "") ; - _sh_umnat_A = mkA076 "" ; - _sh_umov_A = mkA076 "" ; - _sh_umozaglu_sh_itel_N = mkN031 "" ; - _sh_umoizolaci_ja__N = mkN047 "" ; - _sh_umol_N = mkN007 "" ; - _sh_umolene_N = mkN071 "" ; - _sh_umol_ja__V = stateV (mkV174 "") ; - _sh_umotevica_N = mkN041 "" ; - _sh_umt_ja__V = stateV (mkV177 "") ; - _sh_um_ja__V = stateV (mkV174 "") ; - _sh_unka_N = mkN041 "" ; - _sh_upvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_upvane_N = mkN071 "" ; - _sh_upla_N = mkN041 "" ; - _sh_uplest_A = mkA076 "" ; - _sh_upliv_A = mkA076 "" ; - _sh_uplivost_N = mkN049 "" ; - _sh_urvam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_urvane_N = mkN071 "" ; - _sh_urej_N = mkN032a "" ; - _sh_urtene_N = mkN071 "" ; - _sh_urt_ja__V = stateV (mkV177 "") ; - _sh_ut_N = mkN001 "" ; - _sh_utiram_V = stateV (mkV186 "") ; - _sh_utirane_N = mkN071 "" ; - _sh_utovski_A = mkA078 "" ; - _sh_utov_sht_ina_N = mkN041 "" ; - _sh_u_sh_ka_N = mkN041 "" ; - _sh_u_sh_l_ja_k_N = mkN014 "" ; - _sh_u_sh_nene_N = mkN071 "" ; - _sh_u_sh_on_N = mkN007 "" ; - _sh_u_sh_ukam_V = actionV (mkV186 "") (mkV152 "") ; - _sh_u_sh_ukane_N = mkN071 "" ; - _sh_u_sh_ulka_N = mkN041 "" ; - _sh_u_sh_umiga_N = mkN041 "" ; - _sh_huna_N = mkN041 "" ; - _sh_ytane_N = mkN071 "" ; - _sh_ytkam_V = stateV (mkV186 "") ; - _sh_ytkane_N = mkN071 "" ; - _sht_a_V = stateV (mkV144 "") ; - _sht_ab_N = mkN001 "" ; - _sht_aben_A = mkA079 "" ; - _sht_avene_N = mkN071 "" ; - _sht_av_ja__V = stateV (mkV173 "") ; - _sht_ad_ja__V = stateV (mkV174 "") ; - _sht_ajga_N = mkN041 "" ; - _sht_am_N = mkN001 "" ; - _sht_ampa_N = mkN041 "" ; - _sht_ampov_A = mkA076 "" ; - _sht_ampovam_V = actionV (mkV186 "") (mkV186 "") ; - _sht_ampovan_A = mkA076 "" ; - _sht_ampovane_N = mkN071 "" ; - _sht_ampovy_ch_en_A = mkA079 "" ; - _sht_amposane_N = mkN071 "" ; - _sht_amposvam_V = stateV (mkV186 "") ; - _sht_amposvane_N = mkN071 "" ; - _sht_anga_N = mkN041 "" ; - _sht_angist_N = mkN007a "" ; - _sht_and_N = mkN001 "" ; - _sht_andist_N = mkN007 "" ; - _sht_andistka_N = mkN041 "" ; - _sht_apane_N = mkN071 "" ; - _sht_apukam_V = stateV (mkV186 "") ; - _sht_apukane_N = mkN071 "" ; - _sht_astie_N = mkN072 "" ; - _sht_astliv_A = mkA076 "" ; - _sht_astlivec_N = mkN008a "" ; - _sht_astlivka_N = mkN041 "" ; - _sht_at_N = mkN007 "" ; - _sht_atelen_A = mkA079 "" ; - _sht_atelnost_N = mkN049 "" ; - _sht_aten_A = mkA079 "" ; - _sht_atski_A = mkA078 "" ; - _sht_afeta_N = mkN041 "" ; - _sht_afeten_A = mkA079 "" ; - _sht_edrost_N = mkN049 "" ; - _sht_edyr_A = mkA080 "" ; - _sht_eka_N = mkN041 "" ; - _sht_eker_N = mkN007 "" ; - _sht_ekotliv_A = mkA076 "" ; - _sht_ekotlivost_N = mkN049 "" ; - _sht_empel_N = mkN007 "" ; - _sht_empeluvam_V = stateV (mkV186 "") ; - _sht_empeluvan_A = mkA076 "" ; - _sht_empeluvane_N = mkN071 "" ; - _sht_enie_N = mkN072 "" ; - _sht_epsel_N = mkN007 "" ; - _sht_erka_N = mkN041 "" ; - _sht_eta_N = mkN041 "" ; - _sht_iglec_N = mkN007 "" ; - _sht_ik_N = mkN001 "" ; - _sht_ikov_A = mkA076 "" ; - _sht_ipalka_N = mkN041 "" ; - _sht_ipalo_N = mkN054 "" ; - _sht_ipane_N = mkN071 "" ; - _sht_ipvam_V = actionV (mkV186 "") (mkV152 "") ; - _sht_ipvane_N = mkN071 "" ; - _sht_ipene_N = mkN071 "" ; - _sht_ipec_N = mkN008 "" ; - _sht_ipka_N = mkN041 "" ; - _sht_ipliv_A = mkA076 "" ; - _sht_ipok_N = mkN014 "" ; - _sht_ip_ja__V = stateV (mkV154 "") ; - _sht_ip_ja__sht__A = mkA076 "" ; - _sht_ir_N = mkN001 "" ; - _sht_it_N = mkN001 "" ; - _sht_itoviden_A = mkA079 "" ; - _sht_itonosen_A = mkA079 "" ; - _sht_itonosec_N = mkN008a "" ; - _sht_ift_N = mkN001 "" ; - _sht_rajh_N = mkN001 "" ; - _sht_rakam_V = actionV (mkV186 "") (mkV152 "") ; - _sht_rakane_N = mkN071 "" ; - _sht_rakvam_V = actionV (mkV186 "") (mkV152 "") ; - _sht_rakvane_N = mkN071 "" ; - _sht_raus_N = mkN007 "" ; - _sht_rausov_A = mkA076 "" ; - _sht_rih_N = mkN007 "" ; - _sht_rihov_A = mkA076 "" ; - _sht_rihovka_N = mkN041 "" ; - _sht_rudel_N = mkN007 "" ; - _sht_rybka_N = mkN041 "" ; - _sht_rybla_N = mkN041 "" ; - _sht_ryblxo_N = mkN040 "" ; - _sht_rykvam_V = actionV (mkV186 "") (mkV152 "") ; - _sht_rykvane_N = mkN071 "" ; - _sht_ryklest_A = mkA076 "" ; - _sht_rykle_ja__V = stateV (mkV160 "") ; - _sht_ryklica_N = mkN041 "" ; - _sht_uka_N = mkN041 "" ; - _sht_ukvam_V = actionV (mkV186 "") (mkV152 "") ; - _sht_ukvane_N = mkN071 "" ; - _sht_ur_A = mkA076 "" ; - _sht_urav_A = mkA076 "" ; - _sht_urak_N = mkN014 "" ; - _sht_uram_V = stateV (mkV186 "") ; - _sht_urane_N = mkN071 "" ; - _sht_urval_N = mkN007 "" ; - _sht_urec_N = mkN008a "" ; - _sht_ure_ja__V = stateV (mkV160 "") ; - _sht_urm_N = mkN001 "" ; - _sht_urman_N = mkN007 "" ; - _sht_urmbanf_iu_rer_N = mkN007 "" ; - _sht_urmov_A = mkA076 "" ; - _sht_urmovak_N = mkN014 "" ; - _sht_urmov_sht_ina_N = mkN041 "" ; - _sht_urmuvam_V = stateV (mkV186 "") ; - _sht_urmuvane_N = mkN071 "" ; - _sht_urota_N = mkN041 "" ; - _sht_uroti_ja__N = mkN047 "" ; - _sht_ur_ch_o_N = mkN040 "" ; - _sht_ucer_N = mkN007 "" ; - _sht_ykam_V = stateV (mkV186 "") ; - _sht_ykane_N = mkN071 "" ; - _sht_yrbav_A = mkA076 "" ; - _sht_yrbat_A = mkA076 "" ; - _sht_yrbel_N = mkN007 "" ; - _sht_yrk_N = mkN001 "" ; - _sht_yrkel_N = mkN007 "" ; - _sht_yrkelica_N = mkN041 "" ; - _sht_yrkelov_A = mkA076 "" ; - _sht_yrkov_A = mkA076 "" ; - yglest_A = mkA076 "" ; - yglov_A = mkA076 "" ; - yglovat_A = mkA076 "" ; - yglovatost_N = mkN049 "" ; - ygloviden_A = mkA079 "" ; - yglomer_N = mkN007 "" ; - yglomeren_A = mkA079 "" ; - yglometyr_N = mkN009 "" ; - yglopolov_ja__sht_a_N = mkN041 "" ; - ygyl_N = mkN009 "" ; - ygylen_A = mkA079 "" ; - ygylnik_N = mkN014 "" ; - ygyl_ch_e_N = mkN065 "" ; - _iu_bileen_A = mkA085 "" ; - _iu_bilej_N = mkN032 "" ; - _iu_bil_ja_r_N = mkN031a "" ; - _iu_bil_ja_rka_N = mkN041 "" ; - _iu_velir_N = mkN007 "" ; - _iu_g_N = mkN040a "" ; - _iu_gozapad_N = mkN040a "" ; - _iu_gozapaden_A = mkA079 "" ; - _iu_goiztok_N = mkN040a "" ; - _iu_goizto_ch_en_A = mkA079 "" ; - _iu_goslavski_A = mkA078 "" ; - _iu_goslav_ja_nin_N = mkN018 "" ; - _iu_goslav_ja_nka_N = mkN041 "" ; - _iu_da_N = mkN038 "" ; - _iu_dej_N = mkN032a "" ; - _iu_dejka_N = mkN041 "" ; - _iu_dejski_A = mkA078 "" ; - _iu_dejstvo_N = mkN054 "" ; - _iu__zj_en_A = mkA079 "" ; - _iu__zj_noamerikanec_N = mkN008a "" ; - _iu__zj_noamerikanski_A = mkA078 "" ; - _iu__zj_noatlanti_ch_eski_A = mkA078 "" ; - _iu__zj_noafrikanec_N = mkN008a "" ; - _iu__zj_noafrikanski_A = mkA078 "" ; - _iu__zj_noevropejski_A = mkA078 "" ; - _iu__zj_n_ja_k_N = mkN014 "" ; - _iu__zj_n_ja__sh_ki_A = mkA078 "" ; - _iu_z_N = mkN001 "" ; - _iu_zda_N = mkN041 "" ; - _iu_zina_N = mkN041 "" ; - _iu_lar_N = mkN007 "" ; - _iu_lianski_A = mkA078 "" ; - _iu_lski_A = mkA078 "" ; - _iu_mruk_N = mkN014 "" ; - _iu_mru_ch_e_N = mkN065 "" ; - _iu_mru_ch_en_A = mkA079 "" ; - _iu_nak_N = mkN014a "" ; - _iu_nakin_ja__N = mkN047 "" ; - _iu_na_ch_aga_N = mkN038 "" ; - _iu_na_ch_e_N = mkN065 "" ; - _iu_na_ch_en_A = mkA079 "" ; - _iu_na_ch_estvo_N = mkN054 "" ; - _iu_na_ch_ka_N = mkN041 "" ; - _iu_na_ch_nost_N = mkN049 "" ; - _iu_na_sh_ki_A = mkA078 "" ; - _iu_na_sht_ina_N = mkN041 "" ; - _iu_nga_N = mkN041 "" ; - _iu_nica_N = mkN041 "" ; - _iu_nker_N = mkN007a "" ; - _iu_nkerski_A = mkA078 "" ; - _iu_no_sh_a_N = mkN041 "" ; - _iu_no_sh_eski_A = mkA078 "" ; - _iu_no_sh_estvo_N = mkN054 "" ; - _iu_nski_A = mkA078 "" ; - _iu_rvam_V = stateV (mkV186 "") ; - _iu_rvane_N = mkN071 "" ; - _iu_rgan_N = mkN007 "" ; - _iu_rgand_zj_i_ja__N = mkN039 "" ; - _iu_rdek_N = mkN014 "" ; - _iu_rde_ch_e_N = mkN065 "" ; - _iu_rde_ch_i_A = mkA078 "" ; - _iu_rde_ch_ka_N = mkN041 "" ; - _iu_ridi_ch_eski_A = mkA078 "" ; - _iu_risdikci_ja__N = mkN047 "" ; - _iu_riskonsult_N = mkN007a "" ; - _iu_risprudenci_ja__N = mkN047 "" ; - _iu_rist_N = mkN007a "" ; - _iu_ristka_N = mkN041 "" ; - _iu_rkam_V = stateV (mkV186 "") ; - _iu_rna_V = stateV (mkV152 "") ; - _iu_rski_A = mkA078 "" ; - _iu_rta_N = mkN041 "" ; - _iu_ta_N = mkN041 "" ; - _iu_ten_A = mkA076 "" ; - _iu_ti_ja__N = mkN047 "" ; - _iu_fka_N = mkN041 "" ; - _ja_band_zj_i_ja__N = mkN039 "" ; - _ja_blan_N = mkN007 "" ; - _ja_bylka_N = mkN041 "" ; - _ja_bylkar_N = mkN031a "" ; - _ja_bylkov_A = mkA076 "" ; - _ja_bylkoviden_A = mkA079 "" ; - _ja_byl_ch_en_A = mkA079 "" ; - _ja_ven_A = mkA079 "" ; - _ja_vka_N = mkN041 "" ; - _ja_vlenie_N = mkN072 "" ; - _ja_vnobra_ch_en_A = mkA079 "" ; - _ja_vor_N = mkN007 "" ; - _ja_vorov_A = mkA076 "" ; - _ja_v_ja_vam_V = actionV (mkV186 "") (mkV174 "") ; - _ja_v_ja_vane_N = mkN071 "" ; - _ja_goda_N = mkN041 "" ; - _ja_godar_N = mkN031a "" ; - _ja_godov_A = mkA076 "" ; - _ja_gorida_N = mkN041 "" ; - _ja_guar_N = mkN007 "" ; - _ja_d_N = mkN001 "" ; - _ja_dvam_V = stateV (mkV186 "") ; - _ja_dvane_N = mkN071 "" ; - _ja_den_A = mkA079 "" ; - _ja_dene_N = mkN071 "" ; - _ja_dec_N = mkN040a "" ; - _ja_diven_A = mkA079 "" ; - _ja_dka_N = mkN041 "" ; - _ja_dliv_A = mkA076 "" ; - _ja_dna_V = stateV (mkV152 "") ; - _ja_dovit_A = mkA076 "" ; - _ja_dovitost_N = mkN049 "" ; - _ja_dosan_A = mkA076 "" ; - _ja_dosvam_V = actionV (mkV186 "") (mkV186 "") ; - _ja_dosvane_N = mkN071 "" ; - _ja_dren_A = mkA076 "" ; - _ja_dro_N = mkN054 "" ; - _ja_z_N = mkN001 "" ; - _ja_zva_N = mkN041 "" ; - _ja_zven_A = mkA076 "" ; - _ja_zvitelen_A = mkA079 "" ; - _ja_zvitelnost_N = mkN049 "" ; - _ja_zdene_N = mkN071 "" ; - _ja_zditen_A = mkA079 "" ; - _ja_zd_ja__V = stateV (mkV173 "") ; - _ja_zovec_N = mkN008 "" ; - _ja_zovina_N = mkN041 "" ; - _ja_zovir_N = mkN007 "" ; - _ja_zoviren_A = mkA079 "" ; - _ja_jce_N = mkN066 "" ; - _ja_jceviden_A = mkA079 "" ; - _ja_jcekletka_N = mkN041 "" ; - _ja_jcenosen_A = mkA079 "" ; - _ja_jceobrazen_A = mkA079 "" ; - _ja_jceprovod_N = mkN007 "" ; - _ja_j_ch_ar_N = mkN031a "" ; - _ja_j_ch_arka_N = mkN041 "" ; - _ja_j_ch_arski_A = mkA078 "" ; - _ja_j_ch_en_A = mkA079 "" ; - _ja_j_ch_eno_zj_ylt_A = mkA076 "" ; - _ja_j_ch_nik_N = mkN014 "" ; - _ja_k_A = mkA076 "" ; - _ja_ka_N = mkN041 "" ; - _ja_ke_N = mkN065 "" ; - _ja_kence_N = mkN066 "" ; - _ja_ki_ch_ka_N = mkN041 "" ; - _ja_kobinec_N = mkN008a "" ; - _ja_kobinski_A = mkA078 "" ; - _ja_kobinstvo_N = mkN054 "" ; - _ja_kobitski_A = mkA078 "" ; - _ja_kost_N = mkN049 "" ; - _ja_kosten_A = mkA079 "" ; - _ja_lov_A = mkA076 "" ; - _ja_lovica_N = mkN041 "" ; - _ja_lovost_N = mkN049 "" ; - _ja_m_V = stateV (mkV169 "") ; - _ja_ma_N = mkN041 "" ; - _ja_majski_A = mkA078 "" ; - _ja_mbolec_N = mkN008a "" ; - _ja_murluk_N = mkN014 "" ; - _ja_nki_N = mkN065 "" ; - _ja_nuarski_A = mkA078 "" ; - _ja_ponec_N = mkN008a "" ; - _ja_ponka_N = mkN041 "" ; - _ja_ponski_A = mkA078 "" ; - _ja_rd_N = mkN001 "" ; - _ja_re_N = mkN065 "" ; - _ja_rebica_N = mkN041 "" ; - _ja_rebi_ch_en_A = mkA079 "" ; - _ja_rebi_ch_i_A = mkA078 "" ; - _ja_rem_N = mkN007 "" ; - _ja_re_sh_ki_A = mkA078 "" ; - _ja_rina_N = mkN041 "" ; - _ja_rko_zj_ylt_A = mkA076 "" ; - _ja_rkozelen_A = mkA076 "" ; - _ja_rkosin_A = mkA086 "" ; - _ja_rkost_N = mkN049 "" ; - _ja_rko_ch_erven_A = mkA076 "" ; - _ja_rma_N = mkN041 "" ; - _ja_rmomelka_N = mkN041 "" ; - _ja_rovizaci_ja__N = mkN047 "" ; - _ja_roviziram_V = stateV (mkV186 "") ; - _ja_rovizirane_N = mkN071 "" ; - _ja_rost_N = mkN049 "" ; - _ja_rosten_A = mkA079 "" ; - _ja_ryk_A = mkA080 "" ; - _ja_sen_A = mkA079 "" ; - _ja_senov_A = mkA076 "" ; - _ja_sla_N = mkN041 "" ; - _ja_smin_N = mkN007 "" ; - _ja_sne_ja__V = stateV (mkV160 "") ; - _ja_snina_N = mkN041 "" ; - _ja_snovidec_N = mkN008a "" ; - _ja_snovidka_N = mkN041 "" ; - _ja_snovidstvo_N = mkN054 "" ; - _ja_sno_zj_ylt_A = mkA076 "" ; - _ja_snozelen_A = mkA076 "" ; - _ja_snosin_A = mkA086 "" ; - _ja_snota_N = mkN041 "" ; - _ja_sn_ja__V = stateV (mkV174 "") ; - _ja_stie_N = mkN072 "" ; - _ja_streb_N = mkN007 "" ; - _ja_strebov_A = mkA076 "" ; - _ja_tagan_N = mkN007 "" ; - _ja_tak_N = mkN014a "" ; - _ja_to_N = mkN054 "" ; - _ja_feti_ch_eski_A = mkA078 "" ; - _ja_ham_V = stateV (mkV186 "") ; - _ja_hane_N = mkN071 "" ; - _ja_hvam_V = stateV (mkV186 "") ; - _ja_hvane_N = mkN071 "" ; - _ja_hna_V = stateV (mkV152 "") ; - _ja_hni_ja__N = mkN047 "" ; - _ja_hta_N = mkN041 "" ; - _ja_htklub_N = mkN001 "" ; - _ja_hyr_N = mkN007 "" ; - _ja__sh_mak_N = mkN014 "" ; - _ja__sht_en_A = mkA079 "" ; -} \ No newline at end of file diff --git a/next-lib/src/bulgarian/DictBulAbs.gf b/next-lib/src/bulgarian/DictBulAbs.gf deleted file mode 100644 index 1d31ba664..000000000 --- a/next-lib/src/bulgarian/DictBulAbs.gf +++ /dev/null @@ -1,53196 +0,0 @@ -abstract DictBulAbs = Cat ** { -fun aba_N : N ; - abad_zj_ijski_A : A ; - abad_zj_ijstvo_N : N ; - abad_zj_i_ja__N : N ; - aba_zj_ur_N : N ; - abanos_N : N ; - abanosov_A : A ; - abat_N : N ; - abatski_A : A ; - abatstvo_N : N ; - abdal_N : N ; - abdikaci_ja__N : N ; - abdikiram_V : V ; - abdikirane_N : N ; - abdominalen_A : A ; - abduktor_N : N ; - abdukci_ja__N : N ; - aberacionen_A : A ; - aberaci_ja__N : N ; - abzac_N : N ; - abisinec_N : N ; - abisinka_N : N ; - abisinski_A : A ; - abiturient_N : N ; - abiturientka_N : N ; - abiturientski_A : A ; - abkhazki_A : A ; - ablaktaci_ja__N : N ; - ablaut_N : N ; - abnormen_A : A ; - abolicionizym_N : N ; - abol_iu_cionist_N : N ; - abonament_N : N ; - abonamenten_A : A ; - abonat_N : N ; - abonaten_A : A ; - abonatka_N : N ; - aboniram_V : V ; - abonirane_N : N ; - aborda_zj__N : N ; - aborda_zj_en_A : A ; - aborigen_N : N ; - aborigenski_A : A ; - aborigen_ch_e_N : N ; - abort_N : N ; - abortiram_V : V ; - abortirane_N : N ; - abraziv_N : N ; - abraziven_A : A ; - abrazi_ja__N : N ; - abreviatura_N : N ; - abriht_N : N ; - absent_N : N ; - absolvent_N : N ; - absolventka_N : N ; - absolventski_A : A ; - absol_iu_t_N : N ; - absol_iu_ten_A : A ; - absol_iu_tiziram_V : V ; - absol_iu_tizirane_N : N ; - absol_iu_tizym_N : N ; - absol_iu_tnost_N : N ; - absorbent_N : N ; - absorber_N : N ; - absorberen_A : A ; - absorbiram_V : V ; - absorbirane_N : N ; - absorbcionen_A : A ; - absorbci_ja__N : N ; - abstrakten_A : A ; - abstraktnost_N : N ; - abstrakcionizym_N : N ; - abstrakcionist_N : N ; - abstrakci_ja__N : N ; - abstrahiram_V : V ; - abstrahirane_N : N ; - absurd_N : N ; - absurden_A : A ; - absurdnost_N : N ; - absces_N : N ; - abscisa_N : N ; - avangard_N : N ; - avangarden_A : A ; - avangardizym_N : N ; - avangardist_N : N ; - avangardistki_A : A ; - avanpost_N : N ; - avans_N : N ; - avansiram_V : V ; - avansirane_N : N ; - avansov_A : A ; - avanscena_N : N ; - avanta_N : N ; - avantad_zj_i_ja__N : N ; - avanta_zj__N : N ; - avant_iu_ra_N : N ; - avant_iu_rizym_N : N ; - avant_iu_rist_N : N ; - avant_iu_risti_ch_en_A : A ; - avant_iu_ristka_N : N ; - avant_iu_ristki_A : A ; - avarien_A : A ; - avarin_N : N ; - avariram_V : V ; - avarirane_N : N ; - avari_ja__N : N ; - avarski_A : A ; - avgiev_A : A ; - avgievi_A : A ; - avgustej_sh_i_A : A ; - avgustinec_N : N ; - avgustinski_A : A ; - avgustovski_A : A ; - avd_zj_i_ja__N : N ; - aven_iu__N : N ; - aviator_N : N ; - aviatorka_N : N ; - aviatorski_A : A ; - aviacionen_A : A ; - aviaci_ja__N : N ; - aviziram_V : V ; - avizirane_N : N ; - avizo_N : N ; - aviobaza_N : N ; - aviobomba_N : N ; - aviob_iu_ro_N : N ; - aviogigant_N : N ; - aviodispe_ch_er_N : N ; - aviozavod_N : N ; - aviokompani_ja__N : N ; - aviokonstruktor_N : N ; - aviokoncern_N : N ; - aviolini_ja__N : N ; - aviomodel_N : N ; - aviomodelist_N : N ; - aviomotor_N : N ; - aviopazar_N : N ; - avioprevozva_ch__N : N ; - avioremonten_A : A ; - aviostroitel_N : N ; - aviostroitelen_A : A ; - aviotaksi_N : N ; - aviotyrgovec_N : N ; - avio_sh_ou_N : N ; - avitaminoza_N : N ; - avliga_N : N ; - avoar_N : N ; - avokado_N : N ; - avstraliec_N : N ; - avstralijka_N : N ; - avstralijski_A : A ; - avstralopitek_N : N ; - avstriec_N : N ; - avstrijka_N : N ; - avstrijski_A : A ; - avstroungarski_A : A ; - avtarki_ja__N : N ; - avtarhi_ja__N : N ; - avtenti_ch_en_A : A ; - avtenti_ch_nost_N : N ; - avtobaza_N : N ; - avtobiznes_N : N ; - avtobiografi_ch_en_A : A ; - avtobiografi_ja__N : N ; - avtoblokirovka_N : N ; - avtobus_N : N ; - avtobusen_A : A ; - avtovylnov_A : A ; - avtogara_N : N ; - avtogara_zj__N : N ; - avtogeneza_N : N ; - avtogenen_A : A ; - avtogenerator_N : N ; - avtogigant_N : N ; - avtogol_N : N ; - avtograf_N : N ; - avtografi_ja__N : N ; - avtod_zj_ambazin_N : N ; - avtodiagnostika_N : N ; - avtodizajn_N : N ; - avtodizajner_N : N ; - avtodrezina_N : N ; - avtozavod_N : N ; - avtoza_sht_ita_N : N ; - avtoimunen_A : A ; - avtokatalizator_N : N ; - avtokataliti_ch_en_A : A ; - avtokefalen_A : A ; - avtokino_N : N ; - avtoklav_N : N ; - avtoklaven_A : A ; - avtokozmetika_N : N ; - avtokolona_N : N ; - avtokonvoj_N : N ; - avtokradec_N : N ; - avtokrat_N : N ; - avtokratizym_N : N ; - avtokrati_ch_en_A : A ; - avtokraci_ja__N : N ; - avtokredit_N : N ; - avtolegenda_N : N ; - avtomagistrala_N : N ; - avtomagistralen_A : A ; - avtomaniak_N : N ; - avtomat_N : N ; - avtomaten_A : A ; - avtomatizaci_ja__N : N ; - avtomatiziram_V : V ; - avtomatizirane_N : N ; - avtomatizym_N : N ; - avtomatika_N : N ; - avtomati_ch_en_A : A ; - avtomati_ch_eski_A : A ; - avtomat_ch_ik_N : N ; - avtomafi_ja__N : N ; - avtomivka_N : N ; - avtomobil_N : N ; - avtomobilen_A : A ; - avtomobilizym_N : N ; - avtomobilist_N : N ; - avtomobilistka_N : N ; - avtomobiloproizvoditel_N : N ; - avtomobiloproizvoditelen_A : A ; - avtomobilostroene_N : N ; - avtomobilostroitel_N : N ; - avtomobil_ch_e_N : N ; - avtomontxor_N : N ; - avtomontxorski_A : A ; - avtomontxorstvo_N : N ; - avtomotrisa_N : N ; - avtonomen_A : A ; - avtonomist_N : N ; - avtonomistka_N : N ; - avtonomi_ja__N : N ; - avtonomnost_N : N ; - avtopazar_N : N ; - avtopark_N : N ; - avtopatrul_N : N ; - avtopilot_N : N ; - avtoplug_N : N ; - avtoportret_N : N ; - avtopo_ch_itatel_N : N ; - avtoproizvoditel_N : N ; - avtor_N : N ; - avtoregeneraci_ja__N : N ; - avtoreklama_N : N ; - avtoremont_N : N ; - avtoremonten_A : A ; - avtoriziram_V : V ; - avtorizirane_N : N ; - avtoritaren_A : A ; - avtoritarizym_N : N ; - avtoritarist_N : N ; - avtoritarnost_N : N ; - avtoritet_N : N ; - avtoriteten_A : A ; - avtoritetnost_N : N ; - avtorka_N : N ; - avtorov_A : A ; - avtorski_A : A ; - avtorstvo_N : N ; - avtosalon_N : N ; - avtoserviz_N : N ; - avtoservizen_A : A ; - avtostop_N : N ; - avtostrada_N : N ; - avtostyklo_N : N ; - avtoteneked_zj_ijski_A : A ; - avtoterapi_ja__N : N ; - avtotransport_N : N ; - avtotyrgovec_N : N ; - avtohipnoza_N : N ; - avtohton_N : N ; - avtohtonen_A : A ; - avtocenzura_N : N ; - aga_N : N ; - agent_N : N ; - agentin_N : N ; - agentka_N : N ; - agentski_A : A ; - agentstvo_N : N ; - agentura_N : N ; - agenturen_A : A ; - agenci_ja__N : N ; - agiograf_N : N ; - agiografi_ja__N : N ; - agitator_N : N ; - agitatorka_N : N ; - agitatorski_A : A ; - agitacionen_A : A ; - agitaci_ja__N : N ; - agitiram_V : V ; - agitirane_N : N ; - agitka_N : N ; - agitprop_ch_ik_N : N ; - agitpunkt_N : N ; - agittablo_N : N ; - aglomerat_N : N ; - aglomeracionen_A : A ; - aglomeraci_ja__N : N ; - aglomeriram_V : V ; - aglomerirane_N : N ; - agne_N : N ; - agnec_N : N ; - agne_sh_ki_A : A ; - agnilo_N : N ; - agnostik_N : N ; - agnosticizym_N : N ; - agnosti_ch_eski_A : A ; - agn_ja__V : V ; - agoniziram_V : V ; - agonizirane_N : N ; - agoni_ja__N : N ; - agora_N : N ; - agraren_A : A ; - agregat_N : N ; - agregaten_A : A ; - agregacionen_A : A ; - agregiran_A : A ; - agreman_N : N ; - agresiven_A : A ; - agresivnost_N : N ; - agresi_ja__N : N ; - agresor_N : N ; - agresorka_N : N ; - agrikultura_N : N ; - agroartikul_N : N ; - agrobiznes_N : N ; - agrobiznesmen_N : N ; - agrobiolog_N : N ; - agrobiologi_ch_en_A : A ; - agrobiologi_ja__N : N ; - agrovedomstvo_N : N ; - agroekspert_N : N ; - agroikonomika_N : N ; - agroikonomi_ch_eski_A : A ; - agroin_zj_ener_N : N ; - agroin_zj_eneren_A : A ; - agroma_sh_ina_N : N ; - agroministyr_N : N ; - agronom_N : N ; - agronomi_ch_eski_A : A ; - agronomi_ja__N : N ; - agronomka_N : N ; - agronomstvo_N : N ; - agroprodukt_N : N ; - agrosdru_zj_enie_N : N ; - agrospecialist_N : N ; - agrosy_iu_z_N : N ; - agrotehnik_N : N ; - agrotehnika_N : N ; - agrotehni_ch_eski_A : A ; - agrotyrgovec_N : N ; - agrohimik_N : N ; - agrohimi_ja__N : N ; - agynce_N : N ; - ad_N : N ; - adamov_A : A ; - adaptacionen_A : A ; - adaptaci_ja__N : N ; - adapter_N : N ; - adaptiven_A : A ; - adaptivnost_N : N ; - adaptiram_V : V ; - adaptirane_N : N ; - ada_sh__N : N ; - adventizym_N : N ; - adventist_N : N ; - adventistka_N : N ; - adventistki_A : A ; - adverbialen_A : A ; - advokat_N : N ; - advokatka_N : N ; - advokatski_A : A ; - advokatstvam_V : V ; - advokatstvane_N : N ; - advokatstvo_N : N ; - advokatstvuvam_V : V ; - advokatura_N : N ; - adekvaten_A : A ; - adekvatnost_N : N ; - adenoiden_A : A ; - adept_N : N ; - adet_N : N ; - ad_zj_ami_ja__N : N ; - adiabaten_A : A ; - administrativen_A : A ; - administrator_N : N ; - administratorka_N : N ; - administratorski_A : A ; - administracionen_A : A ; - administraci_ja__N : N ; - administriram_V : V ; - administrirane_N : N ; - admiral_N : N ; - admiralski_A : A ; - admiraltejstvo_N : N ; - admiraci_ja__N : N ; - admiriram_V : V ; - admirirane_N : N ; - adoptiram_V : V ; - adoptirane_N : N ; - adrenalin_N : N ; - adrenalinov_A : A ; - adres_N : N ; - adresant_N : N ; - adresat_N : N ; - adresen_A : A ; - adresiram_V : V ; - adresirane_N : N ; - adresiruem_A : A ; - adresnik_N : N ; - adriati_ch_eski_A : A ; - adski_A : A ; - adsorbiram_V : V ; - adsorbirane_N : N ; - adsorbci_ja__N : N ; - adukci_ja__N : N ; - adheziven_A : A ; - adhezi_ja__N : N ; - ad_iu_tant_N : N ; - aeracionen_A : A ; - aeroben_A : A ; - aerobika_N : N ; - aerogara_N : N ; - aerodinamika_N : N ; - aerodinami_ch_en_A : A ; - aerodinami_ch_nost_N : N ; - aerodrum_N : N ; - aerozol_N : N ; - aerozolen_A : A ; - aeroklub_N : N ; - aerolini_ja__N : N ; - aerolit_N : N ; - aerologi_ja__N : N ; - aerometyr_N : N ; - aeromehanika_N : N ; - aeronavigacionen_A : A ; - aeronavigaci_ja__N : N ; - aeronavt_N : N ; - aeronavtika_N : N ; - aeroplan_N : N ; - aeroplanen_A : A ; - aeropristani_sht_e_N : N ; - aerosnimka_N : N ; - aerostat_N : N ; - aerostatika_N : N ; - aerotaksi_N : N ; - aerotransport_N : N ; - a_zj_io_N : N ; - a_zj_iota_zj__N : N ; - a_zj_ur_N : N ; - a_zj_uren_A : A ; - azbest_N : N ; - azbestov_A : A ; - azbuka_N : N ; - azbu_ch_en_A : A ; - azbu_ch_nik_N : N ; - azerbajd_zj_anec_N : N ; - azerbajd_zj_anka_N : N ; - azerbajd_zj_anski_A : A ; - aziatec_N : N ; - aziatka_N : N ; - aziatski_A : A ; - azimut_N : N ; - azojski_A : A ; - azorski_A : A ; - azot_N : N ; - azoten_A : A ; - azotist_A : A ; - azotnotorov_A : A ; - ajl_ja_k_N : N ; - ajran_N : N ; - ajsberg_N : N ; - akademizym_N : N ; - akademik_N : N ; - akademi_ch_en_A : A ; - akademi_ch_eski_A : A ; - akademi_ch_nost_N : N ; - akademi_ja__N : N ; - akaunt_N : N ; - akaciev_A : A ; - akaci_ja__N : N ; - akvalang_N : N ; - akvamarin_N : N ; - akvanavt_N : N ; - akvarel_N : N ; - akvarelen_A : A ; - akvarelist_N : N ; - akvarelistka_N : N ; - akvarium_N : N ; - akvatori_ja__N : N ; - akvedukt_N : N ; - akvilegi_ja__N : N ; - aklamaci_ja__N : N ; - aklamiram_V : V ; - aklamirane_N : N ; - aklimatizaci_ja__N : N ; - aklimatiziram_V : V ; - aklimatizirane_N : N ; - akne_N : N ; - akolada_N : N ; - akomodaci_ja__N : N ; - akomodiram_V : V ; - akomodirane_N : N ; - akompaniment_N : N ; - akompaniram_V : V ; - akompanirane_N : N ; - akord_N : N ; - akorden_A : A ; - akordeon_N : N ; - akordeonist_N : N ; - akordeonistka_N : N ; - akordiram_V : V ; - akordirane_N : N ; - akordxor_N : N ; - akostiram_V : V ; - akostirane_N : N ; - akreditacionen_A : A ; - akreditaci_ja__N : N ; - akreditiv_N : N ; - akreditiven_A : A ; - akreditiram_V : V ; - akreditirane_N : N ; - akrilen_A : A ; - akrobat_N : N ; - akrobatika_N : N ; - akrobati_ch_en_A : A ; - akrobati_ch_eski_A : A ; - akrobatka_N : N ; - akrobatski_A : A ; - akronim_N : N ; - akropol_N : N ; - akrostih_N : N ; - akselbant_N : N ; - akselerator_N : N ; - aksesoar_N : N ; - aksialen_A : A ; - aksioma_N : N ; - aksiomati_ch_en_A : A ; - akt_N : N ; - aktiv_N : N ; - aktivator_N : N ; - aktivacionen_A : A ; - aktivaci_ja__N : N ; - aktiven_A : A ; - aktivizaci_ja__N : N ; - aktiviziram_V : V ; - aktivizirane_N : N ; - aktivizym_N : N ; - aktiviram_V : V ; - aktivirane_N : N ; - aktivist_N : N ; - aktivistka_N : N ; - aktivnost_N : N ; - aktov_A : A ; - aktrisa_N : N ; - aktualen_A : A ; - aktualizaci_ja__N : N ; - aktualiziram_V : V ; - aktualizirane_N : N ; - aktualnost_N : N ; - aktxor_N : N ; - aktxorka_N : N ; - aktxorski_A : A ; - aktxorstvo_N : N ; - akula_N : N ; - akumulativnost_N : N ; - akumulator_N : N ; - akumulatoren_A : A ; - akumulator_ch_e_N : N ; - akumulaci_ja__N : N ; - akumuliram_V : V ; - akumulirane_N : N ; - akupresura_N : N ; - akupunktura_N : N ; - akupunkturen_A : A ; - akuraten_A : A ; - akuratnost_N : N ; - akustika_N : N ; - akusti_ch_en_A : A ; - akusti_ch_eski_A : A ; - aku_sh_er_N : N ; - aku_sh_erka_N : N ; - aku_sh_erski_A : A ; - aku_sh_erstvam_V : V ; - aku_sh_erstvane_N : N ; - aku_sh_erstvo_N : N ; - aku_sh_iram_V : V ; - aku_sh_irane_N : N ; - akcent_N : N ; - akcenten_A : A ; - akcentiram_V : V ; - akcentirane_N : N ; - akcentologi_ja__N : N ; - akcentuvam_V : V ; - akcentuvane_N : N ; - akceptiram_V : V ; - akceptirane_N : N ; - akcident_N : N ; - akcidenten_A : A ; - akcidenci_ja__N : N ; - akciz_N : N ; - akcizen_A : A ; - akcionen_A : A ; - akcioner_N : N ; - akcioneren_A : A ; - akcionerski_A : A ; - akci_ja__N : N ; - akyl_N : N ; - akylli_ja__N : N ; - akyr_N : N ; - alabalistika_N : N ; - alabastyr_N : N ; - alaba_sh__N : N ; - alaminut_N : N ; - alarma_N : N ; - alarmad_zj_i_ja__N : N ; - alarmen_A : A ; - alarmiram_V : V ; - alarmirane_N : N ; - alafranga_N : N ; - albanec_N : N ; - albanka_N : N ; - albanski_A : A ; - albatros_N : N ; - albinos_N : N ; - album_N : N ; - albumen_A : A ; - albumin_N : N ; - alveola_N : N ; - alveolaren_A : A ; - algebra_N : N ; - algebri_ch_en_A : A ; - algoritmi_ch_en_A : A ; - algoritym_N : N ; - aldehid_N : N ; - alebarda_N : N ; - alegori_ch_en_A : A ; - alegori_ja__N : N ; - alegreto_N : N ; - alegro_N : N ; - aleksandrijski_A : A ; - alen_A : A ; - alene_ja__V : V ; - aleno_ch_erven_A : A ; - alergen_N : N ; - alergizirane_N : N ; - alergi_ch_en_A : A ; - alergi_ch_nost_N : N ; - alergi_ja__N : N ; - alergozan_N : N ; - alergologi_ch_en_A : A ; - alergologi_ja__N : N ; - ale_ja__N : N ; - al_zj_irec_N : N ; - al_zj_irka_N : N ; - al_zj_irski_A : A ; - alians_N : N ; - alibi_N : N ; - aligator_N : N ; - alienaci_ja__N : N ; - alizarin_N : N ; - aline_ja__N : N ; - aliterativen_A : A ; - aliteracionen_A : A ; - aliteraci_ja__N : N ; - alkal_N : N ; - alkalen_A : A ; - alkaliziram_V : V ; - alkalizirane_N : N ; - alkalnozemen_A : A ; - alkalnost_N : N ; - alkalozemen_A : A ; - alkaloid_N : N ; - alkaloiden_A : A ; - alkid_N : N ; - alkiden_A : A ; - alkohol_N : N ; - alkoholen_A : A ; - alkoholiziram_V : V ; - alkoholizirane_N : N ; - alkoholizym_N : N ; - alkoholik_N : N ; - alkoholi_ch_en_A : A ; - allah_N : N ; - almanah_N : N ; - alogizym_N : N ; - alogi_ch_en_A : A ; - aloe_N : N ; - alokaci_ja__N : N ; - alopeci_ja__N : N ; - alpaka_N : N ; - alpiec_N : N ; - alpijka_N : N ; - alpijski_A : A ; - alpineum_N : N ; - alpinizym_N : N ; - alpinist_N : N ; - alpinistki_A : A ; - alpinka_N : N ; - alt_N : N ; - altajski_A : A ; - alteraci_ja__N : N ; - alternativa_N : N ; - alternativen_A : A ; - alternativnost_N : N ; - altov_A : A ; - altruizym_N : N ; - altruist_N : N ; - altruisti_ch_en_A : A ; - altyn_N : N ; - aluvialen_A : A ; - aluminiev_A : A ; - aluminij_N : N ; - alfa_N : N ; - alhimik_N : N ; - alhimi_ch_en_A : A ; - alhimi_ch_eski_A : A ; - alhimi_ja__N : N ; - al_ch_en_A : A ; - al_ch_nost_N : N ; - al_iu_zi_ja__N : N ; - amazonka_N : N ; - amalgama_N : N ; - amalgamaci_ja__N : N ; - amalgamiram_V : V ; - amalgamirane_N : N ; - amatxor_N : N ; - amatxorka_N : N ; - amatxorski_A : A ; - amatxorstvo_N : N ; - amatxor_sht_ina_N : N ; - ambala_zj__N : N ; - ambala_zj_en_A : A ; - ambaliram_V : V ; - ambalirane_N : N ; - ambivalenten_A : A ; - ambivalentnost_N : N ; - ambiciozen_A : A ; - ambiciram_V : V ; - ambicirane_N : N ; - ambici_ja__N : N ; - ambrazura_N : N ; - ambrea_zj__N : N ; - ambrea_zj_en_A : A ; - ambrozi_ja__N : N ; - ambulanten_A : A ; - ambulatoren_A : A ; - ambulatori_ja__N : N ; - ameba_N : N ; - ameben_A : A ; - ameboviden_A : A ; - ameboiden_A : A ; - amebopodoben_A : A ; - ameliorativen_A : A ; - amerikanec_N : N ; - amerikaniziram_V : V ; - amerikanizirane_N : N ; - amerikanizym_N : N ; - amerikanka_N : N ; - amerikanski_A : A ; - amerikan_ch_e_N : N ; - ametist_N : N ; - ametistov_A : A ; - aminokiselina_N : N ; - aminokiselinen_A : A ; - amnezi_ja__N : N ; - amnistiram_V : V ; - amnistirane_N : N ; - amnisti_ja__N : N ; - amoniev_A : A ; - amonij_N : N ; - amonit_N : N ; - amon_ja_k_N : N ; - amon_ja__ch_en_A : A ; - amoralen_A : A ; - amoralnost_N : N ; - amortizator_N : N ; - amortizacionen_A : A ; - amortizaci_ja__N : N ; - amortiziram_V : V ; - amortizirane_N : N ; - amortiziruem_A : A ; - amortisxor_N : N ; - amorfen_A : A ; - amorfnost_N : N ; - amper_N : N ; - ampermetyr_N : N ; - ampersand_N : N ; - amper_ch_as_N : N ; - amplituda_N : N ; - amplituden_A : A ; - amploa_N : N ; - ampula_N : N ; - amputaci_ja__N : N ; - amputiram_V : V ; - amputirane_N : N ; - amulet_N : N ; - amunici_ja__N : N ; - amur_N : N ; - amfetamin_N : N ; - amfibien_A : A ; - amfibi_ja__N : N ; - amfiteatralen_A : A ; - amfiteatyr_N : N ; - amfora_N : N ; - amfoteren_A : A ; - anabioti_ch_en_A : A ; - anabolen_A : A ; - anadolec_N : N ; - anadolka_N : N ; - anadolski_A : A ; - anaeroben_A : A ; - anaerobnost_N : N ; - anakonda_N : N ; - anal_N : N ; - analgezi_ja__N : N ; - analgeti_ch_en_A : A ; - analekta_N : N ; - analen_A : A ; - analiz_N : N ; - analizator_N : N ; - analiziram_V : V ; - analizirane_N : N ; - analitik_N : N ; - analiti_ch_en_A : A ; - analog_N : N ; - analogi_ch_en_A : A ; - analogi_ja__N : N ; - analogov_A : A ; - anamneza_N : N ; - ananas_N : N ; - ananasov_A : A ; - anarhizym_N : N ; - anarhist_N : N ; - anarhisti_ch_en_A : A ; - anarhistka_N : N ; - anarhistki_A : A ; - anarhi_ch_en_A : A ; - anarhi_ch_eski_A : A ; - anarhi_ja__N : N ; - anarhokritik_N : N ; - anarhosindikalizym_N : N ; - anason_N : N ; - anasonov_A : A ; - anatema_N : N ; - anatemosvam_V : V ; - anatemosvane_N : N ; - anatoksin_N : N ; - anatom_N : N ; - anatomiziram_V : V ; - anatomi_ch_en_A : A ; - anatomi_ch_eski_A : A ; - anatomi_ja__N : N ; - anafora_N : N ; - anahronizym_N : N ; - anahronisti_ch_en_A : A ; - anahroni_ch_en_A : A ; - anahroni_ch_eski_A : A ; - anga_zj_iment_N : N ; - anga_zj_iram_V : V ; - anga_zj_irane_N : N ; - anga_zj_iranost_N : N ; - angari_ja__N : N ; - angarski_A : A ; - angel_N : N ; - angeloglasen_A : A ; - angelski_A : A ; - angel_ch_e_N : N ; - angina_N : N ; - anglijski_A : A ; - anglijskogovore_sht__A : A ; - anglistika_N : N ; - anglicizym_N : N ; - angli_ch_anin_N : N ; - angli_ch_anka_N : N ; - angloegipetski_A : A ; - angloezi_ch_en_A : A ; - anglomani_ja__N : N ; - anglosaksonec_N : N ; - anglosaksonka_N : N ; - anglosaksonski_A : A ; - anglofil_N : N ; - anglofilka_N : N ; - anglofilstvo_N : N ; - anglofob_N : N ; - angorski_A : A ; - angrosist_N : N ; - anekdot_N : N ; - anekdoti_ch_en_A : A ; - aneks_N : N ; - aneksiram_V : V ; - aneksirane_N : N ; - aneksi_ja__N : N ; - anemi_ch_en_A : A ; - anemi_ja__N : N ; - anemograf_N : N ; - anemometyr_N : N ; - anesteziolog_N : N ; - anesteziologi_ja__N : N ; - anesteziram_V : V ; - anestezirane_N : N ; - anestezist_N : N ; - anestezi_ja__N : N ; - anesteti_ch_en_A : A ; - anizotropi_ja__N : N ; - anilinov_A : A ; - animator_N : N ; - animacionen_A : A ; - animaci_ja__N : N ; - animizym_N : N ; - animiram_V : V ; - animiran_A : A ; - animirane_N : N ; - animisti_ch_en_A : A ; - anion_N : N ; - anihilaci_ja__N : N ; - anihilirane_N : N ; - anketa_N : N ; - anketen_A : A ; - anketiram_V : V ; - anketirane_N : N ; - anketxor_N : N ; - anklav_N : N ; - anod_N : N ; - anoden_A : A ; - anomalen_A : A ; - anomali_ja__N : N ; - anonimen_A : A ; - anonimnost_N : N ; - anons_N : N ; - anonsiram_V : V ; - anonsirane_N : N ; - anoreksi_ja__N : N ; - anormalen_A : A ; - anormalnost_N : N ; - anotaci_ja__N : N ; - anotiram_V : V ; - ansamblov_A : A ; - ansambyl_N : N ; - antagonizym_N : N ; - antagonist_N : N ; - antagonisti_ch_en_A : A ; - antarkti_ch_en_A : A ; - antarkti_ch_eski_A : A ; - antena_N : N ; - antenen_A : A ; - anteri_ja__N : N ; - antetka_N : N ; - antiamerikanski_A : A ; - antibiotik_N : N ; - antibol_sh_evik_N : N ; - antivibrator_N : N ; - antivirusen_A : A ; - antivoenen_A : A ; - antigen_N : N ; - antigeroj_N : N ; - antigravitator_N : N ; - antigravitacionen_A : A ; - antidemokrati_ch_en_A : A ; - antidepresant_N : N ; - antidyr_zj_aven_A : A ; - antiimperialisti_ch_eski_A : A ; - antika_N : N ; - antikva_N : N ; - antikvar_N : N ; - antikvaren_A : A ; - antikvariat_N : N ; - antikvarski_A : A ; - antiklerikalen_A : A ; - antiklerikalizym_N : N ; - antikonstitucionen_A : A ; - antilopa_N : N ; - antilski_A : A ; - antimarksistki_A : A ; - antimarksi_ch_eski_A : A ; - antimateri_ja__N : N ; - antimilitarist_N : N ; - antimilitaristi_ch_en_A : A ; - antimilitaristi_ch_eski_A : A ; - antinau_ch_en_A : A ; - antinomi_ja__N : N ; - antiob_sht_estven_A : A ; - antiokislitel_N : N ; - antiotrova_N : N ; - antipartien_A : A ; - antipasat_N : N ; - antipati_ch_en_A : A ; - antipati_ja__N : N ; - antipiretik_N : N ; - antipireti_ch_en_A : A ; - antipod_N : N ; - antirevol_iu_cionen_A : A ; - antireligiozen_A : A ; - antiroman_N : N ; - antisemit_N : N ; - antisemitizym_N : N ; - antisemitski_A : A ; - antiseptik_N : N ; - antiseptika_N : N ; - antisepti_ch_en_A : A ; - antisimetri_ch_en_A : A ; - antisocialen_A : A ; - antisyvetski_A : A ; - antiteza_N : N ; - antitoksin_N : N ; - antitoksi_ch_en_A : A ; - antit_ja_lo_N : N ; - antifa_sh_izym_N : N ; - antifa_sh_ist_N : N ; - antifa_sh_istka_N : N ; - antifa_sh_istki_A : A ; - antifriz_N : N ; - antihrist_N : N ; - antihudo_zj_estven_A : A ; - anticiklon_N : N ; - anti_ch_en_A : A ; - anti_ch_nost_N : N ; - antologi_ja__N : N ; - antonim_N : N ; - antraks_N : N ; - antrakt_N : N ; - antracit_N : N ; - antraciten_A : A ; - antre_N : N ; - antrepozit_N : N ; - antrefile_N : N ; - antrefilist_N : N ; - antropolog_N : N ; - antropologi_ch_eski_A : A ; - antropologi_ja__N : N ; - antropolo_zj_ka_N : N ; - antropomorfizym_N : N ; - antura_zj__N : N ; - anuliram_V : V ; - anulirane_N : N ; - anus_N : N ; - anfas_N : N ; - ancug_N : N ; - an_sh_oa_N : N ; - an_iu_itet_N : N ; - aorist_N : N ; - aorta_N : N ; - aorten_A : A ; - apandisit_N : N ; - aparat_N : N ; - aparaten_A : A ; - aparatura_N : N ; - aparat_ch_e_N : N ; - apartament_N : N ; - apatit_N : N ; - apati_ch_en_A : A ; - apati_ch_nost_N : N ; - apati_ja__N : N ; - apa_sh__N : N ; - apa_sh_ki_A : A ; - apa_sh_lyk_N : N ; - apel_N : N ; - apelativen_A : A ; - apelator_N : N ; - apelacionen_A : A ; - apelaci_ja__N : N ; - apeliram_V : V ; - apelirane_N : N ; - apendiks_N : N ; - aperitiv_N : N ; - apercepci_ja__N : N ; - apetit_N : N ; - apetiten_A : A ; - apikalen_A : A ; - aplet_N : N ; - aplikatura_N : N ; - aplikaci_ja__N : N ; - aplikiram_V : V ; - aplikirane_N : N ; - aplodiram_V : V ; - aplodirane_N : N ; - aplodisment_N : N ; - aplomb_N : N ; - apogej_N : N ; - apozici_ja__N : N ; - apokalipsis_N : N ; - apokalipti_ch_en_A : A ; - apokalipti_ch_eski_A : A ; - apokrif_N : N ; - apokrifen_A : A ; - apoliti_ch_en_A : A ; - apoliti_ch_nost_N : N ; - apologet_N : N ; - apologetika_N : N ; - apologi_ja__N : N ; - apopleksi_ja__N : N ; - apoplektik_N : N ; - apoplekti_ch_en_A : A ; - aport_N : N ; - aposterioren_A : A ; - apostol_N : N ; - apostolski_A : A ; - apostolstvo_N : N ; - apostrof_N : N ; - apostrofiram_V : V ; - apostrofirane_N : N ; - apotema_N : N ; - apoteoz_N : N ; - apretiram_V : V ; - apretirane_N : N ; - apretura_N : N ; - apreturen_A : A ; - apreturist_N : N ; - aprilski_A : A ; - aprioren_A : A ; - apropriaci_ja__N : N ; - apteka_N : N ; - aptekar_N : N ; - aptekarka_N : N ; - aptekarski_A : A ; - aptekarstvo_N : N ; - apteriks_N : N ; - apte_ch_en_A : A ; - apte_ch_ka_N : N ; - ar_N : N ; - arabad_zj_ijski_A : A ; - arabad_zj_i_ja__N : N ; - arabeska_N : N ; - arabin_N : N ; - arabist_N : N ; - arabistika_N : N ; - arabi_ja__N : N ; - arabka_N : N ; - arabski_A : A ; - aralyk_N : N ; - aran_zj_iram_V : V ; - aran_zj_irane_N : N ; - aran_zj_irovka_N : N ; - aran_zj_or_N : N ; - aran_zj_orstvo_N : N ; - arapin_N : N ; - arap_ch_e_N : N ; - arbalet_N : N ; - arbitra_zj__N : N ; - arbitra_zj_en_A : A ; - arbitrirane_N : N ; - arbityr_N : N ; - arbityrski_A : A ; - arbityrstvo_N : N ; - argatin_N : N ; - argon_N : N ; - argonavt_N : N ; - argument_N : N ; - argumentaci_ja__N : N ; - argumentiram_V : V ; - argumentirane_N : N ; - argumentiranost_N : N ; - argumentirovka_N : N ; - areal_N : N ; - arena_N : N ; - arenda_N : N ; - arendator_N : N ; - areola_N : N ; - arest_N : N ; - arestant_N : N ; - arestantka_N : N ; - arestantski_A : A ; - arestuvam_V : V ; - arestuvane_N : N ; - ar_zj_entinec_N : N ; - ar_zj_entinka_N : N ; - ar_zj_entinski_A : A ; - ariergard_N : N ; - ariergarden_A : A ; - ariec_N : N ; - arijka_N : N ; - arijski_A : A ; - aristokrat_N : N ; - aristokratizym_N : N ; - aristokrati_ch_en_A : A ; - aristokrati_ch_eski_A : A ; - aristokratka_N : N ; - aristokraci_ja__N : N ; - aristotelov_A : A ; - aristofanov_A : A ; - aritmetika_N : N ; - aritmeti_ch_en_A : A ; - aritmeti_ch_eski_A : A ; - ari_ja__N : N ; - arka_N : N ; - arkada_N : N ; - arkada_sh__N : N ; - arkaden_A : A ; - arkti_ch_en_A : A ; - arkti_ch_eski_A : A ; - armagan_N : N ; - armada_N : N ; - armatura_N : N ; - armaturen_A : A ; - armaturist_N : N ; - armaturistka_N : N ; - armaturistki_A : A ; - armeen_A : A ; - armejski_A : A ; - armenec_N : N ; - armenka_N : N ; - armenski_A : A ; - armiram_V : V ; - armirane_N : N ; - armirovka_N : N ; - armi_ja__N : N ; - arnautin_N : N ; - aroganten_A : A ; - arogantnost_N : N ; - aromat_N : N ; - aromaten_A : A ; - aromatiziram_V : V ; - aromatizirane_N : N ; - aromati_ch_en_A : A ; - aromati_ch_nost_N : N ; - arpad_zj_ik_N : N ; - arsen_N : N ; - arsenal_N : N ; - arsenik_N : N ; - arsenikov_A : A ; - arsenov_A : A ; - artezianski_A : A ; - artelen_A : A ; - artelna_N : N ; - artel_ch_ik_N : N ; - arterialen_A : A ; - arterioskleroza_N : N ; - arteri_ja__N : N ; - artikul_N : N ; - artikulacionen_A : A ; - artikulaci_ja__N : N ; - artikuliram_V : V ; - artikulirane_N : N ; - artilerijski_A : A ; - artilerist_N : N ; - artileri_ja__N : N ; - artisal_A : A ; - artisvam_V : V ; - artisvane_N : N ; - artist_N : N ; - artisti_ch_en_A : A ; - artisti_ch_nost_N : N ; - artistka_N : N ; - arti_sh_ok_N : N ; - artrit_N : N ; - artriten_A : A ; - artyk_N : N ; - arfa_N : N ; - arfist_N : N ; - arfistka_N : N ; - arhaizym_N : N ; - arhai_ch_en_A : A ; - arhai_ch_nost_N : N ; - arhangel_N : N ; - arhangelski_A : A ; - arheolog_N : N ; - arheologi_ch_en_A : A ; - arheologi_ch_eski_A : A ; - arheologi_ja__N : N ; - arheolo_zj_ki_A : A ; - arhiv_N : N ; - arhiva_N : N ; - arhivar_N : N ; - arhivarka_N : N ; - arhivarski_A : A ; - arhivator_N : N ; - arhiven_A : A ; - arhiviram_V : V ; - arhivirane_N : N ; - arhivist_N : N ; - arhivistika_N : N ; - arhid_ja_kon_N : N ; - arhiepiskop_N : N ; - arhiepiskopi_ja__N : N ; - arhiepiskopski_A : A ; - arhierej_N : N ; - arhierejski_A : A ; - arhimandrit_N : N ; - arhimedov_A : A ; - arhipelag_N : N ; - arhitekt_N : N ; - arhitektka_N : N ; - arhitektoni_ch_en_A : A ; - arhitektski_A : A ; - arhitektura_N : N ; - arhitekturen_A : A ; - arhitip_N : N ; - ar_sh_in_N : N ; - as_N : N ; - asansxor_N : N ; - asansxoren_A : A ; - asembler_N : N ; - asepti_ch_en_A : A ; - asesor_N : N ; - asignaci_ja__N : N ; - asimetri_ch_en_A : A ; - asimetri_ch_nost_N : N ; - asimetri_ja__N : N ; - asimilator_N : N ; - asimilatorski_A : A ; - asimilacionen_A : A ; - asimilaci_ja__N : N ; - asimiliram_V : V ; - asimilirane_N : N ; - asimiliranost_N : N ; - asinhronen_A : A ; - asinhroniziram_V : V ; - asinhroniziran_A : A ; - asinhronizirane_N : N ; - asiriec_N : N ; - asirijka_N : N ; - asirijski_A : A ; - asistenstvo_N : N ; - asistent_N : N ; - asistentka_N : N ; - asistiram_V : V ; - asistirane_N : N ; - asker_N : N ; - askerin_N : N ; - asket_N : N ; - asketizym_N : N ; - asketi_ch_en_A : A ; - asketi_ch_eski_A : A ; - asketi_ch_nost_N : N ; - askorbinov_A : A ; - asma_N : N ; - aso_N : N ; - asonans_N : N ; - asonanten_A : A ; - asortiment_N : N ; - asociativen_A : A ; - asociaci_ja__N : N ; - asociiram_V : V ; - asociirane_N : N ; - asparagus_N : N ; - aspekt_N : N ; - asper_zj__N : N ; - aspirant_N : N ; - aspirantka_N : N ; - aspirantski_A : A ; - aspirantura_N : N ; - aspiraci_ja__N : N ; - aspirin_N : N ; - aspiriram_V : V ; - aspirirane_N : N ; - asteroid_N : N ; - asteroiden_A : A ; - astigmatizym_N : N ; - astigmatik_N : N ; - astigmati_ch_en_A : A ; - astigmati_ch_eski_A : A ; - astma_N : N ; - astmatik_N : N ; - astmati_ch_en_A : A ; - astragan_N : N ; - astraganen_A : A ; - astralen_A : A ; - astroin_zj_ener_N : N ; - astrolog_N : N ; - astrologi_ch_en_A : A ; - astrologi_ch_eski_A : A ; - astrologi_ja__N : N ; - astronavt_N : N ; - astronavtika_N : N ; - astronom_N : N ; - astronomi_ch_en_A : A ; - astronomi_ch_eski_A : A ; - astronomi_ja__N : N ; - astrotehnologi_ja__N : N ; - astrofizik_N : N ; - astrofizika_N : N ; - astrofizi_ch_eski_A : A ; - asfalt_N : N ; - asfalten_A : A ; - asfaltiram_V : V ; - asfaltirane_N : N ; - asfaltobeton_N : N ; - asfaltov_A : A ; - asfiksi_ja__N : N ; - at_N : N ; - atavizym_N : N ; - atavisti_ch_en_A : A ; - ataka_N : N ; - atakuvam_V : V ; - atakuvane_N : N ; - atakuem_A : A ; - atakuemost_N : N ; - ataman_N : N ; - ata_sh_e_N : N ; - ata_sh_iram_V : V ; - ata_sh_irane_N : N ; - ateizym_N : N ; - ateist_N : N ; - ateisti_ch_en_A : A ; - ateistka_N : N ; - atelie_N : N ; - atentat_N : N ; - atentator_N : N ; - atentatorka_N : N ; - ateroskleroza_N : N ; - atestat_N : N ; - atestacionen_A : A ; - atestaci_ja__N : N ; - atestiram_V : V ; - atestirane_N : N ; - atinski_A : A ; - atin_ja_nin_N : N ; - atin_ja_nka_N : N ; - atipi_ch_en_A : A ; - atipi_ch_nost_N : N ; - atituda_N : N ; - ati_ch_eski_A : A ; - atlaz_N : N ; - atlazen_A : A ; - atlantik_N : N ; - atlanti_ch_eski_A : A ; - atlas_N : N ; - atlet_N : N ; - atletika_N : N ; - atleti_ch_en_A : A ; - atleti_ch_eski_A : A ; - atletka_N : N ; - atmosfera_N : N ; - atmosferen_A : A ; - atol_N : N ; - atom_N : N ; - atomen_A : A ; - atomiziram_V : V ; - atomizirane_N : N ; - atomizym_N : N ; - atomist_N : N ; - atomistika_N : N ; - atomisti_ch_en_A : A ; - atomistka_N : N ; - atonalen_A : A ; - atoni_ch_en_A : A ; - atoni_ja__N : N ; - atonski_A : A ; - atraktiven_A : A ; - atrakcionen_A : A ; - atrakci_ja__N : N ; - atribut_N : N ; - atributen_A : A ; - atributiven_A : A ; - atrofiram_V : V ; - atrofirane_N : N ; - atrofi_ja__N : N ; - audienci_ja__N : N ; - audio_N : N ; - audiovizualen_A : A ; - audiodisk_N : N ; - audioizsledvane_N : N ; - audiokaseta_N : N ; - audiometyr_N : N ; - audiosistema_N : N ; - audiofajl_N : N ; - auditori_ja__N : N ; - aukcion_N : N ; - aukcionen_A : A ; - aula_N : N ; - aura_N : N ; - aurikularen_A : A ; - auskultiram_V : V ; - auspuh_N : N ; - aut_N : N ; - autopsiram_V : V ; - autopsirane_N : N ; - autopsi_ja__N : N ; - afazi_ja__N : N ; - afganistanec_N : N ; - afganistanka_N : N ; - afganistanski_A : A ; - afekt_N : N ; - afektaci_ja__N : N ; - afektiram_V : V ; - afektirane_N : N ; - afera_N : N ; - aferist_N : N ; - aferistka_N : N ; - afiks_N : N ; - afiliaci_ja__N : N ; - afinitet_N : N ; - afirmativen_A : A ; - afi_sh__N : N ; - afi_sh_en_A : A ; - afi_sh_iram_V : V ; - afi_sh_irane_N : N ; - aforesvam_V : V ; - aforesvane_N : N ; - aforizym_N : N ; - aforisti_ch_en_A : A ; - afrikanec_N : N ; - afrikanka_N : N ; - afrikanski_A : A ; - afrikat_N : N ; - afront_N : N ; - aham_V : V ; - ahane_N : N ; - ahat_N : N ; - ahatov_A : A ; - ahvam_V : V ; - ahvane_N : N ; - ahilesov_A : A ; - ahkam_V : V ; - ahkane_N : N ; - ahmak_N : N ; - ahma_sh_ki_A : A ; - ahromatizym_N : N ; - ahromati_ch_en_A : A ; - ahromati_ch_eski_A : A ; - ahromatoza_N : N ; - ah_ch_ijnica_N : N ; - ah_ch_i_ja__N : N ; - acetilen_N : N ; - acetilenov_A : A ; - aceton_N : N ; - a_sh_ik_N : N ; - a_sh_ladisvam_V : V ; - a_sh_ladisvane_N : N ; - a_sh_ure_N : N ; - a_ja_zmo_N : N ; - baba_N : N ; - babait_N : N ; - babaitlyk_N : N ; - babaitstvo_N : N ; - babanka_N : N ; - baberka_N : N ; - babe_sh_ki_A : A ; - babin_A : A ; - babi_ch_ka_N : N ; - babka_N : N ; - babuvam_V : V ; - babuvane_N : N ; - babuin_N : N ; - babu_sh_kera_N : N ; - bavarec_N : N ; - bavarski_A : A ; - bava_ch_ka_N : N ; - baven_A : A ; - bavene_N : N ; - bavni_ch_yk_A : A ; - bavnodvi_zj_e_sht__A : A ; - bavnorazviva_sht__A : A ; - bavnorast_ja__sht__A : A ; - bavnost_N : N ; - bavnoshva_sht_a_sht__A : A ; - bavnote_ch_a_sht__A : A ; - bavnohoden_A : A ; - bav_ja__V : V ; - baga_zj__N : N ; - baga_zj_en_A : A ; - baga_zj_nik_N : N ; - bager_N : N ; - bagerist_N : N ; - bageristka_N : N ; - bagra_N : N ; - bagren_A : A ; - bagrenica_N : N ; - bagrenoroden_A : A ; - bagrilen_A : A ; - bagr_ja__V : V ; - badanarka_N : N ; - badanosvam_V : V ; - badanosvane_N : N ; - badem_N : N ; - bademov_A : A ; - bademoviden_A : A ; - bad_zj_a_N : N ; - bad_zj_ak_N : N ; - bad_zj_anak_N : N ; - baene_N : N ; - baza_N : N ; - bazalen_A : A ; - bazalt_N : N ; - bazaltov_A : A ; - bazar_N : N ; - bazaren_A : A ; - bazedov_A : A ; - bazilika_N : N ; - baziram_V : V ; - bazirane_N : N ; - bazis_N : N ; - bazisen_A : A ; - bazov_A : A ; - bair_N : N ; - bajganxov_A : A ; - bajganxovski_A : A ; - bajganxov_sht_ina_N : N ; - bajko_N : N ; - bajkov_A : A ; - bajno_N : N ; - bajnov_A : A ; - bajo_N : N ; - bajonet_N : N ; - bajrak_N : N ; - bajraktar_N : N ; - bajraktarka_N : N ; - bajra_ch_e_N : N ; - bajt_N : N ; - bajc_N : N ; - bajcvam_V : V ; - bajcvane_N : N ; - bajcuvam_V : V ; - baj_ch_o_N : N ; - baka_N : N ; - bakalavrat_N : N ; - bakalavyr_N : N ; - bakalavyrski_A : A ; - bakalin_N : N ; - bakali_ja__N : N ; - bakalnica_N : N ; - bakalski_A : A ; - bakara_N : N ; - bakelit_N : N ; - bakeliten_A : A ; - bakenbard_N : N ; - baki_ja__N : N ; - bakla_N : N ; - baklava_N : N ; - bakpulver_N : N ; - bakterialen_A : A ; - bakterien_A : A ; - bakteriolog_N : N ; - bakteriologi_ch_en_A : A ; - bakteriologi_ch_eski_A : A ; - bakteriologi_ja__N : N ; - bakteriolo_zj_ki_A : A ; - bakteri_ja__N : N ; - baktisvam_V : V ; - baktisvane_N : N ; - bak_sh_i_sh__N : N ; - bakyr_N : N ; - bakyrd_zj_ijski_A : A ; - bakyrd_zj_ijstvo_N : N ; - bakyrd_zj_i_ja__N : N ; - bakyren_A : A ; - bal_N : N ; - bala_N : N ; - balada_N : N ; - baladen_A : A ; - balalajka_N : N ; - balama_N : N ; - balamosvam_V : V ; - balamosvane_N : N ; - balam_sht_ina_N : N ; - balans_N : N ; - balansiram_V : V ; - balansirane_N : N ; - balansiranost_N : N ; - balansov_A : A ; - balansxor_N : N ; - balast_N : N ; - balasten_A : A ; - balastra_N : N ; - balatum_N : N ; - balvan_N : N ; - balvanka_N : N ; - baldahin_N : N ; - baldyza_N : N ; - balen_A : A ; - balerina_N : N ; - balerinka_N : N ; - balet_N : N ; - baleten_A : A ; - baletist_N : N ; - baletmajstor_N : N ; - baletmajstorka_N : N ; - baliram_V : V ; - balirane_N : N ; - balista_N : N ; - balistik_N : N ; - balistika_N : N ; - balisti_ch_en_A : A ; - balkan_N : N ; - balkand_zj_ijka_N : N ; - balkand_zj_i_ja__N : N ; - balkanec_N : N ; - balkaniada_N : N ; - balkanizaci_ja__N : N ; - balkaniziram_V : V ; - balkanizirane_N : N ; - balkanist_N : N ; - balkanistika_N : N ; - balkanka_N : N ; - balkanski_A : A ; - balkon_N : N ; - balkonski_A : A ; - balneole_ch_eben_A : A ; - balneole_ch_enie_N : N ; - balneolog_N : N ; - balneologi_ch_en_A : A ; - balneologi_ja__N : N ; - balneolo_zj_ka_N : N ; - balneolo_zj_ki_A : A ; - balneosanatorium_N : N ; - balneoterapi_ja__N : N ; - balon_N : N ; - balonen_A : A ; - balon_ch_e_N : N ; - balota_zj__N : N ; - balotiram_V : V ; - balotirane_N : N ; - balsam_N : N ; - balsamiram_V : V ; - balsamirane_N : N ; - balsamov_A : A ; - balta_ja__V : V ; - baltijski_A : A ; - balti_ja__N : N ; - balton_N : N ; - balyk_N : N ; - bal_iu_strada_N : N ; - bambuk_N : N ; - bambukov_A : A ; - bam_ja__N : N ; - banalen_A : A ; - banaliziram_V : V ; - banalizirane_N : N ; - banalnost_N : N ; - banan_N : N ; - bananov_A : A ; - banglade_sh_ki_A : A ; - banda_N : N ; - banda_zj__N : N ; - banda_zj_en_A : A ; - banderol_N : N ; - banderolen_A : A ; - bandit_N : N ; - banditizym_N : N ; - banditski_A : A ; - bandit_ch_e_N : N ; - banela_N : N ; - baner_N : N ; - banica_N : N ; - bani_ch_ar_N : N ; - bani_ch_arka_N : N ; - bani_ch_arski_A : A ; - bani_ch_ka_N : N ; - banka_N : N ; - banker_N : N ; - bankerka_N : N ; - bankerski_A : A ; - bankerstvo_N : N ; - banket_N : N ; - banketen_A : A ; - bankiram_V : V ; - bankirane_N : N ; - banknota_N : N ; - banknoten_A : A ; - bankov_A : A ; - bankomat_N : N ; - bankrut_N : N ; - bankrutiram_V : V ; - bankrutirane_N : N ; - bankrutstvo_N : N ; - banski_A : A ; - bancig_N : N ; - bancigar_N : N ; - ban_ja__N : N ; - baobab_N : N ; - baptist_N : N ; - baptistka_N : N ; - bar_N : N ; - bara_N : N ; - baraban_N : N ; - barabanen_A : A ; - barabanene_N : N ; - barabanist_N : N ; - baraban_ch_e_N : N ; - baraban_ch_ik_N : N ; - baraban_ch_ica_N : N ; - baraban_ja__V : V ; - bara_zj__N : N ; - bara_zj_en_A : A ; - baraka_N : N ; - baram_V : V ; - barane_N : N ; - barbek_iu__N : N ; - barbun_N : N ; - barvam_V : V ; - barvane_N : N ; - bard_N : N ; - bardak_N : N ; - barduk_N : N ; - bardu_ch_e_N : N ; - barel_N : N ; - barelef_N : N ; - bareta_N : N ; - baretka_N : N ; - bar_zj_a_N : N ; - bariev_A : A ; - bariera_N : N ; - barieren_A : A ; - barikada_N : N ; - barikaden_A : A ; - barikadiram_V : V ; - barikadirane_N : N ; - barion_N : N ; - barionen_A : A ; - bariton_N : N ; - baritonov_A : A ; - barka_N : N ; - barkod_N : N ; - barman_N : N ; - barmanka_N : N ; - barmanski_A : A ; - barmasi_ch_ka_N : N ; - barovec_N : N ; - barok_N : N ; - barokov_A : A ; - barometri_ch_en_A : A ; - barometyr_N : N ; - baron_N : N ; - baronesa_N : N ; - baronet_N : N ; - baronski_A : A ; - barplot_N : N ; - barter_N : N ; - barteren_A : A ; - barut_N : N ; - baruten_A : A ; - barutli_ja__N : N ; - barhet_N : N ; - barheten_A : A ; - bar_ch_e_N : N ; - bas_N : N ; - basejn_N : N ; - basejn_ch_e_N : N ; - basiram_V : V ; - basirane_N : N ; - basist_N : N ; - bask_N : N ; - basketbol_N : N ; - basketbolen_A : A ; - basketbolist_N : N ; - basketbolistka_N : N ; - basma_N : N ; - basmen_A : A ; - basnopisec_N : N ; - basnosloven_A : A ; - basnoslovnost_N : N ; - basn_ja__N : N ; - basov_A : A ; - basta_N : N ; - bastili_ja__N : N ; - bastion_N : N ; - bastisvam_V : V ; - bastisvane_N : N ; - basti_ch_ka_N : N ; - bastun_N : N ; - bastun_ch_e_N : N ; - batak_N : N ; - batak_ch_ijski_A : A ; - batak_ch_i_ja__N : N ; - batalen_A : A ; - batalist_N : N ; - batalxon_N : N ; - batalxonen_A : A ; - batal_ja_svam_V : V ; - batal_ja_svane_N : N ; - batareen_A : A ; - batare_ja__N : N ; - batat_N : N ; - bata_sh_ki_A : A ; - bate_N : N ; - baterien_A : A ; - baterijka_N : N ; - bateri_ja__N : N ; - batiskaf_N : N ; - batista_N : N ; - batko_N : N ; - batxo_N : N ; - baukam_V : V ; - baukane_N : N ; - bahamski_A : A ; - bahar_N : N ; - bahrejnka_N : N ; - bahur_N : N ; - bah_ch_a_N : N ; - bah_ch_evan_N : N ; - bah_ch_evanin_N : N ; - bacil_N : N ; - bacilen_A : A ; - bacilonositel_N : N ; - bacilonositelka_N : N ; - ba_ch_kam_V : V ; - ba_ch_kane_N : N ; - ba_ch_o_N : N ; - ba_sh_ibozuk_N : N ; - ba_sh_kirski_A : A ; - ba_sht_a_N : N ; - ba_sht_in_A : A ; - ba_sht_ini_ja__N : N ; - ba_sht_inski_A : A ; - ba_sht_instvo_N : N ; - ba_sht_ica_N : N ; - ba_sht_i_ch_ko_N : N ; - ba_ja__V : V ; - ba_ja_derka_N : N ; - ba_ja_ldisvam_V : V ; - ba_ja_ldisvane_N : N ; - ba_ja__ch__N : N ; - ba_ja__ch_ka_N : N ; - bdene_N : N ; - bdenie_N : N ; - bditelen_A : A ; - bditelnost_N : N ; - bd_ja__V : V ; - bebe_N : N ; - bebence_N : N ; - bebe_sh_ki_A : A ; - beg_N : N ; - bega_ch__N : N ; - bega_ch_ka_N : N ; - beglec_N : N ; - beglik_N : N ; - beglik_ch_i_ja__N : N ; - begoni_ja__N : N ; - begyl_A : A ; - begylka_N : N ; - beda_N : N ; - beden_A : A ; - bedne_ja__V : V ; - bedni_ch_yk_A : A ; - bednost_N : N ; - bednota_N : N ; - bednoti_ja__N : N ; - bedn_ja_k_N : N ; - bedn_ja__ch_ka_N : N ; - bedn_ja__sh_ki_A : A ; - bedren_A : A ; - bedrest_A : A ; - bedro_N : N ; - bedstvam_V : V ; - bedstvane_N : N ; - bedstven_A : A ; - bedstvie_N : N ; - bedstvuvam_V : V ; - bedstvuvane_N : N ; - beduin_N : N ; - beduinka_N : N ; - beduinski_A : A ; - bed_ja__V : V ; - be_zj_anec_N : N ; - be_zj_anka_N : N ; - be_zj_anski_A : A ; - be_zj_ov_A : A ; - bezavarien_A : A ; - bezadresen_A : A ; - bezakcenten_A : A ; - bezalkoholen_A : A ; - bezapelativen_A : A ; - bezapelacionen_A : A ; - bezapelacionnost_N : N ; - bezatomen_A : A ; - bezbo_zj_en_A : A ; - bezbo_zj_ie_N : N ; - bezbo_zj_nik_N : N ; - bezbo_zj_nica_N : N ; - bezbo_zj_ni_ch_estvo_N : N ; - bezbo_zj_ni_ch_ka_N : N ; - bezboleznen_A : A ; - bezboleznenost_N : N ; - bezbo_ja_znen_A : A ; - bezbra_ch_en_A : A ; - bezbra_ch_ie_N : N ; - bezbre_zj_en_A : A ; - bezbre_zj_ie_N : N ; - bezbre_zj_nost_N : N ; - bezbroden_A : A ; - bezbroen_A : A ; - bezbroj_N : N ; - bezburen_A : A ; - bezbyde_sht_nost_N : N ; - bezvaluten_A : A ; - bezveren_A : A ; - bezverie_N : N ; - bezvernik_N : N ; - bezvernica_N : N ; - bezvesten_A : A ; - bezvetren_A : A ; - bezvetrie_N : N ; - bezvizov_A : A ; - bezvkusen_A : A ; - bezvkusie_N : N ; - bezvkusica_N : N ; - bezvkusnost_N : N ; - bezvlasten_A : A ; - bezvlastie_N : N ; - bezvoden_A : A ; - bezvodie_N : N ; - bezvodnost_N : N ; - bezvolev_A : A ; - bezvolen_A : A ; - bezvolie_N : N ; - bezvreden_A : A ; - bezvrednost_N : N ; - bezvremenen_A : A ; - bezvremie_N : N ; - bezvyzvraten_A : A ; - bezvyzvratnost_N : N ; - bezvyzdu_sh_en_A : A ; - bezvyzmezden_A : A ; - bezvyzmezdnost_N : N ; - bezglasen_A : A ; - bezgramoten_A : A ; - bezgramotnost_N : N ; - bezgrani_ch_en_A : A ; - bezgrani_ch_nost_N : N ; - bezgre_sh_en_A : A ; - bezgre_sh_nost_N : N ; - bezgri_zj_en_A : A ; - bezgri_zj_ie_N : N ; - bezgri_zj_nik_N : N ; - bezgri_zj_nost_N : N ; - bezgrybna_ch_en_A : A ; - bezgrybna_ch_ie_N : N ; - bezdaren_A : A ; - bezdarie_N : N ; - bezdarnik_N : N ; - bezdarnica_N : N ; - bezdarnost_N : N ; - bezdeen_A : A ; - bezdejnost_N : N ; - bezdejstvam_V : V ; - bezdejstvane_N : N ; - bezdejstven_A : A ; - bezdejstvie_N : N ; - bezdejstvuvam_V : V ; - bezdelen_A : A ; - bezdelie_N : N ; - bezdelnik_N : N ; - bezdelnica_N : N ; - bezdelni_ch_a_V : V ; - bezdelni_ch_estvo_N : N ; - bezdeten_A : A ; - bezdetnik_N : N ; - bezdetnica_N : N ; - bezdimen_A : A ; - bezdihanen_A : A ; - bezdihannost_N : N ; - bezdna_N : N ; - bezdomen_A : A ; - bezdomnik_N : N ; - bezdomnica_N : N ; - bezdomni_ch_eski_A : A ; - bezduhoven_A : A ; - bezduhovnost_N : N ; - bezdu_sh_en_A : A ; - bezdu_sh_ie_N : N ; - bezdu_sh_nost_N : N ; - bezdy_zj_den_A : A ; - bezdy_zj_die_N : N ; - bezdynen_A : A ; - bezdyr_zj_avnost_N : N ; - bez_zj_alosten_A : A ; - bez_zj_alostnost_N : N ; - bez_zj_iznen_A : A ; - bez_zj_iznenost_N : N ; - bez_zj_i_ch_en_A : A ; - bezzaveten_A : A ; - bezzavetnost_N : N ; - bezzakonen_A : A ; - bezzakonie_N : N ; - bezza_sht_iten_A : A ; - bezza_sht_itnost_N : N ; - bezzvezden_A : A ; - bezzvu_ch_en_A : A ; - bezzemen_A : A ; - bezzloben_A : A ; - bezzlobie_N : N ; - bezzra_ch_en_A : A ; - bezzyb_A : A ; - bezideen_A : A ; - bezidejnost_N : N ; - bezizvestnost_N : N ; - bezizkusen_A : A ; - bezizkustven_A : A ; - bezizrazen_A : A ; - bezizraznost_N : N ; - bezizhoden_A : A ; - bezizhodica_N : N ; - bezizhodnost_N : N ; - bezimen_A : A ; - bezimenen_A : A ; - bezimennik_N : N ; - bezimoten_A : A ; - beziniciativen_A : A ; - bezinteresen_A : A ; - bezir_N : N ; - beziren_A : A ; - bezisten_N : N ; - bezkasov_A : A ; - bezkvasen_A : A ; - bezklasov_A : A ; - bezkni_zj_en_A : A ; - bezkompromisen_A : A ; - bezkompromisnost_N : N ; - bezkone_ch_en_A : A ; - bezkone_ch_nost_N : N ; - bezkontakten_A : A ; - bezkontrolen_A : A ; - bezkontrolnost_N : N ; - bezkonflikten_A : A ; - bezkoristen_A : A ; - bezkoristie_N : N ; - bezkoristnost_N : N ; - bezkos_A : A ; - bezkosten_A : A ; - bezkostilkov_A : A ; - bezkofeinov_A : A ; - bezkraen_A : A ; - bezkrajnost_N : N ; - bezkrak_A : A ; - bezkril_A : A ; - bezkriti_ch_en_A : A ; - bezkriti_ch_nost_N : N ; - bezkryven_A : A ; - bezkryvie_N : N ; - bezlekarstven_A : A ; - bezlesen_A : A ; - bezlik_A : A ; - bezlisten_A : A ; - bezlihven_A : A ; - bezli_ch_en_A : A ; - bezli_ch_ie_N : N ; - bezli_ch_nost_N : N ; - bezlunen_A : A ; - bezl_iu_den_A : A ; - bezl_iu_die_N : N ; - bezl_iu_dnost_N : N ; - bezmaslen_A : A ; - bezmeren_A : A ; - bezmernost_N : N ; - bezmesen_A : A ; - bezmete_zj_en_A : A ; - bezmilosten_A : A ; - bezmilostnost_N : N ; - bezmiten_A : A ; - bezmle_ch_en_A : A ; - bezmozy_ch_en_A : A ; - bezmoralen_A : A ; - bezmotoren_A : A ; - bezmylven_A : A ; - bezmylvie_N : N ; - beznade_zj_den_A : A ; - beznade_zj_dnost_N : N ; - beznade_zj_nost_N : N ; - beznadzoren_A : A ; - beznadzornost_N : N ; - beznakazan_A : A ; - beznakazanost_N : N ; - beznali_ch_en_A : A ; - beznali_ch_nost_N : N ; - beznasledstven_A : A ; - bezna_ch_alen_A : A ; - bezna_ch_alie_N : N ; - beznog_A : A ; - beznravstvam_V : V ; - beznravstvane_N : N ; - beznravstven_A : A ; - beznravstvenik_N : N ; - beznravstvenica_N : N ; - beznravstvenost_N : N ; - bezobiden_A : A ; - bezobidnost_N : N ; - bezobla_ch_en_A : A ; - bezobla_ch_nost_N : N ; - bezobrazen_A : A ; - bezobrazie_N : N ; - bezobraznik_N : N ; - bezobraznica_N : N ; - bezobrazni_ch_a_V : V ; - bezogleden_A : A ; - bezoglednost_N : N ; - bezok_A : A ; - bezoloven_A : A ; - bezopasen_A : A ; - bezopasnost_N : N ; - bezosnovatelen_A : A ; - bezosnovatelnost_N : N ; - bezosnoven_A : A ; - bezosnovnost_N : N ; - bezotveten_A : A ; - bezotgovoren_A : A ; - bezotgovorni_ch_a_V : V ; - bezotgovornost_N : N ; - bezote_ch_estven_A : A ; - bezote_ch_estvenik_N : N ; - bezote_ch_estvenica_N : N ; - bezotkazen_A : A ; - bezotkaten_A : A ; - bezotlagatelen_A : A ; - bezotly_ch_en_A : A ; - bezot_ch_eten_A : A ; - bezot_ch_etnost_N : N ; - bezo_ch_en_A : A ; - bezo_ch_ie_N : N ; - bezo_ch_liv_A : A ; - bezo_ch_livec_N : N ; - bezo_ch_livost_N : N ; - bezpameten_A : A ; - bezpari_ch_en_A : A ; - bezpari_ch_ie_N : N ; - bezpartien_A : A ; - bezperspektiven_A : A ; - bezpiloten_A : A ; - bezpismen_A : A ; - bezplanov_A : A ; - bezplanovost_N : N ; - bezplaten_A : A ; - bezploden_A : A ; - bezplodie_N : N ; - bezplodnost_N : N ; - bezplyten_A : A ; - bezplytnost_N : N ; - bezpogre_sh_en_A : A ; - bezpogre_sh_nost_N : N ; - bezpodoben_A : A ; - bezpodslonen_A : A ; - bezpokoen_A : A ; - bezpokoene_N : N ; - bezpokojstvie_N : N ; - bezpokojstvo_N : N ; - bezpoko_ja__V : V ; - bezpokriven_A : A ; - bezpolezen_A : A ; - bezpoleznost_N : N ; - bezpolov_A : A ; - bezpomo_sht_en_A : A ; - bezpomo_sht_nost_N : N ; - bezporoden_A : A ; - bezporo_ch_en_A : A ; - bezporo_ch_nost_N : N ; - bezpor_ja_dyk_N : N ; - bezpor_ja_dy_ch_en_A : A ; - bezposo_ch_en_A : A ; - bezpo_ch_ven_A : A ; - bezpo_ch_venost_N : N ; - bezpo_sht_aden_A : A ; - bezpo_sht_adnost_N : N ; - bezpraven_A : A ; - bezpravie_N : N ; - bezpredelen_A : A ; - bezpredelnost_N : N ; - bezpredmeten_A : A ; - bezpredmetnost_N : N ; - bezprekosloven_A : A ; - bezprep_ja_tstven_A : A ; - bezprep_ja_tstvenost_N : N ; - bezpretenciozen_A : A ; - bezpretencioznost_N : N ; - bezprecedenten_A : A ; - bezprizoren_A : A ; - bezprizornost_N : N ; - bezprimeren_A : A ; - bezprimesen_A : A ; - bezprincipen_A : A ; - bezprincipnost_N : N ; - bezpristrasten_A : A ; - bezpristrastie_N : N ; - bezpristrastnost_N : N ; - bezpri_ch_asten_A : A ; - bezpri_ch_inen_A : A ; - bezpri_ch_innost_N : N ; - bezpri_iu_ten_A : A ; - bezproblemen_A : A ; - bezprosveten_A : A ; - bezprotivore_ch_iv_A : A ; - bezpyten_A : A ; - bezpytie_N : N ; - bezpytica_N : N ; - bezpytnost_N : N ; - bezpytstvo_N : N ; - bezraboten_A : A ; - bezrabotica_N : N ; - bezradosten_A : A ; - bezradostnost_N : N ; - bezrazboren_A : A ; - bezrazbornost_N : N ; - bezrazli_ch_en_A : A ; - bezrazli_ch_ie_N : N ; - bezrazsyden_A : A ; - bezrazsydnost_N : N ; - bezrazsydstvo_N : N ; - bezrazsydstvuvam_V : V ; - bezrazsydstvuvane_N : N ; - bezreden_A : A ; - bezredie_N : N ; - bezredica_N : N ; - bezredov_A : A ; - bezrezerven_A : A ; - bezrezervnost_N : N ; - bezrezultaten_A : A ; - bezrezultatnost_N : N ; - bezrelsov_A : A ; - bezriskov_A : A ; - bezrog_A : A ; - bezroden_A : A ; - bezrodnik_N : N ; - bezrodstvenik_N : N ; - bezropoten_A : A ; - bezropotnost_N : N ; - bezryk_A : A ; - bezsemenen_A : A ; - bezsilen_A : A ; - bezsilie_N : N ; - bezsistemen_A : A ; - bezsistemnost_N : N ; - bezskrupulen_A : A ; - bezskrupulnost_N : N ; - bezslaven_A : A ; - bezsleden_A : A ; - bezslovesen_A : A ; - bezslovesnost_N : N ; - bezslyn_ch_ev_A : A ; - bezsmislen_A : A ; - bezsmislenost_N : N ; - bezsmislie_N : N ; - bezsmislica_N : N ; - bezsmyrten_A : A ; - bezsmyrtie_N : N ; - bezsmyrtnost_N : N ; - bezsne_zj_en_A : A ; - bezsolen_A : A ; - bezso_ch_en_A : A ; - bezspiren_A : A ; - bezsporen_A : A ; - bezspornost_N : N ; - bezsramen_A : A ; - bezsramie_N : N ; - bezsramnik_N : N ; - bezsramnica_N : N ; - bezsro_ch_en_A : A ; - bezstojnosten_A : A ; - bezstopanstven_A : A ; - bezstopanstvenost_N : N ; - bezstrasten_A : A ; - bezstrastie_N : N ; - bezstrastnost_N : N ; - bezstra_sh_en_A : A ; - bezstra_sh_ie_N : N ; - bezstra_sh_liv_A : A ; - bezsyvesten_A : A ; - bezsyvestnost_N : N ; - bezsydyr_zj_atelen_A : A ; - bezsydyr_zj_atelnost_N : N ; - bezsyznanie_N : N ; - bezsyznatelen_A : A ; - bezsyznatelnost_N : N ; - bezsymnen_A : A ; - bezsynen_A : A ; - bezsynie_N : N ; - bezsynica_N : N ; - bezsyrde_ch_en_A : A ; - bezsyrde_ch_ie_N : N ; - bezsyrde_ch_nost_N : N ; - bezsy_iu_zen_A : A ; - beztakti_ch_en_A : A ; - beztegloven_A : A ; - bezteglovnost_N : N ; - beztelesen_A : A ; - beztelesnost_N : N ; - beztrevo_zj_en_A : A ; - bezukoren_A : A ; - bezukoriznen_A : A ; - bezukoriznenost_N : N ; - bezukornost_N : N ; - bezumen_A : A ; - bezumec_N : N ; - bezumie_N : N ; - bezumstvam_V : V ; - bezumstvane_N : N ; - bezumstvo_N : N ; - bezumstvuvam_V : V ; - bezumstvuvane_N : N ; - bezupre_ch_en_A : A ; - bezupre_ch_nost_N : N ; - bezusloven_A : A ; - bezuslovnost_N : N ; - bezuspe_sh_en_A : A ; - bezuspe_sh_nost_N : N ; - bezute_sh_en_A : A ; - bezute_sh_nost_N : N ; - bezuh_A : A ; - bezuhanen_A : A ; - bezu_ch_asten_A : A ; - bezu_ch_astie_N : N ; - bezu_ch_astnost_N : N ; - bezformen_A : A ; - bezformenost_N : N ; - bezhaberen_A : A ; - bezhaberie_N : N ; - bezhabernik_N : N ; - bezharakteren_A : A ; - bezharakternost_N : N ; - bezhitrosten_A : A ; - bezhleben_A : A ; - bezcarstvie_N : N ; - bezcveten_A : A ; - bezcvetnost_N : N ; - bezcelen_A : A ; - bezcelnost_N : N ; - bezcenen_A : A ; - bezcenica_N : N ; - bezcennost_N : N ; - bezceremonen_A : A ; - bezceremonnost_N : N ; - bez_ch_estie_N : N ; - bez_ch_estnik_N : N ; - bez_ch_estnica_N : N ; - bez_ch_est_ja__V : V ; - bez_ch_eten_A : A ; - bez_ch_inen_A : A ; - bez_ch_instvam_V : V ; - bez_ch_instvane_N : N ; - bez_ch_instvo_N : N ; - bez_ch_instvuvam_V : V ; - bez_ch_instvuvane_N : N ; - bez_ch_islen_A : A ; - bez_ch_islenost_N : N ; - bez_ch_ove_ch_en_A : A ; - bez_ch_ove_ch_ie_N : N ; - bez_ch_ove_ch_nost_N : N ; - bez_ch_uvstven_A : A ; - bez_ch_uvstvenost_N : N ; - bez_ch_uvstvie_N : N ; - bez_sh_umen_A : A ; - bez_sh_umnost_N : N ; - bez_ja_dren_A : A ; - bej_N : N ; - bejzbol_N : N ; - bejzbolen_A : A ; - bejov_A : A ; - bejski_A : A ; - bekar_N : N ; - bekas_N : N ; - bekon_N : N ; - bek_ja_r_N : N ; - bek_ja_rin_N : N ; - bek_ja_rski_A : A ; - bek_ja_rstvam_V : V ; - bek_ja_rstvane_N : N ; - bek_ja_rstvo_N : N ; - bel_N : N ; - beladona_N : N ; - bela_ch__N : N ; - bela_ch_ka_N : N ; - belgiec_N : N ; - belgijka_N : N ; - belgijski_A : A ; - belgradski_A : A ; - beleg_N : N ; - bele_zj_a_V : V ; - bele_zj_it_A : A ; - bele_zj_itost_N : N ; - bele_zj_ka_N : N ; - bele_zj_kar_N : N ; - bele_zj_karstvo_N : N ; - bele_zj_nik_N : N ; - beleznikav_A : A ; - beleznica_N : N ; - belene_N : N ; - beletrist_N : N ; - beletristika_N : N ; - beletristi_ch_en_A : A ; - bele_ja__V : V ; - belilen_A : A ; - belilka_N : N ; - belilo_N : N ; - belina_N : N ; - belka_N : N ; - belobrad_A : A ; - belova_N : N ; - belovlas_N : N ; - belogvardeec_N : N ; - belogvardejski_A : A ; - beloglav_A : A ; - belograd_ch_i_sh_ki_A : A ; - belodroben_A : A ; - beloko_zj__A : A ; - belokor_N : N ; - belokos_A : A ; - belokril_A : A ; - belolik_A : A ; - belomorec_N : N ; - belonog_A : A ; - beloperka_N : N ; - belorusin_N : N ; - beloruski_A : A ; - belosvam_V : V ; - belosvane_N : N ; - belosne_zj_en_A : A ; - belot_N : N ; - belota_N : N ; - belo_ch_el_A : A ; - beltyk_N : N ; - belty_ch_en_A : A ; - belty_ch_ina_N : N ; - belxo_N : N ; - bel_ja__V : V ; - bel_ja_zane_N : N ; - bel_ja_nka_N : N ; - bemol_N : N ; - bengalec_N : N ; - bengalka_N : N ; - bengalski_A : A ; - benefis_N : N ; - beneficient_N : N ; - benzin_N : N ; - benzinen_A : A ; - benzinov_A : A ; - benzinostanci_ja__N : N ; - benzol_N : N ; - benzolen_A : A ; - benka_N : N ; - bent_N : N ; - bera_V : V ; - bera_ch__N : N ; - bera_ch_ka_N : N ; - berbat_A : A ; - berber_N : N ; - berberin_N : N ; - bereket_N : N ; - bereketen_A : A ; - beritba_N : N ; - berlinski_A : A ; - berlin_ch_anin_N : N ; - berlin_ch_anka_N : N ; - bermudski_A : A ; - bertoletov_A : A ; - beseda_N : N ; - besedvam_V : V ; - besedvane_N : N ; - besedka_N : N ; - besed_ch_ik_N : N ; - besen_A : A ; - besene_N : N ; - besilka_N : N ; - besne_ja__V : V ; - bestselyr_N : N ; - besuvam_V : V ; - besuvane_N : N ; - bes_ja__V : V ; - beta_N : N ; - beton_N : N ; - betond_zj_i_ja__N : N ; - betonen_A : A ; - betoniram_V : V ; - betonirane_N : N ; - betonobyrka_ch_ka_N : N ; - betonov_A : A ; - betonovoz_N : N ; - be_sh_amel_N : N ; - biberon_N : N ; - biberon_ch_e_N : N ; - bibikam_V : V ; - bibikane_N : N ; - biblejski_A : A ; - bibliograf_N : N ; - bibliografi_ch_en_A : A ; - bibliografi_ja__N : N ; - bibliografski_A : A ; - biblioman_N : N ; - bibliomani_ja__N : N ; - biblioteka_N : N ; - bibliotekar_N : N ; - bibliotekarka_N : N ; - bibliotekarski_A : A ; - bibliotekarstvo_N : N ; - bibliotekoznanie_N : N ; - bibliote_ch_en_A : A ; - bibliofil_N : N ; - bibliofilka_N : N ; - bibli_ja__N : N ; - bivak_N : N ; - bivam_V : V ; - bivane_N : N ; - biva_ch_en_A : A ; - bivnik_N : N ; - bivol_N : N ; - bivolar_N : N ; - bivolarka_N : N ; - bivolica_N : N ; - bivolski_A : A ; - bivol_ch_e_N : N ; - biv_sh__A : A ; - bigami_ja__N : N ; - bigor_N : N ; - bigoren_A : A ; - bidon_N : N ; - bienale_N : N ; - biene_N : N ; - bi_zj_u_N : N ; - bi_zj_uter_N : N ; - bi_zj_uterien_A : A ; - bi_zj_uteri_ja__N : N ; - bi_zj_uterski_A : A ; - biznes_N : N ; - biznesabonat_N : N ; - biznesadministraci_ja__N : N ; - biznesaktivnost_N : N ; - biznesambici_ja__N : N ; - biznesanketa_N : N ; - biznesapetit_N : N ; - biznesasociaci_ja__N : N ; - biznesbiografi_ja__N : N ; - biznesblok_N : N ; - biznesbrat_N : N ; - biznesbratstvo_N : N ; - biznesveli_ch_ie_N : N ; - biznesviza_N : N ; - biznesvryzka_N : N ; - biznesvyzmo_zj_nost_N : N ; - biznesgrupirovka_N : N ; - biznesdama_N : N ; - biznesdejnost_N : N ; - biznesdelegat_N : N ; - biznesdelegaci_ja__N : N ; - biznesdelo_N : N ; - bizneselit_N : N ; - biznesizbranik_N : N ; - biznesinteres_N : N ; - biznesklasa_N : N ; - biznesklient_N : N ; - biznesklimat_N : N ; - biznesklub_N : N ; - bizneskontakt_N : N ; - bizneslider_N : N ; - bizneslogika_N : N ; - biznesmen_N : N ; - biznesmenski_A : A ; - biznesmodel_N : N ; - biznesna_ch_inanie_N : N ; - biznesplan_N : N ; - biznesplanirane_N : N ; - biznesprograma_N : N ; - biznesproekt_N : N ; - biznescikyl_N : N ; - bizon_N : N ; - bik_N : N ; - bikarbonat_N : N ; - bikvadrat_N : N ; - bikvadraten_A : A ; - bikoborec_N : N ; - bikoborstvo_N : N ; - bikoglav_A : A ; - bilabialen_A : A ; - bilateralen_A : A ; - bilbord_N : N ; - bile_N : N ; - bilet_N : N ; - bileten_A : A ; - biletoprodava_ch__N : N ; - bilion_N : N ; - bilionen_A : A ; - bilka_N : N ; - bilkar_N : N ; - bilkarka_N : N ; - bilkarski_A : A ; - bilkobera_ch__N : N ; - bilkov_A : A ; - bilkoproizvoditel_N : N ; - bilo_N : N ; - bil_iu_k_N : N ; - bil_ja_rd_N : N ; - bil_ja_rden_A : A ; - bimetalen_A : A ; - bimetalizym_N : N ; - bimetali_ch_en_A : A ; - binaren_A : A ; - bingo_N : N ; - binokul_ja_ren_A : A ; - binokyl_N : N ; - binom_N : N ; - bint_N : N ; - bintovam_V : V ; - bintovane_N : N ; - bioavtomatika_N : N ; - biogeneza_N : N ; - biogenezis_N : N ; - biogenen_A : A ; - biogeneti_ch_en_A : A ; - biograf_N : N ; - biografi_ch_en_A : A ; - biografi_ch_eski_A : A ; - biografi_ja__N : N ; - biografski_A : A ; - bioekologi_ja__N : N ; - bioetika_N : N ; - bioza_sht_ita_N : N ; - biokataliza_N : N ; - biokataliti_ch_en_A : A ; - biokomp_iu_tyr_N : N ; - biokomp_iu_tyren_A : A ; - biolog_N : N ; - biologizaci_ja__N : N ; - biologi_ch_en_A : A ; - biologi_ch_eski_A : A ; - biologi_ja__N : N ; - biolo_zj_ka_N : N ; - biolo_zj_ki_A : A ; - biolokator_N : N ; - biolokaci_ja__N : N ; - biomedicinski_A : A ; - biometri_ja__N : N ; - biomehanika_N : N ; - biomehani_ch_en_A : A ; - biomicin_N : N ; - bionika_N : N ; - bioplazma_N : N ; - bioplazmen_A : A ; - biopole_N : N ; - biopsi_ja__N : N ; - biorazgra_zj_da_sht__A : A ; - bioritym_N : N ; - biorobot_N : N ; - bioskop_N : N ; - biostimulator_N : N ; - biostimulaci_ja__N : N ; - biosferen_A : A ; - biotok_N : N ; - biofizik_N : N ; - biofizika_N : N ; - biofiltyr_N : N ; - biohimik_N : N ; - biohimi_ch_en_A : A ; - biohimi_ch_eski_A : A ; - biohimi_ja__N : N ; - biplan_N : N ; - bipol_ja_ren_A : A ; - bipol_ja_rnost_N : N ; - bira_N : N ; - birari_ja__N : N ; - biren_A : A ; - birmanec_N : N ; - birmanka_N : N ; - birmanski_A : A ; - birnik_N : N ; - birni_ch_eski_A : A ; - bis_N : N ; - biseksualen_A : A ; - bisektrisa_N : N ; - biser_N : N ; - biseren_A : A ; - biser_ch_e_N : N ; - biskvita_N : N ; - biskviten_A : A ; - biskvitka_N : N ; - bismut_N : N ; - bistrina_N : N ; - bistrostruen_A : A ; - bistrota_N : N ; - bistr_ja__V : V ; - bistyr_A : A ; - bisulfat_N : N ; - bisulfit_N : N ; - bit_A : A ; - bitie_N : N ; - bitka_N : N ; - bitnost_N : N ; - bitov_A : A ; - bitpazar_N : N ; - bituminozen_A : A ; - bifokalen_A : A ; - biftek_N : N ; - bifurkaci_ja__N : N ; - biceps_N : N ; - bi_ch__N : N ; - bi_ch_a_V : V ; - bi_ch_e_N : N ; - bi_ch_ene_N : N ; - bi_ch_kid_zj_ijnica_N : N ; - bi_ch_ki_ja__N : N ; - bi_ch_me_N : N ; - bi_ch_uvam_V : V ; - bi_ch_uvane_N : N ; - bi_sh_kane_N : N ; - bi_sh_kota_N : N ; - bi_sh_nat_A : A ; - bi_ja__V : V ; - bi_ja__ch__N : N ; - bi_ja__ch_ka_N : N ; - blag_A : A ; - blagina_N : N ; - blago_N : N ; - blagoveren_A : A ; - blagovest_N : N ; - blagove_sht_enie_N : N ; - blagoviden_A : A ; - blagovidnost_N : N ; - blagovolenie_N : N ; - blagovol_ja_vam_V : V ; - blagovol_ja_vane_N : N ; - blagovonen_A : A ; - blagovonie_N : N ; - blagovremenen_A : A ; - blagovyzpitan_A : A ; - blagovyzpitanie_N : N ; - blagovyzpitanost_N : N ; - blagogoveen_A : A ; - blagogoveene_N : N ; - blagogovenie_N : N ; - blagogove_ja__V : V ; - blagodaren_A : A ; - blagodarnost_N : N ; - blagodarstven_A : A ; - blagodat_N : N ; - blagodaten_A : A ; - blagodenstvie_N : N ; - blagodenstvuvam_V : V ; - blagodenstvuvane_N : N ; - blagodetel_N : N ; - blagodetelen_A : A ; - blagodetelka_N : N ; - blagodetelnost_N : N ; - blagode_ja_nie_N : N ; - blagodu_sh_en_A : A ; - blagodu_sh_ie_N : N ; - blago_zj_elanie_N : N ; - blago_zj_elatel_N : N ; - blago_zj_elatelen_A : A ; - blagozvu_ch_en_A : A ; - blagozvu_ch_ie_N : N ; - blagozvu_ch_nost_N : N ; - blagonade_zj_den_A : A ; - blagonade_zj_dnost_N : N ; - blagonameren_A : A ; - blagonraven_A : A ; - blagonravie_N : N ; - blagoobrazen_A : A ; - blagoomaen_A : A ; - blagopo_zj_elavam_V : V ; - blagopo_zj_elavane_N : N ; - blagopo_zj_elanie_N : N ; - blagopolu_ch_en_A : A ; - blagopolu_ch_ie_N : N ; - blagoprili_ch_en_A : A ; - blagoprili_ch_ie_N : N ; - blagopristoen_A : A ; - blagopristojnost_N : N ; - blagopri_ja_ten_A : A ; - blagopri_ja_tnost_N : N ; - blagopri_ja_tstvam_V : V ; - blagopri_ja_tstvuvam_V : V ; - blagopri_ja_tstvuvane_N : N ; - blagorazpolo_zj_ane_N : N ; - blagorazpolo_zj_en_A : A ; - blagorazpolo_zj_enie_N : N ; - blagorazpolo_zj_enost_N : N ; - blagorazumen_A : A ; - blagorazumie_N : N ; - blagoroden_A : A ; - blagorodie_N : N ; - blagorodnik_N : N ; - blagorodnica_N : N ; - blagorodni_ch_eski_A : A ; - blagorodni_ch_estvo_N : N ; - blagorodni_ch_ka_N : N ; - blagorodstvo_N : N ; - blagosklonen_A : A ; - blagosklonnost_N : N ; - blagoslav_ja_m_V : V ; - blagoslav_ja_ne_N : N ; - blagoslov_N : N ; - blagosloven_A : A ; - blagoslovenie_N : N ; - blagoslovi_ja__N : N ; - blagost_N : N ; - blagosysto_ja_nie_N : N ; - blagotvoren_A : A ; - blagotvoritel_N : N ; - blagotvoritelen_A : A ; - blagotvoritelka_N : N ; - blagotvoritelnost_N : N ; - blagousmotrenie_N : N ; - blagoustroen_A : A ; - blagoustrojvam_V : V ; - blagoustrojvane_N : N ; - blagoustrojstvo_N : N ; - blagoustro_ja_vam_V : V ; - blagoustro_ja_vane_N : N ; - blagoutrobie_N : N ; - blagouhaen_A : A ; - blagouhanen_A : A ; - blagouhanie_N : N ; - blagouhannost_N : N ; - blagouha_ja__V : V ; - blago_ch_estiv_A : A ; - blago_ch_estie_N : N ; - blago_ch_inen_A : A ; - blago_ch_innost_N : N ; - bla_zj_a_V : V ; - bla_zj_en_A : A ; - bla_zj_enopo_ch_iva_sht__A : A ; - bla_zj_enstvam_V : V ; - bla_zj_enstvo_N : N ; - bla_zj_enstvuvam_V : V ; - bla_zj_enstvuvane_N : N ; - bla_zj_nina_N : N ; - blazn_ja__V : V ; - blamiram_V : V ; - blamirane_N : N ; - blanka_N : N ; - blankov_A : A ; - blaster_N : N ; - blasteren_A : A ; - blaten_A : A ; - blatist_A : A ; - blatni_ch_e_N : N ; - blato_N : N ; - bled_A : A ; - bleden_A : A ; - bledne_ja__V : V ; - blednina_N : N ; - bledni_ch_yk_A : A ; - blednost_N : N ; - blednota_N : N ; - bledo_zj_ylt_A : A ; - bledo_zj_yltenikav_A : A ; - bledozelen_A : A ; - bledozlatist_A : A ; - bledokaf_ja_v_A : A ; - bledolik_A : A ; - bledolilav_A : A ; - bledomorav_A : A ; - bledorozov_A : A ; - bledosin_A : A ; - bledost_N : N ; - bleene_N : N ; - blejzyr_N : N ; - blenda_N : N ; - blenuvam_V : V ; - blenuvane_N : N ; - bleskavina_N : N ; - blesna_V : V ; - blestene_N : N ; - blest_ja__V : V ; - ble_sht_ukam_V : V ; - ble_sht_ukane_N : N ; - ble_ja__V : V ; - bli_zj_a_V : V ; - bli_zj_en_A : A ; - blizalce_N : N ; - blizane_N : N ; - blizvam_V : V ; - blizvane_N : N ; - blizi_ch_yk_A : A ; - blizkovremenen_A : A ; - blizkoizto_ch_en_A : A ; - blizkorodstven_A : A ; - blizkosto_ja__sht__A : A ; - bliznak_N : N ; - blizna_ch_e_N : N ; - blizna_ch_ka_N : N ; - blizna_sh_ki_A : A ; - bliznene_N : N ; - blizn_ja__V : V ; - blizole_zj_a_sht__A : A ; - blizost_N : N ; - blizyk_A : A ; - blikam_V : V ; - blikane_N : N ; - blikvam_V : V ; - blikvane_N : N ; - blinda_zj__N : N ; - blindiram_V : V ; - blindirane_N : N ; - blok_N : N ; - blokada_N : N ; - bloka_zj__N : N ; - blokiram_V : V ; - blokirane_N : N ; - blokirovka_N : N ; - blokov_A : A ; - blokpost_N : N ; - blok_ch_e_N : N ; - blok_sh_rift_N : N ; - blondin_N : N ; - blondinka_N : N ; - bluden_A : A ; - bludkav_A : A ; - bludkavina_N : N ; - bludkavost_N : N ; - bludnik_N : N ; - bludnica_N : N ; - bludni_ch_eski_A : A ; - bludni_ch_estvo_N : N ; - bludstven_A : A ; - bludstvo_N : N ; - bludstvuvam_V : V ; - bludstvuvane_N : N ; - blu_zj_daene_N : N ; - blu_zj_da_ja__V : V ; - bluza_N : N ; - bluzka_N : N ; - blysvam_V : V ; - blysvane_N : N ; - blyskam_V : V ; - blyskane_N : N ; - blyskanica_N : N ; - blyf_N : N ; - blyfiram_V : V ; - blyfirane_N : N ; - blyfxor_N : N ; - bl_iu_do_N : N ; - bl_iu_dolizec_N : N ; - bl_iu_dolizni_ch_a_V : V ; - bl_iu_dolizni_ch_eski_A : A ; - bl_iu_dolizni_ch_estvo_N : N ; - bl_iu_stitel_N : N ; - bl_ja_n_N : N ; - bl_ja_svam_V : V ; - bl_ja_svane_N : N ; - bl_ja_skav_A : A ; - bl_ja_skavost_N : N ; - bl_ja_skam_V : V ; - bl_ja_skane_N : N ; - bl_ja_syk_N : N ; - boaz_N : N ; - bob_N : N ; - boben_A : A ; - bobina_N : N ; - bobina_zj__N : N ; - bobov_A : A ; - boboviden_A : A ; - bobonka_N : N ; - bobotene_N : N ; - bobot_ja__V : V ; - bobrov_A : A ; - bobslej_N : N ; - bob_ch_e_N : N ; - bobyr_N : N ; - bog_N : N ; - bogat_A : A ; - bogata_sh__N : N ; - bogata_sh_ki_A : A ; - bogate_ja__V : V ; - bogatski_A : A ; - bogatstvo_N : N ; - bogin_ja__N : N ; - bogoborec_N : N ; - bogoborstvo_N : N ; - bogobo_ja_zliv_A : A ; - bogobo_ja_zlivost_N : N ; - bogobo_ja_zyn_N : N ; - bogovdyhnoven_A : A ; - bogoizbran_A : A ; - bogoizbranik_N : N ; - bogomil_N : N ; - bogomilski_A : A ; - bogomilstvo_N : N ; - bogomolec_N : N ; - bogomolka_N : N ; - bogootstypnik_N : N ; - bogootstypni_ch_eski_A : A ; - bogootstypni_ch_estvo_N : N ; - bogopodoben_A : A ; - bogopomazan_A : A ; - bogopo_ch_itanie_N : N ; - bogorodica_N : N ; - bogorodi_ch_e_N : N ; - bogorodi_ch_en_A : A ; - bogorodi_ch_ka_N : N ; - bogoslov_N : N ; - bogoslovie_N : N ; - bogoslovski_A : A ; - bogoslu_zj_eben_A : A ; - bogoslu_zj_enie_N : N ; - bogoslu_zj_itel_N : N ; - bogotvorene_N : N ; - bogotvorenie_N : N ; - bogotvor_ja__V : V ; - bogoubiec_N : N ; - bogoubijstvo_N : N ; - bogougoden_A : A ; - bogougodnik_N : N ; - bogohulen_A : A ; - bogohulnik_N : N ; - bogohulstvam_V : V ; - bogohulstvo_N : N ; - bogohulstvuvam_V : V ; - bogohulstvuvane_N : N ; - bogo_ja_vlenie_N : N ; - bod_N : N ; - boda_V : V ; - bodvam_V : V ; - bodvane_N : N ; - bode_zj__N : N ; - bodigard_N : N ; - bodil_N : N ; - bodil_ch_e_N : N ; - bodliv_A : A ; - bodlivka_N : N ; - bodlivost_N : N ; - bodloko_zj__A : A ; - bodrost_N : N ; - bodyr_A : A ; - bodyrstvam_V : V ; - bodyrstvane_N : N ; - bodyrstvuvam_V : V ; - bodyrstvuvane_N : N ; - boevi_A : A ; - boen_A : A ; - boepripas_N : N ; - boesposoben_A : A ; - boesposobnost_N : N ; - boec_N : N ; - bo_zj_estven_A : A ; - bo_zj_estvenost_N : N ; - bo_zj_estvo_N : N ; - bo_zj_i_A : A ; - bo_zj_ie_N : N ; - bo_zj_ur_N : N ; - bo_zj_urov_A : A ; - boza_N : N ; - bozav_A : A ; - bozavokaf_ja_v_A : A ; - bozad_zj_ijnica_N : N ; - bozad_zj_i_ja__N : N ; - bozaene_N : N ; - bozajnik_N : N ; - bozajni_ch_e_N : N ; - boza_ja__V : V ; - bozdugan_N : N ; - bozka_N : N ; - boj_N : N ; - bojkost_N : N ; - bojkot_N : N ; - bojkotiram_V : V ; - bojkotirane_N : N ; - bojler_N : N ; - bojnik_N : N ; - bojnica_N : N ; - bojskaut_N : N ; - bokal_N : N ; - bokluk_N : N ; - bokluk_ch_ijski_A : A ; - bokluk_ch_i_ja__N : N ; - boklu_ch_a_V : V ; - boklu_ch_av_A : A ; - boks_N : N ; - boksiram_V : V ; - boksirane_N : N ; - boksov_A : A ; - boksoniera_N : N ; - boksuvam_V : V ; - boksuvane_N : N ; - boksxor_N : N ; - boksxorski_A : A ; - boleduvam_V : V ; - boleduvane_N : N ; - bole_zj_ka_N : N ; - boleznen_A : A ; - boleznenost_N : N ; - bolen_A : A ; - bolero_N : N ; - bolest_N : N ; - bolesten_A : A ; - bolestotvoren_A : A ; - bole_ja__V : V ; - bolid_N : N ; - bolka_N : N ; - bolkouspokoitelen_A : A ; - bolkouspoko_ja_va_sht__A : A ; - bolnav_A : A ; - bolnavost_N : N ; - bolnik_N : N ; - bolnica_N : N ; - bolni_ch_av_A : A ; - bolni_ch_ar_N : N ; - bolni_ch_en_A : A ; - bolni_ch_yk_A : A ; - bolnogleda_ch__N : N ; - bolnogleda_ch_ka_N : N ; - bolonka_N : N ; - bolt_N : N ; - bol_sh_evizaci_ja__N : N ; - bol_sh_eviziram_V : V ; - bol_sh_evizirane_N : N ; - bol_sh_evizym_N : N ; - bol_sh_evik_N : N ; - bol_sh_evi_ch_ka_N : N ; - bol_sh_evi_sh_ki_A : A ; - bol_sh_instvo_N : N ; - bol_ja_rin_N : N ; - bol_ja_rka_N : N ; - bol_ja_rski_A : A ; - bol_ja_rstvo_N : N ; - bomba_N : N ; - bombandiram_V : V ; - bombandirane_N : N ; - bombardir_N : N ; - bombardiram_V : V ; - bombardirane_N : N ; - bombardirova_ch__N : N ; - bombardirovka_N : N ; - bombardirovy_ch_en_A : A ; - bombasti_ch_en_A : A ; - bombasti_ch_nost_N : N ; - bombe_N : N ; - bomben_A : A ; - bombi_ch_ka_N : N ; - bomboustoj_ch_iv_A : A ; - bombohvyrga_ch__N : N ; - bombohvyrga_ch_ka_N : N ; - bon_N : N ; - bonbon_N : N ; - bonbonen_A : A ; - bonboniera_N : N ; - bonbon_ch_e_N : N ; - bone_N : N ; - bonifikaci_ja__N : N ; - bonov_A : A ; - bonus_N : N ; - bor_N : N ; - boravene_N : N ; - borav_ja__V : V ; - borba_N : N ; - borben_A : A ; - bord_N : N ; - bordej_N : N ; - borden_A : A ; - bordero_N : N ; - bordin_zj_ener_N : N ; - bordin_zj_enerka_N : N ; - bordov_A : A ; - bord_iu_r_N : N ; - bord_iu_ren_A : A ; - borej_N : N ; - borene_N : N ; - borec_N : N ; - borika_N : N ; - borina_N : N ; - bori_ch_kam_V : V ; - bori_ch_kane_N : N ; - borkin_ja__N : N ; - borma_sh_ina_N : N ; - borov_A : A ; - borovinka_N : N ; - borsa_N : N ; - borsov_A : A ; - borsuk_N : N ; - bor_ch__N : N ; - bor_ch_eski_A : A ; - bor_ch_li_ja__N : N ; - bor_sh__N : N ; - bor_ja__V : V ; - bos_A : A ; - bosilek_N : N ; - bosilkov_A : A ; - bosi_ch_yk_A : A ; - bosnenski_A : A ; - bosokrak_A : A ; - bosonog_A : A ; - bosota_N : N ; - bosoti_ja__N : N ; - bostan_N : N ; - bostand_zj_i_ja__N : N ; - bostanski_A : A ; - bos_ja_k_N : N ; - bos_ja__sh_ki_A : A ; - botanik_N : N ; - botanika_N : N ; - botani_ch_en_A : A ; - botani_ch_eski_A : A ; - botu_sh__N : N ; - botu_sh_ar_N : N ; - botu_sh_arski_A : A ; - bohem_N : N ; - bohemski_A : A ; - boh_ch_a_N : N ; - bocvam_V : V ; - bocvane_N : N ; - bockam_V : V ; - bockane_N : N ; - bocman_N : N ; - bocmanski_A : A ; - bo_sh_laf_N : N ; - bo_sh_nak_N : N ; - bo_ja__V : V ; - bo_ja_d_zj_ijnica_N : N ; - bo_ja_d_zj_ijski_A : A ; - bo_ja_d_zj_ijstvo_N : N ; - bo_ja_d_zj_i_ja__N : N ; - bo_ja_disvam_V : V ; - bo_ja_disvane_N : N ; - bo_ja_zliv_A : A ; - bo_ja_zlivost_N : N ; - bo_ja_zyn_N : N ; - brava_N : N ; - bravuren_A : A ; - brada_N : N ; - bradavica_N : N ; - bradat_A : A ; - bradva_N : N ; - bradvar_N : N ; - bradvi_ch_ka_N : N ; - bradi_ch_ka_N : N ; - brad_ja_svam_V : V ; - brad_ja_svane_N : N ; - brazda_N : N ; - brazdene_N : N ; - brazdi_ch_ka_N : N ; - brazd_ja__V : V ; - brazilec_N : N ; - brazilka_N : N ; - brazilski_A : A ; - brajlov_A : A ; - brak_N : N ; - brakma_N : N ; - brakonier_N : N ; - brakonierski_A : A ; - brakonierstvam_V : V ; - brakonierstvo_N : N ; - brakonierstvuvam_V : V ; - brakonierstvuvane_N : N ; - brakorazvod_N : N ; - brakorazvoden_A : A ; - brakosy_ch_etavam_V : V ; - brakosy_ch_etavane_N : N ; - brakosy_ch_etanie_N : N ; - brakosy_ch_eta_ja__V : V ; - brakuvam_V : V ; - brakuvane_N : N ; - bramanizym_N : N ; - bramin_N : N ; - brana_N : N ; - brane_N : N ; - branene_N : N ; - branitel_N : N ; - branitelka_N : N ; - brani_sht_e_N : N ; - brannik_N : N ; - branosvam_V : V ; - branosvane_N : N ; - branti_ja__N : N ; - branuvam_V : V ; - branuvane_N : N ; - bran_sh__N : N ; - bran_sh_ov_A : A ; - bran_ja__V : V ; - brat_N : N ; - bratanec_N : N ; - bratene_N : N ; - bratle_N : N ; - bratov_A : A ; - bratovica_N : N ; - bratov_ch_ed_N : N ; - bratov_ch_edka_N : N ; - bratoubiec_N : N ; - bratoubijstven_A : A ; - bratoubijstvo_N : N ; - bratoubijca_N : N ; - bratski_A : A ; - bratstvo_N : N ; - bratuvam_V : V ; - bratuvane_N : N ; - bratu_sh_ka_N : N ; - brat_ch_e_N : N ; - brauzyr_N : N ; - braunov_A : A ; - bra_ch_en_A : A ; - bra_sh_narski_A : A ; - bra_sh_narstvo_N : N ; - bra_sh_nen_A : A ; - bra_sh_nenost_N : N ; - bra_sh_nest_A : A ; - bra_sh_no_N : N ; - bregovi_A : A ; - breza_N : N ; - brezent_N : N ; - brezenten_A : A ; - brezentov_A : A ; - brezov_A : A ; - brejdi_N : N ; - breme_N : N ; - bremenen_A : A ; - bremennost_N : N ; - brendi_N : N ; - bretanec_N : N ; - brigada_N : N ; - brigaden_A : A ; - brigadir_N : N ; - brigadirka_N : N ; - brigadirski_A : A ; - brigadirstvo_N : N ; - brigantina_N : N ; - brid_zj__N : N ; - brid_zj_xor_N : N ; - briz_N : N ; - briket_N : N ; - briketen_A : A ; - briketirane_N : N ; - bril_ja_nt_N : N ; - bril_ja_nten_A : A ; - bril_ja_ntin_N : N ; - brimka_N : N ; - britanec_N : N ; - britanski_A : A ; - bri_ch__N : N ; - bri_ch_ka_N : N ; - brod_N : N ; - brodene_N : N ; - broderi_ja__N : N ; - brodiram_V : V ; - brodirane_N : N ; - brodira_ch_ka_N : N ; - brodnik_N : N ; - brodnica_N : N ; - brod_ja__V : V ; - brod_ja_ga_N : N ; - broen_A : A ; - broene_N : N ; - broenica_N : N ; - broec_N : N ; - bro_zj_enie_N : N ; - broim_A : A ; - broitel_N : N ; - broj_N : N ; - brojka_N : N ; - brojler_N : N ; - brojleren_A : A ; - brokat_N : N ; - brokaten_A : A ; - broker_N : N ; - brom_N : N ; - bromizym_N : N ; - bromov_A : A ; - broneboen_A : A ; - bronevi_A : A ; - broneiztrebitel_N : N ; - bronenosen_A : A ; - bronenosec_N : N ; - bronetankov_A : A ; - bronz_N : N ; - bronziram_V : V ; - bronzirane_N : N ; - bronzov_A : A ; - broniram_V : V ; - broniran_A : A ; - bronirane_N : N ; - brontozavyr_N : N ; - bronhialen_A : A ; - bronhit_N : N ; - bronhiten_A : A ; - bronhopnevmoni_ja__N : N ; - bronhoskopi_ja__N : N ; - bronhotomi_ja__N : N ; - bron_ja__N : N ; - brouning_N : N ; - bro_sh_iram_V : V ; - bro_sh_irane_N : N ; - bro_sh_irovka_N : N ; - bro_sh_ka_N : N ; - bro_sh_ura_N : N ; - bro_ja__V : V ; - bro_ja__ch__N : N ; - bro_ja__ch_en_A : A ; - bro_ja__ch_ka_N : N ; - bruder_N : N ; - brul_ja__V : V ; - brus_N : N ; - brusnica_N : N ; - brusovka_N : N ; - brust_N : N ; - brustver_N : N ; - brus_ja__V : V ; - brutalen_A : A ; - brutaliziram_V : V ; - brutaliziran_A : A ; - brutalizirane_N : N ; - brutalnost_N : N ; - bruten_A : A ; - bryz_A : A ; - brykvam_V : V ; - brykvane_N : N ; - brymbazyk_N : N ; - brymbar_N : N ; - brymvam_V : V ; - brymvane_N : N ; - brymkam_V : V ; - brymkane_N : N ; - brym_ch_a_V : V ; - brym_ch_ene_N : N ; - brym_ch_ilo_N : N ; - brynka_N : N ; - brysvam_V : V ; - brysvane_N : N ; - bryska_N : N ; - bryskalka_N : N ; - bryskam_V : V ; - bryskane_N : N ; - brysna_V : V ; - brysnar_N : N ; - brysnarka_N : N ; - brysnarnica_N : N ; - brysnarski_A : A ; - brysnarstvo_N : N ; - brysna_ch__N : N ; - brysnene_N : N ; - brysne_sht__A : A ; - brytve_zj__N : N ; - brytvene_N : N ; - brytv_ja__V : V ; - bry_ch_ka_N : N ; - bry_ch_kav_A : A ; - bry_ch_kam_V : V ; - bry_ch_kane_N : N ; - bry_sh_l_ja_n_N : N ; - bry_sh_l_ja_nen_A : A ; - bry_sh_l_ja_nov_A : A ; - bry_sht_olevene_N : N ; - bry_sht_olevec_N : N ; - bry_sht_olev_ja__V : V ; - br_iu_kselka_N : N ; - br_iu_kselski_A : A ; - br_iu_net_N : N ; - br_iu_netka_N : N ; - br_ja_g_N : N ; - br_ja_z_N : N ; - br_ja_st_N : N ; - br_ja_stov_A : A ; - buba_N : N ; - bubar_N : N ; - bubarnik_N : N ; - bubarnica_N : N ; - bubarski_A : A ; - bubarstvo_N : N ; - buben_A : A ; - bubina_N : N ; - bubole_ch_ka_N : N ; - bubotene_N : N ; - bubot_ja__V : V ; - budala_N : N ; - budalkam_V : V ; - budalkane_N : N ; - buden_A : A ; - budene_N : N ; - budizym_N : N ; - budilnik_N : N ; - budist_N : N ; - budistka_N : N ; - budistki_A : A ; - buditel_N : N ; - budka_N : N ; - budkad_zj_ijka_N : N ; - budkad_zj_i_ja__N : N ; - budnost_N : N ; - budoar_N : N ; - buduvam_V : V ; - buduvane_N : N ; - bud_ja__V : V ; - buen_A : A ; - buza_N : N ; - buzest_A : A ; - buzka_N : N ; - bujnost_N : N ; - bujstvam_V : V ; - bujstvane_N : N ; - bujstvo_N : N ; - bujstvuvam_V : V ; - bujstvuvane_N : N ; - buk_N : N ; - buka_N : N ; - bukak_N : N ; - bukva_N : N ; - bukvalen_A : A ; - bukvalizym_N : N ; - bukvar_N : N ; - bukven_A : A ; - bukvoedec_N : N ; - bukvoedski_A : A ; - bukvoedstvo_N : N ; - bukvole_ja_r_N : N ; - bukvole_ja_rna_N : N ; - bukvole_ja_rnica_N : N ; - bukvopodoben_A : A ; - buket_N : N ; - buket_ch_e_N : N ; - bukla_N : N ; - bukle_N : N ; - bukmejkyr_N : N ; - bukov_A : A ; - buksa_N : N ; - buksir_N : N ; - buksiram_V : V ; - buksuvam_V : V ; - buksuvane_N : N ; - bula_N : N ; - bulama_ch__N : N ; - bulgur_N : N ; - buldog_N : N ; - buldozer_N : N ; - buldozerist_N : N ; - bulev_A : A ; - bulevard_N : N ; - bulevarden_A : A ; - bulka_N : N ; - bulo_N : N ; - bul_ch_e_N : N ; - bul_ch_in_A : A ; - bul_ch_inski_A : A ; - bulxon_N : N ; - bul_ja__N : N ; - bum_N : N ; - bumaga_N : N ; - bumerang_N : N ; - bumte_zj__N : N ; - bumtene_N : N ; - bumt_ja__V : V ; - buna_N : N ; - bunak_N : N ; - bunar_N : N ; - bunarski_A : A ; - bungalo_N : N ; - buni_sht_e_N : N ; - bunker_N : N ; - bunt_N : N ; - buntar_N : N ; - buntarka_N : N ; - buntarski_A : A ; - buntarstvo_N : N ; - buntoven_A : A ; - buntovnik_N : N ; - buntovnica_N : N ; - buntovni_ch_eski_A : A ; - buntovni_ch_estvo_N : N ; - buntovni_ch_ka_N : N ; - buntovni_sh_ki_A : A ; - buntuvam_V : V ; - buntuvane_N : N ; - burgaski_A : A ; - burgi_ja__N : N ; - burgundski_A : A ; - bure_N : N ; - burevestnik_N : N ; - buren_A : A ; - burenak_N : N ; - burenosen_A : A ; - burence_N : N ; - buren_ja_sam_V : V ; - buren_ja_svam_V : V ; - buren_ja_svane_N : N ; - bur_zj_oazen_A : A ; - bur_zj_oazi_ja__N : N ; - bur_zj_oazka_N : N ; - buri_ja__N : N ; - burkan_N : N ; - burkan_ch_e_N : N ; - burleska_N : N ; - burma_N : N ; - burnost_N : N ; - bur_ja__N : N ; - but_N : N ; - butalen_A : A ; - butalka_N : N ; - butalo_N : N ; - butam_V : V ; - butan_N : N ; - butane_N : N ; - butanica_N : N ; - butaforen_A : A ; - butafori_ja__N : N ; - butvam_V : V ; - butvane_N : N ; - butiliram_V : V ; - butilirane_N : N ; - butilka_N : N ; - butilkov_A : A ; - buton_N : N ; - butonen_A : A ; - butoniera_N : N ; - buton_ch_e_N : N ; - butor_ja_svam_V : V ; - butor_ja_svane_N : N ; - bufer_N : N ; - buferen_A : A ; - buferizaci_ja__N : N ; - buferiran_A : A ; - buferirane_N : N ; - buhal_N : N ; - buhalka_N : N ; - buhalkoviden_A : A ; - buham_V : V ; - buhane_N : N ; - buhvam_V : V ; - buhvane_N : N ; - buhlat_A : A ; - buhta_N : N ; - buhti_ch_ka_N : N ; - buht_ja__V : V ; - buca_N : N ; - bu_ch_a_V : V ; - bu_ch_ene_N : N ; - bu_ch_ica_N : N ; - bu_ch_ka_N : N ; - bu_sh_el_N : N ; - bu_sh_men_N : N ; - bu_sh_menka_N : N ; - bu_sh_on_N : N ; - bu_sh_uvam_V : V ; - bu_sh_uvane_N : N ; - bybl_ja__V : V ; - bybrek_N : N ; - bybrekoviden_A : A ; - bybrene_N : N ; - bybre_ch_e_N : N ; - bybre_ch_en_A : A ; - bybriv_A : A ; - bybrivec_N : N ; - bybrivka_N : N ; - bybrivost_N : N ; - bybrica_N : N ; - bybr_ja__V : V ; - byda_V : V ; - byden_A : A ; - byde_sht__A : A ; - byde_sht_e_N : N ; - byde_sht_nost_N : N ; - bydnik_N : N ; - bydnina_N : N ; - byz_N : N ; - byzak_N : N ; - byzvam_V : V ; - byzvane_N : N ; - byze_N : N ; - byzla_N : N ; - byzliv_A : A ; - byzlivec_N : N ; - byzlxo_N : N ; - byzov_A : A ; - bykam_V : V ; - bykane_N : N ; - bykel_N : N ; - byklica_N : N ; - bylbol_ja__V : V ; - bylbukam_V : V ; - bylbukane_N : N ; - bylvam_V : V ; - bylvane_N : N ; - bylvo_ch__N : N ; - bylgare_ja__V : V ; - bylgarizym_N : N ; - bylgarin_N : N ; - bylgarist_N : N ; - bylgaristika_N : N ; - bylgaristka_N : N ; - bylgarka_N : N ; - bylgaromohamedanin_N : N ; - bylgaromohamedanka_N : N ; - bylgaromohamedanski_A : A ; - bylgaroubiec_N : N ; - bylgarofil_N : N ; - bylgarofob_N : N ; - bylgarski_A : A ; - bylgar_sht_ina_N : N ; - bylnikam_V : V ; - bylnikane_N : N ; - bylnuvam_V : V ; - bylnuvane_N : N ; - bylha_N : N ; - byrborene_N : N ; - byrborko_N : N ; - byrbor_ja__V : V ; - byrdo_N : N ; - byrduk_N : N ; - byrdu_ch_e_N : N ; - byrz_A : A ; - byrzam_V : V ; - byrzane_N : N ; - byrzej_N : N ; - byrzina_N : N ; - byrzi_ch_yk_A : A ; - byrzovar_N : N ; - byrzovtasva_sht__A : A ; - byrzodejstvie_N : N ; - byrzodejstvuva_sht__A : A ; - byrzozare_zj_da_sht__A : A ; - byrzokril_A : A ; - byrzomisle_sht__A : A ; - byrzonog_N : N ; - byrzopis_N : N ; - byrzopisec_N : N ; - byrzopodvi_zj_en_A : A ; - byrzoprehoden_A : A ; - byrzorazval_ja__sht__A : A ; - byrzore_zj_e_sht__A : A ; - byrzorek_N : N ; - byrzoryk_A : A ; - byrzosm_ja_ta_sht__A : A ; - byrzostrel_ja__sht__A : A ; - byrzostruen_A : A ; - byrzoshva_sht_a_sht__A : A ; - byrzotok_N : N ; - byrzohoden_A : A ; - byrzohodec_N : N ; - byrkalka_N : N ; - byrkam_V : V ; - byrkane_N : N ; - byrkanica_N : N ; - byrka_ch_ka_N : N ; - byrkoti_ja__N : N ; - byrloga_N : N ; - byrna_N : N ; - byrnest_A : A ; - byrnikam_V : V ; - byrnikane_N : N ; - byrsalka_N : N ; - byrsane_N : N ; - byr_ch_a_V : V ; - byr_sh_a_V : V ; - byterflaj_N : N ; - byhtene_N : N ; - byht_ja__V : V ; - by_ch_va_N : N ; - by_ch_var_N : N ; - by_ch_varnica_N : N ; - by_ch_varski_A : A ; - by_ch_varstvo_N : N ; - by_ch_vi_ch_ka_N : N ; - by_ch_voobrazen_A : A ; - by_ch_onka_N : N ; - b_iu_d_zj_et_N : N ; - b_iu_d_zj_etaren_A : A ; - b_iu_d_zj_eten_A : A ; - b_iu_d_zj_etoproekt_N : N ; - b_iu_letin_N : N ; - b_iu_letina_N : N ; - b_iu_rek_N : N ; - b_iu_ro_N : N ; - b_iu_rokrat_N : N ; - b_iu_rokratiziram_V : V ; - b_iu_rokratizirane_N : N ; - b_iu_rokratizym_N : N ; - b_iu_rokrati_ch_en_A : A ; - b_iu_rokrati_ch_eski_A : A ; - b_iu_rokraci_ja__N : N ; - b_iu_st_N : N ; - b_iu_stie_N : N ; - b_iu_fet_N : N ; - b_iu_fet_ch_e_N : N ; - b_iu_fet_ch_ik_N : N ; - b_iu_fet_ch_i_ja__N : N ; - b_ja_g_N : N ; - b_ja_gam_V : V ; - b_ja_gane_N : N ; - b_ja_ganica_N : N ; - b_ja_gstvo_N : N ; - b_ja_l_A : A ; - b_ja_lvam_V : V ; - b_ja_lvane_N : N ; - b_ja_lka_N : N ; - b_ja_s_N : N ; - vavilonec_N : N ; - vavilonski_A : A ; - vagabont_N : N ; - vagabontin_N : N ; - vagabontka_N : N ; - vagabontski_A : A ; - vagabontstvo_N : N ; - vagina_N : N ; - vagnerov_A : A ; - vagnerovski_A : A ; - vagon_N : N ; - vagonen_A : A ; - vagonetka_N : N ; - vagonoremonten_A : A ; - vagonostroitelen_A : A ; - vagr_ja_nka_N : N ; - vada_N : N ; - vadene_N : N ; - vad_zj_i_sh_ki_A : A ; - vadi_ch_ka_N : N ; - vad_ja__V : V ; - va_zj_a_V : V ; - va_zj_en_A : A ; - va_zj_ni_ch_a_V : V ; - va_zj_ni_ch_ene_N : N ; - va_zj_nost_N : N ; - vaza_N : N ; - vazelin_N : N ; - vazelinov_A : A ; - vazi_ch_ka_N : N ; - vazomotoren_A : A ; - vajkam_V : V ; - vajkane_N : N ; - vakanten_A : A ; - vakancionen_A : A ; - vakanci_ja__N : N ; - vakarelski_A : A ; - vaksa_N : N ; - vaksad_zj_i_ja__N : N ; - vaksina_N : N ; - vaksinaci_ja__N : N ; - vaksiniram_V : V ; - vaksinirane_N : N ; - vakum_N : N ; - vakumen_A : A ; - vakumpompa_N : N ; - vakumfiltyr_N : N ; - vakhanali_ja__N : N ; - vakhanka_N : N ; - vakyl_A : A ; - val_N : N ; - valdhorna_N : N ; - vale_N : N ; - vale_zj__N : N ; - valene_N : N ; - valenten_A : A ; - valentnost_N : N ; - valenci_ja__N : N ; - valerian_N : N ; - valerianov_A : A ; - validator_N : N ; - validaci_ja__N : N ; - validen_A : A ; - validiram_V : V ; - validirane_N : N ; - validnost_N : N ; - valijski_A : A ; - vali_ja__N : N ; - valmo_N : N ; - valonec_N : N ; - valonski_A : A ; - valorizaci_ja__N : N ; - valoriziram_V : V ; - valorizirane_N : N ; - vals_N : N ; - valsov_A : A ; - valuta_N : N ; - valuten_A : A ; - valc_N : N ; - valcma_sh_ina_N : N ; - valcov_A : A ; - valcovam_V : V ; - valcovane_N : N ; - valcov_ch_ik_N : N ; - valcuvam_V : V ; - valcuvane_N : N ; - valcuva_ch_ka_N : N ; - val_ch_est_A : A ; - val_ja_vica_N : N ; - val_ja_k_N : N ; - val_ja_m_V : V ; - val_ja_ne_N : N ; - vampir_N : N ; - vampir_ja_svam_V : V ; - vampir_ja_svane_N : N ; - vana_N : N ; - vandal_N : N ; - vandalizym_N : N ; - vandalski_A : A ; - vandalstvo_N : N ; - vandal_sht_ina_N : N ; - vanilin_N : N ; - vanili_ja__N : N ; - vani_ch_ka_N : N ; - vaporizaci_ja__N : N ; - vapsane_N : N ; - vapsvam_V : V ; - vapsvane_N : N ; - var_N : N ; - varakosvam_V : V ; - varakosvane_N : N ; - varvar_N : N ; - varvarizym_N : N ; - varvarin_N : N ; - varvarski_A : A ; - varvarstvam_V : V ; - varvarstvane_N : N ; - varvarstvo_N : N ; - varvarstvuvam_V : V ; - varvarstvuvane_N : N ; - varvar_ch_e_N : N ; - varvar_sht_ina_N : N ; - vardal_ja_ne_N : N ; - vard_zj_ijnica_N : N ; - vard_zj_i_ja__N : N ; - vard_ja__V : V ; - varel_N : N ; - varen_A : A ; - varene_N : N ; - variant_N : N ; - variacionen_A : A ; - variaci_ja__N : N ; - varivo_N : N ; - variete_N : N ; - varieten_A : A ; - varieteten_A : A ; - varikle_ch_ko_N : N ; - varikozen_A : A ; - variola_N : N ; - variometyr_N : N ; - variram_V : V ; - varirane_N : N ; - varicela_N : N ; - varnenski_A : A ; - varnica_N : N ; - varov_A : A ; - varovik_N : N ; - varovikov_A : A ; - varovit_A : A ; - varovitost_N : N ; - varovnik_N : N ; - varosane_N : N ; - varosvam_V : V ; - varosvane_N : N ; - vartolomeev_A : A ; - var_ja__V : V ; - vasal_N : N ; - vasalen_A : A ; - vat_N : N ; - vatenka_N : N ; - vaterlini_ja__N : N ; - vatiram_V : V ; - vatirane_N : N ; - vatman_N : N ; - vafla_N : N ; - vaflen_A : A ; - vahta_N : N ; - vahtov_A : A ; - va_sh_enec_N : N ; - va_sh_enka_N : N ; - va_sh_ingtonka_N : N ; - va_ja__V : V ; - va_ja_ne_N : N ; - va_ja_tel_N : N ; - va_ja_telski_A : A ; - va_ja_telstvo_N : N ; - vbes_ja_vam_V : V ; - vbes_ja_vane_N : N ; - vbivam_V : V ; - vbivane_N : N ; - vgledam_V : V ; - vgle_zj_dam_V : V ; - vgle_zj_dane_N : N ; - vglybenost_N : N ; - vglyb_ja_vam_V : V ; - vglyb_ja_vane_N : N ; - vgnezdvam_V : V ; - vgnezdvane_N : N ; - vgnezd_ja_vane_N : N ; - vgor_ch_avam_V : V ; - vgor_ch_avane_N : N ; - vgra_zj_dam_V : V ; - vgra_zj_dane_N : N ; - vgran_ja_vane_N : N ; - vgyvam_V : V ; - vgyvane_N : N ; - vdavam_V : V ; - vdavane_N : N ; - vdaden_A : A ; - vdetinen_A : A ; - vdetin_ja_vam_V : V ; - vdetin_ja_vane_N : N ; - vdigam_V : V ; - vdigane_N : N ; - vdiga_ch_ka_N : N ; - vdi_sh_vam_V : V ; - vdi_sh_vane_N : N ; - vdlybvam_V : V ; - vdlybvane_N : N ; - vdlybnatina_N : N ; - vdlybnatinka_N : N ; - vdlybnatost_N : N ; - vdovec_N : N ; - vdovica_N : N ; - vdovi_sh_ki_A : A ; - vdovstvo_N : N ; - vdovstvuvam_V : V ; - vduham_V : V ; - vduhvam_V : V ; - vduhvane_N : N ; - vdylbavam_V : V ; - vdylbavane_N : N ; - vdylbo_ch_avam_V : V ; - vdylbo_ch_avane_N : N ; - vdylbo_ch_enost_N : N ; - vdylb_ja__V : V ; - vdyrvenost_N : N ; - vdyrv_ja_vam_V : V ; - vdyrv_ja_vane_N : N ; - vdyhvam_V : V ; - vdyhvane_N : N ; - vdyhnoven_A : A ; - vdyhnovenie_N : N ; - vdyhnovenost_N : N ; - vdyhnovitel_N : N ; - vdyhnovitelen_A : A ; - vdyhnovitelka_N : N ; - vdyhnov_ja_vam_V : V ; - vdyhnov_ja_vane_N : N ; - vd_ja_vam_V : V ; - vd_ja_vane_N : N ; - vegetarianec_N : N ; - vegetarianka_N : N ; - vegetarianski_A : A ; - vegetarianstvo_N : N ; - vegetativen_A : A ; - vegetacionen_A : A ; - vegetaci_ja__N : N ; - vegetiram_V : V ; - vegetirane_N : N ; - vedi_ch_eski_A : A ; - vedomost_N : N ; - vedomstven_A : A ; - vedomstvo_N : N ; - vedrina_N : N ; - vedro_N : N ; - vedrost_N : N ; - vedyr_A : A ; - veene_N : N ; - ve_zj_da_N : N ; - ve_zj_dam_V : V ; - ve_zj_dane_N : N ; - ve_zj_liv_A : A ; - ve_zj_livost_N : N ; - vezba_N : N ; - vezdesy_sht__A : A ; - vezdesy_sht_nost_N : N ; - vezir_N : N ; - vezirski_A : A ; - vezirstvo_N : N ; - vezmo_N : N ; - vezna_N : N ; - vez_ja__V : V ; - vejka_N : N ; - vek_N : N ; - vekoven_A : A ; - vekove_ch_en_A : A ; - vektor_N : N ; - vektoren_A : A ; - vekuvam_V : V ; - vekuvane_N : N ; - velaren_A : A ; - velzevul_N : N ; - velik_A : A ; - velikan_N : N ; - velikanski_A : A ; - velikdenski_A : A ; - velikden_ch_e_N : N ; - velikobylgarski_A : A ; - velikodu_sh_en_A : A ; - velikodu_sh_ie_N : N ; - velikolepen_A : A ; - velikolepie_N : N ; - velikomy_ch_enik_N : N ; - velikomy_ch_enica_N : N ; - velikorusin_N : N ; - velikoruski_A : A ; - veli_ch_av_A : A ; - veli_ch_avost_N : N ; - veli_ch_aene_N : N ; - veli_ch_aj_sh_i_A : A ; - veli_ch_a_ja__V : V ; - veli_ch_estven_A : A ; - veli_ch_estvenost_N : N ; - veli_ch_estvo_N : N ; - veli_ch_ie_N : N ; - veli_ch_ina_N : N ; - velmo_zj_a_N : N ; - velosiped_N : N ; - velosipeden_A : A ; - velosipedist_N : N ; - velosipedistka_N : N ; - velosiped_ch_e_N : N ; - velpape_N : N ; - velur_N : N ; - veluren_A : A ; - vel_ja__V : V ; - vena_N : N ; - venduza_N : N ; - venerin_A : A ; - veneri_ch_eski_A : A ; - venerolog_N : N ; - venerologi_ja__N : N ; - venec_N : N ; - venecianec_N : N ; - venecianka_N : N ; - venecianski_A : A ; - venozen_A : A ; - ventil_N : N ; - ventilator_N : N ; - ventilatoren_A : A ; - ventilacionen_A : A ; - ventilaci_ja__N : N ; - ventiliram_V : V ; - ventilirane_N : N ; - ventrilokvizym_N : N ; - ventrilokvist_N : N ; - ventuza_N : N ; - vencehvalenie_N : N ; - ven_ch_avam_V : V ; - ven_ch_avane_N : N ; - ven_ch_avka_N : N ; - ven_ch_alen_A : A ; - ven_ch_e_N : N ; - ven_ch_ilo_N : N ; - veranda_N : N ; - verbalen_A : A ; - verbuane_N : N ; - verbuvam_V : V ; - verbuvane_N : N ; - verdikt_N : N ; - verev_N : N ; - veren_A : A ; - veresi_ja__N : N ; - veriga_N : N ; - veri_zj_en_A : A ; - veri_zj_ka_N : N ; - veri_zj_nost_N : N ; - verifikator_N : N ; - verifikacionen_A : A ; - verifikaci_ja__N : N ; - verificiram_V : V ; - verificirane_N : N ; - vermaht_N : N ; - vermut_N : N ; - vernopodanik_N : N ; - vernopodanica_N : N ; - vernopodani_ch_eski_A : A ; - vernopodani_ch_estvo_N : N ; - vernost_N : N ; - veroizpovedanie_N : N ; - veroizpoveden_A : A ; - verolomen_A : A ; - verolomnik_N : N ; - verolomni_ch_estvo_N : N ; - verolomstvo_N : N ; - veronal_N : N ; - verootstypnik_N : N ; - verootstypnica_N : N ; - verootstypni_ch_eski_A : A ; - verootstypni_ch_estvo_N : N ; - verotyrpim_A : A ; - verotyrpimost_N : N ; - verou_ch_enie_N : N ; - vero_ja_ten_A : A ; - vero_ja_tnost_N : N ; - vero_ja_tnosten_A : A ; - versifikaci_ja__N : N ; - versi_ja__N : N ; - verski_A : A ; - versta_N : N ; - vertebralen_A : A ; - vertep_N : N ; - vertikal_N : N ; - vertikalen_A : A ; - vertikalnost_N : N ; - vertolet_N : N ; - veru_iu__N : N ; - veru_iu__sht__A : A ; - vesel_A : A ; - veselba_N : N ; - veselbar_N : N ; - veselie_N : N ; - veselost_N : N ; - vesel_ja__V : V ; - vesel_ja_k_N : N ; - vesel_ja__sh_ki_A : A ; - veslar_N : N ; - veslo_N : N ; - vest_N : N ; - vestalka_N : N ; - vestib_iu_l_N : N ; - vestitel_N : N ; - vestitelka_N : N ; - vestitelski_A : A ; - vestna_V : V ; - vestnik_N : N ; - vestnikar_N : N ; - vestnikarski_A : A ; - vestnikarstvo_N : N ; - vestnikar_ch_e_N : N ; - vestnikoprodavec_N : N ; - vestnikoprodav_ch_e_N : N ; - vestni_ch_e_N : N ; - vestovoj_N : N ; - vestonosec_N : N ; - vest_ja_vam_V : V ; - vest_ja_vane_N : N ; - ves_ja__V : V ; - veteran_N : N ; - veterinar_N : N ; - veterinaren_A : A ; - veto_N : N ; - vetren_A : A ; - vetrec_N : N ; - vetre_ja__V : V ; - vetrilnik_N : N ; - vetrilo_N : N ; - vetriloobrazen_A : A ; - vetroval_N : N ; - vetrovit_A : A ; - vetrovitost_N : N ; - vetrogon_N : N ; - vetromer_N : N ; - vetropokazatel_N : N ; - vetrouporen_A : A ; - vetrohod_N : N ; - vetrohodec_N : N ; - vetrohodstvo_N : N ; - vetr_ja__V : V ; - vehna_V : V ; - veht_A : A ; - vehte_ja__V : V ; - vehtozaveten_A : A ; - vehtori_ja__N : N ; - vehto_sh_ar_N : N ; - vehto_sh_arski_A : A ; - ve_ch_en_A : A ; - ve_ch_er_N : N ; - ve_ch_eren_A : A ; - ve_ch_erinka_N : N ; - ve_ch_ernik_N : N ; - ve_ch_ernica_N : N ; - ve_ch_ern_ja__N : N ; - ve_ch_er_ja__N : N ; - ve_ch_er_ja_m_V : V ; - ve_ch_er_ja_ne_N : N ; - ve_ch_nozelen_A : A ; - ve_ch_nost_N : N ; - ve_sht__A : A ; - ve_sht_aene_N : N ; - ve_sht_atel_N : N ; - ve_sht_a_ja__V : V ; - ve_sht_evi_A : A ; - ve_sht_en_A : A ; - ve_sht_erica_N : N ; - ve_sht_estven_A : A ; - ve_sht_estvenost_N : N ; - ve_sht_estvo_N : N ; - ve_sht_ina_N : N ; - ve_sht_ica_N : N ; - ve_ja__V : V ; - ve_ja_vica_N : N ; - ve_ja_lka_N : N ; - ve_ja__ch_ka_N : N ; - v_zj_iv_ja_vam_V : V ; - v_zj_iv_ja_vane_N : N ; - vzaimen_A : A ; - vzaimnozavisim_A : A ; - vzaimnoizgoden_A : A ; - vzaimnost_N : N ; - vzaimovryzka_N : N ; - vzaimodejstvam_V : V ; - vzaimodejstvane_N : N ; - vzaimodejstvie_N : N ; - vzaimodejstvuvam_V : V ; - vzaimodejstvuvane_N : N ; - vzaimozavisim_A : A ; - vzaimozavisimost_N : N ; - vzaimozamen_ja_em_A : A ; - vzaimoizgoden_A : A ; - vzaimoizkl_iu__ch_va_sht__A : A ; - vzaimoosiguritelen_A : A ; - vzaimootno_sh_enie_N : N ; - vzaimopomo_sht__N : N ; - vzaimopory_ch_itel_N : N ; - vzaimorazbiratelstvo_N : N ; - vzaimospomagatelen_A : A ; - vzaimstvam_V : V ; - vzaimstvane_N : N ; - vzaimstvuvam_V : V ; - vzaimstvuvane_N : N ; - vzvod_N : N ; - vzvoden_A : A ; - vzemam_V : V ; - vzemane_N : N ; - vzidam_V : V ; - vzidane_N : N ; - vzi_zj_dam_V : V ; - vzi_zj_dane_N : N ; - vzimam_V : V ; - vzimane_N : N ; - vziram_V : V ; - vzirane_N : N ; - vziskatel_N : N ; - vziskatelen_A : A ; - vziskatelnost_N : N ; - vzlom_N : N ; - vzlomen_A : A ; - vzor_N : N ; - vzra_V : V ; - vzriv_N : N ; - vzrivatel_N : N ; - vzriven_A : A ; - vzrivobezopasen_A : A ; - vzrivoopasen_A : A ; - vzriv_ja_vam_V : V ; - vzriv_ja_vane_N : N ; - vz_ja_tka_N : N ; - vibrator_N : N ; - vibrafon_N : N ; - vibracionen_A : A ; - vibraci_ja__N : N ; - vibrion_N : N ; - vibriram_V : V ; - vibrirane_N : N ; - vibrobeton_N : N ; - vibrobetonen_A : A ; - vivarium_N : N ; - vivisekci_ja__N : N ; - vigvam_V : V ; - vid_N : N ; - videle_ja__V : V ; - videlina_N : N ; - viden_A : A ; - videnie_N : N ; - video_N : N ; - videoadapter_N : N ; - videobele_zj_nik_N : N ; - videovryzka_N : N ; - videodisplej_N : N ; - videoekran_N : N ; - videozapis_N : N ; - videozapisen_A : A ; - videoigra_N : N ; - videokamera_N : N ; - videokarta_N : N ; - videokaseta_N : N ; - videokontroler_N : N ; - videosenzoren_A : A ; - videosignal_N : N ; - videotelefon_N : N ; - videotelefoni_ja__N : N ; - videoterminal_N : N ; - videoterminalen_A : A ; - videouskoritel_N : N ; - videofajl_N : N ; - videofilm_N : N ; - videofon_N : N ; - videofonen_A : A ; - vidim_A : A ; - vidimost_N : N ; - vidiot_ja_vam_V : V ; - vidiot_ja_vane_N : N ; - vidov_A : A ; - vidoizmenenie_N : N ; - vidoizmen_ja_vam_V : V ; - vidoizmen_ja_vane_N : N ; - vidoizmen_ja_m_V : V ; - vidoizmen_ja_ne_N : N ; - vidra_N : N ; - vidrov_A : A ; - vid_ja__V : V ; - vielica_N : N ; - viene_N : N ; - vienski_A : A ; - vien_ch_anin_N : N ; - vien_ch_anka_N : N ; - vietnamec_N : N ; - vietnamski_A : A ; - vi_zj_dam_V : V ; - vi_zj_dane_N : N ; - viza_N : N ; - vizantiec_N : N ; - vizantijka_N : N ; - vizantijski_A : A ; - vizantijstvo_N : N ; - vizantij_sht_ina_N : N ; - vizantolog_N : N ; - vizantologi_ja__N : N ; - viziram_V : V ; - vizirane_N : N ; - vizita_N : N ; - vizitaci_ja__N : N ; - viziten_A : A ; - vizitiram_V : V ; - vizitirane_N : N ; - vizitka_N : N ; - vizitnik_N : N ; - vizitxor_N : N ; - vizov_A : A ; - vizon_N : N ; - vizualen_A : A ; - vizualizator_N : N ; - vizualizaci_ja__N : N ; - vizualiziram_V : V ; - vizualizirane_N : N ; - vizxor_N : N ; - vik_N : N ; - vikam_V : V ; - vikane_N : N ; - vikanica_N : N ; - vikarij_N : N ; - vika_ch__N : N ; - vikvam_V : V ; - vikvane_N : N ; - viking_N : N ; - vikingski_A : A ; - vikont_N : N ; - vikontesa_N : N ; - viktorianec_N : N ; - viktorianski_A : A ; - viktorina_N : N ; - vila_N : N ; - vilaet_N : N ; - vilaetski_A : A ; - vilica_N : N ; - vili_ch_ka_N : N ; - vilka_N : N ; - vilkoobrazen_A : A ; - vilneene_N : N ; - vilne_ja__V : V ; - viloobrazen_A : A ; - vime_N : N ; - vimest_A : A ; - vimpel_N : N ; - vina_N : N ; - vinar_N : N ; - vinarka_N : N ; - vinarski_A : A ; - vinarstvo_N : N ; - vinen_A : A ; - vineno_ch_erven_A : A ; - vinetka_N : N ; - vinitelen_A : A ; - vinkel_N : N ; - vinkelov_A : A ; - vino_N : N ; - vinovat_A : A ; - vinoven_A : A ; - vinovnik_N : N ; - vinovnica_N : N ; - vinovnost_N : N ; - vinoproizvoditel_N : N ; - vinoproizvoditelen_A : A ; - vinoproizvodstvo_N : N ; - vino_ch_erpec_N : N ; - vinpromski_A : A ; - vint_N : N ; - vintov_A : A ; - vintovka_N : N ; - vint_ch_e_N : N ; - vint_ja_ga_N : N ; - vint_ja__zj_en_A : A ; - vince_N : N ; - vin_ja__V : V ; - viola_N : N ; - violetka_N : N ; - violetov_A : A ; - violetovo_ch_erven_A : A ; - violinov_A : A ; - violonist_N : N ; - violonistka_N : N ; - violon_ch_elist_N : N ; - violon_ch_elistka_N : N ; - violon_ch_elo_N : N ; - vipusk_N : N ; - vipusnik_N : N ; - vir_N : N ; - vira_zj__N : N ; - virvam_V : V ; - virvane_N : N ; - vireene_N : N ; - vire_ja__V : V ; - virment_N : N ; - virnatost_N : N ; - viroglav_A : A ; - viroglavec_N : N ; - viroglavie_N : N ; - viroglavka_N : N ; - viroglavstvam_V : V ; - viroglavstvane_N : N ; - viroglavstvo_N : N ; - viroglav_sht_ina_N : N ; - virtualen_A : A ; - virtuoz_N : N ; - virtuozen_A : A ; - virtuozka_N : N ; - virtuoznost_N : N ; - virulenten_A : A ; - virulentnost_N : N ; - virus_N : N ; - virusen_A : A ; - virusologi_ja__N : N ; - vir_ja__V : V ; - vis_N : N ; - visvam_V : V ; - visvane_N : N ; - visene_N : N ; - visilka_N : N ; - visina_N : N ; - viskoza_N : N ; - viskozen_A : A ; - viskozitet_N : N ; - viskoznost_N : N ; - visna_V : V ; - visok_A : A ; - visoki_ch_yk_A : A ; - visokoblagorodie_N : N ; - visokovoltov_A : A ; - visokogovoritel_N : N ; - visokodogovar_ja__sht__A : A ; - visokokalori_ch_en_A : A ; - visokoka_ch_estven_A : A ; - visokoka_ch_estvenik_N : N ; - visokoka_ch_estvenost_N : N ; - visokokvalificiran_A : A ; - visokomer_N : N ; - visokomeren_A : A ; - visokomerie_N : N ; - visokometyr_N : N ; - visokomoralen_A : A ; - visokonaporen_A : A ; - visokonraven_A : A ; - visokonravie_N : N ; - visokonravstven_A : A ; - visokonravstvenost_N : N ; - visokoobrazovan_A : A ; - visokoparen_A : A ; - visokoparnost_N : N ; - visokoplaninski_A : A ; - visokoplaten_A : A ; - visokopodstrigan_A : A ; - visokopostaven_A : A ; - visokoprevyzhoditelstvo_N : N ; - visokopreosve_sht_en_A : A ; - visokopreosve_sht_enstvo_N : N ; - visokoproduktiven_A : A ; - visokoproizvoditelen_A : A ; - visokoradioaktiven_A : A ; - visokorazvit_A : A ; - visokosen_A : A ; - visokoskorosten_A : A ; - visokosteblen_A : A ; - visokouva_zj_avan_A : A ; - visokoholesterolen_A : A ; - visoko_ch_estoten_A : A ; - visoko_ch_uvstvitelen_A : A ; - visota_N : N ; - viso_ch_aj_sh__A : A ; - viso_ch_estvo_N : N ; - viso_ch_ina_N : N ; - viso_ch_inen_A : A ; - viso_ch_yk_A : A ; - visulka_N : N ; - visceralen_A : A ; - vis_sh__A : A ; - vis_sh_esto_ja__sht__A : A ; - vis_sh_ist_N : N ; - vis_sh_istka_N : N ; - vitaene_N : N ; - vitalen_A : A ; - vitalizym_N : N ; - vitamin_N : N ; - vitaminen_A : A ; - vitaminozen_A : A ; - vita_ja__V : V ; - vitijstvo_N : N ; - vitlo_N : N ; - vitlov_A : A ; - vitloobrazen_A : A ; - vitorog_A : A ; - vitrina_N : N ; - vitrinen_A : A ; - vitriol_N : N ; - vihren_A : A ; - vihrenost_N : N ; - vihrov_A : A ; - vihrovakum_N : N ; - vihroobrazen_A : A ; - vihru_sh_ka_N : N ; - vihyr_N : N ; - vic_N : N ; - vice_N : N ; - viceadmiral_N : N ; - vicegubernator_N : N ; - vicekancler_N : N ; - vicekonsul_N : N ; - vicekral_N : N ; - vicekralski_A : A ; - viceprezident_N : N ; - vi_sh_eglasie_N : N ; - vi_sh_esto_ja__sht__A : A ; - vi_sh_istka_N : N ; - vi_sh_na_N : N ; - vi_sh_nev_A : A ; - vi_sh_nevo_ch_erven_A : A ; - vi_sh_nen_A : A ; - vi_sh_neno_ch_erven_A : A ; - vi_sh_nov_A : A ; - vi_sh_novka_N : N ; - vi_sh_n_ja__N : N ; - vi_ja__V : V ; - vkamenelost_N : N ; - vkamenen_A : A ; - vkamenenost_N : N ; - vkamen_ja_vam_V : V ; - vkamen_ja_vane_N : N ; - vkarvam_V : V ; - vkarvane_N : N ; - vkisvam_V : V ; - vkisvane_N : N ; - vkisel_ja_vam_V : V ; - vkisel_ja_vane_N : N ; - vkle_sht_vam_V : V ; - vkle_sht_vane_N : N ; - vkl_iu__ch_vam_V : V ; - vkl_iu__ch_vane_N : N ; - vkl_iu__ch_vatelen_A : A ; - vkl_iu__ch_en_A : A ; - vkovavam_V : V ; - vkovavane_N : N ; - vkokal_ja_vam_V : V ; - vkokal_ja_vane_N : N ; - vkopavam_V : V ; - vkopavane_N : N ; - vkop_ch_vam_V : V ; - vkop_ch_vane_N : N ; - vkorav_ja_vam_V : V ; - vkorav_ja_vane_N : N ; - vkorenenost_N : N ; - vkoren_ja_vam_V : V ; - vkoren_ja_vane_N : N ; - vkosten_ja_vam_V : V ; - vkosten_ja_vane_N : N ; - vko_ch_anenost_N : N ; - vko_ch_ane_ja__V : V ; - vko_ch_an_ja_vam_V : V ; - vko_ch_an_ja_vane_N : N ; - vko_ch_an_ja_sane_N : N ; - vko_ch_an_ja_svam_V : V ; - vko_ch_an_ja_svane_N : N ; - vkus_N : N ; - vkusvam_V : V ; - vkusvane_N : N ; - vkusen_A : A ; - vkusov_A : A ; - vkusoti_ja__N : N ; - vlaga_N : N ; - vlagali_sht_e_N : N ; - vlagali_sht_en_A : A ; - vlagam_V : V ; - vlagane_N : N ; - vlagomer_N : N ; - vladajski_A : A ; - vladeene_N : N ; - vladelec_N : N ; - vladel_ch_eski_A : A ; - vladenie_N : N ; - vladetel_N : N ; - vladetelka_N : N ; - vladetelski_A : A ; - vlade_ja__V : V ; - vladika_N : N ; - vladi_ch_estvam_V : V ; - vladi_ch_estvane_N : N ; - vladi_ch_estvo_N : N ; - vladi_sh_ki_A : A ; - vla_zj_en_A : A ; - vla_zj_ne_ja__V : V ; - vla_zj_nost_N : N ; - vlak_N : N ; - vlaka_N : N ; - vlaknen_A : A ; - vlaknest_A : A ; - vlakno_N : N ; - vlaknoviden_A : A ; - vlaknodaen_A : A ; - vlakov_A : A ; - vlak_ch_e_N : N ; - vlakynce_N : N ; - vlas_N : N ; - vlasat_A : A ; - vlasenica_N : N ; - vlasest_A : A ; - vlasinka_N : N ; - vlast_N : N ; - vlastvam_V : V ; - vlastvane_N : N ; - vlastva_sht__A : A ; - vlastvuvam_V : V ; - vlastvuvane_N : N ; - vlastvuva_sht__A : A ; - vlastelin_N : N ; - vlasten_A : A ; - vlastitel_N : N ; - vlastitelka_N : N ; - vlastnik_N : N ; - vlastnica_N : N ; - vlastni_ch_eski_A : A ; - vlastodyr_zj_ec_N : N ; - vlastol_iu_bec_N : N ; - vlastol_iu_biv_A : A ; - vlastol_iu_bie_N : N ; - vlah_N : N ; - vla_ch_a_V : V ; - vla_ch_ene_N : N ; - vla_sh_ki_A : A ; - vleden_ja_vam_V : V ; - vleden_ja_vane_N : N ; - vled_ja__V : V ; - vlezna_V : V ; - vlek_N : N ; - vleka_V : V ; - vleka_ch__N : N ; - vlet_ja_vam_V : V ; - vlet_ja_vane_N : N ; - vle_ch_enie_N : N ; - vle_ch_ugo_N : N ; - vle_ch_ugoiden_A : A ; - vle_ja__V : V ; - vlivam_V : V ; - vlivane_N : N ; - vlizam_V : V ; - vlizane_N : N ; - vlitam_V : V ; - vlitane_N : N ; - vli_ja_nie_N : N ; - vli_ja_telen_A : A ; - vli_ja__ja__V : V ; - vlog_N : N ; - vlogov_A : A ; - vlo_zj_enie_N : N ; - vlo_zj_itel_N : N ; - vlo_zj_itelka_N : N ; - vlo_sh_avam_V : V ; - vlo_sh_avane_N : N ; - vlud_ja_vam_V : V ; - vlyhva_N : N ; - vl_iu_bvam_V : V ; - vl_iu_bvane_N : N ; - vl_iu_ben_A : A ; - vl_iu_benost_N : N ; - vl_iu_b_ch_iv_A : A ; - vl_iu_b_ch_ivost_N : N ; - vl_ja_za_V : V ; - vmania_ch_avam_V : V ; - vmania_ch_vam_V : V ; - vmania_ch_vane_N : N ; - vmania_ch_enost_N : N ; - vmen_ja_vam_V : V ; - vmen_ja_vane_N : N ; - vmen_ja_em_A : A ; - vmen_ja_emost_N : N ; - vmesvam_V : V ; - vmesvane_N : N ; - vmestvam_V : V ; - vmestvane_N : N ; - vmestili_sht_e_N : N ; - vmestimost_N : N ; - vmeta_V : V ; - vmetna_V : V ; - vme_sh_atelstvo_N : N ; - vmirisvam_V : V ; - vmirisvane_N : N ; - vmykvam_V : V ; - vmykvane_N : N ; - vm_ja_tam_V : V ; - vm_ja_tane_N : N ; - vnas_ja_m_V : V ; - vnas_ja_ne_N : N ; - vnedr_ja_vam_V : V ; - vnedr_ja_vane_N : N ; - vnezapen_A : A ; - vnezapnost_N : N ; - vnesa_V : V ; - vnikvam_V : V ; - vnikvane_N : N ; - vnimavam_V : V ; - vnimavane_N : N ; - vnimanie_N : N ; - vnimatelen_A : A ; - vnimatelnost_N : N ; - vnos_N : N ; - vnosen_A : A ; - vnositel_N : N ; - vnositelka_N : N ; - vnoska_N : N ; - vnuk_N : N ; - vnu_ch_e_N : N ; - vnu_ch_ka_N : N ; - vnu_sh_avam_V : V ; - vnu_sh_avane_N : N ; - vnu_sh_aemost_N : N ; - vnu_sh_enie_N : N ; - vnu_sh_itelen_A : A ; - vnu_sh_itelnost_N : N ; - voajor_N : N ; - voajorstvo_N : N ; - voal_N : N ; - voala_zj_en_A : A ; - voaletka_N : N ; - voaliram_V : V ; - voalirane_N : N ; - voda_N : N ; - voda_ch__N : N ; - voda_ch_estvo_N : N ; - voda_ch_ka_N : N ; - vodevil_N : N ; - vodevilen_A : A ; - voden_A : A ; - vodene_N : N ; - vodenica_N : N ; - vodeni_ch_ar_N : N ; - vodeni_ch_arka_N : N ; - vodeni_ch_arski_A : A ; - vodeni_ch_en_A : A ; - vodeni_ch_ka_N : N ; - vode_sht__A : A ; - voditel_N : N ; - voditelka_N : N ; - voditelstvo_N : N ; - vodica_N : N ; - vodka_N : N ; - vodnik_N : N ; - vodnist_A : A ; - vodnoelektri_ch_eski_A : A ; - vodnosilov_A : A ; - vodnocveten_A : A ; - vodovyrte_zj__N : N ; - vododel_N : N ; - vodoem_N : N ; - vodoza_sht_iten_A : A ; - vodoizmervatelen_A : A ; - vodoizmestimost_N : N ; - vodoizpuskatel_N : N ; - vodolaz_N : N ; - vodolazen_A : A ; - vodolej_N : N ; - vodole_ch_eben_A : A ; - vodole_ch_enie_N : N ; - vodolini_ja__N : N ; - vodomer_N : N ; - vodomeren_A : A ; - vodonaporen_A : A ; - vodonepronicaem_A : A ; - vodonosa_ch__N : N ; - vodootvod_N : N ; - vodootvoden_A : A ; - vodootliven_A : A ; - vodoo_ch_istitelen_A : A ; - vodopad_N : N ; - vodopoj_N : N ; - vodopokazatel_N : N ; - vodoprovod_N : N ; - vodoprovoden_A : A ; - vodoprovod_ch_ik_N : N ; - vodoraven_A : A ; - vodorazdel_N : N ; - vodoraslen_A : A ; - vodoraslo_N : N ; - vodorod_N : N ; - vodoroden_A : A ; - vodosboren_A : A ; - vodoskok_N : N ; - vodosnabden_A : A ; - vodosnabd_ja_vam_V : V ; - vodosnabd_ja_vane_N : N ; - vodostok_N : N ; - vodosto_ch_en_A : A ; - vodostroitelstvo_N : N ; - vodostruen_A : A ; - vodosybiratelen_A : A ; - vodoudyr_zj_ane_N : N ; - vodoustoj_ch_ivost_N : N ; - vodohranili_sht_e_N : N ; - vod_ja__V : V ; - voevoda_N : N ; - voevodstvo_N : N ; - voena_ch_alnik_N : N ; - voenen_A : A ; - voennovremenen_A : A ; - voennovyzdu_sh_en_A : A ; - voennoinvalid_N : N ; - voennokomanduva_sht__A : A ; - voennomorski_A : A ; - voennopleni_ch_eski_A : A ; - voennoplennik_N : N ; - voennopolevi_A : A ; - voennopoliti_ch_eski_A : A ; - voennoprestypnik_N : N ; - voennoslu_zj_e_sht__A : A ; - voennosydeben_A : A ; - voennotopografski_A : A ; - voen_sht_ina_N : N ; - vo_zj_d_N : N ; - voza_ch__N : N ; - vozene_N : N ; - vozilo_N : N ; - voz_ja__V : V ; - voin_N : N ; - voi_sht_e_N : N ; - voj_N : N ; - vojvoda_N : N ; - vojn_N : N ; - vojna_N : N ; - vojnik_N : N ; - vojniklyk_N : N ; - vojni_ch_e_N : N ; - vojni_sh_ki_A : A ; - vojnol_iu_bec_N : N ; - vojnol_iu_biv_A : A ; - vojnol_iu_bie_N : N ; - vojnstven_A : A ; - vojnstvenost_N : N ; - vojnstvo_N : N ; - vojska_N : N ; - vojskovi_A : A ; - vokabula_N : N ; - vokal_N : N ; - vokalen_A : A ; - vokalizaci_ja__N : N ; - vokaliziram_V : V ; - vokalizym_N : N ; - voksel_N : N ; - vol_N : N ; - volan_N : N ; - volarski_A : A ; - volev_A : A ; - volevi_A : A ; - volevost_N : N ; - volejbol_N : N ; - volejbolen_A : A ; - volejbolist_N : N ; - volejbolistka_N : N ; - volen_A : A ; - volnodumen_A : A ; - volnodumec_N : N ; - volnonaemen_A : A ; - volnost_N : N ; - volovar_N : N ; - volovarka_N : N ; - volovski_A : A ; - volski_A : A ; - volt_N : N ; - volta_zj__N : N ; - voltamper_N : N ; - volterianec_N : N ; - volterianski_A : A ; - voltmetyr_N : N ; - voltov_A : A ; - volfram_N : N ; - volframov_A : A ; - vol_ja__N : N ; - vone_sht__A : A ; - vone_sht_ica_N : N ; - vone_ja__V : V ; - von_ja__V : V ; - vopyl_N : N ; - vosyk_N : N ; - vosy_ch_en_A : A ; - vot_N : N ; - vo_sht_enica_N : N ; - vo_iu_vam_V : V ; - vo_iu_vane_N : N ; - vpervam_V : V ; - vpervane_N : N ; - vperen_A : A ; - vper_ja_m_V : V ; - vper_ja_ne_N : N ; - vpe_ch_atlenie_N : N ; - vpe_ch_atlitelen_A : A ; - vpe_ch_atlitelnost_N : N ; - vpe_ch_atl_ja_vam_V : V ; - vpe_ch_atl_ja_vane_N : N ; - vpivam_V : V ; - vpivane_N : N ; - vpisvam_V : V ; - vpisvane_N : N ; - vplitam_V : V ; - vplitane_N : N ; - vpregaten_A : A ; - vpreda_V : V ; - vprim_ch_vam_V : V ; - vprim_ch_vane_N : N ; - vpryskane_N : N ; - vpryskvam_V : V ; - vpryskvane_N : N ; - vpr_ja_g_N : N ; - vpr_ja_gam_V : V ; - vpr_ja_gane_N : N ; - vpuskam_V : V ; - vpuskane_N : N ; - vpu_sht_am_V : V ; - vpyhvam_V : V ; - vpyhvane_N : N ; - vra_V : V ; - vrabec_N : N ; - vrab_ch_e_N : N ; - vrab_ch_i_A : A ; - vrab_ch_ov_A : A ; - vrag_N : N ; - vra_zj_alec_N : N ; - vra_zj_da_N : N ; - vra_zj_deben_A : A ; - vra_zj_debnost_N : N ; - vra_zj_duvam_V : V ; - vra_zj_duvane_N : N ; - vra_zj_eski_A : A ; - vrazumitelen_A : A ; - vrazum_ja_vam_V : V ; - vrazum_ja_vane_N : N ; - vran_A : A ; - vrana_N : N ; - vrasna_V : V ; - vrastvam_V : V ; - vrastvane_N : N ; - vrat_N : N ; - vrata_N : N ; - vratar_N : N ; - vratarka_N : N ; - vraten_A : A ; - vrati_ch_ka_N : N ; - vratnik_N : N ; - vratnica_N : N ; - vratn_ja__N : N ; - vratovryzka_N : N ; - vra_ch__N : N ; - vra_ch_ka_N : N ; - vra_ch_uvam_V : V ; - vra_ch_uvane_N : N ; - vreda_N : N ; - vreden_A : A ; - vreditel_N : N ; - vreditelen_A : A ; - vreditelski_A : A ; - vreditelstvo_N : N ; - vrednost_N : N ; - vred_ja__V : V ; - vre_zj_dam_V : V ; - vre_zj_dane_N : N ; - vreka_V : V ; - vreme_N : N ; - vremevi_A : A ; - vremenen_A : A ; - vremennost_N : N ; - vremeprostranstven_A : A ; - vremetraene_N : N ; - vrene_N : N ; - vreskalo_N : N ; - vresna_V : V ; - vretenar_N : N ; - vretenarka_N : N ; - vreteno_N : N ; - vretenoviden_A : A ; - vretenoobrazen_A : A ; - vreten_ja_vam_V : V ; - vreten_ja_vane_N : N ; - vre_sht_ene_N : N ; - vre_sht__ja__V : V ; - vri_ch_am_V : V ; - vri_ch_ane_N : N ; - vroden_A : A ; - vrodenost_N : N ; - vrod_ja__V : V ; - vryv_N : N ; - vryv_ch_ica_N : N ; - vryzvam_V : V ; - vryzvane_N : N ; - vryzva_ch__N : N ; - vryzva_ch_ka_N : N ; - vryzka_N : N ; - vrynkalo_N : N ; - vrynkam_V : V ; - vrynkane_N : N ; - vrystnik_N : N ; - vrystnica_N : N ; - vrytvam_V : V ; - vrytvane_N : N ; - vrytn_ja__N : N ; - vryh_N : N ; - vryhen_A : A ; - vryhlet_ja_vam_V : V ; - vryhlet_ja_vane_N : N ; - vryhlitam_V : V ; - vryhlitane_N : N ; - vryhnina_N : N ; - vryh_ch_e_N : N ; - vrycvam_V : V ; - vrycvane_N : N ; - vryckam_V : V ; - vryckane_N : N ; - vry_ch_vam_V : V ; - vry_ch_vane_N : N ; - vry_sh_ki_A : A ; - vry_sh_nik_N : N ; - vry_sht_am_V : V ; - vry_sht_ane_N : N ; - vr_ja__V : V ; - vr_ja_va_N : N ; - vr_ja_zan_A : A ; - vr_ja_zvam_V : V ; - vr_ja_zvane_N : N ; - vr_ja_kam_V : V ; - vr_ja_kane_N : N ; - vr_ja_l_A : A ; - vr_ja_skam_V : V ; - vr_ja_skane_N : N ; - vr_ja_syk_N : N ; - vsa_zj_dam_V : V ; - vsa_zj_dane_N : N ; - vseblag_A : A ; - vsebylgarski_A : A ; - vseve_ch_en_A : A ; - vsevi_zj_da_sht__A : A ; - vsevi_sh_en_A : A ; - vsevlasten_A : A ; - vsevyzmo_zj_en_A : A ; - vsedyr_zj_itel_N : N ; - vseznaen_A : A ; - vseznae_sht__A : A ; - vseznajko_N : N ; - vseznanie_N : N ; - vseizvesten_A : A ; - vseizvestnost_N : N ; - vseka_V : V ; - vsekidneven_A : A ; - vsekidnevie_N : N ; - vsekidnevnik_N : N ; - vseki_ch_asen_A : A ; - vselena_N : N ; - vselenski_A : A ; - vsel_ja_vam_V : V ; - vsel_ja_vane_N : N ; - vsemeren_A : A ; - vsemir_N : N ; - vsemiren_A : A ; - vsemogy_sht__A : A ; - vsemogy_sht_estvo_N : N ; - vsemo_sht_en_A : A ; - vsemydyr_A : A ; - vsenaroden_A : A ; - vseno_sht_en_A : A ; - vseobemen_A : A ; - vseobladava_sht__A : A ; - vseobhvaten_A : A ; - vseobhvatnost_N : N ; - vseobhva_sht_a_sht__A : A ; - vseob_sht__A : A ; - vseob_sht_nost_N : N ; - vseopro_sht_enie_N : N ; - vseoslu_sh_anie_N : N ; - vseotdaden_A : A ; - vseotdaen_A : A ; - vseotdajnost_N : N ; - vsepobe_zj_dava_sht__A : A ; - vsepogly_sht_a_sht_i_ja__N : N ; - vsepriznat_A : A ; - vsepronikva_sht__A : A ; - vserusijski_A : A ; - vsesvetski_A : A ; - vsesilen_A : A ; - vseslaven_A : A ; - vseslav_ja_nski_A : A ; - vsestranen_A : A ; - vsestrannost_N : N ; - vsesy_iu_zen_A : A ; - vsec_ja_l_A : A ; - vse_ja__V : V ; - vse_ja_den_A : A ; - vse_ja_dstvo_N : N ; - vsi_ch_am_V : V ; - vsi_ch_ane_N : N ; - vslu_sh_am_V : V ; - vslu_sh_vam_V : V ; - vslu_sh_vane_N : N ; - vsmrykvam_V : V ; - vsmrykvane_N : N ; - vsmukan_A : A ; - vsmukatelen_A : A ; - vsmukvam_V : V ; - vsmukvane_N : N ; - vsmu_ch_a_V : V ; - vsmyrd_ja_vam_V : V ; - vsmyrd_ja_vane_N : N ; - vstavka_N : N ; - vstrast_ja_vam_V : V ; - vstrast_ja_vane_N : N ; - vstypvam_V : V ; - vstypvane_N : N ; - vstypitelen_A : A ; - vstyplenie_N : N ; - vstyp_ja_m_V : V ; - vs_ja_vam_V : V ; - vs_ja_koga_sh_en_A : A ; - vtalen_A : A ; - vtal_ja_vam_V : V ; - vtasvam_V : V ; - vtasvane_N : N ; - vtvyrdenost_N : N ; - vtvyrditel_N : N ; - vtvyrd_ja_vam_V : V ; - vtvyrd_ja_vane_N : N ; - vtel_ja_vam_V : V ; - vtel_ja_vane_N : N ; - vte_ch_n_ja_vam_V : V ; - vte_ch_n_ja_vane_N : N ; - vtikam_V : V ; - vtikane_N : N ; - vtikvam_V : V ; - vtikvane_N : N ; - vti_ch_am_V : V ; - vti_ch_ane_N : N ; - vtora_ch_vam_V : V ; - vtora_ch_vane_N : N ; - vtori_ch_en_A : A ; - vtornik_N : N ; - vtorobra_ch_en_A : A ; - vtorogodi_sh_en_A : A ; - vtoro_zj_enec_N : N ; - vtoroka_ch_estven_A : A ; - vtoroklasen_A : A ; - vtoroklasnik_N : N ; - vtoroklasnica_N : N ; - vtorokursnik_N : N ; - vtorokursnica_N : N ; - vtororazreden_A : A ; - vtorostepenen_A : A ; - vtorostepennost_N : N ; - vtren_ch_vam_V : V ; - vtren_ch_vane_N : N ; - vtren_ch_en_A : A ; - vtren_ch_enost_N : N ; - vtresa_V : V ; - vtre_sht_vam_V : V ; - vtre_sht_vane_N : N ; - vtre_sht_en_A : A ; - vtre_sht__ja_vam_V : V ; - vtre_sht__ja_vane_N : N ; - vtrivam_V : V ; - vtrivane_N : N ; - vtrisam_V : V ; - vtrisane_N : N ; - vtrysvam_V : V ; - vtrysvane_N : N ; - vtulka_N : N ; - vtulkov_A : A ; - vturvam_V : V ; - vturvane_N : N ; - vtykavam_V : V ; - vtykavane_N : N ; - vtykvam_V : V ; - vtykvane_N : N ; - vtylp_ja_vam_V : V ; - vtylp_ja_vane_N : N ; - vuz_N : N ; - vujna_N : N ; - vuj_ch_o_N : N ; - vuj_ch_ov_A : A ; - vulgaren_A : A ; - vulgarizaci_ja__N : N ; - vulgariziram_V : V ; - vulgarizirane_N : N ; - vulgarizym_N : N ; - vulgarnost_N : N ; - vulinka_N : N ; - vulkan_N : N ; - vulkanizator_N : N ; - vulkanizaci_ja__N : N ; - vulkaniziram_V : V ; - vulkanizirane_N : N ; - vulkani_ch_en_A : A ; - vulkani_ch_eski_A : A ; - vunderkind_N : N ; - vhod_N : N ; - vhoden_A : A ; - vhodnik_N : N ; - vhodov_A : A ; - vhod_ja__sht__A : A ; - vcepenen_A : A ; - vcepenenie_N : N ; - vcepenenost_N : N ; - vcepene_ja__V : V ; - vcepen_ja_vam_V : V ; - vcepen_ja_vane_N : N ; - v_ch_epkvam_V : V ; - v_ch_epkvane_N : N ; - v_ch_era_sh_en_A : A ; - v_ch_esvam_V : V ; - v_ch_esvane_N : N ; - v_ch_eta_V : V ; - v_ch_ove_ch_avam_V : V ; - v_ch_ove_ch_avane_N : N ; - v_ch_ove_ch_en_A : A ; - v_sh_ivam_V : V ; - v_sh_ivane_N : N ; - vyvedenie_N : N ; - vyveditelen_A : A ; - vyve_zj_dam_V : V ; - vyve_zj_dane_N : N ; - vyviram_V : V ; - vyvirane_N : N ; - vyvli_ch_am_V : V ; - vyvli_ch_ane_N : N ; - vyvoditelen_A : A ; - vyvone_ja__V : V ; - vyvon_ja_vam_V : V ; - vyvon_ja_vane_N : N ; - vyglevodorod_N : N ; - vygledvuokis_N : N ; - vygledobiv_N : N ; - vyglekopa_ch__N : N ; - vyglen_A : A ; - vygleno_ch_eren_A : A ; - vyglerod_N : N ; - vygleroden_A : A ; - vyglehidrat_N : N ; - vygli_sht_a_N : N ; - vygli_sht_ar_N : N ; - vygli_sht_en_A : A ; - vydvor_ja_vam_V : V ; - vydvor_ja_vane_N : N ; - vydica_N : N ; - vydi_ch_ar_N : N ; - vydi_ch_arski_A : A ; - vydi_ch_arstvo_N : N ; - vydi_ch_ka_N : N ; - vyd_ja__V : V ; - vy_zj_ar_N : N ; - vy_zj_arski_A : A ; - vy_zj_delen_A : A ; - vy_zj_delenie_N : N ; - vy_zj_e_N : N ; - vy_zj_eigra_ch__N : N ; - vy_zj_eigra_ch_estvo_N : N ; - vy_zj_eigra_ch_ka_N : N ; - vy_zj_en_A : A ; - vy_zj_ence_N : N ; - vyzbled_A : A ; - vyzbleden_A : A ; - vyzbrana_N : N ; - vyzbuda_N : N ; - vyzbuden_A : A ; - vyzbudenost_N : N ; - vyzbudimost_N : N ; - vyzbuditel_N : N ; - vyzbuditelen_A : A ; - vyzbuditelnost_N : N ; - vyzbu_zj_dam_V : V ; - vyzbu_zj_dane_N : N ; - vyzbu_zj_denie_N : N ; - vyzbuntuvam_V : V ; - vyzbuntuvane_N : N ; - vyzb_ja_l_A : A ; - vyzvanie_N : N ; - vyzvar_ja_vam_V : V ; - vyzvar_ja_vane_N : N ; - vyzveda_V : V ; - vyzveli_ch_avam_V : V ; - vyzveli_ch_avane_N : N ; - vyzvestitel_N : N ; - vyzvest_ja_vam_V : V ; - vyzvest_ja_vane_N : N ; - vyzvivam_V : V ; - vyzvivane_N : N ; - vyzviram_V : V ; - vyzvirane_N : N ; - vyzvisok_A : A ; - vyzvis_ja_vam_V : V ; - vyzvis_ja_vane_N : N ; - vyzvi_sh_avam_V : V ; - vyzvi_sh_avane_N : N ; - vyzvi_sh_en_A : A ; - vyzvi_sh_enie_N : N ; - vyzvi_sh_enost_N : N ; - vyzvrat_N : N ; - vyzvraten_A : A ; - vyzvratim_A : A ; - vyzvra_sht_aemost_N : N ; - vyzvry_sht_aem_A : A ; - vyzvry_sht_am_V : V ; - vyzvry_sht_ane_N : N ; - vyzvyrna_V : V ; - vyzglavnica_N : N ; - vyzglavni_ch_ka_N : N ; - vyzglav_ja_vam_V : V ; - vyzglav_ja_vane_N : N ; - vyzglas_N : N ; - vyzglas_ja_vam_V : V ; - vyzglas_ja_vane_N : N ; - vyzglas_ja_m_V : V ; - vyzglas_ja_ne_N : N ; - vyzgled_N : N ; - vyzglupav_A : A ; - vyzgolem_ja_vam_V : V ; - vyzgolem_ja_vane_N : N ; - vyzgol_ja_m_A : A ; - vyzgord_ja_vam_V : V ; - vyzgord_ja_vane_N : N ; - vyzgor_ch_iv_A : A ; - vyzdam_V : V ; - vyzdebel_A : A ; - vyzdebeli_ch_yk_A : A ; - vyzdejstvam_V : V ; - vyzdejstvane_N : N ; - vyzdejstvie_N : N ; - vyzdejstvuvam_V : V ; - vyzdejstvuvane_N : N ; - vyzdigam_V : V ; - vyzdigane_N : N ; - vyzdihanie_N : N ; - vyzdi_sh_am_V : V ; - vyzdi_sh_ane_N : N ; - vyzdi_sh_ka_N : N ; - vyzdreben_A : A ; - vyzduh_N : N ; - vyzduholet_N : N ; - vyzduholetene_N : N ; - vyzduhol_iu_biv_A : A ; - vyzduhoobrazen_A : A ; - vyzduhoplavane_N : N ; - vyzduhoplavatel_N : N ; - vyzduhoplavatelen_A : A ; - vyzduhopodavane_N : N ; - vyzduhoprovod_N : N ; - vyzdu_sh_en_A : A ; - vyzdu_sh_nodesanten_A : A ; - vyzdu_sh_noreaktiven_A : A ; - vyzdylyg_A : A ; - vyzdyr_zj_am_V : V ; - vyzdyr_zj_an_A : A ; - vyzdyr_zj_ane_N : N ; - vyzdyr_zj_anie_N : N ; - vyzdyr_zj_anost_N : N ; - vyzdyr_zj_atel_N : N ; - vyzdyr_zj_atelen_A : A ; - vyzdyr_zj_atelka_N : N ; - vyzdyhvam_V : V ; - vyzdyhvane_N : N ; - vyzel_N : N ; - vyz_zj_ylt_A : A ; - vyzzelen_A : A ; - vyzzemam_V : V ; - vyzkaf_ja_v_A : A ; - vyzka_ch_vam_V : V ; - vyzka_ch_vane_N : N ; - vyzkisel_A : A ; - vyzklik_N : N ; - vyzklikvam_V : V ; - vyzklikvane_N : N ; - vyzklicavam_V : V ; - vyzklicavane_N : N ; - vyzklicanie_N : N ; - vyzklicatelen_A : A ; - vyzkresenie_N : N ; - vyzkresitelka_N : N ; - vyzkres_ja_vam_V : V ; - vyzkres_ja_vane_N : N ; - vyzkrysvam_V : V ; - vyzkrysvane_N : N ; - vyzkys_A : A ; - vyzlagam_V : V ; - vyzlagane_N : N ; - vyzlegnal_A : A ; - vyzlest_A : A ; - vyzlizam_V : V ; - vyzlizane_N : N ; - vyzli_ja_nie_N : N ; - vyzlov_A : A ; - vyzlovat_A : A ; - vyzl_iu_bvam_V : V ; - vyzl_iu_bvane_N : N ; - vyzl_iu_blen_A : A ; - vyzmalyk_A : A ; - vyzmezdie_N : N ; - vyzmezd_ja_vam_V : V ; - vyzmezd_ja_vane_N : N ; - vyzme_ch_ta_ja__V : V ; - vyzmogvam_V : V ; - vyzmogvane_N : N ; - vyzmo_zj_en_A : A ; - vyzmo_zj_nost_N : N ; - vyzmorav_A : A ; - vyzmuten_A : A ; - vyzmutitelen_A : A ; - vyzmu_sht_avam_V : V ; - vyzmu_sht_avane_N : N ; - vyzmu_sht_enie_N : N ; - vyzmy_zj_avam_V : V ; - vyzmy_zj_avane_N : N ; - vyzmy_zj_alost_N : N ; - vyznagra_zj_davam_V : V ; - vyznagra_zj_davane_N : N ; - vyznagra_zj_denie_N : N ; - vyznak_N : N ; - vyznamer_ja_vam_V : V ; - vyznamer_ja_vane_N : N ; - vyznas_ja_m_V : V ; - vyznas_ja_ne_N : N ; - vyznegoduvam_V : V ; - vyznegoduvane_N : N ; - vyznegoduvanie_N : N ; - vyznesenie_N : N ; - vyznikvam_V : V ; - vyznikvane_N : N ; - vyznisyk_A : A ; - vyzobnoven_A : A ; - vyzobnovitel_N : N ; - vyzobnovitelen_A : A ; - vyzobnovlenie_N : N ; - vyzobnov_ja_vam_V : V ; - vyzobnov_ja_vane_N : N ; - vyzobnov_ja_em_A : A ; - vyzpalen_A : A ; - vyzpalenie_N : N ; - vyzpalitelen_A : A ; - vyzpal_ja_vam_V : V ; - vyzpal_ja_vane_N : N ; - vyzpiram_V : V ; - vyzpirane_N : N ; - vyzpitavam_V : V ; - vyzpitavane_N : N ; - vyzpitane_N : N ; - vyzpitanie_N : N ; - vyzpitanik_N : N ; - vyzpitanica_N : N ; - vyzpitani_ch_ka_N : N ; - vyzpitatel_N : N ; - vyzpitatelen_A : A ; - vyzpitatelka_N : N ; - vyzplamenim_A : A ; - vyzplamenimost_N : N ; - vyzplamenitel_N : N ; - vyzplamenitelen_A : A ; - vyzplamen_ja_vam_V : V ; - vyzplamen_ja_vane_N : N ; - vyzplamen_ja_em_A : A ; - vyzplamen_ja_emost_N : N ; - vyzpolzvam_V : V ; - vyzpolzvane_N : N ; - vyzpolzuvam_V : V ; - vyzpolzuvane_N : N ; - vyzpomenavam_V : V ; - vyzpomenavane_N : N ; - vyzpomenanie_N : N ; - vyzpomenatelen_A : A ; - vyzpominanie_N : N ; - vyzprav_ja_m_V : V ; - vyzprav_ja_ne_N : N ; - vyzprep_ja_tstvam_V : V ; - vyzprep_ja_tstvane_N : N ; - vyzprep_ja_tstvie_N : N ; - vyzprep_ja_tstvuvam_V : V ; - vyzprep_ja_tstvuvane_N : N ; - vyzpriemam_V : V ; - vyzpriemane_N : N ; - vyzpriemliv_A : A ; - vyzpriem_ch_iv_A : A ; - vyzpriem_ch_ivost_N : N ; - vyzpriet_A : A ; - vyzpri_ja_tie_N : N ; - vyzproizve_zj_dam_V : V ; - vyzproizve_zj_dane_N : N ; - vyzproizvodim_A : A ; - vyzproizvodimost_N : N ; - vyzproizvoditel_N : N ; - vyzproizvoditelen_A : A ; - vyzproizvodstvo_N : N ; - vyzprotivitelen_A : A ; - vyzprotiv_ja_vam_V : V ; - vyzprotiv_ja_vane_N : N ; - vyzpylen_A : A ; - vyzpylni_ch_yk_A : A ; - vyzp_ja_vam_V : V ; - vyzp_ja_vane_N : N ; - vyzp_ja_n_A : A ; - vyzradvam_V : V ; - vyzradvane_N : N ; - vyzra_zj_dam_V : V ; - vyzra_zj_dane_N : N ; - vyzra_zj_enie_N : N ; - vyzraz_ja_vam_V : V ; - vyzraz_ja_vane_N : N ; - vyzrast_N : N ; - vyzrasten_A : A ; - vyzrastov_A : A ; - vyzroden_A : A ; - vyzroditel_N : N ; - vyzroditelen_A : A ; - vyzrod_ja_vam_V : V ; - vyzrod_ja_vane_N : N ; - vyzro_zj_denec_N : N ; - vyzro_zj_denski_A : A ; - vyzroptavam_V : V ; - vyzroptavane_N : N ; - vyzsin_A : A ; - vyzslab_A : A ; - vyzsladyk_A : A ; - vyzsolen_A : A ; - vyzstavam_V : V ; - vyzstanovimost_N : N ; - vyzstanovitel_N : N ; - vyzstanovitelen_A : A ; - vyzstanov_ja_vam_V : V ; - vyzstanov_ja_vane_N : N ; - vyzstar_A : A ; - vyzsurov_A : A ; - vyzsyzdavam_V : V ; - vyzsyzdavane_N : N ; - vyzs_ja_dam_V : V ; - vyzs_ja_dane_N : N ; - vyzte_zj_i_ch_yk_A : A ; - vyzte_zj_yk_A : A ; - vyztesen_A : A ; - vyztopyl_A : A ; - vyztorg_N : N ; - vyztorgvam_V : V ; - vyztorgvane_N : N ; - vyztor_zj_en_A : A ; - vyztor_zj_enost_N : N ; - vyztymen_A : A ; - vyztynyk_A : A ; - vyztyr_zj_estvuvam_V : V ; - vyztyr_zj_estvuvane_N : N ; - vyzhvala_N : N ; - vyzhvalenie_N : N ; - vyzhvalitel_N : N ; - vyzhvalitelen_A : A ; - vyzhval_ja_vam_V : V ; - vyzhval_ja_vane_N : N ; - vyzhval_ja_m_V : V ; - vyzhval_ja_ne_N : N ; - vyzhita_N : N ; - vyzhiten_A : A ; - vyzhititelen_A : A ; - vyzhi_sht_avam_V : V ; - vyzhi_sht_avane_N : N ; - vyzhi_sht_enie_N : N ; - vyzhod_N : N ; - vyzhoden_A : A ; - vyzhod_ja__sht__A : A ; - vyzcar_ja_vam_V : V ; - vyzcar_ja_vane_N : N ; - vyz_ch_erven_A : A ; - vyz_ch_eren_A : A ; - vyz_sh_estvie_N : N ; - vylk_N : N ; - vylkolak_N : N ; - vylna_N : N ; - vylnen_A : A ; - vylnenie_N : N ; - vylnenik_N : N ; - vylnest_A : A ; - vylnist_A : A ; - vylni_ch_ka_N : N ; - vylnov_A : A ; - vylnoviden_A : A ; - vylnodaen_A : A ; - vylnodajnost_N : N ; - vylnolom_N : N ; - vylnometyr_N : N ; - vylnoobrazen_A : A ; - vylnoobraznost_N : N ; - vylnuvam_V : V ; - vylnuvane_N : N ; - vyl_ch_e_N : N ; - vyl_ch_i_A : A ; - vyl_ch_ica_N : N ; - vyl_sh_eben_A : A ; - vyl_sh_ebnik_N : N ; - vyl_sh_ebnica_N : N ; - vyl_sh_ebstvo_N : N ; - vynka_sh_en_A : A ; - vyn_sh_en_A : A ; - vyn_sh_nopoliti_ch_eski_A : A ; - vyn_sh_nost_N : N ; - vyn_sh_notyrgovski_A : A ; - vyobra_zj_aem_A : A ; - vyobra_zj_aemost_N : N ; - vyobra_zj_enie_N : N ; - vyobraz_ja_vam_V : V ; - vyobraz_ja_vane_N : N ; - vyodu_sh_even_A : A ; - vyodu_sh_evitelen_A : A ; - vyodu_sh_evlenie_N : N ; - vyodu_sh_ev_ja_vam_V : V ; - vyodu_sh_ev_ja_vane_N : N ; - vyory_zj_avam_V : V ; - vyory_zj_avane_N : N ; - vyory_zj_en_A : A ; - vyory_zj_enie_N : N ; - vyory_zj_enost_N : N ; - vypie_sht__A : A ; - vyplyten_A : A ; - vyplyt_ja_vam_V : V ; - vyplyt_ja_vane_N : N ; - vyply_sht_avam_V : V ; - vyply_sht_avane_N : N ; - vyply_sht_enie_N : N ; - vypros_N : N ; - vyprosen_A : A ; - vyprositelen_A : A ; - vyprosnik_N : N ; - vyrba_N : N ; - vyrbak_N : N ; - vyrbalak_N : N ; - vyrbina_N : N ; - vyrbi_sh_ki_A : A ; - vyrbov_A : A ; - vyrve_zj__N : N ; - vyrven_A : A ; - vyrvene_N : N ; - vyrvolica_N : N ; - vyrvol_ja_k_N : N ; - vyrv_ja__V : V ; - vyrgal_ja_m_V : V ; - vyrgal_ja_ne_N : N ; - vyrzvam_V : V ; - vyrzvane_N : N ; - vyrzva_ch__N : N ; - vyrzop_N : N ; - vyrkolak_N : N ; - vyrl_A : A ; - vyrlina_N : N ; - vyrluvam_V : V ; - vyrluvane_N : N ; - vyrte_zj__N : N ; - vyrtel_N : N ; - vyrtele_zj_ka_N : N ; - vyrteliv_A : A ; - vyrtene_N : N ; - vyrtoglav_A : A ; - vyrtoglavie_N : N ; - vyrtoky_sht_nik_N : N ; - vyrtoky_sht_nica_N : N ; - vyrtolet_N : N ; - vyrtop_N : N ; - vyrto_sh_ijka_N : N ; - vyrt_ja__V : V ; - vyrhar_N : N ; - vyrhov_A : A ; - vyrhovat_A : A ; - vyrhoven_A : A ; - vyrhovenstvo_N : N ; - vyrhu_sh_ka_N : N ; - vyr_sh_a_V : V ; - vyr_sh_a_ch__N : N ; - vyr_sh_a_ch_ka_N : N ; - vyr_sh_eene_N : N ; - vyr_sh_ene_N : N ; - vyr_sh_e_ja__V : V ; - vyr_sh_ina_N : N ; - vyr_sh_inak_N : N ; - vyr_sh_itba_N : N ; - vysene_N : N ; - vystavam_V : V ; - vystavane_N : N ; - vystanie_N : N ; - vystanik_N : N ; - vystani_ch_eski_A : A ; - vystani_ch_ka_N : N ; - vys_ja__V : V ; - vytor_N : N ; - vytre_sh_en_A : A ; - vytre_sh_nopartien_A : A ; - vytre_sh_nopoliti_ch_eski_A : A ; - vytre_sh_nost_N : N ; - vytre_sh_no_ja_dren_A : A ; - vytyk_N : N ; - vy_sh_ka_N : N ; - vy_sh_kav_A : A ; - vy_sh_la_N : N ; - vy_sh_liv_A : A ; - vy_sh_l_ja_sane_N : N ; - vy_sh_l_ja_svam_V : V ; - vy_sh_l_ja_svane_N : N ; - v_ja_l_A : A ; - v_ja_lost_N : N ; - v_ja_m_V : V ; - v_ja_ra_N : N ; - v_ja_rvam_V : V ; - v_ja_rvane_N : N ; - v_ja_rva_sht__A : A ; - v_ja_rnost_N : N ; - v_ja_tyr_N : N ; - v_ja_tyren_A : A ; - v_ja_tyrni_ch_av_A : A ; - v_ja_tyrni_ch_avost_N : N ; - gabardin_N : N ; - gabarit_N : N ; - gabariten_A : A ; - gabonec_N : N ; - gabrov_A : A ; - gabrovec_N : N ; - gabrovski_A : A ; - gabyr_N : N ; - gavazin_N : N ; - gavanka_N : N ; - gavot_N : N ; - gavra_N : N ; - gavrene_N : N ; - gavrytvam_V : V ; - gavrytvane_N : N ; - gavr_ja__V : V ; - gaga_N : N ; - gagarinski_A : A ; - gagauzin_N : N ; - gad_N : N ; - gadaene_N : N ; - gadanie_N : N ; - gadatel_N : N ; - gadatelka_N : N ; - gadatelski_A : A ; - gada_ja__V : V ; - gaden_A : A ; - gadene_N : N ; - gad_zj_e_N : N ; - gadina_N : N ; - gadinka_N : N ; - gadnost_N : N ; - gadn_ja_r_N : N ; - gadost_N : N ; - gad_ja__V : V ; - gae_ch_en_A : A ; - gaz_N : N ; - gazgenerator_N : N ; - gazgeneratoren_A : A ; - gazela_N : N ; - gazen_A : A ; - gazene_N : N ; - gazeta_N : N ; - gaziram_V : V ; - gaziran_A : A ; - gazirane_N : N ; - gazifikaci_ja__N : N ; - gazka_N : N ; - gazov_A : A ; - gazolin_N : N ; - gazomer_N : N ; - gazometyr_N : N ; - gazoobmen_N : N ; - gazoobrazen_A : A ; - gazoobraznost_N : N ; - gazootvoden_A : A ; - gazoprovod_N : N ; - gazoprovoden_A : A ; - gaz_ja__V : V ; - gajda_N : N ; - gajdar_N : N ; - gajdunica_N : N ; - gajka_N : N ; - gajle_N : N ; - gajtan_N : N ; - gajtand_zj_i_ja__N : N ; - gala_N : N ; - galaktika_N : N ; - galakti_ch_en_A : A ; - galakti_ch_eski_A : A ; - galant_N : N ; - galanten_A : A ; - galanterien_A : A ; - galanterist_N : N ; - galanteristka_N : N ; - galanteri_ja__N : N ; - galantnost_N : N ; - galvanizator_N : N ; - galvanizaci_ja__N : N ; - galvaniziram_V : V ; - galvaniziran_A : A ; - galvanizirane_N : N ; - galvanizym_N : N ; - galvani_ch_en_A : A ; - galvani_ch_eski_A : A ; - galvanometyr_N : N ; - galvanoplastika_N : N ; - galvanoskop_N : N ; - galvanotehnik_N : N ; - galvanotehnika_N : N ; - galvanotipi_ja__N : N ; - galedanski_A : A ; - galen_A : A ; - galene_N : N ; - galenik_N : N ; - galenica_N : N ; - galeni_ch_e_N : N ; - galera_N : N ; - galeri_ja__N : N ; - galeta_N : N ; - galilejski_A : A ; - galimati_ja__N : N ; - galicizym_N : N ; - galicijski_A : A ; - galon_N : N ; - galop_N : N ; - galopiram_V : V ; - galopirane_N : N ; - galo_sh__N : N ; - galski_A : A ; - galfon_N : N ; - galxoven_A : A ; - galxovnost_N : N ; - gal_ja__V : V ; - gama_N : N ; - gama_sh__N : N ; - gamba_N : N ; - gambit_N : N ; - gamen_N : N ; - gamenski_A : A ; - gamen_ch_e_N : N ; - ganaec_N : N ; - ganajka_N : N ; - ganajski_A : A ; - gangrena_N : N ; - gangrenozen_A : A ; - gangren_ja_svam_V : V ; - gangren_ja_svane_N : N ; - gangster_N : N ; - gangsterski_A : A ; - gangsterstvo_N : N ; - ganxo_N : N ; - gara_N : N ; - gara_zj__N : N ; - garant_N : N ; - garantiram_V : V ; - garantirane_N : N ; - garancionen_A : A ; - garanci_ja__N : N ; - garafa_N : N ; - garvan_N : N ; - garvanov_A : A ; - garvanski_A : A ; - garga_N : N ; - gargara_N : N ; - gard_N : N ; - garderob_N : N ; - garderoben_A : A ; - garderobier_N : N ; - garderobierka_N : N ; - gard_zj_e_N : N ; - gariram_V : V ; - garirane_N : N ; - garmond_N : N ; - garnizon_N : N ; - garnizonen_A : A ; - garniram_V : V ; - garnirane_N : N ; - garnitura_N : N ; - garov_A : A ; - garson_N : N ; - garsoniera_N : N ; - gasen_A : A ; - gasene_N : N ; - gasna_V : V ; - gasnene_N : N ; - gasne_sht__A : A ; - gastarbajter_N : N ; - gastrit_N : N ; - gastriten_A : A ; - gastrol_N : N ; - gastroliram_V : V ; - gastrolirane_N : N ; - gastronom_N : N ; - gastronomi_ch_en_A : A ; - gastronomi_ch_eski_A : A ; - gastronomi_ja__N : N ; - gas_ja__V : V ; - gatanka_N : N ; - gater_N : N ; - gaubica_N : N ; - gaf_N : N ; - ga_sht_at_A : A ; - ga_sht_eta_N : N ; - ga_sht_i_N : N ; - ga_sht_i_ch_ki_N : N ; - ga_sht_nik_N : N ; - gvardeec_N : N ; - gvardejski_A : A ; - gvardi_ja__N : N ; - gvineec_N : N ; - gvinejka_N : N ; - gvinejski_A : A ; - gvozdej_N : N ; - gvozdej_ch_e_N : N ; - gevgir_N : N ; - geveze_N : N ; - gevez_ja__V : V ; - gevrek_N : N ; - gega_N : N ; - gejzer_N : N ; - gejm_N : N ; - gej_sh_a_N : N ; - gemid_zj_i_ja__N : N ; - gemi_ja__N : N ; - gen_N : N ; - genealogi_ch_en_A : A ; - genealogi_ja__N : N ; - geneza_N : N ; - genezis_N : N ; - general_N : N ; - generalen_A : A ; - generalizaci_ja__N : N ; - generaliziram_V : V ; - generalizirane_N : N ; - generalisimus_N : N ; - generalitet_N : N ; - generalski_A : A ; - general_sht_aben_A : A ; - generativen_A : A ; - generator_N : N ; - generatoren_A : A ; - generaci_ja__N : N ; - generiram_V : V ; - generirane_N : N ; - genetik_N : N ; - genetika_N : N ; - geneti_ch_en_A : A ; - geneti_ch_eski_A : A ; - genialen_A : A ; - genialnost_N : N ; - genij_N : N ; - genitalen_A : A ; - genotip_N : N ; - genocid_N : N ; - geograf_N : N ; - geografi_ch_eski_A : A ; - geografi_ja__N : N ; - geografski_A : A ; - geodezen_A : A ; - geodezi_ja__N : N ; - geodezki_A : A ; - geolog_N : N ; - geologi_ch_eski_A : A ; - geologi_ja__N : N ; - geolo_zj_ka_N : N ; - geolo_zj_ki_A : A ; - geometrik_N : N ; - geometri_ch_en_A : A ; - geometri_ch_eski_A : A ; - geometri_ja__N : N ; - geometyr_N : N ; - geofizik_N : N ; - geofizika_N : N ; - geohimik_N : N ; - geohimi_ja__N : N ; - geocentri_ch_en_A : A ; - geocentyr_N : N ; - gep_ja__V : V ; - gerak_N : N ; - gerb_N : N ; - gerbov_A : A ; - gergef_N : N ; - gergina_N : N ; - gerdan_N : N ; - gerdan_ch_e_N : N ; - geren_N : N ; - geriatri_ja__N : N ; - germanec_N : N ; - germaniziram_V : V ; - germanizirane_N : N ; - germanij_N : N ; - germanist_N : N ; - germanistika_N : N ; - germanistka_N : N ; - germanka_N : N ; - germanofil_N : N ; - germanofob_N : N ; - germanski_A : A ; - geroizym_N : N ; - geroin_ja__N : N ; - geroi_ch_en_A : A ; - geroi_ch_nost_N : N ; - geroj_N : N ; - gerojski_A : A ; - gerojstvo_N : N ; - gerontologi_ja__N : N ; - gerundium_N : N ; - gestapo_N : N ; - gestapovec_N : N ; - getinaks_N : N ; - geto_N : N ; - getovski_A : A ; - ge_sh_eft_N : N ; - ge_sh_eftar_N : N ; - ge_sh_eftarski_A : A ; - ge_sh_eftarstvo_N : N ; - gibel_N : N ; - gibelen_A : A ; - gibon_N : N ; - gigavat_N : N ; - gigant_N : N ; - gigantizym_N : N ; - gigantski_A : A ; - gid_N : N ; - gidi_ja__N : N ; - gizda_N : N ; - gizdav_A : A ; - gizdavelka_N : N ; - gizdavec_N : N ; - gizdavost_N : N ; - gizdosi_ja__N : N ; - gizd_ja__V : V ; - gilda_N : N ; - gildi_ja__N : N ; - gilza_N : N ; - gilotina_N : N ; - gilotiniram_V : V ; - gilotinirane_N : N ; - gimnazialen_A : A ; - gimnazist_N : N ; - gimnazistka_N : N ; - gimnazi_ja__N : N ; - gimnastik_N : N ; - gimnastika_N : N ; - gimnasti_ch_eski_A : A ; - gimnasti_ch_ka_N : N ; - gina_V : V ; - ginekolog_N : N ; - ginekologi_ch_en_A : A ; - ginekologi_ch_eski_A : A ; - ginekologi_ja__N : N ; - ginekolo_zj_ka_N : N ; - ginekolo_zj_ki_A : A ; - gips_N : N ; - gipsiram_V : V ; - gipsirane_N : N ; - gipsov_A : A ; - gira_N : N ; - girl_ja_nd_N : N ; - girl_ja_nda_N : N ; - gi_sh_e_N : N ; - glava_N : N ; - glavatar_N : N ; - glavatarka_N : N ; - glavatarstvo_N : N ; - glaven_A : A ; - glavina_N : N ; - glavica_N : N ; - glavi_ch_ka_N : N ; - glavnica_N : N ; - glavnokomanduva_sht__A : A ; - glavn_ja__N : N ; - glavoblyskanica_N : N ; - glavobol_N : N ; - glavobolen_A : A ; - glavobolie_N : N ; - glavobol_ja__V : V ; - glavozamajvam_V : V ; - glavozamajvane_N : N ; - glavozama_ja__V : V ; - glavozama_ja_n_A : A ; - glavolomen_A : A ; - glavonog_A : A ; - glavonogo_N : N ; - glavorez_N : N ; - glavo_ch__N : N ; - glav_ja_vam_V : V ; - glav_ja_vane_N : N ; - glagol_N : N ; - glagolen_A : A ; - glagolica_N : N ; - glagolstvam_V : V ; - glagolstvane_N : N ; - glad_N : N ; - glada_ch__N : N ; - glada_ch_ka_N : N ; - glada_ch_nica_N : N ; - gladen_A : A ; - gladene_N : N ; - gladiator_N : N ; - gladiatorski_A : A ; - gladiola_N : N ; - gladkost_N : N ; - gladkoceven_A : A ; - gladnik_N : N ; - gladnica_N : N ; - gladole_ch_enie_N : N ; - gladori_ja__N : N ; - gladuvam_V : V ; - gladuvane_N : N ; - gladyk_A : A ; - glad_ja__V : V ; - glaziram_V : V ; - glazirane_N : N ; - glazura_N : N ; - glamav_A : A ; - glamavost_N : N ; - glamav_sht_ina_N : N ; - glanc_N : N ; - glanciram_V : V ; - glancirane_N : N ; - glancov_A : A ; - glarus_N : N ; - glas_N : N ; - glasen_A : A ; - glasec_N : N ; - glasnost_N : N ; - glasov_A : A ; - glasovit_A : A ; - glasovitost_N : N ; - glasopodavam_V : V ; - glasopodavane_N : N ; - glasopodavatel_N : N ; - glasopodavatelka_N : N ; - glaspapir_N : N ; - glasuvam_V : V ; - glasuvane_N : N ; - glas_ch_e_N : N ; - glas_ja__V : V ; - glauberov_A : A ; - gla_sh_ataj_N : N ; - gledam_V : V ; - gledane_N : N ; - gleda_ch__N : N ; - gleda_ch_ka_N : N ; - gleden_A : A ; - gled_zj_osam_V : V ; - gled_zj_osan_A : A ; - gled_zj_osvam_V : V ; - gled_zj_osvane_N : N ; - gledi_sht_e_N : N ; - gledka_N : N ; - gledna_V : V ; - glezen_N : N ; - glezene_N : N ; - glezenen_A : A ; - glezla_N : N ; - glezlxo_N : N ; - glezoti_ja__N : N ; - glez_ja__V : V ; - glet_ch_er_N : N ; - gle_ch__N : N ; - gligan_N : N ; - glikoza_N : N ; - glina_N : N ; - glinen_A : A ; - glinest_A : A ; - glist_N : N ; - glistav_A : A ; - glisten_A : A ; - glifografi_ja__N : N ; - glicerin_N : N ; - glicerinov_A : A ; - globa_N : N ; - globalen_A : A ; - globus_N : N ; - glob_ja_vam_V : V ; - glob_ja_vane_N : N ; - glog_N : N ; - glogina_N : N ; - gloginka_N : N ; - glogov_A : A ; - glo_zj_dene_N : N ; - glozgam_V : V ; - glozgane_N : N ; - gluma_N : N ; - glum_ch_o_N : N ; - glum_ja__V : V ; - glupav_A : A ; - glupavina_N : N ; - glupavi_ch_yk_A : A ; - glupak_N : N ; - glupa_ch_e_N : N ; - glupa_ch_ka_N : N ; - glupa_sh_ki_A : A ; - glupa_sht_ina_N : N ; - glupec_N : N ; - glupovat_A : A ; - glupovatost_N : N ; - glupost_N : N ; - glup_ch_o_N : N ; - gluten_A : A ; - glutnica_N : N ; - gluh_A : A ; - gluhar_N : N ; - gluhar_ch_e_N : N ; - gluhon_ja_m_A : A ; - gluhota_N : N ; - glu_sh_e_ja__V : V ; - glu_sh_ina_N : N ; - glybina_N : N ; - glytvam_V : V ; - glytvane_N : N ; - glytka_N : N ; - glyhna_V : V ; - gly_ch__N : N ; - gly_ch_ka_N : N ; - gl_iu_koza_N : N ; - gmurvam_V : V ; - gmurvane_N : N ; - gmurec_N : N ; - gmurkam_V : V ; - gmurkane_N : N ; - gneven_A : A ; - gnevliv_A : A ; - gnevnost_N : N ; - gnev_ja__V : V ; - gnezdene_N : N ; - gnezdo_N : N ; - gnezdov_A : A ; - gnezdovi_A : A ; - gnezdoviden_A : A ; - gnezd_ja__V : V ; - gnet_N : N ; - gnet_ja__V : V ; - gnida_N : N ; - gnidav_A : A ; - gniene_N : N ; - gnie_sht__A : A ; - gnil_A : A ; - gnilak_N : N ; - gnilost_N : N ; - gnilota_N : N ; - gnilo_ch__N : N ; - gni_ja__V : V ; - gnoen_A : A ; - gnoene_N : N ; - gnojnik_N : N ; - gnojnica_N : N ; - gnom_N : N ; - gnoseologi_ch_en_A : A ; - gnoseologi_ja__N : N ; - gnosticizym_N : N ; - gnosti_ch_en_A : A ; - gno_ja_sam_V : V ; - gno_ja_svam_V : V ; - gno_ja_svane_N : N ; - gnu_N : N ; - gnus_N : N ; - gnusen_A : A ; - gnusene_N : N ; - gnusliv_A : A ; - gnuslivost_N : N ; - gnusota_N : N ; - gnusoti_ja__N : N ; - gnus_ja__V : V ; - gn_ja_v_N : N ; - goblen_N : N ; - govedar_N : N ; - govedarka_N : N ; - govedarnik_N : N ; - govedarstvo_N : N ; - govedar_ch_e_N : N ; - govedo_N : N ; - govedovyd_N : N ; - govedovyden_A : A ; - govedovydstvo_N : N ; - goveene_N : N ; - gove_zj_di_A : A ; - gove_ja__V : V ; - govor_N : N ; - govoren_A : A ; - govorene_N : N ; - govoriln_ja__N : N ; - govorim_A : A ; - govoritel_N : N ; - govoritelen_A : A ; - govoritelka_N : N ; - govorliv_A : A ; - govorlivost_N : N ; - govor_ja__V : V ; - gode_zj__N : N ; - gode_zj_ar_N : N ; - gode_zj_arka_N : N ; - gode_zj_en_A : A ; - goden_A : A ; - godenik_N : N ; - godenica_N : N ; - godeni_ch_estvo_N : N ; - godina_N : N ; - godinak_N : N ; - godina_ch_e_N : N ; - godinka_N : N ; - godin_ja_sane_N : N ; - godin_ja_svane_N : N ; - godi_sh_en_A : A ; - godi_sh_nik_N : N ; - godi_sh_nina_N : N ; - godnost_N : N ; - god_ja_vam_V : V ; - god_ja_vane_N : N ; - gozba_N : N ; - gol_A : A ; - golgota_N : N ; - golemeene_N : N ; - golemec_N : N ; - goleme_ja__V : V ; - golemina_N : N ; - golemi_ch_yk_A : A ; - golemstvo_N : N ; - gole_ja__V : V ; - goli_sh_ar_N : N ; - goli_sh_ar_ch_e_N : N ; - gollini_ja__N : N ; - golmajstor_N : N ; - golobrad_A : A ; - golov_A : A ; - gologan_N : N ; - gologlav_A : A ; - golosemenen_A : A ; - golosloven_A : A ; - goloslovie_N : N ; - goloslovnost_N : N ; - golota_N : N ; - goloti_ja__N : N ; - goltak_N : N ; - golta_ch_ka_N : N ; - golf_N : N ; - gol_ja_m_A : A ; - gong_N : N ; - gondola_N : N ; - gondolier_N : N ; - gondolierski_A : A ; - gonene_N : N ; - gonenie_N : N ; - gonenica_N : N ; - gonitba_N : N ; - gonitel_N : N ; - gonka_N : N ; - gonore_ja__N : N ; - gon_ch_e_N : N ; - gon_ja__V : V ; - gora_N : N ; - gord_A : A ; - gordeliv_A : A ; - gordelivec_N : N ; - gordelivost_N : N ; - gorde_ja__V : V ; - gordiev_A : A ; - gordost_N : N ; - goreizbroen_A : A ; - goreizlo_zj_en_A : A ; - gorekazan_A : A ; - gorelka_N : N ; - goren_A : A ; - gorene_N : N ; - goreopisan_A : A ; - goreposo_ch_en_A : A ; - gorespomenat_A : A ; - gorest_A : A ; - goresten_A : A ; - goresto_ja__sht__A : A ; - gore_sht__A : A ; - gore_sht_ina_N : N ; - gore_sht_nik_N : N ; - gore_sht__ja__V : V ; - goriven_A : A ; - gorivo_N : N ; - gorila_N : N ; - gorimost_N : N ; - gorist_A : A ; - gorica_N : N ; - gori_ch_ka_N : N ; - gorki_ch_yk_A : A ; - gornilo_N : N ; - gornica_N : N ; - gorni_sht_e_N : N ; - gorn_ja_k_N : N ; - gorolomen_A : A ; - gorocvet_N : N ; - gorski_A : A ; - gor_ch_a_V : V ; - gor_ch_iv_A : A ; - gor_ch_ivina_N : N ; - gor_ch_ivka_N : N ; - gor_ch_ilka_N : N ; - gor_ch_ilo_N : N ; - gor_ch_ica_N : N ; - goryk_A : A ; - gor_ja__V : V ; - gor_ja_nin_N : N ; - gosen_A : A ; - gospod_N : N ; - gospodar_N : N ; - gospodarka_N : N ; - gospodarski_A : A ; - gospodarstvam_V : V ; - gospodarstvane_N : N ; - gospodarstvo_N : N ; - gospodaruvam_V : V ; - gospodaruvane_N : N ; - gospoden_A : A ; - gospodin_N : N ; - gospodstvam_V : V ; - gospodstvane_N : N ; - gospodstvo_N : N ; - gospodstvuvam_V : V ; - gospodstvuvane_N : N ; - gospo_zj_a_N : N ; - gospo_zj_ica_N : N ; - gospo_zj_i_ch_ka_N : N ; - gost_N : N ; - gostenin_N : N ; - gostenka_N : N ; - gostilnica_N : N ; - gostilni_ch_ar_N : N ; - gostilni_ch_arka_N : N ; - gostna_N : N ; - gostol_iu_biv_A : A ; - gostol_iu_bie_N : N ; - gostopriemen_A : A ; - gostopriemnost_N : N ; - gostopriemstvo_N : N ; - gostuvam_V : V ; - gostuvane_N : N ; - gost_ja__V : V ; - gotvarnica_N : N ; - gotvarski_A : A ; - gotvarstvo_N : N ; - gotva_ch__N : N ; - gotva_ch_ka_N : N ; - gotven_A : A ; - gotvene_N : N ; - gotv_ja__V : V ; - gotika_N : N ; - gotin_A : A ; - goti_ch_eski_A : A ; - gotov_A : A ; - gotovan_N : N ; - gotovana_N : N ; - gotovanec_N : N ; - gotovanka_N : N ; - gotovanski_A : A ; - gotovanstvo_N : N ; - gotovan_sht_ina_N : N ; - gotovnost_N : N ; - gotski_A : A ; - gofriram_V : V ; - gofrirane_N : N ; - go_sht_avam_V : V ; - go_sht_avane_N : N ; - go_sht_avka_N : N ; - go_ja__V : V ; - grabvam_V : V ; - grabvane_N : N ; - grabe_zj__N : N ; - grabene_N : N ; - grabitel_N : N ; - grabitelka_N : N ; - grabitelski_A : A ; - grabitelstvam_V : V ; - grabitelstvane_N : N ; - grabitelstvo_N : N ; - grabliv_A : A ; - grablivost_N : N ; - grab_ja__V : V ; - gravimetri_ch_en_A : A ; - gravimetri_ja__N : N ; - graviram_V : V ; - gravirane_N : N ; - gravirovka_N : N ; - gravitacionen_A : A ; - gravitaci_ja__N : N ; - gravitiram_V : V ; - gravitirane_N : N ; - gravxor_N : N ; - gravxorski_A : A ; - gravxorstvo_N : N ; - grav_iu_ra_N : N ; - grad_N : N ; - gradaci_ja__N : N ; - grade_zj__N : N ; - gradec_N : N ; - gradiven_A : A ; - gradivo_N : N ; - gradient_N : N ; - gradienten_A : A ; - gradina_N : N ; - gradinar_N : N ; - gradinarka_N : N ; - gradinarski_A : A ; - gradinarstvo_N : N ; - gradinka_N : N ; - gradinski_A : A ; - gradiram_V : V ; - gradirane_N : N ; - gradi_sht_e_N : N ; - gradobiten_A : A ; - gradobitnina_N : N ; - gradona_ch_alnik_N : N ; - gradonosen_A : A ; - gradoustrojstven_A : A ; - gradoustrojstvo_N : N ; - gradski_A : A ; - graduiram_V : V ; - graduiran_A : A ; - graduirane_N : N ; - gradus_N : N ; - gradu_sh_ka_N : N ; - grad_ch_e_N : N ; - grad_ja__V : V ; - gra_zj_dane_ja__V : V ; - gra_zj_danin_N : N ; - gra_zj_danka_N : N ; - gra_zj_danski_A : A ; - gra_zj_danstvenost_N : N ; - gra_zj_danstvo_N : N ; - gra_zj_dan_ch_e_N : N ; - grajfer_N : N ; - grakam_V : V ; - grakane_N : N ; - grakvam_V : V ; - grakvane_N : N ; - gram_N : N ; - gramada_N : N ; - gramaden_A : A ; - gramad_ja__V : V ; - grama_zj__N : N ; - gramatik_N : N ; - gramatika_N : N ; - gramatikar_N : N ; - gramati_ch_en_A : A ; - gramati_ch_eski_A : A ; - gramota_N : N ; - gramoten_A : A ; - gramotnost_N : N ; - gramofon_N : N ; - gramofonen_A : A ; - gramofon_ch_e_N : N ; - granata_N : N ; - granaten_A : A ; - granatohvyrga_ch_ka_N : N ; - grand_N : N ; - granddama_N : N ; - grandiozen_A : A ; - grandioznost_N : N ; - grandoman_N : N ; - grandomani_ja__N : N ; - grandomanka_N : N ; - grandhotel_N : N ; - graniv_A : A ; - granivost_N : N ; - granit_N : N ; - graniten_A : A ; - granitoviden_A : A ; - granica_N : N ; - grani_ch_a_V : V ; - grani_ch_ar_N : N ; - grani_ch_arski_A : A ; - grani_ch_en_A : A ; - granka_N : N ; - granula_N : N ; - granularen_A : A ; - granulaci_ja__N : N ; - granuliram_V : V ; - granuliran_A : A ; - granulirane_N : N ; - granulomen_A : A ; - gran_ja__V : V ; - gran_ja_svam_V : V ; - gran_ja_svane_N : N ; - grapa_N : N ; - grapav_A : A ; - grapavina_N : N ; - grapavost_N : N ; - grap_ja__V : V ; - gratis_N : N ; - gratisen_A : A ; - gratis_ch_i_ja__N : N ; - graf_N : N ; - grafa_N : N ; - grafema_N : N ; - grafik_N : N ; - grafika_N : N ; - grafin_ja__N : N ; - grafit_N : N ; - grafiten_A : A ; - grafi_ch_en_A : A ; - grafi_ch_eski_A : A ; - grafolog_N : N ; - grafologi_ja__N : N ; - grafoman_N : N ; - grafomani_ja__N : N ; - grafospazym_N : N ; - grafski_A : A ; - grafstvo_N : N ; - grah_N : N ; - grahov_A : A ; - grahoviden_A : A ; - graciozen_A : A ; - gracioznost_N : N ; - graci_ja__N : N ; - gra_ch_a_V : V ; - gra_ch_ene_N : N ; - greba_V : V ; - grebalka_N : N ; - grebalo_N : N ; - grebane_N : N ; - grebvam_V : V ; - grebvane_N : N ; - greben_N : N ; - grebenar_N : N ; - grebenoviden_A : A ; - greben_ch_e_N : N ; - grebec_N : N ; - greblo_N : N ; - gregorianski_A : A ; - greda_N : N ; - gredored_N : N ; - greene_N : N ; - grejvam_V : V ; - grejvane_N : N ; - grejder_N : N ; - grejka_N : N ; - grejpfrut_N : N ; - grenadir_N : N ; - grenlandski_A : A ; - gres_N : N ; - gresiram_V : V ; - gresirane_N : N ; - gresxorka_N : N ; - grehoven_A : A ; - grehovnost_N : N ; - grehopadenie_N : N ; - grehota_N : N ; - gre_sh_a_V : V ; - gre_sh_a_sht__A : A ; - gre_sh_en_A : A ; - gre_sh_ka_N : N ; - gre_sh_nik_N : N ; - gre_sh_nica_N : N ; - gre_ja__V : V ; - gre_ja_n_A : A ; - griva_N : N ; - grivest_A : A ; - grivna_N : N ; - griv_ja_k_N : N ; - grigorianski_A : A ; - gri_zj_a_V : V ; - gri_zj_liv_A : A ; - gri_zj_livost_N : N ; - gri_zj_oven_A : A ; - gri_zj_ovnost_N : N ; - griza_V : V ; - grizane_N : N ; - griza_ch__N : N ; - grizvam_V : V ; - grizvane_N : N ; - grizene_N : N ; - grizetka_N : N ; - grizli_N : N ; - grizu_N : N ; - gril_N : N ; - grim_N : N ; - grimasa_N : N ; - grimasni_ch_a_V : V ; - grimiram_V : V ; - grimiran_A : A ; - grimirane_N : N ; - grimxor_N : N ; - grimxorna_N : N ; - grinui_ch_ki_A : A ; - grip_N : N ; - gripozen_A : A ; - gris_N : N ; - grif_N : N ; - grob_N : N ; - grobar_N : N ; - grobarski_A : A ; - groben_A : A ; - grobi_sht_e_N : N ; - grobi_sht_en_A : A ; - grobnica_N : N ; - groboven_A : A ; - grobokopa_ch__N : N ; - grog_N : N ; - grozd_N : N ; - grozde_N : N ; - grozdober_N : N ; - grozdobera_ch__N : N ; - grozdobera_ch_ka_N : N ; - grozdov_A : A ; - grozdoviden_A : A ; - grozdomela_ch_ka_N : N ; - grozen_A : A ; - grozne_ja__V : V ; - groznik_N : N ; - groznica_N : N ; - grozni_ch_yk_A : A ; - groznovat_A : A ; - groznovatost_N : N ; - grozota_N : N ; - grozoti_ja__N : N ; - groz_ja__V : V ; - grom_ja__V : V ; - grosa_N : N ; - grosmajstor_N : N ; - grot_N : N ; - groteska_N : N ; - groteskov_A : A ; - grotma_ch_ta_N : N ; - groham_V : V ; - grohane_N : N ; - grohvam_V : V ; - grohvane_N : N ; - grohnalost_N : N ; - grohot_N : N ; - grohot_ja__V : V ; - gro_sh__N : N ; - grub_A : A ; - grubi_ch_yk_A : A ; - grubi_ja_n_N : N ; - grubi_ja_nin_N : N ; - grubi_ja_nski_A : A ; - grubi_ja_nstvo_N : N ; - grubi_ja_nstvuvam_V : V ; - grubovat_A : A ; - grubovatost_N : N ; - grubost_N : N ; - grudka_N : N ; - gruzinec_N : N ; - gruzinski_A : A ; - grund_N : N ; - grundirane_N : N ; - grundirvam_V : V ; - grupa_N : N ; - grupiram_V : V ; - grupirane_N : N ; - grupirovka_N : N ; - grupi_ch_ka_N : N ; - grupov_A : A ; - grupov_sht_ina_N : N ; - gruham_V : V ; - gruhane_N : N ; - gruhtene_N : N ; - gruht_ja__V : V ; - gryb_N : N ; - gryben_A : A ; - grybla_N : N ; - grybnak_N : N ; - grybna_ch_en_A : A ; - gryd_N : N ; - gryden_A : A ; - grydobolen_A : A ; - gryk_N : N ; - grykl_ja_n_N : N ; - grykofilstvo_N : N ; - grym_N : N ; - grymvam_V : V ; - grymvane_N : N ; - grymkost_N : N ; - grymliv_A : A ; - grymnat_A : A ; - grymoven_A : A ; - grymover_zj_ec_N : N ; - grymovit_A : A ; - grymoglasen_A : A ; - grymoglasie_N : N ; - grymonosen_A : A ; - grymootvod_N : N ; - grymotevica_N : N ; - grymotevi_ch_en_A : A ; - grymyk_A : A ; - grynd_zj__N : N ; - grynci_N : N ; - gryn_ch_ar_N : N ; - gryn_ch_arka_N : N ; - gryn_ch_arnica_N : N ; - gryn_ch_arski_A : A ; - gryn_ch_arstvo_N : N ; - grycki_A : A ; - gryckolatinski_A : A ; - gr_ja_h_N : N ; - gubene_N : N ; - guber_N : N ; - guberka_N : N ; - gubernator_N : N ; - gubernatorski_A : A ; - guberni_ja__N : N ; - gub_ja__V : V ; - guvernantka_N : N ; - gugla_N : N ; - gugukam_V : V ; - gugukane_N : N ; - gugutka_N : N ; - guzen_A : A ; - guznost_N : N ; - gukam_V : V ; - gukane_N : N ; - gula_sh__N : N ; - gulden_N : N ; - guli_ja__N : N ; - gul_ja_j_N : N ; - gul_ja_jd_zj_ijski_A : A ; - gul_ja_jd_zj_i_ja__N : N ; - gul_ja__ja__V : V ; - guma_N : N ; - gumen_A : A ; - gumenka_N : N ; - gumiram_V : V ; - gumirane_N : N ; - gumi_ch_ka_N : N ; - gurbet_N : N ; - gurbet_ch_i_ja__N : N ; - gurgulica_N : N ; - gureliv_A : A ; - gurel_ja_svam_V : V ; - gurel_ja_svane_N : N ; - gurkam_V : V ; - gurkane_N : N ; - gusla_N : N ; - guslar_N : N ; - gu_sh_a_V : V ; - gu_sh_av_A : A ; - gu_sh_vam_V : V ; - gu_sh_vane_N : N ; - gu_sh_est_A : A ; - gu_sh_ka_N : N ; - gu_sh_kam_V : V ; - gu_sh_kane_N : N ; - gu_sht_er_N : N ; - gu_sht_erov_A : A ; - gu_sht_eroobrazen_A : A ; - gu_sht_eropodoben_A : A ; - gu_sht_er_ch_e_N : N ; - gyba_N : N ; - gybav_A : A ; - gybar_N : N ; - gybarnik_N : N ; - gybarstvo_N : N ; - gyben_A : A ; - gybest_A : A ; - gybi_ch_ka_N : N ; - gyboviden_A : A ; - gyboobrazen_A : A ; - gyb_ja_sam_V : V ; - gyb_ja_svam_V : V ; - gyb_ja_svane_N : N ; - gyvkav_A : A ; - gyvkavina_N : N ; - gyvkavost_N : N ; - gyvyk_A : A ; - gygna_V : V ; - gygnene_N : N ; - gygniv_A : A ; - gygrica_N : N ; - gydel_N : N ; - gydeli_ch_kam_V : V ; - gydeli_ch_kane_N : N ; - gydular_N : N ; - gydulka_N : N ; - gyzur_ch_a_V : V ; - gykane_N : N ; - gykvam_V : V ; - gykvane_N : N ; - gyltam_V : V ; - gyltane_N : N ; - gyl_ch_a_V : V ; - gyl_ch_ava_N : N ; - gyl_ch_ene_N : N ; - gylyb_N : N ; - gylybar_N : N ; - gylybarnik_N : N ; - gylybica_N : N ; - gylybov_A : A ; - gylyb_ch_e_N : N ; - gym_zj_a_V : V ; - gym_zj_ilo_N : N ; - gymza_N : N ; - gyna_V : V ; - gynka_N : N ; - gyrbav_A : A ; - gyrbavina_N : N ; - gyrbavost_N : N ; - gyrbat_A : A ; - gyrbina_N : N ; - gyrbica_N : N ; - gyrbu_sh_a_N : N ; - gyrbu_sh_ka_N : N ; - gyrb_ja__V : V ; - gyrgorene_N : N ; - gyrgor_ja__V : V ; - gyrda_N : N ; - gyrdest_A : A ; - gyrkin_ja__N : N ; - gyrkoman_N : N ; - gyrkofil_N : N ; - gyrlen_A : A ; - gyrlest_A : A ; - gyrlica_N : N ; - gyrlo_N : N ; - gyrlobol_N : N ; - gyrlovina_N : N ; - gyrl_ja__V : V ; - gyrme_zj__N : N ; - gyrmene_N : N ; - gyrm_ja__V : V ; - gyrna_V : V ; - gyrne_N : N ; - gyrcizym_N : N ; - gyr_ch__N : N ; - gyr_ch_av_A : A ; - gyr_ch_ene_N : N ; - gyr_ch_e_ja__V : V ; - gysar_N : N ; - gysarka_N : N ; - gyse_N : N ; - gysenica_N : N ; - gyseni_ch_av_A : A ; - gyseni_ch_en_A : A ; - gyska_N : N ; - gysok_N : N ; - gyst_A : A ; - gystak_N : N ; - gystalak_N : N ; - gyste_ja__V : V ; - gysti_ch_yk_A : A ; - gystonaselen_A : A ; - gystoobrasyl_A : A ; - gystota_N : N ; - gytam_V : V ; - gytane_N : N ; - gytvam_V : V ; - gytvane_N : N ; - gy_sh_i_A : A ; - gxol_N : N ; - gxon_N : N ; - gxonen_A : A ; - g_iu_bre_N : N ; - g_iu_ve_ch__N : N ; - g_iu_ve_ch_e_N : N ; - g_iu_deri_ja__N : N ; - g_iu_l_N : N ; - g_iu_le_N : N ; - g_iu_lle_N : N ; - g_iu_lov_A : A ; - g_iu_m_N : N ; - g_iu_me_N : N ; - g_iu_ruk_N : N ; - g_iu_rultad_zj_ijski_A : A ; - g_iu_rultad_zj_i_ja__N : N ; - g_iu_rulti_ja__N : N ; - g_ja_volyk_N : N ; - g_ja_ur_N : N ; - g_ja_urin_N : N ; - davam_V : V ; - davane_N : N ; - davene_N : N ; - davilov_A : A ; - davlenie_N : N ; - davnost_N : N ; - davnosten_A : A ; - dav_ja__V : V ; - dadenost_N : N ; - da_zj_ba_N : N ; - da_zj_ben_A : A ; - dajd_zj_est_N : N ; - dajre_N : N ; - dakel_N : N ; - daktil_N : N ; - daktilen_A : A ; - daktili_ch_en_A : A ; - daktilografi_ja__N : N ; - daktiloskopi_ch_en_A : A ; - daktiloskopi_ja__N : N ; - dalavera_N : N ; - dalaverad_zj_i_ja__N : N ; - dalak_N : N ; - dala_ch_en_A : A ; - dalekoboen_A : A ; - dalekobojnost_N : N ; - dalekogled_N : N ; - dalekogledstvo_N : N ; - dalekoizto_ch_en_A : A ; - dalekomer_N : N ; - dalekoprovod_N : N ; - dale_ch_en_A : A ; - dale_ch_ina_N : N ; - dali_ja__N : N ; - dalmatinec_N : N ; - dalmatinka_N : N ; - dalmatinski_A : A ; - dalnoviden_A : A ; - dalnovidnost_N : N ; - daltonizym_N : N ; - daltonist_N : N ; - daltonistka_N : N ; - dam_V : V ; - dama_N : N ; - damad_zj_ana_N : N ; - damazlyk_N : N ; - damaska_N : N ; - damaskin_N : N ; - damaskin_ja__N : N ; - damga_N : N ; - damgosan_A : A ; - damgosane_N : N ; - damgosvam_V : V ; - damgosvane_N : N ; - damoklev_A : A ; - damski_A : A ; - danaec_N : N ; - dana_ch_e_N : N ; - dangalak_N : N ; - dandani_ja__N : N ; - danni_N : N ; - dansing_N : N ; - dantela_N : N ; - dantelen_A : A ; - danyk_N : N ; - danykoplatec_N : N ; - dany_ch_en_A : A ; - dar_N : N ; - darak_N : N ; - darak_ch_ijski_A : A ; - darak_ch_i_ja__N : N ; - darba_N : N ; - darvinizym_N : N ; - darvinist_N : N ; - darvinistka_N : N ; - darvinovski_A : A ; - darenie_N : N ; - daritel_N : N ; - daritelka_N : N ; - darovanie_N : N ; - darovit_A : A ; - darovitost_N : N ; - darohranitelnica_N : N ; - daruvam_V : V ; - daruvane_N : N ; - dar_ja_vam_V : V ; - dar_ja_vane_N : N ; - daskal_N : N ; - daskalica_N : N ; - daskalski_A : A ; - daskaluvam_V : V ; - daskaluvane_N : N ; - data_N : N ; - datelen_A : A ; - datiram_V : V ; - datirane_N : N ; - datski_A : A ; - dat_ch_anin_N : N ; - dat_ch_anka_N : N ; - dat_ch_ik_N : N ; - dafinov_A : A ; - da_ch_a_N : N ; - dvadesetgodi_sh_en_A : A ; - dvadesetgodi_sh_nina_N : N ; - dvadeseti_ch_en_A : A ; - dvadesetostennik_N : N ; - dvanadesetgodi_sh_en_A : A ; - dvanadeseti_ch_en_A : A ; - dvanadesetoprysten_A : A ; - dvanadesetoprystnik_N : N ; - dvanadesetostenen_A : A ; - dvanadesetostennik_N : N ; - dvanadesetoygylnik_N : N ; - dvegodi_sh_en_A : A ; - dvegodi_sh_nina_N : N ; - dveri_N : N ; - dvestagodi_sh_en_A : A ; - dvestagodi_sh_nina_N : N ; - dvigatel_N : N ; - dvigatelen_A : A ; - dvi_zj_a_V : V ; - dvi_zj_enie_N : N ; - dvi_zj_e_sht__A : A ; - dvi_zj_im_A : A ; - dvi_zj_imost_N : N ; - dvoen_A : A ; - dvoeto_ch_ie_N : N ; - dvoica_N : N ; - dvoi_ch_en_A : A ; - dvojka_N : N ; - dvojkad_zj_ijka_N : N ; - dvojkad_zj_i_ja__N : N ; - dvojnik_N : N ; - dvojnica_N : N ; - dvojni_ch_ka_N : N ; - dvojnodi_sh_a_sht__A : A ; - dvojnost_N : N ; - dvojnotarifen_A : A ; - dvojnstven_A : A ; - dvojnstvenost_N : N ; - dvojstven_A : A ; - dvojstvenost_N : N ; - dvor_N : N ; - dvoren_A : A ; - dvorec_N : N ; - dvori_sht_e_N : N ; - dvorcov_A : A ; - dvor_ch_e_N : N ; - dvor_ja_nin_N : N ; - dvor_ja_nka_N : N ; - dvor_ja_nski_A : A ; - dvor_ja_nstvo_N : N ; - dvoumenie_N : N ; - dvoum_ja__V : V ; - dvo_ja__V : V ; - dvo_ja_k_A : A ; - dvo_ja_kost_N : N ; - dvuakten_A : A ; - dvuatomen_A : A ; - dvubo_zj_ie_N : N ; - dvuboj_N : N ; - dvubra_ch_en_A : A ; - dvubra_ch_ie_N : N ; - dvubukven_A : A ; - dvuvalenten_A : A ; - dvuvlastie_N : N ; - dvuvremenen_A : A ; - dvuvryh_A : A ; - dvuglav_A : A ; - dvuglasen_A : A ; - dvugodi_sh_en_A : A ; - dvugryb_A : A ; - dvudneven_A : A ; - dvudomen_A : A ; - dvuezi_ch_en_A : A ; - dvuelementen_A : A ; - dvueta_zj_en_A : A ; - dvu_zj_enec_N : N ; - dvu_zj_enstvo_N : N ; - dvu_zj_ilen_A : A ; - dvu_zj_i_ch_en_A : A ; - dvuzna_ch_en_A : A ; - dvuizmeren_A : A ; - dvukamaren_A : A ; - dvukameren_A : A ; - dvukolka_N : N ; - dvukonen_A : A ; - dvukopiten_A : A ; - dvukrak_A : A ; - dvukraten_A : A ; - dvukratnost_N : N ; - dvukril_A : A ; - dvukrilen_A : A ; - dvulampov_A : A ; - dvulik_A : A ; - dvulisten_A : A ; - dvuli_ch_en_A : A ; - dvuli_ch_ie_N : N ; - dvuli_ch_nik_N : N ; - dvuli_ch_nica_N : N ; - dvuli_ch_ni_ch_a_V : V ; - dvuma_ch_tov_A : A ; - dvumeren_A : A ; - dvumese_ch_en_A : A ; - dvumesten_A : A ; - dvumetalen_A : A ; - dvumetrov_A : A ; - dvumotoren_A : A ; - dvunog_A : A ; - dvuobrazen_A : A ; - dvuokis_N : N ; - dvuosen_A : A ; - dvuosnoven_A : A ; - dvuostyr_A : A ; - dvupaluben_A : A ; - dvupartien_A : A ; - dvupistov_A : A ; - dvuplastov_A : A ; - dvupozicionen_A : A ; - dvupolov_A : A ; - dvupolovost_N : N ; - dvupol_iu_sen_A : A ; - dvuposo_ch_en_A : A ; - dvurazdelen_A : A ; - dvuramenen_A : A ; - dvureden_A : A ; - dvurog_A : A ; - dvuryk_A : A ; - dvusvyrzan_A : A ; - dvusedmi_ch_en_A : A ; - dvusedmi_ch_nik_N : N ; - dvusemenen_A : A ; - dvusmenen_A : A ; - dvusmislen_A : A ; - dvusmislenost_N : N ; - dvusmislie_N : N ; - dvusmislica_N : N ; - dvusri_ch_en_A : A ; - dvustaen_A : A ; - dvustenen_A : A ; - dvusti_sh_ie_N : N ; - dvustranen_A : A ; - dvustypen_A : A ; - dvutomen_A : A ; - dvuusten_A : A ; - dvuutroben_A : A ; - dvufazen_A : A ; - dvufokusen_A : A ; - dvucveten_A : A ; - dvuceven_A : A ; - dvucevka_N : N ; - dvucilindrov_A : A ; - dvucifren_A : A ; - dvucifrov_A : A ; - dvu_ch_asov_A : A ; - dvu_ch_erupkov_A : A ; - dvu_ch_len_N : N ; - dvu_ch_lenen_A : A ; - dvu_ja_j_ch_en_A : A ; - deaktiviram_V : V ; - deaktivirane_N : N ; - debarkacionen_A : A ; - debarkiram_V : V ; - debarkirane_N : N ; - debat_N : N ; - debatiram_V : V ; - debatirane_N : N ; - debel_A : A ; - debelak_N : N ; - debelan_N : N ; - debelana_N : N ; - debelanka_N : N ; - debelanko_N : N ; - debela_sh_ki_A : A ; - debela_sht_ina_N : N ; - debele_ja__V : V ; - debelina_N : N ; - debeli_ch_yk_A : A ; - debeloglav_A : A ; - debeloglavie_N : N ; - debeloglav_sht_ina_N : N ; - debeloko_zj__A : A ; - debelokor_A : A ; - debelomer_N : N ; - debelook_A : A ; - debeloo_ch_ie_N : N ; - debelostyblen_A : A ; - debit_N : N ; - debiten_A : A ; - debitor_N : N ; - debitoren_A : A ; - deblokiram_V : V ; - deblokirane_N : N ; - debna_V : V ; - debnene_N : N ; - debne_sht__A : A ; - debra_N : N ; - deb_iu_t_N : N ; - deb_iu_tant_N : N ; - deb_iu_tantka_N : N ; - deb_iu_tiram_V : V ; - deb_iu_tirane_N : N ; - deva_N : N ; - devalvaci_ja__N : N ; - devalviram_V : V ; - devalvici_ja__N : N ; - devalorizaci_ja__N : N ; - dever_N : N ; - devetgodi_sh_en_A : A ; - devetdesetgodi_sh_en_A : A ; - devetina_N : N ; - devetica_N : N ; - devetka_N : N ; - devetnadesetgodi_sh_en_A : A ; - devetokraten_A : A ; - devetoren_A : A ; - devetorka_N : N ; - devetoseptemvrijski_A : A ; - deviaci_ja__N : N ; - deviz_N : N ; - devizen_A : A ; - devica_N : N ; - devi_ch_eski_A : A ; - devojka_N : N ; - devoj_ch_e_N : N ; - devokaliziram_V : V ; - devstven_A : A ; - devstvenica_N : N ; - devstvenost_N : N ; - degazaci_ja__N : N ; - degaziram_V : V ; - degazirane_N : N ; - degenerat_N : N ; - degenerativen_A : A ; - degeneraci_ja__N : N ; - degeneriram_V : V ; - degenerirane_N : N ; - degeneriranost_N : N ; - degizaci_ja__N : N ; - degiziram_V : V ; - degizirane_N : N ; - degizirovka_N : N ; - degradaci_ja__N : N ; - degradiram_V : V ; - degradirane_N : N ; - degustator_N : N ; - degustaci_ja__N : N ; - degustiram_V : V ; - degustirane_N : N ; - dedi_N : N ; - deduktiven_A : A ; - dedukci_ja__N : N ; - deen_A : A ; - deepri_ch_astie_N : N ; - deesposoben_A : A ; - deesposobnost_N : N ; - deec_N : N ; - de_zj_uren_A : A ; - de_zj_urstvo_N : N ; - de_zj_ur_ja__V : V ; - dezavuiram_V : V ; - dezavuirane_N : N ; - dezakordiram_V : V ; - dezakordirane_N : N ; - dezaktivator_N : N ; - dezertiram_V : V ; - dezertirane_N : N ; - dezertxor_N : N ; - dezertxorstvo_N : N ; - dezinsekci_ja__N : N ; - dezintegrator_N : N ; - dezintegratoren_A : A ; - dezintegraci_ja__N : N ; - dezintegriram_V : V ; - dezintegrirane_N : N ; - dezinteresiram_V : V ; - dezinfektant_N : N ; - dezinfektiram_V : V ; - dezinfektirane_N : N ; - dezinfekcionen_A : A ; - dezinfekciram_V : V ; - dezinfekcirane_N : N ; - dezinfekci_ja__N : N ; - dezinformaci_ja__N : N ; - dezinformiram_V : V ; - dezinformirane_N : N ; - dezodorant_N : N ; - dezoksidaci_ja__N : N ; - dezoksidiram_V : V ; - dezorganizaci_ja__N : N ; - dezorganiziram_V : V ; - dezorganizirane_N : N ; - dezorganiziranost_N : N ; - dezorientaci_ja__N : N ; - dezorientiram_V : V ; - dezorientirane_N : N ; - deinicializiram_V : V ; - deinicializirane_N : N ; - deinstaliram_V : V ; - deinstalirane_N : N ; - dejnost_N : N ; - dejstvam_V : V ; - dejstvane_N : N ; - dejstven_A : A ; - dejstvenost_N : N ; - dejstvie_N : N ; - dejstvitelen_A : A ; - dejstvitelnost_N : N ; - dejstvuvam_V : V ; - dejstvuvane_N : N ; - dekada_N : N ; - dekadans_N : N ; - dekadent_N : N ; - dekadenten_A : A ; - dekadentka_N : N ; - dekadentski_A : A ; - dekadentstvo_N : N ; - dekalog_N : N ; - dekan_N : N ; - dekanat_N : N ; - dekapiram_V : V ; - dekapirane_N : N ; - dekar_N : N ; - dekarboniziram_V : V ; - dekartov_A : A ; - dekemvrijski_A : A ; - deklamator_N : N ; - deklamatorka_N : N ; - deklamatorski_A : A ; - deklamatorstvo_N : N ; - deklamaci_ja__N : N ; - deklamiram_V : V ; - deklamirane_N : N ; - deklarativen_A : A ; - deklarator_N : N ; - deklaraci_ja__N : N ; - deklariram_V : V ; - deklarirane_N : N ; - deklasiram_V : V ; - deklasiran_A : A ; - deklasirane_N : N ; - deklinator_N : N ; - deklinacionen_A : A ; - deklinaci_ja__N : N ; - deklinometyr_N : N ; - dekovilka_N : N ; - dekoder_N : N ; - dekodiram_V : V ; - dekodirane_N : N ; - dekolte_N : N ; - dekoltirane_N : N ; - dekompensaci_ja__N : N ; - dekompozici_ja__N : N ; - dekompresiram_V : V ; - dekompresirane_N : N ; - dekompresi_ja__N : N ; - dekor_N : N ; - dekorativen_A : A ; - dekorativnost_N : N ; - dekorator_N : N ; - dekoraci_ja__N : N ; - dekoriram_V : V ; - dekorirane_N : N ; - dekret_N : N ; - dekretali_ja__N : N ; - dekretiram_V : V ; - dekretirane_N : N ; - dekriptirane_N : N ; - dekstrin_N : N ; - dekstroza_N : N ; - delba_N : N ; - delva_N : N ; - delegat_N : N ; - delegatka_N : N ; - delegaci_ja__N : N ; - delegiram_V : V ; - delegirane_N : N ; - delen_A : A ; - delene_N : N ; - delenie_N : N ; - delijski_A : A ; - delikaten_A : A ; - delikates_N : N ; - delikatesen_A : A ; - delikatnost_N : N ; - delim_A : A ; - delimost_N : N ; - delirium_N : N ; - delitel_N : N ; - delitelen_A : A ; - delnik_N : N ; - delni_ch_en_A : A ; - delni_ch_nost_N : N ; - delo_N : N ; - delovi_A : A ; - delovit_A : A ; - delovitost_N : N ; - delovoditel_N : N ; - delovoditelka_N : N ; - delta_N : N ; - delfijski_A : A ; - delfin_N : N ; - delfinarium_N : N ; - delfinologi_ja__N : N ; - del_ja__V : V ; - demagnitiziram_V : V ; - demagog_N : N ; - demagogi_ja__N : N ; - demagogski_A : A ; - demagogstvam_V : V ; - demagogstvane_N : N ; - demagogstvuvam_V : V ; - demara_zj__N : N ; - demarkacionen_A : A ; - demar_sh__N : N ; - demaskiram_V : V ; - demaskirane_N : N ; - dematerializiram_V : V ; - dembelin_N : N ; - dembeluvane_N : N ; - demenci_ja__N : N ; - demilitarizaci_ja__N : N ; - demilitariziram_V : V ; - demilitarizirane_N : N ; - demo_N : N ; - demobilizacionen_A : A ; - demobilizaci_ja__N : N ; - demobiliziram_V : V ; - demobilizirane_N : N ; - demograf_N : N ; - demografi_ja__N : N ; - demografski_A : A ; - demode_N : N ; - demodiram_V : V ; - demodiran_A : A ; - demodirane_N : N ; - demodulator_N : N ; - demoduliram_V : V ; - demodulirane_N : N ; - demokrat_N : N ; - demokratizaci_ja__N : N ; - demokratiziram_V : V ; - demokratizirane_N : N ; - demokratizym_N : N ; - demokrati_ch_en_A : A ; - demokrati_ch_eski_A : A ; - demokrati_ch_nost_N : N ; - demokraci_ja__N : N ; - demon_N : N ; - demonetizaci_ja__N : N ; - demonetiziram_V : V ; - demonizym_N : N ; - demoni_ch_en_A : A ; - demoni_ch_nost_N : N ; - demonologi_ja__N : N ; - demonski_A : A ; - demonstrant_N : N ; - demonstrantka_N : N ; - demonstrativen_A : A ; - demonstrator_N : N ; - demonstracionen_A : A ; - demonstraci_ja__N : N ; - demonstriram_V : V ; - demonstrirane_N : N ; - demonta_zj__N : N ; - demontiram_V : V ; - demontirane_N : N ; - demoralizaci_ja__N : N ; - demoraliziram_V : V ; - demoralizirane_N : N ; - dempfer_N : N ; - den_N : N ; - denaturalizaci_ja__N : N ; - denaturaliziram_V : V ; - denaturiram_V : V ; - denaturirane_N : N ; - denacionalizaci_ja__N : N ; - denacionaliziram_V : V ; - denacionalizirane_N : N ; - denacifikaci_ja__N : N ; - denacificiram_V : V ; - dendi_N : N ; - dendrolog_N : N ; - dendrologi_ja__N : N ; - denivelaci_ja__N : N ; - deniveliram_V : V ; - denica_N : N ; - denk_N : N ; - denominativen_A : A ; - denominaci_ja__N : N ; - denono_sht_en_A : A ; - denono_sht_ie_N : N ; - denonsiram_V : V ; - denonsirane_N : N ; - denuvam_V : V ; - denuvane_N : N ; - denuvka_N : N ; - deoksidiram_V : V ; - departament_N : N ; - depe_sh_a_N : N ; - depilatoar_N : N ; - depo_N : N ; - depoziram_V : V ; - depoziran_A : A ; - depozirane_N : N ; - depozit_N : N ; - depoziten_A : A ; - depol_ja_rizator_N : N ; - depol_ja_rizaci_ja__N : N ; - depol_ja_riziram_V : V ; - deponenten_A : A ; - deponiram_V : V ; - deponirane_N : N ; - deportaci_ja__N : N ; - deportiram_V : V ; - deportirane_N : N ; - depresant_N : N ; - depresiven_A : A ; - depresiram_V : V ; - depresirane_N : N ; - depresi_ja__N : N ; - depresor_N : N ; - deputat_N : N ; - deputatka_N : N ; - deputatski_A : A ; - deputaci_ja__N : N ; - dera_V : V ; - derajliram_V : V ; - derajlirane_N : N ; - derbi_N : N ; - dervi_sh__N : N ; - dere_N : N ; - derebej_N : N ; - derebejski_A : A ; - derebejstvo_N : N ; - derebejstvuvam_V : V ; - derebejstvuvane_N : N ; - dered_zj_e_N : N ; - derza_ja__V : V ; - derivat_N : N ; - derivaci_ja__N : N ; - derma_N : N ; - dermatit_N : N ; - dermatolog_N : N ; - dermatologi_ja__N : N ; - dermend_zj_i_ja__N : N ; - dert_N : N ; - desant_N : N ; - desanten_A : A ; - desen_A : A ; - desert_N : N ; - deserten_A : A ; - desetak_N : N ; - desetarka_N : N ; - desetgodi_sh_en_A : A ; - desetgodi_sh_nina_N : N ; - desetdneven_A : A ; - desetiletie_N : N ; - desetica_N : N ; - deseti_ch_en_A : A ; - desetka_N : N ; - desetkilometrov_A : A ; - desetmetrov_A : A ; - desetminuten_A : A ; - desetnik_N : N ; - desetoboj_N : N ; - desetoklasen_A : A ; - desetoklasnik_N : N ; - desetoklasnica_N : N ; - desetokrak_A : A ; - desetokraten_A : A ; - desetolevka_N : N ; - desetolisten_A : A ; - desetoprysten_A : A ; - desetoren_A : A ; - desetorka_N : N ; - desetostenen_A : A ; - desetoygylen_A : A ; - desetoygylnik_N : N ; - desetyk_N : N ; - desinteziram_V : V ; - desintezirane_N : N ; - desinhronizaci_ja__N : N ; - desinhroniziram_V : V ; - desinhroniziran_A : A ; - desinhronizirane_N : N ; - deskriptiven_A : A ; - deskriptor_N : N ; - desktop_N : N ; - desnica_N : N ; - desni_ch_ar_N : N ; - desni_ch_arski_A : A ; - desni_ch_arstvo_N : N ; - despot_N : N ; - despotizym_N : N ; - despoti_ch_en_A : A ; - despoti_ch_eski_A : A ; - despotstvo_N : N ; - destabiliziran_A : A ; - destilat_N : N ; - destilator_N : N ; - destilacionen_A : A ; - destilaci_ja__N : N ; - destiliram_V : V ; - destiliran_A : A ; - destilirane_N : N ; - destinaci_ja__N : N ; - destruktiven_A : A ; - destruktor_N : N ; - destrukci_ja__N : N ; - des_ja_tyk_N : N ; - detajl_N : N ; - detajlen_A : A ; - detajliram_V : V ; - detajliran_A : A ; - detajliranost_N : N ; - detajlnost_N : N ; - dete_N : N ; - detegleda_ch_ka_N : N ; - detektiv_N : N ; - detektivski_A : A ; - detektiram_V : V ; - detektirane_N : N ; - detektor_N : N ; - detektoren_A : A ; - detelina_N : N ; - detence_N : N ; - determinanta_N : N ; - determinizym_N : N ; - determiniram_V : V ; - determinirane_N : N ; - determiniranost_N : N ; - determinist_N : N ; - deteroden_A : A ; - deteubiec_N : N ; - deteubijstvo_N : N ; - deteubijca_N : N ; - detinski_A : A ; - detinstvo_N : N ; - detin_sht_ina_N : N ; - deti_sht_e_N : N ; - detonator_N : N ; - detonaci_ja__N : N ; - detoniram_V : V ; - detonirane_N : N ; - detrit_N : N ; - detriten_A : A ; - detronaci_ja__N : N ; - detroniram_V : V ; - detronirane_N : N ; - detski_A : A ; - detstvo_N : N ; - defekt_N : N ; - defekten_A : A ; - defektiven_A : A ; - defektivnost_N : N ; - defektiral_A : A ; - defektnost_N : N ; - defektoskopi_ja__N : N ; - defetizym_N : N ; - defetist_N : N ; - defile_N : N ; - defiliram_V : V ; - defilirane_N : N ; - definiram_V : V ; - definiran_A : A ; - definirane_N : N ; - definitiven_A : A ; - definici_ja__N : N ; - deficit_N : N ; - deficiten_A : A ; - deflaci_ja__N : N ; - deflektor_N : N ; - defloraci_ja__N : N ; - defloriram_V : V ; - deflorirane_N : N ; - defokusiran_A : A ; - deformator_N : N ; - deformaci_ja__N : N ; - deformiram_V : V ; - deformirane_N : N ; - dehermetiziram_V : V ; - dehermetizirane_N : N ; - dehidrator_N : N ; - dehidraci_ja__N : N ; - dehidriram_V : V ; - decentralizaci_ja__N : N ; - decentraliziram_V : V ; - decentralizirane_N : N ; - decentriram_V : V ; - decentrirane_N : N ; - decibel_N : N ; - decigram_V : V ; - decilityr_N : N ; - decimal_N : N ; - decimetyr_N : N ; - de_ch_ica_N : N ; - de_ch_urliga_N : N ; - de_sh_ifrator_N : N ; - de_sh_ifriram_V : V ; - de_sh_ifrirane_N : N ; - de_sh_ifrovka_N : N ; - de_ja_nie_N : N ; - de_ja_tel_N : N ; - de_ja_telen_A : A ; - de_ja_telka_N : N ; - de_ja_telnost_N : N ; - d_zj_avkam_V : V ; - d_zj_avkane_N : N ; - d_zj_ad_zj_a_N : N ; - d_zj_az_N : N ; - d_zj_azov_A : A ; - d_zj_amahiri_ja__N : N ; - d_zj_ambazin_N : N ; - d_zj_ambore_N : N ; - d_zj_amd_zj_i_ja__N : N ; - d_zj_ami_ja__N : N ; - d_zj_anka_N : N ; - d_zj_anta_N : N ; - d_zj_apam_V : V ; - d_zj_apane_N : N ; - d_zj_apanka_N : N ; - d_zj_asvam_V : V ; - d_zj_asvane_N : N ; - d_zj_askam_V : V ; - d_zj_askane_N : N ; - d_zj_aul_N : N ; - d_zj_eb_ch_ijstvo_N : N ; - d_zj_eb_ch_i_ja__N : N ; - d_zj_ezve_N : N ; - d_zj_elatin_N : N ; - d_zj_elepin_N : N ; - d_zj_endem_N : N ; - d_zj_entylmen_N : N ; - d_zj_entylmenski_A : A ; - d_zj_entylmenstvo_N : N ; - d_zj_ibrov_A : A ; - d_zj_igit_N : N ; - d_zj_in_N : N ; - d_zj_ins_N : N ; - d_zj_insi_N : N ; - d_zj_insov_A : A ; - d_zj_ip_N : N ; - d_zj_irant_N : N ; - d_zj_iro_N : N ; - d_zj_irosvam_V : V ; - d_zj_irosvane_N : N ; - d_zj_ihat_N : N ; - d_zj_ob_N : N ; - d_zj_oben_A : A ; - d_zj_ob_ch_e_N : N ; - d_zj_oging_N : N ; - d_zj_od_zj_en_N : N ; - d_zj_ojstik_N : N ; - d_zj_oker_N : N ; - d_zj_olan_N : N ; - d_zj_ud_zj_e_N : N ; - d_zj_udist_N : N ; - d_zj_udistka_N : N ; - d_zj_udo_N : N ; - d_zj_uka_N : N ; - d_zj_una_N : N ; - d_zj_ungla_N : N ; - d_zj_und_zj_urijka_N : N ; - d_zj_und_zj_uri_ja__N : N ; - d_zj_urkam_V : V ; - d_zj_urkane_N : N ; - dzynkam_V : V ; - dzynkane_N : N ; - diabet_N : N ; - diabetik_N : N ; - diabeti_ch_en_A : A ; - diabolizym_N : N ; - diagnoza_N : N ; - diagnostik_N : N ; - diagnostika_N : N ; - diagnosti_ch_en_A : A ; - diagonal_N : N ; - diagonalen_A : A ; - diagrama_N : N ; - diagramen_A : A ; - diadema_N : N ; - diakriti_ch_en_A : A ; - dialekt_N : N ; - dialekten_A : A ; - dialektizym_N : N ; - dialektik_N : N ; - dialektika_N : N ; - dialekti_ch_eski_A : A ; - dialektolog_N : N ; - dialektologi_ja__N : N ; - dializa_N : N ; - dialog_N : N ; - dialogi_ch_en_A : A ; - dialogi_ch_nost_N : N ; - dialogov_A : A ; - diamant_N : N ; - diamanten_A : A ; - diametrala_N : N ; - diametralen_A : A ; - diametralnost_N : N ; - diametyr_N : N ; - diapazon_N : N ; - diapozitiv_N : N ; - diapozitiven_A : A ; - diari_ja__N : N ; - diaskop_N : N ; - diaspora_N : N ; - diatermi_ja__N : N ; - diafilm_N : N ; - diafragma_N : N ; - diafragmen_A : A ; - diahroni_ja__N : N ; - div_A : A ; - divak_N : N ; - divan_N : N ; - divane_N : N ; - diva_ch_estvo_N : N ; - diva_ch_ka_N : N ; - diva_sh_ki_A : A ; - diva_sht_ina_N : N ; - diven_A : A ; - divergenten_A : A ; - divergenci_ja__N : N ; - diversant_N : N ; - diversantka_N : N ; - diversantski_A : A ; - diversionen_A : A ; - diversi_ja__N : N ; - dive_ch__N : N ; - dive_ja__V : V ; - divident_N : N ; - divizion_N : N ; - divizionen_A : A ; - divizi_ja__N : N ; - divorast_ja__sht__A : A ; - divost_N : N ; - divota_N : N ; - divoti_ja__N : N ; - diga_N : N ; - digam_V : V ; - digane_N : N ; - digitajzer_N : N ; - digitalen_A : A ; - digresi_ja__N : N ; - didaktizym_N : N ; - didaktika_N : N ; - didakti_ch_en_A : A ; - diez_N : N ; - dieta_N : N ; - dietik_N : N ; - dietika_N : N ; - dieti_ch_en_A : A ; - dizajn_N : N ; - dizajner_N : N ; - dizajnerski_A : A ; - dizel_N : N ; - dizelmotor_N : N ; - dizelov_A : A ; - dizenterien_A : A ; - dizenteri_ja__N : N ; - dikan_ja__N : N ; - dikensov_A : A ; - diktat_N : N ; - diktator_N : N ; - diktatorka_N : N ; - diktatorski_A : A ; - diktatura_N : N ; - diktovka_N : N ; - diktor_N : N ; - diktorski_A : A ; - diktofon_N : N ; - diktuvam_V : V ; - diktuvane_N : N ; - dikci_ja__N : N ; - dilaf_N : N ; - dilema_N : N ; - diletant_N : N ; - diletantizym_N : N ; - diletantka_N : N ; - diletantski_A : A ; - diletantstvo_N : N ; - dili_zj_ans_N : N ; - diluvialen_A : A ; - dilyr_N : N ; - dim_N : N ; - dimen_A : A ; - dimetilpropan_N : N ; - dimitrovski_A : A ; - dimitrov_ch_e_N : N ; - dimootvod_N : N ; - dim_ja__V : V ; - dina_N : N ; - dinamizym_N : N ; - dinamika_N : N ; - dinamit_N : N ; - dinamiten_A : A ; - dinami_ch_en_A : A ; - dinami_ch_eski_A : A ; - dinami_ch_nost_N : N ; - dinamo_N : N ; - dinamogenerator_N : N ; - dinar_N : N ; - dinasti_ch_en_A : A ; - dinasti_ja__N : N ; - dingil_N : N ; - dinen_A : A ; - dinitrobenzen_N : N ; - dinozavyr_N : N ; - din_ja__N : N ; - diod_N : N ; - dionisiev_A : A ; - dioptyr_N : N ; - dipla_N : N ; - diplene_N : N ; - diplom_N : N ; - diploma_N : N ; - diplomantka_N : N ; - diplomat_N : N ; - diplomatika_N : N ; - diplomati_ch_en_A : A ; - diplomati_ch_eski_A : A ; - diplomaci_ja__N : N ; - diplomen_A : A ; - diplomiram_V : V ; - diplomiran_A : A ; - diplomirane_N : N ; - dipl_ja__V : V ; - dipl_ja_nka_N : N ; - dipsomani_ja__N : N ; - direk_N : N ; - direkten_A : A ; - direktiva_N : N ; - direktiven_A : A ; - direktor_N : N ; - direktorien_A : A ; - direktori_ja__N : N ; - direktorka_N : N ; - direktorski_A : A ; - direktorstvam_V : V ; - direktorstvane_N : N ; - direktorstvo_N : N ; - direktrisa_N : N ; - direkcionen_A : A ; - direkci_ja__N : N ; - diren_A : A ; - direne_N : N ; - dirigent_N : N ; - dirigentka_N : N ; - dirigentski_A : A ; - dirigentstvo_N : N ; - diri_zj_abyl_N : N ; - diri_zj_iram_V : V ; - diri_zj_irane_N : N ; - dirnik_N : N ; - dir_ja__V : V ; - disektor_N : N ; - disekcionen_A : A ; - disekci_ja__N : N ; - diseminaci_ja__N : N ; - disertaci_ja__N : N ; - disident_N : N ; - disidentski_A : A ; - disidentstvo_N : N ; - disimilaci_ja__N : N ; - disimiliram_V : V ; - disk_N : N ; - diskant_N : N ; - diskantov_A : A ; - diskvalifikaci_ja__N : N ; - diskvalificiram_V : V ; - diskvalificirane_N : N ; - disketa_N : N ; - disketen_A : A ; - diskov_A : A ; - diskovode_sht__A : A ; - diskontiram_V : V ; - diskonto_N : N ; - diskos_N : N ; - diskoteka_N : N ; - diskote_ch_en_A : A ; - diskreditiram_V : V ; - diskreditirane_N : N ; - diskret_N : N ; - diskreten_A : A ; - diskretizaci_ja__N : N ; - diskretiziram_V : V ; - diskretiziran_A : A ; - diskretizirane_N : N ; - diskretnost_N : N ; - diskriminacionen_A : A ; - diskriminaci_ja__N : N ; - diskriminiram_V : V ; - diskriminirane_N : N ; - diskusionen_A : A ; - diskusi_ja__N : N ; - diskutiram_V : V ; - diskutirane_N : N ; - dislokaci_ja__N : N ; - dislokiram_V : V ; - dislokirane_N : N ; - disonans_N : N ; - disonanten_A : A ; - disonira_sht__A : A ; - disociaci_ja__N : N ; - dispanser_N : N ; - dispepsi_ja__N : N ; - dispersi_ja__N : N ; - dispe_ch_er_N : N ; - dispe_ch_erski_A : A ; - displej_N : N ; - dispozici_ja__N : N ; - disproporcionalen_A : A ; - disproporcionalnost_N : N ; - disproporci_ja__N : N ; - disput_N : N ; - disputant_N : N ; - disputiram_V : V ; - disputirane_N : N ; - distancionen_A : A ; - distanciram_V : V ; - distancirane_N : N ; - distanci_ja__N : N ; - distorci_ja__N : N ; - distributiv_N : N ; - distributor_N : N ; - distributorski_A : A ; - distribuci_ja__N : N ; - disharmoni_ch_en_A : A ; - disharmoni_ja__N : N ; - disciplina_N : N ; - disciplinaren_A : A ; - discipliniram_V : V ; - discipliniran_A : A ; - disciplinirane_N : N ; - discipliniranost_N : N ; - ditiramb_N : N ; - diferencial_N : N ; - diferencialen_A : A ; - diferenciaci_ja__N : N ; - diferenciram_V : V ; - diferenciran_A : A ; - diferencirane_N : N ; - difrakcionen_A : A ; - difrakci_ja__N : N ; - difterit_N : N ; - difteri_ja__N : N ; - diftong_N : N ; - diftongizaci_ja__N : N ; - difuzen_A : A ; - difuzionen_A : A ; - difuzi_ja__N : N ; - difuzxor_N : N ; - difuidiram_V : V ; - dihanie_N : N ; - dihatel_N : N ; - dihatelen_A : A ; - dihotomen_A : A ; - dihotomi_ja__N : N ; - di_sh_am_V : V ; - di_sh_ane_N : N ; - dlab_N : N ; - dlan_N : N ; - dleto_N : N ; - dlygnest_A : A ; - dly_zj_en_A : A ; - dly_zj_nik_N : N ; - dly_zj_nica_N : N ; - dly_zj_nost_N : N ; - dly_zj_nosten_A : A ; - dnevalen_A : A ; - dneven_A : A ; - dnevnik_N : N ; - dneska_sh_en_A : A ; - dne_sh_en_A : A ; - doajen_N : N ; - doba_N : N ; - dobavka_N : N ; - dobavy_ch_en_A : A ; - dobav_ja_m_V : V ; - dobav_ja_ne_N : N ; - dobera_V : V ; - doberman_N : N ; - dobiv_N : N ; - dobivam_V : V ; - dobivane_N : N ; - dobiven_A : A ; - dobiram_V : V ; - dobirane_N : N ; - dobityk_N : N ; - dobi_ch_e_N : N ; - doblest_N : N ; - doblesten_A : A ; - dobli_zj_avam_V : V ; - dobli_zj_avane_N : N ; - dobli_zj_en_A : A ; - dobli_zj_enost_N : N ; - dobrina_N : N ; - dobri_ch_yk_A : A ; - dobrovolen_A : A ; - dobrovolec_N : N ; - dobrovolnost_N : N ; - dobrovol_ch_eski_A : A ; - dobrodetel_N : N ; - dobrodetelen_A : A ; - dobrodetelnost_N : N ; - dobrode_ja_nie_N : N ; - dobrodu_sh_en_A : A ; - dobrodu_sh_ie_N : N ; - dobro_zj_elanie_N : N ; - dobro_zj_elatel_N : N ; - dobro_zj_elatelen_A : A ; - dobro_zj_elatelka_N : N ; - dobro_zj_elatelnost_N : N ; - dobro_zj_elatelski_A : A ; - dobro_zj_elatelstvo_N : N ; - dobroka_ch_estven_A : A ; - dobroka_ch_estvenost_N : N ; - dobronameren_A : A ; - dobrosyvesten_A : A ; - dobrosyvestnost_N : N ; - dobrosyrde_ch_en_A : A ; - dobrosyrde_ch_ie_N : N ; - dobrosyrde_ch_nost_N : N ; - dobrosysedski_A : A ; - dobrota_N : N ; - dobrotvorstvo_N : N ; - dobro_ch_estina_N : N ; - dobro_ja__V : V ; - dobruvam_V : V ; - dobruvane_N : N ; - dobrud_zj_anec_N : N ; - dobrud_zj_anka_N : N ; - dobrud_zj_anski_A : A ; - dobr_ja_k_N : N ; - dobyr_A : A ; - dobyr_sh_a_V : V ; - dovaren_A : A ; - dovar_ja_vam_V : V ; - dovedenik_N : N ; - dovedenica_N : N ; - dove_zj_dam_V : V ; - dove_zj_dane_N : N ; - doveren_A : A ; - doverenik_N : N ; - doverenica_N : N ; - doverenost_N : N ; - doverie_N : N ; - doveritel_N : N ; - doveritelen_A : A ; - doveritelka_N : N ; - dover_ch_iv_A : A ; - dover_ch_ivost_N : N ; - dover_ja_vam_V : V ; - dover_ja_vane_N : N ; - dove_ch_er_ja_m_V : V ; - dovi_zj_dane_N : N ; - dovi_ja__V : V ; - dovli_ch_am_V : V ; - dovli_ch_ane_N : N ; - dovod_N : N ; - dovoenen_A : A ; - dovozvam_V : V ; - dovozvane_N : N ; - dovolen_A : A ; - dovolstvam_V : V ; - dovolstvane_N : N ; - dovolstvo_N : N ; - dovtasane_N : N ; - dovtasvam_V : V ; - dovtasvane_N : N ; - dov_ch_era_sh_en_A : A ; - dovyr_zj_a_V : V ; - dovyr_sh_avam_V : V ; - dovyr_sh_avane_N : N ; - dovyr_sh_vam_V : V ; - dovyr_sh_vane_N : N ; - dovyr_sh_itelen_A : A ; - dov_ja_vam_V : V ; - dov_ja_vane_N : N ; - dog_N : N ; - dogadka_N : N ; - dogadliv_A : A ; - dogadlivost_N : N ; - doga_zj_dam_V : V ; - doga_zj_dane_N : N ; - dogand_zj_i_ja__N : N ; - dogar_ja_m_V : V ; - dogar_ja_ne_N : N ; - dogle_zj_dam_V : V ; - dogle_zj_dane_N : N ; - dogma_N : N ; - dogmatizym_N : N ; - dogmatik_N : N ; - dogmatika_N : N ; - dogmati_ch_en_A : A ; - dogmati_ch_nost_N : N ; - dognev_ja_vam_V : V ; - dognus_ja_vam_V : V ; - dognus_ja_vane_N : N ; - dogovar_ja_m_V : V ; - dogovar_ja_ne_N : N ; - dogovor_N : N ; - dogovoren_A : A ; - dogovorenost_N : N ; - dogovoriran_A : A ; - dogonvam_V : V ; - dogonvane_N : N ; - dogor_ja__V : V ; - dograma_N : N ; - dogramad_zj_i_ja__N : N ; - dogre_ja__V : V ; - dogrizvam_V : V ; - dogrizvane_N : N ; - dodavam_V : V ; - dodavane_N : N ; - dodejvam_V : V ; - dodejvane_N : N ; - dodekaedyr_N : N ; - dodera_V : V ; - dodyvkvam_V : V ; - dodyvkvane_N : N ; - dod_ja_vam_V : V ; - dod_ja_vane_N : N ; - dod_ja_lam_V : V ; - doen_A : A ; - doene_N : N ; - do_zj_al_ja_vam_V : V ; - do_zj_ivoten_A : A ; - do_zj_iv_ja_vam_V : V ; - do_zj_iv_ja_vane_N : N ; - doza_N : N ; - dozator_N : N ; - dozvol_ja_vam_V : V ; - dozvol_ja_vane_N : N ; - dozimetrist_N : N ; - dozimetyr_N : N ; - doziram_V : V ; - dozirane_N : N ; - dozirovka_N : N ; - doznanie_N : N ; - dozr_ja_vam_V : V ; - dozr_ja_vane_N : N ; - doigravam_V : V ; - doigravane_N : N ; - doiz_zj_iv_ja_vane_N : N ; - doizkazvam_V : V ; - doizkazvane_N : N ; - doizkaram_V : V ; - doizkarvam_V : V ; - doizkarvane_N : N ; - doizkusuren_A : A ; - doizkusurenost_N : N ; - doizkusur_ja_vam_V : V ; - doizle_zj_avam_V : V ; - doizle_zj_avane_N : N ; - doizle_ja__V : V ; - doizmisl_ja_m_V : V ; - doiznosvam_V : V ; - doiznosvane_N : N ; - doizpe_ja__V : V ; - doizpivam_V : V ; - doizpivane_N : N ; - doizpipan_A : A ; - doizpipvam_V : V ; - doizpitam_V : V ; - doizpi_sh_a_V : V ; - doizpla_sht_am_V : V ; - doizpla_sht_ane_N : N ; - doizpylvam_V : V ; - doizpylvane_N : N ; - doizrabotvam_V : V ; - doizraboten_A : A ; - doizrabotenost_N : N ; - doizri_ch_am_V : V ; - doizri_ch_ane_N : N ; - doizseka_V : V ; - doizslu_zj_vam_V : V ; - doizslu_zj_vane_N : N ; - doizslu_sh_ane_N : N ; - doizslu_sh_vam_V : V ; - doizslu_sh_vane_N : N ; - doizsmukvam_V : V ; - doizsu_sh_en_A : A ; - doiz_ch_akvam_V : V ; - doiz_ch_akvane_N : N ; - doiz_ja__zj_dam_V : V ; - doiz_ja__zj_dane_N : N ; - doiz_ja_snenost_N : N ; - doiz_ja_sn_ja_vam_V : V ; - doiz_ja_sn_ja_vane_N : N ; - doilen_A : A ; - doilka_N : N ; - doiln_ja__N : N ; - doistori_ch_eski_A : A ; - dojka_N : N ; - dok_N : N ; - dokazanost_N : N ; - dokazatelen_A : A ; - dokazatelstven_A : A ; - dokazatelstvo_N : N ; - dokazvam_V : V ; - dokazvane_N : N ; - dokazuem_A : A ; - dokazuemost_N : N ; - dokarane_N : N ; - dokarvam_V : V ; - dokarvane_N : N ; - doka_ch_am_V : V ; - doka_ch_ane_N : N ; - doka_ch_vam_V : V ; - doka_ch_vane_N : N ; - doka_ch_enie_N : N ; - doka_ch_itelen_A : A ; - doka_ch_liv_A : A ; - doka_ch_livost_N : N ; - doker_N : N ; - doklad_N : N ; - dokladvam_V : V ; - dokladvane_N : N ; - dokladen_A : A ; - dokladna_N : N ; - doklad_ch_ik_N : N ; - dokovavam_V : V ; - dokovavane_N : N ; - dokol_ja__V : V ; - dokopam_V : V ; - dokopvam_V : V ; - dokopvane_N : N ; - dokosvam_V : V ; - dokosvane_N : N ; - dokos_ja__V : V ; - dokriv_ja_vam_V : V ; - doktor_N : N ; - doktorat_N : N ; - doktorka_N : N ; - doktorski_A : A ; - doktrina_N : N ; - doktrinalen_A : A ; - doktrinarstvo_N : N ; - doktrinen_A : A ; - doktriner_N : N ; - doktrinerski_A : A ; - dokument_N : N ; - dokumentalen_A : A ; - dokumentaci_ja__N : N ; - dokumenten_A : A ; - dokumentiram_V : V ; - dokumentiran_A : A ; - dokumentirane_N : N ; - dokysvam_V : V ; - dokysvane_N : N ; - dol_N : N ; - dolav_ja_m_V : V ; - dolav_ja_ne_N : N ; - dolagam_V : V ; - dolagane_N : N ; - dolazvam_V : V ; - dolazvane_N : N ; - dolap_N : N ; - dolap_ch_e_N : N ; - dolar_N : N ; - dolaren_A : A ; - dolarov_A : A ; - dolen_A : A ; - dolepvam_V : V ; - dolepvane_N : N ; - dolep_ja_m_V : V ; - dolep_ja_ne_N : N ; - dolet_ja_vam_V : V ; - dolet_ja_vane_N : N ; - dolivam_V : V ; - dolivane_N : N ; - dolina_N : N ; - dolinen_A : A ; - dolitam_V : V ; - dolitane_N : N ; - doli_sht_e_N : N ; - dolma_N : N ; - dolni_sht_e_N : N ; - dolnozemec_N : N ; - dolnozemka_N : N ; - dolnozemski_A : A ; - dolnoka_ch_estven_A : A ; - dolnoka_ch_estvenost_N : N ; - dolnoproben_A : A ; - dolnoprobnost_N : N ; - dolovim_A : A ; - dolovimost_N : N ; - dolomit_N : N ; - doluizbroen_A : A ; - doluizlo_zj_en_A : A ; - doluozna_ch_en_A : A ; - dolupodpisan_A : A ; - doluposo_ch_en_A : A ; - doluspomenat_A : A ; - dolusto_ja__sht__A : A ; - dol_ch_ina_N : N ; - dol_ch_inka_N : N ; - dol_iu_t_ja__V : V ; - dom_N : N ; - doma_zj_a_V : V ; - domakin_N : N ; - domakinski_A : A ; - domakinstvam_V : V ; - domakinstvane_N : N ; - domakinstvo_N : N ; - domakin_ja__N : N ; - domat_N : N ; - domaten_A : A ; - doma_sh_arski_A : A ; - doma_sh_en_A : A ; - doma_sh_nost_N : N ; - domejn_N : N ; - domel_ja__V : V ; - domen_A : A ; - domenen_A : A ; - dometa_V : V ; - domil_ja_vam_V : V ; - domil_ja_vane_N : N ; - dominanta_N : N ; - dominanten_A : A ; - dominantnost_N : N ; - dominaci_ja__N : N ; - dominikanec_N : N ; - dominikanka_N : N ; - dominikanski_A : A ; - dominion_N : N ; - dominiram_V : V ; - dominirane_N : N ; - domino_N : N ; - domitam_V : V ; - domitane_N : N ; - domi_ja__V : V ; - domov_A : A ; - domovit_N : N ; - domovladelec_N : N ; - domovladika_N : N ; - domogvam_V : V ; - domogvane_N : N ; - domona_ch_alnik_N : N ; - domoprite_zj_atel_N : N ; - domoprite_zj_atelka_N : N ; - domorasyl_A : A ; - domostroitel_N : N ; - domostroitelstvo_N : N ; - domoupravitel_N : N ; - domofon_N : N ; - domo_ch_adie_N : N ; - domo_sh_ar_N : N ; - domo_sh_arski_A : A ; - domykvam_V : V ; - domykvane_N : N ; - domy_ch_n_ja_vam_V : V ; - don_N : N ; - dona_N : N ; - donabornik_N : N ; - dona_zj_dam_V : V ; - donalivam_V : V ; - donalivane_N : N ; - donapi_sh_a_V : V ; - donapylvam_V : V ; - donapylvane_N : N ; - donas_ja_m_V : V ; - donas_ja_ne_N : N ; - donau_ch_en_A : A ; - donesa_V : V ; - donesenie_N : N ; - don_zj_uan_N : N ; - don_zj_uanski_A : A ; - doni_zj_a_V : V ; - donkihotovski_A : A ; - donkihotov_sht_ina_N : N ; - donkihotstvo_N : N ; - donos_N : N ; - donosvam_V : V ; - donosvane_N : N ; - donosnik_N : N ; - donosnica_N : N ; - donosni_ch_a_V : V ; - donosni_ch_ene_N : N ; - donosni_ch_estvo_N : N ; - donosni_ch_ka_N : N ; - donos_ch_ik_N : N ; - donski_A : A ; - doobmisl_ja__V : V ; - doobmisl_ja_ne_N : N ; - doobrabotvam_V : V ; - doobrabotvane_N : N ; - doobyrkvam_V : V ; - doob_ja_sn_ja_vam_V : V ; - doob_ja_sn_ja_vane_N : N ; - doogla_zj_dam_V : V ; - doozdrav_ja_vam_V : V ; - doozdrav_ja_vane_N : N ; - dooktomvrijski_A : A ; - doosvobo_zj_denski_A : A ; - dooform_ja_vam_V : V ; - dooform_ja_m_V : V ; - dooform_ja_ne_N : N ; - doocen_ja_vam_V : V ; - doocen_ja_vane_N : N ; - dopadam_V : V ; - dopadane_N : N ; - dopera_V : V ; - dope_ch_atam_V : V ; - dope_ch_atvam_V : V ; - dope_ch_atvane_N : N ; - dope_ja__V : V ; - dopivam_V : V ; - dopivane_N : N ; - dopil_ja_vam_V : V ; - dopil_ja_vane_N : N ; - doping_N : N ; - dopipane_N : N ; - dopipvam_V : V ; - dopipvane_N : N ; - dopir_N : N ; - dopiram_V : V ; - dopirane_N : N ; - dopiratelen_A : A ; - dopiren_A : A ; - dopisvam_V : V ; - dopisvane_N : N ; - dopisen_A : A ; - dopiska_N : N ; - dopisnik_N : N ; - dopitane_N : N ; - dopitvam_V : V ; - dopitvane_N : N ; - dopi_ch_am_V : V ; - dopi_ch_ane_N : N ; - doplavam_V : V ; - doplavane_N : N ; - dopla_ch_a_V : V ; - dopla_sht_am_V : V ; - dopla_sht_ane_N : N ; - doplitam_V : V ; - doplitane_N : N ; - dopluvam_V : V ; - dopluvane_N : N ; - dopovry_sht_am_V : V ; - dopotopen_A : A ; - dopra_V : V ; - doprav_ja_m_V : V ; - doprav_ja_ne_N : N ; - dopreda_V : V ; - dopredavam_V : V ; - doprinas_ja_m_V : V ; - doprinas_ja_ne_N : N ; - dopro_ch_itam_V : V ; - dopro_ch_itane_N : N ; - dopuskam_V : V ; - dopuskane_N : N ; - dopustim_A : A ; - dopustimost_N : N ; - dopu_sh_vam_V : V ; - dopu_sh_vane_N : N ; - dopu_sht_am_V : V ; - dopu_sht_ane_N : N ; - dopylvam_V : V ; - dopylvane_N : N ; - dopylz_ja_vam_V : V ; - dopylz_ja_vane_N : N ; - dopylnenie_N : N ; - dopylnitelen_A : A ; - dopyln_ja_m_V : V ; - dopyln_ja_ne_N : N ; - dopyr_zj_vam_V : V ; - dopyr_zj_vane_N : N ; - dorabotvam_V : V ; - dorabotvane_N : N ; - dorazbivam_V : V ; - dorazbivane_N : N ; - dorazbiram_V : V ; - dorazbirane_N : N ; - dorazvivam_V : V ; - dorazvivane_N : N ; - dorazkazvam_V : V ; - dorazkazvane_N : N ; - dorazkrivam_V : V ; - dorazkrivane_N : N ; - dorazrabotvam_V : V ; - dorazrabotvane_N : N ; - dorazru_sh_avane_N : N ; - dorastvam_V : V ; - dorastvane_N : N ; - dorevol_iu_cionen_A : A ; - dored_ja__V : V ; - dore_zj_dam_V : V ; - dore_zj_dane_N : N ; - doreka_V : V ; - dorest_A : A ; - dore_sh_a_V : V ; - dorijski_A : A ; - dorsalen_A : A ; - dorutvam_V : V ; - dorutvane_N : N ; - dosada_N : N ; - dosaden_A : A ; - dosadliv_A : A ; - dosadlivost_N : N ; - dosadnik_N : N ; - dosa_zj_dam_V : V ; - dosa_zj_dane_N : N ; - dosvid_ja_vam_V : V ; - doseg_N : N ; - dosegaem_A : A ; - dosegaemost_N : N ; - dosega_sh_en_A : A ; - dosed_ja_vam_V : V ; - dosed_ja_vane_N : N ; - doseka_V : V ; - doseptemvrijski_A : A ; - dosetliv_A : A ; - dosetlivost_N : N ; - dose_sht_am_V : V ; - dose_sht_ane_N : N ; - dose_ja__V : V ; - dosie_N : N ; - dosipvam_V : V ; - dosipvane_N : N ; - doskoro_sh_en_A : A ; - doskubvam_V : V ; - doskubvane_N : N ; - dosku_ch_a_ja__V : V ; - dosloven_A : A ; - doslu_zj_vam_V : V ; - doslu_zj_vane_N : N ; - doslu_sh_vam_V : V ; - doslu_sh_vane_N : N ; - dosme_sh_avam_V : V ; - dosmukvam_V : V ; - dospeh_N : N ; - dospivam_V : V ; - dospivane_N : N ; - dosram_ja_vam_V : V ; - dosram_ja_vane_N : N ; - dosrut_ja__V : V ; - dost_N : N ; - dostavka_N : N ; - dostav_ch_ik_N : N ; - dostav_ja_m_V : V ; - dostav_ja_ne_N : N ; - dostaty_ch_en_A : A ; - dostaty_ch_nost_N : N ; - dostigaem_A : A ; - dostigam_V : V ; - dostigane_N : N ; - dosti_zj_enie_N : N ; - dosti_zj_im_A : A ; - dosti_zj_imost_N : N ; - dostoveren_A : A ; - dostovernost_N : N ; - dostoen_A : A ; - dostojnstvo_N : N ; - dostolepen_A : A ; - dostolepie_N : N ; - dostopameten_A : A ; - dostopo_ch_ten_A : A ; - dostop_ja__V : V ; - dostouva_zj_avan_A : A ; - dosto_ja_vam_V : V ; - dosto_ja_vane_N : N ; - dosto_ja_nie_N : N ; - dostra_sh_avam_V : V ; - dostra_sh_avane_N : N ; - dostro_ja_vam_V : V ; - dostro_ja_vane_N : N ; - dostyp_N : N ; - dostypen_A : A ; - dostypnost_N : N ; - dosu_sh_avam_V : V ; - dosu_sh_avane_N : N ; - dosyrbam_V : V ; - dosyhvam_V : V ; - dosyhvane_N : N ; - dos_ja_gam_V : V ; - dos_ja_gane_N : N ; - dotam_V : V ; - dotaci_ja__N : N ; - dotegliv_A : A ; - dotegl_ja_m_V : V ; - dotegl_ja_ne_N : N ; - dote_zj_a_V : V ; - doteka_V : V ; - dotikam_V : V ; - dotikvam_V : V ; - dotikva_ch__N : N ; - dotikva_ch_en_A : A ; - doti_ch_vam_V : V ; - doti_ch_vane_N : N ; - dotl_ja_vam_V : V ; - dotl_ja_vane_N : N ; - dotovarvam_V : V ; - dotovarvane_N : N ; - dotogava_sh_en_A : A ; - dotrajvam_V : V ; - dotrajvane_N : N ; - dotr_ja_bvam_V : V ; - dotr_ja_bvane_N : N ; - dotyka_V : V ; - dotykm_ja_vam_V : V ; - dotykm_ja_vane_N : N ; - dotyr_ch_avam_V : V ; - dotyr_ch_avane_N : N ; - dotytruzvam_V : V ; - dotytruzvane_N : N ; - dotytr_ja_m_V : V ; - dotytr_ja_ne_N : N ; - dot_ja_gam_V : V ; - dot_ja_gane_N : N ; - doubivam_V : V ; - doubivane_N : N ; - dougo_ja_vam_V : V ; - dougo_ja_vane_N : N ; - doumyrtv_ja_vam_V : V ; - doumyrtv_ja_vane_N : N ; - doum_ja_vam_V : V ; - doum_ja_vane_N : N ; - douni_sht_o_zj_avam_V : V ; - douni_sht_o_zj_avane_N : N ; - doutol_ja__V : V ; - dou_ch_vam_V : V ; - dou_ch_vane_N : N ; - dohvyr_ch_avam_V : V ; - dohvyr_ch_avane_N : N ; - dohod_N : N ; - dohoden_A : A ; - dohodnost_N : N ; - dohodonosen_A : A ; - doho_zj_dam_V : V ; - doho_zj_dane_N : N ; - dohranvam_V : V ; - dohranvane_N : N ; - doce_zj_dam_V : V ; - doce_zj_dane_N : N ; - docent_N : N ; - docentski_A : A ; - docentura_N : N ; - do_ch_akvam_V : V ; - do_ch_akvane_N : N ; - do_ch_en_A : A ; - do_ch_erne_ja__V : V ; - do_ch_itam_V : V ; - do_ch_itane_N : N ; - do_ch_uvam_V : V ; - do_ch_uvane_N : N ; - do_ch_upvam_V : V ; - do_ch_upvane_N : N ; - do_ja__V : V ; - do_ja_dam_V : V ; - do_ja_dane_N : N ; - do_ja__zj_dam_V : V ; - do_ja__zj_dane_N : N ; - do_ja__ch__N : N ; - do_ja__ch_ka_N : N ; - drag_A : A ; - dragalevski_A : A ; - draginko_N : N ; - dragovolen_A : A ; - dragoman_N : N ; - dragost_N : N ; - dragocenen_A : A ; - dragocennost_N : N ; - dragun_N : N ; - dragunski_A : A ; - dra_zj_e_N : N ; - drazlivost_N : N ; - draznene_N : N ; - draznenie_N : N ; - draznim_A : A ; - draznimost_N : N ; - draznitel_N : N ; - draznitelen_A : A ; - drazn_ja__V : V ; - drajv_N : N ; - drajver_N : N ; - draka_N : N ; - drakon_N : N ; - drakonov_A : A ; - drakonovski_A : A ; - drama_N : N ; - dramatizaci_ja__N : N ; - dramatiziram_V : V ; - dramatizirane_N : N ; - dramatizym_N : N ; - dramatik_N : N ; - dramati_ch_en_A : A ; - dramati_ch_eski_A : A ; - dramati_ch_nost_N : N ; - dramaturg_N : N ; - dramaturgi_ch_eski_A : A ; - dramaturgi_ja__N : N ; - drangolnik_N : N ; - drapam_V : V ; - drapane_N : N ; - draperi_ja__N : N ; - drapiram_V : V ; - drapirane_N : N ; - drapirovka_N : N ; - drasvam_V : V ; - drasvane_N : N ; - draska_N : N ; - draskam_V : V ; - draskane_N : N ; - draskanica_N : N ; - draska_ch__N : N ; - draskvam_V : V ; - draskvane_N : N ; - draskotina_N : N ; - draskot_ja__V : V ; - draskulka_N : N ; - drasti_ch_en_A : A ; - drahma_N : N ; - dra_sht_ene_N : N ; - dra_sht__ja__V : V ; - dreben_A : A ; - drebnav_A : A ; - drebnavost_N : N ; - drebni_ch_yk_A : A ; - drebnobur_zj_oazen_A : A ; - drebnozyrnest_A : A ; - drebnolist_A : A ; - drebnolisten_A : A ; - drebnoryst_A : A ; - drebnosobstveni_ch_eski_A : A ; - drebnostokov_A : A ; - drebolijka_N : N ; - dreboli_ja__N : N ; - drebosyk_N : N ; - drebosy_ch_e_N : N ; - dreven_A : A ; - drevnogermanski_A : A ; - drevnogrycki_A : A ; - drevnoevrejski_A : A ; - drevnokeltski_A : A ; - drevnorimski_A : A ; - drevnosirijski_A : A ; - drevnost_N : N ; - drezgav_A : A ; - drezgavina_N : N ; - drezgavost_N : N ; - drezdenski_A : A ; - drezina_N : N ; - drejf_N : N ; - drelka_N : N ; - dremvam_V : V ; - dremvane_N : N ; - dremla_N : N ; - dremliv_A : A ; - dremlivost_N : N ; - drem_ja__V : V ; - drena_zj__N : N ; - drena_zj_en_A : A ; - drenak_N : N ; - dreniram_V : V ; - drenirane_N : N ; - dresiram_V : V ; - dresirane_N : N ; - dresirova_ch__N : N ; - dresirovka_N : N ; - dresxor_N : N ; - dreha_N : N ; - dreharka_N : N ; - dreharski_A : A ; - dre_sh_ka_N : N ; - dre_sh_nik_N : N ; - dribliram_V : V ; - driblirane_N : N ; - dribyl_N : N ; - dripa_N : N ; - dripav_A : A ; - dripavost_N : N ; - dripla_N : N ; - driplxo_N : N ; - driskam_V : V ; - drob_N : N ; - droben_A : A ; - drobilka_N : N ; - drobinka_N : N ; - drob_ch_e_N : N ; - drob_ja__V : V ; - drogerien_A : A ; - drogerist_N : N ; - drogeristka_N : N ; - drogeri_ja__N : N ; - drozd_N : N ; - dropla_N : N ; - drops_N : N ; - drosel_N : N ; - droselen_A : A ; - droseliram_V : V ; - drug_A : A ; - drugar_N : N ; - drugarka_N : N ; - drugarski_A : A ; - drugarstvo_N : N ; - drugaruvam_V : V ; - drugaruvane_N : N ; - drugar_ch_e_N : N ; - drugoverec_N : N ; - drugoverie_N : N ; - drugoverski_A : A ; - drugozemen_A : A ; - drugozemec_N : N ; - drugoplaneten_A : A ; - drugorasov_A : A ; - drugoselec_N : N ; - drugoselka_N : N ; - drugoselski_A : A ; - dru_zj_a_V : V ; - dru_zj_ba_N : N ; - dru_zj_ba_sh__N : N ; - dru_zj_ba_sh_ki_A : A ; - dru_zj_el_iu_ben_A : A ; - dru_zj_el_iu_bie_N : N ; - dru_zj_el_iu_bnost_N : N ; - dru_zj_en_A : A ; - dru_zj_ene_N : N ; - dru_zj_eski_A : A ; - dru_zj_estven_A : A ; - dru_zj_estvo_N : N ; - dru_zj_ina_N : N ; - dru_zj_inen_A : A ; - dru_zj_ka_N : N ; - dru_zj_nost_N : N ; - druza_N : N ; - druidizym_N : N ; - druidski_A : A ; - drum_N : N ; - drumi_sht_e_N : N ; - drumnik_N : N ; - drusam_V : V ; - drusane_N : N ; - drusvam_V : V ; - drusvane_N : N ; - druskam_V : V ; - druskane_N : N ; - dryvnik_N : N ; - dryvce_N : N ; - dryv_ch_e_N : N ; - drygliv_A : A ; - dryglivost_N : N ; - drygna_V : V ; - dry_zj_ka_N : N ; - dryzvam_V : V ; - dryzvane_N : N ; - dryznoven_A : A ; - dryznovenie_N : N ; - drynvam_V : V ; - drynvane_N : N ; - drynkalka_N : N ; - drynkalo_N : N ; - drynkam_V : V ; - drynkane_N : N ; - drynkanica_N : N ; - drynkulka_N : N ; - dryn_ch_ene_N : N ; - drypvam_V : V ; - drypvane_N : N ; - drypnat_A : A ; - drypnatost_N : N ; - dr_ja_zga_N : N ; - dr_ja_mvam_V : V ; - dr_ja_mvane_N : N ; - dr_ja_mka_N : N ; - dr_ja_n_N : N ; - dr_ja_nka_N : N ; - dr_ja_nov_A : A ; - dr_ja_novec_N : N ; - dr_ja_novica_N : N ; - dr_ja_novski_A : A ; - dualizym_N : N ; - dualist_N : N ; - dualisti_ch_en_A : A ; - dualisti_ch_eski_A : A ; - dualistka_N : N ; - dubla_zj__N : N ; - duble_N : N ; - dublet_N : N ; - dubleten_A : A ; - dublikat_N : N ; - dubliram_V : V ; - dublirane_N : N ; - dublxor_N : N ; - dublxorka_N : N ; - dubyl_N : N ; - duvar_N : N ; - duduk_N : N ; - duel_N : N ; - dueliram_V : V ; - duelirane_N : N ; - duet_N : N ; - duzina_N : N ; - duk_N : N ; - dukat_N : N ; - dukesa_N : N ; - dulo_N : N ; - duma_N : N ; - dumam_V : V ; - dumane_N : N ; - dumbaz_N : N ; - dumbazki_A : A ; - dumica_N : N ; - dumi_ch_ka_N : N ; - dumkam_V : V ; - dumkane_N : N ; - dunavec_N : N ; - dunavski_A : A ; - dunapren_N : N ; - dunaprenov_A : A ; - dunda_N : N ; - dundest_A : A ; - duo_N : N ; - dupe_N : N ; - dupest_A : A ; - dupka_N : N ; - dupleks_N : N ; - dupleksen_A : A ; - dup_ch_a_V : V ; - dup_ch_est_A : A ; - dup_ch_ica_N : N ; - durak_N : N ; - duraluminij_N : N ; - durankola_sh_ki_A : A ; - duh_N : N ; - duhalka_N : N ; - duhalo_N : N ; - duham_V : V ; - duhane_N : N ; - duhatelen_A : A ; - duha_ch__N : N ; - duhvam_V : V ; - duhvane_N : N ; - duhov_A : A ; - duhoven_A : A ; - duhovenstvo_N : N ; - duhovit_A : A ; - duhovitost_N : N ; - duhovnik_N : N ; - duhovni_ch_eski_A : A ; - duhovnost_N : N ; - du_sh__N : N ; - du_sh_a_V : V ; - du_sh_evadec_N : N ; - du_sh_evadnik_N : N ; - du_sh_even_A : A ; - du_sh_evnobolen_A : A ; - du_sh_evnost_N : N ; - du_sh_eguben_A : A ; - du_sh_egubec_N : N ; - du_sh_egubka_N : N ; - du_sh_en_A : A ; - du_sh_ene_N : N ; - du_sh_eprikaz_ch_ik_N : N ; - du_sh_ica_N : N ; - du_sh_i_ch_ka_N : N ; - du_sh_ka_N : N ; - du_sh_man_N : N ; - du_sh_manin_N : N ; - du_sh_manka_N : N ; - du_sh_manlyk_N : N ; - du_sh_manski_A : A ; - du_sh_ov_A : A ; - du_ja__V : V ; - dyb_N : N ; - dybak_N : N ; - dybilen_A : A ; - dyblinski_A : A ; - dybov_A : A ; - dybrava_N : N ; - dyvka_N : N ; - dyvkan_A : A ; - dyvkane_N : N ; - dyvkatelen_A : A ; - dyv_ch_a_V : V ; - dyv_ch_ene_N : N ; - dyga_N : N ; - dygov_A : A ; - dygoviden_A : A ; - dygoobrazen_A : A ; - dy_zj_d_N : N ; - dy_zj_deliv_A : A ; - dy_zj_dec_N : N ; - dy_zj_dobran_N : N ; - dy_zj_dovalen_A : A ; - dy_zj_doven_A : A ; - dy_zj_dovit_A : A ; - dy_zj_dovitost_N : N ; - dy_zj_dovnik_N : N ; - dy_zj_dovnost_N : N ; - dy_zj_domer_N : N ; - dy_zj_donosen_A : A ; - dy_zj_dosvirec_N : N ; - dy_zj_duvam_V : V ; - dy_zj_duvane_N : N ; - dylbaene_N : N ; - dylbane_N : N ; - dylba_ja__V : V ; - dylbina_N : N ; - dylbok_A : A ; - dylbokovoden_A : A ; - dylbokomislen_A : A ; - dylbokomislenost_N : N ; - dylbokomorski_A : A ; - dylbokosmislen_A : A ; - dylbo_ch_ina_N : N ; - dylbo_ch_inen_A : A ; - dylg_N : N ; - dylgoboen_A : A ; - dylgobrad_A : A ; - dylgovat_A : A ; - dylgove_ch_en_A : A ; - dylgove_ch_nost_N : N ; - dylgovlaknest_A : A ; - dylgovlas_A : A ; - dylgovremenen_A : A ; - dylgovremennost_N : N ; - dylgogodi_sh_en_A : A ; - dylgodenstvie_N : N ; - dylgokos_A : A ; - dylgokrak_A : A ; - dylgoleten_A : A ; - dylgoletie_N : N ; - dylgolik_A : A ; - dylgometra_zj_en_A : A ; - dylgonog_A : A ; - dylgoo_ch_akvan_A : A ; - dylgoperest_A : A ; - dylgoryk_A : A ; - dylgosvire_sht__A : A ; - dylgosro_ch_en_A : A ; - dylgotraen_A : A ; - dylgotrajnost_N : N ; - dylgotyrpeliv_A : A ; - dylgouh_A : A ; - dylgunest_A : A ; - dylgurest_A : A ; - dylgu_ch__N : N ; - dyl_zj_a_V : V ; - dyl_zj_im_A : A ; - dyl_zj_imost_N : N ; - dyl_zj_ina_N : N ; - dylyg_A : A ; - dymping_N : N ; - dynen_A : A ; - dyner_N : N ; - dynest_A : A ; - dynki_N : N ; - dynkov_A : A ; - dyno_N : N ; - dyn_ja__V : V ; - dyrvar_N : N ; - dyrvarski_A : A ; - dyrvarstvo_N : N ; - dyrven_A : A ; - dyrvenica_N : N ; - dyrven_ja_k_N : N ; - dyrvesen_A : A ; - dyrvesina_N : N ; - dyrvesinen_A : A ; - dyrvo_N : N ; - dyrvoviden_A : A ; - dyrvodelec_N : N ; - dyrvodelie_N : N ; - dyrvodelski_A : A ; - dyrvodelstvo_N : N ; - dyrvodobiv_N : N ; - dyrvodobiven_A : A ; - dyrvolaz_N : N ; - dyrvoobrabotvane_N : N ; - dyrvoobrabotvatelen_A : A ; - dyrvoobrabotva_sht__A : A ; - dyrvopodoben_A : A ; - dyrvoprerabotvane_N : N ; - dyrvore_zj_e_sht__A : A ; - dyrvoreza_ch_ka_N : N ; - dyrvorezba_N : N ; - dyrvorezbar_N : N ; - dyrvorezbarstvo_N : N ; - dyrvoseka_ch__N : N ; - dyrvosnabd_ja_vane_N : N ; - dyrvo_ja_d_N : N ; - dyrvo_ja_den_A : A ; - dyrdorene_N : N ; - dyrdorko_N : N ; - dyrdor_ja__V : V ; - dyr_zj_ava_N : N ; - dyr_zj_aven_A : A ; - dyr_zj_avica_N : N ; - dyr_zj_avnik_N : N ; - dyr_zj_avni_ch_eski_A : A ; - dyr_zj_avni_ch_estvo_N : N ; - dyr_zj_avnopraven_A : A ; - dyr_zj_avnost_N : N ; - dyr_zj_avnostopanski_A : A ; - dyr_zj_aliv_A : A ; - dyr_zj_alo_N : N ; - dyr_zj_am_V : V ; - dyr_zj_ane_N : N ; - dyr_zj_anie_N : N ; - dyr_zj_anka_N : N ; - dyr_zj_atel_N : N ; - dyr_zj_eliv_A : A ; - dyr_zj_elivost_N : N ; - dyrzost_N : N ; - dyrzyk_A : A ; - dyrlene_N : N ; - dyrl_ja__V : V ; - dyrma_N : N ; - dyrmon_N : N ; - dyrpam_V : V ; - dyrpane_N : N ; - dyrt_A : A ; - dyrtak_N : N ; - dyrte_ja__V : V ; - dyska_N : N ; - dyskorezen_A : A ; - dyskoreznica_N : N ; - dys_ch_en_A : A ; - dys_ch_ica_N : N ; - dyh_N : N ; - dyhav_A : A ; - dyham_V : V ; - dyhane_N : N ; - dyhvam_V : V ; - dyhvane_N : N ; - dy_sht_eren_A : A ; - dy_sht_er_ja__N : N ; - d_iu_bel_N : N ; - d_iu_d_iu_kam_V : V ; - d_iu_d_iu_kane_N : N ; - d_iu_za_N : N ; - d_iu_jm_N : N ; - d_iu_k_ja_n_N : N ; - d_iu_k_ja_nd_zj_ijka_N : N ; - d_iu_k_ja_nd_zj_ijski_A : A ; - d_iu_k_ja_nd_zj_i_ja__N : N ; - d_iu_k_ja_n_ch_e_N : N ; - d_iu_lger_N : N ; - d_iu_lgerin_N : N ; - d_iu_lgerski_A : A ; - d_iu_lgerstvam_V : V ; - d_iu_lgerstvane_N : N ; - d_iu_lgerstvo_N : N ; - d_iu_lev_A : A ; - d_iu_l_ja__N : N ; - d_iu_na_N : N ; - d_iu_stabanli_ja__N : N ; - d_iu__sh_ek_N : N ; - d_iu__sh_eklyk_N : N ; - d_iu__sh_eme_N : N ; - d_ja_vam_V : V ; - d_ja_vol_N : N ; - d_ja_volit_A : A ; - d_ja_volitost_N : N ; - d_ja_volica_N : N ; - d_ja_voli_ja__N : N ; - d_ja_volski_A : A ; - d_ja_voluvam_V : V ; - d_ja_voluvane_N : N ; - d_ja_vol_ch_e_N : N ; - d_ja_vol_sht_ina_N : N ; - d_ja_volyk_N : N ; - d_ja_dka_N : N ; - d_ja_do_N : N ; - d_ja_dov_A : A ; - d_ja_dovski_A : A ; - d_ja_kon_N : N ; - d_ja_konski_A : A ; - d_ja_konstvo_N : N ; - d_ja_l_N : N ; - d_ja_lam_V : V ; - d_ja_lane_N : N ; - d_ja_lkam_V : V ; - d_ja_lkane_N : N ; - d_ja_lov_A : A ; - d_ja_na_V : V ; - d_ja_snosto_ja__sht__A : A ; - ebonit_N : N ; - eboniten_A : A ; - ebonitov_A : A ; - evakuacionen_A : A ; - evakuaci_ja__N : N ; - evakuiram_V : V ; - evakuirane_N : N ; - evangelie_N : N ; - evangelist_N : N ; - evangelistka_N : N ; - evangelistki_A : A ; - evangelski_A : A ; - evgeni_ch_en_A : A ; - evdemonizym_N : N ; - eventualen_A : A ; - eventualnost_N : N ; - evikci_ja__N : N ; - evin_A : A ; - evkalipt_N : N ; - evkaliptov_A : A ; - evklidov_A : A ; - evnuh_N : N ; - evolventa_N : N ; - evol_iu_iram_V : V ; - evol_iu_irane_N : N ; - evol_iu_cionen_A : A ; - evol_iu_cionist_N : N ; - evol_iu_cionistka_N : N ; - evol_iu_ci_ja__N : N ; - evraziec_N : N ; - evrazijka_N : N ; - evrazijski_A : A ; - evrein_N : N ; - evrejka_N : N ; - evrejski_A : A ; - evrejstvo_N : N ; - evristika_N : N ; - evristi_ch_en_A : A ; - evrovizi_ja__N : N ; - evropeec_N : N ; - evropeiziram_V : V ; - evropejka_N : N ; - evropejski_A : A ; - evrostandart_N : N ; - evtin_A : A ; - evtini_ja__N : N ; - evfemizym_N : N ; - evfemisti_ch_en_A : A ; - evfoni_ch_eski_A : A ; - evfuizym_N : N ; - evharisti_ja__N : N ; - egejski_A : A ; - egida_N : N ; - egipetski_A : A ; - egiptolog_N : N ; - egiptologi_ja__N : N ; - egipt_ja_nin_N : N ; - egipt_ja_nka_N : N ; - ego_N : N ; - egoizym_N : N ; - egoist_N : N ; - egoisti_ch_en_A : A ; - egoisti_ch_nost_N : N ; - egoistka_N : N ; - egocentrizym_N : N ; - egocentri_ch_en_A : A ; - egocentri_ch_nost_N : N ; - edelvajs_N : N ; - edemski_A : A ; - edinadesetgodi_sh_en_A : A ; - edinadesetorka_N : N ; - edinak_N : N ; - edinen_A : A ; - edinenie_N : N ; - edinica_N : N ; - edini_ch_en_A : A ; - edini_ch_nost_N : N ; - edinnost_N : N ; - edinoborstvo_N : N ; - edinovlasten_A : A ; - edinovlastie_N : N ; - edinoglasie_N : N ; - edinodejstvie_N : N ; - edinodu_sh_en_A : A ; - edinodu_sh_ie_N : N ; - edinomisle_sht__A : A ; - edinomislie_N : N ; - edinona_ch_alie_N : N ; - edinoroden_A : A ; - edinosy_sht__A : A ; - edinosy_sht_en_A : A ; - edinstven_A : A ; - edinstvenost_N : N ; - edinstvo_N : N ; - edipov_A : A ; - ednakvost_N : N ; - ednakyv_A : A ; - edni_ch_yk_A : A ; - ednoakten_A : A ; - ednoatomen_A : A ; - ednobagren_A : A ; - ednobo_zj_ie_N : N ; - ednobra_ch_en_A : A ; - ednobra_ch_ie_N : N ; - ednobukven_A : A ; - ednovalenten_A : A ; - ednoverec_N : N ; - ednoverie_N : N ; - ednoverka_N : N ; - ednovremenen_A : A ; - ednovremennost_N : N ; - ednovreme_sh_en_A : A ; - ednovremski_A : A ; - ednovrystnik_N : N ; - ednovryh_A : A ; - ednoglasen_A : A ; - ednogodi_sh_en_A : A ; - ednogryb_A : A ; - ednodneven_A : A ; - ednodnevka_N : N ; - ednodokumenten_A : A ; - ednodomen_A : A ; - ednodryvka_N : N ; - ednoeta_zj_en_A : A ; - edno_zj_enstvo_N : N ; - edno_zj_ilen_A : A ; - ednozar_ja_den_A : A ; - ednozvu_ch_en_A : A ; - ednozvu_ch_ie_N : N ; - ednozna_ch_en_A : A ; - ednozna_ch_nost_N : N ; - ednoimenen_A : A ; - ednoimennik_N : N ; - ednoimka_N : N ; - ednokalibren_A : A ; - ednokameren_A : A ; - ednoklety_ch_en_A : A ; - ednokolka_N : N ; - ednokonen_A : A ; - ednokopiten_A : A ; - ednokoraben_A : A ; - ednokorpusen_A : A ; - ednokrak_A : A ; - ednokraten_A : A ; - ednokril_A : A ; - ednokrilen_A : A ; - ednokryven_A : A ; - ednolik_A : A ; - ednolisten_A : A ; - ednoli_ch_en_A : A ; - ednoma_ch_tov_A : A ; - ednomeren_A : A ; - ednomese_ch_en_A : A ; - ednomesten_A : A ; - ednometrov_A : A ; - ednominuten_A : A ; - ednomotoren_A : A ; - ednoobrazen_A : A ; - ednoobrazie_N : N ; - ednoobraznost_N : N ; - ednook_A : A ; - ednookis_N : N ; - ednoosen_A : A ; - ednoosov_A : A ; - ednopaluben_A : A ; - ednoplastov_A : A ; - ednoplemenen_A : A ; - ednopolov_A : A ; - ednopol_iu_sen_A : A ; - ednoposo_ch_en_A : A ; - ednopoto_ch_en_A : A ; - ednopotrebitelski_A : A ; - ednoreden_A : A ; - ednorelsov_A : A ; - ednoroden_A : A ; - ednorodnost_N : N ; - ednoryk_A : A ; - ednosedmi_ch_en_A : A ; - ednoselec_N : N ; - ednosemedelen_A : A ; - ednosemenen_A : A ; - ednoslo_zj_en_A : A ; - ednosmenen_A : A ; - ednosmislen_A : A ; - ednosri_ch_en_A : A ; - ednostaven_A : A ; - ednostaen_A : A ; - ednosteblen_A : A ; - ednostepenen_A : A ; - ednosti_sh_ie_N : N ; - ednostranen_A : A ; - ednostran_ch_iv_A : A ; - ednostran_ch_ivost_N : N ; - ednostrunen_A : A ; - ednosystaven_A : A ; - ednosystavnost_N : N ; - ednotaktov_A : A ; - ednotipen_A : A ; - ednotipov_A : A ; - ednotomen_A : A ; - ednotomnik_N : N ; - ednotonen_A : A ; - ednotonnost_N : N ; - ednoutroben_A : A ; - ednofazen_A : A ; - ednoformen_A : A ; - ednocveten_A : A ; - ednoceven_A : A ; - ednocevka_N : N ; - ednocilindrov_A : A ; - ednocifrov_A : A ; - edno_ch_asov_A : A ; - edno_ch_len_N : N ; - edno_ch_lenen_A : A ; - edno_ja_dren_A : A ; - edno_ja_j_ch_en_A : A ; - edre_ja__V : V ; - edrina_N : N ; - edroglav_A : A ; - edrozemevladelski_A : A ; - edrozyrnest_A : A ; - edrokapitalisti_ch_eski_A : A ; - edrolist_A : A ; - edroma_sht_aben_A : A ; - edroml_ja_n_A : A ; - edropanelen_A : A ; - edrosemenen_A : A ; - edyr_A : A ; - e_zj__N : N ; - e_zj_a_V : V ; - e_zj_ba_N : N ; - e_zj_egoden_A : A ; - e_zj_edneven_A : A ; - e_zj_ednevie_N : N ; - e_zj_ednevnik_N : N ; - e_zj_emese_ch_en_A : A ; - e_zj_emese_ch_nik_N : N ; - e_zj_eminuten_A : A ; - e_zj_enedelen_A : A ; - e_zj_esedmi_ch_en_A : A ; - e_zj_esedmi_ch_nik_N : N ; - e_zj_e_ch_asen_A : A ; - e_zj_e_ch_asov_A : A ; - e_zj_ov_A : A ; - ezda_N : N ; - ezda_ch__N : N ; - ezda_ch_ka_N : N ; - ezeren_A : A ; - ezero_N : N ; - ezerce_N : N ; - ezik_N : N ; - ezikov_A : A ; - ezikoved_N : N ; - ezikovedka_N : N ; - ezikovedski_A : A ; - ezikoznanie_N : N ; - ezi_ch_e_N : N ; - ezi_ch_en_A : A ; - ezi_ch_eski_A : A ; - ezi_ch_estvo_N : N ; - ezi_ch_nik_N : N ; - ezi_ch_nica_N : N ; - ezopovski_A : A ; - ezoteri_ch_en_A : A ; - ezuit_N : N ; - ezuitski_A : A ; - ezuitstvo_N : N ; - ezuit_sht_ina_N : N ; - ek_N : N ; - ekam_V : V ; - ekane_N : N ; - ekarisa_zj__N : N ; - ekarisa_zj_en_A : A ; - ekvadorka_N : N ; - ekvalajzer_N : N ; - ekvam_V : V ; - ekvane_N : N ; - ekvator_N : N ; - ekvatorialen_A : A ; - ekvivalent_N : N ; - ekvivalenten_A : A ; - ekvivalentnost_N : N ; - ekvilibrist_N : N ; - ekvilibristika_N : N ; - ekvilibristka_N : N ; - ekzaktnost_N : N ; - ekzaltaci_ja__N : N ; - ekzaltiram_V : V ; - ekzaltiran_A : A ; - ekzaltirane_N : N ; - ekzaltiranost_N : N ; - ekzaminator_N : N ; - ekzaminatorka_N : N ; - ekzarh_N : N ; - ekzarhat_N : N ; - ekzarhijski_A : A ; - ekzarhi_ja__N : N ; - ekzekutiven_A : A ; - ekzekutiram_V : V ; - ekzekutirane_N : N ; - ekzekutor_N : N ; - ekzekuci_ja__N : N ; - ekzema_N : N ; - ekzempl_ja_r_N : N ; - ekzistenc_N : N ; - ekzistencialen_A : A ; - ekzistencializym_N : N ; - ekzistencialist_N : N ; - ekzogami_ja__N : N ; - ekzotika_N : N ; - ekzoti_ch_en_A : A ; - ekzoti_ch_eski_A : A ; - ekzoti_ch_nost_N : N ; - ekip_N : N ; - ekipa_zj__N : N ; - ekipen_A : A ; - ekipiram_V : V ; - ekipirane_N : N ; - ekipirovka_N : N ; - eklektizym_N : N ; - eklektik_N : N ; - eklekti_ch_en_A : A ; - ekler_N : N ; - ekliv_A : A ; - ekliptika_N : N ; - ekna_V : V ; - ekolog_N : N ; - ekologi_ch_en_A : A ; - ekologi_ch_eski_A : A ; - ekologi_ja__N : N ; - ekot_N : N ; - ekran_N : N ; - ekranen_A : A ; - ekranizaci_ja__N : N ; - ekraniziram_V : V ; - ekraniziran_A : A ; - ekranizirane_N : N ; - ekraniram_V : V ; - ekranirane_N : N ; - ekselbant_N : N ; - ekskavator_N : N ; - ekskrement_N : N ; - ekskreci_ja__N : N ; - ekskurziant_N : N ; - ekskurziantka_N : N ; - ekskurzionen_A : A ; - ekskurzi_ja__N : N ; - ekskurzovod_N : N ; - ekskurzovodka_N : N ; - ekskurzovodski_A : A ; - ekslibris_N : N ; - ekspanziven_A : A ; - ekspanzivnost_N : N ; - ekspanzionisti_ch_en_A : A ; - ekspanzi_ja__N : N ; - ekspatriram_V : V ; - ekspatrirane_N : N ; - ekspediram_V : V ; - ekspedirane_N : N ; - ekspeditiven_A : A ; - ekspeditivnost_N : N ; - ekspeditor_N : N ; - ekspeditorski_A : A ; - ekspedicionen_A : A ; - ekspedici_ja__N : N ; - eksperiment_N : N ; - eksperimentalen_A : A ; - eksperimentator_N : N ; - eksperimentatorka_N : N ; - eksperimenten_A : A ; - eksperimentiram_V : V ; - eksperimentirane_N : N ; - ekspert_N : N ; - eksperten_A : A ; - ekspertiza_N : N ; - eksploatator_N : N ; - eksploatatorka_N : N ; - eksploatatorski_A : A ; - eksploatacionen_A : A ; - eksploataci_ja__N : N ; - eksploatiram_V : V ; - eksploatirane_N : N ; - eksplodiram_V : V ; - eksplodirane_N : N ; - eksploziv_N : N ; - eksploziven_A : A ; - eksplozivnost_N : N ; - eksplozi_ja__N : N ; - ekspoze_N : N ; - ekspozici_ja__N : N ; - eksponat_N : N ; - eksponaci_ja__N : N ; - eksponent_N : N ; - eksponenta_N : N ; - eksponencial_N : N ; - eksponencialen_A : A ; - eksponiram_V : V ; - eksponirane_N : N ; - eksport_N : N ; - eksporten_A : A ; - eksportiram_V : V ; - eksportirane_N : N ; - ekspres_N : N ; - ekspresen_A : A ; - ekspresiven_A : A ; - ekspresivnost_N : N ; - ekspresionizym_N : N ; - ekspresionist_N : N ; - ekspresionisti_ch_en_A : A ; - ekspresionistka_N : N ; - ekspresi_ja__N : N ; - ekspropriaci_ja__N : N ; - ekspropriiram_V : V ; - ekspropriirane_N : N ; - ekspulsiram_V : V ; - ekspulsirane_N : N ; - ekspulsi_ja__N : N ; - ekstaz_N : N ; - ekstati_ch_en_A : A ; - ekstenziven_A : A ; - ekstenzivnost_N : N ; - ekstenzi_ja__N : N ; - eksterior_N : N ; - eksteritorialen_A : A ; - eksteritorialnost_N : N ; - eksternant_N : N ; - eksterniram_V : V ; - eksternirane_N : N ; - ekstra_N : N ; - ekstravaganten_A : A ; - ekstravagantnost_N : N ; - ekstradiram_V : V ; - ekstradirane_N : N ; - ekstradici_ja__N : N ; - ekstrakt_N : N ; - ekstrakci_ja__N : N ; - ekstrapolaci_ja__N : N ; - ekstrapoliram_V : V ; - ekstrapolirane_N : N ; - ekstrahiram_V : V ; - ekstrahirane_N : N ; - ekstremalen_A : A ; - ekstremen_A : A ; - ekstrement_N : N ; - ekstremizym_N : N ; - ekstremist_N : N ; - ekstremistka_N : N ; - ekstremistki_A : A ; - ekstremnost_N : N ; - ekstren_A : A ; - ekshibicionizym_N : N ; - ekshumaci_ja__N : N ; - ekscentrik_N : N ; - ekscentri_ch_en_A : A ; - ekscentri_ch_nost_N : N ; - eksces_N : N ; - ekscesi_ja__N : N ; - ela_N : N ; - elasti_ch_en_A : A ; - elasti_ch_nost_N : N ; - elaterit_N : N ; - elevator_N : N ; - eleganten_A : A ; - elegantnost_N : N ; - elegi_ch_en_A : A ; - elegi_ja__N : N ; - elek_N : N ; - elektrizaci_ja__N : N ; - elektriziram_V : V ; - elektrizirane_N : N ; - elektrik_N : N ; - elektrika_N : N ; - elektrifikacionen_A : A ; - elektrifikaci_ja__N : N ; - elektrificiram_V : V ; - elektrificiran_A : A ; - elektrificirane_N : N ; - elektri_ch_ar_N : N ; - elektri_ch_en_A : A ; - elektri_ch_eski_A : A ; - elektri_ch_estvo_N : N ; - elektroagregat_N : N ; - elektroanaliz_N : N ; - elektrovolt_N : N ; - elektrograf_N : N ; - elektrod_N : N ; - elektrodvigatel_N : N ; - elektrodvi_zj_e_sht__A : A ; - elektroden_A : A ; - elektrodinamika_N : N ; - elektrodinamo_N : N ; - elektrodinamometyr_N : N ; - elektrodobiv_N : N ; - elektrodobiven_A : A ; - elektroenergi_ja__N : N ; - elektro_zj_en_N : N ; - elektro_zj_enist_N : N ; - elektro_zj_enistka_N : N ; - elektrozahranvane_N : N ; - elektroin_zj_ener_N : N ; - elektroin_zj_enerka_N : N ; - elektroin_zj_enerstvo_N : N ; - elektroinstalaci_ja__N : N ; - elektrokar_N : N ; - elektrokardiograma_N : N ; - elektrokardiografi_ja__N : N ; - elektrokaren_A : A ; - elektrole_ch_enie_N : N ; - elektroliza_N : N ; - elektrolizator_N : N ; - elektroliziram_V : V ; - elektrolit_N : N ; - elektroliten_A : A ; - elektromagnetizym_N : N ; - elektromagnit_N : N ; - elektromagniten_A : A ; - elektromaterial_N : N ; - elektromer_N : N ; - elektrometyr_N : N ; - elektromehanik_N : N ; - elektromontxor_N : N ; - elektromotor_N : N ; - elektromotoren_A : A ; - elektron_N : N ; - elektronagrevatel_N : N ; - elektronagrevatelen_A : A ; - elektronen_A : A ; - elektronika_N : N ; - elektronnoiz_ch_islitelen_A : A ; - elektrooborudvane_N : N ; - elektrootricatelnost_N : N ; - elektropo_ja_lnik_N : N ; - elektroprivli_ch_ane_N : N ; - elektroprovod_N : N ; - elektroprovoden_A : A ; - elektroprovodim_A : A ; - elektroprovodimost_N : N ; - elektroprovodnik_N : N ; - elektroprovodnost_N : N ; - elektroproizvodstvo_N : N ; - elektropromi_sh_len_A : A ; - elektropromi_sh_lenost_N : N ; - elektrorazpredelitelen_A : A ; - elektroskop_N : N ; - elektroskopi_ch_en_A : A ; - elektrosnabditelen_A : A ; - elektrosnabd_ja_vane_N : N ; - elektrospojka_N : N ; - elektrostanci_ja__N : N ; - elektrostatika_N : N ; - elektrostati_ch_en_A : A ; - elektrostomana_N : N ; - elektrosyprotivitelen_A : A ; - elektrotelfer_N : N ; - elektroterapi_ja__N : N ; - elektrotermi_ch_en_A : A ; - elektrotermi_ja__N : N ; - elektrotehnik_N : N ; - elektrotehnika_N : N ; - elektrotehni_ch_eski_A : A ; - elektrotipi_ja__N : N ; - elektroured_N : N ; - elektrofizika_N : N ; - elektrohimi_ch_eski_A : A ; - elektrohimi_ja__N : N ; - elektrocentrala_N : N ; - element_N : N ; - elementaren_A : A ; - elementarnost_N : N ; - elen_N : N ; - elenov_A : A ; - elenski_A : A ; - ele_ch_e_N : N ; - elzasec_N : N ; - elzaska_N : N ; - elzaski_A : A ; - elizium_N : N ; - elizi_ja__N : N ; - eliksir_N : N ; - eliminatoren_A : A ; - eliminacionen_A : A ; - eliminaci_ja__N : N ; - eliminiram_V : V ; - eliminirane_N : N ; - elin_N : N ; - eliniziram_V : V ; - elinizirane_N : N ; - elinizym_N : N ; - elinist_N : N ; - elinistika_N : N ; - elinka_N : N ; - elinski_A : A ; - elipsa_N : N ; - elipsoviden_A : A ; - elipsoid_N : N ; - elipsoiden_A : A ; - elipti_ch_en_A : A ; - elipti_ch_nost_N : N ; - elisejski_A : A ; - elit_N : N ; - eliten_A : A ; - elmaz_N : N ; - elmazen_A : A ; - elov_A : A ; - elf_N : N ; - elha_N : N ; - elhov_A : A ; - elhoviden_A : A ; - el_sh_a_N : N ; - emajl_N : N ; - emajliram_V : V ; - emajliran_A : A ; - emajlirane_N : N ; - emajllak_N : N ; - emajlov_A : A ; - emanaci_ja__N : N ; - emancipaci_ja__N : N ; - emancipiram_V : V ; - emancipirane_N : N ; - embargo_N : N ; - emblema_N : N ; - emboli_ja__N : N ; - embriolog_N : N ; - embriologi_ch_en_A : A ; - embriologi_ja__N : N ; - embrion_N : N ; - embrionalen_A : A ; - emvam_V : V ; - emvane_N : N ; - emigrant_N : N ; - emigrantka_N : N ; - emigrantski_A : A ; - emigrantstvo_N : N ; - emigracionen_A : A ; - emigraci_ja__N : N ; - emigriram_V : V ; - emigrirane_N : N ; - emir_N : N ; - emirstvo_N : N ; - emisar_N : N ; - emisionen_A : A ; - emisi_ja__N : N ; - emitiram_V : V ; - emitirane_N : N ; - emkost_N : N ; - emna_V : V ; - emocionalen_A : A ; - emocionalizym_N : N ; - emocionalnost_N : N ; - emoci_ja__N : N ; - empirizym_N : N ; - empirik_N : N ; - empiriokriticizym_N : N ; - empiri_ch_en_A : A ; - empiri_ch_eski_A : A ; - emu_N : N ; - emulator_N : N ; - emulaci_ja__N : N ; - emulgator_N : N ; - emulgiram_V : V ; - emulgirane_N : N ; - emuliram_V : V ; - emulirane_N : N ; - emulsi_ja__N : N ; - emfaza_N : N ; - emfati_ch_en_A : A ; - emfati_ch_nost_N : N ; - emfizema_N : N ; - emyrliv_A : A ; - endemi_ch_en_A : A ; - endokardit_N : N ; - endokrinen_A : A ; - endokrinologi_ja__N : N ; - energetik_N : N ; - energetika_N : N ; - energeti_ch_en_A : A ; - energien_A : A ; - energi_ch_en_A : A ; - energi_ch_nost_N : N ; - energi_ja__N : N ; - energoemkost_N : N ; - energozahranvane_N : N ; - energosnabd_ja_vane_N : N ; - energospest_ja_vane_N : N ; - energospest_ja_va_sht__A : A ; - energostanci_ja__N : N ; - energocentrala_N : N ; - enigma_N : N ; - enigmati_ch_en_A : A ; - enigmati_ch_nost_N : N ; - eni_ch_ar_N : N ; - eni_ch_arin_N : N ; - eni_ch_arski_A : A ; - enklitika_N : N ; - enkliti_ch_en_A : A ; - enorazdelen_A : A ; - enoria_sh__N : N ; - enorijski_A : A ; - enori_ja__N : N ; - entomolog_N : N ; - entomologi_ch_en_A : A ; - entomologi_ch_eski_A : A ; - entomologi_ja__N : N ; - entropi_ja__N : N ; - entusiaziram_V : V ; - entusiaziran_A : A ; - entusiazirane_N : N ; - entusiazym_N : N ; - entusiast_N : N ; - entusiastka_N : N ; - enfie_N : N ; - encefalit_N : N ; - encefalograma_N : N ; - encefalografi_ja__N : N ; - enciklika_N : N ; - enciklopedist_N : N ; - enciklopedistka_N : N ; - enciklopedi_ch_en_A : A ; - enciklopedi_ch_eski_A : A ; - enciklopedi_ja__N : N ; - enxov_ch_e_N : N ; - eolit_N : N ; - eparhialen_A : A ; - eparhijski_A : A ; - eparhi_ja__N : N ; - epenteza_N : N ; - epenteti_ch_en_A : A ; - epigenezis_N : N ; - epigon_N : N ; - epigonski_A : A ; - epigrama_N : N ; - epigramati_ch_en_A : A ; - epigraf_N : N ; - epigrafika_N : N ; - epigrafi_ja__N : N ; - epidemiolog_N : N ; - epidemiologi_ja__N : N ; - epidemi_ch_en_A : A ; - epidemi_ch_eski_A : A ; - epidemi_ja__N : N ; - epiderma_N : N ; - epidermalen_A : A ; - epidermis_N : N ; - epizod_N : N ; - epizodi_ch_en_A : A ; - epizooti_ja__N : N ; - epika_N : N ; - epikureec_N : N ; - epikurejski_A : A ; - epikurejstvo_N : N ; - epilepsi_ja__N : N ; - epileptik_N : N ; - epilepti_ch_en_A : A ; - epilepti_ch_ka_N : N ; - epilog_N : N ; - epirogeneza_N : N ; - episkop_N : N ; - episkopalen_A : A ; - episkopi_ja__N : N ; - episkopokrati_ja__N : N ; - episkopski_A : A ; - epistolaren_A : A ; - epistrofa_N : N ; - epitafi_ja__N : N ; - epitelen_A : A ; - epitet_N : N ; - epitimi_ja__N : N ; - epitrahil_N : N ; - epitrop_N : N ; - epitropski_A : A ; - epicentyr_N : N ; - epicikyl_N : N ; - epi_ch_en_A : A ; - epi_ch_eski_A : A ; - epolet_N : N ; - epope_ja__N : N ; - epos_N : N ; - epoha_N : N ; - epohalen_A : A ; - epruvetka_N : N ; - era_N : N ; - erbap_N : N ; - ergele_N : N ; - ergen_N : N ; - ergene_ja__V : V ; - ergenin_N : N ; - ergenlyk_N : N ; - ergenski_A : A ; - ergenstvam_V : V ; - ergenstvane_N : N ; - ergenstvo_N : N ; - ergenuvam_V : V ; - ergenuvane_N : N ; - ergonomi_ch_en_A : A ; - ergonomi_ja__N : N ; - erekci_ja__N : N ; - eres_N : N ; - eretik_N : N ; - ereti_ch_en_A : A ; - ereti_ch_eski_A : A ; - ereti_ch_estvo_N : N ; - ereti_ch_ka_N : N ; - erzac_N : N ; - eritema_N : N ; - eritrocit_N : N ; - erihonski_A : A ; - erker_N : N ; - erov_A : A ; - erogenen_A : A ; - erodiram_V : V ; - erodirane_N : N ; - eroziven_A : A ; - erozi_ja__N : N ; - eros_N : N ; - erotizym_N : N ; - erotika_N : N ; - eroti_ch_en_A : A ; - erotoman_N : N ; - erudiran_A : A ; - erudici_ja__N : N ; - eruptiven_A : A ; - erupci_ja__N : N ; - erusalimski_A : A ; - erchercog_N : N ; - erchercogin_ja__N : N ; - erchercogstvo_N : N ; - ese_N : N ; - eseist_N : N ; - eseistka_N : N ; - esen_N : N ; - esenen_A : A ; - eseneska_N : N ; - esennica_N : N ; - esenci_ja__N : N ; - esesovec_N : N ; - esesovski_A : A ; - esetra_N : N ; - eskadra_N : N ; - eskadren_A : A ; - eskadrila_N : N ; - eskadron_N : N ; - eskadronen_A : A ; - eskalada_N : N ; - eskalator_N : N ; - eskalatoren_A : A ; - eskalaci_ja__N : N ; - eskaliram_V : V ; - eskimos_N : N ; - eskimoska_N : N ; - eskimoski_A : A ; - eskort_N : N ; - eskortiram_V : V ; - eskortirane_N : N ; - esnaf_N : N ; - esnafin_N : N ; - esnafski_A : A ; - esnafstvo_N : N ; - esnaf_sht_ina_N : N ; - esperantist_N : N ; - esperantistka_N : N ; - esperantistki_A : A ; - esperantski_A : A ; - espreso_N : N ; - estakada_N : N ; - ester_N : N ; - estestven_A : A ; - estestvenik_N : N ; - estestveni_ch_ka_N : N ; - estestvenoistori_ch_eski_A : A ; - estestvenost_N : N ; - estestvo_N : N ; - estestvoved_N : N ; - estestvoznanie_N : N ; - estestvoizpitatel_N : N ; - estestvoizpitatelka_N : N ; - estet_N : N ; - estetizym_N : N ; - estetika_N : N ; - esteti_ch_en_A : A ; - esteti_ch_eski_A : A ; - esteti_ch_nost_N : N ; - estetka_N : N ; - estonec_N : N ; - estonka_N : N ; - estonski_A : A ; - estrada_N : N ; - estraden_A : A ; - eta_zj__N : N ; - eta_zj_en_A : A ; - eta_zj_erka_N : N ; - etalon_N : N ; - etalonen_A : A ; - etaminov_A : A ; - etan_N : N ; - etap_N : N ; - etapen_A : A ; - etatizaci_ja__N : N ; - etatiziram_V : V ; - etatizym_N : N ; - eter_N : N ; - eteren_A : A ; - eteri_ch_en_A : A ; - eternit_N : N ; - etika_N : N ; - etiket_N : N ; - etiketiram_V : V ; - etiketirane_N : N ; - etiket_ch_e_N : N ; - etikeci_ja__N : N ; - etil_N : N ; - etilen_A : A ; - etilov_A : A ; - etimolog_N : N ; - etimologi_ch_en_A : A ; - etimologi_ch_eski_A : A ; - etimologi_ja__N : N ; - etiologi_ja__N : N ; - etiopec_N : N ; - etiopski_A : A ; - eti_ch_en_A : A ; - eti_ch_eski_A : A ; - etni_ch_en_A : A ; - etni_ch_eski_A : A ; - etnograf_N : N ; - etnografi_ch_en_A : A ; - etnografi_ch_eski_A : A ; - etnografi_ja__N : N ; - etnografski_A : A ; - etnolog_N : N ; - etnologi_ch_en_A : A ; - etnologi_ja__N : N ; - etropolski_A : A ; - etyrva_N : N ; - et_iu_d_N : N ; - euforisti_ch_en_A : A ; - eufori_ja__N : N ; - efekt_N : N ; - efekten_A : A ; - efektiv_N : N ; - efektiven_A : A ; - efektivnost_N : N ; - efendi_N : N ; - efikasen_A : A ; - efikasnost_N : N ; - efimeren_A : A ; - efimernost_N : N ; - efir_N : N ; - efiren_A : A ; - efirnost_N : N ; - efrejtor_N : N ; - efrejtorski_A : A ; - efuzi_ja__N : N ; - ehiden_A : A ; - ehidna_N : N ; - ehidnost_N : N ; - eho_N : N ; - eholot_N : N ; - ehosonda_N : N ; - ehte_zj__N : N ; - ehtene_N : N ; - eht_ja__V : V ; - e_ch_a_V : V ; - e_ch_emik_N : N ; - e_ch_emi_ch_en_A : A ; - e_ch_ene_N : N ; - e_sh_afod_N : N ; - e_sh_elon_N : N ; - e_sh_eloniram_V : V ; - _zj_aba_N : N ; - _zj_abar_N : N ; - _zj_abe_sh_ki_A : A ; - _zj_abka_N : N ; - _zj_abok_N : N ; - _zj_abun_ja_k_N : N ; - _zj_aburkam_V : V ; - _zj_aburkane_N : N ; - _zj_ab_ch_e_N : N ; - _zj_ab_ja_svam_V : V ; - _zj_ab_ja_svane_N : N ; - _zj_aden_A : A ; - _zj_adne_ja__V : V ; - _zj_adnost_N : N ; - _zj_aduvam_V : V ; - _zj_aduvane_N : N ; - _zj_a_zj_da_N : N ; - _zj_ak_N : N ; - _zj_akard_N : N ; - _zj_akardov_A : A ; - _zj_aket_N : N ; - _zj_aket_ch_e_N : N ; - _zj_al_N : N ; - _zj_alba_N : N ; - _zj_albopodatel_N : N ; - _zj_alvam_V : V ; - _zj_alvane_N : N ; - _zj_aleen_A : A ; - _zj_aleene_N : N ; - _zj_alejka_N : N ; - _zj_alen_A : A ; - _zj_alene_N : N ; - _zj_ale_ja__V : V ; - _zj_alovit_A : A ; - _zj_alon_N : N ; - _zj_alonen_A : A ; - _zj_alost_N : N ; - _zj_alosten_A : A ; - _zj_alostiv_A : A ; - _zj_aluz_N : N ; - _zj_alyk_A : A ; - _zj_ambon_N : N ; - _zj_ambore_N : N ; - _zj_andarm_N : N ; - _zj_andarmerijski_A : A ; - _zj_andarmerist_N : N ; - _zj_andarmeri_ja__N : N ; - _zj_anr_N : N ; - _zj_anrov_A : A ; - _zj_ar_N : N ; - _zj_arava_N : N ; - _zj_argon_N : N ; - _zj_argonen_A : A ; - _zj_ardiniera_N : N ; - _zj_arkost_N : N ; - _zj_arse_N : N ; - _zj_arsen_A : A ; - _zj_artier_N : N ; - _zj_aryk_A : A ; - _zj_asmin_N : N ; - _zj_asminen_A : A ; - _zj_asminov_A : A ; - _zj_vakam_V : V ; - _zj_vakane_N : N ; - _zj_drelo_N : N ; - _zj_ega_N : N ; - _zj_egvam_V : V ; - _zj_egvane_N : N ; - _zj_e_zj_yk_A : A ; - _zj_ezyl_N : N ; - _zj_elan_A : A ; - _zj_elanie_N : N ; - _zj_elatelen_A : A ; - _zj_elatelnost_N : N ; - _zj_elatin_N : N ; - _zj_elatinen_A : A ; - _zj_elatinov_A : A ; - _zj_ela_ja__V : V ; - _zj_ele_N : N ; - _zj_elezar_N : N ; - _zj_elezari_ja__N : N ; - _zj_elezarnica_N : N ; - _zj_elezarski_A : A ; - _zj_elezarstvo_N : N ; - _zj_elezen_A : A ; - _zj_eleznica_N : N ; - _zj_elezni_ch_ar_N : N ; - _zj_elezni_ch_arka_N : N ; - _zj_elezni_ch_arski_A : A ; - _zj_elezobeton_N : N ; - _zj_elezobetonen_A : A ; - _zj_elezodobiv_N : N ; - _zj_elezodobiven_A : A ; - _zj_elezole_ja_r_N : N ; - _zj_elezole_ja_ren_A : A ; - _zj_elezole_ja_rnica_N : N ; - _zj_elezonosen_A : A ; - _zj_elezoobrabotvatelen_A : A ; - _zj_elezopodoben_A : A ; - _zj_elezopyten_A : A ; - _zj_elezce_N : N ; - _zj_eleobrazen_A : A ; - _zj_eliram_V : V ; - _zj_eliran_A : A ; - _zj_elirane_N : N ; - _zj_elyd_N : N ; - _zj_elydoviden_A : A ; - _zj_el_ja_zo_N : N ; - _zj_ena_V : V ; - _zj_enevski_A : A ; - _zj_enen_A : A ; - _zj_enene_N : N ; - _zj_enitba_N : N ; - _zj_enitben_A : A ; - _zj_enih_N : N ; - _zj_enica_N : N ; - _zj_eni_ch_ka_N : N ; - _zj_eni_sht_e_N : N ; - _zj_enkar_N : N ; - _zj_enkarski_A : A ; - _zj_enkarstvo_N : N ; - _zj_enol_iu_bec_N : N ; - _zj_enomrazec_N : N ; - _zj_enougodnik_N : N ; - _zj_enski_A : A ; - _zj_enstven_A : A ; - _zj_enstvenost_N : N ; - _zj_en_ja__V : V ; - _zj_erav_N : N ; - _zj_ertva_N : N ; - _zj_ertvam_V : V ; - _zj_ertvane_N : N ; - _zj_ertven_A : A ; - _zj_ertvenik_N : N ; - _zj_ertvenost_N : N ; - _zj_ertvogotovnost_N : N ; - _zj_ertvoprino_sh_enie_N : N ; - _zj_ertvuvam_V : V ; - _zj_ertvuvane_N : N ; - _zj_est_N : N ; - _zj_estikulaci_ja__N : N ; - _zj_estikuliram_V : V ; - _zj_estikulirane_N : N ; - _zj_estok_A : A ; - _zj_estokost_N : N ; - _zj_estokosyrde_ch_en_A : A ; - _zj_estokosyrde_ch_ie_N : N ; - _zj_estokosyrde_ch_nost_N : N ; - _zj_etva_N : N ; - _zj_etvar_N : N ; - _zj_etvarka_N : N ; - _zj_etvarski_A : A ; - _zj_eton_N : N ; - _zj_iv_A : A ; - _zj_ivak_N : N ; - _zj_iva_ch_en_A : A ; - _zj_ivvam_V : V ; - _zj_ivvane_N : N ; - _zj_iveene_N : N ; - _zj_ivenica_N : N ; - _zj_iveni_ch_av_A : A ; - _zj_ivec_N : N ; - _zj_ive_ja__V : V ; - _zj_ivina_N : N ; - _zj_ivitelen_A : A ; - _zj_ivovl_ja_k_N : N ; - _zj_ivopis_N : N ; - _zj_ivopisen_A : A ; - _zj_ivopisec_N : N ; - _zj_ivopisnost_N : N ; - _zj_ivora_zj_da_sht__A : A ; - _zj_ivoroden_A : A ; - _zj_ivost_N : N ; - _zj_ivot_N : N ; - _zj_ivotvoren_A : A ; - _zj_ivotvornost_N : N ; - _zj_ivotvor_ja__sht__A : A ; - _zj_ivotinka_N : N ; - _zj_ivotinski_A : A ; - _zj_ivotinstvo_N : N ; - _zj_ivotin_ch_e_N : N ; - _zj_ivotin_sht_ina_N : N ; - _zj_ivotno_N : N ; - _zj_ivotnovyd_N : N ; - _zj_ivotnovyden_A : A ; - _zj_ivotnovydka_N : N ; - _zj_ivotnovydstvo_N : N ; - _zj_ivotozastra_sh_ava_sht__A : A ; - _zj_ivotoopisanie_N : N ; - _zj_ivotoopisatelen_A : A ; - _zj_ivotopis_N : N ; - _zj_ivotopisec_N : N ; - _zj_ivotospas_ja_va_sht__A : A ; - _zj_ivotoutvyr_zj_dava_sht__A : A ; - _zj_ivotrept_ja__sht__A : A ; - _zj_ivurkam_V : V ; - _zj_ivurkane_N : N ; - _zj_ivu_sht__A : A ; - _zj_iv_ja_vam_V : V ; - _zj_iglxor_N : N ; - _zj_igolo_N : N ; - _zj_igosam_V : V ; - _zj_igosvam_V : V ; - _zj_igosvane_N : N ; - _zj_iznen_A : A ; - _zj_iznenova_zj_en_A : A ; - _zj_iznenost_N : N ; - _zj_iznerad_A : A ; - _zj_izneradost_N : N ; - _zj_izneradosten_A : A ; - _zj_iznesposoben_A : A ; - _zj_iznesposobnost_N : N ; - _zj_izneutvyr_zj_dava_sht__A : A ; - _zj_ila_N : N ; - _zj_ilav_A : A ; - _zj_ilavina_N : N ; - _zj_ilavi_ch_yk_A : A ; - _zj_ilavost_N : N ; - _zj_ilvam_V : V ; - _zj_ilvane_N : N ; - _zj_ilest_A : A ; - _zj_iletka_N : N ; - _zj_ili_sht_e_N : N ; - _zj_ili_sht_en_A : A ; - _zj_ilka_N : N ; - _zj_ilo_N : N ; - _zj_il_ja__V : V ; - _zj_iraf_N : N ; - _zj_irokompas_N : N ; - _zj_irondistka_N : N ; - _zj_irosam_V : V ; - _zj_iroskop_N : N ; - _zj_itar_N : N ; - _zj_itarka_N : N ; - _zj_itarski_A : A ; - _zj_itarstvo_N : N ; - _zj_itejski_A : A ; - _zj_itel_N : N ; - _zj_itelka_N : N ; - _zj_itelstvo_N : N ; - _zj_iten_A : A ; - _zj_itie_N : N ; - _zj_itien_A : A ; - _zj_itiepisec_N : N ; - _zj_itiepistvo_N : N ; - _zj_itnica_N : N ; - _zj_ito_N : N ; - _zj_itoproizvoditel_N : N ; - _zj_itoproizvoditelen_A : A ; - _zj_itoproizvodstvo_N : N ; - _zj_ica_N : N ; - _zj_i_ch_en_A : A ; - _zj_i_ch_ka_N : N ; - _zj_leb_N : N ; - _zj_leza_N : N ; - _zj_lezist_A : A ; - _zj_lytvam_V : V ; - _zj_lytvane_N : N ; - _zj_ly_ch__N : N ; - _zj_ly_ch_en_A : A ; - _zj_ly_ch_ka_N : N ; - _zj_ly_ch_nost_N : N ; - _zj_mi_ch_ka_N : N ; - _zj_okej_N : N ; - _zj_okejski_A : A ; - _zj_okejstvo_N : N ; - _zj_ongliram_V : V ; - _zj_onglirane_N : N ; - _zj_onglxor_N : N ; - _zj_onglxorka_N : N ; - _zj_onglxorski_A : A ; - _zj_onglxorstvo_N : N ; - _zj_reben_A : A ; - _zj_rebec_N : N ; - _zj_rebie_N : N ; - _zj_rebij_N : N ; - _zj_reb_ch_e_N : N ; - _zj_reb_ja__V : V ; - _zj_rec_N : N ; - _zj_re_ch_eski_A : A ; - _zj_re_ch_estvo_N : N ; - _zj_rica_N : N ; - _zj_u_zj_a_V : V ; - _zj_u_zj_ene_N : N ; - _zj_u_zj_ukam_V : V ; - _zj_u_zj_ukane_N : N ; - _zj_ulvam_V : V ; - _zj_ulvane_N : N ; - _zj_ulene_N : N ; - _zj_ul_ja__V : V ; - _zj_um_ja__V : V ; - _zj_upanka_N : N ; - _zj_upel_N : N ; - _zj_uri_N : N ; - _zj_urnal_N : N ; - _zj_urnalen_A : A ; - _zj_urnalizym_N : N ; - _zj_urnalist_N : N ; - _zj_urnalistika_N : N ; - _zj_urnalisti_ch_eski_A : A ; - _zj_urnalistka_N : N ; - _zj_ylt_A : A ; - _zj_yltenikav_A : A ; - _zj_yltenikavozelen_A : A ; - _zj_yltenikavokaf_ja_v_A : A ; - _zj_yltenikavo_ch_erven_A : A ; - _zj_yltenica_N : N ; - _zj_ylteni_ch_av_A : A ; - _zj_ylteni_ch_e_N : N ; - _zj_ylte_ja__V : V ; - _zj_yltina_N : N ; - _zj_yltica_N : N ; - _zj_yltozelen_A : A ; - _zj_yltokaf_ja_v_A : A ; - _zj_yltoko_zj__A : A ; - _zj_ylto_ch_erven_A : A ; - _zj_ylturka_N : N ; - _zj_yltur_ch_e_N : N ; - _zj_yltyk_N : N ; - _zj_ylty_ch_en_A : A ; - _zj_ylyd_N : N ; - _zj_ylydov_A : A ; - _zj_yna_V : V ; - _zj_ytva_N : N ; - _zj_ytvar_N : N ; - _zj_ytvarka_N : N ; - _zj_ytvarski_A : A ; - _zj_ytven_A : A ; - zaanga_zj_irane_N : N ; - zaanga_zj_iranost_N : N ; - zaanga_zj_irvam_V : V ; - zabava_N : N ; - zabava_ch_ka_N : N ; - zabava_ch_nica_N : N ; - zabaven_A : A ; - zabavitel_N : N ; - zabavitelen_A : A ; - zabavlenie_N : N ; - zabavl_ja_vam_V : V ; - zabavl_ja_vane_N : N ; - zabavnost_N : N ; - zabav_ja_m_V : V ; - zabav_ja_ne_N : N ; - zabaraban_ja_m_V : V ; - zabaraban_ja_ne_N : N ; - zabarikadiran_A : A ; - zabata_ch_vam_V : V ; - zabata_ch_vane_N : N ; - zabvenie_N : N ; - zabegna_V : V ; - zabe_zj_ka_N : N ; - zabelvam_V : V ; - zabelvane_N : N ; - zabele_zj_im_A : A ; - zabele_zj_imost_N : N ; - zabele_zj_itelen_A : A ; - zabele_zj_itelnost_N : N ; - zabele_zj_ka_N : N ; - zabele_ja__V : V ; - zabel_ja_zvam_V : V ; - zabel_ja_zvane_N : N ; - zabel_ja_m_V : V ; - zabera_V : V ; - zabivam_V : V ; - zabivane_N : N ; - zabiram_V : V ; - zabirane_N : N ; - zabla_zj_avam_V : V ; - zabla_zj_avane_N : N ; - zabla_zj_vam_V : V ; - zablaz_ja_vam_V : V ; - zablaz_ja_vane_N : N ; - zablaten_A : A ; - zablat_ja__V : V ; - zablejvam_V : V ; - zablejvane_N : N ; - zablest_ja_vam_V : V ; - zablest_ja_vane_N : N ; - zable_ja_n_A : A ; - zabluda_N : N ; - zabluden_A : A ; - zablu_zj_davam_V : V ; - zablu_zj_davane_N : N ; - zablu_zj_denie_N : N ; - zablyskane_N : N ; - zablyskvam_V : V ; - zablyskvane_N : N ; - zabobot_ja__V : V ; - zabogat_ja_vam_V : V ; - zabogat_ja_vane_N : N ; - zaboen_A : A ; - zabo_zj_dam_V : V ; - zabo_zj_dane_N : N ; - zaboj_N : N ; - zabojna_N : N ; - zaboj_ch_ik_N : N ; - zabolevaemost_N : N ; - zabol_ja_vam_V : V ; - zabol_ja_vane_N : N ; - zabor_ch_e_ja__V : V ; - zabor_ch_l_ja_vam_V : V ; - zabor_ch_l_ja_vane_N : N ; - zabor_ja__V : V ; - zabrava_N : N ; - zabravan_N : N ; - zabravana_N : N ; - zabrav_ja_m_V : V ; - zabrav_ja_ne_N : N ; - zabraden_A : A ; - zabradka_N : N ; - zabra_zj_dam_V : V ; - zabra_zj_dane_N : N ; - zabrana_N : N ; - zabranen_A : A ; - zabran_ja_vam_V : V ; - zabran_ja_vane_N : N ; - zabran_ja_m_V : V ; - zabremen_ja_vam_V : V ; - zabremen_ja_vane_N : N ; - zabrim_ch_vam_V : V ; - zabrim_ch_vane_N : N ; - zabrym_ch_avam_V : V ; - zabrym_ch_avane_N : N ; - zabry_sht_olev_ja__V : V ; - zabulvam_V : V ; - zabulvane_N : N ; - zabulen_A : A ; - zabul_ja_m_V : V ; - zabul_ja_ne_N : N ; - zabumt_ja_vam_V : V ; - zabumt_ja_vane_N : N ; - zabutan_A : A ; - zabutvam_V : V ; - zabutvane_N : N ; - zabu_ch_avam_V : V ; - zabu_ch_vam_V : V ; - zabu_ch_vane_N : N ; - zabu_sh_uvam_V : V ; - zabu_sh_uvane_N : N ; - zabylbukam_V : V ; - zabylbukane_N : N ; - zabylvam_V : V ; - zabylvane_N : N ; - zabyrzvam_V : V ; - zabyrzvane_N : N ; - zabyrkan_A : A ; - zabyrkanost_N : N ; - zabyrkvam_V : V ; - zabyrkvane_N : N ; - zabyrsvam_V : V ; - zabyrsvane_N : N ; - zab_ja_gam_V : V ; - zab_ja_gvam_V : V ; - zab_ja_gvane_N : N ; - zavajkvam_V : V ; - zavalen_A : A ; - zavali_ja__N : N ; - zaval_ja_vam_V : V ; - zaval_ja_vane_N : N ; - zaval_ja_m_V : V ; - zaval_ja_ne_N : N ; - zavarvam_V : V ; - zavarvane_N : N ; - zavardvam_V : V ; - zavardvane_N : N ; - zavard_ja_m_V : V ; - zavard_ja_ne_N : N ; - zavaren_A : A ; - zavarenik_N : N ; - zavarenica_N : N ; - zavarka_N : N ; - zavarkam_V : V ; - zavar_ch_ik_N : N ; - zavary_ch_en_A : A ; - zavar_ja_vam_V : V ; - zavar_ja_vane_N : N ; - zavar_ja_m_V : V ; - zavar_ja_ne_N : N ; - zavedenie_N : N ; - zave_zj_dam_V : V ; - zave_zj_dane_N : N ; - zave_zj_da_sht__A : A ; - zavera_N : N ; - zaverbuvam_V : V ; - zaverbuvane_N : N ; - zaverka_N : N ; - zaver_ja_vam_V : V ; - zaver_ja_vane_N : N ; - zavesa_N : N ; - zaveska_N : N ; - zaves_ja__V : V ; - zavet_N : N ; - zaveten_A : A ; - zave_sht_avam_V : V ; - zave_sht_avane_N : N ; - zave_sht_anie_N : N ; - zave_sht_atel_N : N ; - zave_sht_atelen_A : A ; - zave_sht_atelka_N : N ; - zave_ja_n_A : A ; - zave_ja_nost_N : N ; - zavzemam_V : V ; - zavzemane_N : N ; - zavivam_V : V ; - zavivane_N : N ; - zavivka_N : N ; - zaviden_A : A ; - zavi_zj_dam_V : V ; - zavi_zj_dane_N : N ; - zavintvam_V : V ; - zavintvane_N : N ; - zaviram_V : V ; - zavirane_N : N ; - zavirvam_V : V ; - zavir_ja_vane_N : N ; - zavise_sht__A : A ; - zavisim_A : A ; - zavisimost_N : N ; - zavist_N : N ; - zavistliv_A : A ; - zavistlivost_N : N ; - zavistnik_N : N ; - zavistnica_N : N ; - zavis_ja__V : V ; - zavitl_ja__V : V ; - zavitl_ja_ne_N : N ; - zavihritel_N : N ; - zavi_sh_a_V : V ; - zavi_sh_avane_N : N ; - zavlad_ja_vam_V : V ; - zavlad_ja_vane_N : N ; - zavli_ch_am_V : V ; - zavli_ch_ane_N : N ; - zavod_N : N ; - zavodski_A : A ; - zavod_ja__V : V ; - zavoevanie_N : N ; - zavoevatel_N : N ; - zavoevatelen_A : A ; - zavoevatelka_N : N ; - zavoevatelski_A : A ; - zavoj_N : N ; - zavone_ja__V : V ; - zavon_ja_vam_V : V ; - zavon_ja_vane_N : N ; - zavo_iu_vam_V : V ; - zavo_iu_vane_N : N ; - zavra_V : V ; - zavre_sht__ja__V : V ; - zavryzka_N : N ; - zavrynga_ch_ka_N : N ; - zavrynkvam_V : V ; - zavrynkvane_N : N ; - zavrynkulka_N : N ; - zavry_sht_am_V : V ; - zavry_sht_ane_N : N ; - zavteka_V : V ; - zavti_ch_vam_V : V ; - zavti_ch_vane_N : N ; - zavtykvam_V : V ; - zavtykvane_N : N ; - zav_ch_era_sh_en_A : A ; - zavy_zj_dam_V : V ; - zavy_zj_dane_N : N ; - zavyrzak_N : N ; - zavyrzvam_V : V ; - zavyrzvane_N : N ; - zavyrtam_V : V ; - zavyrtane_N : N ; - zavyrtvam_V : V ; - zavyrtvane_N : N ; - zavyrtulka_N : N ; - zavyrt_ja_vam_V : V ; - zavyrt_ja_vane_N : N ; - zavyr_sh_vam_V : V ; - zavyr_sh_vane_N : N ; - zavyr_sh_ek_N : N ; - zavyr_sh_en_A : A ; - zavyr_sh_enost_N : N ; - zav_ja_vam_V : V ; - zav_ja_vane_N : N ; - zav_ja_hvam_V : V ; - zav_ja_hvane_N : N ; - zagadka_N : N ; - zagady_ch_en_A : A ; - zagady_ch_nost_N : N ; - zagazvam_V : V ; - zagazvane_N : N ; - zagar_N : N ; - zagar_ja_m_V : V ; - zagar_ja_ne_N : N ; - zagasvam_V : V ; - zagasvane_N : N ; - zagas_ja_vam_V : V ; - zagas_ja_vane_N : N ; - zagas_ja_m_V : V ; - zagas_ja_ne_N : N ; - zagatvam_V : V ; - zagatvane_N : N ; - zaga_sht_vam_V : V ; - zaga_sht_vane_N : N ; - zagivam_V : V ; - zagivane_N : N ; - zaglaven_A : A ; - zaglavie_N : N ; - zaglavikvam_V : V ; - zaglavikvane_N : N ; - zaglavka_N : N ; - zaglav_ja_ne_N : N ; - zagladen_A : A ; - zagla_zj_dam_V : V ; - zagla_zj_dane_N : N ; - zagle_zj_dam_V : V ; - zagle_zj_dane_N : N ; - zaglozgvam_V : V ; - zaglozgvane_N : N ; - zaglu_sh_avam_V : V ; - zaglu_sh_avane_N : N ; - zaglu_sh_en_A : A ; - zaglu_sh_e_ja__V : V ; - zaglu_sh_itel_N : N ; - zaglu_sh_itelen_A : A ; - zaglyhvam_V : V ; - zaglyhvane_N : N ; - zagnezdvam_V : V ; - zagnezdvane_N : N ; - zagnezd_ja_m_V : V ; - zagnivam_V : V ; - zagnivane_N : N ; - zagnilost_N : N ; - zagno_ja_vam_V : V ; - zagno_ja_vane_N : N ; - zagno_ja_svam_V : V ; - zagno_ja_svane_N : N ; - zagovar_ja_m_V : V ; - zagovar_ja_ne_N : N ; - zagovor_N : N ; - zagovorvam_V : V ; - zagovorvane_N : N ; - zagovornik_N : N ; - zagovornica_N : N ; - zagovorni_ch_a_V : V ; - zagovorni_ch_eski_A : A ; - zagov_ja_vam_V : V ; - zagov_ja_vane_N : N ; - zagolvam_V : V ; - zagolvane_N : N ; - zagol_ja_ne_N : N ; - zagorec_N : N ; - zagore_sht__ja_vam_V : V ; - zagore_sht__ja_vane_N : N ; - zagorski_A : A ; - zagor_ja_vam_V : V ; - zagor_ja_vane_N : N ; - zagor_ja_l_A : A ; - zagotovka_N : N ; - zago_ja__V : V ; - zagrabvam_V : V ; - zagrabvane_N : N ; - zagraden_A : A ; - zagra_zj_dam_V : V ; - zagra_zj_dane_N : N ; - zagra_zj_denie_N : N ; - zagrakam_V : V ; - zagrakvam_V : V ; - zagrakvane_N : N ; - zagrebvam_V : V ; - zagrebvane_N : N ; - zagribam_V : V ; - zagri_zj_vam_V : V ; - zagri_zj_vane_N : N ; - zagri_zj_en_A : A ; - zagri_zj_enost_N : N ; - zagrizvam_V : V ; - zagrizvane_N : N ; - zagroz_ja_vam_V : V ; - zagroz_ja_vane_N : N ; - zagrub_ja_vam_V : V ; - zagrub_ja_vane_N : N ; - zagrub_ja_l_A : A ; - zagrub_ja_lost_N : N ; - zagry_sht_am_V : V ; - zagry_sht_ane_N : N ; - zagr_ja_vam_V : V ; - zagr_ja_vane_N : N ; - zaguba_N : N ; - zagubvam_V : V ; - zagubvane_N : N ; - zaguben_A : A ; - zagyvam_V : V ; - zagyvane_N : N ; - zagym_zj_avam_V : V ; - zagym_zj_avane_N : N ; - zagyrbvam_V : V ; - zagyrbvane_N : N ; - zagyrl_ja_m_V : V ; - zagyrl_ja_ne_N : N ; - zagyrl_ja__ch__N : N ; - zagyrm_ja_vam_V : V ; - zagyrm_ja_vane_N : N ; - zagyrna_V : V ; - zagyr_ch_a_V : V ; - zadavam_V : V ; - zadavane_N : N ; - zadaven_A : A ; - zadav_ja_m_V : V ; - zadav_ja_ne_N : N ; - zadanie_N : N ; - zadatyk_N : N ; - zada_ch_a_N : N ; - zadvi_zj_vam_V : V ; - zadvi_zj_vane_N : N ; - zadgrani_ch_en_A : A ; - zadgroben_A : A ; - zadejstvam_V : V ; - zadejstvane_N : N ; - zadejstvuvam_V : V ; - zadejstvuvane_N : N ; - zadel_ja_m_V : V ; - zadel_ja_ne_N : N ; - zaden_A : A ; - zadera_V : V ; - zadigam_V : V ; - zadigane_N : N ; - zadimen_A : A ; - zadim_ja_vam_V : V ; - zadim_ja_vane_N : N ; - zadiram_V : V ; - zadirane_N : N ; - zadir_ja_m_V : V ; - zadir_ja_ne_N : N ; - zadi_sh_am_V : V ; - zadkrilka_N : N ; - zadkulisen_A : A ; - zadkulisie_N : N ; - zadly_zj_n_ja_vam_V : V ; - zadly_zj_n_ja_vane_N : N ; - zadminavam_V : V ; - zadminavane_N : N ; - zadmorski_A : A ; - zadnik_N : N ; - zadnica_N : N ; - zadni_ch_e_N : N ; - zadnoezi_ch_en_A : A ; - zadovolen_A : A ; - zadovolenost_N : N ; - zadovolitelen_A : A ; - zadovolitelnost_N : N ; - zadovolstvo_N : N ; - zadovol_ja_vam_V : V ; - zadovol_ja_vane_N : N ; - zadokeanski_A : A ; - zadomenost_N : N ; - zadom_ja_vam_V : V ; - zadom_ja_vane_N : N ; - zado_ch_en_A : A ; - zado_ch_nik_N : N ; - zado_ch_nica_N : N ; - zado_ch_ni_ch_ka_N : N ; - zado_ja__V : V ; - zadraskam_V : V ; - zadraskvam_V : V ; - zadraskvane_N : N ; - zadremvam_V : V ; - zadremvane_N : N ; - zadruga_N : N ; - zadru_zj_en_A : A ; - zadru_zj_nost_N : N ; - zadrusvam_V : V ; - zadrusvane_N : N ; - zadry_zj_ka_N : N ; - zadrynkam_V : V ; - zadrynkvam_V : V ; - zadrynkvane_N : N ; - zadryn_ch_avam_V : V ; - zadryn_ch_avane_N : N ; - zadrystvam_V : V ; - zadrystvane_N : N ; - zadryst_ja_m_V : V ; - zadr_ja_mvam_V : V ; - zadr_ja_mvane_N : N ; - zadstoma_sh_en_A : A ; - zaduh_N : N ; - zaduha_N : N ; - zaduhvam_V : V ; - zaduhvane_N : N ; - zadu_sh_avam_V : V ; - zadu_sh_avane_N : N ; - zadu_sh_vam_V : V ; - zadu_sh_vane_N : N ; - zadu_sh_even_A : A ; - zadu_sh_evnost_N : N ; - zadu_sh_en_A : A ; - zadu_sh_liv_A : A ; - zadu_sh_livost_N : N ; - zadu_sh_nica_N : N ; - zadu_ja__V : V ; - zadyv_ch_a_V : V ; - zadylbavam_V : V ; - zadylbavane_N : N ; - zadylbo_ch_avam_V : V ; - zadylbo_ch_avane_N : N ; - zadylbo_ch_en_A : A ; - zadylbo_ch_enost_N : N ; - zadyl_zj_avam_V : V ; - zadyl_zj_avane_N : N ; - zadyl_zj_en_A : A ; - zadyl_zj_enie_N : N ; - zadyl_zj_enost_N : N ; - zadyl_zj_itelen_A : A ; - zadyl_zj_itelnost_N : N ; - zadynvam_V : V ; - zadynvane_N : N ; - zadynen_A : A ; - zadyn_ja_m_V : V ; - zadyn_ja_ne_N : N ; - zadyr_zj_am_V : V ; - zadyr_zj_an_A : A ; - zadyr_zj_ane_N : N ; - zadyrpvam_V : V ; - zadyrpvane_N : N ; - zadyhan_A : A ; - zadyhvam_V : V ; - zadyhvane_N : N ; - zad_ja_vam_V : V ; - zad_ja_vane_N : N ; - zad_ja_vka_N : N ; - zaek_N : N ; - zaekvam_V : V ; - zaekvane_N : N ; - zaem_N : N ; - zaemam_V : V ; - zaemane_N : N ; - zaemen_A : A ; - zaemka_N : N ; - zaemodavec_N : N ; - zaemodatel_N : N ; - zaemoobrazen_A : A ; - zaet_A : A ; - zaetost_N : N ; - zaeht_ja_vam_V : V ; - zaeht_ja_vane_N : N ; - zae_ch_avam_V : V ; - zae_ch_avane_N : N ; - zae_sh_ki_A : A ; - za_zj_adn_ja_vam_V : V ; - za_zj_adn_ja_vane_N : N ; - za_zj_al_ja__V : V ; - za_zj_envam_V : V ; - za_zj_envane_N : N ; - za_zj_iv_ja_vam_V : V ; - za_zj_iv_ja_vane_N : N ; - za_zj_um_ja_vam_V : V ; - za_zj_um_ja_vane_N : N ; - za_zj_ylt_ja_vam_V : V ; - za_zj_ylt_ja_vane_N : N ; - za_zj_yna_V : V ; - zazvu_ch_avam_V : V ; - zazvu_ch_avane_N : N ; - zazvyn_ja_vam_V : V ; - zazvyn_ja_vane_N : N ; - zazdrave_ja__V : V ; - zazdravitelen_A : A ; - zazdrav_ja_vam_V : V ; - zazdrav_ja_vane_N : N ; - zazem_ja_vam_V : V ; - zazem_ja_vane_N : N ; - zazidam_V : V ; - zazidane_N : N ; - zazi_zj_dam_V : V ; - zazi_zj_dane_N : N ; - zazim_ja_vam_V : V ; - zazim_ja_vane_N : N ; - zazor_ja_vam_V : V ; - zazor_ja_vane_N : N ; - zazubren_A : A ; - zazubr_ja_m_V : V ; - zazubr_ja_ne_N : N ; - zaz_ja_pvam_V : V ; - zaz_ja_pvane_N : N ; - zaigravam_V : V ; - zaigravane_N : N ; - zaizvivam_V : V ; - zaizvivane_N : N ; - zaizdigam_V : V ; - zaizdigane_N : N ; - zaizka_ch_vam_V : V ; - zaizka_ch_vane_N : N ; - zaizlivam_V : V ; - zaizlivane_N : N ; - zaizlizam_V : V ; - zaizmykvam_V : V ; - zaiznizvam_V : V ; - zaimstvam_V : V ; - zaimstvane_N : N ; - zaimstvuvam_V : V ; - zaimstvuvane_N : N ; - zainatenost_N : N ; - zainat_ja_vam_V : V ; - zainat_ja_vane_N : N ; - zainteresovan_A : A ; - zainteresovanost_N : N ; - zainteresuvam_V : V ; - zainteresuvan_A : A ; - zainteresuvane_N : N ; - zaintriguvam_V : V ; - zaintriguvane_N : N ; - zairec_N : N ; - zajda_V : V ; - zajka_N : N ; - zajkin_ja__N : N ; - zaj_ch_ar_N : N ; - zaj_ch_arnik_N : N ; - zaj_ch_arstvo_N : N ; - zaj_ch_e_N : N ; - zaj_ch_ence_N : N ; - zaka_zj_a_V : V ; - zakalen_A : A ; - zakalenost_N : N ; - zakalka_N : N ; - zakaluger_ja_vam_V : V ; - zakaluger_ja_vane_N : N ; - zakal_ja_vam_V : V ; - zakal_ja_vane_N : N ; - zakal_ja_m_V : V ; - zakal_ja_ne_N : N ; - zakana_N : N ; - zakanvam_V : V ; - zakanvane_N : N ; - zakanitelen_A : A ; - zakan_ja_m_V : V ; - zakan_ja_ne_N : N ; - zakapvam_V : V ; - zakap_ja_m_V : V ; - zakarvam_V : V ; - zakarvane_N : N ; - zakater_ja__V : V ; - zakahyr_ja_vam_V : V ; - zakahyr_ja_vane_N : N ; - zaka_ch_alka_N : N ; - zaka_ch_am_V : V ; - zaka_ch_ane_N : N ; - zaka_ch_vam_V : V ; - zaka_ch_vane_N : N ; - zaka_ch_ka_N : N ; - zaka_ch_liv_A : A ; - zaka_ch_livost_N : N ; - zaka_sh_l_ja_m_V : V ; - zaka_sh_l_ja_ne_N : N ; - zakvi_ch_avam_V : V ; - zakikotvam_V : V ; - zakikotvane_N : N ; - zakimam_V : V ; - zakimane_N : N ; - zakip_ja_vam_V : V ; - zakip_ja_vane_N : N ; - zakisvam_V : V ; - zakisvane_N : N ; - zaki_ch_vam_V : V ; - zaki_ch_vane_N : N ; - zaklan_A : A ; - zaklan_ja_m_V : V ; - zaklan_ja_ne_N : N ; - zaklatu_sh_kam_V : V ; - zakla_sht_am_V : V ; - zakla_sht_ane_N : N ; - zaklevam_V : V ; - zaklevane_N : N ; - zaklejmen_A : A ; - zaklejm_ja_vam_V : V ; - zaklejm_ja_vane_N : N ; - zaklepvam_V : V ; - zaklepvane_N : N ; - zaklet_A : A ; - zakle_sht_vam_V : V ; - zakle_sht_vane_N : N ; - zaklimvam_V : V ; - zaklimvane_N : N ; - zaklinam_V : V ; - zaklinane_N : N ; - zaklinanie_N : N ; - zaklinatel_N : N ; - zaklinatelen_A : A ; - zaklinvam_V : V ; - zaklinvane_N : N ; - zaklokam_V : V ; - zaklokane_N : N ; - zakloko_ch_a_V : V ; - zakl_iu_mam_V : V ; - zakl_iu_mane_N : N ; - zakl_iu_mvam_V : V ; - zakl_iu_mvane_N : N ; - zakl_iu__ch_avam_V : V ; - zakl_iu__ch_avane_N : N ; - zakl_iu__ch_alka_N : N ; - zakl_iu__ch_vam_V : V ; - zakl_iu__ch_vane_N : N ; - zakl_iu__ch_enie_N : N ; - zakl_iu__ch_itelen_A : A ; - zakovavam_V : V ; - zakovavane_N : N ; - zakovan_A : A ; - zakodiram_V : V ; - zakodirane_N : N ; - zakolvam_V : V ; - zakolvane_N : N ; - zakolenie_N : N ; - zakon_N : N ; - zakonen_A : A ; - zakonnik_N : N ; - zakonnoroden_A : A ; - zakonnorodenost_N : N ; - zakonnost_N : N ; - zakonoved_N : N ; - zakonovedenie_N : N ; - zakonovedec_N : N ; - zakonodatel_N : N ; - zakonodatelen_A : A ; - zakonodatelstvo_N : N ; - zakonodatelstvuvam_V : V ; - zakonodatelstvuvane_N : N ; - zakonomeren_A : A ; - zakonomernost_N : N ; - zakononaru_sh_enie_N : N ; - zakononaru_sh_itel_N : N ; - zakononaru_sh_itelen_A : A ; - zakonopolo_zj_enie_N : N ; - zakonoproekt_N : N ; - zakonosyobrazen_A : A ; - zakonosyobraznost_N : N ; - zakopavam_V : V ; - zakopavane_N : N ; - zakopn_ja_vam_V : V ; - zakopn_ja_vane_N : N ; - zakop_ch_avam_V : V ; - zakop_ch_avane_N : N ; - zakop_ch_alka_N : N ; - zakop_ch_e_ja__V : V ; - zakorav_ja_vam_V : V ; - zakorav_ja_vane_N : N ; - zakorav_ja_lost_N : N ; - zakoren_ja_vam_V : V ; - zakoren_ja_vane_N : N ; - zakoren_ja_l_A : A ; - zakosten_ja_vam_V : V ; - zakosten_ja_vane_N : N ; - zakosten_ja_lost_N : N ; - zakos_ja__V : V ; - zakotven_A : A ; - zakotv_ja_m_V : V ; - zakotv_ja_ne_N : N ; - zakra_ch_vam_V : V ; - zakra_ch_vane_N : N ; - zakrepvam_V : V ; - zakrepvane_N : N ; - zakrepen_A : A ; - zakrepna_V : V ; - zakrepnalost_N : N ; - zakrepostenost_N : N ; - zakrepost_ja_vam_V : V ; - zakrepost_ja_vane_N : N ; - zakrep_ja_vam_V : V ; - zakrep_ja_vane_N : N ; - zakre_sht__ja_vam_V : V ; - zakre_sht__ja_vane_N : N ; - zakrivam_V : V ; - zakrivane_N : N ; - zakriv_ja_vam_V : V ; - zakriv_ja_vane_N : N ; - zakrila_N : N ; - zakrilnik_N : N ; - zakrilnica_N : N ; - zakril_ja_m_V : V ; - zakril_ja_ne_N : N ; - zakrit_A : A ; - zakritie_N : N ; - zakryglen_A : A ; - zakrygleni_ch_yk_A : A ; - zakryglenost_N : N ; - zakrygl_ja_vam_V : V ; - zakrygl_ja_vane_N : N ; - zakrygl_ja_m_V : V ; - zakrygl_ja_ne_N : N ; - zakrystvam_V : V ; - zakrystvane_N : N ; - zakr_ja_kane_N : N ; - zakr_ja_kvam_V : V ; - zakr_ja_kvane_N : N ; - zakr_ja_skane_N : N ; - zakr_ja_skvam_V : V ; - zakr_ja_skvane_N : N ; - zakudkud_ja_kam_V : V ; - zakupvam_V : V ; - zakupvane_N : N ; - zakupva_ch__N : N ; - zakupuvam_V : V ; - zakupuvane_N : N ; - zakup_ch_ik_N : N ; - zakusvaln_ja__N : N ; - zakusvam_V : V ; - zakusvane_N : N ; - zakuska_N : N ; - zakucane_N : N ; - zakucvam_V : V ; - zakucvane_N : N ; - zakucukam_V : V ; - zaku_ch_vam_V : V ; - zaku_ch_vane_N : N ; - zakydr_ja_m_V : V ; - zakydr_ja_ne_N : N ; - zakykr_ja_m_V : V ; - zakykr_ja_ne_N : N ; - zakylna_V : V ; - zakynt_ja_vam_V : V ; - zakynt_ja_vane_N : N ; - zakyrm_ja_m_V : V ; - zakyrm_ja_ne_N : N ; - zakyrn_ja_vam_V : V ; - zakyrn_ja_vane_N : N ; - zakyrpvam_V : V ; - zakyrpvane_N : N ; - zakyrtvam_V : V ; - zakyrtvane_N : N ; - zakyr_sh_vam_V : V ; - zakyr_sh_vane_N : N ; - zakysvam_V : V ; - zakysvane_N : N ; - zakysnenie_N : N ; - zakysnitel_N : N ; - zakysnitelen_A : A ; - zakysn_ja_vam_V : V ; - zakysn_ja_vane_N : N ; - zakytan_A : A ; - zakytvam_V : V ; - zakytvane_N : N ; - zala_N : N ; - zalav_ja_m_V : V ; - zalav_ja_ne_N : N ; - zalagam_V : V ; - zalagane_N : N ; - zalajvam_V : V ; - zalajvane_N : N ; - zalapvam_V : V ; - zalapvane_N : N ; - zaleden_A : A ; - zaledene_ja__V : V ; - zaledenost_N : N ; - zaled_ja_vam_V : V ; - zaled_ja_vane_N : N ; - zale_zj__N : N ; - zale_zj_avam_V : V ; - zale_zj_avane_N : N ; - zale_zj_al_A : A ; - zalez_N : N ; - zalepvam_V : V ; - zalepvane_N : N ; - zalepen_A : A ; - zalepna_V : V ; - zalep_ja_m_V : V ; - zalep_ja_ne_N : N ; - zalesen_A : A ; - zalesitel_N : N ; - zalesitelen_A : A ; - zales_ja_vam_V : V ; - zales_ja_vane_N : N ; - zalet_ja_vam_V : V ; - zalet_ja_vane_N : N ; - zale_ja__V : V ; - zaliv_N : N ; - zalivam_V : V ; - zalivane_N : N ; - zaliv_ch_e_N : N ; - zalizvam_V : V ; - zalizvane_N : N ; - zalin_ja_vam_V : V ; - zalin_ja_vane_N : N ; - zalisan_A : A ; - zalisanost_N : N ; - zalisvam_V : V ; - zalisvane_N : N ; - zalisi_ja__N : N ; - zalitam_V : V ; - zalitane_N : N ; - zali_ch_avam_V : V ; - zali_ch_avane_N : N ; - zali_ch_imost_N : N ; - zali_ch_itel_N : N ; - zalov_ja__V : V ; - zalog_N : N ; - zalogopriematel_N : N ; - zalo_zj_a_V : V ; - zalo_zj_ba_N : N ; - zalo_zj_en_A : A ; - zalo_zj_nik_N : N ; - zalo_zj_nica_N : N ; - zalo_zj_ni_ch_estvo_N : N ; - zalostvam_V : V ; - zalostvane_N : N ; - zalo_ja__V : V ; - zalp_N : N ; - zalpov_A : A ; - zalude_ja__V : V ; - zalutane_N : N ; - zalutvam_V : V ; - zalutvane_N : N ; - zalygalka_N : N ; - zalygvam_V : V ; - zalygvane_N : N ; - zalyk_N : N ; - zal_iu_bvam_V : V ; - zal_iu_bvane_N : N ; - zal_iu_buvam_V : V ; - zal_iu_l_ja_vam_V : V ; - zal_iu_l_ja_vane_N : N ; - zal_iu_te_ja__V : V ; - zal_iu_t_ja_vam_V : V ; - zal_iu_t_ja_vane_N : N ; - zal_iu__sh_kam_V : V ; - zal_iu__sh_kane_N : N ; - zal_iu__sht_vam_V : V ; - zal_iu__sht_vane_N : N ; - zal_ja_gam_V : V ; - zal_ja_gane_N : N ; - zal_ja_zvam_V : V ; - zal_ja_zvane_N : N ; - zal_ja_n_A : A ; - zamaen_A : A ; - zamazvam_V : V ; - zamazvane_N : N ; - zamazka_N : N ; - zamajvam_V : V ; - zamajvane_N : N ; - zamaskiram_V : V ; - zamaskirane_N : N ; - zamaskirvam_V : V ; - zamaskirvane_N : N ; - zamah_N : N ; - zamaham_V : V ; - zamahane_N : N ; - zamahvam_V : V ; - zamahvane_N : N ; - zamacane_N : N ; - zamacvam_V : V ; - zamacvane_N : N ; - zama_ja_n_A : A ; - zama_ja_nost_N : N ; - zambak_N : N ; - zamezvam_V : V ; - zamel_ja__V : V ; - zamenim_A : A ; - zamenimost_N : N ; - zamen_ja_vam_V : V ; - zamen_ja_vane_N : N ; - zamen_ja_em_A : A ; - zamen_ja_emost_N : N ; - zamen_ja_m_V : V ; - zamen_ja_ne_N : N ; - zamervam_V : V ; - zamervane_N : N ; - zamer_ja_m_V : V ; - zamer_ja_ne_N : N ; - zamesvam_V : V ; - zamesvane_N : N ; - zamesenost_N : N ; - zamestvam_V : V ; - zamestvane_N : N ; - zamestitel_N : N ; - zamestitelen_A : A ; - zamestnik_N : N ; - zamestnica_N : N ; - zamestni_ch_estvo_N : N ; - zamestni_ch_ka_N : N ; - zameta_V : V ; - zame_ch_tavam_V : V ; - zame_ch_tavane_N : N ; - zame_ch_tan_A : A ; - zame_ch_tanost_N : N ; - zamivam_V : V ; - zamivane_N : N ; - zamigam_V : V ; - zamigane_N : N ; - zami_zj_avam_V : V ; - zami_zj_avane_N : N ; - zaminavam_V : V ; - zaminavane_N : N ; - zamiram_V : V ; - zamirane_N : N ; - zamirisvam_V : V ; - zamirisvane_N : N ; - zamislen_A : A ; - zamislenost_N : N ; - zamisl_ja_m_V : V ; - zamisl_ja_ne_N : N ; - zamisyl_N : N ; - zamitam_V : V ; - zamitane_N : N ; - zamlykvam_V : V ; - zamlykvane_N : N ; - zamogvam_V : V ; - zamogvane_N : N ; - zamognatost_N : N ; - zamo_zj_en_A : A ; - zamo_zj_nost_N : N ; - zamolvam_V : V ; - zamolvane_N : N ; - zamom_ja_vam_V : V ; - zamom_ja_vane_N : N ; - zamoren_A : A ; - zamor_ja_vam_V : V ; - zamor_ja_vane_N : N ; - zamotavam_V : V ; - zamotavane_N : N ; - zamotan_A : A ; - zamrazen_A : A ; - zamraz_ja_vam_V : V ; - zamraz_ja_vane_N : N ; - zamre_zj_vam_V : V ; - zamre_zj_vane_N : N ; - zamryzvam_V : V ; - zamryzvane_N : N ; - zamryznalost_N : N ; - zamrykvam_V : V ; - zamrykvane_N : N ; - zamrynkam_V : V ; - zamr_ja_lost_N : N ; - zamyglen_A : A ; - zamyglenost_N : N ; - zamygl_ja_vam_V : V ; - zamygl_ja_vane_N : N ; - zamy_zj_de_ja__V : V ; - zamy_zj_dukam_V : V ; - zamy_zj_dukane_N : N ; - zamyk_N : N ; - zamykvam_V : V ; - zamykvane_N : N ; - zamyl_ch_avam_V : V ; - zamyl_ch_avane_N : N ; - zamyl_ch_an_A : A ; - zamynkvam_V : V ; - zamynkvane_N : N ; - zamyrdvam_V : V ; - zamyrdvane_N : N ; - zamyrmorvam_V : V ; - zamyrmorvane_N : N ; - zamyrsenost_N : N ; - zamyrs_ja_vam_V : V ; - zamyrs_ja_vane_N : N ; - zamytvam_V : V ; - zamytvane_N : N ; - zamyten_A : A ; - zamy_ch_a_V : V ; - zam_ja_zane_N : N ; - zam_ja_zvam_V : V ; - zam_ja_zvane_N : N ; - zam_ja_na_N : N ; - zam_ja_tam_V : V ; - zam_ja_tane_N : N ; - zanavli_ch_am_V : V ; - zanadni_ch_am_V : V ; - zanadni_ch_ane_N : N ; - zanare_zj_dam_V : V ; - zanas_ja_m_V : V ; - zanas_ja_ne_N : N ; - zana_ja_t_N : N ; - zana_ja_t_ch_ijski_A : A ; - zana_ja_t_ch_ijstvo_N : N ; - zana_ja_t_ch_i_ja__N : N ; - zandan_N : N ; - zanemaren_A : A ; - zanemarenost_N : N ; - zanemar_ja_vam_V : V ; - zanemar_ja_vane_N : N ; - zanemar_ja_m_V : V ; - zanemar_ja_ne_N : N ; - zaneme_ja__V : V ; - zanem_ja_vam_V : V ; - zanem_ja_vane_N : N ; - zanesen_A : A ; - zanesenost_N : N ; - zani_zj_en_A : A ; - zanizvam_V : V ; - zanizvane_N : N ; - zanik_N : N ; - zanimavam_V : V ; - zanimavane_N : N ; - zanimavka_N : N ; - zanimaln_ja__N : N ; - zanimanie_N : N ; - zanimatelen_A : A ; - zanimatelnost_N : N ; - zanitvam_V : V ; - zanitvane_N : N ; - zani_ch_am_V : V ; - zani_ch_ane_N : N ; - zanosvam_V : V ; - zanosvane_N : N ; - zan_ja_tie_N : N ; - zaobikalka_N : N ; - zaobikal_ja_m_V : V ; - zaobikal_ja_ne_N : N ; - zaobikvam_V : V ; - zaobikvane_N : N ; - zaobikolen_A : A ; - zaobikolka_N : N ; - zaobi_ch_ane_N : N ; - zaobla_ch_avam_V : V ; - zaobla_ch_avane_N : N ; - zaobla_ch_en_A : A ; - zaoblen_A : A ; - zaoblenost_N : N ; - zaobl_ja_m_V : V ; - zaobl_ja_ne_N : N ; - zaobry_sht_am_V : V ; - zaob_ja_sn_ja_vam_V : V ; - zaogle_zj_dam_V : V ; - zaogle_zj_dane_N : N ; - zaozyrtane_N : N ; - zaozyrtvam_V : V ; - zaozyrtvane_N : N ; - zaopipvam_V : V ; - zaopipvane_N : N ; - zaopravdavam_V : V ; - zaoprav_ja__V : V ; - zaoravam_V : V ; - zaoravane_N : N ; - zaostren_A : A ; - zaostrenost_N : N ; - zaostr_ja_m_V : V ; - zaostr_ja_ne_N : N ; - zaotvivam_V : V ; - zaotekvam_V : V ; - zaotkl_iu__ch_vam_V : V ; - zaotkrehvam_V : V ; - zaotstypvam_V : V ; - zaotstypvane_N : N ; - zaohkane_N : N ; - zaohkvam_V : V ; - zaohkvane_N : N ; - zapad_N : N ; - zapadam_V : V ; - zapadane_N : N ; - zapaden_A : A ; - zapadnalost_N : N ; - zapadnoafrikanski_A : A ; - zapadnoevropeec_N : N ; - zapadnoevropejski_A : A ; - zapadn_ja_k_N : N ; - zapadn_ja__ch_ka_N : N ; - zapazvam_V : V ; - zapazvane_N : N ; - zapazenost_N : N ; - zapalvam_V : V ; - zapalvane_N : N ; - zapalen_A : A ; - zapalenost_N : N ; - zapalimost_N : N ; - zapalitel_N : N ; - zapalitelen_A : A ; - zapalitelnost_N : N ; - zapalka_N : N ; - zapal_ja_m_V : V ; - zapal_ja_nko_N : N ; - zapal_ja_nkovec_N : N ; - zapal_ja_nkov_sht_ina_N : N ; - zapamet_ja_vam_V : V ; - zapamet_ja_vane_N : N ; - zaparvam_V : V ; - zaparvane_N : N ; - zaparen_A : A ; - zaparka_N : N ; - zapas_N : N ; - zapasa_V : V ; - zapasan_A : A ; - zapasvam_V : V ; - zapasvane_N : N ; - zapasen_A : A ; - zapasn_ja_k_N : N ; - zapas_ja_vam_V : V ; - zapas_ja_vane_N : N ; - zapek_N : N ; - zapelte_ch_a_V : V ; - zapenvam_V : V ; - zapenvane_N : N ; - zapen_ja_m_V : V ; - zapen_ja_ne_N : N ; - zapera_V : V ; - zaper_ch_a_V : V ; - zapetajka_N : N ; - zapeta_ja__N : N ; - zape_ch_atan_A : A ; - zape_ch_atvam_V : V ; - zape_ch_atvane_N : N ; - zape_ch_at_ja__V : V ; - zape_ch_el_ja__V : V ; - zapivam_V : V ; - zapivane_N : N ; - zapil_ja_vam_V : V ; - zapil_ja_vane_N : N ; - zapiram_V : V ; - zapirane_N : N ; - zapis_N : N ; - zapisan_A : A ; - zapisvam_V : V ; - zapisvane_N : N ; - zapisva_ch_ka_N : N ; - zapiska_N : N ; - zapiskam_V : V ; - zapiskane_N : N ; - zapitane_N : N ; - zapitvam_V : V ; - zapitvane_N : N ; - zapitva_ch__N : N ; - zapitva_ch_ka_N : N ; - zapi_ch_am_V : V ; - zapi_ch_ane_N : N ; - zapi_sht__ja_vam_V : V ; - zapi_sht__ja_vane_N : N ; - zapladn_ja_vam_V : V ; - zapladn_ja_vane_N : N ; - zaplakvam_V : V ; - zaplakvane_N : N ; - zaplamt_ja_vam_V : V ; - zaplamt_ja_vane_N : N ; - zaplaniram_V : V ; - zaplaniran_A : A ; - zaplanirane_N : N ; - zaplanuvam_V : V ; - zaplanuvane_N : N ; - zaplata_N : N ; - zaplaten_A : A ; - zaplaha_N : N ; - zapla_sh_vam_V : V ; - zapla_sh_vane_N : N ; - zapla_sh_itelen_A : A ; - zapla_sht_am_V : V ; - zapla_sht_ane_N : N ; - zaplen_ja_vam_V : V ; - zaplen_ja_vane_N : N ; - zaples_N : N ; - zaplesvam_V : V ; - zaplesvane_N : N ; - zapleskvam_V : V ; - zapleskvane_N : N ; - zaplesnatost_N : N ; - zapleten_A : A ; - zapletenost_N : N ; - zapliskam_V : V ; - zapliskane_N : N ; - zaplitam_V : V ; - zaplitane_N : N ; - zapluvam_V : V ; - zapluvane_N : N ; - zapl_iu_vam_V : V ; - zapl_iu_vane_N : N ; - zapl_iu__sht__ja_vam_V : V ; - zapl_iu__sht__ja_vane_N : N ; - zapl_ja_skam_V : V ; - zapl_ja_skane_N : N ; - zapobutvam_V : V ; - zapoved_N : N ; - zapoveden_A : A ; - zapovednik_N : N ; - zapovednica_N : N ; - zapovedni_ch_eski_A : A ; - zapovedni_sh_ki_A : A ; - zapov_ja_dane_N : N ; - zapov_ja_dvam_V : V ; - zapov_ja_dvane_N : N ; - zapodoziram_V : V ; - zapodozirane_N : N ; - zapodozr_ja_n_A : A ; - zapodska_ch_am_V : V ; - zapodsmyr_ch_am_V : V ; - zapoznavam_V : V ; - zapoznavane_N : N ; - zapoznanstvo_N : N ; - zapoznatost_N : N ; - zapojvam_V : V ; - zapojvane_N : N ; - zapojka_N : N ; - zapokitvam_V : V ; - zapokitvane_N : N ; - zapomn_ja_m_V : V ; - zapomn_ja_ne_N : N ; - zapopvam_V : V ; - zapopvane_N : N ; - zapor_N : N ; - zaporvam_V : V ; - zaporvane_N : N ; - zaporiram_V : V ; - zaporiran_A : A ; - zapostvam_V : V ; - zapostvane_N : N ; - zapoten_A : A ; - zapot_ja_vam_V : V ; - zapot_ja_vane_N : N ; - zapo_ch_vam_V : V ; - zapo_ch_vane_N : N ; - zapo_ja_vam_V : V ; - zapo_ja_vane_N : N ; - zapra_V : V ; - zaprav_ja_m_V : V ; - zaprazn_ja_vam_V : V ; - zaprat_ja__V : V ; - zapra_sh_vam_V : V ; - zapra_sh_vane_N : N ; - zapra_sht_am_V : V ; - zapra_sht_ane_N : N ; - zapra_sht__ja_vam_V : V ; - zapra_sht__ja_vane_N : N ; - zaprevivam_V : V ; - zaprevivane_N : N ; - zapreda_V : V ; - zaprelistvam_V : V ; - zaprelistvane_N : N ; - zaprem_ja_tam_V : V ; - zaprem_ja_tane_N : N ; - zaprepasvam_V : V ; - zapretvam_V : V ; - zapretvane_N : N ; - zapretitelen_A : A ; - zapret_ja_vam_V : V ; - zapret_ja_vane_N : N ; - zapre_ch_vam_V : V ; - zapre_ch_vane_N : N ; - zapre_sht_avam_V : V ; - zapre_sht_avane_N : N ; - zapre_sht_enie_N : N ; - zaprigla_zj_dam_V : V ; - zaprigotv_ja__V : V ; - zapridam_V : V ; - zapridane_N : N ; - zaprii_zj_dam_V : V ; - zaprikazvam_V : V ; - zaprikazvane_N : N ; - zaprikl_ja_kam_V : V ; - zaprili_ch_ane_N : N ; - zaprili_ch_vam_V : V ; - zaprili_ch_vane_N : N ; - zaprim_ch_vam_V : V ; - zaprim_ch_vane_N : N ; - zapripkane_N : N ; - zapripkvam_V : V ; - zapripkvane_N : N ; - zapristigam_V : V ; - zapristigane_N : N ; - zapristypvam_V : V ; - zapri_sht_vam_V : V ; - zapri_sht_vane_N : N ; - zaprogramiran_A : A ; - zaprolet_ja_vam_V : V ; - zaprolet_ja_vane_N : N ; - zapromykvam_V : V ; - zapromykvane_N : N ; - zaprotestiram_V : V ; - zaprotestirane_N : N ; - zapry_zj_ka_N : N ; - zapryskvam_V : V ; - zapryskvane_N : N ; - zapr_ja_gam_V : V ; - zapr_ja_gane_N : N ; - zapr_ja_n_A : A ; - zapr_ja_tam_V : V ; - zapr_ja_tane_N : N ; - zapsuvam_V : V ; - zaptie_N : N ; - zaptisvam_V : V ; - zaptisvane_N : N ; - zapusna_V : V ; - zapusnatost_N : N ; - zapustenie_N : N ; - zapuste_ja__V : V ; - zapust_ja_vam_V : V ; - zapust_ja_vane_N : N ; - zapust_ja_lost_N : N ; - zapu_sh_alka_N : N ; - zapu_sh_vam_V : V ; - zapu_sh_vane_N : N ; - zapyvam_V : V ; - zapyvane_N : N ; - zapylvam_V : V ; - zapylvane_N : N ; - zapylz_ja_vam_V : V ; - zapylz_ja_vane_N : N ; - zapylnen_A : A ; - zapylnenost_N : N ; - zapynka_N : N ; - zapyr_zj_vam_V : V ; - zapyr_zj_vane_N : N ; - zapyr_zj_en_A : A ; - zapyrtyk_N : N ; - zapyrham_V : V ; - zapytvam_V : V ; - zapytvane_N : N ; - zapyham_V : V ; - zapyht_ja_vam_V : V ; - zapyht_ja_vane_N : N ; - zapyht_ja_n_A : A ; - zapy_sh_kvam_V : V ; - zapy_sh_kvane_N : N ; - zap_ja_vam_V : V ; - zap_ja_vane_N : N ; - zap_ja_rane_N : N ; - zar_N : N ; - zarabotvam_V : V ; - zarabotvane_N : N ; - zaravn_ja_vam_V : V ; - zaravn_ja_vane_N : N ; - zaravn_ja_m_V : V ; - zaravn_ja_ne_N : N ; - zarav_ja_m_V : V ; - zarav_ja_ne_N : N ; - zaradvam_V : V ; - zaradvane_N : N ; - zara_zj_dam_V : V ; - zara_zj_dane_N : N ; - zaraza_N : N ; - zarazgle_zj_dam_V : V ; - zarazgle_zj_dane_N : N ; - zarazen_A : A ; - zarazimost_N : N ; - zarazitelen_A : A ; - zarazitelnost_N : N ; - zarazkazvam_V : V ; - zarazlistvam_V : V ; - zarazmahvam_V : V ; - zarazmahvane_N : N ; - zaraznas_ja_m_V : V ; - zaraznas_ja_ne_N : N ; - zaraznobolen_A : A ; - zaraznost_N : N ; - zarazpitvam_V : V ; - zarazprav_ja_m_V : V ; - zarazprav_ja_ne_N : N ; - zarazsybli_ch_am_V : V ; - zaraztrivam_V : V ; - zaraztrivane_N : N ; - zaraz_ja_vam_V : V ; - zaraz_ja_vane_N : N ; - zaran_N : N ; - zarasna_V : V ; - zarastvam_V : V ; - zarastvane_N : N ; - zarevavam_V : V ; - zarevavane_N : N ; - zarevo_N : N ; - zaregistriram_V : V ; - zaregistrirane_N : N ; - zareda_N : N ; - zareden_A : A ; - zare_zj_dam_V : V ; - zare_zj_dane_N : N ; - zare_zj_da_ch__N : N ; - zare_ch_a_V : V ; - zare_sh_a_V : V ; - zare_ja__V : V ; - zarzavat_N : N ; - zarzavat_ch_ijka_N : N ; - zarzavat_ch_ijnica_N : N ; - zarzavat_ch_ijski_A : A ; - zarzavat_ch_ijstvo_N : N ; - zarzavat_ch_i_ja__N : N ; - zarzala_N : N ; - zarzalov_A : A ; - zariben_A : A ; - zarib_ja_vam_V : V ; - zarib_ja_vane_N : N ; - zarivam_V : V ; - zarivane_N : N ; - zaridavam_V : V ; - zaridavane_N : N ; - zarina_V : V ; - zaritam_V : V ; - zari_ch_am_V : V ; - zari_ch_ane_N : N ; - zarobvam_V : V ; - zarobvane_N : N ; - zarobitel_N : N ; - zarovi_ch_kam_V : V ; - zaroden_A : A ; - zarodi_sh__N : N ; - zarodi_sh_en_A : A ; - zarozov_ja_vam_V : V ; - zarozov_ja_vane_N : N ; - zaromon_ja__V : V ; - zaronvam_V : V ; - zaronvane_N : N ; - zaros_ja_vam_V : V ; - zaros_ja_vane_N : N ; - zaro_ja__V : V ; - zarumen_ja_vam_V : V ; - zarumen_ja_vane_N : N ; - zaryka_N : N ; - zarykomaham_V : V ; - zarykopl_ja_skam_V : V ; - zarym_zj_avam_V : V ; - zarym_zj_avane_N : N ; - zarym_ja_vam_V : V ; - zarym_ja_vane_N : N ; - zaryfam_V : V ; - zaryfvam_V : V ; - zaryfvane_N : N ; - zary_ch_vam_V : V ; - zary_ch_vane_N : N ; - zary_ch_enie_N : N ; - zary_ch_ka_N : N ; - zar_ja__N : N ; - zar_ja_d_N : N ; - zar_ja_den_A : A ; - zar_ja_zvam_V : V ; - zar_ja_zvane_N : N ; - zasada_N : N ; - zasaden_A : A ; - zasa_zj_dam_V : V ; - zasa_zj_dane_N : N ; - zasvidetelstvam_V : V ; - zasvidetelstvane_N : N ; - zasvidetelstvuvam_V : V ; - zasvidetelstvuvane_N : N ; - zasvirvam_V : V ; - zasvirvane_N : N ; - zasvo_ja_vam_V : V ; - zasvo_ja_vane_N : N ; - zasv_ja_tkam_V : V ; - zasv_ja_tkane_N : N ; - zasegnatost_N : N ; - zasedavam_V : V ; - zasedavane_N : N ; - zasedanie_N : N ; - zasedatel_N : N ; - zasedatelen_A : A ; - zasedatelka_N : N ; - zasednalost_N : N ; - zased_ja_vam_V : V ; - zased_ja_vane_N : N ; - zaseka_V : V ; - zasekreten_A : A ; - zaselvam_V : V ; - zaselvane_N : N ; - zaselen_A : A ; - zaselenie_N : N ; - zaseli_sht_e_N : N ; - zaselnik_N : N ; - zasel_ja_vam_V : V ; - zasel_ja_vane_N : N ; - zasen_ch_vam_V : V ; - zasen_ch_vane_N : N ; - zasen_ja__V : V ; - zase_ch_ka_N : N ; - zase_ja_n_A : A ; - zasilvam_V : V ; - zasilvane_N : N ; - zasin_ja_vam_V : V ; - zasin_ja_vane_N : N ; - zasipvam_V : V ; - zasipvane_N : N ; - zasitn_ja_vam_V : V ; - zasitn_ja_vane_N : N ; - zasi_ch_am_V : V ; - zasi_ch_ane_N : N ; - zasi_sht_am_V : V ; - zasi_sht_ane_N : N ; - zasi_ja_vam_V : V ; - zasi_ja_vane_N : N ; - zaskobvam_V : V ; - zaskobvane_N : N ; - zaskob_ja_vane_N : N ; - zaskre_zj_avam_V : V ; - zaskre_zj_avane_N : N ; - zaskre_zj_en_A : A ; - zaskript_ja_vam_V : V ; - zaskript_ja_vane_N : N ; - zaskyrb_ja_vam_V : V ; - zaskyrb_ja_vane_N : N ; - zaskyrcam_V : V ; - zaskyrcane_N : N ; - zasladen_A : A ; - zasla_zj_dam_V : V ; - zaslan_ja_m_V : V ; - zaslan_ja_ne_N : N ; - zaslepen_A : A ; - zaslepenie_N : N ; - zaslepenost_N : N ; - zaslepitelen_A : A ; - zasleplenie_N : N ; - zaslep_ja_vam_V : V ; - zaslep_ja_vane_N : N ; - zaslon_N : N ; - zaslon_ja_vam_V : V ; - zaslon_ja_vane_N : N ; - zasluga_N : N ; - zaslu_zj_avam_V : V ; - zaslu_zj_avane_N : N ; - zaslu_zj_il_A : A ; - zasluht_ja_vam_V : V ; - zasluht_ja_vane_N : N ; - zaslu_sh_am_V : V ; - zaslu_sh_vam_V : V ; - zaslu_sh_vane_N : N ; - zasmivam_V : V ; - zasmivane_N : N ; - zasmolen_A : A ; - zasmol_ja_vam_V : V ; - zasmol_ja_vane_N : N ; - zasmukan_A : A ; - zasmukvam_V : V ; - zasmukvane_N : N ; - zasmyd_ja_vam_V : V ; - zasmyd_ja_vane_N : N ; - zasmyrd_ja_vam_V : V ; - zasm_ja_n_A : A ; - zasne_zj_avam_V : V ; - zasne_zj_avane_N : N ; - zasne_zj_en_A : A ; - zasnemam_V : V ; - zasnemane_N : N ; - zasnovavam_V : V ; - zasnovavane_N : N ; - zasol_ja_vam_V : V ; - zasol_ja_vane_N : N ; - zaspalost_N : N ; - zaspivam_V : V ; - zaspivane_N : N ; - zasramvam_V : V ; - zasramvane_N : N ; - zasri_ch_am_V : V ; - zasri_ch_ane_N : N ; - zastava_N : N ; - zastavam_V : V ; - zastavane_N : N ; - zastavka_N : N ; - zastav_ja_m_V : V ; - zastav_ja_ne_N : N ; - zastana_V : V ; - zastare_ja__V : V ; - zastar_ja_vam_V : V ; - zastar_ja_vane_N : N ; - zastar_ja_lost_N : N ; - zastel_ja__V : V ; - zastenvam_V : V ; - zastenvane_N : N ; - zastivam_V : V ; - zastivane_N : N ; - zastigam_V : V ; - zastigane_N : N ; - zastilam_V : V ; - zastilane_N : N ; - zastilka_N : N ; - zastina_V : V ; - zastlan_A : A ; - zastoj_N : N ; - zastopor_ja_va_sht__A : A ; - zasto_ja_vam_V : V ; - zasto_ja_vane_N : N ; - zasto_ja_l_A : A ; - zasto_ja_lost_N : N ; - zastrahovam_V : V ; - zastrahovane_N : N ; - zastrahovatel_N : N ; - zastrahovatelen_A : A ; - zastrahovka_N : N ; - zastra_sh_avam_V : V ; - zastra_sh_avane_N : N ; - zastra_sh_itelen_A : A ; - zastrelvam_V : V ; - zastrelvane_N : N ; - zastrel_ja_m_V : V ; - zastrojvam_V : V ; - zastrojvane_N : N ; - zastrojka_N : N ; - zastro_ja_vam_V : V ; - zastro_ja_vane_N : N ; - zastru_ja_vam_V : V ; - zastru_ja_vane_N : N ; - zastud_ja_vam_V : V ; - zastud_ja_vane_N : N ; - zastyklen_A : A ; - zastypvam_V : V ; - zastypvane_N : N ; - zastypnik_N : N ; - zastypnica_N : N ; - zastypni_ch_eski_A : A ; - zastypni_ch_estvo_N : N ; - zastyp_ja_m_V : V ; - zastyp_ja_ne_N : N ; - zastyr_zj_a_V : V ; - zasuet_ja_vam_V : V ; - zasuet_ja_vane_N : N ; - zasukan_A : A ; - zasukvam_V : V ; - zasukvane_N : N ; - zasumt_ja_vam_V : V ; - zasumt_ja_vane_N : N ; - zasu_sh_avam_V : V ; - zasu_sh_avane_N : N ; - zasyrbam_V : V ; - zasyrbane_N : N ; - zasyrb_ja_vam_V : V ; - zasyrb_ja_vane_N : N ; - zasyskam_V : V ; - zasyhvam_V : V ; - zasyhvane_N : N ; - zas_ja_vam_V : V ; - zas_ja_vane_N : N ; - zas_ja_vka_N : N ; - zas_ja_gam_V : V ; - zas_ja_gane_N : N ; - zas_ja_dam_V : V ; - zas_ja_dane_N : N ; - zataen_A : A ; - zatajvam_V : V ; - zatajvane_N : N ; - zatananikam_V : V ; - zatananikane_N : N ; - zatananikvam_V : V ; - zatananikvane_N : N ; - zatancuvam_V : V ; - zatancuvane_N : N ; - zatapvam_V : V ; - zata_ja_vam_V : V ; - zata_ja_vane_N : N ; - zatvara_ch_ka_N : N ; - zatvar_ja_m_V : V ; - zatvar_ja_ne_N : N ; - zatvor_N : N ; - zatvoren_A : A ; - zatvorenost_N : N ; - zatvornik_N : N ; - zatvornica_N : N ; - zatvorni_ch_eski_A : A ; - zatvorni_ch_ka_N : N ; - zatvyrden_A : A ; - zatvyrdenost_N : N ; - zatvyrde_ja__V : V ; - zatvyrd_ja_vam_V : V ; - zatvyrd_ja_vane_N : N ; - zatvyr_zj_davam_V : V ; - zatvyr_zj_davane_N : N ; - zategnatost_N : N ; - zateka_V : V ; - zatikam_V : V ; - zatikvam_V : V ; - zatikvane_N : N ; - zatirvam_V : V ; - zatirvane_N : N ; - zatiskam_V : V ; - zatiskane_N : N ; - zatihvam_V : V ; - zatihvane_N : N ; - zati_ch_ane_N : N ; - zati_ch_vam_V : V ; - zati_ch_vane_N : N ; - zati_sh_ie_N : N ; - zatla_ch_vam_V : V ; - zatla_ch_vane_N : N ; - zatlyst_ja_vam_V : V ; - zatlyst_ja_vane_N : N ; - zatlyst_ja_lost_N : N ; - zatl_ja_vam_V : V ; - zatl_ja_vane_N : N ; - zatopl_ja_m_V : V ; - zatopl_ja_ne_N : N ; - zatop_ja__V : V ; - zatormozvam_V : V ; - zatormozvane_N : N ; - zatormoz_ja_vam_V : V ; - zatormoz_ja_vane_N : N ; - zato_ch_avam_V : V ; - zato_ch_avane_N : N ; - zato_ch_vam_V : V ; - zato_ch_vane_N : N ; - zato_ch_enie_N : N ; - zato_ch_enik_N : N ; - zato_ch_enica_N : N ; - zatrakvam_V : V ; - zatrakvane_N : N ; - zatrevenost_N : N ; - zatrev_ja_vam_V : V ; - zatrev_ja_vane_N : N ; - zatrepvam_V : V ; - zatrepvane_N : N ; - zatrepervam_V : V ; - zatrepervane_N : N ; - zatrept_ja_vam_V : V ; - zatrept_ja_vane_N : N ; - zatresa_V : V ; - zatre_sht__ja_vam_V : V ; - zatre_sht__ja_vane_N : N ; - zatrivam_V : V ; - zatrivane_N : N ; - zatrisam_V : V ; - zatrisane_N : N ; - zatrogvam_V : V ; - zatrogvane_N : N ; - zatropvam_V : V ; - zatropvane_N : N ; - zatrudnen_A : A ; - zatrudnenie_N : N ; - zatrudnenost_N : N ; - zatrudnitelen_A : A ; - zatrudn_ja_vam_V : V ; - zatrudn_ja_vane_N : N ; - zatrud_ja__V : V ; - zatrupvam_V : V ; - zatrupvane_N : N ; - zatryb_ja_vam_V : V ; - zatryb_ja_vane_N : N ; - zatry_sh_vam_V : V ; - zatry_sh_vane_N : N ; - zatry_sh_kvam_V : V ; - zatry_sh_kvane_N : N ; - zatr_ja_bvam_V : V ; - zatr_ja_bvane_N : N ; - zatr_ja_skane_N : N ; - zatr_ja_skvam_V : V ; - zatr_ja_skvane_N : N ; - zatulvam_V : V ; - zatulvane_N : N ; - zatulka_N : N ; - zatul_ja_m_V : V ; - zatul_ja_ne_N : N ; - zatupam_V : V ; - zatupvam_V : V ; - zatupvane_N : N ; - zatupkvam_V : V ; - zatupkvane_N : N ; - zatupt_ja_vam_V : V ; - zatupt_ja_vane_N : N ; - zaturvam_V : V ; - zaturvane_N : N ; - zatur_ja_m_V : V ; - zatur_ja_ne_N : N ; - zatyvam_V : V ; - zatyvane_N : N ; - zatyguvam_V : V ; - zatyguvane_N : N ; - zaty_zj_avam_V : V ; - zaty_zj_avane_N : N ; - zaty_zj_enost_N : N ; - zatykavam_V : V ; - zatykavane_N : N ; - zatykvam_V : V ; - zatykvane_N : N ; - zatykm_ja_vam_V : V ; - zatykm_ja_vane_N : N ; - zatymnenie_N : N ; - zatymnenost_N : N ; - zatymne_ja__V : V ; - zatymnitel_N : N ; - zatymn_ja_vam_V : V ; - zatymn_ja_vane_N : N ; - zatyne_ja__V : V ; - zatynten_A : A ; - zatyntenost_N : N ; - zatynt_ja__V : V ; - zatyn_ja_vam_V : V ; - zatyn_ja_vane_N : N ; - zatype_ja__V : V ; - zatypitelen_A : A ; - zatypkan_A : A ; - zatypkvam_V : V ; - zatypkvane_N : N ; - zatyp_ja_vam_V : V ; - zatyp_ja_vane_N : N ; - zatyp_ja_l_A : A ; - zatyp_ja_lost_N : N ; - zatyrkal_ja_m_V : V ; - zatyrkal_ja_ne_N : N ; - zatyrkam_V : V ; - zatyrkane_N : N ; - zatyrs_ja__V : V ; - zatyr_ch_avam_V : V ; - zatyr_ch_avane_N : N ; - zatytr_ja_m_V : V ; - zatytr_ja_ne_N : N ; - zat_iu_hkam_V : V ; - zat_iu_hkane_N : N ; - zat_ja_gam_V : V ; - zat_ja_gane_N : N ; - zaudr_ja_m_V : V ; - zaudr_ja_ne_N : N ; - zaumilkvam_V : V ; - zaumilkvane_N : N ; - zaupokoen_A : A ; - zaupokoj_N : N ; - zausukvam_V : V ; - zausukvane_N : N ; - zau_ch_avam_V : V ; - zau_ch_avane_N : N ; - zau_sh_ka_N : N ; - zafiksirvam_V : V ; - zafu_ch_avam_V : V ; - zafu_ch_avane_N : N ; - zahab_ja_vam_V : V ; - zahab_ja_vane_N : N ; - zahapvam_V : V ; - zahapvane_N : N ; - zahapka_N : N ; - zahar_N : N ; - zaharen_A : A ; - zaharin_N : N ; - zaharnica_N : N ; - zaharnost_N : N ; - zaharoza_N : N ; - zaharometyr_N : N ; - zaharosan_A : A ; - zaharosane_N : N ; - zaharosvam_V : V ; - zaharosvane_N : N ; - zahvalvam_V : V ; - zahvalvane_N : N ; - zahval_ja_m_V : V ; - zahval_ja_ne_N : N ; - zahva_sht_am_V : V ; - zahva_sht_ane_N : N ; - zahvyrlen_A : A ; - zahvyrl_ja_m_V : V ; - zahvyrl_ja_ne_N : N ; - zahvyr_ch_avam_V : V ; - zahvyr_ch_avane_N : N ; - zahilvam_V : V ; - zahilvane_N : N ; - zahitruvam_V : V ; - zahitruvane_N : N ; - zahitr_ja_vam_V : V ; - zahitr_ja_vane_N : N ; - zahlad_ja_vam_V : V ; - zahlad_ja_vane_N : N ; - zahla_zj_dam_V : V ; - zahla_zj_dane_N : N ; - zahlas_N : N ; - zahlasvam_V : V ; - zahlasvane_N : N ; - zahlasnat_A : A ; - zahlasnatost_N : N ; - zahlopvam_V : V ; - zahlopvane_N : N ; - zahlopna_V : V ; - zahlupak_N : N ; - zahlupvam_V : V ; - zahlupvane_N : N ; - zahlupka_N : N ; - zahod_N : N ; - zaho_zj_dam_V : V ; - zaho_zj_dane_N : N ; - zahranvam_V : V ; - zahranvane_N : N ; - zahript_ja_vam_V : V ; - zahrupam_V : V ; - zahubav_ja_vam_V : V ; - zahubav_ja_vane_N : N ; - zahylcane_N : N ; - zahylcvam_V : V ; - zahylcvane_N : N ; - zahyrkane_N : N ; - zahyrkvam_V : V ; - zahyrkvane_N : N ; - zacapvam_V : V ; - zacapvane_N : N ; - zacaruvam_V : V ; - zacaruvane_N : N ; - zacar_ja_vane_N : N ; - zaceluvam_V : V ; - zaceluvane_N : N ; - zacepvam_V : V ; - zacepvane_N : N ; - zacimentiram_V : V ; - zacimentirane_N : N ; - zacykam_V : V ; - zacykane_N : N ; - za_ch_akane_N : N ; - za_ch_akvam_V : V ; - za_ch_akvane_N : N ; - za_ch_atie_N : N ; - za_ch_atyk_N : N ; - za_ch_aty_ch_en_A : A ; - za_ch_evam_V : V ; - za_ch_evane_N : N ; - za_ch_egyrtane_N : N ; - za_ch_egyrtvam_V : V ; - za_ch_egyrtvane_N : N ; - za_ch_ekvam_V : V ; - za_ch_ekvane_N : N ; - za_ch_enka_N : N ; - za_ch_erven_ja_vam_V : V ; - za_ch_erven_ja_vane_N : N ; - za_ch_erv_ja__V : V ; - za_ch_erv_ja_vam_V : V ; - za_ch_erv_ja_vane_N : N ; - za_ch_erkvam_V : V ; - za_ch_erkvane_N : N ; - za_ch_erne_ja__V : V ; - za_ch_ern_ja_vam_V : V ; - za_ch_ern_ja_vane_N : N ; - za_ch_ern_ja_m_V : V ; - za_ch_ern_ja_ne_N : N ; - za_ch_erpvam_V : V ; - za_ch_erpvane_N : N ; - za_ch_erp_ja__V : V ; - za_ch_ertavam_V : V ; - za_ch_ertavane_N : N ; - za_ch_esvam_V : V ; - za_ch_esvane_N : N ; - za_ch_est_ja_vam_V : V ; - za_ch_est_ja_vane_N : N ; - za_ch_eta_V : V ; - za_ch_e_sh_a_V : V ; - za_ch_isl_ja_vam_V : V ; - za_ch_isl_ja_vane_N : N ; - za_ch_itam_V : V ; - za_ch_itane_N : N ; - za_ch_ovyrkvam_V : V ; - za_ch_ovyrkvane_N : N ; - za_ch_opl_ja_m_V : V ; - za_ch_opl_ja_ne_N : N ; - za_ch_uvam_V : V ; - za_ch_uvane_N : N ; - za_ch_udvam_V : V ; - za_ch_udvane_N : N ; - za_ch_uden_A : A ; - za_ch_ukane_N : N ; - za_ch_ukvam_V : V ; - za_ch_ukvane_N : N ; - za_ch_urulikam_V : V ; - za_ch_urulikane_N : N ; - za_sh_avam_V : V ; - za_sh_avane_N : N ; - za_sh_arvam_V : V ; - za_sh_arvane_N : N ; - za_sh_emet_ja_vam_V : V ; - za_sh_emet_ja_vane_N : N ; - za_sh_ivam_V : V ; - za_sh_ivane_N : N ; - za_sh_ifrovam_V : V ; - za_sh_lev_ja_vam_V : V ; - za_sh_lev_ja_vane_N : N ; - za_sh_lev_ja_m_V : V ; - za_sh_l_ja__ja__V : V ; - za_sh_umvam_V : V ; - za_sh_umol_ja_vam_V : V ; - za_sh_umol_ja_vane_N : N ; - za_sh_um_ja_vam_V : V ; - za_sh_um_ja_vane_N : N ; - za_sh_um_ja_m_V : V ; - za_sh_um_ja_ne_N : N ; - za_sh_urt_ja_vam_V : V ; - za_sh_urt_ja_vane_N : N ; - za_sh_u_sh_ukvam_V : V ; - za_sh_u_sh_ukvane_N : N ; - za_sht_ipvam_V : V ; - za_sht_ipvane_N : N ; - za_sht_ita_N : N ; - za_sht_itavam_V : V ; - za_sht_itavane_N : N ; - za_sht_iten_A : A ; - za_sht_itenost_N : N ; - za_sht_itimost_N : N ; - za_sht_ititelen_A : A ; - za_sht_itnik_N : N ; - za_sht_itnica_N : N ; - za_sht_itni_ch_ka_N : N ; - za_sht_i_sht_avam_V : V ; - za_sht_i_sht_avane_N : N ; - za_sht_rihovam_V : V ; - za_sht_rihovane_N : N ; - za_sht_uram_V : V ; - za_sht_urane_N : N ; - za_sht_ur_ja_vam_V : V ; - za_ja_vitel_N : N ; - za_ja_vka_N : N ; - za_ja_vlenie_N : N ; - za_ja_v_ja_vam_V : V ; - za_ja_v_ja_vane_N : N ; - za_ja_dam_V : V ; - za_ja_dane_N : N ; - za_ja_dliv_A : A ; - za_ja_dlivost_N : N ; - za_ja__zj_dam_V : V ; - za_ja__zj_dane_N : N ; - za_ja_kvam_V : V ; - za_ja_kvane_N : N ; - za_ja_k_ch_en_A : A ; - za_ja_k_ch_itelen_A : A ; - za_ja_m_V : V ; - zvan_A : A ; - zvanie_N : N ; - zvatelen_A : A ; - zvezda_N : N ; - zvezden_A : A ; - zvezdica_N : N ; - zvezdi_ch_ka_N : N ; - zvezdobroec_N : N ; - zvezdobrojski_A : A ; - zvezdobrojstvo_N : N ; - zvezdoviden_A : A ; - zvezdolet_N : N ; - zvezdoobrazen_A : A ; - zvezdopoklonstvo_N : N ; - zvenar_N : N ; - zveno_N : N ; - zvenovi_A : A ; - zvenovod_N : N ; - zvenovodec_N : N ; - zvenovodka_N : N ; - zverilnik_N : N ; - zverilnica_N : N ; - zveropodoben_A : A ; - zveroukrotitel_N : N ; - zveroukrotitelka_N : N ; - zverski_A : A ; - zverstvo_N : N ; - zver_ch_e_N : N ; - zver_sht_ina_N : N ; - zver_ja__V : V ; - zvonkov_A : A ; - zvuk_N : N ; - zvukov_A : A ; - zvukozaglu_sh_itel_N : N ; - zvukozapis_N : N ; - zvukozapisvatelen_A : A ; - zvukoizoliran_A : A ; - zvukometri_ja__N : N ; - zvukonepronicaem_A : A ; - zvukooperator_N : N ; - zvukopogly_sht_a_sht__A : A ; - zvukopodra_zj_anie_N : N ; - zvukopodra_zj_atelen_A : A ; - zvukoprovoden_A : A ; - zvukoprovodimost_N : N ; - zvukoprovodnost_N : N ; - zvukosy_ch_etanie_N : N ; - zvukotehnika_N : N ; - zvu_ch_a_V : V ; - zvu_ch_en_A : A ; - zvu_ch_ene_N : N ; - zvu_ch_nost_N : N ; - zvyn_N : N ; - zvynar_N : N ; - zvynarka_N : N ; - zvynvam_V : V ; - zvynvane_N : N ; - zvynene_N : N ; - zvynec_N : N ; - zvynika_N : N ; - zvynkam_V : V ; - zvynkane_N : N ; - zvynliv_A : A ; - zvynlivost_N : N ; - zvynte_zj__N : N ; - zvyntene_N : N ; - zvynt_ja__V : V ; - zvyn_ch_e_N : N ; - zvyn_ch_ev_A : A ; - zvynyk_A : A ; - zvyn_ja__V : V ; - zv_ja_r_N : N ; - zdanie_N : N ; - zdrav_A : A ; - zdrave_N : N ; - zdraven_A : A ; - zdraven_ja_k_N : N ; - zdraven_ja__ch_ka_N : N ; - zdraveopazvane_N : N ; - zdravec_N : N ; - zdravina_N : N ; - zdravisam_V : V ; - zdravisvam_V : V ; - zdravisvane_N : N ; - zdravomisle_sht__A : A ; - zdravomislie_N : N ; - zdravosloven_A : A ; - zdravoslovnost_N : N ; - zdra_ch__N : N ; - zdra_ch_avam_V : V ; - zdra_ch_avane_N : N ; - zdra_ch_evina_N : N ; - zdra_ch_en_A : A ; - zdra_ch_ina_N : N ; - zeblo_N : N ; - zebra_N : N ; - zevzek_N : N ; - zevzeklyk_N : N ; - zevsov_A : A ; - zejvam_V : V ; - zejvane_N : N ; - zejka_N : N ; - zele_N : N ; - zelev_A : A ; - zelen_A : A ; - zelene_ja__V : V ; - zelenika_N : N ; - zelenikav_A : A ; - zelenilo_N : N ; - zelenina_N : N ; - zelenokrak_A : A ; - zelenook_A : A ; - zelen_ch_uk_N : N ; - zelen_ch_ukov_A : A ; - zelen_ch_ukoproizvoditel_N : N ; - zelen_ch_ukoproizvodstvo_N : N ; - zelen_ch_ukosnabd_ja_vane_N : N ; - zelen_ja_svam_V : V ; - zelen_ja_svane_N : N ; - zelka_N : N ; - zelnik_N : N ; - zemevladelec_N : N ; - zemevladelski_A : A ; - zemevladenie_N : N ; - zemevladetel_N : N ; - zemedelec_N : N ; - zemedelie_N : N ; - zemedelski_A : A ; - zemekopa_ch__N : N ; - zemekopa_ch_en_A : A ; - zemekopa_ch_ka_N : N ; - zemekopen_A : A ; - zememer_N : N ; - zememeren_A : A ; - zememerski_A : A ; - zememerstvo_N : N ; - zemen_A : A ; - zemenski_A : A ; - zemeobrabotvane_N : N ; - zemepisen_A : A ; - zemepisec_N : N ; - zemeprite_zj_atel_N : N ; - zemetresenie_N : N ; - zemetrys_N : N ; - zemetrysen_A : A ; - zemeustrojstvo_N : N ; - zemlemer_N : N ; - zemlemerski_A : A ; - zemlemerstvo_N : N ; - zemlen_A : A ; - zemli_sht_e_N : N ; - zeml_ja_k_N : N ; - zeml_ja_nin_N : N ; - zeml_ja_nka_N : N ; - zeml_ja__ch_estvo_N : N ; - zemnovoden_A : A ; - zem_ja__N : N ; - zenit_N : N ; - zeniten_A : A ; - zenit_ch_ik_N : N ; - zenica_N : N ; - zestra_N : N ; - zestrogonec_N : N ; - zet_N : N ; - zetxov_A : A ; - zefir_N : N ; - zefiren_A : A ; - zehtin_N : N ; - ze_ja__V : V ; - zigzag_N : N ; - zigzagoviden_A : A ; - zigzagoobrazen_A : A ; - zid_N : N ; - zidam_V : V ; - zidane_N : N ; - zidar_N : N ; - zidari_ja__N : N ; - zidarski_A : A ; - zidarstvo_N : N ; - zida_ch_estvo_N : N ; - zima_N : N ; - zimen_A : A ; - zimering_N : N ; - zimnik_N : N ; - zimnina_N : N ; - zimnica_N : N ; - zimovina_N : N ; - zimovi_sht_e_N : N ; - zimorli_ch_av_A : A ; - zimorli_ch_avost_N : N ; - zimorni_ch_av_A : A ; - zimuvam_V : V ; - zimuvane_N : N ; - zinvam_V : V ; - zift_N : N ; - zlat_A : A ; - zlatar_N : N ; - zlatarnica_N : N ; - zlatarski_A : A ; - zlatarstvo_N : N ; - zlaten_A : A ; - zlatist_A : A ; - zlatka_N : N ; - zlato_N : N ; - zlatovryh_A : A ; - zlatozaren_A : A ; - zlatokopa_ch__N : N ; - zlatokos_A : A ; - zlatonosen_A : A ; - zlatoperka_N : N ; - zlatorus_A : A ; - zlatotykan_A : A ; - zlatotyrsa_ch__N : N ; - zlatoust_A : A ; - zlat_ja__V : V ; - zla_ch_en_A : A ; - zlepostav_ja_m_V : V ; - zlepostav_ja_ne_N : N ; - zlina_N : N ; - zlo_N : N ; - zloba_N : N ; - zlobar_N : N ; - zloben_A : A ; - zlobliv_A : A ; - zlobnost_N : N ; - zlobodneven_A : A ; - zlobodnevie_N : N ; - zlobodnevka_N : N ; - zlove_sht__A : A ; - zlovonen_A : A ; - zlovonie_N : N ; - zlovreden_A : A ; - zlovrednost_N : N ; - zlodeen_A : A ; - zlodej_N : N ; - zlodejski_A : A ; - zlodejstvam_V : V ; - zlodejstvane_N : N ; - zlodejstvo_N : N ; - zlode_ja_nie_N : N ; - zlodumen_A : A ; - zlodumstvo_N : N ; - zloezi_ch_ie_N : N ; - zloezi_ch_nik_N : N ; - zlo_zj_elatel_N : N ; - zlo_zj_elatelen_A : A ; - zlo_zj_elatelka_N : N ; - zlo_zj_elatelstvam_V : V ; - zlo_zj_elatelstvane_N : N ; - zlo_zj_elatelstvo_N : N ; - zloka_ch_estven_A : A ; - zloka_ch_estvenost_N : N ; - zlokoba_N : N ; - zlokoben_A : A ; - zlomislen_A : A ; - zlomislie_N : N ; - zlonameren_A : A ; - zlonamerenost_N : N ; - zlonrav_A : A ; - zlonraven_A : A ; - zlonravie_N : N ; - zlopameten_A : A ; - zlopametnost_N : N ; - zlopametstvo_N : N ; - zlopoluka_N : N ; - zlopolu_ch_en_A : A ; - zlopolu_ch_ie_N : N ; - zlorad_A : A ; - zloradstvam_V : V ; - zloradstvane_N : N ; - zloradstvo_N : N ; - zloradstvuvam_V : V ; - zloradstvuvane_N : N ; - zlore_ch_ie_N : N ; - zloslovene_N : N ; - zloslovec_N : N ; - zloslovie_N : N ; - zloslov_ja__V : V ; - zlost_N : N ; - zlosten_A : A ; - zlostoren_A : A ; - zlostornik_N : N ; - zlostornica_N : N ; - zlostorni_ch_a_V : V ; - zlostorni_ch_eski_A : A ; - zlostorni_ch_estvo_N : N ; - zlostorstvam_V : V ; - zlostorstvane_N : N ; - zlostorstvo_N : N ; - zlota_N : N ; - zlotvoren_A : A ; - zloumisyl_N : N ; - zloumi_sh_len_A : A ; - zloupotreba_N : N ; - zloupotreben_A : A ; - zloupotrebitel_N : N ; - zloupotreblenie_N : N ; - zloupotreb_ja_vam_V : V ; - zloupotreb_ja_vane_N : N ; - zloust_A : A ; - zlo_ch_est_A : A ; - zlo_ch_esten_A : A ; - zlo_ch_estina_N : N ; - zlo_ch_instvo_N : N ; - zlo_sht_asten_A : A ; - zlo_sht_astie_N : N ; - zlo_sht_astnik_N : N ; - zlo_ja_d_A : A ; - zly_ch__N : N ; - zly_ch_en_A : A ; - zly_ch_nost_N : N ; - zmej_N : N ; - zmieviden_A : A ; - zmiepodoben_A : A ; - zmieukrotitel_N : N ; - zmijski_A : A ; - zmij_ch_e_N : N ; - zmiorka_N : N ; - zmi_ja__N : N ; - zmi_ja_r_N : N ; - zmi_ja_rnik_N : N ; - znaen_A : A ; - znaene_N : N ; - znak_N : N ; - znakov_A : A ; - zname_N : N ; - znamenatel_N : N ; - znamenatelen_A : A ; - znamenie_N : N ; - znamenit_A : A ; - znamenitost_N : N ; - znamenosec_N : N ; - znanie_N : N ; - znaten_A : A ; - znatnost_N : N ; - znahar_N : N ; - znaharka_N : N ; - znaharstvo_N : N ; - zna_ch_a_V : V ; - zna_ch_en_A : A ; - zna_ch_enie_N : N ; - zna_ch_im_A : A ; - zna_ch_imost_N : N ; - zna_ch_itelen_A : A ; - zna_ch_itelnost_N : N ; - zna_ch_ka_N : N ; - zna_ja__V : V ; - znoen_A : A ; - znoj_N : N ; - zob_N : N ; - zobam_V : V ; - zobane_N : N ; - zobvam_V : V ; - zobvane_N : N ; - zobnica_N : N ; - zob_ja__V : V ; - zov_N : N ; - zovavam_V : V ; - zograf_N : N ; - zografisvam_V : V ; - zografisvane_N : N ; - zodiak_N : N ; - zodiakalen_A : A ; - zodi_ja__N : N ; - zol_iu_ci_ja__N : N ; - zombi_N : N ; - zona_N : N ; - zonalen_A : A ; - zonira_sht__A : A ; - zoogeni_ja__N : N ; - zoogeograf_N : N ; - zoogeografi_ja__N : N ; - zoografi_ja__N : N ; - zoolatri_ja__N : N ; - zoolog_N : N ; - zoologi_ch_en_A : A ; - zoologi_ch_eski_A : A ; - zoologi_ja__N : N ; - zoolo_zj_ki_A : A ; - zoomorfizym_N : N ; - zoopark_N : N ; - zoospora_N : N ; - zootehnik_N : N ; - zootehnika_N : N ; - zootehni_ch_eski_A : A ; - zootehni_ch_ka_N : N ; - zoohimi_ch_eski_A : A ; - zoohimi_ja__N : N ; - zor_N : N ; - zora_N : N ; - zorkost_N : N ; - zornica_N : N ; - zoryk_A : A ; - zoster_N : N ; - zra_V : V ; - zreene_N : N ; - zreli_sht_e_N : N ; - zreli_sht_en_A : A ; - zrelost_N : N ; - zrelosten_A : A ; - zrelostnik_N : N ; - zrelostni_ch_ka_N : N ; - zrenie_N : N ; - zre_ja__V : V ; - zritel_N : N ; - zritelen_A : A ; - zritelka_N : N ; - zrynce_N : N ; - zr_ja_l_A : A ; - zr_ja_lost_N : N ; - zubra_ch__N : N ; - zubra_ch_ka_N : N ; - zubrene_N : N ; - zubr_ja__V : V ; - zubyr_N : N ; - zulum_N : N ; - zumer_N : N ; - zurla_N : N ; - zyb_N : N ; - zybar_N : N ; - zybat_A : A ; - zyben_A : A ; - zybene_N : N ; - zyber_N : N ; - zybest_A : A ; - zybec_N : N ; - zybobol_N : N ; - zyboviden_A : A ; - zybolekar_N : N ; - zybolekarka_N : N ; - zybolekarski_A : A ; - zybolekarstvo_N : N ; - zybole_ch_eben_A : A ; - zybole_ch_ebnica_N : N ; - zybole_ch_enie_N : N ; - zybotehnik_N : N ; - zybotehnika_N : N ; - zyb_ch_at_A : A ; - zyb_ch_atka_N : N ; - zyb_ch_e_N : N ; - zyb_ja__V : V ; - zyzna_V : V ; - zyzne_sht__A : A ; - zyl_A : A ; - zylva_N : N ; - zylvin_A : A ; - zyrvam_V : V ; - zyrvane_N : N ; - zyrkel_N : N ; - zyrnen_A : A ; - zyrnest_A : A ; - zyrnistost_N : N ; - zyrno_N : N ; - zyrnoviden_A : A ; - zyrnodaen_A : A ; - zyrnodobiv_N : N ; - zyrnometri_ch_en_A : A ; - zyrnonosen_A : A ; - zyrnoproizvoditel_N : N ; - zyrnoproizvoditelen_A : A ; - zyrnoproizvodstvo_N : N ; - zyrnohranili_sht_e_N : N ; - z_iu_mb_iu_l_N : N ; - z_ja_nosvam_V : V ; - z_ja_pam_V : V ; - z_ja_pane_N : N ; - z_ja_pa_ch__N : N ; - z_ja_pvam_V : V ; - z_ja_pvane_N : N ; - z_ja_pen_ja__V : V ; - iberijski_A : A ; - ibis_N : N ; - ibrik_ch_i_ja__N : N ; - ibri_sh_im_N : N ; - ivica_N : N ; - ivi_ch_ka_N : N ; - igla_N : N ; - iglen_A : A ; - iglenik_N : N ; - iglenica_N : N ; - iglest_A : A ; - iglika_N : N ; - iglica_N : N ; - igli_ch_ka_N : N ; - igloviden_A : A ; - igloko_zj__A : A ; - iglolist_A : A ; - iglolisten_A : A ; - igloobrazen_A : A ; - iglu_N : N ; - igl_ja_nka_N : N ; - ignoriram_V : V ; - ignorirane_N : N ; - igo_N : N ; - igra_N : N ; - igraene_N : N ; - igralen_A : A ; - igralo_N : N ; - igrane_N : N ; - igra_ch__N : N ; - igra_ch_ka_N : N ; - igra_ja__V : V ; - igrek_N : N ; - igriv_A : A ; - igrivost_N : N ; - igri_ch_ka_N : N ; - igri_sht_e_N : N ; - igroslovie_N : N ; - igroslovica_N : N ; - iguana_N : N ; - igumen_N : N ; - igumenka_N : N ; - igumenski_A : A ; - ida_V : V ; - idvam_V : V ; - idvane_N : N ; - ideal_N : N ; - idealen_A : A ; - idealizaci_ja__N : N ; - idealiziram_V : V ; - idealizirane_N : N ; - idealizym_N : N ; - idealist_N : N ; - idealisti_ch_en_A : A ; - idealisti_ch_eski_A : A ; - idealistka_N : N ; - ideen_A : A ; - idejnost_N : N ; - iden_A : A ; - identifikator_N : N ; - identifikacionen_A : A ; - identifikaci_ja__N : N ; - identificiram_V : V ; - identificiran_A : A ; - identificirane_N : N ; - identi_ch_en_A : A ; - identi_ch_nost_N : N ; - ideografi_ch_en_A : A ; - ideografi_ja__N : N ; - ideografski_A : A ; - ideolog_N : N ; - ideologi_ch_en_A : A ; - ideologi_ch_eski_A : A ; - ideologi_ja__N : N ; - ide_ja__N : N ; - idili_ch_en_A : A ; - idili_ja__N : N ; - idiom_N : N ; - idiomatika_N : N ; - idiomati_ch_en_A : A ; - idiosinkrazi_ja__N : N ; - idiosinkrati_ch_en_A : A ; - idiot_N : N ; - idiotiziram_V : V ; - idiotizym_N : N ; - idioti_ja__N : N ; - idiotka_N : N ; - idiotski_A : A ; - idiot_sht_ina_N : N ; - idol_N : N ; - idolen_A : A ; - idolopoklonnik_N : N ; - idolopoklonnica_N : N ; - idolopoklonni_ch_eski_A : A ; - idolopoklonni_ch_estvo_N : N ; - idolopoklonstvo_N : N ; - idol_ch_e_N : N ; - idu_sht__A : A ; - ievyzmo_zj_nost_N : N ; - izba_N : N ; - izbava_N : N ; - izbavitel_N : N ; - izbavitelen_A : A ; - izbavitelka_N : N ; - izbavlenie_N : N ; - izbav_ja_m_V : V ; - izbav_ja_ne_N : N ; - izbagr_ja_m_V : V ; - izbagr_ja_ne_N : N ; - izbegna_V : V ; - izbedn_ja_vam_V : V ; - izbelvam_V : V ; - izbelvane_N : N ; - izbel_ja_vam_V : V ; - izbel_ja_l_A : A ; - izbel_ja_m_V : V ; - izben_A : A ; - izbesvam_V : V ; - izbesvane_N : N ; - izbivam_V : V ; - izbivane_N : N ; - izbikal_ja_m_V : V ; - izbiraem_A : A ; - izbiraemost_N : N ; - izbiram_V : V ; - izbirane_N : N ; - izbiratel_N : N ; - izbiratelen_A : A ; - izbiratelka_N : N ; - izbiratelski_A : A ; - izbistrenost_N : N ; - izbistr_ja_m_V : V ; - izbistr_ja_ne_N : N ; - izbi_ch_vam_V : V ; - izbi_ch_vane_N : N ; - izbledn_ja_vam_V : V ; - izbledn_ja_vane_N : N ; - izble_sht_vam_V : V ; - izble_sht_vane_N : N ; - izble_ja__V : V ; - izblizvam_V : V ; - izblizvane_N : N ; - izblik_N : N ; - izblikvam_V : V ; - izblikvane_N : N ; - izblyskam_V : V ; - izblyskvam_V : V ; - izblyskvane_N : N ; - izbobot_ja__V : V ; - izbo_zj_dam_V : V ; - izbo_zj_dane_N : N ; - izboksiram_V : V ; - izbor_N : N ; - izboren_A : A ; - izbornost_N : N ; - izbranik_N : N ; - izbranica_N : N ; - izbrisane_N : N ; - izbrisvam_V : V ; - izbrisvane_N : N ; - izbrodvam_V : V ; - izbrodvane_N : N ; - izbrodiram_V : V ; - izbrodirane_N : N ; - izbroen_A : A ; - izbro_zj_dam_V : V ; - izbro_zj_dane_N : N ; - izbroimost_N : N ; - izbro_ja_vam_V : V ; - izbro_ja_vane_N : N ; - izbrulvam_V : V ; - izbrulvane_N : N ; - izbrul_ja_m_V : V ; - izbrul_ja_ne_N : N ; - izbrym_ch_avam_V : V ; - izbrym_ch_avane_N : N ; - izbrysvam_V : V ; - izbrysvane_N : N ; - izbryskvam_V : V ; - izbryskvane_N : N ; - izbrytv_ja_m_V : V ; - izbrytv_ja_ne_N : N ; - izbry_sht_olev_ja_m_V : V ; - izbry_sht_olev_ja_ne_N : N ; - izbumt_ja_vam_V : V ; - izbumt_ja_vane_N : N ; - izbutane_N : N ; - izbutvam_V : V ; - izbutvane_N : N ; - izbuham_V : V ; - izbuhvam_V : V ; - izbuhvane_N : N ; - izbuhliv_A : A ; - izbuhlivost_N : N ; - izbuht_ja_vam_V : V ; - izbuht_ja_vane_N : N ; - izbu_ch_avam_V : V ; - izbu_ch_avane_N : N ; - izbu_ja_vam_V : V ; - izbu_ja_vane_N : N ; - izbu_ja_lost_N : N ; - izbybr_ja_m_V : V ; - izbybr_ja_ne_N : N ; - izbylvam_V : V ; - izbylvane_N : N ; - izbyrborvam_V : V ; - izbyrborvane_N : N ; - izbyrzvam_V : V ; - izbyrzvane_N : N ; - izbyrsvam_V : V ; - izbyrsvane_N : N ; - izb_ja_gam_V : V ; - izb_ja_gvam_V : V ; - izb_ja_gvane_N : N ; - izvadka_N : N ; - izva_zj_dam_V : V ; - izva_zj_dane_N : N ; - izvajvam_V : V ; - izvajvane_N : N ; - izvajkvam_V : V ; - izvajkvane_N : N ; - izval_ja_vam_V : V ; - izval_ja_vane_N : N ; - izval_ja_m_V : V ; - izval_ja_n_A : A ; - izvara_N : N ; - izvardvam_V : V ; - izvardvane_N : N ; - izvar_ja_vam_V : V ; - izvar_ja_vane_N : N ; - izva_ja__V : V ; - izva_ja_n_A : A ; - izva_ja_nie_N : N ; - izve_zj_dam_V : V ; - izve_zj_dane_N : N ; - izvezvam_V : V ; - izvezvane_N : N ; - izverg_N : N ; - izvesten_A : A ; - izvestie_N : N ; - izvestitel_N : N ; - izvestnost_N : N ; - izvest_ja_vam_V : V ; - izvest_ja_vane_N : N ; - izvetr_ja_vam_V : V ; - izvetr_ja_vane_N : N ; - izvetr_ja_l_A : A ; - izvehte_ja__V : V ; - izveht_ja_vam_V : V ; - izveht_ja_vane_N : N ; - izve_ja_n_A : A ; - izve_ja_nost_N : N ; - izviv_A : A ; - izvivam_V : V ; - izvivane_N : N ; - izvivka_N : N ; - izvikvam_V : V ; - izvikvane_N : N ; - izvinenie_N : N ; - izvinim_A : A ; - izvinitelen_A : A ; - izvinitelnost_N : N ; - izvin_ja_vam_V : V ; - izvin_ja_vane_N : N ; - izviram_V : V ; - izvirane_N : N ; - izvisen_A : A ; - izvis_ja_vam_V : V ; - izvis_ja_vane_N : N ; - izvit_A : A ; - izvitost_N : N ; - izvi_sh_avam_V : V ; - izvi_sh_avane_N : N ; - izvlek_N : N ; - izvle_ch_enie_N : N ; - izvli_ch_am_V : V ; - izvli_ch_ane_N : N ; - izvod_N : N ; - izvoden_A : A ; - izvozvam_V : V ; - izvozvane_N : N ; - izvozva_ch__N : N ; - izvozen_A : A ; - izvor_N : N ; - izvoren_A : A ; - izvo_iu_vam_V : V ; - izvo_iu_vane_N : N ; - izvraten_A : A ; - izvratenost_N : N ; - izvraten_ja_k_N : N ; - izvrat_ja_vam_V : V ; - izvra_sht_avam_V : V ; - izvra_sht_avane_N : N ; - izvra_sht_enie_N : N ; - izvre_sht__ja_vam_V : V ; - izvre_sht__ja_vane_N : N ; - izvrynkam_V : V ; - izvry_sht_am_V : V ; - izvry_sht_ane_N : N ; - izvr_ja__V : V ; - izvr_ja_kvam_V : V ; - izvr_ja_kvane_N : N ; - izvr_ja_skvam_V : V ; - izvr_ja_skvane_N : N ; - izvy_zj_dam_V : V ; - izvy_zj_dane_N : N ; - izvynborden_A : A ; - izvynbordov_A : A ; - izvynbra_ch_en_A : A ; - izvyngradski_A : A ; - izvynzemen_A : A ; - izvynklasen_A : A ; - izvynklety_ch_en_A : A ; - izvynmato_ch_en_A : A ; - izvynmeren_A : A ; - izvynpartien_A : A ; - izvynplaneten_A : A ; - izvynprogramen_A : A ; - izvynraboten_A : A ; - izvynreden_A : A ; - izvynrednol_iu_bezen_A : A ; - izvynslu_zj_eben_A : A ; - izvynsydeben_A : A ; - izvynu_ch_ili_sht_en_A : A ; - izvyn_sht_aten_A : A ; - izvyrv_ja_vam_V : V ; - izvyrv_ja_vane_N : N ; - izvyr_zj_a_V : V ; - izvyrna_V : V ; - izvyrtam_V : V ; - izvyrtane_N : N ; - izvyrtvam_V : V ; - izvyrtvane_N : N ; - izvyrt_ja_vam_V : V ; - izvyrt_ja_vane_N : N ; - izvyr_sh_avam_V : V ; - izvyr_sh_avane_N : N ; - izvyr_sh_vam_V : V ; - izvyr_sh_vane_N : N ; - izvyr_sh_en_A : A ; - izvyr_sh_e_ja__V : V ; - izvyr_sh_itel_N : N ; - izvyr_sh_itelka_N : N ; - izv_ja_vam_V : V ; - izv_ja_vane_N : N ; - izv_ja_hvam_V : V ; - izv_ja_hvane_N : N ; - izgazvam_V : V ; - izgazvane_N : N ; - izgar_ja_m_V : V ; - izgar_ja_ne_N : N ; - izgasvam_V : V ; - izgasvane_N : N ; - izgasna_V : V ; - izgasne_ja__V : V ; - izgas_ja_vam_V : V ; - izgas_ja_vane_N : N ; - izgas_ja_m_V : V ; - izgas_ja_ne_N : N ; - izgivam_V : V ; - izgivane_N : N ; - izgladimost_N : N ; - izgladne_ja__V : V ; - izgladn_ja_vam_V : V ; - izgladn_ja_vane_N : N ; - izgla_zj_dam_V : V ; - izgla_zj_dane_N : N ; - izgled_N : N ; - izgledane_N : N ; - izgle_zj_dam_V : V ; - izgle_zj_dane_N : N ; - izglo_zj_d_ja_m_V : V ; - izglo_zj_d_ja_ne_N : N ; - izglozgam_V : V ; - izglozgvam_V : V ; - izglozgvane_N : N ; - izglup_ja__V : V ; - izglup_ja_vam_V : V ; - izglup_ja_vane_N : N ; - izgnanie_N : N ; - izgnanik_N : N ; - izgnanica_N : N ; - izgnani_ch_eski_A : A ; - izgnani_ch_estvo_N : N ; - izgnivam_V : V ; - izgnivane_N : N ; - izgovar_ja_m_V : V ; - izgovar_ja_ne_N : N ; - izgovor_N : N ; - izgovorvam_V : V ; - izgovorvane_N : N ; - izgovoren_A : A ; - izgoda_N : N ; - izgoden_A : A ; - izgodnost_N : N ; - izgonvam_V : V ; - izgonvane_N : N ; - izgora_N : N ; - izgoren_A : A ; - izgornik_N : N ; - izgornica_N : N ; - izgotv_ja_m_V : V ; - izgotv_ja_ne_N : N ; - izgra_zj_dam_V : V ; - izgra_zj_dane_N : N ; - izgrakvam_V : V ; - izgrakvane_N : N ; - izgrebvam_V : V ; - izgrebvane_N : N ; - izgrev_N : N ; - izgrizan_A : A ; - izgrizvam_V : V ; - izgrizvane_N : N ; - izgruht_ja_vam_V : V ; - izgruht_ja_vane_N : N ; - izgr_ja_vam_V : V ; - izgr_ja_vane_N : N ; - izgubvam_V : V ; - izgubvane_N : N ; - izguben_A : A ; - izgukam_V : V ; - izgul_ja_vam_V : V ; - izgyvam_V : V ; - izgyvane_N : N ; - izgyltvam_V : V ; - izgyltvane_N : N ; - izgyl_ch_avam_V : V ; - izgyl_ch_avane_N : N ; - izgyrbvam_V : V ; - izgyrbvane_N : N ; - izgyrben_A : A ; - izgyrbuzvam_V : V ; - izgyrbuzvane_N : N ; - izgyrm_ja_vam_V : V ; - izgyrm_ja_vane_N : N ; - izdavam_V : V ; - izdavane_N : N ; - izdav_ja_m_V : V ; - izdav_ja_ne_N : N ; - izdaden_A : A ; - izdadenost_N : N ; - izdajnik_N : N ; - izdajnica_N : N ; - izdajni_ch_a_V : V ; - izdajni_ch_eski_A : A ; - izdajni_ch_estvo_N : N ; - izdanie_N : N ; - izdatel_N : N ; - izdatelka_N : N ; - izdatelski_A : A ; - izdatelstvo_N : N ; - izdatina_N : N ; - izdatyk_N : N ; - izdebvam_V : V ; - izdebvane_N : N ; - izdevatelstvo_N : N ; - izdevatelstvuvam_V : V ; - izdevatelstvuvane_N : N ; - izdejstvam_V : V ; - izdejstvane_N : N ; - izdejstvuvam_V : V ; - izdejstvuvane_N : N ; - izdeklamiram_V : V ; - izdelie_N : N ; - izdera_V : V ; - izd_zj_avkvam_V : V ; - izd_zj_avkvane_N : N ; - izdigam_V : V ; - izdigane_N : N ; - izdignat_A : A ; - izdignatina_N : N ; - izdignatost_N : N ; - izdiram_V : V ; - izdirvam_V : V ; - izdirvane_N : N ; - izdir_ja_m_V : V ; - izdir_ja_ne_N : N ; - izdihanie_N : N ; - izdi_sh_ane_N : N ; - izdi_sh_vam_V : V ; - izdi_sh_vane_N : N ; - izdi_sh_en_A : A ; - izdokarvam_V : V ; - izdokarvane_N : N ; - izdo_ja_vam_V : V ; - izdo_ja_vane_N : N ; - izdraskvam_V : V ; - izdraskvane_N : N ; - izdrebn_ja_vam_V : V ; - izdrebn_ja_vane_N : N ; - izdry_zj_ka_N : N ; - izdry_zj_liv_A : A ; - izdry_zj_livost_N : N ; - izdrynkvam_V : V ; - izdrynkvane_N : N ; - izdryn_ch_avam_V : V ; - izdryn_ch_avane_N : N ; - izdryn_ch_vam_V : V ; - izdryn_ch_vane_N : N ; - izduvam_V : V ; - izduvane_N : N ; - izdumane_N : N ; - izdumvam_V : V ; - izdumvane_N : N ; - izdup_ch_vam_V : V ; - izdup_ch_vane_N : N ; - izdut_A : A ; - izdutina_N : N ; - izdutost_N : N ; - izduhane_N : N ; - izduhvam_V : V ; - izduhvane_N : N ; - izdu_sh_avam_V : V ; - izdu_sh_avane_N : N ; - izdu_sh_vam_V : V ; - izdu_sh_vane_N : N ; - izdyvkvam_V : V ; - izdyvkvane_N : N ; - izdylbavam_V : V ; - izdylbavane_N : N ; - izdyl_zj_avam_V : V ; - izdyl_zj_avane_N : N ; - izdyl_zj_en_A : A ; - izdynvam_V : V ; - izdynvane_N : N ; - izdynen_A : A ; - izdynka_N : N ; - izdyrdorvam_V : V ; - izdyrdorvane_N : N ; - izdyr_zj_am_V : V ; - izdyr_zj_an_A : A ; - izdyr_zj_ane_N : N ; - izdyr_zj_anost_N : N ; - izdyr_zj_liv_A : A ; - izdyr_zj_livost_N : N ; - izdyrpane_N : N ; - izdyrpvam_V : V ; - izdyrpvane_N : N ; - izdyhvam_V : V ; - izdyhvane_N : N ; - izd_ja_vam_V : V ; - izd_ja_vane_N : N ; - izd_ja_vol_ja_vam_V : V ; - izd_ja_vol_ja_vane_N : N ; - izd_ja_lvam_V : V ; - izd_ja_lvane_N : N ; - izd_ja_lkvam_V : V ; - izd_ja_lkvane_N : N ; - izd_ja_na_V : V ; - izednik_N : N ; - izednica_N : N ; - izedni_ch_eski_A : A ; - izeht_ja_vam_V : V ; - izeht_ja_vane_N : N ; - ize_ch_avam_V : V ; - ize_ch_avane_N : N ; - iz_zj_adn_ja_vam_V : V ; - iz_zj_adn_ja_vane_N : N ; - iz_zj_egl_ja__V : V ; - iz_zj_envam_V : V ; - iz_zj_envane_N : N ; - iz_zj_ivelica_N : N ; - iz_zj_iv_ja_vam_V : V ; - iz_zj_iv_ja_vane_N : N ; - iz_zj_ilvam_V : V ; - iz_zj_ilvane_N : N ; - iz_zj_ulvam_V : V ; - iz_zj_ulvane_N : N ; - iz_zj_ulen_A : A ; - iz_zj_ynvam_V : V ; - iz_zj_ynvane_N : N ; - izzvyn_ja_vam_V : V ; - izzvyn_ja_vane_N : N ; - izzemam_V : V ; - izzemane_N : N ; - izzemvam_V : V ; - izzemvane_N : N ; - izzidane_N : N ; - izzi_zj_dam_V : V ; - izzi_zj_dane_N : N ; - izzimuvam_V : V ; - izzimuvane_N : N ; - izigravam_V : V ; - izigravane_N : N ; - izimitiram_V : V ; - iziskan_A : A ; - iziskane_N : N ; - iziskanost_N : N ; - iziskvam_V : V ; - iziskvane_N : N ; - iziskuem_A : A ; - iziskuemost_N : N ; - izkaz_N : N ; - izkazanost_N : N ; - izkazvam_V : V ; - izkazvane_N : N ; - izkalvam_V : V ; - izkalypvam_V : V ; - izkalypvane_N : N ; - izkal_ja_m_V : V ; - izkal_ja_ne_N : N ; - izkapvam_V : V ; - izkapvane_N : N ; - izkarane_N : N ; - izkarvam_V : V ; - izkarvane_N : N ; - izkastr_ja_m_V : V ; - izkastr_ja_ne_N : N ; - izkatervam_V : V ; - izkatervane_N : N ; - izka_ch_vam_V : V ; - izka_ch_vane_N : N ; - izka_sh_l_ja_m_V : V ; - izka_sh_l_ja_ne_N : N ; - izkvasvam_V : V ; - izkvasvane_N : N ; - izkvi_ch_avam_V : V ; - izkvi_ch_avane_N : N ; - izkikotvam_V : V ; - izkikotvane_N : N ; - izkilvam_V : V ; - izkilvane_N : N ; - izkip_ja_vam_V : V ; - izkip_ja_vane_N : N ; - izkirliven_A : A ; - izkirliv_ja_m_V : V ; - izkirliv_ja_ne_N : N ; - izkisvam_V : V ; - izkisvane_N : N ; - izkiskvam_V : V ; - izkiskvane_N : N ; - izkihvam_V : V ; - izkihvane_N : N ; - izklas_ja_vam_V : V ; - izklas_ja_vane_N : N ; - izklinvam_V : V ; - izklin_ch_vam_V : V ; - izklin_ch_vane_N : N ; - izkl_iu__ch_vam_V : V ; - izkl_iu__ch_vane_N : N ; - izkl_iu__ch_vatel_N : N ; - izkl_iu__ch_en_A : A ; - izkl_iu__ch_enie_N : N ; - izkl_iu__ch_itelen_A : A ; - izkl_iu__ch_itelnost_N : N ; - izkovavam_V : V ; - izkovavane_N : N ; - izkokorvam_V : V ; - izkokorvane_N : N ; - izkolvam_V : V ; - izkolvane_N : N ; - izkomandvam_V : V ; - izkomanduvam_V : V ; - izkomanduvane_N : N ; - izkonsumiram_V : V ; - izkonsumirane_N : N ; - izkont_ja__V : V ; - izkop_N : N ; - izkopavam_V : V ; - izkopavane_N : N ; - izkopaem_A : A ; - izkopan_A : A ; - izkopen_A : A ; - izkop_ch_vam_V : V ; - izkop_ch_vane_N : N ; - izkop_ch_i_ja__N : N ; - izkorenen_A : A ; - izkoren_ja_vam_V : V ; - izkoren_ja_vane_N : N ; - izkoristvane_N : N ; - izkorist_ja__V : V ; - izkormvam_V : V ; - izkormvane_N : N ; - izkormva_ch__N : N ; - izkorm_ja_m_V : V ; - izkorm_ja_ne_N : N ; - izkorubvam_V : V ; - izkorubvane_N : N ; - izkoruben_A : A ; - izkos_ja_vam_V : V ; - izkos_ja_vane_N : N ; - izkradvam_V : V ; - izkradvane_N : N ; - izkre_sht__ja_vam_V : V ; - izkre_sht__ja_vane_N : N ; - izkrivenost_N : N ; - izkriv_ja_vam_V : V ; - izkriv_ja_vane_N : N ; - izkrynkvam_V : V ; - izkr_ja_kane_N : N ; - izkr_ja_kvam_V : V ; - izkr_ja_kvane_N : N ; - izkr_ja_skane_N : N ; - izkr_ja_skvam_V : V ; - izkr_ja_skvane_N : N ; - izkukam_V : V ; - izkukane_N : N ; - izkukurigane_N : N ; - izkukurigvam_V : V ; - izkukurigvane_N : N ; - izkum_ja_m_V : V ; - izkum_ja_ne_N : N ; - izkupvam_V : V ; - izkupvane_N : N ; - izkupva_ch__N : N ; - izkupen_A : A ; - izkupitel_N : N ; - izkupitelen_A : A ; - izkuplenie_N : N ; - izkupuvam_V : V ; - izkupuvane_N : N ; - izkusen_A : A ; - izkusitel_N : N ; - izkusitelen_A : A ; - izkusitelka_N : N ; - izkusnost_N : N ; - izkustven_A : A ; - izkustvenost_N : N ; - izkustvo_N : N ; - izkustvoved_N : N ; - izkustvovedka_N : N ; - izkustvovedstvo_N : N ; - izkustvoznanie_N : N ; - izkusuren_A : A ; - izkusur_ja_vam_V : V ; - izkusur_ja_vane_N : N ; - izkus_ja_vam_V : V ; - izkus_ja_vane_N : N ; - izkuf_ja_vam_V : V ; - izkuf_ja_vane_N : N ; - izkuf_ja_l_A : A ; - izkuf_ja_lost_N : N ; - izku_sh_avam_V : V ; - izku_sh_avane_N : N ; - izku_sh_enie_N : N ; - izku_sh_itel_N : N ; - izku_sh_itelen_A : A ; - izkylvavam_V : V ; - izkylvavane_N : N ; - izkylcvam_V : V ; - izkylcvane_N : N ; - izkyl_ch_vam_V : V ; - izkyl_ch_vane_N : N ; - izkyl_ch_en_A : A ; - izkynt_ja_vam_V : V ; - izkynt_ja_vane_N : N ; - izkypvam_V : V ; - izkypvane_N : N ; - izkyrkor_ja__V : V ; - izkyrpvam_V : V ; - izkyrpvane_N : N ; - izkyrp_ja_m_V : V ; - izkyrp_ja_ne_N : N ; - izkyrtvam_V : V ; - izkyrtvane_N : N ; - izkyr_sh_vam_V : V ; - izkyr_sh_vane_N : N ; - izkysane_N : N ; - izkysvam_V : V ; - izkysvane_N : N ; - izlav_ja_m_V : V ; - izlav_ja_ne_N : N ; - izlagam_V : V ; - izlagane_N : N ; - izlaz_N : N ; - izlajvam_V : V ; - izlajvane_N : N ; - izlak_N : N ; - izlapane_N : N ; - izlapvam_V : V ; - izlapvane_N : N ; - izlegna_V : V ; - izle_zj_avam_V : V ; - izle_zj_avane_N : N ; - izlekuvam_V : V ; - izlekuvane_N : N ; - izlekuem_A : A ; - izlep_ja__V : V ; - izlet_N : N ; - izleten_A : A ; - izletnik_N : N ; - izlet_ja_vam_V : V ; - izlet_ja_vane_N : N ; - izle_ch_enie_N : N ; - izle_ch_im_A : A ; - izle_ch_imost_N : N ; - izle_ch_itelen_A : A ; - izlivam_V : V ; - izlivane_N : N ; - izlizam_V : V ; - izlizane_N : N ; - izlizvam_V : V ; - izlizvane_N : N ; - izlin_ja_vam_V : V ; - izlin_ja_vane_N : N ; - izlitam_V : V ; - izlitane_N : N ; - izli_ch_avam_V : V ; - izli_ch_avane_N : N ; - izli_ch_imost_N : N ; - izli_sh_en_A : A ; - izli_sh_estvo_N : N ; - izli_sh_yk_N : N ; - izli_ja_nie_N : N ; - izli_ja_telen_A : A ; - izli_ja_telnost_N : N ; - izlov_ja_vam_V : V ; - izlov_ja_vane_N : N ; - izlo_zj_a_V : V ; - izlo_zj_ba_N : N ; - izlo_zj_ben_A : A ; - izlo_zj_en_A : A ; - izlo_zj_enie_N : N ; - izlo_zj_enost_N : N ; - izlo_zj_itel_N : N ; - izlo_zj_itelka_N : N ; - izlokam_V : V ; - izlokvam_V : V ; - izlokvane_N : N ; - izlomotvam_V : V ; - izlo_ch_vam_V : V ; - izlo_ch_vane_N : N ; - izlygan_A : A ; - izlygvam_V : V ; - izlygvane_N : N ; - izlyskane_N : N ; - izlyskvam_V : V ; - izlyskvane_N : N ; - izlysten_A : A ; - izlyst_ja_vam_V : V ; - izlyst_ja_vane_N : N ; - izly_ch_vam_V : V ; - izly_ch_vane_N : N ; - izl_iu_pvam_V : V ; - izl_iu_pvane_N : N ; - izl_iu_pen_A : A ; - izl_iu__sht_vam_V : V ; - izl_iu__sht_vane_N : N ; - izl_ja_gam_V : V ; - izl_ja_gane_N : N ; - izl_ja_zyl_A : A ; - izl_ja_n_A : A ; - izmazvam_V : V ; - izmazvane_N : N ; - izmajstor_ja_vam_V : V ; - izmajstor_ja_vane_N : N ; - izmama_N : N ; - izmamvam_V : V ; - izmamvane_N : N ; - izmamen_A : A ; - izmamliv_A : A ; - izmamlivost_N : N ; - izmamnik_N : N ; - izmamnica_N : N ; - izmamni_ch_eski_A : A ; - izmamni_ch_estvo_N : N ; - izmacan_A : A ; - izmacvam_V : V ; - izmacvane_N : N ; - izma_ch_kvam_V : V ; - izma_ch_kvane_N : N ; - izmel_ja__V : V ; - izmenenie_N : N ; - izmenliv_A : A ; - izmennik_N : N ; - izmennica_N : N ; - izmenni_ch_eski_A : A ; - izmenni_ch_estvo_N : N ; - izmen_ch_iv_A : A ; - izmen_ch_ivost_N : N ; - izmen_ja_vam_V : V ; - izmen_ja_vane_N : N ; - izmen_ja_em_A : A ; - izmen_ja_emost_N : N ; - izmen_ja_m_V : V ; - izmen_ja_ne_N : N ; - izmervam_V : V ; - izmervane_N : N ; - izmervatelen_A : A ; - izmerva_ch__N : N ; - izmerenie_N : N ; - izmerim_A : A ; - izmerimost_N : N ; - izmeritelen_A : A ; - izmesvam_V : V ; - izmesvane_N : N ; - izmestvam_V : V ; - izmestvane_N : N ; - izmestim_A : A ; - izmet_N : N ; - izmetvane_N : N ; - izmivam_V : V ; - izmivane_N : N ; - izminavam_V : V ; - izminavane_N : N ; - izmiram_V : V ; - izmirane_N : N ; - izmirisvam_V : V ; - izmirisvane_N : N ; - izmislica_N : N ; - izmisl_ja_m_V : V ; - izmisl_ja_ne_N : N ; - izmitam_V : V ; - izmitane_N : N ; - izmi_sh_lxotina_N : N ; - izmokr_ja_m_V : V ; - izmokr_ja_ne_N : N ; - izmolvam_V : V ; - izmolvane_N : N ; - izmoren_A : A ; - izmoritelen_A : A ; - izmor_ja_vam_V : V ; - izmor_ja_vane_N : N ; - izmotavam_V : V ; - izmotavane_N : N ; - izmraz_ja_vam_V : V ; - izmraz_ja_vane_N : N ; - izmryzvam_V : V ; - izmryzvane_N : N ; - izmu_ch_avam_V : V ; - izmu_ch_avane_N : N ; - izmu_sh_vam_V : V ; - izmu_sh_vane_N : N ; - izmydruvam_V : V ; - izmydruvane_N : N ; - izmydr_ja_m_V : V ; - izmydr_ja_ne_N : N ; - izmykvam_V : V ; - izmykvane_N : N ; - izmymr_ja_m_V : V ; - izmymr_ja_ne_N : N ; - izmynkane_N : N ; - izmynkvam_V : V ; - izmynkvane_N : N ; - izmyrmorvam_V : V ; - izmyrmorvane_N : N ; - izmyrs_ja_vam_V : V ; - izmyrs_ja_vane_N : N ; - izmyr_sh_av_ja_vam_V : V ; - izmyr_sh_av_ja_vane_N : N ; - izmyr_sh_av_ja_l_A : A ; - izmytvam_V : V ; - izmytvane_N : N ; - izmy_ch_vam_V : V ; - izmy_ch_vane_N : N ; - izmy_ch_en_A : A ; - izm_ja_na_N : N ; - izm_ja_tam_V : V ; - izm_ja_tane_N : N ; - izm_ja_ukam_V : V ; - izm_ja_ukane_N : N ; - iznaizlizam_V : V ; - iznaizlizane_N : N ; - iznamervane_N : N ; - iznameren_A : A ; - iznamiram_V : V ; - iznamirane_N : N ; - iznapreda_V : V ; - iznasilvam_V : V ; - iznasilvane_N : N ; - iznasilva_ch__N : N ; - iznas_ja__V : V ; - iznas_ja_m_V : V ; - iznas_ja_ne_N : N ; - izna_ch_alen_A : A ; - izna_sh_arvane_N : N ; - izna_sh_ar_ja__V : V ; - iznever_ja_vam_V : V ; - iznever_ja_vane_N : N ; - iznev_ja_ra_N : N ; - izne_zj_vam_V : V ; - izne_zj_vane_N : N ; - izne_zj_en_A : A ; - izne_zj_enost_N : N ; - iznemogvam_V : V ; - iznemogvane_N : N ; - iznemo_sht_en_A : A ; - iznemo_sht_enie_N : N ; - iznemo_sht__ja_vam_V : V ; - iznemo_sht__ja_vane_N : N ; - iznemo_sht__ja_l_A : A ; - iznemo_sht__ja_lost_N : N ; - iznenada_N : N ; - iznenadane_N : N ; - iznenadvam_V : V ; - iznenadvane_N : N ; - iznerv_ja_m_V : V ; - iznerv_ja_ne_N : N ; - iznizvam_V : V ; - iznizvane_N : N ; - iznikvam_V : V ; - iznikvane_N : N ; - izni_sht_vam_V : V ; - izni_sht_vane_N : N ; - iznos_N : N ; - iznosvaemost_N : N ; - iznosvam_V : V ; - iznosvane_N : N ; - iznosen_A : A ; - iznosenost_N : N ; - iznositel_N : N ; - iznositelka_N : N ; - iznuda_N : N ; - iznudvam_V : V ; - iznudvane_N : N ; - iznudva_ch__N : N ; - iznudva_ch_eski_A : A ; - iznudva_ch_estvo_N : N ; - iznudva_ch_ka_N : N ; - iznuren_A : A ; - iznurenie_N : N ; - iznurenost_N : N ; - iznuritelen_A : A ; - iznur_ja_vam_V : V ; - iznur_ja_vane_N : N ; - izobar_N : N ; - izobara_N : N ; - izobilen_A : A ; - izobilie_N : N ; - izobilstvam_V : V ; - izobilstvuvam_V : V ; - izobilstvuvane_N : N ; - izoblen_A : A ; - izobli_ch_avam_V : V ; - izobli_ch_avane_N : N ; - izobli_ch_am_V : V ; - izobli_ch_ane_N : N ; - izobli_ch_enie_N : N ; - izobli_ch_itel_N : N ; - izobli_ch_itelen_A : A ; - izobli_ch_itelka_N : N ; - izobra_zj_enie_N : N ; - izobrazitel_N : N ; - izobrazitelen_A : A ; - izobraz_ja_vam_V : V ; - izobraz_ja_vane_N : N ; - izobretatel_N : N ; - izobretatelen_A : A ; - izobretatelka_N : N ; - izobretatelnost_N : N ; - izobretatelski_A : A ; - izobretatelstvo_N : N ; - izobretenie_N : N ; - izobret_ja_vam_V : V ; - izobret_ja_vane_N : N ; - izogon_N : N ; - izogonen_A : A ; - izograf_N : N ; - izografisane_N : N ; - izografisvam_V : V ; - izografisvane_N : N ; - izolator_N : N ; - izolatoren_A : A ; - izolacionen_A : A ; - izolacionizym_N : N ; - izolaci_ja__N : N ; - izoliram_V : V ; - izoliran_A : A ; - izolirane_N : N ; - izoliranost_N : N ; - izolirband_N : N ; - izomer_N : N ; - izomeren_A : A ; - izomeri_ja__N : N ; - izometri_ch_en_A : A ; - izomorfen_A : A ; - izomorfizym_N : N ; - izopa_ch_avam_V : V ; - izopa_ch_avane_N : N ; - izopa_ch_en_A : A ; - izopa_ch_enie_N : N ; - izopa_ch_enost_N : N ; - izopvam_V : V ; - izopvane_N : N ; - izopnat_A : A ; - izopnatost_N : N ; - izoravam_V : V ; - izoravane_N : N ; - izostavam_V : V ; - izostavane_N : N ; - izostaven_A : A ; - izostavenost_N : N ; - izostav_ja_m_V : V ; - izostav_ja_ne_N : N ; - izostanal_A : A ; - izostanalost_N : N ; - izostren_A : A ; - izostrenost_N : N ; - izostr_ja_m_V : V ; - izostr_ja_ne_N : N ; - izoterma_N : N ; - izotermi_ch_en_A : A ; - izoton_N : N ; - izotop_N : N ; - izotopen_A : A ; - izotopi_ja__N : N ; - izotsane_N : N ; - izohkane_N : N ; - izohkvam_V : V ; - izohkvane_N : N ; - izohromati_ch_en_A : A ; - izohronen_A : A ; - izohronizym_N : N ; - izpadam_V : V ; - izpadane_N : N ; - izpapane_N : N ; - izpapvam_V : V ; - izpapvane_N : N ; - izparvam_V : V ; - izparvane_N : N ; - izparenie_N : N ; - izparitel_N : N ; - izparitelen_A : A ; - izpar_ja_vam_V : V ; - izpar_ja_vane_N : N ; - izpar_ja_em_A : A ; - izpar_ja_emost_N : N ; - izpasvam_V : V ; - izpasvane_N : N ; - izpa_sht_am_V : V ; - izpa_sht_ane_N : N ; - izpepelen_A : A ; - izpepel_ja_vam_V : V ; - izpepel_ja_vane_N : N ; - izpe_ch_en_A : A ; - izpivam_V : V ; - izpivane_N : N ; - izpile_ja__V : V ; - izpil_ja_vam_V : V ; - izpil_ja_vane_N : N ; - izpipan_A : A ; - izpipvam_V : V ; - izpipvane_N : N ; - izpiram_V : V ; - izpirane_N : N ; - izpisan_A : A ; - izpisvam_V : V ; - izpisvane_N : N ; - izpiskane_N : N ; - izpiskvam_V : V ; - izpiskvane_N : N ; - izpisukam_V : V ; - izpit_A : A ; - izpitan_A : A ; - izpitane_N : N ; - izpitanie_N : N ; - izpitatel_N : N ; - izpitatelen_A : A ; - izpitatelski_A : A ; - izpitvam_V : V ; - izpitvane_N : N ; - izpitva_ch__N : N ; - izpiten_A : A ; - izpi_ch_am_V : V ; - izpi_ch_ane_N : N ; - izpi_sht__ja_vam_V : V ; - izpi_sht__ja_vane_N : N ; - izplavam_V : V ; - izplavane_N : N ; - izplav_ja__V : V ; - izplagiatstvam_V : V ; - izplakvam_V : V ; - izplakvane_N : N ; - izplaknat_A : A ; - izplamt_ja_vam_V : V ; - izplamt_ja_vane_N : N ; - izpla_ch_a_V : V ; - izpla_sh_vam_V : V ; - izpla_sh_vane_N : N ; - izpla_sht_am_V : V ; - izpla_sht_ane_N : N ; - izplev_ja_vam_V : V ; - izplev_ja_vane_N : N ; - izplezvam_V : V ; - izplezvane_N : N ; - izplesvam_V : V ; - izplesvane_N : N ; - izpleskane_N : N ; - izpleskvam_V : V ; - izpleskvane_N : N ; - izple_sht_vam_V : V ; - izple_sht_vane_N : N ; - izpliskane_N : N ; - izpliskvam_V : V ; - izpliskvane_N : N ; - izplitam_V : V ; - izplitane_N : N ; - izpluvam_V : V ; - izpluvane_N : N ; - izplyzvam_V : V ; - izplyzvane_N : N ; - izpl_iu_vam_V : V ; - izpl_iu_vane_N : N ; - izpl_iu_skane_N : N ; - izpl_iu_skvam_V : V ; - izpl_iu_skvane_N : N ; - izpl_iu__sht__ja_vam_V : V ; - izpl_iu__sht__ja_vane_N : N ; - izpl_ja_skane_N : N ; - izpl_ja_skvam_V : V ; - izpl_ja_skvane_N : N ; - izpoblyskam_V : V ; - izpoblyskane_N : N ; - izpoved_N : N ; - izpovedaln_ja__N : N ; - izpovedanie_N : N ; - izpoveden_A : A ; - izpovednik_N : N ; - izpovedni_ch_eski_A : A ; - izpovedn_ja__N : N ; - izpov_ja_dane_N : N ; - izpov_ja_dvam_V : V ; - izpov_ja_dvane_N : N ; - izpov_ja_hvam_V : V ; - izpov_ja_hvane_N : N ; - izpogazvam_V : V ; - izpogazvane_N : N ; - izpogrizvam_V : V ; - izpogrizvane_N : N ; - izpogubvam_V : V ; - izpogubvane_N : N ; - izpodiram_V : V ; - izpodirane_N : N ; - izpodran_A : A ; - izpodraskan_A : A ; - izpodraskane_N : N ; - izpodraskvam_V : V ; - izpodraskvane_N : N ; - izpodra_sht__ja__V : V ; - izpo_zj_ilvam_V : V ; - izpo_zj_ilvane_N : N ; - izpoza_sh_ivam_V : V ; - izpoza_sh_ivane_N : N ; - izpokapvam_V : V ; - izpokapvane_N : N ; - izpokaram_V : V ; - izpokarane_N : N ; - izpokrivam_V : V ; - izpokrivane_N : N ; - izpokyrtvam_V : V ; - izpokyrtvane_N : N ; - izpokyr_sh_a_V : V ; - izpokysan_A : A ; - izpokysane_N : N ; - izpokysvam_V : V ; - izpokysvane_N : N ; - izpolzvaem_A : A ; - izpolzvaemost_N : N ; - izpolzvam_V : V ; - izpolzvane_N : N ; - izpolzva_ch__N : N ; - izpolzva_ch_ka_N : N ; - izpolzuvam_V : V ; - izpolzuvane_N : N ; - izpolica_N : N ; - izpoli_ch_ar_N : N ; - izpoli_ch_arka_N : N ; - izpoli_ch_arski_A : A ; - izpoli_ch_arstvo_N : N ; - izpoma_ch_kan_A : A ; - izpoma_ch_kane_N : N ; - izpoma_ch_kvam_V : V ; - izpoma_ch_kvane_N : N ; - izpompvam_V : V ; - izpompvane_N : N ; - izponabo_zj_dam_V : V ; - izponabo_zj_dane_N : N ; - izponadup_ch_vam_V : V ; - izponadup_ch_vane_N : N ; - izponakysvam_V : V ; - izponakysvane_N : N ; - izponapi_ja__V : V ; - izpopleskvam_V : V ; - izpopleskvane_N : N ; - izporazgrabvam_V : V ; - izporazgrabvane_N : N ; - izporazdiram_V : V ; - izporazdirane_N : N ; - izportvam_V : V ; - izportvane_N : N ; - izpor_ja_zvam_V : V ; - izpor_ja_zvane_N : N ; - izposeka_V : V ; - izpostale_ja__V : V ; - izpostal_ja_vam_V : V ; - izpostal_ja_vane_N : N ; - izpostal_ja_l_A : A ; - izposydiram_V : V ; - izposydirane_N : N ; - izposyrvam_V : V ; - izposyrvane_N : N ; - izpoten_A : A ; - izpotrebvam_V : V ; - izpotrebvane_N : N ; - izpotrep_ja__V : V ; - izpotro_sh_avam_V : V ; - izpotro_sh_avane_N : N ; - izpotypkan_A : A ; - izpotypkvam_V : V ; - izpotypkvane_N : N ; - izpot_ja_vam_V : V ; - izpot_ja_vane_N : N ; - izpohapvam_V : V ; - izpohapvane_N : N ; - izpoho_zj_dam_V : V ; - izpoho_zj_dane_N : N ; - izpocapane_N : N ; - izpocapvam_V : V ; - izpocapvane_N : N ; - izpo_ch_upvam_V : V ; - izpo_ch_upvane_N : N ; - izpo_sh_ivam_V : V ; - izpo_sh_ivane_N : N ; - izpo_ja_dam_V : V ; - izpo_ja_dane_N : N ; - izpo_ja__zj_dam_V : V ; - izpo_ja__zj_dane_N : N ; - izpraven_A : A ; - izpravenost_N : N ; - izpravitel_N : N ; - izpravitelen_A : A ; - izpravnost_N : N ; - izprav_ja_m_V : V ; - izprav_ja_ne_N : N ; - izpra_zj_nenie_N : N ; - izprazvam_V : V ; - izprazvane_N : N ; - izpran_A : A ; - izpraskvam_V : V ; - izpraskvane_N : N ; - izpratenik_N : N ; - izpra_sh_vam_V : V ; - izpra_sh_vane_N : N ; - izpra_sht_am_V : V ; - izpra_sht_ane_N : N ; - izpra_sht_a_ch__N : N ; - izpra_sht_a_ch_ka_N : N ; - izpra_sht__ja_vam_V : V ; - izpra_sht__ja_vane_N : N ; - izprebivam_V : V ; - izprebivane_N : N ; - izpreva_zj_dam_V : V ; - izpreva_zj_dane_N : N ; - izprevara_N : N ; - izprevarvam_V : V ; - izprevarvane_N : N ; - izprevar_ja_m_V : V ; - izprevar_ja_ne_N : N ; - izpreda_V : V ; - izpre_ch_vam_V : V ; - izpre_ch_vane_N : N ; - izpridam_V : V ; - izpridane_N : N ; - izprika_zj_a_V : V ; - izprikazvam_V : V ; - izprikazvane_N : N ; - izpripkvam_V : V ; - izpripkvane_N : N ; - izpri_sht_vam_V : V ; - izpri_sht_vane_N : N ; - izpri_sht_en_A : A ; - izprobvam_V : V ; - izprobvane_N : N ; - izprobva_ch__N : N ; - izprobo_zj_dam_V : V ; - izprobo_zj_dane_N : N ; - izprovod_ja_k_N : N ; - izprovo_zj_dam_V : V ; - izprovo_zj_dane_N : N ; - izprodavam_V : V ; - izprodavane_N : N ; - izprosvam_V : V ; - izprosvane_N : N ; - izpru_zj_vam_V : V ; - izpru_zj_vane_N : N ; - izpryskane_N : N ; - izpryskvam_V : V ; - izpryskvane_N : N ; - izpryhvam_V : V ; - izpryhvane_N : N ; - izpryhnal_A : A ; - izpryht_ja_vam_V : V ; - izpryht_ja_vane_N : N ; - izpr_ja_gam_V : V ; - izpr_ja_gane_N : N ; - izpsuvam_V : V ; - izpsuvane_N : N ; - izpukane_N : N ; - izpukvam_V : V ; - izpukvane_N : N ; - izpulvam_V : V ; - izpulvane_N : N ; - izpuskam_V : V ; - izpuskane_N : N ; - izpuskatelen_A : A ; - izpuhane_N : N ; - izpuhvane_N : N ; - izpuht_ja_vam_V : V ; - izpuht_ja_vane_N : N ; - izpu_sh_vam_V : V ; - izpu_sh_vane_N : N ; - izpu_sht_am_V : V ; - izpu_sht_ane_N : N ; - izpyvam_V : V ; - izpyvane_N : N ; - izpyden_A : A ; - izpy_zj_dam_V : V ; - izpy_zj_dane_N : N ; - izpykvam_V : V ; - izpykvane_N : N ; - izpyknal_A : A ; - izpyknalost_N : N ; - izpyknatina_N : N ; - izpylvam_V : V ; - izpylvane_N : N ; - izpylz_ja_vam_V : V ; - izpylz_ja_vane_N : N ; - izpylkom_N : N ; - izpylnenie_N : N ; - izpylnim_A : A ; - izpylnimost_N : N ; - izpylnitel_N : N ; - izpylnitelen_A : A ; - izpylnitelka_N : N ; - izpylnitelnost_N : N ; - izpylnitelski_A : A ; - izpyln_ja_vam_V : V ; - izpyln_ja_vane_N : N ; - izpyln_ja_m_V : V ; - izpyln_ja_ne_N : N ; - izpynat_A : A ; - izpypl_ja_m_V : V ; - izpypl_ja_ne_N : N ; - izpyp_ch_vane_N : N ; - izpyrven_A : A ; - izpyr_zj_vam_V : V ; - izpyr_zj_vane_N : N ; - izpyr_zj_en_A : A ; - izpystren_A : A ; - izpystr_ja_m_V : V ; - izpystr_ja_ne_N : N ; - izpyht_ja_vam_V : V ; - izpyht_ja_vane_N : N ; - izpy_ch_vam_V : V ; - izpy_ch_vane_N : N ; - izpy_sh_kane_N : N ; - izpy_sh_kvam_V : V ; - izpy_sh_kvane_N : N ; - izp_ja_vam_V : V ; - izp_ja_vane_N : N ; - izrabotvam_V : V ; - izrabotvane_N : N ; - izrabotka_N : N ; - izravnenie_N : N ; - izravnitel_N : N ; - izravnitelen_A : A ; - izravn_ja_vam_V : V ; - izravn_ja_vane_N : N ; - izrav_ja_m_V : V ; - izrav_ja_ne_N : N ; - izraelec_N : N ; - izraelski_A : A ; - izra_zj_dam_V : V ; - izra_zj_dane_N : N ; - izra_zj_enie_N : N ; - izraz_N : N ; - izrazen_A : A ; - izrazim_A : A ; - izrazitel_N : N ; - izrazitelen_A : A ; - izrazitelka_N : N ; - izrazitelnost_N : N ; - izraznost_N : N ; - izrazhodvam_V : V ; - izrazhodvane_N : N ; - izraz_ja_vam_V : V ; - izraz_ja_vane_N : N ; - izrailt_ja_nin_N : N ; - izrailt_ja_nka_N : N ; - izrailt_ja_nski_A : A ; - izranen_A : A ; - izran_ja_vam_V : V ; - izran_ja_vane_N : N ; - izraportuvam_V : V ; - izrasna_V : V ; - izrastvam_V : V ; - izrastvane_N : N ; - izrasten_A : A ; - izrastyk_N : N ; - izrasyl_A : A ; - izrevavam_V : V ; - izrevavane_N : N ; - izre_zj_dam_V : V ; - izre_zj_dane_N : N ; - izrez_N : N ; - izrezka_N : N ; - izreka_V : V ; - izrepetiram_V : V ; - izrep_ch_a_V : V ; - izresvam_V : V ; - izresvane_N : N ; - izres_ja_vam_V : V ; - izrecitiram_V : V ; - izre_ch_enie_N : N ; - izriv_N : N ; - izrivam_V : V ; - izrivane_N : N ; - izrigvam_V : V ; - izrigvane_N : N ; - izridavam_V : V ; - izridavane_N : N ; - izrinvam_V : V ; - izrinvane_N : N ; - izrisuvam_V : V ; - izrisuvane_N : N ; - izritane_N : N ; - izritvam_V : V ; - izritvane_N : N ; - izri_ch_am_V : V ; - izri_ch_ane_N : N ; - izri_ch_en_A : A ; - izri_ja__V : V ; - izroven_A : A ; - izrov_ja__V : V ; - izrod_N : N ; - izroden_A : A ; - izrodenost_N : N ; - izrodski_A : A ; - izrod_ja_vam_V : V ; - izrod_ja_vane_N : N ; - izronvam_V : V ; - izronvane_N : N ; - izro_ja_vam_V : V ; - izro_ja_vane_N : N ; - izrugavam_V : V ; - izrugavane_N : N ; - izruse_ja__V : V ; - izrus_ja_vam_V : V ; - izrus_ja_vane_N : N ; - izru_ch_a_V : V ; - izrykopl_ja_skam_V : V ; - izrykopl_ja_skane_N : N ; - izrym_zj_avam_V : V ; - izrym_zj_avane_N : N ; - izrysvam_V : V ; - izrysvane_N : N ; - izryfan_A : A ; - izryfane_N : N ; - izryfvam_V : V ; - izryfvane_N : N ; - izry_ch_kvam_V : V ; - izry_ch_kvane_N : N ; - izr_ja_den_A : A ; - izr_ja_dnost_N : N ; - izr_ja_zvam_V : V ; - izr_ja_zvane_N : N ; - izr_ja_zyk_N : N ; - izsvirvam_V : V ; - izsvirvane_N : N ; - izsvirkane_N : N ; - izsvirkvam_V : V ; - izsvirkvane_N : N ; - izsvist_ja_vam_V : V ; - izsvist_ja_vane_N : N ; - izsed_ja_vam_V : V ; - izsed_ja_vane_N : N ; - izsekvam_V : V ; - izsekvane_N : N ; - izselvam_V : V ; - izselvane_N : N ; - izselnik_N : N ; - izselnica_N : N ; - izselni_ch_eski_A : A ; - izse_ch_en_A : A ; - izsilvam_V : V ; - izsilvane_N : N ; - izsipvam_V : V ; - izsipvane_N : N ; - izsi_ch_am_V : V ; - izsi_ch_ane_N : N ; - izska_ch_am_V : V ; - izska_ch_ane_N : N ; - izskimt_ja_vam_V : V ; - izskimt_ja_vane_N : N ; - izskokvam_V : V ; - izskokvane_N : N ; - izskribucane_N : N ; - izskribucvam_V : V ; - izskribucvane_N : N ; - izskript_ja_vam_V : V ; - izskript_ja_vane_N : N ; - izskubvam_V : V ; - izskubvane_N : N ; - izskub_ja__V : V ; - izskyrcane_N : N ; - izskyrcvam_V : V ; - izskyrcvane_N : N ; - izsledvam_V : V ; - izsledvane_N : N ; - izsledva_ch__N : N ; - izsledovatel_N : N ; - izsledovatelen_A : A ; - izsledovatelka_N : N ; - izsledovatelski_A : A ; - izslu_zj_vam_V : V ; - izslu_zj_vane_N : N ; - izslu_sh_ane_N : N ; - izslu_sh_vam_V : V ; - izslu_sh_vane_N : N ; - izsmivam_V : V ; - izsmivane_N : N ; - izsmukan_A : A ; - izsmukvam_V : V ; - izsmukvane_N : N ; - izstenvam_V : V ; - izstenvane_N : N ; - izstivam_V : V ; - izstivane_N : N ; - izstinal_A : A ; - izstinka_N : N ; - izstiskan_A : A ; - izstiskane_N : N ; - izstiskvam_V : V ; - izstiskvane_N : N ; - izstiskva_ch_ka_N : N ; - izsto_ja_vam_V : V ; - izsto_ja_vane_N : N ; - izstradane_N : N ; - izstradvam_V : V ; - izstradvane_N : N ; - izstrel_N : N ; - izstrelvam_V : V ; - izstrelvane_N : N ; - izstrel_ja_n_A : A ; - izstrel_ja_ne_N : N ; - izstrigvam_V : V ; - izstrigvane_N : N ; - izstuden_A : A ; - izstud_ja_vam_V : V ; - izstud_ja_vane_N : N ; - izstypvam_V : V ; - izstypvane_N : N ; - izstyplen_A : A ; - izstyplenie_N : N ; - izstyp_ja_m_V : V ; - izstyp_ja_ne_N : N ; - izstyrgan_A : A ; - izstyrgvam_V : V ; - izstyrgvane_N : N ; - izsulvam_V : V ; - izsulvane_N : N ; - izsumt_ja_vam_V : V ; - izsumt_ja_vane_N : N ; - izsu_ch_a_V : V ; - izsu_sh_avam_V : V ; - izsu_sh_avane_N : N ; - izsyrbane_N : N ; - izsyrbvam_V : V ; - izsyrbvane_N : N ; - izsyskane_N : N ; - izsyskvam_V : V ; - izsyskvane_N : N ; - izsyhvam_V : V ; - izsyhvane_N : N ; - izsyhnalost_N : N ; - iztakam_V : V ; - iztakane_N : N ; - iztananikam_V : V ; - iztananikane_N : N ; - iztegl_ja_m_V : V ; - iztegl_ja_ne_N : N ; - iztegl_ja__ch__N : N ; - iztezavam_V : V ; - iztezavane_N : N ; - iztezan_A : A ; - iztezanie_N : N ; - iztezatel_N : N ; - izteka_V : V ; - iztekyl_A : A ; - izterzavam_V : V ; - izterzavane_N : N ; - iztikane_N : N ; - iztikvam_V : V ; - iztikvane_N : N ; - iztiposvam_V : V ; - iztiposvane_N : N ; - izti_ch_ane_N : N ; - izti_ch_vam_V : V ; - izti_ch_vane_N : N ; - iztlaskane_N : N ; - iztlaskvam_V : V ; - iztlaskvane_N : N ; - iztl_ja_vam_V : V ; - iztok_N : N ; - iztop_ja_vam_V : V ; - iztop_ja_vane_N : N ; - iztormozvam_V : V ; - iztormozvane_N : N ; - izto_ch_vam_V : V ; - izto_ch_vane_N : N ; - izto_ch_en_A : A ; - izto_ch_nik_N : N ; - izto_ch_noevropejski_A : A ; - izto_ch_nopravoslaven_A : A ; - izto_sht_avam_V : V ; - izto_sht_avane_N : N ; - izto_sht_en_A : A ; - izto_sht_enie_N : N ; - izto_sht_enost_N : N ; - izto_sht_itelen_A : A ; - iztravni_ch_e_N : N ; - iztrav_ja_m_V : V ; - iztrav_ja_ne_N : N ; - iztrajvam_V : V ; - iztrajvane_N : N ; - iztrakane_N : N ; - iztrakvam_V : V ; - iztrakvane_N : N ; - iztrebvam_V : V ; - iztrebvane_N : N ; - iztrebitel_N : N ; - iztrebitelen_A : A ; - iztreblenie_N : N ; - iztrezn_ja_vam_V : V ; - iztrezn_ja_vane_N : N ; - iztrepvam_V : V ; - iztrepvane_N : N ; - iztre_sht__ja_vam_V : V ; - iztre_sht__ja_vane_N : N ; - iztrivaem_A : A ; - iztrivalka_N : N ; - iztrivam_V : V ; - iztrivane_N : N ; - iztrit_A : A ; - iztrov_ja__V : V ; - iztropane_N : N ; - iztropvam_V : V ; - iztropvane_N : N ; - iztropol_ja_vam_V : V ; - iztropol_ja_vane_N : N ; - iztro_sh_avam_V : V ; - iztro_sh_avane_N : N ; - iztrygvam_V : V ; - iztrygvane_N : N ; - iztrypvam_V : V ; - iztrypvane_N : N ; - iztrypnalost_N : N ; - iztryskane_N : N ; - iztryskvam_V : V ; - iztryskvane_N : N ; - iztry_sh_kane_N : N ; - iztry_sh_kvam_V : V ; - iztry_sh_kvane_N : N ; - iztr_ja_skvam_V : V ; - iztr_ja_skvane_N : N ; - iztupan_A : A ; - iztupvam_V : V ; - iztupvane_N : N ; - iztykavam_V : V ; - iztykavane_N : N ; - iztykvam_V : V ; - iztykvane_N : N ; - iztyknat_A : A ; - iztyknatost_N : N ; - iztylkuvam_V : V ; - iztylkuvane_N : N ; - iztyne_ja__V : V ; - iztyn_ch_vam_V : V ; - iztyn_ch_vane_N : N ; - iztyn_ch_en_A : A ; - iztyn_ch_enost_N : N ; - iztyn_ja_vam_V : V ; - iztyn_ja_vane_N : N ; - iztypan_ch_vam_V : V ; - iztypan_ch_vane_N : N ; - iztypan_ja__V : V ; - iztypen_A : A ; - iztypkvam_V : V ; - iztypkvane_N : N ; - iztyrbu_sh_vam_V : V ; - iztyrbu_sh_vane_N : N ; - iztyrvavam_V : V ; - iztyrvavane_N : N ; - iztyrvam_V : V ; - iztyrvane_N : N ; - iztyrgvam_V : V ; - iztyrkal_ja_m_V : V ; - iztyrkal_ja_ne_N : N ; - iztyrkan_A : A ; - iztyrkane_N : N ; - iztyrkanost_N : N ; - iztyrkvam_V : V ; - iztyrkvane_N : N ; - iztyrkulvam_V : V ; - iztyrp_ja_vam_V : V ; - iztyrp_ja_vane_N : N ; - iztyrsak_N : N ; - iztyrsvam_V : V ; - iztyrsvane_N : N ; - iztyr_ch_avam_V : V ; - iztyr_ch_avane_N : N ; - iztytruzvam_V : V ; - iztytruzvane_N : N ; - iztytr_ja_m_V : V ; - iztytr_ja_ne_N : N ; - izt_ja_gam_V : V ; - izt_ja_gane_N : N ; - izuvam_V : V ; - izuvane_N : N ; - izumen_A : A ; - izume_ja__V : V ; - izumitelen_A : A ; - izumlenie_N : N ; - izumrud_N : N ; - izumruden_A : A ; - izum_ja_vam_V : V ; - izum_ja_vane_N : N ; - izum_ja_l_A : A ; - izu_ch_avam_V : V ; - izu_ch_avane_N : N ; - izfabrikuvam_V : V ; - izfabrikuvane_N : N ; - izfinvam_V : V ; - izfinvane_N : N ; - izfinen_A : A ; - izfir_ja_svam_V : V ; - izfir_ja_svane_N : N ; - izfukvam_V : V ; - izfukvane_N : N ; - izfu_ch_avam_V : V ; - izfu_ch_avane_N : N ; - izfyfl_ja_m_V : V ; - izfyfl_ja_ne_N : N ; - izhaben_A : A ; - izhabenost_N : N ; - izhab_ja_vam_V : V ; - izhab_ja_vane_N : N ; - izhajlazvam_V : V ; - izhajlazvane_N : N ; - izhajman_ja_vam_V : V ; - izhajman_ja_vane_N : N ; - izhajtvam_V : V ; - izhajtvane_N : N ; - izhapvam_V : V ; - izhapvane_N : N ; - izhar_ch_vam_V : V ; - izhar_ch_vane_N : N ; - izhvrykvam_V : V ; - izhvrykvane_N : N ; - izhvyrga_ch__N : N ; - izhvyrl_ja_m_V : V ; - izhvyrl_ja_ne_N : N ; - izhvyr_ch_avam_V : V ; - izhvyr_ch_avane_N : N ; - izhvyr_ch_am_V : V ; - izhvyr_ch_ane_N : N ; - izhitre_ja__V : V ; - izhitr_ja_vam_V : V ; - izhitr_ja_vane_N : N ; - izhitr_ja_m_V : V ; - izhitr_ja_ne_N : N ; - izhlen_ch_vam_V : V ; - izhlen_ch_vane_N : N ; - izhlipane_N : N ; - izhlipvam_V : V ; - izhlipvane_N : N ; - izhluzvam_V : V ; - izhluzvane_N : N ; - izhlyzvam_V : V ; - izhlyzvane_N : N ; - izhod_N : N ; - izhodatajstvuvam_V : V ; - izhodatajstvuvane_N : N ; - izhoden_A : A ; - izhod_ja__sht__A : A ; - izho_zj_dam_V : V ; - izho_zj_dane_N : N ; - izhokvam_V : V ; - izhokvane_N : N ; - izhortuvam_V : V ; - izhortuvane_N : N ; - izhranvam_V : V ; - izhranvane_N : N ; - izhra_ch_vam_V : V ; - izhra_ch_vane_N : N ; - izhript_ja_vam_V : V ; - izhript_ja_vane_N : N ; - izhrupvam_V : V ; - izhrupvane_N : N ; - izhruskane_N : N ; - izhruskvam_V : V ; - izhruskvane_N : N ; - izhru_sht__ja_vam_V : V ; - izhru_sht__ja_vane_N : N ; - izhylcvam_V : V ; - izhylcvane_N : N ; - izcapane_N : N ; - izcapvam_V : V ; - izcapvane_N : N ; - izcvilvam_V : V ; - izcvilvane_N : N ; - izce_zj_dam_V : V ; - izce_zj_dane_N : N ; - izcelenie_N : N ; - izcelitel_N : N ; - izcelitelka_N : N ; - izcel_ja_vam_V : V ; - izcel_ja_vane_N : N ; - izcepka_N : N ; - izcerenie_N : N ; - izcerim_A : A ; - izceritelen_A : A ; - izcer_ja_vam_V : V ; - izcer_ja_vane_N : N ; - izcyklen_A : A ; - izcyklenost_N : N ; - izcykl_ja_m_V : V ; - izcykl_ja_ne_N : N ; - izcyrkane_N : N ; - izcyrkvam_V : V ; - izcyrkvane_N : N ; - iz_ch_adie_N : N ; - iz_ch_akvam_V : V ; - iz_ch_akvane_N : N ; - iz_ch_akvatelen_A : A ; - iz_ch_egyrtvam_V : V ; - iz_ch_egyrtvane_N : N ; - iz_ch_ezvam_V : V ; - iz_ch_ezvane_N : N ; - iz_ch_epkvam_V : V ; - iz_ch_epkvane_N : N ; - iz_ch_erv_ja_vam_V : V ; - iz_ch_erv_ja_vane_N : N ; - iz_ch_erv_ja_v_ja_m_V : V ; - iz_ch_erv_ja_v_ja_ne_N : N ; - iz_ch_ern_ja_m_V : V ; - iz_ch_ern_ja_ne_N : N ; - iz_ch_erpan_A : A ; - iz_ch_erpane_N : N ; - iz_ch_erpanost_N : N ; - iz_ch_erpatelen_A : A ; - iz_ch_erpatelnost_N : N ; - iz_ch_erpvam_V : V ; - iz_ch_erpvane_N : N ; - iz_ch_erp_ja__V : V ; - iz_ch_ertavam_V : V ; - iz_ch_ertavane_N : N ; - iz_ch_esvam_V : V ; - iz_ch_esvane_N : N ; - iz_ch_eta_V : V ; - iz_ch_etkane_N : N ; - iz_ch_etkvam_V : V ; - iz_ch_etkvane_N : N ; - iz_ch_islenie_N : N ; - iz_ch_islitel_N : N ; - iz_ch_islitelen_A : A ; - iz_ch_isl_ja_vam_V : V ; - iz_ch_isl_ja_vane_N : N ; - iz_ch_isl_ja_em_A : A ; - iz_ch_istvam_V : V ; - iz_ch_istvane_N : N ; - iz_ch_isten_A : A ; - iz_ch_itam_V : V ; - iz_ch_itane_N : N ; - iz_ch_ovyrkane_N : N ; - iz_ch_ovyrkvam_V : V ; - iz_ch_ovyrkvane_N : N ; - iz_ch_opl_ja_m_V : V ; - iz_ch_opl_ja_ne_N : N ; - iz_ch_ukane_N : N ; - iz_ch_ukvam_V : V ; - iz_ch_ukvane_N : N ; - iz_ch_upvam_V : V ; - iz_ch_upvane_N : N ; - iz_ch_u_sh_kane_N : N ; - iz_ch_u_sh_kvam_V : V ; - iz_ch_u_sh_kvane_N : N ; - iz_sh_arvam_V : V ; - iz_sh_arvane_N : N ; - iz_sh_ivam_V : V ; - iz_sh_ivane_N : N ; - iz_sh_il_ja__V : V ; - iz_sh_umol_ja_vam_V : V ; - iz_sh_umol_ja_vane_N : N ; - iz_sh_um_ja_vam_V : V ; - iz_sh_um_ja_vane_N : N ; - iz_sht_av_ja_m_V : V ; - iz_sht_av_ja_ne_N : N ; - iz_sht_ipvam_V : V ; - iz_sht_ipvane_N : N ; - iz_sht_rakane_N : N ; - iz_sht_rakvam_V : V ; - iz_sht_rakvane_N : N ; - iz_iu_den_A : A ; - iz_ja_va_N : N ; - iz_ja_vitel_N : N ; - iz_ja_vitelen_A : A ; - iz_ja_vlenie_N : N ; - iz_ja_v_ja_vam_V : V ; - iz_ja_v_ja_vane_N : N ; - iz_ja__zj_dam_V : V ; - iz_ja__zj_dane_N : N ; - iz_ja_snenie_N : N ; - iz_ja_snenost_N : N ; - iz_ja_snitel_N : N ; - iz_ja_snitelen_A : A ; - iz_ja_sn_ja_vam_V : V ; - iz_ja_sn_ja_vane_N : N ; - iz_ja__sht_en_A : A ; - iz_ja__sht_estvo_N : N ; - iz_ja__sht_nost_N : N ; - ikarovski_A : A ; - ikebana_N : N ; - ikindi_ja__N : N ; - ikona_N : N ; - ikoniziram_V : V ; - ikonizirane_N : N ; - ikonka_N : N ; - ikonoborec_N : N ; - ikonoborstvo_N : N ; - ikonograf_N : N ; - ikonografi_ja__N : N ; - ikonom_N : N ; - ikonomajzer_N : N ; - ikonometri_ja__N : N ; - ikonomizym_N : N ; - ikonomika_N : N ; - ikonomisam_V : V ; - ikonomisane_N : N ; - ikonomisvam_V : V ; - ikonomisvane_N : N ; - ikonomist_N : N ; - ikonomi_ch_en_A : A ; - ikonomi_ch_eski_A : A ; - ikonomi_ch_nost_N : N ; - ikonomi_ja__N : N ; - ikonomka_N : N ; - ikonopis_N : N ; - ikonopisec_N : N ; - ikonopistvo_N : N ; - ikonostas_N : N ; - ikosaedyr_N : N ; - ila_ch__N : N ; - ilik_N : N ; - il_iu_zionizym_N : N ; - il_iu_zionist_N : N ; - il_iu_zionistka_N : N ; - il_iu_zi_ja__N : N ; - il_iu_zoren_A : A ; - il_iu_zornost_N : N ; - il_iu_minat_N : N ; - il_iu_minator_N : N ; - il_iu_minacionen_A : A ; - il_iu_minaci_ja__N : N ; - il_iu_miniram_V : V ; - il_iu_minirane_N : N ; - il_iu_strativen_A : A ; - il_iu_strator_N : N ; - il_iu_stratorka_N : N ; - il_iu_stracionen_A : A ; - il_iu_straci_ja__N : N ; - il_iu_striram_V : V ; - il_iu_strirane_N : N ; - il_iu_strovan_A : A ; - imagineren_A : A ; - ima_zj_inizym_N : N ; - imam_V : V ; - imamin_N : N ; - imane_N : N ; - imanenten_A : A ; - imanentnost_N : N ; - iman_ja_r_N : N ; - iman_ja_rski_A : A ; - iman_ja_rstvane_N : N ; - iman_ja_rstvo_N : N ; - imbecilnost_N : N ; - ime_N : N ; - imenen_A : A ; - imenie_N : N ; - imenit_A : A ; - imenitelen_A : A ; - imenitost_N : N ; - imennik_N : N ; - imennica_N : N ; - imenuvam_V : V ; - imenuvan_A : A ; - imenuvane_N : N ; - imigrant_N : N ; - imigrantka_N : N ; - imigracionen_A : A ; - imigraci_ja__N : N ; - imigriram_V : V ; - imigrirane_N : N ; - imid_zj__N : N ; - imitativen_A : A ; - imitator_N : N ; - imitatorka_N : N ; - imitaci_ja__N : N ; - imitiram_V : V ; - imitirane_N : N ; - imot_N : N ; - imoten_A : A ; - imotnost_N : N ; - impas_N : N ; - impedans_N : N ; - imperativ_A : A ; - imperativen_A : A ; - imperator_N : N ; - imperatorski_A : A ; - imperatorstvo_N : N ; - imperatrica_N : N ; - imperializym_N : N ; - imperialist_N : N ; - imperialisti_ch_en_A : A ; - imperialisti_ch_eski_A : A ; - imperi_ja__N : N ; - imperski_A : A ; - implant_N : N ; - implantaci_ja__N : N ; - implantiram_V : V ; - implantirane_N : N ; - implementaci_ja__N : N ; - implikaci_ja__N : N ; - impliciten_A : A ; - implozi_ja__N : N ; - impozanten_A : A ; - impozantnost_N : N ; - imponiram_V : V ; - imponirane_N : N ; - import_N : N ; - importen_A : A ; - importiram_V : V ; - importirane_N : N ; - impotenten_A : A ; - impotentnost_N : N ; - impregnacionen_A : A ; - impregnaci_ja__N : N ; - impregniram_V : V ; - impregnirane_N : N ; - impresario_N : N ; - impresionizym_N : N ; - impresionist_N : N ; - impresionisti_ch_en_A : A ; - impresionisti_ch_eski_A : A ; - impresionistka_N : N ; - impresi_ja__N : N ; - improvizator_N : N ; - improvizatorka_N : N ; - improvizatorski_A : A ; - improvizaci_ja__N : N ; - improviziram_V : V ; - improviziran_A : A ; - improvizirane_N : N ; - impuls_N : N ; - impulsen_A : A ; - impulsiven_A : A ; - impulsivnost_N : N ; - impulsiram_V : V ; - impulsirane_N : N ; - imunen_A : A ; - imunizaci_ja__N : N ; - imuniziram_V : V ; - imunizirane_N : N ; - imunitet_N : N ; - imu_sht_estven_A : A ; - imu_sht_estvo_N : N ; - inat_N : N ; - inatene_N : N ; - inat_ch_i_ja__N : N ; - inat_ja__V : V ; - invazi_ja__N : N ; - invalid_N : N ; - invaliden_A : A ; - invalidnost_N : N ; - invariant_N : N ; - inventar_N : N ; - inventaren_A : A ; - inventarizaci_ja__N : N ; - inventariziram_V : V ; - inventarizirane_N : N ; - invenci_ja__N : N ; - inversionen_A : A ; - inversi_ja__N : N ; - inversor_N : N ; - inverten_A : A ; - invertiram_V : V ; - invertiran_A : A ; - invertirane_N : N ; - investiram_V : V ; - investirane_N : N ; - investitor_N : N ; - investitorka_N : N ; - investitorski_A : A ; - investicionen_A : A ; - investici_ja__N : N ; - invol_iu_ci_ja__N : N ; - ingredient_N : N ; - ingresi_ja__N : N ; - indeks_N : N ; - indeksen_A : A ; - indeksiram_V : V ; - indeksiran_A : A ; - indeksirane_N : N ; - indeterminizym_N : N ; - indianec_N : N ; - indianka_N : N ; - indianski_A : A ; - indian_ch_e_N : N ; - individ_N : N ; - individualen_A : A ; - individualizaci_ja__N : N ; - individualiziram_V : V ; - individualizirane_N : N ; - individualizym_N : N ; - individualist_N : N ; - individualisti_ch_en_A : A ; - individualisti_ch_eski_A : A ; - individualnost_N : N ; - indivudalnost_N : N ; - indigo_N : N ; - indigov_A : A ; - indiec_N : N ; - indijka_N : N ; - indijski_A : A ; - indikativen_A : A ; - indikator_N : N ; - indikaci_ja__N : N ; - indikt_N : N ; - indirekten_A : A ; - indiskreten_A : A ; - indiferenten_A : A ; - indiferentnost_N : N ; - indoevropejski_A : A ; - indokitajka_N : N ; - indoktrinirane_N : N ; - indoneziec_N : N ; - indonezijski_A : A ; - indosament_N : N ; - indosiram_V : V ; - indosirane_N : N ; - indri_sh_e_N : N ; - induktiven_A : A ; - induktivnost_N : N ; - induktor_N : N ; - induktoren_A : A ; - indukcionen_A : A ; - indukci_ja__N : N ; - indulgenci_ja__N : N ; - indus_N : N ; - induska_N : N ; - induski_A : A ; - industrialen_A : A ; - industrialec_N : N ; - industrializaci_ja__N : N ; - industrializiram_V : V ; - industrializirane_N : N ; - industrializym_N : N ; - industri_ja__N : N ; - induciram_V : V ; - inerten_A : A ; - inertnost_N : N ; - inerci_ja__N : N ; - in_zj_ektiram_V : V ; - in_zj_ektirane_N : N ; - in_zj_ektor_N : N ; - in_zj_ekci_ja__N : N ; - in_zj_ener_N : N ; - in_zj_eneren_A : A ; - in_zj_enerski_A : A ; - in_zj_enerstvo_N : N ; - inicial_N : N ; - inicialen_A : A ; - inicializaci_ja__N : N ; - inicializiram_V : V ; - inicializirane_N : N ; - iniciativa_N : N ; - iniciativen_A : A ; - iniciativnost_N : N ; - iniciator_N : N ; - iniciatorski_A : A ; - iniciiram_V : V ; - iniciirane_N : N ; - inkarnaci_ja__N : N ; - inkasator_N : N ; - inkasatorka_N : N ; - inkasatorski_A : A ; - inkasiram_V : V ; - inkasirane_N : N ; - inkaso_N : N ; - inkviziram_V : V ; - inkvizirane_N : N ; - inkvizitor_N : N ; - inkvizitorka_N : N ; - inkvizitorski_A : A ; - inkvizicionen_A : A ; - inkvizici_ja__N : N ; - inklinaci_ja__N : N ; - inkognito_N : N ; - inkontinenci_ja__N : N ; - inkorporaci_ja__N : N ; - inkorporiram_V : V ; - inkorporirane_N : N ; - inkriminaci_ja__N : N ; - inkriminiram_V : V ; - inkriminirane_N : N ; - inkrustaci_ja__N : N ; - inkrustiram_V : V ; - inkrustirane_N : N ; - inkubator_N : N ; - inkubacionen_A : A ; - inkubaci_ja__N : N ; - inkunabul_N : N ; - inovativen_A : A ; - inovaci_ja__N : N ; - inoveren_A : A ; - inoverec_N : N ; - inoverka_N : N ; - inozemen_A : A ; - inozemski_A : A ; - inokulaci_ja__N : N ; - inokuliram_V : V ; - inoskazanie_N : N ; - inoskazatelen_A : A ; - inostranen_A : A ; - inostranec_N : N ; - insekt_N : N ; - insekticid_N : N ; - insektolog_N : N ; - insektologi_ja__N : N ; - insinuaci_ja__N : N ; - insinuiram_V : V ; - insinuirane_N : N ; - insolaci_ja__N : N ; - inspektiram_V : V ; - inspektirane_N : N ; - inspektor_N : N ; - inspektorat_N : N ; - inspektorka_N : N ; - inspektorski_A : A ; - inspektorstvo_N : N ; - inspekcionen_A : A ; - inspekci_ja__N : N ; - inspirator_N : N ; - inspiratorka_N : N ; - inspiraci_ja__N : N ; - inspiriram_V : V ; - inspirirane_N : N ; - instalator_N : N ; - instalatorski_A : A ; - instalacionen_A : A ; - instalaci_ja__N : N ; - instaliram_V : V ; - instalirane_N : N ; - instanci_ja__N : N ; - instinkt_N : N ; - instinktiven_A : A ; - institut_N : N ; - institutski_A : A ; - institucionalen_A : A ; - instituci_ja__N : N ; - instrukta_zj__N : N ; - instruktiven_A : A ; - instruktiram_V : V ; - instruktirane_N : N ; - instruktor_N : N ; - instruktorka_N : N ; - instruktorski_A : A ; - instrukci_ja__N : N ; - instrument_N : N ; - instrumentalen_A : A ; - instrumentalist_N : N ; - instrumentalistka_N : N ; - instrumentarij_N : N ; - instrumentarium_N : N ; - instrumentaci_ja__N : N ; - insulin_N : N ; - insult_N : N ; - insuflator_N : N ; - insuflaci_ja__N : N ; - insufliram_V : V ; - insceniram_V : V ; - inscenirane_N : N ; - inscenirovka_N : N ; - intarzi_ja__N : N ; - integral_N : N ; - integralen_A : A ; - integralnost_N : N ; - integrator_N : N ; - integraci_ja__N : N ; - integriram_V : V ; - integrirane_N : N ; - integritet_N : N ; - inteznivnost_N : N ; - intelekt_N : N ; - intelektualen_A : A ; - intelektualec_N : N ; - intelektualizym_N : N ; - intelektualka_N : N ; - intelektualnost_N : N ; - inteligent_N : N ; - inteligenten_A : A ; - inteligentnost_N : N ; - inteligentski_A : A ; - inteligenci_ja__N : N ; - intendant_N : N ; - intendantski_A : A ; - intendantstvo_N : N ; - intenziven_A : A ; - intenzivnost_N : N ; - intenzitet_N : N ; - intenzifikator_N : N ; - intenzifikaci_ja__N : N ; - intenzificirane_N : N ; - interaktiven_A : A ; - interbrigadir_N : N ; - interbrigadist_N : N ; - interbrigadistka_N : N ; - interval_N : N ; - interveniram_V : V ; - intervenirane_N : N ; - intervent_N : N ; - interventski_A : A ; - intervenci_ja__N : N ; - intervizi_ja__N : N ; - intervokalen_A : A ; - interv_iu__N : N ; - interv_iu_iram_V : V ; - interv_iu_irane_N : N ; - intergalakti_ch_eski_A : A ; - interdikt_N : N ; - interes_N : N ; - interesen_A : A ; - interesuvam_V : V ; - interesuvane_N : N ; - interior_N : N ; - interkurenten_A : A ; - interkurira_sht__A : A ; - interl_iu_di_ja__N : N ; - intermedi_ja__N : N ; - intermitenten_A : A ; - intermolekul_ja_ren_A : A ; - internat_N : N ; - internacional_N : N ; - internacionalen_A : A ; - internacionaliziram_V : V ; - internacionalizirane_N : N ; - internacionalizym_N : N ; - internacionalist_N : N ; - internacionalisti_ch_eski_A : A ; - internacionalistka_N : N ; - internacionalnost_N : N ; - interniram_V : V ; - internirane_N : N ; - internist_N : N ; - interparlamentaren_A : A ; - interparlamentarist_N : N ; - interpelaci_ja__N : N ; - interpeliram_V : V ; - interpelirane_N : N ; - interpolaci_ja__N : N ; - interpoliram_V : V ; - interpolirane_N : N ; - interpretator_N : N ; - interpretatoren_A : A ; - interpretatorka_N : N ; - interpretaci_ja__N : N ; - interpretiram_V : V ; - interpretirane_N : N ; - interfejs_N : N ; - interfejsen_A : A ; - interferenci_ja__N : N ; - interferen_ch_en_A : A ; - interferometyr_N : N ; - intimen_A : A ; - intimni_ch_a_V : V ; - intimni_ch_ene_N : N ; - intimnost_N : N ; - intoksikaci_ja__N : N ; - intonaci_ja__N : N ; - intravenozen_A : A ; - intramuskularen_A : A ; - intramuskulen_A : A ; - intranet_N : N ; - intraperitonealen_A : A ; - intracelularen_A : A ; - intriga_N : N ; - intriganstvam_V : V ; - intrigant_N : N ; - intrigantka_N : N ; - intrigantski_A : A ; - intrigantstvam_V : V ; - intrigantstvane_N : N ; - intrigantstvo_N : N ; - intrigantstvuvam_V : V ; - intrigantstvuvane_N : N ; - intriguvam_V : V ; - intriguvane_N : N ; - introdukci_ja__N : N ; - introspektiven_A : A ; - introspekci_ja__N : N ; - intruziven_A : A ; - intruzi_ja__N : N ; - intuitiven_A : A ; - intuitivizym_N : N ; - intuici_ja__N : N ; - infant_N : N ; - infanta_N : N ; - infantilen_A : A ; - infantilizym_N : N ; - infantilnost_N : N ; - infarkt_N : N ; - infarkten_A : A ; - infektiram_V : V ; - infektiran_A : A ; - infektirane_N : N ; - infekciozen_A : A ; - infekcioznost_N : N ; - infekci_ja__N : N ; - infiks_N : N ; - infiltrat_N : N ; - infiltraci_ja__N : N ; - infiltriram_V : V ; - infiltrirane_N : N ; - infinitiv_N : N ; - infinitiven_A : A ; - inflacionen_A : A ; - inflaci_ja__N : N ; - inflekci_ja__N : N ; - influenca_N : N ; - influen_ch_av_A : A ; - informativen_A : A ; - informatik_N : N ; - informatika_N : N ; - informator_N : N ; - informatorka_N : N ; - informacionen_A : A ; - informaci_ja__N : N ; - informiram_V : V ; - informirane_N : N ; - informiranost_N : N ; - infrazvuk_N : N ; - infrazvukov_A : A ; - infrakci_ja__N : N ; - infrastruktura_N : N ; - infra_ch_erven_A : A ; - infuzi_ja__N : N ; - infuzoren_A : A ; - infuzori_ja__N : N ; - inhalator_N : N ; - inhalaci_ja__N : N ; - inhaliram_V : V ; - inhalirane_N : N ; - inhibiram_V : V ; - inhibirane_N : N ; - inhibitor_N : N ; - incident_N : N ; - incidenten_A : A ; - in_ch__N : N ; - ipoteka_N : N ; - ipotekaren_A : A ; - ipotekiram_V : V ; - ipotekiran_A : A ; - ipotekirane_N : N ; - ipote_ch_en_A : A ; - ipohondrik_N : N ; - ipohondri_ch_en_A : A ; - ipohondri_ja__N : N ; - iradiaci_ja__N : N ; - irakski_A : A ; - iranec_N : N ; - iranka_N : N ; - iranski_A : A ; - iracionalen_A : A ; - iracionalizym_N : N ; - iracionalnost_N : N ; - irealen_A : A ; - irealnost_N : N ; - irelevanten_A : A ; - irelevantnost_N : N ; - irigator_N : N ; - irigacionen_A : A ; - irigaci_ja__N : N ; - iridij_N : N ; - iris_N : N ; - iritaci_ja__N : N ; - irlandec_N : N ; - irlandka_N : N ; - irlandski_A : A ; - ironiziram_V : V ; - ironizirane_N : N ; - ironi_ch_en_A : A ; - ironi_ch_eski_A : A ; - ironi_ja__N : N ; - isihastki_A : A ; - isk_N : N ; - iskam_V : V ; - iskane_N : N ; - iskov_A : A ; - iskra_N : N ; - iskren_A : A ; - iskrene_N : N ; - iskrenost_N : N ; - iskrist_A : A ; - iskristki_A : A ; - iskrica_N : N ; - iskrogasitel_N : N ; - iskrometen_A : A ; - iskr_ja__V : V ; - iskr_ja__sht__A : A ; - islandec_N : N ; - islandka_N : N ; - islandski_A : A ; - isl_ja_m_N : N ; - isl_ja_mski_A : A ; - ispanec_N : N ; - ispanka_N : N ; - ispanogovore_sht__A : A ; - ispanski_A : A ; - ispolin_N : N ; - ispolinski_A : A ; - isterik_N : N ; - isterika_N : N ; - isteri_ch_en_A : A ; - isteri_ch_ka_N : N ; - isteri_ja__N : N ; - istina_N : N ; - istinen_A : A ; - istinnost_N : N ; - istinski_A : A ; - istorizym_N : N ; - istorijka_N : N ; - istorik_N : N ; - istoriograf_N : N ; - istoriografi_ja__N : N ; - istoriografka_N : N ; - istori_ch_en_A : A ; - istori_ch_eski_A : A ; - istori_ch_ka_N : N ; - istori_ch_nost_N : N ; - istori_ja__N : N ; - istukan_A : A ; - italianec_N : N ; - italianka_N : N ; - italianski_A : A ; - italijski_A : A ; - iterativen_A : A ; - ihnografi_ja__N : N ; - ihtimanski_A : A ; - ihtiozavyr_N : N ; - ihtiolog_N : N ; - ihtiologi_ja__N : N ; - i_sh_ias_N : N ; - i_sh_leme_N : N ; - i_sht_ah_N : N ; - i_sht_ec_N : N ; - i_sht_ca_N : N ; - jezuit_N : N ; - jezuitski_A : A ; - jezuitstvo_N : N ; - jena_N : N ; - jerarh_N : N ; - jerarhi_ch_en_A : A ; - jerarhi_ch_eski_A : A ; - jerarhi_ja__N : N ; - jerejski_A : A ; - jeroglif_N : N ; - jeroglifen_A : A ; - jerusalimski_A : A ; - joga_N : N ; - jogizym_N : N ; - jogijski_A : A ; - jod_N : N ; - joden_A : A ; - jodiram_V : V ; - jodirane_N : N ; - jodov_A : A ; - jodovodorod_N : N ; - jodoform_N : N ; - jon_N : N ; - jonen_A : A ; - jonizacionen_A : A ; - jonizaci_ja__N : N ; - joniziram_V : V ; - joni_ch_eski_A : A ; - jonoobmen_N : N ; - jonoobmenen_A : A ; - jonoobmennik_N : N ; - jonosfera_N : N ; - jordanec_N : N ; - jordanski_A : A ; - jot_N : N ; - jotuvam_V : V ; - kaba_N : N ; - kabalistika_N : N ; - kabarga_N : N ; - kabardisam_V : V ; - kabardisvam_V : V ; - kabardisvane_N : N ; - kabare_N : N ; - kabareten_A : A ; - kabar_ch_e_N : N ; - kabel_N : N ; - kabelen_A : A ; - kabelirane_N : N ; - kabina_N : N ; - kabinet_N : N ; - kabineten_A : A ; - kabinka_N : N ; - kabota_zj__N : N ; - kabota_zj_en_A : A ; - kabriolet_N : N ; - kabyr_ch_e_N : N ; - kavak_N : N ; - kaval_N : N ; - kavald_zj_i_ja__N : N ; - kavaler_N : N ; - kavalerijski_A : A ; - kavalerist_N : N ; - kavaleri_ja__N : N ; - kavalerski_A : A ; - kavalerstvam_V : V ; - kavalerstvane_N : N ; - kavalerstvo_N : N ; - kavalerstvuvam_V : V ; - kavalerstvuvane_N : N ; - kavalkada_N : N ; - kavga_N : N ; - kavgad_zj_ijka_N : N ; - kavgad_zj_ijski_A : A ; - kavgad_zj_ijstvo_N : N ; - kavgad_zj_i_ja__N : N ; - kaverna_N : N ; - kavi_ch_ka_N : N ; - kavkazec_N : N ; - kavkazka_N : N ; - kavkazki_A : A ; - kavyrma_N : N ; - kadaif_N : N ; - kadans_N : N ; - kadastralen_A : A ; - kadastron_N : N ; - kadastyr_N : N ; - kadem_N : N ; - kademli_ja__N : N ; - kadene_N : N ; - kadet_N : N ; - kadetski_A : A ; - kadilak_N : N ; - kadilnica_N : N ; - kadife_N : N ; - kadifen_A : A ; - kadi_ja__N : N ; - kadmij_N : N ; - kadril_N : N ; - kadrov_A : A ; - kadrovik_N : N ; - kadrovi_ch_ka_N : N ; - kadyna_N : N ; - kadynka_N : N ; - kadyr_N : N ; - kadyren_A : A ; - kadyrnost_N : N ; - kad_ja__V : V ; - kaene_N : N ; - kazak_N : N ; - kazan_N : N ; - kazand_zj_ijnica_N : N ; - kazand_zj_ijski_A : A ; - kazand_zj_ijstvo_N : N ; - kazand_zj_i_ja__N : N ; - kazanly_sh_ki_A : A ; - kazan_ch_e_N : N ; - kazarma_N : N ; - kazarmen_A : A ; - kazah_N : N ; - kazahski_A : A ; - kaza_ch_estvo_N : N ; - kaza_ch_ka_N : N ; - kaza_ch_ok_N : N ; - kaza_sh_ki_A : A ; - kazvam_V : V ; - kazvane_N : N ; - kazein_N : N ; - kazino_N : N ; - kazionen_A : A ; - kazuist_N : N ; - kazuistika_N : N ; - kazuisti_ch_en_A : A ; - kazus_N : N ; - kazusen_A : A ; - kai_sh__N : N ; - kai_sh_ka_N : N ; - kajzer_N : N ; - kajma_N : N ; - kajmak_N : N ; - kajmakli_ja__N : N ; - kajman_N : N ; - kajma_ch_en_A : A ; - kajnak_N : N ; - kajsien_A : A ; - kajsi_ja__N : N ; - kaka_N : N ; - kakavida_N : N ; - kakani_zj_a_V : V ; - kakao_N : N ; - kakaov_A : A ; - kakin_A : A ; - kakofoni_ch_en_A : A ; - kakofoni_ja__N : N ; - kaktus_N : N ; - kaktusov_A : A ; - kal_N : N ; - kalabalyk_N : N ; - kalaen_A : A ; - kalaj_N : N ; - kalajd_zj_ijstvo_N : N ; - kalajd_zj_i_ja__N : N ; - kalajdisvam_V : V ; - kalajdisvane_N : N ; - kalambur_N : N ; - kalamitet_N : N ; - kala_sh_nik_N : N ; - kalvinizym_N : N ; - kalvinist_N : N ; - kalvinistka_N : N ; - kaldyrym_N : N ; - kale_N : N ; - kalevra_N : N ; - kalejdoskop_N : N ; - kalejdoskopi_ch_en_A : A ; - kalem_N : N ; - kalen_A : A ; - kalendar_N : N ; - kalendaren_A : A ; - kalenost_N : N ; - kalesvam_V : V ; - kalesvane_N : N ; - kaleska_N : N ; - kalibrator_N : N ; - kalibren_A : A ; - kalibriram_V : V ; - kalibrirane_N : N ; - kalibromer_N : N ; - kalibyr_N : N ; - kaligraf_N : N ; - kaligrafen_A : A ; - kaligrafi_ja__N : N ; - kaligrafski_A : A ; - kaliev_A : A ; - kalij_N : N ; - kalimavka_N : N ; - kalinka_N : N ; - kalinov_A : A ; - kaliometri_ja__N : N ; - kalifornij_N : N ; - kalifornijka_N : N ; - kalifornijski_A : A ; - kalkan_N : N ; - kalkulator_N : N ; - kalkulaci_ja__N : N ; - kalkuliram_V : V ; - kalkulirane_N : N ; - kalmar_N : N ; - kalmik_N : N ; - kalnik_N : N ; - kalobran_N : N ; - kalole_ch_eben_A : A ; - kalole_ch_ebnica_N : N ; - kalole_ch_enie_N : N ; - kalorimetri_ch_en_A : A ; - kalorimetri_ja__N : N ; - kalorimetyr_N : N ; - kalorifer_N : N ; - kalori_ch_en_A : A ; - kalori_ch_nost_N : N ; - kalori_ja__N : N ; - kalpav_A : A ; - kalpazanin_N : N ; - kalpazanka_N : N ; - kalpazan_ch_e_N : N ; - kalpak_N : N ; - kalpak_ch_i_ja__N : N ; - kalpa_ch_e_N : N ; - kaluger_N : N ; - kalugerica_N : N ; - kalugerka_N : N ; - kalugerski_A : A ; - kalugerstvo_N : N ; - kaluger_ja__V : V ; - kalfa_N : N ; - kalceolari_ja__N : N ; - kalciev_A : A ; - kalcij_N : N ; - kalcinaci_ja__N : N ; - kalciniram_V : V ; - kalciniran_A : A ; - kalcinirane_N : N ; - kalciram_V : V ; - kalcirane_N : N ; - kalcun_N : N ; - kalyp_N : N ; - kalypene_N : N ; - kalyp_ch_e_N : N ; - kalyp_ja__V : V ; - kalyf_N : N ; - kalyfka_N : N ; - kaly_ch__N : N ; - kaly_ch_ka_N : N ; - kal_ja_vam_V : V ; - kal_ja_vane_N : N ; - kal_ja_m_V : V ; - kal_ja_ne_N : N ; - kal_ja_ska_N : N ; - kama_N : N ; - kamara_N : N ; - kamarila_N : N ; - kamba_N : N ; - kambala_N : N ; - kambana_N : N ; - kambanari_ja__N : N ; - kambanen_A : A ; - kambanka_N : N ; - kambij_N : N ; - kambi_ch_nat_A : A ; - kambuz_N : N ; - kambur_N : N ; - kamburest_A : A ; - kamgaren_A : A ; - kameli_ja__N : N ; - kamenar_N : N ; - kamenarski_A : A ; - kamenarstvo_N : N ; - kamenen_A : A ; - kamene_ja__V : V ; - kamenina_N : N ; - kameninov_A : A ; - kamenist_A : A ; - kamenliv_A : A ; - kamennosiv_A : A ; - kamennostuden_A : A ; - kamenovyglen_A : A ; - kamenodelec_N : N ; - kamenodelski_A : A ; - kamenodelstvo_N : N ; - kamenolomen_A : A ; - kamenolomna_N : N ; - kamenotro_sh_a_ch_ka_N : N ; - kamera_N : N ; - kameren_A : A ; - kamerier_N : N ; - kamerierka_N : N ; - kamerton_N : N ; - kamerunec_N : N ; - kamizola_N : N ; - kamikadze_N : N ; - kamila_N : N ; - kamilar_N : N ; - kamilski_A : A ; - kamina_N : N ; - kamion_N : N ; - kamionen_A : A ; - kamionetka_N : N ; - kampanien_A : A ; - kampanijnost_N : N ; - kampanijski_A : A ; - kampani_ja__N : N ; - kamufla_zj__N : N ; - kamufla_zj_en_A : A ; - kamufliram_V : V ; - kamuflirane_N : N ; - kamfor_N : N ; - kamforen_A : A ; - kamforov_A : A ; - kam_ch_ijski_A : A ; - kam_sh_ik_N : N ; - kam_sh_i_ch_est_A : A ; - kamyk_N : N ; - kamynak_N : N ; - kamy_ch_e_N : N ; - kamy_sh__N : N ; - kamy_sh_en_A : A ; - kamy_sh_it_N : N ; - kana_N : N ; - kanabis_N : N ; - kanava_N : N ; - kanavaca_N : N ; - kanavka_N : N ; - kanadec_N : N ; - kanadka_N : N ; - kanadski_A : A ; - kanal_N : N ; - kanald_zj_i_ja__N : N ; - kanalen_A : A ; - kanalizacionen_A : A ; - kanalizaci_ja__N : N ; - kanaliziram_V : V ; - kanalizirane_N : N ; - kanali_ja__N : N ; - kanap_N : N ; - kanape_N : N ; - kanapen_A : A ; - kanara_N : N ; - kanarist_N : N ; - kanarski_A : A ; - kanar_ch_e_N : N ; - kangal_N : N ; - kandelabyr_N : N ; - kand_zj_a_N : N ; - kandidat_N : N ; - kandidatiram_V : V ; - kandidatirane_N : N ; - kandidatka_N : N ; - kandidatski_A : A ; - kandidatstvam_V : V ; - kandidatstvane_N : N ; - kandidatstvuvam_V : V ; - kandidatstvuvane_N : N ; - kandidatura_N : N ; - kandilka_N : N ; - kandilkam_V : V ; - kandilkane_N : N ; - kandilnica_N : N ; - kandilo_N : N ; - kandisane_N : N ; - kandisvam_V : V ; - kandisvane_N : N ; - kandyrdisane_N : N ; - kandyrdisvam_V : V ; - kandyrdisvane_N : N ; - kandyrma_N : N ; - kanela_N : N ; - kanelen_A : A ; - kanelka_N : N ; - kanel_iu_r_N : N ; - kanene_N : N ; - kanibal_N : N ; - kanibalizym_N : N ; - kanibalski_A : A ; - kanibalstvo_N : N ; - kani_ch_ka_N : N ; - kani_ja__N : N ; - kanon_N : N ; - kanonada_N : N ; - kanonerski_A : A ; - kanonizaci_ja__N : N ; - kanoniziram_V : V ; - kanonizirane_N : N ; - kanonik_N : N ; - kanonir_N : N ; - kanoni_ch_eski_A : A ; - kanski_A : A ; - kant_N : N ; - kantar_N : N ; - kantard_zj_i_ja__N : N ; - kantarion_N : N ; - kantar_ch_e_N : N ; - kantata_N : N ; - kantianski_A : A ; - kantianstvo_N : N ; - kantitativen_A : A ; - kanton_N : N ; - kantoner_N : N ; - kantonerka_N : N ; - kantora_N : N ; - kanu_N : N ; - kancelarist_N : N ; - kancelaristka_N : N ; - kancelari_ja__N : N ; - kancelarski_A : A ; - kancelar_sht_ina_N : N ; - kancler_N : N ; - kanclerski_A : A ; - kanclerstvo_N : N ; - kanconeta_N : N ; - kan_ch_e_N : N ; - kanxon_N : N ; - kan_ja__V : V ; - kaolin_N : N ; - kaolinov_A : A ; - kapa_N : N ; - kapak_N : N ; - kapan_N : N ; - kapandura_N : N ; - kapariram_V : V ; - kaparirane_N : N ; - kaparo_N : N ; - kapacitet_N : N ; - kapacitiven_A : A ; - kapa_ch_e_N : N ; - kapa_ch_ka_N : N ; - kapvam_V : V ; - kapvane_N : N ; - kapela_N : N ; - kapelmajstor_N : N ; - kapelnik_N : N ; - kapene_N : N ; - kaperstvo_N : N ; - kapil_ja_r_N : N ; - kapil_ja_ren_A : A ; - kapil_ja_rnost_N : N ; - kapital_N : N ; - kapitalen_A : A ; - kapitalizaci_ja__N : N ; - kapitaliziram_V : V ; - kapitalizirane_N : N ; - kapitalizym_N : N ; - kapitalist_N : N ; - kapitalisti_ch_eski_A : A ; - kapitalov_A : A ; - kapitalovlo_zj_enie_N : N ; - kapitalovlo_zj_itel_N : N ; - kapitan_N : N ; - kapitanski_A : A ; - kapitel_N : N ; - kapitolijski_A : A ; - kapitulant_N : N ; - kapitulantka_N : N ; - kapitulantski_A : A ; - kapitulaci_ja__N : N ; - kapituliram_V : V ; - kapitulirane_N : N ; - kapi_sh_on_N : N ; - kapi_sht_e_N : N ; - kapi_ja__N : N ; - kapka_N : N ; - kapkov_A : A ; - kapkoviden_A : A ; - kapkomer_N : N ; - kapkoobrazen_A : A ; - kaplama_N : N ; - kapo_N : N ; - kapota_zj__N : N ; - kapotiram_V : V ; - kapotirane_N : N ; - kapra_N : N ; - kapral_N : N ; - kapriz_N : N ; - kaprizen_A : A ; - kaprizni_ch_a_V : V ; - kaprizni_ch_ene_N : N ; - kapriznost_N : N ; - kapsula_N : N ; - kapsuliram_V : V ; - kapsuliran_A : A ; - kapsulovam_V : V ; - kapsulovane_N : N ; - kapta_zj__N : N ; - kaptiram_V : V ; - kaptirane_N : N ; - kapu_ch_ino_N : N ; - kap_ch_ica_N : N ; - kap_ch_uk_N : N ; - kap_ja__V : V ; - karabina_N : N ; - karabiner_N : N ; - karavana_N : N ; - karagxoz_N : N ; - karagxoz_ch_i_ja__N : N ; - karaka_ch_anin_N : N ; - karaka_ch_anka_N : N ; - karakond_zj_ul_N : N ; - karakuda_N : N ; - karakul_N : N ; - karakulski_A : A ; - karam_V : V ; - karambol_N : N ; - karamel_N : N ; - karamelen_A : A ; - karamelizaci_ja__N : N ; - karameliziram_V : V ; - karameliziran_A : A ; - karamfil_N : N ; - karamfilov_A : A ; - karane_N : N ; - karanica_N : N ; - karantina_N : N ; - karantinen_A : A ; - karanti_ja__N : N ; - karaoke_N : N ; - karat_N : N ; - karate_N : N ; - karatov_A : A ; - karaul_N : N ; - karaulen_A : A ; - karaulka_N : N ; - karaul_ja__V : V ; - kara_sht_isane_N : N ; - kara_sht_isvam_V : V ; - kara_sht_isvane_N : N ; - karbid_N : N ; - karbiden_A : A ; - karbol_N : N ; - karbolov_A : A ; - karbon_N : N ; - karbonat_N : N ; - karbonaten_A : A ; - karbonizaci_ja__N : N ; - karboniziram_V : V ; - karbonizirane_N : N ; - karbonil_N : N ; - karbunkul_N : N ; - karburator_N : N ; - karburatoren_A : A ; - karburaci_ja__N : N ; - kardan_N : N ; - kardanen_A : A ; - kardinal_N : N ; - kardinalen_A : A ; - kardinalski_A : A ; - kardiograma_N : N ; - kardiograf_N : N ; - kardiografi_ch_en_A : A ; - kardiografi_ch_eski_A : A ; - kardiografi_ja__N : N ; - kardiolog_N : N ; - kardiologi_ja__N : N ; - kardiram_V : V ; - kardirane_N : N ; - kardit_N : N ; - kare_N : N ; - kareta_N : N ; - karetka_N : N ; - karibski_A : A ; - karier_N : N ; - kariera_N : N ; - karierizym_N : N ; - karierist_N : N ; - karieristi_ch_en_A : A ; - karieristka_N : N ; - karies_N : N ; - karikatura_N : N ; - karikaturen_A : A ; - karikaturene_N : N ; - karikaturist_N : N ; - karikaturistka_N : N ; - karikatur_ja__V : V ; - kariram_V : V ; - kariran_A : A ; - karirane_N : N ; - karkas_N : N ; - karma_N : N ; - karmin_N : N ; - karminen_A : A ; - karminov_A : A ; - karnabit_N : N ; - karnaval_N : N ; - karnavalen_A : A ; - karna_ch_e_N : N ; - karnetka_N : N ; - karnobatski_A : A ; - karo_N : N ; - karoseri_ja__N : N ; - karpuz_N : N ; - karstov_A : A ; - karta_N : N ; - kartagenski_A : A ; - kartal_N : N ; - kartblan_sh__N : N ; - kartezianec_N : N ; - kartezianski_A : A ; - kartel_N : N ; - karteliram_V : V ; - karter_N : N ; - karte_ch__N : N ; - karte_ch_ar_N : N ; - karte_ch_arka_N : N ; - karte_ch_en_A : A ; - karte_ch_nica_N : N ; - kartina_N : N ; - kartinen_A : A ; - kartinka_N : N ; - kartinnost_N : N ; - karti_ch_ka_N : N ; - kartograf_N : N ; - kartografiram_V : V ; - kartografirane_N : N ; - kartografi_ch_eski_A : A ; - kartografi_ja__N : N ; - kartografski_A : A ; - kartoigra_ch__N : N ; - kartoigra_ch_ka_N : N ; - karton_N : N ; - kartona_zj_en_A : A ; - kartonen_A : A ; - karton_ch_e_N : N ; - kartoteka_N : N ; - kartotekar_N : N ; - kartotekarka_N : N ; - kartotekiram_V : V ; - kartotekirane_N : N ; - kartote_ch_en_A : A ; - kartof_N : N ; - kartofen_A : A ; - kartofi_sht_e_N : N ; - kartofki_N : N ; - kartofobela_ch_ka_N : N ; - kartofovada_ch_ka_N : N ; - kartofokombajn_N : N ; - kartofosada_ch_ka_N : N ; - kartof_ch_e_N : N ; - karuca_N : N ; - karucar_N : N ; - karucarski_A : A ; - karu_ch_ka_N : N ; - karfiol_N : N ; - karfica_N : N ; - karcer_N : N ; - karcinogenen_A : A ; - karcinoma_N : N ; - karciram_V : V ; - karcirane_N : N ; - kasa_N : N ; - kasaba_N : N ; - kasapin_N : N ; - kasapnica_N : N ; - kasapski_A : A ; - kasacionen_A : A ; - kasaci_ja__N : N ; - kasa_ja__V : V ; - kaseta_N : N ; - kasetka_N : N ; - kasetofon_N : N ; - kasety_ch_en_A : A ; - kasier_N : N ; - kasierka_N : N ; - kasierski_A : A ; - kasiram_V : V ; - kasirane_N : N ; - kasis_N : N ; - kasi_ch_ka_N : N ; - kaska_N : N ; - kaskada_N : N ; - kaskaden_A : A ; - kaskadxor_N : N ; - kaskadxorka_N : N ; - kasket_N : N ; - kasov_A : A ; - kasorazbiva_ch__N : N ; - kaspijski_A : A ; - kasta_N : N ; - kastanet_N : N ; - kastov_A : A ; - kastor_N : N ; - kastoren_A : A ; - kastraci_ja__N : N ; - kastrene_N : N ; - kastriram_V : V ; - kastrirane_N : N ; - kastron_N : N ; - kastr_ja__V : V ; - kat_N : N ; - katabolizym_N : N ; - katad_zj_i_ja__N : N ; - kataklizym_N : N ; - katakomba_N : N ; - katalepsi_ja__N : N ; - kataleptik_N : N ; - katalepti_ch_en_A : A ; - kataliza_N : N ; - katalizator_N : N ; - kataliziram_V : V ; - katalizirane_N : N ; - kataliti_ch_en_A : A ; - katalog_N : N ; - katalogizaci_ja__N : N ; - katalogiziram_V : V ; - katalogizirane_N : N ; - katalo_zj_en_A : A ; - katalonski_A : A ; - katal_ja_sane_N : N ; - katal_ja_svam_V : V ; - katal_ja_svane_N : N ; - katanec_N : N ; - kataplazma_N : N ; - katapult_N : N ; - katapultiram_V : V ; - katapultirane_N : N ; - katarama_N : N ; - katarzis_N : N ; - katastrofa_N : N ; - katastrofalen_A : A ; - katastrofiram_V : V ; - katastrofirane_N : N ; - katafalka_N : N ; - kategorizaci_ja__N : N ; - kategoriziram_V : V ; - kategorizirane_N : N ; - kategori_ch_en_A : A ; - kategori_ch_nost_N : N ; - kategori_ja__N : N ; - katedra_N : N ; - katedrala_N : N ; - katedralen_A : A ; - katedren_A : A ; - kater_N : N ; - katera_ch__N : N ; - katera_ch_eski_A : A ; - katera_ch_ka_N : N ; - katerene_N : N ; - katerica_N : N ; - kateri_ch_i_A : A ; - kateri_ch_ka_N : N ; - kater_ja__V : V ; - katet_N : N ; - katetyr_N : N ; - katehizis_N : N ; - katil_N : N ; - katinar_N : N ; - katinar_ch_e_N : N ; - kation_N : N ; - katod_N : N ; - katoden_A : A ; - katolik_N : N ; - katolicizym_N : N ; - katoli_ch_eski_A : A ; - katoli_ch_estvo_N : N ; - katoli_ch_ka_N : N ; - katoli_sh_ki_A : A ; - katorga_N : N ; - kator_zj_en_A : A ; - kator_zj_nik_N : N ; - kator_zj_nica_N : N ; - kator_zj_ni_ch_eski_A : A ; - kator_zj_ni_ch_estvo_N : N ; - katran_A : A ; - katrand_zj_ijnica_N : N ; - katranen_A : A ; - katraniv_A : A ; - katranik_N : N ; - katranica_N : N ; - katun_N : N ; - katunar_N : N ; - katunarka_N : N ; - katunarski_A : A ; - katurvam_V : V ; - katurvane_N : N ; - katurna_V : V ; - katyr_N : N ; - katyrski_A : A ; - kat_iu__sh_a_N : N ; - kauboj_N : N ; - kaubojski_A : A ; - kauza_N : N ; - kauzalen_A : A ; - kauzalitet_N : N ; - kauzalnost_N : N ; - kauzativen_A : A ; - kaustik_N : N ; - kau_ch_uk_N : N ; - kau_ch_ukov_A : A ; - kau_ch_ukonosen_A : A ; - kau_sh__N : N ; - kafe_N : N ; - kafed_zj_ijka_N : N ; - kafed_zj_ijski_A : A ; - kafez_N : N ; - kafemela_ch_ka_N : N ; - kafen_A : A ; - kafene_N : N ; - kafenikav_A : A ; - kafeni_ch_e_N : N ; - kaftan_N : N ; - kaf_ja_v_A : A ; - kaf_ja_vo_ch_erven_A : A ; - kahyr_N : N ; - kahyren_A : A ; - kahyr_ja__V : V ; - kaca_N : N ; - kacam_V : V ; - kacane_N : N ; - kacar_N : N ; - kacarnica_N : N ; - kacarski_A : A ; - kacarstvo_N : N ; - kacvam_V : V ; - kacvane_N : N ; - ka_ch_amak_N : N ; - ka_ch_vam_V : V ; - ka_ch_vane_N : N ; - ka_ch_e_N : N ; - ka_ch_estven_A : A ; - ka_ch_estvenik_N : N ; - ka_ch_estvenost_N : N ; - ka_ch_estvo_N : N ; - ka_ch_ulat_A : A ; - ka_ch_ulatka_N : N ; - ka_ch_ulka_N : N ; - ka_sh_a_N : N ; - ka_sh_av_A : A ; - ka_sh_avar_N : N ; - ka_sh_alot_N : N ; - ka_sh_ica_N : N ; - ka_sh_kav_A : A ; - ka_sh_kaval_N : N ; - ka_sh_kavost_N : N ; - ka_sh_lica_N : N ; - ka_sh_l_ja_m_V : V ; - ka_sh_l_ja_ne_N : N ; - ka_sh_mir_N : N ; - ka_sh_miren_A : A ; - ka_sh_mirski_A : A ; - ka_sh_on_N : N ; - ka_sh_u_N : N ; - ka_iu_ta_N : N ; - ka_iu_ten_A : A ; - ka_iu_tkompani_ja__N : N ; - ka_ja__V : V ; - ka_ja_k_N : N ; - ka_ja_fet_N : N ; - kvadrant_N : N ; - kvadrat_N : N ; - kvadraten_A : A ; - kvadrati_ch_en_A : A ; - kvadratura_N : N ; - kvadrat_ch_e_N : N ; - kvadrilion_N : N ; - kvadrofoni_ch_en_A : A ; - kvadrofoni_ja__N : N ; - kvakam_V : V ; - kvakane_N : N ; - kvaker_N : N ; - kvakerski_A : A ; - kvalifikacionen_A : A ; - kvalifikaci_ja__N : N ; - kvalificiram_V : V ; - kvalificiran_A : A ; - kvalificirane_N : N ; - kvalificiranost_N : N ; - kvant_N : N ; - kvantitet_N : N ; - kvantov_A : A ; - kvarta_N : N ; - kvartal_N : N ; - kvartalen_A : A ; - kvarteron_N : N ; - kvartet_N : N ; - kvartira_N : N ; - kvartirant_N : N ; - kvartirantka_N : N ; - kvartirantski_A : A ; - kvartiren_A : A ; - kvartiruvam_V : V ; - kvartiruvane_N : N ; - kvarc_N : N ; - kvarcov_A : A ; - kvas_N : N ; - kvasen_A : A ; - kvasene_N : N ; - kvas_ja__V : V ; - kva_ch_ka_N : N ; - kvestor_N : N ; - kvestura_N : N ; - kvietizym_N : N ; - kvintesenci_ja__N : N ; - kvintet_N : N ; - kvitancionen_A : A ; - kvitanci_ja__N : N ; - kvi_ch_a_V : V ; - kvi_ch_ene_N : N ; - kvorum_N : N ; - kvota_N : N ; - kebap_N : N ; - kebap_ch_e_N : N ; - kebap_ch_ijnica_N : N ; - kebap_ch_i_ja__N : N ; - kegel_N : N ; - kegelban_N : N ; - kegla_N : N ; - kedrov_A : A ; - kedyr_N : N ; - kej_N : N ; - kejk_N : N ; - kejmbrid_zj_ki_A : A ; - kekav_A : A ; - kekavost_N : N ; - kekerica_N : N ; - keks_N : N ; - keleme_N : N ; - kelepir_N : N ; - kelepird_zj_i_ja__N : N ; - kele_sh__N : N ; - kelner_N : N ; - kelnerka_N : N ; - kelnerski_A : A ; - kelt_N : N ; - keltski_A : A ; - kel_ja_v_A : A ; - kenar_N : N ; - kenaren_A : A ; - kenguru_N : N ; - kentavyr_N : N ; - kepaz_ja__V : V ; - kepe_N : N ; - keramik_N : N ; - keramika_N : N ; - kerami_ch_en_A : A ; - keratin_N : N ; - kervan_N : N ; - kervand_zj_ijski_A : A ; - kervand_zj_i_ja__N : N ; - kerviz_N : N ; - keremida_N : N ; - keremidar_N : N ; - keremidarnica_N : N ; - keremiden_A : A ; - keremideno_ch_erven_A : A ; - keremidka_N : N ; - keremid_ch_ijnica_N : N ; - keremid_ch_i_ja__N : N ; - kerkenez_N : N ; - kerosin_N : N ; - kerpeden_N : N ; - kesar_N : N ; - kesarev_A : A ; - kesijka_N : N ; - kesim_A : A ; - kesi_ja__N : N ; - kesonen_A : A ; - kesten_N : N ; - kestenov_A : A ; - kesten_ja_v_A : A ; - kesterme_N : N ; - ket_ch_up_N : N ; - kef_N : N ; - kefal_N : N ; - kefir_N : N ; - kefna_V : V ; - kehajov_A : A ; - kehlibar_N : N ; - kehlibaren_A : A ; - kec_N : N ; - ke_ch__N : N ; - ke_ch_e_N : N ; - ke_sh__N : N ; - ke_sh_iram_V : V ; - ke_sh_irane_N : N ; - kibernetizaci_ja__N : N ; - kibernetik_N : N ; - kibernetika_N : N ; - kiberneti_ch_en_A : A ; - kiberprostranstvo_N : N ; - kibersposobnost_N : N ; - kiberstruktura_N : N ; - kiberstrukturen_A : A ; - kibik_N : N ; - kibi_ch_a_V : V ; - kibrit_N : N ; - kibriten_A : A ; - kibritli_ja__N : N ; - kivi_N : N ; - kivot_N : N ; - kikimora_N : N ; - kikot_N : N ; - kikotene_N : N ; - kikot_ja__V : V ; - kil_N : N ; - kila_N : N ; - kilvam_V : V ; - kilvane_N : N ; - kilvater_N : N ; - kilvateren_A : A ; - kiler_N : N ; - kilien_A : A ; - kilijka_N : N ; - kilim_N : N ; - kilimar_N : N ; - kilimarka_N : N ; - kilimarski_A : A ; - kilimarstvo_N : N ; - kilimo_ch_ista_ch_ka_N : N ; - kilim_ch_e_N : N ; - kili_ja__N : N ; - kilo_N : N ; - kilovat_A : A ; - kilovat_ch_as_N : N ; - kilogram_N : N ; - kilogramometyr_N : N ; - kilokalori_ja__N : N ; - kilometra_zj__N : N ; - kilometra_zj_en_A : A ; - kilometri_ch_en_A : A ; - kilometri_ch_eski_A : A ; - kilometrov_A : A ; - kilometyr_N : N ; - kimam_V : V ; - kimane_N : N ; - kimvam_V : V ; - kimvane_N : N ; - kimion_N : N ; - kimono_N : N ; - kinematika_N : N ; - kinemati_ch_en_A : A ; - kinemati_ch_eski_A : A ; - kinematograf_N : N ; - kinematografen_A : A ; - kinematografi_ch_en_A : A ; - kinematografi_ch_eski_A : A ; - kinematografi_ja__N : N ; - kinematografski_A : A ; - kineskop_N : N ; - kinetika_N : N ; - kineti_ch_en_A : A ; - kineti_ch_eski_A : A ; - kinetostatika_N : N ; - kinefikaci_ja__N : N ; - kineficiram_V : V ; - kineficirane_N : N ; - kin_zj_al_N : N ; - kinkaleri_ja__N : N ; - kino_N : N ; - kinoaparat_N : N ; - kinoaparatura_N : N ; - kinoartist_N : N ; - kinoartistka_N : N ; - kinoatelie_N : N ; - kinodeec_N : N ; - kinoekran_N : N ; - kinozala_N : N ; - kinozvezda_N : N ; - kinozritel_N : N ; - kinoizkustvo_N : N ; - kinoindustri_ja__N : N ; - kinokabina_N : N ; - kinokamera_N : N ; - kinokomedi_ja__N : N ; - kinolenta_N : N ; - kinol_iu_bitel_N : N ; - kinol_iu_bitelka_N : N ; - kinoma_sh_ina_N : N ; - kinomehanik_N : N ; - kinooperator_N : N ; - kinopanorama_N : N ; - kinopark_N : N ; - kinopregled_N : N ; - kinopredstavlenie_N : N ; - kinopro_zj_ektor_N : N ; - kinopro_zj_ekci_ja__N : N ; - kinopublika_N : N ; - kinore_zj_isxor_N : N ; - kinore_zj_isxorka_N : N ; - kinosalon_N : N ; - kinoslu_zj_ba_N : N ; - kinosnima_ch_en_A : A ; - kinosnimka_N : N ; - kinostudio_N : N ; - kinoscenarij_N : N ; - kinoteatyr_N : N ; - kinouredba_N : N ; - kinoustanovka_N : N ; - kinofestival_N : N ; - kinofilm_N : N ; - kinohronika_N : N ; - kinocentyr_N : N ; - kiosk_N : N ; - kiparis_N : N ; - kiparisov_A : A ; - kipvam_V : V ; - kipvane_N : N ; - kipe_zj__N : N ; - kipene_N : N ; - kipenie_N : N ; - kipr_ja__V : V ; - kipyrec_N : N ; - kipyrka_N : N ; - kipyrski_A : A ; - kip_ja__V : V ; - kip_ja_l_A : A ; - kir_N : N ; - kirad_zj_ijka_N : N ; - kirad_zj_ijski_A : A ; - kirad_zj_i_ja__N : N ; - kirgiz_N : N ; - kirgizka_N : N ; - kirgizki_A : A ; - kire_ch__N : N ; - kirilizaci_ja__N : N ; - kiriliziram_V : V ; - kirilizirane_N : N ; - kirilica_N : N ; - kiri_ja__N : N ; - kirka_N : N ; - kirliv_A : A ; - kirliv_ja__V : V ; - kirpi_ch__N : N ; - kirpi_ch_en_A : A ; - kisel_A : A ; - kiseleene_N : N ; - kiselec_N : N ; - kisele_ja__V : V ; - kiselina_N : N ; - kiselinen_A : A ; - kiselinnost_N : N ; - kiselinoustoj_ch_iv_A : A ; - kiselinoustoj_ch_ivost_N : N ; - kiselica_N : N ; - kiseli_ch_yk_A : A ; - kiskam_V : V ; - kiskane_N : N ; - kislorod_N : N ; - kisloroden_A : A ; - kisna_V : V ; - kisnene_N : N ; - kista_N : N ; - kit_N : N ; - kitaec_N : N ; - kitajka_N : N ; - kitajski_A : A ; - kitara_N : N ; - kitarist_N : N ; - kitaristka_N : N ; - kitel_N : N ; - kiten_A : A ; - kitene_N : N ; - kitenik_N : N ; - kitka_N : N ; - kitov_A : A ; - kitoloven_A : A ; - kitolovec_N : N ; - kitolovski_A : A ; - kitolovstvo_N : N ; - kit_ch_ica_N : N ; - kit_ja__V : V ; - kifla_N : N ; - kiflad_zj_ijka_N : N ; - kiflad_zj_i_ja__N : N ; - kifli_ch_ka_N : N ; - kihavica_N : N ; - kiham_V : V ; - kihane_N : N ; - kihvam_V : V ; - kihvane_N : N ; - ki_ch__N : N ; - ki_ch_a_V : V ; - ki_ch_ene_N : N ; - ki_ch_est_A : A ; - ki_ch_ur_N : N ; - ki_ch_ur_ch_e_N : N ; - ki_sh_a_N : N ; - ki_sh_av_A : A ; - klavesin_N : N ; - klaviatura_N : N ; - klaviaturen_A : A ; - klavikula_N : N ; - klavir_N : N ; - klaviren_A : A ; - klavi_sh__N : N ; - klavi_sh_en_A : A ; - klada_V : V ; - kladenec_N : N ; - kladen_ch_e_N : N ; - kladen_ch_ev_A : A ; - kladen_ch_ov_A : A ; - klakson_N : N ; - klakxor_N : N ; - klamer_N : N ; - klane_N : N ; - klanica_N : N ; - klan_ja_m_V : V ; - klan_ja_ne_N : N ; - klapa_N : N ; - klapan_N : N ; - klapanen_A : A ; - klarinet_N : N ; - klarinetist_N : N ; - klarnet_N : N ; - klarnetist_N : N ; - klarnetistka_N : N ; - klas_N : N ; - klasa_N : N ; - klasaci_ja__N : N ; - klasen_A : A ; - klasene_N : N ; - klasik_N : N ; - klasika_N : N ; - klasiram_V : V ; - klasirane_N : N ; - klasifikator_N : N ; - klasifikacionen_A : A ; - klasifikaci_ja__N : N ; - klasificiram_V : V ; - klasificirane_N : N ; - klasicizym_N : N ; - klasi_ch_eski_A : A ; - klasi_ch_ka_N : N ; - klasov_A : A ; - klasoviden_A : A ; - klasovost_N : N ; - klasosyznatelen_A : A ; - klasosyznatelnost_N : N ; - klasxor_N : N ; - klas_ja__V : V ; - klatene_N : N ; - klatu_sh_kam_V : V ; - klatu_sh_kane_N : N ; - klat_ja__V : V ; - klauza_N : N ; - klaustrofobi_ja__N : N ; - kleveta_N : N ; - klevetene_N : N ; - klevetnik_N : N ; - klevetnica_N : N ; - klevetni_ch_eski_A : A ; - klevetni_ch_estvo_N : N ; - klevet_ja__V : V ; - klej_N : N ; - klejmo_N : N ; - klejmosvam_V : V ; - klejmosvane_N : N ; - klejm_ja__V : V ; - klekav_A : A ; - klekalo_N : N ; - klekvam_V : V ; - klekvane_N : N ; - klema_N : N ; - klematis_N : N ; - klen_N : N ; - klenov_A : A ; - klepalen_A : A ; - klepalo_N : N ; - klepam_V : V ; - klepane_N : N ; - klepa_ch__N : N ; - klepa_ch_en_A : A ; - klepvam_V : V ; - klepvane_N : N ; - klepka_N : N ; - klepna_V : V ; - klepouh_A : A ; - kleptoman_N : N ; - kleptomani_ja__N : N ; - kleptomanka_N : N ; - klep_ja__V : V ; - klerikalen_A : A ; - klerikalizym_N : N ; - klerikalist_N : N ; - klet_A : A ; - kletva_N : N ; - kletven_A : A ; - kletvonaru_sh_enie_N : N ; - kletvonaru_sh_itel_N : N ; - kletvonaru_sh_itelka_N : N ; - kletvoprestypnik_N : N ; - kletvoprestypnica_N : N ; - kletvoprestypni_ch_eski_A : A ; - kletvoprestypni_ch_estvo_N : N ; - kletka_N : N ; - kletnik_N : N ; - kletnica_N : N ; - klety_ch_en_A : A ; - kle_ch_a_V : V ; - kle_ch_ka_N : N ; - kle_ch_kopodoben_A : A ; - kle_sht_i_N : N ; - kle_ja_svam_V : V ; - kliva_zj__N : N ; - kliver_N : N ; - klient_N : N ; - klientela_N : N ; - klientka_N : N ; - klientski_A : A ; - klizma_N : N ; - klika_N : N ; - klimaks_N : N ; - klimakterium_N : N ; - klimam_V : V ; - klimane_N : N ; - klimat_N : N ; - klimatiziran_A : A ; - klimatik_N : N ; - klimati_ch_en_A : A ; - klimatolog_N : N ; - klimatologi_ja__N : N ; - klimatronik_N : N ; - klimvam_V : V ; - klimvane_N : N ; - klin_N : N ; - klinec_N : N ; - klinika_N : N ; - klinicist_N : N ; - klini_ch_en_A : A ; - klini_ch_eski_A : A ; - klinoviden_A : A ; - klinoobrazen_A : A ; - klin_ch__N : N ; - klin_ch_a_V : V ; - klin_ch_ene_N : N ; - klip_N : N ; - kliper_N : N ; - klips_N : N ; - klir_N : N ; - kliring_N : N ; - kliringov_A : A ; - klisav_A : A ; - klisar_N : N ; - klisarski_A : A ; - klisura_N : N ; - klisurski_A : A ; - kli_sh_e_N : N ; - kli_sh_iram_V : V ; - kli_sh_irane_N : N ; - kloaka_N : N ; - klozet_N : N ; - klozeten_A : A ; - klokane_N : N ; - klokvam_V : V ; - klokvane_N : N ; - klokot_N : N ; - klokotene_N : N ; - klokot_ja__V : V ; - kloko_ch_ene_N : N ; - klon_N : N ; - klonak_N : N ; - klonenie_N : N ; - klonest_A : A ; - kloning_N : N ; - kloniram_V : V ; - klonirane_N : N ; - klonka_N : N ; - klon_ch_e_N : N ; - klon_ja__V : V ; - klopam_V : V ; - klopane_N : N ; - klopka_N : N ; - klopfer_N : N ; - kloun_N : N ; - klounada_N : N ; - klounski_A : A ; - klo_sh_iram_V : V ; - klo_sh_irane_N : N ; - klub_N : N ; - kluben_A : A ; - klup_N : N ; - klyvvam_V : V ; - klyvvane_N : N ; - klystyr_N : N ; - klycvam_V : V ; - klycvane_N : N ; - klxo_sht_av_A : A ; - kl_iu_ka_N : N ; - kl_iu_kar_N : N ; - kl_iu_karka_N : N ; - kl_iu_karski_A : A ; - kl_iu_karstvane_N : N ; - kl_iu_karstvo_N : N ; - kl_iu_karstvuvam_V : V ; - kl_iu_karstvuvane_N : N ; - kl_iu_mam_V : V ; - kl_iu_mane_N : N ; - kl_iu_mvam_V : V ; - kl_iu_mvane_N : N ; - kl_iu_n_N : N ; - kl_iu__ch__N : N ; - kl_iu__ch_alka_N : N ; - kl_iu__ch_ar_N : N ; - kl_iu__ch_ica_N : N ; - kl_iu__ch_ov_A : A ; - kl_ja_kam_V : V ; - kl_ja_kane_N : N ; - kmet_N : N ; - kmetica_N : N ; - kmetski_A : A ; - kmetstvo_N : N ; - kmetuvam_V : V ; - kmetuvane_N : N ; - knedla_N : N ; - kneht_N : N ; - kniga_N : N ; - knigovezec_N : N ; - knigovezka_N : N ; - knigovezki_A : A ; - knigoveznica_N : N ; - knigovezstvo_N : N ; - knigovoditel_N : N ; - knigovoditelka_N : N ; - knigovodstvo_N : N ; - knigoizdatel_N : N ; - knigoizdatelski_A : A ; - knigoizdatelstvo_N : N ; - knigoobmen_N : N ; - knigope_ch_atane_N : N ; - knigope_ch_aten_A : A ; - knigopis_N : N ; - knigopisen_A : A ; - knigosyhranenie_N : N ; - knigohranili_sht_e_N : N ; - kni_zj_a_N : N ; - kni_zj_ar_N : N ; - kni_zj_arnica_N : N ; - kni_zj_arski_A : A ; - kni_zj_arstvo_N : N ; - kni_zj_en_A : A ; - kni_zj_ka_N : N ; - kni_zj_le_N : N ; - kni_zj_nik_N : N ; - kni_zj_nina_N : N ; - kni_zj_nost_N : N ; - kni_zj_oven_A : A ; - kni_zj_ovnik_N : N ; - kni_zj_ovni_ch_eski_A : A ; - kni_zj_ovnost_N : N ; - kn_ja_gin_ja__N : N ; - kn_ja__zj_eski_A : A ; - kn_ja__zj_estvo_N : N ; - kn_ja_z_N : N ; - koagulator_N : N ; - koagulaci_ja__N : N ; - koaguliram_V : V ; - koaksialen_A : A ; - koala_N : N ; - koalescenci_ja__N : N ; - koaliram_V : V ; - koalirane_N : N ; - koalicionen_A : A ; - koalici_ja__N : N ; - koafxor_N : N ; - koaf_iu_ra_N : N ; - kobalt_N : N ; - kobaltov_A : A ; - kobila_N : N ; - kobile_sh_ki_A : A ; - kobilica_N : N ; - kobilka_N : N ; - kobra_N : N ; - kobur_N : N ; - kob_ja__V : V ; - kova_V : V ; - kovalenten_A : A ; - kovane_N : N ; - kovaren_A : A ; - kovarstvam_V : V ; - kovarstvane_N : N ; - kovarstvo_N : N ; - kovarstvuvam_V : V ; - kovarstvuvane_N : N ; - kova_ch__N : N ; - kova_ch_nica_N : N ; - kova_sh_ki_A : A ; - kovkost_N : N ; - kovlad_ja__V : V ; - kov_ch_eg_N : N ; - kov_ch_e_zj_e_N : N ; - kov_ch_e_zj_nik_N : N ; - kov_ch_e_zj_ni_ch_estvo_N : N ; - kovyk_A : A ; - kovxor_N : N ; - kod_N : N ; - kodein_N : N ; - kodek_N : N ; - kodeks_N : N ; - koder_N : N ; - kodiram_V : V ; - kodirane_N : N ; - kodirovka_N : N ; - kodifikacionen_A : A ; - kodifikaci_ja__N : N ; - kodificiram_V : V ; - kodificirane_N : N ; - kodov_A : A ; - koeficient_N : N ; - ko_zj_a_N : N ; - ko_zj_ar_N : N ; - ko_zj_arski_A : A ; - ko_zj_arstvo_N : N ; - ko_zj_en_A : A ; - ko_zj_ica_N : N ; - ko_zj_oder_N : N ; - ko_zj_oderski_A : A ; - ko_zj_oderstvo_N : N ; - ko_zj_uh_N : N ; - ko_zj_uhar_N : N ; - ko_zj_uharnica_N : N ; - ko_zj_uharski_A : A ; - ko_zj_uharstvo_N : N ; - ko_zj_uh_ch_e_N : N ; - koz_N : N ; - koza_N : N ; - kozar_N : N ; - kozarka_N : N ; - kozarstvo_N : N ; - kozar_ch_e_N : N ; - kozel_N : N ; - koze_sh_ki_A : A ; - kozi_A : A ; - kozina_N : N ; - kozinar_N : N ; - kozin_ja_v_A : A ; - kozirka_N : N ; - kozirog_N : N ; - koziruvam_V : V ; - koziruvane_N : N ; - kozle_N : N ; - kozlodujski_A : A ; - kozmetik_N : N ; - kozmetika_N : N ; - kozmeti_ch_en_A : A ; - kozmeti_ch_eski_A : A ; - kozmeti_ch_ka_N : N ; - kozov_A : A ; - kozunak_N : N ; - kozuna_ch_en_A : A ; - koz_ja__V : V ; - koz_ja_k_N : N ; - kojka_N : N ; - kok_N : N ; - kokain_N : N ; - kokainov_A : A ; - kokal_N : N ; - kokalen_A : A ; - kokalest_A : A ; - kokal_ch_e_N : N ; - kokal_ja_svam_V : V ; - kokal_ja_svane_N : N ; - kokarda_N : N ; - koketen_A : A ; - koketiram_V : V ; - koketirane_N : N ; - koketka_N : N ; - koketliv_A : A ; - koketlivost_N : N ; - koketni_ch_a_V : V ; - koketni_ch_ene_N : N ; - koketnost_N : N ; - koketstvo_N : N ; - kokila_N : N ; - kokilobega_ch__N : N ; - koki_ch_e_N : N ; - koki_ch_ka_N : N ; - kokl_iu__sh__N : N ; - kokona_N : N ; - kokor_ch_a_V : V ; - kokosov_A : A ; - kokotka_N : N ; - koko_sh_ar_N : N ; - koko_sh_arka_N : N ; - koko_sh_arnik_N : N ; - koko_sh_arski_A : A ; - koko_sh_arstvo_N : N ; - koko_sh_i_A : A ; - koko_sh_inka_N : N ; - koko_sh_ka_N : N ; - koko_sh_kar_N : N ; - koko_sh_karski_A : A ; - koko_sh_karstvo_N : N ; - koko_sh_ni_ch_av_A : A ; - koko_sh_ni_ch_avost_N : N ; - koks_N : N ; - koksov_A : A ; - koksuvam_V : V ; - koksuvane_N : N ; - koktejl_N : N ; - koktejlen_A : A ; - kol_N : N ; - kola_N : N ; - kolabiram_V : V ; - kolabirane_N : N ; - kolaborator_N : N ; - kolaboracionist_N : N ; - kolaboracionistka_N : N ; - kolaboraci_ja__N : N ; - kolagen_N : N ; - kola_zj__N : N ; - kolaj_N : N ; - kolak_N : N ; - kolan_N : N ; - kolaps_N : N ; - kolar_N : N ; - kolarski_A : A ; - kolarstvo_N : N ; - kolastra_N : N ; - kola_ch__N : N ; - kola_ch_e_N : N ; - kolba_N : N ; - kolbas_N : N ; - kolbasar_N : N ; - kolbasarka_N : N ; - kolbasarski_A : A ; - kolbasen_A : A ; - kolbasnica_N : N ; - kolebanie_N : N ; - koleba_ja__V : V ; - kolebliv_A : A ; - koleblivost_N : N ; - kolega_N : N ; - kolegialen_A : A ; - kolegialnost_N : N ; - kolegi_ja__N : N ; - koledar_N : N ; - koledarski_A : A ; - koleden_A : A ; - koleduvam_V : V ; - koleduvane_N : N ; - kole_zj__N : N ; - kole_zj_anin_N : N ; - kole_zj_anka_N : N ; - kole_zj_anski_A : A ; - kole_zj_ka_N : N ; - kolektiv_N : N ; - kolektiven_A : A ; - kolektivizaci_ja__N : N ; - kolektiviziram_V : V ; - kolektiviziran_A : A ; - kolektivizirane_N : N ; - kolektivizym_N : N ; - kolektivist_N : N ; - kolektivitet_N : N ; - kolektivnost_N : N ; - kolektor_N : N ; - kolekcioner_N : N ; - kolekcionerski_A : A ; - kolekcioniram_V : V ; - kolekcionirane_N : N ; - kolekci_ja__N : N ; - kolelo_N : N ; - kolelce_N : N ; - kolenen_A : A ; - koleni_ch_a_V : V ; - koleni_ch_ene_N : N ; - kolenopreklonen_A : A ; - kolence_N : N ; - kolen_ch_at_A : A ; - kolen_ch_est_A : A ; - kolesar_N : N ; - kolesen_A : A ; - kolesnik_N : N ; - kolesnica_N : N ; - kolet_N : N ; - koleten_A : A ; - kolet_ch_e_N : N ; - koliba_N : N ; - kolibar_N : N ; - kolibarka_N : N ; - kolibarski_A : A ; - kolibka_N : N ; - kolie_N : N ; - kolizi_ja__N : N ; - kolika_N : N ; - kolit_N : N ; - koli_ch_estven_A : A ; - koli_ch_estvo_N : N ; - koli_ch_ka_N : N ; - koli_ch_kar_N : N ; - kolovoz_N : N ; - koloda_N : N ; - kolodij_N : N ; - kolodrum_N : N ; - koloezda_ch__N : N ; - koloezda_ch_en_A : A ; - koloezda_ch_ka_N : N ; - koloezdene_N : N ; - koloid_N : N ; - koloiden_A : A ; - kolokvium_N : N ; - kolona_N : N ; - kolonada_N : N ; - kolonen_A : A ; - kolonial_N : N ; - kolonialen_A : A ; - kolonializym_N : N ; - kolonialist_N : N ; - kolonizator_N : N ; - kolonizatorski_A : A ; - kolonizaci_ja__N : N ; - koloniziram_V : V ; - kolonizirane_N : N ; - kolonist_N : N ; - koloni_ja__N : N ; - kolonka_N : N ; - kolonoobrazen_A : A ; - kolontitul_N : N ; - koloncifra_N : N ; - koloradski_A : A ; - koloratura_N : N ; - koloraturen_A : A ; - kolorit_N : N ; - koloriten_A : A ; - koloritnost_N : N ; - kolos_N : N ; - kolosalen_A : A ; - kolosan_A : A ; - kolosane_N : N ; - kolosvam_V : V ; - kolosvane_N : N ; - kolofon_N : N ; - kolhoz_N : N ; - kolhozen_A : A ; - kolhoznik_N : N ; - kolhoznica_N : N ; - kolhozni_ch_ka_N : N ; - kol_ch_an_N : N ; - kol_ch_e_N : N ; - kol_ja__V : V ; - kol_ja_nen_A : A ; - kol_ja_no_N : N ; - kol_ja_nov_A : A ; - koma_N : N ; - komanda_N : N ; - komandvam_V : V ; - komandvane_N : N ; - komandva_sht__A : A ; - komanden_A : A ; - komandir_N : N ; - komandirovam_V : V ; - komandirovane_N : N ; - komandirovka_N : N ; - komandirovy_ch_en_A : A ; - komandirski_A : A ; - komanditen_A : A ; - komandos_N : N ; - komanduvam_V : V ; - komanduvane_N : N ; - komanduva_sht__A : A ; - komar_N : N ; - komard_zj_ijnica_N : N ; - komard_zj_ijski_A : A ; - komard_zj_ijstvo_N : N ; - komard_zj_i_ja__N : N ; - komarov_A : A ; - komar_ch_e_N : N ; - komasacionen_A : A ; - komasaci_ja__N : N ; - komasiram_V : V ; - komat_N : N ; - kombajn_N : N ; - kombajner_N : N ; - kombajnerka_N : N ; - kombinat_N : N ; - kombinativen_A : A ; - kombinator_N : N ; - kombinatoren_A : A ; - kombinacionen_A : A ; - kombinaci_ja__N : N ; - kombinezon_N : N ; - kombiniram_V : V ; - kombiniran_A : A ; - kombinirane_N : N ; - komediant_N : N ; - komediantka_N : N ; - komediantski_A : A ; - komedien_A : A ; - komedijnost_N : N ; - komedi_ja__N : N ; - komendant_N : N ; - komendantski_A : A ; - komendantstvo_N : N ; - komendatura_N : N ; - komentar_N : N ; - komentator_N : N ; - komentatorka_N : N ; - komentiram_V : V ; - komentirane_N : N ; - komersialen_A : A ; - komer_ch_eski_A : A ; - kometa_N : N ; - komizym_N : N ; - komik_N : N ; - komiks_N : N ; - komin_N : N ; - komino_ch_ista_ch__N : N ; - komino_ch_ista_ch_eski_A : A ; - komisar_N : N ; - komisariat_N : N ; - komisarski_A : A ; - komisarstvo_N : N ; - komisiona_N : N ; - komisionen_A : A ; - komisioner_N : N ; - komisionerski_A : A ; - komisionerstvo_N : N ; - komisi_ja__N : N ; - komisura_N : N ; - komita_N : N ; - komitad_zj_ijski_A : A ; - komitad_zj_ijstvo_N : N ; - komitad_zj_i_ja__N : N ; - komitet_N : N ; - komitetski_A : A ; - komi_ch_en_A : A ; - komi_ch_eski_A : A ; - komi_ch_nost_N : N ; - komka_N : N ; - komkam_V : V ; - komkane_N : N ; - kompaktdisk_N : N ; - kompaktdiskov_A : A ; - kompakten_A : A ; - kompaktnost_N : N ; - kompani_ja__N : N ; - kompanxon_N : N ; - kompanxonka_N : N ; - komparti_ja__N : N ; - kompas_N : N ; - kompasen_A : A ; - kompendium_N : N ; - kompensator_N : N ; - kompensacionen_A : A ; - kompensaci_ja__N : N ; - kompensiram_V : V ; - kompensirane_N : N ; - kompetenten_A : A ; - kompetentnost_N : N ; - kompetenci_ja__N : N ; - kompilativen_A : A ; - kompilator_N : N ; - kompilatorski_A : A ; - kompilatorstvo_N : N ; - kompilaci_ja__N : N ; - kompiliram_V : V ; - kompilirane_N : N ; - kompiliruem_A : A ; - kompleks_N : N ; - kompleksen_A : A ; - kompleksiran_A : A ; - komplekt_N : N ; - komplekten_A : A ; - komplektnost_N : N ; - komplektuvam_V : V ; - komplektuvane_N : N ; - komplikaci_ja__N : N ; - kompliment_N : N ; - kompliciram_V : V ; - kompliciran_A : A ; - komplicirane_N : N ; - kompliciranost_N : N ; - komplot_N : N ; - kompoziram_V : V ; - kompozirane_N : N ; - kompozitor_N : N ; - kompozitorka_N : N ; - kompozitorski_A : A ; - kompozicionen_A : A ; - kompozici_ja__N : N ; - komponent_N : N ; - komponenta_N : N ; - komponenten_A : A ; - komponist_N : N ; - kompost_N : N ; - kompot_N : N ; - kompres_N : N ; - kompresaci_ja__N : N ; - kompresiram_V : V ; - kompresiran_A : A ; - kompresirane_N : N ; - kompresi_ja__N : N ; - kompresor_N : N ; - kompresoren_A : A ; - komprometiram_V : V ; - komprometiran_A : A ; - komprometirane_N : N ; - kompromis_N : N ; - kompromisen_A : A ; - kompromisnost_N : N ; - komp_iu_tarizaci_ja__N : N ; - komp_iu_tyr_N : N ; - komp_iu_tyren_A : A ; - komp_iu_tyriziram_V : V ; - komp_iu_tyrizirane_N : N ; - komsomol_N : N ; - komsomolec_N : N ; - komsomolka_N : N ; - komsomolski_A : A ; - komuna_N : N ; - komunalen_A : A ; - komunar_N : N ; - komunarka_N : N ; - komuniziram_V : V ; - komunizirane_N : N ; - komunizym_N : N ; - komunikator_N : N ; - komunikacionen_A : A ; - komunikaci_ja__N : N ; - komunikiram_V : V ; - komunikirane_N : N ; - komunist_N : N ; - komunisti_ch_eski_A : A ; - komunistka_N : N ; - komutativen_A : A ; - komutator_N : N ; - komutatoren_A : A ; - komutaci_ja__N : N ; - komferiram_V : V ; - komfort_N : N ; - komforten_A : A ; - kom_sh_ijka_N : N ; - kom_sh_ijski_A : A ; - kom_sh_ijstvo_N : N ; - kom_sh_i_ja__N : N ; - kom_sh_uluk_N : N ; - kom_iu_nike_N : N ; - kon_N : N ; - konak_N : N ; - kona_sh_ki_A : A ; - konvalescenci_ja__N : N ; - konvejer_N : N ; - konvejeren_A : A ; - konvekci_ja__N : N ; - konvent_N : N ; - konvencional_N : N ; - konvencionalen_A : A ; - konvencionalizym_N : N ; - konvencionalnost_N : N ; - konvencionen_A : A ; - konvenci_ja__N : N ; - konvergenten_A : A ; - konvergentnost_N : N ; - konvergenci_ja__N : N ; - konversen_A : A ; - konversionen_A : A ; - konversi_ja__N : N ; - konvertiram_V : V ; - konvertirane_N : N ; - konvertiruem_A : A ; - konvertiruemost_N : N ; - konvertor_N : N ; - konvertoren_A : A ; - konvoiram_V : V ; - konvoirane_N : N ; - konvoj_N : N ; - konvokaci_ja__N : N ; - konvulsiven_A : A ; - konvulsi_ja__N : N ; - kongenialen_A : A ; - kongenialnost_N : N ; - kongesti_ja__N : N ; - konglomerat_N : N ; - konglomeraten_A : A ; - konglomeraci_ja__N : N ; - konglomerirane_N : N ; - kongoanec_N : N ; - kongoanski_A : A ; - kongregaci_ja__N : N ; - kongres_N : N ; - kongresen_A : A ; - kongresistka_N : N ; - kongresmen_N : N ; - kondenzator_N : N ; - kondenzatoren_A : A ; - kondenzaci_ja__N : N ; - kondenziram_V : V ; - kondenzirane_N : N ; - kondicioniram_V : V ; - kondicionirane_N : N ; - kondici_ja__N : N ; - kondominium_N : N ; - kondor_N : N ; - kondotier_N : N ; - konduktor_N : N ; - konduktorka_N : N ; - konduktorski_A : A ; - kondukci_ja__N : N ; - konevyd_N : N ; - konevyden_A : A ; - konevydec_N : N ; - konevydstvo_N : N ; - konezavod_N : N ; - konekradec_N : N ; - konen_A : A ; - konec_N : N ; - konzola_N : N ; - konzolen_A : A ; - koni_ch_en_A : A ; - koni_ch_eski_A : A ; - konklav_N : N ; - konkreten_A : A ; - konkretizaci_ja__N : N ; - konkretiziram_V : V ; - konkretizirane_N : N ; - konkretnost_N : N ; - konkurent_N : N ; - konkurenten_A : A ; - konkurentka_N : N ; - konkurentosposoben_A : A ; - konkurentosposobnost_N : N ; - konkurenci_ja__N : N ; - konkuriram_V : V ; - konkurirane_N : N ; - konkurs_N : N ; - konkursen_A : A ; - konnik_N : N ; - konnica_N : N ; - konni_ch_ka_N : N ; - konop_N : N ; - konopen_A : A ; - konopi_sht_e_N : N ; - konsekventen_A : A ; - konsekventnost_N : N ; - konsekvenci_ja__N : N ; - konsensus_N : N ; - konserva_N : N ; - konservativen_A : A ; - konservativnost_N : N ; - konservatizym_N : N ; - konservator_N : N ; - konservatori_ja__N : N ; - konservatorski_A : A ; - konservatorstvo_N : N ; - konservaci_ja__N : N ; - konserven_A : A ; - konserviram_V : V ; - konserviran_A : A ; - konservirane_N : N ; - konsignator_N : N ; - konsignacionen_A : A ; - konsignaci_ja__N : N ; - konsistenci_ja__N : N ; - konsistori_ja__N : N ; - konski_A : A ; - konsolidacionen_A : A ; - konsolidaci_ja__N : N ; - konsolidiram_V : V ; - konsolidiran_A : A ; - konsolidirane_N : N ; - konsonans_N : N ; - konsonanten_A : A ; - konsonantizym_N : N ; - konsorcium_N : N ; - konspekt_N : N ; - konspekten_A : A ; - konspektiven_A : A ; - konspektiram_V : V ; - konspektirane_N : N ; - konspirativen_A : A ; - konspirativnost_N : N ; - konspirator_N : N ; - konspiratorka_N : N ; - konspiraci_ja__N : N ; - konspiriram_V : V ; - konspirirane_N : N ; - konstanta_N : N ; - konstanten_A : A ; - konstantnost_N : N ; - konstataci_ja__N : N ; - konstatiram_V : V ; - konstatirane_N : N ; - konstelaci_ja__N : N ; - konstipaci_ja__N : N ; - konstituiram_V : V ; - konstituirane_N : N ; - konstitucionalizym_N : N ; - konstitucionalist_N : N ; - konstitucionen_A : A ; - konstituci_ja__N : N ; - konstruiram_V : V ; - konstruirane_N : N ; - konstruktiven_A : A ; - konstruktivizym_N : N ; - konstruktor_N : N ; - konstruktoren_A : A ; - konstruktorka_N : N ; - konstruktorski_A : A ; - konstrukcionen_A : A ; - konstrukci_ja__N : N ; - konsul_N : N ; - konsulski_A : A ; - konsulstvo_N : N ; - konsult_N : N ; - konsultant_N : N ; - konsultantka_N : N ; - konsultantski_A : A ; - konsultativen_A : A ; - konsultacionen_A : A ; - konsultaci_ja__N : N ; - konsultiram_V : V ; - konsultirane_N : N ; - konsumativ_N : N ; - konsumativen_A : A ; - konsumator_N : N ; - konsumatorka_N : N ; - konsumaci_ja__N : N ; - konsumiram_V : V ; - konsumiran_A : A ; - konsumirane_N : N ; - kontakt_N : N ; - kontakten_A : A ; - kontaktor_N : N ; - kontaktuvam_V : V ; - kontaktuvane_N : N ; - kontaminaci_ja__N : N ; - konte_N : N ; - kontejner_N : N ; - kontekst_N : N ; - konteksten_A : A ; - kontene_N : N ; - kontestaci_ja__N : N ; - kontestiram_V : V ; - kontestirane_N : N ; - konte_sh_ki_A : A ; - kontingent_N : N ; - kontinent_N : N ; - kontinentalen_A : A ; - kontinentalec_N : N ; - konto_N : N ; - kontra_N : N ; - kontraadmiral_N : N ; - kontraalt_N : N ; - kontraataka_N : N ; - kontraatakuvam_V : V ; - kontraatakuvane_N : N ; - kontrabanda_N : N ; - kontrabanden_A : A ; - kontrabandiram_V : V ; - kontrabandirane_N : N ; - kontrabandist_N : N ; - kontrabandistka_N : N ; - kontrabandistki_A : A ; - kontrabas_N : N ; - kontrabasist_N : N ; - kontrabasistka_N : N ; - kontrabuksa_N : N ; - kontragajka_N : N ; - kontragent_N : N ; - kontragentka_N : N ; - kontradiktoren_A : A ; - kontradikci_ja__N : N ; - kontrazapoved_N : N ; - kontraindikaci_ja__N : N ; - kontrakongres_N : N ; - kontrakt_N : N ; - kontraktaci_ja__N : N ; - kontraktuvam_V : V ; - kontraktuvane_N : N ; - kontrakci_ja__N : N ; - kontram_ja_rka_N : N ; - kontranapadenie_N : N ; - kontranastyplenie_N : N ; - kontraobvinenie_N : N ; - kontraofanziva_N : N ; - kontraprevrat_N : N ; - kontrapredlo_zj_enie_N : N ; - kontrapunkt_N : N ; - kontrapunktist_N : N ; - kontrapunkti_ch_en_A : A ; - kontrarazuznavane_N : N ; - kontrarevol_iu_cionen_A : A ; - kontrarevol_iu_cioner_N : N ; - kontrarevol_iu_cionerka_N : N ; - kontrarevol_iu_ci_ja__N : N ; - kontrareformaci_ja__N : N ; - kontrast_N : N ; - kontrasten_A : A ; - kontrastiram_V : V ; - kontrastirane_N : N ; - kontratenor_N : N ; - kontraudar_N : N ; - kontrafagot_N : N ; - kontrafors_N : N ; - kontrahiram_V : V ; - kontra_sh_piona_zj__N : N ; - kontribuci_ja__N : N ; - kontriram_V : V ; - kontrirane_N : N ; - kontroversen_A : A ; - kontrol_N : N ; - kontrola_N : N ; - kontrolen_A : A ; - kontroler_N : N ; - kontroliram_V : V ; - kontrolirane_N : N ; - kontroliruem_A : A ; - kontrolnoizmervatelen_A : A ; - kontrolxor_N : N ; - kontrolxorka_N : N ; - kontrolxorski_A : A ; - kontuzvam_V : V ; - kontuzvane_N : N ; - kontuzi_ja__N : N ; - kontuz_ja__V : V ; - kontur_N : N ; - kontura_N : N ; - konturen_A : A ; - kont_ja__V : V ; - konus_N : N ; - konusen_A : A ; - konusoviden_A : A ; - konusoobrazen_A : A ; - konfederativen_A : A ; - konfederaci_ja__N : N ; - konfekcionen_A : A ; - konfekci_ja__N : N ; - konferansie_N : N ; - konferenten_A : A ; - konferenci_ja__N : N ; - konferiram_V : V ; - konferirane_N : N ; - konfeta_N : N ; - konfigurator_N : N ; - konfiguracionen_A : A ; - konfiguraci_ja__N : N ; - konfiguriram_V : V ; - konfigurirane_N : N ; - konfidencialen_A : A ; - konfidencialnost_N : N ; - konfiskacionen_A : A ; - konfiskaci_ja__N : N ; - konfiskuvam_V : V ; - konfiskuvane_N : N ; - konfiskuem_A : A ; - konfit_iu_r_N : N ; - konflikt_N : N ; - konflikten_A : A ; - konformizym_N : N ; - konformist_N : N ; - konformistka_N : N ; - konfrontaci_ja__N : N ; - konfrontiram_V : V ; - konfrontirane_N : N ; - konfuz_N : N ; - konfuzen_A : A ; - konfuzi_ja__N : N ; - konfuz_ja__V : V ; - konfucianstvo_N : N ; - koncentiram_V : V ; - koncentrat_N : N ; - koncentrator_N : N ; - koncentracionen_A : A ; - koncentraci_ja__N : N ; - koncentriram_V : V ; - koncentriran_A : A ; - koncentrirane_N : N ; - koncentri_ch_en_A : A ; - koncentri_ch_nost_N : N ; - konceptualizym_N : N ; - koncepci_ja__N : N ; - koncern_N : N ; - koncert_N : N ; - koncerten_A : A ; - koncertino_N : N ; - koncertiram_V : V ; - koncertirane_N : N ; - koncertmajstor_N : N ; - koncesionen_A : A ; - koncesioner_N : N ; - koncesi_ja__N : N ; - konclager_N : N ; - konclagerist_N : N ; - konclageristka_N : N ; - kon_ch_e_N : N ; - kon_ch_ina_N : N ; - kon_iu_gaci_ja__N : N ; - kon_iu_nktiv_N : N ; - kon_iu_nktiva_N : N ; - kon_iu_nktivit_N : N ; - kon_iu_nktura_N : N ; - kon_iu_nkturen_A : A ; - kon_iu__sh_n_ja__N : N ; - kon_ja_k_N : N ; - kon_ja_r_N : N ; - kon_ja_rski_A : A ; - kon_ja__ch_en_A : A ; - kooperativ_N : N ; - kooperativen_A : A ; - kooperator_N : N ; - kooperatorka_N : N ; - kooperatorski_A : A ; - kooperaci_ja__N : N ; - kooperiram_V : V ; - kooperirane_N : N ; - kooptiram_V : V ; - kooptirane_N : N ; - koordinata_N : N ; - koordinaten_A : A ; - koordinator_N : N ; - koordinacionen_A : A ; - koordinaci_ja__N : N ; - koordiniram_V : V ; - koordinirane_N : N ; - koordiniranost_N : N ; - kopa_N : N ; - kopaene_N : N ; - kopan_N : N ; - kopane_N : N ; - kopanka_N : N ; - kopan_ja__N : N ; - kopa_ch__N : N ; - kopa_ch_ka_N : N ; - kopa_ja__V : V ; - kopejka_N : N ; - kopele_N : N ; - kopie_N : N ; - kopieviden_A : A ; - kopienosec_N : N ; - kopiram_V : V ; - kopirane_N : N ; - kopiren_A : A ; - kopist_N : N ; - kopiten_A : A ; - kopito_N : N ; - kopka_N : N ; - kopna_V : V ; - kopne_zj__N : N ; - kopnenie_N : N ; - kopne_ja__V : V ; - kopoj_N : N ; - kopral_ja__N : N ; - kopriva_N : N ; - koprivak_N : N ; - kopriven_A : A ; - koprina_N : N ; - koprinar_N : N ; - koprinarstvo_N : N ; - koprinen_A : A ; - koprocesor_N : N ; - koptor_N : N ; - kopula_N : N ; - kopulaci_ja__N : N ; - kopuliram_V : V ; - kop_ch_e_N : N ; - kopyr_N : N ; - kopyrka_N : N ; - kora_N : N ; - korab_N : N ; - koraben_A : A ; - korabokru_sh_enec_N : N ; - korabokru_sh_enie_N : N ; - koraboplavane_N : N ; - koraboplavatel_N : N ; - koraboplavatelen_A : A ; - koraboremonten_A : A ; - korabostroene_N : N ; - korabostroitel_N : N ; - korabostroitelen_A : A ; - korabostroitelnica_N : N ; - korabostroitelstvo_N : N ; - korav_A : A ; - korave_ja__V : V ; - koravina_N : N ; - koravost_N : N ; - koravosyrde_ch_en_A : A ; - koravosyrde_ch_ie_N : N ; - koravosyrde_ch_nost_N : N ; - koral_N : N ; - koralov_A : A ; - koralopodoben_A : A ; - koran_N : N ; - korveta_N : N ; - korda_N : N ; - kordela_N : N ; - kordon_N : N ; - koreec_N : N ; - korejka_N : N ; - korejski_A : A ; - korekten_A : A ; - korektiv_N : N ; - korektiven_A : A ; - korektnost_N : N ; - korektor_N : N ; - korektorka_N : N ; - korektorski_A : A ; - korektorstvo_N : N ; - korektura_N : N ; - korekturen_A : A ; - korekcionen_A : A ; - korekci_ja__N : N ; - korelat_N : N ; - korelativen_A : A ; - korelacionen_A : A ; - korelaci_ja__N : N ; - korem_N : N ; - koremen_A : A ; - koremest_A : A ; - korem_ch_e_N : N ; - koren_N : N ; - korenak_N : N ; - korenen_A : A ; - korenist_A : A ; - koreni_sht_e_N : N ; - korenoplod_N : N ; - korenoploden_A : A ; - koren_ch_e_N : N ; - koren_ja__V : V ; - koren_ja_k_N : N ; - koren_ja__ch_ka_N : N ; - koren_ja__sh_ki_A : A ; - korespondent_N : N ; - korespondenten_A : A ; - korespondentka_N : N ; - korespondentski_A : A ; - korespondenci_ja__N : N ; - korespondiram_V : V ; - korespondirane_N : N ; - korigiram_V : V ; - korigiran_A : A ; - korigirane_N : N ; - korida_N : N ; - koridor_N : N ; - koridoren_A : A ; - koridor_ch_e_N : N ; - korist_N : N ; - koristen_A : A ; - koristol_iu_bec_N : N ; - koristol_iu_biv_A : A ; - koristol_iu_bie_N : N ; - koritar_N : N ; - korito_N : N ; - korifej_N : N ; - korica_N : N ; - kori_ch_ka_N : N ; - kori_ja__N : N ; - kork_N : N ; - korkov_A : A ; - kormest_A : A ; - kormilen_A : A ; - kormilo_N : N ; - kormuvam_V : V ; - kormuvane_N : N ; - korm_ch_i_ja__N : N ; - korm_ja__V : V ; - korner_N : N ; - korniz_N : N ; - korni_sh_on_N : N ; - kornyr_N : N ; - koroziven_A : A ; - koroziram_V : V ; - korozirane_N : N ; - korozi_ja__N : N ; - korona_N : N ; - koronaren_A : A ; - koronaci_ja__N : N ; - koronen_A : A ; - koronka_N : N ; - koronovam_V : V ; - koronovan_A : A ; - koronovane_N : N ; - koron_ja_svam_V : V ; - koron_ja_svane_N : N ; - korporativen_A : A ; - korporaci_ja__N : N ; - korpulenten_A : A ; - korpulentnost_N : N ; - korpulenci_ja__N : N ; - korpus_N : N ; - korpusen_A : A ; - korpuskula_N : N ; - korpuskularen_A : A ; - korsa_zj__N : N ; - korsar_N : N ; - korsarski_A : A ; - korsarstvo_N : N ; - korset_N : N ; - korsikanec_N : N ; - korsikanka_N : N ; - korsikanski_A : A ; - kort_N : N ; - korte_zj__N : N ; - koruba_N : N ; - korubest_A : A ; - korumpiram_V : V ; - korumpiran_A : A ; - korumpirane_N : N ; - korupci_ja__N : N ; - kor_ja__V : V ; - kos_N : N ; - kosa_N : N ; - kosat_A : A ; - kosa_ch__N : N ; - kosa_ch_ka_N : N ; - kosven_A : A ; - kosvenost_N : N ; - kosene_N : N ; - kosilo_N : N ; - kosinus_N : N ; - kositba_N : N ; - kosica_N : N ; - kosi_ch_ka_N : N ; - kosmat_A : A ; - kosmatost_N : N ; - kosmest_A : A ; - kosmi_ch_en_A : A ; - kosmi_ch_eski_A : A ; - kosmobiolog_N : N ; - kosmobiologi_ja__N : N ; - kosmogoni_ja__N : N ; - kosmografi_ja__N : N ; - kosmodrom_N : N ; - kosmologi_ja__N : N ; - kosmonavt_N : N ; - kosmonavtika_N : N ; - kosmonavtski_A : A ; - kosmopolit_N : N ; - kosmopoliten_A : A ; - kosmopolitizym_N : N ; - kosmopoliti_ch_eski_A : A ; - kosmos_N : N ; - kosopad_N : N ; - kost_N : N ; - kostvam_V : V ; - kosteliv_A : A ; - kostelivost_N : N ; - kosten_A : A ; - kostenurka_N : N ; - kostilka_N : N ; - kostilkov_A : A ; - kostica_N : N ; - kostnica_N : N ; - kostuem_A : A ; - kostur_N : N ; - kost_iu_m_N : N ; - kost_iu_mier_N : N ; - kost_iu_miram_V : V ; - kost_iu_miran_A : A ; - kost_iu_mirane_N : N ; - kosym_N : N ; - kosym_ch_e_N : N ; - kos_ja__V : V ; - kota_N : N ; - kotak_N : N ; - kotangens_N : N ; - kotarak_N : N ; - kotva_N : N ; - kotven_A : A ; - kote_N : N ; - kotel_N : N ; - kotelen_A : A ; - koten_A : A ; - kotence_N : N ; - koterien_A : A ; - koterijnost_N : N ; - koteri_ja__N : N ; - kote_sh_ki_A : A ; - kotilo_N : N ; - kotiram_V : V ; - kotirane_N : N ; - kotka_N : N ; - kotkam_V : V ; - kotkane_N : N ; - kotlar_N : N ; - kotlarstvo_N : N ; - kotle_N : N ; - kotlen_A : A ; - kotlenec_N : N ; - kotlenski_A : A ; - kotlet_N : N ; - kotlovina_N : N ; - kotlon_N : N ; - kot_ja__V : V ; - kofa_N : N ; - kofar_N : N ; - kofein_N : N ; - kofi_ch_ka_N : N ; - kofra_zj__N : N ; - kofra_zj_en_A : A ; - kofra_zj_ist_N : N ; - kofra_zj_istka_N : N ; - kofra_zj_istki_A : A ; - kohezi_ja__N : N ; - koherenten_A : A ; - koherentnost_N : N ; - kohorta_N : N ; - kockar_N : N ; - kockaruvam_V : V ; - kockaruvane_N : N ; - ko_ch__N : N ; - ko_ch_an_N : N ; - ko_ch_anen_A : A ; - ko_ch_ane_ja__V : V ; - ko_ch_i_A : A ; - ko_ch_ina_N : N ; - ko_ch_i_ja__sh__N : N ; - ko_sh__N : N ; - ko_sh_ara_N : N ; - ko_sh_arka_N : N ; - ko_sh_er_N : N ; - ko_sh_eri_sht_e_N : N ; - ko_sh_i_ja__N : N ; - ko_sh_mar_N : N ; - ko_sh_maren_A : A ; - ko_sh_nik_N : N ; - ko_sh_nica_N : N ; - ko_sh_ni_ch_ar_N : N ; - ko_sh_ni_ch_arski_A : A ; - ko_sh_ni_ch_arstvo_N : N ; - ko_sh_ni_ch_ka_N : N ; - ko_sh_ul_ja__N : N ; - ko_sh_uta_N : N ; - ko_sh__ch_e_N : N ; - ko_sht_r_ja_va_N : N ; - ko_sht_unski_A : A ; - ko_sht_unstvam_V : V ; - ko_sht_unstvane_N : N ; - ko_sht_unstven_A : A ; - ko_sht_unstvo_N : N ; - krab_N : N ; - krava_N : N ; - kravaj_N : N ; - kravar_N : N ; - kravarnik_N : N ; - kravarski_A : A ; - kravarstvo_N : N ; - kraveferma_N : N ; - krave_sh_ki_A : A ; - kravi_A : A ; - kravi_ch_ka_N : N ; - krada_V : V ; - kraden_A : A ; - kradene_N : N ; - kradec_N : N ; - kradla_N : N ; - kradliv_A : A ; - kradlxo_N : N ; - kraen_A : A ; - kraesloven_A : A ; - kraeygylen_A : A ; - kra_zj_ba_N : N ; - krai_sht_e_N : N ; - kraj_N : N ; - krajbre_zj_en_A : A ; - krajbre_zj_ie_N : N ; - krajgradski_A : A ; - krajmorski_A : A ; - krajnik_N : N ; - krajnost_N : N ; - krajpyten_A : A ; - krajre_ch_en_A : A ; - krajcer_N : N ; - krajcerski_A : A ; - kraj_ch_ec_N : N ; - kraj_sht_nik_N : N ; - krajygylen_A : A ; - krak_N : N ; - kral_N : N ; - kralimarkov_A : A ; - kralimarkovski_A : A ; - kralica_N : N ; - kralski_A : A ; - kralstvo_N : N ; - kramola_N : N ; - kran_N : N ; - kranialen_A : A ; - kraniologi_ja__N : N ; - kraniometri_ja__N : N ; - kranist_N : N ; - kranistka_N : N ; - kranta_N : N ; - kran_ch_e_N : N ; - krasavec_N : N ; - krasavica_N : N ; - krasen_A : A ; - krasiv_A : A ; - kraska_N : N ; - krasnoarmeec_N : N ; - krasnoarmejski_A : A ; - krasnopis_N : N ; - krasnopisec_N : N ; - krasnore_ch_iv_A : A ; - krasnore_ch_ivost_N : N ; - krasnore_ch_ie_N : N ; - krasota_N : N ; - krasta_N : N ; - krastav_A : A ; - krastave_ja__V : V ; - krastavica_N : N ; - krastavi_ch_ar_N : N ; - krastavi_ch_en_A : A ; - krastavi_ch_ka_N : N ; - kras_ja__V : V ; - kraten_A : A ; - krater_N : N ; - kratkovremenen_A : A ; - kratkovremennost_N : N ; - kratkosro_ch_en_A : A ; - kratkost_N : N ; - kratkotraen_A : A ; - kratkotrajnost_N : N ; - kratno_N : N ; - kratnost_N : N ; - kratuna_N : N ; - kratyk_A : A ; - krah_N : N ; - kra_ch_a_V : V ; - kra_ch_e_N : N ; - kra_ch_en_A : A ; - kra_ch_ka_N : N ; - kra_ch_komer_N : N ; - kra_ch_ol_N : N ; - kreatura_N : N ; - krevat_N : N ; - krevat_ch_e_N : N ; - kreda_N : N ; - kredit_N : N ; - krediten_A : A ; - kreditiram_V : V ; - kreditirane_N : N ; - kreditor_N : N ; - kreditoren_A : A ; - kreditorka_N : N ; - kreditorski_A : A ; - kreditosposoben_A : A ; - kreditosposobnost_N : N ; - kredo_N : N ; - krezovski_A : A ; - kreking_N : N ; - krem_N : N ; - kremav_A : A ; - krematorium_N : N ; - kremaci_ja__N : N ; - kremiram_V : V ; - kremiran_A : A ; - kremirane_N : N ; - kremyk_N : N ; - kremyklijka_N : N ; - kremykli_ja__N : N ; - kremy_ch_en_A : A ; - krenvir_sh__N : N ; - kreol_N : N ; - kreolka_N : N ; - kreolski_A : A ; - krepene_N : N ; - krepiram_V : V ; - krepirane_N : N ; - krepitel_N : N ; - krepkost_N : N ; - krepna_V : V ; - krepost_N : N ; - kreposten_A : A ; - krepostnik_N : N ; - krepostni_ch_estvo_N : N ; - krepostni_ch_ka_N : N ; - krepyk_A : A ; - krep_ja__V : V ; - kresla_N : N ; - kresliv_A : A ; - kreslivost_N : N ; - kreslo_N : N ; - kreslxo_N : N ; - kresna_V : V ; - kresnenski_A : A ; - kres_ch_endo_N : N ; - kretam_V : V ; - kretane_N : N ; - kreten_N : N ; - kretenizym_N : N ; - kretenski_A : A ; - kreton_N : N ; - krehkost_N : N ; - krehyk_A : A ; - kre_ch_etalo_N : N ; - kre_ch_etane_N : N ; - kre_sh__ja__sht__A : A ; - kre_sht_ene_N : N ; - kre_sht__ja__V : V ; - kriv_A : A ; - krivak_N : N ; - krivane_N : N ; - krivvam_V : V ; - krivvane_N : N ; - krivda_N : N ; - krivene_N : N ; - krive_ja__V : V ; - krivina_N : N ; - krivka_N : N ; - krivna_V : V ; - krivogled_A : A ; - krivogledstvo_N : N ; - krivokrak_A : A ; - krivolene_N : N ; - krivolineen_A : A ; - krivolica_N : N ; - krivoli_ch_a_V : V ; - krivoli_ch_ene_N : N ; - krivol_ja__V : V ; - krivonog_A : A ; - krivorazbran_A : A ; - kriv_ja__V : V ; - kriene_N : N ; - krienica_N : N ; - kriza_N : N ; - krizisen_A : A ; - krik_N : N ; - kriket_N : N ; - krilat_A : A ; - krilo_N : N ; - kriloviden_A : A ; - kriloobrazen_A : A ; - krilce_N : N ; - kriminale_N : N ; - kriminalen_A : A ; - kriminalist_N : N ; - kriminalistika_N : N ; - kriminalistka_N : N ; - kriminolog_N : N ; - kriminologi_ja__N : N ; - krimka_N : N ; - krimski_A : A ; - krin_N : N ; - krina_N : N ; - krinolin_N : N ; - krioterapi_ja__N : N ; - kripta_N : N ; - kriptiram_V : V ; - kriptiran_A : A ; - kriptirane_N : N ; - kriptograma_N : N ; - kriptograf_N : N ; - kriptografi_ja__N : N ; - kriptonov_A : A ; - kristal_N : N ; - kristalen_A : A ; - kristalizaci_ja__N : N ; - kristaliziram_V : V ; - kristalizirane_N : N ; - kristaloviden_A : A ; - kristalograf_N : N ; - kristalografi_ja__N : N ; - kristalometri_ja__N : N ; - kristalomorfologi_ja__N : N ; - kristalooptika_N : N ; - kristalostrukturen_A : A ; - kristal_ch_e_N : N ; - kriterij_N : N ; - kritik_N : N ; - kritika_N : N ; - kritikar_N : N ; - kritikarka_N : N ; - kritikarski_A : A ; - kritikarstvam_V : V ; - kritikarstvane_N : N ; - kritikarstvo_N : N ; - kritikarstvuvam_V : V ; - kritikarstvuvane_N : N ; - kritikuvam_V : V ; - kritikuvane_N : N ; - kriticizym_N : N ; - kriti_ch_en_A : A ; - kriti_ch_eski_A : A ; - kriti_ch_ka_N : N ; - kriti_ch_nost_N : N ; - kritski_A : A ; - kri_ja__V : V ; - kroasan_N : N ; - kroe_zj__N : N ; - kroene_N : N ; - krojka_N : N ; - kroket_N : N ; - krokiram_V : V ; - krokirane_N : N ; - krokodil_N : N ; - krokodilski_A : A ; - kromanxonski_A : A ; - kromid_N : N ; - kromiden_A : A ; - krona_N : N ; - kros_N : N ; - krosno_N : N ; - kroti_ch_yk_A : A ; - krotost_N : N ; - krotuvam_V : V ; - krotuvane_N : N ; - krotyk_A : A ; - kro_ja__V : V ; - kro_ja__ch__N : N ; - kro_ja__ch_eski_A : A ; - kro_ja__ch_estvo_N : N ; - kruzejro_N : N ; - krupen_A : A ; - krupie_N : N ; - krut_A : A ; - kru_sh_a_N : N ; - kru_sh_ak_N : N ; - kru_sh_ar_N : N ; - kru_sh_arka_N : N ; - kru_sh_enie_N : N ; - kru_sh_enica_N : N ; - kru_sh_ka_N : N ; - kru_sh_ov_A : A ; - kru_sh_oviden_A : A ; - kru_sh_ovica_N : N ; - kru_sh_oobrazen_A : A ; - kryv_N : N ; - kryven_A : A ; - kryvnik_N : N ; - kryvnina_N : N ; - kryvni_sh_ki_A : A ; - kryvodaritel_N : N ; - kryvodaritelka_N : N ; - kryvodar_ja_vane_N : N ; - kryvo_zj_aden_A : A ; - kryvo_zj_adnik_N : N ; - kryvo_zj_adnost_N : N ; - kryvoizliv_N : N ; - kryvoizli_ja_nie_N : N ; - kryvolok_N : N ; - kryvonosen_A : A ; - kryvoobra_sht_enie_N : N ; - kryvopiec_N : N ; - kryvoprelivane_N : N ; - kryvoproliten_A : A ; - kryvoprolitie_N : N ; - kryvopuskane_N : N ; - kryvosmesitel_N : N ; - kryvosmesitelen_A : A ; - kryvosme_sh_enie_N : N ; - kryvospira_sht__A : A ; - kryvote_ch_enie_N : N ; - kryvohra_ch_ene_N : N ; - kryv_ja_sal_A : A ; - kryv_ja_sane_N : N ; - kryv_ja_svam_V : V ; - kryv_ja_svane_N : N ; - kryg_N : N ; - krygli_ch_yk_A : A ; - kryglolik_A : A ; - krygov_A : A ; - krygoviden_A : A ; - krygovrat_N : N ; - krygovraten_A : A ; - krygozor_N : N ; - krygoobrazen_A : A ; - krygoobra_sht_enie_N : N ; - kryg_ch_e_N : N ; - krygyl_A : A ; - kry_zj_a_V : V ; - kry_zj_ene_N : N ; - kry_zj_ec_N : N ; - kry_zj_ilo_N : N ; - kry_zj_ok_N : N ; - kry_zj_o_ch_en_A : A ; - kry_zj_o_ch_nik_N : N ; - kry_zj_o_ch_ni_ch_ka_N : N ; - krykvane_N : N ; - krykna_V : V ; - krynkam_V : V ; - krynkane_N : N ; - krypka_N : N ; - kryst_N : N ; - krystat_A : A ; - krysta_ch_ka_N : N ; - krysten_A : A ; - krystene_N : N ; - krystec_N : N ; - krystnik_N : N ; - krystnica_N : N ; - krystoviden_A : A ; - krystovi_sht_e_N : N ; - krystonosen_A : A ; - krystonosec_N : N ; - krystoobrazen_A : A ; - krystopyt_N : N ; - krystosan_A : A ; - krystosane_N : N ; - krystosvam_V : V ; - krystosvane_N : N ; - krystosva_ch__N : N ; - krystoska_N : N ; - krystoslovica_N : N ; - krystocveten_A : A ; - kryst_ch_e_N : N ; - kry_ch_ma_N : N ; - kry_ch_mar_N : N ; - kry_ch_marka_N : N ; - kry_ch_marnica_N : N ; - kry_ch_marski_A : A ; - kry_ch_marstvo_N : N ; - kry_sh_vam_V : V ; - kry_sh_vane_N : N ; - kry_sh_en_A : A ; - kry_sh_kam_V : V ; - kry_sh_kane_N : N ; - kry_sh_ka_ch__N : N ; - kry_sht_avam_V : V ; - kry_sht_avane_N : N ; - kry_sht_avka_N : N ; - kry_sht_elen_A : A ; - kry_sht_elnik_N : N ; - kry_sht_elnica_N : N ; - kry_sht_elni_ch_e_N : N ; - kry_sht_ene_N : N ; - kry_sht_enie_N : N ; - kr_ja_kam_V : V ; - kr_ja_kane_N : N ; - kr_ja_svam_V : V ; - kr_ja_svane_N : N ; - kr_ja_skam_V : V ; - kr_ja_skane_N : N ; - kr_ja_syk_N : N ; - ksenobiolog_N : N ; - ksenoman_N : N ; - ksenomani_ja__N : N ; - ksenon_N : N ; - ksenofob_N : N ; - ksenofobi_ja__N : N ; - kserograf_N : N ; - kserografi_ja__N : N ; - kserokopie_N : N ; - kseroks_N : N ; - ksilografi_ja__N : N ; - ksilofon_N : N ; - ktitorski_A : A ; - kub_N : N ; - kubatura_N : N ; - kube_N : N ; - kubizym_N : N ; - kubik_N : N ; - kubinec_N : N ; - kubinka_N : N ; - kubinski_A : A ; - kubi_ch_en_A : A ; - kubi_ch_eski_A : A ; - kuboviden_A : A ; - kub_ch_e_N : N ; - kuvejtka_N : N ; - kuvert_N : N ; - kuverta_N : N ; - kuvert_iu_ra_N : N ; - kudkud_ja_kam_V : V ; - kudkud_ja_kane_N : N ; - kuka_N : N ; - kukam_V : V ; - kukane_N : N ; - kuker_N : N ; - kukerski_A : A ; - kukerstvo_N : N ; - kuki_N : N ; - kuki_ch_ka_N : N ; - kukla_N : N ; - kuklen_A : A ; - kuklenski_A : A ; - kukli_ch_ka_N : N ; - kuklovod_N : N ; - kuklovodstvo_N : N ; - kuko_N : N ; - kukuvam_V : V ; - kukuvane_N : N ; - kukuvica_N : N ; - kukuvi_ch_i_A : A ; - kukum_ja_vka_N : N ; - kukurigam_V : V ; - kukurigane_N : N ; - kukuruz_N : N ; - kukuruzen_A : A ; - kukuruzi_sht_e_N : N ; - kukuruznik_N : N ; - kukuruzoreza_ch_ka_N : N ; - kukuruzorona_ch_ka_N : N ; - kukur_ja_k_N : N ; - kula_N : N ; - kulak_N : N ; - kula_ch_estvo_N : N ; - kula_sh_ki_A : A ; - kulinar_N : N ; - kulinaren_A : A ; - kulinari_ja__N : N ; - kulisa_N : N ; - kuli_ch_ka_N : N ; - kulminacionen_A : A ; - kulminaci_ja__N : N ; - kulminiram_V : V ; - kulminirane_N : N ; - kuloar_N : N ; - kult_N : N ; - kultivator_N : N ; - kultiviram_V : V ; - kultivirane_N : N ; - kultov_A : A ; - kultura_N : N ; - kulturen_A : A ; - kulturnoprosvetnik_N : N ; - kulturnost_N : N ; - kulturprosvetnik_N : N ; - kulturtreger_N : N ; - kum_N : N ; - kuma_N : N ; - kumanin_N : N ; - kumanka_N : N ; - kumec_N : N ; - kumir_N : N ; - kumica_N : N ; - kumov_A : A ; - kumstvo_N : N ; - kumuvam_V : V ; - kumuvane_N : N ; - kumulativen_A : A ; - kumulaci_ja__N : N ; - kum_ja__V : V ; - kundurd_zj_i_ja__N : N ; - kunka_N : N ; - kup_N : N ; - kupa_N : N ; - kupe_N : N ; - kupel_N : N ; - kupe_sh_ki_A : A ; - kupi_ch_ka_N : N ; - kupi_sht_e_N : N ; - kuplet_N : N ; - kupletist_N : N ; - kupletistka_N : N ; - kuplung_N : N ; - kupol_N : N ; - kupola_N : N ; - kupolen_A : A ; - kupoloviden_A : A ; - kupoloobrazen_A : A ; - kupon_N : N ; - kuponen_A : A ; - kupuvam_V : V ; - kupuvane_N : N ; - kupuva_ch__N : N ; - kupuva_ch_ka_N : N ; - kup_ch_e_N : N ; - kup_ch_ina_N : N ; - kup_ch_inka_N : N ; - kurabijka_N : N ; - kurabi_ja__N : N ; - kura_zj__N : N ; - kura_zj_lijka_N : N ; - kura_zj_li_ja__N : N ; - kurator_N : N ; - kurban_N : N ; - kurdisane_N : N ; - kurdisvam_V : V ; - kurdisvane_N : N ; - kure_sh_ka_N : N ; - kurier_N : N ; - kurierski_A : A ; - kurioz_N : N ; - kuriozen_A : A ; - kurkam_V : V ; - kurkane_N : N ; - kurnaz_N : N ; - kurnik_N : N ; - kurort_N : N ; - kurorten_A : A ; - kurortist_N : N ; - kurortistka_N : N ; - kurs_N : N ; - kursant_N : N ; - kursantka_N : N ; - kursiv_N : N ; - kursiven_A : A ; - kursist_N : N ; - kursistka_N : N ; - kursov_A : A ; - kursor_N : N ; - kurtizanin_N : N ; - kurtizanka_N : N ; - kurtka_N : N ; - kurtoazi_ja__N : N ; - kur_sh_um_N : N ; - kur_sh_umen_A : A ; - kusam_V : V ; - kusane_N : N ; - kusvam_V : V ; - kusvane_N : N ; - kuskus_N : N ; - kusur_N : N ; - kusurli_ja__N : N ; - kutijka_N : N ; - kuti_ja__N : N ; - kutre_N : N ; - kutsuz_N : N ; - kutsuzli_ja__N : N ; - kutsuzluk_N : N ; - kuturica_N : N ; - kufalnica_N : N ; - kufar_N : N ; - kuh_A : A ; - kuhina_N : N ; - kuhnenski_A : A ; - kuhni_ch_ka_N : N ; - kuhn_ja__N : N ; - kuc_A : A ; - kucam_V : V ; - kucane_N : N ; - kucukam_V : V ; - kucukane_N : N ; - ku_ch_a_V : V ; - ku_ch_e_N : N ; - ku_ch_ence_N : N ; - ku_ch_e_sh_ki_A : A ; - ku_ch_i_A : A ; - ku_ch_ka_N : N ; - ku_ch_kar_N : N ; - ku_ch_karnik_N : N ; - ku_sh_etka_N : N ; - khmerski_A : A ; - kydel_ja__N : N ; - kydrav_A : A ; - kydravost_N : N ; - kydrene_N : N ; - kydrica_N : N ; - kydrokos_A : A ; - kydr_ja__V : V ; - kyklica_N : N ; - kykli_ch_av_A : A ; - kykrene_N : N ; - kykr_ja__V : V ; - kylbence_N : N ; - kylbest_A : A ; - kylbestody_zj_doven_A : A ; - kylbo_N : N ; - kylboviden_A : A ; - kylboobrazen_A : A ; - kylb_ja__V : V ; - kylva_V : V ; - kylvane_N : N ; - kylva_ch__N : N ; - kylka_N : N ; - kylkol_ja__V : V ; - kyln_N : N ; - kylna_V : V ; - kylnene_N : N ; - kyln_ja__V : V ; - kyln_ja_emost_N : N ; - kylcam_V : V ; - kylcane_N : N ; - kyl_ch_a_V : V ; - kyl_ch_ene_N : N ; - kyl_ch_i_sht_en_A : A ; - kymping_N : N ; - kyna_N : N ; - kynka_N : N ; - kynkxor_N : N ; - kynkxorka_N : N ; - kynosvam_V : V ; - kynosvane_N : N ; - kynte_zj__N : N ; - kynt_ja__V : V ; - kypalen_A : A ; - kypaln_ja__N : N ; - kypane_N : N ; - kypina_N : N ; - kypinak_N : N ; - kypinov_A : A ; - kyp_ja__V : V ; - kyr_N : N ; - kyrvav_A : A ; - kyrvavica_N : N ; - kyrvavo_ch_erven_A : A ; - kyrvav_ja__V : V ; - kyrvene_N : N ; - kyrv_ja__V : V ; - kyrv_ja_syl_A : A ; - kyrd_zj_ali_ja__N : N ; - kyrkam_V : V ; - kyrkane_N : N ; - kyrka_ch__N : N ; - kyrkorene_N : N ; - kyrkor_ja__V : V ; - kyrle_zj__N : N ; - kyrma_N : N ; - kyrma_ch_e_N : N ; - kyrma_ch_ka_N : N ; - kyrmene_N : N ; - kyrmilka_N : N ; - kyrmilo_N : N ; - kyrmyzen_A : A ; - kyrm_ja__V : V ; - kyrpa_N : N ; - kyrpa_ch__N : N ; - kyrpe_zj__N : N ; - kyrpene_N : N ; - kyrpiko_zj_uh_N : N ; - kyrpi_ch_ka_N : N ; - kyrp_ja__V : V ; - kyrski_A : A ; - kyrt_N : N ; - kyrtene_N : N ; - kyrtica_N : N ; - kyrti_ch_i_A : A ; - kyrti_ch_ina_N : N ; - kyrtovski_A : A ; - kyrt_ja__V : V ; - kyr_sh_a_V : V ; - kys_A : A ; - kysam_V : V ; - kysane_N : N ; - kysvane_N : N ; - kysen_A : A ; - kysi_ch_yk_A : A ; - kysmet_N : N ; - kysmetlijka_N : N ; - kysmetli_ja__N : N ; - kysmet_ch_e_N : N ; - kysnozreen_A : A ; - kysovrat_A : A ; - kysovylnov_A : A ; - kysogled_A : A ; - kysogledstvo_N : N ; - kysokrak_A : A ; - kysometra_zj_en_A : A ; - kysopameten_A : A ; - kysopametstvo_N : N ; - kysopodstrigan_A : A ; - kysota_N : N ; - kysoumen_A : A ; - kysoceven_A : A ; - kys_ch_e_N : N ; - kyt_N : N ; - kytam_V : V ; - kytane_N : N ; - kyten_A : A ; - kytkam_V : V ; - kytkane_N : N ; - kytnik_N : N ; - kyt_ch_e_N : N ; - ky_ch__N : N ; - ky_sh_ej_N : N ; - ky_sht_a_N : N ; - ky_sht_en_A : A ; - ky_sht_ica_N : N ; - ky_sht_i_ch_ka_N : N ; - ky_sht_nik_N : N ; - ky_sht_oven_A : A ; - ky_sht_ovnik_N : N ; - ky_sht_ovnica_N : N ; - ky_sht_ovni_ch_estvo_N : N ; - ky_sht_urka_N : N ; - kxolnski_A : A ; - kxopav_A : A ; - kxopoolu_N : N ; - kxorav_A : A ; - kxork_iu_tuk_N : N ; - kxorfi_sh_ek_N : N ; - kxor_ch_o_N : N ; - kxosav_A : A ; - kxose_N : N ; - kxo_sh_e_N : N ; - k_iu_vetka_N : N ; - k_iu_loti_N : N ; - k_iu_l_ch_e_N : N ; - k_iu_mbe_N : N ; - k_iu_m_iu_r_N : N ; - k_iu_m_iu_rd_zj_i_ja__N : N ; - k_iu_nec_N : N ; - k_iu_p_N : N ; - k_iu_p_ch_e_N : N ; - k_iu_rd_N : N ; - k_iu_rdski_A : A ; - k_iu_re_N : N ; - k_iu_rk_ch_i_ja__N : N ; - k_iu_rtiram_V : V ; - k_iu_rtirane_N : N ; - k_iu_spe_N : N ; - k_iu_stendilka_N : N ; - k_iu_tuk_N : N ; - k_iu_t_iu_k_N : N ; - k_iu_fte_N : N ; - k_iu__ch_ek_N : N ; - k_ja_r_N : N ; - k_ja_ruvam_V : V ; - k_ja_ruvane_N : N ; - labialen_A : A ; - labilen_A : A ; - labilnost_N : N ; - labirint_N : N ; - laborant_N : N ; - laborantka_N : N ; - laboratoren_A : A ; - laboratori_ja__N : N ; - labrador_N : N ; - lava_N : N ; - lavandula_N : N ; - lavandulov_A : A ; - lavvane_N : N ; - lavina_N : N ; - lavinoobrazen_A : A ; - laviram_V : V ; - lavirane_N : N ; - lavica_N : N ; - lavka_N : N ; - lavkad_zj_i_ja__N : N ; - lavra_N : N ; - lavrov_A : A ; - lavronosec_N : N ; - lavyr_N : N ; - lager_N : N ; - lageren_A : A ; - lagernik_N : N ; - lagerni_ch_ka_N : N ; - lageruvam_V : V ; - lageruvane_N : N ; - laguna_N : N ; - ladi_ja__N : N ; - laene_N : N ; - lazaren_A : A ; - lazaret_N : N ; - lazareten_A : A ; - lazarka_N : N ; - lazarnik_N : N ; - lazaruvam_V : V ; - lazaruvane_N : N ; - lazene_N : N ; - lazer_N : N ; - lazeren_A : A ; - lazur_N : N ; - lazuren_A : A ; - lazurnosin_A : A ; - laz_ja__V : V ; - laik_N : N ; - lai_ch_eski_A : A ; - laj_N : N ; - lajvam_V : V ; - lajvane_N : N ; - lajka_N : N ; - lajku_ch_ka_N : N ; - lajner_N : N ; - lajtmotiv_N : N ; - lak_N : N ; - lakej_N : N ; - lakejni_ch_a_V : V ; - lakejni_ch_eski_A : A ; - lakejni_ch_estvo_N : N ; - lakejski_A : A ; - lakejstvam_V : V ; - lakejstvane_N : N ; - lakejstvo_N : N ; - lakiram_V : V ; - lakirane_N : N ; - lakirovka_N : N ; - lakmus_N : N ; - lakmusov_A : A ; - lakov_A : A ; - lakom_A : A ; - lakomene_N : N ; - lakomec_N : N ; - lakomi_ja__N : N ; - lakomnik_N : N ; - lakomnica_N : N ; - lakomstvo_N : N ; - lakom_sht_ina_N : N ; - lakom_ja__V : V ; - lakonizym_N : N ; - lakoni_ch_en_A : A ; - lakoni_ch_nost_N : N ; - lakta_N : N ; - laktaci_ja__N : N ; - laktoza_N : N ; - laktometyr_N : N ; - lakyrdi_ja__N : N ; - lakyt_N : N ; - lakyten_A : A ; - lala_N : N ; - lalad_zj_ijstvo_N : N ; - lalad_zj_i_ja__N : N ; - lale_N : N ; - laluger_N : N ; - lama_N : N ; - laman_sh_ki_A : A ; - lamarina_N : N ; - lamarinen_A : A ; - lambada_N : N ; - lamela_N : N ; - lamelen_A : A ; - laminiram_V : V ; - laminirane_N : N ; - lampa_N : N ; - lampen_A : A ; - lamperi_ja__N : N ; - lampion_N : N ; - lampi_ch_ka_N : N ; - lampov_A : A ; - lamte_zj__N : N ; - lamtene_N : N ; - lamt_ja__V : V ; - lam_ja__N : N ; - landgraf_N : N ; - land_sh_aft_N : N ; - lanec_N : N ; - lankasterski_A : A ; - lansiram_V : V ; - lansirane_N : N ; - lanski_A : A ; - lancetnik_N : N ; - lancetoviden_A : A ; - lan_sh_en_A : A ; - laosec_N : N ; - laoski_A : A ; - lapa_N : N ; - lapavica_N : N ; - lapad_N : N ; - lapadov_A : A ; - lapam_V : V ; - lapane_N : N ; - laparotomi_ja__N : N ; - lapvam_V : V ; - lapvane_N : N ; - lapidaren_A : A ; - lapi_ch_ka_N : N ; - laplandec_N : N ; - laplandka_N : N ; - laplandski_A : A ; - lapni_sh_aran_N : N ; - laptop_N : N ; - larva_N : N ; - largo_N : N ; - laringalen_A : A ; - laringit_N : N ; - laringolog_N : N ; - laringologi_ja__N : N ; - laringoskop_N : N ; - laringoskopi_ja__N : N ; - laringofon_N : N ; - larinks_N : N ; - laska_N : N ; - laskav_A : A ; - laskavost_N : N ; - laskaene_N : N ; - laskatel_N : N ; - laskatelen_A : A ; - laskatelka_N : N ; - laskatelstvam_V : V ; - laskatelstvane_N : N ; - laskatelstvo_N : N ; - laska_ja__V : V ; - laso_N : N ; - lastik_N : N ; - lasti_ch_en_A : A ; - lastovi_ch_en_A : A ; - lastovi_ch_i_A : A ; - lastuna_N : N ; - latviec_N : N ; - latvijka_N : N ; - latvijski_A : A ; - lateks_N : N ; - latenten_A : A ; - latentnost_N : N ; - lateralen_A : A ; - laterna_N : N ; - laternad_zj_i_ja__N : N ; - latinec_N : N ; - latiniziram_V : V ; - latinizirane_N : N ; - latinizym_N : N ; - latinist_N : N ; - latinistka_N : N ; - latinica_N : N ; - latinka_N : N ; - latinoamerikanec_N : N ; - latinoamerikanski_A : A ; - latinski_A : A ; - latituda_N : N ; - latifundi_ja__N : N ; - laureat_N : N ; - laureatka_N : N ; - laureatski_A : A ; - laureatstvo_N : N ; - laf_N : N ; - lafet_N : N ; - lafuvane_N : N ; - la_ch_en_A : A ; - la_sh_kam_V : V ; - la_sh_kane_N : N ; - la_ja__V : V ; - lebed_N : N ; - lebedka_N : N ; - lebedov_A : A ; - leblebi_ja__N : N ; - lev_N : N ; - levak_N : N ; - leva_ch_ka_N : N ; - leva_sh_ki_A : A ; - levga_N : N ; - levent_N : N ; - levica_N : N ; - levi_ch_ar_N : N ; - levi_ch_arski_A : A ; - levi_ch_arstvo_N : N ; - levkemi_ja__N : N ; - levkoza_N : N ; - levkoma_N : N ; - levkocit_N : N ; - levkocitoza_N : N ; - levov_A : A ; - levosektant_N : N ; - levosektantka_N : N ; - levosektantski_A : A ; - levosektantstvo_N : N ; - legalen_A : A ; - legalizaci_ja__N : N ; - legaliziram_V : V ; - legaliziran_A : A ; - legalizirane_N : N ; - legalnost_N : N ; - legalo_N : N ; - legat_A : A ; - legato_N : N ; - legacionen_A : A ; - legaci_ja__N : N ; - legen_N : N ; - legenda_N : N ; - legendaren_A : A ; - legendarnost_N : N ; - legen_ch_e_N : N ; - legion_N : N ; - legioner_N : N ; - legionerski_A : A ; - legitimaci_ja__N : N ; - legitimen_A : A ; - legitimizym_N : N ; - legitimiram_V : V ; - legitimirane_N : N ; - legitimnost_N : N ; - legi_ja__N : N ; - leglo_N : N ; - legna_V : V ; - legovi_sht_e_N : N ; - led_N : N ; - leden_A : A ; - ledene_ja__V : V ; - ledenina_N : N ; - ledenostuden_A : A ; - lednik_N : N ; - lednikov_A : A ; - lednica_N : N ; - ledovit_A : A ; - ledokop_N : N ; - ledorazbiva_ch__N : N ; - ledohod_N : N ; - leene_N : N ; - le_zj_a_V : V ; - le_zj_ane_N : N ; - le_zj_anka_N : N ; - le_zj_a_ch_ka_N : N ; - le_zj_a_sht__A : A ; - lejbgvardi_ja__N : N ; - lejbyrist_N : N ; - lejbyristka_N : N ; - lejbyristki_A : A ; - lejka_N : N ; - lejkoplast_N : N ; - lejtenant_N : N ; - lejtenantski_A : A ; - lek_A : A ; - lekar_N : N ; - lekarka_N : N ; - lekarski_A : A ; - lekarstven_A : A ; - lekarstvo_N : N ; - leke_N : N ; - leki_ch_yk_A : A ; - lekoatlet_N : N ; - lekoatleti_ch_eski_A : A ; - lekovat_A : A ; - lekoveren_A : A ; - lekoverie_N : N ; - lekovernost_N : N ; - lekovit_A : A ; - lekovitost_N : N ; - lekovodolaz_N : N ; - lekovodolazen_A : A ; - lekovyory_zj_en_A : A ; - lekokril_A : A ; - lekomislen_A : A ; - lekomislenost_N : N ; - lekomislie_N : N ; - lekonraven_A : A ; - lekonravie_N : N ; - lekopodvi_zj_en_A : A ; - lekost_N : N ; - lekota_N : N ; - lekotovaren_A : A ; - lekoumen_A : A ; - lekoumie_N : N ; - leksika_N : N ; - leksikalen_A : A ; - leksikograf_N : N ; - leksikografi_ja__N : N ; - leksikografka_N : N ; - leksikografski_A : A ; - leksikolog_N : N ; - leksikologi_ja__N : N ; - leksikon_N : N ; - leksi_ch_eski_A : A ; - lektor_N : N ; - lektorat_N : N ; - lektori_ja__N : N ; - lektorka_N : N ; - lektorski_A : A ; - lekuvam_V : V ; - lekuvane_N : N ; - lekcionen_A : A ; - lekci_ja__N : N ; - lek_ja_svam_V : V ; - lek_ja_svane_N : N ; - lele_ja__V : V ; - lelka_N : N ; - lel_ja__N : N ; - leme_zj_en_A : A ; - lemur_N : N ; - len_N : N ; - lenen_A : A ; - leniv_A : A ; - lenivec_N : N ; - lenivka_N : N ; - lenivost_N : N ; - leninec_N : N ; - leninizym_N : N ; - leninist_N : N ; - leninistka_N : N ; - leninski_A : A ; - leni_sht_e_N : N ; - lenoproizvoditel_N : N ; - lenoproizvoditelen_A : A ; - lenoproizvoditelka_N : N ; - lenost_N : N ; - lenta_N : N ; - lenti_ch_ka_N : N ; - lentov_A : A ; - lentoviden_A : A ; - lent_ja_j_N : N ; - lent_ja_jka_N : N ; - lent_ja_jski_A : A ; - lent_ja_jstvam_V : V ; - lent_ja_jstvane_N : N ; - lent_ja_jstvo_N : N ; - lent_ja_jstvuvam_V : V ; - lent_ja_jstvuvane_N : N ; - len_ja__V : V ; - leopard_N : N ; - leopardov_A : A ; - lepvam_V : V ; - lepvane_N : N ; - lepene_N : N ; - lepenka_N : N ; - lepilo_N : N ; - lepka_N : N ; - lepkav_A : A ; - lepkavina_N : N ; - lepkavost_N : N ; - lepliv_A : A ; - leplivost_N : N ; - lepne_sht__A : A ; - lepta_N : N ; - lep_ja__V : V ; - les_N : N ; - lesa_N : N ; - lesbijka_N : N ; - lesbijski_A : A ; - lesbijstvo_N : N ; - lesbos_N : N ; - lesen_A : A ; - leska_N : N ; - leskov_A : A ; - leskovina_N : N ; - lesnina_N : N ; - lesni_ch_ej_N : N ; - lesni_ch_ejski_A : A ; - lesni_ch_ejstvo_N : N ; - lesnovyzbudim_A : A ; - lesnodosti_zj_im_A : A ; - lesnodostypen_A : A ; - lesnozapalim_A : A ; - lesnoosy_sht_estvim_A : A ; - lesnoposti_zj_im_A : A ; - lesnorazbiraem_A : A ; - lesnorazre_sh_im_A : A ; - lesnota_N : N ; - lesnoti_ja__N : N ; - lesovyd_N : N ; - lesovyden_A : A ; - lesovydstvo_N : N ; - lesoza_sht_ita_N : N ; - lesoza_sht_iten_A : A ; - letalen_A : A ; - letargi_ch_en_A : A ; - letargi_ja__N : N ; - letatelen_A : A ; - letva_N : N ; - letvi_ch_ka_N : N ; - lete_zj__N : N ; - leten_A : A ; - letene_N : N ; - letec_N : N ; - leti_sht_e_N : N ; - leti_sht_en_A : A ; - letliv_A : A ; - letlivost_N : N ; - letobroene_N : N ; - letobroenie_N : N ; - letovi_sht_e_N : N ; - letovi_sht_en_A : A ; - letovnik_N : N ; - letovni_ch_ka_N : N ; - letopis_N : N ; - letopisec_N : N ; - leto_ch_islenie_N : N ; - letuvam_V : V ; - letuvane_N : N ; - letu_ch_ka_N : N ; - let_ja__V : V ; - lefer_N : N ; - leha_N : N ; - lehoobrazuvane_N : N ; - lehusa_N : N ; - le_ch_eben_A : A ; - le_ch_ebnik_N : N ; - le_ch_ebnica_N : N ; - le_ch_ebnost_N : N ; - le_ch_enie_N : N ; - le_ch_imost_N : N ; - le_ch_itel_N : N ; - le_ch_itelen_A : A ; - le_ch_itelka_N : N ; - le_ch_itelski_A : A ; - le_sh__N : N ; - le_sh_nik_N : N ; - le_sh_nikov_A : A ; - le_sh_nikotro_sh_a_ch_ka_N : N ; - le_sh_o_ja_d_N : N ; - le_sh_o_ja_den_A : A ; - le_sht_a_N : N ; - le_sht_ak_N : N ; - le_sht_arka_N : N ; - le_sht_en_A : A ; - le_sht_enka_N : N ; - le_sht_oviden_A : A ; - le_ja__V : V ; - le_ja_r_N : N ; - le_ja_ren_A : A ; - le_ja_rna_N : N ; - le_ja_rnica_N : N ; - le_ja_rski_A : A ; - le_ja_rstvo_N : N ; - liana_N : N ; - libe_N : N ; - libela_N : N ; - liberal_N : N ; - liberalen_A : A ; - liberaliziram_V : V ; - liberalizirane_N : N ; - liberalizym_N : N ; - liberalisti_ch_en_A : A ; - liberalni_ch_a_V : V ; - liberalnost_N : N ; - libido_N : N ; - libiec_N : N ; - libijka_N : N ; - libijski_A : A ; - libraci_ja__N : N ; - libretist_N : N ; - libretistka_N : N ; - libreto_N : N ; - livada_N : N ; - livaden_A : A ; - livanec_N : N ; - livanka_N : N ; - livanski_A : A ; - livvam_V : V ; - livvane_N : N ; - livre_ja__N : N ; - livyrpulski_A : A ; - liga_N : N ; - ligav_A : A ; - ligavene_N : N ; - ligavina_N : N ; - ligavica_N : N ; - ligavnik_N : N ; - ligavni_ch_e_N : N ; - ligavost_N : N ; - ligav_ch_e_N : N ; - ligav_sht_ina_N : N ; - ligav_ja__V : V ; - ligatura_N : N ; - ligla_N : N ; - liglxo_N : N ; - lignin_N : N ; - lignit_N : N ; - ligniten_A : A ; - lider_N : N ; - li_zj_a_V : V ; - li_zj_ene_N : N ; - lizane_N : N ; - lizvam_V : V ; - lizvane_N : N ; - lizing_N : N ; - lizingov_A : A ; - lik_N : N ; - lika_N : N ; - likantropi_ja__N : N ; - likvidator_N : N ; - likvidatorski_A : A ; - likvidacionen_A : A ; - likvidaci_ja__N : N ; - likviden_A : A ; - likvidiram_V : V ; - likvidirane_N : N ; - likvidnost_N : N ; - liko_N : N ; - likov_A : A ; - liktorski_A : A ; - likuvam_V : V ; - likuvane_N : N ; - likxor_N : N ; - likxoren_A : A ; - lilav_A : A ; - liliev_A : A ; - liliecveten_A : A ; - liliput_N : N ; - liliputski_A : A ; - lili_ja__N : N ; - limba_N : N ; - limburganski_A : A ; - limit_N : N ; - limiten_A : A ; - limon_N : N ; - limonada_N : N ; - limonadad_zj_i_ja__N : N ; - limonaden_A : A ; - limonen_A : A ; - limoneno_zj_ylt_A : A ; - limonit_N : N ; - limonov_A : A ; - limonopodoben_A : A ; - limontozu_N : N ; - limuzina_N : N ; - limfa_N : N ; - limfati_ch_en_A : A ; - limfen_A : A ; - lin_N : N ; - lingalski_A : A ; - lingvist_N : N ; - lingvistika_N : N ; - lingvisti_ch_en_A : A ; - lingvisti_ch_eski_A : A ; - lingvistka_N : N ; - lineal_N : N ; - lineen_A : A ; - lineene_N : N ; - linejka_N : N ; - linejnost_N : N ; - line_ja__V : V ; - linijka_N : N ; - liniram_V : V ; - linirane_N : N ; - lini_ja__N : N ; - linoleum_N : N ; - linotip_N : N ; - linotipen_A : A ; - linotipistka_N : N ; - linotipi_ja__N : N ; - linter_N : N ; - lin_ch__N : N ; - lin_ch_uvam_V : V ; - lin_ch_uvane_N : N ; - lipa_N : N ; - lipak_N : N ; - lipov_A : A ; - lipsa_N : N ; - lipsvam_V : V ; - lipsvane_N : N ; - lira_N : N ; - lirizym_N : N ; - lirik_N : N ; - lirika_N : N ; - liri_ch_en_A : A ; - liri_ch_eski_A : A ; - liri_ch_ka_N : N ; - liri_ch_nost_N : N ; - liroepi_ch_en_A : A ; - lis_A : A ; - lisa_N : N ; - lisabonka_N : N ; - lisana_N : N ; - lisansie_N : N ; - lisvam_V : V ; - lisvane_N : N ; - lisica_N : N ; - lisi_ch_ar_N : N ; - lisi_ch_e_N : N ; - lisi_ch_i_A : A ; - liskam_V : V ; - liskane_N : N ; - list_N : N ; - listak_N : N ; - listat_A : A ; - listvenica_N : N ; - listen_A : A ; - listence_N : N ; - listest_A : A ; - listec_N : N ; - listing_N : N ; - listnat_A : A ; - listnik_N : N ; - listo_N : N ; - listov_A : A ; - listoviden_A : A ; - listovka_N : N ; - listopad_N : N ; - listopaden_A : A ; - listopodava_sht__A : A ; - listo_ja_d_N : N ; - list_ch_e_N : N ; - lisuger_N : N ; - litavra_N : N ; - litani_ja__N : N ; - litvam_V : V ; - litvane_N : N ; - litvanec_N : N ; - litvanski_A : A ; - literator_N : N ; - literatorka_N : N ; - literatorski_A : A ; - literatorstvo_N : N ; - literatura_N : N ; - literaturen_A : A ; - literaturnost_N : N ; - literaturoved_N : N ; - literaturovedka_N : N ; - literaturovedski_A : A ; - literaturoznanie_N : N ; - literaci_ja__N : N ; - litij_N : N ; - litovec_N : N ; - litovka_N : N ; - litovski_A : A ; - litograf_N : N ; - litografiram_V : V ; - litografirane_N : N ; - litografi_ch_en_A : A ; - litografi_ch_eski_A : A ; - litografi_ja__N : N ; - litografski_A : A ; - litologi_ja__N : N ; - litosfera_N : N ; - litotomi_ja__N : N ; - litra_zj__N : N ; - liturgi_ch_en_A : A ; - liturgi_ch_eski_A : A ; - liturgi_ja__N : N ; - lityr_N : N ; - lift_N : N ; - lihva_N : N ; - lihvar_N : N ; - lihvarin_N : N ; - lihvarka_N : N ; - lihvarski_A : A ; - lihvarstvo_N : N ; - lihven_A : A ; - lihvonosen_A : A ; - lice_N : N ; - licev_A : A ; - liceen_A : A ; - licej_N : N ; - licemer_N : N ; - licemeren_A : A ; - licemerie_N : N ; - licemerka_N : N ; - licemerstvam_V : V ; - licemerstvane_N : N ; - licemerstvo_N : N ; - licemerstvuvam_V : V ; - licemerstvuvane_N : N ; - licemer_ja__V : V ; - licenz_N : N ; - licenzen_A : A ; - licenzionen_A : A ; - licenziram_V : V ; - licenziran_A : A ; - licenzirane_N : N ; - licenzi_ja__N : N ; - licepri_ja_tie_N : N ; - li_ch_a_V : V ; - li_ch_avam_V : V ; - li_ch_ba_N : N ; - li_ch_en_A : A ; - li_ch_inka_N : N ; - li_ch_nost_N : N ; - li_ch_nosten_A : A ; - li_sh_avam_V : V ; - li_sh_avane_N : N ; - li_sh_ej_N : N ; - li_sh_en_A : A ; - li_sh_enie_N : N ; - loben_A : A ; - lobirane_N : N ; - lobist_N : N ; - loboda_N : N ; - lobut_N : N ; - lov_N : N ; - lovd_zj_ijka_N : N ; - lovd_zj_ijski_A : A ; - lovd_zj_i_ja__N : N ; - loven_A : A ; - lovene_N : N ; - lovec_N : N ; - lovitba_N : N ; - lovkost_N : N ; - lovuvam_V : V ; - lovuvane_N : N ; - lovyk_A : A ; - logaritmi_ch_en_A : A ; - logaritym_N : N ; - logik_N : N ; - logika_N : N ; - logi_ch_en_A : A ; - logi_ch_eski_A : A ; - logi_ch_nost_N : N ; - logo_N : N ; - logopati_ja__N : N ; - logoped_N : N ; - logopedi_ja__N : N ; - lodka_N : N ; - lodkar_N : N ; - lodkarka_N : N ; - lodkarski_A : A ; - lod_ch_ica_N : N ; - loen_A : A ; - lo_zj_a_N : N ; - lo_zj_e_N : N ; - loza_N : N ; - lozanski_A : A ; - lozar_N : N ; - lozarski_A : A ; - lozarstvo_N : N ; - loze_N : N ; - lozina_N : N ; - loznica_N : N ; - lozov_A : A ; - lozung_N : N ; - lozungad_zj_i_ja__N : N ; - loj_N : N ; - lokal_N : N ; - lokalen_A : A ; - lokalizaci_ja__N : N ; - lokaliziram_V : V ; - lokalizirane_N : N ; - lokam_V : V ; - lokane_N : N ; - lokator_N : N ; - lokva_N : N ; - lokomotiv_N : N ; - lokomotiven_A : A ; - lokomotoren_A : A ; - lokum_N : N ; - lom_N : N ; - lombarden_A : A ; - lomotene_N : N ; - lomot_ja__V : V ; - lom_ja__V : V ; - longoz_N : N ; - londonski_A : A ; - london_ch_anin_N : N ; - london_ch_anka_N : N ; - lono_N : N ; - lopata_N : N ; - lopatar_N : N ; - lopatka_N : N ; - lord_N : N ; - lornet_N : N ; - los_N : N ; - losion_N : N ; - lost_N : N ; - lostov_A : A ; - lot_N : N ; - lotarien_A : A ; - lotari_ja__N : N ; - loto_N : N ; - lotos_N : N ; - locman_N : N ; - locmanski_A : A ; - lo_ch_a_V : V ; - lo_sh__A : A ; - lo_sh_av_A : A ; - lo_sh_avina_N : N ; - lo_sh_oka_ch_estven_A : A ; - lo_sh_oka_ch_estvenost_N : N ; - lo_sh_ota_N : N ; - lo_sh_oti_ja__N : N ; - lo_ja_len_A : A ; - lo_ja_lnost_N : N ; - lo_ja_sam_V : V ; - lo_ja_sane_N : N ; - lo_ja_svam_V : V ; - lo_ja_svane_N : N ; - luga_N : N ; - lugav_A : A ; - luga_ch_ka_N : N ; - lud_A : A ; - ludetina_N : N ; - lude_sh_ki_A : A ; - lude_ja__V : V ; - ludnica_N : N ; - ludori_ja__N : N ; - ludost_N : N ; - luduvam_V : V ; - luduvane_N : N ; - luk_N : N ; - lukav_A : A ; - lukavec_N : N ; - lukavost_N : N ; - lukavstvam_V : V ; - lukavstvane_N : N ; - lukavstvo_N : N ; - lukav_sht_ina_N : N ; - lukanka_N : N ; - lukov_A : A ; - lukovica_N : N ; - lukovi_ch_en_A : A ; - lukrativen_A : A ; - luks_N : N ; - luksaci_ja__N : N ; - luksozen_A : A ; - lula_N : N ; - lumbago_N : N ; - lumbagov_A : A ; - lumvam_V : V ; - lumvane_N : N ; - luminal_N : N ; - luminescenten_A : A ; - luminescentnost_N : N ; - luminescenci_ja__N : N ; - lumpen_N : N ; - lumpeniziran_A : A ; - luna_N : N ; - lunav_A : A ; - lunapark_N : N ; - lunatizym_N : N ; - lunatik_N : N ; - lunati_ch_ka_N : N ; - lunen_A : A ; - luni_ch_av_A : A ; - luni_ch_ka_N : N ; - lunohod_N : N ; - lupa_N : N ; - lupam_V : V ; - lupane_N : N ; - lupanica_N : N ; - lupvam_V : V ; - lupvane_N : N ; - luping_N : N ; - lustro_N : N ; - lustrosane_N : N ; - lustrosvam_V : V ; - lustrosvane_N : N ; - lutam_V : V ; - lutane_N : N ; - lutanica_N : N ; - luft_N : N ; - lu_ch_en_A : A ; - lu_ch_nik_N : N ; - lyv_N : N ; - lyvica_N : N ; - lyvski_A : A ; - lyv_ch_e_N : N ; - lygane_N : N ; - lygot_ja__V : V ; - ly_zj_a_V : V ; - ly_zj_edemokraci_ja__N : N ; - ly_zj_eklasicizym_N : N ; - ly_zj_eklasi_ch_eski_A : A ; - ly_zj_emoralen_A : A ; - ly_zj_ene_N : N ; - ly_zj_eprorok_N : N ; - ly_zj_esvidetel_N : N ; - ly_zj_esvidetelka_N : N ; - ly_zj_esvidetelstvam_V : V ; - ly_zj_esvidetelstvane_N : N ; - ly_zj_esvidetelstvo_N : N ; - ly_zj_esvidetelstvuvam_V : V ; - ly_zj_esvidetelstvuvane_N : N ; - ly_zj_efilosofi_ja__N : N ; - ly_zj_ec_N : N ; - ly_zj_ica_N : N ; - ly_zj_i_ch_ka_N : N ; - ly_zj_kin_ja__N : N ; - ly_zj_la_N : N ; - ly_zj_liv_A : A ; - ly_zj_livost_N : N ; - ly_zj_lxo_N : N ; - ly_zj_oven_A : A ; - ly_zj_ovnost_N : N ; - lyk_N : N ; - lyka_N : N ; - lykatu_sh_a_V : V ; - lykatu_sh_en_A : A ; - lykatu_sh_ene_N : N ; - lykov_A : A ; - lykoviden_A : A ; - lysvam_V : V ; - lysvane_N : N ; - lyskav_A : A ; - lyskavina_N : N ; - lyskavost_N : N ; - lyskam_V : V ; - lyskane_N : N ; - lyska_ch__N : N ; - lystiv_A : A ; - lyh_N : N ; - lyham_V : V ; - lyhane_N : N ; - lyhvam_V : V ; - lyhvane_N : N ; - lyhna_V : V ; - lyht_ja__V : V ; - ly_ch__N : N ; - ly_ch_a_V : V ; - ly_ch_ev_A : A ; - ly_ch_ezaren_A : A ; - ly_ch_ezarnost_N : N ; - ly_ch_eizpuskane_N : N ; - ly_ch_enie_N : N ; - ly_ch_eobrazen_A : A ; - ly_ch_ist_A : A ; - ly_sht__ja__V : V ; - lxohman_N : N ; - l_iu_bveobilen_A : A ; - l_iu_bveobilnost_N : N ; - l_iu_bezen_A : A ; - l_iu_bezni_ch_a_V : V ; - l_iu_beznost_N : N ; - l_iu_bene_N : N ; - l_iu_benica_N : N ; - l_iu_bim_A : A ; - l_iu_bimec_N : N ; - l_iu_bimka_N : N ; - l_iu_bitel_N : N ; - l_iu_bitelka_N : N ; - l_iu_bitelski_A : A ; - l_iu_bitelstvo_N : N ; - l_iu_bov_N : N ; - l_iu_boven_A : A ; - l_iu_bovnik_N : N ; - l_iu_bovnica_N : N ; - l_iu_bodejstvuvam_V : V ; - l_iu_bodejstvuvane_N : N ; - l_iu_boznanie_N : N ; - l_iu_boznatelen_A : A ; - l_iu_boznatelnost_N : N ; - l_iu_bopiten_A : A ; - l_iu_bopitstvam_V : V ; - l_iu_bopitstvane_N : N ; - l_iu_bopitstvo_N : N ; - l_iu_bopitstvuvam_V : V ; - l_iu_bopitstvuvane_N : N ; - l_iu_buvam_V : V ; - l_iu_buvane_N : N ; - l_iu_b_ja__V : V ; - l_iu_doed_N : N ; - l_iu_doedstvo_N : N ; - l_iu_do_ja_dec_N : N ; - l_iu_dski_A : A ; - l_iu_k_N : N ; - l_iu_kov_A : A ; - l_iu_ksemburgski_A : A ; - l_iu_leene_N : N ; - l_iu_le_ja__V : V ; - l_iu_lka_N : N ; - l_iu_lkam_V : V ; - l_iu_lkane_N : N ; - l_iu_l_ch_en_A : A ; - l_iu_l_ch_in_A : A ; - l_iu_l_ja_k_N : N ; - l_iu_l_ja_kov_A : A ; - l_iu_pene_N : N ; - l_iu_piln_ja__N : N ; - l_iu_p_ja__V : V ; - l_iu_spa_N : N ; - l_iu_spest_A : A ; - l_iu_t_A : A ; - l_iu_tene_N : N ; - l_iu_tenica_N : N ; - l_iu_teranski_A : A ; - l_iu_teranstvo_N : N ; - l_iu_tiv_A : A ; - l_iu_tivina_N : N ; - l_iu_tika_N : N ; - l_iu_tikov_A : A ; - l_iu_tina_N : N ; - l_iu_ti_ch_e_N : N ; - l_iu_tn_ja__N : N ; - l_iu_t_ja__V : V ; - l_iu_cerna_N : N ; - l_iu_cernov_A : A ; - l_iu__sh_vam_V : V ; - l_iu__sh_vane_N : N ; - l_iu__sh_kam_V : V ; - l_iu__sh_kane_N : N ; - l_iu__sh_kanica_N : N ; - l_iu__sht_ene_N : N ; - l_iu__sht__ja__V : V ; - l_ja_v_A : A ; - l_ja_vosto_ja__sht__A : A ; - l_ja_gam_V : V ; - l_ja_gane_N : N ; - l_ja_stovica_N : N ; - l_ja_stovi_ch_e_N : N ; - l_ja_stovi_ch_i_A : A ; - l_ja_stovi_ch_ka_N : N ; - l_ja_to_N : N ; - l_ja_to_sh_en_A : A ; - mavzolej_N : N ; - mavritanec_N : N ; - mavritanka_N : N ; - mavritanski_A : A ; - mavrud_N : N ; - mavyr_N : N ; - mag_N : N ; - magazin_N : N ; - magaziner_N : N ; - magazinerka_N : N ; - magazin_ch_e_N : N ; - magazi_ja__N : N ; - magan_N : N ; - magare_N : N ; - magarence_N : N ; - magaretar_N : N ; - magare_sh_ki_A : A ; - magare_sht_ina_N : N ; - magarica_N : N ; - magari_ja__N : N ; - magdanoz_N : N ; - magistrala_N : N ; - magistralen_A : A ; - magistrat_N : N ; - magistratura_N : N ; - magistyr_N : N ; - magistyrski_A : A ; - magi_ch_eski_A : A ; - magi_ja__N : N ; - magma_N : N ; - magmen_A : A ; - magnat_N : N ; - magneziev_A : A ; - magnezij_N : N ; - magnezit_N : N ; - magnetiziram_V : V ; - magnetizirane_N : N ; - magnetizym_N : N ; - magnetit_N : N ; - magneti_ch_en_A : A ; - magneti_ch_nost_N : N ; - magnetofon_N : N ; - magnetofonen_A : A ; - magnij_N : N ; - magnit_N : N ; - magniten_A : A ; - magnitnoelektri_ch_eski_A : A ; - magnitoskop_N : N ; - magnitofon_N : N ; - magnoli_ja__N : N ; - magxosen_A : A ; - magxosnik_N : N ; - magxosnica_N : N ; - magxosni_ch_eski_A : A ; - magxosni_ch_estvo_N : N ; - madagaskarec_N : N ; - madagaskarka_N : N ; - madagaskarski_A : A ; - madama_N : N ; - madejra_N : N ; - mad_zj_ar_N : N ; - mad_zj_arin_N : N ; - mad_zj_arka_N : N ; - mad_zj_arski_A : A ; - mad_zj_un_N : N ; - mad_zj_unen_A : A ; - mad_zj_uniram_V : V ; - mad_zj_unirane_N : N ; - madona_N : N ; - maestro_N : N ; - ma_zj_a_V : V ; - ma_zj_or_N : N ; - ma_zj_oren_A : A ; - ma_zj_oritaren_A : A ; - maza_N : N ; - mazane_N : N ; - maza_ch__N : N ; - mazvam_V : V ; - mazvane_N : N ; - mazgal_N : N ; - maze_N : N ; - mazen_A : A ; - mazilka_N : N ; - mazilo_N : N ; - mazna_V : V ; - maznene_N : N ; - maznik_N : N ; - maznina_N : N ; - maznica_N : N ; - maznost_N : N ; - mazn_ja__V : V ; - mazol_N : N ; - mazolest_A : A ; - mazohizym_N : N ; - mazohist_N : N ; - mazohisti_ch_en_A : A ; - mazohistka_N : N ; - mazurka_N : N ; - mazut_N : N ; - majka_N : N ; - majkoubijstvo_N : N ; - majmuna_N : N ; - majmund_zj_ilyk_N : N ; - majmunka_N : N ; - majmunopodoben_A : A ; - majmunski_A : A ; - majmun_ja__V : V ; - majmun_ja_k_N : N ; - majna_N : N ; - majolika_N : N ; - majoneza_N : N ; - major_N : N ; - majorski_A : A ; - majski_A : A ; - majstor_N : N ; - majstori_ja__N : N ; - majstorka_N : N ; - majstorlyk_N : N ; - majstorski_A : A ; - majstorstvo_N : N ; - majstor_ja__V : V ; - majtap_N : N ; - majtap_ch_ijka_N : N ; - majtap_ch_ijski_A : A ; - majtap_ch_i_ja__N : N ; - majtap_ja__V : V ; - maj_ch_in_A : A ; - maj_ch_ini_ja__N : N ; - maj_ch_inski_A : A ; - maj_ch_instvo_N : N ; - maj_ch_ica_N : N ; - maj_ch_i_ch_ka_N : N ; - mak_N : N ; - makadam_N : N ; - makadamov_A : A ; - makak_N : N ; - makara_N : N ; - makaron_N : N ; - makedonski_A : A ; - maket_N : N ; - maketen_A : A ; - makiavelizym_N : N ; - makiavelist_N : N ; - makiavelisti_ch_eski_A : A ; - makiavelski_A : A ; - makov_A : A ; - makroezik_N : N ; - makrokosmi_ch_en_A : A ; - makrokosmos_N : N ; - makros_N : N ; - makroskopi_ch_en_A : A ; - maksima_N : N ; - maksimalen_A : A ; - maksimalist_N : N ; - maksimalistka_N : N ; - maksimiziram_V : V ; - maksimizirane_N : N ; - maksimum_N : N ; - malaga_N : N ; - malaec_N : N ; - malajka_N : N ; - malajski_A : A ; - malak_N : N ; - malama_sh_ka_N : N ; - malarien_A : A ; - malari_ch_en_A : A ; - malari_ja__N : N ; - mala_ch_e_N : N ; - mala_sh_evski_A : A ; - malga_sh_ka_N : N ; - maldivski_A : A ; - malina_N : N ; - malina_zj__N : N ; - malinak_N : N ; - malinar_N : N ; - malinarka_N : N ; - malinov_A : A ; - malinovka_N : N ; - malinovo_ch_erven_A : A ; - maloaziec_N : N ; - maloazijka_N : N ; - maloazijski_A : A ; - malobroen_A : A ; - malobrojnost_N : N ; - malova_zj_en_A : A ; - malova_zj_nost_N : N ; - maloverie_N : N ; - malovoden_A : A ; - malovodie_N : N ; - malovrysten_A : A ; - malogabariten_A : A ; - malogramoten_A : A ; - malogramotnost_N : N ; - malodu_sh_en_A : A ; - malodu_sh_ie_N : N ; - maloimoten_A : A ; - malokalibren_A : A ; - malokryven_A : A ; - malokryvie_N : N ; - malokulturen_A : A ; - malokulturnost_N : N ; - maloleten_A : A ; - maloletie_N : N ; - malolitra_zj_en_A : A ; - malol_iu_den_A : A ; - malomeren_A : A ; - malomo_sht_en_A : A ; - maloocenen_A : A ; - maloocen_ja_vam_V : V ; - maloocen_ja_vane_N : N ; - malorusiec_N : N ; - malorusijski_A : A ; - malostojnost_N : N ; - malotira_zj_en_A : A ; - malotraen_A : A ; - maloumen_A : A ; - maloumie_N : N ; - maloumnik_N : N ; - malocenen_A : A ; - malocennost_N : N ; - malo_ch_islen_A : A ; - malo_ch_islenost_N : N ; - maltiec_N : N ; - maltijski_A : A ; - maltretiram_V : V ; - maltretirane_N : N ; - malc_N : N ; - malcinstven_A : A ; - malcinstvo_N : N ; - malcov_A : A ; - mal_ch_ugan_N : N ; - malyk_A : A ; - mama_N : N ; - mamaliga_N : N ; - mamaligar_N : N ; - mamarec_N : N ; - mamene_N : N ; - mamin_A : A ; - mamini_A : A ; - maminka_N : N ; - mamka_N : N ; - mamliv_A : A ; - mamon_N : N ; - mamul_N : N ; - mamut_N : N ; - mam_ja__V : V ; - mana_N : N ; - manastir_N : N ; - manastirski_A : A ; - manatarka_N : N ; - manaf_N : N ; - manafin_N : N ; - mangal_N : N ; - mangan_N : N ; - manganov_A : A ; - mango_N : N ; - mangov_A : A ; - mangovica_N : N ; - mangusta_N : N ; - mandalo_N : N ; - mandarin_N : N ; - mandarina_N : N ; - mandarinov_A : A ; - mandat_N : N ; - mandaten_A : A ; - mandahercam_V : V ; - mandahercane_N : N ; - mand_zj_a_N : N ; - mandolina_N : N ; - mandra_N : N ; - mandragora_N : N ; - mandrad_zj_ijski_A : A ; - mandrad_zj_ijstvo_N : N ; - mandrad_zj_i_ja__N : N ; - manevra_N : N ; - manevren_A : A ; - manevrenost_N : N ; - manevriram_V : V ; - manevrirane_N : N ; - manevrist_N : N ; - mane_zj__N : N ; - maneken_N : N ; - manekenka_N : N ; - manerka_N : N ; - maniak_N : N ; - maniakalen_A : A ; - mania_ch_eski_A : A ; - mania_ch_estvo_N : N ; - mania_ch_ka_N : N ; - mania_sh_ki_A : A ; - manivela_N : N ; - manier_N : N ; - manieren_A : A ; - manierni_ch_a_V : V ; - manierni_ch_ene_N : N ; - maniernost_N : N ; - manik_iu_r_N : N ; - manik_iu_rist_N : N ; - manik_iu_ristka_N : N ; - manilski_A : A ; - manipula_N : N ; - manipulativen_A : A ; - manipulator_N : N ; - manipulacionen_A : A ; - manipulaci_ja__N : N ; - manipuliram_V : V ; - manipulirane_N : N ; - manifaktura_N : N ; - manifakturen_A : A ; - manifakturist_N : N ; - manifakturistka_N : N ; - manifest_N : N ; - manifestant_N : N ; - manifestantka_N : N ; - manifestaci_ja__N : N ; - manifestiram_V : V ; - manifestirane_N : N ; - manihejstvo_N : N ; - mani_ja__N : N ; - mankiram_V : V ; - mankirane_N : N ; - mankxor_N : N ; - manna_N : N ; - manometri_ch_en_A : A ; - manometyr_N : N ; - manosam_V : V ; - manosane_N : N ; - manosvam_V : V ; - manosvane_N : N ; - mansarda_N : N ; - mansarden_A : A ; - mantalitet_N : N ; - mantisa_N : N ; - manti_ja__N : N ; - manto_N : N ; - mantra_N : N ; - man_ch_esterski_A : A ; - man_ch_estyrski_A : A ; - man_sh__N : N ; - man_sh_et_N : N ; - man_sh_on_N : N ; - maorski_A : A ; - marazym_N : N ; - maran_ja__N : N ; - maraton_N : N ; - maratonka_N : N ; - maratonski_A : A ; - margarin_N : N ; - margarit_N : N ; - margariten_A : A ; - margaritka_N : N ; - margaritov_A : A ; - marginal_N : N ; - marginalen_A : A ; - mar_zj__N : N ; - marina_N : N ; - marinata_N : N ; - marinist_N : N ; - marinistka_N : N ; - marinovam_V : V ; - marinovan_A : A ; - marinovane_N : N ; - marioneten_A : A ; - marionetka_N : N ; - marihuana_N : N ; - marka_N : N ; - markad_zj_ijski_A : A ; - markad_zj_ijstvo_N : N ; - marker_N : N ; - marketing_N : N ; - marketingov_A : A ; - markiz_N : N ; - markiza_N : N ; - markiram_V : V ; - markirane_N : N ; - markirova_ch__N : N ; - markirovka_N : N ; - markirovy_ch_en_A : A ; - markol_iu_bitel_N : N ; - markol_iu_bitelka_N : N ; - markol_iu_bitelski_A : A ; - markoprodavec_N : N ; - marksizym_N : N ; - marksist_N : N ; - marksistka_N : N ; - marksistki_A : A ; - marksi_ch_eski_A : A ; - marku_ch__N : N ; - marl_ja__V : V ; - marmalad_N : N ; - maroder_N : N ; - maroderski_A : A ; - maroderstvam_V : V ; - maroderstvane_N : N ; - maroderstvo_N : N ; - maroderstvuvam_V : V ; - maroderstvuvane_N : N ; - marokanec_N : N ; - marokanski_A : A ; - maroken_N : N ; - marsianec_N : N ; - marsianski_A : A ; - martenica_N : N ; - martenov_A : A ; - martenski_A : A ; - martina_N : N ; - martinka_N : N ; - marul_ja__N : N ; - marcipan_A : A ; - mar_sh__N : N ; - mar_sh_al_N : N ; - mar_sh_alski_A : A ; - mar_sh_irovka_N : N ; - mar_sh_iruvam_V : V ; - mar_sh_iruvane_N : N ; - mar_sh_ov_A : A ; - mar_sh_rut_N : N ; - mar_sh_ruten_A : A ; - mar_sh_rutizator_N : N ; - mar_sh_rutiziram_V : V ; - mar_sh_rutizirane_N : N ; - masa_N : N ; - masa_zj__N : N ; - masa_zj_iram_V : V ; - masa_zj_irane_N : N ; - masa_zj_ist_N : N ; - masa_zj_istka_N : N ; - masa_ch_uzetski_A : A ; - masiv_N : N ; - masiven_A : A ; - masivnost_N : N ; - masiran_A : A ; - masi_ch_ka_N : N ; - maska_N : N ; - maskara_N : N ; - maskarad_N : N ; - maskaraden_A : A ; - maskarlyk_N : N ; - maskar_ja__V : V ; - maskiram_V : V ; - maskiran_A : A ; - maskirane_N : N ; - maskirovka_N : N ; - maskirovy_ch_en_A : A ; - maslar_N : N ; - maslarka_N : N ; - maslarski_A : A ; - maslarstvo_N : N ; - maslen_A : A ; - maslenica_N : N ; - maslenka_N : N ; - maslenost_N : N ; - maslina_N : N ; - maslinen_A : A ; - maslinenozelen_A : A ; - maslinov_A : A ; - maslo_N : N ; - maslobojna_N : N ; - maslodaen_A : A ; - maslodajnost_N : N ; - maslodobiven_A : A ; - maslometyr_N : N ; - maslopokazatel_N : N ; - masloprovod_N : N ; - maslosvet_N : N ; - maslxonka_N : N ; - masov_A : A ; - masovizaci_ja__N : N ; - masoviziram_V : V ; - masovizirane_N : N ; - masovik_N : N ; - masovost_N : N ; - mason_N : N ; - masonski_A : A ; - masonstvo_N : N ; - masraf_N : N ; - masrafli_ja__N : N ; - mast_N : N ; - mastar_N : N ; - masten_A : A ; - mastika_N : N ; - mastilen_A : A ; - mastilenostruen_A : A ; - mastileno_ch_eren_A : A ; - mastilnica_N : N ; - mastilo_N : N ; - mastit_A : A ; - mastodont_N : N ; - masur_N : N ; - masur_ch_e_N : N ; - mat_N : N ; - matador_N : N ; - matematik_N : N ; - matematika_N : N ; - matemati_ch_en_A : A ; - matemati_ch_eski_A : A ; - matemati_ch_ka_N : N ; - materen_A : A ; - material_N : N ; - materialen_A : A ; - materializaci_ja__N : N ; - materializiram_V : V ; - materializirane_N : N ; - materializym_N : N ; - materialist_N : N ; - materialisti_ch_en_A : A ; - materialisti_ch_eski_A : A ; - materialistka_N : N ; - materialnost_N : N ; - materik_N : N ; - materinski_A : A ; - materinstvo_N : N ; - materi_ja__N : N ; - materka_N : N ; - matine_N : N ; - matiram_V : V ; - matirane_N : N ; - matka_N : N ; - matkap_N : N ; - matov_A : A ; - matovost_N : N ; - mato_ch_en_A : A ; - mato_ch_ina_N : N ; - matrak_N : N ; - matriarhalen_A : A ; - matriarhat_N : N ; - matrica_N : N ; - matri_ch_en_A : A ; - matrona_N : N ; - matros_N : N ; - matroski_A : A ; - matura_N : N ; - maturitant_N : N ; - maturiteten_A : A ; - mauzer_N : N ; - mauzerka_N : N ; - mafioz_N : N ; - mafiot_N : N ; - mafi_ja__N : N ; - mahagon_N : N ; - mahagonov_A : A ; - mahala_N : N ; - mahalenski_A : A ; - mahalo_N : N ; - maham_V : V ; - mahana_N : N ; - mahand_zj_ijka_N : N ; - mahand_zj_i_ja__N : N ; - mahane_N : N ; - maharad_zj_a_N : N ; - mahvam_V : V ; - mahvane_N : N ; - mahlenec_N : N ; - mahlenka_N : N ; - mahlenski_A : A ; - mahmurli_ja__N : N ; - mahmurluk_N : N ; - mahov_A : A ; - mahovik_N : N ; - maca_N : N ; - macam_V : V ; - macane_N : N ; - macvam_V : V ; - macvane_N : N ; - macka_N : N ; - ma_ch__N : N ; - ma_ch_kaem_A : A ; - ma_ch_kam_V : V ; - ma_ch_kane_N : N ; - ma_ch_kanica_N : N ; - ma_ch_ta_N : N ; - ma_ch_tov_A : A ; - ma_sh_a_N : N ; - ma_sh_ina_N : N ; - ma_sh_inalen_A : A ; - ma_sh_inari_ja__N : N ; - ma_sh_inaci_ja__N : N ; - ma_sh_inen_A : A ; - ma_sh_inizaci_ja__N : N ; - ma_sh_iniziram_V : V ; - ma_sh_inizirane_N : N ; - ma_sh_inist_N : N ; - ma_sh_inka_N : N ; - ma_sh_innozavisim_A : A ; - ma_sh_innonezavisim_A : A ; - ma_sh_innotraktoren_A : A ; - ma_sh_inoznanie_N : N ; - ma_sh_inopis_N : N ; - ma_sh_inopisen_A : A ; - ma_sh_inopisec_N : N ; - ma_sh_inopiska_N : N ; - ma_sh_inostroene_N : N ; - ma_sh_inostroitel_N : N ; - ma_sh_inostroitelen_A : A ; - ma_sht_ab_N : N ; - ma_sht_aben_A : A ; - ma_sht_abiram_V : V ; - ma_sht_abirane_N : N ; - ma_sht_abiruem_A : A ; - ma_sht_abiruemost_N : N ; - ma_sht_erka_N : N ; - ma_sht_eha_N : N ; - ma_ja__V : V ; - ma_ja_k_N : N ; - meandyr_N : N ; - mebel_N : N ; - mebelen_A : A ; - mebeliram_V : V ; - mebeliran_A : A ; - mebelirane_N : N ; - mebelirovka_N : N ; - mebelist_N : N ; - megavat_N : N ; - megaloman_N : N ; - megalomani_ja__N : N ; - megalomanka_N : N ; - megalomanski_A : A ; - megapolis_N : N ; - megafon_N : N ; - megaherc_N : N ; - megacikyl_N : N ; - megdan_N : N ; - med_N : N ; - medal_N : N ; - medalist_N : N ; - medalxon_N : N ; - medar_N : N ; - meden_A : A ; - medec_N : N ; - med_zj_idi_ja__N : N ; - medialen_A : A ; - mediana_N : N ; - mediator_N : N ; - medievist_N : N ; - medievistika_N : N ; - medien_A : A ; - medik_N : N ; - medikament_N : N ; - medikamentozen_A : A ; - meditativen_A : A ; - meditaci_ja__N : N ; - medium_N : N ; - medicina_N : N ; - medicinski_A : A ; - medi_ch_ka_N : N ; - medi_ja__N : N ; - mednik_N : N ; - mednikar_N : N ; - mednikarstvo_N : N ; - medno_ch_erven_A : A ; - medov_A : A ; - medovina_N : N ; - medovit_A : A ; - medodobiv_N : N ; - medodobiven_A : A ; - medonosen_A : A ; - meduza_N : N ; - me_zj_dina_N : N ; - me_zj_dinen_A : A ; - me_zj_duatomen_A : A ; - me_zj_duvagonen_A : A ; - me_zj_duvedomstven_A : A ; - me_zj_duvlastie_N : N ; - me_zj_duvremenen_A : A ; - me_zj_duvremie_N : N ; - me_zj_dugalaktie_N : N ; - me_zj_dugalakti_ch_eski_A : A ; - me_zj_dugradski_A : A ; - me_zj_dudejstvie_N : N ; - me_zj_dudyr_zj_aven_A : A ; - me_zj_dueta_zj_en_A : A ; - me_zj_duzvezden_A : A ; - me_zj_duklety_ch_en_A : A ; - me_zj_dukontinentalen_A : A ; - me_zj_dulinie_N : N ; - me_zj_dumetie_N : N ; - me_zj_dumuskulen_A : A ; - me_zj_dunaroden_A : A ; - me_zj_duosie_N : N ; - me_zj_duosoben_A : A ; - me_zj_duosobica_N : N ; - me_zj_duostroven_A : A ; - me_zj_duplaneten_A : A ; - me_zj_duplemenen_A : A ; - me_zj_dupolov_A : A ; - me_zj_durebren_A : A ; - me_zj_durebrie_N : N ; - me_zj_duredie_N : N ; - me_zj_durelsie_N : N ; - me_zj_duseli_sht_en_A : A ; - me_zj_duselski_A : A ; - me_zj_ducarstvie_N : N ; - me_zj_du_ch_asie_N : N ; - me_zj_du_sht_atski_A : A ; - meze_N : N ; - mezozoj_N : N ; - mezozojski_A : A ; - mezokarp_N : N ; - mezonet_N : N ; - mek_A : A ; - mekere_N : N ; - mekica_N : N ; - mekost_N : N ; - mekostenen_A : A ; - mekosyrde_ch_en_A : A ; - mekota_N : N ; - mekotelen_A : A ; - mekotelo_N : N ; - meksikanec_N : N ; - meksikanka_N : N ; - meksikanski_A : A ; - meku_sh_av_A : A ; - meku_sh_avec_N : N ; - meku_sh_avost_N : N ; - melan_zj__N : N ; - melanoza_N : N ; - melanholen_A : A ; - melanholik_N : N ; - melanholi_ch_en_A : A ; - melanholi_ch_ka_N : N ; - melanholi_ja__N : N ; - melasa_N : N ; - mela_ch_ka_N : N ; - melba_N : N ; - mele_N : N ; - melez_N : N ; - melezen_A : A ; - melene_N : N ; - meliorativen_A : A ; - meliorator_N : N ; - melioraci_ja__N : N ; - meliorizym_N : N ; - melis_N : N ; - melnica_N : N ; - melni_ch_ar_N : N ; - melni_ch_arka_N : N ; - melni_ch_arski_A : A ; - melni_ch_en_A : A ; - melodika_N : N ; - melodi_ch_en_A : A ; - melodi_ch_nost_N : N ; - melodi_ja__N : N ; - melodrama_N : N ; - melodramati_ch_en_A : A ; - melodramati_ch_eski_A : A ; - melodramati_ch_nost_N : N ; - mel_ja__V : V ; - membrana_N : N ; - membranen_A : A ; - memoar_N : N ; - memoaren_A : A ; - memoarist_N : N ; - memoaristka_N : N ; - memorandum_N : N ; - memorialen_A : A ; - mena_zj_er_N : N ; - mena_zj_eri_ja__N : N ; - mengeme_N : N ; - menza_N : N ; - menzura_N : N ; - menid_zj_mynt_N : N ; - menid_zj_yr_N : N ; - menid_zj_yrka_N : N ; - menid_zj_yrstvo_N : N ; - meningit_N : N ; - meniskus_N : N ; - menitel_N : N ; - menitelnica_N : N ; - menopauza_N : N ; - menstruacionen_A : A ; - menstruaci_ja__N : N ; - menta_N : N ; - mentov_A : A ; - mentovka_N : N ; - mentol_N : N ; - mentor_N : N ; - mentorski_A : A ; - mentyrd_zj_i_ja__N : N ; - menuet_N : N ; - men_ch_e_N : N ; - men_sh_evizym_N : N ; - men_sh_evik_N : N ; - men_sh_evi_sh_ki_A : A ; - men_iu__N : N ; - men_ja__V : V ; - mera_N : N ; - merak_N : N ; - meraklijski_A : A ; - merakli_ja__N : N ; - mera_ch__N : N ; - meren_A : A ; - merene_N : N ; - mer_zj_eleene_N : N ; - mer_zj_ele_ja__V : V ; - merzavec_N : N ; - merzavski_A : A ; - merzav_sht_ina_N : N ; - merzost_N : N ; - merzyk_A : A ; - meridian_N : N ; - meridianen_A : A ; - meridianov_A : A ; - merilo_N : N ; - merinosen_A : A ; - merinosov_A : A ; - merkantilen_A : A ; - merkantilizym_N : N ; - merkantilnost_N : N ; - mernik_N : N ; - merodaven_A : A ; - merodavnost_N : N ; - meropri_ja_tie_N : N ; - merseriziram_V : V ; - merseriziran_A : A ; - merserizirane_N : N ; - mertek_N : N ; - merudi_ja__N : N ; - mercedes_N : N ; - mer_ja__V : V ; - mesa_N : N ; - mesar_N : N ; - mesarka_N : N ; - mesarnica_N : N ; - mesarski_A : A ; - mesa_ch__N : N ; - mesa_ch_ka_N : N ; - mesen_A : A ; - mesest_A : A ; - mesec_N : N ; - mese_ch_en_A : A ; - mese_ch_ina_N : N ; - mese_ch_ko_N : N ; - mesianski_A : A ; - mesianstvo_N : N ; - mesing_N : N ; - mesingov_A : A ; - mesind_zj_yr_N : N ; - mesi_ja__N : N ; - mesnat_A : A ; - meso_N : N ; - mesodaen_A : A ; - mesodobiv_N : N ; - mesodobiven_A : A ; - mesokombinat_N : N ; - mesomela_ch_ka_N : N ; - mesoprodavec_N : N ; - mesoprodavnica_N : N ; - mesosnabd_ja_vane_N : N ; - meso_ja_den_A : A ; - mestvane_N : N ; - mesten_A : A ; - mestene_N : N ; - mestence_N : N ; - mestnost_N : N ; - mesto_N : N ; - mesto_zj_itelstvo_N : N ; - mestoizdavane_N : N ; - mestoimenen_A : A ; - mestoimenie_N : N ; - mestonazna_ch_enie_N : N ; - mestonaho_zj_denie_N : N ; - mestoopisanie_N : N ; - mestopolo_zj_enie_N : N ; - mestoprebivavane_N : N ; - mestoprebivanie_N : N ; - mestoprednazna_ch_enie_N : N ; - mestoprestyplenie_N : N ; - mestoproiz_sh_estvie_N : N ; - mestorabota_N : N ; - mestorazpolo_zj_enie_N : N ; - mestoro_zj_denie_N : N ; - mest_ja__V : V ; - mes_ja__V : V ; - meta_V : V ; - metabolizym_N : N ; - metaboli_ch_en_A : A ; - metaboli_ch_eski_A : A ; - metageneza_N : N ; - metainformaci_ja__N : N ; - metal_N : N ; - metalen_A : A ; - metalizaci_ja__N : N ; - metalik_N : N ; - metali_ch_en_A : A ; - metali_ch_eski_A : A ; - metalnosiv_A : A ; - metalnost_N : N ; - metalografi_ja__N : N ; - metalodobiven_A : A ; - metaloznanie_N : N ; - metaloid_N : N ; - metaloiden_A : A ; - metalole_ja_r_N : N ; - metalole_ja_rka_N : N ; - metalole_ja_rna_N : N ; - metalole_ja_rnica_N : N ; - metalonosen_A : A ; - metaloobrabotvane_N : N ; - metaloobrabotvatelen_A : A ; - metaloobrabotva_sht__A : A ; - metalorabotnik_N : N ; - metalore_zj_e_sht__A : A ; - metalotopene_N : N ; - metalocveten_A : A ; - metalurg_N : N ; - metalurgi_ch_en_A : A ; - metalurgi_ch_eski_A : A ; - metalurgi_ja__N : N ; - metamorfizym_N : N ; - metamorfoza_N : N ; - metan_N : N ; - metanov_A : A ; - metanol_N : N ; - metaobekten_A : A ; - metastaza_N : N ; - metateza_N : N ; - metatelen_A : A ; - metafizik_N : N ; - metafizika_N : N ; - metafizi_ch_en_A : A ; - metafizi_ch_eski_A : A ; - metafora_N : N ; - metafori_ch_en_A : A ; - metafori_ch_nost_N : N ; - metafraza_N : N ; - meta_ch__N : N ; - meta_ch_ka_N : N ; - mete_zj__N : N ; - mete_zj_en_A : A ; - mete_zj_nik_N : N ; - mete_zj_nica_N : N ; - mete_zj_ni_ch_eski_A : A ; - metene_N : N ; - meteor_N : N ; - meteoren_A : A ; - meteorizym_N : N ; - meteorit_N : N ; - meteoriten_A : A ; - meteorograf_N : N ; - meteorolog_N : N ; - meteorologi_ch_en_A : A ; - meteorologi_ch_eski_A : A ; - meteorologi_ja__N : N ; - metil_N : N ; - metilov_A : A ; - metil_ja_v_A : A ; - metil_ja_sane_N : N ; - metil_ja_svane_N : N ; - metis_N : N ; - metla_N : N ; - metlar_N : N ; - metlarka_N : N ; - metli_ch_ina_N : N ; - metli_ch_ka_N : N ; - metna_V : V ; - metod_N : N ; - metodizym_N : N ; - metodik_N : N ; - metodika_N : N ; - metodist_N : N ; - metodistka_N : N ; - metodistki_A : A ; - metodi_ch_en_A : A ; - metodi_ch_enost_N : N ; - metodi_ch_ka_N : N ; - metodi_ch_nost_N : N ; - metodologi_ch_en_A : A ; - metodologi_ch_eski_A : A ; - metodologi_ja__N : N ; - metonimi_ja__N : N ; - metoh_N : N ; - metra_zj__N : N ; - metranpa_zj__N : N ; - metresa_N : N ; - metrika_N : N ; - metri_ch_en_A : A ; - metri_ch_eski_A : A ; - metro_N : N ; - metrov_A : A ; - metronom_N : N ; - metropoliten_A : A ; - metropoli_ja__N : N ; - metyr_N : N ; - mefistofelski_A : A ; - meh_N : N ; - mehana_N : N ; - mehand_zj_ijski_A : A ; - mehand_zj_i_ja__N : N ; - mehanizator_N : N ; - mehanizaci_ja__N : N ; - mehaniziram_V : V ; - mehaniziran_A : A ; - mehanizirane_N : N ; - mehanizym_N : N ; - mehanik_N : N ; - mehanika_N : N ; - mehani_ch_en_A : A ; - mehani_ch_eski_A : A ; - mehanoelektri_ch_eski_A : A ; - mehlem_N : N ; - mehur_N : N ; - mehurest_A : A ; - mehur_ch_e_N : N ; - meca_N : N ; - mecana_N : N ; - mecanin_N : N ; - mecenat_N : N ; - mecenatstvo_N : N ; - mecosopranov_A : A ; - me_ch__N : N ; - me_ch_e_N : N ; - me_ch_e_sh_ki_A : A ; - me_ch_i_A : A ; - me_ch_ka_N : N ; - me_ch_kar_N : N ; - me_ch_karka_N : N ; - me_ch_oviden_A : A ; - me_ch_ok_N : N ; - me_ch_onosec_N : N ; - me_ch_ta_N : N ; - me_ch_tanie_N : N ; - me_ch_tatel_N : N ; - me_ch_tatelen_A : A ; - me_ch_tatelka_N : N ; - me_ch_tatelnost_N : N ; - me_ch_tatelstvam_V : V ; - me_ch_tatelstvane_N : N ; - me_ch_ta_ja__V : V ; - me_sh_am_V : V ; - me_sh_an_A : A ; - me_sh_ane_N : N ; - me_sh_e_N : N ; - me_sh_ina_N : N ; - mialgi_ja__N : N ; - mivka_N : N ; - mig_N : N ; - migam_V : V ; - migane_N : N ; - miga_ch__N : N ; - migvam_V : V ; - migvane_N : N ; - migla_N : N ; - mignoven_A : A ; - mignovenie_N : N ; - mignovenost_N : N ; - migracionen_A : A ; - migraci_ja__N : N ; - migrena_N : N ; - migriram_V : V ; - migrirane_N : N ; - mida_N : N ; - miden_A : A ; - miene_N : N ; - mi_zj_a_V : V ; - mi_zj_av_A : A ; - mi_zj_iturka_N : N ; - mi_zj_iturski_A : A ; - mi_zj_itur_sht_ina_N : N ; - miza_N : N ; - mizanscen_N : N ; - mizantrop_N : N ; - mizantropi_ja__N : N ; - mizantropka_N : N ; - mizantropski_A : A ; - mizeren_A : A ; - mizeri_ja__N : N ; - mizernik_N : N ; - mizernost_N : N ; - mizerstvam_V : V ; - mizerstvane_N : N ; - mizerstvuvam_V : V ; - mizerstvuvane_N : N ; - mikoza_N : N ; - mikolog_N : N ; - mikologi_ja__N : N ; - mikrob_N : N ; - mikroben_A : A ; - mikrobiolog_N : N ; - mikrobiologi_ch_en_A : A ; - mikrobiologi_ch_eski_A : A ; - mikrobiologi_ja__N : N ; - mikrobus_N : N ; - mikrovylna_N : N ; - mikrovylnova_N : N ; - mikrograf_N : N ; - mikroelektronen_A : A ; - mikroelektronika_N : N ; - mikroelement_N : N ; - mikrozavarka_N : N ; - mikrozapis_N : N ; - mikrokosmos_N : N ; - mikrometyr_N : N ; - mikromodul_N : N ; - mikromodulaci_ja__N : N ; - mikron_N : N ; - mikroorganizym_N : N ; - mikroplo_ch_a_N : N ; - mikropole_N : N ; - mikroprilo_zj_enie_N : N ; - mikroprograma_N : N ; - mikroprocesor_N : N ; - mikroskop_N : N ; - mikroskopi_ch_en_A : A ; - mikroskopi_ch_eski_A : A ; - mikrosnimka_N : N ; - mikrofilm_N : N ; - mikrofi_sh__N : N ; - mikrofon_N : N ; - mikrofonen_A : A ; - mikrofotografi_ch_eski_A : A ; - mikrofotografi_ja__N : N ; - mikrofotometyr_N : N ; - mikrohimi_ja__N : N ; - mikrohirurgi_ja__N : N ; - mikro_ch_astica_N : N ; - mikro_ch_ip_N : N ; - mikro_ja_zovir_N : N ; - mikser_N : N ; - mikstura_N : N ; - mil_A : A ; - milvam_V : V ; - milvane_N : N ; - mile_ja__V : V ; - miliarden_A : A ; - miliarder_N : N ; - miliarderka_N : N ; - miligrama_N : N ; - mililityr_N : N ; - milimetrov_A : A ; - milimetyr_N : N ; - milionen_A : A ; - milioner_N : N ; - milionerka_N : N ; - milionerski_A : A ; - milisekunda_N : N ; - militarizaci_ja__N : N ; - militariziram_V : V ; - militarizirane_N : N ; - militarizym_N : N ; - militarist_N : N ; - militaristi_ch_en_A : A ; - militaristi_ch_eski_A : A ; - milicioner_N : N ; - milicionerka_N : N ; - milicionerski_A : A ; - milici_ja__N : N ; - mili_ch_yk_A : A ; - milkam_V : V ; - miloviden_A : A ; - milovidnost_N : N ; - milozliv_A : A ; - milord_N : N ; - milost_N : N ; - milostiv_A : A ; - milostivost_N : N ; - milostin_ja__N : N ; - milosyrd_N : N ; - milosyrden_A : A ; - milosyrdie_N : N ; - miluvane_N : N ; - miluvka_N : N ; - mim_N : N ; - mimans_N : N ; - mimik_N : N ; - mimika_N : N ; - mimikri_ja__N : N ; - mimi_ch_eski_A : A ; - mimodrama_N : N ; - mimoza_N : N ; - mimoleten_A : A ; - mimoletnost_N : N ; - mimolog_N : N ; - minavam_V : V ; - minavane_N : N ; - minal_A : A ; - minalo_N : N ; - minalogodi_sh_en_A : A ; - minare_N : N ; - minder_N : N ; - minderlyk_N : N ; - minen_A : A ; - mineral_N : N ; - mineralen_A : A ; - mineralizaci_ja__N : N ; - mineralog_N : N ; - mineralogi_ch_eski_A : A ; - mineralogi_ja__N : N ; - mineralo_zj_ka_N : N ; - mineralo_zj_ki_A : A ; - minzuhar_N : N ; - miniat_iu_r_N : N ; - miniat_iu_ra_N : N ; - miniat_iu_ren_A : A ; - miniat_iu_rizaci_ja__N : N ; - miniat_iu_rist_N : N ; - miniat_iu_ristka_N : N ; - miniezik_N : N ; - mini_zj_up_N : N ; - minij_N : N ; - minikamera_N : N ; - minikomp_iu_tyr_N : N ; - minimalen_A : A ; - minimalist_N : N ; - minimalistka_N : N ; - minimiziram_V : V ; - minimizirane_N : N ; - minimum_N : N ; - minipaket_N : N ; - minipapka_N : N ; - miniplo_ch_ka_N : N ; - minipregled_N : N ; - miniram_V : V ; - minirane_N : N ; - ministerski_A : A ; - ministerstvam_V : V ; - ministerstvane_N : N ; - ministerstvo_N : N ; - ministyr_N : N ; - minium_N : N ; - minoga_N : N ; - minojski_A : A ; - minomet_N : N ; - minonosec_N : N ; - minor_N : N ; - minoren_A : A ; - minotavyr_N : N ; - minohvyrga_ch__N : N ; - minohvyrga_ch_ka_N : N ; - mino_ch_ista_ch__N : N ; - mino_ch_ista_ch_en_A : A ; - minuva_ch__N : N ; - minuva_ch_ka_N : N ; - minus_N : N ; - minuskul_N : N ; - minuta_N : N ; - minuten_A : A ; - minutka_N : N ; - minxor_N : N ; - minxoren_A : A ; - minxorski_A : A ; - miokard_N : N ; - miokardit_N : N ; - miopi_ja__N : N ; - mir_N : N ; - mira_zj__N : N ; - mira_zj_en_A : A ; - miren_A : A ; - mirizliv_A : A ; - mirizlivka_N : N ; - mirizma_N : N ; - miris_N : N ; - mirisane_N : N ; - miri_sh_a_V : V ; - mirnovremenen_A : A ; - miro_N : N ; - mirov_A : A ; - mirovi_A : A ; - mirovozrenie_N : N ; - mirogled_N : N ; - mirozdanie_N : N ; - mirol_iu_bec_N : N ; - mirol_iu_biv_A : A ; - mirol_iu_bivost_N : N ; - mirol_iu_bie_N : N ; - mironosec_N : N ; - miropomazvam_V : V ; - miropomazvane_N : N ; - mirosan_A : A ; - mirosane_N : N ; - mirosvam_V : V ; - mirosvane_N : N ; - mirosyzercanie_N : N ; - mirotvoren_A : A ; - mirotvorec_N : N ; - mirotvor_ja__V : V ; - mirski_A : A ; - miruvam_V : V ; - miruvane_N : N ; - mir_ja__V : V ; - mir_ja_nin_N : N ; - mir_ja_nka_N : N ; - mir_ja_nski_A : A ; - mir_ja_sane_N : N ; - mir_ja_svam_V : V ; - mir_ja_svane_N : N ; - mis_N : N ; - misioner_N : N ; - misionerka_N : N ; - misionerski_A : A ; - misionerstvo_N : N ; - misir_N : N ; - misirka_N : N ; - misis_N : N ; - misi_ja__N : N ; - misket_N : N ; - misketov_A : A ; - miskinin_N : N ; - miskinlyk_N : N ; - mislen_A : A ; - mislene_N : N ; - misle_sht__A : A ; - mislim_A : A ; - mislitel_N : N ; - mislitelka_N : N ; - misloven_A : A ; - mislovnost_N : N ; - misl_ja__V : V ; - misl_ja_m_V : V ; - misteriozen_A : A ; - misterioznost_N : N ; - misteri_ja__N : N ; - mistik_N : N ; - mistika_N : N ; - mistifikator_N : N ; - mistifikaci_ja__N : N ; - mistificiram_V : V ; - mistificirane_N : N ; - misticizym_N : N ; - misti_ch_en_A : A ; - misti_ch_eski_A : A ; - misti_ch_ka_N : N ; - misti_ch_nost_N : N ; - mistri_ja__N : N ; - mistyr_N : N ; - misyl_N : N ; - mit_N : N ; - mitarstvo_N : N ; - miting_N : N ; - miti_ch_en_A : A ; - miti_ch_eski_A : A ; - mitkalo_N : N ; - mitkam_V : V ; - mitkane_N : N ; - mitnica_N : N ; - mitni_ch_ar_N : N ; - mitni_ch_arski_A : A ; - mitni_ch_eski_A : A ; - mito_N : N ; - mitolog_N : N ; - mitologi_ch_en_A : A ; - mitologi_ch_eski_A : A ; - mitologi_ja__N : N ; - mitropolit_N : N ; - mitropolitski_A : A ; - mitropoli_ja__N : N ; - micel_N : N ; - mi_ch_man_N : N ; - mi_sh_elov_A : A ; - mi_sh_elovka_N : N ; - mi_sh_emorka_N : N ; - mi_sh_ena_N : N ; - mi_sh_i_A : A ; - mi_sh_ina_N : N ; - mi_sh_ka_N : N ; - mi_sh_kuvam_V : V ; - mi_sh_kuvane_N : N ; - mi_sh_le_N : N ; - mi_sh_nica_N : N ; - mi_sh_ok_N : N ; - mi_sh_ca_N : N ; - mi_ja__V : V ; - mi_ja_len_A : A ; - mi_ja_lka_N : N ; - mi_ja__ch__N : N ; - mi_ja__ch_ka_N : N ; - mlad_A : A ; - mlade_zj__N : N ; - mlade_zj_ki_A : A ; - mladenec_N : N ; - mladen_ch_eski_A : A ; - mlade_ja__V : V ; - mladina_N : N ; - mladi_ch_yk_A : A ; - mlado_zj_enec_N : N ; - mlado_zj_enka_N : N ; - mladok_N : N ; - mladolik_A : A ; - mladost_N : N ; - mlad_sh_i_A : A ; - mlat_ja__V : V ; - mlekar_N : N ; - mlekarka_N : N ; - mlekarnica_N : N ; - mlekarski_A : A ; - mlekarstvo_N : N ; - mleko_N : N ; - mlekodaen_A : A ; - mlekodajnost_N : N ; - mlekozavod_N : N ; - mlekomer_N : N ; - mlekonadoj_N : N ; - mlekopitae_sht__A : A ; - mlekoprerabotvane_N : N ; - mlekoprerabotvatelen_A : A ; - mlekosnabd_ja_vane_N : N ; - mlekocentrala_N : N ; - mle_ch_en_A : A ; - mle_ch_ice_N : N ; - mle_ch_nik_N : N ; - mle_ch_nica_N : N ; - mle_ch_nob_ja_l_A : A ; - mle_ch_nost_N : N ; - mle_ch_ok_N : N ; - mlivo_N : N ; - mlykvam_V : V ; - mlykvane_N : N ; - ml_ja_ko_N : N ; - ml_ja_n_A : A ; - ml_ja_svam_V : V ; - ml_ja_svane_N : N ; - ml_ja_skam_V : V ; - ml_ja_skane_N : N ; - mnemonika_N : N ; - mnemoni_ch_en_A : A ; - mnemotehnika_N : N ; - mnemotehni_ch_eski_A : A ; - mnenie_N : N ; - mnim_A : A ; - mnitelen_A : A ; - mnitelnost_N : N ; - mnogoatomen_A : A ; - mnogobo_zj_ie_N : N ; - mnogoboj_N : N ; - mnogobra_ch_en_A : A ; - mnogobra_ch_ie_N : N ; - mnogobroen_A : A ; - mnogobrojnost_N : N ; - mnogovalenten_A : A ; - mnogovekoven_A : A ; - mnogovoden_A : A ; - mnogovoltov_A : A ; - mnogoglav_A : A ; - mnogoglagolstvam_V : V ; - mnogoglagolstvane_N : N ; - mnogoglasen_A : A ; - mnogogodi_sh_en_A : A ; - mnogodeten_A : A ; - mnogodiskov_A : A ; - mnogodokumenten_A : A ; - mnogodumen_A : A ; - mnogodumie_N : N ; - mnogodumstvo_N : N ; - mnogoezi_ch_en_A : A ; - mnogoeta_zj_en_A : A ; - mnogoetapen_A : A ; - mnogo_zj_elan_A : A ; - mnogo_zj_enec_N : N ; - mnogo_zj_enstvo_N : N ; - mnogo_zj_ilen_A : A ; - mnogozada_ch_en_A : A ; - mnogozaslu_zj_il_A : A ; - mnogozvu_ch_nost_N : N ; - mnogoznae_sht__A : A ; - mnogoznajko_N : N ; - mnogoznajnik_N : N ; - mnogoznajnica_N : N ; - mnogoznamenatelen_A : A ; - mnogozna_ch_en_A : A ; - mnogozna_ch_itelen_A : A ; - mnogozna_ch_nost_N : N ; - mnogoizmeren_A : A ; - mnogokameren_A : A ; - mnogokanalen_A : A ; - mnogokaten_A : A ; - mnogoklavi_sh_en_A : A ; - mnogoklety_ch_en_A : A ; - mnogokomponenten_A : A ; - mnogokrak_A : A ; - mnogokraten_A : A ; - mnogokratnost_N : N ; - mnogolampov_A : A ; - mnogolik_A : A ; - mnogolikost_N : N ; - mnogolineen_A : A ; - mnogol_iu_den_A : A ; - mnogol_iu_die_N : N ; - mnogol_iu_dnost_N : N ; - mnogomeren_A : A ; - mnogomesten_A : A ; - mnogomilionen_A : A ; - mnogomonitoren_A : A ; - mnogomotoren_A : A ; - mnogonacionalen_A : A ; - mnogoobe_sht_ava_sht__A : A ; - mnogoobi_ch_an_A : A ; - mnogoobrazen_A : A ; - mnogoobrazie_N : N ; - mnogoobraznost_N : N ; - mnogoosnoven_A : A ; - mnogoo_ch_akvan_A : A ; - mnogopartien_A : A ; - mnogopistov_A : A ; - mnogopol_iu_sen_A : A ; - mnogopoto_ch_en_A : A ; - mnogopotrebitelski_A : A ; - mnogoprovoden_A : A ; - mnogoreden_A : A ; - mnogore_ch_iv_A : A ; - mnogore_ch_ivost_N : N ; - mnogosloven_A : A ; - mnogoslovie_N : N ; - mnogosloen_A : A ; - mnogosri_ch_en_A : A ; - mnogostaen_A : A ; - mnogostano_ch_en_A : A ; - mnogostano_ch_nik_N : N ; - mnogostano_ch_nica_N : N ; - mnogosten_N : N ; - mnogostenen_A : A ; - mnogostennik_N : N ; - mnogostepenen_A : A ; - mnogostradalen_A : A ; - mnogostranen_A : A ; - mnogostrannost_N : N ; - mnogostruen_A : A ; - mnogostypalen_A : A ; - mnogosystaven_A : A ; - mnogotira_zj_en_A : A ; - mnogotomen_A : A ; - mnogotonen_A : A ; - mnogoto_ch_ie_N : N ; - mnogoto_ch_kov_A : A ; - mnogotraen_A : A ; - mnogouva_zj_avan_A : A ; - mnogouva_zj_aem_A : A ; - mnogofazen_A : A ; - mnogofunkcionalen_A : A ; - mnogofunkcionalnost_N : N ; - mnogohil_ja_den_A : A ; - mnogohodov_A : A ; - mnogocveten_A : A ; - mnogocelevi_A : A ; - mnogocelivi_A : A ; - mnogocenen_A : A ; - mnogocilindrov_A : A ; - mnogocifren_A : A ; - mnogo_ch_islen_A : A ; - mnogo_ch_islenost_N : N ; - mnogo_ch_len_N : N ; - mnogo_ch_lenen_A : A ; - mnogoygylen_A : A ; - mnogoygylnik_N : N ; - mno_zj_a_V : V ; - mno_zj_ene_N : N ; - mno_zj_estven_A : A ; - mno_zj_estvenost_N : N ; - mno_zj_estvo_N : N ; - mno_zj_imo_N : N ; - mno_zj_itel_N : N ; - mnozinstvo_N : N ; - moare_N : N ; - mobilen_A : A ; - mobilizacionen_A : A ; - mobilizaci_ja__N : N ; - mobiliziram_V : V ; - mobiliziran_A : A ; - mobilizirane_N : N ; - mobifon_N : N ; - moga_V : V ; - mogila_N : N ; - mogilka_N : N ; - mogy_sht__A : A ; - mogy_sht_estven_A : A ; - mogy_sht_estvo_N : N ; - moda_N : N ; - modalen_A : A ; - modalitet_N : N ; - modalnost_N : N ; - model_N : N ; - modelier_N : N ; - modelierka_N : N ; - modelierna_N : N ; - modeliram_V : V ; - modelirane_N : N ; - modem_N : N ; - modemen_A : A ; - moden_A : A ; - moderato_N : N ; - moderator_N : N ; - moderaci_ja__N : N ; - moderen_A : A ; - modernizator_N : N ; - modernizaci_ja__N : N ; - moderniziram_V : V ; - modernizirane_N : N ; - modernizym_N : N ; - modernist_N : N ; - modernisti_ch_en_A : A ; - modernistka_N : N ; - modist_N : N ; - modistka_N : N ; - modifikator_N : N ; - modifikaci_ja__N : N ; - modificiram_V : V ; - modificiran_A : A ; - modificirane_N : N ; - modificiruem_A : A ; - modul_N : N ; - modulator_N : N ; - modulacionen_A : A ; - modulaci_ja__N : N ; - modulen_A : A ; - moduliram_V : V ; - modulirane_N : N ; - mo_zj_ene_N : N ; - mozai_ch_en_A : A ; - mozajka_N : N ; - mozajkad_zj_i_ja__N : N ; - mozyk_N : N ; - mozy_ch_en_A : A ; - mojseev_A : A ; - mokasin_N : N ; - moket_N : N ; - mokrene_N : N ; - mokre_ja__V : V ; - mokrina_N : N ; - mokrica_N : N ; - mokri_ch_yk_A : A ; - mokrota_N : N ; - mokr_ja__V : V ; - mokyr_A : A ; - mol_N : N ; - molba_N : N ; - molbopodatel_N : N ; - moldavski_A : A ; - moldovanec_N : N ; - moldovanka_N : N ; - moldovski_A : A ; - moleben_A : A ; - molebstvie_N : N ; - molekula_N : N ; - molekulen_A : A ; - molekul_ja_ren_A : A ; - molene_N : N ; - molec_N : N ; - molibden_A : A ; - moliv_N : N ; - moliven_A : A ; - moliv_ch_e_N : N ; - molitva_N : N ; - molitven_A : A ; - molitvenik_N : N ; - molitel_N : N ; - molitelka_N : N ; - molla_N : N ; - moluska_N : N ; - mol_ja__V : V ; - moma_N : N ; - moment_N : N ; - momentalen_A : A ; - momentalnost_N : N ; - momenten_A : A ; - mome_ja__V : V ; - momin_A : A ; - momini_A : A ; - mominski_A : A ; - mominstvo_N : N ; - momica_N : N ; - momi_ch_e_N : N ; - momi_ch_ence_N : N ; - momi_ch_e_sh_ki_A : A ; - momkovi_A : A ; - momuvam_V : V ; - mom_ch_e_N : N ; - mom_ch_ence_N : N ; - mom_ch_eti_ja__N : N ; - mom_ch_e_sh_ki_A : A ; - mom_ch_url_ja_k_N : N ; - momyk_N : N ; - monada_N : N ; - monarh_N : N ; - monarhizym_N : N ; - monarhist_N : N ; - monarhistka_N : N ; - monarhi_ch_eski_A : A ; - monarhi_ja__N : N ; - monar_sh_eski_A : A ; - monah_N : N ; - monahinstvo_N : N ; - monahin_ja__N : N ; - mona_sh_eski_A : A ; - mona_sh_estvo_N : N ; - mongolec_N : N ; - mongolka_N : N ; - mongoloiden_A : A ; - mongoloizym_N : N ; - mongolski_A : A ; - moneta_N : N ; - monetarist_N : N ; - moneten_A : A ; - monetizaci_ja__N : N ; - moniks_N : N ; - monitor_N : N ; - monitoren_A : A ; - monitoring_N : N ; - monogami_ja__N : N ; - monogeneza_N : N ; - monogram_N : N ; - monografi_ch_en_A : A ; - monografi_ja__N : N ; - monodi_ja__N : N ; - monodrama_N : N ; - monokultura_N : N ; - monokyl_N : N ; - monolit_N : N ; - monoliten_A : A ; - monolitnost_N : N ; - monolog_N : N ; - monologi_ch_en_A : A ; - monologi_ja__N : N ; - monomani_ja__N : N ; - monometalizym_N : N ; - monoplan_N : N ; - monopol_N : N ; - monopolen_A : A ; - monopoliziram_V : V ; - monopolizirane_N : N ; - monopolizym_N : N ; - monopolist_N : N ; - monopolisti_ch_en_A : A ; - monorelsa_N : N ; - monoteizym_N : N ; - monoteisti_ch_en_A : A ; - monotip_N : N ; - monotonen_A : A ; - monotonnost_N : N ; - monofazen_A : A ; - monofobi_ja__N : N ; - monohromati_ch_en_A : A ; - monohromen_A : A ; - monsenxor_N : N ; - monta_zj__N : N ; - monta_zj_en_A : A ; - monta_zj_ist_N : N ; - monta_zj_nik_N : N ; - montiram_V : V ; - montirane_N : N ; - montxor_N : N ; - montxorka_N : N ; - montxorski_A : A ; - montxorstvo_N : N ; - monument_N : N ; - monumentalen_A : A ; - monumentalnost_N : N ; - mor_N : N ; - morav_A : A ; - morava_N : N ; - moravina_N : N ; - moravski_A : A ; - moral_N : N ; - moralen_A : A ; - moralizator_N : N ; - moralizatorka_N : N ; - moralizatorski_A : A ; - moraliziram_V : V ; - moralizirane_N : N ; - moralist_N : N ; - moralisti_ch_en_A : A ; - moralistka_N : N ; - moralnost_N : N ; - moratoren_A : A ; - moratorium_N : N ; - morbil_N : N ; - morga_N : N ; - more_N : N ; - morele_ch_enie_N : N ; - moren_A : A ; - morena_N : N ; - moreplavane_N : N ; - moreplavatel_N : N ; - moreplavatelen_A : A ; - moreplavatelski_A : A ; - morehoden_A : A ; - morehodnost_N : N ; - mor_zj__N : N ; - mor_zj_ov_A : A ; - morz_N : N ; - morzist_N : N ; - morzov_A : A ; - morkov_N : N ; - morkoven_A : A ; - mormon_N : N ; - mormonski_A : A ; - morski_A : A ; - morskosin_A : A ; - mortira_N : N ; - moruk_N : N ; - moruna_N : N ; - morunov_A : A ; - morfema_N : N ; - morfin_N : N ; - morfinizym_N : N ; - morfinist_N : N ; - morfinistka_N : N ; - morfogeneza_N : N ; - morfologi_ch_en_A : A ; - morfologi_ja__N : N ; - mor_ja__V : V ; - mor_ja_k_N : N ; - mor_ja__sh_ki_A : A ; - moskovec_N : N ; - moskovski_A : A ; - moskov_ch_anin_N : N ; - moskov_ch_anka_N : N ; - most_N : N ; - mostik_N : N ; - mostov_A : A ; - mostovak_N : N ; - mostovi_A : A ; - mostra_N : N ; - mostren_A : A ; - most_ch_e_N : N ; - motam_V : V ; - motane_N : N ; - mota_ja__V : V ; - motel_N : N ; - motiv_N : N ; - motivaci_ja__N : N ; - motiviram_V : V ; - motivirane_N : N ; - motiviranost_N : N ; - motivirovka_N : N ; - motika_N : N ; - moto_N : N ; - motovila_N : N ; - motovilka_N : N ; - motolev_ja__V : V ; - motoped_N : N ; - motopista_N : N ; - motor_N : N ; - motoren_A : A ; - motoretka_N : N ; - motorizaci_ja__N : N ; - motoriziram_V : V ; - motoriziran_A : A ; - motorizirane_N : N ; - motorist_N : N ; - motornica_N : N ; - mototrion_N : N ; - motociklet_N : N ; - motocikleten_A : A ; - motocikletizym_N : N ; - motocikletist_N : N ; - motocikletistka_N : N ; - motocikyl_N : N ; - motrisa_N : N ; - mohamedanin_N : N ; - mohamedanka_N : N ; - mohamedanski_A : A ; - mohamedanstvo_N : N ; - moher_N : N ; - mohikan_N : N ; - mocartov_A : A ; - mo_ch_ur_N : N ; - mo_ch_uri_sht_e_N : N ; - mo_ch_urliv_A : A ; - mo_sh_enik_N : N ; - mo_sh_eni_ch_eski_A : A ; - mo_sh_eni_ch_estvam_V : V ; - mo_sh_eni_ch_estvane_N : N ; - mo_sh_eni_ch_estvo_N : N ; - mo_sh_eni_ch_estvuvam_V : V ; - mo_sh_eni_ch_estvuvane_N : N ; - mo_sh_eni_ch_ka_N : N ; - mo_sht__N : N ; - mo_sht_en_A : A ; - mo_sht_ehranitelnica_N : N ; - mo_sht_nost_N : N ; - mra_V : V ; - mrave_sh_ki_A : A ; - mravi_A : A ; - mravka_N : N ; - mravo_ja_d_N : N ; - mravun_ja_k_N : N ; - mrav_ch_en_A : A ; - mrav_ch_i_A : A ; - mraz_N : N ; - mrazen_A : A ; - mrazovec_N : N ; - mrazovit_A : A ; - mrazovitost_N : N ; - mrazoustoj_ch_iv_A : A ; - mrazoustoj_ch_ivost_N : N ; - mraz_ja__V : V ; - mrak_N : N ; - mrakobesie_N : N ; - mrakobesnik_N : N ; - mrakobesnica_N : N ; - mrakobesni_ch_eski_A : A ; - mrakobesni_ch_estvo_N : N ; - mramor_N : N ; - mramoren_A : A ; - mra_ch_a_V : V ; - mra_ch_evina_N : N ; - mra_ch_en_A : A ; - mra_ch_ina_N : N ; - mra_ch_nost_N : N ; - mre_zj_a_N : N ; - mre_zj_est_A : A ; - mre_zj_ov_A : A ; - mre_zj_oviden_A : A ; - mre_zj_okril_A : A ; - mryvka_N : N ; - mrydvam_V : V ; - mrydvane_N : N ; - mryzla_N : N ; - mryzlxo_N : N ; - mryzna_V : V ; - mrykvam_V : V ; - mrykvane_N : N ; - mrynkam_V : V ; - mrynkane_N : N ; - mrysen_A : A ; - mrysnik_N : N ; - mrysnica_N : N ; - mrysnozelen_A : A ; - mrysota_N : N ; - mrysoti_ja__N : N ; - mry_sht_ene_N : N ; - mry_sht__ja__V : V ; - mr_ja_na_N : N ; - mr_ja_nka_N : N ; - muden_A : A ; - mudnost_N : N ; - mu_zj_ik_N : N ; - muza_N : N ; - muzeen_A : A ; - muzej_N : N ; - muzika_N : N ; - muzikalen_A : A ; - muzikalnost_N : N ; - muzikant_N : N ; - muzikantka_N : N ; - muzikantski_A : A ; - muzikoved_N : N ; - muzikolog_N : N ; - muzikhol_N : N ; - mukava_N : N ; - mukaven_A : A ; - mukam_V : V ; - mukane_N : N ; - mulat_N : N ; - mulatka_N : N ; - mulatski_A : A ; - mule_N : N ; - muletar_N : N ; - muletarka_N : N ; - mule_sh_ki_A : A ; - muline_N : N ; - multivibrator_N : N ; - multilateralen_A : A ; - multimedien_A : A ; - multimedi_ja__N : N ; - multimilioner_N : N ; - multipleks_N : N ; - multipleksirane_N : N ; - multipleksor_N : N ; - multiplikator_N : N ; - multiplikacionen_A : A ; - multiplikaci_ja__N : N ; - multiprocesor_N : N ; - multistruen_A : A ; - mumifikaci_ja__N : N ; - mumificiram_V : V ; - mumificirane_N : N ; - mumi_ja__N : N ; - mundir_N : N ; - mund_sht_uk_N : N ; - municionen_A : A ; - municipalen_A : A ; - munici_ja__N : N ; - mura_N : N ; - murafet_N : N ; - murafetli_A : A ; - murgav_A : A ; - murgavina_N : N ; - murgavost_N : N ; - musaka_N : N ; - muselin_N : N ; - muselinov_A : A ; - musene_N : N ; - muska_N : N ; - muskal_N : N ; - muskatov_A : A ; - musket_N : N ; - musketarski_A : A ; - muskul_N : N ; - muskulatura_N : N ; - muskulen_A : A ; - muskulest_A : A ; - muskus_N : N ; - muskusen_A : A ; - muson_N : N ; - mustak_N : N ; - mustakat_A : A ; - mustang_N : N ; - musta_ch_e_N : N ; - musta_ch_ki_N : N ; - mus_ja__V : V ; - mutacionen_A : A ; - mutaci_ja__N : N ; - mutiram_V : V ; - mutirane_N : N ; - mutolev_ja__V : V ; - mutra_N : N ; - mutualizym_N : N ; - mufa_N : N ; - mufel_N : N ; - muflon_N : N ; - muft_N : N ; - mufta_N : N ; - muftad_zj_i_ja__N : N ; - muha_N : N ; - muhabet_N : N ; - muhavene_N : N ; - muham_V : V ; - muhane_N : N ; - muhla_N : N ; - muhlxo_N : N ; - muhl_ja_sam_V : V ; - muhl_ja_svam_V : V ; - muhl_ja_svane_N : N ; - muhogonka_N : N ; - muholov_N : N ; - muholovka_N : N ; - muhomorka_N : N ; - muhyl_N : N ; - mucuna_N : N ; - mucunest_A : A ; - mucunka_N : N ; - mu_ch_a_V : V ; - mu_ch_ene_N : N ; - mu_sh_a_V : V ; - mu_sh_ama_N : N ; - mu_sh_amen_A : A ; - mu_sh_ami_ch_ka_N : N ; - mu_sh_vam_V : V ; - mu_sh_vane_N : N ; - mu_sh_ika_N : N ; - mu_sh_ica_N : N ; - mu_sh_i_ch_ka_N : N ; - mu_sh_ka_N : N ; - mu_sh_kam_V : V ; - mu_sh_kane_N : N ; - mu_sh_kato_N : N ; - mu_sh_morok_N : N ; - mu_sh_mula_N : N ; - mygla_N : N ; - myglen_A : A ; - mygle_ja__V : V ; - mygliv_A : A ; - myglivost_N : N ; - mygloviden_A : A ; - myglovit_A : A ; - mygloobrazen_A : A ; - mygl_ja_v_A : A ; - mygl_ja_vina_N : N ; - mygl_ja_vost_N : N ; - mydrene_N : N ; - mydrec_N : N ; - mydre_ja__V : V ; - mydrost_N : N ; - mydruvam_V : V ; - mydruvane_N : N ; - mydr_ja__V : V ; - mydyr_A : A ; - my_zj__N : N ; - my_zj_aga_N : N ; - my_zj_deene_N : N ; - my_zj_dele_ja__V : V ; - my_zj_deliv_A : A ; - my_zj_delivost_N : N ; - my_zj_de_ja__V : V ; - my_zj_div_A : A ; - my_zj_dukam_V : V ; - my_zj_dukane_N : N ; - my_zj_d_ja__V : V ; - my_zj_emrazka_N : N ; - my_zj_estven_A : A ; - my_zj_estvenost_N : N ; - my_zj_estvo_N : N ; - my_zj_eubijstvo_N : N ; - my_zj_eubijca_N : N ; - my_zj_kar_N : N ; - my_zj_karana_N : N ; - my_zj_karka_N : N ; - my_zj_karski_A : A ; - my_zj_ki_A : A ; - my_zj_le_N : N ; - my_zj_ov_A : A ; - myzga_N : N ; - myka_N : N ; - mykna_V : V ; - mylva_N : N ; - mylvene_N : N ; - mylv_ja__V : V ; - mylnien_A : A ; - mylnienosen_A : A ; - mylni_ja__N : N ; - myl_ch_a_V : V ; - myl_ch_aliv_A : A ; - myl_ch_alivec_N : N ; - myl_ch_alivost_N : N ; - myl_ch_ane_N : N ; - myl_ch_anie_N : N ; - mymrene_N : N ; - mymr_ja__V : V ; - mynik_N : N ; - mynisten_A : A ; - mynisto_N : N ; - myni_ch_e_N : N ; - myni_ch_yk_A : A ; - mynkam_V : V ; - mynkane_N : N ; - myrdam_V : V ; - myrdane_N : N ; - myrzel_N : N ; - myrzelan_N : N ; - myrzelanski_A : A ; - myrzeliv_A : A ; - myrzelivec_N : N ; - myrzelivka_N : N ; - myrzelivost_N : N ; - myrzeluvam_V : V ; - myrzeluvane_N : N ; - myrkam_V : V ; - myrkane_N : N ; - myrla_N : N ; - myrliv_A : A ; - myrlxo_N : N ; - myrl_ja__V : V ; - myrl_ja_v_A : A ; - myrl_ja_ne_N : N ; - myrl_ja__ch__N : N ; - myrmorene_N : N ; - myrmorko_N : N ; - myrmorkovica_N : N ; - myrmor_ja__V : V ; - myrsene_N : N ; - myrsuvam_V : V ; - myrsuvane_N : N ; - myrs_ja__V : V ; - myrtvec_N : N ; - myrtve_sh_ki_A : A ; - myrtve_ja__V : V ; - myrtvilo_N : N ; - myrtvina_N : N ; - myrtvopi_ja_n_A : A ; - myrtvoroden_A : A ; - myrtyv_A : A ; - myr_sh_a_N : N ; - myr_sh_av_A : A ; - myr_sh_ave_ja__V : V ; - myr_sh_avina_N : N ; - myr_sh_avost_N : N ; - myr_sh_o_ja_d_N : N ; - myr_sh_o_ja_den_A : A ; - myst_N : N ; - mystitel_N : N ; - mystitelen_A : A ; - mystitelka_N : N ; - myst_ja__V : V ; - myten_A : A ; - mytene_N : N ; - mytenica_N : N ; - mytilka_N : N ; - mytilo_N : N ; - mytne_ja__V : V ; - mytnost_N : N ; - myt_ja__V : V ; - myh_N : N ; - myhav_A : A ; - myhavost_N : N ; - myhat_A : A ; - myhest_A : A ; - myhnat_A : A ; - myhnatost_N : N ; - myhov_A : A ; - my_ch_a_V : V ; - my_ch_en_A : A ; - my_ch_ene_N : N ; - my_ch_enie_N : N ; - my_ch_enik_N : N ; - my_ch_enica_N : N ; - my_ch_eni_ch_eski_A : A ; - my_ch_eni_ch_estvo_N : N ; - my_ch_ili_sht_e_N : N ; - my_ch_itel_N : N ; - my_ch_itelen_A : A ; - my_ch_itelka_N : N ; - my_ch_itelski_A : A ; - my_ch_ne_ja__V : V ; - my_ch_nodostypen_A : A ; - my_ch_noopredelim_A : A ; - my_ch_nopodvi_zj_en_A : A ; - my_ch_nopodvi_zj_nost_N : N ; - my_ch_nopreodolim_A : A ; - my_ch_noprisposobim_A : A ; - my_ch_noprohodim_A : A ; - my_ch_noraztopim_A : A ; - my_ch_nosmilaem_A : A ; - my_ch_nosmilatelen_A : A ; - my_ch_noti_ja__N : N ; - my_ch_notopimost_N : N ; - m_iu_zikyl_N : N ; - m_iu_re_N : N ; - m_iu_s_iu_lmanin_N : N ; - m_iu_s_iu_lmanka_N : N ; - m_iu_s_iu_lmanski_A : A ; - m_iu_s_iu_lmanstvo_N : N ; - m_iu_ftijski_A : A ; - m_iu_ftijstvo_N : N ; - m_iu_fti_ja__N : N ; - m_iu__sht_eri_ja__N : N ; - m_ja_zam_V : V ; - m_ja_zane_N : N ; - m_ja_kam_V : V ; - m_ja_kane_N : N ; - m_ja_ra_N : N ; - m_ja_rvam_V : V ; - m_ja_rvane_N : N ; - m_ja_rka_N : N ; - m_ja_rkam_V : V ; - m_ja_rkane_N : N ; - m_ja_sto_N : N ; - m_ja_tam_V : V ; - m_ja_tane_N : N ; - m_ja_ukam_V : V ; - m_ja_ukane_N : N ; - m_ja_h_N : N ; - naakan_A : A ; - nabav_ja_m_V : V ; - nabav_ja_ne_N : N ; - nabadanosane_N : N ; - nabarane_N : N ; - nabarvam_V : V ; - nabarvane_N : N ; - naba_ja__V : V ; - nabeg_N : N ; - nabeden_A : A ; - nabedrenik_N : N ; - nabed_ja_vam_V : V ; - nabed_ja_vane_N : N ; - nabe_zj_davam_V : V ; - nabe_zj_davane_N : N ; - nabelvam_V : V ; - nabelvane_N : N ; - nabel_ja_zan_A : A ; - nabel_ja_zvam_V : V ; - nabel_ja_zvane_N : N ; - nabesne_ja__V : V ; - nabivam_V : V ; - nabivane_N : N ; - nabivka_N : N ; - nabiram_V : V ; - nabirane_N : N ; - nabira_ch__N : N ; - nabit_A : A ; - nabitost_N : N ; - nabi_ch_vam_V : V ; - nabi_ch_vane_N : N ; - nable_ja__V : V ; - nabli_zj_avam_V : V ; - nabli_zj_avane_N : N ; - nablyskvam_V : V ; - nablyskvane_N : N ; - nabl_iu_davam_V : V ; - nabl_iu_davane_N : N ; - nabl_iu_datel_N : N ; - nabl_iu_datelen_A : A ; - nabl_iu_datelka_N : N ; - nabl_iu_datelnica_N : N ; - nabl_iu_datelnost_N : N ; - nabl_iu_denie_N : N ; - nabl_ja_gam_V : V ; - nabl_ja_gane_N : N ; - nabo_zj_dam_V : V ; - nabo_zj_dane_N : N ; - nabo_zj_en_A : A ; - nabo_zj_nost_N : N ; - nabozavam_V : V ; - nabozavane_N : N ; - naboklu_ch_vam_V : V ; - naboklu_ch_vane_N : N ; - nabol_ja_vam_V : V ; - nabol_ja_vane_N : N ; - nabol_ja_l_A : A ; - nabor_N : N ; - naboren_A : A ; - nabrazden_A : A ; - nabrazd_ja_vam_V : V ; - nabrazd_ja_vane_N : N ; - nabra_sh_n_ja_vam_V : V ; - nabra_sh_n_ja_vane_N : N ; - nabro_ja_vam_V : V ; - nabro_ja_vane_N : N ; - nabrulvam_V : V ; - nabrulvane_N : N ; - nabrul_ja_m_V : V ; - nabry_ch_kan_A : A ; - nabry_ch_kane_N : N ; - nabry_ch_kanost_N : N ; - nabry_ch_kvam_V : V ; - nabry_ch_kvane_N : N ; - nabry_sht_olev_ja_m_V : V ; - nabry_sht_olev_ja_ne_N : N ; - nabutvam_V : V ; - nabutvane_N : N ; - nabuhvam_V : V ; - nabuhvane_N : N ; - nabu_ch_vam_V : V ; - nabu_ch_vane_N : N ; - nabybvam_V : V ; - nabybvane_N : N ; - nabybr_ja_m_V : V ; - nabybr_ja_ne_N : N ; - nabykan_A : A ; - nabykvam_V : V ; - nabykvane_N : N ; - nabyrborvam_V : V ; - nabyrkvam_V : V ; - nabyrkvane_N : N ; - nabyr_ch_vam_V : V ; - nabyr_ch_vane_N : N ; - nabyhtvam_V : V ; - nabyhtvane_N : N ; - navad_ja__V : V ; - navaksam_V : V ; - navaksvam_V : V ; - navaksvane_N : N ; - navalica_N : N ; - naval_ja_vam_V : V ; - naval_ja_vane_N : N ; - naval_ja_m_V : V ; - naval_ja_ne_N : N ; - navar_ja_vam_V : V ; - navar_ja_vane_N : N ; - navdigam_V : V ; - navdigane_N : N ; - nave_zj_dam_V : V ; - nave_zj_dane_N : N ; - navej_N : N ; - naves_N : N ; - navesvam_V : V ; - navesvane_N : N ; - navesen_A : A ; - navestitel_N : N ; - navest_ja_vam_V : V ; - navest_ja_vane_N : N ; - navetren_A : A ; - nave_ch_erie_N : N ; - nave_ch_er_ja_m_V : V ; - nave_ch_er_ja_ne_N : N ; - nave_ja_n_A : A ; - navzemam_V : V ; - navzemane_N : N ; - navzimam_V : V ; - navzimane_N : N ; - navivam_V : V ; - navivane_N : N ; - navivka_N : N ; - navigator_N : N ; - navigatorka_N : N ; - navigatorski_A : A ; - navigacionen_A : A ; - navigaci_ja__N : N ; - navigiram_V : V ; - navigirane_N : N ; - navi_zj_dam_V : V ; - navi_zj_dane_N : N ; - navik_N : N ; - navikane_N : N ; - navikvam_V : V ; - navikvane_N : N ; - navikna_V : V ; - navintvam_V : V ; - navintvane_N : N ; - navirane_N : N ; - navirvam_V : V ; - navirvane_N : N ; - navir_ja_m_V : V ; - navir_ja_ne_N : N ; - navisvam_V : V ; - navisvane_N : N ; - navla_zj_nenost_N : N ; - navla_zj_ne_ja__V : V ; - navla_zj_n_ja_vam_V : V ; - navla_zj_n_ja_vane_N : N ; - navlek_N : N ; - navlizam_V : V ; - navlizane_N : N ; - navli_ch_am_V : V ; - navli_ch_ane_N : N ; - navlo_N : N ; - navodnenie_N : N ; - navodn_ja_vam_V : V ; - navodn_ja_vane_N : N ; - navoj_N : N ; - navra_V : V ; - navre_zj_dam_V : V ; - navre_zj_dane_N : N ; - navremenen_A : A ; - navremeni_A : A ; - navremennost_N : N ; - navremen_ja__V : V ; - navremen_ja_vane_N : N ; - navr_ja__V : V ; - navu_sht_a_N : N ; - navy_zj_dam_V : V ; - navy_zj_dane_N : N ; - navyrv_ja_m_V : V ; - navyrv_ja_ne_N : N ; - navyrzvam_V : V ; - navyrzvane_N : N ; - navyrtam_V : V ; - navyrtane_N : N ; - navyrtvam_V : V ; - navyrtvane_N : N ; - navyrt_ja_vam_V : V ; - navyr_sh_avam_V : V ; - navyr_sh_avane_N : N ; - navyr_sh_vam_V : V ; - navyr_sh_vane_N : N ; - navysvam_V : V ; - navysvane_N : N ; - navysen_A : A ; - navysenost_N : N ; - nav_ja_vam_V : V ; - nav_ja_vane_N : N ; - nav_ja_hvam_V : V ; - nav_ja_hvane_N : N ; - naga_zj_dam_V : V ; - naga_zj_dane_N : N ; - naga_zj_da_ch__N : N ; - nagazvam_V : V ; - nagazvane_N : N ; - nagajka_N : N ; - nagan_N : N ; - nagar_N : N ; - nagar_ch_am_V : V ; - nagar_ch_ane_N : N ; - nagar_ja_m_V : V ; - nagar_ja_ne_N : N ; - nagizvam_V : V ; - nagizvane_N : N ; - nagizdvam_V : V ; - nagizdvane_N : N ; - nagizden_A : A ; - nagizd_ja_m_V : V ; - nagizd_ja_ne_N : N ; - nagizna_V : V ; - nagladuvam_V : V ; - nagladuvane_N : N ; - naglad_ja__V : V ; - naglasa_N : N ; - naglasen_A : A ; - naglas_ja_vam_V : V ; - naglas_ja_vane_N : N ; - naglas_ja_m_V : V ; - naglas_ja_ne_N : N ; - nagledam_V : V ; - nagledane_N : N ; - nagledvam_V : V ; - nagledvane_N : N ; - nagledva_ch__N : N ; - nagledva_ch_ka_N : N ; - nagleden_A : A ; - naglednik_N : N ; - naglednost_N : N ; - nagle_zj_dam_V : V ; - nagle_zj_dane_N : N ; - naglost_N : N ; - nagnezd_ja_m_V : V ; - nagnetatelen_A : A ; - nagnet_ja_vam_V : V ; - nagnet_ja_vane_N : N ; - nagnivam_V : V ; - nagnivane_N : N ; - nagnitam_V : V ; - nagnitane_N : N ; - nagno_ja_vam_V : V ; - nagno_ja_vane_N : N ; - nagovar_ja_m_V : V ; - nagovar_ja_ne_N : N ; - nagovorvam_V : V ; - nagovorvane_N : N ; - nagodimost_N : N ; - nagodliv_A : A ; - nagodlivost_N : N ; - nagod_ja_vam_V : V ; - nagod_ja_vane_N : N ; - nagolem_ja_vam_V : V ; - nagon_N : N ; - nagonvam_V : V ; - nagonvane_N : N ; - nagoren_A : A ; - nagore_sht__ja_vam_V : V ; - nagore_sht__ja_vane_N : N ; - nagorni_sht_e_N : N ; - nagor_ch_avam_V : V ; - nagor_ch_avane_N : N ; - nagor_ja_vam_V : V ; - nagor_ja_vane_N : N ; - nagost_ja_vam_V : V ; - nagost_ja_vane_N : N ; - nagotv_ja_m_V : V ; - nagotv_ja_ne_N : N ; - nago_sht_avam_V : V ; - nago_sht_avane_N : N ; - nago_ja_vam_V : V ; - nago_ja_vane_N : N ; - nagrabvam_V : V ; - nagrabvane_N : N ; - nagrab_ja_m_V : V ; - nagrab_ja_ne_N : N ; - nagrada_N : N ; - nagra_zj_davam_V : V ; - nagra_zj_davane_N : N ; - nagrakam_V : V ; - nagrakane_N : N ; - nagrakvam_V : V ; - nagrakvane_N : N ; - nagramad_ja__V : V ; - nagran_ja_vam_V : V ; - nagran_ja_vane_N : N ; - nagra_ch_vam_V : V ; - nagrebvam_V : V ; - nagrebvane_N : N ; - nagrevatel_N : N ; - nagrevatelen_A : A ; - nagreven_A : A ; - nagrevka_N : N ; - nagrizvam_V : V ; - nagrizvane_N : N ; - nagrub_ja_vam_V : V ; - nagrub_ja_vane_N : N ; - nagruzka_N : N ; - nagruhane_N : N ; - nagruhvam_V : V ; - nagruhvane_N : N ; - nagryden_A : A ; - nagrydnik_N : N ; - nagr_ja_vam_V : V ; - nagr_ja_vane_N : N ; - nagr_ja_vka_N : N ; - nagr_ja_t_A : A ; - nagyvam_V : V ; - nagyvane_N : N ; - nagyzur_ch_vam_V : V ; - nagyzur_ch_vane_N : N ; - nagyl_A : A ; - nagyltane_N : N ; - nagyltvam_V : V ; - nagyltvane_N : N ; - nagyl_ch_avam_V : V ; - nagyl_ch_avane_N : N ; - nagynatost_N : N ; - nagyrbvam_V : V ; - nagyrbvane_N : N ; - nagyrbu_sh_vam_V : V ; - nagyrbu_sh_vane_N : N ; - nagyrb_ja_m_V : V ; - nagyrb_ja_ne_N : N ; - nagyr_ch_vam_V : V ; - nagyr_ch_vane_N : N ; - nagyr_ch_enost_N : N ; - nadavam_V : V ; - nadavane_N : N ; - nadaren_A : A ; - nadarenost_N : N ; - nadar_ja_vam_V : V ; - nadar_ja_vane_N : N ; - nadbavka_N : N ; - nadbybre_ch_en_A : A ; - nadb_ja_gvam_V : V ; - nadb_ja_gvane_N : N ; - nadvarvam_V : V ; - nadvarvane_N : N ; - nadvar_ja_m_V : V ; - nadvar_ja_ne_N : N ; - nadvesvam_V : V ; - nadvesvane_N : N ; - nadvesen_A : A ; - nadvzemam_V : V ; - nadvzemane_N : N ; - nadvzimam_V : V ; - nadvzimane_N : N ; - nadvivam_V : V ; - nadvivane_N : N ; - nadvikane_N : N ; - nadvikvam_V : V ; - nadvikvane_N : N ; - nadvisvam_V : V ; - nadvisvane_N : N ; - nadvis_ja__V : V ; - nadvi_sh_avam_V : V ; - nadvi_sh_avane_N : N ; - nadvlasten_A : A ; - nadvlastnik_N : N ; - nadvlastnica_N : N ; - nadvnas_ja_m_V : V ; - nadvnas_ja_ne_N : N ; - nadvoden_A : A ; - nadvry_sht_am_V : V ; - nadglezenen_A : A ; - nadgra_zj_dam_V : V ; - nadgra_zj_dane_N : N ; - nadgre_ja__V : V ; - nadgroben_A : A ; - naddavam_V : V ; - naddavane_N : N ; - naddavka_N : N ; - naddel_ja_vam_V : V ; - naddel_ja_vane_N : N ; - naddumane_N : N ; - naddumvam_V : V ; - naddumvane_N : N ; - nadebelenie_N : N ; - nadebel_ja_vam_V : V ; - nadebel_ja_vane_N : N ; - nade_zj_da_N : N ; - nade_zj_den_A : A ; - nade_zj_dica_N : N ; - nade_zj_dnost_N : N ; - nadenica_N : N ; - nadeni_ch_ka_N : N ; - nade_ja__V : V ; - nad_zj_asvam_V : V ; - nad_zj_asvane_N : N ; - nad_zj_askvam_V : V ; - nad_zj_askvane_N : N ; - nad_zj_iv_ja_vam_V : V ; - nad_zj_iv_ja_vane_N : N ; - nad_zj_ynvam_V : V ; - nad_zj_ynvane_N : N ; - nadzvezden_A : A ; - nadzemam_V : V ; - nadzemane_N : N ; - nadzemen_A : A ; - nadziravam_V : V ; - nadziravane_N : N ; - nadziratel_N : N ; - nadziratelka_N : N ; - nadziratelski_A : A ; - nadzor_N : N ; - nadzoren_A : A ; - nadzornik_N : N ; - nadzornica_N : N ; - nadzorni_ch_eski_A : A ; - nadzyrvam_V : V ; - nadzyrtam_V : V ; - nadzyrtane_N : N ; - nadzyrtvam_V : V ; - nadzyrtvane_N : N ; - nadigam_V : V ; - nadigane_N : N ; - nadigravam_V : V ; - nadigravane_N : N ; - nadipl_ja_m_V : V ; - nadipl_ja_ne_N : N ; - nadiram_V : V ; - nadirane_N : N ; - nadi_sh_ane_N : N ; - nadi_sh_vam_V : V ; - nadi_sh_vane_N : N ; - nadklasov_A : A ; - nadkolenen_A : A ; - nadkosten_A : A ; - nadkostnica_N : N ; - nadle_zj_en_A : A ; - nadlez_N : N ; - nadlygvam_V : V ; - nadlygvane_N : N ; - nadly_zj_en_A : A ; - nadmenen_A : A ; - nadmennost_N : N ; - nadminavam_V : V ; - nadminavane_N : N ; - nadmno_zj_estvo_N : N ; - nadmogvam_V : V ; - nadmogvane_N : N ; - nadmorski_A : A ; - nadmo_sht_en_A : A ; - nadmo_sht_ie_N : N ; - nadnikvam_V : V ; - nadnikvane_N : N ; - nadnica_N : N ; - nadni_ch_am_V : V ; - nadni_ch_ane_N : N ; - nadni_ch_ar_N : N ; - nadni_ch_arka_N : N ; - nadni_ch_arstvo_N : N ; - nadni_ch_en_A : A ; - nadnormen_A : A ; - nadnormenik_N : N ; - nadnormeni_ch_ka_N : N ; - nadovli_ch_am_V : V ; - nadovli_ch_ane_N : N ; - nadoj_N : N ; - nadojvam_V : V ; - nadokarvam_V : V ; - nadokarvane_N : N ; - nadolni_sht_e_N : N ; - nadomen_A : A ; - nadomykvam_V : V ; - nadomykvane_N : N ; - nadonas_ja_m_V : V ; - nadonas_ja_ne_N : N ; - nadoho_zj_dam_V : V ; - nadoho_zj_dane_N : N ; - nado_ja_vam_V : V ; - nado_ja_vane_N : N ; - nado_ja_v_ja_m_V : V ; - nadpaluben_A : A ; - nadpartien_A : A ; - nadpera_V : V ; - nadpivam_V : V ; - nadpivane_N : N ; - nadpis_N : N ; - nadpisvam_V : V ; - nadpisvane_N : N ; - nadpisen_A : A ; - nadplanov_A : A ; - nadpla_sht_am_V : V ; - nadpla_sht_ane_N : N ; - nadpo_ch_ven_A : A ; - nadprevara_N : N ; - nadprevarvam_V : V ; - nadprevarvane_N : N ; - nadprevar_ja_m_V : V ; - nadprevar_ja_ne_N : N ; - nadprepuskane_N : N ; - nadprepuskvam_V : V ; - nadprepuskvane_N : N ; - nadprikazvam_V : V ; - nadprikazvane_N : N ; - nadpripkvam_V : V ; - nadpripkvane_N : N ; - nadp_ja_vam_V : V ; - nadp_ja_vane_N : N ; - nadrabotvam_V : V ; - nadrabotvane_N : N ; - nadraskane_N : N ; - nadraskvam_V : V ; - nadraskvane_N : N ; - nadrasna_V : V ; - nadrastvam_V : V ; - nadrastvane_N : N ; - nadra_sht__ja__V : V ; - nadrebn_ja__V : V ; - nadrebn_ja_vam_V : V ; - nadrebn_ja_vane_N : N ; - nadre_zj_a_V : V ; - nadremvam_V : V ; - nadremvane_N : N ; - nadrobenost_N : N ; - nadrob_ja_vam_V : V ; - nadrob_ja_vane_N : N ; - nadrusane_N : N ; - nadrusvam_V : V ; - nadrusvane_N : N ; - nadrynkane_N : N ; - nadrynkvam_V : V ; - nadrynkvane_N : N ; - nadr_ja_mvam_V : V ; - nadr_ja_mvane_N : N ; - nadsvirvam_V : V ; - nadsvirvane_N : N ; - nadska_ch_am_V : V ; - nadska_ch_ane_N : N ; - nadslov_N : N ; - nadsmivam_V : V ; - nadsmivane_N : N ; - nadstroe_ch_en_A : A ; - nadstrojka_N : N ; - nadstro_ja_vam_V : V ; - nadstro_ja_vane_N : N ; - nadti_ch_vam_V : V ; - nadti_ch_vane_N : N ; - naduvaem_A : A ; - naduvam_V : V ; - naduvane_N : N ; - naduven_A : A ; - nadumvam_V : V ; - nadumvane_N : N ; - nadumkvam_V : V ; - nadumkvane_N : N ; - nadup_ch_vam_V : V ; - nadup_ch_vane_N : N ; - nadup_ch_en_A : A ; - nadup_ch_enost_N : N ; - nadut_A : A ; - nadutost_N : N ; - naduham_V : V ; - nadu_sh_vam_V : V ; - nadu_sh_vane_N : N ; - nadhvyrl_ja_m_V : V ; - nadhvyrl_ja_ne_N : N ; - nadhitr_ja_vam_V : V ; - nadhitr_ja_vane_N : N ; - nadhitr_ja_m_V : V ; - nadhitr_ja_ne_N : N ; - nadcakvam_V : V ; - nadcenka_N : N ; - nadcen_ja_vam_V : V ; - nadcen_ja_vane_N : N ; - nad_ch_et_N : N ; - nad_ch_eta_V : V ; - nadynvam_V : V ; - nadynvane_N : N ; - nadyrv_ja_m_V : V ; - nadyrv_ja_ne_N : N ; - nadyrdorvam_V : V ; - nadyrdorvane_N : N ; - nadyhvam_V : V ; - nadyhvane_N : N ; - nad_ja_vam_V : V ; - nad_ja_vane_N : N ; - nad_ja__zj_dam_V : V ; - nad_ja__zj_dane_N : N ; - nad_ja_lam_V : V ; - nad_ja_m_V : V ; - naedr_ja_vam_V : V ; - naedr_ja_vane_N : N ; - nae_zj_vam_V : V ; - nae_zj_vane_N : N ; - nae_zj_en_A : A ; - nae_zj_enost_N : N ; - naelektriziram_V : V ; - naelektrizirane_N : N ; - naem_N : N ; - naemam_V : V ; - naemane_N : N ; - naematel_N : N ; - naematelka_N : N ; - naemen_A : A ; - naemnik_N : N ; - naemni_ch_eski_A : A ; - naemni_ch_estvo_N : N ; - naemodatel_N : N ; - naemodatelka_N : N ; - naet_A : A ; - na_zj_alen_A : A ; - na_zj_alenost_N : N ; - na_zj_al_ja_vam_V : V ; - na_zj_al_ja_vane_N : N ; - na_zj_dam_V : V ; - na_zj_dane_N : N ; - na_zj_e_zj_avam_V : V ; - na_zj_e_zj_avane_N : N ; - na_zj_e_zj_aem_A : A ; - na_zj_e_zj_en_A : A ; - na_zj_e_zj_enost_N : N ; - na_zj_ive_ja__V : V ; - na_zj_iv_ja_vam_V : V ; - na_zj_iv_ja_vane_N : N ; - na_zj_ulvam_V : V ; - na_zj_ulvane_N : N ; - nazadni_ch_av_A : A ; - nazadni_ch_avost_N : N ; - nazalen_A : A ; - nazalnost_N : N ; - nazvan_A : A ; - nazvanie_N : N ; - nazdravica_N : N ; - nazemen_A : A ; - nazidavam_V : V ; - nazidavane_N : N ; - nazidanie_N : N ; - nazidatelen_A : A ; - nazidatelnost_N : N ; - nazimam_V : V ; - nazimane_N : N ; - nazlyndisane_N : N ; - nazlyndisvam_V : V ; - nazlyndisvane_N : N ; - nazna_ch_avam_V : V ; - nazna_ch_avane_N : N ; - nazna_ch_enie_N : N ; - nazobane_N : N ; - nazobvam_V : V ; - nazobvane_N : N ; - nazob_ja_vam_V : V ; - nazob_ja_vane_N : N ; - nazovavam_V : V ; - nazovavane_N : N ; - nazovane_N : N ; - nazorvam_V : V ; - nazorvane_N : N ; - nazor_ja_m_V : V ; - nazor_ja_ne_N : N ; - nazr_ja_vam_V : V ; - nazr_ja_vane_N : N ; - nazr_ja_l_A : A ; - nazubr_ja_m_V : V ; - nazubr_ja_ne_N : N ; - nazybvam_V : V ; - nazybvane_N : N ; - nazyben_A : A ; - nazybenost_N : N ; - nazyb_ja_m_V : V ; - nazyb_ja_ne_N : N ; - nazyrvane_N : N ; - nazyrtam_V : V ; - nazyrtane_N : N ; - naiven_A : A ; - naivitet_N : N ; - naivnik_N : N ; - naivnica_N : N ; - naivni_ch_a_V : V ; - naivnost_N : N ; - naigravam_V : V ; - naigravane_N : N ; - naizka_ch_vam_V : V ; - naizka_ch_vane_N : N ; - naizlizam_V : V ; - naizlizane_N : N ; - naizl_ja_za_V : V ; - naizsko_ch_a_V : V ; - naizust_ja_vam_V : V ; - naizust_ja_vane_N : N ; - naimenovanie_N : N ; - naimenuvam_V : V ; - naimenuvan_A : A ; - naimenuvane_N : N ; - najlon_N : N ; - najlonov_A : A ; - nakad_ja_vam_V : V ; - nakad_ja_vane_N : N ; - nakazan_A : A ; - nakazanie_N : N ; - nakazatelen_A : A ; - nakazvam_V : V ; - nakazvane_N : N ; - nakazuem_A : A ; - nakazuemost_N : N ; - nakalvam_V : V ; - nakalvane_N : N ; - nakal_ja_vam_V : V ; - nakal_ja_vane_N : N ; - nakal_ja_m_V : V ; - nakal_ja_ne_N : N ; - nakamarvam_V : V ; - nakamarvane_N : N ; - nakamar_ja_vam_V : V ; - nakanvam_V : V ; - nakanvane_N : N ; - nakapvam_V : V ; - nakapvane_N : N ; - nakarvam_V : V ; - nakarvane_N : N ; - nakastr_ja_m_V : V ; - nakastr_ja_ne_N : N ; - nakatran_ja_vam_V : V ; - nakacane_N : N ; - nakacvam_V : V ; - nakacvane_N : N ; - naka_ch_vam_V : V ; - naka_ch_vane_N : N ; - naka_ch_ulvam_V : V ; - naka_ch_ulvane_N : N ; - nakvasvam_V : V ; - nakvasvane_N : N ; - nakvas_ja_m_V : V ; - nakvas_ja_ne_N : N ; - nakipr_ja_m_V : V ; - nakipr_ja_ne_N : N ; - nakip_ja_vam_V : V ; - nakip_ja_vane_N : N ; - nakirliv_ja_m_V : V ; - nakirliv_ja_ne_N : N ; - nakisvam_V : V ; - nakisvane_N : N ; - nakisel_ja_vam_V : V ; - nakisel_ja_vane_N : N ; - nakit_N : N ; - nakitvam_V : V ; - nakitvane_N : N ; - naki_ch_vam_V : V ; - naki_ch_vane_N : N ; - nakladka_N : N ; - nakla_zj_dam_V : V ; - nakla_zj_dane_N : N ; - naklan_ja_m_V : V ; - naklan_ja_ne_N : N ; - naklevet_ja_vam_V : V ; - naklevet_ja_vane_N : N ; - naklejvam_V : V ; - naklejvane_N : N ; - naklepvam_V : V ; - naklepvane_N : N ; - naklon_N : N ; - naklonen_A : A ; - naklonenie_N : N ; - naklonenost_N : N ; - naklonnost_N : N ; - naklonomer_N : N ; - naklon_ja_vam_V : V ; - naklon_ja_vane_N : N ; - naklopvam_V : V ; - nakl_ja_kane_N : N ; - nakl_ja_kvam_V : V ; - nakl_ja_kvane_N : N ; - nakovavam_V : V ; - nakovavane_N : N ; - nakovaln_ja__N : N ; - nakovlad_ja_m_V : V ; - nakovla_zj_dam_V : V ; - nakoko_sh_invam_V : V ; - nakoko_sh_invane_N : N ; - nakolen_A : A ; - nakolennik_N : N ; - nakol_ja__V : V ; - nakone_ch_nik_N : N ; - nakontvam_V : V ; - nakontvane_N : N ; - nakont_ja_m_V : V ; - nakont_ja_ne_N : N ; - nakopavam_V : V ; - nakopavane_N : N ; - nakos_ja_vam_V : V ; - nakos_ja_vane_N : N ; - nakrada_V : V ; - nakrajnik_N : N ; - nakrive_ja__V : V ; - nakriv_ja_vam_V : V ; - nakriv_ja_vane_N : N ; - nakupuvam_V : V ; - nakupuvane_N : N ; - nakup_ja__V : V ; - nakusvam_V : V ; - nakusvane_N : N ; - nakucvam_V : V ; - nakucvane_N : N ; - nakydr_ja_m_V : V ; - nakydr_ja_ne_N : N ; - nakylvavam_V : V ; - nakylvavane_N : N ; - nakylcane_N : N ; - nakylcvam_V : V ; - nakylcvane_N : N ; - nakyrvav_ja_vam_V : V ; - nakyrvav_ja_vane_N : N ; - nakyrkvam_V : V ; - nakyrkvane_N : N ; - nakyrmvam_V : V ; - nakyrmvane_N : N ; - nakyrm_ja_m_V : V ; - nakyrm_ja_ne_N : N ; - nakyrnen_A : A ; - nakyrnenie_N : N ; - nakyrnimost_N : N ; - nakyrn_ja_vam_V : V ; - nakyrn_ja_vane_N : N ; - nakyr_sh_vam_V : V ; - nakyr_sh_vane_N : N ; - nakysane_N : N ; - nakysvam_V : V ; - nakysvane_N : N ; - nalav_ja_m_V : V ; - nalagam_V : V ; - nalagane_N : N ; - nalazvam_V : V ; - nalazvane_N : N ; - nalapane_N : N ; - nalapvam_V : V ; - nalapvane_N : N ; - nala_ja__V : V ; - nalbant_N : N ; - nalbantin_N : N ; - nalbantnica_N : N ; - nalbantski_A : A ; - nalegna_V : V ; - nale_zj_avam_V : V ; - nale_zj_avane_N : N ; - nale_zj_a_sht__A : A ; - nalep_N : N ; - nalepvam_V : V ; - nalepvane_N : N ; - nalep_ja_m_V : V ; - nalep_ja_ne_N : N ; - nalet_ja_vam_V : V ; - nalet_ja_vane_N : N ; - nale_ja__V : V ; - nalivam_V : V ; - nalivane_N : N ; - naliven_A : A ; - nalizvam_V : V ; - nalizvane_N : N ; - naliskane_N : N ; - naliskvam_V : V ; - naliskvane_N : N ; - nalitam_V : V ; - nalitane_N : N ; - nali_ch_en_A : A ; - nali_ch_ie_N : N ; - nali_ch_nost_N : N ; - nalov_ja__V : V ; - nalog_N : N ; - nalo_zj_a_V : V ; - nalo_zj_en_A : A ; - nalo_zj_itelen_A : A ; - nalo_zj_itelnost_N : N ; - nalo_zj_nik_N : N ; - nalo_zj_nica_N : N ; - nalo_zj_ni_ch_estvo_N : N ; - nalokane_N : N ; - nalokvam_V : V ; - nalokvane_N : N ; - nalomotvam_V : V ; - nalomotvane_N : N ; - nalom_ja_vam_V : V ; - nalom_ja_vane_N : N ; - nalo_ch_a_V : V ; - nalude_ja__V : V ; - naludni_ch_av_A : A ; - naludni_ch_avost_N : N ; - naluduvam_V : V ; - naluduvane_N : N ; - nalu_ch_vam_V : V ; - nalu_ch_vane_N : N ; - nalu_ch_kane_N : N ; - nalu_ch_kvam_V : V ; - nalu_ch_kvane_N : N ; - nalym_N : N ; - nal_iu_bvam_V : V ; - nal_iu_bvane_N : N ; - nal_iu_buvam_V : V ; - nal_iu_buvane_N : N ; - nal_iu_skvam_V : V ; - nal_iu_skvane_N : N ; - nal_iu_t_ja_vam_V : V ; - nal_iu_t_ja_vane_N : N ; - nal_iu__sht__ja__V : V ; - nal_ja_gane_N : N ; - nal_ja_gvam_V : V ; - nal_ja_gvane_N : N ; - namagnetiziram_V : V ; - namagnetizirvane_N : N ; - namagnitvane_N : N ; - namagnitenost_N : N ; - namazvam_V : V ; - namazvane_N : N ; - namalenie_N : N ; - namale_ja__V : V ; - namal_ja_vam_V : V ; - namal_ja_vane_N : N ; - namaslenost_N : N ; - namacane_N : N ; - namacvam_V : V ; - namacvane_N : N ; - nama_ch_kane_N : N ; - nama_ch_kvam_V : V ; - nama_ch_kvane_N : N ; - namek_N : N ; - namekvam_V : V ; - namekvane_N : N ; - namel_ja__V : V ; - namerenie_N : N ; - namer_ja__V : V ; - namesa_N : N ; - namesvam_V : V ; - namesvane_N : N ; - namestvam_V : V ; - namestvane_N : N ; - namestnik_N : N ; - namestni_ch_eski_A : A ; - namestni_ch_estvo_N : N ; - nametalka_N : N ; - nametalo_N : N ; - nametka_N : N ; - name_ch_tavam_V : V ; - name_ch_tavane_N : N ; - namigam_V : V ; - namigane_N : N ; - namigvam_V : V ; - namigvane_N : N ; - naminavam_V : V ; - naminavane_N : N ; - namiram_V : V ; - namirane_N : N ; - namirisvam_V : V ; - namirisvane_N : N ; - namisl_ja_m_V : V ; - namisl_ja_ne_N : N ; - namitam_V : V ; - namitane_N : N ; - namno_zj_avam_V : V ; - namno_zj_avane_N : N ; - namokr_ja_m_V : V ; - namokr_ja_ne_N : N ; - namordnik_N : N ; - namotavam_V : V ; - namotavane_N : N ; - namotka_N : N ; - namrazvam_V : V ; - namrazvane_N : N ; - namraz_ja_vam_V : V ; - namryzvam_V : V ; - namryzvane_N : N ; - namry_sht_vam_V : V ; - namry_sht_vane_N : N ; - namry_sht_en_A : A ; - namry_sht_enost_N : N ; - namusvam_V : V ; - namusvane_N : N ; - namusen_A : A ; - namusenost_N : N ; - namu_sh_vam_V : V ; - namu_sh_vane_N : N ; - namu_sh_kam_V : V ; - namu_sh_kvam_V : V ; - namu_sh_kvane_N : N ; - namydruvam_V : V ; - namydruvane_N : N ; - namydr_ja_m_V : V ; - namykvam_V : V ; - namykvane_N : N ; - namyrdvam_V : V ; - namyrdvane_N : N ; - namyrs_ja_vam_V : V ; - namyrs_ja_vane_N : N ; - namy_ch_vam_V : V ; - namy_ch_vane_N : N ; - nam_ja_tam_V : V ; - nam_ja_tane_N : N ; - nanagoren_A : A ; - nanagornica_N : N ; - nanagorni_sht_e_N : N ; - nanadolen_A : A ; - nanadolnica_N : N ; - nanadolni_sht_e_N : N ; - nana_zj_dam_V : V ; - nanas_ja_m_V : V ; - nanas_ja_ne_N : N ; - nane_N : N ; - naniz_N : N ; - nanizvam_V : V ; - nanizvane_N : N ; - nankam_V : V ; - nankane_N : N ; - nanos_N : N ; - nanosvam_V : V ; - nanosvane_N : N ; - nanosen_A : A ; - nansenov_A : A ; - naobikal_ja_m_V : V ; - naobikal_ja_ne_N : N ; - naobli_ch_am_V : V ; - naobli_ch_ane_N : N ; - naob_ja_dvam_V : V ; - naob_ja_dvane_N : N ; - naoka_ch_am_V : V ; - naoka_ch_ane_N : N ; - naoka_ch_vam_V : V ; - naoka_ch_vane_N : N ; - naoravam_V : V ; - naoravane_N : N ; - naostrenost_N : N ; - naostr_ja_m_V : V ; - naostr_ja_ne_N : N ; - nao_ch_nik_N : N ; - napad_N : N ; - napadam_V : V ; - napadane_N : N ; - napadatel_N : N ; - napadatelen_A : A ; - napadatelka_N : N ; - napadatelnost_N : N ; - napadatelski_A : A ; - napadvane_N : N ; - napadenie_N : N ; - napadka_N : N ; - napazaruvam_V : V ; - napazaruvane_N : N ; - napakost_ja_vam_V : V ; - napakost_ja_vane_N : N ; - napalvam_V : V ; - napalvane_N : N ; - napalm_N : N ; - napalmov_A : A ; - naparvam_V : V ; - naparvane_N : N ; - naparf_iu_miram_V : V ; - naparf_iu_miran_A : A ; - naparf_iu_mirane_N : N ; - napar_ch_avam_V : V ; - napar_ch_avane_N : N ; - napasa_V : V ; - napasvam_V : V ; - napasvane_N : N ; - napast_N : N ; - napatvam_V : V ; - napatvane_N : N ; - napa_sht_am_V : V ; - napa_sht_ane_N : N ; - napev_N : N ; - napeven_A : A ; - napevnost_N : N ; - napera_V : V ; - napervam_V : V ; - napervane_N : N ; - naperda_sh_vam_V : V ; - naperda_sh_vane_N : N ; - naperen_A : A ; - naperenost_N : N ; - naper_ch_vam_V : V ; - naper_ch_vane_N : N ; - naper_ja_m_V : V ; - naper_ja_ne_N : N ; - napet_A : A ; - napetost_N : N ; - nape_ch_atane_N : N ; - nape_ch_atvam_V : V ; - nape_ch_atvane_N : N ; - nape_ch_at_ja__V : V ; - nape_ch_elvam_V : V ; - nape_ch_elvane_N : N ; - nape_ch_en_A : A ; - napivam_V : V ; - napivane_N : N ; - napivka_N : N ; - napikavam_V : V ; - napikavane_N : N ; - napipane_N : N ; - napipvam_V : V ; - napipvane_N : N ; - napiram_V : V ; - napirane_N : N ; - napisvam_V : V ; - napisvane_N : N ; - napitka_N : N ; - napi_ch_am_V : V ; - napi_ch_ane_N : N ; - naplakvam_V : V ; - naplakvane_N : N ; - naplast_ja_vam_V : V ; - naplast_ja_vane_N : N ; - naplat_N : N ; - naplat_ja__V : V ; - napla_ch_a_V : V ; - napla_sh_vam_V : V ; - napla_sh_vane_N : N ; - napla_sh_en_A : A ; - napla_sh_enost_N : N ; - napla_sht_am_V : V ; - napla_sht_ane_N : N ; - napleskane_N : N ; - napleskvam_V : V ; - napleskvane_N : N ; - naple_sht__ja__V : V ; - napliv_A : A ; - napliskvam_V : V ; - napliskvane_N : N ; - naplitam_V : V ; - naplitane_N : N ; - naplod_ja_vam_V : V ; - naplod_ja_vane_N : N ; - napl_iu_vam_V : V ; - napl_iu_vane_N : N ; - napl_iu_n_ch_vam_V : V ; - napl_iu_n_ch_vane_N : N ; - napl_iu_skane_N : N ; - napl_iu_skvam_V : V ; - napl_iu_skvane_N : N ; - napl_ja_skane_N : N ; - napl_ja_skvam_V : V ; - napl_ja_skvane_N : N ; - napodob_ja_vam_V : V ; - napodob_ja_vane_N : N ; - napoitelen_A : A ; - napoj_N : N ; - napojvam_V : V ; - napojvane_N : N ; - napoleon_N : N ; - napoleonki_N : N ; - napoleonovski_A : A ; - napole_ja__V : V ; - napomad_ja__V : V ; - napomn_ja_m_V : V ; - napomn_ja_ne_N : N ; - napompvam_V : V ; - napompvane_N : N ; - napor_N : N ; - naporen_A : A ; - naporist_A : A ; - napor_ja__V : V ; - napo_ja_vam_V : V ; - napo_ja_vane_N : N ; - naprava_N : N ; - napravlenie_N : N ; - napravl_ja_vam_V : V ; - napravl_ja_vane_N : N ; - napravl_ja_em_A : A ; - napravl_ja_emost_N : N ; - naprav_ja_m_V : V ; - naprav_ja_ne_N : N ; - naprazen_A : A ; - napraskvam_V : V ; - napraskvane_N : N ; - napra_sh_vam_V : V ; - napra_sh_vane_N : N ; - napra_sht_am_V : V ; - napra_sht_ane_N : N ; - napra_sht__ja_vam_V : V ; - napra_sht__ja_vane_N : N ; - napregnatost_N : N ; - napreda_V : V ; - napredvam_V : V ; - napredvane_N : N ; - napredni_ch_av_A : A ; - napredni_ch_avost_N : N ; - napredyk_N : N ; - napre_zj_enie_N : N ; - napre_ch_vam_V : V ; - napre_ch_vane_N : N ; - napre_ch_en_A : A ; - napre_ch_nik_N : N ; - naprikazvam_V : V ; - naprikazvane_N : N ; - naprobivam_V : V ; - naprobivane_N : N ; - napryskane_N : N ; - napryskvam_V : V ; - napryskvane_N : N ; - naprystnik_N : N ; - napr_ja_gam_V : V ; - napr_ja_gane_N : N ; - napsuvam_V : V ; - napsuvane_N : N ; - napudr_ja_m_V : V ; - napudr_ja_ne_N : N ; - napukan_A : A ; - napukane_N : N ; - napukvam_V : V ; - napukvane_N : N ; - napuskam_V : V ; - napuskane_N : N ; - napusnatost_N : N ; - napust_A : A ; - napuhvam_V : V ; - napuhvane_N : N ; - napu_sh_vam_V : V ; - napu_sh_vane_N : N ; - napu_sht_am_V : V ; - napu_sht_ane_N : N ; - napyvam_V : V ; - napyvane_N : N ; - napy_zj_dam_V : V ; - napy_zj_dane_N : N ; - napylvam_V : V ; - napylvane_N : N ; - napyln_ja_vam_V : V ; - napyln_ja_vane_N : N ; - napyn_N : N ; - napypvam_V : V ; - napypvane_N : N ; - napypl_ja_m_V : V ; - napypl_ja_ne_N : N ; - napystr_ja_m_V : V ; - napystr_ja_ne_N : N ; - napytvam_V : V ; - napytvane_N : N ; - napytstvam_V : V ; - napytstvane_N : N ; - napytstven_A : A ; - napytstvenik_N : N ; - napytstvie_N : N ; - napytstvuvam_V : V ; - napytstvuvane_N : N ; - napyhane_N : N ; - napyhvam_V : V ; - napyhvane_N : N ; - nap_ja_vam_V : V ; - nap_ja_vane_N : N ; - nar_N : N ; - narabotvam_V : V ; - naradvam_V : V ; - naradvane_N : N ; - nara_zj_dam_V : V ; - nara_zj_dane_N : N ; - naramvam_V : V ; - naramvane_N : N ; - naran_ja_vam_V : V ; - naran_ja_vane_N : N ; - narasna_V : V ; - narastvam_V : V ; - narastvane_N : N ; - narastyk_N : N ; - narahatuvam_V : V ; - narahatuvane_N : N ; - nargile_N : N ; - narevavam_V : V ; - narevavane_N : N ; - naredba_N : N ; - nareden_A : A ; - naredenost_N : N ; - nared_ja__V : V ; - nare_zj_dam_V : V ; - nare_zj_dane_N : N ; - narez_N : N ; - nareka_V : V ; - nare_ch_ie_N : N ; - nare_ch_nica_N : N ; - narivam_V : V ; - narivane_N : N ; - narina_V : V ; - narisuvane_N : N ; - naritam_V : V ; - naricatelen_A : A ; - nari_ch_am_V : V ; - nari_ch_ane_N : N ; - narkoanaliz_N : N ; - narkodispanser_N : N ; - narkoza_N : N ; - narkologi_ja__N : N ; - narkoman_N : N ; - narkomani_ja__N : N ; - narkomanka_N : N ; - narkoop_N : N ; - narkoterapi_ja__N : N ; - narkotizaci_ja__N : N ; - narkotiziram_V : V ; - narkotizirane_N : N ; - narkotizym_N : N ; - narkotik_N : N ; - narkoti_ch_en_A : A ; - narmag_N : N ; - narod_N : N ; - naroden_A : A ; - narodnik_N : N ; - narodni_ch_eski_A : A ; - narodni_ch_estvo_N : N ; - narodnodemokrati_ch_en_A : A ; - narodnodemokrati_ch_eski_A : A ; - narodnost_N : N ; - narodnosten_A : A ; - narodnostopanski_A : A ; - narodn_ja_k_N : N ; - narodovlasten_A : A ; - narodovlastie_N : N ; - narodovlastnik_N : N ; - narodovlastni_ch_eski_A : A ; - narodovlastni_ch_estvo_N : N ; - narodoznanie_N : N ; - narodonaselenie_N : N ; - narodoosvoboditelen_A : A ; - narodopis_N : N ; - narodopisen_A : A ; - narodopolezen_A : A ; - naronvam_V : V ; - naronvane_N : N ; - naros_ja_vam_V : V ; - naros_ja_vane_N : N ; - naro_ch_vam_V : V ; - naro_ch_vane_N : N ; - naro_ch_en_A : A ; - naro_ja_vam_V : V ; - naro_ja_vane_N : N ; - narugavam_V : V ; - narugavane_N : N ; - naru_sh_avam_V : V ; - naru_sh_avane_N : N ; - naru_sh_enie_N : N ; - naru_sh_itel_N : N ; - naru_sh_itelka_N : N ; - narcis_N : N ; - narcisizym_N : N ; - narcisist_N : N ; - narcisov_A : A ; - narcisti_ch_en_A : A ; - narybvam_V : V ; - narybvane_N : N ; - naryben_A : A ; - narygvam_V : V ; - narygvane_N : N ; - narykavnik_N : N ; - narysvam_V : V ; - narysvane_N : N ; - naryfane_N : N ; - naryfvam_V : V ; - naryfvane_N : N ; - nary_ch__N : N ; - nary_ch_en_A : A ; - nary_ch_nik_N : N ; - nar_ja_d_N : N ; - nar_ja_den_A : A ; - nar_ja_zvam_V : V ; - nar_ja_zvane_N : N ; - nasa_zj_dam_V : V ; - nasa_zj_dane_N : N ; - nasa_zj_denie_N : N ; - nasa_zj_d_ja__V : V ; - nasapunisam_V : V ; - nasapun_ja__V : V ; - nasvetl_ja_vam_V : V ; - nasvetl_ja_vane_N : N ; - nasvetuvam_V : V ; - nasvetuvane_N : N ; - nasvivam_V : V ; - nasvivane_N : N ; - nasvir_ja__V : V ; - nasv_ja_tkane_N : N ; - nasv_ja_tkvam_V : V ; - nasv_ja_tkvane_N : N ; - nasgoda_N : N ; - nased_ja_vam_V : V ; - nased_ja_vane_N : N ; - nasekomo_N : N ; - nasekomoiztrebitel_N : N ; - nasekomo_ja_den_A : A ; - naselvam_V : V ; - naselvane_N : N ; - naselen_A : A ; - naselenie_N : N ; - naselenost_N : N ; - nasel_ja_vam_V : V ; - nasel_ja_vane_N : N ; - nase_ja__V : V ; - nasilvam_V : V ; - nasilvane_N : N ; - nasilie_N : N ; - nasilnik_N : N ; - nasilnica_N : N ; - nasilni_ch_eski_A : A ; - nasilni_ch_estvo_N : N ; - nasilstven_A : A ; - nasil_ja_m_V : V ; - nasil_ja_ne_N : N ; - nasin_ja_vam_V : V ; - nasin_ja_vane_N : N ; - nasip_N : N ; - nasipvam_V : V ; - nasipvane_N : N ; - nasipva_ch__N : N ; - nasipen_A : A ; - nasita_N : N ; - nasitenost_N : N ; - nasiteno_ch_erven_A : A ; - nasitn_ja_vam_V : V ; - nasitn_ja_vane_N : N ; - nasitn_ja_m_V : V ; - nasitn_ja_ne_N : N ; - nasi_ch_am_V : V ; - nasi_ch_ane_N : N ; - nasi_sht_am_V : V ; - nasi_sht_ane_N : N ; - naska_ch_ane_N : N ; - naska_ch_vam_V : V ; - naska_ch_vane_N : N ; - naskitam_V : V ; - naskoro_sh_en_A : A ; - naskubvam_V : V ; - naskubvane_N : N ; - nasku_ch_avam_V : V ; - nasku_ch_avane_N : N ; - naskyrbitelen_A : A ; - naskyrb_ja_vam_V : V ; - naskyrb_ja_vane_N : N ; - naslagane_N : N ; - naslagvam_V : V ; - naslagvane_N : N ; - naslada_N : N ; - nasla_zj_davam_V : V ; - nasla_zj_davane_N : N ; - nasla_zj_dam_V : V ; - nasla_zj_dane_N : N ; - nasla_zj_denie_N : N ; - naslednik_N : N ; - naslednica_N : N ; - nasledni_ch_eski_A : A ; - nasledni_ch_estvo_N : N ; - nasledstven_A : A ; - nasledstvenost_N : N ; - nasledstvo_N : N ; - nasled_ja_vam_V : V ; - nasled_ja_vane_N : N ; - nasled_ja_em_A : A ; - nasled_ja_emost_N : N ; - naslov_A : A ; - nasloven_A : A ; - nasloenie_N : N ; - naslo_zj_a_V : V ; - naslojka_N : N ; - naslo_ja_vam_V : V ; - naslo_ja_vane_N : N ; - naslu_sh_ane_N : N ; - naslu_sh_vam_V : V ; - naslu_sh_vane_N : N ; - nasl_iu_n_ch_vam_V : V ; - nasl_iu_n_ch_vane_N : N ; - nasme_sh_ka_N : N ; - nasme_sh_liv_A : A ; - nasme_sh_livost_N : N ; - nasmivam_V : V ; - nasmivane_N : N ; - nasmitam_V : V ; - nasmitane_N : N ; - nasmogvam_V : V ; - nasmogvane_N : N ; - nasmol_ja_vam_V : V ; - nasmol_ja_vane_N : N ; - nasmukvam_V : V ; - nasmyrkvam_V : V ; - nasmyrkvane_N : N ; - nasnovavam_V : V ; - nasnovavane_N : N ; - nasoka_N : N ; - nasol_ja_vam_V : V ; - nasol_ja_vane_N : N ; - naso_ch_vam_V : V ; - naso_ch_vane_N : N ; - naso_ch_enost_N : N ; - naspivam_V : V ; - naspivane_N : N ; - naspor_ja_vam_V : V ; - naspor_ja_vane_N : N ; - nasre_sht_en_A : A ; - nasro_ch_vam_V : V ; - nasro_ch_vane_N : N ; - nastavam_V : V ; - nastavane_N : N ; - nastavka_N : N ; - nastavlenie_N : N ; - nastavl_ja_vam_V : V ; - nastavnik_N : N ; - nastavnica_N : N ; - nastavni_ch_eski_A : A ; - nastavni_ch_estvo_N : N ; - nastav_ja_m_V : V ; - nastav_ja_ne_N : N ; - nastana_V : V ; - nastan_ja_vam_V : V ; - nastan_ja_vane_N : N ; - nastel_ja__V : V ; - nastivam_V : V ; - nastivane_N : N ; - nastigam_V : V ; - nastigane_N : N ; - nastilam_V : V ; - nastilane_N : N ; - nastilka_N : N ; - nastinka_N : N ; - nastojnik_N : N ; - nastojnica_N : N ; - nastojni_ch_eski_A : A ; - nastojni_ch_estvo_N : N ; - nastoj_ch_iv_A : A ; - nastoj_ch_ivost_N : N ; - nastolen_A : A ; - nasto_ja_vam_V : V ; - nasto_ja_vane_N : N ; - nasto_ja_telen_A : A ; - nasto_ja_telka_N : N ; - nasto_ja_telnost_N : N ; - nasto_ja_telstvo_N : N ; - nasto_ja__sht__A : A ; - nasto_ja__sht_e_N : N ; - nastradane_N : N ; - nastradvam_V : V ; - nastradvane_N : N ; - nastrigvam_V : V ; - nastrigvane_N : N ; - nastroen_A : A ; - nastroenie_N : N ; - nastrojvam_V : V ; - nastrojvane_N : N ; - nastrojka_N : N ; - nastryhvam_V : V ; - nastryhvane_N : N ; - nastuduvam_V : V ; - nastuduvane_N : N ; - nastypatelen_A : A ; - nastypatelnost_N : N ; - nastypvam_V : V ; - nastypvane_N : N ; - nastyplenie_N : N ; - nastyp_ja_m_V : V ; - nastyp_ja_ne_N : N ; - nastyrven_A : A ; - nastyrvenie_N : N ; - nastyrvenost_N : N ; - nastyrv_ja_vam_V : V ; - nastyrv_ja_vane_N : N ; - nastyrgvam_V : V ; - nastyrgvane_N : N ; - nasukvam_V : V ; - nasukvane_N : N ; - nasybiram_V : V ; - nasybirane_N : N ; - nasyd_ja__V : V ; - nasylz_ja_vam_V : V ; - nasylz_ja_vane_N : N ; - nasyr_ch_avam_V : V ; - nasyr_ch_avane_N : N ; - nasyr_ch_enie_N : N ; - nasyr_ch_itel_N : N ; - nasyr_ch_itelen_A : A ; - nasyskane_N : N ; - nasyskvam_V : V ; - nasyskvane_N : N ; - nasy_sht__A : A ; - nasy_sht_en_A : A ; - nas_ja_vam_V : V ; - nas_ja_vane_N : N ; - nas_ja_dam_V : V ; - nas_ja_dane_N : N ; - nataman_ja_vam_V : V ; - nataman_ja_vane_N : N ; - natancuvam_V : V ; - natancuvane_N : N ; - natap_ja_m_V : V ; - natap_ja_ne_N : N ; - nataral_ja_nkvam_V : V ; - nataral_ja_nkvane_N : N ; - nataty_sh_en_A : A ; - natgovarvam_V : V ; - natgovarvane_N : N ; - nategvam_V : V ; - nategvane_N : N ; - nategl_ja_m_V : V ; - nategl_ja_ne_N : N ; - nategnatost_N : N ; - nate_zj_avam_V : V ; - nate_zj_avane_N : N ; - nate_zj_ne_ja__V : V ; - nateka_V : V ; - natemar_ja_vam_V : V ; - natemar_ja_vane_N : N ; - natepvam_V : V ; - natep_ja__V : V ; - natikvam_V : V ; - natikvane_N : N ; - natiknat_A : A ; - natirvam_V : V ; - natirvane_N : N ; - natir_ja_m_V : V ; - natir_ja_ne_N : N ; - natisvam_V : V ; - natisvane_N : N ; - natisk_N : N ; - natiskam_V : V ; - natiskane_N : N ; - natlaskane_N : N ; - natlaskvam_V : V ; - natlaskvane_N : N ; - natla_ch_vam_V : V ; - natla_ch_vane_N : N ; - natovarvam_V : V ; - natovarvane_N : N ; - natovaren_A : A ; - natovarenost_N : N ; - natovar_ja_m_V : V ; - natovar_ja_ne_N : N ; - natopl_ja_m_V : V ; - natopl_ja_ne_N : N ; - natoporvam_V : V ; - natoporvane_N : N ; - natoporen_A : A ; - natop_ja_vam_V : V ; - natop_ja_vane_N : N ; - nator_ja_vam_V : V ; - nator_ja_vane_N : N ; - nato_ch_vam_V : V ; - nato_ch_vane_N : N ; - natrakane_N : N ; - natrakvam_V : V ; - natrakvane_N : N ; - natrapvam_V : V ; - natrapvane_N : N ; - natrapliv_A : A ; - natrapnik_N : N ; - natrapnica_N : N ; - natrapni_ch_av_A : A ; - natrapni_ch_avost_N : N ; - natrapni_ch_eski_A : A ; - natrapni_ch_estvo_N : N ; - natrap_ch_iv_A : A ; - natrap_ch_ivost_N : N ; - natreniranost_N : N ; - natrivam_V : V ; - natrivane_N : N ; - natrivka_N : N ; - natriev_A : A ; - natrij_N : N ; - natro_sh_avam_V : V ; - natro_sh_avane_N : N ; - natrupvam_V : V ; - natrupvane_N : N ; - natrufenost_N : N ; - natruf_ja_m_V : V ; - natruf_ja_ne_N : N ; - natryskvam_V : V ; - natryskvane_N : N ; - natry_sh_kane_N : N ; - natry_sh_kvam_V : V ; - natry_sh_kvane_N : N ; - natr_ja_skvam_V : V ; - natr_ja_skvane_N : N ; - natupane_N : N ; - natupvam_V : V ; - natupvane_N : N ; - natura_N : N ; - naturalen_A : A ; - naturalizaci_ja__N : N ; - naturaliziram_V : V ; - naturalizirane_N : N ; - naturalizym_N : N ; - naturalist_N : N ; - naturalisti_ch_en_A : A ; - naturalisti_ch_eski_A : A ; - naturalistka_N : N ; - naturalnost_N : N ; - naturvam_V : V ; - naturvane_N : N ; - naturizym_N : N ; - naturist_N : N ; - naturfilosof_N : N ; - naturfilosofi_ja__N : N ; - naturfilosofski_A : A ; - natur_ja_m_V : V ; - natur_ja_ne_N : N ; - natutkam_V : V ; - naty_zj_avam_V : V ; - naty_zj_avane_N : N ; - naty_zj_enost_N : N ; - natyka_V : V ; - natykvam_V : V ; - natykvane_N : N ; - natykm_ja_vam_V : V ; - natykm_ja_vane_N : N ; - natypkan_A : A ; - natypkvam_V : V ; - natypkvane_N : N ; - natyrkal_ja_m_V : V ; - natyrkal_ja_ne_N : N ; - natyrkane_N : N ; - natyrkvam_V : V ; - natyrkvane_N : N ; - natyrtvam_V : V ; - natyrtvane_N : N ; - natytruzvam_V : V ; - natytruzvane_N : N ; - nat_iu_rel_N : N ; - nat_iu_rizym_N : N ; - nat_iu_rmort_N : N ; - nat_ja_gam_V : V ; - nat_ja_gane_N : N ; - nat_ja_kvam_V : V ; - nat_ja_kvane_N : N ; - naudr_ja_m_V : V ; - naudr_ja_ne_N : N ; - nauka_N : N ; - naukoznanie_N : N ; - naulav_ja_m_V : V ; - naulav_ja_ne_N : N ; - naum_ja_vam_V : V ; - naum_ja_vane_N : N ; - naustnica_N : N ; - nau_ch_avam_V : V ; - nau_ch_avane_N : N ; - nau_ch_vam_V : V ; - nau_ch_vane_N : N ; - nau_ch_en_A : A ; - nau_ch_noizsledovatelski_A : A ; - nau_ch_nopomo_sht_en_A : A ; - nau_ch_nopopul_ja_ren_A : A ; - nau_ch_nost_N : N ; - nau_ch_notehni_ch_eski_A : A ; - nau_ch_nofantasti_ch_en_A : A ; - nau_sh_nik_N : N ; - nafirkan_A : A ; - nafirkvam_V : V ; - nafirkvane_N : N ; - nafora_N : N ; - nafta_N : N ; - naftalin_N : N ; - naftalinov_A : A ; - naftov_A : A ; - nahakan_A : A ; - nahakanost_N : N ; - nahal_N : N ; - nahalen_A : A ; - nahalnik_N : N ; - nahalnica_N : N ; - nahalni_ch_yk_A : A ; - nahalnost_N : N ; - nahalost_N : N ; - nahalstvo_N : N ; - nahalstvuvam_V : V ; - nahalstvuvane_N : N ; - nahapvam_V : V ; - nahapvane_N : N ; - nahvalvam_V : V ; - nahvalvane_N : N ; - nahval_ja_m_V : V ; - nahva_sht_am_V : V ; - nahva_sht_ane_N : N ; - nahvyrl_ja_m_V : V ; - nahvyrl_ja_ne_N : N ; - nahluvam_V : V ; - nahluvane_N : N ; - nahluzvam_V : V ; - nahluzvane_N : N ; - nahluz_ja_m_V : V ; - nahluz_ja_ne_N : N ; - nahlupvam_V : V ; - nahlupvane_N : N ; - nahodi_sht_e_N : N ; - nahodka_N : N ; - nahod_ch_iv_A : A ; - nahod_ch_ivost_N : N ; - naho_zj_dam_V : V ; - naho_zj_dane_N : N ; - naho_zj_denie_N : N ; - nahokane_N : N ; - nahokvam_V : V ; - nahokvane_N : N ; - nahortuvam_V : V ; - nahortuvane_N : N ; - nahranvam_V : V ; - nahranvane_N : N ; - nahut_N : N ; - nahyltane_N : N ; - nahyltvam_V : V ; - nahyltvane_N : N ; - nacapane_N : N ; - nacapvam_V : V ; - nacapvane_N : N ; - naceluvam_V : V ; - naceluvane_N : N ; - nacepvam_V : V ; - nacepvane_N : N ; - nacep_ja_m_V : V ; - nacep_ja_ne_N : N ; - nacizym_N : N ; - nacional_N : N ; - nacionalen_A : A ; - nacionalizaci_ja__N : N ; - nacionaliziram_V : V ; - nacionalizirane_N : N ; - nacionalizym_N : N ; - nacionalist_N : N ; - nacionalisti_ch_en_A : A ; - nacionalisti_ch_eski_A : A ; - nacionalistka_N : N ; - nacionalnoosvoboditelen_A : A ; - nacionalnost_N : N ; - nacionalsocializym_N : N ; - nacionalsocialist_N : N ; - nacionalsocialisti_ch_eski_A : A ; - nacist_N : N ; - nacistki_A : A ; - naci_ja__N : N ; - nacupvam_V : V ; - nacupvane_N : N ; - nacupen_A : A ; - nacupenost_N : N ; - nacyrkane_N : N ; - nacyrkvam_V : V ; - nacyrkvane_N : N ; - nacyft_ja_vam_V : V ; - nacyft_ja_vane_N : N ; - na_ch_alen_A : A ; - na_ch_alnik_N : N ; - na_ch_alni_ch_eski_A : A ; - na_ch_alni_ch_estvo_N : N ; - na_ch_alni_ch_ka_N : N ; - na_ch_alo_N : N ; - na_ch_alstvam_V : V ; - na_ch_alstvane_N : N ; - na_ch_alstvo_N : N ; - na_ch_alstvuvam_V : V ; - na_ch_alstvuvane_N : N ; - na_ch_evam_V : V ; - na_ch_evane_N : N ; - na_ch_eva_sht__A : A ; - na_ch_ekvam_V : V ; - na_ch_ekvane_N : N ; - na_ch_enka_N : N ; - na_ch_erv_ja_vam_V : V ; - na_ch_erv_ja_vane_N : N ; - na_ch_ern_ja_m_V : V ; - na_ch_ern_ja_ne_N : N ; - na_ch_erpvam_V : V ; - na_ch_erpvane_N : N ; - na_ch_ertavam_V : V ; - na_ch_ertavane_N : N ; - na_ch_ertanie_N : N ; - na_ch_esvam_V : V ; - na_ch_esvane_N : N ; - na_ch_eten_A : A ; - na_ch_etenost_N : N ; - na_ch_in_N : N ; - na_ch_inae_sht__A : A ; - na_ch_inanie_N : N ; - na_ch_inatelen_A : A ; - na_ch_islen_A : A ; - na_ch_islenie_N : N ; - na_ch_isl_ja_vam_V : V ; - na_ch_isl_ja_vane_N : N ; - na_ch_itam_V : V ; - na_ch_itane_N : N ; - na_ch_ud_ja__V : V ; - na_ch_ukane_N : N ; - na_ch_ukvam_V : V ; - na_ch_ukvane_N : N ; - na_ch_umervam_V : V ; - na_ch_umervane_N : N ; - na_ch_umeren_A : A ; - na_ch_umerenost_N : N ; - na_ch_upvam_V : V ; - na_ch_upvane_N : N ; - na_ch_upen_A : A ; - na_ch_upenost_N : N ; - na_ch_up_ja_m_V : V ; - na_ch_up_ja_ne_N : N ; - na_sh_arvam_V : V ; - na_sh_arvane_N : N ; - na_sh_ar_ja_m_V : V ; - na_sh_ar_ja_ne_N : N ; - na_sh_enec_N : N ; - na_sh_enka_N : N ; - na_sh_enski_A : A ; - na_sh_epvam_V : V ; - na_sh_epvane_N : N ; - na_sh_estvenik_N : N ; - na_sh_estveni_ch_eski_A : A ; - na_sh_estvie_N : N ; - na_sh_etam_V : V ; - na_sh_etane_N : N ; - na_sh_ibane_N : N ; - na_sh_ibvam_V : V ; - na_sh_ibvane_N : N ; - na_sh_ivam_V : V ; - na_sh_ivane_N : N ; - na_sh_ivka_N : N ; - na_sh_ijnik_N : N ; - na_sh_ir_ja__V : V ; - na_sh_l_ja_pane_N : N ; - na_sh_l_ja_pvam_V : V ; - na_sh_l_ja_pvane_N : N ; - na_sh_um_ja_vam_V : V ; - na_sh_um_ja_vane_N : N ; - na_sh_u_sh_vam_V : V ; - na_sh_u_sh_vane_N : N ; - na_sht_yrben_A : A ; - na_sht_yrbenost_N : N ; - na_sht_yrb_ja_vam_V : V ; - na_sht_yrb_ja_vane_N : N ; - na_sht_yrb_ja_m_V : V ; - na_sht_yrb_ja_ne_N : N ; - na_ja_dam_V : V ; - na_ja_dane_N : N ; - na_ja_den_A : A ; - na_ja__zj_dam_V : V ; - na_ja__zj_dane_N : N ; - na_ja_kvam_V : V ; - na_ja_kvane_N : N ; - neaboniran_A : A ; - neabsol_iu_ten_A : A ; - neabsol_iu_tnost_N : N ; - neavtenti_ch_en_A : A ; - neavtomati_ch_en_A : A ; - neavtonomen_A : A ; - neagresiven_A : A ; - neadekvaten_A : A ; - neadekvatnost_N : N ; - neadresiran_A : A ; - neaklimatiziran_A : A ; - neaktiven_A : A ; - neaktivnost_N : N ; - neaktualen_A : A ; - neakuraten_A : A ; - neakuratnost_N : N ; - neakcentuvan_A : A ; - neal_ch_en_A : A ; - neambiciozen_A : A ; - neamerikanski_A : A ; - neanaliti_ch_en_A : A ; - neanga_zj_iran_A : A ; - neanga_zj_iranost_N : N ; - neanga_zj_ira_sht__A : A ; - neanglijski_A : A ; - neandertalski_A : A ; - neanimiran_A : A ; - neapetiten_A : A ; - neapolitanec_N : N ; - neapolitanka_N : N ; - neapolitanski_A : A ; - neargumentiran_A : A ; - nearomaten_A : A ; - neasimiliran_A : A ; - neatakuem_A : A ; - neatomen_A : A ; - nebarnat_A : A ; - neba_sht_inski_A : A ; - nebe_N : N ; - nebezizvesten_A : A ; - nebezinteresen_A : A ; - nebezosnovatelen_A : A ; - nebezupre_ch_en_A : A ; - nebelen_A : A ; - nebel_ja_zan_A : A ; - neben_A : A ; - nebesen_A : A ; - nebesnosin_A : A ; - nebival_A : A ; - nebivalica_N : N ; - nebie_sht__A : A ; - nebit_A : A ; - nebitie_N : N ; - neblagoviden_A : A ; - neblagovidnost_N : N ; - neblagovyzpitan_A : A ; - neblagovyzpitanost_N : N ; - neblagodaren_A : A ; - neblagodarnik_N : N ; - neblagodarnica_N : N ; - neblagodarnost_N : N ; - neblagozvu_ch_en_A : A ; - neblagozvu_ch_ie_N : N ; - neblagozvu_ch_nost_N : N ; - neblagonade_zj_den_A : A ; - neblagonade_zj_dnost_N : N ; - neblagonameren_A : A ; - neblagonamerenost_N : N ; - neblagonraven_A : A ; - neblagonravie_N : N ; - neblagopolu_ch_en_A : A ; - neblagopolu_ch_ie_N : N ; - neblagoprili_ch_en_A : A ; - neblagoprili_ch_ie_N : N ; - neblagopristoen_A : A ; - neblagopri_ja_ten_A : A ; - neblagopri_ja_tnost_N : N ; - neblagorazpolo_zj_en_A : A ; - neblagorazpolo_zj_enie_N : N ; - neblagorazumen_A : A ; - neblagorazumie_N : N ; - neblagoroden_A : A ; - neblagosklonen_A : A ; - neblagosklonnost_N : N ; - neblagosloven_A : A ; - neblagotvoren_A : A ; - neblagoustroen_A : A ; - neblago_ch_estiv_A : A ; - neblago_ch_estie_N : N ; - nebogat_A : A ; - neboevi_A : A ; - neboesposoben_A : A ; - nebolen_A : A ; - nebol_sh_evi_sh_ki_A : A ; - nebosvod_N : N ; - nebosklon_N : N ; - nebostyrga_ch__N : N ; - nebo_ja_disan_A : A ; - nebran_A : A ; - nebratski_A : A ; - nebre_zj_en_A : A ; - nebre_zj_nost_N : N ; - nebroen_A : A ; - nebroniran_A : A ; - nebrysnat_A : A ; - nebutnat_A : A ; - nebce_N : N ; - neva_zj_en_A : A ; - nevaliden_A : A ; - nevalidnost_N : N ; - nevaren_A : A ; - nevdyhva_sht__A : A ; - nevdyhnoven_A : A ; - nevedenie_N : N ; - nevedom_A : A ; - neve_zj__N : N ; - neve_zj_a_N : N ; - neve_zj_estven_A : A ; - neve_zj_estvenost_N : N ; - neve_zj_estvo_N : N ; - neve_zj_liv_A : A ; - neve_zj_livost_N : N ; - nevelikodu_sh_en_A : A ; - neven_N : N ; - neven_ch_an_A : A ; - neveren_A : A ; - neverie_N : N ; - nevernik_N : N ; - nevernica_N : N ; - nevernost_N : N ; - nevero_ja_ten_A : A ; - nevero_ja_tnost_N : N ; - nevero_ja_tnosten_A : A ; - nevertikalen_A : A ; - neveru_iu__sht__A : A ; - nevesel_A : A ; - neveselost_N : N ; - nevesta_N : N ; - nevestin_A : A ; - nevestinski_A : A ; - nevestulka_N : N ; - neve_ch_er_ja_l_A : A ; - neve_sht__A : A ; - neve_sht_estven_A : A ; - neve_sht_estvenost_N : N ; - nevzaimen_A : A ; - nevziskatelen_A : A ; - nevziskatelnost_N : N ; - nevzra_ch_en_A : A ; - nevzra_ch_nost_N : N ; - nevidelica_N : N ; - neviden_A : A ; - nevidim_A : A ; - nevidimost_N : N ; - nevid_ja_l_A : A ; - nevid_ja_n_A : A ; - nevi_zj_dan_A : A ; - nevi_zj_da_sht__A : A ; - nevinen_A : A ; - nevinnost_N : N ; - nevinoven_A : A ; - nevinovnost_N : N ; - neviskozen_A : A ; - nevisok_A : A ; - nevkl_iu__ch_en_A : A ; - nevkusen_A : A ; - nevliza_sht__A : A ; - nevl_iu_ben_A : A ; - nevmen_ja_em_A : A ; - nevmen_ja_emost_N : N ; - nevme_sh_atelstvo_N : N ; - nevnimanie_N : N ; - nevnimatelen_A : A ; - nevnimatelnost_N : N ; - nevnu_sh_en_A : A ; - nevnu_sh_itelen_A : A ; - nevn_ja_ten_A : A ; - nevoden_A : A ; - nevoenen_A : A ; - nevolen_A : A ; - nevolnik_N : N ; - nevolnica_N : N ; - nevol_ja__N : N ; - nevo_iu_va_sht__A : A ; - nevpe_ch_atlitelen_A : A ; - nevpisan_A : A ; - nevralgi_ch_en_A : A ; - nevralgi_ja__N : N ; - nevralen_A : A ; - nevrastenik_N : N ; - nevrasteni_ch_en_A : A ; - nevrasteni_ch_ka_N : N ; - nevrasteni_ja__N : N ; - nevreden_A : A ; - nevredim_A : A ; - nevredimost_N : N ; - nevrit_N : N ; - nevroza_N : N ; - nevrolog_N : N ; - nevrologi_ja__N : N ; - nevron_N : N ; - nevroparalizator_N : N ; - nevropat_N : N ; - nevropati_ch_en_A : A ; - nevropatolog_N : N ; - nevropatologi_ja__N : N ; - nevrotiziran_A : A ; - nevroti_ch_en_A : A ; - nevrofiziologi_ja__N : N ; - nevrysten_A : A ; - nevr_ja_l_A : A ; - nevstypil_A : A ; - nevtalen_A : A ; - nevtvyrden_A : A ; - nevulkaniziran_A : A ; - nev_ch_esan_A : A ; - nevyveden_A : A ; - nevyzbuden_A : A ; - nevyzvesten_A : A ; - nevyzvraten_A : A ; - nevyzvratim_A : A ; - nevyzvratimost_N : N ; - nevyzvra_sht_aemost_N : N ; - nevyzvra_sht_enec_N : N ; - nevyzvry_sht_aem_A : A ; - nevyzdyr_zj_an_A : A ; - nevyzdyr_zj_ane_N : N ; - nevyzdyr_zj_anie_N : N ; - nevyzdyr_zj_anost_N : N ; - nevyzmo_zj_en_A : A ; - nevyzmo_zj_nost_N : N ; - nevyzmutim_A : A ; - nevyzmutimost_N : N ; - nevyznagraden_A : A ; - nevyzobnoven_A : A ; - nevyzpiran_A : A ; - nevyzpitan_A : A ; - nevyzpitanie_N : N ; - nevyzpitanost_N : N ; - nevyzplamenim_A : A ; - nevyzplamenitelen_A : A ; - nevyzplamen_ja_vane_N : N ; - nevyzplamen_ja_em_A : A ; - nevyzplamen_ja_emost_N : N ; - nevyzprep_ja_tstvuvan_A : A ; - nevyzpriemliv_A : A ; - nevyzpriem_ch_iv_A : A ; - nevyzpriem_ch_ivost_N : N ; - nevyzpr_ja_n_A : A ; - nevyzp_ja_t_A : A ; - nevyzraz_ja_va_sht__A : A ; - nevyzstanovim_A : A ; - nevyobra_zj_aem_A : A ; - nevyobrazim_A : A ; - nevyobrazimost_N : N ; - nevyory_zj_en_A : A ; - nevyr_sh_e_sht__A : A ; - nev_ja_ra_N : N ; - nev_ja_rvane_N : N ; - nev_ja_rva_sht__A : A ; - nev_ja_rnost_N : N ; - nev_ja_sta_N : N ; - negabariten_A : A ; - negarantiran_A : A ; - negarniran_A : A ; - negasen_A : A ; - negativ_A : A ; - negativen_A : A ; - negativizym_N : N ; - negativist_N : N ; - negativnost_N : N ; - negladkost_N : N ; - negladyk_A : A ; - neglasen_A : A ; - negli_zj_iram_V : V ; - negli_zj_irane_N : N ; - negoden_A : A ; - negodnik_N : N ; - negodnica_N : N ; - negodnost_N : N ; - negoduvam_V : V ; - negoduvane_N : N ; - negoduvanie_N : N ; - negod_ja_j_N : N ; - negol_ja_m_A : A ; - negonen_A : A ; - negorim_A : A ; - negor_ja__sht__A : A ; - negostol_iu_biv_A : A ; - negostol_iu_bie_N : N ; - negostopriemen_A : A ; - negostopriemnost_N : N ; - negostopriemstvo_N : N ; - negoti_ch_eski_A : A ; - negotov_A : A ; - negotovnost_N : N ; - negradiven_A : A ; - negramoten_A : A ; - negramotnik_N : N ; - negramotnost_N : N ; - negraciozen_A : A ; - negri_zj_liv_A : A ; - negroid_N : N ; - negroiden_A : A ; - negyvkav_A : A ; - negyr_N : N ; - negyrka_N : N ; - negyrski_A : A ; - negyr_ch_e_N : N ; - nedava_sht__A : A ; - nedaven_A : A ; - nedavna_sh_en_A : A ; - nedale_ch_en_A : A ; - nedalnoviden_A : A ; - nedalnovidnost_N : N ; - nedamgosan_A : A ; - nedvi_zj_im_A : A ; - nedvi_zj_imost_N : N ; - nedvusmislen_A : A ; - nedvusmislenost_N : N ; - nedeen_A : A ; - nedeesposoben_A : A ; - nedeesposobnost_N : N ; - nedejstvitelen_A : A ; - nedejstvitelnost_N : N ; - nedejstvuva_sht__A : A ; - nedeklariran_A : A ; - nedekorativen_A : A ; - nedelen_A : A ; - nedelikaten_A : A ; - nedelikatnost_N : N ; - nedelim_A : A ; - nedelimost_N : N ; - nedelnik_N : N ; - nedelovi_A : A ; - nedel_ja__N : N ; - nedel_ja__sht__A : A ; - nedemokrati_ch_en_A : A ; - neden_A : A ; - nedefiniran_A : A ; - nede_ja_telen_A : A ; - nede_ja_telnost_N : N ; - ned_zj_entylmenski_A : A ; - nediplomati_ch_en_A : A ; - nedirekten_A : A ; - nediskreten_A : A ; - nediskretnost_N : N ; - nediscipliniran_A : A ; - nediscipliniranost_N : N ; - nediferenciran_A : A ; - nedobli_zj_im_A : A ; - nedobro_zj_elatel_N : N ; - nedobro_zj_elatelen_A : A ; - nedobro_zj_elatelka_N : N ; - nedobro_zj_elatelnost_N : N ; - nedobro_zj_elatelski_A : A ; - nedobro_zj_elatelstvo_N : N ; - nedobroka_ch_estven_A : A ; - nedobroka_ch_estvenost_N : N ; - nedobronameren_A : A ; - nedobrosyvesten_A : A ; - nedobrosyvestnost_N : N ; - nedobrosysedski_A : A ; - nedobyr_A : A ; - nedovaren_A : A ; - nedoverie_N : N ; - nedover_ch_iv_A : A ; - nedover_ch_ivost_N : N ; - nedover_ja_vam_V : V ; - nedover_ja_vane_N : N ; - nedovid_ja_n_A : A ; - nedovi_zj_dam_V : V ; - nedovi_zj_dane_N : N ; - nedovolen_A : A ; - nedovolnik_N : N ; - nedovolnica_N : N ; - nedovolstvam_V : V ; - nedovolstvane_N : N ; - nedovolstvo_N : N ; - nedovolstvuvam_V : V ; - nedovolstvuvane_N : N ; - nedovr_ja_l_A : A ; - nedovyr_sh_en_A : A ; - nedovyr_sh_enost_N : N ; - nedogledane_N : N ; - nedogle_zj_dam_V : V ; - nedogle_zj_dane_N : N ; - nedogovoriran_A : A ; - nedogor_ja_l_A : A ; - nedod_ja_lan_A : A ; - nedod_ja_lanost_N : N ; - nedozr_ja_l_A : A ; - nedozr_ja_lost_N : N ; - nedoizkazan_A : A ; - nedoizkaran_A : A ; - nedoizkusuren_A : A ; - nedoizpipan_A : A ; - nedoizpit_A : A ; - nedoizraboten_A : A ; - nedoizsu_sh_en_A : A ; - nedoiz_ch_islen_A : A ; - nedoimyk_N : N ; - nedokazan_A : A ; - nedokazanost_N : N ; - nedokazuem_A : A ; - nedokaran_A : A ; - nedokosvan_A : A ; - nedokosnat_A : A ; - nedokumentiran_A : A ; - nedolovim_A : A ; - nedolovimost_N : N ; - nedomislen_A : A ; - nedomislie_N : N ; - nedomlyvka_N : N ; - nedonosen_A : A ; - nedonos_ch_e_N : N ; - nedoobmislen_A : A ; - nedoobraboten_A : A ; - nedooformen_A : A ; - nedoocenka_N : N ; - nedoocen_ja_vam_V : V ; - nedoocen_ja_vane_N : N ; - nedope_ch_en_A : A ; - nedopisan_A : A ; - nedopit_N : N ; - nedopla_sht_am_V : V ; - nedopla_sht_ane_N : N ; - nedopraven_A : A ; - nedopuskane_N : N ; - nedopuska_sht__A : A ; - nedopustim_A : A ; - nedopustimost_N : N ; - nedopu_sh_en_A : A ; - nedop_ja_t_A : A ; - nedoraboten_A : A ; - nedorazbirane_N : N ; - nedorazvit_A : A ; - nedorazvitost_N : N ; - nedorazumenie_N : N ; - nedorasyl_A : A ; - nedosegaem_A : A ; - nedosegaemost_N : N ; - nedosetliv_A : A ; - nedosetlivost_N : N ; - nedose_sht_ane_N : N ; - nedospal_A : A ; - nedospivam_V : V ; - nedospivane_N : N ; - nedostaven_A : A ; - nedostavim_A : A ; - nedostav_ja_ne_N : N ; - nedostatyk_N : N ; - nedostaty_ch_en_A : A ; - nedostaty_ch_nost_N : N ; - nedostig_N : N ; - nedostigane_N : N ; - nedosti_zj_im_A : A ; - nedosti_zj_imost_N : N ; - nedostoveren_A : A ; - nedostovernost_N : N ; - nedostoen_A : A ; - nedostojnstvo_N : N ; - nedostypen_A : A ; - nedostypnost_N : N ; - nedotovarvane_N : N ; - nedotykmen_A : A ; - nedouzr_ja_l_A : A ; - nedouk_N : N ; - nedoumenie_N : N ; - nedoum_ja_vam_V : V ; - nedoum_ja_vane_N : N ; - nedoutolen_A : A ; - nedou_ch_en_A : A ; - nedohoden_A : A ; - nedohodonosen_A : A ; - nedohranvane_N : N ; - nedohranen_A : A ; - nedo_ch_akal_A : A ; - nedo_ch_uvam_V : V ; - nedo_ch_uvane_N : N ; - nedo_ch_ul_A : A ; - nedo_ja__zj_dam_V : V ; - nedo_ja__zj_dane_N : N ; - nedra_N : N ; - nedrag_A : A ; - nedramati_ch_en_A : A ; - nedrasti_ch_en_A : A ; - nedresiran_A : A ; - nedro_N : N ; - nedru_zj_el_iu_ben_A : A ; - nedru_zj_el_iu_bie_N : N ; - nedru_zj_el_iu_bnost_N : N ; - nedubliran_A : A ; - neduhoven_A : A ; - nedyg_N : N ; - nedygav_A : A ; - nedygavost_N : N ; - nedylbok_A : A ; - nedylgotraen_A : A ; - nedylgotrajnost_N : N ; - nedylyg_A : A ; - ned_ja_lan_A : A ; - neevrejski_A : A ; - neegoisti_ch_en_A : A ; - neednakvost_N : N ; - neednakyv_A : A ; - neednozna_ch_en_A : A ; - neednozna_ch_nost_N : N ; - neednokraten_A : A ; - neednoroden_A : A ; - neednorodnost_N : N ; - neekspeditiven_A : A ; - neeksploatiran_A : A ; - neeksploziven_A : A ; - neelasti_ch_en_A : A ; - neelasti_ch_nost_N : N ; - neeleganten_A : A ; - neemocionalen_A : A ; - neenergi_ch_en_A : A ; - neestestven_A : A ; - neestestvenost_N : N ; - neesteti_ch_en_A : A ; - neeti_ch_en_A : A ; - neefekten_A : A ; - neefektiven_A : A ; - neefektivnost_N : N ; - neefikasen_A : A ; - neefikasnost_N : N ; - ne_zj_elae_sht__A : A ; - ne_zj_elan_A : A ; - ne_zj_elanie_N : N ; - ne_zj_elatelen_A : A ; - ne_zj_elatelnost_N : N ; - ne_zj_en_A : A ; - ne_zj_enen_A : A ; - ne_zj_enstven_A : A ; - ne_zj_iv_A : A ; - ne_zj_ivee_sht__A : A ; - ne_zj_izneradosten_A : A ; - ne_zj_iznesposoben_A : A ; - ne_zj_it_A : A ; - ne_zj_ni_ch_a_V : V ; - ne_zj_ni_ch_yk_A : A ; - ne_zj_noskulest_A : A ; - ne_zj_nost_N : N ; - nezaanga_zj_iran_A : A ; - nezaanga_zj_iranost_N : N ; - nezabaven_A : A ; - nezabavnost_N : N ; - nezabele_zj_im_A : A ; - nezabele_zj_imost_N : N ; - nezabele_zj_itelen_A : A ; - nezabel_ja_zan_A : A ; - nezabel_ja_zva_sht__A : A ; - nezabraven_A : A ; - nezabravim_A : A ; - nezabravka_N : N ; - nezabranen_A : A ; - nezaveren_A : A ; - nezave_sht_an_A : A ; - nezaviden_A : A ; - nezavise_sht__A : A ; - nezavisim_A : A ; - nezavisimost_N : N ; - nezavlad_ja_n_A : A ; - nezavry_sht_ane_N : N ; - nezavyrzan_A : A ; - nezavyr_sh_en_A : A ; - nezavyr_sh_enost_N : N ; - nezavyr_sh_il_A : A ; - nezagasva_sht__A : A ; - nezagiva_sht__A : A ; - nezaglu_sh_en_A : A ; - nezaglyhva_sht__A : A ; - nezagniva_sht__A : A ; - nezagraden_A : A ; - nezagri_zj_en_A : A ; - nezagri_zj_enost_N : N ; - nezagubva_sht__A : A ; - nezagubil_A : A ; - nezadaden_A : A ; - nezadovolen_A : A ; - nezadovolenost_N : N ; - nezadovolim_A : A ; - nezadovolitelen_A : A ; - nezadovolitelnost_N : N ; - nezadovolstvo_N : N ; - nezadomen_A : A ; - nezadomenost_N : N ; - nezadrysten_A : A ; - nezadylbo_ch_en_A : A ; - nezadylbo_ch_enost_N : N ; - nezadyl_zj_itelen_A : A ; - nezadyl_zj_itelnost_N : N ; - nezadyr_zj_ane_N : N ; - nezadyr_zj_a_sht__A : A ; - nezaet_A : A ; - nezaetost_N : N ; - nezazdraven_A : A ; - nezazdrav_ja_l_A : A ; - nezazemen_A : A ; - nezainteresovan_A : A ; - nezainteresovanost_N : N ; - nezainteresuvan_A : A ; - nezakalen_A : A ; - nezaklet_A : A ; - nezakl_iu__ch_en_A : A ; - nezakonen_A : A ; - nezakonnoroden_A : A ; - nezakonnorodenost_N : N ; - nezakonnost_N : N ; - nezakonomeren_A : A ; - nezakonomernost_N : N ; - nezakonosyobrazen_A : A ; - nezakonosyobraznost_N : N ; - nezakrepen_A : A ; - nezakrit_A : A ; - nezalepen_A : A ; - nezalesen_A : A ; - nezali_ch_im_A : A ; - nezali_ch_imost_N : N ; - nezaloven_A : A ; - nezalo_zj_en_A : A ; - nezal_ja_zva_sht__A : A ; - nezamaskiran_A : A ; - nezamenim_A : A ; - nezamesen_A : A ; - nezamestim_A : A ; - nezamira_sht__A : A ; - nezamo_zj_en_A : A ; - nezamryzva_sht__A : A ; - nezamryznal_A : A ; - nezamyrsen_A : A ; - nezanimatelen_A : A ; - nezaostren_A : A ; - nezapazen_A : A ; - nezapalen_A : A ; - nezapalim_A : A ; - nezape_ch_atan_A : A ; - nezapisan_A : A ; - nezaplaniran_A : A ; - nezaplanuvan_A : A ; - nezaplaten_A : A ; - nezapoznat_A : A ; - nezapomnen_A : A ; - nezapylnen_A : A ; - nezarazen_A : A ; - nezarazimost_N : N ; - nezarazitelen_A : A ; - nezarasnal_A : A ; - nezaregistriran_A : A ; - nezareden_A : A ; - nezasegnat_A : A ; - nezasen_ch_en_A : A ; - nezaslonen_A : A ; - nezaslu_zj_ava_sht__A : A ; - nezaslu_zj_en_A : A ; - nezaspal_A : A ; - nezaspiva_sht__A : A ; - nezastrahovan_A : A ; - nezastra_sh_avan_A : A ; - nezastra_sh_itelen_A : A ; - nezastroen_A : A ; - nezasyhnal_A : A ; - nezas_ja_t_A : A ; - nezatvoren_A : A ; - nezatvyrden_A : A ; - nezatihva_sht__A : A ; - nezatoplen_A : A ; - nezatrudnen_A : A ; - nezatymnen_A : A ; - nezau_ch_en_A : A ; - nezacapan_A : A ; - neza_ch_erknat_A : A ; - neza_ch_eten_A : A ; - neza_ch_islen_A : A ; - neza_ch_itan_A : A ; - neza_ch_itane_N : N ; - neza_sht_iten_A : A ; - neza_sht_itenost_N : N ; - neza_sht_itim_A : A ; - neza_sht_itimost_N : N ; - neza_sht_i_sht_avan_A : A ; - neza_ja_ven_A : A ; - neza_ja_knal_A : A ; - nezvan_A : A ; - nezvu_ch_en_A : A ; - nezdrav_A : A ; - nezdravomisle_sht__A : A ; - nezdravosloven_A : A ; - nezdravoslovnost_N : N ; - nezemen_A : A ; - nezlobiv_A : A ; - nezlobivost_N : N ; - nezlobliv_A : A ; - nezloka_ch_estven_A : A ; - neznaen_A : A ; - neznae_sht__A : A ; - neznajnik_N : N ; - neznanie_N : N ; - nezna_ch_e_sht__A : A ; - nezna_ch_itelen_A : A ; - nezna_ch_itelnost_N : N ; - nezrelost_N : N ; - nezrim_A : A ; - nezr_ja_l_A : A ; - nezr_ja_lost_N : N ; - neidentificiran_A : A ; - neizbe_zj_en_A : A ; - neizbe_zj_nost_N : N ; - neizbel_ja_l_A : A ; - neizbiraem_A : A ; - neizbiraemost_N : N ; - neizbistren_A : A ; - neizbledn_ja_l_A : A ; - neizboren_A : A ; - neizbran_A : A ; - neizbroden_A : A ; - neizbrodim_A : A ; - neizbroen_A : A ; - neizbroim_A : A ; - neizbroimost_N : N ; - neizbrysnat_A : A ; - neizbuhnal_A : A ; - neizvesten_A : A ; - neizvestnost_N : N ; - neizvinen_A : A ; - neizvinim_A : A ; - neizvinitelen_A : A ; - neizvraten_A : A ; - neizvyr_sh_en_A : A ; - neizgasen_A : A ; - neizgladen_A : A ; - neizgladim_A : A ; - neizgoda_N : N ; - neizgoden_A : A ; - neizgodnost_N : N ; - neizdavane_N : N ; - neizdaden_A : A ; - neizdry_zj_liv_A : A ; - neizdry_zj_livost_N : N ; - neizduman_A : A ; - neizdyr_zj_an_A : A ; - neizdyr_zj_anost_N : N ; - neizdyr_zj_liv_A : A ; - neiz_zj_iv_ja_n_A : A ; - neiziskan_A : A ; - neiziskanost_N : N ; - neiziskvan_A : A ; - neiziskva_sht__A : A ; - neiziskuem_A : A ; - neizkazan_A : A ; - neizkazanost_N : N ; - neizka_ch_en_A : A ; - neizklasil_A : A ; - neizkorenim_A : A ; - neizkupen_A : A ; - neizkusen_A : A ; - neizku_sh_en_A : A ; - neizle_ch_im_A : A ; - neizle_ch_imost_N : N ; - neizliza_sht__A : A ; - neizli_ch_im_A : A ; - neizli_ch_imost_N : N ; - neizlyskan_A : A ; - neizly_ch_va_sht__A : A ; - neizl_iu_pen_A : A ; - neizmazan_A : A ; - neizmenen_A : A ; - neizmenim_A : A ; - neizmennost_N : N ; - neizmen_ch_iv_A : A ; - neizmen_ja_em_A : A ; - neizmen_ja_emost_N : N ; - neizmeren_A : A ; - neizmerim_A : A ; - neizmerimost_N : N ; - neizmit_A : A ; - neiznameren_A : A ; - neiznosen_A : A ; - neizobretatelen_A : A ; - neizoliran_A : A ; - neizotopen_A : A ; - neizpe_ch_en_A : A ; - neizpisan_A : A ; - neizpit_A : A ; - neizpitan_A : A ; - neizpitvan_A : A ; - neizplakan_A : A ; - neizplaten_A : A ; - neizplatim_A : A ; - neizpla_sht_ane_N : N ; - neizpovedim_A : A ; - neizpolzvaem_A : A ; - neizpolzvaemost_N : N ; - neizpolzvan_A : A ; - neizpolzvane_N : N ; - neizpolzuvan_A : A ; - neizpraven_A : A ; - neizpravimost_N : N ; - neizpravnost_N : N ; - neizpraznen_A : A ; - neizpran_A : A ; - neizpraten_A : A ; - neizprobvan_A : A ; - neizprosen_A : A ; - neizpylnen_A : A ; - neizpylnenie_N : N ; - neizpylnim_A : A ; - neizpylnimost_N : N ; - neizpylnitelen_A : A ; - neizpylnitelnost_N : N ; - neizpyln_ja_va_sht__A : A ; - neizpynat_A : A ; - neizrazen_A : A ; - neizrazim_A : A ; - neizrazimost_N : N ; - neizrazitelen_A : A ; - neizrazitelnost_N : N ; - neizrazhodvan_A : A ; - neizraz_ja_va_sht__A : A ; - neizrasyl_A : A ; - neizre_ch_en_A : A ; - neizsledvan_A : A ; - neizslu_sh_an_A : A ; - neizstrel_ja_n_A : A ; - neizsyhnal_A : A ; - neiztekyl_A : A ; - neizto_sht_en_A : A ; - neizto_sht_im_A : A ; - neizto_sht_imost_N : N ; - neiztrivaemost_N : N ; - neiztrit_A : A ; - neiztyknat_A : A ; - neiztyn_ch_en_A : A ; - neiztyrkan_A : A ; - neizu_ch_avan_A : A ; - neizu_ch_en_A : A ; - neizcapan_A : A ; - neizcelim_A : A ; - neizcerim_A : A ; - neizcerimost_N : N ; - neiz_ch_eznal_A : A ; - neiz_ch_erpaem_A : A ; - neiz_ch_erpaemost_N : N ; - neiz_ch_erpan_A : A ; - neiz_ch_erpatelen_A : A ; - neiz_ch_islim_A : A ; - neiz_ch_islimost_N : N ; - neiz_ja_ven_A : A ; - neiz_ja_den_A : A ; - neiz_ja_snen_A : A ; - neiz_ja_snenost_N : N ; - neiz_ja_snim_A : A ; - neiz_ja_snimost_N : N ; - neiz_ja__sht_en_A : A ; - neikonomi_ch_en_A : A ; - neikonomi_ch_eski_A : A ; - neil_iu_zoren_A : A ; - neil_iu_striran_A : A ; - neil_iu_strovan_A : A ; - neimagineren_A : A ; - neimenuvan_A : A ; - neimoveren_A : A ; - neimovernost_N : N ; - neinduktiven_A : A ; - neiniciativen_A : A ; - neintelektualen_A : A ; - neinteligenten_A : A ; - neinteresen_A : A ; - neipotekiran_A : A ; - neiskan_A : A ; - neiskren_A : A ; - neiskrenost_N : N ; - neistina_N : N ; - neistinen_A : A ; - neistinnost_N : N ; - neistinski_A : A ; - neistov_A : A ; - nekavalerski_A : A ; - nekadyren_A : A ; - nekadyrnik_N : N ; - nekadyrnica_N : N ; - nekadyrnost_N : N ; - nekazan_A : A ; - nekanen_A : A ; - nekapariran_A : A ; - nekapsuliran_A : A ; - nekastriran_A : A ; - neka_ch_estven_A : A ; - neka_ch_estvenost_N : N ; - nekvalificiran_A : A ; - nekvalificiranost_N : N ; - nekip_ja_l_A : A ; - neklasificiran_A : A ; - nekozov_A : A ; - nekolebliv_A : A ; - nekolkokraten_A : A ; - nekoloniziran_A : A ; - nekolosan_A : A ; - nekomersialen_A : A ; - nekompakten_A : A ; - nekompaktnost_N : N ; - nekompensiran_A : A ; - nekompetenten_A : A ; - nekompetentnost_N : N ; - nekomplekten_A : A ; - nekompliciran_A : A ; - nekompresiran_A : A ; - nekomforten_A : A ; - nekonvertiruem_A : A ; - nekonvertiruemost_N : N ; - nekonkreten_A : A ; - nekonsolidiran_A : A ; - nekonstatiran_A : A ; - nekonstitucionen_A : A ; - nekontrasten_A : A ; - nekontroliruem_A : A ; - nekoncentriran_A : A ; - nekoordiniran_A : A ; - nekoordiniranost_N : N ; - nekorekten_A : A ; - nekorektnost_N : N ; - nekorelacionen_A : A ; - nekorigiran_A : A ; - nekorozira_sht__A : A ; - nekoronovan_A : A ; - nekoron_ja_san_A : A ; - nekrasiv_A : A ; - nekraten_A : A ; - nekreditosposoben_A : A ; - nekreditosposobnost_N : N ; - nekriptiran_A : A ; - nekristalen_A : A ; - nekristaliziral_A : A ; - nekrografi_ja__N : N ; - nekrolatri_ja__N : N ; - nekrolog_N : N ; - nekromant_N : N ; - nekromanti_ja__N : N ; - nekropol_N : N ; - nekropsi_ja__N : N ; - nekroskopi_ja__N : N ; - nekrotomi_ja__N : N ; - nekrofili_ja__N : N ; - nekrofobi_ja__N : N ; - nekryven_A : A ; - nekryvoproliten_A : A ; - nekrysten_A : A ; - nekrystosan_A : A ; - nektar_N : N ; - nektaren_A : A ; - nekton_N : N ; - nekultiviran_A : A ; - nekulturen_A : A ; - nekulturnost_N : N ; - nelakiran_A : A ; - nelaskatelen_A : A ; - nelegalen_A : A ; - nelegaliziran_A : A ; - nelegalnost_N : N ; - nelek_A : A ; - nelep_A : A ; - nelepica_N : N ; - nelepost_N : N ; - nelesen_A : A ; - neletliv_A : A ; - neletlivost_N : N ; - neliberalen_A : A ; - nelineen_A : A ; - neliteraturen_A : A ; - nelicenziran_A : A ; - neli_ch_en_A : A ; - nelovkost_N : N ; - nelovyk_A : A ; - nelogi_ch_en_A : A ; - nelogi_ch_nost_N : N ; - nelo_sh__A : A ; - nelo_ja_len_A : A ; - nelo_ja_lnost_N : N ; - nelustrosan_A : A ; - nelyskav_A : A ; - nel_iu_bezen_A : A ; - nel_iu_beznost_N : N ; - nel_iu_be_sht__A : A ; - nel_iu_boznatelen_A : A ; - nel_iu_boznatelnost_N : N ; - nel_iu_bopiten_A : A ; - nemagniten_A : A ; - nemalova_zj_en_A : A ; - nemalomeren_A : A ; - nemalyk_A : A ; - nemarliv_A : A ; - nemarlivec_N : N ; - nemarlivka_N : N ; - nemarlivost_N : N ; - nemar_ja__V : V ; - nemaskiran_A : A ; - nematerialen_A : A ; - nematerialisti_ch_en_A : A ; - nematerialnost_N : N ; - nema_ch_kaem_A : A ; - nema_sht_abiruem_A : A ; - nemebeliran_A : A ; - nemedlen_A : A ; - nemedlenost_N : N ; - nemelodi_ch_en_A : A ; - nemeren_A : A ; - nemetal_N : N ; - nemetali_ch_eski_A : A ; - nemetodi_ch_en_A : A ; - nemec_N : N ; - neme_ja__V : V ; - nemiga_sht__A : A ; - nemigracionen_A : A ; - nemil_A : A ; - nemilost_N : N ; - nemilostiv_A : A ; - nemilosyrden_A : A ; - neminiran_A : A ; - neminuem_A : A ; - neminuemost_N : N ; - nemiren_A : A ; - nemirnik_N : N ; - nemirnica_N : N ; - nemirni_ch_estvo_N : N ; - nemirstvam_V : V ; - nemirstvane_N : N ; - nemislim_A : A ; - nemislimost_N : N ; - nemit_A : A ; - nemkin_ja__N : N ; - nemle_ch_en_A : A ; - neml_ja_n_A : A ; - nemnogo_ch_islen_A : A ; - nemoden_A : A ; - nemoderen_A : A ; - nemodificiran_A : A ; - nemoduliran_A : A ; - nemontiran_A : A ; - nemoralen_A : A ; - nemoralnost_N : N ; - nemota_N : N ; - nemoten_A : A ; - nemotiviran_A : A ; - nemoti_ja__N : N ; - nemo_sht__N : N ; - nemo_sht_en_A : A ; - nemo_sht_nost_N : N ; - nemski_A : A ; - nemskogovore_sht__A : A ; - nemuzikalen_A : A ; - nemy_zj_estven_A : A ; - nenabl_iu_datelen_A : A ; - nenabo_zj_en_A : A ; - nenabran_A : A ; - nenavi_zj_dam_V : V ; - nenavi_zj_dane_N : N ; - nenaviknal_A : A ; - nenavist_N : N ; - nenavisten_A : A ; - nenavistni_ch_eski_A : A ; - nenavistni_ch_estvo_N : N ; - nenavremenen_A : A ; - nenavremennost_N : N ; - nenagledane_N : N ; - nenagleden_A : A ; - nenagle_zj_dan_A : A ; - nenadaren_A : A ; - nenadeen_A : A ; - nenade_zj_den_A : A ; - nenade_zj_dnost_N : N ; - nenadejnost_N : N ; - nenadminat_A : A ; - nenaet_A : A ; - nenazovan_A : A ; - nenazyben_A : A ; - nenaimenuvan_A : A ; - nenakazan_A : A ; - nenakazuem_A : A ; - nenakazuemost_N : N ; - nenaklonen_A : A ; - nenakyrnen_A : A ; - nenakyrnim_A : A ; - nenakyrnimost_N : N ; - nenakysan_A : A ; - nenale_zj_a_sht__A : A ; - nenali_ch_en_A : A ; - nenalo_zj_itelen_A : A ; - nenalu_ch_kvane_N : N ; - nenamalen_A : A ; - nenamal_ja_va_sht__A : A ; - nenamesa_N : N ; - nenamesten_A : A ; - nenamokren_A : A ; - nenapadenie_N : N ; - nenape_ch_atan_A : A ; - nenapit_A : A ; - nenapraven_A : A ; - nenapravl_ja_van_A : A ; - nenaprazen_A : A ; - nenapregnat_A : A ; - nenaranen_A : A ; - nenareden_A : A ; - nenaredenost_N : N ; - nenarisuvan_A : A ; - nenaro_ch_en_A : A ; - nenaru_sh_en_A : A ; - nenaru_sh_im_A : A ; - nenaru_sh_imost_N : N ; - nenaselen_A : A ; - nenasipan_A : A ; - nenasiten_A : A ; - nenasitnik_N : N ; - nenasitnica_N : N ; - nenasitnost_N : N ; - nenasleden_A : A ; - nenasledstven_A : A ; - nenasled_ja_em_A : A ; - nenaso_ch_en_A : A ; - nenastroen_A : A ; - nenatisnat_A : A ; - nenatovaren_A : A ; - nenato_ch_en_A : A ; - nenatrapva_sht__A : A ; - nenatrapliv_A : A ; - nenatrap_ch_iv_A : A ; - nenau_ch_en_A : A ; - nenau_ch_nost_N : N ; - nenahod_ch_iv_A : A ; - nenahranen_A : A ; - nena_ch_enat_A : A ; - nena_ch_ertan_A : A ; - nena_ch_eten_A : A ; - nena_ch_etenost_N : N ; - nena_ch_islen_A : A ; - nena_ja_den_A : A ; - nenomeriran_A : A ; - nenormalen_A : A ; - nenormalnik_N : N ; - nenormalnost_N : N ; - nenormiran_A : A ; - nenosen_A : A ; - nenose_sht__A : A ; - nenu_zj_en_A : A ; - neobagren_A : A ; - neobvyrzan_A : A ; - neobvyrzanost_N : N ; - neobvyrzva_sht__A : A ; - neobgor_ja_l_A : A ; - neobezkosten_A : A ; - neobezkura_zj_en_A : A ; - neobezmaslen_A : A ; - neobezopasen_A : A ; - neobezpe_ch_en_A : A ; - neobezpokoen_A : A ; - neobezpokoitelen_A : A ; - neobezpoko_ja_vam_V : V ; - neobezpoko_ja_vane_N : N ; - neobezsyr_ch_en_A : A ; - neobektiven_A : A ; - neobelen_A : A ; - neobe_sht_ava_sht__A : A ; - neobigran_A : A ; - neobigranost_N : N ; - neobiknoven_A : A ; - neobiknovenost_N : N ; - neobitavan_A : A ; - neobitaem_A : A ; - neobi_ch_aen_A : A ; - neobi_ch_ajnost_N : N ; - neobi_ch_an_A : A ; - neobi_ch_liv_A : A ; - neoblagaem_A : A ; - neoblagoroden_A : A ; - neoblek_ch_en_A : A ; - neoble_ch_en_A : A ; - neoblizan_A : A ; - neobli_ch_an_A : A ; - neoblo_zj_en_A : A ; - neobmen_ja_em_A : A ; - neobmen_ja_emost_N : N ; - neobmislen_A : A ; - neobmislenost_N : N ; - neobmiten_A : A ; - neobogaten_A : A ; - neobozrim_A : A ; - neobozrimost_N : N ; - neoborim_A : A ; - neoborimost_N : N ; - neobosnovan_A : A ; - neobosnovanost_N : N ; - neobrabotvaem_A : A ; - neobrabotvan_A : A ; - neobraboten_A : A ; - neobrabotenost_N : N ; - neobrazovan_A : A ; - neobrazovanost_N : N ; - neobran_A : A ; - neobrasyl_A : A ; - neobratim_A : A ; - neobratimost_N : N ; - neobremenen_A : A ; - neobrygnal_A : A ; - neobr_ja_zan_A : A ; - neobstoen_A : A ; - neobsyden_A : A ; - neobuzdan_A : A ; - neobuzdanost_N : N ; - neobusloven_A : A ; - neobut_A : A ; - neobu_ch_en_A : A ; - neobhvaten_A : A ; - neobhvatnost_N : N ; - neobhodim_A : A ; - neobhodimost_N : N ; - neob_sht_itelen_A : A ; - neob_sht_itelnost_N : N ; - neobyl_A : A ; - neobyrnat_A : A ; - neob_ja_ven_A : A ; - neob_ja_dval_A : A ; - neob_ja_zden_A : A ; - neob_ja_snen_A : A ; - neob_ja_snim_A : A ; - neob_ja_snimost_N : N ; - neob_ja_ten_A : A ; - neob_ja_tnost_N : N ; - neovakanten_A : A ; - neovyzmezden_A : A ; - neogladen_A : A ; - neograben_A : A ; - neograden_A : A ; - neograni_ch_avan_A : A ; - neograni_ch_en_A : A ; - neograni_ch_enost_N : N ; - neograni_ch_im_A : A ; - neogyvaem_A : A ; - neogyvaemost_N : N ; - neodobren_A : A ; - neodobrenie_N : N ; - neodobritelen_A : A ; - neoduhotvoren_A : A ; - neodu_sh_even_A : A ; - neodu_sh_evenost_N : N ; - neod_ja_lan_A : A ; - neo_zj_enen_A : A ; - neo_zj_iven_A : A ; - neo_zj_ynat_A : A ; - neozaglaven_A : A ; - neozvu_ch_en_A : A ; - neozojski_A : A ; - neokantianstvo_N : N ; - neokastren_A : A ; - neoka_ch_estvim_A : A ; - neokon_ch_atelen_A : A ; - neokon_ch_atelnost_N : N ; - neokosen_A : A ; - neokosmen_A : A ; - neokosmenost_N : N ; - neokupiran_A : A ; - neokypan_A : A ; - neolit_N : N ; - neoliten_A : A ; - neologizym_N : N ; - neol_iu__sht_en_A : A ; - neomy_zj_en_A : A ; - neon_N : N ; - neonov_A : A ; - neopasan_A : A ; - neoperen_A : A ; - neopetnen_A : A ; - neopetnenost_N : N ; - neope_ch_en_A : A ; - neopisan_A : A ; - neopisuem_A : A ; - neopitan_A : A ; - neopiten_A : A ; - neopitnost_N : N ; - neopitomen_A : A ; - neopitom_ja_em_A : A ; - neoplakan_A : A ; - neoplakvan_A : A ; - neoploden_A : A ; - neopoznavaem_A : A ; - neopozoren_A : A ; - neopolzotvoren_A : A ; - neoporo_ch_en_A : A ; - neopravdaem_A : A ; - neopravdan_A : A ; - neopravdatelen_A : A ; - neopraven_A : A ; - neopran_A : A ; - neopredelen_A : A ; - neopredelenost_N : N ; - neopredelim_A : A ; - neopredelimost_N : N ; - neopredelitelen_A : A ; - neoprenov_A : A ; - neoprovergaem_A : A ; - neoprovergan_A : A ; - neoprover_zj_im_A : A ; - neoprover_zj_imost_N : N ; - neopynat_A : A ; - neorganiziran_A : A ; - neorganiziranost_N : N ; - neorgani_ch_en_A : A ; - neorgani_ch_eski_A : A ; - neoriginalen_A : A ; - neorientiran_A : A ; - neorientiranost_N : N ; - neoromantizym_N : N ; - neortodoksalen_A : A ; - neosvedomen_A : A ; - neosvedomenost_N : N ; - neosve_zj_en_A : A ; - neosveten_A : A ; - neosvetlen_A : A ; - neosvoboden_A : A ; - neosedlan_A : A ; - neosezaem_A : A ; - neosezaemost_N : N ; - neosiguren_A : A ; - neoskvernen_A : A ; - neosnovatelen_A : A ; - neosnovatelnost_N : N ; - neosnoven_A : A ; - neosoben_A : A ; - neosporvan_A : A ; - neosporen_A : A ; - neosporim_A : A ; - neosporimost_N : N ; - neostar_ja_va_sht__A : A ; - neostar_ja_l_A : A ; - neostoro_zj_en_A : A ; - neostoro_zj_nost_N : N ; - neostyklen_A : A ; - neostyr_A : A ; - neosyden_A : A ; - neosy_zj_dan_A : A ; - neosyznat_A : A ; - neosy_sht_estven_A : A ; - neosy_sht_estvim_A : A ; - neosy_sht_estvimost_N : N ; - neotbel_ja_zan_A : A ; - neotvoren_A : A ; - neotvratim_A : A ; - neotvratimost_N : N ; - neotvyrnat_A : A ; - neotgadaem_A : A ; - neotgatnat_A : A ; - neotgle_zj_dan_A : A ; - neotgovar_ja__sht__A : A ; - neotgovoren_A : A ; - neotdavna_sh_en_A : A ; - neotdaden_A : A ; - neotdelim_A : A ; - neotdelimost_N : N ; - neotemnost_N : N ; - neotziv_ch_iv_A : A ; - neotziv_ch_ivost_N : N ; - neotkaran_A : A ; - neotklonen_A : A ; - neotklonenie_N : N ; - neotklonim_A : A ; - neotklonnost_N : N ; - neotklon_ja_emost_N : N ; - neotkole_sh_en_A : A ; - neotkrivaem_A : A ; - neotkrit_A : A ; - neotkroven_A : A ; - neotkrovenost_N : N ; - neotkupen_A : A ; - neotkysnat_A : A ; - neotlagaem_A : A ; - neotlagatelen_A : A ; - neotle_zj_al_A : A ; - neotli_ch_ava_sht__A : A ; - neotli_ch_im_A : A ; - neotli_ch_itelen_A : A ; - neotlo_zj_en_A : A ; - neotlo_zj_nost_N : N ; - neotly_ch_en_A : A ; - neotmenen_A : A ; - neotmenim_A : A ; - neotmenimost_N : N ; - neotmen_ja_em_A : A ; - neotmeren_A : A ; - neotmysten_A : A ; - neotnas_ja__sht__A : A ; - neotnimaemost_N : N ; - neotplaten_A : A ; - neotraboten_A : A ; - neotrazim_A : A ; - neotrazimost_N : N ; - neotraz_ja_va_sht__A : A ; - neotrakan_A : A ; - neotroven_A : A ; - neotr_ja_zan_A : A ; - neotslabva_sht__A : A ; - neotstranim_A : A ; - neotstypva_sht__A : A ; - neotstypen_A : A ; - neotstypnost_N : N ; - neotstyp_ch_iv_A : A ; - neotstyp_ch_ivost_N : N ; - neot_ch_eten_A : A ; - neot_ch_u_zj_daem_A : A ; - neot_ch_u_zj_daemost_N : N ; - neotypkan_A : A ; - neoficialen_A : A ; - neoficialnost_N : N ; - neoformen_A : A ; - neoformenost_N : N ; - neohota_N : N ; - neohoten_A : A ; - neohranen_A : A ; - neocapan_A : A ; - neocveten_A : A ; - neocenen_A : A ; - neocenim_A : A ; - neocenimost_N : N ; - neocen_ja_va_sht__A : A ; - neocifren_A : A ; - neo_ch_akvan_A : A ; - neo_ch_akvanost_N : N ; - neo_ch_ebien_A : A ; - neo_ch_ernen_A : A ; - neo_ch_ertan_A : A ; - neo_ch_isten_A : A ; - neo_sht_aven_A : A ; - nepaviran_A : A ; - nepaketiran_A : A ; - nepalec_N : N ; - nepalka_N : N ; - nepalski_A : A ; - neparaden_A : A ; - neparlamentaren_A : A ; - nepartien_A : A ; - nepatentovan_A : A ; - nepatrioti_ch_en_A : A ; - nepedanti_ch_en_A : A ; - neperiodi_ch_en_A : A ; - neperiodi_ch_nost_N : N ; - neperpendikul_ja_ren_A : A ; - neperspektiven_A : A ; - neperforiran_A : A ; - nepe_ch_atim_A : A ; - nepe_ch_eliv_sh__A : A ; - nepe_ch_en_A : A ; - nepilotiran_A : A ; - nepipnat_A : A ; - nepisan_A : A ; - nepisatelski_A : A ; - nepitan_A : A ; - nepitatelen_A : A ; - nepiteen_A : A ; - neplavatelen_A : A ; - neplaninski_A : A ; - neplaniran_A : A ; - neplanomeren_A : A ; - neplate_zj_osposoben_A : A ; - neplate_zj_osposobnost_N : N ; - neplaten_A : A ; - neplatim_A : A ; - nepla_sh_liv_A : A ; - nepla_sht_ane_N : N ; - neplodovit_A : A ; - neplodonosen_A : A ; - neplodoroden_A : A ; - neplodorodie_N : N ; - neplodorodnost_N : N ; - neplodotvoren_A : A ; - neplodotvornost_N : N ; - neplosyk_A : A ; - neplyten_A : A ; - nepl_ja__ch_kosan_A : A ; - nepobeden_A : A ; - nepobedim_A : A ; - nepobedimost_N : N ; - nepobutnat_A : A ; - nepoveren_A : A ; - nepoveritelen_A : A ; - nepovikan_A : A ; - nepovli_ja_n_A : A ; - nepovratim_A : A ; - nepovratliv_A : A ; - nepovratlivost_N : N ; - nepovreden_A : A ; - nepovredim_A : A ; - nepovtorim_A : A ; - nepovyrhnosten_A : A ; - nepogreban_A : A ; - nepogre_sh_en_A : A ; - nepogre_sh_im_A : A ; - nepogre_sh_imost_N : N ; - nepodatliv_A : A ; - nepodatlivost_N : N ; - nepodbran_A : A ; - nepodvi_zj_en_A : A ; - nepodvi_zj_nost_N : N ; - nepodvyrzan_A : A ; - nepodgotven_A : A ; - nepodgotvenost_N : N ; - nepoddava_sht__A : A ; - nepoddyr_zj_an_A : A ; - nepodkovan_A : A ; - nepodkrepen_A : A ; - nepodkupen_A : A ; - nepodkupnost_N : N ; - nepodle_zj_a_sht__A : A ; - nepodobava_sh__A : A ; - nepodobava_sht__A : A ; - nepodobren_A : A ; - nepodoziran_A : A ; - nepodozira_sht__A : A ; - nepodozritelen_A : A ; - nepodpe_ch_atan_A : A ; - nepodpisan_A : A ; - nepodplaten_A : A ; - nepodpomognat_A : A ; - nepodpraven_A : A ; - nepodpravenost_N : N ; - nepodraboten_A : A ; - nepodra_zj_aem_A : A ; - nepodra_zj_aemost_N : N ; - nepodreden_A : A ; - nepodr_ja_zan_A : A ; - nepodskazan_A : A ; - nepodsladen_A : A ; - nepodstrigan_A : A ; - nepodsyden_A : A ; - nepodsydnost_N : N ; - nepodhoden_A : A ; - nepodhodnost_N : N ; - nepodhod_ja__sht__A : A ; - nepodho_zj_da_sht__A : A ; - nepod_ch_inen_A : A ; - nepod_ch_inenie_N : N ; - nepod_ch_in_ja_va_sht__A : A ; - nepod_sh_it_A : A ; - nepo_zj_ynat_A : A ; - nepozvolen_A : A ; - nepoznavaem_A : A ; - nepoznavaemost_N : N ; - nepoznavane_N : N ; - nepoznat_A : A ; - nepoznatost_N : N ; - nepoiskan_A : A ; - nepokazatelen_A : A ; - nepokazen_A : A ; - nepokanen_A : A ; - nepoka_ja_l_A : A ; - nepoka_ja_n_A : A ; - nepoka_ja_nie_N : N ; - nepokvaren_A : A ; - nepokvarenost_N : N ; - nepokvarim_A : A ; - nepokvarimost_N : N ; - nepoklatim_A : A ; - nepoklatimost_N : N ; - nepokolebim_A : A ; - nepokolebimost_N : N ; - nepokoren_A : A ; - nepokorim_A : A ; - nepokornik_N : N ; - nepokornica_N : N ; - nepokornost_N : N ; - nepokorstvam_V : V ; - nepokorstvane_N : N ; - nepokorstvo_N : N ; - nepokrit_A : A ; - nepokrysten_A : A ; - nepokytnat_A : A ; - nepokytnatost_N : N ; - nepolezen_A : A ; - nepoliran_A : A ; - nepoliti_ch_en_A : A ; - nepoliti_ch_eski_A : A ; - nepoliti_ch_nost_N : N ; - nepolovin_ch_at_A : A ; - nepolu_ch_ava_sht__A : A ; - nepolu_ch_en_A : A ; - nepol_ja_t_A : A ; - nepomolen_A : A ; - nepomra_ch_en_A : A ; - nepomrydnat_A : A ; - nepomrykva_sht__A : A ; - nepomryknal_A : A ; - neponas_ja__sht__A : A ; - neponosim_A : A ; - neponosimost_N : N ; - nepon_ja_ten_A : A ; - nepon_ja_tnost_N : N ; - nepopraven_A : A ; - nepopravim_A : A ; - nepopravimost_N : N ; - nepopul_ja_ren_A : A ; - nepopul_ja_rnost_N : N ; - nepopylnen_A : A ; - neporasyl_A : A ; - neporican_A : A ; - neporodist_A : A ; - neporo_ch_en_A : A ; - neporo_ch_nost_N : N ; - neporyben_A : A ; - nepory_ch_an_A : A ; - nepor_ja_dyk_N : N ; - nepor_ja_dy_ch_en_A : A ; - nepor_ja_dy_ch_nost_N : N ; - neposaden_A : A ; - neposveten_A : A ; - nepose_sht_avan_A : A ; - nepose_sht_avane_N : N ; - nepose_sht_aem_A : A ; - nepose_sht_enie_N : N ; - neposilen_A : A ; - neposledvan_A : A ; - neposledovatelen_A : A ; - neposledovatelnost_N : N ; - neposlu_sh_anie_N : N ; - neposlu_sh_en_A : A ; - neposlu_sh_nik_N : N ; - neposlu_sh_nica_N : N ; - neposlu_sh_nost_N : N ; - neposreden_A : A ; - neposredstven_A : A ; - neposredstvenost_N : N ; - nepostignat_A : A ; - neposti_zj_im_A : A ; - neposti_zj_imost_N : N ; - nepostlan_A : A ; - neposto_ja_nen_A : A ; - neposto_ja_nnost_N : N ; - neposto_ja_nstvo_N : N ; - nepostradal_A : A ; - nepotaen_A : A ; - nepotvyrden_A : A ; - nepotisnat_A : A ; - nepotopen_A : A ; - nepotreben_A : A ; - nepotrebitelen_A : A ; - nepotrebnost_N : N ; - nepotu_sh_im_A : A ; - nepotyrsen_A : A ; - nepohvaten_A : A ; - nepohvatnost_N : N ; - nepo_ch_isten_A : A ; - nepo_ch_itan_A : A ; - nepo_ch_itane_N : N ; - nepo_ch_itanie_N : N ; - nepo_ch_nat_A : A ; - nepo_ch_ten_A : A ; - nepo_ch_tenost_N : N ; - nepo_ch_titelen_A : A ; - nepo_ch_titelnost_N : N ; - nepo_ch_uvstvan_A : A ; - nepo_ch_uvstvuvan_A : A ; - neprav_A : A ; - nepravda_N : N ; - nepravdiv_A : A ; - nepravdopodoben_A : A ; - nepravdopodobnost_N : N ; - nepraveden_A : A ; - nepravednik_N : N ; - nepravednica_N : N ; - nepravilen_A : A ; - nepravilnost_N : N ; - nepravoveren_A : A ; - nepravomeren_A : A ; - nepravomernost_N : N ; - nepravoslaven_A : A ; - nepravoslavie_N : N ; - nepravosposoben_A : A ; - nepravosposobnost_N : N ; - nepravota_N : N ; - neprazen_A : A ; - neprakti_ch_en_A : A ; - neprakti_ch_nost_N : N ; - nepran_A : A ; - neprebroden_A : A ; - neprebroen_A : A ; - nepreveden_A : A ; - neprevzemaem_A : A ; - neprevzemaemost_N : N ; - neprevzet_A : A ; - neprevzetost_N : N ; - neprevzimaem_A : A ; - neprevivaem_A : A ; - neprevit_A : A ; - neprevodim_A : A ; - neprevratimost_N : N ; - neprevyzmognat_A : A ; - nepregleden_A : A ; - nepreglednost_N : N ; - nepredavaem_A : A ; - nepredavaemost_N : N ; - nepredavane_N : N ; - nepredvzet_A : A ; - nepredviden_A : A ; - nepredvidenost_N : N ; - nepredvidim_A : A ; - nepredvidimost_N : N ; - nepredvidliv_A : A ; - nepredvidlivost_N : N ; - nepredelen_A : A ; - nepredizvikan_A : A ; - nepredizvikva_sht__A : A ; - neprednazna_ch_en_A : A ; - neprednameren_A : A ; - neprednamerenost_N : N ; - nepredotvratim_A : A ; - nepredotvratimost_N : N ; - nepredpazliv_A : A ; - nepredpazlivost_N : N ; - nepredpolagaem_A : A ; - nepredpriem_ch_iv_A : A ; - nepredpriem_ch_ivost_N : N ; - nepredrazpolaga_sht__A : A ; - nepredskazan_A : A ; - nepredskazuem_A : A ; - nepredstaven_A : A ; - nepredstavitelen_A : A ; - nepredstavl_ja_va_sht__A : A ; - nepredubeden_A : A ; - nepredubedenost_N : N ; - nepredumi_sh_len_A : A ; - nepre_zj_alim_A : A ; - nepre_zj_iv_ja_n_A : A ; - nepreizbran_A : A ; - nepreklonen_A : A ; - nepreklonnost_N : N ; - neprekysvaem_A : A ; - neprekysvan_A : A ; - neprekysva_sht__A : A ; - neprekysnat_A : A ; - neprekysnatost_N : N ; - nepreleten_A : A ; - nepremenen_A : A ; - nepremesten_A : A ; - neprenaso_ch_en_A : A ; - neprenosim_A : A ; - nepreodolim_A : A ; - nepreodolimost_N : N ; - nepreodol_ja_n_A : A ; - neprepokriva_sht__A : A ; - neprepory_ch_itelen_A : A ; - neprepory_ch_itelnost_N : N ; - nepreraboten_A : A ; - nepresekva_sht__A : A ; - nepresekliv_A : A ; - neprese_ch_en_A : A ; - nepresilen_A : A ; - nepresledvan_A : A ; - nepresmetliv_A : A ; - nepresmetlivost_N : N ; - nepresro_ch_en_A : A ; - neprestanen_A : A ; - neprestannost_N : N ; - neprestoren_A : A ; - neprestorenost_N : N ; - nepresto_ja_l_A : A ; - nepresukan_A : A ; - nepresu_sh_im_A : A ; - nepresyhva_sht__A : A ; - nepretenciozen_A : A ; - nepretencioznost_N : N ; - nepretovaren_A : A ; - nepretrupan_A : A ; - nepreuveli_ch_en_A : A ; - neprefinen_A : A ; - neprehoden_A : A ; - neprehodnost_N : N ; - nepreceden_A : A ; - neprecenen_A : A ; - nepre_ch_isten_A : A ; - nepribran_A : A ; - nepriveten_A : A ; - neprivetliv_A : A ; - neprivetlivost_N : N ; - neprivetnost_N : N ; - nepriviknal_A : A ; - neprivilegirovan_A : A ; - neprivi_ch_en_A : A ; - neprivlekatelen_A : A ; - neprivlekatelnost_N : N ; - neprivli_ch_a_sht__A : A ; - neprivyrzan_A : A ; - neprivyr_sh_en_A : A ; - neprigoden_A : A ; - neprigodnost_N : N ; - neprigotven_A : A ; - nepridir_ch_iv_A : A ; - nepridir_ch_ivost_N : N ; - nepridru_zj_en_A : A ; - nepridyr_zj_ane_N : N ; - nepriemane_N : N ; - nepriemliv_A : A ; - nepriemlivost_N : N ; - nepriet_A : A ; - nepriznavan_A : A ; - nepriznavane_N : N ; - nepriznat_A : A ; - nepriznatelen_A : A ; - nepriznatelnost_N : N ; - neprikazliv_A : A ; - neprika_ch_en_A : A ; - neprikl_iu__ch_en_A : A ; - neprikosnoven_A : A ; - neprikosnovenost_N : N ; - neprikrepen_A : A ; - neprikrit_A : A ; - neprikritost_N : N ; - neprilagan_A : A ; - neprilepen_A : A ; - neprili_ch_en_A : A ; - neprili_ch_ie_N : N ; - neprili_ch_nost_N : N ; - neprilo_zj_en_A : A ; - neprilo_zj_im_A : A ; - neprilo_zj_imost_N : N ; - neprimesen_A : A ; - neprimiren_A : A ; - neprimirim_A : A ; - neprimirimost_N : N ; - neprimiritelen_A : A ; - neprinadle_zj_a_sht__A : A ; - neprinadle_zj_nost_N : N ; - neprinuden_A : A ; - neprinudenost_N : N ; - neprinuditelen_A : A ; - nepriob_sht_en_A : A ; - nepripe_ch_elen_A : A ; - nepripr_ja_n_A : A ; - neprisaden_A : A ; - neprisposoben_A : A ; - neprisposobenost_N : N ; - neprisposobim_A : A ; - neprisposobimost_N : N ; - neprisposob_ja_vane_N : N ; - nepristoen_A : A ; - nepristojnost_N : N ; - nepristoren_A : A ; - nepristypen_A : A ; - nepristypnost_N : N ; - neprisystven_A : A ; - neprisystvie_N : N ; - neprisy_sht__A : A ; - nepritvoren_A : A ; - neprite_zj_avan_A : A ; - nepritesnen_A : A ; - nepritesn_ja_van_A : A ; - nepriu_ch_en_A : A ; - nepri_ch_asten_A : A ; - nepri_ja_znen_A : A ; - nepri_ja_znenost_N : N ; - nepri_ja_zyn_N : N ; - nepri_ja_tel_N : N ; - nepri_ja_telka_N : N ; - nepri_ja_telski_A : A ; - nepri_ja_telstvo_N : N ; - nepri_ja_ten_A : A ; - nepri_ja_tnost_N : N ; - neprobivaem_A : A ; - neprobuden_A : A ; - neproveren_A : A ; - neproverim_A : A ; - neprovetren_A : A ; - neprovinen_A : A ; - neprovodim_A : A ; - neprovodimost_N : N ; - neprovodnik_N : N ; - neprovokiran_A : A ; - neprogleden_A : A ; - neproglednost_N : N ; - neprogresiven_A : A ; - neprodavaem_A : A ; - neprodaden_A : A ; - neproduktiven_A : A ; - neproduktivnost_N : N ; - neprodup_ch_en_A : A ; - neprodyl_zj_itelen_A : A ; - neprodyl_zj_itelnost_N : N ; - neprozorliv_A : A ; - neprozorlivost_N : N ; - neprozra_ch_en_A : A ; - neprozra_ch_nost_N : N ; - neproizvoden_A : A ; - neproizvoditelen_A : A ; - neproizvoditelnost_N : N ; - neproizvolen_A : A ; - neproiznosim_A : A ; - neprokopsal_A : A ; - neprokopsan_A : A ; - neprokopsanik_N : N ; - neprokopsanica_N : N ; - neproletarski_A : A ; - neprol_ja_t_A : A ; - nepromenen_A : A ; - nepromenim_A : A ; - nepromenimost_N : N ; - nepromenliv_A : A ; - nepromenlivost_N : N ; - nepromen_ch_iv_A : A ; - nepromen_ch_ivost_N : N ; - nepromen_ja_em_A : A ; - nepromen_ja_emost_N : N ; - nepromokaem_A : A ; - nepromokaemost_N : N ; - nepronicaem_A : A ; - nepronicaemost_N : N ; - nepronicatelen_A : A ; - nepronicatelnost_N : N ; - neproporcionalen_A : A ; - neproporcionalnost_N : N ; - nepropuska_sht__A : A ; - nepropuskliv_A : A ; - neprosveten_A : A ; - neprosvetenost_N : N ; - neprosledim_A : A ; - neprosro_ch_en_A : A ; - neprosten_A : A ; - neprostim_A : A ; - neprostimost_N : N ; - neprostitelen_A : A ; - neprostitelnost_N : N ; - neprotivene_N : N ; - neprotivore_ch_iv_A : A ; - neprou_ch_en_A : A ; - neprofesionalen_A : A ; - neprofesionalist_N : N ; - neprofesionalistka_N : N ; - neprofsy_iu_zen_A : A ; - neprohoden_A : A ; - neprohodim_A : A ; - neprohodimost_N : N ; - nepro_ch_eten_A : A ; - nepro_sht_ava_sht__A : A ; - nepro_ja_ven_A : A ; - nepro_ja_v_ja_va_sht__A : A ; - nepr_ja_k_A : A ; - nepr_ja_m_A : A ; - nepublikuvan_A : A ; - nepukizym_N : N ; - nepu_sh_a_ch__N : N ; - nepylen_A : A ; - nepylnovrysten_A : A ; - nepylnoleten_A : A ; - nepylnoletie_N : N ; - nepylnomeren_A : A ; - nepylnopraven_A : A ; - nepylnota_N : N ; - nepylnocenen_A : A ; - nepylnocennost_N : N ; - neraboten_A : A ; - nerabotliv_A : A ; - nerabotosposoben_A : A ; - nerabotosposobnost_N : N ; - neraven_A : A ; - neravenstvo_N : N ; - neravnodu_sh_en_A : A ; - neravnomeren_A : A ; - neravnomernost_N : N ; - neravnopraven_A : A ; - neravnopravie_N : N ; - neravnosri_ch_en_A : A ; - neravnost_N : N ; - neravnostoen_A : A ; - neravnostranen_A : A ; - nerad_N : N ; - neradost_N : N ; - neradosten_A : A ; - neradu_sh_en_A : A ; - neradu_sh_nost_N : N ; - nerazbivaem_A : A ; - nerazbiraem_A : A ; - nerazbiraemost_N : N ; - nerazbirane_N : N ; - nerazbiratelstvo_N : N ; - nerazbira_sht__A : A ; - nerazbit_A : A ; - nerazbori_ja__N : N ; - nerazbran_A : A ; - nerazbranost_N : N ; - nerazbran_sht_ina_N : N ; - nerazvalen_A : A ; - nerazvit_A : A ; - nerazvitost_N : N ; - nerazvodnen_A : A ; - nerazgadaem_A : A ; - nerazgadaemost_N : N ; - nerazgadan_A : A ; - nerazgledan_A : A ; - nerazgle_zj_dan_A : A ; - nerazglezen_A : A ; - nerazglob_ja_em_A : A ; - nerazgovorliv_A : A ; - nerazgovorlivost_N : N ; - nerazgovor_ch_iv_A : A ; - nerazgore_sht_en_A : A ; - nerazgrani_ch_en_A : A ; - nerazgrani_ch_im_A : A ; - nerazdaden_A : A ; - nerazdvoen_A : A ; - nerazdelen_A : A ; - nerazdelim_A : A ; - nerazdelimost_N : N ; - nerazdelnopolov_A : A ; - nerazdelnost_N : N ; - nerazd_ja_la_N : N ; - nerazedinen_A : A ; - neraziskvan_A : A ; - nerazkazan_A : A ; - nerazka_ja_l_A : A ; - nerazka_ja_n_A : A ; - nerazka_ja_nost_N : N ; - nerazklatim_A : A ; - nerazklonen_A : A ; - nerazkrasen_A : A ; - nerazkrit_A : A ; - nerazkysan_A : A ; - nerazkysvaem_A : A ; - nerazli_ch_ava_sht__A : A ; - nerazli_ch_im_A : A ; - nerazli_ch_imost_N : N ; - nerazlo_zj_im_A : A ; - nerazly_ch_en_A : A ; - nerazly_ch_nost_N : N ; - nerazmen_ja_em_A : A ; - nerazmen_ja_emost_N : N ; - nerazobli_ch_en_A : A ; - nerazoran_A : A ; - nerazpadnal_A : A ; - nerazpitan_A : A ; - nerazpitvan_A : A ; - nerazpoznavaem_A : A ; - nerazpoznat_A : A ; - nerazpolagaem_A : A ; - nerazpolaga_sht__A : A ; - nerazpolo_zj_en_A : A ; - nerazpolo_zj_enie_N : N ; - nerazpolo_zj_enost_N : N ; - nerazporeditelen_A : A ; - nerazporeditelnost_N : N ; - nerazprostranen_A : A ; - nerazprostranenie_N : N ; - nerazpynat_A : A ; - nerazraboten_A : A ; - nerazreden_A : A ; - nerazre_sh_en_A : A ; - nerazre_sh_im_A : A ; - nerazre_sh_imost_N : N ; - nerazriven_A : A ; - nerazrivnost_N : N ; - nerazro_sh_en_A : A ; - nerazru_sh_en_A : A ; - nerazru_sh_im_A : A ; - nerazr_ja_zan_A : A ; - nerazsyden_A : A ; - nerazsyditelen_A : A ; - nerazsydliv_A : A ; - nerazsydlivost_N : N ; - neraztvoren_A : A ; - neraztvorim_A : A ; - neraztvorimost_N : N ; - neraztegaem_A : A ; - neraztegliv_A : A ; - neraztovaren_A : A ; - nerazto_ch_itelen_A : A ; - neraztreben_A : A ; - neraztrevo_zj_en_A : A ; - neraztrogvaemost_N : N ; - nerazubeden_A : A ; - nerazumen_A : A ; - nerazumenie_N : N ; - nerazumnost_N : N ; - nerazu_ch_en_A : A ; - nerazcyft_ja_l_A : A ; - neraz_ch_eten_A : A ; - neraz_ch_isten_A : A ; - neraz_ch_lenen_A : A ; - neraz_ch_upen_A : A ; - neraz_sh_ifrovan_A : A ; - nerafiniran_A : A ; - neracionalen_A : A ; - neracionalnost_N : N ; - nerv_N : N ; - nerven_A : A ; - nerviram_V : V ; - nervirane_N : N ; - nervni_ch_a_V : V ; - nervni_ch_ene_N : N ; - nervnost_N : N ; - nervozen_A : A ; - nervoznost_N : N ; - nereagirane_N : N ; - nereagira_sht__A : A ; - nerealen_A : A ; - nerealiziran_A : A ; - nerealizuem_A : A ; - nerealisti_ch_en_A : A ; - nerealnost_N : N ; - nerevnosten_A : A ; - neregistriran_A : A ; - nereguliran_A : A ; - neredaktiran_A : A ; - nereden_A : A ; - nerednost_N : N ; - neredoven_A : A ; - neredovnost_N : N ; - nerez_N : N ; - nerezonen_A : A ; - nerezultaten_A : A ; - nereligiozen_A : A ; - nereligioznost_N : N ; - nerentabilen_A : A ; - nerentabilnost_N : N ; - nerepetiran_A : A ; - nereformiran_A : A ; - nere_sh_en_A : A ; - nere_sh_im_A : A ; - nere_sh_itelen_A : A ; - nere_sh_itelnost_N : N ; - nerimuvan_A : A ; - neritmi_ch_en_A : A ; - neritmi_ch_nost_N : N ; - neroden_A : A ; - nerodol_iu_biv_A : A ; - neromanti_ch_en_A : A ; - neruden_A : A ; - nerudonosen_A : A ; - neru_sh_im_A : A ; - neru_sh_imost_N : N ; - nery_zj_daem_A : A ; - nery_zj_d_ja_sal_A : A ; - nery_zj_d_ja_sva_sht__A : A ; - nerykotvoren_A : A ; - ner_ja_dyk_A : A ; - ner_ja_zyk_A : A ; - nesamonade_ja_n_A : A ; - nesamosto_ja_telen_A : A ; - nesamosto_ja_telnost_N : N ; - nesamouveren_A : A ; - nesamouverenost_N : N ; - nesamohoden_A : A ; - nesantimentalen_A : A ; - nesbit_A : A ; - nesbydnal_A : A ; - nesbydnat_A : A ; - nesvalen_A : A ; - nesvaren_A : A ; - nesvedu_sht__A : A ; - nesvesten_A : A ; - nesvete_sht__A : A ; - nesvetski_A : A ; - nesvivaem_A : A ; - nesvivaemost_N : N ; - nesviknal_A : A ; - nesvoboden_A : A ; - nesvoevremenen_A : A ; - nesvoevremennost_N : N ; - nesvojstven_A : A ; - nesvyrzan_A : A ; - nesvyrzanost_N : N ; - nesvyr_sh_en_A : A ; - nesvyr_sh_enost_N : N ; - nesv_ja_st_N : N ; - nesgovor_N : N ; - nesgovoren_A : A ; - nesgovorliv_A : A ; - nesgovorlivost_N : N ; - nesgovornost_N : N ; - nesgovor_ch_iv_A : A ; - nesgovor_ch_ivost_N : N ; - nesgoda_N : N ; - nesgoden_A : A ; - nesgodnost_N : N ; - nesgotven_A : A ; - nesgyvaem_A : A ; - nesgyvaemost_N : N ; - nesgystim_A : A ; - nesgystimost_N : N ; - nesdyr_zj_an_A : A ; - nesdyr_zj_anost_N : N ; - nesednal_A : A ; - nesekva_sht__A : A ; - nesektantski_A : A ; - nesemeen_A : A ; - neserien_A : A ; - neseriozen_A : A ; - neserioznost_N : N ; - neseser_N : N ; - nesiguren_A : A ; - nesigurnost_N : N ; - nesimetri_ch_en_A : A ; - nesimetri_ch_nost_N : N ; - nesimpati_ch_en_A : A ; - nesimpati_ch_nost_N : N ; - nesinoven_A : A ; - nesinhronen_A : A ; - nesinhroniziran_A : A ; - nesinhroni_ch_en_A : A ; - nesistematiziran_A : A ; - nesistematiziranost_N : N ; - nesistemati_ch_en_A : A ; - nesistemen_A : A ; - nesistemnost_N : N ; - nesklonen_A : A ; - nesklonim_A : A ; - nesklonimost_N : N ; - nesklonnost_N : N ; - nesklon_ja_em_A : A ; - nesklon_ja_emost_N : N ; - neskl_iu__ch_en_A : A ; - neskovan_A : A ; - neskon_ch_aem_A : A ; - neskon_ch_aemost_N : N ; - neskopen_A : A ; - neskoposan_A : A ; - neskoposen_A : A ; - neskoposnik_N : N ; - neskoposnica_N : N ; - neskoposnost_N : N ; - neskrivan_A : A ; - neskrit_A : A ; - neskromen_A : A ; - neskromnost_N : N ; - neskypocenen_A : A ; - neskysen_A : A ; - nesladyk_A : A ; - neslo_zj_en_A : A ; - neslo_zj_nost_N : N ; - neslomen_A : A ; - neslomim_A : A ; - neslomimost_N : N ; - neslu_zj_il_A : A ; - neslu_ch_aen_A : A ; - nesmek_ch_en_A : A ; - nesmel_A : A ; - nesmelost_N : N ; - nesmenen_A : A ; - nesmen_ja_em_A : A ; - nesmen_ja_emost_N : N ; - nesmeten_A : A ; - nesmetnost_N : N ; - nesmilaem_A : A ; - nesmilaemost_N : N ; - nesmilatelen_A : A ; - nesmislen_A : A ; - nesml_ja_n_A : A ; - nesmuten_A : A ; - nesmutim_A : A ; - nesmutimost_N : N ; - nesmu_sht_avan_A : A ; - nesmu_sht_aem_A : A ; - nesnabden_A : A ; - nesnosen_A : A ; - nesolen_A : A ; - nesoliden_A : A ; - nesolidnost_N : N ; - nesortiran_A : A ; - nespazvane_N : N ; - nespazva_sht__A : A ; - nespas_ja_em_A : A ; - nespecializiran_A : A ; - nespecialist_N : N ; - nespecialistka_N : N ; - nespecifi_ch_en_A : A ; - nespe_ch_elen_A : A ; - nespir_N : N ; - nespira_sht__A : A ; - nespiren_A : A ; - nespodelen_A : A ; - nespokoen_A : A ; - nespokojstvie_N : N ; - nespokojstvo_N : N ; - nespoluka_N : N ; - nespolu_ch_liv_A : A ; - nespolu_ch_livost_N : N ; - nespomenat_A : A ; - nespontanen_A : A ; - nesporen_A : A ; - nesportsmenski_A : A ; - nesposoben_A : A ; - nesposobnost_N : N ; - nespravedliv_A : A ; - nespravedlivost_N : N ; - nesprav_ja_ne_N : N ; - nesprav_ja__sht__A : A ; - nespretnat_A : A ; - nespretnatost_N : N ; - nespyvan_A : A ; - nesrabotvane_N : N ; - nesravnen_A : A ; - nesravnim_A : A ; - nesravnimost_N : N ; - nesrastvane_N : N ; - nesresan_A : A ; - nesreta_N : N ; - nesreten_A : A ; - nesretnik_N : N ; - nesretnica_N : N ; - nesretni_sh_ki_A : A ; - nesre_sht_an_A : A ; - nesre_sht_a_sht__A : A ; - nesroden_A : A ; - nesrodnost_N : N ; - nesry_ch_en_A : A ; - nesry_ch_nost_N : N ; - nestabilen_A : A ; - nestabilnost_N : N ; - nestanal_A : A ; - nestandarten_A : A ; - nestaratelen_A : A ; - nestegnat_A : A ; - nestesnitelen_A : A ; - nestesn_ja_van_A : A ; - nestinar_N : N ; - nestinarka_N : N ; - nestinarstvo_N : N ; - nestip_ch_iv_A : A ; - nestihva_sht__A : A ; - nestrog_A : A ; - nestroevak_N : N ; - nestroevi_A : A ; - nestroen_A : A ; - nestrojnost_N : N ; - nestro_sh_en_A : A ; - nestruva_sht__A : A ; - nestrukturiran_A : A ; - nestudien_A : A ; - nesubsidiran_A : A ; - nesuverenen_A : A ; - nesueten_A : A ; - nesu_sh_en_A : A ; - neshvanat_A : A ; - neshvatliv_A : A ; - neshvatlivost_N : N ; - neshoden_A : A ; - neshodnost_N : N ; - neshodstvo_N : N ; - nesho_zj_da_sht__A : A ; - nesceni_ch_en_A : A ; - nes_ch_eten_A : A ; - nes_ch_upen_A : A ; - nesybiraem_A : A ; - nesyblaznitelen_A : A ; - nesybl_iu_davane_N : N ; - nesybl_iu_datelen_A : A ; - nesybl_iu_denie_N : N ; - nesybudenost_N : N ; - nesyvesten_A : A ; - nesyvmestim_A : A ; - nesyvmestimost_N : N ; - nesyvpadane_N : N ; - nesyvpada_sht__A : A ; - nesyvpadenie_N : N ; - nesyvyr_sh_en_A : A ; - nesyvyr_sh_enstvo_N : N ; - nesyglasen_A : A ; - nesyglasie_N : N ; - nesyglasuvan_A : A ; - nesyglasuvanost_N : N ; - nesyglasuem_A : A ; - nesyglasuemost_N : N ; - nesyden_A : A ; - nesyedinen_A : A ; - nesyzvu_ch_en_A : A ; - nesyzvu_ch_nost_N : N ; - nesyzercatelen_A : A ; - nesyznavane_N : N ; - nesyznava_sht__A : A ; - nesyznanie_N : N ; - nesyznatelen_A : A ; - nesyznatelnost_N : N ; - nesyzr_ja_n_A : A ; - nesyizmerim_A : A ; - nesyizmerimost_N : N ; - nesykraten_A : A ; - nesykratim_A : A ; - nesykratimost_N : N ; - nesykru_sh_im_A : A ; - nesykru_sh_imost_N : N ; - nesymnen_A : A ; - nesymnenost_N : N ; - nesynuvan_A : A ; - nesyobrazen_A : A ; - nesyobrazitelen_A : A ; - nesyobrazitelnost_N : N ; - nesyobraznost_N : N ; - nesyobraz_ja_vane_N : N ; - nesyob_sht_itelen_A : A ; - nesyotveten_A : A ; - nesyotvetstva_sht__A : A ; - nesyotvetstven_A : A ; - nesyotvetstvenost_N : N ; - nesyotvetstvie_N : N ; - nesyotvetstvuva_sht__A : A ; - nesyotno_sh_enie_N : N ; - nesypostavim_A : A ; - nesypri_ch_astnost_N : N ; - nesyprotiva_N : N ; - nesyrazmeren_A : A ; - nesyrazmernost_N : N ; - nesysredoto_ch_en_A : A ; - nesysredoto_ch_enost_N : N ; - nesystaven_A : A ; - nesysto_ja_telen_A : A ; - nesysto_ja_telnost_N : N ; - nesystradatelen_A : A ; - nesytvoren_A : A ; - nesy_ch_etan_A : A ; - nesy_ch_lenen_A : A ; - nesy_ch_lenenost_N : N ; - nesy_ch_uvstven_A : A ; - nesy_sht__A : A ; - nesy_sht_estven_A : A ; - nesy_sht_estvenost_N : N ; - nesy_sht_estvuvane_N : N ; - nesy_sht_estvuvanie_N : N ; - nesy_sht_estvuva_sht__A : A ; - netaen_A : A ; - netakti_ch_en_A : A ; - netakti_ch_nost_N : N ; - netalantliv_A : A ; - netvor_ch_eski_A : A ; - netvyrd_A : A ; - nete_zj_yk_A : A ; - netelesen_A : A ; - neten_A : A ; - netehni_ch_eski_A : A ; - netipi_ch_en_A : A ; - netituluvan_A : A ; - netlenen_A : A ; - netlennost_N : N ; - neto_N : N ; - netoksi_ch_en_A : A ; - netoleranten_A : A ; - netolerantnost_N : N ; - netopim_A : A ; - netopimost_N : N ; - netoploprovoden_A : A ; - netopyl_A : A ; - neto_ch_en_A : A ; - neto_ch_nost_N : N ; - netraen_A : A ; - netrajnost_N : N ; - netransliran_A : A ; - netrezv_A : A ; - netrezven_A : A ; - netrezvenost_N : N ; - netreniran_A : A ; - netrepva_sht__A : A ; - netro_sh_liv_A : A ; - netrudov_A : A ; - netrudosposoben_A : A ; - netrudosposobnost_N : N ; - netryp_ch_iv_A : A ; - netuka_sh_en_A : A ; - nety_zj_destven_A : A ; - netynyk_A : A ; - netyrgovski_A : A ; - netyrpeliv_A : A ; - netyrpelivost_N : N ; - netyrpenie_N : N ; - netyrpim_A : A ; - netyrpimost_N : N ; - netyrp_ja__sht__A : A ; - netyrsen_A : A ; - neubeden_A : A ; - neubedenost_N : N ; - neubedim_A : A ; - neubedimost_N : N ; - neubeditelen_A : A ; - neubeditelnost_N : N ; - neuva_zj_en_A : A ; - neuva_zj_enie_N : N ; - neuva_zj_itelen_A : A ; - neuvedomen_A : A ; - neuveren_A : A ; - neuverenost_N : N ; - neuv_ja_hva_sht__A : A ; - neuv_ja_hnal_A : A ; - neugasva_sht__A : A ; - neugasen_A : A ; - neugasim_A : A ; - neugasnal_A : A ; - neugleden_A : A ; - neuglednost_N : N ; - neugneten_A : A ; - neugoda_N : N ; - neugoden_A : A ; - neugodnost_N : N ; - neugoen_A : A ; - neudaren_A : A ; - neuda_ch_a_N : N ; - neuda_ch_en_A : A ; - neuda_ch_nik_N : N ; - neuda_ch_nica_N : N ; - neuda_ch_nost_N : N ; - neudoben_A : A ; - neudobstvo_N : N ; - neudovletvoren_A : A ; - neudovletvorenie_N : N ; - neudovletvorenost_N : N ; - neudovletvoritelen_A : A ; - neudovletvoritelnost_N : N ; - neudovolstvie_N : N ; - neudoletvorenost_N : N ; - neudyr_zj_an_A : A ; - neudyr_zj_ane_N : N ; - neudyr_zj_im_A : A ; - neudyr_zj_imost_N : N ; - neuzakonen_A : A ; - neuznavaem_A : A ; - neuznavaemost_N : N ; - neuzr_ja_l_A : A ; - neuk_A : A ; - neukrasen_A : A ; - neukrepen_A : A ; - neukrepnal_A : A ; - neukrepnalost_N : N ; - neukrotim_A : A ; - neukrotimost_N : N ; - neulegnal_A : A ; - neulegnalost_N : N ; - neulovim_A : A ; - neulovimost_N : N ; - neulu_ch_vane_N : N ; - neulu_ch_en_A : A ; - neumel_A : A ; - neumelost_N : N ; - neumenie_N : N ; - neumeren_A : A ; - neumerenost_N : N ; - neumesten_A : A ; - neumestnost_N : N ; - neumira_sht__A : A ; - neumirim_A : A ; - neumi_sh_len_A : A ; - neumi_sh_lenost_N : N ; - neumolim_A : A ; - neumolimost_N : N ; - neumoren_A : A ; - neumorim_A : A ; - neumorimost_N : N ; - neumornost_N : N ; - neuni_sht_o_zj_en_A : A ; - neuni_sht_o_zj_im_A : A ; - neupomenat_A : A ; - neupotreba_N : N ; - neupotreben_A : A ; - neupotrebim_A : A ; - neupotrebitelen_A : A ; - neupotreb_ja_van_A : A ; - neupotreb_ja_vane_N : N ; - neupotreb_ja_em_A : A ; - neupotreb_ja_emost_N : N ; - neupravi_ja__N : N ; - neupravl_ja_van_A : A ; - neupravl_ja_em_A : A ; - neupra_zj_nen_A : A ; - neupra_zj_n_ja_vane_N : N ; - neupren_N : N ; - neupylnomo_sht_en_A : A ; - neuravnovesen_A : A ; - neuravnovesenost_N : N ; - neureden_A : A ; - neuredenost_N : N ; - neuredica_N : N ; - neurednost_N : N ; - neuro_zj_aj_N : N ; - neusvoen_A : A ; - neusednal_A : A ; - neuseten_A : A ; - neuslu_zj_liv_A : A ; - neuslu_zj_livost_N : N ; - neusmirim_A : A ; - neuspevaemost_N : N ; - neuspeh_N : N ; - neuspe_sh_en_A : A ; - neuspoko_ja_va_sht__A : A ; - neusp_ja_l_A : A ; - neustanoven_A : A ; - neustanovenost_N : N ; - neustanovim_A : A ; - neustoim_A : A ; - neustojka_N : N ; - neustoj_ch_iv_A : A ; - neustoj_ch_ivost_N : N ; - neustra_sh_im_A : A ; - neustra_sh_imost_N : N ; - neusyrden_A : A ; - neutaen_A : A ; - neutalo_zj_en_A : A ; - neutvyrden_A : A ; - neute_sh_en_A : A ; - neute_sh_im_A : A ; - neute_sh_imost_N : N ; - neute_sh_itelen_A : A ; - neutolen_A : A ; - neutolenost_N : N ; - neutolim_A : A ; - neutolimost_N : N ; - neuto_ch_nen_A : A ; - neuto_ch_nenost_N : N ; - neutralen_A : A ; - neutralizator_N : N ; - neutralizaci_ja__N : N ; - neutraliziram_V : V ; - neutralizirane_N : N ; - neutralitet_N : N ; - neutralnost_N : N ; - neutrino_N : N ; - neutron_N : N ; - neutronen_A : A ; - neutypkan_A : A ; - neu_ch_asten_A : A ; - neu_ch_astie_N : N ; - neu_ch_en_A : A ; - neu_ch_tiv_A : A ; - neu_ch_tivost_N : N ; - neu_iu_ten_A : A ; - neu_iu_tnost_N : N ; - neu_ja_zven_A : A ; - neu_ja_zvim_A : A ; - neu_ja_zvimost_N : N ; - nefabri_ch_en_A : A ; - nefal_sh_iv_A : A ; - nefal_sh_ificiran_A : A ; - nefamiliariziran_A : A ; - nefelen_A : A ; - nefermentiral_A : A ; - nefigurira_sht__A : A ; - nefizi_ch_eski_A : A ; - neformalen_A : A ; - neformatiran_A : A ; - neformiran_A : A ; - nefotogeni_ch_en_A : A ; - nefriziran_A : A ; - nefrit_N : N ; - neft_N : N ; - neften_A : A ; - neftodaen_A : A ; - neftodobiv_N : N ; - neftodobiven_A : A ; - neftonahodi_sht_e_N : N ; - neftonosen_A : A ; - neftoprerabotvane_N : N ; - neftoprerabotvatelen_A : A ; - neftoprerabotva_sht__A : A ; - neftoprovod_N : N ; - neftoprodukt_N : N ; - neftohimi_ch_en_A : A ; - neftohimi_ja__N : N ; - neftohranili_sht_e_N : N ; - nefunkcionira_sht__A : A ; - nehaen_A : A ; - nehaene_N : N ; - nehajnik_N : N ; - nehajnica_N : N ; - nehajnost_N : N ; - nehajstvo_N : N ; - neharakteren_A : A ; - neharesvane_N : N ; - neharmoni_ch_en_A : A ; - neha_ja__V : V ; - nehermetiziran_A : A ; - nehermeti_ch_en_A : A ; - nehermeti_ch_nost_N : N ; - nehigieni_ch_en_A : A ; - nehigieni_ch_nost_N : N ; - nehigroskopi_ch_en_A : A ; - nehigroskopi_ch_nost_N : N ; - nehorizontalen_A : A ; - nehranen_A : A ; - nehranimajka_N : N ; - nehranimajko_N : N ; - nehranitelen_A : A ; - nehristi_ja_nin_N : N ; - nehristi_ja_nka_N : N ; - nehristi_ja_nski_A : A ; - nehudo_zj_estven_A : A ; - nehumanen_A : A ; - necarstven_A : A ; - necvetonosen_A : A ; - necelesyobrazen_A : A ; - necelesyobraznost_N : N ; - necelomydren_A : A ; - necelomydrenost_N : N ; - necelomydrie_N : N ; - necenen_A : A ; - necenzuren_A : A ; - necenzuriran_A : A ; - necenzurnost_N : N ; - necentralen_A : A ; - necentriran_A : A ; - necivilizovan_A : A ; - neciganski_A : A ; - necitiran_A : A ; - necyrkoven_A : A ; - nec_ja_losten_A : A ; - ne_ch_akan_A : A ; - ne_ch_esten_A : A ; - ne_ch_estiv_A : A ; - ne_ch_estivec_N : N ; - ne_ch_estivost_N : N ; - ne_ch_estnost_N : N ; - ne_ch_estol_iu_biv_A : A ; - ne_ch_eten_A : A ; - ne_ch_etliv_A : A ; - ne_ch_etlivost_N : N ; - ne_ch_ist_A : A ; - ne_ch_istokryven_A : A ; - ne_ch_istoplyten_A : A ; - ne_ch_istoplytnost_N : N ; - ne_ch_istota_N : N ; - ne_ch_istoti_ja__N : N ; - ne_ch_itaem_A : A ; - ne_ch_iftokopiten_A : A ; - ne_ch_iftosan_A : A ; - ne_ch_lenorazdelen_A : A ; - ne_ch_lenorazdelnost_N : N ; - ne_ch_lenuva_sht__A : A ; - ne_ch_ove_ch_en_A : A ; - ne_ch_ove_ch_nost_N : N ; - ne_ch_ove_sh_ki_A : A ; - ne_ch_uvan_A : A ; - ne_ch_uvstvitelen_A : A ; - ne_ch_uvstvitelnost_N : N ; - ne_ch_upliv_A : A ; - ne_ch_uplivost_N : N ; - ne_ch_ut_A : A ; - ne_sh_ablonen_A : A ; - ne_sh_ifrovan_A : A ; - ne_sh_koluvan_A : A ; - ne_sh_lifovan_A : A ; - ne_sh_um_ja__sht__A : A ; - ne_sht_aven_A : A ; - ne_sht_asten_A : A ; - ne_sht_astie_N : N ; - ne_sht_astnik_N : N ; - ne_sht_astnica_N : N ; - ne_sht_aten_A : A ; - ne_sht_ica_N : N ; - ne_sht_o_N : N ; - ne_ja_ven_A : A ; - ne_ja_vil_A : A ; - ne_ja_v_ja_vane_N : N ; - ne_ja_ryk_A : A ; - ne_ja_sen_A : A ; - ne_ja_snost_N : N ; - ne_ja_snota_N : N ; - niagarski_A : A ; - niva_N : N ; - nivelator_N : N ; - nivelacionen_A : A ; - nivelaci_ja__N : N ; - nivelir_N : N ; - niveliram_V : V ; - nivelirane_N : N ; - nivelirovka_N : N ; - nivo_N : N ; - nivomer_N : N ; - nivopokazatel_N : N ; - nigeriec_N : N ; - nigerijka_N : N ; - nigerijski_A : A ; - ni_zj_a_V : V ; - niz_N : N ; - nizane_N : N ; - nizvergvam_V : V ; - nizvergvane_N : N ; - nizvergnat_A : A ; - nizvyrgvam_V : V ; - nizvyrgvane_N : N ; - nizina_N : N ; - nizkopoklonen_A : A ; - nizkopoklonnik_N : N ; - nizkopoklonni_ch_eski_A : A ; - nizkopoklonni_ch_estvo_N : N ; - nizkopoklonstvo_N : N ; - nizov_A : A ; - nizost_N : N ; - nizhod_ja__sht__A : A ; - niz_sh__A : A ; - nizyk_A : A ; - nikakvec_N : N ; - nikakvica_N : N ; - nikaraguanec_N : N ; - nikaraguanski_A : A ; - nikel_N : N ; - nikeliram_V : V ; - nikeliran_A : A ; - nikelirane_N : N ; - nikelirovka_N : N ; - nikelov_A : A ; - nikna_V : V ; - niknene_N : N ; - nikotin_N : N ; - nikotinizym_N : N ; - nikotinov_A : A ; - niktalopi_ja__N : N ; - nilski_A : A ; - nimfa_N : N ; - nimfetka_N : N ; - nimfomani_ja__N : N ; - nimfomanka_N : N ; - nipel_N : N ; - nirvana_N : N ; - nisi_ch_yk_A : A ; - niskovoltov_A : A ; - niskokalori_ch_en_A : A ; - niskoplaninski_A : A ; - niskoplaten_A : A ; - niskopodstrigan_A : A ; - niskorast_ja__sht__A : A ; - niskorasyl_A : A ; - niskosteblen_A : A ; - niskosto_ja__sht__A : A ; - niskostyblen_A : A ; - niskotemperaturen_A : A ; - nis_sh__A : A ; - nisyk_A : A ; - nit_N : N ; - nitov_A : A ; - nitovam_V : V ; - nitovane_N : N ; - nitova_ch__N : N ; - nitovy_ch_en_A : A ; - nitrat_N : N ; - nitraci_ja__N : N ; - nitrifikaci_ja__N : N ; - nitrobenzol_N : N ; - nitroglicerin_N : N ; - nitrolak_N : N ; - nitroceluloza_N : N ; - nihilzym_N : N ; - nihilizym_N : N ; - nihilist_N : N ; - nihilisti_ch_en_A : A ; - nihilisti_ch_eski_A : A ; - nihilistka_N : N ; - nic_sh_eanstvo_N : N ; - ni_sh_a_N : N ; - ni_sh_adyr_N : N ; - ni_sh_adyren_A : A ; - ni_sh_an_N : N ; - ni_sh_este_N : N ; - ni_sh_esten_A : A ; - ni_sh_ka_N : N ; - ni_sh_ki_A : A ; - ni_sh_koviden_A : A ; - ni_sh_koobrazen_A : A ; - ni_sht_elka_N : N ; - ni_sht_eta_N : N ; - ni_sht_o_zj_en_A : A ; - ni_sht_o_zj_estvo_N : N ; - ni_sht_o_zj_nost_N : N ; - ni_sht__ja__V : V ; - nobelist_N : N ; - nobelov_A : A ; - nov_A : A ; - novak_N : N ; - novator_N : N ; - novatorka_N : N ; - novatorski_A : A ; - novatorstvam_V : V ; - novatorstvane_N : N ; - novatorstvo_N : N ; - novaci_ja__N : N ; - novela_N : N ; - novelist_N : N ; - novelistka_N : N ; - noveni_ch_yk_A : A ; - novina_N : N ; - novinarski_A : A ; - novi_ch_yk_A : A ; - novobogata_sh__N : N ; - novobogata_sh_ki_A : A ; - novobranec_N : N ; - novobranski_A : A ; - novobra_ch_en_A : A ; - novovyveden_A : A ; - novovyvedenie_N : N ; - novovyzniknal_A : A ; - novogodi_sh_en_A : A ; - novogrycki_A : A ; - novodomec_N : N ; - novodo_sh_yl_A : A ; - novozabogat_ja_l_A : A ; - novozaveten_A : A ; - novozaet_A : A ; - novozapisan_A : A ; - novozaselil_A : A ; - novozelandec_N : N ; - novozelandka_N : N ; - novozelandski_A : A ; - novoizbran_A : A ; - novoizdaden_A : A ; - novoizkovan_A : A ; - novoizl_iu_pen_A : A ; - novoizmislen_A : A ; - novoiznameren_A : A ; - novoizpe_ch_en_A : A ; - novoinstaliran_A : A ; - novokamenen_A : A ; - novolunie_N : N ; - novomoden_A : A ; - novonazna_ch_en_A : A ; - novoobrazovanie_N : N ; - novoobrazuvan_A : A ; - novoomy_zj_en_A : A ; - novoosvoboden_A : A ; - novoosnovan_A : A ; - novootvoren_A : A ; - novootkrit_A : A ; - novopokrystvane_N : N ; - novopokrysten_A : A ; - novoposveten_A : A ; - novopostroen_A : A ; - novopostypil_A : A ; - novopo_ja_vil_A : A ; - novopridobit_A : A ; - novopriet_A : A ; - novopristignal_A : A ; - novoroden_A : A ; - novoselec_N : N ; - novost_N : N ; - novostartiran_A : A ; - novosyzdaden_A : A ; - novotel_N : N ; - novou_ch_reden_A : A ; - noga_N : N ; - noev_A : A ; - noemvrijski_A : A ; - no_zj__N : N ; - no_zj_ar_N : N ; - no_zj_arski_A : A ; - no_zj_arstvo_N : N ; - no_zj_ica_N : N ; - no_zj_i_ch_ka_N : N ; - no_zj_nica_N : N ; - no_zj_ovka_N : N ; - no_zj_odyr_zj_a_ch__N : N ; - no_zj__ch_e_N : N ; - nozdra_N : N ; - nozologi_ja__N : N ; - nokaut_N : N ; - nokautiram_V : V ; - nokautirane_N : N ; - nokdaun_N : N ; - nokyt_N : N ; - nomad_N : N ; - nomadski_A : A ; - nomenklatura_N : N ; - nomer_N : N ; - nomerator_N : N ; - nomeraci_ja__N : N ; - nomeriram_V : V ; - nomerirane_N : N ; - nomer_ch_e_N : N ; - nominalen_A : A ; - nominalizym_N : N ; - nominaci_ja__N : N ; - nomograma_N : N ; - noologi_ja__N : N ; - norve_zj_ec_N : N ; - norve_zj_ka_N : N ; - norve_zj_ki_A : A ; - norka_N : N ; - norma_N : N ; - normalen_A : A ; - normalizator_N : N ; - normalizaci_ja__N : N ; - normaliziram_V : V ; - normalizirane_N : N ; - normalnost_N : N ; - normandec_N : N ; - normandka_N : N ; - normandski_A : A ; - normanin_N : N ; - normativ_A : A ; - normativen_A : A ; - normiram_V : V ; - normirane_N : N ; - normirovka_N : N ; - normirov_ch_ik_N : N ; - nos_N : N ; - nosa_ch__N : N ; - nosa_ch_ka_N : N ; - nosen_A : A ; - nosene_N : N ; - nosilka_N : N ; - nosilo_N : N ; - nositel_N : N ; - nositelka_N : N ; - nosi_ja__N : N ; - noslivost_N : N ; - nosov_A : A ; - nosoglytka_N : N ; - nosografi_ja__N : N ; - nosolog_N : N ; - nosologi_ja__N : N ; - nosomani_ja__N : N ; - nosorog_N : N ; - nosofobi_ja__N : N ; - nostalgi_ch_en_A : A ; - nostalgi_ja__N : N ; - nos_ja__V : V ; - nota_N : N ; - notarialen_A : A ; - notariat_N : N ; - notarius_N : N ; - notaci_ja__N : N ; - noten_A : A ; - notiram_V : V ; - notirane_N : N ; - notifikaci_ja__N : N ; - notificiram_V : V ; - notificirane_N : N ; - notka_N : N ; - no_sht__N : N ; - no_sht_en_A : A ; - no_sht_es_N : N ; - no_sht_nica_N : N ; - no_sht_uvam_V : V ; - no_sht_uvane_N : N ; - no_sht_uvka_N : N ; - nrav_N : N ; - nravene_N : N ; - nravou_ch_enie_N : N ; - nravou_ch_itel_N : N ; - nravou_ch_itelen_A : A ; - nravstven_A : A ; - nravstvenost_N : N ; - nrav_ja__V : V ; - nudizym_N : N ; - nudist_N : N ; - nudistka_N : N ; - nudistki_A : A ; - nu_zj_da_N : N ; - nu_zj_da_ja__V : V ; - nu_zj_en_A : A ; - nu_zj_nik_N : N ; - nukleid_N : N ; - nuklein_N : N ; - nukleinov_A : A ; - nulev_A : A ; - nulifikaci_ja__N : N ; - nulificiram_V : V ; - nulificirane_N : N ; - numizmatik_N : N ; - numizmatika_N : N ; - numizmati_ch_en_A : A ; - nuncij_N : N ; - n_iu_ans_N : N ; - n_iu_ansiram_V : V ; - n_iu_ansiran_A : A ; - n_iu_ansirane_N : N ; - n_iu_ansirovka_N : N ; - n_iu_jorkski_A : A ; - n_iu_jork_ch_anin_N : N ; - n_iu_tonov_A : A ; - n_iu_h_N : N ; - n_ja_koga_sh_en_A : A ; - n_ja_kolkogodi_sh_en_A : A ; - n_ja_kolkodneven_A : A ; - n_ja_kolkokraten_A : A ; - n_ja_kolkomese_ch_en_A : A ; - n_ja_kolkosedmi_ch_en_A : A ; - n_ja_kolko_ch_asov_A : A ; - n_ja_kyde_sh_en_A : A ; - n_ja_m_A : A ; - n_ja_mam_V : V ; - n_ja_mane_N : N ; - n_ja_nka_N : N ; - oagn_ja_m_V : V ; - oagn_ja_ne_N : N ; - oazis_N : N ; - obagn_ja_m_V : V ; - obagn_ja_ne_N : N ; - obagr_ja_m_V : V ; - obagr_ja_ne_N : N ; - oba_zj_dam_V : V ; - oba_zj_dane_N : N ; - obajvam_V : V ; - obajvane_N : N ; - obarvam_V : V ; - obarvane_N : N ; - oba_ja_n_A : A ; - oba_ja_nie_N : N ; - oba_ja_tel_N : N ; - oba_ja_telen_A : A ; - oba_ja_telka_N : N ; - oba_ja_telnost_N : N ; - obvar_ja_vam_V : V ; - obvar_ja_vane_N : N ; - obvesvam_V : V ; - obvesvane_N : N ; - obvetren_A : A ; - obvivam_V : V ; - obvivane_N : N ; - obviven_A : A ; - obvivka_N : N ; - obvinenie_N : N ; - obvinitel_N : N ; - obvinitelen_A : A ; - obvinitelka_N : N ; - obvin_ja_vam_V : V ; - obvin_ja_vane_N : N ; - obvin_ja_em_A : A ; - obvisvam_V : V ; - obvisvane_N : N ; - obvyrzanost_N : N ; - obvyrzvam_V : V ; - obvyrzvane_N : N ; - obv_ja_vam_V : V ; - obv_ja_vane_N : N ; - obgazen_A : A ; - obgaz_ja_vam_V : V ; - obgar_N : N ; - obgar_ja_m_V : V ; - obgar_ja_ne_N : N ; - obgor_ja_vam_V : V ; - obgor_ja_vane_N : N ; - obgra_zj_dam_V : V ; - obgra_zj_dane_N : N ; - obgrizvam_V : V ; - obgrizvane_N : N ; - obgry_sht_am_V : V ; - obgry_sht_ane_N : N ; - obgyrna_V : V ; - obed_N : N ; - obeden_A : A ; - obedinen_A : A ; - obedinenie_N : N ; - obedinenost_N : N ; - obedinitel_N : N ; - obedinitelen_A : A ; - obedin_ja_vam_V : V ; - obedin_ja_vane_N : N ; - obedne_ja__V : V ; - obedn_ja_vam_V : V ; - obedn_ja_vane_N : N ; - obezatelen_A : A ; - obezbol_ja_vam_V : V ; - obezbol_ja_vane_N : N ; - obezverenie_N : N ; - obezverenost_N : N ; - obezver_ja_vam_V : V ; - obezver_ja_vane_N : N ; - obezvodn_ja_vam_V : V ; - obezvodn_ja_vane_N : N ; - obezvreditelen_A : A ; - obezvred_ja_vam_V : V ; - obezvred_ja_vane_N : N ; - obezvre_zj_dam_V : V ; - obezvre_zj_dane_N : N ; - obezvygl_ja_vane_N : N ; - obezvyzmezden_A : A ; - obezvy_sh_l_ja_vam_V : V ; - obezvy_sh_l_ja_vane_N : N ; - obezgaz_ja_vane_N : N ; - obezglav_ja_vam_V : V ; - obezglav_ja_vane_N : N ; - obezdvi_zj_vam_V : V ; - obezdvi_zj_vane_N : N ; - obezdvi_zj_en_A : A ; - obezzarazen_A : A ; - obezzarazenost_N : N ; - obezzarazitelen_A : A ; - obezzaraz_ja_vam_V : V ; - obezzaraz_ja_vane_N : N ; - obezzvu_ch_avam_V : V ; - obezzvu_ch_avane_N : N ; - obezzvu_ch_en_A : A ; - obezkosm_ja_vam_V : V ; - obezkosm_ja_vane_N : N ; - obezkosten_A : A ; - obezkost_ja_vam_V : V ; - obezkril_ja_vam_V : V ; - obezkril_ja_vane_N : N ; - obezkryv_ja_vam_V : V ; - obezkryv_ja_vane_N : N ; - obezkura_zj_avam_V : V ; - obezkura_zj_avane_N : N ; - obezkura_zj_itelen_A : A ; - obezles_ja_vam_V : V ; - obezles_ja_vane_N : N ; - obezlistvam_V : V ; - obezlistvane_N : N ; - obezli_ch_avam_V : V ; - obezli_ch_avane_N : N ; - obezl_iu_d_ja_vam_V : V ; - obezl_iu_d_ja_vane_N : N ; - obezmasl_ja_vam_V : V ; - obezmasl_ja_vane_N : N ; - obezmit_ja_vam_V : V ; - obezmit_ja_vane_N : N ; - obeznade_zj_davam_V : V ; - obeznade_zj_davane_N : N ; - obeznade_zj_denost_N : N ; - obeznasled_ja_vam_V : V ; - obeznasled_ja_vane_N : N ; - obezobraz_ja_vam_V : V ; - obezobraz_ja_vane_N : N ; - obezopasitelen_A : A ; - obezopas_ja_vam_V : V ; - obezopas_ja_vane_N : N ; - obezory_zj_avam_V : V ; - obezory_zj_avane_N : N ; - obezpe_ch_avam_V : V ; - obezpe_ch_avane_N : N ; - obezpe_ch_en_A : A ; - obezpe_ch_enie_N : N ; - obezpe_ch_enost_N : N ; - obezpe_ch_itelen_A : A ; - obezplod_ja_vam_V : V ; - obezplod_ja_vane_N : N ; - obezpokoitelen_A : A ; - obezpoko_ja_vam_V : V ; - obezpoko_ja_vane_N : N ; - obezpravenost_N : N ; - obezprav_ja_vam_V : V ; - obezprav_ja_vane_N : N ; - obezprav_ja_ne_N : N ; - obezpra_sh_avam_V : V ; - obezpra_sh_avane_N : N ; - obezpra_sh_itel_N : N ; - obezsilvam_V : V ; - obezsilvane_N : N ; - obezsilenost_N : N ; - obezsmisl_ja_m_V : V ; - obezsmisl_ja_ne_N : N ; - obezsmyrt_ja_vam_V : V ; - obezsmyrt_ja_vane_N : N ; - obezsol_ja_vam_V : V ; - obezsol_ja_vane_N : N ; - obezsyr_ch_avam_V : V ; - obezsyr_ch_avane_N : N ; - obezsyr_ch_enie_N : N ; - obezsyr_ch_enost_N : N ; - obezsyr_ch_itelen_A : A ; - obezum_ja_vam_V : V ; - obezum_ja_vane_N : N ; - obezum_ja_lost_N : N ; - obezformenost_N : N ; - obezform_ja_vam_V : V ; - obezform_ja_m_V : V ; - obezform_ja_ne_N : N ; - obezcvet_ja_vam_V : V ; - obezcvet_ja_vane_N : N ; - obezcenitelen_A : A ; - obezcen_ja_vam_V : V ; - obezcen_ja_vane_N : N ; - obez_ch_est_ja_vam_V : V ; - obez_ch_est_ja_vane_N : N ; - obez_ch_uvstv_ja_vane_N : N ; - obez_sht_etenie_N : N ; - obez_sht_etenost_N : N ; - obez_sht_etitelen_A : A ; - obez_sht_et_ja_vam_V : V ; - obez_sht_et_ja_vane_N : N ; - obekt_N : N ; - obekten_A : A ; - obektiv_N : N ; - obektiven_A : A ; - obektivizaci_ja__N : N ; - obektiviziram_V : V ; - obektivizirane_N : N ; - obektivizym_N : N ; - obektivisti_ch_en_A : A ; - obektivnost_N : N ; - obektnoorientiran_A : A ; - obelvam_V : V ; - obelvane_N : N ; - obelisk_N : N ; - obelka_N : N ; - obem_N : N ; - obemam_V : V ; - obemane_N : N ; - obemen_A : A ; - obemist_A : A ; - obemnost_N : N ; - oberkelner_N : N ; - oberton_N : N ; - ober_sht_urmbanf_iu_rer_N : N ; - obesvam_V : V ; - obesvane_N : N ; - obesen_A : A ; - obesnik_N : N ; - obesnica_N : N ; - obet_N : N ; - obetovan_A : A ; - obeca_N : N ; - obe_sht_avam_V : V ; - obe_sht_avane_N : N ; - obe_sht_anie_N : N ; - ob_zj_alvam_V : V ; - ob_zj_alvane_N : N ; - obzave_zj_dam_V : V ; - obzave_zj_dane_N : N ; - obzalagam_V : V ; - obzalagane_N : N ; - obzemam_V : V ; - obzemane_N : N ; - obzor_N : N ; - obzoren_A : A ; - obigravam_V : V ; - obigravane_N : N ; - obigran_A : A ; - obigranost_N : N ; - obida_N : N ; - obiden_A : A ; - obid_ch_iv_A : A ; - obid_ch_ivost_N : N ; - obi_zj_dam_V : V ; - obi_zj_dane_N : N ; - obikal_ja_m_V : V ; - obikal_ja_ne_N : N ; - obikvam_V : V ; - obikvane_N : N ; - obiknoven_A : A ; - obikolen_A : A ; - obikolka_N : N ; - obilen_A : A ; - obilie_N : N ; - obilnost_N : N ; - obir_N : N ; - obiram_V : V ; - obirane_N : N ; - obira_ch__N : N ; - obira_ch_estvo_N : N ; - obira_ch_ka_N : N ; - obird_zj_i_ja__N : N ; - obirnik_N : N ; - obirni_ch_eski_A : A ; - obirni_ch_estvo_N : N ; - obisk_N : N ; - obiskiram_V : V ; - obiskirane_N : N ; - obistren_A : A ; - obistr_ja_m_V : V ; - obitavam_V : V ; - obitavan_A : A ; - obitavane_N : N ; - obitaem_A : A ; - obitali_sht_e_N : N ; - obitatel_N : N ; - obitatelka_N : N ; - obitel_N : N ; - obihoden_A : A ; - obica_N : N ; - obi_ch__N : N ; - obi_ch_aen_A : A ; - obi_ch_aj_N : N ; - obi_ch_ajnost_N : N ; - obi_ch_am_V : V ; - obi_ch_an_A : A ; - obi_ch_ane_N : N ; - obi_ch_en_A : A ; - obi_ch_ka_N : N ; - obi_ch_liv_A : A ; - obi_ch_livost_N : N ; - obki_ch_vam_V : V ; - obki_ch_vane_N : N ; - obkovavam_V : V ; - obkovavane_N : N ; - obkovka_N : N ; - obkry_zj_avam_V : V ; - obkry_zj_avane_N : N ; - obkry_zj_enie_N : N ; - oblaga_N : N ; - oblagaem_A : A ; - oblagaemost_N : N ; - oblagam_V : V ; - oblagane_N : N ; - oblagodetelstvam_V : V ; - oblagodetelstvane_N : N ; - oblagodetelstvuvam_V : V ; - oblagodetelstvuvane_N : N ; - oblagopri_ja_tstvam_V : V ; - oblagopri_ja_tstvan_A : A ; - oblagopri_ja_tstvane_N : N ; - oblagopri_ja_tstvuvan_A : A ; - oblagorod_ja__V : V ; - oblagorod_ja_vam_V : V ; - oblagorod_ja_vane_N : N ; - obladavam_V : V ; - obladavane_N : N ; - obladanie_N : N ; - obla_zj_avam_V : V ; - obla_zj_avane_N : N ; - obla_zj_vam_V : V ; - obla_zj_vane_N : N ; - oblak_N : N ; - oblakyt_ja_vam_V : V ; - oblakyt_ja_vane_N : N ; - oblast_N : N ; - oblasten_A : A ; - obla_ch_e_N : N ; - obla_ch_en_A : A ; - obla_ch_nost_N : N ; - oblegalka_N : N ; - oblegalo_N : N ; - obleka_V : V ; - obleklo_N : N ; - oblek_ch_avam_V : V ; - oblek_ch_avane_N : N ; - oblek_ch_enie_N : N ; - oblek_ch_itel_N : N ; - oblek_ch_itelen_A : A ; - oblepvam_V : V ; - oblepvane_N : N ; - oblep_ja_m_V : V ; - oblep_ja_ne_N : N ; - oble_ch_en_A : A ; - oble_sht_vam_V : V ; - oble_sht_vane_N : N ; - oble_ja__V : V ; - oblivam_V : V ; - oblivane_N : N ; - obligacionen_A : A ; - obligaci_ja__N : N ; - oblizvam_V : V ; - oblizvane_N : N ; - oblik_N : N ; - obliteraci_ja__N : N ; - oblicovam_V : V ; - oblicovane_N : N ; - oblicovka_N : N ; - oblicovy_ch_en_A : A ; - obli_ch_am_V : V ; - obli_ch_ane_N : N ; - oblog_N : N ; - oblo_zj_a_V : V ; - oblo_zj_en_A : A ; - oblo_zj_enost_N : N ; - oblo_zj_ka_N : N ; - oblost_N : N ; - oblyham_V : V ; - oblyhvam_V : V ; - oblyhvane_N : N ; - obly_ch_vam_V : V ; - obly_ch_vane_N : N ; - obl_ja__V : V ; - obl_ja_gam_V : V ; - obl_ja_gane_N : N ; - obmen_N : N ; - obmenen_A : A ; - obmen_ja_vam_V : V ; - obmen_ja_vane_N : N ; - obmen_ja_em_A : A ; - obmen_ja_emost_N : N ; - obmen_ja_m_V : V ; - obmen_ja_ne_N : N ; - obmislenost_N : N ; - obmisl_ja_m_V : V ; - obmisl_ja_ne_N : N ; - obmit_ja_vam_V : V ; - obmit_ja_vane_N : N ; - obmit_ja_em_A : A ; - obm_ja_na_N : N ; - obnade_zj_davam_V : V ; - obnade_zj_davane_N : N ; - obna_zj_a_V : V ; - obnarodvam_V : V ; - obnarodvane_N : N ; - obnova_N : N ; - obnoven_A : A ; - obnovitel_N : N ; - obnovitelen_A : A ; - obnovitelka_N : N ; - obnovlenie_N : N ; - obnov_ja_vam_V : V ; - obnov_ja_vane_N : N ; - obnoska_N : N ; - obob_sht_avam_V : V ; - obob_sht_avane_N : N ; - obob_sht_enie_N : N ; - obob_sht_enost_N : N ; - obob_sht_estv_ja_vam_V : V ; - obob_sht_estv_ja_vane_N : N ; - obob_sht_itelen_A : A ; - obogate_ja__V : V ; - obogatitelen_A : A ; - obogat_ja_vam_V : V ; - obogat_ja_vane_N : N ; - obogotvor_ja_vam_V : V ; - obogotvor_ja_vane_N : N ; - obodren_A : A ; - obodrenie_N : N ; - obodritel_N : N ; - obodritelen_A : A ; - obodr_ja_vam_V : V ; - obodr_ja_vane_N : N ; - obo_zj_avam_V : V ; - obo_zj_avane_N : N ; - obo_zj_anie_N : N ; - obo_zj_atel_N : N ; - obo_zj_atelka_N : N ; - obo_zj_estv_ja_vam_V : V ; - obo_zj_estv_ja_vane_N : N ; - oboz_N : N ; - obozen_A : A ; - obozna_ch_avam_V : V ; - obozna_ch_avane_N : N ; - obozna_ch_enie_N : N ; - obozrenie_N : N ; - obozrim_A : A ; - obozrimost_N : N ; - oboistka_N : N ; - oboj_N : N ; - obon_ja_nie_N : N ; - obon_ja_telen_A : A ; - obor_N : N ; - oborvam_V : V ; - oborvane_N : N ; - oboren_A : A ; - obori_sht_e_N : N ; - oborka_N : N ; - oborot_N : N ; - oboroten_A : A ; - oborotomer_N : N ; - oborski_A : A ; - oborudvam_V : V ; - oborudvane_N : N ; - obosnovavam_V : V ; - obosnovavane_N : N ; - obosnovan_A : A ; - obosnovanost_N : N ; - obosnovka_N : N ; - obosoben_A : A ; - obosobenost_N : N ; - obosobitelen_A : A ; - obosob_ja_vam_V : V ; - obosob_ja_vane_N : N ; - obos_ja_vam_V : V ; - obos_ja_vane_N : N ; - obrabotvaem_A : A ; - obrabotvam_V : V ; - obrabotvane_N : N ; - obrabotva_sht__A : A ; - obraboten_A : A ; - obrabotka_N : N ; - obraz_N : N ; - obrazen_A : A ; - obrazec_N : N ; - obraznost_N : N ; - obrazovam_V : V ; - obrazovan_A : A ; - obrazovane_N : N ; - obrazovanie_N : N ; - obrazovanost_N : N ; - obrazovatelen_A : A ; - obrazuvam_V : V ; - obrazuvane_N : N ; - obrazuvatelen_A : A ; - obrazcov_A : A ; - obram_ch_vam_V : V ; - obram_ch_vane_N : N ; - obran_A : A ; - obrasvam_V : V ; - obrasvane_N : N ; - obrastvam_V : V ; - obrastvane_N : N ; - obrasyl_A : A ; - obrat_N : N ; - obraten_A : A ; - obratim_A : A ; - obratnoproporcionalen_A : A ; - obra_sht_aemost_N : N ; - obred_N : N ; - obreden_A : A ; - obrednost_N : N ; - obrezka_N : N ; - obremenitelen_A : A ; - obremen_ja_vam_V : V ; - obremen_ja_vane_N : N ; - obre_ch_en_A : A ; - obre_ch_enost_N : N ; - obriv_N : N ; - obrivam_V : V ; - obrivane_N : N ; - obrim_ch_vam_V : V ; - obrim_ch_vane_N : N ; - obrisovka_N : N ; - obrisuvam_V : V ; - obrisuvane_N : N ; - obri_ch_am_V : V ; - obri_ch_ane_N : N ; - obrok_N : N ; - obro_ch_i_sht_e_N : N ; - obrugavam_V : V ; - obrugavane_N : N ; - obrugan_A : A ; - obrulvam_V : V ; - obrulvane_N : N ; - obrusvam_V : V ; - obrusvane_N : N ; - obru_ch_enie_N : N ; - obrygvam_V : V ; - obrygvane_N : N ; - obrysvam_V : V ; - obrysvane_N : N ; - obry_ch__N : N ; - obry_sht_am_V : V ; - obry_sht_ane_N : N ; - obry_sht_a_ch__N : N ; - obry_sht_enie_N : N ; - obr_ja_zan_A : A ; - obr_ja_zvam_V : V ; - obr_ja_zvane_N : N ; - obsada_N : N ; - obsaden_A : A ; - obsa_zj_dam_V : V ; - obsa_zj_dane_N : N ; - obsebvam_V : V ; - obsebvane_N : N ; - obseg_N : N ; - obseka_V : V ; - observatori_ja__N : N ; - obsipvam_V : V ; - obsipvane_N : N ; - obskurantizym_N : N ; - obsledvam_V : V ; - obsledvane_N : N ; - obsluga_N : N ; - obslu_zj_vam_V : V ; - obslu_zj_vane_N : N ; - obstanovka_N : N ; - obstoen_A : A ; - obstojnost_N : N ; - obsto_ja_telstven_A : A ; - obsto_ja_telstvo_N : N ; - obstrel_N : N ; - obstrelvam_V : V ; - obstrelvane_N : N ; - obstruktiven_A : A ; - obstruktor_N : N ; - obstrukcionen_A : A ; - obstrukcionist_N : N ; - obstrukci_ja__N : N ; - obsy_zj_dam_V : V ; - obsy_zj_dane_N : N ; - obs_ja_gam_V : V ; - obtakam_V : V ; - obtakane_N : N ; - obtega_ch__N : N ; - obtega_ch_en_A : A ; - obtegnatost_N : N ; - obte_zj_ka_N : N ; - obtekaem_A : A ; - obtekatel_N : N ; - obti_ch_ane_N : N ; - obto_ch_vam_V : V ; - obto_ch_vane_N : N ; - obto_ch_en_A : A ; - obturator_N : N ; - obturiram_V : V ; - obt_ja_gam_V : V ; - obt_ja_gane_N : N ; - obuvalka_N : N ; - obuvam_V : V ; - obuvane_N : N ; - obuven_A : A ; - obuvka_N : N ; - obuzdavam_V : V ; - obuzdavane_N : N ; - obur_zj_oaz_ja_vam_V : V ; - obur_zj_oaz_ja_vane_N : N ; - obuslav_ja_m_V : V ; - obuslav_ja_ne_N : N ; - obuslovenost_N : N ; - obut_A : A ; - obuham_V : V ; - obu_ch_avam_V : V ; - obu_ch_avane_N : N ; - obu_ch_aem_A : A ; - obu_ch_en_A : A ; - obu_ch_enie_N : N ; - obu_sht_a_N : N ; - obu_sht_ar_N : N ; - obu_sht_arnica_N : N ; - obu_sht_arski_A : A ; - obu_sht_arstvo_N : N ; - obhvat_N : N ; - obhvaten_A : A ; - obhvatnost_N : N ; - obhva_sht_am_V : V ; - obhva_sht_ane_N : N ; - obhod_N : N ; - obhoden_A : A ; - obho_zj_dam_V : V ; - obho_zj_dane_N : N ; - ob_sh_ivam_V : V ; - ob_sh_ivane_N : N ; - ob_sh_ivka_N : N ; - ob_sh_iren_A : A ; - ob_sh_irnost_N : N ; - ob_sht__A : A ; - ob_sht_avam_V : V ; - ob_sht_avane_N : N ; - ob_sht_e_zj_itie_N : N ; - ob_sht_estven_A : A ; - ob_sht_estvenik_N : N ; - ob_sht_estveni_ch_ka_N : N ; - ob_sht_estvenopolezen_A : A ; - ob_sht_estvenost_N : N ; - ob_sht_estvo_N : N ; - ob_sht_ina_N : N ; - ob_sht_inen_A : A ; - ob_sht_inski_A : A ; - ob_sht_itelen_A : A ; - ob_sht_itelnost_N : N ; - ob_sht_nost_N : N ; - ob_sht_obalkanski_A : A ; - ob_sht_ovaliden_A : A ; - ob_sht_ovojskovi_A : A ; - ob_sht_ovyzpriet_A : A ; - ob_sht_ogradski_A : A ; - ob_sht_ogra_zj_danski_A : A ; - ob_sht_odostypen_A : A ; - ob_sht_odostypnost_N : N ; - ob_sht_odyr_zj_aven_A : A ; - ob_sht_oizvesten_A : A ; - ob_sht_oizvestnost_N : N ; - ob_sht_onaroden_A : A ; - ob_sht_onacionalen_A : A ; - ob_sht_oobrazovatelen_A : A ; - ob_sht_opartien_A : A ; - ob_sht_opolezen_A : A ; - ob_sht_opon_ja_ten_A : A ; - ob_sht_opriemliv_A : A ; - ob_sht_opriet_A : A ; - ob_sht_oprietost_N : N ; - ob_sht_opriznat_A : A ; - ob_sht_oprilo_zj_imost_N : N ; - ob_sht_orazbiraem_A : A ; - ob_sht_orazprostranen_A : A ; - ob_sht_osistemen_A : A ; - ob_sht_oslav_ja_nski_A : A ; - ob_sht_osy_iu_zen_A : A ; - ob_sht_oupotrebitelen_A : A ; - ob_sht_oustanoven_A : A ; - ob_sht_ocyrkoven_A : A ; - ob_sht_o_ch_ove_sh_ki_A : A ; - ob_sht_uvam_V : V ; - ob_sht_uvane_N : N ; - obyl_A : A ; - obylvam_V : V ; - obylvane_N : N ; - obyrkan_A : A ; - obyrkane_N : N ; - obyrkanost_N : N ; - obyrkvam_V : V ; - obyrkvane_N : N ; - obyrsvam_V : V ; - obyrsvane_N : N ; - ob_ja_va_N : N ; - ob_ja_ven_A : A ; - ob_ja_vitel_N : N ; - ob_ja_vlenie_N : N ; - ob_ja_v_ja_vam_V : V ; - ob_ja_v_ja_vane_N : N ; - ob_ja_d_N : N ; - ob_ja_dvam_V : V ; - ob_ja_dvane_N : N ; - ob_ja_zanost_N : N ; - ob_ja_zdvam_V : V ; - ob_ja_zdvane_N : N ; - ob_ja_snenie_N : N ; - ob_ja_snim_A : A ; - ob_ja_snitel_N : N ; - ob_ja_snitelen_A : A ; - ob_ja_sn_ja_vam_V : V ; - ob_ja_sn_ja_vane_N : N ; - ob_ja_tie_N : N ; - ovakant_ja_vam_V : V ; - ovakant_ja_vane_N : N ; - oval_N : N ; - ovalvam_V : V ; - ovalvane_N : N ; - ovalen_A : A ; - oval_ja_n_A : A ; - oval_ja_ne_N : N ; - ovaci_ja__N : N ; - ovdov_ja_vam_V : V ; - ovdov_ja_vane_N : N ; - oven_N : N ; - oves_N : N ; - ovesarka_N : N ; - ovesen_A : A ; - oveht_ja__V : V ; - oveht_ja_vam_V : V ; - oveht_ja_vane_N : N ; - ove_ja__V : V ; - ovivam_V : V ; - ovivane_N : N ; - ovlad_ja_vam_V : V ; - ovlad_ja_vane_N : N ; - ovla_zj_ne_ja__V : V ; - ovla_zj_nitel_N : N ; - ovla_zj_n_ja_vam_V : V ; - ovla_zj_n_ja_vane_N : N ; - ovlasten_A : A ; - ovlast_ja_vam_V : V ; - ovlast_ja_vane_N : N ; - ovne_sh_ki_A : A ; - ovon_ja_vam_V : V ; - ovon_ja_vane_N : N ; - ovo_sh_ka_N : N ; - ovo_sht_ar_N : N ; - ovo_sht_arka_N : N ; - ovo_sht_arski_A : A ; - ovo_sht_arstvo_N : N ; - ovo_sht_en_A : A ; - ovo_sht_i_N : N ; - ovrag_N : N ; - ovca_N : N ; - ovcevyd_N : N ; - ovcevyden_A : A ; - ovcevydec_N : N ; - ovcevydstvo_N : N ; - ovceferma_N : N ; - ov_ch_ar_N : N ; - ov_ch_arka_N : N ; - ov_ch_arov_A : A ; - ov_ch_arski_A : A ; - ov_ch_arstvo_N : N ; - ov_ch_ar_ch_e_N : N ; - ov_ch_edu_sh_en_A : A ; - ov_ch_edu_sh_ie_N : N ; - ov_ch_i_A : A ; - ov_ch_ica_N : N ; - ovyglen_A : A ; - ovygl_ja_vam_V : V ; - ovygl_ja_vane_N : N ; - ovyzmezd_ja__V : V ; - ovyr_zj_a_V : V ; - ovyr_sh_avam_V : V ; - ovyr_sh_avane_N : N ; - ogamski_A : A ; - ogelp_ja_m_V : V ; - ogelp_ja_ne_N : N ; - oglavnik_N : N ; - oglav_ja_vam_V : V ; - oglav_ja_vane_N : N ; - ogladn_ja_vam_V : V ; - ogladn_ja_vane_N : N ; - ogla_zj_dam_V : V ; - ogla_zj_dane_N : N ; - oglasen_A : A ; - oglas_ja_vam_V : V ; - oglas_ja_vane_N : N ; - oglas_ja_m_V : V ; - oglas_ja_ne_N : N ; - ogla_sh_en_A : A ; - ogled_N : N ; - ogledalen_A : A ; - ogledalnosimetri_ch_en_A : A ; - ogledalo_N : N ; - ogledalce_N : N ; - ogledane_N : N ; - ogle_zj_dam_V : V ; - ogle_zj_dane_N : N ; - oglo_zj_dvam_V : V ; - oglo_zj_dvane_N : N ; - oglozgam_V : V ; - oglozgane_N : N ; - oglozgvam_V : V ; - oglozgvane_N : N ; - oglup_ja_vam_V : V ; - oglup_ja_vane_N : N ; - oglu_sh_a_V : V ; - oglu_sh_avam_V : V ; - oglu_sh_avane_N : N ; - oglu_sh_itelen_A : A ; - oglu_sh_ka_N : N ; - ogneborec_N : N ; - ognevi_A : A ; - ognedi_sh_a_sht__A : A ; - ognen_A : A ; - ogneno_ch_erven_A : A ; - ogneopasen_A : A ; - ognepoklonnik_N : N ; - ognepoklonnica_N : N ; - ognepoklonni_ch_estvo_N : N ; - ognepryska_ch__N : N ; - ognepryska_ch_ka_N : N ; - ognestrelen_A : A ; - ogneuporen_A : A ; - ogneupornost_N : N ; - ogneustoj_ch_iv_A : A ; - ogni_sht_e_N : N ; - ogn_ja_r_N : N ; - ogolvam_V : V ; - ogolvane_N : N ; - ogol_ja_vam_V : V ; - ogor_ch_avam_V : V ; - ogor_ch_avane_N : N ; - ogor_ch_en_A : A ; - ogor_ch_enie_N : N ; - ogor_ch_enost_N : N ; - ograbvam_V : V ; - ograbvane_N : N ; - ograda_N : N ; - ogra_zj_dam_V : V ; - ogra_zj_dane_N : N ; - ogra_zj_dan_ja_vam_V : V ; - ogramot_ja_vam_V : V ; - ogramot_ja_vane_N : N ; - ograni_ch_avam_V : V ; - ograni_ch_avane_N : N ; - ograni_ch_en_A : A ; - ograni_ch_enie_N : N ; - ograni_ch_enost_N : N ; - ograni_ch_itel_N : N ; - ograni_ch_itelen_A : A ; - ogrebvam_V : V ; - ogrebvane_N : N ; - ogrev_N : N ; - ogribka_N : N ; - ogrizvam_V : V ; - ogrizvane_N : N ; - ogrizka_N : N ; - ogromen_A : A ; - ogromnost_N : N ; - ogr_ja_vam_V : V ; - ogr_ja_vane_N : N ; - ogr_ja_n_A : A ; - ogr_ja_t_A : A ; - ogyvam_V : V ; - ogyvane_N : N ; - ogyn_N : N ; - ogyn_ch_e_N : N ; - ogyrlica_N : N ; - oda_N : N ; - odaliska_N : N ; - oda_ja__N : N ; - odeve_sh_en_A : A ; - ode_zj_da_N : N ; - odekolon_N : N ; - odera_V : V ; - ode_ja_lo_N : N ; - ode_ja_nie_N : N ; - od_zj_ak_N : N ; - odim_ja_vam_V : V ; - odim_ja_vane_N : N ; - odiram_V : V ; - odirane_N : N ; - odise_ja__N : N ; - odit_N : N ; - oditor_N : N ; - odobrenie_N : N ; - odobritelen_A : A ; - odobr_ja_vam_V : V ; - odobr_ja_vane_N : N ; - odomer_N : N ; - odometyr_N : N ; - odontologi_ja__N : N ; - odraskane_N : N ; - odraskvam_V : V ; - odraskvane_N : N ; - odra_sht__ja__V : V ; - odrebn_ja_vam_V : V ; - odrebn_ja_vane_N : N ; - odremvam_V : V ; - odremvane_N : N ; - odrinski_A : A ; - odripav_ja_vam_V : V ; - odripav_ja_vane_N : N ; - odrynkvam_V : V ; - odrynkvane_N : N ; - odumane_N : N ; - odumvam_V : V ; - odumvane_N : N ; - odumka_N : N ; - odumnik_N : N ; - odumnica_N : N ; - oduham_V : V ; - oduhane_N : N ; - oduhotvoren_A : A ; - oduhotvorenie_N : N ; - oduhotvorenost_N : N ; - oduhotvor_ja_vam_V : V ; - oduhotvor_ja_vane_N : N ; - odu_sh_vam_V : V ; - odu_sh_evenost_N : N ; - odu_sh_evlenie_N : N ; - odu_sh_ev_ja_vam_V : V ; - odu_sh_ev_ja_vane_N : N ; - odyr_N : N ; - odyr_zj_aven_A : A ; - odyr_zj_av_ja_vam_V : V ; - odyr_zj_am_V : V ; - odyrzost_ja_vam_V : V ; - odyrzost_ja_vane_N : N ; - odyrpan_A : A ; - odyrpane_N : N ; - odyrpvam_V : V ; - odyrpvane_N : N ; - odyrt_ja_vam_V : V ; - odyrt_ja_vane_N : N ; - od_ja_lam_V : V ; - od_ja_lane_N : N ; - od_ja_lvam_V : V ; - od_ja_lvane_N : N ; - o_zj_adn_ja_vam_V : V ; - o_zj_adn_ja_vane_N : N ; - o_zj_alvane_N : N ; - o_zj_al_ja__V : V ; - o_zj_ena_V : V ; - o_zj_envam_V : V ; - o_zj_envane_N : N ; - o_zj_esto_ch_avam_V : V ; - o_zj_esto_ch_avane_N : N ; - o_zj_esto_ch_en_A : A ; - o_zj_esto_ch_enie_N : N ; - o_zj_esto_ch_enost_N : N ; - o_zj_iven_A : A ; - o_zj_ivenost_N : N ; - o_zj_ive_ja__V : V ; - o_zj_ivitelen_A : A ; - o_zj_ivlenie_N : N ; - o_zj_iv_ja_vam_V : V ; - o_zj_iv_ja_vane_N : N ; - o_zj_idanie_N : N ; - o_zj_rebvam_V : V ; - o_zj_rebvane_N : N ; - o_zj_ulvam_V : V ; - o_zj_ulvane_N : N ; - o_zj_ul_ja_m_V : V ; - o_zj_ul_ja_ne_N : N ; - o_zj_ylt_ja_vam_V : V ; - o_zj_ylt_ja_vane_N : N ; - o_zj_ynvam_V : V ; - o_zj_ynvane_N : N ; - ozaglaven_A : A ; - ozaglav_ja_vam_V : V ; - ozaglav_ja_vane_N : N ; - ozada_ch_avam_V : V ; - ozada_ch_avane_N : N ; - ozada_ch_enie_N : N ; - ozada_ch_enost_N : N ; - ozapten_A : A ; - ozapt_ja_vam_V : V ; - ozaren_A : A ; - ozarenie_N : N ; - ozar_ja_vam_V : V ; - ozar_ja_vane_N : N ; - ozahar_ja_vam_V : V ; - ozahar_ja_vane_N : N ; - ozverenie_N : N ; - ozverenost_N : N ; - ozver_ja_vam_V : V ; - ozver_ja_vane_N : N ; - ozvu_ch_avam_V : V ; - ozvu_ch_avane_N : N ; - ozvu_ch_en_A : A ; - ozvu_ch_itelen_A : A ; - ozdrave_ja__V : V ; - ozdravitelen_A : A ; - ozdrav_ja_vam_V : V ; - ozdrav_ja_vane_N : N ; - ozelenitel_N : N ; - ozelenitelen_A : A ; - ozelen_ja_vam_V : V ; - ozelen_ja_vane_N : N ; - ozeml_ja_vam_V : V ; - ozeml_ja_vane_N : N ; - ozloben_A : A ; - ozlobenie_N : N ; - ozlobenost_N : N ; - ozloblenie_N : N ; - ozlob_ja_vam_V : V ; - ozlob_ja_vane_N : N ; - ozlo_ch_est_ja_vam_V : V ; - ozlo_ch_est_ja_vane_N : N ; - oznamenuvam_V : V ; - oznamenuvane_N : N ; - ozna_ch_avam_V : V ; - ozna_ch_avane_N : N ; - ozna_ch_enie_N : N ; - ozobvam_V : V ; - ozobvane_N : N ; - ozovavam_V : V ; - ozovavane_N : N ; - ozon_N : N ; - ozonator_N : N ; - ozonen_A : A ; - ozoniram_V : V ; - ozonirane_N : N ; - ozonov_A : A ; - ozorvam_V : V ; - ozorvane_N : N ; - ozybvam_V : V ; - ozybvane_N : N ; - ozyrtam_V : V ; - ozyrtane_N : N ; - ok_N : N ; - oka_N : N ; - okad_ja_vam_V : V ; - okad_ja_vane_N : N ; - okazvam_V : V ; - okazvane_N : N ; - okazion_N : N ; - okazionen_A : A ; - okajvam_V : V ; - okajvane_N : N ; - okalvam_V : V ; - okalvane_N : N ; - okalpazan_ja_vam_V : V ; - okalpazan_ja_vane_N : N ; - okal_ja_n_A : A ; - okal_ja_ne_N : N ; - okamene_ja__V : V ; - okamen_ja_vam_V : V ; - okamen_ja_vane_N : N ; - okapvam_V : V ; - okapvane_N : N ; - okarikaturvam_V : V ; - okarikaturvane_N : N ; - okarikatur_ja_vam_V : V ; - okarikatur_ja_vane_N : N ; - okastr_ja_m_V : V ; - okastr_ja_ne_N : N ; - oka_ch_alka_N : N ; - oka_ch_am_V : V ; - oka_ch_ane_N : N ; - oka_ch_vam_V : V ; - oka_ch_vane_N : N ; - oka_ch_estv_ja_vam_V : V ; - oka_ch_estv_ja_vane_N : N ; - oka_sh_l_ja_m_V : V ; - oka_ja_n_A : A ; - oka_ja_nie_N : N ; - oka_ja_nik_N : N ; - oka_ja_nica_N : N ; - oka_ja_nost_N : N ; - okean_N : N ; - okeanograf_N : N ; - okeanografi_ja__N : N ; - okeanografski_A : A ; - okeanolog_N : N ; - okeanologi_ja__N : N ; - okeanski_A : A ; - okepaz_ja_vam_V : V ; - okepaz_ja_vane_N : N ; - okirliv_ja_vam_V : V ; - okirliv_ja_vane_N : N ; - okis_N : N ; - okisen_A : A ; - okislenie_N : N ; - okislitel_N : N ; - okisl_ja_vam_V : V ; - okisl_ja_vane_N : N ; - okisl_ja_em_A : A ; - oki_ch_vam_V : V ; - oki_ch_vane_N : N ; - oklevet_ja_vam_V : V ; - oklevet_ja_vane_N : N ; - oklejm_ja_vam_V : V ; - oklejm_ja_vane_N : N ; - okl_iu_mane_N : N ; - okl_iu_mvam_V : V ; - okl_iu_mvane_N : N ; - oko_N : N ; - okovavam_V : V ; - okovavane_N : N ; - okoven_A : A ; - okozvam_V : V ; - okozvane_N : N ; - okokorvam_V : V ; - okokorvane_N : N ; - okokoren_A : A ; - okolen_A : A ; - okolijski_A : A ; - okoli_ja__N : N ; - okolnost_N : N ; - okolobybre_ch_en_A : A ; - okolovrysten_A : A ; - okolozemen_A : A ; - okoloplodnik_N : N ; - okolosvetski_A : A ; - okolou_sh_en_A : A ; - okol_ch_est_A : A ; - okomer_N : N ; - okomeren_A : A ; - okomplektovam_V : V ; - okomplektovane_N : N ; - okon_ch_avam_V : V ; - okon_ch_avane_N : N ; - okon_ch_anie_N : N ; - okon_ch_atelen_A : A ; - okon_ch_atelnost_N : N ; - okop_N : N ; - okopavam_V : V ; - okopavane_N : N ; - okopva_ch_ka_N : N ; - okopen_A : A ; - okopitvam_V : V ; - okopitvane_N : N ; - okosmenost_N : N ; - okosm_ja__V : V ; - okosm_ja_vane_N : N ; - okos_ja_vam_V : V ; - okos_ja_vane_N : N ; - okotvam_V : V ; - oko_sh_arvam_V : V ; - okradvam_V : V ; - okradvane_N : N ; - okrajnina_N : N ; - okraska_N : N ; - okrastav_ja_vam_V : V ; - okrastav_ja_vane_N : N ; - okriv_ja_vam_V : V ; - okriv_ja_vane_N : N ; - okril_ja_vam_V : V ; - okril_ja_vane_N : N ; - okril_ja_m_V : V ; - okril_ja_ne_N : N ; - okrupn_ja_vam_V : V ; - okrupn_ja_vane_N : N ; - okryg_N : N ; - okrygl_ja_vam_V : V ; - okrygl_ja_vane_N : N ; - okry_zj_avam_V : V ; - okry_zj_avane_N : N ; - okry_zj_en_A : A ; - okry_zj_ie_N : N ; - okry_zj_nost_N : N ; - oksid_N : N ; - oksidaci_ja__N : N ; - oksidiram_V : V ; - oksidirane_N : N ; - oksi_zj_en_A : A ; - oksi_zj_eniram_V : V ; - oksi_zj_enirane_N : N ; - oksi_zj_enist_N : N ; - oksi_zj_enistka_N : N ; - oksfordski_A : A ; - oktava_N : N ; - oktavianov_A : A ; - oktaedyr_N : N ; - oktanov_A : A ; - oktet_N : N ; - oktoedyr_N : N ; - oktomvrijski_A : A ; - oktopod_N : N ; - okulist_N : N ; - okulistka_N : N ; - okulten_A : A ; - okultizym_N : N ; - okul_ja_r_N : N ; - okumvam_V : V ; - okumvane_N : N ; - okupator_N : N ; - okupatorka_N : N ; - okupatorski_A : A ; - okupacionen_A : A ; - okupaci_ja__N : N ; - okupiram_V : V ; - okupirane_N : N ; - okura_zj_avam_V : V ; - okura_zj_avane_N : N ; - okura_zj_itelen_A : A ; - okuce_ja__V : V ; - okuc_ja_vam_V : V ; - okuc_ja_vane_N : N ; - oku_ch_vam_V : V ; - oku_ch_vane_N : N ; - okylcane_N : N ; - okylcvam_V : V ; - okylcvane_N : N ; - okypvam_V : V ; - okypvane_N : N ; - okyrvav_ja_vam_V : V ; - okyrvav_ja_vane_N : N ; - okyr_sh_vam_V : V ; - okyr_sh_vane_N : N ; - okysam_V : V ; - okysan_A : A ; - okysane_N : N ; - okysvam_V : V ; - okysvane_N : N ; - okysn_ja_vam_V : V ; - okysn_ja_vane_N : N ; - okys_ja_vam_V : V ; - okxorave_ja__V : V ; - okxorav_ja_vam_V : V ; - okxorav_ja_vane_N : N ; - oleandyr_N : N ; - olekvam_V : V ; - olekvane_N : N ; - oleli_ja__N : N ; - oleografi_ja__N : N ; - oleometyr_N : N ; - olivam_V : V ; - olivane_N : N ; - olivi_ja__N : N ; - oligavam_V : V ; - oligav_ja_ne_N : N ; - oligarh_N : N ; - oligarhi_ch_en_A : A ; - oligarhi_ch_eski_A : A ; - oligarhi_ja__N : N ; - oligofren_N : N ; - oligocen_N : N ; - olizvam_V : V ; - olizvane_N : N ; - olimpiada_N : N ; - olimpiec_N : N ; - olimpijski_A : A ; - olio_N : N ; - olihv_ja_vam_V : V ; - olicetvorenie_N : N ; - olicetvor_ja_vam_V : V ; - olicetvor_ja_vane_N : N ; - oloven_A : A ; - olovnodobiven_A : A ; - olovnosiv_A : A ; - olovo_N : N ; - oltar_N : N ; - oltaren_A : A ; - oluk_N : N ; - ol_iu_l_ja_vam_V : V ; - ol_iu_l_ja_vane_N : N ; - ol_iu__sht_vam_V : V ; - ol_iu__sht_vane_N : N ; - ol_iu__sht_en_A : A ; - omagxosvam_V : V ; - omagxosvane_N : N ; - omaen_A : A ; - omazvam_V : V ; - omazvane_N : N ; - omaznen_A : A ; - omajvam_V : V ; - omajvane_N : N ; - omajnik_N : N ; - omajnica_N : N ; - omajni_ch_e_N : N ; - omajnost_N : N ; - omalova_zj_avam_V : V ; - omalova_zj_avane_N : N ; - omalova_zj_itelen_A : A ; - omalomo_sht_avam_V : V ; - omalomo_sht_avane_N : N ; - omalomo_sht_enie_N : N ; - omalomo_sht_e_ja__V : V ; - omalomo_sht_itelen_A : A ; - omal_ja_vam_V : V ; - omal_ja_vane_N : N ; - omar_N : N ; - omara_N : N ; - omaskar_ja_vam_V : V ; - omaskar_ja_vane_N : N ; - omaslen_A : A ; - omasl_ja_vam_V : V ; - omasl_ja_vane_N : N ; - omacane_N : N ; - omacvam_V : V ; - oma_ch_kvam_V : V ; - oma_ch_kvane_N : N ; - oma_ja_n_A : A ; - ombre_N : N ; - ombrela_N : N ; - omega_N : N ; - omekvam_V : V ; - omekvane_N : N ; - omekot_ja_vam_V : V ; - omekot_ja_vane_N : N ; - omek_ch_avam_V : V ; - omek_ch_avane_N : N ; - omerzenie_N : N ; - omesvam_V : V ; - omesvane_N : N ; - omilostiv_ja_vam_V : V ; - omilostiv_ja_vane_N : N ; - omirisvam_V : V ; - omirovski_A : A ; - omirotvor_ja_vam_V : V ; - omirotvor_ja_vane_N : N ; - omitam_V : V ; - omitane_N : N ; - omlet_N : N ; - omnibus_N : N ; - omograf_N : N ; - omokr_ja_m_V : V ; - omokr_ja_ne_N : N ; - omonim_N : N ; - omonimen_A : A ; - omonimi_ja__N : N ; - omotavam_V : V ; - omotavane_N : N ; - omraza_N : N ; - omrazen_A : A ; - omraznik_N : N ; - omraznica_N : N ; - omryzvam_V : V ; - omryzvane_N : N ; - omy_zj_vam_V : V ; - omy_zj_vane_N : N ; - omyrlu_sh_vam_V : V ; - omyrlu_sh_vane_N : N ; - omyrlu_sh_en_A : A ; - omyrlu_sh_enost_N : N ; - omyrl_ja_m_V : V ; - omyrs_ja_vam_V : V ; - omyrs_ja_vane_N : N ; - omyr_sh_av_ja_vam_V : V ; - omyr_sh_av_ja_vane_N : N ; - onagled_ja_vam_V : V ; - onagled_ja_vane_N : N ; - onazgodi_sh_en_A : A ; - onanizym_N : N ; - onasled_ja_vam_V : V ; - onba_sh_i_ja__N : N ; - ondulaci_ja__N : N ; - ondulirane_N : N ; - onevin_ja_vam_V : V ; - onevin_ja_vane_N : N ; - onem_ja_vam_V : V ; - onem_ja_vane_N : N ; - onem_ja_lost_N : N ; - onepravdavam_V : V ; - onepravdavane_N : N ; - onesvestitelen_A : A ; - onesvest_ja_vane_N : N ; - onziden_sh_en_A : A ; - onkolog_N : N ; - onkologi_ja__N : N ; - onomastika_N : N ; - onomatope_ja__N : N ; - ontogeneza_N : N ; - ontologi_ja__N : N ; - onxor_N : N ; - onxoren_A : A ; - oogeneza_N : N ; - opadam_V : V ; - opadane_N : N ; - opadvam_V : V ; - opadvane_N : N ; - opazvam_V : V ; - opazvane_N : N ; - opak_A : A ; - opakovam_V : V ; - opakovane_N : N ; - opakovka_N : N ; - opakov_ch_ik_N : N ; - opakovy_ch_en_A : A ; - opakost_N : N ; - opal_N : N ; - opalvam_V : V ; - opalvane_N : N ; - opalescenten_A : A ; - opalescenci_ja__N : N ; - opalov_A : A ; - opapvam_V : V ; - opapvane_N : N ; - oparvam_V : V ; - oparvane_N : N ; - opari_ch_vam_V : V ; - opari_ch_vane_N : N ; - opasan_A : A ; - opasvam_V : V ; - opasvane_N : N ; - opasen_A : A ; - opasenie_N : N ; - opasnost_N : N ; - opas_ja_vam_V : V ; - opas_ja_vane_N : N ; - opa_sh_at_A : A ; - opa_sh_en_A : A ; - opa_sh_ka_N : N ; - opa_sh_kar_N : N ; - opa_sh_karstvo_N : N ; - opa_sh_nica_N : N ; - opvam_V : V ; - opvane_N : N ; - opekun_N : N ; - opekunski_A : A ; - opekunstvo_N : N ; - opelo_N : N ; - opepel_ja_vam_V : V ; - opepel_ja_vane_N : N ; - opera_N : N ; - operand_N : N ; - operativen_A : A ; - operativnost_N : N ; - operator_N : N ; - operatoren_A : A ; - operatorka_N : N ; - operatorski_A : A ; - operacionen_A : A ; - operacionna_N : N ; - operaci_ja__N : N ; - opervam_V : V ; - opervane_N : N ; - operen_A : A ; - operenie_N : N ; - opereta_N : N ; - opereten_A : A ; - operiram_V : V ; - operirane_N : N ; - operu_sh_invam_V : V ; - opetlavam_V : V ; - opetlavane_N : N ; - opetn_ja_vam_V : V ; - opetn_ja_vane_N : N ; - ope_ch_alen_A : A ; - ope_ch_al_ja_vam_V : V ; - ope_ch_al_ja_vane_N : N ; - ope_ch_en_A : A ; - ope_ja__V : V ; - opiat_N : N ; - opivam_V : V ; - opivane_N : N ; - opij_N : N ; - opilvam_V : V ; - opilvane_N : N ; - opipane_N : N ; - opipvam_V : V ; - opipvane_N : N ; - opiram_V : V ; - opirane_N : N ; - opis_N : N ; - opisan_A : A ; - opisanie_N : N ; - opisatel_N : N ; - opisatelen_A : A ; - opisvam_V : V ; - opisvane_N : N ; - opisva_ch__N : N ; - opisen_A : A ; - opit_N : N ; - opitane_N : N ; - opitvam_V : V ; - opitvane_N : N ; - opiten_A : A ; - opitnost_N : N ; - opitom_ja_vam_V : V ; - opitom_ja_vane_N : N ; - opitom_ja_em_A : A ; - opium_N : N ; - opiumen_A : A ; - opi_ch_am_V : V ; - opi_ch_ane_N : N ; - opi_ja_nenie_N : N ; - opi_ja_nitelen_A : A ; - opi_ja_n_ch_vam_V : V ; - opi_ja_n_ch_vane_N : N ; - opi_ja_n_ja_vam_V : V ; - opi_ja_n_ja_vane_N : N ; - oplakan_A : A ; - oplakvam_V : V ; - oplakvan_A : A ; - oplakvane_N : N ; - oplakva_ch_ka_N : N ; - oplakna_V : V ; - oplev_ja_vam_V : V ; - oplev_ja_vane_N : N ; - oplezvam_V : V ; - oplezvane_N : N ; - opleskane_N : N ; - opleskvam_V : V ; - opleskvane_N : N ; - ople_sh_iv_ja_vam_V : V ; - ople_sh_iv_ja_vane_N : N ; - opliskane_N : N ; - opliskvam_V : V ; - opliskvane_N : N ; - oplitam_V : V ; - oplitane_N : N ; - oplodotvoritel_N : N ; - oplodotvoritelen_A : A ; - oplodotvor_ja_vam_V : V ; - oplodotvor_ja_vane_N : N ; - oplod_ja_vam_V : V ; - oplod_ja_vane_N : N ; - oplo_zj_dam_V : V ; - oplo_zj_dane_N : N ; - opl_iu_vam_V : V ; - opl_iu_vane_N : N ; - opl_iu_skvam_V : V ; - opl_iu_skvane_N : N ; - opl_ja__ch_kosvam_V : V ; - opl_ja__ch_kosvane_N : N ; - opna_V : V ; - opovestitel_N : N ; - opovest_ja_vam_V : V ; - opovest_ja_vane_N : N ; - opo_zj_ar_ja_vam_V : V ; - opo_zj_ar_ja_vane_N : N ; - opozicionen_A : A ; - opozicioner_N : N ; - opozicionerka_N : N ; - opozici_ja__N : N ; - opoznavaem_A : A ; - opoznavam_V : V ; - opoznavane_N : N ; - opoznavatelen_A : A ; - opozoritel_N : N ; - opozoritelen_A : A ; - opozor_ja_vam_V : V ; - opozor_ja_vane_N : N ; - opolzotvor_ja_vam_V : V ; - opolzotvor_ja_vane_N : N ; - opolivam_V : V ; - opolivane_N : N ; - opomn_ja_m_V : V ; - opomn_ja_ne_N : N ; - oponent_N : N ; - oponentka_N : N ; - oponiram_V : V ; - oponirane_N : N ; - opora_N : N ; - oporen_A : A ; - oporo_ch_avam_V : V ; - oporo_ch_avane_N : N ; - oport_iu_nizym_N : N ; - oport_iu_nist_N : N ; - oport_iu_nisti_ch_en_A : A ; - oport_iu_nistka_N : N ; - oposkane_N : N ; - oposkvam_V : V ; - oposkvane_N : N ; - opostal_ja_vam_V : V ; - opostal_ja_vane_N : N ; - opo_sh_l_ja_vam_V : V ; - opo_sh_l_ja_vane_N : N ; - opravdavam_V : V ; - opravdavane_N : N ; - opravdanie_N : N ; - opravdatelen_A : A ; - opraven_A : A ; - opravi_ja__N : N ; - opravomo_sht_avam_V : V ; - opravomo_sht_avane_N : N ; - oprav_ja_m_V : V ; - oprav_ja_ne_N : N ; - oprazvam_V : V ; - oprazvane_N : N ; - oprasvam_V : V ; - oprasvane_N : N ; - opra_sh_vam_V : V ; - opra_sh_vane_N : N ; - opra_sh_en_A : A ; - opreda_V : V ; - opredelen_A : A ; - opredelenie_N : N ; - opredelenost_N : N ; - opredelimost_N : N ; - opredelitel_N : N ; - opredelitelen_A : A ; - opredel_ja_m_V : V ; - opredel_ja_ne_N : N ; - opresnitelen_A : A ; - opresn_ja_vam_V : V ; - opresn_ja_vane_N : N ; - opridam_V : V ; - opridane_N : N ; - oprili_ch_avam_V : V ; - oprili_ch_avane_N : N ; - oprim_ch_vam_V : V ; - oprovergavam_V : V ; - oprovergavane_N : N ; - oprover_zj_enie_N : N ; - oprover_zj_im_A : A ; - opropastitelen_A : A ; - opropast_ja_vam_V : V ; - opropast_ja_vane_N : N ; - oprose_ja__V : V ; - oprosta_ch_vam_V : V ; - oprosta_ch_vane_N : N ; - oprostenost_N : N ; - oprosten_ch_eski_A : A ; - oprosten_ch_estvo_N : N ; - oproste_ja__V : V ; - oprostitelen_A : A ; - oprostitelstvo_N : N ; - oprost_ja_vam_V : V ; - oprost_ja_vane_N : N ; - oprotiv_ja_vam_V : V ; - oprotiv_ja_vane_N : N ; - opro_sht_avam_V : V ; - opro_sht_avane_N : N ; - opro_sht_enie_N : N ; - opryskane_N : N ; - opryskvam_V : V ; - opryskvane_N : N ; - oprysten_ja_vam_V : V ; - oprysten_ja_vane_N : N ; - opryhvam_V : V ; - opryhvane_N : N ; - optativen_A : A ; - optik_N : N ; - optika_N : N ; - optimalen_A : A ; - optimizator_N : N ; - optimizacionen_A : A ; - optimizaci_ja__N : N ; - optimiziram_V : V ; - optimizirane_N : N ; - optimizym_N : N ; - optimist_N : N ; - optimisti_ch_en_A : A ; - optimistka_N : N ; - optimum_N : N ; - opti_ch_en_A : A ; - opti_ch_eski_A : A ; - opuj_ch_vam_V : V ; - opuj_ch_vane_N : N ; - opulvam_V : V ; - opulvane_N : N ; - opus_N : N ; - opusna_V : V ; - opusto_sh_avam_V : V ; - opusto_sh_avane_N : N ; - opusto_sh_enie_N : N ; - opusto_sh_itel_N : N ; - opusto_sh_itelen_A : A ; - opust_ja_vam_V : V ; - opust_ja_vane_N : N ; - opuhane_N : N ; - opuhvam_V : V ; - opuhvane_N : N ; - opu_sh_vam_V : V ; - opu_sh_vane_N : N ; - opu_sht_ane_N : N ; - opu_sht_enie_N : N ; - opcionalen_A : A ; - opci_ja__N : N ; - opyvam_V : V ; - opyvane_N : N ; - opyl_ch_vam_V : V ; - opyl_ch_vane_N : N ; - opyl_ch_enec_N : N ; - opyl_ch_enie_N : N ; - opyl_ch_enski_A : A ; - opyn_N : N ; - opynat_A : A ; - opyr_zj_vam_V : V ; - opyr_zj_vane_N : N ; - opyrl_ja_m_V : V ; - opyrl_ja_ne_N : N ; - opyrni_ch_av_A : A ; - opyrni_ch_avost_N : N ; - opyrpan_A : A ; - opyrpane_N : N ; - opyrpanost_N : N ; - opyrpvam_V : V ; - opyrpvane_N : N ; - op_ja_vam_V : V ; - op_ja_vane_N : N ; - ora_V : V ; - orazmer_ja_vam_V : V ; - orazmer_ja_vane_N : N ; - orakul_N : N ; - orakulski_A : A ; - oran_N : N ; - orangutan_N : N ; - orangutangski_A : A ; - orane_N : N ; - oran_zj_ada_N : N ; - oran_zj_ev_A : A ; - oran_zj_erien_A : A ; - oran_zj_eri_ja__N : N ; - orator_N : N ; - oratori_ja__N : N ; - oratorka_N : N ; - oratorski_A : A ; - oratorstvam_V : V ; - oratorstvo_N : N ; - oratorstvuvam_V : V ; - oratorstvuvane_N : N ; - orahat_ja_vam_V : V ; - orahat_ja_vane_N : N ; - ora_ch__N : N ; - orbita_N : N ; - orbitalen_A : A ; - orgazym_N : N ; - organ_N : N ; - organizator_N : N ; - organizatorka_N : N ; - organizatorski_A : A ; - organizacionen_A : A ; - organizaci_ja__N : N ; - organiziram_V : V ; - organizirane_N : N ; - organiziranost_N : N ; - organizym_N : N ; - organist_N : N ; - organi_ch_en_A : A ; - organi_ch_eski_A : A ; - orgien_A : A ; - orgi_ja__N : N ; - orda_N : N ; - orden_N : N ; - ordenonosec_N : N ; - order_N : N ; - ordinarec_N : N ; - ordinata_N : N ; - ordinator_N : N ; - ordinatorka_N : N ; - ordxovyr_N : N ; - oreada_N : N ; - orevavam_V : V ; - orevavane_N : N ; - ored_ja_vam_V : V ; - ored_ja_vane_N : N ; - ore_zj_a_V : V ; - orezil_ja_vam_V : V ; - orezil_ja_vane_N : N ; - orel_N : N ; - oren_A : A ; - oreol_N : N ; - oreolen_A : A ; - oreh_N : N ; - orehov_A : A ; - orehoviden_A : A ; - orehovka_N : N ; - oreh_ch_e_N : N ; - ore_sh_ak_N : N ; - ore_sh_arka_N : N ; - origvam_V : V ; - origvane_N : N ; - original_N : N ; - originalen_A : A ; - originalni_ch_a_V : V ; - originalni_ch_ene_N : N ; - originalnost_N : N ; - orientalec_N : N ; - orientalist_N : N ; - orientalistika_N : N ; - orientalistka_N : N ; - orientalka_N : N ; - orientalnost_N : N ; - orientalski_A : A ; - oriental_sht_ina_N : N ; - orientaci_ja__N : N ; - orientir_N : N ; - orientiram_V : V ; - orientiran_A : A ; - orientirane_N : N ; - orientiranost_N : N ; - orientirovka_N : N ; - orientirovy_ch_en_A : A ; - oriz_N : N ; - orizar_N : N ; - orizarski_A : A ; - orizarstvo_N : N ; - orizen_A : A ; - orizi_sht_e_N : N ; - orizov_A : A ; - orionec_N : N ; - orionski_A : A ; - oris_N : N ; - orisane_N : N ; - orisvam_V : V ; - orisvane_N : N ; - orisi_ja__N : N ; - orisnica_N : N ; - orkestralen_A : A ; - orkestrant_N : N ; - orkestrantka_N : N ; - orkestraci_ja__N : N ; - orkestriram_V : V ; - orkestrirane_N : N ; - orkestrov_A : A ; - orkestrovka_N : N ; - orkestyr_N : N ; - orle_N : N ; - orleanski_A : A ; - orlica_N : N ; - orlov_A : A ; - orl_ja_k_N : N ; - ornament_N : N ; - ornamentalen_A : A ; - ornamenten_A : A ; - ornamentika_N : N ; - ornamentiram_V : V ; - ornamentirane_N : N ; - ornitolog_N : N ; - ornitologi_ja__N : N ; - ornitolo_zj_ka_N : N ; - ornitolo_zj_ki_A : A ; - ornica_N : N ; - orogeneza_N : N ; - orografi_ja__N : N ; - oronvam_V : V ; - oronvane_N : N ; - orosen_A : A ; - orositelen_A : A ; - oros_ja_vam_V : V ; - oros_ja_vane_N : N ; - ortak_N : N ; - ortaklyk_N : N ; - ortalyk_N : N ; - orta_sh_ki_A : A ; - ortogonalen_A : A ; - ortografi_ch_en_A : A ; - ortografi_ch_eski_A : A ; - ortografi_ja__N : N ; - ortodoksalen_A : A ; - ortodoksalnost_N : N ; - ortoped_N : N ; - ortopedist_N : N ; - ortopedi_ch_en_A : A ; - ortopedi_ja__N : N ; - orfejevski_A : A ; - orfi_ch_eski_A : A ; - orhideen_A : A ; - orhide_ja__N : N ; - orydeen_A : A ; - orydie_N : N ; - ory_zj_een_A : A ; - ory_zj_ejnik_N : N ; - ory_zj_enosec_N : N ; - ory_zj_ie_N : N ; - oryfan_A : A ; - oryfane_N : N ; - oryfanost_N : N ; - oryfvam_V : V ; - oryfvane_N : N ; - or_ja_zvam_V : V ; - or_ja_zvane_N : N ; - os_N : N ; - osa_N : N ; - osakate_ja__V : V ; - osakat_ja_vam_V : V ; - osakat_ja_vane_N : N ; - osanka_N : N ; - osapun_ja_vam_V : V ; - osvedomen_A : A ; - osvedomenost_N : N ; - osvedomitel_N : N ; - osvedomitelen_A : A ; - osvedomitelka_N : N ; - osvedomlenie_N : N ; - osvedom_ja_vam_V : V ; - osvedom_ja_vane_N : N ; - osve_zj_avam_V : V ; - osve_zj_avane_N : N ; - osve_zj_itelen_A : A ; - osveten_A : A ; - osvetenost_N : N ; - osvetitel_N : N ; - osvetitelen_A : A ; - osvetlenie_N : N ; - osvetlitelen_A : A ; - osvetl_ja_vam_V : V ; - osvetl_ja_vane_N : N ; - osvet_ja_vam_V : V ; - osvet_ja_vane_N : N ; - osve_sht_avam_V : V ; - osve_sht_avane_N : N ; - osvidetelstvam_V : V ; - osvidetelstvane_N : N ; - osvidetelstvuvam_V : V ; - osvidetelstvuvane_N : N ; - osvirep_ja_vam_V : V ; - osvirep_ja_vane_N : N ; - osvirkane_N : N ; - osvirkvam_V : V ; - osvirkvane_N : N ; - osvoboditel_N : N ; - osvoboditelen_A : A ; - osvoboditelka_N : N ; - osvobo_zj_davam_V : V ; - osvobo_zj_davane_N : N ; - osvobo_zj_denie_N : N ; - osedlavam_V : V ; - osedlavane_N : N ; - osezavam_V : V ; - osezaem_A : A ; - osezaemost_N : N ; - osezanie_N : N ; - osezatelen_A : A ; - osezatelnost_N : N ; - osejvam_V : V ; - osejvane_N : N ; - osekvam_V : V ; - osekvane_N : N ; - osel_N : N ; - osemvalenten_A : A ; - osemgodi_sh_en_A : A ; - osemdesetgodi_sh_en_A : A ; - osemdesetgodi_sh_nina_N : N ; - osemen_ja_vam_V : V ; - osemen_ja_vane_N : N ; - osemnadesetgodi_sh_en_A : A ; - osemcifren_A : A ; - osem_ch_asov_A : A ; - osen_A : A ; - osen_ja_vam_V : V ; - osen_ja_vane_N : N ; - osetski_A : A ; - ose_ja_n_A : A ; - osiguren_A : A ; - osigurenost_N : N ; - osiguritel_N : N ; - osiguritelen_A : A ; - osigurovka_N : N ; - osigur_ja_vam_V : V ; - osigur_ja_vane_N : N ; - osil_N : N ; - osilest_A : A ; - osinovitel_N : N ; - osinovitelka_N : N ; - osinov_ja_vam_V : V ; - osinov_ja_vane_N : N ; - osiram_V : V ; - osirane_N : N ; - osiroma_sh_avam_V : V ; - osiroma_sh_avane_N : N ; - osirote_ja__V : V ; - osirot_ja_vam_V : V ; - osirot_ja_vane_N : N ; - osi_ch_am_V : V ; - osi_ch_ane_N : N ; - osi_ja_vam_V : V ; - osi_ja_vane_N : N ; - oskandal_ja_vam_V : V ; - oskandal_ja_vane_N : N ; - oskvernenie_N : N ; - oskvernitel_N : N ; - oskvernitelen_A : A ; - oskvern_ja_vam_V : V ; - oskvern_ja_vane_N : N ; - oskolka_N : N ; - oskot_ja_vam_V : V ; - oskot_ja_vane_N : N ; - oskre_zj_avam_V : V ; - oskre_zj_avane_N : N ; - oskre_zj_en_A : A ; - oskubvam_V : V ; - oskubvane_N : N ; - oskyden_A : A ; - oskydica_N : N ; - oskydnost_N : N ; - oskyp_ja_vam_V : V ; - oskyp_ja_vane_N : N ; - oskyrbitel_N : N ; - oskyrbitelen_A : A ; - oskyrbitelnost_N : N ; - oskyrblenie_N : N ; - oskyrb_ja_vam_V : V ; - oskyrb_ja_vane_N : N ; - oslab_ja_m_V : V ; - oslan_ja_vam_V : V ; - oslan_ja_vane_N : N ; - oslan_ja_m_V : V ; - oslan_ja_ne_N : N ; - oslepe_ja__V : V ; - oslepitelen_A : A ; - oslepitelnost_N : N ; - oslep_ja_vam_V : V ; - oslep_ja_vane_N : N ; - oslon_ja__V : V ; - oslu_sh_ane_N : N ; - oslu_sh_vam_V : V ; - oslu_sh_vane_N : N ; - osmanli_ja__N : N ; - osmanski_A : A ; - osmel_ja_vam_V : V ; - osmel_ja_vane_N : N ; - osmivam_V : V ; - osmivane_N : N ; - osmina_N : N ; - osminka_N : N ; - osmisl_ja_m_V : V ; - osmisl_ja_ne_N : N ; - osmica_N : N ; - osmi_ch_en_A : A ; - osmoza_N : N ; - osmoklasen_A : A ; - osmoklasnik_N : N ; - osmokrak_N : N ; - osmokraten_A : A ; - osmorka_N : N ; - osmostenen_A : A ; - osmostennik_N : N ; - osmosti_sh_ie_N : N ; - osmoygylen_A : A ; - osmoygylnik_N : N ; - osmu_ch_a_V : V ; - osne_zj_avam_V : V ; - osne_zj_avane_N : N ; - osnovavam_V : V ; - osnovavane_N : N ; - osnovanie_N : N ; - osnovanost_N : N ; - osnovatel_N : N ; - osnovatelen_A : A ; - osnovatelka_N : N ; - osnovatelnost_N : N ; - osnoven_A : A ; - osnovnost_N : N ; - osnovopolaga_sht__A : A ; - osnovopolo_zj_nik_N : N ; - osoba_N : N ; - osoben_A : A ; - osobenost_N : N ; - osobn_ja_k_N : N ; - osobn_ja__ch_ka_N : N ; - osov_A : A ; - osol_ja_vam_V : V ; - osol_ja_vane_N : N ; - osporvam_V : V ; - osporvane_N : N ; - osporim_A : A ; - osrebr_ja_vam_V : V ; - osrebr_ja_vane_N : N ; - ostavam_V : V ; - ostavane_N : N ; - ostavka_N : N ; - ostav_ja_m_V : V ; - ostav_ja_ne_N : N ; - ostana_V : V ; - ostane_N : N ; - ostanka_N : N ; - ostar_ja_vam_V : V ; - ostar_ja_vane_N : N ; - ostar_ja_l_A : A ; - ostar_ja_lost_N : N ; - ostatyk_N : N ; - ostaty_ch_en_A : A ; - osten_N : N ; - osteologi_ja__N : N ; - osteopati_ja__N : N ; - ostoro_zj_en_A : A ; - ostoro_zj_nost_N : N ; - ostrakizym_N : N ; - ostrene_N : N ; - ostrigvam_V : V ; - ostrigvane_N : N ; - ostrie_N : N ; - ostrilka_N : N ; - ostrilo_N : N ; - ostri_ch_yk_A : A ; - ostrov_N : N ; - ostroven_A : A ; - ostrovit_ja_nin_N : N ; - ostrovit_ja_nka_N : N ; - ostrovit_ja_nski_A : A ; - ostrovryh_A : A ; - ostrov_ch_e_N : N ; - ostrozyb_A : A ; - ostrota_N : N ; - ostroumen_A : A ; - ostroumie_N : N ; - ostroumni_ch_a_V : V ; - ostroumni_ch_ene_N : N ; - ostroygylen_A : A ; - ostr_ja__V : V ; - ostykl_ja_vam_V : V ; - ostykl_ja_vane_N : N ; - ostyr_A : A ; - ostyrgan_A : A ; - ostyrgvam_V : V ; - ostyrgvane_N : N ; - osuet_ja_vam_V : V ; - osuet_ja_vane_N : N ; - oscilator_N : N ; - oscilaci_ja__N : N ; - osciliram_V : V ; - oscilograma_N : N ; - oscilograf_N : N ; - osciloskop_N : N ; - osyvremen_ja_vam_V : V ; - osyvremen_ja_vane_N : N ; - osyden_A : A ; - osyditelen_A : A ; - osyditelnost_N : N ; - osy_zj_dam_V : V ; - osy_zj_dane_N : N ; - osyznavam_V : V ; - osyznavane_N : N ; - osyznat_A : A ; - osymvam_V : V ; - osymvane_N : N ; - osyrazmer_ja_vam_V : V ; - osy_sht_estvim_A : A ; - osy_sht_estvimost_N : N ; - osy_sht_estvitel_N : N ; - osy_sht_estv_ja_vam_V : V ; - osy_sht_estv_ja_vane_N : N ; - os_ja_vam_V : V ; - os_ja_vane_N : N ; - otava_N : N ; - otav_ja__V : V ; - otav_ja_ne_N : N ; - otbel_ja_zvam_V : V ; - otbel_ja_zvane_N : N ; - otbiv_N : N ; - otbivam_V : V ; - otbivane_N : N ; - otbiven_A : A ; - otbivka_N : N ; - otbir_N : N ; - otbiram_V : V ; - otbirane_N : N ; - otblagodar_ja_vam_V : V ; - otblagodar_ja_vane_N : N ; - otblysvam_V : V ; - otblysvane_N : N ; - otblyskvam_V : V ; - otblyskvane_N : N ; - otbl_ja_syk_N : N ; - otbo_zj_dam_V : V ; - otbo_zj_dane_N : N ; - otboj_N : N ; - otbol_ja_vam_V : V ; - otbol_ja_vane_N : N ; - otbor_N : N ; - otboren_A : A ; - otbran_A : A ; - otbrana_N : N ; - otbranitelen_A : A ; - otbran_ja_vam_V : V ; - otbran_ja_vane_N : N ; - otbro_ja_vam_V : V ; - otbro_ja_vane_N : N ; - otbrulvam_V : V ; - otbrulvane_N : N ; - otbrul_ja_m_V : V ; - otbrul_ja_ne_N : N ; - otbulvam_V : V ; - otbulvane_N : N ; - otb_ja_gvam_V : V ; - otb_ja_gvane_N : N ; - otvara_N : N ; - otvara_ch_ka_N : N ; - otvar_ja_m_V : V ; - otvar_ja_ne_N : N ; - otve_zj_dam_V : V ; - otve_zj_dane_N : N ; - otvergnat_A : A ; - otverka_N : N ; - otverstie_N : N ; - otvertka_N : N ; - otves_N : N ; - otvesen_A : A ; - otvet_N : N ; - otveten_A : A ; - otvetnik_N : N ; - otvetnica_N : N ; - otvetstven_A : A ; - otvetstvenik_N : N ; - otvetstvenost_N : N ; - otve_ja_n_A : A ; - otvivam_V : V ; - otvivane_N : N ; - otvikvam_V : V ; - otvikvane_N : N ; - otvintvam_V : V ; - otvintvane_N : N ; - otvle_ch_en_A : A ; - otvle_ch_enost_N : N ; - otvli_ch_am_V : V ; - otvli_ch_ane_N : N ; - otvod_N : N ; - otvoden_A : A ; - otvodnitelen_A : A ; - otvodn_ja_vam_V : V ; - otvodn_ja_vane_N : N ; - otvozvam_V : V ; - otvozvane_N : N ; - otvor_N : N ; - otvoren_A : A ; - otvorenost_N : N ; - otvor_ja__V : V ; - otvraten_A : A ; - otvratitelen_A : A ; - otvra_sht_avam_V : V ; - otvra_sht_avane_N : N ; - otvra_sht_enie_N : N ; - otvry_sht_am_V : V ; - otvry_sht_ane_N : N ; - otvyden_A : A ; - otvydmorski_A : A ; - otvydokeanski_A : A ; - otvy_zj_dam_V : V ; - otvyrzvam_V : V ; - otvyrzvane_N : N ; - otvyrstie_N : N ; - otvyrtam_V : V ; - otvyrtane_N : N ; - otvyrtvam_V : V ; - otvyrtvane_N : N ; - otvyrt_ja_vam_V : V ; - otvyrt_ja_vane_N : N ; - otv_ja_vam_V : V ; - otv_ja_vane_N : N ; - otgadavam_V : V ; - otgadavane_N : N ; - otgatvam_V : V ; - otgatvane_N : N ; - otglagolen_A : A ; - otglas_N : N ; - otglasen_A : A ; - otglas_ja_m_V : V ; - otglas_ja_ne_N : N ; - otgledane_N : N ; - otgle_zj_dam_V : V ; - otgle_zj_dane_N : N ; - otgovar_ja_m_V : V ; - otgovar_ja_ne_N : N ; - otgovor_N : N ; - otgovoren_A : A ; - otgovornik_N : N ; - otgovornost_N : N ; - otgov_ja_vam_V : V ; - otgov_ja_vane_N : N ; - otgor_ja__V : V ; - otgrizvam_V : V ; - otgry_sht_am_V : V ; - otgry_sht_ane_N : N ; - otdavam_V : V ; - otdavane_N : N ; - otdavna_sh_en_A : A ; - otdaden_A : A ; - otdadenost_N : N ; - otdale_ch_avam_V : V ; - otdale_ch_avane_N : N ; - otdale_ch_en_A : A ; - otdale_ch_enie_N : N ; - otdale_ch_enost_N : N ; - otdel_N : N ; - otdelen_A : A ; - otdelenie_N : N ; - otdelenost_N : N ; - otdelimost_N : N ; - otdelitel_N : N ; - otdelitelen_A : A ; - otdel_ja_m_V : V ; - otdel_ja_ne_N : N ; - otdiram_V : V ; - otdirane_N : N ; - otdih_N : N ; - otdrypvam_V : V ; - otdrypvane_N : N ; - otdu_sh_nik_N : N ; - otdyhvam_V : V ; - otdyhvane_N : N ; - oteg_ch_avam_V : V ; - oteg_ch_avane_N : N ; - oteg_ch_enie_N : N ; - oteg_ch_itelen_A : A ; - oteg_ch_itelnost_N : N ; - ote_zj_n_ja_vam_V : V ; - ote_zj_n_ja_vane_N : N ; - oteka_V : V ; - otekvam_V : V ; - otekvane_N : N ; - otelvam_V : V ; - otelvane_N : N ; - otenyk_N : N ; - otesam_V : V ; - otesne_ja__V : V ; - otesn_ja_vam_V : V ; - otesn_ja_vane_N : N ; - otec_N : N ; - ote_ch_estven_A : A ; - ote_ch_estvenofrontovec_N : N ; - ote_ch_estvenofrontovski_A : A ; - ote_ch_estvo_N : N ; - ote_ch_estvoznanie_N : N ; - ot_zj_ivelica_N : N ; - ot_zj_iv_ja_vam_V : V ; - ot_zj_iv_ja_vane_N : N ; - ot_zj_iv_ja_l_A : A ; - ot_zj_iv_ja_lost_N : N ; - otzvuk_N : N ; - otzvu_ch_avam_V : V ; - otzvu_ch_avane_N : N ; - otzemam_V : V ; - otzemane_N : N ; - otziv_N : N ; - otziv_ch_iv_A : A ; - otziv_ch_ivost_N : N ; - otzovavam_V : V ; - otzovavane_N : N ; - otivam_V : V ; - otivane_N : N ; - oti_ch_am_V : V ; - oti_ch_ane_N : N ; - otkaz_N : N ; - otkazvam_V : V ; - otkazvane_N : N ; - otkarvam_V : V ; - otkarvane_N : N ; - otkaten_A : A ; - otka_ch_am_V : V ; - otka_ch_ane_N : N ; - otka_ch_vam_V : V ; - otka_ch_vane_N : N ; - otka_ch_enost_N : N ; - otkisl_ja_vam_V : V ; - otkisl_ja_vane_N : N ; - otklik_N : N ; - otklikvam_V : V ; - otklikvane_N : N ; - otklonenie_N : N ; - otklon_ja_vam_V : V ; - otklon_ja_vane_N : N ; - otkl_iu__ch_vam_V : V ; - otkl_iu__ch_vane_N : N ; - otkovavam_V : V ; - otkovavane_N : N ; - otkole_sh_en_A : A ; - otkomandirovam_V : V ; - otkomandirovane_N : N ; - otkopavam_V : V ; - otkopavane_N : N ; - otkopiram_V : V ; - otkopirane_N : N ; - otkop_ch_a_V : V ; - otkop_ch_avam_V : V ; - otkop_ch_avane_N : N ; - otkop_ch_a_ja__V : V ; - otkop_ch_vam_V : V ; - otkop_ch_vane_N : N ; - otkos_N : N ; - otkos_ja_vam_V : V ; - otkos_ja_vane_N : N ; - otkradvam_V : V ; - otkradvane_N : N ; - otkrehvam_V : V ; - otkrehvane_N : N ; - otkrivaem_A : A ; - otkrivam_V : V ; - otkrivane_N : N ; - otkrivatel_N : N ; - otkrivatelka_N : N ; - otkrivatelski_A : A ; - otkritie_N : N ; - otkritost_N : N ; - otkroven_A : A ; - otkrovenie_N : N ; - otkrovenost_N : N ; - otkro_ja_vam_V : V ; - otkro_ja_vane_N : N ; - otkup_N : N ; - otkupvam_V : V ; - otkupvane_N : N ; - otkupuvam_V : V ; - otkupuvane_N : N ; - otkyrmvam_V : V ; - otkyrmvane_N : N ; - otkyrm_ja_m_V : V ; - otkyrm_ja_ne_N : N ; - otkyrtvam_V : V ; - otkyrtvane_N : N ; - otkyr_sh_vam_V : V ; - otkyr_sh_vane_N : N ; - otkys_N : N ; - otkysam_V : V ; - otkysane_N : N ; - otkysvam_V : V ; - otkysvane_N : N ; - otkyslek_N : N ; - otkysle_ch_en_A : A ; - otkysle_ch_nost_N : N ; - otkysnatost_N : N ; - otlagam_V : V ; - otlagane_N : N ; - otlagatelen_A : A ; - otle_zj_avam_V : V ; - otle_zj_avane_N : N ; - otle_zj_al_A : A ; - otlepvam_V : V ; - otlepvane_N : N ; - otlep_ja_m_V : V ; - otlep_ja_ne_N : N ; - otlet_ja_vam_V : V ; - otlet_ja_vane_N : N ; - otle_ja__V : V ; - otliv_N : N ; - otlivam_V : V ; - otlivane_N : N ; - otlivka_N : N ; - otlitam_V : V ; - otlitane_N : N ; - otli_ch_avam_V : V ; - otli_ch_avane_N : N ; - otli_ch_en_A : A ; - otli_ch_ie_N : N ; - otli_ch_itelen_A : A ; - otli_ch_itelnost_N : N ; - otli_ch_nik_N : N ; - otli_ch_ni_ch_ka_N : N ; - otlomka_N : N ; - otlomyk_N : N ; - otlom_ja_vam_V : V ; - otlom_ja_vane_N : N ; - otly_ch_vam_V : V ; - otly_ch_vane_N : N ; - otly_ch_ka_N : N ; - otmale_ja__V : V ; - otmal_ja_vam_V : V ; - otmal_ja_vane_N : N ; - otmal_ja_lost_N : N ; - otmar_ja_m_V : V ; - otmar_ja_ne_N : N ; - otmahvam_V : V ; - otmahvane_N : N ; - otmenenie_N : N ; - otmen_ja_vam_V : V ; - otmen_ja_vane_N : N ; - otmen_ja_em_A : A ; - otmen_ja_m_V : V ; - otmen_ja_ne_N : N ; - otmervam_V : V ; - otmervane_N : N ; - otmeren_A : A ; - otmerenost_N : N ; - otmestvam_V : V ; - otmestvane_N : N ; - otmeta_V : V ; - otmetka_N : N ; - otmivam_V : V ; - otmivane_N : N ; - otmile_ja__V : V ; - otminavam_V : V ; - otminavane_N : N ; - otmiram_V : V ; - otmirane_N : N ; - otmirisvam_V : V ; - otmirisvane_N : N ; - otmora_N : N ; - otmoritelen_A : A ; - otmor_ja_vam_V : V ; - otmor_ja_vane_N : N ; - otmotavam_V : V ; - otmotavane_N : N ; - otmraz_ja_vam_V : V ; - otmraz_ja_vane_N : N ; - otmykvam_V : V ; - otmykvane_N : N ; - otmystitel_N : N ; - otmystitelen_A : A ; - otmystitelka_N : N ; - otmystitelnost_N : N ; - otmyst_ja_vam_V : V ; - otmyst_ja_vane_N : N ; - otmy_sht_avam_V : V ; - otmy_sht_avane_N : N ; - otmy_sht_enie_N : N ; - otm_ja_na_N : N ; - otm_ja_tam_V : V ; - otm_ja_tane_N : N ; - otnas_ja_m_V : V ; - otnas_ja_ne_N : N ; - otnemam_V : V ; - otnemane_N : N ; - otnositelen_A : A ; - otnositelnost_N : N ; - otno_sh_enie_N : N ; - otok_N : N ; - otolog_N : N ; - otologi_ja__N : N ; - otomanin_N : N ; - otomanka_N : N ; - otomanski_A : A ; - otoplenie_N : N ; - otoplitelen_A : A ; - otopl_ja_vam_V : V ; - otopl_ja_vane_N : N ; - otopl_ja_m_V : V ; - otopl_ja_ne_N : N ; - otop_ja__V : V ; - otorizaci_ja__N : N ; - otoriziram_V : V ; - otorizirane_N : N ; - otpadam_V : V ; - otpadane_N : N ; - otpadnalost_N : N ; - otpadyk_N : N ; - otpady_ch_en_A : A ; - otpar_ja_m_V : V ; - otpar_ja_ne_N : N ; - otpa_sh_a_V : V ; - otpera_V : V ; - otpe_ch_atane_N : N ; - otpe_ch_atvam_V : V ; - otpe_ch_atvane_N : N ; - otpe_ch_atyk_N : N ; - otpe_ja__V : V ; - otpivam_V : V ; - otpivane_N : N ; - otpisvam_V : V ; - otpisvane_N : N ; - otplavam_V : V ; - otplavane_N : N ; - otplata_N : N ; - otpla_sht_am_V : V ; - otpla_sht_ane_N : N ; - otplesvam_V : V ; - otplesvane_N : N ; - otpleskvam_V : V ; - otpleskvane_N : N ; - otplitam_V : V ; - otplitane_N : N ; - otpluvam_V : V ; - otpluvane_N : N ; - otpor_N : N ; - otporvam_V : V ; - otporvane_N : N ; - otpo_ch_ivam_V : V ; - otpo_ch_ivane_N : N ; - otpo_ja__V : V ; - otpraven_A : A ; - otprav_ja_m_V : V ; - otprav_ja_ne_N : N ; - otpraznuvam_V : V ; - otpraznuvane_N : N ; - otpratka_N : N ; - otpra_sht_am_V : V ; - otpra_sht_ane_N : N ; - otpri_sht_vam_V : V ; - otpri_sht_vane_N : N ; - otpr_ja_gam_V : V ; - otpr_ja_gane_N : N ; - otpusk_N : N ; - otpuska_N : N ; - otpuskam_V : V ; - otpuskane_N : N ; - otpuskar_N : N ; - otpusnatost_N : N ; - otpu_sh_vam_V : V ; - otpu_sh_vane_N : N ; - otpu_sht_am_V : V ; - otpu_sht_ane_N : N ; - otpy_zj_dam_V : V ; - otpy_zj_dane_N : N ; - otpytuvam_V : V ; - otpytuvane_N : N ; - otrabotvam_V : V ; - otrabotvane_N : N ; - otrav_ja_m_V : V ; - otrav_ja_ne_N : N ; - otra_zj_avam_V : V ; - otra_zj_avane_N : N ; - otra_zj_aem_A : A ; - otra_zj_atel_N : N ; - otra_zj_atelen_A : A ; - otra_zj_enie_N : N ; - otrazitel_N : N ; - otraz_ja_vam_V : V ; - otraz_ja_vane_N : N ; - otrakan_A : A ; - otrakane_N : N ; - otrakvam_V : V ; - otrakvane_N : N ; - otraslov_A : A ; - otrasna_V : V ; - otrastvam_V : V ; - otrastvane_N : N ; - otrasyl_N : N ; - otra_ja__V : V ; - otreagiram_V : V ; - otreagirane_N : N ; - otred_N : N ; - otreden_A : A ; - otred_ja__V : V ; - otre_zj_dam_V : V ; - otre_zj_dane_N : N ; - otrez_N : N ; - otrezvenie_N : N ; - otrezve_ja__V : V ; - otrezvitelen_A : A ; - otrezv_ja_vam_V : V ; - otrezv_ja_vane_N : N ; - otrezka_N : N ; - otrezn_ja_vam_V : V ; - otrezn_ja_vane_N : N ; - otreka_V : V ; - otrepka_N : N ; - otrivam_V : V ; - otrivane_N : N ; - otrivist_A : A ; - otrivistost_N : N ; - otritvam_V : V ; - otritvane_N : N ; - otricanie_N : N ; - otricatelen_A : A ; - otri_ch_am_V : V ; - otri_ch_ane_N : N ; - otrova_N : N ; - otroven_A : A ; - otrovitel_N : N ; - otrovitelka_N : N ; - otrovnost_N : N ; - otrok_N : N ; - otronvam_V : V ; - otronvane_N : N ; - otron_ja_m_V : V ; - otron_ja_ne_N : N ; - otro_ch_e_N : N ; - otruden_A : A ; - otrud_ja__V : V ; - otrupane_N : N ; - otrupvam_V : V ; - otrupvane_N : N ; - otr_ja_d_N : N ; - otr_ja_den_A : A ; - otr_ja_zvam_V : V ; - otr_ja_zvane_N : N ; - otr_ja_zyk_N : N ; - otsamen_A : A ; - otsvirvam_V : V ; - otsvirvane_N : N ; - otsed_ja__V : V ; - otseka_V : V ; - otsenka_N : N ; - otsen_ja_m_V : V ; - otsen_ja_ne_N : N ; - otse_ch_en_A : A ; - otse_ch_enost_N : N ; - otse_ch_ka_N : N ; - otsipvam_V : V ; - otsipvane_N : N ; - otsi_ch_am_V : V ; - otsi_ch_ane_N : N ; - otska_ch_am_V : V ; - otska_ch_ane_N : N ; - otskok_N : N ; - otskokvam_V : V ; - otskokvane_N : N ; - otskoro_sh_en_A : A ; - otskubvam_V : V ; - otskubvane_N : N ; - otslabvam_V : V ; - otslabvane_N : N ; - otslabna_V : V ; - otslabnalost_N : N ; - otslab_ja_m_V : V ; - otslab_ja_ne_N : N ; - otslu_zj_vam_V : V ; - otslu_zj_vane_N : N ; - otspivam_V : V ; - otspivane_N : N ; - otsramvam_V : V ; - otsramvane_N : N ; - otsre_sht_en_A : A ; - otsro_ch_vam_V : V ; - otsro_ch_vane_N : N ; - otsro_ch_ka_N : N ; - otstivam_V : V ; - otstivane_N : N ; - otsto_ja_vam_V : V ; - otsto_ja_vane_N : N ; - otsto_ja_nie_N : N ; - otstranen_A : A ; - otstranenie_N : N ; - otstranenost_N : N ; - otstranimost_N : N ; - otstran_ja_vam_V : V ; - otstran_ja_vane_N : N ; - otstyp_N : N ; - otstypatelen_A : A ; - otstypvam_V : V ; - otstypvane_N : N ; - otstypitelen_A : A ; - otstypka_N : N ; - otstyplenie_N : N ; - otstypnik_N : N ; - otstypnica_N : N ; - otstypni_ch_estvo_N : N ; - otstyp_ch_iv_A : A ; - otstyp_ch_ivost_N : N ; - otsy_zj_dam_V : V ; - otsy_zj_dane_N : N ; - otsyrdvam_V : V ; - otsyrdvane_N : N ; - otsystvam_V : V ; - otsystvane_N : N ; - otsystva_sht__A : A ; - otsystven_A : A ; - otsystvie_N : N ; - otsystvuvam_V : V ; - otsystvuvane_N : N ; - otsystvuva_sht__A : A ; - ots_ja_vam_V : V ; - ots_ja_vane_N : N ; - ots_ja_dam_V : V ; - ots_ja_dane_N : N ; - ots_ja_nka_N : N ; - ottaty_sh_en_A : A ; - ottegl_ja_m_V : V ; - ottegl_ja_ne_N : N ; - ottenyk_N : N ; - otti_ch_am_V : V ; - otti_ch_ane_N : N ; - ottlasvam_V : V ; - ottlaskvam_V : V ; - ottlaskvane_N : N ; - ottok_N : N ; - otto_ch_a_V : V ; - otto_ch_en_A : A ; - ottulvam_V : V ; - ottulvane_N : N ; - ottul_ja_m_V : V ; - ottul_ja_ne_N : N ; - otupvam_V : V ; - otupvane_N : N ; - otu_ch_vam_V : V ; - otu_ch_vane_N : N ; - othapvam_V : V ; - othapvane_N : N ; - othvrykvam_V : V ; - othvrykvane_N : N ; - othvyrl_ja_m_V : V ; - othvyrl_ja_ne_N : N ; - othvyr_ch_avam_V : V ; - othvyr_ch_avane_N : N ; - othlabvam_V : V ; - othlabvane_N : N ; - othlupvam_V : V ; - othlupvane_N : N ; - othoden_A : A ; - othod_ja__V : V ; - othranvam_V : V ; - othranvane_N : N ; - otce_zj_dam_V : V ; - otce_zj_dane_N : N ; - otcepvam_V : V ; - otcepvane_N : N ; - otceplenie_N : N ; - otcepnik_N : N ; - otcepnica_N : N ; - otcepni_ch_eski_A : A ; - otcepni_ch_estvo_N : N ; - otceubiec_N : N ; - otceubijstvo_N : N ; - ot_ch_ajvam_V : V ; - ot_ch_ajvane_N : N ; - ot_ch_a_ja_n_A : A ; - ot_ch_a_ja_nie_N : N ; - ot_ch_a_ja_nost_N : N ; - ot_ch_e_N : N ; - ot_ch_ekvam_V : V ; - ot_ch_ekvane_N : N ; - ot_ch_et_N : N ; - ot_ch_eta_V : V ; - ot_ch_eten_A : A ; - ot_ch_etliv_A : A ; - ot_ch_etlivost_N : N ; - ot_ch_etnik_N : N ; - ot_ch_etnost_N : N ; - ot_ch_islenie_N : N ; - ot_ch_isl_ja_vam_V : V ; - ot_ch_isl_ja_vane_N : N ; - ot_ch_itam_V : V ; - ot_ch_itane_N : N ; - ot_ch_u_zj_davam_V : V ; - ot_ch_u_zj_davane_N : N ; - ot_ch_u_zj_daemost_N : N ; - ot_ch_u_zj_den_A : A ; - ot_ch_u_zj_denie_N : N ; - ot_ch_u_zj_denost_N : N ; - ot_ch_upvam_V : V ; - ot_ch_upvane_N : N ; - ot_sh_elnik_N : N ; - ot_sh_elnica_N : N ; - ot_sh_elni_ch_eski_A : A ; - ot_sh_elni_ch_estvo_N : N ; - ot_sh_ivam_V : V ; - ot_sh_ivane_N : N ; - ot_sh_um_ja_vam_V : V ; - ot_sh_um_ja_vane_N : N ; - ot_sht_ipvam_V : V ; - ot_sht_ipvane_N : N ; - ot_sht__ja_vam_V : V ; - ot_sht__ja_vane_N : N ; - oty_zj_destv_ja_vam_V : V ; - oty_zj_destv_ja_vane_N : N ; - oty_zj_destv_ja_em_A : A ; - otyn_ja_vam_V : V ; - otyn_ja_vane_N : N ; - otype_ja__V : V ; - otypkan_A : A ; - otypkvam_V : V ; - otypkvane_N : N ; - otyrvavam_V : V ; - otyrvavane_N : N ; - otyrvane_N : N ; - otyrkal_ja_m_V : V ; - otyrkal_ja_ne_N : N ; - otyrkan_A : A ; - otyrkvam_V : V ; - otyrkvane_N : N ; - otyrsvam_V : V ; - otyrsvane_N : N ; - otyr_ch_avam_V : V ; - otyr_ch_avane_N : N ; - ot_ja_vlen_A : A ; - ot_ja_dam_V : V ; - ot_ja_m_V : V ; - ofanziva_N : N ; - ofanziven_A : A ; - ofejkam_V : V ; - ofejkane_N : N ; - ofejkvam_V : V ; - ofejkvane_N : N ; - oferiram_V : V ; - oferirane_N : N ; - oferta_N : N ; - ofis_A : A ; - oficer_N : N ; - oficerski_A : A ; - oficerstvo_N : N ; - oficialen_A : A ; - oficialnost_N : N ; - oficioz_N : N ; - oficiozen_A : A ; - oformen_A : A ; - oformenost_N : N ; - oformlenie_N : N ; - oform_ja_vam_V : V ; - oform_ja_vane_N : N ; - oform_ja_m_V : V ; - oform_ja_ne_N : N ; - ofortist_N : N ; - ofsajd_N : N ; - ofset_N : N ; - oftalmi_ja__N : N ; - oftalmolog_N : N ; - oftalmologi_ja__N : N ; - oharakteriziram_V : V ; - oharakterizirane_N : N ; - ohar_ch_vam_V : V ; - ohar_ch_vane_N : N ; - ohvam_V : V ; - ohvane_N : N ; - ohkam_V : V ; - ohkane_N : N ; - ohlabvam_V : V ; - ohlabvane_N : N ; - ohladen_A : A ; - ohladitel_N : N ; - ohladitelen_A : A ; - ohladn_ja_vam_V : V ; - ohladn_ja_vane_N : N ; - ohlad_ja_vam_V : V ; - ohlad_ja_vane_N : N ; - ohla_zj_dam_V : V ; - ohla_zj_dane_N : N ; - ohluzvam_V : V ; - ohluzvane_N : N ; - ohl_iu_v_N : N ; - ohna_V : V ; - oholen_A : A ; - oholnik_N : N ; - oholnost_N : N ; - oholstvo_N : N ; - oholstvuvam_V : V ; - oholstvuvane_N : N ; - ohota_N : N ; - ohoten_A : A ; - ohotnost_N : N ; - ohra_N : N ; - ohrana_N : N ; - ohranvam_V : V ; - ohranvane_N : N ; - ohranen_A : A ; - ohranenost_N : N ; - ohranitelen_A : A ; - ohran_ja_vam_V : V ; - ohran_ja_vane_N : N ; - ohran_ja_em_A : A ; - ohridski_A : A ; - ohript_ja_vam_V : V ; - ohript_ja_vane_N : N ; - ohtika_N : N ; - ohtik_ja_sane_N : N ; - ohti_ch_av_A : A ; - ohulvam_V : V ; - ohulvane_N : N ; - ocapvam_V : V ; - ocapvane_N : N ; - ocvetenost_N : N ; - ocvetitel_N : N ; - ocvetitelen_A : A ; - ocvet_ja_vam_V : V ; - ocvet_ja_vane_N : N ; - oce_zj_dam_V : V ; - oce_zj_dane_N : N ; - ocel_ja_vam_V : V ; - ocel_ja_vane_N : N ; - ocenitel_N : N ; - ocenitelen_A : A ; - ocenitelka_N : N ; - ocenka_N : N ; - ocen_ja_vam_V : V ; - ocen_ja_vane_N : N ; - ocet_N : N ; - oceten_A : A ; - ocifren_A : A ; - ocifr_ja_vam_V : V ; - ocifr_ja_vane_N : N ; - ocykl_ja_m_V : V ; - ocykl_ja_ne_N : N ; - o_ch_akvam_V : V ; - o_ch_akvan_A : A ; - o_ch_akvane_N : N ; - o_ch_akvatelen_A : A ; - o_ch_arovam_V : V ; - o_ch_arovane_N : N ; - o_ch_arovanie_N : N ; - o_ch_arovanost_N : N ; - o_ch_arovatelen_A : A ; - o_ch_arovatelnost_N : N ; - o_ch_ebien_A : A ; - o_ch_ebie_sht__A : A ; - o_ch_ebijnost_N : N ; - o_ch_evaden_A : A ; - o_ch_eviden_A : A ; - o_ch_evidec_N : N ; - o_ch_evidka_N : N ; - o_ch_evidnost_N : N ; - o_ch_en_A : A ; - o_ch_erk_N : N ; - o_ch_erkist_N : N ; - o_ch_ern_ja_m_V : V ; - o_ch_ern_ja_ne_N : N ; - o_ch_ertavam_V : V ; - o_ch_ertavane_N : N ; - o_ch_ertan_A : A ; - o_ch_ertanie_N : N ; - o_ch_e_sh_a_V : V ; - o_ch_ila_N : N ; - o_ch_ilar_N : N ; - o_ch_ilarka_N : N ; - o_ch_ilat_A : A ; - o_ch_istvam_V : V ; - o_ch_istvane_N : N ; - o_ch_istitelen_A : A ; - o_ch_istitelno_N : N ; - o_ch_ove_ch_avam_V : V ; - o_ch_ove_ch_avane_N : N ; - o_ch_ukan_A : A ; - o_ch_ukane_N : N ; - o_ch_ukvam_V : V ; - o_ch_ukvane_N : N ; - o_ch_u_sh_kam_V : V ; - o_ch_u_sh_kane_N : N ; - o_sh_av_N : N ; - o_sh_aren_A : A ; - o_sh_etam_V : V ; - o_sh_etane_N : N ; - o_sh_etvam_V : V ; - o_sh_etvane_N : N ; - o_sh_ugave_ja__V : V ; - o_sh_ut_ja__V : V ; - o_sh_u_sh_kane_N : N ; - o_sh_u_sh_kvam_V : V ; - o_sh_u_sh_kvane_N : N ; - o_sht_av_ja_m_V : V ; - o_sht_av_ja_ne_N : N ; - o_sht_astliv_ja_vam_V : V ; - o_sht_astliv_ja_vane_N : N ; - o_sht_et_ja_vam_V : V ; - o_sht_et_ja_vane_N : N ; - o_sht_ipvam_V : V ; - o_sht_ipvane_N : N ; - o_ja__zj_dam_V : V ; - o_ja__zj_dane_N : N ; - o_ja_m_V : V ; - paberkuvane_N : N ; - pava_zj__N : N ; - pava_zj_en_A : A ; - pave_N : N ; - pavian_N : N ; - pavilion_N : N ; - pavilion_ch_e_N : N ; - paviram_V : V ; - pavirane_N : N ; - pavlik_ja_nka_N : N ; - pavur_ch_e_N : N ; - pavxor_N : N ; - paganizym_N : N ; - pagoda_N : N ; - pagon_N : N ; - pagonen_A : A ; - paguba_N : N ; - paguben_A : A ; - pagubnost_N : N ; - padam_V : V ; - padane_N : N ; - pade_zj__N : N ; - pade_zj_en_A : A ; - padenie_N : N ; - padina_N : N ; - padi_sh_ah_N : N ; - pa_zj__N : N ; - pazar_N : N ; - pazaren_A : A ; - pazarene_N : N ; - pazari_sht_e_N : N ; - pazarlyk_N : N ; - pazarski_A : A ; - pazaruvam_V : V ; - pazaruvane_N : N ; - paza_ch__N : N ; - paza_ch_ka_N : N ; - pazva_N : N ; - pazvant_N : N ; - pazene_N : N ; - pazitel_N : N ; - pazitelka_N : N ; - paz_ja__V : V ; - paj_N : N ; - paket_N : N ; - paketen_A : A ; - paketiram_V : V ; - paketirane_N : N ; - paket_ch_e_N : N ; - pakistanka_N : N ; - pakost_N : N ; - pakosten_A : A ; - pakostene_N : N ; - pakostliv_A : A ; - pakostnik_N : N ; - pakostnica_N : N ; - pakostni_ch_e_N : N ; - pakostni_ch_estvo_N : N ; - pakost_ja__V : V ; - pakt_N : N ; - palav_A : A ; - palavec_N : N ; - palavnik_N : N ; - palavnica_N : N ; - palavost_N : N ; - palav_sht_ina_N : N ; - palamarka_N : N ; - palamida_N : N ; - palamud_N : N ; - palanka_N : N ; - palaska_N : N ; - palat_N : N ; - palatalen_A : A ; - palatalizaci_ja__N : N ; - palatka_N : N ; - palatkov_A : A ; - pala_ch__N : N ; - pala_ch_inka_N : N ; - pale_N : N ; - pale_zj__N : N ; - palene_N : N ; - paleograf_N : N ; - paleografi_ja__N : N ; - paleografski_A : A ; - paleozoj_N : N ; - paleozojski_A : A ; - paleozoologi_ja__N : N ; - paleolit_N : N ; - paleoliten_A : A ; - paleontolog_N : N ; - paleontologi_ch_en_A : A ; - paleontologi_ja__N : N ; - paleontolo_zj_ki_A : A ; - palestinec_N : N ; - palestinski_A : A ; - palet_N : N ; - paleten_A : A ; - palec_N : N ; - pale_sh_nik_N : N ; - paliativen_A : A ; - palimpsest_N : N ; - palingeneza_N : N ; - paliogenezis_N : N ; - palitra_N : N ; - palka_N : N ; - palma_N : N ; - palmov_A : A ; - palmoviden_A : A ; - palna_V : V ; - paloma_N : N ; - palski_A : A ; - palto_N : N ; - paluba_N : N ; - paluben_A : A ; - paluvam_V : V ; - paluvane_N : N ; - pal_ja__V : V ; - pal_ja__ch_o_N : N ; - pal_ja__ch_ovski_A : A ; - pal_ja__ch_ov_sht_ina_N : N ; - pamet_N : N ; - pameten_A : A ; - pametliv_A : A ; - pametlivost_N : N ; - pametnik_N : N ; - pamid_N : N ; - pamidov_A : A ; - pampers_N : N ; - pamtivek_N : N ; - pamuk_N : N ; - pamuklijka_N : N ; - pamukli_ja__N : N ; - pamukobera_ch__N : N ; - pamukobera_ch_ka_N : N ; - pamukov_A : A ; - pamukopreda_ch__N : N ; - pamukopreda_ch_en_A : A ; - pamukoproizvoditel_N : N ; - pamukoproizvoditelen_A : A ; - pamukoproizvodstvo_N : N ; - pamuko_ch_ista_ch_na_N : N ; - pamu_ch_e_N : N ; - pamu_ch_en_A : A ; - pamflet_N : N ; - pamfleten_A : A ; - pamfletist_N : N ; - pamfletistka_N : N ; - pan_N : N ; - panair_N : N ; - panaird_zj_ijski_A : A ; - panaird_zj_i_ja__N : N ; - panairen_A : A ; - panairski_A : A ; - panama_N : N ; - panamen_A : A ; - panamerikanski_A : A ; - panamec_N : N ; - panamski_A : A ; - panace_ja__N : N ; - pangalakti_ch_en_A : A ; - pangalakti_ch_eski_A : A ; - panda_N : N ; - pandelka_N : N ; - pandemi_ch_en_A : A ; - pandemi_ja__N : N ; - pandiz_N : N ; - pandi_sh_pan_N : N ; - pandora_N : N ; - pane_N : N ; - panegirik_N : N ; - panegirist_N : N ; - panegiri_ch_eski_A : A ; - panel_N : N ; - panelen_A : A ; - paner_N : N ; - panerka_N : N ; - paner_ch_e_N : N ; - panika_N : N ; - panikxor_N : N ; - panikxorka_N : N ; - panikxorstvo_N : N ; - panikxosvam_V : V ; - panikxosvane_N : N ; - paniram_V : V ; - panirane_N : N ; - panihida_N : N ; - panica_N : N ; - pani_ch_eski_A : A ; - pani_ch_ka_N : N ; - pankreas_N : N ; - pankreati_ch_en_A : A ; - pano_N : N ; - panoptikum_N : N ; - panorama_N : N ; - panoramen_A : A ; - pansion_N : N ; - pansionerka_N : N ; - panslavizym_N : N ; - panslavist_N : N ; - panslavistka_N : N ; - panta_N : N ; - pantalon_N : N ; - panteizym_N : N ; - panteist_N : N ; - panteon_N : N ; - pantera_N : N ; - pantograf_N : N ; - pantokrator_N : N ; - pantomima_N : N ; - pantof_N : N ; - pantofka_N : N ; - papa_N : N ; - papagal_N : N ; - papagalski_A : A ; - papagal_ch_e_N : N ; - papagal_sht_ina_N : N ; - papam_V : V ; - papane_N : N ; - papatak_N : N ; - papie_N : N ; - papizym_N : N ; - papionka_N : N ; - papirosa_N : N ; - papirus_N : N ; - papirusen_A : A ; - papka_N : N ; - papla_ch__N : N ; - paprat_N : N ; - papratov_A : A ; - papratoviden_A : A ; - paprika_sh__N : N ; - papski_A : A ; - papstvo_N : N ; - papuas_N : N ; - papun_ja_k_N : N ; - papur_N : N ; - para_N : N ; - parabel_N : N ; - parabola_N : N ; - paraboli_ch_en_A : A ; - paravan_N : N ; - paragvajski_A : A ; - paragraf_N : N ; - parad_N : N ; - paraden_A : A ; - paradigma_N : N ; - paradigmati_ch_en_A : A ; - paradiram_V : V ; - paradirane_N : N ; - paradnost_N : N ; - paradoks_N : N ; - paradoksalen_A : A ; - paradoksalnost_N : N ; - parazit_N : N ; - paraziten_A : A ; - parazitizym_N : N ; - parazitiram_V : V ; - parazitologi_ja__N : N ; - parazitstvam_V : V ; - parazitstvane_N : N ; - parazitstvuvam_V : V ; - parazitstvuvane_N : N ; - paraklis_N : N ; - paralel_N : N ; - paralelen_A : A ; - paralelepiped_N : N ; - paralelizym_N : N ; - paralelka_N : N ; - paraliza_N : N ; - paralizator_N : N ; - paraliziram_V : V ; - paraliziran_A : A ; - paralizirane_N : N ; - paralitik_N : N ; - paraliti_ch_en_A : A ; - paraliti_ch_ka_N : N ; - parali_ch__N : N ; - parali_ja__N : N ; - paralogizym_N : N ; - parametyr_N : N ; - paranoi_ch_en_A : A ; - parano_ja__N : N ; - parapet_N : N ; - paraplegi_ja__N : N ; - parapsiholog_N : N ; - parapsihologi_ja__N : N ; - parasintez_N : N ; - paratif_N : N ; - paraf_N : N ; - parafin_N : N ; - parafiniram_V : V ; - parafinirane_N : N ; - parafiram_V : V ; - parafirane_N : N ; - parafraza_N : N ; - parafraziram_V : V ; - parafrazirane_N : N ; - parahod_N : N ; - parahoden_A : A ; - parahod_ch_e_N : N ; - parahronizym_N : N ; - para_sh_ut_N : N ; - para_sh_uten_A : A ; - para_sh_utizym_N : N ; - para_sh_utist_N : N ; - para_sh_utistka_N : N ; - parvam_V : V ; - parvane_N : N ; - parven_iu__N : N ; - pardes_iu__N : N ; - paren_A : A ; - pari_zj_anin_N : N ; - pari_zj_anka_N : N ; - pari_zj_ki_A : A ; - parij_N : N ; - pariram_V : V ; - parirane_N : N ; - paritet_N : N ; - parica_N : N ; - pari_ch_en_A : A ; - pari_ch_ka_N : N ; - park_N : N ; - parket_N : N ; - parketen_A : A ; - parketin_N : N ; - parket_ch_i_ja__N : N ; - parking_N : N ; - parkiram_V : V ; - parkirane_N : N ; - parkov_A : A ; - parkostroitel_N : N ; - parlament_N : N ; - parlamentaren_A : A ; - parlamentarizym_N : N ; - parlamentarist_N : N ; - parlamentaristka_N : N ; - parlamentxor_N : N ; - parlamentxorski_A : A ; - parliv_A : A ; - parlivost_N : N ; - parnasist_N : N ; - parnik_N : N ; - parnikov_A : A ; - parno_N : N ; - parodien_A : A ; - parodiram_V : V ; - parodirane_N : N ; - parodi_ja__N : N ; - paroksizym_N : N ; - parola_N : N ; - paronim_N : N ; - paroobrazen_A : A ; - paroobrazuvane_N : N ; - parootvoden_A : A ; - paroprovod_N : N ; - paroprovoden_A : A ; - parorazpredelenie_N : N ; - parorazpredelitel_N : N ; - parosybiratel_N : N ; - parouporen_A : A ; - partake_sh__N : N ; - partenka_N : N ; - partenogeneza_N : N ; - partenogeneti_ch_en_A : A ; - parter_N : N ; - parteren_A : A ; - parti_N : N ; - partida_N : N ; - partiden_A : A ; - partien_A : A ; - partiec_N : N ; - partizanin_N : N ; - partizanski_A : A ; - partizan_sht_ina_N : N ; - partijka_N : N ; - partijnost_N : N ; - partikularizym_N : N ; - partitura_N : N ; - parti_ja__N : N ; - partniram_V : V ; - partnxor_N : N ; - partnxorka_N : N ; - partnxorski_A : A ; - partnxorstvo_N : N ; - partu_sh_ina_N : N ; - parfe_N : N ; - parf_iu_m_N : N ; - parf_iu_merien_A : A ; - parf_iu_merist_N : N ; - parf_iu_meristka_N : N ; - parf_iu_meri_ja__N : N ; - parf_iu_miram_V : V ; - parf_iu_mirane_N : N ; - parcal_N : N ; - parcalan_N : N ; - parcalana_N : N ; - parcalen_A : A ; - parcaliv_A : A ; - parcal_ch_e_N : N ; - parcel_N : N ; - parcelen_A : A ; - parceliram_V : V ; - parcelirane_N : N ; - par_ch_aladosvam_V : V ; - par_ch_aladosvane_N : N ; - par_ch_e_N : N ; - par_ch_ence_N : N ; - par_ch_osvam_V : V ; - par_ch_osvane_N : N ; - par_ja__V : V ; - par_ja_sane_N : N ; - par_ja_svam_V : V ; - par_ja_svane_N : N ; - par_ja_snik_N : N ; - par_ja_snica_N : N ; - pas_N : N ; - pasa_V : V ; - pasa_zj__N : N ; - pasa_zj_er_N : N ; - pasa_zj_erka_N : N ; - pasa_zj_erski_A : A ; - pasat_N : N ; - pasaten_A : A ; - pasbi_sht_e_N : N ; - pasbi_sht_en_A : A ; - pasvam_V : V ; - pasvane_N : N ; - pasgir_N : N ; - pasians_N : N ; - pasiv_N : N ; - pasiven_A : A ; - pasivnost_N : N ; - pasiram_V : V ; - pasirane_N : N ; - pasiflora_N : N ; - pasi_sht_e_N : N ; - pasi_sht_en_A : A ; - paskvil_N : N ; - pasmanterien_A : A ; - pasmanteri_ja__N : N ; - pasmina_N : N ; - pasport_N : N ; - pasporten_A : A ; - past_N : N ; - pasta_N : N ; - pastvo_N : N ; - pastel_N : N ; - pastelen_A : A ; - pastelnosin_A : A ; - pastet_N : N ; - pastir_N : N ; - pastirski_A : A ; - pastor_N : N ; - pastoral_N : N ; - pastoralen_A : A ; - pastorski_A : A ; - pastyrma_N : N ; - pastxorizaci_ja__N : N ; - pastxoriziram_V : V ; - pastxorizirane_N : N ; - pasuvam_V : V ; - pasuvane_N : N ; - pasha_N : N ; - pashalen_A : A ; - pat_N : N ; - patardi_ja__N : N ; - pate_N : N ; - patent_N : N ; - patenten_A : A ; - patentov_A : A ; - patentovam_V : V ; - patentovan_A : A ; - patentovane_N : N ; - patence_N : N ; - paterik_N : N ; - paterica_N : N ; - pateti_ch_en_A : A ; - pateti_ch_nost_N : N ; - pate_sh_ki_A : A ; - patilo_N : N ; - patina_N : N ; - patica_N : N ; - patka_N : N ; - patlad_zj_an_N : N ; - patlak_N : N ; - patoanatomi_ch_en_A : A ; - patov_A : A ; - patogenen_A : A ; - patogennost_N : N ; - patok_N : N ; - patolog_N : N ; - patologi_ch_en_A : A ; - patologi_ch_nost_N : N ; - patologi_ja__N : N ; - patos_N : N ; - patosen_A : A ; - patrav_A : A ; - patriarh_N : N ; - patriarhalen_A : A ; - patriarhalnost_N : N ; - patriarhat_N : N ; - patriar_sh_eski_A : A ; - patriar_sh_i_ja__N : N ; - patriot_N : N ; - patriotarka_N : N ; - patriotarski_A : A ; - patriotarstvo_N : N ; - patriotar_sht_ina_N : N ; - patriotizym_N : N ; - patrioti_ch_en_A : A ; - patrioti_ch_eski_A : A ; - patriotka_N : N ; - patricianski_A : A ; - patricianstvo_N : N ; - patricij_N : N ; - patron_N : N ; - patrona_zj__N : N ; - patronda_sh__N : N ; - patronen_A : A ; - patronnik_N : N ; - patrul_N : N ; - patrulen_A : A ; - patruliram_V : V ; - patrulirane_N : N ; - pat_ja__V : V ; - pauza_N : N ; - paun_N : N ; - paund_N : N ; - paunov_A : A ; - paus_N : N ; - pacient_N : N ; - pacientka_N : N ; - pacifizym_N : N ; - pacifist_N : N ; - pa_ch_a_N : N ; - pa_ch_avra_N : N ; - pa_ch_ka_N : N ; - pa_sh_a_N : N ; - pa_sh_alyk_N : N ; - pa_sh_kul_N : N ; - pa_sh_kuloproizvoditel_N : N ; - pa_sh_ov_A : A ; - pa_sht_yrnak_N : N ; - pa_ja__zj_ina_N : N ; - pa_ja__zj_inen_A : A ; - pa_ja_k_N : N ; - pa_ja_koobrazen_A : A ; - pa_ja_nta_N : N ; - pa_ja_ntov_A : A ; - pean_N : N ; - pevec_N : N ; - pevica_N : N ; - pev_ch_eski_A : A ; - pegas_N : N ; - pedagog_N : N ; - pedagogika_N : N ; - pedagogi_ch_en_A : A ; - pedagogi_ch_eski_A : A ; - pedagogi_ja__N : N ; - pedago_zj_ka_N : N ; - pedago_zj_ki_A : A ; - pedal_N : N ; - pedant_N : N ; - pedantizym_N : N ; - pedanti_ch_en_A : A ; - pedanti_ch_nost_N : N ; - pedantka_N : N ; - pedant_sht_ina_N : N ; - pederasti_ja__N : N ; - pediatri_ja__N : N ; - pediatyr_N : N ; - pedik_iu_r_N : N ; - pedik_iu_rist_N : N ; - ped_ja__N : N ; - peene_N : N ; - pezeta_N : N ; - pejd_zj_yr_N : N ; - pejza_zj__N : N ; - pejza_zj_en_A : A ; - pejza_zj_ist_N : N ; - pejza_zj_istka_N : N ; - pejka_N : N ; - pek_N : N ; - pekar_N : N ; - pekarka_N : N ; - pekarnica_N : N ; - pekarn_ja__N : N ; - pekvam_V : V ; - pekvane_N : N ; - pekinec_N : N ; - pekna_V : V ; - peksimet_N : N ; - pektin_N : N ; - pektinov_A : A ; - pektoris_N : N ; - pelena_N : N ; - pelena_ch_e_N : N ; - peleng_N : N ; - pelengator_N : N ; - pelengatoren_A : A ; - pelengaci_ja__N : N ; - pelengiram_V : V ; - pelengirane_N : N ; - pelenka_N : N ; - pelerina_N : N ; - pelikan_N : N ; - pelin_N : N ; - pelinov_A : A ; - peltek_N : N ; - pelte_ch_a_V : V ; - pelte_ch_ene_N : N ; - pemza_N : N ; - penalteri_ja__N : N ; - pendar_N : N ; - pendara_N : N ; - pend_zj_er_N : N ; - penene_N : N ; - penest_A : A ; - peni_N : N ; - penis_N : N ; - penicilin_N : N ; - penicilinov_A : A ; - penkiler_N : N ; - penliv_A : A ; - penobeton_N : N ; - pens_N : N ; - pensaci_ja__N : N ; - pensetka_N : N ; - pensionen_A : A ; - pensioner_N : N ; - pensionerka_N : N ; - pensioniram_V : V ; - pensionirane_N : N ; - pensi_ja__N : N ; - pentagon_N : N ; - pentametyr_N : N ; - penxoar_N : N ; - pen_ja__V : V ; - pen_ja_v_ja__V : V ; - pepel_N : N ; - pepeli_sht_e_N : N ; - pepelnik_N : N ; - pepelnica_N : N ; - pepel_ja_v_A : A ; - pepel_ja_vosiv_A : A ; - pepel_ja_nka_N : N ; - pepel_ja__sh_ka_N : N ; - peperuda_N : N ; - peperudocveten_A : A ; - pepiniera_N : N ; - pepinierist_N : N ; - pepit_N : N ; - pepiten_A : A ; - pepsin_N : N ; - per_N : N ; - pera_V : V ; - peralen_A : A ; - peraln_ja__N : N ; - peraten_A : A ; - peratnik_N : N ; - pera_ch__N : N ; - pera_ch_ka_N : N ; - pera_ch_nica_N : N ; - pervaz_N : N ; - pervam_V : V ; - pervane_N : N ; - perverzen_A : A ; - perverzi_ja__N : N ; - perverznik_N : N ; - perverznost_N : N ; - pergament_N : N ; - pergamenten_A : A ; - pergamentov_A : A ; - pergel_N : N ; - perdah_N : N ; - perda_sh_a_V : V ; - perda_sh_ene_N : N ; - perde_N : N ; - perest_A : A ; - perikard_N : N ; - perikardij_N : N ; - perilen_A : A ; - perilo_N : N ; - perimetyr_N : N ; - period_N : N ; - periodizaci_ja__N : N ; - periodika_N : N ; - periodi_ch_en_A : A ; - periodi_ch_eski_A : A ; - periodi_ch_nost_N : N ; - peripeti_ja__N : N ; - periskop_N : N ; - peristaltika_N : N ; - peritonit_N : N ; - periferen_A : A ; - periferi_ch_en_A : A ; - periferi_ja__N : N ; - perifraza_N : N ; - perifraziram_V : V ; - perifrazirane_N : N ; - perihelij_N : N ; - perka_N : N ; - perkam_V : V ; - perkane_N : N ; - perkolator_N : N ; - perkolaci_ja__N : N ; - perkonog_N : N ; - perkusi_ja__N : N ; - perkutanen_A : A ; - perla_N : N ; - permanenten_A : A ; - permanentnost_N : N ; - permski_A : A ; - permutaci_ja__N : N ; - pernat_A : A ; - pero_N : N ; - perodry_zj_ka_N : N ; - peroksid_N : N ; - peron_N : N ; - peronen_A : A ; - perpendikul_ja_r_N : N ; - perpendikul_ja_ren_A : A ; - perpendikul_ja_rnost_N : N ; - persiec_N : N ; - persijka_N : N ; - persijski_A : A ; - persona_N : N ; - persona_zj__N : N ; - personal_N : N ; - personalen_A : A ; - personalizaci_ja__N : N ; - personaliziram_V : V ; - personalizirane_N : N ; - personalnost_N : N ; - perspektiva_N : N ; - perspektiven_A : A ; - perturbaci_ja__N : N ; - peruanec_N : N ; - peruanski_A : A ; - peruka_N : N ; - perunika_N : N ; - peru_sh_an_N : N ; - peru_sh_ina_N : N ; - peru_sh_inen_A : A ; - perfekten_A : A ; - perfektiven_A : A ; - perfektnost_N : N ; - perfekcionizym_N : N ; - perfekcioniram_V : V ; - perfekcioniran_A : A ; - perfekcionirane_N : N ; - perfekcionist_N : N ; - perfiden_A : A ; - perfidnost_N : N ; - perfokarta_N : N ; - perforator_N : N ; - perforaci_ja__N : N ; - perforiram_V : V ; - perforirane_N : N ; - perce_N : N ; - per_ch_a_V : V ; - per_ch_em_N : N ; - per_ch_ene_N : N ; - per_ja__V : V ; - pes_N : N ; - pesar_N : N ; - pesen_N : N ; - pesenen_A : A ; - pesen_ch_ica_N : N ; - pesimizym_N : N ; - pesimist_N : N ; - pesimisti_ch_en_A : A ; - pesimistka_N : N ; - pesni_ch_ka_N : N ; - pesnopoec_N : N ; - pesnopojka_N : N ; - pesoglavec_N : N ; - pesteliv_A : A ; - pestelivec_N : N ; - pestelivost_N : N ; - pestene_N : N ; - pestik_N : N ; - pestil_N : N ; - pesticid_N : N ; - pestnik_N : N ; - pestnica_N : N ; - pestoven_A : A ; - pestovnica_N : N ; - pestovnost_N : N ; - pest_ja__V : V ; - pesy_ch_inka_N : N ; - pesy_ch_liv_A : A ; - peta_N : N ; - petak_N : N ; - petala_N : N ; - peta_ch_e_N : N ; - peta_ch_ka_N : N ; - petbukven_A : A ; - petvalenten_A : A ; - petvekoven_A : A ; - petgodi_sh_en_A : A ; - petgodi_sh_nina_N : N ; - petdesetak_N : N ; - petdesetgodi_sh_en_A : A ; - petdesetgodi_sh_nina_N : N ; - petdneven_A : A ; - petel_N : N ; - peteta_zj_en_A : A ; - petzvezden_A : A ; - petiletka_N : N ; - petimen_A : A ; - peting_N : N ; - petica_N : N ; - petici_ja__N : N ; - petkraten_A : A ; - petlampov_A : A ; - petle_N : N ; - petlica_N : N ; - petlxo_N : N ; - petmez_N : N ; - petmesten_A : A ; - petminuten_A : A ; - petnadesetgodi_sh_en_A : A ; - petnadesetina_N : N ; - petnist_A : A ; - petno_N : N ; - petn_ja__V : V ; - petobalen_A : A ; - petoboj_N : N ; - petoklasnik_N : N ; - petoklasnica_N : N ; - petokraten_A : A ; - petolevka_N : N ; - petolinie_N : N ; - petolisten_A : A ; - petolistnik_N : N ; - petoly_ch_en_A : A ; - petoly_ch_ka_N : N ; - petoren_A : A ; - petorka_N : N ; - petosri_ch_en_A : A ; - petostenen_A : A ; - petostennik_N : N ; - peto_ch_lenen_A : A ; - petoygylen_A : A ; - petoygylnik_N : N ; - petrovski_A : A ; - petrografi_ja__N : N ; - petrol_N : N ; - petrolen_A : A ; - petrologi_ja__N : N ; - petrolodobiven_A : A ; - petrolonosa_ch__N : N ; - petroloprerabotvatelen_A : A ; - petroloprovod_N : N ; - petrohimi_ja__N : N ; - petstaen_A : A ; - petstotingodi_sh_en_A : A ; - petstotingodi_sh_nina_N : N ; - petuni_ja__N : N ; - petura_N : N ; - petcifrov_A : A ; - pet_ch_asov_A : A ; - petyk_N : N ; - petynce_N : N ; - pety_ch_en_A : A ; - pehlivanin_N : N ; - pehlivanski_A : A ; - pehota_N : N ; - pehoten_A : A ; - pehotinec_N : N ; - pe_ch_al_N : N ; - pe_ch_alba_N : N ; - pe_ch_albar_N : N ; - pe_ch_albarstvo_N : N ; - pe_ch_alen_A : A ; - pe_ch_at_N : N ; - pe_ch_atam_V : V ; - pe_ch_atane_N : N ; - pe_ch_atar_N : N ; - pe_ch_atarski_A : A ; - pe_ch_atarstvo_N : N ; - pe_ch_aten_A : A ; - pe_ch_atim_A : A ; - pe_ch_atnica_N : N ; - pe_ch_atoreza_ch__N : N ; - pe_ch_at_ja__V : V ; - pe_ch_elene_N : N ; - pe_ch_ele_sht__A : A ; - pe_ch_eliv_sh__A : A ; - pe_ch_elovnik_N : N ; - pe_ch_elovnica_N : N ; - pe_ch_el_ja__V : V ; - pe_ch_en_A : A ; - pe_ch_ene_N : N ; - pe_ch_eneg_N : N ; - pe_ch_ivo_N : N ; - pe_ch_ka_N : N ; - pe_ch_urka_N : N ; - pe_sh__N : N ; - pe_sh_ak_N : N ; - pe_sh_ehoden_A : A ; - pe_sh_ehodec_N : N ; - pe_sh_ehodka_N : N ; - pe_sh_ehodstvo_N : N ; - pe_sh_i_A : A ; - pe_sh_ka_N : N ; - pe_sh_kir_N : N ; - pe_sht__N : N ; - pe_sht_en_A : A ; - pe_sht_era_N : N ; - pe_sht_eren_A : A ; - pe_sht_ern_ja_k_N : N ; - pe_ja__V : V ; - pianist_N : N ; - pianistka_N : N ; - piano_N : N ; - pianola_N : N ; - piastyr_N : N ; - piaca_N : N ; - pivkost_N : N ; - pivnica_N : N ; - pivo_N : N ; - pivovar_N : N ; - pivovarene_N : N ; - pivovarna_N : N ; - pivovarstvo_N : N ; - pivokvas_N : N ; - pivyk_A : A ; - pigmej_N : N ; - pigmejski_A : A ; - pigment_N : N ; - pigmentaci_ja__N : N ; - pigmenten_A : A ; - pigmentiram_V : V ; - pigmentirane_N : N ; - piedestal_N : N ; - piene_N : N ; - piesa_N : N ; - pietet_N : N ; - pietizym_N : N ; - pi_zj_ama_N : N ; - pijvam_V : V ; - pijvane_N : N ; - pik_N : N ; - pika_N : N ; - pikaene_N : N ; - pikanten_A : A ; - pikantnost_N : N ; - pika_ja__V : V ; - pikel_N : N ; - piket_N : N ; - pikiram_V : V ; - pikiran_A : A ; - pikirane_N : N ; - pikla_N : N ; - piklxo_N : N ; - piknik_N : N ; - pikola_N : N ; - pikolo_N : N ; - piko_ch__N : N ; - piko_ch_en_A : A ; - pikrinov_A : A ; - piksel_N : N ; - pikselen_A : A ; - piktograma_N : N ; - piktografi_ja__N : N ; - piktografski_A : A ; - pikxor_N : N ; - pila_N : N ; - pilaf_N : N ; - pile_N : N ; - pileene_N : N ; - pilene_N : N ; - pilence_N : N ; - pile_sh_ki_A : A ; - pile_ja__V : V ; - piligrim_N : N ; - pili_ch_ka_N : N ; - pilon_N : N ; - pilot_N : N ; - pilota_zj__N : N ; - piloten_A : A ; - pilotiram_V : V ; - pilotirane_N : N ; - pilotka_N : N ; - pilotski_A : A ; - pil_ch_ar_N : N ; - pil_ch_arnik_N : N ; - pil_ja__V : V ; - pinakoteka_N : N ; - pingvin_N : N ; - pingvin_ch_e_N : N ; - pini_ja__N : N ; - pinti_ja__N : N ; - pincet_N : N ; - pioner_N : N ; - pioneren_A : A ; - pionerka_N : N ; - pionerski_A : A ; - pionka_N : N ; - pipav_A : A ; - pipalo_N : N ; - pipalce_N : N ; - pipam_V : V ; - pipane_N : N ; - pipvam_V : V ; - pipvane_N : N ; - pipe_N : N ; - piper_N : N ; - piperka_N : N ; - piperliv_A : A ; - piperli_ja__N : N ; - pipeten_A : A ; - pipetka_N : N ; - pipka_N : N ; - pipkav_A : A ; - pipkavost_N : N ; - pipkam_V : V ; - pipkane_N : N ; - pir_N : N ; - piramida_N : N ; - piramidalen_A : A ; - piramiden_A : A ; - pirat_N : N ; - piratski_A : A ; - piratstvam_V : V ; - piratstvane_N : N ; - piratstvo_N : N ; - piratstvuvam_V : V ; - piratstvuvane_N : N ; - pirej_N : N ; - pirenejski_A : A ; - piretrum_N : N ; - pirinski_A : A ; - pirin_ch__N : N ; - pirin_ch_en_A : A ; - pirit_N : N ; - pirov_A : A ; - pirog_N : N ; - piroga_N : N ; - pirogenen_A : A ; - pirogeneti_ch_en_A : A ; - pirograv_iu_ra_N : N ; - pirografiram_V : V ; - pirografirane_N : N ; - pirografi_ja__N : N ; - pirografski_A : A ; - piro_zj_ka_N : N ; - piroksen_A : A ; - piroksilin_N : N ; - piroksilinov_A : A ; - piroliza_N : N ; - piromanti_ja__N : N ; - pirometyr_N : N ; - piron_N : N ; - pirosti_ja__N : N ; - pirotehnik_N : N ; - pirotehnika_N : N ; - pirotehni_ch_eski_A : A ; - piruvam_V : V ; - piruvane_N : N ; - piruet_N : N ; - pir_sh_estvo_N : N ; - pisali_sht_e_N : N ; - pisali_sht_en_A : A ; - pisalka_N : N ; - pisan_A : A ; - pisana_N : N ; - pisane_N : N ; - pisanie_N : N ; - pisar_N : N ; - pisarka_N : N ; - pisarstvo_N : N ; - pisaru_sh_ka_N : N ; - pisatel_N : N ; - pisatelka_N : N ; - pisatelski_A : A ; - pisatelstvam_V : V ; - pisatelstvane_N : N ; - pisatelstvo_N : N ; - pisatelstvuvam_V : V ; - pisatelstvuvane_N : N ; - pisa_ch__N : N ; - pisvam_V : V ; - pisvane_N : N ; - pisec_N : N ; - piskalo_N : N ; - piskam_V : V ; - piskane_N : N ; - piskliv_A : A ; - piskun_N : N ; - pisk_iu_l_N : N ; - pisk_iu_lli_ja__N : N ; - pismen_A : A ; - pismena_N : N ; - pismenost_N : N ; - pismo_N : N ; - pisoar_N : N ; - pista_N : N ; - pistov_A : A ; - pistolet_N : N ; - pistoleten_A : A ; - pistolet_ch_e_N : N ; - pisukam_V : V ; - pisukane_N : N ; - pisyk_N : N ; - pisymce_N : N ; - pita_N : N ; - pitagor_N : N ; - pitagorov_A : A ; - pitam_V : V ; - pitane_N : N ; - pitanie_N : N ; - pitanka_N : N ; - pitatelen_A : A ; - pitatelnost_N : N ; - pita_ja__V : V ; - piteen_A : A ; - pitie_N : N ; - pitieprodavec_N : N ; - pitieprodavnica_N : N ; - pitijski_A : A ; - pitka_N : N ; - pitomen_A : A ; - pitomec_N : N ; - pitomka_N : N ; - pitomnik_N : N ; - piton_N : N ; - piukam_V : V ; - piukane_N : N ; - pihtiest_A : A ; - pihti_ja__N : N ; - pihtosvam_V : V ; - pihtosvane_N : N ; - pica_N : N ; - picari_ja__N : N ; - pi_ch__N : N ; - pi_sh_a_V : V ; - pi_sh_e_sht__A : A ; - pi_sh_kam_V : V ; - pi_sh_kane_N : N ; - pi_sh_kin_N : N ; - pi_sh_urka_N : N ; - pi_sht_en_A : A ; - pi_sht_ene_N : N ; - pi_sht_nost_N : N ; - pi_sht_ov_N : N ; - pi_sht__ja__V : V ; - pi_sht__ja_l_N : N ; - pi_sht__ja_lka_N : N ; - pi_iu_kam_V : V ; - pi_iu_kane_N : N ; - pi_ja__V : V ; - pi_ja_vica_N : N ; - pi_ja_n_A : A ; - pi_ja_nica_N : N ; - pi_ja_nski_A : A ; - pi_ja_nstvam_V : V ; - pi_ja_nstvane_N : N ; - pi_ja_nstvo_N : N ; - pi_ja_nstvuvam_V : V ; - pi_ja_nstvuvane_N : N ; - pi_ja__ch__N : N ; - pi_ja__ch_ka_N : N ; - plav_N : N ; - plavaln_ja__N : N ; - plavam_V : V ; - plavane_N : N ; - plavatelen_A : A ; - plavatelnost_N : N ; - plaven_A : A ; - plavnik_N : N ; - plavnost_N : N ; - plav_ja__V : V ; - plagiat_N : N ; - plagiator_N : N ; - plagiatstvam_V : V ; - plagiatstvane_N : N ; - plagiatstvo_N : N ; - plagiatstvuvam_V : V ; - plagiatstvuvane_N : N ; - pladne_sh_ki_A : A ; - pladnina_N : N ; - pladni_sht_e_N : N ; - pladnuvam_V : V ; - pladnuvane_N : N ; - pla_zj__N : N ; - pla_zj_en_A : A ; - plazma_N : N ; - plazmati_ch_en_A : A ; - plaka_V : V ; - plakane_N : N ; - plakat_N : N ; - plakaten_A : A ; - plaki_ja__N : N ; - plakna_V : V ; - plaknene_N : N ; - plam_N : N ; - plamvam_V : V ; - plamvane_N : N ; - plamen_A : A ; - plamenen_A : A ; - plamene_ja__V : V ; - plamennost_N : N ; - plamte_zj__N : N ; - plamt_ja__V : V ; - plamyk_N : N ; - plan_N : N ; - planer_N : N ; - planeta_N : N ; - planetaren_A : A ; - planetarij_N : N ; - planeten_A : A ; - planetolog_N : N ; - planetolo_zj_ka_N : N ; - planimetri_ch_en_A : A ; - planimetri_ja__N : N ; - planimetyr_N : N ; - planina_N : N ; - planinar_N : N ; - planinarski_A : A ; - planinarstvo_N : N ; - planinec_N : N ; - planinist_N : N ; - planinski_A : A ; - planiram_V : V ; - planirane_N : N ; - planirovka_N : N ; - planisfera_N : N ; - planka_N : N ; - plankton_N : N ; - planov_A : A ; - planovik_N : N ; - planovi_ch_ka_N : N ; - planovost_N : N ; - planomeren_A : A ; - planomernost_N : N ; - planosnima_ch__N : N ; - plantator_N : N ; - plantatorski_A : A ; - plantaci_ja__N : N ; - planuvam_V : V ; - planuvane_N : N ; - plan_sh_et_N : N ; - plan_sh_ir_N : N ; - plasiram_V : V ; - plasirane_N : N ; - plasment_N : N ; - plast_N : N ; - plasta_ch__N : N ; - plasta_ch_ka_N : N ; - plastelin_N : N ; - plastika_N : N ; - plastilin_N : N ; - plastina_N : N ; - plastinka_N : N ; - plastir_N : N ; - plasti_ch_en_A : A ; - plasti_ch_eski_A : A ; - plasti_ch_nost_N : N ; - plastmasa_N : N ; - plastmasov_A : A ; - plastov_A : A ; - plastron_N : N ; - plast_ja__V : V ; - plasxor_N : N ; - plasxorski_A : A ; - plat_N : N ; - plata_N : N ; - platan_N : N ; - platanov_A : A ; - plate_zj__N : N ; - plate_zj_en_A : A ; - plate_zj_osposoben_A : A ; - plate_zj_osposobnost_N : N ; - platen_A : A ; - platec_N : N ; - platim_A : A ; - platina_N : N ; - platinen_A : A ; - platinov_A : A ; - platka_N : N ; - platnen_A : A ; - platni_sht_e_N : N ; - platno_N : N ; - platnohod_N : N ; - platnohoden_A : A ; - platnohodka_N : N ; - plato_N : N ; - platonizym_N : N ; - platoni_ch_en_A : A ; - platoni_ch_eski_A : A ; - platforma_N : N ; - platformen_A : A ; - plafon_N : N ; - plah_A : A ; - plahost_N : N ; - plac_N : N ; - placdarm_N : N ; - placenta_N : N ; - pla_ch__N : N ; - pla_ch_a_V : V ; - pla_ch_even_A : A ; - pla_ch_ene_N : N ; - pla_ch_e_sht__A : A ; - pla_ch_la_N : N ; - pla_ch_liv_A : A ; - pla_ch_lxo_N : N ; - pla_sh_a_V : V ; - pla_sh_ilo_N : N ; - pla_sh_liv_A : A ; - pla_sh_livec_N : N ; - pla_sh_livost_N : N ; - pla_sht__N : N ; - pla_sht_am_V : V ; - pla_sht_ane_N : N ; - pla_sht_enica_N : N ; - pleada_N : N ; - plebej_N : N ; - plebejka_N : N ; - plebejski_A : A ; - plebejstvo_N : N ; - plebiscit_N : N ; - pleva_ch_ka_N : N ; - plevel_N : N ; - plevelen_A : A ; - plevene_N : N ; - plevnik_N : N ; - plevn_ja__N : N ; - plevrit_N : N ; - plevriten_A : A ; - plev_ja__V : V ; - plediram_V : V ; - pledirane_N : N ; - pledoari_ja__N : N ; - pleziozavyr_N : N ; - plez_ja__V : V ; - plejbek_N : N ; - pleksiglas_N : N ; - pleksiglasov_A : A ; - pleksus_N : N ; - pleme_N : N ; - plemenen_A : A ; - plemennik_N : N ; - plemennica_N : N ; - plen_N : N ; - plenaren_A : A ; - plenitelen_A : A ; - plenitelnost_N : N ; - plennik_N : N ; - plennica_N : N ; - plenni_ch_estvo_N : N ; - plenum_N : N ; - plen_ja_vam_V : V ; - plen_ja_vane_N : N ; - pleonazym_N : N ; - pleonasti_ch_en_A : A ; - plesvam_V : V ; - plesvane_N : N ; - plesen_A : A ; - plesen_ja_sal_A : A ; - plesen_ja_sane_N : N ; - plesen_ja_svam_V : V ; - plesen_ja_svane_N : N ; - pleskalo_N : N ; - pleskam_V : V ; - pleskane_N : N ; - plesnik_N : N ; - plesnica_N : N ; - plet_N : N ; - pleta_V : V ; - pleta_ch__N : N ; - pleta_ch_en_A : A ; - pleta_ch_estvo_N : N ; - pleta_ch_ka_N : N ; - pleta_ch_nica_N : N ; - pleten_A : A ; - pletene_N : N ; - pletenica_N : N ; - pletivo_N : N ; - pleti_sht_e_N : N ; - pletka_N : N ; - ple_sh_iv_A : A ; - ple_sh_ive_ja__V : V ; - ple_sh_ivost_N : N ; - ple_sh_ka_N : N ; - ple_sht__N : N ; - ple_sht_ene_N : N ; - ple_sht_est_A : A ; - ple_sht__ja__V : V ; - pleyr_N : N ; - plik_N : N ; - plik_ch_e_N : N ; - pliocen_N : N ; - plisvam_V : V ; - plisvane_N : N ; - plise_N : N ; - plisiram_V : V ; - plisirane_N : N ; - pliskam_V : V ; - pliskane_N : N ; - plisyk_N : N ; - plitam_V : V ; - plitka_N : N ; - plitkovoden_A : A ; - plitkoskroen_A : A ; - plitkost_N : N ; - plitkoumen_A : A ; - plitkoumie_N : N ; - plit_ch_ina_N : N ; - plit_ch_ica_N : N ; - plovdivski_A : A ; - plod_N : N ; - ploden_A : A ; - plodene_N : N ; - plodnik_N : N ; - plodov_A : A ; - plodovit_A : A ; - plodovitost_N : N ; - plodonosen_A : A ; - plodoroden_A : A ; - plodorodie_N : N ; - plodorodnost_N : N ; - plodotvoren_A : A ; - plodotvornost_N : N ; - plodohranili_sht_e_N : N ; - plodo_ja_den_A : A ; - plod_ja__V : V ; - plomba_N : N ; - plombiram_V : V ; - plombirane_N : N ; - plonder_N : N ; - ploska_N : N ; - ploskogorie_N : N ; - ploskodynen_A : A ; - ploskost_N : N ; - plosyk_A : A ; - plot_N : N ; - ploter_N : N ; - plo_ch_a_N : N ; - plo_ch_ar_N : N ; - plo_ch_en_A : A ; - plo_ch_est_A : A ; - plo_ch_ica_N : N ; - plo_ch_ka_N : N ; - plo_ch_nik_N : N ; - plo_sht__N : N ; - plo_sht_ad_N : N ; - plo_sht_aden_A : A ; - plo_sht_adka_N : N ; - plo_sht_ad_ch_e_N : N ; - pluvam_V : V ; - pluvane_N : N ; - pluvvam_V : V ; - pluvvane_N : N ; - pluven_A : A ; - pluvec_N : N ; - pluvka_N : N ; - pluvkin_ja__N : N ; - plug_N : N ; - plu_zj_ek_N : N ; - plumbizym_N : N ; - plun_zj_er_N : N ; - pluralen_A : A ; - pluralizym_N : N ; - pluralist_N : N ; - plutokrat_N : N ; - plutokrati_ch_en_A : A ; - plutokraci_ja__N : N ; - plutoniev_A : A ; - plutonizym_N : N ; - plutonij_N : N ; - plutoni_ch_en_A : A ; - plutoni_ch_eski_A : A ; - plu_ja__V : V ; - plygin_N : N ; - plyzvam_V : V ; - plyzvane_N : N ; - plyzgav_A : A ; - plyzgavost_N : N ; - plyzgam_V : V ; - plyzgane_N : N ; - plyzga_ch__N : N ; - plynka_N : N ; - plyst_A : A ; - plysten_A : A ; - plyt_N : N ; - plyten_A : A ; - plytnost_N : N ; - plytski_A : A ; - plyh_N : N ; - plxosvam_V : V ; - plxosvane_N : N ; - pl_iu_valnik_N : N ; - pl_iu_vam_V : V ; - pl_iu_vane_N : N ; - pl_iu_ene_N : N ; - pl_iu_nka_N : N ; - pl_iu_n_ch_a_V : V ; - pl_iu_s_N : N ; - pl_iu_skam_V : V ; - pl_iu_skane_N : N ; - pl_iu_skanica_N : N ; - pl_iu__sh__N : N ; - pl_iu__sh_en_A : A ; - pl_iu__sht_ene_N : N ; - pl_iu__sht__ja__V : V ; - pl_iu__ja__V : V ; - pl_ja_va_N : N ; - pl_ja_mpalo_N : N ; - pl_ja_mpam_V : V ; - pl_ja_mpane_N : N ; - pl_ja_svam_V : V ; - pl_ja_svane_N : N ; - pl_ja_skam_V : V ; - pl_ja_skane_N : N ; - pl_ja_syk_N : N ; - pl_ja__ch_ka_N : N ; - pl_ja__ch_kad_zj_ijski_A : A ; - pl_ja__ch_kad_zj_ijstvo_N : N ; - pl_ja__ch_kad_zj_i_ja__N : N ; - pl_ja__ch_kosam_V : V ; - pl_ja__ch_kosane_N : N ; - pl_ja__ch_kosvam_V : V ; - pl_ja__ch_kosvane_N : N ; - pnevmatik_N : N ; - pnevmatika_N : N ; - pnevmati_ch_en_A : A ; - pnevmoni_ch_en_A : A ; - pnevmoni_ja__N : N ; - poamerikan_ch_vam_V : V ; - poamerikan_ch_en_A : A ; - poanta_N : N ; - poantilizym_N : N ; - pobav_ja_m_V : V ; - pobav_ja_ne_N : N ; - pobarane_N : N ; - pobarvam_V : V ; - pobarvane_N : N ; - poba_ja__V : V ; - pobegna_V : V ; - pobeda_N : N ; - pobeden_A : A ; - pobeditel_N : N ; - pobeditelen_A : A ; - pobeditelka_N : N ; - pobedonosen_A : A ; - pobedonosec_N : N ; - pobe_zj_davam_V : V ; - pobe_zj_davane_N : N ; - pobele_ja__V : V ; - pobel_ja__V : V ; - pobel_ja_vam_V : V ; - pobel_ja_vane_N : N ; - pobera_V : V ; - pobesedvam_V : V ; - pobesedvane_N : N ; - pobesn_ja_vam_V : V ; - pobesn_ja_vane_N : N ; - pobivam_V : V ; - pobivane_N : N ; - pobijvam_V : V ; - pobijvane_N : N ; - pobiram_V : V ; - pobirane_N : N ; - pobitov_A : A ; - pobi_ja__V : V ; - poblagodar_ja_vam_V : V ; - poblagodar_ja_vane_N : N ; - poblazn_ja_m_V : V ; - poblazn_ja_ne_N : N ; - pobledne_ja__V : V ; - pobledn_ja_vam_V : V ; - pobledn_ja_vane_N : N ; - poble_ja__V : V ; - poblizvam_V : V ; - poblizvane_N : N ; - poblyskane_N : N ; - poblyskvam_V : V ; - poblyskvane_N : N ; - poboda_V : V ; - poboj_N : N ; - pobojnik_N : N ; - pobojnica_N : N ; - pobojni_ch_eski_A : A ; - pobojni_ch_estvo_N : N ; - poboleduvam_V : V ; - poboleduvane_N : N ; - pobol_ja_vam_V : V ; - pobol_ja_vane_N : N ; - poborvam_V : V ; - poborvane_N : N ; - pobornik_N : N ; - poborni_ch_eski_A : A ; - pobo_ja_vam_V : V ; - pobo_ja_vane_N : N ; - pobratim_N : N ; - pobratimen_A : A ; - pobratim_ja_vam_V : V ; - pobratim_ja_vane_N : N ; - pobratim_ja_v_ja_m_V : V ; - pobratim_ja_v_ja_ne_N : N ; - pobutam_V : V ; - pobutane_N : N ; - pobutvam_V : V ; - pobutvane_N : N ; - pobu_ja_vam_V : V ; - pobu_ja_vane_N : N ; - pobybr_ja_m_V : V ; - pobybr_ja_ne_N : N ; - pobylgar_ja_vam_V : V ; - pobylgar_ja_vane_N : N ; - pobyrzane_N : N ; - pobyrzvam_V : V ; - pobyrzvane_N : N ; - pobyrkan_A : A ; - pobyrkane_N : N ; - pobyrkanost_N : N ; - pobyrkvam_V : V ; - pobyrkvane_N : N ; - pob_ja_gane_N : N ; - pob_ja_gvam_V : V ; - pob_ja_gvane_N : N ; - pob_ja_gna_V : V ; - poval_ja_m_V : V ; - poval_ja_ne_N : N ; - povdigam_V : V ; - povdigane_N : N ; - povdigatelen_A : A ; - povdiga_ch__N : N ; - povedenie_N : N ; - pove_zj_dam_V : V ; - pove_zj_dane_N : N ; - povej_N : N ; - povelenie_N : N ; - povelitel_N : N ; - povelitelen_A : A ; - povelitelka_N : N ; - povelitelnost_N : N ; - povel_ja_vam_V : V ; - povel_ja_vane_N : N ; - poveren_A : A ; - poverenik_N : N ; - poverenica_N : N ; - poverie_N : N ; - poveritelen_A : A ; - poveritelnost_N : N ; - pover_ja_vam_V : V ; - pover_ja_vane_N : N ; - povesele_ja__V : V ; - povesel_ja_vam_V : V ; - povesel_ja_vane_N : N ; - povesmo_N : N ; - povest_N : N ; - povestvovanie_N : N ; - povestvovatel_N : N ; - povestvovatelen_A : A ; - poves_ja__V : V ; - povet_N : N ; - povetica_N : N ; - povehnal_A : A ; - povehnalost_N : N ; - povivam_V : V ; - povivane_N : N ; - povid_ja__V : V ; - povik_N : N ; - povikane_N : N ; - povikvam_V : V ; - povikvane_N : N ; - povikvatelen_A : A ; - poviln_ja_vam_V : V ; - poviln_ja_vane_N : N ; - povinnost_N : N ; - povin_ja__V : V ; - poviram_V : V ; - povirane_N : N ; - povisvam_V : V ; - povisvane_N : N ; - povis_ja__V : V ; - povi_sh_avam_V : V ; - povi_sh_avane_N : N ; - povi_sh_en_A : A ; - povi_sh_enie_N : N ; - povla_ch_vam_V : V ; - povla_ch_vane_N : N ; - povlekan_N : N ; - povlekana_N : N ; - povli_ch_am_V : V ; - povli_ch_ane_N : N ; - povli_ja_vam_V : V ; - povli_ja_vane_N : N ; - povod_N : N ; - povod_ja__V : V ; - povozvam_V : V ; - povozvane_N : N ; - povrat_N : N ; - povraten_A : A ; - povratim_A : A ; - povratliv_A : A ; - povratlivost_N : N ; - povratnost_N : N ; - povreda_N : N ; - povre_zj_dam_V : V ; - povre_zj_dane_N : N ; - povrytliv_A : A ; - povry_sht_am_V : V ; - povry_sht_ane_N : N ; - povr_ja__V : V ; - povsemesten_A : A ; - povsemestnost_N : N ; - povtara_ch__N : N ; - povtara_ch_ka_N : N ; - povtar_ja_em_A : A ; - povtar_ja_emost_N : N ; - povtar_ja_m_V : V ; - povtar_ja_ne_N : N ; - povtor_N : N ; - povtoren_A : A ; - povtorenie_N : N ; - povtorim_A : A ; - povtoritelen_A : A ; - povtornica_N : N ; - povyzdyr_zj_am_V : V ; - povyzdyr_zj_ane_N : N ; - povyzdyhvam_V : V ; - povyzdyhvane_N : N ; - povyzpiram_V : V ; - povyzpirane_N : N ; - povyrv_ja_vam_V : V ; - povyrv_ja_vane_N : N ; - povyrna_V : V ; - povyrt_ja_vam_V : V ; - povyrt_ja_vane_N : N ; - povyrhen_A : A ; - povyrhnina_N : N ; - povyrhnost_N : N ; - povyrhnosten_A : A ; - povyrhnostnost_N : N ; - pov_ja_vam_V : V ; - pov_ja_vane_N : N ; - pov_ja_rvam_V : V ; - pov_ja_rvane_N : N ; - pov_ja_smo_N : N ; - pov_ja_hvam_V : V ; - pov_ja_hvane_N : N ; - pogavr_ja_m_V : V ; - pogavr_ja_ne_N : N ; - poga_zj_dam_V : V ; - poga_zj_dane_N : N ; - pogazvam_V : V ; - pogazvane_N : N ; - pogalvam_V : V ; - pogalvane_N : N ; - poganec_N : N ; - poganski_A : A ; - poganstvo_N : N ; - pogan_sht_ina_N : N ; - pogasvam_V : V ; - pogasvane_N : N ; - pogasim_A : A ; - pogasitel_N : N ; - pogasitelen_A : A ; - pogas_ja_vam_V : V ; - pogas_ja_vane_N : N ; - pogas_ja_m_V : V ; - pogas_ja_ne_N : N ; - poga_ch_a_N : N ; - poga_sh_enie_N : N ; - pogvam_V : V ; - pogvane_N : N ; - pogivam_V : V ; - pogivane_N : N ; - pogladuvam_V : V ; - pogladuvane_N : N ; - pogla_zj_dam_V : V ; - pogla_zj_dane_N : N ; - pogled_N : N ; - pogledam_V : V ; - pogledane_N : N ; - pogle_zj_dam_V : V ; - pogle_zj_dane_N : N ; - poglezvam_V : V ; - poglezvane_N : N ; - pogly_sht_am_V : V ; - pogly_sht_ane_N : N ; - pogly_sht_atelen_A : A ; - pognusa_N : N ; - pognus_ja_vam_V : V ; - pognus_ja_vane_N : N ; - pogovorvam_V : V ; - pogovorvane_N : N ; - pogovorka_N : N ; - pogod_ja_vam_V : V ; - pogod_ja_vane_N : N ; - pogoloven_A : A ; - pogostuvam_V : V ; - pogostuvane_N : N ; - pogo_sht_avam_V : V ; - pogo_sht_avane_N : N ; - pogra_zj_danen_A : A ; - pogra_zj_dan_ja_vam_V : V ; - pogra_zj_dan_ja_vane_N : N ; - pograni_ch_en_A : A ; - pogreb_N : N ; - pogrebalen_A : A ; - pogrebvam_V : V ; - pogrebvane_N : N ; - pogrebenie_N : N ; - pogrejvam_V : V ; - pogrejvane_N : N ; - pogre_sh_a_V : V ; - pogre_sh_en_A : A ; - pogre_sh_imost_N : N ; - pogre_sh_nost_N : N ; - pogri_zj_vam_V : V ; - pogri_zj_vane_N : N ; - pogrozn_ja_vam_V : V ; - pogrozn_ja_vane_N : N ; - pogrom_N : N ; - pogromad_zj_i_ja__N : N ; - pogr_ja_vam_V : V ; - pogr_ja_vane_N : N ; - pogubvam_V : V ; - pogubvane_N : N ; - pogydeli_ch_kane_N : N ; - pogydeli_ch_kvam_V : V ; - pogydeli_ch_kvane_N : N ; - pogylnatost_N : N ; - pogyr_ch_vam_V : V ; - pogyr_ch_vane_N : N ; - pod_N : N ; - podavam_V : V ; - podavane_N : N ; - podavatelen_A : A ; - podava_ch__N : N ; - podav_ja_m_V : V ; - podagra_N : N ; - podagren_A : A ; - podanik_N : N ; - podanica_N : N ; - podanstvo_N : N ; - podaryk_N : N ; - podar_ja_vam_V : V ; - podar_ja_vane_N : N ; - podatel_N : N ; - podatelka_N : N ; - podatliv_A : A ; - podatlivost_N : N ; - poda_ja_nie_N : N ; - podbalkanski_A : A ; - podbedrenica_N : N ; - podbel_N : N ; - podbiv_N : N ; - podbivam_V : V ; - podbivane_N : N ; - podbiram_V : V ; - podbirane_N : N ; - podboda_V : V ; - podbor_N : N ; - podboren_A : A ; - podborka_N : N ; - podbradnik_N : N ; - podbra_zj_dam_V : V ; - podbra_zj_dane_N : N ; - podbrysvam_V : V ; - podbrysvane_N : N ; - podbuda_N : N ; - podbuditel_N : N ; - podbuditelen_A : A ; - podbuditelka_N : N ; - podbuditelstvo_N : N ; - podbu_zj_dam_V : V ; - podbu_zj_dane_N : N ; - podbu_zj_denie_N : N ; - podbutane_N : N ; - podbutvam_V : V ; - podbutna_V : V ; - podvar_ja_vam_V : V ; - podvar_ja_vane_N : N ; - podvedomstven_A : A ; - podve_zj_dam_V : V ; - podve_zj_dane_N : N ; - podvetren_A : A ; - podvivam_V : V ; - podvivane_N : N ; - podvig_N : N ; - podvigam_V : V ; - podvid_N : N ; - podvi_zj_vam_V : V ; - podvi_zj_vane_N : N ; - podvi_zj_en_A : A ; - podvi_zj_nik_N : N ; - podvi_zj_nica_N : N ; - podvi_zj_nost_N : N ; - podvizavam_V : V ; - podvizavane_N : N ; - podvikvam_V : V ; - podvikvane_N : N ; - podvlasten_A : A ; - podvlastnost_N : N ; - podvoden_A : A ; - podvodnica_N : N ; - podvoz_N : N ; - podvozvane_N : N ; - podvoz_ja__V : V ; - podvoum_ja_vam_V : V ; - podvoum_ja_vane_N : N ; - podvra_V : V ; - podvyrgvane_N : N ; - podvyrzvam_V : V ; - podvyrzvane_N : N ; - podvyrzva_ch_nica_N : N ; - podvyrzi_ja__N : N ; - podv_ja_vam_V : V ; - podv_ja_vane_N : N ; - podgizvam_V : V ; - podgizvane_N : N ; - podglasnik_N : N ; - podglasnica_N : N ; - podgolem_ja_vam_V : V ; - podgolem_ja_vane_N : N ; - podgonvam_V : V ; - podgonvane_N : N ; - podgonen_A : A ; - podgon_ja_m_V : V ; - podgon_ja_ne_N : N ; - podgord_ja_vam_V : V ; - podgord_ja_vane_N : N ; - podgorie_N : N ; - podgor_ch_avam_V : V ; - podgor_ch_avane_N : N ; - podgor_ja__V : V ; - podgotven_A : A ; - podgotvenost_N : N ; - podgotvitelen_A : A ; - podgotv_ja_m_V : V ; - podgotv_ja_ne_N : N ; - podgotovka_N : N ; - podgra_zj_dam_V : V ; - podgra_zj_dane_N : N ; - podgrupa_N : N ; - podgr_ja_vam_V : V ; - podgr_ja_vane_N : N ; - podgyv_N : N ; - podgyvam_V : V ; - podgyvane_N : N ; - podgyvka_N : N ; - podgyrbvam_V : V ; - podgyrbvane_N : N ; - podgyrb_ja_m_V : V ; - podgyrb_ja_ne_N : N ; - poddavam_V : V ; - poddavane_N : N ; - poddirektor_N : N ; - poddirektori_ja__N : N ; - poddirektorka_N : N ; - poddry_zj_ka_N : N ; - poddry_zj_nik_N : N ; - poddry_zj_nica_N : N ; - poddyr_zj_am_V : V ; - poddyr_zj_ane_N : N ; - podezi_ch_en_A : A ; - podejstvam_V : V ; - podejstvane_N : N ; - podejstvuvam_V : V ; - podejstvuvane_N : N ; - podelement_N : N ; - podelenie_N : N ; - podel_ja_m_V : V ; - podel_ja_ne_N : N ; - podem_N : N ; - podemam_V : V ; - podemane_N : N ; - podemen_A : A ; - podemnik_N : N ; - podzaglavie_N : N ; - podzada_ch_a_N : N ; - podzemam_V : V ; - podzemane_N : N ; - podzemen_A : A ; - podzemie_N : N ; - podzidane_N : N ; - podzi_zj_dam_V : V ; - podzi_zj_dane_N : N ; - podzna_ch_enie_N : N ; - podiv_ja_vam_V : V ; - podiv_ja_vane_N : N ; - podigam_V : V ; - podigane_N : N ; - podigravam_V : V ; - podigravane_N : N ; - podigravatelen_A : A ; - podigravatelnost_N : N ; - podigrava_ch__N : N ; - podigrava_ch_ka_N : N ; - podigravka_N : N ; - podizraz_N : N ; - podiram_V : V ; - podiren_A : A ; - podire_sh_en_A : A ; - podir_ja_m_V : V ; - podir_ja_ne_N : N ; - podium_N : N ; - podi_sh_am_V : V ; - podi_sh_ane_N : N ; - podkana_N : N ; - podkanvam_V : V ; - podkanvane_N : N ; - podkan_ja_m_V : V ; - podkan_ja_ne_N : N ; - podkarane_N : N ; - podkarvam_V : V ; - podkarvane_N : N ; - podkastr_ja_m_V : V ; - podkastr_ja_ne_N : N ; - podka_ch_am_V : V ; - podka_ch_ane_N : N ; - podka_ch_vam_V : V ; - podka_ch_vane_N : N ; - podkvasa_N : N ; - podkvasvam_V : V ; - podkvasvane_N : N ; - podkisel_ja_vam_V : V ; - podkisel_ja_vane_N : N ; - podkla_zj_dam_V : V ; - podkla_zj_dane_N : N ; - podklas_N : N ; - podkl_ja_kvam_V : V ; - podkl_ja_kvane_N : N ; - podkova_N : N ; - podkovavam_V : V ; - podkovavane_N : N ; - podkovan_A : A ; - podkova_ch__N : N ; - podkova_ch_nica_N : N ; - podkovoobrazen_A : A ; - podko_zj_en_A : A ; - podko_zj_ur_ja__V : V ; - podkokorosane_N : N ; - podkokorosvam_V : V ; - podkokorosvane_N : N ; - podkolenen_A : A ; - podkomisi_ja__N : N ; - podkomitet_N : N ; - podkopavam_V : V ; - podkopavane_N : N ; - podkopen_A : A ; - podkoremen_A : A ; - podkorenen_A : A ; - podkos_ja_vam_V : V ; - podkos_ja_vane_N : N ; - podkrepa_N : N ; - podkrepvam_V : V ; - podkrepvane_N : N ; - podkrepen_A : A ; - podkrepitelen_A : A ; - podkreplenie_N : N ; - podkrep_ja_vam_V : V ; - podkrep_ja_vane_N : N ; - podkrep_ja_m_V : V ; - podkrep_ja_ne_N : N ; - podkup_N : N ; - podkupvam_V : V ; - podkupvane_N : N ; - podkupva_ch__N : N ; - podkupen_A : A ; - podkupnik_N : N ; - podkupnica_N : N ; - podkupni_ch_eski_A : A ; - podkupni_ch_estvo_N : N ; - podkupnost_N : N ; - podkyrmen_A : A ; - podlagam_V : V ; - podlagane_N : N ; - podlakytnik_N : N ; - podle_zj_a_V : V ; - podle_zj_a_sht__A : A ; - podlez_N : N ; - podlepvam_V : V ; - podlepvane_N : N ; - podlep_ja_m_V : V ; - podlep_ja_ne_N : N ; - podlec_N : N ; - podlivam_V : V ; - podlivane_N : N ; - podliven_A : A ; - podlizvam_V : V ; - podlizvane_N : N ; - podlizurka_N : N ; - podlizurko_N : N ; - podlizurski_A : A ; - podlizurstvam_V : V ; - podlizurstvane_N : N ; - podlizurstvo_N : N ; - podlizurstvuvam_V : V ; - podlizurstvuvane_N : N ; - podlizur_sht_ina_N : N ; - podlistnik_N : N ; - podlog_N : N ; - podloga_N : N ; - podlo_zj_ka_N : N ; - podlost_N : N ; - podlostvam_V : V ; - podlostvane_N : N ; - podlost_ja_m_V : V ; - podluda_N : N ; - podlude_ja__V : V ; - podlud_ja_vam_V : V ; - podlud_ja_vane_N : N ; - podlu_ch_a_V : V ; - podlu_ch_vane_N : N ; - podlygvam_V : V ; - podlygvane_N : N ; - podl_iu_tvane_N : N ; - podl_iu_t_ja__V : V ; - podmazvam_V : V ; - podmazvane_N : N ; - podmazva_ch_eski_A : A ; - podmazva_ch_ka_N : N ; - podmama_N : N ; - podmamvam_V : V ; - podmamvane_N : N ; - podmamka_N : N ; - podmam_ja_m_V : V ; - podmam_ja_ne_N : N ; - podmaska_N : N ; - podmen_iu__N : N ; - podmen_ja_vam_V : V ; - podmen_ja_vane_N : N ; - podmen_ja_m_V : V ; - podmen_ja_ne_N : N ; - podmesvam_V : V ; - podmesvane_N : N ; - podmes_ja_m_V : V ; - podmes_ja_ne_N : N ; - podmetka_N : N ; - podmivam_V : V ; - podmivane_N : N ; - podmigvam_V : V ; - podmigvane_N : N ; - podmilkane_N : N ; - podmilkvam_V : V ; - podmilkvane_N : N ; - podminavam_V : V ; - podminavane_N : N ; - podmitam_V : V ; - podmitane_N : N ; - podmi_sh_nica_N : N ; - podmi_sh_ni_ch_en_A : A ; - podmladen_A : A ; - podmlade_ja__V : V ; - podmladitelen_A : A ; - podmlad_ja_vam_V : V ; - podmlad_ja_vane_N : N ; - podmno_zj_estvo_N : N ; - podmokr_ja_m_V : V ; - podmokr_ja_ne_N : N ; - podmol_N : N ; - podmolen_A : A ; - podmolie_N : N ; - podmre_zj_a_N : N ; - podmu_sh_vam_V : V ; - podmu_sh_kvam_V : V ; - podmu_sh_kvane_N : N ; - podmykvam_V : V ; - podmykvane_N : N ; - podm_ja_na_N : N ; - podm_ja_tam_V : V ; - podm_ja_tane_N : N ; - podnapre_zj_enie_N : N ; - podnas_ja_m_V : V ; - podnas_ja_ne_N : N ; - podna_ch_alnik_N : N ; - podneben_A : A ; - podnebesen_A : A ; - podniz_N : N ; - podnoven_A : A ; - podnovitel_N : N ; - podnov_ja_vam_V : V ; - podnov_ja_vane_N : N ; - podno_zj_ie_N : N ; - podnos_N : N ; - podnosvam_V : V ; - podnosvane_N : N ; - podobavam_V : V ; - podobavane_N : N ; - podobava_sht__A : A ; - podoben_A : A ; - podobie_N : N ; - podobla_ch_en_A : A ; - podobren_A : A ; - podobrenie_N : N ; - podobritelen_A : A ; - podobr_ja_vam_V : V ; - podobr_ja_vane_N : N ; - podov_A : A ; - podoveda_V : V ; - podoziram_V : V ; - podozirane_N : N ; - podozrenie_N : N ; - podozritelen_A : A ; - podozritelnost_N : N ; - podojda_V : V ; - podokarane_N : N ; - podokarvam_V : V ; - podokarvane_N : N ; - podonas_ja_m_V : V ; - podonas_ja_ne_N : N ; - podopa_sh_en_A : A ; - podopa_sh_nik_N : N ; - podopa_sh_nica_N : N ; - podose_sht_am_V : V ; - podose_sht_ane_N : N ; - podostren_A : A ; - podostr_ja_m_V : V ; - podostr_ja_ne_N : N ; - podotdel_N : N ; - podot_ch_eten_A : A ; - podot_ch_etnost_N : N ; - podoficer_N : N ; - podoficerski_A : A ; - podohoden_A : A ; - podo_ch_en_A : A ; - podo_ch_ista_ch_ka_N : N ; - podo_ch_uvam_V : V ; - podo_ch_uvane_N : N ; - podo_ja__V : V ; - podpadam_V : V ; - podpadane_N : N ; - podpalvam_V : V ; - podpalvane_N : N ; - podpalva_ch__N : N ; - podpalva_ch_eski_A : A ; - podpalva_ch_estvo_N : N ; - podpalka_N : N ; - podpaluben_A : A ; - podpapka_N : N ; - podpa_sh_a_V : V ; - podpeka_V : V ; - podpet_ja_vam_V : V ; - podpet_ja_vane_N : N ; - podpe_ch_atam_V : V ; - podpe_ch_atane_N : N ; - podpe_ch_atvam_V : V ; - podpe_ch_atvane_N : N ; - podpiram_V : V ; - podpirane_N : N ; - podpis_N : N ; - podpisan_A : A ; - podpisvam_V : V ; - podpisvane_N : N ; - podpisen_A : A ; - podpiska_N : N ; - podpisnik_N : N ; - podpisnica_N : N ; - podpitane_N : N ; - podpitvam_V : V ; - podpitvane_N : N ; - podplaninski_A : A ; - podplata_N : N ; - podplaten_A : A ; - podplat_ja_vam_V : V ; - podplat_ja_vane_N : N ; - podpla_sh_vam_V : V ; - podpla_sh_vane_N : N ; - podples_N : N ; - podplesvam_V : V ; - podplesvane_N : N ; - podpleta_V : V ; - podplyzvam_V : V ; - podplyzvane_N : N ; - podplynka_N : N ; - podpolkovnik_N : N ; - podpolkovni_sh_ki_A : A ; - podpomagam_V : V ; - podpomagane_N : N ; - podpomognat_A : A ; - podpora_N : N ; - podporen_A : A ; - podporka_N : N ; - podporu_ch_ik_N : N ; - podpo_ch_ven_A : A ; - podpravka_N : N ; - podprav_ja_m_V : V ; - podprav_ja_ne_N : N ; - podpragov_A : A ; - podpredsedatel_N : N ; - podpretvam_V : V ; - podpretvane_N : N ; - podprograma_N : N ; - podprostranstven_A : A ; - podprostranstvo_N : N ; - podproces_N : N ; - podpuhvam_V : V ; - podpuhvane_N : N ; - podpuhnalost_N : N ; - podpylvam_V : V ; - podpylvane_N : N ; - podpyln_ja_m_V : V ; - podpyr_zj_vam_V : V ; - podpyr_zj_vane_N : N ; - podpytvam_V : V ; - podpytvane_N : N ; - podpyhvam_V : V ; - podpyhvane_N : N ; - podrabotvam_V : V ; - podrabotvane_N : N ; - podrabotka_N : N ; - podravnen_A : A ; - podravn_ja_vam_V : V ; - podravn_ja_vane_N : N ; - podravn_ja_m_V : V ; - podravn_ja_ne_N : N ; - podrav_ja_m_V : V ; - podrav_ja_ne_N : N ; - podra_zj_avam_V : V ; - podra_zj_avane_N : N ; - podra_zj_anie_N : N ; - podra_zj_atel_N : N ; - podra_zj_atelen_A : A ; - podra_zj_atelka_N : N ; - podra_zj_atelski_A : A ; - podra_zj_atelstvo_N : N ; - podrazbiram_V : V ; - podrazbirane_N : N ; - podrazdel_N : N ; - podrazdelenie_N : N ; - podrazdel_ja_m_V : V ; - podrazdel_ja_ne_N : N ; - podrazn_ja_m_V : V ; - podrazn_ja_ne_N : N ; - podrazred_N : N ; - podrajon_N : N ; - podran_ja_vam_V : V ; - podran_ja_vane_N : N ; - podrasna_V : V ; - podrasnik_N : N ; - podrast_N : N ; - podrastvam_V : V ; - podrastvane_N : N ; - podrastva_sht__A : A ; - podrebren_A : A ; - podredba_N : N ; - podreden_A : A ; - podredenost_N : N ; - podre_zj_dam_V : V ; - podre_zj_dane_N : N ; - podremvam_V : V ; - podremvane_N : N ; - podrivam_V : V ; - podrivane_N : N ; - podriven_A : A ; - podripvam_V : V ; - podripvane_N : N ; - podritvam_V : V ; - podritvane_N : N ; - podroben_A : A ; - podrobnost_N : N ; - podronvam_V : V ; - podronvane_N : N ; - podrum_ch_e_N : N ; - podrusvam_V : V ; - podrybvam_V : V ; - podrybvane_N : N ; - podryb_ja_m_V : V ; - podryb_ja_ne_N : N ; - podrynkane_N : N ; - podrynkvam_V : V ; - podrynkvane_N : N ; - podrypvam_V : V ; - podrypvane_N : N ; - podry_ch_en_A : A ; - podr_ja_zan_A : A ; - podr_ja_zvam_V : V ; - podr_ja_zvane_N : N ; - podr_ja_mvam_V : V ; - podr_ja_mvane_N : N ; - podsvirvam_V : V ; - podsvirvane_N : N ; - podsvirkane_N : N ; - podsvirkvam_V : V ; - podsvirkvane_N : N ; - podsekretar_N : N ; - podsekci_ja__N : N ; - podse_ch_en_A : A ; - podse_sht_am_V : V ; - podse_sht_ane_N : N ; - podse_ja__V : V ; - podsigur_ja_vam_V : V ; - podsigur_ja_vane_N : N ; - podsilvam_V : V ; - podsilvane_N : N ; - podsip_N : N ; - podsip_ja__V : V ; - podsirvam_V : V ; - podsir_ja_m_V : V ; - podsistema_N : N ; - podsi_ch_am_V : V ; - podsi_ch_ane_N : N ; - podskazvam_V : V ; - podskazvane_N : N ; - podskazva_ch__N : N ; - podskazva_ch_ka_N : N ; - podskazka_N : N ; - podska_ch_am_V : V ; - podska_ch_ane_N : N ; - podskok_N : N ; - podskokvam_V : V ; - podskokvane_N : N ; - podslada_N : N ; - podsladen_A : A ; - podsladitel_N : N ; - podsla_zj_dam_V : V ; - podsla_zj_dane_N : N ; - podslon_N : N ; - podslonen_A : A ; - podslon_ja_vam_V : V ; - podslon_ja_vane_N : N ; - podslu_sh_ane_N : N ; - podslu_sh_vam_V : V ; - podslu_sh_vane_N : N ; - podslu_sh_vatelen_A : A ; - podslu_sh_va_ch__N : N ; - podsmivam_V : V ; - podsmivane_N : N ; - podsmihvam_V : V ; - podsmihvane_N : N ; - podsmyrkvam_V : V ; - podsmyrkvane_N : N ; - podsmyr_ch_am_V : V ; - podsmyr_ch_ane_N : N ; - podsol_ja_vam_V : V ; - podsol_ja_vane_N : N ; - podstaven_A : A ; - podstavka_N : N ; - podstav_ja_m_V : V ; - podstav_ja_ne_N : N ; - podstanci_ja__N : N ; - podstil_N : N ; - podstoma_sh_en_A : A ; - podstorvam_V : V ; - podstorvane_N : N ; - podstrekavam_V : V ; - podstrekavane_N : N ; - podstrekan_A : A ; - podstrekatel_N : N ; - podstrekatelen_A : A ; - podstrekatelka_N : N ; - podstrekatelski_A : A ; - podstrekatelstvo_N : N ; - podstrigan_A : A ; - podstrigvam_V : V ; - podstrigvane_N : N ; - podstyp_N : N ; - podsu_ch_a_V : V ; - podsu_sh_avam_V : V ; - podsu_sh_avane_N : N ; - podsfera_N : N ; - podsyden_A : A ; - podsydim_A : A ; - podsydimost_N : N ; - podsydnost_N : N ; - podsyznanie_N : N ; - podsyznatelen_A : A ; - podtekst_N : N ; - podtik_N : N ; - podtikvam_V : V ; - podtikvane_N : N ; - podtip_N : N ; - podtiskam_V : V ; - podtiskane_N : N ; - podtisnatost_N : N ; - podtisnik_N : N ; - podtisnica_N : N ; - podtisni_ch_eski_A : A ; - podtisni_ch_estvo_N : N ; - podti_ch_vam_V : V ; - podti_ch_vane_N : N ; - podto_ch_ka_N : N ; - poduvam_V : V ; - poduvane_N : N ; - podumvam_V : V ; - podumvane_N : N ; - podupravitel_N : N ; - podut_A : A ; - podutina_N : N ; - podutost_N : N ; - poduhane_N : N ; - poduhvam_V : V ; - poduhvane_N : N ; - podu_ch_avam_V : V ; - podu_ch_avane_N : N ; - podu_ch_astyk_N : N ; - podu_ch_vam_V : V ; - podu_ch_vane_N : N ; - podu_sh_vam_V : V ; - podu_sh_vane_N : N ; - podhva_sht_am_V : V ; - podhva_sht_ane_N : N ; - podhvyrkvam_V : V ; - podhvyrkvane_N : N ; - podhvyrl_ja_m_V : V ; - podhvyrl_ja_ne_N : N ; - podhvyr_ch_am_V : V ; - podhvyr_ch_ane_N : N ; - podhilvam_V : V ; - podhilvane_N : N ; - podhlyzvam_V : V ; - podhlyzvane_N : N ; - podhod_N : N ; - podhoden_A : A ; - podhod_ja__sht__A : A ; - podho_zj_dam_V : V ; - podho_zj_dane_N : N ; - podho_zj_da_sht__A : A ; - podhranvam_V : V ; - podhranvane_N : N ; - podcentrala_N : N ; - podcen_ja_vam_V : V ; - podcen_ja_vane_N : N ; - pod_ch_ertavam_V : V ; - pod_ch_ertavane_N : N ; - pod_ch_ertanost_N : N ; - pod_ch_inen_A : A ; - pod_ch_inenie_N : N ; - pod_ch_inenost_N : N ; - pod_ch_initelen_A : A ; - pod_ch_in_ja_vam_V : V ; - pod_ch_in_ja_vane_N : N ; - pod_sh_epvam_V : V ; - pod_sh_epvane_N : N ; - pod_sh_ivam_V : V ; - pod_sh_ivane_N : N ; - pod_sh_u_sh_vam_V : V ; - pod_sh_u_sh_vane_N : N ; - podyl_A : A ; - podyrl_ja_m_V : V ; - podyrl_ja_ne_N : N ; - podyrpvam_V : V ; - podyrpvane_N : N ; - pod_ja_dam_V : V ; - pod_ja_dane_N : N ; - pod_ja__zj_dam_V : V ; - pod_ja__zj_dane_N : N ; - pod_ja_lam_V : V ; - pod_ja_lane_N : N ; - pod_ja_lba_N : N ; - pod_ja_na_V : V ; - poevropej_ch_vam_V : V ; - poevropej_ch_vane_N : N ; - poevtine_ja__V : V ; - poevtin_ja_vam_V : V ; - poevtin_ja_vane_N : N ; - poedini_ch_en_A : A ; - poezi_ja__N : N ; - poemam_V : V ; - poemane_N : N ; - poemen_A : A ; - poen_A : A ; - poergenuvane_N : N ; - poergen_ch_vam_V : V ; - poesnaf_ch_vam_V : V ; - poesnaf_ch_vane_N : N ; - poet_N : N ; - poetesa_N : N ; - poetiziram_V : V ; - poetizirane_N : N ; - poetika_N : N ; - poeti_ch_en_A : A ; - poeti_ch_eski_A : A ; - poeti_ch_nost_N : N ; - po_zj_alvam_V : V ; - po_zj_alvane_N : N ; - po_zj_ar_N : N ; - po_zj_aren_A : A ; - po_zj_ari_sht_e_N : N ; - po_zj_arna_N : N ; - po_zj_arnikar_N : N ; - po_zj_arnikarski_A : A ; - po_zj_arogasitel_N : N ; - po_zj_arogasitelen_A : A ; - po_zj_aroopasen_A : A ; - po_zj_ar_ja__V : V ; - po_zj_elavam_V : V ; - po_zj_elavane_N : N ; - po_zj_elanie_N : N ; - po_zj_envam_V : V ; - po_zj_envane_N : N ; - po_zj_ertvam_V : V ; - po_zj_ertvane_N : N ; - po_zj_ertvuvam_V : V ; - po_zj_ertvuvane_N : N ; - po_zj_ertvuvanie_N : N ; - po_zj_ertvuvatel_N : N ; - po_zj_ertvuvatelen_A : A ; - po_zj_ertvuvatelnost_N : N ; - po_zj_iv_ja__V : V ; - po_zj_iv_ja_vam_V : V ; - po_zj_iv_ja_vane_N : N ; - po_zj_iznen_A : A ; - po_zj_ylt_ja__V : V ; - po_zj_ylt_ja_vam_V : V ; - po_zj_ylt_ja_vane_N : N ; - po_zj_ynvam_V : V ; - po_zj_ynvane_N : N ; - poza_N : N ; - pozabavl_ja_vam_V : V ; - pozabav_ja_m_V : V ; - pozabav_ja_ne_N : N ; - pozabera_V : V ; - pozabogat_ja_vam_V : V ; - pozabogat_ja_vane_N : N ; - pozabrav_ja_m_V : V ; - pozabrav_ja_ne_N : N ; - pozabyrkane_N : N ; - pozabyrkvam_V : V ; - pozabyrkvane_N : N ; - pozabyrsvam_V : V ; - pozabyrsvane_N : N ; - pozaveda_V : V ; - pozavyr_zj_a_V : V ; - pozavyrtvam_V : V ; - pozavyrtvane_N : N ; - pozavyr_sh_vam_V : V ; - pozavyr_sh_vane_N : N ; - pozav_ja_hvam_V : V ; - pozav_ja_hvane_N : N ; - pozagazvam_V : V ; - pozagazvane_N : N ; - pozagasvam_V : V ; - pozagasvane_N : N ; - pozagas_ja_m_V : V ; - pozagas_ja_ne_N : N ; - pozagatvam_V : V ; - pozagatvane_N : N ; - pozagle_zj_dam_V : V ; - pozagle_zj_dane_N : N ; - pozaglyhvam_V : V ; - pozaglyhvane_N : N ; - pozagnivam_V : V ; - pozagnivane_N : N ; - pozagolvam_V : V ; - pozagolvane_N : N ; - pozagri_zj_vam_V : V ; - pozagri_zj_vane_N : N ; - pozagrub_ja_vam_V : V ; - pozagrub_ja_vane_N : N ; - pozagr_ja_vam_V : V ; - pozagr_ja_vane_N : N ; - pozaguben_A : A ; - pozadremvam_V : V ; - pozadremvane_N : N ; - pozadyr_zj_am_V : V ; - pozadyr_zj_ane_N : N ; - pozaekvam_V : V ; - pozaekvane_N : N ; - pozainteresuvam_V : V ; - pozainteresuvane_N : N ; - pozaka_ch_am_V : V ; - pozaka_ch_ane_N : N ; - pozaka_sh_l_ja_m_V : V ; - pozaka_sh_l_ja_ne_N : N ; - pozakorav_ja_vam_V : V ; - pozakrepvam_V : V ; - pozakrepvane_N : N ; - pozakrepna_V : V ; - pozakrivam_V : V ; - pozakrit_A : A ; - pozakrygl_ja_vam_V : V ; - pozakrygl_ja_vane_N : N ; - pozakrygl_ja_m_V : V ; - pozakrygl_ja_ne_N : N ; - pozakyrp_ja__V : V ; - pozakysane_N : N ; - pozakysvam_V : V ; - pozakysvane_N : N ; - pozakysn_ja_vam_V : V ; - pozakysn_ja_vane_N : N ; - pozakytvam_V : V ; - pozakytvane_N : N ; - pozalitam_V : V ; - pozalitane_N : N ; - pozamazvam_V : V ; - pozamazvane_N : N ; - pozama_ja__V : V ; - pozamiram_V : V ; - pozamirane_N : N ; - pozamisl_ja_m_V : V ; - pozamisl_ja_ne_N : N ; - pozamlykvam_V : V ; - pozamlykvane_N : N ; - pozamogvam_V : V ; - pozamogvane_N : N ; - pozaobla_ch_avam_V : V ; - pozaobla_ch_avane_N : N ; - pozaobl_ja_m_V : V ; - pozaobl_ja_ne_N : N ; - pozape_ja__V : V ; - pozapiram_V : V ; - pozapirane_N : N ; - pozapitane_N : N ; - pozapitvam_V : V ; - pozapitvane_N : N ; - pozapi_sh_a_V : V ; - pozapi_ja__V : V ; - pozaplakvam_V : V ; - pozaplakvane_N : N ; - pozapyvam_V : V ; - pozapyvane_N : N ; - pozapylvam_V : V ; - pozapylvane_N : N ; - pozapyr_zj_vam_V : V ; - pozapyr_zj_vane_N : N ; - pozaradvam_V : V ; - pozaradvane_N : N ; - pozarasna_V : V ; - pozarastvam_V : V ; - pozarastvane_N : N ; - pozare_zj_a_V : V ; - pozaseka_V : V ; - pozase_ja__V : V ; - pozasilvam_V : V ; - pozasilvane_N : N ; - pozasi_sht_am_V : V ; - pozasi_sht_ane_N : N ; - pozasmivam_V : V ; - pozasmivane_N : N ; - pozaspivam_V : V ; - pozaspivane_N : N ; - pozastar_ja_vam_V : V ; - pozastar_ja_vane_N : N ; - pozasto_ja_vam_V : V ; - pozasto_ja_vane_N : N ; - pozastud_ja_vam_V : V ; - pozasyhvam_V : V ; - pozasyhvane_N : N ; - pozas_ja_dvam_V : V ; - pozas_ja_dvane_N : N ; - pozatajvam_V : V ; - pozatajvane_N : N ; - pozatvoren_A : A ; - pozatihvam_V : V ; - pozatihvane_N : N ; - pozatlyst_ja_vam_V : V ; - pozatlyst_ja_vane_N : N ; - pozatopl_ja_m_V : V ; - pozatopl_ja_ne_N : N ; - pozatrudn_ja_vam_V : V ; - pozatrudn_ja_vane_N : N ; - pozaty_zj_avam_V : V ; - pozaty_zj_avane_N : N ; - pozat_ja_gam_V : V ; - pozahilvam_V : V ; - pozahilvane_N : N ; - pozahlad_ja_vam_V : V ; - pozahlad_ja_vane_N : N ; - poza_ch_est_ja_vam_V : V ; - poza_ch_est_ja_vane_N : N ; - poza_ch_udvam_V : V ; - poza_ch_udvane_N : N ; - poza_ch_u_ja__V : V ; - poza_ja_kvam_V : V ; - poza_ja_kvane_N : N ; - pozvolen_A : A ; - pozvolenie_N : N ; - pozvolitelen_A : A ; - pozvolitelno_N : N ; - pozvol_ja_vam_V : V ; - pozvol_ja_vane_N : N ; - pozvyn_ja_vam_V : V ; - pozvyn_ja_vane_N : N ; - pozdrav_N : N ; - pozdravitelen_A : A ; - pozdravlenie_N : N ; - pozdravl_ja_vam_V : V ; - pozdrav_ja_vam_V : V ; - pozdrav_ja_vane_N : N ; - pozelene_ja__V : V ; - pozelen_ja_vam_V : V ; - pozelen_ja_vane_N : N ; - pozemlen_A : A ; - poziv_N : N ; - pozivna_N : N ; - poziram_V : V ; - pozirane_N : N ; - pozitiv_N : N ; - pozitiven_A : A ; - pozitivizym_N : N ; - pozitivist_N : N ; - pozitivnost_N : N ; - pozitron_N : N ; - pozitronen_A : A ; - pozicionen_A : A ; - pozicioniram_V : V ; - pozicionirane_N : N ; - pozici_ja__N : N ; - pozlata_N : N ; - pozlat_ja_vam_V : V ; - pozlat_ja_vane_N : N ; - poznavaem_A : A ; - poznavaemost_N : N ; - poznavam_V : V ; - poznavane_N : N ; - poznavatelen_A : A ; - poznava_ch__N : N ; - poznava_ch_ka_N : N ; - poznajnik_N : N ; - poznajnica_N : N ; - poznanie_N : N ; - poznanstvo_N : N ; - poznat_A : A ; - poznatost_N : N ; - pozovavam_V : V ; - pozovavane_N : N ; - pozor_N : N ; - pozoren_A : A ; - pozorene_N : N ; - pozor_ja__V : V ; - pozxor_N : N ; - pozxorka_N : N ; - pozxorski_A : A ; - pozxorstvo_N : N ; - poigravam_V : V ; - poigravane_N : N ; - poizbele_ja__V : V ; - poizbledn_ja_vam_V : V ; - poizgladne_ja__V : V ; - poizgla_zj_dam_V : V ; - poizgla_zj_dane_N : N ; - poizgrizvam_V : V ; - poizgrizvane_N : N ; - poizguben_A : A ; - poizdera_V : V ; - poizdraskane_N : N ; - poizdraskvam_V : V ; - poizdra_sht__ja__V : V ; - poizdumvam_V : V ; - poizdyrpam_V : V ; - poizdyrpane_N : N ; - poizdyrpvane_N : N ; - poizkazvam_V : V ; - poizkazvane_N : N ; - poizka_sh_l_ja_m_V : V ; - poizka_sh_l_ja_ne_N : N ; - poizkrivam_V : V ; - poizkriv_ja_vam_V : V ; - poizkriv_ja_vane_N : N ; - poizkypvam_V : V ; - poizkypvane_N : N ; - poizkyrpvam_V : V ; - poizkyrpvane_N : N ; - poizle_zj_avam_V : V ; - poizle_zj_avane_N : N ; - poizlet_ja__V : V ; - poizle_ja__V : V ; - poizli_zj_a_V : V ; - poizlizam_V : V ; - poizlizane_N : N ; - poizlygvam_V : V ; - poizl_ja_gam_V : V ; - poizl_ja_gane_N : N ; - poizma_zj_a_V : V ; - poizma_ch_kane_N : N ; - poizma_ch_kvam_V : V ; - poizma_ch_kvane_N : N ; - poizmen_ja_vam_V : V ; - poizmen_ja_vane_N : N ; - poizmen_ja_m_V : V ; - poizmen_ja_ne_N : N ; - poizmestvam_V : V ; - poizmestvane_N : N ; - poizmest_ja_m_V : V ; - poizmest_ja_ne_N : N ; - poizmes_ja__V : V ; - poizmivam_V : V ; - poizmivane_N : N ; - poizmitam_V : V ; - poizmitane_N : N ; - poizmokr_ja_m_V : V ; - poizmokr_ja_ne_N : N ; - poizmor_ja_vam_V : V ; - poizmor_ja_vane_N : N ; - poizmra_V : V ; - poizmryzvam_V : V ; - poizmryzvane_N : N ; - poizmykvam_V : V ; - poizmykvane_N : N ; - poizmyrs_ja_vam_V : V ; - poizmyrs_ja_vane_N : N ; - poizmy_ch_vam_V : V ; - poizmy_ch_vane_N : N ; - poizne_zj_vam_V : V ; - poizne_zj_vane_N : N ; - poiznesa_V : V ; - poiznosvam_V : V ; - poiznosvane_N : N ; - poiznosen_A : A ; - poizoravam_V : V ; - poizoravane_N : N ; - poizostavam_V : V ; - poizostavane_N : N ; - poizostav_ja_m_V : V ; - poizostav_ja_ne_N : N ; - poizostana_V : V ; - poizostr_ja_m_V : V ; - poizostr_ja_ne_N : N ; - poizpera_V : V ; - poizpe_ja__V : V ; - poizpil_ja__V : V ; - poizpitvam_V : V ; - poizpi_ch_am_V : V ; - poizpi_ch_ane_N : N ; - poizpi_ja__V : V ; - poizpla_sh_vam_V : V ; - poizpla_sh_vane_N : N ; - poizpot_ja_vam_V : V ; - poizpot_ja_vane_N : N ; - poizprav_ja_m_V : V ; - poizprav_ja_ne_N : N ; - poizpystr_ja_m_V : V ; - poizpystr_ja_ne_N : N ; - poizravn_ja_vam_V : V ; - poizravn_ja_vane_N : N ; - poizrav_ja_m_V : V ; - poizrav_ja_ne_N : N ; - poizrastvam_V : V ; - poizrastvane_N : N ; - poizre_zj_a_V : V ; - poizseka_V : V ; - poizsilvam_V : V ; - poizsilvane_N : N ; - poizstivam_V : V ; - poizstivane_N : N ; - poizstud_ja_vam_V : V ; - poizstud_ja_vane_N : N ; - poiztegl_ja_m_V : V ; - poiztegl_ja_ne_N : N ; - poizto_ch_vam_V : V ; - poizto_ch_vane_N : N ; - poiztrezn_ja_vam_V : V ; - poiztrezn_ja_vane_N : N ; - poiztri_ja__V : V ; - poiztupane_N : N ; - poiztupvam_V : V ; - poiztupvane_N : N ; - poiztyka_V : V ; - poiztyne_ja__V : V ; - poiztyn_ja_vam_V : V ; - poiztyn_ja_vane_N : N ; - poiztyrkane_N : N ; - poiztyrkvam_V : V ; - poiztyrkvane_N : N ; - poizcapane_N : N ; - poizcapvam_V : V ; - poiz_ch_akane_N : N ; - poiz_ch_akvam_V : V ; - poiz_ch_akvane_N : N ; - poiz_ch_ezvam_V : V ; - poiz_ch_ezvane_N : N ; - poilka_N : N ; - poilo_N : N ; - poimenen_A : A ; - pointeresuvam_V : V ; - pointeresuvane_N : N ; - poiskane_N : N ; - poiskvam_V : V ; - poiskvane_N : N ; - pokaz_N : N ; - pokazalec_N : N ; - pokazalka_N : N ; - pokazanie_N : N ; - pokazatel_N : N ; - pokazatelen_A : A ; - pokazvaemost_N : N ; - pokazvam_V : V ; - pokazvane_N : N ; - pokazen_A : A ; - pokaznost_N : N ; - pokajvam_V : V ; - pokajvane_N : N ; - pokaluger_ja_vam_V : V ; - pokaluger_ja_vane_N : N ; - pokana_N : N ; - pokanvam_V : V ; - pokanvane_N : N ; - pokapvam_V : V ; - pokapvane_N : N ; - pokarane_N : N ; - pokarvam_V : V ; - pokarvane_N : N ; - pokatervam_V : V ; - pokatervane_N : N ; - pokatoli_ch_vam_V : V ; - poka_ch_ane_N : N ; - poka_ch_vam_V : V ; - poka_ch_vane_N : N ; - poka_sh_l_ja_m_V : V ; - poka_sh_l_ja_ne_N : N ; - poka_ja_l_A : A ; - poka_ja_nie_N : N ; - poka_ja_nica_N : N ; - poka_ja_nost_N : N ; - pokvara_N : N ; - pokvaren_A : A ; - pokvarenost_N : N ; - pokvar_ja_vam_V : V ; - pokvar_ja_vane_N : N ; - pokvar_ja_m_V : V ; - pokvar_ja_ne_N : N ; - poker_N : N ; - poklad_N : N ; - poklan_ja_m_V : V ; - poklan_ja_ne_N : N ; - pokla_sht_am_V : V ; - pokla_sht_ane_N : N ; - poklon_N : N ; - poklonenie_N : N ; - poklonnik_N : N ; - poklonnica_N : N ; - poklonni_ch_estvo_N : N ; - poklon_ja_vam_V : V ; - poklon_ja_vane_N : N ; - poklyvvam_V : V ; - poklyvvane_N : N ; - pokl_iu_karstvam_V : V ; - pokl_iu_karstvane_N : N ; - pokl_iu_karstvuvam_V : V ; - pokl_iu_karstvuvane_N : N ; - pokl_ja_kane_N : N ; - pokl_ja_kvam_V : V ; - pokl_ja_kvane_N : N ; - pokoen_A : A ; - pokoj_N : N ; - pokojnik_N : N ; - pokojnica_N : N ; - pokolebavam_V : V ; - pokolebavane_N : N ; - pokolenie_N : N ; - pokoren_A : A ; - pokoritel_N : N ; - pokoritelen_A : A ; - pokoritelka_N : N ; - pokornica_N : N ; - pokornost_N : N ; - pokorstvo_N : N ; - pokorstvuvam_V : V ; - pokorstvuvane_N : N ; - pokor_ja_vam_V : V ; - pokor_ja_vane_N : N ; - pokos_ja_vam_V : V ; - pokos_ja_vane_N : N ; - pokradvam_V : V ; - pokradvane_N : N ; - pokrajnina_N : N ; - pokriv_N : N ; - pokrivalo_N : N ; - pokrivam_V : V ; - pokrivane_N : N ; - pokriven_A : A ; - pokrivka_N : N ; - pokrit_A : A ; - pokritie_N : N ; - pokritosemenen_A : A ; - pokrovitel_N : N ; - pokrovitelka_N : N ; - pokrovitelski_A : A ; - pokrovitelstvam_V : V ; - pokrovitelstvane_N : N ; - pokrovitelstven_A : A ; - pokrovitelstvo_N : N ; - pokrovitelstvuvam_V : V ; - pokrovitelstvuvane_N : N ; - pokro_ja__V : V ; - pokrusa_N : N ; - pokrusvam_V : V ; - pokrusvane_N : N ; - pokrusen_A : A ; - pokrus_ja_vam_V : V ; - pokrus_ja_vane_N : N ; - pokrystvam_V : V ; - pokrystvane_N : N ; - pokrystenik_N : N ; - pokrystenica_N : N ; - pokupatel_N : N ; - pokupatelen_A : A ; - pokupatelka_N : N ; - pokupen_A : A ; - pokupka_N : N ; - pokucane_N : N ; - pokucvam_V : V ; - pokucvane_N : N ; - poku_sh_enie_N : N ; - poku_sh_itel_N : N ; - pokykr_ja_m_V : V ; - pokykr_ja_ne_N : N ; - pokylvane_N : N ; - pokylnvam_V : V ; - pokyln_ja__V : V ; - pokyrtvam_V : V ; - pokyrtvane_N : N ; - pokyrtitelen_A : A ; - pokysam_V : V ; - pokysane_N : N ; - pokytvam_V : V ; - pokytvane_N : N ; - poky_sht_nina_N : N ; - pol_N : N ; - pola_N : N ; - polagaem_A : A ; - polagam_V : V ; - polagane_N : N ; - polazvam_V : V ; - polazvane_N : N ; - polaz_ja_ne_N : N ; - polakom_ja_vam_V : V ; - polakom_ja_vane_N : N ; - polaskavam_V : V ; - polaskavane_N : N ; - pola_ja__V : V ; - pole_N : N ; - polevi_A : A ; - polevyd_N : N ; - polevyden_A : A ; - polevydstvo_N : N ; - polegat_N : N ; - polegatost_N : N ; - poledica_N : N ; - pole_zj_avam_V : V ; - pole_zj_avane_N : N ; - poleza_sht_iten_A : A ; - polezen_A : A ; - poleznost_N : N ; - polezrenie_N : N ; - polekuvam_V : V ; - polekuvane_N : N ; - polemiziram_V : V ; - polemizirane_N : N ; - polemika_N : N ; - polemist_N : N ; - polemi_ch_en_A : A ; - polemi_ch_eski_A : A ; - polepvam_V : V ; - polepvane_N : N ; - polep_ja__V : V ; - polesra_zj_enie_N : N ; - polet_N : N ; - poleten_A : A ; - polet_ja_vam_V : V ; - polet_ja_vane_N : N ; - polza_N : N ; - polzvam_V : V ; - polzvane_N : N ; - polzotvoren_A : A ; - polzuvam_V : V ; - polzuvane_N : N ; - poliandri_ja__N : N ; - polivalenten_A : A ; - polivam_V : V ; - polivane_N : N ; - poliva_ch__N : N ; - poliva_ch_ka_N : N ; - poliven_A : A ; - polivka_N : N ; - poligamen_A : A ; - poligami_ja__N : N ; - poligeneza_N : N ; - poliglot_N : N ; - poliglotka_N : N ; - poligon_N : N ; - poligraf_N : N ; - poligrafi_ch_en_A : A ; - poligrafi_ch_eski_A : A ; - poligrafi_ja__N : N ; - poligrafski_A : A ; - polietilenov_A : A ; - poli_zj_a_V : V ; - poliklinika_N : N ; - poliklini_ch_en_A : A ; - polilej_N : N ; - polimer_N : N ; - polimeren_A : A ; - polimir_N : N ; - polimorfizym_N : N ; - polimorfi_ch_en_A : A ; - polimorfi_ja__N : N ; - polineziec_N : N ; - polinezijski_A : A ; - poline_ja__V : V ; - polinom_N : N ; - polip_N : N ; - polipoviden_A : A ; - poliram_V : V ; - poliran_A : A ; - polirane_N : N ; - polirovam_V : V ; - polirovane_N : N ; - polirova_ch__N : N ; - polirova_ch_en_A : A ; - polirovka_N : N ; - polirov_ch_ik_N : N ; - polisemanti_ch_en_A : A ; - polisemi_ja__N : N ; - polisintezator_N : N ; - polistirenov_A : A ; - politam_V : V ; - politane_N : N ; - politb_iu_ro_N : N ; - politvam_V : V ; - politvane_N : N ; - politeizym_N : N ; - politemigrant_N : N ; - politemigrantka_N : N ; - politemigraci_ja__N : N ; - politehnizaci_ja__N : N ; - politehnika_N : N ; - politehnikum_N : N ; - politehni_ch_eski_A : A ; - politzatvornik_N : N ; - politzatvorni_ch_ka_N : N ; - politiziran_A : A ; - politik_N : N ; - politika_N : N ; - politikan_N : N ; - politikanka_N : N ; - politikanski_A : A ; - politikanstvam_V : V ; - politikanstvane_N : N ; - politikanstvo_N : N ; - politikanstvuvam_V : V ; - politikanstvuvane_N : N ; - politinformaci_ja__N : N ; - politi_ch_en_A : A ; - politi_ch_eski_A : A ; - politi_ch_nost_N : N ; - politkry_zj_ok_N : N ; - politotdel_N : N ; - politoficer_N : N ; - politprosveta_N : N ; - politrabotnik_N : N ; - politrabotni_ch_ka_N : N ; - politupravlenie_N : N ; - politura_N : N ; - polit_sh_kola_N : N ; - polifoni_ch_en_A : A ; - polifoni_ja__N : N ; - polica_N : N ; - policaj_N : N ; - policajka_N : N ; - policejski_A : A ; - policej_sht_ina_N : N ; - polici_ja__N : N ; - poli_ch_avam_V : V ; - poli_ch_ba_N : N ; - poli_ch_ka_N : N ; - polk_N : N ; - polka_N : N ; - polkovi_A : A ; - polkovnik_N : N ; - polkovni_ch_eski_A : A ; - polov_A : A ; - polovin_N : N ; - polovina_N : N ; - polovinvekoven_A : A ; - polovinka_N : N ; - polovin_ch_asov_A : A ; - polovin_ch_at_A : A ; - polovin_ch_atost_N : N ; - polovnica_N : N ; - polovost_N : N ; - polov_ja__V : V ; - polog_N : N ; - polo_zj_enie_N : N ; - polo_zj_itelen_A : A ; - polo_zj_itelnost_N : N ; - polonez_N : N ; - poloneza_N : N ; - polski_A : A ; - poluavtomati_ch_en_A : A ; - polubezsyznanie_N : N ; - polubog_N : N ; - polubogin_ja__N : N ; - polubo_zj_estvo_N : N ; - poluvek_N : N ; - poluvis_sh__A : A ; - poluvis_sh_ist_N : N ; - poluvis_sh_istka_N : N ; - poluvoenen_A : A ; - poluvreme_N : N ; - poluvyzbuden_A : A ; - polugladen_A : A ; - poluglas_N : N ; - poluglasen_A : A ; - polugluh_A : A ; - polugodie_N : N ; - polugodi_sh_en_A : A ; - polugol_A : A ; - polugotov_A : A ; - polugramoten_A : A ; - poluda_N : N ; - poluden_A : A ; - poludiv_A : A ; - poludneven_A : A ; - poludr_ja_mka_N : N ; - polud_ja__V : V ; - polud_ja_vam_V : V ; - polud_ja_vane_N : N ; - polueta_zj__N : N ; - polu_zj_iv_A : A ; - poluzabrava_N : N ; - poluzabraven_A : A ; - poluzavyrtane_N : N ; - poluzakrit_A : A ; - poluzama_ja_n_A : A ; - poluzamrazen_A : A ; - poluzamraz_ja_vam_V : V ; - poluzatvoren_A : A ; - poluzatvorni_ch_eski_A : A ; - poluzatrupvam_V : V ; - poluzatykna_V : V ; - poluzatyna_V : V ; - poluza_sht_ita_N : N ; - poluza_sht_iten_A : A ; - poluza_sht_itnik_N : N ; - poluidiot_N : N ; - poluizgnil_A : A ; - poluizgor_ja__V : V ; - poluizlegna_V : V ; - poluizmina_V : V ; - poluizmryzna_V : V ; - poluizpyr_zj_en_A : A ; - poluizstinal_A : A ; - poluizsyhnal_A : A ; - poluiztrit_A : A ; - poluiz_ja_m_V : V ; - poluinteligent_N : N ; - poluinteligenten_A : A ; - poluinteligenci_ja__N : N ; - poluistina_N : N ; - poluklasik_N : N ; - poluklasi_ch_eski_A : A ; - polukolonialen_A : A ; - polukoloni_ja__N : N ; - polukomforten_A : A ; - polukra_ch_ka_N : N ; - polukryg_N : N ; - polukrygyl_A : A ; - polukultura_N : N ; - polukulturen_A : A ; - polukylbest_A : A ; - polukylbo_N : N ; - polulegalen_A : A ; - polulegna_V : V ; - polulek_A : A ; - polumaska_N : N ; - polumesec_N : N ; - polumese_ch_en_A : A ; - polumrak_N : N ; - polumra_ch_en_A : A ; - polumyrtyv_A : A ; - polum_ja_rka_N : N ; - polunau_ch_en_A : A ; - polunezavisim_A : A ; - poluno_sht__N : N ; - poluno_sht_en_A : A ; - poluoble_ch_en_A : A ; - poluoborot_N : N ; - poluobraboten_A : A ; - poluobrazovan_A : A ; - poluobry_sht_ane_N : N ; - poluokry_zj_nost_N : N ; - poluopitom_ja__V : V ; - poluos_N : N ; - poluosveten_A : A ; - poluostrov_N : N ; - poluostroven_A : A ; - poluosyznat_A : A ; - poluotvar_ja_m_V : V ; - poluotvar_ja_ne_N : N ; - poluotvoren_A : A ; - poluotkrit_A : A ; - poluoficialen_A : A ; - polupansion_N : N ; - polupansioner_N : N ; - polupitomen_A : A ; - polupi_ja_n_A : A ; - poluplaninski_A : A ; - polupobyrkan_A : A ; - poluprazen_A : A ; - poluprovodnik_N : N ; - poluprovodnikov_A : A ; - poluprozra_ch_en_A : A ; - polupustinen_A : A ; - polurazgolen_A : A ; - polurazkysam_V : V ; - polurazpad_N : N ; - polurazru_sh_en_A : A ; - polurafiniran_A : A ; - polusamosto_ja_telen_A : A ; - polusvar_ja__V : V ; - polusvod_N : N ; - poluseriozen_A : A ; - poluskrit_A : A ; - polusl_ja_p_A : A ; - polusma_ch_kvam_V : V ; - polusrut_ja__V : V ; - polustih_N : N ; - polusti_sh_ie_N : N ; - polusurov_A : A ; - polusuteren_A : A ; - polusfera_N : N ; - polusferi_ch_en_A : A ; - polusyble_ch_en_A : A ; - polusyznanie_N : N ; - polusyznatelen_A : A ; - polusyn_N : N ; - polusynen_A : A ; - polusy_ch_uvstvam_V : V ; - polus_ja_nka_N : N ; - polutane_N : N ; - polutvam_V : V ; - polutvane_N : N ; - polutvyrd_A : A ; - polute_zj_yk_A : A ; - polute_ch_en_A : A ; - poluton_N : N ; - polutymen_A : A ; - poluusmivka_N : N ; - poluustoj_ch_iv_A : A ; - polufabrikat_N : N ; - polufinal_N : N ; - polufinalen_A : A ; - polu_ch_avam_V : V ; - polu_ch_avane_N : N ; - polu_ch_as_N : N ; - polu_ch_atel_N : N ; - polu_ch_atelka_N : N ; - polu_ch_en_A : A ; - polu_ch_er_A : A ; - polu_ch_eren_A : A ; - polu_ch_ovek_N : N ; - polu_sh_arie_N : N ; - polu_sh_egovit_A : A ; - polu_sh_uba_N : N ; - polu_sh_ubka_N : N ; - polygvam_V : V ; - polygvane_N : N ; - polyh_N : N ; - polyham_V : V ; - polyhane_N : N ; - polyhvam_V : V ; - polyhvane_N : N ; - pol_iu_bopitstvuvam_V : V ; - pol_iu_bopitstvuvane_N : N ; - pol_iu_buvam_V : V ; - pol_iu_buvane_N : N ; - pol_iu_l_ja_vam_V : V ; - pol_iu_l_ja_vane_N : N ; - pol_iu_s_N : N ; - pol_iu_sen_A : A ; - pol_iu_ci_ja__N : N ; - pol_iu__sh_vam_V : V ; - pol_iu__sh_vane_N : N ; - pol_iu__sh_kvam_V : V ; - pol_iu__sh_kvane_N : N ; - pol_ja_gam_V : V ; - pol_ja_gane_N : N ; - pol_ja_gvam_V : V ; - pol_ja_k_N : N ; - pol_ja_kin_ja__N : N ; - pol_ja_na_N : N ; - pol_ja_nka_N : N ; - pol_ja_ren_A : A ; - pol_ja_rizator_N : N ; - pol_ja_rizaci_ja__N : N ; - pol_ja_riziram_V : V ; - pol_ja_rizirane_N : N ; - pol_ja_rimetyr_N : N ; - pol_ja_rnost_N : N ; - pomagalo_N : N ; - pomagam_V : V ; - pomagane_N : N ; - pomaga_ch__N : N ; - pomaga_ch_ka_N : N ; - pomada_N : N ; - pomazanik_N : N ; - pomazanica_N : N ; - pomazvam_V : V ; - pomazvane_N : N ; - pomajvam_V : V ; - pomajvane_N : N ; - pomak_N : N ; - pomamvam_V : V ; - pomamvane_N : N ; - pomam_ja_ne_N : N ; - pomaham_V : V ; - pomahane_N : N ; - poma_sh_ki_A : A ; - poma_ja_n_A : A ; - pomel_ja__V : V ; - pomen_N : N ; - pomenavam_V : V ; - pomenavane_N : N ; - pomenik_N : N ; - pomenuvam_V : V ; - pomenuvane_N : N ; - pomer_ja__V : V ; - pomestvam_V : V ; - pomestvane_N : N ; - pomes_ja__V : V ; - pome_ch_ta_ja__V : V ; - pome_sh__ch_ik_N : N ; - pome_sh__ch_ica_N : N ; - pome_sh__ch_i_ch_eski_A : A ; - pome_sht_avam_V : V ; - pome_sht_avane_N : N ; - pome_sht_enie_N : N ; - pomien_A : A ; - pomijnik_N : N ; - pomilvam_V : V ; - pomilvane_N : N ; - pominavam_V : V ; - pominavane_N : N ; - pominuvam_V : V ; - pominuvane_N : N ; - pominyk_N : N ; - pominy_ch_en_A : A ; - pomirenie_N : N ; - pomirisvam_V : V ; - pomirisvane_N : N ; - pomiritel_N : N ; - pomiritelen_A : A ; - pomir_ja_vam_V : V ; - pomir_ja_vane_N : N ; - pomisl_ja_m_V : V ; - pomisl_ja_ne_N : N ; - pomisyl_N : N ; - pomitam_V : V ; - pomitane_N : N ; - pomi_ja__V : V ; - pomnene_N : N ; - pomn_ja__V : V ; - pomolvam_V : V ; - pomolvane_N : N ; - pomologi_ja__N : N ; - pomomuvam_V : V ; - pomomuvane_N : N ; - pomorie_N : N ; - pomota_ja__V : V ; - pomohamedan_ch_vam_V : V ; - pomohamedan_ch_vane_N : N ; - pomo_sht__N : N ; - pomo_sht_en_A : A ; - pomo_sht_nik_N : N ; - pomo_sht_nica_N : N ; - pomo_sht_ni_ch_ka_N : N ; - pompa_N : N ; - pompam_V : V ; - pompane_N : N ; - pompen_A : A ; - pompi_ch_ka_N : N ; - pompozen_A : A ; - pompoznost_N : N ; - pompon_N : N ; - pomra_V : V ; - pomra_ch_avam_V : V ; - pomra_ch_avane_N : N ; - pomra_ch_enie_N : N ; - pomrydvam_V : V ; - pomrydvane_N : N ; - pomryzvam_V : V ; - pomryzvane_N : N ; - pomrykvam_V : V ; - pomrykvane_N : N ; - pomu_sh_vam_V : V ; - pomu_sh_vane_N : N ; - pomydr_ja_vam_V : V ; - pomydr_ja_vane_N : N ; - pomykvam_V : V ; - pomykvane_N : N ; - pomyl_ch_avam_V : V ; - pomyl_ch_avane_N : N ; - pomytvam_V : V ; - pomytvane_N : N ; - pomytnen_A : A ; - pomytn_ja_vam_V : V ; - pomytn_ja_vane_N : N ; - pomyt_ja__V : V ; - pomy_ch_vam_V : V ; - pomy_ch_vane_N : N ; - pom_ja_tam_V : V ; - pom_ja_tane_N : N ; - ponabav_ja_m_V : V ; - ponabav_ja_ne_N : N ; - ponabivam_V : V ; - ponabivane_N : N ; - ponabiram_V : V ; - ponabirane_N : N ; - ponabli_zj_avam_V : V ; - ponabli_zj_avane_N : N ; - ponabrulvam_V : V ; - ponabrulvane_N : N ; - ponabutane_N : N ; - ponabutvam_V : V ; - ponabutvane_N : N ; - ponabybvam_V : V ; - ponabybvane_N : N ; - ponabyr_ch_a_V : V ; - ponavest_ja_vam_V : V ; - ponavest_ja_vane_N : N ; - ponavid_ja__V : V ; - ponavikane_N : N ; - ponavikvam_V : V ; - ponavikvane_N : N ; - ponavikna_V : V ; - ponavir_ja_m_V : V ; - ponavir_ja_ne_N : N ; - ponavi_ja__V : V ; - ponavlizam_V : V ; - ponavlizane_N : N ; - ponavyr_zj_a_V : V ; - ponavyrtam_V : V ; - ponavyrtane_N : N ; - ponav_ja_vam_V : V ; - ponav_ja_vane_N : N ; - ponagar_ch_am_V : V ; - ponagar_ch_ane_N : N ; - ponagizdvam_V : V ; - ponagizdvane_N : N ; - ponagizd_ja_m_V : V ; - ponagizd_ja_ne_N : N ; - ponaglas_ja_vam_V : V ; - ponaglas_ja_vane_N : N ; - ponagle_zj_dam_V : V ; - ponagore_sht__ja_vam_V : V ; - ponagore_sht__ja_vane_N : N ; - ponagotv_ja_m_V : V ; - ponagotv_ja_ne_N : N ; - ponago_ja__V : V ; - ponagrebvam_V : V ; - ponagrebvane_N : N ; - ponagr_ja_vam_V : V ; - ponagr_ja_vane_N : N ; - ponadvesvam_V : V ; - ponadvesvane_N : N ; - ponadebel_ja_vam_V : V ; - ponadebel_ja_vane_N : N ; - ponadigam_V : V ; - ponadigane_N : N ; - ponadnikvam_V : V ; - ponadnikvane_N : N ; - ponadup_ch_vam_V : V ; - ponadup_ch_vane_N : N ; - ponaduhvam_V : V ; - ponadu_sh_vam_V : V ; - ponadu_sh_vane_N : N ; - ponadu_ja__V : V ; - ponadyhvam_V : V ; - ponaedr_ja_vam_V : V ; - ponaedr_ja_vane_N : N ; - pona_zj_e_zj_avam_V : V ; - pona_zj_e_zj_avane_N : N ; - pona_zj_ulvam_V : V ; - pona_zj_ulvane_N : N ; - ponazr_ja_vam_V : V ; - ponazr_ja_vane_N : N ; - ponakazvam_V : V ; - ponakalvam_V : V ; - ponakalvane_N : N ; - ponakal_ja_ne_N : N ; - ponakapvam_V : V ; - ponakapvane_N : N ; - ponakastr_ja_m_V : V ; - ponakastr_ja_ne_N : N ; - ponakisvam_V : V ; - ponakisvane_N : N ; - ponakisel_ja_vam_V : V ; - ponakisel_ja_vane_N : N ; - ponaki_ch_vam_V : V ; - ponaki_ch_vane_N : N ; - ponaklon_ja_vam_V : V ; - ponaklon_ja_vane_N : N ; - ponakucvam_V : V ; - ponakucvane_N : N ; - ponalapvam_V : V ; - ponalapvane_N : N ; - ponale_ja__V : V ; - ponal_iu_t_ja_vam_V : V ; - ponal_iu_t_ja_vane_N : N ; - ponamazvam_V : V ; - ponamazvane_N : N ; - ponamale_ja__V : V ; - ponamal_ja_vam_V : V ; - ponamal_ja_vane_N : N ; - ponamekvam_V : V ; - ponamekvane_N : N ; - ponamestvam_V : V ; - ponamestvane_N : N ; - ponames_ja__V : V ; - ponamigvam_V : V ; - ponamigvane_N : N ; - ponaminavam_V : V ; - ponaminavane_N : N ; - ponamirisvam_V : V ; - ponamirisvane_N : N ; - ponamokr_ja_m_V : V ; - ponamokr_ja_ne_N : N ; - ponamotavam_V : V ; - ponamotavane_N : N ; - ponamry_sht_vam_V : V ; - ponamry_sht_vane_N : N ; - ponamusvam_V : V ; - ponamusvane_N : N ; - ponaostr_ja_m_V : V ; - ponaostr_ja_ne_N : N ; - ponapivam_V : V ; - ponapivane_N : N ; - ponapisvam_V : V ; - ponapi_ch_am_V : V ; - ponapi_ch_ane_N : N ; - ponapla_ch_a_V : V ; - ponapla_sh_vam_V : V ; - ponapla_sh_vane_N : N ; - ponapleskane_N : N ; - ponapleskvam_V : V ; - ponapleskvane_N : N ; - ponapliskane_N : N ; - ponapliskvam_V : V ; - ponapliskvane_N : N ; - ponapl_ja_skvam_V : V ; - ponapl_ja_skvane_N : N ; - ponapomn_ja_m_V : V ; - ponapomn_ja_ne_N : N ; - ponapo_ja__V : V ; - ponapra_sh_a_V : V ; - ponapreda_V : V ; - ponaprikazvam_V : V ; - ponaprikazvane_N : N ; - ponapryskane_N : N ; - ponapryskvam_V : V ; - ponapryskvane_N : N ; - ponapr_ja_gam_V : V ; - ponapr_ja_gane_N : N ; - ponapukane_N : N ; - ponapukvam_V : V ; - ponapukvane_N : N ; - ponapylvam_V : V ; - ponapyln_ja_vam_V : V ; - ponapyln_ja_vane_N : N ; - ponapypvam_V : V ; - ponapypvane_N : N ; - ponaran_ja_vam_V : V ; - ponaran_ja_vane_N : N ; - ponarastvam_V : V ; - ponarastvane_N : N ; - ponare_zj_dam_V : V ; - ponare_zj_dane_N : N ; - ponar_ja_zvam_V : V ; - ponar_ja_zvane_N : N ; - ponaseka_V : V ; - ponase_ja__V : V ; - ponasipvam_V : V ; - ponasipvane_N : N ; - ponasi_sht_am_V : V ; - ponasi_sht_ane_N : N ; - ponasla_zj_davam_V : V ; - ponasla_zj_davane_N : N ; - ponaspivam_V : V ; - ponaspivane_N : N ; - ponastivam_V : V ; - ponastivane_N : N ; - ponas_ja_m_V : V ; - ponas_ja_ne_N : N ; - ponate_zj_avam_V : V ; - ponate_zj_avane_N : N ; - ponatisvam_V : V ; - ponatisvane_N : N ; - ponatopl_ja_m_V : V ; - ponatopl_ja_ne_N : N ; - ponatrivam_V : V ; - ponatrivane_N : N ; - ponatro_sh_avam_V : V ; - ponatro_sh_avane_N : N ; - ponatrupane_N : N ; - ponatrupvam_V : V ; - ponatrupvane_N : N ; - ponatupvam_V : V ; - ponatupvane_N : N ; - ponau_ch_avam_V : V ; - ponau_ch_avane_N : N ; - ponahapvam_V : V ; - ponahapvane_N : N ; - ponahod_ja__V : V ; - ponahokane_N : N ; - ponahokvam_V : V ; - ponahokvane_N : N ; - ponahranvam_V : V ; - ponahranvane_N : N ; - ponacepvam_V : V ; - ponacepvane_N : N ; - ponacupvam_V : V ; - ponacupvane_N : N ; - pona_ch_erv_ja_vam_V : V ; - pona_ch_erv_ja_vane_N : N ; - pona_ja_kvam_V : V ; - pona_ja_kvane_N : N ; - pona_ja_m_V : V ; - ponedelnik_N : N ; - ponedelni_sh_ki_A : A ; - ponem_ch_vam_V : V ; - ponem_ch_vane_N : N ; - pone_ch_vam_V : V ; - pone_ch_vane_N : N ; - poni_N : N ; - poni_zj_avam_V : V ; - poni_zj_avane_N : N ; - poni_zj_enie_N : N ; - poniz_ja_vam_V : V ; - poniz_ja_vane_N : N ; - ponikvam_V : V ; - ponikvane_N : N ; - poni_ch_ka_N : N ; - ponosim_A : A ; - ponosimost_N : N ; - ponos_ja__V : V ; - ponrav_ja_m_V : V ; - ponrav_ja_ne_N : N ; - pontijski_A : A ; - ponton_N : N ; - pontonen_A : A ; - pon_ja_sam_V : V ; - pon_ja_sane_N : N ; - pon_ja_ten_A : A ; - pon_ja_tie_N : N ; - pon_ja_tnost_N : N ; - pooba_zj_dam_V : V ; - pooba_zj_dane_N : N ; - poobigravam_V : V ; - poobikal_ja_m_V : V ; - poobikal_ja_ne_N : N ; - pooblek_ch_avam_V : V ; - pooblek_ch_avane_N : N ; - pooblizvam_V : V ; - poobli_ch_am_V : V ; - poobli_ch_ane_N : N ; - poobmisl_ja_m_V : V ; - poobmisl_ja_ne_N : N ; - poobodr_ja_vam_V : V ; - poobodr_ja_vane_N : N ; - poobrabotvam_V : V ; - poobrabotvane_N : N ; - poobrygvam_V : V ; - poobrygvane_N : N ; - poobsy_zj_dam_V : V ; - poobsy_zj_dane_N : N ; - poobyrkam_V : V ; - poobyrkane_N : N ; - poobyr_sh_a_V : V ; - poogladn_ja_vam_V : V ; - poogladn_ja_vane_N : N ; - poogla_zj_dam_V : V ; - poogla_zj_dane_N : N ; - poogledane_N : N ; - poogle_zj_dam_V : V ; - poogle_zj_dane_N : N ; - pooglup_ja_vam_V : V ; - pooglup_ja_vane_N : N ; - pooglu_sh_avam_V : V ; - pooglu_sh_avane_N : N ; - poogolvam_V : V ; - poogol_ja_vam_V : V ; - poogol_ja_vane_N : N ; - poograni_ch_avam_V : V ; - poograni_ch_avane_N : N ; - poogyvam_V : V ; - poogyvane_N : N ; - poodrypvam_V : V ; - poodrypvane_N : N ; - pooduhane_N : N ; - pooduhvam_V : V ; - pooduhvane_N : N ; - poo_zj_adn_ja_vam_V : V ; - poo_zj_adn_ja_vane_N : N ; - poo_zj_ive_ja__V : V ; - poo_zj_iv_ja_vam_V : V ; - poo_zj_iv_ja_vane_N : N ; - poozada_ch_avam_V : V ; - poozada_ch_avane_N : N ; - poozorvam_V : V ; - poozyrtam_V : V ; - poozyrtane_N : N ; - pookalvam_V : V ; - pookalvane_N : N ; - pookal_ja_m_V : V ; - pookal_ja_ne_N : N ; - pookapvam_V : V ; - pookapvane_N : N ; - pookastr_ja_m_V : V ; - pookastr_ja_ne_N : N ; - pooka_ja__V : V ; - pookopitvam_V : V ; - pookopitvane_N : N ; - pookura_zj_avam_V : V ; - pookura_zj_avane_N : N ; - pookyr_sh_vam_V : V ; - pookyr_sh_vane_N : N ; - pookysam_V : V ; - pookysane_N : N ; - pookyse_ja__V : V ; - pookys_ja_vam_V : V ; - pookys_ja_vane_N : N ; - poolekvam_V : V ; - poolekvane_N : N ; - pool_iu__sht_en_A : A ; - poomekvam_V : V ; - poomekvane_N : N ; - poometa_V : V ; - poomyrlu_sh_vam_V : V ; - poomyrlu_sh_vane_N : N ; - poopadane_N : N ; - poopadvam_V : V ; - poopadvane_N : N ; - pooparvam_V : V ; - pooparvane_N : N ; - poopasa_V : V ; - poopa_sh_a_V : V ; - pooper_ja__V : V ; - poopipane_N : N ; - poopipvam_V : V ; - poopipvane_N : N ; - poopiram_V : V ; - poopirane_N : N ; - poopisvam_V : V ; - poopisvane_N : N ; - poopitane_N : N ; - poopitvam_V : V ; - poopitvane_N : N ; - poopi_ch_am_V : V ; - poopi_ch_ane_N : N ; - pooplakvam_V : V ; - pooplakvane_N : N ; - poopleskane_N : N ; - poopleskvam_V : V ; - poopleskvane_N : N ; - poople_sh_iv_ja_vam_V : V ; - poople_sh_iv_ja_vane_N : N ; - poopoznavam_V : V ; - poopoznavane_N : N ; - poopomn_ja_m_V : V ; - poopomn_ja_ne_N : N ; - poopra_V : V ; - pooprav_ja_m_V : V ; - pooprav_ja_ne_N : N ; - pooprazvam_V : V ; - pooprazvane_N : N ; - poopresn_ja_vam_V : V ; - poopresn_ja_vane_N : N ; - pooprost_ja_vam_V : V ; - pooprost_ja_vane_N : N ; - poopu_sh_vam_V : V ; - poopu_sh_vane_N : N ; - poora_V : V ; - pooryfvam_V : V ; - poor_ja_zvam_V : V ; - poor_ja_zvane_N : N ; - poosve_zj_avam_V : V ; - poosve_zj_avane_N : N ; - poosvobo_zj_davam_V : V ; - poosvobo_zj_davane_N : N ; - pooseka_V : V ; - poosiroma_sh_avam_V : V ; - poosiroma_sh_avane_N : N ; - pooslu_sh_vam_V : V ; - pooslu_sh_vane_N : N ; - poostavam_V : V ; - poostavane_N : N ; - poostar_ja_vam_V : V ; - poostar_ja_vane_N : N ; - poostrigvam_V : V ; - poostrigvane_N : N ; - poostyrgvam_V : V ; - poostyrgvane_N : N ; - pootbivam_V : V ; - pootbivane_N : N ; - pootvar_ja_m_V : V ; - pootvar_ja_ne_N : N ; - pootveda_V : V ; - pootve_ja__V : V ; - pootvikvam_V : V ; - pootvikvane_N : N ; - pootvi_ja__V : V ; - pootgledane_N : N ; - pootgle_zj_dam_V : V ; - pootgle_zj_dane_N : N ; - pootdale_ch_avam_V : V ; - pootdale_ch_avane_N : N ; - pootdel_ja_m_V : V ; - pootdel_ja_ne_N : N ; - pootdrypvam_V : V ; - pootdyhvam_V : V ; - pootdyhvane_N : N ; - pooteg_ch_avam_V : V ; - pootida_V : V ; - pooti_ch_am_V : V ; - pooti_ch_ane_N : N ; - pootka_zj_a_V : V ; - pootklon_ja_vam_V : V ; - pootklon_ja_vane_N : N ; - pootkradvam_V : V ; - pootkradvane_N : N ; - pootkrehvam_V : V ; - pootkrivam_V : V ; - pootkrivane_N : N ; - pootlagam_V : V ; - pootlagane_N : N ; - pootle_ja__V : V ; - pootly_ch_vam_V : V ; - pootly_ch_vane_N : N ; - pootmal_ja_vam_V : V ; - pootmal_ja_vane_N : N ; - pootmestvam_V : V ; - pootmestvane_N : N ; - pootmeta_V : V ; - pootminavam_V : V ; - pootminavane_N : N ; - pootmor_ja_vam_V : V ; - pootmor_ja_vane_N : N ; - pootm_ja_tam_V : V ; - pootm_ja_tane_N : N ; - pootpadam_V : V ; - pootpadane_N : N ; - pootpivam_V : V ; - pootpivane_N : N ; - pootplesvam_V : V ; - pootpo_ch_ivam_V : V ; - pootpo_ch_ivane_N : N ; - pootpuskam_V : V ; - pootpuskane_N : N ; - pootpu_sht_am_V : V ; - pootpu_sht_ane_N : N ; - pootrakvam_V : V ; - pootrakvane_N : N ; - pootrasna_V : V ; - pootrastvam_V : V ; - pootrastvane_N : N ; - pootre_zj_a_V : V ; - pootrezn_ja_vam_V : V ; - pootrezn_ja_vane_N : N ; - pootse_ja__V : V ; - pootslabvam_V : V ; - pootslabvane_N : N ; - pootslab_ja__V : V ; - pootspivam_V : V ; - pootspivane_N : N ; - pootstran_ja_vam_V : V ; - pootstran_ja_vane_N : N ; - pootstyp_ja__V : V ; - pootu_ch_vam_V : V ; - pootu_ch_vane_N : N ; - poot_ch_u_zj_davam_V : V ; - poot_ch_u_zj_davane_N : N ; - pootyrsvam_V : V ; - pootyrsvane_N : N ; - poohladn_ja_vam_V : V ; - poohladn_ja_vane_N : N ; - poohlad_ja_vam_V : V ; - poohlad_ja_vane_N : N ; - poohranvam_V : V ; - poohranvane_N : N ; - poo_ch_upvam_V : V ; - poo_ch_upvane_N : N ; - poo_sht_renie_N : N ; - poo_sht_ritel_N : N ; - poo_sht_ritelen_A : A ; - poo_sht_r_ja_vam_V : V ; - poo_sht_r_ja_vane_N : N ; - pop_N : N ; - popadam_V : V ; - popadane_N : N ; - popadenie_N : N ; - popadijka_N : N ; - popadi_ja__N : N ; - popazaruvam_V : V ; - popazaruvane_N : N ; - popaz_ja__V : V ; - popara_N : N ; - poparvam_V : V ; - poparvane_N : N ; - poparen_A : A ; - popar_ja_m_V : V ; - popar_ja_ne_N : N ; - popasvam_V : V ; - popasvane_N : N ; - popeka_V : V ; - pope_ch_el_ja__V : V ; - pope_ch_enie_N : N ; - pope_ch_itel_N : N ; - pope_ch_itelka_N : N ; - pope_ch_itelstvo_N : N ; - popivam_V : V ; - popivane_N : N ; - popivatelen_A : A ; - popivka_N : N ; - popijvam_V : V ; - popijvane_N : N ; - popikavam_V : V ; - popikavane_N : N ; - popipane_N : N ; - popipvam_V : V ; - popipvane_N : N ; - popisvam_V : V ; - popisvane_N : N ; - popitane_N : N ; - popitvam_V : V ; - popitvane_N : N ; - poplavam_V : V ; - poplavane_N : N ; - poplavyk_N : N ; - poplakvam_V : V ; - poplakvane_N : N ; - poplin_N : N ; - popluvam_V : V ; - popluvane_N : N ; - popl_iu_vko_N : N ; - popl_iu__ja__V : V ; - popovdigam_V : V ; - popovdigane_N : N ; - popovli_ch_am_V : V ; - popovli_ch_ane_N : N ; - popovski_A : A ; - popov_sht_ina_N : N ; - popogledane_N : N ; - popogledna_V : V ; - popogle_zj_dam_V : V ; - popogle_zj_dane_N : N ; - popodrusvam_V : V ; - popodrusvane_N : N ; - popodr_ja_mvam_V : V ; - popodr_ja_mvane_N : N ; - popodut_A : A ; - popokla_sht_am_V : V ; - popokla_sht_ane_N : N ; - poporasna_V : V ; - poporastvam_V : V ; - poporastvane_N : N ; - popospla_sh_vam_V : V ; - popospla_sh_vane_N : N ; - popostopl_ja_m_V : V ; - popostopl_ja_ne_N : N ; - popost_ja_gam_V : V ; - popost_ja_gane_N : N ; - popraven_A : A ; - popravim_A : A ; - popravitelen_A : A ; - popravka_N : N ; - poprav_ja_m_V : V ; - poprav_ja_ne_N : N ; - popreval_ja_vam_V : V ; - popreval_ja_vane_N : N ; - popregledane_N : N ; - popregle_zj_dam_V : V ; - popregle_zj_dane_N : N ; - popreglytvam_V : V ; - popregyrbvam_V : V ; - popregyrbvane_N : N ; - popregyrb_ja_m_V : V ; - popregyrb_ja_ne_N : N ; - popreda_V : V ; - poprekal_ja_vam_V : V ; - poprekal_ja_vane_N : N ; - poprele_ja__V : V ; - poprelist_ja__V : V ; - popreminavam_V : V ; - popreminavane_N : N ; - poprepivam_V : V ; - poprepivane_N : N ; - poprepitvam_V : V ; - poprepi_sh_a_V : V ; - poprerabotvam_V : V ; - poprerabotvane_N : N ; - poprere_zj_a_V : V ; - popreseka_V : V ; - poprese_ja__V : V ; - popresilvam_V : V ; - popresol_ja_vam_V : V ; - popresol_ja_vane_N : N ; - poprehvyrl_ja_m_V : V ; - poprehvyrl_ja_ne_N : N ; - popre_ch_vam_V : V ; - popre_ch_vane_N : N ; - popre_ja__zj_dam_V : V ; - popre_ja__zj_dane_N : N ; - popribli_zj_avam_V : V ; - popribli_zj_avane_N : N ; - poprivdigam_V : V ; - poprivdigane_N : N ; - poprivikvam_V : V ; - poprivikvane_N : N ; - poprivyr_zj_a_V : V ; - poprivyr_sh_vam_V : V ; - poprivyr_sh_vane_N : N ; - popridrypvam_V : V ; - popridrypvane_N : N ; - poprikazvam_V : V ; - poprikazvane_N : N ; - poprikl_iu__ch_vam_V : V ; - poprikl_iu__ch_vane_N : N ; - poprikrivam_V : V ; - poprikrivane_N : N ; - poprikytvam_V : V ; - poprikytvane_N : N ; - poprilo_sh_avam_V : V ; - poprilo_sh_avane_N : N ; - popripkvam_V : V ; - popripkvane_N : N ; - popritajvam_V : V ; - popritajvane_N : N ; - popritvar_ja_m_V : V ; - popritvar_ja_ne_N : N ; - popritegl_ja_m_V : V ; - popritegl_ja_ne_N : N ; - popritul_ja_m_V : V ; - popritul_ja_ne_N : N ; - poprit_ja_gam_V : V ; - popri_sht_e_N : N ; - poprosvam_V : V ; - poprosvane_N : N ; - popryskane_N : N ; - popryskvam_V : V ; - popryskvane_N : N ; - popski_A : A ; - popukane_N : N ; - popukvam_V : V ; - popukvane_N : N ; - populaci_ja__N : N ; - popul_ja_ren_A : A ; - popul_ja_rizator_N : N ; - popul_ja_rizatorka_N : N ; - popul_ja_rizaci_ja__N : N ; - popul_ja_riziram_V : V ; - popul_ja_rizirane_N : N ; - popul_ja_rnost_N : N ; - popu_sh_vam_V : V ; - popu_sh_vane_N : N ; - pop_ch_e_N : N ; - pop_sht_ina_N : N ; - popylvam_V : V ; - popylvane_N : N ; - popylznovenie_N : N ; - popylz_ja_vam_V : V ; - popylz_ja_vane_N : N ; - popyln_ja_m_V : V ; - popyln_ja_ne_N : N ; - popyr_zj_am_V : V ; - popyr_zj_ane_N : N ; - popyr_zj_n_ja__N : N ; - popyten_A : A ; - popytuvam_V : V ; - popytuvane_N : N ; - pop_ja_vam_V : V ; - pop_ja_vane_N : N ; - por_N : N ; - pora_N : N ; - porabotvam_V : V ; - porabotvane_N : N ; - poradvam_V : V ; - poradvane_N : N ; - pora_zj_dam_V : V ; - pora_zj_dane_N : N ; - pora_zj_enec_N : N ; - pora_zj_enie_N : N ; - pora_zj_enski_A : A ; - pora_zj_enstvo_N : N ; - porazbiram_V : V ; - porazbirane_N : N ; - porazbutvam_V : V ; - porazbutvane_N : N ; - porazbyrzvam_V : V ; - porazbyrzvane_N : N ; - porazvar_ja_vam_V : V ; - porazvar_ja_vane_N : N ; - porazvar_ja_m_V : V ; - porazvedr_ja_vam_V : V ; - porazvedr_ja_vane_N : N ; - porazve_zj_dam_V : V ; - porazvesel_ja_vam_V : V ; - porazvesel_ja_vane_N : N ; - porazve_ja__V : V ; - porazvivam_V : V ; - porazvivane_N : N ; - porazvyr_zj_a_V : V ; - porazvyrt_ja_vam_V : V ; - porazvyrt_ja_vane_N : N ; - porazgle_zj_dam_V : V ; - porazgle_zj_dane_N : N ; - porazgnev_ja_vam_V : V ; - porazgnev_ja_vane_N : N ; - porazgovar_ja_m_V : V ; - porazgovar_ja_ne_N : N ; - porazgovorvam_V : V ; - porazgovorvane_N : N ; - porazgolvam_V : V ; - porazgolvane_N : N ; - porazdavam_V : V ; - porazdvi_zj_vam_V : V ; - porazdel_ja_m_V : V ; - porazdel_ja_ne_N : N ; - porazdrazn_ja_m_V : V ; - porazdrazn_ja_ne_N : N ; - porazdrob_ja_vam_V : V ; - porazdrusane_N : N ; - porazdrusvam_V : V ; - porazdrusvane_N : N ; - porazdumvam_V : V ; - porazdumvane_N : N ; - porazenica_N : N ; - porazzelen_ja_vam_V : V ; - porazzelen_ja_vane_N : N ; - porazigravam_V : V ; - porazigravane_N : N ; - porazitelen_A : A ; - porazi_ja__N : N ; - porazkazvam_V : V ; - porazkazvane_N : N ; - porazkarvam_V : V ; - porazkarvane_N : N ; - porazkla_sht_am_V : V ; - porazkolebavam_V : V ; - porazkolebavane_N : N ; - porazkopavam_V : V ; - porazkopavane_N : N ; - porazkrivam_V : V ; - porazkrivane_N : N ; - porazkyrtvam_V : V ; - porazkyrtvane_N : N ; - porazkyr_sh_vam_V : V ; - porazkyr_sh_vane_N : N ; - porazle_ja__V : V ; - porazlistvam_V : V ; - porazlistvane_N : N ; - porazl_iu_l_ja_vam_V : V ; - porazl_iu_l_ja_vane_N : N ; - porazmestvam_V : V ; - porazmisl_ja_m_V : V ; - porazmisl_ja_ne_N : N ; - porazmyrdvam_V : V ; - porazmyrdvane_N : N ; - poraznik_N : N ; - porazpe_ja__V : V ; - porazpitvam_V : V ; - porazpitvane_N : N ; - porazpla_ch_a_V : V ; - porazpla_sht_am_V : V ; - porazpla_sht_ane_N : N ; - porazpolagam_V : V ; - porazprav_ja_m_V : V ; - porazprav_ja_ne_N : N ; - porazprikazvam_V : V ; - porazprikazvane_N : N ; - porazrav_ja_m_V : V ; - porazre_zj_a_V : V ; - porazrivam_V : V ; - porazrivane_N : N ; - porazseka_V : V ; - porazse_ja__V : V ; - porazsyrdvam_V : V ; - porazsyrdvane_N : N ; - porazti_ch_vam_V : V ; - porazti_ch_vane_N : N ; - poraztrebvam_V : V ; - poraztrebvane_N : N ; - poraztreb_ja_m_V : V ; - poraztreb_ja_ne_N : N ; - poraztri_ja__V : V ; - poraztypkvam_V : V ; - poraztypkvane_N : N ; - poraztyrsvam_V : V ; - poraztyrsvane_N : N ; - porazt_ja_gam_V : V ; - porazt_ja_gane_N : N ; - porazhlad_ja_vam_V : V ; - porazhlad_ja_vane_N : N ; - porazhla_zj_dam_V : V ; - porazhla_zj_dane_N : N ; - porazho_zj_dam_V : V ; - porazho_zj_dane_N : N ; - poraz_ch_istvam_V : V ; - poraz_ch_istvane_N : N ; - poraz_ch_uvam_V : V ; - poraz_ch_uvane_N : N ; - poraz_ch_upvam_V : V ; - poraz_ch_upvane_N : N ; - poraz_sh_avam_V : V ; - poraz_sh_avane_N : N ; - poraz_ja_vam_V : V ; - poraz_ja_vane_N : N ; - porasna_V : V ; - porastvam_V : V ; - porastvane_N : N ; - poreden_A : A ; - poredica_N : N ; - porednost_N : N ; - poreka_V : V ; - porest_A : A ; - pore_ch_ie_N : N ; - poriv_N : N ; - porivist_A : A ; - poricavam_V : V ; - poricavane_N : N ; - poricanie_N : N ; - poricatel_N : N ; - poricatelen_A : A ; - porna_V : V ; - pornoaktxor_N : N ; - pornograf_N : N ; - pornografen_A : A ; - pornografi_ja__N : N ; - pornografski_A : A ; - porobvam_V : V ; - porobvane_N : N ; - porobitel_N : N ; - porobitelka_N : N ; - porobitelski_A : A ; - porov_ja__V : V ; - poroda_N : N ; - poroden_A : A ; - porodist_A : A ; - poroen_A : A ; - porozov_ja_vam_V : V ; - porozov_ja_vane_N : N ; - poroi_sht_e_N : N ; - poroj_N : N ; - porok_N : N ; - poro_ch_en_A : A ; - poro_ch_nost_N : N ; - port_N : N ; - porta_N : N ; - portal_N : N ; - portalen_A : A ; - portamento_N : N ; - portativen_A : A ; - portativnost_N : N ; - portvajn_N : N ; - portier_N : N ; - portierka_N : N ; - portik_N : N ; - portmone_N : N ; - portov_A : A ; - portokal_N : N ; - portokalen_A : A ; - portokalov_A : A ; - portret_N : N ; - portreten_A : A ; - portretiram_V : V ; - portretirane_N : N ; - portretist_N : N ; - portretistka_N : N ; - portugalec_N : N ; - portugalka_N : N ; - portugalski_A : A ; - portfejl_N : N ; - porugavam_V : V ; - porugavane_N : N ; - poruganie_N : N ; - porumen_ja_vam_V : V ; - porumen_ja_vane_N : N ; - porus_ja_vam_V : V ; - porus_ja_vane_N : N ; - porutvam_V : V ; - porutvane_N : N ; - porutenost_N : N ; - poru_ch_ik_N : N ; - porfir_N : N ; - porfira_N : N ; - porfiren_A : A ; - porcelan_N : N ; - porcelanov_A : A ; - porcion_N : N ; - porcionen_A : A ; - porci_ja__N : N ; - porybvam_V : V ; - porybvane_N : N ; - poryb_ja_m_V : V ; - poryb_ja_ne_N : N ; - porysvam_V : V ; - porysvane_N : N ; - porys_ja_m_V : V ; - porys_ja_ne_N : N ; - pory_ch_ane_N : N ; - pory_ch_vam_V : V ; - pory_ch_vane_N : N ; - pory_ch_enie_N : N ; - pory_ch_itel_N : N ; - pory_ch_itelka_N : N ; - pory_ch_itelstvam_V : V ; - pory_ch_itelstvane_N : N ; - pory_ch_itelstvo_N : N ; - pory_ch_itelstvuvam_V : V ; - pory_ch_itelstvuvane_N : N ; - pory_ch_ka_N : N ; - por_ja__V : V ; - por_ja_dyk_N : N ; - por_ja_dy_ch_en_A : A ; - por_ja_dy_ch_nost_N : N ; - por_ja_zanik_N : N ; - por_ja_zanica_N : N ; - por_ja_zvam_V : V ; - por_ja_zvane_N : N ; - posady_ch_en_A : A ; - posa_zj_dam_V : V ; - posa_zj_dane_N : N ; - posbutvam_V : V ; - posbyrkvam_V : V ; - posbyrkvane_N : N ; - posval_ja__V : V ; - posvar_ja_vam_V : V ; - posvar_ja_vane_N : N ; - posveda_V : V ; - posven_ja_vam_V : V ; - posven_ja_vane_N : N ; - posvest_ja_vam_V : V ; - posvest_ja_vane_N : N ; - posveten_A : A ; - posvetna_V : V ; - posve_sht_avam_V : V ; - posve_sht_avane_N : N ; - posve_sht_enie_N : N ; - posvivam_V : V ; - posvivane_N : N ; - posvid_ja_vam_V : V ; - posvikvam_V : V ; - posvikvane_N : N ; - posvir_ja__V : V ; - posvyr_sh_vam_V : V ; - posvyr_sh_vane_N : N ; - posgr_ja_vam_V : V ; - posgu_sh_vam_V : V ; - posgu_sh_vane_N : N ; - posgyvam_V : V ; - posgyvane_N : N ; - posgyl_ch_avam_V : V ; - posgyl_ch_avane_N : N ; - posgyst_ja_vam_V : V ; - posgyst_ja_vane_N : N ; - posev_N : N ; - poseven_A : A ; - posegatel_N : N ; - posegatelka_N : N ; - posegatelski_A : A ; - posegatelstvo_N : N ; - posed_ja_vam_V : V ; - posed_ja_vane_N : N ; - poselvam_V : V ; - poselvane_N : N ; - poselenie_N : N ; - poseli_sht_e_N : N ; - poselnik_N : N ; - posestrima_N : N ; - posetitel_N : N ; - posetitelka_N : N ; - pose_sht_avam_V : V ; - pose_sht_avane_N : N ; - pose_sht_aemost_N : N ; - pose_sht_enie_N : N ; - posiv_ja_vam_V : V ; - posiv_ja_vane_N : N ; - posinvane_N : N ; - posin_ja_vam_V : V ; - posin_ja_vane_N : N ; - posipvam_V : V ; - posipvane_N : N ; - posiram_V : V ; - posirane_N : N ; - posi_ch_am_V : V ; - posi_ch_ane_N : N ; - poskane_N : N ; - poskarane_N : N ; - poskarvam_V : V ; - poskarvane_N : N ; - poskitane_N : N ; - poskitvam_V : V ; - poskitvane_N : N ; - poskrivam_V : V ; - poskro_ja__V : V ; - poskypvam_V : V ; - poskypvane_N : N ; - poskypne_ja__V : V ; - poskyp_ja_vam_V : V ; - poskyp_ja_vane_N : N ; - poskyrcane_N : N ; - poskyrcvam_V : V ; - poskyrcvane_N : N ; - poskysam_V : V ; - poskysane_N : N ; - poskys_ja_vam_V : V ; - poskys_ja_vane_N : N ; - poskytvam_V : V ; - poslav_ja_n_ch_vam_V : V ; - poslav_ja_n_ch_vane_N : N ; - poslanie_N : N ; - poslanik_N : N ; - poslani_ch_eski_A : A ; - poslani_ch_estvo_N : N ; - poslani_ch_ka_N : N ; - posledvam_V : V ; - posledvane_N : N ; - posleden_A : A ; - posledica_N : N ; - posledovatel_N : N ; - posledovatelen_A : A ; - posledovatelka_N : N ; - posledovatelnost_N : N ; - posledovnost_N : N ; - posledstven_A : A ; - posledstvie_N : N ; - posled_ja__V : V ; - posleobraz_N : N ; - poslepis_N : N ; - posleslov_N : N ; - posleslovie_N : N ; - posle_sh_en_A : A ; - poslovica_N : N ; - poslovi_ch_en_A : A ; - poslovi_ch_nost_N : N ; - poslu_zj_vam_V : V ; - poslu_zj_vane_N : N ; - poslu_sh_ane_N : N ; - poslu_sh_anie_N : N ; - poslu_sh_vam_V : V ; - poslu_sh_vane_N : N ; - poslu_sh_en_A : A ; - poslu_sh_nik_N : N ; - poslu_sh_nica_N : N ; - poslu_sh_ni_ch_estvo_N : N ; - poslu_sh_nost_N : N ; - poslygvam_V : V ; - poslygvane_N : N ; - posmal_ja_vam_V : V ; - posmal_ja_vane_N : N ; - posmel_ja__V : V ; - posmestvam_V : V ; - posmestvane_N : N ; - posmes_ja__V : V ; - posmeta_V : V ; - posme_sh_i_sht_e_N : N ; - posmukvam_V : V ; - posmukvane_N : N ; - posmut_ja__V : V ; - posmu_sh_kvam_V : V ; - posmu_sh_kvane_N : N ; - posmymr_ja_m_V : V ; - posmymr_ja_ne_N : N ; - posmyrten_A : A ; - posm_ja_vam_V : V ; - posm_ja_vane_N : N ; - posobie_N : N ; - posoka_N : N ; - posolstvo_N : N ; - posol_ja_vam_V : V ; - posol_ja_vane_N : N ; - poso_ch_vam_V : V ; - poso_ch_vane_N : N ; - poso_ch_en_A : A ; - pospadam_V : V ; - pospadane_N : N ; - pospivam_V : V ; - pospivane_N : N ; - pospiram_V : V ; - pospirane_N : N ; - pospla_sh_vam_V : V ; - posporvam_V : V ; - posporvane_N : N ; - posramvam_V : V ; - posramvane_N : N ; - posram_ja_vam_V : V ; - posram_ja_vane_N : N ; - posram_ja_m_V : V ; - posram_ja_ne_N : N ; - posrebre_ja__V : V ; - posrebr_ja_vam_V : V ; - posrebr_ja_vane_N : N ; - posrednik_N : N ; - posrednica_N : N ; - posredni_ch_a_V : V ; - posredni_ch_eski_A : A ; - posredni_ch_estvo_N : N ; - posredstven_A : A ; - posredstvenost_N : N ; - posre_sht_am_V : V ; - posre_sht_ane_N : N ; - posre_sht_a_ch__N : N ; - posre_sht_a_ch_ka_N : N ; - posrybvam_V : V ; - posrybvane_N : N ; - posrygvam_V : V ; - posrygvane_N : N ; - post_N : N ; - postavam_V : V ; - postavka_N : N ; - postav_ja_m_V : V ; - postav_ja_ne_N : N ; - postal_A : A ; - postament_N : N ; - postanovka_N : N ; - postanovlenie_N : N ; - postanov_ch_ik_N : N ; - postanovy_ch_en_A : A ; - postanov_ja_vam_V : V ; - postanov_ja_vane_N : N ; - postaravam_V : V ; - postaravane_N : N ; - postegna_V : V ; - postelka_N : N ; - postel_ja__N : N ; - posten_A : A ; - postene_N : N ; - postepenen_A : A ; - postepennost_N : N ; - poster_N : N ; - postigam_V : V ; - postigane_N : N ; - postignat_A : A ; - posti_zj_enie_N : N ; - posti_zj_im_A : A ; - posti_zj_imost_N : N ; - postilam_V : V ; - postilane_N : N ; - postilka_N : N ; - postindustrialen_A : A ; - postihvam_V : V ; - postihvane_N : N ; - postlan_A : A ; - postnik_N : N ; - postnica_N : N ; - postov_A : A ; - postovi_A : A ; - postopl_ja_m_V : V ; - postopl_ja_ne_N : N ; - posto_ja_vam_V : V ; - posto_ja_vane_N : N ; - posto_ja_nen_A : A ; - posto_ja_nnost_N : N ; - posto_ja_nnotokov_A : A ; - posto_ja_nstvam_V : V ; - posto_ja_nstvane_N : N ; - posto_ja_nstvo_N : N ; - posto_ja_nstvuvam_V : V ; - posto_ja_nstvuvane_N : N ; - postpozici_ja__N : N ; - postradane_N : N ; - postradvam_V : V ; - postradvane_N : N ; - postrel_ja_m_V : V ; - postroenie_N : N ; - postrojka_N : N ; - postro_ja_vam_V : V ; - postro_ja_vane_N : N ; - postulat_N : N ; - postuliram_V : V ; - postfiks_N : N ; - posthipnoti_ch_en_A : A ; - postypatelen_A : A ; - postypvam_V : V ; - postypvane_N : N ; - postypka_N : N ; - postyplenie_N : N ; - post_ja__V : V ; - post_ja_gam_V : V ; - post_ja_gane_N : N ; - pos_ch_epkvam_V : V ; - posybiram_V : V ; - posyvetvam_V : V ; - posyvetvane_N : N ; - posyvzemam_V : V ; - posy_zj_iv_ja_vam_V : V ; - posy_zj_iv_ja_vane_N : N ; - posyrvam_V : V ; - posyrvane_N : N ; - posyrnalost_N : N ; - pos_ja_vam_V : V ; - pos_ja_vane_N : N ; - pos_ja_vka_N : N ; - pos_ja_gam_V : V ; - pos_ja_gane_N : N ; - pos_ja_dam_V : V ; - pos_ja_dane_N : N ; - pos_ja_dvam_V : V ; - pos_ja_dvane_N : N ; - pot_N : N ; - potaen_A : A ; - potajvam_V : V ; - potajvane_N : N ; - potajnik_N : N ; - potajnica_N : N ; - potajni_ch_e_N : N ; - potajnost_N : N ; - potancuvam_V : V ; - potancuvane_N : N ; - potapnik_N : N ; - potap_ja_m_V : V ; - potap_ja_ne_N : N ; - pota_sh__N : N ; - potvyrditelen_A : A ; - potvyrd_ja_vam_V : V ; - potvyrd_ja_vane_N : N ; - potvyr_zj_davam_V : V ; - potvyr_zj_davane_N : N ; - potvyr_zj_denie_N : N ; - potegl_ja_m_V : V ; - potegl_ja_ne_N : N ; - potegna_V : V ; - poteka_V : V ; - poteklo_N : N ; - poten_A : A ; - potene_N : N ; - potenten_A : A ; - potentnost_N : N ; - potencial_N : N ; - potencialen_A : A ; - potencialnost_N : N ; - potenci_ja__N : N ; - poter_ja__N : N ; - potiln_ja__N : N ; - potir_N : N ; - potir_ja__V : V ; - potiskam_V : V ; - potiskane_N : N ; - potisnat_A : A ; - potisnatost_N : N ; - potisnik_N : N ; - potisnica_N : N ; - potisni_ch_eski_A : A ; - potisni_ch_estvo_N : N ; - poti_ch_ane_N : N ; - poti_ch_vam_V : V ; - poti_ch_vane_N : N ; - potnik_N : N ; - potok_N : N ; - potomec_N : N ; - potomka_N : N ; - potomstven_A : A ; - potomstvo_N : N ; - potomyk_N : N ; - poton_N : N ; - potonen_A : A ; - potop_N : N ; - potop_ja_vam_V : V ; - potop_ja_vane_N : N ; - poto_ch_e_N : N ; - poto_ch_en_A : A ; - poto_ch_nost_N : N ; - potpur_N : N ; - potrajvam_V : V ; - potrajvane_N : N ; - potrakane_N : N ; - potrakvam_V : V ; - potrakvane_N : N ; - potreba_N : N ; - potreben_A : A ; - potrebitel_N : N ; - potrebitelen_A : A ; - potrebitelka_N : N ; - potrebitelski_A : A ; - potreblenie_N : N ; - potrebnost_N : N ; - potreb_ja_vam_V : V ; - potreb_ja_vane_N : N ; - potrepvam_V : V ; - potrepvane_N : N ; - potrepervam_V : V ; - potrepervane_N : N ; - potrepkam_V : V ; - potrepkane_N : N ; - potres_N : N ; - potresava_sht__A : A ; - potresvam_V : V ; - potresvane_N : N ; - potresen_A : A ; - potretvam_V : V ; - potretvane_N : N ; - potret_ja_m_V : V ; - potret_ja_ne_N : N ; - potrivam_V : V ; - potrivane_N : N ; - potrisam_V : V ; - potrisane_N : N ; - potropane_N : N ; - potropvam_V : V ; - potropvane_N : N ; - potro_sh_avam_V : V ; - potro_sh_avane_N : N ; - potrudvam_V : V ; - potrudvane_N : N ; - potrygvam_V : V ; - potrygvane_N : N ; - potrypvam_V : V ; - potrypvane_N : N ; - potrysvam_V : V ; - potrysvane_N : N ; - potr_ja_bvam_V : V ; - potr_ja_bvane_N : N ; - potulvam_V : V ; - potulvane_N : N ; - potul_ja_m_V : V ; - potul_ja_ne_N : N ; - potupane_N : N ; - potupvam_V : V ; - potupvane_N : N ; - poturankovec_N : N ; - potur_ch_vam_V : V ; - potur_ch_vane_N : N ; - potu_sh_avam_V : V ; - potu_sh_avane_N : N ; - potu_sh_itelen_A : A ; - potyvam_V : V ; - potyvane_N : N ; - potykvam_V : V ; - potykvane_N : N ; - potymnenie_N : N ; - potymne_ja__V : V ; - potymn_ja_vam_V : V ; - potymn_ja_vane_N : N ; - potypkan_A : A ; - potypkvam_V : V ; - potypkvane_N : N ; - potyrkvam_V : V ; - potyrkvane_N : N ; - potyrpev_sh__A : A ; - potyrp_ja__V : V ; - potyrsvam_V : V ; - potyrsvane_N : N ; - potytr_ja_m_V : V ; - potytr_ja_ne_N : N ; - pot_ja__V : V ; - pot_ja_gam_V : V ; - pot_ja_gane_N : N ; - poube_zj_davam_V : V ; - poube_zj_davane_N : N ; - pouvehna_V : V ; - pouvli_ch_am_V : V ; - pouvli_ch_ane_N : N ; - pouka_N : N ; - poukrepvam_V : V ; - poukrepvane_N : N ; - poukrepna_V : V ; - poukrivam_V : V ; - poukrivane_N : N ; - poukrot_ja_vam_V : V ; - poukrot_ja_vane_N : N ; - poul_ja_gam_V : V ; - poul_ja_gane_N : N ; - poumn_ja_vam_V : V ; - poumn_ja_vane_N : N ; - poumyl_ch_avam_V : V ; - poumyl_ch_avane_N : N ; - poupla_sh_vam_V : V ; - poupla_sh_vane_N : N ; - poupra_zj_n_ja_vam_V : V ; - pousilvam_V : V ; - pousilvane_N : N ; - pouskor_ja_vam_V : V ; - pouskor_ja_vane_N : N ; - pousmihvam_V : V ; - pousmihvane_N : N ; - pouspivam_V : V ; - pouspivane_N : N ; - pouspoko_ja_vam_V : V ; - pouspoko_ja_vane_N : N ; - pousymn_ja_vam_V : V ; - pousymn_ja_vane_N : N ; - poutalo_zj_a_V : V ; - poute_sh_avam_V : V ; - poute_sh_avane_N : N ; - poutihvam_V : V ; - poutihvane_N : N ; - poutol_ja_vam_V : V ; - poutol_ja_vane_N : N ; - pouhilvam_V : V ; - pouhilvane_N : N ; - pou_ch_avam_V : V ; - pou_ch_avane_N : N ; - pou_ch_enie_N : N ; - pou_ch_itelen_A : A ; - pou_ch_itelnost_N : N ; - pou_ch_udvam_V : V ; - pou_ch_udvane_N : N ; - poflirtuvam_V : V ; - pohaben_A : A ; - pohabenost_N : N ; - pohab_ja_vam_V : V ; - pohab_ja_vane_N : N ; - pohapvam_V : V ; - pohapvane_N : N ; - pohar_ch_vam_V : V ; - pohar_ch_vane_N : N ; - pohvala_N : N ; - pohvalvam_V : V ; - pohvalvane_N : N ; - pohvalen_A : A ; - pohval_ja_vam_V : V ; - pohval_ja_vane_N : N ; - pohval_ja_m_V : V ; - pohvat_N : N ; - pohvaten_A : A ; - pohvatnost_N : N ; - pohva_sht_am_V : V ; - pohva_sht_ane_N : N ; - pohiten_A : A ; - pohititel_N : N ; - pohititelen_A : A ; - pohititelka_N : N ; - pohit_ja_vam_V : V ; - pohit_ja_vane_N : N ; - pohi_sht_avam_V : V ; - pohi_sht_avane_N : N ; - pohi_sht_vam_V : V ; - pohi_sht_vane_N : N ; - pohi_sht_enie_N : N ; - pohlopane_N : N ; - pohlopvam_V : V ; - pohlopvane_N : N ; - pohlupak_N : N ; - pohlupa_ch_e_N : N ; - pohlupvam_V : V ; - pohlupvane_N : N ; - pohlupka_N : N ; - pohlup_ja_m_V : V ; - pohlup_ja_ne_N : N ; - pohod_N : N ; - pohoden_A : A ; - pohodka_N : N ; - pohod_ja__V : V ; - poho_zj_denie_N : N ; - pohot_N : N ; - pohotliv_A : A ; - pohotlivost_N : N ; - pohristi_ja_n_ch_vam_V : V ; - pohristi_ja_n_ch_vane_N : N ; - pocinkovam_V : V ; - pocinkovane_N : N ; - po_ch_akvam_V : V ; - po_ch_akvane_N : N ; - po_ch_asov_A : A ; - po_ch_va_N : N ; - po_ch_vam_V : V ; - po_ch_vane_N : N ; - po_ch_ven_A : A ; - po_ch_voznanie_N : N ; - po_ch_voobrabotvatelen_A : A ; - po_ch_erven_ja_vam_V : V ; - po_ch_erven_ja_vane_N : N ; - po_ch_erv_ja__V : V ; - po_ch_erv_ja_vane_N : N ; - po_ch_erk_N : N ; - po_ch_erne_ja__V : V ; - po_ch_ern_ja_vam_V : V ; - po_ch_ern_ja_vane_N : N ; - po_ch_ern_ja_m_V : V ; - po_ch_ern_ja_ne_N : N ; - po_ch_erpvam_V : V ; - po_ch_erpvane_N : N ; - po_ch_erpka_N : N ; - po_ch_erpu_sh_ka_N : N ; - po_ch_esvam_V : V ; - po_ch_esvane_N : N ; - po_ch_est_N : N ; - po_ch_et_N : N ; - po_ch_eten_A : A ; - po_ch_ivam_V : V ; - po_ch_ivane_N : N ; - po_ch_iven_A : A ; - po_ch_ivka_N : N ; - po_ch_in_N : N ; - po_ch_istvam_V : V ; - po_ch_istvane_N : N ; - po_ch_it_N : N ; - po_ch_itaem_A : A ; - po_ch_itam_V : V ; - po_ch_itane_N : N ; - po_ch_itanie_N : N ; - po_ch_itatel_N : N ; - po_ch_itatelen_A : A ; - po_ch_itatelka_N : N ; - po_ch_ten_A : A ; - po_ch_tenost_N : N ; - po_ch_titelen_A : A ; - po_ch_titelnost_N : N ; - po_ch_uvam_V : V ; - po_ch_uvane_N : N ; - po_ch_uvstvam_V : V ; - po_ch_uvstvan_A : A ; - po_ch_uvstvane_N : N ; - po_ch_uvstvuvam_V : V ; - po_ch_uvstvuvan_A : A ; - po_ch_uvstvuvane_N : N ; - po_ch_udvam_V : V ; - po_ch_udvane_N : N ; - po_ch_ukane_N : N ; - po_ch_ukvam_V : V ; - po_ch_ukvane_N : N ; - po_ch_ustvam_V : V ; - po_ch_ustvane_N : N ; - po_sh_avane_N : N ; - po_sh_avvam_V : V ; - po_sh_avvane_N : N ; - po_sh_eguvam_V : V ; - po_sh_eguvane_N : N ; - po_sh_epvam_V : V ; - po_sh_epvane_N : N ; - po_sh_etam_V : V ; - po_sh_etane_N : N ; - po_sh_etvam_V : V ; - po_sh_etvane_N : N ; - po_sh_lost_N : N ; - po_sh_u_sh_vam_V : V ; - po_sh_u_sh_vane_N : N ; - po_sh_u_sh_ukam_V : V ; - po_sh_u_sh_ukane_N : N ; - po_sh_yl_A : A ; - po_sht_a_V : V ; - po_sht_ada_N : N ; - po_sht_ad_zj_i_ja__N : N ; - po_sht_ad_ja_vam_V : V ; - po_sht_ad_ja_vane_N : N ; - po_sht_alxon_N : N ; - po_sht_eliv_A : A ; - po_sht_enski_A : A ; - po_sht_ipvam_V : V ; - po_sht_ipvane_N : N ; - po_sht_rakvane_N : N ; - po_sht_rykl_ja_vam_V : V ; - po_sht_rykl_ja_vane_N : N ; - po_sht_rykl_ja_lost_N : N ; - po_sht_ure_ja__V : V ; - po_sht_ur_ja_vam_V : V ; - po_sht_ur_ja_vane_N : N ; - po_sht_ur_ja_m_V : V ; - po_sht_ur_ja_ne_N : N ; - po_sht__ja__V : V ; - po_sht__ja_vka_N : N ; - po_ja__V : V ; - po_ja_va_N : N ; - po_ja_vlenie_N : N ; - po_ja_v_ja_vam_V : V ; - po_ja_v_ja_vane_N : N ; - po_ja__zj_dam_V : V ; - po_ja__zj_dane_N : N ; - po_ja_zd_ja__V : V ; - po_ja_lnik_N : N ; - po_ja_s_N : N ; - po_ja_sen_A : A ; - po_ja_snenie_N : N ; - po_ja_snitel_N : N ; - po_ja_snitelen_A : A ; - po_ja_sn_ja_vam_V : V ; - po_ja_sn_ja_vane_N : N ; - po_ja_ham_V : V ; - prababa_N : N ; - prabylgarin_N : N ; - prabylgarski_A : A ; - prav_A : A ; - prava_N : N ; - pravda_N : N ; - pravdiv_A : A ; - pravdivost_N : N ; - pravdina_N : N ; - pravdodopodoben_A : A ; - pravdol_iu_bec_N : N ; - pravdol_iu_biv_A : A ; - pravdol_iu_bie_N : N ; - pravdopodoben_A : A ; - pravdopodobnost_N : N ; - praveden_A : A ; - pravednik_N : N ; - pravednica_N : N ; - pravednost_N : N ; - praven_A : A ; - pravene_N : N ; - pravilen_A : A ; - pravilnik_N : N ; - pravilnost_N : N ; - pravilo_N : N ; - pravist_N : N ; - pravistka_N : N ; - pravitelstven_A : A ; - pravitelstvo_N : N ; - pravnik_N : N ; - pravni_ch_eski_A : A ; - pravnuk_N : N ; - pravnu_ch_ka_N : N ; - pravo_N : N ; - pravov_A : A ; - pravovedenie_N : N ; - pravoveren_A : A ; - pravovernost_N : N ; - pravogovor_N : N ; - pravogovoren_A : A ; - pravoimam_V : V ; - pravolineen_A : A ; - pravolinejnost_N : N ; - pravomeren_A : A ; - pravomernost_N : N ; - pravomo_sht_ie_N : N ; - pravonaru_sh_enie_N : N ; - pravonaru_sh_itel_N : N ; - pravopis_N : N ; - pravopisen_A : A ; - pravopolzuvane_N : N ; - pravopriemnik_N : N ; - pravoproporcionalen_A : A ; - pravorazdavam_V : V ; - pravorazdavane_N : N ; - pravorazdavatelen_A : A ; - pravoslaven_A : A ; - pravoslavie_N : N ; - pravosposoben_A : A ; - pravosposobnost_N : N ; - pravosto_ja__sht__A : A ; - pravosyden_A : A ; - pravosydie_N : N ; - pravota_N : N ; - pravou_ch_astie_N : N ; - pravoygylen_A : A ; - pravoygylnik_N : N ; - prav_ja__V : V ; - prag_N : N ; - pragmatizym_N : N ; - pragmatik_N : N ; - pragmati_ch_en_A : A ; - pragmati_ch_eski_A : A ; - pragov_A : A ; - prag_ch_e_N : N ; - pradedi_N : N ; - prad_ja_do_N : N ; - prad_ja_dov_A : A ; - praezik_N : N ; - praz_N : N ; - prazen_A : A ; - praznenstvo_N : N ; - praznik_N : N ; - praznina_N : N ; - prazni_ch_en_A : A ; - prazni_ch_nost_N : N ; - praznoglav_A : A ; - praznoglavec_N : N ; - praznodumec_N : N ; - praznodumstvo_N : N ; - praznoskita_sht__A : A ; - praznosloven_A : A ; - praznoslovec_N : N ; - praznoslovie_N : N ; - praznoslov_ja__V : V ; - praznota_N : N ; - praznuvam_V : V ; - praznuvane_N : N ; - prazn_ja__V : V ; - praistori_ch_en_A : A ; - praistori_ch_eski_A : A ; - praistori_ja__N : N ; - praktik_N : N ; - praktika_N : N ; - praktikant_N : N ; - praktikantka_N : N ; - praktikuvam_V : V ; - praktikuvane_N : N ; - prakticizym_N : N ; - prakti_ch_en_A : A ; - prakti_ch_eski_A : A ; - prakti_ch_ka_N : N ; - prakti_ch_nost_N : N ; - pranga_N : N ; - prane_N : N ; - praobitatel_N : N ; - praotec_N : N ; - praote_ch_estvo_N : N ; - praprababa_N : N ; - prapravnuk_N : N ; - prapravnu_ch_ka_N : N ; - praprad_ja_do_N : N ; - prapraroditel_N : N ; - prarodina_N : N ; - praroditel_N : N ; - praroditelka_N : N ; - praroditelski_A : A ; - prasvam_V : V ; - prasvane_N : N ; - prase_N : N ; - prasene_N : N ; - prasence_N : N ; - prasec_N : N ; - prasilo_N : N ; - praskam_V : V ; - praskova_N : N ; - praskoven_A : A ; - praslav_ja_nski_A : A ; - prastar_A : A ; - pras_ja__V : V ; - pratenik_N : N ; - pratenica_N : N ; - prateni_ch_eski_A : A ; - prater_N : N ; - pratka_N : N ; - prah_N : N ; - prahavica_N : N ; - prahan_N : N ; - prahanka_N : N ; - prahov_A : A ; - prahoviden_A : A ; - prahonepronicaem_A : A ; - prahoobrazen_A : A ; - prahosan_A : A ; - prahosvam_V : V ; - prahosvane_N : N ; - prahosmuka_ch_ka_N : N ; - prahosnik_N : N ; - prahosnica_N : N ; - prahosni_ch_eski_A : A ; - prahosni_ch_estvo_N : N ; - prahoulovitel_N : N ; - prahul_ja_k_N : N ; - prahutka_N : N ; - pra_ch_ove_sh_ki_A : A ; - pra_sh_a_V : V ; - pra_sh_en_A : A ; - pra_sh_ec_N : N ; - pra_sh_inka_N : N ; - pra_sh_ka_N : N ; - pra_sht_am_V : V ; - pra_sht_ane_N : N ; - pra_sht_ene_N : N ; - pra_sht_ina_N : N ; - pra_sht__ja__V : V ; - preadresiram_V : V ; - preamb_iu_l_N : N ; - prebarane_N : N ; - prebarvam_V : V ; - prebarvane_N : N ; - preba_ja__V : V ; - prebe_zj_ka_N : N ; - prebelvam_V : V ; - prebelvane_N : N ; - prebivavam_V : V ; - prebivavane_N : N ; - prebivam_V : V ; - prebivane_N : N ; - prebivanie_N : N ; - preblag_A : A ; - prebledn_ja_vam_V : V ; - prebledn_ja_vane_N : N ; - prebogat_A : A ; - preboleduvam_V : V ; - preboleduvane_N : N ; - prebol_ja_vam_V : V ; - prebol_ja_vane_N : N ; - preborvam_V : V ; - preborvane_N : N ; - prebo_ja_disane_N : N ; - prebo_ja_disvam_V : V ; - prebo_ja_disvane_N : N ; - prebradka_N : N ; - prebra_zj_dam_V : V ; - prebra_zj_dane_N : N ; - prebrodvam_V : V ; - prebrodvane_N : N ; - prebroen_A : A ; - prebro_zj_dam_V : V ; - prebro_zj_dane_N : N ; - prebroitel_N : N ; - prebroitelka_N : N ; - prebro_ja_vam_V : V ; - prebro_ja_vane_N : N ; - prebulvam_V : V ; - prebulvane_N : N ; - prebydvam_V : V ; - prebydvane_N : N ; - prebyrkane_N : N ; - prebyrkvam_V : V ; - prebyrkvane_N : N ; - prebyr_sh_a_V : V ; - preb_ja_gane_N : N ; - preb_ja_gvam_V : V ; - preb_ja_gvane_N : N ; - preb_ja_l_A : A ; - prevad_ja__V : V ; - prevad_ja_ne_N : N ; - preva_zj_dam_V : V ; - preva_zj_dane_N : N ; - preval_N : N ; - preval_ja_vam_V : V ; - preval_ja_vane_N : N ; - preval_ja_m_V : V ; - preval_ja_ne_N : N ; - prevantiven_A : A ; - prevantorium_N : N ; - prevara_N : N ; - prevarvam_V : V ; - prevarvane_N : N ; - prevar_ja_vam_V : V ; - prevar_ja_vane_N : N ; - prevar_ja_m_V : V ; - prevar_ja_ne_N : N ; - preveden_A : A ; - preve_zj_dam_V : V ; - preve_zj_dane_N : N ; - preves_N : N ; - preve_ja__V : V ; - prevzemaem_A : A ; - prevzemam_V : V ; - prevzemane_N : N ; - prevzemka_N : N ; - prevzet_A : A ; - prevzetost_N : N ; - prevzimane_N : N ; - previvaem_A : A ; - previvam_V : V ; - previvane_N : N ; - previ_sh_avam_V : V ; - previ_sh_avane_N : N ; - previ_sh_enie_N : N ; - prevkl_iu__ch_vam_V : V ; - prevkl_iu__ch_vane_N : N ; - prevkl_iu__ch_vatel_N : N ; - prevod_N : N ; - prevoda_ch__N : N ; - prevoda_ch_eski_A : A ; - prevoda_ch_ka_N : N ; - prevoden_A : A ; - prevodim_A : A ; - prevoz_N : N ; - prevozvam_V : V ; - prevozvane_N : N ; - prevozva_ch__N : N ; - prevozen_A : A ; - prevra_V : V ; - prevrat_N : N ; - prevratad_zj_i_ja__N : N ; - prevraten_A : A ; - prevratnost_N : N ; - prevryzka_N : N ; - prevry_sht_am_V : V ; - prevry_sht_ane_N : N ; - prevr_ja__V : V ; - prevyzbuda_N : N ; - prevyzdigam_V : V ; - prevyzdigane_N : N ; - prevyzmogvam_V : V ; - prevyzmogvane_N : N ; - prevyznas_ja_m_V : V ; - prevyznas_ja_ne_N : N ; - prevyzpitavam_V : V ; - prevyzpitavane_N : N ; - prevyzpitane_N : N ; - prevyzpitanie_N : N ; - prevyzpitatelen_A : A ; - prevyzhoden_A : A ; - prevyzhoditelstvo_N : N ; - prevyzhodstvo_N : N ; - prevyzho_zj_dam_V : V ; - prevyzho_zj_dane_N : N ; - prevyory_zj_avam_V : V ; - prevyory_zj_avane_N : N ; - prevyplyt_ja_vam_V : V ; - prevyplyt_ja_vane_N : N ; - prevyply_sht_avam_V : V ; - prevyply_sht_avane_N : N ; - prevyply_sht_enie_N : N ; - prevyrzvam_V : V ; - prevyrzvane_N : N ; - prevyrzo_ch_en_A : A ; - prevyrtam_V : V ; - prevyrtane_N : N ; - prevyrt_ja_vam_V : V ; - prevyrt_ja_vane_N : N ; - pregazvam_V : V ; - pregazvane_N : N ; - pregar_ja_m_V : V ; - pregar_ja_ne_N : N ; - pregladn_ja_vam_V : V ; - pregladn_ja_vane_N : N ; - pregla_zj_dam_V : V ; - pregla_zj_dane_N : N ; - preglas_N : N ; - preglas_ja_vam_V : V ; - preglas_ja_vane_N : N ; - preglas_ja_m_V : V ; - preglas_ja_ne_N : N ; - pregled_N : N ; - pregledane_N : N ; - pregleden_A : A ; - preglednost_N : N ; - pregle_zj_dam_V : V ; - pregle_zj_dane_N : N ; - preglytvam_V : V ; - pregly_sht_am_V : V ; - pregly_sht_ane_N : N ; - pregovar_ja_m_V : V ; - pregovar_ja_ne_N : N ; - pregovor_N : N ; - pregovoren_A : A ; - pregol_ja_m_A : A ; - pregor_ja_vam_V : V ; - pregor_ja_vane_N : N ; - pregrab_ch_vam_V : V ; - pregrab_ch_vane_N : N ; - pregrada_N : N ; - pregraden_A : A ; - pregradka_N : N ; - pregra_zj_dam_V : V ; - pregra_zj_dane_N : N ; - pregrakvam_V : V ; - pregrakvane_N : N ; - pregraknalost_N : N ; - pregre_sh_avam_V : V ; - pregre_sh_avane_N : N ; - pregre_sh_enie_N : N ; - pregrizvam_V : V ; - pregrizvane_N : N ; - pregrupiram_V : V ; - pregrupirane_N : N ; - pregrydka_N : N ; - pregry_sht_am_V : V ; - pregry_sht_ane_N : N ; - pregr_ja_vam_V : V ; - pregr_ja_vane_N : N ; - pregyvam_V : V ; - pregyvane_N : N ; - pregyvka_N : N ; - pregynatost_N : N ; - pregynka_N : N ; - pregyrbvam_V : V ; - pregyrbvane_N : N ; - pregyrbenost_N : N ; - pregyrb_ja_m_V : V ; - pregyrb_ja_ne_N : N ; - preda_V : V ; - predavaem_A : A ; - predavam_V : V ; - predavane_N : N ; - predavatel_N : N ; - predavatelen_A : A ; - predavka_N : N ; - predan_A : A ; - predanie_N : N ; - predanost_N : N ; - predatel_N : N ; - predatelka_N : N ; - predatelski_A : A ; - predatelstvam_V : V ; - predatelstvane_N : N ; - predatelstvo_N : N ; - predatelstvuvam_V : V ; - predatelstvuvane_N : N ; - preda_ch__N : N ; - preda_ch_en_A : A ; - preda_ch_ka_N : N ; - preda_ch_nica_N : N ; - predbalkanski_A : A ; - predbra_ch_en_A : A ; - predvakancionen_A : A ; - predvarvam_V : V ; - predvarvane_N : N ; - predvardvam_V : V ; - predvardvane_N : N ; - predvaritelen_A : A ; - predverie_N : N ; - predvestie_N : N ; - predvestitel_N : N ; - predvestnik_N : N ; - predvestnica_N : N ; - predvest_ja_vam_V : V ; - predvest_ja_vane_N : N ; - predve_ch_en_A : A ; - predve_ch_eren_A : A ; - predve_ch_erie_N : N ; - predve_sht_avam_V : V ; - predve_sht_avane_N : N ; - predve_sht_anie_N : N ; - predve_sht_atel_N : N ; - predvzet_A : A ; - predvzetost_N : N ; - predviden_A : A ; - predvidim_A : A ; - predvidimost_N : N ; - predvidliv_A : A ; - predvidlivost_N : N ; - predvid_ja__V : V ; - predvi_zj_vam_V : V ; - predvi_zj_vane_N : N ; - predvi_zj_dam_V : V ; - predvi_zj_dane_N : N ; - predvkusvam_V : V ; - predvkusvane_N : N ; - predvoditel_N : N ; - predvoditelka_N : N ; - predvoditelstvam_V : V ; - predvoditelstvane_N : N ; - predvoditelstvo_N : N ; - predvoditelstvuvam_V : V ; - predvoditelstvuvane_N : N ; - predvoenen_A : A ; - predvo_zj_dam_V : V ; - predvo_zj_dane_N : N ; - predgovor_N : N ; - predgradie_N : N ; - predel_N : N ; - predelen_A : A ; - predelnost_N : N ; - preden_A : A ; - predefiniram_V : V ; - predefiniran_A : A ; - predefinirane_N : N ; - predznamenovanie_N : N ; - predznamenovatelen_A : A ; - predznamenuvam_V : V ; - predivremenen_A : A ; - predidu_sht__A : A ; - predizboren_A : A ; - predizvestie_N : N ; - predizvestitel_N : N ; - predizvest_ja_vam_V : V ; - predizvest_ja_vane_N : N ; - predizvikane_N : N ; - predizvikatel_N : N ; - predizvikatelen_A : A ; - predizvikatelnost_N : N ; - predizvikatelstvo_N : N ; - predizvikvam_V : V ; - predizvikvane_N : N ; - predikat_N : N ; - predikativen_A : A ; - predikativnost_N : N ; - predimstvo_N : N ; - predinfarkten_A : A ; - prediskretiziram_V : V ; - prediskretizirane_N : N ; - predisloven_A : A ; - predislovie_N : N ; - predistori_ch_en_A : A ; - predistori_ch_eski_A : A ; - predistori_ja__N : N ; - predi_sh_en_A : A ; - predkazarmen_A : A ; - predklas_N : N ; - predklasika_N : N ; - predkoleden_A : A ; - predkrilka_N : N ; - predlagam_V : V ; - predlagane_N : N ; - predlog_N : N ; - predlo_zj_en_A : A ; - predlo_zj_enie_N : N ; - predmajski_A : A ; - predmet_N : N ; - predmeten_A : A ; - predmetnost_N : N ; - predmostie_N : N ; - predmostov_A : A ; - prednazna_ch_avam_V : V ; - prednazna_ch_avane_N : N ; - prednazna_ch_en_A : A ; - prednazna_ch_enie_N : N ; - prednazna_ch_enost_N : N ; - prednameren_A : A ; - prednamerenost_N : N ; - predna_ch_ertavam_V : V ; - predna_ch_ertavane_N : N ; - predna_ch_ertanie_N : N ; - prednik_N : N ; - prednina_N : N ; - prednica_N : N ; - predobed_N : N ; - predobeden_A : A ; - predovolen_A : A ; - predoktomvrijski_A : A ; - predoperativen_A : A ; - predopredelen_A : A ; - predopredelenie_N : N ; - predopredelenost_N : N ; - predopredel_ja_m_V : V ; - predopredel_ja_ne_N : N ; - predosvoboditelen_A : A ; - predostav_ja_m_V : V ; - predostav_ja_ne_N : N ; - predostaty_ch_en_A : A ; - predotvratim_A : A ; - predotvratitelen_A : A ; - predotvrat_ja_vam_V : V ; - predotvrat_ja_vane_N : N ; - predohranitelen_A : A ; - predohran_ja_vam_V : V ; - predohran_ja_vane_N : N ; - predpazvam_V : V ; - predpazvane_N : N ; - predpazen_A : A ; - predpazitel_N : N ; - predpazitelen_A : A ; - predpazliv_A : A ; - predpazlivost_N : N ; - predpe_ch_aten_A : A ; - predpisanie_N : N ; - predpisvam_V : V ; - predpisvane_N : N ; - predplanina_N : N ; - predplaninski_A : A ; - predplata_N : N ; - predpla_sht_am_V : V ; - predpla_sht_ane_N : N ; - predpolagaem_A : A ; - predpolagam_V : V ; - predpolagane_N : N ; - predpolo_zj_enie_N : N ; - predposleden_A : A ; - predpostavka_N : N ; - predpotopen_A : A ; - predpo_ch_itaem_A : A ; - predpo_ch_itam_V : V ; - predpo_ch_itan_A : A ; - predpo_ch_itane_N : N ; - predpo_ch_itanie_N : N ; - predpo_ch_itatelen_A : A ; - predprazni_ch_en_A : A ; - predpredposleden_A : A ; - predpremieren_A : A ; - predpriemam_V : V ; - predpriemane_N : N ; - predpriema_ch__N : N ; - predpriem_ch_iv_A : A ; - predpriem_ch_ivost_N : N ; - predpri_ja_tie_N : N ; - predproleten_A : A ; - predrazpolagam_V : V ; - predrazpolagane_N : N ; - predrazpolo_zj_enie_N : N ; - predrazpolo_zj_enost_N : N ; - predrazsydyk_N : N ; - predrazsydy_ch_en_A : A ; - predrevol_iu_cionen_A : A ; - predremvam_V : V ; - predremvane_N : N ; - predre_sh_avam_V : V ; - predre_sh_avane_N : N ; - predre_sh_vam_V : V ; - predre_sh_vane_N : N ; - predre_sh_enie_N : N ; - predri_ch_am_V : V ; - predri_ch_ane_N : N ; - predr_ja_mvam_V : V ; - predr_ja_mvane_N : N ; - predsedatel_N : N ; - predsedatelka_N : N ; - predsedatelski_A : A ; - predsedatelstvam_V : V ; - predsedatelstvo_N : N ; - predsedatelstvuvam_V : V ; - predsedatelstvuvane_N : N ; - predseitben_A : A ; - predskazanie_N : N ; - predskazatel_N : N ; - predskazatelka_N : N ; - predskazvam_V : V ; - predskazvane_N : N ; - predskazvatel_N : N ; - predskazva_ch__N : N ; - predskazuem_A : A ; - predsmyrten_A : A ; - predsro_ch_en_A : A ; - predstava_N : N ; - predstavitel_N : N ; - predstavitelen_A : A ; - predstavitelka_N : N ; - predstavitelnost_N : N ; - predstavitelstvo_N : N ; - predstavka_N : N ; - predstavlenie_N : N ; - predstavl_ja_vam_V : V ; - predstavl_ja_vane_N : N ; - predstav_ja_m_V : V ; - predstav_ja_ne_N : N ; - predstartov_A : A ; - predsto_ja__V : V ; - predsto_ja__sht__A : A ; - predsyrdie_N : N ; - predte_ch_a_N : N ; - predubeden_A : A ; - predubedenost_N : N ; - predube_zj_davam_V : V ; - predube_zj_denie_N : N ; - predugadliv_A : A ; - preduga_zj_dam_V : V ; - preduga_zj_dane_N : N ; - predumane_N : N ; - predumvam_V : V ; - predumvane_N : N ; - predumisyl_N : N ; - predumi_sh_len_A : A ; - predumi_sh_lenost_N : N ; - predumka_N : N ; - predupreditelen_A : A ; - predupre_zj_davam_V : V ; - predupre_zj_davane_N : N ; - predupre_zj_denie_N : N ; - preduset_N : N ; - predusetliv_A : A ; - predusetlivost_N : N ; - preduse_sht_am_V : V ; - preduse_sht_ane_N : N ; - preduslovie_N : N ; - predutrin_N : N ; - predutrinen_A : A ; - predu_ch_ili_sht_en_A : A ; - predhoden_A : A ; - predhodnik_N : N ; - predho_zj_dam_V : V ; - predho_zj_dane_N : N ; - predci_N : N ; - pred_ch_uvstvie_N : N ; - pred_ch_uvstvuvam_V : V ; - pred_ch_uvstvuvane_N : N ; - pred_sh_estvam_V : V ; - pred_sh_estvan_A : A ; - pred_sh_estvane_N : N ; - pred_sh_estvenik_N : N ; - pred_sh_estvenica_N : N ; - pred_sh_estvuvam_V : V ; - pred_sh_estvuvane_N : N ; - pred_sh_estvuva_sht__A : A ; - predyvkvam_V : V ; - predyvkvane_N : N ; - pred_ja_vitel_N : N ; - pred_ja_vitelka_N : N ; - pred_ja_v_ja_vam_V : V ; - pred_ja_v_ja_vane_N : N ; - pred_ja_stie_N : N ; - preeksponiram_V : V ; - preeksponirane_N : N ; - pre_zj_adn_ja_vam_V : V ; - pre_zj_adn_ja_vane_N : N ; - pre_zj_alvam_V : V ; - pre_zj_alvane_N : N ; - pre_zj_da_N : N ; - pre_zj_devremenen_A : A ; - pre_zj_devremennost_N : N ; - pre_zj_envam_V : V ; - pre_zj_envane_N : N ; - pre_zj_ivelica_N : N ; - pre_zj_iven_A : A ; - pre_zj_iv_ja_vam_V : V ; - pre_zj_iv_ja_vane_N : N ; - pre_zj_iv_ja_m_V : V ; - pre_zj_iv_ja_ne_N : N ; - pre_zj_ilvane_N : N ; - pre_zj_il_ja__V : V ; - pre_zj_il_ja_ne_N : N ; - pre_zj_ulvam_V : V ; - pre_zj_ulvane_N : N ; - pre_zj_ul_ja_m_V : V ; - pre_zj_ul_ja_ne_N : N ; - pre_zj_ur_ja_m_V : V ; - pre_zj_ur_ja_ne_N : N ; - pre_zj_ydn_ja_vam_V : V ; - pre_zj_ydn_ja_vane_N : N ; - pre_zj_ylt_ja_vam_V : V ; - pre_zj_ylt_ja_vane_N : N ; - prezaanga_zj_iranost_N : N ; - prezaver_ja__V : V ; - prezapas_ja_vam_V : V ; - prezapas_ja_vane_N : N ; - prezapis_N : N ; - prezapisvam_V : V ; - prezapisvane_N : N ; - prezareden_A : A ; - prezare_zj_dam_V : V ; - prezare_zj_dane_N : N ; - prezastrahovam_V : V ; - prezastrahovane_N : N ; - prezastrahovka_N : N ; - prezbalkanski_A : A ; - prezviter_N : N ; - prezviterianec_N : N ; - prezviterianski_A : A ; - prezviterski_A : A ; - prezentaci_ja__N : N ; - prezervativ_N : N ; - prezident_N : N ; - prezidentski_A : A ; - prezidentstvo_N : N ; - prezident_sh_a_N : N ; - prezidium_N : N ; - prezime_N : N ; - prezimuvam_V : V ; - prezimuvane_N : N ; - preziram_V : V ; - prezirane_N : N ; - prezmorski_A : A ; - prezmostov_A : A ; - prezob_ja_vam_V : V ; - prezob_ja_vane_N : N ; - prezokeanski_A : A ; - prezpoloven_A : A ; - prezpolov_ja_vam_V : V ; - prezpolov_ja_vane_N : N ; - prezramenen_A : A ; - prezramka_N : N ; - prezram_ch_vam_V : V ; - prezram_ch_vane_N : N ; - prezredov_A : A ; - prezrenie_N : N ; - prezritelen_A : A ; - prezritelnost_N : N ; - prezr_ja_vam_V : V ; - prezr_ja_vane_N : N ; - prezr_ja_n_A : A ; - prezumiram_V : V ; - prezumirane_N : N ; - prezumpci_ja__N : N ; - prez_iu_mci_ja__N : N ; - preigravam_V : V ; - preigravane_N : N ; - preizbiraem_A : A ; - preizbiraemost_N : N ; - preizbiram_V : V ; - preizbirane_N : N ; - preizgra_zj_dam_V : V ; - preizgra_zj_dane_N : N ; - preizdavam_V : V ; - preizdavane_N : N ; - preizdanie_N : N ; - preizkazvam_V : V ; - preizkazvane_N : N ; - preizkazen_A : A ; - preizobilen_A : A ; - preizobilie_N : N ; - preizpoden_A : A ; - preizpodn_ja__N : N ; - preizpylvam_V : V ; - preizpylvane_N : N ; - preizpylnenie_N : N ; - preizpyln_ja_vam_V : V ; - preizpyln_ja_vane_N : N ; - preizpyln_ja_m_V : V ; - preizpyln_ja_ne_N : N ; - preiz_ch_isl_ja_vam_V : V ; - preiz_ch_isl_ja_vane_N : N ; - preimenuvam_V : V ; - preimenuvan_A : A ; - preimenuvane_N : N ; - preimu_sht_estven_A : A ; - preimu_sht_estvo_N : N ; - preina_ch_avam_V : V ; - preina_ch_avane_N : N ; - preindeksiran_A : A ; - preindeksirane_N : N ; - preinstaliram_V : V ; - preinstalirane_N : N ; - prekad_ja_vam_V : V ; - prekad_ja_vane_N : N ; - prekalen_A : A ; - prekalenost_N : N ; - prekal_ja_vam_V : V ; - prekal_ja_vane_N : N ; - prekarane_N : N ; - prekarvam_V : V ; - prekarvane_N : N ; - prekatervam_V : V ; - prekatervane_N : N ; - prekaturvam_V : V ; - prekaturvane_N : N ; - prekatur_ja_m_V : V ; - prekatur_ja_ne_N : N ; - preka_ch_vam_V : V ; - preka_ch_vane_N : N ; - prekvalifikaci_ja__N : N ; - prekvalificiram_V : V ; - prekvalificirane_N : N ; - prekip_ja_vam_V : V ; - prekip_ja_vane_N : N ; - prekis_N : N ; - prekisel_A : A ; - prekisel_ja_vam_V : V ; - prekisel_ja_vane_N : N ; - preklada_V : V ; - preklan_ja_m_V : V ; - preklan_ja_ne_N : N ; - preklasiram_V : V ; - preklasirane_N : N ; - preklonen_A : A ; - preklonenie_N : N ; - preklon_ja_vam_V : V ; - preklon_ja_vane_N : N ; - prekodiram_V : V ; - prekodirane_N : N ; - prekomeren_A : A ; - prekomernost_N : N ; - prekompiliram_V : V ; - prekompilirane_N : N ; - prekopavam_V : V ; - prekopavane_N : N ; - prekopiram_V : V ; - prekopirane_N : N ; - prekopirvam_V : V ; - prekopirvane_N : N ; - prekosvane_N : N ; - prekosloven_A : A ; - prekoslovie_N : N ; - prekos_ja_vam_V : V ; - prekos_ja_vane_N : N ; - prekrasen_A : A ; - prekrat_ja_vam_V : V ; - prekrat_ja_vane_N : N ; - prekra_ch_vam_V : V ; - prekra_ch_vane_N : N ; - prekra_sht_enie_N : N ; - prekro_ja_vam_V : V ; - prekro_ja_vane_N : N ; - prekrystvam_V : V ; - prekrystvane_N : N ; - prekrystosan_A : A ; - prekryst_ja_m_V : V ; - prekry_sht_avam_V : V ; - prekry_sht_avane_N : N ; - prekupvam_V : V ; - prekupvane_N : N ; - prekupva_ch__N : N ; - prekupva_ch_ka_N : N ; - prekylcvam_V : V ; - prekylcvane_N : N ; - prekyr_sh_vam_V : V ; - prekyr_sh_vane_N : N ; - prekysvaem_A : A ; - prekysvam_V : V ; - prekysvan_A : A ; - prekysvane_N : N ; - prekysva_ch__N : N ; - prelat_N : N ; - prelez_N : N ; - prelest_N : N ; - prelesten_A : A ; - prelet_N : N ; - preleten_A : A ; - prelet_ja_vam_V : V ; - prelet_ja_vane_N : N ; - prelivam_V : V ; - prelivane_N : N ; - preliven_A : A ; - prelivnik_N : N ; - preliminaren_A : A ; - prelistvam_V : V ; - prelistvane_N : N ; - prelist_ja_m_V : V ; - prelitam_V : V ; - prelitane_N : N ; - prelitvam_V : V ; - prelitvane_N : N ; - prelog_N : N ; - prelom_N : N ; - prelomen_A : A ; - prelom_ja_vam_V : V ; - prelom_ja_vane_N : N ; - prelygvam_V : V ; - prelygvane_N : N ; - prelystitel_N : N ; - prelystitelen_A : A ; - prelystitelka_N : N ; - prelyst_ja_vam_V : V ; - prelyst_ja_vane_N : N ; - prely_sht_enie_N : N ; - prel_iu_bodeen_A : A ; - prel_iu_bodeec_N : N ; - prel_iu_bodejka_N : N ; - prel_iu_bodejstvam_V : V ; - prel_iu_bodejstvane_N : N ; - prel_iu_bodejstvie_N : N ; - prel_iu_bodejstvo_N : N ; - prel_iu_bodejstvuvam_V : V ; - prel_iu_bodejstvuvane_N : N ; - prel_iu_bode_ja_nie_N : N ; - prel_iu_di_ja__N : N ; - prel_iu_t_A : A ; - prema_zj_a_V : V ; - premazvam_V : V ; - premazvane_N : N ; - premala_N : N ; - premal_ja_vam_V : V ; - premal_ja_vane_N : N ; - premal_ja_lost_N : N ; - premahvam_V : V ; - premahvane_N : N ; - prema_ch_kane_N : N ; - prema_ch_kvam_V : V ; - prema_ch_kvane_N : N ; - preme_zj_die_N : N ; - premelvam_V : V ; - premelvane_N : N ; - premen_ja_vam_V : V ; - premen_ja_vane_N : N ; - premen_ja_m_V : V ; - premen_ja_ne_N : N ; - premervam_V : V ; - premervane_N : N ; - premesvam_V : V ; - premesvane_N : N ; - premestvam_V : V ; - premestvane_N : N ; - premest_ja_m_V : V ; - premest_ja_ne_N : N ; - premet_N : N ; - premialen_A : A ; - premigam_V : V ; - premigane_N : N ; - premigvam_V : V ; - premigvane_N : N ; - premien_A : A ; - premier_N : N ; - premiera_N : N ; - premieren_A : A ; - premi_zj_avam_V : V ; - premi_zj_avane_N : N ; - premilam_V : V ; - preminavam_V : V ; - preminavane_N : N ; - premiram_V : V ; - premirane_N : N ; - premisl_ja_m_V : V ; - premisl_ja_ne_N : N ; - premitam_V : V ; - premitane_N : N ; - premi_ja__V : V ; - preml_ja_sna_V : V ; - premre_zj_vam_V : V ; - premre_zj_vane_N : N ; - premryzvam_V : V ; - premryzvane_N : N ; - premydrost_N : N ; - premydyr_A : A ; - premyl_ch_avam_V : V ; - premyl_ch_avane_N : N ; - premyl_ch_an_A : A ; - prem_ja_na_N : N ; - prem_ja_tam_V : V ; - prem_ja_tane_N : N ; - prenavivam_V : V ; - prenavivane_N : N ; - prenaglasa_N : N ; - prenaglas_ja_vam_V : V ; - prenaglas_ja_m_V : V ; - prenaglas_ja_ne_N : N ; - prenaemam_V : V ; - prenaemane_N : N ; - prenaematel_N : N ; - prenaematelka_N : N ; - prenazna_ch_avam_V : V ; - prenazna_ch_avane_N : N ; - prenazna_ch_enie_N : N ; - prenapisvam_V : V ; - prenapisvane_N : N ; - prenapre_zj_enie_N : N ; - prenareden_A : A ; - prenare_zj_dam_V : V ; - prenare_zj_dane_N : N ; - prenaselvam_V : V ; - prenaselvane_N : N ; - prenaselenost_N : N ; - prenasitenost_N : N ; - prenasi_sht_am_V : V ; - prenaso_ch_vam_V : V ; - prenaso_ch_vane_N : N ; - prenaso_ch_en_A : A ; - prenas_ja_m_V : V ; - prenas_ja_ne_N : N ; - prenategnat_A : A ; - prenatovarvam_V : V ; - prenatovaren_A : A ; - prenebregvam_V : V ; - prenebregvane_N : N ; - prenebre_zj_enie_N : N ; - prenebre_zj_itelen_A : A ; - prenebre_zj_itelnost_N : N ; - prenie_N : N ; - prenomeriram_V : V ; - prenomerirane_N : N ; - prenos_N : N ; - prenosva_ch__N : N ; - prenosen_A : A ; - prenosim_A : A ; - preno_sht_uvam_V : V ; - preno_sht_uvane_N : N ; - preobladavam_V : V ; - preobladavane_N : N ; - preobladava_sht__A : A ; - preobli_ch_am_V : V ; - preobli_ch_ane_N : N ; - preobra_zj_enie_N : N ; - preobrazitelen_A : A ; - preobrazovanie_N : N ; - preobrazovatel_N : N ; - preobrazovatelen_A : A ; - preobrazuvam_V : V ; - preobrazuvane_N : N ; - preobraz_ja_vam_V : V ; - preobraz_ja_vane_N : N ; - preobry_sht_am_V : V ; - preobry_sht_ane_N : N ; - preobuvam_V : V ; - preobuvane_N : N ; - preodolim_A : A ; - preodol_ja_vam_V : V ; - preodol_ja_vane_N : N ; - preoravam_V : V ; - preoravane_N : N ; - preorientiram_V : V ; - preorientirane_N : N ; - preosve_sht_en_A : A ; - preosve_sht_enstvo_N : N ; - preosvidetelstvam_V : V ; - preosvidetelstvane_N : N ; - preosvidetelstvuvam_V : V ; - preosvidetelstvuvane_N : N ; - preosigur_ja_vam_V : V ; - preosigur_ja_vane_N : N ; - preosmisl_ja_m_V : V ; - preosmisl_ja_ne_N : N ; - preotkri_ja__V : V ; - preotstypvam_V : V ; - preotstypvane_N : N ; - preotstyp_ja_ne_N : N ; - preohla_zj_dam_V : V ; - preocvet_ja_vam_V : V ; - preocvet_ja_vane_N : N ; - preocenka_N : N ; - preocen_ja_vam_V : V ; - preocen_ja_vane_N : N ; - prepalvam_V : V ; - prepalvane_N : N ; - preparat_N : N ; - preparator_N : N ; - preparatorka_N : N ; - prepariram_V : V ; - preparirane_N : N ; - prepar_ja__V : V ; - prepasa_V : V ; - prepasvam_V : V ; - prepasvane_N : N ; - prepaska_N : N ; - prepen_ja_m_V : V ; - prepen_ja_ne_N : N ; - prepe_ch_atan_A : A ; - prepe_ch_atane_N : N ; - prepe_ch_atvam_V : V ; - prepe_ch_atvane_N : N ; - prepe_ch_atka_N : N ; - prepe_ch_at_ja__V : V ; - prepivam_V : V ; - prepivane_N : N ; - prepinatelen_A : A ; - prepipane_N : N ; - prepipvam_V : V ; - prepipvane_N : N ; - prepiram_V : V ; - prepirane_N : N ; - prepirn_ja__N : N ; - prepis_N : N ; - prepisvam_V : V ; - prepisvane_N : N ; - prepisva_ch__N : N ; - prepisva_ch_ka_N : N ; - prepiska_N : N ; - prepitavam_V : V ; - prepitavane_N : N ; - prepitanie_N : N ; - prepitvam_V : V ; - prepitvane_N : N ; - prepi_ch_am_V : V ; - prepi_ch_ane_N : N ; - preplavam_V : V ; - preplavane_N : N ; - preplav_ja__V : V ; - preplakvam_V : V ; - preplakvane_N : N ; - preplaniram_V : V ; - preplitam_V : V ; - preplitane_N : N ; - prepluvane_N : N ; - prepovivam_V : V ; - prepovivane_N : N ; - prepovtar_ja_m_V : V ; - prepovtar_ja_ne_N : N ; - prepovtorenie_N : N ; - prepodavam_V : V ; - prepodavane_N : N ; - prepodavatel_N : N ; - prepodavatelka_N : N ; - prepodavatelski_A : A ; - prepodoben_A : A ; - prepodobie_N : N ; - prepodpisvam_V : V ; - prepodpisvane_N : N ; - prepokrivam_V : V ; - prepokrivane_N : N ; - prepokriva_sht__A : A ; - prepolov_ja_vam_V : V ; - prepolov_ja_vane_N : N ; - preporyka_N : N ; - prepory_ch_an_A : A ; - prepory_ch_ane_N : N ; - prepory_ch_vam_V : V ; - prepory_ch_vane_N : N ; - prepory_ch_itel_N : N ; - prepory_ch_itelen_A : A ; - prepory_ch_itelka_N : N ; - prepory_ch_itelnost_N : N ; - prepravka_N : N ; - preprav_ja_m_V : V ; - preprav_ja_ne_N : N ; - preprazvam_V : V ; - preprazvane_N : N ; - prepratka_N : N ; - prepra_sht_am_V : V ; - prepra_sht_ane_N : N ; - prepra_sht__ja__V : V ; - prepreda_V : V ; - prepredavam_V : V ; - prepredavane_N : N ; - prepre_ch_vam_V : V ; - prepre_ch_vane_N : N ; - preprovoditelen_A : A ; - preprovod_ja__V : V ; - preprogramiram_V : V ; - preprogramirane_N : N ; - preprodavam_V : V ; - preprodavane_N : N ; - preprodava_ch__N : N ; - preproda_zj_ba_N : N ; - prepro_ch_itam_V : V ; - prepro_ch_itane_N : N ; - prepuskam_V : V ; - prepuskane_N : N ; - prepyvam_V : V ; - prepyvane_N : N ; - prepylvam_V : V ; - prepylvane_N : N ; - prepylz_ja_vam_V : V ; - prepylz_ja_vane_N : N ; - prepyln_ja_m_V : V ; - prepyln_ja_ne_N : N ; - prepyr_zj_vam_V : V ; - prepyr_zj_vane_N : N ; - prepyhane_N : N ; - prepyhvam_V : V ; - prepyhvane_N : N ; - prepyhna_V : V ; - prep_ja_vam_V : V ; - prep_ja_vane_N : N ; - prep_ja_vka_N : N ; - prep_ja_tstvam_V : V ; - prep_ja_tstvane_N : N ; - prep_ja_tstvie_N : N ; - prep_ja_tstvuvam_V : V ; - prep_ja_tstvuvane_N : N ; - prerabotvam_V : V ; - prerabotvane_N : N ; - prerabotvatelen_A : A ; - prerabotka_N : N ; - prerav_ja_m_V : V ; - prerav_ja_ne_N : N ; - prera_zj_dam_V : V ; - prera_zj_dane_N : N ; - prerazgledane_N : N ; - prerazgle_zj_dam_V : V ; - prerazgle_zj_dane_N : N ; - prerazdel_ja_m_V : V ; - prerazdel_ja_ne_N : N ; - prerazkaz_N : N ; - prerazkazvam_V : V ; - prerazkazvane_N : N ; - prerazpredelenie_N : N ; - prerazpredel_ja_m_V : V ; - prerazpredel_ja_ne_N : N ; - prerazhod_N : N ; - prerazhodvam_V : V ; - prerazhodvane_N : N ; - prerajoniram_V : V ; - prerajonirane_N : N ; - prerasna_V : V ; - prerastvam_V : V ; - prerastvane_N : N ; - preregistraci_ja__N : N ; - preregistriram_V : V ; - preredaktiram_V : V ; - preredaktirane_N : N ; - prere_zj_dam_V : V ; - prere_zj_dane_N : N ; - prerekavam_V : V ; - prerekavane_N : N ; - prerekanie_N : N ; - preri_ja__N : N ; - prerogativ_N : N ; - prerogativen_A : A ; - preros_ja_vam_V : V ; - preros_ja_vane_N : N ; - prerym_ja__V : V ; - prerysvam_V : V ; - prerysvane_N : N ; - prer_ja_zvam_V : V ; - prer_ja_zvane_N : N ; - presa_N : N ; - presa_zj_dam_V : V ; - presa_zj_dane_N : N ; - presata_sh_e_N : N ; - presbiopi_ja__N : N ; - presveti_A : A ; - presed_ja_vam_V : V ; - presed_ja_vane_N : N ; - presekvam_V : V ; - presekvane_N : N ; - presekliv_A : A ; - presekna_V : V ; - presekulka_N : N ; - preselvam_V : V ; - preselvane_N : N ; - preselenie_N : N ; - preselnik_N : N ; - preselnica_N : N ; - preselni_ch_eski_A : A ; - preselni_sh_ki_A : A ; - presen_A : A ; - prese_ch_en_A : A ; - prese_ch_ka_N : N ; - presilvam_V : V ; - presilvane_N : N ; - presilenost_N : N ; - presil_ja_m_V : V ; - presil_ja_ne_N : N ; - presipvam_V : V ; - presipvane_N : N ; - presipna_V : V ; - presipnal_A : A ; - presipnalost_N : N ; - presita_N : N ; - presiten_A : A ; - presitenost_N : N ; - presi_ch_am_V : V ; - presi_ch_ane_N : N ; - presi_sht_am_V : V ; - presi_sht_ane_N : N ; - preska_ch_am_V : V ; - preska_ch_ane_N : N ; - preskokvam_V : V ; - preskokvane_N : N ; - preskonferenci_ja__N : N ; - presko_ch_ikobila_N : N ; - preskyp_A : A ; - preslaven_A : A ; - preslavski_A : A ; - presledvam_V : V ; - presledvane_N : N ; - presledva_ch__N : N ; - presledva_ch_eski_A : A ; - presledva_ch_ka_N : N ; - preslu_sh_ane_N : N ; - preslu_sh_vam_V : V ; - preslu_sh_vane_N : N ; - presmetliv_A : A ; - presmetlivost_N : N ; - presm_ja_tam_V : V ; - presm_ja_tane_N : N ; - presnemam_V : V ; - presnemane_N : N ; - presnimam_V : V ; - presnimane_N : N ; - presnova_V : V ; - presnovoden_A : A ; - presnosolen_A : A ; - presnota_N : N ; - presov_A : A ; - presovam_V : V ; - presovane_N : N ; - presol_ja_vam_V : V ; - presol_ja_vane_N : N ; - prespa_N : N ; - prespapie_N : N ; - prespivam_V : V ; - prespivane_N : N ; - prespokoen_A : A ; - presramvam_V : V ; - presramvane_N : N ; - presre_sht_am_V : V ; - presre_sht_ane_N : N ; - presro_ch_vam_V : V ; - presro_ch_vane_N : N ; - presro_ch_en_A : A ; - presro_ch_ka_N : N ; - prestavam_V : V ; - prestavane_N : N ; - prestavl_ja_va_sht__A : A ; - prestar_A : A ; - prestaravam_V : V ; - prestaravane_N : N ; - prestaranie_N : N ; - prestar_ja_vam_V : V ; - prestar_ja_vane_N : N ; - prestar_ja_lost_N : N ; - prestaci_ja__N : N ; - presti_zj__N : N ; - presti_zj_en_A : A ; - prestilam_V : V ; - prestilane_N : N ; - prestilka_N : N ; - prestoj_N : N ; - prestol_N : N ; - prestolen_A : A ; - prestolonaslednik_N : N ; - prestolonaslednica_N : N ; - prestorvam_V : V ; - prestorvane_N : N ; - prestorenost_N : N ; - presto_ja_vam_V : V ; - presto_ja_vane_N : N ; - prestra_sh_avam_V : V ; - prestra_sh_avane_N : N ; - prestrelka_N : N ; - prestrojvam_V : V ; - prestrojvane_N : N ; - prestro_ja_vam_V : V ; - prestro_ja_vane_N : N ; - prestruvam_V : V ; - prestruvan_N : N ; - prestruvana_N : N ; - prestruvane_N : N ; - prestruvka_N : N ; - prestrukturiram_V : V ; - prestrukturirane_N : N ; - prestypvam_V : V ; - prestypvane_N : N ; - prestypen_A : A ; - prestyplenie_N : N ; - prestypnik_N : N ; - prestypnica_N : N ; - prestypni_ch_eski_A : A ; - prestypnost_N : N ; - prestyp_ja_m_V : V ; - prestyp_ja_ne_N : N ; - prestyrgvam_V : V ; - prestyrgvane_N : N ; - prest_ja_gam_V : V ; - presukan_A : A ; - presukvam_V : V ; - presukvane_N : N ; - presukva_ch_ka_N : N ; - presu_sh_avam_V : V ; - presu_sh_avane_N : N ; - prescentyr_N : N ; - presyzdavam_V : V ; - presyzdavane_N : N ; - presyrdvam_V : V ; - presytvor_ja_vam_V : V ; - presytvor_ja_vane_N : N ; - presyhvam_V : V ; - presyhvane_N : N ; - presyhnalost_N : N ; - pres_ja_vam_V : V ; - pres_ja_vane_N : N ; - pres_ja_gam_V : V ; - pres_ja_gane_N : N ; - pres_ja_dam_V : V ; - pres_ja_dane_N : N ; - pretakam_V : V ; - pretakane_N : N ; - pretap_ja_m_V : V ; - pretap_ja_ne_N : N ; - pretvorenie_N : N ; - pretvor_ja_vam_V : V ; - pretvor_ja_vane_N : N ; - pretegl_ja_m_V : V ; - pretegl_ja_ne_N : N ; - pretekst_N : N ; - pretendent_N : N ; - pretendentka_N : N ; - pretendiram_V : V ; - pretendirane_N : N ; - pretenciozen_A : A ; - pretencioznost_N : N ; - pretenci_ja__N : N ; - preti_ch_ane_N : N ; - preti_ch_vam_V : V ; - preti_ch_vane_N : N ; - pretovarvam_V : V ; - pretovarvane_N : N ; - pretovaren_A : A ; - pretovarenost_N : N ; - pretopl_ja_m_V : V ; - pretopl_ja_ne_N : N ; - pretop_ja_vam_V : V ; - pretop_ja_vane_N : N ; - pretorianec_N : N ; - pretorianski_A : A ; - preto_ch_a_V : V ; - pretreniram_V : V ; - pretrepvam_V : V ; - pretrepvane_N : N ; - pretrep_ja__V : V ; - pretrivam_V : V ; - pretrivane_N : N ; - pretro_sh_avam_V : V ; - pretro_sh_avane_N : N ; - pretrupan_A : A ; - pretrupane_N : N ; - pretrupanost_N : N ; - pretrupvam_V : V ; - pretrupvane_N : N ; - pretrufen_A : A ; - pretrypvam_V : V ; - pretrypvane_N : N ; - pretupane_N : N ; - pretupvam_V : V ; - pretupvane_N : N ; - pretyka_V : V ; - pretylkulvam_V : V ; - pretylkulvane_N : N ; - pretypkan_A : A ; - pretypkanost_N : N ; - pretypkvam_V : V ; - pretypkvane_N : N ; - pretyp_ja_vam_V : V ; - pretyp_ja_vane_N : N ; - pretyrkane_N : N ; - pretyrkvam_V : V ; - pretyrkvane_N : N ; - pretyrp_ja_vam_V : V ; - pretyrp_ja_vane_N : N ; - pretyrsvam_V : V ; - pretyrsvane_N : N ; - pretyr_sh_uvam_V : V ; - pretyr_sh_uvane_N : N ; - pret_ja_gam_V : V ; - pret_ja_gane_N : N ; - preuveli_ch_avam_V : V ; - preuveli_ch_avane_N : N ; - preuveli_ch_enie_N : N ; - preumora_N : N ; - preumoren_A : A ; - preumor_ja_vam_V : V ; - preumor_ja_vane_N : N ; - preusp_ja_vam_V : V ; - preusp_ja_vane_N : N ; - preustanov_ja_vam_V : V ; - preustanov_ja_vane_N : N ; - preustroitel_N : N ; - preustrojvam_V : V ; - preustrojvane_N : N ; - preustrojstven_A : A ; - preustrojstvo_N : N ; - preustro_ja_vam_V : V ; - preustro_ja_vane_N : N ; - preu_ch_vam_V : V ; - preu_ch_vane_N : N ; - prefasoniram_V : V ; - prefasonirane_N : N ; - prefekt_N : N ; - prefektorski_A : A ; - prefektura_N : N ; - preferans_N : N ; - preferenci_ja__N : N ; - prefiks_N : N ; - prefinvam_V : V ; - prefinvane_N : N ; - prefinen_A : A ; - prefinenost_N : N ; - prefin_ja_m_V : V ; - prefin_ja_ne_N : N ; - preformuliram_V : V ; - prefu_ch_avam_V : V ; - prefu_ch_avane_N : N ; - prefyrcunen_A : A ; - prefyrcunenost_N : N ; - prefyrcun_ja_m_V : V ; - prefyrcun_ja_ne_N : N ; - prehapvam_V : V ; - prehapvane_N : N ; - prehvalvam_V : V ; - prehvalvane_N : N ; - prehva_sht_am_V : V ; - prehva_sht_ane_N : N ; - prehvrykvam_V : V ; - prehvrykvane_N : N ; - prehvyrkvam_V : V ; - prehvyrkvane_N : N ; - prehvyrl_ja_emost_N : N ; - prehvyrl_ja_m_V : V ; - prehvyrl_ja_ne_N : N ; - prehvyr_ch_avam_V : V ; - prehvyr_ch_avane_N : N ; - prehvyr_ch_am_V : V ; - prehvyr_ch_ane_N : N ; - prehlas_N : N ; - prehlasvam_V : V ; - prehlasvane_N : N ; - prehlasnatost_N : N ; - prehod_N : N ; - prehoden_A : A ; - prehodnik_N : N ; - prehodnost_N : N ; - preho_zj_dam_V : V ; - preho_zj_dane_N : N ; - prehrana_N : N ; - prehranvam_V : V ; - prehranvane_N : N ; - prehripvam_V : V ; - prehripvane_N : N ; - prehruskvam_V : V ; - prehruskvane_N : N ; - precapane_N : N ; - precapvam_V : V ; - precapvane_N : N ; - preceden_A : A ; - precedent_N : N ; - precedenten_A : A ; - prece_zj_dam_V : V ; - prece_zj_dane_N : N ; - precenka_N : N ; - precen_ja_vam_V : V ; - precen_ja_vane_N : N ; - precesi_ja__N : N ; - precizen_A : A ; - preciziram_V : V ; - precizirane_N : N ; - preciznost_N : N ; - precyft_ja_vam_V : V ; - precyft_ja_vane_N : N ; - precyft_ja_l_A : A ; - pre_ch_a_V : V ; - pre_ch_e_sh_a_V : V ; - pre_ch_ist_A : A ; - pre_ch_istvam_V : V ; - pre_ch_istvane_N : N ; - pre_ch_istenost_N : N ; - pre_ch_ka_N : N ; - pre_ch_kam_V : V ; - pre_ch_kane_N : N ; - pre_ch_ukane_N : N ; - pre_ch_ukvam_V : V ; - pre_ch_ukvane_N : N ; - pre_ch_upvam_V : V ; - pre_ch_upvane_N : N ; - pre_ch_upvatel_N : N ; - pre_sh_len_N : N ; - pre_sh_lenest_A : A ; - pre_sht_ipvam_V : V ; - pre_sht_ipvane_N : N ; - pre_sht_ipna_V : V ; - pre_sht_rakvam_V : V ; - pre_sht_rakvane_N : N ; - pre_ja__zj_dam_V : V ; - pre_ja__zj_dane_N : N ; - pribavka_N : N ; - pribavy_ch_en_A : A ; - pribav_ja_m_V : V ; - pribav_ja_ne_N : N ; - pribaltijski_A : A ; - pribegna_V : V ; - pribe_zj_i_sht_e_N : N ; - pribe_zj_ka_N : N ; - pribiram_V : V ; - pribirane_N : N ; - pribli_zj_avam_V : V ; - pribli_zj_avane_N : N ; - pribli_zj_en_A : A ; - pribli_zj_enie_N : N ; - pribli_zj_enost_N : N ; - priblizitelen_A : A ; - priblizitelnost_N : N ; - priboda_V : V ; - priboj_N : N ; - pribol_ja_vam_V : V ; - pribol_ja_vane_N : N ; - pribor_N : N ; - priboren_A : A ; - priborostroene_N : N ; - pribran_A : A ; - pribre_zj_en_A : A ; - pribre_zj_ie_N : N ; - pribylvam_V : V ; - pribylvane_N : N ; - pribyrzan_A : A ; - pribyrzane_N : N ; - pribyrzanost_N : N ; - pribyrzvam_V : V ; - pribyrzvane_N : N ; - prib_ja_gane_N : N ; - prib_ja_gvam_V : V ; - prib_ja_gvane_N : N ; - prib_ja_gna_V : V ; - privatiziram_V : V ; - privatizirane_N : N ; - privdigam_V : V ; - privdigane_N : N ; - priveden_A : A ; - prive_zj_dam_V : V ; - prive_zj_dane_N : N ; - privet_N : N ; - priveten_A : A ; - privetliv_A : A ; - privetlivost_N : N ; - privetstvam_V : V ; - privetstvane_N : N ; - privetstven_A : A ; - privetstvie_N : N ; - privetstvuvam_V : V ; - privetstvuvane_N : N ; - prive_ch_eren_A : A ; - privivam_V : V ; - privivane_N : N ; - prividen_A : A ; - prividenie_N : N ; - prividnost_N : N ; - privi_zj_dam_V : V ; - privikane_N : N ; - privikvam_V : V ; - privikvane_N : N ; - privikna_V : V ; - privilegirovam_V : V ; - privilegirovan_A : A ; - privilegirovane_N : N ; - privilegi_ja__N : N ; - privi_ch_en_A : A ; - privi_ch_ka_N : N ; - privkus_N : N ; - privlekatelen_A : A ; - privlekatelnost_N : N ; - privli_ch_am_V : V ; - privli_ch_ane_N : N ; - privnas_ja_m_V : V ; - privnas_ja_ne_N : N ; - privod_N : N ; - privodn_ja_vam_V : V ; - privodn_ja_vane_N : N ; - privremenen_A : A ; - privyr_zj_enik_N : N ; - privyr_zj_enica_N : N ; - privyr_zj_eni_ch_ka_N : N ; - privyrzan_A : A ; - privyrzanost_N : N ; - privyrzvam_V : V ; - privyrzvane_N : N ; - privyr_sh_vam_V : V ; - privyr_sh_vane_N : N ; - priga_zj_dam_V : V ; - priga_zj_dane_N : N ; - prigladen_A : A ; - prigladn_ja_vam_V : V ; - prigladn_ja_vane_N : N ; - prigla_zj_dam_V : V ; - prigla_zj_dane_N : N ; - priglas_ja_m_V : V ; - priglas_ja_ne_N : N ; - prigla_sh_enie_N : N ; - priglu_sh_avam_V : V ; - priglu_sh_avane_N : N ; - prigoden_A : A ; - prigodimost_N : N ; - prigodliv_A : A ; - prigodlivost_N : N ; - prigodnost_N : N ; - prigod_ja_vam_V : V ; - prigod_ja_vane_N : N ; - prigotvenost_N : N ; - prigotv_ja_m_V : V ; - prigotv_ja_ne_N : N ; - prigotovlenie_N : N ; - prigotovl_ja_vam_V : V ; - prigotovl_ja_vane_N : N ; - prigra_zj_dam_V : V ; - prigra_zj_dane_N : N ; - prigre_ja__V : V ; - pridavam_V : V ; - pridavane_N : N ; - pridaden_A : A ; - pridadenost_N : N ; - pridady_ch_en_A : A ; - pridan_N : N ; - pridatyk_N : N ; - pridaty_ch_en_A : A ; - pridvi_zj_vam_V : V ; - pridvi_zj_vane_N : N ; - pridvoren_A : A ; - pridirvam_V : V ; - pridirvane_N : N ; - pridir_ch_iv_A : A ; - pridir_ch_ivost_N : N ; - pridir_ja_m_V : V ; - pridir_ja_ne_N : N ; - pridihanie_N : N ; - pridihatelen_A : A ; - pridobivam_V : V ; - pridobivane_N : N ; - pridobivka_N : N ; - pridobr_ja_vam_V : V ; - pridobr_ja_vane_N : N ; - pridojda_V : V ; - pridoho_zj_dam_V : V ; - pridoho_zj_dane_N : N ; - pridremvam_V : V ; - pridremvane_N : N ; - pridru_zj_avam_V : V ; - pridru_zj_avane_N : N ; - pridru_zj_itel_N : N ; - pridru_zj_itelka_N : N ; - pridrypvam_V : V ; - pridrypvane_N : N ; - pridr_ja_mvam_V : V ; - pridr_ja_mvane_N : N ; - pridumane_N : N ; - pridumvam_V : V ; - pridumvane_N : N ; - pridunavski_A : A ; - pridyr_zj_am_V : V ; - pridyr_zj_ane_N : N ; - pridyrpane_N : N ; - pridyrpvam_V : V ; - pridyrpvane_N : N ; - pridyh_N : N ; - priem_N : N ; - priemam_V : V ; - priemane_N : N ; - priematel_N : N ; - priematelen_A : A ; - priemen_A : A ; - priemliv_A : A ; - priemlivost_N : N ; - priemna_N : N ; - priemnik_N : N ; - priemnica_N : N ; - priemni_ch_estvo_N : N ; - priemstvenost_N : N ; - pri_zj_um_ja_vam_V : V ; - pri_zj_um_ja_vane_N : N ; - priz_N : N ; - prizvan_A : A ; - prizvanie_N : N ; - prizvezden_A : A ; - prizemen_A : A ; - prizemie_N : N ; - prizem_ja_vam_V : V ; - prizem_ja_vane_N : N ; - priziv_N : N ; - priziven_A : A ; - prizl_ja_vam_V : V ; - prizl_ja_vane_N : N ; - prizma_N : N ; - prizmati_ch_en_A : A ; - priznavam_V : V ; - priznavane_N : N ; - priznak_N : N ; - priznanie_N : N ; - priznat_A : A ; - priznatelen_A : A ; - priznatelnost_N : N ; - prizovavam_V : V ; - prizovavane_N : N ; - prizovka_N : N ; - prizrak_N : N ; - prizra_ch_en_A : A ; - prizra_ch_nost_N : N ; - prii_zj_dam_V : V ; - prii_zj_dane_N : N ; - priiskane_N : N ; - priiskvam_V : V ; - priiskvane_N : N ; - prijom_N : N ; - prikad_ja_vam_V : V ; - prikad_ja_vane_N : N ; - prikaz_N : N ; - prikazvam_V : V ; - prikazvane_N : N ; - prikazen_A : A ; - prikazka_N : N ; - prikazliv_A : A ; - prikazlivost_N : N ; - prikaznost_N : N ; - prikanvam_V : V ; - prikanvane_N : N ; - prikapvam_V : V ; - prikapvane_N : N ; - prikarane_N : N ; - prikarvam_V : V ; - prikarvane_N : N ; - prika_ch_am_V : V ; - prika_ch_ane_N : N ; - prika_ch_vam_V : V ; - prika_ch_vane_N : N ; - prikip_ja_vam_V : V ; - prikip_ja_vane_N : N ; - priklad_N : N ; - prikla_zj_dam_V : V ; - prikla_zj_dane_N : N ; - prikle_sht_vam_V : V ; - prikle_sht__ja_m_V : V ; - prikle_sht__ja_ne_N : N ; - prikl_iu__ch_vam_V : V ; - prikl_iu__ch_vane_N : N ; - prikl_iu__ch_enie_N : N ; - prikl_iu__ch_enski_A : A ; - prikl_ja_kam_V : V ; - prikl_ja_kvam_V : V ; - prikl_ja_kvane_N : N ; - prikovavam_V : V ; - prikovavane_N : N ; - prikomandirovam_V : V ; - prikomandirovane_N : N ; - prikosnovenie_N : N ; - prikotkane_N : N ; - prikotkvam_V : V ; - prikotkvane_N : N ; - prikrepvam_V : V ; - prikrepvane_N : N ; - prikrepen_A : A ; - prikrep_ja_vam_V : V ; - prikrep_ja_vane_N : N ; - prikrep_ja_m_V : V ; - prikrep_ja_ne_N : N ; - prikrehnat_A : A ; - prikrivam_V : V ; - prikrivane_N : N ; - prikritie_N : N ; - prikritost_N : N ; - prikupuvam_V : V ; - prikupuvane_N : N ; - prikyr_sh_vam_V : V ; - prikyr_sh_vane_N : N ; - prikytane_N : N ; - prikytvam_V : V ; - prikytvane_N : N ; - prilagam_V : V ; - prilagane_N : N ; - prilagatelen_A : A ; - prilagatelno_N : N ; - prilazvam_V : V ; - prilaskavam_V : V ; - prilaskavane_N : N ; - prila_ja__V : V ; - prile_zj_anie_N : N ; - prile_zj_a_sht__A : A ; - prile_zj_en_A : A ; - prile_zj_nost_N : N ; - prilep_N : N ; - prilepvam_V : V ; - prilepvane_N : N ; - prilep_ch_e_N : N ; - prilep_ch_iv_A : A ; - prilep_ch_ivost_N : N ; - prilep_ja_m_V : V ; - prilep_ja_ne_N : N ; - prilet_ja_vam_V : V ; - prilet_ja_vane_N : N ; - priliv_N : N ; - prilivam_V : V ; - prilivane_N : N ; - priliven_A : A ; - prilizan_A : A ; - prilika_N : N ; - prilistnik_N : N ; - prilitam_V : V ; - prilitane_N : N ; - prili_ch_am_V : V ; - prili_ch_ane_N : N ; - prili_ch_en_A : A ; - prili_ch_ie_N : N ; - prili_ch_nost_N : N ; - prilo_zj_en_A : A ; - prilo_zj_enie_N : N ; - prilo_zj_im_A : A ; - prilo_zj_imost_N : N ; - prilo_zj_nik_N : N ; - prilo_zj_nica_N : N ; - prilo_zj_nost_N : N ; - prilo_sh_avam_V : V ; - prilo_sh_avane_N : N ; - prilun_ja_vam_V : V ; - prilun_ja_vane_N : N ; - prilygvam_V : V ; - prilygvane_N : N ; - pril_iu_t_ja_vam_V : V ; - pril_iu_t_ja_vane_N : N ; - pril_ja_gam_V : V ; - pril_ja_gane_N : N ; - prim_N : N ; - prima_N : N ; - primadona_N : N ; - primazvam_V : V ; - primazvane_N : N ; - primal_ja_vam_V : V ; - primal_ja_vane_N : N ; - primamvam_V : V ; - primamvane_N : N ; - primamen_A : A ; - primamka_N : N ; - primamliv_A : A ; - primamlivost_N : N ; - primer_N : N ; - primervam_V : V ; - primervane_N : N ; - primeren_A : A ; - primes_N : N ; - primesvam_V : V ; - primesvane_N : N ; - primigam_V : V ; - primigane_N : N ; - primigvam_V : V ; - primigvane_N : N ; - primi_zj_avam_V : V ; - primi_zj_avane_N : N ; - primiram_V : V ; - primirane_N : N ; - primiren_A : A ; - primirenec_N : N ; - primirenie_N : N ; - primirenost_N : N ; - primiren_ch_eski_A : A ; - primiren_ch_estvo_N : N ; - primirie_N : N ; - primirim_A : A ; - primirimost_N : N ; - primiritel_N : N ; - primiritelen_A : A ; - primiritelnost_N : N ; - primir_ja_vam_V : V ; - primir_ja_vane_N : N ; - primitiv_N : N ; - primitiven_A : A ; - primitivizym_N : N ; - primitivist_N : N ; - primitivnost_N : N ; - primka_N : N ; - primokre_ja__V : V ; - primokr_ja_vam_V : V ; - primokr_ja_vane_N : N ; - primolvam_V : V ; - primolvane_N : N ; - primorie_N : N ; - primorski_A : A ; - primra_ch_avam_V : V ; - primra_ch_avane_N : N ; - primula_N : N ; - primus_N : N ; - primykvam_V : V ; - primykvane_N : N ; - primyrdvam_V : V ; - primyrdvane_N : N ; - prinaden_A : A ; - prinadle_zj_a_V : V ; - prinadle_zj_nost_N : N ; - prina_zj_dam_V : V ; - prina_zj_dane_N : N ; - prinas_ja_m_V : V ; - prinas_ja_ne_N : N ; - prini_zj_avam_V : V ; - prini_zj_avane_N : N ; - prinizen_A : A ; - prinizitelen_A : A ; - priniz_ja_vam_V : V ; - priniz_ja_vane_N : N ; - prinos_N : N ; - prinositel_N : N ; - prinositelka_N : N ; - prinos_ja__sht__A : A ; - prino_sh_enie_N : N ; - printer_N : N ; - prinuda_N : N ; - prinuden_A : A ; - prinudenost_N : N ; - prinuditelen_A : A ; - prinu_zj_davam_V : V ; - prinu_zj_davane_N : N ; - prinu_zj_denie_N : N ; - princ_N : N ; - princesa_N : N ; - princip_N : N ; - principen_A : A ; - principialen_A : A ; - principialnost_N : N ; - principnost_N : N ; - priobla_ch_en_A : A ; - priob_sht_avam_V : V ; - priob_sht_avane_N : N ; - priob_sht_enost_N : N ; - prioritet_N : N ; - prioriteten_A : A ; - pripadam_V : V ; - pripadane_N : N ; - pripadni_ch_av_A : A ; - pripadyk_N : N ; - pripady_ch_en_A : A ; - pripalvam_V : V ; - pripalvane_N : N ; - priparvam_V : V ; - priparvane_N : N ; - pripas_N : N ; - pripvam_V : V ; - pripvane_N : N ; - pripev_N : N ; - pripeven_A : A ; - pripek_N : N ; - pripe_ch_elvam_V : V ; - pripe_ch_elvane_N : N ; - pripe_ch_elen_A : A ; - pripivam_V : V ; - pripivane_N : N ; - pripiram_V : V ; - pripirane_N : N ; - pripisvam_V : V ; - pripisvane_N : N ; - pripiskam_V : V ; - pripiskane_N : N ; - pripi_ch_am_V : V ; - pripi_ch_ane_N : N ; - pripi_sht__ja_vam_V : V ; - pripi_sht__ja_vane_N : N ; - pripkam_V : V ; - pripkane_N : N ; - priplakvam_V : V ; - priplakvane_N : N ; - priplamvam_V : V ; - priplamvane_N : N ; - pripla_ch_a_V : V ; - pripleskane_N : N ; - pripleskvam_V : V ; - pripleskvane_N : N ; - priplitam_V : V ; - priplod_N : N ; - priplyzvam_V : V ; - priplyzvane_N : N ; - pripovdigam_V : V ; - pripovdigane_N : N ; - pripovdignat_A : A ; - pripovdignatost_N : N ; - pripovtar_ja_m_V : V ; - pripovtar_ja_ne_N : N ; - pripoznavam_V : V ; - pripoznavane_N : N ; - pripokrivam_V : V ; - pripokrivane_N : N ; - pripomn_ja_m_V : V ; - pripomn_ja_ne_N : N ; - pripot_ja__V : V ; - pripra_V : V ; - priprav_ja_m_V : V ; - priprav_ja_ne_N : N ; - pripryskane_N : N ; - pripryskvam_V : V ; - pripryskvane_N : N ; - pripr_ja_n_A : A ; - pripr_ja_nost_N : N ; - pripu_sh_vam_V : V ; - pripu_sh_vane_N : N ; - pripylz_ja_vam_V : V ; - pripylz_ja_vane_N : N ; - pripypl_ja_m_V : V ; - pripypl_ja_ne_N : N ; - prip_ja_vam_V : V ; - prip_ja_vane_N : N ; - priravnenie_N : N ; - priravn_ja_vam_V : V ; - priravn_ja_vane_N : N ; - prira_zj_dam_V : V ; - prira_zj_dane_N : N ; - prirasna_V : V ; - prirast_N : N ; - prirastvam_V : V ; - prirastvane_N : N ; - prirastyk_N : N ; - priritane_N : N ; - priritvam_V : V ; - priritvane_N : N ; - priroda_N : N ; - priroden_A : A ; - prirodoza_sht_itnik_N : N ; - prirodoznanie_N : N ; - prirodoizpitatel_N : N ; - prirodole_ch_enie_N : N ; - prirodonau_ch_en_A : A ; - prirodosyobrazen_A : A ; - priros_ja_vam_V : V ; - priros_ja_vane_N : N ; - priryst_N : N ; - prisad_N : N ; - prisadka_N : N ; - prisa_zj_dam_V : V ; - prisa_zj_dane_N : N ; - prisvetna_V : V ; - prisvivam_V : V ; - prisvivane_N : N ; - prisvo_ja_vam_V : V ; - prisvo_ja_vane_N : N ; - prisegna_V : V ; - prisipvam_V : V ; - prisipvane_N : N ; - priskyrben_A : A ; - priskyrbie_N : N ; - prislam_ch_vam_V : V ; - prislam_ch_vane_N : N ; - prislam_ch_en_A : A ; - prislan_ja_m_V : V ; - prislan_ja_ne_N : N ; - prislon_N : N ; - prislon_ja_vam_V : V ; - prislon_ja_vane_N : N ; - prisluga_N : N ; - prislugvam_V : V ; - prislugvane_N : N ; - prislu_zj_vam_V : V ; - prislu_zj_vane_N : N ; - prislu_zj_nik_N : N ; - prislu_zj_nica_N : N ; - prislu_zj_ni_ch_ka_N : N ; - prislu_sh_ane_N : N ; - prislu_sh_vam_V : V ; - prislu_sh_vane_N : N ; - prismeh_N : N ; - prismehulen_A : A ; - prismehulka_N : N ; - prismehulko_N : N ; - prismehulnik_N : N ; - prismehulnica_N : N ; - prismehulstvo_N : N ; - prismivam_V : V ; - prismivane_N : N ; - prisnopameten_A : A ; - prisoen_A : A ; - prispadam_V : V ; - prispadane_N : N ; - prispan_A : A ; - prispivam_V : V ; - prispivane_N : N ; - prispivatelen_A : A ; - prispiven_A : A ; - prispleskvam_V : V ; - prispleskvane_N : N ; - prisposoben_A : A ; - prisposobenec_N : N ; - prisposoben_ch_eski_A : A ; - prisposoben_ch_estvo_N : N ; - prisposobim_A : A ; - prisposobimost_N : N ; - prisposoblenec_N : N ; - prisposoblenie_N : N ; - prisposoblen_ch_eski_A : A ; - prisposoblen_ch_estvo_N : N ; - prisposob_ja_vam_V : V ; - prisposob_ja_vane_N : N ; - pristav_N : N ; - pristavam_V : V ; - pristavane_N : N ; - pristavka_N : N ; - pristavski_A : A ; - pristav_ja__V : V ; - pristav_ja_ne_N : N ; - pristan_N : N ; - pristani_sht_e_N : N ; - pristani_sht_en_A : A ; - pristigam_V : V ; - pristigane_N : N ; - pristiskam_V : V ; - pristiskane_N : N ; - pristoen_A : A ; - pristojnost_N : N ; - pristorvam_V : V ; - pristorvane_N : N ; - pristoren_A : A ; - pristrasten_A : A ; - pristrastenost_N : N ; - pristrastie_N : N ; - pristrastnost_N : N ; - pristrast_ja_vam_V : V ; - pristrast_ja_vane_N : N ; - pristrojvam_V : V ; - pristrojvane_N : N ; - pristrojka_N : N ; - pristro_ja_vam_V : V ; - pristro_ja_vane_N : N ; - pristyp_N : N ; - pristypvam_V : V ; - pristypvane_N : N ; - pristyp_ja_m_V : V ; - pristyp_ja_ne_N : N ; - prist_ja_gam_V : V ; - prist_ja_gane_N : N ; - prisyda_N : N ; - prisyedinenie_N : N ; - prisyedinitelen_A : A ; - prisyedin_ja_vam_V : V ; - prisyedin_ja_vane_N : N ; - prisy_zj_dam_V : V ; - prisy_zj_dane_N : N ; - prisynvam_V : V ; - prisynvane_N : N ; - prisystvam_V : V ; - prisystvane_N : N ; - prisystva_sht__A : A ; - prisystven_A : A ; - prisystvie_N : N ; - prisystvuvam_V : V ; - prisystvuvane_N : N ; - prisystvuva_sht__A : A ; - prisy_sht__A : A ; - pris_ja_gam_V : V ; - pris_ja_gane_N : N ; - pris_ja_dam_V : V ; - pris_ja_dane_N : N ; - pritaen_A : A ; - pritajvam_V : V ; - pritajvane_N : N ; - prita_ja_vam_V : V ; - prita_ja_vane_N : N ; - pritvar_ja_m_V : V ; - pritvar_ja_ne_N : N ; - pritvor_N : N ; - pritvoren_A : A ; - pritvorstvo_N : N ; - pritegatelen_A : A ; - pritegatelnost_N : N ; - pritegl_ja_m_V : V ; - pritegl_ja_ne_N : N ; - prite_zj_avam_V : V ; - prite_zj_avan_A : A ; - prite_zj_avane_N : N ; - prite_zj_anie_N : N ; - prite_zj_atel_N : N ; - prite_zj_atelen_A : A ; - prite_zj_atelka_N : N ; - priteka_V : V ; - pritesnenie_N : N ; - pritesnenost_N : N ; - pritesnitel_N : N ; - pritesnitelen_A : A ; - pritesnitelka_N : N ; - pritesn_ja_vam_V : V ; - pritesn_ja_van_A : A ; - pritesn_ja_vane_N : N ; - pritiskam_V : V ; - pritiskane_N : N ; - pritiska_ch__N : N ; - pritiskvam_V : V ; - pritihvam_V : V ; - pritihvane_N : N ; - priti_ch_ane_N : N ; - priti_ch_vam_V : V ; - priti_ch_vane_N : N ; - pritok_N : N ; - pritoma_N : N ; - pritr_ja_bvam_V : V ; - pritr_ja_bvane_N : N ; - pritulvam_V : V ; - pritulvane_N : N ; - pritul_ja_m_V : V ; - pritul_ja_ne_N : N ; - pritupane_N : N ; - pritupvam_V : V ; - pritupvane_N : N ; - priturvam_V : V ; - priturvane_N : N ; - priturka_N : N ; - pritur_ja_m_V : V ; - pritur_ja_ne_N : N ; - prit_ch_a_N : N ; - pritykvam_V : V ; - pritykvane_N : N ; - pritykm_ja_vam_V : V ; - pritykm_ja_vane_N : N ; - pritymne_ja__V : V ; - pritymn_ja_vam_V : V ; - pritymn_ja_vane_N : N ; - prityp_ch_a_V : V ; - prityp_ja_vam_V : V ; - prityp_ja_vane_N : N ; - prityr_ch_avam_V : V ; - prityr_ch_avane_N : N ; - pritytr_ja_m_V : V ; - pritytr_ja_ne_N : N ; - prit_ja_gam_V : V ; - prit_ja_gane_N : N ; - priumica_N : N ; - priu_ch_avam_V : V ; - priu_ch_avane_N : N ; - priu_ch_vam_V : V ; - priu_ch_vane_N : N ; - priu_ch_en_A : A ; - prihvam_V : V ; - prihvane_N : N ; - prihvatliv_A : A ; - prihvatlivost_N : N ; - prihvatni_ch_av_A : A ; - prihva_sht_am_V : V ; - prihva_sht_ane_N : N ; - prihvrykvam_V : V ; - prihvrykvane_N : N ; - prihlupvam_V : V ; - prihlupvane_N : N ; - prihlup_ja_m_V : V ; - prihlup_ja_ne_N : N ; - prihod_N : N ; - prihoden_A : A ; - prihodonosen_A : A ; - prihodorazhoden_A : A ; - prihod_ja__sht__A : A ; - priho_zj_dam_V : V ; - priho_zj_dane_N : N ; - pricvetnik_N : N ; - pricel_N : N ; - pricelvam_V : V ; - pricelvane_N : N ; - pricelen_A : A ; - pri_ch_akane_N : N ; - pri_ch_akvam_V : V ; - pri_ch_akvane_N : N ; - pri_ch_asten_A : A ; - pri_ch_astie_N : N ; - pri_ch_erv_ja_vam_V : V ; - pri_ch_erv_ja_vane_N : N ; - pri_ch_ern_ja_vam_V : V ; - pri_ch_ern_ja_vane_N : N ; - pri_ch_esvam_V : V ; - pri_ch_esvane_N : N ; - pri_ch_eska_N : N ; - pri_ch_est_ja_vam_V : V ; - pri_ch_est_ja_vane_N : N ; - pri_ch_ina_N : N ; - pri_ch_inen_A : A ; - pri_ch_initel_N : N ; - pri_ch_initelka_N : N ; - pri_ch_innosledstven_A : A ; - pri_ch_innost_N : N ; - pri_ch_in_ja_vam_V : V ; - pri_ch_in_ja_vane_N : N ; - pri_ch_islenie_N : N ; - pri_ch_isl_ja_vam_V : V ; - pri_ch_isl_ja_vane_N : N ; - pri_ch_uvam_V : V ; - pri_ch_uvane_N : N ; - pri_ch_udliv_A : A ; - pri_ch_udlivost_N : N ; - pri_ch_ukane_N : N ; - pri_ch_ukvam_V : V ; - pri_ch_ukvane_N : N ; - pri_sh_elec_N : N ; - pri_sh_elka_N : N ; - pri_sh_epvam_V : V ; - pri_sh_epvane_N : N ; - pri_sh_estvie_N : N ; - pri_sh_ivam_V : V ; - pri_sh_ivane_N : N ; - pri_sh_ka_N : N ; - pri_sh_porvam_V : V ; - pri_sh_porvane_N : N ; - pri_sh_ylec_N : N ; - pri_sh_ylka_N : N ; - pri_sht_a_V : V ; - pri_sht_ipvam_V : V ; - pri_sht_ipvane_N : N ; - pri_sht_ip_ja__V : V ; - pri_sht_rakvam_V : V ; - pri_sht_rakvane_N : N ; - pri_sht_ypvam_V : V ; - pri_sht_ypvane_N : N ; - pri_sht__ja_vam_V : V ; - pri_sht__ja_vane_N : N ; - pri_sht__ja_vka_N : N ; - pri_iu_t_N : N ; - pri_iu_t_ja_vam_V : V ; - pri_iu_t_ja_vane_N : N ; - pri_ja_m_V : V ; - pri_ja_tel_N : N ; - pri_ja_telka_N : N ; - pri_ja_telski_A : A ; - pri_ja_telstvam_V : V ; - pri_ja_telstvane_N : N ; - pri_ja_telstvo_N : N ; - pri_ja_tel_ch_e_N : N ; - pri_ja_ten_A : A ; - pri_ja_tie_N : N ; - pri_ja_tni_ch_yk_A : A ; - pri_ja_tnost_N : N ; - proagitiram_V : V ; - proagitirane_N : N ; - proanaliziram_V : V ; - proanalizirane_N : N ; - proba_N : N ; - probvam_V : V ; - probvane_N : N ; - probeg_N : N ; - probegna_V : V ; - proben_A : A ; - probera_V : V ; - probiv_N : N ; - probivam_V : V ; - probivane_N : N ; - probiven_A : A ; - probivnost_N : N ; - probiram_V : V ; - probka_N : N ; - problem_N : N ; - problema_N : N ; - problematika_N : N ; - problemati_ch_en_A : A ; - problemen_A : A ; - proble_ja__V : V ; - probl_ja_svam_V : V ; - probl_ja_svane_N : N ; - probl_ja_syk_N : N ; - probo_zj_dam_V : V ; - probo_zj_dane_N : N ; - proboj_N : N ; - probojna_N : N ; - probuda_N : N ; - probu_zj_dam_V : V ; - probu_zj_dane_N : N ; - probutane_N : N ; - probutvam_V : V ; - probutvane_N : N ; - probylbukam_V : V ; - prob_ja_gam_V : V ; - prob_ja_gane_N : N ; - prob_ja_gvam_V : V ; - prob_ja_gvane_N : N ; - proval_N : N ; - provala_N : N ; - proval_ja_m_V : V ; - proval_ja_ne_N : N ; - prove_zj_dam_V : V ; - prove_zj_dane_N : N ; - proveritel_N : N ; - proveritelen_A : A ; - proveritelka_N : N ; - proverka_N : N ; - provero_ch_en_A : A ; - prover_ja_vam_V : V ; - prover_ja_vane_N : N ; - proves_N : N ; - provesvam_V : V ; - provesvane_N : N ; - provetrenie_N : N ; - provetriv_A : A ; - provetritelen_A : A ; - provetr_ja_vam_V : V ; - provetr_ja_vane_N : N ; - provetr_ja_m_V : V ; - provetr_ja_ne_N : N ; - prove_ja__V : V ; - providenie_N : N ; - provi_zj_dam_V : V ; - provi_zj_dane_N : N ; - provizi_ja__N : N ; - provizoren_A : A ; - provikvam_V : V ; - provikvane_N : N ; - provinen_A : A ; - provinenie_N : N ; - provincialen_A : A ; - provincializiram_V : V ; - provincializym_N : N ; - provincialist_N : N ; - provincialistka_N : N ; - provincialnost_N : N ; - provinci_ja__N : N ; - provin_ja_vam_V : V ; - provin_ja_vane_N : N ; - proviram_V : V ; - provirane_N : N ; - provisane_N : N ; - provisvam_V : V ; - provisvane_N : N ; - provisna_V : V ; - provisnat_A : A ; - provlak_N : N ; - provla_ch_vam_V : V ; - provla_ch_vane_N : N ; - provla_ch_en_A : A ; - provle_ch_en_A : A ; - provli_ch_am_V : V ; - provli_ch_ane_N : N ; - provodimost_N : N ; - provodnik_N : N ; - provodnica_N : N ; - provod_ja__sht__A : A ; - provo_zj_dam_V : V ; - provo_zj_dane_N : N ; - provokativen_A : A ; - provokator_N : N ; - provokatorka_N : N ; - provokatorski_A : A ; - provokatorstvo_N : N ; - provokacionen_A : A ; - provokaci_ja__N : N ; - provokiram_V : V ; - provokirane_N : N ; - provyzglas_ja_vam_V : V ; - provyzglas_ja_vane_N : N ; - provyzglas_ja_m_V : V ; - provyzglas_ja_ne_N : N ; - provyrv_ja_vam_V : V ; - provyrv_ja_vane_N : N ; - progar_ja_m_V : V ; - progar_ja_ne_N : N ; - progermanski_A : A ; - progizvam_V : V ; - progizvane_N : N ; - progimnazialen_A : A ; - progimnazi_ja__N : N ; - proglas_N : N ; - proglas_ja_vam_V : V ; - proglas_ja_vane_N : N ; - proglas_ja_m_V : V ; - proglas_ja_ne_N : N ; - progledam_V : V ; - progledane_N : N ; - proglednost_N : N ; - progle_zj_dam_V : V ; - progle_zj_dane_N : N ; - proglu_sh_avam_V : V ; - proglu_sh_avane_N : N ; - proglu_sh_itelen_A : A ; - prognivam_V : V ; - prognivane_N : N ; - prognil_A : A ; - prognilost_N : N ; - prognoza_N : N ; - prognozen_A : A ; - prognoziram_V : V ; - prognozirane_N : N ; - progovar_ja_m_V : V ; - progovar_ja_ne_N : N ; - progovorvam_V : V ; - progovorvane_N : N ; - progonvam_V : V ; - progonvane_N : N ; - programa_N : N ; - programen_A : A ; - programiram_V : V ; - programirane_N : N ; - programiranost_N : N ; - programist_N : N ; - programistka_N : N ; - programnost_N : N ; - progres_N : N ; - progresiven_A : A ; - progresivnost_N : N ; - progresiram_V : V ; - progresirane_N : N ; - progresi_ja__N : N ; - progrizvam_V : V ; - progrizvane_N : N ; - progyrm_ja_vam_V : V ; - progyrm_ja_vane_N : N ; - prodavaem_A : A ; - prodavam_V : V ; - prodavane_N : N ; - prodavatelen_A : A ; - prodava_ch__N : N ; - prodava_ch_ka_N : N ; - proda_zj_ba_N : N ; - proda_zj_ben_A : A ; - proda_zj_en_A : A ; - proda_zj_nik_N : N ; - proda_zj_nica_N : N ; - proda_zj_ni_ch_eski_A : A ; - proda_zj_ni_ch_estvo_N : N ; - proda_zj_nost_N : N ; - prodan_N : N ; - prodiktuvam_V : V ; - prodiktuvane_N : N ; - prodiram_V : V ; - prodirane_N : N ; - prodovolstvam_V : V ; - prodovolstvane_N : N ; - prodovolstven_A : A ; - prodovolstvie_N : N ; - prodovolstvuvam_V : V ; - prodovolstvuvane_N : N ; - produkt_N : N ; - produktiven_A : A ; - produktivnost_N : N ; - produktov_A : A ; - produkci_ja__N : N ; - produmane_N : N ; - produmvam_V : V ; - produmvane_N : N ; - produp_ch_vam_V : V ; - produp_ch_vane_N : N ; - produh_N : N ; - produhane_N : N ; - produhvam_V : V ; - produhvane_N : N ; - produhvatelen_A : A ; - producent_N : N ; - produciram_V : V ; - prodylban_A : A ; - prodylgovat_A : A ; - prodylgovatost_N : N ; - prodyl_zj_avam_V : V ; - prodyl_zj_avane_N : N ; - prodyl_zj_en_A : A ; - prodyl_zj_enie_N : N ; - prodyl_zj_itel_N : N ; - prodyl_zj_itelen_A : A ; - prodyl_zj_itelka_N : N ; - prodyl_zj_itelnost_N : N ; - prodynvam_V : V ; - prodynvane_N : N ; - proekt_N : N ; - proektant_N : N ; - proektantka_N : N ; - proektantski_A : A ; - proekten_A : A ; - proektiram_V : V ; - proektirane_N : N ; - proektob_iu_d_zj_et_N : N ; - proektodogovor_N : N ; - proektodokumentaci_ja__N : N ; - proektokonstituci_ja__N : N ; - proektoplan_N : N ; - proektoprograma_N : N ; - proektor_N : N ; - proektorezol_iu_ci_ja__N : N ; - proektosmeten_A : A ; - proektosmetka_N : N ; - proekcionen_A : A ; - proekci_ja__N : N ; - proeht_ja_vam_V : V ; - proeht_ja_vane_N : N ; - proeciram_V : V ; - proe_ch_avam_V : V ; - proe_ch_avane_N : N ; - pro_zj_ektiram_V : V ; - pro_zj_ektirane_N : N ; - pro_zj_ektor_N : N ; - pro_zj_ektoren_A : A ; - pro_zj_ekcionen_A : A ; - pro_zj_ekci_ja__N : N ; - pro_zj_iv_ja_vam_V : V ; - proza_N : N ; - prozaik_N : N ; - prozai_ch_en_A : A ; - prozai_ch_nost_N : N ; - prozvi_sht_e_N : N ; - prozvu_ch_avam_V : V ; - prozvu_ch_avane_N : N ; - prozvynt_ja_vam_V : V ; - prozvynt_ja_vane_N : N ; - prozvyn_ja_vam_V : V ; - prozvyn_ja_vane_N : N ; - prozina_V : V ; - proziram_V : V ; - prozirane_N : N ; - proziren_A : A ; - prozodi_ch_en_A : A ; - prozorec_N : N ; - prozore_ch_en_A : A ; - prozorliv_A : A ; - prozorlivost_N : N ; - prozor_ch_e_N : N ; - prozra_ch_en_A : A ; - prozra_ch_nost_N : N ; - prozrenie_N : N ; - prozritelen_A : A ; - proz_ja_vam_V : V ; - proz_ja_vane_N : N ; - proz_ja_vka_N : N ; - proigravam_V : V ; - proigravane_N : N ; - proizvedenie_N : N ; - proizve_zj_dam_V : V ; - proizve_zj_dane_N : N ; - proizvoden_A : A ; - proizvoditel_N : N ; - proizvoditelen_A : A ; - proizvoditelka_N : N ; - proizvoditelnost_N : N ; - proizvodstven_A : A ; - proizvodstvenik_N : N ; - proizvodstveni_ch_ka_N : N ; - proizvodstvenost_N : N ; - proizvodstvo_N : N ; - proizvol_N : N ; - proizvolen_A : A ; - proizvolni_ch_a_V : V ; - proizlizam_V : V ; - proizlizane_N : N ; - proiznas_ja_m_V : V ; - proiznas_ja_ne_N : N ; - proiznosim_A : A ; - proizno_sh_enie_N : N ; - proizti_ch_am_V : V ; - proizti_ch_ane_N : N ; - proizhod_N : N ; - proizhoden_A : A ; - proizhod_ja__sht__A : A ; - proizho_zj_dam_V : V ; - proizho_zj_dane_N : N ; - proizho_zj_denie_N : N ; - proiz_sh_estvie_N : N ; - projdoha_N : N ; - proka_zj_en_A : A ; - proka_zj_enik_N : N ; - proka_zj_enica_N : N ; - prokaza_N : N ; - prokapvam_V : V ; - prokapvane_N : N ; - prokarane_N : N ; - prokarvam_V : V ; - prokarvane_N : N ; - proka_sh_l_ja_m_V : V ; - proka_sh_l_ja_ne_N : N ; - prokisvam_V : V ; - prokisvane_N : N ; - proklamaci_ja__N : N ; - proklamiram_V : V ; - proklamirane_N : N ; - proklevam_V : V ; - proklevane_N : N ; - proklet_A : A ; - prokletisvam_V : V ; - prokleti_ja__N : N ; - prokletnik_N : N ; - prokletnica_N : N ; - proklinam_V : V ; - proklinane_N : N ; - proklinanie_N : N ; - proklitika_N : N ; - prokl_ja_tie_N : N ; - prokoba_N : N ; - prokoben_A : A ; - prokobnik_N : N ; - prokobnica_N : N ; - prokob_ja_vam_V : V ; - prokob_ja_vane_N : N ; - prokontrolirvam_V : V ; - prokontrolirvane_N : N ; - prokopavam_V : V ; - prokopavane_N : N ; - prokopsane_N : N ; - prokopsanik_N : N ; - prokopsanica_N : N ; - prokopsvam_V : V ; - prokopsvane_N : N ; - prokopsi_ja__N : N ; - prokradvam_V : V ; - prokradvane_N : N ; - proksi_N : N ; - proksima_N : N ; - proktor_N : N ; - prokuda_N : N ; - prokudenik_N : N ; - prokudenica_N : N ; - proku_zj_dam_V : V ; - proku_zj_dane_N : N ; - prokurator_N : N ; - prokuratura_N : N ; - prokurist_N : N ; - prokuristka_N : N ; - prokuror_N : N ; - prokurorka_N : N ; - prokurorski_A : A ; - prokylnavam_V : V ; - prokylnavane_N : N ; - prokyln_ja_vam_V : V ; - prokynt_ja_vam_V : V ; - prokynt_ja_vane_N : N ; - prokysam_V : V ; - prokysane_N : N ; - prokysvam_V : V ; - prokysvane_N : N ; - prolazvam_V : V ; - prolazvane_N : N ; - prolajvam_V : V ; - prolajvane_N : N ; - prolet_N : N ; - proletariat_N : N ; - proletarizaci_ja__N : N ; - proletariziram_V : V ; - proletarizirane_N : N ; - proletarij_N : N ; - proletarka_N : N ; - proletarski_A : A ; - proleten_A : A ; - proletnica_N : N ; - proliv_A : A ; - prolivam_V : V ; - prolivane_N : N ; - proliven_A : A ; - prolitam_V : V ; - prolitane_N : N ; - proliferaci_ja__N : N ; - prolifikaci_ja__N : N ; - proli_ch_avam_V : V ; - proli_ch_avane_N : N ; - prolog_N : N ; - prolom_N : N ; - prolom_ja__V : V ; - prolongaci_ja__N : N ; - prolongiram_V : V ; - prolongirane_N : N ; - proluka_N : N ; - prome_zj_dutyk_N : N ; - prome_zj_duty_ch_en_A : A ; - promenenie_N : N ; - promenliv_A : A ; - promenlivost_N : N ; - promen_ch_iv_A : A ; - promen_ch_ivost_N : N ; - promen_ja_em_A : A ; - promen_ja_emost_N : N ; - promen_ja_m_V : V ; - promen_ja_ne_N : N ; - prometeev_A : A ; - prometeevski_A : A ; - promivam_V : V ; - promivane_N : N ; - promiven_A : A ; - promivka_N : N ; - promisl_ja_m_V : V ; - promisl_ja_ne_N : N ; - promisyl_N : N ; - promi_sh_len_A : A ; - promi_sh_lenie_N : N ; - promi_sh_lenik_N : N ; - promi_sh_lenost_N : N ; - promi_sh_l_ja_vam_V : V ; - promkombinat_N : N ; - promokaem_A : A ; - promokaemost_N : N ; - promotor_N : N ; - promociram_V : V ; - promocirane_N : N ; - promoci_ja__N : N ; - promu_sh_vam_V : V ; - promu_sh_vane_N : N ; - promu_sh_kvam_V : V ; - promu_sh_kvane_N : N ; - promykvam_V : V ; - promykvane_N : N ; - promylv_ja_vam_V : V ; - promylv_ja_vane_N : N ; - promylv_ja_m_V : V ; - promylv_ja_ne_N : N ; - promynkane_N : N ; - promynkvam_V : V ; - promynkvane_N : N ; - promyrmorvam_V : V ; - promyrmorvane_N : N ; - prom_ja_na_N : N ; - pronesa_V : V ; - pronizvam_V : V ; - pronizvane_N : N ; - pronizitelen_A : A ; - pronizitelnost_N : N ; - pronikvam_V : V ; - pronikvane_N : N ; - proniknoven_A : A ; - proniknovenie_N : N ; - proniknovenost_N : N ; - pronicavam_V : V ; - pronicavane_N : N ; - pronicaem_A : A ; - pronicaemost_N : N ; - pronicatelen_A : A ; - pronicatelnost_N : N ; - propaganda_N : N ; - propagandator_N : N ; - propagandatorka_N : N ; - propagandatorski_A : A ; - propaganden_A : A ; - propagandiram_V : V ; - propagandirane_N : N ; - propagandist_N : N ; - propagandistka_N : N ; - propagandistki_A : A ; - propadam_V : V ; - propadane_N : N ; - propan_N : N ; - propanol_N : N ; - propast_N : N ; - propedevtika_N : N ; - propeler_N : N ; - propera_V : V ; - propivam_V : V ; - propivane_N : N ; - propil_ja_vam_V : V ; - propil_ja_vane_N : N ; - propisvam_V : V ; - propisvane_N : N ; - propi_sht__ja_vam_V : V ; - propi_sht__ja_vane_N : N ; - proplakvam_V : V ; - proplakvane_N : N ; - proplakna_V : V ; - propoved_N : N ; - propovednik_N : N ; - propovednica_N : N ; - propovedni_ch_eski_A : A ; - propov_ja_dvam_V : V ; - propov_ja_dvane_N : N ; - proporcionalen_A : A ; - proporcionalnost_N : N ; - proporci_ja__N : N ; - proprav_ja_m_V : V ; - proprav_ja_ne_N : N ; - propukvam_V : V ; - propukvane_N : N ; - propusk_N : N ; - propuskaem_A : A ; - propuskam_V : V ; - propuskane_N : N ; - propuskatelen_A : A ; - propuskvatelen_A : A ; - propuskliv_A : A ; - propusklivost_N : N ; - propu_sh_vam_V : V ; - propu_sh_vane_N : N ; - propu_sht_am_V : V ; - propu_sht_ane_N : N ; - propy_zj_dam_V : V ; - propy_zj_dane_N : N ; - propylz_ja_vam_V : V ; - propylz_ja_vane_N : N ; - propytuvam_V : V ; - propytuvane_N : N ; - prop_ja_vam_V : V ; - prop_ja_vane_N : N ; - prorabotvam_V : V ; - prorabotvane_N : N ; - prorasna_V : V ; - prorastvam_V : V ; - prorastvane_N : N ; - prorez_N : N ; - proridavam_V : V ; - proridavane_N : N ; - prorok_N : N ; - prorokuvam_V : V ; - prorokuvane_N : N ; - proronvam_V : V ; - proronvane_N : N ; - proro_ch_eski_A : A ; - proro_ch_estvam_V : V ; - proro_ch_estvane_N : N ; - proro_ch_estvo_N : N ; - proro_ch_estvuvam_V : V ; - proro_ch_estvuvane_N : N ; - proro_ch_ica_N : N ; - pror_ja_zvam_V : V ; - pror_ja_zvane_N : N ; - prosba_N : N ; - prosbopisec_N : N ; - prosvam_V : V ; - prosvane_N : N ; - prosvet_N : N ; - prosveta_N : N ; - prosvetvam_V : V ; - prosvetvane_N : N ; - prosveten_A : A ; - prosvetenost_N : N ; - prosvetitel_N : N ; - prosvetitelen_A : A ; - prosvetitelka_N : N ; - prosvetitelski_A : A ; - prosvetlen_A : A ; - prosvetlenie_N : N ; - prosvetle_ja__V : V ; - prosvetl_ja_vam_V : V ; - prosvetl_ja_vane_N : N ; - prosvetnik_N : N ; - prosvet_ja_vam_V : V ; - prosve_sht_avam_V : V ; - prosve_sht_avane_N : N ; - prosve_sht_enec_N : N ; - prosve_sht_enie_N : N ; - prosvirvam_V : V ; - prosvirvane_N : N ; - prosektor_N : N ; - prosen_A : A ; - prosene_N : N ; - prosenik_N : N ; - proseni_ch_en_A : A ; - prose_sh_ki_A : A ; - prose_ja__V : V ; - prosipvam_V : V ; - prosipvane_N : N ; - prositel_N : N ; - prositelka_N : N ; - prositelski_A : A ; - prosi_ch_am_V : V ; - prosi_ch_ane_N : N ; - prosi_ja__N : N ; - prosi_ja_vam_V : V ; - prosi_ja_vane_N : N ; - proskripci_ja__N : N ; - proskubvam_V : V ; - proskubvane_N : N ; - proskyrcane_N : N ; - proskyrcvam_V : V ; - proskyrcvane_N : N ; - proslava_N : N ; - proslaven_A : A ; - proslav_ja_m_V : V ; - proslav_ja_ne_N : N ; - prosled_ja_vam_V : V ; - prosled_ja_vane_N : N ; - proslovut_A : A ; - proslojka_N : N ; - proslu_zj_vam_V : V ; - proslu_zj_vane_N : N ; - proslu_sh_ane_N : N ; - proslu_sh_vam_V : V ; - proslu_sh_vane_N : N ; - prosmukan_A : A ; - prosmukvam_V : V ; - prosmukvane_N : N ; - proso_N : N ; - prospekt_N : N ; - prospektiram_V : V ; - prospektirane_N : N ; - prosperiram_V : V ; - prosperitet_N : N ; - prospivam_V : V ; - prospivane_N : N ; - prosro_ch_vam_V : V ; - prosro_ch_vane_N : N ; - prosro_ch_ka_N : N ; - prost_A : A ; - prostak_N : N ; - prostata_N : N ; - prostaten_A : A ; - prosta_sh_ki_A : A ; - prosta_sht_ina_N : N ; - prosten_A : A ; - prostenvam_V : V ; - prostenvane_N : N ; - prostivam_V : V ; - prostivane_N : N ; - prostim_A : A ; - prostiram_V : V ; - prostirane_N : N ; - prostitelen_A : A ; - prostituiram_V : V ; - prostituirane_N : N ; - prostitutka_N : N ; - prostitutski_A : A ; - prostituci_ja__N : N ; - prosti_ch_yk_A : A ; - prostovat_A : A ; - prostovatost_N : N ; - prostodu_sh_en_A : A ; - prostodu_sh_ie_N : N ; - prostol_iu_den_A : A ; - prostol_iu_die_N : N ; - prostonar_N : N ; - prostonaroden_A : A ; - prostor_N : N ; - prostoren_A : A ; - prostornost_N : N ; - prostosmyrten_A : A ; - prostosyrde_ch_en_A : A ; - prostosyrde_ch_ie_N : N ; - prostosyrde_ch_nost_N : N ; - prostota_N : N ; - prostoti_ja__N : N ; - prostra_V : V ; - prostranen_A : A ; - prostranstven_A : A ; - prostranstvenost_N : N ; - prostranstvo_N : N ; - prostrelvam_V : V ; - prostrelvane_N : N ; - prostrel_ja_ne_N : N ; - prostuda_N : N ; - prostuden_A : A ; - prostud_ja_vam_V : V ; - prostud_ja_vane_N : N ; - prostypvam_V : V ; - prostypvane_N : N ; - prostypka_N : N ; - prosu_sh_avam_V : V ; - prosu_sh_avane_N : N ; - prosfora_N : N ; - prosyvetski_A : A ; - prosylz_ja_vam_V : V ; - prosylz_ja_vane_N : N ; - prosynica_N : N ; - prosyskane_N : N ; - prosyskvam_V : V ; - prosyhna_V : V ; - prosy_sht_estvuvam_V : V ; - prosy_sht_estvuvane_N : N ; - pros_ja__V : V ; - pros_ja_k_N : N ; - pros_ja_kin_ja__N : N ; - pros_ja__ch_estvo_N : N ; - pros_ja__sh_ki_A : A ; - protagor_N : N ; - protakam_V : V ; - protakane_N : N ; - protanopsi_ja__N : N ; - prote_zj_e_N : N ; - prote_zj_enie_N : N ; - prote_zj_iram_V : V ; - prote_zj_irane_N : N ; - proteza_N : N ; - protezen_A : A ; - protein_N : N ; - proteinov_A : A ; - protektor_N : N ; - protektorat_N : N ; - protekcionen_A : A ; - protekcionizym_N : N ; - protekcionist_N : N ; - protekcionistka_N : N ; - protekci_ja__N : N ; - protest_N : N ; - protestant_N : N ; - protestantizym_N : N ; - protestantin_N : N ; - protestantka_N : N ; - protestantski_A : A ; - protestantstvo_N : N ; - protesten_A : A ; - protestiram_V : V ; - protestirane_N : N ; - protiven_A : A ; - protivene_N : N ; - protivnik_N : N ; - protivnikov_A : A ; - protivnica_N : N ; - protivni_ch_ka_N : N ; - protivnost_N : N ; - protivoaeroplanen_A : A ; - protivoalkoholen_A : A ; - protivobakterien_A : A ; - protivobesen_A : A ; - protivobronevi_A : A ; - protivobylgarski_A : A ; - protivoves_N : N ; - protivovyzdu_sh_en_A : A ; - protivovyzdu_sh_nik_N : N ; - protivogaz_N : N ; - protivogazen_A : A ; - protivogazov_A : A ; - protivoglisten_A : A ; - protivodejstvam_V : V ; - protivodejstvane_N : N ; - protivodejstvie_N : N ; - protivodejstvuvam_V : V ; - protivodejstvuvane_N : N ; - protivodifteriten_A : A ; - protivodovod_N : N ; - protivodyr_zj_aven_A : A ; - protivoestestven_A : A ; - protivozakonen_A : A ; - protivozakonie_N : N ; - protivozakonnost_N : N ; - protivozarazen_A : A ; - protivoza_ch_aty_ch_en_A : A ; - protivokiselinen_A : A ; - protivokonstitucionen_A : A ; - protivomalari_ch_en_A : A ; - protivominen_A : A ; - protivom_ja_rka_N : N ; - protivonaroden_A : A ; - protivoobvinenie_N : N ; - protivoob_sht_estven_A : A ; - protivootrova_N : N ; - protivootroven_A : A ; - protivoparaziten_A : A ; - protivopehoten_A : A ; - protivopo_zj_aren_A : A ; - protivopokazanie_N : N ; - protivopokazen_A : A ; - protivopolagam_V : V ; - protivopolagane_N : N ; - protivopolo_zj_en_A : A ; - protivopolo_zj_nost_N : N ; - protivopostavka_N : N ; - protivopostav_ja_m_V : V ; - protivopostav_ja_ne_N : N ; - protivopraven_A : A ; - protivopravitelstven_A : A ; - protivopravnost_N : N ; - protivorazuznavane_N : N ; - protivoraketen_A : A ; - protivoreligiozen_A : A ; - protivore_ch_a_V : V ; - protivore_ch_ene_N : N ; - protivore_ch_iv_A : A ; - protivore_ch_ivost_N : N ; - protivore_ch_ie_N : N ; - protivosamoleten_A : A ; - protivoserum_N : N ; - protivospazmen_A : A ; - protivospytnikov_A : A ; - protivosredstvo_N : N ; - protivostoene_N : N ; - protivosto_ja__V : V ; - protivotankov_A : A ; - protivote_zj_est_N : N ; - protivotifusen_A : A ; - protivotok_N : N ; - protivotorpeden_A : A ; - protivotuberkulozen_A : A ; - protivot_ja_lo_N : N ; - protivoudar_N : N ; - protivoukazanie_N : N ; - protivoukazvam_V : V ; - protivoustaven_A : A ; - protivohimi_ch_eski_A : A ; - protivoholeren_A : A ; - protivo_ch_umen_A : A ; - protiv_ja__V : V ; - proti_ch_am_V : V ; - proti_ch_ane_N : N ; - protod_ja_kon_N : N ; - protozojski_A : A ; - protojerej_N : N ; - protojerejski_A : A ; - protok_N : N ; - protokol_N : N ; - protokolen_A : A ; - protokoliram_V : V ; - protokolirane_N : N ; - protokolist_N : N ; - proton_N : N ; - protoplazma_N : N ; - protoplazmen_A : A ; - protoprezviter_N : N ; - protosingel_N : N ; - prototip_N : N ; - prototipen_A : A ; - proto_ch_vam_V : V ; - proto_ch_vane_N : N ; - protrivam_V : V ; - protrivane_N : N ; - protrivatel_N : N ; - protrivatelen_A : A ; - protryb_ja_vam_V : V ; - protryb_ja_vane_N : N ; - protuberans_N : N ; - protyrkvam_V : V ; - protyrkvane_N : N ; - prot_ja_gam_V : V ; - prot_ja_gane_N : N ; - prot_ja__zj_en_A : A ; - proum_ja_vam_V : V ; - proum_ja_vane_N : N ; - prou_ch_vam_V : V ; - prou_ch_vane_N : N ; - prou_ch_vatelen_A : A ; - profajler_N : N ; - profan_N : N ; - profanaci_ja__N : N ; - profaniziram_V : V ; - profanizirane_N : N ; - profaniram_V : V ; - profanirane_N : N ; - profgrupa_N : N ; - profgrupen_A : A ; - profdru_zj_estvo_N : N ; - profesionalen_A : A ; - profesionaliziram_V : V ; - profesionalizym_N : N ; - profesionalist_N : N ; - profesionalistka_N : N ; - profesi_ja__N : N ; - profesor_N : N ; - profesorski_A : A ; - profesorstvo_N : N ; - profesura_N : N ; - profil_N : N ; - profilaktika_N : N ; - profilakti_ch_en_A : A ; - profilen_A : A ; - profiliram_V : V ; - profilirane_N : N ; - profkomitet_N : N ; - proforganizaci_ja__N : N ; - proforma_N : N ; - profotgovornik_N : N ; - profpredsedatel_N : N ; - profsekretar_N : N ; - profsekretarka_N : N ; - profsybranie_N : N ; - profsy_iu_z_N : N ; - profsy_iu_zen_A : A ; - profukvam_V : V ; - profu_ch_avam_V : V ; - profu_ch_avane_N : N ; - prohlada_N : N ; - prohladen_A : A ; - prohlad_ja_vam_V : V ; - prohlad_ja_vane_N : N ; - prohla_zj_dam_V : V ; - prohla_zj_dane_N : N ; - prohluzvam_V : V ; - prohluzvane_N : N ; - prohod_N : N ; - prohoden_A : A ; - prohodilka_N : N ; - prohodim_A : A ; - prohodimost_N : N ; - proho_zj_dam_V : V ; - proho_zj_dane_N : N ; - procediram_V : V ; - procedirane_N : N ; - procedura_N : N ; - proceduren_A : A ; - proce_zj_dam_V : V ; - proce_zj_dane_N : N ; - procent_N : N ; - procenten_A : A ; - procentov_A : A ; - procep_N : N ; - procepvam_V : V ; - procepvane_N : N ; - procep_ja_ne_N : N ; - proces_N : N ; - procesi_ja__N : N ; - procesor_N : N ; - procesualen_A : A ; - procyft_ja_vam_V : V ; - procyft_ja_vane_N : N ; - pro_ch_istvam_V : V ; - pro_ch_istvane_N : N ; - pro_ch_it_N : N ; - pro_ch_itam_V : V ; - pro_ch_itane_N : N ; - pro_ch_iten_A : A ; - pro_ch_uvam_V : V ; - pro_ch_uvane_N : N ; - pro_ch_uvstvam_V : V ; - pro_ch_uvstvane_N : N ; - pro_ch_uvstven_A : A ; - pro_ch_uvstvenost_N : N ; - pro_ch_ut_A : A ; - pro_sh_arvam_V : V ; - pro_sh_arvane_N : N ; - pro_sh_enie_N : N ; - pro_sh_enopisec_N : N ; - pro_sh_epvam_V : V ; - pro_sh_epvane_N : N ; - pro_sh_etam_V : V ; - pro_sh_etane_N : N ; - pro_sh_ka_N : N ; - pro_sh_nurovam_V : V ; - pro_sh_nurovane_N : N ; - pro_sh_umol_ja_vam_V : V ; - pro_sh_umol_ja_vane_N : N ; - pro_sh_um_ja__V : V ; - pro_sh_u_sh_na_V : V ; - pro_sht_avam_V : V ; - pro_sht_avane_N : N ; - pro_sht_avka_N : N ; - pro_sht_alen_A : A ; - pro_sht_ypalnik_N : N ; - pro_ja_va_N : N ; - pro_ja_vitel_N : N ; - pro_ja_vlenie_N : N ; - pro_ja_v_ja_vam_V : V ; - pro_ja_v_ja_vane_N : N ; - pro_ja_v_ja_va_sht__A : A ; - pro_ja__zj_dam_V : V ; - pro_ja__zj_dane_N : N ; - pro_ja_snenie_N : N ; - pro_ja_sn_ja_vam_V : V ; - pro_ja_sn_ja_vane_N : N ; - pru_zj_ina_N : N ; - pru_zj_inen_A : A ; - pru_zj_iniram_V : V ; - pru_zj_inirane_N : N ; - pru_zj_inka_N : N ; - prusak_N : N ; - prusa_ch_ka_N : N ; - prusa_sh_ki_A : A ; - pruski_A : A ; - prust_N : N ; - prydla_N : N ; - prydlxo_N : N ; - prydn_ja__N : N ; - pry_zj_dosane_N : N ; - pry_zj_dosvam_V : V ; - pry_zj_dosvane_N : N ; - pry_zj_ka_N : N ; - prykvam_V : V ; - prykvane_N : N ; - prysvam_V : V ; - prysvane_N : N ; - pryska_N : N ; - pryskalka_N : N ; - pryskam_V : V ; - pryskane_N : N ; - pryska_ch__N : N ; - pryska_ch_en_A : A ; - pryska_ch_ka_N : N ; - pryst_N : N ; - prysten_A : A ; - prystenov_A : A ; - prystenoviden_A : A ; - prysten_ch_e_N : N ; - prystov_A : A ; - pryst_ch_e_N : N ; - pryt_N : N ; - pryhvam_V : V ; - pryhvane_N : N ; - pryhkav_A : A ; - pryhkavina_N : N ; - pryhkavost_N : N ; - pryhkam_V : V ; - pryhkane_N : N ; - pryhtene_N : N ; - pryht_ja__V : V ; - pry_ch__N : N ; - pry_ch_ica_N : N ; - pry_ch_ka_N : N ; - pry_ch_koviden_A : A ; - pr_ja_k_A : A ; - pr_ja_kor_N : N ; - pr_ja_m_A : A ; - pr_ja_modu_sh_en_A : A ; - pr_ja_modu_sh_ie_N : N ; - pr_ja_molineen_A : A ; - pr_ja_molinejnost_N : N ; - pr_ja_mota_N : N ; - pr_ja_porec_N : N ; - psalm_N : N ; - psalmodi_ja__N : N ; - psalmopevec_N : N ; - psalmopenie_N : N ; - psalt_N : N ; - psaltir_N : N ; - pse_N : N ; - psevdoanti_ch_en_A : A ; - psevdogoti_ch_eski_A : A ; - psevdo_zj_ivot_N : N ; - psevdointelektualec_N : N ; - psevdoklasicizym_N : N ; - psevdomarksi_ch_eski_A : A ; - psevdonauka_N : N ; - psevdonau_ch_en_A : A ; - psevdonau_ch_nost_N : N ; - psevdonim_N : N ; - psevdoslu_ch_aen_A : A ; - psevdoterminal_N : N ; - psevdoterminalen_A : A ; - psevdou_ch_en_A : A ; - psevdo_ch_ovek_N : N ; - psevdo_sht_astliv_A : A ; - psihiatri_ch_en_A : A ; - psihiatri_ch_eski_A : A ; - psihiatri_ja__N : N ; - psihiatyr_N : N ; - psihika_N : N ; - psihi_ch_en_A : A ; - psihi_ch_eski_A : A ; - psihi_ch_nobolen_A : A ; - psihoanaliz_N : N ; - psihoanalitik_N : N ; - psihoanaliti_ch_en_A : A ; - psihoza_N : N ; - psihoindeks_N : N ; - psihokontrol_N : N ; - psiholaboratori_ja__N : N ; - psiholingvistika_N : N ; - psiholog_N : N ; - psihologizym_N : N ; - psihologi_ch_en_A : A ; - psihologi_ch_eski_A : A ; - psihologi_ja__N : N ; - psiholo_zj_ka_N : N ; - psihomanipulaci_ja__N : N ; - psihometri_ch_en_A : A ; - psihometri_ch_eski_A : A ; - psihometri_ja__N : N ; - psihonevroza_N : N ; - psihonevrologi_ja__N : N ; - psihopat_N : N ; - psihopati_ja__N : N ; - psihopatka_N : N ; - psihopatolog_N : N ; - psihopatologi_ch_en_A : A ; - psihopatologi_ch_nost_N : N ; - psihopatologi_ja__N : N ; - psihorobot_N : N ; - psihosomati_ch_en_A : A ; - psihoterapevti_ch_en_A : A ; - psihoterapi_ja__N : N ; - psihotehni_ch_eski_A : A ; - psihotronen_A : A ; - psihofizika_N : N ; - psihofiziolog_N : N ; - psihofiziologi_ch_en_A : A ; - psihofiziologi_ch_eski_A : A ; - psihofiziologi_ja__N : N ; - psihofizi_ch_en_A : A ; - psihofizi_ch_eski_A : A ; - psihrometyr_N : N ; - psoriazis_N : N ; - psuvam_V : V ; - psuvn_ja__N : N ; - pterodaktil_N : N ; - pterodaktilopodoben_A : A ; - ptica_N : N ; - pticevyd_N : N ; - pticevyden_A : A ; - pticevydka_N : N ; - pticevydstvo_N : N ; - pticegadatel_N : N ; - pticegleda_ch__N : N ; - pticegleda_ch_ka_N : N ; - pticeprodavec_N : N ; - pticeferma_N : N ; - ptice_ch_ovka_N : N ; - pti_ch_ar_N : N ; - pti_ch_arka_N : N ; - pti_ch_arnik_N : N ; - pti_ch_e_N : N ; - pti_ch_ence_N : N ; - pti_ch_i_A : A ; - pti_ch_ka_N : N ; - pubertet_N : N ; - puberteten_A : A ; - publika_N : N ; - publikaci_ja__N : N ; - publikuvam_V : V ; - publikuvane_N : N ; - publicist_N : N ; - publicistika_N : N ; - publicisti_ch_en_A : A ; - publi_ch_en_A : A ; - publi_ch_nost_N : N ; - pudel_N : N ; - puding_N : N ; - pudra_N : N ; - pudrene_N : N ; - pudriera_N : N ; - pudrosvam_V : V ; - pudrosvane_N : N ; - pudr_ja__V : V ; - puerilen_A : A ; - puerilnost_N : N ; - pue_sh_ki_A : A ; - puzdrav_A : A ; - pujka_N : N ; - puj_ch_i_A : A ; - pukal_N : N ; - pukalo_N : N ; - pukam_V : V ; - pukane_N : N ; - pukanka_N : N ; - pukvam_V : V ; - pukvane_N : N ; - puknatina_N : N ; - puknica_N : N ; - pukot_N : N ; - pukotevica_N : N ; - pul_N : N ; - pulverizator_N : N ; - pulverizaci_ja__N : N ; - pulveriziram_V : V ; - pulverizirane_N : N ; - pule_N : N ; - pulene_N : N ; - pulmonalen_A : A ; - pulmonaren_A : A ; - pulover_N : N ; - pulp_N : N ; - pulpiram_V : V ; - pulpirane_N : N ; - pulpov_A : A ; - pulpoviden_A : A ; - puls_N : N ; - pulsar_N : N ; - pulsator_N : N ; - pulsaci_ja__N : N ; - pulsiram_V : V ; - pulsirane_N : N ; - pult_N : N ; - pul_ja__V : V ; - puma_N : N ; - pumpal_N : N ; - puni_ch_eski_A : A ; - punkt_N : N ; - punktir_N : N ; - punktiram_V : V ; - punktirane_N : N ; - punktov_A : A ; - punktuacionen_A : A ; - punktuaci_ja__N : N ; - punkci_ja__N : N ; - pun_sh__N : N ; - pupilaren_A : A ; - pura_N : N ; - purgativen_A : A ; - purizym_N : N ; - purist_N : N ; - puristi_ch_en_A : A ; - puristka_N : N ; - puritan_N : N ; - puritanizym_N : N ; - puritanin_N : N ; - puritanka_N : N ; - puritanski_A : A ; - puritanstvo_N : N ; - puritan_sht_ina_N : N ; - puroobrazen_A : A ; - purpuren_A : A ; - pusi_ja__N : N ; - pusk_N : N ; - puskam_V : V ; - puskane_N : N ; - puskatelen_A : A ; - puska_ch__N : N ; - puskov_A : A ; - pust_A : A ; - pusta_N : N ; - puste_ja__V : V ; - pustinen_A : A ; - pustinnik_N : N ; - pustinni_ch_eski_A : A ; - pustinni_ch_estvo_N : N ; - pustinni_ch_ka_N : N ; - pustin_ja__N : N ; - pustosvam_V : V ; - pustosvane_N : N ; - pustoslaven_A : A ; - pustoslavie_N : N ; - pustosloven_A : A ; - pustoslovie_N : N ; - pustota_N : N ; - pustoti_ja__N : N ; - pusto_sh__N : N ; - pufkam_V : V ; - pufkane_N : N ; - puh_N : N ; - puhane_N : N ; - puhvam_V : V ; - puhvane_N : N ; - puhen_A : A ; - puhest_A : A ; - puhkav_A : A ; - puhkavina_N : N ; - puhkavost_N : N ; - puhkam_V : V ; - puhkane_N : N ; - puhov_A : A ; - puhtene_N : N ; - puht_ja__V : V ; - puh_ch_e_N : N ; - pu_sh_a_V : V ; - pu_sh_aln_ja__N : N ; - pu_sh_a_ch__N : N ; - pu_sh_a_ch_ka_N : N ; - pu_sh_vam_V : V ; - pu_sh_vane_N : N ; - pu_sh_ek_N : N ; - pu_sh_en_A : A ; - pu_sh_ene_N : N ; - pu_sh_e_ch_en_A : A ; - pu_sh_ilka_N : N ; - pu_sh_ka_N : N ; - pu_sh_kalo_N : N ; - pu_sh_kam_V : V ; - pu_sh_kane_N : N ; - pu_sh_liv_A : A ; - pu_sht_am_V : V ; - pu_sht_ane_N : N ; - pu_sht_ina_N : N ; - pu_sht_inak_N : N ; - pu_sht_inski_A : A ; - pu_ja_k_N : N ; - pfalcgraf_N : N ; - pfalcgrafstvo_N : N ; - p_ch_ela_N : N ; - p_ch_elar_N : N ; - p_ch_elarka_N : N ; - p_ch_elarnik_N : N ; - p_ch_elarski_A : A ; - p_ch_elarstvo_N : N ; - p_ch_elen_A : A ; - p_ch_elin_N : N ; - p_ch_elnik_N : N ; - p_ch_elovyd_N : N ; - p_ch_elovydka_N : N ; - p_ch_elovydski_A : A ; - p_ch_elovydstvo_N : N ; - p_ch_elo_ja_d_N : N ; - p_sh_enica_N : N ; - p_sh_eni_ch_en_A : A ; - pydar_N : N ; - pydarin_N : N ; - pydarski_A : A ; - pydpydyk_N : N ; - pydpydy_ch_i_A : A ; - pyd_ja__V : V ; - pyzel_N : N ; - pyzla_N : N ; - pyzliv_A : A ; - pyzlivost_N : N ; - pyzlxo_N : N ; - pyklen_A : A ; - pykna_V : V ; - pykyl_N : N ; - pylen_A : A ; - pylza_ch__N : N ; - pylzene_N : N ; - pylz_ja__V : V ; - pylkovodec_N : N ; - pylkovodski_A : A ; - pylna_ch__N : N ; - pylna_ch_ka_N : N ; - pylne_zj__N : N ; - pylne_ja__V : V ; - pylnitel_N : N ; - pylni_ch_yk_A : A ; - pylnovlasten_A : A ; - pylnovlastie_N : N ; - pylnovoden_A : A ; - pylnovodie_N : N ; - pylnovrysten_A : A ; - pylnozvu_ch_en_A : A ; - pylnokryven_A : A ; - pylnokryvie_N : N ; - pylnoleten_A : A ; - pylnoletie_N : N ; - pylnolik_A : A ; - pylnolunie_N : N ; - pylnomaslen_A : A ; - pylnometra_zj_en_A : A ; - pylnomo_sht_en_A : A ; - pylnomo_sht_ie_N : N ; - pylnomo_sht_nik_N : N ; - pylnomo_sht_nica_N : N ; - pylnomo_sht_ni_ch_estvo_N : N ; - pylnopraven_A : A ; - pylnopravie_N : N ; - pylnostoen_A : A ; - pylnota_N : N ; - pylnotekstov_A : A ; - pylnofunkcionalen_A : A ; - pylnocveten_A : A ; - pylnocenen_A : A ; - pylnocennost_N : N ; - pyln_ja__V : V ; - pyl_ch_i_sht_e_N : N ; - pyn_N : N ; - pyp_N : N ; - pypen_A : A ; - pype_sh__N : N ; - pype_sh_ov_A : A ; - pypka_N : N ; - pypkoviden_A : A ; - pypkuvam_V : V ; - pypkuvane_N : N ; - pypl_ja__V : V ; - pyp_ch_asvam_V : V ; - pyp_ch_asvane_N : N ; - pyp_ch_est_A : A ; - pyp_ch_iv_A : A ; - pyp_ch_ivost_N : N ; - pyp_ch_ica_N : N ; - pyrvak_N : N ; - pyrva_ch_e_N : N ; - pyrvenec_N : N ; - pyrvenstvo_N : N ; - pyrvenstvuvam_V : V ; - pyrvenstvuvane_N : N ; - pyrveskin_ja__N : N ; - pyrvi_A : A ; - pyrvica_N : N ; - pyrvi_ch_en_A : A ; - pyrvi_ch_nost_N : N ; - pyrvobiten_A : A ; - pyrvobitnost_N : N ; - pyrvobra_ch_en_A : A ; - pyrvo_zj_rec_N : N ; - pyrvo_zj_rica_N : N ; - pyrvoizto_ch_nik_N : N ; - pyrvoka_ch_estven_A : A ; - pyrvoka_ch_estvenost_N : N ; - pyrvoklasen_A : A ; - pyrvoklasnik_N : N ; - pyrvoklasnica_N : N ; - pyrvoklasni_ch_ka_N : N ; - pyrvokursnik_N : N ; - pyrvokursnica_N : N ; - pyrvokursni_ch_ka_N : N ; - pyrvola_ch_e_N : N ; - pyrvomajski_A : A ; - pyrvomajstor_N : N ; - pyrvomy_ch_enik_N : N ; - pyrvona_ch_alen_A : A ; - pyrvoobraz_N : N ; - pyrvoobrazen_A : A ; - pyrvoprestolen_A : A ; - pyrvopri_ch_ina_N : N ; - pyrvorazreden_A : A ; - pyrvorazr_ja_dnost_N : N ; - pyrvoroden_A : A ; - pyrvorodstvo_N : N ; - pyrvosve_sht_enik_N : N ; - pyrvosve_sht_eni_ch_eski_A : A ; - pyrvostepenen_A : A ; - pyrvostepennost_N : N ; - pyrvou_ch_itel_N : N ; - pyrgav_A : A ; - pyrgavina_N : N ; - pyrgavost_N : N ; - pyr_zj_a_V : V ; - pyr_zj_ene_N : N ; - pyr_zj_ola_N : N ; - pyrzalka_N : N ; - pyrzal_ja_m_V : V ; - pyrzal_ja_ne_N : N ; - pyrlene_N : N ; - pyrl_ja__V : V ; - pyrpam_V : V ; - pyrpane_N : N ; - pyrpol_ja__V : V ; - pyrporene_N : N ; - pyrpor_ja__V : V ; - pyrtina_N : N ; - pyrtu_sh_ina_N : N ; - pyrham_V : V ; - pyrhane_N : N ; - pyrhot_N : N ; - pyrhutka_N : N ; - pyrcuca_N : N ; - pyr_ch_ov_A : A ; - pyr_ch_otina_N : N ; - pyr_sh_iv_A : A ; - pystre_ja__V : V ; - pystrilo_N : N ; - pystrina_N : N ; - pystrokril_A : A ; - pystrook_A : A ; - pystrota_N : N ; - pystrocveten_A : A ; - pystruga_N : N ; - pystr_ja__V : V ; - pystyr_A : A ; - pystyrva_N : N ; - pyt_N : N ; - pytevoden_A : A ; - pytevoditel_N : N ; - pyteka_N : N ; - pyten_A : A ; - pytepis_N : N ; - pytepisec_N : N ; - pytepokazatel_N : N ; - pyteukazatel_N : N ; - pyte_ch_ka_N : N ; - pyte_sh_estvam_V : V ; - pyte_sh_estvane_N : N ; - pyte_sh_estvenik_N : N ; - pyte_sh_estvenica_N : N ; - pyte_sh_estvie_N : N ; - pyte_sh_estvuvam_V : V ; - pyte_sh_estvuvane_N : N ; - pytnik_N : N ; - pytnica_N : N ; - pytni_ch_eski_A : A ; - pytni_ch_ka_N : N ; - pytni_sh_ki_A : A ; - pytnopava_zj_en_A : A ; - pytnostroitelen_A : A ; - pytnotransporten_A : A ; - pytuvam_V : V ; - pytuvane_N : N ; - pyham_V : V ; - pyhane_N : N ; - pyhvam_V : V ; - pyhvane_N : N ; - pyhtene_N : N ; - pyht_ja__V : V ; - py_ch_a_V : V ; - py_ch_ene_N : N ; - py_sh_kam_V : V ; - py_sh_kane_N : N ; - p_iu_vinistka_N : N ; - p_iu_pityr_N : N ; - p_iu_re_N : N ; - p_ja_na_N : N ; - p_ja_syk_N : N ; - p_ja_sy_ch_en_A : A ; - p_ja_sy_ch_nik_N : N ; - rabat_N : N ; - rabin_ja__N : N ; - rabolepen_A : A ; - rabolepie_N : N ; - rabolepni_ch_a_V : V ; - rabolepni_ch_ene_N : N ; - rabolepnost_N : N ; - rabolepstvam_V : V ; - rabolepstvane_N : N ; - rabolepstvie_N : N ; - rabolepstvo_N : N ; - rabolepstvuvam_V : V ; - rabolepstvuvane_N : N ; - rabota_N : N ; - raboten_A : A ; - rabotene_N : N ; - rabotilnica_N : N ; - rabotliv_A : A ; - rabotlivost_N : N ; - rabotnik_N : N ; - rabotnica_N : N ; - rabotni_ch_eski_A : A ; - rabotni_ch_estvo_N : N ; - rabotni_ch_ka_N : N ; - rabotodatel_N : N ; - rabotodatelka_N : N ; - rabotodatelski_A : A ; - rabotosposoben_A : A ; - rabotosposobnost_N : N ; - rabotoholik_N : N ; - rabotoholi_ch_ka_N : N ; - rabot_ja__V : V ; - rabski_A : A ; - raven_A : A ; - ravenstvo_N : N ; - ravin_N : N ; - ravinski_A : A ; - ravinstvo_N : N ; - raviola_N : N ; - ravnene_N : N ; - ravnenie_N : N ; - ravnec_N : N ; - ravnina_N : N ; - ravninen_A : A ; - ravni_sht_e_N : N ; - ravnoapostol_N : N ; - ravnobedren_A : A ; - ravnobedrenik_N : N ; - ravnovesen_A : A ; - ravnovesie_N : N ; - ravnodejstvie_N : N ; - ravnodejstvuva_sht__A : A ; - ravnodenstven_A : A ; - ravnodenstvie_N : N ; - ravnodu_sh_en_A : A ; - ravnodu_sh_ie_N : N ; - ravnozna_ch_en_A : A ; - ravnozna_ch_e_sht__A : A ; - ravnozna_ch_nost_N : N ; - ravnolicev_A : A ; - ravnomeren_A : A ; - ravnomernost_N : N ; - ravnootsto_ja__V : V ; - ravnopostaven_A : A ; - ravnopotencialen_A : A ; - ravnopraven_A : A ; - ravnopravie_N : N ; - ravnoramenen_A : A ; - ravnosilen_A : A ; - ravnosmetka_N : N ; - ravnosmislen_A : A ; - ravnosri_ch_en_A : A ; - ravnostoen_A : A ; - ravnostojnost_N : N ; - ravnostranen_A : A ; - ravnouskoren_A : A ; - ravnouskorenie_N : N ; - ravnouskoritelen_A : A ; - ravnocenen_A : A ; - ravnocennost_N : N ; - ravnoygylen_A : A ; - ravn_ja_vam_V : V ; - ravn_ja_vane_N : N ; - ragu_N : N ; - radar_N : N ; - radaren_A : A ; - radvam_V : V ; - radvane_N : N ; - radetel_N : N ; - radetelka_N : N ; - rade_ja__V : V ; - radialen_A : A ; - radian_N : N ; - radiator_N : N ; - radiacionen_A : A ; - radiaci_ja__N : N ; - radiev_A : A ; - radij_N : N ; - radikal_N : N ; - radikalen_A : A ; - radikalizym_N : N ; - radikalski_A : A ; - radio_N : N ; - radioabonament_N : N ; - radioabonat_N : N ; - radioaktiven_A : A ; - radioaktivnost_N : N ; - radioantena_N : N ; - radioaparat_N : N ; - radioastronomi_ch_eski_A : A ; - radioastronomi_ja__N : N ; - radiovest_N : N ; - radiovestnik_N : N ; - radiovryzka_N : N ; - radiovylna_N : N ; - radiovylnov_A : A ; - radiogenen_A : A ; - radiogovoritel_N : N ; - radiogovoritelka_N : N ; - radiogoniometri_ja__N : N ; - radiograma_N : N ; - radiogramofon_N : N ; - radiograf_N : N ; - radioelektron_N : N ; - radioelektronika_N : N ; - radiozase_ch_nik_N : N ; - radiokoncert_N : N ; - radiolampa_N : N ; - radiolog_N : N ; - radiologi_ja__N : N ; - radiolokator_N : N ; - radiolokacionen_A : A ; - radiolokaci_ja__N : N ; - radiol_iu_bitel_N : N ; - radiol_iu_bitelka_N : N ; - radiomagnetofon_N : N ; - radiometyr_N : N ; - radiomonta_zj__N : N ; - radioorkestyr_N : N ; - radiopelengator_N : N ; - radiopiesa_N : N ; - radiopredavam_V : V ; - radiopredavane_N : N ; - radiopredavatel_N : N ; - radiopredavatelen_A : A ; - radiopriematel_N : N ; - radiopriemnik_N : N ; - radioprograma_N : N ; - radiorazpryskvane_N : N ; - radioreporta_zj__N : N ; - radioreporter_N : N ; - radiosvyrzo_ch_en_A : A ; - radiosignal_N : N ; - radioskazka_N : N ; - radioslu_sh_alka_N : N ; - radioslu_sh_atel_N : N ; - radioslu_sh_atelka_N : N ; - radiosonda_N : N ; - radiosonda_zj__N : N ; - radiosredstvo_N : N ; - radiostanci_ja__N : N ; - radiosyob_sht_enie_N : N ; - radioteatyr_N : N ; - radiotelevizionen_A : A ; - radiotelegrama_N : N ; - radiotelegraf_N : N ; - radiotelegrafen_A : A ; - radiotelegrafist_N : N ; - radiotelegrafistka_N : N ; - radiotelegrafi_ja__N : N ; - radiotelefon_N : N ; - radiotelefoni_ja__N : N ; - radioterapi_ja__N : N ; - radiotehnik_N : N ; - radiotehnika_N : N ; - radiotehni_ch_eski_A : A ; - radioto_ch_ka_N : N ; - radiotranslacionen_A : A ; - radiouredba_N : N ; - radioustrojstvo_N : N ; - radiofar_N : N ; - radiofikaci_ja__N : N ; - radioficiram_V : V ; - radioficiran_A : A ; - radioficirane_N : N ; - radiofon_N : N ; - radiohor_N : N ; - radiocentyr_N : N ; - radio_ch_as_N : N ; - radio_ch_estota_N : N ; - radio_sh_kaf_N : N ; - radist_N : N ; - radistka_N : N ; - radius_N : N ; - radiusen_A : A ; - radomirec_N : N ; - radost_N : N ; - radosten_A : A ; - radu_sh_en_A : A ; - radu_sh_nost_N : N ; - ra_zj_daemost_N : N ; - ra_zj_dam_V : V ; - ra_zj_dane_N : N ; - raz_N : N ; - razarhiviram_V : V ; - razarhivirane_N : N ; - razbesn_ja_vam_V : V ; - razbesn_ja_vane_N : N ; - razbesuvam_V : V ; - razbesuvane_N : N ; - razbivaem_A : A ; - razbivam_V : V ; - razbivane_N : N ; - razbiva_ch__N : N ; - razbiva_ch_ka_N : N ; - razbivka_N : N ; - razbintovam_V : V ; - razbintovane_N : N ; - razbiraem_A : A ; - razbiraemost_N : N ; - razbiram_V : V ; - razbirane_N : N ; - razbiratelstvo_N : N ; - razbit_A : A ; - razbi_ch_kane_N : N ; - razbi_ch_kvam_V : V ; - razbi_ch_kvane_N : N ; - razbi_sh_kan_A : A ; - razble_ja__V : V ; - razbluden_A : A ; - razblyskane_N : N ; - razblyskvam_V : V ; - razblyskvane_N : N ; - razbogat_ja_vam_V : V ; - razboj_N : N ; - razbojnik_N : N ; - razbojnica_N : N ; - razbojni_ch_eski_A : A ; - razbojni_ch_estvam_V : V ; - razbojni_ch_estvane_N : N ; - razbojni_ch_estvo_N : N ; - razbojni_ch_estvuvam_V : V ; - razbojni_ch_estvuvane_N : N ; - razbojni_sh_ki_A : A ; - razbol_ja_vam_V : V ; - razbol_ja_vane_N : N ; - razbor_N : N ; - razbrad_ja__V : V ; - razbra_zj_dane_N : N ; - razbran_A : A ; - razbranost_N : N ; - razbry_sht_olev_ja_m_V : V ; - razbry_sht_olev_ja_ne_N : N ; - razbu_zj_dam_V : V ; - razbu_zj_dane_N : N ; - razbulvam_V : V ; - razbulvane_N : N ; - razbul_ja_m_V : V ; - razbul_ja_ne_N : N ; - razbunvam_V : V ; - razbunvane_N : N ; - razbuntuvam_V : V ; - razbuntuvane_N : N ; - razbun_ja_m_V : V ; - razbun_ja_ne_N : N ; - razbutane_N : N ; - razbutvam_V : V ; - razbutvane_N : N ; - razbu_sh_am_V : V ; - razbu_sh_uvam_V : V ; - razbu_sh_uvane_N : N ; - razbybr_ja_m_V : V ; - razbybr_ja_ne_N : N ; - razbylnikane_N : N ; - razbylnikvam_V : V ; - razbylnikvane_N : N ; - razbyrborvam_V : V ; - razbyrborvane_N : N ; - razbyrzvam_V : V ; - razbyrzvane_N : N ; - razbyrkan_A : A ; - razbyrkanost_N : N ; - razbyrkvam_V : V ; - razbyrkvane_N : N ; - razbyrnikvam_V : V ; - razb_ja_gane_N : N ; - razb_ja_gvam_V : V ; - razb_ja_gvane_N : N ; - razvala_N : N ; - razvalen_A : A ; - razvalina_N : N ; - razval_ja_m_V : V ; - razval_ja_ne_N : N ; - razvar_ja_vam_V : V ; - razvar_ja_vane_N : N ; - razvar_ja_ne_N : N ; - razveden_A : A ; - razvedka_N : N ; - razvedr_ja_vam_V : V ; - razvedr_ja_vane_N : N ; - razved_ch_ik_N : N ; - razve_zj_dam_V : V ; - razve_zj_dane_N : N ; - razvejprah_N : N ; - razven_ch_avam_V : V ; - razven_ch_avane_N : N ; - razveselenost_N : N ; - razveselitelen_A : A ; - razvesel_ja_vam_V : V ; - razvesel_ja_vane_N : N ; - razvivam_V : V ; - razvivane_N : N ; - razvidele_ja__V : V ; - razvidel_ja_vam_V : V ; - razvidel_ja_vane_N : N ; - razvikvam_V : V ; - razvikvane_N : N ; - razviln_ja_vam_V : V ; - razviln_ja_vane_N : N ; - razvintvam_V : V ; - razvintvane_N : N ; - razviram_V : V ; - razvirane_N : N ; - razvit_A : A ; - razvitie_N : N ; - razvitl_ja__V : V ; - razvitost_N : N ; - razvihr_ja_m_V : V ; - razvihr_ja_ne_N : N ; - razvla_ch_am_V : V ; - razvla_ch_vam_V : V ; - razvla_ch_vane_N : N ; - razvlekatelen_A : A ; - razvle_ch_enie_N : N ; - razvli_ch_am_V : V ; - razvli_ch_ane_N : N ; - razvod_N : N ; - razvoda_ch__N : N ; - razvoden_A : A ; - razvodn_ja_vam_V : V ; - razvodn_ja_vane_N : N ; - razvoen_A : A ; - razvoj_N : N ; - razvone_ja__V : V ; - razvon_ja_vam_V : V ; - razvon_ja_vane_N : N ; - razvrat_N : N ; - razvraten_A : A ; - razvratenost_N : N ; - razvratitelen_A : A ; - razvratnik_N : N ; - razvratnica_N : N ; - razvratni_ch_a_V : V ; - razvratni_ch_ene_N : N ; - razvratni_ch_eski_A : A ; - razvratnost_N : N ; - razvra_sht_avam_V : V ; - razvra_sht_avane_N : N ; - razvra_sht_enie_N : N ; - razvre_zj_dam_V : V ; - razvryzka_N : N ; - razvry_sht_am_V : V ; - razvry_sht_ane_N : N ; - razvr_ja__V : V ; - razvyden_A : A ; - razvydnik_N : N ; - razvy_zj_dam_V : V ; - razvy_zj_dane_N : N ; - razvylnuvam_V : V ; - razvylnuvane_N : N ; - razvylnuvanost_N : N ; - razvyrv_ja_vam_V : V ; - razvyrv_ja_vane_N : N ; - razvyrv_ja_m_V : V ; - razvyrv_ja_ne_N : N ; - razvyrzvam_V : V ; - razvyrzvane_N : N ; - razvyrtam_V : V ; - razvyrtane_N : N ; - razvyrtvam_V : V ; - razvyrtvane_N : N ; - razvyrt_ja_vam_V : V ; - razvyrt_ja_vane_N : N ; - razv_ja_vam_V : V ; - razv_ja_vane_N : N ; - razgadavam_V : V ; - razgadavane_N : N ; - razgalvam_V : V ; - razgalvane_N : N ; - razgar_N : N ; - razgar_ja_m_V : V ; - razgar_ja_ne_N : N ; - razgatvam_V : V ; - razgatvane_N : N ; - razga_sht_vam_V : V ; - razga_sht_vane_N : N ; - razga_sht_enost_N : N ; - razga_sht__ja_m_V : V ; - razga_sht__ja_ne_N : N ; - razglagolstvam_V : V ; - razglagolstvane_N : N ; - razglasa_N : N ; - razglas_ja_vam_V : V ; - razglas_ja_vane_N : N ; - razglas_ja_m_V : V ; - razglas_ja_ne_N : N ; - razgledane_N : N ; - razgle_zj_dam_V : V ; - razgle_zj_dane_N : N ; - razglezvam_V : V ; - razglezvane_N : N ; - razglezen_A : A ; - razglezenost_N : N ; - razglob_ja_vam_V : V ; - razglob_ja_vane_N : N ; - razglob_ja_em_A : A ; - razgnev_ja_vam_V : V ; - razgnev_ja_vane_N : N ; - razgovar_ja_m_V : V ; - razgovar_ja_ne_N : N ; - razgovor_N : N ; - razgovoren_A : A ; - razgovorliv_A : A ; - razgovorlivost_N : N ; - razgovornik_N : N ; - razgovor_ch_iv_A : A ; - razgov_ja_vam_V : V ; - razgov_ja_vane_N : N ; - razgod_ja_vam_V : V ; - razgod_ja_vane_N : N ; - razgolvam_V : V ; - razgolvane_N : N ; - razgologyzvam_V : V ; - razgologyzvane_N : N ; - razgol_ja_ne_N : N ; - razgonvam_V : V ; - razgonvane_N : N ; - razgon_ja_m_V : V ; - razgon_ja_ne_N : N ; - razgore_sht_en_A : A ; - razgore_sht_enost_N : N ; - razgore_sht__ja_vam_V : V ; - razgore_sht__ja_vane_N : N ; - razgor_ja_vam_V : V ; - razgor_ja_vane_N : N ; - razgrabvam_V : V ; - razgrabvane_N : N ; - razgra_zj_dam_V : V ; - razgra_zj_dane_N : N ; - razgra_zj_da_sht__A : A ; - razgrani_ch_avam_V : V ; - razgrani_ch_avane_N : N ; - razgrani_ch_enie_N : N ; - razgrani_ch_itelen_A : A ; - razgrafen_A : A ; - razgraf_ja_vam_V : V ; - razgraf_ja_vane_N : N ; - razgrom_N : N ; - razgromitelen_A : A ; - razgrom_ja_vam_V : V ; - razgrom_ja_vane_N : N ; - razgry_sht_am_V : V ; - razgry_sht_ane_N : N ; - razgr_ja_vam_V : V ; - razgr_ja_vane_N : N ; - razgulen_A : A ; - razgulnost_N : N ; - razgyvam_V : V ; - razgyvane_N : N ; - razgyvatelen_A : A ; - razgyva_ch__N : N ; - razgyna_V : V ; - razgyrdvam_V : V ; - razgyrdvane_N : N ; - razgyrd_ja_ne_N : N ; - razgyrm_ja_vam_V : V ; - razgyrm_ja_vane_N : N ; - razgyrnatost_N : N ; - razdavam_V : V ; - razdavane_N : N ; - razdavatelen_A : A ; - razdava_ch__N : N ; - razdava_ch_ka_N : N ; - razdale_ch_avam_V : V ; - razdale_ch_avane_N : N ; - razdale_ch_enie_N : N ; - razdale_ch_enost_N : N ; - razdvi_zj_vam_V : V ; - razdvi_zj_vane_N : N ; - razdvoen_A : A ; - razdvoenie_N : N ; - razdvoenost_N : N ; - razdvo_ja_vam_V : V ; - razdvo_ja_vane_N : N ; - razdel_N : N ; - razdelen_A : A ; - razdelenie_N : N ; - razdelitel_N : N ; - razdelitelen_A : A ; - razdelka_N : N ; - razdelnopolov_A : A ; - razdelnost_N : N ; - razdel_ja_m_V : V ; - razdel_ja_ne_N : N ; - razden_ja__V : V ; - razdigam_V : V ; - razdigane_N : N ; - razdipl_ja_m_V : V ; - razdipl_ja_ne_N : N ; - razdiram_V : V ; - razdirane_N : N ; - razdiratelen_A : A ; - razdir_ja__V : V ; - razdor_N : N ; - razdoren_A : A ; - razdornik_N : N ; - razdornica_N : N ; - razdrazvam_V : V ; - razdrazvane_N : N ; - razdraznen_A : A ; - razdraznenie_N : N ; - razdraznenost_N : N ; - razdraznimost_N : N ; - razdraznitel_N : N ; - razdraznitelen_A : A ; - razdraznitelnost_N : N ; - razdrazn_ja_m_V : V ; - razdrazn_ja_ne_N : N ; - razdran_A : A ; - razdroben_A : A ; - razdrobenost_N : N ; - razdrobitel_N : N ; - razdrob_ja_vam_V : V ; - razdrob_ja_vane_N : N ; - razdrusane_N : N ; - razdrusvam_V : V ; - razdrusvane_N : N ; - razdrynkam_V : V ; - razdrynkane_N : N ; - razdrynkvam_V : V ; - razdrynkvane_N : N ; - razdryn_ch_avam_V : V ; - razdryn_ch_avane_N : N ; - razduvaem_A : A ; - razduvam_V : V ; - razduvane_N : N ; - razdumane_N : N ; - razdumvam_V : V ; - razdumvane_N : N ; - razdumka_N : N ; - razdumkam_V : V ; - razdumkane_N : N ; - razduhane_N : N ; - razduhvam_V : V ; - razduhvane_N : N ; - razdyvkvam_V : V ; - razdyvkvane_N : N ; - razdyl_zj_en_A : A ; - razdyrdor_ja__V : V ; - razdyrpane_N : N ; - razdyrpvam_V : V ; - razdyrpvane_N : N ; - razd_ja_vam_V : V ; - razd_ja_la_N : N ; - razedinen_A : A ; - razedinenie_N : N ; - razedinenost_N : N ; - razedinitel_N : N ; - razedinitelen_A : A ; - razedin_ja_vam_V : V ; - razedin_ja_vane_N : N ; - razen_A : A ; - razeht_ja_vam_V : V ; - razeht_ja_vane_N : N ; - raz_zj_alvam_V : V ; - raz_zj_alvan_A : A ; - raz_zj_alvane_N : N ; - raz_zj_ar_ja_vam_V : V ; - raz_zj_ena_V : V ; - raz_zj_envam_V : V ; - raz_zj_envane_N : N ; - razzelene_ja__V : V ; - razzelen_ja_vam_V : V ; - razzelen_ja_vane_N : N ; - razzemam_V : V ; - razzinvam_V : V ; - razzinvane_N : N ; - razigravam_V : V ; - razigravane_N : N ; - raziskvam_V : V ; - raziskvane_N : N ; - raziskren_A : A ; - raziskr_ja_m_V : V ; - raziskr_ja_ne_N : N ; - razkaz_N : N ; - razkazvam_V : V ; - razkazvane_N : N ; - razkazvatelen_A : A ; - razkazva_ch__N : N ; - razkazva_ch_ka_N : N ; - razkazen_A : A ; - razkaz_ch_e_N : N ; - razkajvam_V : V ; - razkajvane_N : N ; - razkalvam_V : V ; - razkalvane_N : N ; - razkaluger_ja_vam_V : V ; - razkaluger_ja_vane_N : N ; - razkal_ja_m_V : V ; - razkal_ja_ne_N : N ; - razkandyrdisvam_V : V ; - razkandyrdisvane_N : N ; - razkapan_A : A ; - razkapanost_N : N ; - razkapvam_V : V ; - razkapvane_N : N ; - razkarvam_V : V ; - razkarvane_N : N ; - razkatavam_V : V ; - razkatavane_N : N ; - razka_ch_vam_V : V ; - razka_ch_vane_N : N ; - razka_sh_en_A : A ; - razka_sh_kane_N : N ; - razka_sh_kvam_V : V ; - razka_sh_kvane_N : N ; - razka_sh_l_ja_m_V : V ; - razka_sh_l_ja_ne_N : N ; - razka_ja_n_A : A ; - razka_ja_nie_N : N ; - razka_ja_nik_N : N ; - razka_ja_nica_N : N ; - razka_ja_nost_N : N ; - razkvartiruvam_V : V ; - razkvartiruvane_N : N ; - razkvasa_N : N ; - razkvasvam_V : V ; - razkvasvane_N : N ; - razkisvam_V : V ; - razkisvane_N : N ; - razkiskvam_V : V ; - razkiskvane_N : N ; - razklada_V : V ; - razkladka_N : N ; - razklaten_A : A ; - razkla_sht_am_V : V ; - razkla_sht_ane_N : N ; - razklon_N : N ; - razklonen_A : A ; - razklonenie_N : N ; - razklonitel_N : N ; - razklonitelen_A : A ; - razklon_ja_vam_V : V ; - razklon_ja_vane_N : N ; - razklopane_N : N ; - razklopvane_N : N ; - razkovavam_V : V ; - razkovavane_N : N ; - razkovni_ch_e_N : N ; - razkodiram_V : V ; - razkodirane_N : N ; - razkol_N : N ; - razkolebavam_V : V ; - razkolebavane_N : N ; - razkolebanie_N : N ; - razkolnik_N : N ; - razkolnica_N : N ; - razkolni_ch_eski_A : A ; - razkolni_ch_estvo_N : N ; - razkompresiram_V : V ; - razkompresirane_N : N ; - razkopavam_V : V ; - razkopavane_N : N ; - razkopka_N : N ; - razkop_ch_avam_V : V ; - razkop_ch_avane_N : N ; - razkop_ch_e_ja__V : V ; - razko_sh__N : N ; - razko_sh_en_A : A ; - razkras_ja_vam_V : V ; - razkras_ja_vane_N : N ; - razkra_ch__N : N ; - razkra_ch_vam_V : V ; - razkra_ch_vane_N : N ; - razkra_ch_en_A : A ; - razkrepost_ja_vam_V : V ; - razkrepost_ja_vane_N : N ; - razkre_sht__ja_vam_V : V ; - razkre_sht__ja_vane_N : N ; - razkrivam_V : V ; - razkrivane_N : N ; - razkriven_A : A ; - razkrivenost_N : N ; - razkriv_ja_vam_V : V ; - razkriv_ja_vane_N : N ; - razkriptiram_V : V ; - razkritie_N : N ; - razkritikuvam_V : V ; - razkritikuvane_N : N ; - razkro_ja_vam_V : V ; - razkro_ja_vane_N : N ; - razkr_ja_skvam_V : V ; - razkr_ja_skvane_N : N ; - razkula_ch_vam_V : V ; - razkula_ch_vane_N : N ; - razkupvam_V : V ; - razkupvane_N : N ; - razkupuvam_V : V ; - razkupuvane_N : N ; - razkydr_ja_m_V : V ; - razkydr_ja_ne_N : N ; - razkynt_ja_vam_V : V ; - razkynt_ja_vane_N : N ; - razkyrvav_ja_vam_V : V ; - razkyrvav_ja_vane_N : N ; - razkyrvav_ja_m_V : V ; - razkyrvav_ja_ne_N : N ; - razkyrv_ja__V : V ; - razkyrtvam_V : V ; - razkyrtvane_N : N ; - razkyr_sh_vam_V : V ; - razkyr_sh_vane_N : N ; - razkyr_sh_en_A : A ; - razkysane_N : N ; - razkysanost_N : N ; - razkysvam_V : V ; - razkysvane_N : N ; - razlagam_V : V ; - razlagane_N : N ; - razlajvam_V : V ; - razlajvane_N : N ; - razlat_A : A ; - razlepvam_V : V ; - razlepvane_N : N ; - razlep_ja_vam_V : V ; - razlep_ja_vane_N : N ; - razlep_ja_m_V : V ; - razlep_ja_ne_N : N ; - razliv_A : A ; - razlivam_V : V ; - razlivane_N : N ; - razliven_A : A ; - razligav_ja_m_V : V ; - razligav_ja_ne_N : N ; - razlika_N : N ; - razlistvam_V : V ; - razlistvane_N : N ; - razlist_ja_m_V : V ; - razlist_ja_ne_N : N ; - razlitam_V : V ; - razlitane_N : N ; - razli_ch_avam_V : V ; - razli_ch_avane_N : N ; - razli_ch_en_A : A ; - razli_ch_ie_N : N ; - razli_ch_im_A : A ; - razli_ch_imost_N : N ; - razli_ch_itelen_A : A ; - razlo_zj_enie_N : N ; - razlo_zj_itelen_A : A ; - razlom_N : N ; - razlom_ja__V : V ; - razluduvam_V : V ; - razluduvane_N : N ; - razlud_ja_vam_V : V ; - razlud_ja_vane_N : N ; - razlyka_N : N ; - razly_ch_vam_V : V ; - razly_ch_vane_N : N ; - razl_iu_bvam_V : V ; - razl_iu_bvane_N : N ; - razl_iu_l_ja_vam_V : V ; - razl_iu_l_ja_vane_N : N ; - razl_iu_tvam_V : V ; - razl_iu_t_ja_vam_V : V ; - razl_iu_t_ja_vane_N : N ; - razl_ja_n_A : A ; - razl_ja_t_A : A ; - razl_ja_tost_N : N ; - razmagnitvam_V : V ; - razmazvam_V : V ; - razmazvane_N : N ; - razmarkiram_V : V ; - razmarkirane_N : N ; - razmah_N : N ; - razmahane_N : N ; - razmahvam_V : V ; - razmahvane_N : N ; - razmacvam_V : V ; - razma_ch_kane_N : N ; - razma_ch_kvam_V : V ; - razmekvam_V : V ; - razmekvane_N : N ; - razmenen_A : A ; - razmen_ja_vam_V : V ; - razmen_ja_vane_N : N ; - razmen_ja_em_A : A ; - razmen_ja_emost_N : N ; - razmen_ja_m_V : V ; - razmen_ja_ne_N : N ; - razmer_N : N ; - razmervam_V : V ; - razmervane_N : N ; - razmeren_A : A ; - razmerka_N : N ; - razmesvam_V : V ; - razmesvane_N : N ; - razmestvam_V : V ; - razmestvane_N : N ; - razme_ch_tavam_V : V ; - razme_ch_tavane_N : N ; - razmivam_V : V ; - razmivane_N : N ; - razminavam_V : V ; - razminavane_N : N ; - razmiren_A : A ; - razmirie_N : N ; - razmirisvam_V : V ; - razmirisvane_N : N ; - razmirica_N : N ; - razmirnik_N : N ; - razmirnica_N : N ; - razmir_ja__V : V ; - razmisl_ja_m_V : V ; - razmisl_ja_ne_N : N ; - razmisyl_N : N ; - razmit_A : A ; - razmitam_V : V ; - razmitkvam_V : V ; - razmitkvane_N : N ; - razmi_sh_lenie_N : N ; - razmi_sh_l_ja_vam_V : V ; - razmi_sh_l_ja_vane_N : N ; - razmno_zj_avam_V : V ; - razmno_zj_avane_N : N ; - razmno_zj_enie_N : N ; - razmno_zj_itelen_A : A ; - razmotavam_V : V ; - razmotavane_N : N ; - razmraz_ja_vam_V : V ; - razmraz_ja_vane_N : N ; - razmyknat_A : A ; - razmyrdvam_V : V ; - razmyrdvane_N : N ; - razmyrmorvam_V : V ; - razmyrmorvane_N : N ; - razmytvam_V : V ; - razmytvane_N : N ; - razm_ja_na_N : N ; - razm_ja_tam_V : V ; - razm_ja_tane_N : N ; - raznas_ja_m_V : V ; - raznas_ja_ne_N : N ; - raznebitvam_V : V ; - raznebitvane_N : N ; - raznebiten_A : A ; - raznebitenost_N : N ; - razne_zj_vam_V : V ; - razne_zj_vane_N : N ; - razne_zj_en_A : A ; - razne_zj_enost_N : N ; - razni_A : A ; - raznizvam_V : V ; - raznizvane_N : N ; - razni_sht_vam_V : V ; - razni_sht_vane_N : N ; - razni_sht__ja_m_V : V ; - razni_sht__ja_ne_N : N ; - raznobagren_A : A ; - raznoviden_A : A ; - raznovidnost_N : N ; - raznoglas_N : N ; - raznoglasen_A : A ; - raznoglasie_N : N ; - raznogled_N : N ; - raznogledstvo_N : N ; - raznoezi_ch_en_A : A ; - raznoezi_ch_ie_N : N ; - raznoimenen_A : A ; - raznokalibren_A : A ; - raznoka_ch_estven_A : A ; - raznolik_A : A ; - raznolikost_N : N ; - raznomislie_N : N ; - raznoobrazen_A : A ; - raznoobrazie_N : N ; - raznoobraznost_N : N ; - raznoobraz_ja_vam_V : V ; - raznoobraz_ja_vane_N : N ; - raznoplemenen_A : A ; - raznore_ch_iv_A : A ; - raznoroden_A : A ; - raznorodnost_N : N ; - raznos_N : N ; - raznosva_ch__N : N ; - raznosva_ch_ka_N : N ; - raznosen_A : A ; - raznoska_N : N ; - raznostranen_A : A ; - raznostrannost_N : N ; - raznosystaven_A : A ; - raznocvet_N : N ; - raznocveten_A : A ; - raznocvetnost_N : N ; - razobli_ch_avam_V : V ; - razobli_ch_avane_N : N ; - razobli_ch_am_V : V ; - razobli_ch_ane_N : N ; - razobli_ch_enie_N : N ; - razobli_ch_itel_N : N ; - razobli_ch_itelen_A : A ; - razopakovam_V : V ; - razopakovane_N : N ; - razoravam_V : V ; - razoravane_N : N ; - razoren_A : A ; - razorenie_N : N ; - razoritel_N : N ; - razoritelen_A : A ; - razory_zj_avam_V : V ; - razory_zj_avane_N : N ; - razory_zj_enie_N : N ; - razor_ja_vam_V : V ; - razor_ja_vane_N : N ; - razotivam_V : V ; - razotivane_N : N ; - razohkvam_V : V ; - razohkvane_N : N ; - razo_ch_arovam_V : V ; - razo_ch_arovan_A : A ; - razo_ch_arovane_N : N ; - razo_ch_arovanie_N : N ; - razpad_N : N ; - razpadam_V : V ; - razpadane_N : N ; - razpakovam_V : V ; - razpakovane_N : N ; - razpalvam_V : V ; - razpalvane_N : N ; - razpalen_A : A ; - razpalenost_N : N ; - razpal_ja_m_V : V ; - razpal_ja_ne_N : N ; - razpar_ja_m_V : V ; - razpar_ja_ne_N : N ; - razpasa_V : V ; - razpasan_A : A ; - razpasanost_N : N ; - razpasvam_V : V ; - razpasvane_N : N ; - razpenvam_V : V ; - razpenvane_N : N ; - razpervam_V : V ; - razpervane_N : N ; - razperdu_sh_invam_V : V ; - razperdu_sh_invane_N : N ; - razperen_A : A ; - razperenost_N : N ; - razpeti_A : A ; - razpe_ch_atane_N : N ; - razpe_ch_atvam_V : V ; - razpe_ch_atvane_N : N ; - razpe_ch_atka_N : N ; - razpe_ch_at_ja__V : V ; - razpil_ja_vam_V : V ; - razpil_ja_vane_N : N ; - razpil_ja_nost_N : N ; - razpis_N : N ; - razpisanie_N : N ; - razpisvam_V : V ; - razpisvane_N : N ; - razpisen_A : A ; - razpiska_N : N ; - razpiskane_N : N ; - razpiskvam_V : V ; - razpit_N : N ; - razpitane_N : N ; - razpitvam_V : V ; - razpitvane_N : N ; - razpitva_ch__N : N ; - razpi_sht_olvam_V : V ; - razpi_sht_olvane_N : N ; - razpi_sht__ja_vam_V : V ; - razpi_sht__ja_vane_N : N ; - razpi_ja__V : V ; - razplakan_A : A ; - razplakvam_V : V ; - razplakvane_N : N ; - razplata_N : N ; - razpla_sht_am_V : V ; - razpla_sht_ane_N : N ; - razpla_sht_atelen_A : A ; - razpleskane_N : N ; - razpleskvam_V : V ; - razpleskvane_N : N ; - razple_sht_vam_V : V ; - razple_sht_vane_N : N ; - razpliskane_N : N ; - razpliskvam_V : V ; - razpliskvane_N : N ; - razplitam_V : V ; - razplitane_N : N ; - razplod_N : N ; - razploden_A : A ; - razplodnik_N : N ; - razplod_ja_vam_V : V ; - razplod_ja_vane_N : N ; - razpluvam_V : V ; - razpluvane_N : N ; - razplut_A : A ; - razplutost_N : N ; - razpna_V : V ; - razpovivam_V : V ; - razpovivane_N : N ; - razpod_ja_lba_N : N ; - razpoznavaem_A : A ; - razpoznavam_V : V ; - razpoznavane_N : N ; - razpoznat_A : A ; - razpokysane_N : N ; - razpokysanost_N : N ; - razpokysvam_V : V ; - razpokysvane_N : N ; - razpolagaem_A : A ; - razpolagam_V : V ; - razpolagane_N : N ; - razpolov_ja_vam_V : V ; - razpolov_ja_vane_N : N ; - razpolo_zj_en_A : A ; - razpolo_zj_enie_N : N ; - razpolo_zj_enost_N : N ; - razpopvam_V : V ; - razpopvane_N : N ; - razporvam_V : V ; - razporvane_N : N ; - razporedba_N : N ; - razporeditel_N : N ; - razporeditelen_A : A ; - razporeditelka_N : N ; - razporeditelnost_N : N ; - razporednik_N : N ; - razpore_zj_dam_V : V ; - razpore_zj_dane_N : N ; - razpo_ja_vam_V : V ; - razpo_ja_vane_N : N ; - razpra_N : N ; - razprava_N : N ; - razpravi_ja__N : N ; - razprav_ja_m_V : V ; - razprav_ja_ne_N : N ; - razpran_A : A ; - razpra_sht_am_V : V ; - razpra_sht_ane_N : N ; - razpra_sht__ja__V : V ; - razpreda_V : V ; - razpredelenie_N : N ; - razpredelitel_N : N ; - razpredelitelen_A : A ; - razpredel_ja_m_V : V ; - razpredel_ja_ne_N : N ; - razprikazvam_V : V ; - razprikazvane_N : N ; - razprodavam_V : V ; - razprodavane_N : N ; - razproda_zj_ba_N : N ; - razprostiram_V : V ; - razprostirane_N : N ; - razprostranen_A : A ; - razprostranenie_N : N ; - razprostranenost_N : N ; - razprostranitel_N : N ; - razprostranitelen_A : A ; - razprostranitelka_N : N ; - razprostran_ja_vam_V : V ; - razprostran_ja_vane_N : N ; - razprostr_ja_nost_N : N ; - razprost_ja__V : V ; - razprysvam_V : V ; - razprysvane_N : N ; - razpryskane_N : N ; - razpryskvaem_A : A ; - razpryskvam_V : V ; - razpryskvane_N : N ; - razpryskva_ch__N : N ; - razpryskva_ch_ka_N : N ; - razprysnat_A : A ; - razprysnatost_N : N ; - razpr_ja_gam_V : V ; - razpr_ja_gane_N : N ; - razpsuvam_V : V ; - razpsuvane_N : N ; - razpukane_N : N ; - razpukvam_V : V ; - razpukvane_N : N ; - razpuskam_V : V ; - razpuskane_N : N ; - razpusnat_A : A ; - razpusnatost_N : N ; - razpu_sht_am_V : V ; - razpu_sht_ane_N : N ; - razpyvam_V : V ; - razpyvane_N : N ; - razpyva_ch_ka_N : N ; - razpy_zj_dam_V : V ; - razpy_zj_dane_N : N ; - razpynka_N : N ; - razpypvam_V : V ; - razpypvane_N : N ; - razpyp_ja_m_V : V ; - razpyp_ja_ne_N : N ; - razpyt_N : N ; - razpyten_A : A ; - razpyht_ja_vam_V : V ; - razpyht_ja_vane_N : N ; - razp_ja_vam_V : V ; - razp_ja_vane_N : N ; - razp_ja_tie_N : N ; - razrabotvam_V : V ; - razrabotvane_N : N ; - razrabotka_N : N ; - razrabot_ch_ik_N : N ; - razrav_ja_m_V : V ; - razrav_ja_ne_N : N ; - razraz_ja_vam_V : V ; - razraz_ja_vane_N : N ; - razran_ja_vam_V : V ; - razran_ja_vane_N : N ; - razrasna_V : V ; - razrastvam_V : V ; - razrastvane_N : N ; - razrastyk_N : N ; - razrevavam_V : V ; - razrevavane_N : N ; - razred_N : N ; - razreden_A : A ; - razredenost_N : N ; - razreditel_N : N ; - razredka_N : N ; - razred_ja_vam_V : V ; - razred_ja_vane_N : N ; - razre_zj_dam_V : V ; - razre_zj_dane_N : N ; - razrez_N : N ; - razresvam_V : V ; - razresvane_N : N ; - razre_sh_avam_V : V ; - razre_sh_avane_N : N ; - razre_sh_vane_N : N ; - razre_sh_enie_N : N ; - razre_sh_im_A : A ; - razre_sh_imost_N : N ; - razre_sh_itelen_A : A ; - razre_sh_itelno_N : N ; - razriv_N : N ; - razrivam_V : V ; - razrivane_N : N ; - razridavam_V : V ; - razridavane_N : N ; - razrina_V : V ; - razritvam_V : V ; - razronvam_V : V ; - razronvane_N : N ; - razrohva_ch__N : N ; - razrohkane_N : N ; - razrohkvam_V : V ; - razrohkvane_N : N ; - razro_sh_vam_V : V ; - razro_sh_vane_N : N ; - razruha_N : N ; - razru_sh_avam_V : V ; - razru_sh_avane_N : N ; - razru_sh_enie_N : N ; - razru_sh_im_A : A ; - razru_sh_itel_N : N ; - razru_sh_itelen_A : A ; - razru_sh_itelnost_N : N ; - razryfane_N : N ; - razryfanost_N : N ; - razryfvam_V : V ; - razryfvane_N : N ; - razr_ja_d_N : N ; - razr_ja_zvam_V : V ; - razr_ja_zvane_N : N ; - razsad_N : N ; - razsadnik_N : N ; - razsa_zj_dam_V : V ; - razsa_zj_dane_N : N ; - razsvirvam_V : V ; - razsvirvane_N : N ; - razsedlavam_V : V ; - razsedlavane_N : N ; - razsejvam_V : V ; - razsejvane_N : N ; - razsejka_N : N ; - razselvam_V : V ; - razselvane_N : N ; - razse_ch_en_A : A ; - razse_ja_n_A : A ; - razse_ja_nost_N : N ; - razsilen_A : A ; - razsilna_N : N ; - razsip_N : N ; - razsipvam_V : V ; - razsipvane_N : N ; - razsipi_ja__N : N ; - razsipnik_N : N ; - razsipnica_N : N ; - razsipni_ch_eski_A : A ; - razsipni_ch_estvo_N : N ; - razsi_ch_am_V : V ; - razsi_ch_ane_N : N ; - razska_ch_am_V : V ; - razska_ch_ane_N : N ; - razslabvam_V : V ; - razslabvane_N : N ; - razslabenost_N : N ; - razslabitelen_A : A ; - razsledvam_V : V ; - razsledvane_N : N ; - razsloenie_N : N ; - razslo_ja_vam_V : V ; - razslo_ja_vane_N : N ; - razsmivam_V : V ; - razsmivane_N : N ; - razsmyrd_ja_vam_V : V ; - razsmyrd_ja_vane_N : N ; - razsopoliv_ja_m_V : V ; - razsopoliv_ja_ne_N : N ; - razsro_ch_vam_V : V ; - razsro_ch_vane_N : N ; - razsro_ch_ka_N : N ; - razstav_ja_m_V : V ; - razstav_ja_ne_N : N ; - razstilam_V : V ; - razstilane_N : N ; - razstlan_A : A ; - razsto_ja_nie_N : N ; - razstrel_N : N ; - razstrelvam_V : V ; - razstrelvane_N : N ; - razstroen_A : A ; - razstroenost_N : N ; - razstrojvam_V : V ; - razstrojvane_N : N ; - razstrojstvo_N : N ; - razsukvam_V : V ; - razsukvane_N : N ; - razsyble_ch_enost_N : N ; - razsybli_ch_am_V : V ; - razsybli_ch_ane_N : N ; - razsyditelen_A : A ; - razsyditelnost_N : N ; - razsydliv_A : A ; - razsydlivost_N : N ; - razsydyk_N : N ; - razsydy_ch_en_A : A ; - razsydy_ch_nost_N : N ; - razsy_zj_davam_V : V ; - razsy_zj_davane_N : N ; - razsy_zj_dam_V : V ; - razsy_zj_dane_N : N ; - razsy_zj_denie_N : N ; - razsymvam_V : V ; - razsymvane_N : N ; - razsynvam_V : V ; - razsynvane_N : N ; - razsyrdvam_V : V ; - razsyrdvane_N : N ; - razsyhvam_V : V ; - razsyhvane_N : N ; - razs_ja_vam_V : V ; - razs_ja_vane_N : N ; - raztakavam_V : V ; - raztakavane_N : N ; - raztakane_N : N ; - raztap_ja_m_V : V ; - raztap_ja_ne_N : N ; - raztvar_ja_m_V : V ; - raztvar_ja_ne_N : N ; - raztvor_N : N ; - raztvorim_A : A ; - raztvorimost_N : N ; - raztvoritel_N : N ; - razteg_N : N ; - raztegaem_A : A ; - raztegaemost_N : N ; - raztegatelen_A : A ; - raztega_ch__N : N ; - raztega_ch_ka_N : N ; - razteglenost_N : N ; - raztegliv_A : A ; - razteglivost_N : N ; - raztegl_ja_m_V : V ; - raztegl_ja_ne_N : N ; - raztegnatost_N : N ; - raztikane_N : N ; - raztikvam_V : V ; - raztikvane_N : N ; - razti_ch_am_V : V ; - razti_ch_ane_N : N ; - razti_ch_vam_V : V ; - razti_ch_vane_N : N ; - raztlaskvam_V : V ; - raztlaskvane_N : N ; - raztovara_ch__N : N ; - raztovarvam_V : V ; - raztovarvane_N : N ; - raztovar_ja_m_V : V ; - raztovar_ja_ne_N : N ; - raztopimost_N : N ; - raztop_ja_vam_V : V ; - raztop_ja_vane_N : N ; - razto_ch_vam_V : V ; - razto_ch_vane_N : N ; - razto_ch_itel_N : N ; - razto_ch_itelen_A : A ; - razto_ch_itelka_N : N ; - razto_ch_itelnost_N : N ; - razto_ch_itelstvam_V : V ; - razto_ch_itelstvane_N : N ; - razto_ch_itelstvo_N : N ; - razto_ch_itelstvuvam_V : V ; - razto_ch_itelstvuvane_N : N ; - razto_sht_avam_V : V ; - razto_sht_avane_N : N ; - raztrakane_N : N ; - raztrakvam_V : V ; - raztrakvane_N : N ; - raztrebvam_V : V ; - raztrebvane_N : N ; - raztrevo_zj_vam_V : V ; - raztrevo_zj_vane_N : N ; - raztrevo_zj_en_A : A ; - raztrevo_zj_enost_N : N ; - raztreperan_A : A ; - raztrepervam_V : V ; - raztrepervane_N : N ; - raztresvam_V : V ; - raztresvane_N : N ; - raztrivam_V : V ; - raztrivane_N : N ; - raztrivka_N : N ; - raztrisam_V : V ; - raztrisane_N : N ; - raztrogvaem_A : A ; - raztrogvaemost_N : N ; - raztrogvam_V : V ; - raztrogvane_N : N ; - raztrojstvo_N : N ; - raztropane_N : N ; - raztropvam_V : V ; - raztropvane_N : N ; - raztro_sh_avam_V : V ; - raztro_sh_avane_N : N ; - raztryb_ja_vam_V : V ; - raztryb_ja_vane_N : N ; - raztupane_N : N ; - raztupvam_V : V ; - raztupvane_N : N ; - raztupkane_N : N ; - raztupkvam_V : V ; - raztupkvane_N : N ; - raztupt_ja_vam_V : V ; - raztupt_ja_vane_N : N ; - razturvam_V : V ; - razturvane_N : N ; - razturi_ja__N : N ; - raztur_ja_m_V : V ; - raztur_ja_ne_N : N ; - raztuha_N : N ; - raztu_sh_avam_V : V ; - raztu_sh_avane_N : N ; - raztu_sh_itelen_A : A ; - razty_zj_avam_V : V ; - razty_zj_avane_N : N ; - razty_zj_en_A : A ; - raztykavam_V : V ; - raztykavane_N : N ; - raztylkuvam_V : V ; - raztylkuvane_N : N ; - raztypkvam_V : V ; - raztypkvane_N : N ; - raztyrvavam_V : V ; - raztyrvavane_N : N ; - raztyrkane_N : N ; - raztyrkvam_V : V ; - raztyrkvane_N : N ; - raztyrsvam_V : V ; - raztyrsvane_N : N ; - raztyr_ch_avam_V : V ; - raztyr_ch_avane_N : N ; - raztyr_sh_uvam_V : V ; - razt_ja_gam_V : V ; - razt_ja_gane_N : N ; - razube_zj_davam_V : V ; - razube_zj_davane_N : N ; - razuznavam_V : V ; - razuznavane_N : N ; - razuznavatel_N : N ; - razuznavatelen_A : A ; - razuznava_ch__N : N ; - razuznava_ch_eski_A : A ; - razum_N : N ; - razumen_A : A ; - razumnik_N : N ; - razumnica_N : N ; - razumnost_N : N ; - razum_ja_vam_V : V ; - razum_ja_vane_N : N ; - razu_ch_avam_V : V ; - razu_ch_avane_N : N ; - razu_ch_vam_V : V ; - razu_ch_vane_N : N ; - razu_ch_en_A : A ; - razfokusiram_V : V ; - razfokusirane_N : N ; - razformiram_V : V ; - razformirane_N : N ; - razformirovam_V : V ; - razformirovane_N : N ; - razfu_ch_avam_V : V ; - razfu_ch_avane_N : N ; - razhajlazvam_V : V ; - razhajlazvane_N : N ; - razhajlazen_A : A ; - razhajtvam_V : V ; - razhajtvane_N : N ; - razhajten_A : A ; - razhajtenost_N : N ; - razhaltav_ja_m_V : V ; - razhvyrl_ja_m_V : V ; - razhvyrl_ja_n_A : A ; - razhvyrl_ja_ne_N : N ; - razhvyrl_ja_nost_N : N ; - razhvyr_ch_avam_V : V ; - razhvyr_ch_avane_N : N ; - razhititelen_A : A ; - razhi_sht_avam_V : V ; - razhi_sht_avane_N : N ; - razhi_sht_enie_N : N ; - razhlabvam_V : V ; - razhlabvane_N : N ; - razhlabenost_N : N ; - razhlabitelen_A : A ; - razhlab_ja_m_V : V ; - razhlab_ja_ne_N : N ; - razhlada_N : N ; - razhladitelen_A : A ; - razhlad_ja_vam_V : V ; - razhlad_ja_vane_N : N ; - razhla_zj_dam_V : V ; - razhla_zj_dane_N : N ; - razhlopane_N : N ; - razhlopvam_V : V ; - razhlopvane_N : N ; - razhod_N : N ; - razhodvam_V : V ; - razhodvane_N : N ; - razhoden_A : A ; - razhodka_N : N ; - razho_zj_dam_V : V ; - razho_zj_dane_N : N ; - razhubave_ja__V : V ; - razhubav_ja_vam_V : V ; - razhubav_ja_vane_N : N ; - razhylcane_N : N ; - razhylcvam_V : V ; - razhylcvane_N : N ; - razcvet_N : N ; - razcvetka_N : N ; - razceluvam_V : V ; - razceluvane_N : N ; - razcenka_N : N ; - razcentrovam_V : V ; - razcentrovane_N : N ; - razcepvam_V : V ; - razcepvane_N : N ; - razceplenie_N : N ; - razcepnik_N : N ; - razcepni_ch_eski_A : A ; - razcepni_ch_estvo_N : N ; - razcivr_ja_m_V : V ; - razcivr_ja_ne_N : N ; - razcyfvam_V : V ; - razcyfvane_N : N ; - razcyft_ja_vam_V : V ; - razcyft_ja_vane_N : N ; - raz_ch_ekvam_V : V ; - raz_ch_ekvane_N : N ; - raz_ch_epkane_N : N ; - raz_ch_epkvam_V : V ; - raz_ch_epkvane_N : N ; - raz_ch_ertavam_V : V ; - raz_ch_ertavane_N : N ; - raz_ch_esvam_V : V ; - raz_ch_esvane_N : N ; - raz_ch_et_N : N ; - raz_ch_eten_A : A ; - raz_ch_istvam_V : V ; - raz_ch_istvane_N : N ; - raz_ch_itam_V : V ; - raz_ch_itane_N : N ; - raz_ch_lenen_A : A ; - raz_ch_lenenie_N : N ; - raz_ch_len_ja_vam_V : V ; - raz_ch_len_ja_vane_N : N ; - raz_ch_ovyrkane_N : N ; - raz_ch_ovyrkvam_V : V ; - raz_ch_ovyrkvane_N : N ; - raz_ch_opl_ja_m_V : V ; - raz_ch_opl_ja_ne_N : N ; - raz_ch_orlen_A : A ; - raz_ch_orl_ja_m_V : V ; - raz_ch_orl_ja_ne_N : N ; - raz_ch_uvam_V : V ; - raz_ch_uvane_N : N ; - raz_ch_uvstvenost_N : N ; - raz_ch_uvstvuvam_V : V ; - raz_ch_uvstvuvan_A : A ; - raz_ch_uvstvuvane_N : N ; - raz_ch_uvstvuvanost_N : N ; - raz_ch_upvam_V : V ; - raz_ch_upvane_N : N ; - raz_ch_ustvam_V : V ; - raz_ch_ustvane_N : N ; - raz_sh_avam_V : V ; - raz_sh_avane_N : N ; - raz_sh_avvam_V : V ; - raz_sh_avvane_N : N ; - raz_sh_etane_N : N ; - raz_sh_etvam_V : V ; - raz_sh_etvane_N : N ; - raz_sh_ivam_V : V ; - raz_sh_ivane_N : N ; - raz_sh_irenie_N : N ; - raz_sh_irimost_N : N ; - raz_sh_iritel_N : N ; - raz_sh_iritelen_A : A ; - raz_sh_iro_ch_avam_V : V ; - raz_sh_iro_ch_avane_N : N ; - raz_sh_ir_ja_vam_V : V ; - raz_sh_ir_ja_vane_N : N ; - raz_sh_ir_ja_em_A : A ; - raz_sh_ir_ja_emost_N : N ; - raz_sh_ifrovam_V : V ; - raz_sh_ifrovan_A : A ; - raz_sh_ifrovane_N : N ; - raz_sh_ifrovka_N : N ; - raz_sh_ifrov_ch_ik_N : N ; - raz_sh_ytvam_V : V ; - raz_iu_zdan_A : A ; - raz_iu_zdanost_N : N ; - raz_iu_zda_ja__V : V ; - raz_iu_zdvam_V : V ; - raz_iu_zdvane_N : N ; - raz_ja_dka_N : N ; - raz_ja_dliv_A : A ; - raz_ja_dosane_N : N ; - raz_ja_dosvam_V : V ; - raz_ja_dosvane_N : N ; - raz_ja__zj_dam_V : V ; - raz_ja__zj_dane_N : N ; - raz_ja_ren_A : A ; - raz_ja_r_ja_vam_V : V ; - raz_ja_r_ja_vane_N : N ; - raz_ja_snenie_N : N ; - raz_ja_snitel_N : N ; - raz_ja_snitelen_A : A ; - raz_ja_sn_ja_vam_V : V ; - raz_ja_sn_ja_vane_N : N ; - rairan_A : A ; - raj_N : N ; - rajber_N : N ; - rajgras_N : N ; - raje_N : N ; - rajon_N : N ; - rajonen_A : A ; - rajoniram_V : V ; - rajonirane_N : N ; - rajski_A : A ; - rajsyvet_N : N ; - rajhsmar_sh_al_N : N ; - rajhstag_N : N ; - rak_N : N ; - raketa_N : N ; - raketen_A : A ; - rakien_A : A ; - rakita_N : N ; - rakitak_N : N ; - rakitov_A : A ; - raki_ja__N : N ; - rakla_N : N ; - rakov_A : A ; - rakoviden_A : A ; - rakovina_N : N ; - rakoobrazen_A : A ; - rakurs_N : N ; - rali_N : N ; - ralica_N : N ; - ralo_N : N ; - rama_N : N ; - ramazan_N : N ; - ramenen_A : A ; - ramka_N : N ; - ramkiram_V : V ; - ramkirane_N : N ; - ramo_N : N ; - rampa_N : N ; - rana_N : N ; - rang_N : N ; - randevu_N : N ; - randeman_N : N ; - ranen_A : A ; - ranina_N : N ; - ranica_N : N ; - rannorimski_A : A ; - ranobuden_A : A ; - ranobudnik_N : N ; - ranobudnica_N : N ; - ranozreen_A : A ; - ranozree_sht__A : A ; - ranozrejka_N : N ; - ran_ch_o_N : N ; - ran_sh_en_A : A ; - ran_ja_vam_V : V ; - ran_ja_vane_N : N ; - rapira_N : N ; - rapica_N : N ; - rapi_ch_en_A : A ; - raport_N : N ; - raportuvam_V : V ; - raportuvane_N : N ; - rapsodi_ja__N : N ; - rasa_N : N ; - rasizym_N : N ; - rasist_N : N ; - rasistka_N : N ; - rasna_V : V ; - raso_N : N ; - rasov_A : A ; - rasta_V : V ; - raste_zj__N : N ; - raste_zj_en_A : A ; - rastene_N : N ; - rastenie_N : N ; - rastenievyd_N : N ; - rastenievydstvo_N : N ; - raster_N : N ; - rasteren_A : A ; - rastitelen_A : A ; - rastitelnost_N : N ; - rastitelno_ja_den_A : A ; - rataj_N : N ; - ratajkin_ja__N : N ; - ratajstvam_V : V ; - ratajstvane_N : N ; - ratajstvo_N : N ; - ratajstvuvam_V : V ; - ratajstvuvane_N : N ; - raten_A : A ; - ratifikacionen_A : A ; - ratifikaci_ja__N : N ; - ratificiram_V : V ; - ratificirane_N : N ; - ratnik_N : N ; - ratnica_N : N ; - ratuvam_V : V ; - ratuvane_N : N ; - rafineri_ja__N : N ; - rafiniram_V : V ; - rafiniran_A : A ; - rafinirane_N : N ; - rafiniranost_N : N ; - raft_N : N ; - rahat_N : N ; - rahatlyk_N : N ; - rahatuvam_V : V ; - rahatuvane_N : N ; - rahat_ja_sam_V : V ; - rahat_ja_svam_V : V ; - rahat_ja_svane_N : N ; - rahit_N : N ; - rahitizym_N : N ; - rahiti_ch_en_A : A ; - racionalen_A : A ; - racionalizator_N : N ; - racionalizatorka_N : N ; - racionalizatorski_A : A ; - racionalizaci_ja__N : N ; - racionaliziram_V : V ; - racionalizirane_N : N ; - racionalizym_N : N ; - racionalist_N : N ; - racionalistka_N : N ; - racionalnost_N : N ; - ra_ch_el_N : N ; - ra_ch_e_sh_ki_A : A ; - ra_ja__N : N ; - reabilitacionen_A : A ; - reabilitaci_ja__N : N ; - reabilitiram_V : V ; - reabilitirane_N : N ; - reagiram_V : V ; - reagirane_N : N ; - reaktiv_N : N ; - reaktiven_A : A ; - reaktivnost_N : N ; - reaktor_N : N ; - reakcionen_A : A ; - reakcioner_N : N ; - reakcionerka_N : N ; - reakcionerstvo_N : N ; - reakcionnost_N : N ; - reakci_ja__N : N ; - real_N : N ; - realen_A : A ; - realizator_N : N ; - realizaci_ja__N : N ; - realiziram_V : V ; - realizirane_N : N ; - realizuem_A : A ; - realizuemost_N : N ; - realizym_N : N ; - realist_N : N ; - realisti_ch_en_A : A ; - realisti_ch_eski_A : A ; - realisti_ch_nost_N : N ; - reali_ja__N : N ; - realnost_N : N ; - reanimacionen_A : A ; - reanimaci_ja__N : N ; - rebren_A : A ; - rebro_N : N ; - rebus_N : N ; - rev_N : N ; - reva_V : V ; - revandikaci_ja__N : N ; - revandikiram_V : V ; - revandikirane_N : N ; - revane_N : N ; - revan_sh__N : N ; - revan_sh_izym_N : N ; - revan_sh_iram_V : V ; - revvam_V : V ; - revvane_N : N ; - rever_N : N ; - reverans_N : N ; - reversiven_A : A ; - reversiram_V : V ; - reversi_ja__N : N ; - revizionen_A : A ; - revizionist_N : N ; - revizionistka_N : N ; - revizionistki_A : A ; - reviziram_V : V ; - revizirane_N : N ; - revizi_ja__N : N ; - revizor_N : N ; - revla_N : N ; - revliv_A : A ; - revlxo_N : N ; - revmatizym_N : N ; - revmati_ch_en_A : A ; - revniv_A : A ; - revnivec_N : N ; - revnivost_N : N ; - revnost_N : N ; - revnosten_A : A ; - revnuvam_V : V ; - revnuvane_N : N ; - revolver_N : N ; - revolveren_A : A ; - revol_iu_cionen_A : A ; - revol_iu_cioner_N : N ; - revol_iu_cionerka_N : N ; - revol_iu_cioniziram_V : V ; - revol_iu_cionizirane_N : N ; - revol_iu_ci_ja__N : N ; - revulsi_ja__N : N ; - rev_iu__N : N ; - regata_N : N ; - regenerativen_A : A ; - regenerator_N : N ; - regeneraci_ja__N : N ; - regeneriram_V : V ; - regenerirane_N : N ; - regent_N : N ; - regentski_A : A ; - regentstvo_N : N ; - region_N : N ; - regionalen_A : A ; - regionalizym_N : N ; - registrator_N : N ; - registratorka_N : N ; - registratura_N : N ; - registracionen_A : A ; - registraci_ja__N : N ; - registriram_V : V ; - registrirane_N : N ; - registyr_N : N ; - regla_zj__N : N ; - reglament_N : N ; - reglamentaci_ja__N : N ; - reglamenten_A : A ; - reglamentiram_V : V ; - reglamentirane_N : N ; - regres_N : N ; - regresiven_A : A ; - regresionen_A : A ; - regresiram_V : V ; - regresirane_N : N ; - regresi_ja__N : N ; - regulator_N : N ; - regulatoren_A : A ; - regulacionen_A : A ; - regulaci_ja__N : N ; - reguliram_V : V ; - regulirane_N : N ; - regulirov_ch_ik_N : N ; - regulirovy_ch_en_A : A ; - reguliruem_A : A ; - regul_ja_ren_A : A ; - red_N : N ; - redaktiram_V : V ; - redaktirane_N : N ; - redaktor_N : N ; - redaktorka_N : N ; - redaktorski_A : A ; - redaktorstvo_N : N ; - redakcionen_A : A ; - redakci_ja__N : N ; - reden_A : A ; - rede_ja__V : V ; - redingot_N : N ; - redica_N : N ; - rednik_N : N ; - redov_A : A ; - redoven_A : A ; - redovnost_N : N ; - redose_ja_lka_N : N ; - reduvam_V : V ; - reduvane_N : N ; - reduktor_N : N ; - redukcionen_A : A ; - redukci_ja__N : N ; - redundanten_A : A ; - redundantnost_N : N ; - reduplikaci_ja__N : N ; - redut_N : N ; - reduciram_V : V ; - reducirane_N : N ; - red_ja__V : V ; - reene_N : N ; - re_zj_a_V : V ; - re_zj_ien_A : A ; - re_zj_im_N : N ; - re_zj_isiram_V : V ; - re_zj_isirane_N : N ; - re_zj_isura_N : N ; - re_zj_isxor_N : N ; - re_zj_isxorski_A : A ; - re_zj_i_ja__N : N ; - rezanka_N : N ; - reza_ch__N : N ; - reza_ch_en_A : A ; - reza_ch_ka_N : N ; - rezba_N : N ; - rezbar_N : N ; - rezbarski_A : A ; - rezbarstvo_N : N ; - rezbovan_A : A ; - rezbore_zj_e_sht__A : A ; - reze_N : N ; - rezeda_N : N ; - rezedav_A : A ; - rezekci_ja__N : N ; - rezen_N : N ; - rezen_ch_e_N : N ; - rezerv_N : N ; - rezerva_N : N ; - rezervat_N : N ; - rezervaci_ja__N : N ; - rezerven_A : A ; - rezerviram_V : V ; - rezerviran_A : A ; - rezervirane_N : N ; - rezerviranost_N : N ; - rezervist_N : N ; - rezervoar_N : N ; - rezec_N : N ; - rezignaci_ja__N : N ; - rezident_N : N ; - rezidenci_ja__N : N ; - rezidulator_N : N ; - rezil_N : N ; - rezil_ja__V : V ; - rezistenten_A : A ; - rezistentnost_N : N ; - rezistor_N : N ; - rezitba_N : N ; - rezka_N : N ; - rezliv_A : A ; - rezlivost_N : N ; - reznica_N : N ; - rezovski_A : A ; - rezoliram_V : V ; - rezolirane_N : N ; - rezol_iu_ci_ja__N : N ; - rezon_N : N ; - rezonans_N : N ; - rezonanten_A : A ; - rezonator_N : N ; - rezonen_A : A ; - rezoniram_V : V ; - rezonirane_N : N ; - rezonxor_N : N ; - rezonxorstvam_V : V ; - rezonxorstvo_N : N ; - rezorbci_ja__N : N ; - rezultat_N : N ; - rezultaten_A : A ; - rezultatnost_N : N ; - rezus_N : N ; - rez_iu_me_N : N ; - rez_iu_miram_V : V ; - rez_iu_mirane_N : N ; - reincializiram_V : V ; - reincializirane_N : N ; - rejd_N : N ; - rejdov_A : A ; - rejnski_A : A ; - rejs_N : N ; - rejsov_A : A ; - rejting_N : N ; - reka_V : V ; - rekapitulaci_ja__N : N ; - rekviem_N : N ; - rekviziram_V : V ; - rekvizirane_N : N ; - rekvizit_N : N ; - rekviziten_A : A ; - rekvizitor_N : N ; - rekvizitorka_N : N ; - rekvizicionen_A : A ; - rekvizici_ja__N : N ; - reki_ch_ka_N : N ; - reklama_N : N ; - reklamad_zj_i_ja__N : N ; - reklamator_N : N ; - reklamacionen_A : A ; - reklamaci_ja__N : N ; - reklamen_A : A ; - reklamiram_V : V ; - reklamirane_N : N ; - reklamodatel_N : N ; - rekognosciram_V : V ; - rekognoscirane_N : N ; - rekognoscirovka_N : N ; - rekolta_N : N ; - rekomendaci_ja__N : N ; - rekonvalescent_N : N ; - rekonvalescenci_ja__N : N ; - rekonstruiram_V : V ; - rekonstruirane_N : N ; - rekonstruktiven_A : A ; - rekonstruktor_N : N ; - rekonstrukci_ja__N : N ; - rekontra_N : N ; - rekontriram_V : V ; - rekontrirane_N : N ; - rekord_N : N ; - rekorden_A : A ; - rekordxor_N : N ; - rekordxorka_N : N ; - rekriminaci_ja__N : N ; - rekrutiram_V : V ; - rekrutirane_N : N ; - rektalen_A : A ; - rektor_N : N ; - rektorat_N : N ; - rektorski_A : A ; - rektorstvam_V : V ; - rektorstvane_N : N ; - rektorstvo_N : N ; - rektum_N : N ; - rekultvici_ja__N : N ; - rekuperacionen_A : A ; - rekuperaci_ja__N : N ; - rekuperiram_V : V ; - rekuranten_A : A ; - rekursiven_A : A ; - rekursi_ja__N : N ; - relativen_A : A ; - relativnost_N : N ; - relacionen_A : A ; - relaci_ja__N : N ; - rele_N : N ; - releen_A : A ; - relef_N : N ; - relefen_A : A ; - relefnost_N : N ; - religiozen_A : A ; - religioznost_N : N ; - religi_ja__N : N ; - relikva_N : N ; - relikten_A : A ; - reliktov_A : A ; - relsa_N : N ; - relsov_A : A ; - remarke_N : N ; - rembrandovski_A : A ; - remi_N : N ; - remilitarizaci_ja__N : N ; - remilitariziram_V : V ; - remilitarizirane_N : N ; - reminiscenci_ja__N : N ; - remont_N : N ; - remonten_A : A ; - remontiram_V : V ; - remontirane_N : N ; - remsist_N : N ; - remsistka_N : N ; - remsistki_A : A ; - remyk_N : N ; - remy_ch_e_N : N ; - remy_ch_en_A : A ; - rende_N : N ; - rendiram_V : V ; - rendirane_N : N ; - rendosam_V : V ; - rendosvam_V : V ; - rendosvane_N : N ; - renegat_N : N ; - renegatka_N : N ; - renegatstvo_N : N ; - renesans_N : N ; - renesansov_A : A ; - renome_N : N ; - renomiram_V : V ; - renomiran_A : A ; - renomirane_N : N ; - renta_N : N ; - rentabilen_A : A ; - rentabilnost_N : N ; - rentgen_N : N ; - rentgenov_A : A ; - rentgenograma_N : N ; - rentgenografi_ja__N : N ; - rentgenolog_N : N ; - rentgenologi_ja__N : N ; - rentgenoskopi_ja__N : N ; - rentgenoterapi_ja__N : N ; - rentier_N : N ; - rentierka_N : N ; - rentiram_V : V ; - rentirane_N : N ; - reometyr_N : N ; - reorganizator_N : N ; - reorganizatorka_N : N ; - reorganizaci_ja__N : N ; - reorganiziram_V : V ; - reorganizirane_N : N ; - reostat_N : N ; - reotan_N : N ; - reparacionen_A : A ; - reparaci_ja__N : N ; - repariram_V : V ; - reparirane_N : N ; - repatriant_N : N ; - repatriram_V : V ; - repatrirane_N : N ; - repej_N : N ; - repertoar_N : N ; - repertoaren_A : A ; - repetiram_V : V ; - repetirane_N : N ; - repetitor_N : N ; - repetitorka_N : N ; - repeticionen_A : A ; - repetici_ja__N : N ; - repi_ch_ka_N : N ; - replika_N : N ; - reporta_zj__N : N ; - reporter_N : N ; - reporterka_N : N ; - reporterski_A : A ; - reportxor_N : N ; - reportxorka_N : N ; - reprezantativen_A : A ; - represiven_A : A ; - represi_ja__N : N ; - repriz_N : N ; - reproduktor_N : N ; - reprodukcionen_A : A ; - reprodukci_ja__N : N ; - reproduciram_V : V ; - reproducirane_N : N ; - reptiloobrazen_A : A ; - republika_N : N ; - republikanec_N : N ; - republikanka_N : N ; - republikanski_A : A ; - reputaci_ja__N : N ; - resekci_ja__N : N ; - resna_N : N ; - resnica_N : N ; - resni_ch_ka_N : N ; - resor_N : N ; - resoren_A : A ; - respekt_N : N ; - respektiven_A : A ; - respektiram_V : V ; - respektirane_N : N ; - respirator_N : N ; - restavrator_N : N ; - restavratorka_N : N ; - restavratorski_A : A ; - restavraci_ja__N : N ; - restavriram_V : V ; - restavrirane_N : N ; - restart_N : N ; - restartiram_V : V ; - restartirane_N : N ; - restituiram_V : V ; - restituirane_N : N ; - restituci_ja__N : N ; - resto_N : N ; - restorant_N : N ; - restoranten_A : A ; - restorantski_A : A ; - resurs_N : N ; - resursen_A : A ; - retina_N : N ; - retorika_N : N ; - retori_ch_en_A : A ; - retori_ch_eski_A : A ; - retori_ch_nost_N : N ; - retoromanski_A : A ; - retorta_N : N ; - retrakci_ja__N : N ; - retranslator_N : N ; - retranslaci_ja__N : N ; - retransliteraci_ja__N : N ; - retransmisi_ja__N : N ; - retransformaci_ja__N : N ; - retraslatoren_A : A ; - retrograd_N : N ; - retrograden_A : A ; - retrogradnost_N : N ; - retrogradstvo_N : N ; - retrospektiven_A : A ; - retrospekci_ja__N : N ; - retu_sh__N : N ; - retu_sh_iram_V : V ; - retu_sh_irane_N : N ; - refer_N : N ; - referat_N : N ; - referendum_N : N ; - referent_N : N ; - referentka_N : N ; - referenci_ja__N : N ; - referiram_V : V ; - referirane_N : N ; - referski_A : A ; - refleks_N : N ; - refleksen_A : A ; - refleksiven_A : A ; - refleksi_ja__N : N ; - reflektiven_A : A ; - reflektiram_V : V ; - reflektirane_N : N ; - reflektor_N : N ; - reflektoren_A : A ; - reforma_N : N ; - reformator_N : N ; - reformatorka_N : N ; - reformatorski_A : A ; - reformatorstvo_N : N ; - reformaci_ja__N : N ; - reformizym_N : N ; - reformiram_V : V ; - reformirane_N : N ; - reformist_N : N ; - refraktometyr_N : N ; - refrakcionen_A : A ; - refrakci_ja__N : N ; - refren_A : A ; - rehabilitator_N : N ; - rehabilitatorka_N : N ; - rehabilitacionen_A : A ; - rehabilitaci_ja__N : N ; - rehabilitiram_V : V ; - rehav_A : A ; - rehavost_N : N ; - recenzent_N : N ; - recenzentka_N : N ; - recenziram_V : V ; - recenzirane_N : N ; - recenzi_ja__N : N ; - recepta_N : N ; - recepten_A : A ; - receptor_N : N ; - receptoren_A : A ; - receptura_N : N ; - recepci_ja__N : N ; - recesiven_A : A ; - recesi_ja__N : N ; - recidiv_A : A ; - recidivizym_N : N ; - recidivist_N : N ; - recidivistka_N : N ; - recikliran_A : A ; - recipro_ch_en_A : A ; - recipro_ch_nost_N : N ; - recital_N : N ; - recitator_N : N ; - recitatorka_N : N ; - recitaci_ja__N : N ; - recitiram_V : V ; - recitirane_N : N ; - re_ch__N : N ; - re_ch_ev_A : A ; - re_ch_en_A : A ; - re_ch_itativ_N : N ; - re_ch_itativen_A : A ; - re_ch_ica_N : N ; - re_ch_i_sht_e_N : N ; - re_ch_nik_N : N ; - re_ch_nikar_N : N ; - re_ch_nikarski_A : A ; - re_ch_nikarstvo_N : N ; - re_ch_nikov_A : A ; - re_ch_ovit_A : A ; - re_ch_ovitost_N : N ; - re_sh_avam_V : V ; - re_sh_avane_N : N ; - re_sh_en_A : A ; - re_sh_enie_N : N ; - re_sh_eten_A : A ; - re_sh_etest_A : A ; - re_sh_etka_N : N ; - re_sh_eto_N : N ; - re_sh_etoviden_A : A ; - re_sh_ety_ch_en_A : A ; - re_sh_im_A : A ; - re_sh_imost_N : N ; - re_sh_itelen_A : A ; - re_sh_itelnost_N : N ; - re_ja__V : V ; - riba_N : N ; - ribar_N : N ; - ribarka_N : N ; - ribarnik_N : N ; - ribarnica_N : N ; - ribarski_A : A ; - ribarstvo_N : N ; - ribar_ch_e_N : N ; - riben_A : A ; - ribe_sh_ki_A : A ; - ribica_N : N ; - ribka_N : N ; - riboviden_A : A ; - ribovyd_N : N ; - ribovyden_A : A ; - ribovydstvo_N : N ; - ribolov_N : N ; - riboloven_A : A ; - ribolovec_N : N ; - ribolovstvo_N : N ; - ribo_ja_den_A : A ; - rivalenten_A : A ; - rigan_N : N ; - rigolvam_V : V ; - rigolvane_N : N ; - rid_N : N ; - ridane_N : N ; - ridanie_N : N ; - rida_ja__V : V ; - ri_zj__A : A ; - riza_N : N ; - riznica_N : N ; - rizofora_N : N ; - riko_sh_et_N : N ; - riko_sh_iram_V : V ; - riko_sh_irane_N : N ; - rik_sh_a_N : N ; - rilski_A : A ; - rima_N : N ; - rimen_A : A ; - riml_ja_nin_N : N ; - riml_ja_nka_N : N ; - rimski_A : A ; - rimuvam_V : V ; - rimuvane_N : N ; - rina_V : V ; - ring_N : N ; - ringov_A : A ; - ripam_V : V ; - ripane_N : N ; - ripvam_V : V ; - ripvane_N : N ; - ripsen_A : A ; - ris_N : N ; - risk_N : N ; - riskov_A : A ; - riskovan_A : A ; - riskovanost_N : N ; - riskuvam_V : V ; - riskuvane_N : N ; - risov_A : A ; - risuvalen_A : A ; - risuvam_V : V ; - risuvane_N : N ; - risuvatelen_A : A ; - risuva_ch__N : N ; - risuva_ch_ka_N : N ; - risunka_N : N ; - risunyk_N : N ; - ritam_V : V ; - ritane_N : N ; - ritvam_V : V ; - ritvane_N : N ; - ritla_N : N ; - ritliv_A : A ; - ritmika_N : N ; - ritmi_ch_en_A : A ; - ritmi_ch_nost_N : N ; - ritnik_N : N ; - ritorika_N : N ; - ritori_ch_en_A : A ; - ritori_ch_eski_A : A ; - ritual_N : N ; - ritualen_A : A ; - ritualnost_N : N ; - ritym_N : N ; - rif_N : N ; - rifov_A : A ; - ricar_N : N ; - ricarski_A : A ; - ricarstvo_N : N ; - ricin_N : N ; - ricinov_A : A ; - ri_ch_enda_N : N ; - ri_ja__V : V ; - rob_N : N ; - roba_N : N ; - robin_ja__N : N ; - robi_ja__N : N ; - robovladelec_N : N ; - robovladel_ch_eski_A : A ; - robot_N : N ; - roboten_A : A ; - robotizaci_ja__N : N ; - robotiziram_V : V ; - robotizirane_N : N ; - robotika_N : N ; - robotski_A : A ; - robski_A : A ; - robstvo_N : N ; - robuvam_V : V ; - robuvane_N : N ; - rov_N : N ; - rovene_N : N ; - rovi_ch_kam_V : V ; - rovi_ch_kane_N : N ; - rovnik_N : N ; - rovnica_N : N ; - rovyk_A : A ; - rog_N : N ; - rogat_A : A ; - rogatka_N : N ; - roga_ch__N : N ; - rogov_A : A ; - rogoviden_A : A ; - rogovica_N : N ; - rogozarka_N : N ; - rogozka_N : N ; - rogonosec_N : N ; - rog_ch_e_N : N ; - rod_N : N ; - roden_A : A ; - rodeo_N : N ; - rode_ja__V : V ; - rodilen_A : A ; - rodilka_N : N ; - rodina_N : N ; - rodinol_iu_bie_N : N ; - roditba_N : N ; - roditel_N : N ; - roditelen_A : A ; - roditelski_A : A ; - rodnina_N : N ; - rodninski_A : A ; - rodninstvo_N : N ; - rodov_A : A ; - rodovit_A : A ; - rododendron_N : N ; - rodol_iu_bec_N : N ; - rodol_iu_biv_A : A ; - rodol_iu_bie_N : N ; - rodol_iu_bka_N : N ; - rodona_ch_alnik_N : N ; - rodona_ch_alnica_N : N ; - rodootstypnik_N : N ; - rodootstypnica_N : N ; - rodootstypni_ch_eski_A : A ; - rodootstypni_ch_estvo_N : N ; - rodopski_A : A ; - rodosloven_A : A ; - rodoslovie_N : N ; - rodstven_A : A ; - rodstvenik_N : N ; - rodstvenica_N : N ; - rodstvenost_N : N ; - rodstvo_N : N ; - rod_ja__V : V ; - roene_N : N ; - ro_zj_ba_N : N ; - ro_zj_den_A : A ; - ro_zj_denie_N : N ; - ro_zj_denik_N : N ; - ro_zj_denica_N : N ; - ro_zj_destven_A : A ; - ro_zj_destvo_N : N ; - ro_zj_kov_N : N ; - roza_N : N ; - rozeola_N : N ; - rozetka_N : N ; - rozi_ch_ka_N : N ; - rozmarin_N : N ; - rozober_N : N ; - rozov_A : A ; - rozovarna_N : N ; - rozovarnica_N : N ; - rozove_ja__V : V ; - rozovina_N : N ; - rozovi_ch_yk_A : A ; - rozoproizvoditel_N : N ; - rozoproizvoditelka_N : N ; - rozoproizvodstvo_N : N ; - roj_N : N ; - rok_N : N ; - rokada_N : N ; - rokambol_N : N ; - rokendrol_N : N ; - rokli_ch_ka_N : N ; - rokl_ja__N : N ; - rokma_ch_ta_N : N ; - rokmuzika_N : N ; - rokoda_N : N ; - rokoko_N : N ; - rokfor_N : N ; - rokcela_N : N ; - rola_N : N ; - roletka_N : N ; - rolka_N : N ; - rolkov_A : A ; - rol_ja__N : N ; - rom_N : N ; - roman_N : N ; - romaniziram_V : V ; - romanizirane_N : N ; - romanist_N : N ; - romanistka_N : N ; - romans_N : N ; - romanski_A : A ; - romantizym_N : N ; - romantik_N : N ; - romantika_N : N ; - romanti_ch_en_A : A ; - romanti_ch_ka_N : N ; - romanti_ch_nost_N : N ; - roman_ch_e_N : N ; - romb_N : N ; - rombi_ch_en_A : A ; - romboviden_A : A ; - romboid_N : N ; - romboiden_A : A ; - romb_ch_e_N : N ; - romeec_N : N ; - romej_N : N ; - romejka_N : N ; - romejski_A : A ; - romol_N : N ; - romolene_N : N ; - romol_ja__V : V ; - romon_N : N ; - romonene_N : N ; - romon_ja__V : V ; - rona_ch_ka_N : N ; - ronliv_A : A ; - ronlivost_N : N ; - ron_ja__V : V ; - ropot_N : N ; - roptaene_N : N ; - roptanie_N : N ; - ropta_ja__V : V ; - rosa_N : N ; - rosen_A : A ; - rosenov_A : A ; - rostralen_A : A ; - ros_ja__V : V ; - rota_N : N ; - rotarianec_N : N ; - rotarianski_A : A ; - rotativen_A : A ; - rotatori_ja__N : N ; - rotacionen_A : A ; - rotaci_ja__N : N ; - roten_A : A ; - rotmistyr_N : N ; - rotonda_N : N ; - rotor_N : N ; - rotoren_A : A ; - rouming_N : N ; - rohkav_A : A ; - rohkavina_N : N ; - rohkavost_N : N ; - rohyk_A : A ; - ro_sh_a_V : V ; - ro_sh_av_A : A ; - ro_sh_avoglav_A : A ; - ro_sh_avost_N : N ; - ro_sh_la_N : N ; - ro_sh_lxo_N : N ; - ro_ja__V : V ; - ro_ja_k_N : N ; - ro_ja_l_N : N ; - ro_ja_list_N : N ; - ro_ja_listka_N : N ; - ro_ja_listki_A : A ; - ruba_sh_ka_N : N ; - rubeola_N : N ; - rubin_N : N ; - rubinen_A : A ; - rubineno_ch_erven_A : A ; - rubinov_A : A ; - rubla_N : N ; - rubrika_N : N ; - rugaene_N : N ; - ruganie_N : N ; - rugatel_N : N ; - rugatelen_A : A ; - rugatelski_A : A ; - rugatelstvo_N : N ; - rugatn_ja__N : N ; - ruga_ja__V : V ; - ruda_N : N ; - rudar_N : N ; - rudarski_A : A ; - rudarstvo_N : N ; - ruden_A : A ; - rudimentalen_A : A ; - rudimentaren_A : A ; - rudnik_N : N ; - rudnica_N : N ; - rudni_ch_ar_N : N ; - rudni_ch_arka_N : N ; - rudni_ch_arski_A : A ; - rudni_ch_en_A : A ; - rudodobiv_N : N ; - rudodobiven_A : A ; - rudokopa_ch__N : N ; - rudonosen_A : A ; - ruen_A : A ; - ru_zj__N : N ; - ru_zj_a_N : N ; - ruina_N : N ; - rujna_V : V ; - rukvam_V : V ; - rukvane_N : N ; - rulada_N : N ; - ruletka_N : N ; - rulo_N : N ; - rumb_N : N ; - rumba_N : N ; - rumen_A : A ; - rumenec_N : N ; - rumene_ja__V : V ; - rumenina_N : N ; - rumpel_N : N ; - rumynec_N : N ; - rumynka_N : N ; - rumynski_A : A ; - rund_N : N ; - rundijski_A : A ; - runest_A : A ; - runi_ch_eski_A : A ; - runo_N : N ; - runtav_A : A ; - runtave_ja__V : V ; - runtavost_N : N ; - rupa_N : N ; - rupi_ja__N : N ; - rupor_N : N ; - rus_A : A ; - rusalka_N : N ; - rusalski_A : A ; - rusenec_N : N ; - ruse_ja__V : V ; - rusizym_N : N ; - rusin_N : N ; - rusificiram_V : V ; - rusificirane_N : N ; - ruski_A : A ; - ruskin_ja__N : N ; - ruskogovore_sht__A : A ; - ruslo_N : N ; - rusnak_N : N ; - rusokos_A : A ; - rusofil_N : N ; - rusofilka_N : N ; - rusofob_N : N ; - rusofobka_N : N ; - rutina_N : N ; - rutinen_A : A ; - rut_ja__V : V ; - ruhvam_V : V ; - ruhvane_N : N ; - ru_ch_a_V : V ; - ru_ch_een_A : A ; - ru_ch_ej_N : N ; - ru_ch_ej_ch_e_N : N ; - ru_ch_ilo_N : N ; - ru_sh_a_V : V ; - ru_sh_vet_N : N ; - ru_sh_vet_ch_ijstvo_N : N ; - ru_sh_vet_ch_i_ja__N : N ; - ru_sh_ene_N : N ; - ru_sh_imost_N : N ; - ru_sh_itel_N : N ; - ru_sh_itelen_A : A ; - ryb_N : N ; - rybat_A : A ; - rybatost_N : N ; - rybest_A : A ; - ryb_ja__V : V ; - rygam_V : V ; - rygane_N : N ; - rygvam_V : V ; - rygvane_N : N ; - ry_zj__N : N ; - ry_zj_da_N : N ; - ry_zj_dave_ja__V : V ; - ry_zj_div_A : A ; - ry_zj_divokaf_ja_v_A : A ; - ry_zj_divo_ch_erven_A : A ; - ry_zj_d_ja_sal_A : A ; - ry_zj_d_ja_sam_V : V ; - ry_zj_d_ja_sane_N : N ; - ry_zj_d_ja_svam_V : V ; - ry_zj_d_ja_svane_N : N ; - ry_zj_en_A : A ; - ryka_N : N ; - rykav_N : N ; - rykavel_N : N ; - rykaven_A : A ; - rykavica_N : N ; - rykavi_ch_ar_N : N ; - rykatka_N : N ; - rykovoden_A : A ; - rykovodene_N : N ; - rykovode_sht__A : A ; - rykovoditel_N : N ; - rykovoditelka_N : N ; - rykovoditelski_A : A ; - rykovodstvo_N : N ; - rykovod_ja__V : V ; - rykodelie_N : N ; - rykojka_N : N ; - rykomaham_V : V ; - rykomahane_N : N ; - rykopa_sh_en_A : A ; - rykopis_N : N ; - rykopisen_A : A ; - rykopl_ja_skam_V : V ; - rykopl_ja_skane_N : N ; - rykopolagam_V : V ; - rykopolagane_N : N ; - rykostiskam_V : V ; - rykostiskane_N : N ; - rykohvatka_N : N ; - rykuvam_V : V ; - rykuvane_N : N ; - ryme_zj__N : N ; - rym_zj_a_V : V ; - rym_zj_ene_N : N ; - rymol_ja__V : V ; - rym_ja__V : V ; - rysvam_V : V ; - rysvane_N : N ; - rysene_N : N ; - ryst_N : N ; - rytlina_N : N ; - ryt_ja__V : V ; - ryfam_V : V ; - ryfane_N : N ; - ry_ch_en_A : A ; - ry_ch_enik_N : N ; - ry_ch_enica_N : N ; - ry_ch_i_ch_ka_N : N ; - ry_ch_ka_N : N ; - ry_ch_kam_V : V ; - ry_ch_kane_N : N ; - r_ja_dkozemen_A : A ; - r_ja_dkost_N : N ; - r_ja_dyk_A : A ; - r_ja_zan_A : A ; - r_ja_zane_N : N ; - r_ja_zvam_V : V ; - r_ja_zvane_N : N ; - r_ja_zka_N : N ; - r_ja_zkost_N : N ; - r_ja_zyk_A : A ; - r_ja_pa_N : N ; - sablen_A : A ; - sabota_zj__N : N ; - sabotiram_V : V ; - sabotirane_N : N ; - sabotxor_N : N ; - sabotxorka_N : N ; - sab_ja__N : N ; - savak_N : N ; - savan_N : N ; - savana_N : N ; - savarina_N : N ; - saga_N : N ; - sadene_N : N ; - sadizym_N : N ; - sadilo_N : N ; - sadist_N : N ; - sadisti_ch_en_A : A ; - sad_ja__V : V ; - sa_zj_da_N : N ; - sa_zj_div_A : A ; - sazdyrma_N : N ; - sajbi_ja__N : N ; - sajvant_N : N ; - sajt_N : N ; - sak_N : N ; - sakat_A : A ; - sako_N : N ; - sakralen_A : A ; - sakramentalen_A : A ; - saksien_A : A ; - saksi_ja__N : N ; - saksonec_N : N ; - saksonski_A : A ; - saksofon_N : N ; - saksofonen_A : A ; - sal_N : N ; - salam_N : N ; - salamandra_N : N ; - salamandyr_N : N ; - salamd_zj_ijnica_N : N ; - salamd_zj_i_ja__N : N ; - salamura_N : N ; - salamuren_A : A ; - salata_N : N ; - salatiera_N : N ; - salatka_N : N ; - salvadorka_N : N ; - sald_zj_i_ja__N : N ; - saldo_N : N ; - salicilov_A : A ; - salkym_N : N ; - salnik_N : N ; - salo_N : N ; - salon_N : N ; - salonen_A : A ; - saltanat_N : N ; - salto_N : N ; - saltomortale_N : N ; - salfetka_N : N ; - salca_N : N ; - sal_iu_t_N : N ; - sal_iu_ten_A : A ; - sal_iu_tiram_V : V ; - sal_iu_tirane_N : N ; - sam_A : A ; - samakitka_N : N ; - samar_N : N ; - samard_zj_ijski_A : A ; - samard_zj_i_ja__N : N ; - samar_ja_nin_N : N ; - samar_ja_nka_N : N ; - samar_ja_nski_A : A ; - samba_N : N ; - sambo_N : N ; - samec_N : N ; - sami_ch_yk_A : A ; - samka_N : N ; - samoanaliz_N : N ; - samoanaliziram_V : V ; - samoanec_N : N ; - samoanski_A : A ; - samobiten_A : A ; - samobitnost_N : N ; - samobi_ch_uvam_V : V ; - samobi_ch_uvane_N : N ; - samobrysna_ch_ka_N : N ; - samovar_N : N ; - samovzriv_ja_vam_V : V ; - samovila_N : N ; - samovlasten_A : A ; - samovlastie_N : N ; - samovlastnik_N : N ; - samovlastni_ch_eski_A : A ; - samovl_iu_ben_A : A ; - samovl_iu_benost_N : N ; - samovnu_sh_a_V : V ; - samovnu_sh_enie_N : N ; - samovolen_A : A ; - samovyzveli_ch_avane_N : N ; - samovyzpitam_V : V ; - samovyzpitanie_N : N ; - samovyzhi_sht_enie_N : N ; - samodvi_zj_enie_N : N ; - samodvi_zj_e_sht__A : A ; - samodeen_A : A ; - samodeec_N : N ; - samodejka_N : N ; - samodejnost_N : N ; - samodejstvuva_sht__A : A ; - samodiv_A : A ; - samodiva_N : N ; - samodivski_A : A ; - samodisciplina_N : N ; - samodovolen_A : A ; - samodovolstvo_N : N ; - samodyr_zj_aven_A : A ; - samodyr_zj_avec_N : N ; - samodyr_zj_avie_N : N ; - samodyr_zj_ec_N : N ; - samo_zj_ertva_N : N ; - samo_zj_ertvenost_N : N ; - samo_zj_ertvuvanie_N : N ; - samo_zj_iv_A : A ; - samo_zj_ivec_N : N ; - samo_zj_ivost_N : N ; - samozabluda_N : N ; - samozabrava_N : N ; - samozabraven_A : A ; - samozabrav_ja_m_V : V ; - samozabrav_ja_ne_N : N ; - samozadovolstvo_N : N ; - samozadovol_ja_vam_V : V ; - samozadovol_ja_vane_N : N ; - samozakalka_N : N ; - samozalepvam_V : V ; - samozalygvam_V : V ; - samozalygvane_N : N ; - samozapazvam_V : V ; - samozapazvane_N : N ; - samozapalvam_V : V ; - samozapalvane_N : N ; - samozapisvam_V : V ; - samozara_zj_dam_V : V ; - samozara_zj_dane_N : N ; - samozare_zj_dam_V : V ; - samozare_zj_dane_N : N ; - samoza_sht_ita_N : N ; - samoza_sht_itavam_V : V ; - samoza_sht_itavane_N : N ; - samozvan_A : A ; - samozvanec_N : N ; - samoizbivane_N : N ; - samoizbiram_V : V ; - samoizdigam_V : V ; - samoizdry_zj_ka_N : N ; - samoizkl_iu__ch_vam_V : V ; - samoizkl_iu__ch_vane_N : N ; - samoizlygvam_V : V ; - samoizlygvane_N : N ; - samoizmama_N : N ; - samoizmamvam_V : V ; - samoizmamvane_N : N ; - samoizmy_ch_vam_V : V ; - samoizmy_ch_vane_N : N ; - samoizobli_ch_avam_V : V ; - samoizobli_ch_avane_N : N ; - samoizobli_ch_enie_N : N ; - samoiztezanie_N : N ; - samoiztreblenie_N : N ; - samoiztykvam_V : V ; - samoiztykvane_N : N ; - samoiz_ja_va_N : N ; - samoiz_ja__zj_dam_V : V ; - samoiz_ja__zj_dane_N : N ; - samoindukci_ja__N : N ; - samoiniciativa_N : N ; - samoiniciativen_A : A ; - samoironi_ja__N : N ; - samokov_A : A ; - samokovec_N : N ; - samokontrol_N : N ; - samokorigiram_V : V ; - samokritika_N : N ; - samokriti_ch_en_A : A ; - samokriti_ch_nost_N : N ; - samolaskatelstvo_N : N ; - samolet_N : N ; - samoleten_A : A ; - samoletonosa_ch__N : N ; - samoli_ch_en_A : A ; - samoli_ch_nost_N : N ; - samol_iu_biv_A : A ; - samol_iu_bie_N : N ; - samomnenie_N : N ; - samomnitelen_A : A ; - samomnitelnost_N : N ; - samonabl_iu_davam_V : V ; - samonabl_iu_davane_N : N ; - samonabl_iu_denie_N : N ; - samonaga_zj_dam_V : V ; - samonade_ja_n_A : A ; - samonade_ja_nost_N : N ; - samonalo_zj_en_A : A ; - samonaran_ja_vam_V : V ; - samonaran_ja_vane_N : N ; - samonaso_ch_vam_V : V ; - samonaso_ch_vane_N : N ; - samoobvinenie_N : N ; - samoobvin_ja_vam_V : V ; - samoobvin_ja_vane_N : N ; - samoobezli_ch_avam_V : V ; - samooblagam_V : V ; - samooblagane_N : N ; - samoobladanie_N : N ; - samooblada_ja__V : V ; - samoobo_zj_avane_N : N ; - samoobrazovam_V : V ; - samoobrazovan_A : A ; - samoobrazovane_N : N ; - samoobrazovanie_N : N ; - samoobslu_zj_vam_V : V ; - samoobslu_zj_vane_N : N ; - samoobu_ch_avam_V : V ; - samoobu_ch_enie_N : N ; - samoob_ja_v_ja__V : V ; - samoograni_ch_avam_V : V ; - samoograni_ch_avane_N : N ; - samoograni_ch_enie_N : N ; - samookajvane_N : N ; - samooplod_ja_vane_N : N ; - samooplo_zj_dam_V : V ; - samooplo_zj_dane_N : N ; - samoopravdavam_V : V ; - samoopravdavane_N : N ; - samoopravdanie_N : N ; - samoopra_sh_vam_V : V ; - samoopra_sh_vane_N : N ; - samoopredelenie_N : N ; - samoopredel_ja_m_V : V ; - samoopredel_ja_ne_N : N ; - samoorganiziram_V : V ; - samoosy_sht_estv_ja_vane_N : N ; - samootbrana_N : N ; - samootver_zj_en_A : A ; - samootver_zj_enost_N : N ; - samootly_ch_vam_V : V ; - samootly_ch_vane_N : N ; - samootly_ch_ka_N : N ; - samootrav_ja_m_V : V ; - samootrav_ja_ne_N : N ; - samootreka_V : V ; - samoocenka_N : N ; - samopi_sh_e_sht__A : A ; - samopodbor_N : N ; - samopodvi_zj_en_A : A ; - samopodgotv_ja_m_V : V ; - samopodpisan_A : A ; - samopo_zj_ertvuvam_V : V ; - samopo_zj_ertvuvane_N : N ; - samopo_zj_ertvuvanie_N : N ; - samopo_zj_ertvuvatelen_A : A ; - samopo_zj_ertvuvatelnost_N : N ; - samopoznanie_N : N ; - samopokazanie_N : N ; - samopokanvam_V : V ; - samopoka_ja_nie_N : N ; - samopoku_sh_enie_N : N ; - samoporicanie_N : N ; - samopredlagam_V : V ; - samopredlagane_N : N ; - samopriznavam_V : V ; - samopriznavane_N : N ; - samopriznanie_N : N ; - samoproverka_N : N ; - samoproizvolen_A : A ; - samorazprava_N : N ; - samorazprav_ja_m_V : V ; - samorazprav_ja_ne_N : N ; - samorazru_sh_enie_N : N ; - samoraztovarva_sht__A : A ; - samorazturvam_V : V ; - samorazturvane_N : N ; - samoraztur_ja_m_V : V ; - samoraztur_ja_ne_N : N ; - samoraslek_N : N ; - samorasl_ja_k_N : N ; - samorasyl_A : A ; - samoreklama_N : N ; - samoroden_A : A ; - samorodnost_N : N ; - samory_ch_en_A : A ; - samosval_N : N ; - samosindikalen_A : A ; - samosnima_ch_ka_N : N ; - samostoen_A : A ; - samosto_ja_telen_A : A ; - samosto_ja_telnost_N : N ; - samosy_zj_alenie_N : N ; - samosy_zj_alitelen_A : A ; - samosyzercatelen_A : A ; - samosyznanie_N : N ; - samosyhranenie_N : N ; - samota_N : N ; - samotaksuvane_N : N ; - samotek_N : N ; - samoten_A : A ; - samotnik_N : N ; - samotnica_N : N ; - samotni_ch_eski_A : A ; - samotni_ch_estvo_N : N ; - samotnost_N : N ; - samotok_N : N ; - samoubivam_V : V ; - samoubivane_N : N ; - samoubiec_N : N ; - samoubijstven_A : A ; - samoubijstvo_N : N ; - samoubijca_N : N ; - samouva_zj_enie_N : N ; - samouveren_A : A ; - samouverenost_N : N ; - samouga_zj_dane_N : N ; - samouk_N : N ; - samouni_zj_avam_V : V ; - samouni_zj_avane_N : N ; - samouni_zj_enie_N : N ; - samounizitelen_A : A ; - samouniz_ja_vam_V : V ; - samouniz_ja_vane_N : N ; - samouni_sht_o_zj_avam_V : V ; - samouni_sht_o_zj_avane_N : N ; - samouni_sht_o_zj_enie_N : N ; - samouprava_N : N ; - samoupravitelen_A : A ; - samoupravlenie_N : N ; - samoupravl_ja_vam_V : V ; - samoupravl_ja_vane_N : N ; - samoupravni_ch_eski_A : A ; - samoupravstvo_N : N ; - samouspokoenie_N : N ; - samouspoko_ja_vam_V : V ; - samouspoko_ja_vane_N : N ; - samousyvyr_sh_enstvam_V : V ; - samousyvyr_sh_enstvane_N : N ; - samousyvyr_sh_enstvuvam_V : V ; - samousyvyr_sh_enstvuvane_N : N ; - samoutvyr_zj_davane_N : N ; - samou_ch_itel_N : N ; - samohvalec_N : N ; - samohvalka_N : N ; - samohvalko_N : N ; - samohvalstvo_N : N ; - samohval_ja__V : V ; - samohoden_A : A ; - samohodka_N : N ; - samocel_N : N ; - samocelen_A : A ; - samo_ch_uvstvie_N : N ; - samo_ch_uvstvo_N : N ; - samun_N : N ; - samur_N : N ; - samuraj_N : N ; - samuren_A : A ; - samurov_A : A ; - san_N : N ; - sanatorialen_A : A ; - sanatorium_N : N ; - sangvini_ch_en_A : A ; - sangvini_ch_ka_N : N ; - sandal_N : N ; - sandalki_N : N ; - sandalov_A : A ; - sandardisvam_V : V ; - sandardisvane_N : N ; - sandvi_ch__N : N ; - sandyk_N : N ; - sandy_ch_e_N : N ; - sanitar_N : N ; - sanitaren_A : A ; - sanitari_ja__N : N ; - sanitarka_N : N ; - sankcioniram_V : V ; - sankcionirane_N : N ; - sankci_ja__N : N ; - sanovnik_N : N ; - sanskrit_N : N ; - sanskritski_A : A ; - santigram_V : V ; - santilityr_N : N ; - santimentalen_A : A ; - santimentalni_ch_a_V : V ; - santimentalnost_N : N ; - santimetyr_N : N ; - sap_N : N ; - saprofiten_A : A ; - sapun_N : N ; - sapunar_N : N ; - sapund_zj_i_ja__N : N ; - sapunen_A : A ; - sapuniera_N : N ; - sapunisvam_V : V ; - sapunisvane_N : N ; - sapun_ch_e_N : N ; - sapfir_N : N ; - sapfiren_A : A ; - sapxor_N : N ; - sapxorski_A : A ; - sarabanda_N : N ; - saraj_N : N ; - sarali_ja__N : N ; - saraf_N : N ; - sarafin_N : N ; - saracin_N : N ; - saracinski_A : A ; - sara_ch__N : N ; - sara_ch_estvo_N : N ; - sara_ch_nica_N : N ; - sara_sh_ki_A : A ; - sardela_N : N ; - sardelen_A : A ; - sardina_N : N ; - sardinec_N : N ; - sardinka_N : N ; - sardinski_A : A ; - sardoni_ch_en_A : A ; - sardoni_ch_eski_A : A ; - sarkazym_N : N ; - sarkasti_ch_en_A : A ; - sarkasti_ch_nost_N : N ; - sarkoma_N : N ; - sarkofag_N : N ; - sarma_N : N ; - satana_N : N ; - satanizym_N : N ; - sataninski_A : A ; - sataninstvo_N : N ; - satelit_N : N ; - sateliten_A : A ; - saten_A : A ; - satiniram_V : V ; - satiniran_A : A ; - satinirane_N : N ; - satir_N : N ; - satira_N : N ; - satirik_N : N ; - satiri_ch_en_A : A ; - satiri_ch_eski_A : A ; - satiri_ch_nost_N : N ; - satrap_N : N ; - satrapi_ja__N : N ; - saturnov_A : A ; - satyr_N : N ; - satyr_ch_e_N : N ; - sauditski_A : A ; - sauna_N : N ; - safari_N : N ; - safrid_N : N ; - sa_ch__N : N ; - sa_ch_ma_N : N ; - sa_ch_men_A : A ; - sa_sht_isvam_V : V ; - sa_sht_isvane_N : N ; - sa_ja__N : N ; - sbabvane_N : N ; - sbabi_ch_asam_V : V ; - sbabi_ch_asvam_V : V ; - sbabi_ch_asvane_N : N ; - sbaram_V : V ; - sbarane_N : N ; - sbarvam_V : V ; - sbarvane_N : N ; - sbera_V : V ; - sbivam_V : V ; - sbivane_N : N ; - sbiram_V : V ; - sbirane_N : N ; - sbirka_N : N ; - sbir_sht_ina_N : N ; - sbit_A : A ; - sbitost_N : N ; - sbli_zj_avam_V : V ; - sbli_zj_avane_N : N ; - sbli_zj_enie_N : N ; - sblyskane_N : N ; - sblyskvam_V : V ; - sblyskvane_N : N ; - sblysyk_N : N ; - sboguvam_V : V ; - sboguvane_N : N ; - sbor_N : N ; - sboren_A : A ; - sbori_ch_kane_N : N ; - sbori_ch_kvam_V : V ; - sbori_ch_kvane_N : N ; - sbori_sht_e_N : N ; - sbornik_N : N ; - sbor_ja__V : V ; - sbry_ch_kam_V : V ; - sbry_ch_kan_A : A ; - sbry_ch_kane_N : N ; - sbry_ch_kvam_V : V ; - sbry_ch_kvane_N : N ; - sbutan_A : A ; - sbutane_N : N ; - sbutvam_V : V ; - sbutvane_N : N ; - sbydvam_V : V ; - sbydvane_N : N ; - sbydnat_A : A ; - sbyrkane_N : N ; - sbyrkvam_V : V ; - sbyrkvane_N : N ; - sbyr_ch_vam_V : V ; - sbyr_ch_vane_N : N ; - svada_N : N ; - svadliv_A : A ; - svadlivost_N : N ; - svako_N : N ; - sval_ja_m_V : V ; - sval_ja_ne_N : N ; - sval_ja__ch__N : N ; - svarvam_V : V ; - svarvane_N : N ; - svaren_A : A ; - svar_ja_vam_V : V ; - svar_ja_vane_N : N ; - svastika_N : N ; - svat_N : N ; - svatba_N : N ; - svatbar_N : N ; - svatbarka_N : N ; - svatben_A : A ; - svatov_A : A ; - svatovnik_N : N ; - svatovnica_N : N ; - svatovstvo_N : N ; - svatov_sht_ina_N : N ; - svatosvam_V : V ; - svatosvane_N : N ; - svatuvam_V : V ; - svatuvane_N : N ; - svat_ja__N : N ; - svedenie_N : N ; - svedu_sht__A : A ; - sve_zj__A : A ; - sve_zj_dam_V : V ; - sve_zj_dane_N : N ; - sve_zj_est_N : N ; - sve_zj_ozelen_A : A ; - svezka_N : N ; - svekyr_N : N ; - svekyrva_N : N ; - svenliv_A : A ; - svenlivost_N : N ; - sven_ja__V : V ; - sverka_N : N ; - sver_ja_vam_V : V ; - sver_ja_vane_N : N ; - svesvam_V : V ; - svesvane_N : N ; - svesten_A : A ; - svest_ja_vam_V : V ; - svest_ja_vane_N : N ; - svetvam_V : V ; - svetvane_N : N ; - svetej_sh_estvo_N : N ; - svetej_sh_i_A : A ; - sveten_A : A ; - svetec_N : N ; - sveti_A : A ; - svetilen_A : A ; - svetili_sht_e_N : N ; - svetilnik_N : N ; - svetilo_N : N ; - svetin_ja__N : N ; - svetitel_N : N ; - svetica_N : N ; - sveti_ja__N : N ; - svetkavica_N : N ; - svetkavi_ch_en_A : A ; - svetkavi_ch_nost_N : N ; - svetleene_N : N ; - svetle_ja__V : V ; - svetliv_A : A ; - svetlina_N : N ; - svetlinen_A : A ; - svetlinka_N : N ; - svetlo_N : N ; - svetlobe_zj_ov_A : A ; - svetlovioletov_A : A ; - svetlo_zj_ylt_A : A ; - svetloza_sht_ita_N : N ; - svetlozelen_A : A ; - svetlokaf_ja_v_A : A ; - svetloko_zj__A : A ; - svetlokos_A : A ; - svetlolik_A : A ; - svetlolilav_A : A ; - svetlomer_N : N ; - svetlook_A : A ; - svetlopurpuren_A : A ; - svetlorozov_A : A ; - svetlorus_A : A ; - svetlosiv_A : A ; - svetlosin_A : A ; - svetlosinxozelen_A : A ; - svetlost_N : N ; - svetlos_ja_nka_N : N ; - svetlotehnika_N : N ; - svetloustoj_ch_iv_A : A ; - svetlo_ch_erven_A : A ; - svetlo_ch_eren_A : A ; - svetlo_ch_uvstvitelen_A : A ; - svetlo_ch_uvstvitelnost_N : N ; - svetoven_A : A ; - svetovnoizvesten_A : A ; - svetovyrte_zj__N : N ; - svetogled_N : N ; - svetogorski_A : A ; - svetodiod_N : N ; - svetozaren_A : A ; - svetost_N : N ; - svetoshva_sht_ane_N : N ; - svetotat_A : A ; - svetotatski_A : A ; - svetotatstvam_V : V ; - svetotatstvane_N : N ; - svetotatstven_A : A ; - svetotatstvo_N : N ; - svetotatstvuvam_V : V ; - svetotatstvuvane_N : N ; - svetouse_sht_ane_N : N ; - svetofar_N : N ; - svetski_A : A ; - svetuvam_V : V ; - svetulka_N : N ; - svetulkam_V : V ; - svetyl_A : A ; - svet_ja__V : V ; - sve_ch_er_ja_vam_V : V ; - sve_ch_er_ja_vane_N : N ; - sve_sht__N : N ; - sve_sht_ar_N : N ; - sve_sht_en_A : A ; - sve_sht_enik_N : N ; - sve_sht_eni_ch_eski_A : A ; - sve_sht_eni_ch_estvo_N : N ; - sve_sht_enodejstvam_V : V ; - sve_sht_enodejstvane_N : N ; - sve_sht_enodejstvie_N : N ; - sve_sht_enodejstvuvam_V : V ; - sve_sht_enodejstvuvane_N : N ; - sve_sht_enopisanie_N : N ; - sve_sht_enoslu_zj_itel_N : N ; - sve_sht_ica_N : N ; - sve_sht_i_ch_ka_N : N ; - sve_sht_nik_N : N ; - sve_sht_ole_ja_r_N : N ; - sve_sht_olivnica_N : N ; - svivaem_A : A ; - svivaemost_N : N ; - svivam_V : V ; - svivane_N : N ; - sviva_ch__N : N ; - svivka_N : N ; - sviden_A : A ; - svidetel_N : N ; - svidetelka_N : N ; - svidetelski_A : A ; - svidetelstvam_V : V ; - svidetelstvane_N : N ; - svidetelstvo_N : N ; - svidetelstvuvam_V : V ; - svidetelstvuvane_N : N ; - svidla_N : N ; - svidliv_A : A ; - svidlivost_N : N ; - svi_zj_dam_V : V ; - svi_zj_dane_N : N ; - svikvam_V : V ; - svikvane_N : N ; - svila_N : N ; - svilarka_N : N ; - svilen_A : A ; - svinar_N : N ; - svinarka_N : N ; - svinarnik_N : N ; - svinevyd_N : N ; - svinevydec_N : N ; - svinevydka_N : N ; - svinevydstvo_N : N ; - svinegleda_ch__N : N ; - svinegleda_ch_ka_N : N ; - svineferma_N : N ; - svinski_A : A ; - svinstvo_N : N ; - svin_ch_e_N : N ; - svin_sht_ina_N : N ; - svin_ja__N : N ; - sviram_V : V ; - svira_ch__N : N ; - svira_ch_ka_N : N ; - svirvam_V : V ; - svirvane_N : N ; - svirene_N : N ; - svirep_A : A ; - svirepost_N : N ; - svirepstvam_V : V ; - svirepstvane_N : N ; - svirepstvo_N : N ; - svirepstvuvam_V : V ; - svirepstvuvane_N : N ; - svirec_N : N ; - svirka_N : N ; - svirkam_V : V ; - svirkane_N : N ; - svirn_ja__N : N ; - svir_ch_o_N : N ; - svir_ja__V : V ; - svistene_N : N ; - svist_ja__V : V ; - svit_A : A ; - svita_N : N ; - svitost_N : N ; - svityk_N : N ; - svla_ch_i_sht_e_N : N ; - svli_ch_am_V : V ; - svli_ch_ane_N : N ; - svoboda_N : N ; - svoboden_A : A ; - svobodol_iu_biv_A : A ; - svobodol_iu_bie_N : N ; - svobodomisle_sht__A : A ; - svobodomislie_N : N ; - svod_N : N ; - svoden_A : A ; - svodest_A : A ; - svodka_N : N ; - svodnik_N : N ; - svodnica_N : N ; - svodni_ch_a_V : V ; - svodni_ch_estvo_N : N ; - svodov_A : A ; - svodoobrazen_A : A ; - svoevolen_A : A ; - svoevolie_N : N ; - svoevolnik_N : N ; - svoevolni_ch_a_V : V ; - svoevremenen_A : A ; - svoevremennost_N : N ; - svoenraven_A : A ; - svoenravie_N : N ; - svoenravni_ch_a_V : V ; - svoenravnost_N : N ; - svoeobrazen_A : A ; - svoeobrazie_N : N ; - svoeobraznost_N : N ; - svojski_A : A ; - svojstven_A : A ; - svojstvenost_N : N ; - svojstvo_N : N ; - svraka_N : N ; - svra_ch_i_A : A ; - svredel_N : N ; - svredel_ch_e_N : N ; - svredlo_N : N ; - svryzka_N : N ; - svryhbukvalizym_N : N ; - svryhvyzbuda_N : N ; - svryhdale_ch_en_A : A ; - svryhestestven_A : A ; - svryhzvuk_N : N ; - svryhzvukov_A : A ; - svryhizli_sh_yk_N : N ; - svryhizobilen_A : A ; - svryhizobilie_N : N ; - svryhinteligenten_A : A ; - svryhinformaci_ja__N : N ; - svryhkompensaci_ja__N : N ; - svryhmogy_sht__A : A ; - svryhmo_sht_en_A : A ; - svryhnal_ja_gane_N : N ; - svryhnapre_zj_enie_N : N ; - svryhnaselen_A : A ; - svryhnaselenie_N : N ; - svryhnaselenost_N : N ; - svryhnatovarvane_N : N ; - svryhnatovaren_A : A ; - svryhnov_A : A ; - svryhobon_ja_nie_N : N ; - svryhoperativen_A : A ; - svryhopiten_A : A ; - svryhpe_ch_alba_N : N ; - svryhplanov_A : A ; - svryhprovodimost_N : N ; - svryhprodukci_ja__N : N ; - svryhproizvodstvo_N : N ; - svryhsekreten_A : A ; - svryhsila_N : N ; - svryhskorosten_A : A ; - svryhslo_zj_en_A : A ; - svryhsmeten_A : A ; - svryhsro_ch_en_A : A ; - svryhtovar_N : N ; - svryhusilie_N : N ; - svryhcivilizaci_ja__N : N ; - svryh_ch_ovek_N : N ; - svryh_ch_ove_sh_ki_A : A ; - svryh_ch_uvstvitelen_A : A ; - svryh_ch_uvstvitelnost_N : N ; - svryh_sht_aten_A : A ; - svry_sht_am_V : V ; - svry_sht_ane_N : N ; - svyrvam_V : V ; - svyrvane_N : N ; - svyrzan_A : A ; - svyrzanost_N : N ; - svyrzvam_V : V ; - svyrzvane_N : N ; - svyrzo_ch_en_A : A ; - svyrzo_ch_nik_N : N ; - svyrtali_sht_e_N : N ; - svyrtam_V : V ; - svyrtane_N : N ; - svyr_sh_vam_V : V ; - svyr_sh_vane_N : N ; - svyr_sh_ek_N : N ; - svyr_sh_en_A : A ; - svysvam_V : V ; - svysvane_N : N ; - svysen_A : A ; - sv_ja_n_N : N ; - sv_ja_st_N : N ; - sv_ja_t_A : A ; - sv_ja_tkam_V : V ; - sv_ja_tkane_N : N ; - sv_ja_tost_N : N ; - sgazvam_V : V ; - sgazvane_N : N ; - sgan_N : N ; - sga_sht_vam_V : V ; - sga_sht_vane_N : N ; - sgledane_N : N ; - sglednik_N : N ; - sglednica_N : N ; - sgle_zj_dam_V : V ; - sgle_zj_dane_N : N ; - sgloba_N : N ; - sglobka_N : N ; - sglob_ja_vam_V : V ; - sglob_ja_vane_N : N ; - sglob_ja_em_A : A ; - sglup_ja_vam_V : V ; - sglup_ja_vane_N : N ; - sgovar_ja_m_V : V ; - sgovar_ja_ne_N : N ; - sgovor_N : N ; - sgovoren_A : A ; - sgovorliv_A : A ; - sgovornik_N : N ; - sgovornica_N : N ; - sgovornost_N : N ; - sgovor_ch_iv_A : A ; - sgovor_ch_ivost_N : N ; - sgoda_N : N ; - sgoden_A : A ; - sgodnost_N : N ; - sgod_ja_vam_V : V ; - sgod_ja_vane_N : N ; - sgore_sht_enost_N : N ; - sgore_sht__ja_vam_V : V ; - sgore_sht__ja_vane_N : N ; - sgor_ja__V : V ; - sgotv_ja_m_V : V ; - sgotv_ja_ne_N : N ; - sgrab_ch_vam_V : V ; - sgrab_ch_vane_N : N ; - sgrab_ja__V : V ; - sgrada_N : N ; - sgradostroitel_N : N ; - sgradostroitelen_A : A ; - sgradostroitelstvo_N : N ; - sgradoustrojstvo_N : N ; - sgrad_ja__V : V ; - sgre_sh_avam_V : V ; - sgre_sh_avane_N : N ; - sgrizvam_V : V ; - sgromol_ja_sane_N : N ; - sgromol_ja_svam_V : V ; - sgromol_ja_svane_N : N ; - sgruham_V : V ; - sgruhane_N : N ; - sgr_ja_vam_V : V ; - sgr_ja_vane_N : N ; - sgur_N : N ; - sgurien_A : A ; - sguri_ja__N : N ; - sgu_sh_vam_V : V ; - sgu_sh_vane_N : N ; - sgyvaem_A : A ; - sgyvaemost_N : N ; - sgyvam_V : V ; - sgyvane_N : N ; - sgyl_ch_avam_V : V ; - sgyl_ch_avane_N : N ; - sgyrbvam_V : V ; - sgyrbvane_N : N ; - sgyrben_A : A ; - sgyrbu_sh_a_N : N ; - sgyrbu_sh_vam_V : V ; - sgyrbu_sh_vane_N : N ; - sgyrb_ja_m_V : V ; - sgyrb_ja_ne_N : N ; - sgyr_ch_vam_V : V ; - sgyr_ch_vane_N : N ; - sgysten_A : A ; - sgystimost_N : N ; - sgystitel_N : N ; - sgystitelen_A : A ; - sgyst_ja_vam_V : V ; - sgyst_ja_vane_N : N ; - sdavam_V : V ; - sdavane_N : N ; - sdaven_A : A ; - sdav_ja__V : V ; - sdav_ja_ne_N : N ; - sdelka_N : N ; - sd_zj_afkam_V : V ; - sd_zj_afkane_N : N ; - sd_zj_afkvam_V : V ; - sd_zj_afkvane_N : N ; - sdipl_ja_m_V : V ; - sdipl_ja_ne_N : N ; - sdobivam_V : V ; - sdobivane_N : N ; - sdobr_ja_vam_V : V ; - sdobr_ja_vane_N : N ; - sdru_zj_avam_V : V ; - sdru_zj_avane_N : N ; - sdru_zj_enie_N : N ; - sdrusam_V : V ; - sdrusvam_V : V ; - sdrusvane_N : N ; - sdu_sh_avam_V : V ; - sdu_sh_avane_N : N ; - sdu_sh_vam_V : V ; - sdu_sh_vane_N : N ; - sdu_sh_en_A : A ; - sdyvkvam_V : V ; - sdyvkvane_N : N ; - sdyv_ch_a_V : V ; - sdyr_zj_am_V : V ; - sdyr_zj_an_A : A ; - sdyr_zj_ane_N : N ; - sdyr_zj_anost_N : N ; - sdyrpane_N : N ; - sdyrpvam_V : V ; - sdyrpvane_N : N ; - seans_N : N ; - sebel_iu_bec_N : N ; - sebel_iu_biv_A : A ; - sebel_iu_bie_N : N ; - sebel_iu_bka_N : N ; - sebeobi_ch__N : N ; - sebeotricanie_N : N ; - sebeotricatelen_A : A ; - sebeotricatelnost_N : N ; - sebepodoben_A : A ; - sebepo_zj_ertvuvanie_N : N ; - sebepo_zj_ertvuvatelen_A : A ; - sebepo_zj_ertvuvatelnost_N : N ; - sebepoklonnik_N : N ; - sebepoklonstvo_N : N ; - sebestojnost_N : N ; - sebi_ch_en_A : A ; - sebi_ch_nost_N : N ; - sevastokrator_N : N ; - sevastokratorka_N : N ; - sevda_N : N ; - sever_N : N ; - severen_A : A ; - severnoamerikanski_A : A ; - severn_ja_k_N : N ; - severn_ja__ch_ka_N : N ; - severozapad_N : N ; - severozapaden_A : A ; - severoiztok_N : N ; - severoizto_ch_en_A : A ; - sega_sh_en_A : A ; - segment_N : N ; - segmentaci_ja__N : N ; - segmentiram_V : V ; - segmentirane_N : N ; - segregaci_ja__N : N ; - sedali_sht_e_N : N ; - sedali_sht_en_A : A ; - sedalka_N : N ; - sedalo_N : N ; - sedemgodi_sh_en_A : A ; - sedemdesetgodi_sh_en_A : A ; - sedemdneven_A : A ; - sedene_N : N ; - sedef_N : N ; - sedefen_A : A ; - sedef_ch_e_N : N ; - sedimenten_A : A ; - sedlar_N : N ; - sedlarstvo_N : N ; - sedla_ja__V : V ; - sedlo_N : N ; - sedlovina_N : N ; - sedmak_N : N ; - sedma_ch_e_N : N ; - sedmica_N : N ; - sedmi_ch_en_A : A ; - sedmi_ch_nik_N : N ; - sedmokraten_A : A ; - sedmoren_A : A ; - sedmorka_N : N ; - sedmocveten_A : A ; - sedmo_ch_lenen_A : A ; - sedmoygylen_A : A ; - sedmoygylnik_N : N ; - sedna_V : V ; - sed_ja__V : V ; - sed_ja_nka_N : N ; - seene_N : N ; - seziram_V : V ; - sezirane_N : N ; - sezon_N : N ; - sezonen_A : A ; - seizmi_ch_en_A : A ; - seizmograf_N : N ; - seizmografi_ja__N : N ; - seizmolog_N : N ; - seizmologi_ja__N : N ; - seir_N : N ; - seitba_N : N ; - seitben_A : A ; - seitboobra_sht_enie_N : N ; - seitboobry_sht_enie_N : N ; - sejm_N : N ; - sejf_N : N ; - seka_V : V ; - seka_ch__N : N ; - sekvam_V : V ; - sekvane_N : N ; - sekvestiram_V : V ; - sekvestirane_N : N ; - sekvestyr_N : N ; - sekvo_ja__N : N ; - sekira_N : N ; - sekir_ch_e_N : N ; - sekret_N : N ; - sekretar_N : N ; - sekretariat_N : N ; - sekretarka_N : N ; - sekretarski_A : A ; - sekreten_A : A ; - sekretnost_N : N ; - sekreci_ja__N : N ; - seks_N : N ; - seksapil_N : N ; - seksapilen_A : A ; - seksbomba_N : N ; - seksolog_N : N ; - seksolo_zj_ka_N : N ; - sekstant_N : N ; - seksualen_A : A ; - seksualnost_N : N ; - sekta_N : N ; - sektant_N : N ; - sektantka_N : N ; - sektantski_A : A ; - sektantstvo_N : N ; - sektant_sht_ina_N : N ; - sektor_N : N ; - sektoren_A : A ; - sekunda_N : N ; - sekundant_N : N ; - sekundaren_A : A ; - sekundarnik_N : N ; - sekunden_A : A ; - sekundomer_N : N ; - sekcionen_A : A ; - sekci_ja__N : N ; - selda_N : N ; - selektiven_A : A ; - selektivnost_N : N ; - selektor_N : N ; - selekcionen_A : A ; - selekcioner_N : N ; - selekcioniram_V : V ; - selekcionirane_N : N ; - selekci_ja__N : N ; - selenov_A : A ; - selenografi_ja__N : N ; - selitra_N : N ; - selitren_A : A ; - selitrov_A : A ; - seli_sht_e_N : N ; - seli_sht_en_A : A ; - selo_N : N ; - selski_A : A ; - selskostopanski_A : A ; - selsyvet_N : N ; - selce_N : N ; - sel_ja_k_N : N ; - sel_ja_m_V : V ; - sel_ja_ndur_N : N ; - sel_ja_ndurka_N : N ; - sel_ja_ndurski_A : A ; - sel_ja_nin_N : N ; - sel_ja_nka_N : N ; - sel_ja_n_ch_e_N : N ; - sel_ja__ch_estvo_N : N ; - sel_ja__sh_ki_A : A ; - sel_ja__sht_ina_N : N ; - semantika_N : N ; - semanti_ch_en_A : A ; - semafor_N : N ; - semaforen_A : A ; - seme_N : N ; - semedel_N : N ; - semeen_A : A ; - semejnost_N : N ; - semejstvenost_N : N ; - semejstvo_N : N ; - semenar_N : N ; - semenarski_A : A ; - semenarstvo_N : N ; - semenen_A : A ; - semennik_N : N ; - semence_N : N ; - semepypka_N : N ; - semestrialen_A : A ; - semestyr_N : N ; - seminar_N : N ; - seminaren_A : A ; - seminarist_N : N ; - seminari_ja__N : N ; - semiotika_N : N ; - semit_N : N ; - semitski_A : A ; - semka_N : N ; - semkov_A : A ; - sempyl_A : A ; - senat_N : N ; - senator_N : N ; - senatorski_A : A ; - senatski_A : A ; - senegalec_N : N ; - senegalka_N : N ; - senegalski_A : A ; - senen_A : A ; - senzacionen_A : A ; - senzacionnost_N : N ; - senzaci_ja__N : N ; - senzor_N : N ; - senzoren_A : A ; - senilen_A : A ; - senilnost_N : N ; - sennik_N : N ; - sennikocveten_A : A ; - seno_N : N ; - senoval_N : N ; - senokos_N : N ; - senokosa_ch_ka_N : N ; - senokosec_N : N ; - senoobry_sht_a_ch_ka_N : N ; - senosybira_ch_ka_N : N ; - sensualizym_N : N ; - sentenci_ja__N : N ; - sen_ch_est_A : A ; - senxor_N : N ; - senxora_N : N ; - senxorski_A : A ; - separativen_A : A ; - separatizym_N : N ; - separator_N : N ; - separe_N : N ; - sepvam_V : V ; - sepvane_N : N ; - sepi_ja__N : N ; - septemvriec_N : N ; - septemvrijski_A : A ; - septemvrij_ch_e_N : N ; - septima_N : N ; - septi_ch_en_A : A ; - serbez_N : N ; - serbezlyk_N : N ; - serviz_N : N ; - servizen_A : A ; - servilen_A : A ; - servilni_ch_a_V : V ; - servilni_ch_ene_N : N ; - servilnost_N : N ; - serviram_V : V ; - servirane_N : N ; - servitut_N : N ; - servituten_A : A ; - servitxor_N : N ; - servitxorka_N : N ; - sergien_A : A ; - sergi_ja__N : N ; - seren_A : A ; - serenada_N : N ; - ser_zj_ant_N : N ; - ser_zj_antski_A : A ; - seriv_A : A ; - serien_A : A ; - seriozen_A : A ; - serioznost_N : N ; - serist_N : N ; - seri_ja__N : N ; - serkme_N : N ; - sernist_N : N ; - serovodorod_N : N ; - serovyglerod_N : N ; - serpantina_N : N ; - serpentina_N : N ; - sersem_N : N ; - sersemin_N : N ; - sersemlyk_N : N ; - sert_A : A ; - sertifikat_N : N ; - sertifikacionen_A : A ; - serum_N : N ; - serumen_A : A ; - sesien_A : A ; - sesi_ja__N : N ; - sestra_N : N ; - sestrin_A : A ; - sestrinik_N : N ; - sestrinica_N : N ; - sestrinski_A : A ; - sestrinstvo_N : N ; - sestrica_N : N ; - sestri_ch_e_N : N ; - sestri_ch_ka_N : N ; - set_N : N ; - seten_A : A ; - seter_N : N ; - setiven_A : A ; - setivnost_N : N ; - setivo_N : N ; - setne_sh_en_A : A ; - setre_N : N ; - set_ja__V : V ; - sefte_N : N ; - seftosvam_V : V ; - seftosvane_N : N ; - se_ch__N : N ; - se_ch_ene_N : N ; - se_ch_enie_N : N ; - se_ch_ivo_N : N ; - se_ch_i_sht_e_N : N ; - se_sh_oar_N : N ; - se_sht_am_V : V ; - se_sht_ane_N : N ; - se_ja__V : V ; - se_ja_lka_N : N ; - se_ja__ch__N : N ; - se_ja__ch_ka_N : N ; - siamec_N : N ; - siamka_N : N ; - siamski_A : A ; - sibirski_A : A ; - siv_A : A ; - sive_ja__V : V ; - sivina_N : N ; - sivkav_A : A ; - sivkavozelen_A : A ; - sivobeleznikav_A : A ; - sivob_ja_l_A : A ; - sivo_zj_ylt_A : A ; - sivozelen_A : A ; - sivokaf_ja_v_A : A ; - sivokos_A : A ; - sivook_A : A ; - sivosin_A : A ; - sivosinkav_A : A ; - sivota_N : N ; - sivo_ch_erven_A : A ; - sivo_ch_eren_A : A ; - sigma_N : N ; - signal_N : N ; - signalen_A : A ; - signalizator_N : N ; - signalizaci_ja__N : N ; - signaliziram_V : V ; - signalizirane_N : N ; - signalist_N : N ; - signatura_N : N ; - siguren_A : A ; - sigurnost_N : N ; - sienit_N : N ; - sizifov_A : A ; - sizifovski_A : A ; - sikativ_A : A ; - sila_N : N ; - silabi_ch_en_A : A ; - silabi_ch_eski_A : A ; - sila_zj__N : N ; - sila_zj_en_A : A ; - sila_zj_iram_V : V ; - sila_zj_irane_N : N ; - sila_zj_oreza_ch_ka_N : N ; - silvam_V : V ; - silen_A : A ; - silikat_N : N ; - silikoza_N : N ; - silikon_N : N ; - siliciev_A : A ; - silicij_N : N ; - silnootroven_A : A ; - silnotokov_A : A ; - silov_A : A ; - silogizym_N : N ; - siloz_N : N ; - silozen_A : A ; - silomer_N : N ; - siluet_N : N ; - silueten_A : A ; - sil_ja__V : V ; - simbioza_N : N ; - simvol_N : N ; - simvolen_A : A ; - simvolizaci_ja__N : N ; - simvoliziram_V : V ; - simvolizirane_N : N ; - simvolizym_N : N ; - simvolika_N : N ; - simvolist_N : N ; - simvoli_ch_en_A : A ; - simvoli_ch_eski_A : A ; - simetri_ch_en_A : A ; - simetri_ch_nost_N : N ; - simetri_ja__N : N ; - simpatizant_N : N ; - simpatizator_N : N ; - simpatiziram_V : V ; - simpatizirane_N : N ; - simpati_ch_en_A : A ; - simpati_ja__N : N ; - simpat_ja_ga_N : N ; - simpozium_N : N ; - simptom_N : N ; - simptomati_ch_en_A : A ; - simulant_N : N ; - simulantka_N : N ; - simulativen_A : A ; - simulativnost_N : N ; - simulaci_ja__N : N ; - simuliram_V : V ; - simulirane_N : N ; - simfonik_N : N ; - simfonist_N : N ; - simfoni_ch_en_A : A ; - simfoni_ja__N : N ; - sin_A : A ; - sinagoga_N : N ; - sinap_N : N ; - sinapen_A : A ; - sinapizym_N : N ; - sinapov_A : A ; - sind_zj_ir_N : N ; - sindikalen_A : A ; - sindikalizym_N : N ; - sindikalist_N : N ; - sindikalistka_N : N ; - sindikalistki_A : A ; - sindikat_N : N ; - sindrom_N : N ; - sineva_N : N ; - sinevina_N : N ; - sinekdoha_N : N ; - sinekologi_ja__N : N ; - sinekura_N : N ; - sinekuren_A : A ; - sineok_A : A ; - sinereza_N : N ; - sinec_N : N ; - sine_ja__V : V ; - siniger_N : N ; - sinigerka_N : N ; - siniger_ch_e_N : N ; - sinilo_N : N ; - sinina_N : N ; - sinka_N : N ; - sinkav_A : A ; - sinkavo_ch_erven_A : A ; - sinkovec_N : N ; - sinkopiram_V : V ; - sinkopirane_N : N ; - sinkretizym_N : N ; - sinov_A : A ; - sinoven_A : A ; - sinod_N : N ; - sinodalen_A : A ; - sinolog_N : N ; - sinologi_ja__N : N ; - sinonim_N : N ; - sinonimen_A : A ; - sinonimika_N : N ; - sinonimnost_N : N ; - sinoptik_N : N ; - sinoptika_N : N ; - sinopti_ch_en_A : A ; - sinor_N : N ; - sinoren_A : A ; - sintaksis_N : N ; - sintakti_ch_en_A : A ; - sintakti_ch_eski_A : A ; - sintez_N : N ; - sinteza_N : N ; - sintezator_N : N ; - sinteziram_V : V ; - sintezirane_N : N ; - sinteti_ch_en_A : A ; - sinteti_ch_eski_A : A ; - sinuzit_N : N ; - sinus_N : N ; - sinusen_A : A ; - sinusoida_N : N ; - sinusoidalen_A : A ; - sinusoiden_A : A ; - sinhalski_A : A ; - sinhronen_A : A ; - sinhronizaci_ja__N : N ; - sinhroniziram_V : V ; - sinhroniziran_A : A ; - sinhronizirane_N : N ; - sinhronizym_N : N ; - sinhroni_ch_en_A : A ; - sinhroni_ch_eski_A : A ; - sinhronnost_N : N ; - sin_ch_ec_N : N ; - sinxovioletov_A : A ; - sinxozelen_A : A ; - sinxozelenikav_A : A ; - sinxolilav_A : A ; - sinxor_N : N ; - sinxora_N : N ; - sinxorina_N : N ; - sipanica_N : N ; - sipani_ch_av_A : A ; - sipvam_V : V ; - sipvane_N : N ; - sipej_N : N ; - sipka_N : N ; - sipkav_A : A ; - sipkavost_N : N ; - sirak_N : N ; - sira_ch_e_N : N ; - sira_ch_estvo_N : N ; - sira_sh_ki_A : A ; - siren_A : A ; - sirena_N : N ; - sirenar_N : N ; - sirenarka_N : N ; - sirenarstvo_N : N ; - sirene_N : N ; - siriec_N : N ; - sirijka_N : N ; - sirijski_A : A ; - sirnica_N : N ; - siromah_N : N ; - siromahkin_ja__N : N ; - siroma_sh_e_ja__V : V ; - siroma_sh_i_ja__N : N ; - siroma_sh_ki_A : A ; - sirop_N : N ; - siropen_A : A ; - siropitali_sht_e_N : N ; - sirota_N : N ; - siroten_A : A ; - sirotinski_A : A ; - sirotin_ja__N : N ; - sir_ja__V : V ; - sistema_N : N ; - sistematizaci_ja__N : N ; - sistematiziram_V : V ; - sistematizirane_N : N ; - sistematika_N : N ; - sistemati_ch_en_A : A ; - sistemati_ch_eski_A : A ; - sistemen_A : A ; - sistemnost_N : N ; - sit_A : A ; - siten_A : A ; - sitne_zj__N : N ; - sitn_ja__V : V ; - sito_N : N ; - sitost_N : N ; - situaci_ja__N : N ; - sifilis_N : N ; - sifilitik_N : N ; - sifiliti_ch_en_A : A ; - sifon_N : N ; - sifonen_A : A ; - si_ja_en_A : A ; - si_ja_jnost_N : N ; - si_ja_nie_N : N ; - si_ja_telstvo_N : N ; - si_ja__ja__V : V ; - ska_N : N ; - skazanie_N : N ; - skazka_N : N ; - skazuemen_A : A ; - skazuemo_N : N ; - skaz_ch_ik_N : N ; - skakalec_N : N ; - skala_N : N ; - skalar_N : N ; - skalaren_A : A ; - skalen_A : A ; - skalist_A : A ; - skalp_N : N ; - skalpel_N : N ; - skalpiram_V : V ; - skalpirane_N : N ; - skalypvam_V : V ; - skalypvane_N : N ; - skalyp_ja_vam_V : V ; - skalyp_ja_vane_N : N ; - skamejka_N : N ; - skandal_N : N ; - skandald_zj_ijka_N : N ; - skandald_zj_i_ja__N : N ; - skandalen_A : A ; - skandaliziram_V : V ; - skandalizirane_N : N ; - skandinavec_N : N ; - skandinavka_N : N ; - skandinavski_A : A ; - skandiram_V : V ; - skandirane_N : N ; - skaniram_V : V ; - skanirane_N : N ; - skapan_A : A ; - skapvam_V : V ; - skapvane_N : N ; - skapula_N : N ; - skapularen_A : A ; - skara_N : N ; - skaran_A : A ; - skarane_N : N ; - skarvam_V : V ; - skarvane_N : N ; - skarida_N : N ; - skarifikator_N : N ; - skarificiram_V : V ; - skarlatina_N : N ; - skastr_ja_m_V : V ; - skastr_ja_ne_N : N ; - skat_N : N ; - skatavam_V : V ; - skatavane_N : N ; - skaut_N : N ; - skautski_A : A ; - skafandyr_N : N ; - ska_ch_am_V : V ; - ska_ch_ane_N : N ; - ska_ch_vam_V : V ; - ska_ch_vane_N : N ; - ska_ch_en_A : A ; - ska_sh_kam_V : V ; - ska_sh_kvam_V : V ; - ska_sh_kvane_N : N ; - skveren_A : A ; - skvernodumec_N : N ; - skvernodumstvo_N : N ; - skvernoslovie_N : N ; - skvernoslov_ja__V : V ; - skvernost_N : N ; - skvern_ja__V : V ; - skele_N : N ; - skelet_N : N ; - skeleten_A : A ; - skel_ja__N : N ; - skener_N : N ; - skeptik_N : N ; - skepticizym_N : N ; - skepti_ch_en_A : A ; - skepti_ch_eski_A : A ; - skepti_ch_nost_N : N ; - skilida_N : N ; - skilidka_N : N ; - skimvam_V : V ; - skimvane_N : N ; - skimtene_N : N ; - skimt_ja__V : V ; - skior_N : N ; - skiorka_N : N ; - skiorski_A : A ; - skiorstvo_N : N ; - skiptyr_N : N ; - skital_ch_eski_A : A ; - skitam_V : V ; - skitane_N : N ; - skitnik_N : N ; - skitnica_N : N ; - skitni_ch_eski_A : A ; - skitni_ch_estvo_N : N ; - skitorene_N : N ; - skitor_ja__V : V ; - skitosvam_V : V ; - skitosvane_N : N ; - skitski_A : A ; - skica_N : N ; - skiciram_V : V ; - skicirane_N : N ; - skicnik_N : N ; - sklad_N : N ; - sklada_N : N ; - skladad_zj_i_ja__N : N ; - skladiram_V : V ; - skladirane_N : N ; - skladov_A : A ; - sklan_ja_m_V : V ; - sklan_ja_ne_N : N ; - skleroza_N : N ; - sklerozen_A : A ; - skleroziram_V : V ; - sklerozirane_N : N ; - sklerotik_N : N ; - skleroti_ch_en_A : A ; - skle_sht_vam_V : V ; - skle_sht_vane_N : N ; - sklon_N : N ; - sklonen_A : A ; - sklonenie_N : N ; - sklonnost_N : N ; - sklon_ja_vam_V : V ; - sklon_ja_vane_N : N ; - sklon_ja_em_A : A ; - sklopvam_V : V ; - sklopvane_N : N ; - sklop_ja_vam_V : V ; - skl_iu__ch_vam_V : V ; - skl_iu__ch_vane_N : N ; - skl_iu__ch_en_A : A ; - skoba_N : N ; - skobka_N : N ; - skov_A : A ; - skovavam_V : V ; - skovavane_N : N ; - skovan_A : A ; - skovanost_N : N ; - skok_N : N ; - skokvam_V : V ; - skokvane_N : N ; - skokla_N : N ; - skokliv_A : A ; - skokoobrazen_A : A ; - skokotliv_A : A ; - skolasam_V : V ; - skolasane_N : N ; - skolasvam_V : V ; - skolasvane_N : N ; - skomina_N : N ; - skontiram_V : V ; - skontirane_N : N ; - skonto_N : N ; - skontov_A : A ; - skonfuzvam_V : V ; - skonfuzvane_N : N ; - skonfuzen_A : A ; - skonfuzenost_N : N ; - skoposan_A : A ; - skoposane_N : N ; - skoposanik_N : N ; - skoposanica_N : N ; - skoposvam_V : V ; - skoposvane_N : N ; - skoposen_A : A ; - skop_ch_vam_V : V ; - skop_ch_vane_N : N ; - skop_ja_vam_V : V ; - skop_ja_vane_N : N ; - skorbelen_A : A ; - skorbut_N : N ; - skorbuten_A : A ; - skorb_ja_la_N : N ; - skorec_N : N ; - skorozreen_A : A ; - skorozrejka_N : N ; - skoropis_N : N ; - skoropisen_A : A ; - skoropogovorka_N : N ; - skoropodemnost_N : N ; - skoroposti_zj_en_A : A ; - skoroprehoden_A : A ; - skorost_N : N ; - skorosten_A : A ; - skorostnik_N : N ; - skorostni_ch_ka_N : N ; - skorostomer_N : N ; - skorostrelen_A : A ; - skorote_ch_en_A : A ; - skoro_sh_en_A : A ; - skorpion_N : N ; - skos_ja_vam_V : V ; - skos_ja_vane_N : N ; - skot_N : N ; - skotobojna_N : N ; - skotovyd_N : N ; - skotovyden_A : A ; - skotovydec_N : N ; - skotovydstvo_N : N ; - skotski_A : A ; - skotstvo_N : N ; - skot_sht_ina_N : N ; - skou_sh__N : N ; - skre_zj__N : N ; - skre_zj_en_A : A ; - skrepvam_V : V ; - skrepvane_N : N ; - skrep_ja_vam_V : V ; - skrep_ja_vane_N : N ; - skribucam_V : V ; - skribucane_N : N ; - skrivali_sht_e_N : N ; - skrivam_V : V ; - skrivane_N : N ; - skriv_ja__V : V ; - skriv_ja_ne_N : N ; - skrin_N : N ; - skripec_N : N ; - skripna_V : V ; - skript_N : N ; - skriptene_N : N ; - skriptov_A : A ; - skript_ja__V : V ; - skrip_ja__V : V ; - skrit_A : A ; - skriten_A : A ; - skritost_N : N ; - skri_sh_en_A : A ; - skri_ja__V : V ; - skrobvam_V : V ; - skrobvane_N : N ; - skroen_A : A ; - skromen_A : A ; - skromni_ch_a_V : V ; - skromni_ch_yk_A : A ; - skromnost_N : N ; - skrofuloza_N : N ; - skrofulozen_A : A ; - skro_ja_vam_V : V ; - skro_ja_vane_N : N ; - skrupul_N : N ; - skrupulen_A : A ; - skryb_N : N ; - skryben_A : A ; - skryndza_N : N ; - skryndzav_A : A ; - skrystvam_V : V ; - skrystvane_N : N ; - skrycvam_V : V ; - skrycvane_N : N ; - skubane_N : N ; - skuba_ch__N : N ; - skuba_ch_estvo_N : N ; - skubvam_V : V ; - skubvane_N : N ; - skubisvekyrva_N : N ; - skuka_N : N ; - skula_N : N ; - skulest_A : A ; - skulptiram_V : V ; - skulptirane_N : N ; - skulptor_N : N ; - skulptorka_N : N ; - skulptura_N : N ; - skulpturen_A : A ; - skumri_ja__N : N ; - skunks_N : N ; - skup_ch_vam_V : V ; - skup_ch_vane_N : N ; - skup_sht_ina_N : N ; - skut_N : N ; - skuter_N : N ; - sku_ch_a_ja__V : V ; - sku_ch_en_A : A ; - sku_ch_nost_N : N ; - skylcvam_V : V ; - skylcvane_N : N ; - skyp_A : A ; - skypene_N : N ; - skypernik_N : N ; - skypernica_N : N ; - skyperni_ch_eski_A : A ; - skyperni_ch_estvo_N : N ; - skype_ja__V : V ; - skypoti_ja__N : N ; - skypocenen_A : A ; - skypocennost_N : N ; - skyp_ch_ijka_N : N ; - skyp_ch_i_ja__N : N ; - skyp_ja__V : V ; - skyrbene_N : N ; - skyrb_ja__V : V ; - skyrpvam_V : V ; - skyrpvane_N : N ; - skyrcam_V : V ; - skyrcane_N : N ; - skyr_sh_vam_V : V ; - skyr_sh_vane_N : N ; - skysam_V : V ; - skysan_A : A ; - skysane_N : N ; - skysvam_V : V ; - skysvane_N : N ; - skysen_A : A ; - skys_ja_vam_V : V ; - skys_ja_vane_N : N ; - skytane_N : N ; - skytvam_V : V ; - skytvane_N : N ; - slab_A : A ; - slabak_N : N ; - slabeene_N : N ; - slabe_ja__V : V ; - slabina_N : N ; - slabi_ch_yk_A : A ; - slabovat_A : A ; - slabovatost_N : N ; - slabovolev_A : A ; - slabovolen_A : A ; - slabovolie_N : N ; - slabogramoten_A : A ; - slabogramotnost_N : N ; - slabodu_sh_en_A : A ; - slabodu_sh_ie_N : N ; - slaboizrazen_A : A ; - slaboobrazovan_A : A ; - slaboproizvoditelen_A : A ; - slaborazvit_A : A ; - slabosilen_A : A ; - slabost_N : N ; - slabotelesen_A : A ; - slabotokov_A : A ; - slaboumen_A : A ; - slaboumie_N : N ; - slaboharakteren_A : A ; - slaboharakternost_N : N ; - slava_N : N ; - slaveev_A : A ; - slavej_N : N ; - slaven_A : A ; - slavene_N : N ; - slavist_A : A ; - slavistika_N : N ; - slavisti_ch_en_A : A ; - slavistka_N : N ; - slavol_iu_bec_N : N ; - slavol_iu_biv_A : A ; - slavol_iu_bie_N : N ; - slavoslavene_N : N ; - slavoslov_A : A ; - slavoslovene_N : N ; - slavoslovie_N : N ; - slavoslov_ja__V : V ; - slav_ja__V : V ; - slav_ja_niziram_V : V ; - slav_ja_nizirane_N : N ; - slav_ja_nizym_N : N ; - slav_ja_nin_N : N ; - slav_ja_nka_N : N ; - slav_ja_nofil_N : N ; - slav_ja_nofob_N : N ; - slav_ja_nski_A : A ; - slagam_V : V ; - slagane_N : N ; - sladina_N : N ; - sladi_ch_yk_A : A ; - sladka_N : N ; - sladkar_N : N ; - sladkarka_N : N ; - sladkarnica_N : N ; - sladkarski_A : A ; - sladkarstvo_N : N ; - sladki_sh__N : N ; - sladko_N : N ; - sladkovoden_A : A ; - sladkoglasen_A : A ; - sladkodumen_A : A ; - sladkodumie_N : N ; - sladkodumnik_N : N ; - sladkodumnica_N : N ; - sladkodumstvo_N : N ; - sladkozvu_ch_en_A : A ; - sladkopoen_A : A ; - sladnikav_A : A ; - sladnikavost_N : N ; - sladn_ja__V : V ; - sladoled_N : N ; - sladoleden_A : A ; - sladoled_ch_i_ja__N : N ; - sladost_N : N ; - sladosten_A : A ; - sladostrasten_A : A ; - sladostrastie_N : N ; - sladur_N : N ; - sladurana_N : N ; - sladur_ch_e_N : N ; - sladyk_A : A ; - slad_ja__V : V ; - slajd_sh_ou_N : N ; - slalom_N : N ; - slama_N : N ; - slamen_A : A ; - slamenik_N : N ; - slamenica_N : N ; - slamka_N : N ; - slamoreza_ch_ka_N : N ; - slana_N : N ; - slanina_N : N ; - slast_N : N ; - slasten_A : A ; - slastol_iu_bec_N : N ; - slastol_iu_biv_A : A ; - slastol_iu_bie_N : N ; - slegvam_V : V ; - slegvane_N : N ; - sleda_N : N ; - sledvam_V : V ; - sledvane_N : N ; - sledva_sht__A : A ; - sledvoenen_A : A ; - sleddiplomen_A : A ; - sleden_A : A ; - sledene_N : N ; - sledinfarkten_A : A ; - sledkoleden_A : A ; - sledobed_N : N ; - sledobeden_A : A ; - sledovatel_N : N ; - sledovatelski_A : A ; - sledovnik_N : N ; - sledovnica_N : N ; - sledprazni_ch_en_A : A ; - sledpremieren_A : A ; - sledpuberteten_A : A ; - sledrodilen_A : A ; - sledsmyrten_A : A ; - sledstven_A : A ; - sledstvie_N : N ; - sleduniversitetski_A : A ; - sled_ja__V : V ; - slez_N : N ; - slepvam_V : V ; - slepvane_N : N ; - slepec_N : N ; - slepe_ja__V : V ; - slepna_V : V ; - slepok_N : N ; - slepoo_ch_en_A : A ; - slepoo_ch_ie_N : N ; - slepota_N : N ; - slep_ja_m_V : V ; - slep_ja_ne_N : N ; - slet_ja__V : V ; - sle_ja__V : V ; - sliva_N : N ; - slivak_N : N ; - slivam_V : V ; - slivane_N : N ; - slivenski_A : A ; - slivica_N : N ; - slivov_A : A ; - slivovica_N : N ; - slizam_V : V ; - slizane_N : N ; - slizest_A : A ; - slinav_A : A ; - slinest_A : A ; - slisan_A : A ; - slisane_N : N ; - slisanost_N : N ; - slisvam_V : V ; - slisvane_N : N ; - slitane_N : N ; - slityk_N : N ; - sli_ch_avane_N : N ; - sloboden_A : A ; - slobodi_ja__N : N ; - slovak_N : N ; - slovar_N : N ; - slovaren_A : A ; - slova_ch_ka_N : N ; - slova_sh_ki_A : A ; - sloven_A : A ; - slovenec_N : N ; - slovenka_N : N ; - slovenski_A : A ; - slovesen_A : A ; - slovesnost_N : N ; - slovo_N : N ; - slovoborec_N : N ; - slovoborstvo_N : N ; - slovoizli_ja_nie_N : N ; - slovoobrazuvam_V : V ; - slovoobrazuvane_N : N ; - slovoobrazuvatelen_A : A ; - slovoohotliv_A : A ; - slovoohotlivost_N : N ; - slovored_N : N ; - slovoslagatel_N : N ; - slovoslagatelka_N : N ; - slovoslagatelski_A : A ; - slovosy_ch_etanie_N : N ; - slovoforma_N : N ; - sloest_A : A ; - slo_zj_a_V : V ; - slo_zj_en_A : A ; - slo_zj_nost_N : N ; - slo_zj_nosy_ch_inen_A : A ; - slo_zj_nocveten_A : A ; - sloj_N : N ; - slomen_A : A ; - slomimost_N : N ; - slomitelen_A : A ; - slom_ja_vam_V : V ; - slom_ja_vane_N : N ; - slon_N : N ; - slonov_A : A ; - slonopodoben_A : A ; - slonski_A : A ; - slon_ch_e_N : N ; - slot_N : N ; - slo_ja__V : V ; - sluga_N : N ; - sluginski_A : A ; - slugin_ja__N : N ; - sluguvam_V : V ; - sluguvane_N : N ; - slu_zj_a_V : V ; - slu_zj_ba_N : N ; - slu_zj_ba_sh__N : N ; - slu_zj_ba_sh_ki_A : A ; - slu_zj_bogonec_N : N ; - slu_zj_bogonstvo_N : N ; - slu_zj_eben_A : A ; - slu_zj_ebnik_N : N ; - slu_zj_ene_N : N ; - slu_zj_e_sht__A : A ; - slu_zj_itel_N : N ; - slu_zj_itelka_N : N ; - sluz_N : N ; - sluzen_A : A ; - sluzest_A : A ; - sluka_N : N ; - sluh_N : N ; - sluhov_A : A ; - sluht_ja__V : V ; - slu_ch_aen_A : A ; - slu_ch_aj_N : N ; - slu_ch_ajnost_N : N ; - slu_ch_vam_V : V ; - slu_ch_vane_N : N ; - slu_ch_ka_N : N ; - slu_sh_alka_N : N ; - slu_sh_am_V : V ; - slu_sh_ane_N : N ; - slu_sh_atel_N : N ; - slu_sh_atelka_N : N ; - slygvam_V : V ; - slygvane_N : N ; - slynce_N : N ; - slyncele_ch_enie_N : N ; - slyncestoene_N : N ; - slyn_ch_asane_N : N ; - slyn_ch_asvam_V : V ; - slyn_ch_asvane_N : N ; - slyn_ch_ev_A : A ; - slyn_ch_obran_N : N ; - slyn_ch_ogled_N : N ; - slyn_ch_ogledov_A : A ; - sl_iu_da_N : N ; - sl_iu_den_A : A ; - sl_iu_dest_A : A ; - sl_iu_nka_N : N ; - sl_iu_n_ch_a_V : V ; - sl_iu_n_ch_en_A : A ; - sl_iu_n_ch_est_A : A ; - sl_ja_gam_V : V ; - sl_ja_gane_N : N ; - sl_ja_za_V : V ; - sl_ja_n_A : A ; - sl_ja_p_A : A ; - sl_ja_poroden_A : A ; - sl_ja_t_A : A ; - smazan_A : A ; - smazvam_V : V ; - smazvane_N : N ; - smazka_N : N ; - smazo_ch_en_A : A ; - smajvam_V : V ; - smajvane_N : N ; - smal_ja_vam_V : V ; - smal_ja_vane_N : N ; - smaragd_N : N ; - smaragden_A : A ; - smaragdov_A : A ; - smahvam_V : V ; - smahvane_N : N ; - smahnat_A : A ; - smahnatost_N : N ; - sma_ch_kan_A : A ; - sma_ch_kane_N : N ; - sma_ch_kan_ja_k_N : N ; - sma_ch_kvam_V : V ; - sma_ch_kvane_N : N ; - sma_ja_n_A : A ; - smek_ch_avam_V : V ; - smek_ch_avane_N : N ; - smek_ch_ava_sht__A : A ; - smek_ch_enie_N : N ; - smel_A : A ; - smelost_N : N ; - smel_ch_aga_N : N ; - smel_ch_ak_N : N ; - smenen_A : A ; - smen_ja_vam_V : V ; - smen_ja_vane_N : N ; - smen_ja_em_A : A ; - smen_ja_emost_N : N ; - smen_ja_m_V : V ; - smen_ja_ne_N : N ; - smer_ch__N : N ; - smes_N : N ; - smesvam_V : V ; - smesvane_N : N ; - smesen_A : A ; - smesimost_N : N ; - smesitel_N : N ; - smesitelen_A : A ; - smesica_N : N ; - smeska_N : N ; - smestvam_V : V ; - smestvane_N : N ; - smet_N : N ; - smetalo_N : N ; - smetana_N : N ; - smetanka_N : N ; - smetanov_A : A ; - smeta_ch__N : N ; - smeta_ch_en_A : A ; - smeten_A : A ; - smeti_sht_e_N : N ; - smetka_N : N ; - smetkad_zj_ijka_N : N ; - smetkad_zj_ijski_A : A ; - smetkad_zj_ijstvo_N : N ; - smetkad_zj_i_ja__N : N ; - smetkovoden_A : A ; - smetkovoditel_N : N ; - smetkovodstvo_N : N ; - smetkorazpiska_N : N ; - smetna_V : V ; - smehovit_A : A ; - smehori_ja__N : N ; - smehotvoren_A : A ; - smehotvorstvo_N : N ; - sme_sh_avam_V : V ; - sme_sh_avane_N : N ; - sme_sh_en_A : A ; - sme_sh_enie_N : N ; - sme_sh_ka_N : N ; - sme_sh_la_N : N ; - sme_sh_lxo_N : N ; - sme_sh_nik_N : N ; - sme_sh_nica_N : N ; - sme_ja__V : V ; - smivam_V : V ; - smigam_V : V ; - smigane_N : N ; - smigvam_V : V ; - smigvane_N : N ; - smil_A : A ; - smilaem_A : A ; - smilaemost_N : N ; - smilam_V : V ; - smilane_N : N ; - smilatelen_A : A ; - smilen_A : A ; - smil_ja_vam_V : V ; - smil_ja_vane_N : N ; - smiren_A : A ; - smirenie_N : N ; - smirenost_N : N ; - smir_ja_vam_V : V ; - smir_ja_vane_N : N ; - smislen_A : A ; - smislenost_N : N ; - smislov_A : A ; - smisyl_N : N ; - smitam_V : V ; - smitane_N : N ; - smogvam_V : V ; - smogvane_N : N ; - smok_N : N ; - smoking_N : N ; - smokinen_A : A ; - smokinov_A : A ; - smokin_ja__N : N ; - smola_N : N ; - smolen_A : A ; - smolist_A : A ; - smolisto_ch_eren_A : A ; - smol_ja__V : V ; - smotavam_V : V ; - smotavane_N : N ; - smotan_A : A ; - smotolev_ja_m_V : V ; - smotolev_ja_ne_N : N ; - smrad_N : N ; - smraden_A : A ; - smradliv_A : A ; - smradlivost_N : N ; - smradlika_N : N ; - smraz_ja_vam_V : V ; - smraz_ja_vane_N : N ; - smra_ch_avam_V : V ; - smra_ch_avane_N : N ; - smryzvam_V : V ; - smryzvane_N : N ; - smrykvam_V : V ; - smrykvane_N : N ; - smry_sht_vam_V : V ; - smry_sht_vane_N : N ; - smry_sht_en_A : A ; - smuglost_N : N ; - smugyl_A : A ; - smukalka_N : N ; - smukalo_N : N ; - smukane_N : N ; - smukatel_N : N ; - smukatelen_A : A ; - smuka_ch__N : N ; - smukvam_V : V ; - smukvane_N : N ; - smut_N : N ; - smuten_A : A ; - smutenost_N : N ; - smutitel_N : N ; - smutitelen_A : A ; - smutitelka_N : N ; - smutn_ja__N : N ; - smutolev_ja_m_V : V ; - smutolev_ja_ne_N : N ; - smu_ch_a_V : V ; - smu_ch_ene_N : N ; - smu_sh_vam_V : V ; - smu_sh_vane_N : N ; - smu_sh_kam_V : V ; - smu_sh_kane_N : N ; - smu_sh_kvam_V : V ; - smu_sh_kvane_N : N ; - smu_sht_avam_V : V ; - smu_sht_avane_N : N ; - smu_sht_enie_N : N ; - smydvam_V : V ; - smydvane_N : N ; - smyde_zj__N : N ; - smydene_N : N ; - smykvam_V : V ; - smykvane_N : N ; - smyl_ch_avam_V : V ; - smyl_ch_avane_N : N ; - smyl_ch_an_A : A ; - smyl_ch_anost_N : N ; - smymr_ja_m_V : V ; - smymr_ja_ne_N : N ; - smynkam_V : V ; - smynkane_N : N ; - smynkvam_V : V ; - smynkvane_N : N ; - smyrde_zj__N : N ; - smyrd_ja__V : V ; - smyrkam_V : V ; - smyrkane_N : N ; - smyrka_ch__N : N ; - smyrt_N : N ; - smyrten_A : A ; - smyrtnik_N : N ; - smyrtnica_N : N ; - smyrtnobled_A : A ; - smyrtnobleden_A : A ; - smyrtnost_N : N ; - smyrtonosen_A : A ; - smyrtonosnost_N : N ; - smyr_ch__N : N ; - smyten_A : A ; - smytnost_N : N ; - sm_ja_na_N : N ; - sm_ja_tam_V : V ; - sm_ja_tane_N : N ; - sm_ja_h_N : N ; - snabden_A : A ; - snabdenost_N : N ; - snabditel_N : N ; - snabditelen_A : A ; - snabditelka_N : N ; - snabd_ja_vam_V : V ; - snabd_ja_vane_N : N ; - snaga_N : N ; - snadka_N : N ; - sna_zj_dam_V : V ; - sna_zj_dane_N : N ; - sna_zj_en_A : A ; - sna_zj_nost_N : N ; - snajper_N : N ; - snajperist_N : N ; - snajperistka_N : N ; - snajperov_A : A ; - snar_ja_d_N : N ; - snar_ja_den_A : A ; - snar_ja__zj_avam_V : V ; - snar_ja__zj_avane_N : N ; - snar_ja__zj_enie_N : N ; - snas_ja_m_V : V ; - snas_ja_ne_N : N ; - snaha_N : N ; - snegovale_zj__N : N ; - snegovit_A : A ; - snegozadyr_zj_ane_N : N ; - snegorin_N : N ; - snegohodka_N : N ; - snego_ch_ista_ch__N : N ; - snego_ch_ista_ch_ka_N : N ; - sne_zj_a_V : V ; - sne_zj_en_A : A ; - sne_zj_ec_N : N ; - sne_zj_inka_N : N ; - sne_zj_nob_ja_l_A : A ; - snemam_V : V ; - snemane_N : N ; - sni_zj_avam_V : V ; - sni_zj_avane_N : N ; - sni_zj_enie_N : N ; - snizhoditelen_A : A ; - snizhoditelnost_N : N ; - snizho_zj_denie_N : N ; - sniz_ja_vam_V : V ; - sniz_ja_vane_N : N ; - snimam_V : V ; - snimane_N : N ; - snima_ch_en_A : A ; - snimka_N : N ; - sni_sh_avam_V : V ; - sni_sh_avane_N : N ; - sni_sh_en_A : A ; - snob_N : N ; - snobizym_N : N ; - snobka_N : N ; - snobski_A : A ; - snova_V : V ; - snovane_N : N ; - snop_N : N ; - snopovryzva_ch_ka_N : N ; - snopovyrza_ch_ka_N : N ; - snop_ch_e_N : N ; - snosen_A : A ; - sno_sh_avam_V : V ; - sno_sh_avane_N : N ; - sno_sh_enie_N : N ; - sno_sht_en_A : A ; - sn_ja_g_N : N ; - soare_N : N ; - soba_N : N ; - sobstven_A : A ; - sobstvenik_N : N ; - sobstvenica_N : N ; - sobstveni_ch_eski_A : A ; - sobstveni_ch_ka_N : N ; - sobstvenory_ch_en_A : A ; - sobstvenost_N : N ; - sova_N : N ; - sovalka_N : N ; - sovam_V : V ; - sovhoz_N : N ; - sovhozen_A : A ; - soda_N : N ; - sodad_zj_i_ja__N : N ; - soden_A : A ; - sodov_A : A ; - sodomit_N : N ; - sodomi_ja__N : N ; - soev_A : A ; - soen_A : A ; - soj_N : N ; - sojka_N : N ; - sok_N : N ; - sokaj_N : N ; - sokak_N : N ; - soket_N : N ; - sokoizstiskva_ch_ka_N : N ; - sokol_N : N ; - sokolar_N : N ; - sokolica_N : N ; - sokolka_N : N ; - sokolov_A : A ; - sol_N : N ; - solarium_N : N ; - soldat_N : N ; - soldatski_A : A ; - soldat_sht_ina_N : N ; - solda_sh_ki_A : A ; - solen_A : A ; - solene_ja__V : V ; - soleni_ch_yk_A : A ; - solenka_N : N ; - solenovoden_A : A ; - solenost_N : N ; - solesizym_N : N ; - soleta_N : N ; - solidaren_A : A ; - solidariziram_V : V ; - solidarizirane_N : N ; - solidarnost_N : N ; - soliden_A : A ; - solidnost_N : N ; - solist_N : N ; - solistka_N : N ; - solnik_N : N ; - solnica_N : N ; - solo_N : N ; - solov_A : A ; - solodobiven_A : A ; - soloproizvoditel_N : N ; - solunski_A : A ; - solfe_zj__N : N ; - sol_ja__V : V ; - som_N : N ; - somaliec_N : N ; - somalijski_A : A ; - sombrero_N : N ; - somnambul_N : N ; - somnambulen_A : A ; - somnambulizym_N : N ; - somov_A : A ; - somski_A : A ; - sonant_N : N ; - sonanten_A : A ; - sonar_N : N ; - sonata_N : N ; - sonaten_A : A ; - sonatina_N : N ; - sonda_N : N ; - sonda_zj__N : N ; - sonda_zj_en_A : A ; - sondiram_V : V ; - sondirane_N : N ; - sonet_N : N ; - soneten_A : A ; - sonometyr_N : N ; - sonoren_A : A ; - sopa_N : N ; - sopad_zj_ijstvo_N : N ; - sopad_zj_i_ja__N : N ; - sopam_V : V ; - sopvam_V : V ; - sopvane_N : N ; - sopnat_A : A ; - sopol_N : N ; - sopolan_N : N ; - sopolana_N : N ; - sopolanka_N : N ; - sopolanko_N : N ; - sopoliv_A : A ; - sopoliv_ja__V : V ; - sopolko_N : N ; - sopotski_A : A ; - sopran_N : N ; - sopranen_A : A ; - soprano_N : N ; - sopranov_A : A ; - sort_N : N ; - sortiram_V : V ; - sortirane_N : N ; - sortirova_ch__N : N ; - sortirova_ch_ka_N : N ; - sortirovka_N : N ; - sortirov_ch_ik_N : N ; - sortirovy_ch_en_A : A ; - sortov_A : A ; - sos_N : N ; - sofa_N : N ; - sofizym_N : N ; - sofijski_A : A ; - sofist_N : N ; - sofistika_N : N ; - sofisti_ch_en_A : A ; - sofistka_N : N ; - sofistki_A : A ; - sofi_ja_nec_N : N ; - sofi_ja_nka_N : N ; - sofra_N : N ; - softuer_N : N ; - softueren_A : A ; - socialdemokrat_N : N ; - socialdemokrati_ch_eski_A : A ; - socialdemokraci_ja__N : N ; - socialen_A : A ; - socializaci_ja__N : N ; - socializiram_V : V ; - socializirane_N : N ; - socializym_N : N ; - socialist_N : N ; - socialisti_ch_eski_A : A ; - socialistka_N : N ; - socialnopsihologi_ch_eski_A : A ; - socialnost_N : N ; - sociolog_N : N ; - sociologiziram_V : V ; - sociologizirane_N : N ; - sociologizym_N : N ; - sociologi_ch_en_A : A ; - sociologi_ch_eski_A : A ; - sociologi_ja__N : N ; - so_ch_a_V : V ; - so_ch_en_A : A ; - so_ch_nost_N : N ; - so_ja__N : N ; - spageti_N : N ; - spad_N : N ; - spadam_V : V ; - spadane_N : N ; - spazar_ja_vam_V : V ; - spazar_ja_vane_N : N ; - spazvam_V : V ; - spazvane_N : N ; - spazma_N : N ; - spazmati_ch_en_A : A ; - spazmen_A : A ; - spazym_N : N ; - spalen_A : A ; - spaln_ja__N : N ; - spanak_N : N ; - spana_ch_en_A : A ; - spane_N : N ; - sparvam_V : V ; - sparvane_N : N ; - sparen_A : A ; - sparenost_N : N ; - spar_zj_a_N : N ; - spartakiada_N : N ; - spartakovec_N : N ; - spartanec_N : N ; - spartanka_N : N ; - spartanski_A : A ; - sparu_zj_vam_V : V ; - sparu_zj_vane_N : N ; - sparu_zj_en_A : A ; - spar_ja_vam_V : V ; - spar_ja_vane_N : N ; - spasenie_N : N ; - spasitel_N : N ; - spasitelen_A : A ; - spasitelka_N : N ; - spastr_ja_m_V : V ; - spastr_ja_ne_N : N ; - spas_ja_vam_V : V ; - spas_ja_vane_N : N ; - spas_ja_em_A : A ; - spati_ja__N : N ; - spahijski_A : A ; - spahi_ja__N : N ; - speditor_N : N ; - speditorski_A : A ; - spektakyl_N : N ; - spektografi_ch_en_A : A ; - spektofotometri_ja__N : N ; - spektofotometyr_N : N ; - spektralen_A : A ; - spektrograma_N : N ; - spektrograf_N : N ; - spektroskop_N : N ; - spektroskopi_ch_en_A : A ; - spektroskopi_ja__N : N ; - spektyr_N : N ; - spekula_N : N ; - spekulant_N : N ; - spekulantka_N : N ; - spekulantski_A : A ; - spekulativen_A : A ; - spekulaci_ja__N : N ; - spekuliram_V : V ; - spekulirane_N : N ; - speleolog_N : N ; - speleologi_ja__N : N ; - sperma_N : N ; - spermatozoid_N : N ; - spermacet_N : N ; - spermacetov_A : A ; - spestitel_N : N ; - spestitelka_N : N ; - spestitelski_A : A ; - spestoven_A : A ; - spestovnik_N : N ; - spestovnica_N : N ; - spestovnost_N : N ; - spest_ja_vam_V : V ; - spest_ja_vane_N : N ; - spec_N : N ; - specialen_A : A ; - specializant_N : N ; - specializantka_N : N ; - specializaci_ja__N : N ; - specializiram_V : V ; - specializiran_A : A ; - specializirane_N : N ; - specialist_N : N ; - specialistka_N : N ; - specialitet_N : N ; - specialnost_N : N ; - specifika_N : N ; - specifikaci_ja__N : N ; - specificiram_V : V ; - specificirane_N : N ; - specifi_ch_en_A : A ; - specifi_ch_nost_N : N ; - speckurs_N : N ; - spe_ch_elvam_V : V ; - spe_ch_elvane_N : N ; - spe_ch_en_A : A ; - spe_sh_avam_V : V ; - spe_sh_avane_N : N ; - spe_sh_en_A : A ; - spe_sh_nost_N : N ; - spidometyr_N : N ; - spiker_N : N ; - spining_N : N ; - spipane_N : N ; - spipvam_V : V ; - spipvane_N : N ; - spirala_N : N ; - spiralen_A : A ; - spiraloviden_A : A ; - spiralovidnost_N : N ; - spiraloobrazen_A : A ; - spiram_V : V ; - spirane_N : N ; - spiratelen_A : A ; - spira_ch__N : N ; - spira_ch_en_A : A ; - spira_ch_ka_N : N ; - spiritizym_N : N ; - spiritist_N : N ; - spiritistka_N : N ; - spiriti_ch_eski_A : A ; - spiritualizym_N : N ; - spiritualist_N : N ; - spiritualisti_ch_en_A : A ; - spiritualistka_N : N ; - spirka_N : N ; - spirometyr_N : N ; - spirt_N : N ; - spirten_A : A ; - spirtnik_N : N ; - spirtnost_N : N ; - spirtov_A : A ; - spirtovarnica_N : N ; - spirtomer_N : N ; - spirtosane_N : N ; - spirtosvam_V : V ; - spirtosvane_N : N ; - spisanie_N : N ; - spisvam_V : V ; - spisvane_N : N ; - spisyk_N : N ; - spisy_ch_en_A : A ; - spitvam_V : V ; - spitvane_N : N ; - spihtosane_N : N ; - spihtosvam_V : V ; - spihtosvane_N : N ; - spica_N : N ; - spi_ch_am_V : V ; - spi_ch_ane_N : N ; - splav_N : N ; - splast_ja_vam_V : V ; - splast_ja_vane_N : N ; - spla_sh_vam_V : V ; - spla_sh_vane_N : N ; - spla_sh_en_A : A ; - splendor_N : N ; - spleskan_A : A ; - spleskane_N : N ; - spleskvam_V : V ; - spleskvane_N : N ; - splesnat_A : A ; - splesnatost_N : N ; - spleten_A : A ; - spletenost_N : N ; - spletka_N : N ; - spletnik_N : N ; - spletnica_N : N ; - spletni_ch_a_V : V ; - spletni_ch_estvo_N : N ; - spletn_ja__N : N ; - splitam_V : V ; - splitane_N : N ; - splitka_N : N ; - sploten_A : A ; - splotenost_N : N ; - splot_ja_vam_V : V ; - splot_ja_vane_N : N ; - spluvam_V : V ; - spluvane_N : N ; - splut_A : A ; - splutost_N : N ; - splysten_A : A ; - splyst_ja_vam_V : V ; - splyst_ja_vane_N : N ; - spoga_zj_dam_V : V ; - spoga_zj_dane_N : N ; - spogledane_N : N ; - spogle_zj_dam_V : V ; - spogle_zj_dane_N : N ; - spogodba_N : N ; - spogoditelen_A : A ; - spogod_ja_vam_V : V ; - spogod_ja_vane_N : N ; - spodaven_A : A ; - spodav_ja_m_V : V ; - spodav_ja_ne_N : N ; - spodvi_zj_nik_N : N ; - spodvi_zj_nica_N : N ; - spodvi_zj_ni_ch_estvo_N : N ; - spodel_ja_m_V : V ; - spodel_ja_ne_N : N ; - spodirvam_V : V ; - spodirvane_N : N ; - spodir_ja_m_V : V ; - spodir_ja_ne_N : N ; - spoen_A : A ; - spoenost_N : N ; - spojka_N : N ; - spokoen_A : A ; - spokojstvie_N : N ; - spolet_ja_vam_V : V ; - spolet_ja_vane_N : N ; - spolitam_V : V ; - spolitane_N : N ; - spoluka_N : N ; - spolu_ch_vam_V : V ; - spolu_ch_vane_N : N ; - spolu_ch_liv_A : A ; - spolu_ch_livost_N : N ; - spomagam_V : V ; - spomagane_N : N ; - spomagatelen_A : A ; - spomen_N : N ; - spomenavam_V : V ; - spomenavane_N : N ; - spomenuvam_V : V ; - spomenuvane_N : N ; - spomn_ja_m_V : V ; - spomn_ja_ne_N : N ; - spomosy_sht_estvuvatel_N : N ; - sponsor_N : N ; - sponsoriram_V : V ; - sponsorski_A : A ; - spontanen_A : A ; - spontannost_N : N ; - spor_N : N ; - spora_N : N ; - sporadi_ch_en_A : A ; - sporazumenie_N : N ; - sporazumitelen_A : A ; - sporazum_ja_vam_V : V ; - sporazum_ja_vane_N : N ; - sporen_A : A ; - sporene_N : N ; - spornost_N : N ; - sporov_A : A ; - sport_N : N ; - sporten_A : A ; - sportist_N : N ; - sportistka_N : N ; - sportsmen_N : N ; - sportsmenski_A : A ; - sportsmenstvo_N : N ; - sportuvam_V : V ; - sportuvane_N : N ; - spor_ja__V : V ; - sposob_N : N ; - sposoben_A : A ; - sposobnost_N : N ; - sposobstvam_V : V ; - sposobstvane_N : N ; - sposobstvuvam_V : V ; - sposobstvuvane_N : N ; - spotajvam_V : V ; - spotajvane_N : N ; - spotirvam_V : V ; - spotirvane_N : N ; - spotir_ja_m_V : V ; - spotir_ja_ne_N : N ; - spotulvam_V : V ; - spotulvane_N : N ; - spotul_ja_m_V : V ; - spotul_ja_ne_N : N ; - spoha_zj_dam_V : V ; - spoha_zj_dane_N : N ; - spoho_zj_dam_V : V ; - spoho_zj_dane_N : N ; - spo_ja_vam_V : V ; - spo_ja_vane_N : N ; - spra_V : V ; - spravedliv_A : A ; - spravedlivost_N : N ; - spravka_N : N ; - spravo_ch_en_A : A ; - spravo_ch_nik_N : N ; - sprav_ja_m_V : V ; - sprav_ja_ne_N : N ; - spregaem_A : A ; - spre_zj_enie_N : N ; - sprej_N : N ; - spretvam_V : V ; - spretvane_N : N ; - spreten_A : A ; - spretnat_A : A ; - spretnatost_N : N ; - spre_ch_kam_V : V ; - spre_ch_kane_N : N ; - spre_ch_kvam_V : V ; - spre_ch_kvane_N : N ; - sprint_N : N ; - sprintiram_V : V ; - sprintirane_N : N ; - sprintxor_N : N ; - sprintxorka_N : N ; - sprincovam_V : V ; - sprincovane_N : N ; - sprincovka_N : N ; - sprihav_A : A ; - sprihavost_N : N ; - spri_ja_tel_ja_vam_V : V ; - spri_ja_tel_ja_vane_N : N ; - spr_ja_gam_V : V ; - spr_ja_gane_N : N ; - spukan_A : A ; - spukane_N : N ; - spukvam_V : V ; - spukvane_N : N ; - spuler_N : N ; - spulirane_N : N ; - spuskam_V : V ; - spuskane_N : N ; - spusyk_N : N ; - spusy_ch_en_A : A ; - spu_sht_am_V : V ; - spu_sht_ane_N : N ; - spyvam_V : V ; - spyvane_N : N ; - spynka_N : N ; - spytnik_N : N ; - spytnikov_A : A ; - spytnica_N : N ; - spytni_ch_ka_N : N ; - sp_ja__V : V ; - sp_ja_vka_N : N ; - srabotvam_V : V ; - srabotvane_N : N ; - sravnenie_N : N ; - sravnim_A : A ; - sravnimost_N : N ; - sravnitelen_A : A ; - sravn_ja_vam_V : V ; - sravn_ja_vane_N : N ; - sra_zj_avam_V : V ; - sra_zj_avane_N : N ; - sra_zj_enie_N : N ; - sraz_ja_vam_V : V ; - sraz_ja_vane_N : N ; - sram_N : N ; - srame_zj_liv_A : A ; - srame_zj_livost_N : N ; - sramen_A : A ; - sramliv_A : A ; - sramlivost_N : N ; - sramota_N : N ; - sramoten_A : A ; - sramoti_ja__N : N ; - sramot_ja__V : V ; - sramuvam_V : V ; - sramuvane_N : N ; - srasna_V : V ; - srastvam_V : V ; - srastvane_N : N ; - srebre_ja__V : V ; - srebrist_A : A ; - srebristob_ja_l_A : A ; - srebro_N : N ; - srebrokos_A : A ; - srebrol_iu_bec_N : N ; - srebrol_iu_biv_A : A ; - srebrol_iu_bie_N : N ; - srebrol_iu_bka_N : N ; - srebronosen_A : A ; - srebyren_A : A ; - srebyrnik_N : N ; - sreda_N : N ; - sreden_A : A ; - sredizemen_A : A ; - sredizemnomorski_A : A ; - sredina_N : N ; - sredisloven_A : A ; - sredislovie_N : N ; - sredi_sht_e_N : N ; - sredi_sht_en_A : A ; - srednak_N : N ; - srednist_N : N ; - srednistka_N : N ; - srednoaziatski_A : A ; - srednobylgarski_A : A ; - srednovekoven_A : A ; - srednovekovie_N : N ; - srednovylnov_A : A ; - srednogalakti_ch_eski_A : A ; - srednogodi_sh_en_A : A ; - srednogorski_A : A ; - srednodneven_A : A ; - srednoezi_ch_en_A : A ; - srednostatisti_ch_eski_A : A ; - sredno_sh_kolec_N : N ; - sredno_sh_kolka_N : N ; - sredno_sh_kolnik_N : N ; - sredno_sh_kolnica_N : N ; - sredno_sh_kolski_A : A ; - sredno_sht_en_A : A ; - sredn_ja_k_N : N ; - sredoto_ch_ie_N : N ; - sredstvo_N : N ; - sre_zj_a_V : V ; - sresvam_V : V ; - sresvane_N : N ; - sreta_N : N ; - sreten_A : A ; - sre_sht_a_N : N ; - sre_sht_am_V : V ; - sre_sht_ane_N : N ; - sre_sht_en_A : A ; - sre_sht_ule_zj_a_sht__A : A ; - sre_sht_upolagam_V : V ; - sre_sht_upolagane_N : N ; - sre_sht_upolo_zj_en_A : A ; - sre_sht_upostaven_A : A ; - sriv_N : N ; - srivam_V : V ; - srivane_N : N ; - sritane_N : N ; - sritvam_V : V ; - sritvane_N : N ; - sri_ch_am_V : V ; - sri_ch_ane_N : N ; - sri_ch_ka_N : N ; - sri_ch_kov_A : A ; - sri_ch_koprenas_ja_m_V : V ; - sri_ch_koprenas_ja_ne_N : N ; - sri_ja__V : V ; - sroden_A : A ; - srodnik_N : N ; - srodnica_N : N ; - srodnost_N : N ; - srodstvo_N : N ; - srod_ja_vam_V : V ; - srod_ja_vane_N : N ; - srok_N : N ; - sro_ch_en_A : A ; - srutvam_V : V ; - srutvane_N : N ; - srybvam_V : V ; - srybvane_N : N ; - srybkin_ja__N : N ; - srybski_A : A ; - srygam_V : V ; - srygane_N : N ; - srygvam_V : V ; - srygvane_N : N ; - srydla_N : N ; - srydliv_A : A ; - srydlivost_N : N ; - srydlxo_N : N ; - srydn_ja__N : N ; - sryndak_N : N ; - sry_ch_en_A : A ; - sry_ch_kane_N : N ; - sry_ch_kvam_V : V ; - sry_ch_kvane_N : N ; - sry_ch_nost_N : N ; - sr_ja_da_N : N ; - sr_ja_zan_A : A ; - sr_ja_zvam_V : V ; - sr_ja_zvane_N : N ; - stabilen_A : A ; - stabilizator_N : N ; - stabilizacionen_A : A ; - stabilizaci_ja__N : N ; - stabiliziram_V : V ; - stabilizirane_N : N ; - stabilitet_N : N ; - stabilnost_N : N ; - stava_N : N ; - stavam_V : V ; - stavane_N : N ; - staven_A : A ; - stavka_N : N ; - stav_ja__V : V ; - stav_ja_ne_N : N ; - stagnaci_ja__N : N ; - staden_A : A ; - stadialen_A : A ; - stadien_A : A ; - stadij_N : N ; - stadijnost_N : N ; - stadion_N : N ; - stadi_ja__N : N ; - stadnost_N : N ; - stado_N : N ; - staen_A : A ; - sta_zj__N : N ; - sta_zj_ant_N : N ; - sta_zj_antka_N : N ; - sta_zj_antski_A : A ; - sta_zj_uvam_V : V ; - sta_zj_uvane_N : N ; - stai_ch_ka_N : N ; - stakan_N : N ; - stakato_N : N ; - stalagmit_N : N ; - stalaktit_N : N ; - stan_N : N ; - stana_V : V ; - standart_N : N ; - standarten_A : A ; - standartizaci_ja__N : N ; - standartiziram_V : V ; - standartizirane_N : N ; - staniol_N : N ; - staniolov_A : A ; - stanovi_sht_e_N : N ; - stanok_N : N ; - stanuvam_V : V ; - stanuvane_N : N ; - stancionen_A : A ; - stanci_ja__N : N ; - stap_ja_m_V : V ; - stap_ja_ne_N : N ; - star_A : A ; - staranie_N : N ; - staratelen_A : A ; - staratelnost_N : N ; - stara_ja__V : V ; - stareene_N : N ; - starej_sh_ina_N : N ; - starec_N : N ; - stare_sh_ki_A : A ; - stare_ja__V : V ; - starik_N : N ; - starina_N : N ; - starinen_A : A ; - starinnost_N : N ; - starica_N : N ; - stari_ch_yk_A : A ; - staroanglijski_A : A ; - starobylgarski_A : A ; - starovremenen_A : A ; - starovreme_sh_en_A : A ; - starovremski_A : A ; - starogermanski_A : A ; - starogrycki_A : A ; - staroevrejski_A : A ; - starozaveten_A : A ; - staroindijski_A : A ; - starokamenen_A : A ; - starolik_A : A ; - staromoden_A : A ; - staromodnost_N : N ; - starope_ch_aten_A : A ; - staropitali_sht_e_N : N ; - staroplaninski_A : A ; - starost_N : N ; - start_N : N ; - starter_N : N ; - startiram_V : V ; - startiran_A : A ; - startirane_N : N ; - startov_A : A ; - staruha_N : N ; - star_ch_e_N : N ; - star_ch_eski_A : A ; - star_sh_i_A : A ; - star_sh_ina_N : N ; - star_sh_instvo_N : N ; - star_sh_i_ja__N : N ; - stativ_N : N ; - statika_N : N ; - statist_N : N ; - statistik_N : N ; - statistika_N : N ; - statisti_ch_en_A : A ; - statisti_ch_eski_A : A ; - statisti_ch_ka_N : N ; - statistka_N : N ; - stati_ch_en_A : A ; - stati_ch_nost_N : N ; - stati_ja__N : N ; - stator_N : N ; - statoskop_N : N ; - statuetka_N : N ; - statukvo_N : N ; - status_N : N ; - statut_N : N ; - statu_ja__N : N ; - stafida_N : N ; - stahanovec_N : N ; - stahanovski_A : A ; - stacionar_N : N ; - stacionaren_A : A ; - sta_ch_en_A : A ; - sta_ch_ka_N : N ; - sta_ch_koizmennik_N : N ; - sta_ch_koizmennica_N : N ; - sta_ch_konaru_sh_itel_N : N ; - sta_ch_konaru_sh_itelka_N : N ; - sta_ch_kuvam_V : V ; - sta_ch_kuvane_N : N ; - sta_ch_nik_N : N ; - sta_ja__V : V ; - stvol_N : N ; - stvolest_A : A ; - stvolovat_A : A ; - stearinov_A : A ; - steatoza_N : N ; - steblen_A : A ; - steblo_N : N ; - stegalka_N : N ; - stegatelen_A : A ; - stegna_V : V ; - stegnat_A : A ; - stegnatost_N : N ; - stek_N : N ; - stela_zj__N : N ; - stelka_N : N ; - stelna_V : V ; - stel_ja__V : V ; - stena_V : V ; - stenanie_N : N ; - stenvestnik_N : N ; - stenen_A : A ; - stenene_N : N ; - stenlist_N : N ; - stenobiten_A : A ; - stenoboen_A : A ; - stenograma_N : N ; - stenograf_N : N ; - stenografen_A : A ; - stenografiram_V : V ; - stenografirane_N : N ; - stenografi_ja__N : N ; - stenografka_N : N ; - stenografski_A : A ; - stenopis_N : N ; - stenopisec_N : N ; - stenotipi_ja__N : N ; - step_N : N ; - stepam_V : V ; - stepane_N : N ; - stepvam_V : V ; - stepvane_N : N ; - stepen_A : A ; - stepenen_A : A ; - stepenuvam_V : V ; - stepenuvane_N : N ; - stereo_N : N ; - stereografi_ja__N : N ; - stereometri_ch_en_A : A ; - stereometri_ch_eski_A : A ; - stereometri_ja__N : N ; - stereoskop_N : N ; - stereoskopi_ch_en_A : A ; - stereotip_N : N ; - stereotipen_A : A ; - stereotipiram_V : V ; - stereotipirane_N : N ; - stereotipi_ja__N : N ; - stereofilm_N : N ; - stereofoni_ch_en_A : A ; - stereohimi_ja__N : N ; - sterilen_A : A ; - sterilizator_N : N ; - sterilizaci_ja__N : N ; - steriliziram_V : V ; - sterilizirane_N : N ; - sterilnost_N : N ; - sterling_N : N ; - stesnenie_N : N ; - stesnenost_N : N ; - stesnitelen_A : A ; - stesnitelnost_N : N ; - stesn_ja_vam_V : V ; - stesn_ja_vane_N : N ; - stehiometri_ch_en_A : A ; - stehiometri_ch_eski_A : A ; - stehiometri_ja__N : N ; - ste_ch_enie_N : N ; - stigam_V : V ; - stigane_N : N ; - stigma_N : N ; - stik_N : N ; - stiker_N : N ; - stil_N : N ; - stilen_A : A ; - stilizator_N : N ; - stilizaci_ja__N : N ; - stiliziram_V : V ; - stilizirane_N : N ; - stilist_N : N ; - stilistika_N : N ; - stilisti_ch_en_A : A ; - stilisti_ch_eski_A : A ; - stilistka_N : N ; - stilov_A : A ; - stiloznanie_N : N ; - stimul_N : N ; - stimulator_N : N ; - stimulaci_ja__N : N ; - stimuliram_V : V ; - stimulirane_N : N ; - stipendiant_N : N ; - stipendiantka_N : N ; - stipendi_ja__N : N ; - stipca_N : N ; - stipcov_A : A ; - stip_ch_iv_A : A ; - stip_ch_ivost_N : N ; - stisvam_V : V ; - stisvane_N : N ; - stiska_N : N ; - stiskalo_N : N ; - stiskam_V : V ; - stiskane_N : N ; - stisliv_A : A ; - stislivost_N : N ; - stisnatost_N : N ; - stih_N : N ; - stihvam_V : V ; - stihvane_N : N ; - stihien_A : A ; - stihijnost_N : N ; - stihi_ja__N : N ; - stihoplet_N : N ; - stihopletec_N : N ; - stihopletstvo_N : N ; - stihosbirka_N : N ; - stihoslo_zj_enie_N : N ; - stihotvoren_A : A ; - stihotvorenie_N : N ; - stihotvorstvo_N : N ; - sti_ch_am_V : V ; - sti_ch_ane_N : N ; - stobor_N : N ; - stovarvam_V : V ; - stovarvane_N : N ; - stovar_ja_m_V : V ; - stovar_ja_ne_N : N ; - stoglav_A : A ; - stogodi_sh_en_A : A ; - stogodi_sh_nina_N : N ; - stodolarov_A : A ; - stoe_zj__N : N ; - stoene_N : N ; - sto_zj_er_N : N ; - stoik_N : N ; - stoicizym_N : N ; - stoi_ch_eski_A : A ; - stojka_N : N ; - stojnost_N : N ; - stojnosten_A : A ; - stoka_N : N ; - stokov_A : A ; - stokoved_N : N ; - stokovedka_N : N ; - stokoznanie_N : N ; - stokoobmen_N : N ; - stokooborot_N : N ; - stokoproizvoditel_N : N ; - stokraten_A : A ; - stol_N : N ; - stolar_N : N ; - stolarski_A : A ; - stolarstvo_N : N ; - stolevka_N : N ; - stoleten_A : A ; - stoletie_N : N ; - stoletnik_N : N ; - stoletnica_N : N ; - stolisten_A : A ; - stolica_N : N ; - stoli_ch_anin_N : N ; - stoli_ch_anka_N : N ; - stoli_ch_en_A : A ; - stolova_N : N ; - stolovat_A : A ; - stoluvam_V : V ; - stoluvane_N : N ; - stol_ch_e_N : N ; - stomana_N : N ; - stomanen_A : A ; - stomanobeton_N : N ; - stomanole_ja_r_N : N ; - stomanole_ja_ren_A : A ; - stomanole_ja_rna_N : N ; - stomatit_N : N ; - stomatolog_N : N ; - stomatologi_ch_en_A : A ; - stomatologi_ja__N : N ; - stomatoskop_N : N ; - stomah_N : N ; - stoma_sh_en_A : A ; - stometrov_A : A ; - stomna_N : N ; - ston_N : N ; - stonoga_N : N ; - stono_zj_ka_N : N ; - stop_N : N ; - stopad_zj_ijski_A : A ; - stopad_zj_i_ja__N : N ; - stopanin_N : N ; - stopanisane_N : N ; - stopanisvam_V : V ; - stopanisvane_N : N ; - stopanka_N : N ; - stopanoved_N : N ; - stopanovedka_N : N ; - stopanski_A : A ; - stopanstven_A : A ; - stopanstvo_N : N ; - stopiram_V : V ; - stopl_ja_m_V : V ; - stopl_ja_ne_N : N ; - stoprocentov_A : A ; - stop_ja_vam_V : V ; - stop_ja_vane_N : N ; - stop_ja_emost_N : N ; - storvam_V : V ; - stor_ja__V : V ; - stotak_N : N ; - stotarka_N : N ; - stota_ch_ka_N : N ; - stoten_A : A ; - stotina_N : N ; - stotinka_N : N ; - stotica_N : N ; - stotna_N : N ; - stotnik_N : N ; - stohil_ja_den_A : A ; - stohil_ja_dnik_N : N ; - sto_ch_en_A : A ; - sto_ja__V : V ; - sto_ja_lka_N : N ; - sto_ja_lo_N : N ; - sto_ja_nka_N : N ; - stradalen_A : A ; - stradalec_N : N ; - stradalka_N : N ; - stradal_ch_eski_A : A ; - stradal_ch_estvo_N : N ; - stradam_V : V ; - stradane_N : N ; - stradanie_N : N ; - stradatelen_A : A ; - strada_ja__V : V ; - stra_zj__N : N ; - stra_zj_a_N : N ; - stra_zj_ar_N : N ; - stra_zj_arski_A : A ; - stra_zj_evi_A : A ; - strajvam_V : V ; - strana_N : N ; - stranen_A : A ; - stranene_N : N ; - straniram_V : V ; - stranirane_N : N ; - stranica_N : N ; - strani_ch_en_A : A ; - strannik_N : N ; - strannica_N : N ; - strannopriemnica_N : N ; - strannost_N : N ; - stranstvam_V : V ; - stranstvane_N : N ; - stranstvo_N : N ; - stranstvuvam_V : V ; - stranstvuvane_N : N ; - stran_ja__V : V ; - strast_N : N ; - strasten_A : A ; - strastnost_N : N ; - strateg_N : N ; - strategi_ch_en_A : A ; - strategi_ch_eski_A : A ; - strategi_ja__N : N ; - stratifikaci_ja__N : N ; - stratosfera_N : N ; - stratosferen_A : A ; - strah_N : N ; - strahliv_A : A ; - strahlivec_N : N ; - strahlivka_N : N ; - strahlivost_N : N ; - strahovit_A : A ; - strahovitost_N : N ; - strahopo_ch_itanie_N : N ; - strahopo_ch_itatelen_A : A ; - strahopyzla_N : N ; - strahopyzlxo_N : N ; - strahoten_A : A ; - strahoti_ja__N : N ; - strahuvam_V : V ; - strahuvane_N : N ; - stra_sh_en_A : A ; - stra_sh_ili_sht_e_N : N ; - stra_sh_ilo_N : N ; - stra_sh_liv_A : A ; - stra_sh_nik_N : N ; - stra_sh_nica_N : N ; - strela_N : N ; - strelba_N : N ; - strelbi_sht_e_N : N ; - strelvam_V : V ; - strelvane_N : N ; - strelec_N : N ; - strelka_N : N ; - strelkam_V : V ; - strelkane_N : N ; - strelkovi_A : A ; - strelnik_N : N ; - streloviden_A : A ; - strelo_ch_nik_N : N ; - strel_ja_m_V : V ; - strel_ja_ne_N : N ; - stremglav_A : A ; - stremglavost_N : N ; - streme_N : N ; - streme_zj__N : N ; - stremitelen_A : A ; - stremitelnost_N : N ; - stremlenie_N : N ; - strem_ja__V : V ; - streptokok_N : N ; - streptomicin_N : N ; - stres_N : N ; - stresvam_V : V ; - stresvane_N : N ; - stresiram_V : V ; - stresirane_N : N ; - stresov_A : A ; - streha_N : N ; - strivam_V : V ; - strivane_N : N ; - strigane_N : N ; - strida_N : N ; - stri_zj_a_V : V ; - strikten_A : A ; - strina_N : N ; - stringer_N : N ; - strinin_A : A ; - strinka_N : N ; - strinkin_A : A ; - striper_N : N ; - striptizxor_N : N ; - striptizxorka_N : N ; - striptijz_N : N ; - strihnin_N : N ; - strihninov_A : A ; - strog_A : A ; - strogost_N : N ; - stroevak_N : N ; - stroevi_A : A ; - stroe_zj__N : N ; - stroen_A : A ; - stroene_N : N ; - stroitel_N : N ; - stroitelen_A : A ; - stroitelka_N : N ; - stroitelski_A : A ; - stroitelstvo_N : N ; - stroj_N : N ; - strojnost_N : N ; - stronciev_A : A ; - stroncij_N : N ; - stropol_ja_vam_V : V ; - stropol_ja_vane_N : N ; - stropol_ja_sane_N : N ; - stropol_ja_svam_V : V ; - stropol_ja_svane_N : N ; - strofa_N : N ; - strofi_ch_en_A : A ; - stro_sh_avam_V : V ; - stro_sh_avane_N : N ; - stro_ja_vam_V : V ; - stro_ja_vane_N : N ; - struvam_V : V ; - struvane_N : N ; - strug_N : N ; - strugar_N : N ; - strugarka_N : N ; - strugarski_A : A ; - strugarstvo_N : N ; - struguvam_V : V ; - struguvane_N : N ; - struen_A : A ; - struene_N : N ; - stru_zj_ka_N : N ; - stru_zj_ki_A : A ; - strujka_N : N ; - strujnik_N : N ; - struktura_N : N ; - strukturalen_A : A ; - strukturalizym_N : N ; - strukturen_A : A ; - strukturiram_V : V ; - strukturiran_A : A ; - strukturirane_N : N ; - struna_N : N ; - strunen_A : A ; - strupane_N : N ; - strupvam_V : V ; - strupvane_N : N ; - strupej_N : N ; - strup_ja_v_A : A ; - stru_ja__V : V ; - stryv_N : N ; - stryven_A : A ; - stryvnik_N : N ; - stryvnica_N : N ; - stryvni_sh_ki_A : A ; - stryvnost_N : N ; - stryk_N : N ; - stryka_N : N ; - stryk_ch_e_N : N ; - strymen_A : A ; - strymnina_N : N ; - strymni_sht_e_N : N ; - strysvam_V : V ; - strysvane_N : N ; - stryskane_N : N ; - stryskvam_V : V ; - stryskvane_N : N ; - str_ja_svam_V : V ; - str_ja_svane_N : N ; - str_ja_skam_V : V ; - str_ja_skane_N : N ; - str_ja_skvam_V : V ; - str_ja_skvane_N : N ; - str_ja_ha_N : N ; - stud_N : N ; - studen_A : A ; - studene_ja__V : V ; - studenina_N : N ; - studenokryven_A : A ; - student_N : N ; - studentka_N : N ; - studentski_A : A ; - studentstvam_V : V ; - studentstvane_N : N ; - studentstvo_N : N ; - studentstvuvam_V : V ; - studentstvuvane_N : N ; - studien_A : A ; - studio_N : N ; - studi_ja__N : N ; - studovit_A : A ; - studoustoj_ch_iv_A : A ; - studoustoj_ch_ivost_N : N ; - studuvam_V : V ; - studuvane_N : N ; - stud_ja__V : V ; - stupam_V : V ; - stupane_N : N ; - stupvam_V : V ; - stupvane_N : N ; - styblen_A : A ; - styblest_A : A ; - styblo_N : N ; - stybylce_N : N ; - stykvam_V : V ; - stykvane_N : N ; - styklar_N : N ; - styklari_ja__N : N ; - styklarski_A : A ; - styklarstvo_N : N ; - styklen_A : A ; - styklenica_N : N ; - styklo_N : N ; - stykloviden_A : A ; - stykloduha_ch__N : N ; - styklopis_N : N ; - stykloplast_N : N ; - styklo_ch_ista_ch__N : N ; - styklo_ch_ista_ch_ka_N : N ; - stykm_ja_vam_V : V ; - stykm_ja_vane_N : N ; - stykylce_N : N ; - stylb_N : N ; - stylba_N : N ; - stylbica_N : N ; - stylbi_ch_en_A : A ; - stylbi_ch_ka_N : N ; - stylbi_sht_e_N : N ; - stylbi_sht_en_A : A ; - stylbov_A : A ; - stylboviden_A : A ; - stylb_ch_e_N : N ; - stylknovenie_N : N ; - stylpen_A : A ; - stylpnik_N : N ; - stylpotvorenie_N : N ; - stylp_ja_vam_V : V ; - stylp_ja_vane_N : N ; - stymvam_V : V ; - stymvane_N : N ; - stymn_ja_vam_V : V ; - stymn_ja_vane_N : N ; - stypalo_N : N ; - stypaloviden_A : A ; - stypvam_V : V ; - stypvane_N : N ; - stypisane_N : N ; - stypisvam_V : V ; - stypisvane_N : N ; - stypka_N : N ; - stypkan_A : A ; - stypkvam_V : V ; - stypkvane_N : N ; - styp_ja__V : V ; - styrgalka_N : N ; - styrgalo_N : N ; - styrgane_N : N ; - styrgotina_N : N ; - styr_zj_a_V : V ; - styr_zj_ene_N : N ; - styrkvam_V : V ; - styrkvane_N : N ; - styrni_sht_e_N : N ; - styrp_ja_vam_V : V ; - styrp_ja_vane_N : N ; - styrsvam_V : V ; - styrsvane_N : N ; - styr_ch_a_V : V ; - styr_ch_ene_N : N ; - styr_ch_iopa_sh_ka_N : N ; - styr_ch_i_sht_e_N : N ; - styr_sh_el_N : N ; - styr_sh_elov_A : A ; - st_iu_ard_N : N ; - st_iu_ardesa_N : N ; - st_ja_g_N : N ; - st_ja_gam_V : V ; - st_ja_gane_N : N ; - subatomen_A : A ; - subdominanta_N : N ; - subekt_N : N ; - subektiven_A : A ; - subektiviziram_V : V ; - subektivizirane_N : N ; - subektivizym_N : N ; - subektivist_N : N ; - subektivisti_ch_en_A : A ; - subektivistka_N : N ; - subektivnost_N : N ; - subeter_N : N ; - subeterni_ja__N : N ; - subinvertiran_A : A ; - sublimat_N : N ; - sublimaten_A : A ; - sublimatov_A : A ; - sublimacionen_A : A ; - sublimaci_ja__N : N ; - sublimen_A : A ; - sublimiram_V : V ; - sublimirane_N : N ; - subordinaci_ja__N : N ; - subpol_ja_ren_A : A ; - subprodukt_N : N ; - subsidinaren_A : A ; - subsidiram_V : V ; - subsidiran_A : A ; - subsidirane_N : N ; - subsidi_ja__N : N ; - substantiven_A : A ; - substanci_ja__N : N ; - substituci_ja__N : N ; - substrat_N : N ; - subtityr_N : N ; - subtropik_N : N ; - subtropi_ch_en_A : A ; - subtropi_ch_eski_A : A ; - subfenomen_N : N ; - suvenir_N : N ; - suverenen_A : A ; - suverenitet_N : N ; - sugestiven_A : A ; - sugesti_ja__N : N ; - sugestolog_N : N ; - sugestologi_ja__N : N ; - sugra_sh_ica_N : N ; - sudanec_N : N ; - sudanka_N : N ; - sudanski_A : A ; - sud_zj_uk_N : N ; - sueveren_A : A ; - sueverie_N : N ; - suevernost_N : N ; - sueta_N : N ; - sueten_A : A ; - suetene_N : N ; - suetliv_A : A ; - suetlivost_N : N ; - suetnost_N : N ; - suetn_ja__N : N ; - suet_ja__V : V ; - suecki_A : A ; - suing_N : N ; - sukal_ch_e_N : N ; - sukane_N : N ; - sukman_N : N ; - suknen_A : A ; - sukno_N : N ; - sukyrvica_N : N ; - sultan_N : N ; - sultanat_N : N ; - sultanka_N : N ; - sultanov_A : A ; - sultanski_A : A ; - sulfamid_N : N ; - sulfat_N : N ; - sulfid_N : N ; - sulfiden_A : A ; - sulfit_N : N ; - suma_N : N ; - sumaren_A : A ; - sumator_N : N ; - sumatoha_N : N ; - sumiram_V : V ; - sumirane_N : N ; - sumka_N : N ; - sumrak_N : N ; - sumra_ch_en_A : A ; - sumtene_N : N ; - sumt_ja__V : V ; - supa_N : N ; - supen_A : A ; - superinteligenten_A : A ; - superkomp_iu_tyr_N : N ; - superkoncentraci_ja__N : N ; - superkosmi_ch_eski_A : A ; - superlativ_N : N ; - supermarket_N : N ; - supermen_N : N ; - supermenski_A : A ; - supermoderen_A : A ; - superpoliglot_N : N ; - superprodukci_ja__N : N ; - superfosfat_N : N ; - superheterodinen_A : A ; - supletiven_A : A ; - supletivizym_N : N ; - supnik_N : N ; - sur_A : A ; - survakam_V : V ; - survakane_N : N ; - survakar_N : N ; - survam_V : V ; - surdinka_N : N ; - surinamka_N : N ; - surov_A : A ; - surovatka_N : N ; - surovina_N : N ; - surovinen_A : A ; - surovica_N : N ; - surovost_N : N ; - surogat_N : N ; - susamen_A : A ; - susamka_N : N ; - susamov_A : A ; - suspendiram_V : V ; - suspendirane_N : N ; - suspenzi_ja__N : N ; - suspensi_ja__N : N ; - sutenxor_N : N ; - suteren_N : N ; - suterenen_A : A ; - sutien_N : N ; - sutre_sh_en_A : A ; - sutrin_N : N ; - sutrinen_A : A ; - sutri_sh_en_A : A ; - sufiks_N : N ; - sufle_N : N ; - sufliram_V : V ; - suflirane_N : N ; - suflxor_N : N ; - suflxorka_N : N ; - suflxorski_A : A ; - suh_A : A ; - suhar_N : N ; - suharen_A : A ; - suharnik_N : N ; - suhi_ch_yk_A : A ; - suhovat_A : A ; - suhoe_zj_bina_N : N ; - suho_zj_ilie_N : N ; - suhozemen_A : A ; - suhopyten_A : A ; - suhost_N : N ; - suhota_N : N ; - suhoustoj_ch_iv_A : A ; - su_ch_a_V : V ; - su_ch_ene_N : N ; - su_sh_a_N : N ; - su_sh_av_A : A ; - su_sh_elka_N : N ; - su_sh_en_A : A ; - su_sh_ene_N : N ; - su_sh_ilen_A : A ; - su_sh_iln_ja__N : N ; - su_sh_ina_N : N ; - su_ja_k_N : N ; - sfazirane_N : N ; - sfera_N : N ; - sferi_ch_en_A : A ; - sferi_ch_eski_A : A ; - sferi_ch_nost_N : N ; - sferoid_N : N ; - sferoiden_A : A ; - sferoobrazen_A : A ; - sfinks_N : N ; - sfinkter_N : N ; - sformiram_V : V ; - sformirane_N : N ; - shapvam_V : V ; - shapvane_N : N ; - shvanatost_N : N ; - shvatka_N : N ; - shvatliv_A : A ; - shvatlivost_N : N ; - shva_sht_am_V : V ; - shva_sht_ane_N : N ; - shema_N : N ; - shematizaci_ja__N : N ; - shematiziram_V : V ; - shematizirane_N : N ; - shematizym_N : N ; - shemati_ch_en_A : A ; - shemati_ch_nost_N : N ; - shizma_N : N ; - shizmatik_N : N ; - shizmati_ch_en_A : A ; - shizmati_ch_eski_A : A ; - shlupen_A : A ; - shoden_A : A ; - shodnost_N : N ; - shodstvo_N : N ; - shod_ja__sht__A : A ; - sho_zj_dam_V : V ; - sho_zj_dane_N : N ; - sholastik_N : N ; - sholastika_N : N ; - sholasti_ch_en_A : A ; - sholasti_ch_eski_A : A ; - sholasti_ch_nost_N : N ; - shrupam_V : V ; - shrupane_N : N ; - shrupvam_V : V ; - shrupvane_N : N ; - shruskam_V : V ; - shruskane_N : N ; - shruskvam_V : V ; - shruskvane_N : N ; - shumvane_N : N ; - sce_zj_dam_V : V ; - sce_zj_dane_N : N ; - scena_N : N ; - scenarien_A : A ; - scenarij_N : N ; - scenarist_N : N ; - scenaristka_N : N ; - sceni_ch_en_A : A ; - scenka_N : N ; - scenograf_N : N ; - scenografi_ja__N : N ; - scepvam_V : V ; - scepvane_N : N ; - scepitelen_A : A ; - scepka_N : N ; - sceplenie_N : N ; - scepl_ja_vam_V : V ; - scepl_ja_vane_N : N ; - scep_ja_ne_N : N ; - s_ch_epkane_N : N ; - s_ch_epkvam_V : V ; - s_ch_epkvane_N : N ; - s_ch_esvam_V : V ; - s_ch_esvane_N : N ; - s_ch_eta_V : V ; - s_ch_etovoden_A : A ; - s_ch_etovoditel_N : N ; - s_ch_etovoditelka_N : N ; - s_ch_etovoditelski_A : A ; - s_ch_etovodstvo_N : N ; - s_ch_itam_V : V ; - s_ch_itane_N : N ; - s_ch_uvam_V : V ; - s_ch_uvane_N : N ; - s_ch_ukane_N : N ; - s_ch_ukvam_V : V ; - s_ch_ukvane_N : N ; - s_ch_upvam_V : V ; - s_ch_upvane_N : N ; - syavtor_N : N ; - syavtorka_N : N ; - syavtorstvo_N : N ; - sybar_ja_m_V : V ; - sybar_ja_ne_N : N ; - sybesedvam_V : V ; - sybesedvane_N : N ; - sybesednik_N : N ; - sybesednica_N : N ; - sybesedni_ch_ka_N : N ; - sybiraemo_N : N ; - sybiram_V : V ; - sybirane_N : N ; - sybiratel_N : N ; - sybiratelen_A : A ; - sybira_ch__N : N ; - sybira_ch_ka_N : N ; - sybitie_N : N ; - syblaz_N : N ; - syblaznitel_N : N ; - syblaznitelen_A : A ; - syblaznitelka_N : N ; - syblaznitelnost_N : N ; - syblazn_ja_vam_V : V ; - syblazn_ja_vane_N : N ; - syblazyn_N : N ; - syblekaln_ja__N : N ; - syble_ch_en_A : A ; - sybli_ch_am_V : V ; - sybli_ch_ane_N : N ; - sybl_iu_davam_V : V ; - sybl_iu_davane_N : N ; - sybl_iu_datel_N : N ; - sybl_iu_datelen_A : A ; - sybl_iu_denie_N : N ; - syboleznovanie_N : N ; - syboleznovatelen_A : A ; - sybor_N : N ; - syboren_A : A ; - syboretina_N : N ; - sybor_ja_nin_N : N ; - sybor_ja_nka_N : N ; - sybota_N : N ; - syboten_A : A ; - sybot_ja_nin_N : N ; - sybot_ja_nka_N : N ; - sybot_ja_nski_A : A ; - sybot_ja_nstvo_N : N ; - sybranie_N : N ; - sybrat_N : N ; - sybuvalka_N : N ; - sybuvam_V : V ; - sybuvane_N : N ; - sybuden_A : A ; - sybudenost_N : N ; - sybu_zj_dam_V : V ; - sybu_zj_dane_N : N ; - syvest_N : N ; - syvesten_A : A ; - syvestnost_N : N ; - syvet_N : N ; - syvetvam_V : V ; - syvetvane_N : N ; - syvetizaci_ja__N : N ; - syvetiziram_V : V ; - syvetizirane_N : N ; - syvetnik_N : N ; - syvetnica_N : N ; - syvetni_ch_eski_A : A ; - syvetni_ch_ka_N : N ; - syvetski_A : A ; - syve_sht_avam_V : V ; - syve_sht_avane_N : N ; - syve_sht_anie_N : N ; - syve_sht_atelen_A : A ; - syvzemam_V : V ; - syvzemane_N : N ; - syvipusknik_N : N ; - syvipusknica_N : N ; - syvipuskni_ch_ka_N : N ; - syvkupen_A : A ; - syvkuplenie_N : N ; - syvkupnost_N : N ; - syvkup_ja_vam_V : V ; - syvkup_ja_vane_N : N ; - syvmesten_A : A ; - syvmestim_A : A ; - syvmestimost_N : N ; - syvmestitel_N : N ; - syvmestitelka_N : N ; - syvmestitelstvo_N : N ; - syvpadam_V : V ; - syvpadane_N : N ; - syvpada_sht__A : A ; - syvpadenie_N : N ; - syvremenen_A : A ; - syvremennik_N : N ; - syvremennica_N : N ; - syvremennost_N : N ; - syvremie_N : N ; - syvyr_sh_en_A : A ; - syvyr_sh_enstvo_N : N ; - syglasen_A : A ; - syglasie_N : N ; - syglasitelen_A : A ; - syglasna_N : N ; - syglasuvam_V : V ; - syglasuvan_A : A ; - syglasuvane_N : N ; - syglasuvanost_N : N ; - syglasuem_A : A ; - syglasuemost_N : N ; - syglas_ja_vam_V : V ; - syglas_ja_vane_N : N ; - syglas_ja_m_V : V ; - syglas_ja_ne_N : N ; - sygla_sh_atel_N : N ; - sygla_sh_atelski_A : A ; - sygla_sh_atelstvo_N : N ; - sygla_sh_enie_N : N ; - sygla_sh_enski_A : A ; - sygledane_N : N ; - sygledvam_V : V ; - sygledvane_N : N ; - sygledva_ch__N : N ; - sygledva_ch_ka_N : N ; - sygle_zj_dam_V : V ; - sygle_zj_dane_N : N ; - sygra_zj_dam_V : V ; - sygra_zj_dane_N : N ; - sygra_zj_danin_N : N ; - sygra_zj_danka_N : N ; - sygre_sh_avam_V : V ; - sygre_sh_avane_N : N ; - sygre_sh_enie_N : N ; - sygre_ja__V : V ; - syd_N : N ; - sydba_N : N ; - sydbina_N : N ; - sydboven_A : A ; - sydbovnost_N : N ; - sydbonosen_A : A ; - sydbonosnost_N : N ; - sydeben_A : A ; - sydejstvam_V : V ; - sydejstvane_N : N ; - sydejstvie_N : N ; - sydejstvuvam_V : V ; - sydejstvuvane_N : N ; - sydene_N : N ; - sydijski_A : A ; - sydijstvo_N : N ; - sydili_sht_e_N : N ; - sydili_sht_en_A : A ; - sydimost_N : N ; - sydina_N : N ; - sydinka_N : N ; - sydiram_V : V ; - sydirane_N : N ; - sydi_ja__N : N ; - sydnik_N : N ; - sydov_A : A ; - sydodvigatelen_A : A ; - sydoklad_N : N ; - sydoproizvodstvo_N : N ; - sydoustrojstvo_N : N ; - sydran_A : A ; - sydru_zj_a_V : V ; - sydru_zj_ie_N : N ; - sydru_zj_nik_N : N ; - sydru_zj_nica_N : N ; - sydru_zj_ni_ch_eski_A : A ; - sydru_zj_ni_ch_estvo_N : N ; - sydyr_zj_am_V : V ; - sydyr_zj_ane_N : N ; - sydyr_zj_anie_N : N ; - sydyr_zj_atel_N : N ; - sydyr_zj_atelen_A : A ; - sydyr_zj_atelka_N : N ; - sydyr_zj_atelnost_N : N ; - sydyr_zj_im_A : A ; - sydyr_zj_imost_N : N ; - syd_ja__V : V ; - syedinenie_N : N ; - syedinist_N : N ; - syedinitel_N : N ; - syedinitelen_A : A ; - syedin_ja_vam_V : V ; - syedin_ja_vane_N : N ; - sye_sh_avam_V : V ; - sye_sh_avane_N : N ; - sy_zj_alenie_N : N ; - sy_zj_alitelen_A : A ; - sy_zj_al_ja_vam_V : V ; - sy_zj_al_ja_vane_N : N ; - sy_zj_denie_N : N ; - sy_zj_ivitelen_A : A ; - sy_zj_iv_ja_vam_V : V ; - sy_zj_iv_ja_vane_N : N ; - sy_zj_itel_N : N ; - sy_zj_itelka_N : N ; - sy_zj_itelstvam_V : V ; - sy_zj_itelstvane_N : N ; - sy_zj_itelstvo_N : N ; - sy_zj_itelstvuvam_V : V ; - sy_zj_itelstvuvane_N : N ; - syzakl_ja_tie_N : N ; - syzakl_ja_tnik_N : N ; - syzakl_ja_tnica_N : N ; - syzakl_ja_tni_ch_a_V : V ; - syzakl_ja_tni_ch_eski_A : A ; - syzakl_ja_tni_ch_estvo_N : N ; - syzvezdie_N : N ; - syzvu_ch_en_A : A ; - syzvu_ch_ie_N : N ; - syzvu_ch_nost_N : N ; - syzdavam_V : V ; - syzdavane_N : N ; - syzdanie_N : N ; - syzdatel_N : N ; - syzdatelka_N : N ; - syzercavam_V : V ; - syzercavane_N : N ; - syzercanie_N : N ; - syzercatel_N : N ; - syzercatelen_A : A ; - syzercatelka_N : N ; - syzercatelnost_N : N ; - syzidane_N : N ; - syzidanie_N : N ; - syzidatelen_A : A ; - syzi_zj_dam_V : V ; - syzi_zj_dane_N : N ; - syziram_V : V ; - syzirane_N : N ; - syznavam_V : V ; - syznavane_N : N ; - syznanie_N : N ; - syznatelen_A : A ; - syznatelnost_N : N ; - syzr_ja_vam_V : V ; - syzr_ja_vane_N : N ; - syidejnik_N : N ; - syizvyr_sh_itel_N : N ; - syizmerim_A : A ; - syizmerimost_N : N ; - syimennik_N : N ; - syimennica_N : N ; - sykvartalec_N : N ; - sykvartalka_N : N ; - sykvartirant_N : N ; - sykvartirantka_N : N ; - syklasnik_N : N ; - syklasni_ch_ka_N : N ; - syklet_N : N ; - sykovit_A : A ; - sykooperator_N : N ; - sykooperatorka_N : N ; - sykratenost_N : N ; - sykratimost_N : N ; - sykrat_ja_vam_V : V ; - sykrat_ja_vane_N : N ; - sykra_sht_avam_V : V ; - sykra_sht_avane_N : N ; - sykra_sht_enie_N : N ; - sykroven_A : A ; - sykrovi_sht_e_N : N ; - sykrovi_sht_en_A : A ; - sykrovi_sht_nica_N : N ; - sykru_sh_avam_V : V ; - sykru_sh_avane_N : N ; - sykru_sh_enie_N : N ; - sykru_sh_itelen_A : A ; - sykyldisvam_V : V ; - sylza_N : N ; - sylzen_A : A ; - sylzene_N : N ; - sylzica_N : N ; - sylzliv_A : A ; - sylzlivosantimentalen_A : A ; - sylzlivost_N : N ; - sylzotvoren_A : A ; - sylz_ja__V : V ; - sym_V : V ; - symahlenec_N : N ; - symahlenka_N : N ; - symvam_V : V ; - symvane_N : N ; - symi_sh_lenik_N : N ; - symi_sh_lenica_N : N ; - symnenie_N : N ; - symnitelen_A : A ; - symnitelnost_N : N ; - symn_ja_vam_V : V ; - symn_ja_vane_N : N ; - syn_N : N ; - synaematel_N : N ; - synarodnik_N : N ; - synarodnica_N : N ; - synaslednik_N : N ; - synaslednica_N : N ; - synasledni_ch_estvo_N : N ; - synasledni_sh_ki_A : A ; - synasled_ja_vane_N : N ; - synen_A : A ; - syni_sht_e_N : N ; - synla_N : N ; - synliv_A : A ; - synlivec_N : N ; - synlivka_N : N ; - synlivost_N : N ; - synlxo_N : N ; - synovidenie_N : N ; - synovnik_N : N ; - synotvoren_A : A ; - synotylkuvatel_N : N ; - synuvam_V : V ; - synuvane_N : N ; - syn_ch_o_N : N ; - syobra_zj_enie_N : N ; - syobrazen_A : A ; - syobrazitelen_A : A ; - syobrazitelnost_N : N ; - syobraznost_N : N ; - syobraz_ja_vam_V : V ; - syobraz_ja_vane_N : N ; - syob_sht_avam_V : V ; - syob_sht_avane_N : N ; - syob_sht_enie_N : N ; - syob_sht_itelen_A : A ; - syory_zj_avam_V : V ; - syory_zj_avane_N : N ; - syory_zj_enie_N : N ; - syosnovatel_N : N ; - syotbornik_N : N ; - syotveten_A : A ; - syotvetnik_N : N ; - syotvetnica_N : N ; - syotvetstvam_V : V ; - syotvetstvane_N : N ; - syotvetstven_A : A ; - syotvetstvenost_N : N ; - syotvetstvie_N : N ; - syotvetstvuvam_V : V ; - syotvetstvuvane_N : N ; - syote_ch_estvenik_N : N ; - syote_ch_estvenica_N : N ; - syotnositelen_A : A ; - syotnositelnost_N : N ; - syotno_sh_enie_N : N ; - sypartizanin_N : N ; - sypernik_N : N ; - sypernica_N : N ; - syperni_ch_a_V : V ; - syperni_ch_eski_A : A ; - syperni_ch_estvo_N : N ; - sypikasvam_V : V ; - sypikasvane_N : N ; - syplemenen_A : A ; - syplemennik_N : N ; - syplemennica_N : N ; - sypostavitelen_A : A ; - sypostavka_N : N ; - sypostav_ja_m_V : V ; - sypostav_ja_ne_N : N ; - syprikosnovenie_N : N ; - syprikosnov_ja_vam_V : V ; - syprikosnov_ja_vane_N : N ; - syprite_zj_atel_N : N ; - syprite_zj_atelka_N : N ; - syprite_zj_atelski_A : A ; - sypri_ch_asten_A : A ; - sypri_ch_astie_N : N ; - sypri_ch_astnost_N : N ; - syprovod_N : N ; - syprovoditelen_A : A ; - syprovo_zj_dam_V : V ; - syprovo_zj_dane_N : N ; - syprotiva_N : N ; - syprotivitelen_A : A ; - syprotivlenie_N : N ; - syprotivl_ja_vam_V : V ; - syprotivl_ja_vane_N : N ; - syprotivl_ja_emost_N : N ; - syprotiv_ja_vam_V : V ; - syprotiv_ja_vane_N : N ; - syprug_N : N ; - sypruga_N : N ; - sypru_zj_eski_A : A ; - sypru_zj_estvo_N : N ; - sypytnik_N : N ; - sypytnica_N : N ; - sypytstvam_V : V ; - sypytstvane_N : N ; - sypytstvuvam_V : V ; - sypytstvuvane_N : N ; - syr_N : N ; - syradvam_V : V ; - syradvane_N : N ; - syrazmeren_A : A ; - syrazmernost_N : N ; - syrazrabot_ch_ik_N : N ; - syratnik_N : N ; - syratnica_N : N ; - syratni_ch_estvo_N : N ; - syrbam_V : V ; - syrbane_N : N ; - syrbe_zj__N : N ; - syrbene_N : N ; - syrbin_N : N ; - syrbohyrvatski_A : A ; - syrb_ja__V : V ; - syrvlet_N : N ; - syrvyr_N : N ; - syrvyren_A : A ; - syrde_zj__N : N ; - syrdene_N : N ; - syrde_ch_en_A : A ; - syrde_ch_nobolen_A : A ; - syrde_ch_nost_N : N ; - syrde_ch_nosydov_A : A ; - syrdit_A : A ; - syrditko_N : N ; - syrditost_N : N ; - syrd_ja__V : V ; - syrebren_A : A ; - syrevnovavam_V : V ; - syrevnovavane_N : N ; - syrevnovanie_N : N ; - syredaktor_N : N ; - syredaktorka_N : N ; - syrma_N : N ; - syrmen_A : A ; - syrna_N : N ; - syrne_N : N ; - syrnela_N : N ; - syrnen_A : A ; - syrnec_N : N ; - syrne_sh_ki_A : A ; - syrp_N : N ; - syrpica_N : N ; - syrpoviden_A : A ; - syrf_N : N ; - syrfing_N : N ; - syrfiram_V : V ; - syrfirane_N : N ; - syrcat_A : A ; - syrcatost_N : N ; - syrce_N : N ; - syrcebiene_N : N ; - syrcebol_N : N ; - syrcev_A : A ; - syrceved_N : N ; - syrceviden_A : A ; - syrcevina_N : N ; - syrcerazdiratelen_A : A ; - sysed_N : N ; - syseden_A : A ; - sysedka_N : N ; - sysedski_A : A ; - sysedstvam_V : V ; - sysedstvo_N : N ; - sysek_N : N ; - sysel_N : N ; - sysel_ja_nin_N : N ; - sysel_ja_nka_N : N ; - sysipatelen_A : A ; - sysipvam_V : V ; - sysipvane_N : N ; - sysipi_ja__N : N ; - sysipnik_N : N ; - sysipnica_N : N ; - sysipn_ja__N : N ; - sysirvam_V : V ; - sysirvane_N : N ; - sysi_ch_am_V : V ; - sysi_ch_ane_N : N ; - syskav_A : A ; - syskam_V : V ; - syskane_N : N ; - sysloven_A : A ; - syslovie_N : N ; - sysobstven_A : A ; - sysobstvenik_N : N ; - sysobstveni_ch_estvo_N : N ; - sysobstvenost_N : N ; - sysredoto_ch_avam_V : V ; - sysredoto_ch_avane_N : N ; - sysredoto_ch_vam_V : V ; - sysredoto_ch_vane_N : N ; - sysredoto_ch_en_A : A ; - sysredoto_ch_enie_N : N ; - sysredoto_ch_enost_N : N ; - systav_N : N ; - systaven_A : A ; - systavitel_N : N ; - systavitelka_N : N ; - systavitelski_A : A ; - systavitelstvo_N : N ; - systavka_N : N ; - systavl_ja_vam_V : V ; - systavl_ja_vane_N : N ; - systav_ja_m_V : V ; - systav_ja_ne_N : N ; - systaren_A : A ; - systar_ja_vam_V : V ; - systar_ja_vane_N : N ; - systezavam_V : V ; - systezavane_N : N ; - systezanie_N : N ; - systezatel_N : N ; - systezatelen_A : A ; - systezatelka_N : N ; - systo_ja__V : V ; - systo_ja_nie_N : N ; - systo_ja_telen_A : A ; - systo_ja_telnost_N : N ; - systradanie_N : N ; - systradatelen_A : A ; - systradatelnost_N : N ; - systudent_N : N ; - systudentka_N : N ; - sysuhren_A : A ; - sysuhr_ja_m_V : V ; - sysuhr_ja_ne_N : N ; - sysyk_N : N ; - sysyhvam_V : V ; - sysyhvane_N : N ; - sysy_sht_estvuvam_V : V ; - sysy_sht_estvuvane_N : N ; - sytvorenie_N : N ; - sytvor_ja_vam_V : V ; - sytvor_ja_vane_N : N ; - sytrapeznik_N : N ; - sytrapeznica_N : N ; - sytresenie_N : N ; - sytrudnik_N : N ; - sytrudnica_N : N ; - sytrudni_ch_a_V : V ; - sytrudni_ch_ene_N : N ; - sytrudni_ch_eski_A : A ; - sytrudni_ch_estvo_N : N ; - sytrudni_ch_ka_N : N ; - syum_ja_vam_V : V ; - syum_ja_vane_N : N ; - syu_ch_astie_N : N ; - syu_ch_astnik_N : N ; - syu_ch_astnica_N : N ; - syu_ch_astni_ch_a_V : V ; - syu_ch_astni_ch_eski_A : A ; - syu_ch_astni_ch_estvo_N : N ; - syu_ch_astni_ch_ka_N : N ; - syu_ch_enik_N : N ; - syu_ch_eni_ch_ka_N : N ; - syhna_V : V ; - syhne_sht__A : A ; - syhranenie_N : N ; - syhranitel_N : N ; - syhran_ja_vam_V : V ; - syhran_ja_vane_N : N ; - sycvetie_N : N ; - sy_ch_etavam_V : V ; - sy_ch_etavane_N : N ; - sy_ch_etanie_N : N ; - sy_ch_inen_A : A ; - sy_ch_inenie_N : N ; - sy_ch_initel_N : N ; - sy_ch_initelen_A : A ; - sy_ch_initelka_N : N ; - sy_ch_initelstvam_V : V ; - sy_ch_initelstvane_N : N ; - sy_ch_initelstvo_N : N ; - sy_ch_initelstvuvam_V : V ; - sy_ch_initelstvuvane_N : N ; - sy_ch_in_ja_vam_V : V ; - sy_ch_in_ja_vane_N : N ; - sy_ch_ka_N : N ; - sy_ch_lenen_A : A ; - sy_ch_lenenost_N : N ; - sy_ch_ma_N : N ; - sy_ch_uvstvam_V : V ; - sy_ch_uvstvane_N : N ; - sy_ch_uvstven_A : A ; - sy_ch_uvstvenik_N : N ; - sy_ch_uvstvenica_N : N ; - sy_ch_uvstvie_N : N ; - sy_ch_uvstvuvam_V : V ; - sy_ch_uvstvuvane_N : N ; - sy_ch_uvstvuva_sht__A : A ; - sy_sh_ivam_V : V ; - sy_sh_ivane_N : N ; - sy_sht__A : A ; - sy_sht_evremenen_A : A ; - sy_sht_estven_A : A ; - sy_sht_estvenost_N : N ; - sy_sht_estvitelno_N : N ; - sy_sht_estvo_N : N ; - sy_sht_estvovanie_N : N ; - sy_sht_estvuvam_V : V ; - sy_sht_estvuvane_N : N ; - sy_sht_estvuvanie_N : N ; - sy_sht_estvuva_sht__A : A ; - sy_sht_ina_N : N ; - sy_sht_inski_A : A ; - sy_sht_nost_N : N ; - sy_iu_z_N : N ; - sy_iu_zen_A : A ; - sy_iu_znik_N : N ; - sy_iu_znica_N : N ; - sy_iu_zni_ch_eski_A : A ; - sy_iu_z_ja_vam_V : V ; - sy_iu_z_ja_vane_N : N ; - sxomga_N : N ; - s_iu_blimen_A : A ; - s_iu_blimnost_N : N ; - s_iu__zj_et_N : N ; - s_iu__zj_eten_A : A ; - s_iu_zeren_A : A ; - s_iu_zerenen_A : A ; - s_iu_ita_N : N ; - s_iu_nger_N : N ; - s_iu_ri_ja__N : N ; - s_iu_rpriz_N : N ; - s_iu_rpriziram_V : V ; - s_iu_rprizirane_N : N ; - s_iu_rrealizym_N : N ; - s_iu_rrealist_N : N ; - s_iu_rrealisti_ch_en_A : A ; - s_iu_rrealistka_N : N ; - s_iu_rtuk_N : N ; - s_ja_dam_V : V ; - s_ja_dane_N : N ; - s_ja_nka_N : N ; - s_ja_ra_N : N ; - tabak_N : N ; - tabakera_N : N ; - taban_N : N ; - tabela_N : N ; - tabelka_N : N ; - tabiet_N : N ; - tabla_N : N ; - tablad_zj_ijka_N : N ; - tablen_A : A ; - tableten_A : A ; - tabletiram_V : V ; - tabletka_N : N ; - tablica_N : N ; - tabli_ch_en_A : A ; - tabli_ch_ka_N : N ; - tablo_N : N ; - tabloid_N : N ; - tabor_N : N ; - tabu_N : N ; - tabulator_N : N ; - tabulaci_ja__N : N ; - tabuliram_V : V ; - tabun_N : N ; - taburetka_N : N ; - tava_N : N ; - tavan_N : N ; - tavanen_A : A ; - tavanski_A : A ; - tavi_ch_ka_N : N ; - tavtologi_ch_en_A : A ; - tavtologi_ja__N : N ; - tag_N : N ; - tad_zj_ik_N : N ; - tad_zj_ikski_A : A ; - tad_zj_i_sh_ki_A : A ; - taen_A : A ; - taene_N : N ; - taz_N : N ; - tazve_ch_eren_A : A ; - tazgodi_sh_en_A : A ; - tazov_A : A ; - tazsedmi_ch_en_A : A ; - tazsutri_sh_en_A : A ; - taitski_A : A ; - tajga_N : N ; - tajlandski_A : A ; - tajna_N : N ; - tajni_ch_yk_A : A ; - tajnobra_ch_en_A : A ; - tajnopis_N : N ; - tajnstven_A : A ; - tajnstvenost_N : N ; - tajnstvo_N : N ; - tajfa_N : N ; - tajfun_N : N ; - tajfunen_A : A ; - take_N : N ; - takela_zj__N : N ; - takela_zj_en_A : A ; - takovam_V : V ; - takovane_N : N ; - taksa_N : N ; - taksi_N : N ; - taksidiot_N : N ; - taksimetrov_A : A ; - taksimetyr_N : N ; - taksimetyrd_zj_i_ja__N : N ; - taksov_A : A ; - taksonomi_ja__N : N ; - taksuvam_V : V ; - taksuvane_N : N ; - takt_N : N ; - taktik_N : N ; - taktika_N : N ; - takti_ch_en_A : A ; - takti_ch_eski_A : A ; - takti_ch_nost_N : N ; - taktov_A : A ; - taktuvam_V : V ; - taktuvane_N : N ; - takym_N : N ; - talaz_N : N ; - talant_N : N ; - talantliv_A : A ; - talantlivost_N : N ; - talasym_N : N ; - tala_sh__N : N ; - tala_sh_it_N : N ; - taliga_N : N ; - taligad_zj_i_ja__N : N ; - taligar_N : N ; - talisman_N : N ; - tali_ja__N : N ; - talk_N : N ; - talkov_A : A ; - talmudi_ch_eski_A : A ; - talon_N : N ; - talpa_N : N ; - tambur_N : N ; - tambura_N : N ; - tamburina_N : N ; - tamburma_zj_or_N : N ; - tamilski_A : A ; - tamo_sh_en_A : A ; - tampon_N : N ; - tamponiram_V : V ; - tamponirane_N : N ; - tam_ja_n_N : N ; - tam_ja_nen_A : A ; - tam_ja_nka_N : N ; - tam_ja_nov_A : A ; - tananikam_V : V ; - tananikane_N : N ; - tangens_N : N ; - tangenta_N : N ; - tangencialen_A : A ; - tango_N : N ; - tandem_N : N ; - taninov_A : A ; - tank_N : N ; - tanker_N : N ; - tankist_N : N ; - tankov_A : A ; - tantalov_A : A ; - tantiema_N : N ; - tanto_N : N ; - tanturest_A : A ; - tanturko_N : N ; - tanc_N : N ; - tancov_A : A ; - tancuvalen_A : A ; - tancuvam_V : V ; - tancuvane_N : N ; - tancuva_ch__N : N ; - tancuva_ch_ka_N : N ; - tancxor_N : N ; - tancxorka_N : N ; - tancxorski_A : A ; - tapa_N : N ; - tapet_N : N ; - tapeten_A : A ; - tapioka_N : N ; - tapir_N : N ; - tapicer_N : N ; - tapiceri_ja__N : N ; - tapicerovka_N : N ; - tapicerski_A : A ; - tapicerstvo_N : N ; - tapiciram_V : V ; - tapicirane_N : N ; - tapicirovka_N : N ; - tapi_ja__N : N ; - tara_N : N ; - taraba_N : N ; - tarale_zj__N : N ; - tarale_zj_ov_A : A ; - tarama_N : N ; - taran_N : N ; - tarantela_N : N ; - tarapana_N : N ; - taratajka_N : N ; - tarator_N : N ; - targa_N : N ; - tarel_N : N ; - tarelka_N : N ; - tarikat_N : N ; - tarikatka_N : N ; - tarikatski_A : A ; - tarifa_N : N ; - tarifen_A : A ; - tartor_N : N ; - tartorski_A : A ; - tart_iu_f_N : N ; - tart_iu_fski_A : A ; - tart_iu_f_sht_ina_N : N ; - tarhana_N : N ; - tas_N : N ; - tasmanec_N : N ; - tasmanski_A : A ; - tatarin_N : N ; - tatarka_N : N ; - tatarski_A : A ; - tate_N : N ; - tatko_N : N ; - tatkov_A : A ; - tatkovina_N : N ; - tatuiram_V : V ; - tatuirane_N : N ; - tatuirovka_N : N ; - tatul_N : N ; - tafta_N : N ; - taften_A : A ; - tahan_N : N ; - tahikardi_ja__N : N ; - tahimetri_ja__N : N ; - tahimetyr_N : N ; - tahometyr_N : N ; - ta_ch_a_V : V ; - ta_ch_ene_N : N ; - ta_ja__V : V ; - tvar_N : N ; - tvorba_N : N ; - tvorenie_N : N ; - tvorec_N : N ; - tvoritelen_A : A ; - tvor_ch_eski_A : A ; - tvor_ch_estvo_N : N ; - tvor_ja__V : V ; - tvyrd_A : A ; - tvyrdenie_N : N ; - tvyrde_ja__V : V ; - tvyrdina_N : N ; - tvyrdi_sh_ki_A : A ; - tvyrdoglav_A : A ; - tvyrdoglavec_N : N ; - tvyrdoglavie_N : N ; - tvyrdoglavstvo_N : N ; - tvyrdoglav_sht_ina_N : N ; - tvyrdokril_A : A ; - tvyrdost_N : N ; - teatral_N : N ; - teatralen_A : A ; - teatralka_N : N ; - teatralni_ch_a_V : V ; - teatralni_ch_ene_N : N ; - teatralnost_N : N ; - teatroved_N : N ; - teatroznanie_N : N ; - teatromani_ja__N : N ; - teatyr_N : N ; - tebe_sh_ir_N : N ; - tebe_sh_iren_A : A ; - tevtonec_N : N ; - tevtonski_A : A ; - tegel_N : N ; - teglene_N : N ; - teglilka_N : N ; - teglilo_N : N ; - teglitelen_A : A ; - tegli_ch__N : N ; - teglo_N : N ; - tegloven_A : A ; - tegl_ja__V : V ; - tegna_V : V ; - tegoba_N : N ; - tegota_N : N ; - tegrametyr_N : N ; - te_zj_a_V : V ; - te_zj_est_N : N ; - te_zj_ina_N : N ; - te_zj_i_ch_yk_A : A ; - te_zj_kovyory_zj_en_A : A ; - te_zj_kokalibren_A : A ; - te_zj_koobrabotvaem_A : A ; - te_zj_kotovaren_A : A ; - te_zj_kotovarnik_N : N ; - te_zj_kotona_zj_en_A : A ; - te_zj_kotona_zj_nik_N : N ; - te_zj_nenie_N : N ; - te_zj_ne_ja__V : V ; - te_zj_yk_A : A ; - teza_N : N ; - tezg_ja_h_N : N ; - tezis_N : N ; - tezisen_A : A ; - teizym_N : N ; - teist_N : N ; - teisti_ch_en_A : A ; - teistka_N : N ; - tejko_N : N ; - tejkov_A : A ; - tek_N : N ; - teka_V : V ; - tekvam_V : V ; - tekvane_N : N ; - teknefes_N : N ; - teksel_N : N ; - tekst_N : N ; - tekstil_N : N ; - tekstilen_A : A ; - tekstilec_N : N ; - tekstilka_N : N ; - tekstov_A : A ; - tekstoobrabotva_sht__A : A ; - tekstoobrabotka_N : N ; - tekstualen_A : A ; - tekstura_N : N ; - tektonika_N : N ; - tektoni_ch_en_A : A ; - teku_ch_estvo_N : N ; - teku_sht__A : A ; - tel_N : N ; - tele_N : N ; - televizionen_A : A ; - televizi_ja__N : N ; - televizor_N : N ; - televizoren_A : A ; - telegeni_ch_en_A : A ; - telegrama_N : N ; - telegramen_A : A ; - telegraf_N : N ; - telegrafen_A : A ; - telegrafiram_V : V ; - telegrafirane_N : N ; - telegrafist_N : N ; - telegrafistka_N : N ; - telegrafi_ch_en_A : A ; - telegrafi_ch_eski_A : A ; - telegrafi_ja__N : N ; - telegrafopo_sht_enski_A : A ; - telegraf_ch_e_N : N ; - telezritel_N : N ; - telekabel_N : N ; - telekamera_N : N ; - telekineza_N : N ; - telekomunikacionen_A : A ; - telekomunikaci_ja__N : N ; - telekonferenci_ja__N : N ; - teleks_N : N ; - teleksen_A : A ; - telemetyr_N : N ; - telemehanika_N : N ; - telen_A : A ; - teleobektiv_N : N ; - teleologi_ch_en_A : A ; - teleologi_ja__N : N ; - telepat_N : N ; - telepati_ch_en_A : A ; - telepati_ja__N : N ; - teleport_N : N ; - teleportator_N : N ; - teleportaci_ja__N : N ; - teleportiram_V : V ; - teleportiran_A : A ; - teleportirane_N : N ; - telepsihi_ch_en_A : A ; - telerekording_N : N ; - telesen_A : A ; - teleskop_N : N ; - teleskopen_A : A ; - teleskopi_ch_en_A : A ; - teleskopi_ch_eski_A : A ; - teletip_N : N ; - teletipen_A : A ; - teletipist_N : N ; - teletipistka_N : N ; - teletransportaci_ja__N : N ; - teleupravlenie_N : N ; - teleupravl_ja_em_A : A ; - telefon_N : N ; - telefonen_A : A ; - telefoniram_V : V ; - telefonirane_N : N ; - telefonist_N : N ; - telefonistka_N : N ; - telefoni_ja__N : N ; - telefonograma_N : N ; - telefon_ch_e_N : N ; - telefoto_N : N ; - telefotoaparat_N : N ; - telefotografi_ja__N : N ; - telefotografski_A : A ; - telec_N : N ; - telecentyr_N : N ; - tele_sh_ki_A : A ; - telica_N : N ; - teloslo_zj_enie_N : N ; - telohranitel_N : N ; - telfer_N : N ; - telce_N : N ; - tel_ch_ar_N : N ; - tel_ch_arka_N : N ; - tel_ch_arnik_N : N ; - tel_ch_e_N : N ; - tel_ja__V : V ; - tel_ja_k_N : N ; - tel_ja_kin_ja__N : N ; - tema_N : N ; - temane_N : N ; - tematika_N : N ; - temati_ch_en_A : A ; - tembyr_N : N ; - teme_N : N ; - temel_N : N ; - temenen_A : A ; - temenuga_N : N ; - temenugov_A : A ; - temenu_zj_en_A : A ; - temenu_zj_ka_N : N ; - temerut_N : N ; - temerutin_N : N ; - temp_N : N ; - tempera_N : N ; - temperament_N : N ; - temperamenten_A : A ; - temperamentnost_N : N ; - temperatura_N : N ; - temperaturen_A : A ; - temperaci_ja__N : N ; - temperiram_V : V ; - tempo_N : N ; - tempov_A : A ; - temporalen_A : A ; - ten_N : N ; - tendenciozen_A : A ; - tendencioznost_N : N ; - tendenci_ja__N : N ; - tender_N : N ; - tend_zj_era_N : N ; - tend_zj_erka_N : N ; - teneke_N : N ; - teneked_zj_ijnica_N : N ; - teneked_zj_ijski_A : A ; - teneked_zj_ijstvo_N : N ; - teneked_zj_i_ja__N : N ; - tenekien_A : A ; - teneki_ja__N : N ; - tenzometyr_N : N ; - tenzor_N : N ; - tenzuh_N : N ; - tenis_N : N ; - tenisen_A : A ; - tenisistka_N : N ; - teniska_N : N ; - teniskort_N : N ; - teni_ja__N : N ; - tenor_N : N ; - tenorov_A : A ; - teodolit_N : N ; - teokrati_ch_en_A : A ; - teokraci_ja__N : N ; - teolog_N : N ; - teologi_ch_en_A : A ; - teologi_ch_eski_A : A ; - teologi_ja__N : N ; - teorema_N : N ; - teoretiziram_V : V ; - teoretizirane_N : N ; - teoretik_N : N ; - teoreti_ch_en_A : A ; - teoreti_ch_eski_A : A ; - teoreti_ch_ka_N : N ; - teoreti_ch_nost_N : N ; - teori_ja__N : N ; - teosof_N : N ; - teosofi_ja__N : N ; - teosofka_N : N ; - teosofski_A : A ; - tepavica_N : N ; - tepavi_ch_ar_N : N ; - tepavi_ch_arka_N : N ; - tepavi_ch_arski_A : A ; - tepavi_ch_arstvo_N : N ; - tepavi_ch_en_A : A ; - tepam_V : V ; - tepe_N : N ; - tepegxoz_N : N ; - tepih_N : N ; - tepsi_ja__N : N ; - terakota_N : N ; - terakoten_A : A ; - terapevt_N : N ; - terapevtika_N : N ; - terapevti_ch_en_A : A ; - terapi_ja__N : N ; - terarium_N : N ; - terasa_N : N ; - terasiram_V : V ; - terasirane_N : N ; - terasoviden_A : A ; - teratologi_ja__N : N ; - teratoma_N : N ; - teren_N : N ; - terenen_A : A ; - terzanie_N : N ; - terza_ja__V : V ; - terzijski_A : A ; - terzi_ja__N : N ; - terier_N : N ; - teritorialen_A : A ; - teritori_ja__N : N ; - terk_N : N ; - terlik_N : N ; - term_N : N ; - termalen_A : A ; - termidor_N : N ; - termin_N : N ; - terminal_N : N ; - terminalen_A : A ; - terminator_N : N ; - terminologi_ch_en_A : A ; - terminologi_ja__N : N ; - termionen_A : A ; - termit_N : N ; - termiten_A : A ; - termitov_A : A ; - termi_ch_en_A : A ; - termi_ch_eski_A : A ; - termobateri_ja__N : N ; - termogeneza_N : N ; - termograf_N : N ; - termodvojka_N : N ; - termodinamika_N : N ; - termodinami_ch_en_A : A ; - termoelektri_ch_estvo_N : N ; - termoelektron_N : N ; - termoelektronen_A : A ; - termoelement_N : N ; - termoizolaci_ja__N : N ; - termolampa_N : N ; - termometri_ch_en_A : A ; - termometyr_N : N ; - termoobraboten_A : A ; - termoplasti_ch_en_A : A ; - termoreaktiven_A : A ; - termoreaktor_N : N ; - termoregulator_N : N ; - termoregulaci_ja__N : N ; - termoregulira_sht__A : A ; - termorele_N : N ; - termos_N : N ; - termostat_N : N ; - termosfera_N : N ; - termoterapi_ja__N : N ; - termoustoj_ch_iv_A : A ; - termoustoj_ch_ivost_N : N ; - termofor_N : N ; - termoforen_A : A ; - termohimi_ja__N : N ; - termo_ja_dren_A : A ; - teror_N : N ; - teroriziram_V : V ; - terorizirane_N : N ; - terorizym_N : N ; - terorist_N : N ; - teroristi_ch_en_A : A ; - teroristka_N : N ; - terpentin_N : N ; - terpentinov_A : A ; - tersene_N : N ; - tertip_N : N ; - terca_N : N ; - tercier_N : N ; - tercieren_A : A ; - terci_ja__N : N ; - tesam_V : V ; - tesane_N : N ; - tesen_A : A ; - tesla_N : N ; - tesne_ja__V : V ; - tesnina_N : N ; - tesni_ch_yk_A : A ; - tesnogryd_N : N ; - tesnogrydie_N : N ; - tesnogrydstvo_N : N ; - tesnolineen_A : A ; - tesnolinejka_N : N ; - tesnolisten_A : A ; - tesnota_N : N ; - tesnoti_ja__N : N ; - tesn_ja__ch_estvo_N : N ; - test_N : N ; - testvam_V : V ; - testvane_N : N ; - teste_N : N ; - testen_A : A ; - testikul_N : N ; - testis_N : N ; - testo_N : N ; - testov_A : A ; - testomesa_ch_ka_N : N ; - testuvam_V : V ; - testuvane_N : N ; - tetanus_N : N ; - teterka_N : N ; - tetiva_N : N ; - tetka_N : N ; - tetradka_N : N ; - tetraedyr_N : N ; - tetralogi_ja__N : N ; - tetrarhi_ja__N : N ; - tetrev_N : N ; - teflonov_A : A ; - tefter_N : N ; - tefter_ch_e_N : N ; - tehnik_N : N ; - tehnika_N : N ; - tehnikum_N : N ; - tehni_ch_en_A : A ; - tehni_ch_eski_A : A ; - tehnokrat_N : N ; - tehnokraci_ja__N : N ; - tehnolog_N : N ; - tehnologi_ch_en_A : A ; - tehnologi_ch_eski_A : A ; - tehnologi_ja__N : N ; - tehnofobi_ja__N : N ; - te_ch__N : N ; - te_ch_en_A : A ; - te_ch_enie_N : N ; - te_ch_nost_N : N ; - tiara_N : N ; - tibetski_A : A ; - tigan_N : N ; - tigel_N : N ; - tigrinski_A : A ; - tigrica_N : N ; - tigrov_A : A ; - tigyr_N : N ; - tigyrski_A : A ; - tigyr_ch_e_N : N ; - tik_N : N ; - tikam_V : V ; - tikane_N : N ; - tikva_N : N ; - tikvam_V : V ; - tikvane_N : N ; - tikvar_N : N ; - tikvarka_N : N ; - tikven_A : A ; - tikvenik_N : N ; - tikvi_ch_ka_N : N ; - tikov_A : A ; - tikso_N : N ; - tiktakam_V : V ; - tiktakane_N : N ; - til_N : N ; - tilda_N : N ; - tilen_A : A ; - tililejski_A : A ; - tilov_A : A ; - tilovak_N : N ; - tilova_sh_ki_A : A ; - tim_N : N ; - timov_A : A ; - timpan_N : N ; - tinejd_zj_yr_N : N ; - tinejd_zj_yrka_N : N ; - tinejd_zj_yrski_A : A ; - tinest_A : A ; - tinktura_N : N ; - tint_ja_va_N : N ; - tin_ja__N : N ; - tip_N : N ; - tipa_zj__N : N ; - tipizaci_ja__N : N ; - tipiziram_V : V ; - tipizirane_N : N ; - tipi_ch_en_A : A ; - tipi_ch_nost_N : N ; - tipov_A : A ; - tipograf_N : N ; - tipografi_ja__N : N ; - tipografski_A : A ; - tiposvam_V : V ; - tiposvane_N : N ; - tirada_N : N ; - tira_zj__N : N ; - tira_zj_en_A : A ; - tira_zj_iram_V : V ; - tira_zj_irane_N : N ; - tiran_N : N ; - tiraniziram_V : V ; - tiranizirane_N : N ; - tiranin_N : N ; - tirani_ch_en_A : A ; - tirani_ch_eski_A : A ; - tirani_ch_nost_N : N ; - tirani_ja__N : N ; - tiranka_N : N ; - tiranski_A : A ; - tiranstvo_N : N ; - tirant_N : N ; - tirbu_sh_on_N : N ; - tire_N : N ; - tirence_N : N ; - tirolec_N : N ; - tirolka_N : N ; - tirolski_A : A ; - tisov_A : A ; - titan_N : N ; - titani_ch_en_A : A ; - titanov_A : A ; - titanski_A : A ; - titla_N : N ; - titra_N : N ; - titul_N : N ; - titulen_A : A ; - tituluvam_V : V ; - tituluvan_A : A ; - tituluvane_N : N ; - titul_ja_r_N : N ; - titul_ja_ren_A : A ; - tif_N : N ; - tifozen_A : A ; - tifus_N : N ; - tih_A : A ; - tihookeanski_A : A ; - ti_ch_am_V : V ; - ti_ch_ane_N : N ; - ti_ch_inka_N : N ; - ti_ch_inkov_A : A ; - ti_sh_ina_N : N ; - tlaka_N : N ; - tlasvam_V : V ; - tlasvane_N : N ; - tlaskam_V : V ; - tlaskane_N : N ; - tlaskanica_N : N ; - tlasyk_N : N ; - tleene_N : N ; - tlee_sht__A : A ; - tlenen_A : A ; - tlenie_N : N ; - tlennost_N : N ; - tle_ja__V : V ; - tlyst_A : A ; - tlystak_N : N ; - tlyste_ja__V : V ; - tlystina_N : N ; - tlysti_ch_yk_A : A ; - toalet_N : N ; - toaleten_A : A ; - toaletka_N : N ; - toaletna_N : N ; - toaliram_V : V ; - toalirane_N : N ; - tobogan_N : N ; - tovar_N : N ; - tovara_ch__N : N ; - tovara_ch_ka_N : N ; - tovaren_A : A ; - tovarene_N : N ; - tovaritel_N : N ; - tovaritelnica_N : N ; - tovarovmestimost_N : N ; - tovaropodemen_A : A ; - tovaropodemnost_N : N ; - tovarosposobnost_N : N ; - tovar_ja__V : V ; - toga_N : N ; - togava_sh_en_A : A ; - togo_N : N ; - tok_N : N ; - toka_N : N ; - tokajski_A : A ; - tokata_N : N ; - toka_ch_ka_N : N ; - tokmak_N : N ; - tokov_A : A ; - tokoizpravitel_N : N ; - tokoizpravitelen_A : A ; - tokoizprav_ja_ne_N : N ; - tokopriemnik_N : N ; - tokorazpredelitel_N : N ; - toksikologi_ja__N : N ; - toksin_N : N ; - toksiplazmoza_N : N ; - toksi_ch_en_A : A ; - toksi_ch_nost_N : N ; - tok_ch_e_N : N ; - tolerans_N : N ; - toleranten_A : A ; - tolerantnost_N : N ; - toleriram_V : V ; - tolerirane_N : N ; - tolstoizym_N : N ; - tolstoist_N : N ; - tolstoistka_N : N ; - tom_N : N ; - tomahavka_N : N ; - tombola_N : N ; - tom_ch_e_N : N ; - ton_N : N ; - tona_zj__N : N ; - tonalen_A : A ; - tonalnost_N : N ; - toner_N : N ; - tonzura_N : N ; - tonizira_sht__A : A ; - tonik_N : N ; - tonika_N : N ; - toni_ch_en_A : A ; - toni_ch_eski_A : A ; - tonov_A : A ; - tonometyr_N : N ; - tonoperator_N : N ; - tonregulator_N : N ; - tonre_zj_isxor_N : N ; - tonus_N : N ; - tonusen_A : A ; - tonfilm_N : N ; - top_N : N ; - topaz_N : N ; - topvam_V : V ; - topvane_N : N ; - topen_A : A ; - topene_N : N ; - topilen_A : A ; - topiln_ja__N : N ; - topilo_N : N ; - topimost_N : N ; - topka_N : N ; - topka_sht__A : A ; - toplene_N : N ; - topliven_A : A ; - toplivo_N : N ; - toplijka_N : N ; - toplina_N : N ; - toplinen_A : A ; - toplinka_N : N ; - topli_ch_yk_A : A ; - toploelektri_ch_eski_A : A ; - toploemkost_N : N ; - toplokryven_A : A ; - toplomer_N : N ; - toploprovod_N : N ; - toploprovoden_A : A ; - toploprovodim_A : A ; - toploprovodimost_N : N ; - toplosnabd_ja_vane_N : N ; - toplota_N : N ; - toplotehnika_N : N ; - toploustoj_ch_iv_A : A ; - toplofikaci_ja__N : N ; - toploficiram_V : V ; - toplocentrala_N : N ; - topl_ja__V : V ; - topoven_A : A ; - topograf_N : N ; - topografen_A : A ; - topografi_ch_eski_A : A ; - topografi_ja__N : N ; - topografski_A : A ; - topola_N : N ; - topolov_A : A ; - toponimi_ch_en_A : A ; - toponimi_ja__N : N ; - topor_N : N ; - toptan_N : N ; - toptand_zj_i_ja__N : N ; - topuz_N : N ; - topurkam_V : V ; - topurkane_N : N ; - top_ch_e_N : N ; - top_ch_ence_N : N ; - top_ch_est_A : A ; - top_ch_ica_N : N ; - top_ch_i_ja__N : N ; - topyl_A : A ; - top_ja__V : V ; - tor_N : N ; - torba_N : N ; - torbalan_N : N ; - torbar_N : N ; - torbest_A : A ; - torbica_N : N ; - torbi_ch_ka_N : N ; - toreador_N : N ; - toren_A : A ; - torene_N : N ; - tori_sht_e_N : N ; - tormoz_N : N ; - tormozene_N : N ; - tormoz_ja__V : V ; - tornado_N : N ; - torov_A : A ; - tororazpryskva_ch__N : N ; - torpeden_A : A ; - torpedo_N : N ; - torpedonosec_N : N ; - torpila_N : N ; - torpiliram_V : V ; - torpilirane_N : N ; - tors_N : N ; - torta_N : N ; - torf_N : N ; - torfen_A : A ; - tor_ja__V : V ; - toskanec_N : N ; - toskanski_A : A ; - tost_N : N ; - toster_N : N ; - totalen_A : A ; - totalizator_N : N ; - totalitaren_A : A ; - totalitarizym_N : N ; - totem_N : N ; - totemizym_N : N ; - toto_N : N ; - to_ch_a_V : V ; - to_ch_en_A : A ; - to_ch_ene_N : N ; - to_ch_ilar_N : N ; - to_ch_ilarski_A : A ; - to_ch_ilen_A : A ; - to_ch_ilka_N : N ; - to_ch_ilo_N : N ; - to_ch_ica_N : N ; - to_ch_ka_N : N ; - to_ch_kov_A : A ; - to_ch_nost_N : N ; - to_ja_ga_N : N ; - traversa_N : N ; - travestit_N : N ; - travma_N : N ; - travmatiziram_V : V ; - travmatizirane_N : N ; - travmati_ch_en_A : A ; - tragedi_ja__N : N ; - tragizym_N : N ; - tragik_N : N ; - tragikomedi_ja__N : N ; - tragikomi_ch_en_A : A ; - tragi_ch_en_A : A ; - tragi_ch_eski_A : A ; - tragi_ch_ka_N : N ; - tragi_ch_nost_N : N ; - tradicionalizym_N : N ; - tradicionalist_N : N ; - tradicionalistka_N : N ; - tradicionalistki_A : A ; - tradicionen_A : A ; - tradicionnost_N : N ; - tradici_ja__N : N ; - traektori_ja__N : N ; - traen_A : A ; - traene_N : N ; - trajnost_N : N ; - trak_N : N ; - trakam_V : V ; - trakane_N : N ; - trakvam_V : V ; - trakvane_N : N ; - trakiec_N : N ; - trakijka_N : N ; - trakijski_A : A ; - traktat_N : N ; - traktovka_N : N ; - traktor_N : N ; - traktoren_A : A ; - traktorist_N : N ; - traktoristka_N : N ; - trakcionen_A : A ; - trakci_ja__N : N ; - tral_N : N ; - trambovam_V : V ; - trambovane_N : N ; - trambovka_N : N ; - tramvaen_A : A ; - tramvaj_N : N ; - tramvajd_zj_ijka_N : N ; - tramvajd_zj_i_ja__N : N ; - trampa_N : N ; - tramplin_N : N ; - tramposvane_N : N ; - tramp_ja__V : V ; - tranzakci_ja__N : N ; - tranzistor_N : N ; - tranzistoren_A : A ; - tranzit_N : N ; - tranziten_A : A ; - tranzitiven_A : A ; - trans_N : N ; - transalpijski_A : A ; - transarkti_ch_eski_A : A ; - transatlanti_ch_eski_A : A ; - transbordiram_V : V ; - transbordirane_N : N ; - transgalakti_ch_eski_A : A ; - transgresi_ja__N : N ; - transkontinentalen_A : A ; - transkosmi_ch_eski_A : A ; - transkribiram_V : V ; - transkribirane_N : N ; - transkripci_ja__N : N ; - translator_N : N ; - translatoren_A : A ; - translacionen_A : A ; - translaci_ja__N : N ; - transliram_V : V ; - transliran_A : A ; - translirane_N : N ; - transliteraci_ja__N : N ; - transliteriram_V : V ; - transliterirane_N : N ; - transmisionen_A : A ; - transmisi_ja__N : N ; - transokeanski_A : A ; - transparant_N : N ; - transplant_N : N ; - transplantaci_ja__N : N ; - transplantiram_V : V ; - transplantirane_N : N ; - transponiram_V : V ; - transponirane_N : N ; - transport_N : N ; - transporten_A : A ; - transportir_N : N ; - transportiram_V : V ; - transportirane_N : N ; - transportxor_N : N ; - transprehod_N : N ; - transseksualen_A : A ; - transfer_N : N ; - transferiram_V : V ; - transferirane_N : N ; - transformator_N : N ; - transformacionen_A : A ; - transformaci_ja__N : N ; - transformiram_V : V ; - transformirane_N : N ; - transfuzer_N : N ; - transfuzi_ja__N : N ; - transcedentalen_A : A ; - transcendentalizym_N : N ; - tran_sh_een_A : A ; - tran_sh_e_ja__N : N ; - trap_N : N ; - trapeza_N : N ; - trapezari_ja__N : N ; - trapezoid_N : N ; - trapec_N : N ; - trapecoviden_A : A ; - trap_ch_e_N : N ; - trap_ch_iv_A : A ; - trap_ch_ina_N : N ; - trap_ch_inka_N : N ; - trase_N : N ; - trasiram_V : V ; - trasirane_N : N ; - trasirovka_N : N ; - trasirovy_ch_en_A : A ; - traslatoren_A : A ; - trauler_N : N ; - traur_N : N ; - trauren_A : A ; - trafik_N : N ; - traheen_A : A ; - traheotomi_ja__N : N ; - trahe_ja__N : N ; - trahit_N : N ; - trahoma_N : N ; - tra_ja__V : V ; - treb_ja__V : V ; - treva_N : N ; - treven_A : A ; - trevist_A : A ; - trevi_ch_ka_N : N ; - trevoga_N : N ; - trevo_zj_a_V : V ; - trevo_zj_en_A : A ; - trevo_zj_nost_N : N ; - trevol_ja_k_N : N ; - trevopasen_A : A ; - trevopodoben_A : A ; - trevopolen_A : A ; - trevo_ja_den_A : A ; - trev_ja_sal_A : A ; - trev_ja_sane_N : N ; - trev_ja_svam_V : V ; - trev_ja_svane_N : N ; - trezv_A : A ; - trezven_A : A ; - trezvenik_N : N ; - trezvenica_N : N ; - trezvenost_N : N ; - trezvomisle_sht__A : A ; - trezvost_N : N ; - trezor_N : N ; - trejding_N : N ; - trejd_iu_nion_N : N ; - trejd_iu_nionizym_N : N ; - trejd_iu_nionist_N : N ; - trela_N : N ; - trema_N : N ; - tremoliram_V : V ; - tremolirane_N : N ; - tremolo_N : N ; - trena_zj_or_N : N ; - trend_N : N ; - trendafil_N : N ; - trendafilov_A : A ; - trening_N : N ; - treniram_V : V ; - trenirane_N : N ; - trenirovka_N : N ; - trenirovy_ch_en_A : A ; - trenxor_N : N ; - trenxorka_N : N ; - trenxorski_A : A ; - trepanaci_ja__N : N ; - trepane_N : N ; - trepvam_V : V ; - trepvane_N : N ; - treperene_N : N ; - treperliv_A : A ; - treper_ja__V : V ; - trepet_N : N ; - trepeten_A : A ; - trepetlika_N : N ; - trepkam_V : V ; - trepkane_N : N ; - treptene_N : N ; - treptenie_N : N ; - trept_ja__V : V ; - trep_ja__V : V ; - tresa_V : V ; - tresavi_sht_e_N : N ; - tresene_N : N ; - treska_N : N ; - treskav_A : A ; - treskavica_N : N ; - treskavost_N : N ; - tresna_V : V ; - tres_ch_ica_N : N ; - tretina_N : N ; - tretinka_N : N ; - tretiram_V : V ; - tretirane_N : N ; - tretoka_ch_estven_A : A ; - tretoklasen_A : A ; - tretoklasnik_N : N ; - tretoklasni_ch_ka_N : N ; - tretorazreden_A : A ; - tretostepenen_A : A ; - trefa_N : N ; - tre_sht_ene_N : N ; - tre_sht__ja__V : V ; - triada_N : N ; - triangulacionen_A : A ; - triangulaci_ja__N : N ; - triatomen_A : A ; - tribagren_A : A ; - tribagrenik_N : N ; - triboj_N : N ; - tribukven_A : A ; - tribun_N : N ; - tribuna_N : N ; - tribunal_N : N ; - trivalenten_A : A ; - trivekoven_A : A ; - trivialen_A : A ; - trivialnost_N : N ; - trivremenen_A : A ; - triger_N : N ; - triglav_A : A ; - triglasen_A : A ; - trigodi_sh_en_A : A ; - trigodi_sh_nina_N : N ; - trigonometri_ch_en_A : A ; - trigonometri_ch_eski_A : A ; - trigonometri_ja__N : N ; - trigradski_A : A ; - triguna_N : N ; - tridelen_A : A ; - tridesetgodi_sh_en_A : A ; - tridesetgodi_sh_nina_N : N ; - trideseteta_zj_en_A : A ; - tridneven_A : A ; - triedinen_A : A ; - triedinstvo_N : N ; - triezi_ch_en_A : A ; - trielementen_A : A ; - triene_N : N ; - trieta_zj_en_A : A ; - tri_zj_ilen_A : A ; - tri_zj_i_ch_en_A : A ; - trizvu_ch_ie_N : N ; - trizna_ch_en_A : A ; - trizybec_N : N ; - triizmeren_A : A ; - trik_N : N ; - trikaten_A : A ; - triklet_A : A ; - triko_N : N ; - trikolka_N : N ; - trikolxor_N : N ; - trikota_zj__N : N ; - trikota_zj_en_A : A ; - trikota_zj_nik_N : N ; - trikrak_A : A ; - trikraten_A : A ; - trikril_A : A ; - trikrilen_A : A ; - trilineen_A : A ; - trilisten_A : A ; - trilistnik_N : N ; - trilogi_ja__N : N ; - trima_ch_tov_A : A ; - trimer_N : N ; - trimeren_A : A ; - trimese_ch_en_A : A ; - trimese_ch_ie_N : N ; - trimesten_A : A ; - trimestyr_N : N ; - trimetrov_A : A ; - trimotoren_A : A ; - trina_N : N ; - trinadesetgodi_sh_en_A : A ; - trinadesetgodi_sh_nina_N : N ; - trinog_A : A ; - trinoga_N : N ; - trino_zj_en_A : A ; - trino_zj_nik_N : N ; - trinom_N : N ; - trio_N : N ; - triod_N : N ; - triokis_N : N ; - triola_N : N ; - trion_N : N ; - trion_ch_e_N : N ; - trior_N : N ; - triosen_A : A ; - triosnoven_A : A ; - tripaluben_A : A ; - triper_N : N ; - triperen_A : A ; - triplan_N : N ; - triplastov_A : A ; - tripleks_N : N ; - triptih_N : N ; - trirazmeren_A : A ; - trirema_N : N ; - trisedmi_ch_en_A : A ; - triskorosten_A : A ; - trisloen_A : A ; - trisri_ch_en_A : A ; - tristagodi_sh_en_A : A ; - tristagodi_sh_nina_N : N ; - tristaen_A : A ; - tristepenen_A : A ; - tristi_sh_ie_N : N ; - tristranen_A : A ; - tristrunen_A : A ; - tristypen_A : A ; - tritomen_A : A ; - triton_N : N ; - tritonen_A : A ; - triumvirat_N : N ; - triumf_N : N ; - triumfalen_A : A ; - triumfiram_V : V ; - triumfirane_N : N ; - trifazen_A : A ; - trihil_ja_den_A : A ; - trihina_N : N ; - trihinoza_N : N ; - trihinozen_A : A ; - trihofiti_ja__N : N ; - trica_N : N ; - tricvet_N : N ; - tricveten_A : A ; - triceps_N : N ; - tricifrov_A : A ; - tri_ch_av_A : A ; - tri_ch_asov_A : A ; - tri_ch_len_N : N ; - tri_ch_lenen_A : A ; - tri_ch_lenka_N : N ; - triygylen_A : A ; - triygylnik_N : N ; - tri_ja__V : V ; - trov_ja__V : V ; - trogatelen_A : A ; - trogatelnost_N : N ; - trogvam_V : V ; - trogvane_N : N ; - troglodit_N : N ; - troen_A : A ; - troica_N : N ; - trojka_N : N ; - trojkad_zj_ijka_N : N ; - trojkad_zj_i_ja__N : N ; - trolej_N : N ; - trolejbus_N : N ; - trolejbusen_A : A ; - tromav_A : A ; - tromavost_N : N ; - tromav_sht_ina_N : N ; - tromba_N : N ; - tromboza_N : N ; - trombon_N : N ; - trombonist_N : N ; - trompet_N : N ; - trompetist_N : N ; - tron_N : N ; - tronen_A : A ; - tropam_V : V ; - tropane_N : N ; - tropanica_N : N ; - tropvam_V : V ; - tropvane_N : N ; - tropik_N : N ; - tropi_ch_en_A : A ; - tropi_ch_eski_A : A ; - tropkam_V : V ; - tropkane_N : N ; - tropolene_N : N ; - tropole_sht__A : A ; - tropologi_ja__N : N ; - tropol_ja__V : V ; - troposam_V : V ; - troposvam_V : V ; - troposvane_N : N ; - troposka_N : N ; - troposfera_N : N ; - tropot_N : N ; - tropotene_N : N ; - tropot_ja__V : V ; - trosvam_V : V ; - trosvane_N : N ; - troskot_N : N ; - trosna_V : V ; - trosnatost_N : N ; - trotil_N : N ; - trotinetka_N : N ; - trotoar_N : N ; - trotoaren_A : A ; - trofeen_A : A ; - trofej_N : N ; - troha_N : N ; - trockizym_N : N ; - trockist_N : N ; - trockistka_N : N ; - tro_sh_a_V : V ; - tro_sh_a_ch_ka_N : N ; - tro_sh_en_A : A ; - tro_sh_ene_N : N ; - tro_sh_ica_N : N ; - tro_sh_i_ch_ka_N : N ; - tro_sh_liv_A : A ; - tro_sh_livost_N : N ; - tro_sh_l_ja_k_N : N ; - tro_ja_k_A : A ; - tro_ja_nec_N : N ; - tro_ja_nski_A : A ; - trubadur_N : N ; - trud_N : N ; - truden_A : A ; - trude_sht__A : A ; - trudnodosti_zj_im_A : A ; - trudnodostypen_A : A ; - trudnozabele_zj_im_A : A ; - trudnoizpylnim_A : A ; - trudnopodvi_zj_en_A : A ; - trudnoprilo_zj_im_A : A ; - trudnoprisposobim_A : A ; - trudnoprohodim_A : A ; - trudnosmilaem_A : A ; - trudnost_N : N ; - trudov_A : A ; - trudovak_N : N ; - trudova_sh_ki_A : A ; - trudovovyzpitatelen_A : A ; - trudoemkost_N : N ; - trudoemyk_A : A ; - trudol_iu_biv_A : A ; - trudol_iu_bivost_N : N ; - trudol_iu_bie_N : N ; - trudosposoben_A : A ; - trudosposobnost_N : N ; - trudoustroen_A : A ; - trudoustro_ja_vam_V : V ; - trudoustro_ja_vane_N : N ; - trud_ja__V : V ; - tru_zj_enik_N : N ; - tru_zj_enica_N : N ; - trup_N : N ; - trupa_N : N ; - trupam_V : V ; - trupane_N : N ; - trupvam_V : V ; - trupvane_N : N ; - trupen_A : A ; - trupe_sh_ki_A : A ; - trup_ch_e_N : N ; - trus_N : N ; - trufene_N : N ; - trufilo_N : N ; - truf_ja__V : V ; - tryba_N : N ; - tryba_ch__N : N ; - tryben_A : A ; - trybene_N : N ; - trybest_A : A ; - trybi_ch_ka_N : N ; - tryboviden_A : A ; - tryboobrazen_A : A ; - trybopodoben_A : A ; - tryboprovod_N : N ; - tryboprovoden_A : A ; - tryb_ja__V : V ; - trygvam_V : V ; - trygvane_N : N ; - trykvam_V : V ; - trykvane_N : N ; - tryn_N : N ; - trynak_N : N ; - tryne_N : N ; - trynen_A : A ; - trynka_N : N ; - trynkoslivka_N : N ; - trynliv_A : A ; - trynlivost_N : N ; - trynoslivka_N : N ; - tryn_ch_e_N : N ; - tryn_ja_sane_N : N ; - tryn_ja_svam_V : V ; - tryn_ja_svane_N : N ; - trypen_A : A ; - trypka_N : N ; - trypna_V : V ; - trypnene_N : N ; - trypne_sht__A : A ; - tryp_ch_iv_A : A ; - tryp_ch_ivost_N : N ; - trysvam_V : V ; - trysvane_N : N ; - tryskam_V : V ; - tryskane_N : N ; - tryst_N : N ; - trystika_N : N ; - trystikov_A : A ; - trystov_A : A ; - trytka_N : N ; - trytlest_A : A ; - try_sh_vam_V : V ; - try_sh_vane_N : N ; - try_sh_kam_V : V ; - try_sh_kane_N : N ; - tr_iu_m_N : N ; - tr_iu_men_A : A ; - tr_ja_bvam_V : V ; - tr_ja_bvane_N : N ; - tr_ja_svam_V : V ; - tr_ja_svane_N : N ; - tr_ja_skam_V : V ; - tr_ja_skane_N : N ; - tr_ja_syk_N : N ; - tuba_N : N ; - tuberkuliram_V : V ; - tuberkulirane_N : N ; - tuberkuloza_N : N ; - tuberkulozen_A : A ; - tuberkuloznobolen_A : A ; - tuberoza_N : N ; - tubi_ch_ka_N : N ; - tuz_N : N ; - tuzemen_A : A ; - tuzemec_N : N ; - tuzemka_N : N ; - tuzemski_A : A ; - tuka_sh_en_A : A ; - tuktam_V : V ; - tuktane_N : N ; - tulovi_sht_e_N : N ; - tulum_N : N ; - tulumba_N : N ; - tulumbi_ch_ka_N : N ; - tulup_N : N ; - tul_ja__V : V ; - tumba_N : N ; - tumbak_N : N ; - tumbest_A : A ; - tumor_N : N ; - tuna_N : N ; - tundra_N : N ; - tunel_N : N ; - tunelen_A : A ; - tune_ja_dec_N : N ; - tune_ja_dstvo_N : N ; - tunika_N : N ; - tunisec_N : N ; - tuniska_N : N ; - tuniski_A : A ; - tupalka_N : N ; - tupam_V : V ; - tupane_N : N ; - tupanica_N : N ; - tupvam_V : V ; - tupvane_N : N ; - tupe_N : N ; - tupiram_V : V ; - tupiran_A : A ; - tupirane_N : N ; - tupkam_V : V ; - tupkane_N : N ; - tupte_zj__N : N ; - tuptene_N : N ; - tupt_ja__V : V ; - tupurdi_ja__N : N ; - tur_N : N ; - tura_N : N ; - turbina_N : N ; - turbinen_A : A ; - turbovitlov_A : A ; - turbogenerator_N : N ; - turbokompresor_N : N ; - turboreaktiven_A : A ; - turbulenten_A : A ; - turizym_N : N ; - turist_N : N ; - turisti_ch_eski_A : A ; - turistka_N : N ; - turkin_ja__N : N ; - turkmenski_A : A ; - turna_V : V ; - turne_N : N ; - turnir_N : N ; - turniren_A : A ; - turski_A : A ; - turcizym_N : N ; - tur_ch_a_V : V ; - tur_ch_in_N : N ; - tur_sh_ien_A : A ; - tur_sh_i_ja__N : N ; - tur_ja_m_V : V ; - tur_ja_ne_N : N ; - tutam_V : V ; - tutkav_A : A ; - tutkavost_N : N ; - tutkal_N : N ; - tutkalen_A : A ; - tutkam_V : V ; - tutkane_N : N ; - tutmanik_N : N ; - tufa_N : N ; - tufest_A : A ; - tuhla_N : N ; - tuhlar_N : N ; - tuhlaren_A : A ; - tuhlarnica_N : N ; - tuhlarski_A : A ; - tuhlarstvo_N : N ; - tuhlen_A : A ; - tu_ch_en_A : A ; - tu_ch_enica_N : N ; - tu_ch_nost_N : N ; - tu_sh__N : N ; - tu_sh_iram_V : V ; - tu_sh_irane_N : N ; - t_sht_eslaven_A : A ; - t_sht_eslavie_N : N ; - tyga_N : N ; - tygoven_A : A ; - tygovit_A : A ; - tyguvam_V : V ; - tyguvane_N : N ; - tyd_ja_va_sh_en_A : A ; - ty_zj_a_V : V ; - ty_zj_ba_N : N ; - ty_zj_destven_A : A ; - ty_zj_destvenost_N : N ; - ty_zj_destvo_N : N ; - ty_zj_en_A : A ; - ty_zj_itel_N : N ; - ty_zj_itelka_N : N ; - ty_zj_ni_ch_yk_A : A ; - ty_zj_oven_A : A ; - tyka_V : V ; - tykan_N : N ; - tykane_N : N ; - tyka_ch__N : N ; - tyka_ch_en_A : A ; - tyka_ch_estvo_N : N ; - tyka_ch_ka_N : N ; - tyka_ch_nica_N : N ; - tykm_ja__V : V ; - tylkovanie_N : N ; - tylkoven_A : A ; - tylkovnik_N : N ; - tylkuvam_V : V ; - tylkuvane_N : N ; - tylkuvanie_N : N ; - tylkuvatel_N : N ; - tylkuvatelen_A : A ; - tylkuvatelka_N : N ; - tylpa_N : N ; - tylp_ja__V : V ; - tyma_N : N ; - tymen_A : A ; - tymne_ja__V : V ; - tymnilo_N : N ; - tymnina_N : N ; - tymnica_N : N ; - tymni_ch_ar_N : N ; - tymni_ch_arka_N : N ; - tymni_ch_en_A : A ; - tymnovioletov_A : A ; - tymno_zj_ylt_A : A ; - tymnozelen_A : A ; - tymnokaf_ja_v_A : A ; - tymnoko_zj__A : A ; - tymnokos_A : A ; - tymnomorav_A : A ; - tymnooran_zj_ev_A : A ; - tymnorozov_A : A ; - tymnosiv_A : A ; - tymnosin_A : A ; - tymnota_N : N ; - tymnoti_ja__N : N ; - tymno_ch_erven_A : A ; - tyna_V : V ; - tyne_sht__A : A ; - tyne_ja__V : V ; - tyni_ch_yk_A : A ; - tynkoko_zj__A : A ; - tynkokrak_A : A ; - tynkorunen_A : A ; - tynkost_N : N ; - tynte_zj__N : N ; - tynt_ja__V : V ; - tynyk_A : A ; - tyn_ja__V : V ; - typ_A : A ; - typak_N : N ; - typan_N : N ; - typanar_N : N ; - typanarka_N : N ; - typanarski_A : A ; - typan_ch_e_N : N ; - typa_ch_ka_N : N ; - typa_sh_ki_A : A ; - typa_sht_ina_N : N ; - type_ja__V : V ; - typi_ch_yk_A : A ; - typkalo_N : N ; - typkane_N : N ; - typkanica_N : N ; - typovryh_A : A ; - typoglav_A : A ; - typost_N : N ; - typota_N : N ; - typoti_ja__N : N ; - typoumen_A : A ; - typoumie_N : N ; - typoygylen_A : A ; - typoygylnik_N : N ; - typ_ch_a_V : V ; - typ_ch_ene_N : N ; - typ_ja__V : V ; - tyrbuh_N : N ; - tyrbu_sh_a_V : V ; - tyrg_N : N ; - tyrga_sh__N : N ; - tyrga_sh_eski_A : A ; - tyrga_sh_estvo_N : N ; - tyrgovec_N : N ; - tyrgovi_ja__N : N ; - tyrgovka_N : N ; - tyrgovski_A : A ; - tyrgovskopromi_sh_len_A : A ; - tyrgov_sht_ina_N : N ; - tyrguvam_V : V ; - tyrguvane_N : N ; - tyr_zj_en_A : A ; - tyr_zj_estven_A : A ; - tyr_zj_estvenost_N : N ; - tyr_zj_estvo_N : N ; - tyr_zj_estvuvam_V : V ; - tyr_zj_estvuvane_N : N ; - tyr_zj_i_sht_e_N : N ; - tyrkale_N : N ; - tyrkalo_N : N ; - tyrkal_ja_m_V : V ; - tyrkal_ja_ne_N : N ; - tyrkam_V : V ; - tyrkane_N : N ; - tyrkol_ja__V : V ; - tyrkulvam_V : V ; - tyrkulvane_N : N ; - tyrmyk_N : N ; - tyrmy_ch_a_V : V ; - tyrnov_A : A ; - tyrnokop_N : N ; - tyrpe_zj__N : N ; - tyrpeliv_A : A ; - tyrpelivost_N : N ; - tyrpenie_N : N ; - tyrpim_A : A ; - tyrpimost_N : N ; - tyrp_ja__V : V ; - tyrsa_ch__N : N ; - tyrsa_ch_ka_N : N ; - tyrsene_N : N ; - tyrs_ja__V : V ; - tyrtej_N : N ; - tyrtejski_A : A ; - tyrt_ja__V : V ; - tyr_ch_a_V : V ; - tyr_ch_ane_N : N ; - tyr_ch_ene_N : N ; - tyr_sh_uvam_V : V ; - tyr_sh_uvane_N : N ; - tyst_N : N ; - tyten_N : N ; - tytna_V : V ; - tytne_zj__N : N ; - tytrene_N : N ; - tytr_ja__V : V ; - ty_ch__N : N ; - ty_ch_lini_ja__N : N ; - ty_sht_a_N : N ; - t_iu_l_N : N ; - t_iu_len_A : A ; - t_iu_lenov_A : A ; - t_iu_rban_N : N ; - t_iu_rkoaz_N : N ; - t_iu_rkski_A : A ; - t_iu_rl_iu_g_iu_ve_ch__N : N ; - t_iu_rma_N : N ; - t_iu_t_iu_n_N : N ; - t_iu_t_iu_nd_zj_i_ja__N : N ; - t_iu_t_iu_nev_A : A ; - t_iu_t_iu_noprodava_ch__N : N ; - t_iu_t_iu_noproizvoditel_N : N ; - t_iu_t_iu_noproizvoditelen_A : A ; - t_iu_t_iu_noproizvodstvo_N : N ; - t_iu_t_iu_norabotnik_N : N ; - t_iu_t_iu_norabotni_ch_ka_N : N ; - t_iu_flek_N : N ; - t_iu_hkam_V : V ; - t_iu_hkane_N : N ; - t_ja_ga_N : N ; - t_ja_gost_N : N ; - t_ja_gosten_A : A ; - t_ja_lo_N : N ; - ubegna_V : V ; - ubeden_A : A ; - ubedenost_N : N ; - ubeditelen_A : A ; - ubeditelnost_N : N ; - ube_zj_davam_V : V ; - ube_zj_davane_N : N ; - ube_zj_denie_N : N ; - ube_zj_i_sht_e_N : N ; - ubivam_V : V ; - ubivane_N : N ; - ubiec_N : N ; - ubijstven_A : A ; - ubijstvo_N : N ; - ubijca_N : N ; - ubit_A : A ; - ubodvam_V : V ; - ubodvane_N : N ; - ubo_zj_dam_V : V ; - ubo_zj_dane_N : N ; - uborka_N : N ; - ub_ja_gvam_V : V ; - ub_ja_gvane_N : N ; - ub_ja_gna_V : V ; - uva_zj_avam_V : V ; - uva_zj_avane_N : N ; - uva_zj_aem_A : A ; - uva_zj_enie_N : N ; - uva_zj_itelen_A : A ; - uvardvam_V : V ; - uvardvane_N : N ; - uvar_ja_vam_V : V ; - uvar_ja_vane_N : N ; - uvedomen_A : A ; - uvedomitel_N : N ; - uvedomitelen_A : A ; - uvedomlenie_N : N ; - uvedom_ja_vam_V : V ; - uvedom_ja_vane_N : N ; - uve_zj_dam_V : V ; - uve_zj_dane_N : N ; - uvekove_ch_avam_V : V ; - uvekove_ch_avane_N : N ; - uveli_ch_avam_V : V ; - uveli_ch_avane_N : N ; - uveli_ch_enie_N : N ; - uveli_ch_itelen_A : A ; - uven_ch_avam_V : V ; - uven_ch_avane_N : N ; - uveren_A : A ; - uverenie_N : N ; - uverenost_N : N ; - uvert_iu_ra_N : N ; - uver_ja_vam_V : V ; - uver_ja_vane_N : N ; - uvesvam_V : V ; - uvesvane_N : N ; - uveselenie_N : N ; - uveselitelen_A : A ; - uvesel_ja_vam_V : V ; - uvesel_ja_vane_N : N ; - uvehna_V : V ; - uve_sht_avam_V : V ; - uve_sht_avane_N : N ; - uve_sht_anie_N : N ; - uve_sht_atelen_A : A ; - uvivam_V : V ; - uvivane_N : N ; - uviven_A : A ; - uviram_V : V ; - uvirane_N : N ; - uvisvam_V : V ; - uvisvane_N : N ; - uvlekatelen_A : A ; - uvlekatelnost_N : N ; - uvle_ch_en_A : A ; - uvle_ch_enie_N : N ; - uvli_ch_am_V : V ; - uvli_ch_ane_N : N ; - uvod_N : N ; - uvoden_A : A ; - uvolnenie_N : N ; - uvolnitelen_A : A ; - uvoln_ja_vam_V : V ; - uvoln_ja_vane_N : N ; - uvra_V : V ; - uvredimost_N : N ; - uvre_zj_dam_V : V ; - uvre_zj_dane_N : N ; - uvr_ja__V : V ; - uvyl_ch_vam_V : V ; - uvyl_ch_vane_N : N ; - uvyrzvam_V : V ; - uvyrzvane_N : N ; - uvyrtam_V : V ; - uvyrtane_N : N ; - uv_ja_hvam_V : V ; - uv_ja_hvane_N : N ; - uga_zj_dam_V : V ; - uga_zj_dane_N : N ; - ugar_N : N ; - ugaren_A : A ; - ugarka_N : N ; - ugasvam_V : V ; - ugasvane_N : N ; - ugasna_V : V ; - ugas_ja_vam_V : V ; - ugas_ja_vane_N : N ; - ugas_ja_m_V : V ; - ugas_ja_ne_N : N ; - uglaven_A : A ; - ugleden_A : A ; - uglednost_N : N ; - uglyb_ja_vam_V : V ; - uglyb_ja_vane_N : N ; - ugneten_A : A ; - ugnetenie_N : N ; - ugnetenost_N : N ; - ugnetitel_N : N ; - ugnetitelen_A : A ; - ugnetitelka_N : N ; - ugnet_ja_vam_V : V ; - ugnet_ja_vane_N : N ; - ugnivam_V : V ; - ugnivane_N : N ; - ugovar_ja_m_V : V ; - ugovar_ja_ne_N : N ; - ugovorka_N : N ; - ugoda_N : N ; - ugoden_A : A ; - ugodliv_A : A ; - ugodlivost_N : N ; - ugodnik_N : N ; - ugodnica_N : N ; - ugodni_ch_a_V : V ; - ugodni_ch_av_A : A ; - ugodni_ch_eski_A : A ; - ugodni_ch_estvo_N : N ; - ugod_ja__V : V ; - ugoenost_N : N ; - ugolemenie_N : N ; - ugolemitelen_A : A ; - ugolem_ja_vam_V : V ; - ugolem_ja_vane_N : N ; - ugo_sht_avam_V : V ; - ugo_sht_avane_N : N ; - ugo_sht_enie_N : N ; - ugo_ja_vam_V : V ; - ugo_ja_vane_N : N ; - ugri_zj_vam_V : V ; - ugri_zj_vane_N : N ; - ugri_zj_en_A : A ; - ugri_zj_enost_N : N ; - ugrizenie_N : N ; - ugroza_N : N ; - udavam_V : V ; - udavane_N : N ; - udavnik_N : N ; - udavnica_N : N ; - udav_ja_m_V : V ; - udav_ja_ne_N : N ; - udar_N : N ; - udaren_A : A ; - udarenie_N : N ; - udarnik_N : N ; - udarni_ch_estvo_N : N ; - udarni_ch_ka_N : N ; - uda_ch_a_N : N ; - uda_ch_en_A : A ; - uda_ch_nost_N : N ; - udvoen_A : A ; - udvo_ja_vam_V : V ; - udvo_ja_vane_N : N ; - udebel_ja_vam_V : V ; - udebel_ja_vane_N : N ; - udesetor_ja_vam_V : V ; - udesetor_ja_vane_N : N ; - udiven_A : A ; - udivitelen_A : A ; - udivlenie_N : N ; - udivl_ja_vam_V : V ; - udivl_ja_vane_N : N ; - udoben_A : A ; - udobstvo_N : N ; - udovletvoren_A : A ; - udovletvorenie_N : N ; - udovletvorenost_N : N ; - udovletvoritelen_A : A ; - udovletvor_ja_vam_V : V ; - udovletvor_ja_vane_N : N ; - udovolstvie_N : N ; - udoletvorenost_N : N ; - udostoverenie_N : N ; - udostoveritel_N : N ; - udostover_ja_vam_V : V ; - udostover_ja_vane_N : N ; - udostoen_A : A ; - udosto_ja_vam_V : V ; - udosto_ja_vane_N : N ; - udremvam_V : V ; - udremvane_N : N ; - udry_zj_ka_N : N ; - udr_ja_m_V : V ; - udr_ja_mvam_V : V ; - udr_ja_mvane_N : N ; - udr_ja_ne_N : N ; - udu_sh_avam_V : V ; - udu_sh_avane_N : N ; - udu_sh_vam_V : V ; - udu_sh_vane_N : N ; - udu_sh_va_ch__N : N ; - udyl_zj_avam_V : V ; - udyl_zj_avane_N : N ; - udyl_zj_en_A : A ; - udyl_zj_enie_N : N ; - udyl_zj_enost_N : N ; - udyl_zj_itel_N : N ; - udyr_zj_am_V : V ; - udyr_zj_ane_N : N ; - ueb_N : N ; - uedinen_A : A ; - uedinenie_N : N ; - uedinenost_N : N ; - uedin_ja_vam_V : V ; - uedin_ja_vane_N : N ; - uednakv_ja_vam_V : V ; - uednakv_ja_vane_N : N ; - uedr_ja_vam_V : V ; - uedr_ja_vane_N : N ; - uejlski_A : A ; - uelsec_N : N ; - uelski_A : A ; - uestyrn_N : N ; - u_zj_as_N : N ; - u_zj_asen_A : A ; - u_zj_asi_ja__N : N ; - u_zj_as_ja_vam_V : V ; - u_zj_as_ja_vane_N : N ; - u_zj_ilvam_V : V ; - u_zj_ilvane_N : N ; - uzakonen_A : A ; - uzakon_ja_vam_V : V ; - uzakon_ja_vane_N : N ; - uzbek_N : N ; - uzbekski_A : A ; - uzbe_ch_ka_N : N ; - uznavam_V : V ; - uznavane_N : N ; - uzo_N : N ; - uzr_ja_vam_V : V ; - uzr_ja_vane_N : N ; - uzr_ja_l_A : A ; - uzurpator_N : N ; - uzurpatorka_N : N ; - uzurpaci_ja__N : N ; - uzurpiram_V : V ; - uzurpirane_N : N ; - uiski_N : N ; - ujdisvam_V : V ; - ujdisvane_N : N ; - ujdurdisvam_V : V ; - ujdurdisvane_N : N ; - ukaz_N : N ; - ukazalec_N : N ; - ukazanie_N : N ; - ukazatel_N : N ; - ukazatelen_A : A ; - ukazvam_V : V ; - ukazvane_N : N ; - ukazen_A : A ; - ukahyr_ja_vam_V : V ; - ukahyr_ja_vane_N : N ; - uklon_N : N ; - uklon_ch_iv_A : A ; - uklon_ch_ivost_N : N ; - ukor_N : N ; - ukoren_A : A ; - ukoritel_N : N ; - ukoritelen_A : A ; - ukor_ja_vam_V : V ; - ukor_ja_vane_N : N ; - ukrainec_N : N ; - ukrainka_N : N ; - ukrainski_A : A ; - ukrasa_N : N ; - ukrasitelen_A : A ; - ukras_ja_vam_V : V ; - ukras_ja_vane_N : N ; - ukra_sh_enie_N : N ; - ukrepvam_V : V ; - ukrepvane_N : N ; - ukrepen_A : A ; - ukrepitelen_A : A ; - ukreplenie_N : N ; - ukrepna_V : V ; - ukrepnalost_N : N ; - ukrep_ja_vam_V : V ; - ukrep_ja_vane_N : N ; - ukrivam_V : V ; - ukrivane_N : N ; - ukrivatel_N : N ; - ukrivatelka_N : N ; - ukrivatelstvo_N : N ; - ukritie_N : N ; - ukrotitel_N : N ; - ukrotitelen_A : A ; - ukrotitelka_N : N ; - ukrot_ja_vam_V : V ; - ukrot_ja_vane_N : N ; - ulav_A : A ; - ulav_ja_m_V : V ; - ulav_ja_ne_N : N ; - ulegna_V : V ; - ulegnalost_N : N ; - ulej_N : N ; - ulesnenie_N : N ; - ulesnitelen_A : A ; - ulesn_ja_vam_V : V ; - ulesn_ja_vane_N : N ; - ulika_N : N ; - ulisan_A : A ; - ulisane_N : N ; - ulisanost_N : N ; - ulisvam_V : V ; - ulisvane_N : N ; - ulica_N : N ; - uli_ch_avam_V : V ; - uli_ch_avane_N : N ; - uli_ch_en_A : A ; - uli_ch_ka_N : N ; - uli_ch_nik_N : N ; - uli_ch_nica_N : N ; - ulov_N : N ; - ulovim_A : A ; - ulovka_N : N ; - ulov_ja__V : V ; - ultimativen_A : A ; - ultimatum_N : N ; - ultravioletov_A : A ; - ultrazvuk_N : N ; - ultrazvukov_A : A ; - ultrakys_A : A ; - ultral_ja_v_A : A ; - ultramikroskop_N : N ; - ultramoderen_A : A ; - uluk_N : N ; - ululica_N : N ; - ulu_ch_vam_V : V ; - ulu_ch_vane_N : N ; - ul_ja_gam_V : V ; - ul_ja_gane_N : N ; - um_N : N ; - umalenie_N : N ; - umale_ja__V : V ; - umalitel_N : N ; - umalitelen_A : A ; - umal_ja_vam_V : V ; - umal_ja_vane_N : N ; - umal_ja_emo_N : N ; - umeene_N : N ; - umel_A : A ; - umelost_N : N ; - umen_A : A ; - umenie_N : N ; - umervam_V : V ; - umervane_N : N ; - umeren_A : A ; - umerenost_N : N ; - umesvam_V : V ; - umesvane_N : N ; - umesten_A : A ; - umestnost_N : N ; - ume_ja__V : V ; - umivalnik_N : N ; - umivaln_ja__N : N ; - umivam_V : V ; - umivane_N : N ; - umilen_A : A ; - umilenie_N : N ; - umilitelen_A : A ; - umilkvam_V : V ; - umilkvane_N : N ; - umilostivitelen_A : A ; - umilostiv_ja_vam_V : V ; - umilostiv_ja_vane_N : N ; - umil_ja_vam_V : V ; - umil_ja_vane_N : N ; - umiralka_N : N ; - umiram_V : V ; - umirane_N : N ; - umira_ch_ka_N : N ; - umirisvam_V : V ; - umirisvane_N : N ; - umiritel_N : N ; - umiritelen_A : A ; - umirotvorenie_N : N ; - umirotvoritel_N : N ; - umirotvoritelen_A : A ; - umirotvor_ja_vam_V : V ; - umirotvor_ja_vane_N : N ; - umir_ja_vam_V : V ; - umir_ja_vane_N : N ; - umislen_A : A ; - umislenost_N : N ; - umisl_ja_m_V : V ; - umisl_ja_ne_N : N ; - umisyl_N : N ; - umi_sh_len_A : A ; - umi_sh_lenost_N : N ; - umnik_N : N ; - umnica_N : N ; - umno_zj_avam_V : V ; - umno_zj_avane_N : N ; - umno_zj_en_A : A ; - umno_zj_enie_N : N ; - umozakl_iu__ch_avam_V : V ; - umozakl_iu__ch_avane_N : N ; - umozakl_iu__ch_enie_N : N ; - umozakl_iu__ch_itelen_A : A ; - umozrenie_N : N ; - umozritelen_A : A ; - umozritelnost_N : N ; - umokr_ja__V : V ; - umokr_ja_ne_N : N ; - umolitelen_A : A ; - umol_ja_vam_V : V ; - umol_ja_vane_N : N ; - umol_ja_va_sht__A : A ; - umopobyrkan_A : A ; - umopobyrkane_N : N ; - umopobyrkvam_V : V ; - umopobyrkvane_N : N ; - umopovreden_A : A ; - umopovredenost_N : N ; - umopomra_ch_avam_V : V ; - umopomra_ch_avane_N : N ; - umopomra_ch_en_A : A ; - umopomra_ch_enie_N : N ; - umopomra_ch_itelen_A : A ; - umora_N : N ; - umoren_A : A ; - umoritelen_A : A ; - umoritelnost_N : N ; - umor_ja_vam_V : V ; - umor_ja_vane_N : N ; - umotvorenie_N : N ; - umstven_A : A ; - umuvam_V : V ; - umuvane_N : N ; - umydre_ja__V : V ; - umydr_ja_vam_V : V ; - umydr_ja_vane_N : N ; - umydr_ja_ne_N : N ; - umyl_ch_avam_V : V ; - umyl_ch_avane_N : N ; - umyrtv_ja_vam_V : V ; - umyrtv_ja_vane_N : N ; - umy_ch_nen_A : A ; - unasled_ja_vam_V : V ; - unasled_ja_vane_N : N ; - unas_ja__V : V ; - unas_ja_m_V : V ; - unas_ja_ne_N : N ; - ungarec_N : N ; - ungarka_N : N ; - ungarski_A : A ; - unes_N : N ; - unesenost_N : N ; - uniatski_A : A ; - univam_V : V ; - univane_N : N ; - univermag_N : N ; - universalen_A : A ; - universalizym_N : N ; - universalnost_N : N ; - universitet_N : N ; - universitetski_A : A ; - uni_zj_avam_V : V ; - uni_zj_avane_N : N ; - uni_zj_enie_N : N ; - unizenost_N : N ; - unizitelen_A : A ; - uniz_ja_vam_V : V ; - uniz_ja_vane_N : N ; - unikalen_A : A ; - unikalnost_N : N ; - unikum_N : N ; - unil_A : A ; - unilost_N : N ; - uninie_N : N ; - unisam_V : V ; - unisane_N : N ; - unison_N : N ; - unifikaci_ja__N : N ; - unificiram_V : V ; - unificirane_N : N ; - uniforma_N : N ; - uniformen_A : A ; - uni_sht_o_zj_avam_V : V ; - uni_sht_o_zj_avane_N : N ; - uni_sht_o_zj_enie_N : N ; - uni_sht_o_zj_imost_N : N ; - uni_sht_o_zj_itel_N : N ; - uni_sht_o_zj_itelen_A : A ; - unci_ja__N : N ; - upadam_V : V ; - upadane_N : N ; - upadyk_N : N ; - upady_ch_en_A : A ; - upady_ch_nost_N : N ; - uplah_N : N ; - uplaha_N : N ; - upla_sh_vam_V : V ; - upla_sh_vane_N : N ; - upla_sh_en_A : A ; - uplytnenie_N : N ; - uplytnitel_N : N ; - uplytnitelen_A : A ; - uplytn_ja_vam_V : V ; - uplytn_ja_vane_N : N ; - upovavam_V : V ; - upovavane_N : N ; - upovanie_N : N ; - upodob_ja_vam_V : V ; - upodob_ja_vane_N : N ; - upoen_A : A ; - upoenie_N : N ; - upoitelen_A : A ; - upojvam_V : V ; - upojvane_N : N ; - upojka_N : N ; - upokoen_A : A ; - upokoenie_N : N ; - upokoj_N : N ; - upoko_ja_vam_V : V ; - upoko_ja_vane_N : N ; - upomenavam_V : V ; - upomenavane_N : N ; - upor_N : N ; - uporen_A : A ; - uporit_A : A ; - uporitost_N : N ; - uporstvam_V : V ; - uporstvane_N : N ; - uporstvo_N : N ; - uporstvuvam_V : V ; - uporstvuvane_N : N ; - upotreba_N : N ; - upotrebim_A : A ; - upotrebimost_N : N ; - upotrebitelen_A : A ; - upotrebitenost_N : N ; - upotreblenie_N : N ; - upotreb_ja_vam_V : V ; - upotreb_ja_vane_N : N ; - upotreb_ja_em_A : A ; - upo_ja_vam_V : V ; - upo_ja_vane_N : N ; - uprava_N : N ; - upravitel_N : N ; - upravitelen_A : A ; - upravitelka_N : N ; - upravitelski_A : A ; - upravi_ja__N : N ; - upravlenie_N : N ; - upravlenski_A : A ; - upravlen_ch_eski_A : A ; - upravl_ja_vam_V : V ; - upravl_ja_vane_N : N ; - upravl_ja_va_sht__A : A ; - upravl_ja_em_A : A ; - upravl_ja_emost_N : N ; - upravnik_N : N ; - upravni_ch_eski_A : A ; - upra_zj_nenie_N : N ; - upra_zj_n_ja_vam_V : V ; - upra_zj_n_ja_vane_N : N ; - uprek_N : N ; - uprekvam_V : V ; - uprekvane_N : N ; - upylnomo_sht_avam_V : V ; - upylnomo_sht_avane_N : N ; - upylnomo_sht_en_A : A ; - upytvam_V : V ; - upytvane_N : N ; - uravnenie_N : N ; - uravnilovka_N : N ; - uravnitel_N : N ; - uravnitelen_A : A ; - uravnovesen_A : A ; - uravnovesenost_N : N ; - uravnoves_ja_vam_V : V ; - uravnoves_ja_vane_N : N ; - uravn_ja_vam_V : V ; - uravn_ja_vane_N : N ; - uragan_N : N ; - uraganen_A : A ; - uralski_A : A ; - uran_N : N ; - uraniev_A : A ; - uranov_A : A ; - urbanizaci_ja__N : N ; - urbule_sh_ki_A : A ; - urva_N : N ; - ureguliram_V : V ; - ureguliran_A : A ; - uregulirane_N : N ; - uregulirvam_V : V ; - uregulirvane_N : N ; - ured_N : N ; - uredba_N : N ; - ureden_A : A ; - urednik_N : N ; - urednica_N : N ; - uredni_ch_estvo_N : N ; - urednost_N : N ; - ure_zj_dam_V : V ; - ure_zj_dane_N : N ; - uremi_ja__N : N ; - ure_ch_en_A : A ; - urina_N : N ; - uriniram_V : V ; - urinirane_N : N ; - uri_ch_ane_N : N ; - urna_N : N ; - urod_N : N ; - urodliv_A : A ; - urodlivost_N : N ; - urodstvo_N : N ; - uro_zj_aj_N : N ; - urok_N : N ; - urolog_N : N ; - urologi_ja__N : N ; - uronvam_V : V ; - uronvane_N : N ; - uro_ch_asam_V : V ; - uro_ch_asane_N : N ; - uro_ch_asvam_V : V ; - uro_ch_asvane_N : N ; - ursuzin_N : N ; - urtikari_ja__N : N ; - urugvajka_N : N ; - usamoten_A : A ; - usamotenie_N : N ; - usamotenost_N : N ; - usamot_ja_vam_V : V ; - usamot_ja_vane_N : N ; - usvo_ja_vam_V : V ; - usvo_ja_vane_N : N ; - usedna_V : V ; - usednal_A : A ; - usednalost_N : N ; - used_ja_vam_V : V ; - used_ja_vane_N : N ; - uset_N : N ; - useten_A : A ; - usetliv_A : A ; - usetlivost_N : N ; - use_sht_am_V : V ; - use_sht_ane_N : N ; - usilvam_V : V ; - usilvane_N : N ; - usilvatel_N : N ; - usilvatelen_A : A ; - usilen_A : A ; - usilie_N : N ; - uskoren_A : A ; - uskorenie_N : N ; - uskoritel_N : N ; - uskoritelen_A : A ; - uskor_ja_vam_V : V ; - uskor_ja_vane_N : N ; - uslav_ja_m_V : V ; - uslav_ja_ne_N : N ; - uslada_N : N ; - usla_zj_dam_V : V ; - usla_zj_dane_N : N ; - usloven_A : A ; - uslovie_N : N ; - uslovnost_N : N ; - uslov_ja__V : V ; - uslo_zj_nenie_N : N ; - uslo_zj_nenost_N : N ; - uslo_zj_n_ja_vam_V : V ; - uslo_zj_n_ja_vane_N : N ; - usluga_N : N ; - uslu_zj_vam_V : V ; - uslu_zj_vane_N : N ; - uslu_zj_liv_A : A ; - uslu_zj_livost_N : N ; - usmivka_N : N ; - usmiren_A : A ; - usmirenie_N : N ; - usmiritel_N : N ; - usmiritelen_A : A ; - usmiritelka_N : N ; - usmir_ja_vam_V : V ; - usmir_ja_vane_N : N ; - usmihvam_V : V ; - usmihvane_N : N ; - usmihnat_A : A ; - usmotrenie_N : N ; - usmyrd_ja_vam_V : V ; - usmyrd_ja_vane_N : N ; - usoen_A : A ; - usoi_sht_e_N : N ; - usoj_N : N ; - usojnica_N : N ; - usojni_ch_av_A : A ; - usojni_ch_e_N : N ; - uspevaemost_N : N ; - uspenie_N : N ; - uspeh_N : N ; - uspe_sh_en_A : A ; - uspe_sh_nost_N : N ; - uspe_ja__V : V ; - uspivam_V : V ; - uspivane_N : N ; - uspokoenie_N : N ; - uspokoitelen_A : A ; - uspoko_ja_vam_V : V ; - uspoko_ja_vane_N : N ; - usporeden_A : A ; - usporedica_N : N ; - usporedka_N : N ; - usporednik_N : N ; - usporednost_N : N ; - usp_ja_vam_V : V ; - usp_ja_vane_N : N ; - usredn_ja_vam_V : V ; - usredn_ja_vane_N : N ; - usred_ja_vam_V : V ; - usred_ja_vane_N : N ; - usta_N : N ; - ustaba_sh_i_ja__N : N ; - ustav_N : N ; - ustaven_A : A ; - ustanoven_A : A ; - ustanovenost_N : N ; - ustanovka_N : N ; - ustanov_ja_vam_V : V ; - ustanov_ja_vane_N : N ; - ustat_A : A ; - ustatnik_N : N ; - ustatnica_N : N ; - ustatost_N : N ; - usten_A : A ; - ustie_N : N ; - ustiskane_N : N ; - ustiskvam_V : V ; - ustiskvane_N : N ; - ustna_N : N ; - ustoj_N : N ; - ustoj_ch_iv_A : A ; - ustoj_ch_ivost_N : N ; - ustocveten_A : A ; - usto_ja_vam_V : V ; - usto_ja_vane_N : N ; - ustrelvam_V : V ; - ustrelvane_N : N ; - ustrel_ja_ne_N : N ; - ustrem_N : N ; - ustremen_A : A ; - ustremenost_N : N ; - ustremitelen_A : A ; - ustremnost_N : N ; - ustrem_ja_vam_V : V ; - ustrem_ja_vane_N : N ; - ustrojvam_V : V ; - ustrojvane_N : N ; - ustrojstven_A : A ; - ustrojstvo_N : N ; - ustro_ja_vam_V : V ; - ustro_ja_vane_N : N ; - usukan_A : A ; - usukanost_N : N ; - usukvam_V : V ; - usukvane_N : N ; - usyvyr_sh_enstvam_V : V ; - usyvyr_sh_enstvane_N : N ; - usyvyr_sh_enstvuvam_V : V ; - usyvyr_sh_enstvuvane_N : N ; - usymn_ja_vam_V : V ; - usymn_ja_vane_N : N ; - usyrden_A : A ; - usyrdie_N : N ; - usyrdnost_N : N ; - us_ja_dam_V : V ; - us_ja_dane_N : N ; - utaen_A : A ; - utae_ch_en_A : A ; - utaitel_N : N ; - utajvam_V : V ; - utajvane_N : N ; - utajka_N : N ; - utalo_zj_vam_V : V ; - utalo_zj_vane_N : N ; - utalo_zj_enost_N : N ; - uta_ja_vam_V : V ; - uta_ja_vane_N : N ; - utvyrditelen_A : A ; - utvyrd_ja_vam_V : V ; - utvyrd_ja_vane_N : N ; - utvyr_zj_davam_V : V ; - utvyr_zj_davane_N : N ; - utvyr_zj_denie_N : N ; - ute_zj_nenie_N : N ; - ute_zj_ne_ja__V : V ; - ute_zj_nitelen_A : A ; - ute_zj_n_ja_vam_V : V ; - ute_zj_n_ja_vane_N : N ; - utesne_ja__V : V ; - utesn_ja_vam_V : V ; - utesn_ja_vane_N : N ; - uteha_N : N ; - ute_sh_avam_V : V ; - ute_sh_avane_N : N ; - ute_sh_en_A : A ; - ute_sh_enie_N : N ; - ute_sh_itel_N : N ; - ute_sh_itelen_A : A ; - ute_sh_itelka_N : N ; - utilitaren_A : A ; - utilitarizym_N : N ; - utilitarist_N : N ; - utilitaristka_N : N ; - utilitarnost_N : N ; - utihvam_V : V ; - utihvane_N : N ; - utolenost_N : N ; - utolim_A : A ; - utolimost_N : N ; - utol_ja_vam_V : V ; - utol_ja_vane_N : N ; - utopizym_N : N ; - utopist_N : N ; - utopistka_N : N ; - utopi_ch_en_A : A ; - utopi_ch_nost_N : N ; - utopi_ja__N : N ; - uto_ch_nenie_N : N ; - uto_ch_nenost_N : N ; - uto_ch_n_ja_vam_V : V ; - uto_ch_n_ja_vane_N : N ; - utrajvam_V : V ; - utrajvane_N : N ; - utrepvam_V : V ; - utrepvane_N : N ; - utre_sh_en_A : A ; - utrin_N : N ; - utrinen_A : A ; - utro_N : N ; - utroba_N : N ; - utroben_A : A ; - utroen_A : A ; - utro_ja_vam_V : V ; - utro_ja_vane_N : N ; - utrudvam_V : V ; - utrudvane_N : N ; - utypkan_A : A ; - utypkvam_V : V ; - utypkvane_N : N ; - uhaen_A : A ; - uha_zj_vam_V : V ; - uha_zj_vane_N : N ; - uha_zj_or_N : N ; - uham_V : V ; - uhane_N : N ; - uhanen_A : A ; - uhanie_N : N ; - uhapvam_V : V ; - uhapvane_N : N ; - uha_ja__V : V ; - uhilvam_V : V ; - uhilvane_N : N ; - uhil_ja__V : V ; - uhna_V : V ; - uho_N : N ; - uhobol_N : N ; - ucelvam_V : V ; - ucelvane_N : N ; - u_ch_a_V : V ; - u_ch_ast_N : N ; - u_ch_astvam_V : V ; - u_ch_astvane_N : N ; - u_ch_astvuvam_V : V ; - u_ch_astvuvane_N : N ; - u_ch_astie_N : N ; - u_ch_astnik_N : N ; - u_ch_astnica_N : N ; - u_ch_astni_ch_ka_N : N ; - u_ch_astyk_N : N ; - u_ch_astykov_A : A ; - u_ch_a_sht__A : A ; - u_ch_eben_A : A ; - u_ch_ebnik_N : N ; - u_ch_ebnikar_N : N ; - u_ch_ebnikarka_N : N ; - u_ch_ebnikarski_A : A ; - u_ch_ebnikarstvo_N : N ; - u_ch_en_A : A ; - u_ch_ene_N : N ; - u_ch_enie_N : N ; - u_ch_enik_N : N ; - u_ch_eni_ch_eski_A : A ; - u_ch_eni_ch_estvo_N : N ; - u_ch_eni_ch_ka_N : N ; - u_ch_enol_iu_biv_A : A ; - u_ch_enol_iu_bivost_N : N ; - u_ch_enol_iu_bie_N : N ; - u_ch_enost_N : N ; - u_ch_esten_A : A ; - u_ch_etvoren_A : A ; - u_ch_etvor_ja_vam_V : V ; - u_ch_etvor_ja_vane_N : N ; - u_ch_e_sht__A : A ; - u_ch_ili_sht_e_N : N ; - u_ch_ili_sht_en_A : A ; - u_ch_inajka_N : N ; - u_ch_itel_N : N ; - u_ch_itelka_N : N ; - u_ch_itelski_A : A ; - u_ch_itelstvam_V : V ; - u_ch_itelstvane_N : N ; - u_ch_itelstvo_N : N ; - u_ch_itelstvuvam_V : V ; - u_ch_itelstvuvane_N : N ; - u_ch_kom_N : N ; - u_ch_lenenie_N : N ; - u_ch_lenitelen_A : A ; - u_ch_len_ja_vam_V : V ; - u_ch_len_ja_vane_N : N ; - u_ch_reditel_N : N ; - u_ch_reditelen_A : A ; - u_ch_reditelka_N : N ; - u_ch_red_ja_vam_V : V ; - u_ch_red_ja_vane_N : N ; - u_ch_re_zj_davam_V : V ; - u_ch_re_zj_davane_N : N ; - u_ch_re_zj_denie_N : N ; - u_ch_re_zj_denski_A : A ; - u_ch_tiv_A : A ; - u_ch_tivost_N : N ; - u_ch_udvam_V : V ; - u_ch_udvane_N : N ; - u_sh_anka_N : N ; - u_sh_en_A : A ; - u_sh_ence_N : N ; - u_sh_ivam_V : V ; - u_sh_ivane_N : N ; - u_sht_yrb_N : N ; - u_iu_t_N : N ; - u_iu_ten_A : A ; - u_iu_tnost_N : N ; - u_ja_zvim_A : A ; - u_ja_zvimost_N : N ; - u_ja_zvitelen_A : A ; - u_ja_zv_ja_vam_V : V ; - u_ja_zv_ja_vane_N : N ; - u_ja_snenie_N : N ; - u_ja_sn_ja_vam_V : V ; - u_ja_sn_ja_vane_N : N ; - fabi_ja_nec_N : N ; - fabi_ja_nka_N : N ; - fabi_ja_nstvo_N : N ; - fabrika_N : N ; - fabrikant_N : N ; - fabrikantka_N : N ; - fabrikantski_A : A ; - fabrikat_N : N ; - fabrikaci_ja__N : N ; - fabrikuvam_V : V ; - fabrikuvane_N : N ; - fabri_ch_en_A : A ; - fabula_N : N ; - fabulen_A : A ; - favorizaci_ja__N : N ; - favoriziram_V : V ; - favorizirane_N : N ; - favorit_N : N ; - favoritka_N : N ; - fagedenizym_N : N ; - fagot_N : N ; - fagotist_N : N ; - fagotistka_N : N ; - fagocitoza_N : N ; - faza_N : N ; - fazan_N : N ; - fazov_A : A ; - fazomer_N : N ; - fajda_N : N ; - fajl_N : N ; - fajlov_A : A ; - fajton_N : N ; - fajtond_zj_ijski_A : A ; - fajtond_zj_i_ja__N : N ; - fakel_N : N ; - fakelen_A : A ; - fakir_N : N ; - fakla_N : N ; - faklonosec_N : N ; - faks_A : A ; - faksimile_N : N ; - faksov_A : A ; - fakt_N : N ; - fakti_ch_eski_A : A ; - faktologi_ch_en_A : A ; - faktor_N : N ; - faktoriel_N : N ; - faktori_ja__N : N ; - faktura_N : N ; - fakturiram_V : V ; - fakturirane_N : N ; - fakultativen_A : A ; - fakultet_N : N ; - fakulteten_A : A ; - fakultetski_A : A ; - falanga_N : N ; - falangov_A : A ; - faliram_V : V ; - falirane_N : N ; - falit_N : N ; - falos_N : N ; - falstart_N : N ; - falta_N : N ; - falc_N : N ; - falcet_N : N ; - falceten_A : A ; - falcov_A : A ; - falcuvam_V : V ; - falcuvane_N : N ; - fal_sh__N : N ; - fal_sh_iv_A : A ; - fal_sh_ivost_N : N ; - fal_sh_iv_ja__V : V ; - fal_sh_ifikat_N : N ; - fal_sh_ifikator_N : N ; - fal_sh_ifikatorka_N : N ; - fal_sh_ifikaci_ja__N : N ; - fal_sh_ificiram_V : V ; - fal_sh_ificirane_N : N ; - familen_A : A ; - familiaren_A : A ; - familiariziram_V : V ; - familiarizirane_N : N ; - familiarni_ch_a_V : V ; - familiarni_ch_ene_N : N ; - familiarnost_N : N ; - famili_ja__N : N ; - famozen_A : A ; - fanariot_N : N ; - fanatiziram_V : V ; - fanatizirane_N : N ; - fanatizym_N : N ; - fanatik_N : N ; - fanati_ch_en_A : A ; - fanati_ch_eski_A : A ; - fanati_ch_ka_N : N ; - fanati_ch_nost_N : N ; - fantaze_N : N ; - fantaziram_V : V ; - fantazirane_N : N ; - fantazi_ja__N : N ; - fantazxor_N : N ; - fantazxorka_N : N ; - fantazxorski_A : A ; - fantazxorstvo_N : N ; - fantasmagori_ch_en_A : A ; - fantasmagori_ja__N : N ; - fantast_N : N ; - fantastika_N : N ; - fantasti_ch_en_A : A ; - fantasti_ch_nost_N : N ; - fante_N : N ; - fantom_N : N ; - fanfar_N : N ; - fanfaren_A : A ; - fanfarist_N : N ; - fanfaristka_N : N ; - fanfaron_N : N ; - fanfaronstvo_N : N ; - far_N : N ; - faradizaci_ja__N : N ; - faraon_N : N ; - faraonov_A : A ; - faraonski_A : A ; - faringit_N : N ; - farinks_N : N ; - farisej_N : N ; - farisejka_N : N ; - farisejski_A : A ; - farisejstvam_V : V ; - farisejstvane_N : N ; - farisejstvo_N : N ; - farisej_sht_ina_N : N ; - farmakolog_N : N ; - farmakologi_ch_en_A : A ; - farmakologi_ja__N : N ; - farmakope_ja__N : N ; - farmason_N : N ; - farmacevt_N : N ; - farmacevtika_N : N ; - farmacevti_ch_en_A : A ; - farmaci_ja__N : N ; - farov_A : A ; - fars_N : N ; - farsov_A : A ; - farfara_N : N ; - farforen_A : A ; - far_sh_irovam_V : V ; - far_sh_irovan_A : A ; - far_sh_irovane_N : N ; - farxorski_A : A ; - fas_N : N ; - fasada_N : N ; - fasaden_A : A ; - faset_N : N ; - fason_N : N ; - fasonen_A : A ; - fasoniram_V : V ; - fasonirane_N : N ; - fasonka_N : N ; - fasul_N : N ; - fasulen_A : A ; - fasulka_N : N ; - fasulko_N : N ; - fasulkovec_N : N ; - fasulski_A : A ; - fasunga_N : N ; - fatalen_A : A ; - fatalizym_N : N ; - fatalist_N : N ; - fatalisti_ch_en_A : A ; - fatalistka_N : N ; - fatalnost_N : N ; - fauliram_V : V ; - faulirane_N : N ; - fauna_N : N ; - fa_sh_iziram_V : V ; - fa_sh_izirane_N : N ; - fa_sh_izym_N : N ; - fa_sh_ist_N : N ; - fa_sh_istka_N : N ; - fa_sh_istki_A : A ; - fa_ja_ns_N : N ; - fa_ja_nsov_A : A ; - fevruarski_A : A ; - feder_N : N ; - federalen_A : A ; - federalizym_N : N ; - federalist_N : N ; - federalistka_N : N ; - federativen_A : A ; - federaci_ja__N : N ; - federbal_N : N ; - federirane_N : N ; - feeri_ch_en_A : A ; - feeri_ch_eski_A : A ; - feeri_ch_nost_N : N ; - feeri_ja__N : N ; - fejleton_N : N ; - fejletonist_N : N ; - fejletonistka_N : N ; - fekalen_A : A ; - fekali_ja__N : N ; - feldmar_sh_al_N : N ; - feldmar_sh_alski_A : A ; - feldfebel_N : N ; - feldfebelski_A : A ; - feld_sh_er_N : N ; - feminizym_N : N ; - feminist_N : N ; - feministi_ch_en_A : A ; - feministka_N : N ; - feministki_A : A ; - fen_N : N ; - fener_N : N ; - fenerd_zj_i_ja__N : N ; - feneren_A : A ; - fener_ch_e_N : N ; - feniks_N : N ; - fenol_N : N ; - fenologi_ja__N : N ; - fenomen_N : N ; - fenomenalen_A : A ; - fenomenalizym_N : N ; - feodal_N : N ; - feodalen_A : A ; - feodalizym_N : N ; - fered_zj_e_N : N ; - feribot_N : N ; - ferma_N : N ; - ferman_N : N ; - ferment_N : N ; - fermentacionen_A : A ; - fermentaci_ja__N : N ; - fermentiram_V : V ; - fermentirane_N : N ; - fermer_N : N ; - fermerski_A : A ; - fermerstvo_N : N ; - feromonen_A : A ; - ferotipi_ja__N : N ; - fes_N : N ; - fest_N : N ; - festival_N : N ; - festivalen_A : A ; - feston_N : N ; - festonirane_N : N ; - feti_sh__N : N ; - feti_sh_izym_N : N ; - feti_sh_ist_N : N ; - feti_sh_istki_A : A ; - fehtovalen_A : A ; - fehtovka_N : N ; - fehtov_ch_ik_N : N ; - fehtuvam_V : V ; - fehtuvane_N : N ; - fehtuva_ch__N : N ; - fe_ja__N : N ; - fiasko_N : N ; - fiba_N : N ; - fibra_N : N ; - fibrilen_A : A ; - fibroza_N : N ; - fibrozen_A : A ; - fibroma_N : N ; - fibrociment_N : N ; - fibula_N : N ; - fibyr_N : N ; - figura_N : N ; - figuralen_A : A ; - figurant_N : N ; - figurantka_N : N ; - figurativen_A : A ; - figurativnost_N : N ; - figuren_A : A ; - figuriram_V : V ; - figurirane_N : N ; - figurist_N : N ; - figurka_N : N ; - fidanka_N : N ; - fide_N : N ; - fiev_A : A ; - fizik_N : N ; - fizika_N : N ; - fizikohimi_ja__N : N ; - fiziografi_ja__N : N ; - fiziolog_N : N ; - fiziologi_ch_en_A : A ; - fiziologi_ch_eski_A : A ; - fiziologi_ja__N : N ; - fizionomika_N : N ; - fizionomist_N : N ; - fizionomistka_N : N ; - fizionomi_ja__N : N ; - fizioterapi_ja__N : N ; - fizi_ch_en_A : A ; - fizi_ch_eski_A : A ; - fizi_ch_ka_N : N ; - fizkultura_N : N ; - fizkulturen_A : A ; - fizkulturnik_N : N ; - fizkulturni_ch_ka_N : N ; - fij_N : N ; - fiksa_zj__N : N ; - fiksa_zj_en_A : A ; - fiksator_N : N ; - fikside_ja__N : N ; - fiksiram_V : V ; - fiksirane_N : N ; - fiktiven_A : A ; - fiktivnost_N : N ; - fikus_N : N ; - fikci_ja__N : N ; - filadelfi_ja__N : N ; - filakteri_ja__N : N ; - filantrop_N : N ; - filantropizym_N : N ; - filantropi_ch_en_A : A ; - filantropi_ch_eski_A : A ; - filantropi_ja__N : N ; - filantropka_N : N ; - filantropski_A : A ; - filatelen_A : A ; - filatelist_N : N ; - filatelistka_N : N ; - filateli_ja__N : N ; - filder_N : N ; - file_N : N ; - filial_N : N ; - filigranen_A : A ; - filiz_N : N ; - filiz_ja__V : V ; - filijka_N : N ; - filipinec_N : N ; - filipinski_A : A ; - filisterski_A : A ; - filisterstvo_N : N ; - fili_ja__N : N ; - film_N : N ; - filmiram_V : V ; - filmirane_N : N ; - filmov_A : A ; - filmoteka_N : N ; - filogeneza_N : N ; - filolog_N : N ; - filologi_ch_eski_A : A ; - filologi_ja__N : N ; - filolo_zj_ka_N : N ; - filosof_N : N ; - filosofi_ja__N : N ; - filosofski_A : A ; - filosofstvam_V : V ; - filosofstvane_N : N ; - filosofstvuvam_V : V ; - filosofstvuvane_N : N ; - filosof_ch_e_N : N ; - filtraci_ja__N : N ; - filtriram_V : V ; - filtrirane_N : N ; - filtrov_A : A ; - filtruvam_V : V ; - filtruvane_N : N ; - filtyr_N : N ; - filtyren_A : A ; - filharmonik_N : N ; - filharmoni_ch_en_A : A ; - filharmoni_ja__N : N ; - filc_N : N ; - filcov_A : A ; - fin_A : A ; - final_N : N ; - finalen_A : A ; - finalist_N : N ; - finalistka_N : N ; - finansi_N : N ; - finansiram_V : V ; - finansirane_N : N ; - finansist_N : N ; - finansistka_N : N ; - finansov_A : A ; - fines_N : N ; - finikiec_N : N ; - finikijski_A : A ; - finikov_A : A ; - finiten_A : A ; - fini_sh_iram_V : V ; - fini_sh_irane_N : N ; - finlandec_N : N ; - finlandka_N : N ; - finlandski_A : A ; - finnost_N : N ; - finski_A : A ; - fint_N : N ; - fintiram_V : V ; - fintifl_iu__sh_ka_N : N ; - fiord_N : N ; - fira_N : N ; - firma_N : N ; - firmen_A : A ; - firmi_ch_ka_N : N ; - firmopisec_N : N ; - fisk_N : N ; - fiskalen_A : A ; - fistula_N : N ; - fit_N : N ; - fitil_N : N ; - fitild_zj_i_ja__N : N ; - fitil_ch_e_N : N ; - fitiri_ja__N : N ; - fitnes_N : N ; - fitobiologi_ja__N : N ; - fitopatolog_N : N ; - fitopatologi_ja__N : N ; - fitoterapi_ja__N : N ; - fi_ch_kane_N : N ; - fi_sh__N : N ; - fi_sh_ek_N : N ; - flag_N : N ; - flagman_N : N ; - flagmanski_A : A ; - flagov_A : A ; - flagranten_A : A ; - flag_ch_e_N : N ; - flakon_N : N ; - flakon_ch_e_N : N ; - flamandec_N : N ; - flamandka_N : N ; - flamandski_A : A ; - flamingo_N : N ; - flang_N : N ; - flangov_A : A ; - flanela_N : N ; - flanelen_A : A ; - flanelka_N : N ; - flanec_N : N ; - fla_sh__N : N ; - flegma_N : N ; - flegmatik_N : N ; - flegmati_ch_en_A : A ; - flegmati_ch_nost_N : N ; - flejta_N : N ; - flejtist_N : N ; - flejtistka_N : N ; - fleksiven_A : A ; - fleksi_ja__N : N ; - flektiven_A : A ; - fligorna_N : N ; - flirt_N : N ; - flirtad_zj_ijka_N : N ; - flirtad_zj_ijski_A : A ; - flirtad_zj_i_ja__N : N ; - flirtuvam_V : V ; - flirtuvane_N : N ; - flopi_N : N ; - flopidisk_N : N ; - flopidiskov_A : A ; - flopikontroler_N : N ; - flora_N : N ; - flot_N : N ; - flotacionen_A : A ; - flotaci_ja__N : N ; - flotier_N : N ; - flotila_N : N ; - flotili_ja__N : N ; - flotski_A : A ; - flotura_N : N ; - fluid_N : N ; - fluor_N : N ; - fluoren_A : A ; - fluorescenten_A : A ; - fluorescenci_ja__N : N ; - fluoresciram_V : V ; - fluorescirane_N : N ; - fluorid_N : N ; - flxonga_N : N ; - foaje_N : N ; - fobi_ja__N : N ; - foga_N : N ; - fojerverk_N : N ; - fokalen_A : A ; - fokma_ch_ta_N : N ; - fokser_N : N ; - foksterier_N : N ; - fokstrot_N : N ; - fokus_N : N ; - fokusen_A : A ; - fokusiram_V : V ; - fokusirane_N : N ; - fokusirovka_N : N ; - fokusnik_N : N ; - fokusnica_N : N ; - fokusni_ch_a_V : V ; - fokusni_ch_estvo_N : N ; - folikul_ja_ren_A : A ; - folio_N : N ; - folklor_N : N ; - folkloren_A : A ; - folklorist_N : N ; - folkloristka_N : N ; - fon_N : N ; - fond_N : N ; - fondaci_ja__N : N ; - fondov_A : A ; - fonema_N : N ; - fonetik_N : N ; - fonetika_N : N ; - foneti_ch_en_A : A ; - foneti_ch_ka_N : N ; - foni_ch_en_A : A ; - fonov_A : A ; - fonograma_N : N ; - fonograf_N : N ; - fonografi_ja__N : N ; - fonologi_ch_en_A : A ; - fonologi_ja__N : N ; - fonoteka_N : N ; - fontan_N : N ; - fontan_ch_e_N : N ; - forzac_N : N ; - forma_N : N ; - formalen_A : A ; - formaliziram_V : V ; - formalizirane_N : N ; - formalizym_N : N ; - formalin_N : N ; - formalist_N : N ; - formalistika_N : N ; - formalisti_ch_en_A : A ; - formalistka_N : N ; - formalnost_N : N ; - format_N : N ; - formaten_A : A ; - formatiram_V : V ; - formatirane_N : N ; - formaci_ja__N : N ; - formen_A : A ; - formiram_V : V ; - formirane_N : N ; - formirovanie_N : N ; - formi_ch_ka_N : N ; - formovam_V : V ; - formovane_N : N ; - formoobrazuvam_V : V ; - formoobrazuvane_N : N ; - formoobrazuvatelen_A : A ; - formuvam_V : V ; - formuvane_N : N ; - formula_N : N ; - formuliram_V : V ; - formulirane_N : N ; - formulirovka_N : N ; - formul_ja_r_N : N ; - formul_ja_ren_A : A ; - form_ja__V : V ; - forsiram_V : V ; - forsirane_N : N ; - forsma_zj_or_N : N ; - fort_N : N ; - fortisimo_N : N ; - fortifikacionen_A : A ; - fortifikaci_ja__N : N ; - fortuna_N : N ; - forum_N : N ; - forhend_N : N ; - forca_N : N ; - fosgen_N : N ; - fosfat_N : N ; - fosfaten_A : A ; - fosfor_N : N ; - fosforen_A : A ; - fosforescenci_ja__N : N ; - fosforesciram_V : V ; - fosforescirane_N : N ; - fosforit_N : N ; - foto_N : N ; - fotoaparat_N : N ; - fotogeni_ch_en_A : A ; - fotograv_iu_ra_N : N ; - fotograf_N : N ; - fotografen_A : A ; - fotografiram_V : V ; - fotografirane_N : N ; - fotografi_ch_en_A : A ; - fotografi_ch_eski_A : A ; - fotografi_ja__N : N ; - fotografski_A : A ; - fotoelektri_ch_eski_A : A ; - fotoelement_N : N ; - fotokamera_N : N ; - fotokartograf_N : N ; - fotokletka_N : N ; - fotokopie_N : N ; - fotolaboratori_ja__N : N ; - fotolitografi_ja__N : N ; - fotol_iu_bitel_N : N ; - fotol_iu_bitelka_N : N ; - fotomaterial_N : N ; - fotometri_ch_en_A : A ; - fotometri_ja__N : N ; - fotometyr_N : N ; - fotomehanika_N : N ; - fotomehani_ch_en_A : A ; - fotomodel_N : N ; - fotomonta_zj__N : N ; - foton_N : N ; - fotonen_A : A ; - fotoobektiv_N : N ; - fotoplaka_N : N ; - fotoplan_N : N ; - fotorazuznavane_N : N ; - fotoreporter_N : N ; - fotos_N : N ; - fotosvetkavica_N : N ; - fotosinteza_N : N ; - fotosnimka_N : N ; - fotostat_N : N ; - fotosfera_N : N ; - fototelegrama_N : N ; - fototelegrafi_ja__N : N ; - fototerapi_ja__N : N ; - fototipen_A : A ; - fototipi_ja__N : N ; - fotouveli_ch_enie_N : N ; - fotofobi_ja__N : N ; - fotohimi_ch_en_A : A ; - fotohimi_ja__N : N ; - fotohronika_N : N ; - fotocinkograf_N : N ; - fotocinkografi_ja__N : N ; - fotxojl_N : N ; - fragment_N : N ; - fragmentaren_A : A ; - fragmentarnost_N : N ; - fragmenten_A : A ; - fraza_N : N ; - frazeolog_N : N ; - frazeologi_ch_en_A : A ; - frazeologi_ch_eski_A : A ; - frazeologi_ja__N : N ; - frazirovka_N : N ; - frazov_A : A ; - frazxor_N : N ; - frazxorka_N : N ; - frazxorstvane_N : N ; - frak_N : N ; - fraktal_N : N ; - fraktalen_A : A ; - fraktura_N : N ; - frakcionen_A : A ; - frakcioner_N : N ; - frakcionerka_N : N ; - frakcionerstvo_N : N ; - frakcionizym_N : N ; - frakci_ja__N : N ; - frambezi_ja__N : N ; - franzela_N : N ; - frank_N : N ; - frankmason_N : N ; - frankmasonski_A : A ; - frankmasonstvo_N : N ; - francuzin_N : N ; - francuzojka_N : N ; - frapanten_A : A ; - frapiram_V : V ; - frapirane_N : N ; - frasvam_V : V ; - frasvane_N : N ; - fregata_N : N ; - freza_N : N ; - frezist_N : N ; - frezistka_N : N ; - frezi_ja__N : N ; - frezma_sh_ina_N : N ; - frezov_A : A ; - frezovam_V : V ; - frejm_N : N ; - frejmbufer_N : N ; - frekventnost_N : N ; - frekvenci_ja__N : N ; - freneti_ch_en_A : A ; - freneti_ch_eski_A : A ; - frenologi_ja__N : N ; - frenski_A : A ; - frenskogovore_sht__A : A ; - freska_N : N ; - frivolen_A : A ; - frigiden_A : A ; - frigidnost_N : N ; - frizer_N : N ; - friziram_V : V ; - frizirane_N : N ; - frizura_N : N ; - frizxor_N : N ; - frizxorka_N : N ; - frizxorski_A : A ; - frizxorstvam_V : V ; - frizxorstvane_N : N ; - frizxorstvo_N : N ; - frikase_N : N ; - frikativen_A : A ; - frikcionen_A : A ; - frikci_ja__N : N ; - frojdovski_A : A ; - fronda_N : N ; - front_N : N ; - frontalen_A : A ; - frontov_A : A ; - frontovak_N : N ; - frontovi_A : A ; - fronton_N : N ; - fruktiera_N : N ; - fruktov_A : A ; - fruktoza_N : N ; - fryckam_V : V ; - fryckane_N : N ; - fuga_N : N ; - fugas_N : N ; - fugasen_A : A ; - fugiram_V : V ; - fugirane_N : N ; - fukam_V : V ; - fukane_N : N ; - fukvam_V : V ; - fukvane_N : N ; - fukla_N : N ; - fukliv_A : A ; - fuklxo_N : N ; - fukna_V : V ; - fukn_ja__N : N ; - fundament_N : N ; - fundamentalen_A : A ; - fundamenten_A : A ; - funieviden_A : A ; - funieobrazen_A : A ; - funijka_N : N ; - funi_ja__N : N ; - funkcionalen_A : A ; - funkcionalnost_N : N ; - funkcioner_N : N ; - funkcioniram_V : V ; - funkcionirane_N : N ; - funkci_ja__N : N ; - funt_N : N ; - fura_zj__N : N ; - fura_zj_en_A : A ; - fura_zj_ka_N : N ; - furgon_N : N ; - furgonen_A : A ; - furi_ja__N : N ; - furket_N : N ; - furma_N : N ; - furna_N : N ; - furnad_zj_ijka_N : N ; - furnad_zj_ijski_A : A ; - furnad_zj_i_ja__N : N ; - furnir_N : N ; - furniram_V : V ; - furnirane_N : N ; - furnirovam_V : V ; - furnirovane_N : N ; - furor_N : N ; - fusta_N : N ; - fustanela_N : N ; - fut_N : N ; - futa_N : N ; - futbol_N : N ; - futbolen_A : A ; - futbolist_N : N ; - futl_ja_r_N : N ; - futurizym_N : N ; - futurist_N : N ; - futuristi_ch_en_A : A ; - futuristka_N : N ; - futurolog_N : N ; - futurologi_ja__N : N ; - fu_ch_a_V : V ; - fu_ch_ene_N : N ; - fykam_V : V ; - fykane_N : N ; - fyndyk_N : N ; - fyrtuna_N : N ; - fyrfalak_N : N ; - fystyk_N : N ; - fysty_ch_e_N : N ; - fysty_ch_en_A : A ; - fyflene_N : N ; - fyfl_ja__V : V ; - fy_sh_ki_ja__N : N ; - f_iu_zela_zj__N : N ; - f_iu_rer_N : N ; - f_iu__ch_yr_N : N ; - haben_A : A ; - habene_N : N ; - haber_N : N ; - habilitacionen_A : A ; - habilitaci_ja__N : N ; - habilitiram_V : V ; - habilitirane_N : N ; - hab_ja__V : V ; - hava_N : N ; - havaec_N : N ; - havajka_N : N ; - havajski_A : A ; - havan_N : N ; - havanski_A : A ; - havan_ch_e_N : N ; - havlien_A : A ; - havli_ja__N : N ; - had_zj_i_N : N ; - had_zj_ijka_N : N ; - had_zj_ijski_A : A ; - had_zj_ilyk_N : N ; - had_zj_i_ja__N : N ; - hazain_N : N ; - hazajka_N : N ; - hazanski_A : A ; - hazart_N : N ; - hazarten_A : A ; - hazna_N : N ; - hazyr_N : N ; - haz_ja_in_N : N ; - haz_ja_jka_N : N ; - hairli_ja__N : N ; - haitski_A : A ; - hajvan_N : N ; - hajvanin_N : N ; - hajver_N : N ; - hajveren_A : A ; - hajduk_N : N ; - hajdutin_N : N ; - hajdutluk_N : N ; - hajdutstvo_N : N ; - hajdu_sh_ki_A : A ; - hajka_N : N ; - hajlaz_N : N ; - hajlazin_N : N ; - hajlazuvam_V : V ; - hajlazuvane_N : N ; - hajlajf_N : N ; - hajlajfen_A : A ; - hajmana_N : N ; - hajmanuvam_V : V ; - hajmanuvane_N : N ; - hajta_N : N ; - hak_N : N ; - hakam_V : V ; - hakane_N : N ; - hakvam_V : V ; - hakvane_N : N ; - haker_N : N ; - hakerski_A : A ; - hakerstvo_N : N ; - hal_N : N ; - hala_N : N ; - halat_N : N ; - halba_N : N ; - halva_N : N ; - halvad_zj_ijski_A : A ; - halvad_zj_i_ja__N : N ; - hale_N : N ; - haleev_A : A ; - halif_N : N ; - halifat_N : N ; - hali_sht_e_N : N ; - halka_N : N ; - halogenen_A : A ; - haloiden_A : A ; - halos_N : N ; - halosam_V : V ; - halosan_A : A ; - halosane_N : N ; - halosvam_V : V ; - halosvane_N : N ; - halosen_A : A ; - halosnik_N : N ; - halosnica_N : N ; - haltav_A : A ; - haltavost_N : N ; - hal_iu_cinacionen_A : A ; - hal_iu_cinaci_ja__N : N ; - hal_iu_ciniram_V : V ; - hal_iu_cinirane_N : N ; - hal_iu_cinogen_A : A ; - hamak_N : N ; - hamalin_N : N ; - hamalogi_ja__N : N ; - hamalski_A : A ; - hamaluvam_V : V ; - hamaluvane_N : N ; - hambar_N : N ; - hamburger_N : N ; - hamburgski_A : A ; - hameleon_N : N ; - hameleonski_A : A ; - hamitski_A : A ; - hamsi_ja__N : N ; - hamut_N : N ; - han_N : N ; - hangar_N : N ; - handbal_N : N ; - hand_zj_ijka_N : N ; - hand_zj_ijski_A : A ; - hand_zj_i_ja__N : N ; - hanski_A : A ; - hanstvo_N : N ; - han_sh__N : N ; - hanyma_N : N ; - haos_N : N ; - haosen_A : A ; - haoti_ch_en_A : A ; - haoti_ch_nost_N : N ; - hap_N : N ; - hapane_N : N ; - hapvam_V : V ; - hapvane_N : N ; - hapka_N : N ; - hapliv_A : A ; - haplivost_N : N ; - haplologi_ja__N : N ; - haplxo_N : N ; - hap_ch_e_N : N ; - harakiri_N : N ; - harakter_N : N ; - harakteren_A : A ; - harakteriziram_V : V ; - harakterizirane_N : N ; - harakteristika_N : N ; - harakteristi_ch_en_A : A ; - harakternost_N : N ; - haramijski_A : A ; - harami_ja__N : N ; - hardal_N : N ; - harduer_N : N ; - hardueren_A : A ; - harem_N : N ; - haren_A : A ; - haresam_V : V ; - haresvam_V : V ; - haresvane_N : N ; - harizvam_V : V ; - harizvane_N : N ; - harman_N : N ; - harmand_zj_ijka_N : N ; - harmand_zj_ijski_A : A ; - harmand_zj_i_ja__N : N ; - harmanlijski_A : A ; - harmonizaci_ja__N : N ; - harmoniziram_V : V ; - harmonizirane_N : N ; - harmonika_N : N ; - harmoniram_V : V ; - harmonirane_N : N ; - harmoni_ch_en_A : A ; - harmoni_ch_eski_A : A ; - harmoni_ch_nost_N : N ; - harmoni_ja__N : N ; - harpi_ja__N : N ; - harpun_N : N ; - harpuner_N : N ; - harpunist_N : N ; - harta_N : N ; - hartien_A : A ; - hartijka_N : N ; - harti_ja__N : N ; - har_ch__N : N ; - har_ch_a_V : V ; - har_ch_ene_N : N ; - har_ch_lyk_N : N ; - har_ch_ovit_A : A ; - hasgar_N : N ; - hase_N : N ; - hasen_A : A ; - haskovski_A : A ; - haspel_N : N ; - hastar_N : N ; - hatyr_N : N ; - hatyrd_zj_i_ja__N : N ; - ha_sh_i_sh__N : N ; - hvala_N : N ; - hvalba_N : N ; - hvaleben_A : A ; - hvalebstven_A : A ; - hvalebstvie_N : N ; - hvalene_N : N ; - hvaliprycko_N : N ; - hvalopryckov_sht_ina_N : N ; - hval_ja__V : V ; - hvatka_N : N ; - hva_sht_am_V : V ; - hva_sht_ane_N : N ; - hvojna_N : N ; - hvojnov_A : A ; - hvo_sht__N : N ; - hvrykvam_V : V ; - hvrykvane_N : N ; - hvyrkam_V : V ; - hvyrkat_A : A ; - hvyrkovat_A : A ; - hvyrlej_N : N ; - hvyrl_ja_m_V : V ; - hvyrl_ja_ne_N : N ; - hvyrl_ja__ch__N : N ; - hvyr_ch_a_sht__A : A ; - hvyr_ch_ene_N : N ; - hvyr_ch_ilo_N : N ; - hegelianec_N : N ; - hegelianski_A : A ; - hegemon_N : N ; - hegemonen_A : A ; - hegemoni_ja__N : N ; - hed_zj_ir_N : N ; - hedonisti_ch_en_A : A ; - hedoni_ch_en_A : A ; - hek_N : N ; - hekatomba_N : N ; - hekzametyr_N : N ; - hekimin_N : N ; - hektar_N : N ; - hektograf_N : N ; - hektolityr_N : N ; - hektometyr_N : N ; - heliev_A : A ; - helij_N : N ; - helikopter_N : N ; - heliograf_N : N ; - heliografen_A : A ; - heliografi_ja__N : N ; - heliografski_A : A ; - helioskop_N : N ; - helioterapi_ja__N : N ; - heliotipi_ja__N : N ; - heliotrop_N : N ; - hematit_N : N ; - hematologi_ja__N : N ; - hematuri_ja__N : N ; - hemisfera_N : N ; - hemoglobin_N : N ; - hemoragi_ja__N : N ; - hemoroid_N : N ; - hemoroiden_A : A ; - hemostaza_N : N ; - hemotropizym_N : N ; - hemofili_ja__N : N ; - hendek_N : N ; - heopsov_A : A ; - hepatit_N : N ; - heraklit_N : N ; - heraldika_N : N ; - heraldi_ch_en_A : A ; - heraldi_ch_eski_A : A ; - heraldmajstor_N : N ; - herbariziram_V : V ; - herbarizirane_N : N ; - herbarij_N : N ; - herbicid_N : N ; - hergele_N : N ; - heringa_N : N ; - herkulesov_A : A ; - herkulesovski_A : A ; - hermafrodit_N : N ; - hermafroditen_A : A ; - hermelin_N : N ; - hermelinov_A : A ; - hermetiziram_V : V ; - hermetizirane_N : N ; - hermeti_ch_en_A : A ; - hermeti_ch_eski_A : A ; - hermeti_ch_nost_N : N ; - herni_ja__N : N ; - heroin_N : N ; - heroinov_A : A ; - herpes_N : N ; - heruvim_N : N ; - heruvimski_A : A ; - hercog_N : N ; - hercogin_ja__N : N ; - hercogski_A : A ; - hercogstvo_N : N ; - hetera_N : N ; - heterogenen_A : A ; - heterogennost_N : N ; - heterodinen_A : A ; - heteronomen_A : A ; - heteronomi_ja__N : N ; - heteroseksualen_A : A ; - hettrik_N : N ; - hibrid_N : N ; - hibriden_A : A ; - hibridizaci_ja__N : N ; - higiena_N : N ; - higienen_A : A ; - higieniziram_V : V ; - higienizirane_N : N ; - higienist_N : N ; - higienistka_N : N ; - higieni_ch_en_A : A ; - higroskopi_ch_en_A : A ; - higroskopi_ch_nost_N : N ; - hidalgo_N : N ; - hidra_N : N ; - hidravlika_N : N ; - hidravli_ch_en_A : A ; - hidrant_N : N ; - hidrat_N : N ; - hidraci_ja__N : N ; - hidrid_N : N ; - hidriram_V : V ; - hidrirane_N : N ; - hidrovyzel_N : N ; - hidrograf_N : N ; - hidrografi_ja__N : N ; - hidrografski_A : A ; - hidrodinamika_N : N ; - hidrodinami_ch_en_A : A ; - hidroelektri_ch_eski_A : A ; - hidroenergi_ja__N : N ; - hidroin_zj_ener_N : N ; - hidroksilen_A : A ; - hidroliza_N : N ; - hidrolog_N : N ; - hidrologi_ch_en_A : A ; - hidrologi_ch_eski_A : A ; - hidrologi_ja__N : N ; - hidrolokator_N : N ; - hidromanti_ja__N : N ; - hidrometeorologi_ch_eski_A : A ; - hidrometri_ch_en_A : A ; - hidrometri_ja__N : N ; - hidrometyr_N : N ; - hidromehanika_N : N ; - hidromonitor_N : N ; - hidrookis_N : N ; - hidroplan_N : N ; - hidroskop_N : N ; - hidrostatika_N : N ; - hidrostati_ch_en_A : A ; - hidrostroitel_N : N ; - hidrostroitelstvo_N : N ; - hidrosulfat_N : N ; - hidrosfera_N : N ; - hidroterapi_ja__N : N ; - hidrotehnika_N : N ; - hidrotehni_ch_eski_A : A ; - hidrofobi_ja__N : N ; - hiena_N : N ; - hi_zj_a_N : N ; - hiks_N : N ; - hilav_A : A ; - hilavost_N : N ; - hilene_N : N ; - hilka_N : N ; - hilus_N : N ; - hil_ja__V : V ; - hil_ja_darka_N : N ; - hil_ja_den_A : A ; - hil_ja_dogodi_sh_en_A : A ; - hil_ja_dogodi_sh_nina_N : N ; - hil_ja_dokraten_A : A ; - hil_ja_doleten_A : A ; - hil_ja_doletie_N : N ; - hil_ja_d_ja__V : V ; - himalajski_A : A ; - himera_N : N ; - himeren_A : A ; - himeri_ch_en_A : A ; - himeri_ch_nost_N : N ; - himizaci_ja__N : N ; - himik_N : N ; - himikal_N : N ; - himikalka_N : N ; - himikalkoiden_A : A ; - himikotehnologi_ch_eski_A : A ; - himioterapi_ja__N : N ; - himi_ch_en_A : A ; - himi_ch_eski_A : A ; - himi_ch_ka_N : N ; - himi_ja__N : N ; - himkombinat_N : N ; - himn_N : N ; - hindi_N : N ; - hinin_N : N ; - hininov_A : A ; - hinterland_N : N ; - hiperbola_N : N ; - hiperbolizaci_ja__N : N ; - hiperboliziram_V : V ; - hiperboli_ch_en_A : A ; - hiperboli_ch_nost_N : N ; - hiperborealen_A : A ; - hipervryzka_N : N ; - hiperkosmi_ch_eski_A : A ; - hiperprostranstven_A : A ; - hiperprostranstvo_N : N ; - hipertekst_N : N ; - hipertekstov_A : A ; - hipertoni_ja__N : N ; - hipertrofiram_V : V ; - hipertrofirane_N : N ; - hipertrofi_ch_en_A : A ; - hipertrofi_ja__N : N ; - hipi_N : N ; - hipiotizaci_ja__N : N ; - hipnoza_N : N ; - hipnotizator_N : N ; - hipnotizatorka_N : N ; - hipnotiziram_V : V ; - hipnotizirane_N : N ; - hipnotizym_N : N ; - hipnotik_N : N ; - hipnoti_ch_en_A : A ; - hipnofiksator_N : N ; - hipogrif_N : N ; - hipodrum_N : N ; - hipokrizi_ja__N : N ; - hipopotam_N : N ; - hipostaza_N : N ; - hipoteza_N : N ; - hipotenuza_N : N ; - hipoteti_ch_en_A : A ; - hipofiza_N : N ; - hipofizen_A : A ; - hipohondrik_N : N ; - hipohondri_ch_en_A : A ; - hipohondri_ja__N : N ; - hiromant_N : N ; - hiromanti_ja__N : N ; - hirurg_N : N ; - hirurgi_ch_eski_A : A ; - hirurgi_ja__N : N ; - histerotomi_ja__N : N ; - histograma_N : N ; - histolog_N : N ; - histologi_ch_en_A : A ; - histologi_ch_eski_A : A ; - histologi_ja__N : N ; - hit_N : N ; - hitlerist_N : N ; - hitleristka_N : N ; - hitleristki_A : A ; - hitlerov_A : A ; - hitrec_N : N ; - hitre_ja__V : V ; - hitrina_N : N ; - hitrost_N : N ; - hitruvam_V : V ; - hitruvane_N : N ; - hitru_sh_a_N : N ; - hityr_A : A ; - hihikam_V : V ; - hihikane_N : N ; - hi_sht_en_A : A ; - hi_sht_nik_N : N ; - hi_sht_nica_N : N ; - hi_sht_ni_ch_eski_A : A ; - hi_sht_ni_ch_estvo_N : N ; - hi_sht_nost_N : N ; - hlabav_A : A ; - hlabavost_N : N ; - hlabina_N : N ; - hlad_N : N ; - hladen_A : A ; - hladilen_A : A ; - hladilnik_N : N ; - hladina_N : N ; - hladne_ja__V : V ; - hladnina_N : N ; - hladni_ch_yk_A : A ; - hladnokryven_A : A ; - hladnokryvie_N : N ; - hladnokryvnost_N : N ; - hladnost_N : N ; - hladovina_N : N ; - hladovit_A : A ; - hladyk_A : A ; - hlapak_N : N ; - hlapam_V : V ; - hlapane_N : N ; - hlapa_sh_ki_A : A ; - hlapa_sht_ina_N : N ; - hlape_N : N ; - hlapeti_ja__N : N ; - hlasvam_V : V ; - hlasvane_N : N ; - hlebar_N : N ; - hlebarka_N : N ; - hlebarnica_N : N ; - hlebarski_A : A ; - hlebarstvo_N : N ; - hleben_A : A ; - hlebozavod_N : N ; - hlebopekar_N : N ; - hlebopekarnica_N : N ; - hlebopekarski_A : A ; - hleboprodavnica_N : N ; - hleboroden_A : A ; - hlebprodavec_N : N ; - hleb_ch_e_N : N ; - hlevoust_A : A ; - hlen_ch__N : N ; - hlen_ch_a_V : V ; - hlen_ch_ene_N : N ; - hlipam_V : V ; - hlipane_N : N ; - hlopam_V : V ; - hlopane_N : N ; - hlopatar_N : N ; - hlopvam_V : V ; - hlopvane_N : N ; - hlopka_N : N ; - hlor_N : N ; - hloren_A : A ; - hlorid_N : N ; - hloriram_V : V ; - hlorirane_N : N ; - hlorovodorod_N : N ; - hlorovodoroden_A : A ; - hlorofil_N : N ; - hloroform_N : N ; - hlyzvam_V : V ; - hlyzvane_N : N ; - hlyzgav_A : A ; - hlyzgavina_N : N ; - hlyzgam_V : V ; - hlyzgane_N : N ; - hlytvam_V : V ; - hlytvane_N : N ; - hlytnalost_N : N ; - hlytnatina_N : N ; - hlycvam_V : V ; - hlycvane_N : N ; - hl_ja_b_N : N ; - hmel_N : N ; - hmelen_A : A ; - hobi_N : N ; - hobot_N : N ; - hoboten_A : A ; - hobotnik_N : N ; - hobot_ch_e_N : N ; - hod_N : N ; - hodataj_N : N ; - hodatajstvam_V : V ; - hodatajstvane_N : N ; - hodatajstvo_N : N ; - hodatajstvuvam_V : V ; - hodatajstvuvane_N : N ; - hodene_N : N ; - hodilo_N : N ; - hodov_A : A ; - hod_ja__V : V ; - hojkam_V : V ; - hojkane_N : N ; - hokam_V : V ; - hokane_N : N ; - hokeist_N : N ; - hokej_N : N ; - hol_N : N ; - holandec_N : N ; - holandka_N : N ; - holandski_A : A ; - holendyr_N : N ; - holera_N : N ; - holeren_A : A ; - holerik_N : N ; - holeri_ch_ka_N : N ; - holesterin_N : N ; - holesterolen_A : A ; - holivudski_A : A ; - holovizionen_A : A ; - holovizi_ja__N : N ; - holograma_N : N ; - hologramen_A : A ; - holografa_N : N ; - holografen_A : A ; - holografski_A : A ; - holokamera_N : N ; - holocen_N : N ; - homeopat_N : N ; - homeopati_ch_en_A : A ; - homeopati_ja__N : N ; - homeri_ch_eski_A : A ; - homogenen_A : A ; - homogeniziram_V : V ; - homogenizirane_N : N ; - homogennost_N : N ; - homoseksualen_A : A ; - homoseksualizym_N : N ; - homoseksualist_N : N ; - homot_N : N ; - honorar_N : N ; - honoruvam_V : V ; - honoruvan_A : A ; - honoruvane_N : N ; - hopvam_V : V ; - hor_N : N ; - hora_N : N ; - horal_N : N ; - horda_N : N ; - horei_ch_en_A : A ; - horeograf_N : N ; - horeografen_A : A ; - horeografi_ja__N : N ; - horeografski_A : A ; - horizont_N : N ; - horizontal_N : N ; - horizontalen_A : A ; - horizontalnost_N : N ; - horist_N : N ; - horistka_N : N ; - horica_N : N ; - hormajstor_N : N ; - hormon_N : N ; - hornblenda_N : N ; - hornist_N : N ; - horo_N : N ; - horov_A : A ; - horovodec_N : N ; - horosan_N : N ; - horosanov_A : A ; - horoskop_N : N ; - horski_A : A ; - hortenzi_ja__N : N ; - hortuvam_V : V ; - hortuvane_N : N ; - horugva_N : N ; - hospitaliziram_V : V ; - hospitalizirane_N : N ; - host_N : N ; - hotel_N : N ; - hotelier_N : N ; - hotelierka_N : N ; - hotelierski_A : A ; - hotelierstvo_N : N ; - hotelski_A : A ; - hotentot_N : N ; - hotentotski_A : A ; - hofmar_sh_al_N : N ; - hrabrec_N : N ; - hrabrost_N : N ; - hrabyr_A : A ; - hralupa_N : N ; - hralupat_A : A ; - hralupest_A : A ; - hram_N : N ; - hramov_A : A ; - hrana_N : N ; - hranen_A : A ; - hranene_N : N ; - hranenik_N : N ; - hranenica_N : N ; - hraneni_ch_e_N : N ; - hranili_sht_e_N : N ; - hranilka_N : N ; - hranilnik_N : N ; - hranitel_N : N ; - hranitelen_A : A ; - hranitelnost_N : N ; - hranoprovod_N : N ; - hranosmilane_N : N ; - hranosmilatelen_A : A ; - hranosnabd_ja_vane_N : N ; - hrantutenik_N : N ; - hrantutenica_N : N ; - hrantut_ja__V : V ; - hran_ja__V : V ; - hrast_N : N ; - hrastalak_N : N ; - hrastov_A : A ; - hrastoviden_A : A ; - hrast_ch_e_N : N ; - hra_ch_a_V : V ; - hra_ch_ene_N : N ; - hra_ch_ka_N : N ; - hrebet_N : N ; - hrema_N : N ; - hremav_A : A ; - hrizantema_N : N ; - hrilen_A : A ; - hrip_N : N ; - hripkav_A : A ; - hripkam_V : V ; - hripkane_N : N ; - hripliv_A : A ; - hriptene_N : N ; - hript_ja__V : V ; - hrisim_A : A ; - hrisimost_N : N ; - hristi_ja_nin_N : N ; - hristi_ja_nka_N : N ; - hristi_ja_nski_A : A ; - hristi_ja_nstvo_N : N ; - hristol_iu_biv_A : A ; - hristomati_ja__N : N ; - hrom_N : N ; - hromati_ch_en_A : A ; - hromatografi_ja__N : N ; - hromiram_V : V ; - hromiran_A : A ; - hromirane_N : N ; - hromov_A : A ; - hromozoma_N : N ; - hromolitografi_ja__N : N ; - hromotipi_ja__N : N ; - hromofotografi_ja__N : N ; - hronaren_A : A ; - hronika_N : N ; - hronikalen_A : A ; - hronikiram_V : V ; - hronikirane_N : N ; - hronikxor_N : N ; - hroni_ch_en_A : A ; - hroni_ch_eski_A : A ; - hronograf_N : N ; - hronolog_N : N ; - hronologi_ch_en_A : A ; - hronologi_ch_eski_A : A ; - hronologi_ja__N : N ; - hronometrirane_N : N ; - hronometrist_N : N ; - hronometri_ch_en_A : A ; - hronometyr_N : N ; - hrononavtika_N : N ; - hrononavtka_N : N ; - hronostabilizator_N : N ; - hrumvam_V : V ; - hrumvane_N : N ; - hrumna_V : V ; - hrupam_V : V ; - hrupane_N : N ; - hrupkav_A : A ; - hrupkavost_N : N ; - hrupkam_V : V ; - hrupkane_N : N ; - hruskam_V : V ; - hruskane_N : N ; - hru_sht_ane_N : N ; - hru_sht__ja__V : V ; - hru_sht__ja_l_N : N ; - hru_sht__ja_len_A : A ; - hrytka_N : N ; - hr_ja_n_N : N ; - hubav_A : A ; - hubavelka_N : N ; - hubavec_N : N ; - hubave_ja__V : V ; - hubavina_N : N ; - hubavica_N : N ; - hubavi_ch_yk_A : A ; - hubosi_ja__N : N ; - hubost_N : N ; - hubostnik_N : N ; - hubostnica_N : N ; - hudo_zj_estven_A : A ; - hudo_zj_estvenost_N : N ; - hudo_zj_estvo_N : N ; - hudo_zj_nik_N : N ; - hudo_zj_ni_ch_eski_A : A ; - hudo_zj_ni_ch_ka_N : N ; - hukvam_V : V ; - hukvane_N : N ; - hula_N : N ; - hulen_A : A ; - hulene_N : N ; - huligan_N : N ; - huliganka_N : N ; - huliganski_A : A ; - huliganstvam_V : V ; - huliganstvane_N : N ; - huliganstvo_N : N ; - huliganstvuvam_V : V ; - huliganstvuvane_N : N ; - huligan_sht_ina_N : N ; - hulitel_N : N ; - hulitelen_A : A ; - hulitelka_N : N ; - hul_ja__V : V ; - huma_N : N ; - humanen_A : A ; - humaniziram_V : V ; - humanizym_N : N ; - humanist_N : N ; - humanisti_ch_en_A : A ; - humanistka_N : N ; - humanitaren_A : A ; - humanitarnost_N : N ; - humannost_N : N ; - humanoid_N : N ; - humanoiden_A : A ; - humor_N : N ; - humoralen_A : A ; - humoreska_N : N ; - humorist_N : N ; - humoristi_ch_en_A : A ; - humus_N : N ; - humusen_A : A ; - hunski_A : A ; - hunta_N : N ; - hurka_N : N ; - husar_N : N ; - husarski_A : A ; - hyb_N : N ; - hykam_V : V ; - hykane_N : N ; - hylbok_N : N ; - hylbo_ch_en_A : A ; - hylm_N : N ; - hylmest_A : A ; - hylmist_A : A ; - hylmoviden_A : A ; - hylmoobrazen_A : A ; - hylm_ch_e_N : N ; - hylcam_V : V ; - hylcane_N : N ; - hylcukam_V : V ; - hylcukane_N : N ; - hymkane_N : N ; - hyrba_N : N ; - hyrbel_N : N ; - hyrvatin_N : N ; - hyrvatka_N : N ; - hyrvatski_A : A ; - hyrdel_N : N ; - hyrzulvam_V : V ; - hyrzulvane_N : N ; - hyrkam_V : V ; - hyrkane_N : N ; - hyrsyz_N : N ; - hyrsyzin_N : N ; - hyhrene_N : N ; - hyhr_ja__V : V ; - hy_sh__N : N ; - hy_sh_lak_N : N ; - hy_sh_lakuvam_V : V ; - hy_sh_lakuvane_N : N ; - hy_sh_la_sh_ki_A : A ; - hy_sh_la_sht_ina_N : N ; - caka_N : N ; - cakam_V : V ; - cakane_N : N ; - camburvam_V : V ; - camburvane_N : N ; - capam_V : V ; - capane_N : N ; - capardosane_N : N ; - capardosvam_V : V ; - capardosvane_N : N ; - capvam_V : V ; - capvane_N : N ; - capnatost_N : N ; - capot_ja__V : V ; - car_N : N ; - carev_A : A ; - carevica_N : N ; - carevi_ch_ak_N : N ; - carevi_ch_en_A : A ; - carevi_ch_nik_N : N ; - caredvorec_N : N ; - caredvorski_A : A ; - careubiec_N : N ; - careubijstvo_N : N ; - carigradski_A : A ; - carizym_N : N ; - carica_N : N ; - carkin_ja__N : N ; - carski_A : A ; - carstvam_V : V ; - carstvane_N : N ; - carstven_A : A ; - carstvenost_N : N ; - carstvo_N : N ; - carstvuvam_V : V ; - carstvuvane_N : N ; - caruvam_V : V ; - caruvane_N : N ; - car_sht_ina_N : N ; - car_ja__V : V ; - cafara_N : N ; - caca_N : N ; - cveklo_N : N ; - cveklov_A : A ; - cvekloproizvoditel_N : N ; - cvekloproizvoditelen_A : A ; - cvekloproizvoditelka_N : N ; - cvekloproizvodstvo_N : N ; - cvetar_N : N ; - cvetarka_N : N ; - cvetarnik_N : N ; - cvetarnica_N : N ; - cvetarski_A : A ; - cvetarstvo_N : N ; - cvete_N : N ; - cveten_A : A ; - cvetence_N : N ; - cvetist_A : A ; - cvetnoko_zj__A : A ; - cvetnost_N : N ; - cvetovi_A : A ; - cvetomer_N : N ; - cvetonosen_A : A ; - cvetootdelka_N : N ; - cvetu_sht__A : A ; - cvet_ch_e_N : N ; - cvilene_N : N ; - cvil_ja__V : V ; - cvrykna_V : V ; - cvykam_V : V ; - cvykane_N : N ; - cvyrkalo_N : N ; - cvyrkam_V : V ; - cvyrkane_N : N ; - cvyrkat_A : A ; - cvyrte_zj__N : N ; - cvyrtene_N : N ; - cvyrt_ja__V : V ; - cvyr_ch_a_V : V ; - cvyr_ch_ene_N : N ; - cv_ja_t_N : N ; - cev_N : N ; - ceven_A : A ; - ceda_ch_ka_N : N ; - cedilen_A : A ; - cedilka_N : N ; - cedilnik_N : N ; - cedilo_N : N ; - cedka_N : N ; - ced_ja__V : V ; - cezarov_A : A ; - cezij_N : N ; - cejlonec_N : N ; - cejlonski_A : A ; - cel_N : N ; - celeben_A : A ; - celebnost_N : N ; - celevi_A : A ; - celenaso_ch_en_A : A ; - celenaso_ch_enost_N : N ; - celene_N : N ; - celeni_ch_yk_A : A ; - celesyobrazen_A : A ; - celesyobraznost_N : N ; - celeukazanie_N : N ; - celeustrem_N : N ; - celeustremen_A : A ; - celeustremenost_N : N ; - celeustremitelen_A : A ; - celeustremitelnost_N : N ; - celziev_A : A ; - celina_N : N ; - celitel_N : N ; - celitelen_A : A ; - celi_ch_yk_A : A ; - celogodi_sh_en_A : A ; - celodneven_A : A ; - celokupen_A : A ; - celokupnost_N : N ; - celomydren_A : A ; - celomydrenost_N : N ; - celomydrie_N : N ; - celofan_N : N ; - celofanen_A : A ; - celo_ch_islen_A : A ; - celuvam_V : V ; - celuvane_N : N ; - celuvka_N : N ; - celulit_N : N ; - celuloza_N : N ; - celulozen_A : A ; - celuloid_N : N ; - celuloiden_A : A ; - cel_ja__V : V ; - cena_N : N ; - cenen_A : A ; - cenene_N : N ; - cenz_N : N ; - cenzor_N : N ; - cenzura_N : N ; - cenzuren_A : A ; - cenzuriram_V : V ; - cenzurirane_N : N ; - cenitel_N : N ; - cennost_N : N ; - cennosten_A : A ; - cenov_A : A ; - cenoobrazuvane_N : N ; - cenorazpis_N : N ; - cent_N : N ; - centavyr_N : N ; - centifoli_ja__N : N ; - centrala_N : N ; - centralen_A : A ; - centralizaci_ja__N : N ; - centraliziram_V : V ; - centralizirane_N : N ; - centralizym_N : N ; - centralnoevropejski_A : A ; - centralnost_N : N ; - centriram_V : V ; - centrirane_N : N ; - centrist_N : N ; - centrobe_zj_en_A : A ; - centrovam_V : V ; - centrovane_N : N ; - centrovka_N : N ; - centrostremitelen_A : A ; - centrofuga_N : N ; - centrofu_zj_en_A : A ; - centurion_N : N ; - centyr_N : N ; - cenuroza_N : N ; - cen_ja__V : V ; - cen_ja_vam_V : V ; - cen_ja_vane_N : N ; - cepvam_V : V ; - cepvane_N : N ; - cepelin_N : N ; - cepene_N : N ; - cepenica_N : N ; - cepitelnost_N : N ; - cepka_N : N ; - cepnatina_N : N ; - cep_ja__V : V ; - cer_N : N ; - cerber_N : N ; - cerebralen_A : A ; - ceremonen_A : A ; - ceremonial_N : N ; - ceremonialen_A : A ; - ceremonialmajstor_N : N ; - ceremonialnost_N : N ; - ceremoni_ja__N : N ; - ceremonnost_N : N ; - ceremon_ja__V : V ; - cerene_N : N ; - ceritel_N : N ; - ceritelen_A : A ; - ceritelka_N : N ; - cerov_A : A ; - cerovit_A : A ; - cerovitost_N : N ; - ceroplastika_N : N ; - cer_ja__V : V ; - cesi_ja__N : N ; - ceh_N : N ; - cehov_A : A ; - cian_N : N ; - cianid_N : N ; - cianizaci_ja__N : N ; - ciankalij_N : N ; - cianovodorod_N : N ; - cianoza_N : N ; - civilen_A : A ; - civilizator_N : N ; - civilizatorka_N : N ; - civilizatorski_A : A ; - civilizaci_ja__N : N ; - civiliziram_V : V ; - civilizovam_V : V ; - civilizovan_A : A ; - civilizovane_N : N ; - civka_N : N ; - civrene_N : N ; - civr_ja__V : V ; - ciganin_N : N ; - cigani_ja__N : N ; - ciganka_N : N ; - ciganor_N : N ; - ciganosvam_V : V ; - ciganosvane_N : N ; - ciganski_A : A ; - cigan_ch_e_N : N ; - cigan_sht_ina_N : N ; - cigara_N : N ; - cigare_N : N ; - cigaren_A : A ; - cigla_N : N ; - ciglarnica_N : N ; - ciglarski_A : A ; - cigular_N : N ; - cigularka_N : N ; - cigularski_A : A ; - cigulka_N : N ; - cigulkov_A : A ; - cikla_N : N ; - ciklama_N : N ; - ciklamen_A : A ; - cikli_ch_en_A : A ; - cikli_ch_nost_N : N ; - ciklov_A : A ; - ciklometyr_N : N ; - ciklon_N : N ; - ciklop_N : N ; - ciklostil_N : N ; - ciklostilen_A : A ; - cikl_ja__V : V ; - cikyl_N : N ; - cilindri_ch_en_A : A ; - cilindrov_A : A ; - cilindyr_N : N ; - ciment_N : N ; - cimentaci_ja__N : N ; - cimenten_A : A ; - cimentiram_V : V ; - cimentirane_N : N ; - cimentov_A : A ; - cinizym_N : N ; - cinik_N : N ; - cini_ch_en_A : A ; - cini_ch_nost_N : N ; - cink_N : N ; - cinkvajs_N : N ; - cinkov_A : A ; - cinkograf_N : N ; - cinkografi_ja__N : N ; - cinkografski_A : A ; - cinobyr_N : N ; - cincarin_N : N ; - cincarski_A : A ; - ciolog_N : N ; - cionizym_N : N ; - cionist_N : N ; - cionistka_N : N ; - cip_N : N ; - cipa_N : N ; - cipest_A : A ; - cipokril_A : A ; - cirej_N : N ; - cirk_N : N ; - cirkad_zj_ijka_N : N ; - cirkad_zj_ijstvo_N : N ; - cirkad_zj_i_ja__N : N ; - cirkov_A : A ; - cirkulaci_ja__N : N ; - cirkuliram_V : V ; - cirkulirane_N : N ; - cirkul_ja_r_N : N ; - cirkul_ja_ren_A : A ; - cirkul_ja_rist_N : N ; - ciroza_N : N ; - cista_N : N ; - cisterna_N : N ; - cisticerkoza_N : N ; - citadela_N : N ; - citat_N : N ; - citiram_V : V ; - citirane_N : N ; - citologi_ja__N : N ; - citra_N : N ; - citronada_N : N ; - citrusov_A : A ; - ciferblat_N : N ; - cifra_N : N ; - cifrator_N : N ; - cifren_A : A ; - cifrov_A : A ; - cica_N : N ; - cicam_V : V ; - cicane_N : N ; - cicina_N : N ; - cici_ja__N : N ; - cicka_N : N ; - cicorest_A : A ; - cokam_V : V ; - cokane_N : N ; - cokyl_N : N ; - col_N : N ; - colov_A : A ; - copam_V : V ; - copane_N : N ; - copvam_V : V ; - copvane_N : N ; - copnane_N : N ; - crykvam_V : V ; - crykvane_N : N ; - cukalo_N : N ; - cukam_V : V ; - cukane_N : N ; - cunkam_V : V ; - cunkane_N : N ; - cupene_N : N ; - cup_ja__V : V ; - cykam_V : V ; - cykane_N : N ; - cyrvam_V : V ; - cyrvane_N : N ; - cyrvul_N : N ; - cyrkalka_N : N ; - cyrkalo_N : N ; - cyrkam_V : V ; - cyrkane_N : N ; - cyrkva_N : N ; - cyrkoven_A : A ; - cyrkovnoslav_ja_nski_A : A ; - cyrcor_ja__V : V ; - cyfvam_V : V ; - cyfvane_N : N ; - cyfte_zj__N : N ; - cyftene_N : N ; - cyft_ja__V : V ; - cyft_ja__sht__A : A ; - c_ja_l_A : A ; - c_ja_lost_N : N ; - c_ja_losten_A : A ; - c_ja_lostnost_N : N ; - c_ja_r_N : N ; - _ch_avka_N : N ; - _ch_ado_N : N ; - _ch_adyr_N : N ; - _ch_adyrd_zj_i_ja__N : N ; - _ch_adyrest_A : A ; - _ch_adyr_ch_e_N : N ; - _ch_aen_A : A ; - _ch_aj_N : N ; - _ch_ajka_N : N ; - _ch_ajna_N : N ; - _ch_ajnik_N : N ; - _ch_akal_N : N ; - _ch_akaln_ja__N : N ; - _ch_akam_V : V ; - _ch_akane_N : N ; - _ch_akmak_N : N ; - _ch_aktisam_V : V ; - _ch_aktisvam_V : V ; - _ch_aktisvane_N : N ; - _ch_akyl_N : N ; - _ch_akylen_A : A ; - _ch_akylest_A : A ; - _ch_alvam_V : V ; - _ch_alvane_N : N ; - _ch_alga_N : N ; - _ch_algad_zj_i_ja__N : N ; - _ch_aldisane_N : N ; - _ch_aldisvam_V : V ; - _ch_aldisvane_N : N ; - _ch_alma_N : N ; - _ch_alym_N : N ; - _ch_am_N : N ; - _ch_amov_A : A ; - _ch_anta_N : N ; - _ch_anti_ch_ka_N : N ; - _ch_apkynin_N : N ; - _ch_apkynski_A : A ; - _ch_apla_N : N ; - _ch_apraz_N : N ; - _ch_ar_N : N ; - _ch_ardak_N : N ; - _ch_arda_sh__N : N ; - _ch_ark_N : N ; - _ch_arlston_N : N ; - _ch_aroven_A : A ; - _ch_arovnik_N : N ; - _ch_arovnica_N : N ; - _ch_arovnost_N : N ; - _ch_arodeen_A : A ; - _ch_arodeec_N : N ; - _ch_arodej_N : N ; - _ch_arodejka_N : N ; - _ch_arodejstvam_V : V ; - _ch_arodejstvane_N : N ; - _ch_arodejstvo_N : N ; - _ch_artizym_N : N ; - _ch_artyr_N : N ; - _ch_artyren_A : A ; - _ch_ar_sh_af_N : N ; - _ch_ar_sh_afosane_N : N ; - _ch_ar_sh_afosvam_V : V ; - _ch_ar_sh_afosvane_N : N ; - _ch_ar_sh_ijski_A : A ; - _ch_ar_sh_i_ja__N : N ; - _ch_as_N : N ; - _ch_asov_A : A ; - _ch_asovi_A : A ; - _ch_asovnik_N : N ; - _ch_asovnikar_N : N ; - _ch_asovnikarski_A : A ; - _ch_asovnikarstvo_N : N ; - _ch_asovnikov_A : A ; - _ch_asovni_ch_e_N : N ; - _ch_asovoj_N : N ; - _ch_asoslov_A : A ; - _ch_ast_N : N ; - _ch_asten_A : A ; - _ch_astica_N : N ; - _ch_asti_ch_en_A : A ; - _ch_asti_ch_ka_N : N ; - _ch_asti_ch_nost_N : N ; - _ch_astnik_N : N ; - _ch_astnica_N : N ; - _ch_astnost_N : N ; - _ch_at_N : N ; - _ch_atal_N : N ; - _ch_atalest_A : A ; - _ch_atvam_V : V ; - _ch_atvane_N : N ; - _ch_atkam_V : V ; - _ch_atkane_N : N ; - _ch_au_sh__N : N ; - _ch_a_sh_a_N : N ; - _ch_a_sh_ka_N : N ; - _ch_a_sh_koviden_A : A ; - _ch_a_sh_kodren_A : A ; - _ch_vor_N : N ; - _ch_vorest_A : A ; - _ch_ebyr_N : N ; - _ch_everme_N : N ; - _ch_evryst_A : A ; - _ch_evrystina_N : N ; - _ch_egyrtam_V : V ; - _ch_egyrtane_N : N ; - _ch_edo_N : N ; - _ch_edyr_N : N ; - _ch_ezna_V : V ; - _ch_eznene_N : N ; - _ch_ezne_sht__A : A ; - _ch_eiz_N : N ; - _ch_ek_N : N ; - _ch_ekijka_N : N ; - _ch_eki_ja__N : N ; - _ch_ekmed_zj_e_N : N ; - _ch_ekna_V : V ; - _ch_ekov_A : A ; - _ch_ekryk_N : N ; - _ch_elebi_ja__N : N ; - _ch_elen_A : A ; - _ch_elik_N : N ; - _ch_elistka_N : N ; - _ch_eli_ch_en_A : A ; - _ch_elnik_N : N ; - _ch_elo_N : N ; - _ch_el_iu_st_N : N ; - _ch_el_iu_sten_A : A ; - _ch_el_ja_d_N : N ; - _ch_emerika_N : N ; - _ch_em_sh_ir_N : N ; - _ch_em_sh_irov_A : A ; - _ch_enge_N : N ; - _ch_engel_N : N ; - _ch_engel_ch_e_N : N ; - _ch_ene_N : N ; - _ch_ep_N : N ; - _ch_epat_A : A ; - _ch_epatost_N : N ; - _ch_epelarski_A : A ; - _ch_epik_N : N ; - _ch_epka_N : N ; - _ch_epkalo_N : N ; - _ch_epkam_V : V ; - _ch_epkane_N : N ; - _ch_er_A : A ; - _ch_ervej_N : N ; - _ch_ervej_ch_e_N : N ; - _ch_erven_A : A ; - _ch_ervendalest_A : A ; - _ch_ervene_N : N ; - _ch_ervene_ja__V : V ; - _ch_ervenikav_A : A ; - _ch_ervenikavo_zj_ylt_A : A ; - _ch_ervenikavokaf_ja_v_A : A ; - _ch_ervenina_N : N ; - _ch_ervenoarmeec_N : N ; - _ch_ervenoarmejski_A : A ; - _ch_ervenobuz_A : A ; - _ch_ervenobuzest_A : A ; - _ch_ervenogvardeec_N : N ; - _ch_ervenodre_sh_kovec_N : N ; - _ch_ervenoko_zj__A : A ; - _ch_ervenokos_A : A ; - _ch_ervenokrystec_N : N ; - _ch_ervenoperka_N : N ; - _ch_erveno_sh_ijka_N : N ; - _ch_ervenu_sh_ka_N : N ; - _ch_erveobrazen_A : A ; - _ch_erviv_A : A ; - _ch_ervilo_N : N ; - _ch_ervisane_N : N ; - _ch_ervisvam_V : V ; - _ch_ervisvane_N : N ; - _ch_ervo_N : N ; - _ch_erv_ja__V : V ; - _ch_erv_ja_sane_N : N ; - _ch_erv_ja_svam_V : V ; - _ch_erv_ja_svane_N : N ; - _ch_erv_ja__ch_en_A : A ; - _ch_erga_N : N ; - _ch_ergar_N : N ; - _ch_ergarin_N : N ; - _ch_ergarka_N : N ; - _ch_ergarski_A : A ; - _ch_ergarstvo_N : N ; - _ch_ergilo_N : N ; - _ch_erd_zj_e_N : N ; - _ch_eren_A : A ; - _ch_erep_N : N ; - _ch_erepen_A : A ; - _ch_ere_sh_a_N : N ; - _ch_ere_sh_ak_N : N ; - _ch_ere_sh_ar_N : N ; - _ch_ere_sh_arka_N : N ; - _ch_ere_sh_ov_A : A ; - _ch_erkva_N : N ; - _ch_erkez_N : N ; - _ch_erkezin_N : N ; - _ch_erkezka_N : N ; - _ch_erkezki_A : A ; - _ch_erkoven_A : A ; - _ch_erkovnik_N : N ; - _ch_erkovnica_N : N ; - _ch_erkovnopraven_A : A ; - _ch_erkuvam_V : V ; - _ch_erkuvane_N : N ; - _ch_ernene_N : N ; - _ch_erne_ja__V : V ; - _ch_ernikav_A : A ; - _ch_ernilka_N : N ; - _ch_ernilo_N : N ; - _ch_ernica_N : N ; - _ch_erni_ch_ev_A : A ; - _ch_erni_ch_yk_A : A ; - _ch_ernobilski_A : A ; - _ch_ernoborsad_zj_ijka_N : N ; - _ch_ernoborsad_zj_ijski_A : A ; - _ch_ernoborsad_zj_ijstvo_N : N ; - _ch_ernoborsad_zj_i_ja__N : N ; - _ch_ernobrad_A : A ; - _ch_ernob_ja_l_A : A ; - _ch_ernova_N : N ; - _ch_ernove_zj_d_A : A ; - _ch_ernovka_N : N ; - _ch_ernogled_N : N ; - _ch_ernogledec_N : N ; - _ch_ernogledka_N : N ; - _ch_ernogledstvo_N : N ; - _ch_ernogorec_N : N ; - _ch_ernogorka_N : N ; - _ch_ernogorski_A : A ; - _ch_ernodroben_A : A ; - _ch_ernozem_N : N ; - _ch_ernozemen_A : A ; - _ch_ernoko_zj__A : A ; - _ch_ernokos_A : A ; - _ch_ernolik_A : A ; - _ch_ernomorski_A : A ; - _ch_ernook_A : A ; - _ch_ernorabotnik_N : N ; - _ch_ernorizec_N : N ; - _ch_ernota_N : N ; - _ch_ern_ja__V : V ; - _ch_erpak_N : N ; - _ch_erpn_ja__N : N ; - _ch_erp_ja__V : V ; - _ch_erta_N : N ; - _ch_ertane_N : N ; - _ch_erta_ja__V : V ; - _ch_erte_zj__N : N ; - _ch_erte_zj_en_A : A ; - _ch_ertica_N : N ; - _ch_erti_ch_ka_N : N ; - _ch_erto_zj_en_A : A ; - _ch_erto_zj_nik_N : N ; - _ch_erto_zj_ni_ch_eski_A : A ; - _ch_erto_zj_ni_ch_estvo_N : N ; - _ch_erto_zj_ni_ch_ka_N : N ; - _ch_erupka_N : N ; - _ch_er_ch_eve_N : N ; - _ch_esalo_N : N ; - _ch_esane_N : N ; - _ch_esnov_A : A ; - _ch_est_A : A ; - _ch_estvam_V : V ; - _ch_estvane_N : N ; - _ch_estvuvam_V : V ; - _ch_estvuvane_N : N ; - _ch_esten_A : A ; - _ch_estit_A : A ; - _ch_estitka_N : N ; - _ch_estit_ja_vam_V : V ; - _ch_estit_ja_vane_N : N ; - _ch_estnost_N : N ; - _ch_estol_iu_bec_N : N ; - _ch_estol_iu_biv_A : A ; - _ch_estol_iu_bivost_N : N ; - _ch_estol_iu_bie_N : N ; - _ch_estota_N : N ; - _ch_estoten_A : A ; - _ch_est_ja__V : V ; - _ch_esyn_N : N ; - _ch_eta_V : V ; - _ch_etalo_N : N ; - _ch_etvoren_A : A ; - _ch_etvorica_N : N ; - _ch_etvorka_N : N ; - _ch_etvyrt_N : N ; - _ch_etvyrtina_N : N ; - _ch_etvyrtit_A : A ; - _ch_etvyrti_ch_en_A : A ; - _ch_etvyrtoklasen_A : A ; - _ch_etvyrtoklasnik_N : N ; - _ch_etvyrtoklasni_ch_ka_N : N ; - _ch_etvyrtfinal_N : N ; - _ch_etvyrtfinalen_A : A ; - _ch_etvyrtyk_N : N ; - _ch_eten_A : A ; - _ch_etene_N : N ; - _ch_etec_N : N ; - _ch_etivo_N : N ; - _ch_etim_A : A ; - _ch_etimost_N : N ; - _ch_etina_N : N ; - _ch_etinest_A : A ; - _ch_etiribukven_A : A ; - _ch_etirivalenten_A : A ; - _ch_etiriglasen_A : A ; - _ch_etirigodi_sh_en_A : A ; - _ch_etirigodi_sh_nina_N : N ; - _ch_etiridesetgodi_sh_en_A : A ; - _ch_etiridesetgodi_sh_nina_N : N ; - _ch_etiridneven_A : A ; - _ch_etirieta_zj_en_A : A ; - _ch_etiriizmeren_A : A ; - _ch_etirikorpusen_A : A ; - _ch_etirikrak_A : A ; - _ch_etirikraten_A : A ; - _ch_etirikrilen_A : A ; - _ch_etirilisten_A : A ; - _ch_etirilistnik_N : N ; - _ch_etirimese_ch_en_A : A ; - _ch_etirimese_ch_ie_N : N ; - _ch_etirimesten_A : A ; - _ch_etirimetrov_A : A ; - _ch_etirimotoren_A : A ; - _ch_etirinadesetgodi_sh_en_A : A ; - _ch_etirinadesetgodi_sh_nina_N : N ; - _ch_etirinog_A : A ; - _ch_etiripistov_A : A ; - _ch_etiriplastov_A : A ; - _ch_etiriprocentov_A : A ; - _ch_etiristaen_A : A ; - _ch_etiristenen_A : A ; - _ch_etiristi_sh_ie_N : N ; - _ch_etiristoten_A : A ; - _ch_etiristotingodi_sh_en_A : A ; - _ch_etiristotingodi_sh_nina_N : N ; - _ch_etiristranen_A : A ; - _ch_etiristrunen_A : A ; - _ch_etiritaktov_A : A ; - _ch_etiritonen_A : A ; - _ch_etiricveten_A : A ; - _ch_etiricilindrov_A : A ; - _ch_etiricifrov_A : A ; - _ch_etiri_ch_lenen_A : A ; - _ch_etiriygylen_A : A ; - _ch_etiriygylnik_N : N ; - _ch_etka_N : N ; - _ch_etkam_V : V ; - _ch_etkane_N : N ; - _ch_etkar_N : N ; - _ch_etkarstvo_N : N ; - _ch_etliv_A : A ; - _ch_etlivost_N : N ; - _ch_etmo_N : N ; - _ch_etnik_N : N ; - _ch_etni_ch_eski_A : A ; - _ch_et_ch_ica_N : N ; - _ch_eh_N : N ; - _ch_ehkin_ja__N : N ; - _ch_ehlar_N : N ; - _ch_ehoslova_sh_ki_A : A ; - _ch_ehyl_N : N ; - _ch_ehyl_ch_e_N : N ; - _ch_e_ch_enski_A : A ; - _ch_e_sh_a_V : V ; - _ch_e_sh_it_N : N ; - _ch_e_sh_ki_A : A ; - _ch_e_sh_ma_N : N ; - _ch_e_sh_med_zj_i_ja__N : N ; - _ch_e_sh_men_A : A ; - _ch_e_sh_m_ja_n_A : A ; - _ch_ibuk_N : N ; - _ch_ivi_ja__N : N ; - _ch_izm_N : N ; - _ch_izmar_N : N ; - _ch_iliec_N : N ; - _ch_ilijka_N : N ; - _ch_ilijski_A : A ; - _ch_ilik_N : N ; - _ch_im_N : N ; - _ch_im_sh_ir_N : N ; - _ch_im_sh_iren_A : A ; - _ch_in_N : N ; - _ch_inar_N : N ; - _ch_inel_N : N ; - _ch_inen_A : A ; - _ch_inien_A : A ; - _ch_inijka_N : N ; - _ch_ini_ja__N : N ; - _ch_inovnik_N : N ; - _ch_inovni_ch_eski_A : A ; - _ch_inovni_ch_estvam_V : V ; - _ch_inovni_ch_estvane_N : N ; - _ch_inovni_ch_estvo_N : N ; - _ch_inovni_ch_estvuvam_V : V ; - _ch_inovni_ch_estvuvane_N : N ; - _ch_inovni_ch_ka_N : N ; - _ch_inopo_ch_itanie_N : N ; - _ch_in_ja__V : V ; - _ch_ip_A : A ; - _ch_ipkam_V : V ; - _ch_ipkane_N : N ; - _ch_iponos_A : A ; - _ch_irak_N : N ; - _ch_iraklyk_N : N ; - _ch_irakuvam_V : V ; - _ch_irakuvane_N : N ; - _ch_ira_ch_estvo_N : N ; - _ch_ira_sh_ki_A : A ; - _ch_irikam_V : V ; - _ch_iroz_N : N ; - _ch_irozen_A : A ; - _ch_islen_A : A ; - _ch_islenost_N : N ; - _ch_islitel_N : N ; - _ch_islitelen_A : A ; - _ch_islo_N : N ; - _ch_islov_A : A ; - _ch_isl_ja__V : V ; - _ch_ist_A : A ; - _ch_ista_ch__N : N ; - _ch_ista_ch_ka_N : N ; - _ch_istene_N : N ; - _ch_istili_sht_e_N : N ; - _ch_isti_ch_yk_A : A ; - _ch_istka_N : N ; - _ch_istnik_N : N ; - _ch_istnica_N : N ; - _ch_istokryven_A : A ; - _ch_istonraven_A : A ; - _ch_istoplyten_A : A ; - _ch_istoplytnost_N : N ; - _ch_istosyrde_ch_en_A : A ; - _ch_istosyrde_ch_ie_N : N ; - _ch_istosyrde_ch_nost_N : N ; - _ch_istota_N : N ; - _ch_istofajnik_N : N ; - _ch_istofajnica_N : N ; - _ch_ist_ja__V : V ; - _ch_itav_A : A ; - _ch_itaem_A : A ; - _ch_itak_N : N ; - _ch_itali_sht_e_N : N ; - _ch_itali_sht_en_A : A ; - _ch_italn_ja__N : N ; - _ch_itanka_N : N ; - _ch_itatel_N : N ; - _ch_itatelka_N : N ; - _ch_itatelski_A : A ; - _ch_iflik_N : N ; - _ch_iflik_ch_ijka_N : N ; - _ch_iflik_ch_ijski_A : A ; - _ch_iflik_ch_ijstvo_N : N ; - _ch_iflik_ch_i_ja__N : N ; - _ch_ift_N : N ; - _ch_ifte_N : N ; - _ch_iften_A : A ; - _ch_iftokopiten_A : A ; - _ch_iftosane_N : N ; - _ch_iftosvam_V : V ; - _ch_iftosvane_N : N ; - _ch_ifut_N : N ; - _ch_ifutin_N : N ; - _ch_ifutka_N : N ; - _ch_i_ch_ko_N : N ; - _ch_i_ch_o_N : N ; - _ch_i_ch_ov_A : A ; - _ch_i_ch_opej_N : N ; - _ch_len_N : N ; - _ch_lenest_A : A ; - _ch_lenestonogo_N : N ; - _ch_lenka_N : N ; - _ch_lenorazdelen_A : A ; - _ch_lenorazdelnost_N : N ; - _ch_lenski_A : A ; - _ch_lenstvo_N : N ; - _ch_lenuvam_V : V ; - _ch_lenuvane_N : N ; - _ch_oban_N : N ; - _ch_obanin_N : N ; - _ch_ovek_N : N ; - _ch_ovekol_iu_bec_N : N ; - _ch_ovekol_iu_biv_A : A ; - _ch_ovekol_iu_bie_N : N ; - _ch_ovekomrazec_N : N ; - _ch_ovekomrazie_N : N ; - _ch_ovekomrazstvo_N : N ; - _ch_ovekonenavisten_A : A ; - _ch_ovekonenavistnik_N : N ; - _ch_ovekonenavistni_ch_estvo_N : N ; - _ch_ovekopodoben_A : A ; - _ch_ovekopodobie_N : N ; - _ch_ovekoubiec_N : N ; - _ch_ovekoubijstvo_N : N ; - _ch_oveko_ch_as_N : N ; - _ch_oveko_ja_dec_N : N ; - _ch_oveko_ja_dstvo_N : N ; - _ch_ove_ch_e_N : N ; - _ch_ove_ch_en_A : A ; - _ch_ove_ch_estvo_N : N ; - _ch_ove_ch_ec_N : N ; - _ch_ove_ch_nost_N : N ; - _ch_ove_sh_ki_A : A ; - _ch_ove_sht_ina_N : N ; - _ch_ovka_N : N ; - _ch_ovyrkam_V : V ; - _ch_ovyrkane_N : N ; - _ch_okoin_N : N ; - _ch_okoj_N : N ; - _ch_okojka_N : N ; - _ch_okojski_A : A ; - _ch_omak_N : N ; - _ch_op_N : N ; - _ch_opkam_V : V ; - _ch_opkane_N : N ; - _ch_opl_ja__V : V ; - _ch_orap_N : N ; - _ch_orapen_A : A ; - _ch_orapki_N : N ; - _ch_orapoga_sht_i_N : N ; - _ch_orapoga_sht_nik_N : N ; - _ch_orap_ch_e_N : N ; - _ch_orba_N : N ; - _ch_orbad_zj_ijka_N : N ; - _ch_orbad_zj_ijski_A : A ; - _ch_orbad_zj_ijstvam_V : V ; - _ch_orbad_zj_ijstvane_N : N ; - _ch_orbad_zj_ijstvo_N : N ; - _ch_orbad_zj_ijstvuvam_V : V ; - _ch_orbad_zj_ijstvuvane_N : N ; - _ch_orbad_zj_ilyk_N : N ; - _ch_orbad_zj_i_ja__N : N ; - _ch_orbest_A : A ; - _ch_orla_N : N ; - _ch_orlav_A : A ; - _ch_orl_ja__V : V ; - _ch_ortov_A : A ; - _ch_oha_N : N ; - _ch_ohen_A : A ; - _ch_reven_A : A ; - _ch_revougoden_A : A ; - _ch_revougodie_N : N ; - _ch_revougodnik_N : N ; - _ch_revougodnica_N : N ; - _ch_revougodni_ch_eski_A : A ; - _ch_revougodni_ch_estvo_N : N ; - _ch_rezvi_ch_aen_A : A ; - _ch_rezmeren_A : A ; - _ch_rezmernost_N : N ; - _ch_ubrica_N : N ; - _ch_uvaemost_N : N ; - _ch_uval_N : N ; - _ch_uvam_V : V ; - _ch_uvane_N : N ; - _ch_uven_N : N ; - _ch_uvstvam_V : V ; - _ch_uvstvane_N : N ; - _ch_uvstven_A : A ; - _ch_uvstvenost_N : N ; - _ch_uvstvitelen_A : A ; - _ch_uvstvitelnost_N : N ; - _ch_uvstvo_N : N ; - _ch_uvstvuvam_V : V ; - _ch_uvstvuvane_N : N ; - _ch_ugun_N : N ; - _ch_ugunen_A : A ; - _ch_ugunole_ja_ren_A : A ; - _ch_ugunole_ja_rna_N : N ; - _ch_udak_N : N ; - _ch_udat_A : A ; - _ch_udatost_N : N ; - _ch_uda_ch_eski_A : A ; - _ch_uda_ch_estvo_N : N ; - _ch_uden_A : A ; - _ch_udene_N : N ; - _ch_udesen_A : A ; - _ch_udesi_ja__N : N ; - _ch_udnovat_A : A ; - _ch_udnovatost_N : N ; - _ch_udo_N : N ; - _ch_udovi_sht_e_N : N ; - _ch_udovi_sht_en_A : A ; - _ch_udovi_sht_nost_N : N ; - _ch_udodeen_A : A ; - _ch_udodeec_N : N ; - _ch_udotvoren_A : A ; - _ch_udotvorec_N : N ; - _ch_ud_ja__V : V ; - _ch_u_zj_bina_N : N ; - _ch_u_zj_d_A : A ; - _ch_u_zj_denec_N : N ; - _ch_u_zj_denka_N : N ; - _ch_u_zj_destranen_A : A ; - _ch_u_zj_destranec_N : N ; - _ch_u_zj_de_ja__V : V ; - _ch_u_zj_dica_N : N ; - _ch_u_zj_doezi_ch_en_A : A ; - _ch_u_zj_dozemen_A : A ; - _ch_u_zj_dozemec_N : N ; - _ch_u_zj_dozemka_N : N ; - _ch_u_zj_dozemski_A : A ; - _ch_u_zj_dopoklonnik_N : N ; - _ch_u_zj_dopoklonnica_N : N ; - _ch_u_zj_dopoklonni_ch_estvo_N : N ; - _ch_u_zj_dopoklonstvo_N : N ; - _ch_uk_N : N ; - _ch_uka_N : N ; - _ch_ukalka_N : N ; - _ch_ukalo_N : N ; - _ch_ukam_V : V ; - _ch_ukan_N : N ; - _ch_ukane_N : N ; - _ch_ukan_ch_e_N : N ; - _ch_ukar_N : N ; - _ch_ukvam_V : V ; - _ch_ukvane_N : N ; - _ch_ukohvyrga_ch__N : N ; - _ch_ukundur_N : N ; - _ch_uk_ch_e_N : N ; - _ch_ul_N : N ; - _ch_uma_N : N ; - _ch_umav_A : A ; - _ch_umen_A : A ; - _ch_umerene_N : N ; - _ch_umer_ja__V : V ; - _ch_umosvam_V : V ; - _ch_umosvane_N : N ; - _ch_upene_N : N ; - _ch_upka_N : N ; - _ch_upliv_A : A ; - _ch_uplivost_N : N ; - _ch_up_ja__V : V ; - _ch_urvam_V : V ; - _ch_urvane_N : N ; - _ch_uruk_N : N ; - _ch_urulikam_V : V ; - _ch_urulikane_N : N ; - _ch_utoven_A : A ; - _ch_utura_N : N ; - _ch_u_ch_elo_N : N ; - _ch_u_ch_ulat_A : A ; - _ch_u_ch_uliga_N : N ; - _ch_u_ch_ur_N : N ; - _ch_u_ch_urkam_V : V ; - _ch_u_ch_urkane_N : N ; - _ch_u_ch_ur_ch_e_N : N ; - _ch_u_sh_ka_N : N ; - _ch_u_sh_kam_V : V ; - _ch_u_sh_kane_N : N ; - _ch_u_sh_kar_N : N ; - _ch_u_ja__V : V ; - _sh_ablon_N : N ; - _sh_ablonen_A : A ; - _sh_abloniziram_V : V ; - _sh_ablonizirane_N : N ; - _sh_ablonnost_N : N ; - _sh_avam_V : V ; - _sh_avane_N : N ; - _sh_avar_N : N ; - _sh_avvam_V : V ; - _sh_avvane_N : N ; - _sh_avliv_A : A ; - _sh_adravan_N : N ; - _sh_ajba_N : N ; - _sh_ajka_N : N ; - _sh_ajkad_zj_ijstvo_N : N ; - _sh_ajkad_zj_i_ja__N : N ; - _sh_al_N : N ; - _sh_alvar_N : N ; - _sh_al_ch_e_N : N ; - _sh_aman_N : N ; - _sh_amandura_N : N ; - _sh_amar_N : N ; - _sh_amarosvam_V : V ; - _sh_amarosvane_N : N ; - _sh_ampaniziram_V : V ; - _sh_ampanizirane_N : N ; - _sh_ampanski_A : A ; - _sh_ampion_N : N ; - _sh_ampionat_N : N ; - _sh_ampionka_N : N ; - _sh_ampionski_A : A ; - _sh_ampoan_N : N ; - _sh_amfystyk_N : N ; - _sh_ans_N : N ; - _sh_antav_A : A ; - _sh_antavost_N : N ; - _sh_anta_zj__N : N ; - _sh_anta_zj_en_A : A ; - _sh_anta_zj_iram_V : V ; - _sh_anta_zj_irane_N : N ; - _sh_anta_zj_ist_N : N ; - _sh_anta_zj_istka_N : N ; - _sh_anta_zj_istki_A : A ; - _sh_anc_N : N ; - _sh_anca_N : N ; - _sh_ancov_A : A ; - _sh_ap_N : N ; - _sh_apka_N : N ; - _sh_apkar_N : N ; - _sh_apkarka_N : N ; - _sh_apkarnica_N : N ; - _sh_apkarski_A : A ; - _sh_apkarstvo_N : N ; - _sh_ap_ch_ica_N : N ; - _sh_aran_N : N ; - _sh_aranov_A : A ; - _sh_aren_A : A ; - _sh_arene_ja__V : V ; - _sh_areni_ja__N : N ; - _sh_arenook_A : A ; - _sh_arenost_N : N ; - _sh_ar_zj__N : N ; - _sh_ar_zj_iram_V : V ; - _sh_ar_zj_irane_N : N ; - _sh_arilo_N : N ; - _sh_arka_N : N ; - _sh_arlatan_N : N ; - _sh_arlatanin_N : N ; - _sh_arlatani_ja__N : N ; - _sh_arlatanski_A : A ; - _sh_arlatanstvam_V : V ; - _sh_arlatanstvane_N : N ; - _sh_arlatanstvo_N : N ; - _sh_arlatanstvuvam_V : V ; - _sh_arlatanstvuvane_N : N ; - _sh_arniren_A : A ; - _sh_arf_N : N ; - _sh_ar_ja__V : V ; - _sh_asi_N : N ; - _sh_atra_N : N ; - _sh_atyr_N : N ; - _sh_afer_N : N ; - _sh_aferka_N : N ; - _sh_afran_N : N ; - _sh_afranov_A : A ; - _sh_afranti_ja__N : N ; - _sh_ah_N : N ; - _sh_ahmat_N : N ; - _sh_ahmaten_A : A ; - _sh_ahmatist_N : N ; - _sh_ahmatistka_N : N ; - _sh_ahmatistki_A : A ; - _sh_ahta_N : N ; - _sh_ahtov_A : A ; - _sh_a_sh_av_A : A ; - _sh_a_sh_ardisam_V : V ; - _sh_a_sh_ardisvam_V : V ; - _sh_a_sh_ardisvane_N : N ; - _sh_a_sh_arma_N : N ; - _sh_a_sh_ka_N : N ; - _sh_a_sh_kyn_N : N ; - _sh_a_sh_kynin_N : N ; - _sh_a_sh_kyni_ja__N : N ; - _sh_a_sh_ma_N : N ; - _sh_a_sh_nat_A : A ; - _sh_a_ja_k_N : N ; - _sh_a_ja__ch_en_A : A ; - _sh_vaba_N : N ; - _sh_ved_N : N ; - _sh_vedka_N : N ; - _sh_vedski_A : A ; - _sh_vejcarec_N : N ; - _sh_vejcarka_N : N ; - _sh_vejcarski_A : A ; - _sh_ev_N : N ; - _sh_even_A : A ; - _sh_evica_N : N ; - _sh_evronen_A : A ; - _sh_ega_N : N ; - _sh_egad_zj_ijka_N : N ; - _sh_egad_zj_ijski_A : A ; - _sh_egad_zj_ijstvo_N : N ; - _sh_egad_zj_i_ja__N : N ; - _sh_egi_ch_ka_N : N ; - _sh_egobiec_N : N ; - _sh_egobijski_A : A ; - _sh_egobijstvo_N : N ; - _sh_egovit_A : A ; - _sh_egovitost_N : N ; - _sh_eguvam_V : V ; - _sh_eguvane_N : N ; - _sh_edxovyr_N : N ; - _sh_ezlong_N : N ; - _sh_ejkyr_N : N ; - _sh_ejna_N : N ; - _sh_ejni_ch_ka_N : N ; - _sh_ejretin_N : N ; - _sh_ejsetgodi_sh_en_A : A ; - _sh_ejh_N : N ; - _sh_eker_N : N ; - _sh_ekeren_A : A ; - _sh_eker_ch_e_N : N ; - _sh_ekspirov_A : A ; - _sh_ekspiroved_N : N ; - _sh_ekspirovski_A : A ; - _sh_ellak_N : N ; - _sh_elf_N : N ; - _sh_emet_N : N ; - _sh_emeten_A : A ; - _sh_emetnost_N : N ; - _sh_enkelen_A : A ; - _sh_enkelov_A : A ; - _sh_epa_N : N ; - _sh_epnene_N : N ; - _sh_epot_N : N ; - _sh_epoten_A : A ; - _sh_epot_ja__V : V ; - _sh_eptene_N : N ; - _sh_erbet_N : N ; - _sh_erif_N : N ; - _sh_erp_N : N ; - _sh_estak_N : N ; - _sh_estvam_V : V ; - _sh_estvane_N : N ; - _sh_estvie_N : N ; - _sh_estvuvam_V : V ; - _sh_estvuvane_N : N ; - _sh_estgodi_sh_en_A : A ; - _sh_estgodi_sh_nina_N : N ; - _sh_estdesetgodi_sh_en_A : A ; - _sh_estdesetgodi_sh_nina_N : N ; - _sh_estdeseti_ch_en_A : A ; - _sh_estdneven_A : A ; - _sh_estica_N : N ; - _sh_estmese_ch_en_A : A ; - _sh_estmesten_A : A ; - _sh_estnadesetgodi_sh_en_A : A ; - _sh_estnadeseti_ch_en_A : A ; - _sh_estobalen_A : A ; - _sh_estoklasen_A : A ; - _sh_estoklasnik_N : N ; - _sh_estokrak_A : A ; - _sh_estokraten_A : A ; - _sh_estoly_ch_en_A : A ; - _sh_estoren_A : A ; - _sh_estorka_N : N ; - _sh_estostenen_A : A ; - _sh_estostennik_N : N ; - _sh_estostranen_A : A ; - _sh_estostrannik_N : N ; - _sh_esto_ch_lenen_A : A ; - _sh_estoygylen_A : A ; - _sh_estoygylnik_N : N ; - _sh_etam_V : V ; - _sh_etane_N : N ; - _sh_eta_ch_ka_N : N ; - _sh_etn_ja__N : N ; - _sh_ef_N : N ; - _sh_efka_N : N ; - _sh_efstvo_N : N ; - _sh_ibalka_N : N ; - _sh_ibam_V : V ; - _sh_ibane_N : N ; - _sh_ibvam_V : V ; - _sh_ibvane_N : N ; - _sh_iboj_N : N ; - _sh_ibyr_N : N ; - _sh_ibyren_A : A ; - _sh_ivaln_ja__N : N ; - _sh_iva_ch__N : N ; - _sh_iva_ch_en_A : A ; - _sh_iva_ch_eski_A : A ; - _sh_iva_ch_estvo_N : N ; - _sh_iva_ch_ka_N : N ; - _sh_iva_sh_ki_A : A ; - _sh_ien_A : A ; - _sh_iene_N : N ; - _sh_izofrenik_N : N ; - _sh_izofreni_ch_en_A : A ; - _sh_izofreni_ch_ka_N : N ; - _sh_izofreni_ja__N : N ; - _sh_ijka_N : N ; - _sh_ikalka_N : N ; - _sh_ikalkavene_N : N ; - _sh_ikalkav_ja__V : V ; - _sh_ikan_N : N ; - _sh_ikozen_A : A ; - _sh_ile_N : N ; - _sh_ilegarka_N : N ; - _sh_ilest_A : A ; - _sh_iling_N : N ; - _sh_ilo_N : N ; - _sh_il_ja__V : V ; - _sh_impanze_N : N ; - _sh_ina_N : N ; - _sh_inel_N : N ; - _sh_inik_N : N ; - _sh_iniram_V : V ; - _sh_inirane_N : N ; - _sh_ip_N : N ; - _sh_ipest_A : A ; - _sh_ipka_N : N ; - _sh_ipkov_A : A ; - _sh_ip_ch_enski_A : A ; - _sh_ir_N : N ; - _sh_irvam_V : V ; - _sh_irvane_N : N ; - _sh_iren_A : A ; - _sh_irina_N : N ; - _sh_irine_N : N ; - _sh_irit_N : N ; - _sh_irok_A : A ; - _sh_iroki_ch_yk_A : A ; - _sh_irokogryd_A : A ; - _sh_irokoekranen_A : A ; - _sh_irokolentov_A : A ; - _sh_irokolik_A : A ; - _sh_irokolineen_A : A ; - _sh_irokolist_A : A ; - _sh_irokolisten_A : A ; - _sh_irokoobhvaten_A : A ; - _sh_irokople_sht__A : A ; - _sh_irokople_sht_est_A : A ; - _sh_irokopol_A : A ; - _sh_irokopryst_A : A ; - _sh_irokorazprostranen_A : A ; - _sh_irokorelsov_A : A ; - _sh_irokoceven_A : A ; - _sh_irota_N : N ; - _sh_iro_ch_ina_N : N ; - _sh_iro_ch_yk_A : A ; - _sh_irpotreba_N : N ; - _sh_it_A : A ; - _sh_ifrator_N : N ; - _sh_ifrovam_V : V ; - _sh_ifrovan_A : A ; - _sh_ifrovane_N : N ; - _sh_ifrov_ch_ik_N : N ; - _sh_ifyr_N : N ; - _sh_i_sh__N : N ; - _sh_i_sh_arka_N : N ; - _sh_i_sh_arkoviden_A : A ; - _sh_i_sh_e_N : N ; - _sh_i_sh_ence_N : N ; - _sh_i_sh_kav_A : A ; - _sh_i_sh_kave_ja__V : V ; - _sh_i_sh_kavina_N : N ; - _sh_i_sh_kavost_N : N ; - _sh_i_sh_kebap_N : N ; - _sh_i_sh_ko_N : N ; - _sh_i_sh__ch_e_N : N ; - _sh_i_ja__V : V ; - _sh_karp_N : N ; - _sh_kartiram_V : V ; - _sh_kartirane_N : N ; - _sh_karto_N : N ; - _sh_kaf_N : N ; - _sh_kaf_ch_e_N : N ; - _sh_kembe_N : N ; - _sh_kembed_zj_ijnica_N : N ; - _sh_kembed_zj_i_ja__N : N ; - _sh_kembeli_ja__N : N ; - _sh_kembest_A : A ; - _sh_kiper_N : N ; - _sh_kola_N : N ; - _sh_kolnik_N : N ; - _sh_kolo_N : N ; - _sh_kolovka_N : N ; - _sh_kolski_A : A ; - _sh_koluvam_V : V ; - _sh_koluvane_N : N ; - _sh_kontiram_V : V ; - _sh_kontirane_N : N ; - _sh_konto_N : N ; - _sh_kotov_A : A ; - _sh_kurka_N : N ; - _sh_lager_N : N ; - _sh_lageren_A : A ; - _sh_lajfam_V : V ; - _sh_lajfan_A : A ; - _sh_lajfane_N : N ; - _sh_lajfma_sh_ina_N : N ; - _sh_laka_N : N ; - _sh_lang_N : N ; - _sh_lejf_N : N ; - _sh_lem_N : N ; - _sh_lemofon_N : N ; - _sh_lep_N : N ; - _sh_lifer_N : N ; - _sh_liferen_A : A ; - _sh_lifovam_V : V ; - _sh_lifovan_A : A ; - _sh_lifovane_N : N ; - _sh_lifovka_N : N ; - _sh_lifov_ch_ik_N : N ; - _sh_lifovy_ch_en_A : A ; - _sh_lic_N : N ; - _sh_loser_N : N ; - _sh_loserka_N : N ; - _sh_loserski_A : A ; - _sh_loserstvo_N : N ; - _sh_l_iu_z_N : N ; - _sh_l_iu_pka_N : N ; - _sh_l_ja_ene_N : N ; - _sh_l_ja_pam_V : V ; - _sh_l_ja_pane_N : N ; - _sh_l_ja_pvam_V : V ; - _sh_l_ja_pvane_N : N ; - _sh_l_ja_hta_N : N ; - _sh_l_ja__ja__V : V ; - _sh_majzer_N : N ; - _sh_meker_N : N ; - _sh_mekeri_ja__N : N ; - _sh_mekerka_N : N ; - _sh_mekerlyk_N : N ; - _sh_mekeruvam_V : V ; - _sh_mekeruvane_N : N ; - _sh_mirgel_N : N ; - _sh_mirgelov_A : A ; - _sh_mugane_N : N ; - _sh_mugvam_V : V ; - _sh_mugvane_N : N ; - _sh_nicel_N : N ; - _sh_nola_N : N ; - _sh_norhel_N : N ; - _sh_nur_N : N ; - _sh_ovinizym_N : N ; - _sh_ovinist_N : N ; - _sh_ovinisti_ch_en_A : A ; - _sh_ovinisti_ch_eski_A : A ; - _sh_ovinistka_N : N ; - _sh_ok_N : N ; - _sh_okiram_V : V ; - _sh_okirane_N : N ; - _sh_okov_A : A ; - _sh_okolad_N : N ; - _sh_okoladen_A : A ; - _sh_okoladov_A : A ; - _sh_ompol_N : N ; - _sh_ompyl_N : N ; - _sh_op_N : N ; - _sh_opar_N : N ; - _sh_opka_N : N ; - _sh_opkin_ja__N : N ; - _sh_opski_A : A ; - _sh_orti_N : N ; - _sh_ose_N : N ; - _sh_oseen_A : A ; - _sh_osiram_V : V ; - _sh_osirane_N : N ; - _sh_otlandec_N : N ; - _sh_otlandka_N : N ; - _sh_otlandski_A : A ; - _sh_ou_N : N ; - _sh_oubiznes_N : N ; - _sh_ofiram_V : V ; - _sh_ofirane_N : N ; - _sh_ofxor_N : N ; - _sh_ofxorski_A : A ; - _sh_paga_N : N ; - _sh_pagat_N : N ; - _sh_pajk_N : N ; - _sh_pakla_N : N ; - _sh_paklovam_V : V ; - _sh_paklovane_N : N ; - _sh_paklovka_N : N ; - _sh_palir_N : N ; - _sh_palta_N : N ; - _sh_patula_N : N ; - _sh_pac_N : N ; - _sh_pacir_N : N ; - _sh_paciram_V : V ; - _sh_pacirane_N : N ; - _sh_paci_ja__N : N ; - _sh_pekov_A : A ; - _sh_perplat_N : N ; - _sh_perplaten_A : A ; - _sh_perplatov_A : A ; - _sh_perc_N : N ; - _sh_pilka_N : N ; - _sh_pindel_N : N ; - _sh_pindelen_A : A ; - _sh_piona_zj__N : N ; - _sh_pionin_N : N ; - _sh_pioniram_V : V ; - _sh_pionirane_N : N ; - _sh_pionka_N : N ; - _sh_pionski_A : A ; - _sh_pionstvo_N : N ; - _sh_pic_N : N ; - _sh_pickomanda_N : N ; - _sh_plint_N : N ; - _sh_por_N : N ; - _sh_pora_N : N ; - _sh_por_ja__V : V ; - _sh_pric_N : N ; - _sh_pula_N : N ; - _sh_pulka_N : N ; - _sh_rapnel_N : N ; - _sh_rift_N : N ; - _sh_uba_N : N ; - _sh_ube_N : N ; - _sh_ubler_N : N ; - _sh_ubrak_N : N ; - _sh_uga_N : N ; - _sh_ugav_A : A ; - _sh_ugave_ja__V : V ; - _sh_ukvam_V : V ; - _sh_ukvane_N : N ; - _sh_ule_N : N ; - _sh_um_N : N ; - _sh_uma_N : N ; - _sh_umak_N : N ; - _sh_umat_A : A ; - _sh_umen_A : A ; - _sh_umenec_N : N ; - _sh_umenski_A : A ; - _sh_umer_N : N ; - _sh_umerski_A : A ; - _sh_umest_A : A ; - _sh_umka_N : N ; - _sh_umkar_N : N ; - _sh_umliv_A : A ; - _sh_umna_V : V ; - _sh_umnat_A : A ; - _sh_umov_A : A ; - _sh_umozaglu_sh_itel_N : N ; - _sh_umoizolaci_ja__N : N ; - _sh_umol_N : N ; - _sh_umolene_N : N ; - _sh_umol_ja__V : V ; - _sh_umotevica_N : N ; - _sh_umt_ja__V : V ; - _sh_um_ja__V : V ; - _sh_unka_N : N ; - _sh_upvam_V : V ; - _sh_upvane_N : N ; - _sh_upla_N : N ; - _sh_uplest_A : A ; - _sh_upliv_A : A ; - _sh_uplivost_N : N ; - _sh_urvam_V : V ; - _sh_urvane_N : N ; - _sh_urej_N : N ; - _sh_urtene_N : N ; - _sh_urt_ja__V : V ; - _sh_ut_N : N ; - _sh_utiram_V : V ; - _sh_utirane_N : N ; - _sh_utovski_A : A ; - _sh_utov_sht_ina_N : N ; - _sh_u_sh_ka_N : N ; - _sh_u_sh_l_ja_k_N : N ; - _sh_u_sh_nene_N : N ; - _sh_u_sh_on_N : N ; - _sh_u_sh_ukam_V : V ; - _sh_u_sh_ukane_N : N ; - _sh_u_sh_ulka_N : N ; - _sh_u_sh_umiga_N : N ; - _sh_huna_N : N ; - _sh_ytane_N : N ; - _sh_ytkam_V : V ; - _sh_ytkane_N : N ; - _sht_a_V : V ; - _sht_ab_N : N ; - _sht_aben_A : A ; - _sht_avene_N : N ; - _sht_av_ja__V : V ; - _sht_ad_ja__V : V ; - _sht_ajga_N : N ; - _sht_am_N : N ; - _sht_ampa_N : N ; - _sht_ampov_A : A ; - _sht_ampovam_V : V ; - _sht_ampovan_A : A ; - _sht_ampovane_N : N ; - _sht_ampovy_ch_en_A : A ; - _sht_amposane_N : N ; - _sht_amposvam_V : V ; - _sht_amposvane_N : N ; - _sht_anga_N : N ; - _sht_angist_N : N ; - _sht_and_N : N ; - _sht_andist_N : N ; - _sht_andistka_N : N ; - _sht_apane_N : N ; - _sht_apukam_V : V ; - _sht_apukane_N : N ; - _sht_astie_N : N ; - _sht_astliv_A : A ; - _sht_astlivec_N : N ; - _sht_astlivka_N : N ; - _sht_at_N : N ; - _sht_atelen_A : A ; - _sht_atelnost_N : N ; - _sht_aten_A : A ; - _sht_atski_A : A ; - _sht_afeta_N : N ; - _sht_afeten_A : A ; - _sht_edrost_N : N ; - _sht_edyr_A : A ; - _sht_eka_N : N ; - _sht_eker_N : N ; - _sht_ekotliv_A : A ; - _sht_ekotlivost_N : N ; - _sht_empel_N : N ; - _sht_empeluvam_V : V ; - _sht_empeluvan_A : A ; - _sht_empeluvane_N : N ; - _sht_enie_N : N ; - _sht_epsel_N : N ; - _sht_erka_N : N ; - _sht_eta_N : N ; - _sht_iglec_N : N ; - _sht_ik_N : N ; - _sht_ikov_A : A ; - _sht_ipalka_N : N ; - _sht_ipalo_N : N ; - _sht_ipane_N : N ; - _sht_ipvam_V : V ; - _sht_ipvane_N : N ; - _sht_ipene_N : N ; - _sht_ipec_N : N ; - _sht_ipka_N : N ; - _sht_ipliv_A : A ; - _sht_ipok_N : N ; - _sht_ip_ja__V : V ; - _sht_ip_ja__sht__A : A ; - _sht_ir_N : N ; - _sht_it_N : N ; - _sht_itoviden_A : A ; - _sht_itonosen_A : A ; - _sht_itonosec_N : N ; - _sht_ift_N : N ; - _sht_rajh_N : N ; - _sht_rakam_V : V ; - _sht_rakane_N : N ; - _sht_rakvam_V : V ; - _sht_rakvane_N : N ; - _sht_raus_N : N ; - _sht_rausov_A : A ; - _sht_rih_N : N ; - _sht_rihov_A : A ; - _sht_rihovka_N : N ; - _sht_rudel_N : N ; - _sht_rybka_N : N ; - _sht_rybla_N : N ; - _sht_ryblxo_N : N ; - _sht_rykvam_V : V ; - _sht_rykvane_N : N ; - _sht_ryklest_A : A ; - _sht_rykle_ja__V : V ; - _sht_ryklica_N : N ; - _sht_uka_N : N ; - _sht_ukvam_V : V ; - _sht_ukvane_N : N ; - _sht_ur_A : A ; - _sht_urav_A : A ; - _sht_urak_N : N ; - _sht_uram_V : V ; - _sht_urane_N : N ; - _sht_urval_N : N ; - _sht_urec_N : N ; - _sht_ure_ja__V : V ; - _sht_urm_N : N ; - _sht_urman_N : N ; - _sht_urmbanf_iu_rer_N : N ; - _sht_urmov_A : A ; - _sht_urmovak_N : N ; - _sht_urmov_sht_ina_N : N ; - _sht_urmuvam_V : V ; - _sht_urmuvane_N : N ; - _sht_urota_N : N ; - _sht_uroti_ja__N : N ; - _sht_ur_ch_o_N : N ; - _sht_ucer_N : N ; - _sht_ykam_V : V ; - _sht_ykane_N : N ; - _sht_yrbav_A : A ; - _sht_yrbat_A : A ; - _sht_yrbel_N : N ; - _sht_yrk_N : N ; - _sht_yrkel_N : N ; - _sht_yrkelica_N : N ; - _sht_yrkelov_A : A ; - _sht_yrkov_A : A ; - yglest_A : A ; - yglov_A : A ; - yglovat_A : A ; - yglovatost_N : N ; - ygloviden_A : A ; - yglomer_N : N ; - yglomeren_A : A ; - yglometyr_N : N ; - yglopolov_ja__sht_a_N : N ; - ygyl_N : N ; - ygylen_A : A ; - ygylnik_N : N ; - ygyl_ch_e_N : N ; - _iu_bileen_A : A ; - _iu_bilej_N : N ; - _iu_bil_ja_r_N : N ; - _iu_bil_ja_rka_N : N ; - _iu_velir_N : N ; - _iu_g_N : N ; - _iu_gozapad_N : N ; - _iu_gozapaden_A : A ; - _iu_goiztok_N : N ; - _iu_goizto_ch_en_A : A ; - _iu_goslavski_A : A ; - _iu_goslav_ja_nin_N : N ; - _iu_goslav_ja_nka_N : N ; - _iu_da_N : N ; - _iu_dej_N : N ; - _iu_dejka_N : N ; - _iu_dejski_A : A ; - _iu_dejstvo_N : N ; - _iu__zj_en_A : A ; - _iu__zj_noamerikanec_N : N ; - _iu__zj_noamerikanski_A : A ; - _iu__zj_noatlanti_ch_eski_A : A ; - _iu__zj_noafrikanec_N : N ; - _iu__zj_noafrikanski_A : A ; - _iu__zj_noevropejski_A : A ; - _iu__zj_n_ja_k_N : N ; - _iu__zj_n_ja__sh_ki_A : A ; - _iu_z_N : N ; - _iu_zda_N : N ; - _iu_zina_N : N ; - _iu_lar_N : N ; - _iu_lianski_A : A ; - _iu_lski_A : A ; - _iu_mruk_N : N ; - _iu_mru_ch_e_N : N ; - _iu_mru_ch_en_A : A ; - _iu_nak_N : N ; - _iu_nakin_ja__N : N ; - _iu_na_ch_aga_N : N ; - _iu_na_ch_e_N : N ; - _iu_na_ch_en_A : A ; - _iu_na_ch_estvo_N : N ; - _iu_na_ch_ka_N : N ; - _iu_na_ch_nost_N : N ; - _iu_na_sh_ki_A : A ; - _iu_na_sht_ina_N : N ; - _iu_nga_N : N ; - _iu_nica_N : N ; - _iu_nker_N : N ; - _iu_nkerski_A : A ; - _iu_no_sh_a_N : N ; - _iu_no_sh_eski_A : A ; - _iu_no_sh_estvo_N : N ; - _iu_nski_A : A ; - _iu_rvam_V : V ; - _iu_rvane_N : N ; - _iu_rgan_N : N ; - _iu_rgand_zj_i_ja__N : N ; - _iu_rdek_N : N ; - _iu_rde_ch_e_N : N ; - _iu_rde_ch_i_A : A ; - _iu_rde_ch_ka_N : N ; - _iu_ridi_ch_eski_A : A ; - _iu_risdikci_ja__N : N ; - _iu_riskonsult_N : N ; - _iu_risprudenci_ja__N : N ; - _iu_rist_N : N ; - _iu_ristka_N : N ; - _iu_rkam_V : V ; - _iu_rna_V : V ; - _iu_rski_A : A ; - _iu_rta_N : N ; - _iu_ta_N : N ; - _iu_ten_A : A ; - _iu_ti_ja__N : N ; - _iu_fka_N : N ; - _ja_band_zj_i_ja__N : N ; - _ja_blan_N : N ; - _ja_bylka_N : N ; - _ja_bylkar_N : N ; - _ja_bylkov_A : A ; - _ja_bylkoviden_A : A ; - _ja_byl_ch_en_A : A ; - _ja_ven_A : A ; - _ja_vka_N : N ; - _ja_vlenie_N : N ; - _ja_vnobra_ch_en_A : A ; - _ja_vor_N : N ; - _ja_vorov_A : A ; - _ja_v_ja_vam_V : V ; - _ja_v_ja_vane_N : N ; - _ja_goda_N : N ; - _ja_godar_N : N ; - _ja_godov_A : A ; - _ja_gorida_N : N ; - _ja_guar_N : N ; - _ja_d_N : N ; - _ja_dvam_V : V ; - _ja_dvane_N : N ; - _ja_den_A : A ; - _ja_dene_N : N ; - _ja_dec_N : N ; - _ja_diven_A : A ; - _ja_dka_N : N ; - _ja_dliv_A : A ; - _ja_dna_V : V ; - _ja_dovit_A : A ; - _ja_dovitost_N : N ; - _ja_dosan_A : A ; - _ja_dosvam_V : V ; - _ja_dosvane_N : N ; - _ja_dren_A : A ; - _ja_dro_N : N ; - _ja_z_N : N ; - _ja_zva_N : N ; - _ja_zven_A : A ; - _ja_zvitelen_A : A ; - _ja_zvitelnost_N : N ; - _ja_zdene_N : N ; - _ja_zditen_A : A ; - _ja_zd_ja__V : V ; - _ja_zovec_N : N ; - _ja_zovina_N : N ; - _ja_zovir_N : N ; - _ja_zoviren_A : A ; - _ja_jce_N : N ; - _ja_jceviden_A : A ; - _ja_jcekletka_N : N ; - _ja_jcenosen_A : A ; - _ja_jceobrazen_A : A ; - _ja_jceprovod_N : N ; - _ja_j_ch_ar_N : N ; - _ja_j_ch_arka_N : N ; - _ja_j_ch_arski_A : A ; - _ja_j_ch_en_A : A ; - _ja_j_ch_eno_zj_ylt_A : A ; - _ja_j_ch_nik_N : N ; - _ja_k_A : A ; - _ja_ka_N : N ; - _ja_ke_N : N ; - _ja_kence_N : N ; - _ja_ki_ch_ka_N : N ; - _ja_kobinec_N : N ; - _ja_kobinski_A : A ; - _ja_kobinstvo_N : N ; - _ja_kobitski_A : A ; - _ja_kost_N : N ; - _ja_kosten_A : A ; - _ja_lov_A : A ; - _ja_lovica_N : N ; - _ja_lovost_N : N ; - _ja_m_V : V ; - _ja_ma_N : N ; - _ja_majski_A : A ; - _ja_mbolec_N : N ; - _ja_murluk_N : N ; - _ja_nki_N : N ; - _ja_nuarski_A : A ; - _ja_ponec_N : N ; - _ja_ponka_N : N ; - _ja_ponski_A : A ; - _ja_rd_N : N ; - _ja_re_N : N ; - _ja_rebica_N : N ; - _ja_rebi_ch_en_A : A ; - _ja_rebi_ch_i_A : A ; - _ja_rem_N : N ; - _ja_re_sh_ki_A : A ; - _ja_rina_N : N ; - _ja_rko_zj_ylt_A : A ; - _ja_rkozelen_A : A ; - _ja_rkosin_A : A ; - _ja_rkost_N : N ; - _ja_rko_ch_erven_A : A ; - _ja_rma_N : N ; - _ja_rmomelka_N : N ; - _ja_rovizaci_ja__N : N ; - _ja_roviziram_V : V ; - _ja_rovizirane_N : N ; - _ja_rost_N : N ; - _ja_rosten_A : A ; - _ja_ryk_A : A ; - _ja_sen_A : A ; - _ja_senov_A : A ; - _ja_sla_N : N ; - _ja_smin_N : N ; - _ja_sne_ja__V : V ; - _ja_snina_N : N ; - _ja_snovidec_N : N ; - _ja_snovidka_N : N ; - _ja_snovidstvo_N : N ; - _ja_sno_zj_ylt_A : A ; - _ja_snozelen_A : A ; - _ja_snosin_A : A ; - _ja_snota_N : N ; - _ja_sn_ja__V : V ; - _ja_stie_N : N ; - _ja_streb_N : N ; - _ja_strebov_A : A ; - _ja_tagan_N : N ; - _ja_tak_N : N ; - _ja_to_N : N ; - _ja_feti_ch_eski_A : A ; - _ja_ham_V : V ; - _ja_hane_N : N ; - _ja_hvam_V : V ; - _ja_hvane_N : N ; - _ja_hna_V : V ; - _ja_hni_ja__N : N ; - _ja_hta_N : N ; - _ja_htklub_N : N ; - _ja_hyr_N : N ; - _ja__sh_mak_N : N ; - _ja__sht_en_A : A ; -} \ No newline at end of file diff --git a/next-lib/src/bulgarian/DiffBul.gf b/next-lib/src/bulgarian/DiffBul.gf deleted file mode 100644 index 55cf8c963..000000000 --- a/next-lib/src/bulgarian/DiffBul.gf +++ /dev/null @@ -1,21 +0,0 @@ -instance DiffBul of DiffSlavic = open CommonSlavic, Prelude in { - - param - Case = Acc | Dat ; - - Species = Indef | Def ; - - NForm = - NF Number Species - | NFSgDefNom - | NFPlCount - | NFVocative - ; - - oper - Agr = {gn : GenNum ; p : Person} ; - - agrP3 : GenNum -> Agr = \gn -> - {gn = gn; p = P3} ; - -} \ No newline at end of file diff --git a/next-lib/src/bulgarian/SymbolBul.gf b/next-lib/src/bulgarian/SymbolBul.gf deleted file mode 100644 index 814cbbf71..000000000 --- a/next-lib/src/bulgarian/SymbolBul.gf +++ /dev/null @@ -1,54 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in { - -flags - coding = cp1251 ; - -lin - SymbPN i = {s = i.s ; g = Neut} ; - IntPN i = {s = i.s ; g = Neut} ; - FloatPN i = {s = i.s ; g = Neut} ; - NumPN i = {s = i.s ! DNeutIndef ; g = Neut} ; - CNIntNP cn i = { - s = \\c => cn.s ! NF Sg Indef ++ i.s ; - a = agrP3 (gennum cn.g Sg) - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ! False ! cn.g ! RSubj ++ cn.s ! NF det.n Indef ++ xs.s ; - a = agrP3 (gennum cn.g det.n) - } ; - CNNumNP cn i = { - s = \\c => (cn.s ! NF Sg Indef ++ i.s ! DNeutIndef) ; - a = agrP3 (gennum cn.g Sg) - } ; - - SymbS sy = sy ; - - SymbNum sy = {s = \\_ => sy.s; n = Pl; nonEmpty = True} ; - SymbOrd sy = {s = \\aform => sy.s ++ "-" ++ - case aform of { - ASg Masc Indef => "" ; - ASg Fem Indef => "" ; - ASg Neut Indef => "" ; - ASg Masc Def => "" ; - ASg Fem Def => "" ; - ASg Neut Def => "" ; - ASgMascDefNom => "" ; - APl Indef => "" ; - APl Def => "" - } - } ; - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "" ; - ConsSymb = infixSS "," ; - -} diff --git a/next-lib/src/catalan/CatCat.gf b/next-lib/src/catalan/CatCat.gf deleted file mode 100644 index 0ea39415c..000000000 --- a/next-lib/src/catalan/CatCat.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatCat of Cat = - CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** - CatRomance with -- JS restore TPast for notpresent - (ResRomance = ResCat) ; diff --git a/next-lib/src/catalan/MorphoCat.gf b/next-lib/src/catalan/MorphoCat.gf deleted file mode 100644 index 05d10cb8e..000000000 --- a/next-lib/src/catalan/MorphoCat.gf +++ /dev/null @@ -1,137 +0,0 @@ ---# -path=.:../romance:../common:../../prelude - -----1 A Simple Catalan Resource Morphology ----- ----- Aarne Ranta 2002 -- 2005 ----- ----- This resource morphology contains definitions needed in the resource ----- syntax. To build a lexicon, it is better to use $ParadigmsCat$, which ----- gives a higher-level access to this module. --- -resource MorphoCat = CommonRomance, ResCat ** - open PhonoCat, Prelude, Predef in { --- --- flags optimize=all ; --- --- -----2 Nouns ----- ----- The following macro is useful for creating the forms of number-dependent ----- tables, such as common nouns. --- -oper - numForms : (_,_ : Str) -> Number => Str = \vi, vins -> - table {Sg => vi ; Pl => vins} ; - --- For example: - - nomHome : Str -> Number => Str = \home -> - numForms home (home + "s") ; - - nomDona : Str -> Number => Str = \dona -> - numForms dona (init dona + "es") ; - - nomDisc : Str -> Number => Str = \disc -> - numForms disc (variants {disc + "s"; disc + "os"}) ; - --- nomPilar : Str -> Number => Str = \pilar -> --- numForms pilar (pilar + "es") ; --- --- nomTram : Str -> Number => Str = \tram -> --- numForms tram tram ; --- --- Common nouns are inflected in number and have an inherent gender. - - mkNoun : (Number => Str) -> Gender -> Noun = \noinois,gen -> - {s = noinois ; g = gen} ; - - mkNounIrreg : Str -> Str -> Gender -> Noun = \vi,vins -> - mkNoun (numForms vi vins) ; - - mkNomReg : Str -> Noun = \noi -> - case last noi of { - "o" | "e" => mkNoun (nomHome noi) Masc ; - "a" => mkNoun (nomDona noi) Fem ; - "c" => mkNoun (nomDisc noi) Masc ; - --- "u" => mkNounIrreg mec (init mec + "ces") Fem ; - _ => mkNoun (nomHome noi) Masc - } ; - -----2 Adjectives ----- --- Adjectives are conveniently seen as gender-dependent nouns. --- Here are some patterns. First one that describes the worst case. - - mkAdj : (_,_,_,_,_ : Str) -> Adj = \petit,petita,petits,petites,petitament -> - {s = table { - AF Masc n => numForms petit petits ! n ; - AF Fem n => numForms petita petites ! n ; - AA => petitament - } - } ; - ----- Then the regular and invariant patterns. --- --- adjfort : Str -> Adj = \solo -> --- let --- sol = Predef.tk 1 solo --- in --- mkAdj solo (sol + "a") (sol + "os") (sol + "as") (sol + "amente") ; --- - adjFort : Str -> Adj = \fort -> - mkAdj fort (fort + "a") (fort + "s") (fort + "es") (fort + "ament") ; --- --- adjBlu : Str -> Adj = \blu -> --- mkAdj blu blu blu blu blu ; --- --- - mkAdjReg : Str -> Adj = \fort -> adjFort fort ; -{- - case last solo of { - "o" => adjSolo solo ; - --- "e" => adjUtil solo (solo + "s") ; - "a" => - _ => adjUtil solo (solo + "es") - } ; --} --- -----2 Personal pronouns ----- ----- All the eight personal pronouns can be built by the following macro. ----- The use of "ne" as atonic genitive is debatable. ----- We follow the rule that the atonic nominative is empty. --- - - mkPronoun : (_,_,_,_,_,_,_,_ : Str) -> - Gender -> Number -> Person -> Pronoun = - \il,le,lui,Lui,son,sa,ses,see,g,n,p -> - let - alui : Case -> Str = \x -> prepCase x ++ Lui ; - in { - s = table { - Nom => {c1 = [] ; c2 = [] ; comp = il ; ton = Lui} ; - Acc => {c1 = le ; c2 = [] ; comp = [] ; ton = Lui} ; - CPrep P_a => {c1 = [] ; c2 = lui ; comp = [] ; ton = alui (CPrep P_a)} ; - c => {c1 = [] ; c2 = [] ; comp, ton = alui c} - } ; - poss = \\n,g => case of { - => son ; - => sa ; - => ses ; - => see - } ; - - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - - --- --- -----2 Determiners ----- ----- Determiners, traditionally called indefinite pronouns, are inflected ----- in gender and number, like adjectives. --- - pronForms : Adj -> Gender -> Number -> Str = \tale,g,n -> tale.s ! AF g n ; --- -} diff --git a/next-lib/src/common/Overload.gf b/next-lib/src/common/Overload.gf deleted file mode 100644 index df7baeab9..000000000 --- a/next-lib/src/common/Overload.gf +++ /dev/null @@ -1,101 +0,0 @@ -incomplete resource Overload = open Grammar in { - - oper - - pred = overload { - pred : NP -> V -> Cl - = \v,np -> PredVP np (UseV v) ; - pred : NP -> V2 -> NP -> Cl - = \v,np,ob -> PredVP np (ComplV2 v ob) ; - pred : NP -> V3 -> NP -> NP -> Cl - = \v,np,ob,ob2 -> - PredVP np (ComplV3 v ob ob2) ; - pred : NP -> A -> Cl - = \a,np -> - PredVP np (UseComp (CompAP (PositA a))) - } ; - - mod = overload { - mod : A -> N -> CN - = \a,n -> AdjCN (PositA a) (UseN n) ; - mod : AP -> N -> CN - = \a,n -> AdjCN a (UseN n) ; - mod : AP -> CN -> CN - = \a,n -> AdjCN a n ; - mod : AdA -> A -> AP - = \m,a -> AdAP m (PositA a) ; - mod : Quant -> N -> NP - = \q,n -> DetCN (DetSg (SgQuant q) - NoOrd) (UseN n) ; - mod : Quant -> CN -> NP - = \q,n -> DetCN (DetSg - (SgQuant q) NoOrd) n ; - mod : Predet -> N -> NP - = \q,n -> PredetNP q (DetCN (DetPl - (PlQuant IndefArt) NoNum NoOrd) (UseN n)) ; - mod : Num -> N -> NP - = \nu,n -> DetCN (DetPl (PlQuant - IndefArt) nu NoOrd) (UseN n) - - } ; - - coord = overload { - coord : Conj -> Adv -> Adv -> Adv - = \c,x,y -> ConjAdv c (BaseAdv x y) ; - coord : Conj -> AP -> AP -> AP - = \c,x,y -> ConjAP c (BaseAP x y) ; - coord : Conj -> NP -> NP -> NP - = \c,x,y -> ConjNP c (BaseNP x y) ; - coord : Conj -> S -> S -> S - = \c,x,y -> ConjS c (BaseS x y) ; - coord : DConj -> Adv -> Adv -> Adv - = \c,x,y -> DConjAdv c (BaseAdv x y) ; - coord : DConj -> AP -> AP -> AP - = \c,x,y -> DConjAP c (BaseAP x y) ; - coord : DConj -> NP -> NP -> NP - = \c,x,y -> DConjNP c (BaseNP x y) ; - coord : DConj -> S -> S -> S - = \c,x,y -> DConjS c (BaseS x y) ; - coord : Conj -> ListAdv -> Adv - = \c,xy -> ConjAdv c xy ; - coord : Conj -> ListAP -> AP - = \c,xy -> ConjAP c xy ; - coord : Conj -> ListNP -> NP - = \c,xy -> ConjNP c xy ; - coord : Conj -> ListS -> S - = \c,xy -> ConjS c xy ; - coord : DConj -> ListAdv -> Adv - = \c,xy -> DConjAdv c xy ; - coord : DConj -> ListAP -> AP - = \c,xy -> DConjAP c xy ; - coord : DConj -> ListNP -> NP - = \c,xy -> DConjNP c xy ; - coord : DConj -> ListS -> S - = \c,xy -> DConjS c xy - } ; - - mkCN = overload { - mkCN : N -> CN - = UseN ; - mkCN : A -> N -> CN - = \a,n -> AdjCN (PositA a) (UseN n) ; - mkCN : AP -> N -> CN - = \a,n -> AdjCN a (UseN n) ; - mkCN : AP -> CN -> CN - = \a,n -> AdjCN a n ; - } ; - - mkNP = overload { - mkNP : NP - = this_NP ; - mkNP : Pron -> NP - = UsePron ; - mkNP : PN -> NP - = UsePN ; - mkNP : Quant -> N -> NP - = \q,n -> DetCN (DetSg (SgQuant q) NoOrd) (UseN n) ; - mkNP : Predet -> N -> NP - = \q,n -> PredetNP q (DetCN (DetPl (PlQuant IndefArt) NoNum NoOrd) (UseN n)) - } ; - -} diff --git a/next-lib/src/demo/Add.gf b/next-lib/src/demo/Add.gf deleted file mode 100644 index f081422d0..000000000 --- a/next-lib/src/demo/Add.gf +++ /dev/null @@ -1,12 +0,0 @@ - - PredVS : NP -> VS -> S -> Cl ; - PredVVV2A : NP -> VV -> V2A -> NP -> AP -> Cl ; - RelCNAdvPrep : CN -> NP -> V -> Adv -> Prep -> CN ; - - PredVS np vs s = PredVP np (ComplVS vs s) ; - - PredVVV2A np vv v2 np2 ap = PredVP np (ComplVV vv (ComplSlash (SlashV2A v2 ap) np2)) ; - - RelCNAdvPrep cn np v adv prep = RelCN cn (UseRCl TPast ASimul PPos - (RelSlash IdRP (SlashPrep (PredVP np (AdvVP (UseV v) adv)) prep))) ; - diff --git a/next-lib/src/demo/ClauseAra.gf b/next-lib/src/demo/ClauseAra.gf deleted file mode 100644 index e862d764a..000000000 --- a/next-lib/src/demo/ClauseAra.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ClauseAra of Clause = CatAra ** ClauseI - with (Grammar = GrammarAra) ; diff --git a/next-lib/src/demo/DemoAra.gf b/next-lib/src/demo/DemoAra.gf deleted file mode 100644 index 90048da4f..000000000 --- a/next-lib/src/demo/DemoAra.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:alltenses - -concrete DemoAra of Demo = - NounAra - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN, - ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP], --- VerbAra, - ClauseAra, -- - AdjectiveAra - [SentAP,ComplA2,UseA2,DemoA2], - AdverbAra, - NumeralAra, ----- SentenceAra, - QuestionAra - [QuestVP,QuestSlash], ----- RelativeAra, ----- ConjunctionAra, ----- PhraseAra, ----- TextX, ----- IdiomAra, - StructuralAra - [everybody_NP,everything_NP,something_NP], - LexiconAra - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/demo/DemoHin.gf b/next-lib/src/demo/DemoHin.gf deleted file mode 100644 index a1d9effbe..000000000 --- a/next-lib/src/demo/DemoHin.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:alltenses - -concrete DemoHin of Demo = - NounHin - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN, - ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP], --- VerbHin, - ClauseHin, -- - AdjectiveHin - [SentAP,ComplA2,UseA2,DemoA2], - AdverbHin, - NumeralHin, ----- SentenceHin, - QuestionHin - [QuestVP,QuestSlash], ----- RelativeHin, ----- ConjunctionHin, ----- PhraseHin, ----- TextX, ----- IdiomHin, - StructuralHin - [everybody_NP,everything_NP,something_NP], - LexiconHin - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/demo/DemoIna.gf b/next-lib/src/demo/DemoIna.gf deleted file mode 100644 index b5aac42ad..000000000 --- a/next-lib/src/demo/DemoIna.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:alltenses - -concrete DemoIna of Demo = - NounIna - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN, - ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP], --- VerbIna, - ClauseIna, -- - AdjectiveIna - [SentAP,ComplA2,UseA2,DemoA2], - AdverbIna, - NumeralIna, ----- SentenceIna, - QuestionIna - [QuestVP,QuestSlash], ----- RelativeIna, ----- ConjunctionIna, ----- PhraseIna, ----- TextX, ----- IdiomIna, - StructuralIna - [everybody_NP,everything_NP,something_NP], - LexiconIna - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/demo/DemoJ.gf b/next-lib/src/demo/DemoJ.gf deleted file mode 100644 index 83778a79e..000000000 --- a/next-lib/src/demo/DemoJ.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:alltenses - -incomplete concrete DemoJ of Demo = - Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN, - ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP], --- Verb, - Clause, -- - Adjective - [SentAP,ComplA2,UseA2,DemoA2], - Adverb, - Numeral, ----- Sentence, - Question - [QuestVP,QuestSlash], ----- Relative, ----- Conjunction, ----- Phrase, ----- TextX, ----- Idiom, - Structural - [everybody_NP,everything_NP,something_NP], - Lexicon - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/demo/DemoJEng.gf b/next-lib/src/demo/DemoJEng.gf deleted file mode 100644 index ef563284b..000000000 --- a/next-lib/src/demo/DemoJEng.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:alltenses - -concrete DemoJEng of Demo = DemoJ with - (Noun = NounEng), - (Clause = ClauseEng), -- - (Adjective = AdjectiveEng), - (Adverb = AdverbEng), - (Numeral = NumeralEng), ----- Sentence, - (Question )- [QuestVP,QuestSlash], ----- Relative, ----- Conjunction, ----- Phrase, ----- TextX, ----- Idiom, - Structural - [everybody_NP,everything_NP,something_NP], - Lexicon - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/demo/DemoTha.gf b/next-lib/src/demo/DemoTha.gf deleted file mode 100644 index a62971f47..000000000 --- a/next-lib/src/demo/DemoTha.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:alltenses - -concrete DemoTha of Demo = - NounTha - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN, - ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP], --- VerbTha, - ClauseTha, -- - AdjectiveTha - [SentAP,ComplA2,UseA2,DemoA2], - AdverbTha, - NumeralTha, ----- SentenceTha, - QuestionTha - [QuestVP,QuestSlash], ----- RelativeTha, ----- ConjunctionTha, ----- PhraseTha, ----- TextX, ----- IdiomTha, - StructuralTha - [everybody_NP,everything_NP,something_NP], - LexiconTha - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/english/AdjectiveEng.gf b/next-lib/src/english/AdjectiveEng.gf deleted file mode 100644 index 94b8501ed..000000000 --- a/next-lib/src/english/AdjectiveEng.gf +++ /dev/null @@ -1,53 +0,0 @@ -concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { - - lin - - PositA a = { - s = \\_ => a.s ! AAdj Posit Nom ; - isPre = True - } ; - ComparA a np = { - s = \\_ => a.s ! AAdj Compar Nom ++ "than" ++ np.s ! Nom ; - isPre = False - } ; - UseComparA a = { - s = \\_ => a.s ! AAdj Compar Nom ; - isPre = True - } ; - - AdjOrd ord = { - s = \\_ => ord.s ! Nom ; - isPre = True - } ; - - CAdvAP ad ap np = { - s = \\a => ad.s ++ ap.s ! a ++ ad.p ++ np.s ! Nom ; - isPre = False - } ; - - ComplA2 a np = { - s = \\_ => a.s ! AAdj Posit Nom ++ a.c2 ++ np.s ! Acc ; - isPre = False - } ; - - ReflA2 a = { - s = \\ag => a.s ! AAdj Posit Nom ++ a.c2 ++ reflPron ! ag ; - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - isPre = ap.isPre - } ; - - UseA2 a = { - s = \\_ => a.s ! AAdj Posit Nom ; - isPre = True - } ; - -} diff --git a/next-lib/src/english/CompatibilityCat.gf b/next-lib/src/english/CompatibilityCat.gf deleted file mode 100644 index e12287c45..000000000 --- a/next-lib/src/english/CompatibilityCat.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; - OrdInt n = {s = \\_ => n.s ++ "."} ; --- - -} diff --git a/next-lib/src/english/CompatibilityEng.gf b/next-lib/src/english/CompatibilityEng.gf deleted file mode 100644 index 63450d0ff..000000000 --- a/next-lib/src/english/CompatibilityEng.gf +++ /dev/null @@ -1,17 +0,0 @@ ---# -path=.:../abstract:../common - -concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = addGenitiveS n.s ; n = Pl ; hasCard = True} ; - OrdInt n = {s = \\c => n.s ++ (regGenitiveS "th")!c } ; - -oper - -- Note: this results in a space before 's, but there's - -- not mauch we can do about that. - addGenitiveS : Str -> Case => Str = \s -> - table { Gen => s ++ "'s"; _ => s } ; - -} diff --git a/next-lib/src/english/DictEng.gf b/next-lib/src/english/DictEng.gf deleted file mode 100644 index 934c022ea..000000000 --- a/next-lib/src/english/DictEng.gf +++ /dev/null @@ -1,43941 +0,0 @@ --- English lexicon for GF, produced from: --- Oxford advanced learner's dictionary of current English: --- expanded 'computer usable' version compiled by Roger Mitton --- The computer usable version is transcribed from: --- Oxford advanced learner's dictionary of current English --- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. --- 3rd. ed., London : Oxford University Press, 1974. --- Distributed as 'dict0710' by: --- Oxford Text Archive --- Oxford University Computing Services --- 13 Banbury Road --- Oxford --- OX2 6NN --- Under these conditions: --- Freely available for non-commercial use provided that this header is --- included in its entirety with any copy distributed. --- --- GF version generated by asc2gf, Bjorn Bringert Nov 2008 --- based on asc2lex, Matthew Purver Nov 2001 --- http://www.stanford.edu/~mpurver/software.html - ---# -path=.:src/prelude:src/abstract:src/common:src/english - -concrete DictEng of DictEngAbs = CatEng ** open ParadigmsEng, IrregEng in { - -flags - coding=utf8 ; - -lin a_bomb_N = mkN "a-bomb" "a-bombs"; -lin a_fortiori_Adv = mkAdv "a fortiori"; -lin a_level_N = mkN "a-level" "a-levels"; -lin a_posteriori_A = compoundA (mkA "a posteriori"); -lin a_posteriori_Adv = mkAdv "a posteriori"; -lin a_priori_A = compoundA (mkA "a priori"); -lin a_priori_Adv = mkAdv "a priori"; -lin aa_N = mkN "aa" "-" {- FIXME: no plural form -}; -lin aachen_PN = mkPN "Aachen"; -lin aarhus_PN = mkPN "Aarhus"; -lin ab_initio_Adv = mkAdv "ab initio"; -lin aback_Adv = mkAdv "aback"; -lin abacus_N = mkN "abacus" "abacuses"; -lin abaft_Adv = mkAdv "abaft"; -lin abandon_N = mkN "abandon" "-" {- FIXME: no plural form -}; -lin abandon_V2 = mkV2 (mkV "abandon" "abandons" "abandoned" "abandoned" "abandoning"); -lin abandoned_A = compoundA (mkA "abandoned"); -lin abandonment_N = mkN "abandonment" "-" {- FIXME: no plural form -}; -lin abase_V2 = mkV2 (mkV "abase" "abases" "abased" "abased" "abasing"); -lin abasement_N = mkN "abasement" "-" {- FIXME: no plural form -}; -lin abash_V2 = mkV2 (mkV "abash" "abashes" "abashed" "abashed" "abashing"); -lin abate_V = mkV "abate" "abates" "abated" "abated" "abating"; -lin abate_V2 = mkV2 (mkV "abate" "abates" "abated" "abated" "abating"); -lin abatement_N = mkN "abatement" "-" {- FIXME: no plural form -}; -lin abattoir_N = mkN "abattoir" "abattoirs"; -lin abbess_N = mkN "abbess" "abbesses"; -lin abbey_N = mkN "abbey" "abbeys"; -lin abbot_N = mkN "abbot" "abbots"; -lin abbreviate_V2 = mkV2 (mkV "abbreviate" "abbreviates" "abbreviated" "abbreviated" "abbreviating"); -lin abbreviation_N = mkN "abbreviation" "abbreviations"; -lin abbe_N = mkN "abbé" "abbés"; -lin abc_N = mkN "abc" "-" {- FIXME: no plural form -}; -lin abcs_N = mkN "-" "abcs" {- FIXME: no singular form -}; -lin abdicate_V = mkV "abdicate" "abdicates" "abdicated" "abdicated" "abdicating"; -lin abdicate_V2 = mkV2 (mkV "abdicate" "abdicates" "abdicated" "abdicated" "abdicating"); -lin abdication_N = mkN "abdication" "abdications"; -lin abdomen_N = mkN "abdomen" "abdomens"; -lin abdominal_A = compoundA (mkA "abdominal"); -lin abduct_V2 = mkV2 (mkV "abduct" "abducts" "abducted" "abducted" "abducting"); -lin abduction_N = mkN "abduction" "abductions"; -lin abe_PN = mkPN "Abe"; -lin abeam_Adv = mkAdv "abeam"; -lin abed_Adv = mkAdv "abed"; -lin abercarn_PN = mkPN "Abercarn"; -lin aberdare_PN = mkPN "Aberdare"; -lin aberdeen_PN = mkPN "Aberdeen"; -lin abergavenny_PN = mkPN "Abergavenny"; -lin abergele_PN = mkPN "Abergele"; -lin aberrant_A = compoundA (mkA "aberrant"); -lin aberration_N = mkN "aberration" "aberrations"; -lin abertillery_PN = mkPN "Abertillery"; -lin aberystwyth_PN = mkPN "Aberystwyth"; -lin abet_V2 = mkV2 (mkV "abet" "abets" "abetted" "abetted" "abetting"); -lin abeyance_N = mkN "abeyance" "-" {- FIXME: no plural form -}; -lin abhor_V2 = mkV2 (mkV "abhor" "abhors" "abhorred" "abhorred" "abhorring"); -lin abhorrence_N = mkN "abhorrence" "-" {- FIXME: no plural form -}; -lin abhorrent_A = compoundA (mkA "abhorrent"); -lin abide_V = mkV "abide" "abides" "abided" "abided" "abiding"; -lin abide_V2 = mkV2 (mkV "abide" "abides" "abided" "abided" "abiding"); -lin abiding_A = compoundA (mkA "abiding"); -lin ability_N = mkN "ability" "abilities"; -lin abingdon_PN = mkPN "Abingdon"; -lin abject_A = compoundA (mkA "abject"); -lin abjection_N = mkN "abjection" "abjections"; -lin abjectly_Adv = mkAdv "abjectly"; -lin abjuration_N = mkN "abjuration" "abjurations"; -lin abjure_V2 = mkV2 (mkV "abjure" "abjures" "abjured" "abjured" "abjuring"); -lin ablative_A = compoundA (mkA "ablative"); -lin ablative_N = mkN "ablative" "ablatives"; -lin ablaut_N = mkN "ablaut" "ablauts"; -lin ablaze_A = compoundA (mkA "ablaze"); -lin ablaze_Adv = mkAdv "ablaze"; -lin able_A = mkA "able" "abler"; -lin able_bodied_A = compoundA (mkA "able-bodied"); -lin ablution_N = mkN "ablution" "ablutions"; -lin ably_Adv = mkAdv "ably"; -lin abnegation_N = mkN "abnegation" "-" {- FIXME: no plural form -}; -lin abnormal_A = compoundA (mkA "abnormal"); -lin abnormality_N = mkN "abnormality" "abnormalities"; -lin abnormally_Adv = mkAdv "abnormally"; -lin abo_N = mkN "abo" "abos"; -lin aboard_Adv = mkAdv "aboard"; -lin abode_N = mkN "abode" "abodes"; -lin abolish_V2 = mkV2 (mkV "abolish" "abolishes" "abolished" "abolished" "abolishing"); -lin abolition_N = mkN "abolition" "-" {- FIXME: no plural form -}; -lin abolitionist_N = mkN "abolitionist" "abolitionists"; -lin abominable_A = compoundA (mkA "abominable"); -lin abominably_Adv = mkAdv "abominably"; -lin abominate_V2 = mkV2 (mkV "abominate" "abominates" "abominated" "abominated" "abominating"); -lin abomination_N = mkN "abomination" "abominations"; -lin aboriginal_A = compoundA (mkA "aboriginal"); -lin aboriginal_N = mkN "aboriginal" "aboriginals"; -lin aborigine_N = mkN "aborigine" "aborigines"; -lin abort_V = mkV "abort" "aborts" "aborted" "aborted" "aborting"; -lin abort_V2 = mkV2 (mkV "abort" "aborts" "aborted" "aborted" "aborting"); -lin abortion_N = mkN "abortion" "abortions"; -lin abortionist_N = mkN "abortionist" "abortionists"; -lin abortive_A = compoundA (mkA "abortive"); -lin abortively_Adv = mkAdv "abortively"; -lin abound_V = mkV "abound" "abounds" "abounded" "abounded" "abounding"; -lin about_Adv = mkAdv "about"; -lin about_face_N = mkN "about-face" "IRREG"; -lin about_face_V = mkV "about-face" "about-faces" "about-faced" "about-faced" "about-facing"; -lin above_Adv = mkAdv "above"; -lin above_board_A = compoundA (mkA "above board"); -lin above_board_Adv = mkAdv "above board"; -lin above_mentioned_A = compoundA (mkA "above-mentioned"); -lin above_named_A = compoundA (mkA "above-named"); -lin abracadabra_N = mkN "abracadabra" "-" {- FIXME: no plural form -}; -lin abrade_V2 = mkV2 (mkV "abrade" "abrades" "abraded" "abraded" "abrading"); -lin abraham_PN = mkPN "Abraham"; -lin abrasion_N = mkN "abrasion" "abrasions"; -lin abrasive_A = compoundA (mkA "abrasive"); -lin abrasive_N = mkN "abrasive" "abrasives"; -lin abreast_Adv = mkAdv "abreast"; -lin abridge_V2 = mkV2 (mkV "abridge" "abridges" "abridged" "abridged" "abridging"); -lin abridgement_N = mkN "abridgement" "abridgements"; -lin abridgment_N = mkN "abridgment" "abridgments"; -lin abroad_Adv = mkAdv "abroad"; -lin abrogate_V2 = mkV2 (mkV "abrogate" "abrogates" "abrogated" "abrogated" "abrogating"); -lin abrogation_N = mkN "abrogation" "abrogations"; -lin abrupt_A = compoundA (mkA "abrupt"); -lin abruptly_Adv = mkAdv "abruptly"; -lin abruptness_N = mkN "abruptness" "-" {- FIXME: no plural form -}; -lin abscess_N = mkN "abscess" "abscesses"; -lin abscond_V = mkV "abscond" "absconds" "absconded" "absconded" "absconding"; -lin absence_N = mkN "absence" "absences"; -lin absent_A = compoundA (mkA "absent"); -lin absent_V2 = mkV2 (mkV "absent" "absents" "absented" "absented" "absenting"); -lin absent_minded_A = compoundA (mkA "absent-minded"); -lin absent_mindedly_Adv = mkAdv "absent-mindedly"; -lin absent_mindedness_N = mkN "absent-mindedness" "-" {- FIXME: no plural form -}; -lin absentee_N = mkN "absentee" "absentees"; -lin absenteeism_N = mkN "absenteeism" "-" {- FIXME: no plural form -}; -lin absently_Adv = mkAdv "absently"; -lin absinth_N = mkN "absinth" "-" {- FIXME: no plural form -}; -lin absinthe_N = mkN "absinthe" "-" {- FIXME: no plural form -}; -lin absolute_A = compoundA (mkA "absolute"); -lin absolutely_Adv = mkAdv "absolutely"; -lin absolution_N = mkN "absolution" "-" {- FIXME: no plural form -}; -lin absolutism_N = mkN "absolutism" "-" {- FIXME: no plural form -}; -lin absolve_V2 = mkV2 (mkV "absolve" "absolves" "absolved" "absolved" "absolving"); -lin absorb_V2 = mkV2 (mkV "absorb" "absorbs" "absorbed" "absorbed" "absorbing"); -lin absorbent_A = compoundA (mkA "absorbent"); -lin absorbent_N = mkN "absorbent" "absorbents"; -lin absorption_N = mkN "absorption" "-" {- FIXME: no plural form -}; -lin abstain_V = mkV "abstain" "abstains" "abstained" "abstained" "abstaining"; -lin abstainer_N = mkN "abstainer" "abstainers"; -lin abstemious_A = compoundA (mkA "abstemious"); -lin abstemiously_Adv = mkAdv "abstemiously"; -lin abstemiousness_N = mkN "abstemiousness" "-" {- FIXME: no plural form -}; -lin abstention_N = mkN "abstention" "abstentions"; -lin abstinence_N = mkN "abstinence" "-" {- FIXME: no plural form -}; -lin abstract_A = compoundA (mkA "abstract"); -lin abstract_N = mkN "abstract" "abstracts"; -lin abstract_V2 = mkV2 (mkV "abstract" "abstracts" "abstracted" "abstracted" "abstracting"); -lin abstracted_A = compoundA (mkA "abstracted"); -lin abstractedly_Adv = mkAdv "abstractedly"; -lin abstraction_N = mkN "abstraction" "abstractions"; -lin abstruse_A = compoundA (mkA "abstruse"); -lin abstrusely_Adv = mkAdv "abstrusely"; -lin abstruseness_N = mkN "abstruseness" "-" {- FIXME: no plural form -}; -lin absurd_A = compoundA (mkA "absurd"); -lin absurdity_N = mkN "absurdity" "absurdities"; -lin absurdly_Adv = mkAdv "absurdly"; -lin abundance_N = mkN "abundance" "-" {- FIXME: no plural form -}; -lin abundant_A = compoundA (mkA "abundant"); -lin abundantly_Adv = mkAdv "abundantly"; -lin abuse_N = mkN "abuse" "abuses"; -lin abuse_V2 = mkV2 (mkV "abuse" "abuses" "abused" "abused" "abusing"); -lin abusive_A = compoundA (mkA "abusive"); -lin abusively_Adv = mkAdv "abusively"; -lin abut_V = mkV "abut" "abuts" "abutted" "abutted" "abutting"; -lin abutment_N = mkN "abutment" "abutments"; -lin abysm_N = mkN "abysm" "abysms"; -lin abysmal_A = compoundA (mkA "abysmal"); -lin abysmally_Adv = mkAdv "abysmally"; -lin abyss_N = mkN "abyss" "abysses"; -lin acacia_N = mkN "acacia" "acacias"; -lin academic_A = compoundA (mkA "academic"); -lin academic_N = mkN "academic" "academics"; -lin academically_Adv = mkAdv "academically"; -lin academician_N = mkN "academician" "academicians"; -lin academy_N = mkN "academy" "academies"; -lin accede_V = mkV "accede" "accedes" "acceded" "acceded" "acceding"; -lin accelerando_A = compoundA (mkA "accelerando"); -lin accelerando_Adv = mkAdv "accelerando"; -lin accelerando_N = mkN "accelerando" "accelerandos"; -lin accelerate_V = mkV "accelerate" "accelerates" "accelerated" "accelerated" "accelerating"; -lin accelerate_V2 = mkV2 (mkV "accelerate" "accelerates" "accelerated" "accelerated" "accelerating"); -lin acceleration_N = mkN "acceleration" "-" {- FIXME: no plural form -}; -lin accelerator_N = mkN "accelerator" "accelerators"; -lin accent_N = mkN "accent" "accents"; -lin accent_V2 = mkV2 (mkV "accent" "accents" "accented" "accented" "accenting"); -lin accentuate_V2 = mkV2 (mkV "accentuate" "accentuates" "accentuated" "accentuated" "accentuating"); -lin accentuation_N = mkN "accentuation" "accentuations"; -lin accept_V = mkV "accept" "accepts" "accepted" "accepted" "accepting"; -lin accept_V2 = mkV2 (mkV "accept" "accepts" "accepted" "accepted" "accepting"); -lin acceptability_N = mkN "acceptability" "-" {- FIXME: no plural form -}; -lin acceptable_A = compoundA (mkA "acceptable"); -lin acceptably_Adv = mkAdv "acceptably"; -lin acceptance_N = mkN "acceptance" "-" {- FIXME: no plural form -}; -lin acceptation_N = mkN "acceptation" "acceptations"; -lin access_N = mkN "access" "-" {- FIXME: no plural form -}; -lin accessary_N = mkN "accessary" "accessaries"; -lin accessibility_N = mkN "accessibility" "-" {- FIXME: no plural form -}; -lin accessible_A = compoundA (mkA "accessible"); -lin accession_N = mkN "accession" "accessions"; -lin accessory_N = mkN "accessory" "accessories"; -lin accidence_N = mkN "accidence" "-" {- FIXME: no plural form -}; -lin accident_N = mkN "accident" "accidents"; -lin accident_prone_A = compoundA (mkA "accident-prone"); -lin accidental_A = compoundA (mkA "accidental"); -lin accidentally_Adv = mkAdv "accidentally"; -lin acclaim_N = mkN "acclaim" "-" {- FIXME: no plural form -}; -lin acclaim_V2 = mkV2 (mkV "acclaim" "acclaims" "acclaimed" "acclaimed" "acclaiming"); -lin acclamation_N = mkN "acclamation" "-" {- FIXME: no plural form -}; -lin acclimate_V = mkV "acclimate" "acclimates" "acclimated" "acclimated" "acclimating"; -lin acclimate_V2 = mkV2 (mkV "acclimate" "acclimates" "acclimated" "acclimated" "acclimating"); -lin acclimation_N = mkN "acclimation" "-" {- FIXME: no plural form -}; -lin acclimatization_N = mkN "acclimatization" "-" {- FIXME: no plural form -}; -lin acclimatize_V = mkV "acclimatize" "acclimatizes" "acclimatized" "acclimatized" "acclimatizing"; -lin acclimatize_V2 = mkV2 (mkV "acclimatize" "acclimatizes" "acclimatized" "acclimatized" "acclimatizing"); -lin acclivity_N = mkN "acclivity" "acclivities"; -lin accolade_N = mkN "accolade" "accolades"; -lin accommodate_V2 = mkV2 (mkV "accommodate" "accommodates" "accommodated" "accommodated" "accommodating"); -lin accommodating_A = compoundA (mkA "accommodating"); -lin accommodation_N = mkN "accommodation" "accommodations"; -lin accompaniment_N = mkN "accompaniment" "accompaniments"; -lin accompanist_N = mkN "accompanist" "accompanists"; -lin accompany_V2 = mkV2 (mkV "accompany" "accompanies" "accompanied" "accompanied" "accompanying"); -lin accomplice_N = mkN "accomplice" "accomplices"; -lin accomplish_V2 = mkV2 (mkV "accomplish" "accomplishes" "accomplished" "accomplished" "accomplishing"); -lin accomplished_A = compoundA (mkA "accomplished"); -lin accomplishment_N = mkN "accomplishment" "accomplishments"; -lin accord_N = mkN "accord" "accords"; -lin accord_V = mkV "accord" "accords" "accorded" "accorded" "according"; -lin accord_V2 = mkV2 (mkV "accord" "accords" "accorded" "accorded" "according"); -lin accordance_N = mkN "accordance" "accordances"; -lin accordingly_Adv = mkAdv "accordingly"; -lin accordion_N = mkN "accordion" "accordions"; -lin accost_V2 = mkV2 (mkV "accost" "accosts" "accosted" "accosted" "accosting"); -lin accouchement_N = mkN "accouchement" "accouchements"; -lin account_N = mkN "account" "accounts"; -lin account_V = mkV "account" "accounts" "accounted" "accounted" "accounting"; -lin account_V2 = mkV2 (mkV "account" "accounts" "accounted" "accounted" "accounting"); -lin accountable_A = compoundA (mkA "accountable"); -lin accountancy_N = mkN "accountancy" "-" {- FIXME: no plural form -}; -lin accountant_N = mkN "accountant" "accountants"; -lin accra_PN = mkPN "Accra"; -lin accredit_V2 = mkV2 (mkV "accredit" "accredits" "accredited" "accredited" "accrediting"); -lin accredited_A = compoundA (mkA "accredited"); -lin accretion_N = mkN "accretion" "accretions"; -lin accrington_PN = mkPN "Accrington"; -lin accrue_V = mkV "accrue" "accrues" "accrued" "accrued" "accruing"; -lin accumulate_V = mkV "accumulate" "accumulates" "accumulated" "accumulated" "accumulating"; -lin accumulate_V2 = mkV2 (mkV "accumulate" "accumulates" "accumulated" "accumulated" "accumulating"); -lin accumulation_N = mkN "accumulation" "accumulations"; -lin accumulative_A = compoundA (mkA "accumulative"); -lin accumulator_N = mkN "accumulator" "accumulators"; -lin accuracy_N = mkN "accuracy" "accuracies"; -lin accurate_A = compoundA (mkA "accurate"); -lin accurately_Adv = mkAdv "accurately"; -lin accursed_A = compoundA (mkA "accursed"); -lin accurst_A = compoundA (mkA "accurst"); -lin accusation_N = mkN "accusation" "accusations"; -lin accusative_A = compoundA (mkA "accusative"); -lin accusative_N = mkN "accusative" "accusatives"; -lin accuse_V2 = mkV2 (mkV "accuse" "accuses" "accused" "accused" "accusing"); -lin accuser_N = mkN "accuser" "accusers"; -lin accusingly_Adv = mkAdv "accusingly"; -lin accustom_V2 = mkV2 (mkV "accustom" "accustoms" "accustomed" "accustomed" "accustoming"); -lin accustomed_A = compoundA (mkA "accustomed"); -lin ace_N = mkN "ace" "aces"; -lin acerbity_N = mkN "acerbity" "acerbities"; -lin acetate_N = mkN "acetate" "acetates"; -lin acetic_A = compoundA (mkA "acetic"); -lin acetylene_N = mkN "acetylene" "-" {- FIXME: no plural form -}; -lin ache_N = mkN "ache" "aches"; -lin ache_V = mkV "ache" "aches" "ached" "ached" "aching"; -lin achievable_A = compoundA (mkA "achievable"); -lin achieve_V2 = mkV2 (mkV "achieve" "achieves" "achieved" "achieved" "achieving"); -lin achievement_N = mkN "achievement" "achievements"; -lin achilles_PN = mkPN "Achilles"; -lin acid_A = compoundA (mkA "acid"); -lin acid_N = mkN "acid" "acids"; -lin acidic_A = compoundA (mkA "acidic"); -lin acidify_V = mkV "acidify" "acidifies" "acidified" "acidified" "acidifying"; -lin acidify_V2 = mkV2 (mkV "acidify" "acidifies" "acidified" "acidified" "acidifying"); -lin acidity_N = mkN "acidity" "-" {- FIXME: no plural form -}; -lin acidulated_A = compoundA (mkA "acidulated"); -lin acidulous_A = compoundA (mkA "acidulous"); -lin ack_ack_N = mkN "ack-ack" "-" {- FIXME: no plural form -}; -lin acknowledge_V2 = mkV2 (mkV "acknowledge" "acknowledges" "acknowledged" "acknowledged" "acknowledging"); -lin acknowledgement_N = mkN "acknowledgement" "acknowledgements"; -lin acme_N = mkN "acme" "IRREG"; -lin acne_N = mkN "acne" "-" {- FIXME: no plural form -}; -lin acolyte_N = mkN "acolyte" "acolytes"; -lin aconite_N = mkN "aconite" "aconites"; -lin acorn_N = mkN "acorn" "acorns"; -lin acorn_cup_N = mkN "acorn-cup" "acorn-cups"; -lin acoustic_A = compoundA (mkA "acoustic"); -lin acoustic_N = mkN "acoustic" "acoustics"; -lin acoustics_N = mkN "acoustics" "acoustics"; -lin acquaint_V2 = mkV2 (mkV "acquaint" "acquaints" "acquainted" "acquainted" "acquainting"); -lin acquaintance_N = mkN "acquaintance" "acquaintances"; -lin acquaintanceship_N = mkN "acquaintanceship" "acquaintanceships"; -lin acquiesce_V = mkV "acquiesce" "acquiesces" "acquiesced" "acquiesced" "acquiescing"; -lin acquiescence_N = mkN "acquiescence" "acquiescences"; -lin acquiescent_A = compoundA (mkA "acquiescent"); -lin acquire_V2 = mkV2 (mkV "acquire" "acquires" "acquired" "acquired" "acquiring"); -lin acquirement_N = mkN "acquirement" "acquirements"; -lin acquisition_N = mkN "acquisition" "acquisitions"; -lin acquisitive_A = compoundA (mkA "acquisitive"); -lin acquit_V2 = mkV2 (mkV "acquit" "acquits" "acquitted" "acquitted" "acquitting"); -lin acquittal_N = mkN "acquittal" "acquittals"; -lin acre_N = mkN "acre" "acres"; -lin acreage_N = mkN "acreage" "-" {- FIXME: no plural form -}; -lin acrid_A = compoundA (mkA "acrid"); -lin acrimonious_A = compoundA (mkA "acrimonious"); -lin acrimony_N = mkN "acrimony" "-" {- FIXME: no plural form -}; -lin acrobat_N = mkN "acrobat" "acrobats"; -lin acrobatic_A = compoundA (mkA "acrobatic"); -lin acrobatics_N = mkN "acrobatics" "acrobatics"; -lin acronym_N = mkN "acronym" "acronyms"; -lin acropolis_N = mkN "acropolis" "acropolises"; -lin across_Adv = mkAdv "across"; -lin acrostic_N = mkN "acrostic" "acrostics"; -lin acrylic_N = mkN "acrylic" "acrylics"; -lin act_N = mkN "act" "acts"; -lin act_V = mkV "act" "acts" "acted" "acted" "acting"; -lin act_V2 = mkV2 (mkV "act" "acts" "acted" "acted" "acting"); -lin acting_A = compoundA (mkA "acting"); -lin acting_N = mkN "acting" "-" {- FIXME: no plural form -}; -lin actinic_A = compoundA (mkA "actinic"); -lin actinism_N = mkN "actinism" "-" {- FIXME: no plural form -}; -lin action_N = mkN "action" "actions"; -lin actionable_A = compoundA (mkA "actionable"); -lin activate_V2 = mkV2 (mkV "activate" "activates" "activated" "activated" "activating"); -lin activation_N = mkN "activation" "activations"; -lin active_A = compoundA (mkA "active"); -lin actively_Adv = mkAdv "actively"; -lin activist_N = mkN "activist" "activists"; -lin activity_N = mkN "activity" "activities"; -lin actor_N = mkN "actor" "actors"; -lin actress_N = mkN "actress" "actresses"; -lin actual_A = compoundA (mkA "actual"); -lin actuality_N = mkN "actuality" "actualities"; -lin actually_Adv = mkAdv "actually"; -lin actuarial_A = compoundA (mkA "actuarial"); -lin actuary_N = mkN "actuary" "actuaries"; -lin actuate_V2 = mkV2 (mkV "actuate" "actuates" "actuated" "actuated" "actuating"); -lin acuity_N = mkN "acuity" "-" {- FIXME: no plural form -}; -lin acumen_N = mkN "acumen" "-" {- FIXME: no plural form -}; -lin acupuncture_N = mkN "acupuncture" "-" {- FIXME: no plural form -}; -lin acute_A = compoundA (mkA "acute"); -lin acutely_Adv = mkAdv "acutely"; -lin acuteness_N = mkN "acuteness" "-" {- FIXME: no plural form -}; -lin ad_N = mkN "ad" "ads"; -lin ad_PN = mkPN "Ad"; -lin ad_hoc_A = compoundA (mkA "ad hoc"); -lin ad_hoc_Adv = mkAdv "ad hoc"; -lin ad_infinitum_Adv = mkAdv "ad infinitum"; -lin ad_interim_Adv = mkAdv "ad interim"; -lin ad_lib_A = compoundA (mkA "ad-lib"); -lin ad_lib_Adv = mkAdv "ad lib"; -lin ad_lib_V = mkV "ad-lib" "ad-libs" "ad-libbed" "ad-libbed" "ad-libbing"; -lin ad_libitum_Adv = mkAdv "ad libitum"; -lin ad_man_N = mkN "ad-man" "ad-men" {- FIXME: guessed plural form -}; -lin ad_nauseam_Adv = mkAdv "ad nauseam"; -lin ad_valorem_Adv = mkAdv "ad valorem"; -lin ada_PN = mkPN "Ada"; -lin adage_N = mkN "adage" "adages"; -lin adagio_A = compoundA (mkA "adagio"); -lin adagio_Adv = mkAdv "adagio"; -lin adagio_N = mkN "adagio" "adagios"; -lin adam_PN = mkPN "Adam"; -lin adamant_A = compoundA (mkA "adamant"); -lin adamant_N = mkN "adamant" "adamants"; -lin adamantine_A = compoundA (mkA "adamantine"); -lin adapt_V2 = mkV2 (mkV "adapt" "adapts" "adapted" "adapted" "adapting"); -lin adaptability_N = mkN "adaptability" "-" {- FIXME: no plural form -}; -lin adaptable_A = compoundA (mkA "adaptable"); -lin adaptation_N = mkN "adaptation" "adaptations"; -lin adapter_N = mkN "adapter" "adapters"; -lin adaptor_N = mkN "adaptor" "adaptors"; -lin add_V = mkV "add" "adds" "added" "added" "adding"; -lin add_V2 = mkV2 (mkV "add" "adds" "added" "added" "adding"); -lin addendum_N = mkN "addendum" "addenda" {- FIXME: guessed plural form -}; -lin adder_N = mkN "adder" "adders"; -lin addict_N = mkN "addict" "addicts"; -lin addict_V2 = mkV2 (mkV "addict" "addicts" "addicted" "addicted" "addicting"); -lin addiction_N = mkN "addiction" "addictions"; -lin addictive_A = compoundA (mkA "addictive"); -lin adding_machine_N = mkN "adding-machine" "adding-machines"; -lin addis_ababa_PN = mkPN "Addis Ababa"; -lin addition_N = mkN "addition" "additions"; -lin additional_A = compoundA (mkA "additional"); -lin additionally_Adv = mkAdv "additionally"; -lin additive_N = mkN "additive" "additives"; -lin addle_A = compoundA (mkA "addle"); -lin addle_V = mkV "addle" "addles" "addled" "addled" "addling"; -lin addle_V2 = mkV2 (mkV "addle" "addles" "addled" "addled" "addling"); -lin addle_brained_A = compoundA (mkA "addle-brained"); -lin addle_head_N = mkN "addle-head" "addle-heads"; -lin addle_pated_A = compoundA (mkA "addle-pated"); -lin address_N = mkN "address" "addresses"; -lin address_V2 = mkV2 (mkV "address" "addresses" "addressed" "addressed" "addressing"); -lin addressee_N = mkN "addressee" "addressees"; -lin addressograph_N = mkN "addressograph" "addressographs"; -lin adduce_V2 = mkV2 (mkV "adduce" "adduces" "adduced" "adduced" "adducing"); -lin adelaide_PN = mkPN "Adelaide"; -lin adenoidal_A = compoundA (mkA "adenoidal"); -lin adept_A = compoundA (mkA "adept"); -lin adept_N = mkN "adept" "adepts"; -lin adequacy_N = mkN "adequacy" "-" {- FIXME: no plural form -}; -lin adequate_A = compoundA (mkA "adequate"); -lin adequately_Adv = mkAdv "adequately"; -lin adhere_V = mkV "adhere" "adheres" "adhered" "adhered" "adhering"; -lin adherence_N = mkN "adherence" "adherences"; -lin adherent_N = mkN "adherent" "adherents"; -lin adhesion_N = mkN "adhesion" "adhesions"; -lin adhesive_A = compoundA (mkA "adhesive"); -lin adhesive_N = mkN "adhesive" "adhesives"; -lin adieu_N = mkN "adieu" "adieus"; -lin adipose_A = compoundA (mkA "adipose"); -lin adjacent_A = compoundA (mkA "adjacent"); -lin adjectival_A = compoundA (mkA "adjectival"); -lin adjective_N = mkN "adjective" "adjectives"; -lin adjoin_V = mkV "adjoin" "adjoins" "adjoined" "adjoined" "adjoining"; -lin adjoin_V2 = mkV2 (mkV "adjoin" "adjoins" "adjoined" "adjoined" "adjoining"); -lin adjoining_A = compoundA (mkA "adjoining"); -lin adjourn_V = mkV "adjourn" "adjourns" "adjourned" "adjourned" "adjourning"; -lin adjourn_V2 = mkV2 (mkV "adjourn" "adjourns" "adjourned" "adjourned" "adjourning"); -lin adjournment_N = mkN "adjournment" "adjournments"; -lin adjudge_V2 = mkV2 (mkV "adjudge" "adjudges" "adjudged" "adjudged" "adjudging"); -lin adjudicate_V = mkV "adjudicate" "adjudicates" "adjudicated" "adjudicated" "adjudicating"; -lin adjudicate_V2 = mkV2 (mkV "adjudicate" "adjudicates" "adjudicated" "adjudicated" "adjudicating"); -lin adjudication_N = mkN "adjudication" "adjudications"; -lin adjudicator_N = mkN "adjudicator" "adjudicators"; -lin adjunct_N = mkN "adjunct" "adjuncts"; -lin adjuration_N = mkN "adjuration" "adjurations"; -lin adjure_V2 = mkV2 (mkV "adjure" "adjures" "adjured" "adjured" "adjuring"); -lin adjust_V2 = mkV2 (mkV "adjust" "adjusts" "adjusted" "adjusted" "adjusting"); -lin adjustable_A = compoundA (mkA "adjustable"); -lin adjuster_N = mkN "adjuster" "adjusters"; -lin adjustment_N = mkN "adjustment" "adjustments"; -lin adjutant_N = mkN "adjutant" "adjutants"; -lin admass_N = mkN "admass" "-" {- FIXME: no plural form -}; -lin administer_V = mkV "administer" "administers" "administered" "administered" "administering"; -lin administer_V2 = mkV2 (mkV "administer" "administers" "administered" "administered" "administering"); -lin administration_N = mkN "administration" "administrations"; -lin administrative_A = compoundA (mkA "administrative"); -lin administratively_Adv = mkAdv "administratively"; -lin administrator_N = mkN "administrator" "administrators"; -lin admirable_A = compoundA (mkA "admirable"); -lin admirably_Adv = mkAdv "admirably"; -lin admiral_N = mkN "admiral" "admirals"; -lin admiralty_N = mkN "admiralty" "admiralties"; -lin admiration_N = mkN "admiration" "-" {- FIXME: no plural form -}; -lin admire_V2 = mkV2 (mkV "admire" "admires" "admired" "admired" "admiring"); -lin admirer_N = mkN "admirer" "admirers"; -lin admiring_A = compoundA (mkA "admiring"); -lin admiringly_Adv = mkAdv "admiringly"; -lin admissibility_N = mkN "admissibility" "-" {- FIXME: no plural form -}; -lin admissible_A = compoundA (mkA "admissible"); -lin admission_N = mkN "admission" "admissions"; -lin admit_V = mkV "admit" "admits" "admitted" "admitted" "admitting"; -lin admit_V2 = mkV2 (mkV "admit" "admits" "admitted" "admitted" "admitting"); -lin admittance_N = mkN "admittance" "-" {- FIXME: no plural form -}; -lin admittedly_Adv = mkAdv "admittedly"; -lin admix_V = mkV "admix" "admixes" "admixed" "admixed" "admixing"; -lin admix_V2 = mkV2 (mkV "admix" "admixes" "admixed" "admixed" "admixing"); -lin admixture_N = mkN "admixture" "admixtures"; -lin admonish_V2 = mkV2 (mkV "admonish" "admonishes" "admonished" "admonished" "admonishing"); -lin admonition_N = mkN "admonition" "admonitions"; -lin admonitory_A = compoundA (mkA "admonitory"); -lin ado_N = mkN "ado" "-" {- FIXME: no plural form -}; -lin adobe_N = mkN "adobe" "-" {- FIXME: no plural form -}; -lin adolescence_N = mkN "adolescence" "-" {- FIXME: no plural form -}; -lin adolescent_A = compoundA (mkA "adolescent"); -lin adolescent_N = mkN "adolescent" "adolescents"; -lin adopt_V2 = mkV2 (mkV "adopt" "adopts" "adopted" "adopted" "adopting"); -lin adoption_N = mkN "adoption" "adoptions"; -lin adoptive_A = compoundA (mkA "adoptive"); -lin adorable_A = compoundA (mkA "adorable"); -lin adorably_Adv = mkAdv "adorably"; -lin adoration_N = mkN "adoration" "-" {- FIXME: no plural form -}; -lin adore_V2 = mkV2 (mkV "adore" "adores" "adored" "adored" "adoring"); -lin adorer_N = mkN "adorer" "adorers"; -lin adoring_A = compoundA (mkA "adoring"); -lin adoringly_Adv = mkAdv "adoringly"; -lin adorn_V2 = mkV2 (mkV "adorn" "adorns" "adorned" "adorned" "adorning"); -lin adornment_N = mkN "adornment" "adornments"; -lin adrenal_A = compoundA (mkA "adrenal"); -lin adrenalin_N = mkN "adrenalin" "-" {- FIXME: no plural form -}; -lin adrian_PN = mkPN "Adrian"; -lin adrift_A = compoundA (mkA "adrift"); -lin adrift_Adv = mkAdv "adrift"; -lin adroit_A = compoundA (mkA "adroit"); -lin adroitly_Adv = mkAdv "adroitly"; -lin adroitness_N = mkN "adroitness" "-" {- FIXME: no plural form -}; -lin adulation_N = mkN "adulation" "-" {- FIXME: no plural form -}; -lin adult_A = compoundA (mkA "adult"); -lin adult_N = mkN "adult" "adults"; -lin adulterant_N = mkN "adulterant" "adulterants"; -lin adulterate_V2 = mkV2 (mkV "adulterate" "adulterates" "adulterated" "adulterated" "adulterating"); -lin adulteration_N = mkN "adulteration" "adulterations"; -lin adulterer_N = mkN "adulterer" "adulterers"; -lin adulteress_N = mkN "adulteress" "adulteresses"; -lin adulterous_A = compoundA (mkA "adulterous"); -lin adultery_N = mkN "adultery" "adulteries"; -lin adulthood_N = mkN "adulthood" "adulthoods"; -lin adumbrate_V2 = mkV2 (mkV "adumbrate" "adumbrates" "adumbrated" "adumbrated" "adumbrating"); -lin advance_N = mkN "advance" "advances"; -lin advance_V = mkV "advance" "advances" "advanced" "advanced" "advancing"; -lin advance_V2 = mkV2 (mkV "advance" "advances" "advanced" "advanced" "advancing"); -lin advanced_A = compoundA (mkA "advanced"); -lin advancement_N = mkN "advancement" "-" {- FIXME: no plural form -}; -lin advantage_N = mkN "advantage" "advantages"; -lin advantage_V2 = mkV2 (mkV "advantage" "advantages" "advantaged" "advantaged" "advantaging"); -lin advantageous_A = compoundA (mkA "advantageous"); -lin advantageously_Adv = mkAdv "advantageously"; -lin advent_N = mkN "advent" "advents"; -lin adventist_N = mkN "adventist" "adventists"; -lin adventitious_A = compoundA (mkA "adventitious"); -lin adventure_N = mkN "adventure" "adventures"; -lin adventure_V2 = mkV2 (mkV "adventure" "adventures" "adventured" "adventured" "adventuring"); -lin adventurer_N = mkN "adventurer" "adventurers"; -lin adventuresome_A = compoundA (mkA "adventuresome"); -lin adventuress_N = mkN "adventuress" "adventuresses"; -lin adventurous_A = compoundA (mkA "adventurous"); -lin adverb_N = mkN "adverb" "adverbs"; -lin adverbial_A = compoundA (mkA "adverbial"); -lin adverbially_Adv = mkAdv "adverbially"; -lin adversary_N = mkN "adversary" "adversaries"; -lin adverse_A = compoundA (mkA "adverse"); -lin adversely_Adv = mkAdv "adversely"; -lin adversity_N = mkN "adversity" "adversities"; -lin advert_N = mkN "advert" "adverts"; -lin advert_V = mkV "advert" "adverts" "adverted" "adverted" "adverting"; -lin advertise_V = mkV "advertise" "advertises" "advertised" "advertised" "advertising"; -lin advertise_V2 = mkV2 (mkV "advertise" "advertises" "advertised" "advertised" "advertising"); -lin advertisement_N = mkN "advertisement" "advertisements"; -lin advertiser_N = mkN "advertiser" "advertisers"; -lin advice_N = mkN "advice" "advices"; -lin advisability_N = mkN "advisability" "-" {- FIXME: no plural form -}; -lin advisable_A = compoundA (mkA "advisable"); -lin advise_V = mkV "advise" "advises" "advised" "advised" "advising"; -lin advise_V2 = mkV2 (mkV "advise" "advises" "advised" "advised" "advising"); -lin advised_A = compoundA (mkA "advised"); -lin advisedly_Adv = mkAdv "advisedly"; -lin adviser_N = mkN "adviser" "advisers"; -lin advisory_A = compoundA (mkA "advisory"); -lin advocacy_N = mkN "advocacy" "-" {- FIXME: no plural form -}; -lin advocate_N = mkN "advocate" "advocates"; -lin advocate_V2 = mkV2 (mkV "advocate" "advocates" "advocated" "advocated" "advocating"); -lin advowson_N = mkN "advowson" "advowsons"; -lin adz_N = mkN "adz" "adzes"; -lin adze_N = mkN "adze" "adzes"; -lin aegis_N = mkN "aegis" "aegises"; -lin aeon_N = mkN "aeon" "aeons"; -lin aerate_V2 = mkV2 (mkV "aerate" "aerates" "aerated" "aerated" "aerating"); -lin aeration_N = mkN "aeration" "aerations"; -lin aerial_A = compoundA (mkA "aerial"); -lin aerial_N = mkN "aerial" "aerials"; -lin aerie_N = mkN "aerie" "aeries"; -lin aerobatics_N = mkN "aerobatics" "aerobatics"; -lin aerodrome_N = mkN "aerodrome" "aerodromes"; -lin aerodynamic_A = compoundA (mkA "aerodynamic"); -lin aerodynamics_N = mkN "aerodynamics" "aerodynamics"; -lin aeronaut_N = mkN "aeronaut" "aeronauts"; -lin aeronautics_N = mkN "aeronautics" "aeronautics"; -lin aeroplane_N = mkN "aeroplane" "aeroplanes"; -lin aerosol_N = mkN "aerosol" "aerosols"; -lin aerospace_N = mkN "aerospace" "-" {- FIXME: no plural form -}; -lin aertex_N = mkN "aertex" "-" {- FIXME: no plural form -}; -lin aery_N = mkN "aery" "aeries"; -lin aesthete_N = mkN "aesthete" "aesthetes"; -lin aesthetic_A = compoundA (mkA "aesthetic"); -lin aesthetic_N = mkN "aesthetic" "-" {- FIXME: no plural form -}; -lin aesthetical_A = compoundA (mkA "aesthetical"); -lin aesthetically_Adv = mkAdv "aesthetically"; -lin aesthetics_N = mkN "aesthetics" "aesthetics"; -lin aether_N = mkN "aether" "-" {- FIXME: no plural form -}; -lin aetiology_N = mkN "aetiology" "aetiologies"; -lin afar_Adv = mkAdv "afar"; -lin affability_N = mkN "affability" "-" {- FIXME: no plural form -}; -lin affable_A = compoundA (mkA "affable"); -lin affably_Adv = mkAdv "affably"; -lin affair_N = mkN "affair" "affairs"; -lin affect_V2 = mkV2 (mkV "affect" "affects" "affected" "affected" "affecting"); -lin affectation_N = mkN "affectation" "affectations"; -lin affected_A = compoundA (mkA "affected"); -lin affecting_A = compoundA (mkA "affecting"); -lin affectingly_Adv = mkAdv "affectingly"; -lin affection_N = mkN "affection" "affections"; -lin affectionate_A = compoundA (mkA "affectionate"); -lin affectionately_Adv = mkAdv "affectionately"; -lin affiance_V2 = mkV2 (mkV "affiance" "affiances" "affianced" "affianced" "affiancing"); -lin affidavit_N = mkN "affidavit" "affidavits"; -lin affiliate_V = mkV "affiliate" "affiliates" "affiliated" "affiliated" "affiliating"; -lin affiliate_V2 = mkV2 (mkV "affiliate" "affiliates" "affiliated" "affiliated" "affiliating"); -lin affiliation_N = mkN "affiliation" "affiliations"; -lin affinity_N = mkN "affinity" "affinities"; -lin affirm_V = mkV "affirm" "affirms" "affirmed" "affirmed" "affirming"; -lin affirm_V2 = mkV2 (mkV "affirm" "affirms" "affirmed" "affirmed" "affirming"); -lin affirmation_N = mkN "affirmation" "affirmations"; -lin affirmative_A = compoundA (mkA "affirmative"); -lin affirmative_N = mkN "affirmative" "affirmatives"; -lin affix_N = mkN "affix" "affixes"; -lin affix_V2 = mkV2 (mkV "affix" "affixes" "affixed" "affixed" "affixing"); -lin afflatus_N = mkN "afflatus" "-" {- FIXME: no plural form -}; -lin afflict_V2 = mkV2 (mkV "afflict" "afflicts" "afflicted" "afflicted" "afflicting"); -lin affliction_N = mkN "affliction" "afflictions"; -lin affluence_N = mkN "affluence" "-" {- FIXME: no plural form -}; -lin affluent_A = compoundA (mkA "affluent"); -lin affluent_N = mkN "affluent" "affluents"; -lin afford_V2 = mkV2 (mkV "afford" "affords" "afforded" "afforded" "affording"); -lin afforest_V2 = mkV2 (mkV "afforest" "afforests" "afforested" "afforested" "afforesting"); -lin afforestation_N = mkN "afforestation" "afforestations"; -lin affranchise_V2 = mkV2 (mkV "affranchise" "affranchises" "affranchised" "affranchised" "affranchising"); -lin affray_N = mkN "affray" "affrays"; -lin affront_N = mkN "affront" "affronts"; -lin affront_V2 = mkV2 (mkV "affront" "affronts" "affronted" "affronted" "affronting"); -lin afghan_A = compoundA (mkA "afghan"); -lin afghan_N = mkN "afghan" "afghans"; -lin afghanistan_PN = mkPN "Afghanistan"; -lin afghanistani_A = compoundA (mkA "afghanistani"); -lin afghanistani_N = mkN "afghanistani" "afghanistanis"; -lin afield_Adv = mkAdv "afield"; -lin afire_A = compoundA (mkA "afire"); -lin aflame_A = compoundA (mkA "aflame"); -lin afloat_A = compoundA (mkA "afloat"); -lin afoot_A = compoundA (mkA "afoot"); -lin afore_Adv = mkAdv "afore"; -lin aforesaid_A = compoundA (mkA "aforesaid"); -lin aforethought_Adv = mkAdv "aforethought"; -lin afoul_Adv = mkAdv "afoul"; -lin afraid_A = compoundA (mkA "afraid"); -lin afresh_Adv = mkAdv "afresh"; -lin africa_PN = mkPN "Africa"; -lin african_A = compoundA (mkA "african"); -lin african_N = mkN "african" "africans"; -lin afrikaans_N = mkN "afrikaans" "-" {- FIXME: no plural form -}; -lin afrikaner_A = compoundA (mkA "afrikaner"); -lin afrikaner_N = mkN "afrikaner" "afrikaners"; -lin afro_american_N = mkN "afro-american" "afro-americans"; -lin afro_asian_A = compoundA (mkA "afro-asian"); -lin afro_wig_N = mkN "afro-wig" "afro-wigs"; -lin aft_Adv = mkAdv "aft"; -lin after_A = compoundA (mkA "after"); -lin after_Adv = mkAdv "after"; -lin aftercare_N = mkN "aftercare" "-" {- FIXME: no plural form -}; -lin afterdamp_N = mkN "afterdamp" "-" {- FIXME: no plural form -}; -lin aftereffect_N = mkN "aftereffect" "aftereffects"; -lin afterglow_N = mkN "afterglow" "IRREG"; -lin aftermath_N = mkN "aftermath" "IRREG"; -lin afternoon_N = mkN "afternoon" "afternoons"; -lin afterthought_N = mkN "afterthought" "afterthoughts"; -lin afterwards_Adv = mkAdv "afterwards"; -lin again_Adv = mkAdv "again"; -lin agape_A = compoundA (mkA "agape"); -lin agar_agar_N = mkN "agar-agar" "-" {- FIXME: no plural form -}; -lin agate_N = mkN "agate" "agates"; -lin agatha_PN = mkPN "Agatha"; -lin agave_N = mkN "agave" "agaves"; -lin age_N = mkN "age" "ages"; -lin age_V = mkV "age" "ages" "aged" "aged" "aging"; -lin age_V2 = mkV2 (mkV "age" "ages" "aged" "aged" "aging"); -lin age_bracket_N = mkN "age-bracket" "age-brackets"; -lin age_group_N = mkN "age-group" "age-groups"; -lin age_long_A = compoundA (mkA "age-long"); -lin age_old_A = compoundA (mkA "age-old"); -lin aged_A = compoundA (mkA "aged"); -lin ageing_N = mkN "ageing" "-" {- FIXME: no plural form -}; -lin ageless_A = compoundA (mkA "ageless"); -lin agency_N = mkN "agency" "agencies"; -lin agenda_N = mkN "agenda" "agendas"; -lin agent_N = mkN "agent" "agents"; -lin agent_provocateur_N = mkN "agent provocateur" "IRREG"; -lin aggie_PN = mkPN "Aggie"; -lin agglomerate_A = compoundA (mkA "agglomerate"); -lin agglomerate_V = mkV "agglomerate" "agglomerates" "agglomerated" "agglomerated" "agglomerating"; -lin agglomerate_V2 = mkV2 (mkV "agglomerate" "agglomerates" "agglomerated" "agglomerated" "agglomerating"); -lin agglomeration_N = mkN "agglomeration" "agglomerations"; -lin agglutinate_V2 = mkV2 (mkV "agglutinate" "agglutinates" "agglutinated" "agglutinated" "agglutinating"); -lin agglutinative_A = compoundA (mkA "agglutinative"); -lin aggrandize_V2 = mkV2 (mkV "aggrandize" "aggrandizes" "aggrandized" "aggrandized" "aggrandizing"); -lin aggrandizement_N = mkN "aggrandizement" "aggrandizements"; -lin aggravate_V2 = mkV2 (mkV "aggravate" "aggravates" "aggravated" "aggravated" "aggravating"); -lin aggravation_N = mkN "aggravation" "aggravations"; -lin aggregate_N = mkN "aggregate" "aggregates"; -lin aggregate_V = mkV "aggregate" "aggregates" "aggregated" "aggregated" "aggregating"; -lin aggregate_V2 = mkV2 (mkV "aggregate" "aggregates" "aggregated" "aggregated" "aggregating"); -lin aggregation_N = mkN "aggregation" "aggregations"; -lin aggression_N = mkN "aggression" "aggressions"; -lin aggressive_A = compoundA (mkA "aggressive"); -lin aggressively_Adv = mkAdv "aggressively"; -lin aggressiveness_N = mkN "aggressiveness" "-" {- FIXME: no plural form -}; -lin aggressor_N = mkN "aggressor" "aggressors"; -lin aggrieve_V2 = mkV2 (mkV "aggrieve" "aggrieves" "aggrieved" "aggrieved" "aggrieving"); -lin aggro_N = mkN "aggro" "-" {- FIXME: no plural form -}; -lin aghast_A = compoundA (mkA "aghast"); -lin agile_A = compoundA (mkA "agile"); -lin agilely_Adv = mkAdv "agilely"; -lin agility_N = mkN "agility" "-" {- FIXME: no plural form -}; -lin aging_N = mkN "aging" "-" {- FIXME: no plural form -}; -lin agitate_V = mkV "agitate" "agitates" "agitated" "agitated" "agitating"; -lin agitate_V2 = mkV2 (mkV "agitate" "agitates" "agitated" "agitated" "agitating"); -lin agitated_A = compoundA (mkA "agitated"); -lin agitating_A = compoundA (mkA "agitating"); -lin agitation_N = mkN "agitation" "agitations"; -lin agitator_N = mkN "agitator" "agitators"; -lin aglow_A = compoundA (mkA "aglow"); -lin agm_N = mkN "agm" "-" {- FIXME: no plural form -}; -lin agnail_N = mkN "agnail" "-" {- FIXME: no plural form -}; -lin agnes_PN = mkPN "Agnes"; -lin agnostic_A = compoundA (mkA "agnostic"); -lin agnostic_N = mkN "agnostic" "agnostics"; -lin agnosticism_N = mkN "agnosticism" "-" {- FIXME: no plural form -}; -lin ago_Adv = mkAdv "ago"; -lin agog_A = compoundA (mkA "agog"); -lin agonized_A = compoundA (mkA "agonized"); -lin agonizing_A = compoundA (mkA "agonizing"); -lin agonizingly_Adv = mkAdv "agonizingly"; -lin agony_N = mkN "agony" "agonies"; -lin agora_N = mkN "agora" "agoras"; -lin agoraphobia_N = mkN "agoraphobia" "-" {- FIXME: no plural form -}; -lin agra_PN = mkPN "Agra"; -lin agrarian_A = compoundA (mkA "agrarian"); -lin agree_V = mkV "agree" "IRREG" "IRREG" "IRREG" "IRREG"; -lin agree_V2 = mkV2 (mkV "agree" "IRREG" "IRREG" "IRREG" "IRREG"); -lin agreeable_A = compoundA (mkA "agreeable"); -lin agreeably_Adv = mkAdv "agreeably"; -lin agreement_N = mkN "agreement" "agreements"; -lin agricultural_A = compoundA (mkA "agricultural"); -lin agriculture_N = mkN "agriculture" "-" {- FIXME: no plural form -}; -lin aground_A = compoundA (mkA "aground"); -lin aground_Adv = mkAdv "aground"; -lin ague_N = mkN "ague" "agues"; -lin ahead_Adv = mkAdv "ahead"; -lin ahmedabad_PN = mkPN "Ahmedabad"; -lin aid_N = mkN "aid" "aids"; -lin aid_V2 = mkV2 (mkV "aid" "aids" "aided" "aided" "aiding"); -lin aide_de_camp_N = mkN "aide-de-camp" "IRREG"; -lin aide_memoire_N = mkN "aide-mémoire" "aide-mémoires"; -lin aids_N = mkN "aids" "-" {- FIXME: no plural form -}; -lin aigret_N = mkN "aigret" "aigrets"; -lin aigrette_N = mkN "aigrette" "aigrettes"; -lin ail_V = mkV "ail" "ails" "ailed" "ailed" "ailing"; -lin ail_V2 = mkV2 (mkV "ail" "ails" "ailed" "ailed" "ailing"); -lin aileron_N = mkN "aileron" "ailerons"; -lin ailment_N = mkN "ailment" "ailments"; -lin aim_N = mkN "aim" "aims"; -lin aim_V = mkV "aim" "aims" "aimed" "aimed" "aiming"; -lin aim_V2 = mkV2 (mkV "aim" "aims" "aimed" "aimed" "aiming"); -lin aimless_A = compoundA (mkA "aimless"); -lin aimlessly_Adv = mkAdv "aimlessly"; -lin air_N = mkN "air" "airs"; -lin air_V2 = mkV2 (mkV "air" "airs" "aired" "aired" "airing"); -lin air_bladder_N = mkN "air-bladder" "air-bladders"; -lin air_conditioned_A = compoundA (mkA "air-conditioned"); -lin air_conditioning_N = mkN "air-conditioning" "-" {- FIXME: no plural form -}; -lin air_cooled_A = compoundA (mkA "air-cooled"); -lin air_minded_A = compoundA (mkA "air-minded"); -lin air_pump_N = mkN "air-pump" "air-pumps"; -lin air_raid_N = mkN "air-raid" "air-raids"; -lin air_shaft_N = mkN "air-shaft" "air-shafts"; -lin air_sick_A = compoundA (mkA "air-sick"); -lin air_sickness_N = mkN "air-sickness" "-" {- FIXME: no plural form -}; -lin air_to_air_A = compoundA (mkA "air-to-air"); -lin air_to_ground_A = compoundA (mkA "air-to-ground"); -lin airbed_N = mkN "airbed" "airbeds"; -lin airborne_A = compoundA (mkA "airborne"); -lin airbrake_N = mkN "airbrake" "airbrakes"; -lin aircraft_N = mkN "aircraft" "aircraft"; -lin aircraftman_N = mkN "aircraftman" "aircraftmen" {- FIXME: guessed plural form -}; -lin aircrew_N = mkN "aircrew" "aircrews"; -lin airdrie_PN = mkPN "Airdrie"; -lin airdrome_N = mkN "airdrome" "airdromes"; -lin aireborough_PN = mkPN "Aireborough"; -lin airedale_N = mkN "airedale" "airedales"; -lin airfield_N = mkN "airfield" "airfields"; -lin airflow_N = mkN "airflow" "airflows"; -lin airframe_N = mkN "airframe" "airframes"; -lin airily_Adv = mkAdv "airily"; -lin airing_N = mkN "airing" "airings"; -lin airing_cupboard_N = mkN "airing-cupboard" "airing-cupboards"; -lin airless_A = compoundA (mkA "airless"); -lin airline_N = mkN "airline" "airlines"; -lin airliner_N = mkN "airliner" "airliners"; -lin airmail_N = mkN "airmail" "-" {- FIXME: no plural form -}; -lin airman_N = mkN "airman" "airmen" {- FIXME: guessed plural form -}; -lin airplane_N = mkN "airplane" "airplanes"; -lin airport_N = mkN "airport" "airports"; -lin airscrew_N = mkN "airscrew" "airscrews"; -lin airship_N = mkN "airship" "airships"; -lin airstrip_N = mkN "airstrip" "airstrips"; -lin airtight_A = compoundA (mkA "airtight"); -lin airway_N = mkN "airway" "airways"; -lin airwoman_N = mkN "airwoman" "airwomen" {- FIXME: guessed plural form -}; -lin airworthiness_N = mkN "airworthiness" "-" {- FIXME: no plural form -}; -lin airworthy_A = compoundA (mkA "airworthy"); -lin airy_A = compoundA (mkA "airy"); -lin aisle_N = mkN "aisle" "aisles"; -lin aitch_N = mkN "aitch" "aitches"; -lin aitch_bone_N = mkN "aitch-bone" "aitch-bones"; -lin ajar_A = compoundA (mkA "ajar"); -lin akimbo_Adv = mkAdv "akimbo"; -lin akin_A = compoundA (mkA "akin"); -lin akron_PN = mkPN "Akron"; -lin al_PN = mkPN "Al"; -lin alabama_PN = mkPN "Alabama"; -lin alabaster_A = compoundA (mkA "alabaster"); -lin alabaster_N = mkN "alabaster" "-" {- FIXME: no plural form -}; -lin alacrity_N = mkN "alacrity" "-" {- FIXME: no plural form -}; -lin alan_PN = mkPN "Alan"; -lin alarm_N = mkN "alarm" "alarms"; -lin alarm_V2 = mkV2 (mkV "alarm" "alarms" "alarmed" "alarmed" "alarming"); -lin alarm_clock_N = mkN "alarm-clock" "alarm-clocks"; -lin alarming_A = compoundA (mkA "alarming"); -lin alarmingly_Adv = mkAdv "alarmingly"; -lin alarmist_N = mkN "alarmist" "alarmists"; -lin alaska_PN = mkPN "Alaska"; -lin alb_N = mkN "alb" "albs"; -lin albania_PN = mkPN "Albania"; -lin albanian_A = compoundA (mkA "albanian"); -lin albanian_N = mkN "albanian" "albanians"; -lin albatross_N = mkN "albatross" "albatrosses"; -lin albert_PN = mkPN "Albert"; -lin alberta_PN = mkPN "Alberta"; -lin albino_N = mkN "albino" "albinos"; -lin album_N = mkN "album" "albums"; -lin albumen_N = mkN "albumen" "-" {- FIXME: no plural form -}; -lin alchemist_N = mkN "alchemist" "alchemists"; -lin alchemy_N = mkN "alchemy" "-" {- FIXME: no plural form -}; -lin alcohol_N = mkN "alcohol" "alcohols"; -lin alcoholic_A = compoundA (mkA "alcoholic"); -lin alcoholic_N = mkN "alcoholic" "alcoholics"; -lin alcoholism_N = mkN "alcoholism" "-" {- FIXME: no plural form -}; -lin alcove_N = mkN "alcove" "alcoves"; -lin alder_N = mkN "alder" "alders"; -lin alderman_N = mkN "alderman" "aldermen" {- FIXME: guessed plural form -}; -lin aldermanic_A = compoundA (mkA "aldermanic"); -lin aldershot_PN = mkPN "Aldershot"; -lin ale_N = mkN "ale" "ales"; -lin ale_house_N = mkN "ale-house" "ale-houses"; -lin alee_A = compoundA (mkA "alee"); -lin alee_Adv = mkAdv "alee"; -lin aleppo_PN = mkPN "Aleppo"; -lin alert_A = compoundA (mkA "alert"); -lin alert_N = mkN "alert" "alerts"; -lin alert_V2 = mkV2 (mkV "alert" "alerts" "alerted" "alerted" "alerting"); -lin alertly_Adv = mkAdv "alertly"; -lin alertness_N = mkN "alertness" "-" {- FIXME: no plural form -}; -lin alessandria_PN = mkPN "Alessandria"; -lin alex_PN = mkPN "Alex"; -lin alexander_PN = mkPN "Alexander"; -lin alexandra_PN = mkPN "Alexandra"; -lin alexandria_PN = mkPN "Alexandria"; -lin alexandrine_N = mkN "alexandrine" "alexandrines"; -lin alexia_N = mkN "alexia" "-" {- FIXME: no plural form -}; -lin alexic_A = compoundA (mkA "alexic"); -lin alexic_N = mkN "alexic" "alexics"; -lin alf_PN = mkPN "Alf"; -lin alfalfa_N = mkN "alfalfa" "-" {- FIXME: no plural form -}; -lin alfred_PN = mkPN "Alfred"; -lin alfresco_A = compoundA (mkA "alfresco"); -lin alfresco_Adv = mkAdv "alfresco"; -lin alfreton_PN = mkPN "Alfreton"; -lin alga_N = mkN "alga" "algae" {- FIXME: guessed plural form -}; -lin algebra_N = mkN "algebra" "algebras"; -lin algebraic_A = compoundA (mkA "algebraic"); -lin algebraical_A = compoundA (mkA "algebraical"); -lin algebraically_Adv = mkAdv "algebraically"; -lin alger_PN = mkPN "Alger"; -lin algeria_PN = mkPN "Algeria"; -lin algerian_A = compoundA (mkA "algerian"); -lin algerian_N = mkN "algerian" "algerians"; -lin ali_PN = mkPN "Ali"; -lin alias_Adv = mkAdv "alias"; -lin alias_N = mkN "alias" "aliases"; -lin alibi_N = mkN "alibi" "alibis"; -lin alicante_PN = mkPN "Alicante"; -lin alice_PN = mkPN "Alice"; -lin alien_A = compoundA (mkA "alien"); -lin alien_N = mkN "alien" "aliens"; -lin alienate_V2 = mkV2 (mkV "alienate" "alienates" "alienated" "alienated" "alienating"); -lin alienation_N = mkN "alienation" "-" {- FIXME: no plural form -}; -lin alienist_N = mkN "alienist" "alienists"; -lin alight_A = compoundA (mkA "alight"); -lin alight_V = mkV "alight" "alights" "alighted" "alighted" "alighting"; -lin align_V = mkV "align" "aligns" "aligned" "aligned" "aligning"; -lin align_V2 = mkV2 (mkV "align" "aligns" "aligned" "aligned" "aligning"); -lin alignment_N = mkN "alignment" "alignments"; -lin alike_A = compoundA (mkA "alike"); -lin alike_Adv = mkAdv "alike"; -lin alimentary_A = compoundA (mkA "alimentary"); -lin alimony_N = mkN "alimony" "-" {- FIXME: no plural form -}; -lin alison_PN = mkPN "Alison"; -lin alive_A = compoundA (mkA "alive"); -lin alkali_N = mkN "alkali" "alkalis"; -lin alkaline_A = compoundA (mkA "alkaline"); -lin all_A = compoundA (mkA "all"); -lin all_Adv = mkAdv "all"; -lin all_N = mkN "all" "IRREG"; -lin all_mains_A = compoundA (mkA "all-mains"); -lin all_round_A = compoundA (mkA "all-round"); -lin all_rounder_N = mkN "all-rounder" "all-rounders"; -lin allah_PN = mkPN "Allah"; -lin allahabad_PN = mkPN "Allahabad"; -lin allan_PN = mkPN "Allan"; -lin allay_V2 = mkV2 (mkV "allay" "allays" "allayed" "allayed" "allaying"); -lin allegation_N = mkN "allegation" "allegations"; -lin allege_V2 = mkV2 (mkV "allege" "alleges" "alleged" "alleged" "alleging"); -lin allegedly_Adv = mkAdv "allegedly"; -lin allegiance_N = mkN "allegiance" "-" {- FIXME: no plural form -}; -lin allegoric_A = compoundA (mkA "allegoric"); -lin allegorical_A = compoundA (mkA "allegorical"); -lin allegory_N = mkN "allegory" "allegories"; -lin allegretto_A = compoundA (mkA "allegretto"); -lin allegretto_Adv = mkAdv "allegretto"; -lin allegretto_N = mkN "allegretto" "allegrettos"; -lin allegro_A = compoundA (mkA "allegro"); -lin allegro_Adv = mkAdv "allegro"; -lin allegro_N = mkN "allegro" "allegros"; -lin allen_PN = mkPN "Allen"; -lin allergen_N = mkN "allergen" "allergens"; -lin allergic_A = compoundA (mkA "allergic"); -lin allergy_N = mkN "allergy" "allergies"; -lin alleviate_V2 = mkV2 (mkV "alleviate" "alleviates" "alleviated" "alleviated" "alleviating"); -lin alleviation_N = mkN "alleviation" "alleviations"; -lin alley_N = mkN "alley" "alleys"; -lin alleyway_N = mkN "alleyway" "alleyways"; -lin alliance_N = mkN "alliance" "alliances"; -lin alligator_N = mkN "alligator" "alligators"; -lin alliteration_N = mkN "alliteration" "-" {- FIXME: no plural form -}; -lin alliterative_A = compoundA (mkA "alliterative"); -lin alliteratively_Adv = mkAdv "alliteratively"; -lin alloa_PN = mkPN "Alloa"; -lin allocate_V2 = mkV2 (mkV "allocate" "allocates" "allocated" "allocated" "allocating"); -lin allocation_N = mkN "allocation" "allocations"; -lin allot_V2 = mkV2 (mkV "allot" "allots" "allotted" "allotted" "allotting"); -lin allotment_N = mkN "allotment" "allotments"; -lin allow_V = mkV "allow" "allows" "allowed" "allowed" "allowing"; -lin allow_V2 = mkV2 (mkV "allow" "allows" "allowed" "allowed" "allowing"); -lin allowable_A = compoundA (mkA "allowable"); -lin allowance_N = mkN "allowance" "allowances"; -lin alloy_N = mkN "alloy" "alloys"; -lin alloy_V2 = mkV2 (mkV "alloy" "alloys" "alloyed" "alloyed" "alloying"); -lin allspice_N = mkN "allspice" "-" {- FIXME: no plural form -}; -lin allude_V = mkV "allude" "alludes" "alluded" "alluded" "alluding"; -lin allure_N = mkN "allure" "allures"; -lin allure_V2 = mkV2 (mkV "allure" "allures" "allured" "allured" "alluring"); -lin allurement_N = mkN "allurement" "allurements"; -lin alluring_A = compoundA (mkA "alluring"); -lin allusion_N = mkN "allusion" "allusions"; -lin allusive_A = compoundA (mkA "allusive"); -lin alluvial_A = compoundA (mkA "alluvial"); -lin ally_N = mkN "ally" "allies"; -lin ally_V2 = mkV2 (mkV "ally" "allies" "allied" "allied" "allying"); -lin alma_ata_PN = mkPN "Alma-ata"; -lin alma_mater_N = mkN "alma mater" "alma maters"; -lin almanac_N = mkN "almanac" "almanacs"; -lin almeria_PN = mkPN "Almeria"; -lin almighty_A = compoundA (mkA "almighty"); -lin almighty_N = mkN "almighty" "IRREG"; -lin almond_N = mkN "almond" "almonds"; -lin almond_eyed_A = compoundA (mkA "almond-eyed"); -lin almoner_N = mkN "almoner" "almoners"; -lin almost_Adv = mkAdv "almost"; -lin alms_box_N = mkN "alms-box" "alms-boxes"; -lin alms_giving_N = mkN "alms-giving" "-" {- FIXME: no plural form -}; -lin alms_house_N = mkN "alms-house" "alms-houses"; -lin alnwick_PN = mkPN "Alnwick"; -lin aloe_N = mkN "aloe" "aloes"; -lin aloft_Adv = mkAdv "aloft"; -lin alone_A = compoundA (mkA "alone"); -lin alone_Adv = mkAdv "alone"; -lin along_Adv = mkAdv "along"; -lin alongside_Adv = mkAdv "alongside"; -lin aloof_A = compoundA (mkA "aloof"); -lin aloof_Adv = mkAdv "aloof"; -lin aloofness_N = mkN "aloofness" "-" {- FIXME: no plural form -}; -lin aloud_Adv = mkAdv "aloud"; -lin alp_N = mkN "alp" "alps"; -lin alpaca_N = mkN "alpaca" "alpacas"; -lin alpenstock_N = mkN "alpenstock" "alpenstocks"; -lin alpha_N = mkN "alpha" "alphas"; -lin alphabet_N = mkN "alphabet" "alphabets"; -lin alphabetical_A = compoundA (mkA "alphabetical"); -lin alphabetically_Adv = mkAdv "alphabetically"; -lin alpine_A = compoundA (mkA "alpine"); -lin alpinist_N = mkN "alpinist" "alpinists"; -lin already_Adv = mkAdv "already"; -lin alright_A = compoundA (mkA "alright"); -lin alright_Adv = mkAdv "alright"; -lin alsatian_N = mkN "alsatian" "alsatians"; -lin also_Adv = mkAdv "also"; -lin also_ran_N = mkN "also-ran" "also-rans"; -lin altar_N = mkN "altar" "altars"; -lin altar_piece_N = mkN "altar-piece" "altar-pieces"; -lin alter_V = mkV "alter" "alters" "altered" "altered" "altering"; -lin alter_V2 = mkV2 (mkV "alter" "alters" "altered" "altered" "altering"); -lin alter_ego_N = mkN "alter ego" "alter egos"; -lin alterable_A = compoundA (mkA "alterable"); -lin alteration_N = mkN "alteration" "alterations"; -lin altercation_N = mkN "altercation" "altercations"; -lin alternate_A = compoundA (mkA "alternate"); -lin alternate_V = mkV "alternate" "alternates" "alternated" "alternated" "alternating"; -lin alternate_V2 = mkV2 (mkV "alternate" "alternates" "alternated" "alternated" "alternating"); -lin alternately_Adv = mkAdv "alternately"; -lin alternation_N = mkN "alternation" "alternations"; -lin alternative_A = compoundA (mkA "alternative"); -lin alternative_N = mkN "alternative" "alternatives"; -lin alternatively_Adv = mkAdv "alternatively"; -lin altimeter_N = mkN "altimeter" "altimeters"; -lin altitude_N = mkN "altitude" "altitudes"; -lin alto_N = mkN "alto" "altos"; -lin altogether_Adv = mkAdv "altogether"; -lin alton_PN = mkPN "Alton"; -lin altrincham_PN = mkPN "Altrincham"; -lin altruism_N = mkN "altruism" "altruisms"; -lin altruist_N = mkN "altruist" "altruists"; -lin altruistic_A = compoundA (mkA "altruistic"); -lin altruistically_Adv = mkAdv "altruistically"; -lin alum_N = mkN "alum" "-" {- FIXME: no plural form -}; -lin aluminium_N = mkN "aluminium" "-" {- FIXME: no plural form -}; -lin alumna_N = mkN "alumna" "alumnae" {- FIXME: guessed plural form -}; -lin alumnus_N = mkN "alumnus" "alumni" {- FIXME: guessed plural form -}; -lin alvechurch_PN = mkPN "Alvechurch"; -lin alveolar_A = compoundA (mkA "alveolar"); -lin alveolar_N = mkN "alveolar" "alveolars"; -lin always_Adv = mkAdv "always"; -lin amah_N = mkN "amah" "amahs"; -lin amain_Adv = mkAdv "amain"; -lin amalgam_N = mkN "amalgam" "amalgams"; -lin amalgamate_V = mkV "amalgamate" "amalgamates" "amalgamated" "amalgamated" "amalgamating"; -lin amalgamate_V2 = mkV2 (mkV "amalgamate" "amalgamates" "amalgamated" "amalgamated" "amalgamating"); -lin amalgamation_N = mkN "amalgamation" "amalgamations"; -lin amanda_PN = mkPN "Amanda"; -lin amanuensis_N = mkN "amanuensis" "amanuenses" {- FIXME: guessed plural form -}; -lin amaryllis_N = mkN "amaryllis" "amaryllises"; -lin amass_V2 = mkV2 (mkV "amass" "amasses" "amassed" "amassed" "amassing"); -lin amateur_N = mkN "amateur" "amateurs"; -lin amateurish_A = compoundA (mkA "amateurish"); -lin amateurism_N = mkN "amateurism" "-" {- FIXME: no plural form -}; -lin amatory_A = compoundA (mkA "amatory"); -lin amaze_V2 = mkV2 (mkV "amaze" "amazes" "amazed" "amazed" "amazing"); -lin amazement_N = mkN "amazement" "-" {- FIXME: no plural form -}; -lin amazing_A = compoundA (mkA "amazing"); -lin amazingly_Adv = mkAdv "amazingly"; -lin amazon_N = mkN "amazon" "amazons"; -lin ambassador_N = mkN "ambassador" "ambassadors"; -lin ambassadorial_A = compoundA (mkA "ambassadorial"); -lin ambassadress_N = mkN "ambassadress" "ambassadresses"; -lin amber_N = mkN "amber" "-" {- FIXME: no plural form -}; -lin ambergris_N = mkN "ambergris" "-" {- FIXME: no plural form -}; -lin ambidextrous_A = compoundA (mkA "ambidextrous"); -lin ambience_N = mkN "ambience" "IRREG"; -lin ambient_A = compoundA (mkA "ambient"); -lin ambiguity_N = mkN "ambiguity" "ambiguities"; -lin ambiguous_A = compoundA (mkA "ambiguous"); -lin ambiguously_Adv = mkAdv "ambiguously"; -lin ambit_N = mkN "ambit" "ambits"; -lin ambition_N = mkN "ambition" "ambitions"; -lin ambitious_A = compoundA (mkA "ambitious"); -lin ambitiously_Adv = mkAdv "ambitiously"; -lin ambivalence_N = mkN "ambivalence" "-" {- FIXME: no plural form -}; -lin ambivalent_A = compoundA (mkA "ambivalent"); -lin amble_N = mkN "amble" "ambles"; -lin amble_V = mkV "amble" "ambles" "ambled" "ambled" "ambling"; -lin ambrosia_N = mkN "ambrosia" "-" {- FIXME: no plural form -}; -lin ambulance_N = mkN "ambulance" "ambulances"; -lin ambuscade_N = mkN "ambuscade" "ambuscades"; -lin ambuscade_V2 = mkV2 (mkV "ambuscade" "ambuscades" "ambuscaded" "ambuscaded" "ambuscading"); -lin ambush_N = mkN "ambush" "ambushes"; -lin ambush_V2 = mkV2 (mkV "ambush" "ambushes" "ambushed" "ambushed" "ambushing"); -lin ameba_N = mkN "ameba" "amebas"; -lin ameer_N = mkN "ameer" "ameers"; -lin ameliorate_V = mkV "ameliorate" "ameliorates" "ameliorated" "ameliorated" "ameliorating"; -lin ameliorate_V2 = mkV2 (mkV "ameliorate" "ameliorates" "ameliorated" "ameliorated" "ameliorating"); -lin amelioration_N = mkN "amelioration" "ameliorations"; -lin amenable_A = compoundA (mkA "amenable"); -lin amend_V = mkV "amend" "amends" "amended" "amended" "amending"; -lin amend_V2 = mkV2 (mkV "amend" "amends" "amended" "amended" "amending"); -lin amendable_A = compoundA (mkA "amendable"); -lin amendment_N = mkN "amendment" "amendments"; -lin amenity_N = mkN "amenity" "amenities"; -lin america_PN = mkPN "America"; -lin american_A = compoundA (mkA "american"); -lin american_N = mkN "american" "americans"; -lin americanism_N = mkN "americanism" "americanisms"; -lin amesbury_PN = mkPN "Amesbury"; -lin amethyst_N = mkN "amethyst" "amethysts"; -lin amharic_N = mkN "amharic" "-" {- FIXME: no plural form -}; -lin amiability_N = mkN "amiability" "-" {- FIXME: no plural form -}; -lin amiable_A = compoundA (mkA "amiable"); -lin amiably_Adv = mkAdv "amiably"; -lin amicability_N = mkN "amicability" "-" {- FIXME: no plural form -}; -lin amicable_A = compoundA (mkA "amicable"); -lin amicably_Adv = mkAdv "amicably"; -lin amidships_Adv = mkAdv "amidships"; -lin amiens_PN = mkPN "Amiens"; -lin amir_N = mkN "amir" "amirs"; -lin amiss_A = compoundA (mkA "amiss"); -lin amiss_Adv = mkAdv "amiss"; -lin amity_N = mkN "amity" "-" {- FIXME: no plural form -}; -lin ammanford_PN = mkPN "Ammanford"; -lin ammeter_N = mkN "ammeter" "ammeters"; -lin ammonia_N = mkN "ammonia" "-" {- FIXME: no plural form -}; -lin ammoniated_A = compoundA (mkA "ammoniated"); -lin ammonite_N = mkN "ammonite" "ammonites"; -lin ammunition_N = mkN "ammunition" "-" {- FIXME: no plural form -}; -lin amnesia_N = mkN "amnesia" "-" {- FIXME: no plural form -}; -lin amnesty_N = mkN "amnesty" "amnesties"; -lin amoeba_N = mkN "amoeba" "amoebas"; -lin amoebic_A = compoundA (mkA "amoebic"); -lin amok_Adv = mkAdv "amok"; -lin amoral_A = compoundA (mkA "amoral"); -lin amorous_A = compoundA (mkA "amorous"); -lin amorously_Adv = mkAdv "amorously"; -lin amorphous_A = compoundA (mkA "amorphous"); -lin amortization_N = mkN "amortization" "amortizations"; -lin amortize_V2 = mkV2 (mkV "amortize" "amortizes" "amortized" "amortized" "amortizing"); -lin amount_N = mkN "amount" "amounts"; -lin amount_V = mkV "amount" "amounts" "amounted" "amounted" "amounting"; -lin amour_N = mkN "amour" "amours"; -lin amour_propre_N = mkN "amour-propre" "-" {- FIXME: no plural form -}; -lin amp_N = mkN "amp" "amps"; -lin ampere_N = mkN "ampere" "amperes"; -lin amphetamine_N = mkN "amphetamine" "amphetamines"; -lin amphibian_N = mkN "amphibian" "amphibians"; -lin amphibious_A = compoundA (mkA "amphibious"); -lin amphitheatre_N = mkN "amphitheatre" "amphitheatres"; -lin amphora_N = mkN "amphora" "amphoras"; -lin ample_A = mkA "ample" "ampler"; -lin amplification_N = mkN "amplification" "amplifications"; -lin amplifier_N = mkN "amplifier" "amplifiers"; -lin amplify_V2 = mkV2 (mkV "amplify" "amplifies" "amplified" "amplified" "amplifying"); -lin amplitude_N = mkN "amplitude" "-" {- FIXME: no plural form -}; -lin amply_Adv = mkAdv "amply"; -lin ampoule_N = mkN "ampoule" "ampoules"; -lin amputate_V2 = mkV2 (mkV "amputate" "amputates" "amputated" "amputated" "amputating"); -lin amputation_N = mkN "amputation" "amputations"; -lin amsterdam_PN = mkPN "Amsterdam"; -lin amuck_Adv = mkAdv "amuck"; -lin amulet_N = mkN "amulet" "amulets"; -lin amuse_V2 = mkV2 (mkV "amuse" "amuses" "amused" "amused" "amusing"); -lin amusement_N = mkN "amusement" "amusements"; -lin amusing_A = compoundA (mkA "amusing"); -lin amusingly_Adv = mkAdv "amusingly"; -lin amy_PN = mkPN "Amy"; -lin anachronism_N = mkN "anachronism" "anachronisms"; -lin anachronistic_A = compoundA (mkA "anachronistic"); -lin anaconda_N = mkN "anaconda" "anacondas"; -lin anaemia_N = mkN "anaemia" "-" {- FIXME: no plural form -}; -lin anaemic_A = compoundA (mkA "anaemic"); -lin anaesthesia_N = mkN "anaesthesia" "-" {- FIXME: no plural form -}; -lin anaesthetic_A = compoundA (mkA "anaesthetic"); -lin anaesthetic_N = mkN "anaesthetic" "anaesthetics"; -lin anaesthetist_N = mkN "anaesthetist" "anaesthetists"; -lin anaesthetize_V2 = mkV2 (mkV "anaesthetize" "anaesthetizes" "anaesthetized" "anaesthetized" "anaesthetizing"); -lin anagram_N = mkN "anagram" "anagrams"; -lin anal_A = compoundA (mkA "anal"); -lin analgesia_N = mkN "analgesia" "-" {- FIXME: no plural form -}; -lin analgesic_N = mkN "analgesic" "analgesics"; -lin analog_N = mkN "analog" "analogs"; -lin analogous_A = compoundA (mkA "analogous"); -lin analogously_Adv = mkAdv "analogously"; -lin analogue_N = mkN "analogue" "analogues"; -lin analogy_N = mkN "analogy" "analogies"; -lin analyse_V2 = mkV2 (mkV "analyse" "analyses" "analysed" "analysed" "analysing"); -lin analysis_N = mkN "analysis" "analyses" {- FIXME: guessed plural form -}; -lin analyst_N = mkN "analyst" "analysts"; -lin analytic_A = compoundA (mkA "analytic"); -lin analytical_A = compoundA (mkA "analytical"); -lin analytically_Adv = mkAdv "analytically"; -lin analyze_V2 = mkV2 (mkV "analyze" "analyzes" "analyzed" "analyzed" "analyzing"); -lin anapaest_N = mkN "anapaest" "anapaests"; -lin anapaestic_A = compoundA (mkA "anapaestic"); -lin anarchic_A = compoundA (mkA "anarchic"); -lin anarchically_Adv = mkAdv "anarchically"; -lin anarchism_N = mkN "anarchism" "-" {- FIXME: no plural form -}; -lin anarchist_N = mkN "anarchist" "anarchists"; -lin anarchy_N = mkN "anarchy" "-" {- FIXME: no plural form -}; -lin anathema_N = mkN "anathema" "anathemas"; -lin anathematize_V = mkV "anathematize" "anathematizes" "anathematized" "anathematized" "anathematizing"; -lin anathematize_V2 = mkV2 (mkV "anathematize" "anathematizes" "anathematized" "anathematized" "anathematizing"); -lin anatomical_A = compoundA (mkA "anatomical"); -lin anatomically_Adv = mkAdv "anatomically"; -lin anatomist_N = mkN "anatomist" "anatomists"; -lin anatomy_N = mkN "anatomy" "-" {- FIXME: no plural form -}; -lin ancestor_N = mkN "ancestor" "ancestors"; -lin ancestral_A = compoundA (mkA "ancestral"); -lin ancestress_N = mkN "ancestress" "ancestresses"; -lin ancestry_N = mkN "ancestry" "ancestries"; -lin anchor_N = mkN "anchor" "anchors"; -lin anchor_V = mkV "anchor" "anchors" "anchored" "anchored" "anchoring"; -lin anchor_V2 = mkV2 (mkV "anchor" "anchors" "anchored" "anchored" "anchoring"); -lin anchorage_N = mkN "anchorage" "anchorages"; -lin anchorite_N = mkN "anchorite" "anchorites"; -lin anchorman_N = mkN "anchorman" "anchormen" {- FIXME: guessed plural form -}; -lin anchovy_N = mkN "anchovy" "anchovies"; -lin ancient_A = compoundA (mkA "ancient"); -lin ancillary_A = compoundA (mkA "ancillary"); -lin ancona_PN = mkPN "Ancona"; -lin andante_A = compoundA (mkA "andante"); -lin andante_Adv = mkAdv "andante"; -lin andante_N = mkN "andante" "andantes"; -lin andiron_N = mkN "andiron" "andirons"; -lin andorra_PN = mkPN "Andorra"; -lin andorran_A = compoundA (mkA "andorran"); -lin andorran_N = mkN "andorran" "andorrans"; -lin andover_PN = mkPN "Andover"; -lin andrew_PN = mkPN "Andrew"; -lin andy_PN = mkPN "Andy"; -lin anecdotal_A = compoundA (mkA "anecdotal"); -lin anecdote_N = mkN "anecdote" "anecdotes"; -lin anemometer_N = mkN "anemometer" "anemometers"; -lin anemone_N = mkN "anemone" "anemones"; -lin aneroid_A = compoundA (mkA "aneroid"); -lin aneroid_N = mkN "aneroid" "aneroids"; -lin anesthetic_A = compoundA (mkA "anesthetic"); -lin anesthetic_N = mkN "anesthetic" "anesthetics"; -lin anesthetist_N = mkN "anesthetist" "anesthetists"; -lin anesthetize_V2 = mkV2 (mkV "anesthetize" "anesthetizes" "anesthetized" "anesthetized" "anesthetizing"); -lin anew_Adv = mkAdv "anew"; -lin angel_N = mkN "angel" "angels"; -lin angela_PN = mkPN "Angela"; -lin angelic_A = compoundA (mkA "angelic"); -lin angelica_N = mkN "angelica" "-" {- FIXME: no plural form -}; -lin angelically_Adv = mkAdv "angelically"; -lin angelus_N = mkN "angelus" "angeluses"; -lin anger_N = mkN "anger" "-" {- FIXME: no plural form -}; -lin anger_V2 = mkV2 (mkV "anger" "angers" "angered" "angered" "angering"); -lin angers_PN = mkPN "Angers"; -lin angie_PN = mkPN "Angie"; -lin angina_N = mkN "angina" "-" {- FIXME: no plural form -}; -lin angle_N = mkN "angle" "angles"; -lin angle_V = mkV "angle" "angles" "angled" "angled" "angling"; -lin angle_V2 = mkV2 (mkV "angle" "angles" "angled" "angled" "angling"); -lin angle_dozer_N = mkN "angle-dozer" "angle-dozers"; -lin angle_iron_N = mkN "angle-iron" "angle-irons"; -lin angle_park_V = mkV "angle-park" "angle-parks" "angle-parked" "angle-parked" "angle-parking"; -lin angle_park_V2 = mkV2 (mkV "angle-park" "angle-parks" "angle-parked" "angle-parked" "angle-parking"); -lin angler_N = mkN "angler" "anglers"; -lin anglican_A = compoundA (mkA "anglican"); -lin anglican_N = mkN "anglican" "anglicans"; -lin anglicism_N = mkN "anglicism" "anglicisms"; -lin anglicize_V2 = mkV2 (mkV "anglicize" "anglicizes" "anglicized" "anglicized" "anglicizing"); -lin angling_N = mkN "angling" "-" {- FIXME: no plural form -}; -lin anglo_catholic_A = compoundA (mkA "anglo-catholic"); -lin anglo_catholic_N = mkN "anglo-catholic" "anglo-catholics"; -lin anglo_indian_A = compoundA (mkA "anglo-indian"); -lin anglo_indian_N = mkN "anglo-indian" "anglo-indians"; -lin anglo_saxon_A = compoundA (mkA "anglo-saxon"); -lin anglo_saxon_N = mkN "anglo-saxon" "anglo-saxons"; -lin anglomania_N = mkN "anglomania" "-" {- FIXME: no plural form -}; -lin anglophil_N = mkN "anglophil" "anglophils"; -lin anglophile_N = mkN "anglophile" "anglophiles"; -lin anglophobe_N = mkN "anglophobe" "anglophobes"; -lin anglophobia_N = mkN "anglophobia" "-" {- FIXME: no plural form -}; -lin angola_PN = mkPN "Angola"; -lin angolan_A = compoundA (mkA "angolan"); -lin angolan_N = mkN "angolan" "angolans"; -lin angora_N = mkN "angora" "angoras"; -lin angostura_N = mkN "angostura" "-" {- FIXME: no plural form -}; -lin angrily_Adv = mkAdv "angrily"; -lin angry_A = mkA "angry" "angrier"; -lin angst_N = mkN "angst" "-" {- FIXME: no plural form -}; -lin anguilla_PN = mkPN "Anguilla"; -lin anguillan_A = compoundA (mkA "anguillan"); -lin anguillan_N = mkN "anguillan" "anguillans"; -lin anguish_N = mkN "anguish" "-" {- FIXME: no plural form -}; -lin anguished_A = compoundA (mkA "anguished"); -lin angular_A = compoundA (mkA "angular"); -lin angularity_N = mkN "angularity" "angularities"; -lin angus_PN = mkPN "Angus"; -lin aniline_N = mkN "aniline" "anilines"; -lin animadversion_N = mkN "animadversion" "animadversions"; -lin animadvert_V = mkV "animadvert" "animadverts" "animadverted" "animadverted" "animadverting"; -lin animal_N = mkN "animal" "animals"; -lin animalcule_N = mkN "animalcule" "animalcules"; -lin animate_A = compoundA (mkA "animate"); -lin animate_V2 = mkV2 (mkV "animate" "animates" "animated" "animated" "animating"); -lin animatedly_A = compoundA (mkA "animatedly"); -lin animation_N = mkN "animation" "-" {- FIXME: no plural form -}; -lin animism_N = mkN "animism" "-" {- FIXME: no plural form -}; -lin animosity_N = mkN "animosity" "animosities"; -lin animus_N = mkN "animus" "-" {- FIXME: no plural form -}; -lin anise_N = mkN "anise" "anises"; -lin aniseed_N = mkN "aniseed" "-" {- FIXME: no plural form -}; -lin anita_PN = mkPN "Anita"; -lin ankara_PN = mkPN "Ankara"; -lin ankle_N = mkN "ankle" "ankles"; -lin anklet_N = mkN "anklet" "anklets"; -lin ann_PN = mkPN "Ann"; -lin anna_N = mkN "anna" "annas"; -lin annabel_PN = mkPN "Annabel"; -lin annalist_N = mkN "annalist" "annalists"; -lin annan_PN = mkPN "Annan"; -lin anne_PN = mkPN "Anne"; -lin anneal_V2 = mkV2 (mkV "anneal" "anneals" "annealed" "annealed" "annealing"); -lin annex_N = mkN "annex" "annexes"; -lin annex_V2 = mkV2 (mkV "annex" "annexes" "annexed" "annexed" "annexing"); -lin annexation_N = mkN "annexation" "-" {- FIXME: no plural form -}; -lin annexe_N = mkN "annexe" "annexes"; -lin annfield_PN = mkPN "Annfield"; -lin annfield_plain_PN = mkPN "Annfield plain"; -lin annie_PN = mkPN "Annie"; -lin annihilate_V2 = mkV2 (mkV "annihilate" "annihilates" "annihilated" "annihilated" "annihilating"); -lin annihilation_N = mkN "annihilation" "-" {- FIXME: no plural form -}; -lin anniversary_N = mkN "anniversary" "anniversaries"; -lin annotate_V2 = mkV2 (mkV "annotate" "annotates" "annotated" "annotated" "annotating"); -lin annotation_N = mkN "annotation" "annotations"; -lin announce_V2 = mkV2 (mkV "announce" "announces" "announced" "announced" "announcing"); -lin announcement_N = mkN "announcement" "announcements"; -lin announcer_N = mkN "announcer" "announcers"; -lin annoy_V2 = mkV2 (mkV "annoy" "annoys" "annoyed" "annoyed" "annoying"); -lin annoyance_N = mkN "annoyance" "annoyances"; -lin annoying_A = compoundA (mkA "annoying"); -lin annual_A = compoundA (mkA "annual"); -lin annual_N = mkN "annual" "annuals"; -lin annually_Adv = mkAdv "annually"; -lin annuitant_N = mkN "annuitant" "annuitants"; -lin annuity_N = mkN "annuity" "annuities"; -lin annul_V2 = mkV2 (mkV "annul" "annuls" "annulled" "annulled" "annulling"); -lin annular_A = compoundA (mkA "annular"); -lin annulment_N = mkN "annulment" "annulments"; -lin annunciate_V2 = mkV2 (mkV "annunciate" "annunciates" "annunciated" "annunciated" "annunciating"); -lin annunciation_N = mkN "annunciation" "annunciations"; -lin anode_N = mkN "anode" "anodes"; -lin anodyne_A = compoundA (mkA "anodyne"); -lin anodyne_N = mkN "anodyne" "anodynes"; -lin anoint_V2 = mkV2 (mkV "anoint" "anoints" "anointed" "anointed" "anointing"); -lin anointment_N = mkN "anointment" "anointments"; -lin anomalous_A = compoundA (mkA "anomalous"); -lin anomalously_Adv = mkAdv "anomalously"; -lin anomaly_N = mkN "anomaly" "anomalies"; -lin anon_Adv = mkAdv "anon"; -lin anon_PN = mkPN "Anon"; -lin anonymity_N = mkN "anonymity" "-" {- FIXME: no plural form -}; -lin anonymous_A = compoundA (mkA "anonymous"); -lin anonymously_Adv = mkAdv "anonymously"; -lin anopheles_N = mkN "anopheles" "anopheles"; -lin anorak_N = mkN "anorak" "anoraks"; -lin another_A = compoundA (mkA "another"); -lin anshan_PN = mkPN "Anshan"; -lin answer_N = mkN "answer" "answers"; -lin answer_V = mkV "answer" "answers" "answered" "answered" "answering"; -lin answer_V2 = mkV2 (mkV "answer" "answers" "answered" "answered" "answering"); -lin answerable_A = compoundA (mkA "answerable"); -lin ant_N = mkN "ant" "ants"; -lin ant_eater_N = mkN "ant-eater" "ant-eaters"; -lin ant_hill_N = mkN "ant-hill" "ant-hills"; -lin antagonism_N = mkN "antagonism" "antagonisms"; -lin antagonist_N = mkN "antagonist" "antagonists"; -lin antagonistic_A = compoundA (mkA "antagonistic"); -lin antagonistically_Adv = mkAdv "antagonistically"; -lin antagonize_V2 = mkV2 (mkV "antagonize" "antagonizes" "antagonized" "antagonized" "antagonizing"); -lin antarctic_A = compoundA (mkA "antarctic"); -lin ante_N = mkN "ante" "antes"; -lin ante_meridiem_Adv = mkAdv "ante meridiem"; -lin antecedence_N = mkN "antecedence" "antecedences"; -lin antecedent_A = compoundA (mkA "antecedent"); -lin antecedent_N = mkN "antecedent" "antecedents"; -lin antechamber_N = mkN "antechamber" "antechambers"; -lin antedate_V2 = mkV2 (mkV "antedate" "antedates" "antedated" "antedated" "antedating"); -lin antediluvian_A = compoundA (mkA "antediluvian"); -lin antediluvian_N = mkN "antediluvian" "antediluvians"; -lin antelope_N = mkN "antelope" "antelopes"; -lin antenatal_A = compoundA (mkA "antenatal"); -lin antenna_N = mkN "antenna" "antennae" {- FIXME: guessed plural form -}; -lin antenuptial_A = compoundA (mkA "antenuptial"); -lin antepenultimate_A = compoundA (mkA "antepenultimate"); -lin anterior_A = compoundA (mkA "anterior"); -lin anteroom_N = mkN "anteroom" "anterooms"; -lin anthea_PN = mkPN "Anthea"; -lin anthem_N = mkN "anthem" "anthems"; -lin anther_N = mkN "anther" "anthers"; -lin anthology_N = mkN "anthology" "anthologies"; -lin anthony_PN = mkPN "Anthony"; -lin anthracite_N = mkN "anthracite" "-" {- FIXME: no plural form -}; -lin anthrax_N = mkN "anthrax" "-" {- FIXME: no plural form -}; -lin anthropoid_A = compoundA (mkA "anthropoid"); -lin anthropoid_N = mkN "anthropoid" "anthropoids"; -lin anthropological_A = compoundA (mkA "anthropological"); -lin anthropologist_N = mkN "anthropologist" "anthropologists"; -lin anthropology_N = mkN "anthropology" "-" {- FIXME: no plural form -}; -lin anti_aircraft_A = compoundA (mkA "anti-aircraft"); -lin anti_hero_N = mkN "anti-hero" "anti-heroes"; -lin anti_personnel_A = compoundA (mkA "anti-personnel"); -lin anti_semite_A = compoundA (mkA "anti-semite"); -lin anti_semite_N = mkN "anti-semite" "anti-semites"; -lin anti_semitic_A = compoundA (mkA "anti-semitic"); -lin anti_semitism_N = mkN "anti-semitism" "-" {- FIXME: no plural form -}; -lin antibiotic_A = compoundA (mkA "antibiotic"); -lin antibiotic_N = mkN "antibiotic" "antibiotics"; -lin antibody_N = mkN "antibody" "antibodies"; -lin antic_N = mkN "antic" "antics"; -lin anticipate_V2 = mkV2 (mkV "anticipate" "anticipates" "anticipated" "anticipated" "anticipating"); -lin anticipation_N = mkN "anticipation" "anticipations"; -lin anticipatory_A = compoundA (mkA "anticipatory"); -lin anticlimax_N = mkN "anticlimax" "anticlimaxes"; -lin anticlockwise_Adv = mkAdv "anticlockwise"; -lin anticyclone_N = mkN "anticyclone" "anticyclones"; -lin antidote_N = mkN "antidote" "antidotes"; -lin antifreeze_N = mkN "antifreeze" "-" {- FIXME: no plural form -}; -lin antigua_PN = mkPN "Antigua"; -lin antiguan_A = compoundA (mkA "antiguan"); -lin antiguan_N = mkN "antiguan" "antiguans"; -lin antiknock_N = mkN "antiknock" "-" {- FIXME: no plural form -}; -lin antilogarithm_N = mkN "antilogarithm" "antilogarithms"; -lin antimacassar_N = mkN "antimacassar" "antimacassars"; -lin antimony_N = mkN "antimony" "-" {- FIXME: no plural form -}; -lin antipathetic_A = compoundA (mkA "antipathetic"); -lin antipathy_N = mkN "antipathy" "antipathies"; -lin antiquarian_A = compoundA (mkA "antiquarian"); -lin antiquarian_N = mkN "antiquarian" "antiquarians"; -lin antiquary_N = mkN "antiquary" "antiquaries"; -lin antiquated_A = compoundA (mkA "antiquated"); -lin antique_A = compoundA (mkA "antique"); -lin antique_N = mkN "antique" "antiques"; -lin antiquity_N = mkN "antiquity" "antiquities"; -lin antirrhinum_N = mkN "antirrhinum" "antirrhinums"; -lin antiseptic_A = compoundA (mkA "antiseptic"); -lin antiseptic_N = mkN "antiseptic" "antiseptics"; -lin antisocial_A = compoundA (mkA "antisocial"); -lin antitank_A = compoundA (mkA "antitank"); -lin antithesis_N = mkN "antithesis" "antitheses" {- FIXME: guessed plural form -}; -lin antithetic_A = compoundA (mkA "antithetic"); -lin antithetical_A = compoundA (mkA "antithetical"); -lin antithetically_Adv = mkAdv "antithetically"; -lin antitoxin_N = mkN "antitoxin" "antitoxins"; -lin antitrade_A = compoundA (mkA "antitrade"); -lin antitrade_N = mkN "antitrade" "antitrades"; -lin antler_N = mkN "antler" "antlers"; -lin antony_PN = mkPN "Antony"; -lin antonym_N = mkN "antonym" "antonyms"; -lin antrim_PN = mkPN "Antrim"; -lin antwerp_PN = mkPN "Antwerp"; -lin anus_N = mkN "anus" "anuses"; -lin anvil_N = mkN "anvil" "anvils"; -lin anxiety_N = mkN "anxiety" "anxieties"; -lin anxious_A = compoundA (mkA "anxious"); -lin anxiously_Adv = mkAdv "anxiously"; -lin any_A = compoundA (mkA "any"); -lin any_Adv = mkAdv "any"; -lin anybody_N = mkN "anybody" "IRREG"; -lin anyhow_Adv = mkAdv "anyhow"; -lin anyone_N = mkN "anyone" "IRREG"; -lin anyplace_Adv = mkAdv "anyplace"; -lin anything_N = mkN "anything" "IRREG"; -lin anyway_Adv = mkAdv "anyway"; -lin anywhere_Adv = mkAdv "anywhere"; -lin aorta_N = mkN "aorta" "aortas"; -lin apace_Adv = mkAdv "apace"; -lin apache_N = mkN "apache" "apaches"; -lin apanage_N = mkN "apanage" "-" {- FIXME: no plural form -}; -lin apart_Adv = mkAdv "apart"; -lin apartheid_N = mkN "apartheid" "-" {- FIXME: no plural form -}; -lin apartment_N = mkN "apartment" "apartments"; -lin apathetic_A = compoundA (mkA "apathetic"); -lin apathetically_Adv = mkAdv "apathetically"; -lin apathy_N = mkN "apathy" "-" {- FIXME: no plural form -}; -lin ape_N = mkN "ape" "apes"; -lin ape_V2 = mkV2 (mkV "ape" "apes" "aped" "aped" "aping"); -lin apeldoorn_PN = mkPN "Apeldoorn"; -lin aperient_A = compoundA (mkA "aperient"); -lin aperient_N = mkN "aperient" "aperients"; -lin aperitif_N = mkN "aperitif" "aperitifs"; -lin aperture_N = mkN "aperture" "apertures"; -lin apex_N = mkN "apex" "apexes"; -lin aphasia_N = mkN "aphasia" "-" {- FIXME: no plural form -}; -lin aphid_N = mkN "aphid" "aphids"; -lin aphis_N = mkN "aphis" "aphes" {- FIXME: guessed plural form -}; -lin aphorism_N = mkN "aphorism" "aphorisms"; -lin aphrodisiac_A = compoundA (mkA "aphrodisiac"); -lin aphrodisiac_N = mkN "aphrodisiac" "aphrodisiacs"; -lin apiarist_N = mkN "apiarist" "apiarists"; -lin apiary_N = mkN "apiary" "apiaries"; -lin apiculture_N = mkN "apiculture" "apicultures"; -lin apiece_Adv = mkAdv "apiece"; -lin apish_A = compoundA (mkA "apish"); -lin aplomb_N = mkN "aplomb" "-" {- FIXME: no plural form -}; -lin apocalypse_N = mkN "apocalypse" "apocalypses"; -lin apocalyptic_A = compoundA (mkA "apocalyptic"); -lin apocrypha_N = mkN "apocrypha" "apocrypha"; -lin apocryphal_A = compoundA (mkA "apocryphal"); -lin apogee_N = mkN "apogee" "apogees"; -lin apologetic_A = compoundA (mkA "apologetic"); -lin apologetically_Adv = mkAdv "apologetically"; -lin apologetics_N = mkN "apologetics" "apologetics"; -lin apologist_N = mkN "apologist" "apologists"; -lin apologize_V = mkV "apologize" "apologizes" "apologized" "apologized" "apologizing"; -lin apology_N = mkN "apology" "apologies"; -lin apophthegm_N = mkN "apophthegm" "apophthegms"; -lin apoplectic_A = compoundA (mkA "apoplectic"); -lin apoplexy_N = mkN "apoplexy" "-" {- FIXME: no plural form -}; -lin apostasy_N = mkN "apostasy" "apostasies"; -lin apostate_A = compoundA (mkA "apostate"); -lin apostate_N = mkN "apostate" "apostates"; -lin apostle_N = mkN "apostle" "apostles"; -lin apostolic_A = compoundA (mkA "apostolic"); -lin apostrophe_N = mkN "apostrophe" "apostrophes"; -lin apostrophize_V2 = mkV2 (mkV "apostrophize" "apostrophizes" "apostrophized" "apostrophized" "apostrophizing"); -lin apothecary_N = mkN "apothecary" "apothecaries"; -lin apothegm_N = mkN "apothegm" "apothegms"; -lin apotheosis_N = mkN "apotheosis" "apotheoses" {- FIXME: guessed plural form -}; -lin appal_V2 = mkV2 (mkV "appal" "appals" "appalled" "appalled" "appalling"); -lin appalling_A = compoundA (mkA "appalling"); -lin appallingly_Adv = mkAdv "appallingly"; -lin appanage_N = mkN "appanage" "-" {- FIXME: no plural form -}; -lin apparatus_N = mkN "apparatus" "apparatuses"; -lin apparel_N = mkN "apparel" "-" {- FIXME: no plural form -}; -lin apparel_V2 = mkV2 (mkV "apparel" "apparels" "apparelled" "apparelled" "apparelling"); -lin apparent_A = compoundA (mkA "apparent"); -lin apparently_Adv = mkAdv "apparently"; -lin apparition_N = mkN "apparition" "apparitions"; -lin appeal_N = mkN "appeal" "appeals"; -lin appeal_V = mkV "appeal" "appeals" "appealed" "appealed" "appealing"; -lin appealing_A = compoundA (mkA "appealing"); -lin appealingly_Adv = mkAdv "appealingly"; -lin appear_V = mkV "appear" "appears" "appeared" "appeared" "appearing"; -lin appearance_N = mkN "appearance" "appearances"; -lin appease_V2 = mkV2 (mkV "appease" "appeases" "appeased" "appeased" "appeasing"); -lin appeasement_N = mkN "appeasement" "-" {- FIXME: no plural form -}; -lin appellant_A = compoundA (mkA "appellant"); -lin appellant_N = mkN "appellant" "appellants"; -lin appellation_N = mkN "appellation" "appellations"; -lin append_V2 = mkV2 (mkV "append" "appends" "appended" "appended" "appending"); -lin appendage_N = mkN "appendage" "appendages"; -lin appendectomy_N = mkN "appendectomy" "appendectomies"; -lin appendicitis_N = mkN "appendicitis" "-" {- FIXME: no plural form -}; -lin appendix_N = mkN "appendix" "appendixes"; -lin appertain_V = mkV "appertain" "appertains" "appertained" "appertained" "appertaining"; -lin appetite_N = mkN "appetite" "appetites"; -lin appetizer_N = mkN "appetizer" "appetizers"; -lin appetizing_A = compoundA (mkA "appetizing"); -lin applaud_V = mkV "applaud" "applauds" "applauded" "applauded" "applauding"; -lin applaud_V2 = mkV2 (mkV "applaud" "applauds" "applauded" "applauded" "applauding"); -lin applause_N = mkN "applause" "-" {- FIXME: no plural form -}; -lin apple_N = mkN "apple" "apples"; -lin applejack_N = mkN "applejack" "-" {- FIXME: no plural form -}; -lin appliance_N = mkN "appliance" "appliances"; -lin applicability_N = mkN "applicability" "-" {- FIXME: no plural form -}; -lin applicable_A = compoundA (mkA "applicable"); -lin applicant_N = mkN "applicant" "applicants"; -lin application_N = mkN "application" "applications"; -lin applied_A = compoundA (mkA "applied"); -lin applique_N = mkN "appliqué" "-" {- FIXME: no plural form -}; -lin applique_V2 = mkV2 (mkV "appliqué" "appliqués" "appliquéed" "appliquéed" "appliquéing"); -lin apply_V = mkV "apply" "applies" "applied" "applied" "applying"; -lin apply_V2 = mkV2 (mkV "apply" "applies" "applied" "applied" "applying"); -lin appoint_V2 = mkV2 (mkV "appoint" "appoints" "appointed" "appointed" "appointing"); -lin appointee_N = mkN "appointee" "appointees"; -lin appointment_N = mkN "appointment" "appointments"; -lin apportion_V2 = mkV2 (mkV "apportion" "apportions" "apportioned" "apportioned" "apportioning"); -lin apportionment_N = mkN "apportionment" "-" {- FIXME: no plural form -}; -lin apposite_A = compoundA (mkA "apposite"); -lin appositely_Adv = mkAdv "appositely"; -lin apposition_N = mkN "apposition" "-" {- FIXME: no plural form -}; -lin appraisal_N = mkN "appraisal" "appraisals"; -lin appraise_V2 = mkV2 (mkV "appraise" "appraises" "appraised" "appraised" "appraising"); -lin appreciable_A = compoundA (mkA "appreciable"); -lin appreciably_Adv = mkAdv "appreciably"; -lin appreciate_V = mkV "appreciate" "appreciates" "appreciated" "appreciated" "appreciating"; -lin appreciate_V2 = mkV2 (mkV "appreciate" "appreciates" "appreciated" "appreciated" "appreciating"); -lin appreciation_N = mkN "appreciation" "appreciations"; -lin appreciative_A = compoundA (mkA "appreciative"); -lin appreciatively_Adv = mkAdv "appreciatively"; -lin apprehend_V2 = mkV2 (mkV "apprehend" "apprehends" "apprehended" "apprehended" "apprehending"); -lin apprehensible_A = compoundA (mkA "apprehensible"); -lin apprehension_N = mkN "apprehension" "apprehensions"; -lin apprehensive_A = compoundA (mkA "apprehensive"); -lin apprentice_N = mkN "apprentice" "apprentices"; -lin apprentice_V2 = mkV2 (mkV "apprentice" "apprentices" "apprenticed" "apprenticed" "apprenticing"); -lin apprenticeship_N = mkN "apprenticeship" "apprenticeships"; -lin apprise_V2 = mkV2 (mkV "apprise" "apprises" "apprised" "apprised" "apprising"); -lin appro_N = mkN "appro" "-" {- FIXME: no plural form -}; -lin approach_N = mkN "approach" "approaches"; -lin approach_V = mkV "approach" "approaches" "approached" "approached" "approaching"; -lin approach_V2 = mkV2 (mkV "approach" "approaches" "approached" "approached" "approaching"); -lin approachable_A = compoundA (mkA "approachable"); -lin approbation_N = mkN "approbation" "-" {- FIXME: no plural form -}; -lin appropriate_A = compoundA (mkA "appropriate"); -lin appropriate_V2 = mkV2 (mkV "appropriate" "appropriates" "appropriated" "appropriated" "appropriating"); -lin appropriately_Adv = mkAdv "appropriately"; -lin appropriation_N = mkN "appropriation" "appropriations"; -lin approval_N = mkN "approval" "-" {- FIXME: no plural form -}; -lin approve_V = mkV "approve" "approves" "approved" "approved" "approving"; -lin approve_V2 = mkV2 (mkV "approve" "approves" "approved" "approved" "approving"); -lin approvingly_Adv = mkAdv "approvingly"; -lin approx_PN = mkPN "Approx"; -lin approximate_A = compoundA (mkA "approximate"); -lin approximate_V = mkV "approximate" "approximates" "approximated" "approximated" "approximating"; -lin approximate_V2 = mkV2 (mkV "approximate" "approximates" "approximated" "approximated" "approximating"); -lin approximately_Adv = mkAdv "approximately"; -lin approximation_N = mkN "approximation" "approximations"; -lin appurtenance_N = mkN "appurtenance" "appurtenances"; -lin apr_PN = mkPN "Apr"; -lin apricot_N = mkN "apricot" "apricots"; -lin april_N = mkN "april" "aprils"; -lin april_PN = mkPN "April"; -lin apron_N = mkN "apron" "aprons"; -lin apropos_A = compoundA (mkA "apropos"); -lin apropos_Adv = mkAdv "apropos"; -lin apres_ski_A = compoundA (mkA "après-ski"); -lin apse_N = mkN "apse" "apses"; -lin apt_A = mkA "apt" "apter"; -lin aptitude_N = mkN "aptitude" "aptitudes"; -lin aptly_Adv = mkAdv "aptly"; -lin aptness_N = mkN "aptness" "-" {- FIXME: no plural form -}; -lin aqualung_N = mkN "aqualung" "aqualungs"; -lin aquamarine_N = mkN "aquamarine" "aquamarines"; -lin aquanaut_N = mkN "aquanaut" "aquanauts"; -lin aquaplane_N = mkN "aquaplane" "aquaplanes"; -lin aquaplane_V = mkV "aquaplane" "aquaplanes" "aquaplaned" "aquaplaned" "aquaplaning"; -lin aquarium_N = mkN "aquarium" "aquariums"; -lin aquarius_PN = mkPN "Aquarius"; -lin aquatic_A = compoundA (mkA "aquatic"); -lin aquatint_N = mkN "aquatint" "aquatints"; -lin aquavit_N = mkN "aquavit" "-" {- FIXME: no plural form -}; -lin aqueduct_N = mkN "aqueduct" "aqueducts"; -lin aqueous_A = compoundA (mkA "aqueous"); -lin aquiline_A = compoundA (mkA "aquiline"); -lin arab_N = mkN "arab" "arabs"; -lin arabesque_N = mkN "arabesque" "arabesques"; -lin arabian_A = compoundA (mkA "arabian"); -lin arabian_N = mkN "arabian" "arabians"; -lin arabic_A = compoundA (mkA "arabic"); -lin arabic_N = mkN "arabic" "-" {- FIXME: no plural form -}; -lin arabist_N = mkN "arabist" "arabists"; -lin arable_A = compoundA (mkA "arable"); -lin arachnid_N = mkN "arachnid" "arachnids"; -lin arbiter_N = mkN "arbiter" "arbiters"; -lin arbitrament_N = mkN "arbitrament" "arbitraments"; -lin arbitrarily_Adv = mkAdv "arbitrarily"; -lin arbitrary_A = compoundA (mkA "arbitrary"); -lin arbitrate_V = mkV "arbitrate" "arbitrates" "arbitrated" "arbitrated" "arbitrating"; -lin arbitrate_V2 = mkV2 (mkV "arbitrate" "arbitrates" "arbitrated" "arbitrated" "arbitrating"); -lin arbitration_N = mkN "arbitration" "arbitrations"; -lin arbitrator_N = mkN "arbitrator" "arbitrators"; -lin arboreal_A = compoundA (mkA "arboreal"); -lin arbour_N = mkN "arbour" "arbours"; -lin arbroath_PN = mkPN "Arbroath"; -lin arc_N = mkN "arc" "arcs"; -lin arc_lamp_N = mkN "arc-lamp" "arc-lamps"; -lin arc_light_N = mkN "arc-light" "arc-lights"; -lin arcade_N = mkN "arcade" "arcades"; -lin arcadian_A = compoundA (mkA "arcadian"); -lin arcadian_N = mkN "arcadian" "arcadians"; -lin arcane_A = compoundA (mkA "arcane"); -lin arch_A = compoundA (mkA "arch"); -lin arch_N = mkN "arch" "arches"; -lin arch_V = mkV "arch" "arches" "arched" "arched" "arching"; -lin arch_V2 = mkV2 (mkV "arch" "arches" "arched" "arched" "arching"); -lin archaeological_A = compoundA (mkA "archaeological"); -lin archaeologist_N = mkN "archaeologist" "archaeologists"; -lin archaeology_N = mkN "archaeology" "-" {- FIXME: no plural form -}; -lin archaic_A = compoundA (mkA "archaic"); -lin archaism_N = mkN "archaism" "archaisms"; -lin archangel_N = mkN "archangel" "archangels"; -lin archbishop_N = mkN "archbishop" "archbishops"; -lin archbishopric_N = mkN "archbishopric" "archbishoprics"; -lin archdeacon_N = mkN "archdeacon" "archdeacons"; -lin archdeaconry_N = mkN "archdeaconry" "archdeaconries"; -lin archdiocese_N = mkN "archdiocese" "archdioceses"; -lin archduke_N = mkN "archduke" "archdukes"; -lin archeology_N = mkN "archeology" "-" {- FIXME: no plural form -}; -lin archer_N = mkN "archer" "archers"; -lin archery_N = mkN "archery" "-" {- FIXME: no plural form -}; -lin archetypal_A = compoundA (mkA "archetypal"); -lin archetype_N = mkN "archetype" "archetypes"; -lin archimandrite_N = mkN "archimandrite" "archimandrites"; -lin archipelago_N = mkN "archipelago" "archipelagos"; -lin architect_N = mkN "architect" "architects"; -lin architectural_A = compoundA (mkA "architectural"); -lin architecturally_Adv = mkAdv "architecturally"; -lin architecture_N = mkN "architecture" "-" {- FIXME: no plural form -}; -lin archivist_N = mkN "archivist" "archivists"; -lin archly_Adv = mkAdv "archly"; -lin archway_N = mkN "archway" "archways"; -lin arctic_A = compoundA (mkA "arctic"); -lin ardent_A = compoundA (mkA "ardent"); -lin ardently_Adv = mkAdv "ardently"; -lin ardour_N = mkN "ardour" "ardours"; -lin ardrossan_PN = mkPN "Ardrossan"; -lin arduous_A = compoundA (mkA "arduous"); -lin arduously_Adv = mkAdv "arduously"; -lin are_N = mkN "are" "ares"; -lin area_N = mkN "area" "areas"; -lin areca_N = mkN "areca" "arecas"; -lin arena_N = mkN "arena" "arenas"; -lin argent_A = compoundA (mkA "argent"); -lin argent_N = mkN "argent" "argents"; -lin argentina_PN = mkPN "Argentina"; -lin argentine_PN = mkPN "Argentine"; -lin argentinian_A = compoundA (mkA "argentinian"); -lin argentinian_N = mkN "argentinian" "argentinians"; -lin argon_N = mkN "argon" "-" {- FIXME: no plural form -}; -lin argonaut_N = mkN "argonaut" "argonauts"; -lin argosy_N = mkN "argosy" "argosies"; -lin argot_N = mkN "argot" "-" {- FIXME: no plural form -}; -lin arguable_A = compoundA (mkA "arguable"); -lin arguably_Adv = mkAdv "arguably"; -lin argue_V = mkV "argue" "argues" "argued" "argued" "arguing"; -lin argue_V2 = mkV2 (mkV "argue" "argues" "argued" "argued" "arguing"); -lin argument_N = mkN "argument" "arguments"; -lin argumentation_N = mkN "argumentation" "-" {- FIXME: no plural form -}; -lin argumentative_A = compoundA (mkA "argumentative"); -lin argus_N = mkN "argus" "arguses"; -lin argus_eyed_A = compoundA (mkA "argus-eyed"); -lin aria_N = mkN "aria" "arias"; -lin arid_A = compoundA (mkA "arid"); -lin aridity_N = mkN "aridity" "-" {- FIXME: no plural form -}; -lin aries_PN = mkPN "Aries"; -lin aright_Adv = mkAdv "aright"; -lin arise_V = mkV "a" IrregEng.rise_V; -lin aristocracy_N = mkN "aristocracy" "aristocracies"; -lin aristocrat_N = mkN "aristocrat" "aristocrats"; -lin aristocratic_A = compoundA (mkA "aristocratic"); -lin aristocratically_Adv = mkAdv "aristocratically"; -lin arithmetic_N = mkN "arithmetic" "-" {- FIXME: no plural form -}; -lin arithmetical_A = compoundA (mkA "arithmetical"); -lin arithmetically_Adv = mkAdv "arithmetically"; -lin arithmetician_N = mkN "arithmetician" "arithmeticians"; -lin arizona_PN = mkPN "Arizona"; -lin ark_N = mkN "ark" "arks"; -lin arkansas_PN = mkPN "Arkansas"; -lin arm_N = mkN "arm" "arms"; -lin arm_V = mkV "arm" "arms" "armed" "armed" "arming"; -lin arm_V2 = mkV2 (mkV "arm" "arms" "armed" "armed" "arming"); -lin arm_hole_N = mkN "arm-hole" "arm-holes"; -lin armada_N = mkN "armada" "armadas"; -lin armadale_PN = mkPN "Armadale"; -lin armadillo_N = mkN "armadillo" "armadillos"; -lin armageddon_PN = mkPN "Armageddon"; -lin armagh_PN = mkPN "Armagh"; -lin armament_N = mkN "armament" "armaments"; -lin armature_N = mkN "armature" "armatures"; -lin armband_N = mkN "armband" "armbands"; -lin armchair_N = mkN "armchair" "armchairs"; -lin armful_N = mkN "armful" "armfuls"; -lin armistice_N = mkN "armistice" "armistices"; -lin armlet_N = mkN "armlet" "armlets"; -lin armoire_N = mkN "armoire" "armoires"; -lin armorial_A = compoundA (mkA "armorial"); -lin armour_N = mkN "armour" "-" {- FIXME: no plural form -}; -lin armour_plate_N = mkN "armour-plate" "armour-plates"; -lin armoured_A = compoundA (mkA "armoured"); -lin armourer_N = mkN "armourer" "armourers"; -lin armoury_N = mkN "armoury" "armouries"; -lin armpit_N = mkN "armpit" "armpits"; -lin arms_race_N = mkN "arms-race" "IRREG"; -lin arms_runner_N = mkN "arms-runner" "arms-runners"; -lin army_N = mkN "army" "armies"; -lin arnhem_PN = mkPN "Arnhem"; -lin arnica_N = mkN "arnica" "-" {- FIXME: no plural form -}; -lin arnold_PN = mkPN "Arnold"; -lin aroma_N = mkN "aroma" "aromas"; -lin aromatic_A = compoundA (mkA "aromatic"); -lin around_Adv = mkAdv "around"; -lin arouse_V2 = mkV2 (mkV "arouse" "arouses" "aroused" "aroused" "arousing"); -lin arpeggio_N = mkN "arpeggio" "arpeggios"; -lin arquebus_N = mkN "arquebus" "arquebuses"; -lin arr_PN = mkPN "Arr"; -lin arrack_N = mkN "arrack" "-" {- FIXME: no plural form -}; -lin arraign_V2 = mkV2 (mkV "arraign" "arraigns" "arraigned" "arraigned" "arraigning"); -lin arraignment_N = mkN "arraignment" "arraignments"; -lin arrange_V = mkV "arrange" "arranges" "arranged" "arranged" "arranging"; -lin arrange_V2 = mkV2 (mkV "arrange" "arranges" "arranged" "arranged" "arranging"); -lin arrangement_N = mkN "arrangement" "arrangements"; -lin arrant_A = compoundA (mkA "arrant"); -lin arras_N = mkN "arras" "arrases"; -lin array_N = mkN "array" "arrays"; -lin array_V2 = mkV2 (mkV "array" "arrays" "arrayed" "arrayed" "arraying"); -lin arrest_N = mkN "arrest" "arrests"; -lin arrest_V2 = mkV2 (mkV "arrest" "arrests" "arrested" "arrested" "arresting"); -lin arrester_N = mkN "arrester" "arresters"; -lin arresting_A = compoundA (mkA "arresting"); -lin arrival_N = mkN "arrival" "arrivals"; -lin arrive_V = mkV "arrive" "arrives" "arrived" "arrived" "arriving"; -lin arriere_pensee_N = mkN "arrière pensée" "arrière pensées"; -lin arrogance_N = mkN "arrogance" "-" {- FIXME: no plural form -}; -lin arrogant_A = compoundA (mkA "arrogant"); -lin arrogantly_Adv = mkAdv "arrogantly"; -lin arrogate_V2 = mkV2 (mkV "arrogate" "arrogates" "arrogated" "arrogated" "arrogating"); -lin arrow_N = mkN "arrow" "arrows"; -lin arrowhead_N = mkN "arrowhead" "arrowheads"; -lin arrowroot_N = mkN "arrowroot" "-" {- FIXME: no plural form -}; -lin arse_N = mkN "arse" "arses"; -lin arsehole_N = mkN "arsehole" "arseholes"; -lin arsenal_N = mkN "arsenal" "arsenals"; -lin arsenic_N = mkN "arsenic" "-" {- FIXME: no plural form -}; -lin arson_N = mkN "arson" "-" {- FIXME: no plural form -}; -lin art_N = mkN "art" "arts"; -lin art_PN = mkPN "Art"; -lin artefact_N = mkN "artefact" "artefacts"; -lin arterial_A = compoundA (mkA "arterial"); -lin arteriosclerosis_N = mkN "arteriosclerosis" "-" {- FIXME: no plural form -}; -lin artery_N = mkN "artery" "arteries"; -lin artesian_A = compoundA (mkA "artesian"); -lin artful_A = compoundA (mkA "artful"); -lin artfully_Adv = mkAdv "artfully"; -lin artfulness_N = mkN "artfulness" "-" {- FIXME: no plural form -}; -lin arthritic_A = compoundA (mkA "arthritic"); -lin arthritis_N = mkN "arthritis" "-" {- FIXME: no plural form -}; -lin arthur_PN = mkPN "Arthur"; -lin artichoke_N = mkN "artichoke" "artichokes"; -lin article_N = mkN "article" "articles"; -lin article_V2 = mkV2 (mkV "article" "articles" "articled" "articled" "articling"); -lin articulate_A = compoundA (mkA "articulate"); -lin articulate_V = mkV "articulate" "articulates" "articulated" "articulated" "articulating"; -lin articulate_V2 = mkV2 (mkV "articulate" "articulates" "articulated" "articulated" "articulating"); -lin articulately_Adv = mkAdv "articulately"; -lin articulation_N = mkN "articulation" "-" {- FIXME: no plural form -}; -lin artie_PN = mkPN "Artie"; -lin artifact_N = mkN "artifact" "artifacts"; -lin artifice_N = mkN "artifice" "artifices"; -lin artificer_N = mkN "artificer" "artificers"; -lin artificial_A = compoundA (mkA "artificial"); -lin artificially_Adv = mkAdv "artificially"; -lin artillery_N = mkN "artillery" "-" {- FIXME: no plural form -}; -lin artisan_N = mkN "artisan" "artisans"; -lin artist_N = mkN "artist" "artists"; -lin artiste_N = mkN "artiste" "artistes"; -lin artistic_A = compoundA (mkA "artistic"); -lin artistically_Adv = mkAdv "artistically"; -lin artistry_N = mkN "artistry" "-" {- FIXME: no plural form -}; -lin artless_A = compoundA (mkA "artless"); -lin artlessly_Adv = mkAdv "artlessly"; -lin artlessness_N = mkN "artlessness" "-" {- FIXME: no plural form -}; -lin arty_A = compoundA (mkA "arty"); -lin arty_crafty_A = compoundA (mkA "arty-crafty"); -lin arum_N = mkN "arum" "arums"; -lin aryan_A = compoundA (mkA "aryan"); -lin aryan_N = mkN "aryan" "aryans"; -lin arete_N = mkN "arête" "arêtes"; -lin asap_PN = mkPN "Asap"; -lin asbestos_N = mkN "asbestos" "-" {- FIXME: no plural form -}; -lin ascend_V = mkV "ascend" "ascends" "ascended" "ascended" "ascending"; -lin ascend_V2 = mkV2 (mkV "ascend" "ascends" "ascended" "ascended" "ascending"); -lin ascendancy_N = mkN "ascendancy" "-" {- FIXME: no plural form -}; -lin ascendant_N = mkN "ascendant" "ascendants"; -lin ascendency_N = mkN "ascendency" "-" {- FIXME: no plural form -}; -lin ascendent_N = mkN "ascendent" "ascendents"; -lin ascension_N = mkN "ascension" "ascensions"; -lin ascent_N = mkN "ascent" "ascents"; -lin ascertain_V2 = mkV2 (mkV "ascertain" "ascertains" "ascertained" "ascertained" "ascertaining"); -lin ascertainable_A = compoundA (mkA "ascertainable"); -lin ascetic_A = compoundA (mkA "ascetic"); -lin ascetic_N = mkN "ascetic" "ascetics"; -lin ascetically_Adv = mkAdv "ascetically"; -lin asceticism_N = mkN "asceticism" "-" {- FIXME: no plural form -}; -lin ascorbic_A = compoundA (mkA "ascorbic"); -lin ascot_PN = mkPN "Ascot"; -lin ascribable_A = compoundA (mkA "ascribable"); -lin ascribe_V2 = mkV2 (mkV "ascribe" "ascribes" "ascribed" "ascribed" "ascribing"); -lin ascription_N = mkN "ascription" "ascriptions"; -lin asdic_N = mkN "asdic" "asdics"; -lin asepsis_N = mkN "asepsis" "-" {- FIXME: no plural form -}; -lin aseptic_A = compoundA (mkA "aseptic"); -lin asexual_A = compoundA (mkA "asexual"); -lin asexuality_N = mkN "asexuality" "-" {- FIXME: no plural form -}; -lin ash_N = mkN "ash" "ashes"; -lin ash_bin_N = mkN "ash-bin" "ash-bins"; -lin ash_can_N = mkN "ash-can" "ash-cans"; -lin ash_key_N = mkN "ash-key" "ash-keys"; -lin ash_pan_N = mkN "ash-pan" "ash-pans"; -lin ashamed_A = compoundA (mkA "ashamed"); -lin ashamedly_Adv = mkAdv "ashamedly"; -lin ashbourne_PN = mkPN "Ashbourne"; -lin ashby_PN = mkPN "Ashby"; -lin ashby_de_la_zouch_PN = mkPN "Ashby de la Zouch"; -lin ashby_woulds_PN = mkPN "Ashby Woulds"; -lin ashen_A = compoundA (mkA "ashen"); -lin ashford_PN = mkPN "Ashford"; -lin ashington_PN = mkPN "Ashington"; -lin ashore_Adv = mkAdv "ashore"; -lin ashton_in_makerfield_PN = mkPN "Ashton-in-makerfield"; -lin ashton_under_lyne_PN = mkPN "Ashton-under-lyne"; -lin ashtray_N = mkN "ashtray" "ashtrays"; -lin ashy_A = compoundA (mkA "ashy"); -lin asian_A = compoundA (mkA "asian"); -lin asian_N = mkN "asian" "asians"; -lin asiatic_A = compoundA (mkA "asiatic"); -lin asiatic_N = mkN "asiatic" "asiatics"; -lin aside_Adv = mkAdv "aside"; -lin aside_N = mkN "aside" "asides"; -lin asinine_A = compoundA (mkA "asinine"); -lin ask_V = mkV "ask" "asks" "asked" "asked" "asking"; -lin ask_V2 = mkV2 (mkV "ask" "asks" "asked" "asked" "asking"); -lin askance_Adv = mkAdv "askance"; -lin askern_PN = mkPN "Askern"; -lin askew_A = compoundA (mkA "askew"); -lin askew_Adv = mkAdv "askew"; -lin asking_N = mkN "asking" "IRREG"; -lin aslant_Adv = mkAdv "aslant"; -lin asleep_A = compoundA (mkA "asleep"); -lin asleep_Adv = mkAdv "asleep"; -lin asp_N = mkN "asp" "asps"; -lin asparagus_N = mkN "asparagus" "-" {- FIXME: no plural form -}; -lin aspect_N = mkN "aspect" "aspects"; -lin aspectual_A = compoundA (mkA "aspectual"); -lin aspen_N = mkN "aspen" "aspens"; -lin asperity_N = mkN "asperity" "asperities"; -lin asperse_V2 = mkV2 (mkV "asperse" "asperses" "aspersed" "aspersed" "aspersing"); -lin aspersion_N = mkN "aspersion" "aspersions"; -lin asphalt_N = mkN "asphalt" "-" {- FIXME: no plural form -}; -lin asphalt_V2 = mkV2 (mkV "asphalt" "asphalts" "asphalted" "asphalted" "asphalting"); -lin asphodel_N = mkN "asphodel" "asphodels"; -lin asphyxia_N = mkN "asphyxia" "-" {- FIXME: no plural form -}; -lin asphyxiate_V2 = mkV2 (mkV "asphyxiate" "asphyxiates" "asphyxiated" "asphyxiated" "asphyxiating"); -lin asphyxiation_N = mkN "asphyxiation" "-" {- FIXME: no plural form -}; -lin aspic_N = mkN "aspic" "-" {- FIXME: no plural form -}; -lin aspidistra_N = mkN "aspidistra" "aspidistras"; -lin aspirant_N = mkN "aspirant" "aspirants"; -lin aspirate_N = mkN "aspirate" "aspirates"; -lin aspirate_V2 = mkV2 (mkV "aspirate" "aspirates" "aspirated" "aspirated" "aspirating"); -lin aspiration_N = mkN "aspiration" "aspirations"; -lin aspire_V = mkV "aspire" "aspires" "aspired" "aspired" "aspiring"; -lin aspirin_N = mkN "aspirin" "aspirins"; -lin aspull_PN = mkPN "Aspull"; -lin ass_N = mkN "ass" "asses"; -lin assagai_N = mkN "assagai" "assagais"; -lin assail_V2 = mkV2 (mkV "assail" "assails" "assailed" "assailed" "assailing"); -lin assailable_A = compoundA (mkA "assailable"); -lin assailant_N = mkN "assailant" "assailants"; -lin assassin_N = mkN "assassin" "assassins"; -lin assassinate_V2 = mkV2 (mkV "assassinate" "assassinates" "assassinated" "assassinated" "assassinating"); -lin assassination_N = mkN "assassination" "assassinations"; -lin assault_N = mkN "assault" "assaults"; -lin assault_V2 = mkV2 (mkV "assault" "assaults" "assaulted" "assaulted" "assaulting"); -lin assay_N = mkN "assay" "assays"; -lin assay_V2 = mkV2 (mkV "assay" "assays" "assayed" "assayed" "assaying"); -lin assegai_N = mkN "assegai" "assegais"; -lin assemblage_N = mkN "assemblage" "assemblages"; -lin assemble_V = mkV "assemble" "assembles" "assembled" "assembled" "assembling"; -lin assemble_V2 = mkV2 (mkV "assemble" "assembles" "assembled" "assembled" "assembling"); -lin assembly_N = mkN "assembly" "assemblies"; -lin assent_N = mkN "assent" "assents"; -lin assent_V = mkV "assent" "assents" "assented" "assented" "assenting"; -lin assert_V2 = mkV2 (mkV "assert" "asserts" "asserted" "asserted" "asserting"); -lin assertion_N = mkN "assertion" "assertions"; -lin assertive_A = compoundA (mkA "assertive"); -lin assertively_Adv = mkAdv "assertively"; -lin assess_V2 = mkV2 (mkV "assess" "assesses" "assessed" "assessed" "assessing"); -lin assessment_N = mkN "assessment" "assessments"; -lin assessor_N = mkN "assessor" "assessors"; -lin asset_N = mkN "asset" "assets"; -lin asseverate_V2 = mkV2 (mkV "asseverate" "asseverates" "asseverated" "asseverated" "asseverating"); -lin asseveration_N = mkN "asseveration" "asseverations"; -lin asshole_N = mkN "asshole" "assholes"; -lin assiduity_N = mkN "assiduity" "assiduities"; -lin assiduous_A = compoundA (mkA "assiduous"); -lin assiduously_Adv = mkAdv "assiduously"; -lin assign_V2 = mkV2 (mkV "assign" "assigns" "assigned" "assigned" "assigning"); -lin assignable_A = compoundA (mkA "assignable"); -lin assignation_N = mkN "assignation" "assignations"; -lin assignment_N = mkN "assignment" "assignments"; -lin assimilate_V = mkV "assimilate" "assimilates" "assimilated" "assimilated" "assimilating"; -lin assimilate_V2 = mkV2 (mkV "assimilate" "assimilates" "assimilated" "assimilated" "assimilating"); -lin assimilation_N = mkN "assimilation" "-" {- FIXME: no plural form -}; -lin assist_V = mkV "assist" "assists" "assisted" "assisted" "assisting"; -lin assist_V2 = mkV2 (mkV "assist" "assists" "assisted" "assisted" "assisting"); -lin assistance_N = mkN "assistance" "-" {- FIXME: no plural form -}; -lin assistant_N = mkN "assistant" "assistants"; -lin assize_N = mkN "assize" "-" {- FIXME: no plural form -}; -lin assoc_N = mkN "assoc" "-" {- FIXME: no plural form -}; -lin associate_A = compoundA (mkA "associate"); -lin associate_N = mkN "associate" "associates"; -lin associate_V = mkV "associate" "associates" "associated" "associated" "associating"; -lin associate_V2 = mkV2 (mkV "associate" "associates" "associated" "associated" "associating"); -lin association_N = mkN "association" "associations"; -lin assonance_N = mkN "assonance" "assonances"; -lin assorted_A = compoundA (mkA "assorted"); -lin assortment_N = mkN "assortment" "assortments"; -lin asst_N = mkN "asst" "-" {- FIXME: no plural form -}; -lin assuage_V2 = mkV2 (mkV "assuage" "assuages" "assuaged" "assuaged" "assuaging"); -lin assume_V2 = mkV2 (mkV "assume" "assumes" "assumed" "assumed" "assuming"); -lin assumption_N = mkN "assumption" "assumptions"; -lin assurance_N = mkN "assurance" "assurances"; -lin assure_V2 = mkV2 (mkV "assure" "assures" "assured" "assured" "assuring"); -lin assured_A = compoundA (mkA "assured"); -lin assuredly_Adv = mkAdv "assuredly"; -lin assuredness_N = mkN "assuredness" "-" {- FIXME: no plural form -}; -lin aster_N = mkN "aster" "asters"; -lin asterisk_N = mkN "asterisk" "asterisks"; -lin astern_Adv = mkAdv "astern"; -lin asteroid_N = mkN "asteroid" "asteroids"; -lin asthma_N = mkN "asthma" "-" {- FIXME: no plural form -}; -lin asthmatic_A = compoundA (mkA "asthmatic"); -lin astigmatic_A = compoundA (mkA "astigmatic"); -lin astigmatism_N = mkN "astigmatism" "-" {- FIXME: no plural form -}; -lin astir_A = compoundA (mkA "astir"); -lin astir_Adv = mkAdv "astir"; -lin aston_PN = mkPN "Aston"; -lin astonish_V2 = mkV2 (mkV "astonish" "astonishes" "astonished" "astonished" "astonishing"); -lin astonishing_A = compoundA (mkA "astonishing"); -lin astonishingly_Adv = mkAdv "astonishingly"; -lin astonishment_N = mkN "astonishment" "-" {- FIXME: no plural form -}; -lin astound_V2 = mkV2 (mkV "astound" "astounds" "astounded" "astounded" "astounding"); -lin astrakhan_N = mkN "astrakhan" "-" {- FIXME: no plural form -}; -lin astral_A = compoundA (mkA "astral"); -lin astray_A = compoundA (mkA "astray"); -lin astray_Adv = mkAdv "astray"; -lin astride_A = compoundA (mkA "astride"); -lin astride_Adv = mkAdv "astride"; -lin astringency_N = mkN "astringency" "-" {- FIXME: no plural form -}; -lin astringent_A = compoundA (mkA "astringent"); -lin astringent_N = mkN "astringent" "astringents"; -lin astrodome_N = mkN "astrodome" "astrodomes"; -lin astrolabe_N = mkN "astrolabe" "astrolabes"; -lin astrologer_N = mkN "astrologer" "astrologers"; -lin astrological_A = compoundA (mkA "astrological"); -lin astrology_N = mkN "astrology" "-" {- FIXME: no plural form -}; -lin astronaut_N = mkN "astronaut" "astronauts"; -lin astronautics_N = mkN "astronautics" "astronautics"; -lin astronomer_N = mkN "astronomer" "astronomers"; -lin astronomical_A = compoundA (mkA "astronomical"); -lin astronomically_Adv = mkAdv "astronomically"; -lin astronomy_N = mkN "astronomy" "-" {- FIXME: no plural form -}; -lin astrophysics_N = mkN "astrophysics" "astrophysics"; -lin astute_A = compoundA (mkA "astute"); -lin astutely_Adv = mkAdv "astutely"; -lin astuteness_N = mkN "astuteness" "-" {- FIXME: no plural form -}; -lin asunder_Adv = mkAdv "asunder"; -lin asylum_N = mkN "asylum" "asylums"; -lin asymmetric_A = compoundA (mkA "asymmetric"); -lin asymmetrical_A = compoundA (mkA "asymmetrical"); -lin asymmetrically_Adv = mkAdv "asymmetrically"; -lin asymmetry_N = mkN "asymmetry" "-" {- FIXME: no plural form -}; -lin asymptote_N = mkN "asymptote" "asymptotes"; -lin asymptotic_A = compoundA (mkA "asymptotic"); -lin asymptotically_Adv = mkAdv "asymptotically"; -lin at_home_N = mkN "at-home" "at-homes"; -lin atabrine_N = mkN "atabrine" "-" {- FIXME: no plural form -}; -lin atavism_N = mkN "atavism" "atavisms"; -lin atavistic_A = compoundA (mkA "atavistic"); -lin atelier_N = mkN "atelier" "ateliers"; -lin atheism_N = mkN "atheism" "-" {- FIXME: no plural form -}; -lin atheist_N = mkN "atheist" "atheists"; -lin atheistic_A = compoundA (mkA "atheistic"); -lin athenian_A = compoundA (mkA "athenian"); -lin athenian_N = mkN "athenian" "athenians"; -lin athens_PN = mkPN "Athens"; -lin atherstone_PN = mkPN "Atherstone"; -lin athirst_A = compoundA (mkA "athirst"); -lin athlete_N = mkN "athlete" "athletes"; -lin athletic_A = compoundA (mkA "athletic"); -lin athletics_N = mkN "athletics" "athletics"; -lin athlone_PN = mkPN "Athlone"; -lin athwart_Adv = mkAdv "athwart"; -lin atlanta_PN = mkPN "Atlanta"; -lin atlantic_PN = mkPN "Atlantic"; -lin atlas_N = mkN "atlas" "atlases"; -lin atmosphere_N = mkN "atmosphere" "atmospheres"; -lin atmospheric_A = compoundA (mkA "atmospheric"); -lin atmospherics_N = mkN "atmospherics" "atmospherics"; -lin atoll_N = mkN "atoll" "atolls"; -lin atom_N = mkN "atom" "atoms"; -lin atomic_A = compoundA (mkA "atomic"); -lin atomize_V2 = mkV2 (mkV "atomize" "atomizes" "atomized" "atomized" "atomizing"); -lin atomizer_N = mkN "atomizer" "atomizers"; -lin atonal_A = compoundA (mkA "atonal"); -lin atonality_N = mkN "atonality" "-" {- FIXME: no plural form -}; -lin atone_V = mkV "atone" "atones" "atoned" "atoned" "atoning"; -lin atonement_N = mkN "atonement" "-" {- FIXME: no plural form -}; -lin atop_Adv = mkAdv "atop"; -lin atrabilious_A = compoundA (mkA "atrabilious"); -lin atrocious_A = compoundA (mkA "atrocious"); -lin atrociously_Adv = mkAdv "atrociously"; -lin atrocity_N = mkN "atrocity" "atrocities"; -lin atrophy_N = mkN "atrophy" "-" {- FIXME: no plural form -}; -lin atrophy_V = mkV "atrophy" "atrophies" "atrophied" "atrophied" "atrophying"; -lin atrophy_V2 = mkV2 (mkV "atrophy" "atrophies" "atrophied" "atrophied" "atrophying"); -lin attach_V = mkV "attach" "attaches" "attached" "attached" "attaching"; -lin attach_V2 = mkV2 (mkV "attach" "attaches" "attached" "attached" "attaching"); -lin attachment_N = mkN "attachment" "attachments"; -lin attache_N = mkN "attaché" "attachés"; -lin attack_N = mkN "attack" "attacks"; -lin attack_V2 = mkV2 (mkV "attack" "attacks" "attacked" "attacked" "attacking"); -lin attacker_N = mkN "attacker" "attackers"; -lin attain_V = mkV "attain" "attains" "attained" "attained" "attaining"; -lin attain_V2 = mkV2 (mkV "attain" "attains" "attained" "attained" "attaining"); -lin attainable_A = compoundA (mkA "attainable"); -lin attainder_N = mkN "attainder" "attainders"; -lin attainment_N = mkN "attainment" "attainments"; -lin attar_N = mkN "attar" "-" {- FIXME: no plural form -}; -lin attempt_N = mkN "attempt" "attempts"; -lin attempt_V2 = mkV2 (mkV "attempt" "attempts" "attempted" "attempted" "attempting"); -lin attend_V = mkV "attend" "attends" "attended" "attended" "attending"; -lin attend_V2 = mkV2 (mkV "attend" "attends" "attended" "attended" "attending"); -lin attendance_N = mkN "attendance" "attendances"; -lin attendant_A = compoundA (mkA "attendant"); -lin attendant_N = mkN "attendant" "attendants"; -lin attention_N = mkN "attention" "attentions"; -lin attentive_A = compoundA (mkA "attentive"); -lin attentively_Adv = mkAdv "attentively"; -lin attentiveness_N = mkN "attentiveness" "-" {- FIXME: no plural form -}; -lin attenuate_V2 = mkV2 (mkV "attenuate" "attenuates" "attenuated" "attenuated" "attenuating"); -lin attenuation_N = mkN "attenuation" "-" {- FIXME: no plural form -}; -lin attest_V = mkV "attest" "attests" "attested" "attested" "attesting"; -lin attest_V2 = mkV2 (mkV "attest" "attests" "attested" "attested" "attesting"); -lin attic_A = compoundA (mkA "attic"); -lin attic_N = mkN "attic" "attics"; -lin attire_N = mkN "attire" "-" {- FIXME: no plural form -}; -lin attire_V2 = mkV2 (mkV "attire" "attires" "attired" "attired" "attiring"); -lin attitude_N = mkN "attitude" "attitudes"; -lin attitudinize_V = mkV "attitudinize" "attitudinizes" "attitudinized" "attitudinized" "attitudinizing"; -lin attorney_N = mkN "attorney" "attorneys"; -lin attract_V2 = mkV2 (mkV "attract" "attracts" "attracted" "attracted" "attracting"); -lin attraction_N = mkN "attraction" "attractions"; -lin attractive_A = compoundA (mkA "attractive"); -lin attractively_Adv = mkAdv "attractively"; -lin attributable_A = compoundA (mkA "attributable"); -lin attribute_N = mkN "attribute" "attributes"; -lin attribute_V2 = mkV2 (mkV "attribute" "attributes" "attributed" "attributed" "attributing"); -lin attribution_N = mkN "attribution" "attributions"; -lin attributive_A = compoundA (mkA "attributive"); -lin attributively_Adv = mkAdv "attributively"; -lin attrition_N = mkN "attrition" "-" {- FIXME: no plural form -}; -lin attune_V2 = mkV2 (mkV "attune" "attunes" "attuned" "attuned" "attuning"); -lin atypical_A = compoundA (mkA "atypical"); -lin atypically_Adv = mkAdv "atypically"; -lin au_fait_A = compoundA (mkA "au fait"); -lin au_fond_Adv = mkAdv "au fond"; -lin au_pair_N = mkN "au pair" "au pairs"; -lin aubergine_N = mkN "aubergine" "aubergines"; -lin aubrietia_N = mkN "aubrietia" "aubrietias"; -lin auburn_A = compoundA (mkA "auburn"); -lin auckland_PN = mkPN "Auckland"; -lin auction_N = mkN "auction" "auctions"; -lin auction_V2 = mkV2 (mkV "auction" "auctions" "auctioned" "auctioned" "auctioning"); -lin auctioneer_N = mkN "auctioneer" "auctioneers"; -lin audacious_A = compoundA (mkA "audacious"); -lin audaciously_Adv = mkAdv "audaciously"; -lin audacity_N = mkN "audacity" "-" {- FIXME: no plural form -}; -lin audibility_N = mkN "audibility" "-" {- FIXME: no plural form -}; -lin audible_A = compoundA (mkA "audible"); -lin audibly_Adv = mkAdv "audibly"; -lin audience_N = mkN "audience" "audiences"; -lin audio_lingual_A = compoundA (mkA "audio-lingual"); -lin audit_N = mkN "audit" "audits"; -lin audit_V2 = mkV2 (mkV "audit" "audits" "audited" "audited" "auditing"); -lin audition_N = mkN "audition" "auditions"; -lin audition_V2 = mkV2 (mkV "audition" "auditions" "auditioned" "auditioned" "auditioning"); -lin auditor_N = mkN "auditor" "auditors"; -lin auditorium_N = mkN "auditorium" "auditoriums"; -lin auditory_A = compoundA (mkA "auditory"); -lin audley_PN = mkPN "Audley"; -lin audrey_PN = mkPN "Audrey"; -lin aug_PN = mkPN "Aug"; -lin auger_N = mkN "auger" "augers"; -lin aught_N = mkN "aught" "-" {- FIXME: no plural form -}; -lin augment_V = mkV "augment" "augments" "augmented" "augmented" "augmenting"; -lin augment_V2 = mkV2 (mkV "augment" "augments" "augmented" "augmented" "augmenting"); -lin augmentation_N = mkN "augmentation" "augmentations"; -lin augsburg_PN = mkPN "Augsburg"; -lin augur_N = mkN "augur" "augurs"; -lin augur_V = mkV "augur" "augurs" "augured" "augured" "auguring"; -lin augur_V2 = mkV2 (mkV "augur" "augurs" "augured" "augured" "auguring"); -lin augury_N = mkN "augury" "auguries"; -lin august_A = compoundA (mkA "august"); -lin august_N = mkN "august" "augusts"; -lin august_PN = mkPN "August"; -lin augustan_A = compoundA (mkA "augustan"); -lin auk_N = mkN "auk" "auks"; -lin auld_lang_syne_N = mkN "auld lang syne" "IRREG"; -lin aunt_N = mkN "aunt" "aunts"; -lin auntie_N = mkN "auntie" "aunties"; -lin aunty_N = mkN "aunty" "aunties"; -lin aura_N = mkN "aura" "auras"; -lin aural_A = compoundA (mkA "aural"); -lin aureole_N = mkN "aureole" "aureoles"; -lin auricle_N = mkN "auricle" "auricles"; -lin auricular_A = compoundA (mkA "auricular"); -lin auriferous_A = compoundA (mkA "auriferous"); -lin aurora_N = mkN "aurora" "auroras"; -lin auspicious_A = compoundA (mkA "auspicious"); -lin auspiciously_Adv = mkAdv "auspiciously"; -lin aussie_N = mkN "aussie" "aussies"; -lin austere_A = compoundA (mkA "austere"); -lin austerely_Adv = mkAdv "austerely"; -lin austerity_N = mkN "austerity" "austerities"; -lin australia_PN = mkPN "Australia"; -lin australian_A = compoundA (mkA "australian"); -lin australian_N = mkN "australian" "australians"; -lin austria_PN = mkPN "Austria"; -lin austrian_A = compoundA (mkA "austrian"); -lin austrian_N = mkN "austrian" "austrians"; -lin autarchy_N = mkN "autarchy" "autarchies"; -lin autarky_N = mkN "autarky" "-" {- FIXME: no plural form -}; -lin authentic_A = compoundA (mkA "authentic"); -lin authentically_Adv = mkAdv "authentically"; -lin authenticate_V2 = mkV2 (mkV "authenticate" "authenticates" "authenticated" "authenticated" "authenticating"); -lin authentication_N = mkN "authentication" "-" {- FIXME: no plural form -}; -lin authenticity_N = mkN "authenticity" "-" {- FIXME: no plural form -}; -lin author_N = mkN "author" "authors"; -lin authoress_N = mkN "authoress" "authoresses"; -lin authoritarian_A = compoundA (mkA "authoritarian"); -lin authoritarian_N = mkN "authoritarian" "authoritarians"; -lin authoritarianism_N = mkN "authoritarianism" "-" {- FIXME: no plural form -}; -lin authoritative_A = compoundA (mkA "authoritative"); -lin authoritatively_Adv = mkAdv "authoritatively"; -lin authority_N = mkN "authority" "authorities"; -lin authorization_N = mkN "authorization" "-" {- FIXME: no plural form -}; -lin authorize_V2 = mkV2 (mkV "authorize" "authorizes" "authorized" "authorized" "authorizing"); -lin authorship_N = mkN "authorship" "-" {- FIXME: no plural form -}; -lin autism_N = mkN "autism" "-" {- FIXME: no plural form -}; -lin autistic_A = compoundA (mkA "autistic"); -lin auto_N = mkN "auto" "autos"; -lin auto_changer_N = mkN "auto-changer" "auto-changers"; -lin auto_da_fe_N = mkN "auto-da-fé" "IRREG"; -lin autobahn_N = mkN "autobahn" "autobahns"; -lin autobiographic_A = compoundA (mkA "autobiographic"); -lin autobiographical_A = compoundA (mkA "autobiographical"); -lin autobiography_N = mkN "autobiography" "autobiographies"; -lin autocracy_N = mkN "autocracy" "autocracies"; -lin autocrat_N = mkN "autocrat" "autocrats"; -lin autocratic_A = compoundA (mkA "autocratic"); -lin autocratically_Adv = mkAdv "autocratically"; -lin autogiro_N = mkN "autogiro" "autogiros"; -lin autograph_N = mkN "autograph" "autographs"; -lin autograph_V2 = mkV2 (mkV "autograph" "autographs" "autographed" "autographed" "autographing"); -lin autogyro_N = mkN "autogyro" "autogyros"; -lin automat_N = mkN "automat" "automats"; -lin automate_V2 = mkV2 (mkV "automate" "automates" "automated" "automated" "automating"); -lin automatic_A = compoundA (mkA "automatic"); -lin automatic_N = mkN "automatic" "automatics"; -lin automatically_Adv = mkAdv "automatically"; -lin automation_N = mkN "automation" "-" {- FIXME: no plural form -}; -lin automaton_N = mkN "automaton" "automatons"; -lin automobile_N = mkN "automobile" "automobiles"; -lin autonomous_A = compoundA (mkA "autonomous"); -lin autonomy_N = mkN "autonomy" "autonomies"; -lin autopsy_N = mkN "autopsy" "autopsies"; -lin autostrada_N = mkN "autostrada" "autostradas"; -lin autumn_N = mkN "autumn" "autumns"; -lin autumnal_A = compoundA (mkA "autumnal"); -lin auxiliary_A = compoundA (mkA "auxiliary"); -lin auxiliary_N = mkN "auxiliary" "auxiliaries"; -lin avail_N = mkN "avail" "-" {- FIXME: no plural form -}; -lin avail_V = mkV "avail" "avails" "availed" "availed" "availing"; -lin avail_V2 = mkV2 (mkV "avail" "avails" "availed" "availed" "availing"); -lin availability_N = mkN "availability" "-" {- FIXME: no plural form -}; -lin available_A = compoundA (mkA "available"); -lin avalanche_N = mkN "avalanche" "avalanches"; -lin avant_garde_N = mkN "avant-garde" "IRREG"; -lin avarice_N = mkN "avarice" "-" {- FIXME: no plural form -}; -lin avaricious_A = compoundA (mkA "avaricious"); -lin avariciously_Adv = mkAdv "avariciously"; -lin avatar_N = mkN "avatar" "avatars"; -lin ave_PN = mkPN "Ave"; -lin aveley_PN = mkPN "Aveley"; -lin avenge_V2 = mkV2 (mkV "avenge" "avenges" "avenged" "avenged" "avenging"); -lin avenger_N = mkN "avenger" "avengers"; -lin avenue_N = mkN "avenue" "avenues"; -lin aver_V2 = mkV2 (mkV "aver" "avers" "averred" "averred" "averring"); -lin average_A = compoundA (mkA "average"); -lin average_N = mkN "average" "averages"; -lin average_V = mkV "average" "averages" "averaged" "averaged" "averaging"; -lin average_V2 = mkV2 (mkV "average" "averages" "averaged" "averaged" "averaging"); -lin averse_A = compoundA (mkA "averse"); -lin aversion_N = mkN "aversion" "aversions"; -lin avert_V2 = mkV2 (mkV "avert" "averts" "averted" "averted" "averting"); -lin aviary_N = mkN "aviary" "aviaries"; -lin aviation_N = mkN "aviation" "-" {- FIXME: no plural form -}; -lin aviator_N = mkN "aviator" "aviators"; -lin avid_A = compoundA (mkA "avid"); -lin avidity_N = mkN "avidity" "-" {- FIXME: no plural form -}; -lin avidly_Adv = mkAdv "avidly"; -lin avignon_PN = mkPN "Avignon"; -lin avocado_N = mkN "avocado" "avocados"; -lin avocation_N = mkN "avocation" "avocations"; -lin avoid_V2 = mkV2 (mkV "avoid" "avoids" "avoided" "avoided" "avoiding"); -lin avoidable_A = compoundA (mkA "avoidable"); -lin avoidance_N = mkN "avoidance" "-" {- FIXME: no plural form -}; -lin avoirdupois_N = mkN "avoirdupois" "-" {- FIXME: no plural form -}; -lin avon_PN = mkPN "Avon"; -lin avouch_V = mkV "avouch" "avouches" "avouched" "avouched" "avouching"; -lin avouch_V2 = mkV2 (mkV "avouch" "avouches" "avouched" "avouched" "avouching"); -lin avow_V2 = mkV2 (mkV "avow" "avows" "avowed" "avowed" "avowing"); -lin avowal_N = mkN "avowal" "avowals"; -lin avowedly_Adv = mkAdv "avowedly"; -lin avuncular_A = compoundA (mkA "avuncular"); -lin await_V2 = mkV2 (mkV "await" "awaits" "awaited" "awaited" "awaiting"); -lin awake_A = compoundA (mkA "awake"); -lin awake_V = IrregEng.awake_V; -lin awaken_V2 = mkV2 (mkV "awaken" "awakens" "awakened" "awakened" "awakening"); -lin awakening_N = mkN "awakening" "awakenings"; -lin award_N = mkN "award" "awards"; -lin award_V2 = mkV2 (mkV "award" "awards" "awarded" "awarded" "awarding"); -lin aware_A = compoundA (mkA "aware"); -lin awareness_N = mkN "awareness" "-" {- FIXME: no plural form -}; -lin awash_A = compoundA (mkA "awash"); -lin away_A = compoundA (mkA "away"); -lin away_Adv = mkAdv "away"; -lin awe_N = mkN "awe" "-" {- FIXME: no plural form -}; -lin awe_V2 = mkV2 (mkV "awe" "awes" "awed" "awed" "awing"); -lin awe_inspiring_A = compoundA (mkA "awe-inspiring"); -lin awe_stricken_A = compoundA (mkA "awe-stricken"); -lin awe_struck_A = compoundA (mkA "awe-struck"); -lin aweigh_Adv = mkAdv "aweigh"; -lin awesome_A = compoundA (mkA "awesome"); -lin awful_A = compoundA (mkA "awful"); -lin awfully_Adv = mkAdv "awfully"; -lin awhile_Adv = mkAdv "awhile"; -lin awkward_A = compoundA (mkA "awkward"); -lin awkwardly_Adv = mkAdv "awkwardly"; -lin awkwardness_N = mkN "awkwardness" "-" {- FIXME: no plural form -}; -lin awl_N = mkN "awl" "awls"; -lin awning_N = mkN "awning" "awnings"; -lin awol_PN = mkPN "Awol"; -lin awry_A = compoundA (mkA "awry"); -lin awry_Adv = mkAdv "awry"; -lin ax_N = mkN "ax" "axes"; -lin ax_V2 = mkV2 (mkV "ax" "axes" "axed" "axed" "axing"); -lin axe_N = mkN "axe" "axes"; -lin axe_V2 = mkV2 (mkV "axe" "axes" "axed" "axed" "axing"); -lin axiom_N = mkN "axiom" "axioms"; -lin axiomatic_A = compoundA (mkA "axiomatic"); -lin axiomatically_Adv = mkAdv "axiomatically"; -lin axis_N = mkN "axis" "axes" {- FIXME: guessed plural form -}; -lin axle_N = mkN "axle" "axles"; -lin ay_Adv = mkAdv "ay"; -lin ayah_N = mkN "ayah" "ayahs"; -lin aycliffe_PN = mkPN "Aycliffe"; -lin aye_Adv = mkAdv "aye"; -lin aylesbury_PN = mkPN "Aylesbury"; -lin aylesford_PN = mkPN "Aylesford"; -lin ayr_PN = mkPN "Ayr"; -lin azalea_N = mkN "azalea" "azaleas"; -lin azimuth_N = mkN "azimuth" "azimuths"; -lin azure_A = compoundA (mkA "azure"); -lin azure_N = mkN "azure" "azures"; -lin b_ed_N = mkN "b ed" "-" {- FIXME: no plural form -}; -lin ba_N = mkN "ba" "-" {- FIXME: no plural form -}; -lin baa_N = mkN "baa" "baas"; -lin baa_V = mkV "baa" "baas" "baaed" "baaed" "baaing"; -lin baa_lamb_N = mkN "baa-lamb" "baa-lambs"; -lin baas_N = mkN "baas" "IRREG"; -lin babble_N = mkN "babble" "-" {- FIXME: no plural form -}; -lin babble_V = mkV "babble" "babbles" "babbled" "babbled" "babbling"; -lin babble_V2 = mkV2 (mkV "babble" "babbles" "babbled" "babbled" "babbling"); -lin babbler_N = mkN "babbler" "babblers"; -lin babe_N = mkN "babe" "babes"; -lin babel_N = mkN "babel" "babels"; -lin baboo_N = mkN "baboo" "baboos"; -lin baboon_N = mkN "baboon" "baboons"; -lin babs_PN = mkPN "Babs"; -lin babu_N = mkN "babu" "babus"; -lin baby_N = mkN "baby" "babies"; -lin baby_V2 = mkV2 (mkV "baby" "babies" "babied" "babied" "babying"); -lin baby_faced_A = compoundA (mkA "baby-faced"); -lin baby_farmer_N = mkN "baby-farmer" "baby-farmers"; -lin baby_minder_N = mkN "baby-minder" "baby-minders"; -lin baby_talk_N = mkN "baby-talk" "-" {- FIXME: no plural form -}; -lin babyhood_N = mkN "babyhood" "IRREG"; -lin babyish_A = compoundA (mkA "babyish"); -lin babysit_V = mkV "baby" IrregEng.sit_V; -lin babysitter_N = mkN "babysitter" "babysitters"; -lin babysitting_N = mkN "babysitting" "-" {- FIXME: no plural form -}; -lin baccalaureate_N = mkN "baccalaureate" "baccalaureates"; -lin baccarat_N = mkN "baccarat" "-" {- FIXME: no plural form -}; -lin bacchanal_A = compoundA (mkA "bacchanal"); -lin bacchanal_N = mkN "bacchanal" "bacchanals"; -lin bacchanalian_A = compoundA (mkA "bacchanalian"); -lin baccy_N = mkN "baccy" "-" {- FIXME: no plural form -}; -lin bachelor_N = mkN "bachelor" "bachelors"; -lin bacillus_N = mkN "bacillus" "bacilli" {- FIXME: guessed plural form -}; -lin back_Adv = mkAdv "back"; -lin back_N = mkN "back" "backs"; -lin back_V = mkV "back" "backs" "backed" "backed" "backing"; -lin back_V2 = mkV2 (mkV "back" "backs" "backed" "backed" "backing"); -lin back_breaking_A = compoundA (mkA "back-breaking"); -lin back_down_N = mkN "back-down" "back-downs"; -lin back_formation_N = mkN "back-formation" "back-formations"; -lin back_up_N = mkN "back-up" "back-ups"; -lin backache_N = mkN "backache" "backaches"; -lin backband_N = mkN "backband" "backbands"; -lin backbench_N = mkN "backbench" "backbenches"; -lin backbencher_N = mkN "backbencher" "backbenchers"; -lin backbite_V = mkV "back" IrregEng.bite_V; -lin backbite_V2 = mkV2 (mkV "back" IrregEng.bite_V); -lin backbiter_N = mkN "backbiter" "backbiters"; -lin backboard_N = mkN "backboard" "backboards"; -lin backbone_N = mkN "backbone" "backbones"; -lin backchat_N = mkN "backchat" "-" {- FIXME: no plural form -}; -lin backcloth_N = mkN "backcloth" "backcloths"; -lin backdate_V2 = mkV2 (mkV "backdate" "backdates" "backdated" "backdated" "backdating"); -lin backdoor_N = mkN "backdoor" "backdoors"; -lin backdrop_N = mkN "backdrop" "backdrops"; -lin backer_N = mkN "backer" "backers"; -lin backfire_N = mkN "backfire" "backfires"; -lin backfire_V = mkV "backfire" "backfires" "backfired" "backfired" "backfiring"; -lin backgammon_N = mkN "backgammon" "-" {- FIXME: no plural form -}; -lin background_N = mkN "background" "backgrounds"; -lin backhand_A = compoundA (mkA "backhand"); -lin backhanded_A = compoundA (mkA "backhanded"); -lin backing_N = mkN "backing" "backings"; -lin backlash_N = mkN "backlash" "-" {- FIXME: no plural form -}; -lin backless_A = compoundA (mkA "backless"); -lin backlog_N = mkN "backlog" "backlogs"; -lin backmost_A = compoundA (mkA "backmost"); -lin backpedal_V = mkV "backpedal" "backpedals" "backpedalled" "backpedalled" "backpedalling"; -lin backroom_N = mkN "backroom" "backrooms"; -lin backscratcher_N = mkN "backscratcher" "backscratchers"; -lin backseat_N = mkN "backseat" "backseats"; -lin backsheesh_N = mkN "backsheesh" "backsheesh"; -lin backside_N = mkN "backside" "backsides"; -lin backslide_V = mkV "back" IrregEng.slide_V; -lin backspace_V = mkV "backspace" "backspaces" "backspaced" "backspaced" "backspacing"; -lin backstage_Adv = mkAdv "backstage"; -lin backstair_A = compoundA (mkA "backstair"); -lin backstroke_N = mkN "backstroke" "backstrokes"; -lin backsword_N = mkN "backsword" "backswords"; -lin backtalk_N = mkN "backtalk" "-" {- FIXME: no plural form -}; -lin backward_A = compoundA (mkA "backward"); -lin backward_Adv = mkAdv "backward"; -lin backwards_A = compoundA (mkA "backwards"); -lin backwards_Adv = mkAdv "backwards"; -lin backwash_N = mkN "backwash" "-" {- FIXME: no plural form -}; -lin backwater_N = mkN "backwater" "backwaters"; -lin backwoodsman_N = mkN "backwoodsman" "backwoodsmen" {- FIXME: guessed plural form -}; -lin backworth_PN = mkPN "Backworth"; -lin bacon_N = mkN "bacon" "-" {- FIXME: no plural form -}; -lin bacterial_A = compoundA (mkA "bacterial"); -lin bacteriologist_N = mkN "bacteriologist" "bacteriologists"; -lin bacteriology_N = mkN "bacteriology" "-" {- FIXME: no plural form -}; -lin bacterium_N = mkN "bacterium" "bacteria" {- FIXME: guessed plural form -}; -lin bacup_PN = mkPN "Bacup"; -lin bad_A = mkA "bad" "badder*"; -lin bad_N = mkN "bad" "-" {- FIXME: no plural form -}; -lin badajoz_PN = mkPN "Badajoz"; -lin badalona_PN = mkPN "Badalona"; -lin badge_N = mkN "badge" "badges"; -lin badger_N = mkN "badger" "badgers"; -lin badger_V2 = mkV2 (mkV "badger" "badgers" "badgered" "badgered" "badgering"); -lin badinage_N = mkN "badinage" "-" {- FIXME: no plural form -}; -lin badly_Adv = mkAdv "badly"; -lin badly_behaved_A = compoundA (mkA "badly-behaved"); -lin badminton_N = mkN "badminton" "-" {- FIXME: no plural form -}; -lin badness_N = mkN "badness" "-" {- FIXME: no plural form -}; -lin baffle_N = mkN "baffle" "baffles"; -lin baffle_V2 = mkV2 (mkV "baffle" "baffles" "baffled" "baffled" "baffling"); -lin bag_N = mkN "bag" "bags"; -lin bag_V = mkV "bag" "bags" "bagged" "bagged" "bagging"; -lin bag_V2 = mkV2 (mkV "bag" "bags" "bagged" "bagged" "bagging"); -lin bagatelle_N = mkN "bagatelle" "bagatelles"; -lin baggage_N = mkN "baggage" "-" {- FIXME: no plural form -}; -lin baggy_A = compoundA (mkA "baggy"); -lin baghdad_PN = mkPN "Baghdad"; -lin bagnio_N = mkN "bagnio" "bagnios"; -lin bagpipe_N = mkN "bagpipe" "bagpipes"; -lin bahamas_PN = mkPN "Bahamas"; -lin bahamian_A = compoundA (mkA "bahamian"); -lin bahamian_N = mkN "bahamian" "bahamians"; -lin bahasa_N = mkN "bahasa" "-" {- FIXME: no plural form -}; -lin bahrain_PN = mkPN "Bahrain"; -lin bahraini_A = compoundA (mkA "bahraini"); -lin bahraini_N = mkN "bahraini" "bahrainis"; -lin bail_N = mkN "bail" "bails"; -lin bail_V = mkV "bail" "bails" "bailed" "bailed" "bailing"; -lin bail_V2 = mkV2 (mkV "bail" "bails" "bailed" "bailed" "bailing"); -lin bailee_N = mkN "bailee" "bailees"; -lin bailey_N = mkN "bailey" "baileys"; -lin bailey_PN = mkPN "Bailey"; -lin bailiff_N = mkN "bailiff" "bailiffs"; -lin bailment_N = mkN "bailment" "bailments"; -lin bailor_N = mkN "bailor" "bailors"; -lin bairn_N = mkN "bairn" "bairns"; -lin bait_N = mkN "bait" "baits"; -lin bait_V = mkV "bait" "baits" "baited" "baited" "baiting"; -lin bait_V2 = mkV2 (mkV "bait" "baits" "baited" "baited" "baiting"); -lin baize_N = mkN "baize" "-" {- FIXME: no plural form -}; -lin bake_V = mkV "bake" "bakes" "baked" "baked" "baking"; -lin bake_V2 = mkV2 (mkV "bake" "bakes" "baked" "baked" "baking"); -lin bakelite_N = mkN "bakelite" "-" {- FIXME: no plural form -}; -lin baker_N = mkN "baker" "bakers"; -lin bakery_N = mkN "bakery" "bakeries"; -lin baking_hot_A = compoundA (mkA "baking-hot"); -lin baking_powder_N = mkN "baking-powder" "baking-powders"; -lin baksheesh_N = mkN "baksheesh" "baksheesh"; -lin baku_PN = mkPN "Baku"; -lin balaclava_N = mkN "balaclava" "balaclavas"; -lin balalaika_N = mkN "balalaika" "balalaikas"; -lin balance_N = mkN "balance" "balances"; -lin balance_V = mkV "balance" "balances" "balanced" "balanced" "balancing"; -lin balance_V2 = mkV2 (mkV "balance" "balances" "balanced" "balanced" "balancing"); -lin balance_sheet_N = mkN "balance-sheet" "balance-sheets"; -lin balance_wheel_N = mkN "balance-wheel" "balance-wheels"; -lin balconied_A = compoundA (mkA "balconied"); -lin balcony_N = mkN "balcony" "balconies"; -lin bald_A = mkA "bald" "balder"; -lin bald_head_N = mkN "bald-head" "bald-heads"; -lin bald_pate_N = mkN "bald-pate" "bald-pates"; -lin balderdash_N = mkN "balderdash" "-" {- FIXME: no plural form -}; -lin baldly_Adv = mkAdv "baldly"; -lin baldness_N = mkN "baldness" "-" {- FIXME: no plural form -}; -lin baldock_PN = mkPN "Baldock"; -lin baldric_N = mkN "baldric" "baldrics"; -lin bale_N = mkN "bale" "bales"; -lin bale_V2 = mkV2 (mkV "bale" "bales" "baled" "baled" "baling"); -lin baleful_A = compoundA (mkA "baleful"); -lin balefully_Adv = mkAdv "balefully"; -lin balk_N = mkN "balk" "balks"; -lin balk_V = mkV "balk" "balks" "balked" "balked" "balking"; -lin balk_V2 = mkV2 (mkV "balk" "balks" "balked" "balked" "balking"); -lin ball_N = mkN "ball" "balls"; -lin ball_V = mkV "ball" "balls" "balled" "balled" "balling"; -lin ball_V2 = mkV2 (mkV "ball" "balls" "balled" "balled" "balling"); -lin ball_cartridge_N = mkN "ball-cartridge" "ball-cartridges"; -lin ball_dress_N = mkN "ball-dress" "ball-dresses"; -lin ballad_N = mkN "ballad" "ballads"; -lin ballade_N = mkN "ballade" "ballades"; -lin ballast_N = mkN "ballast" "-" {- FIXME: no plural form -}; -lin ballast_V2 = mkV2 (mkV "ballast" "ballasts" "ballasted" "ballasted" "ballasting"); -lin ballbearing_N = mkN "ballbearing" "ballbearings"; -lin ballcock_N = mkN "ballcock" "ballcocks"; -lin ballerina_N = mkN "ballerina" "ballerinas"; -lin ballet_N = mkN "ballet" "ballets"; -lin ballet_dancer_N = mkN "ballet-dancer" "ballet-dancers"; -lin ballet_skirt_N = mkN "ballet-skirt" "ballet-skirts"; -lin ballistic_A = compoundA (mkA "ballistic"); -lin ballistics_N = mkN "ballistics" "ballistics"; -lin ballock_N = mkN "ballock" "ballocks"; -lin balloon_N = mkN "balloon" "balloons"; -lin balloon_V = mkV "balloon" "balloons" "ballooned" "ballooned" "ballooning"; -lin balloonist_N = mkN "balloonist" "balloonists"; -lin ballot_N = mkN "ballot" "ballots"; -lin ballot_V = mkV "ballot" "ballots" "balloted" "balloted" "balloting"; -lin ballot_box_N = mkN "ballot-box" "ballot-boxes"; -lin ballpen_N = mkN "ballpen" "ballpens"; -lin ballpoint_N = mkN "ballpoint" "ballpoints"; -lin ballpoint_pen_N = mkN "ballpoint-pen" "ballpoint-pens"; -lin ballroom_N = mkN "ballroom" "ballrooms"; -lin balls_up_N = mkN "balls-up" "balls-ups"; -lin bally_A = compoundA (mkA "bally"); -lin bally_Adv = mkAdv "bally"; -lin ballyhoo_N = mkN "ballyhoo" "-" {- FIXME: no plural form -}; -lin balm_N = mkN "balm" "-" {- FIXME: no plural form -}; -lin balmy_A = mkA "balmy" "balmier"; -lin baloney_N = mkN "baloney" "-" {- FIXME: no plural form -}; -lin balsa_N = mkN "balsa" "balsas"; -lin balsam_N = mkN "balsam" "balsams"; -lin baltimore_PN = mkPN "Baltimore"; -lin baluster_N = mkN "baluster" "balusters"; -lin balustrade_N = mkN "balustrade" "balustrades"; -lin bambino_N = mkN "bambino" "bambinos"; -lin bamboo_N = mkN "bamboo" "bamboos"; -lin bamboozle_V2 = mkV2 (mkV "bamboozle" "bamboozles" "bamboozled" "bamboozled" "bamboozling"); -lin ban_N = mkN "ban" "bans"; -lin ban_V2 = mkV2 (mkV "ban" "bans" "banned" "banned" "banning"); -lin banal_A = compoundA (mkA "banal"); -lin banality_N = mkN "banality" "banalities"; -lin banana_N = mkN "banana" "bananas"; -lin banbury_PN = mkPN "Banbury"; -lin band_N = mkN "band" "bands"; -lin band_V = mkV "band" "bands" "banded" "banded" "banding"; -lin band_V2 = mkV2 (mkV "band" "bands" "banded" "banded" "banding"); -lin band_saw_N = mkN "band-saw" "band-saws"; -lin bandage_N = mkN "bandage" "bandages"; -lin bandage_V2 = mkV2 (mkV "bandage" "bandages" "bandaged" "bandaged" "bandaging"); -lin bandanna_N = mkN "bandanna" "bandannas"; -lin bandbox_N = mkN "bandbox" "bandboxes"; -lin bandeau_N = mkN "bandeau" "bandeaux" {- FIXME: guessed plural form -}; -lin bandit_N = mkN "bandit" "bandits"; -lin banditry_N = mkN "banditry" "-" {- FIXME: no plural form -}; -lin bandleader_N = mkN "bandleader" "bandleaders"; -lin bandmaster_N = mkN "bandmaster" "bandmasters"; -lin bandoleer_N = mkN "bandoleer" "bandoleers"; -lin bandolier_N = mkN "bandolier" "bandoliers"; -lin bandsman_N = mkN "bandsman" "bandsmen" {- FIXME: guessed plural form -}; -lin bandstand_N = mkN "bandstand" "bandstands"; -lin bandung_PN = mkPN "Bandung"; -lin bandwagon_N = mkN "bandwagon" "bandwagons"; -lin bandy_A = mkA "bandy" "bandier"; -lin bandy_V2 = mkV2 (mkV "bandy" "bandies" "bandied" "bandied" "bandying"); -lin bandy_legged_A = compoundA (mkA "bandy-legged"); -lin bane_N = mkN "bane" "-" {- FIXME: no plural form -}; -lin baneful_A = compoundA (mkA "baneful"); -lin banefully_Adv = mkAdv "banefully"; -lin bang_Adv = mkAdv "bang"; -lin bang_N = mkN "bang" "bangs"; -lin bang_V = mkV "bang" "bangs" "banged" "banged" "banging"; -lin bang_V2 = mkV2 (mkV "bang" "bangs" "banged" "banged" "banging"); -lin bangalore_PN = mkPN "Bangalore"; -lin banger_N = mkN "banger" "bangers"; -lin bangkok_PN = mkPN "Bangkok"; -lin bangladesh_PN = mkPN "Bangladesh"; -lin bangladeshi_A = compoundA (mkA "bangladeshi"); -lin bangladeshi_N = mkN "bangladeshi" "bangladeshis"; -lin bangle_N = mkN "bangle" "bangles"; -lin bangor_PN = mkPN "Bangor"; -lin banian_N = mkN "banian" "banians"; -lin banian_tree_N = mkN "banian-tree" "banian-trees"; -lin banish_V2 = mkV2 (mkV "banish" "banishes" "banished" "banished" "banishing"); -lin banishment_N = mkN "banishment" "-" {- FIXME: no plural form -}; -lin banister_N = mkN "banister" "banisters"; -lin banjo_N = mkN "banjo" "banjos"; -lin bank_N = mkN "bank" "banks"; -lin bank_V = mkV "bank" "banks" "banked" "banked" "banking"; -lin bank_V2 = mkV2 (mkV "bank" "banks" "banked" "banked" "banking"); -lin bank_bill_N = mkN "bank-bill" "bank-bills"; -lin bank_book_N = mkN "bank-book" "bank-books"; -lin bank_draft_N = mkN "bank-draft" "bank-drafts"; -lin bank_rate_N = mkN "bank-rate" "bank-rates"; -lin banker_N = mkN "banker" "bankers"; -lin banking_N = mkN "banking" "-" {- FIXME: no plural form -}; -lin banknote_N = mkN "banknote" "banknotes"; -lin bankroll_N = mkN "bankroll" "bankrolls"; -lin bankrupt_A = compoundA (mkA "bankrupt"); -lin bankrupt_N = mkN "bankrupt" "bankrupts"; -lin bankrupt_V2 = mkV2 (mkV "bankrupt" "bankrupts" "bankrupted" "bankrupted" "bankrupting"); -lin bankruptcy_N = mkN "bankruptcy" "bankruptcies"; -lin banner_N = mkN "banner" "banners"; -lin banning_order_N = mkN "banning-order" "banning-orders"; -lin bannister_N = mkN "bannister" "bannisters"; -lin bannock_N = mkN "bannock" "bannocks"; -lin bannockburn_PN = mkPN "Bannockburn"; -lin banquet_N = mkN "banquet" "banquets"; -lin banquet_V = mkV "banquet" "banquets" "banqueted" "banqueted" "banqueting"; -lin banquet_V2 = mkV2 (mkV "banquet" "banquets" "banqueted" "banqueted" "banqueting"); -lin banshee_N = mkN "banshee" "banshees"; -lin bant_V = mkV "bant" "bants" "banted" "banted" "banting"; -lin bantam_N = mkN "bantam" "bantams"; -lin banter_N = mkN "banter" "-" {- FIXME: no plural form -}; -lin banter_V = mkV "banter" "banters" "bantered" "bantered" "bantering"; -lin banter_V2 = mkV2 (mkV "banter" "banters" "bantered" "bantered" "bantering"); -lin bantering_A = compoundA (mkA "bantering"); -lin banteringly_Adv = mkAdv "banteringly"; -lin banting_N = mkN "banting" "-" {- FIXME: no plural form -}; -lin bantry_PN = mkPN "Bantry"; -lin bantu_A = compoundA (mkA "bantu"); -lin bantu_N = mkN "bantu" "bantu"; -lin banyan_N = mkN "banyan" "banyans"; -lin baobab_N = mkN "baobab" "baobabs"; -lin baptism_N = mkN "baptism" "baptisms"; -lin baptismal_A = compoundA (mkA "baptismal"); -lin baptist_A = compoundA (mkA "baptist"); -lin baptist_N = mkN "baptist" "baptists"; -lin baptize_V2 = mkV2 (mkV "baptize" "baptizes" "baptized" "baptized" "baptizing"); -lin bar_N = mkN "bar" "bars"; -lin bar_V2 = mkV2 (mkV "bar" "bars" "barred" "barred" "barring"); -lin baracaldo_PN = mkPN "Baracaldo"; -lin barb_N = mkN "barb" "barbs"; -lin barbadian_A = compoundA (mkA "barbadian"); -lin barbadian_N = mkN "barbadian" "barbadians"; -lin barbados_PN = mkPN "Barbados"; -lin barbara_PN = mkPN "Barbara"; -lin barbarian_A = compoundA (mkA "barbarian"); -lin barbarian_N = mkN "barbarian" "barbarians"; -lin barbaric_A = compoundA (mkA "barbaric"); -lin barbarism_N = mkN "barbarism" "barbarisms"; -lin barbarity_N = mkN "barbarity" "barbarities"; -lin barbarize_V2 = mkV2 (mkV "barbarize" "barbarizes" "barbarized" "barbarized" "barbarizing"); -lin barbarous_A = compoundA (mkA "barbarous"); -lin barbarously_Adv = mkAdv "barbarously"; -lin barbecue_N = mkN "barbecue" "barbecues"; -lin barbecue_V2 = mkV2 (mkV "barbecue" "barbecues" "barbecued" "barbecued" "barbecuing"); -lin barbed_A = compoundA (mkA "barbed"); -lin barbel_N = mkN "barbel" "barbels"; -lin barber_N = mkN "barber" "barbers"; -lin barbican_N = mkN "barbican" "barbicans"; -lin barbitone_N = mkN "barbitone" "-" {- FIXME: no plural form -}; -lin barbiturate_N = mkN "barbiturate" "barbiturates"; -lin barcarole_N = mkN "barcarole" "barcaroles"; -lin barcarolle_N = mkN "barcarolle" "barcarolles"; -lin barcelona_PN = mkPN "Barcelona"; -lin bard_N = mkN "bard" "bards"; -lin bardic_A = compoundA (mkA "bardic"); -lin bardolatry_N = mkN "bardolatry" "-" {- FIXME: no plural form -}; -lin bare_A = mkA "bare" "barer"; -lin bare_V2 = mkV2 (mkV "bare" "bares" "bared" "bared" "baring"); -lin bareback_Adv = mkAdv "bareback"; -lin barebacked_A = compoundA (mkA "barebacked"); -lin barebacked_Adv = mkAdv "barebacked"; -lin barefaced_A = compoundA (mkA "barefaced"); -lin barefacedly_Adv = mkAdv "barefacedly"; -lin barefoot_Adv = mkAdv "barefoot"; -lin barefooted_A = compoundA (mkA "barefooted"); -lin barefooted_Adv = mkAdv "barefooted"; -lin bareheaded_A = compoundA (mkA "bareheaded"); -lin barelegged_A = compoundA (mkA "barelegged"); -lin barely_Adv = mkAdv "barely"; -lin bareness_N = mkN "bareness" "-" {- FIXME: no plural form -}; -lin bargain_N = mkN "bargain" "bargains"; -lin bargain_V = mkV "bargain" "bargains" "bargained" "bargained" "bargaining"; -lin bargain_V2 = mkV2 (mkV "bargain" "bargains" "bargained" "bargained" "bargaining"); -lin barge_N = mkN "barge" "barges"; -lin barge_V = mkV "barge" "barges" "barged" "barged" "barging"; -lin bargee_N = mkN "bargee" "bargees"; -lin bargepole_N = mkN "bargepole" "bargepoles"; -lin bargoed_PN = mkPN "Bargoed"; -lin bari_PN = mkPN "Bari"; -lin baritone_N = mkN "baritone" "baritones"; -lin barium_N = mkN "barium" "-" {- FIXME: no plural form -}; -lin bark_N = mkN "bark" "barks"; -lin bark_V = mkV "bark" "barks" "barked" "barked" "barking"; -lin bark_V2 = mkV2 (mkV "bark" "barks" "barked" "barked" "barking"); -lin barker_N = mkN "barker" "barkers"; -lin barking_PN = mkPN "Barking"; -lin barley_N = mkN "barley" "-" {- FIXME: no plural form -}; -lin barley_sugar_N = mkN "barley-sugar" "barley-sugars"; -lin barley_water_N = mkN "barley-water" "-" {- FIXME: no plural form -}; -lin barleycorn_N = mkN "barleycorn" "barleycorns"; -lin barm_N = mkN "barm" "-" {- FIXME: no plural form -}; -lin barmaid_N = mkN "barmaid" "barmaids"; -lin barman_N = mkN "barman" "barmen" {- FIXME: guessed plural form -}; -lin barmy_A = compoundA (mkA "barmy"); -lin barn_N = mkN "barn" "barns"; -lin barn_door_N = mkN "barn-door" "barn-doors"; -lin barnacle_N = mkN "barnacle" "barnacles"; -lin barnard_castle_PN = mkPN "Barnard castle"; -lin barnet_PN = mkPN "Barnet"; -lin barnoldswick_PN = mkPN "Barnoldswick"; -lin barnsley_PN = mkPN "Barnsley"; -lin barnstaple_PN = mkPN "Barnstaple"; -lin barnstorm_V = mkV "barnstorm" "barnstorms" "barnstormed" "barnstormed" "barnstorming"; -lin barnstormer_N = mkN "barnstormer" "barnstormers"; -lin barnyard_N = mkN "barnyard" "barnyards"; -lin barometer_N = mkN "barometer" "barometers"; -lin barometric_A = compoundA (mkA "barometric"); -lin baron_N = mkN "baron" "barons"; -lin baronage_N = mkN "baronage" "baronages"; -lin baroness_N = mkN "baroness" "baronesses"; -lin baronet_N = mkN "baronet" "baronets"; -lin baronetcy_N = mkN "baronetcy" "baronetcies"; -lin baronial_A = compoundA (mkA "baronial"); -lin barony_N = mkN "barony" "baronies"; -lin baroque_A = compoundA (mkA "baroque"); -lin baroque_N = mkN "baroque" "IRREG"; -lin barouche_N = mkN "barouche" "barouches"; -lin barque_N = mkN "barque" "barques"; -lin barrack_N = mkN "barrack" "barracks"; -lin barrack_V = mkV "barrack" "barracks" "barracked" "barracked" "barracking"; -lin barrack_V2 = mkV2 (mkV "barrack" "barracks" "barracked" "barracked" "barracking"); -lin barracking_N = mkN "barracking" "-" {- FIXME: no plural form -}; -lin barracuda_N = mkN "barracuda" "barracudas"; -lin barrage_N = mkN "barrage" "barrages"; -lin barranquilla_PN = mkPN "Barranquilla"; -lin barrel_N = mkN "barrel" "barrels"; -lin barrel_V2 = mkV2 (mkV "barrel" "barrels" "barrelled" "barrelled" "barrelling"); -lin barrelled_A = compoundA (mkA "barrelled"); -lin barren_A = compoundA (mkA "barren"); -lin barrenness_N = mkN "barrenness" "-" {- FIXME: no plural form -}; -lin barrhead_PN = mkPN "Barrhead"; -lin barricade_N = mkN "barricade" "barricades"; -lin barricade_V2 = mkV2 (mkV "barricade" "barricades" "barricaded" "barricaded" "barricading"); -lin barrier_N = mkN "barrier" "barriers"; -lin barrister_N = mkN "barrister" "barristers"; -lin barrow_N = mkN "barrow" "barrows"; -lin barrow_boy_N = mkN "barrow-boy" "barrow-boys"; -lin barrow_in_furness_PN = mkPN "Barrow-in-furness"; -lin barrow_man_N = mkN "barrow-man" "barrow-men" {- FIXME: guessed plural form -}; -lin barry_PN = mkPN "Barry"; -lin bart_PN = mkPN "Bart"; -lin bartender_N = mkN "bartender" "bartenders"; -lin barter_N = mkN "barter" "-" {- FIXME: no plural form -}; -lin barter_V = mkV "barter" "barters" "bartered" "bartered" "bartering"; -lin barter_V2 = mkV2 (mkV "barter" "barters" "bartered" "bartered" "bartering"); -lin barterer_N = mkN "barterer" "barterers"; -lin bartholomew_PN = mkPN "Bartholomew"; -lin barton_upon_humber_PN = mkPN "Barton-upon-humber"; -lin bas_relief_N = mkN "bas-relief" "bas-reliefs"; -lin basal_A = compoundA (mkA "basal"); -lin basalt_N = mkN "basalt" "-" {- FIXME: no plural form -}; -lin bascule_N = mkN "bascule" "bascules"; -lin base_A = mkA "base" "baser"; -lin base_N = mkN "base" "bases"; -lin base_V2 = mkV2 (mkV "base" "bases" "based" "based" "basing"); -lin baseball_N = mkN "baseball" "baseballs"; -lin baseboard_N = mkN "baseboard" "baseboards"; -lin basel_PN = mkPN "Basel"; -lin baseless_A = compoundA (mkA "baseless"); -lin basement_N = mkN "basement" "basements"; -lin bash_N = mkN "bash" "bashes"; -lin bash_V2 = mkV2 (mkV "bash" "bashes" "bashed" "bashed" "bashing"); -lin bashful_A = compoundA (mkA "bashful"); -lin bashfully_Adv = mkAdv "bashfully"; -lin basic_A = compoundA (mkA "basic"); -lin basically_Adv = mkAdv "basically"; -lin basil_N = mkN "basil" "-" {- FIXME: no plural form -}; -lin basil_PN = mkPN "Basil"; -lin basildon_PN = mkPN "Basildon"; -lin basilica_N = mkN "basilica" "basilicas"; -lin basilisk_N = mkN "basilisk" "basilisks"; -lin basin_N = mkN "basin" "basins"; -lin basingstoke_PN = mkPN "Basingstoke"; -lin basis_N = mkN "basis" "bases" {- FIXME: guessed plural form -}; -lin bask_V = mkV "bask" "basks" "basked" "basked" "basking"; -lin basket_N = mkN "basket" "baskets"; -lin basketball_N = mkN "basketball" "basketballs"; -lin basketry_N = mkN "basketry" "-" {- FIXME: no plural form -}; -lin bass_A = compoundA (mkA "bass"); -lin bass_N = mkN "bass" "-" {- FIXME: no plural form -}; -lin bassinet_N = mkN "bassinet" "bassinets"; -lin bassoon_N = mkN "bassoon" "bassoons"; -lin bast_N = mkN "bast" "-" {- FIXME: no plural form -}; -lin bastard_N = mkN "bastard" "bastards"; -lin bastardize_V2 = mkV2 (mkV "bastardize" "bastardizes" "bastardized" "bastardized" "bastardizing"); -lin bastardy_N = mkN "bastardy" "bastardies"; -lin baste_V2 = mkV2 (mkV "baste" "bastes" "basted" "basted" "basting"); -lin bastinado_N = mkN "bastinado" "bastinadi" {- FIXME: guessed plural form -}; -lin bastinado_V2 = mkV2 (mkV "bastinado" "bastinados" "bastinadoed" "bastinadoed" "bastinadoing"); -lin bastion_N = mkN "bastion" "bastions"; -lin bat_N = mkN "bat" "bats"; -lin bat_V = mkV "bat" "bats" "batted" "batted" "batting"; -lin bat_V2 = mkV2 (mkV "bat" "bats" "batted" "batted" "batting"); -lin batch_N = mkN "batch" "batches"; -lin bate_V2 = mkV2 (mkV "bate" "bates" "bated" "bated" "bating"); -lin bath_N = mkN "bath" "baths"; -lin bath_PN = mkPN "Bath"; -lin bath_V = mkV "bath" "baths" "bathed" "bathed" "bathing"; -lin bath_V2 = mkV2 (mkV "bath" "baths" "bathed" "bathed" "bathing"); -lin bath_chair_N = mkN "bath-chair" "bath-chairs"; -lin bathe_N = mkN "bathe" "bathes"; -lin bathe_V = mkV "bathe" "bathes" "bathed" "bathed" "bathing"; -lin bathe_V2 = mkV2 (mkV "bathe" "bathes" "bathed" "bathed" "bathing"); -lin bather_N = mkN "bather" "bathers"; -lin bathgate_PN = mkPN "Bathgate"; -lin bathing_N = mkN "bathing" "bathings"; -lin bathing_cap_N = mkN "bathing-cap" "bathing-caps"; -lin bathing_costume_N = mkN "bathing-costume" "bathing-costumes"; -lin bathing_machine_N = mkN "bathing-machine" "bathing-machines"; -lin bathing_suit_N = mkN "bathing-suit" "bathing-suits"; -lin bathos_N = mkN "bathos" "-" {- FIXME: no plural form -}; -lin bathrobe_N = mkN "bathrobe" "bathrobes"; -lin bathroom_N = mkN "bathroom" "bathrooms"; -lin bathtub_N = mkN "bathtub" "bathtubs"; -lin bathysphere_N = mkN "bathysphere" "bathyspheres"; -lin batik_N = mkN "batik" "batiks"; -lin batiste_N = mkN "batiste" "-" {- FIXME: no plural form -}; -lin batley_PN = mkPN "Batley"; -lin batman_N = mkN "batman" "batmen" {- FIXME: guessed plural form -}; -lin baton_N = mkN "baton" "batons"; -lin bats_A = compoundA (mkA "bats"); -lin batsman_N = mkN "batsman" "batsmen" {- FIXME: guessed plural form -}; -lin battalion_N = mkN "battalion" "battalions"; -lin batten_N = mkN "batten" "battens"; -lin batten_V = mkV "batten" "battens" "battened" "battened" "battening"; -lin batten_V2 = mkV2 (mkV "batten" "battens" "battened" "battened" "battening"); -lin batter_N = mkN "batter" "-" {- FIXME: no plural form -}; -lin batter_V = mkV "batter" "batters" "battered" "battered" "battering"; -lin batter_V2 = mkV2 (mkV "batter" "batters" "battered" "battered" "battering"); -lin battery_N = mkN "battery" "batteries"; -lin batting_N = mkN "batting" "-" {- FIXME: no plural form -}; -lin battle_N = mkN "battle" "battles"; -lin battle_V = mkV "battle" "battles" "battled" "battled" "battling"; -lin battle_axe_N = mkN "battle-axe" "battle-axes"; -lin battle_cruiser_N = mkN "battle-cruiser" "battle-cruisers"; -lin battledore_N = mkN "battledore" "battledores"; -lin battledress_N = mkN "battledress" "IRREG"; -lin battlefield_N = mkN "battlefield" "battlefields"; -lin battleground_N = mkN "battleground" "battlegrounds"; -lin battleship_N = mkN "battleship" "battleships"; -lin battue_N = mkN "battue" "battues"; -lin batty_A = compoundA (mkA "batty"); -lin bauble_N = mkN "bauble" "baubles"; -lin baulk_N = mkN "baulk" "baulks"; -lin baulk_V = mkV "baulk" "baulks" "baulked" "baulked" "baulking"; -lin baulk_V2 = mkV2 (mkV "baulk" "baulks" "baulked" "baulked" "baulking"); -lin bauxite_N = mkN "bauxite" "-" {- FIXME: no plural form -}; -lin bawbee_N = mkN "bawbee" "bawbees"; -lin bawd_N = mkN "bawd" "bawds"; -lin bawdily_Adv = mkAdv "bawdily"; -lin bawdy_A = mkA "bawdy" "bawdier"; -lin bawdy_N = mkN "bawdy" "-" {- FIXME: no plural form -}; -lin bawl_V = mkV "bawl" "bawls" "bawled" "bawled" "bawling"; -lin bawl_V2 = mkV2 (mkV "bawl" "bawls" "bawled" "bawled" "bawling"); -lin bay_A = compoundA (mkA "bay"); -lin bay_N = mkN "bay" "bays"; -lin bay_V = mkV "bay" "bays" "bayed" "bayed" "baying"; -lin bay_wreath_N = mkN "bay-wreath" "bay-wreaths"; -lin bayonet_N = mkN "bayonet" "bayonets"; -lin bayonet_V2 = mkV2 (mkV "bayonet" "bayonets" "bayoneted" "bayoneted" "bayoneting"); -lin bayou_N = mkN "bayou" "bayous"; -lin bazaar_N = mkN "bazaar" "bazaars"; -lin bazooka_N = mkN "bazooka" "bazookas"; -lin bbc_PN = mkPN "BBC"; -lin beach_N = mkN "beach" "beaches"; -lin beach_V2 = mkV2 (mkV "beach" "beaches" "beached" "beached" "beaching"); -lin beachcomber_N = mkN "beachcomber" "beachcombers"; -lin beachhead_N = mkN "beachhead" "beachheads"; -lin beachwear_N = mkN "beachwear" "-" {- FIXME: no plural form -}; -lin beacon_N = mkN "beacon" "beacons"; -lin beacon_fire_N = mkN "beacon-fire" "beacon-fires"; -lin beacon_light_N = mkN "beacon-light" "beacon-lights"; -lin beaconsfield_PN = mkPN "Beaconsfield"; -lin bead_N = mkN "bead" "beads"; -lin beading_N = mkN "beading" "-" {- FIXME: no plural form -}; -lin beadle_N = mkN "beadle" "beadles"; -lin beady_A = compoundA (mkA "beady"); -lin beagle_N = mkN "beagle" "beagles"; -lin beagling_N = mkN "beagling" "-" {- FIXME: no plural form -}; -lin beak_N = mkN "beak" "beaks"; -lin beaker_N = mkN "beaker" "beakers"; -lin beam_N = mkN "beam" "beams"; -lin beam_V = mkV "beam" "beams" "beamed" "beamed" "beaming"; -lin beam_V2 = mkV2 (mkV "beam" "beams" "beamed" "beamed" "beaming"); -lin bean_N = mkN "bean" "beans"; -lin beanfeast_N = mkN "beanfeast" "beanfeasts"; -lin beano_N = mkN "beano" "beanos"; -lin beanstalk_N = mkN "beanstalk" "beanstalks"; -lin bear_N = mkN "bear" "bears"; -lin bear_V = IrregEng.bear_V; -lin bear_V2 = mkV2 (IrregEng.bear_V); -lin bearable_A = compoundA (mkA "bearable"); -lin beard_N = mkN "beard" "beards"; -lin beard_V2 = mkV2 (mkV "beard" "beards" "bearded" "bearded" "bearding"); -lin bearded_A = compoundA (mkA "bearded"); -lin beardless_A = compoundA (mkA "beardless"); -lin bearer_N = mkN "bearer" "bearers"; -lin bearing_N = mkN "bearing" "bearings"; -lin bearish_A = compoundA (mkA "bearish"); -lin bearsden_PN = mkPN "Bearsden"; -lin bearskin_N = mkN "bearskin" "bearskins"; -lin beast_N = mkN "beast" "beasts"; -lin beastliness_N = mkN "beastliness" "-" {- FIXME: no plural form -}; -lin beastly_A = mkA "beastly" "beastlier"; -lin beastly_Adv = mkAdv "beastly"; -lin beat_A = compoundA (mkA "beat"); -lin beat_N = mkN "beat" "beats"; -lin beat_V = IrregEng.beat_V; -lin beat_V2 = mkV2 (IrregEng.beat_V); -lin beaten_A = compoundA (mkA "beaten"); -lin beater_N = mkN "beater" "beaters"; -lin beatific_A = compoundA (mkA "beatific"); -lin beatification_N = mkN "beatification" "beatifications"; -lin beatify_V2 = mkV2 (mkV "beatify" "beatifies" "beatified" "beatified" "beatifying"); -lin beating_N = mkN "beating" "beatings"; -lin beatitude_N = mkN "beatitude" "beatitudes"; -lin beatnik_N = mkN "beatnik" "beatniks"; -lin beatrice_PN = mkPN "Beatrice"; -lin beau_N = mkN "beau" "beaux" {- FIXME: guessed plural form -}; -lin beaujolais_N = mkN "beaujolais" "-" {- FIXME: no plural form -}; -lin beaumaris_PN = mkPN "Beaumaris"; -lin beauteous_A = compoundA (mkA "beauteous"); -lin beautician_N = mkN "beautician" "beauticians"; -lin beautiful_A = compoundA (mkA "beautiful"); -lin beautifully_Adv = mkAdv "beautifully"; -lin beautify_V2 = mkV2 (mkV "beautify" "beautifies" "beautified" "beautified" "beautifying"); -lin beauty_N = mkN "beauty" "beauties"; -lin beauty_parlour_N = mkN "beauty-parlour" "beauty-parlours"; -lin beauty_salon_N = mkN "beauty-salon" "beauty-salons"; -lin beauty_sleep_N = mkN "beauty-sleep" "-" {- FIXME: no plural form -}; -lin beauty_spot_N = mkN "beauty-spot" "beauty-spots"; -lin beaver_N = mkN "beaver" "beavers"; -lin beaver_V = mkV "beaver" "beavers" "beavered" "beavered" "beavering"; -lin bebington_PN = mkPN "Bebington"; -lin becalmed_A = compoundA (mkA "becalmed"); -lin beccles_PN = mkPN "Beccles"; -lin beck_N = mkN "beck" "becks"; -lin beckon_V = mkV "beckon" "beckons" "beckoned" "beckoned" "beckoning"; -lin beckon_V2 = mkV2 (mkV "beckon" "beckons" "beckoned" "beckoned" "beckoning"); -lin become_V = IrregEng.become_V; -lin become_V2 = mkV2 (IrregEng.become_V); -lin becoming_A = compoundA (mkA "becoming"); -lin becomingly_Adv = mkAdv "becomingly"; -lin bed_N = mkN "bed" "beds"; -lin bed_V2 = mkV2 (mkV "bed" "beds" "bedded" "bedded" "bedding"); -lin bedaubed_A = compoundA (mkA "bedaubed"); -lin bedbug_N = mkN "bedbug" "bedbugs"; -lin beddau_PN = mkPN "Beddau"; -lin bedded_A = compoundA (mkA "bedded"); -lin bedding_N = mkN "bedding" "-" {- FIXME: no plural form -}; -lin bedecked_A = compoundA (mkA "bedecked"); -lin bedevil_V2 = mkV2 (mkV "bedevil" "bedevils" "bedevilled" "bedevilled" "bedevilling"); -lin bedevilment_N = mkN "bedevilment" "bedevilments"; -lin bedewed_A = compoundA (mkA "bedewed"); -lin bedfellow_N = mkN "bedfellow" "bedfellows"; -lin bedford_PN = mkPN "Bedford"; -lin bedfordshire_PN = mkPN "Bedfordshire"; -lin bedimmed_A = compoundA (mkA "bedimmed"); -lin bedlam_N = mkN "bedlam" "bedlams"; -lin bedlington_PN = mkPN "Bedlington"; -lin bedouin_N = mkN "bedouin" "bedouin"; -lin bedpan_N = mkN "bedpan" "bedpans"; -lin bedpost_N = mkN "bedpost" "bedposts"; -lin bedraggled_A = compoundA (mkA "bedraggled"); -lin bedridden_A = compoundA (mkA "bedridden"); -lin bedrock_N = mkN "bedrock" "bedrocks"; -lin bedroll_N = mkN "bedroll" "bedrolls"; -lin bedroom_N = mkN "bedroom" "bedrooms"; -lin bedroomed_A = compoundA (mkA "bedroomed"); -lin bedside_N = mkN "bedside" "bedsides"; -lin bedsit_N = mkN "bedsit" "bedsits"; -lin bedsitter_N = mkN "bedsitter" "bedsitters"; -lin bedsitting_room_N = mkN "bedsitting-room" "bedsitting-rooms"; -lin bedsore_N = mkN "bedsore" "bedsores"; -lin bedspread_N = mkN "bedspread" "bedspreads"; -lin bedstead_N = mkN "bedstead" "bedsteads"; -lin bedtime_N = mkN "bedtime" "bedtimes"; -lin beduin_N = mkN "beduin" "beduin"; -lin bedwas_PN = mkPN "Bedwas"; -lin bee_N = mkN "bee" "bees"; -lin beech_N = mkN "beech" "beeches"; -lin beef_N = mkN "beef" "beeves" {- FIXME: guessed plural form -}; -lin beef_V = mkV "beef" "beefs" "beefed" "beefed" "beefing"; -lin beefeater_N = mkN "beefeater" "beefeaters"; -lin beefsteak_N = mkN "beefsteak" "beefsteaks"; -lin beefy_A = mkA "beefy" "beefier"; -lin beehive_N = mkN "beehive" "beehives"; -lin beep_N = mkN "beep" "beeps"; -lin beer_N = mkN "beer" "beers"; -lin beery_A = mkA "beery" "beerier"; -lin beeswax_N = mkN "beeswax" "-" {- FIXME: no plural form -}; -lin beeswax_V2 = mkV2 (mkV "beeswax" "beeswaxes" "beeswaxed" "beeswaxed" "beeswaxing"); -lin beet_N = mkN "beet" "beets"; -lin beetle_N = mkN "beetle" "beetles"; -lin beetle_V = mkV "beetle" "beetles" "beetled" "beetled" "beetling"; -lin beetle_browed_A = compoundA (mkA "beetle-browed"); -lin beetroot_N = mkN "beetroot" "beetroots"; -lin befall_V = mkV "be" IrregEng.fall_V; -lin befall_V2 = mkV2 (mkV "be" IrregEng.fall_V); -lin befit_V2 = mkV2 (mkV "befit" "befits" "befitted" "befitted" "befitting"); -lin befitting_A = compoundA (mkA "befitting"); -lin befittingly_Adv = mkAdv "befittingly"; -lin befogged_A = compoundA (mkA "befogged"); -lin before_Adv = mkAdv "before"; -lin beforehand_A = compoundA (mkA "beforehand"); -lin beforehand_Adv = mkAdv "beforehand"; -lin befoul_V2 = mkV2 (mkV "befoul" "befouls" "befouled" "befouled" "befouling"); -lin befriend_V2 = mkV2 (mkV "befriend" "befriends" "befriended" "befriended" "befriending"); -lin beg_V = mkV "beg" "begs" "begged" "begged" "begging"; -lin beg_V2 = mkV2 (mkV "beg" "begs" "begged" "begged" "begging"); -lin beget_V2 = mkV2 (mkV "be" IrregEng.get_V); -lin begetter_N = mkN "begetter" "begetters"; -lin beggar_N = mkN "beggar" "beggars"; -lin beggar_V2 = mkV2 (mkV "beggar" "beggars" "beggared" "beggared" "beggaring"); -lin beggarly_A = compoundA (mkA "beggarly"); -lin beggarman_N = mkN "beggarman" "beggarmen" {- FIXME: guessed plural form -}; -lin beggarwoman_N = mkN "beggarwoman" "beggarwomen" {- FIXME: guessed plural form -}; -lin beggary_N = mkN "beggary" "-" {- FIXME: no plural form -}; -lin begin_V = IrregEng.begin_V; -lin begin_V2 = mkV2 (IrregEng.begin_V); -lin beginner_N = mkN "beginner" "beginners"; -lin beginning_N = mkN "beginning" "beginnings"; -lin begonia_N = mkN "begonia" "begonias"; -lin begrimed_A = compoundA (mkA "begrimed"); -lin begrudge_V2 = mkV2 (mkV "begrudge" "begrudges" "begrudged" "begrudged" "begrudging"); -lin beguile_V2 = mkV2 (mkV "beguile" "beguiles" "beguiled" "beguiled" "beguiling"); -lin begum_N = mkN "begum" "begums"; -lin behalf_N = mkN "behalf" "behalves" {- FIXME: guessed plural form -}; -lin behave_V = mkV "behave" "behaves" "behaved" "behaved" "behaving"; -lin behaved_A = compoundA (mkA "behaved"); -lin behaviour_N = mkN "behaviour" "-" {- FIXME: no plural form -}; -lin behaviourism_N = mkN "behaviourism" "-" {- FIXME: no plural form -}; -lin behaviourist_N = mkN "behaviourist" "behaviourists"; -lin behead_V2 = mkV2 (mkV "behead" "beheads" "beheaded" "beheaded" "beheading"); -lin behest_N = mkN "behest" "behests"; -lin behind_Adv = mkAdv "behind"; -lin behind_N = mkN "behind" "behinds"; -lin behindhand_A = compoundA (mkA "behindhand"); -lin behold_V2 = mkV2 (mkV "be" IrregEng.hold_V); -lin beholden_A = compoundA (mkA "beholden"); -lin beholder_N = mkN "beholder" "beholders"; -lin behove_V2 = mkV2 (mkV "behove" "behoves" "behoved" "behoved" "behoving"); -lin beige_N = mkN "beige" "-" {- FIXME: no plural form -}; -lin being_N = mkN "being" "beings"; -lin beirut_PN = mkPN "Beirut"; -lin beith_PN = mkPN "Beith"; -lin bejewelled_A = compoundA (mkA "bejewelled"); -lin belabour_V2 = mkV2 (mkV "belabour" "belabours" "belaboured" "belaboured" "belabouring"); -lin belated_A = compoundA (mkA "belated"); -lin belatedly_Adv = mkAdv "belatedly"; -lin belay_N = mkN "belay" "belays"; -lin belay_V2 = mkV2 (mkV "belay" "belays" "belayed" "belayed" "belaying"); -lin belaying_pin_N = mkN "belaying-pin" "belaying-pins"; -lin belch_N = mkN "belch" "belches"; -lin belch_V = mkV "belch" "belches" "belched" "belched" "belching"; -lin belch_V2 = mkV2 (mkV "belch" "belches" "belched" "belched" "belching"); -lin beldam_N = mkN "beldam" "beldams"; -lin beldame_N = mkN "beldame" "beldames"; -lin beleaguer_V2 = mkV2 (mkV "beleaguer" "beleaguers" "beleaguered" "beleaguered" "beleaguering"); -lin belem_PN = mkPN "Belem"; -lin belfast_PN = mkPN "Belfast"; -lin belfry_N = mkN "belfry" "belfries"; -lin belgian_A = compoundA (mkA "belgian"); -lin belgian_N = mkN "belgian" "belgians"; -lin belgium_PN = mkPN "Belgium"; -lin belgrade_PN = mkPN "Belgrade"; -lin belie_V2 = mkV2 (mkV "be" IrregEng.lie_V); -lin belief_N = mkN "belief" "beliefs"; -lin believable_A = compoundA (mkA "believable"); -lin believe_V = mkV "believe" "believes" "believed" "believed" "believing"; -lin believe_V2 = mkV2 (mkV "believe" "believes" "believed" "believed" "believing"); -lin believer_N = mkN "believer" "believers"; -lin believing_N = mkN "believing" "-" {- FIXME: no plural form -}; -lin belike_Adv = mkAdv "belike"; -lin belinda_PN = mkPN "Belinda"; -lin belittle_V2 = mkV2 (mkV "belittle" "belittles" "belittled" "belittled" "belittling"); -lin bell_N = mkN "bell" "bells"; -lin bell_V2 = mkV2 (mkV "bell" "bells" "belled" "belled" "belling"); -lin bell_bottomed_A = compoundA (mkA "bell-bottomed"); -lin bell_buoy_N = mkN "bell-buoy" "bell-buoys"; -lin bell_flower_N = mkN "bell-flower" "bell-flowers"; -lin bell_founder_N = mkN "bell-founder" "bell-founders"; -lin bell_foundry_N = mkN "bell-foundry" "bell-foundries"; -lin bell_metal_N = mkN "bell-metal" "-" {- FIXME: no plural form -}; -lin bell_push_N = mkN "bell-push" "bell-pushes"; -lin bell_ringer_N = mkN "bell-ringer" "bell-ringers"; -lin bell_tent_N = mkN "bell-tent" "bell-tents"; -lin bella_PN = mkPN "Bella"; -lin belladonna_N = mkN "belladonna" "belladonnas"; -lin bellboy_N = mkN "bellboy" "bellboys"; -lin belle_N = mkN "belle" "belles"; -lin belle_PN = mkPN "Belle"; -lin bellhop_N = mkN "bellhop" "bellhops"; -lin bellicose_A = compoundA (mkA "bellicose"); -lin bellied_A = compoundA (mkA "bellied"); -lin belligerency_N = mkN "belligerency" "-" {- FIXME: no plural form -}; -lin belligerent_A = compoundA (mkA "belligerent"); -lin belligerent_N = mkN "belligerent" "belligerents"; -lin belligerently_Adv = mkAdv "belligerently"; -lin bellow_V = mkV "bellow" "bellows" "bellowed" "bellowed" "bellowing"; -lin bellow_V2 = mkV2 (mkV "bellow" "bellows" "bellowed" "bellowed" "bellowing"); -lin bellshill_PN = mkPN "Bellshill"; -lin bellwether_N = mkN "bellwether" "bellwethers"; -lin belly_N = mkN "belly" "bellies"; -lin belly_V = mkV "belly" "bellies" "bellied" "bellied" "bellying"; -lin belly_V2 = mkV2 (mkV "belly" "bellies" "bellied" "bellied" "bellying"); -lin bellyache_N = mkN "bellyache" "bellyaches"; -lin bellyache_V = mkV "bellyache" "bellyaches" "bellyached" "bellyached" "bellyaching"; -lin bellyflop_N = mkN "bellyflop" "bellyflops"; -lin bellyful_N = mkN "bellyful" "bellyfuls"; -lin bellyland_V = mkV "bellyland" "bellylands" "bellylanded" "bellylanded" "bellylanding"; -lin bellylaugh_N = mkN "bellylaugh" "bellylaughs"; -lin bellylaugh_V = mkV "bellylaugh" "bellylaughs" "bellylaughed" "bellylaughed" "bellylaughing"; -lin belo_horizonte_PN = mkPN "Belo Horizonte"; -lin belong_V = mkV "belong" "belongs" "belonged" "belonged" "belonging"; -lin beloved_A = compoundA (mkA "beloved"); -lin beloved_N = mkN "beloved" "beloveds"; -lin below_Adv = mkAdv "below"; -lin belper_PN = mkPN "Belper"; -lin belt_N = mkN "belt" "belts"; -lin belt_V2 = mkV2 (mkV "belt" "belts" "belted" "belted" "belting"); -lin belting_N = mkN "belting" "beltings"; -lin bemoan_V2 = mkV2 (mkV "bemoan" "bemoans" "bemoaned" "bemoaned" "bemoaning"); -lin bemused_A = compoundA (mkA "bemused"); -lin ben_N = mkN "ben" "bens"; -lin ben_PN = mkPN "Ben"; -lin bench_N = mkN "bench" "benches"; -lin bend_N = mkN "bend" "bends"; -lin bend_V = mkV "bend" "bends" "bended" "bended" "bending"; -lin bend_V2 = mkV2 (mkV "bend" "bends" "bended" "bended" "bending"); -lin beneath_Adv = mkAdv "beneath"; -lin benedick_N = mkN "benedick" "benedicks"; -lin benedictine_A = compoundA (mkA "benedictine"); -lin benedictine_N = mkN "benedictine" "benedictines"; -lin benediction_N = mkN "benediction" "benedictions"; -lin benefaction_N = mkN "benefaction" "benefactions"; -lin benefactor_N = mkN "benefactor" "benefactors"; -lin benefactress_N = mkN "benefactress" "benefactresses"; -lin benefice_N = mkN "benefice" "benefices"; -lin beneficed_A = compoundA (mkA "beneficed"); -lin beneficence_N = mkN "beneficence" "-" {- FIXME: no plural form -}; -lin beneficent_A = compoundA (mkA "beneficent"); -lin beneficial_A = compoundA (mkA "beneficial"); -lin beneficially_Adv = mkAdv "beneficially"; -lin beneficiary_N = mkN "beneficiary" "beneficiaries"; -lin benefit_N = mkN "benefit" "benefits"; -lin benefit_V = mkV "benefit" "benefits" "benefited" "benefited" "benefiting"; -lin benefit_V2 = mkV2 (mkV "benefit" "benefits" "benefited" "benefited" "benefiting"); -lin benevolence_N = mkN "benevolence" "-" {- FIXME: no plural form -}; -lin benevolent_A = compoundA (mkA "benevolent"); -lin benevolently_Adv = mkAdv "benevolently"; -lin bengali_A = compoundA (mkA "bengali"); -lin bengali_N = mkN "bengali" "bengalis"; -lin benighted_A = compoundA (mkA "benighted"); -lin benign_A = compoundA (mkA "benign"); -lin benignant_A = compoundA (mkA "benignant"); -lin benignantly_Adv = mkAdv "benignantly"; -lin benignity_N = mkN "benignity" "benignities"; -lin benignly_Adv = mkAdv "benignly"; -lin benin_PN = mkPN "Benin"; -lin beninese_A = compoundA (mkA "beninese"); -lin beninese_N = mkN "beninese" "beninese"; -lin benison_N = mkN "benison" "benisons"; -lin benjamin_PN = mkPN "Benjamin"; -lin benny_PN = mkPN "Benny"; -lin bent_A = compoundA (mkA "bent"); -lin bent_N = mkN "bent" "bents"; -lin benumbed_A = compoundA (mkA "benumbed"); -lin benzedrine_N = mkN "benzedrine" "benzedrines"; -lin benzene_N = mkN "benzene" "-" {- FIXME: no plural form -}; -lin benzine_N = mkN "benzine" "-" {- FIXME: no plural form -}; -lin benzol_N = mkN "benzol" "-" {- FIXME: no plural form -}; -lin beograd_PN = mkPN "Beograd"; -lin bequeath_V2 = mkV2 (mkV "bequeath" "bequeaths" "bequeathed" "bequeathed" "bequeathing"); -lin bequest_N = mkN "bequest" "bequests"; -lin berate_V2 = mkV2 (mkV "berate" "berates" "berated" "berated" "berating"); -lin bereave_V2 = mkV2 (mkV "bereave" "bereaves" "bereaved" "bereaved" "bereaving"); -lin bereavement_N = mkN "bereavement" "bereavements"; -lin beret_N = mkN "beret" "berets"; -lin berg_N = mkN "berg" "bergs"; -lin bergamo_PN = mkPN "Bergamo"; -lin bergen_PN = mkPN "Bergen"; -lin beri_beri_N = mkN "beri-beri" "-" {- FIXME: no plural form -}; -lin berkhamsted_PN = mkPN "Berkhamsted"; -lin berkshire_PN = mkPN "Berkshire"; -lin berlin_PN = mkPN "Berlin"; -lin bermuda_PN = mkPN "Bermuda"; -lin bermudan_A = compoundA (mkA "bermudan"); -lin bermudan_N = mkN "bermudan" "bermudans"; -lin bern_PN = mkPN "Bern"; -lin bernard_PN = mkPN "Bernard"; -lin bernie_PN = mkPN "Bernie"; -lin berry_N = mkN "berry" "berries"; -lin berserk_A = compoundA (mkA "berserk"); -lin bert_PN = mkPN "Bert"; -lin berth_N = mkN "berth" "berths"; -lin berth_V = mkV "berth" "berths" "berthed" "berthed" "berthing"; -lin berth_V2 = mkV2 (mkV "berth" "berths" "berthed" "berthed" "berthing"); -lin bertha_PN = mkPN "Bertha"; -lin bertie_PN = mkPN "Bertie"; -lin berwick_upon_tweed_PN = mkPN "Berwick-upon-tweed"; -lin beryl_N = mkN "beryl" "beryls"; -lin beryl_PN = mkPN "Beryl"; -lin beseech_V2 = mkV2 (mkV "beseech" "beseeches" "beseeched" "beseeched" "beseeching"); -lin beseeching_A = compoundA (mkA "beseeching"); -lin beseechingly_Adv = mkAdv "beseechingly"; -lin beseem_V2 = mkV2 (mkV "beseem" "beseems" "beseemed" "beseemed" "beseeming"); -lin beset_V2 = mkV2 (IrregEng.beset_V); -lin beshrew_V2 = mkV2 (mkV "beshrew" "beshrews" "beshrewed" "beshrewed" "beshrewing"); -lin besides_Adv = mkAdv "besides"; -lin besiege_V2 = mkV2 (mkV "besiege" "besieges" "besieged" "besieged" "besieging"); -lin besieger_N = mkN "besieger" "besiegers"; -lin besmear_V2 = mkV2 (mkV "besmear" "besmears" "besmeared" "besmeared" "besmearing"); -lin besmirch_V2 = mkV2 (mkV "besmirch" "besmirches" "besmirched" "besmirched" "besmirching"); -lin besom_N = mkN "besom" "besoms"; -lin besotted_A = compoundA (mkA "besotted"); -lin bespangled_A = compoundA (mkA "bespangled"); -lin bespattered_A = compoundA (mkA "bespattered"); -lin bespeak_V2 = mkV2 (mkV "be" IrregEng.speak_V); -lin bespectacled_A = compoundA (mkA "bespectacled"); -lin bess_PN = mkPN "Bess"; -lin bessie_PN = mkPN "Bessie"; -lin best_Adv = mkAdv "best"; -lin best_V2 = mkV2 (mkV "best" "bests" "bested" "bested" "besting"); -lin best_seller_N = mkN "best-seller" "best-sellers"; -lin bestial_A = compoundA (mkA "bestial"); -lin bestiality_N = mkN "bestiality" "bestialities"; -lin bestially_Adv = mkAdv "bestially"; -lin bestiary_N = mkN "bestiary" "bestiaries"; -lin bestir_V2 = mkV2 (mkV "bestir" "bestirs" "bestirred" "bestirred" "bestirring"); -lin bestow_V2 = mkV2 (mkV "bestow" "bestows" "bestowed" "bestowed" "bestowing"); -lin bestowal_N = mkN "bestowal" "bestowals"; -lin bestrew_V2 = mkV2 (mkV "bestrew" "bestrews" "bestrewed" "bestrewed" "bestrewing"); -lin bestride_V2 = mkV2 (mkV "be" IrregEng.stride_V); -lin bet_N = mkN "bet" "bets"; -lin bet_V = mkV "bet" "bets" "betted" "betted" "betting"; -lin bet_V2 = mkV2 (mkV "bet" "bets" "betted" "betted" "betting"); -lin beta_N = mkN "beta" "betas"; -lin betake_V2 = mkV2 (mkV "be" IrregEng.take_V); -lin betel_N = mkN "betel" "betels"; -lin betel_nut_N = mkN "betel-nut" "betel-nuts"; -lin bethel_N = mkN "bethel" "bethels"; -lin bethink_V2 = mkV2 (mkV "be" IrregEng.think_V); -lin bethune_PN = mkPN "Bethune"; -lin betide_V2 = mkV2 (mkV "betide" "betides" "betided" "betided" "betiding"); -lin betimes_Adv = mkAdv "betimes"; -lin betoken_V2 = mkV2 (mkV "betoken" "betokens" "betokened" "betokened" "betokening"); -lin betray_V2 = mkV2 (mkV "betray" "betrays" "betrayed" "betrayed" "betraying"); -lin betrayal_N = mkN "betrayal" "betrayals"; -lin betrayer_N = mkN "betrayer" "betrayers"; -lin betroth_V2 = mkV2 (mkV "betroth" "betroths" "betrothed" "betrothed" "betrothing"); -lin betrothal_N = mkN "betrothal" "betrothals"; -lin betrothed_N = mkN "betrothed" "betrotheds"; -lin betsy_PN = mkPN "Betsy"; -lin better_Adv = mkAdv "better"; -lin better_N = mkN "better" "betters"; -lin better_V2 = mkV2 (mkV "better" "betters" "bettered" "bettered" "bettering"); -lin betterment_N = mkN "betterment" "-" {- FIXME: no plural form -}; -lin bettor_N = mkN "bettor" "bettors"; -lin betty_PN = mkPN "Betty"; -lin between_Adv = mkAdv "between"; -lin betwixt_Adv = mkAdv "betwixt"; -lin bevel_N = mkN "bevel" "bevels"; -lin bevel_V2 = mkV2 (mkV "bevel" "bevels" "bevelled" "bevelled" "bevelling"); -lin beverage_N = mkN "beverage" "beverages"; -lin beverley_PN = mkPN "Beverley"; -lin bevy_N = mkN "bevy" "bevies"; -lin bewail_V2 = mkV2 (mkV "bewail" "bewails" "bewailed" "bewailed" "bewailing"); -lin beware_V = mkV "beware" "IRREG" "IRREG" "IRREG" "IRREG"; -lin beware_V2 = mkV2 (mkV "beware" "IRREG" "IRREG" "IRREG" "IRREG"); -lin bewdley_PN = mkPN "Bewdley"; -lin bewilder_V2 = mkV2 (mkV "bewilder" "bewilders" "bewildered" "bewildered" "bewildering"); -lin bewildering_A = compoundA (mkA "bewildering"); -lin bewilderment_N = mkN "bewilderment" "-" {- FIXME: no plural form -}; -lin bewitch_V2 = mkV2 (mkV "bewitch" "bewitches" "bewitched" "bewitched" "bewitching"); -lin bewitching_A = compoundA (mkA "bewitching"); -lin bewitchingly_Adv = mkAdv "bewitchingly"; -lin bexhill_PN = mkPN "Bexhill"; -lin bexley_PN = mkPN "Bexley"; -lin bey_N = mkN "bey" "beys"; -lin beyond_Adv = mkAdv "beyond"; -lin bezique_N = mkN "bezique" "-" {- FIXME: no plural form -}; -lin bhang_N = mkN "bhang" "bhangs"; -lin bhutan_PN = mkPN "Bhutan"; -lin bhutani_A = compoundA (mkA "bhutani"); -lin bhutani_N = mkN "bhutani" "bhutanis"; -lin bias_N = mkN "bias" "biases"; -lin bias_V2 = mkV2 (mkV "bias" "biases" "biased" "biased" "biasing"); -lin bib_N = mkN "bib" "bibs"; -lin bib_V = mkV "bib" "bibs" "bibbed" "bibbed" "bibbing"; -lin bible_N = mkN "bible" "bibles"; -lin biblical_A = compoundA (mkA "biblical"); -lin bibliographer_N = mkN "bibliographer" "bibliographers"; -lin bibliography_N = mkN "bibliography" "bibliographies"; -lin bibliophile_N = mkN "bibliophile" "bibliophiles"; -lin bibulous_A = compoundA (mkA "bibulous"); -lin bicameral_A = compoundA (mkA "bicameral"); -lin bicarbonate_N = mkN "bicarbonate" "-" {- FIXME: no plural form -}; -lin bicentenary_N = mkN "bicentenary" "bicentenaries"; -lin bicentennial_A = compoundA (mkA "bicentennial"); -lin bicentennial_N = mkN "bicentennial" "bicentennials"; -lin biceps_N = mkN "biceps" "biceps"; -lin bicester_PN = mkPN "Bicester"; -lin bicker_V = mkV "bicker" "bickers" "bickered" "bickered" "bickering"; -lin bicycle_N = mkN "bicycle" "bicycles"; -lin bicycle_V = mkV "bicycle" "bicycles" "bicycled" "bicycled" "bicycling"; -lin bid_N = mkN "bid" "bids"; -lin bid_V = IrregEng.bid_V; -lin bid_V2 = mkV2 (IrregEng.bid_V); -lin biddable_A = compoundA (mkA "biddable"); -lin bidder_N = mkN "bidder" "bidders"; -lin bidding_N = mkN "bidding" "-" {- FIXME: no plural form -}; -lin biddulph_PN = mkPN "Biddulph"; -lin bide_V2 = mkV2 (mkV "bide" "bides" "bided" "bided" "biding"); -lin bideford_PN = mkPN "Bideford"; -lin bidet_N = mkN "bidet" "bidets"; -lin bielefeld_PN = mkPN "Bielefeld"; -lin biennial_A = compoundA (mkA "biennial"); -lin biennial_N = mkN "biennial" "biennials"; -lin biennially_Adv = mkAdv "biennially"; -lin bier_N = mkN "bier" "biers"; -lin biff_N = mkN "biff" "biffs"; -lin biff_V2 = mkV2 (mkV "biff" "biffs" "biffed" "biffed" "biffing"); -lin bifocal_A = compoundA (mkA "bifocal"); -lin bifurcate_A = compoundA (mkA "bifurcate"); -lin bifurcate_V = mkV "bifurcate" "bifurcates" "bifurcated" "bifurcated" "bifurcating"; -lin bifurcate_V2 = mkV2 (mkV "bifurcate" "bifurcates" "bifurcated" "bifurcated" "bifurcating"); -lin bifurcated_A = compoundA (mkA "bifurcated"); -lin bifurcation_N = mkN "bifurcation" "bifurcations"; -lin big_A = mkA "big" "bigger*"; -lin big_boned_A = compoundA (mkA "big-boned"); -lin bigamist_N = mkN "bigamist" "bigamists"; -lin bigamous_A = compoundA (mkA "bigamous"); -lin bigamy_N = mkN "bigamy" "-" {- FIXME: no plural form -}; -lin biggleswade_PN = mkPN "Biggleswade"; -lin bight_N = mkN "bight" "bights"; -lin bigot_N = mkN "bigot" "bigots"; -lin bigoted_A = compoundA (mkA "bigoted"); -lin bigotry_N = mkN "bigotry" "bigotries"; -lin bigwig_N = mkN "bigwig" "bigwigs"; -lin bijou_A = compoundA (mkA "bijou"); -lin bijou_N = mkN "bijou" "IRREG"; -lin bike_N = mkN "bike" "bikes"; -lin bike_V = mkV "bike" "bikes" "biked" "biked" "biking"; -lin bikini_N = mkN "bikini" "bikinis"; -lin bilabial_A = compoundA (mkA "bilabial"); -lin bilabial_N = mkN "bilabial" "bilabials"; -lin bilateral_A = compoundA (mkA "bilateral"); -lin bilateralism_N = mkN "bilateralism" "bilateralisms"; -lin bilaterally_Adv = mkAdv "bilaterally"; -lin bilbao_PN = mkPN "Bilbao"; -lin bilberry_N = mkN "bilberry" "bilberries"; -lin bile_N = mkN "bile" "-" {- FIXME: no plural form -}; -lin bile_duct_N = mkN "bile-duct" "bile-ducts"; -lin bilge_N = mkN "bilge" "-" {- FIXME: no plural form -}; -lin bilge_water_N = mkN "bilge-water" "-" {- FIXME: no plural form -}; -lin bilharzia_N = mkN "bilharzia" "-" {- FIXME: no plural form -}; -lin bilingual_A = compoundA (mkA "bilingual"); -lin bilingual_N = mkN "bilingual" "bilinguals"; -lin bilious_A = compoundA (mkA "bilious"); -lin biliousness_N = mkN "biliousness" "-" {- FIXME: no plural form -}; -lin bilk_V2 = mkV2 (mkV "bilk" "bilks" "bilked" "bilked" "bilking"); -lin bill_N = mkN "bill" "bills"; -lin bill_PN = mkPN "Bill"; -lin bill_V = mkV "bill" "bills" "billed" "billed" "billing"; -lin bill_V2 = mkV2 (mkV "bill" "bills" "billed" "billed" "billing"); -lin bill_poster_N = mkN "bill-poster" "bill-posters"; -lin bill_sticker_N = mkN "bill-sticker" "bill-stickers"; -lin billboard_N = mkN "billboard" "billboards"; -lin billericay_PN = mkPN "Billericay"; -lin billet_N = mkN "billet" "billets"; -lin billet_V2 = mkV2 (mkV "billet" "billets" "billeted" "billeted" "billeting"); -lin billet_doux_N = mkN "billet-doux" "IRREG"; -lin billfold_N = mkN "billfold" "billfolds"; -lin billhook_N = mkN "billhook" "billhooks"; -lin billiard_marker_N = mkN "billiard-marker" "billiard-markers"; -lin billiard_player_N = mkN "billiard-player" "billiard-players"; -lin billiard_room_N = mkN "billiard-room" "billiard-rooms"; -lin billiard_table_N = mkN "billiard-table" "billiard-tables"; -lin billiards_N = mkN "billiards" "billiards"; -lin billingsgate_N = mkN "billingsgate" "-" {- FIXME: no plural form -}; -lin billington_PN = mkPN "Billington"; -lin billion_A = compoundA (mkA "billion"); -lin billion_N = mkN "billion" "billions"; -lin billionth_A = compoundA (mkA "billionth"); -lin billionth_N = mkN "billionth" "billionths"; -lin billow_N = mkN "billow" "billows"; -lin billow_V = mkV "billow" "billows" "billowed" "billowed" "billowing"; -lin billowy_A = compoundA (mkA "billowy"); -lin billy_N = mkN "billy" "billies"; -lin billy_PN = mkPN "Billy"; -lin billy_goat_N = mkN "billy-goat" "billy-goats"; -lin billy_ho_N = mkN "billy-ho" "billy-hi" {- FIXME: guessed plural form -}; -lin billy_o_N = mkN "billy-o" "-" {- FIXME: no plural form -}; -lin biltong_N = mkN "biltong" "-" {- FIXME: no plural form -}; -lin bimetallic_A = compoundA (mkA "bimetallic"); -lin bimetallism_N = mkN "bimetallism" "-" {- FIXME: no plural form -}; -lin bin_N = mkN "bin" "bins"; -lin binary_A = compoundA (mkA "binary"); -lin bind_N = mkN "bind" "binds"; -lin bind_V = IrregEng.bind_V; -lin bind_V2 = mkV2 (IrregEng.bind_V); -lin binder_N = mkN "binder" "binders"; -lin bindery_N = mkN "bindery" "binderies"; -lin binding_A = compoundA (mkA "binding"); -lin bindweed_N = mkN "bindweed" "-" {- FIXME: no plural form -}; -lin bine_N = mkN "bine" "bines"; -lin binge_N = mkN "binge" "binges"; -lin bingley_PN = mkPN "Bingley"; -lin bingo_N = mkN "bingo" "-" {- FIXME: no plural form -}; -lin binnacle_N = mkN "binnacle" "binnacles"; -lin binomial_A = compoundA (mkA "binomial"); -lin biochemistry_N = mkN "biochemistry" "-" {- FIXME: no plural form -}; -lin biodegradable_A = compoundA (mkA "biodegradable"); -lin biograph_N = mkN "biograph" "biographs"; -lin biographer_N = mkN "biographer" "biographers"; -lin biographic_A = compoundA (mkA "biographic"); -lin biographical_A = compoundA (mkA "biographical"); -lin biography_N = mkN "biography" "biographies"; -lin biological_A = compoundA (mkA "biological"); -lin biologically_Adv = mkAdv "biologically"; -lin biologist_N = mkN "biologist" "biologists"; -lin biology_N = mkN "biology" "-" {- FIXME: no plural form -}; -lin bioscope_N = mkN "bioscope" "bioscopes"; -lin bipartisan_A = compoundA (mkA "bipartisan"); -lin biped_N = mkN "biped" "bipeds"; -lin biplane_N = mkN "biplane" "biplanes"; -lin birch_N = mkN "birch" "birches"; -lin birch_V2 = mkV2 (mkV "birch" "birches" "birched" "birched" "birching"); -lin birch_rod_N = mkN "birch-rod" "birch-rods"; -lin bird's_eye_A = compoundA (mkA "bird's-eye"); -lin bird_N = mkN "bird" "birds"; -lin bird_fancier_N = mkN "bird-fancier" "bird-fanciers"; -lin birdcage_N = mkN "birdcage" "birdcages"; -lin birdlime_N = mkN "birdlime" "birdlimes"; -lin birdnesting_N = mkN "birdnesting" "-" {- FIXME: no plural form -}; -lin birdwatcher_N = mkN "birdwatcher" "birdwatchers"; -lin biretta_N = mkN "biretta" "birettas"; -lin birkenhead_PN = mkPN "Birkenhead"; -lin biro_N = mkN "biro" "biros"; -lin birstall_PN = mkPN "Birstall"; -lin birth_N = mkN "birth" "births"; -lin birth_control_N = mkN "birth-control" "-" {- FIXME: no plural form -}; -lin birthday_N = mkN "birthday" "birthdays"; -lin birthmark_N = mkN "birthmark" "birthmarks"; -lin birthplace_N = mkN "birthplace" "birthplaces"; -lin birthrate_N = mkN "birthrate" "birthrates"; -lin birthright_N = mkN "birthright" "birthrights"; -lin birtley_PN = mkPN "Birtley"; -lin biscuit_N = mkN "biscuit" "biscuits"; -lin bisect_V2 = mkV2 (mkV "bisect" "bisects" "bisected" "bisected" "bisecting"); -lin bisection_N = mkN "bisection" "-" {- FIXME: no plural form -}; -lin bisexual_A = compoundA (mkA "bisexual"); -lin bisexual_N = mkN "bisexual" "bisexuals"; -lin bisexuality_N = mkN "bisexuality" "-" {- FIXME: no plural form -}; -lin bishop's_cleeve_PN = mkPN "Bishop's cleeve"; -lin bishop's_stortford_PN = mkPN "Bishop's stortford"; -lin bishop_N = mkN "bishop" "bishops"; -lin bishop_auckland_PN = mkPN "Bishop auckland"; -lin bishopbriggs_PN = mkPN "Bishopbriggs"; -lin bishopric_N = mkN "bishopric" "bishoprics"; -lin bismuth_N = mkN "bismuth" "-" {- FIXME: no plural form -}; -lin bison_N = mkN "bison" "bison"; -lin bistro_N = mkN "bistro" "bistros"; -lin bit_N = mkN "bit" "bits"; -lin bitch_N = mkN "bitch" "bitches"; -lin bitch_V = mkV "bitch" "bitches" "bitched" "bitched" "bitching"; -lin bitchy_A = mkA "bitchy" "bitchier"; -lin bite_N = mkN "bite" "bites"; -lin bite_V = IrregEng.bite_V; -lin bite_V2 = mkV2 (IrregEng.bite_V); -lin biting_A = compoundA (mkA "biting"); -lin bitingly_Adv = mkAdv "bitingly"; -lin bitter_A = compoundA (mkA "bitter"); -lin bitter_N = mkN "bitter" "bitters"; -lin bitter_sweet_A = compoundA (mkA "bitter-sweet"); -lin bitterly_Adv = mkAdv "bitterly"; -lin bittern_N = mkN "bittern" "bitterns"; -lin bitterness_N = mkN "bitterness" "-" {- FIXME: no plural form -}; -lin bitumen_N = mkN "bitumen" "-" {- FIXME: no plural form -}; -lin bituminous_A = compoundA (mkA "bituminous"); -lin bivalve_N = mkN "bivalve" "bivalves"; -lin bivouac_N = mkN "bivouac" "bivouacs"; -lin bivouac_V = mkV "bivouac" "IRREG" "IRREG" "IRREG" "IRREG"; -lin biz_N = mkN "biz" "-" {- FIXME: no plural form -}; -lin bizarre_A = compoundA (mkA "bizarre"); -lin bizonal_A = compoundA (mkA "bizonal"); -lin blab_V = mkV "blab" "blabs" "blabbed" "blabbed" "blabbing"; -lin blab_V2 = mkV2 (mkV "blab" "blabs" "blabbed" "blabbed" "blabbing"); -lin blabber_V = mkV "blabber" "blabbers" "blabbered" "blabbered" "blabbering"; -lin blabber_V2 = mkV2 (mkV "blabber" "blabbers" "blabbered" "blabbered" "blabbering"); -lin blabbermouth_N = mkN "blabbermouth" "blabbermouths"; -lin black_A = mkA "black" "blacker"; -lin black_N = mkN "black" "blacks"; -lin black_V2 = mkV2 (mkV "black" "blacks" "blacked" "blacked" "blacking"); -lin black_beetle_N = mkN "black-beetle" "black-beetles"; -lin black_lead_N = mkN "black-lead" "-" {- FIXME: no plural form -}; -lin black_lead_V2 = mkV2 (mkV "black-lead" "black-leads" "black-leaded" "black-leaded" "black-leading"); -lin blackamoor_N = mkN "blackamoor" "blackamoors"; -lin blackball_V2 = mkV2 (mkV "blackball" "blackballs" "blackballed" "blackballed" "blackballing"); -lin blackberry_N = mkN "blackberry" "blackberries"; -lin blackbird_N = mkN "blackbird" "blackbirds"; -lin blackboard_N = mkN "blackboard" "blackboards"; -lin blackburn_PN = mkPN "Blackburn"; -lin blackcurrant_N = mkN "blackcurrant" "blackcurrants"; -lin blacken_V = mkV "blacken" "blackens" "blackened" "blackened" "blackening"; -lin blacken_V2 = mkV2 (mkV "blacken" "blackens" "blackened" "blackened" "blackening"); -lin blackguard_N = mkN "blackguard" "blackguards"; -lin blackguard_V2 = mkV2 (mkV "blackguard" "blackguards" "blackguarded" "blackguarded" "blackguarding"); -lin blackguardly_A = compoundA (mkA "blackguardly"); -lin blackhall_PN = mkPN "Blackhall"; -lin blackhead_N = mkN "blackhead" "blackheads"; -lin blacking_N = mkN "blacking" "-" {- FIXME: no plural form -}; -lin blackish_A = compoundA (mkA "blackish"); -lin blackleg_N = mkN "blackleg" "blacklegs"; -lin blackleg_V = mkV "blackleg" "blacklegs" "blacklegged" "blacklegged" "blacklegging"; -lin blackleg_V2 = mkV2 (mkV "blackleg" "blacklegs" "blacklegged" "blacklegged" "blacklegging"); -lin blacklist_N = mkN "blacklist" "blacklists"; -lin blacklist_V2 = mkV2 (mkV "blacklist" "blacklists" "blacklisted" "blacklisted" "blacklisting"); -lin blackmail_N = mkN "blackmail" "-" {- FIXME: no plural form -}; -lin blackmail_V2 = mkV2 (mkV "blackmail" "blackmails" "blackmailed" "blackmailed" "blackmailing"); -lin blackmailer_N = mkN "blackmailer" "blackmailers"; -lin blackness_N = mkN "blackness" "-" {- FIXME: no plural form -}; -lin blackout_N = mkN "blackout" "blackouts"; -lin blackpool_PN = mkPN "Blackpool"; -lin blackshirt_N = mkN "blackshirt" "blackshirts"; -lin blacksmith_N = mkN "blacksmith" "blacksmiths"; -lin blackthorn_N = mkN "blackthorn" "blackthorns"; -lin blackwater_A = compoundA (mkA "blackwater"); -lin blackwood_PN = mkPN "Blackwood"; -lin bladder_N = mkN "bladder" "bladders"; -lin blade_N = mkN "blade" "blades"; -lin blaeberry_N = mkN "blaeberry" "blaeberries"; -lin blaenau_ffestiniog_PN = mkPN "Blaenau-ffestiniog"; -lin blaenavon_PN = mkPN "Blaenavon"; -lin blaengwrach_PN = mkPN "Blaengwrach"; -lin blah_N = mkN "blah" "-" {- FIXME: no plural form -}; -lin blaina_PN = mkPN "Blaina"; -lin blairgowrie_PN = mkPN "Blairgowrie"; -lin blame_N = mkN "blame" "-" {- FIXME: no plural form -}; -lin blame_V2 = mkV2 (mkV "blame" "blames" "blamed" "blamed" "blaming"); -lin blameless_A = compoundA (mkA "blameless"); -lin blamelessly_Adv = mkAdv "blamelessly"; -lin blameworthy_A = compoundA (mkA "blameworthy"); -lin blanch_V = mkV "blanch" "blanches" "blanched" "blanched" "blanching"; -lin blanch_V2 = mkV2 (mkV "blanch" "blanches" "blanched" "blanched" "blanching"); -lin blancmange_N = mkN "blancmange" "blancmanges"; -lin bland_A = mkA "bland" "blander"; -lin blandishment_N = mkN "blandishment" "blandishments"; -lin blandly_Adv = mkAdv "blandly"; -lin blandness_N = mkN "blandness" "-" {- FIXME: no plural form -}; -lin blank_A = compoundA (mkA "blank"); -lin blank_N = mkN "blank" "blanks"; -lin blanket_N = mkN "blanket" "blankets"; -lin blanket_V2 = mkV2 (mkV "blanket" "blankets" "blanketed" "blanketed" "blanketing"); -lin blankly_Adv = mkAdv "blankly"; -lin blantyre_PN = mkPN "Blantyre"; -lin blare_N = mkN "blare" "-" {- FIXME: no plural form -}; -lin blare_V = mkV "blare" "blares" "blared" "blared" "blaring"; -lin blare_V2 = mkV2 (mkV "blare" "blares" "blared" "blared" "blaring"); -lin blarney_N = mkN "blarney" "-" {- FIXME: no plural form -}; -lin blaspheme_V = mkV "blaspheme" "blasphemes" "blasphemed" "blasphemed" "blaspheming"; -lin blaspheme_V2 = mkV2 (mkV "blaspheme" "blasphemes" "blasphemed" "blasphemed" "blaspheming"); -lin blasphemer_N = mkN "blasphemer" "blasphemers"; -lin blasphemous_A = compoundA (mkA "blasphemous"); -lin blasphemously_Adv = mkAdv "blasphemously"; -lin blasphemy_N = mkN "blasphemy" "blasphemies"; -lin blast_N = mkN "blast" "blasts"; -lin blast_V2 = mkV2 (mkV "blast" "blasts" "blasted" "blasted" "blasting"); -lin blast_furnace_N = mkN "blast-furnace" "blast-furnaces"; -lin blast_off_N = mkN "blast-off" "blast-offs"; -lin blasted_A = compoundA (mkA "blasted"); -lin blase_A = compoundA (mkA "blasé"); -lin blatant_A = compoundA (mkA "blatant"); -lin blatantly_Adv = mkAdv "blatantly"; -lin blather_N = mkN "blather" "blathers"; -lin blather_V = mkV "blather" "blathers" "blathered" "blathered" "blathering"; -lin blaze_N = mkN "blaze" "blazes"; -lin blaze_V = mkV "blaze" "blazes" "blazed" "blazed" "blazing"; -lin blaze_V2 = mkV2 (mkV "blaze" "blazes" "blazed" "blazed" "blazing"); -lin blazer_N = mkN "blazer" "blazers"; -lin blazing_A = compoundA (mkA "blazing"); -lin blazon_N = mkN "blazon" "blazons"; -lin blazon_V2 = mkV2 (mkV "blazon" "blazons" "blazoned" "blazoned" "blazoning"); -lin blazonry_N = mkN "blazonry" "blazonries"; -lin bldg_PN = mkPN "Bldg"; -lin bldgs_PN = mkPN "Bldgs"; -lin bleach_N = mkN "bleach" "bleaches"; -lin bleach_V = mkV "bleach" "bleaches" "bleached" "bleached" "bleaching"; -lin bleach_V2 = mkV2 (mkV "bleach" "bleaches" "bleached" "bleached" "bleaching"); -lin bleaching_powder_N = mkN "bleaching-powder" "bleaching-powders"; -lin bleak_A = mkA "bleak" "bleaker"; -lin bleakly_Adv = mkAdv "bleakly"; -lin bleary_A = compoundA (mkA "bleary"); -lin bleary_eyed_A = compoundA (mkA "bleary-eyed"); -lin bleat_N = mkN "bleat" "bleats"; -lin bleat_V = mkV "bleat" "bleats" "bleated" "bleated" "bleating"; -lin bleat_V2 = mkV2 (mkV "bleat" "bleats" "bleated" "bleated" "bleating"); -lin bleed_V = IrregEng.bleed_V; -lin bleed_V2 = mkV2 (IrregEng.bleed_V); -lin bleep_N = mkN "bleep" "bleeps"; -lin bleep_V = mkV "bleep" "bleeps" "bleeped" "bleeped" "bleeping"; -lin blemish_N = mkN "blemish" "blemishes"; -lin blemish_V2 = mkV2 (mkV "blemish" "blemishes" "blemished" "blemished" "blemishing"); -lin blench_V = mkV "blench" "blenches" "blenched" "blenched" "blenching"; -lin blend_N = mkN "blend" "blends"; -lin blend_V = mkV "blend" "blends" "blended" "blended" "blending"; -lin blend_V2 = mkV2 (mkV "blend" "blends" "blended" "blended" "blending"); -lin bless_V2 = mkV2 (mkV "bless" "blesses" "blessed" "blessed" "blessing"); -lin blessed_A = compoundA (mkA "blessed"); -lin blessedness_N = mkN "blessedness" "-" {- FIXME: no plural form -}; -lin blessing_N = mkN "blessing" "blessings"; -lin bletchley_PN = mkPN "Bletchley"; -lin blether_N = mkN "blether" "-" {- FIXME: no plural form -}; -lin blether_V = mkV "blether" "blethers" "blethered" "blethered" "blethering"; -lin blidworth_PN = mkPN "Blidworth"; -lin blight_N = mkN "blight" "blights"; -lin blight_V2 = mkV2 (mkV "blight" "blights" "blighted" "blighted" "blighting"); -lin blighter_N = mkN "blighter" "blighters"; -lin blighty_N = mkN "blighty" "IRREG"; -lin blimp_N = mkN "blimp" "blimps"; -lin blind_A = compoundA (mkA "blind"); -lin blind_N = mkN "blind" "blinds"; -lin blind_V2 = mkV2 (mkV "blind" "blinds" "blinded" "blinded" "blinding"); -lin blindfold_A = compoundA (mkA "blindfold"); -lin blindfold_N = mkN "blindfold" "blindfolds"; -lin blindfold_V2 = mkV2 (mkV "blindfold" "blindfolds" "blindfolded" "blindfolded" "blindfolding"); -lin blindly_Adv = mkAdv "blindly"; -lin blindman's_buff_N = mkN "blindman's buff" "-" {- FIXME: no plural form -}; -lin blindness_N = mkN "blindness" "-" {- FIXME: no plural form -}; -lin blink_N = mkN "blink" "blinks"; -lin blink_V = mkV "blink" "blinks" "blinked" "blinked" "blinking"; -lin blink_V2 = mkV2 (mkV "blink" "blinks" "blinked" "blinked" "blinking"); -lin blinking_A = compoundA (mkA "blinking"); -lin blip_N = mkN "blip" "blips"; -lin bliss_N = mkN "bliss" "-" {- FIXME: no plural form -}; -lin blissful_A = compoundA (mkA "blissful"); -lin blissfully_Adv = mkAdv "blissfully"; -lin blister_N = mkN "blister" "blisters"; -lin blister_V = mkV "blister" "blisters" "blistered" "blistered" "blistering"; -lin blister_V2 = mkV2 (mkV "blister" "blisters" "blistered" "blistered" "blistering"); -lin blithe_A = compoundA (mkA "blithe"); -lin blithely_Adv = mkAdv "blithely"; -lin blithering_A = compoundA (mkA "blithering"); -lin blithesome_A = compoundA (mkA "blithesome"); -lin blitz_N = mkN "blitz" "blitzes"; -lin blitz_V2 = mkV2 (mkV "blitz" "blitzes" "blitzed" "blitzed" "blitzing"); -lin blizzard_N = mkN "blizzard" "blizzards"; -lin bloated_A = compoundA (mkA "bloated"); -lin bloater_N = mkN "bloater" "bloaters"; -lin blob_N = mkN "blob" "blobs"; -lin bloc_N = mkN "bloc" "blocs"; -lin block_N = mkN "block" "blocks"; -lin block_V2 = mkV2 (mkV "block" "blocks" "blocked" "blocked" "blocking"); -lin blockade_N = mkN "blockade" "blockades"; -lin blockade_V2 = mkV2 (mkV "blockade" "blockades" "blockaded" "blockaded" "blockading"); -lin blockade_runner_N = mkN "blockade-runner" "blockade-runners"; -lin blockage_N = mkN "blockage" "blockages"; -lin blockbuster_N = mkN "blockbuster" "blockbusters"; -lin blockhead_N = mkN "blockhead" "blockheads"; -lin blockhouse_N = mkN "blockhouse" "blockhouses"; -lin bloke_N = mkN "bloke" "blokes"; -lin blond_A = mkA "blond" "blonder"; -lin blond_N = mkN "blond" "blonds"; -lin blonde_A = compoundA (mkA "blonde"); -lin blonde_N = mkN "blonde" "blondes"; -lin blood_N = mkN "blood" "bloods"; -lin blood_V2 = mkV2 (mkV "blood" "bloods" "blooded" "blooded" "blooding"); -lin blood_bath_N = mkN "blood-bath" "blood-baths"; -lin blood_donor_N = mkN "blood-donor" "blood-donors"; -lin blood_group_N = mkN "blood-group" "blood-groups"; -lin blood_heat_N = mkN "blood-heat" "-" {- FIXME: no plural form -}; -lin blood_letting_N = mkN "blood-letting" "blood-lettings"; -lin blood_money_N = mkN "blood-money" "-" {- FIXME: no plural form -}; -lin blood_poisoning_N = mkN "blood-poisoning" "-" {- FIXME: no plural form -}; -lin blood_pressure_N = mkN "blood-pressure" "blood-pressures"; -lin blood_relation_N = mkN "blood-relation" "blood-relations"; -lin blood_transfusion_N = mkN "blood-transfusion" "blood-transfusions"; -lin blood_type_N = mkN "blood-type" "blood-types"; -lin blood_vessel_N = mkN "blood-vessel" "blood-vessels"; -lin bloodcurdling_A = compoundA (mkA "bloodcurdling"); -lin bloodhound_N = mkN "bloodhound" "bloodhounds"; -lin bloodless_A = compoundA (mkA "bloodless"); -lin bloodlessly_Adv = mkAdv "bloodlessly"; -lin bloodlust_N = mkN "bloodlust" "-" {- FIXME: no plural form -}; -lin bloodshed_N = mkN "bloodshed" "bloodsheds"; -lin bloodshot_A = compoundA (mkA "bloodshot"); -lin bloodstain_N = mkN "bloodstain" "bloodstains"; -lin bloodstained_A = compoundA (mkA "bloodstained"); -lin bloodstock_N = mkN "bloodstock" "bloodstocks"; -lin bloodsucker_N = mkN "bloodsucker" "bloodsuckers"; -lin bloodthirstiness_N = mkN "bloodthirstiness" "-" {- FIXME: no plural form -}; -lin bloodthirsty_A = compoundA (mkA "bloodthirsty"); -lin bloody_A = mkA "bloody" "bloodier"; -lin bloody_Adv = mkAdv "bloody"; -lin bloody_minded_A = compoundA (mkA "bloody-minded"); -lin bloom_N = mkN "bloom" "blooms"; -lin bloom_V = mkV "bloom" "blooms" "bloomed" "bloomed" "blooming"; -lin bloomer_N = mkN "bloomer" "bloomers"; -lin blooming_A = compoundA (mkA "blooming"); -lin blossom_N = mkN "blossom" "blossoms"; -lin blossom_V = mkV "blossom" "blossoms" "blossomed" "blossomed" "blossoming"; -lin blot_N = mkN "blot" "blots"; -lin blot_V2 = mkV2 (mkV "blot" "blots" "blotted" "blotted" "blotting"); -lin blotch_N = mkN "blotch" "blotches"; -lin blotter_N = mkN "blotter" "blotters"; -lin blotting_paper_N = mkN "blotting-paper" "blotting-papers"; -lin blotto_A = compoundA (mkA "blotto"); -lin blouse_N = mkN "blouse" "blouses"; -lin blow_N = mkN "blow" "blows"; -lin blow_V = IrregEng.blow_V; -lin blow_V2 = mkV2 (IrregEng.blow_V); -lin blow_dry_V2 = mkV2 (mkV "blow-dry" "blow-dries" "blow-dried" "blow-dried" "blow-drying"); -lin blow_up_N = mkN "blow-up" "blow-ups"; -lin blowback_N = mkN "blowback" "blowbacks"; -lin blower_N = mkN "blower" "blowers"; -lin blowfly_N = mkN "blowfly" "blowflies"; -lin blowhole_N = mkN "blowhole" "blowholes"; -lin blowing_up_N = mkN "blowing-up" "blowing-ups"; -lin blowlamp_N = mkN "blowlamp" "blowlamps"; -lin blowout_N = mkN "blowout" "blowouts"; -lin blowpipe_N = mkN "blowpipe" "blowpipes"; -lin blowtorch_N = mkN "blowtorch" "blowtorches"; -lin blowzy_A = compoundA (mkA "blowzy"); -lin blubber_N = mkN "blubber" "-" {- FIXME: no plural form -}; -lin blubber_V = mkV "blubber" "blubbers" "blubbered" "blubbered" "blubbering"; -lin blubber_V2 = mkV2 (mkV "blubber" "blubbers" "blubbered" "blubbered" "blubbering"); -lin bludgeon_N = mkN "bludgeon" "bludgeons"; -lin bludgeon_V2 = mkV2 (mkV "bludgeon" "bludgeons" "bludgeoned" "bludgeoned" "bludgeoning"); -lin blue_A = mkA "blue" "bluer"; -lin blue_N = mkN "blue" "blues"; -lin blue_V2 = mkV2 (mkV "blue" "blues" "blued" "blued" "bluing"); -lin blue_collar_A = compoundA (mkA "blue-collar"); -lin blue_jacket_N = mkN "blue-jacket" "blue-jackets"; -lin blue_pencil_V2 = mkV2 (mkV "blue-pencil" "blue-pencils" "blue-pencilled" "blue-pencilled" "blue-pencilling"); -lin bluebell_N = mkN "bluebell" "bluebells"; -lin bluebottle_N = mkN "bluebottle" "bluebottles"; -lin blueprint_N = mkN "blueprint" "blueprints"; -lin bluestocking_N = mkN "bluestocking" "bluestockings"; -lin bluff_A = compoundA (mkA "bluff"); -lin bluff_N = mkN "bluff" "bluffs"; -lin bluff_V = mkV "bluff" "bluffs" "bluffed" "bluffed" "bluffing"; -lin bluff_V2 = mkV2 (mkV "bluff" "bluffs" "bluffed" "bluffed" "bluffing"); -lin bluffer_N = mkN "bluffer" "bluffers"; -lin bluffly_Adv = mkAdv "bluffly"; -lin bluffness_N = mkN "bluffness" "-" {- FIXME: no plural form -}; -lin bluish_A = compoundA (mkA "bluish"); -lin blunder_N = mkN "blunder" "blunders"; -lin blunder_V = mkV "blunder" "blunders" "blundered" "blundered" "blundering"; -lin blunder_V2 = mkV2 (mkV "blunder" "blunders" "blundered" "blundered" "blundering"); -lin blunderbuss_N = mkN "blunderbuss" "blunderbusses"; -lin blunderer_N = mkN "blunderer" "blunderers"; -lin blunt_A = mkA "blunt" "blunter"; -lin blunt_V2 = mkV2 (mkV "blunt" "blunts" "blunted" "blunted" "blunting"); -lin bluntly_Adv = mkAdv "bluntly"; -lin bluntness_N = mkN "bluntness" "-" {- FIXME: no plural form -}; -lin blur_N = mkN "blur" "blurs"; -lin blur_V = mkV "blur" "blurs" "blurred" "blurred" "blurring"; -lin blur_V2 = mkV2 (mkV "blur" "blurs" "blurred" "blurred" "blurring"); -lin blurb_N = mkN "blurb" "blurbs"; -lin blurt_V2 = mkV2 (mkV "blurt" "blurts" "blurted" "blurted" "blurting"); -lin blush_N = mkN "blush" "blushes"; -lin blush_V = mkV "blush" "blushes" "blushed" "blushed" "blushing"; -lin blushing_A = compoundA (mkA "blushing"); -lin blushingly_Adv = mkAdv "blushingly"; -lin bluster_N = mkN "bluster" "blusters"; -lin bluster_V = mkV "bluster" "blusters" "blustered" "blustered" "blustering"; -lin bluster_V2 = mkV2 (mkV "bluster" "blusters" "blustered" "blustered" "blustering"); -lin blustery_A = compoundA (mkA "blustery"); -lin blvd_N = mkN "blvd" "-" {- FIXME: no plural form -}; -lin blyth_PN = mkPN "Blyth"; -lin bma_N = mkN "bma" "-" {- FIXME: no plural form -}; -lin bmus_N = mkN "bmus" "-" {- FIXME: no plural form -}; -lin bo'ness_PN = mkPN "Bo'ness"; -lin bo'sn_N = mkN "bo'sn" "bo'sns"; -lin bo'sun_N = mkN "bo'sun" "bo'suns"; -lin boa_N = mkN "boa" "boas"; -lin boa_constrictor_N = mkN "boa-constrictor" "boa-constrictors"; -lin boar_N = mkN "boar" "boars"; -lin board_N = mkN "board" "boards"; -lin board_V = mkV "board" "boards" "boarded" "boarded" "boarding"; -lin board_V2 = mkV2 (mkV "board" "boards" "boarded" "boarded" "boarding"); -lin boarder_N = mkN "boarder" "boarders"; -lin boarding_N = mkN "boarding" "-" {- FIXME: no plural form -}; -lin boarding_card_N = mkN "boarding-card" "boarding-cards"; -lin boarding_house_N = mkN "boarding-house" "boarding-houses"; -lin boarding_school_N = mkN "boarding-school" "boarding-schools"; -lin boardroom_N = mkN "boardroom" "boardrooms"; -lin boardwalk_N = mkN "boardwalk" "boardwalks"; -lin boast_N = mkN "boast" "boasts"; -lin boast_V = mkV "boast" "boasts" "boasted" "boasted" "boasting"; -lin boast_V2 = mkV2 (mkV "boast" "boasts" "boasted" "boasted" "boasting"); -lin boaster_N = mkN "boaster" "boasters"; -lin boastful_A = compoundA (mkA "boastful"); -lin boastfully_Adv = mkAdv "boastfully"; -lin boat_N = mkN "boat" "boats"; -lin boat_V = mkV "boat" "boats" "boated" "boated" "boating"; -lin boat_hook_N = mkN "boat-hook" "boat-hooks"; -lin boat_house_N = mkN "boat-house" "boat-houses"; -lin boat_race_N = mkN "boat-race" "boat-races"; -lin boat_train_N = mkN "boat-train" "boat-trains"; -lin boater_N = mkN "boater" "boaters"; -lin boatman_N = mkN "boatman" "boatmen" {- FIXME: guessed plural form -}; -lin boatswain_N = mkN "boatswain" "boatswains"; -lin bob_N = mkN "bob" "bob"; -lin bob_PN = mkPN "Bob"; -lin bob_V = mkV "bob" "bobs" "bobbed" "bobbed" "bobbing"; -lin bob_V2 = mkV2 (mkV "bob" "bobs" "bobbed" "bobbed" "bobbing"); -lin bobbin_N = mkN "bobbin" "bobbins"; -lin bobby_N = mkN "bobby" "bobbies"; -lin bobby_PN = mkPN "Bobby"; -lin bobby_soxer_N = mkN "bobby-soxer" "bobby-soxers"; -lin bobolink_N = mkN "bobolink" "bobolinks"; -lin bobsled_N = mkN "bobsled" "bobsleds"; -lin bobsleigh_N = mkN "bobsleigh" "bobsleighs"; -lin bobtail_N = mkN "bobtail" "bobtails"; -lin boche_A = compoundA (mkA "boche"); -lin bochum_PN = mkPN "Bochum"; -lin bode_V = mkV "bode" "bodes" "boded" "boded" "boding"; -lin bode_V2 = mkV2 (mkV "bode" "bodes" "boded" "boded" "boding"); -lin bodice_N = mkN "bodice" "bodices"; -lin bodied_A = compoundA (mkA "bodied"); -lin bodily_A = compoundA (mkA "bodily"); -lin bodily_Adv = mkAdv "bodily"; -lin boding_N = mkN "boding" "-" {- FIXME: no plural form -}; -lin bodkin_N = mkN "bodkin" "bodkins"; -lin bodmin_PN = mkPN "Bodmin"; -lin body_N = mkN "body" "bodies"; -lin body_servant_N = mkN "body-servant" "body-servants"; -lin body_snatcher_N = mkN "body-snatcher" "body-snatchers"; -lin bodyguard_N = mkN "bodyguard" "bodyguards"; -lin bodywork_N = mkN "bodywork" "bodyworks"; -lin boer_A = compoundA (mkA "boer"); -lin boer_N = mkN "boer" "boers"; -lin boffin_N = mkN "boffin" "boffins"; -lin bog_N = mkN "bog" "bogs"; -lin bog_V = mkV "bog" "bogs" "bogged" "bogged" "bogging"; -lin bog_V2 = mkV2 (mkV "bog" "bogs" "bogged" "bogged" "bogging"); -lin bogey_N = mkN "bogey" "bogeys"; -lin bogeyman_N = mkN "bogeyman" "bogeymen" {- FIXME: guessed plural form -}; -lin boggle_V = mkV "boggle" "boggles" "boggled" "boggled" "boggling"; -lin boggy_A = mkA "boggy" "boggier"; -lin bogie_N = mkN "bogie" "bogies"; -lin bognor_PN = mkPN "Bognor"; -lin bognor_regis_PN = mkPN "Bognor regis"; -lin bogota_PN = mkPN "Bogota"; -lin bogus_A = compoundA (mkA "bogus"); -lin bogy_N = mkN "bogy" "bogies"; -lin bohemian_A = compoundA (mkA "bohemian"); -lin bohemian_N = mkN "bohemian" "bohemians"; -lin boil_N = mkN "boil" "boils"; -lin boil_V = mkV "boil" "boils" "boiled" "boiled" "boiling"; -lin boil_V2 = mkV2 (mkV "boil" "boils" "boiled" "boiled" "boiling"); -lin boiler_N = mkN "boiler" "boilers"; -lin boilersuit_N = mkN "boilersuit" "boilersuits"; -lin boiling_point_N = mkN "boiling-point" "boiling-points"; -lin boisterous_A = compoundA (mkA "boisterous"); -lin boisterously_Adv = mkAdv "boisterously"; -lin boisterousness_N = mkN "boisterousness" "-" {- FIXME: no plural form -}; -lin bold_A = mkA "bold" "bolder"; -lin boldly_Adv = mkAdv "boldly"; -lin boldness_N = mkN "boldness" "-" {- FIXME: no plural form -}; -lin boldon_PN = mkPN "Boldon"; -lin bole_N = mkN "bole" "boles"; -lin bolero_N = mkN "bolero" "boleros"; -lin bolivia_PN = mkPN "Bolivia"; -lin bolivian_A = compoundA (mkA "bolivian"); -lin bolivian_N = mkN "bolivian" "bolivians"; -lin boll_N = mkN "boll" "bolls"; -lin bollard_N = mkN "bollard" "bollards"; -lin bollington_PN = mkPN "Bollington"; -lin bollock_N = mkN "bollock" "bollocks"; -lin bologna_PN = mkPN "Bologna"; -lin boloney_N = mkN "boloney" "-" {- FIXME: no plural form -}; -lin bolshevik_N = mkN "bolshevik" "bolsheviks"; -lin bolshy_A = compoundA (mkA "bolshy"); -lin bolsover_PN = mkPN "Bolsover"; -lin bolster_N = mkN "bolster" "bolsters"; -lin bolster_V2 = mkV2 (mkV "bolster" "bolsters" "bolstered" "bolstered" "bolstering"); -lin bolt_Adv = mkAdv "bolt"; -lin bolt_N = mkN "bolt" "bolts"; -lin bolt_V = mkV "bolt" "bolts" "bolted" "bolted" "bolting"; -lin bolt_V2 = mkV2 (mkV "bolt" "bolts" "bolted" "bolted" "bolting"); -lin bolt_hole_N = mkN "bolt-hole" "bolt-holes"; -lin bolton_PN = mkPN "Bolton"; -lin bolton_le_sands_PN = mkPN "Bolton-le-sands"; -lin bolzano_PN = mkPN "Bolzano"; -lin bomb_N = mkN "bomb" "bombs"; -lin bomb_V = mkV "bomb" "bombs" "bombed" "bombed" "bombing"; -lin bomb_V2 = mkV2 (mkV "bomb" "bombs" "bombed" "bombed" "bombing"); -lin bomb_proof_A = compoundA (mkA "bomb-proof"); -lin bomb_sight_N = mkN "bomb-sight" "bomb-sights"; -lin bomb_site_N = mkN "bomb-site" "bomb-sites"; -lin bombard_V2 = mkV2 (mkV "bombard" "bombards" "bombarded" "bombarded" "bombarding"); -lin bombardier_N = mkN "bombardier" "bombardiers"; -lin bombardment_N = mkN "bombardment" "bombardments"; -lin bombast_N = mkN "bombast" "-" {- FIXME: no plural form -}; -lin bombastic_A = compoundA (mkA "bombastic"); -lin bombastically_Adv = mkAdv "bombastically"; -lin bombay_PN = mkPN "Bombay"; -lin bomber_N = mkN "bomber" "bombers"; -lin bombshell_N = mkN "bombshell" "bombshells"; -lin bon_mot_N = mkN "bon mot" "IRREG"; -lin bona_fide_A = compoundA (mkA "bona fide"); -lin bona_fide_Adv = mkAdv "bona fide"; -lin bonanza_N = mkN "bonanza" "bonanzas"; -lin bonbon_N = mkN "bonbon" "bonbons"; -lin bond_N = mkN "bond" "bonds"; -lin bond_V2 = mkV2 (mkV "bond" "bonds" "bonded" "bonded" "bonding"); -lin bond_holder_N = mkN "bond-holder" "bond-holders"; -lin bondage_N = mkN "bondage" "-" {- FIXME: no plural form -}; -lin bone_N = mkN "bone" "bones"; -lin bone_V2 = mkV2 (mkV "bone" "bones" "boned" "boned" "boning"); -lin bone_dry_A = compoundA (mkA "bone-dry"); -lin bone_head_N = mkN "bone-head" "bone-heads"; -lin bone_idle_A = compoundA (mkA "bone-idle"); -lin bone_lazy_A = compoundA (mkA "bone-lazy"); -lin bone_setter_N = mkN "bone-setter" "bone-setters"; -lin boneless_A = compoundA (mkA "boneless"); -lin bonemeal_N = mkN "bonemeal" "bonemeals"; -lin boner_N = mkN "boner" "boners"; -lin boneshaker_N = mkN "boneshaker" "boneshakers"; -lin bonfire_N = mkN "bonfire" "bonfires"; -lin bongo_N = mkN "bongo" "bongos"; -lin bonhomie_N = mkN "bonhomie" "-" {- FIXME: no plural form -}; -lin bonito_N = mkN "bonito" "bonitos"; -lin bonkers_A = compoundA (mkA "bonkers"); -lin bonn_PN = mkPN "Bonn"; -lin bonnet_N = mkN "bonnet" "bonnets"; -lin bonnily_Adv = mkAdv "bonnily"; -lin bonny_A = mkA "bonny" "bonnier"; -lin bonnybridge_PN = mkPN "Bonnybridge"; -lin bonnyrigg_PN = mkPN "Bonnyrigg"; -lin bonus_N = mkN "bonus" "bonuses"; -lin bony_A = mkA "bony" "bonier"; -lin boo_N = mkN "boo" "boos"; -lin boo_V = mkV "boo" "boos" "booed" "booed" "booing"; -lin boo_V2 = mkV2 (mkV "boo" "boos" "booed" "booed" "booing"); -lin boob_N = mkN "boob" "boobs"; -lin boob_V = mkV "boob" "boobs" "boobed" "boobed" "boobing"; -lin booby_N = mkN "booby" "boobies"; -lin booby_trap_N = mkN "booby-trap" "booby-traps"; -lin boogie_N = mkN "boogie" "boogies"; -lin boogie_woogie_N = mkN "boogie-woogie" "boogie-woogies"; -lin book_N = mkN "book" "books"; -lin book_V2 = mkV2 (mkV "book" "books" "booked" "booked" "booking"); -lin book_end_N = mkN "book-end" "book-ends"; -lin book_keeper_N = mkN "book-keeper" "book-keepers"; -lin bookable_A = compoundA (mkA "bookable"); -lin bookcase_N = mkN "bookcase" "bookcases"; -lin bookclub_N = mkN "bookclub" "bookclubs"; -lin bookie_N = mkN "bookie" "bookies"; -lin booking_N = mkN "booking" "bookings"; -lin bookish_A = compoundA (mkA "bookish"); -lin bookishness_N = mkN "bookishness" "-" {- FIXME: no plural form -}; -lin bookkeeper_N = mkN "bookkeeper" "bookkeepers"; -lin bookkeeping_N = mkN "bookkeeping" "-" {- FIXME: no plural form -}; -lin booklet_N = mkN "booklet" "booklets"; -lin bookmaker_N = mkN "bookmaker" "bookmakers"; -lin bookmark_N = mkN "bookmark" "bookmarks"; -lin bookmarker_N = mkN "bookmarker" "bookmarkers"; -lin bookmobile_N = mkN "bookmobile" "bookmobiles"; -lin bookseller_N = mkN "bookseller" "booksellers"; -lin bookshop_N = mkN "bookshop" "bookshops"; -lin bookstall_N = mkN "bookstall" "bookstalls"; -lin bookworm_N = mkN "bookworm" "bookworms"; -lin boom_N = mkN "boom" "booms"; -lin boom_V = mkV "boom" "booms" "boomed" "boomed" "booming"; -lin boom_V2 = mkV2 (mkV "boom" "booms" "boomed" "boomed" "booming"); -lin boomerang_N = mkN "boomerang" "boomerangs"; -lin boon_A = compoundA (mkA "boon"); -lin boon_N = mkN "boon" "boons"; -lin boor_N = mkN "boor" "boors"; -lin boorish_A = compoundA (mkA "boorish"); -lin boorishly_Adv = mkAdv "boorishly"; -lin boorishness_N = mkN "boorishness" "-" {- FIXME: no plural form -}; -lin boost_N = mkN "boost" "boosts"; -lin boost_V2 = mkV2 (mkV "boost" "boosts" "boosted" "boosted" "boosting"); -lin booster_N = mkN "booster" "boosters"; -lin boot_N = mkN "boot" "boots"; -lin boot_V2 = mkV2 (mkV "boot" "boots" "booted" "booted" "booting"); -lin booted_A = compoundA (mkA "booted"); -lin bootee_N = mkN "bootee" "bootees"; -lin booth_N = mkN "booth" "booths"; -lin bootlace_N = mkN "bootlace" "bootlaces"; -lin bootle_PN = mkPN "Bootle"; -lin bootleg_V2 = mkV2 (mkV "bootleg" "bootlegs" "bootlegged" "bootlegged" "bootlegging"); -lin bootlegger_N = mkN "bootlegger" "bootleggers"; -lin bootless_A = compoundA (mkA "bootless"); -lin booty_N = mkN "booty" "-" {- FIXME: no plural form -}; -lin booze_N = mkN "booze" "-" {- FIXME: no plural form -}; -lin booze_V = mkV "booze" "boozes" "boozed" "boozed" "boozing"; -lin booze_up_N = mkN "booze-up" "booze-ups"; -lin boozer_N = mkN "boozer" "boozers"; -lin boozy_A = mkA "boozy" "boozier"; -lin bopeep_N = mkN "bopeep" "-" {- FIXME: no plural form -}; -lin boracic_A = compoundA (mkA "boracic"); -lin borage_N = mkN "borage" "-" {- FIXME: no plural form -}; -lin borax_N = mkN "borax" "-" {- FIXME: no plural form -}; -lin bordeaux_N = mkN "bordeaux" "-" {- FIXME: no plural form -}; -lin bordeaux_PN = mkPN "Bordeaux"; -lin border_N = mkN "border" "borders"; -lin border_V = mkV "border" "borders" "bordered" "bordered" "bordering"; -lin border_V2 = mkV2 (mkV "border" "borders" "bordered" "bordered" "bordering"); -lin borderer_N = mkN "borderer" "borderers"; -lin borderland_N = mkN "borderland" "borderlands"; -lin borderline_N = mkN "borderline" "borderlines"; -lin borders_PN = mkPN "Borders"; -lin bordon_PN = mkPN "Bordon"; -lin bore_N = mkN "bore" "bores"; -lin bore_V = mkV "bore" "bores" "bored" "bored" "boring"; -lin bore_V2 = mkV2 (mkV "bore" "bores" "bored" "bored" "boring"); -lin bore_hole_N = mkN "bore-hole" "bore-holes"; -lin boredom_N = mkN "boredom" "-" {- FIXME: no plural form -}; -lin borer_N = mkN "borer" "borers"; -lin boric_A = compoundA (mkA "boric"); -lin boring_A = compoundA (mkA "boring"); -lin boris_PN = mkPN "Boris"; -lin boron_N = mkN "boron" "-" {- FIXME: no plural form -}; -lin borough_N = mkN "borough" "boroughs"; -lin borrow_V2 = mkV2 (mkV "borrow" "borrows" "borrowed" "borrowed" "borrowing"); -lin borrower_N = mkN "borrower" "borrowers"; -lin borsch_N = mkN "borsch" "-" {- FIXME: no plural form -}; -lin borstal_N = mkN "borstal" "borstals"; -lin bortsch_N = mkN "bortsch" "-" {- FIXME: no plural form -}; -lin borzoi_N = mkN "borzoi" "borzois"; -lin bosh_N = mkN "bosh" "-" {- FIXME: no plural form -}; -lin bosky_A = compoundA (mkA "bosky"); -lin bosom_N = mkN "bosom" "bosoms"; -lin boss_N = mkN "boss" "bosses"; -lin boss_V2 = mkV2 (mkV "boss" "bosses" "bossed" "bossed" "bossing"); -lin boss_eyed_A = compoundA (mkA "boss-eyed"); -lin bossy_A = mkA "bossy" "bossier"; -lin boston_PN = mkPN "Boston"; -lin botanical_A = compoundA (mkA "botanical"); -lin botanist_N = mkN "botanist" "botanists"; -lin botanize_V = mkV "botanize" "botanizes" "botanized" "botanized" "botanizing"; -lin botany_N = mkN "botany" "-" {- FIXME: no plural form -}; -lin botch_N = mkN "botch" "botches"; -lin botch_V2 = mkV2 (mkV "botch" "botches" "botched" "botched" "botching"); -lin botcher_N = mkN "botcher" "botchers"; -lin both_A = compoundA (mkA "both"); -lin both_Adv = mkAdv "both"; -lin bother_N = mkN "bother" "-" {- FIXME: no plural form -}; -lin bother_V = mkV "bother" "bothers" "bothered" "bothered" "bothering"; -lin bother_V2 = mkV2 (mkV "bother" "bothers" "bothered" "bothered" "bothering"); -lin bothersome_A = compoundA (mkA "bothersome"); -lin botswana_PN = mkPN "Botswana"; -lin bottle_N = mkN "bottle" "bottles"; -lin bottle_V2 = mkV2 (mkV "bottle" "bottles" "bottled" "bottled" "bottling"); -lin bottle_fed_A = compoundA (mkA "bottle-fed"); -lin bottle_green_A = compoundA (mkA "bottle-green"); -lin bottleneck_N = mkN "bottleneck" "bottlenecks"; -lin bottom_N = mkN "bottom" "bottoms"; -lin bottom_V = mkV "bottom" "bottoms" "bottomed" "bottomed" "bottoming"; -lin bottomless_A = compoundA (mkA "bottomless"); -lin bottrop_PN = mkPN "Bottrop"; -lin botulism_N = mkN "botulism" "-" {- FIXME: no plural form -}; -lin boudoir_N = mkN "boudoir" "boudoirs"; -lin bougainvillea_N = mkN "bougainvillea" "bougainvilleas"; -lin bough_N = mkN "bough" "boughs"; -lin bouillon_N = mkN "bouillon" "-" {- FIXME: no plural form -}; -lin boulder_N = mkN "boulder" "boulders"; -lin boulevard_N = mkN "boulevard" "boulevards"; -lin bounce_N = mkN "bounce" "bounces"; -lin bounce_V = mkV "bounce" "bounces" "bounced" "bounced" "bouncing"; -lin bounce_V2 = mkV2 (mkV "bounce" "bounces" "bounced" "bounced" "bouncing"); -lin bouncing_A = compoundA (mkA "bouncing"); -lin bouncy_A = mkA "bouncy" "bouncier"; -lin bound_A = compoundA (mkA "bound"); -lin bound_N = mkN "bound" "bounds"; -lin bound_V = mkV "bound" "bounds" "bounded" "bounded" "bounding"; -lin bound_V2 = mkV2 (mkV "bound" "bounds" "bounded" "bounded" "bounding"); -lin boundary_N = mkN "boundary" "boundaries"; -lin bounden_A = compoundA (mkA "bounden"); -lin bounder_N = mkN "bounder" "bounders"; -lin boundless_A = compoundA (mkA "boundless"); -lin boundlessly_Adv = mkAdv "boundlessly"; -lin bounteous_A = compoundA (mkA "bounteous"); -lin bounteously_Adv = mkAdv "bounteously"; -lin bountiful_A = compoundA (mkA "bountiful"); -lin bountifully_Adv = mkAdv "bountifully"; -lin bounty_N = mkN "bounty" "bounties"; -lin bouquet_N = mkN "bouquet" "bouquets"; -lin bourbon_N = mkN "bourbon" "bourbons"; -lin bourgeois_A = compoundA (mkA "bourgeois"); -lin bourgeois_N = mkN "bourgeois" "bourgeois"; -lin bourgeoisie_N = mkN "bourgeoisie" "bourgeoisies"; -lin bourn_N = mkN "bourn" "bourns"; -lin bourne_N = mkN "bourne" "bournes"; -lin bourne_PN = mkPN "Bourne"; -lin bournemouth_PN = mkPN "Bournemouth"; -lin bourse_N = mkN "bourse" "bourses"; -lin bout_N = mkN "bout" "bouts"; -lin boutique_N = mkN "boutique" "boutiques"; -lin bovine_A = compoundA (mkA "bovine"); -lin bovril_N = mkN "bovril" "-" {- FIXME: no plural form -}; -lin bow_N = mkN "bow" "bows"; -lin bow_V = mkV "bow" "bows" "bowed" "bowed" "bowing"; -lin bow_V2 = mkV2 (mkV "bow" "bows" "bowed" "bowed" "bowing"); -lin bow_wow_N = mkN "bow-wow" "bow-wows"; -lin bowburn_PN = mkPN "Bowburn"; -lin bowdlerize_V2 = mkV2 (mkV "bowdlerize" "bowdlerizes" "bowdlerized" "bowdlerized" "bowdlerizing"); -lin bowel_N = mkN "bowel" "bowels"; -lin bower_N = mkN "bower" "bowers"; -lin bowie_knife_N = mkN "bowie knife" "bowie knives" {- FIXME: guessed plural form -}; -lin bowing_N = mkN "bowing" "-" {- FIXME: no plural form -}; -lin bowl_N = mkN "bowl" "bowls"; -lin bowl_V = mkV "bowl" "bowls" "bowled" "bowled" "bowling"; -lin bowl_V2 = mkV2 (mkV "bowl" "bowls" "bowled" "bowled" "bowling"); -lin bowler_N = mkN "bowler" "bowlers"; -lin bowline_N = mkN "bowline" "bowlines"; -lin bowling_green_N = mkN "bowling-green" "bowling-greens"; -lin bowls_N = mkN "bowls" "bowls"; -lin bowman_N = mkN "bowman" "bowmen" {- FIXME: guessed plural form -}; -lin bowsprit_N = mkN "bowsprit" "bowsprits"; -lin box_N = mkN "box" "boxes"; -lin box_V = mkV "box" "boxes" "boxed" "boxed" "boxing"; -lin box_V2 = mkV2 (mkV "box" "boxes" "boxed" "boxed" "boxing"); -lin box_kite_N = mkN "box-kite" "box-kites"; -lin box_number_N = mkN "box-number" "box-numbers"; -lin box_office_N = mkN "box-office" "box-offices"; -lin boxer_N = mkN "boxer" "boxers"; -lin boxful_N = mkN "boxful" "boxfuls"; -lin boxing_N = mkN "boxing" "-" {- FIXME: no plural form -}; -lin boxing_day_N = mkN "boxing day" "boxing days"; -lin boxing_day_PN = mkPN "Boxing day"; -lin boxing_glove_N = mkN "boxing-glove" "boxing-gloves"; -lin boxing_match_N = mkN "boxing-match" "boxing-matches"; -lin boxwood_N = mkN "boxwood" "-" {- FIXME: no plural form -}; -lin boy_N = mkN "boy" "boys"; -lin boycott_N = mkN "boycott" "boycotts"; -lin boycott_V2 = mkV2 (mkV "boycott" "boycotts" "boycotted" "boycotted" "boycotting"); -lin boyfriend_N = mkN "boyfriend" "boyfriends"; -lin boyhood_N = mkN "boyhood" "-" {- FIXME: no plural form -}; -lin boyish_A = compoundA (mkA "boyish"); -lin boyishly_Adv = mkAdv "boyishly"; -lin bra_N = mkN "bra" "bras"; -lin brace_N = mkN "brace" "brace"; -lin brace_V = mkV "brace" "braces" "braced" "braced" "bracing"; -lin brace_V2 = mkV2 (mkV "brace" "braces" "braced" "braced" "bracing"); -lin bracelet_N = mkN "bracelet" "bracelets"; -lin bracken_N = mkN "bracken" "-" {- FIXME: no plural form -}; -lin bracket_N = mkN "bracket" "brackets"; -lin bracket_V2 = mkV2 (mkV "bracket" "brackets" "bracketed" "bracketed" "bracketing"); -lin brackish_A = compoundA (mkA "brackish"); -lin bracknell_PN = mkPN "Bracknell"; -lin bract_N = mkN "bract" "bracts"; -lin brad_N = mkN "brad" "brads"; -lin bradawl_N = mkN "bradawl" "bradawls"; -lin bradford_PN = mkPN "Bradford"; -lin bradford_on_avon_PN = mkPN "Bradford-on-avon"; -lin brae_N = mkN "brae" "braes"; -lin brag_V = mkV "brag" "brags" "bragged" "bragged" "bragging"; -lin braggart_N = mkN "braggart" "braggarts"; -lin bragging_N = mkN "bragging" "-" {- FIXME: no plural form -}; -lin brahmin_N = mkN "brahmin" "brahmins"; -lin braid_N = mkN "braid" "braids"; -lin braid_V2 = mkV2 (mkV "braid" "braids" "braided" "braided" "braiding"); -lin braille_N = mkN "braille" "-" {- FIXME: no plural form -}; -lin brain_N = mkN "brain" "brains"; -lin brain_V2 = mkV2 (mkV "brain" "brains" "brained" "brained" "braining"); -lin brain_fag_N = mkN "brain-fag" "-" {- FIXME: no plural form -}; -lin brain_teaser_N = mkN "brain-teaser" "brain-teasers"; -lin brainchild_N = mkN "brainchild" "brainchildren" {- FIXME: guessed plural form -}; -lin brainless_A = compoundA (mkA "brainless"); -lin brainstorm_N = mkN "brainstorm" "brainstorms"; -lin braintree_PN = mkPN "Braintree"; -lin brainwash_V2 = mkV2 (mkV "brainwash" "brainwashes" "brainwashed" "brainwashed" "brainwashing"); -lin brainwashed_A = compoundA (mkA "brainwashed"); -lin brainwashing_N = mkN "brainwashing" "-" {- FIXME: no plural form -}; -lin brainwave_N = mkN "brainwave" "brainwaves"; -lin brainy_A = mkA "brainy" "brainier"; -lin braise_V2 = mkV2 (mkV "braise" "braises" "braised" "braised" "braising"); -lin brake_N = mkN "brake" "brakes"; -lin brake_V = mkV "brake" "brakes" "braked" "braked" "braking"; -lin brake_V2 = mkV2 (mkV "brake" "brakes" "braked" "braked" "braking"); -lin brakeman_N = mkN "brakeman" "brakemen" {- FIXME: guessed plural form -}; -lin bramble_N = mkN "bramble" "brambles"; -lin bran_N = mkN "bran" "-" {- FIXME: no plural form -}; -lin bran_new_A = compoundA (mkA "bran-new"); -lin branch_N = mkN "branch" "branches"; -lin branch_V = mkV "branch" "branches" "branched" "branched" "branching"; -lin branchy_A = mkA "branchy" "branchier"; -lin brand_N = mkN "brand" "brands"; -lin brand_V2 = mkV2 (mkV "brand" "brands" "branded" "branded" "branding"); -lin brand_new_A = compoundA (mkA "brand-new"); -lin branderburgh_PN = mkPN "Branderburgh"; -lin branding_iron_N = mkN "branding-iron" "branding-irons"; -lin brandish_V2 = mkV2 (mkV "brandish" "brandishes" "brandished" "brandished" "brandishing"); -lin brandy_N = mkN "brandy" "brandies"; -lin brandy_ball_N = mkN "brandy-ball" "brandy-balls"; -lin brandy_snap_N = mkN "brandy-snap" "brandy-snaps"; -lin brash_A = mkA "brash" "brasher"; -lin brasilia_PN = mkPN "Brasilia"; -lin brass_N = mkN "brass" "brasses"; -lin brassard_N = mkN "brassard" "brassards"; -lin brasserie_N = mkN "brasserie" "brasseries"; -lin brassiere_1_N = mkN "brassiere" "brassieres"; -lin brassiere_2_N = mkN "brassière" "brassières"; -lin brassy_A = mkA "brassy" "brassier"; -lin brat_N = mkN "brat" "brats"; -lin bratislava_PN = mkPN "Bratislava"; -lin braunschweig_PN = mkPN "Braunschweig"; -lin braunton_PN = mkPN "Braunton"; -lin bravado_N = mkN "bravado" "bravados"; -lin brave_A = mkA "brave" "braver"; -lin brave_N = mkN "brave" "braves"; -lin brave_V2 = mkV2 (mkV "brave" "braves" "braved" "braved" "braving"); -lin bravely_Adv = mkAdv "bravely"; -lin bravery_N = mkN "bravery" "-" {- FIXME: no plural form -}; -lin bravo_N = mkN "bravo" "bravos"; -lin brawl_N = mkN "brawl" "brawls"; -lin brawl_V = mkV "brawl" "brawls" "brawled" "brawled" "brawling"; -lin brawler_N = mkN "brawler" "brawlers"; -lin brawn_N = mkN "brawn" "-" {- FIXME: no plural form -}; -lin brawny_A = mkA "brawny" "brawnier"; -lin bray_N = mkN "bray" "brays"; -lin bray_V2 = mkV2 (mkV "bray" "brays" "brayed" "brayed" "braying"); -lin braze_V2 = mkV2 (mkV "braze" "brazes" "brazed" "brazed" "brazing"); -lin brazen_A = compoundA (mkA "brazen"); -lin brazen_V2 = mkV2 (mkV "brazen" "brazens" "brazened" "brazened" "brazening"); -lin brazen_faced_A = compoundA (mkA "brazen-faced"); -lin brazier_N = mkN "brazier" "braziers"; -lin brazil_PN = mkPN "Brazil"; -lin brazilian_A = compoundA (mkA "brazilian"); -lin brazilian_N = mkN "brazilian" "brazilians"; -lin breach_N = mkN "breach" "breaches"; -lin breach_V2 = mkV2 (mkV "breach" "breaches" "breached" "breached" "breaching"); -lin bread_N = mkN "bread" "-" {- FIXME: no plural form -}; -lin breadcrumb_N = mkN "breadcrumb" "breadcrumbs"; -lin breadfruit_N = mkN "breadfruit" "breadfruit"; -lin breadline_N = mkN "breadline" "breadlines"; -lin breadth_N = mkN "breadth" "breadths"; -lin breadthways_Adv = mkAdv "breadthways"; -lin breadthwise_Adv = mkAdv "breadthwise"; -lin breadwinner_N = mkN "breadwinner" "breadwinners"; -lin break_N = mkN "break" "breaks"; -lin break_V = IrregEng.break_V; -lin break_V2 = mkV2 (IrregEng.break_V); -lin break_in_N = mkN "break-in" "break-ins"; -lin break_up_N = mkN "break-up" "break-ups"; -lin breakable_A = compoundA (mkA "breakable"); -lin breakage_N = mkN "breakage" "breakages"; -lin breakaway_N = mkN "breakaway" "breakaways"; -lin breakaways_N = mkN "breakaways" "breakawayss"; -lin breakdown_N = mkN "breakdown" "breakdowns"; -lin breaker_N = mkN "breaker" "breakers"; -lin breakfast_N = mkN "breakfast" "breakfasts"; -lin breakfast_V = mkV "breakfast" "breakfasts" "breakfasted" "breakfasted" "breakfasting"; -lin breakneck_A = compoundA (mkA "breakneck"); -lin breakthrough_N = mkN "breakthrough" "breakthroughs"; -lin breakwater_N = mkN "breakwater" "breakwaters"; -lin bream_N = mkN "bream" "bream"; -lin breast_N = mkN "breast" "breasts"; -lin breast_V2 = mkV2 (mkV "breast" "breasts" "breasted" "breasted" "breasting"); -lin breast_deep_Adv = mkAdv "breast-deep"; -lin breast_fed_A = compoundA (mkA "breast-fed"); -lin breast_high_Adv = mkAdv "breast-high"; -lin breast_plate_N = mkN "breast-plate" "breast-plates"; -lin breastfeed_V = mkV "breast" IrregEng.feed_V; -lin breastfeed_V2 = mkV2 (mkV "breast" IrregEng.feed_V); -lin breaston_PN = mkPN "Breaston"; -lin breaststroke_N = mkN "breaststroke" "-" {- FIXME: no plural form -}; -lin breastwork_N = mkN "breastwork" "breastworks"; -lin breath_N = mkN "breath" "breaths"; -lin breathalyser_N = mkN "breathalyser" "breathalysers"; -lin breathe_V = mkV "breathe" "breathes" "breathed" "breathed" "breathing"; -lin breathe_V2 = mkV2 (mkV "breathe" "breathes" "breathed" "breathed" "breathing"); -lin breather_N = mkN "breather" "breathers"; -lin breathing_N = mkN "breathing" "-" {- FIXME: no plural form -}; -lin breathing_space_N = mkN "breathing-space" "breathing-spaces"; -lin breathless_A = compoundA (mkA "breathless"); -lin breathlessly_Adv = mkAdv "breathlessly"; -lin breathtaking_A = compoundA (mkA "breathtaking"); -lin brecknock_PN = mkPN "Brecknock"; -lin breda_PN = mkPN "Breda"; -lin breech_N = mkN "breech" "breeches"; -lin breech_block_N = mkN "breech-block" "breech-blocks"; -lin breeches_buoy_N = mkN "breeches-buoy" "breeches-buoys"; -lin breed_N = mkN "breed" "breeds"; -lin breed_V = IrregEng.breed_V; -lin breed_V2 = mkV2 (IrregEng.breed_V); -lin breeder_N = mkN "breeder" "breeders"; -lin breeding_N = mkN "breeding" "-" {- FIXME: no plural form -}; -lin breedsall_PN = mkPN "Breedsall"; -lin breeze_N = mkN "breeze" "breezes"; -lin breeze_V = mkV "breeze" "breezes" "breezed" "breezed" "breezing"; -lin breezily_Adv = mkAdv "breezily"; -lin breeziness_N = mkN "breeziness" "-" {- FIXME: no plural form -}; -lin breezy_A = mkA "breezy" "breezier"; -lin bremen_PN = mkPN "Bremen"; -lin bremerhaven_PN = mkPN "Bremerhaven"; -lin bren_N = mkN "bren" "brens"; -lin bren_gun_N = mkN "bren-gun" "bren-guns"; -lin brenda_PN = mkPN "Brenda"; -lin brent_PN = mkPN "Brent"; -lin brentwood_PN = mkPN "Brentwood"; -lin brescia_PN = mkPN "Brescia"; -lin brest_PN = mkPN "Brest"; -lin breve_N = mkN "breve" "breves"; -lin brevet_N = mkN "brevet" "brevets"; -lin breviary_N = mkN "breviary" "breviaries"; -lin brevity_N = mkN "brevity" "-" {- FIXME: no plural form -}; -lin brew_N = mkN "brew" "brews"; -lin brew_V = mkV "brew" "brews" "brewed" "brewed" "brewing"; -lin brew_V2 = mkV2 (mkV "brew" "brews" "brewed" "brewed" "brewing"); -lin brewer_N = mkN "brewer" "brewers"; -lin brewery_N = mkN "brewery" "breweries"; -lin brian_PN = mkPN "Brian"; -lin briar_N = mkN "briar" "briars"; -lin bribable_A = compoundA (mkA "bribable"); -lin bribe_N = mkN "bribe" "bribes"; -lin bribe_V2 = mkV2 (mkV "bribe" "bribes" "bribed" "bribed" "bribing"); -lin bribery_N = mkN "bribery" "-" {- FIXME: no plural form -}; -lin bric_a_brac_N = mkN "bric-a-brac" "-" {- FIXME: no plural form -}; -lin brick_N = mkN "brick" "bricks"; -lin brick_V2 = mkV2 (mkV "brick" "bricks" "bricked" "bricked" "bricking"); -lin brick_field_N = mkN "brick-field" "brick-fields"; -lin brickbat_N = mkN "brickbat" "brickbats"; -lin bricket_wood_PN = mkPN "Bricket Wood"; -lin brickkiln_N = mkN "brickkiln" "brickkilns"; -lin bricklayer_N = mkN "bricklayer" "bricklayers"; -lin brickwork_N = mkN "brickwork" "brickworks"; -lin bridal_A = compoundA (mkA "bridal"); -lin bridal_N = mkN "bridal" "bridals"; -lin bride_N = mkN "bride" "brides"; -lin bridecake_N = mkN "bridecake" "bridecakes"; -lin bridegroom_N = mkN "bridegroom" "bridegrooms"; -lin bridesmaid_N = mkN "bridesmaid" "bridesmaids"; -lin bridge_N = mkN "bridge" "bridges"; -lin bridge_V2 = mkV2 (mkV "bridge" "bridges" "bridged" "bridged" "bridging"); -lin bridgehead_N = mkN "bridgehead" "bridgeheads"; -lin bridgend_PN = mkPN "Bridgend"; -lin bridget_PN = mkPN "Bridget"; -lin bridgnorth_PN = mkPN "Bridgnorth"; -lin bridgwater_PN = mkPN "Bridgwater"; -lin bridle_N = mkN "bridle" "bridles"; -lin bridle_V = mkV "bridle" "bridles" "bridled" "bridled" "bridling"; -lin bridle_V2 = mkV2 (mkV "bridle" "bridles" "bridled" "bridled" "bridling"); -lin bridle_path_N = mkN "bridle-path" "bridle-paths"; -lin bridle_road_N = mkN "bridle-road" "bridle-roads"; -lin bridlington_PN = mkPN "Bridlington"; -lin bridport_PN = mkPN "Bridport"; -lin brief_A = mkA "brief" "briefer"; -lin brief_N = mkN "brief" "briefs"; -lin brief_V2 = mkV2 (mkV "brief" "briefs" "briefed" "briefed" "briefing"); -lin briefcase_N = mkN "briefcase" "briefcases"; -lin briefing_N = mkN "briefing" "briefings"; -lin briefly_Adv = mkAdv "briefly"; -lin brier_N = mkN "brier" "briers"; -lin brig_N = mkN "brig" "brigs"; -lin brig_PN = mkPN "Brig"; -lin brigade_N = mkN "brigade" "brigades"; -lin brigadier_N = mkN "brigadier" "brigadiers"; -lin brigand_N = mkN "brigand" "brigands"; -lin brigantine_N = mkN "brigantine" "brigantines"; -lin brighouse_PN = mkPN "Brighouse"; -lin bright_A = mkA "bright" "brighter"; -lin bright_Adv = mkAdv "bright"; -lin brighten_V = mkV "brighten" "brightens" "brightened" "brightened" "brightening"; -lin brighten_V2 = mkV2 (mkV "brighten" "brightens" "brightened" "brightened" "brightening"); -lin brightlingsea_PN = mkPN "Brightlingsea"; -lin brightly_Adv = mkAdv "brightly"; -lin brightness_N = mkN "brightness" "-" {- FIXME: no plural form -}; -lin brighton_PN = mkPN "Brighton"; -lin brill_N = mkN "brill" "brill"; -lin brilliance_N = mkN "brilliance" "-" {- FIXME: no plural form -}; -lin brilliancy_N = mkN "brilliancy" "-" {- FIXME: no plural form -}; -lin brilliant_A = compoundA (mkA "brilliant"); -lin brilliantine_N = mkN "brilliantine" "-" {- FIXME: no plural form -}; -lin brilliantly_Adv = mkAdv "brilliantly"; -lin brim_N = mkN "brim" "brims"; -lin brim_V = mkV "brim" "brims" "brimmed" "brimmed" "brimming"; -lin brimful_A = compoundA (mkA "brimful"); -lin brimfull_A = compoundA (mkA "brimfull"); -lin brimstone_N = mkN "brimstone" "-" {- FIXME: no plural form -}; -lin brindled_A = compoundA (mkA "brindled"); -lin brine_N = mkN "brine" "brines"; -lin bring_V2 = mkV2 (IrregEng.bring_V); -lin brink_N = mkN "brink" "brinks"; -lin brinkmanship_N = mkN "brinkmanship" "-" {- FIXME: no plural form -}; -lin briny_A = mkA "briny" "brinier"; -lin brioche_N = mkN "brioche" "brioches"; -lin briquet_N = mkN "briquet" "briquets"; -lin briquette_N = mkN "briquette" "briquettes"; -lin brisbane_PN = mkPN "Brisbane"; -lin brisk_A = mkA "brisk" "brisker"; -lin brisket_N = mkN "brisket" "-" {- FIXME: no plural form -}; -lin briskly_Adv = mkAdv "briskly"; -lin bristle_N = mkN "bristle" "bristles"; -lin bristle_V = mkV "bristle" "bristles" "bristled" "bristled" "bristling"; -lin bristly_A = mkA "bristly" "bristlier"; -lin bristol_PN = mkPN "Bristol"; -lin brit_N = mkN "brit" "brits"; -lin britain_PN = mkPN "Britain"; -lin britannic_A = compoundA (mkA "britannic"); -lin british_A = compoundA (mkA "british"); -lin britisher_N = mkN "britisher" "britishers"; -lin briton_A = compoundA (mkA "briton"); -lin briton_N = mkN "briton" "britons"; -lin brittle_A = compoundA (mkA "brittle"); -lin brixham_PN = mkPN "Brixham"; -lin brno_PN = mkPN "Brno"; -lin broach_V = mkV "broach" "broaches" "broached" "broached" "broaching"; -lin broach_V2 = mkV2 (mkV "broach" "broaches" "broached" "broached" "broaching"); -lin broad_A = mkA "broad" "broader"; -lin broad_N = mkN "broad" "broads"; -lin broad_minded_A = compoundA (mkA "broad-minded"); -lin broad_mindedness_N = mkN "broad-mindedness" "-" {- FIXME: no plural form -}; -lin broadcast_Adv = mkAdv "broadcast"; -lin broadcast_N = mkN "broadcast" "broadcasts"; -lin broadcast_V = mkV "broadcast" "broadcasts" "broadcasted" "broadcasted" "broadcasting"; -lin broadcast_V2 = mkV2 (mkV "broadcast" "broadcasts" "broadcasted" "broadcasted" "broadcasting"); -lin broadcasting_A = compoundA (mkA "broadcasting"); -lin broadcasting_N = mkN "broadcasting" "-" {- FIXME: no plural form -}; -lin broadcloth_N = mkN "broadcloth" "-" {- FIXME: no plural form -}; -lin broaden_V = mkV "broaden" "broadens" "broadened" "broadened" "broadening"; -lin broaden_V2 = mkV2 (mkV "broaden" "broadens" "broadened" "broadened" "broadening"); -lin broadly_Adv = mkAdv "broadly"; -lin broadness_N = mkN "broadness" "-" {- FIXME: no plural form -}; -lin broadsheet_N = mkN "broadsheet" "broadsheets"; -lin broadside_N = mkN "broadside" "broadsides"; -lin broadways_Adv = mkAdv "broadways"; -lin broadwise_Adv = mkAdv "broadwise"; -lin brocade_N = mkN "brocade" "brocades"; -lin brocade_V2 = mkV2 (mkV "brocade" "brocades" "brocaded" "brocaded" "brocading"); -lin broccoli_N = mkN "broccoli" "-" {- FIXME: no plural form -}; -lin brochure_N = mkN "brochure" "brochures"; -lin brogue_N = mkN "brogue" "brogues"; -lin broil_V = mkV "broil" "broils" "broiled" "broiled" "broiling"; -lin broil_V2 = mkV2 (mkV "broil" "broils" "broiled" "broiled" "broiling"); -lin broiler_N = mkN "broiler" "broilers"; -lin broke_A = compoundA (mkA "broke"); -lin broken_hearted_A = compoundA (mkA "broken-hearted"); -lin broker_N = mkN "broker" "brokers"; -lin brokerage_N = mkN "brokerage" "-" {- FIXME: no plural form -}; -lin brolly_N = mkN "brolly" "brollies"; -lin bromide_N = mkN "bromide" "bromides"; -lin bromine_N = mkN "bromine" "-" {- FIXME: no plural form -}; -lin bromley_PN = mkPN "Bromley"; -lin bromsgrove_PN = mkPN "Bromsgrove"; -lin bronchial_A = compoundA (mkA "bronchial"); -lin bronchitic_A = compoundA (mkA "bronchitic"); -lin bronchitis_N = mkN "bronchitis" "-" {- FIXME: no plural form -}; -lin bronchus_N = mkN "bronchus" "bronchi" {- FIXME: guessed plural form -}; -lin bronco_N = mkN "bronco" "broncos"; -lin bronze_N = mkN "bronze" "bronzes"; -lin bronze_V = mkV "bronze" "bronzes" "bronzed" "bronzed" "bronzing"; -lin bronze_V2 = mkV2 (mkV "bronze" "bronzes" "bronzed" "bronzed" "bronzing"); -lin brooch_N = mkN "brooch" "brooches"; -lin brood_N = mkN "brood" "broods"; -lin brood_V = mkV "brood" "broods" "brooded" "brooded" "brooding"; -lin brood_hen_N = mkN "brood-hen" "brood-hens"; -lin brood_mare_N = mkN "brood-mare" "brood-mares"; -lin broody_A = mkA "broody" "broodier"; -lin brook_N = mkN "brook" "brooks"; -lin brook_V2 = mkV2 (mkV "brook" "brooks" "brooked" "brooked" "brooking"); -lin broom_N = mkN "broom" "brooms"; -lin broomstick_N = mkN "broomstick" "broomsticks"; -lin bros_PN = mkPN "Bros"; -lin broth_N = mkN "broth" "-" {- FIXME: no plural form -}; -lin brothel_N = mkN "brothel" "brothels"; -lin brother_N = mkN "brother" "brothers"; -lin brother_in_law_N = mkN "brother-in-law" "brothers-in-law" {- FIXME: guessed plural form -}; -lin brotherhood_N = mkN "brotherhood" "brotherhoods"; -lin brotherly_A = compoundA (mkA "brotherly"); -lin brougham_N = mkN "brougham" "broughams"; -lin broughton_PN = mkPN "Broughton"; -lin brouhaha_N = mkN "brouhaha" "brouhahas"; -lin brow_N = mkN "brow" "brows"; -lin browbeat_V2 = mkV2 (mkV "brow" IrregEng.beat_V); -lin brown_A = mkA "brown" "browner"; -lin brown_V = mkV "brown" "browns" "browned" "browned" "browning"; -lin brown_V2 = mkV2 (mkV "brown" "browns" "browned" "browned" "browning"); -lin brownie_N = mkN "brownie" "brownies"; -lin brownish_A = compoundA (mkA "brownish"); -lin brownstone_N = mkN "brownstone" "brownstones"; -lin browse_N = mkN "browse" "browses"; -lin browse_V = mkV "browse" "browses" "browsed" "browsed" "browsing"; -lin broxburn_PN = mkPN "Broxburn"; -lin bruce_PN = mkPN "Bruce"; -lin bruges_PN = mkPN "Bruges"; -lin bruin_N = mkN "bruin" "bruins"; -lin bruise_N = mkN "bruise" "bruises"; -lin bruise_V = mkV "bruise" "bruises" "bruised" "bruised" "bruising"; -lin bruise_V2 = mkV2 (mkV "bruise" "bruises" "bruised" "bruised" "bruising"); -lin bruiser_N = mkN "bruiser" "bruisers"; -lin bruit_V2 = mkV2 (mkV "bruit" "bruits" "bruited" "bruited" "bruiting"); -lin brunch_N = mkN "brunch" "brunches"; -lin brunei_PN = mkPN "Brunei"; -lin bruneian_A = compoundA (mkA "bruneian"); -lin bruneian_N = mkN "bruneian" "bruneians"; -lin brunette_N = mkN "brunette" "brunettes"; -lin brunswick_PN = mkPN "Brunswick"; -lin brunt_N = mkN "brunt" "brunts"; -lin brush_N = mkN "brush" "brushes"; -lin brush_V = mkV "brush" "brushes" "brushed" "brushed" "brushing"; -lin brush_V2 = mkV2 (mkV "brush" "brushes" "brushed" "brushed" "brushing"); -lin brush_off_N = mkN "brush-off" "brush-offs"; -lin brush_up_N = mkN "brush-up" "brush-ups"; -lin brushwood_N = mkN "brushwood" "-" {- FIXME: no plural form -}; -lin brushwork_N = mkN "brushwork" "brushworks"; -lin brusque_A = compoundA (mkA "brusque"); -lin brusquely_Adv = mkAdv "brusquely"; -lin brusqueness_N = mkN "brusqueness" "-" {- FIXME: no plural form -}; -lin brussels_PN = mkPN "Brussels"; -lin brutal_A = compoundA (mkA "brutal"); -lin brutality_N = mkN "brutality" "brutalities"; -lin brutalize_V2 = mkV2 (mkV "brutalize" "brutalizes" "brutalized" "brutalized" "brutalizing"); -lin brutally_Adv = mkAdv "brutally"; -lin brute_N = mkN "brute" "brutes"; -lin brutish_A = compoundA (mkA "brutish"); -lin brutishly_Adv = mkAdv "brutishly"; -lin bryan_PN = mkPN "Bryan"; -lin bsc_N = mkN "bsc" "-" {- FIXME: no plural form -}; -lin bst_PN = mkPN "BST"; -lin bt_PN = mkPN "BT"; -lin bubble_N = mkN "bubble" "bubbles"; -lin bubble_V = mkV "bubble" "bubbles" "bubbled" "bubbled" "bubbling"; -lin bubbly_A = mkA "bubbly" "bubblier"; -lin bubbly_N = mkN "bubbly" "-" {- FIXME: no plural form -}; -lin bubonic_A = compoundA (mkA "bubonic"); -lin bucarest_PN = mkPN "Bucarest"; -lin buccaneer_N = mkN "buccaneer" "buccaneers"; -lin buck_N = mkN "buck" "bucks"; -lin buck_V = mkV "buck" "bucks" "bucked" "bucked" "bucking"; -lin buck_V2 = mkV2 (mkV "buck" "bucks" "bucked" "bucked" "bucking"); -lin bucket_N = mkN "bucket" "buckets"; -lin bucket_V = mkV "bucket" "buckets" "bucketed" "bucketed" "bucketing"; -lin bucketful_N = mkN "bucketful" "bucketfuls"; -lin buckhaven_PN = mkPN "Buckhaven"; -lin buckie_PN = mkPN "Buckie"; -lin buckingham_PN = mkPN "Buckingham"; -lin buckinghamshire_PN = mkPN "Buckinghamshire"; -lin buckle_N = mkN "buckle" "buckles"; -lin buckle_V = mkV "buckle" "buckles" "buckled" "buckled" "buckling"; -lin buckle_V2 = mkV2 (mkV "buckle" "buckles" "buckled" "buckled" "buckling"); -lin buckler_N = mkN "buckler" "bucklers"; -lin buckley_PN = mkPN "Buckley"; -lin buckram_N = mkN "buckram" "-" {- FIXME: no plural form -}; -lin bucksburn_PN = mkPN "Bucksburn"; -lin buckshot_N = mkN "buckshot" "-" {- FIXME: no plural form -}; -lin buckskin_N = mkN "buckskin" "-" {- FIXME: no plural form -}; -lin bucktooth_N = mkN "bucktooth" "buckteeth" {- FIXME: guessed plural form -}; -lin buckwheat_N = mkN "buckwheat" "-" {- FIXME: no plural form -}; -lin bucolic_A = compoundA (mkA "bucolic"); -lin bucolics_N = mkN "bucolics" "bucolics"; -lin bud_N = mkN "bud" "buds"; -lin bud_V = mkV "bud" "buds" "budded" "budded" "budding"; -lin budapest_PN = mkPN "Budapest"; -lin buddhism_N = mkN "buddhism" "-" {- FIXME: no plural form -}; -lin buddhist_N = mkN "buddhist" "buddhists"; -lin budding_A = compoundA (mkA "budding"); -lin buddy_N = mkN "buddy" "buddies"; -lin budge_V = mkV "budge" "budges" "budged" "budged" "budging"; -lin budge_V2 = mkV2 (mkV "budge" "budges" "budged" "budged" "budging"); -lin budgerigar_N = mkN "budgerigar" "budgerigars"; -lin budget_N = mkN "budget" "budgets"; -lin budget_V = mkV "budget" "budgets" "budgeted" "budgeted" "budgeting"; -lin budgetary_A = compoundA (mkA "budgetary"); -lin budgie_N = mkN "budgie" "budgies"; -lin buenos_aires_PN = mkPN "Buenos aires"; -lin buff_N = mkN "buff" "buffs"; -lin buff_V2 = mkV2 (mkV "buff" "buffs" "buffed" "buffed" "buffing"); -lin buffalo_N = mkN "buffalo" "buffalo"; -lin buffalo_PN = mkPN "Buffalo"; -lin buffer_N = mkN "buffer" "buffers"; -lin buffet_N = mkN "buffet" "buffets"; -lin buffet_V = mkV "buffet" "buffets" "buffeted" "buffeted" "buffeting"; -lin buffet_V2 = mkV2 (mkV "buffet" "buffets" "buffeted" "buffeted" "buffeting"); -lin buffoon_N = mkN "buffoon" "buffoons"; -lin buffoonery_N = mkN "buffoonery" "-" {- FIXME: no plural form -}; -lin bug_N = mkN "bug" "bugs"; -lin bug_V2 = mkV2 (mkV "bug" "bugs" "bugged" "bugged" "bugging"); -lin bug_hunter_N = mkN "bug-hunter" "bug-hunters"; -lin bugaboo_N = mkN "bugaboo" "bugaboos"; -lin bugbear_N = mkN "bugbear" "bugbears"; -lin bugger_N = mkN "bugger" "buggers"; -lin bugger_V = mkV "bugger" "buggers" "buggered" "buggered" "buggering"; -lin bugger_V2 = mkV2 (mkV "bugger" "buggers" "buggered" "buggered" "buggering"); -lin bugger_all_N = mkN "bugger-all" "-" {- FIXME: no plural form -}; -lin buggery_N = mkN "buggery" "-" {- FIXME: no plural form -}; -lin buggy_N = mkN "buggy" "buggies"; -lin bugle_N = mkN "bugle" "bugles"; -lin bugler_N = mkN "bugler" "buglers"; -lin buhl_N = mkN "buhl" "-" {- FIXME: no plural form -}; -lin build_N = mkN "build" "-" {- FIXME: no plural form -}; -lin build_V = IrregEng.build_V; -lin build_V2 = mkV2 (IrregEng.build_V); -lin build_up_N = mkN "build-up" "build-ups"; -lin builder_N = mkN "builder" "builders"; -lin building_N = mkN "building" "buildings"; -lin building_society_N = mkN "building-society" "building-societies"; -lin built_in_A = compoundA (mkA "built-in"); -lin built_up_A = compoundA (mkA "built-up"); -lin bulb_N = mkN "bulb" "bulbs"; -lin bulbous_A = compoundA (mkA "bulbous"); -lin bulbul_N = mkN "bulbul" "bulbuls"; -lin bulgaria_PN = mkPN "Bulgaria"; -lin bulgarian_A = compoundA (mkA "bulgarian"); -lin bulgarian_N = mkN "bulgarian" "bulgarians"; -lin bulge_N = mkN "bulge" "bulges"; -lin bulge_V = mkV "bulge" "bulges" "bulged" "bulged" "bulging"; -lin bulge_V2 = mkV2 (mkV "bulge" "bulges" "bulged" "bulged" "bulging"); -lin bulk_N = mkN "bulk" "-" {- FIXME: no plural form -}; -lin bulk_V = mkV "bulk" "bulks" "bulked" "bulked" "bulking"; -lin bulkhead_N = mkN "bulkhead" "bulkheads"; -lin bulkington_PN = mkPN "Bulkington"; -lin bulky_A = mkA "bulky" "bulkier"; -lin bull's_eye_N = mkN "bull's-eye" "bull's-eyes"; -lin bull_N = mkN "bull" "bulls"; -lin bull_headed_A = compoundA (mkA "bull-headed"); -lin bull_neck_N = mkN "bull-neck" "bull-necks"; -lin bull_terrier_N = mkN "bull-terrier" "bull-terriers"; -lin bulldog_N = mkN "bulldog" "bulldogs"; -lin bulldoze_V2 = mkV2 (mkV "bulldoze" "bulldozes" "bulldozed" "bulldozed" "bulldozing"); -lin bulldozer_N = mkN "bulldozer" "bulldozers"; -lin bullet_N = mkN "bullet" "bullets"; -lin bullet_headed_A = compoundA (mkA "bullet-headed"); -lin bulletin_N = mkN "bulletin" "bulletins"; -lin bulletproof_A = compoundA (mkA "bulletproof"); -lin bullfight_N = mkN "bullfight" "bullfights"; -lin bullfighter_N = mkN "bullfighter" "bullfighters"; -lin bullfinch_N = mkN "bullfinch" "bullfinches"; -lin bullfrog_N = mkN "bullfrog" "bullfrogs"; -lin bullion_N = mkN "bullion" "-" {- FIXME: no plural form -}; -lin bullock_N = mkN "bullock" "bullocks"; -lin bullring_N = mkN "bullring" "bullrings"; -lin bullshit_N = mkN "bullshit" "-" {- FIXME: no plural form -}; -lin bullshit_V = mkV "bullshit" "bullshits" "bullshitted" "bullshitted" "bullshitting"; -lin bully_A = compoundA (mkA "bully"); -lin bully_N = mkN "bully" "bullies"; -lin bully_V = mkV "bully" "bullies" "bullied" "bullied" "bullying"; -lin bully_V2 = mkV2 (mkV "bully" "bullies" "bullied" "bullied" "bullying"); -lin bulrush_N = mkN "bulrush" "bulrushes"; -lin bulwark_N = mkN "bulwark" "bulwarks"; -lin bum_A = compoundA (mkA "bum"); -lin bum_N = mkN "bum" "bums"; -lin bum_V = mkV "bum" "bums" "bummed" "bummed" "bumming"; -lin bum_V2 = mkV2 (mkV "bum" "bums" "bummed" "bummed" "bumming"); -lin bumblebee_N = mkN "bumblebee" "bumblebees"; -lin bumboat_N = mkN "bumboat" "bumboats"; -lin bump_Adv = mkAdv "bump"; -lin bump_N = mkN "bump" "bumps"; -lin bump_V = mkV "bump" "bumps" "bumped" "bumped" "bumping"; -lin bump_V2 = mkV2 (mkV "bump" "bumps" "bumped" "bumped" "bumping"); -lin bumper_N = mkN "bumper" "bumpers"; -lin bumpkin_N = mkN "bumpkin" "bumpkins"; -lin bumptious_A = compoundA (mkA "bumptious"); -lin bumptiously_Adv = mkAdv "bumptiously"; -lin bumptiousness_N = mkN "bumptiousness" "-" {- FIXME: no plural form -}; -lin bumpy_A = mkA "bumpy" "bumpier"; -lin bun_N = mkN "bun" "buns"; -lin buna_N = mkN "buna" "-" {- FIXME: no plural form -}; -lin bunch_N = mkN "bunch" "bunches"; -lin bunch_V = mkV "bunch" "bunches" "bunched" "bunched" "bunching"; -lin bunch_V2 = mkV2 (mkV "bunch" "bunches" "bunched" "bunched" "bunching"); -lin bundle_N = mkN "bundle" "bundles"; -lin bundle_V = mkV "bundle" "bundles" "bundled" "bundled" "bundling"; -lin bundle_V2 = mkV2 (mkV "bundle" "bundles" "bundled" "bundled" "bundling"); -lin bung_N = mkN "bung" "bungs"; -lin bung_V2 = mkV2 (mkV "bung" "bungs" "bunged" "bunged" "bunging"); -lin bung_hole_N = mkN "bung-hole" "bung-holes"; -lin bungaloid_A = compoundA (mkA "bungaloid"); -lin bungalow_N = mkN "bungalow" "bungalows"; -lin bungle_N = mkN "bungle" "bungles"; -lin bungle_V = mkV "bungle" "bungles" "bungled" "bungled" "bungling"; -lin bungle_V2 = mkV2 (mkV "bungle" "bungles" "bungled" "bungled" "bungling"); -lin bungler_N = mkN "bungler" "bunglers"; -lin bunion_N = mkN "bunion" "bunions"; -lin bunk_N = mkN "bunk" "bunks"; -lin bunk_V = mkV "bunk" "bunks" "bunked" "bunked" "bunking"; -lin bunker_N = mkN "bunker" "bunkers"; -lin bunker_V = mkV "bunker" "bunkers" "bunkered" "bunkered" "bunkering"; -lin bunker_V2 = mkV2 (mkV "bunker" "bunkers" "bunkered" "bunkered" "bunkering"); -lin bunkum_N = mkN "bunkum" "-" {- FIXME: no plural form -}; -lin bunny_N = mkN "bunny" "bunnies"; -lin bunsen_N = mkN "bunsen" "bunsens"; -lin bunting_N = mkN "bunting" "-" {- FIXME: no plural form -}; -lin buoy_N = mkN "buoy" "buoys"; -lin buoy_V = mkV "buoy" "buoys" "buoyed" "buoyed" "buoying"; -lin buoyancy_N = mkN "buoyancy" "-" {- FIXME: no plural form -}; -lin buoyant_A = compoundA (mkA "buoyant"); -lin buoyantly_Adv = mkAdv "buoyantly"; -lin bur_N = mkN "bur" "burs"; -lin burberry_N = mkN "burberry" "burberries"; -lin burble_V = mkV "burble" "burbles" "burbled" "burbled" "burbling"; -lin burden_N = mkN "burden" "burdens"; -lin burden_V2 = mkV2 (mkV "burden" "burdens" "burdened" "burdened" "burdening"); -lin burdensome_A = compoundA (mkA "burdensome"); -lin burdock_N = mkN "burdock" "burdocks"; -lin bureau_N = mkN "bureau" "bureaux" {- FIXME: guessed plural form -}; -lin bureaucracy_N = mkN "bureaucracy" "bureaucracies"; -lin bureaucrat_N = mkN "bureaucrat" "bureaucrats"; -lin bureaucratic_A = compoundA (mkA "bureaucratic"); -lin bureaucratically_Adv = mkAdv "bureaucratically"; -lin burette_N = mkN "burette" "burettes"; -lin burg_N = mkN "burg" "burgs"; -lin burgeon_V = mkV "burgeon" "burgeons" "burgeoned" "burgeoned" "burgeoning"; -lin burgess_N = mkN "burgess" "burgesses"; -lin burgess_PN = mkPN "Burgess"; -lin burgh_N = mkN "burgh" "burghs"; -lin burgher_N = mkN "burgher" "burghers"; -lin burglar_N = mkN "burglar" "burglars"; -lin burglar_alarm_N = mkN "burglar-alarm" "burglar-alarms"; -lin burglar_proof_A = compoundA (mkA "burglar-proof"); -lin burglarious_A = compoundA (mkA "burglarious"); -lin burglary_N = mkN "burglary" "burglaries"; -lin burgle_V = mkV "burgle" "burgles" "burgled" "burgled" "burgling"; -lin burgle_V2 = mkV2 (mkV "burgle" "burgles" "burgled" "burgled" "burgling"); -lin burgomaster_N = mkN "burgomaster" "burgomasters"; -lin burgos_PN = mkPN "Burgos"; -lin burgundy_N = mkN "burgundy" "-" {- FIXME: no plural form -}; -lin burial_N = mkN "burial" "burials"; -lin burial_ground_N = mkN "burial-ground" "burial-grounds"; -lin burke_V2 = mkV2 (mkV "burke" "burkes" "burked" "burked" "burking"); -lin burlap_N = mkN "burlap" "-" {- FIXME: no plural form -}; -lin burlesque_N = mkN "burlesque" "burlesques"; -lin burlesque_V2 = mkV2 (mkV "burlesque" "burlesques" "burlesqued" "burlesqued" "burlesquing"); -lin burley_PN = mkPN "Burley"; -lin burly_A = mkA "burly" "burlier"; -lin burma_PN = mkPN "Burma"; -lin burmese_A = compoundA (mkA "burmese"); -lin burmese_N = mkN "burmese" "burmese"; -lin burn_N = mkN "burn" "burns"; -lin burn_V = mkV "burn" "burns" "burned" "burned" "burning"; -lin burn_V2 = mkV2 (mkV "burn" "burns" "burned" "burned" "burning"); -lin burn_up_N = mkN "burn-up" "burn-ups"; -lin burner_N = mkN "burner" "burners"; -lin burnham_on_sea_PN = mkPN "Burnham-on-sea"; -lin burning_A = compoundA (mkA "burning"); -lin burnish_V = mkV "burnish" "burnishes" "burnished" "burnished" "burnishing"; -lin burnish_V2 = mkV2 (mkV "burnish" "burnishes" "burnished" "burnished" "burnishing"); -lin burnley_PN = mkPN "Burnley"; -lin burnouse_N = mkN "burnouse" "burnouses"; -lin burntisland_PN = mkPN "Burntisland"; -lin burntwood_PN = mkPN "Burntwood"; -lin burp_N = mkN "burp" "burps"; -lin burp_V = mkV "burp" "burps" "burped" "burped" "burping"; -lin burp_V2 = mkV2 (mkV "burp" "burps" "burped" "burped" "burping"); -lin burr_N = mkN "burr" "burrs"; -lin burr_drill_N = mkN "burr-drill" "burr-drills"; -lin burrow_N = mkN "burrow" "burrows"; -lin burrow_V = mkV "burrow" "burrows" "burrowed" "burrowed" "burrowing"; -lin burrow_V2 = mkV2 (mkV "burrow" "burrows" "burrowed" "burrowed" "burrowing"); -lin burry_port_PN = mkPN "Burry port"; -lin bursar_N = mkN "bursar" "bursars"; -lin bursary_N = mkN "bursary" "bursaries"; -lin burscough_PN = mkPN "Burscough"; -lin burst_N = mkN "burst" "bursts"; -lin burst_V = IrregEng.burst_V; -lin burst_V2 = mkV2 (IrregEng.burst_V); -lin burthen_N = mkN "burthen" "burthens"; -lin burthen_V2 = mkV2 (mkV "burthen" "burthens" "burthened" "burthened" "burthening"); -lin burton_N = mkN "burton" "burtons"; -lin burton_upon_trent_PN = mkPN "Burton-upon-trent"; -lin burundi_PN = mkPN "Burundi"; -lin burundian_A = compoundA (mkA "burundian"); -lin burundian_N = mkN "burundian" "burundians"; -lin bury_PN = mkPN "Bury"; -lin bury_V2 = mkV2 (mkV "bury" "buries" "buried" "buried" "burying"); -lin bury_st__edmunds_PN = mkPN "Bury st. edmunds"; -lin burying_ground_N = mkN "burying-ground" "burying-grounds"; -lin bus_N = mkN "bus" "buses"; -lin bus_V = mkV "bus" "buses" "bused" "bused" "busing"; -lin bus_V2 = mkV2 (mkV "bus" "buses" "bused" "bused" "busing"); -lin busby_N = mkN "busby" "busbies"; -lin bush_N = mkN "bush" "bushes"; -lin bushel_N = mkN "bushel" "bushels"; -lin bushman_N = mkN "bushman" "bushmen" {- FIXME: guessed plural form -}; -lin bushy_A = compoundA (mkA "bushy"); -lin busily_Adv = mkAdv "busily"; -lin business_N = mkN "business" "businesses"; -lin businesslike_A = compoundA (mkA "businesslike"); -lin businessman_N = mkN "businessman" "businessmen" {- FIXME: guessed plural form -}; -lin busker_N = mkN "busker" "buskers"; -lin busman_N = mkN "busman" "busmen" {- FIXME: guessed plural form -}; -lin bust_N = mkN "bust" "busts"; -lin bust_V = mkV "bust" "busts" "busted" "busted" "busting"; -lin bust_V2 = mkV2 (mkV "bust" "busts" "busted" "busted" "busting"); -lin bust_up_N = mkN "bust-up" "bust-ups"; -lin bustard_N = mkN "bustard" "bustards"; -lin buster_N = mkN "buster" "busters"; -lin bustle_N = mkN "bustle" "bustles"; -lin bustle_V = mkV "bustle" "bustles" "bustled" "bustled" "bustling"; -lin bustle_V2 = mkV2 (mkV "bustle" "bustles" "bustled" "bustled" "bustling"); -lin busy_A = mkA "busy" "busier"; -lin busy_V2 = mkV2 (mkV "busy" "busies" "busied" "busied" "busying"); -lin busybody_N = mkN "busybody" "busybodies"; -lin but_Adv = mkAdv "but"; -lin butane_N = mkN "butane" "-" {- FIXME: no plural form -}; -lin butch_A = compoundA (mkA "butch"); -lin butcher_N = mkN "butcher" "butchers"; -lin butcher_V2 = mkV2 (mkV "butcher" "butchers" "butchered" "butchered" "butchering"); -lin butchery_N = mkN "butchery" "-" {- FIXME: no plural form -}; -lin butler_N = mkN "butler" "butlers"; -lin butt_N = mkN "butt" "butts"; -lin butt_V = mkV "butt" "butts" "butted" "butted" "butting"; -lin butt_V2 = mkV2 (mkV "butt" "butts" "butted" "butted" "butting"); -lin butter_N = mkN "butter" "-" {- FIXME: no plural form -}; -lin butter_V2 = mkV2 (mkV "butter" "butters" "buttered" "buttered" "buttering"); -lin butterbean_N = mkN "butterbean" "butterbeans"; -lin buttercup_N = mkN "buttercup" "buttercups"; -lin butterfingers_N = mkN "butterfingers" "IRREG"; -lin butterfly_N = mkN "butterfly" "butterflies"; -lin buttermilk_N = mkN "buttermilk" "-" {- FIXME: no plural form -}; -lin butterscotch_N = mkN "butterscotch" "-" {- FIXME: no plural form -}; -lin buttery_N = mkN "buttery" "butteries"; -lin buttock_N = mkN "buttock" "buttocks"; -lin button_N = mkN "button" "buttons"; -lin button_V = mkV "button" "buttons" "buttoned" "buttoned" "buttoning"; -lin button_V2 = mkV2 (mkV "button" "buttons" "buttoned" "buttoned" "buttoning"); -lin buttoned_up_A = compoundA (mkA "buttoned-up"); -lin buttonhole_N = mkN "buttonhole" "buttonholes"; -lin buttonhole_V2 = mkV2 (mkV "buttonhole" "buttonholes" "buttonholed" "buttonholed" "buttonholing"); -lin buttonhook_N = mkN "buttonhook" "buttonhooks"; -lin buttonwood_N = mkN "buttonwood" "buttonwoods"; -lin buttress_N = mkN "buttress" "buttresses"; -lin buttress_V2 = mkV2 (mkV "buttress" "buttresses" "buttressed" "buttressed" "buttressing"); -lin buxom_A = compoundA (mkA "buxom"); -lin buxton_PN = mkPN "Buxton"; -lin buy_N = mkN "buy" "buys"; -lin buy_V = IrregEng.buy_V; -lin buy_V2 = mkV2 (IrregEng.buy_V); -lin buyer_N = mkN "buyer" "buyers"; -lin buzz_N = mkN "buzz" "buzzes"; -lin buzz_V = mkV "buzz" "buzzes" "buzzed" "buzzed" "buzzing"; -lin buzz_V2 = mkV2 (mkV "buzz" "buzzes" "buzzed" "buzzed" "buzzing"); -lin buzzard_N = mkN "buzzard" "buzzards"; -lin buzzer_N = mkN "buzzer" "buzzers"; -lin bvm_N = mkN "bvm" "-" {- FIXME: no plural form -}; -lin by_Adv = mkAdv "by"; -lin by_election_N = mkN "by-election" "by-elections"; -lin bye_N = mkN "bye" "byes"; -lin bye_bye_N = mkN "bye-bye" "bye-byes"; -lin bye_law_N = mkN "bye-law" "bye-laws"; -lin bygone_A = compoundA (mkA "bygone"); -lin bylaw_N = mkN "bylaw" "bylaws"; -lin bypass_N = mkN "bypass" "bypasses"; -lin bypass_V2 = mkV2 (mkV "bypass" "bypasses" "bypassed" "bypassed" "bypassing"); -lin bypath_N = mkN "bypath" "bypaths"; -lin byplay_N = mkN "byplay" "-" {- FIXME: no plural form -}; -lin byproduct_N = mkN "byproduct" "byproducts"; -lin byroad_N = mkN "byroad" "byroads"; -lin bystander_N = mkN "bystander" "bystanders"; -lin byway_N = mkN "byway" "byways"; -lin byword_N = mkN "byword" "bywords"; -lin bete_noire_N = mkN "bête noire" "IRREG"; -lin c_in_c_PN = mkPN "C-in-c"; -lin c_of_e_N = mkN "c of e" "-" {- FIXME: no plural form -}; -lin ca'canny_N = mkN "ca'canny" "IRREG"; -lin cab_N = mkN "cab" "cabs"; -lin cab_rank_N = mkN "cab-rank" "cab-ranks"; -lin cabal_N = mkN "cabal" "cabals"; -lin cabaret_N = mkN "cabaret" "cabarets"; -lin cabbage_N = mkN "cabbage" "cabbages"; -lin cabby_N = mkN "cabby" "cabbies"; -lin caber_N = mkN "caber" "cabers"; -lin cabin_N = mkN "cabin" "cabins"; -lin cabinet_N = mkN "cabinet" "cabinets"; -lin cabinet_maker_N = mkN "cabinet-maker" "cabinet-makers"; -lin cable's_length_N = mkN "cable's-length" "cable's-lengths"; -lin cable_N = mkN "cable" "cables"; -lin cable_V = mkV "cable" "cables" "cabled" "cabled" "cabling"; -lin cable_V2 = mkV2 (mkV "cable" "cables" "cabled" "cabled" "cabling"); -lin cable_car_N = mkN "cable-car" "cable-cars"; -lin cable_length_N = mkN "cable-length" "cable-lengths"; -lin cable_railway_N = mkN "cable-railway" "cable-railways"; -lin cablegram_N = mkN "cablegram" "cablegrams"; -lin cabman_N = mkN "cabman" "cabmen" {- FIXME: guessed plural form -}; -lin caboodle_N = mkN "caboodle" "caboodles"; -lin caboose_N = mkN "caboose" "cabooses"; -lin cabstand_N = mkN "cabstand" "cabstands"; -lin cacao_N = mkN "cacao" "cacaos"; -lin cacao_bean_N = mkN "cacao-bean" "cacao-beans"; -lin cacao_tree_N = mkN "cacao-tree" "cacao-trees"; -lin cache_N = mkN "cache" "caches"; -lin cache_V2 = mkV2 (mkV "cache" "caches" "cached" "cached" "caching"); -lin cachet_N = mkN "cachet" "cachets"; -lin cachou_N = mkN "cachou" "cachous"; -lin cackle_N = mkN "cackle" "cackles"; -lin cackle_V = mkV "cackle" "cackles" "cackled" "cackled" "cackling"; -lin cackler_N = mkN "cackler" "cacklers"; -lin cacophonous_A = compoundA (mkA "cacophonous"); -lin cacophony_N = mkN "cacophony" "cacophonies"; -lin cactus_N = mkN "cactus" "cactuses"; -lin cad_N = mkN "cad" "cads"; -lin cadaver_N = mkN "cadaver" "cadavers"; -lin cadaverous_A = compoundA (mkA "cadaverous"); -lin caddie_N = mkN "caddie" "caddies"; -lin caddish_A = compoundA (mkA "caddish"); -lin caddy_N = mkN "caddy" "caddies"; -lin cadence_N = mkN "cadence" "cadences"; -lin cadenza_N = mkN "cadenza" "cadenzas"; -lin cadet_N = mkN "cadet" "cadets"; -lin cadge_V = mkV "cadge" "cadges" "cadged" "cadged" "cadging"; -lin cadge_V2 = mkV2 (mkV "cadge" "cadges" "cadged" "cadged" "cadging"); -lin cadger_N = mkN "cadger" "cadgers"; -lin cadiz_PN = mkPN "Cadiz"; -lin cadmium_N = mkN "cadmium" "-" {- FIXME: no plural form -}; -lin cadre_N = mkN "cadre" "cadres"; -lin caen_PN = mkPN "Caen"; -lin caerleon_PN = mkPN "Caerleon"; -lin caernarfon_PN = mkPN "Caernarfon"; -lin caerphilly_PN = mkPN "Caerphilly"; -lin caesar_N = mkN "caesar" "caesars"; -lin caesarian_A = compoundA (mkA "caesarian"); -lin caesura_N = mkN "caesura" "caesuras"; -lin cafe_au_lait_N = mkN "cafe-au-lait" "cafe-au-laits"; -lin cafeteria_N = mkN "cafeteria" "cafeterias"; -lin caff_N = mkN "caff" "caffs"; -lin caffeine_N = mkN "caffeine" "-" {- FIXME: no plural form -}; -lin caftan_N = mkN "caftan" "caftans"; -lin cafe_N = mkN "café" "cafés"; -lin cage_N = mkN "cage" "cages"; -lin cage_V2 = mkV2 (mkV "cage" "cages" "caged" "caged" "caging"); -lin cagey_A = compoundA (mkA "cagey"); -lin cagily_Adv = mkAdv "cagily"; -lin cagliari_PN = mkPN "Cagliari"; -lin cagoule_N = mkN "cagoule" "cagoules"; -lin caiman_N = mkN "caiman" "caimans"; -lin cairn_N = mkN "cairn" "cairns"; -lin cairo_PN = mkPN "Cairo"; -lin caisson_N = mkN "caisson" "caissons"; -lin caitiff_N = mkN "caitiff" "caitiffs"; -lin cajole_V2 = mkV2 (mkV "cajole" "cajoles" "cajoled" "cajoled" "cajoling"); -lin cajolery_N = mkN "cajolery" "-" {- FIXME: no plural form -}; -lin cake_N = mkN "cake" "cakes"; -lin cake_V = mkV "cake" "cakes" "caked" "caked" "caking"; -lin cake_V2 = mkV2 (mkV "cake" "cakes" "caked" "caked" "caking"); -lin calabash_N = mkN "calabash" "calabashes"; -lin calamitous_A = compoundA (mkA "calamitous"); -lin calamity_N = mkN "calamity" "calamities"; -lin calcify_V = mkV "calcify" "calcifies" "calcified" "calcified" "calcifying"; -lin calcify_V2 = mkV2 (mkV "calcify" "calcifies" "calcified" "calcified" "calcifying"); -lin calcination_N = mkN "calcination" "calcinations"; -lin calcine_V = mkV "calcine" "calcines" "calcined" "calcined" "calcining"; -lin calcine_V2 = mkV2 (mkV "calcine" "calcines" "calcined" "calcined" "calcining"); -lin calcium_N = mkN "calcium" "-" {- FIXME: no plural form -}; -lin calculable_A = compoundA (mkA "calculable"); -lin calculate_V = mkV "calculate" "calculates" "calculated" "calculated" "calculating"; -lin calculate_V2 = mkV2 (mkV "calculate" "calculates" "calculated" "calculated" "calculating"); -lin calculating_A = compoundA (mkA "calculating"); -lin calculation_N = mkN "calculation" "calculations"; -lin calculator_N = mkN "calculator" "calculators"; -lin calculus_N = mkN "calculus" "calculuses"; -lin calcutta_PN = mkPN "Calcutta"; -lin caldicot_PN = mkPN "Caldicot"; -lin caldron_N = mkN "caldron" "caldrons"; -lin calendar_N = mkN "calendar" "calendars"; -lin calender_N = mkN "calender" "calenders"; -lin calender_V2 = mkV2 (mkV "calender" "calenders" "calendered" "calendered" "calendering"); -lin calf_N = mkN "calf" "calves" {- FIXME: guessed plural form -}; -lin calf_love_N = mkN "calf-love" "-" {- FIXME: no plural form -}; -lin cali_PN = mkPN "Cali"; -lin calibrate_V2 = mkV2 (mkV "calibrate" "calibrates" "calibrated" "calibrated" "calibrating"); -lin calibration_N = mkN "calibration" "calibrations"; -lin calibre_N = mkN "calibre" "calibres"; -lin calico_N = mkN "calico" "-" {- FIXME: no plural form -}; -lin calif_N = mkN "calif" "califs"; -lin california_PN = mkPN "California"; -lin californian_A = compoundA (mkA "californian"); -lin californian_N = mkN "californian" "californians"; -lin caliph_N = mkN "caliph" "caliphs"; -lin caliphate_N = mkN "caliphate" "caliphates"; -lin calisthenics_N = mkN "calisthenics" "calisthenics"; -lin calk_N = mkN "calk" "calks"; -lin calk_V2 = mkV2 (mkV "calk" "calks" "calked" "calked" "calking"); -lin call_N = mkN "call" "calls"; -lin call_V = mkV "call" "calls" "called" "called" "calling"; -lin call_V2 = mkV2 (mkV "call" "calls" "called" "called" "calling"); -lin call_box_N = mkN "call-box" "call-boxes"; -lin call_girl_N = mkN "call-girl" "call-girls"; -lin call_over_N = mkN "call-over" "call-overs"; -lin call_up_N = mkN "call-up" "call-ups"; -lin caller_N = mkN "caller" "callers"; -lin calligraphy_N = mkN "calligraphy" "-" {- FIXME: no plural form -}; -lin calling_N = mkN "calling" "callings"; -lin calliope_N = mkN "calliope" "calliopes"; -lin callisthenics_N = mkN "callisthenics" "callisthenics"; -lin callosity_N = mkN "callosity" "callosities"; -lin callous_A = compoundA (mkA "callous"); -lin callousness_N = mkN "callousness" "-" {- FIXME: no plural form -}; -lin callow_A = compoundA (mkA "callow"); -lin callowness_N = mkN "callowness" "-" {- FIXME: no plural form -}; -lin callus_N = mkN "callus" "calluses"; -lin calm_A = mkA "calm" "calmer"; -lin calm_N = mkN "calm" "calms"; -lin calm_V = mkV "calm" "calms" "calmed" "calmed" "calming"; -lin calm_V2 = mkV2 (mkV "calm" "calms" "calmed" "calmed" "calming"); -lin calmly_Adv = mkAdv "calmly"; -lin calmness_N = mkN "calmness" "-" {- FIXME: no plural form -}; -lin calne_PN = mkPN "Calne"; -lin calomel_N = mkN "calomel" "-" {- FIXME: no plural form -}; -lin calor_PN = mkPN "Calor"; -lin calorie_N = mkN "calorie" "calories"; -lin calorific_A = compoundA (mkA "calorific"); -lin calumniate_V2 = mkV2 (mkV "calumniate" "calumniates" "calumniated" "calumniated" "calumniating"); -lin calumny_N = mkN "calumny" "calumnies"; -lin calvary_N = mkN "calvary" "calvaries"; -lin calve_V = mkV "calve" "calves" "calved" "calved" "calving"; -lin calverton_PN = mkPN "Calverton"; -lin calvinism_N = mkN "calvinism" "-" {- FIXME: no plural form -}; -lin calvinist_N = mkN "calvinist" "calvinists"; -lin calypso_N = mkN "calypso" "calypsos"; -lin calyx_N = mkN "calyx" "calyxes"; -lin cam_N = mkN "cam" "cams"; -lin camaraderie_N = mkN "camaraderie" "-" {- FIXME: no plural form -}; -lin camber_N = mkN "camber" "cambers"; -lin camber_V = mkV "camber" "cambers" "cambered" "cambered" "cambering"; -lin camber_V2 = mkV2 (mkV "camber" "cambers" "cambered" "cambered" "cambering"); -lin cambodia_PN = mkPN "Cambodia"; -lin cambodian_A = compoundA (mkA "cambodian"); -lin cambodian_N = mkN "cambodian" "cambodians"; -lin cambourne_PN = mkPN "Cambourne"; -lin cambric_N = mkN "cambric" "-" {- FIXME: no plural form -}; -lin cambridge_PN = mkPN "Cambridge"; -lin cambridgeshire_PN = mkPN "Cambridgeshire"; -lin cambuslang_PN = mkPN "Cambuslang"; -lin camden_PN = mkPN "Camden"; -lin camel_N = mkN "camel" "camels"; -lin camel_hair_N = mkN "camel-hair" "-" {- FIXME: no plural form -}; -lin camellia_N = mkN "camellia" "camellias"; -lin camembert_N = mkN "camembert" "camemberts"; -lin cameo_N = mkN "cameo" "cameos"; -lin camera_N = mkN "camera" "cameras"; -lin cameraman_N = mkN "cameraman" "cameramen" {- FIXME: guessed plural form -}; -lin cameroon_PN = mkPN "Cameroon"; -lin cameroonian_A = compoundA (mkA "cameroonian"); -lin cameroonian_N = mkN "cameroonian" "cameroonians"; -lin camion_N = mkN "camion" "camions"; -lin camomile_N = mkN "camomile" "-" {- FIXME: no plural form -}; -lin camouflage_N = mkN "camouflage" "-" {- FIXME: no plural form -}; -lin camouflage_V2 = mkV2 (mkV "camouflage" "camouflages" "camouflaged" "camouflaged" "camouflaging"); -lin camp_A = compoundA (mkA "camp"); -lin camp_N = mkN "camp" "camps"; -lin camp_V = mkV "camp" "camps" "camped" "camped" "camping"; -lin camp_V2 = mkV2 (mkV "camp" "camps" "camped" "camped" "camping"); -lin camp_bed_N = mkN "camp-bed" "camp-beds"; -lin camp_chair_N = mkN "camp-chair" "camp-chairs"; -lin camp_fire_N = mkN "camp-fire" "camp-fires"; -lin camp_follower_N = mkN "camp-follower" "camp-followers"; -lin camp_stool_N = mkN "camp-stool" "camp-stools"; -lin campaign_N = mkN "campaign" "campaigns"; -lin campaign_V = mkV "campaign" "campaigns" "campaigned" "campaigned" "campaigning"; -lin campaigner_N = mkN "campaigner" "campaigners"; -lin campanile_N = mkN "campanile" "campaniles"; -lin campanula_N = mkN "campanula" "campanulas"; -lin campbeltown_PN = mkPN "Campbeltown"; -lin camper_N = mkN "camper" "campers"; -lin camphor_N = mkN "camphor" "-" {- FIXME: no plural form -}; -lin camphorated_A = compoundA (mkA "camphorated"); -lin camping_N = mkN "camping" "-" {- FIXME: no plural form -}; -lin campion_N = mkN "campion" "-" {- FIXME: no plural form -}; -lin campus_N = mkN "campus" "campuses"; -lin camshaft_N = mkN "camshaft" "camshafts"; -lin can_N = mkN "can" "cans"; -lin can_V2 = mkV2 (mkV "can" "cans" "canned" "canned" "canning"); -lin canada_PN = mkPN "Canada"; -lin canadian_A = compoundA (mkA "canadian"); -lin canadian_N = mkN "canadian" "canadians"; -lin canal_N = mkN "canal" "canals"; -lin canalization_N = mkN "canalization" "canalizations"; -lin canalize_V2 = mkV2 (mkV "canalize" "canalizes" "canalized" "canalized" "canalizing"); -lin canape_N = mkN "canapé" "canapés"; -lin canard_N = mkN "canard" "canards"; -lin canary_N = mkN "canary" "canaries"; -lin canary_bird_N = mkN "canary-bird" "canary-birds"; -lin canary_wine_N = mkN "canary-wine" "canary-wines"; -lin canasta_N = mkN "canasta" "canastas"; -lin canberra_PN = mkPN "Canberra"; -lin cancan_N = mkN "cancan" "cancans"; -lin cancel_V = mkV "cancel" "cancels" "cancelled" "cancelled" "cancelling"; -lin cancel_V2 = mkV2 (mkV "cancel" "cancels" "cancelled" "cancelled" "cancelling"); -lin cancellation_N = mkN "cancellation" "cancellations"; -lin cancer_N = mkN "cancer" "cancers"; -lin cancer_PN = mkPN "Cancer"; -lin cancerous_A = compoundA (mkA "cancerous"); -lin candelabrum_N = mkN "candelabrum" "candelabra" {- FIXME: guessed plural form -}; -lin candid_A = compoundA (mkA "candid"); -lin candidate_N = mkN "candidate" "candidates"; -lin candidature_N = mkN "candidature" "candidatures"; -lin candidly_Adv = mkAdv "candidly"; -lin candied_A = compoundA (mkA "candied"); -lin candle_N = mkN "candle" "candles"; -lin candle_power_N = mkN "candle-power" "-" {- FIXME: no plural form -}; -lin candlelight_N = mkN "candlelight" "-" {- FIXME: no plural form -}; -lin candlestick_N = mkN "candlestick" "candlesticks"; -lin candlewick_N = mkN "candlewick" "-" {- FIXME: no plural form -}; -lin candour_N = mkN "candour" "-" {- FIXME: no plural form -}; -lin candy_N = mkN "candy" "candies"; -lin candy_V = mkV "candy" "candies" "candied" "candied" "candying"; -lin candy_V2 = mkV2 (mkV "candy" "candies" "candied" "candied" "candying"); -lin candy_floss_N = mkN "candy-floss" "-" {- FIXME: no plural form -}; -lin candytuft_N = mkN "candytuft" "candytufts"; -lin cane_N = mkN "cane" "canes"; -lin cane_V2 = mkV2 (mkV "cane" "canes" "caned" "caned" "caning"); -lin canine_A = compoundA (mkA "canine"); -lin canister_N = mkN "canister" "canisters"; -lin canker_N = mkN "canker" "-" {- FIXME: no plural form -}; -lin canker_V2 = mkV2 (mkV "canker" "cankers" "cankered" "cankered" "cankering"); -lin cankerous_A = compoundA (mkA "cankerous"); -lin canna_N = mkN "canna" "cannas"; -lin cannabis_N = mkN "cannabis" "-" {- FIXME: no plural form -}; -lin canned_A = compoundA (mkA "canned"); -lin cannery_N = mkN "cannery" "canneries"; -lin cannes_PN = mkPN "Cannes"; -lin cannibal_N = mkN "cannibal" "cannibals"; -lin cannibalism_N = mkN "cannibalism" "-" {- FIXME: no plural form -}; -lin cannibalistic_A = compoundA (mkA "cannibalistic"); -lin cannibalize_V2 = mkV2 (mkV "cannibalize" "cannibalizes" "cannibalized" "cannibalized" "cannibalizing"); -lin cannily_Adv = mkAdv "cannily"; -lin cannock_PN = mkPN "Cannock"; -lin cannon_N = mkN "cannon" "cannons"; -lin cannon_fodder_N = mkN "cannon-fodder" "-" {- FIXME: no plural form -}; -lin cannonade_N = mkN "cannonade" "cannonades"; -lin canny_A = mkA "canny" "cannier"; -lin canoe_N = mkN "canoe" "canoes"; -lin canoe_V2 = mkV2 (mkV "canoe" "IRREG" "IRREG" "IRREG" "IRREG"); -lin canoeist_N = mkN "canoeist" "canoeists"; -lin canon_1_N = mkN "canon" "canons"; -lin canonical_A = compoundA (mkA "canonical"); -lin canonization_N = mkN "canonization" "canonizations"; -lin canonize_V2 = mkV2 (mkV "canonize" "canonizes" "canonized" "canonized" "canonizing"); -lin canopied_A = compoundA (mkA "canopied"); -lin canopy_N = mkN "canopy" "canopies"; -lin cant_N = mkN "cant" "cants"; -lin cant_V = mkV "cant" "cants" "canted" "canted" "canting"; -lin cant_V2 = mkV2 (mkV "cant" "cants" "canted" "canted" "canting"); -lin cantab_PN = mkPN "Cantab"; -lin cantaloup_N = mkN "cantaloup" "cantaloups"; -lin cantaloupe_N = mkN "cantaloupe" "cantaloupes"; -lin cantankerous_A = compoundA (mkA "cantankerous"); -lin cantankerously_Adv = mkAdv "cantankerously"; -lin cantata_N = mkN "cantata" "cantatas"; -lin canteen_N = mkN "canteen" "canteens"; -lin canter_N = mkN "canter" "canters"; -lin canter_V = mkV "canter" "canters" "cantered" "cantered" "cantering"; -lin canter_V2 = mkV2 (mkV "canter" "canters" "cantered" "cantered" "cantering"); -lin canterbury_PN = mkPN "Canterbury"; -lin canticle_N = mkN "canticle" "canticles"; -lin cantilever_N = mkN "cantilever" "cantilevers"; -lin canto_N = mkN "canto" "cantos"; -lin canton_N = mkN "canton" "cantons"; -lin canton_PN = mkPN "Canton"; -lin cantonment_N = mkN "cantonment" "cantonments"; -lin cantor_N = mkN "cantor" "cantors"; -lin canuck_N = mkN "canuck" "canucks"; -lin canvas_N = mkN "canvas" "canvases"; -lin canvass_N = mkN "canvass" "canvasses"; -lin canvass_V = mkV "canvass" "canvasses" "canvassed" "canvassed" "canvassing"; -lin canvass_V2 = mkV2 (mkV "canvass" "canvasses" "canvassed" "canvassed" "canvassing"); -lin canvey_PN = mkPN "Canvey"; -lin canvey_island_PN = mkPN "Canvey island"; -lin canyon_N = mkN "canyon" "canyons"; -lin cap_N = mkN "cap" "caps"; -lin cap_V2 = mkV2 (mkV "cap" "caps" "capped" "capped" "capping"); -lin cap_a_pie_Adv = mkAdv "cap-à-pie"; -lin capability_N = mkN "capability" "capabilities"; -lin capable_A = compoundA (mkA "capable"); -lin capably_Adv = mkAdv "capably"; -lin capacious_A = compoundA (mkA "capacious"); -lin capacity_N = mkN "capacity" "capacities"; -lin caparison_N = mkN "caparison" "caparisons"; -lin caparison_V2 = mkV2 (mkV "caparison" "caparisons" "caparisoned" "caparisoned" "caparisoning"); -lin cape_N = mkN "cape" "capes"; -lin cape_town_PN = mkPN "Cape town"; -lin caper_N = mkN "caper" "capers"; -lin caper_V = mkV "caper" "capers" "capered" "capered" "capering"; -lin capillary_N = mkN "capillary" "capillaries"; -lin capital_A = compoundA (mkA "capital"); -lin capital_N = mkN "capital" "capitals"; -lin capitalism_A = compoundA (mkA "capitalism"); -lin capitalism_N = mkN "capitalism" "-" {- FIXME: no plural form -}; -lin capitalist_N = mkN "capitalist" "capitalists"; -lin capitalistic_A = compoundA (mkA "capitalistic"); -lin capitalization_N = mkN "capitalization" "capitalizations"; -lin capitalize_V = mkV "capitalize" "capitalizes" "capitalized" "capitalized" "capitalizing"; -lin capitalize_V2 = mkV2 (mkV "capitalize" "capitalizes" "capitalized" "capitalized" "capitalizing"); -lin capitation_N = mkN "capitation" "capitations"; -lin capitol_N = mkN "capitol" "capitols"; -lin capitulate_V2 = mkV2 (mkV "capitulate" "capitulates" "capitulated" "capitulated" "capitulating"); -lin capitulation_N = mkN "capitulation" "-" {- FIXME: no plural form -}; -lin capon_N = mkN "capon" "capons"; -lin caprice_N = mkN "caprice" "caprices"; -lin capricious_A = compoundA (mkA "capricious"); -lin capriciously_Adv = mkAdv "capriciously"; -lin capriciousness_N = mkN "capriciousness" "-" {- FIXME: no plural form -}; -lin capricorn_PN = mkPN "Capricorn"; -lin capsicum_N = mkN "capsicum" "capsicums"; -lin capsize_V = mkV "capsize" "capsizes" "capsized" "capsized" "capsizing"; -lin capsize_V2 = mkV2 (mkV "capsize" "capsizes" "capsized" "capsized" "capsizing"); -lin capstan_N = mkN "capstan" "capstans"; -lin capsule_N = mkN "capsule" "capsules"; -lin capt_PN = mkPN "Capt"; -lin captain_N = mkN "captain" "captains"; -lin captain_V2 = mkV2 (mkV "captain" "captains" "captained" "captained" "captaining"); -lin caption_N = mkN "caption" "captions"; -lin captious_A = compoundA (mkA "captious"); -lin captiously_Adv = mkAdv "captiously"; -lin captivate_V2 = mkV2 (mkV "captivate" "captivates" "captivated" "captivated" "captivating"); -lin captive_A = compoundA (mkA "captive"); -lin captive_N = mkN "captive" "captives"; -lin captivity_N = mkN "captivity" "-" {- FIXME: no plural form -}; -lin captor_N = mkN "captor" "captors"; -lin capture_N = mkN "capture" "captures"; -lin capture_V2 = mkV2 (mkV "capture" "captures" "captured" "captured" "capturing"); -lin car_N = mkN "car" "cars"; -lin car_ferry_N = mkN "car-ferry" "car-ferries"; -lin caracas_PN = mkPN "Caracas"; -lin carafe_N = mkN "carafe" "carafes"; -lin caramel_N = mkN "caramel" "caramels"; -lin carapace_N = mkN "carapace" "carapaces"; -lin carat_N = mkN "carat" "carats"; -lin caravan_N = mkN "caravan" "caravans"; -lin caravanning_N = mkN "caravanning" "-" {- FIXME: no plural form -}; -lin caravansary_N = mkN "caravansary" "caravansaries"; -lin caravanserai_N = mkN "caravanserai" "caravanserais"; -lin caraway_N = mkN "caraway" "caraways"; -lin carbide_N = mkN "carbide" "carbides"; -lin carbine_N = mkN "carbine" "carbines"; -lin carbohydrate_N = mkN "carbohydrate" "carbohydrates"; -lin carbolic_A = compoundA (mkA "carbolic"); -lin carbon_N = mkN "carbon" "carbons"; -lin carbon_paper_N = mkN "carbon-paper" "-" {- FIXME: no plural form -}; -lin carbonated_A = compoundA (mkA "carbonated"); -lin carbonic_A = compoundA (mkA "carbonic"); -lin carboniferous_A = compoundA (mkA "carboniferous"); -lin carbonization_N = mkN "carbonization" "carbonizations"; -lin carbonize_V2 = mkV2 (mkV "carbonize" "carbonizes" "carbonized" "carbonized" "carbonizing"); -lin carborundum_N = mkN "carborundum" "-" {- FIXME: no plural form -}; -lin carboy_N = mkN "carboy" "carboys"; -lin carbuncle_N = mkN "carbuncle" "carbuncles"; -lin carburettor_N = mkN "carburettor" "carburettors"; -lin carcase_N = mkN "carcase" "carcases"; -lin carcass_N = mkN "carcass" "carcasses"; -lin card_N = mkN "card" "cards"; -lin card_V2 = mkV2 (mkV "card" "cards" "carded" "carded" "carding"); -lin card_sharper_N = mkN "card-sharper" "card-sharpers"; -lin cardamom_N = mkN "cardamom" "-" {- FIXME: no plural form -}; -lin cardboard_N = mkN "cardboard" "-" {- FIXME: no plural form -}; -lin cardenden_PN = mkPN "Cardenden"; -lin cardiac_A = compoundA (mkA "cardiac"); -lin cardiff_PN = mkPN "Cardiff"; -lin cardigan_N = mkN "cardigan" "cardigans"; -lin cardigan_PN = mkPN "Cardigan"; -lin cardinal_A = compoundA (mkA "cardinal"); -lin cardinal_N = mkN "cardinal" "cardinals"; -lin care_N = mkN "care" "cares"; -lin care_V = mkV "care" "cares" "cared" "cared" "caring"; -lin careen_V = mkV "careen" "careens" "careened" "careened" "careening"; -lin careen_V2 = mkV2 (mkV "careen" "careens" "careened" "careened" "careening"); -lin career_N = mkN "career" "careers"; -lin career_V = mkV "career" "careers" "careered" "careered" "careering"; -lin careerist_N = mkN "careerist" "careerists"; -lin carefree_A = compoundA (mkA "carefree"); -lin careful_A = compoundA (mkA "careful"); -lin carefully_Adv = mkAdv "carefully"; -lin carefulness_N = mkN "carefulness" "-" {- FIXME: no plural form -}; -lin careladen_A = compoundA (mkA "careladen"); -lin careless_A = compoundA (mkA "careless"); -lin carelessly_Adv = mkAdv "carelessly"; -lin carelessness_N = mkN "carelessness" "-" {- FIXME: no plural form -}; -lin caress_N = mkN "caress" "caresses"; -lin caress_V2 = mkV2 (mkV "caress" "caresses" "caressed" "caressed" "caressing"); -lin caressing_A = compoundA (mkA "caressing"); -lin caressingly_Adv = mkAdv "caressingly"; -lin caret_N = mkN "caret" "carets"; -lin caretaker_N = mkN "caretaker" "caretakers"; -lin careworn_A = compoundA (mkA "careworn"); -lin cargo_N = mkN "cargo" "cargoes"; -lin caribou_N = mkN "caribou" "caribou"; -lin caricature_N = mkN "caricature" "caricatures"; -lin caricature_V2 = mkV2 (mkV "caricature" "caricatures" "caricatured" "caricatured" "caricaturing"); -lin caricaturist_N = mkN "caricaturist" "caricaturists"; -lin caries_N = mkN "caries" "-" {- FIXME: no plural form -}; -lin carillon_N = mkN "carillon" "carillons"; -lin carious_A = compoundA (mkA "carious"); -lin carl_PN = mkPN "Carl"; -lin carlisle_PN = mkPN "Carlisle"; -lin carlow_PN = mkPN "Carlow"; -lin carluke_PN = mkPN "Carluke"; -lin carmarthen_PN = mkPN "Carmarthen"; -lin carmelite_A = compoundA (mkA "carmelite"); -lin carmelite_N = mkN "carmelite" "carmelites"; -lin carmine_A = compoundA (mkA "carmine"); -lin carmine_N = mkN "carmine" "carmines"; -lin carnage_N = mkN "carnage" "-" {- FIXME: no plural form -}; -lin carnal_A = compoundA (mkA "carnal"); -lin carnally_Adv = mkAdv "carnally"; -lin carnation_N = mkN "carnation" "carnations"; -lin carnforth_PN = mkPN "Carnforth"; -lin carnival_N = mkN "carnival" "carnivals"; -lin carnivore_N = mkN "carnivore" "carnivores"; -lin carnivorous_A = compoundA (mkA "carnivorous"); -lin carnoustie_PN = mkPN "Carnoustie"; -lin carol_N = mkN "carol" "carols"; -lin carol_PN = mkPN "Carol"; -lin carol_V2 = mkV2 (mkV "carol" "carols" "carolled" "carolled" "carolling"); -lin carole_PN = mkPN "Carole"; -lin carolina_PN = mkPN "Carolina"; -lin caroline_PN = mkPN "Caroline"; -lin caroller_N = mkN "caroller" "carollers"; -lin carolyn_PN = mkPN "Carolyn"; -lin carousal_N = mkN "carousal" "carousals"; -lin carouse_V2 = mkV2 (mkV "carouse" "carouses" "caroused" "caroused" "carousing"); -lin carousel_N = mkN "carousel" "carousels"; -lin carp_N = mkN "carp" "carp"; -lin carp_V2 = mkV2 (mkV "carp" "carps" "carped" "carped" "carping"); -lin carpal_A = compoundA (mkA "carpal"); -lin carpal_N = mkN "carpal" "carpals"; -lin carpenter_N = mkN "carpenter" "carpenters"; -lin carpentry_N = mkN "carpentry" "-" {- FIXME: no plural form -}; -lin carpet_N = mkN "carpet" "carpets"; -lin carpet_V2 = mkV2 (mkV "carpet" "carpets" "carpeted" "carpeted" "carpeting"); -lin carpet_beater_N = mkN "carpet-beater" "carpet-beaters"; -lin carpet_knight_N = mkN "carpet-knight" "carpet-knights"; -lin carpet_sweeper_N = mkN "carpet-sweeper" "carpet-sweepers"; -lin carpetbag_N = mkN "carpetbag" "carpetbags"; -lin carpetbagger_N = mkN "carpetbagger" "carpetbaggers"; -lin carport_N = mkN "carport" "carports"; -lin carriage_N = mkN "carriage" "carriages"; -lin carriageway_N = mkN "carriageway" "carriageways"; -lin carrie_PN = mkPN "Carrie"; -lin carrier_N = mkN "carrier" "carriers"; -lin carrier_bag_N = mkN "carrier-bag" "carrier-bags"; -lin carrier_pigeon_N = mkN "carrier-pigeon" "carrier-pigeons"; -lin carrion_N = mkN "carrion" "-" {- FIXME: no plural form -}; -lin carrion_crow_N = mkN "carrion-crow" "carrion-crows"; -lin carron_PN = mkPN "Carron"; -lin carrot_N = mkN "carrot" "carrots"; -lin carroty_A = compoundA (mkA "carroty"); -lin carry_N = mkN "carry" "carries"; -lin carry_V = mkV "carry" "carries" "carried" "carried" "carrying"; -lin carry_V2 = mkV2 (mkV "carry" "carries" "carried" "carried" "carrying"); -lin carrycot_N = mkN "carrycot" "carrycots"; -lin carsick_A = compoundA (mkA "carsick"); -lin carsickness_N = mkN "carsickness" "-" {- FIXME: no plural form -}; -lin cart_N = mkN "cart" "carts"; -lin cart_V2 = mkV2 (mkV "cart" "carts" "carted" "carted" "carting"); -lin cart_track_N = mkN "cart-track" "cart-tracks"; -lin cartage_N = mkN "cartage" "-" {- FIXME: no plural form -}; -lin cartagena_PN = mkPN "Cartagena"; -lin carte_blanche_N = mkN "carte blanche" "IRREG"; -lin cartel_N = mkN "cartel" "cartels"; -lin carter_N = mkN "carter" "carters"; -lin carthorse_N = mkN "carthorse" "carthorses"; -lin cartilage_N = mkN "cartilage" "cartilages"; -lin cartilaginous_A = compoundA (mkA "cartilaginous"); -lin cartload_N = mkN "cartload" "cartloads"; -lin cartographer_N = mkN "cartographer" "cartographers"; -lin cartography_N = mkN "cartography" "-" {- FIXME: no plural form -}; -lin carton_N = mkN "carton" "cartons"; -lin cartoon_N = mkN "cartoon" "cartoons"; -lin cartoon_V2 = mkV2 (mkV "cartoon" "cartoons" "cartooned" "cartooned" "cartooning"); -lin cartoonist_N = mkN "cartoonist" "cartoonists"; -lin cartridge_N = mkN "cartridge" "cartridges"; -lin cartridge_belt_N = mkN "cartridge-belt" "cartridge-belts"; -lin cartridge_paper_N = mkN "cartridge-paper" "cartridge-papers"; -lin cartroad_N = mkN "cartroad" "cartroads"; -lin cartwheel_N = mkN "cartwheel" "cartwheels"; -lin carve_V = mkV "carve" "carves" "carved" "carved" "carving"; -lin carve_V2 = mkV2 (mkV "carve" "carves" "carved" "carved" "carving"); -lin carver_N = mkN "carver" "carvers"; -lin carving_N = mkN "carving" "carvings"; -lin carving_fork_N = mkN "carving-fork" "carving-forks"; -lin carving_knife_N = mkN "carving-knife" "carving-knives" {- FIXME: guessed plural form -}; -lin caryatid_N = mkN "caryatid" "caryatids"; -lin casablanca_PN = mkPN "Casablanca"; -lin cascade_N = mkN "cascade" "cascades"; -lin cascade_V = mkV "cascade" "cascades" "cascaded" "cascaded" "cascading"; -lin case_N = mkN "case" "cases"; -lin case_V2 = mkV2 (mkV "case" "cases" "cased" "cased" "casing"); -lin case_hardened_A = compoundA (mkA "case-hardened"); -lin case_history_N = mkN "case-history" "case-histories"; -lin case_law_N = mkN "case-law" "case-laws"; -lin casebook_N = mkN "casebook" "casebooks"; -lin casein_N = mkN "casein" "-" {- FIXME: no plural form -}; -lin casement_N = mkN "casement" "casements"; -lin casework_N = mkN "casework" "caseworks"; -lin cash_N = mkN "cash" "-" {- FIXME: no plural form -}; -lin cash_V = mkV "cash" "cashes" "cashed" "cashed" "cashing"; -lin cash_V2 = mkV2 (mkV "cash" "cashes" "cashed" "cashed" "cashing"); -lin cashable_A = compoundA (mkA "cashable"); -lin cashew_N = mkN "cashew" "cashews"; -lin cashier_N = mkN "cashier" "cashiers"; -lin cashier_V2 = mkV2 (mkV "cashier" "cashiers" "cashiered" "cashiered" "cashiering"); -lin cashmere_N = mkN "cashmere" "-" {- FIXME: no plural form -}; -lin casing_N = mkN "casing" "casings"; -lin casino_N = mkN "casino" "casinos"; -lin cask_N = mkN "cask" "casks"; -lin casket_N = mkN "casket" "caskets"; -lin cassava_N = mkN "cassava" "-" {- FIXME: no plural form -}; -lin casserole_N = mkN "casserole" "casseroles"; -lin cassette_N = mkN "cassette" "cassettes"; -lin cassock_N = mkN "cassock" "cassocks"; -lin cassowary_N = mkN "cassowary" "cassowaries"; -lin cast_N = mkN "cast" "casts"; -lin cast_V = IrregEng.cast_V; -lin cast_V2 = mkV2 (IrregEng.cast_V); -lin cast_iron_A = compoundA (mkA "cast-iron"); -lin cast_off_A = compoundA (mkA "cast-off"); -lin castaway_N = mkN "castaway" "castaways"; -lin caste_N = mkN "caste" "castes"; -lin castellated_A = compoundA (mkA "castellated"); -lin caster_N = mkN "caster" "casters"; -lin castigate_V2 = mkV2 (mkV "castigate" "castigates" "castigated" "castigated" "castigating"); -lin castigation_N = mkN "castigation" "castigations"; -lin casting_N = mkN "casting" "castings"; -lin castle_N = mkN "castle" "castles"; -lin castle_V = mkV "castle" "castles" "castled" "castled" "castling"; -lin castleford_PN = mkPN "Castleford"; -lin castor_N = mkN "castor" "castors"; -lin castor_oil_N = mkN "castor oil" "-" {- FIXME: no plural form -}; -lin castrate_V2 = mkV2 (mkV "castrate" "castrates" "castrated" "castrated" "castrating"); -lin castration_N = mkN "castration" "castrations"; -lin casual_A = compoundA (mkA "casual"); -lin casually_Adv = mkAdv "casually"; -lin casualty_N = mkN "casualty" "casualties"; -lin casuist_N = mkN "casuist" "casuists"; -lin casuistic_A = compoundA (mkA "casuistic"); -lin casuistical_A = compoundA (mkA "casuistical"); -lin casuistry_N = mkN "casuistry" "casuistries"; -lin casus_belli_N = mkN "casus belli" "IRREG"; -lin cat_N = mkN "cat" "cats"; -lin cat_nap_N = mkN "cat-nap" "cat-naps"; -lin cat_o'_nine_tails_N = mkN "cat-o'-nine-tails" "IRREG"; -lin cat_sleep_N = mkN "cat-sleep" "cat-sleeps"; -lin cataclysm_N = mkN "cataclysm" "cataclysms"; -lin cataclysmic_A = compoundA (mkA "cataclysmic"); -lin catafalque_N = mkN "catafalque" "catafalques"; -lin catalan_A = compoundA (mkA "catalan"); -lin catalan_N = mkN "catalan" "-" {- FIXME: no plural form -}; -lin catalepsy_N = mkN "catalepsy" "-" {- FIXME: no plural form -}; -lin cataleptic_A = compoundA (mkA "cataleptic"); -lin cataleptic_N = mkN "cataleptic" "cataleptics"; -lin catalogue_N = mkN "catalogue" "catalogues"; -lin catalogue_V2 = mkV2 (mkV "catalogue" "catalogues" "catalogued" "catalogued" "cataloguing"); -lin catalpa_N = mkN "catalpa" "catalpas"; -lin catalysis_N = mkN "catalysis" "-" {- FIXME: no plural form -}; -lin catalyst_N = mkN "catalyst" "catalysts"; -lin catalytic_A = compoundA (mkA "catalytic"); -lin catamaran_N = mkN "catamaran" "catamarans"; -lin catania_PN = mkPN "Catania"; -lin catapult_N = mkN "catapult" "catapults"; -lin catapult_V2 = mkV2 (mkV "catapult" "catapults" "catapulted" "catapulted" "catapulting"); -lin cataract_N = mkN "cataract" "cataracts"; -lin catarrh_N = mkN "catarrh" "-" {- FIXME: no plural form -}; -lin catastrophe_N = mkN "catastrophe" "catastrophes"; -lin catastrophic_A = compoundA (mkA "catastrophic"); -lin catastrophically_Adv = mkAdv "catastrophically"; -lin catcall_N = mkN "catcall" "catcalls"; -lin catcall_V = mkV "catcall" "catcalls" "catcalled" "catcalled" "catcalling"; -lin catch_N = mkN "catch" "catches"; -lin catch_V = IrregEng.catch_V; -lin catch_V2 = mkV2 (IrregEng.catch_V); -lin catch_crop_N = mkN "catch-crop" "catch-crops"; -lin catcher_N = mkN "catcher" "catchers"; -lin catching_A = compoundA (mkA "catching"); -lin catchment_N = mkN "catchment" "catchments"; -lin catchment_area_N = mkN "catchment-area" "catchment-areas"; -lin catchment_basin_N = mkN "catchment-basin" "catchment-basins"; -lin catchpenny_A = compoundA (mkA "catchpenny"); -lin catchup_N = mkN "catchup" "catchups"; -lin catchword_N = mkN "catchword" "catchwords"; -lin catchy_A = mkA "catchy" "catchier"; -lin catechism_N = mkN "catechism" "catechisms"; -lin catechize_V2 = mkV2 (mkV "catechize" "catechizes" "catechized" "catechized" "catechizing"); -lin categorical_A = compoundA (mkA "categorical"); -lin categorically_Adv = mkAdv "categorically"; -lin categorize_V2 = mkV2 (mkV "categorize" "categorizes" "categorized" "categorized" "categorizing"); -lin category_N = mkN "category" "categories"; -lin cater_V = mkV "cater" "caters" "catered" "catered" "catering"; -lin caterer_N = mkN "caterer" "caterers"; -lin caterpillar_N = mkN "caterpillar" "caterpillars"; -lin caterwaul_N = mkN "caterwaul" "caterwauls"; -lin caterwaul_V = mkV "caterwaul" "caterwauls" "caterwauled" "caterwauled" "caterwauling"; -lin catfish_N = mkN "catfish" "catfish"; -lin catgut_N = mkN "catgut" "-" {- FIXME: no plural form -}; -lin cath_PN = mkPN "Cath"; -lin catharsis_N = mkN "catharsis" "catharses" {- FIXME: guessed plural form -}; -lin cathartic_N = mkN "cathartic" "cathartics"; -lin cathedral_N = mkN "cathedral" "cathedrals"; -lin catherine_PN = mkPN "Catherine"; -lin cathode_N = mkN "cathode" "cathodes"; -lin catholic_A = compoundA (mkA "catholic"); -lin catholic_N = mkN "catholic" "catholics"; -lin catholicism_N = mkN "catholicism" "-" {- FIXME: no plural form -}; -lin catholicity_N = mkN "catholicity" "-" {- FIXME: no plural form -}; -lin cathy_PN = mkPN "Cathy"; -lin catkin_N = mkN "catkin" "catkins"; -lin catsup_N = mkN "catsup" "catsups"; -lin cattiness_N = mkN "cattiness" "-" {- FIXME: no plural form -}; -lin cattish_A = compoundA (mkA "cattish"); -lin cattle_cake_N = mkN "cattle-cake" "-" {- FIXME: no plural form -}; -lin cattleman_N = mkN "cattleman" "cattlemen" {- FIXME: guessed plural form -}; -lin catty_A = mkA "catty" "cattier"; -lin catwalk_N = mkN "catwalk" "catwalks"; -lin caucasian_A = compoundA (mkA "caucasian"); -lin caucasian_N = mkN "caucasian" "caucasians"; -lin caucus_N = mkN "caucus" "caucuses"; -lin caul_N = mkN "caul" "cauls"; -lin cauldron_N = mkN "cauldron" "cauldrons"; -lin cauliflower_N = mkN "cauliflower" "cauliflowers"; -lin caulk_V2 = mkV2 (mkV "caulk" "caulks" "caulked" "caulked" "caulking"); -lin causal_A = compoundA (mkA "causal"); -lin causality_N = mkN "causality" "-" {- FIXME: no plural form -}; -lin causation_N = mkN "causation" "-" {- FIXME: no plural form -}; -lin causative_A = compoundA (mkA "causative"); -lin cause_N = mkN "cause" "causes"; -lin cause_V2 = mkV2 (mkV "cause" "causes" "caused" "caused" "causing"); -lin causeless_A = compoundA (mkA "causeless"); -lin causerie_N = mkN "causerie" "causeries"; -lin causeway_N = mkN "causeway" "causeways"; -lin caustic_A = compoundA (mkA "caustic"); -lin caustically_Adv = mkAdv "caustically"; -lin cauterize_V2 = mkV2 (mkV "cauterize" "cauterizes" "cauterized" "cauterized" "cauterizing"); -lin caution_N = mkN "caution" "cautions"; -lin caution_V2 = mkV2 (mkV "caution" "cautions" "cautioned" "cautioned" "cautioning"); -lin cautionary_A = compoundA (mkA "cautionary"); -lin cautious_A = compoundA (mkA "cautious"); -lin cautiously_Adv = mkAdv "cautiously"; -lin cavalcade_N = mkN "cavalcade" "cavalcades"; -lin cavalier_A = compoundA (mkA "cavalier"); -lin cavalier_N = mkN "cavalier" "cavaliers"; -lin cavalierly_Adv = mkAdv "cavalierly"; -lin cavalry_N = mkN "cavalry" "cavalries"; -lin cavalryman_N = mkN "cavalryman" "cavalrymen" {- FIXME: guessed plural form -}; -lin cavan_PN = mkPN "Cavan"; -lin cave_N = mkN "cave" "caves"; -lin cave_V = mkV "cave" "caves" "caved" "caved" "caving"; -lin cave_V2 = mkV2 (mkV "cave" "caves" "caved" "caved" "caving"); -lin cave_dweller_N = mkN "cave-dweller" "cave-dwellers"; -lin cave_in_N = mkN "cave-in" "cave-ins"; -lin caveat_N = mkN "caveat" "caveats"; -lin caveman_N = mkN "caveman" "cavemen" {- FIXME: guessed plural form -}; -lin cavern_N = mkN "cavern" "caverns"; -lin cavernous_A = compoundA (mkA "cavernous"); -lin caviar_N = mkN "caviar" "-" {- FIXME: no plural form -}; -lin caviare_N = mkN "caviare" "-" {- FIXME: no plural form -}; -lin cavil_V = mkV "cavil" "cavils" "cavilled" "cavilled" "cavilling"; -lin cavity_N = mkN "cavity" "cavities"; -lin cavort_V = mkV "cavort" "cavorts" "cavorted" "cavorted" "cavorting"; -lin caw_N = mkN "caw" "caws"; -lin caw_V = mkV "caw" "caws" "cawed" "cawed" "cawing"; -lin caw_V2 = mkV2 (mkV "caw" "caws" "cawed" "cawed" "cawing"); -lin cayenne_N = mkN "cayenne" "-" {- FIXME: no plural form -}; -lin cayenne_pepper_N = mkN "cayenne pepper" "-" {- FIXME: no plural form -}; -lin cayman_N = mkN "cayman" "caymans"; -lin canon_2_N = mkN "cañon" "cañons"; -lin cbi_N = mkN "cbi" "-" {- FIXME: no plural form -}; -lin cc_N = mkN "cc" "cc"; -lin cd_N = mkN "cd" "-" {- FIXME: no plural form -}; -lin cdr_PN = mkPN "Cdr"; -lin cdre_PN = mkPN "Cdre"; -lin cease_N = mkN "cease" "ceases"; -lin cease_V = mkV "cease" "ceases" "ceased" "ceased" "ceasing"; -lin cease_V2 = mkV2 (mkV "cease" "ceases" "ceased" "ceased" "ceasing"); -lin cease_fire_N = mkN "cease-fire" "cease-fires"; -lin ceaseless_A = compoundA (mkA "ceaseless"); -lin ceaselessly_Adv = mkAdv "ceaselessly"; -lin cecil_PN = mkPN "Cecil"; -lin cecilia_PN = mkPN "Cecilia"; -lin cecily_PN = mkPN "Cecily"; -lin cedar_N = mkN "cedar" "cedars"; -lin cede_V2 = mkV2 (mkV "cede" "cedes" "ceded" "ceded" "ceding"); -lin cedilla_N = mkN "cedilla" "cedillas"; -lin cedric_PN = mkPN "Cedric"; -lin cefn_mawr_PN = mkPN "Cefn-mawr"; -lin ceiling_N = mkN "ceiling" "ceilings"; -lin celandine_N = mkN "celandine" "celandines"; -lin celebrant_N = mkN "celebrant" "celebrants"; -lin celebrate_V2 = mkV2 (mkV "celebrate" "celebrates" "celebrated" "celebrated" "celebrating"); -lin celebrated_A = compoundA (mkA "celebrated"); -lin celebration_N = mkN "celebration" "celebrations"; -lin celebrity_N = mkN "celebrity" "celebrities"; -lin celerity_N = mkN "celerity" "-" {- FIXME: no plural form -}; -lin celery_N = mkN "celery" "-" {- FIXME: no plural form -}; -lin celestial_A = compoundA (mkA "celestial"); -lin celia_PN = mkPN "Celia"; -lin celibacy_N = mkN "celibacy" "-" {- FIXME: no plural form -}; -lin celibate_N = mkN "celibate" "celibates"; -lin cell_N = mkN "cell" "cells"; -lin cellar_N = mkN "cellar" "cellars"; -lin cellarage_N = mkN "cellarage" "cellarages"; -lin cellist_N = mkN "cellist" "cellists"; -lin cello_N = mkN "cello" "cellos"; -lin cellophane_N = mkN "cellophane" "-" {- FIXME: no plural form -}; -lin cellular_A = compoundA (mkA "cellular"); -lin celluloid_N = mkN "celluloid" "-" {- FIXME: no plural form -}; -lin cellulose_N = mkN "cellulose" "-" {- FIXME: no plural form -}; -lin celt_N = mkN "celt" "celts"; -lin celtic_A = compoundA (mkA "celtic"); -lin celtic_N = mkN "celtic" "celtics"; -lin cement_N = mkN "cement" "-" {- FIXME: no plural form -}; -lin cement_V2 = mkV2 (mkV "cement" "cements" "cemented" "cemented" "cementing"); -lin cement_mixer_N = mkN "cement-mixer" "cement-mixers"; -lin cemetery_N = mkN "cemetery" "cemeteries"; -lin cenotaph_N = mkN "cenotaph" "cenotaphs"; -lin censer_N = mkN "censer" "censers"; -lin censor_N = mkN "censor" "censors"; -lin censor_V2 = mkV2 (mkV "censor" "censors" "censored" "censored" "censoring"); -lin censorious_A = compoundA (mkA "censorious"); -lin censorship_N = mkN "censorship" "censorships"; -lin censure_N = mkN "censure" "censures"; -lin censure_V2 = mkV2 (mkV "censure" "censures" "censured" "censured" "censuring"); -lin census_N = mkN "census" "censuses"; -lin cent_N = mkN "cent" "cents"; -lin centaur_N = mkN "centaur" "centaurs"; -lin centenarian_A = compoundA (mkA "centenarian"); -lin centenarian_N = mkN "centenarian" "centenarians"; -lin centenary_A = compoundA (mkA "centenary"); -lin centenary_N = mkN "centenary" "centenaries"; -lin centennial_A = compoundA (mkA "centennial"); -lin centennial_N = mkN "centennial" "centennials"; -lin centennially_Adv = mkAdv "centennially"; -lin centigrade_A = compoundA (mkA "centigrade"); -lin centime_N = mkN "centime" "centimes"; -lin centimetre_N = mkN "centimetre" "centimetres"; -lin centipede_N = mkN "centipede" "centipedes"; -lin central_A = compoundA (mkA "central"); -lin central_N = mkN "central" "centrals"; -lin centralization_N = mkN "centralization" "centralizations"; -lin centralize_V = mkV "centralize" "centralizes" "centralized" "centralized" "centralizing"; -lin centralize_V2 = mkV2 (mkV "centralize" "centralizes" "centralized" "centralized" "centralizing"); -lin centrally_Adv = mkAdv "centrally"; -lin centre_N = mkN "centre" "centres"; -lin centre_V = mkV "centre" "centres" "centred" "centred" "centring"; -lin centre_V2 = mkV2 (mkV "centre" "centres" "centred" "centred" "centring"); -lin centre_bit_N = mkN "centre-bit" "centre-bits"; -lin centre_board_N = mkN "centre-board" "centre-boards"; -lin centrepiece_N = mkN "centrepiece" "centrepieces"; -lin centrifugal_A = compoundA (mkA "centrifugal"); -lin centrifuge_N = mkN "centrifuge" "centrifuges"; -lin centripetal_A = compoundA (mkA "centripetal"); -lin centurion_N = mkN "centurion" "centurions"; -lin century_N = mkN "century" "centuries"; -lin ceramic_A = compoundA (mkA "ceramic"); -lin ceramics_N = mkN "ceramics" "ceramics"; -lin cereal_N = mkN "cereal" "cereals"; -lin cerebral_A = compoundA (mkA "cerebral"); -lin cerebration_N = mkN "cerebration" "-" {- FIXME: no plural form -}; -lin ceremonial_A = compoundA (mkA "ceremonial"); -lin ceremonial_N = mkN "ceremonial" "ceremonials"; -lin ceremonially_Adv = mkAdv "ceremonially"; -lin ceremonious_A = compoundA (mkA "ceremonious"); -lin ceremoniously_Adv = mkAdv "ceremoniously"; -lin ceremony_N = mkN "ceremony" "ceremonies"; -lin cerise_A = compoundA (mkA "cerise"); -lin cerise_N = mkN "cerise" "cerises"; -lin cert_N = mkN "cert" "certs"; -lin certain_A = compoundA (mkA "certain"); -lin certainly_Adv = mkAdv "certainly"; -lin certainty_N = mkN "certainty" "certainties"; -lin certifiable_A = compoundA (mkA "certifiable"); -lin certificate_N = mkN "certificate" "certificates"; -lin certificate_V2 = mkV2 (mkV "certificate" "certificates" "certificated" "certificated" "certificating"); -lin certificated_A = compoundA (mkA "certificated"); -lin certification_N = mkN "certification" "certifications"; -lin certify_V = mkV "certify" "certifies" "certified" "certified" "certifying"; -lin certify_V2 = mkV2 (mkV "certify" "certifies" "certified" "certified" "certifying"); -lin certitude_N = mkN "certitude" "-" {- FIXME: no plural form -}; -lin cerulean_A = compoundA (mkA "cerulean"); -lin cervical_A = compoundA (mkA "cervical"); -lin cervix_N = mkN "cervix" "cervixes"; -lin cesarean_A = compoundA (mkA "cesarean"); -lin cessation_N = mkN "cessation" "-" {- FIXME: no plural form -}; -lin cession_N = mkN "cession" "cessions"; -lin cesspit_N = mkN "cesspit" "cesspits"; -lin cesspool_N = mkN "cesspool" "cesspools"; -lin ceylon_PN = mkPN "Ceylon"; -lin cf_PN = mkPN "Cf"; -lin chad_PN = mkPN "Chad"; -lin chadian_A = compoundA (mkA "chadian"); -lin chadian_N = mkN "chadian" "chadians"; -lin chafe_N = mkN "chafe" "chafes"; -lin chafe_V = mkV "chafe" "chafes" "chafed" "chafed" "chafing"; -lin chafe_V2 = mkV2 (mkV "chafe" "chafes" "chafed" "chafed" "chafing"); -lin chaff_N = mkN "chaff" "-" {- FIXME: no plural form -}; -lin chaff_V2 = mkV2 (mkV "chaff" "chaffs" "chaffed" "chaffed" "chaffing"); -lin chaffinch_N = mkN "chaffinch" "chaffinches"; -lin chafing_dish_N = mkN "chafing dish" "chafing dishes"; -lin chagrin_N = mkN "chagrin" "-" {- FIXME: no plural form -}; -lin chagrin_V2 = mkV2 (mkV "chagrin" "chagrins" "chagrined" "chagrined" "chagrining"); -lin chain_N = mkN "chain" "chains"; -lin chain_V2 = mkV2 (mkV "chain" "chains" "chained" "chained" "chaining"); -lin chain_armour_N = mkN "chain-armour" "-" {- FIXME: no plural form -}; -lin chain_gang_N = mkN "chain-gang" "chain-gangs"; -lin chain_letter_N = mkN "chain-letter" "chain-letters"; -lin chain_mail_N = mkN "chain-mail" "-" {- FIXME: no plural form -}; -lin chain_smoker_N = mkN "chain-smoker" "chain-smokers"; -lin chain_stitch_N = mkN "chain-stitch" "chain-stitches"; -lin chain_store_N = mkN "chain-store" "chain-stores"; -lin chair_N = mkN "chair" "chairs"; -lin chair_V2 = mkV2 (mkV "chair" "chairs" "chaired" "chaired" "chairing"); -lin chair_lift_N = mkN "chair-lift" "chair-lifts"; -lin chairman_N = mkN "chairman" "chairmen" {- FIXME: guessed plural form -}; -lin chairmanship_N = mkN "chairmanship" "-" {- FIXME: no plural form -}; -lin chaise_N = mkN "chaise" "chaises"; -lin chaise_longue_N = mkN "chaise longue" "chaise longues"; -lin chalet_N = mkN "chalet" "chalets"; -lin chalfont_PN = mkPN "Chalfont"; -lin chalfont_st_giles_PN = mkPN "Chalfont st giles"; -lin chalfont_st_peter_PN = mkPN "Chalfont st peter"; -lin chalice_N = mkN "chalice" "chalices"; -lin chalk_N = mkN "chalk" "chalks"; -lin chalk_V2 = mkV2 (mkV "chalk" "chalks" "chalked" "chalked" "chalking"); -lin chalkpit_N = mkN "chalkpit" "chalkpits"; -lin chalky_A = mkA "chalky" "chalkier"; -lin challenge_N = mkN "challenge" "challenges"; -lin challenge_V2 = mkV2 (mkV "challenge" "challenges" "challenged" "challenged" "challenging"); -lin challenger_N = mkN "challenger" "challengers"; -lin chamber_N = mkN "chamber" "chambers"; -lin chamberlain_N = mkN "chamberlain" "chamberlains"; -lin chambermaid_N = mkN "chambermaid" "chambermaids"; -lin chamberpot_N = mkN "chamberpot" "chamberpots"; -lin chameleon_N = mkN "chameleon" "chameleons"; -lin chammy_leather_N = mkN "chammy-leather" "chammy-leathers"; -lin chamois_N = mkN "chamois" "chamoises"; -lin chamois_leather_N = mkN "chamois-leather" "chamois-leathers"; -lin champ_N = mkN "champ" "champs"; -lin champ_V = mkV "champ" "champs" "champed" "champed" "champing"; -lin champ_V2 = mkV2 (mkV "champ" "champs" "champed" "champed" "champing"); -lin champagne_N = mkN "champagne" "champagnes"; -lin champion_A = compoundA (mkA "champion"); -lin champion_Adv = mkAdv "champion"; -lin champion_N = mkN "champion" "champions"; -lin champion_V2 = mkV2 (mkV "champion" "champions" "championed" "championed" "championing"); -lin championship_N = mkN "championship" "championships"; -lin chance_N = mkN "chance" "chances"; -lin chance_V = mkV "chance" "chances" "chanced" "chanced" "chancing"; -lin chance_V2 = mkV2 (mkV "chance" "chances" "chanced" "chanced" "chancing"); -lin chancel_N = mkN "chancel" "chancels"; -lin chancellery_N = mkN "chancellery" "chancelleries"; -lin chancellor_N = mkN "chancellor" "chancellors"; -lin chancery_N = mkN "chancery" "chanceries"; -lin chancy_A = compoundA (mkA "chancy"); -lin chandelier_N = mkN "chandelier" "chandeliers"; -lin chandler_N = mkN "chandler" "chandlers"; -lin changchun_PN = mkPN "Changchun"; -lin change_N = mkN "change" "changes"; -lin change_V = mkV "change" "changes" "changed" "changed" "changing"; -lin change_V2 = mkV2 (mkV "change" "changes" "changed" "changed" "changing"); -lin changeable_A = compoundA (mkA "changeable"); -lin changeableness_N = mkN "changeableness" "-" {- FIXME: no plural form -}; -lin changeful_A = compoundA (mkA "changeful"); -lin changeless_A = compoundA (mkA "changeless"); -lin changeling_N = mkN "changeling" "changelings"; -lin changeover_N = mkN "changeover" "changeovers"; -lin changsha_PN = mkPN "Changsha"; -lin channel_N = mkN "channel" "channels"; -lin channel_V2 = mkV2 (mkV "channel" "channels" "channelled" "channelled" "channelling"); -lin chant_N = mkN "chant" "chants"; -lin chant_V = mkV "chant" "chants" "chanted" "chanted" "chanting"; -lin chant_V2 = mkV2 (mkV "chant" "chants" "chanted" "chanted" "chanting"); -lin chaos_N = mkN "chaos" "-" {- FIXME: no plural form -}; -lin chaotic_A = compoundA (mkA "chaotic"); -lin chaotically_Adv = mkAdv "chaotically"; -lin chap_N = mkN "chap" "chaps"; -lin chap_V = mkV "chap" "chaps" "chapped" "chapped" "chapping"; -lin chap_V2 = mkV2 (mkV "chap" "chaps" "chapped" "chapped" "chapping"); -lin chapel_N = mkN "chapel" "chapels"; -lin chapelgoer_N = mkN "chapelgoer" "chapelgoers"; -lin chaperon_N = mkN "chaperon" "chaperons"; -lin chaperon_V2 = mkV2 (mkV "chaperon" "chaperons" "chaperoned" "chaperoned" "chaperoning"); -lin chapfallen_A = compoundA (mkA "chapfallen"); -lin chaplain_N = mkN "chaplain" "chaplains"; -lin chaplaincy_N = mkN "chaplaincy" "chaplaincies"; -lin chaplet_N = mkN "chaplet" "chaplets"; -lin chapman_N = mkN "chapman" "chapmen" {- FIXME: guessed plural form -}; -lin chapter_N = mkN "chapter" "chapters"; -lin chapterhouse_N = mkN "chapterhouse" "chapterhouses"; -lin char_N = mkN "char" "chars"; -lin char_V = mkV "char" "chars" "charred" "charred" "charring"; -lin char_V2 = mkV2 (mkV "char" "chars" "charred" "charred" "charring"); -lin charabanc_1_N = mkN "charabanc" "charabancs"; -lin character_N = mkN "character" "characters"; -lin characteristic_A = compoundA (mkA "characteristic"); -lin characteristic_N = mkN "characteristic" "characteristics"; -lin characteristically_Adv = mkAdv "characteristically"; -lin characterization_N = mkN "characterization" "-" {- FIXME: no plural form -}; -lin characterize_V2 = mkV2 (mkV "characterize" "characterizes" "characterized" "characterized" "characterizing"); -lin characterless_A = compoundA (mkA "characterless"); -lin charade_N = mkN "charade" "charades"; -lin charcoal_N = mkN "charcoal" "-" {- FIXME: no plural form -}; -lin charcoal_burner_N = mkN "charcoal-burner" "charcoal-burners"; -lin chard_N = mkN "chard" "chards"; -lin chard_PN = mkPN "Chard"; -lin charge_N = mkN "charge" "charges"; -lin charge_V = mkV "charge" "charges" "charged" "charged" "charging"; -lin charge_V2 = mkV2 (mkV "charge" "charges" "charged" "charged" "charging"); -lin charge_account_N = mkN "charge-account" "charge-accounts"; -lin charge_sheet_N = mkN "charge-sheet" "charge-sheets"; -lin chargeable_A = compoundA (mkA "chargeable"); -lin charger_N = mkN "charger" "chargers"; -lin charge_d'affaires_N = mkN "chargé d'affaires" "IRREG"; -lin charily_Adv = mkAdv "charily"; -lin chariot_N = mkN "chariot" "chariots"; -lin charioteer_N = mkN "charioteer" "charioteers"; -lin charisma_N = mkN "charisma" "charismas"; -lin charismatic_A = compoundA (mkA "charismatic"); -lin charitable_A = compoundA (mkA "charitable"); -lin charitably_Adv = mkAdv "charitably"; -lin charity_N = mkN "charity" "charities"; -lin charivari_N = mkN "charivari" "-" {- FIXME: no plural form -}; -lin charlady_N = mkN "charlady" "charladies"; -lin charlatan_N = mkN "charlatan" "charlatans"; -lin charles_PN = mkPN "Charles"; -lin charleston_N = mkN "charleston" "charlestons"; -lin charlie_PN = mkPN "Charlie"; -lin charlock_N = mkN "charlock" "-" {- FIXME: no plural form -}; -lin charlotte_PN = mkPN "Charlotte"; -lin charm_N = mkN "charm" "charms"; -lin charm_V = mkV "charm" "charms" "charmed" "charmed" "charming"; -lin charm_V2 = mkV2 (mkV "charm" "charms" "charmed" "charmed" "charming"); -lin charmer_N = mkN "charmer" "charmers"; -lin charming_A = compoundA (mkA "charming"); -lin charmingly_Adv = mkAdv "charmingly"; -lin charnel_house_N = mkN "charnel house" "charnel houses"; -lin chart_N = mkN "chart" "charts"; -lin chart_V2 = mkV2 (mkV "chart" "charts" "charted" "charted" "charting"); -lin charter_N = mkN "charter" "charters"; -lin charter_V2 = mkV2 (mkV "charter" "charters" "chartered" "chartered" "chartering"); -lin charter_party_N = mkN "charter-party" "charter-parties"; -lin chartism_N = mkN "chartism" "-" {- FIXME: no plural form -}; -lin chartist_N = mkN "chartist" "chartists"; -lin chartreuse_N = mkN "chartreuse" "-" {- FIXME: no plural form -}; -lin charwoman_N = mkN "charwoman" "charwomen" {- FIXME: guessed plural form -}; -lin chary_A = compoundA (mkA "chary"); -lin charybdis_PN = mkPN "Charybdis"; -lin charabanc_2_N = mkN "charàbanc" "charàbancs"; -lin chas_PN = mkPN "Chas"; -lin chase_N = mkN "chase" "chases"; -lin chase_V = mkV "chase" "chases" "chased" "chased" "chasing"; -lin chase_V2 = mkV2 (mkV "chase" "chases" "chased" "chased" "chasing"); -lin chaser_N = mkN "chaser" "chasers"; -lin chasm_N = mkN "chasm" "chasms"; -lin chassis_N = mkN "chassis" "chassis"; -lin chaste_A = compoundA (mkA "chaste"); -lin chastely_Adv = mkAdv "chastely"; -lin chasten_V2 = mkV2 (mkV "chasten" "chastens" "chastened" "chastened" "chastening"); -lin chastise_V2 = mkV2 (mkV "chastise" "chastises" "chastised" "chastised" "chastising"); -lin chastisement_N = mkN "chastisement" "-" {- FIXME: no plural form -}; -lin chastity_N = mkN "chastity" "-" {- FIXME: no plural form -}; -lin chasuble_N = mkN "chasuble" "chasubles"; -lin chat_N = mkN "chat" "chats"; -lin chat_V = mkV "chat" "chats" "chatted" "chatted" "chatting"; -lin chat_V2 = mkV2 (mkV "chat" "chats" "chatted" "chatted" "chatting"); -lin chatelaine_N = mkN "chatelaine" "chatelaines"; -lin chatham_PN = mkPN "Chatham"; -lin chattel_N = mkN "chattel" "chattels"; -lin chatter_N = mkN "chatter" "-" {- FIXME: no plural form -}; -lin chatter_V = mkV "chatter" "chatters" "chattered" "chattered" "chattering"; -lin chatterbox_N = mkN "chatterbox" "chatterboxes"; -lin chattily_Adv = mkAdv "chattily"; -lin chatty_A = mkA "chatty" "chattier"; -lin chauffeur_N = mkN "chauffeur" "chauffeurs"; -lin chauffeuse_N = mkN "chauffeuse" "IRREG"; -lin chauvinism_N = mkN "chauvinism" "-" {- FIXME: no plural form -}; -lin chauvinist_N = mkN "chauvinist" "chauvinists"; -lin chauvinistic_A = compoundA (mkA "chauvinistic"); -lin chaw_N = mkN "chaw" "chaws"; -lin chaw_V2 = mkV2 (mkV "chaw" "chaws" "chawed" "chawed" "chawing"); -lin chaw_bacon_N = mkN "chaw-bacon" "chaw-bacons"; -lin cheadle_PN = mkPN "Cheadle"; -lin cheap_A = mkA "cheap" "cheaper"; -lin cheapen_V = mkV "cheapen" "cheapens" "cheapened" "cheapened" "cheapening"; -lin cheapen_V2 = mkV2 (mkV "cheapen" "cheapens" "cheapened" "cheapened" "cheapening"); -lin cheapjack_A = compoundA (mkA "cheapjack"); -lin cheaply_Adv = mkAdv "cheaply"; -lin cheapness_N = mkN "cheapness" "-" {- FIXME: no plural form -}; -lin cheat_N = mkN "cheat" "cheats"; -lin cheat_V = mkV "cheat" "cheats" "cheated" "cheated" "cheating"; -lin cheat_V2 = mkV2 (mkV "cheat" "cheats" "cheated" "cheated" "cheating"); -lin check_N = mkN "check" "checks"; -lin check_V = mkV "check" "checks" "checked" "checked" "checking"; -lin check_V2 = mkV2 (mkV "check" "checks" "checked" "checked" "checking"); -lin checkbook_N = mkN "checkbook" "checkbooks"; -lin checked_A = compoundA (mkA "checked"); -lin checker_N = mkN "checker" "checkers"; -lin checker_V2 = mkV2 (mkV "checker" "checkers" "checkered" "checkered" "checkering"); -lin checkers_N = mkN "checkers" "checkers"; -lin checklist_N = mkN "checklist" "checklists"; -lin checkmate_N = mkN "checkmate" "checkmates"; -lin checkmate_V2 = mkV2 (mkV "checkmate" "checkmates" "checkmated" "checkmated" "checkmating"); -lin checkout_N = mkN "checkout" "checkouts"; -lin checkpoint_N = mkN "checkpoint" "checkpoints"; -lin checkroom_N = mkN "checkroom" "checkrooms"; -lin checkup_N = mkN "checkup" "checkups"; -lin cheddar_N = mkN "cheddar" "-" {- FIXME: no plural form -}; -lin cheek_N = mkN "cheek" "cheeks"; -lin cheek_V2 = mkV2 (mkV "cheek" "cheeks" "cheeked" "cheeked" "cheeking"); -lin cheekbone_N = mkN "cheekbone" "cheekbones"; -lin cheeked_A = compoundA (mkA "cheeked"); -lin cheekily_Adv = mkAdv "cheekily"; -lin cheeky_A = mkA "cheeky" "cheekier"; -lin cheep_N = mkN "cheep" "cheeps"; -lin cheep_V = mkV "cheep" "cheeps" "cheeped" "cheeped" "cheeping"; -lin cheer_N = mkN "cheer" "cheers"; -lin cheer_V = mkV "cheer" "cheers" "cheered" "cheered" "cheering"; -lin cheer_V2 = mkV2 (mkV "cheer" "cheers" "cheered" "cheered" "cheering"); -lin cheerful_A = compoundA (mkA "cheerful"); -lin cheerfully_Adv = mkAdv "cheerfully"; -lin cheerfulness_N = mkN "cheerfulness" "-" {- FIXME: no plural form -}; -lin cheerily_Adv = mkAdv "cheerily"; -lin cheering_A = compoundA (mkA "cheering"); -lin cheering_N = mkN "cheering" "-" {- FIXME: no plural form -}; -lin cheerleader_N = mkN "cheerleader" "cheerleaders"; -lin cheerless_A = compoundA (mkA "cheerless"); -lin cheerlessly_Adv = mkAdv "cheerlessly"; -lin cheerlessness_N = mkN "cheerlessness" "-" {- FIXME: no plural form -}; -lin cheery_A = compoundA (mkA "cheery"); -lin cheese_N = mkN "cheese" "cheeses"; -lin cheesecake_N = mkN "cheesecake" "cheesecakes"; -lin cheesecloth_N = mkN "cheesecloth" "cheesecloths"; -lin cheeseparing_A = compoundA (mkA "cheeseparing"); -lin cheetah_N = mkN "cheetah" "cheetahs"; -lin chef_N = mkN "chef" "chefs"; -lin chef_d'oeuvre_N = mkN "chef-d'oeuvre" "IRREG"; -lin chelmsford_PN = mkPN "Chelmsford"; -lin chelsea_PN = mkPN "Chelsea"; -lin cheltenham_PN = mkPN "Cheltenham"; -lin chelyabinsk_PN = mkPN "Chelyabinsk"; -lin chemical_A = compoundA (mkA "chemical"); -lin chemical_N = mkN "chemical" "chemicals"; -lin chemically_Adv = mkAdv "chemically"; -lin chemise_N = mkN "chemise" "chemises"; -lin chemist_N = mkN "chemist" "chemists"; -lin chemistry_N = mkN "chemistry" "-" {- FIXME: no plural form -}; -lin chemotherapy_N = mkN "chemotherapy" "-" {- FIXME: no plural form -}; -lin chengchow_PN = mkPN "Chengchow"; -lin chengtu_PN = mkPN "Chengtu"; -lin chenille_N = mkN "chenille" "-" {- FIXME: no plural form -}; -lin chepstow_PN = mkPN "Chepstow"; -lin cheque_N = mkN "cheque" "cheques"; -lin chequebook_N = mkN "chequebook" "chequebooks"; -lin chequer_V2 = mkV2 (mkV "chequer" "chequers" "chequered" "chequered" "chequering"); -lin cherish_V2 = mkV2 (mkV "cherish" "cherishes" "cherished" "cherished" "cherishing"); -lin cheroot_N = mkN "cheroot" "cheroots"; -lin cherry_A = compoundA (mkA "cherry"); -lin cherry_N = mkN "cherry" "cherries"; -lin cherub_N = mkN "cherub" "cherubs"; -lin cherubic_A = compoundA (mkA "cherubic"); -lin chervil_N = mkN "chervil" "-" {- FIXME: no plural form -}; -lin chesham_PN = mkPN "Chesham"; -lin cheshire_PN = mkPN "Cheshire"; -lin chess_N = mkN "chess" "-" {- FIXME: no plural form -}; -lin chessboard_N = mkN "chessboard" "chessboards"; -lin chessman_N = mkN "chessman" "chessmen" {- FIXME: guessed plural form -}; -lin chest_N = mkN "chest" "chests"; -lin chester_PN = mkPN "Chester"; -lin chester_le_street_PN = mkPN "Chester-le-street"; -lin chesterfield_N = mkN "chesterfield" "chesterfields"; -lin chesterfield_PN = mkPN "Chesterfield"; -lin chestnut_N = mkN "chestnut" "chestnuts"; -lin cheval_glass_N = mkN "cheval glass" "cheval glasses"; -lin chevron_N = mkN "chevron" "chevrons"; -lin chew_N = mkN "chew" "chews"; -lin chew_V = mkV "chew" "chews" "chewed" "chewed" "chewing"; -lin chew_V2 = mkV2 (mkV "chew" "chews" "chewed" "chewed" "chewing"); -lin chewing_gum_N = mkN "chewing-gum" "-" {- FIXME: no plural form -}; -lin chianti_N = mkN "chianti" "-" {- FIXME: no plural form -}; -lin chiaroscuro_N = mkN "chiaroscuro" "-" {- FIXME: no plural form -}; -lin chic_A = compoundA (mkA "chic"); -lin chic_N = mkN "chic" "-" {- FIXME: no plural form -}; -lin chicago_PN = mkPN "Chicago"; -lin chicanery_N = mkN "chicanery" "chicaneries"; -lin chichester_PN = mkPN "Chichester"; -lin chichi_A = compoundA (mkA "chichi"); -lin chick_N = mkN "chick" "chicks"; -lin chicken_N = mkN "chicken" "chickens"; -lin chicken_hearted_A = compoundA (mkA "chicken-hearted"); -lin chicken_run_N = mkN "chicken-run" "chicken-runs"; -lin chickenfeed_N = mkN "chickenfeed" "-" {- FIXME: no plural form -}; -lin chickenpox_N = mkN "chickenpox" "-" {- FIXME: no plural form -}; -lin chickpea_N = mkN "chickpea" "chickpeas"; -lin chickweed_N = mkN "chickweed" "-" {- FIXME: no plural form -}; -lin chicle_N = mkN "chicle" "-" {- FIXME: no plural form -}; -lin chicory_N = mkN "chicory" "-" {- FIXME: no plural form -}; -lin chide_V = mkV "chide" "chides" "chided" "chided" "chiding"; -lin chide_V2 = mkV2 (mkV "chide" "chides" "chided" "chided" "chiding"); -lin chief_A = compoundA (mkA "chief"); -lin chief_N = mkN "chief" "chiefs"; -lin chiefly_Adv = mkAdv "chiefly"; -lin chieftain_N = mkN "chieftain" "chieftains"; -lin chieftaincy_N = mkN "chieftaincy" "chieftaincies"; -lin chiffon_N = mkN "chiffon" "-" {- FIXME: no plural form -}; -lin chiffonier_N = mkN "chiffonier" "chiffoniers"; -lin chignon_N = mkN "chignon" "chignons"; -lin chilblain_N = mkN "chilblain" "chilblains"; -lin chilblained_A = compoundA (mkA "chilblained"); -lin child's_play_N = mkN "child's-play" "-" {- FIXME: no plural form -}; -lin child_N = mkN "child" "children" {- FIXME: guessed plural form -}; -lin child_bearing_N = mkN "child-bearing" "-" {- FIXME: no plural form -}; -lin childbirth_N = mkN "childbirth" "-" {- FIXME: no plural form -}; -lin childhood_N = mkN "childhood" "-" {- FIXME: no plural form -}; -lin childish_A = compoundA (mkA "childish"); -lin childishly_Adv = mkAdv "childishly"; -lin childless_A = compoundA (mkA "childless"); -lin childlike_A = compoundA (mkA "childlike"); -lin chile_PN = mkPN "Chile"; -lin chilean_A = compoundA (mkA "chilean"); -lin chilean_N = mkN "chilean" "chileans"; -lin chill_A = compoundA (mkA "chill"); -lin chill_N = mkN "chill" "chills"; -lin chill_V = mkV "chill" "chills" "chilled" "chilled" "chilling"; -lin chill_V2 = mkV2 (mkV "chill" "chills" "chilled" "chilled" "chilling"); -lin chilli_N = mkN "chilli" "chillies"; -lin chilly_A = mkA "chilly" "chillier"; -lin chilly_N = mkN "chilly" "chillies"; -lin chimaera_N = mkN "chimaera" "chimaeras"; -lin chime_N = mkN "chime" "chimes"; -lin chime_V = mkV "chime" "chimes" "chimed" "chimed" "chiming"; -lin chime_V2 = mkV2 (mkV "chime" "chimes" "chimed" "chimed" "chiming"); -lin chimera_N = mkN "chimera" "chimeras"; -lin chimerical_A = compoundA (mkA "chimerical"); -lin chimney_N = mkN "chimney" "chimneys"; -lin chimney_sweep_N = mkN "chimney-sweep" "chimney-sweeps"; -lin chimneybreast_N = mkN "chimneybreast" "chimneybreasts"; -lin chimneypiece_N = mkN "chimneypiece" "chimneypieces"; -lin chimneypot_N = mkN "chimneypot" "chimneypots"; -lin chimneystack_N = mkN "chimneystack" "chimneystacks"; -lin chimneysweep_N = mkN "chimneysweep" "chimneysweeps"; -lin chimneysweeper_N = mkN "chimneysweeper" "chimneysweepers"; -lin chimp_N = mkN "chimp" "chimps"; -lin chimpanzee_N = mkN "chimpanzee" "chimpanzees"; -lin chin_N = mkN "chin" "chins"; -lin chin_strap_N = mkN "chin-strap" "chin-straps"; -lin chin_wagging_N = mkN "chin-wagging" "-" {- FIXME: no plural form -}; -lin china_N = mkN "china" "-" {- FIXME: no plural form -}; -lin china_PN = mkPN "China"; -lin china_closet_N = mkN "china-closet" "china-closets"; -lin chinaware_N = mkN "chinaware" "-" {- FIXME: no plural form -}; -lin chinchilla_N = mkN "chinchilla" "chinchillas"; -lin chinchow_PN = mkPN "Chinchow"; -lin chine_N = mkN "chine" "chines"; -lin chinese_A = compoundA (mkA "chinese"); -lin chinese_N = mkN "chinese" "chinese"; -lin chink_N = mkN "chink" "chinks"; -lin chink_V = mkV "chink" "chinks" "chinked" "chinked" "chinking"; -lin chink_V2 = mkV2 (mkV "chink" "chinks" "chinked" "chinked" "chinking"); -lin chintz_N = mkN "chintz" "-" {- FIXME: no plural form -}; -lin chip_N = mkN "chip" "chips"; -lin chip_V = mkV "chip" "chips" "chipped" "chipped" "chipping"; -lin chip_V2 = mkV2 (mkV "chip" "chips" "chipped" "chipped" "chipping"); -lin chipboard_N = mkN "chipboard" "-" {- FIXME: no plural form -}; -lin chipmunk_N = mkN "chipmunk" "chipmunks"; -lin chippendale_N = mkN "chippendale" "chippendales"; -lin chippenham_PN = mkPN "Chippenham"; -lin chiropodist_N = mkN "chiropodist" "chiropodists"; -lin chiropody_N = mkN "chiropody" "-" {- FIXME: no plural form -}; -lin chiropractor_N = mkN "chiropractor" "chiropractors"; -lin chirp_N = mkN "chirp" "chirps"; -lin chirp_V = mkV "chirp" "chirps" "chirped" "chirped" "chirping"; -lin chirp_V2 = mkV2 (mkV "chirp" "chirps" "chirped" "chirped" "chirping"); -lin chirpily_Adv = mkAdv "chirpily"; -lin chirpiness_N = mkN "chirpiness" "-" {- FIXME: no plural form -}; -lin chirpy_A = compoundA (mkA "chirpy"); -lin chirrup_N = mkN "chirrup" "chirrups"; -lin chirrup_V = mkV "chirrup" "chirrups" "chirruped" "chirruped" "chirruping"; -lin chirrup_V2 = mkV2 (mkV "chirrup" "chirrups" "chirruped" "chirruped" "chirruping"); -lin chisel_N = mkN "chisel" "chisels"; -lin chisel_V2 = mkV2 (mkV "chisel" "chisels" "chiselled" "chiselled" "chiselling"); -lin chiseller_N = mkN "chiseller" "chisellers"; -lin chit_N = mkN "chit" "chits"; -lin chit_chat_N = mkN "chit-chat" "-" {- FIXME: no plural form -}; -lin chivalrous_A = compoundA (mkA "chivalrous"); -lin chivalrously_Adv = mkAdv "chivalrously"; -lin chivalry_N = mkN "chivalry" "-" {- FIXME: no plural form -}; -lin chive_N = mkN "chive" "chives"; -lin chivvy_V2 = mkV2 (mkV "chivvy" "chivvies" "chivvied" "chivvied" "chivvying"); -lin chivy_V2 = mkV2 (mkV "chivy" "chivies" "chivied" "chivied" "chivying"); -lin chloe_PN = mkPN "Chloe"; -lin chloride_N = mkN "chloride" "-" {- FIXME: no plural form -}; -lin chlorinate_V2 = mkV2 (mkV "chlorinate" "chlorinates" "chlorinated" "chlorinated" "chlorinating"); -lin chlorination_N = mkN "chlorination" "-" {- FIXME: no plural form -}; -lin chlorine_N = mkN "chlorine" "-" {- FIXME: no plural form -}; -lin chloroform_N = mkN "chloroform" "-" {- FIXME: no plural form -}; -lin chlorophyll_N = mkN "chlorophyll" "-" {- FIXME: no plural form -}; -lin choc_N = mkN "choc" "chocs"; -lin choc_ice_N = mkN "choc-ice" "choc-ices"; -lin chock_N = mkN "chock" "chocks"; -lin chock_V2 = mkV2 (mkV "chock" "chocks" "chocked" "chocked" "chocking"); -lin chock_a_block_A = compoundA (mkA "chock-a-block"); -lin chock_a_block_Adv = mkAdv "chock-a-block"; -lin chock_full_A = compoundA (mkA "chock-full"); -lin chocolate_N = mkN "chocolate" "chocolates"; -lin choice_A = compoundA (mkA "choice"); -lin choice_N = mkN "choice" "choices"; -lin choir_N = mkN "choir" "choirs"; -lin choir_school_N = mkN "choir-school" "choir-schools"; -lin choirboy_N = mkN "choirboy" "choirboys"; -lin choke_N = mkN "choke" "chokes"; -lin choke_V = mkV "choke" "chokes" "choked" "choked" "choking"; -lin choke_V2 = mkV2 (mkV "choke" "chokes" "choked" "choked" "choking"); -lin choke_damp_N = mkN "choke-damp" "-" {- FIXME: no plural form -}; -lin choker_N = mkN "choker" "chokers"; -lin chokey_N = mkN "chokey" "chokeys"; -lin choky_N = mkN "choky" "chokies"; -lin choler_N = mkN "choler" "cholers"; -lin cholera_N = mkN "cholera" "-" {- FIXME: no plural form -}; -lin choleric_A = compoundA (mkA "choleric"); -lin choose_V = IrregEng.choose_V; -lin choose_V2 = mkV2 (IrregEng.choose_V); -lin choosey_A = compoundA (mkA "choosey"); -lin choosy_A = mkA "choosy" "choosier"; -lin chop_N = mkN "chop" "chops"; -lin chop_V = mkV "chop" "chops" "chopped" "chopped" "chopping"; -lin chop_V2 = mkV2 (mkV "chop" "chops" "chopped" "chopped" "chopping"); -lin chop_chop_Adv = mkAdv "chop-chop"; -lin chop_house_N = mkN "chop-house" "chop-houses"; -lin chop_suey_N = mkN "chop suey" "-" {- FIXME: no plural form -}; -lin chopper_N = mkN "chopper" "choppers"; -lin choppy_A = mkA "choppy" "choppier"; -lin chopwell_PN = mkPN "Chopwell"; -lin choral_A = compoundA (mkA "choral"); -lin chorale_N = mkN "chorale" "chorales"; -lin chord_N = mkN "chord" "chords"; -lin chore_N = mkN "chore" "chores"; -lin choreographer_N = mkN "choreographer" "choreographers"; -lin choreography_N = mkN "choreography" "-" {- FIXME: no plural form -}; -lin chorister_N = mkN "chorister" "choristers"; -lin chorley_PN = mkPN "Chorley"; -lin chortle_N = mkN "chortle" "chortles"; -lin chortle_V = mkV "chortle" "chortles" "chortled" "chortled" "chortling"; -lin chorus_N = mkN "chorus" "choruses"; -lin chorus_V2 = mkV2 (mkV "chorus" "choruses" "chorused" "chorused" "chorusing"); -lin chorus_girl_N = mkN "chorus-girl" "chorus-girls"; -lin chow_N = mkN "chow" "chows"; -lin chowder_N = mkN "chowder" "chowders"; -lin chris_PN = mkPN "Chris"; -lin chrissie_PN = mkPN "Chrissie"; -lin chrissy_PN = mkPN "Chrissy"; -lin christ_PN = mkPN "Christ"; -lin christchurch_PN = mkPN "Christchurch"; -lin christen_V2 = mkV2 (mkV "christen" "christens" "christened" "christened" "christening"); -lin christendom_N = mkN "christendom" "christendoms"; -lin christening_N = mkN "christening" "christenings"; -lin christian_A = compoundA (mkA "christian"); -lin christian_N = mkN "christian" "christians"; -lin christian_PN = mkPN "Christian"; -lin christianity_N = mkN "christianity" "-" {- FIXME: no plural form -}; -lin christina_PN = mkPN "Christina"; -lin christine_PN = mkPN "Christine"; -lin christlike_A = compoundA (mkA "christlike"); -lin christmas_N = mkN "christmas" "christmases"; -lin christmas_PN = mkPN "Christmas"; -lin christmas_box_N = mkN "christmas-box" "christmas-boxes"; -lin christmas_tree_N = mkN "christmas-tree" "christmas-trees"; -lin christmastide_N = mkN "christmastide" "christmastides"; -lin christmastime_N = mkN "christmastime" "christmastimes"; -lin christopher_PN = mkPN "Christopher"; -lin chromatic_A = compoundA (mkA "chromatic"); -lin chrome_N = mkN "chrome" "-" {- FIXME: no plural form -}; -lin chromium_N = mkN "chromium" "-" {- FIXME: no plural form -}; -lin chromosome_N = mkN "chromosome" "chromosomes"; -lin chronic_A = compoundA (mkA "chronic"); -lin chronically_Adv = mkAdv "chronically"; -lin chronicle_N = mkN "chronicle" "chronicles"; -lin chronicle_V2 = mkV2 (mkV "chronicle" "chronicles" "chronicled" "chronicled" "chronicling"); -lin chronicler_N = mkN "chronicler" "chroniclers"; -lin chronological_A = compoundA (mkA "chronological"); -lin chronologically_Adv = mkAdv "chronologically"; -lin chronology_N = mkN "chronology" "chronologies"; -lin chronometer_N = mkN "chronometer" "chronometers"; -lin chrysalis_N = mkN "chrysalis" "chrysalises"; -lin chrysanthemum_N = mkN "chrysanthemum" "chrysanthemums"; -lin chubby_A = mkA "chubby" "chubbier"; -lin chuck_N = mkN "chuck" "chucks"; -lin chuck_V2 = mkV2 (mkV "chuck" "chucks" "chucked" "chucked" "chucking"); -lin chucker_out_N = mkN "chucker-out" "IRREG"; -lin chuckle_N = mkN "chuckle" "chuckles"; -lin chuckle_V = mkV "chuckle" "chuckles" "chuckled" "chuckled" "chuckling"; -lin chug_N = mkN "chug" "chugs"; -lin chug_V = mkV "chug" "chugs" "chugged" "chugged" "chugging"; -lin chukker_N = mkN "chukker" "chukkers"; -lin chum_N = mkN "chum" "chums"; -lin chum_V = mkV "chum" "chums" "chummed" "chummed" "chumming"; -lin chummy_A = mkA "chummy" "chummier"; -lin chump_N = mkN "chump" "chumps"; -lin chungking_PN = mkPN "Chungking"; -lin chunk_N = mkN "chunk" "chunks"; -lin chunky_A = mkA "chunky" "chunkier"; -lin church_N = mkN "church" "churches"; -lin churchgoer_N = mkN "churchgoer" "churchgoers"; -lin churchman_N = mkN "churchman" "churchmen" {- FIXME: guessed plural form -}; -lin churchwarden_N = mkN "churchwarden" "churchwardens"; -lin churchyard_N = mkN "churchyard" "churchyards"; -lin churl_N = mkN "churl" "churls"; -lin churlish_A = compoundA (mkA "churlish"); -lin churlishly_Adv = mkAdv "churlishly"; -lin churn_N = mkN "churn" "churns"; -lin churn_V = mkV "churn" "churns" "churned" "churned" "churning"; -lin churn_V2 = mkV2 (mkV "churn" "churns" "churned" "churned" "churning"); -lin chute_N = mkN "chute" "chutes"; -lin chutney_N = mkN "chutney" "chutneys"; -lin chateau_N = mkN "château" "châteaux" {- FIXME: guessed plural form -}; -lin cia_N = mkN "cia" "-" {- FIXME: no plural form -}; -lin cicada_N = mkN "cicada" "cicadas"; -lin cicala_N = mkN "cicala" "cicalas"; -lin cicatrice_N = mkN "cicatrice" "cicatrices"; -lin cicatrix_N = mkN "cicatrix" "cicatrices" {- FIXME: guessed plural form -}; -lin cicerone_N = mkN "cicerone" "IRREG"; -lin cid_N = mkN "cid" "-" {- FIXME: no plural form -}; -lin cider_N = mkN "cider" "ciders"; -lin ciderpress_N = mkN "ciderpress" "ciderpresses"; -lin cif_PN = mkPN "Cif"; -lin cigar_N = mkN "cigar" "cigars"; -lin cigar_shaped_A = compoundA (mkA "cigar-shaped"); -lin cigarette_N = mkN "cigarette" "cigarettes"; -lin cigarette_case_N = mkN "cigarette-case" "cigarette-cases"; -lin cigarette_holder_N = mkN "cigarette-holder" "cigarette-holders"; -lin cigarette_paper_N = mkN "cigarette-paper" "cigarette-papers"; -lin cinch_N = mkN "cinch" "IRREG"; -lin cinchona_N = mkN "cinchona" "cinchonas"; -lin cincinnati_PN = mkPN "Cincinnati"; -lin cincture_N = mkN "cincture" "cinctures"; -lin cinder_N = mkN "cinder" "cinders"; -lin cinder_track_N = mkN "cinder-track" "cinder-tracks"; -lin cinderella_N = mkN "cinderella" "cinderellas"; -lin cinderford_PN = mkPN "Cinderford"; -lin cine_camera_N = mkN "cine-camera" "cine-cameras"; -lin cine_film_N = mkN "cine-film" "cine-films"; -lin cine_projector_N = mkN "cine-projector" "cine-projectors"; -lin cinema_N = mkN "cinema" "cinemas"; -lin cinematic_A = compoundA (mkA "cinematic"); -lin cinematography_N = mkN "cinematography" "-" {- FIXME: no plural form -}; -lin cinnamon_N = mkN "cinnamon" "-" {- FIXME: no plural form -}; -lin cinquefoil_N = mkN "cinquefoil" "cinquefoils"; -lin cipher_N = mkN "cipher" "ciphers"; -lin cipher_V = mkV "cipher" "ciphers" "ciphered" "ciphered" "ciphering"; -lin cipher_V2 = mkV2 (mkV "cipher" "ciphers" "ciphered" "ciphered" "ciphering"); -lin circle_N = mkN "circle" "circles"; -lin circle_V = mkV "circle" "circles" "circled" "circled" "circling"; -lin circle_V2 = mkV2 (mkV "circle" "circles" "circled" "circled" "circling"); -lin circlet_N = mkN "circlet" "circlets"; -lin circuit_N = mkN "circuit" "circuits"; -lin circuitous_A = compoundA (mkA "circuitous"); -lin circular_A = compoundA (mkA "circular"); -lin circular_N = mkN "circular" "circulars"; -lin circularity_N = mkN "circularity" "-" {- FIXME: no plural form -}; -lin circularize_V2 = mkV2 (mkV "circularize" "circularizes" "circularized" "circularized" "circularizing"); -lin circulate_V = mkV "circulate" "circulates" "circulated" "circulated" "circulating"; -lin circulate_V2 = mkV2 (mkV "circulate" "circulates" "circulated" "circulated" "circulating"); -lin circulation_N = mkN "circulation" "circulations"; -lin circumcise_V2 = mkV2 (mkV "circumcise" "circumcises" "circumcised" "circumcised" "circumcising"); -lin circumcision_N = mkN "circumcision" "circumcisions"; -lin circumference_N = mkN "circumference" "circumferences"; -lin circumflex_N = mkN "circumflex" "circumflexes"; -lin circumlocution_N = mkN "circumlocution" "circumlocutions"; -lin circumnavigate_V2 = mkV2 (mkV "circumnavigate" "circumnavigates" "circumnavigated" "circumnavigated" "circumnavigating"); -lin circumnavigation_N = mkN "circumnavigation" "circumnavigations"; -lin circumscribe_V2 = mkV2 (mkV "circumscribe" "circumscribes" "circumscribed" "circumscribed" "circumscribing"); -lin circumscription_N = mkN "circumscription" "circumscriptions"; -lin circumspect_A = compoundA (mkA "circumspect"); -lin circumspection_N = mkN "circumspection" "-" {- FIXME: no plural form -}; -lin circumspectly_Adv = mkAdv "circumspectly"; -lin circumstance_N = mkN "circumstance" "circumstances"; -lin circumstantial_A = compoundA (mkA "circumstantial"); -lin circumstantially_Adv = mkAdv "circumstantially"; -lin circumvent_V2 = mkV2 (mkV "circumvent" "circumvents" "circumvented" "circumvented" "circumventing"); -lin circumvention_N = mkN "circumvention" "circumventions"; -lin circus_N = mkN "circus" "circuses"; -lin cirencester_PN = mkPN "Cirencester"; -lin cirrhosis_N = mkN "cirrhosis" "-" {- FIXME: no plural form -}; -lin cirrus_N = mkN "cirrus" "-" {- FIXME: no plural form -}; -lin cissy_A = compoundA (mkA "cissy"); -lin cissy_N = mkN "cissy" "cissies"; -lin cistern_N = mkN "cistern" "cisterns"; -lin citadel_N = mkN "citadel" "citadels"; -lin citation_N = mkN "citation" "citations"; -lin cite_V2 = mkV2 (mkV "cite" "cites" "cited" "cited" "citing"); -lin citizen_N = mkN "citizen" "citizens"; -lin citizenship_N = mkN "citizenship" "citizenships"; -lin citric_A = compoundA (mkA "citric"); -lin citron_N = mkN "citron" "citrons"; -lin citrous_A = compoundA (mkA "citrous"); -lin citrus_N = mkN "citrus" "citruses"; -lin city_N = mkN "city" "cities"; -lin civet_N = mkN "civet" "civets"; -lin civet_cat_N = mkN "civet-cat" "civet-cats"; -lin civic_A = compoundA (mkA "civic"); -lin civics_N = mkN "civics" "civics"; -lin civil_A = compoundA (mkA "civil"); -lin civilian_A = compoundA (mkA "civilian"); -lin civilian_N = mkN "civilian" "civilians"; -lin civility_N = mkN "civility" "civilities"; -lin civilization_N = mkN "civilization" "civilizations"; -lin civilize_V2 = mkV2 (mkV "civilize" "civilizes" "civilized" "civilized" "civilizing"); -lin civilly_Adv = mkAdv "civilly"; -lin civvy_street_PN = mkPN "Civvy street"; -lin clack_N = mkN "clack" "clacks"; -lin clack_V = mkV "clack" "clacks" "clacked" "clacked" "clacking"; -lin clackmannon_PN = mkPN "Clackmannon"; -lin clacton_PN = mkPN "Clacton"; -lin claim_N = mkN "claim" "claims"; -lin claim_V = mkV "claim" "claims" "claimed" "claimed" "claiming"; -lin claim_V2 = mkV2 (mkV "claim" "claims" "claimed" "claimed" "claiming"); -lin claimant_N = mkN "claimant" "claimants"; -lin clairvoyance_N = mkN "clairvoyance" "-" {- FIXME: no plural form -}; -lin clairvoyant_N = mkN "clairvoyant" "clairvoyants"; -lin clam_N = mkN "clam" "clams"; -lin clam_V = mkV "clam" "clams" "clammed" "clammed" "clamming"; -lin clambake_N = mkN "clambake" "clambakes"; -lin clamber_N = mkN "clamber" "clambers"; -lin clamber_V = mkV "clamber" "clambers" "clambered" "clambered" "clambering"; -lin clammily_Adv = mkAdv "clammily"; -lin clammy_A = mkA "clammy" "clammier"; -lin clamorous_A = compoundA (mkA "clamorous"); -lin clamour_N = mkN "clamour" "clamours"; -lin clamour_V = mkV "clamour" "clamours" "clamoured" "clamoured" "clamouring"; -lin clamour_V2 = mkV2 (mkV "clamour" "clamours" "clamoured" "clamoured" "clamouring"); -lin clamp_N = mkN "clamp" "clamps"; -lin clamp_V = mkV "clamp" "clamps" "clamped" "clamped" "clamping"; -lin clamp_V2 = mkV2 (mkV "clamp" "clamps" "clamped" "clamped" "clamping"); -lin clamp_down_N = mkN "clamp-down" "clamp-downs"; -lin clan_N = mkN "clan" "clans"; -lin clandestine_A = compoundA (mkA "clandestine"); -lin clang_N = mkN "clang" "clangs"; -lin clang_V = mkV "clang" "clangs" "clanged" "clanged" "clanging"; -lin clang_V2 = mkV2 (mkV "clang" "clangs" "clanged" "clanged" "clanging"); -lin clanger_N = mkN "clanger" "clangers"; -lin clangorous_A = compoundA (mkA "clangorous"); -lin clangour_N = mkN "clangour" "-" {- FIXME: no plural form -}; -lin clank_N = mkN "clank" "clanks"; -lin clank_V = mkV "clank" "clanks" "clanked" "clanked" "clanking"; -lin clank_V2 = mkV2 (mkV "clank" "clanks" "clanked" "clanked" "clanking"); -lin clannish_A = compoundA (mkA "clannish"); -lin clannishly_Adv = mkAdv "clannishly"; -lin clansman_N = mkN "clansman" "clansmen" {- FIXME: guessed plural form -}; -lin clap_N = mkN "clap" "claps"; -lin clap_V = mkV "clap" "claps" "clapped" "clapped" "clapping"; -lin clap_V2 = mkV2 (mkV "clap" "claps" "clapped" "clapped" "clapping"); -lin clapboard_N = mkN "clapboard" "clapboards"; -lin clapper_N = mkN "clapper" "clappers"; -lin clapperboard_N = mkN "clapperboard" "clapperboards"; -lin claptrap_N = mkN "claptrap" "-" {- FIXME: no plural form -}; -lin claque_N = mkN "claque" "claques"; -lin clare_PN = mkPN "Clare"; -lin claret_N = mkN "claret" "clarets"; -lin clarification_N = mkN "clarification" "-" {- FIXME: no plural form -}; -lin clarify_V = mkV "clarify" "clarifies" "clarified" "clarified" "clarifying"; -lin clarify_V2 = mkV2 (mkV "clarify" "clarifies" "clarified" "clarified" "clarifying"); -lin clarinet_N = mkN "clarinet" "clarinets"; -lin clarinetist_N = mkN "clarinetist" "clarinetists"; -lin clarinettist_N = mkN "clarinettist" "clarinettists"; -lin clarion_N = mkN "clarion" "clarions"; -lin clarity_N = mkN "clarity" "-" {- FIXME: no plural form -}; -lin clarkston_PN = mkPN "Clarkston"; -lin clarrie_PN = mkPN "Clarrie"; -lin clash_N = mkN "clash" "clashes"; -lin clash_V = mkV "clash" "clashes" "clashed" "clashed" "clashing"; -lin clash_V2 = mkV2 (mkV "clash" "clashes" "clashed" "clashed" "clashing"); -lin clasp_N = mkN "clasp" "clasps"; -lin clasp_V = mkV "clasp" "clasps" "clasped" "clasped" "clasping"; -lin clasp_V2 = mkV2 (mkV "clasp" "clasps" "clasped" "clasped" "clasping"); -lin clasp_knife_N = mkN "clasp-knife" "clasp-knives" {- FIXME: guessed plural form -}; -lin class_N = mkN "class" "classes"; -lin class_V2 = mkV2 (mkV "class" "classes" "classed" "classed" "classing"); -lin class_conscious_A = compoundA (mkA "class-conscious"); -lin class_feeling_N = mkN "class-feeling" "-" {- FIXME: no plural form -}; -lin class_fellow_N = mkN "class-fellow" "class-fellows"; -lin class_list_N = mkN "class-list" "class-lists"; -lin class_warfare_N = mkN "class-warfare" "-" {- FIXME: no plural form -}; -lin classic_A = compoundA (mkA "classic"); -lin classic_N = mkN "classic" "classics"; -lin classical_A = compoundA (mkA "classical"); -lin classically_Adv = mkAdv "classically"; -lin classicism_N = mkN "classicism" "-" {- FIXME: no plural form -}; -lin classicist_N = mkN "classicist" "classicists"; -lin classics_N = mkN "classics" "classics"; -lin classifiable_A = compoundA (mkA "classifiable"); -lin classification_N = mkN "classification" "classifications"; -lin classified_A = compoundA (mkA "classified"); -lin classify_V2 = mkV2 (mkV "classify" "classifies" "classified" "classified" "classifying"); -lin classless_A = compoundA (mkA "classless"); -lin classmate_N = mkN "classmate" "classmates"; -lin classroom_N = mkN "classroom" "classrooms"; -lin classy_A = mkA "classy" "classier"; -lin clatter_N = mkN "clatter" "IRREG"; -lin clatter_V = mkV "clatter" "clatters" "clattered" "clattered" "clattering"; -lin clatter_V2 = mkV2 (mkV "clatter" "clatters" "clattered" "clattered" "clattering"); -lin claud_PN = mkPN "Claud"; -lin claude_PN = mkPN "Claude"; -lin clause_N = mkN "clause" "clauses"; -lin claustrophobia_N = mkN "claustrophobia" "-" {- FIXME: no plural form -}; -lin claustrophobic_A = compoundA (mkA "claustrophobic"); -lin clavichord_N = mkN "clavichord" "clavichords"; -lin clavicle_N = mkN "clavicle" "clavicles"; -lin claw_N = mkN "claw" "claws"; -lin claw_V2 = mkV2 (mkV "claw" "claws" "clawed" "clawed" "clawing"); -lin clawback_N = mkN "clawback" "-" {- FIXME: no plural form -}; -lin clawhammer_N = mkN "clawhammer" "clawhammers"; -lin clay_N = mkN "clay" "-" {- FIXME: no plural form -}; -lin clay_cross_PN = mkPN "Clay cross"; -lin clayey_A = compoundA (mkA "clayey"); -lin clean_A = mkA "clean" "cleaner"; -lin clean_Adv = mkAdv "clean"; -lin clean_N = mkN "clean" "cleans"; -lin clean_V = mkV "clean" "cleans" "cleaned" "cleaned" "cleaning"; -lin clean_V2 = mkV2 (mkV "clean" "cleans" "cleaned" "cleaned" "cleaning"); -lin clean_bowled_A = compoundA (mkA "clean-bowled"); -lin clean_cut_A = compoundA (mkA "clean-cut"); -lin clean_limbed_A = compoundA (mkA "clean-limbed"); -lin clean_living_A = compoundA (mkA "clean-living"); -lin clean_shaven_A = compoundA (mkA "clean-shaven"); -lin clean_up_N = mkN "clean-up" "clean-ups"; -lin cleaner_N = mkN "cleaner" "cleaners"; -lin cleanliness_N = mkN "cleanliness" "-" {- FIXME: no plural form -}; -lin cleanly_A = mkA "cleanly" "cleanlier"; -lin cleanly_Adv = mkAdv "cleanly"; -lin cleanse_V2 = mkV2 (mkV "cleanse" "cleanses" "cleansed" "cleansed" "cleansing"); -lin cleanser_N = mkN "cleanser" "cleansers"; -lin clear_A = mkA "clear" "clearer"; -lin clear_Adv = mkAdv "clear"; -lin clear_N = mkN "clear" "clears"; -lin clear_V = mkV "clear" "clears" "cleared" "cleared" "clearing"; -lin clear_V2 = mkV2 (mkV "clear" "clears" "cleared" "cleared" "clearing"); -lin clear_cut_Adv = mkAdv "clear-cut"; -lin clear_headed_A = compoundA (mkA "clear-headed"); -lin clear_sighted_A = compoundA (mkA "clear-sighted"); -lin clearance_N = mkN "clearance" "clearances"; -lin clearing_N = mkN "clearing" "clearings"; -lin clearing_house_N = mkN "clearing-house" "clearing-houses"; -lin clearly_Adv = mkAdv "clearly"; -lin clearness_N = mkN "clearness" "-" {- FIXME: no plural form -}; -lin clearway_N = mkN "clearway" "clearways"; -lin cleat_N = mkN "cleat" "cleats"; -lin cleator_moor_PN = mkPN "Cleator moor"; -lin cleavage_N = mkN "cleavage" "cleavages"; -lin cleave_V = mkV "cleave" "cleaves" "cleaved" "cleaved" "cleaving"; -lin cleave_V2 = mkV2 (mkV "cleave" "cleaves" "cleaved" "cleaved" "cleaving"); -lin cleaver_N = mkN "cleaver" "cleavers"; -lin cleethorpes_PN = mkPN "Cleethorpes"; -lin clef_N = mkN "clef" "clefs"; -lin cleft_N = mkN "cleft" "clefts"; -lin clem_PN = mkPN "Clem"; -lin clematis_N = mkN "clematis" "-" {- FIXME: no plural form -}; -lin clemency_N = mkN "clemency" "-" {- FIXME: no plural form -}; -lin clement_A = compoundA (mkA "clement"); -lin clement_PN = mkPN "Clement"; -lin clench_V2 = mkV2 (mkV "clench" "clenches" "clenched" "clenched" "clenching"); -lin clerestory_N = mkN "clerestory" "clerestories"; -lin clergy_N = mkN "clergy" "clergies"; -lin clergyman_N = mkN "clergyman" "clergymen" {- FIXME: guessed plural form -}; -lin cleric_N = mkN "cleric" "clerics"; -lin clerical_A = compoundA (mkA "clerical"); -lin clerihew_N = mkN "clerihew" "clerihews"; -lin clerk_N = mkN "clerk" "clerks"; -lin clerk_V = mkV "clerk" "clerks" "clerked" "clerked" "clerking"; -lin clermont_ferrand_PN = mkPN "Clermont-ferrand"; -lin clevedon_PN = mkPN "Clevedon"; -lin cleveland_PN = mkPN "Cleveland"; -lin clever_A = mkA "clever" "cleverer"; -lin cleverly_Adv = mkAdv "cleverly"; -lin cleverness_N = mkN "cleverness" "-" {- FIXME: no plural form -}; -lin clew_N = mkN "clew" "clews"; -lin clew_V2 = mkV2 (mkV "clew" "clews" "clewed" "clewed" "clewing"); -lin cliche_N = mkN "cliché" "clichés"; -lin click_N = mkN "click" "clicks"; -lin click_V = mkV "click" "clicks" "clicked" "clicked" "clicking"; -lin client_N = mkN "client" "clients"; -lin clientele_N = mkN "clientele" "clienteles"; -lin cliff_N = mkN "cliff" "cliffs"; -lin cliff_PN = mkPN "Cliff"; -lin cliff_hanger_N = mkN "cliff-hanger" "cliff-hangers"; -lin clifford_PN = mkPN "Clifford"; -lin climacteric_N = mkN "climacteric" "climacterics"; -lin climactic_A = compoundA (mkA "climactic"); -lin climate_N = mkN "climate" "climates"; -lin climatic_A = compoundA (mkA "climatic"); -lin climatically_Adv = mkAdv "climatically"; -lin climatology_N = mkN "climatology" "-" {- FIXME: no plural form -}; -lin climax_N = mkN "climax" "climaxes"; -lin climax_V = mkV "climax" "climaxes" "climaxed" "climaxed" "climaxing"; -lin climax_V2 = mkV2 (mkV "climax" "climaxes" "climaxed" "climaxed" "climaxing"); -lin climb_N = mkN "climb" "climbs"; -lin climb_V = mkV "climb" "climbs" "climbed" "climbed" "climbing"; -lin climb_V2 = mkV2 (mkV "climb" "climbs" "climbed" "climbed" "climbing"); -lin climb_down_N = mkN "climb-down" "climb-downs"; -lin climber_N = mkN "climber" "climbers"; -lin clime_N = mkN "clime" "climes"; -lin clinch_N = mkN "clinch" "clinches"; -lin clinch_V = mkV "clinch" "clinches" "clinched" "clinched" "clinching"; -lin clinch_V2 = mkV2 (mkV "clinch" "clinches" "clinched" "clinched" "clinching"); -lin clincher_N = mkN "clincher" "clinchers"; -lin cling_V = IrregEng.cling_V; -lin clinic_N = mkN "clinic" "clinics"; -lin clinical_A = compoundA (mkA "clinical"); -lin clinically_Adv = mkAdv "clinically"; -lin clink_N = mkN "clink" "clinks"; -lin clink_V = mkV "clink" "clinks" "clinked" "clinked" "clinking"; -lin clink_V2 = mkV2 (mkV "clink" "clinks" "clinked" "clinked" "clinking"); -lin clinker_N = mkN "clinker" "clinkers"; -lin clinker_built_A = compoundA (mkA "clinker-built"); -lin clip_N = mkN "clip" "clips"; -lin clip_V2 = mkV2 (mkV "clip" "clips" "clipped" "clipped" "clipping"); -lin clip_joint_N = mkN "clip-joint" "clip-joints"; -lin clip_on_A = compoundA (mkA "clip-on"); -lin clipper_N = mkN "clipper" "clippers"; -lin clipping_N = mkN "clipping" "clippings"; -lin clique_N = mkN "clique" "cliques"; -lin cliquish_A = compoundA (mkA "cliquish"); -lin clitheroe_PN = mkPN "Clitheroe"; -lin clitoris_N = mkN "clitoris" "clitorises"; -lin clive_PN = mkPN "Clive"; -lin cloak_N = mkN "cloak" "cloaks"; -lin cloak_V2 = mkV2 (mkV "cloak" "cloaks" "cloaked" "cloaked" "cloaking"); -lin cloakroom_N = mkN "cloakroom" "cloakrooms"; -lin clobber_N = mkN "clobber" "clobbers"; -lin clobber_V2 = mkV2 (mkV "clobber" "clobbers" "clobbered" "clobbered" "clobbering"); -lin cloche_N = mkN "cloche" "cloches"; -lin clock_N = mkN "clock" "clocks"; -lin clock_V = mkV "clock" "clocks" "clocked" "clocked" "clocking"; -lin clock_V2 = mkV2 (mkV "clock" "clocks" "clocked" "clocked" "clocking"); -lin clock_dial_N = mkN "clock-dial" "clock-dials"; -lin clock_face_N = mkN "clock-face" "clock-faces"; -lin clock_golf_N = mkN "clock-golf" "-" {- FIXME: no plural form -}; -lin clock_tower_N = mkN "clock-tower" "clock-towers"; -lin clock_watching_N = mkN "clock-watching" "-" {- FIXME: no plural form -}; -lin clockwise_Adv = mkAdv "clockwise"; -lin clockwork_N = mkN "clockwork" "clockworks"; -lin clod_N = mkN "clod" "clods"; -lin clodhopper_N = mkN "clodhopper" "clodhoppers"; -lin clog_N = mkN "clog" "clogs"; -lin clog_V = mkV "clog" "clogs" "clogged" "clogged" "clogging"; -lin clog_V2 = mkV2 (mkV "clog" "clogs" "clogged" "clogged" "clogging"); -lin clog_dance_N = mkN "clog-dance" "clog-dances"; -lin cloggy_A = mkA "cloggy" "cloggier"; -lin cloisonne_N = mkN "cloisonné" "-" {- FIXME: no plural form -}; -lin cloister_N = mkN "cloister" "cloisters"; -lin cloister_V2 = mkV2 (mkV "cloister" "cloisters" "cloistered" "cloistered" "cloistering"); -lin clone_N = mkN "clone" "clones"; -lin close_A = mkA "close" "closer"; -lin close_Adv = mkAdv "close"; -lin close_N = mkN "close" "closes"; -lin close_V = mkV "close" "closes" "closed" "closed" "closing"; -lin close_V2 = mkV2 (mkV "close" "closes" "closed" "closed" "closing"); -lin close_cropped_A = compoundA (mkA "close-cropped"); -lin close_cut_A = compoundA (mkA "close-cut"); -lin close_down_N = mkN "close-down" "close-downs"; -lin close_fisted_A = compoundA (mkA "close-fisted"); -lin close_fitting_A = compoundA (mkA "close-fitting"); -lin close_grained_A = compoundA (mkA "close-grained"); -lin close_hauled_A = compoundA (mkA "close-hauled"); -lin close_set_A = compoundA (mkA "close-set"); -lin close_up_N = mkN "close-up" "close-ups"; -lin closely_Adv = mkAdv "closely"; -lin closeness_N = mkN "closeness" "-" {- FIXME: no plural form -}; -lin closet_A = compoundA (mkA "closet"); -lin closet_N = mkN "closet" "closets"; -lin closet_V2 = mkV2 (mkV "closet" "closets" "closeted" "closeted" "closeting"); -lin closure_N = mkN "closure" "closures"; -lin clot_N = mkN "clot" "clots"; -lin clot_V = mkV "clot" "clots" "clotted" "clotted" "clotting"; -lin clot_V2 = mkV2 (mkV "clot" "clots" "clotted" "clotted" "clotting"); -lin cloth_N = mkN "cloth" "cloths"; -lin clothe_V2 = mkV2 (mkV "clothe" "clothes" "clothed" "clothed" "clothing"); -lin clothes_basket_N = mkN "clothes-basket" "clothes-baskets"; -lin clothes_hanger_N = mkN "clothes-hanger" "clothes-hangers"; -lin clothes_moth_N = mkN "clothes-moth" "clothes-moths"; -lin clothes_peg_N = mkN "clothes-peg" "clothes-pegs"; -lin clothes_pin_N = mkN "clothes-pin" "clothes-pins"; -lin clotheshorse_N = mkN "clotheshorse" "clotheshorses"; -lin clothesline_N = mkN "clothesline" "clotheslines"; -lin clothier_N = mkN "clothier" "clothiers"; -lin clothing_N = mkN "clothing" "-" {- FIXME: no plural form -}; -lin cloud_N = mkN "cloud" "clouds"; -lin cloud_V = mkV "cloud" "clouds" "clouded" "clouded" "clouding"; -lin cloud_V2 = mkV2 (mkV "cloud" "clouds" "clouded" "clouded" "clouding"); -lin cloud_bank_N = mkN "cloud-bank" "cloud-banks"; -lin cloud_capped_A = compoundA (mkA "cloud-capped"); -lin cloud_cuckoo_land_N = mkN "cloud-cuckoo-land" "IRREG"; -lin cloudburst_N = mkN "cloudburst" "cloudbursts"; -lin cloudless_A = compoundA (mkA "cloudless"); -lin cloudy_A = mkA "cloudy" "cloudier"; -lin clout_N = mkN "clout" "clouts"; -lin clout_V2 = mkV2 (mkV "clout" "clouts" "clouted" "clouted" "clouting"); -lin clove_N = mkN "clove" "cloves"; -lin clove_hitch_N = mkN "clove hitch" "clove hitches"; -lin clover_N = mkN "clover" "-" {- FIXME: no plural form -}; -lin cloverleaf_N = mkN "cloverleaf" "cloverleaves" {- FIXME: guessed plural form -}; -lin clown_N = mkN "clown" "clowns"; -lin clown_V = mkV "clown" "clowns" "clowned" "clowned" "clowning"; -lin clowne_PN = mkPN "Clowne"; -lin clownish_A = compoundA (mkA "clownish"); -lin cloy_V = mkV "cloy" "cloys" "cloyed" "cloyed" "cloying"; -lin cloy_V2 = mkV2 (mkV "cloy" "cloys" "cloyed" "cloyed" "cloying"); -lin club_N = mkN "club" "clubs"; -lin club_V = mkV "club" "clubs" "clubbed" "clubbed" "clubbing"; -lin club_V2 = mkV2 (mkV "club" "clubs" "clubbed" "clubbed" "clubbing"); -lin club_footed_A = compoundA (mkA "club-footed"); -lin clubbable_A = compoundA (mkA "clubbable"); -lin clubfoot_N = mkN "clubfoot" "clubfeet" {- FIXME: guessed plural form -}; -lin clubhouse_N = mkN "clubhouse" "clubhouses"; -lin cluck_N = mkN "cluck" "clucks"; -lin cluck_V = mkV "cluck" "clucks" "clucked" "clucked" "clucking"; -lin clue_N = mkN "clue" "clues"; -lin clump_N = mkN "clump" "clumps"; -lin clump_V = mkV "clump" "clumps" "clumped" "clumped" "clumping"; -lin clump_V2 = mkV2 (mkV "clump" "clumps" "clumped" "clumped" "clumping"); -lin clumsily_Adv = mkAdv "clumsily"; -lin clumsiness_N = mkN "clumsiness" "-" {- FIXME: no plural form -}; -lin clumsy_A = mkA "clumsy" "clumsier"; -lin clunk_N = mkN "clunk" "clunks"; -lin clunk_V = mkV "clunk" "clunks" "clunked" "clunked" "clunking"; -lin cluster_N = mkN "cluster" "clusters"; -lin cluster_V = mkV "cluster" "clusters" "clustered" "clustered" "clustering"; -lin clutch_N = mkN "clutch" "clutches"; -lin clutch_V = mkV "clutch" "clutches" "clutched" "clutched" "clutching"; -lin clutch_V2 = mkV2 (mkV "clutch" "clutches" "clutched" "clutched" "clutching"); -lin clutter_N = mkN "clutter" "clutters"; -lin clutter_V2 = mkV2 (mkV "clutter" "clutters" "cluttered" "cluttered" "cluttering"); -lin clwyd_PN = mkPN "Clwyd"; -lin clydach_PN = mkPN "Clydach"; -lin clydebank_PN = mkPN "Clydebank"; -lin cm_N = mkN "cm" "cm"; -lin co_N = mkN "co" "-" {- FIXME: no plural form -}; -lin co_ed_N = mkN "co-ed" "co-eds"; -lin co_op_N = mkN "co-op" "-" {- FIXME: no plural form -}; -lin co_opt_V2 = mkV2 (mkV "co-opt" "co-opts" "co-opted" "co-opted" "co-opting"); -lin co_respondent_N = mkN "co-respondent" "co-respondents"; -lin co_star_N = mkN "co-star" "co-stars"; -lin co_star_V = mkV "co-star" "co-stars" "co-starred" "co-starred" "co-starring"; -lin co_star_V2 = mkV2 (mkV "co-star" "co-stars" "co-starred" "co-starred" "co-starring"); -lin coach_N = mkN "coach" "coaches"; -lin coach_V = mkV "coach" "coaches" "coached" "coached" "coaching"; -lin coach_V2 = mkV2 (mkV "coach" "coaches" "coached" "coached" "coaching"); -lin coach_builder_N = mkN "coach-builder" "coach-builders"; -lin coachman_N = mkN "coachman" "coachmen" {- FIXME: guessed plural form -}; -lin coagulate_V = mkV "coagulate" "coagulates" "coagulated" "coagulated" "coagulating"; -lin coagulate_V2 = mkV2 (mkV "coagulate" "coagulates" "coagulated" "coagulated" "coagulating"); -lin coagulation_N = mkN "coagulation" "coagulations"; -lin coal_N = mkN "coal" "coals"; -lin coal_V = mkV "coal" "coals" "coaled" "coaled" "coaling"; -lin coal_V2 = mkV2 (mkV "coal" "coals" "coaled" "coaled" "coaling"); -lin coal_gas_N = mkN "coal-gas" "-" {- FIXME: no plural form -}; -lin coal_hole_N = mkN "coal-hole" "coal-holes"; -lin coal_house_N = mkN "coal-house" "coal-houses"; -lin coal_scuttle_N = mkN "coal-scuttle" "coal-scuttles"; -lin coal_seam_N = mkN "coal-seam" "coal-seams"; -lin coal_tar_N = mkN "coal-tar" "-" {- FIXME: no plural form -}; -lin coalesce_V = mkV "coalesce" "coalesces" "coalesced" "coalesced" "coalescing"; -lin coalescence_N = mkN "coalescence" "coalescences"; -lin coalface_N = mkN "coalface" "coalfaces"; -lin coalfield_N = mkN "coalfield" "coalfields"; -lin coaling_station_N = mkN "coaling-station" "coaling-stations"; -lin coalition_N = mkN "coalition" "coalitions"; -lin coalman_N = mkN "coalman" "coalmen" {- FIXME: guessed plural form -}; -lin coalmine_N = mkN "coalmine" "coalmines"; -lin coalpit_N = mkN "coalpit" "coalpits"; -lin coalville_PN = mkPN "Coalville"; -lin coaming_N = mkN "coaming" "coamings"; -lin coarse_A = mkA "coarse" "coarser"; -lin coarsely_Adv = mkAdv "coarsely"; -lin coarsen_V = mkV "coarsen" "coarsens" "coarsened" "coarsened" "coarsening"; -lin coarsen_V2 = mkV2 (mkV "coarsen" "coarsens" "coarsened" "coarsened" "coarsening"); -lin coarseness_N = mkN "coarseness" "-" {- FIXME: no plural form -}; -lin coast_N = mkN "coast" "coasts"; -lin coast_V = mkV "coast" "coasts" "coasted" "coasted" "coasting"; -lin coast_V2 = mkV2 (mkV "coast" "coasts" "coasted" "coasted" "coasting"); -lin coastal_A = compoundA (mkA "coastal"); -lin coaster_N = mkN "coaster" "coasters"; -lin coastguard_N = mkN "coastguard" "coastguards"; -lin coastline_N = mkN "coastline" "coastlines"; -lin coastwise_A = compoundA (mkA "coastwise"); -lin coastwise_Adv = mkAdv "coastwise"; -lin coat_N = mkN "coat" "coats"; -lin coat_V2 = mkV2 (mkV "coat" "coats" "coated" "coated" "coating"); -lin coat_hanger_N = mkN "coat-hanger" "coat-hangers"; -lin coatbridge_PN = mkPN "Coatbridge"; -lin coatee_N = mkN "coatee" "coatees"; -lin coating_N = mkN "coating" "coatings"; -lin coax_V = mkV "coax" "coaxes" "coaxed" "coaxed" "coaxing"; -lin coax_V2 = mkV2 (mkV "coax" "coaxes" "coaxed" "coaxed" "coaxing"); -lin coaxing_N = mkN "coaxing" "coaxings"; -lin coaxingly_Adv = mkAdv "coaxingly"; -lin cob_N = mkN "cob" "cobs"; -lin cob_nut_N = mkN "cob-nut" "cob-nuts"; -lin cobalt_N = mkN "cobalt" "-" {- FIXME: no plural form -}; -lin cobber_N = mkN "cobber" "cobbers"; -lin cobble_N = mkN "cobble" "cobbles"; -lin cobble_V2 = mkV2 (mkV "cobble" "cobbles" "cobbled" "cobbled" "cobbling"); -lin cobbler_N = mkN "cobbler" "cobblers"; -lin cobblestone_N = mkN "cobblestone" "cobblestones"; -lin cobham_PN = mkPN "Cobham"; -lin cobra_N = mkN "cobra" "cobras"; -lin cobweb_N = mkN "cobweb" "cobwebs"; -lin coca_cola_N = mkN "coca-cola" "coca-colas"; -lin cocaine_N = mkN "cocaine" "-" {- FIXME: no plural form -}; -lin cochineal_N = mkN "cochineal" "-" {- FIXME: no plural form -}; -lin cochlea_N = mkN "cochlea" "cochleas"; -lin cock_N = mkN "cock" "cocks"; -lin cock_V2 = mkV2 (mkV "cock" "cocks" "cocked" "cocked" "cocking"); -lin cock_a_doodle_doo_N = mkN "cock-a-doodle-doo" "cock-a-doodle-doos"; -lin cock_a_hoop_A = compoundA (mkA "cock-a-hoop"); -lin cock_a_hoop_Adv = mkAdv "cock-a-hoop"; -lin cock_crow_N = mkN "cock-crow" "cock-crows"; -lin cockade_N = mkN "cockade" "cockades"; -lin cockatoo_N = mkN "cockatoo" "cockatoos"; -lin cockchafer_N = mkN "cockchafer" "cockchafers"; -lin cocker_N = mkN "cocker" "cockers"; -lin cockerel_N = mkN "cockerel" "cockerels"; -lin cockermouth_PN = mkPN "Cockermouth"; -lin cockeyed_A = compoundA (mkA "cockeyed"); -lin cockfighting_N = mkN "cockfighting" "-" {- FIXME: no plural form -}; -lin cockhorse_N = mkN "cockhorse" "cockhorses"; -lin cockle_N = mkN "cockle" "cockles"; -lin cockleshell_N = mkN "cockleshell" "cockleshells"; -lin cockney_A = compoundA (mkA "cockney"); -lin cockney_N = mkN "cockney" "cockneys"; -lin cockpit_N = mkN "cockpit" "cockpits"; -lin cockroach_N = mkN "cockroach" "cockroaches"; -lin cockscomb_N = mkN "cockscomb" "cockscombs"; -lin cocksure_A = compoundA (mkA "cocksure"); -lin cocktail_N = mkN "cocktail" "cocktails"; -lin cockup_N = mkN "cockup" "cockups"; -lin cocky_A = mkA "cocky" "cockier"; -lin coco_N = mkN "coco" "cocos"; -lin cocoa_N = mkN "cocoa" "-" {- FIXME: no plural form -}; -lin coconut_N = mkN "coconut" "coconuts"; -lin cocoon_N = mkN "cocoon" "cocoons"; -lin cocoon_V2 = mkV2 (mkV "cocoon" "cocoons" "cocooned" "cocooned" "cocooning"); -lin cocotte_N = mkN "cocotte" "cocottes"; -lin cod_N = mkN "cod" "cods"; -lin cod_PN = mkPN "Cod"; -lin cod_V = mkV "cod" "cods" "codded" "codded" "codding"; -lin cod_V2 = mkV2 (mkV "cod" "cods" "codded" "codded" "codding"); -lin cod_liver_oil_N = mkN "cod-liver oil" "-" {- FIXME: no plural form -}; -lin coda_N = mkN "coda" "codas"; -lin coddle_V2 = mkV2 (mkV "coddle" "coddles" "coddled" "coddled" "coddling"); -lin code_N = mkN "code" "codes"; -lin code_V2 = mkV2 (mkV "code" "codes" "coded" "coded" "coding"); -lin codeine_N = mkN "codeine" "-" {- FIXME: no plural form -}; -lin codex_N = mkN "codex" "codices" {- FIXME: guessed plural form -}; -lin codfish_N = mkN "codfish" "codfish"; -lin codger_N = mkN "codger" "codgers"; -lin codicil_N = mkN "codicil" "codicils"; -lin codification_N = mkN "codification" "codifications"; -lin codify_V2 = mkV2 (mkV "codify" "codifies" "codified" "codified" "codifying"); -lin codling_N = mkN "codling" "codlings"; -lin codpiece_N = mkN "codpiece" "codpieces"; -lin codsall_PN = mkPN "Codsall"; -lin coeducation_N = mkN "coeducation" "-" {- FIXME: no plural form -}; -lin coeducational_A = compoundA (mkA "coeducational"); -lin coefficient_N = mkN "coefficient" "coefficients"; -lin coerce_V2 = mkV2 (mkV "coerce" "coerces" "coerced" "coerced" "coercing"); -lin coercion_N = mkN "coercion" "-" {- FIXME: no plural form -}; -lin coercive_A = compoundA (mkA "coercive"); -lin coeval_A = compoundA (mkA "coeval"); -lin coeval_N = mkN "coeval" "coevals"; -lin coexist_V = mkV "coexist" "coexists" "coexisted" "coexisted" "coexisting"; -lin coexistence_N = mkN "coexistence" "-" {- FIXME: no plural form -}; -lin coffee_N = mkN "coffee" "coffees"; -lin coffee_house_N = mkN "coffee-house" "coffee-houses"; -lin coffee_mill_N = mkN "coffee-mill" "coffee-mills"; -lin coffee_stall_N = mkN "coffee-stall" "coffee-stalls"; -lin coffer_N = mkN "coffer" "coffers"; -lin coffer_dam_N = mkN "coffer-dam" "coffer-dams"; -lin coffin_N = mkN "coffin" "coffins"; -lin cog_N = mkN "cog" "cogs"; -lin cogency_N = mkN "cogency" "-" {- FIXME: no plural form -}; -lin cogent_A = compoundA (mkA "cogent"); -lin cogitate_V = mkV "cogitate" "cogitates" "cogitated" "cogitated" "cogitating"; -lin cogitate_V2 = mkV2 (mkV "cogitate" "cogitates" "cogitated" "cogitated" "cogitating"); -lin cogitation_N = mkN "cogitation" "-" {- FIXME: no plural form -}; -lin cognac_N = mkN "cognac" "-" {- FIXME: no plural form -}; -lin cognate_A = compoundA (mkA "cognate"); -lin cognate_N = mkN "cognate" "cognates"; -lin cognition_N = mkN "cognition" "-" {- FIXME: no plural form -}; -lin cognizance_N = mkN "cognizance" "-" {- FIXME: no plural form -}; -lin cognizant_A = compoundA (mkA "cognizant"); -lin cognomen_N = mkN "cognomen" "cognomens"; -lin cogwheel_N = mkN "cogwheel" "cogwheels"; -lin cohabit_V = mkV "cohabit" "cohabits" "cohabited" "cohabited" "cohabiting"; -lin cohabitation_N = mkN "cohabitation" "cohabitations"; -lin cohere_V = mkV "cohere" "coheres" "cohered" "cohered" "cohering"; -lin coherence_N = mkN "coherence" "-" {- FIXME: no plural form -}; -lin coherency_N = mkN "coherency" "-" {- FIXME: no plural form -}; -lin coherent_A = compoundA (mkA "coherent"); -lin coherently_Adv = mkAdv "coherently"; -lin cohesion_N = mkN "cohesion" "-" {- FIXME: no plural form -}; -lin cohesive_A = compoundA (mkA "cohesive"); -lin cohort_N = mkN "cohort" "cohorts"; -lin coif_N = mkN "coif" "coifs"; -lin coiffeur_N = mkN "coiffeur" "coiffeurs"; -lin coiffure_N = mkN "coiffure" "coiffures"; -lin coign_N = mkN "coign" "coigns"; -lin coil_N = mkN "coil" "coils"; -lin coil_V = mkV "coil" "coils" "coiled" "coiled" "coiling"; -lin coil_V2 = mkV2 (mkV "coil" "coils" "coiled" "coiled" "coiling"); -lin coimbatore_PN = mkPN "Coimbatore"; -lin coin_N = mkN "coin" "coins"; -lin coin_V2 = mkV2 (mkV "coin" "coins" "coined" "coined" "coining"); -lin coinage_N = mkN "coinage" "coinages"; -lin coincide_V = mkV "coincide" "coincides" "coincided" "coincided" "coinciding"; -lin coincidence_N = mkN "coincidence" "coincidences"; -lin coincident_A = compoundA (mkA "coincident"); -lin coincidental_A = compoundA (mkA "coincidental"); -lin coiner_N = mkN "coiner" "coiners"; -lin coir_N = mkN "coir" "-" {- FIXME: no plural form -}; -lin coition_N = mkN "coition" "-" {- FIXME: no plural form -}; -lin coitus_N = mkN "coitus" "-" {- FIXME: no plural form -}; -lin coke_N = mkN "coke" "cokes"; -lin coke_V2 = mkV2 (mkV "coke" "cokes" "coked" "coked" "coking"); -lin col_N = mkN "col" "cols"; -lin col_PN = mkPN "Col"; -lin cola_N = mkN "cola" "colas"; -lin colander_N = mkN "colander" "colanders"; -lin colchester_PN = mkPN "Colchester"; -lin cold_A = mkA "cold" "colder"; -lin cold_N = mkN "cold" "colds"; -lin cold_blooded_A = compoundA (mkA "cold-blooded"); -lin cold_hearted_A = compoundA (mkA "cold-hearted"); -lin cold_shoulder_V2 = mkV2 (mkV "cold-shoulder" "cold-shoulders" "cold-shouldered" "cold-shouldered" "cold-shouldering"); -lin coldly_Adv = mkAdv "coldly"; -lin coldness_N = mkN "coldness" "-" {- FIXME: no plural form -}; -lin coleshill_PN = mkPN "Coleshill"; -lin coleslaw_N = mkN "coleslaw" "-" {- FIXME: no plural form -}; -lin colic_N = mkN "colic" "-" {- FIXME: no plural form -}; -lin colin_PN = mkPN "Colin"; -lin colitis_N = mkN "colitis" "-" {- FIXME: no plural form -}; -lin coll_PN = mkPN "Coll"; -lin collaborate_V = mkV "collaborate" "collaborates" "collaborated" "collaborated" "collaborating"; -lin collaboration_N = mkN "collaboration" "-" {- FIXME: no plural form -}; -lin collaborationist_N = mkN "collaborationist" "collaborationists"; -lin collaborator_N = mkN "collaborator" "collaborators"; -lin collage_N = mkN "collage" "collages"; -lin collapsable_A = compoundA (mkA "collapsable"); -lin collapse_N = mkN "collapse" "collapses"; -lin collapse_V = mkV "collapse" "collapses" "collapsed" "collapsed" "collapsing"; -lin collapsible_A = compoundA (mkA "collapsible"); -lin collar_N = mkN "collar" "collars"; -lin collar_V2 = mkV2 (mkV "collar" "collars" "collared" "collared" "collaring"); -lin collarbone_N = mkN "collarbone" "collarbones"; -lin collate_V2 = mkV2 (mkV "collate" "collates" "collated" "collated" "collating"); -lin collateral_A = compoundA (mkA "collateral"); -lin collateral_N = mkN "collateral" "-" {- FIXME: no plural form -}; -lin collation_N = mkN "collation" "collations"; -lin colleague_N = mkN "colleague" "colleagues"; -lin collect_A = compoundA (mkA "collect"); -lin collect_Adv = mkAdv "collect"; -lin collect_N = mkN "collect" "collects"; -lin collect_V = mkV "collect" "collects" "collected" "collected" "collecting"; -lin collect_V2 = mkV2 (mkV "collect" "collects" "collected" "collected" "collecting"); -lin collected_A = compoundA (mkA "collected"); -lin collectedly_Adv = mkAdv "collectedly"; -lin collection_N = mkN "collection" "collections"; -lin collective_A = compoundA (mkA "collective"); -lin collectivization_N = mkN "collectivization" "collectivizations"; -lin collectivize_V2 = mkV2 (mkV "collectivize" "collectivizes" "collectivized" "collectivized" "collectivizing"); -lin collector_N = mkN "collector" "collectors"; -lin colleen_N = mkN "colleen" "colleens"; -lin college_N = mkN "college" "colleges"; -lin collegiate_A = compoundA (mkA "collegiate"); -lin collide_V = mkV "collide" "collides" "collided" "collided" "colliding"; -lin collie_N = mkN "collie" "collies"; -lin collier_N = mkN "collier" "colliers"; -lin colliery_N = mkN "colliery" "collieries"; -lin collision_N = mkN "collision" "collisions"; -lin collocate_V = mkV "collocate" "collocates" "collocated" "collocated" "collocating"; -lin collocation_N = mkN "collocation" "collocations"; -lin colloquial_A = compoundA (mkA "colloquial"); -lin colloquialism_N = mkN "colloquialism" "colloquialisms"; -lin colloquially_Adv = mkAdv "colloquially"; -lin colloquy_N = mkN "colloquy" "colloquies"; -lin collusion_N = mkN "collusion" "-" {- FIXME: no plural form -}; -lin collusive_A = compoundA (mkA "collusive"); -lin colne_PN = mkPN "Colne"; -lin cologne_PN = mkPN "Cologne"; -lin colombia_PN = mkPN "Colombia"; -lin colombian_A = compoundA (mkA "colombian"); -lin colombian_N = mkN "colombian" "colombians"; -lin colombo_PN = mkPN "Colombo"; -lin colon_N = mkN "colon" "colons"; -lin colonel_N = mkN "colonel" "colonels"; -lin colonial_A = compoundA (mkA "colonial"); -lin colonial_N = mkN "colonial" "colonials"; -lin colonialism_N = mkN "colonialism" "-" {- FIXME: no plural form -}; -lin colonialist_N = mkN "colonialist" "colonialists"; -lin colonist_N = mkN "colonist" "colonists"; -lin colonization_N = mkN "colonization" "-" {- FIXME: no plural form -}; -lin colonize_V2 = mkV2 (mkV "colonize" "colonizes" "colonized" "colonized" "colonizing"); -lin colonizer_N = mkN "colonizer" "colonizers"; -lin colonnade_N = mkN "colonnade" "colonnades"; -lin colonnaded_A = compoundA (mkA "colonnaded"); -lin colony_N = mkN "colony" "colonies"; -lin colorado_PN = mkPN "Colorado"; -lin coloratura_N = mkN "coloratura" "-" {- FIXME: no plural form -}; -lin colossal_A = compoundA (mkA "colossal"); -lin colossus_N = mkN "colossus" "colossi" {- FIXME: guessed plural form -}; -lin colour_N = mkN "colour" "colours"; -lin colour_V = mkV "colour" "colours" "coloured" "coloured" "colouring"; -lin colour_V2 = mkV2 (mkV "colour" "colours" "coloured" "coloured" "colouring"); -lin colour_bar_N = mkN "colour-bar" "colour-bars"; -lin colour_blind_A = compoundA (mkA "colour-blind"); -lin colour_wash_N = mkN "colour-wash" "colour-washes"; -lin coloured_A = compoundA (mkA "coloured"); -lin colourful_A = compoundA (mkA "colourful"); -lin colouring_N = mkN "colouring" "-" {- FIXME: no plural form -}; -lin colourless_A = compoundA (mkA "colourless"); -lin colt_N = mkN "colt" "colts"; -lin coltish_A = compoundA (mkA "coltish"); -lin columbia_PN = mkPN "Columbia"; -lin columbine_N = mkN "columbine" "columbines"; -lin columbus_PN = mkPN "Columbus"; -lin column_N = mkN "column" "columns"; -lin columnist_N = mkN "columnist" "columnists"; -lin colwyn_bay_PN = mkPN "Colwyn bay"; -lin coma_N = mkN "coma" "comas"; -lin comatose_A = compoundA (mkA "comatose"); -lin comb_N = mkN "comb" "combs"; -lin comb_V = mkV "comb" "combs" "combed" "combed" "combing"; -lin comb_V2 = mkV2 (mkV "comb" "combs" "combed" "combed" "combing"); -lin comb_out_N = mkN "comb-out" "comb-outs"; -lin combat_N = mkN "combat" "combats"; -lin combat_V = mkV "combat" "combats" "combated" "combated" "combating"; -lin combat_V2 = mkV2 (mkV "combat" "combats" "combated" "combated" "combating"); -lin combatant_A = compoundA (mkA "combatant"); -lin combatant_N = mkN "combatant" "combatants"; -lin combative_A = compoundA (mkA "combative"); -lin combatively_Adv = mkAdv "combatively"; -lin combination_N = mkN "combination" "combinations"; -lin combination_lock_N = mkN "combination-lock" "combination-locks"; -lin combine_N = mkN "combine" "combines"; -lin combine_V = mkV "combine" "combines" "combined" "combined" "combining"; -lin combine_V2 = mkV2 (mkV "combine" "combines" "combined" "combined" "combining"); -lin combustible_A = compoundA (mkA "combustible"); -lin combustible_N = mkN "combustible" "combustibles"; -lin combustion_N = mkN "combustion" "-" {- FIXME: no plural form -}; -lin come_V = IrregEng.come_V; -lin come_at_able_A = compoundA (mkA "come-at-able"); -lin come_on_N = mkN "come-on" "come-ons"; -lin comeback_N = mkN "comeback" "comebacks"; -lin comedian_N = mkN "comedian" "comedians"; -lin comedienne_N = mkN "comedienne" "comediennes"; -lin comedown_N = mkN "comedown" "comedowns"; -lin comedy_N = mkN "comedy" "comedies"; -lin comeliness_N = mkN "comeliness" "-" {- FIXME: no plural form -}; -lin comely_A = mkA "comely" "comelier"; -lin comer_N = mkN "comer" "comers"; -lin comestible_N = mkN "comestible" "comestibles"; -lin comet_N = mkN "comet" "comets"; -lin comfit_N = mkN "comfit" "comfits"; -lin comfort_N = mkN "comfort" "comforts"; -lin comfort_V2 = mkV2 (mkV "comfort" "comforts" "comforted" "comforted" "comforting"); -lin comfortable_A = compoundA (mkA "comfortable"); -lin comfortably_Adv = mkAdv "comfortably"; -lin comforter_N = mkN "comforter" "comforters"; -lin comfortingly_Adv = mkAdv "comfortingly"; -lin comfortless_A = compoundA (mkA "comfortless"); -lin comfrey_N = mkN "comfrey" "-" {- FIXME: no plural form -}; -lin comfy_A = mkA "comfy" "comfier"; -lin comic_A = compoundA (mkA "comic"); -lin comic_N = mkN "comic" "comics"; -lin comical_A = compoundA (mkA "comical"); -lin comically_Adv = mkAdv "comically"; -lin coming_A = compoundA (mkA "coming"); -lin coming_N = mkN "coming" "comings"; -lin comity_N = mkN "comity" "-" {- FIXME: no plural form -}; -lin comma_N = mkN "comma" "commas"; -lin command_N = mkN "command" "commands"; -lin command_V = mkV "command" "commands" "commanded" "commanded" "commanding"; -lin command_V2 = mkV2 (mkV "command" "commands" "commanded" "commanded" "commanding"); -lin commandant_N = mkN "commandant" "commandants"; -lin commandeer_V2 = mkV2 (mkV "commandeer" "commandeers" "commandeered" "commandeered" "commandeering"); -lin commander_N = mkN "commander" "commanders"; -lin commanding_A = compoundA (mkA "commanding"); -lin commandment_N = mkN "commandment" "commandments"; -lin commando_N = mkN "commando" "commandos"; -lin commemorate_V2 = mkV2 (mkV "commemorate" "commemorates" "commemorated" "commemorated" "commemorating"); -lin commemoration_N = mkN "commemoration" "commemorations"; -lin commemorative_A = compoundA (mkA "commemorative"); -lin commence_V = mkV "commence" "commences" "commenced" "commenced" "commencing"; -lin commence_V2 = mkV2 (mkV "commence" "commences" "commenced" "commenced" "commencing"); -lin commencement_N = mkN "commencement" "commencements"; -lin commend_V2 = mkV2 (mkV "commend" "commends" "commended" "commended" "commending"); -lin commendable_A = compoundA (mkA "commendable"); -lin commendation_N = mkN "commendation" "commendations"; -lin commensurable_A = compoundA (mkA "commensurable"); -lin commensurate_A = compoundA (mkA "commensurate"); -lin comment_N = mkN "comment" "comments"; -lin comment_V = mkV "comment" "comments" "commented" "commented" "commenting"; -lin commentary_N = mkN "commentary" "commentaries"; -lin commentate_V = mkV "commentate" "commentates" "commentated" "commentated" "commentating"; -lin commentator_N = mkN "commentator" "commentators"; -lin commerce_N = mkN "commerce" "-" {- FIXME: no plural form -}; -lin commercial_A = compoundA (mkA "commercial"); -lin commercial_N = mkN "commercial" "commercials"; -lin commercialism_N = mkN "commercialism" "-" {- FIXME: no plural form -}; -lin commercialize_V2 = mkV2 (mkV "commercialize" "commercializes" "commercialized" "commercialized" "commercializing"); -lin commercially_Adv = mkAdv "commercially"; -lin commination_N = mkN "commination" "comminations"; -lin comminatory_A = compoundA (mkA "comminatory"); -lin commingle_V = mkV "commingle" "commingles" "commingled" "commingled" "commingling"; -lin commingle_V2 = mkV2 (mkV "commingle" "commingles" "commingled" "commingled" "commingling"); -lin commiserate_V = mkV "commiserate" "commiserates" "commiserated" "commiserated" "commiserating"; -lin commiseration_N = mkN "commiseration" "commiserations"; -lin commissar_N = mkN "commissar" "commissars"; -lin commissariat_N = mkN "commissariat" "commissariats"; -lin commissary_N = mkN "commissary" "commissaries"; -lin commission_N = mkN "commission" "commissions"; -lin commission_V2 = mkV2 (mkV "commission" "commissions" "commissioned" "commissioned" "commissioning"); -lin commissionaire_N = mkN "commissionaire" "commissionaires"; -lin commissioned_A = compoundA (mkA "commissioned"); -lin commissioner_N = mkN "commissioner" "commissioners"; -lin commit_V2 = mkV2 (mkV "commit" "commits" "committed" "committed" "committing"); -lin commital_N = mkN "commital" "commitals"; -lin commitment_N = mkN "commitment" "commitments"; -lin committee_N = mkN "committee" "committees"; -lin commode_N = mkN "commode" "commodes"; -lin commodious_A = compoundA (mkA "commodious"); -lin commodity_N = mkN "commodity" "commodities"; -lin commodore_N = mkN "commodore" "commodores"; -lin common_A = mkA "common" "commoner"; -lin common_N = mkN "common" "commons"; -lin common_room_N = mkN "common-room" "common-rooms"; -lin commonalty_N = mkN "commonalty" "commonalties"; -lin commoner_N = mkN "commoner" "commoners"; -lin commonly_Adv = mkAdv "commonly"; -lin commonplace_A = compoundA (mkA "commonplace"); -lin commonplace_N = mkN "commonplace" "commonplaces"; -lin commonwealth_N = mkN "commonwealth" "commonwealths"; -lin commotion_N = mkN "commotion" "commotions"; -lin communal_A = compoundA (mkA "communal"); -lin communally_Adv = mkAdv "communally"; -lin commune_N = mkN "commune" "communes"; -lin commune_V = mkV "commune" "communes" "communed" "communed" "communing"; -lin communicable_A = compoundA (mkA "communicable"); -lin communicant_N = mkN "communicant" "communicants"; -lin communicate_V = mkV "communicate" "communicates" "communicated" "communicated" "communicating"; -lin communicate_V2 = mkV2 (mkV "communicate" "communicates" "communicated" "communicated" "communicating"); -lin communication_N = mkN "communication" "communications"; -lin communicative_A = compoundA (mkA "communicative"); -lin communion_N = mkN "communion" "communions"; -lin communique_N = mkN "communiqué" "communiqués"; -lin communism_N = mkN "communism" "-" {- FIXME: no plural form -}; -lin communist_A = compoundA (mkA "communist"); -lin communist_N = mkN "communist" "communists"; -lin community_N = mkN "community" "communities"; -lin commutable_A = compoundA (mkA "commutable"); -lin commutation_N = mkN "commutation" "commutations"; -lin commutator_N = mkN "commutator" "commutators"; -lin commute_V = mkV "commute" "commutes" "commuted" "commuted" "commuting"; -lin commute_V2 = mkV2 (mkV "commute" "commutes" "commuted" "commuted" "commuting"); -lin commuter_N = mkN "commuter" "commuters"; -lin compact_A = compoundA (mkA "compact"); -lin compact_N = mkN "compact" "compacts"; -lin compact_V2 = mkV2 (mkV "compact" "compacts" "compacted" "compacted" "compacting"); -lin compactly_Adv = mkAdv "compactly"; -lin compactness_N = mkN "compactness" "-" {- FIXME: no plural form -}; -lin companion_N = mkN "companion" "companions"; -lin companionable_A = compoundA (mkA "companionable"); -lin companionship_N = mkN "companionship" "-" {- FIXME: no plural form -}; -lin companionway_N = mkN "companionway" "companionways"; -lin company_N = mkN "company" "companies"; -lin comparability_N = mkN "comparability" "-" {- FIXME: no plural form -}; -lin comparable_A = compoundA (mkA "comparable"); -lin comparative_A = compoundA (mkA "comparative"); -lin comparative_N = mkN "comparative" "comparatives"; -lin comparatively_Adv = mkAdv "comparatively"; -lin compare_N = mkN "compare" "compares"; -lin compare_V = mkV "compare" "compares" "compared" "compared" "comparing"; -lin compare_V2 = mkV2 (mkV "compare" "compares" "compared" "compared" "comparing"); -lin comparison_N = mkN "comparison" "comparisons"; -lin compartment_N = mkN "compartment" "compartments"; -lin compartmentalize_V2 = mkV2 (mkV "compartmentalize" "compartmentalizes" "compartmentalized" "compartmentalized" "compartmentalizing"); -lin compass_N = mkN "compass" "compasses"; -lin compass_V2 = mkV2 (mkV "compass" "compasses" "compassed" "compassed" "compassing"); -lin compassion_N = mkN "compassion" "-" {- FIXME: no plural form -}; -lin compassionate_A = compoundA (mkA "compassionate"); -lin compassionately_Adv = mkAdv "compassionately"; -lin compatibility_N = mkN "compatibility" "-" {- FIXME: no plural form -}; -lin compatible_A = compoundA (mkA "compatible"); -lin compatibly_Adv = mkAdv "compatibly"; -lin compatriot_N = mkN "compatriot" "compatriots"; -lin compeer_N = mkN "compeer" "compeers"; -lin compel_V2 = mkV2 (mkV "compel" "compels" "compelled" "compelled" "compelling"); -lin compendious_A = compoundA (mkA "compendious"); -lin compendium_N = mkN "compendium" "compendiums"; -lin compensate_V = mkV "compensate" "compensates" "compensated" "compensated" "compensating"; -lin compensate_V2 = mkV2 (mkV "compensate" "compensates" "compensated" "compensated" "compensating"); -lin compensation_N = mkN "compensation" "compensations"; -lin compensatory_A = compoundA (mkA "compensatory"); -lin compete_V = mkV "compete" "competes" "competed" "competed" "competing"; -lin competence_N = mkN "competence" "-" {- FIXME: no plural form -}; -lin competent_A = compoundA (mkA "competent"); -lin competently_Adv = mkAdv "competently"; -lin competition_N = mkN "competition" "competitions"; -lin competitive_A = compoundA (mkA "competitive"); -lin competitiveness_N = mkN "competitiveness" "-" {- FIXME: no plural form -}; -lin competitor_N = mkN "competitor" "competitors"; -lin compilation_N = mkN "compilation" "compilations"; -lin compile_V2 = mkV2 (mkV "compile" "compiles" "compiled" "compiled" "compiling"); -lin compiler_N = mkN "compiler" "compilers"; -lin complacence_N = mkN "complacence" "-" {- FIXME: no plural form -}; -lin complacency_N = mkN "complacency" "-" {- FIXME: no plural form -}; -lin complacent_A = compoundA (mkA "complacent"); -lin complacently_Adv = mkAdv "complacently"; -lin complain_V = mkV "complain" "complains" "complained" "complained" "complaining"; -lin complainant_N = mkN "complainant" "complainants"; -lin complainingly_Adv = mkAdv "complainingly"; -lin complaint_N = mkN "complaint" "complaints"; -lin complaisance_N = mkN "complaisance" "-" {- FIXME: no plural form -}; -lin complaisant_A = compoundA (mkA "complaisant"); -lin complement_N = mkN "complement" "complements"; -lin complement_V2 = mkV2 (mkV "complement" "complements" "complemented" "complemented" "complementing"); -lin complementary_A = compoundA (mkA "complementary"); -lin complete_A = compoundA (mkA "complete"); -lin complete_V2 = mkV2 (mkV "complete" "completes" "completed" "completed" "completing"); -lin completely_Adv = mkAdv "completely"; -lin completeness_N = mkN "completeness" "-" {- FIXME: no plural form -}; -lin completion_N = mkN "completion" "-" {- FIXME: no plural form -}; -lin complex_A = compoundA (mkA "complex"); -lin complex_N = mkN "complex" "complexes"; -lin complexion_N = mkN "complexion" "complexions"; -lin complexity_N = mkN "complexity" "complexities"; -lin compliance_N = mkN "compliance" "-" {- FIXME: no plural form -}; -lin compliant_A = compoundA (mkA "compliant"); -lin complicate_V2 = mkV2 (mkV "complicate" "complicates" "complicated" "complicated" "complicating"); -lin complicated_A = compoundA (mkA "complicated"); -lin complication_N = mkN "complication" "complications"; -lin complicity_N = mkN "complicity" "-" {- FIXME: no plural form -}; -lin compliment_N = mkN "compliment" "compliments"; -lin compliment_V2 = mkV2 (mkV "compliment" "compliments" "complimented" "complimented" "complimenting"); -lin complimentary_A = compoundA (mkA "complimentary"); -lin complin_N = mkN "complin" "complins"; -lin compline_N = mkN "compline" "complines"; -lin comply_V2 = mkV2 (mkV "comply" "complies" "complied" "complied" "complying"); -lin component_A = compoundA (mkA "component"); -lin component_N = mkN "component" "components"; -lin comport_V = mkV "comport" "comports" "comported" "comported" "comporting"; -lin comport_V2 = mkV2 (mkV "comport" "comports" "comported" "comported" "comporting"); -lin comportment_N = mkN "comportment" "comportments"; -lin compos_mentis_A = compoundA (mkA "compos mentis"); -lin compose_V = mkV "compose" "composes" "composed" "composed" "composing"; -lin compose_V2 = mkV2 (mkV "compose" "composes" "composed" "composed" "composing"); -lin composed_A = compoundA (mkA "composed"); -lin composedly_Adv = mkAdv "composedly"; -lin composer_N = mkN "composer" "composers"; -lin composite_A = compoundA (mkA "composite"); -lin composition_N = mkN "composition" "compositions"; -lin compositor_N = mkN "compositor" "compositors"; -lin compost_N = mkN "compost" "-" {- FIXME: no plural form -}; -lin compost_V2 = mkV2 (mkV "compost" "composts" "composted" "composted" "composting"); -lin composure_N = mkN "composure" "-" {- FIXME: no plural form -}; -lin compote_N = mkN "compote" "compotes"; -lin compound_A = compoundA (mkA "compound"); -lin compound_N = mkN "compound" "compounds"; -lin compound_V = mkV "compound" "compounds" "compounded" "compounded" "compounding"; -lin compound_V2 = mkV2 (mkV "compound" "compounds" "compounded" "compounded" "compounding"); -lin comprehend_V2 = mkV2 (mkV "comprehend" "comprehends" "comprehended" "comprehended" "comprehending"); -lin comprehensibility_N = mkN "comprehensibility" "-" {- FIXME: no plural form -}; -lin comprehensible_A = compoundA (mkA "comprehensible"); -lin comprehension_N = mkN "comprehension" "comprehensions"; -lin comprehensive_A = compoundA (mkA "comprehensive"); -lin comprehensively_Adv = mkAdv "comprehensively"; -lin comprehensiveness_N = mkN "comprehensiveness" "-" {- FIXME: no plural form -}; -lin compress_N = mkN "compress" "compresses"; -lin compress_V2 = mkV2 (mkV "compress" "compresses" "compressed" "compressed" "compressing"); -lin compression_N = mkN "compression" "-" {- FIXME: no plural form -}; -lin compressor_N = mkN "compressor" "compressors"; -lin comprise_V2 = mkV2 (mkV "comprise" "comprises" "comprised" "comprised" "comprising"); -lin compromise_N = mkN "compromise" "compromises"; -lin compromise_V = mkV "compromise" "compromises" "compromised" "compromised" "compromising"; -lin compromise_V2 = mkV2 (mkV "compromise" "compromises" "compromised" "compromised" "compromising"); -lin comptroller_N = mkN "comptroller" "comptrollers"; -lin compulsion_N = mkN "compulsion" "-" {- FIXME: no plural form -}; -lin compulsive_A = compoundA (mkA "compulsive"); -lin compulsively_Adv = mkAdv "compulsively"; -lin compulsorily_Adv = mkAdv "compulsorily"; -lin compulsory_A = compoundA (mkA "compulsory"); -lin compunction_N = mkN "compunction" "-" {- FIXME: no plural form -}; -lin computation_N = mkN "computation" "computations"; -lin computational_A = compoundA (mkA "computational"); -lin computationally_Adv = mkAdv "computationally"; -lin compute_V = mkV "compute" "computes" "computed" "computed" "computing"; -lin compute_V2 = mkV2 (mkV "compute" "computes" "computed" "computed" "computing"); -lin computer_N = mkN "computer" "computers"; -lin computerize_V2 = mkV2 (mkV "computerize" "computerizes" "computerized" "computerized" "computerizing"); -lin compere_N = mkN "compère" "compères"; -lin compere_V2 = mkV2 (mkV "compère" "compères" "compèred" "compèred" "compèring"); -lin comrade_N = mkN "comrade" "comrades"; -lin comradely_Adv = mkAdv "comradely"; -lin comradeship_N = mkN "comradeship" "comradeships"; -lin con_Adv = mkAdv "con"; -lin con_N = mkN "con" "cons"; -lin con_V2 = mkV2 (mkV "con" "cons" "conned" "conned" "conning"); -lin con_man_N = mkN "con-man" "con-men" {- FIXME: guessed plural form -}; -lin concatenation_N = mkN "concatenation" "concatenations"; -lin concave_A = compoundA (mkA "concave"); -lin concavity_N = mkN "concavity" "concavities"; -lin conceal_V2 = mkV2 (mkV "conceal" "conceals" "concealed" "concealed" "concealing"); -lin concealment_N = mkN "concealment" "-" {- FIXME: no plural form -}; -lin concede_V2 = mkV2 (mkV "concede" "concedes" "conceded" "conceded" "conceding"); -lin conceit_N = mkN "conceit" "conceits"; -lin conceited_A = compoundA (mkA "conceited"); -lin conceitedly_Adv = mkAdv "conceitedly"; -lin conceivable_A = compoundA (mkA "conceivable"); -lin conceivably_Adv = mkAdv "conceivably"; -lin conceive_V = mkV "conceive" "conceives" "conceived" "conceived" "conceiving"; -lin conceive_V2 = mkV2 (mkV "conceive" "conceives" "conceived" "conceived" "conceiving"); -lin concentrate_N = mkN "concentrate" "concentrates"; -lin concentrate_V = mkV "concentrate" "concentrates" "concentrated" "concentrated" "concentrating"; -lin concentrate_V2 = mkV2 (mkV "concentrate" "concentrates" "concentrated" "concentrated" "concentrating"); -lin concentrated_A = compoundA (mkA "concentrated"); -lin concentration_N = mkN "concentration" "concentrations"; -lin concentric_A = compoundA (mkA "concentric"); -lin concept_N = mkN "concept" "concepts"; -lin conception_N = mkN "conception" "conceptions"; -lin conceptual_A = compoundA (mkA "conceptual"); -lin conceptually_Adv = mkAdv "conceptually"; -lin concern_N = mkN "concern" "concerns"; -lin concern_V2 = mkV2 (mkV "concern" "concerns" "concerned" "concerned" "concerning"); -lin concerned_A = compoundA (mkA "concerned"); -lin concernedly_Adv = mkAdv "concernedly"; -lin concert_N = mkN "concert" "concerts"; -lin concert_V2 = mkV2 (mkV "concert" "concerts" "concerted" "concerted" "concerting"); -lin concert_hall_N = mkN "concert-hall" "concert-halls"; -lin concerted_A = compoundA (mkA "concerted"); -lin concertina_N = mkN "concertina" "concertinas"; -lin concerto_N = mkN "concerto" "concertos"; -lin concession_N = mkN "concession" "concessions"; -lin concessionaire_N = mkN "concessionaire" "concessionaires"; -lin concessive_A = compoundA (mkA "concessive"); -lin conch_N = mkN "conch" "conches"; -lin conchology_N = mkN "conchology" "-" {- FIXME: no plural form -}; -lin concierge_N = mkN "concierge" "concierges"; -lin conciliate_V2 = mkV2 (mkV "conciliate" "conciliates" "conciliated" "conciliated" "conciliating"); -lin conciliation_N = mkN "conciliation" "-" {- FIXME: no plural form -}; -lin conciliatory_A = compoundA (mkA "conciliatory"); -lin concise_A = compoundA (mkA "concise"); -lin concisely_Adv = mkAdv "concisely"; -lin conciseness_N = mkN "conciseness" "-" {- FIXME: no plural form -}; -lin conclave_N = mkN "conclave" "conclaves"; -lin conclude_V = mkV "conclude" "concludes" "concluded" "concluded" "concluding"; -lin conclude_V2 = mkV2 (mkV "conclude" "concludes" "concluded" "concluded" "concluding"); -lin conclusion_N = mkN "conclusion" "conclusions"; -lin conclusive_A = compoundA (mkA "conclusive"); -lin conclusively_Adv = mkAdv "conclusively"; -lin concoct_V2 = mkV2 (mkV "concoct" "concocts" "concocted" "concocted" "concocting"); -lin concoction_N = mkN "concoction" "concoctions"; -lin concomitant_A = compoundA (mkA "concomitant"); -lin concomitant_N = mkN "concomitant" "concomitants"; -lin concord_N = mkN "concord" "concords"; -lin concordance_N = mkN "concordance" "concordances"; -lin concordant_A = compoundA (mkA "concordant"); -lin concordat_N = mkN "concordat" "concordats"; -lin concourse_N = mkN "concourse" "concourses"; -lin concrete_A = compoundA (mkA "concrete"); -lin concrete_N = mkN "concrete" "-" {- FIXME: no plural form -}; -lin concrete_V = mkV "concrete" "concretes" "concreted" "concreted" "concreting"; -lin concrete_V2 = mkV2 (mkV "concrete" "concretes" "concreted" "concreted" "concreting"); -lin concretely_Adv = mkAdv "concretely"; -lin concretion_N = mkN "concretion" "concretions"; -lin concubine_N = mkN "concubine" "concubines"; -lin concupiscence_N = mkN "concupiscence" "-" {- FIXME: no plural form -}; -lin concur_V = mkV "concur" "concurs" "concurred" "concurred" "concurring"; -lin concurrence_N = mkN "concurrence" "concurrences"; -lin concurrent_A = compoundA (mkA "concurrent"); -lin concurrently_Adv = mkAdv "concurrently"; -lin concuss_V2 = mkV2 (mkV "concuss" "concusses" "concussed" "concussed" "concussing"); -lin concussion_N = mkN "concussion" "concussions"; -lin condemn_V2 = mkV2 (mkV "condemn" "condemns" "condemned" "condemned" "condemning"); -lin condemnation_N = mkN "condemnation" "condemnations"; -lin condensation_N = mkN "condensation" "condensations"; -lin condense_V = mkV "condense" "condenses" "condensed" "condensed" "condensing"; -lin condense_V2 = mkV2 (mkV "condense" "condenses" "condensed" "condensed" "condensing"); -lin condenser_N = mkN "condenser" "condensers"; -lin condescend_V = mkV "condescend" "condescends" "condescended" "condescended" "condescending"; -lin condescending_A = compoundA (mkA "condescending"); -lin condescendingly_Adv = mkAdv "condescendingly"; -lin condescension_N = mkN "condescension" "condescensions"; -lin condign_A = compoundA (mkA "condign"); -lin condiment_N = mkN "condiment" "condiments"; -lin condition_N = mkN "condition" "conditions"; -lin condition_V2 = mkV2 (mkV "condition" "conditions" "conditioned" "conditioned" "conditioning"); -lin conditional_A = compoundA (mkA "conditional"); -lin conditionally_Adv = mkAdv "conditionally"; -lin conditioned_A = compoundA (mkA "conditioned"); -lin conditioner_N = mkN "conditioner" "conditioners"; -lin condole_V = mkV "condole" "condoles" "condoled" "condoled" "condoling"; -lin condolence_N = mkN "condolence" "condolences"; -lin condominium_N = mkN "condominium" "condominiums"; -lin condonation_N = mkN "condonation" "condonations"; -lin condone_V2 = mkV2 (mkV "condone" "condones" "condoned" "condoned" "condoning"); -lin condor_N = mkN "condor" "condors"; -lin conduce_V = mkV "conduce" "conduces" "conduced" "conduced" "conducing"; -lin conducive_A = compoundA (mkA "conducive"); -lin conduct_N = mkN "conduct" "-" {- FIXME: no plural form -}; -lin conduct_V = mkV "conduct" "conducts" "conducted" "conducted" "conducting"; -lin conduct_V2 = mkV2 (mkV "conduct" "conducts" "conducted" "conducted" "conducting"); -lin conduction_N = mkN "conduction" "-" {- FIXME: no plural form -}; -lin conductive_A = compoundA (mkA "conductive"); -lin conductivity_N = mkN "conductivity" "conductivities"; -lin conductor_N = mkN "conductor" "conductors"; -lin conductress_N = mkN "conductress" "conductresses"; -lin conduit_N = mkN "conduit" "conduits"; -lin cone_N = mkN "cone" "cones"; -lin cone_V2 = mkV2 (mkV "cone" "cones" "coned" "coned" "coning"); -lin coney_N = mkN "coney" "coneys"; -lin confab_N = mkN "confab" "confabs"; -lin confab_V = mkV "confab" "confabs" "confabbed" "confabbed" "confabbing"; -lin confabulate_V = mkV "confabulate" "confabulates" "confabulated" "confabulated" "confabulating"; -lin confabulation_N = mkN "confabulation" "confabulations"; -lin confection_N = mkN "confection" "confections"; -lin confectioner_N = mkN "confectioner" "confectioners"; -lin confectionery_N = mkN "confectionery" "confectioneries"; -lin confederacy_N = mkN "confederacy" "confederacies"; -lin confederate_A = compoundA (mkA "confederate"); -lin confederate_N = mkN "confederate" "confederates"; -lin confederate_V = mkV "confederate" "confederates" "confederated" "confederated" "confederating"; -lin confederate_V2 = mkV2 (mkV "confederate" "confederates" "confederated" "confederated" "confederating"); -lin confederation_N = mkN "confederation" "confederations"; -lin confer_V = mkV "confer" "confers" "conferred" "conferred" "conferring"; -lin confer_V2 = mkV2 (mkV "confer" "confers" "conferred" "conferred" "conferring"); -lin conference_N = mkN "conference" "conferences"; -lin conferment_N = mkN "conferment" "conferments"; -lin confess_V = mkV "confess" "confesses" "confessed" "confessed" "confessing"; -lin confess_V2 = mkV2 (mkV "confess" "confesses" "confessed" "confessed" "confessing"); -lin confessedly_Adv = mkAdv "confessedly"; -lin confession_N = mkN "confession" "confessions"; -lin confessional_N = mkN "confessional" "confessionals"; -lin confessor_N = mkN "confessor" "confessors"; -lin confetti_N = mkN "confetti" "confetti"; -lin confidant_N = mkN "confidant" "confidants"; -lin confide_V = mkV "confide" "confides" "confided" "confided" "confiding"; -lin confide_V2 = mkV2 (mkV "confide" "confides" "confided" "confided" "confiding"); -lin confidence_N = mkN "confidence" "confidences"; -lin confident_A = compoundA (mkA "confident"); -lin confidential_A = compoundA (mkA "confidential"); -lin confidentiality_N = mkN "confidentiality" "confidentialities"; -lin confidentially_Adv = mkAdv "confidentially"; -lin confidently_Adv = mkAdv "confidently"; -lin confiding_A = compoundA (mkA "confiding"); -lin confidingly_Adv = mkAdv "confidingly"; -lin configuration_N = mkN "configuration" "configurations"; -lin configure_V2 = mkV2 (mkV "configure" "configures" "configured" "configured" "configuring"); -lin configured_A = compoundA (mkA "configured"); -lin confine_V2 = mkV2 (mkV "confine" "confines" "confined" "confined" "confining"); -lin confined_A = compoundA (mkA "confined"); -lin confinement_N = mkN "confinement" "confinements"; -lin confirm_V2 = mkV2 (mkV "confirm" "confirms" "confirmed" "confirmed" "confirming"); -lin confirmation_N = mkN "confirmation" "confirmations"; -lin confirmed_A = compoundA (mkA "confirmed"); -lin confiscate_V2 = mkV2 (mkV "confiscate" "confiscates" "confiscated" "confiscated" "confiscating"); -lin confiscation_N = mkN "confiscation" "confiscations"; -lin conflagration_N = mkN "conflagration" "conflagrations"; -lin conflict_N = mkN "conflict" "conflicts"; -lin conflict_V = mkV "conflict" "conflicts" "conflicted" "conflicted" "conflicting"; -lin conflicting_A = compoundA (mkA "conflicting"); -lin confluence_N = mkN "confluence" "confluences"; -lin confluent_A = compoundA (mkA "confluent"); -lin conform_V = mkV "conform" "conforms" "conformed" "conformed" "conforming"; -lin conform_V2 = mkV2 (mkV "conform" "conforms" "conformed" "conformed" "conforming"); -lin conformable_A = compoundA (mkA "conformable"); -lin conformation_N = mkN "conformation" "conformations"; -lin conformist_N = mkN "conformist" "conformists"; -lin conformity_N = mkN "conformity" "-" {- FIXME: no plural form -}; -lin confound_V2 = mkV2 (mkV "confound" "confounds" "confounded" "confounded" "confounding"); -lin confounded_A = compoundA (mkA "confounded"); -lin confoundedly_Adv = mkAdv "confoundedly"; -lin confront_V2 = mkV2 (mkV "confront" "confronts" "confronted" "confronted" "confronting"); -lin confrontation_N = mkN "confrontation" "confrontations"; -lin confrere_N = mkN "confrère" "confrères"; -lin confucian_A = compoundA (mkA "confucian"); -lin confucian_N = mkN "confucian" "confucians"; -lin confuse_V2 = mkV2 (mkV "confuse" "confuses" "confused" "confused" "confusing"); -lin confusedly_Adv = mkAdv "confusedly"; -lin confusion_N = mkN "confusion" "-" {- FIXME: no plural form -}; -lin confutation_N = mkN "confutation" "confutations"; -lin confute_V2 = mkV2 (mkV "confute" "confutes" "confuted" "confuted" "confuting"); -lin congeal_V = mkV "congeal" "congeals" "congealed" "congealed" "congealing"; -lin congeal_V2 = mkV2 (mkV "congeal" "congeals" "congealed" "congealed" "congealing"); -lin congenial_A = compoundA (mkA "congenial"); -lin congenially_Adv = mkAdv "congenially"; -lin congenital_A = compoundA (mkA "congenital"); -lin conger_N = mkN "conger" "congers"; -lin conger_eel_N = mkN "conger-eel" "conger-eels"; -lin congested_A = compoundA (mkA "congested"); -lin congestion_N = mkN "congestion" "-" {- FIXME: no plural form -}; -lin congleton_PN = mkPN "Congleton"; -lin conglomerate_A = compoundA (mkA "conglomerate"); -lin conglomerate_N = mkN "conglomerate" "conglomerates"; -lin conglomerate_V = mkV "conglomerate" "conglomerates" "conglomerated" "conglomerated" "conglomerating"; -lin conglomerate_V2 = mkV2 (mkV "conglomerate" "conglomerates" "conglomerated" "conglomerated" "conglomerating"); -lin conglomeration_N = mkN "conglomeration" "conglomerations"; -lin congo_PN = mkPN "Congo"; -lin congolese_A = compoundA (mkA "congolese"); -lin congolese_N = mkN "congolese" "congolese"; -lin congratulate_V2 = mkV2 (mkV "congratulate" "congratulates" "congratulated" "congratulated" "congratulating"); -lin congratulation_N = mkN "congratulation" "congratulations"; -lin congratulatory_A = compoundA (mkA "congratulatory"); -lin congregate_V = mkV "congregate" "congregates" "congregated" "congregated" "congregating"; -lin congregate_V2 = mkV2 (mkV "congregate" "congregates" "congregated" "congregated" "congregating"); -lin congregation_N = mkN "congregation" "congregations"; -lin congregational_A = compoundA (mkA "congregational"); -lin congress_N = mkN "congress" "congresses"; -lin congressional_A = compoundA (mkA "congressional"); -lin congressman_N = mkN "congressman" "congressmen" {- FIXME: guessed plural form -}; -lin congresswoman_N = mkN "congresswoman" "congresswomen" {- FIXME: guessed plural form -}; -lin congruent_A = compoundA (mkA "congruent"); -lin congruous_A = compoundA (mkA "congruous"); -lin conge_N = mkN "congé" "congés"; -lin conic_A = compoundA (mkA "conic"); -lin conical_A = compoundA (mkA "conical"); -lin conifer_N = mkN "conifer" "conifers"; -lin coniferous_A = compoundA (mkA "coniferous"); -lin conjectural_A = compoundA (mkA "conjectural"); -lin conjecture_N = mkN "conjecture" "conjectures"; -lin conjecture_V = mkV "conjecture" "conjectures" "conjectured" "conjectured" "conjecturing"; -lin conjecture_V2 = mkV2 (mkV "conjecture" "conjectures" "conjectured" "conjectured" "conjecturing"); -lin conjoin_V = mkV "conjoin" "conjoins" "conjoined" "conjoined" "conjoining"; -lin conjoin_V2 = mkV2 (mkV "conjoin" "conjoins" "conjoined" "conjoined" "conjoining"); -lin conjoint_A = compoundA (mkA "conjoint"); -lin conjointly_Adv = mkAdv "conjointly"; -lin conjugal_A = compoundA (mkA "conjugal"); -lin conjugally_Adv = mkAdv "conjugally"; -lin conjugate_V = mkV "conjugate" "conjugates" "conjugated" "conjugated" "conjugating"; -lin conjugate_V2 = mkV2 (mkV "conjugate" "conjugates" "conjugated" "conjugated" "conjugating"); -lin conjugation_N = mkN "conjugation" "conjugations"; -lin conjunction_N = mkN "conjunction" "conjunctions"; -lin conjunctive_A = compoundA (mkA "conjunctive"); -lin conjunctive_N = mkN "conjunctive" "conjunctives"; -lin conjuncture_N = mkN "conjuncture" "conjunctures"; -lin conjuration_N = mkN "conjuration" "conjurations"; -lin conjure_V = mkV "conjure" "conjures" "conjured" "conjured" "conjuring"; -lin conjure_V2 = mkV2 (mkV "conjure" "conjures" "conjured" "conjured" "conjuring"); -lin conjurer_N = mkN "conjurer" "conjurers"; -lin conjuror_N = mkN "conjuror" "conjurors"; -lin conk_N = mkN "conk" "conks"; -lin conk_V = mkV "conk" "conks" "conked" "conked" "conking"; -lin conker_N = mkN "conker" "conkers"; -lin connah's_quay_PN = mkPN "Connah's quay"; -lin connaught_PN = mkPN "Connaught"; -lin connect_V = mkV "connect" "connects" "connected" "connected" "connecting"; -lin connect_V2 = mkV2 (mkV "connect" "connects" "connected" "connected" "connecting"); -lin connecticut_PN = mkPN "Connecticut"; -lin connection_N = mkN "connection" "connections"; -lin connective_A = compoundA (mkA "connective"); -lin connective_N = mkN "connective" "connectives"; -lin connexion_N = mkN "connexion" "connexions"; -lin connie_PN = mkPN "Connie"; -lin conning_A = compoundA (mkA "conning"); -lin connivance_N = mkN "connivance" "-" {- FIXME: no plural form -}; -lin connive_V = mkV "connive" "connives" "connived" "connived" "conniving"; -lin connoisseur_N = mkN "connoisseur" "connoisseurs"; -lin connotation_N = mkN "connotation" "connotations"; -lin connote_V2 = mkV2 (mkV "connote" "connotes" "connoted" "connoted" "connoting"); -lin connubial_A = compoundA (mkA "connubial"); -lin conquer_V2 = mkV2 (mkV "conquer" "conquers" "conquered" "conquered" "conquering"); -lin conqueror_N = mkN "conqueror" "conquerors"; -lin conquest_N = mkN "conquest" "conquests"; -lin conquistador_N = mkN "conquistador" "conquistadors"; -lin cons_PN = mkPN "Cons"; -lin consanguinity_N = mkN "consanguinity" "-" {- FIXME: no plural form -}; -lin conscience_N = mkN "conscience" "consciences"; -lin conscience_smitten_A = compoundA (mkA "conscience-smitten"); -lin conscientious_A = compoundA (mkA "conscientious"); -lin conscientiously_Adv = mkAdv "conscientiously"; -lin conscientiousness_N = mkN "conscientiousness" "-" {- FIXME: no plural form -}; -lin conscious_A = compoundA (mkA "conscious"); -lin consciously_Adv = mkAdv "consciously"; -lin consciousness_N = mkN "consciousness" "-" {- FIXME: no plural form -}; -lin conscript_N = mkN "conscript" "conscripts"; -lin conscript_V2 = mkV2 (mkV "conscript" "conscripts" "conscripted" "conscripted" "conscripting"); -lin conscription_N = mkN "conscription" "-" {- FIXME: no plural form -}; -lin consecrate_V2 = mkV2 (mkV "consecrate" "consecrates" "consecrated" "consecrated" "consecrating"); -lin consecration_N = mkN "consecration" "consecrations"; -lin consecutive_A = compoundA (mkA "consecutive"); -lin consecutively_Adv = mkAdv "consecutively"; -lin consensus_N = mkN "consensus" "consensi" {- FIXME: guessed plural form -}; -lin consent_N = mkN "consent" "-" {- FIXME: no plural form -}; -lin consent_V = mkV "consent" "consents" "consented" "consented" "consenting"; -lin consequence_N = mkN "consequence" "consequences"; -lin consequent_A = compoundA (mkA "consequent"); -lin consequential_A = compoundA (mkA "consequential"); -lin consequentially_Adv = mkAdv "consequentially"; -lin consequently_Adv = mkAdv "consequently"; -lin conservancy_N = mkN "conservancy" "conservancies"; -lin conservation_N = mkN "conservation" "-" {- FIXME: no plural form -}; -lin conservatism_N = mkN "conservatism" "-" {- FIXME: no plural form -}; -lin conservative_A = compoundA (mkA "conservative"); -lin conservative_N = mkN "conservative" "conservatives"; -lin conservatively_Adv = mkAdv "conservatively"; -lin conservatoire_N = mkN "conservatoire" "conservatoires"; -lin conservatory_N = mkN "conservatory" "conservatories"; -lin conserve_N = mkN "conserve" "conserves"; -lin conserve_V2 = mkV2 (mkV "conserve" "conserves" "conserved" "conserved" "conserving"); -lin consett_PN = mkPN "Consett"; -lin consider_V2 = mkV2 (mkV "consider" "considers" "considered" "considered" "considering"); -lin considerable_A = compoundA (mkA "considerable"); -lin considerably_Adv = mkAdv "considerably"; -lin considerate_A = compoundA (mkA "considerate"); -lin considerately_Adv = mkAdv "considerately"; -lin considerateness_N = mkN "considerateness" "-" {- FIXME: no plural form -}; -lin consideration_N = mkN "consideration" "considerations"; -lin consign_V2 = mkV2 (mkV "consign" "consigns" "consigned" "consigned" "consigning"); -lin consignee_N = mkN "consignee" "consignees"; -lin consigner_N = mkN "consigner" "consigners"; -lin consignment_N = mkN "consignment" "consignments"; -lin consignor_N = mkN "consignor" "consignors"; -lin consist_V = mkV "consist" "consists" "consisted" "consisted" "consisting"; -lin consistence_N = mkN "consistence" "-" {- FIXME: no plural form -}; -lin consistency_N = mkN "consistency" "consistencies"; -lin consistent_A = compoundA (mkA "consistent"); -lin consistently_Adv = mkAdv "consistently"; -lin consistory_N = mkN "consistory" "consistories"; -lin consolable_A = compoundA (mkA "consolable"); -lin consolation_N = mkN "consolation" "consolations"; -lin consolatory_A = compoundA (mkA "consolatory"); -lin console_N = mkN "console" "consoles"; -lin console_V2 = mkV2 (mkV "console" "consoles" "consoled" "consoled" "consoling"); -lin consolidate_V = mkV "consolidate" "consolidates" "consolidated" "consolidated" "consolidating"; -lin consolidate_V2 = mkV2 (mkV "consolidate" "consolidates" "consolidated" "consolidated" "consolidating"); -lin consolidation_N = mkN "consolidation" "consolidations"; -lin consomme_N = mkN "consommé" "consommés"; -lin consonance_N = mkN "consonance" "-" {- FIXME: no plural form -}; -lin consonant_A = compoundA (mkA "consonant"); -lin consonant_N = mkN "consonant" "consonants"; -lin consort_N = mkN "consort" "consorts"; -lin consort_V = mkV "consort" "consorts" "consorted" "consorted" "consorting"; -lin consortium_N = mkN "consortium" "consortia" {- FIXME: guessed plural form -}; -lin conspectus_N = mkN "conspectus" "conspectuses"; -lin conspicuous_A = compoundA (mkA "conspicuous"); -lin conspicuously_Adv = mkAdv "conspicuously"; -lin conspicuousness_N = mkN "conspicuousness" "-" {- FIXME: no plural form -}; -lin conspiracy_N = mkN "conspiracy" "conspiracies"; -lin conspirator_N = mkN "conspirator" "conspirators"; -lin conspiratorial_A = compoundA (mkA "conspiratorial"); -lin conspire_V = mkV "conspire" "conspires" "conspired" "conspired" "conspiring"; -lin conspire_V2 = mkV2 (mkV "conspire" "conspires" "conspired" "conspired" "conspiring"); -lin constable_N = mkN "constable" "constables"; -lin constabulary_N = mkN "constabulary" "constabularies"; -lin constance_PN = mkPN "Constance"; -lin constancy_N = mkN "constancy" "-" {- FIXME: no plural form -}; -lin constant_A = compoundA (mkA "constant"); -lin constant_N = mkN "constant" "constants"; -lin constantly_Adv = mkAdv "constantly"; -lin constellation_N = mkN "constellation" "constellations"; -lin consternation_N = mkN "consternation" "-" {- FIXME: no plural form -}; -lin constipate_V2 = mkV2 (mkV "constipate" "constipates" "constipated" "constipated" "constipating"); -lin constipated_A = compoundA (mkA "constipated"); -lin constipation_N = mkN "constipation" "-" {- FIXME: no plural form -}; -lin constituency_N = mkN "constituency" "constituencies"; -lin constituent_A = compoundA (mkA "constituent"); -lin constituent_N = mkN "constituent" "constituents"; -lin constitute_V2 = mkV2 (mkV "constitute" "constitutes" "constituted" "constituted" "constituting"); -lin constitution_N = mkN "constitution" "constitutions"; -lin constitutional_A = compoundA (mkA "constitutional"); -lin constitutional_N = mkN "constitutional" "constitutionals"; -lin constitutionalism_N = mkN "constitutionalism" "-" {- FIXME: no plural form -}; -lin constitutionalist_N = mkN "constitutionalist" "constitutionalists"; -lin constitutionalize_V2 = mkV2 (mkV "constitutionalize" "constitutionalizes" "constitutionalized" "constitutionalized" "constitutionalizing"); -lin constitutionally_Adv = mkAdv "constitutionally"; -lin constitutive_A = compoundA (mkA "constitutive"); -lin constrain_V2 = mkV2 (mkV "constrain" "constrains" "constrained" "constrained" "constraining"); -lin constrained_A = compoundA (mkA "constrained"); -lin constrainedly_Adv = mkAdv "constrainedly"; -lin constraint_N = mkN "constraint" "constraints"; -lin constrict_V2 = mkV2 (mkV "constrict" "constricts" "constricted" "constricted" "constricting"); -lin constriction_N = mkN "constriction" "constrictions"; -lin construct_V2 = mkV2 (mkV "construct" "constructs" "constructed" "constructed" "constructing"); -lin construction_N = mkN "construction" "constructions"; -lin constructional_A = compoundA (mkA "constructional"); -lin constructive_A = compoundA (mkA "constructive"); -lin constructively_Adv = mkAdv "constructively"; -lin constructor_N = mkN "constructor" "constructors"; -lin construe_V = mkV "construe" "construes" "construed" "construed" "construing"; -lin construe_V2 = mkV2 (mkV "construe" "construes" "construed" "construed" "construing"); -lin consubstantiation_N = mkN "consubstantiation" "-" {- FIXME: no plural form -}; -lin consul_N = mkN "consul" "consuls"; -lin consular_A = compoundA (mkA "consular"); -lin consulate_N = mkN "consulate" "consulates"; -lin consulship_N = mkN "consulship" "consulships"; -lin consult_V = mkV "consult" "consults" "consulted" "consulted" "consulting"; -lin consult_V2 = mkV2 (mkV "consult" "consults" "consulted" "consulted" "consulting"); -lin consultant_N = mkN "consultant" "consultants"; -lin consultation_N = mkN "consultation" "consultations"; -lin consultative_A = compoundA (mkA "consultative"); -lin consume_V = mkV "consume" "consumes" "consumed" "consumed" "consuming"; -lin consume_V2 = mkV2 (mkV "consume" "consumes" "consumed" "consumed" "consuming"); -lin consumer_N = mkN "consumer" "consumers"; -lin consuming_A = compoundA (mkA "consuming"); -lin consummate_A = compoundA (mkA "consummate"); -lin consummate_V2 = mkV2 (mkV "consummate" "consummates" "consummated" "consummated" "consummating"); -lin consummation_N = mkN "consummation" "consummations"; -lin consumption_N = mkN "consumption" "-" {- FIXME: no plural form -}; -lin consumptive_A = compoundA (mkA "consumptive"); -lin consumptive_N = mkN "consumptive" "consumptives"; -lin cont_PN = mkPN "Cont"; -lin contact_N = mkN "contact" "contacts"; -lin contact_V2 = mkV2 (mkV "contact" "contacts" "contacted" "contacted" "contacting"); -lin contagion_N = mkN "contagion" "contagions"; -lin contagious_A = compoundA (mkA "contagious"); -lin contagiously_Adv = mkAdv "contagiously"; -lin contain_V2 = mkV2 (mkV "contain" "contains" "contained" "contained" "containing"); -lin container_N = mkN "container" "containers"; -lin containment_N = mkN "containment" "-" {- FIXME: no plural form -}; -lin contaminant_N = mkN "contaminant" "contaminants"; -lin contaminate_V2 = mkV2 (mkV "contaminate" "contaminates" "contaminated" "contaminated" "contaminating"); -lin contamination_N = mkN "contamination" "contaminations"; -lin contemn_V2 = mkV2 (mkV "contemn" "contemns" "contemned" "contemned" "contemning"); -lin contemplate_V = mkV "contemplate" "contemplates" "contemplated" "contemplated" "contemplating"; -lin contemplate_V2 = mkV2 (mkV "contemplate" "contemplates" "contemplated" "contemplated" "contemplating"); -lin contemplation_N = mkN "contemplation" "-" {- FIXME: no plural form -}; -lin contemplative_A = compoundA (mkA "contemplative"); -lin contemporaneous_A = compoundA (mkA "contemporaneous"); -lin contemporaneously_Adv = mkAdv "contemporaneously"; -lin contemporary_A = compoundA (mkA "contemporary"); -lin contemporary_N = mkN "contemporary" "contemporaries"; -lin contempt_N = mkN "contempt" "-" {- FIXME: no plural form -}; -lin contemptible_A = compoundA (mkA "contemptible"); -lin contemptuous_A = compoundA (mkA "contemptuous"); -lin contemptuously_Adv = mkAdv "contemptuously"; -lin contend_V = mkV "contend" "contends" "contended" "contended" "contending"; -lin contend_V2 = mkV2 (mkV "contend" "contends" "contended" "contended" "contending"); -lin contender_N = mkN "contender" "contenders"; -lin content_A = compoundA (mkA "content"); -lin content_N = mkN "content" "contents"; -lin content_V2 = mkV2 (mkV "content" "contents" "contented" "contented" "contenting"); -lin contented_A = compoundA (mkA "contented"); -lin contentedly_Adv = mkAdv "contentedly"; -lin contention_N = mkN "contention" "contentions"; -lin contentious_A = compoundA (mkA "contentious"); -lin contentment_N = mkN "contentment" "-" {- FIXME: no plural form -}; -lin conterminous_A = compoundA (mkA "conterminous"); -lin contest_N = mkN "contest" "contests"; -lin contest_V = mkV "contest" "contests" "contested" "contested" "contesting"; -lin contest_V2 = mkV2 (mkV "contest" "contests" "contested" "contested" "contesting"); -lin contestant_N = mkN "contestant" "contestants"; -lin context_N = mkN "context" "contexts"; -lin contextual_A = compoundA (mkA "contextual"); -lin contiguity_N = mkN "contiguity" "-" {- FIXME: no plural form -}; -lin contiguous_A = compoundA (mkA "contiguous"); -lin contiguously_Adv = mkAdv "contiguously"; -lin continence_N = mkN "continence" "-" {- FIXME: no plural form -}; -lin continent_A = compoundA (mkA "continent"); -lin continent_N = mkN "continent" "continents"; -lin continental_A = compoundA (mkA "continental"); -lin contingency_N = mkN "contingency" "contingencies"; -lin contingent_A = compoundA (mkA "contingent"); -lin contingent_N = mkN "contingent" "contingents"; -lin continual_A = compoundA (mkA "continual"); -lin continually_Adv = mkAdv "continually"; -lin continuance_N = mkN "continuance" "IRREG"; -lin continuation_N = mkN "continuation" "continuations"; -lin continue_V = mkV "continue" "continues" "continued" "continued" "continuing"; -lin continue_V2 = mkV2 (mkV "continue" "continues" "continued" "continued" "continuing"); -lin continuity_N = mkN "continuity" "-" {- FIXME: no plural form -}; -lin continuous_A = compoundA (mkA "continuous"); -lin continuously_Adv = mkAdv "continuously"; -lin contort_V2 = mkV2 (mkV "contort" "contorts" "contorted" "contorted" "contorting"); -lin contortion_N = mkN "contortion" "contortions"; -lin contortionist_N = mkN "contortionist" "contortionists"; -lin contour_N = mkN "contour" "contours"; -lin contour_V2 = mkV2 (mkV "contour" "contours" "contoured" "contoured" "contouring"); -lin contraband_N = mkN "contraband" "-" {- FIXME: no plural form -}; -lin contrabass_N = mkN "contrabass" "contrabasses"; -lin contraception_N = mkN "contraception" "-" {- FIXME: no plural form -}; -lin contraceptive_A = compoundA (mkA "contraceptive"); -lin contraceptive_N = mkN "contraceptive" "contraceptives"; -lin contract_N = mkN "contract" "contracts"; -lin contract_V = mkV "contract" "contracts" "contracted" "contracted" "contracting"; -lin contract_V2 = mkV2 (mkV "contract" "contracts" "contracted" "contracted" "contracting"); -lin contractible_A = compoundA (mkA "contractible"); -lin contractile_A = compoundA (mkA "contractile"); -lin contraction_N = mkN "contraction" "contractions"; -lin contractor_N = mkN "contractor" "contractors"; -lin contractual_A = compoundA (mkA "contractual"); -lin contradict_V2 = mkV2 (mkV "contradict" "contradicts" "contradicted" "contradicted" "contradicting"); -lin contradiction_N = mkN "contradiction" "contradictions"; -lin contradictory_A = compoundA (mkA "contradictory"); -lin contradistinction_N = mkN "contradistinction" "contradistinctions"; -lin contradistinguish_V2 = mkV2 (mkV "contradistinguish" "contradistinguishes" "contradistinguished" "contradistinguished" "contradistinguishing"); -lin contralto_N = mkN "contralto" "contraltos"; -lin contraption_N = mkN "contraption" "contraptions"; -lin contrapuntal_A = compoundA (mkA "contrapuntal"); -lin contrariety_N = mkN "contrariety" "contrarieties"; -lin contrarily_Adv = mkAdv "contrarily"; -lin contrariness_N = mkN "contrariness" "-" {- FIXME: no plural form -}; -lin contrariwise_Adv = mkAdv "contrariwise"; -lin contrary_A = compoundA (mkA "contrary"); -lin contrary_N = mkN "contrary" "contraries"; -lin contrast_N = mkN "contrast" "contrasts"; -lin contrast_V = mkV "contrast" "contrasts" "contrasted" "contrasted" "contrasting"; -lin contrast_V2 = mkV2 (mkV "contrast" "contrasts" "contrasted" "contrasted" "contrasting"); -lin contrastingly_Adv = mkAdv "contrastingly"; -lin contravene_V2 = mkV2 (mkV "contravene" "contravenes" "contravened" "contravened" "contravening"); -lin contravention_N = mkN "contravention" "contraventions"; -lin contretemps_N = mkN "contretemps" "contretemps"; -lin contribute_V = mkV "contribute" "contributes" "contributed" "contributed" "contributing"; -lin contribute_V2 = mkV2 (mkV "contribute" "contributes" "contributed" "contributed" "contributing"); -lin contribution_N = mkN "contribution" "contributions"; -lin contributor_N = mkN "contributor" "contributors"; -lin contributory_A = compoundA (mkA "contributory"); -lin contrite_A = compoundA (mkA "contrite"); -lin contritely_Adv = mkAdv "contritely"; -lin contrition_N = mkN "contrition" "-" {- FIXME: no plural form -}; -lin contrivance_N = mkN "contrivance" "contrivances"; -lin contrive_V = mkV "contrive" "contrives" "contrived" "contrived" "contriving"; -lin contrive_V2 = mkV2 (mkV "contrive" "contrives" "contrived" "contrived" "contriving"); -lin contriver_N = mkN "contriver" "contrivers"; -lin control_N = mkN "control" "controls"; -lin control_V2 = mkV2 (mkV "control" "controls" "controlled" "controlled" "controlling"); -lin controllable_A = compoundA (mkA "controllable"); -lin controller_N = mkN "controller" "controllers"; -lin controversial_A = compoundA (mkA "controversial"); -lin controversialist_N = mkN "controversialist" "controversialists"; -lin controversially_Adv = mkAdv "controversially"; -lin controversy_N = mkN "controversy" "controversies"; -lin controvert_V2 = mkV2 (mkV "controvert" "controverts" "controverted" "controverted" "controverting"); -lin contumacious_A = compoundA (mkA "contumacious"); -lin contumaciously_Adv = mkAdv "contumaciously"; -lin contumacy_N = mkN "contumacy" "contumacies"; -lin contumelious_A = compoundA (mkA "contumelious"); -lin contumeliously_Adv = mkAdv "contumeliously"; -lin contumely_N = mkN "contumely" "contumelies"; -lin contuse_V2 = mkV2 (mkV "contuse" "contuses" "contused" "contused" "contusing"); -lin contusion_N = mkN "contusion" "contusions"; -lin conundrum_N = mkN "conundrum" "conundrums"; -lin conurbation_N = mkN "conurbation" "conurbations"; -lin convalesce_V = mkV "convalesce" "convalesces" "convalesced" "convalesced" "convalescing"; -lin convalescence_N = mkN "convalescence" "-" {- FIXME: no plural form -}; -lin convalescent_A = compoundA (mkA "convalescent"); -lin convalescent_N = mkN "convalescent" "convalescents"; -lin convection_N = mkN "convection" "-" {- FIXME: no plural form -}; -lin convector_N = mkN "convector" "convectors"; -lin convene_V = mkV "convene" "convenes" "convened" "convened" "convening"; -lin convene_V2 = mkV2 (mkV "convene" "convenes" "convened" "convened" "convening"); -lin convener_N = mkN "convener" "conveners"; -lin convenience_N = mkN "convenience" "conveniences"; -lin convenient_A = compoundA (mkA "convenient"); -lin conveniently_Adv = mkAdv "conveniently"; -lin convent_N = mkN "convent" "convents"; -lin conventicle_N = mkN "conventicle" "conventicles"; -lin convention_N = mkN "convention" "conventions"; -lin conventional_A = compoundA (mkA "conventional"); -lin conventionality_N = mkN "conventionality" "conventionalities"; -lin conventionally_Adv = mkAdv "conventionally"; -lin converge_V = mkV "converge" "converges" "converged" "converged" "converging"; -lin convergence_N = mkN "convergence" "convergences"; -lin convergent_A = compoundA (mkA "convergent"); -lin conversant_A = compoundA (mkA "conversant"); -lin conversation_N = mkN "conversation" "conversations"; -lin conversational_A = compoundA (mkA "conversational"); -lin conversationalist_N = mkN "conversationalist" "conversationalists"; -lin conversationally_Adv = mkAdv "conversationally"; -lin converse_A = compoundA (mkA "converse"); -lin converse_N = mkN "converse" "IRREG"; -lin converse_V = mkV "converse" "converses" "conversed" "conversed" "conversing"; -lin conversely_Adv = mkAdv "conversely"; -lin conversion_N = mkN "conversion" "conversions"; -lin convert_N = mkN "convert" "converts"; -lin convert_V2 = mkV2 (mkV "convert" "converts" "converted" "converted" "converting"); -lin converted_A = compoundA (mkA "converted"); -lin converter_N = mkN "converter" "converters"; -lin convertibility_N = mkN "convertibility" "-" {- FIXME: no plural form -}; -lin convertible_A = compoundA (mkA "convertible"); -lin convertible_N = mkN "convertible" "convertibles"; -lin convex_A = compoundA (mkA "convex"); -lin convexity_N = mkN "convexity" "-" {- FIXME: no plural form -}; -lin convexly_Adv = mkAdv "convexly"; -lin convey_V2 = mkV2 (mkV "convey" "conveys" "conveyed" "conveyed" "conveying"); -lin conveyance_N = mkN "conveyance" "conveyances"; -lin conveyancer_N = mkN "conveyancer" "conveyancers"; -lin conveyer_N = mkN "conveyer" "conveyers"; -lin conveyer_belt_N = mkN "conveyer-belt" "conveyer-belts"; -lin conveyor_N = mkN "conveyor" "conveyors"; -lin convict_N = mkN "convict" "convicts"; -lin convict_V2 = mkV2 (mkV "convict" "convicts" "convicted" "convicted" "convicting"); -lin conviction_N = mkN "conviction" "convictions"; -lin convince_V2 = mkV2 (mkV "convince" "convinces" "convinced" "convinced" "convincing"); -lin convincible_A = compoundA (mkA "convincible"); -lin convincing_A = compoundA (mkA "convincing"); -lin convincingly_Adv = mkAdv "convincingly"; -lin convivial_A = compoundA (mkA "convivial"); -lin conviviality_N = mkN "conviviality" "convivialities"; -lin convivially_Adv = mkAdv "convivially"; -lin convocation_N = mkN "convocation" "convocations"; -lin convoke_V2 = mkV2 (mkV "convoke" "convokes" "convoked" "convoked" "convoking"); -lin convoluted_A = compoundA (mkA "convoluted"); -lin convolution_N = mkN "convolution" "convolutions"; -lin convolvulus_N = mkN "convolvulus" "convolvuluses"; -lin convoy_N = mkN "convoy" "convoys"; -lin convoy_V2 = mkV2 (mkV "convoy" "convoys" "convoyed" "convoyed" "convoying"); -lin convulse_V2 = mkV2 (mkV "convulse" "convulses" "convulsed" "convulsed" "convulsing"); -lin convulsion_N = mkN "convulsion" "convulsions"; -lin convulsive_A = compoundA (mkA "convulsive"); -lin convulsively_Adv = mkAdv "convulsively"; -lin conwy_PN = mkPN "Conwy"; -lin cony_N = mkN "cony" "conies"; -lin coo_N = mkN "coo" "coos"; -lin coo_V = mkV "coo" "coos" "cooed" "cooed" "cooing"; -lin coo_V2 = mkV2 (mkV "coo" "coos" "cooed" "cooed" "cooing"); -lin cook_N = mkN "cook" "cooks"; -lin cook_V = mkV "cook" "cooks" "cooked" "cooked" "cooking"; -lin cook_V2 = mkV2 (mkV "cook" "cooks" "cooked" "cooked" "cooking"); -lin cookbook_N = mkN "cookbook" "cookbooks"; -lin cooker_N = mkN "cooker" "cookers"; -lin cookery_N = mkN "cookery" "-" {- FIXME: no plural form -}; -lin cookery_book_N = mkN "cookery-book" "cookery-books"; -lin cookham_PN = mkPN "Cookham"; -lin cookhouse_N = mkN "cookhouse" "cookhouses"; -lin cookie_N = mkN "cookie" "cookies"; -lin cooking_N = mkN "cooking" "-" {- FIXME: no plural form -}; -lin cooky_N = mkN "cooky" "cookies"; -lin cool_A = mkA "cool" "cooler"; -lin cool_N = mkN "cool" "-" {- FIXME: no plural form -}; -lin cool_V = mkV "cool" "cools" "cooled" "cooled" "cooling"; -lin cool_V2 = mkV2 (mkV "cool" "cools" "cooled" "cooled" "cooling"); -lin cool_headed_A = compoundA (mkA "cool-headed"); -lin coolant_N = mkN "coolant" "coolants"; -lin cooler_N = mkN "cooler" "coolers"; -lin coolie_N = mkN "coolie" "coolies"; -lin cooling_tower_N = mkN "cooling-tower" "cooling-towers"; -lin coolly_Adv = mkAdv "coolly"; -lin coolness_N = mkN "coolness" "-" {- FIXME: no plural form -}; -lin coon_N = mkN "coon" "coons"; -lin coop_N = mkN "coop" "coops"; -lin coop_V2 = mkV2 (mkV "coop" "coops" "cooped" "cooped" "cooping"); -lin cooper_N = mkN "cooper" "coopers"; -lin cooperate_V = mkV "cooperate" "cooperates" "cooperated" "cooperated" "cooperating"; -lin cooperation_N = mkN "cooperation" "-" {- FIXME: no plural form -}; -lin cooperative_A = compoundA (mkA "cooperative"); -lin cooperative_N = mkN "cooperative" "cooperatives"; -lin cooperator_N = mkN "cooperator" "cooperators"; -lin coordinate_A = compoundA (mkA "coordinate"); -lin coordinate_N = mkN "coordinate" "coordinates"; -lin coordinate_V2 = mkV2 (mkV "coordinate" "coordinates" "coordinated" "coordinated" "coordinating"); -lin coordinately_Adv = mkAdv "coordinately"; -lin coordination_N = mkN "coordination" "coordinations"; -lin coordinator_N = mkN "coordinator" "coordinators"; -lin coot_N = mkN "coot" "coots"; -lin cop_N = mkN "cop" "cops"; -lin cop_V = mkV "cop" "cops" "copped" "copped" "copping"; -lin cop_V2 = mkV2 (mkV "cop" "cops" "copped" "copped" "copping"); -lin cop_out_N = mkN "cop-out" "cop-outs"; -lin copartner_N = mkN "copartner" "copartners"; -lin copartnership_N = mkN "copartnership" "copartnerships"; -lin cope_N = mkN "cope" "copes"; -lin cope_V = mkV "cope" "copes" "coped" "coped" "coping"; -lin copeck_N = mkN "copeck" "copecks"; -lin copenhagen_PN = mkPN "Copenhagen"; -lin copernican_A = compoundA (mkA "copernican"); -lin coping_N = mkN "coping" "copings"; -lin coping_stone_N = mkN "coping-stone" "coping-stones"; -lin copious_A = compoundA (mkA "copious"); -lin copiously_Adv = mkAdv "copiously"; -lin copper_N = mkN "copper" "coppers"; -lin copper_V2 = mkV2 (mkV "copper" "coppers" "coppered" "coppered" "coppering"); -lin copper_bottom_V2 = mkV2 (mkV "copper-bottom" "copper-bottoms" "copper-bottomed" "copper-bottomed" "copper-bottoming"); -lin copper_bottomed_A = compoundA (mkA "copper-bottomed"); -lin copperhead_N = mkN "copperhead" "copperheads"; -lin copperplate_N = mkN "copperplate" "-" {- FIXME: no plural form -}; -lin coppersmith_N = mkN "coppersmith" "coppersmiths"; -lin coppice_N = mkN "coppice" "coppices"; -lin coppull_PN = mkPN "Coppull"; -lin copra_N = mkN "copra" "-" {- FIXME: no plural form -}; -lin copse_N = mkN "copse" "copses"; -lin copt_A = compoundA (mkA "copt"); -lin copt_N = mkN "copt" "copts"; -lin coptic_N = mkN "coptic" "coptics"; -lin copula_N = mkN "copula" "copulas"; -lin copulate_V = mkV "copulate" "copulates" "copulated" "copulated" "copulating"; -lin copulation_N = mkN "copulation" "copulations"; -lin copulative_A = compoundA (mkA "copulative"); -lin copulative_N = mkN "copulative" "copulatives"; -lin copy_N = mkN "copy" "copies"; -lin copy_V = mkV "copy" "copies" "copied" "copied" "copying"; -lin copy_V2 = mkV2 (mkV "copy" "copies" "copied" "copied" "copying"); -lin copybook_N = mkN "copybook" "copybooks"; -lin copycat_N = mkN "copycat" "copycats"; -lin copyhold_N = mkN "copyhold" "-" {- FIXME: no plural form -}; -lin copyholder_N = mkN "copyholder" "copyholders"; -lin copyist_N = mkN "copyist" "copyists"; -lin copyright_N = mkN "copyright" "copyrights"; -lin copyright_V2 = mkV2 (mkV "copyright" "copyrights" "copyrighted" "copyrighted" "copyrighting"); -lin copywriter_N = mkN "copywriter" "copywriters"; -lin coquetry_N = mkN "coquetry" "coquetries"; -lin coquette_N = mkN "coquette" "coquettes"; -lin coquettish_A = compoundA (mkA "coquettish"); -lin coquettishly_Adv = mkAdv "coquettishly"; -lin cor_anglais_N = mkN "cor anglais" "cor anglaes" {- FIXME: guessed plural form -}; -lin coracle_N = mkN "coracle" "coracles"; -lin coral_A = compoundA (mkA "coral"); -lin coral_N = mkN "coral" "corals"; -lin coral_reef_N = mkN "coral-reef" "coral-reefs"; -lin corbel_N = mkN "corbel" "corbels"; -lin corby_PN = mkPN "Corby"; -lin cord_N = mkN "cord" "cords"; -lin cord_V2 = mkV2 (mkV "cord" "cords" "corded" "corded" "cording"); -lin cordage_N = mkN "cordage" "-" {- FIXME: no plural form -}; -lin cordial_A = compoundA (mkA "cordial"); -lin cordial_N = mkN "cordial" "cordials"; -lin cordiality_N = mkN "cordiality" "cordialities"; -lin cordially_Adv = mkAdv "cordially"; -lin cordite_N = mkN "cordite" "-" {- FIXME: no plural form -}; -lin cordoba_PN = mkPN "Cordoba"; -lin cordon_N = mkN "cordon" "cordons"; -lin cordon_V2 = mkV2 (mkV "cordon" "cordons" "cordoned" "cordoned" "cordoning"); -lin cordon_bleu_A = compoundA (mkA "cordon bleu"); -lin corduroy_N = mkN "corduroy" "-" {- FIXME: no plural form -}; -lin core_N = mkN "core" "cores"; -lin core_V2 = mkV2 (mkV "core" "cores" "cored" "cored" "coring"); -lin coreligionist_N = mkN "coreligionist" "coreligionists"; -lin corgi_N = mkN "corgi" "corgis"; -lin corinthian_A = compoundA (mkA "corinthian"); -lin corinthian_N = mkN "corinthian" "corinthians"; -lin cork_N = mkN "cork" "corks"; -lin cork_PN = mkPN "Cork"; -lin cork_V2 = mkV2 (mkV "cork" "corks" "corked" "corked" "corking"); -lin corkage_N = mkN "corkage" "-" {- FIXME: no plural form -}; -lin corked_A = compoundA (mkA "corked"); -lin corker_N = mkN "corker" "corkers"; -lin corkscrew_N = mkN "corkscrew" "corkscrews"; -lin corm_N = mkN "corm" "corms"; -lin cormorant_N = mkN "cormorant" "cormorants"; -lin corn_N = mkN "corn" "corns"; -lin corn_V2 = mkV2 (mkV "corn" "corns" "corned" "corned" "corning"); -lin corn_exchange_N = mkN "corn-exchange" "corn-exchanges"; -lin corncob_N = mkN "corncob" "corncobs"; -lin corncrake_N = mkN "corncrake" "corncrakes"; -lin cornea_N = mkN "cornea" "corneas"; -lin cornelian_N = mkN "cornelian" "cornelians"; -lin corner_N = mkN "corner" "corners"; -lin corner_V = mkV "corner" "corners" "cornered" "cornered" "cornering"; -lin corner_V2 = mkV2 (mkV "corner" "corners" "cornered" "cornered" "cornering"); -lin corner_kick_N = mkN "corner-kick" "corner-kicks"; -lin cornered_A = compoundA (mkA "cornered"); -lin cornerstone_N = mkN "cornerstone" "cornerstones"; -lin cornet_N = mkN "cornet" "cornets"; -lin cornflake_N = mkN "cornflake" "cornflakes"; -lin cornflour_N = mkN "cornflour" "-" {- FIXME: no plural form -}; -lin cornflower_N = mkN "cornflower" "cornflowers"; -lin cornice_N = mkN "cornice" "cornices"; -lin cornpone_N = mkN "cornpone" "-" {- FIXME: no plural form -}; -lin cornstarch_N = mkN "cornstarch" "-" {- FIXME: no plural form -}; -lin cornucopia_N = mkN "cornucopia" "cornucopias"; -lin cornwall_PN = mkPN "Cornwall"; -lin corny_A = mkA "corny" "cornier"; -lin corolla_N = mkN "corolla" "corollas"; -lin corollary_N = mkN "corollary" "corollaries"; -lin corona_N = mkN "corona" "coronas"; -lin coronary_A = compoundA (mkA "coronary"); -lin coronary_N = mkN "coronary" "coronaries"; -lin coronation_N = mkN "coronation" "coronations"; -lin coroner_N = mkN "coroner" "coroners"; -lin coronet_N = mkN "coronet" "coronets"; -lin corp_PN = mkPN "Corp"; -lin corporal_A = compoundA (mkA "corporal"); -lin corporal_N = mkN "corporal" "corporals"; -lin corporate_A = compoundA (mkA "corporate"); -lin corporation_N = mkN "corporation" "corporations"; -lin corporeal_A = compoundA (mkA "corporeal"); -lin corps_N = mkN "corps" "IRREG"; -lin corps_de_ballet_N = mkN "corps de ballet" "IRREG"; -lin corps_diplomatique_N = mkN "corps diplomatique" "IRREG"; -lin corpse_N = mkN "corpse" "corpses"; -lin corpulence_N = mkN "corpulence" "-" {- FIXME: no plural form -}; -lin corpulent_A = compoundA (mkA "corpulent"); -lin corpus_N = mkN "corpus" "corpi" {- FIXME: guessed plural form -}; -lin corpuscle_N = mkN "corpuscle" "corpuscles"; -lin corral_N = mkN "corral" "corrals"; -lin corral_V2 = mkV2 (mkV "corral" "corrals" "corralled" "corralled" "corralling"); -lin correct_A = compoundA (mkA "correct"); -lin correct_V2 = mkV2 (mkV "correct" "corrects" "corrected" "corrected" "correcting"); -lin correction_N = mkN "correction" "corrections"; -lin correctitude_N = mkN "correctitude" "-" {- FIXME: no plural form -}; -lin corrective_A = compoundA (mkA "corrective"); -lin corrective_N = mkN "corrective" "correctives"; -lin correctly_Adv = mkAdv "correctly"; -lin correctness_N = mkN "correctness" "-" {- FIXME: no plural form -}; -lin correlate_V = mkV "correlate" "correlates" "correlated" "correlated" "correlating"; -lin correlate_V2 = mkV2 (mkV "correlate" "correlates" "correlated" "correlated" "correlating"); -lin correlation_N = mkN "correlation" "correlations"; -lin correlative_A = compoundA (mkA "correlative"); -lin correlative_N = mkN "correlative" "correlatives"; -lin correspond_V = mkV "correspond" "corresponds" "corresponded" "corresponded" "corresponding"; -lin correspondence_N = mkN "correspondence" "correspondences"; -lin correspondent_N = mkN "correspondent" "correspondents"; -lin corresponding_A = compoundA (mkA "corresponding"); -lin correspondingly_Adv = mkAdv "correspondingly"; -lin corridor_N = mkN "corridor" "corridors"; -lin corrie_N = mkN "corrie" "corries"; -lin corrigendum_N = mkN "corrigendum" "corrigenda" {- FIXME: guessed plural form -}; -lin corrigible_A = compoundA (mkA "corrigible"); -lin corroborate_V2 = mkV2 (mkV "corroborate" "corroborates" "corroborated" "corroborated" "corroborating"); -lin corroboration_N = mkN "corroboration" "-" {- FIXME: no plural form -}; -lin corroborative_A = compoundA (mkA "corroborative"); -lin corrode_V = mkV "corrode" "corrodes" "corroded" "corroded" "corroding"; -lin corrode_V2 = mkV2 (mkV "corrode" "corrodes" "corroded" "corroded" "corroding"); -lin corrosion_N = mkN "corrosion" "-" {- FIXME: no plural form -}; -lin corrosive_A = compoundA (mkA "corrosive"); -lin corrosive_N = mkN "corrosive" "corrosives"; -lin corrugate_V = mkV "corrugate" "corrugates" "corrugated" "corrugated" "corrugating"; -lin corrugate_V2 = mkV2 (mkV "corrugate" "corrugates" "corrugated" "corrugated" "corrugating"); -lin corrugation_N = mkN "corrugation" "corrugations"; -lin corrupt_A = compoundA (mkA "corrupt"); -lin corrupt_V = mkV "corrupt" "corrupts" "corrupted" "corrupted" "corrupting"; -lin corrupt_V2 = mkV2 (mkV "corrupt" "corrupts" "corrupted" "corrupted" "corrupting"); -lin corruptibility_N = mkN "corruptibility" "-" {- FIXME: no plural form -}; -lin corruptible_A = compoundA (mkA "corruptible"); -lin corruption_N = mkN "corruption" "-" {- FIXME: no plural form -}; -lin corruptly_Adv = mkAdv "corruptly"; -lin corruptness_N = mkN "corruptness" "-" {- FIXME: no plural form -}; -lin corsage_N = mkN "corsage" "corsages"; -lin corsair_N = mkN "corsair" "corsairs"; -lin corse_N = mkN "corse" "corses"; -lin corselet_N = mkN "corselet" "corselets"; -lin corset_N = mkN "corset" "corsets"; -lin corsham_PN = mkPN "Corsham"; -lin corslet_N = mkN "corslet" "corslets"; -lin cortege_1_N = mkN "cortege" "corteges"; -lin cortex_N = mkN "cortex" "cortices" {- FIXME: guessed plural form -}; -lin cortical_A = compoundA (mkA "cortical"); -lin cortisone_N = mkN "cortisone" "-" {- FIXME: no plural form -}; -lin cortege_2_N = mkN "cortège" "cortèges"; -lin corundum_N = mkN "corundum" "-" {- FIXME: no plural form -}; -lin corunna_PN = mkPN "Corunna"; -lin coruscate_V = mkV "coruscate" "coruscates" "coruscated" "coruscated" "coruscating"; -lin coruscation_N = mkN "coruscation" "coruscations"; -lin corvette_N = mkN "corvette" "corvettes"; -lin corvee_N = mkN "corvée" "corvées"; -lin cos_N = mkN "cos" "cos"; -lin cosenza_PN = mkPN "Cosenza"; -lin cosh_N = mkN "cosh" "coshes"; -lin cosh_V2 = mkV2 (mkV "cosh" "coshes" "coshed" "coshed" "coshing"); -lin cosher_A = compoundA (mkA "cosher"); -lin cosignatory_A = compoundA (mkA "cosignatory"); -lin cosignatory_N = mkN "cosignatory" "cosignatories"; -lin cosily_Adv = mkAdv "cosily"; -lin cosine_N = mkN "cosine" "cosines"; -lin cosiness_N = mkN "cosiness" "-" {- FIXME: no plural form -}; -lin cosmetic_A = compoundA (mkA "cosmetic"); -lin cosmetic_N = mkN "cosmetic" "cosmetics"; -lin cosmetician_N = mkN "cosmetician" "cosmeticians"; -lin cosmic_A = compoundA (mkA "cosmic"); -lin cosmogony_N = mkN "cosmogony" "cosmogonies"; -lin cosmonaut_N = mkN "cosmonaut" "cosmonauts"; -lin cosmopolitan_A = compoundA (mkA "cosmopolitan"); -lin cosmopolitan_N = mkN "cosmopolitan" "cosmopolitans"; -lin cosmos_N = mkN "cosmos" "IRREG"; -lin cosset_V2 = mkV2 (mkV "cosset" "cossets" "cosseted" "cosseted" "cosseting"); -lin cost_N = mkN "cost" "costs"; -lin cost_V = mkV "cost" "costs" "costed" "costed" "costing"; -lin cost_V2 = mkV2 (mkV "cost" "costs" "costed" "costed" "costing"); -lin costa_rica_PN = mkPN "Costa rica"; -lin costa_rican_A = compoundA (mkA "costa rican"); -lin costa_rican_N = mkN "costa rican" "costa ricans"; -lin costermonger_N = mkN "costermonger" "costermongers"; -lin costing_N = mkN "costing" "costings"; -lin costive_A = compoundA (mkA "costive"); -lin costliness_N = mkN "costliness" "-" {- FIXME: no plural form -}; -lin costly_A = mkA "costly" "costlier"; -lin costume_N = mkN "costume" "costumes"; -lin costumier_N = mkN "costumier" "costumiers"; -lin cosy_A = mkA "cosy" "cosier"; -lin cosy_N = mkN "cosy" "cosies"; -lin cot_N = mkN "cot" "cots"; -lin cote_N = mkN "cote" "cotes"; -lin cotenant_N = mkN "cotenant" "cotenants"; -lin coterie_N = mkN "coterie" "coteries"; -lin coterminous_A = compoundA (mkA "coterminous"); -lin cotilion_N = mkN "cotilion" "cotilions"; -lin cotillion_N = mkN "cotillion" "cotillions"; -lin cottage_N = mkN "cottage" "cottages"; -lin cottar_N = mkN "cottar" "cottars"; -lin cotter_N = mkN "cotter" "cotters"; -lin cotton_N = mkN "cotton" "-" {- FIXME: no plural form -}; -lin cotton_V = mkV "cotton" "cottons" "cottoned" "cottoned" "cottoning"; -lin cotton_cake_N = mkN "cotton-cake" "-" {- FIXME: no plural form -}; -lin cotton_plant_N = mkN "cotton-plant" "cotton-plants"; -lin cotton_wool_N = mkN "cotton-wool" "-" {- FIXME: no plural form -}; -lin cottontail_N = mkN "cottontail" "cottontails"; -lin cotyledon_N = mkN "cotyledon" "cotyledons"; -lin couch_N = mkN "couch" "couches"; -lin couch_V = mkV "couch" "couches" "couched" "couched" "couching"; -lin couch_V2 = mkV2 (mkV "couch" "couches" "couched" "couched" "couching"); -lin couch_grass_N = mkN "couch-grass" "-" {- FIXME: no plural form -}; -lin couchant_A = compoundA (mkA "couchant"); -lin couchette_N = mkN "couchette" "couchettes"; -lin cougar_N = mkN "cougar" "cougars"; -lin cough_N = mkN "cough" "coughs"; -lin cough_V = mkV "cough" "coughs" "coughed" "coughed" "coughing"; -lin cough_V2 = mkV2 (mkV "cough" "coughs" "coughed" "coughed" "coughing"); -lin coulter_N = mkN "coulter" "coulters"; -lin council_N = mkN "council" "councils"; -lin council_board_N = mkN "council-board" "council-boards"; -lin council_chamber_N = mkN "council-chamber" "council-chambers"; -lin councillor_N = mkN "councillor" "councillors"; -lin counsel_N = mkN "counsel" "-" {- FIXME: no plural form -}; -lin counsel_V2 = mkV2 (mkV "counsel" "counsels" "counselled" "counselled" "counselling"); -lin counsellor_N = mkN "counsellor" "counsellors"; -lin count_N = mkN "count" "counts"; -lin count_V = mkV "count" "counts" "counted" "counted" "counting"; -lin count_V2 = mkV2 (mkV "count" "counts" "counted" "counted" "counting"); -lin countable_A = compoundA (mkA "countable"); -lin countdown_N = mkN "countdown" "countdowns"; -lin countenance_N = mkN "countenance" "countenances"; -lin countenance_V2 = mkV2 (mkV "countenance" "countenances" "countenanced" "countenanced" "countenancing"); -lin counter_Adv = mkAdv "counter"; -lin counter_N = mkN "counter" "counters"; -lin counter_V = mkV "counter" "counters" "countered" "countered" "countering"; -lin counter_V2 = mkV2 (mkV "counter" "counters" "countered" "countered" "countering"); -lin counter_example_N = mkN "counter-example" "counter-examples"; -lin counter_revolution_N = mkN "counter-revolution" "counter-revolutions"; -lin counter_revolutionary_A = compoundA (mkA "counter-revolutionary"); -lin counter_revolutionary_N = mkN "counter-revolutionary" "counter-revolutionaries"; -lin counteract_V2 = mkV2 (mkV "counteract" "counteracts" "counteracted" "counteracted" "counteracting"); -lin counteraction_N = mkN "counteraction" "counteractions"; -lin counterattack_N = mkN "counterattack" "counterattacks"; -lin counterattack_V = mkV "counterattack" "counterattacks" "counterattacked" "counterattacked" "counterattacking"; -lin counterattack_V2 = mkV2 (mkV "counterattack" "counterattacks" "counterattacked" "counterattacked" "counterattacking"); -lin counterattraction_N = mkN "counterattraction" "counterattractions"; -lin counterbalance_N = mkN "counterbalance" "counterbalances"; -lin counterbalance_V2 = mkV2 (mkV "counterbalance" "counterbalances" "counterbalanced" "counterbalanced" "counterbalancing"); -lin counterblast_N = mkN "counterblast" "counterblasts"; -lin counterclaim_N = mkN "counterclaim" "counterclaims"; -lin counterclockwise_Adv = mkAdv "counterclockwise"; -lin counterespionage_N = mkN "counterespionage" "-" {- FIXME: no plural form -}; -lin counterfeit_A = compoundA (mkA "counterfeit"); -lin counterfeit_N = mkN "counterfeit" "counterfeits"; -lin counterfeit_V2 = mkV2 (mkV "counterfeit" "counterfeits" "counterfeited" "counterfeited" "counterfeiting"); -lin counterfeiter_N = mkN "counterfeiter" "counterfeiters"; -lin counterfoil_N = mkN "counterfoil" "counterfoils"; -lin counterintelligence_N = mkN "counterintelligence" "-" {- FIXME: no plural form -}; -lin counterirritant_N = mkN "counterirritant" "counterirritants"; -lin countermand_V2 = mkV2 (mkV "countermand" "countermands" "countermanded" "countermanded" "countermanding"); -lin countermine_N = mkN "countermine" "countermines"; -lin countermine_V = mkV "countermine" "countermines" "countermined" "countermined" "countermining"; -lin countermine_V2 = mkV2 (mkV "countermine" "countermines" "countermined" "countermined" "countermining"); -lin counteroffer_N = mkN "counteroffer" "counteroffers"; -lin counterpane_N = mkN "counterpane" "counterpanes"; -lin counterpart_N = mkN "counterpart" "counterparts"; -lin counterplot_N = mkN "counterplot" "counterplots"; -lin counterplot_V = mkV "counterplot" "counterplots" "counterplotted" "counterplotted" "counterplotting"; -lin counterplot_V2 = mkV2 (mkV "counterplot" "counterplots" "counterplotted" "counterplotted" "counterplotting"); -lin counterpoint_N = mkN "counterpoint" "counterpoints"; -lin counterpoise_N = mkN "counterpoise" "counterpoises"; -lin counterpoise_V2 = mkV2 (mkV "counterpoise" "counterpoises" "counterpoised" "counterpoised" "counterpoising"); -lin countersign_N = mkN "countersign" "countersigns"; -lin countersign_V2 = mkV2 (mkV "countersign" "countersigns" "countersigned" "countersigned" "countersigning"); -lin countersink_V2 = mkV2 (mkV "counter" IrregEng.sink_V); -lin countertenor_N = mkN "countertenor" "countertenors"; -lin countervail_V = mkV "countervail" "countervails" "countervailed" "countervailed" "countervailing"; -lin countervail_V2 = mkV2 (mkV "countervail" "countervails" "countervailed" "countervailed" "countervailing"); -lin countess_N = mkN "countess" "countesses"; -lin counting_house_N = mkN "counting-house" "counting-houses"; -lin countless_A = compoundA (mkA "countless"); -lin countrified_A = compoundA (mkA "countrified"); -lin country_N = mkN "country" "countries"; -lin country_house_N = mkN "country-house" "country-houses"; -lin country_seat_N = mkN "country-seat" "country-seats"; -lin countryman_N = mkN "countryman" "countrymen" {- FIXME: guessed plural form -}; -lin countryside_N = mkN "countryside" "-" {- FIXME: no plural form -}; -lin countrywoman_N = mkN "countrywoman" "countrywomen" {- FIXME: guessed plural form -}; -lin county_N = mkN "county" "counties"; -lin coup_N = mkN "coup" "coups"; -lin coup_d'etat_N = mkN "coup d'etat" "IRREG"; -lin coup_de_grace_N = mkN "coup de grace" "IRREG"; -lin couple_N = mkN "couple" "couples"; -lin couple_V = mkV "couple" "couples" "coupled" "coupled" "coupling"; -lin couple_V2 = mkV2 (mkV "couple" "couples" "coupled" "coupled" "coupling"); -lin couplet_N = mkN "couplet" "couplets"; -lin coupling_N = mkN "coupling" "couplings"; -lin coupon_N = mkN "coupon" "coupons"; -lin coupe_N = mkN "coupé" "coupés"; -lin courage_N = mkN "courage" "-" {- FIXME: no plural form -}; -lin courageous_A = compoundA (mkA "courageous"); -lin courageously_Adv = mkAdv "courageously"; -lin courgette_N = mkN "courgette" "courgettes"; -lin courier_N = mkN "courier" "couriers"; -lin course_N = mkN "course" "courses"; -lin course_V = mkV "course" "courses" "coursed" "coursed" "coursing"; -lin course_V2 = mkV2 (mkV "course" "courses" "coursed" "coursed" "coursing"); -lin courser_N = mkN "courser" "coursers"; -lin coursing_N = mkN "coursing" "coursings"; -lin court_N = mkN "court" "courts"; -lin court_V = mkV "court" "courts" "courted" "courted" "courting"; -lin court_V2 = mkV2 (mkV "court" "courts" "courted" "courted" "courting"); -lin court_card_N = mkN "court-card" "court-cards"; -lin court_martial_N = mkN "court-martial" "IRREG"; -lin court_martial_V2 = mkV2 (mkV "court-martial" "court-martials" "court-martialed" "court-martialed" "court-martialing"); -lin courteous_A = compoundA (mkA "courteous"); -lin courteously_Adv = mkAdv "courteously"; -lin courtesan_N = mkN "courtesan" "courtesans"; -lin courtesy_N = mkN "courtesy" "courtesies"; -lin courtier_N = mkN "courtier" "courtiers"; -lin courtliness_N = mkN "courtliness" "-" {- FIXME: no plural form -}; -lin courtly_A = mkA "courtly" "courtlier"; -lin courtroom_N = mkN "courtroom" "courtrooms"; -lin courtship_N = mkN "courtship" "courtships"; -lin courtyard_N = mkN "courtyard" "courtyards"; -lin cousin_N = mkN "cousin" "cousins"; -lin cousinly_A = compoundA (mkA "cousinly"); -lin cove_N = mkN "cove" "coves"; -lin coven_N = mkN "coven" "covens"; -lin covenant_N = mkN "covenant" "covenants"; -lin covenant_V = mkV "covenant" "covenants" "covenanted" "covenanted" "covenanting"; -lin covenant_V2 = mkV2 (mkV "covenant" "covenants" "covenanted" "covenanted" "covenanting"); -lin coventry_PN = mkPN "Coventry"; -lin cover_N = mkN "cover" "covers"; -lin cover_V2 = mkV2 (mkV "cover" "covers" "covered" "covered" "covering"); -lin cover_up_N = mkN "cover-up" "cover-ups"; -lin coverage_N = mkN "coverage" "-" {- FIXME: no plural form -}; -lin covering_A = compoundA (mkA "covering"); -lin covering_N = mkN "covering" "coverings"; -lin coverlet_N = mkN "coverlet" "coverlets"; -lin covert_A = compoundA (mkA "covert"); -lin covert_N = mkN "covert" "coverts"; -lin covertly_Adv = mkAdv "covertly"; -lin covet_V2 = mkV2 (mkV "covet" "covets" "coveted" "coveted" "coveting"); -lin covetous_A = compoundA (mkA "covetous"); -lin covetously_Adv = mkAdv "covetously"; -lin covetousness_N = mkN "covetousness" "-" {- FIXME: no plural form -}; -lin covey_N = mkN "covey" "coveys"; -lin cow_N = mkN "cow" "cows"; -lin cow_V2 = mkV2 (mkV "cow" "cows" "cowed" "cowed" "cowing"); -lin coward_N = mkN "coward" "cowards"; -lin cowardice_N = mkN "cowardice" "-" {- FIXME: no plural form -}; -lin cowardly_A = compoundA (mkA "cowardly"); -lin cowbell_N = mkN "cowbell" "cowbells"; -lin cowboy_N = mkN "cowboy" "cowboys"; -lin cowcatcher_N = mkN "cowcatcher" "cowcatchers"; -lin cowdenbeath_PN = mkPN "Cowdenbeath"; -lin cower_V = mkV "cower" "cowers" "cowered" "cowered" "cowering"; -lin cowes_PN = mkPN "Cowes"; -lin cowhand_N = mkN "cowhand" "cowhands"; -lin cowherd_N = mkN "cowherd" "cowherds"; -lin cowhide_N = mkN "cowhide" "cowhides"; -lin cowhouse_N = mkN "cowhouse" "cowhouses"; -lin cowl_N = mkN "cowl" "cowls"; -lin cowling_N = mkN "cowling" "cowlings"; -lin cowman_N = mkN "cowman" "cowmen" {- FIXME: guessed plural form -}; -lin cowpox_N = mkN "cowpox" "cowpoxes"; -lin cowrie_N = mkN "cowrie" "cowries"; -lin cowshed_N = mkN "cowshed" "cowsheds"; -lin cowskin_N = mkN "cowskin" "cowskins"; -lin cowslip_N = mkN "cowslip" "cowslips"; -lin cox_N = mkN "cox" "coxes"; -lin cox_V = mkV "cox" "coxes" "coxed" "coxed" "coxing"; -lin cox_V2 = mkV2 (mkV "cox" "coxes" "coxed" "coxed" "coxing"); -lin coxcomb_N = mkN "coxcomb" "coxcombs"; -lin coxswain_N = mkN "coxswain" "coxswains"; -lin coy_A = mkA "coy" "coyer"; -lin coyly_Adv = mkAdv "coyly"; -lin coyness_N = mkN "coyness" "-" {- FIXME: no plural form -}; -lin coyote_N = mkN "coyote" "coyotes"; -lin coypu_N = mkN "coypu" "coypus"; -lin cozen_V2 = mkV2 (mkV "cozen" "cozens" "cozened" "cozened" "cozening"); -lin cozy_A = mkA "cozy" "cozier"; -lin cp_PN = mkPN "Cp"; -lin cpl_PN = mkPN "Cpl"; -lin crab_N = mkN "crab" "crabs"; -lin crab_V = mkV "crab" "crabs" "crabbed" "crabbed" "crabbing"; -lin crab_V2 = mkV2 (mkV "crab" "crabs" "crabbed" "crabbed" "crabbing"); -lin crab_apple_N = mkN "crab-apple" "crab-apples"; -lin crabbed_A = compoundA (mkA "crabbed"); -lin crack_N = mkN "crack" "cracks"; -lin crack_V = mkV "crack" "cracks" "cracked" "cracked" "cracking"; -lin crack_V2 = mkV2 (mkV "crack" "cracks" "cracked" "cracked" "cracking"); -lin crack_down_N = mkN "crack-down" "crack-downs"; -lin crack_up_N = mkN "crack-up" "crack-ups"; -lin cracker_N = mkN "cracker" "crackers"; -lin crackers_A = compoundA (mkA "crackers"); -lin crackle_N = mkN "crackle" "-" {- FIXME: no plural form -}; -lin crackle_V = mkV "crackle" "crackles" "crackled" "crackled" "crackling"; -lin crackle_china_N = mkN "crackle-china" "-" {- FIXME: no plural form -}; -lin crackleware_N = mkN "crackleware" "-" {- FIXME: no plural form -}; -lin crackling_N = mkN "crackling" "-" {- FIXME: no plural form -}; -lin crackpot_N = mkN "crackpot" "crackpots"; -lin cracksman_N = mkN "cracksman" "cracksmen" {- FIXME: guessed plural form -}; -lin cradle_N = mkN "cradle" "cradles"; -lin cradle_V2 = mkV2 (mkV "cradle" "cradles" "cradled" "cradled" "cradling"); -lin craft_N = mkN "craft" "crafts"; -lin craftily_Adv = mkAdv "craftily"; -lin craftiness_N = mkN "craftiness" "-" {- FIXME: no plural form -}; -lin craftsman_N = mkN "craftsman" "craftsmen" {- FIXME: guessed plural form -}; -lin craftsmanship_N = mkN "craftsmanship" "-" {- FIXME: no plural form -}; -lin crafty_A = mkA "crafty" "craftier"; -lin crag_N = mkN "crag" "crags"; -lin cragged_A = compoundA (mkA "cragged"); -lin craggy_A = mkA "craggy" "craggier"; -lin cragsman_N = mkN "cragsman" "cragsmen" {- FIXME: guessed plural form -}; -lin crake_N = mkN "crake" "crakes"; -lin cram_V = mkV "cram" "crams" "crammed" "crammed" "cramming"; -lin cram_V2 = mkV2 (mkV "cram" "crams" "crammed" "crammed" "cramming"); -lin cram_full_A = compoundA (mkA "cram-full"); -lin cram_full_Adv = mkAdv "cram-full"; -lin cramlington_PN = mkPN "Cramlington"; -lin crammer_N = mkN "crammer" "crammers"; -lin cramp_N = mkN "cramp" "cramps"; -lin cramp_V2 = mkV2 (mkV "cramp" "cramps" "cramped" "cramped" "cramping"); -lin cramp_iron_N = mkN "cramp-iron" "cramp-irons"; -lin cramped_A = compoundA (mkA "cramped"); -lin crampon_N = mkN "crampon" "crampons"; -lin cranberry_N = mkN "cranberry" "cranberries"; -lin crane_N = mkN "crane" "cranes"; -lin crane_V = mkV "crane" "cranes" "craned" "craned" "craning"; -lin crane_V2 = mkV2 (mkV "crane" "cranes" "craned" "craned" "craning"); -lin crane_fly_N = mkN "crane-fly" "crane-flies"; -lin cranial_A = compoundA (mkA "cranial"); -lin cranium_N = mkN "cranium" "craniums"; -lin crank_N = mkN "crank" "cranks"; -lin crank_V2 = mkV2 (mkV "crank" "cranks" "cranked" "cranked" "cranking"); -lin crankshaft_N = mkN "crankshaft" "crankshafts"; -lin cranky_A = mkA "cranky" "crankier"; -lin crannied_A = compoundA (mkA "crannied"); -lin cranny_N = mkN "cranny" "crannies"; -lin crap_N = mkN "crap" "craps"; -lin crap_V = mkV "crap" "craps" "crapped" "crapped" "crapping"; -lin crap_shooting_N = mkN "crap-shooting" "crap-shootings"; -lin crape_N = mkN "crape" "-" {- FIXME: no plural form -}; -lin craps_N = mkN "craps" "craps"; -lin crash_Adv = mkAdv "crash"; -lin crash_N = mkN "crash" "crashes"; -lin crash_V = mkV "crash" "crashes" "crashed" "crashed" "crashing"; -lin crash_V2 = mkV2 (mkV "crash" "crashes" "crashed" "crashed" "crashing"); -lin crash_dive_N = mkN "crash-dive" "crash-dives"; -lin crash_dive_V = mkV "crash-dive" "crash-dives" "crash-dived" "crash-dived" "crash-diving"; -lin crash_helmet_N = mkN "crash-helmet" "crash-helmets"; -lin crash_land_V = mkV "crash-land" "crash-lands" "crash-landed" "crash-landed" "crash-landing"; -lin crash_land_V2 = mkV2 (mkV "crash-land" "crash-lands" "crash-landed" "crash-landed" "crash-landing"); -lin crash_landing_N = mkN "crash-landing" "crash-landings"; -lin crass_A = compoundA (mkA "crass"); -lin crate_N = mkN "crate" "crates"; -lin crate_V2 = mkV2 (mkV "crate" "crates" "crated" "crated" "crating"); -lin crater_N = mkN "crater" "craters"; -lin cravat_N = mkN "cravat" "cravats"; -lin crave_V = mkV "crave" "craves" "craved" "craved" "craving"; -lin crave_V2 = mkV2 (mkV "crave" "craves" "craved" "craved" "craving"); -lin craven_A = compoundA (mkA "craven"); -lin craven_N = mkN "craven" "cravens"; -lin craving_N = mkN "craving" "cravings"; -lin crawfish_N = mkN "crawfish" "crawfishes"; -lin crawl_N = mkN "crawl" "IRREG"; -lin crawl_V = mkV "crawl" "crawls" "crawled" "crawled" "crawling"; -lin crawler_N = mkN "crawler" "crawlers"; -lin crawley_PN = mkPN "Crawley"; -lin crayfish_N = mkN "crayfish" "crayfishes"; -lin crayon_N = mkN "crayon" "crayons"; -lin crayon_V2 = mkV2 (mkV "crayon" "crayons" "crayoned" "crayoned" "crayoning"); -lin craze_N = mkN "craze" "crazes"; -lin crazed_A = compoundA (mkA "crazed"); -lin crazily_Adv = mkAdv "crazily"; -lin craziness_N = mkN "craziness" "-" {- FIXME: no plural form -}; -lin crazy_A = mkA "crazy" "crazier"; -lin creak_N = mkN "creak" "creaks"; -lin creak_V = mkV "creak" "creaks" "creaked" "creaked" "creaking"; -lin creakily_Adv = mkAdv "creakily"; -lin creaky_A = mkA "creaky" "creakier"; -lin cream_N = mkN "cream" "creams"; -lin cream_V2 = mkV2 (mkV "cream" "creams" "creamed" "creamed" "creaming"); -lin creamery_N = mkN "creamery" "creameries"; -lin creamy_A = mkA "creamy" "creamier"; -lin crease_N = mkN "crease" "creases"; -lin crease_V = mkV "crease" "creases" "creased" "creased" "creasing"; -lin crease_V2 = mkV2 (mkV "crease" "creases" "creased" "creased" "creasing"); -lin create_V2 = mkV2 (mkV "create" "creates" "created" "created" "creating"); -lin creation_N = mkN "creation" "creations"; -lin creative_A = compoundA (mkA "creative"); -lin creatively_Adv = mkAdv "creatively"; -lin creativeness_N = mkN "creativeness" "-" {- FIXME: no plural form -}; -lin creator_N = mkN "creator" "creators"; -lin creature_N = mkN "creature" "creatures"; -lin credence_N = mkN "credence" "-" {- FIXME: no plural form -}; -lin credibility_N = mkN "credibility" "-" {- FIXME: no plural form -}; -lin credible_A = compoundA (mkA "credible"); -lin credibly_Adv = mkAdv "credibly"; -lin credit_N = mkN "credit" "credits"; -lin credit_V2 = mkV2 (mkV "credit" "credits" "credited" "credited" "crediting"); -lin credit_side_N = mkN "credit-side" "credit-sides"; -lin credit_worthiness_N = mkN "credit-worthiness" "-" {- FIXME: no plural form -}; -lin credit_worthy_A = compoundA (mkA "credit-worthy"); -lin creditable_A = compoundA (mkA "creditable"); -lin creditably_Adv = mkAdv "creditably"; -lin creditor_N = mkN "creditor" "creditors"; -lin credo_N = mkN "credo" "credos"; -lin credulity_N = mkN "credulity" "credulities"; -lin credulous_A = compoundA (mkA "credulous"); -lin credulously_Adv = mkAdv "credulously"; -lin creed_N = mkN "creed" "creeds"; -lin creek_N = mkN "creek" "creeks"; -lin creel_N = mkN "creel" "creels"; -lin creep_N = mkN "creep" "creeps"; -lin creep_V = IrregEng.creep_V; -lin creeper_N = mkN "creeper" "creepers"; -lin creepy_A = mkA "creepy" "creepier"; -lin cremate_V2 = mkV2 (mkV "cremate" "cremates" "cremated" "cremated" "cremating"); -lin cremation_N = mkN "cremation" "cremations"; -lin crematorium_N = mkN "crematorium" "crematoriums"; -lin crematory_N = mkN "crematory" "crematories"; -lin crenellated_A = compoundA (mkA "crenellated"); -lin creole_A = compoundA (mkA "creole"); -lin creole_N = mkN "creole" "creoles"; -lin creosote_N = mkN "creosote" "-" {- FIXME: no plural form -}; -lin crepe_1_N = mkN "crepe" "-" {- FIXME: no plural form -}; -lin crepitate_V = mkV "crepitate" "crepitates" "crepitated" "crepitated" "crepitating"; -lin crepitation_N = mkN "crepitation" "crepitations"; -lin crepuscular_A = compoundA (mkA "crepuscular"); -lin cres_PN = mkPN "Cres"; -lin crescendo_N = mkN "crescendo" "crescendos"; -lin crescent_N = mkN "crescent" "crescents"; -lin cress_N = mkN "cress" "-" {- FIXME: no plural form -}; -lin crest_N = mkN "crest" "crests"; -lin crest_V = mkV "crest" "crests" "crested" "crested" "cresting"; -lin crest_V2 = mkV2 (mkV "crest" "crests" "crested" "crested" "cresting"); -lin crested_A = compoundA (mkA "crested"); -lin crestfallen_A = compoundA (mkA "crestfallen"); -lin creswell_PN = mkPN "Creswell"; -lin cretaceous_A = compoundA (mkA "cretaceous"); -lin cretin_N = mkN "cretin" "cretins"; -lin cretinous_A = compoundA (mkA "cretinous"); -lin cretonne_N = mkN "cretonne" "-" {- FIXME: no plural form -}; -lin crevasse_N = mkN "crevasse" "crevasses"; -lin crevice_N = mkN "crevice" "crevices"; -lin crew_N = mkN "crew" "crews"; -lin crew_V = mkV "crew" "crews" "crewed" "crewed" "crewing"; -lin crew_cut_N = mkN "crew-cut" "crew-cuts"; -lin crew_neck_N = mkN "crew-neck" "crew-necks"; -lin crewe_PN = mkPN "Crewe"; -lin crib_N = mkN "crib" "cribs"; -lin crib_V = mkV "crib" "cribs" "cribbed" "cribbed" "cribbing"; -lin crib_V2 = mkV2 (mkV "crib" "cribs" "cribbed" "cribbed" "cribbing"); -lin cribbage_N = mkN "cribbage" "-" {- FIXME: no plural form -}; -lin cribbage_board_N = mkN "cribbage-board" "cribbage-boards"; -lin crick_N = mkN "crick" "cricks"; -lin crick_V2 = mkV2 (mkV "crick" "cricks" "cricked" "cricked" "cricking"); -lin cricket_N = mkN "cricket" "crickets"; -lin cricketer_N = mkN "cricketer" "cricketers"; -lin crieff_PN = mkPN "Crieff"; -lin crier_N = mkN "crier" "criers"; -lin crime_N = mkN "crime" "crimes"; -lin crime_V2 = mkV2 (mkV "crime" "crimes" "crimed" "crimed" "criming"); -lin criminal_A = compoundA (mkA "criminal"); -lin criminal_N = mkN "criminal" "criminals"; -lin criminally_Adv = mkAdv "criminally"; -lin criminology_N = mkN "criminology" "-" {- FIXME: no plural form -}; -lin crimp_V2 = mkV2 (mkV "crimp" "crimps" "crimped" "crimped" "crimping"); -lin crimson_A = compoundA (mkA "crimson"); -lin crimson_N = mkN "crimson" "crimsons"; -lin crimson_V = mkV "crimson" "crimsons" "crimsoned" "crimsoned" "crimsoning"; -lin crimson_V2 = mkV2 (mkV "crimson" "crimsons" "crimsoned" "crimsoned" "crimsoning"); -lin cringe_V = mkV "cringe" "cringes" "cringed" "cringed" "cringing"; -lin crinkle_N = mkN "crinkle" "crinkles"; -lin crinkle_V = mkV "crinkle" "crinkles" "crinkled" "crinkled" "crinkling"; -lin crinkle_V2 = mkV2 (mkV "crinkle" "crinkles" "crinkled" "crinkled" "crinkling"); -lin crinkly_A = mkA "crinkly" "crinklier"; -lin crinoline_N = mkN "crinoline" "crinolines"; -lin cripple_N = mkN "cripple" "cripples"; -lin cripple_V2 = mkV2 (mkV "cripple" "cripples" "crippled" "crippled" "crippling"); -lin crisis_N = mkN "crisis" "crises" {- FIXME: guessed plural form -}; -lin crisp_A = mkA "crisp" "crisper"; -lin crisp_N = mkN "crisp" "crisps"; -lin crisp_V = mkV "crisp" "crisps" "crisped" "crisped" "crisping"; -lin crisp_V2 = mkV2 (mkV "crisp" "crisps" "crisped" "crisped" "crisping"); -lin crisply_Adv = mkAdv "crisply"; -lin crispness_N = mkN "crispness" "-" {- FIXME: no plural form -}; -lin crisscross_A = compoundA (mkA "crisscross"); -lin crisscross_Adv = mkAdv "crisscross"; -lin crisscross_V = mkV "crisscross" "crisscrosses" "crisscrossed" "crisscrossed" "crisscrossing"; -lin crisscross_V2 = mkV2 (mkV "crisscross" "crisscrosses" "crisscrossed" "crisscrossed" "crisscrossing"); -lin criterion_N = mkN "criterion" "criterions"; -lin critic_N = mkN "critic" "critics"; -lin critical_A = compoundA (mkA "critical"); -lin critically_Adv = mkAdv "critically"; -lin criticism_N = mkN "criticism" "criticisms"; -lin criticize_V = mkV "criticize" "criticizes" "criticized" "criticized" "criticizing"; -lin criticize_V2 = mkV2 (mkV "criticize" "criticizes" "criticized" "criticized" "criticizing"); -lin critique_N = mkN "critique" "critiques"; -lin croak_N = mkN "croak" "croaks"; -lin croak_V = mkV "croak" "croaks" "croaked" "croaked" "croaking"; -lin croak_V2 = mkV2 (mkV "croak" "croaks" "croaked" "croaked" "croaking"); -lin crochet_N = mkN "crochet" "-" {- FIXME: no plural form -}; -lin crochet_V = mkV "crochet" "crochets" "crocheted" "crocheted" "crocheting"; -lin crochet_V2 = mkV2 (mkV "crochet" "crochets" "crocheted" "crocheted" "crocheting"); -lin crochet_hook_N = mkN "crochet-hook" "crochet-hooks"; -lin crock_N = mkN "crock" "crocks"; -lin crock_V = mkV "crock" "crocks" "crocked" "crocked" "crocking"; -lin crock_V2 = mkV2 (mkV "crock" "crocks" "crocked" "crocked" "crocking"); -lin crockery_N = mkN "crockery" "-" {- FIXME: no plural form -}; -lin crocodile_N = mkN "crocodile" "crocodiles"; -lin crocus_N = mkN "crocus" "crocuses"; -lin croesus_PN = mkPN "Croesus"; -lin croft_N = mkN "croft" "crofts"; -lin crofter_N = mkN "crofter" "crofters"; -lin cromer_PN = mkPN "Cromer"; -lin cromlech_N = mkN "cromlech" "cromlechs"; -lin crone_N = mkN "crone" "crones"; -lin crony_N = mkN "crony" "cronies"; -lin crook_N = mkN "crook" "crooks"; -lin crook_PN = mkPN "Crook"; -lin crook_V = mkV "crook" "crooks" "crooked" "crooked" "crooking"; -lin crook_V2 = mkV2 (mkV "crook" "crooks" "crooked" "crooked" "crooking"); -lin crook_back_A = compoundA (mkA "crook-back"); -lin crook_backed_A = compoundA (mkA "crook-backed"); -lin crooked_A = compoundA (mkA "crooked"); -lin crookedly_Adv = mkAdv "crookedly"; -lin crookedness_N = mkN "crookedness" "-" {- FIXME: no plural form -}; -lin croon_V = mkV "croon" "croons" "crooned" "crooned" "crooning"; -lin croon_V2 = mkV2 (mkV "croon" "croons" "crooned" "crooned" "crooning"); -lin crooner_N = mkN "crooner" "crooners"; -lin crop_N = mkN "crop" "crops"; -lin crop_V = mkV "crop" "crops" "cropped" "cropped" "cropping"; -lin crop_V2 = mkV2 (mkV "crop" "crops" "cropped" "cropped" "cropping"); -lin crop_dusting_N = mkN "crop-dusting" "-" {- FIXME: no plural form -}; -lin cropper_N = mkN "cropper" "croppers"; -lin croquet_N = mkN "croquet" "-" {- FIXME: no plural form -}; -lin croquette_N = mkN "croquette" "croquettes"; -lin crore_N = mkN "crore" "crores"; -lin crosby_PN = mkPN "Crosby"; -lin crosier_N = mkN "crosier" "crosiers"; -lin cross_A = compoundA (mkA "cross"); -lin cross_N = mkN "cross" "crosses"; -lin cross_V = mkV "cross" "crosses" "crossed" "crossed" "crossing"; -lin cross_V2 = mkV2 (mkV "cross" "crosses" "crossed" "crossed" "crossing"); -lin cross_bench_N = mkN "cross-bench" "cross-benches"; -lin cross_bencher_N = mkN "cross-bencher" "cross-benchers"; -lin cross_division_N = mkN "cross-division" "cross-divisions"; -lin cross_examination_N = mkN "cross-examination" "cross-examinations"; -lin cross_examine_V2 = mkV2 (mkV "cross-examine" "cross-examines" "cross-examined" "cross-examined" "cross-examining"); -lin cross_examiner_N = mkN "cross-examiner" "cross-examiners"; -lin cross_fertilization_N = mkN "cross-fertilization" "cross-fertilizations"; -lin cross_fertilize_V2 = mkV2 (mkV "cross-fertilize" "cross-fertilizes" "cross-fertilized" "cross-fertilized" "cross-fertilizing"); -lin cross_grained_A = compoundA (mkA "cross-grained"); -lin cross_heading_N = mkN "cross-heading" "cross-headings"; -lin cross_index_N = mkN "cross-index" "cross-indexes"; -lin cross_index_V2 = mkV2 (mkV "cross-index" "cross-indexes" "cross-indexed" "cross-indexed" "cross-indexing"); -lin cross_legged_Adv = mkAdv "cross-legged"; -lin cross_question_V2 = mkV2 (mkV "cross-question" "cross-questions" "cross-questioned" "cross-questioned" "cross-questioning"); -lin cross_reference_N = mkN "cross-reference" "cross-references"; -lin cross_section_N = mkN "cross-section" "cross-sections"; -lin cross_stitch_N = mkN "cross-stitch" "cross-stitches"; -lin crossbar_N = mkN "crossbar" "crossbars"; -lin crossbeam_N = mkN "crossbeam" "crossbeams"; -lin crossbow_N = mkN "crossbow" "crossbows"; -lin crossbred_A = compoundA (mkA "crossbred"); -lin crossbreed_N = mkN "crossbreed" "crossbreeds"; -lin crossbreed_V2 = mkV2 (mkV "cross" IrregEng.breed_V); -lin crosscheck_N = mkN "crosscheck" "crosschecks"; -lin crosscheck_V = mkV "crosscheck" "crosschecks" "crosschecked" "crosschecked" "crosschecking"; -lin crosscheck_V2 = mkV2 (mkV "crosscheck" "crosschecks" "crosschecked" "crosschecked" "crosschecking"); -lin crosscountry_A = compoundA (mkA "crosscountry"); -lin crosscountry_Adv = mkAdv "crosscountry"; -lin crosscurrent_N = mkN "crosscurrent" "crosscurrents"; -lin crosscut_A = compoundA (mkA "crosscut"); -lin crosscut_N = mkN "crosscut" "crosscuts"; -lin crosse_N = mkN "crosse" "crosses"; -lin crosseyed_A = compoundA (mkA "crosseyed"); -lin crossfire_N = mkN "crossfire" "crossfires"; -lin crossing_N = mkN "crossing" "crossings"; -lin crossly_Adv = mkAdv "crossly"; -lin crossness_N = mkN "crossness" "-" {- FIXME: no plural form -}; -lin crosspatch_N = mkN "crosspatch" "crosspatches"; -lin crosspiece_N = mkN "crosspiece" "crosspieces"; -lin crossroad_N = mkN "crossroad" "crossroads"; -lin crosstalk_N = mkN "crosstalk" "-" {- FIXME: no plural form -}; -lin crosswalk_N = mkN "crosswalk" "crosswalks"; -lin crosswind_N = mkN "crosswind" "crosswinds"; -lin crosswise_Adv = mkAdv "crosswise"; -lin crossword_N = mkN "crossword" "crosswords"; -lin crotch_N = mkN "crotch" "crotches"; -lin crotchet_N = mkN "crotchet" "crotchets"; -lin crotchety_A = compoundA (mkA "crotchety"); -lin crouch_N = mkN "crouch" "crouches"; -lin crouch_V = mkV "crouch" "crouches" "crouched" "crouched" "crouching"; -lin croup_N = mkN "croup" "croups"; -lin croupier_N = mkN "croupier" "croupiers"; -lin crow's_nest_N = mkN "crow's-nest" "crow's-nests"; -lin crow_N = mkN "crow" "crows"; -lin crow_V = mkV "crow" "crows" "crowed" "crowed" "crowing"; -lin crowbar_N = mkN "crowbar" "crowbars"; -lin crowborough_PN = mkPN "Crowborough"; -lin crowd_N = mkN "crowd" "crowds"; -lin crowd_V = mkV "crowd" "crowds" "crowded" "crowded" "crowding"; -lin crowd_V2 = mkV2 (mkV "crowd" "crowds" "crowded" "crowded" "crowding"); -lin crowded_A = compoundA (mkA "crowded"); -lin crown_N = mkN "crown" "crowns"; -lin crown_V2 = mkV2 (mkV "crown" "crowns" "crowned" "crowned" "crowning"); -lin crown_land_N = mkN "crown-land" "crown-lands"; -lin crowning_A = compoundA (mkA "crowning"); -lin crowthorne_PN = mkPN "Crowthorne"; -lin croydon_PN = mkPN "Croydon"; -lin crozier_N = mkN "crozier" "croziers"; -lin crucial_A = compoundA (mkA "crucial"); -lin crucially_Adv = mkAdv "crucially"; -lin crucible_N = mkN "crucible" "crucibles"; -lin crucifix_N = mkN "crucifix" "crucifixes"; -lin crucifixion_N = mkN "crucifixion" "crucifixions"; -lin cruciform_A = compoundA (mkA "cruciform"); -lin crucify_V2 = mkV2 (mkV "crucify" "crucifies" "crucified" "crucified" "crucifying"); -lin crude_A = mkA "crude" "cruder"; -lin crudely_Adv = mkAdv "crudely"; -lin crudeness_N = mkN "crudeness" "-" {- FIXME: no plural form -}; -lin crudity_N = mkN "crudity" "crudities"; -lin cruel_A = mkA "cruel" "crueller*"; -lin cruelly_Adv = mkAdv "cruelly"; -lin cruelty_N = mkN "cruelty" "cruelties"; -lin cruet_N = mkN "cruet" "cruets"; -lin cruet_stand_N = mkN "cruet-stand" "cruet-stands"; -lin cruise_N = mkN "cruise" "cruises"; -lin cruise_V = mkV "cruise" "cruises" "cruised" "cruised" "cruising"; -lin cruiser_N = mkN "cruiser" "cruisers"; -lin crumb_N = mkN "crumb" "crumbs"; -lin crumble_V = mkV "crumble" "crumbles" "crumbled" "crumbled" "crumbling"; -lin crumble_V2 = mkV2 (mkV "crumble" "crumbles" "crumbled" "crumbled" "crumbling"); -lin crumbly_A = mkA "crumbly" "crumblier"; -lin crumpet_N = mkN "crumpet" "crumpets"; -lin crumple_V = mkV "crumple" "crumples" "crumpled" "crumpled" "crumpling"; -lin crumple_V2 = mkV2 (mkV "crumple" "crumples" "crumpled" "crumpled" "crumpling"); -lin crunch_N = mkN "crunch" "crunches"; -lin crunch_V = mkV "crunch" "crunches" "crunched" "crunched" "crunching"; -lin crunch_V2 = mkV2 (mkV "crunch" "crunches" "crunched" "crunched" "crunching"); -lin crupper_N = mkN "crupper" "cruppers"; -lin crusade_N = mkN "crusade" "crusades"; -lin crusade_V = mkV "crusade" "crusades" "crusaded" "crusaded" "crusading"; -lin crusader_N = mkN "crusader" "crusaders"; -lin cruse_N = mkN "cruse" "cruses"; -lin crush_N = mkN "crush" "-" {- FIXME: no plural form -}; -lin crush_V = mkV "crush" "crushes" "crushed" "crushed" "crushing"; -lin crush_V2 = mkV2 (mkV "crush" "crushes" "crushed" "crushed" "crushing"); -lin crushing_A = compoundA (mkA "crushing"); -lin crushingly_Adv = mkAdv "crushingly"; -lin crust_N = mkN "crust" "crusts"; -lin crust_V = mkV "crust" "crusts" "crusted" "crusted" "crusting"; -lin crust_V2 = mkV2 (mkV "crust" "crusts" "crusted" "crusted" "crusting"); -lin crustacean_N = mkN "crustacean" "crustaceans"; -lin crusted_A = compoundA (mkA "crusted"); -lin crusty_A = mkA "crusty" "crustier"; -lin crutch_N = mkN "crutch" "crutches"; -lin crux_N = mkN "crux" "cruxes"; -lin cruzeiro_N = mkN "cruzeiro" "cruzeiros"; -lin cry_N = mkN "cry" "cries"; -lin cry_V = mkV "cry" "cries" "cried" "cried" "crying"; -lin cry_V2 = mkV2 (mkV "cry" "cries" "cried" "cried" "crying"); -lin crybaby_N = mkN "crybaby" "crybabies"; -lin crying_A = compoundA (mkA "crying"); -lin crypt_N = mkN "crypt" "crypts"; -lin cryptic_A = compoundA (mkA "cryptic"); -lin cryptically_Adv = mkAdv "cryptically"; -lin cryptogram_N = mkN "cryptogram" "cryptograms"; -lin crystal_N = mkN "crystal" "crystals"; -lin crystal_gazing_N = mkN "crystal-gazing" "-" {- FIXME: no plural form -}; -lin crystalline_A = compoundA (mkA "crystalline"); -lin crystallization_N = mkN "crystallization" "crystallizations"; -lin crystallize_V = mkV "crystallize" "crystallizes" "crystallized" "crystallized" "crystallizing"; -lin crystallize_V2 = mkV2 (mkV "crystallize" "crystallizes" "crystallized" "crystallized" "crystallizing"); -lin crystallography_N = mkN "crystallography" "-" {- FIXME: no plural form -}; -lin creche_N = mkN "crèche" "crèches"; -lin creme_de_menthe_N = mkN "crème de menthe" "-" {- FIXME: no plural form -}; -lin crepe_2_N = mkN "crêpe" "-" {- FIXME: no plural form -}; -lin cub_N = mkN "cub" "cubs"; -lin cuba_PN = mkPN "Cuba"; -lin cuban_A = compoundA (mkA "cuban"); -lin cuban_N = mkN "cuban" "cubans"; -lin cubbyhole_N = mkN "cubbyhole" "cubbyholes"; -lin cube_N = mkN "cube" "cubes"; -lin cube_V2 = mkV2 (mkV "cube" "cubes" "cubed" "cubed" "cubing"); -lin cubic_A = compoundA (mkA "cubic"); -lin cubical_A = compoundA (mkA "cubical"); -lin cubicle_N = mkN "cubicle" "cubicles"; -lin cubism_N = mkN "cubism" "-" {- FIXME: no plural form -}; -lin cubist_N = mkN "cubist" "cubists"; -lin cubit_N = mkN "cubit" "cubits"; -lin cuckold_N = mkN "cuckold" "cuckolds"; -lin cuckold_V2 = mkV2 (mkV "cuckold" "cuckolds" "cuckolded" "cuckolded" "cuckolding"); -lin cuckoo_N = mkN "cuckoo" "cuckoos"; -lin cuckoo_clock_N = mkN "cuckoo-clock" "cuckoo-clocks"; -lin cucumber_N = mkN "cucumber" "cucumbers"; -lin cud_N = mkN "cud" "-" {- FIXME: no plural form -}; -lin cuddle_N = mkN "cuddle" "cuddles"; -lin cuddle_V = mkV "cuddle" "cuddles" "cuddled" "cuddled" "cuddling"; -lin cuddle_V2 = mkV2 (mkV "cuddle" "cuddles" "cuddled" "cuddled" "cuddling"); -lin cuddlesome_A = compoundA (mkA "cuddlesome"); -lin cuddly_A = mkA "cuddly" "cuddlier"; -lin cudgel_N = mkN "cudgel" "cudgels"; -lin cudgel_V2 = mkV2 (mkV "cudgel" "cudgels" "cudgeled" "cudgeled" "cudgeling"); -lin cudworth_PN = mkPN "Cudworth"; -lin cue_N = mkN "cue" "cues"; -lin cuff_N = mkN "cuff" "cuffs"; -lin cuff_V2 = mkV2 (mkV "cuff" "cuffs" "cuffed" "cuffed" "cuffing"); -lin cuffley_PN = mkPN "Cuffley"; -lin cuirass_N = mkN "cuirass" "cuirasses"; -lin cuirassier_N = mkN "cuirassier" "cuirassiers"; -lin cuisine_N = mkN "cuisine" "-" {- FIXME: no plural form -}; -lin cul_de_sac_N = mkN "cul-de-sac" "cul-de-sacs"; -lin culcheth_PN = mkPN "Culcheth"; -lin culinary_A = compoundA (mkA "culinary"); -lin cull_N = mkN "cull" "culls"; -lin cull_V2 = mkV2 (mkV "cull" "culls" "culled" "culled" "culling"); -lin cullender_N = mkN "cullender" "cullenders"; -lin culminate_V2 = mkV2 (mkV "culminate" "culminates" "culminated" "culminated" "culminating"); -lin culmination_N = mkN "culmination" "culminations"; -lin culpability_N = mkN "culpability" "-" {- FIXME: no plural form -}; -lin culpable_A = compoundA (mkA "culpable"); -lin culpably_Adv = mkAdv "culpably"; -lin culprit_N = mkN "culprit" "culprits"; -lin cult_N = mkN "cult" "cults"; -lin cultivable_A = compoundA (mkA "cultivable"); -lin cultivate_V2 = mkV2 (mkV "cultivate" "cultivates" "cultivated" "cultivated" "cultivating"); -lin cultivated_A = compoundA (mkA "cultivated"); -lin cultivation_N = mkN "cultivation" "-" {- FIXME: no plural form -}; -lin cultivator_N = mkN "cultivator" "cultivators"; -lin cultural_A = compoundA (mkA "cultural"); -lin culture_N = mkN "culture" "cultures"; -lin cultured_A = compoundA (mkA "cultured"); -lin culvert_N = mkN "culvert" "culverts"; -lin cumber_V2 = mkV2 (mkV "cumber" "cumbers" "cumbered" "cumbered" "cumbering"); -lin cumberland_PN = mkPN "Cumberland"; -lin cumbernauld_PN = mkPN "Cumbernauld"; -lin cumbersome_A = compoundA (mkA "cumbersome"); -lin cumbria_PN = mkPN "Cumbria"; -lin cumbrous_A = compoundA (mkA "cumbrous"); -lin cummerbund_N = mkN "cummerbund" "cummerbunds"; -lin cumnock_PN = mkPN "Cumnock"; -lin cumulative_A = compoundA (mkA "cumulative"); -lin cumulatively_Adv = mkAdv "cumulatively"; -lin cumulus_N = mkN "cumulus" "cumuli" {- FIXME: guessed plural form -}; -lin cuneiform_A = compoundA (mkA "cuneiform"); -lin cunning_A = compoundA (mkA "cunning"); -lin cunning_N = mkN "cunning" "-" {- FIXME: no plural form -}; -lin cunningly_Adv = mkAdv "cunningly"; -lin cunt_N = mkN "cunt" "cunts"; -lin cup_N = mkN "cup" "cups"; -lin cup_V2 = mkV2 (mkV "cup" "cups" "cupped" "cupped" "cupping"); -lin cup_bearer_N = mkN "cup-bearer" "cup-bearers"; -lin cup_final_N = mkN "cup-final" "cup-finals"; -lin cup_tie_N = mkN "cup-tie" "cup-ties"; -lin cupar_PN = mkPN "Cupar"; -lin cupboard_N = mkN "cupboard" "cupboards"; -lin cupboard_love_N = mkN "cupboard-love" "-" {- FIXME: no plural form -}; -lin cupful_N = mkN "cupful" "cupfuls"; -lin cupid_PN = mkPN "Cupid"; -lin cupidity_N = mkN "cupidity" "-" {- FIXME: no plural form -}; -lin cupola_N = mkN "cupola" "cupolas"; -lin cuppa_N = mkN "cuppa" "cuppas"; -lin cupping_N = mkN "cupping" "-" {- FIXME: no plural form -}; -lin cupric_A = compoundA (mkA "cupric"); -lin cupro_nickel_N = mkN "cupro-nickel" "-" {- FIXME: no plural form -}; -lin cur_N = mkN "cur" "curs"; -lin curability_N = mkN "curability" "-" {- FIXME: no plural form -}; -lin curable_A = compoundA (mkA "curable"); -lin curacy_N = mkN "curacy" "curacies"; -lin curate_N = mkN "curate" "curates"; -lin curative_A = compoundA (mkA "curative"); -lin curator_N = mkN "curator" "curators"; -lin curacao_N = mkN "curaçao" "-" {- FIXME: no plural form -}; -lin curacoa_N = mkN "curaçoa" "-" {- FIXME: no plural form -}; -lin curb_N = mkN "curb" "curbs"; -lin curb_V2 = mkV2 (mkV "curb" "curbs" "curbed" "curbed" "curbing"); -lin curd_N = mkN "curd" "curds"; -lin curdle_V = mkV "curdle" "curdles" "curdled" "curdled" "curdling"; -lin curdle_V2 = mkV2 (mkV "curdle" "curdles" "curdled" "curdled" "curdling"); -lin cure_1_N = mkN "cure" "cures"; -lin cure_V = mkV "cure" "cures" "cured" "cured" "curing"; -lin cure_V2 = mkV2 (mkV "cure" "cures" "cured" "cured" "curing"); -lin cure_all_N = mkN "cure-all" "cure-alls"; -lin curfew_N = mkN "curfew" "curfews"; -lin curio_N = mkN "curio" "curios"; -lin curiosity_N = mkN "curiosity" "curiosities"; -lin curious_A = compoundA (mkA "curious"); -lin curiously_Adv = mkAdv "curiously"; -lin curitiba_PN = mkPN "Curitiba"; -lin curl_N = mkN "curl" "curls"; -lin curl_V = mkV "curl" "curls" "curled" "curled" "curling"; -lin curl_V2 = mkV2 (mkV "curl" "curls" "curled" "curled" "curling"); -lin curler_N = mkN "curler" "curlers"; -lin curlew_N = mkN "curlew" "curlews"; -lin curling_N = mkN "curling" "-" {- FIXME: no plural form -}; -lin curly_A = mkA "curly" "curlier"; -lin curmudgeon_N = mkN "curmudgeon" "curmudgeons"; -lin currant_N = mkN "currant" "currants"; -lin currency_N = mkN "currency" "currencies"; -lin current_A = compoundA (mkA "current"); -lin current_N = mkN "current" "currents"; -lin currently_Adv = mkAdv "currently"; -lin curriculum_N = mkN "curriculum" "curriculums"; -lin curriculum_vitae_N = mkN "curriculum vitae" "IRREG"; -lin currie_PN = mkPN "Currie"; -lin currish_A = compoundA (mkA "currish"); -lin currishly_Adv = mkAdv "currishly"; -lin curry_N = mkN "curry" "curries"; -lin curry_V2 = mkV2 (mkV "curry" "curries" "curried" "curried" "currying"); -lin curry_powder_N = mkN "curry-powder" "curry-powders"; -lin curse_N = mkN "curse" "curses"; -lin curse_V = mkV "curse" "curses" "cursed" "cursed" "cursing"; -lin curse_V2 = mkV2 (mkV "curse" "curses" "cursed" "cursed" "cursing"); -lin cursed_A = compoundA (mkA "cursed"); -lin cursedly_Adv = mkAdv "cursedly"; -lin cursive_A = compoundA (mkA "cursive"); -lin cursorily_Adv = mkAdv "cursorily"; -lin cursory_A = compoundA (mkA "cursory"); -lin curst_A = compoundA (mkA "curst"); -lin curt_A = compoundA (mkA "curt"); -lin curtail_V2 = mkV2 (mkV "curtail" "curtails" "curtailed" "curtailed" "curtailing"); -lin curtailment_N = mkN "curtailment" "curtailments"; -lin curtain_N = mkN "curtain" "curtains"; -lin curtain_V2 = mkV2 (mkV "curtain" "curtains" "curtained" "curtained" "curtaining"); -lin curtain_call_N = mkN "curtain-call" "curtain-calls"; -lin curtain_lecture_N = mkN "curtain-lecture" "curtain-lectures"; -lin curtain_raiser_N = mkN "curtain-raiser" "curtain-raisers"; -lin curtly_Adv = mkAdv "curtly"; -lin curtness_N = mkN "curtness" "-" {- FIXME: no plural form -}; -lin curtsey_N = mkN "curtsey" "curtseys"; -lin curtsey_V = mkV "curtsey" "curtseys" "curtseyed" "curtseyed" "curtseying"; -lin curtsy_N = mkN "curtsy" "curtsies"; -lin curtsy_V = mkV "curtsy" "curtsies" "curtsied" "curtsied" "curtsying"; -lin curvature_N = mkN "curvature" "-" {- FIXME: no plural form -}; -lin curve_N = mkN "curve" "curves"; -lin curve_V = mkV "curve" "curves" "curved" "curved" "curving"; -lin curve_V2 = mkV2 (mkV "curve" "curves" "curved" "curved" "curving"); -lin cure_2_N = mkN "curé" "curés"; -lin cushion_N = mkN "cushion" "cushions"; -lin cushion_V2 = mkV2 (mkV "cushion" "cushions" "cushioned" "cushioned" "cushioning"); -lin cushy_A = mkA "cushy" "cushier"; -lin cusp_N = mkN "cusp" "cusps"; -lin cuspidor_N = mkN "cuspidor" "cuspidors"; -lin cuss_N = mkN "cuss" "cusses"; -lin cussed_A = compoundA (mkA "cussed"); -lin cussedly_Adv = mkAdv "cussedly"; -lin cussedness_N = mkN "cussedness" "-" {- FIXME: no plural form -}; -lin custard_N = mkN "custard" "custards"; -lin custodial_A = compoundA (mkA "custodial"); -lin custodian_N = mkN "custodian" "custodians"; -lin custody_N = mkN "custody" "-" {- FIXME: no plural form -}; -lin custom_N = mkN "custom" "customs"; -lin custom_built_A = compoundA (mkA "custom-built"); -lin custom_made_A = compoundA (mkA "custom-made"); -lin customarily_Adv = mkAdv "customarily"; -lin customary_A = compoundA (mkA "customary"); -lin customer_N = mkN "customer" "customers"; -lin cut_N = mkN "cut" "cuts"; -lin cut_V = IrregEng.cut_V; -lin cut_V2 = mkV2 (IrregEng.cut_V); -lin cut_out_N = mkN "cut-out" "cut-outs"; -lin cut_price_A = compoundA (mkA "cut-price"); -lin cut_rate_A = compoundA (mkA "cut-rate"); -lin cut_throat_A = compoundA (mkA "cut-throat"); -lin cut_throat_N = mkN "cut-throat" "cut-throats"; -lin cutback_N = mkN "cutback" "cutbacks"; -lin cute_A = mkA "cute" "cuter"; -lin cutely_Adv = mkAdv "cutely"; -lin cuteness_N = mkN "cuteness" "-" {- FIXME: no plural form -}; -lin cuticle_N = mkN "cuticle" "cuticles"; -lin cutlass_N = mkN "cutlass" "cutlasses"; -lin cutler_N = mkN "cutler" "cutlers"; -lin cutlery_N = mkN "cutlery" "-" {- FIXME: no plural form -}; -lin cutlet_N = mkN "cutlet" "cutlets"; -lin cutpurse_N = mkN "cutpurse" "cutpurses"; -lin cutter_N = mkN "cutter" "cutters"; -lin cutting_A = compoundA (mkA "cutting"); -lin cutting_N = mkN "cutting" "cuttings"; -lin cutting_room_N = mkN "cutting-room" "cutting-rooms"; -lin cuttlefish_N = mkN "cuttlefish" "cuttlefishes"; -lin cutworm_N = mkN "cutworm" "cutworms"; -lin cwmbran_PN = mkPN "Cwmbran"; -lin cwt_N = mkN "cwt" "cwt"; -lin cyanide_N = mkN "cyanide" "-" {- FIXME: no plural form -}; -lin cybernetic_A = compoundA (mkA "cybernetic"); -lin cybernetics_N = mkN "cybernetics" "cybernetics"; -lin cyclamen_N = mkN "cyclamen" "cyclamens"; -lin cycle_N = mkN "cycle" "cycles"; -lin cycle_V = mkV "cycle" "cycles" "cycled" "cycled" "cycling"; -lin cyclic_A = compoundA (mkA "cyclic"); -lin cyclical_A = compoundA (mkA "cyclical"); -lin cyclist_N = mkN "cyclist" "cyclists"; -lin cyclone_N = mkN "cyclone" "cyclones"; -lin cyclonic_A = compoundA (mkA "cyclonic"); -lin cyclopaedia_N = mkN "cyclopaedia" "cyclopaedias"; -lin cyclopean_A = compoundA (mkA "cyclopean"); -lin cyclostyle_N = mkN "cyclostyle" "cyclostyles"; -lin cyclostyle_V2 = mkV2 (mkV "cyclostyle" "cyclostyles" "cyclostyled" "cyclostyled" "cyclostyling"); -lin cyclotron_N = mkN "cyclotron" "cyclotrons"; -lin cyder_N = mkN "cyder" "cyders"; -lin cygnet_N = mkN "cygnet" "cygnets"; -lin cylinder_N = mkN "cylinder" "cylinders"; -lin cylindrical_A = compoundA (mkA "cylindrical"); -lin cymbal_N = mkN "cymbal" "cymbals"; -lin cynic_N = mkN "cynic" "cynics"; -lin cynical_A = compoundA (mkA "cynical"); -lin cynically_Adv = mkAdv "cynically"; -lin cynicism_N = mkN "cynicism" "cynicisms"; -lin cynosure_N = mkN "cynosure" "cynosures"; -lin cynthia_PN = mkPN "Cynthia"; -lin cypher_N = mkN "cypher" "cyphers"; -lin cypher_V = mkV "cypher" "cyphers" "cyphered" "cyphered" "cyphering"; -lin cypher_V2 = mkV2 (mkV "cypher" "cyphers" "cyphered" "cyphered" "cyphering"); -lin cypress_N = mkN "cypress" "cypresses"; -lin cyprian_A = compoundA (mkA "cyprian"); -lin cypriot_A = compoundA (mkA "cypriot"); -lin cypriot_N = mkN "cypriot" "cypriots"; -lin cyprus_PN = mkPN "Cyprus"; -lin cyril_PN = mkPN "Cyril"; -lin cyrillic_A = compoundA (mkA "cyrillic"); -lin cyst_N = mkN "cyst" "cysts"; -lin czar_N = mkN "czar" "czars"; -lin czarina_N = mkN "czarina" "czarinas"; -lin czech_A = compoundA (mkA "czech"); -lin czech_N = mkN "czech" "czechs"; -lin czechoslovak_A = compoundA (mkA "czechoslovak"); -lin czechoslovak_N = mkN "czechoslovak" "czechoslovaks"; -lin czechoslovakia_PN = mkPN "Czechoslovakia"; -lin czechoslovakian_A = compoundA (mkA "czechoslovakian"); -lin czechoslovakian_N = mkN "czechoslovakian" "czechoslovakians"; -lin d_day_PN = mkPN "D-day"; -lin dab_N = mkN "dab" "dabs"; -lin dab_V = mkV "dab" "dabs" "dabbed" "dabbed" "dabbing"; -lin dab_V2 = mkV2 (mkV "dab" "dabs" "dabbed" "dabbed" "dabbing"); -lin dabble_V = mkV "dabble" "dabbles" "dabbled" "dabbled" "dabbling"; -lin dabble_V2 = mkV2 (mkV "dabble" "dabbles" "dabbled" "dabbled" "dabbling"); -lin dabbler_N = mkN "dabbler" "dabblers"; -lin dacca_PN = mkPN "Dacca"; -lin dace_N = mkN "dace" "dace"; -lin dacha_N = mkN "dacha" "dachas"; -lin dachshund_N = mkN "dachshund" "dachshunds"; -lin dacoit_N = mkN "dacoit" "dacoits"; -lin dacoity_N = mkN "dacoity" "dacoities"; -lin dactyl_N = mkN "dactyl" "dactyls"; -lin dactylic_A = compoundA (mkA "dactylic"); -lin dad_N = mkN "dad" "dads"; -lin daddy_N = mkN "daddy" "daddies"; -lin daddy_longlegs_N = mkN "daddy-longlegs" "daddy-longlegs"; -lin dado_N = mkN "dado" "dados"; -lin daemon_N = mkN "daemon" "daemons"; -lin daffodil_N = mkN "daffodil" "daffodils"; -lin daft_A = mkA "daft" "dafter"; -lin daftly_Adv = mkAdv "daftly"; -lin dagger_N = mkN "dagger" "daggers"; -lin dago_N = mkN "dago" "dagos"; -lin daguerreotype_N = mkN "daguerreotype" "daguerreotypes"; -lin dahlia_N = mkN "dahlia" "dahlias"; -lin dail_eireann_N = mkN "dail eireann" "IRREG"; -lin daily_A = compoundA (mkA "daily"); -lin daily_Adv = mkAdv "daily"; -lin daily_N = mkN "daily" "dailies"; -lin daintily_Adv = mkAdv "daintily"; -lin daintiness_N = mkN "daintiness" "-" {- FIXME: no plural form -}; -lin dainty_A = mkA "dainty" "daintier"; -lin dainty_N = mkN "dainty" "dainties"; -lin dairy_N = mkN "dairy" "dairies"; -lin dairy_farm_N = mkN "dairy-farm" "dairy-farms"; -lin dairy_farming_N = mkN "dairy-farming" "-" {- FIXME: no plural form -}; -lin dairying_N = mkN "dairying" "-" {- FIXME: no plural form -}; -lin dairymaid_N = mkN "dairymaid" "dairymaids"; -lin dairyman_N = mkN "dairyman" "dairymen" {- FIXME: guessed plural form -}; -lin dais_N = mkN "dais" "daises"; -lin daisy_N = mkN "daisy" "daisies"; -lin daisy_PN = mkPN "Daisy"; -lin dakar_PN = mkPN "Dakar"; -lin dakota_PN = mkPN "Dakota"; -lin dale_N = mkN "dale" "dales"; -lin dalesman_N = mkN "dalesman" "dalesmen" {- FIXME: guessed plural form -}; -lin dalkeith_PN = mkPN "Dalkeith"; -lin dallas_PN = mkPN "Dallas"; -lin dalliance_N = mkN "dalliance" "-" {- FIXME: no plural form -}; -lin dally_V = mkV "dally" "dallies" "dallied" "dallied" "dallying"; -lin dalmatian_N = mkN "dalmatian" "dalmatians"; -lin dalry_PN = mkPN "Dalry"; -lin dalton_PN = mkPN "Dalton"; -lin dam_N = mkN "dam" "dams"; -lin dam_V2 = mkV2 (mkV "dam" "dams" "dammed" "dammed" "damming"); -lin damage_N = mkN "damage" "damages"; -lin damage_V2 = mkV2 (mkV "damage" "damages" "damaged" "damaged" "damaging"); -lin damascene_A = compoundA (mkA "damascene"); -lin damascene_V2 = mkV2 (mkV "damascene" "damascenes" "damascened" "damascened" "damascening"); -lin damascus_PN = mkPN "Damascus"; -lin damask_N = mkN "damask" "-" {- FIXME: no plural form -}; -lin dame_N = mkN "dame" "dames"; -lin damn_A = compoundA (mkA "damn"); -lin damn_Adv = mkAdv "damn"; -lin damn_N = mkN "damn" "IRREG"; -lin damn_V2 = mkV2 (mkV "damn" "damns" "damned" "damned" "damning"); -lin damnable_A = compoundA (mkA "damnable"); -lin damnably_Adv = mkAdv "damnably"; -lin damnation_N = mkN "damnation" "-" {- FIXME: no plural form -}; -lin damned_A = compoundA (mkA "damned"); -lin damned_Adv = mkAdv "damned"; -lin damocles_PN = mkPN "Damocles"; -lin damp_A = mkA "damp" "damper"; -lin damp_N = mkN "damp" "-" {- FIXME: no plural form -}; -lin damp_V = mkV "damp" "damps" "damped" "damped" "damping"; -lin damp_V2 = mkV2 (mkV "damp" "damps" "damped" "damped" "damping"); -lin dampen_V = mkV "dampen" "dampens" "dampened" "dampened" "dampening"; -lin dampen_V2 = mkV2 (mkV "dampen" "dampens" "dampened" "dampened" "dampening"); -lin damper_N = mkN "damper" "dampers"; -lin dampish_A = compoundA (mkA "dampish"); -lin damply_Adv = mkAdv "damply"; -lin dampness_N = mkN "dampness" "-" {- FIXME: no plural form -}; -lin damsel_N = mkN "damsel" "damsels"; -lin damson_N = mkN "damson" "damsons"; -lin dan_PN = mkPN "Dan"; -lin dance_N = mkN "dance" "dances"; -lin dance_V = mkV "dance" "dances" "danced" "danced" "dancing"; -lin dance_V2 = mkV2 (mkV "dance" "dances" "danced" "danced" "dancing"); -lin dance_band_N = mkN "dance-band" "dance-bands"; -lin dance_hall_N = mkN "dance-hall" "dance-halls"; -lin dance_orchestra_N = mkN "dance-orchestra" "dance-orchestras"; -lin dancer_N = mkN "dancer" "dancers"; -lin dancing_A = compoundA (mkA "dancing"); -lin dancing_N = mkN "dancing" "-" {- FIXME: no plural form -}; -lin dandelion_N = mkN "dandelion" "dandelions"; -lin dander_N = mkN "dander" "IRREG"; -lin dandified_A = compoundA (mkA "dandified"); -lin dandle_V2 = mkV2 (mkV "dandle" "dandles" "dandled" "dandled" "dandling"); -lin dandruff_N = mkN "dandruff" "-" {- FIXME: no plural form -}; -lin dandy_A = compoundA (mkA "dandy"); -lin dandy_N = mkN "dandy" "dandies"; -lin dane_N = mkN "dane" "danes"; -lin danger_N = mkN "danger" "dangers"; -lin dangerous_A = compoundA (mkA "dangerous"); -lin dangerously_Adv = mkAdv "dangerously"; -lin dangle_V = mkV "dangle" "dangles" "dangled" "dangled" "dangling"; -lin dangle_V2 = mkV2 (mkV "dangle" "dangles" "dangled" "dangled" "dangling"); -lin daniel_N = mkN "daniel" "daniels"; -lin daniel_PN = mkPN "Daniel"; -lin danish_A = compoundA (mkA "danish"); -lin danish_N = mkN "danish" "-" {- FIXME: no plural form -}; -lin dank_A = mkA "dank" "danker"; -lin danny_PN = mkPN "Danny"; -lin danse_macabre_N = mkN "danse macabre" "IRREG"; -lin daphne_N = mkN "daphne" "daphnes"; -lin daphne_PN = mkPN "Daphne"; -lin dapper_A = compoundA (mkA "dapper"); -lin dapple_V2 = mkV2 (mkV "dapple" "dapples" "dappled" "dappled" "dappling"); -lin dapple_grey_A = compoundA (mkA "dapple-grey"); -lin dapple_grey_N = mkN "dapple-grey" "dapple-greys"; -lin darby_PN = mkPN "Darby"; -lin dare_N = mkN "dare" "dares"; -lin dare_V = mkV "dare" "dares" "dared" "dared" "daring"; -lin dare_V2 = mkV2 (mkV "dare" "dares" "dared" "dared" "daring"); -lin daredevil_N = mkN "daredevil" "daredevils"; -lin darenth_PN = mkPN "Darenth"; -lin darfield_PN = mkPN "Darfield"; -lin daring_A = compoundA (mkA "daring"); -lin daring_N = mkN "daring" "-" {- FIXME: no plural form -}; -lin daringly_Adv = mkAdv "daringly"; -lin dark_A = mkA "dark" "darker"; -lin dark_N = mkN "dark" "-" {- FIXME: no plural form -}; -lin darken_V = mkV "darken" "darkens" "darkened" "darkened" "darkening"; -lin darken_V2 = mkV2 (mkV "darken" "darkens" "darkened" "darkened" "darkening"); -lin darkey_N = mkN "darkey" "darkeys"; -lin darkie_N = mkN "darkie" "darkies"; -lin darkly_Adv = mkAdv "darkly"; -lin darkness_N = mkN "darkness" "-" {- FIXME: no plural form -}; -lin darkroom_N = mkN "darkroom" "darkrooms"; -lin darky_N = mkN "darky" "darkies"; -lin darling_N = mkN "darling" "darlings"; -lin darlington_PN = mkPN "Darlington"; -lin darmstadt_PN = mkPN "Darmstadt"; -lin darn_N = mkN "darn" "darns"; -lin darn_V = mkV "darn" "darns" "darned" "darned" "darning"; -lin darn_V2 = mkV2 (mkV "darn" "darns" "darned" "darned" "darning"); -lin darning_N = mkN "darning" "-" {- FIXME: no plural form -}; -lin darning_needle_N = mkN "darning-needle" "darning-needles"; -lin dart_N = mkN "dart" "darts"; -lin dart_V = mkV "dart" "darts" "darted" "darted" "darting"; -lin dart_V2 = mkV2 (mkV "dart" "darts" "darted" "darted" "darting"); -lin dartford_PN = mkPN "Dartford"; -lin dartmouth_PN = mkPN "Dartmouth"; -lin darwen_PN = mkPN "Darwen"; -lin dash_N = mkN "dash" "dashes"; -lin dash_V = mkV "dash" "dashes" "dashed" "dashed" "dashing"; -lin dash_V2 = mkV2 (mkV "dash" "dashes" "dashed" "dashed" "dashing"); -lin dashboard_N = mkN "dashboard" "dashboards"; -lin dashing_A = compoundA (mkA "dashing"); -lin dashingly_Adv = mkAdv "dashingly"; -lin dastard_N = mkN "dastard" "dastards"; -lin dastardly_A = compoundA (mkA "dastardly"); -lin data_N = mkN "data" "data"; -lin datable_A = compoundA (mkA "datable"); -lin date_N = mkN "date" "dates"; -lin date_V = mkV "date" "dates" "dated" "dated" "dating"; -lin date_V2 = mkV2 (mkV "date" "dates" "dated" "dated" "dating"); -lin dated_A = compoundA (mkA "dated"); -lin dateless_A = compoundA (mkA "dateless"); -lin dateline_N = mkN "dateline" "datelines"; -lin dative_A = compoundA (mkA "dative"); -lin dative_N = mkN "dative" "datives"; -lin datum_N = mkN "datum" "data" {- FIXME: guessed plural form -}; -lin daub_N = mkN "daub" "daubs"; -lin daub_V = mkV "daub" "daubs" "daubed" "daubed" "daubing"; -lin daub_V2 = mkV2 (mkV "daub" "daubs" "daubed" "daubed" "daubing"); -lin dauber_N = mkN "dauber" "daubers"; -lin daughter_N = mkN "daughter" "daughters"; -lin daughter_in_law_N = mkN "daughter-in-law" "daughters-in-law" {- FIXME: guessed plural form -}; -lin daughterly_A = compoundA (mkA "daughterly"); -lin daunt_V2 = mkV2 (mkV "daunt" "daunts" "daunted" "daunted" "daunting"); -lin dauntless_A = compoundA (mkA "dauntless"); -lin dauntlessly_Adv = mkAdv "dauntlessly"; -lin dauphin_N = mkN "dauphin" "dauphins"; -lin dave_PN = mkPN "Dave"; -lin davenport_N = mkN "davenport" "davenports"; -lin daventry_PN = mkPN "Daventry"; -lin davey_PN = mkPN "Davey"; -lin david_PN = mkPN "David"; -lin davit_N = mkN "davit" "davits"; -lin daw_N = mkN "daw" "daws"; -lin dawdle_V = mkV "dawdle" "dawdles" "dawdled" "dawdled" "dawdling"; -lin dawdle_V2 = mkV2 (mkV "dawdle" "dawdles" "dawdled" "dawdled" "dawdling"); -lin dawdler_N = mkN "dawdler" "dawdlers"; -lin dawley_PN = mkPN "Dawley"; -lin dawlish_PN = mkPN "Dawlish"; -lin dawn_N = mkN "dawn" "dawns"; -lin dawn_PN = mkPN "Dawn"; -lin dawn_V = mkV "dawn" "dawns" "dawned" "dawned" "dawning"; -lin day_N = mkN "day" "days"; -lin day_boarder_N = mkN "day-boarder" "day-boarders"; -lin day_labourer_N = mkN "day-labourer" "day-labourers"; -lin day_return_N = mkN "day-return" "day-returns"; -lin day_school_N = mkN "day-school" "day-schools"; -lin daybook_N = mkN "daybook" "daybooks"; -lin dayboy_N = mkN "dayboy" "dayboys"; -lin daybreak_N = mkN "daybreak" "daybreaks"; -lin daydream_N = mkN "daydream" "daydreams"; -lin daydream_V = mkV "daydream" "daydreams" "daydreamed" "daydreamed" "daydreaming"; -lin daygirl_N = mkN "daygirl" "daygirls"; -lin daylight_N = mkN "daylight" "-" {- FIXME: no plural form -}; -lin daylight_saving_A = compoundA (mkA "daylight-saving"); -lin daylight_saving_N = mkN "daylight-saving" "-" {- FIXME: no plural form -}; -lin daylong_A = compoundA (mkA "daylong"); -lin daylong_Adv = mkAdv "daylong"; -lin dayspring_N = mkN "dayspring" "daysprings"; -lin daytime_N = mkN "daytime" "daytimes"; -lin dayton_PN = mkPN "Dayton"; -lin daze_N = mkN "daze" "IRREG"; -lin daze_V2 = mkV2 (mkV "daze" "dazes" "dazed" "dazed" "dazing"); -lin dazedly_Adv = mkAdv "dazedly"; -lin dazzle_N = mkN "dazzle" "-" {- FIXME: no plural form -}; -lin dazzle_V2 = mkV2 (mkV "dazzle" "dazzles" "dazzled" "dazzled" "dazzling"); -lin ddt_N = mkN "ddt" "-" {- FIXME: no plural form -}; -lin de_escalate_V2 = mkV2 (mkV "de-escalate" "de-escalates" "de-escalated" "de-escalated" "de-escalating"); -lin de_escalation_N = mkN "de-escalation" "de-escalations"; -lin de_facto_A = compoundA (mkA "de facto"); -lin de_facto_Adv = mkAdv "de facto"; -lin de_ice_V2 = mkV2 (mkV "de-ice" "de-ices" "de-iced" "de-iced" "de-icing"); -lin de_jure_A = compoundA (mkA "de jure"); -lin de_jure_Adv = mkAdv "de jure"; -lin de_luxe_A = compoundA (mkA "de luxe"); -lin de_rigeur_A = compoundA (mkA "de rigeur"); -lin de_trop_A = compoundA (mkA "de trop"); -lin deacon_N = mkN "deacon" "deacons"; -lin deaconess_N = mkN "deaconess" "deaconesses"; -lin dead_A = compoundA (mkA "dead"); -lin dead_Adv = mkAdv "dead"; -lin deaden_V2 = mkV2 (mkV "deaden" "deadens" "deadened" "deadened" "deadening"); -lin deadline_N = mkN "deadline" "deadlines"; -lin deadlock_N = mkN "deadlock" "deadlocks"; -lin deadlocked_A = compoundA (mkA "deadlocked"); -lin deadly_A = mkA "deadly" "deadlier"; -lin deadly_Adv = mkAdv "deadly"; -lin deadpan_A = compoundA (mkA "deadpan"); -lin deaf_A = mkA "deaf" "deafer"; -lin deaf_aid_N = mkN "deaf-aid" "deaf-aids"; -lin deaf_mute_N = mkN "deaf mute" "deaf mutes"; -lin deafen_V2 = mkV2 (mkV "deafen" "deafens" "deafened" "deafened" "deafening"); -lin deafness_N = mkN "deafness" "-" {- FIXME: no plural form -}; -lin deal_Adv = mkAdv "deal"; -lin deal_N = mkN "deal" "deals"; -lin deal_PN = mkPN "Deal"; -lin deal_V = IrregEng.deal_V; -lin deal_V2 = mkV2 (IrregEng.deal_V); -lin dealer_N = mkN "dealer" "dealers"; -lin dealing_N = mkN "dealing" "dealings"; -lin dean_N = mkN "dean" "deans"; -lin dean_PN = mkPN "Dean"; -lin deanery_N = mkN "deanery" "deaneries"; -lin dear_A = mkA "dear" "dearer"; -lin dear_Adv = mkAdv "dear"; -lin dear_N = mkN "dear" "dears"; -lin dearest_N = mkN "dearest" "IRREG"; -lin dearie_N = mkN "dearie" "dearies"; -lin dearly_Adv = mkAdv "dearly"; -lin dearness_N = mkN "dearness" "-" {- FIXME: no plural form -}; -lin dearth_N = mkN "dearth" "dearths"; -lin deary_N = mkN "deary" "dearies"; -lin death_N = mkN "death" "deaths"; -lin death_mask_N = mkN "death-mask" "death-masks"; -lin death_rate_N = mkN "death-rate" "death-rates"; -lin death_roll_N = mkN "death-roll" "death-rolls"; -lin death_warrant_N = mkN "death-warrant" "death-warrants"; -lin deathbed_N = mkN "deathbed" "deathbeds"; -lin deathblow_N = mkN "deathblow" "deathblows"; -lin deathless_A = compoundA (mkA "deathless"); -lin deathlike_A = compoundA (mkA "deathlike"); -lin deathly_A = compoundA (mkA "deathly"); -lin deathly_Adv = mkAdv "deathly"; -lin deathtrap_N = mkN "deathtrap" "deathtraps"; -lin deb_N = mkN "deb" "debs"; -lin debag_V2 = mkV2 (mkV "debag" "debags" "debagged" "debagged" "debagging"); -lin debar_V2 = mkV2 (mkV "debar" "debars" "debarred" "debarred" "debarring"); -lin debark_V = mkV "debark" "debarks" "debarked" "debarked" "debarking"; -lin debark_V2 = mkV2 (mkV "debark" "debarks" "debarked" "debarked" "debarking"); -lin debarkation_N = mkN "debarkation" "debarkations"; -lin debase_V2 = mkV2 (mkV "debase" "debases" "debased" "debased" "debasing"); -lin debasement_N = mkN "debasement" "debasements"; -lin debatable_A = compoundA (mkA "debatable"); -lin debate_N = mkN "debate" "debates"; -lin debate_V = mkV "debate" "debates" "debated" "debated" "debating"; -lin debate_V2 = mkV2 (mkV "debate" "debates" "debated" "debated" "debating"); -lin debater_N = mkN "debater" "debaters"; -lin debauch_N = mkN "debauch" "debauches"; -lin debauch_V2 = mkV2 (mkV "debauch" "debauches" "debauched" "debauched" "debauching"); -lin debauchee_N = mkN "debauchee" "debauchees"; -lin debauchery_N = mkN "debauchery" "debaucheries"; -lin debbie_PN = mkPN "Debbie"; -lin debby_PN = mkPN "Debby"; -lin debenture_N = mkN "debenture" "debentures"; -lin debilitate_V2 = mkV2 (mkV "debilitate" "debilitates" "debilitated" "debilitated" "debilitating"); -lin debility_N = mkN "debility" "-" {- FIXME: no plural form -}; -lin debit_N = mkN "debit" "debits"; -lin debit_V2 = mkV2 (mkV "debit" "debits" "debited" "debited" "debiting"); -lin debit_side_N = mkN "debit-side" "debit-sides"; -lin debonair_A = compoundA (mkA "debonair"); -lin deborah_PN = mkPN "Deborah"; -lin debouch_V = mkV "debouch" "debouches" "debouched" "debouched" "debouching"; -lin debouch_V2 = mkV2 (mkV "debouch" "debouches" "debouched" "debouched" "debouching"); -lin debrief_V2 = mkV2 (mkV "debrief" "debriefs" "debriefed" "debriefed" "debriefing"); -lin debris_1_N = mkN "debris" "-" {- FIXME: no plural form -}; -lin debt_N = mkN "debt" "debts"; -lin debtor_N = mkN "debtor" "debtors"; -lin debug_V2 = mkV2 (mkV "debug" "debugs" "debugged" "debugged" "debugging"); -lin debunk_V2 = mkV2 (mkV "debunk" "debunks" "debunked" "debunked" "debunking"); -lin debut_1_N = mkN "debut" "debuts"; -lin debutante_1_N = mkN "debutante" "debutantes"; -lin dec_PN = mkPN "Dec"; -lin decade_N = mkN "decade" "decades"; -lin decadence_N = mkN "decadence" "-" {- FIXME: no plural form -}; -lin decadent_A = compoundA (mkA "decadent"); -lin decadent_N = mkN "decadent" "decadents"; -lin decalogue_N = mkN "decalogue" "decalogues"; -lin decamp_V = mkV "decamp" "decamps" "decamped" "decamped" "decamping"; -lin decant_V2 = mkV2 (mkV "decant" "decants" "decanted" "decanted" "decanting"); -lin decanter_N = mkN "decanter" "decanters"; -lin decapitate_V2 = mkV2 (mkV "decapitate" "decapitates" "decapitated" "decapitated" "decapitating"); -lin decapitation_N = mkN "decapitation" "decapitations"; -lin decarbonize_V2 = mkV2 (mkV "decarbonize" "decarbonizes" "decarbonized" "decarbonized" "decarbonizing"); -lin decasyllabic_A = compoundA (mkA "decasyllabic"); -lin decasyllable_N = mkN "decasyllable" "decasyllables"; -lin decay_N = mkN "decay" "-" {- FIXME: no plural form -}; -lin decay_V = mkV "decay" "decays" "decayed" "decayed" "decaying"; -lin decease_N = mkN "decease" "-" {- FIXME: no plural form -}; -lin decease_V = mkV "decease" "deceases" "deceased" "deceased" "deceasing"; -lin deceit_N = mkN "deceit" "deceits"; -lin deceitful_A = compoundA (mkA "deceitful"); -lin deceitfully_Adv = mkAdv "deceitfully"; -lin deceitfulness_N = mkN "deceitfulness" "-" {- FIXME: no plural form -}; -lin deceive_V2 = mkV2 (mkV "deceive" "deceives" "deceived" "deceived" "deceiving"); -lin deceiver_N = mkN "deceiver" "deceivers"; -lin deceivingly_Adv = mkAdv "deceivingly"; -lin decelerate_V = mkV "decelerate" "decelerates" "decelerated" "decelerated" "decelerating"; -lin decelerate_V2 = mkV2 (mkV "decelerate" "decelerates" "decelerated" "decelerated" "decelerating"); -lin december_N = mkN "december" "decembers"; -lin december_PN = mkPN "December"; -lin decency_N = mkN "decency" "decencies"; -lin decent_A = compoundA (mkA "decent"); -lin decently_Adv = mkAdv "decently"; -lin decentralization_N = mkN "decentralization" "-" {- FIXME: no plural form -}; -lin decentralize_V2 = mkV2 (mkV "decentralize" "decentralizes" "decentralized" "decentralized" "decentralizing"); -lin deception_N = mkN "deception" "deceptions"; -lin deceptive_A = compoundA (mkA "deceptive"); -lin deceptively_Adv = mkAdv "deceptively"; -lin decibel_N = mkN "decibel" "decibels"; -lin decide_V = mkV "decide" "decides" "decided" "decided" "deciding"; -lin decide_V2 = mkV2 (mkV "decide" "decides" "decided" "decided" "deciding"); -lin decided_A = compoundA (mkA "decided"); -lin decidedly_Adv = mkAdv "decidedly"; -lin deciduous_A = compoundA (mkA "deciduous"); -lin decimal_A = compoundA (mkA "decimal"); -lin decimalization_N = mkN "decimalization" "-" {- FIXME: no plural form -}; -lin decimalize_V2 = mkV2 (mkV "decimalize" "decimalizes" "decimalized" "decimalized" "decimalizing"); -lin decimate_V2 = mkV2 (mkV "decimate" "decimates" "decimated" "decimated" "decimating"); -lin decipher_V2 = mkV2 (mkV "decipher" "deciphers" "deciphered" "deciphered" "deciphering"); -lin decipherable_A = compoundA (mkA "decipherable"); -lin decision_N = mkN "decision" "decisions"; -lin decisive_A = compoundA (mkA "decisive"); -lin decisively_Adv = mkAdv "decisively"; -lin deck_N = mkN "deck" "decks"; -lin deck_V2 = mkV2 (mkV "deck" "decks" "decked" "decked" "decking"); -lin decker_N = mkN "decker" "deckers"; -lin deckle_edged_A = compoundA (mkA "deckle-edged"); -lin declaim_V = mkV "declaim" "declaims" "declaimed" "declaimed" "declaiming"; -lin declaim_V2 = mkV2 (mkV "declaim" "declaims" "declaimed" "declaimed" "declaiming"); -lin declamation_N = mkN "declamation" "declamations"; -lin declamatory_A = compoundA (mkA "declamatory"); -lin declarable_A = compoundA (mkA "declarable"); -lin declaration_N = mkN "declaration" "declarations"; -lin declare_V = mkV "declare" "declares" "declared" "declared" "declaring"; -lin declare_V2 = mkV2 (mkV "declare" "declares" "declared" "declared" "declaring"); -lin declassification_N = mkN "declassification" "declassifications"; -lin declassify_V2 = mkV2 (mkV "declassify" "declassifies" "declassified" "declassified" "declassifying"); -lin declension_N = mkN "declension" "declensions"; -lin declination_N = mkN "declination" "declinations"; -lin decline_N = mkN "decline" "declines"; -lin decline_V = mkV "decline" "declines" "declined" "declined" "declining"; -lin decline_V2 = mkV2 (mkV "decline" "declines" "declined" "declined" "declining"); -lin declivity_N = mkN "declivity" "declivities"; -lin declutch_V = mkV "declutch" "declutches" "declutched" "declutched" "declutching"; -lin decode_V2 = mkV2 (mkV "decode" "decodes" "decoded" "decoded" "decoding"); -lin decoder_N = mkN "decoder" "decoders"; -lin decoke_V2 = mkV2 (mkV "decoke" "decokes" "decoked" "decoked" "decoking"); -lin decolonization_N = mkN "decolonization" "-" {- FIXME: no plural form -}; -lin decolonize_V2 = mkV2 (mkV "decolonize" "decolonizes" "decolonized" "decolonized" "decolonizing"); -lin decompose_V = mkV "decompose" "decomposes" "decomposed" "decomposed" "decomposing"; -lin decompose_V2 = mkV2 (mkV "decompose" "decomposes" "decomposed" "decomposed" "decomposing"); -lin decomposition_N = mkN "decomposition" "decompositions"; -lin decompress_V2 = mkV2 (mkV "decompress" "decompresses" "decompressed" "decompressed" "decompressing"); -lin decompression_N = mkN "decompression" "decompressions"; -lin decontaminate_V2 = mkV2 (mkV "decontaminate" "decontaminates" "decontaminated" "decontaminated" "decontaminating"); -lin decontamination_N = mkN "decontamination" "-" {- FIXME: no plural form -}; -lin decontrol_V2 = mkV2 (mkV "decontrol" "decontrols" "decontrolled" "decontrolled" "decontrolling"); -lin decorate_V2 = mkV2 (mkV "decorate" "decorates" "decorated" "decorated" "decorating"); -lin decoration_N = mkN "decoration" "decorations"; -lin decorative_A = compoundA (mkA "decorative"); -lin decorator_N = mkN "decorator" "decorators"; -lin decorous_A = compoundA (mkA "decorous"); -lin decorously_Adv = mkAdv "decorously"; -lin decorum_N = mkN "decorum" "-" {- FIXME: no plural form -}; -lin decoy_N = mkN "decoy" "decoys"; -lin decoy_V2 = mkV2 (mkV "decoy" "decoys" "decoyed" "decoyed" "decoying"); -lin decrease_N = mkN "decrease" "decreases"; -lin decrease_V = mkV "decrease" "decreases" "decreased" "decreased" "decreasing"; -lin decrease_V2 = mkV2 (mkV "decrease" "decreases" "decreased" "decreased" "decreasing"); -lin decree_N = mkN "decree" "decrees"; -lin decree_V2 = mkV2 (mkV "decree" "IRREG" "IRREG" "IRREG" "IRREG"); -lin decree_nisi_N = mkN "decree nisi" "IRREG"; -lin decrepit_A = compoundA (mkA "decrepit"); -lin decrepitude_N = mkN "decrepitude" "-" {- FIXME: no plural form -}; -lin decry_V2 = mkV2 (mkV "decry" "decries" "decried" "decried" "decrying"); -lin dedicate_V2 = mkV2 (mkV "dedicate" "dedicates" "dedicated" "dedicated" "dedicating"); -lin dedication_N = mkN "dedication" "dedications"; -lin deduce_V2 = mkV2 (mkV "deduce" "deduces" "deduced" "deduced" "deducing"); -lin deduct_V2 = mkV2 (mkV "deduct" "deducts" "deducted" "deducted" "deducting"); -lin deductible_A = compoundA (mkA "deductible"); -lin deduction_N = mkN "deduction" "deductions"; -lin deductive_A = compoundA (mkA "deductive"); -lin deed_N = mkN "deed" "deeds"; -lin deed_box_N = mkN "deed-box" "deed-boxes"; -lin deedpoll_N = mkN "deedpoll" "deedpolls"; -lin deem_V2 = mkV2 (mkV "deem" "deems" "deemed" "deemed" "deeming"); -lin deep_A = mkA "deep" "deeper"; -lin deep_Adv = mkAdv "deep"; -lin deep_N = mkN "deep" "deeps"; -lin deep_freeze_N = mkN "deep-freeze" "deep-freezes"; -lin deep_freeze_V2 = mkV2 (mkV "deep-" IrregEng.freeze_V); -lin deep_laid_A = compoundA (mkA "deep-laid"); -lin deep_mined_A = compoundA (mkA "deep-mined"); -lin deep_rooted_A = compoundA (mkA "deep-rooted"); -lin deep_sea_A = compoundA (mkA "deep-sea"); -lin deep_seated_A = compoundA (mkA "deep-seated"); -lin deep_water_A = compoundA (mkA "deep-water"); -lin deepen_V = mkV "deepen" "deepens" "deepened" "deepened" "deepening"; -lin deepen_V2 = mkV2 (mkV "deepen" "deepens" "deepened" "deepened" "deepening"); -lin deeply_Adv = mkAdv "deeply"; -lin deepness_N = mkN "deepness" "-" {- FIXME: no plural form -}; -lin deer_N = mkN "deer" "deer"; -lin deerskin_N = mkN "deerskin" "deerskins"; -lin deerstalker_N = mkN "deerstalker" "deerstalkers"; -lin deerstalking_N = mkN "deerstalking" "-" {- FIXME: no plural form -}; -lin deface_V2 = mkV2 (mkV "deface" "defaces" "defaced" "defaced" "defacing"); -lin defacement_N = mkN "defacement" "defacements"; -lin defalcation_N = mkN "defalcation" "defalcations"; -lin defamation_N = mkN "defamation" "-" {- FIXME: no plural form -}; -lin defamatory_A = compoundA (mkA "defamatory"); -lin defame_V2 = mkV2 (mkV "defame" "defames" "defamed" "defamed" "defaming"); -lin default_N = mkN "default" "-" {- FIXME: no plural form -}; -lin default_V = mkV "default" "defaults" "defaulted" "defaulted" "defaulting"; -lin defaulter_N = mkN "defaulter" "defaulters"; -lin defeat_N = mkN "defeat" "defeats"; -lin defeat_V2 = mkV2 (mkV "defeat" "defeats" "defeated" "defeated" "defeating"); -lin defeatism_N = mkN "defeatism" "-" {- FIXME: no plural form -}; -lin defeatist_N = mkN "defeatist" "defeatists"; -lin defecate_V = mkV "defecate" "defecates" "defecated" "defecated" "defecating"; -lin defecation_N = mkN "defecation" "defecations"; -lin defect_N = mkN "defect" "defects"; -lin defect_V = mkV "defect" "defects" "defected" "defected" "defecting"; -lin defection_N = mkN "defection" "defections"; -lin defective_A = compoundA (mkA "defective"); -lin defectively_Adv = mkAdv "defectively"; -lin defectiveness_N = mkN "defectiveness" "-" {- FIXME: no plural form -}; -lin defector_N = mkN "defector" "defectors"; -lin defence_N = mkN "defence" "defences"; -lin defenceless_A = compoundA (mkA "defenceless"); -lin defencelessly_Adv = mkAdv "defencelessly"; -lin defencelessness_N = mkN "defencelessness" "-" {- FIXME: no plural form -}; -lin defend_V2 = mkV2 (mkV "defend" "defends" "defended" "defended" "defending"); -lin defendant_N = mkN "defendant" "defendants"; -lin defender_N = mkN "defender" "defenders"; -lin defensible_A = compoundA (mkA "defensible"); -lin defensive_A = compoundA (mkA "defensive"); -lin defensive_N = mkN "defensive" "IRREG"; -lin defensively_Adv = mkAdv "defensively"; -lin defer_V = mkV "defer" "defers" "deferred" "deferred" "deferring"; -lin defer_V2 = mkV2 (mkV "defer" "defers" "deferred" "deferred" "deferring"); -lin deference_N = mkN "deference" "-" {- FIXME: no plural form -}; -lin deferential_A = compoundA (mkA "deferential"); -lin deferentially_Adv = mkAdv "deferentially"; -lin deferment_N = mkN "deferment" "deferments"; -lin defiance_N = mkN "defiance" "-" {- FIXME: no plural form -}; -lin defiant_A = compoundA (mkA "defiant"); -lin defiantly_Adv = mkAdv "defiantly"; -lin deficiency_N = mkN "deficiency" "deficiencies"; -lin deficient_A = compoundA (mkA "deficient"); -lin deficit_N = mkN "deficit" "deficits"; -lin defile_N = mkN "defile" "defiles"; -lin defile_V = mkV "defile" "defiles" "defiled" "defiled" "defiling"; -lin defile_V2 = mkV2 (mkV "defile" "defiles" "defiled" "defiled" "defiling"); -lin defilement_N = mkN "defilement" "-" {- FIXME: no plural form -}; -lin definable_A = compoundA (mkA "definable"); -lin define_V2 = mkV2 (mkV "define" "defines" "defined" "defined" "defining"); -lin definite_A = compoundA (mkA "definite"); -lin definitely_Adv = mkAdv "definitely"; -lin definition_N = mkN "definition" "definitions"; -lin definitive_A = compoundA (mkA "definitive"); -lin deflate_V2 = mkV2 (mkV "deflate" "deflates" "deflated" "deflated" "deflating"); -lin deflation_N = mkN "deflation" "-" {- FIXME: no plural form -}; -lin deflationary_A = compoundA (mkA "deflationary"); -lin deflect_V = mkV "deflect" "deflects" "deflected" "deflected" "deflecting"; -lin deflect_V2 = mkV2 (mkV "deflect" "deflects" "deflected" "deflected" "deflecting"); -lin deflection_N = mkN "deflection" "deflections"; -lin deflower_V2 = mkV2 (mkV "deflower" "deflowers" "deflowered" "deflowered" "deflowering"); -lin defoliant_N = mkN "defoliant" "defoliants"; -lin defoliate_V2 = mkV2 (mkV "defoliate" "defoliates" "defoliated" "defoliated" "defoliating"); -lin defoliation_N = mkN "defoliation" "defoliations"; -lin deforest_V2 = mkV2 (mkV "deforest" "deforests" "deforested" "deforested" "deforesting"); -lin deform_V2 = mkV2 (mkV "deform" "deforms" "deformed" "deformed" "deforming"); -lin deformed_A = compoundA (mkA "deformed"); -lin deformity_N = mkN "deformity" "deformities"; -lin defraud_V2 = mkV2 (mkV "defraud" "defrauds" "defrauded" "defrauded" "defrauding"); -lin defray_V2 = mkV2 (mkV "defray" "defrays" "defrayed" "defrayed" "defraying"); -lin defrayal_N = mkN "defrayal" "defrayals"; -lin defrayment_N = mkN "defrayment" "defrayments"; -lin defrock_V2 = mkV2 (mkV "defrock" "defrocks" "defrocked" "defrocked" "defrocking"); -lin defrost_V2 = mkV2 (mkV "defrost" "defrosts" "defrosted" "defrosted" "defrosting"); -lin defroster_N = mkN "defroster" "defrosters"; -lin deft_A = compoundA (mkA "deft"); -lin deftly_Adv = mkAdv "deftly"; -lin deftness_N = mkN "deftness" "-" {- FIXME: no plural form -}; -lin defunct_A = compoundA (mkA "defunct"); -lin defuse_V2 = mkV2 (mkV "defuse" "defuses" "defused" "defused" "defusing"); -lin defy_V2 = mkV2 (mkV "defy" "defies" "defied" "defied" "defying"); -lin degauss_V2 = mkV2 (mkV "degauss" "degausses" "degaussed" "degaussed" "degaussing"); -lin degeneracy_N = mkN "degeneracy" "-" {- FIXME: no plural form -}; -lin degenerate_A = compoundA (mkA "degenerate"); -lin degenerate_N = mkN "degenerate" "degenerates"; -lin degenerate_V = mkV "degenerate" "degenerates" "degenerated" "degenerated" "degenerating"; -lin degeneration_N = mkN "degeneration" "-" {- FIXME: no plural form -}; -lin degradation_N = mkN "degradation" "degradations"; -lin degrade_V2 = mkV2 (mkV "degrade" "degrades" "degraded" "degraded" "degrading"); -lin degree_N = mkN "degree" "degrees"; -lin dehorn_V2 = mkV2 (mkV "dehorn" "dehorns" "dehorned" "dehorned" "dehorning"); -lin dehumanize_V2 = mkV2 (mkV "dehumanize" "dehumanizes" "dehumanized" "dehumanized" "dehumanizing"); -lin dehydrate_V2 = mkV2 (mkV "dehydrate" "dehydrates" "dehydrated" "dehydrated" "dehydrating"); -lin deification_N = mkN "deification" "-" {- FIXME: no plural form -}; -lin deify_V2 = mkV2 (mkV "deify" "deifies" "deified" "deified" "deifying"); -lin deign_V = mkV "deign" "deigns" "deigned" "deigned" "deigning"; -lin deirdre_PN = mkPN "Deirdre"; -lin deism_N = mkN "deism" "-" {- FIXME: no plural form -}; -lin deist_N = mkN "deist" "deists"; -lin deity_N = mkN "deity" "deities"; -lin deject_V2 = mkV2 (mkV "deject" "dejects" "dejected" "dejected" "dejecting"); -lin dejectedly_Adv = mkAdv "dejectedly"; -lin dejection_N = mkN "dejection" "-" {- FIXME: no plural form -}; -lin dekko_N = mkN "dekko" "dekki" {- FIXME: guessed plural form -}; -lin delaware_PN = mkPN "Delaware"; -lin delay_N = mkN "delay" "delays"; -lin delay_V = mkV "delay" "delays" "delayed" "delayed" "delaying"; -lin delay_V2 = mkV2 (mkV "delay" "delays" "delayed" "delayed" "delaying"); -lin delayed_action_A = compoundA (mkA "delayed-action"); -lin delayed_action_N = mkN "delayed-action" "-" {- FIXME: no plural form -}; -lin delectable_A = compoundA (mkA "delectable"); -lin delectation_N = mkN "delectation" "-" {- FIXME: no plural form -}; -lin delegacy_N = mkN "delegacy" "delegacies"; -lin delegate_N = mkN "delegate" "delegates"; -lin delegate_V2 = mkV2 (mkV "delegate" "delegates" "delegated" "delegated" "delegating"); -lin delegation_N = mkN "delegation" "delegations"; -lin delete_V2 = mkV2 (mkV "delete" "deletes" "deleted" "deleted" "deleting"); -lin deleterious_A = compoundA (mkA "deleterious"); -lin deletion_N = mkN "deletion" "deletions"; -lin delf_N = mkN "delf" "-" {- FIXME: no plural form -}; -lin delft_N = mkN "delft" "-" {- FIXME: no plural form -}; -lin delhi_PN = mkPN "Delhi"; -lin deliberate_A = compoundA (mkA "deliberate"); -lin deliberate_V = mkV "deliberate" "deliberates" "deliberated" "deliberated" "deliberating"; -lin deliberate_V2 = mkV2 (mkV "deliberate" "deliberates" "deliberated" "deliberated" "deliberating"); -lin deliberately_Adv = mkAdv "deliberately"; -lin deliberation_N = mkN "deliberation" "deliberations"; -lin deliberative_A = compoundA (mkA "deliberative"); -lin delicacy_N = mkN "delicacy" "delicacies"; -lin delicate_A = compoundA (mkA "delicate"); -lin delicately_Adv = mkAdv "delicately"; -lin delicatessen_N = mkN "delicatessen" "delicatessens"; -lin delicious_A = compoundA (mkA "delicious"); -lin deliciously_Adv = mkAdv "deliciously"; -lin delight_N = mkN "delight" "delights"; -lin delight_V = mkV "delight" "delights" "delighted" "delighted" "delighting"; -lin delight_V2 = mkV2 (mkV "delight" "delights" "delighted" "delighted" "delighting"); -lin delightedly_Adv = mkAdv "delightedly"; -lin delightful_A = compoundA (mkA "delightful"); -lin delightfully_Adv = mkAdv "delightfully"; -lin delimit_V2 = mkV2 (mkV "delimit" "delimits" "delimited" "delimited" "delimiting"); -lin delimitate_V2 = mkV2 (mkV "delimitate" "delimitates" "delimitated" "delimitated" "delimitating"); -lin delimitation_N = mkN "delimitation" "delimitations"; -lin delineate_V2 = mkV2 (mkV "delineate" "delineates" "delineated" "delineated" "delineating"); -lin delineation_N = mkN "delineation" "delineations"; -lin delinquency_N = mkN "delinquency" "delinquencies"; -lin delinquent_A = compoundA (mkA "delinquent"); -lin delinquent_N = mkN "delinquent" "delinquents"; -lin deliquescent_A = compoundA (mkA "deliquescent"); -lin delirious_A = compoundA (mkA "delirious"); -lin deliriously_Adv = mkAdv "deliriously"; -lin delirium_N = mkN "delirium" "-" {- FIXME: no plural form -}; -lin delirium_tremens_N = mkN "delirium tremens" "IRREG"; -lin deliver_V2 = mkV2 (mkV "deliver" "delivers" "delivered" "delivered" "delivering"); -lin deliverance_N = mkN "deliverance" "deliverances"; -lin deliverer_N = mkN "deliverer" "deliverers"; -lin delivery_N = mkN "delivery" "deliveries"; -lin dell_N = mkN "dell" "dells"; -lin delouse_V2 = mkV2 (mkV "delouse" "delouses" "deloused" "deloused" "delousing"); -lin delphic_A = compoundA (mkA "delphic"); -lin delphinium_N = mkN "delphinium" "delphiniums"; -lin delta_N = mkN "delta" "deltas"; -lin delude_V2 = mkV2 (mkV "delude" "deludes" "deluded" "deluded" "deluding"); -lin deluge_N = mkN "deluge" "deluges"; -lin deluge_V2 = mkV2 (mkV "deluge" "deluges" "deluged" "deluged" "deluging"); -lin delusion_N = mkN "delusion" "delusions"; -lin delusive_A = compoundA (mkA "delusive"); -lin delusively_Adv = mkAdv "delusively"; -lin delve_V = mkV "delve" "delves" "delved" "delved" "delving"; -lin delve_V2 = mkV2 (mkV "delve" "delves" "delved" "delved" "delving"); -lin demagnetization_N = mkN "demagnetization" "-" {- FIXME: no plural form -}; -lin demagnetize_V2 = mkV2 (mkV "demagnetize" "demagnetizes" "demagnetized" "demagnetized" "demagnetizing"); -lin demagogic_A = compoundA (mkA "demagogic"); -lin demagogue_N = mkN "demagogue" "demagogues"; -lin demagogy_N = mkN "demagogy" "-" {- FIXME: no plural form -}; -lin demand_N = mkN "demand" "demands"; -lin demand_V2 = mkV2 (mkV "demand" "demands" "demanded" "demanded" "demanding"); -lin demarcate_V2 = mkV2 (mkV "demarcate" "demarcates" "demarcated" "demarcated" "demarcating"); -lin demarcation_N = mkN "demarcation" "-" {- FIXME: no plural form -}; -lin demean_V2 = mkV2 (mkV "demean" "demeans" "demeaned" "demeaned" "demeaning"); -lin demeanour_N = mkN "demeanour" "-" {- FIXME: no plural form -}; -lin demented_A = compoundA (mkA "demented"); -lin dementedly_Adv = mkAdv "dementedly"; -lin demerara_N = mkN "demerara" "-" {- FIXME: no plural form -}; -lin demerit_N = mkN "demerit" "demerits"; -lin demesne_N = mkN "demesne" "demesnes"; -lin demigod_N = mkN "demigod" "demigods"; -lin demijohn_N = mkN "demijohn" "demijohns"; -lin demilitarize_V2 = mkV2 (mkV "demilitarize" "demilitarizes" "demilitarized" "demilitarized" "demilitarizing"); -lin demimondaine_N = mkN "demimondaine" "demimondaines"; -lin demimonde_N = mkN "demimonde" "IRREG"; -lin demise_N = mkN "demise" "IRREG"; -lin demist_V2 = mkV2 (mkV "demist" "demists" "demisted" "demisted" "demisting"); -lin demister_N = mkN "demister" "demisters"; -lin demo_N = mkN "demo" "demos"; -lin demob_V2 = mkV2 (mkV "demob" "demobs" "demobbed" "demobbed" "demobbing"); -lin demobilization_N = mkN "demobilization" "-" {- FIXME: no plural form -}; -lin demobilize_V2 = mkV2 (mkV "demobilize" "demobilizes" "demobilized" "demobilized" "demobilizing"); -lin democracy_N = mkN "democracy" "democracies"; -lin democrat_N = mkN "democrat" "democrats"; -lin democratic_A = compoundA (mkA "democratic"); -lin democratically_Adv = mkAdv "democratically"; -lin democratization_N = mkN "democratization" "-" {- FIXME: no plural form -}; -lin democratize_V2 = mkV2 (mkV "democratize" "democratizes" "democratized" "democratized" "democratizing"); -lin demographic_A = compoundA (mkA "demographic"); -lin demography_N = mkN "demography" "-" {- FIXME: no plural form -}; -lin demolish_V2 = mkV2 (mkV "demolish" "demolishes" "demolished" "demolished" "demolishing"); -lin demolition_N = mkN "demolition" "demolitions"; -lin demon_N = mkN "demon" "demons"; -lin demonetization_N = mkN "demonetization" "demonetizations"; -lin demonetize_V2 = mkV2 (mkV "demonetize" "demonetizes" "demonetized" "demonetized" "demonetizing"); -lin demoniac_A = compoundA (mkA "demoniac"); -lin demoniac_N = mkN "demoniac" "demoniacs"; -lin demoniacal_A = compoundA (mkA "demoniacal"); -lin demoniacally_Adv = mkAdv "demoniacally"; -lin demonic_A = compoundA (mkA "demonic"); -lin demonstrability_N = mkN "demonstrability" "-" {- FIXME: no plural form -}; -lin demonstrable_A = compoundA (mkA "demonstrable"); -lin demonstrably_Adv = mkAdv "demonstrably"; -lin demonstrate_V = mkV "demonstrate" "demonstrates" "demonstrated" "demonstrated" "demonstrating"; -lin demonstrate_V2 = mkV2 (mkV "demonstrate" "demonstrates" "demonstrated" "demonstrated" "demonstrating"); -lin demonstration_N = mkN "demonstration" "demonstrations"; -lin demonstrative_A = compoundA (mkA "demonstrative"); -lin demonstratively_Adv = mkAdv "demonstratively"; -lin demonstrator_N = mkN "demonstrator" "demonstrators"; -lin demoralization_N = mkN "demoralization" "-" {- FIXME: no plural form -}; -lin demoralize_V2 = mkV2 (mkV "demoralize" "demoralizes" "demoralized" "demoralized" "demoralizing"); -lin demote_V2 = mkV2 (mkV "demote" "demotes" "demoted" "demoted" "demoting"); -lin demotic_A = compoundA (mkA "demotic"); -lin demotion_N = mkN "demotion" "demotions"; -lin demur_N = mkN "demur" "-" {- FIXME: no plural form -}; -lin demur_V = mkV "demur" "demurs" "demurred" "demurred" "demurring"; -lin demure_A = compoundA (mkA "demure"); -lin demurely_Adv = mkAdv "demurely"; -lin demureness_N = mkN "demureness" "-" {- FIXME: no plural form -}; -lin den_N = mkN "den" "dens"; -lin denain_PN = mkPN "Denain"; -lin denary_A = compoundA (mkA "denary"); -lin denationalization_N = mkN "denationalization" "-" {- FIXME: no plural form -}; -lin denationalize_V2 = mkV2 (mkV "denationalize" "denationalizes" "denationalized" "denationalized" "denationalizing"); -lin denatured_A = compoundA (mkA "denatured"); -lin denbigh_PN = mkPN "Denbigh"; -lin deniable_A = compoundA (mkA "deniable"); -lin denial_N = mkN "denial" "denials"; -lin denier_N = mkN "denier" "denier"; -lin denigrate_V2 = mkV2 (mkV "denigrate" "denigrates" "denigrated" "denigrated" "denigrating"); -lin denigration_N = mkN "denigration" "-" {- FIXME: no plural form -}; -lin denim_N = mkN "denim" "-" {- FIXME: no plural form -}; -lin denis_PN = mkPN "Denis"; -lin denise_PN = mkPN "Denise"; -lin denizen_N = mkN "denizen" "denizens"; -lin denmark_PN = mkPN "Denmark"; -lin dennis_PN = mkPN "Dennis"; -lin denny_PN = mkPN "Denny"; -lin denominate_V2 = mkV2 (mkV "denominate" "denominates" "denominated" "denominated" "denominating"); -lin denomination_N = mkN "denomination" "denominations"; -lin denominational_A = compoundA (mkA "denominational"); -lin denominator_N = mkN "denominator" "denominators"; -lin denote_V2 = mkV2 (mkV "denote" "denotes" "denoted" "denoted" "denoting"); -lin denounce_V2 = mkV2 (mkV "denounce" "denounces" "denounced" "denounced" "denouncing"); -lin dense_A = mkA "dense" "denser"; -lin densely_Adv = mkAdv "densely"; -lin denseness_N = mkN "denseness" "-" {- FIXME: no plural form -}; -lin density_N = mkN "density" "densities"; -lin dent_N = mkN "dent" "dents"; -lin dent_V = mkV "dent" "dents" "dented" "dented" "denting"; -lin dent_V2 = mkV2 (mkV "dent" "dents" "dented" "dented" "denting"); -lin dental_A = compoundA (mkA "dental"); -lin dentifrice_N = mkN "dentifrice" "-" {- FIXME: no plural form -}; -lin dentist_N = mkN "dentist" "dentists"; -lin dentistry_N = mkN "dentistry" "-" {- FIXME: no plural form -}; -lin denture_N = mkN "denture" "dentures"; -lin denudation_N = mkN "denudation" "-" {- FIXME: no plural form -}; -lin denude_V2 = mkV2 (mkV "denude" "denudes" "denuded" "denuded" "denuding"); -lin denunciation_N = mkN "denunciation" "denunciations"; -lin denver_PN = mkPN "Denver"; -lin deny_V2 = mkV2 (mkV "deny" "denies" "denied" "denied" "denying"); -lin deodar_N = mkN "deodar" "deodars"; -lin deodorant_N = mkN "deodorant" "deodorants"; -lin deodorize_V2 = mkV2 (mkV "deodorize" "deodorizes" "deodorized" "deodorized" "deodorizing"); -lin dep_PN = mkPN "Dep"; -lin depart_V = mkV "depart" "departs" "departed" "departed" "departing"; -lin departed_A = compoundA (mkA "departed"); -lin departed_N = mkN "departed" "departed"; -lin department_N = mkN "department" "departments"; -lin departmental_A = compoundA (mkA "departmental"); -lin departure_N = mkN "departure" "departures"; -lin depend_V = mkV "depend" "depends" "depended" "depended" "depending"; -lin dependable_A = compoundA (mkA "dependable"); -lin dependant_N = mkN "dependant" "dependants"; -lin dependence_N = mkN "dependence" "-" {- FIXME: no plural form -}; -lin dependency_N = mkN "dependency" "dependencies"; -lin dependent_A = compoundA (mkA "dependent"); -lin dependent_N = mkN "dependent" "dependents"; -lin depict_V2 = mkV2 (mkV "depict" "depicts" "depicted" "depicted" "depicting"); -lin depiction_N = mkN "depiction" "depictions"; -lin depilatory_A = compoundA (mkA "depilatory"); -lin depilatory_N = mkN "depilatory" "depilatories"; -lin deplane_V = mkV "deplane" "deplanes" "deplaned" "deplaned" "deplaning"; -lin deplete_V2 = mkV2 (mkV "deplete" "depletes" "depleted" "depleted" "depleting"); -lin depletion_N = mkN "depletion" "-" {- FIXME: no plural form -}; -lin deplorable_A = compoundA (mkA "deplorable"); -lin deplorably_Adv = mkAdv "deplorably"; -lin deplore_V2 = mkV2 (mkV "deplore" "deplores" "deplored" "deplored" "deploring"); -lin deploy_V = mkV "deploy" "deploys" "deployed" "deployed" "deploying"; -lin deploy_V2 = mkV2 (mkV "deploy" "deploys" "deployed" "deployed" "deploying"); -lin deployment_N = mkN "deployment" "deployments"; -lin deponent_N = mkN "deponent" "deponents"; -lin depopulate_V2 = mkV2 (mkV "depopulate" "depopulates" "depopulated" "depopulated" "depopulating"); -lin depopulation_N = mkN "depopulation" "-" {- FIXME: no plural form -}; -lin deport_V2 = mkV2 (mkV "deport" "deports" "deported" "deported" "deporting"); -lin deportation_N = mkN "deportation" "deportations"; -lin deportee_N = mkN "deportee" "deportees"; -lin deportment_N = mkN "deportment" "-" {- FIXME: no plural form -}; -lin depose_V = mkV "depose" "deposes" "deposed" "deposed" "deposing"; -lin depose_V2 = mkV2 (mkV "depose" "deposes" "deposed" "deposed" "deposing"); -lin deposit_N = mkN "deposit" "deposits"; -lin deposit_V2 = mkV2 (mkV "deposit" "deposits" "deposited" "deposited" "depositing"); -lin deposition_N = mkN "deposition" "depositions"; -lin depositor_N = mkN "depositor" "depositors"; -lin depository_N = mkN "depository" "depositories"; -lin depot_N = mkN "depot" "depots"; -lin deprave_V2 = mkV2 (mkV "deprave" "depraves" "depraved" "depraved" "depraving"); -lin depravity_N = mkN "depravity" "depravities"; -lin deprecate_V2 = mkV2 (mkV "deprecate" "deprecates" "deprecated" "deprecated" "deprecating"); -lin deprecation_N = mkN "deprecation" "deprecations"; -lin depreciate_V = mkV "depreciate" "depreciates" "depreciated" "depreciated" "depreciating"; -lin depreciate_V2 = mkV2 (mkV "depreciate" "depreciates" "depreciated" "depreciated" "depreciating"); -lin depreciation_N = mkN "depreciation" "-" {- FIXME: no plural form -}; -lin depreciatory_A = compoundA (mkA "depreciatory"); -lin depredation_N = mkN "depredation" "depredations"; -lin depress_V2 = mkV2 (mkV "depress" "depresses" "depressed" "depressed" "depressing"); -lin depression_N = mkN "depression" "depressions"; -lin depressive_A = compoundA (mkA "depressive"); -lin depressive_N = mkN "depressive" "depressives"; -lin deprivation_N = mkN "deprivation" "deprivations"; -lin deprive_V2 = mkV2 (mkV "deprive" "deprives" "deprived" "deprived" "depriving"); -lin deprived_A = compoundA (mkA "deprived"); -lin dept_PN = mkPN "Dept"; -lin depth_N = mkN "depth" "depths"; -lin depth_bomb_N = mkN "depth-bomb" "depth-bombs"; -lin depth_charge_N = mkN "depth-charge" "depth-charges"; -lin deputation_N = mkN "deputation" "deputations"; -lin depute_V2 = mkV2 (mkV "depute" "deputes" "deputed" "deputed" "deputing"); -lin deputize_V = mkV "deputize" "deputizes" "deputized" "deputized" "deputizing"; -lin deputy_N = mkN "deputy" "deputies"; -lin derail_V2 = mkV2 (mkV "derail" "derails" "derailed" "derailed" "derailing"); -lin derailment_N = mkN "derailment" "derailments"; -lin derange_V2 = mkV2 (mkV "derange" "deranges" "deranged" "deranged" "deranging"); -lin derangement_N = mkN "derangement" "derangements"; -lin derate_V2 = mkV2 (mkV "derate" "derates" "derated" "derated" "derating"); -lin derby_N = mkN "derby" "derbies"; -lin derby_PN = mkPN "Derby"; -lin derbyshire_PN = mkPN "Derbyshire"; -lin dereham_PN = mkPN "Dereham"; -lin derek_PN = mkPN "Derek"; -lin derelict_A = compoundA (mkA "derelict"); -lin dereliction_N = mkN "dereliction" "-" {- FIXME: no plural form -}; -lin derequisition_V2 = mkV2 (mkV "derequisition" "derequisitions" "derequisitioned" "derequisitioned" "derequisitioning"); -lin derestrict_V2 = mkV2 (mkV "derestrict" "derestricts" "derestricted" "derestricted" "derestricting"); -lin deride_V2 = mkV2 (mkV "deride" "derides" "derided" "derided" "deriding"); -lin derision_N = mkN "derision" "-" {- FIXME: no plural form -}; -lin derisive_A = compoundA (mkA "derisive"); -lin derisively_Adv = mkAdv "derisively"; -lin derisory_A = compoundA (mkA "derisory"); -lin derivation_N = mkN "derivation" "derivations"; -lin derivative_A = compoundA (mkA "derivative"); -lin derivative_N = mkN "derivative" "derivatives"; -lin derive_V = mkV "derive" "derives" "derived" "derived" "deriving"; -lin derive_V2 = mkV2 (mkV "derive" "derives" "derived" "derived" "deriving"); -lin dermatitis_N = mkN "dermatitis" "-" {- FIXME: no plural form -}; -lin dermatologist_N = mkN "dermatologist" "dermatologists"; -lin dermatology_N = mkN "dermatology" "-" {- FIXME: no plural form -}; -lin derogate_V = mkV "derogate" "derogates" "derogated" "derogated" "derogating"; -lin derogation_N = mkN "derogation" "-" {- FIXME: no plural form -}; -lin derogatory_A = compoundA (mkA "derogatory"); -lin derrick_N = mkN "derrick" "derricks"; -lin derring_do_N = mkN "derring-do" "-" {- FIXME: no plural form -}; -lin derv_N = mkN "derv" "-" {- FIXME: no plural form -}; -lin dervish_N = mkN "dervish" "dervishes"; -lin des_N = mkN "des" "-" {- FIXME: no plural form -}; -lin des_PN = mkPN "Des"; -lin desalinate_V2 = mkV2 (mkV "desalinate" "desalinates" "desalinated" "desalinated" "desalinating"); -lin desalination_N = mkN "desalination" "-" {- FIXME: no plural form -}; -lin desalinization_N = mkN "desalinization" "-" {- FIXME: no plural form -}; -lin desalinize_V2 = mkV2 (mkV "desalinize" "desalinizes" "desalinized" "desalinized" "desalinizing"); -lin desalt_V2 = mkV2 (mkV "desalt" "desalts" "desalted" "desalted" "desalting"); -lin descale_V2 = mkV2 (mkV "descale" "descales" "descaled" "descaled" "descaling"); -lin descant_N = mkN "descant" "descants"; -lin descant_V = mkV "descant" "descants" "descanted" "descanted" "descanting"; -lin descend_V = mkV "descend" "descends" "descended" "descended" "descending"; -lin descend_V2 = mkV2 (mkV "descend" "descends" "descended" "descended" "descending"); -lin descendant_N = mkN "descendant" "descendants"; -lin descent_N = mkN "descent" "descents"; -lin describe_V2 = mkV2 (mkV "describe" "describes" "described" "described" "describing"); -lin description_N = mkN "description" "descriptions"; -lin descriptive_A = compoundA (mkA "descriptive"); -lin descriptively_Adv = mkAdv "descriptively"; -lin descry_V2 = mkV2 (mkV "descry" "descries" "descried" "descried" "descrying"); -lin desecrate_V2 = mkV2 (mkV "desecrate" "desecrates" "desecrated" "desecrated" "desecrating"); -lin desecration_N = mkN "desecration" "-" {- FIXME: no plural form -}; -lin desegregate_V2 = mkV2 (mkV "desegregate" "desegregates" "desegregated" "desegregated" "desegregating"); -lin desegregation_N = mkN "desegregation" "-" {- FIXME: no plural form -}; -lin desensitization_N = mkN "desensitization" "-" {- FIXME: no plural form -}; -lin desensitize_V2 = mkV2 (mkV "desensitize" "desensitizes" "desensitized" "desensitized" "desensitizing"); -lin desert_A = compoundA (mkA "desert"); -lin desert_N = mkN "desert" "deserts"; -lin desert_V = mkV "desert" "deserts" "deserted" "deserted" "deserting"; -lin desert_V2 = mkV2 (mkV "desert" "deserts" "deserted" "deserted" "deserting"); -lin deserter_N = mkN "deserter" "deserters"; -lin desertion_N = mkN "desertion" "desertions"; -lin deserve_V = mkV "deserve" "deserves" "deserved" "deserved" "deserving"; -lin deserve_V2 = mkV2 (mkV "deserve" "deserves" "deserved" "deserved" "deserving"); -lin deserved_A = compoundA (mkA "deserved"); -lin deservedly_Adv = mkAdv "deservedly"; -lin deserving_A = compoundA (mkA "deserving"); -lin desiccant_N = mkN "desiccant" "desiccants"; -lin desiccate_V2 = mkV2 (mkV "desiccate" "desiccates" "desiccated" "desiccated" "desiccating"); -lin desideratum_N = mkN "desideratum" "desiderata" {- FIXME: guessed plural form -}; -lin design_N = mkN "design" "designs"; -lin design_V = mkV "design" "designs" "designed" "designed" "designing"; -lin design_V2 = mkV2 (mkV "design" "designs" "designed" "designed" "designing"); -lin designate_A = compoundA (mkA "designate"); -lin designate_V2 = mkV2 (mkV "designate" "designates" "designated" "designated" "designating"); -lin designation_N = mkN "designation" "designations"; -lin designedly_Adv = mkAdv "designedly"; -lin designer_N = mkN "designer" "designers"; -lin designing_A = compoundA (mkA "designing"); -lin designing_N = mkN "designing" "-" {- FIXME: no plural form -}; -lin desirability_N = mkN "desirability" "-" {- FIXME: no plural form -}; -lin desirable_A = compoundA (mkA "desirable"); -lin desire_N = mkN "desire" "desires"; -lin desire_V2 = mkV2 (mkV "desire" "desires" "desired" "desired" "desiring"); -lin desirous_A = compoundA (mkA "desirous"); -lin desist_V = mkV "desist" "desists" "desisted" "desisted" "desisting"; -lin desk_N = mkN "desk" "desks"; -lin desmond_PN = mkPN "Desmond"; -lin desolate_A = compoundA (mkA "desolate"); -lin desolate_V2 = mkV2 (mkV "desolate" "desolates" "desolated" "desolated" "desolating"); -lin desolately_Adv = mkAdv "desolately"; -lin desolation_N = mkN "desolation" "-" {- FIXME: no plural form -}; -lin despair_N = mkN "despair" "-" {- FIXME: no plural form -}; -lin despair_V = mkV "despair" "despairs" "despaired" "despaired" "despairing"; -lin despairingly_Adv = mkAdv "despairingly"; -lin despatch_N = mkN "despatch" "despatches"; -lin despatch_V2 = mkV2 (mkV "despatch" "despatches" "despatched" "despatched" "despatching"); -lin desperado_N = mkN "desperado" "desperadoes"; -lin desperate_A = compoundA (mkA "desperate"); -lin desperately_Adv = mkAdv "desperately"; -lin desperation_N = mkN "desperation" "-" {- FIXME: no plural form -}; -lin despicable_A = compoundA (mkA "despicable"); -lin despicably_Adv = mkAdv "despicably"; -lin despise_V2 = mkV2 (mkV "despise" "despises" "despised" "despised" "despising"); -lin despite_N = mkN "despite" "-" {- FIXME: no plural form -}; -lin despiteful_A = compoundA (mkA "despiteful"); -lin despitefully_Adv = mkAdv "despitefully"; -lin despoil_V2 = mkV2 (mkV "despoil" "despoils" "despoiled" "despoiled" "despoiling"); -lin despondency_N = mkN "despondency" "-" {- FIXME: no plural form -}; -lin despondent_A = compoundA (mkA "despondent"); -lin despondently_Adv = mkAdv "despondently"; -lin despot_N = mkN "despot" "despots"; -lin despotic_A = compoundA (mkA "despotic"); -lin despotism_N = mkN "despotism" "despotisms"; -lin dessau_PN = mkPN "Dessau"; -lin dessert_N = mkN "dessert" "desserts"; -lin dessertspoon_N = mkN "dessertspoon" "dessertspoons"; -lin dessertspoonful_N = mkN "dessertspoonful" "dessertspoonfuls"; -lin destination_N = mkN "destination" "destinations"; -lin destine_V2 = mkV2 (mkV "destine" "destines" "destined" "destined" "destining"); -lin destiny_N = mkN "destiny" "destinies"; -lin destitute_A = compoundA (mkA "destitute"); -lin destitution_N = mkN "destitution" "-" {- FIXME: no plural form -}; -lin destroy_V2 = mkV2 (mkV "destroy" "destroys" "destroyed" "destroyed" "destroying"); -lin destroyer_N = mkN "destroyer" "destroyers"; -lin destructibility_N = mkN "destructibility" "-" {- FIXME: no plural form -}; -lin destructible_A = compoundA (mkA "destructible"); -lin destruction_N = mkN "destruction" "-" {- FIXME: no plural form -}; -lin destructive_A = compoundA (mkA "destructive"); -lin destructively_Adv = mkAdv "destructively"; -lin destructiveness_N = mkN "destructiveness" "-" {- FIXME: no plural form -}; -lin desuetude_N = mkN "desuetude" "-" {- FIXME: no plural form -}; -lin desultory_A = compoundA (mkA "desultory"); -lin detach_V2 = mkV2 (mkV "detach" "detaches" "detached" "detached" "detaching"); -lin detachable_A = compoundA (mkA "detachable"); -lin detached_A = compoundA (mkA "detached"); -lin detachment_N = mkN "detachment" "detachments"; -lin detail_N = mkN "detail" "details"; -lin detail_V2 = mkV2 (mkV "detail" "details" "detailed" "detailed" "detailing"); -lin detain_V2 = mkV2 (mkV "detain" "detains" "detained" "detained" "detaining"); -lin detainee_N = mkN "detainee" "detainees"; -lin detect_V2 = mkV2 (mkV "detect" "detects" "detected" "detected" "detecting"); -lin detectable_A = compoundA (mkA "detectable"); -lin detection_N = mkN "detection" "-" {- FIXME: no plural form -}; -lin detective_N = mkN "detective" "detectives"; -lin detector_N = mkN "detector" "detectors"; -lin detention_N = mkN "detention" "detentions"; -lin deter_V2 = mkV2 (mkV "deter" "deters" "deterred" "deterred" "deterring"); -lin detergent_A = compoundA (mkA "detergent"); -lin detergent_N = mkN "detergent" "detergents"; -lin deteriorate_V = mkV "deteriorate" "deteriorates" "deteriorated" "deteriorated" "deteriorating"; -lin deteriorate_V2 = mkV2 (mkV "deteriorate" "deteriorates" "deteriorated" "deteriorated" "deteriorating"); -lin deterioration_N = mkN "deterioration" "deteriorations"; -lin determinable_A = compoundA (mkA "determinable"); -lin determinant_A = compoundA (mkA "determinant"); -lin determinant_N = mkN "determinant" "determinants"; -lin determinate_A = compoundA (mkA "determinate"); -lin determination_N = mkN "determination" "-" {- FIXME: no plural form -}; -lin determinative_A = compoundA (mkA "determinative"); -lin determinative_N = mkN "determinative" "determinatives"; -lin determine_V = mkV "determine" "determines" "determined" "determined" "determining"; -lin determine_V2 = mkV2 (mkV "determine" "determines" "determined" "determined" "determining"); -lin determinedly_Adv = mkAdv "determinedly"; -lin determiner_N = mkN "determiner" "determiners"; -lin deterrent_A = compoundA (mkA "deterrent"); -lin deterrent_N = mkN "deterrent" "deterrents"; -lin detest_V2 = mkV2 (mkV "detest" "detests" "detested" "detested" "detesting"); -lin detestable_A = compoundA (mkA "detestable"); -lin detestably_Adv = mkAdv "detestably"; -lin detestation_N = mkN "detestation" "detestations"; -lin dethrone_V2 = mkV2 (mkV "dethrone" "dethrones" "dethroned" "dethroned" "dethroning"); -lin dethronement_N = mkN "dethronement" "dethronements"; -lin detonate_V = mkV "detonate" "detonates" "detonated" "detonated" "detonating"; -lin detonate_V2 = mkV2 (mkV "detonate" "detonates" "detonated" "detonated" "detonating"); -lin detonation_N = mkN "detonation" "detonations"; -lin detonator_N = mkN "detonator" "detonators"; -lin detour_N = mkN "detour" "detours"; -lin detour_V2 = mkV2 (mkV "detour" "detours" "detoured" "detoured" "detouring"); -lin detract_V = mkV "detract" "detracts" "detracted" "detracted" "detracting"; -lin detraction_N = mkN "detraction" "detractions"; -lin detractor_N = mkN "detractor" "detractors"; -lin detrain_V = mkV "detrain" "detrains" "detrained" "detrained" "detraining"; -lin detrain_V2 = mkV2 (mkV "detrain" "detrains" "detrained" "detrained" "detraining"); -lin detribalization_N = mkN "detribalization" "-" {- FIXME: no plural form -}; -lin detribalize_V2 = mkV2 (mkV "detribalize" "detribalizes" "detribalized" "detribalized" "detribalizing"); -lin detriment_N = mkN "detriment" "-" {- FIXME: no plural form -}; -lin detrimental_A = compoundA (mkA "detrimental"); -lin detrimentally_Adv = mkAdv "detrimentally"; -lin detritus_N = mkN "detritus" "-" {- FIXME: no plural form -}; -lin detroit_PN = mkPN "Detroit"; -lin deuce_N = mkN "deuce" "deuces"; -lin deuced_A = compoundA (mkA "deuced"); -lin deucedly_Adv = mkAdv "deucedly"; -lin deutschmark_N = mkN "deutschmark" "deutschmarks"; -lin devaluate_V2 = mkV2 (mkV "devaluate" "devaluates" "devaluated" "devaluated" "devaluating"); -lin devaluation_N = mkN "devaluation" "devaluations"; -lin devalue_V2 = mkV2 (mkV "devalue" "devalues" "devalued" "devalued" "devaluing"); -lin devastate_V2 = mkV2 (mkV "devastate" "devastates" "devastated" "devastated" "devastating"); -lin devastation_N = mkN "devastation" "-" {- FIXME: no plural form -}; -lin develop_V = mkV "develop" "develops" "developed" "developed" "developing"; -lin develop_V2 = mkV2 (mkV "develop" "develops" "developed" "developed" "developing"); -lin developer_N = mkN "developer" "developers"; -lin development_N = mkN "development" "developments"; -lin deviant_A = compoundA (mkA "deviant"); -lin deviant_N = mkN "deviant" "deviants"; -lin deviate_V = mkV "deviate" "deviates" "deviated" "deviated" "deviating"; -lin deviation_N = mkN "deviation" "deviations"; -lin deviationism_N = mkN "deviationism" "-" {- FIXME: no plural form -}; -lin deviationist_N = mkN "deviationist" "deviationists"; -lin device_N = mkN "device" "devices"; -lin devil_N = mkN "devil" "devils"; -lin devil_V = mkV "devil" "devils" "devilled" "devilled" "devilling"; -lin devil_V2 = mkV2 (mkV "devil" "devils" "devilled" "devilled" "devilling"); -lin devil_may_care_A = compoundA (mkA "devil-may-care"); -lin devilish_A = compoundA (mkA "devilish"); -lin devilish_Adv = mkAdv "devilish"; -lin devilishly_Adv = mkAdv "devilishly"; -lin devilment_N = mkN "devilment" "devilments"; -lin devilry_N = mkN "devilry" "devilries"; -lin devious_A = compoundA (mkA "devious"); -lin deviously_Adv = mkAdv "deviously"; -lin deviousness_N = mkN "deviousness" "-" {- FIXME: no plural form -}; -lin devise_V2 = mkV2 (mkV "devise" "devises" "devised" "devised" "devising"); -lin devitalization_N = mkN "devitalization" "-" {- FIXME: no plural form -}; -lin devitalize_V2 = mkV2 (mkV "devitalize" "devitalizes" "devitalized" "devitalized" "devitalizing"); -lin devizes_PN = mkPN "Devizes"; -lin devoid_A = compoundA (mkA "devoid"); -lin devolution_N = mkN "devolution" "-" {- FIXME: no plural form -}; -lin devolve_V = mkV "devolve" "devolves" "devolved" "devolved" "devolving"; -lin devolve_V2 = mkV2 (mkV "devolve" "devolves" "devolved" "devolved" "devolving"); -lin devon_PN = mkPN "Devon"; -lin devote_V2 = mkV2 (mkV "devote" "devotes" "devoted" "devoted" "devoting"); -lin devoted_A = compoundA (mkA "devoted"); -lin devotedly_Adv = mkAdv "devotedly"; -lin devotee_N = mkN "devotee" "devotees"; -lin devotion_N = mkN "devotion" "devotions"; -lin devotional_A = compoundA (mkA "devotional"); -lin devour_V2 = mkV2 (mkV "devour" "devours" "devoured" "devoured" "devouring"); -lin devout_A = compoundA (mkA "devout"); -lin devoutly_Adv = mkAdv "devoutly"; -lin devoutness_N = mkN "devoutness" "-" {- FIXME: no plural form -}; -lin dew_N = mkN "dew" "-" {- FIXME: no plural form -}; -lin dewlap_N = mkN "dewlap" "dewlaps"; -lin dewsbury_PN = mkPN "Dewsbury"; -lin dewy_A = mkA "dewy" "dewier"; -lin dexterity_N = mkN "dexterity" "-" {- FIXME: no plural form -}; -lin dexterous_A = compoundA (mkA "dexterous"); -lin dexterously_Adv = mkAdv "dexterously"; -lin dextrose_N = mkN "dextrose" "-" {- FIXME: no plural form -}; -lin dextrous_A = compoundA (mkA "dextrous"); -lin dg_PN = mkPN "Dg"; -lin dhoti_N = mkN "dhoti" "dhotis"; -lin dhow_N = mkN "dhow" "dhows"; -lin di_PN = mkPN "Di"; -lin diabetes_N = mkN "diabetes" "-" {- FIXME: no plural form -}; -lin diabetic_A = compoundA (mkA "diabetic"); -lin diabetic_N = mkN "diabetic" "diabetics"; -lin diabolic_A = compoundA (mkA "diabolic"); -lin diabolical_A = compoundA (mkA "diabolical"); -lin diabolically_Adv = mkAdv "diabolically"; -lin diacritic_A = compoundA (mkA "diacritic"); -lin diacritic_N = mkN "diacritic" "diacritics"; -lin diacritical_A = compoundA (mkA "diacritical"); -lin diadem_N = mkN "diadem" "diadems"; -lin diaeresis_N = mkN "diaeresis" "diaereses" {- FIXME: guessed plural form -}; -lin diagnose_V2 = mkV2 (mkV "diagnose" "diagnoses" "diagnosed" "diagnosed" "diagnosing"); -lin diagnosis_N = mkN "diagnosis" "diagnoses" {- FIXME: guessed plural form -}; -lin diagnostic_A = compoundA (mkA "diagnostic"); -lin diagonal_A = compoundA (mkA "diagonal"); -lin diagonal_N = mkN "diagonal" "diagonals"; -lin diagonally_Adv = mkAdv "diagonally"; -lin diagram_N = mkN "diagram" "diagrams"; -lin diagrammatic_A = compoundA (mkA "diagrammatic"); -lin diagrammatical_A = compoundA (mkA "diagrammatical"); -lin diagrammatically_Adv = mkAdv "diagrammatically"; -lin dial_N = mkN "dial" "dials"; -lin dial_V2 = mkV2 (mkV "dial" "dials" "dialled" "dialled" "dialling"); -lin dialect_N = mkN "dialect" "dialects"; -lin dialectal_A = compoundA (mkA "dialectal"); -lin dialectic_N = mkN "dialectic" "dialectics"; -lin dialectical_A = compoundA (mkA "dialectical"); -lin dialectician_N = mkN "dialectician" "dialecticians"; -lin dialogue_N = mkN "dialogue" "dialogues"; -lin diameter_N = mkN "diameter" "diameters"; -lin diametrically_Adv = mkAdv "diametrically"; -lin diamond_N = mkN "diamond" "diamonds"; -lin diana_PN = mkPN "Diana"; -lin diaper_N = mkN "diaper" "diapers"; -lin diaphanous_A = compoundA (mkA "diaphanous"); -lin diaphragm_N = mkN "diaphragm" "diaphragms"; -lin diarchy_N = mkN "diarchy" "diarchies"; -lin diarist_N = mkN "diarist" "diarists"; -lin diarrhea_N = mkN "diarrhea" "-" {- FIXME: no plural form -}; -lin diarrhoea_N = mkN "diarrhoea" "-" {- FIXME: no plural form -}; -lin diary_N = mkN "diary" "diaries"; -lin diaspora_N = mkN "diaspora" "diasporas"; -lin diatonic_A = compoundA (mkA "diatonic"); -lin diatribe_N = mkN "diatribe" "diatribes"; -lin dibber_N = mkN "dibber" "dibbers"; -lin dibble_N = mkN "dibble" "dibbles"; -lin dibble_V2 = mkV2 (mkV "dibble" "dibbles" "dibbled" "dibbled" "dibbling"); -lin dice_N = mkN "dice" "dice"; -lin dice_V = mkV "dice" "dices" "diced" "diced" "dicing"; -lin dice_V2 = mkV2 (mkV "dice" "dices" "diced" "diced" "dicing"); -lin dice_box_N = mkN "dice-box" "dice-boxes"; -lin dicey_A = compoundA (mkA "dicey"); -lin dichotomy_N = mkN "dichotomy" "dichotomies"; -lin dick_PN = mkPN "Dick"; -lin dickens_N = mkN "dickens" "IRREG"; -lin dicker_V = mkV "dicker" "dickers" "dickered" "dickered" "dickering"; -lin dickey_N = mkN "dickey" "dickeys"; -lin dicky_A = compoundA (mkA "dicky"); -lin dicky_N = mkN "dicky" "dickies"; -lin dicky_PN = mkPN "Dicky"; -lin dicky_seat_N = mkN "dicky-seat" "dicky-seats"; -lin dickybird_N = mkN "dickybird" "dickybirds"; -lin dictaphone_N = mkN "dictaphone" "dictaphones"; -lin dictate_N = mkN "dictate" "dictates"; -lin dictate_V = mkV "dictate" "dictates" "dictated" "dictated" "dictating"; -lin dictate_V2 = mkV2 (mkV "dictate" "dictates" "dictated" "dictated" "dictating"); -lin dictation_N = mkN "dictation" "dictations"; -lin dictator_N = mkN "dictator" "dictators"; -lin dictatorial_A = compoundA (mkA "dictatorial"); -lin dictatorially_Adv = mkAdv "dictatorially"; -lin dictatorship_N = mkN "dictatorship" "dictatorships"; -lin diction_N = mkN "diction" "-" {- FIXME: no plural form -}; -lin dictionary_N = mkN "dictionary" "dictionaries"; -lin dictum_N = mkN "dictum" "dictums"; -lin didactic_A = compoundA (mkA "didactic"); -lin didactically_Adv = mkAdv "didactically"; -lin didcot_PN = mkPN "Didcot"; -lin diddle_V2 = mkV2 (mkV "diddle" "diddles" "diddled" "diddled" "diddling"); -lin die_N = mkN "die" "dies"; -lin die_V = mkV "die" "IRREG" "IRREG" "IRREG" "IRREG"; -lin die_cast_A = compoundA (mkA "die-cast"); -lin die_hard_N = mkN "die-hard" "die-hards"; -lin dieresis_N = mkN "dieresis" "diereses" {- FIXME: guessed plural form -}; -lin diesel_N = mkN "diesel" "diesels"; -lin diet_N = mkN "diet" "diets"; -lin diet_V = mkV "diet" "diets" "dieted" "dieted" "dieting"; -lin diet_V2 = mkV2 (mkV "diet" "diets" "dieted" "dieted" "dieting"); -lin dietary_A = compoundA (mkA "dietary"); -lin dietetics_N = mkN "dietetics" "dietetics"; -lin dietician_N = mkN "dietician" "dieticians"; -lin dietitian_N = mkN "dietitian" "dietitians"; -lin differ_V = mkV "differ" "differs" "differed" "differed" "differing"; -lin difference_N = mkN "difference" "differences"; -lin different_A = compoundA (mkA "different"); -lin differential_A = compoundA (mkA "differential"); -lin differential_N = mkN "differential" "differentials"; -lin differentially_Adv = mkAdv "differentially"; -lin differentiate_V2 = mkV2 (mkV "differentiate" "differentiates" "differentiated" "differentiated" "differentiating"); -lin differentiation_N = mkN "differentiation" "differentiations"; -lin differently_Adv = mkAdv "differently"; -lin difficult_A = compoundA (mkA "difficult"); -lin difficulty_N = mkN "difficulty" "difficulties"; -lin diffidence_N = mkN "diffidence" "-" {- FIXME: no plural form -}; -lin diffident_A = compoundA (mkA "diffident"); -lin diffidently_Adv = mkAdv "diffidently"; -lin diffract_V2 = mkV2 (mkV "diffract" "diffracts" "diffracted" "diffracted" "diffracting"); -lin diffraction_N = mkN "diffraction" "diffractions"; -lin diffuse_A = compoundA (mkA "diffuse"); -lin diffuse_V = mkV "diffuse" "diffuses" "diffused" "diffused" "diffusing"; -lin diffuse_V2 = mkV2 (mkV "diffuse" "diffuses" "diffused" "diffused" "diffusing"); -lin diffusely_Adv = mkAdv "diffusely"; -lin diffuseness_N = mkN "diffuseness" "-" {- FIXME: no plural form -}; -lin diffusion_N = mkN "diffusion" "-" {- FIXME: no plural form -}; -lin dig_N = mkN "dig" "digs"; -lin dig_V = IrregEng.dig_V; -lin dig_V2 = mkV2 (IrregEng.dig_V); -lin digest_N = mkN "digest" "digests"; -lin digest_V = mkV "digest" "digests" "digested" "digested" "digesting"; -lin digest_V2 = mkV2 (mkV "digest" "digests" "digested" "digested" "digesting"); -lin digestibility_N = mkN "digestibility" "-" {- FIXME: no plural form -}; -lin digestible_A = compoundA (mkA "digestible"); -lin digestion_N = mkN "digestion" "digestions"; -lin digestive_A = compoundA (mkA "digestive"); -lin digger_N = mkN "digger" "diggers"; -lin digging_N = mkN "digging" "diggings"; -lin digit_N = mkN "digit" "digits"; -lin digital_A = compoundA (mkA "digital"); -lin digitally_Adv = mkAdv "digitally"; -lin dignified_A = compoundA (mkA "dignified"); -lin dignify_V2 = mkV2 (mkV "dignify" "dignifies" "dignified" "dignified" "dignifying"); -lin dignitary_N = mkN "dignitary" "dignitaries"; -lin dignity_N = mkN "dignity" "dignities"; -lin digraph_N = mkN "digraph" "digraphs"; -lin digress_V = mkV "digress" "digresses" "digressed" "digressed" "digressing"; -lin digression_N = mkN "digression" "digressions"; -lin dijon_PN = mkPN "Dijon"; -lin dike_N = mkN "dike" "dikes"; -lin dike_V = mkV "dike" "dikes" "diked" "diked" "diking"; -lin dike_V2 = mkV2 (mkV "dike" "dikes" "diked" "diked" "diking"); -lin dilapidated_A = compoundA (mkA "dilapidated"); -lin dilapidation_N = mkN "dilapidation" "-" {- FIXME: no plural form -}; -lin dilate_V = mkV "dilate" "dilates" "dilated" "dilated" "dilating"; -lin dilate_V2 = mkV2 (mkV "dilate" "dilates" "dilated" "dilated" "dilating"); -lin dilation_N = mkN "dilation" "-" {- FIXME: no plural form -}; -lin dilatory_A = compoundA (mkA "dilatory"); -lin dilemma_N = mkN "dilemma" "dilemmas"; -lin dilettante_N = mkN "dilettante" "dilettantes"; -lin diligence_N = mkN "diligence" "-" {- FIXME: no plural form -}; -lin diligent_A = compoundA (mkA "diligent"); -lin diligently_Adv = mkAdv "diligently"; -lin dill_N = mkN "dill" "-" {- FIXME: no plural form -}; -lin dilly_dally_V = mkV "dilly-dally" "dilly-dallies" "dilly-dallied" "dilly-dallied" "dilly-dallying"; -lin dilute_A = compoundA (mkA "dilute"); -lin dilute_V2 = mkV2 (mkV "dilute" "dilutes" "diluted" "diluted" "diluting"); -lin dilution_N = mkN "dilution" "dilutions"; -lin dim_A = mkA "dim" "dimmer*"; -lin dim_V = mkV "dim" "dims" "dimmed" "dimmed" "dimming"; -lin dim_V2 = mkV2 (mkV "dim" "dims" "dimmed" "dimmed" "dimming"); -lin dime_N = mkN "dime" "dimes"; -lin dimension_N = mkN "dimension" "dimensions"; -lin dimensional_A = compoundA (mkA "dimensional"); -lin diminish_V = mkV "diminish" "diminishes" "diminished" "diminished" "diminishing"; -lin diminish_V2 = mkV2 (mkV "diminish" "diminishes" "diminished" "diminished" "diminishing"); -lin diminuendo_N = mkN "diminuendo" "diminuendos"; -lin diminution_N = mkN "diminution" "diminutions"; -lin diminutive_A = compoundA (mkA "diminutive"); -lin diminutive_N = mkN "diminutive" "diminutives"; -lin dimity_N = mkN "dimity" "-" {- FIXME: no plural form -}; -lin dimly_Adv = mkAdv "dimly"; -lin dimness_N = mkN "dimness" "-" {- FIXME: no plural form -}; -lin dimple_N = mkN "dimple" "dimples"; -lin dimple_V = mkV "dimple" "dimples" "dimpled" "dimpled" "dimpling"; -lin dimple_V2 = mkV2 (mkV "dimple" "dimples" "dimpled" "dimpled" "dimpling"); -lin din_N = mkN "din" "-" {- FIXME: no plural form -}; -lin din_V = mkV "din" "dins" "dinned" "dinned" "dinning"; -lin din_V2 = mkV2 (mkV "din" "dins" "dinned" "dinned" "dinning"); -lin dinar_N = mkN "dinar" "dinars"; -lin dine_V = mkV "dine" "dines" "dined" "dined" "dining"; -lin dine_V2 = mkV2 (mkV "dine" "dines" "dined" "dined" "dining"); -lin diner_N = mkN "diner" "diners"; -lin ding_dong_Adv = mkAdv "ding-dong"; -lin ding_dong_N = mkN "ding-dong" "ding-dongs"; -lin dinghy_N = mkN "dinghy" "dinghies"; -lin dingily_Adv = mkAdv "dingily"; -lin dinginess_N = mkN "dinginess" "-" {- FIXME: no plural form -}; -lin dingle_N = mkN "dingle" "dingles"; -lin dingle_PN = mkPN "Dingle"; -lin dingy_A = mkA "dingy" "dingier"; -lin dining_car_N = mkN "dining-car" "dining-cars"; -lin dining_room_N = mkN "dining-room" "dining-rooms"; -lin dining_table_N = mkN "dining-table" "dining-tables"; -lin dinky_A = mkA "dinky" "dinkier"; -lin dinner_N = mkN "dinner" "dinners"; -lin dinner_jacket_N = mkN "dinner-jacket" "dinner-jackets"; -lin dinner_party_N = mkN "dinner-party" "dinner-parties"; -lin dinner_service_N = mkN "dinner-service" "dinner-services"; -lin dinner_set_N = mkN "dinner-set" "dinner-sets"; -lin dinnington_PN = mkPN "Dinnington"; -lin dinosaur_N = mkN "dinosaur" "dinosaurs"; -lin dint_N = mkN "dint" "dints"; -lin diocesan_A = compoundA (mkA "diocesan"); -lin diocesan_N = mkN "diocesan" "diocesans"; -lin diocese_N = mkN "diocese" "dioceses"; -lin dioxide_N = mkN "dioxide" "dioxides"; -lin dip_N = mkN "dip" "-" {- FIXME: no plural form -}; -lin dip_V = mkV "dip" "dips" "dipped" "dipped" "dipping"; -lin dip_V2 = mkV2 (mkV "dip" "dips" "dipped" "dipped" "dipping"); -lin dip_ed_N = mkN "dip ed" "-" {- FIXME: no plural form -}; -lin diphtheria_N = mkN "diphtheria" "-" {- FIXME: no plural form -}; -lin diphthong_N = mkN "diphthong" "diphthongs"; -lin diploma_N = mkN "diploma" "diplomas"; -lin diplomacy_N = mkN "diplomacy" "-" {- FIXME: no plural form -}; -lin diplomat_N = mkN "diplomat" "diplomats"; -lin diplomatic_A = compoundA (mkA "diplomatic"); -lin diplomatically_Adv = mkAdv "diplomatically"; -lin diplomatist_N = mkN "diplomatist" "diplomatists"; -lin dipper_N = mkN "dipper" "dippers"; -lin dipsomania_N = mkN "dipsomania" "-" {- FIXME: no plural form -}; -lin dipsomaniac_N = mkN "dipsomaniac" "dipsomaniacs"; -lin dipstick_N = mkN "dipstick" "dipsticks"; -lin diptych_N = mkN "diptych" "diptychs"; -lin dir_N = mkN "dir" "-" {- FIXME: no plural form -}; -lin dire_A = mkA "dire" "direr"; -lin direct_A = compoundA (mkA "direct"); -lin direct_Adv = mkAdv "direct"; -lin direct_V = mkV "direct" "directs" "directed" "directed" "directing"; -lin direct_V2 = mkV2 (mkV "direct" "directs" "directed" "directed" "directing"); -lin direction_N = mkN "direction" "directions"; -lin direction_finder_N = mkN "direction-finder" "direction-finders"; -lin directional_A = compoundA (mkA "directional"); -lin directive_N = mkN "directive" "directives"; -lin directly_Adv = mkAdv "directly"; -lin directness_N = mkN "directness" "-" {- FIXME: no plural form -}; -lin director_N = mkN "director" "directors"; -lin directorate_N = mkN "directorate" "directorates"; -lin directorship_N = mkN "directorship" "directorships"; -lin directory_N = mkN "directory" "directories"; -lin direful_A = compoundA (mkA "direful"); -lin direfully_Adv = mkAdv "direfully"; -lin dirge_N = mkN "dirge" "dirges"; -lin dirigible_N = mkN "dirigible" "dirigibles"; -lin dirk_N = mkN "dirk" "dirks"; -lin dirndl_N = mkN "dirndl" "dirndls"; -lin dirt_N = mkN "dirt" "-" {- FIXME: no plural form -}; -lin dirt_cheap_A = compoundA (mkA "dirt-cheap"); -lin dirt_track_N = mkN "dirt-track" "dirt-tracks"; -lin dirtily_Adv = mkAdv "dirtily"; -lin dirty_A = mkA "dirty" "dirtier"; -lin dirty_V = mkV "dirty" "dirties" "dirtied" "dirtied" "dirtying"; -lin dirty_V2 = mkV2 (mkV "dirty" "dirties" "dirtied" "dirtied" "dirtying"); -lin disability_N = mkN "disability" "disabilities"; -lin disable_V2 = mkV2 (mkV "disable" "disables" "disabled" "disabled" "disabling"); -lin disablement_N = mkN "disablement" "disablements"; -lin disabuse_V2 = mkV2 (mkV "disabuse" "disabuses" "disabused" "disabused" "disabusing"); -lin disadvantage_N = mkN "disadvantage" "disadvantages"; -lin disadvantageous_A = compoundA (mkA "disadvantageous"); -lin disadvantageously_Adv = mkAdv "disadvantageously"; -lin disaffected_A = compoundA (mkA "disaffected"); -lin disaffection_N = mkN "disaffection" "-" {- FIXME: no plural form -}; -lin disafforest_V2 = mkV2 (mkV "disafforest" "disafforests" "disafforested" "disafforested" "disafforesting"); -lin disagree_V2 = mkV2 (mkV "disagree" "IRREG" "IRREG" "IRREG" "IRREG"); -lin disagreeable_A = compoundA (mkA "disagreeable"); -lin disagreeableness_N = mkN "disagreeableness" "-" {- FIXME: no plural form -}; -lin disagreeably_Adv = mkAdv "disagreeably"; -lin disagreement_N = mkN "disagreement" "disagreements"; -lin disallow_V2 = mkV2 (mkV "disallow" "disallows" "disallowed" "disallowed" "disallowing"); -lin disappear_V = mkV "disappear" "disappears" "disappeared" "disappeared" "disappearing"; -lin disappearance_N = mkN "disappearance" "disappearances"; -lin disappoint_V2 = mkV2 (mkV "disappoint" "disappoints" "disappointed" "disappointed" "disappointing"); -lin disappointed_A = compoundA (mkA "disappointed"); -lin disappointedly_Adv = mkAdv "disappointedly"; -lin disappointing_A = compoundA (mkA "disappointing"); -lin disappointingly_Adv = mkAdv "disappointingly"; -lin disappointment_N = mkN "disappointment" "disappointments"; -lin disapprobation_N = mkN "disapprobation" "-" {- FIXME: no plural form -}; -lin disapproval_N = mkN "disapproval" "-" {- FIXME: no plural form -}; -lin disapprove_V = mkV "disapprove" "disapproves" "disapproved" "disapproved" "disapproving"; -lin disapprove_V2 = mkV2 (mkV "disapprove" "disapproves" "disapproved" "disapproved" "disapproving"); -lin disapprovingly_Adv = mkAdv "disapprovingly"; -lin disarm_V = mkV "disarm" "disarms" "disarmed" "disarmed" "disarming"; -lin disarm_V2 = mkV2 (mkV "disarm" "disarms" "disarmed" "disarmed" "disarming"); -lin disarmament_N = mkN "disarmament" "-" {- FIXME: no plural form -}; -lin disarrange_V2 = mkV2 (mkV "disarrange" "disarranges" "disarranged" "disarranged" "disarranging"); -lin disarrangement_N = mkN "disarrangement" "disarrangements"; -lin disarray_N = mkN "disarray" "-" {- FIXME: no plural form -}; -lin disarray_V2 = mkV2 (mkV "disarray" "disarrays" "disarrayed" "disarrayed" "disarraying"); -lin disassociate_V2 = mkV2 (mkV "disassociate" "disassociates" "disassociated" "disassociated" "disassociating"); -lin disaster_N = mkN "disaster" "disasters"; -lin disastrous_A = compoundA (mkA "disastrous"); -lin disastrously_Adv = mkAdv "disastrously"; -lin disavow_V2 = mkV2 (mkV "disavow" "disavows" "disavowed" "disavowed" "disavowing"); -lin disavowal_N = mkN "disavowal" "disavowals"; -lin disband_V = mkV "disband" "disbands" "disbanded" "disbanded" "disbanding"; -lin disband_V2 = mkV2 (mkV "disband" "disbands" "disbanded" "disbanded" "disbanding"); -lin disbandment_N = mkN "disbandment" "disbandments"; -lin disbelief_N = mkN "disbelief" "-" {- FIXME: no plural form -}; -lin disbelieve_V = mkV "disbelieve" "disbelieves" "disbelieved" "disbelieved" "disbelieving"; -lin disbelieve_V2 = mkV2 (mkV "disbelieve" "disbelieves" "disbelieved" "disbelieved" "disbelieving"); -lin disbelievingly_Adv = mkAdv "disbelievingly"; -lin disbud_V2 = mkV2 (mkV "disbud" "disbuds" "disbudded" "disbudded" "disbudding"); -lin disburden_V2 = mkV2 (mkV "disburden" "disburdens" "disburdened" "disburdened" "disburdening"); -lin disburse_V = mkV "disburse" "disburses" "disbursed" "disbursed" "disbursing"; -lin disburse_V2 = mkV2 (mkV "disburse" "disburses" "disbursed" "disbursed" "disbursing"); -lin disbursement_N = mkN "disbursement" "disbursements"; -lin disc_N = mkN "disc" "discs"; -lin discard_N = mkN "discard" "discards"; -lin discard_V2 = mkV2 (mkV "discard" "discards" "discarded" "discarded" "discarding"); -lin discern_V2 = mkV2 (mkV "discern" "discerns" "discerned" "discerned" "discerning"); -lin discernible_A = compoundA (mkA "discernible"); -lin discerning_A = compoundA (mkA "discerning"); -lin discernment_N = mkN "discernment" "-" {- FIXME: no plural form -}; -lin discharge_N = mkN "discharge" "discharges"; -lin discharge_V = mkV "discharge" "discharges" "discharged" "discharged" "discharging"; -lin discharge_V2 = mkV2 (mkV "discharge" "discharges" "discharged" "discharged" "discharging"); -lin disciple_N = mkN "disciple" "disciples"; -lin disciplinarian_N = mkN "disciplinarian" "disciplinarians"; -lin disciplinary_A = compoundA (mkA "disciplinary"); -lin discipline_N = mkN "discipline" "disciplines"; -lin discipline_V2 = mkV2 (mkV "discipline" "disciplines" "disciplined" "disciplined" "disciplining"); -lin disclaim_V2 = mkV2 (mkV "disclaim" "disclaims" "disclaimed" "disclaimed" "disclaiming"); -lin disclaimer_N = mkN "disclaimer" "disclaimers"; -lin disclose_V2 = mkV2 (mkV "disclose" "discloses" "disclosed" "disclosed" "disclosing"); -lin disclosure_N = mkN "disclosure" "disclosures"; -lin disco_N = mkN "disco" "discos"; -lin discolour_V = mkV "discolour" "discolours" "discoloured" "discoloured" "discolouring"; -lin discolour_V2 = mkV2 (mkV "discolour" "discolours" "discoloured" "discoloured" "discolouring"); -lin discolouration_N = mkN "discolouration" "discolourations"; -lin discomfit_V2 = mkV2 (mkV "discomfit" "discomfits" "discomfited" "discomfited" "discomfiting"); -lin discomfiture_N = mkN "discomfiture" "-" {- FIXME: no plural form -}; -lin discomfort_N = mkN "discomfort" "discomforts"; -lin discommode_V2 = mkV2 (mkV "discommode" "discommodes" "discommoded" "discommoded" "discommoding"); -lin discompose_V2 = mkV2 (mkV "discompose" "discomposes" "discomposed" "discomposed" "discomposing"); -lin discomposure_N = mkN "discomposure" "-" {- FIXME: no plural form -}; -lin disconcert_V2 = mkV2 (mkV "disconcert" "disconcerts" "disconcerted" "disconcerted" "disconcerting"); -lin disconcertingly_Adv = mkAdv "disconcertingly"; -lin disconnect_V2 = mkV2 (mkV "disconnect" "disconnects" "disconnected" "disconnected" "disconnecting"); -lin disconnected_A = compoundA (mkA "disconnected"); -lin disconsolate_A = compoundA (mkA "disconsolate"); -lin disconsolately_Adv = mkAdv "disconsolately"; -lin discontent_N = mkN "discontent" "discontents"; -lin discontent_V2 = mkV2 (mkV "discontent" "discontents" "discontented" "discontented" "discontenting"); -lin discontentedly_Adv = mkAdv "discontentedly"; -lin discontinuance_N = mkN "discontinuance" "discontinuances"; -lin discontinue_V = mkV "discontinue" "discontinues" "discontinued" "discontinued" "discontinuing"; -lin discontinue_V2 = mkV2 (mkV "discontinue" "discontinues" "discontinued" "discontinued" "discontinuing"); -lin discontinuity_N = mkN "discontinuity" "discontinuities"; -lin discontinuous_A = compoundA (mkA "discontinuous"); -lin discord_N = mkN "discord" "discords"; -lin discordance_N = mkN "discordance" "-" {- FIXME: no plural form -}; -lin discordant_A = compoundA (mkA "discordant"); -lin discordantly_Adv = mkAdv "discordantly"; -lin discotheque_N = mkN "discotheque" "discotheques"; -lin discount_N = mkN "discount" "discounts"; -lin discount_V2 = mkV2 (mkV "discount" "discounts" "discounted" "discounted" "discounting"); -lin discountenance_V2 = mkV2 (mkV "discountenance" "discountenances" "discountenanced" "discountenanced" "discountenancing"); -lin discourage_V2 = mkV2 (mkV "discourage" "discourages" "discouraged" "discouraged" "discouraging"); -lin discouragement_N = mkN "discouragement" "discouragements"; -lin discourse_N = mkN "discourse" "discourses"; -lin discourse_V = mkV "discourse" "discourses" "discoursed" "discoursed" "discoursing"; -lin discourteous_A = compoundA (mkA "discourteous"); -lin discourteously_Adv = mkAdv "discourteously"; -lin discourtesy_N = mkN "discourtesy" "discourtesies"; -lin discover_V2 = mkV2 (mkV "discover" "discovers" "discovered" "discovered" "discovering"); -lin discoverer_N = mkN "discoverer" "discoverers"; -lin discovery_N = mkN "discovery" "discoveries"; -lin discredit_N = mkN "discredit" "-" {- FIXME: no plural form -}; -lin discredit_V2 = mkV2 (mkV "discredit" "discredits" "discredited" "discredited" "discrediting"); -lin discreditable_A = compoundA (mkA "discreditable"); -lin discreditably_Adv = mkAdv "discreditably"; -lin discreet_A = compoundA (mkA "discreet"); -lin discreetly_Adv = mkAdv "discreetly"; -lin discrepancy_N = mkN "discrepancy" "discrepancies"; -lin discrete_A = compoundA (mkA "discrete"); -lin discreteness_N = mkN "discreteness" "-" {- FIXME: no plural form -}; -lin discretion_N = mkN "discretion" "-" {- FIXME: no plural form -}; -lin discretionary_A = compoundA (mkA "discretionary"); -lin discriminate_V = mkV "discriminate" "discriminates" "discriminated" "discriminated" "discriminating"; -lin discriminate_V2 = mkV2 (mkV "discriminate" "discriminates" "discriminated" "discriminated" "discriminating"); -lin discriminating_A = compoundA (mkA "discriminating"); -lin discrimination_N = mkN "discrimination" "-" {- FIXME: no plural form -}; -lin discriminatory_A = compoundA (mkA "discriminatory"); -lin discursive_A = compoundA (mkA "discursive"); -lin discursively_Adv = mkAdv "discursively"; -lin discursiveness_N = mkN "discursiveness" "-" {- FIXME: no plural form -}; -lin discus_N = mkN "discus" "discuses"; -lin discuss_V2 = mkV2 (mkV "discuss" "discusses" "discussed" "discussed" "discussing"); -lin discussion_N = mkN "discussion" "discussions"; -lin disdain_N = mkN "disdain" "-" {- FIXME: no plural form -}; -lin disdain_V2 = mkV2 (mkV "disdain" "disdains" "disdained" "disdained" "disdaining"); -lin disdainful_A = compoundA (mkA "disdainful"); -lin disdainfully_Adv = mkAdv "disdainfully"; -lin disease_N = mkN "disease" "diseases"; -lin diseased_A = compoundA (mkA "diseased"); -lin disembark_V = mkV "disembark" "disembarks" "disembarked" "disembarked" "disembarking"; -lin disembark_V2 = mkV2 (mkV "disembark" "disembarks" "disembarked" "disembarked" "disembarking"); -lin disembarkation_N = mkN "disembarkation" "disembarkations"; -lin disembarrass_V2 = mkV2 (mkV "disembarrass" "disembarrasses" "disembarrassed" "disembarrassed" "disembarrassing"); -lin disembarrassment_N = mkN "disembarrassment" "disembarrassments"; -lin disembody_V2 = mkV2 (mkV "disembody" "disembodies" "disembodied" "disembodied" "disembodying"); -lin disembowel_V2 = mkV2 (mkV "disembowel" "disembowels" "disembowelled" "disembowelled" "disembowelling"); -lin disenchant_V2 = mkV2 (mkV "disenchant" "disenchants" "disenchanted" "disenchanted" "disenchanting"); -lin disenchantment_N = mkN "disenchantment" "disenchantments"; -lin disencumber_V2 = mkV2 (mkV "disencumber" "disencumbers" "disencumbered" "disencumbered" "disencumbering"); -lin disenfranchise_V2 = mkV2 (mkV "disenfranchise" "disenfranchises" "disenfranchised" "disenfranchised" "disenfranchising"); -lin disengage_V = mkV "disengage" "disengages" "disengaged" "disengaged" "disengaging"; -lin disengage_V2 = mkV2 (mkV "disengage" "disengages" "disengaged" "disengaged" "disengaging"); -lin disengagement_N = mkN "disengagement" "disengagements"; -lin disentangle_V = mkV "disentangle" "disentangles" "disentangled" "disentangled" "disentangling"; -lin disentangle_V2 = mkV2 (mkV "disentangle" "disentangles" "disentangled" "disentangled" "disentangling"); -lin disentanglement_N = mkN "disentanglement" "disentanglements"; -lin disequilibrium_N = mkN "disequilibrium" "-" {- FIXME: no plural form -}; -lin disestablish_V2 = mkV2 (mkV "disestablish" "disestablishes" "disestablished" "disestablished" "disestablishing"); -lin disestablishment_N = mkN "disestablishment" "-" {- FIXME: no plural form -}; -lin disfavour_N = mkN "disfavour" "-" {- FIXME: no plural form -}; -lin disfavour_V2 = mkV2 (mkV "disfavour" "disfavours" "disfavoured" "disfavoured" "disfavouring"); -lin disfigure_V2 = mkV2 (mkV "disfigure" "disfigures" "disfigured" "disfigured" "disfiguring"); -lin disfigurement_N = mkN "disfigurement" "disfigurements"; -lin disforest_V2 = mkV2 (mkV "disforest" "disforests" "disforested" "disforested" "disforesting"); -lin disfranchise_V2 = mkV2 (mkV "disfranchise" "disfranchises" "disfranchised" "disfranchised" "disfranchising"); -lin disfranchisement_N = mkN "disfranchisement" "-" {- FIXME: no plural form -}; -lin disgorge_V2 = mkV2 (mkV "disgorge" "disgorges" "disgorged" "disgorged" "disgorging"); -lin disgrace_N = mkN "disgrace" "-" {- FIXME: no plural form -}; -lin disgrace_V2 = mkV2 (mkV "disgrace" "disgraces" "disgraced" "disgraced" "disgracing"); -lin disgraceful_A = compoundA (mkA "disgraceful"); -lin disgracefully_Adv = mkAdv "disgracefully"; -lin disgruntled_A = compoundA (mkA "disgruntled"); -lin disguise_N = mkN "disguise" "disguises"; -lin disguise_V2 = mkV2 (mkV "disguise" "disguises" "disguised" "disguised" "disguising"); -lin disgust_N = mkN "disgust" "-" {- FIXME: no plural form -}; -lin disgust_V2 = mkV2 (mkV "disgust" "disgusts" "disgusted" "disgusted" "disgusting"); -lin disgustedly_Adv = mkAdv "disgustedly"; -lin disgusting_A = compoundA (mkA "disgusting"); -lin disgustingly_Adv = mkAdv "disgustingly"; -lin dish_N = mkN "dish" "dishes"; -lin dish_V2 = mkV2 (mkV "dish" "dishes" "dished" "dished" "dishing"); -lin dishabille_N = mkN "dishabille" "-" {- FIXME: no plural form -}; -lin disharmonious_A = compoundA (mkA "disharmonious"); -lin disharmony_N = mkN "disharmony" "-" {- FIXME: no plural form -}; -lin dishcloth_N = mkN "dishcloth" "dishcloths"; -lin dishearten_V2 = mkV2 (mkV "dishearten" "disheartens" "disheartened" "disheartened" "disheartening"); -lin dishevelled_A = compoundA (mkA "dishevelled"); -lin dishful_N = mkN "dishful" "dishfuls"; -lin dishonest_A = compoundA (mkA "dishonest"); -lin dishonestly_Adv = mkAdv "dishonestly"; -lin dishonesty_N = mkN "dishonesty" "dishonesties"; -lin dishonour_N = mkN "dishonour" "-" {- FIXME: no plural form -}; -lin dishonour_V2 = mkV2 (mkV "dishonour" "dishonours" "dishonoured" "dishonoured" "dishonouring"); -lin dishonourable_A = compoundA (mkA "dishonourable"); -lin dishonourably_Adv = mkAdv "dishonourably"; -lin dishwasher_N = mkN "dishwasher" "dishwashers"; -lin dishwater_N = mkN "dishwater" "-" {- FIXME: no plural form -}; -lin dishy_A = mkA "dishy" "dishier"; -lin disillusion_N = mkN "disillusion" "-" {- FIXME: no plural form -}; -lin disillusion_V2 = mkV2 (mkV "disillusion" "disillusions" "disillusioned" "disillusioned" "disillusioning"); -lin disillusionment_N = mkN "disillusionment" "disillusionments"; -lin disincentive_N = mkN "disincentive" "disincentives"; -lin disinclination_N = mkN "disinclination" "disinclinations"; -lin disincline_V2 = mkV2 (mkV "disincline" "disinclines" "disinclined" "disinclined" "disinclining"); -lin disinfect_V2 = mkV2 (mkV "disinfect" "disinfects" "disinfected" "disinfected" "disinfecting"); -lin disinfectant_A = compoundA (mkA "disinfectant"); -lin disinfectant_N = mkN "disinfectant" "disinfectants"; -lin disinfection_N = mkN "disinfection" "-" {- FIXME: no plural form -}; -lin disinfest_V2 = mkV2 (mkV "disinfest" "disinfests" "disinfested" "disinfested" "disinfesting"); -lin disinfestation_N = mkN "disinfestation" "-" {- FIXME: no plural form -}; -lin disinflation_N = mkN "disinflation" "-" {- FIXME: no plural form -}; -lin disingenuous_A = compoundA (mkA "disingenuous"); -lin disingenuously_Adv = mkAdv "disingenuously"; -lin disingenuousness_N = mkN "disingenuousness" "-" {- FIXME: no plural form -}; -lin disinherit_V2 = mkV2 (mkV "disinherit" "disinherits" "disinherited" "disinherited" "disinheriting"); -lin disinheritance_N = mkN "disinheritance" "-" {- FIXME: no plural form -}; -lin disintegrate_V = mkV "disintegrate" "disintegrates" "disintegrated" "disintegrated" "disintegrating"; -lin disintegrate_V2 = mkV2 (mkV "disintegrate" "disintegrates" "disintegrated" "disintegrated" "disintegrating"); -lin disintegration_N = mkN "disintegration" "disintegrations"; -lin disinter_V2 = mkV2 (mkV "disinter" "disinters" "disinterred" "disinterred" "disinterring"); -lin disinterested_A = compoundA (mkA "disinterested"); -lin disinterestedly_Adv = mkAdv "disinterestedly"; -lin disinterestedness_N = mkN "disinterestedness" "-" {- FIXME: no plural form -}; -lin disinterment_N = mkN "disinterment" "disinterments"; -lin disjoint_V2 = mkV2 (mkV "disjoint" "disjoints" "disjointed" "disjointed" "disjointing"); -lin disjointed_A = compoundA (mkA "disjointed"); -lin disjointedly_Adv = mkAdv "disjointedly"; -lin disjointedness_N = mkN "disjointedness" "-" {- FIXME: no plural form -}; -lin disjunctive_A = compoundA (mkA "disjunctive"); -lin disk_N = mkN "disk" "disks"; -lin dislike_N = mkN "dislike" "dislikes"; -lin dislike_V2 = mkV2 (mkV "dislike" "dislikes" "disliked" "disliked" "disliking"); -lin dislocate_V2 = mkV2 (mkV "dislocate" "dislocates" "dislocated" "dislocated" "dislocating"); -lin dislocation_N = mkN "dislocation" "dislocations"; -lin dislodge_V2 = mkV2 (mkV "dislodge" "dislodges" "dislodged" "dislodged" "dislodging"); -lin dislodgement_N = mkN "dislodgement" "dislodgements"; -lin disloyal_A = compoundA (mkA "disloyal"); -lin disloyally_Adv = mkAdv "disloyally"; -lin disloyalty_N = mkN "disloyalty" "disloyalties"; -lin dismal_A = compoundA (mkA "dismal"); -lin dismally_Adv = mkAdv "dismally"; -lin dismantle_V2 = mkV2 (mkV "dismantle" "dismantles" "dismantled" "dismantled" "dismantling"); -lin dismantlement_N = mkN "dismantlement" "-" {- FIXME: no plural form -}; -lin dismay_N = mkN "dismay" "-" {- FIXME: no plural form -}; -lin dismay_V2 = mkV2 (mkV "dismay" "dismays" "dismayed" "dismayed" "dismaying"); -lin dismember_V2 = mkV2 (mkV "dismember" "dismembers" "dismembered" "dismembered" "dismembering"); -lin dismemberment_N = mkN "dismemberment" "dismemberments"; -lin dismiss_V2 = mkV2 (mkV "dismiss" "dismisses" "dismissed" "dismissed" "dismissing"); -lin dismissal_N = mkN "dismissal" "dismissals"; -lin dismount_V = mkV "dismount" "dismounts" "dismounted" "dismounted" "dismounting"; -lin dismount_V2 = mkV2 (mkV "dismount" "dismounts" "dismounted" "dismounted" "dismounting"); -lin dismounted_A = compoundA (mkA "dismounted"); -lin disobedience_N = mkN "disobedience" "-" {- FIXME: no plural form -}; -lin disobedient_A = compoundA (mkA "disobedient"); -lin disobediently_Adv = mkAdv "disobediently"; -lin disobey_V2 = mkV2 (mkV "disobey" "disobeys" "disobeyed" "disobeyed" "disobeying"); -lin disoblige_V2 = mkV2 (mkV "disoblige" "disobliges" "disobliged" "disobliged" "disobliging"); -lin disorder_N = mkN "disorder" "disorders"; -lin disorder_V2 = mkV2 (mkV "disorder" "disorders" "disordered" "disordered" "disordering"); -lin disorderly_A = compoundA (mkA "disorderly"); -lin disorganization_N = mkN "disorganization" "-" {- FIXME: no plural form -}; -lin disorganize_V2 = mkV2 (mkV "disorganize" "disorganizes" "disorganized" "disorganized" "disorganizing"); -lin disorient_V2 = mkV2 (mkV "disorient" "disorients" "disoriented" "disoriented" "disorienting"); -lin disorientate_V2 = mkV2 (mkV "disorientate" "disorientates" "disorientated" "disorientated" "disorientating"); -lin disown_V2 = mkV2 (mkV "disown" "disowns" "disowned" "disowned" "disowning"); -lin disparage_V2 = mkV2 (mkV "disparage" "disparages" "disparaged" "disparaged" "disparaging"); -lin disparagement_N = mkN "disparagement" "disparagements"; -lin disparagingly_Adv = mkAdv "disparagingly"; -lin disparate_A = compoundA (mkA "disparate"); -lin disparity_N = mkN "disparity" "disparities"; -lin dispassionate_A = compoundA (mkA "dispassionate"); -lin dispassionately_Adv = mkAdv "dispassionately"; -lin dispassionateness_N = mkN "dispassionateness" "-" {- FIXME: no plural form -}; -lin dispatch_N = mkN "dispatch" "dispatches"; -lin dispatch_V2 = mkV2 (mkV "dispatch" "dispatches" "dispatched" "dispatched" "dispatching"); -lin dispatch_box_N = mkN "dispatch-box" "dispatch-boxes"; -lin dispatch_rider_N = mkN "dispatch-rider" "dispatch-riders"; -lin dispel_V2 = mkV2 (mkV "dispel" "dispels" "dispelled" "dispelled" "dispelling"); -lin dispensable_A = compoundA (mkA "dispensable"); -lin dispensary_N = mkN "dispensary" "dispensaries"; -lin dispensation_N = mkN "dispensation" "dispensations"; -lin dispense_V = mkV "dispense" "dispenses" "dispensed" "dispensed" "dispensing"; -lin dispense_V2 = mkV2 (mkV "dispense" "dispenses" "dispensed" "dispensed" "dispensing"); -lin dispenser_N = mkN "dispenser" "dispensers"; -lin dispersal_N = mkN "dispersal" "dispersals"; -lin disperse_V = mkV "disperse" "disperses" "dispersed" "dispersed" "dispersing"; -lin disperse_V2 = mkV2 (mkV "disperse" "disperses" "dispersed" "dispersed" "dispersing"); -lin dispersion_N = mkN "dispersion" "dispersions"; -lin dispirit_V2 = mkV2 (mkV "dispirit" "dispirits" "dispirited" "dispirited" "dispiriting"); -lin dispiritedly_Adv = mkAdv "dispiritedly"; -lin displace_V2 = mkV2 (mkV "displace" "displaces" "displaced" "displaced" "displacing"); -lin displacement_N = mkN "displacement" "displacements"; -lin display_N = mkN "display" "displays"; -lin display_V2 = mkV2 (mkV "display" "displays" "displayed" "displayed" "displaying"); -lin displease_V2 = mkV2 (mkV "displease" "displeases" "displeased" "displeased" "displeasing"); -lin displeasing_A = compoundA (mkA "displeasing"); -lin displeasingly_Adv = mkAdv "displeasingly"; -lin displeasure_N = mkN "displeasure" "-" {- FIXME: no plural form -}; -lin disport_V2 = mkV2 (mkV "disport" "disports" "disported" "disported" "disporting"); -lin disposable_A = compoundA (mkA "disposable"); -lin disposal_N = mkN "disposal" "-" {- FIXME: no plural form -}; -lin dispose_V = mkV "dispose" "disposes" "disposed" "disposed" "disposing"; -lin dispose_V2 = mkV2 (mkV "dispose" "disposes" "disposed" "disposed" "disposing"); -lin disposition_N = mkN "disposition" "dispositions"; -lin dispossess_V2 = mkV2 (mkV "dispossess" "dispossesses" "dispossessed" "dispossessed" "dispossessing"); -lin dispossession_N = mkN "dispossession" "dispossessions"; -lin disproof_N = mkN "disproof" "disproofs"; -lin disproportion_N = mkN "disproportion" "-" {- FIXME: no plural form -}; -lin disproportionate_A = compoundA (mkA "disproportionate"); -lin disproportionately_Adv = mkAdv "disproportionately"; -lin disprove_V2 = mkV2 (mkV "disprove" "disproves" "disproved" "disproved" "disproving"); -lin disputable_A = compoundA (mkA "disputable"); -lin disputant_N = mkN "disputant" "disputants"; -lin disputation_N = mkN "disputation" "disputations"; -lin disputatious_A = compoundA (mkA "disputatious"); -lin disputatiously_Adv = mkAdv "disputatiously"; -lin dispute_N = mkN "dispute" "disputes"; -lin dispute_V = mkV "dispute" "disputes" "disputed" "disputed" "disputing"; -lin dispute_V2 = mkV2 (mkV "dispute" "disputes" "disputed" "disputed" "disputing"); -lin disqualification_N = mkN "disqualification" "disqualifications"; -lin disqualify_V2 = mkV2 (mkV "disqualify" "disqualifies" "disqualified" "disqualified" "disqualifying"); -lin disquiet_N = mkN "disquiet" "-" {- FIXME: no plural form -}; -lin disquiet_V2 = mkV2 (mkV "disquiet" "disquiets" "disquieted" "disquieted" "disquieting"); -lin disquieting_A = compoundA (mkA "disquieting"); -lin disquietingly_Adv = mkAdv "disquietingly"; -lin disquietude_N = mkN "disquietude" "-" {- FIXME: no plural form -}; -lin disquisition_N = mkN "disquisition" "disquisitions"; -lin disregard_N = mkN "disregard" "-" {- FIXME: no plural form -}; -lin disregard_V2 = mkV2 (mkV "disregard" "disregards" "disregarded" "disregarded" "disregarding"); -lin disrepair_N = mkN "disrepair" "-" {- FIXME: no plural form -}; -lin disreputable_A = compoundA (mkA "disreputable"); -lin disreputably_Adv = mkAdv "disreputably"; -lin disrepute_N = mkN "disrepute" "-" {- FIXME: no plural form -}; -lin disrespect_N = mkN "disrespect" "-" {- FIXME: no plural form -}; -lin disrespectful_A = compoundA (mkA "disrespectful"); -lin disrespectfully_Adv = mkAdv "disrespectfully"; -lin disrobe_V = mkV "disrobe" "disrobes" "disrobed" "disrobed" "disrobing"; -lin disrobe_V2 = mkV2 (mkV "disrobe" "disrobes" "disrobed" "disrobed" "disrobing"); -lin disrupt_V2 = mkV2 (mkV "disrupt" "disrupts" "disrupted" "disrupted" "disrupting"); -lin disruption_N = mkN "disruption" "disruptions"; -lin disruptive_A = compoundA (mkA "disruptive"); -lin dissatisfaction_N = mkN "dissatisfaction" "-" {- FIXME: no plural form -}; -lin dissatisfy_V2 = mkV2 (mkV "dissatisfy" "dissatisfies" "dissatisfied" "dissatisfied" "dissatisfying"); -lin dissect_V2 = mkV2 (mkV "dissect" "dissects" "dissected" "dissected" "dissecting"); -lin dissection_N = mkN "dissection" "dissections"; -lin dissemble_V = mkV "dissemble" "dissembles" "dissembled" "dissembled" "dissembling"; -lin dissemble_V2 = mkV2 (mkV "dissemble" "dissembles" "dissembled" "dissembled" "dissembling"); -lin dissembler_N = mkN "dissembler" "dissemblers"; -lin disseminate_V2 = mkV2 (mkV "disseminate" "disseminates" "disseminated" "disseminated" "disseminating"); -lin dissemination_N = mkN "dissemination" "-" {- FIXME: no plural form -}; -lin dissension_N = mkN "dissension" "dissensions"; -lin dissent_N = mkN "dissent" "-" {- FIXME: no plural form -}; -lin dissent_V = mkV "dissent" "dissents" "dissented" "dissented" "dissenting"; -lin dissenter_N = mkN "dissenter" "dissenters"; -lin dissertation_N = mkN "dissertation" "dissertations"; -lin disservice_N = mkN "disservice" "disservices"; -lin dissever_V2 = mkV2 (mkV "dissever" "dissevers" "dissevered" "dissevered" "dissevering"); -lin dissidence_N = mkN "dissidence" "-" {- FIXME: no plural form -}; -lin dissident_A = compoundA (mkA "dissident"); -lin dissident_N = mkN "dissident" "dissidents"; -lin dissimilar_A = compoundA (mkA "dissimilar"); -lin dissimilarity_N = mkN "dissimilarity" "dissimilarities"; -lin dissimilitude_N = mkN "dissimilitude" "-" {- FIXME: no plural form -}; -lin dissimulate_V = mkV "dissimulate" "dissimulates" "dissimulated" "dissimulated" "dissimulating"; -lin dissimulate_V2 = mkV2 (mkV "dissimulate" "dissimulates" "dissimulated" "dissimulated" "dissimulating"); -lin dissimulation_N = mkN "dissimulation" "dissimulations"; -lin dissipate_V = mkV "dissipate" "dissipates" "dissipated" "dissipated" "dissipating"; -lin dissipate_V2 = mkV2 (mkV "dissipate" "dissipates" "dissipated" "dissipated" "dissipating"); -lin dissipated_A = compoundA (mkA "dissipated"); -lin dissipation_N = mkN "dissipation" "-" {- FIXME: no plural form -}; -lin dissociate_V2 = mkV2 (mkV "dissociate" "dissociates" "dissociated" "dissociated" "dissociating"); -lin dissociation_N = mkN "dissociation" "-" {- FIXME: no plural form -}; -lin dissolubility_N = mkN "dissolubility" "-" {- FIXME: no plural form -}; -lin dissoluble_A = compoundA (mkA "dissoluble"); -lin dissolute_A = compoundA (mkA "dissolute"); -lin dissolutely_Adv = mkAdv "dissolutely"; -lin dissolution_N = mkN "dissolution" "dissolutions"; -lin dissolve_V = mkV "dissolve" "dissolves" "dissolved" "dissolved" "dissolving"; -lin dissolve_V2 = mkV2 (mkV "dissolve" "dissolves" "dissolved" "dissolved" "dissolving"); -lin dissonance_N = mkN "dissonance" "dissonances"; -lin dissonant_A = compoundA (mkA "dissonant"); -lin dissuade_V2 = mkV2 (mkV "dissuade" "dissuades" "dissuaded" "dissuaded" "dissuading"); -lin dissuasion_N = mkN "dissuasion" "-" {- FIXME: no plural form -}; -lin dissyllable_N = mkN "dissyllable" "dissyllables"; -lin distaff_N = mkN "distaff" "distaffs"; -lin distance_N = mkN "distance" "distances"; -lin distance_V2 = mkV2 (mkV "distance" "distances" "distanced" "distanced" "distancing"); -lin distant_A = compoundA (mkA "distant"); -lin distantly_Adv = mkAdv "distantly"; -lin distaste_N = mkN "distaste" "distastes"; -lin distasteful_A = compoundA (mkA "distasteful"); -lin distastefully_Adv = mkAdv "distastefully"; -lin distastefulness_N = mkN "distastefulness" "-" {- FIXME: no plural form -}; -lin distemper_N = mkN "distemper" "-" {- FIXME: no plural form -}; -lin distemper_V2 = mkV2 (mkV "distemper" "distempers" "distempered" "distempered" "distempering"); -lin distend_V = mkV "distend" "distends" "distended" "distended" "distending"; -lin distend_V2 = mkV2 (mkV "distend" "distends" "distended" "distended" "distending"); -lin distension_N = mkN "distension" "distensions"; -lin distil_V = mkV "distil" "distils" "distilled" "distilled" "distilling"; -lin distil_V2 = mkV2 (mkV "distil" "distils" "distilled" "distilled" "distilling"); -lin distillation_N = mkN "distillation" "distillations"; -lin distiller_N = mkN "distiller" "distillers"; -lin distillery_N = mkN "distillery" "distilleries"; -lin distinct_A = compoundA (mkA "distinct"); -lin distinction_N = mkN "distinction" "distinctions"; -lin distinctive_A = compoundA (mkA "distinctive"); -lin distinctively_Adv = mkAdv "distinctively"; -lin distinctiveness_N = mkN "distinctiveness" "-" {- FIXME: no plural form -}; -lin distinctly_Adv = mkAdv "distinctly"; -lin distinctness_N = mkN "distinctness" "-" {- FIXME: no plural form -}; -lin distinguish_V = mkV "distinguish" "distinguishes" "distinguished" "distinguished" "distinguishing"; -lin distinguish_V2 = mkV2 (mkV "distinguish" "distinguishes" "distinguished" "distinguished" "distinguishing"); -lin distinguishable_A = compoundA (mkA "distinguishable"); -lin distinguished_A = compoundA (mkA "distinguished"); -lin distort_V2 = mkV2 (mkV "distort" "distorts" "distorted" "distorted" "distorting"); -lin distortion_N = mkN "distortion" "distortions"; -lin distract_V2 = mkV2 (mkV "distract" "distracts" "distracted" "distracted" "distracting"); -lin distracted_A = compoundA (mkA "distracted"); -lin distractedly_Adv = mkAdv "distractedly"; -lin distraction_N = mkN "distraction" "distractions"; -lin distrain_V = mkV "distrain" "distrains" "distrained" "distrained" "distraining"; -lin distraint_N = mkN "distraint" "distraints"; -lin distrait_A = compoundA (mkA "distrait"); -lin distraught_A = compoundA (mkA "distraught"); -lin distress_N = mkN "distress" "-" {- FIXME: no plural form -}; -lin distress_V2 = mkV2 (mkV "distress" "distresses" "distressed" "distressed" "distressing"); -lin distressful_A = compoundA (mkA "distressful"); -lin distressfully_Adv = mkAdv "distressfully"; -lin distressing_A = compoundA (mkA "distressing"); -lin distressingly_Adv = mkAdv "distressingly"; -lin distribute_V2 = mkV2 (mkV "distribute" "distributes" "distributed" "distributed" "distributing"); -lin distribution_N = mkN "distribution" "distributions"; -lin distributive_A = compoundA (mkA "distributive"); -lin distributively_Adv = mkAdv "distributively"; -lin distributor_N = mkN "distributor" "distributors"; -lin district_N = mkN "district" "districts"; -lin distrust_N = mkN "distrust" "IRREG"; -lin distrust_V2 = mkV2 (mkV "distrust" "distrusts" "distrusted" "distrusted" "distrusting"); -lin distrustful_A = compoundA (mkA "distrustful"); -lin distrustfully_Adv = mkAdv "distrustfully"; -lin distrustfulness_N = mkN "distrustfulness" "-" {- FIXME: no plural form -}; -lin disturb_V2 = mkV2 (mkV "disturb" "disturbs" "disturbed" "disturbed" "disturbing"); -lin disturbance_N = mkN "disturbance" "disturbances"; -lin disturbingly_Adv = mkAdv "disturbingly"; -lin disunion_N = mkN "disunion" "-" {- FIXME: no plural form -}; -lin disunite_V = mkV "disunite" "disunites" "disunited" "disunited" "disuniting"; -lin disunite_V2 = mkV2 (mkV "disunite" "disunites" "disunited" "disunited" "disuniting"); -lin disunity_N = mkN "disunity" "-" {- FIXME: no plural form -}; -lin disuse_N = mkN "disuse" "-" {- FIXME: no plural form -}; -lin disused_A = compoundA (mkA "disused"); -lin disyllabic_A = compoundA (mkA "disyllabic"); -lin disyllable_N = mkN "disyllable" "disyllables"; -lin ditch_N = mkN "ditch" "ditches"; -lin ditch_V = mkV "ditch" "ditches" "ditched" "ditched" "ditching"; -lin ditch_V2 = mkV2 (mkV "ditch" "ditches" "ditched" "ditched" "ditching"); -lin dither_N = mkN "dither" "dithers"; -lin dither_V = mkV "dither" "dithers" "dithered" "dithered" "dithering"; -lin ditto_N = mkN "ditto" "ditti" {- FIXME: guessed plural form -}; -lin ditty_N = mkN "ditty" "ditties"; -lin diurnal_A = compoundA (mkA "diurnal"); -lin divagate_V = mkV "divagate" "divagates" "divagated" "divagated" "divagating"; -lin divagation_N = mkN "divagation" "divagations"; -lin divan_N = mkN "divan" "divans"; -lin divan_bed_N = mkN "divan-bed" "divan-beds"; -lin dive_N = mkN "dive" "dives"; -lin dive_V = mkV "dive" "dives" "dived" "dived" "diving"; -lin dive_bomb_V = mkV "dive-bomb" "dive-bombs" "dive-bombed" "dive-bombed" "dive-bombing"; -lin dive_bomb_V2 = mkV2 (mkV "dive-bomb" "dive-bombs" "dive-bombed" "dive-bombed" "dive-bombing"); -lin dive_bomber_N = mkN "dive-bomber" "dive-bombers"; -lin diver_N = mkN "diver" "divers"; -lin diverge_V = mkV "diverge" "diverges" "diverged" "diverged" "diverging"; -lin divergence_N = mkN "divergence" "divergences"; -lin divergency_N = mkN "divergency" "divergencies"; -lin divergent_A = compoundA (mkA "divergent"); -lin divers_A = compoundA (mkA "divers"); -lin diverse_A = compoundA (mkA "diverse"); -lin diversely_Adv = mkAdv "diversely"; -lin diversification_N = mkN "diversification" "-" {- FIXME: no plural form -}; -lin diversify_V2 = mkV2 (mkV "diversify" "diversifies" "diversified" "diversified" "diversifying"); -lin diversion_N = mkN "diversion" "diversions"; -lin diversionary_A = compoundA (mkA "diversionary"); -lin diversionist_N = mkN "diversionist" "diversionists"; -lin diversity_N = mkN "diversity" "-" {- FIXME: no plural form -}; -lin divert_V2 = mkV2 (mkV "divert" "diverts" "diverted" "diverted" "diverting"); -lin diverting_A = compoundA (mkA "diverting"); -lin divertingly_Adv = mkAdv "divertingly"; -lin dives_PN = mkPN "Dives"; -lin divest_V2 = mkV2 (mkV "divest" "divests" "divested" "divested" "divesting"); -lin divide_N = mkN "divide" "divides"; -lin divide_V = mkV "divide" "divides" "divided" "divided" "dividing"; -lin divide_V2 = mkV2 (mkV "divide" "divides" "divided" "divided" "dividing"); -lin dividend_N = mkN "dividend" "dividends"; -lin dividend_warrant_N = mkN "dividend-warrant" "dividend-warrants"; -lin divination_N = mkN "divination" "divinations"; -lin divine_A = compoundA (mkA "divine"); -lin divine_N = mkN "divine" "divines"; -lin divine_V = mkV "divine" "divines" "divined" "divined" "divining"; -lin divine_V2 = mkV2 (mkV "divine" "divines" "divined" "divined" "divining"); -lin divinely_Adv = mkAdv "divinely"; -lin diviner_N = mkN "diviner" "diviners"; -lin diving_bell_N = mkN "diving-bell" "diving-bells"; -lin diving_board_N = mkN "diving-board" "diving-boards"; -lin diving_dress_N = mkN "diving-dress" "-" {- FIXME: no plural form -}; -lin diving_suit_N = mkN "diving-suit" "diving-suits"; -lin divinity_N = mkN "divinity" "divinities"; -lin divisible_A = compoundA (mkA "divisible"); -lin division_N = mkN "division" "divisions"; -lin divisional_A = compoundA (mkA "divisional"); -lin divisor_N = mkN "divisor" "divisors"; -lin divorce_N = mkN "divorce" "divorces"; -lin divorce_V2 = mkV2 (mkV "divorce" "divorces" "divorced" "divorced" "divorcing"); -lin divorcee_N = mkN "divorcee" "divorcees"; -lin divot_N = mkN "divot" "divots"; -lin divulge_V2 = mkV2 (mkV "divulge" "divulges" "divulged" "divulged" "divulging"); -lin divulgence_N = mkN "divulgence" "divulgences"; -lin divvy_N = mkN "divvy" "divvies"; -lin dixie_N = mkN "dixie" "dixies"; -lin diy_N = mkN "diy" "-" {- FIXME: no plural form -}; -lin dizzily_Adv = mkAdv "dizzily"; -lin dizziness_N = mkN "dizziness" "-" {- FIXME: no plural form -}; -lin dizzy_A = mkA "dizzy" "dizzier"; -lin dizzy_V2 = mkV2 (mkV "dizzy" "dizzies" "dizzied" "dizzied" "dizzying"); -lin dj_N = mkN "dj" "-" {- FIXME: no plural form -}; -lin djibouti_PN = mkPN "Djibouti"; -lin djiboutian_A = compoundA (mkA "djiboutian"); -lin djiboutian_N = mkN "djiboutian" "djiboutians"; -lin djinn_N = mkN "djinn" "djinns"; -lin djs_N = mkN "-" "djs" {- FIXME: no singular form -}; -lin dlitt_N = mkN "dlitt" "-" {- FIXME: no plural form -}; -lin dm_N = mkN "dm" "dm"; -lin dna_N = mkN "dna" "-" {- FIXME: no plural form -}; -lin dnepropetrovsk_PN = mkPN "Dnepropetrovsk"; -lin do_N = mkN "do" "di" {- FIXME: guessed plural form -}; -lin do_V = IrregEng.do_V; -lin do_V2 = mkV2 (IrregEng.do_V); -lin do_gooder_N = mkN "do-gooder" "do-gooders"; -lin dobbin_N = mkN "dobbin" "dobbins"; -lin docile_A = compoundA (mkA "docile"); -lin docility_N = mkN "docility" "-" {- FIXME: no plural form -}; -lin dock_N = mkN "dock" "docks"; -lin dock_V = mkV "dock" "docks" "docked" "docked" "docking"; -lin dock_V2 = mkV2 (mkV "dock" "docks" "docked" "docked" "docking"); -lin docker_N = mkN "docker" "dockers"; -lin docket_N = mkN "docket" "dockets"; -lin docket_V2 = mkV2 (mkV "docket" "dockets" "docketed" "docketed" "docketing"); -lin dockyard_N = mkN "dockyard" "dockyards"; -lin doctor_N = mkN "doctor" "doctors"; -lin doctor_V2 = mkV2 (mkV "doctor" "doctors" "doctored" "doctored" "doctoring"); -lin doctorate_N = mkN "doctorate" "doctorates"; -lin doctrinaire_A = compoundA (mkA "doctrinaire"); -lin doctrinaire_N = mkN "doctrinaire" "doctrinaires"; -lin doctrinal_A = compoundA (mkA "doctrinal"); -lin doctrine_N = mkN "doctrine" "doctrines"; -lin document_N = mkN "document" "documents"; -lin document_V2 = mkV2 (mkV "document" "documents" "documented" "documented" "documenting"); -lin documentary_A = compoundA (mkA "documentary"); -lin documentation_N = mkN "documentation" "-" {- FIXME: no plural form -}; -lin dodder_V = mkV "dodder" "dodders" "doddered" "doddered" "doddering"; -lin dodderer_N = mkN "dodderer" "dodderers"; -lin doddering_A = compoundA (mkA "doddering"); -lin doddery_A = compoundA (mkA "doddery"); -lin dodge_N = mkN "dodge" "dodges"; -lin dodge_V = mkV "dodge" "dodges" "dodged" "dodged" "dodging"; -lin dodge_V2 = mkV2 (mkV "dodge" "dodges" "dodged" "dodged" "dodging"); -lin dodgem_N = mkN "dodgem" "dodgems"; -lin dodger_N = mkN "dodger" "dodgers"; -lin dodgy_A = compoundA (mkA "dodgy"); -lin dodo_N = mkN "dodo" "dodos"; -lin doe_N = mkN "doe" "-" {- FIXME: no plural form -}; -lin doer_N = mkN "doer" "doers"; -lin doff_V2 = mkV2 (mkV "doff" "doffs" "doffed" "doffed" "doffing"); -lin dog's_tooth_N = mkN "dog's-tooth" "-" {- FIXME: no plural form -}; -lin dog_N = mkN "dog" "dogs"; -lin dog_V2 = mkV2 (mkV "dog" "dogs" "dogged" "dogged" "dogging"); -lin dog_biscuit_N = mkN "dog-biscuit" "dog-biscuits"; -lin dog_cart_N = mkN "dog-cart" "dog-carts"; -lin dog_collar_N = mkN "dog-collar" "dog-collars"; -lin dog_eared_A = compoundA (mkA "dog-eared"); -lin dog_like_A = compoundA (mkA "dog-like"); -lin doge_N = mkN "doge" "doges"; -lin dogfish_N = mkN "dogfish" "dogfish"; -lin dogged_A = compoundA (mkA "dogged"); -lin doggedly_Adv = mkAdv "doggedly"; -lin doggedness_N = mkN "doggedness" "-" {- FIXME: no plural form -}; -lin doggerel_N = mkN "doggerel" "-" {- FIXME: no plural form -}; -lin doggie_N = mkN "doggie" "doggies"; -lin doggo_Adv = mkAdv "doggo"; -lin doggy_N = mkN "doggy" "doggies"; -lin doghouse_N = mkN "doghouse" "doghouses"; -lin dogma_N = mkN "dogma" "dogmas"; -lin dogmatic_A = compoundA (mkA "dogmatic"); -lin dogmatically_Adv = mkAdv "dogmatically"; -lin dogmatism_N = mkN "dogmatism" "-" {- FIXME: no plural form -}; -lin dogmatize_V = mkV "dogmatize" "dogmatizes" "dogmatized" "dogmatized" "dogmatizing"; -lin dogmatize_V2 = mkV2 (mkV "dogmatize" "dogmatizes" "dogmatized" "dogmatized" "dogmatizing"); -lin dogsbody_N = mkN "dogsbody" "dogsbodies"; -lin dogtooth_N = mkN "dogtooth" "-" {- FIXME: no plural form -}; -lin dogtrot_N = mkN "dogtrot" "IRREG"; -lin dogwatch_N = mkN "dogwatch" "dogwatches"; -lin dogwood_N = mkN "dogwood" "dogwoods"; -lin doh_N = mkN "doh" "IRREG"; -lin doily_N = mkN "doily" "doilies"; -lin dole_N = mkN "dole" "doles"; -lin dole_V2 = mkV2 (mkV "dole" "doles" "doled" "doled" "doling"); -lin doleful_A = compoundA (mkA "doleful"); -lin dolefully_Adv = mkAdv "dolefully"; -lin doll_N = mkN "doll" "dolls"; -lin doll_V = mkV "doll" "dolls" "dolled" "dolled" "dolling"; -lin doll_V2 = mkV2 (mkV "doll" "dolls" "dolled" "dolled" "dolling"); -lin dollar_N = mkN "dollar" "dollars"; -lin dollop_N = mkN "dollop" "dollops"; -lin dolly_N = mkN "dolly" "dollies"; -lin dolly_PN = mkPN "Dolly"; -lin dolmen_N = mkN "dolmen" "dolmens"; -lin dolour_N = mkN "dolour" "dolours"; -lin dolourous_A = compoundA (mkA "dolourous"); -lin dolphin_N = mkN "dolphin" "dolphins"; -lin dolt_N = mkN "dolt" "dolts"; -lin doltish_A = compoundA (mkA "doltish"); -lin domain_N = mkN "domain" "domains"; -lin dome_N = mkN "dome" "domes"; -lin domed_A = compoundA (mkA "domed"); -lin domesday_PN = mkPN "Domesday"; -lin domestic_A = compoundA (mkA "domestic"); -lin domestically_Adv = mkAdv "domestically"; -lin domesticate_V2 = mkV2 (mkV "domesticate" "domesticates" "domesticated" "domesticated" "domesticating"); -lin domestication_N = mkN "domestication" "-" {- FIXME: no plural form -}; -lin domesticity_N = mkN "domesticity" "-" {- FIXME: no plural form -}; -lin domicile_N = mkN "domicile" "domiciles"; -lin domiciliary_A = compoundA (mkA "domiciliary"); -lin dominance_N = mkN "dominance" "-" {- FIXME: no plural form -}; -lin dominant_A = compoundA (mkA "dominant"); -lin dominantly_Adv = mkAdv "dominantly"; -lin dominate_V = mkV "dominate" "dominates" "dominated" "dominated" "dominating"; -lin dominate_V2 = mkV2 (mkV "dominate" "dominates" "dominated" "dominated" "dominating"); -lin domination_N = mkN "domination" "-" {- FIXME: no plural form -}; -lin domineer_V = mkV "domineer" "domineers" "domineered" "domineered" "domineering"; -lin domineering_A = compoundA (mkA "domineering"); -lin domineeringly_Adv = mkAdv "domineeringly"; -lin dominic_PN = mkPN "Dominic"; -lin dominica_PN = mkPN "Dominica"; -lin dominican_A = compoundA (mkA "dominican"); -lin dominican_N = mkN "dominican" "dominicans"; -lin dominie_N = mkN "dominie" "dominies"; -lin dominion_N = mkN "dominion" "dominions"; -lin domino_N = mkN "domino" "dominos"; -lin don't_know_N = mkN "don't-know" "don't-knows"; -lin don_N = mkN "don" "dons"; -lin don_PN = mkPN "Don"; -lin don_V2 = mkV2 (mkV "don" "dons" "donned" "donned" "donning"); -lin donald_PN = mkPN "Donald"; -lin donate_V2 = mkV2 (mkV "donate" "donates" "donated" "donated" "donating"); -lin donation_N = mkN "donation" "donations"; -lin doncaster_PN = mkPN "Doncaster"; -lin donegal_PN = mkPN "Donegal"; -lin donetsk_PN = mkPN "Donetsk"; -lin donjon_N = mkN "donjon" "donjons"; -lin donkey_N = mkN "donkey" "donkeys"; -lin donkey_jacket_N = mkN "donkey-jacket" "donkey-jackets"; -lin donkey_work_N = mkN "donkey-work" "-" {- FIXME: no plural form -}; -lin donnish_A = compoundA (mkA "donnish"); -lin donor_N = mkN "donor" "donors"; -lin doodle_V = mkV "doodle" "doodles" "doodled" "doodled" "doodling"; -lin doodlebug_N = mkN "doodlebug" "doodlebugs"; -lin doom_N = mkN "doom" "dooms"; -lin doom_V2 = mkV2 (mkV "doom" "dooms" "doomed" "doomed" "dooming"); -lin doomsday_PN = mkPN "Doomsday"; -lin door_N = mkN "door" "doors"; -lin door_to_door_A = compoundA (mkA "door-to-door"); -lin doorbell_N = mkN "doorbell" "doorbells"; -lin doorcase_N = mkN "doorcase" "doorcases"; -lin doorframe_N = mkN "doorframe" "doorframes"; -lin doorhandle_N = mkN "doorhandle" "doorhandles"; -lin doorkeeper_N = mkN "doorkeeper" "doorkeepers"; -lin doorknob_N = mkN "doorknob" "doorknobs"; -lin doorknocker_N = mkN "doorknocker" "doorknockers"; -lin doorman_N = mkN "doorman" "doormen" {- FIXME: guessed plural form -}; -lin doormat_N = mkN "doormat" "doormats"; -lin doornail_N = mkN "doornail" "doornails"; -lin doorplate_N = mkN "doorplate" "doorplates"; -lin doorpost_N = mkN "doorpost" "doorposts"; -lin doorstep_N = mkN "doorstep" "doorsteps"; -lin doorstopper_N = mkN "doorstopper" "doorstoppers"; -lin doorway_N = mkN "doorway" "doorways"; -lin dope_N = mkN "dope" "dopes"; -lin dope_V2 = mkV2 (mkV "dope" "dopes" "doped" "doped" "doping"); -lin dopey_A = compoundA (mkA "dopey"); -lin dora_PN = mkPN "Dora"; -lin dorchester_PN = mkPN "Dorchester"; -lin dordrecht_PN = mkPN "Dordrecht"; -lin doreen_PN = mkPN "Doreen"; -lin doric_A = compoundA (mkA "doric"); -lin doris_PN = mkPN "Doris"; -lin dorking_PN = mkPN "Dorking"; -lin dormant_A = compoundA (mkA "dormant"); -lin dormer_N = mkN "dormer" "dormers"; -lin dormer_window_N = mkN "dormer-window" "dormer-windows"; -lin dormitory_N = mkN "dormitory" "dormitories"; -lin dormouse_N = mkN "dormouse" "dormice" {- FIXME: guessed plural form -}; -lin dorothy_PN = mkPN "Dorothy"; -lin dorsal_A = compoundA (mkA "dorsal"); -lin dorset_PN = mkPN "Dorset"; -lin dortmund_PN = mkPN "Dortmund"; -lin dory_N = mkN "dory" "dories"; -lin dosage_N = mkN "dosage" "dosages"; -lin dose_N = mkN "dose" "doses"; -lin dose_V2 = mkV2 (mkV "dose" "doses" "dosed" "dosed" "dosing"); -lin doss_V = mkV "doss" "dosses" "dossed" "dossed" "dossing"; -lin doss_house_N = mkN "doss-house" "doss-houses"; -lin dosser_N = mkN "dosser" "dossers"; -lin dossier_N = mkN "dossier" "dossiers"; -lin dot_N = mkN "dot" "dots"; -lin dot_V2 = mkV2 (mkV "dot" "dots" "dotted" "dotted" "dotting"); -lin dotage_N = mkN "dotage" "-" {- FIXME: no plural form -}; -lin dotard_N = mkN "dotard" "dotards"; -lin dote_V = mkV "dote" "dotes" "doted" "doted" "doting"; -lin dottle_N = mkN "dottle" "dottles"; -lin dotty_A = mkA "dotty" "dottier"; -lin douai_PN = mkPN "Douai"; -lin double_A = compoundA (mkA "double"); -lin double_Adv = mkAdv "double"; -lin double_N = mkN "double" "doubles"; -lin double_V = mkV "double" "doubles" "doubled" "doubled" "doubling"; -lin double_V2 = mkV2 (mkV "double" "doubles" "doubled" "doubled" "doubling"); -lin double_barrelled_A = compoundA (mkA "double-barrelled"); -lin double_bass_N = mkN "double-bass" "double-basses"; -lin double_bedded_A = compoundA (mkA "double-bedded"); -lin double_breasted_A = compoundA (mkA "double-breasted"); -lin double_check_V2 = mkV2 (mkV "double-check" "double-checks" "double-checked" "double-checked" "double-checking"); -lin double_cross_N = mkN "double-cross" "double-crosses"; -lin double_cross_V2 = mkV2 (mkV "double-cross" "double-crosses" "double-crossed" "double-crossed" "double-crossing"); -lin double_dealer_N = mkN "double-dealer" "double-dealers"; -lin double_dealing_A = compoundA (mkA "double-dealing"); -lin double_dealing_N = mkN "double-dealing" "-" {- FIXME: no plural form -}; -lin double_decker_N = mkN "double-decker" "double-deckers"; -lin double_dutch_N = mkN "double-dutch" "-" {- FIXME: no plural form -}; -lin double_dyed_A = compoundA (mkA "double-dyed"); -lin double_edged_A = compoundA (mkA "double-edged"); -lin double_entry_N = mkN "double-entry" "double-entries"; -lin double_faced_A = compoundA (mkA "double-faced"); -lin double_first_N = mkN "double-first" "double-firsts"; -lin double_jointed_A = compoundA (mkA "double-jointed"); -lin double_park_V = mkV "double-park" "double-parks" "double-parked" "double-parked" "double-parking"; -lin double_park_V2 = mkV2 (mkV "double-park" "double-parks" "double-parked" "double-parked" "double-parking"); -lin double_quick_A = compoundA (mkA "double-quick"); -lin double_quick_Adv = mkAdv "double-quick"; -lin double_spacing_N = mkN "double-spacing" "-" {- FIXME: no plural form -}; -lin double_talk_N = mkN "double-talk" "-" {- FIXME: no plural form -}; -lin double_think_N = mkN "double-think" "-" {- FIXME: no plural form -}; -lin doublet_N = mkN "doublet" "doublets"; -lin doubloon_N = mkN "doubloon" "doubloons"; -lin doubly_Adv = mkAdv "doubly"; -lin doubt_N = mkN "doubt" "doubts"; -lin doubt_V2 = mkV2 (mkV "doubt" "doubts" "doubted" "doubted" "doubting"); -lin doubtful_A = compoundA (mkA "doubtful"); -lin doubtfully_Adv = mkAdv "doubtfully"; -lin doubtless_Adv = mkAdv "doubtless"; -lin douche_N = mkN "douche" "douches"; -lin doug_PN = mkPN "Doug"; -lin dough_N = mkN "dough" "-" {- FIXME: no plural form -}; -lin doughnut_N = mkN "doughnut" "doughnuts"; -lin doughty_A = compoundA (mkA "doughty"); -lin doughy_A = mkA "doughy" "doughier"; -lin douglas_PN = mkPN "Douglas"; -lin dour_A = compoundA (mkA "dour"); -lin dourly_Adv = mkAdv "dourly"; -lin douse_V2 = mkV2 (mkV "douse" "douses" "doused" "doused" "dousing"); -lin dove_N = mkN "dove" "doves"; -lin dovecote_N = mkN "dovecote" "dovecotes"; -lin dover_PN = mkPN "Dover"; -lin dovetail_N = mkN "dovetail" "dovetails"; -lin dovetail_V = mkV "dovetail" "dovetails" "dovetailed" "dovetailed" "dovetailing"; -lin dovetail_V2 = mkV2 (mkV "dovetail" "dovetails" "dovetailed" "dovetailed" "dovetailing"); -lin dowager_N = mkN "dowager" "dowagers"; -lin dowdily_Adv = mkAdv "dowdily"; -lin dowdiness_N = mkN "dowdiness" "-" {- FIXME: no plural form -}; -lin dowdy_A = mkA "dowdy" "dowdier"; -lin dowel_N = mkN "dowel" "dowels"; -lin dower_N = mkN "dower" "dowers"; -lin dower_V2 = mkV2 (mkV "dower" "dowers" "dowered" "dowered" "dowering"); -lin down_Adv = mkAdv "down"; -lin down_N = mkN "down" "downs"; -lin down_PN = mkPN "Down"; -lin down_V2 = mkV2 (mkV "down" "downs" "downed" "downed" "downing"); -lin down_and_out_N = mkN "down-and-out" "down-and-outs"; -lin down_market_A = compoundA (mkA "down-market"); -lin down_to_earth_A = compoundA (mkA "down-to-earth"); -lin downbeat_N = mkN "downbeat" "downbeats"; -lin downcast_A = compoundA (mkA "downcast"); -lin downfall_N = mkN "downfall" "IRREG"; -lin downgrade_V2 = mkV2 (mkV "downgrade" "downgrades" "downgraded" "downgraded" "downgrading"); -lin downhearted_A = compoundA (mkA "downhearted"); -lin downhill_Adv = mkAdv "downhill"; -lin downing_street_PN = mkPN "Downing street"; -lin downpour_N = mkN "downpour" "downpours"; -lin downright_A = compoundA (mkA "downright"); -lin downright_Adv = mkAdv "downright"; -lin downrightness_N = mkN "downrightness" "-" {- FIXME: no plural form -}; -lin downstair_A = compoundA (mkA "downstair"); -lin downstairs_A = compoundA (mkA "downstairs"); -lin downstairs_Adv = mkAdv "downstairs"; -lin downstream_A = compoundA (mkA "downstream"); -lin downstream_Adv = mkAdv "downstream"; -lin downtown_Adv = mkAdv "downtown"; -lin downtrodden_A = compoundA (mkA "downtrodden"); -lin downward_A = compoundA (mkA "downward"); -lin downward_Adv = mkAdv "downward"; -lin downwards_Adv = mkAdv "downwards"; -lin downy_A = compoundA (mkA "downy"); -lin dowry_N = mkN "dowry" "dowries"; -lin dowse_V2 = mkV2 (mkV "dowse" "dowses" "dowsed" "dowsed" "dowsing"); -lin dowser_N = mkN "dowser" "dowsers"; -lin dowsing_N = mkN "dowsing" "-" {- FIXME: no plural form -}; -lin doxology_N = mkN "doxology" "doxologies"; -lin doyen_N = mkN "doyen" "doyens"; -lin doyley_N = mkN "doyley" "doyleys"; -lin doyly_N = mkN "doyly" "doylies"; -lin doz_N = mkN "doz" "doz"; -lin doze_N = mkN "doze" "dozes"; -lin doze_V = mkV "doze" "dozes" "dozed" "dozed" "dozing"; -lin dozen_N = mkN "dozen" "dozens"; -lin dphil_N = mkN "dphil" "-" {- FIXME: no plural form -}; -lin dr_PN = mkPN "Dr"; -lin drab_A = mkA "drab" "drabber*"; -lin drably_Adv = mkAdv "drably"; -lin drabness_N = mkN "drabness" "-" {- FIXME: no plural form -}; -lin drachm_N = mkN "drachm" "drachms"; -lin drachma_N = mkN "drachma" "drachmas"; -lin draconian_A = compoundA (mkA "draconian"); -lin draft_N = mkN "draft" "drafts"; -lin draft_V2 = mkV2 (mkV "draft" "drafts" "drafted" "drafted" "drafting"); -lin draftee_N = mkN "draftee" "draftees"; -lin drafting_N = mkN "drafting" "draftings"; -lin draftsman_N = mkN "draftsman" "draftsmen" {- FIXME: guessed plural form -}; -lin drag_N = mkN "drag" "-" {- FIXME: no plural form -}; -lin drag_V = mkV "drag" "drags" "dragged" "dragged" "dragging"; -lin drag_V2 = mkV2 (mkV "drag" "drags" "dragged" "dragged" "dragging"); -lin draggled_A = compoundA (mkA "draggled"); -lin dragnet_N = mkN "dragnet" "dragnets"; -lin dragoman_N = mkN "dragoman" "dragomans"; -lin dragon_N = mkN "dragon" "dragons"; -lin dragonfly_N = mkN "dragonfly" "dragonflies"; -lin dragoon_N = mkN "dragoon" "dragoons"; -lin dragoon_V2 = mkV2 (mkV "dragoon" "dragoons" "dragooned" "dragooned" "dragooning"); -lin drain_N = mkN "drain" "drains"; -lin drain_V = mkV "drain" "drains" "drained" "drained" "draining"; -lin drain_V2 = mkV2 (mkV "drain" "drains" "drained" "drained" "draining"); -lin drainage_N = mkN "drainage" "-" {- FIXME: no plural form -}; -lin drainage_basin_N = mkN "drainage-basin" "drainage-basins"; -lin draining_board_N = mkN "draining-board" "draining-boards"; -lin drainpipe_N = mkN "drainpipe" "drainpipes"; -lin drake_N = mkN "drake" "drakes"; -lin dram_N = mkN "dram" "drams"; -lin drama_N = mkN "drama" "dramas"; -lin dramatic_A = compoundA (mkA "dramatic"); -lin dramatically_Adv = mkAdv "dramatically"; -lin dramatics_N = mkN "dramatics" "dramatics"; -lin dramatist_N = mkN "dramatist" "dramatists"; -lin dramatization_N = mkN "dramatization" "dramatizations"; -lin dramatize_V2 = mkV2 (mkV "dramatize" "dramatizes" "dramatized" "dramatized" "dramatizing"); -lin drape_N = mkN "drape" "drapes"; -lin drape_V2 = mkV2 (mkV "drape" "drapes" "draped" "draped" "draping"); -lin draper_N = mkN "draper" "drapers"; -lin drapery_N = mkN "drapery" "draperies"; -lin drastic_A = compoundA (mkA "drastic"); -lin drastically_Adv = mkAdv "drastically"; -lin drat_V2 = mkV2 (mkV "drat" "drats" "dratted" "dratted" "dratting"); -lin draught_N = mkN "draught" "draughts"; -lin draught_V2 = mkV2 (mkV "draught" "draughts" "draughted" "draughted" "draughting"); -lin draught_horse_N = mkN "draught-horse" "draught-horses"; -lin draughts_N = mkN "draughts" "draughts"; -lin draughtsman_N = mkN "draughtsman" "draughtsmen" {- FIXME: guessed plural form -}; -lin draughty_A = mkA "draughty" "draughtier"; -lin draw_N = mkN "draw" "draws"; -lin draw_V = IrregEng.draw_V; -lin draw_V2 = mkV2 (IrregEng.draw_V); -lin drawback_N = mkN "drawback" "drawbacks"; -lin drawbridge_N = mkN "drawbridge" "drawbridges"; -lin drawer_N = mkN "drawer" "drawers"; -lin drawing_N = mkN "drawing" "drawings"; -lin drawing_board_N = mkN "drawing-board" "drawing-boards"; -lin drawing_pin_N = mkN "drawing-pin" "drawing-pins"; -lin drawing_room_N = mkN "drawing-room" "drawing-rooms"; -lin drawl_N = mkN "drawl" "drawls"; -lin drawl_V = mkV "drawl" "drawls" "drawled" "drawled" "drawling"; -lin drawl_V2 = mkV2 (mkV "drawl" "drawls" "drawled" "drawled" "drawling"); -lin dray_N = mkN "dray" "drays"; -lin drayton_PN = mkPN "Drayton"; -lin dread_N = mkN "dread" "-" {- FIXME: no plural form -}; -lin dread_V = mkV "dread" "dreads" "dreaded" "dreaded" "dreading"; -lin dread_V2 = mkV2 (mkV "dread" "dreads" "dreaded" "dreaded" "dreading"); -lin dreaded_A = compoundA (mkA "dreaded"); -lin dreadful_A = compoundA (mkA "dreadful"); -lin dreadfully_Adv = mkAdv "dreadfully"; -lin dreadfulness_N = mkN "dreadfulness" "-" {- FIXME: no plural form -}; -lin dreadnought_N = mkN "dreadnought" "dreadnoughts"; -lin dream_N = mkN "dream" "dreams"; -lin dream_V = mkV "dream" "dreams" "dreamed" "dreamed" "dreaming"; -lin dream_V2 = mkV2 (mkV "dream" "dreams" "dreamed" "dreamed" "dreaming"); -lin dreamer_N = mkN "dreamer" "dreamers"; -lin dreamily_Adv = mkAdv "dreamily"; -lin dreamland_N = mkN "dreamland" "dreamlands"; -lin dreamless_A = compoundA (mkA "dreamless"); -lin dreamlike_A = compoundA (mkA "dreamlike"); -lin dreamworld_N = mkN "dreamworld" "dreamworlds"; -lin dreamy_A = mkA "dreamy" "dreamier"; -lin drear_A = compoundA (mkA "drear"); -lin drearily_Adv = mkAdv "drearily"; -lin dreariness_N = mkN "dreariness" "-" {- FIXME: no plural form -}; -lin dreary_A = mkA "dreary" "drearier"; -lin dredge_N = mkN "dredge" "dredges"; -lin dredge_V = mkV "dredge" "dredges" "dredged" "dredged" "dredging"; -lin dredge_V2 = mkV2 (mkV "dredge" "dredges" "dredged" "dredged" "dredging"); -lin dredger_N = mkN "dredger" "dredgers"; -lin drench_V2 = mkV2 (mkV "drench" "drenches" "drenched" "drenched" "drenching"); -lin drenching_N = mkN "drenching" "drenchings"; -lin dresden_PN = mkPN "Dresden"; -lin dress_N = mkN "dress" "dresses"; -lin dress_V = mkV "dress" "dresses" "dressed" "dressed" "dressing"; -lin dress_V2 = mkV2 (mkV "dress" "dresses" "dressed" "dressed" "dressing"); -lin dress_hanger_N = mkN "dress-hanger" "dress-hangers"; -lin dressage_N = mkN "dressage" "-" {- FIXME: no plural form -}; -lin dresser_N = mkN "dresser" "dressers"; -lin dressing_N = mkN "dressing" "dressings"; -lin dressing_case_N = mkN "dressing-case" "dressing-cases"; -lin dressing_down_N = mkN "dressing-down" "IRREG"; -lin dressing_gown_N = mkN "dressing-gown" "dressing-gowns"; -lin dressing_table_N = mkN "dressing-table" "dressing-tables"; -lin dressmaker_N = mkN "dressmaker" "dressmakers"; -lin dressmaking_N = mkN "dressmaking" "-" {- FIXME: no plural form -}; -lin dressy_A = mkA "dressy" "dressier"; -lin dribble_V = mkV "dribble" "dribbles" "dribbled" "dribbled" "dribbling"; -lin dribble_V2 = mkV2 (mkV "dribble" "dribbles" "dribbled" "dribbled" "dribbling"); -lin dribbler_N = mkN "dribbler" "dribblers"; -lin driblet_N = mkN "driblet" "driblets"; -lin drier_N = mkN "drier" "driers"; -lin driffield_PN = mkPN "Driffield"; -lin drift_N = mkN "drift" "drifts"; -lin drift_V = mkV "drift" "drifts" "drifted" "drifted" "drifting"; -lin drift_V2 = mkV2 (mkV "drift" "drifts" "drifted" "drifted" "drifting"); -lin drift_ice_N = mkN "drift-ice" "-" {- FIXME: no plural form -}; -lin drift_net_N = mkN "drift-net" "drift-nets"; -lin drift_wood_N = mkN "drift-wood" "-" {- FIXME: no plural form -}; -lin driftage_N = mkN "driftage" "-" {- FIXME: no plural form -}; -lin drifter_N = mkN "drifter" "drifters"; -lin drill_N = mkN "drill" "drills"; -lin drill_V = mkV "drill" "drills" "drilled" "drilled" "drilling"; -lin drill_V2 = mkV2 (mkV "drill" "drills" "drilled" "drilled" "drilling"); -lin drily_Adv = mkAdv "drily"; -lin drink_N = mkN "drink" "drinks"; -lin drink_V = IrregEng.drink_V; -lin drink_V2 = mkV2 (IrregEng.drink_V); -lin drinkable_A = compoundA (mkA "drinkable"); -lin drinker_N = mkN "drinker" "drinkers"; -lin drinking_N = mkN "drinking" "-" {- FIXME: no plural form -}; -lin drinking_bout_N = mkN "drinking-bout" "drinking-bouts"; -lin drinking_fountain_N = mkN "drinking-fountain" "drinking-fountains"; -lin drinking_song_N = mkN "drinking-song" "drinking-songs"; -lin drinking_water_N = mkN "drinking-water" "-" {- FIXME: no plural form -}; -lin drip_N = mkN "drip" "drips"; -lin drip_V = mkV "drip" "drips" "dripped" "dripped" "dripping"; -lin drip_V2 = mkV2 (mkV "drip" "drips" "dripped" "dripped" "dripping"); -lin drip_dry_A = compoundA (mkA "drip-dry"); -lin drip_dry_V2 = mkV2 (mkV "drip-dry" "drip-dries" "drip-dried" "drip-dried" "drip-drying"); -lin dripping_N = mkN "dripping" "-" {- FIXME: no plural form -}; -lin dripping_pan_N = mkN "dripping-pan" "dripping-pans"; -lin drive_N = mkN "drive" "drives"; -lin drive_V = IrregEng.drive_V; -lin drive_V2 = mkV2 (IrregEng.drive_V); -lin drive_in_N = mkN "drive-in" "drive-ins"; -lin drivel_N = mkN "drivel" "-" {- FIXME: no plural form -}; -lin drivel_V = mkV "drivel" "drivels" "drivelled" "drivelled" "drivelling"; -lin driveller_N = mkN "driveller" "drivellers"; -lin driver_N = mkN "driver" "drivers"; -lin driveway_N = mkN "driveway" "driveways"; -lin driving_belt_N = mkN "driving-belt" "driving-belts"; -lin driving_wheel_N = mkN "driving-wheel" "driving-wheels"; -lin drizzle_N = mkN "drizzle" "-" {- FIXME: no plural form -}; -lin drizzle_V = mkV "drizzle" "drizzles" "drizzled" "drizzled" "drizzling"; -lin drizzly_A = compoundA (mkA "drizzly"); -lin drogheda_PN = mkPN "Drogheda"; -lin drogue_N = mkN "drogue" "drogues"; -lin droitwich_PN = mkPN "Droitwich"; -lin droll_A = compoundA (mkA "droll"); -lin drollery_N = mkN "drollery" "drolleries"; -lin dromedary_N = mkN "dromedary" "dromedaries"; -lin drone_N = mkN "drone" "drones"; -lin drone_V = mkV "drone" "drones" "droned" "droned" "droning"; -lin drone_V2 = mkV2 (mkV "drone" "drones" "droned" "droned" "droning"); -lin dronfield_PN = mkPN "Dronfield"; -lin drool_V = mkV "drool" "drools" "drooled" "drooled" "drooling"; -lin droop_N = mkN "droop" "IRREG"; -lin droop_V = mkV "droop" "droops" "drooped" "drooped" "drooping"; -lin droop_V2 = mkV2 (mkV "droop" "droops" "drooped" "drooped" "drooping"); -lin droopingly_Adv = mkAdv "droopingly"; -lin drop_N = mkN "drop" "drops"; -lin drop_V = mkV "drop" "drops" "dropped" "dropped" "dropping"; -lin drop_V2 = mkV2 (mkV "drop" "drops" "dropped" "dropped" "dropping"); -lin drop_curtain_N = mkN "drop-curtain" "drop-curtains"; -lin drop_kick_N = mkN "drop-kick" "drop-kicks"; -lin dropout_N = mkN "dropout" "dropouts"; -lin dropping_zone_N = mkN "dropping-zone" "dropping-zones"; -lin dropsical_A = compoundA (mkA "dropsical"); -lin dropsy_N = mkN "dropsy" "-" {- FIXME: no plural form -}; -lin droshky_N = mkN "droshky" "droshkies"; -lin dross_N = mkN "dross" "-" {- FIXME: no plural form -}; -lin drought_N = mkN "drought" "droughts"; -lin drove_N = mkN "drove" "droves"; -lin drover_N = mkN "drover" "drovers"; -lin drown_V = mkV "drown" "drowns" "drowned" "drowned" "drowning"; -lin drown_V2 = mkV2 (mkV "drown" "drowns" "drowned" "drowned" "drowning"); -lin drowse_N = mkN "drowse" "IRREG"; -lin drowse_V = mkV "drowse" "drowses" "drowsed" "drowsed" "drowsing"; -lin drowse_V2 = mkV2 (mkV "drowse" "drowses" "drowsed" "drowsed" "drowsing"); -lin drowsily_Adv = mkAdv "drowsily"; -lin drowsiness_N = mkN "drowsiness" "-" {- FIXME: no plural form -}; -lin drowsy_A = mkA "drowsy" "drowsier"; -lin drub_V2 = mkV2 (mkV "drub" "drubs" "drubbed" "drubbed" "drubbing"); -lin drubbing_N = mkN "drubbing" "IRREG"; -lin drudge_N = mkN "drudge" "drudges"; -lin drudge_V = mkV "drudge" "drudges" "drudged" "drudged" "drudging"; -lin drudgery_N = mkN "drudgery" "-" {- FIXME: no plural form -}; -lin drug_N = mkN "drug" "drugs"; -lin drug_V2 = mkV2 (mkV "drug" "drugs" "drugged" "drugged" "drugging"); -lin drugget_N = mkN "drugget" "druggets"; -lin druggist_N = mkN "druggist" "druggists"; -lin drugstore_N = mkN "drugstore" "drugstores"; -lin druid_N = mkN "druid" "druids"; -lin drum_N = mkN "drum" "drums"; -lin drum_V = mkV "drum" "drums" "drummed" "drummed" "drumming"; -lin drum_V2 = mkV2 (mkV "drum" "drums" "drummed" "drummed" "drumming"); -lin drum_major_N = mkN "drum-major" "drum-majors"; -lin drum_majorette_N = mkN "drum-majorette" "drum-majorettes"; -lin drumfire_N = mkN "drumfire" "-" {- FIXME: no plural form -}; -lin drumhead_A = compoundA (mkA "drumhead"); -lin drummer_N = mkN "drummer" "drummers"; -lin drumstick_N = mkN "drumstick" "drumsticks"; -lin drunk_A = mkA "drunk" "drunker"; -lin drunk_N = mkN "drunk" "drunks"; -lin drunkard_N = mkN "drunkard" "drunkards"; -lin drunken_A = compoundA (mkA "drunken"); -lin drunkenly_Adv = mkAdv "drunkenly"; -lin drunkenness_N = mkN "drunkenness" "-" {- FIXME: no plural form -}; -lin drupe_N = mkN "drupe" "drupes"; -lin dry_A = mkA "dry" "drier"; -lin dry_V = mkV "dry" "dries" "dried" "dried" "drying"; -lin dry_V2 = mkV2 (mkV "dry" "dries" "dried" "dried" "drying"); -lin dry_clean_V2 = mkV2 (mkV "dry-clean" "dry-cleans" "dry-cleaned" "dry-cleaned" "dry-cleaning"); -lin dry_cleaner_N = mkN "dry-cleaner" "dry-cleaners"; -lin dry_cleaning_N = mkN "dry-cleaning" "-" {- FIXME: no plural form -}; -lin dry_shod_A = compoundA (mkA "dry-shod"); -lin dry_walling_N = mkN "dry-walling" "-" {- FIXME: no plural form -}; -lin dryad_N = mkN "dryad" "dryads"; -lin dryer_N = mkN "dryer" "dryers"; -lin dryness_N = mkN "dryness" "-" {- FIXME: no plural form -}; -lin dsc_N = mkN "dsc" "-" {- FIXME: no plural form -}; -lin dss_N = mkN "dss" "-" {- FIXME: no plural form -}; -lin dti_N = mkN "dti" "-" {- FIXME: no plural form -}; -lin dts_N = mkN "-" "dts" {- FIXME: no singular form -}; -lin dual_A = compoundA (mkA "dual"); -lin dub_V2 = mkV2 (mkV "dub" "dubs" "dubbed" "dubbed" "dubbing"); -lin dubbin_N = mkN "dubbin" "-" {- FIXME: no plural form -}; -lin dubiety_N = mkN "dubiety" "dubieties"; -lin dubious_A = compoundA (mkA "dubious"); -lin dubiously_Adv = mkAdv "dubiously"; -lin dubiousness_N = mkN "dubiousness" "-" {- FIXME: no plural form -}; -lin dublin_PN = mkPN "Dublin"; -lin dubliner_N = mkN "dubliner" "dubliners"; -lin ducal_A = compoundA (mkA "ducal"); -lin ducat_N = mkN "ducat" "ducats"; -lin duce_N = mkN "duce" "IRREG"; -lin duchess_N = mkN "duchess" "duchesses"; -lin duchy_N = mkN "duchy" "duchies"; -lin duck_N = mkN "duck" "duck"; -lin duck_V = mkV "duck" "ducks" "ducked" "ducked" "ducking"; -lin duck_V2 = mkV2 (mkV "duck" "ducks" "ducked" "ducked" "ducking"); -lin duckbilled_A = compoundA (mkA "duckbilled"); -lin ducking_N = mkN "ducking" "duckings"; -lin ducking_stool_N = mkN "ducking-stool" "ducking-stools"; -lin duckling_N = mkN "duckling" "ducklings"; -lin duckweed_N = mkN "duckweed" "-" {- FIXME: no plural form -}; -lin ducky_N = mkN "ducky" "duckies"; -lin duct_N = mkN "duct" "ducts"; -lin ductile_A = compoundA (mkA "ductile"); -lin ductility_N = mkN "ductility" "-" {- FIXME: no plural form -}; -lin dud_A = compoundA (mkA "dud"); -lin dud_N = mkN "dud" "duds"; -lin dude_N = mkN "dude" "dudes"; -lin dudgeon_N = mkN "dudgeon" "-" {- FIXME: no plural form -}; -lin dudley_PN = mkPN "Dudley"; -lin due_A = compoundA (mkA "due"); -lin due_Adv = mkAdv "due"; -lin due_N = mkN "due" "dues"; -lin duel_N = mkN "duel" "duels"; -lin duel_V = mkV "duel" "duels" "duelled" "duelled" "duelling"; -lin duelist_N = mkN "duelist" "duelists"; -lin duellist_N = mkN "duellist" "duellists"; -lin duenna_N = mkN "duenna" "duennas"; -lin duet_N = mkN "duet" "duets"; -lin duffel_N = mkN "duffel" "-" {- FIXME: no plural form -}; -lin duffer_N = mkN "duffer" "duffers"; -lin duffle_N = mkN "duffle" "-" {- FIXME: no plural form -}; -lin dug_N = mkN "dug" "dugs"; -lin dugong_N = mkN "dugong" "dugongs"; -lin dugout_N = mkN "dugout" "dugouts"; -lin duisburg_PN = mkPN "Duisburg"; -lin duke_N = mkN "duke" "dukes"; -lin dukedom_N = mkN "dukedom" "dukedoms"; -lin dukinfield_PN = mkPN "Dukinfield"; -lin dulcet_A = compoundA (mkA "dulcet"); -lin dulcimer_N = mkN "dulcimer" "dulcimers"; -lin dull_A = mkA "dull" "duller"; -lin dull_V = mkV "dull" "dulls" "dulled" "dulled" "dulling"; -lin dull_V2 = mkV2 (mkV "dull" "dulls" "dulled" "dulled" "dulling"); -lin dullard_N = mkN "dullard" "dullards"; -lin dullness_N = mkN "dullness" "-" {- FIXME: no plural form -}; -lin dully_Adv = mkAdv "dully"; -lin duly_Adv = mkAdv "duly"; -lin dumb_A = mkA "dumb" "dumber"; -lin dumbarton_PN = mkPN "Dumbarton"; -lin dumbbell_N = mkN "dumbbell" "dumbbells"; -lin dumbfound_V2 = mkV2 (mkV "dumbfound" "dumbfounds" "dumbfounded" "dumbfounded" "dumbfounding"); -lin dumbly_Adv = mkAdv "dumbly"; -lin dumbness_N = mkN "dumbness" "-" {- FIXME: no plural form -}; -lin dumbwaiter_N = mkN "dumbwaiter" "dumbwaiters"; -lin dumdum_N = mkN "dumdum" "dumdums"; -lin dumfries_PN = mkPN "Dumfries"; -lin dummy_N = mkN "dummy" "dummies"; -lin dump_N = mkN "dump" "dumps"; -lin dump_V2 = mkV2 (mkV "dump" "dumps" "dumped" "dumped" "dumping"); -lin dumper_N = mkN "dumper" "dumpers"; -lin dumpling_N = mkN "dumpling" "dumplings"; -lin dumpy_A = mkA "dumpy" "dumpier"; -lin dun_A = compoundA (mkA "dun"); -lin dun_N = mkN "dun" "duns"; -lin dun_V2 = mkV2 (mkV "dun" "duns" "dunned" "dunned" "dunning"); -lin dun_laoghaire_PN = mkPN "Dun laoghaire"; -lin duncan_PN = mkPN "Duncan"; -lin dunce_N = mkN "dunce" "dunces"; -lin dundalk_PN = mkPN "Dundalk"; -lin dundee_PN = mkPN "Dundee"; -lin dunderhead_N = mkN "dunderhead" "dunderheads"; -lin dune_N = mkN "dune" "dunes"; -lin dunfermline_PN = mkPN "Dunfermline"; -lin dung_N = mkN "dung" "-" {- FIXME: no plural form -}; -lin dungeon_N = mkN "dungeon" "dungeons"; -lin dunghill_N = mkN "dunghill" "dunghills"; -lin dunk_V2 = mkV2 (mkV "dunk" "dunks" "dunked" "dunked" "dunking"); -lin dunkirk_PN = mkPN "Dunkirk"; -lin dunoon_PN = mkPN "Dunoon"; -lin dunstable_PN = mkPN "Dunstable"; -lin duodecimal_A = compoundA (mkA "duodecimal"); -lin duodenal_A = compoundA (mkA "duodenal"); -lin duodenum_N = mkN "duodenum" "duodenums"; -lin duologue_N = mkN "duologue" "duologues"; -lin dupe_N = mkN "dupe" "dupes"; -lin dupe_V2 = mkV2 (mkV "dupe" "dupes" "duped" "duped" "duping"); -lin dupl_PN = mkPN "Dupl"; -lin duplex_A = compoundA (mkA "duplex"); -lin duplicate_A = compoundA (mkA "duplicate"); -lin duplicate_N = mkN "duplicate" "duplicates"; -lin duplicate_V2 = mkV2 (mkV "duplicate" "duplicates" "duplicated" "duplicated" "duplicating"); -lin duplication_N = mkN "duplication" "duplications"; -lin duplicator_N = mkN "duplicator" "duplicators"; -lin duplicity_N = mkN "duplicity" "-" {- FIXME: no plural form -}; -lin durability_N = mkN "durability" "-" {- FIXME: no plural form -}; -lin durable_A = compoundA (mkA "durable"); -lin durable_N = mkN "durable" "durables"; -lin durance_N = mkN "durance" "-" {- FIXME: no plural form -}; -lin duration_N = mkN "duration" "durations"; -lin durban_PN = mkPN "Durban"; -lin durbar_N = mkN "durbar" "durbars"; -lin duress_N = mkN "duress" "-" {- FIXME: no plural form -}; -lin durham_PN = mkPN "Durham"; -lin durrington_PN = mkPN "Durrington"; -lin dursley_PN = mkPN "Dursley"; -lin dusk_N = mkN "dusk" "-" {- FIXME: no plural form -}; -lin dusky_A = mkA "dusky" "duskier"; -lin dusseldorf_PN = mkPN "Dusseldorf"; -lin dust_N = mkN "dust" "-" {- FIXME: no plural form -}; -lin dust_V2 = mkV2 (mkV "dust" "dusts" "dusted" "dusted" "dusting"); -lin dust_bowl_N = mkN "dust-bowl" "dust-bowls"; -lin dust_coat_N = mkN "dust-coat" "dust-coats"; -lin dust_jacket_N = mkN "dust-jacket" "dust-jackets"; -lin dust_sheet_N = mkN "dust-sheet" "dust-sheets"; -lin dust_up_N = mkN "dust-up" "dust-ups"; -lin dust_wrapper_N = mkN "dust-wrapper" "dust-wrappers"; -lin dustbin_N = mkN "dustbin" "dustbins"; -lin dustcart_N = mkN "dustcart" "dustcarts"; -lin duster_N = mkN "duster" "dusters"; -lin dustman_N = mkN "dustman" "dustmen" {- FIXME: guessed plural form -}; -lin dustpan_N = mkN "dustpan" "dustpans"; -lin dusty_A = mkA "dusty" "dustier"; -lin dutch_A = compoundA (mkA "dutch"); -lin dutch_N = mkN "dutch" "-" {- FIXME: no plural form -}; -lin dutchman_N = mkN "dutchman" "dutchmen" {- FIXME: guessed plural form -}; -lin duteous_A = compoundA (mkA "duteous"); -lin dutiable_A = compoundA (mkA "dutiable"); -lin dutiful_A = compoundA (mkA "dutiful"); -lin dutifully_Adv = mkAdv "dutifully"; -lin duty_N = mkN "duty" "duties"; -lin duty_free_A = compoundA (mkA "duty-free"); -lin duvet_N = mkN "duvet" "duvets"; -lin dwarf_N = mkN "dwarf" "dwarfs"; -lin dwarf_V2 = mkV2 (mkV "dwarf" "dwarfs" "dwarfed" "dwarfed" "dwarfing"); -lin dwarfish_A = compoundA (mkA "dwarfish"); -lin dwell_V = mkV "dwell" "IRREG" "IRREG" "IRREG" "IRREG"; -lin dweller_N = mkN "dweller" "dwellers"; -lin dwelling_N = mkN "dwelling" "dwellings"; -lin dwelling_house_N = mkN "dwelling-house" "dwelling-houses"; -lin dwindle_V = mkV "dwindle" "dwindles" "dwindled" "dwindled" "dwindling"; -lin dyarchy_N = mkN "dyarchy" "dyarchies"; -lin dye_N = mkN "dye" "dyes"; -lin dye_V = mkV "dye" "dyes" "dyed" "dyed" "dying"; -lin dye_V2 = mkV2 (mkV "dye" "dyes" "dyed" "dyed" "dying"); -lin dye_works_N = mkN "dye-works" "dye-works"; -lin dyed_in_the_wool_A = compoundA (mkA "dyed-in-the-wool"); -lin dyer_N = mkN "dyer" "dyers"; -lin dyestuff_N = mkN "dyestuff" "dyestuffs"; -lin dyfed_PN = mkPN "Dyfed"; -lin dyke_N = mkN "dyke" "dykes"; -lin dyke_V = mkV "dyke" "dykes" "dyked" "dyked" "dyking"; -lin dyke_V2 = mkV2 (mkV "dyke" "dykes" "dyked" "dyked" "dyking"); -lin dynamic_A = compoundA (mkA "dynamic"); -lin dynamic_N = mkN "dynamic" "dynamics"; -lin dynamically_Adv = mkAdv "dynamically"; -lin dynamism_N = mkN "dynamism" "-" {- FIXME: no plural form -}; -lin dynamite_N = mkN "dynamite" "-" {- FIXME: no plural form -}; -lin dynamite_V2 = mkV2 (mkV "dynamite" "dynamites" "dynamited" "dynamited" "dynamiting"); -lin dynamo_N = mkN "dynamo" "dynamos"; -lin dynast_N = mkN "dynast" "dynasts"; -lin dynastic_A = compoundA (mkA "dynastic"); -lin dynasty_N = mkN "dynasty" "dynasties"; -lin dyne_N = mkN "dyne" "dynes"; -lin dysentery_N = mkN "dysentery" "-" {- FIXME: no plural form -}; -lin dyslexia_N = mkN "dyslexia" "-" {- FIXME: no plural form -}; -lin dyslexic_A = compoundA (mkA "dyslexic"); -lin dyspepsia_N = mkN "dyspepsia" "-" {- FIXME: no plural form -}; -lin dyspeptic_A = compoundA (mkA "dyspeptic"); -lin dyspeptic_N = mkN "dyspeptic" "dyspeptics"; -lin debris_2_N = mkN "débris" "-" {- FIXME: no plural form -}; -lin debut_2_N = mkN "début" "débuts"; -lin debutante_2_N = mkN "débutante" "débutantes"; -lin debacle_N = mkN "débâcle" "débâcles"; -lin decollete_A = compoundA (mkA "décolleté"); -lin decor_N = mkN "décor" "IRREG"; -lin demarche_N = mkN "démarche" "démarches"; -lin demode_A = compoundA (mkA "démodé"); -lin denouement_N = mkN "dénouement" "dénouements"; -lin deshabille_N = mkN "déshabillé" "-" {- FIXME: no plural form -}; -lin detente_N = mkN "détente" "-" {- FIXME: no plural form -}; -lin e'en_Adv = mkAdv "e'en"; -lin e'er_Adv = mkAdv "e'er"; -lin each_A = compoundA (mkA "each"); -lin eager_A = compoundA (mkA "eager"); -lin eagerly_Adv = mkAdv "eagerly"; -lin eagerness_N = mkN "eagerness" "-" {- FIXME: no plural form -}; -lin eagle_N = mkN "eagle" "eagles"; -lin eagle_eyed_A = compoundA (mkA "eagle-eyed"); -lin eaglescliffe_PN = mkPN "Eaglescliffe"; -lin eaglet_N = mkN "eaglet" "eaglets"; -lin ealing_PN = mkPN "Ealing"; -lin ear_N = mkN "ear" "ears"; -lin ear_trumpet_N = mkN "ear-trumpet" "ear-trumpets"; -lin earache_N = mkN "earache" "earaches"; -lin eardrop_N = mkN "eardrop" "eardrops"; -lin eardrum_N = mkN "eardrum" "eardrums"; -lin earful_N = mkN "earful" "earfuls"; -lin earl_N = mkN "earl" "earls"; -lin earl_shilton_PN = mkPN "Earl shilton"; -lin earldom_N = mkN "earldom" "earldoms"; -lin early_A = mkA "early" "earlier"; -lin early_Adv = mkAdv "early"; -lin early_warning_A = compoundA (mkA "early-warning"); -lin earmark_N = mkN "earmark" "earmarks"; -lin earmark_V2 = mkV2 (mkV "earmark" "earmarks" "earmarked" "earmarked" "earmarking"); -lin earn_V2 = mkV2 (mkV "earn" "earns" "earned" "earned" "earning"); -lin earnest_A = compoundA (mkA "earnest"); -lin earnest_N = mkN "earnest" "-" {- FIXME: no plural form -}; -lin earnest_money_N = mkN "earnest-money" "-" {- FIXME: no plural form -}; -lin earnestly_Adv = mkAdv "earnestly"; -lin earnestness_N = mkN "earnestness" "-" {- FIXME: no plural form -}; -lin earphone_N = mkN "earphone" "earphones"; -lin earpiece_N = mkN "earpiece" "earpieces"; -lin earring_N = mkN "earring" "earrings"; -lin earshot_N = mkN "earshot" "-" {- FIXME: no plural form -}; -lin earth_N = mkN "earth" "-" {- FIXME: no plural form -}; -lin earth_V2 = mkV2 (mkV "earth" "earths" "earthed" "earthed" "earthing"); -lin earth_closet_N = mkN "earth-closet" "earth-closets"; -lin earthen_A = compoundA (mkA "earthen"); -lin earthenware_N = mkN "earthenware" "-" {- FIXME: no plural form -}; -lin earthly_A = compoundA (mkA "earthly"); -lin earthnut_N = mkN "earthnut" "earthnuts"; -lin earthquake_N = mkN "earthquake" "earthquakes"; -lin earthwork_N = mkN "earthwork" "earthworks"; -lin earthworm_N = mkN "earthworm" "earthworms"; -lin earthy_A = mkA "earthy" "earthier"; -lin earwax_N = mkN "earwax" "-" {- FIXME: no plural form -}; -lin earwig_N = mkN "earwig" "earwigs"; -lin ease_N = mkN "ease" "-" {- FIXME: no plural form -}; -lin ease_V = mkV "ease" "eases" "eased" "eased" "easing"; -lin ease_V2 = mkV2 (mkV "ease" "eases" "eased" "eased" "easing"); -lin easel_N = mkN "easel" "easels"; -lin easily_Adv = mkAdv "easily"; -lin easington_PN = mkPN "Easington"; -lin east_Adv = mkAdv "east"; -lin east_N = mkN "east" "-" {- FIXME: no plural form -}; -lin east_dereham_PN = mkPN "East dereham"; -lin east_grinstead_PN = mkPN "East grinstead"; -lin east_kilbride_PN = mkPN "East kilbride"; -lin east_retford_PN = mkPN "East retford"; -lin eastbourne_PN = mkPN "Eastbourne"; -lin easter_N = mkN "easter" "easters"; -lin easter_PN = mkPN "Easter"; -lin easterly_A = compoundA (mkA "easterly"); -lin easterly_Adv = mkAdv "easterly"; -lin eastern_A = compoundA (mkA "eastern"); -lin easternmost_A = compoundA (mkA "easternmost"); -lin eastleigh_PN = mkPN "Eastleigh"; -lin eastward_A = compoundA (mkA "eastward"); -lin eastward_Adv = mkAdv "eastward"; -lin eastwards_Adv = mkAdv "eastwards"; -lin easy_A = mkA "easy" "easier"; -lin easy_Adv = mkAdv "easy"; -lin easygoing_A = compoundA (mkA "easygoing"); -lin eat_V = IrregEng.eat_V; -lin eat_V2 = mkV2 (IrregEng.eat_V); -lin eatable_A = compoundA (mkA "eatable"); -lin eatable_N = mkN "eatable" "eatables"; -lin eater_N = mkN "eater" "eaters"; -lin eating_apple_N = mkN "eating-apple" "eating-apples"; -lin eating_house_N = mkN "eating-house" "eating-houses"; -lin eau_de_cologne_N = mkN "eau de cologne" "-" {- FIXME: no plural form -}; -lin eau_de_vie_N = mkN "eau-de-vie" "-" {- FIXME: no plural form -}; -lin eavesdrop_V = mkV "eavesdrop" "eavesdrops" "eavesdropped" "eavesdropped" "eavesdropping"; -lin eavesdropper_N = mkN "eavesdropper" "eavesdroppers"; -lin ebb_N = mkN "ebb" "ebbs"; -lin ebb_V = mkV "ebb" "ebbs" "ebbed" "ebbed" "ebbing"; -lin ebbtide_N = mkN "ebbtide" "ebbtides"; -lin ebbw_vale_PN = mkPN "Ebbw vale"; -lin ebonite_N = mkN "ebonite" "-" {- FIXME: no plural form -}; -lin ebony_A = compoundA (mkA "ebony"); -lin ebony_N = mkN "ebony" "-" {- FIXME: no plural form -}; -lin ebullience_N = mkN "ebullience" "-" {- FIXME: no plural form -}; -lin ebullient_A = compoundA (mkA "ebullient"); -lin ebulliently_Adv = mkAdv "ebulliently"; -lin ec_N = mkN "ec" "-" {- FIXME: no plural form -}; -lin eccentric_A = compoundA (mkA "eccentric"); -lin eccentric_N = mkN "eccentric" "eccentrics"; -lin eccentricity_N = mkN "eccentricity" "eccentricities"; -lin eccles_PN = mkPN "Eccles"; -lin ecclesiastic_N = mkN "ecclesiastic" "ecclesiastics"; -lin ecclesiastical_A = compoundA (mkA "ecclesiastical"); -lin ecclesiastically_Adv = mkAdv "ecclesiastically"; -lin echelon_N = mkN "echelon" "echelons"; -lin echo_N = mkN "echo" "echoes"; -lin echo_V = mkV "echo" "echos" "echoed" "echoed" "echoing"; -lin echo_V2 = mkV2 (mkV "echo" "echos" "echoed" "echoed" "echoing"); -lin echo_sounder_N = mkN "echo-sounder" "echo-sounders"; -lin echo_sounding_N = mkN "echo-sounding" "echo-soundings"; -lin eclectic_A = compoundA (mkA "eclectic"); -lin eclecticism_N = mkN "eclecticism" "-" {- FIXME: no plural form -}; -lin eclipse_N = mkN "eclipse" "eclipses"; -lin eclipse_V2 = mkV2 (mkV "eclipse" "eclipses" "eclipsed" "eclipsed" "eclipsing"); -lin ecliptic_N = mkN "ecliptic" "IRREG"; -lin ecological_A = compoundA (mkA "ecological"); -lin ecologically_Adv = mkAdv "ecologically"; -lin ecologist_N = mkN "ecologist" "ecologists"; -lin ecology_N = mkN "ecology" "-" {- FIXME: no plural form -}; -lin economic_A = compoundA (mkA "economic"); -lin economical_A = compoundA (mkA "economical"); -lin economically_Adv = mkAdv "economically"; -lin economics_N = mkN "economics" "economics"; -lin economist_N = mkN "economist" "economists"; -lin economize_V = mkV "economize" "economizes" "economized" "economized" "economizing"; -lin economize_V2 = mkV2 (mkV "economize" "economizes" "economized" "economized" "economizing"); -lin economy_N = mkN "economy" "economies"; -lin ecosystem_N = mkN "ecosystem" "ecosystems"; -lin ecstasy_N = mkN "ecstasy" "ecstasies"; -lin ecstatic_A = compoundA (mkA "ecstatic"); -lin ecstatically_Adv = mkAdv "ecstatically"; -lin ectoplasm_N = mkN "ectoplasm" "-" {- FIXME: no plural form -}; -lin ecuador_PN = mkPN "Ecuador"; -lin ecuadorian_A = compoundA (mkA "ecuadorian"); -lin ecuadorian_N = mkN "ecuadorian" "ecuadorians"; -lin ecumenical_A = compoundA (mkA "ecumenical"); -lin eczema_N = mkN "eczema" "-" {- FIXME: no plural form -}; -lin ed_PN = mkPN "Ed"; -lin eddie_PN = mkPN "Eddie"; -lin eddy_N = mkN "eddy" "eddies"; -lin eddy_PN = mkPN "Eddy"; -lin eddy_V = mkV "eddy" "eddies" "eddied" "eddied" "eddying"; -lin edelweiss_N = mkN "edelweiss" "-" {- FIXME: no plural form -}; -lin eden_PN = mkPN "Eden"; -lin edenbridge_PN = mkPN "Edenbridge"; -lin edgar_PN = mkPN "Edgar"; -lin edge_N = mkN "edge" "edges"; -lin edge_V = mkV "edge" "edges" "edged" "edged" "edging"; -lin edge_V2 = mkV2 (mkV "edge" "edges" "edged" "edged" "edging"); -lin edgeways_Adv = mkAdv "edgeways"; -lin edgewise_Adv = mkAdv "edgewise"; -lin edging_N = mkN "edging" "edgings"; -lin edgy_A = mkA "edgy" "edgier"; -lin edibility_N = mkN "edibility" "-" {- FIXME: no plural form -}; -lin edible_A = compoundA (mkA "edible"); -lin edible_N = mkN "edible" "edibles"; -lin edict_N = mkN "edict" "edicts"; -lin edification_N = mkN "edification" "-" {- FIXME: no plural form -}; -lin edifice_N = mkN "edifice" "edifices"; -lin edify_V2 = mkV2 (mkV "edify" "edifies" "edified" "edified" "edifying"); -lin edinburgh_PN = mkPN "Edinburgh"; -lin edit_V2 = mkV2 (mkV "edit" "edits" "edited" "edited" "editing"); -lin edith_PN = mkPN "Edith"; -lin edition_N = mkN "edition" "editions"; -lin editor_N = mkN "editor" "editors"; -lin editorial_A = compoundA (mkA "editorial"); -lin editorial_N = mkN "editorial" "editorials"; -lin edmund_PN = mkPN "Edmund"; -lin edp_N = mkN "edp" "-" {- FIXME: no plural form -}; -lin educate_V2 = mkV2 (mkV "educate" "educates" "educated" "educated" "educating"); -lin education_N = mkN "education" "-" {- FIXME: no plural form -}; -lin educational_A = compoundA (mkA "educational"); -lin educationalist_N = mkN "educationalist" "educationalists"; -lin educationally_Adv = mkAdv "educationally"; -lin educationist_N = mkN "educationist" "educationists"; -lin educator_N = mkN "educator" "educators"; -lin educe_V2 = mkV2 (mkV "educe" "educes" "educed" "educed" "educing"); -lin edward_PN = mkPN "Edward"; -lin edwardian_A = compoundA (mkA "edwardian"); -lin edwardian_N = mkN "edwardian" "edwardians"; -lin eec_N = mkN "eec" "-" {- FIXME: no plural form -}; -lin eeg_N = mkN "eeg" "-" {- FIXME: no plural form -}; -lin eel_N = mkN "eel" "eels"; -lin eerie_A = mkA "eerie" "eerier"; -lin eerily_Adv = mkAdv "eerily"; -lin eeriness_N = mkN "eeriness" "-" {- FIXME: no plural form -}; -lin eery_A = mkA "eery" "eerier"; -lin eff_V = mkV "eff" "effs" "effed" "effed" "effing"; -lin efface_V2 = mkV2 (mkV "efface" "effaces" "effaced" "effaced" "effacing"); -lin effacement_N = mkN "effacement" "-" {- FIXME: no plural form -}; -lin effect_N = mkN "effect" "effects"; -lin effect_V2 = mkV2 (mkV "effect" "effects" "effected" "effected" "effecting"); -lin effective_A = compoundA (mkA "effective"); -lin effectively_Adv = mkAdv "effectively"; -lin effectiveness_N = mkN "effectiveness" "-" {- FIXME: no plural form -}; -lin effectual_A = compoundA (mkA "effectual"); -lin effectuality_N = mkN "effectuality" "-" {- FIXME: no plural form -}; -lin effectually_Adv = mkAdv "effectually"; -lin effectualness_N = mkN "effectualness" "-" {- FIXME: no plural form -}; -lin effeminacy_N = mkN "effeminacy" "-" {- FIXME: no plural form -}; -lin effeminate_A = compoundA (mkA "effeminate"); -lin effendi_N = mkN "effendi" "effendis"; -lin effervesce_V = mkV "effervesce" "effervesces" "effervesced" "effervesced" "effervescing"; -lin effervescence_N = mkN "effervescence" "-" {- FIXME: no plural form -}; -lin effervescent_A = compoundA (mkA "effervescent"); -lin effete_A = compoundA (mkA "effete"); -lin effeteness_N = mkN "effeteness" "-" {- FIXME: no plural form -}; -lin efficacious_A = compoundA (mkA "efficacious"); -lin efficaciously_Adv = mkAdv "efficaciously"; -lin efficacy_N = mkN "efficacy" "-" {- FIXME: no plural form -}; -lin efficiency_N = mkN "efficiency" "-" {- FIXME: no plural form -}; -lin efficient_A = compoundA (mkA "efficient"); -lin efficiently_Adv = mkAdv "efficiently"; -lin effigy_N = mkN "effigy" "effigies"; -lin efflorescence_N = mkN "efflorescence" "-" {- FIXME: no plural form -}; -lin efflorescent_A = compoundA (mkA "efflorescent"); -lin effluent_N = mkN "effluent" "effluents"; -lin efflux_N = mkN "efflux" "effluxes"; -lin effort_N = mkN "effort" "efforts"; -lin effortless_A = compoundA (mkA "effortless"); -lin effortlessly_Adv = mkAdv "effortlessly"; -lin effrontery_N = mkN "effrontery" "effronteries"; -lin effulgence_N = mkN "effulgence" "-" {- FIXME: no plural form -}; -lin effulgent_A = compoundA (mkA "effulgent"); -lin effusion_N = mkN "effusion" "effusions"; -lin effusive_A = compoundA (mkA "effusive"); -lin effusively_Adv = mkAdv "effusively"; -lin effusiveness_N = mkN "effusiveness" "-" {- FIXME: no plural form -}; -lin eft_N = mkN "eft" "efts"; -lin efta_N = mkN "efta" "-" {- FIXME: no plural form -}; -lin eg_PN = mkPN "Eg"; -lin egalitarian_A = compoundA (mkA "egalitarian"); -lin egalitarian_N = mkN "egalitarian" "egalitarians"; -lin egalitarianism_N = mkN "egalitarianism" "-" {- FIXME: no plural form -}; -lin egg_N = mkN "egg" "eggs"; -lin egg_V2 = mkV2 (mkV "egg" "eggs" "egged" "egged" "egging"); -lin egg_beater_N = mkN "egg-beater" "egg-beaters"; -lin egg_cup_N = mkN "egg-cup" "egg-cups"; -lin egg_whisk_N = mkN "egg-whisk" "egg-whisks"; -lin egghead_N = mkN "egghead" "eggheads"; -lin eggplant_N = mkN "eggplant" "eggplants"; -lin eggshake_N = mkN "eggshake" "eggshakes"; -lin eggshell_N = mkN "eggshell" "eggshells"; -lin eglantine_N = mkN "eglantine" "-" {- FIXME: no plural form -}; -lin ego_N = mkN "ego" "egos"; -lin egocentric_A = compoundA (mkA "egocentric"); -lin egoism_N = mkN "egoism" "-" {- FIXME: no plural form -}; -lin egoist_N = mkN "egoist" "egoists"; -lin egoistic_A = compoundA (mkA "egoistic"); -lin egoistical_A = compoundA (mkA "egoistical"); -lin egotism_N = mkN "egotism" "-" {- FIXME: no plural form -}; -lin egotist_N = mkN "egotist" "egotists"; -lin egotistic_A = compoundA (mkA "egotistic"); -lin egotistically_Adv = mkAdv "egotistically"; -lin egotrip_N = mkN "egotrip" "egotrips"; -lin egotrip_V = mkV "egotrip" "egotrips" "egotripped" "egotripped" "egotripping"; -lin egregious_A = compoundA (mkA "egregious"); -lin egremont_PN = mkPN "Egremont"; -lin egress_N = mkN "egress" "egresses"; -lin egret_N = mkN "egret" "egrets"; -lin egypt_PN = mkPN "Egypt"; -lin egyptian_A = compoundA (mkA "egyptian"); -lin egyptian_N = mkN "egyptian" "egyptians"; -lin eiche_PN = mkPN "Eiche"; -lin eiderdown_N = mkN "eiderdown" "eiderdowns"; -lin eight_A = compoundA (mkA "eight"); -lin eight_N = mkN "eight" "eights"; -lin eighteen_A = compoundA (mkA "eighteen"); -lin eighteen_N = mkN "eighteen" "eighteens"; -lin eighteenth_A = compoundA (mkA "eighteenth"); -lin eighteenth_N = mkN "eighteenth" "eighteenths"; -lin eighth_A = compoundA (mkA "eighth"); -lin eighth_N = mkN "eighth" "eighths"; -lin eightieth_A = compoundA (mkA "eightieth"); -lin eightieth_N = mkN "eightieth" "eightieths"; -lin eightpence_N = mkN "eightpence" "eightpences"; -lin eightpenny_A = compoundA (mkA "eightpenny"); -lin eightsome_N = mkN "eightsome" "eightsomes"; -lin eighty_A = compoundA (mkA "eighty"); -lin eighty_N = mkN "eighty" "eighties"; -lin eileen_PN = mkPN "Eileen"; -lin eindhoven_PN = mkPN "Eindhoven"; -lin eisteddfod_N = mkN "eisteddfod" "eisteddfods"; -lin either_A = compoundA (mkA "either"); -lin either_Adv = mkAdv "either"; -lin ejaculate_V2 = mkV2 (mkV "ejaculate" "ejaculates" "ejaculated" "ejaculated" "ejaculating"); -lin ejaculation_N = mkN "ejaculation" "ejaculations"; -lin eject_V = mkV "eject" "ejects" "ejected" "ejected" "ejecting"; -lin eject_V2 = mkV2 (mkV "eject" "ejects" "ejected" "ejected" "ejecting"); -lin ejection_N = mkN "ejection" "ejections"; -lin ejector_N = mkN "ejector" "ejectors"; -lin ejector_seat_N = mkN "ejector-seat" "ejector-seats"; -lin eke_V2 = mkV2 (mkV "eke" "ekes" "eked" "eked" "eking"); -lin el_dorado_N = mkN "el dorado" "el doradi" {- FIXME: guessed plural form -}; -lin el_salvador_PN = mkPN "El salvador"; -lin elaborate_A = compoundA (mkA "elaborate"); -lin elaborate_V2 = mkV2 (mkV "elaborate" "elaborates" "elaborated" "elaborated" "elaborating"); -lin elaborately_Adv = mkAdv "elaborately"; -lin elaborateness_N = mkN "elaborateness" "-" {- FIXME: no plural form -}; -lin elaboration_N = mkN "elaboration" "elaborations"; -lin elaine_PN = mkPN "Elaine"; -lin eland_N = mkN "eland" "elands"; -lin elapse_V = mkV "elapse" "elapses" "elapsed" "elapsed" "elapsing"; -lin elastic_A = compoundA (mkA "elastic"); -lin elastic_N = mkN "elastic" "-" {- FIXME: no plural form -}; -lin elasticity_N = mkN "elasticity" "elasticities"; -lin elasticized_A = compoundA (mkA "elasticized"); -lin elastoplast_N = mkN "elastoplast" "-" {- FIXME: no plural form -}; -lin elate_V2 = mkV2 (mkV "elate" "elates" "elated" "elated" "elating"); -lin elation_N = mkN "elation" "-" {- FIXME: no plural form -}; -lin elbow_N = mkN "elbow" "elbows"; -lin elbow_V2 = mkV2 (mkV "elbow" "elbows" "elbowed" "elbowed" "elbowing"); -lin elder_N = mkN "elder" "elders"; -lin elderly_A = compoundA (mkA "elderly"); -lin elderslie_PN = mkPN "Elderslie"; -lin eleanor_PN = mkPN "Eleanor"; -lin elect_A = compoundA (mkA "elect"); -lin elect_V2 = mkV2 (mkV "elect" "elects" "elected" "elected" "electing"); -lin election_N = mkN "election" "elections"; -lin electioneering_N = mkN "electioneering" "-" {- FIXME: no plural form -}; -lin elective_A = compoundA (mkA "elective"); -lin elector_N = mkN "elector" "electors"; -lin electoral_A = compoundA (mkA "electoral"); -lin electorate_N = mkN "electorate" "electorates"; -lin electric_A = compoundA (mkA "electric"); -lin electrical_A = compoundA (mkA "electrical"); -lin electrically_Adv = mkAdv "electrically"; -lin electrician_N = mkN "electrician" "electricians"; -lin electricity_N = mkN "electricity" "-" {- FIXME: no plural form -}; -lin electrification_N = mkN "electrification" "-" {- FIXME: no plural form -}; -lin electrify_V2 = mkV2 (mkV "electrify" "electrifies" "electrified" "electrified" "electrifying"); -lin electrocardiogram_N = mkN "electrocardiogram" "electrocardiograms"; -lin electrocardiograph_N = mkN "electrocardiograph" "electrocardiographs"; -lin electrochemistry_N = mkN "electrochemistry" "-" {- FIXME: no plural form -}; -lin electrocute_V2 = mkV2 (mkV "electrocute" "electrocutes" "electrocuted" "electrocuted" "electrocuting"); -lin electrocution_N = mkN "electrocution" "electrocutions"; -lin electrode_N = mkN "electrode" "electrodes"; -lin electrolysis_N = mkN "electrolysis" "-" {- FIXME: no plural form -}; -lin electrolyte_N = mkN "electrolyte" "electrolytes"; -lin electromagnet_N = mkN "electromagnet" "electromagnets"; -lin electromagnetic_A = compoundA (mkA "electromagnetic"); -lin electromagnetism_N = mkN "electromagnetism" "-" {- FIXME: no plural form -}; -lin electron_N = mkN "electron" "electrons"; -lin electronic_A = compoundA (mkA "electronic"); -lin electronically_Adv = mkAdv "electronically"; -lin electronics_N = mkN "electronics" "electronics"; -lin electroplate_N = mkN "electroplate" "-" {- FIXME: no plural form -}; -lin electroplate_V2 = mkV2 (mkV "electroplate" "electroplates" "electroplated" "electroplated" "electroplating"); -lin electrostatic_A = compoundA (mkA "electrostatic"); -lin eleemosynary_A = compoundA (mkA "eleemosynary"); -lin elegance_N = mkN "elegance" "-" {- FIXME: no plural form -}; -lin elegant_A = compoundA (mkA "elegant"); -lin elegantly_Adv = mkAdv "elegantly"; -lin elegiac_A = compoundA (mkA "elegiac"); -lin elegy_N = mkN "elegy" "elegies"; -lin element_N = mkN "element" "elements"; -lin elemental_A = compoundA (mkA "elemental"); -lin elementarily_Adv = mkAdv "elementarily"; -lin elementary_A = compoundA (mkA "elementary"); -lin elephant_N = mkN "elephant" "elephants"; -lin elephantiasis_N = mkN "elephantiasis" "-" {- FIXME: no plural form -}; -lin elephantine_A = compoundA (mkA "elephantine"); -lin elevate_V2 = mkV2 (mkV "elevate" "elevates" "elevated" "elevated" "elevating"); -lin elevation_N = mkN "elevation" "elevations"; -lin elevator_N = mkN "elevator" "elevators"; -lin eleven_A = compoundA (mkA "eleven"); -lin eleven_N = mkN "eleven" "elevens"; -lin eleventh_A = compoundA (mkA "eleventh"); -lin eleventh_N = mkN "eleventh" "elevenths"; -lin elf_N = mkN "elf" "elves" {- FIXME: guessed plural form -}; -lin elfin_A = compoundA (mkA "elfin"); -lin elfish_A = compoundA (mkA "elfish"); -lin elgin_PN = mkPN "Elgin"; -lin elicit_V2 = mkV2 (mkV "elicit" "elicits" "elicited" "elicited" "eliciting"); -lin elicitation_N = mkN "elicitation" "elicitations"; -lin elide_V2 = mkV2 (mkV "elide" "elides" "elided" "elided" "eliding"); -lin eligibility_N = mkN "eligibility" "-" {- FIXME: no plural form -}; -lin eligible_A = compoundA (mkA "eligible"); -lin eliminate_V2 = mkV2 (mkV "eliminate" "eliminates" "eliminated" "eliminated" "eliminating"); -lin elimination_N = mkN "elimination" "eliminations"; -lin elision_N = mkN "elision" "elisions"; -lin elitism_N = mkN "elitism" "-" {- FIXME: no plural form -}; -lin elitist_N = mkN "elitist" "elitists"; -lin elixir_N = mkN "elixir" "elixirs"; -lin eliza_PN = mkPN "Eliza"; -lin elizabeth_PN = mkPN "Elizabeth"; -lin elizabethan_A = compoundA (mkA "elizabethan"); -lin elizabethan_N = mkN "elizabethan" "elizabethans"; -lin elk_N = mkN "elk" "elks"; -lin elland_PN = mkPN "Elland"; -lin ellen_PN = mkPN "Ellen"; -lin ellesmere_PN = mkPN "Ellesmere"; -lin ellesmere_port_PN = mkPN "Ellesmere port"; -lin ellie_PN = mkPN "Ellie"; -lin ellipse_N = mkN "ellipse" "ellipses"; -lin ellipsis_N = mkN "ellipsis" "ellipses" {- FIXME: guessed plural form -}; -lin elliptic_A = compoundA (mkA "elliptic"); -lin elliptical_A = compoundA (mkA "elliptical"); -lin elloughton_PN = mkPN "Elloughton"; -lin elm_N = mkN "elm" "elms"; -lin elocution_N = mkN "elocution" "-" {- FIXME: no plural form -}; -lin elocutionary_A = compoundA (mkA "elocutionary"); -lin elocutionist_N = mkN "elocutionist" "elocutionists"; -lin elongate_V = mkV "elongate" "elongates" "elongated" "elongated" "elongating"; -lin elongate_V2 = mkV2 (mkV "elongate" "elongates" "elongated" "elongated" "elongating"); -lin elongation_N = mkN "elongation" "elongations"; -lin elope_V = mkV "elope" "elopes" "eloped" "eloped" "eloping"; -lin elopement_N = mkN "elopement" "elopements"; -lin eloquence_N = mkN "eloquence" "-" {- FIXME: no plural form -}; -lin eloquent_A = compoundA (mkA "eloquent"); -lin eloquently_Adv = mkAdv "eloquently"; -lin else_Adv = mkAdv "else"; -lin elsewhere_Adv = mkAdv "elsewhere"; -lin elsie_PN = mkPN "Elsie"; -lin elstree_PN = mkPN "Elstree"; -lin elucidate_V2 = mkV2 (mkV "elucidate" "elucidates" "elucidated" "elucidated" "elucidating"); -lin elucidation_N = mkN "elucidation" "elucidations"; -lin elude_V2 = mkV2 (mkV "elude" "eludes" "eluded" "eluded" "eluding"); -lin elusive_A = compoundA (mkA "elusive"); -lin elver_N = mkN "elver" "elvers"; -lin elvish_A = compoundA (mkA "elvish"); -lin ely_PN = mkPN "Ely"; -lin elysian_A = compoundA (mkA "elysian"); -lin elysium_PN = mkPN "Elysium"; -lin emaciate_V2 = mkV2 (mkV "emaciate" "emaciates" "emaciated" "emaciated" "emaciating"); -lin emaciation_N = mkN "emaciation" "-" {- FIXME: no plural form -}; -lin emanate_V = mkV "emanate" "emanates" "emanated" "emanated" "emanating"; -lin emanation_N = mkN "emanation" "emanations"; -lin emancipate_V2 = mkV2 (mkV "emancipate" "emancipates" "emancipated" "emancipated" "emancipating"); -lin emancipation_N = mkN "emancipation" "-" {- FIXME: no plural form -}; -lin emasculate_V2 = mkV2 (mkV "emasculate" "emasculates" "emasculated" "emasculated" "emasculating"); -lin emasculation_N = mkN "emasculation" "emasculations"; -lin embalm_V2 = mkV2 (mkV "embalm" "embalms" "embalmed" "embalmed" "embalming"); -lin embalmment_N = mkN "embalmment" "embalmments"; -lin embankment_N = mkN "embankment" "embankments"; -lin embargo_N = mkN "embargo" "embargoes"; -lin embargo_V2 = mkV2 (mkV "embargo" "embargos" "embargoed" "embargoed" "embargoing"); -lin embark_V = mkV "embark" "embarks" "embarked" "embarked" "embarking"; -lin embark_V2 = mkV2 (mkV "embark" "embarks" "embarked" "embarked" "embarking"); -lin embarkation_N = mkN "embarkation" "embarkations"; -lin embarrass_V2 = mkV2 (mkV "embarrass" "embarrasses" "embarrassed" "embarrassed" "embarrassing"); -lin embarrassing_A = compoundA (mkA "embarrassing"); -lin embarrassingly_Adv = mkAdv "embarrassingly"; -lin embarrassment_N = mkN "embarrassment" "embarrassments"; -lin embassy_N = mkN "embassy" "embassies"; -lin embattled_A = compoundA (mkA "embattled"); -lin embed_V2 = mkV2 (mkV "embed" "embeds" "embedded" "embedded" "embedding"); -lin embellish_V2 = mkV2 (mkV "embellish" "embellishes" "embellished" "embellished" "embellishing"); -lin embellishment_N = mkN "embellishment" "embellishments"; -lin ember_N = mkN "ember" "embers"; -lin embezzle_V2 = mkV2 (mkV "embezzle" "embezzles" "embezzled" "embezzled" "embezzling"); -lin embezzlement_N = mkN "embezzlement" "embezzlements"; -lin embitter_V2 = mkV2 (mkV "embitter" "embitters" "embittered" "embittered" "embittering"); -lin embitterment_N = mkN "embitterment" "embitterments"; -lin emblazon_V2 = mkV2 (mkV "emblazon" "emblazons" "emblazoned" "emblazoned" "emblazoning"); -lin emblem_N = mkN "emblem" "emblems"; -lin emblematic_A = compoundA (mkA "emblematic"); -lin embodiment_N = mkN "embodiment" "embodiments"; -lin embody_V2 = mkV2 (mkV "embody" "embodies" "embodied" "embodied" "embodying"); -lin embolden_V2 = mkV2 (mkV "embolden" "emboldens" "emboldened" "emboldened" "emboldening"); -lin embonpoint_A = compoundA (mkA "embonpoint"); -lin embonpoint_N = mkN "embonpoint" "-" {- FIXME: no plural form -}; -lin emboss_V2 = mkV2 (mkV "emboss" "embosses" "embossed" "embossed" "embossing"); -lin embrace_N = mkN "embrace" "embraces"; -lin embrace_V = mkV "embrace" "embraces" "embraced" "embraced" "embracing"; -lin embrace_V2 = mkV2 (mkV "embrace" "embraces" "embraced" "embraced" "embracing"); -lin embrasure_N = mkN "embrasure" "embrasures"; -lin embrocation_N = mkN "embrocation" "-" {- FIXME: no plural form -}; -lin embroider_V = mkV "embroider" "embroiders" "embroidered" "embroidered" "embroidering"; -lin embroider_V2 = mkV2 (mkV "embroider" "embroiders" "embroidered" "embroidered" "embroidering"); -lin embroidery_N = mkN "embroidery" "-" {- FIXME: no plural form -}; -lin embroil_V2 = mkV2 (mkV "embroil" "embroils" "embroiled" "embroiled" "embroiling"); -lin embryo_N = mkN "embryo" "embryos"; -lin embryonic_A = compoundA (mkA "embryonic"); -lin emeer_N = mkN "emeer" "emeers"; -lin emend_V2 = mkV2 (mkV "emend" "emends" "emended" "emended" "emending"); -lin emendation_N = mkN "emendation" "emendations"; -lin emerald_N = mkN "emerald" "emeralds"; -lin emerge_V = mkV "emerge" "emerges" "emerged" "emerged" "emerging"; -lin emergence_N = mkN "emergence" "-" {- FIXME: no plural form -}; -lin emergency_N = mkN "emergency" "emergencies"; -lin emergent_A = compoundA (mkA "emergent"); -lin emeritus_A = compoundA (mkA "emeritus"); -lin emery_N = mkN "emery" "-" {- FIXME: no plural form -}; -lin emetic_N = mkN "emetic" "emetics"; -lin emigrant_N = mkN "emigrant" "emigrants"; -lin emigrate_V = mkV "emigrate" "emigrates" "emigrated" "emigrated" "emigrating"; -lin emigration_N = mkN "emigration" "emigrations"; -lin emily_PN = mkPN "Emily"; -lin eminence_N = mkN "eminence" "eminences"; -lin eminent_A = compoundA (mkA "eminent"); -lin eminently_Adv = mkAdv "eminently"; -lin emir_N = mkN "emir" "emirs"; -lin emirate_N = mkN "emirate" "emirates"; -lin emissary_N = mkN "emissary" "emissaries"; -lin emission_N = mkN "emission" "emissions"; -lin emit_V2 = mkV2 (mkV "emit" "emits" "emitted" "emitted" "emitting"); -lin emma_PN = mkPN "Emma"; -lin emolument_N = mkN "emolument" "emoluments"; -lin emotion_N = mkN "emotion" "emotions"; -lin emotional_A = compoundA (mkA "emotional"); -lin emotionally_Adv = mkAdv "emotionally"; -lin emotionless_A = compoundA (mkA "emotionless"); -lin emotive_A = compoundA (mkA "emotive"); -lin empale_V2 = mkV2 (mkV "empale" "empales" "empaled" "empaled" "empaling"); -lin empanel_V2 = mkV2 (mkV "empanel" "empanels" "empanelled" "empanelled" "empanelling"); -lin empathy_N = mkN "empathy" "-" {- FIXME: no plural form -}; -lin emperor_N = mkN "emperor" "emperors"; -lin emphasis_N = mkN "emphasis" "emphases" {- FIXME: guessed plural form -}; -lin emphasize_V2 = mkV2 (mkV "emphasize" "emphasizes" "emphasized" "emphasized" "emphasizing"); -lin emphatic_A = compoundA (mkA "emphatic"); -lin emphatically_Adv = mkAdv "emphatically"; -lin empire_N = mkN "empire" "empires"; -lin empiric_A = compoundA (mkA "empiric"); -lin empirical_A = compoundA (mkA "empirical"); -lin empirically_Adv = mkAdv "empirically"; -lin empiricism_N = mkN "empiricism" "-" {- FIXME: no plural form -}; -lin empiricist_N = mkN "empiricist" "empiricists"; -lin emplacement_N = mkN "emplacement" "emplacements"; -lin emplane_V = mkV "emplane" "emplanes" "emplaned" "emplaned" "emplaning"; -lin emplane_V2 = mkV2 (mkV "emplane" "emplanes" "emplaned" "emplaned" "emplaning"); -lin employ_N = mkN "employ" "employs"; -lin employ_V2 = mkV2 (mkV "employ" "employs" "employed" "employed" "employing"); -lin employable_A = compoundA (mkA "employable"); -lin employee_N = mkN "employee" "employees"; -lin employer_N = mkN "employer" "employers"; -lin employment_N = mkN "employment" "-" {- FIXME: no plural form -}; -lin emporium_N = mkN "emporium" "emporiums"; -lin empower_V2 = mkV2 (mkV "empower" "empowers" "empowered" "empowered" "empowering"); -lin empress_N = mkN "empress" "empresses"; -lin emptiness_N = mkN "emptiness" "-" {- FIXME: no plural form -}; -lin empty_A = mkA "empty" "emptier"; -lin empty_N = mkN "empty" "empties"; -lin empty_V = mkV "empty" "empties" "emptied" "emptied" "emptying"; -lin empty_V2 = mkV2 (mkV "empty" "empties" "emptied" "emptied" "emptying"); -lin empty_handed_A = compoundA (mkA "empty-handed"); -lin empty_headed_A = compoundA (mkA "empty-headed"); -lin empurpled_A = compoundA (mkA "empurpled"); -lin empyrean_A = compoundA (mkA "empyrean"); -lin empyrean_N = mkN "empyrean" "IRREG"; -lin emsworth_PN = mkPN "Emsworth"; -lin emu_N = mkN "emu" "emus"; -lin emulate_V2 = mkV2 (mkV "emulate" "emulates" "emulated" "emulated" "emulating"); -lin emulation_N = mkN "emulation" "-" {- FIXME: no plural form -}; -lin emulous_A = compoundA (mkA "emulous"); -lin emulously_Adv = mkAdv "emulously"; -lin emulsify_V2 = mkV2 (mkV "emulsify" "emulsifies" "emulsified" "emulsified" "emulsifying"); -lin emulsion_N = mkN "emulsion" "emulsions"; -lin en_clair_Adv = mkAdv "en clair"; -lin en_famille_Adv = mkAdv "en famille"; -lin en_masse_Adv = mkAdv "en masse"; -lin en_route_Adv = mkAdv "en route"; -lin enable_V2 = mkV2 (mkV "enable" "enables" "enabled" "enabled" "enabling"); -lin enabling_A = compoundA (mkA "enabling"); -lin enact_V2 = mkV2 (mkV "enact" "enacts" "enacted" "enacted" "enacting"); -lin enactment_N = mkN "enactment" "enactments"; -lin enamel_N = mkN "enamel" "-" {- FIXME: no plural form -}; -lin enamel_V2 = mkV2 (mkV "enamel" "enamels" "enamelled" "enamelled" "enamelling"); -lin enamour_V2 = mkV2 (mkV "enamour" "enamours" "enamoured" "enamoured" "enamouring"); -lin enc_PN = mkPN "Enc"; -lin encamp_V = mkV "encamp" "encamps" "encamped" "encamped" "encamping"; -lin encamp_V2 = mkV2 (mkV "encamp" "encamps" "encamped" "encamped" "encamping"); -lin encampment_N = mkN "encampment" "encampments"; -lin encase_V2 = mkV2 (mkV "encase" "encases" "encased" "encased" "encasing"); -lin encaustic_A = compoundA (mkA "encaustic"); -lin encephalitis_N = mkN "encephalitis" "-" {- FIXME: no plural form -}; -lin enchain_V2 = mkV2 (mkV "enchain" "enchains" "enchained" "enchained" "enchaining"); -lin enchant_V2 = mkV2 (mkV "enchant" "enchants" "enchanted" "enchanted" "enchanting"); -lin enchanter_N = mkN "enchanter" "enchanters"; -lin enchantingly_Adv = mkAdv "enchantingly"; -lin enchantment_N = mkN "enchantment" "enchantments"; -lin enchantress_N = mkN "enchantress" "enchantresses"; -lin encircle_V2 = mkV2 (mkV "encircle" "encircles" "encircled" "encircled" "encircling"); -lin encirclement_N = mkN "encirclement" "encirclements"; -lin enclave_N = mkN "enclave" "enclaves"; -lin enclose_V2 = mkV2 (mkV "enclose" "encloses" "enclosed" "enclosed" "enclosing"); -lin enclosure_N = mkN "enclosure" "enclosures"; -lin encode_V2 = mkV2 (mkV "encode" "encodes" "encoded" "encoded" "encoding"); -lin encomium_N = mkN "encomium" "encomiums"; -lin encompass_V2 = mkV2 (mkV "encompass" "encompasses" "encompassed" "encompassed" "encompassing"); -lin encore_N = mkN "encore" "encores"; -lin encore_V2 = mkV2 (mkV "encore" "encores" "encored" "encored" "encoring"); -lin encounter_N = mkN "encounter" "encounters"; -lin encounter_V2 = mkV2 (mkV "encounter" "encounters" "encountered" "encountered" "encountering"); -lin encourage_V2 = mkV2 (mkV "encourage" "encourages" "encouraged" "encouraged" "encouraging"); -lin encouragement_N = mkN "encouragement" "encouragements"; -lin encouragingly_Adv = mkAdv "encouragingly"; -lin encroach_V = mkV "encroach" "encroaches" "encroached" "encroached" "encroaching"; -lin encroachment_N = mkN "encroachment" "encroachments"; -lin encrust_V = mkV "encrust" "encrusts" "encrusted" "encrusted" "encrusting"; -lin encrust_V2 = mkV2 (mkV "encrust" "encrusts" "encrusted" "encrusted" "encrusting"); -lin encumber_V2 = mkV2 (mkV "encumber" "encumbers" "encumbered" "encumbered" "encumbering"); -lin encumbrance_N = mkN "encumbrance" "encumbrances"; -lin encyclical_A = compoundA (mkA "encyclical"); -lin encyclical_N = mkN "encyclical" "encyclicals"; -lin encyclopaedia_N = mkN "encyclopaedia" "encyclopaedias"; -lin encyclopaedic_A = compoundA (mkA "encyclopaedic"); -lin encyclopedia_N = mkN "encyclopedia" "encyclopedias"; -lin encyclopedic_A = compoundA (mkA "encyclopedic"); -lin end_N = mkN "end" "ends"; -lin end_V = mkV "end" "ends" "ended" "ended" "ending"; -lin end_V2 = mkV2 (mkV "end" "ends" "ended" "ended" "ending"); -lin end_all_N = mkN "end-all" "IRREG"; -lin endanger_V2 = mkV2 (mkV "endanger" "endangers" "endangered" "endangered" "endangering"); -lin endear_V2 = mkV2 (mkV "endear" "endears" "endeared" "endeared" "endearing"); -lin endearingly_Adv = mkAdv "endearingly"; -lin endearment_N = mkN "endearment" "endearments"; -lin endeavour_N = mkN "endeavour" "endeavours"; -lin endeavour_V = mkV "endeavour" "endeavours" "endeavoured" "endeavoured" "endeavouring"; -lin endemic_A = compoundA (mkA "endemic"); -lin endemic_N = mkN "endemic" "endemics"; -lin ending_N = mkN "ending" "endings"; -lin endive_N = mkN "endive" "endives"; -lin endless_A = compoundA (mkA "endless"); -lin endlessly_Adv = mkAdv "endlessly"; -lin endorse_V2 = mkV2 (mkV "endorse" "endorses" "endorsed" "endorsed" "endorsing"); -lin endorsement_N = mkN "endorsement" "endorsements"; -lin endow_V2 = mkV2 (mkV "endow" "endows" "endowed" "endowed" "endowing"); -lin endowment_N = mkN "endowment" "endowments"; -lin endue_V2 = mkV2 (mkV "endue" "endues" "endued" "endued" "enduing"); -lin endurable_A = compoundA (mkA "endurable"); -lin endurance_N = mkN "endurance" "-" {- FIXME: no plural form -}; -lin endure_V = mkV "endure" "endures" "endured" "endured" "enduring"; -lin endure_V2 = mkV2 (mkV "endure" "endures" "endured" "endured" "enduring"); -lin enduring_A = compoundA (mkA "enduring"); -lin enduringly_Adv = mkAdv "enduringly"; -lin endways_Adv = mkAdv "endways"; -lin endwise_Adv = mkAdv "endwise"; -lin enema_N = mkN "enema" "enemas"; -lin enemy_N = mkN "enemy" "enemies"; -lin energetic_A = compoundA (mkA "energetic"); -lin energetically_Adv = mkAdv "energetically"; -lin energy_N = mkN "energy" "energies"; -lin enervate_V2 = mkV2 (mkV "enervate" "enervates" "enervated" "enervated" "enervating"); -lin enfant_terrible_N = mkN "enfant terrible" "IRREG"; -lin enfeeble_V2 = mkV2 (mkV "enfeeble" "enfeebles" "enfeebled" "enfeebled" "enfeebling"); -lin enfield_PN = mkPN "Enfield"; -lin enfold_V2 = mkV2 (mkV "enfold" "enfolds" "enfolded" "enfolded" "enfolding"); -lin enforce_V2 = mkV2 (mkV "enforce" "enforces" "enforced" "enforced" "enforcing"); -lin enforceable_A = compoundA (mkA "enforceable"); -lin enforcement_N = mkN "enforcement" "-" {- FIXME: no plural form -}; -lin enfranchise_V2 = mkV2 (mkV "enfranchise" "enfranchises" "enfranchised" "enfranchised" "enfranchising"); -lin enfranchisement_N = mkN "enfranchisement" "enfranchisements"; -lin engage_V = mkV "engage" "engages" "engaged" "engaged" "engaging"; -lin engage_V2 = mkV2 (mkV "engage" "engages" "engaged" "engaged" "engaging"); -lin engagement_N = mkN "engagement" "engagements"; -lin engaging_A = compoundA (mkA "engaging"); -lin engagingly_Adv = mkAdv "engagingly"; -lin engender_V2 = mkV2 (mkV "engender" "engenders" "engendered" "engendered" "engendering"); -lin engine_N = mkN "engine" "engines"; -lin engine_driver_N = mkN "engine-driver" "engine-drivers"; -lin engineer_N = mkN "engineer" "engineers"; -lin engineer_V = mkV "engineer" "engineers" "engineered" "engineered" "engineering"; -lin engineer_V2 = mkV2 (mkV "engineer" "engineers" "engineered" "engineered" "engineering"); -lin engineering_N = mkN "engineering" "-" {- FIXME: no plural form -}; -lin england_PN = mkPN "England"; -lin english_A = compoundA (mkA "english"); -lin english_N = mkN "english" "-" {- FIXME: no plural form -}; -lin englishman_N = mkN "englishman" "englishmen" {- FIXME: guessed plural form -}; -lin englishwoman_N = mkN "englishwoman" "englishwomen" {- FIXME: guessed plural form -}; -lin engraft_V2 = mkV2 (mkV "engraft" "engrafts" "engrafted" "engrafted" "engrafting"); -lin engrave_V2 = mkV2 (mkV "engrave" "engraves" "engraved" "engraved" "engraving"); -lin engraver_N = mkN "engraver" "engravers"; -lin engraving_N = mkN "engraving" "engravings"; -lin engross_V2 = mkV2 (mkV "engross" "engrosses" "engrossed" "engrossed" "engrossing"); -lin engulf_V2 = mkV2 (mkV "engulf" "engulfs" "engulfed" "engulfed" "engulfing"); -lin enhance_V2 = mkV2 (mkV "enhance" "enhances" "enhanced" "enhanced" "enhancing"); -lin enhancement_N = mkN "enhancement" "enhancements"; -lin enigma_N = mkN "enigma" "enigmas"; -lin enigmatic_A = compoundA (mkA "enigmatic"); -lin enigmatically_Adv = mkAdv "enigmatically"; -lin enjoin_V2 = mkV2 (mkV "enjoin" "enjoins" "enjoined" "enjoined" "enjoining"); -lin enjoy_V2 = mkV2 (mkV "enjoy" "enjoys" "enjoyed" "enjoyed" "enjoying"); -lin enjoyable_A = compoundA (mkA "enjoyable"); -lin enjoyably_Adv = mkAdv "enjoyably"; -lin enjoyment_N = mkN "enjoyment" "enjoyments"; -lin enkindle_V2 = mkV2 (mkV "enkindle" "enkindles" "enkindled" "enkindled" "enkindling"); -lin enlarge_V = mkV "enlarge" "enlarges" "enlarged" "enlarged" "enlarging"; -lin enlarge_V2 = mkV2 (mkV "enlarge" "enlarges" "enlarged" "enlarged" "enlarging"); -lin enlargement_N = mkN "enlargement" "enlargements"; -lin enlighten_V2 = mkV2 (mkV "enlighten" "enlightens" "enlightened" "enlightened" "enlightening"); -lin enlightened_A = compoundA (mkA "enlightened"); -lin enlightenment_N = mkN "enlightenment" "-" {- FIXME: no plural form -}; -lin enlist_V = mkV "enlist" "enlists" "enlisted" "enlisted" "enlisting"; -lin enlist_V2 = mkV2 (mkV "enlist" "enlists" "enlisted" "enlisted" "enlisting"); -lin enlistment_N = mkN "enlistment" "enlistments"; -lin enliven_V2 = mkV2 (mkV "enliven" "enlivens" "enlivened" "enlivened" "enlivening"); -lin enmesh_V2 = mkV2 (mkV "enmesh" "enmeshes" "enmeshed" "enmeshed" "enmeshing"); -lin enmity_N = mkN "enmity" "enmities"; -lin ennoble_V2 = mkV2 (mkV "ennoble" "ennobles" "ennobled" "ennobled" "ennobling"); -lin ennoblement_N = mkN "ennoblement" "ennoblements"; -lin ennui_N = mkN "ennui" "ennuis"; -lin enoch_PN = mkPN "Enoch"; -lin enormity_N = mkN "enormity" "enormities"; -lin enormous_A = compoundA (mkA "enormous"); -lin enormously_Adv = mkAdv "enormously"; -lin enormousness_N = mkN "enormousness" "-" {- FIXME: no plural form -}; -lin enough_A = compoundA (mkA "enough"); -lin enough_Adv = mkAdv "enough"; -lin enough_N = mkN "enough" "enough"; -lin enplane_V = mkV "enplane" "enplanes" "enplaned" "enplaned" "enplaning"; -lin enplane_V2 = mkV2 (mkV "enplane" "enplanes" "enplaned" "enplaned" "enplaning"); -lin enquire_V = mkV "enquire" "enquires" "enquired" "enquired" "enquiring"; -lin enquire_V2 = mkV2 (mkV "enquire" "enquires" "enquired" "enquired" "enquiring"); -lin enquirer_N = mkN "enquirer" "enquirers"; -lin enquiringly_Adv = mkAdv "enquiringly"; -lin enquiry_N = mkN "enquiry" "enquiries"; -lin enrage_V2 = mkV2 (mkV "enrage" "enrages" "enraged" "enraged" "enraging"); -lin enrapture_V2 = mkV2 (mkV "enrapture" "enraptures" "enraptured" "enraptured" "enrapturing"); -lin enrich_V2 = mkV2 (mkV "enrich" "enriches" "enriched" "enriched" "enriching"); -lin enrichment_N = mkN "enrichment" "-" {- FIXME: no plural form -}; -lin enrol_V = mkV "enrol" "enrols" "enroled" "enroled" "enroling"; -lin enrol_V2 = mkV2 (mkV "enrol" "enrols" "enroled" "enroled" "enroling"); -lin enroll_V = mkV "enroll" "enrolls" "enrolled" "enrolled" "enrolling"; -lin enroll_V2 = mkV2 (mkV "enroll" "enrolls" "enrolled" "enrolled" "enrolling"); -lin enrolment_N = mkN "enrolment" "enrolments"; -lin enschede_PN = mkPN "Enschede"; -lin ensconce_V2 = mkV2 (mkV "ensconce" "ensconces" "ensconced" "ensconced" "ensconcing"); -lin ensemble_N = mkN "ensemble" "ensembles"; -lin enshrine_V2 = mkV2 (mkV "enshrine" "enshrines" "enshrined" "enshrined" "enshrining"); -lin enshroud_V2 = mkV2 (mkV "enshroud" "enshrouds" "enshrouded" "enshrouded" "enshrouding"); -lin ensign_N = mkN "ensign" "ensigns"; -lin ensilage_N = mkN "ensilage" "-" {- FIXME: no plural form -}; -lin enslave_V2 = mkV2 (mkV "enslave" "enslaves" "enslaved" "enslaved" "enslaving"); -lin enslavement_N = mkN "enslavement" "enslavements"; -lin ensnare_V2 = mkV2 (mkV "ensnare" "ensnares" "ensnared" "ensnared" "ensnaring"); -lin ensue_V = mkV "ensue" "ensues" "ensued" "ensued" "ensuing"; -lin ensure_V = mkV "ensure" "ensures" "ensured" "ensured" "ensuring"; -lin ensure_V2 = mkV2 (mkV "ensure" "ensures" "ensured" "ensured" "ensuring"); -lin entail_N = mkN "entail" "entails"; -lin entail_V2 = mkV2 (mkV "entail" "entails" "entailed" "entailed" "entailing"); -lin entangle_V2 = mkV2 (mkV "entangle" "entangles" "entangled" "entangled" "entangling"); -lin entanglement_N = mkN "entanglement" "entanglements"; -lin entente_N = mkN "entente" "ententes"; -lin entente_cordiale_N = mkN "entente cordiale" "IRREG"; -lin enter_V = mkV "enter" "enters" "entered" "entered" "entering"; -lin enter_V2 = mkV2 (mkV "enter" "enters" "entered" "entered" "entering"); -lin enteric_A = compoundA (mkA "enteric"); -lin enteritis_N = mkN "enteritis" "-" {- FIXME: no plural form -}; -lin enterprise_N = mkN "enterprise" "enterprises"; -lin enterprising_A = compoundA (mkA "enterprising"); -lin enterprisingly_Adv = mkAdv "enterprisingly"; -lin entertain_V2 = mkV2 (mkV "entertain" "entertains" "entertained" "entertained" "entertaining"); -lin entertainer_N = mkN "entertainer" "entertainers"; -lin entertaining_A = compoundA (mkA "entertaining"); -lin entertainingly_Adv = mkAdv "entertainingly"; -lin entertainment_N = mkN "entertainment" "entertainments"; -lin enthral_V2 = mkV2 (mkV "enthral" "enthrals" "enthralled" "enthralled" "enthralling"); -lin enthrall_V2 = mkV2 (mkV "enthrall" "enthralls" "enthralled" "enthralled" "enthralling"); -lin enthrone_V2 = mkV2 (mkV "enthrone" "enthrones" "enthroned" "enthroned" "enthroning"); -lin enthronement_N = mkN "enthronement" "enthronements"; -lin enthuse_V = mkV "enthuse" "enthuses" "enthused" "enthused" "enthusing"; -lin enthusiasm_N = mkN "enthusiasm" "-" {- FIXME: no plural form -}; -lin enthusiast_N = mkN "enthusiast" "enthusiasts"; -lin enthusiastic_A = compoundA (mkA "enthusiastic"); -lin enthusiastically_Adv = mkAdv "enthusiastically"; -lin entice_V2 = mkV2 (mkV "entice" "entices" "enticed" "enticed" "enticing"); -lin enticement_N = mkN "enticement" "enticements"; -lin entire_A = compoundA (mkA "entire"); -lin entirely_Adv = mkAdv "entirely"; -lin entirety_N = mkN "entirety" "-" {- FIXME: no plural form -}; -lin entitle_V2 = mkV2 (mkV "entitle" "entitles" "entitled" "entitled" "entitling"); -lin entitlement_N = mkN "entitlement" "entitlements"; -lin entity_N = mkN "entity" "entities"; -lin entomb_V2 = mkV2 (mkV "entomb" "entombs" "entombed" "entombed" "entombing"); -lin entomological_A = compoundA (mkA "entomological"); -lin entomologist_N = mkN "entomologist" "entomologists"; -lin entomology_N = mkN "entomology" "-" {- FIXME: no plural form -}; -lin entourage_N = mkN "entourage" "IRREG"; -lin entr'acte_N = mkN "entr'acte" "entr'actes"; -lin entrain_V = mkV "entrain" "entrains" "entrained" "entrained" "entraining"; -lin entrain_V2 = mkV2 (mkV "entrain" "entrains" "entrained" "entrained" "entraining"); -lin entrance_N = mkN "entrance" "entrances"; -lin entrance_V2 = mkV2 (mkV "entrance" "entrances" "entranced" "entranced" "entrancing"); -lin entrance_fee_N = mkN "entrance-fee" "entrance-fees"; -lin entrance_money_N = mkN "entrance-money" "-" {- FIXME: no plural form -}; -lin entrant_N = mkN "entrant" "entrants"; -lin entrap_V2 = mkV2 (mkV "entrap" "entraps" "entrapped" "entrapped" "entrapping"); -lin entreat_V2 = mkV2 (mkV "entreat" "entreats" "entreated" "entreated" "entreating"); -lin entreatingly_Adv = mkAdv "entreatingly"; -lin entreaty_N = mkN "entreaty" "entreaties"; -lin entrench_V2 = mkV2 (mkV "entrench" "entrenches" "entrenched" "entrenched" "entrenching"); -lin entrenchment_N = mkN "entrenchment" "entrenchments"; -lin entrepot_N = mkN "entrepot" "entrepots"; -lin entrepreneur_N = mkN "entrepreneur" "entrepreneurs"; -lin entrepreneurial_A = compoundA (mkA "entrepreneurial"); -lin entrust_V2 = mkV2 (mkV "entrust" "entrusts" "entrusted" "entrusted" "entrusting"); -lin entry_N = mkN "entry" "entries"; -lin entree_N = mkN "entrée" "entrées"; -lin entwine_V2 = mkV2 (mkV "entwine" "entwines" "entwined" "entwined" "entwining"); -lin enumerate_V2 = mkV2 (mkV "enumerate" "enumerates" "enumerated" "enumerated" "enumerating"); -lin enumeration_N = mkN "enumeration" "enumerations"; -lin enunciate_V = mkV "enunciate" "enunciates" "enunciated" "enunciated" "enunciating"; -lin enunciate_V2 = mkV2 (mkV "enunciate" "enunciates" "enunciated" "enunciated" "enunciating"); -lin enunciation_N = mkN "enunciation" "enunciations"; -lin envelop_V2 = mkV2 (mkV "envelop" "envelops" "enveloped" "enveloped" "enveloping"); -lin envelope_N = mkN "envelope" "envelopes"; -lin envelopment_N = mkN "envelopment" "envelopments"; -lin envenom_V2 = mkV2 (mkV "envenom" "envenoms" "envenomed" "envenomed" "envenoming"); -lin enviable_A = compoundA (mkA "enviable"); -lin envious_A = compoundA (mkA "envious"); -lin enviously_Adv = mkAdv "enviously"; -lin environ_V2 = mkV2 (mkV "environ" "environs" "environed" "environed" "environing"); -lin environment_N = mkN "environment" "environments"; -lin environmental_A = compoundA (mkA "environmental"); -lin environmentally_Adv = mkAdv "environmentally"; -lin envisage_V2 = mkV2 (mkV "envisage" "envisages" "envisaged" "envisaged" "envisaging"); -lin envoi_N = mkN "envoi" "envois"; -lin envoy_N = mkN "envoy" "envoys"; -lin envy_N = mkN "envy" "-" {- FIXME: no plural form -}; -lin envy_V2 = mkV2 (mkV "envy" "envies" "envied" "envied" "envying"); -lin enwrap_V2 = mkV2 (mkV "enwrap" "enwraps" "enwrapped" "enwrapped" "enwrapping"); -lin enzyme_N = mkN "enzyme" "enzymes"; -lin eon_N = mkN "eon" "eons"; -lin epaulet_N = mkN "epaulet" "epaulets"; -lin epaulette_N = mkN "epaulette" "epaulettes"; -lin ephemeral_A = compoundA (mkA "ephemeral"); -lin epic_A = compoundA (mkA "epic"); -lin epic_N = mkN "epic" "epics"; -lin epicentre_N = mkN "epicentre" "epicentres"; -lin epicure_N = mkN "epicure" "epicures"; -lin epicurean_A = compoundA (mkA "epicurean"); -lin epicurean_N = mkN "epicurean" "epicureans"; -lin epidemic_A = compoundA (mkA "epidemic"); -lin epidemic_N = mkN "epidemic" "epidemics"; -lin epidemiologist_N = mkN "epidemiologist" "epidemiologists"; -lin epidemiology_N = mkN "epidemiology" "-" {- FIXME: no plural form -}; -lin epidermis_N = mkN "epidermis" "-" {- FIXME: no plural form -}; -lin epidiascope_N = mkN "epidiascope" "epidiascopes"; -lin epiglottis_N = mkN "epiglottis" "epiglottises"; -lin epigram_N = mkN "epigram" "epigrams"; -lin epigrammatic_A = compoundA (mkA "epigrammatic"); -lin epilepsy_N = mkN "epilepsy" "-" {- FIXME: no plural form -}; -lin epileptic_A = compoundA (mkA "epileptic"); -lin epileptic_N = mkN "epileptic" "epileptics"; -lin epilogue_N = mkN "epilogue" "epilogues"; -lin epiphany_PN = mkPN "Epiphany"; -lin episcopal_A = compoundA (mkA "episcopal"); -lin episcopalian_A = compoundA (mkA "episcopalian"); -lin episcopalian_N = mkN "episcopalian" "episcopalians"; -lin episode_N = mkN "episode" "episodes"; -lin episodic_A = compoundA (mkA "episodic"); -lin epistle_N = mkN "epistle" "epistles"; -lin epistolary_A = compoundA (mkA "epistolary"); -lin epitaph_N = mkN "epitaph" "epitaphs"; -lin epithet_N = mkN "epithet" "epithets"; -lin epitome_N = mkN "epitome" "epitomes"; -lin epitomize_V2 = mkV2 (mkV "epitomize" "epitomizes" "epitomized" "epitomized" "epitomizing"); -lin epoch_N = mkN "epoch" "epochs"; -lin epoch_making_A = compoundA (mkA "epoch-making"); -lin epping_PN = mkPN "Epping"; -lin epsom_PN = mkPN "Epsom"; -lin equable_A = compoundA (mkA "equable"); -lin equably_Adv = mkAdv "equably"; -lin equal_A = compoundA (mkA "equal"); -lin equal_N = mkN "equal" "equals"; -lin equal_V2 = mkV2 (mkV "equal" "equals" "equalled" "equalled" "equalling"); -lin equalitarian_N = mkN "equalitarian" "equalitarians"; -lin equality_N = mkN "equality" "-" {- FIXME: no plural form -}; -lin equalization_N = mkN "equalization" "equalizations"; -lin equalize_V2 = mkV2 (mkV "equalize" "equalizes" "equalized" "equalized" "equalizing"); -lin equalizer_N = mkN "equalizer" "equalizers"; -lin equally_Adv = mkAdv "equally"; -lin equanimity_N = mkN "equanimity" "-" {- FIXME: no plural form -}; -lin equate_V2 = mkV2 (mkV "equate" "equates" "equated" "equated" "equating"); -lin equation_N = mkN "equation" "equations"; -lin equator_N = mkN "equator" "equators"; -lin equatorial_A = compoundA (mkA "equatorial"); -lin equerry_N = mkN "equerry" "equerries"; -lin equestrian_A = compoundA (mkA "equestrian"); -lin equestrian_N = mkN "equestrian" "equestrians"; -lin equidistant_A = compoundA (mkA "equidistant"); -lin equilateral_A = compoundA (mkA "equilateral"); -lin equilibrium_N = mkN "equilibrium" "-" {- FIXME: no plural form -}; -lin equine_A = compoundA (mkA "equine"); -lin equinoctial_A = compoundA (mkA "equinoctial"); -lin equinox_N = mkN "equinox" "equinoxes"; -lin equip_V2 = mkV2 (mkV "equip" "equips" "equipped" "equipped" "equipping"); -lin equipage_N = mkN "equipage" "equipages"; -lin equipment_N = mkN "equipment" "-" {- FIXME: no plural form -}; -lin equipoise_N = mkN "equipoise" "equipoises"; -lin equitable_A = compoundA (mkA "equitable"); -lin equitably_Adv = mkAdv "equitably"; -lin equity_N = mkN "equity" "equities"; -lin equivalence_N = mkN "equivalence" "equivalences"; -lin equivalent_A = compoundA (mkA "equivalent"); -lin equivalent_N = mkN "equivalent" "equivalents"; -lin equivocal_A = compoundA (mkA "equivocal"); -lin equivocation_N = mkN "equivocation" "equivocations"; -lin era_N = mkN "era" "eras"; -lin eradicate_V2 = mkV2 (mkV "eradicate" "eradicates" "eradicated" "eradicated" "eradicating"); -lin eradication_N = mkN "eradication" "eradications"; -lin erase_V2 = mkV2 (mkV "erase" "erases" "erased" "erased" "erasing"); -lin eraser_N = mkN "eraser" "erasers"; -lin erasure_N = mkN "erasure" "erasures"; -lin ere_Adv = mkAdv "ere"; -lin erect_A = compoundA (mkA "erect"); -lin erect_V2 = mkV2 (mkV "erect" "erects" "erected" "erected" "erecting"); -lin erectile_A = compoundA (mkA "erectile"); -lin erection_N = mkN "erection" "erections"; -lin erectly_Adv = mkAdv "erectly"; -lin erectness_N = mkN "erectness" "-" {- FIXME: no plural form -}; -lin eremite_N = mkN "eremite" "eremites"; -lin erfurt_PN = mkPN "Erfurt"; -lin erg_N = mkN "erg" "ergs"; -lin ergo_Adv = mkAdv "ergo"; -lin ergonomics_N = mkN "ergonomics" "ergonomics"; -lin eric_PN = mkPN "Eric"; -lin erica_PN = mkPN "Erica"; -lin erin_PN = mkPN "Erin"; -lin eritrea_PN = mkPN "Eritrea"; -lin eritrean_A = compoundA (mkA "eritrean"); -lin eritrean_N = mkN "eritrean" "eritreans"; -lin erlangen_PN = mkPN "Erlangen"; -lin ermine_N = mkN "ermine" "-" {- FIXME: no plural form -}; -lin ernest_PN = mkPN "Ernest"; -lin ernie_PN = mkPN "Ernie"; -lin erode_V2 = mkV2 (mkV "erode" "erodes" "eroded" "eroded" "eroding"); -lin erogenous_A = compoundA (mkA "erogenous"); -lin erosion_N = mkN "erosion" "-" {- FIXME: no plural form -}; -lin erosive_A = compoundA (mkA "erosive"); -lin erotic_A = compoundA (mkA "erotic"); -lin eroticism_N = mkN "eroticism" "-" {- FIXME: no plural form -}; -lin err_V = mkV "err" "errs" "erred" "erred" "erring"; -lin errand_N = mkN "errand" "errands"; -lin errant_A = compoundA (mkA "errant"); -lin erratic_A = compoundA (mkA "erratic"); -lin erratically_Adv = mkAdv "erratically"; -lin erratum_N = mkN "erratum" "errata" {- FIXME: guessed plural form -}; -lin erroneous_A = compoundA (mkA "erroneous"); -lin erroneously_Adv = mkAdv "erroneously"; -lin error_N = mkN "error" "errors"; -lin erse_N = mkN "erse" "-" {- FIXME: no plural form -}; -lin eructation_N = mkN "eructation" "eructations"; -lin erudite_A = compoundA (mkA "erudite"); -lin eruditely_Adv = mkAdv "eruditely"; -lin erudition_N = mkN "erudition" "-" {- FIXME: no plural form -}; -lin erupt_V = mkV "erupt" "erupts" "erupted" "erupted" "erupting"; -lin eruption_N = mkN "eruption" "eruptions"; -lin erysipelas_N = mkN "erysipelas" "-" {- FIXME: no plural form -}; -lin escalate_V = mkV "escalate" "escalates" "escalated" "escalated" "escalating"; -lin escalate_V2 = mkV2 (mkV "escalate" "escalates" "escalated" "escalated" "escalating"); -lin escalation_N = mkN "escalation" "escalations"; -lin escalator_N = mkN "escalator" "escalators"; -lin escalope_N = mkN "escalope" "escalopes"; -lin escapade_N = mkN "escapade" "escapades"; -lin escape_N = mkN "escape" "escapes"; -lin escape_V = mkV "escape" "escapes" "escaped" "escaped" "escaping"; -lin escape_V2 = mkV2 (mkV "escape" "escapes" "escaped" "escaped" "escaping"); -lin escapee_N = mkN "escapee" "escapees"; -lin escapement_N = mkN "escapement" "escapements"; -lin escapism_N = mkN "escapism" "-" {- FIXME: no plural form -}; -lin escapist_N = mkN "escapist" "escapists"; -lin escapologist_N = mkN "escapologist" "escapologists"; -lin escarpment_N = mkN "escarpment" "escarpments"; -lin eschatology_N = mkN "eschatology" "-" {- FIXME: no plural form -}; -lin eschew_V2 = mkV2 (mkV "eschew" "eschews" "eschewed" "eschewed" "eschewing"); -lin escort_N = mkN "escort" "escorts"; -lin escort_V2 = mkV2 (mkV "escort" "escorts" "escorted" "escorted" "escorting"); -lin escritoire_N = mkN "escritoire" "escritoires"; -lin escudo_N = mkN "escudo" "escudos"; -lin escutcheon_N = mkN "escutcheon" "escutcheons"; -lin esfahan_PN = mkPN "Esfahan"; -lin eskimo_N = mkN "eskimo" "eskimos"; -lin esophagus_N = mkN "esophagus" "esophaguses"; -lin esoteric_A = compoundA (mkA "esoteric"); -lin esp_N = mkN "esp" "-" {- FIXME: no plural form -}; -lin espalier_N = mkN "espalier" "espaliers"; -lin especial_A = compoundA (mkA "especial"); -lin especially_Adv = mkAdv "especially"; -lin esperanto_N = mkN "esperanto" "-" {- FIXME: no plural form -}; -lin espionage_N = mkN "espionage" "-" {- FIXME: no plural form -}; -lin esplanade_N = mkN "esplanade" "esplanades"; -lin espousal_N = mkN "espousal" "espousals"; -lin espouse_V2 = mkV2 (mkV "espouse" "espouses" "espoused" "espoused" "espousing"); -lin espresso_N = mkN "espresso" "espressos"; -lin esprit_N = mkN "esprit" "-" {- FIXME: no plural form -}; -lin esprit_de_corps_N = mkN "esprit de corps" "IRREG"; -lin espy_V2 = mkV2 (mkV "espy" "espies" "espied" "espied" "espying"); -lin esq_PN = mkPN "Esq"; -lin esquire_N = mkN "esquire" "esquires"; -lin essay_N = mkN "essay" "essays"; -lin essay_V = mkV "essay" "essays" "essayed" "essayed" "essaying"; -lin essay_V2 = mkV2 (mkV "essay" "essays" "essayed" "essayed" "essaying"); -lin essayist_N = mkN "essayist" "essayists"; -lin essen_PN = mkPN "Essen"; -lin essence_N = mkN "essence" "essences"; -lin essential_A = compoundA (mkA "essential"); -lin essential_N = mkN "essential" "essentials"; -lin essentially_Adv = mkAdv "essentially"; -lin essex_PN = mkPN "Essex"; -lin establish_V2 = mkV2 (mkV "establish" "establishes" "established" "established" "establishing"); -lin establishment_N = mkN "establishment" "establishments"; -lin estaminet_N = mkN "estaminet" "estaminets"; -lin estate_N = mkN "estate" "estates"; -lin esteem_N = mkN "esteem" "-" {- FIXME: no plural form -}; -lin esteem_V2 = mkV2 (mkV "esteem" "esteems" "esteemed" "esteemed" "esteeming"); -lin esther_PN = mkPN "Esther"; -lin esthete_N = mkN "esthete" "esthetes"; -lin esthetic_A = compoundA (mkA "esthetic"); -lin esthetic_N = mkN "esthetic" "-" {- FIXME: no plural form -}; -lin esthetical_A = compoundA (mkA "esthetical"); -lin esthetics_N = mkN "esthetics" "esthetics"; -lin estimable_A = compoundA (mkA "estimable"); -lin estimate_N = mkN "estimate" "estimates"; -lin estimate_V = mkV "estimate" "estimates" "estimated" "estimated" "estimating"; -lin estimate_V2 = mkV2 (mkV "estimate" "estimates" "estimated" "estimated" "estimating"); -lin estimation_N = mkN "estimation" "-" {- FIXME: no plural form -}; -lin estrange_V2 = mkV2 (mkV "estrange" "estranges" "estranged" "estranged" "estranging"); -lin estrangement_N = mkN "estrangement" "estrangements"; -lin estuary_N = mkN "estuary" "estuaries"; -lin et_al_PN = mkPN "Et al"; -lin et_seq_PN = mkPN "Et seq"; -lin eta_N = mkN "eta" "-" {- FIXME: no plural form -}; -lin etc_PN = mkPN "Etc"; -lin etch_V = mkV "etch" "etches" "etched" "etched" "etching"; -lin etch_V2 = mkV2 (mkV "etch" "etches" "etched" "etched" "etching"); -lin etcher_N = mkN "etcher" "etchers"; -lin etching_N = mkN "etching" "etchings"; -lin etd_N = mkN "etd" "-" {- FIXME: no plural form -}; -lin eternal_A = compoundA (mkA "eternal"); -lin eternally_Adv = mkAdv "eternally"; -lin eternity_N = mkN "eternity" "eternities"; -lin ethel_PN = mkPN "Ethel"; -lin ether_N = mkN "ether" "-" {- FIXME: no plural form -}; -lin ethereal_A = compoundA (mkA "ethereal"); -lin ethic_N = mkN "ethic" "IRREG"; -lin ethical_A = compoundA (mkA "ethical"); -lin ethically_Adv = mkAdv "ethically"; -lin ethics_N = mkN "ethics" "ethics"; -lin ethiopia_PN = mkPN "Ethiopia"; -lin ethiopian_A = compoundA (mkA "ethiopian"); -lin ethiopian_N = mkN "ethiopian" "ethiopians"; -lin ethnic_A = compoundA (mkA "ethnic"); -lin ethnically_Adv = mkAdv "ethnically"; -lin ethnographer_N = mkN "ethnographer" "ethnographers"; -lin ethnographic_A = compoundA (mkA "ethnographic"); -lin ethnography_N = mkN "ethnography" "-" {- FIXME: no plural form -}; -lin ethnological_A = compoundA (mkA "ethnological"); -lin ethnologist_N = mkN "ethnologist" "ethnologists"; -lin ethnology_N = mkN "ethnology" "-" {- FIXME: no plural form -}; -lin ethos_N = mkN "ethos" "IRREG"; -lin ethyl_N = mkN "ethyl" "ethyls"; -lin etiology_N = mkN "etiology" "etiologies"; -lin etiquette_N = mkN "etiquette" "-" {- FIXME: no plural form -}; -lin etymological_A = compoundA (mkA "etymological"); -lin etymologist_N = mkN "etymologist" "etymologists"; -lin etymology_N = mkN "etymology" "etymologies"; -lin eucalyptus_N = mkN "eucalyptus" "eucalyptuses"; -lin eucharist_N = mkN "eucharist" "eucharists"; -lin euclidean_A = compoundA (mkA "euclidean"); -lin eugene_PN = mkPN "Eugene"; -lin eugenics_N = mkN "eugenics" "eugenics"; -lin eulogist_N = mkN "eulogist" "eulogists"; -lin eulogistic_A = compoundA (mkA "eulogistic"); -lin eulogize_V2 = mkV2 (mkV "eulogize" "eulogizes" "eulogized" "eulogized" "eulogizing"); -lin eulogy_N = mkN "eulogy" "eulogies"; -lin eunice_PN = mkPN "Eunice"; -lin eunuch_N = mkN "eunuch" "eunuchs"; -lin euphemism_N = mkN "euphemism" "euphemisms"; -lin euphemistic_A = compoundA (mkA "euphemistic"); -lin euphemistically_Adv = mkAdv "euphemistically"; -lin euphonium_N = mkN "euphonium" "euphoniums"; -lin euphony_N = mkN "euphony" "euphonies"; -lin euphoria_N = mkN "euphoria" "-" {- FIXME: no plural form -}; -lin euphoric_A = compoundA (mkA "euphoric"); -lin euphuism_N = mkN "euphuism" "euphuisms"; -lin eurasia_PN = mkPN "Eurasia"; -lin eurasian_A = compoundA (mkA "eurasian"); -lin eurasian_N = mkN "eurasian" "eurasians"; -lin eurhythmics_N = mkN "eurhythmics" "eurhythmics"; -lin eurodollar_N = mkN "eurodollar" "eurodollars"; -lin europe_PN = mkPN "Europe"; -lin european_A = compoundA (mkA "european"); -lin european_N = mkN "european" "europeans"; -lin eurovision_PN = mkPN "Eurovision"; -lin eurythmics_N = mkN "eurythmics" "eurythmics"; -lin eustachian_A = compoundA (mkA "eustachian"); -lin euthanasia_N = mkN "euthanasia" "-" {- FIXME: no plural form -}; -lin eva_PN = mkPN "Eva"; -lin evacuate_V2 = mkV2 (mkV "evacuate" "evacuates" "evacuated" "evacuated" "evacuating"); -lin evacuation_N = mkN "evacuation" "evacuations"; -lin evacuee_N = mkN "evacuee" "evacuees"; -lin evade_V2 = mkV2 (mkV "evade" "evades" "evaded" "evaded" "evading"); -lin evaluate_V2 = mkV2 (mkV "evaluate" "evaluates" "evaluated" "evaluated" "evaluating"); -lin evaluation_N = mkN "evaluation" "evaluations"; -lin evaluative_A = compoundA (mkA "evaluative"); -lin evanescence_N = mkN "evanescence" "-" {- FIXME: no plural form -}; -lin evanescent_A = compoundA (mkA "evanescent"); -lin evangelical_A = compoundA (mkA "evangelical"); -lin evangelicalism_N = mkN "evangelicalism" "-" {- FIXME: no plural form -}; -lin evangelism_N = mkN "evangelism" "-" {- FIXME: no plural form -}; -lin evangelist_N = mkN "evangelist" "evangelists"; -lin evangelistic_A = compoundA (mkA "evangelistic"); -lin evaporate_V = mkV "evaporate" "evaporates" "evaporated" "evaporated" "evaporating"; -lin evaporate_V2 = mkV2 (mkV "evaporate" "evaporates" "evaporated" "evaporated" "evaporating"); -lin evaporation_N = mkN "evaporation" "evaporations"; -lin evasion_N = mkN "evasion" "evasions"; -lin evasive_A = compoundA (mkA "evasive"); -lin evasively_Adv = mkAdv "evasively"; -lin evasiveness_N = mkN "evasiveness" "-" {- FIXME: no plural form -}; -lin eve_N = mkN "eve" "eves"; -lin eve_PN = mkPN "Eve"; -lin evelyn_PN = mkPN "Evelyn"; -lin even_A = compoundA (mkA "even"); -lin even_Adv = mkAdv "even"; -lin even_N = mkN "even" "evens"; -lin even_V2 = mkV2 (mkV "even" "evens" "evened" "evened" "evening"); -lin even_handed_A = compoundA (mkA "even-handed"); -lin evening_N = mkN "evening" "evenings"; -lin evenly_Adv = mkAdv "evenly"; -lin evenness_N = mkN "evenness" "-" {- FIXME: no plural form -}; -lin evensong_N = mkN "evensong" "evensongs"; -lin event_N = mkN "event" "events"; -lin eventful_A = compoundA (mkA "eventful"); -lin eventide_N = mkN "eventide" "-" {- FIXME: no plural form -}; -lin eventual_A = compoundA (mkA "eventual"); -lin eventuality_N = mkN "eventuality" "eventualities"; -lin eventually_Adv = mkAdv "eventually"; -lin ever_Adv = mkAdv "ever"; -lin evergreen_A = compoundA (mkA "evergreen"); -lin evergreen_N = mkN "evergreen" "evergreens"; -lin everlasting_A = compoundA (mkA "everlasting"); -lin evermore_Adv = mkAdv "evermore"; -lin every_A = compoundA (mkA "every"); -lin everyday_A = compoundA (mkA "everyday"); -lin everyplace_Adv = mkAdv "everyplace"; -lin everywhere_Adv = mkAdv "everywhere"; -lin evesham_PN = mkPN "Evesham"; -lin evict_V2 = mkV2 (mkV "evict" "evicts" "evicted" "evicted" "evicting"); -lin eviction_N = mkN "eviction" "evictions"; -lin evidence_N = mkN "evidence" "-" {- FIXME: no plural form -}; -lin evidence_V2 = mkV2 (mkV "evidence" "evidences" "evidenced" "evidenced" "evidencing"); -lin evident_A = compoundA (mkA "evident"); -lin evidently_Adv = mkAdv "evidently"; -lin evil_A = compoundA (mkA "evil"); -lin evil_N = mkN "evil" "evils"; -lin evil_doer_N = mkN "evil-doer" "evil-doers"; -lin evil_minded_A = compoundA (mkA "evil-minded"); -lin evilly_Adv = mkAdv "evilly"; -lin evince_V2 = mkV2 (mkV "evince" "evinces" "evinced" "evinced" "evincing"); -lin eviscerate_V2 = mkV2 (mkV "eviscerate" "eviscerates" "eviscerated" "eviscerated" "eviscerating"); -lin evocation_N = mkN "evocation" "evocations"; -lin evocative_A = compoundA (mkA "evocative"); -lin evoke_V2 = mkV2 (mkV "evoke" "evokes" "evoked" "evoked" "evoking"); -lin evolution_N = mkN "evolution" "evolutions"; -lin evolutionary_A = compoundA (mkA "evolutionary"); -lin evolve_V = mkV "evolve" "evolves" "evolved" "evolved" "evolving"; -lin evolve_V2 = mkV2 (mkV "evolve" "evolves" "evolved" "evolved" "evolving"); -lin ewe_N = mkN "ewe" "ewes"; -lin ewell_PN = mkPN "Ewell"; -lin ewer_N = mkN "ewer" "ewers"; -lin ex_directory_A = compoundA (mkA "ex-directory"); -lin ex_gratia_A = compoundA (mkA "ex gratia"); -lin ex_officio_A = compoundA (mkA "ex officio"); -lin ex_officio_Adv = mkAdv "ex officio"; -lin ex_service_A = compoundA (mkA "ex-service"); -lin ex_serviceman_N = mkN "ex-serviceman" "ex-servicemen" {- FIXME: guessed plural form -}; -lin exacerbate_V2 = mkV2 (mkV "exacerbate" "exacerbates" "exacerbated" "exacerbated" "exacerbating"); -lin exacerbation_N = mkN "exacerbation" "exacerbations"; -lin exact_A = compoundA (mkA "exact"); -lin exact_V2 = mkV2 (mkV "exact" "exacts" "exacted" "exacted" "exacting"); -lin exacting_A = compoundA (mkA "exacting"); -lin exaction_N = mkN "exaction" "exactions"; -lin exactitude_N = mkN "exactitude" "-" {- FIXME: no plural form -}; -lin exactly_Adv = mkAdv "exactly"; -lin exactness_N = mkN "exactness" "-" {- FIXME: no plural form -}; -lin exaggerate_V = mkV "exaggerate" "exaggerates" "exaggerated" "exaggerated" "exaggerating"; -lin exaggerate_V2 = mkV2 (mkV "exaggerate" "exaggerates" "exaggerated" "exaggerated" "exaggerating"); -lin exaggeration_N = mkN "exaggeration" "exaggerations"; -lin exalt_V2 = mkV2 (mkV "exalt" "exalts" "exalted" "exalted" "exalting"); -lin exaltation_N = mkN "exaltation" "-" {- FIXME: no plural form -}; -lin exalted_A = compoundA (mkA "exalted"); -lin exam_N = mkN "exam" "exams"; -lin examination_N = mkN "examination" "examinations"; -lin examine_V2 = mkV2 (mkV "examine" "examines" "examined" "examined" "examining"); -lin examiner_N = mkN "examiner" "examiners"; -lin example_N = mkN "example" "examples"; -lin exasperate_V2 = mkV2 (mkV "exasperate" "exasperates" "exasperated" "exasperated" "exasperating"); -lin exasperation_N = mkN "exasperation" "-" {- FIXME: no plural form -}; -lin excavate_V2 = mkV2 (mkV "excavate" "excavates" "excavated" "excavated" "excavating"); -lin excavation_N = mkN "excavation" "excavations"; -lin excavator_N = mkN "excavator" "excavators"; -lin exceed_V2 = mkV2 (mkV "exceed" "exceeds" "exceeded" "exceeded" "exceeding"); -lin exceedingly_Adv = mkAdv "exceedingly"; -lin excel_V = mkV "excel" "excels" "excelled" "excelled" "excelling"; -lin excel_V2 = mkV2 (mkV "excel" "excels" "excelled" "excelled" "excelling"); -lin excellence_N = mkN "excellence" "excellences"; -lin excellency_N = mkN "excellency" "excellencies"; -lin excellent_A = compoundA (mkA "excellent"); -lin excellently_Adv = mkAdv "excellently"; -lin excelsior_N = mkN "excelsior" "-" {- FIXME: no plural form -}; -lin except_V2 = mkV2 (mkV "except" "excepts" "excepted" "excepted" "excepting"); -lin exception_N = mkN "exception" "exceptions"; -lin exceptionable_A = compoundA (mkA "exceptionable"); -lin exceptional_A = compoundA (mkA "exceptional"); -lin exceptionally_Adv = mkAdv "exceptionally"; -lin excerpt_N = mkN "excerpt" "excerpts"; -lin excess_A = compoundA (mkA "excess"); -lin excess_N = mkN "excess" "excesses"; -lin excessive_A = compoundA (mkA "excessive"); -lin excessively_Adv = mkAdv "excessively"; -lin exchange_N = mkN "exchange" "exchanges"; -lin exchange_V2 = mkV2 (mkV "exchange" "exchanges" "exchanged" "exchanged" "exchanging"); -lin exchangeable_A = compoundA (mkA "exchangeable"); -lin exchanger_N = mkN "exchanger" "exchangers"; -lin exchequer_N = mkN "exchequer" "exchequers"; -lin excise_N = mkN "excise" "-" {- FIXME: no plural form -}; -lin excise_V2 = mkV2 (mkV "excise" "excises" "excised" "excised" "excising"); -lin exciseman_N = mkN "exciseman" "excisemen" {- FIXME: guessed plural form -}; -lin excision_N = mkN "excision" "excisions"; -lin excitability_N = mkN "excitability" "-" {- FIXME: no plural form -}; -lin excitable_A = compoundA (mkA "excitable"); -lin excite_V2 = mkV2 (mkV "excite" "excites" "excited" "excited" "exciting"); -lin excitedly_Adv = mkAdv "excitedly"; -lin excitement_N = mkN "excitement" "excitements"; -lin excitingly_Adv = mkAdv "excitingly"; -lin excl_PN = mkPN "Excl"; -lin exclaim_V = mkV "exclaim" "exclaims" "exclaimed" "exclaimed" "exclaiming"; -lin exclaim_V2 = mkV2 (mkV "exclaim" "exclaims" "exclaimed" "exclaimed" "exclaiming"); -lin exclamation_N = mkN "exclamation" "exclamations"; -lin exclamatory_A = compoundA (mkA "exclamatory"); -lin exclude_V2 = mkV2 (mkV "exclude" "excludes" "excluded" "excluded" "excluding"); -lin exclusion_N = mkN "exclusion" "-" {- FIXME: no plural form -}; -lin exclusive_A = compoundA (mkA "exclusive"); -lin exclusively_Adv = mkAdv "exclusively"; -lin excogitate_V2 = mkV2 (mkV "excogitate" "excogitates" "excogitated" "excogitated" "excogitating"); -lin excogitation_N = mkN "excogitation" "excogitations"; -lin excommunicate_V2 = mkV2 (mkV "excommunicate" "excommunicates" "excommunicated" "excommunicated" "excommunicating"); -lin excommunication_N = mkN "excommunication" "excommunications"; -lin excoriate_V2 = mkV2 (mkV "excoriate" "excoriates" "excoriated" "excoriated" "excoriating"); -lin excoriation_N = mkN "excoriation" "excoriations"; -lin excrement_N = mkN "excrement" "-" {- FIXME: no plural form -}; -lin excrescence_N = mkN "excrescence" "excrescences"; -lin excrete_V2 = mkV2 (mkV "excrete" "excretes" "excreted" "excreted" "excreting"); -lin excretion_N = mkN "excretion" "excretions"; -lin excruciating_A = compoundA (mkA "excruciating"); -lin excruciatingly_Adv = mkAdv "excruciatingly"; -lin exculpate_V2 = mkV2 (mkV "exculpate" "exculpates" "exculpated" "exculpated" "exculpating"); -lin excursion_N = mkN "excursion" "excursions"; -lin excursionist_N = mkN "excursionist" "excursionists"; -lin excusable_A = compoundA (mkA "excusable"); -lin excusably_Adv = mkAdv "excusably"; -lin excuse_N = mkN "excuse" "excuses"; -lin excuse_V2 = mkV2 (mkV "excuse" "excuses" "excused" "excused" "excusing"); -lin execrable_A = compoundA (mkA "execrable"); -lin execrate_V2 = mkV2 (mkV "execrate" "execrates" "execrated" "execrated" "execrating"); -lin execration_N = mkN "execration" "execrations"; -lin executant_N = mkN "executant" "executants"; -lin execute_V2 = mkV2 (mkV "execute" "executes" "executed" "executed" "executing"); -lin execution_N = mkN "execution" "executions"; -lin executioner_N = mkN "executioner" "executioners"; -lin executive_A = compoundA (mkA "executive"); -lin executive_N = mkN "executive" "executives"; -lin executor_N = mkN "executor" "executors"; -lin executrix_N = mkN "executrix" "executrixes"; -lin exegesis_N = mkN "exegesis" "-" {- FIXME: no plural form -}; -lin exemplary_A = compoundA (mkA "exemplary"); -lin exemplification_N = mkN "exemplification" "exemplifications"; -lin exemplify_V2 = mkV2 (mkV "exemplify" "exemplifies" "exemplified" "exemplified" "exemplifying"); -lin exempt_A = compoundA (mkA "exempt"); -lin exempt_V2 = mkV2 (mkV "exempt" "exempts" "exempted" "exempted" "exempting"); -lin exemption_N = mkN "exemption" "exemptions"; -lin exercise_N = mkN "exercise" "exercises"; -lin exercise_V = mkV "exercise" "exercises" "exercised" "exercised" "exercising"; -lin exercise_V2 = mkV2 (mkV "exercise" "exercises" "exercised" "exercised" "exercising"); -lin exert_V2 = mkV2 (mkV "exert" "exerts" "exerted" "exerted" "exerting"); -lin exertion_N = mkN "exertion" "exertions"; -lin exeter_PN = mkPN "Exeter"; -lin exhalation_N = mkN "exhalation" "exhalations"; -lin exhale_V = mkV "exhale" "exhales" "exhaled" "exhaled" "exhaling"; -lin exhale_V2 = mkV2 (mkV "exhale" "exhales" "exhaled" "exhaled" "exhaling"); -lin exhaust_N = mkN "exhaust" "exhausts"; -lin exhaust_V2 = mkV2 (mkV "exhaust" "exhausts" "exhausted" "exhausted" "exhausting"); -lin exhaust_pipe_N = mkN "exhaust-pipe" "exhaust-pipes"; -lin exhaustion_N = mkN "exhaustion" "-" {- FIXME: no plural form -}; -lin exhaustive_A = compoundA (mkA "exhaustive"); -lin exhaustively_Adv = mkAdv "exhaustively"; -lin exhibit_N = mkN "exhibit" "exhibits"; -lin exhibit_V2 = mkV2 (mkV "exhibit" "exhibits" "exhibited" "exhibited" "exhibiting"); -lin exhibition_N = mkN "exhibition" "exhibitions"; -lin exhibitioner_N = mkN "exhibitioner" "exhibitioners"; -lin exhibitionism_N = mkN "exhibitionism" "-" {- FIXME: no plural form -}; -lin exhibitionist_N = mkN "exhibitionist" "exhibitionists"; -lin exhibitor_N = mkN "exhibitor" "exhibitors"; -lin exhilarate_V2 = mkV2 (mkV "exhilarate" "exhilarates" "exhilarated" "exhilarated" "exhilarating"); -lin exhilaration_N = mkN "exhilaration" "-" {- FIXME: no plural form -}; -lin exhort_V2 = mkV2 (mkV "exhort" "exhorts" "exhorted" "exhorted" "exhorting"); -lin exhortation_N = mkN "exhortation" "exhortations"; -lin exhumation_N = mkN "exhumation" "exhumations"; -lin exhume_V2 = mkV2 (mkV "exhume" "exhumes" "exhumed" "exhumed" "exhuming"); -lin exigency_N = mkN "exigency" "exigencies"; -lin exigent_A = compoundA (mkA "exigent"); -lin exiguous_A = compoundA (mkA "exiguous"); -lin exile_N = mkN "exile" "exiles"; -lin exile_V2 = mkV2 (mkV "exile" "exiles" "exiled" "exiled" "exiling"); -lin exist_V = mkV "exist" "exists" "existed" "existed" "existing"; -lin existence_N = mkN "existence" "existences"; -lin existent_A = compoundA (mkA "existent"); -lin existentialism_N = mkN "existentialism" "-" {- FIXME: no plural form -}; -lin existentialist_N = mkN "existentialist" "existentialists"; -lin exit_N = mkN "exit" "exits"; -lin exit_V = mkV "exit" "exits" "exited" "exited" "exiting"; -lin exmouth_PN = mkPN "Exmouth"; -lin exodus_N = mkN "exodus" "exoduses"; -lin exonerate_V2 = mkV2 (mkV "exonerate" "exonerates" "exonerated" "exonerated" "exonerating"); -lin exoneration_N = mkN "exoneration" "exonerations"; -lin exorbitance_N = mkN "exorbitance" "-" {- FIXME: no plural form -}; -lin exorbitant_A = compoundA (mkA "exorbitant"); -lin exorbitantly_Adv = mkAdv "exorbitantly"; -lin exorcize_V2 = mkV2 (mkV "exorcize" "exorcizes" "exorcized" "exorcized" "exorcizing"); -lin exotic_A = compoundA (mkA "exotic"); -lin expand_V = mkV "expand" "expands" "expanded" "expanded" "expanding"; -lin expand_V2 = mkV2 (mkV "expand" "expands" "expanded" "expanded" "expanding"); -lin expanse_N = mkN "expanse" "expanses"; -lin expansion_N = mkN "expansion" "-" {- FIXME: no plural form -}; -lin expansive_A = compoundA (mkA "expansive"); -lin expansively_Adv = mkAdv "expansively"; -lin expansiveness_N = mkN "expansiveness" "-" {- FIXME: no plural form -}; -lin expatiate_V = mkV "expatiate" "expatiates" "expatiated" "expatiated" "expatiating"; -lin expatriate_N = mkN "expatriate" "expatriates"; -lin expatriate_V2 = mkV2 (mkV "expatriate" "expatriates" "expatriated" "expatriated" "expatriating"); -lin expect_V2 = mkV2 (mkV "expect" "expects" "expected" "expected" "expecting"); -lin expectancy_N = mkN "expectancy" "expectancies"; -lin expectant_A = compoundA (mkA "expectant"); -lin expectantly_Adv = mkAdv "expectantly"; -lin expectation_N = mkN "expectation" "expectations"; -lin expected_A = compoundA (mkA "expected"); -lin expectorant_N = mkN "expectorant" "expectorants"; -lin expectorate_V = mkV "expectorate" "expectorates" "expectorated" "expectorated" "expectorating"; -lin expectorate_V2 = mkV2 (mkV "expectorate" "expectorates" "expectorated" "expectorated" "expectorating"); -lin expedience_N = mkN "expedience" "-" {- FIXME: no plural form -}; -lin expediency_N = mkN "expediency" "-" {- FIXME: no plural form -}; -lin expedient_A = compoundA (mkA "expedient"); -lin expedient_N = mkN "expedient" "expedients"; -lin expediently_Adv = mkAdv "expediently"; -lin expedite_V2 = mkV2 (mkV "expedite" "expedites" "expedited" "expedited" "expediting"); -lin expedition_N = mkN "expedition" "expeditions"; -lin expeditionary_A = compoundA (mkA "expeditionary"); -lin expeditious_A = compoundA (mkA "expeditious"); -lin expeditiously_Adv = mkAdv "expeditiously"; -lin expel_V2 = mkV2 (mkV "expel" "expels" "expelled" "expelled" "expelling"); -lin expend_V2 = mkV2 (mkV "expend" "expends" "expended" "expended" "expending"); -lin expendable_A = compoundA (mkA "expendable"); -lin expenditure_N = mkN "expenditure" "expenditures"; -lin expense_N = mkN "expense" "expenses"; -lin expensive_A = compoundA (mkA "expensive"); -lin expensively_Adv = mkAdv "expensively"; -lin experience_N = mkN "experience" "experiences"; -lin experience_V2 = mkV2 (mkV "experience" "experiences" "experienced" "experienced" "experiencing"); -lin experienced_A = compoundA (mkA "experienced"); -lin experiment_N = mkN "experiment" "experiments"; -lin experiment_V = mkV "experiment" "experiments" "experimented" "experimented" "experimenting"; -lin experimental_A = compoundA (mkA "experimental"); -lin experimentally_Adv = mkAdv "experimentally"; -lin experimentation_N = mkN "experimentation" "-" {- FIXME: no plural form -}; -lin experimenter_N = mkN "experimenter" "experimenters"; -lin expert_A = compoundA (mkA "expert"); -lin expert_N = mkN "expert" "experts"; -lin expertise_N = mkN "expertise" "-" {- FIXME: no plural form -}; -lin expertly_Adv = mkAdv "expertly"; -lin expertness_N = mkN "expertness" "-" {- FIXME: no plural form -}; -lin expiate_V2 = mkV2 (mkV "expiate" "expiates" "expiated" "expiated" "expiating"); -lin expiation_N = mkN "expiation" "-" {- FIXME: no plural form -}; -lin expiration_N = mkN "expiration" "-" {- FIXME: no plural form -}; -lin expire_V = mkV "expire" "expires" "expired" "expired" "expiring"; -lin expiry_N = mkN "expiry" "expiries"; -lin explain_V2 = mkV2 (mkV "explain" "explains" "explained" "explained" "explaining"); -lin explanation_N = mkN "explanation" "explanations"; -lin explanatory_A = compoundA (mkA "explanatory"); -lin expletive_N = mkN "expletive" "expletives"; -lin explicable_A = compoundA (mkA "explicable"); -lin explicate_V2 = mkV2 (mkV "explicate" "explicates" "explicated" "explicated" "explicating"); -lin explicit_A = compoundA (mkA "explicit"); -lin explicitly_Adv = mkAdv "explicitly"; -lin explicitness_N = mkN "explicitness" "-" {- FIXME: no plural form -}; -lin explode_V = mkV "explode" "explodes" "exploded" "exploded" "exploding"; -lin explode_V2 = mkV2 (mkV "explode" "explodes" "exploded" "exploded" "exploding"); -lin exploit_N = mkN "exploit" "exploits"; -lin exploit_V2 = mkV2 (mkV "exploit" "exploits" "exploited" "exploited" "exploiting"); -lin exploitation_N = mkN "exploitation" "-" {- FIXME: no plural form -}; -lin exploration_N = mkN "exploration" "explorations"; -lin exploratory_A = compoundA (mkA "exploratory"); -lin explore_V2 = mkV2 (mkV "explore" "explores" "explored" "explored" "exploring"); -lin explorer_N = mkN "explorer" "explorers"; -lin explosion_N = mkN "explosion" "explosions"; -lin explosive_A = compoundA (mkA "explosive"); -lin explosive_N = mkN "explosive" "explosives"; -lin explosively_Adv = mkAdv "explosively"; -lin expo_N = mkN "expo" "expos"; -lin exponent_N = mkN "exponent" "exponents"; -lin exponential_A = compoundA (mkA "exponential"); -lin exponential_N = mkN "exponential" "exponentials"; -lin exponentially_Adv = mkAdv "exponentially"; -lin export_N = mkN "export" "exports"; -lin export_V2 = mkV2 (mkV "export" "exports" "exported" "exported" "exporting"); -lin exportable_A = compoundA (mkA "exportable"); -lin exportation_N = mkN "exportation" "-" {- FIXME: no plural form -}; -lin exporter_N = mkN "exporter" "exporters"; -lin expose_V2 = mkV2 (mkV "expose" "exposes" "exposed" "exposed" "exposing"); -lin exposition_N = mkN "exposition" "expositions"; -lin expostulate_V = mkV "expostulate" "expostulates" "expostulated" "expostulated" "expostulating"; -lin expostulation_N = mkN "expostulation" "expostulations"; -lin exposure_N = mkN "exposure" "exposures"; -lin expose_N = mkN "exposé" "exposés"; -lin expound_V2 = mkV2 (mkV "expound" "expounds" "expounded" "expounded" "expounding"); -lin express_A = compoundA (mkA "express"); -lin express_Adv = mkAdv "express"; -lin express_N = mkN "express" "expresses"; -lin express_V2 = mkV2 (mkV "express" "expresses" "expressed" "expressed" "expressing"); -lin expression_N = mkN "expression" "expressions"; -lin expressionism_N = mkN "expressionism" "-" {- FIXME: no plural form -}; -lin expressionist_N = mkN "expressionist" "expressionists"; -lin expressionless_A = compoundA (mkA "expressionless"); -lin expressive_A = compoundA (mkA "expressive"); -lin expressively_Adv = mkAdv "expressively"; -lin expressly_Adv = mkAdv "expressly"; -lin expressway_N = mkN "expressway" "expressways"; -lin expropriate_V2 = mkV2 (mkV "expropriate" "expropriates" "expropriated" "expropriated" "expropriating"); -lin expropriation_N = mkN "expropriation" "-" {- FIXME: no plural form -}; -lin expulsion_N = mkN "expulsion" "expulsions"; -lin expunge_V2 = mkV2 (mkV "expunge" "expunges" "expunged" "expunged" "expunging"); -lin expurgate_V2 = mkV2 (mkV "expurgate" "expurgates" "expurgated" "expurgated" "expurgating"); -lin expurgation_N = mkN "expurgation" "expurgations"; -lin exquisite_A = compoundA (mkA "exquisite"); -lin exquisitely_Adv = mkAdv "exquisitely"; -lin exquisiteness_N = mkN "exquisiteness" "-" {- FIXME: no plural form -}; -lin extant_A = compoundA (mkA "extant"); -lin extemporaneous_A = compoundA (mkA "extemporaneous"); -lin extemporaneously_Adv = mkAdv "extemporaneously"; -lin extemporarily_Adv = mkAdv "extemporarily"; -lin extemporary_A = compoundA (mkA "extemporary"); -lin extempore_A = compoundA (mkA "extempore"); -lin extempore_Adv = mkAdv "extempore"; -lin extemporize_V = mkV "extemporize" "extemporize" "extemporize" "extemporize" "extemporize"; -lin extemporize_V2 = mkV2 (mkV "extemporize" "extemporize" "extemporize" "extemporize" "extemporize"); -lin extend_V = mkV "extend" "extends" "extended" "extended" "extending"; -lin extend_V2 = mkV2 (mkV "extend" "extends" "extended" "extended" "extending"); -lin extension_N = mkN "extension" "extensions"; -lin extensive_A = compoundA (mkA "extensive"); -lin extensively_Adv = mkAdv "extensively"; -lin extent_N = mkN "extent" "-" {- FIXME: no plural form -}; -lin extenuate_V2 = mkV2 (mkV "extenuate" "extenuates" "extenuated" "extenuated" "extenuating"); -lin extenuation_N = mkN "extenuation" "extenuations"; -lin exterior_A = compoundA (mkA "exterior"); -lin exterior_N = mkN "exterior" "exteriors"; -lin exteriorize_V2 = mkV2 (mkV "exteriorize" "exteriorizes" "exteriorized" "exteriorized" "exteriorizing"); -lin exterminate_V2 = mkV2 (mkV "exterminate" "exterminates" "exterminated" "exterminated" "exterminating"); -lin extermination_N = mkN "extermination" "exterminations"; -lin external_A = compoundA (mkA "external"); -lin external_N = mkN "external" "externals"; -lin externalize_V2 = mkV2 (mkV "externalize" "externalizes" "externalized" "externalized" "externalizing"); -lin externally_Adv = mkAdv "externally"; -lin exterritorial_A = compoundA (mkA "exterritorial"); -lin extinct_A = compoundA (mkA "extinct"); -lin extinction_N = mkN "extinction" "-" {- FIXME: no plural form -}; -lin extinguish_V2 = mkV2 (mkV "extinguish" "extinguishes" "extinguished" "extinguished" "extinguishing"); -lin extinguisher_N = mkN "extinguisher" "extinguishers"; -lin extirpate_V2 = mkV2 (mkV "extirpate" "extirpates" "extirpated" "extirpated" "extirpating"); -lin extirpation_N = mkN "extirpation" "-" {- FIXME: no plural form -}; -lin extol_V2 = mkV2 (mkV "extol" "extols" "extolled" "extolled" "extolling"); -lin extort_V2 = mkV2 (mkV "extort" "extorts" "extorted" "extorted" "extorting"); -lin extortion_N = mkN "extortion" "extortions"; -lin extortionate_A = compoundA (mkA "extortionate"); -lin extortionately_Adv = mkAdv "extortionately"; -lin extra_A = compoundA (mkA "extra"); -lin extra_Adv = mkAdv "extra"; -lin extra_N = mkN "extra" "extras"; -lin extract_N = mkN "extract" "extracts"; -lin extract_V2 = mkV2 (mkV "extract" "extracts" "extracted" "extracted" "extracting"); -lin extraction_N = mkN "extraction" "extractions"; -lin extracurricular_A = compoundA (mkA "extracurricular"); -lin extradite_V2 = mkV2 (mkV "extradite" "extradites" "extradited" "extradited" "extraditing"); -lin extradition_N = mkN "extradition" "extraditions"; -lin extrajudicial_A = compoundA (mkA "extrajudicial"); -lin extramarital_A = compoundA (mkA "extramarital"); -lin extramural_A = compoundA (mkA "extramural"); -lin extraneous_A = compoundA (mkA "extraneous"); -lin extraordinarily_Adv = mkAdv "extraordinarily"; -lin extraordinary_A = compoundA (mkA "extraordinary"); -lin extrapolate_V = mkV "extrapolate" "extrapolate" "extrapolate" "extrapolate" "extrapolate"; -lin extrapolate_V2 = mkV2 (mkV "extrapolate" "extrapolate" "extrapolate" "extrapolate" "extrapolate"); -lin extrapolation_N = mkN "extrapolation" "-" {- FIXME: no plural form -}; -lin extrasensory_A = compoundA (mkA "extrasensory"); -lin extraterritorial_A = compoundA (mkA "extraterritorial"); -lin extravagance_N = mkN "extravagance" "extravagances"; -lin extravagant_A = compoundA (mkA "extravagant"); -lin extravagantly_Adv = mkAdv "extravagantly"; -lin extravaganza_N = mkN "extravaganza" "extravaganzas"; -lin extreme_A = compoundA (mkA "extreme"); -lin extreme_N = mkN "extreme" "extremes"; -lin extremely_Adv = mkAdv "extremely"; -lin extremist_N = mkN "extremist" "extremists"; -lin extremity_N = mkN "extremity" "extremities"; -lin extricable_A = compoundA (mkA "extricable"); -lin extricate_V2 = mkV2 (mkV "extricate" "extricates" "extricated" "extricated" "extricating"); -lin extrication_N = mkN "extrication" "-" {- FIXME: no plural form -}; -lin extrinsic_A = compoundA (mkA "extrinsic"); -lin extroversion_N = mkN "extroversion" "-" {- FIXME: no plural form -}; -lin extrovert_N = mkN "extrovert" "extroverts"; -lin extrude_V2 = mkV2 (mkV "extrude" "extrudes" "extruded" "extruded" "extruding"); -lin extrusion_N = mkN "extrusion" "extrusions"; -lin exuberance_N = mkN "exuberance" "-" {- FIXME: no plural form -}; -lin exuberant_A = compoundA (mkA "exuberant"); -lin exuberantly_Adv = mkAdv "exuberantly"; -lin exude_V = mkV "exude" "exudes" "exuded" "exuded" "exuding"; -lin exude_V2 = mkV2 (mkV "exude" "exudes" "exuded" "exuded" "exuding"); -lin exult_V = mkV "exult" "exults" "exulted" "exulted" "exulting"; -lin exultant_A = compoundA (mkA "exultant"); -lin exultantly_Adv = mkAdv "exultantly"; -lin exultation_N = mkN "exultation" "-" {- FIXME: no plural form -}; -lin eye_N = mkN "eye" "eyes"; -lin eye_V2 = mkV2 (mkV "eye" "eyes" "eyed" "eyed" "eying"); -lin eye_catching_A = compoundA (mkA "eye-catching"); -lin eye_opener_N = mkN "eye-opener" "eye-openers"; -lin eye_shadow_N = mkN "eye-shadow" "-" {- FIXME: no plural form -}; -lin eyeball_N = mkN "eyeball" "eyeballs"; -lin eyebath_N = mkN "eyebath" "eyebaths"; -lin eyebrow_N = mkN "eyebrow" "eyebrows"; -lin eyecatching_A = compoundA (mkA "eyecatching"); -lin eyecup_N = mkN "eyecup" "eyecups"; -lin eyed_A = compoundA (mkA "eyed"); -lin eyeful_N = mkN "eyeful" "eyefuls"; -lin eyeglass_N = mkN "eyeglass" "eyeglasses"; -lin eyelash_N = mkN "eyelash" "eyelashes"; -lin eyeless_A = compoundA (mkA "eyeless"); -lin eyelet_N = mkN "eyelet" "eyelets"; -lin eyelid_N = mkN "eyelid" "eyelids"; -lin eyepiece_N = mkN "eyepiece" "eyepieces"; -lin eyeshot_N = mkN "eyeshot" "-" {- FIXME: no plural form -}; -lin eyesight_N = mkN "eyesight" "-" {- FIXME: no plural form -}; -lin eyesore_N = mkN "eyesore" "eyesores"; -lin eyestrain_N = mkN "eyestrain" "-" {- FIXME: no plural form -}; -lin eyetooth_N = mkN "eyetooth" "eyeteeth" {- FIXME: guessed plural form -}; -lin eyewash_N = mkN "eyewash" "-" {- FIXME: no plural form -}; -lin eyewitness_N = mkN "eyewitness" "eyewitnesses"; -lin eyrie_N = mkN "eyrie" "eyries"; -lin eyry_N = mkN "eyry" "eyries"; -lin fa_N = mkN "fa" "-" {- FIXME: no plural form -}; -lin fab_A = compoundA (mkA "fab"); -lin fabian_A = compoundA (mkA "fabian"); -lin fabian_N = mkN "fabian" "fabians"; -lin fable_N = mkN "fable" "fables"; -lin fabled_A = compoundA (mkA "fabled"); -lin fabric_N = mkN "fabric" "fabrics"; -lin fabricate_V2 = mkV2 (mkV "fabricate" "fabricates" "fabricated" "fabricated" "fabricating"); -lin fabrication_N = mkN "fabrication" "fabrications"; -lin fabulous_A = compoundA (mkA "fabulous"); -lin fabulously_Adv = mkAdv "fabulously"; -lin face_N = mkN "face" "faces"; -lin face_V = mkV "face" "faces" "faced" "faced" "facing"; -lin face_V2 = mkV2 (mkV "face" "faces" "faced" "faced" "facing"); -lin face_ache_N = mkN "face-ache" "-" {- FIXME: no plural form -}; -lin face_card_N = mkN "face-card" "face-cards"; -lin face_cloth_N = mkN "face-cloth" "face-cloths"; -lin face_cream_N = mkN "face-cream" "face-creams"; -lin face_lift_N = mkN "face-lift" "face-lifts"; -lin face_lifting_N = mkN "face-lifting" "face-liftings"; -lin face_pack_N = mkN "face-pack" "face-packs"; -lin face_powder_N = mkN "face-powder" "face-powders"; -lin face_saver_N = mkN "face-saver" "face-savers"; -lin face_saving_A = compoundA (mkA "face-saving"); -lin face_saving_N = mkN "face-saving" "-" {- FIXME: no plural form -}; -lin faceless_A = compoundA (mkA "faceless"); -lin facer_N = mkN "facer" "facers"; -lin facet_N = mkN "facet" "facets"; -lin facetious_A = compoundA (mkA "facetious"); -lin facetiously_Adv = mkAdv "facetiously"; -lin facetiousness_N = mkN "facetiousness" "-" {- FIXME: no plural form -}; -lin facia_N = mkN "facia" "facias"; -lin facial_A = compoundA (mkA "facial"); -lin facial_N = mkN "facial" "facials"; -lin facile_A = compoundA (mkA "facile"); -lin facilitate_V2 = mkV2 (mkV "facilitate" "facilitates" "facilitated" "facilitated" "facilitating"); -lin facility_N = mkN "facility" "facilities"; -lin facing_N = mkN "facing" "facings"; -lin facsimile_N = mkN "facsimile" "facsimiles"; -lin fact_N = mkN "fact" "facts"; -lin fact_finding_A = compoundA (mkA "fact-finding"); -lin faction_N = mkN "faction" "factions"; -lin factious_A = compoundA (mkA "factious"); -lin factitious_A = compoundA (mkA "factitious"); -lin factor_N = mkN "factor" "factors"; -lin factorize_V2 = mkV2 (mkV "factorize" "factorizes" "factorized" "factorized" "factorizing"); -lin factory_N = mkN "factory" "factories"; -lin factotum_N = mkN "factotum" "factotums"; -lin factual_A = compoundA (mkA "factual"); -lin factually_Adv = mkAdv "factually"; -lin faculty_N = mkN "faculty" "faculties"; -lin fad_N = mkN "fad" "fads"; -lin faddily_Adv = mkAdv "faddily"; -lin faddy_A = mkA "faddy" "faddier"; -lin fade_V = mkV "fade" "fades" "faded" "faded" "fading"; -lin fade_V2 = mkV2 (mkV "fade" "fades" "faded" "faded" "fading"); -lin faerie_N = mkN "faerie" "faeries"; -lin faery_N = mkN "faery" "faeries"; -lin fag_N = mkN "fag" "fags"; -lin fag_V = mkV "fag" "fags" "fagged" "fagged" "fagging"; -lin fag_V2 = mkV2 (mkV "fag" "fags" "fagged" "fagged" "fagging"); -lin fag_end_N = mkN "fag-end" "fag-ends"; -lin faggot_N = mkN "faggot" "faggots"; -lin faience_N = mkN "faience" "-" {- FIXME: no plural form -}; -lin fail_N = mkN "fail" "-" {- FIXME: no plural form -}; -lin fail_V = mkV "fail" "fails" "failed" "failed" "failing"; -lin fail_V2 = mkV2 (mkV "fail" "fails" "failed" "failed" "failing"); -lin fail_safe_A = compoundA (mkA "fail-safe"); -lin failing_N = mkN "failing" "failings"; -lin failure_N = mkN "failure" "failures"; -lin fain_Adv = mkAdv "fain"; -lin faint_A = mkA "faint" "fainter"; -lin faint_N = mkN "faint" "faints"; -lin faint_V = mkV "faint" "faints" "fainted" "fainted" "fainting"; -lin faint_hearted_A = compoundA (mkA "faint-hearted"); -lin faintly_Adv = mkAdv "faintly"; -lin faintness_N = mkN "faintness" "-" {- FIXME: no plural form -}; -lin fair_A = mkA "fair" "fairer"; -lin fair_Adv = mkAdv "fair"; -lin fair_N = mkN "fair" "fairs"; -lin fair_minded_A = compoundA (mkA "fair-minded"); -lin fairground_N = mkN "fairground" "fairgrounds"; -lin fairish_A = compoundA (mkA "fairish"); -lin fairly_Adv = mkAdv "fairly"; -lin fairness_N = mkN "fairness" "-" {- FIXME: no plural form -}; -lin fairway_N = mkN "fairway" "fairways"; -lin fairy_N = mkN "fairy" "fairies"; -lin fairyland_N = mkN "fairyland" "fairylands"; -lin fairytale_N = mkN "fairytale" "fairytales"; -lin fait_accompli_N = mkN "fait accompli" "IRREG"; -lin faith_N = mkN "faith" "faiths"; -lin faith_healing_N = mkN "faith-healing" "-" {- FIXME: no plural form -}; -lin faithful_A = compoundA (mkA "faithful"); -lin faithfully_Adv = mkAdv "faithfully"; -lin faithfulness_N = mkN "faithfulness" "-" {- FIXME: no plural form -}; -lin faithless_A = compoundA (mkA "faithless"); -lin faithlessly_Adv = mkAdv "faithlessly"; -lin faithlessness_N = mkN "faithlessness" "-" {- FIXME: no plural form -}; -lin fake_N = mkN "fake" "fakes"; -lin fake_V2 = mkV2 (mkV "fake" "fakes" "faked" "faked" "faking"); -lin fakir_N = mkN "fakir" "fakirs"; -lin falcon_N = mkN "falcon" "falcons"; -lin falconry_N = mkN "falconry" "-" {- FIXME: no plural form -}; -lin falkirk_PN = mkPN "Falkirk"; -lin fall_N = mkN "fall" "falls"; -lin fall_V = IrregEng.fall_V; -lin fallacious_A = compoundA (mkA "fallacious"); -lin fallacy_N = mkN "fallacy" "fallacies"; -lin fallibility_N = mkN "fallibility" "-" {- FIXME: no plural form -}; -lin fallible_A = compoundA (mkA "fallible"); -lin fallopian_A = compoundA (mkA "fallopian"); -lin fallout_N = mkN "fallout" "-" {- FIXME: no plural form -}; -lin fallow_A = compoundA (mkA "fallow"); -lin fallow_N = mkN "fallow" "-" {- FIXME: no plural form -}; -lin fallow_deer_N = mkN "fallow-deer" "fallow-deer"; -lin falmouth_PN = mkPN "Falmouth"; -lin false_A = compoundA (mkA "false"); -lin false_Adv = mkAdv "false"; -lin falsehood_N = mkN "falsehood" "falsehoods"; -lin falsely_Adv = mkAdv "falsely"; -lin falseness_N = mkN "falseness" "-" {- FIXME: no plural form -}; -lin falsetto_A = compoundA (mkA "falsetto"); -lin falsetto_N = mkN "falsetto" "falsettos"; -lin falsification_N = mkN "falsification" "falsifications"; -lin falsify_V2 = mkV2 (mkV "falsify" "falsifies" "falsified" "falsified" "falsifying"); -lin falsity_N = mkN "falsity" "falsities"; -lin falter_V = mkV "falter" "falters" "faltered" "faltered" "faltering"; -lin falter_V2 = mkV2 (mkV "falter" "falters" "faltered" "faltered" "faltering"); -lin falteringly_Adv = mkAdv "falteringly"; -lin fame_N = mkN "fame" "-" {- FIXME: no plural form -}; -lin famed_A = compoundA (mkA "famed"); -lin familiar_A = compoundA (mkA "familiar"); -lin familiar_N = mkN "familiar" "familiars"; -lin familiarity_N = mkN "familiarity" "familiarities"; -lin familiarize_V2 = mkV2 (mkV "familiarize" "familiarizes" "familiarized" "familiarized" "familiarizing"); -lin familiarly_Adv = mkAdv "familiarly"; -lin family_N = mkN "family" "families"; -lin famine_N = mkN "famine" "famines"; -lin famish_V = mkV "famish" "famishes" "famished" "famished" "famishing"; -lin famish_V2 = mkV2 (mkV "famish" "famishes" "famished" "famished" "famishing"); -lin famous_A = compoundA (mkA "famous"); -lin famously_Adv = mkAdv "famously"; -lin fan_N = mkN "fan" "fans"; -lin fan_V = mkV "fan" "fans" "fanned" "fanned" "fanning"; -lin fan_V2 = mkV2 (mkV "fan" "fans" "fanned" "fanned" "fanning"); -lin fan_belt_N = mkN "fan-belt" "fan-belts"; -lin fanatic_A = compoundA (mkA "fanatic"); -lin fanatic_N = mkN "fanatic" "fanatics"; -lin fanatical_A = compoundA (mkA "fanatical"); -lin fanatically_Adv = mkAdv "fanatically"; -lin fanaticism_N = mkN "fanaticism" "fanaticisms"; -lin fancier_N = mkN "fancier" "fanciers"; -lin fanciful_A = compoundA (mkA "fanciful"); -lin fancifully_Adv = mkAdv "fancifully"; -lin fancy_A = mkA "fancy" "fancier"; -lin fancy_N = mkN "fancy" "fancies"; -lin fancy_V2 = mkV2 (mkV "fancy" "fancies" "fancied" "fancied" "fancying"); -lin fancy_free_A = compoundA (mkA "fancy-free"); -lin fandango_N = mkN "fandango" "fandangos"; -lin fanfare_N = mkN "fanfare" "fanfares"; -lin fang_N = mkN "fang" "fangs"; -lin fanlight_N = mkN "fanlight" "fanlights"; -lin fanny_N = mkN "fanny" "fannies"; -lin fanny_PN = mkPN "Fanny"; -lin fantan_N = mkN "fantan" "-" {- FIXME: no plural form -}; -lin fantasia_N = mkN "fantasia" "fantasias"; -lin fantastic_A = compoundA (mkA "fantastic"); -lin fantastically_Adv = mkAdv "fantastically"; -lin fantasy_N = mkN "fantasy" "fantasies"; -lin fao_N = mkN "fao" "-" {- FIXME: no plural form -}; -lin far_A = compoundA (mkA "far"); -lin far_Adv = mkAdv "far"; -lin far_famed_A = compoundA (mkA "far-famed"); -lin far_fetched_A = compoundA (mkA "far-fetched"); -lin far_flung_A = compoundA (mkA "far-flung"); -lin far_off_A = compoundA (mkA "far-off"); -lin far_reaching_A = compoundA (mkA "far-reaching"); -lin far_seeing_A = compoundA (mkA "far-seeing"); -lin far_sighted_A = compoundA (mkA "far-sighted"); -lin faraway_A = compoundA (mkA "faraway"); -lin farce_N = mkN "farce" "farces"; -lin farcical_A = compoundA (mkA "farcical"); -lin farcically_Adv = mkAdv "farcically"; -lin fare_N = mkN "fare" "fares"; -lin fare_V = mkV "fare" "fares" "fared" "fared" "faring"; -lin fare_stage_N = mkN "fare-stage" "fare-stages"; -lin farewell_N = mkN "farewell" "farewells"; -lin farinaceous_A = compoundA (mkA "farinaceous"); -lin farm_N = mkN "farm" "farms"; -lin farm_V = mkV "farm" "farms" "farmed" "farmed" "farming"; -lin farm_V2 = mkV2 (mkV "farm" "farms" "farmed" "farmed" "farming"); -lin farmer_N = mkN "farmer" "farmers"; -lin farmhand_N = mkN "farmhand" "farmhands"; -lin farmhouse_N = mkN "farmhouse" "farmhouses"; -lin farmstead_N = mkN "farmstead" "farmsteads"; -lin farmyard_N = mkN "farmyard" "farmyards"; -lin farnham_PN = mkPN "Farnham"; -lin farnworth_PN = mkPN "Farnworth"; -lin farrago_N = mkN "farrago" "farragos"; -lin farrier_N = mkN "farrier" "farriers"; -lin farrow_N = mkN "farrow" "farrows"; -lin farrow_V = mkV "farrow" "farrows" "farrowed" "farrowed" "farrowing"; -lin farsi_N = mkN "farsi" "-" {- FIXME: no plural form -}; -lin fart_N = mkN "fart" "farts"; -lin fart_V = mkV "fart" "farts" "farted" "farted" "farting"; -lin farther_Adv = mkAdv "farther"; -lin farthest_Adv = mkAdv "farthest"; -lin farthing_N = mkN "farthing" "farthings"; -lin fascia_N = mkN "fascia" "fascias"; -lin fascinate_V2 = mkV2 (mkV "fascinate" "fascinates" "fascinated" "fascinated" "fascinating"); -lin fascinating_A = compoundA (mkA "fascinating"); -lin fascinatingly_Adv = mkAdv "fascinatingly"; -lin fascination_N = mkN "fascination" "fascinations"; -lin fascism_N = mkN "fascism" "-" {- FIXME: no plural form -}; -lin fascist_A = compoundA (mkA "fascist"); -lin fascist_N = mkN "fascist" "fascists"; -lin fashion_N = mkN "fashion" "fashions"; -lin fashion_V2 = mkV2 (mkV "fashion" "fashions" "fashioned" "fashioned" "fashioning"); -lin fashionable_A = compoundA (mkA "fashionable"); -lin fashionably_Adv = mkAdv "fashionably"; -lin fast_A = mkA "fast" "faster"; -lin fast_Adv = mkAdv "fast"; -lin fast_N = mkN "fast" "fasts"; -lin fast_V = mkV "fast" "fasts" "fasted" "fasted" "fasting"; -lin fasten_V = mkV "fasten" "fastens" "fastened" "fastened" "fastening"; -lin fasten_V2 = mkV2 (mkV "fasten" "fastens" "fastened" "fastened" "fastening"); -lin fastener_N = mkN "fastener" "fasteners"; -lin fastening_N = mkN "fastening" "fastenings"; -lin fastidious_A = compoundA (mkA "fastidious"); -lin fastidiously_Adv = mkAdv "fastidiously"; -lin fastidiousness_N = mkN "fastidiousness" "-" {- FIXME: no plural form -}; -lin fastness_N = mkN "fastness" "fastnesses"; -lin fat_A = mkA "fat" "fatter*"; -lin fat_N = mkN "fat" "fats"; -lin fat_V2 = mkV2 (mkV "fat" "fats" "fatted" "fatted" "fatting"); -lin fatal_A = compoundA (mkA "fatal"); -lin fatalism_N = mkN "fatalism" "-" {- FIXME: no plural form -}; -lin fatalist_N = mkN "fatalist" "fatalists"; -lin fatalistic_A = compoundA (mkA "fatalistic"); -lin fatality_N = mkN "fatality" "fatalities"; -lin fate_N = mkN "fate" "fates"; -lin fate_V2 = mkV2 (mkV "fate" "fates" "fated" "fated" "fating"); -lin fateful_A = compoundA (mkA "fateful"); -lin fatefully_Adv = mkAdv "fatefully"; -lin fathead_N = mkN "fathead" "fatheads"; -lin father_N = mkN "father" "fathers"; -lin father_V2 = mkV2 (mkV "father" "fathers" "fathered" "fathered" "fathering"); -lin father_in_law_N = mkN "father-in-law" "fathers-in-law" {- FIXME: guessed plural form -}; -lin fatherhood_N = mkN "fatherhood" "-" {- FIXME: no plural form -}; -lin fatherland_N = mkN "fatherland" "fatherlands"; -lin fatherless_A = compoundA (mkA "fatherless"); -lin fatherly_A = compoundA (mkA "fatherly"); -lin fathom_N = mkN "fathom" "fathoms"; -lin fathom_V2 = mkV2 (mkV "fathom" "fathoms" "fathomed" "fathomed" "fathoming"); -lin fathomless_A = compoundA (mkA "fathomless"); -lin fatigue_N = mkN "fatigue" "fatigues"; -lin fatigue_V2 = mkV2 (mkV "fatigue" "fatigues" "fatigued" "fatigued" "fatiguing"); -lin fatigue_party_N = mkN "fatigue-party" "fatigue-parties"; -lin fatless_A = compoundA (mkA "fatless"); -lin fatness_N = mkN "fatness" "-" {- FIXME: no plural form -}; -lin fatten_V = mkV "fatten" "fattens" "fattened" "fattened" "fattening"; -lin fatten_V2 = mkV2 (mkV "fatten" "fattens" "fattened" "fattened" "fattening"); -lin fattish_A = compoundA (mkA "fattish"); -lin fatty_A = mkA "fatty" "fattier"; -lin fatuity_N = mkN "fatuity" "fatuities"; -lin fatuous_A = compoundA (mkA "fatuous"); -lin fatuously_Adv = mkAdv "fatuously"; -lin fatuousness_N = mkN "fatuousness" "-" {- FIXME: no plural form -}; -lin faucet_N = mkN "faucet" "faucets"; -lin fauldhouse_PN = mkPN "Fauldhouse"; -lin fault_N = mkN "fault" "faults"; -lin fault_V2 = mkV2 (mkV "fault" "faults" "faulted" "faulted" "faulting"); -lin fault_finder_N = mkN "fault-finder" "fault-finders"; -lin fault_finding_N = mkN "fault-finding" "-" {- FIXME: no plural form -}; -lin faultily_Adv = mkAdv "faultily"; -lin faultless_A = compoundA (mkA "faultless"); -lin faultlessly_Adv = mkAdv "faultlessly"; -lin faulty_A = mkA "faulty" "faultier"; -lin faun_N = mkN "faun" "fauns"; -lin faux_pas_N = mkN "faux pas" "faux pas"; -lin faversham_PN = mkPN "Faversham"; -lin favour_N = mkN "favour" "favours"; -lin favour_V2 = mkV2 (mkV "favour" "favours" "favoured" "favoured" "favouring"); -lin favourable_A = compoundA (mkA "favourable"); -lin favourably_Adv = mkAdv "favourably"; -lin favourite_A = compoundA (mkA "favourite"); -lin favourite_N = mkN "favourite" "favourites"; -lin favouritism_N = mkN "favouritism" "-" {- FIXME: no plural form -}; -lin fawley_PN = mkPN "Fawley"; -lin fawn_N = mkN "fawn" "fawns"; -lin fawn_V = mkV "fawn" "fawns" "fawned" "fawned" "fawning"; -lin facade_N = mkN "façade" "façades"; -lin fbi_PN = mkPN "FBI"; -lin fealty_N = mkN "fealty" "fealties"; -lin fear_N = mkN "fear" "fears"; -lin fear_V = mkV "fear" "fears" "feared" "feared" "fearing"; -lin fear_V2 = mkV2 (mkV "fear" "fears" "feared" "feared" "fearing"); -lin fearful_A = compoundA (mkA "fearful"); -lin fearfully_Adv = mkAdv "fearfully"; -lin fearfulness_N = mkN "fearfulness" "-" {- FIXME: no plural form -}; -lin fearless_A = compoundA (mkA "fearless"); -lin fearlessly_Adv = mkAdv "fearlessly"; -lin fearlessness_N = mkN "fearlessness" "-" {- FIXME: no plural form -}; -lin fearsome_A = compoundA (mkA "fearsome"); -lin fearsomely_Adv = mkAdv "fearsomely"; -lin feasibility_N = mkN "feasibility" "-" {- FIXME: no plural form -}; -lin feasible_A = compoundA (mkA "feasible"); -lin feast_N = mkN "feast" "feasts"; -lin feast_V = mkV "feast" "feasts" "feasted" "feasted" "feasting"; -lin feast_V2 = mkV2 (mkV "feast" "feasts" "feasted" "feasted" "feasting"); -lin feast_day_N = mkN "feast-day" "feast-days"; -lin feat_N = mkN "feat" "feats"; -lin feather_N = mkN "feather" "feathers"; -lin feather_V2 = mkV2 (mkV "feather" "feathers" "feathered" "feathered" "feathering"); -lin feather_boa_N = mkN "feather-boa" "feather-boas"; -lin featherbed_N = mkN "featherbed" "featherbeds"; -lin featherbed_V2 = mkV2 (mkV "featherbed" "featherbeds" "featherbedded" "featherbedded" "featherbedding"); -lin featherbrained_A = compoundA (mkA "featherbrained"); -lin featherstone_PN = mkPN "Featherstone"; -lin featherweight_N = mkN "featherweight" "featherweights"; -lin feathery_A = compoundA (mkA "feathery"); -lin feature_N = mkN "feature" "features"; -lin feature_V2 = mkV2 (mkV "feature" "features" "featured" "featured" "featuring"); -lin featureless_A = compoundA (mkA "featureless"); -lin feb_PN = mkPN "Feb"; -lin febrile_A = compoundA (mkA "febrile"); -lin february_N = mkN "february" "februaries"; -lin february_PN = mkPN "February"; -lin feckless_A = compoundA (mkA "feckless"); -lin fecklessly_Adv = mkAdv "fecklessly"; -lin fecklessness_N = mkN "fecklessness" "-" {- FIXME: no plural form -}; -lin fecund_A = compoundA (mkA "fecund"); -lin fecundity_N = mkN "fecundity" "-" {- FIXME: no plural form -}; -lin fed_N = mkN "fed" "-" {- FIXME: no plural form -}; -lin federal_A = compoundA (mkA "federal"); -lin federalism_N = mkN "federalism" "-" {- FIXME: no plural form -}; -lin federalist_N = mkN "federalist" "federalists"; -lin federate_V = mkV "federate" "federates" "federated" "federated" "federating"; -lin federate_V2 = mkV2 (mkV "federate" "federates" "federated" "federated" "federating"); -lin federation_N = mkN "federation" "federations"; -lin fee_N = mkN "fee" "fees"; -lin fee_V2 = mkV2 (mkV "fee" "IRREG" "IRREG" "IRREG" "IRREG"); -lin feeble_A = mkA "feeble" "feebler"; -lin feeble_minded_A = compoundA (mkA "feeble-minded"); -lin feebleness_N = mkN "feebleness" "-" {- FIXME: no plural form -}; -lin feebly_Adv = mkAdv "feebly"; -lin feed_N = mkN "feed" "feeds"; -lin feed_V = IrregEng.feed_V; -lin feed_V2 = mkV2 (IrregEng.feed_V); -lin feedback_N = mkN "feedback" "-" {- FIXME: no plural form -}; -lin feeder_N = mkN "feeder" "feeders"; -lin feeding_bottle_N = mkN "feeding-bottle" "feeding-bottles"; -lin feel_N = mkN "feel" "IRREG"; -lin feel_V = IrregEng.feel_V; -lin feel_V2 = mkV2 (IrregEng.feel_V); -lin feeler_N = mkN "feeler" "feelers"; -lin feeling_A = compoundA (mkA "feeling"); -lin feeling_N = mkN "feeling" "feelings"; -lin feelingly_Adv = mkAdv "feelingly"; -lin feign_V2 = mkV2 (mkV "feign" "feigns" "feigned" "feigned" "feigning"); -lin feint_N = mkN "feint" "feints"; -lin feint_V = mkV "feint" "feints" "feinted" "feinted" "feinting"; -lin feldspar_N = mkN "feldspar" "-" {- FIXME: no plural form -}; -lin felicitate_V2 = mkV2 (mkV "felicitate" "felicitates" "felicitated" "felicitated" "felicitating"); -lin felicitation_N = mkN "felicitation" "felicitations"; -lin felicitous_A = compoundA (mkA "felicitous"); -lin felicitously_Adv = mkAdv "felicitously"; -lin felicity_N = mkN "felicity" "felicities"; -lin felicity_PN = mkPN "Felicity"; -lin feline_A = compoundA (mkA "feline"); -lin felix_PN = mkPN "Felix"; -lin felixstowe_PN = mkPN "Felixstowe"; -lin fell_A = compoundA (mkA "fell"); -lin fell_V2 = mkV2 (mkV "fell" "fells" "felled" "felled" "felling"); -lin fellah_N = mkN "fellah" "IRREG"; -lin fellow_N = mkN "fellow" "fellows"; -lin fellow_feeling_N = mkN "fellow-feeling" "-" {- FIXME: no plural form -}; -lin fellow_traveller_N = mkN "fellow-traveller" "fellow-travellers"; -lin fellowship_N = mkN "fellowship" "fellowships"; -lin felon_N = mkN "felon" "felons"; -lin felonious_A = compoundA (mkA "felonious"); -lin felony_N = mkN "felony" "felonies"; -lin felspar_N = mkN "felspar" "-" {- FIXME: no plural form -}; -lin felt_N = mkN "felt" "-" {- FIXME: no plural form -}; -lin felucca_N = mkN "felucca" "feluccas"; -lin fem_PN = mkPN "Fem"; -lin female_A = compoundA (mkA "female"); -lin female_N = mkN "female" "females"; -lin feminine_A = compoundA (mkA "feminine"); -lin femininity_N = mkN "femininity" "-" {- FIXME: no plural form -}; -lin feminism_N = mkN "feminism" "-" {- FIXME: no plural form -}; -lin feminist_N = mkN "feminist" "feminists"; -lin femur_N = mkN "femur" "femurs"; -lin fen_N = mkN "fen" "fens"; -lin fence_N = mkN "fence" "fences"; -lin fence_V2 = mkV2 (mkV "fence" "fences" "fenced" "fenced" "fencing"); -lin fencer_N = mkN "fencer" "fencers"; -lin fencing_N = mkN "fencing" "-" {- FIXME: no plural form -}; -lin fend_V = mkV "fend" "fends" "fended" "fended" "fending"; -lin fend_V2 = mkV2 (mkV "fend" "fends" "fended" "fended" "fending"); -lin fender_N = mkN "fender" "fenders"; -lin fennel_N = mkN "fennel" "-" {- FIXME: no plural form -}; -lin feoff_N = mkN "feoff" "feoffs"; -lin feral_A = compoundA (mkA "feral"); -lin fermanagh_PN = mkPN "Fermanagh"; -lin ferment_N = mkN "ferment" "ferments"; -lin ferment_V = mkV "ferment" "ferments" "fermented" "fermented" "fermenting"; -lin ferment_V2 = mkV2 (mkV "ferment" "ferments" "fermented" "fermented" "fermenting"); -lin fermentation_N = mkN "fermentation" "-" {- FIXME: no plural form -}; -lin fern_N = mkN "fern" "ferns"; -lin ferny_A = mkA "ferny" "fernier"; -lin ferocious_A = compoundA (mkA "ferocious"); -lin ferociously_Adv = mkAdv "ferociously"; -lin ferocity_N = mkN "ferocity" "ferocities"; -lin ferrara_PN = mkPN "Ferrara"; -lin ferret_N = mkN "ferret" "ferrets"; -lin ferret_V = mkV "ferret" "ferrets" "ferreted" "ferreted" "ferreting"; -lin ferret_V2 = mkV2 (mkV "ferret" "ferrets" "ferreted" "ferreted" "ferreting"); -lin ferroconcrete_N = mkN "ferroconcrete" "-" {- FIXME: no plural form -}; -lin ferrous_A = compoundA (mkA "ferrous"); -lin ferrule_N = mkN "ferrule" "ferrules"; -lin ferry_N = mkN "ferry" "ferries"; -lin ferry_V = mkV "ferry" "ferries" "ferried" "ferried" "ferrying"; -lin ferry_V2 = mkV2 (mkV "ferry" "ferries" "ferried" "ferried" "ferrying"); -lin ferryboat_N = mkN "ferryboat" "ferryboats"; -lin ferryhill_PN = mkPN "Ferryhill"; -lin ferryman_N = mkN "ferryman" "ferrymen" {- FIXME: guessed plural form -}; -lin fertile_A = compoundA (mkA "fertile"); -lin fertility_N = mkN "fertility" "-" {- FIXME: no plural form -}; -lin fertilization_N = mkN "fertilization" "-" {- FIXME: no plural form -}; -lin fertilize_V2 = mkV2 (mkV "fertilize" "fertilizes" "fertilized" "fertilized" "fertilizing"); -lin fertilizer_N = mkN "fertilizer" "fertilizers"; -lin ferule_N = mkN "ferule" "ferules"; -lin fervency_N = mkN "fervency" "-" {- FIXME: no plural form -}; -lin fervent_A = compoundA (mkA "fervent"); -lin fervently_Adv = mkAdv "fervently"; -lin fervid_A = compoundA (mkA "fervid"); -lin fervidly_Adv = mkAdv "fervidly"; -lin fervour_N = mkN "fervour" "-" {- FIXME: no plural form -}; -lin festal_A = compoundA (mkA "festal"); -lin fester_V = mkV "fester" "festers" "festered" "festered" "festering"; -lin festival_N = mkN "festival" "festivals"; -lin festive_A = compoundA (mkA "festive"); -lin festivity_N = mkN "festivity" "festivities"; -lin festoon_N = mkN "festoon" "festoons"; -lin festoon_V2 = mkV2 (mkV "festoon" "festoons" "festooned" "festooned" "festooning"); -lin fetal_A = compoundA (mkA "fetal"); -lin fetch_V = mkV "fetch" "fetches" "fetched" "fetched" "fetching"; -lin fetch_V2 = mkV2 (mkV "fetch" "fetches" "fetched" "fetched" "fetching"); -lin fetching_A = compoundA (mkA "fetching"); -lin fete_day_N = mkN "fete-day" "fete-days"; -lin fetid_A = compoundA (mkA "fetid"); -lin fetish_N = mkN "fetish" "fetishes"; -lin fetlock_N = mkN "fetlock" "fetlocks"; -lin fetter_N = mkN "fetter" "fetters"; -lin fetter_V2 = mkV2 (mkV "fetter" "fetters" "fettered" "fettered" "fettering"); -lin fettle_N = mkN "fettle" "-" {- FIXME: no plural form -}; -lin feud_N = mkN "feud" "feuds"; -lin feudal_A = compoundA (mkA "feudal"); -lin feudalism_N = mkN "feudalism" "-" {- FIXME: no plural form -}; -lin feudatory_A = compoundA (mkA "feudatory"); -lin feudatory_N = mkN "feudatory" "feudatories"; -lin fever_N = mkN "fever" "fevers"; -lin fevered_A = compoundA (mkA "fevered"); -lin feverish_A = compoundA (mkA "feverish"); -lin feverishly_Adv = mkAdv "feverishly"; -lin few_A = mkA "few" "fewer"; -lin fewness_N = mkN "fewness" "-" {- FIXME: no plural form -}; -lin fey_A = compoundA (mkA "fey"); -lin fez_N = mkN "fez" "fezes"; -lin fiance_N = mkN "fiancé" "fiancés"; -lin fiancee_N = mkN "fiancée" "fiancées"; -lin fiasco_N = mkN "fiasco" "fiascos"; -lin fiat_N = mkN "fiat" "fiats"; -lin fib_N = mkN "fib" "fibs"; -lin fib_V = mkV "fib" "fibs" "fibbed" "fibbed" "fibbing"; -lin fibber_N = mkN "fibber" "fibbers"; -lin fibbing_N = mkN "fibbing" "-" {- FIXME: no plural form -}; -lin fibre_N = mkN "fibre" "fibres"; -lin fibreboard_N = mkN "fibreboard" "-" {- FIXME: no plural form -}; -lin fibreglass_N = mkN "fibreglass" "-" {- FIXME: no plural form -}; -lin fibrositis_N = mkN "fibrositis" "-" {- FIXME: no plural form -}; -lin fibrous_A = compoundA (mkA "fibrous"); -lin fibula_N = mkN "fibula" "fibulas"; -lin fickle_A = compoundA (mkA "fickle"); -lin fickleness_N = mkN "fickleness" "-" {- FIXME: no plural form -}; -lin fiction_N = mkN "fiction" "fictions"; -lin fictional_A = compoundA (mkA "fictional"); -lin fictitious_A = compoundA (mkA "fictitious"); -lin fiddle_N = mkN "fiddle" "fiddles"; -lin fiddle_V2 = mkV2 (mkV "fiddle" "fiddles" "fiddled" "fiddled" "fiddling"); -lin fiddler_N = mkN "fiddler" "fiddlers"; -lin fiddlestick_N = mkN "fiddlestick" "fiddlesticks"; -lin fiddling_A = compoundA (mkA "fiddling"); -lin fidelity_N = mkN "fidelity" "-" {- FIXME: no plural form -}; -lin fidget_N = mkN "fidget" "fidgets"; -lin fidget_V = mkV "fidget" "fidgets" "fidgeted" "fidgeted" "fidgeting"; -lin fidget_V2 = mkV2 (mkV "fidget" "fidgets" "fidgeted" "fidgeted" "fidgeting"); -lin fidgety_A = compoundA (mkA "fidgety"); -lin fief_N = mkN "fief" "fiefs"; -lin field_N = mkN "field" "fields"; -lin field_V = mkV "field" "fields" "fielded" "fielded" "fielding"; -lin field_V2 = mkV2 (mkV "field" "fields" "fielded" "fielded" "fielding"); -lin field_hospital_N = mkN "field-hospital" "field-hospitals"; -lin field_officer_N = mkN "field-officer" "field-officers"; -lin fielder_N = mkN "fielder" "fielders"; -lin fieldsman_N = mkN "fieldsman" "fieldsmen" {- FIXME: guessed plural form -}; -lin fieldwork_N = mkN "fieldwork" "fieldworks"; -lin fiend_N = mkN "fiend" "fiends"; -lin fiendish_A = compoundA (mkA "fiendish"); -lin fiendishly_Adv = mkAdv "fiendishly"; -lin fierce_A = mkA "fierce" "fiercer"; -lin fiercely_Adv = mkAdv "fiercely"; -lin fierceness_N = mkN "fierceness" "-" {- FIXME: no plural form -}; -lin fierily_Adv = mkAdv "fierily"; -lin fieriness_N = mkN "fieriness" "-" {- FIXME: no plural form -}; -lin fiery_A = compoundA (mkA "fiery"); -lin fiesta_N = mkN "fiesta" "fiestas"; -lin fife_N = mkN "fife" "fifes"; -lin fife_PN = mkPN "Fife"; -lin fifteen_A = compoundA (mkA "fifteen"); -lin fifteen_N = mkN "fifteen" "fifteens"; -lin fifteenth_A = compoundA (mkA "fifteenth"); -lin fifteenth_N = mkN "fifteenth" "fifteenths"; -lin fifth_A = compoundA (mkA "fifth"); -lin fifth_N = mkN "fifth" "fifths"; -lin fifthly_Adv = mkAdv "fifthly"; -lin fiftieth_A = compoundA (mkA "fiftieth"); -lin fiftieth_N = mkN "fiftieth" "fiftieths"; -lin fifty_A = compoundA (mkA "fifty"); -lin fifty_N = mkN "fifty" "fifties"; -lin fig_N = mkN "fig" "figs"; -lin fig_leaf_N = mkN "fig-leaf" "fig-leaves" {- FIXME: guessed plural form -}; -lin fight_N = mkN "fight" "fights"; -lin fight_V = IrregEng.fight_V; -lin fight_V2 = mkV2 (IrregEng.fight_V); -lin fighter_N = mkN "fighter" "fighters"; -lin fighting_N = mkN "fighting" "-" {- FIXME: no plural form -}; -lin figment_N = mkN "figment" "figments"; -lin figurative_A = compoundA (mkA "figurative"); -lin figuratively_Adv = mkAdv "figuratively"; -lin figure_N = mkN "figure" "figures"; -lin figure_V = mkV "figure" "figures" "figured" "figured" "figuring"; -lin figure_V2 = mkV2 (mkV "figure" "figures" "figured" "figured" "figuring"); -lin figured_A = compoundA (mkA "figured"); -lin figurehead_N = mkN "figurehead" "figureheads"; -lin fiji_PN = mkPN "Fiji"; -lin fijian_A = compoundA (mkA "fijian"); -lin fijian_N = mkN "fijian" "fijians"; -lin filament_N = mkN "filament" "filaments"; -lin filature_N = mkN "filature" "filatures"; -lin filbert_N = mkN "filbert" "filberts"; -lin filch_V2 = mkV2 (mkV "filch" "filches" "filched" "filched" "filching"); -lin file_N = mkN "file" "files"; -lin file_V = mkV "file" "files" "filed" "filed" "filing"; -lin file_V2 = mkV2 (mkV "file" "files" "filed" "filed" "filing"); -lin filial_A = compoundA (mkA "filial"); -lin filibuster_N = mkN "filibuster" "filibusters"; -lin filibuster_V = mkV "filibuster" "filibusters" "filibustered" "filibustered" "filibustering"; -lin filigree_N = mkN "filigree" "-" {- FIXME: no plural form -}; -lin filipino_A = compoundA (mkA "filipino"); -lin filipino_N = mkN "filipino" "filipinos"; -lin fill_N = mkN "fill" "fills"; -lin fill_V = mkV "fill" "fills" "filled" "filled" "filling"; -lin fill_V2 = mkV2 (mkV "fill" "fills" "filled" "filled" "filling"); -lin fillet_N = mkN "fillet" "fillets"; -lin fillet_V2 = mkV2 (mkV "fillet" "fillets" "filleted" "filleted" "filleting"); -lin filling_N = mkN "filling" "fillings"; -lin fillip_N = mkN "fillip" "fillips"; -lin filly_N = mkN "filly" "fillies"; -lin film_N = mkN "film" "films"; -lin film_V = mkV "film" "films" "filmed" "filmed" "filming"; -lin film_V2 = mkV2 (mkV "film" "films" "filmed" "filmed" "filming"); -lin film_star_N = mkN "film-star" "film-stars"; -lin filmable_A = compoundA (mkA "filmable"); -lin filmy_A = mkA "filmy" "filmier"; -lin filter_N = mkN "filter" "filters"; -lin filter_V = mkV "filter" "filters" "filtered" "filtered" "filtering"; -lin filter_V2 = mkV2 (mkV "filter" "filters" "filtered" "filtered" "filtering"); -lin filtertipped_A = compoundA (mkA "filtertipped"); -lin filth_N = mkN "filth" "-" {- FIXME: no plural form -}; -lin filthily_Adv = mkAdv "filthily"; -lin filthiness_N = mkN "filthiness" "-" {- FIXME: no plural form -}; -lin filthy_A = mkA "filthy" "filthier"; -lin filtrate_N = mkN "filtrate" "filtrates"; -lin filtrate_V = mkV "filtrate" "filtrates" "filtrated" "filtrated" "filtrating"; -lin filtrate_V2 = mkV2 (mkV "filtrate" "filtrates" "filtrated" "filtrated" "filtrating"); -lin filtration_N = mkN "filtration" "-" {- FIXME: no plural form -}; -lin fin_N = mkN "fin" "fins"; -lin finable_A = compoundA (mkA "finable"); -lin final_A = compoundA (mkA "final"); -lin final_N = mkN "final" "finals"; -lin finale_N = mkN "finale" "finales"; -lin finalist_N = mkN "finalist" "finalists"; -lin finality_N = mkN "finality" "-" {- FIXME: no plural form -}; -lin finalize_V2 = mkV2 (mkV "finalize" "finalizes" "finalized" "finalized" "finalizing"); -lin finally_Adv = mkAdv "finally"; -lin finance_N = mkN "finance" "finances"; -lin finance_V2 = mkV2 (mkV "finance" "finances" "financed" "financed" "financing"); -lin financial_A = compoundA (mkA "financial"); -lin financially_Adv = mkAdv "financially"; -lin financier_N = mkN "financier" "financiers"; -lin finch_N = mkN "finch" "finches"; -lin find_N = mkN "find" "finds"; -lin find_V2 = mkV2 (IrregEng.find_V); -lin finder_N = mkN "finder" "finders"; -lin finding_N = mkN "finding" "findings"; -lin fine_A = mkA "fine" "finer"; -lin fine_Adv = mkAdv "fine"; -lin fine_N = mkN "fine" "fines"; -lin fine_V2 = mkV2 (mkV "fine" "fines" "fined" "fined" "fining"); -lin fine_tooth_A = compoundA (mkA "fine-tooth"); -lin fineable_A = compoundA (mkA "fineable"); -lin finely_Adv = mkAdv "finely"; -lin fineness_N = mkN "fineness" "-" {- FIXME: no plural form -}; -lin finery_N = mkN "finery" "-" {- FIXME: no plural form -}; -lin finesse_N = mkN "finesse" "finesses"; -lin finger_N = mkN "finger" "fingers"; -lin finger_V2 = mkV2 (mkV "finger" "fingers" "fingered" "fingered" "fingering"); -lin finger_alphabet_N = mkN "finger-alphabet" "finger-alphabets"; -lin finger_bowl_N = mkN "finger-bowl" "finger-bowls"; -lin finger_plate_N = mkN "finger-plate" "finger-plates"; -lin finger_post_N = mkN "finger-post" "finger-posts"; -lin fingerboard_N = mkN "fingerboard" "fingerboards"; -lin fingermark_N = mkN "fingermark" "fingermarks"; -lin fingernail_N = mkN "fingernail" "fingernails"; -lin fingerprint_N = mkN "fingerprint" "fingerprints"; -lin fingerstall_N = mkN "fingerstall" "fingerstalls"; -lin fingertip_N = mkN "fingertip" "fingertips"; -lin finical_A = compoundA (mkA "finical"); -lin finicky_A = compoundA (mkA "finicky"); -lin finis_N = mkN "finis" "fines" {- FIXME: guessed plural form -}; -lin finish_N = mkN "finish" "finishes"; -lin finish_V = mkV "finish" "finishes" "finished" "finished" "finishing"; -lin finish_V2 = mkV2 (mkV "finish" "finishes" "finished" "finished" "finishing"); -lin finite_A = compoundA (mkA "finite"); -lin finland_PN = mkPN "Finland"; -lin finn_N = mkN "finn" "finns"; -lin finnan_N = mkN "finnan" "-" {- FIXME: no plural form -}; -lin finnan_haddie_N = mkN "finnan haddie" "-" {- FIXME: no plural form -}; -lin finnan_haddock_N = mkN "finnan haddock" "-" {- FIXME: no plural form -}; -lin finnish_A = compoundA (mkA "finnish"); -lin finnish_N = mkN "finnish" "-" {- FIXME: no plural form -}; -lin fiona_PN = mkPN "Fiona"; -lin fiord_N = mkN "fiord" "fiords"; -lin fir_N = mkN "fir" "firs"; -lin fir_cone_N = mkN "fir-cone" "fir-cones"; -lin fire_N = mkN "fire" "fires"; -lin fire_V = mkV "fire" "fires" "fired" "fired" "firing"; -lin fire_V2 = mkV2 (mkV "fire" "fires" "fired" "fired" "firing"); -lin fire_alarm_N = mkN "fire-alarm" "fire-alarms"; -lin fire_brigade_N = mkN "fire-brigade" "fire-brigades"; -lin fire_control_N = mkN "fire-control" "-" {- FIXME: no plural form -}; -lin fire_eater_N = mkN "fire-eater" "fire-eaters"; -lin fire_engine_N = mkN "fire-engine" "fire-engines"; -lin fire_escape_N = mkN "fire-escape" "fire-escapes"; -lin fire_extinguisher_N = mkN "fire-extinguisher" "fire-extinguishers"; -lin fire_fighter_N = mkN "fire-fighter" "fire-fighters"; -lin fire_hose_N = mkN "fire-hose" "fire-hoses"; -lin fire_power_N = mkN "fire-power" "-" {- FIXME: no plural form -}; -lin fire_raising_N = mkN "fire-raising" "-" {- FIXME: no plural form -}; -lin fire_walker_N = mkN "fire-walker" "fire-walkers"; -lin fire_walking_N = mkN "fire-walking" "-" {- FIXME: no plural form -}; -lin fire_watcher_N = mkN "fire-watcher" "fire-watchers"; -lin fire_watching_N = mkN "fire-watching" "-" {- FIXME: no plural form -}; -lin firearm_N = mkN "firearm" "firearms"; -lin fireball_N = mkN "fireball" "fireballs"; -lin firebird_N = mkN "firebird" "firebirds"; -lin firebomb_N = mkN "firebomb" "firebombs"; -lin firebox_N = mkN "firebox" "fireboxes"; -lin firebrand_N = mkN "firebrand" "firebrands"; -lin firebreak_N = mkN "firebreak" "firebreaks"; -lin firebrick_N = mkN "firebrick" "firebricks"; -lin firebug_N = mkN "firebug" "firebugs"; -lin fireclay_N = mkN "fireclay" "-" {- FIXME: no plural form -}; -lin firecracker_N = mkN "firecracker" "firecrackers"; -lin firedamp_N = mkN "firedamp" "-" {- FIXME: no plural form -}; -lin firedog_N = mkN "firedog" "firedogs"; -lin firefly_N = mkN "firefly" "fireflies"; -lin fireguard_N = mkN "fireguard" "fireguards"; -lin firelight_N = mkN "firelight" "firelights"; -lin firelighter_N = mkN "firelighter" "firelighters"; -lin fireman_N = mkN "fireman" "firemen" {- FIXME: guessed plural form -}; -lin firenze_PN = mkPN "Firenze"; -lin fireplace_N = mkN "fireplace" "fireplaces"; -lin fireproof_A = compoundA (mkA "fireproof"); -lin fireside_N = mkN "fireside" "firesides"; -lin firestone_N = mkN "firestone" "-" {- FIXME: no plural form -}; -lin firewater_N = mkN "firewater" "-" {- FIXME: no plural form -}; -lin firewood_N = mkN "firewood" "-" {- FIXME: no plural form -}; -lin firework_N = mkN "firework" "fireworks"; -lin firing_line_N = mkN "firing-line" "firing-lines"; -lin firing_party_N = mkN "firing-party" "firing-parties"; -lin firing_squad_N = mkN "firing-squad" "firing-squads"; -lin firkin_N = mkN "firkin" "firkins"; -lin firm_A = mkA "firm" "firmer"; -lin firm_Adv = mkAdv "firm"; -lin firm_N = mkN "firm" "firms"; -lin firm_V = mkV "firm" "firms" "firmed" "firmed" "firming"; -lin firm_V2 = mkV2 (mkV "firm" "firms" "firmed" "firmed" "firming"); -lin firmament_N = mkN "firmament" "firmaments"; -lin firmly_Adv = mkAdv "firmly"; -lin firmness_N = mkN "firmness" "-" {- FIXME: no plural form -}; -lin first_A = compoundA (mkA "first"); -lin first_Adv = mkAdv "first"; -lin first_N = mkN "first" "firsts"; -lin first_class_A = compoundA (mkA "first-class"); -lin first_class_Adv = mkAdv "first-class"; -lin first_hand_A = compoundA (mkA "first-hand"); -lin first_hand_Adv = mkAdv "first-hand"; -lin first_nighter_N = mkN "first-nighter" "first-nighters"; -lin first_rate_A = compoundA (mkA "first-rate"); -lin first_rate_Adv = mkAdv "first-rate"; -lin firstborn_A = compoundA (mkA "firstborn"); -lin firstborn_N = mkN "firstborn" "firstborns"; -lin firstly_Adv = mkAdv "firstly"; -lin firth_N = mkN "firth" "firths"; -lin fiscal_A = compoundA (mkA "fiscal"); -lin fish_N = mkN "fish" "fish"; -lin fish_V = mkV "fish" "fishes" "fished" "fished" "fishing"; -lin fish_V2 = mkV2 (mkV "fish" "fishes" "fished" "fished" "fishing"); -lin fish_hook_N = mkN "fish-hook" "fish-hooks"; -lin fish_knife_N = mkN "fish-knife" "fish-knives" {- FIXME: guessed plural form -}; -lin fish_slice_N = mkN "fish-slice" "fish-slices"; -lin fishball_N = mkN "fishball" "fishballs"; -lin fishbone_N = mkN "fishbone" "fishbones"; -lin fishcake_N = mkN "fishcake" "fishcakes"; -lin fisher_N = mkN "fisher" "fishers"; -lin fisherman_N = mkN "fisherman" "fishermen" {- FIXME: guessed plural form -}; -lin fishery_N = mkN "fishery" "fisheries"; -lin fishing_N = mkN "fishing" "-" {- FIXME: no plural form -}; -lin fishing_line_N = mkN "fishing-line" "fishing-lines"; -lin fishing_rod_N = mkN "fishing-rod" "fishing-rods"; -lin fishing_tackle_N = mkN "fishing-tackle" "-" {- FIXME: no plural form -}; -lin fishmonger_N = mkN "fishmonger" "fishmongers"; -lin fishpaste_N = mkN "fishpaste" "fishpastes"; -lin fishplate_N = mkN "fishplate" "fishplates"; -lin fishwife_N = mkN "fishwife" "fishwives" {- FIXME: guessed plural form -}; -lin fishy_A = mkA "fishy" "fishier"; -lin fissile_A = compoundA (mkA "fissile"); -lin fission_N = mkN "fission" "-" {- FIXME: no plural form -}; -lin fissionable_A = compoundA (mkA "fissionable"); -lin fissiparous_A = compoundA (mkA "fissiparous"); -lin fissure_N = mkN "fissure" "fissures"; -lin fist_N = mkN "fist" "fists"; -lin fistula_N = mkN "fistula" "fistulas"; -lin fit_A = mkA "fit" "fitter*"; -lin fit_N = mkN "fit" "fits"; -lin fit_V = mkV "fit" "fits" "fitted" "fitted" "fitting"; -lin fit_V2 = mkV2 (mkV "fit" "fits" "fitted" "fitted" "fitting"); -lin fitful_A = compoundA (mkA "fitful"); -lin fitfully_Adv = mkAdv "fitfully"; -lin fitly_Adv = mkAdv "fitly"; -lin fitment_N = mkN "fitment" "fitments"; -lin fitness_N = mkN "fitness" "-" {- FIXME: no plural form -}; -lin fitter_N = mkN "fitter" "fitters"; -lin fitting_A = compoundA (mkA "fitting"); -lin fitting_N = mkN "fitting" "fittings"; -lin five_A = compoundA (mkA "five"); -lin five_N = mkN "five" "fives"; -lin fivefold_A = compoundA (mkA "fivefold"); -lin fivepence_N = mkN "fivepence" "fivepences"; -lin fivepenny_A = compoundA (mkA "fivepenny"); -lin fiver_N = mkN "fiver" "fivers"; -lin fives_N = mkN "fives" "fives"; -lin fix_N = mkN "fix" "fixes"; -lin fix_V = mkV "fix" "fixes" "fixed" "fixed" "fixing"; -lin fix_V2 = mkV2 (mkV "fix" "fixes" "fixed" "fixed" "fixing"); -lin fixate_V2 = mkV2 (mkV "fixate" "fixates" "fixated" "fixated" "fixating"); -lin fixation_N = mkN "fixation" "fixations"; -lin fixative_N = mkN "fixative" "fixatives"; -lin fixed_A = compoundA (mkA "fixed"); -lin fixedly_Adv = mkAdv "fixedly"; -lin fixture_N = mkN "fixture" "fixtures"; -lin fizz_N = mkN "fizz" "-" {- FIXME: no plural form -}; -lin fizz_V = mkV "fizz" "fizzes" "fizzed" "fizzed" "fizzing"; -lin fizzle_V = mkV "fizzle" "fizzles" "fizzled" "fizzled" "fizzling"; -lin fizzy_A = mkA "fizzy" "fizzier"; -lin fjord_N = mkN "fjord" "fjords"; -lin flabbergast_V2 = mkV2 (mkV "flabbergast" "flabbergasts" "flabbergasted" "flabbergasted" "flabbergasting"); -lin flabbily_Adv = mkAdv "flabbily"; -lin flabbiness_N = mkN "flabbiness" "-" {- FIXME: no plural form -}; -lin flabby_A = mkA "flabby" "flabbier"; -lin flaccid_A = compoundA (mkA "flaccid"); -lin flaccidity_N = mkN "flaccidity" "-" {- FIXME: no plural form -}; -lin flag_N = mkN "flag" "flags"; -lin flag_V = mkV "flag" "flags" "flagged" "flagged" "flagging"; -lin flag_V2 = mkV2 (mkV "flag" "flags" "flagged" "flagged" "flagging"); -lin flag_captain_N = mkN "flag-captain" "flag-captains"; -lin flag_day_N = mkN "flag-day" "flag-days"; -lin flagellant_N = mkN "flagellant" "flagellants"; -lin flagellate_V2 = mkV2 (mkV "flagellate" "flagellates" "flagellated" "flagellated" "flagellating"); -lin flagellation_N = mkN "flagellation" "flagellations"; -lin flageolet_N = mkN "flageolet" "flageolets"; -lin flagon_N = mkN "flagon" "flagons"; -lin flagpole_N = mkN "flagpole" "flagpoles"; -lin flagrant_A = compoundA (mkA "flagrant"); -lin flagrantly_Adv = mkAdv "flagrantly"; -lin flagship_N = mkN "flagship" "flagships"; -lin flagstaff_N = mkN "flagstaff" "flagstaffs"; -lin flagstone_N = mkN "flagstone" "flagstones"; -lin flail_N = mkN "flail" "flails"; -lin flail_V2 = mkV2 (mkV "flail" "flails" "flailed" "flailed" "flailing"); -lin flair_N = mkN "flair" "flairs"; -lin flak_N = mkN "flak" "-" {- FIXME: no plural form -}; -lin flake_N = mkN "flake" "flakes"; -lin flake_V = mkV "flake" "flakes" "flaked" "flaked" "flaking"; -lin flakiness_N = mkN "flakiness" "-" {- FIXME: no plural form -}; -lin flaky_A = mkA "flaky" "flakier"; -lin flambeau_N = mkN "flambeau" "flambeaus"; -lin flamboyance_N = mkN "flamboyance" "-" {- FIXME: no plural form -}; -lin flamboyant_A = compoundA (mkA "flamboyant"); -lin flamboyantly_Adv = mkAdv "flamboyantly"; -lin flame_N = mkN "flame" "flames"; -lin flame_V = mkV "flame" "flames" "flamed" "flamed" "flaming"; -lin flamethrower_N = mkN "flamethrower" "flamethrowers"; -lin flaming_A = compoundA (mkA "flaming"); -lin flamingo_N = mkN "flamingo" "flamingos"; -lin flammable_A = compoundA (mkA "flammable"); -lin flan_N = mkN "flan" "flans"; -lin flange_N = mkN "flange" "flanges"; -lin flank_N = mkN "flank" "flanks"; -lin flank_V2 = mkV2 (mkV "flank" "flanks" "flanked" "flanked" "flanking"); -lin flannel_N = mkN "flannel" "flannels"; -lin flannelette_N = mkN "flannelette" "-" {- FIXME: no plural form -}; -lin flap_N = mkN "flap" "flaps"; -lin flap_V = mkV "flap" "flaps" "flapped" "flapped" "flapping"; -lin flap_V2 = mkV2 (mkV "flap" "flaps" "flapped" "flapped" "flapping"); -lin flapjack_N = mkN "flapjack" "flapjacks"; -lin flapper_N = mkN "flapper" "flappers"; -lin flare_N = mkN "flare" "flares"; -lin flare_V = mkV "flare" "flares" "flared" "flared" "flaring"; -lin flare_V2 = mkV2 (mkV "flare" "flares" "flared" "flared" "flaring"); -lin flare_path_N = mkN "flare-path" "flare-paths"; -lin flare_up_N = mkN "flare-up" "flare-ups"; -lin flash_N = mkN "flash" "flashes"; -lin flash_V = mkV "flash" "flashes" "flashed" "flashed" "flashing"; -lin flash_V2 = mkV2 (mkV "flash" "flashes" "flashed" "flashed" "flashing"); -lin flashback_N = mkN "flashback" "flashbacks"; -lin flashbulb_N = mkN "flashbulb" "flashbulbs"; -lin flashgun_N = mkN "flashgun" "flashguns"; -lin flashily_Adv = mkAdv "flashily"; -lin flashlight_N = mkN "flashlight" "flashlights"; -lin flashpoint_N = mkN "flashpoint" "flashpoints"; -lin flashy_A = mkA "flashy" "flashier"; -lin flask_N = mkN "flask" "flasks"; -lin flat_A = mkA "flat" "flatter*"; -lin flat_Adv = mkAdv "flat"; -lin flat_N = mkN "flat" "flats"; -lin flat_bottomed_A = compoundA (mkA "flat-bottomed"); -lin flat_car_N = mkN "flat-car" "flat-cars"; -lin flat_footed_A = compoundA (mkA "flat-footed"); -lin flat_iron_N = mkN "flat-iron" "flat-irons"; -lin flatfish_N = mkN "flatfish" "flatfish"; -lin flatlet_N = mkN "flatlet" "flatlets"; -lin flatly_Adv = mkAdv "flatly"; -lin flatness_N = mkN "flatness" "-" {- FIXME: no plural form -}; -lin flatten_V = mkV "flatten" "flattens" "flattened" "flattened" "flattening"; -lin flatten_V2 = mkV2 (mkV "flatten" "flattens" "flattened" "flattened" "flattening"); -lin flatter_V2 = mkV2 (mkV "flatter" "flatters" "flattered" "flattered" "flattering"); -lin flatterer_N = mkN "flatterer" "flatterers"; -lin flattery_N = mkN "flattery" "flatteries"; -lin flattop_N = mkN "flattop" "flattops"; -lin flatulence_N = mkN "flatulence" "-" {- FIXME: no plural form -}; -lin flaunt_V = mkV "flaunt" "flaunts" "flaunted" "flaunted" "flaunting"; -lin flaunt_V2 = mkV2 (mkV "flaunt" "flaunts" "flaunted" "flaunted" "flaunting"); -lin flautist_N = mkN "flautist" "flautists"; -lin flavour_N = mkN "flavour" "flavours"; -lin flavour_V2 = mkV2 (mkV "flavour" "flavours" "flavoured" "flavoured" "flavouring"); -lin flavouring_N = mkN "flavouring" "flavourings"; -lin flavourless_A = compoundA (mkA "flavourless"); -lin flaw_N = mkN "flaw" "flaws"; -lin flawed_A = compoundA (mkA "flawed"); -lin flawless_A = compoundA (mkA "flawless"); -lin flawlessly_Adv = mkAdv "flawlessly"; -lin flax_N = mkN "flax" "-" {- FIXME: no plural form -}; -lin flaxen_A = compoundA (mkA "flaxen"); -lin flay_V2 = mkV2 (mkV "flay" "flays" "flayed" "flayed" "flaying"); -lin flea_N = mkN "flea" "fleas"; -lin flea_bite_N = mkN "flea-bite" "flea-bites"; -lin flea_bitten_A = compoundA (mkA "flea-bitten"); -lin fleapit_N = mkN "fleapit" "fleapits"; -lin fleck_N = mkN "fleck" "flecks"; -lin fleck_V2 = mkV2 (mkV "fleck" "flecks" "flecked" "flecked" "flecking"); -lin fledged_A = compoundA (mkA "fledged"); -lin fledgeling_N = mkN "fledgeling" "fledgelings"; -lin fledgling_N = mkN "fledgling" "fledglings"; -lin flee_V = IrregEng.flee_V; -lin flee_V2 = mkV2 (IrregEng.flee_V); -lin fleece_N = mkN "fleece" "fleeces"; -lin fleece_V2 = mkV2 (mkV "fleece" "fleeces" "fleeced" "fleeced" "fleecing"); -lin fleecy_A = mkA "fleecy" "fleecier"; -lin fleet_A = mkA "fleet" "fleeter"; -lin fleet_N = mkN "fleet" "fleets"; -lin fleet_PN = mkPN "Fleet"; -lin fleet_street_PN = mkPN "Fleet street"; -lin fleeting_A = compoundA (mkA "fleeting"); -lin fleetly_Adv = mkAdv "fleetly"; -lin fleetness_N = mkN "fleetness" "-" {- FIXME: no plural form -}; -lin fleetwood_PN = mkPN "Fleetwood"; -lin flemish_A = compoundA (mkA "flemish"); -lin flemish_N = mkN "flemish" "-" {- FIXME: no plural form -}; -lin flesh_N = mkN "flesh" "-" {- FIXME: no plural form -}; -lin flesh_wound_N = mkN "flesh-wound" "flesh-wounds"; -lin fleshly_A = compoundA (mkA "fleshly"); -lin fleshy_A = mkA "fleshy" "fleshier"; -lin fleur_de_lis_N = mkN "fleur-de-lis" "fleur-de-les" {- FIXME: guessed plural form -}; -lin fleur_de_lys_N = mkN "fleur-de-lys" "IRREG"; -lin flex_N = mkN "flex" "flexes"; -lin flex_V2 = mkV2 (mkV "flex" "flexes" "flexed" "flexed" "flexing"); -lin flexibility_N = mkN "flexibility" "-" {- FIXME: no plural form -}; -lin flexible_A = compoundA (mkA "flexible"); -lin flexibly_Adv = mkAdv "flexibly"; -lin flibbertigibbet_N = mkN "flibbertigibbet" "flibbertigibbets"; -lin flick_N = mkN "flick" "flicks"; -lin flick_V2 = mkV2 (mkV "flick" "flicks" "flicked" "flicked" "flicking"); -lin flick_knife_N = mkN "flick-knife" "flick-knives" {- FIXME: guessed plural form -}; -lin flicker_N = mkN "flicker" "flickers"; -lin flicker_V = mkV "flicker" "flickers" "flickered" "flickered" "flickering"; -lin flier_N = mkN "flier" "fliers"; -lin flight_N = mkN "flight" "flights"; -lin flight_V2 = mkV2 (mkV "flight" "flights" "flighted" "flighted" "flighting"); -lin flightless_A = compoundA (mkA "flightless"); -lin flighty_A = compoundA (mkA "flighty"); -lin flimsily_Adv = mkAdv "flimsily"; -lin flimsiness_N = mkN "flimsiness" "-" {- FIXME: no plural form -}; -lin flimsy_A = mkA "flimsy" "flimsier"; -lin flimsy_N = mkN "flimsy" "-" {- FIXME: no plural form -}; -lin flinch_V = mkV "flinch" "flinches" "flinched" "flinched" "flinching"; -lin fling_N = mkN "fling" "flings"; -lin fling_V = IrregEng.fling_V; -lin fling_V2 = mkV2 (IrregEng.fling_V); -lin flint_N = mkN "flint" "flints"; -lin flint_PN = mkPN "Flint"; -lin flintstone_N = mkN "flintstone" "-" {- FIXME: no plural form -}; -lin flinty_A = mkA "flinty" "flintier"; -lin flip_A = compoundA (mkA "flip"); -lin flip_N = mkN "flip" "flips"; -lin flip_V = mkV "flip" "flips" "flipped" "flipped" "flipping"; -lin flip_V2 = mkV2 (mkV "flip" "flips" "flipped" "flipped" "flipping"); -lin flippancy_N = mkN "flippancy" "flippancies"; -lin flippant_A = compoundA (mkA "flippant"); -lin flippantly_Adv = mkAdv "flippantly"; -lin flipper_N = mkN "flipper" "flippers"; -lin flirt_N = mkN "flirt" "flirts"; -lin flirt_V = mkV "flirt" "flirts" "flirted" "flirted" "flirting"; -lin flirtation_N = mkN "flirtation" "flirtations"; -lin flirtatious_A = compoundA (mkA "flirtatious"); -lin flit_N = mkN "flit" "flits"; -lin flit_V = mkV "flit" "flits" "flitted" "flitted" "flitting"; -lin float_N = mkN "float" "floats"; -lin float_V = mkV "float" "floats" "floated" "floated" "floating"; -lin float_V2 = mkV2 (mkV "float" "floats" "floated" "floated" "floating"); -lin floatation_N = mkN "floatation" "floatations"; -lin floating_A = compoundA (mkA "floating"); -lin flock_N = mkN "flock" "flocks"; -lin flock_V = mkV "flock" "flocks" "flocked" "flocked" "flocking"; -lin floe_N = mkN "floe" "floes"; -lin flog_V2 = mkV2 (mkV "flog" "flogs" "flogged" "flogged" "flogging"); -lin flogging_N = mkN "flogging" "floggings"; -lin flood_N = mkN "flood" "floods"; -lin flood_V = mkV "flood" "floods" "flooded" "flooded" "flooding"; -lin flood_V2 = mkV2 (mkV "flood" "floods" "flooded" "flooded" "flooding"); -lin flood_tide_N = mkN "flood-tide" "flood-tides"; -lin floodgate_N = mkN "floodgate" "floodgates"; -lin floodlight_V2 = mkV2 (mkV "floodlight" "floodlights" "floodlighted" "floodlighted" "floodlighting"); -lin floor_N = mkN "floor" "floors"; -lin floor_V2 = mkV2 (mkV "floor" "floors" "floored" "floored" "flooring"); -lin floor_walker_N = mkN "floor-walker" "floor-walkers"; -lin floorboard_N = mkN "floorboard" "floorboards"; -lin flooring_N = mkN "flooring" "-" {- FIXME: no plural form -}; -lin floozie_N = mkN "floozie" "floozies"; -lin floozy_N = mkN "floozy" "floozies"; -lin flop_Adv = mkAdv "flop"; -lin flop_N = mkN "flop" "flops"; -lin flop_V = mkV "flop" "flops" "flopped" "flopped" "flopping"; -lin flop_V2 = mkV2 (mkV "flop" "flops" "flopped" "flopped" "flopping"); -lin floppy_A = mkA "floppy" "floppier"; -lin flora_PN = mkPN "Flora"; -lin floral_A = compoundA (mkA "floral"); -lin florence_PN = mkPN "Florence"; -lin floriculture_N = mkN "floriculture" "-" {- FIXME: no plural form -}; -lin florid_A = compoundA (mkA "florid"); -lin florida_PN = mkPN "Florida"; -lin floridly_Adv = mkAdv "floridly"; -lin florin_N = mkN "florin" "florins"; -lin florist_N = mkN "florist" "florists"; -lin florrie_PN = mkPN "Florrie"; -lin floss_N = mkN "floss" "-" {- FIXME: no plural form -}; -lin flotation_N = mkN "flotation" "flotations"; -lin flotilla_N = mkN "flotilla" "flotillas"; -lin flotsam_N = mkN "flotsam" "-" {- FIXME: no plural form -}; -lin flounce_N = mkN "flounce" "flounces"; -lin flounce_V = mkV "flounce" "flounces" "flounced" "flounced" "flouncing"; -lin flounce_V2 = mkV2 (mkV "flounce" "flounces" "flounced" "flounced" "flouncing"); -lin flounder_N = mkN "flounder" "flounders"; -lin flounder_V = mkV "flounder" "flounders" "floundered" "floundered" "floundering"; -lin flour_N = mkN "flour" "-" {- FIXME: no plural form -}; -lin flour_V2 = mkV2 (mkV "flour" "flours" "floured" "floured" "flouring"); -lin flourish_N = mkN "flourish" "flourishes"; -lin flourish_V = mkV "flourish" "flourishes" "flourished" "flourished" "flourishing"; -lin flourish_V2 = mkV2 (mkV "flourish" "flourishes" "flourished" "flourished" "flourishing"); -lin floury_A = mkA "floury" "flourier"; -lin flout_V2 = mkV2 (mkV "flout" "flouts" "flouted" "flouted" "flouting"); -lin flow_N = mkN "flow" "IRREG"; -lin flow_V = mkV "flow" "flows" "flowed" "flowed" "flowing"; -lin flower_N = mkN "flower" "flowers"; -lin flower_V = mkV "flower" "flowers" "flowered" "flowered" "flowering"; -lin flower_girl_N = mkN "flower-girl" "flower-girls"; -lin flowerbed_N = mkN "flowerbed" "flowerbeds"; -lin flowered_A = compoundA (mkA "flowered"); -lin flowerless_A = compoundA (mkA "flowerless"); -lin flowerpot_N = mkN "flowerpot" "flowerpots"; -lin flowery_A = mkA "flowery" "flowerier"; -lin flu_N = mkN "flu" "-" {- FIXME: no plural form -}; -lin fluctuate_V = mkV "fluctuate" "fluctuates" "fluctuated" "fluctuated" "fluctuating"; -lin fluctuation_N = mkN "fluctuation" "fluctuations"; -lin flue_N = mkN "flue" "flues"; -lin fluency_N = mkN "fluency" "-" {- FIXME: no plural form -}; -lin fluent_A = compoundA (mkA "fluent"); -lin fluently_Adv = mkAdv "fluently"; -lin fluff_N = mkN "fluff" "-" {- FIXME: no plural form -}; -lin fluff_V2 = mkV2 (mkV "fluff" "fluffs" "fluffed" "fluffed" "fluffing"); -lin fluffy_A = mkA "fluffy" "fluffier"; -lin fluid_A = compoundA (mkA "fluid"); -lin fluid_N = mkN "fluid" "fluids"; -lin fluidity_N = mkN "fluidity" "fluidities"; -lin fluke_N = mkN "fluke" "flukes"; -lin flume_N = mkN "flume" "flumes"; -lin flummox_V2 = mkV2 (mkV "flummox" "flummoxes" "flummoxed" "flummoxed" "flummoxing"); -lin flunk_V = mkV "flunk" "flunks" "flunked" "flunked" "flunking"; -lin flunk_V2 = mkV2 (mkV "flunk" "flunks" "flunked" "flunked" "flunking"); -lin flunkey_N = mkN "flunkey" "flunkeys"; -lin flunky_N = mkN "flunky" "flunkies"; -lin fluorescence_N = mkN "fluorescence" "fluorescences"; -lin fluorescent_A = compoundA (mkA "fluorescent"); -lin fluoridate_V2 = mkV2 (mkV "fluoridate" "fluoridates" "fluoridated" "fluoridated" "fluoridating"); -lin fluoridation_N = mkN "fluoridation" "fluoridations"; -lin fluoride_N = mkN "fluoride" "fluorides"; -lin fluoridization_N = mkN "fluoridization" "fluoridizations"; -lin fluoridize_V2 = mkV2 (mkV "fluoridize" "fluoridizes" "fluoridized" "fluoridized" "fluoridizing"); -lin fluorine_N = mkN "fluorine" "-" {- FIXME: no plural form -}; -lin flurry_N = mkN "flurry" "flurries"; -lin flurry_V2 = mkV2 (mkV "flurry" "flurries" "flurried" "flurried" "flurrying"); -lin flush_A = compoundA (mkA "flush"); -lin flush_N = mkN "flush" "flushes"; -lin flush_V = mkV "flush" "flushes" "flushed" "flushed" "flushing"; -lin flush_V2 = mkV2 (mkV "flush" "flushes" "flushed" "flushed" "flushing"); -lin fluster_N = mkN "fluster" "flusters"; -lin fluster_V2 = mkV2 (mkV "fluster" "flusters" "flustered" "flustered" "flustering"); -lin flute_N = mkN "flute" "flutes"; -lin flute_V = mkV "flute" "flutes" "fluted" "fluted" "fluting"; -lin flute_V2 = mkV2 (mkV "flute" "flutes" "fluted" "fluted" "fluting"); -lin fluting_N = mkN "fluting" "-" {- FIXME: no plural form -}; -lin flutist_N = mkN "flutist" "flutists"; -lin flutter_N = mkN "flutter" "flutters"; -lin flutter_V = mkV "flutter" "flutters" "fluttered" "fluttered" "fluttering"; -lin flutter_V2 = mkV2 (mkV "flutter" "flutters" "fluttered" "fluttered" "fluttering"); -lin fluvial_A = compoundA (mkA "fluvial"); -lin flux_N = mkN "flux" "fluxes"; -lin fly_A = compoundA (mkA "fly"); -lin fly_N = mkN "fly" "flies"; -lin fly_V = IrregEng.fly_V; -lin fly_V2 = mkV2 (IrregEng.fly_V); -lin fly_fish_V = mkV "fly-fish" "fly-fishes" "fly-fished" "fly-fished" "fly-fishing"; -lin fly_fishing_N = mkN "fly-fishing" "-" {- FIXME: no plural form -}; -lin fly_swat_N = mkN "fly-swat" "fly-swats"; -lin fly_swatter_N = mkN "fly-swatter" "fly-swatters"; -lin flyblown_A = compoundA (mkA "flyblown"); -lin flycatcher_N = mkN "flycatcher" "flycatchers"; -lin flyer_N = mkN "flyer" "flyers"; -lin flying_A = compoundA (mkA "flying"); -lin flying_bomb_N = mkN "flying-bomb" "flying-bombs"; -lin flying_fish_N = mkN "flying-fish" "flying-fish"; -lin flying_fox_N = mkN "flying-fox" "flying-foxes"; -lin flying_squad_N = mkN "flying-squad" "flying-squads"; -lin flyleaf_N = mkN "flyleaf" "flyleaves" {- FIXME: guessed plural form -}; -lin flyover_N = mkN "flyover" "flyovers"; -lin flypaper_N = mkN "flypaper" "flypapers"; -lin flypast_N = mkN "flypast" "flypasts"; -lin flytrap_N = mkN "flytrap" "flytraps"; -lin flyweight_N = mkN "flyweight" "flyweights"; -lin flywheel_N = mkN "flywheel" "flywheels"; -lin fm_N = mkN "fm" "-" {- FIXME: no plural form -}; -lin fo'c'sle_N = mkN "fo'c'sle" "fo'c'sles"; -lin fo_N = mkN "fo" "-" {- FIXME: no plural form -}; -lin foal_N = mkN "foal" "foals"; -lin foal_V = mkV "foal" "foals" "foaled" "foaled" "foaling"; -lin foam_N = mkN "foam" "foams"; -lin foam_V = mkV "foam" "foams" "foamed" "foamed" "foaming"; -lin foam_rubber_N = mkN "foam-rubber" "-" {- FIXME: no plural form -}; -lin foamy_A = mkA "foamy" "foamier"; -lin fob_V2 = mkV2 (mkV "fob" "fobs" "fobbed" "fobbed" "fobbing"); -lin focal_A = compoundA (mkA "focal"); -lin focus_N = mkN "focus" "focuses"; -lin focus_V = mkV "focus" "focuses" "focused" "focused" "focusing"; -lin focus_V2 = mkV2 (mkV "focus" "focuses" "focused" "focused" "focusing"); -lin fodder_N = mkN "fodder" "-" {- FIXME: no plural form -}; -lin foe_N = mkN "foe" "foes"; -lin foetal_A = compoundA (mkA "foetal"); -lin foetus_N = mkN "foetus" "foetuses"; -lin fog_N = mkN "fog" "fogs"; -lin fog_V2 = mkV2 (mkV "fog" "fogs" "fogged" "fogged" "fogging"); -lin fogbank_N = mkN "fogbank" "fogbanks"; -lin fogbound_A = compoundA (mkA "fogbound"); -lin fogey_N = mkN "fogey" "fogeys"; -lin foggia_PN = mkPN "Foggia"; -lin foggy_A = mkA "foggy" "foggier"; -lin foghorn_N = mkN "foghorn" "foghorns"; -lin foglamp_N = mkN "foglamp" "foglamps"; -lin fogsignal_N = mkN "fogsignal" "fogsignals"; -lin foible_N = mkN "foible" "foibles"; -lin foil_N = mkN "foil" "foils"; -lin foil_V2 = mkV2 (mkV "foil" "foils" "foiled" "foiled" "foiling"); -lin foist_V2 = mkV2 (mkV "foist" "foists" "foisted" "foisted" "foisting"); -lin fold_N = mkN "fold" "folds"; -lin fold_V = mkV "fold" "folds" "folded" "folded" "folding"; -lin fold_V2 = mkV2 (mkV "fold" "folds" "folded" "folded" "folding"); -lin folder_N = mkN "folder" "folders"; -lin foliage_N = mkN "foliage" "-" {- FIXME: no plural form -}; -lin folio_N = mkN "folio" "folios"; -lin folk_N = mkN "folk" "folks"; -lin folk_dance_N = mkN "folk-dance" "folk-dances"; -lin folkestone_PN = mkPN "Folkestone"; -lin folklore_N = mkN "folklore" "-" {- FIXME: no plural form -}; -lin folksong_N = mkN "folksong" "folksongs"; -lin folksy_A = compoundA (mkA "folksy"); -lin folktale_N = mkN "folktale" "folktales"; -lin follow_V = mkV "follow" "follows" "followed" "followed" "following"; -lin follow_V2 = mkV2 (mkV "follow" "follows" "followed" "followed" "following"); -lin follow_on_N = mkN "follow-on" "follow-ons"; -lin follow_through_N = mkN "follow-through" "follow-throughs"; -lin follow_up_N = mkN "follow-up" "follow-ups"; -lin follower_N = mkN "follower" "followers"; -lin following_A = compoundA (mkA "following"); -lin following_N = mkN "following" "followings"; -lin folly_N = mkN "folly" "follies"; -lin foment_V2 = mkV2 (mkV "foment" "foments" "fomented" "fomented" "fomenting"); -lin fomentation_N = mkN "fomentation" "fomentations"; -lin fond_A = mkA "fond" "fonder"; -lin fondant_N = mkN "fondant" "fondants"; -lin fondle_V2 = mkV2 (mkV "fondle" "fondles" "fondled" "fondled" "fondling"); -lin fondly_Adv = mkAdv "fondly"; -lin fondness_N = mkN "fondness" "-" {- FIXME: no plural form -}; -lin font_N = mkN "font" "fonts"; -lin foochow_PN = mkPN "Foochow"; -lin food_N = mkN "food" "foods"; -lin foodless_A = compoundA (mkA "foodless"); -lin foodstuff_N = mkN "foodstuff" "foodstuffs"; -lin fool_N = mkN "fool" "fools"; -lin fool_V = mkV "fool" "fools" "fooled" "fooled" "fooling"; -lin fool_V2 = mkV2 (mkV "fool" "fools" "fooled" "fooled" "fooling"); -lin foolery_N = mkN "foolery" "-" {- FIXME: no plural form -}; -lin foolhardiness_N = mkN "foolhardiness" "-" {- FIXME: no plural form -}; -lin foolhardy_A = compoundA (mkA "foolhardy"); -lin foolish_A = compoundA (mkA "foolish"); -lin foolishly_Adv = mkAdv "foolishly"; -lin foolishness_N = mkN "foolishness" "-" {- FIXME: no plural form -}; -lin foolproof_A = compoundA (mkA "foolproof"); -lin foolscap_N = mkN "foolscap" "-" {- FIXME: no plural form -}; -lin foot_N = mkN "foot" "feet" {- FIXME: guessed plural form -}; -lin foot_V = mkV "foot" "foots" "footed" "footed" "footing"; -lin foot_V2 = mkV2 (mkV "foot" "foots" "footed" "footed" "footing"); -lin foot_and_mouth_A = compoundA (mkA "foot-and-mouth"); -lin foot_and_mouth_N = mkN "foot-and-mouth" "-" {- FIXME: no plural form -}; -lin foot_bath_N = mkN "foot-bath" "foot-baths"; -lin foot_pound_N = mkN "foot-pound" "foot-pounds"; -lin foot_race_N = mkN "foot-race" "foot-races"; -lin foot_rot_N = mkN "foot-rot" "-" {- FIXME: no plural form -}; -lin footage_N = mkN "footage" "-" {- FIXME: no plural form -}; -lin football_N = mkN "football" "footballs"; -lin footballer_N = mkN "footballer" "footballers"; -lin footboard_N = mkN "footboard" "footboards"; -lin footbridge_N = mkN "footbridge" "footbridges"; -lin footed_A = compoundA (mkA "footed"); -lin footer_N = mkN "footer" "footers"; -lin footfall_N = mkN "footfall" "footfalls"; -lin footfault_N = mkN "footfault" "footfaults"; -lin foothold_N = mkN "foothold" "footholds"; -lin footing_N = mkN "footing" "IRREG"; -lin footle_V = mkV "footle" "footles" "footled" "footled" "footling"; -lin footle_V2 = mkV2 (mkV "footle" "footles" "footled" "footled" "footling"); -lin footling_A = compoundA (mkA "footling"); -lin footloose_A = compoundA (mkA "footloose"); -lin footman_N = mkN "footman" "footmen" {- FIXME: guessed plural form -}; -lin footmark_N = mkN "footmark" "footmarks"; -lin footnote_N = mkN "footnote" "footnotes"; -lin footpath_N = mkN "footpath" "footpaths"; -lin footplate_N = mkN "footplate" "footplates"; -lin footprint_N = mkN "footprint" "footprints"; -lin footslog_V = mkV "footslog" "footslogs" "footslogged" "footslogged" "footslogging"; -lin footslogger_N = mkN "footslogger" "footsloggers"; -lin footsore_A = compoundA (mkA "footsore"); -lin footstep_N = mkN "footstep" "footsteps"; -lin footstool_N = mkN "footstool" "footstools"; -lin footsure_A = compoundA (mkA "footsure"); -lin footwear_N = mkN "footwear" "-" {- FIXME: no plural form -}; -lin footwork_N = mkN "footwork" "-" {- FIXME: no plural form -}; -lin fop_N = mkN "fop" "fops"; -lin foppish_A = compoundA (mkA "foppish"); -lin forage_N = mkN "forage" "-" {- FIXME: no plural form -}; -lin forage_V = mkV "forage" "forages" "foraged" "foraged" "foraging"; -lin foray_N = mkN "foray" "forays"; -lin foray_V = mkV "foray" "forays" "forayed" "forayed" "foraying"; -lin forbear_N = mkN "forbear" "forbears"; -lin forbear_V = mkV "for" IrregEng.bear_V; -lin forbear_V2 = mkV2 (mkV "for" IrregEng.bear_V); -lin forbearance_N = mkN "forbearance" "-" {- FIXME: no plural form -}; -lin forbid_V2 = mkV2 (IrregEng.forbid_V); -lin forbidding_A = compoundA (mkA "forbidding"); -lin forbiddingly_Adv = mkAdv "forbiddingly"; -lin force_N = mkN "force" "forces"; -lin force_V2 = mkV2 (mkV "force" "forces" "forced" "forced" "forcing"); -lin force_feed_V2 = mkV2 (mkV "force-" IrregEng.feed_V); -lin force_land_V = mkV "force-land" "force-lands" "force-landed" "force-landed" "force-landing"; -lin force_land_V2 = mkV2 (mkV "force-land" "force-lands" "force-landed" "force-landed" "force-landing"); -lin force_majeure_N = mkN "force majeure" "-" {- FIXME: no plural form -}; -lin forceful_A = compoundA (mkA "forceful"); -lin forcefully_Adv = mkAdv "forcefully"; -lin forcefulness_N = mkN "forcefulness" "-" {- FIXME: no plural form -}; -lin forcemeat_N = mkN "forcemeat" "-" {- FIXME: no plural form -}; -lin forcible_A = compoundA (mkA "forcible"); -lin forcibly_Adv = mkAdv "forcibly"; -lin ford_N = mkN "ford" "fords"; -lin ford_V2 = mkV2 (mkV "ford" "fords" "forded" "forded" "fording"); -lin fordable_A = compoundA (mkA "fordable"); -lin fore_A = compoundA (mkA "fore"); -lin fore_Adv = mkAdv "fore"; -lin fore_N = mkN "fore" "-" {- FIXME: no plural form -}; -lin forearm_N = mkN "forearm" "forearms"; -lin forearm_V2 = mkV2 (mkV "forearm" "forearms" "forearmed" "forearmed" "forearming"); -lin forebode_V2 = mkV2 (mkV "forebode" "forebodes" "foreboded" "foreboded" "foreboding"); -lin foreboding_N = mkN "foreboding" "forebodings"; -lin forecast_N = mkN "forecast" "forecasts"; -lin forecast_V2 = mkV2 (mkV "forecast" "forecasts" "forecasted" "forecasted" "forecasting"); -lin forecaster_N = mkN "forecaster" "forecasters"; -lin forecastle_N = mkN "forecastle" "forecastles"; -lin foreclose_V = mkV "foreclose" "forecloses" "foreclosed" "foreclosed" "foreclosing"; -lin foreclose_V2 = mkV2 (mkV "foreclose" "forecloses" "foreclosed" "foreclosed" "foreclosing"); -lin foreclosure_N = mkN "foreclosure" "foreclosures"; -lin forecourt_N = mkN "forecourt" "forecourts"; -lin foredoom_V2 = mkV2 (mkV "foredoom" "foredooms" "foredoomed" "foredoomed" "foredooming"); -lin forefather_N = mkN "forefather" "forefathers"; -lin forefinger_N = mkN "forefinger" "forefingers"; -lin forefoot_N = mkN "forefoot" "forefeet" {- FIXME: guessed plural form -}; -lin forefront_N = mkN "forefront" "forefronts"; -lin foregather_V = mkV "foregather" "foregathers" "foregathered" "foregathered" "foregathering"; -lin forego_V = mkV "fore" IrregEng.go_V; -lin forego_V2 = mkV2 (mkV "fore" IrregEng.go_V); -lin foregoing_A = compoundA (mkA "foregoing"); -lin foregone_A = compoundA (mkA "foregone"); -lin foreground_N = mkN "foreground" "foregrounds"; -lin forehand_A = compoundA (mkA "forehand"); -lin forehead_N = mkN "forehead" "foreheads"; -lin foreign_A = compoundA (mkA "foreign"); -lin foreigner_N = mkN "foreigner" "foreigners"; -lin foreknow_V = mkV "fore" IrregEng.know_V; -lin foreknow_V2 = mkV2 (mkV "fore" IrregEng.know_V); -lin foreknowledge_N = mkN "foreknowledge" "-" {- FIXME: no plural form -}; -lin foreland_N = mkN "foreland" "forelands"; -lin foreleg_N = mkN "foreleg" "forelegs"; -lin forelock_N = mkN "forelock" "forelocks"; -lin foreman_N = mkN "foreman" "foremen" {- FIXME: guessed plural form -}; -lin foremast_N = mkN "foremast" "foremasts"; -lin foremost_A = compoundA (mkA "foremost"); -lin foremost_Adv = mkAdv "foremost"; -lin forename_N = mkN "forename" "forenames"; -lin forenoon_N = mkN "forenoon" "forenoons"; -lin forensic_A = compoundA (mkA "forensic"); -lin foreordain_V2 = mkV2 (mkV "foreordain" "foreordains" "foreordained" "foreordained" "foreordaining"); -lin forerunner_N = mkN "forerunner" "forerunners"; -lin foresail_N = mkN "foresail" "foresails"; -lin foresee_V2 = mkV2 (mkV "fore" IrregEng.see_V); -lin foreseeable_A = compoundA (mkA "foreseeable"); -lin foreshadow_V2 = mkV2 (mkV "foreshadow" "foreshadows" "foreshadowed" "foreshadowed" "foreshadowing"); -lin foreshore_N = mkN "foreshore" "foreshores"; -lin foreshorten_V2 = mkV2 (mkV "foreshorten" "foreshortens" "foreshortened" "foreshortened" "foreshortening"); -lin foresight_N = mkN "foresight" "-" {- FIXME: no plural form -}; -lin foreskin_N = mkN "foreskin" "foreskins"; -lin forest_N = mkN "forest" "forests"; -lin forestall_V2 = mkV2 (mkV "forestall" "forestalls" "forestalled" "forestalled" "forestalling"); -lin forester_N = mkN "forester" "foresters"; -lin forestry_N = mkN "forestry" "-" {- FIXME: no plural form -}; -lin foreswear_V2 = mkV2 (mkV "fore" IrregEng.swear_V); -lin foretaste_N = mkN "foretaste" "foretastes"; -lin foretell_V2 = mkV2 (mkV "fore" IrregEng.tell_V); -lin forethought_N = mkN "forethought" "-" {- FIXME: no plural form -}; -lin foretop_N = mkN "foretop" "foretops"; -lin forever_Adv = mkAdv "forever"; -lin forewarn_V2 = mkV2 (mkV "forewarn" "forewarns" "forewarned" "forewarned" "forewarning"); -lin forewoman_N = mkN "forewoman" "forewomen" {- FIXME: guessed plural form -}; -lin foreword_N = mkN "foreword" "forewords"; -lin forfar_PN = mkPN "Forfar"; -lin forfeit_N = mkN "forfeit" "forfeits"; -lin forfeit_V2 = mkV2 (mkV "forfeit" "forfeits" "forfeited" "forfeited" "forfeiting"); -lin forfeiture_N = mkN "forfeiture" "-" {- FIXME: no plural form -}; -lin forgather_V = mkV "forgather" "forgathers" "forgathered" "forgathered" "forgathering"; -lin forge_N = mkN "forge" "forges"; -lin forge_V = mkV "forge" "forges" "forged" "forged" "forging"; -lin forge_V2 = mkV2 (mkV "forge" "forges" "forged" "forged" "forging"); -lin forger_N = mkN "forger" "forgers"; -lin forgery_N = mkN "forgery" "forgeries"; -lin forget_V = IrregEng.forget_V; -lin forget_V2 = mkV2 (IrregEng.forget_V); -lin forget_me_not_N = mkN "forget-me-not" "forget-me-nots"; -lin forgetful_A = compoundA (mkA "forgetful"); -lin forgetfully_Adv = mkAdv "forgetfully"; -lin forgetfulness_N = mkN "forgetfulness" "-" {- FIXME: no plural form -}; -lin forging_N = mkN "forging" "forgings"; -lin forgivable_A = compoundA (mkA "forgivable"); -lin forgivably_Adv = mkAdv "forgivably"; -lin forgive_V = IrregEng.forgive_V; -lin forgive_V2 = mkV2 (IrregEng.forgive_V); -lin forgiveness_N = mkN "forgiveness" "-" {- FIXME: no plural form -}; -lin forgiving_A = compoundA (mkA "forgiving"); -lin forgivingly_Adv = mkAdv "forgivingly"; -lin forgo_V2 = mkV2 (mkV "for" IrregEng.go_V); -lin fork_N = mkN "fork" "forks"; -lin fork_V = mkV "fork" "forks" "forked" "forked" "forking"; -lin fork_V2 = mkV2 (mkV "fork" "forks" "forked" "forked" "forking"); -lin forked_A = compoundA (mkA "forked"); -lin forli_PN = mkPN "Forli"; -lin forlorn_A = compoundA (mkA "forlorn"); -lin forlornly_Adv = mkAdv "forlornly"; -lin forlornness_N = mkN "forlornness" "-" {- FIXME: no plural form -}; -lin form_N = mkN "form" "forms"; -lin form_V = mkV "form" "forms" "formed" "formed" "forming"; -lin form_V2 = mkV2 (mkV "form" "forms" "formed" "formed" "forming"); -lin formal_A = compoundA (mkA "formal"); -lin formaldehyde_N = mkN "formaldehyde" "-" {- FIXME: no plural form -}; -lin formalin_N = mkN "formalin" "-" {- FIXME: no plural form -}; -lin formalism_N = mkN "formalism" "-" {- FIXME: no plural form -}; -lin formality_N = mkN "formality" "formalities"; -lin formalize_V2 = mkV2 (mkV "formalize" "formalizes" "formalized" "formalized" "formalizing"); -lin formally_Adv = mkAdv "formally"; -lin format_N = mkN "format" "formats"; -lin formation_N = mkN "formation" "formations"; -lin formative_A = compoundA (mkA "formative"); -lin formby_PN = mkPN "Formby"; -lin former_A = compoundA (mkA "former"); -lin formerly_Adv = mkAdv "formerly"; -lin formic_A = compoundA (mkA "formic"); -lin formica_N = mkN "formica" "-" {- FIXME: no plural form -}; -lin formidable_A = compoundA (mkA "formidable"); -lin formidably_Adv = mkAdv "formidably"; -lin formless_A = compoundA (mkA "formless"); -lin formlessly_Adv = mkAdv "formlessly"; -lin formosa_PN = mkPN "Formosa"; -lin formula_N = mkN "formula" "formulas"; -lin formulate_V2 = mkV2 (mkV "formulate" "formulates" "formulated" "formulated" "formulating"); -lin formulation_N = mkN "formulation" "formulations"; -lin fornicate_V = mkV "fornicate" "fornicates" "fornicated" "fornicated" "fornicating"; -lin fornication_N = mkN "fornication" "-" {- FIXME: no plural form -}; -lin forrader_Adv = mkAdv "forrader"; -lin forsake_V2 = mkV2 (IrregEng.forsake_V); -lin forsooth_Adv = mkAdv "forsooth"; -lin forswear_V2 = mkV2 (mkV "for" IrregEng.swear_V); -lin forsythia_N = mkN "forsythia" "-" {- FIXME: no plural form -}; -lin fort_N = mkN "fort" "forts"; -lin fort_lauderdale_PN = mkPN "Fort lauderdale"; -lin fort_william_PN = mkPN "Fort william"; -lin fort_worth_PN = mkPN "Fort worth"; -lin fortaleza_PN = mkPN "Fortaleza"; -lin forte_A = compoundA (mkA "forte"); -lin forte_Adv = mkAdv "forte"; -lin forte_N = mkN "forte" "fortes"; -lin forth_Adv = mkAdv "forth"; -lin forthcoming_A = compoundA (mkA "forthcoming"); -lin forthright_A = compoundA (mkA "forthright"); -lin forthwith_Adv = mkAdv "forthwith"; -lin fortieth_A = compoundA (mkA "fortieth"); -lin fortieth_N = mkN "fortieth" "fortieths"; -lin fortification_N = mkN "fortification" "fortifications"; -lin fortify_V2 = mkV2 (mkV "fortify" "fortifies" "fortified" "fortified" "fortifying"); -lin fortissimo_A = compoundA (mkA "fortissimo"); -lin fortissimo_Adv = mkAdv "fortissimo"; -lin fortitude_N = mkN "fortitude" "-" {- FIXME: no plural form -}; -lin fortnight_N = mkN "fortnight" "fortnights"; -lin fortnightly_A = compoundA (mkA "fortnightly"); -lin fortnightly_Adv = mkAdv "fortnightly"; -lin fortress_N = mkN "fortress" "fortresses"; -lin fortuitous_A = compoundA (mkA "fortuitous"); -lin fortuitously_Adv = mkAdv "fortuitously"; -lin fortunate_A = compoundA (mkA "fortunate"); -lin fortunately_Adv = mkAdv "fortunately"; -lin fortune_N = mkN "fortune" "fortunes"; -lin forty_A = compoundA (mkA "forty"); -lin forty_N = mkN "forty" "forties"; -lin fortyish_A = compoundA (mkA "fortyish"); -lin forum_N = mkN "forum" "forums"; -lin forward_A = compoundA (mkA "forward"); -lin forward_Adv = mkAdv "forward"; -lin forward_N = mkN "forward" "forwards"; -lin forward_V2 = mkV2 (mkV "forward" "forwards" "forwarded" "forwarded" "forwarding"); -lin forwardness_N = mkN "forwardness" "-" {- FIXME: no plural form -}; -lin forwards_Adv = mkAdv "forwards"; -lin fosse_N = mkN "fosse" "fosses"; -lin fossil_N = mkN "fossil" "fossils"; -lin fossilization_N = mkN "fossilization" "fossilizations"; -lin fossilize_V = mkV "fossilize" "fossilizes" "fossilized" "fossilized" "fossilizing"; -lin fossilize_V2 = mkV2 (mkV "fossilize" "fossilizes" "fossilized" "fossilized" "fossilizing"); -lin foster_V2 = mkV2 (mkV "foster" "fosters" "fostered" "fostered" "fostering"); -lin foster_brother_N = mkN "foster-brother" "foster-brothers"; -lin foster_child_N = mkN "foster-child" "foster-children" {- FIXME: guessed plural form -}; -lin foster_father_N = mkN "foster-father" "foster-fathers"; -lin foster_mother_N = mkN "foster-mother" "foster-mothers"; -lin foster_parent_N = mkN "foster-parent" "foster-parents"; -lin foster_sister_N = mkN "foster-sister" "foster-sisters"; -lin foul_A = mkA "foul" "fouler"; -lin foul_N = mkN "foul" "fouls"; -lin foul_V = mkV "foul" "fouls" "fouled" "fouled" "fouling"; -lin foul_V2 = mkV2 (mkV "foul" "fouls" "fouled" "fouled" "fouling"); -lin foul_mouthed_A = compoundA (mkA "foul-mouthed"); -lin foul_spoken_A = compoundA (mkA "foul-spoken"); -lin foully_Adv = mkAdv "foully"; -lin foulness_N = mkN "foulness" "-" {- FIXME: no plural form -}; -lin found_V2 = mkV2 (mkV "found" "founds" "founded" "founded" "founding"); -lin foundation_N = mkN "foundation" "foundations"; -lin foundation_stone_N = mkN "foundation-stone" "foundation-stones"; -lin founder_N = mkN "founder" "founders"; -lin founder_V = mkV "founder" "founders" "foundered" "foundered" "foundering"; -lin founder_V2 = mkV2 (mkV "founder" "founders" "foundered" "foundered" "foundering"); -lin foundling_N = mkN "foundling" "foundlings"; -lin foundress_N = mkN "foundress" "foundresses"; -lin foundry_N = mkN "foundry" "foundries"; -lin fount_N = mkN "fount" "founts"; -lin fountain_N = mkN "fountain" "fountains"; -lin fountain_head_N = mkN "fountain-head" "fountain-heads"; -lin fountain_pen_N = mkN "fountain-pen" "fountain-pens"; -lin four_A = compoundA (mkA "four"); -lin four_N = mkN "four" "fours"; -lin four_in_hand_N = mkN "four-in-hand" "four-in-hands"; -lin four_part_A = compoundA (mkA "four-part"); -lin four_ply_A = compoundA (mkA "four-ply"); -lin four_poster_N = mkN "four-poster" "four-posters"; -lin four_pounder_N = mkN "four-pounder" "four-pounders"; -lin four_wheeler_N = mkN "four-wheeler" "four-wheelers"; -lin fourfold_A = compoundA (mkA "fourfold"); -lin fourfold_Adv = mkAdv "fourfold"; -lin fourpence_N = mkN "fourpence" "fourpences"; -lin fourpenny_A = compoundA (mkA "fourpenny"); -lin fourscore_A = compoundA (mkA "fourscore"); -lin fourscore_N = mkN "fourscore" "IRREG"; -lin foursome_N = mkN "foursome" "foursomes"; -lin foursquare_A = compoundA (mkA "foursquare"); -lin fourteen_A = compoundA (mkA "fourteen"); -lin fourteen_N = mkN "fourteen" "fourteens"; -lin fourteenth_A = compoundA (mkA "fourteenth"); -lin fourteenth_N = mkN "fourteenth" "fourteenths"; -lin fourth_A = compoundA (mkA "fourth"); -lin fourth_N = mkN "fourth" "fourths"; -lin fourthly_Adv = mkAdv "fourthly"; -lin fowey_PN = mkPN "Fowey"; -lin fowl_N = mkN "fowl" "fowls"; -lin fowl_V = mkV "fowl" "fowls" "fowled" "fowled" "fowling"; -lin fowl_run_N = mkN "fowl-run" "fowl-runs"; -lin fowler_N = mkN "fowler" "fowlers"; -lin fowlingpiece_N = mkN "fowlingpiece" "fowlingpieces"; -lin fowlpest_N = mkN "fowlpest" "-" {- FIXME: no plural form -}; -lin fox_N = mkN "fox" "foxes"; -lin fox_V2 = mkV2 (mkV "fox" "foxes" "foxed" "foxed" "foxing"); -lin fox_terrier_N = mkN "fox-terrier" "fox-terriers"; -lin foxglove_N = mkN "foxglove" "foxgloves"; -lin foxhole_N = mkN "foxhole" "foxholes"; -lin foxhound_N = mkN "foxhound" "foxhounds"; -lin foxhunt_N = mkN "foxhunt" "foxhunts"; -lin foxhunt_V = mkV "foxhunt" "foxhunts" "foxhunted" "foxhunted" "foxhunting"; -lin foxhunter_N = mkN "foxhunter" "foxhunters"; -lin foxtrot_N = mkN "foxtrot" "foxtrots"; -lin foxy_A = mkA "foxy" "foxier"; -lin foyer_N = mkN "foyer" "foyers"; -lin fr_PN = mkPN "Fr"; -lin fracas_N = mkN "fracas" "IRREG"; -lin fraction_N = mkN "fraction" "fractions"; -lin fractional_A = compoundA (mkA "fractional"); -lin fractious_A = compoundA (mkA "fractious"); -lin fractiously_Adv = mkAdv "fractiously"; -lin fractiousness_N = mkN "fractiousness" "-" {- FIXME: no plural form -}; -lin fracture_N = mkN "fracture" "fractures"; -lin fracture_V = mkV "fracture" "fractures" "fractured" "fractured" "fracturing"; -lin fracture_V2 = mkV2 (mkV "fracture" "fractures" "fractured" "fractured" "fracturing"); -lin fragile_A = compoundA (mkA "fragile"); -lin fragility_N = mkN "fragility" "-" {- FIXME: no plural form -}; -lin fragment_N = mkN "fragment" "fragments"; -lin fragment_V = mkV "fragment" "fragments" "fragmented" "fragmented" "fragmenting"; -lin fragmentary_A = compoundA (mkA "fragmentary"); -lin fragmentation_N = mkN "fragmentation" "fragmentations"; -lin fragrance_N = mkN "fragrance" "fragrances"; -lin fragrant_A = compoundA (mkA "fragrant"); -lin frail_A = mkA "frail" "frailer"; -lin frailty_N = mkN "frailty" "frailties"; -lin frame_N = mkN "frame" "frames"; -lin frame_V = mkV "frame" "frames" "framed" "framed" "framing"; -lin frame_V2 = mkV2 (mkV "frame" "frames" "framed" "framed" "framing"); -lin frame_up_N = mkN "frame-up" "frame-ups"; -lin framework_N = mkN "framework" "frameworks"; -lin frampton_cotterell_PN = mkPN "Frampton cotterell"; -lin fran_PN = mkPN "Fran"; -lin franc_N = mkN "franc" "francs"; -lin france_PN = mkPN "France"; -lin frances_PN = mkPN "Frances"; -lin franchise_N = mkN "franchise" "franchises"; -lin francis_PN = mkPN "Francis"; -lin franciscan_A = compoundA (mkA "franciscan"); -lin franciscan_N = mkN "franciscan" "franciscans"; -lin frank_A = mkA "frank" "franker"; -lin frank_N = mkN "frank" "franks"; -lin frank_PN = mkPN "Frank"; -lin frank_V2 = mkV2 (mkV "frank" "franks" "franked" "franked" "franking"); -lin frankfurt_PN = mkPN "Frankfurt"; -lin frankfurter_N = mkN "frankfurter" "frankfurters"; -lin frankie_PN = mkPN "Frankie"; -lin frankincense_N = mkN "frankincense" "-" {- FIXME: no plural form -}; -lin franking_machine_N = mkN "franking-machine" "franking-machines"; -lin franklin_N = mkN "franklin" "franklins"; -lin frankly_Adv = mkAdv "frankly"; -lin frankness_N = mkN "frankness" "-" {- FIXME: no plural form -}; -lin frantic_A = compoundA (mkA "frantic"); -lin frantically_Adv = mkAdv "frantically"; -lin fraserburgh_PN = mkPN "Fraserburgh"; -lin fraternal_A = compoundA (mkA "fraternal"); -lin fraternally_Adv = mkAdv "fraternally"; -lin fraternity_N = mkN "fraternity" "fraternities"; -lin fraternization_N = mkN "fraternization" "-" {- FIXME: no plural form -}; -lin fraternize_V = mkV "fraternize" "fraternizes" "fraternized" "fraternized" "fraternizing"; -lin fratricide_N = mkN "fratricide" "fratricides"; -lin frau_N = mkN "frau" "IRREG"; -lin fraud_N = mkN "fraud" "frauds"; -lin fraudulent_A = compoundA (mkA "fraudulent"); -lin fraudulently_Adv = mkAdv "fraudulently"; -lin fraught_A = compoundA (mkA "fraught"); -lin fray_N = mkN "fray" "frays"; -lin fray_V = mkV "fray" "frays" "frayed" "frayed" "fraying"; -lin fray_V2 = mkV2 (mkV "fray" "frays" "frayed" "frayed" "fraying"); -lin frazzle_N = mkN "frazzle" "frazzles"; -lin freak_N = mkN "freak" "freaks"; -lin freak_V = mkV "freak" "freaks" "freaked" "freaked" "freaking"; -lin freak_V2 = mkV2 (mkV "freak" "freaks" "freaked" "freaked" "freaking"); -lin freak_out_N = mkN "freak-out" "freak-outs"; -lin freakish_A = compoundA (mkA "freakish"); -lin freakishly_Adv = mkAdv "freakishly"; -lin freakishness_N = mkN "freakishness" "-" {- FIXME: no plural form -}; -lin freaky_A = mkA "freaky" "freakier"; -lin freckle_N = mkN "freckle" "freckles"; -lin freckle_V = mkV "freckle" "freckles" "freckled" "freckled" "freckling"; -lin freckle_V2 = mkV2 (mkV "freckle" "freckles" "freckled" "freckled" "freckling"); -lin freckleton_PN = mkPN "Freckleton"; -lin fred_PN = mkPN "Fred"; -lin freda_PN = mkPN "Freda"; -lin freddie_PN = mkPN "Freddie"; -lin freddy_PN = mkPN "Freddy"; -lin frederick_PN = mkPN "Frederick"; -lin frederiksberg_PN = mkPN "Frederiksberg"; -lin free_A = mkA "free" "freer"; -lin free_V2 = mkV2 (mkV "free" "IRREG" "IRREG" "IRREG" "IRREG"); -lin free_and_easy_A = compoundA (mkA "free-and-easy"); -lin free_for_all_N = mkN "free-for-all" "free-for-alls"; -lin free_handed_A = compoundA (mkA "free-handed"); -lin free_list_N = mkN "free-list" "free-lists"; -lin free_liver_N = mkN "free-liver" "free-livers"; -lin free_living_N = mkN "free-living" "-" {- FIXME: no plural form -}; -lin free_range_A = compoundA (mkA "free-range"); -lin free_spoken_A = compoundA (mkA "free-spoken"); -lin free_standing_A = compoundA (mkA "free-standing"); -lin free_thinker_N = mkN "free-thinker" "free-thinkers"; -lin free_thinking_A = compoundA (mkA "free-thinking"); -lin free_thought_N = mkN "free-thought" "-" {- FIXME: no plural form -}; -lin free_trader_N = mkN "free-trader" "free-traders"; -lin freebooter_N = mkN "freebooter" "freebooters"; -lin freeborn_A = compoundA (mkA "freeborn"); -lin freedman_N = mkN "freedman" "freedmen" {- FIXME: guessed plural form -}; -lin freedom_N = mkN "freedom" "freedoms"; -lin freehand_A = compoundA (mkA "freehand"); -lin freehold_N = mkN "freehold" "freeholds"; -lin freeholder_N = mkN "freeholder" "freeholders"; -lin freelance_N = mkN "freelance" "freelances"; -lin freelance_V = mkV "freelance" "freelances" "freelanced" "freelanced" "freelancing"; -lin freely_Adv = mkAdv "freely"; -lin freeman_N = mkN "freeman" "freemen" {- FIXME: guessed plural form -}; -lin freemason_N = mkN "freemason" "freemasons"; -lin freemasonry_N = mkN "freemasonry" "-" {- FIXME: no plural form -}; -lin freesia_N = mkN "freesia" "freesias"; -lin freestone_N = mkN "freestone" "-" {- FIXME: no plural form -}; -lin freestyle_N = mkN "freestyle" "-" {- FIXME: no plural form -}; -lin freeway_N = mkN "freeway" "freeways"; -lin freewheel_V = mkV "freewheel" "freewheels" "freewheeled" "freewheeled" "freewheeling"; -lin freewill_A = compoundA (mkA "freewill"); -lin freeze_N = mkN "freeze" "freezes"; -lin freeze_V = IrregEng.freeze_V; -lin freeze_V2 = mkV2 (IrregEng.freeze_V); -lin freezer_N = mkN "freezer" "freezers"; -lin freezing_mixture_N = mkN "freezing-mixture" "freezing-mixtures"; -lin freezing_point_N = mkN "freezing-point" "freezing-points"; -lin freiburg_PN = mkPN "Freiburg"; -lin freight_N = mkN "freight" "-" {- FIXME: no plural form -}; -lin freight_V2 = mkV2 (mkV "freight" "freights" "freighted" "freighted" "freighting"); -lin freight_train_N = mkN "freight-train" "freight-trains"; -lin freighter_N = mkN "freighter" "freighters"; -lin freightliner_N = mkN "freightliner" "freightliners"; -lin french_A = compoundA (mkA "french"); -lin french_N = mkN "french" "-" {- FIXME: no plural form -}; -lin frenchman_N = mkN "frenchman" "frenchmen" {- FIXME: guessed plural form -}; -lin frenchwoman_N = mkN "frenchwoman" "frenchwomen" {- FIXME: guessed plural form -}; -lin frenetic_A = compoundA (mkA "frenetic"); -lin frenzied_A = compoundA (mkA "frenzied"); -lin frenziedly_Adv = mkAdv "frenziedly"; -lin frenzy_N = mkN "frenzy" "-" {- FIXME: no plural form -}; -lin frequency_N = mkN "frequency" "frequencies"; -lin frequent_A = compoundA (mkA "frequent"); -lin frequent_V2 = mkV2 (mkV "frequent" "frequents" "frequented" "frequented" "frequenting"); -lin frequently_Adv = mkAdv "frequently"; -lin fresco_N = mkN "fresco" "frescos"; -lin fresco_V2 = mkV2 (mkV "fresco" "frescos" "frescoed" "frescoed" "frescoing"); -lin fresh_A = mkA "fresh" "fresher"; -lin fresh_Adv = mkAdv "fresh"; -lin freshen_V = mkV "freshen" "freshens" "freshened" "freshened" "freshening"; -lin freshen_V2 = mkV2 (mkV "freshen" "freshens" "freshened" "freshened" "freshening"); -lin fresher_N = mkN "fresher" "freshers"; -lin freshly_Adv = mkAdv "freshly"; -lin freshman_N = mkN "freshman" "freshmen" {- FIXME: guessed plural form -}; -lin freshness_N = mkN "freshness" "-" {- FIXME: no plural form -}; -lin freshwater_A = compoundA (mkA "freshwater"); -lin freshwater_PN = mkPN "Freshwater"; -lin fret_N = mkN "fret" "frets"; -lin fret_V = mkV "fret" "frets" "fretted" "fretted" "fretting"; -lin fret_V2 = mkV2 (mkV "fret" "frets" "fretted" "fretted" "fretting"); -lin fretful_A = compoundA (mkA "fretful"); -lin fretfully_Adv = mkAdv "fretfully"; -lin fretsaw_N = mkN "fretsaw" "fretsaws"; -lin fretwork_N = mkN "fretwork" "-" {- FIXME: no plural form -}; -lin freudian_A = compoundA (mkA "freudian"); -lin fri_PN = mkPN "Fri"; -lin friability_N = mkN "friability" "-" {- FIXME: no plural form -}; -lin friable_A = compoundA (mkA "friable"); -lin friar_N = mkN "friar" "friars"; -lin fricassee_N = mkN "fricassee" "fricassees"; -lin fricassee_V2 = mkV2 (mkV "fricas" IrregEng.see_V); -lin fricative_A = compoundA (mkA "fricative"); -lin fricative_N = mkN "fricative" "fricatives"; -lin friction_N = mkN "friction" "frictions"; -lin friday_N = mkN "friday" "fridays"; -lin friday_PN = mkPN "Friday"; -lin fridge_N = mkN "fridge" "fridges"; -lin friend_N = mkN "friend" "friends"; -lin friendless_A = compoundA (mkA "friendless"); -lin friendlessness_N = mkN "friendlessness" "-" {- FIXME: no plural form -}; -lin friendliness_N = mkN "friendliness" "-" {- FIXME: no plural form -}; -lin friendly_A = mkA "friendly" "friendlier"; -lin friendship_N = mkN "friendship" "friendships"; -lin frier_N = mkN "frier" "friers"; -lin frieze_N = mkN "frieze" "friezes"; -lin frigate_N = mkN "frigate" "frigates"; -lin fright_N = mkN "fright" "frights"; -lin fright_V2 = mkV2 (mkV "fright" "frights" "frighted" "frighted" "frighting"); -lin frighten_V2 = mkV2 (mkV "frighten" "frightens" "frightened" "frightened" "frightening"); -lin frightened_A = compoundA (mkA "frightened"); -lin frightening_A = compoundA (mkA "frightening"); -lin frighteningly_Adv = mkAdv "frighteningly"; -lin frightful_A = compoundA (mkA "frightful"); -lin frightfully_Adv = mkAdv "frightfully"; -lin frightfulness_N = mkN "frightfulness" "-" {- FIXME: no plural form -}; -lin frigid_A = compoundA (mkA "frigid"); -lin frigidity_N = mkN "frigidity" "-" {- FIXME: no plural form -}; -lin frigidly_Adv = mkAdv "frigidly"; -lin frill_N = mkN "frill" "frills"; -lin frilled_A = compoundA (mkA "frilled"); -lin frilly_A = mkA "frilly" "frillier"; -lin fringe_N = mkN "fringe" "fringes"; -lin fringe_V2 = mkV2 (mkV "fringe" "fringes" "fringed" "fringed" "fringing"); -lin frinton_PN = mkPN "Frinton"; -lin frippery_N = mkN "frippery" "fripperies"; -lin frisk_V = mkV "frisk" "frisks" "frisked" "frisked" "frisking"; -lin frisk_V2 = mkV2 (mkV "frisk" "frisks" "frisked" "frisked" "frisking"); -lin friskily_Adv = mkAdv "friskily"; -lin frisky_A = mkA "frisky" "friskier"; -lin frisson_N = mkN "frisson" "frissons"; -lin fritter_N = mkN "fritter" "fritters"; -lin fritter_V2 = mkV2 (mkV "fritter" "fritters" "frittered" "frittered" "frittering"); -lin frivol_V = mkV "frivol" "frivols" "frivolled" "frivolled" "frivolling"; -lin frivol_V2 = mkV2 (mkV "frivol" "frivols" "frivolled" "frivolled" "frivolling"); -lin frivolity_N = mkN "frivolity" "frivolities"; -lin frivolous_A = compoundA (mkA "frivolous"); -lin frivolously_Adv = mkAdv "frivolously"; -lin frizz_V2 = mkV2 (mkV "frizz" "frizzes" "frizzed" "frizzed" "frizzing"); -lin frizzle_V = mkV "frizzle" "frizzles" "frizzled" "frizzled" "frizzling"; -lin frizzle_V2 = mkV2 (mkV "frizzle" "frizzles" "frizzled" "frizzled" "frizzling"); -lin frizzy_A = mkA "frizzy" "frizzier"; -lin fro_Adv = mkAdv "fro"; -lin frock_N = mkN "frock" "frocks"; -lin frock_coat_N = mkN "frock-coat" "frock-coats"; -lin frodsham_PN = mkPN "Frodsham"; -lin frog_N = mkN "frog" "frogs"; -lin frogman_N = mkN "frogman" "frogmen" {- FIXME: guessed plural form -}; -lin frogmarch_V2 = mkV2 (mkV "frogmarch" "frogmarches" "frogmarched" "frogmarched" "frogmarching"); -lin frolic_N = mkN "frolic" "frolics"; -lin frolic_V = mkV "frolic" "IRREG" "IRREG" "IRREG" "IRREG"; -lin frolicsome_A = compoundA (mkA "frolicsome"); -lin frome_PN = mkPN "Frome"; -lin frond_N = mkN "frond" "fronds"; -lin front_N = mkN "front" "fronts"; -lin front_V = mkV "front" "fronts" "fronted" "fronted" "fronting"; -lin front_V2 = mkV2 (mkV "front" "fronts" "fronted" "fronted" "fronting"); -lin front_bench_N = mkN "front-bench" "front-benches"; -lin front_bencher_N = mkN "front-bencher" "front-benchers"; -lin frontage_N = mkN "frontage" "frontages"; -lin frontal_A = compoundA (mkA "frontal"); -lin frontier_N = mkN "frontier" "frontiers"; -lin frontiersman_N = mkN "frontiersman" "frontiersmen" {- FIXME: guessed plural form -}; -lin frontispiece_N = mkN "frontispiece" "frontispieces"; -lin frost_N = mkN "frost" "frosts"; -lin frost_V = mkV "frost" "frosts" "frosted" "frosted" "frosting"; -lin frost_V2 = mkV2 (mkV "frost" "frosts" "frosted" "frosted" "frosting"); -lin frost_bound_A = compoundA (mkA "frost-bound"); -lin frostbite_N = mkN "frostbite" "-" {- FIXME: no plural form -}; -lin frostbitten_A = compoundA (mkA "frostbitten"); -lin frostily_Adv = mkAdv "frostily"; -lin frostiness_N = mkN "frostiness" "-" {- FIXME: no plural form -}; -lin frosting_N = mkN "frosting" "-" {- FIXME: no plural form -}; -lin frosty_A = mkA "frosty" "frostier"; -lin froth_N = mkN "froth" "-" {- FIXME: no plural form -}; -lin froth_V = mkV "froth" "froths" "frothed" "frothed" "frothing"; -lin frothily_Adv = mkAdv "frothily"; -lin frothiness_N = mkN "frothiness" "-" {- FIXME: no plural form -}; -lin frothy_A = mkA "frothy" "frothier"; -lin froward_A = compoundA (mkA "froward"); -lin frown_N = mkN "frown" "frowns"; -lin frown_V = mkV "frown" "frowns" "frowned" "frowned" "frowning"; -lin frowningly_Adv = mkAdv "frowningly"; -lin frowsty_A = compoundA (mkA "frowsty"); -lin frowzy_A = compoundA (mkA "frowzy"); -lin frs_N = mkN "frs" "-" {- FIXME: no plural form -}; -lin fructification_N = mkN "fructification" "-" {- FIXME: no plural form -}; -lin fructify_V = mkV "fructify" "fructifies" "fructified" "fructified" "fructifying"; -lin fructify_V2 = mkV2 (mkV "fructify" "fructifies" "fructified" "fructified" "fructifying"); -lin frugal_A = compoundA (mkA "frugal"); -lin frugality_N = mkN "frugality" "frugalities"; -lin frugally_Adv = mkAdv "frugally"; -lin fruit_N = mkN "fruit" "fruits"; -lin fruit_V = mkV "fruit" "fruits" "fruited" "fruited" "fruiting"; -lin fruit_fly_N = mkN "fruit-fly" "fruit-flies"; -lin fruitcake_N = mkN "fruitcake" "fruitcakes"; -lin fruiterer_N = mkN "fruiterer" "fruiterers"; -lin fruitful_A = compoundA (mkA "fruitful"); -lin fruitfully_Adv = mkAdv "fruitfully"; -lin fruitfulness_N = mkN "fruitfulness" "-" {- FIXME: no plural form -}; -lin fruition_N = mkN "fruition" "-" {- FIXME: no plural form -}; -lin fruitless_A = compoundA (mkA "fruitless"); -lin fruitlessly_Adv = mkAdv "fruitlessly"; -lin fruitlessness_N = mkN "fruitlessness" "-" {- FIXME: no plural form -}; -lin fruity_A = mkA "fruity" "fruitier"; -lin frump_N = mkN "frump" "frumps"; -lin frumpish_A = compoundA (mkA "frumpish"); -lin frumpy_A = mkA "frumpy" "frumpier"; -lin frustrate_V2 = mkV2 (mkV "frustrate" "frustrates" "frustrated" "frustrated" "frustrating"); -lin frustration_N = mkN "frustration" "frustrations"; -lin fry_N = mkN "fry" "fry"; -lin fry_V = mkV "fry" "fries" "fried" "fried" "frying"; -lin fry_V2 = mkV2 (mkV "fry" "fries" "fried" "fried" "frying"); -lin fry_pan_N = mkN "fry-pan" "fry-pans"; -lin fryer_N = mkN "fryer" "fryers"; -lin frying_pan_N = mkN "frying-pan" "frying-pans"; -lin fraulein_N = mkN "fräulein" "fräuleins"; -lin ft_PN = mkPN "FT"; -lin fuchsia_N = mkN "fuchsia" "fuchsias"; -lin fuck_V = mkV "fuck" "fucks" "fucked" "fucked" "fucking"; -lin fuck_V2 = mkV2 (mkV "fuck" "fucks" "fucked" "fucked" "fucking"); -lin fuck_all_N = mkN "fuck-all" "-" {- FIXME: no plural form -}; -lin fucker_N = mkN "fucker" "fuckers"; -lin fucking_A = compoundA (mkA "fucking"); -lin fuddle_V2 = mkV2 (mkV "fuddle" "fuddles" "fuddled" "fuddled" "fuddling"); -lin fuddy_duddy_N = mkN "fuddy-duddy" "fuddy-duddies"; -lin fudge_N = mkN "fudge" "fudges"; -lin fuel_N = mkN "fuel" "fuels"; -lin fuel_V = mkV "fuel" "fuels" "fuelled" "fuelled" "fuelling"; -lin fuel_V2 = mkV2 (mkV "fuel" "fuels" "fuelled" "fuelled" "fuelling"); -lin fug_N = mkN "fug" "fugs"; -lin fuggy_A = mkA "fuggy" "fuggier"; -lin fugitive_A = compoundA (mkA "fugitive"); -lin fugitive_N = mkN "fugitive" "fugitives"; -lin fugue_N = mkN "fugue" "fugues"; -lin fulcrum_N = mkN "fulcrum" "fulcrums"; -lin fulfil_V2 = mkV2 (mkV "fulfil" "fulfils" "fulfilled" "fulfilled" "fulfilling"); -lin fulfilment_N = mkN "fulfilment" "fulfilments"; -lin full_A = mkA "full" "fuller"; -lin full_blooded_A = compoundA (mkA "full-blooded"); -lin full_blown_A = compoundA (mkA "full-blown"); -lin full_dress_A = compoundA (mkA "full-dress"); -lin full_fashioned_A = compoundA (mkA "full-fashioned"); -lin full_fledged_A = compoundA (mkA "full-fledged"); -lin full_grown_A = compoundA (mkA "full-grown"); -lin full_length_A = compoundA (mkA "full-length"); -lin full_page_A = compoundA (mkA "full-page"); -lin full_scale_A = compoundA (mkA "full-scale"); -lin full_time_A = compoundA (mkA "full-time"); -lin full_time_Adv = mkAdv "full-time"; -lin fullback_N = mkN "fullback" "fullbacks"; -lin fuller_N = mkN "fuller" "fullers"; -lin fullness_N = mkN "fullness" "-" {- FIXME: no plural form -}; -lin fully_Adv = mkAdv "fully"; -lin fully_fashioned_A = compoundA (mkA "fully-fashioned"); -lin fully_fledged_A = compoundA (mkA "fully-fledged"); -lin fully_grown_A = compoundA (mkA "fully-grown"); -lin fulmar_N = mkN "fulmar" "fulmars"; -lin fulminate_V = mkV "fulminate" "fulminates" "fulminated" "fulminated" "fulminating"; -lin fulmination_N = mkN "fulmination" "fulminations"; -lin fulsome_A = compoundA (mkA "fulsome"); -lin fulsomely_Adv = mkAdv "fulsomely"; -lin fulsomeness_N = mkN "fulsomeness" "-" {- FIXME: no plural form -}; -lin fumble_V = mkV "fumble" "fumbles" "fumbled" "fumbled" "fumbling"; -lin fumble_V2 = mkV2 (mkV "fumble" "fumbles" "fumbled" "fumbled" "fumbling"); -lin fumbler_N = mkN "fumbler" "fumblers"; -lin fume_N = mkN "fume" "fumes"; -lin fume_V = mkV "fume" "fumes" "fumed" "fumed" "fuming"; -lin fume_V2 = mkV2 (mkV "fume" "fumes" "fumed" "fumed" "fuming"); -lin fumigate_V2 = mkV2 (mkV "fumigate" "fumigates" "fumigated" "fumigated" "fumigating"); -lin fumigation_N = mkN "fumigation" "fumigations"; -lin fun_N = mkN "fun" "-" {- FIXME: no plural form -}; -lin function_N = mkN "function" "functions"; -lin function_V = mkV "function" "functions" "functioned" "functioned" "functioning"; -lin functional_A = compoundA (mkA "functional"); -lin functionalism_N = mkN "functionalism" "-" {- FIXME: no plural form -}; -lin functionalist_N = mkN "functionalist" "functionalists"; -lin functionally_Adv = mkAdv "functionally"; -lin functionary_N = mkN "functionary" "functionaries"; -lin fund_N = mkN "fund" "funds"; -lin fund_V2 = mkV2 (mkV "fund" "funds" "funded" "funded" "funding"); -lin fundamental_A = compoundA (mkA "fundamental"); -lin fundamental_N = mkN "fundamental" "fundamentals"; -lin fundamentalism_N = mkN "fundamentalism" "-" {- FIXME: no plural form -}; -lin fundamentalist_N = mkN "fundamentalist" "fundamentalists"; -lin fundamentally_Adv = mkAdv "fundamentally"; -lin funeral_N = mkN "funeral" "funerals"; -lin funereal_A = compoundA (mkA "funereal"); -lin funfair_N = mkN "funfair" "funfairs"; -lin fungicide_N = mkN "fungicide" "fungicides"; -lin fungoid_A = compoundA (mkA "fungoid"); -lin fungous_A = compoundA (mkA "fungous"); -lin fungus_N = mkN "fungus" "funguses"; -lin funicular_N = mkN "funicular" "funiculars"; -lin funk_N = mkN "funk" "funks"; -lin funk_V = mkV "funk" "funks" "funked" "funked" "funking"; -lin funk_V2 = mkV2 (mkV "funk" "funks" "funked" "funked" "funking"); -lin funky_A = mkA "funky" "funkier"; -lin funnel_N = mkN "funnel" "funnels"; -lin funnel_V = mkV "funnel" "funnels" "funnelled" "funnelled" "funnelling"; -lin funnel_V2 = mkV2 (mkV "funnel" "funnels" "funnelled" "funnelled" "funnelling"); -lin funnily_Adv = mkAdv "funnily"; -lin funniness_N = mkN "funniness" "-" {- FIXME: no plural form -}; -lin funny_A = mkA "funny" "funnier"; -lin funny_bone_N = mkN "funny-bone" "funny-bones"; -lin fur_N = mkN "fur" "furs"; -lin furbelow_N = mkN "furbelow" "furbelows"; -lin furbish_V2 = mkV2 (mkV "furbish" "furbishes" "furbished" "furbished" "furbishing"); -lin furious_A = compoundA (mkA "furious"); -lin furiously_Adv = mkAdv "furiously"; -lin furl_V = mkV "furl" "furls" "furled" "furled" "furling"; -lin furl_V2 = mkV2 (mkV "furl" "furls" "furled" "furled" "furling"); -lin furlong_N = mkN "furlong" "furlongs"; -lin furlough_N = mkN "furlough" "furloughs"; -lin furnace_N = mkN "furnace" "furnaces"; -lin furnish_V2 = mkV2 (mkV "furnish" "furnishes" "furnished" "furnished" "furnishing"); -lin furniture_N = mkN "furniture" "-" {- FIXME: no plural form -}; -lin furore_N = mkN "furore" "furores"; -lin furrier_N = mkN "furrier" "furriers"; -lin furrow_N = mkN "furrow" "furrows"; -lin furrow_V2 = mkV2 (mkV "furrow" "furrows" "furrowed" "furrowed" "furrowing"); -lin furry_A = mkA "furry" "furrier"; -lin furth_PN = mkPN "Furth"; -lin further_Adv = mkAdv "further"; -lin further_V2 = mkV2 (mkV "further" "furthers" "furthered" "furthered" "furthering"); -lin furtherance_N = mkN "furtherance" "-" {- FIXME: no plural form -}; -lin furthermore_Adv = mkAdv "furthermore"; -lin furthermost_A = compoundA (mkA "furthermost"); -lin furthest_A = compoundA (mkA "furthest"); -lin furthest_Adv = mkAdv "furthest"; -lin furtive_A = compoundA (mkA "furtive"); -lin furtively_Adv = mkAdv "furtively"; -lin furtiveness_N = mkN "furtiveness" "-" {- FIXME: no plural form -}; -lin fury_N = mkN "fury" "furies"; -lin furze_N = mkN "furze" "-" {- FIXME: no plural form -}; -lin fuse_N = mkN "fuse" "fuses"; -lin fuse_V = mkV "fuse" "fuses" "fused" "fused" "fusing"; -lin fuse_V2 = mkV2 (mkV "fuse" "fuses" "fused" "fused" "fusing"); -lin fuselage_N = mkN "fuselage" "fuselages"; -lin fushun_PN = mkPN "Fushun"; -lin fusilier_N = mkN "fusilier" "fusiliers"; -lin fusillade_N = mkN "fusillade" "fusillades"; -lin fusion_N = mkN "fusion" "fusions"; -lin fuss_N = mkN "fuss" "fusses"; -lin fuss_V = mkV "fuss" "fusses" "fussed" "fussed" "fussing"; -lin fuss_V2 = mkV2 (mkV "fuss" "fusses" "fussed" "fussed" "fussing"); -lin fussily_Adv = mkAdv "fussily"; -lin fussiness_N = mkN "fussiness" "-" {- FIXME: no plural form -}; -lin fusspot_N = mkN "fusspot" "fusspots"; -lin fussy_A = mkA "fussy" "fussier"; -lin fustian_N = mkN "fustian" "-" {- FIXME: no plural form -}; -lin fusty_A = compoundA (mkA "fusty"); -lin futile_A = compoundA (mkA "futile"); -lin futility_N = mkN "futility" "futilities"; -lin future_A = compoundA (mkA "future"); -lin future_N = mkN "future" "futures"; -lin futureless_A = compoundA (mkA "futureless"); -lin futurism_N = mkN "futurism" "-" {- FIXME: no plural form -}; -lin futurist_N = mkN "futurist" "futurists"; -lin futurity_N = mkN "futurity" "futurities"; -lin fuze_N = mkN "fuze" "fuzes"; -lin fuzz_N = mkN "fuzz" "-" {- FIXME: no plural form -}; -lin fuzzy_A = mkA "fuzzy" "fuzzier"; -lin fwd_PN = mkPN "Fwd"; -lin fete_N = mkN "fête" "fêtes"; -lin fete_V2 = mkV2 (mkV "fête" "fêtes" "fêted" "fêted" "fêting"); -lin fuhrer_N = mkN "führer" "führers"; -lin g_man_N = mkN "g-man" "g-men" {- FIXME: guessed plural form -}; -lin gab_N = mkN "gab" "-" {- FIXME: no plural form -}; -lin gabardine_N = mkN "gabardine" "-" {- FIXME: no plural form -}; -lin gabble_N = mkN "gabble" "-" {- FIXME: no plural form -}; -lin gabble_V = mkV "gabble" "gabbles" "gabbled" "gabbled" "gabbling"; -lin gabble_V2 = mkV2 (mkV "gabble" "gabbles" "gabbled" "gabbled" "gabbling"); -lin gaberdine_N = mkN "gaberdine" "-" {- FIXME: no plural form -}; -lin gable_N = mkN "gable" "gables"; -lin gabled_A = compoundA (mkA "gabled"); -lin gabon_PN = mkPN "Gabon"; -lin gabonese_A = compoundA (mkA "gabonese"); -lin gabonese_N = mkN "gabonese" "gabonese"; -lin gad_V = mkV "gad" "gads" "gadded" "gadded" "gadding"; -lin gadabout_N = mkN "gadabout" "gadabouts"; -lin gadfly_N = mkN "gadfly" "gadflies"; -lin gadget_N = mkN "gadget" "gadgets"; -lin gadgetry_N = mkN "gadgetry" "-" {- FIXME: no plural form -}; -lin gael_N = mkN "gael" "gaels"; -lin gaelic_A = compoundA (mkA "gaelic"); -lin gaelic_N = mkN "gaelic" "gaelics"; -lin gaff_N = mkN "gaff" "gaffs"; -lin gaffe_N = mkN "gaffe" "gaffes"; -lin gaffer_N = mkN "gaffer" "gaffers"; -lin gag_N = mkN "gag" "gags"; -lin gag_V = mkV "gag" "gags" "gagged" "gagged" "gagging"; -lin gag_V2 = mkV2 (mkV "gag" "gags" "gagged" "gagged" "gagging"); -lin gaga_A = compoundA (mkA "gaga"); -lin gage_N = mkN "gage" "gages"; -lin gage_V2 = mkV2 (mkV "gage" "gages" "gaged" "gaged" "gaging"); -lin gaggle_N = mkN "gaggle" "gaggles"; -lin gaiety_N = mkN "gaiety" "-" {- FIXME: no plural form -}; -lin gaily_Adv = mkAdv "gaily"; -lin gain_N = mkN "gain" "gains"; -lin gain_V = mkV "gain" "gains" "gained" "gained" "gaining"; -lin gain_V2 = mkV2 (mkV "gain" "gains" "gained" "gained" "gaining"); -lin gainful_A = compoundA (mkA "gainful"); -lin gainfully_Adv = mkAdv "gainfully"; -lin gainsay_V2 = mkV2 (mkV "gain" IrregEng.say_V); -lin gainsborough_N = mkN "gainsborough" "gainsboroughs"; -lin gainsborough_PN = mkPN "Gainsborough"; -lin gait_N = mkN "gait" "gaits"; -lin gaiter_N = mkN "gaiter" "gaiters"; -lin gal_N = mkN "gal" "gals"; -lin gala_N = mkN "gala" "galas"; -lin galactic_A = compoundA (mkA "galactic"); -lin galantine_N = mkN "galantine" "galantines"; -lin galashiels_PN = mkPN "Galashiels"; -lin galaxy_N = mkN "galaxy" "galaxies"; -lin gale_N = mkN "gale" "gales"; -lin gall_N = mkN "gall" "galls"; -lin gall_V2 = mkV2 (mkV "gall" "galls" "galled" "galled" "galling"); -lin gallant_A = compoundA (mkA "gallant"); -lin gallant_N = mkN "gallant" "gallants"; -lin gallantly_Adv = mkAdv "gallantly"; -lin gallantry_N = mkN "gallantry" "gallantries"; -lin galleon_N = mkN "galleon" "galleons"; -lin gallery_N = mkN "gallery" "galleries"; -lin galley_N = mkN "galley" "galleys"; -lin galley_proof_N = mkN "galley-proof" "galley-proofs"; -lin galley_slave_N = mkN "galley-slave" "galley-slaves"; -lin gallic_A = compoundA (mkA "gallic"); -lin gallicism_N = mkN "gallicism" "gallicisms"; -lin gallivant_V = mkV "gallivant" "gallivants" "gallivanted" "gallivanted" "gallivanting"; -lin gallon_N = mkN "gallon" "gallons"; -lin gallop_N = mkN "gallop" "gallops"; -lin gallop_V = mkV "gallop" "gallops" "galloped" "galloped" "galloping"; -lin gallop_V2 = mkV2 (mkV "gallop" "gallops" "galloped" "galloped" "galloping"); -lin galloway_PN = mkPN "Galloway"; -lin gallows_bird_N = mkN "gallows-bird" "gallows-birds"; -lin gallstone_N = mkN "gallstone" "gallstones"; -lin gallup_PN = mkPN "Gallup"; -lin galore_Adv = mkAdv "galore"; -lin galosh_N = mkN "galosh" "galoshes"; -lin galumph_V = mkV "galumph" "galumphs" "galumphed" "galumphed" "galumphing"; -lin galvanic_A = compoundA (mkA "galvanic"); -lin galvanism_N = mkN "galvanism" "-" {- FIXME: no plural form -}; -lin galvanize_V2 = mkV2 (mkV "galvanize" "galvanizes" "galvanized" "galvanized" "galvanizing"); -lin galway_PN = mkPN "Galway"; -lin gambia_PN = mkPN "Gambia"; -lin gambian_A = compoundA (mkA "gambian"); -lin gambian_N = mkN "gambian" "gambians"; -lin gambit_N = mkN "gambit" "gambits"; -lin gamble_N = mkN "gamble" "gambles"; -lin gamble_V = mkV "gamble" "gambles" "gambled" "gambled" "gambling"; -lin gamble_V2 = mkV2 (mkV "gamble" "gambles" "gambled" "gambled" "gambling"); -lin gambler_N = mkN "gambler" "gamblers"; -lin gambling_N = mkN "gambling" "-" {- FIXME: no plural form -}; -lin gambling_den_N = mkN "gambling-den" "gambling-dens"; -lin gamboge_N = mkN "gamboge" "-" {- FIXME: no plural form -}; -lin gambol_N = mkN "gambol" "gambols"; -lin gambol_V = mkV "gambol" "gambols" "gambolled" "gambolled" "gambolling"; -lin game_A = compoundA (mkA "game"); -lin game_N = mkN "game" "games"; -lin game_V = mkV "game" "games" "gamed" "gamed" "gaming"; -lin game_V2 = mkV2 (mkV "game" "games" "gamed" "gamed" "gaming"); -lin game_bag_N = mkN "game-bag" "game-bags"; -lin game_bird_N = mkN "game-bird" "game-birds"; -lin game_licence_N = mkN "game-licence" "game-licences"; -lin gamecock_N = mkN "gamecock" "gamecocks"; -lin gamekeeper_N = mkN "gamekeeper" "gamekeepers"; -lin gamely_Adv = mkAdv "gamely"; -lin games_master_N = mkN "games-master" "games-masters"; -lin games_mistress_N = mkN "games-mistress" "games-mistresses"; -lin gamesmanship_N = mkN "gamesmanship" "-" {- FIXME: no plural form -}; -lin gaming_house_N = mkN "gaming-house" "gaming-houses"; -lin gaming_table_N = mkN "gaming-table" "gaming-tables"; -lin gamma_N = mkN "gamma" "gammas"; -lin gammon_N = mkN "gammon" "gammons"; -lin gammy_A = compoundA (mkA "gammy"); -lin gamp_N = mkN "gamp" "gamps"; -lin gamut_N = mkN "gamut" "gamuts"; -lin gamy_A = mkA "gamy" "gamier"; -lin gander_N = mkN "gander" "ganders"; -lin gang_N = mkN "gang" "gangs"; -lin gang_V = mkV "gang" "gangs" "ganged" "ganged" "ganging"; -lin ganger_N = mkN "ganger" "gangers"; -lin gangling_A = compoundA (mkA "gangling"); -lin ganglion_N = mkN "ganglion" "ganglions"; -lin gangplank_N = mkN "gangplank" "gangplanks"; -lin gangrene_N = mkN "gangrene" "-" {- FIXME: no plural form -}; -lin gangrene_V = mkV "gangrene" "gangrenes" "gangrened" "gangrened" "gangrening"; -lin gangrene_V2 = mkV2 (mkV "gangrene" "gangrenes" "gangrened" "gangrened" "gangrening"); -lin gangrenous_A = compoundA (mkA "gangrenous"); -lin gangster_N = mkN "gangster" "gangsters"; -lin gangway_N = mkN "gangway" "gangways"; -lin gannet_N = mkN "gannet" "gannets"; -lin gantry_N = mkN "gantry" "gantries"; -lin gaol_N = mkN "gaol" "gaols"; -lin gaol_V2 = mkV2 (mkV "gaol" "gaols" "gaoled" "gaoled" "gaoling"); -lin gaolbird_N = mkN "gaolbird" "gaolbirds"; -lin gaolbreak_N = mkN "gaolbreak" "gaolbreaks"; -lin gaoler_N = mkN "gaoler" "gaolers"; -lin gap_N = mkN "gap" "gaps"; -lin gap_toothed_A = compoundA (mkA "gap-toothed"); -lin gape_N = mkN "gape" "gapes"; -lin gape_V = mkV "gape" "gapes" "gaped" "gaped" "gaping"; -lin garage_N = mkN "garage" "garages"; -lin garage_V2 = mkV2 (mkV "garage" "garages" "garaged" "garaged" "garaging"); -lin garb_N = mkN "garb" "-" {- FIXME: no plural form -}; -lin garb_V2 = mkV2 (mkV "garb" "garbs" "garbed" "garbed" "garbing"); -lin garbage_N = mkN "garbage" "-" {- FIXME: no plural form -}; -lin garbage_can_N = mkN "garbage-can" "garbage-cans"; -lin garble_V2 = mkV2 (mkV "garble" "garbles" "garbled" "garbled" "garbling"); -lin garden_N = mkN "garden" "gardens"; -lin garden_V = mkV "garden" "gardens" "gardened" "gardened" "gardening"; -lin garden_truck_N = mkN "garden-truck" "garden-trucks"; -lin gardener_N = mkN "gardener" "gardeners"; -lin gardenia_N = mkN "gardenia" "gardenias"; -lin gardening_N = mkN "gardening" "-" {- FIXME: no plural form -}; -lin gareth_PN = mkPN "Gareth"; -lin garforth_PN = mkPN "Garforth"; -lin gargantuan_A = compoundA (mkA "gargantuan"); -lin gargle_N = mkN "gargle" "gargles"; -lin gargle_V = mkV "gargle" "gargles" "gargled" "gargled" "gargling"; -lin gargle_V2 = mkV2 (mkV "gargle" "gargles" "gargled" "gargled" "gargling"); -lin gargoyle_N = mkN "gargoyle" "gargoyles"; -lin garish_A = compoundA (mkA "garish"); -lin garishly_Adv = mkAdv "garishly"; -lin garland_N = mkN "garland" "garlands"; -lin garland_V2 = mkV2 (mkV "garland" "garlands" "garlanded" "garlanded" "garlanding"); -lin garlic_N = mkN "garlic" "-" {- FIXME: no plural form -}; -lin garment_N = mkN "garment" "garments"; -lin garner_N = mkN "garner" "garners"; -lin garner_V2 = mkV2 (mkV "garner" "garners" "garnered" "garnered" "garnering"); -lin garnet_N = mkN "garnet" "garnets"; -lin garnish_N = mkN "garnish" "garnishes"; -lin garnish_V2 = mkV2 (mkV "garnish" "garnishes" "garnished" "garnished" "garnishing"); -lin garotte_N = mkN "garotte" "garottes"; -lin garotte_V2 = mkV2 (mkV "garotte" "garottes" "garotted" "garotted" "garotting"); -lin garret_N = mkN "garret" "garrets"; -lin garrison_N = mkN "garrison" "garrisons"; -lin garrison_V2 = mkV2 (mkV "garrison" "garrisons" "garrisoned" "garrisoned" "garrisoning"); -lin garrotte_N = mkN "garrotte" "garrottes"; -lin garrotte_V2 = mkV2 (mkV "garrotte" "garrottes" "garrotted" "garrotted" "garrotting"); -lin garrowhill_PN = mkPN "Garrowhill"; -lin garrulity_N = mkN "garrulity" "-" {- FIXME: no plural form -}; -lin garrulous_A = compoundA (mkA "garrulous"); -lin garter_N = mkN "garter" "garters"; -lin gary_PN = mkPN "Gary"; -lin gas_N = mkN "gas" "gases"; -lin gas_V = mkV "gas" "IRREG" "IRREG" "IRREG" "IRREG"; -lin gas_V2 = mkV2 (mkV "gas" "IRREG" "IRREG" "IRREG" "IRREG"); -lin gas_bracket_N = mkN "gas-bracket" "gas-brackets"; -lin gas_cooker_N = mkN "gas-cooker" "gas-cookers"; -lin gas_engine_N = mkN "gas-engine" "gas-engines"; -lin gas_fitter_N = mkN "gas-fitter" "gas-fitters"; -lin gas_helmet_N = mkN "gas-helmet" "gas-helmets"; -lin gas_holder_N = mkN "gas-holder" "gas-holders"; -lin gas_mask_N = mkN "gas-mask" "gas-masks"; -lin gas_meter_N = mkN "gas-meter" "gas-meters"; -lin gas_oven_N = mkN "gas-oven" "gas-ovens"; -lin gas_ring_N = mkN "gas-ring" "gas-rings"; -lin gas_station_N = mkN "gas-station" "gas-stations"; -lin gas_stove_N = mkN "gas-stove" "gas-stoves"; -lin gasbag_N = mkN "gasbag" "gasbags"; -lin gaseous_A = compoundA (mkA "gaseous"); -lin gash_N = mkN "gash" "gashes"; -lin gash_V2 = mkV2 (mkV "gash" "gashes" "gashed" "gashed" "gashing"); -lin gasification_N = mkN "gasification" "gasifications"; -lin gasify_V = mkV "gasify" "gasifies" "gasified" "gasified" "gasifying"; -lin gasify_V2 = mkV2 (mkV "gasify" "gasifies" "gasified" "gasified" "gasifying"); -lin gasket_N = mkN "gasket" "gaskets"; -lin gaslight_N = mkN "gaslight" "-" {- FIXME: no plural form -}; -lin gasmask_N = mkN "gasmask" "gasmasks"; -lin gasolene_N = mkN "gasolene" "-" {- FIXME: no plural form -}; -lin gasoline_N = mkN "gasoline" "-" {- FIXME: no plural form -}; -lin gasometer_N = mkN "gasometer" "gasometers"; -lin gasp_N = mkN "gasp" "gasps"; -lin gasp_V = mkV "gasp" "gasps" "gasped" "gasped" "gasping"; -lin gasp_V2 = mkV2 (mkV "gasp" "gasps" "gasped" "gasped" "gasping"); -lin gassy_A = mkA "gassy" "gassier"; -lin gastric_A = compoundA (mkA "gastric"); -lin gastritis_N = mkN "gastritis" "-" {- FIXME: no plural form -}; -lin gastronomic_A = compoundA (mkA "gastronomic"); -lin gastronomy_N = mkN "gastronomy" "-" {- FIXME: no plural form -}; -lin gasworks_N = mkN "gasworks" "gasworks"; -lin gate_N = mkN "gate" "gates"; -lin gate_V2 = mkV2 (mkV "gate" "gates" "gated" "gated" "gating"); -lin gatecrash_V2 = mkV2 (mkV "gatecrash" "gatecrashes" "gatecrashed" "gatecrashed" "gatecrashing"); -lin gatecrasher_N = mkN "gatecrasher" "gatecrashers"; -lin gatehouse_N = mkN "gatehouse" "gatehouses"; -lin gatepost_N = mkN "gatepost" "gateposts"; -lin gateshead_PN = mkPN "Gateshead"; -lin gateway_N = mkN "gateway" "gateways"; -lin gather_V = mkV "gather" "gathers" "gathered" "gathered" "gathering"; -lin gather_V2 = mkV2 (mkV "gather" "gathers" "gathered" "gathered" "gathering"); -lin gatherer_N = mkN "gatherer" "gatherers"; -lin gathering_N = mkN "gathering" "gatherings"; -lin gatt_N = mkN "gatt" "-" {- FIXME: no plural form -}; -lin gauche_A = compoundA (mkA "gauche"); -lin gaucherie_N = mkN "gaucherie" "gaucheries"; -lin gaucho_N = mkN "gaucho" "gauchos"; -lin gaud_N = mkN "gaud" "gauds"; -lin gaudily_Adv = mkAdv "gaudily"; -lin gaudy_A = mkA "gaudy" "gaudier"; -lin gaudy_N = mkN "gaudy" "gaudies"; -lin gauge_N = mkN "gauge" "gauges"; -lin gauge_V2 = mkV2 (mkV "gauge" "gauges" "gauged" "gauged" "gauging"); -lin gaul_N = mkN "gaul" "gauls"; -lin gaunt_A = compoundA (mkA "gaunt"); -lin gauntlet_N = mkN "gauntlet" "gauntlets"; -lin gauntness_N = mkN "gauntness" "-" {- FIXME: no plural form -}; -lin gauze_N = mkN "gauze" "-" {- FIXME: no plural form -}; -lin gauzy_A = mkA "gauzy" "gauzier"; -lin gavel_N = mkN "gavel" "gavels"; -lin gavin_PN = mkPN "Gavin"; -lin gavotte_N = mkN "gavotte" "gavottes"; -lin gawk_N = mkN "gawk" "gawks"; -lin gawkiness_N = mkN "gawkiness" "-" {- FIXME: no plural form -}; -lin gawky_A = mkA "gawky" "gawkier"; -lin gawp_V = mkV "gawp" "gawps" "gawped" "gawped" "gawping"; -lin gay_A = mkA "gay" "gayer"; -lin gay_N = mkN "gay" "gays"; -lin gayness_N = mkN "gayness" "-" {- FIXME: no plural form -}; -lin gaze_N = mkN "gaze" "IRREG"; -lin gaze_V = mkV "gaze" "gazes" "gazed" "gazed" "gazing"; -lin gazelle_N = mkN "gazelle" "gazelles"; -lin gazette_N = mkN "gazette" "gazettes"; -lin gazette_V2 = mkV2 (mkV "gazette" "gazettes" "gazetted" "gazetted" "gazetting"); -lin gazetteer_N = mkN "gazetteer" "gazetteers"; -lin gazump_V = mkV "gazump" "gazumps" "gazumped" "gazumped" "gazumping"; -lin gazump_V2 = mkV2 (mkV "gazump" "gazumps" "gazumped" "gazumped" "gazumping"); -lin gb_PN = mkPN "Gb"; -lin gcse_N = mkN "gcse" "-" {- FIXME: no plural form -}; -lin gcses_N = mkN "-" "gcses" {- FIXME: no singular form -}; -lin gdansk_PN = mkPN "Gdansk"; -lin gdn_PN = mkPN "Gdn"; -lin gdns_PN = mkPN "Gdns"; -lin gear_N = mkN "gear" "gears"; -lin gear_V = mkV "gear" "gears" "geared" "geared" "gearing"; -lin gear_V2 = mkV2 (mkV "gear" "gears" "geared" "geared" "gearing"); -lin gear_case_N = mkN "gear-case" "gear-cases"; -lin gearbox_N = mkN "gearbox" "gearboxes"; -lin gearshift_N = mkN "gearshift" "gearshifts"; -lin gecko_N = mkN "gecko" "geckos"; -lin gee_gee_N = mkN "gee-gee" "gee-gees"; -lin geezer_N = mkN "geezer" "geezers"; -lin geiger_N = mkN "geiger" "geigers"; -lin geisha_N = mkN "geisha" "geishas"; -lin gel_N = mkN "gel" "gels"; -lin gel_V = mkV "gel" "gels" "gelled" "gelled" "gelling"; -lin gelatin_N = mkN "gelatin" "-" {- FIXME: no plural form -}; -lin gelatine_N = mkN "gelatine" "-" {- FIXME: no plural form -}; -lin gelatinous_A = compoundA (mkA "gelatinous"); -lin geld_V2 = mkV2 (mkV "geld" "gelds" "gelded" "gelded" "gelding"); -lin gelding_N = mkN "gelding" "geldings"; -lin gelignite_N = mkN "gelignite" "-" {- FIXME: no plural form -}; -lin gelligaer_PN = mkPN "Gelligaer"; -lin gelsenkirchen_PN = mkPN "Gelsenkirchen"; -lin gem_N = mkN "gem" "gems"; -lin gemini_PN = mkPN "Gemini"; -lin gemmed_A = compoundA (mkA "gemmed"); -lin gen_N = mkN "gen" "-" {- FIXME: no plural form -}; -lin gen_PN = mkPN "Gen"; -lin gen_V2 = mkV2 (mkV "gen" "gens" "genned" "genned" "genning"); -lin gendarme_N = mkN "gendarme" "gendarmes"; -lin gendarmerie_N = mkN "gendarmerie" "gendarmeries"; -lin gender_N = mkN "gender" "genders"; -lin gene_N = mkN "gene" "genes"; -lin gene_PN = mkPN "Gene"; -lin genealogical_A = compoundA (mkA "genealogical"); -lin genealogically_Adv = mkAdv "genealogically"; -lin genealogist_N = mkN "genealogist" "genealogists"; -lin genealogy_N = mkN "genealogy" "genealogies"; -lin general_A = compoundA (mkA "general"); -lin general_N = mkN "general" "generals"; -lin generalissimo_N = mkN "generalissimo" "generalissimos"; -lin generality_N = mkN "generality" "generalities"; -lin generalization_N = mkN "generalization" "generalizations"; -lin generalize_V = mkV "generalize" "generalizes" "generalized" "generalized" "generalizing"; -lin generalize_V2 = mkV2 (mkV "generalize" "generalizes" "generalized" "generalized" "generalizing"); -lin generally_Adv = mkAdv "generally"; -lin generate_V2 = mkV2 (mkV "generate" "generates" "generated" "generated" "generating"); -lin generation_N = mkN "generation" "generations"; -lin generative_A = compoundA (mkA "generative"); -lin generator_N = mkN "generator" "generators"; -lin generic_A = compoundA (mkA "generic"); -lin generically_Adv = mkAdv "generically"; -lin generosity_N = mkN "generosity" "generosities"; -lin generous_A = compoundA (mkA "generous"); -lin generously_Adv = mkAdv "generously"; -lin genesis_N = mkN "genesis" "geneses" {- FIXME: guessed plural form -}; -lin genetic_A = compoundA (mkA "genetic"); -lin genetically_Adv = mkAdv "genetically"; -lin geneticist_N = mkN "geneticist" "geneticists"; -lin genetics_N = mkN "genetics" "genetics"; -lin geneva_PN = mkPN "Geneva"; -lin genial_A = compoundA (mkA "genial"); -lin geniality_N = mkN "geniality" "genialities"; -lin genially_Adv = mkAdv "genially"; -lin genie_N = mkN "genie" "genies"; -lin genital_A = compoundA (mkA "genital"); -lin genitive_A = compoundA (mkA "genitive"); -lin genius_N = mkN "genius" "geniuses"; -lin genius_loci_N = mkN "genius loci" "IRREG"; -lin genoa_PN = mkPN "Genoa"; -lin genocide_N = mkN "genocide" "-" {- FIXME: no plural form -}; -lin genova_PN = mkPN "Genova"; -lin genre_N = mkN "genre" "genres"; -lin genre_painting_N = mkN "genre-painting" "genre-paintings"; -lin gent_N = mkN "gent" "gents"; -lin genteel_A = compoundA (mkA "genteel"); -lin genteelly_Adv = mkAdv "genteelly"; -lin gentian_N = mkN "gentian" "gentians"; -lin gentile_A = compoundA (mkA "gentile"); -lin gentile_N = mkN "gentile" "gentiles"; -lin gentility_N = mkN "gentility" "-" {- FIXME: no plural form -}; -lin gentle_A = mkA "gentle" "gentler"; -lin gentleman_N = mkN "gentleman" "gentlemen" {- FIXME: guessed plural form -}; -lin gentleman_at_arms_N = mkN "gentleman-at-arms" "gentlemen-*at-arms"; -lin gentlemanly_A = compoundA (mkA "gentlemanly"); -lin gentleness_N = mkN "gentleness" "-" {- FIXME: no plural form -}; -lin gentlewoman_N = mkN "gentlewoman" "gentlewomen" {- FIXME: guessed plural form -}; -lin gently_Adv = mkAdv "gently"; -lin gentry_N = mkN "gentry" "gentry"; -lin genuflect_V = mkV "genuflect" "genuflects" "genuflected" "genuflected" "genuflecting"; -lin genuflection_N = mkN "genuflection" "genuflections"; -lin genuflexion_N = mkN "genuflexion" "genuflexions"; -lin genuine_A = compoundA (mkA "genuine"); -lin genuinely_Adv = mkAdv "genuinely"; -lin genuineness_N = mkN "genuineness" "-" {- FIXME: no plural form -}; -lin genus_N = mkN "genus" "geni" {- FIXME: guessed plural form -}; -lin geocentric_A = compoundA (mkA "geocentric"); -lin geoff_PN = mkPN "Geoff"; -lin geoffrey_PN = mkPN "Geoffrey"; -lin geographer_N = mkN "geographer" "geographers"; -lin geographical_A = compoundA (mkA "geographical"); -lin geographically_Adv = mkAdv "geographically"; -lin geography_N = mkN "geography" "-" {- FIXME: no plural form -}; -lin geological_A = compoundA (mkA "geological"); -lin geologically_Adv = mkAdv "geologically"; -lin geologist_N = mkN "geologist" "geologists"; -lin geology_N = mkN "geology" "-" {- FIXME: no plural form -}; -lin geometric_A = compoundA (mkA "geometric"); -lin geometrical_A = compoundA (mkA "geometrical"); -lin geometrically_Adv = mkAdv "geometrically"; -lin geometry_N = mkN "geometry" "-" {- FIXME: no plural form -}; -lin geophysical_A = compoundA (mkA "geophysical"); -lin geophysics_N = mkN "geophysics" "geophysics"; -lin geopolitics_N = mkN "geopolitics" "geopolitics"; -lin george_PN = mkPN "George"; -lin georgette_N = mkN "georgette" "-" {- FIXME: no plural form -}; -lin georgia_PN = mkPN "Georgia"; -lin georgian_A = compoundA (mkA "georgian"); -lin georgian_N = mkN "georgian" "georgians"; -lin georgie_PN = mkPN "Georgie"; -lin gerald_PN = mkPN "Gerald"; -lin geraldine_PN = mkPN "Geraldine"; -lin geranium_N = mkN "geranium" "geraniums"; -lin gerard_PN = mkPN "Gerard"; -lin geriatric_A = compoundA (mkA "geriatric"); -lin geriatrician_N = mkN "geriatrician" "geriatricians"; -lin geriatrics_N = mkN "geriatrics" "geriatrics"; -lin germ_N = mkN "germ" "germs"; -lin german_A = compoundA (mkA "german"); -lin german_N = mkN "german" "germans"; -lin germane_A = compoundA (mkA "germane"); -lin germanic_A = compoundA (mkA "germanic"); -lin germany_PN = mkPN "Germany"; -lin germicide_N = mkN "germicide" "germicides"; -lin germinate_V = mkV "germinate" "germinates" "germinated" "germinated" "germinating"; -lin germinate_V2 = mkV2 (mkV "germinate" "germinates" "germinated" "germinated" "germinating"); -lin germination_N = mkN "germination" "-" {- FIXME: no plural form -}; -lin gerontology_N = mkN "gerontology" "-" {- FIXME: no plural form -}; -lin gerry_PN = mkPN "Gerry"; -lin gerrymander_N = mkN "gerrymander" "gerrymanders"; -lin gerrymander_V2 = mkV2 (mkV "gerrymander" "gerrymanders" "gerrymandered" "gerrymandered" "gerrymandering"); -lin gertie_PN = mkPN "Gertie"; -lin gertrude_PN = mkPN "Gertrude"; -lin gerund_N = mkN "gerund" "gerunds"; -lin gestapo_N = mkN "gestapo" "gestapos"; -lin gestation_N = mkN "gestation" "gestations"; -lin gesticulate_V = mkV "gesticulate" "gesticulates" "gesticulated" "gesticulated" "gesticulating"; -lin gesticulation_N = mkN "gesticulation" "gesticulations"; -lin gesture_N = mkN "gesture" "gestures"; -lin gesture_V = mkV "gesture" "gestures" "gestured" "gestured" "gesturing"; -lin get_V = IrregEng.get_V; -lin get_V2 = mkV2 (IrregEng.get_V); -lin get_at_able_A = compoundA (mkA "get-at-able"); -lin get_together_N = mkN "get-together" "get-togethers"; -lin get_up_N = mkN "get-up" "get-ups"; -lin getaway_N = mkN "getaway" "getaways"; -lin geum_N = mkN "geum" "geums"; -lin geyser_N = mkN "geyser" "geysers"; -lin ghana_PN = mkPN "Ghana"; -lin ghanaian_A = compoundA (mkA "ghanaian"); -lin ghanaian_N = mkN "ghanaian" "ghanaians"; -lin gharry_N = mkN "gharry" "gharries"; -lin ghastly_A = mkA "ghastly" "ghastlier"; -lin ghat_N = mkN "ghat" "ghats"; -lin ghee_N = mkN "ghee" "-" {- FIXME: no plural form -}; -lin ghent_PN = mkPN "Ghent"; -lin gherkin_N = mkN "gherkin" "gherkins"; -lin ghetto_N = mkN "ghetto" "ghettos"; -lin ghost_N = mkN "ghost" "ghosts"; -lin ghost_V = mkV "ghost" "ghosts" "ghosted" "ghosted" "ghosting"; -lin ghost_V2 = mkV2 (mkV "ghost" "ghosts" "ghosted" "ghosted" "ghosting"); -lin ghost_writer_N = mkN "ghost-writer" "ghost-writers"; -lin ghostliness_N = mkN "ghostliness" "-" {- FIXME: no plural form -}; -lin ghostly_A = compoundA (mkA "ghostly"); -lin ghoul_N = mkN "ghoul" "ghouls"; -lin ghoulish_A = compoundA (mkA "ghoulish"); -lin ghq_PN = mkPN "Ghq"; -lin gi_N = mkN "gi" "-" {- FIXME: no plural form -}; -lin giant_N = mkN "giant" "giants"; -lin giantess_N = mkN "giantess" "giantesses"; -lin gibber_V = mkV "gibber" "gibbers" "gibbered" "gibbered" "gibbering"; -lin gibberish_N = mkN "gibberish" "-" {- FIXME: no plural form -}; -lin gibbet_N = mkN "gibbet" "gibbets"; -lin gibbet_V2 = mkV2 (mkV "gibbet" "gibbets" "gibbeted" "gibbeted" "gibbeting"); -lin gibbon_N = mkN "gibbon" "gibbons"; -lin gibbous_A = compoundA (mkA "gibbous"); -lin gibe_N = mkN "gibe" "gibes"; -lin gibe_V = mkV "gibe" "gibes" "gibed" "gibed" "gibing"; -lin gibingly_Adv = mkAdv "gibingly"; -lin gibraltar_PN = mkPN "Gibraltar"; -lin gibraltarian_A = compoundA (mkA "gibraltarian"); -lin gibraltarian_N = mkN "gibraltarian" "gibraltarians"; -lin giddily_Adv = mkAdv "giddily"; -lin giddiness_N = mkN "giddiness" "-" {- FIXME: no plural form -}; -lin giddy_A = mkA "giddy" "giddier"; -lin giffnock_PN = mkPN "Giffnock"; -lin gift_N = mkN "gift" "gifts"; -lin gift_V2 = mkV2 (mkV "gift" "gifts" "gifted" "gifted" "gifting"); -lin gifted_A = compoundA (mkA "gifted"); -lin gig_N = mkN "gig" "gigs"; -lin gigantic_A = compoundA (mkA "gigantic"); -lin giggle_N = mkN "giggle" "giggles"; -lin giggle_V = mkV "giggle" "giggles" "giggled" "giggled" "giggling"; -lin gigolo_N = mkN "gigolo" "gigolos"; -lin gilbert_PN = mkPN "Gilbert"; -lin gilbertian_A = compoundA (mkA "gilbertian"); -lin gild_N = mkN "gild" "gilds"; -lin gild_V2 = mkV2 (mkV "gild" "gilds" "gilded" "gilded" "gilding"); -lin gilder_N = mkN "gilder" "gilders"; -lin gilding_N = mkN "gilding" "-" {- FIXME: no plural form -}; -lin giles_PN = mkPN "Giles"; -lin gilfach_goch_PN = mkPN "Gilfach goch"; -lin gill_N = mkN "gill" "gills"; -lin gill_PN = mkPN "Gill"; -lin gillian_PN = mkPN "Gillian"; -lin gillie_N = mkN "gillie" "gillies"; -lin gillingham_PN = mkPN "Gillingham"; -lin gilt_N = mkN "gilt" "-" {- FIXME: no plural form -}; -lin gilt_edged_A = compoundA (mkA "gilt-edged"); -lin gimcrack_A = compoundA (mkA "gimcrack"); -lin gimlet_N = mkN "gimlet" "gimlets"; -lin gimmick_N = mkN "gimmick" "gimmicks"; -lin gin_N = mkN "gin" "gins"; -lin gin_V2 = mkV2 (mkV "gin" "gins" "ginned" "ginned" "ginning"); -lin gina_PN = mkPN "Gina"; -lin ginger_N = mkN "ginger" "-" {- FIXME: no plural form -}; -lin ginger_V2 = mkV2 (mkV "ginger" "gingers" "gingered" "gingered" "gingering"); -lin gingerbread_N = mkN "gingerbread" "gingerbreads"; -lin gingerly_A = compoundA (mkA "gingerly"); -lin gingerly_Adv = mkAdv "gingerly"; -lin gingham_N = mkN "gingham" "-" {- FIXME: no plural form -}; -lin gingko_N = mkN "gingko" "gingkos"; -lin ginseng_N = mkN "ginseng" "-" {- FIXME: no plural form -}; -lin gipsy_N = mkN "gipsy" "gipsies"; -lin giraffe_N = mkN "giraffe" "giraffes"; -lin gird_V2 = mkV2 (mkV "gird" "girds" "girded" "girded" "girding"); -lin girder_N = mkN "girder" "girders"; -lin girdle_N = mkN "girdle" "girdles"; -lin girdle_V2 = mkV2 (mkV "girdle" "girdles" "girdled" "girdled" "girdling"); -lin girl_N = mkN "girl" "girls"; -lin girlfriend_N = mkN "girlfriend" "girlfriends"; -lin girlhood_N = mkN "girlhood" "-" {- FIXME: no plural form -}; -lin girlish_A = compoundA (mkA "girlish"); -lin girlishly_Adv = mkAdv "girlishly"; -lin girlishness_N = mkN "girlishness" "-" {- FIXME: no plural form -}; -lin giro_N = mkN "giro" "-" {- FIXME: no plural form -}; -lin girth_N = mkN "girth" "girths"; -lin girvan_PN = mkPN "Girvan"; -lin gis_N = mkN "-" "gis" {- FIXME: no singular form -}; -lin gist_N = mkN "gist" "gists"; -lin give_N = mkN "give" "-" {- FIXME: no plural form -}; -lin give_V = IrregEng.give_V; -lin give_V2 = mkV2 (IrregEng.give_V); -lin giveaway_N = mkN "giveaway" "giveaways"; -lin giver_N = mkN "giver" "givers"; -lin gizzard_N = mkN "gizzard" "gizzards"; -lin glacial_A = compoundA (mkA "glacial"); -lin glacier_N = mkN "glacier" "glaciers"; -lin glace_A = compoundA (mkA "glacé"); -lin glad_A = mkA "glad" "gladder*"; -lin gladden_V2 = mkV2 (mkV "gladden" "gladdens" "gladdened" "gladdened" "gladdening"); -lin glade_N = mkN "glade" "glades"; -lin gladiator_N = mkN "gladiator" "gladiators"; -lin gladiatorial_A = compoundA (mkA "gladiatorial"); -lin gladiolus_N = mkN "gladiolus" "gladioluses"; -lin gladly_Adv = mkAdv "gladly"; -lin gladness_N = mkN "gladness" "-" {- FIXME: no plural form -}; -lin gladsome_A = compoundA (mkA "gladsome"); -lin gladys_PN = mkPN "Gladys"; -lin glamorgan_PN = mkPN "Glamorgan"; -lin glamorization_N = mkN "glamorization" "-" {- FIXME: no plural form -}; -lin glamorize_V2 = mkV2 (mkV "glamorize" "glamorizes" "glamorized" "glamorized" "glamorizing"); -lin glamorous_A = compoundA (mkA "glamorous"); -lin glamour_N = mkN "glamour" "-" {- FIXME: no plural form -}; -lin glance_N = mkN "glance" "glances"; -lin glance_V = mkV "glance" "glances" "glanced" "glanced" "glancing"; -lin glance_V2 = mkV2 (mkV "glance" "glances" "glanced" "glanced" "glancing"); -lin gland_N = mkN "gland" "glands"; -lin glanders_N = mkN "glanders" "-" {- FIXME: no plural form -}; -lin glandular_A = compoundA (mkA "glandular"); -lin glare_N = mkN "glare" "glares"; -lin glare_V = mkV "glare" "glares" "glared" "glared" "glaring"; -lin glare_V2 = mkV2 (mkV "glare" "glares" "glared" "glared" "glaring"); -lin glaring_A = compoundA (mkA "glaring"); -lin glasgow_PN = mkPN "Glasgow"; -lin glass_N = mkN "glass" "glasses"; -lin glass_V2 = mkV2 (mkV "glass" "glasses" "glassed" "glassed" "glassing"); -lin glass_blower_N = mkN "glass-blower" "glass-blowers"; -lin glass_cutter_N = mkN "glass-cutter" "glass-cutters"; -lin glass_wool_N = mkN "glass-wool" "-" {- FIXME: no plural form -}; -lin glassful_N = mkN "glassful" "glassfuls"; -lin glasshouse_N = mkN "glasshouse" "glasshouses"; -lin glassware_N = mkN "glassware" "-" {- FIXME: no plural form -}; -lin glassworks_N = mkN "glassworks" "glassworks"; -lin glassy_A = mkA "glassy" "glassier"; -lin glastonbury_PN = mkPN "Glastonbury"; -lin glaswegian_A = compoundA (mkA "glaswegian"); -lin glaswegian_N = mkN "glaswegian" "glaswegians"; -lin glaucoma_N = mkN "glaucoma" "-" {- FIXME: no plural form -}; -lin glaucous_A = compoundA (mkA "glaucous"); -lin glaze_N = mkN "glaze" "glazes"; -lin glaze_V = mkV "glaze" "glazes" "glazed" "glazed" "glazing"; -lin glaze_V2 = mkV2 (mkV "glaze" "glazes" "glazed" "glazed" "glazing"); -lin glazier_N = mkN "glazier" "glaziers"; -lin gleam_N = mkN "gleam" "gleams"; -lin gleam_V = mkV "gleam" "gleams" "gleamed" "gleamed" "gleaming"; -lin glean_V = mkV "glean" "gleans" "gleaned" "gleaned" "gleaning"; -lin glean_V2 = mkV2 (mkV "glean" "gleans" "gleaned" "gleaned" "gleaning"); -lin gleaner_N = mkN "gleaner" "gleaners"; -lin glebe_N = mkN "glebe" "glebes"; -lin glee_N = mkN "glee" "glees"; -lin gleeful_A = compoundA (mkA "gleeful"); -lin gleefully_Adv = mkAdv "gleefully"; -lin glen_N = mkN "glen" "glens"; -lin glen_PN = mkPN "Glen"; -lin glengarry_N = mkN "glengarry" "glengarries"; -lin glenrothes_PN = mkPN "Glenrothes"; -lin glib_A = mkA "glib" "glibber*"; -lin glibly_Adv = mkAdv "glibly"; -lin glibness_N = mkN "glibness" "-" {- FIXME: no plural form -}; -lin glide_N = mkN "glide" "glides"; -lin glide_V = mkV "glide" "glides" "glided" "glided" "gliding"; -lin glider_N = mkN "glider" "gliders"; -lin gliding_N = mkN "gliding" "-" {- FIXME: no plural form -}; -lin glimmer_N = mkN "glimmer" "glimmers"; -lin glimmer_V = mkV "glimmer" "glimmers" "glimmered" "glimmered" "glimmering"; -lin glimpse_N = mkN "glimpse" "glimpses"; -lin glimpse_V2 = mkV2 (mkV "glimpse" "glimpses" "glimpsed" "glimpsed" "glimpsing"); -lin glint_N = mkN "glint" "glints"; -lin glint_V = mkV "glint" "glints" "glinted" "glinted" "glinting"; -lin glissade_N = mkN "glissade" "glissades"; -lin glissade_V = mkV "glissade" "glissades" "glissaded" "glissaded" "glissading"; -lin glissando_A = compoundA (mkA "glissando"); -lin glissando_Adv = mkAdv "glissando"; -lin glisten_V = mkV "glisten" "glistens" "glistened" "glistened" "glistening"; -lin glister_N = mkN "glister" "IRREG"; -lin glister_V = mkV "glister" "glisters" "glistered" "glistered" "glistering"; -lin glitter_N = mkN "glitter" "-" {- FIXME: no plural form -}; -lin glitter_V = mkV "glitter" "glitters" "glittered" "glittered" "glittering"; -lin glittering_A = compoundA (mkA "glittering"); -lin gloaming_N = mkN "gloaming" "IRREG"; -lin gloat_V = mkV "gloat" "gloats" "gloated" "gloated" "gloating"; -lin gloatingly_Adv = mkAdv "gloatingly"; -lin global_A = compoundA (mkA "global"); -lin globe_N = mkN "globe" "globes"; -lin globetrot_V = mkV "globetrot" "globetrots" "globetrotted" "globetrotted" "globetrotting"; -lin globetrotter_N = mkN "globetrotter" "globetrotters"; -lin globular_A = compoundA (mkA "globular"); -lin globule_N = mkN "globule" "globules"; -lin glockenspiel_N = mkN "glockenspiel" "glockenspiels"; -lin gloom_N = mkN "gloom" "glooms"; -lin gloomily_Adv = mkAdv "gloomily"; -lin gloomy_A = mkA "gloomy" "gloomier"; -lin gloria_PN = mkPN "Gloria"; -lin glorification_N = mkN "glorification" "-" {- FIXME: no plural form -}; -lin glorify_V2 = mkV2 (mkV "glorify" "glorifies" "glorified" "glorified" "glorifying"); -lin glorious_A = compoundA (mkA "glorious"); -lin gloriously_Adv = mkAdv "gloriously"; -lin glory_N = mkN "glory" "glories"; -lin glory_V = mkV "glory" "glories" "gloried" "gloried" "glorying"; -lin glory_hole_N = mkN "glory-hole" "glory-holes"; -lin gloss_N = mkN "gloss" "glosses"; -lin gloss_V2 = mkV2 (mkV "gloss" "glosses" "glossed" "glossed" "glossing"); -lin glossary_N = mkN "glossary" "glossaries"; -lin glossily_Adv = mkAdv "glossily"; -lin glossiness_N = mkN "glossiness" "-" {- FIXME: no plural form -}; -lin glossop_PN = mkPN "Glossop"; -lin glossy_A = mkA "glossy" "glossier"; -lin glottal_A = compoundA (mkA "glottal"); -lin glottis_N = mkN "glottis" "glottises"; -lin gloucester_PN = mkPN "Gloucester"; -lin gloucestershire_PN = mkPN "Gloucestershire"; -lin glove_N = mkN "glove" "gloves"; -lin glove_compartment_N = mkN "glove-compartment" "glove-compartments"; -lin gloved_A = compoundA (mkA "gloved"); -lin glow_N = mkN "glow" "IRREG"; -lin glow_V = mkV "glow" "glows" "glowed" "glowed" "glowing"; -lin glow_worm_N = mkN "glow-worm" "glow-worms"; -lin glower_V = mkV "glower" "glowers" "glowered" "glowered" "glowering"; -lin gloweringly_Adv = mkAdv "gloweringly"; -lin glowing_A = compoundA (mkA "glowing"); -lin glowingly_Adv = mkAdv "glowingly"; -lin glucose_N = mkN "glucose" "-" {- FIXME: no plural form -}; -lin glue_N = mkN "glue" "glues"; -lin glue_V2 = mkV2 (mkV "glue" "IRREG" "IRREG" "IRREG" "IRREG"); -lin gluey_A = compoundA (mkA "gluey"); -lin glum_A = mkA "glum" "glummer*"; -lin glumly_Adv = mkAdv "glumly"; -lin glumness_N = mkN "glumness" "-" {- FIXME: no plural form -}; -lin glusburn_PN = mkPN "Glusburn"; -lin glut_N = mkN "glut" "gluts"; -lin glut_V2 = mkV2 (mkV "glut" "gluts" "glutted" "glutted" "glutting"); -lin gluten_N = mkN "gluten" "-" {- FIXME: no plural form -}; -lin glutinous_A = compoundA (mkA "glutinous"); -lin glutton_N = mkN "glutton" "gluttons"; -lin gluttonous_A = compoundA (mkA "gluttonous"); -lin gluttonously_Adv = mkAdv "gluttonously"; -lin gluttony_N = mkN "gluttony" "-" {- FIXME: no plural form -}; -lin glycerine_N = mkN "glycerine" "-" {- FIXME: no plural form -}; -lin gmt_PN = mkPN "Gmt"; -lin gnarled_A = compoundA (mkA "gnarled"); -lin gnash_V = mkV "gnash" "gnashes" "gnashed" "gnashed" "gnashing"; -lin gnash_V2 = mkV2 (mkV "gnash" "gnashes" "gnashed" "gnashed" "gnashing"); -lin gnat_N = mkN "gnat" "gnats"; -lin gnaw_V = mkV "gnaw" "gnaws" "gnawed" "gnawed" "gnawing"; -lin gnaw_V2 = mkV2 (mkV "gnaw" "gnaws" "gnawed" "gnawed" "gnawing"); -lin gnome_N = mkN "gnome" "gnomes"; -lin gnp_N = mkN "gnp" "-" {- FIXME: no plural form -}; -lin gnu_N = mkN "gnu" "gnus"; -lin go_N = mkN "go" "gi" {- FIXME: guessed plural form -}; -lin go_V = IrregEng.go_V; -lin go_ahead_N = mkN "go-ahead" "IRREG"; -lin go_as_you_please_A = compoundA (mkA "go-as-you-please"); -lin go_between_N = mkN "go-between" "go-betweens"; -lin go_by_N = mkN "go-by" "IRREG"; -lin go_cart_N = mkN "go-cart" "go-carts"; -lin go_getter_N = mkN "go-getter" "go-getters"; -lin go_kart_N = mkN "go-kart" "go-karts"; -lin go_slow_N = mkN "go-slow" "go-slows"; -lin go_to_meeting_A = compoundA (mkA "go-to-meeting"); -lin goad_N = mkN "goad" "goads"; -lin goad_V2 = mkV2 (mkV "goad" "goads" "goaded" "goaded" "goading"); -lin goal_N = mkN "goal" "goals"; -lin goal_kick_N = mkN "goal-kick" "goal-kicks"; -lin goal_line_N = mkN "goal-line" "goal-lines"; -lin goalie_N = mkN "goalie" "goalies"; -lin goalkeeper_N = mkN "goalkeeper" "goalkeepers"; -lin goalless_A = compoundA (mkA "goalless"); -lin goalmouth_N = mkN "goalmouth" "goalmouths"; -lin goat_N = mkN "goat" "goats"; -lin goatee_N = mkN "goatee" "goatees"; -lin goatherd_N = mkN "goatherd" "goatherds"; -lin goatskin_N = mkN "goatskin" "goatskins"; -lin gob_N = mkN "gob" "gobs"; -lin gobbet_N = mkN "gobbet" "gobbets"; -lin gobble_N = mkN "gobble" "gobbles"; -lin gobble_V = mkV "gobble" "gobbles" "gobbled" "gobbled" "gobbling"; -lin gobble_V2 = mkV2 (mkV "gobble" "gobbles" "gobbled" "gobbled" "gobbling"); -lin gobbledygook_N = mkN "gobbledygook" "-" {- FIXME: no plural form -}; -lin gobbler_N = mkN "gobbler" "gobblers"; -lin goblet_N = mkN "goblet" "goblets"; -lin goblin_N = mkN "goblin" "goblins"; -lin god_N = mkN "god" "gods"; -lin god_PN = mkPN "God"; -lin god_damn_A = compoundA (mkA "god-damn"); -lin god_damned_A = compoundA (mkA "god-damned"); -lin godalming_PN = mkPN "Godalming"; -lin godchild_N = mkN "godchild" "godchildren" {- FIXME: guessed plural form -}; -lin goddam_A = compoundA (mkA "goddam"); -lin goddam_Adv = mkAdv "goddam"; -lin goddaughter_N = mkN "goddaughter" "goddaughters"; -lin goddess_N = mkN "goddess" "goddesses"; -lin godfather_N = mkN "godfather" "godfathers"; -lin godfearing_A = compoundA (mkA "godfearing"); -lin godforsaken_A = compoundA (mkA "godforsaken"); -lin godfrey_PN = mkPN "Godfrey"; -lin godhead_N = mkN "godhead" "-" {- FIXME: no plural form -}; -lin godless_A = compoundA (mkA "godless"); -lin godlessness_N = mkN "godlessness" "-" {- FIXME: no plural form -}; -lin godlike_A = compoundA (mkA "godlike"); -lin godliness_N = mkN "godliness" "-" {- FIXME: no plural form -}; -lin godly_A = mkA "godly" "godlier"; -lin godmanchester_PN = mkPN "Godmanchester"; -lin godmother_N = mkN "godmother" "godmothers"; -lin godown_N = mkN "godown" "godowns"; -lin godparent_N = mkN "godparent" "godparents"; -lin godsend_N = mkN "godsend" "godsends"; -lin godson_N = mkN "godson" "godsons"; -lin godspeed_N = mkN "godspeed" "-" {- FIXME: no plural form -}; -lin goffs_oak_PN = mkPN "Goffs oak"; -lin goggle_V = mkV "goggle" "goggles" "goggled" "goggled" "goggling"; -lin goggle_box_N = mkN "goggle-box" "goggle-boxes"; -lin goggle_eyed_A = compoundA (mkA "goggle-eyed"); -lin going_A = compoundA (mkA "going"); -lin going_N = mkN "going" "goings"; -lin going_over_N = mkN "going-over" "going-overs"; -lin goitre_N = mkN "goitre" "goitres"; -lin golbourne_PN = mkPN "Golbourne"; -lin gold_N = mkN "gold" "-" {- FIXME: no plural form -}; -lin gold_beater_N = mkN "gold-beater" "gold-beaters"; -lin gold_digger_N = mkN "gold-digger" "gold-diggers"; -lin gold_dust_N = mkN "gold-dust" "-" {- FIXME: no plural form -}; -lin gold_foil_N = mkN "gold-foil" "-" {- FIXME: no plural form -}; -lin gold_leaf_N = mkN "gold-leaf" "-" {- FIXME: no plural form -}; -lin gold_plate_N = mkN "gold-plate" "-" {- FIXME: no plural form -}; -lin gold_rush_N = mkN "gold-rush" "gold-rushes"; -lin golden_A = compoundA (mkA "golden"); -lin goldfield_N = mkN "goldfield" "goldfields"; -lin goldfinch_N = mkN "goldfinch" "goldfinches"; -lin goldfish_N = mkN "goldfish" "goldfish"; -lin goldmine_N = mkN "goldmine" "goldmines"; -lin goldsmith_N = mkN "goldsmith" "goldsmiths"; -lin golf_N = mkN "golf" "-" {- FIXME: no plural form -}; -lin golf_V = mkV "golf" "golfs" "golfed" "golfed" "golfing"; -lin golf_ball_N = mkN "golf-ball" "golf-balls"; -lin golf_club_N = mkN "golf-club" "golf-clubs"; -lin golf_course_N = mkN "golf-course" "golf-courses"; -lin golf_links_N = mkN "golf-links" "golf-links"; -lin golfer_N = mkN "golfer" "golfers"; -lin goliath_N = mkN "goliath" "goliaths"; -lin golliwog_N = mkN "golliwog" "golliwogs"; -lin golosh_N = mkN "golosh" "goloshes"; -lin gondola_N = mkN "gondola" "gondolas"; -lin gondolier_N = mkN "gondolier" "gondoliers"; -lin goner_N = mkN "goner" "goners"; -lin gong_N = mkN "gong" "gongs"; -lin gong_V2 = mkV2 (mkV "gong" "gongs" "gonged" "gonged" "gonging"); -lin gonorrhea_N = mkN "gonorrhea" "-" {- FIXME: no plural form -}; -lin gonorrhoea_N = mkN "gonorrhoea" "-" {- FIXME: no plural form -}; -lin goo_N = mkN "goo" "-" {- FIXME: no plural form -}; -lin good_A = mkA "good" "goodder*"; -lin good_N = mkN "good" "-" {- FIXME: no plural form -}; -lin good_fellowship_N = mkN "good-fellowship" "-" {- FIXME: no plural form -}; -lin good_for_naught_A = compoundA (mkA "good-for-naught"); -lin good_for_naught_N = mkN "good-for-naught" "good-for-naughts"; -lin good_for_nothing_A = compoundA (mkA "good-for-nothing"); -lin good_for_nothing_N = mkN "good-for-nothing" "good-for-nothings"; -lin good_humoured_A = compoundA (mkA "good-humoured"); -lin good_looking_A = compoundA (mkA "good-looking"); -lin good_natured_A = compoundA (mkA "good-natured"); -lin good_neighbourliness_N = mkN "good-neighbourliness" "-" {- FIXME: no plural form -}; -lin good_tempered_A = compoundA (mkA "good-tempered"); -lin good_time_A = compoundA (mkA "good-time"); -lin goodbye_N = mkN "goodbye" "goodbyes"; -lin goodish_A = compoundA (mkA "goodish"); -lin goodly_A = mkA "goodly" "goodlier"; -lin goodness_N = mkN "goodness" "-" {- FIXME: no plural form -}; -lin goodwill_N = mkN "goodwill" "-" {- FIXME: no plural form -}; -lin goody_N = mkN "goody" "goodies"; -lin goody_goody_A = compoundA (mkA "goody-goody"); -lin goody_goody_N = mkN "goody-goody" "goody-goodies"; -lin gooey_A = mkA "gooey" "gooeyyer*"; -lin goof_N = mkN "goof" "goofs"; -lin goof_V = mkV "goof" "goofs" "goofed" "goofed" "goofing"; -lin goof_V2 = mkV2 (mkV "goof" "goofs" "goofed" "goofed" "goofing"); -lin goofy_A = mkA "goofy" "goofier"; -lin googly_N = mkN "googly" "googlies"; -lin goole_PN = mkPN "Goole"; -lin goon_N = mkN "goon" "goons"; -lin goose_N = mkN "goose" "IRREG"; -lin goose_flesh_N = mkN "goose-flesh" "-" {- FIXME: no plural form -}; -lin goose_step_N = mkN "goose-step" "goose-steps"; -lin gooseberry_N = mkN "gooseberry" "gooseberries"; -lin gopher_N = mkN "gopher" "gophers"; -lin gordian_A = compoundA (mkA "gordian"); -lin gordon_PN = mkPN "Gordon"; -lin gore_N = mkN "gore" "-" {- FIXME: no plural form -}; -lin gore_V2 = mkV2 (mkV "gore" "gores" "gored" "gored" "goring"); -lin gorge_N = mkN "gorge" "gorges"; -lin gorge_V = mkV "gorge" "gorges" "gorged" "gorged" "gorging"; -lin gorge_V2 = mkV2 (mkV "gorge" "gorges" "gorged" "gorged" "gorging"); -lin gorgeous_A = compoundA (mkA "gorgeous"); -lin gorgeously_Adv = mkAdv "gorgeously"; -lin gorgon_N = mkN "gorgon" "gorgons"; -lin gorgonzola_N = mkN "gorgonzola" "-" {- FIXME: no plural form -}; -lin gorilla_N = mkN "gorilla" "gorillas"; -lin gorky_PN = mkPN "Gorky"; -lin gormandize_V = mkV "gormandize" "gormandizes" "gormandized" "gormandized" "gormandizing"; -lin gormless_A = compoundA (mkA "gormless"); -lin gorse_N = mkN "gorse" "-" {- FIXME: no plural form -}; -lin gorseinon_PN = mkPN "Gorseinon"; -lin gory_A = mkA "gory" "gorier"; -lin gosling_N = mkN "gosling" "goslings"; -lin gospel_N = mkN "gospel" "gospels"; -lin gosport_PN = mkPN "Gosport"; -lin gossamer_N = mkN "gossamer" "gossamers"; -lin gossip_N = mkN "gossip" "gossips"; -lin gossip_V = mkV "gossip" "gossips" "gossiped" "gossiped" "gossiping"; -lin goteborg_PN = mkPN "Goteborg"; -lin goth_N = mkN "goth" "goths"; -lin gothenburg_PN = mkPN "Gothenburg"; -lin gothic_A = compoundA (mkA "gothic"); -lin gothic_N = mkN "gothic" "-" {- FIXME: no plural form -}; -lin gottingen_PN = mkPN "Gottingen"; -lin gouache_N = mkN "gouache" "-" {- FIXME: no plural form -}; -lin gouge_N = mkN "gouge" "gouges"; -lin gouge_V2 = mkV2 (mkV "gouge" "gouges" "gouged" "gouged" "gouging"); -lin goulash_N = mkN "goulash" "goulashes"; -lin gourd_N = mkN "gourd" "gourds"; -lin gourmand_N = mkN "gourmand" "gourmands"; -lin gourmet_N = mkN "gourmet" "gourmets"; -lin gourock_PN = mkPN "Gourock"; -lin gout_N = mkN "gout" "-" {- FIXME: no plural form -}; -lin gouty_A = mkA "gouty" "goutier"; -lin gov_PN = mkPN "Gov"; -lin govern_V = mkV "govern" "governs" "governed" "governed" "governing"; -lin govern_V2 = mkV2 (mkV "govern" "governs" "governed" "governed" "governing"); -lin governance_N = mkN "governance" "-" {- FIXME: no plural form -}; -lin governess_N = mkN "governess" "governesses"; -lin governing_A = compoundA (mkA "governing"); -lin government_N = mkN "government" "governments"; -lin governmental_A = compoundA (mkA "governmental"); -lin governor_N = mkN "governor" "governors"; -lin governor_general_N = mkN "governor-general" "governor-generals"; -lin govt_N = mkN "govt" "-" {- FIXME: no plural form -}; -lin gown_N = mkN "gown" "gowns"; -lin gown_V2 = mkV2 (mkV "gown" "gowns" "gowned" "gowned" "gowning"); -lin gp's_N = mkN "-" "gp's" {- FIXME: no singular form -}; -lin gp_N = mkN "gp" "-" {- FIXME: no plural form -}; -lin grab_N = mkN "grab" "grabs"; -lin grab_V = mkV "grab" "grabs" "grabbed" "grabbed" "grabbing"; -lin grab_V2 = mkV2 (mkV "grab" "grabs" "grabbed" "grabbed" "grabbing"); -lin grabber_N = mkN "grabber" "grabbers"; -lin grace_N = mkN "grace" "graces"; -lin grace_V2 = mkV2 (mkV "grace" "graces" "graced" "graced" "gracing"); -lin graceful_A = compoundA (mkA "graceful"); -lin gracefully_Adv = mkAdv "gracefully"; -lin graceless_A = compoundA (mkA "graceless"); -lin gracelessly_Adv = mkAdv "gracelessly"; -lin gracious_A = compoundA (mkA "gracious"); -lin graciously_Adv = mkAdv "graciously"; -lin graciousness_N = mkN "graciousness" "-" {- FIXME: no plural form -}; -lin gradation_N = mkN "gradation" "gradations"; -lin grade_N = mkN "grade" "grades"; -lin grade_V2 = mkV2 (mkV "grade" "grades" "graded" "graded" "grading"); -lin gradient_N = mkN "gradient" "gradients"; -lin gradual_A = compoundA (mkA "gradual"); -lin gradually_Adv = mkAdv "gradually"; -lin gradualness_N = mkN "gradualness" "-" {- FIXME: no plural form -}; -lin graduate_N = mkN "graduate" "graduates"; -lin graduate_V = mkV "graduate" "graduates" "graduated" "graduated" "graduating"; -lin graduate_V2 = mkV2 (mkV "graduate" "graduates" "graduated" "graduated" "graduating"); -lin graduation_N = mkN "graduation" "graduations"; -lin graffito_N = mkN "graffito" "graffiti" {- FIXME: guessed plural form -}; -lin graft_N = mkN "graft" "grafts"; -lin graft_V = mkV "graft" "grafts" "grafted" "grafted" "grafting"; -lin graft_V2 = mkV2 (mkV "graft" "grafts" "grafted" "grafted" "grafting"); -lin grail_N = mkN "grail" "grails"; -lin grain_N = mkN "grain" "grains"; -lin grained_A = compoundA (mkA "grained"); -lin gram_N = mkN "gram" "grams"; -lin grammar_N = mkN "grammar" "grammars"; -lin grammarian_N = mkN "grammarian" "grammarians"; -lin grammatical_A = compoundA (mkA "grammatical"); -lin grammatically_Adv = mkAdv "grammatically"; -lin gramme_N = mkN "gramme" "grammes"; -lin gramophone_N = mkN "gramophone" "gramophones"; -lin grampian_PN = mkPN "Grampian"; -lin grampus_N = mkN "grampus" "grampuses"; -lin granada_PN = mkPN "Granada"; -lin granary_N = mkN "granary" "granaries"; -lin grand_A = mkA "grand" "grander"; -lin grand_prix_N = mkN "grand prix" "grand prices" {- FIXME: guessed plural form -}; -lin grandad_N = mkN "grandad" "grandads"; -lin grandaunt_N = mkN "grandaunt" "grandaunts"; -lin grandchild_N = mkN "grandchild" "grandchildren" {- FIXME: guessed plural form -}; -lin granddad_N = mkN "granddad" "granddads"; -lin granddaughter_N = mkN "granddaughter" "granddaughters"; -lin grandee_N = mkN "grandee" "grandees"; -lin grandeur_N = mkN "grandeur" "-" {- FIXME: no plural form -}; -lin grandfather_N = mkN "grandfather" "grandfathers"; -lin grandiloquence_N = mkN "grandiloquence" "-" {- FIXME: no plural form -}; -lin grandiloquent_A = compoundA (mkA "grandiloquent"); -lin grandiose_A = compoundA (mkA "grandiose"); -lin grandly_Adv = mkAdv "grandly"; -lin grandma_N = mkN "grandma" "grandmas"; -lin grandmother_N = mkN "grandmother" "grandmothers"; -lin grandnephew_N = mkN "grandnephew" "grandnephews"; -lin grandniece_N = mkN "grandniece" "grandnieces"; -lin grandpa_N = mkN "grandpa" "grandpas"; -lin grandparent_N = mkN "grandparent" "grandparents"; -lin grandson_N = mkN "grandson" "grandsons"; -lin grandstand_N = mkN "grandstand" "grandstands"; -lin granduncle_N = mkN "granduncle" "granduncles"; -lin grange_N = mkN "grange" "granges"; -lin grangemouth_PN = mkPN "Grangemouth"; -lin granite_N = mkN "granite" "-" {- FIXME: no plural form -}; -lin grannie_N = mkN "grannie" "grannies"; -lin granny_N = mkN "granny" "grannies"; -lin grant_N = mkN "grant" "grants"; -lin grant_V2 = mkV2 (mkV "grant" "grants" "granted" "granted" "granting"); -lin grantham_PN = mkPN "Grantham"; -lin granular_A = compoundA (mkA "granular"); -lin granularity_N = mkN "granularity" "-" {- FIXME: no plural form -}; -lin granulate_V = mkV "granulate" "granulates" "granulated" "granulated" "granulating"; -lin granulate_V2 = mkV2 (mkV "granulate" "granulates" "granulated" "granulated" "granulating"); -lin granule_N = mkN "granule" "granules"; -lin grape_N = mkN "grape" "grapes"; -lin grape_sugar_N = mkN "grape-sugar" "-" {- FIXME: no plural form -}; -lin grapefruit_N = mkN "grapefruit" "grapefruit"; -lin grapeshot_N = mkN "grapeshot" "-" {- FIXME: no plural form -}; -lin grapevine_N = mkN "grapevine" "grapevines"; -lin graph_N = mkN "graph" "graphs"; -lin graphic_A = compoundA (mkA "graphic"); -lin graphical_A = compoundA (mkA "graphical"); -lin graphically_Adv = mkAdv "graphically"; -lin graphics_N = mkN "graphics" "graphics"; -lin graphite_N = mkN "graphite" "-" {- FIXME: no plural form -}; -lin grapnel_N = mkN "grapnel" "grapnels"; -lin grapple_V = mkV "grapple" "grapples" "grappled" "grappled" "grappling"; -lin grappling_iron_N = mkN "grappling-iron" "grappling-irons"; -lin grasp_N = mkN "grasp" "grasps"; -lin grasp_V = mkV "grasp" "grasps" "grasped" "grasped" "grasping"; -lin grasp_V2 = mkV2 (mkV "grasp" "grasps" "grasped" "grasped" "grasping"); -lin grasping_A = compoundA (mkA "grasping"); -lin grass_N = mkN "grass" "grasses"; -lin grass_V = mkV "grass" "grasses" "grassed" "grassed" "grassing"; -lin grass_V2 = mkV2 (mkV "grass" "grasses" "grassed" "grassed" "grassing"); -lin grasshopper_N = mkN "grasshopper" "grasshoppers"; -lin grassland_N = mkN "grassland" "grasslands"; -lin grassy_A = mkA "grassy" "grassier"; -lin grate_N = mkN "grate" "grates"; -lin grate_V = mkV "grate" "grates" "grated" "grated" "grating"; -lin grate_V2 = mkV2 (mkV "grate" "grates" "grated" "grated" "grating"); -lin grateful_A = compoundA (mkA "grateful"); -lin gratefully_Adv = mkAdv "gratefully"; -lin gratefulness_N = mkN "gratefulness" "-" {- FIXME: no plural form -}; -lin grater_N = mkN "grater" "graters"; -lin gratification_N = mkN "gratification" "gratifications"; -lin gratify_V2 = mkV2 (mkV "gratify" "gratifies" "gratified" "gratified" "gratifying"); -lin gratifying_A = compoundA (mkA "gratifying"); -lin grating_N = mkN "grating" "gratings"; -lin gratingly_Adv = mkAdv "gratingly"; -lin gratis_A = compoundA (mkA "gratis"); -lin gratis_Adv = mkAdv "gratis"; -lin gratitude_N = mkN "gratitude" "-" {- FIXME: no plural form -}; -lin gratuitous_A = compoundA (mkA "gratuitous"); -lin gratuitously_Adv = mkAdv "gratuitously"; -lin gratuity_N = mkN "gratuity" "gratuities"; -lin grave_A = mkA "grave" "graver"; -lin grave_N = mkN "grave" "graves"; -lin grave_V2 = mkV2 (mkV "grave" "IRREG" "IRREG" "IRREG" "IRREG"); -lin gravel_N = mkN "gravel" "-" {- FIXME: no plural form -}; -lin gravel_V2 = mkV2 (mkV "gravel" "gravels" "gravelled" "gravelled" "gravelling"); -lin gravelly_A = compoundA (mkA "gravelly"); -lin gravely_Adv = mkAdv "gravely"; -lin graven_A = compoundA (mkA "graven"); -lin gravenhage_PN = mkPN "Gravenhage"; -lin gravesend_PN = mkPN "Gravesend"; -lin gravestone_N = mkN "gravestone" "gravestones"; -lin graveyard_N = mkN "graveyard" "graveyards"; -lin graving_dock_N = mkN "graving dock" "graving docks"; -lin gravitate_V = mkV "gravitate" "gravitates" "gravitated" "gravitated" "gravitating"; -lin gravitation_N = mkN "gravitation" "-" {- FIXME: no plural form -}; -lin gravity_N = mkN "gravity" "-" {- FIXME: no plural form -}; -lin gravure_N = mkN "gravure" "gravures"; -lin gravy_N = mkN "gravy" "-" {- FIXME: no plural form -}; -lin gravy_boat_N = mkN "gravy-boat" "gravy-boats"; -lin gray_A = mkA "gray" "grayer"; -lin gray_N = mkN "gray" "grays"; -lin gray_V = mkV "gray" "grays" "grayed" "grayed" "graying"; -lin gray_V2 = mkV2 (mkV "gray" "grays" "grayed" "grayed" "graying"); -lin graz_PN = mkPN "Graz"; -lin graze_N = mkN "graze" "grazes"; -lin graze_V = mkV "graze" "grazes" "grazed" "grazed" "grazing"; -lin graze_V2 = mkV2 (mkV "graze" "grazes" "grazed" "grazed" "grazing"); -lin grazier_N = mkN "grazier" "graziers"; -lin grazing_land_N = mkN "grazing-land" "grazing-lands"; -lin grease_N = mkN "grease" "-" {- FIXME: no plural form -}; -lin grease_V2 = mkV2 (mkV "grease" "greases" "greased" "greased" "greasing"); -lin grease_gun_N = mkN "grease-gun" "grease-guns"; -lin greasepaint_N = mkN "greasepaint" "-" {- FIXME: no plural form -}; -lin greaseproof_A = compoundA (mkA "greaseproof"); -lin greaser_N = mkN "greaser" "greasers"; -lin greasily_Adv = mkAdv "greasily"; -lin greasiness_N = mkN "greasiness" "-" {- FIXME: no plural form -}; -lin greasy_A = mkA "greasy" "greasier"; -lin great_A = mkA "great" "greater"; -lin great_harwood_PN = mkPN "Great harwood"; -lin great_malvern_PN = mkPN "Great malvern"; -lin great_shelford_PN = mkPN "Great shelford"; -lin great_yarmouth_PN = mkPN "Great yarmouth"; -lin greatcoat_N = mkN "greatcoat" "greatcoats"; -lin greatly_Adv = mkAdv "greatly"; -lin greatness_N = mkN "greatness" "-" {- FIXME: no plural form -}; -lin grebe_N = mkN "grebe" "grebes"; -lin grecian_A = compoundA (mkA "grecian"); -lin greece_PN = mkPN "Greece"; -lin greed_N = mkN "greed" "-" {- FIXME: no plural form -}; -lin greedily_Adv = mkAdv "greedily"; -lin greediness_N = mkN "greediness" "-" {- FIXME: no plural form -}; -lin greedy_A = mkA "greedy" "greedier"; -lin greek_A = compoundA (mkA "greek"); -lin greek_N = mkN "greek" "greeks"; -lin green_A = mkA "green" "greener"; -lin green_N = mkN "green" "greens"; -lin greenback_N = mkN "greenback" "greenbacks"; -lin greenery_N = mkN "greenery" "-" {- FIXME: no plural form -}; -lin greeneyed_A = compoundA (mkA "greeneyed"); -lin greenfly_N = mkN "greenfly" "-" {- FIXME: no plural form -}; -lin greengage_N = mkN "greengage" "greengages"; -lin greengrocer_N = mkN "greengrocer" "greengrocers"; -lin greengrocery_N = mkN "greengrocery" "greengroceries"; -lin greenhorn_N = mkN "greenhorn" "greenhorns"; -lin greenhouse_N = mkN "greenhouse" "greenhouses"; -lin greenish_A = compoundA (mkA "greenish"); -lin greenishness_N = mkN "greenishness" "-" {- FIXME: no plural form -}; -lin greenock_PN = mkPN "Greenock"; -lin greensward_N = mkN "greensward" "-" {- FIXME: no plural form -}; -lin greenwich_PN = mkPN "Greenwich"; -lin greenwood_N = mkN "greenwood" "greenwoods"; -lin greet_V2 = mkV2 (mkV "greet" "greets" "greeted" "greeted" "greeting"); -lin greeting_N = mkN "greeting" "greetings"; -lin greg_PN = mkPN "Greg"; -lin gregarious_A = compoundA (mkA "gregarious"); -lin gregariously_Adv = mkAdv "gregariously"; -lin gregariousness_N = mkN "gregariousness" "-" {- FIXME: no plural form -}; -lin gregorian_A = compoundA (mkA "gregorian"); -lin gregory_PN = mkPN "Gregory"; -lin gremlin_N = mkN "gremlin" "gremlins"; -lin grenada_PN = mkPN "Grenada"; -lin grenade_N = mkN "grenade" "grenades"; -lin grenadian_A = compoundA (mkA "grenadian"); -lin grenadian_N = mkN "grenadian" "grenadians"; -lin grenadier_N = mkN "grenadier" "grenadiers"; -lin grey_A = mkA "grey" "greyer"; -lin grey_N = mkN "grey" "greys"; -lin grey_V = mkV "grey" "greys" "greyed" "greyed" "greying"; -lin grey_V2 = mkV2 (mkV "grey" "greys" "greyed" "greyed" "greying"); -lin grey_headed_A = compoundA (mkA "grey-headed"); -lin greybeard_N = mkN "greybeard" "greybeards"; -lin greyhound_N = mkN "greyhound" "greyhounds"; -lin greyish_A = compoundA (mkA "greyish"); -lin greyly_Adv = mkAdv "greyly"; -lin grid_N = mkN "grid" "grids"; -lin griddle_N = mkN "griddle" "griddles"; -lin gridiron_N = mkN "gridiron" "gridirons"; -lin grief_N = mkN "grief" "griefs"; -lin grievance_N = mkN "grievance" "grievances"; -lin grieve_V = mkV "grieve" "grieves" "grieved" "grieved" "grieving"; -lin grieve_V2 = mkV2 (mkV "grieve" "grieves" "grieved" "grieved" "grieving"); -lin grievous_A = compoundA (mkA "grievous"); -lin grievously_Adv = mkAdv "grievously"; -lin griffin_N = mkN "griffin" "griffins"; -lin griffon_N = mkN "griffon" "griffons"; -lin grill_N = mkN "grill" "grills"; -lin grill_V = mkV "grill" "grills" "grilled" "grilled" "grilling"; -lin grill_V2 = mkV2 (mkV "grill" "grills" "grilled" "grilled" "grilling"); -lin grille_N = mkN "grille" "grilles"; -lin grillroom_N = mkN "grillroom" "grillrooms"; -lin grim_A = mkA "grim" "grimmer*"; -lin grimace_N = mkN "grimace" "grimaces"; -lin grimace_V = mkV "grimace" "grimaces" "grimaced" "grimaced" "grimacing"; -lin grime_N = mkN "grime" "-" {- FIXME: no plural form -}; -lin grime_V2 = mkV2 (mkV "grime" "grimes" "grimed" "grimed" "griming"); -lin grimethorpe_PN = mkPN "Grimethorpe"; -lin grimly_Adv = mkAdv "grimly"; -lin grimness_N = mkN "grimness" "-" {- FIXME: no plural form -}; -lin grimsby_PN = mkPN "Grimsby"; -lin grimy_A = mkA "grimy" "grimier"; -lin grin_N = mkN "grin" "grins"; -lin grin_V = mkV "grin" "grins" "grinned" "grinned" "grinning"; -lin grin_V2 = mkV2 (mkV "grin" "grins" "grinned" "grinned" "grinning"); -lin grind_N = mkN "grind" "grinds"; -lin grind_V = IrregEng.grind_V; -lin grind_V2 = mkV2 (IrregEng.grind_V); -lin grinder_N = mkN "grinder" "grinders"; -lin grindstone_N = mkN "grindstone" "grindstones"; -lin grinstead_PN = mkPN "Grinstead"; -lin grip_N = mkN "grip" "grips"; -lin grip_V = mkV "grip" "grips" "gripped" "gripped" "gripping"; -lin grip_V2 = mkV2 (mkV "grip" "grips" "gripped" "gripped" "gripping"); -lin grippe_N = mkN "grippe" "grippes"; -lin gripsack_N = mkN "gripsack" "gripsacks"; -lin grisly_A = compoundA (mkA "grisly"); -lin grist_N = mkN "grist" "-" {- FIXME: no plural form -}; -lin gristle_N = mkN "gristle" "-" {- FIXME: no plural form -}; -lin grit_N = mkN "grit" "-" {- FIXME: no plural form -}; -lin grit_V2 = mkV2 (mkV "grit" "grits" "gritted" "gritted" "gritting"); -lin grits_N = mkN "grits" "grits"; -lin gritty_A = mkA "gritty" "grittier"; -lin grizzle_V = mkV "grizzle" "grizzles" "grizzled" "grizzled" "grizzling"; -lin grizzled_A = compoundA (mkA "grizzled"); -lin grizzly_N = mkN "grizzly" "grizzlies"; -lin groan_N = mkN "groan" "groans"; -lin groan_V = mkV "groan" "groans" "groaned" "groaned" "groaning"; -lin groan_V2 = mkV2 (mkV "groan" "groans" "groaned" "groaned" "groaning"); -lin groat_N = mkN "groat" "groats"; -lin grocer_N = mkN "grocer" "grocers"; -lin grocery_N = mkN "grocery" "groceries"; -lin grog_N = mkN "grog" "-" {- FIXME: no plural form -}; -lin groggy_A = mkA "groggy" "groggier"; -lin groin_N = mkN "groin" "groins"; -lin groin_V2 = mkV2 (mkV "groin" "groins" "groined" "groined" "groining"); -lin groningen_PN = mkPN "Groningen"; -lin groom_N = mkN "groom" "grooms"; -lin groom_V2 = mkV2 (mkV "groom" "grooms" "groomed" "groomed" "grooming"); -lin groove_N = mkN "groove" "grooves"; -lin groove_V2 = mkV2 (mkV "groove" "grooves" "grooved" "grooved" "grooving"); -lin groover_N = mkN "groover" "groovers"; -lin groovy_A = mkA "groovy" "groovier"; -lin grope_V = mkV "grope" "gropes" "groped" "groped" "groping"; -lin grope_V2 = mkV2 (mkV "grope" "gropes" "groped" "groped" "groping"); -lin gropingly_Adv = mkAdv "gropingly"; -lin gross_A = compoundA (mkA "gross"); -lin gross_N = mkN "gross" "gross"; -lin gross_V2 = mkV2 (mkV "gross" "grosses" "grossed" "grossed" "grossing"); -lin grossly_Adv = mkAdv "grossly"; -lin grossness_N = mkN "grossness" "-" {- FIXME: no plural form -}; -lin grot_N = mkN "grot" "grots"; -lin grotesque_A = compoundA (mkA "grotesque"); -lin grotesque_N = mkN "grotesque" "grotesques"; -lin grotesquely_Adv = mkAdv "grotesquely"; -lin grotesqueness_N = mkN "grotesqueness" "-" {- FIXME: no plural form -}; -lin grotto_N = mkN "grotto" "grottos"; -lin grotty_A = mkA "grotty" "grottier"; -lin grouch_N = mkN "grouch" "grouches"; -lin grouch_V = mkV "grouch" "grouches" "grouched" "grouched" "grouching"; -lin grouchy_A = mkA "grouchy" "grouchier"; -lin ground_N = mkN "ground" "grounds"; -lin ground_V = mkV "ground" "grounds" "grounded" "grounded" "grounding"; -lin ground_V2 = mkV2 (mkV "ground" "grounds" "grounded" "grounded" "grounding"); -lin ground_bait_N = mkN "ground-bait" "-" {- FIXME: no plural form -}; -lin ground_fish_N = mkN "ground-fish" "ground-fish"; -lin ground_plan_N = mkN "ground-plan" "ground-plans"; -lin ground_rent_N = mkN "ground-rent" "ground-rents"; -lin grounding_N = mkN "grounding" "groundings"; -lin groundless_A = compoundA (mkA "groundless"); -lin groundnut_N = mkN "groundnut" "groundnuts"; -lin groundsel_N = mkN "groundsel" "-" {- FIXME: no plural form -}; -lin groundsheet_N = mkN "groundsheet" "groundsheets"; -lin groundsman_N = mkN "groundsman" "groundsmen" {- FIXME: guessed plural form -}; -lin groundwork_N = mkN "groundwork" "-" {- FIXME: no plural form -}; -lin group_N = mkN "group" "groups"; -lin group_V = mkV "group" "groups" "grouped" "grouped" "grouping"; -lin group_V2 = mkV2 (mkV "group" "groups" "grouped" "grouped" "grouping"); -lin grouping_N = mkN "grouping" "groupings"; -lin grouse_N = mkN "grouse" "grouse"; -lin grouse_V = mkV "grouse" "grouses" "groused" "groused" "grousing"; -lin grove_N = mkN "grove" "groves"; -lin grovel_V = mkV "grovel" "grovels" "grovelled" "grovelled" "grovelling"; -lin groveller_N = mkN "groveller" "grovellers"; -lin grow_V = IrregEng.grow_V; -lin grow_V2 = mkV2 (IrregEng.grow_V); -lin grower_N = mkN "grower" "growers"; -lin growl_N = mkN "growl" "growls"; -lin growl_V = mkV "growl" "growls" "growled" "growled" "growling"; -lin growl_V2 = mkV2 (mkV "growl" "growls" "growled" "growled" "growling"); -lin growler_N = mkN "growler" "growlers"; -lin growlingly_Adv = mkAdv "growlingly"; -lin grown_up_A = compoundA (mkA "grown-up"); -lin grown_up_N = mkN "grown-up" "grown-ups"; -lin growth_N = mkN "growth" "growths"; -lin groyne_N = mkN "groyne" "groynes"; -lin grub_N = mkN "grub" "grubs"; -lin grub_V = mkV "grub" "grubs" "grubbed" "grubbed" "grubbing"; -lin grub_V2 = mkV2 (mkV "grub" "grubs" "grubbed" "grubbed" "grubbing"); -lin grubbiness_N = mkN "grubbiness" "-" {- FIXME: no plural form -}; -lin grubby_A = mkA "grubby" "grubbier"; -lin grudge_N = mkN "grudge" "grudges"; -lin grudge_V2 = mkV2 (mkV "grudge" "grudges" "grudged" "grudged" "grudging"); -lin grudgingly_Adv = mkAdv "grudgingly"; -lin gruel_N = mkN "gruel" "-" {- FIXME: no plural form -}; -lin gruelling_A = compoundA (mkA "gruelling"); -lin gruesome_A = compoundA (mkA "gruesome"); -lin gruesomely_Adv = mkAdv "gruesomely"; -lin gruesomeness_N = mkN "gruesomeness" "-" {- FIXME: no plural form -}; -lin gruff_A = mkA "gruff" "gruffer"; -lin gruffly_Adv = mkAdv "gruffly"; -lin gruffness_N = mkN "gruffness" "-" {- FIXME: no plural form -}; -lin grumble_N = mkN "grumble" "grumbles"; -lin grumble_V = mkV "grumble" "grumbles" "grumbled" "grumbled" "grumbling"; -lin grumble_V2 = mkV2 (mkV "grumble" "grumbles" "grumbled" "grumbled" "grumbling"); -lin grumbler_N = mkN "grumbler" "grumblers"; -lin grumpily_Adv = mkAdv "grumpily"; -lin grumpiness_N = mkN "grumpiness" "-" {- FIXME: no plural form -}; -lin grumpy_A = mkA "grumpy" "grumpier"; -lin grundyism_N = mkN "grundyism" "-" {- FIXME: no plural form -}; -lin grunt_N = mkN "grunt" "grunts"; -lin grunt_V = mkV "grunt" "grunts" "grunted" "grunted" "grunting"; -lin grunt_V2 = mkV2 (mkV "grunt" "grunts" "grunted" "grunted" "grunting"); -lin gryphon_N = mkN "gryphon" "gryphons"; -lin guadalajara_PN = mkPN "Guadalajara"; -lin guano_N = mkN "guano" "guanos"; -lin guarantee_N = mkN "guarantee" "guarantees"; -lin guarantee_V2 = mkV2 (mkV "guarantee" "IRREG" "IRREG" "IRREG" "IRREG"); -lin guarantor_N = mkN "guarantor" "guarantors"; -lin guaranty_N = mkN "guaranty" "guaranties"; -lin guard_N = mkN "guard" "guards"; -lin guard_V = mkV "guard" "guards" "guarded" "guarded" "guarding"; -lin guard_V2 = mkV2 (mkV "guard" "guards" "guarded" "guarded" "guarding"); -lin guard_boat_N = mkN "guard-boat" "guard-boats"; -lin guarded_A = compoundA (mkA "guarded"); -lin guardedly_Adv = mkAdv "guardedly"; -lin guardhouse_N = mkN "guardhouse" "guardhouses"; -lin guardian_N = mkN "guardian" "guardians"; -lin guardianship_N = mkN "guardianship" "guardianships"; -lin guardrail_N = mkN "guardrail" "guardrails"; -lin guardroom_N = mkN "guardroom" "guardrooms"; -lin guardship_N = mkN "guardship" "guardships"; -lin guardsman_N = mkN "guardsman" "guardsmen" {- FIXME: guessed plural form -}; -lin guatemala_PN = mkPN "Guatemala"; -lin guatemala_city_PN = mkPN "Guatemala city"; -lin guatemalan_A = compoundA (mkA "guatemalan"); -lin guatemalan_N = mkN "guatemalan" "guatemalans"; -lin guava_N = mkN "guava" "guavas"; -lin guayaquil_PN = mkPN "Guayaquil"; -lin gudgeon_N = mkN "gudgeon" "gudgeons"; -lin guelder_rose_N = mkN "guelder rose" "guelder roses"; -lin guerilla_N = mkN "guerilla" "guerillas"; -lin guerrilla_N = mkN "guerrilla" "guerrillas"; -lin guess_N = mkN "guess" "guesses"; -lin guess_V = mkV "guess" "guesses" "guessed" "guessed" "guessing"; -lin guess_V2 = mkV2 (mkV "guess" "guesses" "guessed" "guessed" "guessing"); -lin guesstimate_N = mkN "guesstimate" "guesstimates"; -lin guesswork_N = mkN "guesswork" "-" {- FIXME: no plural form -}; -lin guest_N = mkN "guest" "guests"; -lin guest_night_N = mkN "guest-night" "guest-nights"; -lin guesthouse_N = mkN "guesthouse" "guesthouses"; -lin guestroom_N = mkN "guestroom" "guestrooms"; -lin guffaw_N = mkN "guffaw" "guffaws"; -lin guffaw_V = mkV "guffaw" "guffaws" "guffawed" "guffawed" "guffawing"; -lin guidance_N = mkN "guidance" "-" {- FIXME: no plural form -}; -lin guide_N = mkN "guide" "guides"; -lin guide_V2 = mkV2 (mkV "guide" "guides" "guided" "guided" "guiding"); -lin guidebook_N = mkN "guidebook" "guidebooks"; -lin guideline_N = mkN "guideline" "guidelines"; -lin guild_N = mkN "guild" "guilds"; -lin guild_hall_N = mkN "guild-hall" "guild-halls"; -lin guilder_N = mkN "guilder" "guilders"; -lin guildford_PN = mkPN "Guildford"; -lin guildhall_N = mkN "guildhall" "guildhalls"; -lin guile_N = mkN "guile" "-" {- FIXME: no plural form -}; -lin guileful_A = compoundA (mkA "guileful"); -lin guileless_A = compoundA (mkA "guileless"); -lin guillemot_N = mkN "guillemot" "guillemots"; -lin guillotine_N = mkN "guillotine" "guillotines"; -lin guillotine_V2 = mkV2 (mkV "guillotine" "guillotines" "guillotined" "guillotined" "guillotining"); -lin guilt_N = mkN "guilt" "-" {- FIXME: no plural form -}; -lin guiltily_Adv = mkAdv "guiltily"; -lin guiltiness_N = mkN "guiltiness" "-" {- FIXME: no plural form -}; -lin guiltless_A = compoundA (mkA "guiltless"); -lin guilty_A = mkA "guilty" "guiltier"; -lin guinea_N = mkN "guinea" "guineas"; -lin guinea_PN = mkPN "Guinea"; -lin guinea_fowl_N = mkN "guinea-fowl" "guinea-fowl"; -lin guinea_pig_N = mkN "guinea-pig" "guinea-pigs"; -lin guinean_A = compoundA (mkA "guinean"); -lin guinean_N = mkN "guinean" "guineans"; -lin guinness_N = mkN "guinness" "guinnesses"; -lin guisborough_PN = mkPN "Guisborough"; -lin guise_N = mkN "guise" "guises"; -lin guitar_N = mkN "guitar" "guitars"; -lin guitarist_N = mkN "guitarist" "guitarists"; -lin gulch_N = mkN "gulch" "gulches"; -lin gulden_N = mkN "gulden" "guldens"; -lin gulf_N = mkN "gulf" "gulfs"; -lin gull_N = mkN "gull" "gulls"; -lin gull_V2 = mkV2 (mkV "gull" "gulls" "gulled" "gulled" "gulling"); -lin gullet_N = mkN "gullet" "gullets"; -lin gullibility_N = mkN "gullibility" "-" {- FIXME: no plural form -}; -lin gullible_A = compoundA (mkA "gullible"); -lin gully_N = mkN "gully" "gullies"; -lin gulp_N = mkN "gulp" "gulps"; -lin gulp_V = mkV "gulp" "gulps" "gulped" "gulped" "gulping"; -lin gulp_V2 = mkV2 (mkV "gulp" "gulps" "gulped" "gulped" "gulping"); -lin gum_N = mkN "gum" "gums"; -lin gum_V2 = mkV2 (mkV "gum" "gums" "gummed" "gummed" "gumming"); -lin gumbo_N = mkN "gumbo" "gumbos"; -lin gumboil_N = mkN "gumboil" "gumboils"; -lin gumboot_N = mkN "gumboot" "gumboots"; -lin gummy_A = mkA "gummy" "gummier"; -lin gumption_N = mkN "gumption" "-" {- FIXME: no plural form -}; -lin gumshoe_N = mkN "gumshoe" "gumshoes"; -lin gun_N = mkN "gun" "guns"; -lin gun_V2 = mkV2 (mkV "gun" "guns" "gunned" "gunned" "gunning"); -lin gun_carriage_N = mkN "gun-carriage" "gun-carriages"; -lin gunboat_N = mkN "gunboat" "gunboats"; -lin guncotton_N = mkN "guncotton" "-" {- FIXME: no plural form -}; -lin gundog_N = mkN "gundog" "gundogs"; -lin gunfire_N = mkN "gunfire" "-" {- FIXME: no plural form -}; -lin gunman_N = mkN "gunman" "gunmen" {- FIXME: guessed plural form -}; -lin gunmetal_N = mkN "gunmetal" "-" {- FIXME: no plural form -}; -lin gunner_N = mkN "gunner" "gunners"; -lin gunnery_N = mkN "gunnery" "-" {- FIXME: no plural form -}; -lin gunny_N = mkN "gunny" "-" {- FIXME: no plural form -}; -lin gunplay_N = mkN "gunplay" "-" {- FIXME: no plural form -}; -lin gunpoint_N = mkN "gunpoint" "IRREG"; -lin gunpowder_N = mkN "gunpowder" "-" {- FIXME: no plural form -}; -lin gunroom_N = mkN "gunroom" "gunrooms"; -lin gunrunner_N = mkN "gunrunner" "gunrunners"; -lin gunrunning_N = mkN "gunrunning" "-" {- FIXME: no plural form -}; -lin gunshot_N = mkN "gunshot" "gunshots"; -lin gunsmith_N = mkN "gunsmith" "gunsmiths"; -lin gunwale_N = mkN "gunwale" "gunwales"; -lin gurgle_N = mkN "gurgle" "gurgles"; -lin gurgle_V = mkV "gurgle" "gurgles" "gurgled" "gurgled" "gurgling"; -lin gurkha_N = mkN "gurkha" "gurkhas"; -lin guru_N = mkN "guru" "gurus"; -lin gush_N = mkN "gush" "gushes"; -lin gush_V = mkV "gush" "gushes" "gushed" "gushed" "gushing"; -lin gusher_N = mkN "gusher" "gushers"; -lin gushing_A = compoundA (mkA "gushing"); -lin gushingly_Adv = mkAdv "gushingly"; -lin gusset_N = mkN "gusset" "gussets"; -lin gusseted_A = compoundA (mkA "gusseted"); -lin gust_N = mkN "gust" "gusts"; -lin gustation_N = mkN "gustation" "-" {- FIXME: no plural form -}; -lin gusto_N = mkN "gusto" "-" {- FIXME: no plural form -}; -lin gusty_A = mkA "gusty" "gustier"; -lin gut_N = mkN "gut" "guts"; -lin gut_V2 = mkV2 (mkV "gut" "guts" "gutted" "gutted" "gutting"); -lin gutless_A = compoundA (mkA "gutless"); -lin gutta_percha_N = mkN "gutta-percha" "-" {- FIXME: no plural form -}; -lin gutter_N = mkN "gutter" "gutters"; -lin gutter_V = mkV "gutter" "gutters" "guttered" "guttered" "guttering"; -lin guttersnipe_N = mkN "guttersnipe" "guttersnipes"; -lin guttural_A = compoundA (mkA "guttural"); -lin guttural_N = mkN "guttural" "gutturals"; -lin gutturally_Adv = mkAdv "gutturally"; -lin guvnor_N = mkN "guvnor" "guvnors"; -lin guy's_PN = mkPN "Guy's"; -lin guy_N = mkN "guy" "guys"; -lin guy_PN = mkPN "Guy"; -lin guy_V2 = mkV2 (mkV "guy" "guys" "guyed" "guyed" "guying"); -lin guyana_PN = mkPN "Guyana"; -lin guyanese_A = compoundA (mkA "guyanese"); -lin guyanese_N = mkN "guyanese" "guyanese"; -lin guzzle_V = mkV "guzzle" "guzzles" "guzzled" "guzzled" "guzzling"; -lin guzzle_V2 = mkV2 (mkV "guzzle" "guzzles" "guzzled" "guzzled" "guzzling"); -lin guzzler_N = mkN "guzzler" "guzzlers"; -lin gwen_PN = mkPN "Gwen"; -lin gwendoline_PN = mkPN "Gwendoline"; -lin gwent_PN = mkPN "Gwent"; -lin gwersyllt_PN = mkPN "Gwersyllt"; -lin gwynedd_PN = mkPN "Gwynedd"; -lin gybe_V = mkV "gybe" "gybes" "gybed" "gybed" "gybing"; -lin gybe_V2 = mkV2 (mkV "gybe" "gybes" "gybed" "gybed" "gybing"); -lin gym_N = mkN "gym" "gyms"; -lin gymkhana_N = mkN "gymkhana" "gymkhanas"; -lin gymnasium_N = mkN "gymnasium" "gymnasiums"; -lin gymnast_N = mkN "gymnast" "gymnasts"; -lin gymnastic_A = compoundA (mkA "gymnastic"); -lin gymnastics_N = mkN "gymnastics" "gymnastics"; -lin gymslip_N = mkN "gymslip" "gymslips"; -lin gynaecological_A = compoundA (mkA "gynaecological"); -lin gynaecologist_N = mkN "gynaecologist" "gynaecologists"; -lin gynaecology_N = mkN "gynaecology" "-" {- FIXME: no plural form -}; -lin gynecological_A = compoundA (mkA "gynecological"); -lin gynecologist_N = mkN "gynecologist" "gynecologists"; -lin gyp_N = mkN "gyp" "gyps"; -lin gyp_V2 = mkV2 (mkV "gyp" "gyps" "gypped" "gypped" "gypping"); -lin gypsum_N = mkN "gypsum" "-" {- FIXME: no plural form -}; -lin gypsy_N = mkN "gypsy" "gypsies"; -lin gyrate_V = mkV "gyrate" "gyrates" "gyrated" "gyrated" "gyrating"; -lin gyration_N = mkN "gyration" "gyrations"; -lin gyro_N = mkN "gyro" "gyros"; -lin gyroscope_N = mkN "gyroscope" "gyroscopes"; -lin gyroscopic_A = compoundA (mkA "gyroscopic"); -lin gateau_N = mkN "gâteau" "gâteaus"; -lin h'm_V = mkV "h'm" "h'ms" "h'mmed" "h'mmed" "h'mming"; -lin h_bomb_N = mkN "h-bomb" "h-bombs"; -lin ha'p'orth_N = mkN "ha'p'orth" "ha'p'orths"; -lin ha'penny_N = mkN "ha'penny" "ha'pennies"; -lin haarlem_PN = mkPN "Haarlem"; -lin habeas_corpus_N = mkN "habeas corpus" "-" {- FIXME: no plural form -}; -lin haberdasher_N = mkN "haberdasher" "haberdashers"; -lin haberdashery_N = mkN "haberdashery" "-" {- FIXME: no plural form -}; -lin habit_N = mkN "habit" "habits"; -lin habitable_A = compoundA (mkA "habitable"); -lin habitat_N = mkN "habitat" "habitats"; -lin habitation_N = mkN "habitation" "habitations"; -lin habitual_A = compoundA (mkA "habitual"); -lin habitually_Adv = mkAdv "habitually"; -lin habituate_V2 = mkV2 (mkV "habituate" "habituates" "habituated" "habituated" "habituating"); -lin habituation_N = mkN "habituation" "-" {- FIXME: no plural form -}; -lin habitude_N = mkN "habitude" "-" {- FIXME: no plural form -}; -lin habitue_N = mkN "habitué" "habitués"; -lin hacienda_N = mkN "hacienda" "haciendas"; -lin hack_N = mkN "hack" "hacks"; -lin hack_V = mkV "hack" "hacks" "hacked" "hacked" "hacking"; -lin hack_V2 = mkV2 (mkV "hack" "hacks" "hacked" "hacked" "hacking"); -lin hackney_N = mkN "hackney" "hackneys"; -lin hackney_PN = mkPN "Hackney"; -lin hackneyed_A = compoundA (mkA "hackneyed"); -lin hacksaw_N = mkN "hacksaw" "hacksaws"; -lin haddington_PN = mkPN "Haddington"; -lin haddock_N = mkN "haddock" "haddock"; -lin hades_PN = mkPN "Hades"; -lin hadji_N = mkN "hadji" "hadjis"; -lin haematite_N = mkN "haematite" "haematites"; -lin haemoglobin_N = mkN "haemoglobin" "-" {- FIXME: no plural form -}; -lin haemophilia_N = mkN "haemophilia" "-" {- FIXME: no plural form -}; -lin haemophiliac_N = mkN "haemophiliac" "haemophiliacs"; -lin haemorrhage_N = mkN "haemorrhage" "haemorrhages"; -lin haft_N = mkN "haft" "hafts"; -lin hag_N = mkN "hag" "hags"; -lin hag_ridden_A = compoundA (mkA "hag-ridden"); -lin hagen_PN = mkPN "Hagen"; -lin haggard_A = compoundA (mkA "haggard"); -lin haggis_N = mkN "haggis" "haggises"; -lin haggle_V = mkV "haggle" "haggles" "haggled" "haggled" "haggling"; -lin hagiology_N = mkN "hagiology" "hagiologies"; -lin hagley_PN = mkPN "Hagley"; -lin haha_N = mkN "haha" "hahas"; -lin hail_N = mkN "hail" "hails"; -lin hail_V = mkV "hail" "hails" "hailed" "hailed" "hailing"; -lin hail_V2 = mkV2 (mkV "hail" "hails" "hailed" "hailed" "hailing"); -lin hailsham_PN = mkPN "Hailsham"; -lin hailstone_N = mkN "hailstone" "hailstones"; -lin hailstorm_N = mkN "hailstorm" "hailstorms"; -lin haiphong_PN = mkPN "Haiphong"; -lin hair's_breadth_N = mkN "hair's-breadth" "hair's-breadths"; -lin hair_N = mkN "hair" "hairs"; -lin hair_breadth_N = mkN "hair-breadth" "hair-breadths"; -lin hair_dye_N = mkN "hair-dye" "hair-dyes"; -lin hair_oil_N = mkN "hair-oil" "hair-oils"; -lin hair_raising_A = compoundA (mkA "hair-raising"); -lin hair_shirt_N = mkN "hair-shirt" "hair-shirts"; -lin hair_slide_N = mkN "hair-slide" "hair-slides"; -lin hair_trigger_N = mkN "hair-trigger" "hair-triggers"; -lin hairbrush_N = mkN "hairbrush" "hairbrushes"; -lin haircloth_N = mkN "haircloth" "haircloths"; -lin haircut_N = mkN "haircut" "haircuts"; -lin hairdo_N = mkN "hairdo" "hairdos"; -lin hairdresser_N = mkN "hairdresser" "hairdressers"; -lin hairdressing_N = mkN "hairdressing" "-" {- FIXME: no plural form -}; -lin hairiness_N = mkN "hairiness" "-" {- FIXME: no plural form -}; -lin hairless_A = compoundA (mkA "hairless"); -lin hairlike_A = compoundA (mkA "hairlike"); -lin hairline_N = mkN "hairline" "hairlines"; -lin hairnet_N = mkN "hairnet" "hairnets"; -lin hairpiece_N = mkN "hairpiece" "hairpieces"; -lin hairpin_N = mkN "hairpin" "hairpins"; -lin hairsplitting_A = compoundA (mkA "hairsplitting"); -lin hairsplitting_N = mkN "hairsplitting" "-" {- FIXME: no plural form -}; -lin hairspring_N = mkN "hairspring" "hairsprings"; -lin hairstyle_N = mkN "hairstyle" "hairstyles"; -lin hairstylist_N = mkN "hairstylist" "hairstylists"; -lin hairy_A = mkA "hairy" "hairier"; -lin haiti_PN = mkPN "Haiti"; -lin haitian_A = compoundA (mkA "haitian"); -lin haitian_N = mkN "haitian" "haitians"; -lin hake_N = mkN "hake" "hake"; -lin hal_PN = mkPN "Hal"; -lin halberd_N = mkN "halberd" "halberds"; -lin halberdier_N = mkN "halberdier" "halberdiers"; -lin halcyon_A = compoundA (mkA "halcyon"); -lin hale_A = compoundA (mkA "hale"); -lin halesowen_PN = mkPN "Halesowen"; -lin half_N = mkN "half" "halves" {- FIXME: guessed plural form -}; -lin half_baked_A = compoundA (mkA "half-baked"); -lin half_blood_N = mkN "half-blood" "half-bloods"; -lin half_breed_N = mkN "half-breed" "half-breeds"; -lin half_brother_N = mkN "half-brother" "half-brothers"; -lin half_caste_N = mkN "half-caste" "half-castes"; -lin half_crazed_A = compoundA (mkA "half-crazed"); -lin half_crown_N = mkN "half-crown" "half-crowns"; -lin half_hardy_A = compoundA (mkA "half-hardy"); -lin half_hearted_A = compoundA (mkA "half-hearted"); -lin half_heartedly_Adv = mkAdv "half-heartedly"; -lin half_holiday_N = mkN "half-holiday" "half-holidays"; -lin half_hour_N = mkN "half-hour" "half-hours"; -lin half_hourly_A = compoundA (mkA "half-hourly"); -lin half_hourly_Adv = mkAdv "half-hourly"; -lin half_length_A = compoundA (mkA "half-length"); -lin half_pay_N = mkN "half-pay" "-" {- FIXME: no plural form -}; -lin half_price_Adv = mkAdv "half-price"; -lin half_seas_over_A = compoundA (mkA "half-seas-over"); -lin half_sister_N = mkN "half-sister" "half-sisters"; -lin half_size_A = compoundA (mkA "half-size"); -lin half_timbered_A = compoundA (mkA "half-timbered"); -lin half_time_N = mkN "half-time" "-" {- FIXME: no plural form -}; -lin half_track_N = mkN "half-track" "half-tracks"; -lin half_tracked_A = compoundA (mkA "half-tracked"); -lin half_truth_N = mkN "half-truth" "half-truths"; -lin half_volley_N = mkN "half-volley" "half-volleys"; -lin half_yearly_A = compoundA (mkA "half-yearly"); -lin half_yearly_Adv = mkAdv "half-yearly"; -lin halfback_N = mkN "halfback" "halfbacks"; -lin halfpenny_N = mkN "halfpenny" "halfpennies"; -lin halfpennyworth_N = mkN "halfpennyworth" "halfpennyworths"; -lin halftone_N = mkN "halftone" "halftones"; -lin halfway_A = compoundA (mkA "halfway"); -lin halfway_Adv = mkAdv "halfway"; -lin halfwit_N = mkN "halfwit" "halfwits"; -lin halfwitted_A = compoundA (mkA "halfwitted"); -lin halibut_N = mkN "halibut" "halibut"; -lin halifax_PN = mkPN "Halifax"; -lin halitosis_N = mkN "halitosis" "-" {- FIXME: no plural form -}; -lin hall_N = mkN "hall" "halls"; -lin hall_stand_N = mkN "hall-stand" "hall-stands"; -lin halle_PN = mkPN "Halle"; -lin hallelujah_N = mkN "hallelujah" "hallelujahs"; -lin halliard_N = mkN "halliard" "halliards"; -lin hallmark_N = mkN "hallmark" "hallmarks"; -lin halloo_N = mkN "halloo" "halloos"; -lin halloo_V = mkV "halloo" "halloos" "hallooed" "hallooed" "hallooing"; -lin hallow_N = mkN "hallow" "hallows"; -lin hallow_V2 = mkV2 (mkV "hallow" "hallows" "hallowed" "hallowed" "hallowing"); -lin hallowe'en_N = mkN "hallowe'en" "hallowe'ens"; -lin hallowe'en_PN = mkPN "Hallowe'en"; -lin hallucination_N = mkN "hallucination" "hallucinations"; -lin hallucinatory_A = compoundA (mkA "hallucinatory"); -lin hallucinogenic_A = compoundA (mkA "hallucinogenic"); -lin halma_N = mkN "halma" "-" {- FIXME: no plural form -}; -lin halo_N = mkN "halo" "halos"; -lin halstead_PN = mkPN "Halstead"; -lin halt_A = compoundA (mkA "halt"); -lin halt_N = mkN "halt" "halts"; -lin halt_V = mkV "halt" "halts" "halted" "halted" "halting"; -lin halt_V2 = mkV2 (mkV "halt" "halts" "halted" "halted" "halting"); -lin halter_N = mkN "halter" "halters"; -lin haltingly_Adv = mkAdv "haltingly"; -lin halve_V2 = mkV2 (mkV "halve" "halves" "halved" "halved" "halving"); -lin halyard_N = mkN "halyard" "halyards"; -lin ham_N = mkN "ham" "hams"; -lin ham_V = mkV "ham" "hams" "hammed" "hammed" "hamming"; -lin ham_V2 = mkV2 (mkV "ham" "hams" "hammed" "hammed" "hamming"); -lin ham_fisted_A = compoundA (mkA "ham-fisted"); -lin ham_handed_A = compoundA (mkA "ham-handed"); -lin hamadryad_N = mkN "hamadryad" "hamadryads"; -lin hamburg_PN = mkPN "Hamburg"; -lin hamburger_N = mkN "hamburger" "hamburgers"; -lin hamhung_PN = mkPN "Hamhung"; -lin hamilton_PN = mkPN "Hamilton"; -lin hamlet_N = mkN "hamlet" "hamlets"; -lin hammer_N = mkN "hammer" "hammers"; -lin hammer_V = mkV "hammer" "hammers" "hammered" "hammered" "hammering"; -lin hammer_V2 = mkV2 (mkV "hammer" "hammers" "hammered" "hammered" "hammering"); -lin hammersmith_PN = mkPN "Hammersmith"; -lin hammock_N = mkN "hammock" "hammocks"; -lin hamper_N = mkN "hamper" "hampers"; -lin hamper_V2 = mkV2 (mkV "hamper" "hampers" "hampered" "hampered" "hampering"); -lin hampreston_PN = mkPN "Hampreston"; -lin hampshire_PN = mkPN "Hampshire"; -lin hamster_N = mkN "hamster" "hamsters"; -lin hamstring_N = mkN "hamstring" "hamstrings"; -lin hamstring_V2 = mkV2 (mkV "ham" IrregEng.string_V); -lin hand_N = mkN "hand" "hands"; -lin hand_V2 = mkV2 (mkV "hand" "hands" "handed" "handed" "handing"); -lin hand_barrow_N = mkN "hand-barrow" "hand-barrows"; -lin hand_grenade_N = mkN "hand-grenade" "hand-grenades"; -lin hand_luggage_N = mkN "hand-luggage" "-" {- FIXME: no plural form -}; -lin hand_me_down_N = mkN "hand-me-down" "hand-me-downs"; -lin hand_organ_N = mkN "hand-organ" "hand-organs"; -lin hand_out_N = mkN "hand-out" "hand-outs"; -lin hand_picked_A = compoundA (mkA "hand-picked"); -lin handbag_N = mkN "handbag" "handbags"; -lin handbill_N = mkN "handbill" "handbills"; -lin handbook_N = mkN "handbook" "handbooks"; -lin handbrake_N = mkN "handbrake" "handbrakes"; -lin handcart_N = mkN "handcart" "handcarts"; -lin handclap_N = mkN "handclap" "handclaps"; -lin handcuff_N = mkN "handcuff" "handcuffs"; -lin handcuff_V2 = mkV2 (mkV "handcuff" "handcuffs" "handcuffed" "handcuffed" "handcuffing"); -lin handful_N = mkN "handful" "handfuls"; -lin handhold_N = mkN "handhold" "handholds"; -lin handicap_N = mkN "handicap" "handicaps"; -lin handicap_V2 = mkV2 (mkV "handicap" "handicaps" "handicapped" "handicapped" "handicapping"); -lin handicraft_N = mkN "handicraft" "handicrafts"; -lin handily_Adv = mkAdv "handily"; -lin handiness_N = mkN "handiness" "-" {- FIXME: no plural form -}; -lin handiwork_N = mkN "handiwork" "handiworks"; -lin handkerchief_N = mkN "handkerchief" "handkerchiefs"; -lin handle_N = mkN "handle" "handles"; -lin handle_V2 = mkV2 (mkV "handle" "handles" "handled" "handled" "handling"); -lin handlebar_N = mkN "handlebar" "handlebars"; -lin handler_N = mkN "handler" "handlers"; -lin handmade_A = compoundA (mkA "handmade"); -lin handmaid_N = mkN "handmaid" "handmaids"; -lin handover_N = mkN "handover" "handovers"; -lin handrail_N = mkN "handrail" "handrails"; -lin handsaw_N = mkN "handsaw" "handsaws"; -lin handshake_N = mkN "handshake" "handshakes"; -lin handshaking_N = mkN "handshaking" "-" {- FIXME: no plural form -}; -lin handsome_A = compoundA (mkA "handsome"); -lin handsomely_Adv = mkAdv "handsomely"; -lin handstand_N = mkN "handstand" "handstands"; -lin handwork_N = mkN "handwork" "-" {- FIXME: no plural form -}; -lin handwriting_N = mkN "handwriting" "-" {- FIXME: no plural form -}; -lin handy_A = mkA "handy" "handier"; -lin handyman_N = mkN "handyman" "handymen" {- FIXME: guessed plural form -}; -lin hang_N = mkN "hang" "IRREG"; -lin hang_V = mkV "hang" "hangs" "hanged" "hanged" "hanging"; -lin hang_V2 = mkV2 (mkV "hang" "hangs" "hanged" "hanged" "hanging"); -lin hang_up_N = mkN "hang-up" "hang-ups"; -lin hangar_N = mkN "hangar" "hangars"; -lin hangchon_PN = mkPN "Hangchon"; -lin hangdog_A = compoundA (mkA "hangdog"); -lin hanger_N = mkN "hanger" "hangers"; -lin hanger_on_N = mkN "hanger-on" "hanger-a" {- FIXME: guessed plural form -}; -lin hanging_N = mkN "hanging" "hangings"; -lin hangman_N = mkN "hangman" "hangmen" {- FIXME: guessed plural form -}; -lin hangnail_N = mkN "hangnail" "hangnails"; -lin hangover_N = mkN "hangover" "hangovers"; -lin hank_N = mkN "hank" "hanks"; -lin hanker_V = mkV "hanker" "hankers" "hankered" "hankered" "hankering"; -lin hankering_N = mkN "hankering" "hankerings"; -lin hanky_N = mkN "hanky" "hankies"; -lin hanky_panky_N = mkN "hanky-panky" "-" {- FIXME: no plural form -}; -lin hanoi_PN = mkPN "Hanoi"; -lin hanover_PN = mkPN "Hanover"; -lin hansard_N = mkN "hansard" "hansards"; -lin hansom_N = mkN "hansom" "hansoms"; -lin hap_N = mkN "hap" "haps"; -lin hap_V = mkV "hap" "haps" "happed" "happed" "happing"; -lin haphazard_A = compoundA (mkA "haphazard"); -lin haphazard_Adv = mkAdv "haphazard"; -lin haphazardly_Adv = mkAdv "haphazardly"; -lin hapless_A = compoundA (mkA "hapless"); -lin haply_Adv = mkAdv "haply"; -lin happen_V = mkV "happen" "happens" "happened" "happened" "happening"; -lin happening_N = mkN "happening" "happenings"; -lin happily_Adv = mkAdv "happily"; -lin happiness_N = mkN "happiness" "-" {- FIXME: no plural form -}; -lin happy_A = mkA "happy" "happier"; -lin happy_go_lucky_A = compoundA (mkA "happy-go-lucky"); -lin hara_kiri_N = mkN "hara-kiri" "-" {- FIXME: no plural form -}; -lin harangue_N = mkN "harangue" "harangues"; -lin harangue_V = mkV "harangue" "harangues" "harangued" "harangued" "haranguing"; -lin harangue_V2 = mkV2 (mkV "harangue" "harangues" "harangued" "harangued" "haranguing"); -lin harass_V2 = mkV2 (mkV "harass" "harasses" "harassed" "harassed" "harassing"); -lin harassment_N = mkN "harassment" "-" {- FIXME: no plural form -}; -lin harbin_PN = mkPN "Harbin"; -lin harbinger_N = mkN "harbinger" "harbingers"; -lin harbour_N = mkN "harbour" "harbours"; -lin harbour_V = mkV "harbour" "harbours" "harboured" "harboured" "harbouring"; -lin harbour_V2 = mkV2 (mkV "harbour" "harbours" "harboured" "harboured" "harbouring"); -lin harbourage_N = mkN "harbourage" "harbourages"; -lin hard_A = mkA "hard" "harder"; -lin hard_Adv = mkAdv "hard"; -lin hard_baked_A = compoundA (mkA "hard-baked"); -lin hard_bitten_A = compoundA (mkA "hard-bitten"); -lin hard_boiled_A = compoundA (mkA "hard-boiled"); -lin hard_headed_A = compoundA (mkA "hard-headed"); -lin hardback_N = mkN "hardback" "hardbacks"; -lin hardbacked_A = compoundA (mkA "hardbacked"); -lin hardboard_N = mkN "hardboard" "-" {- FIXME: no plural form -}; -lin hardbound_A = compoundA (mkA "hardbound"); -lin hardcover_N = mkN "hardcover" "hardcovers"; -lin hardcovered_A = compoundA (mkA "hardcovered"); -lin harden_V = mkV "harden" "hardens" "hardened" "hardened" "hardening"; -lin harden_V2 = mkV2 (mkV "harden" "hardens" "hardened" "hardened" "hardening"); -lin hardhearted_A = compoundA (mkA "hardhearted"); -lin hardhitting_A = compoundA (mkA "hardhitting"); -lin hardihood_N = mkN "hardihood" "-" {- FIXME: no plural form -}; -lin hardiness_N = mkN "hardiness" "-" {- FIXME: no plural form -}; -lin hardliner_N = mkN "hardliner" "hardliners"; -lin hardly_Adv = mkAdv "hardly"; -lin hardness_N = mkN "hardness" "-" {- FIXME: no plural form -}; -lin hardship_N = mkN "hardship" "hardships"; -lin hardtop_N = mkN "hardtop" "hardtops"; -lin hardware_N = mkN "hardware" "-" {- FIXME: no plural form -}; -lin hardwood_N = mkN "hardwood" "-" {- FIXME: no plural form -}; -lin hardworking_A = compoundA (mkA "hardworking"); -lin hardy_A = mkA "hardy" "hardier"; -lin hare_N = mkN "hare" "hares"; -lin hare_V = mkV "hare" "hares" "hared" "hared" "haring"; -lin harebell_N = mkN "harebell" "harebells"; -lin harebrained_A = compoundA (mkA "harebrained"); -lin harelip_N = mkN "harelip" "harelips"; -lin harem_N = mkN "harem" "harems"; -lin haricot_N = mkN "haricot" "haricots"; -lin haringey_PN = mkPN "Haringey"; -lin hark_V = mkV "hark" "harks" "harked" "harked" "harking"; -lin harlequin_N = mkN "harlequin" "harlequins"; -lin harlequinade_N = mkN "harlequinade" "harlequinades"; -lin harley_street_PN = mkPN "Harley street"; -lin harlot_N = mkN "harlot" "harlots"; -lin harlow_PN = mkPN "Harlow"; -lin harm_N = mkN "harm" "-" {- FIXME: no plural form -}; -lin harm_V2 = mkV2 (mkV "harm" "harms" "harmed" "harmed" "harming"); -lin harmattan_N = mkN "harmattan" "harmattans"; -lin harmful_A = compoundA (mkA "harmful"); -lin harmfully_Adv = mkAdv "harmfully"; -lin harmless_A = compoundA (mkA "harmless"); -lin harmlessly_Adv = mkAdv "harmlessly"; -lin harmonic_N = mkN "harmonic" "harmonics"; -lin harmonica_N = mkN "harmonica" "harmonicas"; -lin harmonious_A = compoundA (mkA "harmonious"); -lin harmoniously_Adv = mkAdv "harmoniously"; -lin harmonium_N = mkN "harmonium" "harmoniums"; -lin harmonization_N = mkN "harmonization" "harmonizations"; -lin harmonize_V = mkV "harmonize" "harmonizes" "harmonized" "harmonized" "harmonizing"; -lin harmonize_V2 = mkV2 (mkV "harmonize" "harmonizes" "harmonized" "harmonized" "harmonizing"); -lin harmony_N = mkN "harmony" "harmonies"; -lin harness_N = mkN "harness" "harnesses"; -lin harness_V2 = mkV2 (mkV "harness" "harnesses" "harnessed" "harnessed" "harnessing"); -lin harold_PN = mkPN "Harold"; -lin harp_N = mkN "harp" "harps"; -lin harp_V = mkV "harp" "harps" "harped" "harped" "harping"; -lin harpenden_PN = mkPN "Harpenden"; -lin harper_N = mkN "harper" "harpers"; -lin harpist_N = mkN "harpist" "harpists"; -lin harpoon_N = mkN "harpoon" "harpoons"; -lin harpoon_V2 = mkV2 (mkV "harpoon" "harpoons" "harpooned" "harpooned" "harpooning"); -lin harpsichord_N = mkN "harpsichord" "harpsichords"; -lin harpsichordist_N = mkN "harpsichordist" "harpsichordists"; -lin harpy_N = mkN "harpy" "harpies"; -lin harridan_N = mkN "harridan" "harridans"; -lin harrier_N = mkN "harrier" "harriers"; -lin harriet_PN = mkPN "Harriet"; -lin harrogate_PN = mkPN "Harrogate"; -lin harrow_N = mkN "harrow" "harrows"; -lin harrow_PN = mkPN "Harrow"; -lin harrow_V2 = mkV2 (mkV "harrow" "harrows" "harrowed" "harrowed" "harrowing"); -lin harry_PN = mkPN "Harry"; -lin harry_V2 = mkV2 (mkV "harry" "harries" "harried" "harried" "harrying"); -lin harsh_A = mkA "harsh" "harsher"; -lin harshly_Adv = mkAdv "harshly"; -lin harshness_N = mkN "harshness" "-" {- FIXME: no plural form -}; -lin hart_N = mkN "hart" "harts"; -lin hartlepool_PN = mkPN "Hartlepool"; -lin hartley_PN = mkPN "Hartley"; -lin harum_scarum_A = compoundA (mkA "harum-scarum"); -lin harum_scarum_N = mkN "harum-scarum" "harum-scarums"; -lin harvest_N = mkN "harvest" "harvests"; -lin harvest_V2 = mkV2 (mkV "harvest" "harvests" "harvested" "harvested" "harvesting"); -lin harvester_N = mkN "harvester" "harvesters"; -lin harvey_PN = mkPN "Harvey"; -lin harwich_PN = mkPN "Harwich"; -lin harwood_PN = mkPN "Harwood"; -lin harworth_PN = mkPN "Harworth"; -lin has_been_N = mkN "has-been" "has-beens"; -lin hash_N = mkN "hash" "-" {- FIXME: no plural form -}; -lin hash_V2 = mkV2 (mkV "hash" "hashes" "hashed" "hashed" "hashing"); -lin hashish_N = mkN "hashish" "-" {- FIXME: no plural form -}; -lin haslemere_PN = mkPN "Haslemere"; -lin haslingden_PN = mkPN "Haslingden"; -lin hasp_N = mkN "hasp" "hasps"; -lin hassle_N = mkN "hassle" "hassles"; -lin hassle_V = mkV "hassle" "hassles" "hassled" "hassled" "hassling"; -lin hassle_V2 = mkV2 (mkV "hassle" "hassles" "hassled" "hassled" "hassling"); -lin hassock_N = mkN "hassock" "hassocks"; -lin haste_N = mkN "haste" "-" {- FIXME: no plural form -}; -lin hasten_V = mkV "hasten" "hastens" "hastened" "hastened" "hastening"; -lin hasten_V2 = mkV2 (mkV "hasten" "hastens" "hastened" "hastened" "hastening"); -lin hastily_Adv = mkAdv "hastily"; -lin hastiness_N = mkN "hastiness" "-" {- FIXME: no plural form -}; -lin hastings_PN = mkPN "Hastings"; -lin hasty_A = mkA "hasty" "hastier"; -lin hat_N = mkN "hat" "hats"; -lin hatband_N = mkN "hatband" "hatbands"; -lin hatch_N = mkN "hatch" "hatches"; -lin hatch_V = mkV "hatch" "hatches" "hatched" "hatched" "hatching"; -lin hatch_V2 = mkV2 (mkV "hatch" "hatches" "hatched" "hatched" "hatching"); -lin hatchery_N = mkN "hatchery" "hatcheries"; -lin hatchet_N = mkN "hatchet" "hatchets"; -lin hatching_N = mkN "hatching" "-" {- FIXME: no plural form -}; -lin hatchway_N = mkN "hatchway" "hatchways"; -lin hate_N = mkN "hate" "hates"; -lin hate_V2 = mkV2 (mkV "hate" "hates" "hated" "hated" "hating"); -lin hateful_A = compoundA (mkA "hateful"); -lin hatefully_Adv = mkAdv "hatefully"; -lin hatfield_PN = mkPN "Hatfield"; -lin hatful_N = mkN "hatful" "hatfuls"; -lin hatless_A = compoundA (mkA "hatless"); -lin hatpin_N = mkN "hatpin" "hatpins"; -lin hatred_N = mkN "hatred" "hatreds"; -lin hatter_N = mkN "hatter" "hatters"; -lin hauberk_N = mkN "hauberk" "hauberks"; -lin haughtily_Adv = mkAdv "haughtily"; -lin haughtiness_N = mkN "haughtiness" "-" {- FIXME: no plural form -}; -lin haughty_A = mkA "haughty" "haughtier"; -lin haul_N = mkN "haul" "hauls"; -lin haul_V = mkV "haul" "hauls" "hauled" "hauled" "hauling"; -lin haul_V2 = mkV2 (mkV "haul" "hauls" "hauled" "hauled" "hauling"); -lin haulage_N = mkN "haulage" "-" {- FIXME: no plural form -}; -lin haulier_N = mkN "haulier" "hauliers"; -lin haulm_N = mkN "haulm" "-" {- FIXME: no plural form -}; -lin haunch_N = mkN "haunch" "haunches"; -lin haunt_N = mkN "haunt" "haunts"; -lin haunt_V2 = mkV2 (mkV "haunt" "haunts" "haunted" "haunted" "haunting"); -lin hautboy_N = mkN "hautboy" "hautboys"; -lin hauteur_N = mkN "hauteur" "-" {- FIXME: no plural form -}; -lin havana_N = mkN "havana" "havanas"; -lin havana_PN = mkPN "Havana"; -lin have_V = IrregEng.have_V; -lin have_V2 = mkV2 (IrregEng.have_V); -lin haven_N = mkN "haven" "havens"; -lin haverfordwest_PN = mkPN "Haverfordwest"; -lin haverhill_PN = mkPN "Haverhill"; -lin havering_PN = mkPN "Havering"; -lin haversack_N = mkN "haversack" "haversacks"; -lin havoc_N = mkN "havoc" "-" {- FIXME: no plural form -}; -lin haw_N = mkN "haw" "haws"; -lin haw_V = mkV "haw" "haws" "hawed" "hawed" "hawing"; -lin haw_haw_N = mkN "haw-haw" "haw-haws"; -lin hawaii_PN = mkPN "Hawaii"; -lin hawick_PN = mkPN "Hawick"; -lin hawk_N = mkN "hawk" "hawks"; -lin hawk_V2 = mkV2 (mkV "hawk" "hawks" "hawked" "hawked" "hawking"); -lin hawk_eyed_A = compoundA (mkA "hawk-eyed"); -lin hawke's_bay_PN = mkPN "Hawke's bay"; -lin hawker_N = mkN "hawker" "hawkers"; -lin hawser_N = mkN "hawser" "hawsers"; -lin hawthorn_N = mkN "hawthorn" "hawthorns"; -lin hay_N = mkN "hay" "-" {- FIXME: no plural form -}; -lin haycock_N = mkN "haycock" "haycocks"; -lin hayfork_N = mkN "hayfork" "hayforks"; -lin hayling_PN = mkPN "Hayling"; -lin haymaker_N = mkN "haymaker" "haymakers"; -lin haymaking_N = mkN "haymaking" "-" {- FIXME: no plural form -}; -lin hayrick_N = mkN "hayrick" "hayricks"; -lin haystack_N = mkN "haystack" "haystacks"; -lin haywards_heath_PN = mkPN "Haywards heath"; -lin haywire_A = compoundA (mkA "haywire"); -lin haywire_N = mkN "haywire" "-" {- FIXME: no plural form -}; -lin hazard_N = mkN "hazard" "hazards"; -lin hazard_V2 = mkV2 (mkV "hazard" "hazards" "hazarded" "hazarded" "hazarding"); -lin hazardous_A = compoundA (mkA "hazardous"); -lin haze_N = mkN "haze" "hazes"; -lin haze_V2 = mkV2 (mkV "haze" "hazes" "hazed" "hazed" "hazing"); -lin hazel_N = mkN "hazel" "hazels"; -lin hazel_PN = mkPN "Hazel"; -lin hazily_Adv = mkAdv "hazily"; -lin haziness_N = mkN "haziness" "-" {- FIXME: no plural form -}; -lin hazy_A = mkA "hazy" "hazier"; -lin he_goat_N = mkN "he-goat" "he-goats"; -lin he_man_N = mkN "he-man" "he-men" {- FIXME: guessed plural form -}; -lin head_N = mkN "head" "heads"; -lin head_V = mkV "head" "heads" "headed" "headed" "heading"; -lin head_V2 = mkV2 (mkV "head" "heads" "headed" "headed" "heading"); -lin head_hunter_N = mkN "head-hunter" "head-hunters"; -lin head_on_A = compoundA (mkA "head-on"); -lin head_on_Adv = mkAdv "head-on"; -lin headache_N = mkN "headache" "headaches"; -lin headband_N = mkN "headband" "headbands"; -lin headdress_N = mkN "headdress" "headdresses"; -lin headed_A = compoundA (mkA "headed"); -lin header_N = mkN "header" "headers"; -lin headgear_N = mkN "headgear" "-" {- FIXME: no plural form -}; -lin heading_N = mkN "heading" "headings"; -lin headlamp_N = mkN "headlamp" "headlamps"; -lin headland_N = mkN "headland" "headlands"; -lin headless_A = compoundA (mkA "headless"); -lin headlight_N = mkN "headlight" "headlights"; -lin headline_N = mkN "headline" "headlines"; -lin headlong_A = compoundA (mkA "headlong"); -lin headlong_Adv = mkAdv "headlong"; -lin headman_N = mkN "headman" "headmen" {- FIXME: guessed plural form -}; -lin headmaster_N = mkN "headmaster" "headmasters"; -lin headmistress_N = mkN "headmistress" "headmistresses"; -lin headpiece_N = mkN "headpiece" "headpieces"; -lin headrest_N = mkN "headrest" "headrests"; -lin headroom_N = mkN "headroom" "-" {- FIXME: no plural form -}; -lin headset_N = mkN "headset" "headsets"; -lin headship_N = mkN "headship" "headships"; -lin headstall_N = mkN "headstall" "headstalls"; -lin headstone_N = mkN "headstone" "headstones"; -lin headstrong_A = compoundA (mkA "headstrong"); -lin headway_N = mkN "headway" "-" {- FIXME: no plural form -}; -lin headwind_N = mkN "headwind" "headwinds"; -lin headword_N = mkN "headword" "headwords"; -lin heady_A = mkA "heady" "headier"; -lin heal_V = mkV "heal" "heals" "healed" "healed" "healing"; -lin heal_V2 = mkV2 (mkV "heal" "heals" "healed" "healed" "healing"); -lin healer_N = mkN "healer" "healers"; -lin healing_A = compoundA (mkA "healing"); -lin health_N = mkN "health" "-" {- FIXME: no plural form -}; -lin healthful_A = compoundA (mkA "healthful"); -lin healthily_Adv = mkAdv "healthily"; -lin healthy_A = mkA "healthy" "healthier"; -lin heanor_PN = mkPN "Heanor"; -lin heap_N = mkN "heap" "heaps"; -lin heap_V2 = mkV2 (mkV "heap" "heaps" "heaped" "heaped" "heaping"); -lin heaps_Adv = mkAdv "heaps"; -lin hear_V = IrregEng.hear_V; -lin hear_V2 = mkV2 (IrregEng.hear_V); -lin hearer_N = mkN "hearer" "hearers"; -lin hearing_N = mkN "hearing" "hearings"; -lin hearing_aid_N = mkN "hearing-aid" "hearing-aids"; -lin hearken_V = mkV "hearken" "hearkens" "hearkened" "hearkened" "hearkening"; -lin hearsay_N = mkN "hearsay" "-" {- FIXME: no plural form -}; -lin hearse_N = mkN "hearse" "hearses"; -lin heart's_ease_N = mkN "heart's-ease" "-" {- FIXME: no plural form -}; -lin heart_N = mkN "heart" "hearts"; -lin heart_disease_N = mkN "heart-disease" "heart-diseases"; -lin heart_failure_N = mkN "heart-failure" "-" {- FIXME: no plural form -}; -lin heart_rending_A = compoundA (mkA "heart-rending"); -lin heartache_N = mkN "heartache" "heartaches"; -lin heartbeat_N = mkN "heartbeat" "heartbeats"; -lin heartbreak_N = mkN "heartbreak" "-" {- FIXME: no plural form -}; -lin heartbreaking_A = compoundA (mkA "heartbreaking"); -lin heartbroken_A = compoundA (mkA "heartbroken"); -lin heartburn_N = mkN "heartburn" "-" {- FIXME: no plural form -}; -lin heartburning_N = mkN "heartburning" "-" {- FIXME: no plural form -}; -lin hearted_A = compoundA (mkA "hearted"); -lin hearten_V2 = mkV2 (mkV "hearten" "heartens" "heartened" "heartened" "heartening"); -lin heartfelt_A = compoundA (mkA "heartfelt"); -lin hearth_N = mkN "hearth" "hearths"; -lin hearthrug_N = mkN "hearthrug" "hearthrugs"; -lin heartily_Adv = mkAdv "heartily"; -lin heartless_A = compoundA (mkA "heartless"); -lin heartlessly_Adv = mkAdv "heartlessly"; -lin heartlessness_N = mkN "heartlessness" "-" {- FIXME: no plural form -}; -lin heartsick_A = compoundA (mkA "heartsick"); -lin hearty_A = mkA "hearty" "heartier"; -lin heat_N = mkN "heat" "heats"; -lin heat_V = mkV "heat" "heats" "heated" "heated" "heating"; -lin heat_V2 = mkV2 (mkV "heat" "heats" "heated" "heated" "heating"); -lin heat_flash_N = mkN "heat-flash" "heat-flashes"; -lin heated_A = compoundA (mkA "heated"); -lin heatedly_Adv = mkAdv "heatedly"; -lin heater_N = mkN "heater" "heaters"; -lin heath_N = mkN "heath" "heaths"; -lin heathen_N = mkN "heathen" "heathens"; -lin heathenish_A = compoundA (mkA "heathenish"); -lin heather_N = mkN "heather" "heathers"; -lin heather_PN = mkPN "Heather"; -lin heather_mixture_N = mkN "heather-mixture" "-" {- FIXME: no plural form -}; -lin heating_N = mkN "heating" "-" {- FIXME: no plural form -}; -lin heatspot_N = mkN "heatspot" "heatspots"; -lin heatstroke_N = mkN "heatstroke" "-" {- FIXME: no plural form -}; -lin heatwave_N = mkN "heatwave" "heatwaves"; -lin heave_N = mkN "heave" "heaves"; -lin heave_V = mkV "heave" "heaves" "heaved" "heaved" "heaving"; -lin heave_V2 = mkV2 (mkV "heave" "heaves" "heaved" "heaved" "heaving"); -lin heaven_N = mkN "heaven" "heavens"; -lin heavenly_A = compoundA (mkA "heavenly"); -lin heavensent_A = compoundA (mkA "heavensent"); -lin heavenward_A = compoundA (mkA "heavenward"); -lin heavenward_Adv = mkAdv "heavenward"; -lin heavenwards_A = compoundA (mkA "heavenwards"); -lin heavenwards_Adv = mkAdv "heavenwards"; -lin heavily_Adv = mkAdv "heavily"; -lin heaviness_N = mkN "heaviness" "-" {- FIXME: no plural form -}; -lin heaviside_PN = mkPN "Heaviside"; -lin heavy_A = mkA "heavy" "heavier"; -lin heavy_Adv = mkAdv "heavy"; -lin heavy_handed_A = compoundA (mkA "heavy-handed"); -lin heavy_hearted_A = compoundA (mkA "heavy-hearted"); -lin heavy_laden_A = compoundA (mkA "heavy-laden"); -lin heavyweight_N = mkN "heavyweight" "heavyweights"; -lin hebden_royal_PN = mkPN "Hebden royal"; -lin hebdomadal_A = compoundA (mkA "hebdomadal"); -lin hebraic_A = compoundA (mkA "hebraic"); -lin hebrew_A = compoundA (mkA "hebrew"); -lin hebrew_N = mkN "hebrew" "hebrews"; -lin hecatomb_N = mkN "hecatomb" "hecatombs"; -lin heck_N = mkN "heck" "hecks"; -lin heckle_V2 = mkV2 (mkV "heckle" "heckles" "heckled" "heckled" "heckling"); -lin heckler_N = mkN "heckler" "hecklers"; -lin hectare_N = mkN "hectare" "hectares"; -lin hectic_A = compoundA (mkA "hectic"); -lin hector_V = mkV "hector" "hectors" "hectored" "hectored" "hectoring"; -lin hector_V2 = mkV2 (mkV "hector" "hectors" "hectored" "hectored" "hectoring"); -lin hedge_N = mkN "hedge" "hedges"; -lin hedge_V = mkV "hedge" "hedges" "hedged" "hedged" "hedging"; -lin hedge_V2 = mkV2 (mkV "hedge" "hedges" "hedged" "hedged" "hedging"); -lin hedge_end_PN = mkPN "Hedge end"; -lin hedge_sparrow_N = mkN "hedge-sparrow" "hedge-sparrows"; -lin hedgehog_N = mkN "hedgehog" "hedgehogs"; -lin hedgehop_V = mkV "hedgehop" "hedgehops" "hedgehopped" "hedgehopped" "hedgehopping"; -lin hedgerow_N = mkN "hedgerow" "hedgerows"; -lin hedonism_N = mkN "hedonism" "-" {- FIXME: no plural form -}; -lin hedonist_N = mkN "hedonist" "hedonists"; -lin hedonistic_A = compoundA (mkA "hedonistic"); -lin heed_N = mkN "heed" "-" {- FIXME: no plural form -}; -lin heed_V2 = mkV2 (mkV "heed" "heeds" "heeded" "heeded" "heeding"); -lin heedful_A = compoundA (mkA "heedful"); -lin heedless_A = compoundA (mkA "heedless"); -lin heehaw_N = mkN "heehaw" "heehaws"; -lin heel_N = mkN "heel" "heels"; -lin heel_V = mkV "heel" "heels" "heeled" "heeled" "heeling"; -lin heel_V2 = mkV2 (mkV "heel" "heels" "heeled" "heeled" "heeling"); -lin hefty_A = mkA "hefty" "heftier"; -lin hegemony_N = mkN "hegemony" "hegemonies"; -lin hegira_N = mkN "hegira" "hegiras"; -lin heidelburg_PN = mkPN "Heidelburg"; -lin heifer_N = mkN "heifer" "heifers"; -lin height_N = mkN "height" "heights"; -lin heighten_V = mkV "heighten" "heightens" "heightened" "heightened" "heightening"; -lin heighten_V2 = mkV2 (mkV "heighten" "heightens" "heightened" "heightened" "heightening"); -lin heinous_A = compoundA (mkA "heinous"); -lin heinously_Adv = mkAdv "heinously"; -lin heinousness_N = mkN "heinousness" "-" {- FIXME: no plural form -}; -lin heir_N = mkN "heir" "heirs"; -lin heiress_N = mkN "heiress" "heiresses"; -lin heirloom_N = mkN "heirloom" "heirlooms"; -lin hejira_N = mkN "hejira" "hejiras"; -lin helen_PN = mkPN "Helen"; -lin helensburgh_PN = mkPN "Helensburgh"; -lin helicopter_N = mkN "helicopter" "helicopters"; -lin heliograph_N = mkN "heliograph" "heliographs"; -lin heliograph_V2 = mkV2 (mkV "heliograph" "heliographs" "heliographed" "heliographed" "heliographing"); -lin heliotrope_N = mkN "heliotrope" "heliotropes"; -lin heliport_N = mkN "heliport" "heliports"; -lin helium_N = mkN "helium" "-" {- FIXME: no plural form -}; -lin hell_N = mkN "hell" "hells"; -lin hellcat_N = mkN "hellcat" "hellcats"; -lin hellene_N = mkN "hellene" "hellenes"; -lin hellenic_A = compoundA (mkA "hellenic"); -lin hellish_A = compoundA (mkA "hellish"); -lin helm_N = mkN "helm" "helms"; -lin helmet_N = mkN "helmet" "helmets"; -lin helmeted_A = compoundA (mkA "helmeted"); -lin helmsman_N = mkN "helmsman" "helmsmen" {- FIXME: guessed plural form -}; -lin helot_N = mkN "helot" "helots"; -lin help_N = mkN "help" "helps"; -lin help_V = mkV "help" "helps" "helped" "helped" "helping"; -lin help_V2 = mkV2 (mkV "help" "helps" "helped" "helped" "helping"); -lin helper_N = mkN "helper" "helpers"; -lin helpful_A = compoundA (mkA "helpful"); -lin helpfully_Adv = mkAdv "helpfully"; -lin helpfulness_N = mkN "helpfulness" "-" {- FIXME: no plural form -}; -lin helping_N = mkN "helping" "helpings"; -lin helpless_A = compoundA (mkA "helpless"); -lin helplessly_Adv = mkAdv "helplessly"; -lin helplessness_N = mkN "helplessness" "-" {- FIXME: no plural form -}; -lin helpmate_N = mkN "helpmate" "helpmates"; -lin helpmeet_N = mkN "helpmeet" "helpmeets"; -lin helsinki_PN = mkPN "Helsinki"; -lin helston_PN = mkPN "Helston"; -lin helter_skelter_Adv = mkAdv "helter-skelter"; -lin helter_skelter_N = mkN "helter-skelter" "helter-skelters"; -lin helve_N = mkN "helve" "helves"; -lin hem_N = mkN "hem" "hems"; -lin hem_V = mkV "hem" "hems" "hemmed" "hemmed" "hemming"; -lin hem_V2 = mkV2 (mkV "hem" "hems" "hemmed" "hemmed" "hemming"); -lin hematite_N = mkN "hematite" "hematites"; -lin hemel_hempstead_PN = mkPN "Hemel hempstead"; -lin hemisphere_N = mkN "hemisphere" "hemispheres"; -lin hemline_N = mkN "hemline" "hemlines"; -lin hemlock_N = mkN "hemlock" "hemlocks"; -lin hemming_stitch_N = mkN "hemming-stitch" "hemming-stitches"; -lin hemoglobin_N = mkN "hemoglobin" "-" {- FIXME: no plural form -}; -lin hemophilia_N = mkN "hemophilia" "-" {- FIXME: no plural form -}; -lin hemophiliac_N = mkN "hemophiliac" "hemophiliacs"; -lin hemorrhage_N = mkN "hemorrhage" "hemorrhages"; -lin hemp_N = mkN "hemp" "-" {- FIXME: no plural form -}; -lin hempen_A = compoundA (mkA "hempen"); -lin hemstitch_N = mkN "hemstitch" "hemstitches"; -lin hemstitch_V2 = mkV2 (mkV "hemstitch" "hemstitches" "hemstitched" "hemstitched" "hemstitching"); -lin hemsworth_PN = mkPN "Hemsworth"; -lin hen_N = mkN "hen" "hens"; -lin hen_party_N = mkN "hen-party" "hen-parties"; -lin henbane_N = mkN "henbane" "-" {- FIXME: no plural form -}; -lin hence_Adv = mkAdv "hence"; -lin henceforth_Adv = mkAdv "henceforth"; -lin henceforward_Adv = mkAdv "henceforward"; -lin henchman_N = mkN "henchman" "henchmen" {- FIXME: guessed plural form -}; -lin hencoop_N = mkN "hencoop" "hencoops"; -lin henhouse_N = mkN "henhouse" "henhouses"; -lin henley_on_thames_PN = mkPN "Henley-on-thames"; -lin henna_N = mkN "henna" "-" {- FIXME: no plural form -}; -lin hennaed_A = compoundA (mkA "hennaed"); -lin henpecked_A = compoundA (mkA "henpecked"); -lin henroost_N = mkN "henroost" "henroosts"; -lin henry_PN = mkPN "Henry"; -lin hep_A = compoundA (mkA "hep"); -lin hepatitis_N = mkN "hepatitis" "-" {- FIXME: no plural form -}; -lin heptagon_N = mkN "heptagon" "heptagons"; -lin her_A = compoundA (mkA "her"); -lin herald_N = mkN "herald" "heralds"; -lin herald_V2 = mkV2 (mkV "herald" "heralds" "heralded" "heralded" "heralding"); -lin heraldic_A = compoundA (mkA "heraldic"); -lin heraldry_N = mkN "heraldry" "-" {- FIXME: no plural form -}; -lin herb_N = mkN "herb" "herbs"; -lin herb_PN = mkPN "Herb"; -lin herbaceous_A = compoundA (mkA "herbaceous"); -lin herbage_N = mkN "herbage" "-" {- FIXME: no plural form -}; -lin herbal_A = compoundA (mkA "herbal"); -lin herbalist_N = mkN "herbalist" "herbalists"; -lin herbert_PN = mkPN "Herbert"; -lin herbivorous_A = compoundA (mkA "herbivorous"); -lin herculean_A = compoundA (mkA "herculean"); -lin herd_N = mkN "herd" "herds"; -lin herd_V = mkV "herd" "herds" "herded" "herded" "herding"; -lin herd_V2 = mkV2 (mkV "herd" "herds" "herded" "herded" "herding"); -lin herdsman_N = mkN "herdsman" "herdsmen" {- FIXME: guessed plural form -}; -lin here_Adv = mkAdv "here"; -lin hereabouts_Adv = mkAdv "hereabouts"; -lin hereafter_Adv = mkAdv "hereafter"; -lin hereafter_N = mkN "hereafter" "IRREG"; -lin hereby_Adv = mkAdv "hereby"; -lin hereditament_N = mkN "hereditament" "hereditaments"; -lin hereditary_A = compoundA (mkA "hereditary"); -lin heredity_N = mkN "heredity" "-" {- FIXME: no plural form -}; -lin hereford_PN = mkPN "Hereford"; -lin herein_Adv = mkAdv "herein"; -lin hereinafter_Adv = mkAdv "hereinafter"; -lin hereinbefore_Adv = mkAdv "hereinbefore"; -lin hereof_Adv = mkAdv "hereof"; -lin heresy_N = mkN "heresy" "heresies"; -lin heretic_N = mkN "heretic" "heretics"; -lin heretical_A = compoundA (mkA "heretical"); -lin hereto_Adv = mkAdv "hereto"; -lin heretofore_Adv = mkAdv "heretofore"; -lin hereupon_Adv = mkAdv "hereupon"; -lin herewith_Adv = mkAdv "herewith"; -lin heritable_A = compoundA (mkA "heritable"); -lin heritage_N = mkN "heritage" "IRREG"; -lin hermaphrodite_N = mkN "hermaphrodite" "hermaphrodites"; -lin hermetic_A = compoundA (mkA "hermetic"); -lin hermetically_Adv = mkAdv "hermetically"; -lin hermit_N = mkN "hermit" "hermits"; -lin hermitage_N = mkN "hermitage" "hermitages"; -lin herne_PN = mkPN "Herne"; -lin herne_bay_PN = mkPN "Herne bay"; -lin hernia_N = mkN "hernia" "hernias"; -lin hero_N = mkN "hero" "heroes"; -lin heroic_A = compoundA (mkA "heroic"); -lin heroically_Adv = mkAdv "heroically"; -lin heroics_N = mkN "heroics" "heroics"; -lin heroin_N = mkN "heroin" "-" {- FIXME: no plural form -}; -lin heroine_N = mkN "heroine" "heroines"; -lin heroism_N = mkN "heroism" "-" {- FIXME: no plural form -}; -lin heron_N = mkN "heron" "herons"; -lin heronry_N = mkN "heronry" "heronries"; -lin herr_N = mkN "herr" "IRREG"; -lin herring_N = mkN "herring" "herring"; -lin herringbone_N = mkN "herringbone" "-" {- FIXME: no plural form -}; -lin hertford_PN = mkPN "Hertford"; -lin hertfordshire_PN = mkPN "Hertfordshire"; -lin hertz_N = mkN "hertz" "hertz"; -lin hertzian_A = compoundA (mkA "hertzian"); -lin hesitance_N = mkN "hesitance" "IRREG"; -lin hesitancy_N = mkN "hesitancy" "-" {- FIXME: no plural form -}; -lin hesitant_A = compoundA (mkA "hesitant"); -lin hesitantly_Adv = mkAdv "hesitantly"; -lin hesitate_V = mkV "hesitate" "hesitates" "hesitated" "hesitated" "hesitating"; -lin hesitatingly_Adv = mkAdv "hesitatingly"; -lin hesitation_N = mkN "hesitation" "hesitations"; -lin hessian_N = mkN "hessian" "-" {- FIXME: no plural form -}; -lin het_up_A = compoundA (mkA "het-up"); -lin heterodox_A = compoundA (mkA "heterodox"); -lin heterodoxy_N = mkN "heterodoxy" "-" {- FIXME: no plural form -}; -lin heterogeneous_A = compoundA (mkA "heterogeneous"); -lin heterosexual_A = compoundA (mkA "heterosexual"); -lin heterosexual_N = mkN "heterosexual" "heterosexuals"; -lin heterosexuality_N = mkN "heterosexuality" "-" {- FIXME: no plural form -}; -lin hetton_PN = mkPN "Hetton"; -lin heuristic_A = compoundA (mkA "heuristic"); -lin heuristics_N = mkN "heuristics" "heuristics"; -lin hew_V = mkV "hew" "hews" "hewed" "hewed" "hewing"; -lin hew_V2 = mkV2 (mkV "hew" "hews" "hewed" "hewed" "hewing"); -lin hewer_N = mkN "hewer" "hewers"; -lin hexagon_N = mkN "hexagon" "hexagons"; -lin hexagonal_A = compoundA (mkA "hexagonal"); -lin hexameter_N = mkN "hexameter" "hexameters"; -lin hexham_PN = mkPN "Hexham"; -lin heyday_N = mkN "heyday" "IRREG"; -lin heysham_PN = mkPN "Heysham"; -lin heywood_PN = mkPN "Heywood"; -lin hi_fi_A = compoundA (mkA "hi-fi"); -lin hi_fi_N = mkN "hi-fi" "hi-fis"; -lin hiatus_N = mkN "hiatus" "hiatuses"; -lin hibernate_V = mkV "hibernate" "hibernates" "hibernated" "hibernated" "hibernating"; -lin hibernation_N = mkN "hibernation" "-" {- FIXME: no plural form -}; -lin hibiscus_N = mkN "hibiscus" "-" {- FIXME: no plural form -}; -lin hiccough_N = mkN "hiccough" "hiccoughs"; -lin hiccough_V = mkV "hiccough" "hiccoughs" "hiccoughed" "hiccoughed" "hiccoughing"; -lin hiccup_N = mkN "hiccup" "hiccups"; -lin hiccup_V = mkV "hiccup" "hiccups" "hiccupped" "hiccupped" "hiccupping"; -lin hick_A = compoundA (mkA "hick"); -lin hick_N = mkN "hick" "hicks"; -lin hickory_N = mkN "hickory" "hickories"; -lin hide_N = mkN "hide" "hides"; -lin hide_V = IrregEng.hide_V; -lin hide_V2 = mkV2 (IrregEng.hide_V); -lin hide_and_seek_N = mkN "hide-and-seek" "-" {- FIXME: no plural form -}; -lin hide_out_N = mkN "hide-out" "hide-outs"; -lin hideaway_N = mkN "hideaway" "hideaways"; -lin hidebound_A = compoundA (mkA "hidebound"); -lin hideous_A = compoundA (mkA "hideous"); -lin hideously_Adv = mkAdv "hideously"; -lin hiding_N = mkN "hiding" "hidings"; -lin hiding_place_N = mkN "hiding-place" "hiding-places"; -lin hie_V = mkV "hie" "IRREG" "IRREG" "IRREG" "IRREG"; -lin hierarchic_A = compoundA (mkA "hierarchic"); -lin hierarchical_A = compoundA (mkA "hierarchical"); -lin hierarchy_N = mkN "hierarchy" "hierarchies"; -lin hieroglyph_N = mkN "hieroglyph" "hieroglyphs"; -lin hieroglyphic_A = compoundA (mkA "hieroglyphic"); -lin hieroglyphics_N = mkN "hieroglyphics" "hieroglyphics"; -lin higgledy_piggledy_A = compoundA (mkA "higgledy-piggledy"); -lin higgledy_piggledy_Adv = mkAdv "higgledy-piggledy"; -lin high_A = mkA "high" "higher"; -lin high_Adv = mkAdv "high"; -lin high_class_A = compoundA (mkA "high-class"); -lin high_falutin_A = compoundA (mkA "high-falutin"); -lin high_fidelity_A = compoundA (mkA "high-fidelity"); -lin high_fidelity_N = mkN "high-fidelity" "-" {- FIXME: no plural form -}; -lin high_frequency_N = mkN "high-frequency" "high-frequencies"; -lin high_grade_A = compoundA (mkA "high-grade"); -lin high_handed_A = compoundA (mkA "high-handed"); -lin high_handedly_Adv = mkAdv "high-handedly"; -lin high_keyed_A = compoundA (mkA "high-keyed"); -lin high_level_A = compoundA (mkA "high-level"); -lin high_minded_A = compoundA (mkA "high-minded"); -lin high_mindedly_Adv = mkAdv "high-mindedly"; -lin high_mindedness_N = mkN "high-mindedness" "-" {- FIXME: no plural form -}; -lin high_necked_A = compoundA (mkA "high-necked"); -lin high_octane_A = compoundA (mkA "high-octane"); -lin high_pitched_A = compoundA (mkA "high-pitched"); -lin high_powered_A = compoundA (mkA "high-powered"); -lin high_pressure_N = mkN "high-pressure" "-" {- FIXME: no plural form -}; -lin high_priced_A = compoundA (mkA "high-priced"); -lin high_principled_A = compoundA (mkA "high-principled"); -lin high_ranking_A = compoundA (mkA "high-ranking"); -lin high_rise_A = compoundA (mkA "high-rise"); -lin high_sounding_A = compoundA (mkA "high-sounding"); -lin high_speed_A = compoundA (mkA "high-speed"); -lin high_spen_PN = mkPN "High spen"; -lin high_spirited_A = compoundA (mkA "high-spirited"); -lin high_tension_A = compoundA (mkA "high-tension"); -lin high_toned_A = compoundA (mkA "high-toned"); -lin high_up_N = mkN "high-up" "high-ups"; -lin high_wycombe_PN = mkPN "High wycombe"; -lin highball_N = mkN "highball" "highballs"; -lin highborn_A = compoundA (mkA "highborn"); -lin highboy_N = mkN "highboy" "highboys"; -lin highbrow_A = compoundA (mkA "highbrow"); -lin highbrow_N = mkN "highbrow" "highbrows"; -lin highflier_N = mkN "highflier" "highfliers"; -lin highflown_A = compoundA (mkA "highflown"); -lin highflyer_N = mkN "highflyer" "highflyers"; -lin highflying_A = compoundA (mkA "highflying"); -lin highjack_N = mkN "highjack" "highjacks"; -lin highjack_V2 = mkV2 (mkV "highjack" "highjacks" "highjacked" "highjacked" "highjacking"); -lin highland_N = mkN "highland" "highlands"; -lin highland_PN = mkPN "Highland"; -lin highlander_N = mkN "highlander" "highlanders"; -lin highlight_N = mkN "highlight" "highlights"; -lin highlight_V2 = mkV2 (mkV "highlight" "highlights" "highlighted" "highlighted" "highlighting"); -lin highly_Adv = mkAdv "highly"; -lin highness_N = mkN "highness" "highnesses"; -lin highroad_N = mkN "highroad" "highroads"; -lin highway_N = mkN "highway" "highways"; -lin highwayman_N = mkN "highwayman" "highwaymen" {- FIXME: guessed plural form -}; -lin hijack_N = mkN "hijack" "hijacks"; -lin hijack_V2 = mkV2 (mkV "hijack" "hijacks" "hijacked" "hijacked" "hijacking"); -lin hijacker_N = mkN "hijacker" "hijackers"; -lin hike_N = mkN "hike" "hikes"; -lin hike_V = mkV "hike" "hikes" "hiked" "hiked" "hiking"; -lin hiker_N = mkN "hiker" "hikers"; -lin hilarious_A = compoundA (mkA "hilarious"); -lin hilariously_Adv = mkAdv "hilariously"; -lin hilarity_N = mkN "hilarity" "-" {- FIXME: no plural form -}; -lin hilary_PN = mkPN "Hilary"; -lin hilda_PN = mkPN "Hilda"; -lin hill_N = mkN "hill" "hills"; -lin hill_billy_N = mkN "hill-billy" "hill-billies"; -lin hillingdon_PN = mkPN "Hillingdon"; -lin hillock_N = mkN "hillock" "hillocks"; -lin hillside_N = mkN "hillside" "hillsides"; -lin hilly_A = mkA "hilly" "hillier"; -lin hilt_N = mkN "hilt" "hilts"; -lin hinckley_PN = mkPN "Hinckley"; -lin hind_A = compoundA (mkA "hind"); -lin hind_N = mkN "hind" "hinds"; -lin hinder_V2 = mkV2 (mkV "hinder" "hinders" "hindered" "hindered" "hindering"); -lin hindi_A = compoundA (mkA "hindi"); -lin hindi_N = mkN "hindi" "-" {- FIXME: no plural form -}; -lin hindmost_A = compoundA (mkA "hindmost"); -lin hindrance_N = mkN "hindrance" "hindrances"; -lin hindsight_N = mkN "hindsight" "-" {- FIXME: no plural form -}; -lin hindu_A = compoundA (mkA "hindu"); -lin hindu_N = mkN "hindu" "hindus"; -lin hinduism_N = mkN "hinduism" "-" {- FIXME: no plural form -}; -lin hindustani_A = compoundA (mkA "hindustani"); -lin hindustani_N = mkN "hindustani" "hindustanis"; -lin hinge_N = mkN "hinge" "hinges"; -lin hinge_V = mkV "hinge" "hinges" "hinged" "hinged" "hinging"; -lin hinge_V2 = mkV2 (mkV "hinge" "hinges" "hinged" "hinged" "hinging"); -lin hint_N = mkN "hint" "hints"; -lin hint_V = mkV "hint" "hints" "hinted" "hinted" "hinting"; -lin hint_V2 = mkV2 (mkV "hint" "hints" "hinted" "hinted" "hinting"); -lin hinterland_N = mkN "hinterland" "hinterlands"; -lin hip_A = compoundA (mkA "hip"); -lin hip_N = mkN "hip" "hips"; -lin hip_bath_N = mkN "hip-bath" "hip-baths"; -lin hip_flask_N = mkN "hip-flask" "hip-flasks"; -lin hip_pocket_N = mkN "hip-pocket" "hip-pockets"; -lin hippie_N = mkN "hippie" "hippies"; -lin hippo_N = mkN "hippo" "hippos"; -lin hippocratic_A = compoundA (mkA "hippocratic"); -lin hippodrome_N = mkN "hippodrome" "hippodromes"; -lin hippopotamus_N = mkN "hippopotamus" "hippopotamuses"; -lin hippy_N = mkN "hippy" "hippies"; -lin hire_N = mkN "hire" "-" {- FIXME: no plural form -}; -lin hire_V2 = mkV2 (mkV "hire" "hires" "hired" "hired" "hiring"); -lin hireling_N = mkN "hireling" "hirelings"; -lin hiroshima_PN = mkPN "Hiroshima"; -lin hirsute_A = compoundA (mkA "hirsute"); -lin his_A = compoundA (mkA "his"); -lin hiss_N = mkN "hiss" "hisses"; -lin hiss_V = mkV "hiss" "hisses" "hissed" "hissed" "hissing"; -lin hiss_V2 = mkV2 (mkV "hiss" "hisses" "hissed" "hissed" "hissing"); -lin histogram_N = mkN "histogram" "histograms"; -lin historian_N = mkN "historian" "historians"; -lin historic_A = compoundA (mkA "historic"); -lin historical_A = compoundA (mkA "historical"); -lin historically_Adv = mkAdv "historically"; -lin history_N = mkN "history" "histories"; -lin histrionic_A = compoundA (mkA "histrionic"); -lin histrionics_N = mkN "histrionics" "histrionics"; -lin hit_N = mkN "hit" "hits"; -lin hit_V = IrregEng.hit_V; -lin hit_V2 = mkV2 (IrregEng.hit_V); -lin hit_and_run_A = compoundA (mkA "hit-and-run"); -lin hitch_N = mkN "hitch" "hitches"; -lin hitch_V = mkV "hitch" "hitches" "hitched" "hitched" "hitching"; -lin hitch_V2 = mkV2 (mkV "hitch" "hitches" "hitched" "hitched" "hitching"); -lin hitchhike_V = mkV "hitchhike" "hitchhikes" "hitchhiked" "hitchhiked" "hitchhiking"; -lin hitchhiker_N = mkN "hitchhiker" "hitchhikers"; -lin hitchin_PN = mkPN "Hitchin"; -lin hither_Adv = mkAdv "hither"; -lin hitherto_Adv = mkAdv "hitherto"; -lin hive_N = mkN "hive" "hives"; -lin hive_V = mkV "hive" "hives" "hived" "hived" "hiving"; -lin hive_V2 = mkV2 (mkV "hive" "hives" "hived" "hived" "hiving"); -lin hm_PN = mkPN "Hm"; -lin hmso_PN = mkPN "Hmso"; -lin hoar_A = compoundA (mkA "hoar"); -lin hoard_N = mkN "hoard" "hoards"; -lin hoard_V = mkV "hoard" "hoards" "hoarded" "hoarded" "hoarding"; -lin hoard_V2 = mkV2 (mkV "hoard" "hoards" "hoarded" "hoarded" "hoarding"); -lin hoarder_N = mkN "hoarder" "hoarders"; -lin hoarding_N = mkN "hoarding" "hoardings"; -lin hoarfrost_N = mkN "hoarfrost" "-" {- FIXME: no plural form -}; -lin hoariness_N = mkN "hoariness" "-" {- FIXME: no plural form -}; -lin hoarse_A = mkA "hoarse" "hoarser"; -lin hoarsely_Adv = mkAdv "hoarsely"; -lin hoarseness_N = mkN "hoarseness" "-" {- FIXME: no plural form -}; -lin hoary_A = mkA "hoary" "hoarier"; -lin hoax_N = mkN "hoax" "hoaxes"; -lin hoax_V2 = mkV2 (mkV "hoax" "hoaxes" "hoaxed" "hoaxed" "hoaxing"); -lin hoaxer_N = mkN "hoaxer" "hoaxers"; -lin hob_N = mkN "hob" "hobs"; -lin hobble_N = mkN "hobble" "hobbles"; -lin hobble_V = mkV "hobble" "hobbles" "hobbled" "hobbled" "hobbling"; -lin hobble_V2 = mkV2 (mkV "hobble" "hobbles" "hobbled" "hobbled" "hobbling"); -lin hobble_skirt_N = mkN "hobble-skirt" "hobble-skirts"; -lin hobbledehoy_N = mkN "hobbledehoy" "hobbledehoys"; -lin hobby_N = mkN "hobby" "hobbies"; -lin hobbyhorse_N = mkN "hobbyhorse" "hobbyhorses"; -lin hobgoblin_N = mkN "hobgoblin" "hobgoblins"; -lin hobnail_N = mkN "hobnail" "hobnails"; -lin hobnailed_A = compoundA (mkA "hobnailed"); -lin hobnob_V = mkV "hobnob" "hobnobs" "hobnobbed" "hobnobbed" "hobnobbing"; -lin hobo_N = mkN "hobo" "hobos"; -lin hobson_PN = mkPN "Hobson"; -lin hock_N = mkN "hock" "hocks"; -lin hock_V2 = mkV2 (mkV "hock" "hocks" "hocked" "hocked" "hocking"); -lin hockey_N = mkN "hockey" "-" {- FIXME: no plural form -}; -lin hockley_PN = mkPN "Hockley"; -lin hocus_pocus_N = mkN "hocus-pocus" "-" {- FIXME: no plural form -}; -lin hod_N = mkN "hod" "hods"; -lin hoddesdon_PN = mkPN "Hoddesdon"; -lin hodgepodge_N = mkN "hodgepodge" "-" {- FIXME: no plural form -}; -lin hoe_N = mkN "hoe" "hoes"; -lin hoe_V = mkV "hoe" "IRREG" "IRREG" "IRREG" "IRREG"; -lin hoe_V2 = mkV2 (mkV "hoe" "IRREG" "IRREG" "IRREG" "IRREG"); -lin hofei_PN = mkPN "Hofei"; -lin hog_N = mkN "hog" "hogs"; -lin hog_V2 = mkV2 (mkV "hog" "hogs" "hogged" "hogged" "hogging"); -lin hoggish_A = compoundA (mkA "hoggish"); -lin hogmanay_N = mkN "hogmanay" "hogmanays"; -lin hogmanay_PN = mkPN "Hogmanay"; -lin hogshead_N = mkN "hogshead" "hogsheads"; -lin hogwash_N = mkN "hogwash" "-" {- FIXME: no plural form -}; -lin hoist_N = mkN "hoist" "hoists"; -lin hoist_V2 = mkV2 (mkV "hoist" "hoists" "hoisted" "hoisted" "hoisting"); -lin hoity_toity_A = compoundA (mkA "hoity-toity"); -lin hold_N = mkN "hold" "holds"; -lin hold_V = IrregEng.hold_V; -lin hold_V2 = mkV2 (IrregEng.hold_V); -lin hold_up_N = mkN "hold-up" "hold-ups"; -lin holdall_N = mkN "holdall" "holdalls"; -lin holder_N = mkN "holder" "holders"; -lin holding_N = mkN "holding" "holdings"; -lin holdup_N = mkN "holdup" "holdups"; -lin hole_N = mkN "hole" "holes"; -lin hole_V = mkV "hole" "holes" "holed" "holed" "holing"; -lin hole_V2 = mkV2 (mkV "hole" "holes" "holed" "holed" "holing"); -lin hole_and_corner_A = compoundA (mkA "hole-and-corner"); -lin holiday_N = mkN "holiday" "holidays"; -lin holiday_V = mkV "holiday" "holidays" "holidayed" "holidayed" "holidaying"; -lin holiday_maker_N = mkN "holiday-maker" "holiday-makers"; -lin holiness_N = mkN "holiness" "-" {- FIXME: no plural form -}; -lin holland_PN = mkPN "Holland"; -lin hollander_A = compoundA (mkA "hollander"); -lin hollander_N = mkN "hollander" "hollanders"; -lin holler_V = mkV "holler" "hollers" "hollered" "hollered" "hollering"; -lin holler_V2 = mkV2 (mkV "holler" "hollers" "hollered" "hollered" "hollering"); -lin holloa_N = mkN "holloa" "holloas"; -lin hollow_A = compoundA (mkA "hollow"); -lin hollow_N = mkN "hollow" "hollows"; -lin hollow_V2 = mkV2 (mkV "hollow" "hollows" "hollowed" "hollowed" "hollowing"); -lin holly_N = mkN "holly" "-" {- FIXME: no plural form -}; -lin hollyhock_N = mkN "hollyhock" "hollyhocks"; -lin hollywood_PN = mkPN "Hollywood"; -lin holm_oak_N = mkN "holm-oak" "holm-oaks"; -lin holmfirth_PN = mkPN "Holmfirth"; -lin holocaust_N = mkN "holocaust" "holocausts"; -lin holograph_N = mkN "holograph" "holographs"; -lin holster_N = mkN "holster" "holsters"; -lin holy_A = mkA "holy" "holier"; -lin holy_N = mkN "holy" "holies"; -lin holyhead_PN = mkPN "Holyhead"; -lin holystone_N = mkN "holystone" "-" {- FIXME: no plural form -}; -lin holystone_V2 = mkV2 (mkV "holystone" "holystones" "holystoned" "holystoned" "holystoning"); -lin homage_N = mkN "homage" "-" {- FIXME: no plural form -}; -lin home_Adv = mkAdv "home"; -lin home_N = mkN "home" "homes"; -lin home_baked_A = compoundA (mkA "home-baked"); -lin home_brewed_A = compoundA (mkA "home-brewed"); -lin home_cured_A = compoundA (mkA "home-cured"); -lin home_farm_N = mkN "home-farm" "home-farms"; -lin home_grown_A = compoundA (mkA "home-grown"); -lin home_made_A = compoundA (mkA "home-made"); -lin homecoming_N = mkN "homecoming" "homecomings"; -lin homeland_N = mkN "homeland" "homelands"; -lin homeless_A = compoundA (mkA "homeless"); -lin homelike_A = compoundA (mkA "homelike"); -lin homeliness_N = mkN "homeliness" "-" {- FIXME: no plural form -}; -lin homely_A = mkA "homely" "homelier"; -lin homeopath_N = mkN "homeopath" "homeopaths"; -lin homeopathic_A = compoundA (mkA "homeopathic"); -lin homeric_A = compoundA (mkA "homeric"); -lin homesick_A = compoundA (mkA "homesick"); -lin homesickness_N = mkN "homesickness" "-" {- FIXME: no plural form -}; -lin homespun_A = compoundA (mkA "homespun"); -lin homespun_N = mkN "homespun" "-" {- FIXME: no plural form -}; -lin homestead_N = mkN "homestead" "homesteads"; -lin homeward_A = compoundA (mkA "homeward"); -lin homeward_Adv = mkAdv "homeward"; -lin homewards_Adv = mkAdv "homewards"; -lin homework_N = mkN "homework" "-" {- FIXME: no plural form -}; -lin homey_A = compoundA (mkA "homey"); -lin homicidal_A = compoundA (mkA "homicidal"); -lin homicide_N = mkN "homicide" "homicides"; -lin homiletic_A = compoundA (mkA "homiletic"); -lin homiletics_N = mkN "homiletics" "homiletics"; -lin homily_N = mkN "homily" "homilies"; -lin homing_A = compoundA (mkA "homing"); -lin hominy_N = mkN "hominy" "-" {- FIXME: no plural form -}; -lin homo_N = mkN "homo" "homos"; -lin homo_sapiens_N = mkN "homo sapiens" "IRREG"; -lin homoeopath_N = mkN "homoeopath" "homoeopaths"; -lin homoeopathy_N = mkN "homoeopathy" "-" {- FIXME: no plural form -}; -lin homogeneity_N = mkN "homogeneity" "-" {- FIXME: no plural form -}; -lin homogeneous_A = compoundA (mkA "homogeneous"); -lin homogenize_V2 = mkV2 (mkV "homogenize" "homogenizes" "homogenized" "homogenized" "homogenizing"); -lin homograph_N = mkN "homograph" "homographs"; -lin homonym_N = mkN "homonym" "homonyms"; -lin homophone_N = mkN "homophone" "homophones"; -lin homosexual_A = compoundA (mkA "homosexual"); -lin homosexual_N = mkN "homosexual" "homosexuals"; -lin homosexuality_N = mkN "homosexuality" "-" {- FIXME: no plural form -}; -lin hon_PN = mkPN "Hon"; -lin honduran_A = compoundA (mkA "honduran"); -lin honduran_N = mkN "honduran" "hondurans"; -lin honduras_PN = mkPN "Honduras"; -lin hone_N = mkN "hone" "hones"; -lin hone_V2 = mkV2 (mkV "hone" "hones" "honed" "honed" "honing"); -lin honest_A = compoundA (mkA "honest"); -lin honestly_Adv = mkAdv "honestly"; -lin honesty_N = mkN "honesty" "-" {- FIXME: no plural form -}; -lin honey_N = mkN "honey" "honeys"; -lin honeybee_N = mkN "honeybee" "honeybees"; -lin honeycomb_N = mkN "honeycomb" "honeycombs"; -lin honeycomb_V2 = mkV2 (mkV "honeycomb" "honeycombs" "honeycombed" "honeycombed" "honeycombing"); -lin honeydew_N = mkN "honeydew" "-" {- FIXME: no plural form -}; -lin honeyed_A = compoundA (mkA "honeyed"); -lin honeymoon_N = mkN "honeymoon" "honeymoons"; -lin honeymoon_V = mkV "honeymoon" "honeymoons" "honeymooned" "honeymooned" "honeymooning"; -lin honeysuckle_N = mkN "honeysuckle" "-" {- FIXME: no plural form -}; -lin hong_kong_PN = mkPN "Hong kong"; -lin honiton_PN = mkPN "Honiton"; -lin honk_N = mkN "honk" "honks"; -lin honk_V = mkV "honk" "honks" "honked" "honked" "honking"; -lin honorarium_N = mkN "honorarium" "honorariums"; -lin honorary_A = compoundA (mkA "honorary"); -lin honorific_A = compoundA (mkA "honorific"); -lin honorific_N = mkN "honorific" "honorifics"; -lin honour_N = mkN "honour" "honours"; -lin honour_V2 = mkV2 (mkV "honour" "honours" "honoured" "honoured" "honouring"); -lin honourable_A = compoundA (mkA "honourable"); -lin honourably_Adv = mkAdv "honourably"; -lin hoo_PN = mkPN "Hoo"; -lin hooch_N = mkN "hooch" "-" {- FIXME: no plural form -}; -lin hood_N = mkN "hood" "hoods"; -lin hood_V2 = mkV2 (mkV "hood" "hoods" "hooded" "hooded" "hooding"); -lin hoodlum_N = mkN "hoodlum" "hoodlums"; -lin hoodoo_N = mkN "hoodoo" "hoodoos"; -lin hoodoo_V2 = mkV2 (mkV "hoodoo" "hoodoos" "hoodooed" "hoodooed" "hoodooing"); -lin hoodwink_V2 = mkV2 (mkV "hoodwink" "hoodwinks" "hoodwinked" "hoodwinked" "hoodwinking"); -lin hooey_N = mkN "hooey" "-" {- FIXME: no plural form -}; -lin hoof_N = mkN "hoof" "hoofs"; -lin hook_N = mkN "hook" "hooks"; -lin hook_V = mkV "hook" "hooks" "hooked" "hooked" "hooking"; -lin hook_V2 = mkV2 (mkV "hook" "hooks" "hooked" "hooked" "hooking"); -lin hook_nosed_A = compoundA (mkA "hook-nosed"); -lin hook_up_N = mkN "hook-up" "hook-ups"; -lin hookah_N = mkN "hookah" "hookahs"; -lin hooked_A = compoundA (mkA "hooked"); -lin hooker_N = mkN "hooker" "hookers"; -lin hookworm_N = mkN "hookworm" "hookworms"; -lin hooky_N = mkN "hooky" "IRREG"; -lin hooligan_N = mkN "hooligan" "hooligans"; -lin hooliganism_N = mkN "hooliganism" "-" {- FIXME: no plural form -}; -lin hoop_N = mkN "hoop" "hoops"; -lin hoop_V2 = mkV2 (mkV "hoop" "hoops" "hooped" "hooped" "hooping"); -lin hoop_la_N = mkN "hoop-la" "-" {- FIXME: no plural form -}; -lin hoot_N = mkN "hoot" "hoots"; -lin hoot_V = mkV "hoot" "hoots" "hooted" "hooted" "hooting"; -lin hoot_V2 = mkV2 (mkV "hoot" "hoots" "hooted" "hooted" "hooting"); -lin hooter_N = mkN "hooter" "hooters"; -lin hoover_N = mkN "hoover" "hoovers"; -lin hoover_V2 = mkV2 (mkV "hoover" "hoovers" "hoovered" "hoovered" "hoovering"); -lin hop_N = mkN "hop" "hops"; -lin hop_V = mkV "hop" "hops" "hopped" "hopped" "hopping"; -lin hop_V2 = mkV2 (mkV "hop" "hops" "hopped" "hopped" "hopping"); -lin hop_field_N = mkN "hop-field" "hop-fields"; -lin hop_garden_N = mkN "hop-garden" "hop-gardens"; -lin hop_picker_N = mkN "hop-picker" "hop-pickers"; -lin hop_pole_N = mkN "hop-pole" "hop-poles"; -lin hope_N = mkN "hope" "hopes"; -lin hope_PN = mkPN "Hope"; -lin hope_V = mkV "hope" "hopes" "hoped" "hoped" "hoping"; -lin hope_V2 = mkV2 (mkV "hope" "hopes" "hoped" "hoped" "hoping"); -lin hopeful_A = compoundA (mkA "hopeful"); -lin hopefully_Adv = mkAdv "hopefully"; -lin hopefulness_N = mkN "hopefulness" "-" {- FIXME: no plural form -}; -lin hopeless_A = compoundA (mkA "hopeless"); -lin hopelessly_Adv = mkAdv "hopelessly"; -lin hopelessness_N = mkN "hopelessness" "-" {- FIXME: no plural form -}; -lin hopped_up_A = compoundA (mkA "hopped-up"); -lin hopper_N = mkN "hopper" "hoppers"; -lin hopscotch_N = mkN "hopscotch" "-" {- FIXME: no plural form -}; -lin horace_PN = mkPN "Horace"; -lin horde_N = mkN "horde" "hordes"; -lin horizon_N = mkN "horizon" "horizons"; -lin horizontal_A = compoundA (mkA "horizontal"); -lin horizontally_Adv = mkAdv "horizontally"; -lin horley_PN = mkPN "Horley"; -lin hormone_N = mkN "hormone" "hormones"; -lin horn_N = mkN "horn" "horns"; -lin horn_V = mkV "horn" "horns" "horned" "horned" "horning"; -lin horn_rimmed_A = compoundA (mkA "horn-rimmed"); -lin hornbeam_N = mkN "hornbeam" "hornbeams"; -lin hornbill_N = mkN "hornbill" "hornbills"; -lin horned_A = compoundA (mkA "horned"); -lin hornet_N = mkN "hornet" "hornets"; -lin hornless_A = compoundA (mkA "hornless"); -lin hornlike_A = compoundA (mkA "hornlike"); -lin hornpipe_N = mkN "hornpipe" "hornpipes"; -lin hornsea_PN = mkPN "Hornsea"; -lin horny_A = mkA "horny" "hornier"; -lin horology_N = mkN "horology" "-" {- FIXME: no plural form -}; -lin horoscope_N = mkN "horoscope" "horoscopes"; -lin horrible_A = compoundA (mkA "horrible"); -lin horribly_Adv = mkAdv "horribly"; -lin horrid_A = compoundA (mkA "horrid"); -lin horridly_Adv = mkAdv "horridly"; -lin horridness_N = mkN "horridness" "-" {- FIXME: no plural form -}; -lin horrific_A = compoundA (mkA "horrific"); -lin horrify_V2 = mkV2 (mkV "horrify" "horrifies" "horrified" "horrified" "horrifying"); -lin horrifyingly_Adv = mkAdv "horrifyingly"; -lin horror_N = mkN "horror" "horrors"; -lin horror_stricken_A = compoundA (mkA "horror-stricken"); -lin horror_struck_A = compoundA (mkA "horror-struck"); -lin hors_de_combat_A = compoundA (mkA "hors de combat"); -lin horse_N = mkN "horse" "horses"; -lin horse_chestnut_N = mkN "horse-chestnut" "horse-chestnuts"; -lin horse_laugh_N = mkN "horse-laugh" "horse-laughs"; -lin horse_pond_N = mkN "horse-pond" "horse-ponds"; -lin horse_sense_N = mkN "horse-sense" "-" {- FIXME: no plural form -}; -lin horseback_N = mkN "horseback" "-" {- FIXME: no plural form -}; -lin horsebox_N = mkN "horsebox" "horseboxes"; -lin horseflesh_N = mkN "horseflesh" "-" {- FIXME: no plural form -}; -lin horsefly_N = mkN "horsefly" "horseflies"; -lin horsehair_N = mkN "horsehair" "-" {- FIXME: no plural form -}; -lin horseman_N = mkN "horseman" "horsemen" {- FIXME: guessed plural form -}; -lin horsemanship_N = mkN "horsemanship" "-" {- FIXME: no plural form -}; -lin horsemeat_N = mkN "horsemeat" "-" {- FIXME: no plural form -}; -lin horseplay_N = mkN "horseplay" "-" {- FIXME: no plural form -}; -lin horsepower_N = mkN "horsepower" "horsepower"; -lin horserace_N = mkN "horserace" "horseraces"; -lin horseracing_N = mkN "horseracing" "-" {- FIXME: no plural form -}; -lin horseradish_N = mkN "horseradish" "-" {- FIXME: no plural form -}; -lin horseshoe_N = mkN "horseshoe" "horseshoes"; -lin horsewhip_N = mkN "horsewhip" "horsewhips"; -lin horsewhip_V2 = mkV2 (mkV "horsewhip" "horsewhips" "horsewhipped" "horsewhipped" "horsewhipping"); -lin horsewoman_N = mkN "horsewoman" "horsewomen" {- FIXME: guessed plural form -}; -lin horsham_PN = mkPN "Horsham"; -lin horsley_PN = mkPN "Horsley"; -lin horsy_A = compoundA (mkA "horsy"); -lin hortative_A = compoundA (mkA "hortative"); -lin horticultural_A = compoundA (mkA "horticultural"); -lin horticulture_N = mkN "horticulture" "-" {- FIXME: no plural form -}; -lin horticulturist_N = mkN "horticulturist" "horticulturists"; -lin horwich_PN = mkPN "Horwich"; -lin hosanna_N = mkN "hosanna" "hosannas"; -lin hose_N = mkN "hose" "hoses"; -lin hose_V2 = mkV2 (mkV "hose" "hoses" "hosed" "hosed" "hosing"); -lin hosepipe_N = mkN "hosepipe" "hosepipes"; -lin hosier_N = mkN "hosier" "hosiers"; -lin hosiery_N = mkN "hosiery" "-" {- FIXME: no plural form -}; -lin hosp_PN = mkPN "Hosp"; -lin hospice_N = mkN "hospice" "hospices"; -lin hospitable_A = compoundA (mkA "hospitable"); -lin hospitably_Adv = mkAdv "hospitably"; -lin hospital_N = mkN "hospital" "hospitals"; -lin hospitality_N = mkN "hospitality" "-" {- FIXME: no plural form -}; -lin hospitalization_N = mkN "hospitalization" "hospitalizations"; -lin hospitalize_V2 = mkV2 (mkV "hospitalize" "hospitalizes" "hospitalized" "hospitalized" "hospitalizing"); -lin host_N = mkN "host" "IRREG"; -lin host_V2 = mkV2 (mkV "host" "hosts" "hosted" "hosted" "hosting"); -lin hostage_N = mkN "hostage" "hostages"; -lin hostel_N = mkN "hostel" "hostels"; -lin hosteller_N = mkN "hosteller" "hostellers"; -lin hostelry_N = mkN "hostelry" "hostelries"; -lin hostess_N = mkN "hostess" "hostesses"; -lin hostile_A = compoundA (mkA "hostile"); -lin hostilely_Adv = mkAdv "hostilely"; -lin hostility_N = mkN "hostility" "hostilities"; -lin hot_A = mkA "hot" "hotter*"; -lin hot_V = mkV "hot" "hots" "hotted" "hotted" "hotting"; -lin hot_V2 = mkV2 (mkV "hot" "hots" "hotted" "hotted" "hotting"); -lin hot_blooded_A = compoundA (mkA "hot-blooded"); -lin hot_headed_A = compoundA (mkA "hot-headed"); -lin hot_tempered_A = compoundA (mkA "hot-tempered"); -lin hot_water_bottle_N = mkN "hot-water-bottle" "hot-water-bottles"; -lin hotbed_N = mkN "hotbed" "hotbeds"; -lin hotchpotch_N = mkN "hotchpotch" "hotchpotches"; -lin hotel_N = mkN "hotel" "hotels"; -lin hotelier_N = mkN "hotelier" "hoteliers"; -lin hotfoot_Adv = mkAdv "hotfoot"; -lin hotfoot_V = mkV "hotfoot" "hotfoots" "hotfooted" "hotfooted" "hotfooting"; -lin hothead_N = mkN "hothead" "hotheads"; -lin hothouse_N = mkN "hothouse" "hothouses"; -lin hotly_Adv = mkAdv "hotly"; -lin hotplate_N = mkN "hotplate" "hotplates"; -lin houghton_PN = mkPN "Houghton"; -lin hound_N = mkN "hound" "hounds"; -lin hound_V2 = mkV2 (mkV "hound" "hounds" "hounded" "hounded" "hounding"); -lin hounslow_PN = mkPN "Hounslow"; -lin hour_N = mkN "hour" "hours"; -lin hourglass_N = mkN "hourglass" "hourglasses"; -lin houri_N = mkN "houri" "houris"; -lin hourly_A = compoundA (mkA "hourly"); -lin hourly_Adv = mkAdv "hourly"; -lin house_N = mkN "house" "houses"; -lin house_V2 = mkV2 (mkV "house" "houses" "housed" "housed" "housing"); -lin house_party_N = mkN "house-party" "house-parties"; -lin house_warming_N = mkN "house-warming" "house-warmings"; -lin houseboat_N = mkN "houseboat" "houseboats"; -lin housebound_A = compoundA (mkA "housebound"); -lin housebreaker_N = mkN "housebreaker" "housebreakers"; -lin housecoat_N = mkN "housecoat" "housecoats"; -lin housecraft_N = mkN "housecraft" "-" {- FIXME: no plural form -}; -lin housedog_N = mkN "housedog" "housedogs"; -lin housefather_N = mkN "housefather" "housefathers"; -lin housefly_N = mkN "housefly" "houseflies"; -lin houseful_N = mkN "houseful" "housefuls"; -lin household_N = mkN "household" "households"; -lin householder_N = mkN "householder" "householders"; -lin housekeeper_N = mkN "housekeeper" "housekeepers"; -lin housemaid_N = mkN "housemaid" "housemaids"; -lin houseman_N = mkN "houseman" "housemen" {- FIXME: guessed plural form -}; -lin housemaster_N = mkN "housemaster" "housemasters"; -lin housemother_N = mkN "housemother" "housemothers"; -lin houseproud_A = compoundA (mkA "houseproud"); -lin houseroom_N = mkN "houseroom" "-" {- FIXME: no plural form -}; -lin housetop_N = mkN "housetop" "housetops"; -lin housetrained_A = compoundA (mkA "housetrained"); -lin housewife_N = mkN "housewife" "housewives" {- FIXME: guessed plural form -}; -lin housewifely_A = compoundA (mkA "housewifely"); -lin housewifery_N = mkN "housewifery" "-" {- FIXME: no plural form -}; -lin housework_N = mkN "housework" "-" {- FIXME: no plural form -}; -lin housewrecker_N = mkN "housewrecker" "housewreckers"; -lin housing_N = mkN "housing" "-" {- FIXME: no plural form -}; -lin houston_PN = mkPN "Houston"; -lin hove_PN = mkPN "Hove"; -lin hovel_N = mkN "hovel" "hovels"; -lin hover_V = mkV "hover" "hovers" "hovered" "hovered" "hovering"; -lin hovercraft_N = mkN "hovercraft" "hovercraft"; -lin how_Adv = mkAdv "how"; -lin how_d'ye_do_N = mkN "how-d'ye-do" "how-d'ye-dos"; -lin howard_PN = mkPN "Howard"; -lin howdah_N = mkN "howdah" "howdahs"; -lin however_Adv = mkAdv "however"; -lin howitzer_N = mkN "howitzer" "howitzers"; -lin howl_N = mkN "howl" "howls"; -lin howl_V = mkV "howl" "howls" "howled" "howled" "howling"; -lin howl_V2 = mkV2 (mkV "howl" "howls" "howled" "howled" "howling"); -lin howler_N = mkN "howler" "howlers"; -lin howling_A = compoundA (mkA "howling"); -lin hoyden_N = mkN "hoyden" "hoydens"; -lin hoydenish_A = compoundA (mkA "hoydenish"); -lin hoylake_PN = mkPN "Hoylake"; -lin hoyland_nether_PN = mkPN "Hoyland nether"; -lin hp_N = mkN "hp" "-" {- FIXME: no plural form -}; -lin hq_PN = mkPN "Hq"; -lin hrh_PN = mkPN "Hrh"; -lin hub_N = mkN "hub" "hubs"; -lin hubble_bubble_N = mkN "hubble-bubble" "hubble-bubbles"; -lin hubbub_N = mkN "hubbub" "-" {- FIXME: no plural form -}; -lin hubby_N = mkN "hubby" "hubbies"; -lin hubert_PN = mkPN "Hubert"; -lin hubris_N = mkN "hubris" "-" {- FIXME: no plural form -}; -lin huckaback_N = mkN "huckaback" "-" {- FIXME: no plural form -}; -lin huckleberry_N = mkN "huckleberry" "huckleberries"; -lin hucknall_PN = mkPN "Hucknall"; -lin huckster_N = mkN "huckster" "hucksters"; -lin huddersfield_PN = mkPN "Huddersfield"; -lin huddle_N = mkN "huddle" "huddles"; -lin huddle_V = mkV "huddle" "huddles" "huddled" "huddled" "huddling"; -lin huddle_V2 = mkV2 (mkV "huddle" "huddles" "huddled" "huddled" "huddling"); -lin hue_N = mkN "hue" "hues"; -lin hued_A = compoundA (mkA "hued"); -lin huff_N = mkN "huff" "huffs"; -lin huff_V = mkV "huff" "huffs" "huffed" "huffed" "huffing"; -lin huffily_Adv = mkAdv "huffily"; -lin huffish_A = compoundA (mkA "huffish"); -lin huffy_A = mkA "huffy" "huffier"; -lin hug_N = mkN "hug" "hugs"; -lin hug_V2 = mkV2 (mkV "hug" "hugs" "hugged" "hugged" "hugging"); -lin huge_A = compoundA (mkA "huge"); -lin hugely_Adv = mkAdv "hugely"; -lin hugger_mugger_A = compoundA (mkA "hugger-mugger"); -lin hugger_mugger_Adv = mkAdv "hugger-mugger"; -lin hugger_mugger_N = mkN "hugger-mugger" "IRREG"; -lin hugh_PN = mkPN "Hugh"; -lin hughie_PN = mkPN "Hughie"; -lin huguenot_N = mkN "huguenot" "huguenots"; -lin huhehot_PN = mkPN "Huhehot"; -lin hula_N = mkN "hula" "hulas"; -lin hulk_N = mkN "hulk" "hulks"; -lin hulking_A = compoundA (mkA "hulking"); -lin hull_N = mkN "hull" "hulls"; -lin hull_V2 = mkV2 (mkV "hull" "hulls" "hulled" "hulled" "hulling"); -lin hullabaloo_N = mkN "hullabaloo" "hullabaloos"; -lin hum_N = mkN "hum" "hums"; -lin hum_V = mkV "hum" "hums" "hummed" "hummed" "humming"; -lin hum_V2 = mkV2 (mkV "hum" "hums" "hummed" "hummed" "humming"); -lin human_A = compoundA (mkA "human"); -lin human_N = mkN "human" "humans"; -lin humane_A = compoundA (mkA "humane"); -lin humanely_Adv = mkAdv "humanely"; -lin humanism_N = mkN "humanism" "-" {- FIXME: no plural form -}; -lin humanist_N = mkN "humanist" "humanists"; -lin humanitarian_A = compoundA (mkA "humanitarian"); -lin humanitarian_N = mkN "humanitarian" "humanitarians"; -lin humanitarianism_N = mkN "humanitarianism" "-" {- FIXME: no plural form -}; -lin humanity_N = mkN "humanity" "humanities"; -lin humanize_V = mkV "humanize" "humanizes" "humanized" "humanized" "humanizing"; -lin humanize_V2 = mkV2 (mkV "humanize" "humanizes" "humanized" "humanized" "humanizing"); -lin humankind_N = mkN "humankind" "-" {- FIXME: no plural form -}; -lin humanly_Adv = mkAdv "humanly"; -lin humberside_PN = mkPN "Humberside"; -lin humberston_PN = mkPN "Humberston"; -lin humble_A = mkA "humble" "humbler"; -lin humble_V2 = mkV2 (mkV "humble" "humbles" "humbled" "humbled" "humbling"); -lin humbly_Adv = mkAdv "humbly"; -lin humbug_N = mkN "humbug" "humbugs"; -lin humbug_V2 = mkV2 (mkV "humbug" "humbugs" "humbugged" "humbugged" "humbugging"); -lin humdinger_N = mkN "humdinger" "humdingers"; -lin humdrum_A = compoundA (mkA "humdrum"); -lin humerus_N = mkN "humerus" "humeruses"; -lin humid_A = compoundA (mkA "humid"); -lin humidify_V2 = mkV2 (mkV "humidify" "humidifies" "humidified" "humidified" "humidifying"); -lin humidity_N = mkN "humidity" "-" {- FIXME: no plural form -}; -lin humiliate_V2 = mkV2 (mkV "humiliate" "humiliates" "humiliated" "humiliated" "humiliating"); -lin humiliation_N = mkN "humiliation" "humiliations"; -lin humility_N = mkN "humility" "-" {- FIXME: no plural form -}; -lin humming_top_N = mkN "humming-top" "humming-tops"; -lin hummingbird_N = mkN "hummingbird" "hummingbirds"; -lin hummock_N = mkN "hummock" "hummocks"; -lin humorist_N = mkN "humorist" "humorists"; -lin humorous_A = compoundA (mkA "humorous"); -lin humorously_Adv = mkAdv "humorously"; -lin humour_N = mkN "humour" "humours"; -lin humour_V2 = mkV2 (mkV "humour" "humours" "humoured" "humoured" "humouring"); -lin humourist_N = mkN "humourist" "humourists"; -lin humourless_A = compoundA (mkA "humourless"); -lin hump_N = mkN "hump" "humps"; -lin hump_V2 = mkV2 (mkV "hump" "humps" "humped" "humped" "humping"); -lin humpback_N = mkN "humpback" "humpbacks"; -lin humpbacked_A = compoundA (mkA "humpbacked"); -lin humphrey_PN = mkPN "Humphrey"; -lin humus_N = mkN "humus" "-" {- FIXME: no plural form -}; -lin hun_N = mkN "hun" "huns"; -lin hunch_N = mkN "hunch" "hunches"; -lin hunch_V2 = mkV2 (mkV "hunch" "hunches" "hunched" "hunched" "hunching"); -lin hunchback_A = compoundA (mkA "hunchback"); -lin hunchback_N = mkN "hunchback" "hunchbacks"; -lin hunchbacked_A = compoundA (mkA "hunchbacked"); -lin hundred_A = compoundA (mkA "hundred"); -lin hundred_N = mkN "hundred" "hundreds"; -lin hundredfold_Adv = mkAdv "hundredfold"; -lin hundredth_A = compoundA (mkA "hundredth"); -lin hundredth_N = mkN "hundredth" "hundredths"; -lin hundredweight_N = mkN "hundredweight" "hundredweights"; -lin hungarian_A = compoundA (mkA "hungarian"); -lin hungarian_N = mkN "hungarian" "hungarians"; -lin hungary_PN = mkPN "Hungary"; -lin hunger_N = mkN "hunger" "-" {- FIXME: no plural form -}; -lin hunger_V = mkV "hunger" "hungers" "hungered" "hungered" "hungering"; -lin hunger_march_N = mkN "hunger-march" "hunger-marches"; -lin hunger_marcher_N = mkN "hunger-marcher" "hunger-marchers"; -lin hungrily_Adv = mkAdv "hungrily"; -lin hungry_A = mkA "hungry" "hungrier"; -lin hunk_N = mkN "hunk" "hunks"; -lin hunt_N = mkN "hunt" "hunts"; -lin hunt_V = mkV "hunt" "hunts" "hunted" "hunted" "hunting"; -lin hunt_V2 = mkV2 (mkV "hunt" "hunts" "hunted" "hunted" "hunting"); -lin hunter_N = mkN "hunter" "hunters"; -lin hunting_N = mkN "hunting" "-" {- FIXME: no plural form -}; -lin hunting_crop_N = mkN "hunting-crop" "hunting-crops"; -lin huntingdon_PN = mkPN "Huntingdon"; -lin huntress_N = mkN "huntress" "huntresses"; -lin huntsman_N = mkN "huntsman" "huntsmen" {- FIXME: guessed plural form -}; -lin hurdle_N = mkN "hurdle" "hurdles"; -lin hurdle_V = mkV "hurdle" "hurdles" "hurdled" "hurdled" "hurdling"; -lin hurdle_V2 = mkV2 (mkV "hurdle" "hurdles" "hurdled" "hurdled" "hurdling"); -lin hurdler_N = mkN "hurdler" "hurdlers"; -lin hurdy_gurdy_N = mkN "hurdy-gurdy" "hurdy-gurdies"; -lin hurl_N = mkN "hurl" "hurls"; -lin hurl_V2 = mkV2 (mkV "hurl" "hurls" "hurled" "hurled" "hurling"); -lin hurling_N = mkN "hurling" "-" {- FIXME: no plural form -}; -lin hurly_burly_N = mkN "hurly-burly" "-" {- FIXME: no plural form -}; -lin hurrah_V = mkV "hurrah" "hurrahs" "hurrahed" "hurrahed" "hurrahing"; -lin hurricane_N = mkN "hurricane" "hurricanes"; -lin hurried_A = compoundA (mkA "hurried"); -lin hurriedly_Adv = mkAdv "hurriedly"; -lin hurry_N = mkN "hurry" "hurries"; -lin hurry_V = mkV "hurry" "hurries" "hurried" "hurried" "hurrying"; -lin hurry_V2 = mkV2 (mkV "hurry" "hurries" "hurried" "hurried" "hurrying"); -lin hurstpierpoint_PN = mkPN "Hurstpierpoint"; -lin hurt_N = mkN "hurt" "-" {- FIXME: no plural form -}; -lin hurt_V = IrregEng.hurt_V; -lin hurt_V2 = mkV2 (IrregEng.hurt_V); -lin hurtful_A = compoundA (mkA "hurtful"); -lin hurtle_V = mkV "hurtle" "hurtles" "hurtled" "hurtled" "hurtling"; -lin husband_N = mkN "husband" "husbands"; -lin husband_V2 = mkV2 (mkV "husband" "husbands" "husbanded" "husbanded" "husbanding"); -lin husbandman_N = mkN "husbandman" "husbandmen" {- FIXME: guessed plural form -}; -lin husbandry_N = mkN "husbandry" "-" {- FIXME: no plural form -}; -lin hush_N = mkN "hush" "hushes"; -lin hush_V = mkV "hush" "hushes" "hushed" "hushed" "hushing"; -lin hush_V2 = mkV2 (mkV "hush" "hushes" "hushed" "hushed" "hushing"); -lin hush_hush_A = compoundA (mkA "hush-hush"); -lin hush_money_N = mkN "hush-money" "-" {- FIXME: no plural form -}; -lin husk_N = mkN "husk" "husks"; -lin husk_V2 = mkV2 (mkV "husk" "husks" "husked" "husked" "husking"); -lin huskily_Adv = mkAdv "huskily"; -lin huskiness_N = mkN "huskiness" "-" {- FIXME: no plural form -}; -lin husky_A = mkA "husky" "huskier"; -lin husky_N = mkN "husky" "huskies"; -lin hussar_N = mkN "hussar" "hussars"; -lin hussy_N = mkN "hussy" "hussies"; -lin hustle_N = mkN "hustle" "IRREG"; -lin hustle_V = mkV "hustle" "hustles" "hustled" "hustled" "hustling"; -lin hustle_V2 = mkV2 (mkV "hustle" "hustles" "hustled" "hustled" "hustling"); -lin hustler_N = mkN "hustler" "hustlers"; -lin hut_N = mkN "hut" "huts"; -lin hutch_N = mkN "hutch" "hutches"; -lin hutment_N = mkN "hutment" "hutments"; -lin hutted_A = compoundA (mkA "hutted"); -lin hwainan_PN = mkPN "Hwainan"; -lin hyacinth_N = mkN "hyacinth" "hyacinths"; -lin hyaena_N = mkN "hyaena" "hyaenas"; -lin hybrid_A = compoundA (mkA "hybrid"); -lin hybrid_N = mkN "hybrid" "hybrids"; -lin hybridize_V = mkV "hybridize" "hybridizes" "hybridized" "hybridized" "hybridizing"; -lin hybridize_V2 = mkV2 (mkV "hybridize" "hybridizes" "hybridized" "hybridized" "hybridizing"); -lin hyde_PN = mkPN "Hyde"; -lin hyderabad_PN = mkPN "Hyderabad"; -lin hydra_N = mkN "hydra" "hydras"; -lin hydrangea_N = mkN "hydrangea" "hydrangeas"; -lin hydrant_N = mkN "hydrant" "hydrants"; -lin hydrate_N = mkN "hydrate" "hydrates"; -lin hydrate_V = mkV "hydrate" "hydrates" "hydrated" "hydrated" "hydrating"; -lin hydrate_V2 = mkV2 (mkV "hydrate" "hydrates" "hydrated" "hydrated" "hydrating"); -lin hydraulic_A = compoundA (mkA "hydraulic"); -lin hydraulicly_Adv = mkAdv "hydraulicly"; -lin hydraulics_N = mkN "hydraulics" "hydraulics"; -lin hydrocarbon_N = mkN "hydrocarbon" "hydrocarbons"; -lin hydrochloric_A = compoundA (mkA "hydrochloric"); -lin hydroelectric_A = compoundA (mkA "hydroelectric"); -lin hydrofoil_N = mkN "hydrofoil" "hydrofoils"; -lin hydrogen_N = mkN "hydrogen" "-" {- FIXME: no plural form -}; -lin hydropathic_A = compoundA (mkA "hydropathic"); -lin hydropathy_N = mkN "hydropathy" "-" {- FIXME: no plural form -}; -lin hydrophobia_N = mkN "hydrophobia" "-" {- FIXME: no plural form -}; -lin hydroplane_N = mkN "hydroplane" "hydroplanes"; -lin hydroponics_N = mkN "hydroponics" "hydroponics"; -lin hyena_N = mkN "hyena" "hyenas"; -lin hygiene_N = mkN "hygiene" "-" {- FIXME: no plural form -}; -lin hygienic_A = compoundA (mkA "hygienic"); -lin hygienically_Adv = mkAdv "hygienically"; -lin hymen_N = mkN "hymen" "hymens"; -lin hymn_N = mkN "hymn" "hymns"; -lin hymn_V2 = mkV2 (mkV "hymn" "hymns" "hymned" "hymned" "hymning"); -lin hymnal_N = mkN "hymnal" "hymnals"; -lin hyperbola_N = mkN "hyperbola" "hyperbolas"; -lin hyperbole_N = mkN "hyperbole" "hyperboles"; -lin hyperbolic_A = compoundA (mkA "hyperbolic"); -lin hypercritical_A = compoundA (mkA "hypercritical"); -lin hypermarket_N = mkN "hypermarket" "hypermarkets"; -lin hypersensitive_A = compoundA (mkA "hypersensitive"); -lin hyphen_N = mkN "hyphen" "hyphens"; -lin hyphen_V2 = mkV2 (mkV "hyphen" "hyphens" "hyphened" "hyphened" "hyphening"); -lin hyphenate_V2 = mkV2 (mkV "hyphenate" "hyphenates" "hyphenated" "hyphenated" "hyphenating"); -lin hypnosis_N = mkN "hypnosis" "hypnoses" {- FIXME: guessed plural form -}; -lin hypnotic_A = compoundA (mkA "hypnotic"); -lin hypnotism_N = mkN "hypnotism" "-" {- FIXME: no plural form -}; -lin hypnotist_N = mkN "hypnotist" "hypnotists"; -lin hypnotize_V2 = mkV2 (mkV "hypnotize" "hypnotizes" "hypnotized" "hypnotized" "hypnotizing"); -lin hypo_N = mkN "hypo" "-" {- FIXME: no plural form -}; -lin hypochondria_N = mkN "hypochondria" "hypochondrias"; -lin hypochondriac_A = compoundA (mkA "hypochondriac"); -lin hypochondriac_N = mkN "hypochondriac" "hypochondriacs"; -lin hypochondriacal_A = compoundA (mkA "hypochondriacal"); -lin hypocrisy_N = mkN "hypocrisy" "hypocrisies"; -lin hypocrite_N = mkN "hypocrite" "hypocrites"; -lin hypocritical_A = compoundA (mkA "hypocritical"); -lin hypocritically_Adv = mkAdv "hypocritically"; -lin hypodermic_A = compoundA (mkA "hypodermic"); -lin hypodermic_N = mkN "hypodermic" "hypodermics"; -lin hypotenuse_N = mkN "hypotenuse" "hypotenuses"; -lin hypothecate_V2 = mkV2 (mkV "hypothecate" "hypothecates" "hypothecated" "hypothecated" "hypothecating"); -lin hypothesis_N = mkN "hypothesis" "hypotheses" {- FIXME: guessed plural form -}; -lin hypothetical_A = compoundA (mkA "hypothetical"); -lin hyssop_N = mkN "hyssop" "-" {- FIXME: no plural form -}; -lin hysteria_N = mkN "hysteria" "-" {- FIXME: no plural form -}; -lin hysterical_A = compoundA (mkA "hysterical"); -lin hysterically_Adv = mkAdv "hysterically"; -lin hysterics_N = mkN "hysterics" "hysterics"; -lin hythe_PN = mkPN "Hythe"; -lin iamb_N = mkN "iamb" "iambs"; -lin iambic_A = compoundA (mkA "iambic"); -lin iambics_N = mkN "iambics" "iambics"; -lin iambus_N = mkN "iambus" "iambuses"; -lin ian_PN = mkPN "Ian"; -lin iba_N = mkN "iba" "-" {- FIXME: no plural form -}; -lin ibadan_PN = mkPN "Ibadan"; -lin ibex_N = mkN "ibex" "ibexes"; -lin ibid_PN = mkPN "Ibid"; -lin ibidem_Adv = mkAdv "ibidem"; -lin ibis_N = mkN "ibis" "ibises"; -lin icbm_N = mkN "icbm" "-" {- FIXME: no plural form -}; -lin ice_N = mkN "ice" "ices"; -lin ice_V = mkV "ice" "ices" "iced" "iced" "icing"; -lin ice_V2 = mkV2 (mkV "ice" "ices" "iced" "iced" "icing"); -lin ice_axe_N = mkN "ice-axe" "ice-axes"; -lin ice_cream_N = mkN "ice-cream" "ice-creams"; -lin ice_lolly_N = mkN "ice-lolly" "ice-lollies"; -lin ice_show_N = mkN "ice-show" "ice-shows"; -lin ice_skate_N = mkN "ice-skate" "ice-skates"; -lin ice_skate_V = mkV "ice-skate" "ice-skates" "ice-skated" "ice-skated" "ice-skating"; -lin ice_skating_N = mkN "ice-skating" "-" {- FIXME: no plural form -}; -lin ice_tray_N = mkN "ice-tray" "ice-trays"; -lin iceberg_N = mkN "iceberg" "icebergs"; -lin iceboat_N = mkN "iceboat" "iceboats"; -lin icebound_A = compoundA (mkA "icebound"); -lin icebox_N = mkN "icebox" "iceboxes"; -lin icebreaker_N = mkN "icebreaker" "icebreakers"; -lin icecap_N = mkN "icecap" "icecaps"; -lin icecube_N = mkN "icecube" "icecubes"; -lin icefall_N = mkN "icefall" "icefalls"; -lin icefield_N = mkN "icefield" "icefields"; -lin icefloe_N = mkN "icefloe" "icefloes"; -lin icefree_A = compoundA (mkA "icefree"); -lin icehouse_N = mkN "icehouse" "icehouses"; -lin iceland_PN = mkPN "Iceland"; -lin icelander_A = compoundA (mkA "icelander"); -lin icelander_N = mkN "icelander" "icelanders"; -lin icelandic_A = compoundA (mkA "icelandic"); -lin icelandic_N = mkN "icelandic" "-" {- FIXME: no plural form -}; -lin iceman_N = mkN "iceman" "icemen" {- FIXME: guessed plural form -}; -lin icepack_N = mkN "icepack" "icepacks"; -lin icepick_N = mkN "icepick" "icepicks"; -lin icerink_N = mkN "icerink" "icerinks"; -lin ichneumon_N = mkN "ichneumon" "ichneumons"; -lin ichneumon_fly_N = mkN "ichneumon-fly" "ichneumon-flies"; -lin icicle_N = mkN "icicle" "icicles"; -lin icily_Adv = mkAdv "icily"; -lin icing_N = mkN "icing" "-" {- FIXME: no plural form -}; -lin icon_N = mkN "icon" "icons"; -lin iconoclast_N = mkN "iconoclast" "iconoclasts"; -lin icy_A = mkA "icy" "icier"; -lin id_N = mkN "id" "IRREG"; -lin ida_PN = mkPN "Ida"; -lin idaho_PN = mkPN "Idaho"; -lin idea_N = mkN "idea" "ideas"; -lin ideal_A = compoundA (mkA "ideal"); -lin ideal_N = mkN "ideal" "ideals"; -lin idealism_N = mkN "idealism" "-" {- FIXME: no plural form -}; -lin idealist_N = mkN "idealist" "idealists"; -lin idealistic_A = compoundA (mkA "idealistic"); -lin idealization_N = mkN "idealization" "idealizations"; -lin idealize_V2 = mkV2 (mkV "idealize" "idealizes" "idealized" "idealized" "idealizing"); -lin ideally_Adv = mkAdv "ideally"; -lin idem_PN = mkPN "Idem"; -lin identical_A = compoundA (mkA "identical"); -lin identically_Adv = mkAdv "identically"; -lin identifiable_A = compoundA (mkA "identifiable"); -lin identifiably_Adv = mkAdv "identifiably"; -lin identification_N = mkN "identification" "-" {- FIXME: no plural form -}; -lin identify_V2 = mkV2 (mkV "identify" "identifies" "identified" "identified" "identifying"); -lin identikit_N = mkN "identikit" "identikits"; -lin identity_N = mkN "identity" "identities"; -lin ideogram_N = mkN "ideogram" "ideograms"; -lin ideograph_N = mkN "ideograph" "ideographs"; -lin ideographic_A = compoundA (mkA "ideographic"); -lin ideological_A = compoundA (mkA "ideological"); -lin ideologically_Adv = mkAdv "ideologically"; -lin ideology_N = mkN "ideology" "ideologies"; -lin idiocy_N = mkN "idiocy" "idiocies"; -lin idiolect_N = mkN "idiolect" "idiolects"; -lin idiom_N = mkN "idiom" "idioms"; -lin idiomatic_A = compoundA (mkA "idiomatic"); -lin idiomatically_Adv = mkAdv "idiomatically"; -lin idiosyncrasy_N = mkN "idiosyncrasy" "idiosyncrasies"; -lin idiosyncratic_A = compoundA (mkA "idiosyncratic"); -lin idiot_N = mkN "idiot" "idiots"; -lin idiotic_A = compoundA (mkA "idiotic"); -lin idiotically_Adv = mkAdv "idiotically"; -lin idle_A = mkA "idle" "idler"; -lin idle_V = mkV "idle" "idles" "idled" "idled" "idling"; -lin idle_V2 = mkV2 (mkV "idle" "idles" "idled" "idled" "idling"); -lin idleness_N = mkN "idleness" "-" {- FIXME: no plural form -}; -lin idler_N = mkN "idler" "idlers"; -lin idly_Adv = mkAdv "idly"; -lin idol_N = mkN "idol" "idols"; -lin idolater_N = mkN "idolater" "idolaters"; -lin idolatress_N = mkN "idolatress" "idolatresses"; -lin idolatrous_A = compoundA (mkA "idolatrous"); -lin idolatrously_Adv = mkAdv "idolatrously"; -lin idolatry_N = mkN "idolatry" "idolatries"; -lin idolization_N = mkN "idolization" "idolizations"; -lin idolize_V2 = mkV2 (mkV "idolize" "idolizes" "idolized" "idolized" "idolizing"); -lin idyll_N = mkN "idyll" "idylls"; -lin idyllic_A = compoundA (mkA "idyllic"); -lin ie_PN = mkPN "Ie"; -lin igloo_N = mkN "igloo" "igloos"; -lin igneous_A = compoundA (mkA "igneous"); -lin ignis_fatuus_N = mkN "ignis fatuus" "ignis fatui" {- FIXME: guessed plural form -}; -lin ignite_V = mkV "ignite" "ignites" "ignited" "ignited" "igniting"; -lin ignite_V2 = mkV2 (mkV "ignite" "ignites" "ignited" "ignited" "igniting"); -lin ignition_N = mkN "ignition" "-" {- FIXME: no plural form -}; -lin ignoble_A = compoundA (mkA "ignoble"); -lin ignobly_Adv = mkAdv "ignobly"; -lin ignominious_A = compoundA (mkA "ignominious"); -lin ignominiously_Adv = mkAdv "ignominiously"; -lin ignominy_N = mkN "ignominy" "ignominies"; -lin ignoramus_N = mkN "ignoramus" "ignoramuses"; -lin ignorance_N = mkN "ignorance" "-" {- FIXME: no plural form -}; -lin ignorant_A = compoundA (mkA "ignorant"); -lin ignorantly_Adv = mkAdv "ignorantly"; -lin ignore_V2 = mkV2 (mkV "ignore" "ignores" "ignored" "ignored" "ignoring"); -lin iguana_N = mkN "iguana" "iguanas"; -lin ikon_N = mkN "ikon" "ikons"; -lin ilex_N = mkN "ilex" "ilexes"; -lin ilfracombe_PN = mkPN "Ilfracombe"; -lin ilk_N = mkN "ilk" "-" {- FIXME: no plural form -}; -lin ilkeston_PN = mkPN "Ilkeston"; -lin ilkley_PN = mkPN "Ilkley"; -lin ill_A = compoundA (mkA "ill"); -lin ill_Adv = mkAdv "ill"; -lin ill_N = mkN "ill" "ills"; -lin ill_advised_A = compoundA (mkA "ill-advised"); -lin ill_affected_A = compoundA (mkA "ill-affected"); -lin ill_bred_A = compoundA (mkA "ill-bred"); -lin ill_breeding_N = mkN "ill-breeding" "-" {- FIXME: no plural form -}; -lin ill_disposed_A = compoundA (mkA "ill-disposed"); -lin ill_fated_A = compoundA (mkA "ill-fated"); -lin ill_favoured_A = compoundA (mkA "ill-favoured"); -lin ill_gotten_A = compoundA (mkA "ill-gotten"); -lin ill_judged_A = compoundA (mkA "ill-judged"); -lin ill_mannered_A = compoundA (mkA "ill-mannered"); -lin ill_natured_A = compoundA (mkA "ill-natured"); -lin ill_omened_A = compoundA (mkA "ill-omened"); -lin ill_starred_A = compoundA (mkA "ill-starred"); -lin ill_timed_A = compoundA (mkA "ill-timed"); -lin ill_treat_V2 = mkV2 (mkV "ill-treat" "ill-treats" "ill-treated" "ill-treated" "ill-treating"); -lin ill_treatment_N = mkN "ill-treatment" "-" {- FIXME: no plural form -}; -lin ill_usage_N = mkN "ill-usage" "-" {- FIXME: no plural form -}; -lin ill_use_V2 = mkV2 (mkV "ill-use" "ill-uses" "ill-used" "ill-used" "ill-using"); -lin illegal_A = compoundA (mkA "illegal"); -lin illegality_N = mkN "illegality" "illegalities"; -lin illegally_Adv = mkAdv "illegally"; -lin illegibility_N = mkN "illegibility" "-" {- FIXME: no plural form -}; -lin illegible_A = compoundA (mkA "illegible"); -lin illegibly_Adv = mkAdv "illegibly"; -lin illegitimacy_N = mkN "illegitimacy" "-" {- FIXME: no plural form -}; -lin illegitimate_A = compoundA (mkA "illegitimate"); -lin illegitimate_N = mkN "illegitimate" "illegitimate"; -lin illegitimately_Adv = mkAdv "illegitimately"; -lin illiberal_A = compoundA (mkA "illiberal"); -lin illiberality_N = mkN "illiberality" "-" {- FIXME: no plural form -}; -lin illiberally_Adv = mkAdv "illiberally"; -lin illicit_A = compoundA (mkA "illicit"); -lin illicitly_Adv = mkAdv "illicitly"; -lin illimitable_A = compoundA (mkA "illimitable"); -lin illinois_PN = mkPN "Illinois"; -lin illiteracy_N = mkN "illiteracy" "illiteracies"; -lin illiterate_A = compoundA (mkA "illiterate"); -lin illiterate_N = mkN "illiterate" "illiterates"; -lin illness_N = mkN "illness" "illnesses"; -lin illogical_A = compoundA (mkA "illogical"); -lin illogicality_N = mkN "illogicality" "illogicalities"; -lin illogically_Adv = mkAdv "illogically"; -lin illogicalness_N = mkN "illogicalness" "-" {- FIXME: no plural form -}; -lin illume_V2 = mkV2 (mkV "illume" "illumes" "illumed" "illumed" "illuming"); -lin illuminate_V2 = mkV2 (mkV "illuminate" "illuminates" "illuminated" "illuminated" "illuminating"); -lin illumination_N = mkN "illumination" "illuminations"; -lin illumine_V2 = mkV2 (mkV "illumine" "illumines" "illumined" "illumined" "illumining"); -lin illusion_N = mkN "illusion" "illusions"; -lin illusionist_N = mkN "illusionist" "illusionists"; -lin illusive_A = compoundA (mkA "illusive"); -lin illusory_A = compoundA (mkA "illusory"); -lin illustrate_V2 = mkV2 (mkV "illustrate" "illustrates" "illustrated" "illustrated" "illustrating"); -lin illustration_N = mkN "illustration" "illustrations"; -lin illustrative_A = compoundA (mkA "illustrative"); -lin illustrator_N = mkN "illustrator" "illustrators"; -lin illustrious_A = compoundA (mkA "illustrious"); -lin illustriously_Adv = mkAdv "illustriously"; -lin ilo_N = mkN "ilo" "-" {- FIXME: no plural form -}; -lin image_N = mkN "image" "images"; -lin image_V2 = mkV2 (mkV "image" "images" "imaged" "imaged" "imaging"); -lin imagery_N = mkN "imagery" "-" {- FIXME: no plural form -}; -lin imaginable_A = compoundA (mkA "imaginable"); -lin imaginary_A = compoundA (mkA "imaginary"); -lin imagination_N = mkN "imagination" "imaginations"; -lin imaginative_A = compoundA (mkA "imaginative"); -lin imaginatively_Adv = mkAdv "imaginatively"; -lin imagine_V2 = mkV2 (mkV "imagine" "imagines" "imagined" "imagined" "imagining"); -lin imam_N = mkN "imam" "imams"; -lin imbalance_N = mkN "imbalance" "imbalances"; -lin imbecile_A = compoundA (mkA "imbecile"); -lin imbecile_N = mkN "imbecile" "imbeciles"; -lin imbecility_N = mkN "imbecility" "imbecilities"; -lin imbed_V2 = mkV2 (mkV "imbed" "imbeds" "imbedded" "imbedded" "imbedding"); -lin imbibe_V2 = mkV2 (mkV "imbibe" "imbibes" "imbibed" "imbibed" "imbibing"); -lin imbroglio_N = mkN "imbroglio" "imbroglios"; -lin imbue_V2 = mkV2 (mkV "imbue" "imbues" "imbued" "imbued" "imbuing"); -lin imf_N = mkN "imf" "-" {- FIXME: no plural form -}; -lin imitate_V2 = mkV2 (mkV "imitate" "imitates" "imitated" "imitated" "imitating"); -lin imitation_N = mkN "imitation" "imitations"; -lin imitative_A = compoundA (mkA "imitative"); -lin imitator_N = mkN "imitator" "imitators"; -lin immaculate_A = compoundA (mkA "immaculate"); -lin immaculately_Adv = mkAdv "immaculately"; -lin immanence_N = mkN "immanence" "immanences"; -lin immanent_A = compoundA (mkA "immanent"); -lin immaterial_A = compoundA (mkA "immaterial"); -lin immature_A = compoundA (mkA "immature"); -lin immaturity_N = mkN "immaturity" "-" {- FIXME: no plural form -}; -lin immeasurable_A = compoundA (mkA "immeasurable"); -lin immeasurably_Adv = mkAdv "immeasurably"; -lin immediacy_N = mkN "immediacy" "-" {- FIXME: no plural form -}; -lin immediate_A = compoundA (mkA "immediate"); -lin immediately_Adv = mkAdv "immediately"; -lin immemorial_A = compoundA (mkA "immemorial"); -lin immense_A = compoundA (mkA "immense"); -lin immensely_Adv = mkAdv "immensely"; -lin immensity_N = mkN "immensity" "immensities"; -lin immerse_V2 = mkV2 (mkV "immerse" "immerses" "immersed" "immersed" "immersing"); -lin immersion_N = mkN "immersion" "immersions"; -lin immigrant_N = mkN "immigrant" "immigrants"; -lin immigrate_V = mkV "immigrate" "immigrates" "immigrated" "immigrated" "immigrating"; -lin immigration_N = mkN "immigration" "immigrations"; -lin imminence_N = mkN "imminence" "-" {- FIXME: no plural form -}; -lin imminent_A = compoundA (mkA "imminent"); -lin imminently_Adv = mkAdv "imminently"; -lin immingham_PN = mkPN "Immingham"; -lin immobile_A = compoundA (mkA "immobile"); -lin immobility_N = mkN "immobility" "-" {- FIXME: no plural form -}; -lin immobilization_N = mkN "immobilization" "-" {- FIXME: no plural form -}; -lin immobilize_V2 = mkV2 (mkV "immobilize" "immobilizes" "immobilized" "immobilized" "immobilizing"); -lin immoderate_A = compoundA (mkA "immoderate"); -lin immoderately_Adv = mkAdv "immoderately"; -lin immodest_A = compoundA (mkA "immodest"); -lin immodestly_Adv = mkAdv "immodestly"; -lin immodesty_N = mkN "immodesty" "immodesties"; -lin immolate_V2 = mkV2 (mkV "immolate" "immolates" "immolated" "immolated" "immolating"); -lin immolation_N = mkN "immolation" "immolations"; -lin immoral_A = compoundA (mkA "immoral"); -lin immorality_N = mkN "immorality" "immoralities"; -lin immorally_Adv = mkAdv "immorally"; -lin immortal_A = compoundA (mkA "immortal"); -lin immortal_N = mkN "immortal" "immortals"; -lin immortality_N = mkN "immortality" "-" {- FIXME: no plural form -}; -lin immortalize_V2 = mkV2 (mkV "immortalize" "immortalizes" "immortalized" "immortalized" "immortalizing"); -lin immovable_A = compoundA (mkA "immovable"); -lin immovably_Adv = mkAdv "immovably"; -lin immune_A = compoundA (mkA "immune"); -lin immunity_N = mkN "immunity" "-" {- FIXME: no plural form -}; -lin immunization_N = mkN "immunization" "-" {- FIXME: no plural form -}; -lin immunize_V2 = mkV2 (mkV "immunize" "immunizes" "immunized" "immunized" "immunizing"); -lin immunology_N = mkN "immunology" "-" {- FIXME: no plural form -}; -lin immure_V2 = mkV2 (mkV "immure" "immures" "immured" "immured" "immuring"); -lin immutability_N = mkN "immutability" "-" {- FIXME: no plural form -}; -lin immutable_A = compoundA (mkA "immutable"); -lin immutably_Adv = mkAdv "immutably"; -lin imp_N = mkN "imp" "imps"; -lin impact_N = mkN "impact" "impacts"; -lin impact_V2 = mkV2 (mkV "impact" "impacts" "impacted" "impacted" "impacting"); -lin impair_V2 = mkV2 (mkV "impair" "impairs" "impaired" "impaired" "impairing"); -lin impairment_N = mkN "impairment" "impairments"; -lin impala_N = mkN "impala" "impalas"; -lin impale_V2 = mkV2 (mkV "impale" "impales" "impaled" "impaled" "impaling"); -lin impalement_N = mkN "impalement" "impalements"; -lin impalpable_A = compoundA (mkA "impalpable"); -lin impanel_V2 = mkV2 (mkV "impanel" "impanels" "impanelled" "impanelled" "impanelling"); -lin impart_V2 = mkV2 (mkV "impart" "imparts" "imparted" "imparted" "imparting"); -lin impartial_A = compoundA (mkA "impartial"); -lin impartiality_N = mkN "impartiality" "-" {- FIXME: no plural form -}; -lin impartially_Adv = mkAdv "impartially"; -lin impassable_A = compoundA (mkA "impassable"); -lin impasse_N = mkN "impasse" "impasses"; -lin impassioned_A = compoundA (mkA "impassioned"); -lin impassive_A = compoundA (mkA "impassive"); -lin impassively_Adv = mkAdv "impassively"; -lin impassiveness_N = mkN "impassiveness" "-" {- FIXME: no plural form -}; -lin impassivity_N = mkN "impassivity" "-" {- FIXME: no plural form -}; -lin impatience_N = mkN "impatience" "-" {- FIXME: no plural form -}; -lin impatient_A = compoundA (mkA "impatient"); -lin impatiently_Adv = mkAdv "impatiently"; -lin impeach_V2 = mkV2 (mkV "impeach" "impeaches" "impeached" "impeached" "impeaching"); -lin impeachment_N = mkN "impeachment" "impeachments"; -lin impeccable_A = compoundA (mkA "impeccable"); -lin impeccably_Adv = mkAdv "impeccably"; -lin impecunious_A = compoundA (mkA "impecunious"); -lin impede_V2 = mkV2 (mkV "impede" "impedes" "impeded" "impeded" "impeding"); -lin impediment_N = mkN "impediment" "impediments"; -lin impel_V2 = mkV2 (mkV "impel" "impels" "impelled" "impelled" "impelling"); -lin impeller_N = mkN "impeller" "impellers"; -lin impend_V = mkV "impend" "impends" "impended" "impended" "impending"; -lin impenetrable_A = compoundA (mkA "impenetrable"); -lin impenitence_N = mkN "impenitence" "-" {- FIXME: no plural form -}; -lin impenitent_A = compoundA (mkA "impenitent"); -lin impenitently_Adv = mkAdv "impenitently"; -lin imperative_A = compoundA (mkA "imperative"); -lin imperatively_Adv = mkAdv "imperatively"; -lin imperceptible_A = compoundA (mkA "imperceptible"); -lin imperceptibly_Adv = mkAdv "imperceptibly"; -lin imperfect_A = compoundA (mkA "imperfect"); -lin imperfect_N = mkN "imperfect" "IRREG"; -lin imperfection_N = mkN "imperfection" "imperfections"; -lin imperfectly_Adv = mkAdv "imperfectly"; -lin imperial_A = compoundA (mkA "imperial"); -lin imperial_N = mkN "imperial" "imperials"; -lin imperialism_N = mkN "imperialism" "-" {- FIXME: no plural form -}; -lin imperialist_N = mkN "imperialist" "imperialists"; -lin imperialistic_A = compoundA (mkA "imperialistic"); -lin imperially_Adv = mkAdv "imperially"; -lin imperil_V2 = mkV2 (mkV "imperil" "imperils" "imperilled" "imperilled" "imperilling"); -lin imperious_A = compoundA (mkA "imperious"); -lin imperiously_Adv = mkAdv "imperiously"; -lin imperiousness_N = mkN "imperiousness" "-" {- FIXME: no plural form -}; -lin imperishable_A = compoundA (mkA "imperishable"); -lin impermanence_N = mkN "impermanence" "-" {- FIXME: no plural form -}; -lin impermanent_A = compoundA (mkA "impermanent"); -lin impermeable_A = compoundA (mkA "impermeable"); -lin impersonal_A = compoundA (mkA "impersonal"); -lin impersonally_Adv = mkAdv "impersonally"; -lin impersonate_V2 = mkV2 (mkV "impersonate" "impersonates" "impersonated" "impersonated" "impersonating"); -lin impersonation_N = mkN "impersonation" "impersonations"; -lin impersonator_N = mkN "impersonator" "impersonators"; -lin impertinence_N = mkN "impertinence" "impertinences"; -lin impertinent_A = compoundA (mkA "impertinent"); -lin impertinently_Adv = mkAdv "impertinently"; -lin imperturbability_N = mkN "imperturbability" "-" {- FIXME: no plural form -}; -lin imperturbable_A = compoundA (mkA "imperturbable"); -lin impervious_A = compoundA (mkA "impervious"); -lin impetigo_N = mkN "impetigo" "-" {- FIXME: no plural form -}; -lin impetuosity_N = mkN "impetuosity" "impetuosities"; -lin impetuous_A = compoundA (mkA "impetuous"); -lin impetuously_Adv = mkAdv "impetuously"; -lin impetus_N = mkN "impetus" "impeti" {- FIXME: guessed plural form -}; -lin impiety_N = mkN "impiety" "impieties"; -lin impinge_V = mkV "impinge" "impinges" "impinged" "impinged" "impinging"; -lin impingement_N = mkN "impingement" "impingements"; -lin impious_A = compoundA (mkA "impious"); -lin impiously_Adv = mkAdv "impiously"; -lin impish_A = compoundA (mkA "impish"); -lin impishly_Adv = mkAdv "impishly"; -lin impishness_N = mkN "impishness" "-" {- FIXME: no plural form -}; -lin implacable_A = compoundA (mkA "implacable"); -lin implant_V2 = mkV2 (mkV "implant" "implants" "implanted" "implanted" "implanting"); -lin implausibility_N = mkN "implausibility" "-" {- FIXME: no plural form -}; -lin implausible_A = compoundA (mkA "implausible"); -lin implausibly_Adv = mkAdv "implausibly"; -lin implement_N = mkN "implement" "implements"; -lin implement_V2 = mkV2 (mkV "implement" "implements" "implemented" "implemented" "implementing"); -lin implementation_N = mkN "implementation" "implementations"; -lin implicate_V2 = mkV2 (mkV "implicate" "implicates" "implicated" "implicated" "implicating"); -lin implication_N = mkN "implication" "implications"; -lin implicit_A = compoundA (mkA "implicit"); -lin implicitly_Adv = mkAdv "implicitly"; -lin implore_V2 = mkV2 (mkV "implore" "implores" "implored" "implored" "imploring"); -lin imploringly_Adv = mkAdv "imploringly"; -lin implosion_N = mkN "implosion" "implosions"; -lin imply_V2 = mkV2 (mkV "imply" "implies" "implied" "implied" "implying"); -lin impolite_A = compoundA (mkA "impolite"); -lin impolitely_Adv = mkAdv "impolitely"; -lin impoliteness_N = mkN "impoliteness" "-" {- FIXME: no plural form -}; -lin impolitic_A = compoundA (mkA "impolitic"); -lin imponderable_A = compoundA (mkA "imponderable"); -lin imponderable_N = mkN "imponderable" "imponderables"; -lin import_N = mkN "import" "imports"; -lin import_V2 = mkV2 (mkV "import" "imports" "imported" "imported" "importing"); -lin importance_N = mkN "importance" "-" {- FIXME: no plural form -}; -lin important_A = compoundA (mkA "important"); -lin importantly_Adv = mkAdv "importantly"; -lin importation_N = mkN "importation" "importations"; -lin importer_N = mkN "importer" "importers"; -lin importunate_A = compoundA (mkA "importunate"); -lin importunately_Adv = mkAdv "importunately"; -lin importune_V2 = mkV2 (mkV "importune" "importunes" "importuned" "importuned" "importuning"); -lin importunity_N = mkN "importunity" "-" {- FIXME: no plural form -}; -lin impose_V = mkV "impose" "imposes" "imposed" "imposed" "imposing"; -lin impose_V2 = mkV2 (mkV "impose" "imposes" "imposed" "imposed" "imposing"); -lin imposing_A = compoundA (mkA "imposing"); -lin imposingly_Adv = mkAdv "imposingly"; -lin imposition_N = mkN "imposition" "impositions"; -lin impossibility_N = mkN "impossibility" "impossibilities"; -lin impossible_A = compoundA (mkA "impossible"); -lin impossibly_Adv = mkAdv "impossibly"; -lin impostor_N = mkN "impostor" "impostors"; -lin imposture_N = mkN "imposture" "impostures"; -lin impotence_N = mkN "impotence" "-" {- FIXME: no plural form -}; -lin impotent_A = compoundA (mkA "impotent"); -lin impotently_Adv = mkAdv "impotently"; -lin impound_V2 = mkV2 (mkV "impound" "impounds" "impounded" "impounded" "impounding"); -lin impoverish_V2 = mkV2 (mkV "impoverish" "impoverishes" "impoverished" "impoverished" "impoverishing"); -lin impoverishment_N = mkN "impoverishment" "impoverishments"; -lin impracticability_N = mkN "impracticability" "-" {- FIXME: no plural form -}; -lin impracticable_A = compoundA (mkA "impracticable"); -lin impracticableness_N = mkN "impracticableness" "-" {- FIXME: no plural form -}; -lin impracticably_Adv = mkAdv "impracticably"; -lin impractical_A = compoundA (mkA "impractical"); -lin imprecate_V2 = mkV2 (mkV "imprecate" "imprecates" "imprecated" "imprecated" "imprecating"); -lin imprecation_N = mkN "imprecation" "imprecations"; -lin imprecise_A = compoundA (mkA "imprecise"); -lin imprecisely_Adv = mkAdv "imprecisely"; -lin imprecision_N = mkN "imprecision" "-" {- FIXME: no plural form -}; -lin impregnability_N = mkN "impregnability" "-" {- FIXME: no plural form -}; -lin impregnable_A = compoundA (mkA "impregnable"); -lin impregnably_Adv = mkAdv "impregnably"; -lin impregnate_V2 = mkV2 (mkV "impregnate" "impregnates" "impregnated" "impregnated" "impregnating"); -lin impresario_N = mkN "impresario" "impresarios"; -lin impress_N = mkN "impress" "impresses"; -lin impress_V2 = mkV2 (mkV "impress" "impresses" "impressed" "impressed" "impressing"); -lin impression_N = mkN "impression" "impressions"; -lin impressionable_A = compoundA (mkA "impressionable"); -lin impressionism_N = mkN "impressionism" "-" {- FIXME: no plural form -}; -lin impressionist_N = mkN "impressionist" "impressionists"; -lin impressionistic_A = compoundA (mkA "impressionistic"); -lin impressive_A = compoundA (mkA "impressive"); -lin impressively_Adv = mkAdv "impressively"; -lin impressiveness_N = mkN "impressiveness" "-" {- FIXME: no plural form -}; -lin imprimatur_N = mkN "imprimatur" "imprimaturs"; -lin imprint_N = mkN "imprint" "imprints"; -lin imprint_V2 = mkV2 (mkV "imprint" "imprints" "imprinted" "imprinted" "imprinting"); -lin imprison_V2 = mkV2 (mkV "imprison" "imprisons" "imprisoned" "imprisoned" "imprisoning"); -lin imprisonment_N = mkN "imprisonment" "-" {- FIXME: no plural form -}; -lin improbability_N = mkN "improbability" "improbabilities"; -lin improbable_A = compoundA (mkA "improbable"); -lin improbably_Adv = mkAdv "improbably"; -lin impromptu_A = compoundA (mkA "impromptu"); -lin impromptu_Adv = mkAdv "impromptu"; -lin impromptu_N = mkN "impromptu" "impromptus"; -lin improper_A = compoundA (mkA "improper"); -lin improperly_Adv = mkAdv "improperly"; -lin impropriety_N = mkN "impropriety" "improprieties"; -lin improve_V = mkV "improve" "improves" "improved" "improved" "improving"; -lin improve_V2 = mkV2 (mkV "improve" "improves" "improved" "improved" "improving"); -lin improvement_N = mkN "improvement" "improvements"; -lin improver_N = mkN "improver" "improvers"; -lin improvidence_N = mkN "improvidence" "-" {- FIXME: no plural form -}; -lin improvident_A = compoundA (mkA "improvident"); -lin improvidently_Adv = mkAdv "improvidently"; -lin improvisation_N = mkN "improvisation" "improvisations"; -lin improvise_V = mkV "improvise" "improvises" "improvised" "improvised" "improvising"; -lin improvise_V2 = mkV2 (mkV "improvise" "improvises" "improvised" "improvised" "improvising"); -lin imprudence_N = mkN "imprudence" "imprudences"; -lin imprudent_A = compoundA (mkA "imprudent"); -lin imprudently_Adv = mkAdv "imprudently"; -lin impudence_N = mkN "impudence" "-" {- FIXME: no plural form -}; -lin impudent_A = compoundA (mkA "impudent"); -lin impudently_Adv = mkAdv "impudently"; -lin impugn_V2 = mkV2 (mkV "impugn" "impugns" "impugned" "impugned" "impugning"); -lin impulse_N = mkN "impulse" "impulses"; -lin impulse_buy_V = mkV "impulse-" IrregEng.buy_V; -lin impulse_buy_V2 = mkV2 (mkV "impulse-" IrregEng.buy_V); -lin impulsion_N = mkN "impulsion" "impulsions"; -lin impulsive_A = compoundA (mkA "impulsive"); -lin impulsively_Adv = mkAdv "impulsively"; -lin impulsiveness_N = mkN "impulsiveness" "-" {- FIXME: no plural form -}; -lin impunity_N = mkN "impunity" "-" {- FIXME: no plural form -}; -lin impure_A = compoundA (mkA "impure"); -lin impurity_N = mkN "impurity" "impurities"; -lin imputation_N = mkN "imputation" "imputations"; -lin impute_V2 = mkV2 (mkV "impute" "imputes" "imputed" "imputed" "imputing"); -lin in_Adv = mkAdv "in"; -lin in_N = mkN "in" "ins"; -lin in_chief_A = compoundA (mkA "in-chief"); -lin in_fighting_N = mkN "in-fighting" "-" {- FIXME: no plural form -}; -lin in_loco_parentis_Adv = mkAdv "in loco parentis"; -lin in_patient_N = mkN "in-patient" "in-patients"; -lin in_service_A = compoundA (mkA "in-service"); -lin in_situ_Adv = mkAdv "in situ"; -lin in_toto_Adv = mkAdv "in toto"; -lin in_tray_N = mkN "in-tray" "in-trays"; -lin inability_N = mkN "inability" "-" {- FIXME: no plural form -}; -lin inaccessibility_N = mkN "inaccessibility" "-" {- FIXME: no plural form -}; -lin inaccessible_A = compoundA (mkA "inaccessible"); -lin inaccuracy_N = mkN "inaccuracy" "inaccuracies"; -lin inaccurate_A = compoundA (mkA "inaccurate"); -lin inaccurately_Adv = mkAdv "inaccurately"; -lin inaction_N = mkN "inaction" "-" {- FIXME: no plural form -}; -lin inactivate_V2 = mkV2 (mkV "inactivate" "inactivates" "inactivated" "inactivated" "inactivating"); -lin inactive_A = compoundA (mkA "inactive"); -lin inactivity_N = mkN "inactivity" "-" {- FIXME: no plural form -}; -lin inadequacy_N = mkN "inadequacy" "inadequacies"; -lin inadequate_A = compoundA (mkA "inadequate"); -lin inadequately_Adv = mkAdv "inadequately"; -lin inadmissible_A = compoundA (mkA "inadmissible"); -lin inadvertence_N = mkN "inadvertence" "inadvertences"; -lin inadvertent_A = compoundA (mkA "inadvertent"); -lin inadvertently_Adv = mkAdv "inadvertently"; -lin inadvisability_N = mkN "inadvisability" "-" {- FIXME: no plural form -}; -lin inadvisable_A = compoundA (mkA "inadvisable"); -lin inadvisably_Adv = mkAdv "inadvisably"; -lin inalienable_A = compoundA (mkA "inalienable"); -lin inane_A = compoundA (mkA "inane"); -lin inanely_Adv = mkAdv "inanely"; -lin inanimate_A = compoundA (mkA "inanimate"); -lin inanition_N = mkN "inanition" "-" {- FIXME: no plural form -}; -lin inanity_N = mkN "inanity" "inanities"; -lin inapplicable_A = compoundA (mkA "inapplicable"); -lin inappreciable_A = compoundA (mkA "inappreciable"); -lin inappropriate_A = compoundA (mkA "inappropriate"); -lin inappropriately_Adv = mkAdv "inappropriately"; -lin inappropriateness_N = mkN "inappropriateness" "-" {- FIXME: no plural form -}; -lin inapt_A = compoundA (mkA "inapt"); -lin inaptitude_N = mkN "inaptitude" "-" {- FIXME: no plural form -}; -lin inarticulate_A = compoundA (mkA "inarticulate"); -lin inasmuch_as_Adv = mkAdv "inasmuch as"; -lin inattention_N = mkN "inattention" "-" {- FIXME: no plural form -}; -lin inattentive_A = compoundA (mkA "inattentive"); -lin inaudibility_N = mkN "inaudibility" "-" {- FIXME: no plural form -}; -lin inaudible_A = compoundA (mkA "inaudible"); -lin inaugural_A = compoundA (mkA "inaugural"); -lin inaugural_N = mkN "inaugural" "inaugurals"; -lin inaugurate_V2 = mkV2 (mkV "inaugurate" "inaugurates" "inaugurated" "inaugurated" "inaugurating"); -lin inauguration_N = mkN "inauguration" "inaugurations"; -lin inauspicious_A = compoundA (mkA "inauspicious"); -lin inauspiciously_Adv = mkAdv "inauspiciously"; -lin inboard_A = compoundA (mkA "inboard"); -lin inborn_A = compoundA (mkA "inborn"); -lin inbound_A = compoundA (mkA "inbound"); -lin inbred_A = compoundA (mkA "inbred"); -lin inbreeding_N = mkN "inbreeding" "-" {- FIXME: no plural form -}; -lin inbuilt_A = compoundA (mkA "inbuilt"); -lin inc_PN = mkPN "Inc"; -lin incalculable_A = compoundA (mkA "incalculable"); -lin incandescence_N = mkN "incandescence" "-" {- FIXME: no plural form -}; -lin incandescent_A = compoundA (mkA "incandescent"); -lin incantation_N = mkN "incantation" "incantations"; -lin incapability_N = mkN "incapability" "-" {- FIXME: no plural form -}; -lin incapable_A = compoundA (mkA "incapable"); -lin incapacitate_V2 = mkV2 (mkV "incapacitate" "incapacitates" "incapacitated" "incapacitated" "incapacitating"); -lin incapacity_N = mkN "incapacity" "-" {- FIXME: no plural form -}; -lin incarcerate_V2 = mkV2 (mkV "incarcerate" "incarcerates" "incarcerated" "incarcerated" "incarcerating"); -lin incarceration_N = mkN "incarceration" "incarcerations"; -lin incarnate_A = compoundA (mkA "incarnate"); -lin incarnate_V2 = mkV2 (mkV "incarnate" "incarnates" "incarnated" "incarnated" "incarnating"); -lin incarnation_N = mkN "incarnation" "incarnations"; -lin incautious_A = compoundA (mkA "incautious"); -lin incautiously_Adv = mkAdv "incautiously"; -lin incendiarism_N = mkN "incendiarism" "-" {- FIXME: no plural form -}; -lin incendiary_N = mkN "incendiary" "incendiaries"; -lin incense_N = mkN "incense" "-" {- FIXME: no plural form -}; -lin incense_V2 = mkV2 (mkV "incense" "incenses" "incensed" "incensed" "incensing"); -lin incentive_N = mkN "incentive" "incentives"; -lin inception_N = mkN "inception" "inceptions"; -lin incertitude_N = mkN "incertitude" "-" {- FIXME: no plural form -}; -lin incessant_A = compoundA (mkA "incessant"); -lin incessantly_Adv = mkAdv "incessantly"; -lin incest_N = mkN "incest" "-" {- FIXME: no plural form -}; -lin incestuous_A = compoundA (mkA "incestuous"); -lin inch_N = mkN "inch" "inches"; -lin inch_V = mkV "inch" "inches" "inched" "inched" "inching"; -lin inch_V2 = mkV2 (mkV "inch" "inches" "inched" "inched" "inching"); -lin inchoate_A = compoundA (mkA "inchoate"); -lin inchoative_A = compoundA (mkA "inchoative"); -lin inchon_PN = mkPN "Inchon"; -lin incidence_N = mkN "incidence" "incidences"; -lin incident_A = compoundA (mkA "incident"); -lin incident_N = mkN "incident" "incidents"; -lin incidental_A = compoundA (mkA "incidental"); -lin incidentally_Adv = mkAdv "incidentally"; -lin incinerate_V2 = mkV2 (mkV "incinerate" "incinerates" "incinerated" "incinerated" "incinerating"); -lin incineration_N = mkN "incineration" "-" {- FIXME: no plural form -}; -lin incinerator_N = mkN "incinerator" "incinerators"; -lin incipient_A = compoundA (mkA "incipient"); -lin incise_V2 = mkV2 (mkV "incise" "incises" "incised" "incised" "incising"); -lin incision_N = mkN "incision" "incisions"; -lin incisive_A = compoundA (mkA "incisive"); -lin incisively_Adv = mkAdv "incisively"; -lin incisor_N = mkN "incisor" "incisors"; -lin incite_V2 = mkV2 (mkV "incite" "incites" "incited" "incited" "inciting"); -lin incitement_N = mkN "incitement" "incitements"; -lin incivility_N = mkN "incivility" "incivilities"; -lin incl_PN = mkPN "Incl"; -lin inclemency_N = mkN "inclemency" "-" {- FIXME: no plural form -}; -lin inclement_A = compoundA (mkA "inclement"); -lin inclination_N = mkN "inclination" "inclinations"; -lin incline_N = mkN "incline" "inclines"; -lin incline_V = mkV "incline" "inclines" "inclined" "inclined" "inclining"; -lin incline_V2 = mkV2 (mkV "incline" "inclines" "inclined" "inclined" "inclining"); -lin inclose_V2 = mkV2 (mkV "inclose" "incloses" "inclosed" "inclosed" "inclosing"); -lin inclosure_N = mkN "inclosure" "inclosures"; -lin include_V2 = mkV2 (mkV "include" "includes" "included" "included" "including"); -lin inclusion_N = mkN "inclusion" "-" {- FIXME: no plural form -}; -lin inclusive_A = compoundA (mkA "inclusive"); -lin inclusively_Adv = mkAdv "inclusively"; -lin incognito_A = compoundA (mkA "incognito"); -lin incognito_Adv = mkAdv "incognito"; -lin incoherence_N = mkN "incoherence" "-" {- FIXME: no plural form -}; -lin incoherent_A = compoundA (mkA "incoherent"); -lin incoherently_Adv = mkAdv "incoherently"; -lin incombustible_A = compoundA (mkA "incombustible"); -lin income_N = mkN "income" "incomes"; -lin income_tax_N = mkN "income-tax" "income-taxes"; -lin incoming_A = compoundA (mkA "incoming"); -lin incommensurable_A = compoundA (mkA "incommensurable"); -lin incommensurate_A = compoundA (mkA "incommensurate"); -lin incommode_V2 = mkV2 (mkV "incommode" "incommodes" "incommoded" "incommoded" "incommoding"); -lin incommunicado_A = compoundA (mkA "incommunicado"); -lin incomparable_A = compoundA (mkA "incomparable"); -lin incomparably_Adv = mkAdv "incomparably"; -lin incompatibility_N = mkN "incompatibility" "incompatibilities"; -lin incompatible_A = compoundA (mkA "incompatible"); -lin incompetence_N = mkN "incompetence" "-" {- FIXME: no plural form -}; -lin incompetency_N = mkN "incompetency" "-" {- FIXME: no plural form -}; -lin incompetent_A = compoundA (mkA "incompetent"); -lin incompetently_Adv = mkAdv "incompetently"; -lin incomplete_A = compoundA (mkA "incomplete"); -lin incompletely_Adv = mkAdv "incompletely"; -lin incomprehensibility_N = mkN "incomprehensibility" "-" {- FIXME: no plural form -}; -lin incomprehensible_A = compoundA (mkA "incomprehensible"); -lin incomprehension_N = mkN "incomprehension" "-" {- FIXME: no plural form -}; -lin incompressible_A = compoundA (mkA "incompressible"); -lin inconceivable_A = compoundA (mkA "inconceivable"); -lin inconclusive_A = compoundA (mkA "inconclusive"); -lin inconclusively_Adv = mkAdv "inconclusively"; -lin incongruity_N = mkN "incongruity" "incongruities"; -lin incongruous_A = compoundA (mkA "incongruous"); -lin incongruously_Adv = mkAdv "incongruously"; -lin inconsequent_A = compoundA (mkA "inconsequent"); -lin inconsequential_A = compoundA (mkA "inconsequential"); -lin inconsequentially_Adv = mkAdv "inconsequentially"; -lin inconsequently_Adv = mkAdv "inconsequently"; -lin inconsiderable_A = compoundA (mkA "inconsiderable"); -lin inconsiderate_A = compoundA (mkA "inconsiderate"); -lin inconsiderately_Adv = mkAdv "inconsiderately"; -lin inconsistency_N = mkN "inconsistency" "inconsistencies"; -lin inconsistent_A = compoundA (mkA "inconsistent"); -lin inconsistently_Adv = mkAdv "inconsistently"; -lin inconsolable_A = compoundA (mkA "inconsolable"); -lin inconspicuous_A = compoundA (mkA "inconspicuous"); -lin inconspicuously_Adv = mkAdv "inconspicuously"; -lin inconstancy_N = mkN "inconstancy" "inconstancies"; -lin inconstant_A = compoundA (mkA "inconstant"); -lin incontestable_A = compoundA (mkA "incontestable"); -lin incontinence_N = mkN "incontinence" "-" {- FIXME: no plural form -}; -lin incontinent_A = compoundA (mkA "incontinent"); -lin incontrovertible_A = compoundA (mkA "incontrovertible"); -lin inconvenience_N = mkN "inconvenience" "inconveniences"; -lin inconvenience_V2 = mkV2 (mkV "inconvenience" "inconveniences" "inconvenienced" "inconvenienced" "inconveniencing"); -lin inconvenient_A = compoundA (mkA "inconvenient"); -lin inconveniently_Adv = mkAdv "inconveniently"; -lin inconvertibility_N = mkN "inconvertibility" "-" {- FIXME: no plural form -}; -lin inconvertible_A = compoundA (mkA "inconvertible"); -lin incorporate_A = compoundA (mkA "incorporate"); -lin incorporate_V = mkV "incorporate" "incorporates" "incorporated" "incorporated" "incorporating"; -lin incorporate_V2 = mkV2 (mkV "incorporate" "incorporates" "incorporated" "incorporated" "incorporating"); -lin incorporation_N = mkN "incorporation" "-" {- FIXME: no plural form -}; -lin incorporeal_A = compoundA (mkA "incorporeal"); -lin incorrect_A = compoundA (mkA "incorrect"); -lin incorrectly_Adv = mkAdv "incorrectly"; -lin incorrectness_N = mkN "incorrectness" "-" {- FIXME: no plural form -}; -lin incorrigible_A = compoundA (mkA "incorrigible"); -lin incorruptibility_N = mkN "incorruptibility" "-" {- FIXME: no plural form -}; -lin incorruptible_A = compoundA (mkA "incorruptible"); -lin increase_N = mkN "increase" "increases"; -lin increase_V = mkV "increase" "increases" "increased" "increased" "increasing"; -lin increase_V2 = mkV2 (mkV "increase" "increases" "increased" "increased" "increasing"); -lin increasingly_Adv = mkAdv "increasingly"; -lin incredibility_N = mkN "incredibility" "-" {- FIXME: no plural form -}; -lin incredible_A = compoundA (mkA "incredible"); -lin incredibly_Adv = mkAdv "incredibly"; -lin incredulity_N = mkN "incredulity" "-" {- FIXME: no plural form -}; -lin incredulous_A = compoundA (mkA "incredulous"); -lin incredulously_Adv = mkAdv "incredulously"; -lin increment_N = mkN "increment" "increments"; -lin incremental_A = compoundA (mkA "incremental"); -lin incriminate_V2 = mkV2 (mkV "incriminate" "incriminates" "incriminated" "incriminated" "incriminating"); -lin incrustation_N = mkN "incrustation" "incrustations"; -lin incubate_V = mkV "incubate" "incubates" "incubated" "incubated" "incubating"; -lin incubate_V2 = mkV2 (mkV "incubate" "incubates" "incubated" "incubated" "incubating"); -lin incubation_N = mkN "incubation" "incubations"; -lin incubator_N = mkN "incubator" "incubators"; -lin incubus_N = mkN "incubus" "incubuses"; -lin inculcate_V2 = mkV2 (mkV "inculcate" "inculcates" "inculcated" "inculcated" "inculcating"); -lin inculpate_V2 = mkV2 (mkV "inculpate" "inculpates" "inculpated" "inculpated" "inculpating"); -lin incumbency_N = mkN "incumbency" "incumbencies"; -lin incumbent_A = compoundA (mkA "incumbent"); -lin incumbent_N = mkN "incumbent" "incumbents"; -lin incur_V2 = mkV2 (mkV "incur" "incurs" "incurred" "incurred" "incurring"); -lin incurable_A = compoundA (mkA "incurable"); -lin incurable_N = mkN "incurable" "incurables"; -lin incurably_Adv = mkAdv "incurably"; -lin incurious_A = compoundA (mkA "incurious"); -lin incursion_N = mkN "incursion" "incursions"; -lin incurved_A = compoundA (mkA "incurved"); -lin indebted_A = compoundA (mkA "indebted"); -lin indebtedness_N = mkN "indebtedness" "-" {- FIXME: no plural form -}; -lin indecency_N = mkN "indecency" "indecencies"; -lin indecent_A = compoundA (mkA "indecent"); -lin indecently_Adv = mkAdv "indecently"; -lin indecipherable_A = compoundA (mkA "indecipherable"); -lin indecision_N = mkN "indecision" "-" {- FIXME: no plural form -}; -lin indecisive_A = compoundA (mkA "indecisive"); -lin indecisively_Adv = mkAdv "indecisively"; -lin indecorous_A = compoundA (mkA "indecorous"); -lin indecorously_Adv = mkAdv "indecorously"; -lin indecorum_N = mkN "indecorum" "-" {- FIXME: no plural form -}; -lin indeed_Adv = mkAdv "indeed"; -lin indefatigable_A = compoundA (mkA "indefatigable"); -lin indefeasible_A = compoundA (mkA "indefeasible"); -lin indefensible_A = compoundA (mkA "indefensible"); -lin indefinable_A = compoundA (mkA "indefinable"); -lin indefinite_A = compoundA (mkA "indefinite"); -lin indefinitely_Adv = mkAdv "indefinitely"; -lin indelible_A = compoundA (mkA "indelible"); -lin indelibly_Adv = mkAdv "indelibly"; -lin indelicacy_N = mkN "indelicacy" "indelicacies"; -lin indelicate_A = compoundA (mkA "indelicate"); -lin indemnification_N = mkN "indemnification" "indemnifications"; -lin indemnify_V2 = mkV2 (mkV "indemnify" "indemnifies" "indemnified" "indemnified" "indemnifying"); -lin indemnity_N = mkN "indemnity" "indemnities"; -lin indent_N = mkN "indent" "indents"; -lin indent_V = mkV "indent" "indents" "indented" "indented" "indenting"; -lin indent_V2 = mkV2 (mkV "indent" "indents" "indented" "indented" "indenting"); -lin indentation_N = mkN "indentation" "indentations"; -lin indenture_N = mkN "indenture" "indentures"; -lin indenture_V2 = mkV2 (mkV "indenture" "indentures" "indentured" "indentured" "indenturing"); -lin independence_N = mkN "independence" "-" {- FIXME: no plural form -}; -lin independent_A = compoundA (mkA "independent"); -lin independent_N = mkN "independent" "independents"; -lin independently_Adv = mkAdv "independently"; -lin indescribable_A = compoundA (mkA "indescribable"); -lin indescribably_Adv = mkAdv "indescribably"; -lin indestructibility_N = mkN "indestructibility" "-" {- FIXME: no plural form -}; -lin indestructible_A = compoundA (mkA "indestructible"); -lin indeterminable_A = compoundA (mkA "indeterminable"); -lin indeterminably_Adv = mkAdv "indeterminably"; -lin indeterminacy_N = mkN "indeterminacy" "-" {- FIXME: no plural form -}; -lin indeterminate_A = compoundA (mkA "indeterminate"); -lin index_N = mkN "index" "indexes"; -lin index_V2 = mkV2 (mkV "index" "indexes" "indexed" "indexed" "indexing"); -lin indexer_N = mkN "indexer" "indexers"; -lin india_PN = mkPN "India"; -lin india_rubber_N = mkN "india-rubber" "india-rubbers"; -lin indiaman_N = mkN "indiaman" "indiamen" {- FIXME: guessed plural form -}; -lin indian_A = compoundA (mkA "indian"); -lin indian_N = mkN "indian" "indians"; -lin indiana_PN = mkPN "Indiana"; -lin indianapolis_PN = mkPN "Indianapolis"; -lin indicate_V2 = mkV2 (mkV "indicate" "indicates" "indicated" "indicated" "indicating"); -lin indication_N = mkN "indication" "indications"; -lin indicative_A = compoundA (mkA "indicative"); -lin indicator_N = mkN "indicator" "indicators"; -lin indict_V2 = mkV2 (mkV "indict" "indicts" "indicted" "indicted" "indicting"); -lin indictable_A = compoundA (mkA "indictable"); -lin indictment_N = mkN "indictment" "indictments"; -lin indies_PN = mkPN "Indies"; -lin indifference_N = mkN "indifference" "-" {- FIXME: no plural form -}; -lin indifferent_A = compoundA (mkA "indifferent"); -lin indifferently_Adv = mkAdv "indifferently"; -lin indigence_N = mkN "indigence" "-" {- FIXME: no plural form -}; -lin indigenous_A = compoundA (mkA "indigenous"); -lin indigent_A = compoundA (mkA "indigent"); -lin indigestible_A = compoundA (mkA "indigestible"); -lin indigestion_N = mkN "indigestion" "-" {- FIXME: no plural form -}; -lin indignant_A = compoundA (mkA "indignant"); -lin indignantly_Adv = mkAdv "indignantly"; -lin indignation_N = mkN "indignation" "-" {- FIXME: no plural form -}; -lin indignity_N = mkN "indignity" "indignities"; -lin indigo_N = mkN "indigo" "-" {- FIXME: no plural form -}; -lin indirect_A = compoundA (mkA "indirect"); -lin indirectly_Adv = mkAdv "indirectly"; -lin indirectness_N = mkN "indirectness" "-" {- FIXME: no plural form -}; -lin indiscernible_A = compoundA (mkA "indiscernible"); -lin indiscipline_N = mkN "indiscipline" "-" {- FIXME: no plural form -}; -lin indiscreet_A = compoundA (mkA "indiscreet"); -lin indiscreetly_Adv = mkAdv "indiscreetly"; -lin indiscrete_A = compoundA (mkA "indiscrete"); -lin indiscretion_N = mkN "indiscretion" "indiscretions"; -lin indiscriminate_A = compoundA (mkA "indiscriminate"); -lin indiscriminately_Adv = mkAdv "indiscriminately"; -lin indispensability_N = mkN "indispensability" "-" {- FIXME: no plural form -}; -lin indispensable_A = compoundA (mkA "indispensable"); -lin indisposed_A = compoundA (mkA "indisposed"); -lin indisposition_N = mkN "indisposition" "indispositions"; -lin indisputable_A = compoundA (mkA "indisputable"); -lin indissoluble_A = compoundA (mkA "indissoluble"); -lin indistinct_A = compoundA (mkA "indistinct"); -lin indistinctly_Adv = mkAdv "indistinctly"; -lin indistinctness_N = mkN "indistinctness" "-" {- FIXME: no plural form -}; -lin indistinguishable_A = compoundA (mkA "indistinguishable"); -lin indite_V2 = mkV2 (mkV "indite" "indites" "indited" "indited" "inditing"); -lin individual_A = compoundA (mkA "individual"); -lin individual_N = mkN "individual" "individuals"; -lin individualism_N = mkN "individualism" "-" {- FIXME: no plural form -}; -lin individualist_N = mkN "individualist" "individualists"; -lin individualistic_A = compoundA (mkA "individualistic"); -lin individuality_N = mkN "individuality" "individualities"; -lin individualize_V2 = mkV2 (mkV "individualize" "individualizes" "individualized" "individualized" "individualizing"); -lin individually_Adv = mkAdv "individually"; -lin indivisible_A = compoundA (mkA "indivisible"); -lin indo_european_A = compoundA (mkA "indo-european"); -lin indoctrinate_V2 = mkV2 (mkV "indoctrinate" "indoctrinates" "indoctrinated" "indoctrinated" "indoctrinating"); -lin indoctrination_N = mkN "indoctrination" "-" {- FIXME: no plural form -}; -lin indolence_N = mkN "indolence" "-" {- FIXME: no plural form -}; -lin indolent_A = compoundA (mkA "indolent"); -lin indolently_Adv = mkAdv "indolently"; -lin indomitable_A = compoundA (mkA "indomitable"); -lin indonesia_PN = mkPN "Indonesia"; -lin indonesian_A = compoundA (mkA "indonesian"); -lin indonesian_N = mkN "indonesian" "indonesians"; -lin indoor_A = compoundA (mkA "indoor"); -lin indoors_Adv = mkAdv "indoors"; -lin indore_PN = mkPN "Indore"; -lin indorse_V2 = mkV2 (mkV "indorse" "indorses" "indorsed" "indorsed" "indorsing"); -lin indrawn_A = compoundA (mkA "indrawn"); -lin indubitable_A = compoundA (mkA "indubitable"); -lin indubitably_Adv = mkAdv "indubitably"; -lin induce_V2 = mkV2 (mkV "induce" "induces" "induced" "induced" "inducing"); -lin inducement_N = mkN "inducement" "inducements"; -lin induct_V2 = mkV2 (mkV "induct" "inducts" "inducted" "inducted" "inducting"); -lin induction_N = mkN "induction" "inductions"; -lin inductive_A = compoundA (mkA "inductive"); -lin indue_V2 = mkV2 (mkV "indue" "indues" "indued" "indued" "induing"); -lin indulge_V = mkV "indulge" "indulges" "indulged" "indulged" "indulging"; -lin indulge_V2 = mkV2 (mkV "indulge" "indulges" "indulged" "indulged" "indulging"); -lin indulgence_N = mkN "indulgence" "indulgences"; -lin indulgent_A = compoundA (mkA "indulgent"); -lin indulgently_Adv = mkAdv "indulgently"; -lin industrial_A = compoundA (mkA "industrial"); -lin industrialism_N = mkN "industrialism" "-" {- FIXME: no plural form -}; -lin industrialist_N = mkN "industrialist" "industrialists"; -lin industrialization_N = mkN "industrialization" "-" {- FIXME: no plural form -}; -lin industrialized_A = compoundA (mkA "industrialized"); -lin industrious_A = compoundA (mkA "industrious"); -lin industriously_Adv = mkAdv "industriously"; -lin industry_N = mkN "industry" "industries"; -lin indwelling_A = compoundA (mkA "indwelling"); -lin inebriate_A = compoundA (mkA "inebriate"); -lin inebriate_N = mkN "inebriate" "inebriates"; -lin inebriate_V2 = mkV2 (mkV "inebriate" "inebriates" "inebriated" "inebriated" "inebriating"); -lin inebriation_N = mkN "inebriation" "inebriations"; -lin inebriety_N = mkN "inebriety" "-" {- FIXME: no plural form -}; -lin inedible_A = compoundA (mkA "inedible"); -lin ineffable_A = compoundA (mkA "ineffable"); -lin ineffably_Adv = mkAdv "ineffably"; -lin ineffective_A = compoundA (mkA "ineffective"); -lin ineffectively_Adv = mkAdv "ineffectively"; -lin ineffectiveness_N = mkN "ineffectiveness" "-" {- FIXME: no plural form -}; -lin ineffectual_A = compoundA (mkA "ineffectual"); -lin ineffectuality_N = mkN "ineffectuality" "-" {- FIXME: no plural form -}; -lin ineffectually_Adv = mkAdv "ineffectually"; -lin inefficiency_N = mkN "inefficiency" "inefficiencies"; -lin inefficient_A = compoundA (mkA "inefficient"); -lin inefficiently_Adv = mkAdv "inefficiently"; -lin inelastic_A = compoundA (mkA "inelastic"); -lin inelegance_N = mkN "inelegance" "inelegances"; -lin inelegant_A = compoundA (mkA "inelegant"); -lin inelegantly_Adv = mkAdv "inelegantly"; -lin ineligibility_N = mkN "ineligibility" "-" {- FIXME: no plural form -}; -lin ineligible_A = compoundA (mkA "ineligible"); -lin ineluctable_A = compoundA (mkA "ineluctable"); -lin inept_A = compoundA (mkA "inept"); -lin ineptitude_N = mkN "ineptitude" "ineptitudes"; -lin ineptly_Adv = mkAdv "ineptly"; -lin inequality_N = mkN "inequality" "inequalities"; -lin inequitable_A = compoundA (mkA "inequitable"); -lin inequity_N = mkN "inequity" "inequities"; -lin ineradicable_A = compoundA (mkA "ineradicable"); -lin inert_A = compoundA (mkA "inert"); -lin inertia_N = mkN "inertia" "-" {- FIXME: no plural form -}; -lin inescapable_A = compoundA (mkA "inescapable"); -lin inescapably_Adv = mkAdv "inescapably"; -lin inessential_A = compoundA (mkA "inessential"); -lin inessential_N = mkN "inessential" "inessentials"; -lin inestimable_A = compoundA (mkA "inestimable"); -lin inevitability_N = mkN "inevitability" "-" {- FIXME: no plural form -}; -lin inevitable_A = compoundA (mkA "inevitable"); -lin inevitably_Adv = mkAdv "inevitably"; -lin inexact_A = compoundA (mkA "inexact"); -lin inexactitude_N = mkN "inexactitude" "inexactitudes"; -lin inexcusable_A = compoundA (mkA "inexcusable"); -lin inexhaustible_A = compoundA (mkA "inexhaustible"); -lin inexorable_A = compoundA (mkA "inexorable"); -lin inexorably_Adv = mkAdv "inexorably"; -lin inexpediency_N = mkN "inexpediency" "-" {- FIXME: no plural form -}; -lin inexpedient_A = compoundA (mkA "inexpedient"); -lin inexpensive_A = compoundA (mkA "inexpensive"); -lin inexpensively_Adv = mkAdv "inexpensively"; -lin inexperience_N = mkN "inexperience" "-" {- FIXME: no plural form -}; -lin inexperienced_A = compoundA (mkA "inexperienced"); -lin inexpert_A = compoundA (mkA "inexpert"); -lin inexpertly_Adv = mkAdv "inexpertly"; -lin inexpiable_A = compoundA (mkA "inexpiable"); -lin inexplicable_A = compoundA (mkA "inexplicable"); -lin inexpressible_A = compoundA (mkA "inexpressible"); -lin inextinguishable_A = compoundA (mkA "inextinguishable"); -lin inextricable_A = compoundA (mkA "inextricable"); -lin inextricably_Adv = mkAdv "inextricably"; -lin infallibility_N = mkN "infallibility" "-" {- FIXME: no plural form -}; -lin infallible_A = compoundA (mkA "infallible"); -lin infamous_A = compoundA (mkA "infamous"); -lin infamy_N = mkN "infamy" "infamies"; -lin infancy_N = mkN "infancy" "infancies"; -lin infant_N = mkN "infant" "infants"; -lin infanticide_N = mkN "infanticide" "-" {- FIXME: no plural form -}; -lin infantile_A = compoundA (mkA "infantile"); -lin infantilism_N = mkN "infantilism" "-" {- FIXME: no plural form -}; -lin infantry_N = mkN "infantry" "infantries"; -lin infantryman_N = mkN "infantryman" "infantrymen" {- FIXME: guessed plural form -}; -lin infatuate_V2 = mkV2 (mkV "infatuate" "infatuates" "infatuated" "infatuated" "infatuating"); -lin infatuation_N = mkN "infatuation" "infatuations"; -lin infect_V2 = mkV2 (mkV "infect" "infects" "infected" "infected" "infecting"); -lin infection_N = mkN "infection" "infections"; -lin infectious_A = compoundA (mkA "infectious"); -lin infer_V2 = mkV2 (mkV "infer" "infers" "inferred" "inferred" "inferring"); -lin inference_N = mkN "inference" "inferences"; -lin inferential_A = compoundA (mkA "inferential"); -lin inferior_A = compoundA (mkA "inferior"); -lin inferior_N = mkN "inferior" "inferiors"; -lin inferiority_N = mkN "inferiority" "-" {- FIXME: no plural form -}; -lin infernal_A = compoundA (mkA "infernal"); -lin infernally_Adv = mkAdv "infernally"; -lin inferno_N = mkN "inferno" "infernos"; -lin infertile_A = compoundA (mkA "infertile"); -lin infertility_N = mkN "infertility" "-" {- FIXME: no plural form -}; -lin infest_V2 = mkV2 (mkV "infest" "infests" "infested" "infested" "infesting"); -lin infestation_N = mkN "infestation" "infestations"; -lin infidel_N = mkN "infidel" "infidels"; -lin infidelity_N = mkN "infidelity" "infidelities"; -lin infield_N = mkN "infield" "-" {- FIXME: no plural form -}; -lin infiltrate_V = mkV "infiltrate" "infiltrates" "infiltrated" "infiltrated" "infiltrating"; -lin infiltrate_V2 = mkV2 (mkV "infiltrate" "infiltrates" "infiltrated" "infiltrated" "infiltrating"); -lin infiltration_N = mkN "infiltration" "-" {- FIXME: no plural form -}; -lin infinite_A = compoundA (mkA "infinite"); -lin infinitely_Adv = mkAdv "infinitely"; -lin infinitesimal_A = compoundA (mkA "infinitesimal"); -lin infinitive_A = compoundA (mkA "infinitive"); -lin infinitive_N = mkN "infinitive" "infinitives"; -lin infinitude_N = mkN "infinitude" "infinitudes"; -lin infinity_N = mkN "infinity" "-" {- FIXME: no plural form -}; -lin infirm_A = compoundA (mkA "infirm"); -lin infirmary_N = mkN "infirmary" "infirmaries"; -lin infirmity_N = mkN "infirmity" "infirmities"; -lin inflame_V = mkV "inflame" "inflames" "inflamed" "inflamed" "inflaming"; -lin inflame_V2 = mkV2 (mkV "inflame" "inflames" "inflamed" "inflamed" "inflaming"); -lin inflammable_A = compoundA (mkA "inflammable"); -lin inflammation_N = mkN "inflammation" "inflammations"; -lin inflammatory_A = compoundA (mkA "inflammatory"); -lin inflatable_A = compoundA (mkA "inflatable"); -lin inflate_V2 = mkV2 (mkV "inflate" "inflates" "inflated" "inflated" "inflating"); -lin inflation_N = mkN "inflation" "-" {- FIXME: no plural form -}; -lin inflationary_A = compoundA (mkA "inflationary"); -lin inflect_V2 = mkV2 (mkV "inflect" "inflects" "inflected" "inflected" "inflecting"); -lin inflection_N = mkN "inflection" "inflections"; -lin inflectional_A = compoundA (mkA "inflectional"); -lin inflexibility_N = mkN "inflexibility" "-" {- FIXME: no plural form -}; -lin inflexible_A = compoundA (mkA "inflexible"); -lin inflexibly_Adv = mkAdv "inflexibly"; -lin inflexion_N = mkN "inflexion" "inflexions"; -lin inflict_V2 = mkV2 (mkV "inflict" "inflicts" "inflicted" "inflicted" "inflicting"); -lin infliction_N = mkN "infliction" "inflictions"; -lin inflorescence_N = mkN "inflorescence" "-" {- FIXME: no plural form -}; -lin inflow_N = mkN "inflow" "inflows"; -lin influence_N = mkN "influence" "influences"; -lin influence_V2 = mkV2 (mkV "influence" "influences" "influenced" "influenced" "influencing"); -lin influential_A = compoundA (mkA "influential"); -lin influentially_Adv = mkAdv "influentially"; -lin influenza_N = mkN "influenza" "-" {- FIXME: no plural form -}; -lin influx_N = mkN "influx" "influxes"; -lin info_N = mkN "info" "-" {- FIXME: no plural form -}; -lin inform_V = mkV "inform" "informs" "informed" "informed" "informing"; -lin inform_V2 = mkV2 (mkV "inform" "informs" "informed" "informed" "informing"); -lin informal_A = compoundA (mkA "informal"); -lin informality_N = mkN "informality" "informalities"; -lin informally_Adv = mkAdv "informally"; -lin informant_N = mkN "informant" "informants"; -lin information_N = mkN "information" "-" {- FIXME: no plural form -}; -lin informative_A = compoundA (mkA "informative"); -lin informatively_Adv = mkAdv "informatively"; -lin informer_N = mkN "informer" "informers"; -lin infra_Adv = mkAdv "infra"; -lin infra_dig_A = compoundA (mkA "infra dig"); -lin infra_red_A = compoundA (mkA "infra-red"); -lin infraction_N = mkN "infraction" "infractions"; -lin infrastructure_N = mkN "infrastructure" "infrastructures"; -lin infrequency_N = mkN "infrequency" "-" {- FIXME: no plural form -}; -lin infrequent_A = compoundA (mkA "infrequent"); -lin infrequently_Adv = mkAdv "infrequently"; -lin infringe_V = mkV "infringe" "infringes" "infringed" "infringed" "infringing"; -lin infringe_V2 = mkV2 (mkV "infringe" "infringes" "infringed" "infringed" "infringing"); -lin infringement_N = mkN "infringement" "infringements"; -lin infuriate_V2 = mkV2 (mkV "infuriate" "infuriates" "infuriated" "infuriated" "infuriating"); -lin infuse_V = mkV "infuse" "infuses" "infused" "infused" "infusing"; -lin infuse_V2 = mkV2 (mkV "infuse" "infuses" "infused" "infused" "infusing"); -lin infusion_N = mkN "infusion" "infusions"; -lin ingatestone_PN = mkPN "Ingatestone"; -lin ingathering_N = mkN "ingathering" "ingatherings"; -lin ingenious_A = compoundA (mkA "ingenious"); -lin ingeniously_Adv = mkAdv "ingeniously"; -lin ingenuity_N = mkN "ingenuity" "-" {- FIXME: no plural form -}; -lin ingenuous_A = compoundA (mkA "ingenuous"); -lin ingenuously_Adv = mkAdv "ingenuously"; -lin ingenuousness_N = mkN "ingenuousness" "-" {- FIXME: no plural form -}; -lin ingest_V2 = mkV2 (mkV "ingest" "ingests" "ingested" "ingested" "ingesting"); -lin ingle_nook_N = mkN "ingle-nook" "ingle-nooks"; -lin inglorious_A = compoundA (mkA "inglorious"); -lin ingloriously_Adv = mkAdv "ingloriously"; -lin ingoing_A = compoundA (mkA "ingoing"); -lin ingot_N = mkN "ingot" "ingots"; -lin ingraft_V2 = mkV2 (mkV "ingraft" "ingrafts" "ingrafted" "ingrafted" "ingrafting"); -lin ingrained_A = compoundA (mkA "ingrained"); -lin ingratiate_V2 = mkV2 (mkV "ingratiate" "ingratiates" "ingratiated" "ingratiated" "ingratiating"); -lin ingratiatingly_Adv = mkAdv "ingratiatingly"; -lin ingratitude_N = mkN "ingratitude" "-" {- FIXME: no plural form -}; -lin ingredient_N = mkN "ingredient" "ingredients"; -lin ingress_N = mkN "ingress" "-" {- FIXME: no plural form -}; -lin ingrid_PN = mkPN "Ingrid"; -lin ingrowing_A = compoundA (mkA "ingrowing"); -lin ingenue_N = mkN "ingénue" "ingénues"; -lin inhabit_V2 = mkV2 (mkV "inhabit" "inhabits" "inhabited" "inhabited" "inhabiting"); -lin inhabitable_A = compoundA (mkA "inhabitable"); -lin inhabitant_N = mkN "inhabitant" "inhabitants"; -lin inhalation_N = mkN "inhalation" "inhalations"; -lin inhale_V = mkV "inhale" "inhales" "inhaled" "inhaled" "inhaling"; -lin inhale_V2 = mkV2 (mkV "inhale" "inhales" "inhaled" "inhaled" "inhaling"); -lin inhaler_N = mkN "inhaler" "inhalers"; -lin inharmonious_A = compoundA (mkA "inharmonious"); -lin inherent_A = compoundA (mkA "inherent"); -lin inherently_Adv = mkAdv "inherently"; -lin inherit_V = mkV "inherit" "inherits" "inherited" "inherited" "inheriting"; -lin inherit_V2 = mkV2 (mkV "inherit" "inherits" "inherited" "inherited" "inheriting"); -lin inheritance_N = mkN "inheritance" "inheritances"; -lin inheritor_N = mkN "inheritor" "inheritors"; -lin inhibit_V2 = mkV2 (mkV "inhibit" "inhibits" "inhibited" "inhibited" "inhibiting"); -lin inhibition_N = mkN "inhibition" "inhibitions"; -lin inhibitor_N = mkN "inhibitor" "inhibitors"; -lin inhibitory_A = compoundA (mkA "inhibitory"); -lin inhospitable_A = compoundA (mkA "inhospitable"); -lin inhuman_A = compoundA (mkA "inhuman"); -lin inhumane_A = compoundA (mkA "inhumane"); -lin inhumanely_Adv = mkAdv "inhumanely"; -lin inhumanity_N = mkN "inhumanity" "inhumanities"; -lin inimical_A = compoundA (mkA "inimical"); -lin inimitable_A = compoundA (mkA "inimitable"); -lin inimitably_Adv = mkAdv "inimitably"; -lin iniquitous_A = compoundA (mkA "iniquitous"); -lin iniquitously_Adv = mkAdv "iniquitously"; -lin iniquity_N = mkN "iniquity" "iniquities"; -lin initial_A = compoundA (mkA "initial"); -lin initial_N = mkN "initial" "initials"; -lin initial_V2 = mkV2 (mkV "initial" "initials" "initialled" "initialled" "initialling"); -lin initially_Adv = mkAdv "initially"; -lin initiate_A = compoundA (mkA "initiate"); -lin initiate_N = mkN "initiate" "initiates"; -lin initiate_V2 = mkV2 (mkV "initiate" "initiates" "initiated" "initiated" "initiating"); -lin initiation_N = mkN "initiation" "-" {- FIXME: no plural form -}; -lin initiative_N = mkN "initiative" "initiatives"; -lin inject_V2 = mkV2 (mkV "inject" "injects" "injected" "injected" "injecting"); -lin injection_N = mkN "injection" "injections"; -lin injudicious_A = compoundA (mkA "injudicious"); -lin injudiciously_Adv = mkAdv "injudiciously"; -lin injunction_N = mkN "injunction" "injunctions"; -lin injure_V2 = mkV2 (mkV "injure" "injures" "injured" "injured" "injuring"); -lin injured_A = compoundA (mkA "injured"); -lin injurious_A = compoundA (mkA "injurious"); -lin injury_N = mkN "injury" "injuries"; -lin injustice_N = mkN "injustice" "injustices"; -lin ink_N = mkN "ink" "inks"; -lin ink_V2 = mkV2 (mkV "ink" "inks" "inked" "inked" "inking"); -lin ink_bottle_N = mkN "ink-bottle" "ink-bottles"; -lin ink_pad_N = mkN "ink-pad" "ink-pads"; -lin ink_pot_N = mkN "ink-pot" "ink-pots"; -lin inkling_N = mkN "inkling" "inklings"; -lin inkstand_N = mkN "inkstand" "inkstands"; -lin inkwell_N = mkN "inkwell" "inkwells"; -lin inky_A = mkA "inky" "inkier"; -lin inland_A = compoundA (mkA "inland"); -lin inland_Adv = mkAdv "inland"; -lin inlay_N = mkN "inlay" "inlays"; -lin inlay_V2 = mkV2 (mkV "in" IrregEng.lay_V); -lin inlet_N = mkN "inlet" "inlets"; -lin inmate_N = mkN "inmate" "inmates"; -lin inmost_A = compoundA (mkA "inmost"); -lin inn_N = mkN "inn" "inns"; -lin innate_A = compoundA (mkA "innate"); -lin innately_Adv = mkAdv "innately"; -lin inner_A = compoundA (mkA "inner"); -lin innermost_A = compoundA (mkA "innermost"); -lin inning_N = mkN "inning" "innings"; -lin innings_N = mkN "innings" "innings"; -lin innkeeper_N = mkN "innkeeper" "innkeepers"; -lin innocence_N = mkN "innocence" "-" {- FIXME: no plural form -}; -lin innocent_A = compoundA (mkA "innocent"); -lin innocent_N = mkN "innocent" "innocents"; -lin innocently_Adv = mkAdv "innocently"; -lin innocuous_A = compoundA (mkA "innocuous"); -lin innovate_V = mkV "innovate" "innovates" "innovated" "innovated" "innovating"; -lin innovation_N = mkN "innovation" "innovations"; -lin innovator_N = mkN "innovator" "innovators"; -lin innsbruck_PN = mkPN "Innsbruck"; -lin innuendo_N = mkN "innuendo" "innuendoes"; -lin innumerable_A = compoundA (mkA "innumerable"); -lin inoculate_V2 = mkV2 (mkV "inoculate" "inoculates" "inoculated" "inoculated" "inoculating"); -lin inoculation_N = mkN "inoculation" "inoculations"; -lin inoffensive_A = compoundA (mkA "inoffensive"); -lin inoffensively_Adv = mkAdv "inoffensively"; -lin inoperable_A = compoundA (mkA "inoperable"); -lin inoperative_A = compoundA (mkA "inoperative"); -lin inopportune_A = compoundA (mkA "inopportune"); -lin inopportunely_Adv = mkAdv "inopportunely"; -lin inordinate_A = compoundA (mkA "inordinate"); -lin inordinately_Adv = mkAdv "inordinately"; -lin inorganic_A = compoundA (mkA "inorganic"); -lin inorganically_Adv = mkAdv "inorganically"; -lin inpouring_A = compoundA (mkA "inpouring"); -lin inpouring_N = mkN "inpouring" "inpourings"; -lin input_N = mkN "input" "inputs"; -lin inquest_N = mkN "inquest" "inquests"; -lin inquietude_N = mkN "inquietude" "-" {- FIXME: no plural form -}; -lin inquire_V = mkV "inquire" "inquires" "inquired" "inquired" "inquiring"; -lin inquire_V2 = mkV2 (mkV "inquire" "inquires" "inquired" "inquired" "inquiring"); -lin inquirer_N = mkN "inquirer" "inquirers"; -lin inquiring_A = compoundA (mkA "inquiring"); -lin inquiringly_Adv = mkAdv "inquiringly"; -lin inquiry_N = mkN "inquiry" "inquiries"; -lin inquisition_N = mkN "inquisition" "inquisitions"; -lin inquisitive_A = compoundA (mkA "inquisitive"); -lin inquisitively_Adv = mkAdv "inquisitively"; -lin inquisitiveness_N = mkN "inquisitiveness" "-" {- FIXME: no plural form -}; -lin inquisitor_N = mkN "inquisitor" "inquisitors"; -lin inquisitorial_A = compoundA (mkA "inquisitorial"); -lin inroad_N = mkN "inroad" "inroads"; -lin inrush_N = mkN "inrush" "inrushes"; -lin ins_N = mkN "-" "ins" {- FIXME: no singular form -}; -lin insane_A = compoundA (mkA "insane"); -lin insanely_Adv = mkAdv "insanely"; -lin insanitary_A = compoundA (mkA "insanitary"); -lin insanity_N = mkN "insanity" "-" {- FIXME: no plural form -}; -lin insatiable_A = compoundA (mkA "insatiable"); -lin insatiably_Adv = mkAdv "insatiably"; -lin insatiate_A = compoundA (mkA "insatiate"); -lin inscribe_V2 = mkV2 (mkV "inscribe" "inscribes" "inscribed" "inscribed" "inscribing"); -lin inscription_N = mkN "inscription" "inscriptions"; -lin inscrutable_A = compoundA (mkA "inscrutable"); -lin insect_N = mkN "insect" "insects"; -lin insect_powder_N = mkN "insect-powder" "insect-powders"; -lin insecticide_N = mkN "insecticide" "insecticides"; -lin insectivorous_A = compoundA (mkA "insectivorous"); -lin insecure_A = compoundA (mkA "insecure"); -lin insecurely_Adv = mkAdv "insecurely"; -lin insecurity_N = mkN "insecurity" "-" {- FIXME: no plural form -}; -lin inseminate_V2 = mkV2 (mkV "inseminate" "inseminates" "inseminated" "inseminated" "inseminating"); -lin insemination_N = mkN "insemination" "-" {- FIXME: no plural form -}; -lin insensate_A = compoundA (mkA "insensate"); -lin insensibility_N = mkN "insensibility" "-" {- FIXME: no plural form -}; -lin insensible_A = compoundA (mkA "insensible"); -lin insensibly_Adv = mkAdv "insensibly"; -lin insensitive_A = compoundA (mkA "insensitive"); -lin insensitively_Adv = mkAdv "insensitively"; -lin insensitivity_N = mkN "insensitivity" "-" {- FIXME: no plural form -}; -lin insentient_A = compoundA (mkA "insentient"); -lin inseparable_A = compoundA (mkA "inseparable"); -lin insert_N = mkN "insert" "inserts"; -lin insert_V2 = mkV2 (mkV "insert" "inserts" "inserted" "inserted" "inserting"); -lin insertion_N = mkN "insertion" "insertions"; -lin inset_N = mkN "inset" "insets"; -lin inset_V2 = mkV2 (mkV "in" IrregEng.set_V); -lin inshore_A = compoundA (mkA "inshore"); -lin inshore_Adv = mkAdv "inshore"; -lin inside_A = compoundA (mkA "inside"); -lin inside_Adv = mkAdv "inside"; -lin inside_N = mkN "inside" "insides"; -lin insider_N = mkN "insider" "insiders"; -lin insidious_A = compoundA (mkA "insidious"); -lin insidiously_Adv = mkAdv "insidiously"; -lin insidiousness_N = mkN "insidiousness" "-" {- FIXME: no plural form -}; -lin insight_N = mkN "insight" "insights"; -lin insignificance_N = mkN "insignificance" "-" {- FIXME: no plural form -}; -lin insignificant_A = compoundA (mkA "insignificant"); -lin insignificantly_Adv = mkAdv "insignificantly"; -lin insincere_A = compoundA (mkA "insincere"); -lin insincerely_Adv = mkAdv "insincerely"; -lin insincerity_N = mkN "insincerity" "-" {- FIXME: no plural form -}; -lin insinuate_V2 = mkV2 (mkV "insinuate" "insinuates" "insinuated" "insinuated" "insinuating"); -lin insinuatingly_Adv = mkAdv "insinuatingly"; -lin insinuation_N = mkN "insinuation" "insinuations"; -lin insipid_A = compoundA (mkA "insipid"); -lin insipidity_N = mkN "insipidity" "-" {- FIXME: no plural form -}; -lin insipidly_Adv = mkAdv "insipidly"; -lin insipidness_N = mkN "insipidness" "-" {- FIXME: no plural form -}; -lin insist_V = mkV "insist" "insists" "insisted" "insisted" "insisting"; -lin insist_V2 = mkV2 (mkV "insist" "insists" "insisted" "insisted" "insisting"); -lin insistence_N = mkN "insistence" "-" {- FIXME: no plural form -}; -lin insistent_A = compoundA (mkA "insistent"); -lin insofar_Adv = mkAdv "insofar"; -lin insole_N = mkN "insole" "insoles"; -lin insolence_N = mkN "insolence" "-" {- FIXME: no plural form -}; -lin insolent_A = compoundA (mkA "insolent"); -lin insolently_Adv = mkAdv "insolently"; -lin insoluble_A = compoundA (mkA "insoluble"); -lin insolvency_N = mkN "insolvency" "-" {- FIXME: no plural form -}; -lin insolvent_A = compoundA (mkA "insolvent"); -lin insolvent_N = mkN "insolvent" "insolvents"; -lin insomnia_N = mkN "insomnia" "-" {- FIXME: no plural form -}; -lin insomniac_N = mkN "insomniac" "insomniacs"; -lin insomuch_Adv = mkAdv "insomuch"; -lin insouciance_N = mkN "insouciance" "-" {- FIXME: no plural form -}; -lin insouciant_A = compoundA (mkA "insouciant"); -lin inspan_V2 = mkV2 (mkV "inspan" "inspans" "inspanned" "inspanned" "inspanning"); -lin inspect_V2 = mkV2 (mkV "inspect" "inspects" "inspected" "inspected" "inspecting"); -lin inspection_N = mkN "inspection" "inspections"; -lin inspector_N = mkN "inspector" "inspectors"; -lin inspectorate_N = mkN "inspectorate" "inspectorates"; -lin inspiration_N = mkN "inspiration" "inspirations"; -lin inspirational_A = compoundA (mkA "inspirational"); -lin inspirationally_Adv = mkAdv "inspirationally"; -lin inspire_V2 = mkV2 (mkV "inspire" "inspires" "inspired" "inspired" "inspiring"); -lin inspired_A = compoundA (mkA "inspired"); -lin inst_PN = mkPN "Inst"; -lin instability_N = mkN "instability" "instabilities"; -lin install_V2 = mkV2 (mkV "install" "installs" "installed" "installed" "installing"); -lin installation_N = mkN "installation" "installations"; -lin instalment_N = mkN "instalment" "instalments"; -lin instance_N = mkN "instance" "instances"; -lin instance_V2 = mkV2 (mkV "instance" "instances" "instanced" "instanced" "instancing"); -lin instant_A = compoundA (mkA "instant"); -lin instant_N = mkN "instant" "instants"; -lin instantaneous_A = compoundA (mkA "instantaneous"); -lin instantaneously_Adv = mkAdv "instantaneously"; -lin instantly_Adv = mkAdv "instantly"; -lin instead_Adv = mkAdv "instead"; -lin instep_N = mkN "instep" "insteps"; -lin instigate_V2 = mkV2 (mkV "instigate" "instigates" "instigated" "instigated" "instigating"); -lin instigation_N = mkN "instigation" "instigations"; -lin instigator_N = mkN "instigator" "instigators"; -lin instil_V2 = mkV2 (mkV "instil" "instils" "instilled" "instilled" "instilling"); -lin instillation_N = mkN "instillation" "instillations"; -lin instinct_A = compoundA (mkA "instinct"); -lin instinct_N = mkN "instinct" "instincts"; -lin instinctive_A = compoundA (mkA "instinctive"); -lin instinctively_Adv = mkAdv "instinctively"; -lin institute_N = mkN "institute" "institutes"; -lin institute_V2 = mkV2 (mkV "institute" "institutes" "instituted" "instituted" "instituting"); -lin institution_N = mkN "institution" "institutions"; -lin institutional_A = compoundA (mkA "institutional"); -lin institutionalize_V2 = mkV2 (mkV "institutionalize" "institutionalizes" "institutionalized" "institutionalized" "institutionalizing"); -lin institutionally_Adv = mkAdv "institutionally"; -lin instruct_V2 = mkV2 (mkV "instruct" "instructs" "instructed" "instructed" "instructing"); -lin instruction_N = mkN "instruction" "instructions"; -lin instructional_A = compoundA (mkA "instructional"); -lin instructive_A = compoundA (mkA "instructive"); -lin instructively_Adv = mkAdv "instructively"; -lin instructor_N = mkN "instructor" "instructors"; -lin instructress_N = mkN "instructress" "instructresses"; -lin instrument_N = mkN "instrument" "instruments"; -lin instrumental_A = compoundA (mkA "instrumental"); -lin instrumentalist_N = mkN "instrumentalist" "instrumentalists"; -lin instrumentality_N = mkN "instrumentality" "-" {- FIXME: no plural form -}; -lin instrumentation_N = mkN "instrumentation" "-" {- FIXME: no plural form -}; -lin insubordinate_A = compoundA (mkA "insubordinate"); -lin insubordination_N = mkN "insubordination" "insubordinations"; -lin insubstantial_A = compoundA (mkA "insubstantial"); -lin insubstantially_Adv = mkAdv "insubstantially"; -lin insufferable_A = compoundA (mkA "insufferable"); -lin insufficiency_N = mkN "insufficiency" "-" {- FIXME: no plural form -}; -lin insufficient_A = compoundA (mkA "insufficient"); -lin insufficiently_Adv = mkAdv "insufficiently"; -lin insular_A = compoundA (mkA "insular"); -lin insularism_N = mkN "insularism" "-" {- FIXME: no plural form -}; -lin insularity_N = mkN "insularity" "-" {- FIXME: no plural form -}; -lin insulate_V2 = mkV2 (mkV "insulate" "insulates" "insulated" "insulated" "insulating"); -lin insulation_N = mkN "insulation" "-" {- FIXME: no plural form -}; -lin insulator_N = mkN "insulator" "insulators"; -lin insulin_N = mkN "insulin" "-" {- FIXME: no plural form -}; -lin insult_N = mkN "insult" "insults"; -lin insult_V2 = mkV2 (mkV "insult" "insults" "insulted" "insulted" "insulting"); -lin insulting_A = compoundA (mkA "insulting"); -lin insultingly_Adv = mkAdv "insultingly"; -lin insuperable_A = compoundA (mkA "insuperable"); -lin insuperably_Adv = mkAdv "insuperably"; -lin insupportable_A = compoundA (mkA "insupportable"); -lin insurance_N = mkN "insurance" "insurances"; -lin insure_V2 = mkV2 (mkV "insure" "insures" "insured" "insured" "insuring"); -lin insurgent_A = compoundA (mkA "insurgent"); -lin insurgent_N = mkN "insurgent" "insurgents"; -lin insurmountable_A = compoundA (mkA "insurmountable"); -lin insurrection_N = mkN "insurrection" "insurrections"; -lin intact_A = compoundA (mkA "intact"); -lin intaglio_N = mkN "intaglio" "intaglios"; -lin intake_N = mkN "intake" "intakes"; -lin intangibility_N = mkN "intangibility" "-" {- FIXME: no plural form -}; -lin intangible_A = compoundA (mkA "intangible"); -lin intangibles_N = mkN "intangibles" "intangibless"; -lin integer_N = mkN "integer" "integers"; -lin integral_A = compoundA (mkA "integral"); -lin integrally_Adv = mkAdv "integrally"; -lin integrate_V2 = mkV2 (mkV "integrate" "integrates" "integrated" "integrated" "integrating"); -lin integration_N = mkN "integration" "-" {- FIXME: no plural form -}; -lin integrity_N = mkN "integrity" "-" {- FIXME: no plural form -}; -lin integument_N = mkN "integument" "integuments"; -lin intellect_N = mkN "intellect" "intellects"; -lin intellectual_A = compoundA (mkA "intellectual"); -lin intellectual_N = mkN "intellectual" "intellectuals"; -lin intellectually_Adv = mkAdv "intellectually"; -lin intelligence_N = mkN "intelligence" "-" {- FIXME: no plural form -}; -lin intelligent_A = compoundA (mkA "intelligent"); -lin intelligently_Adv = mkAdv "intelligently"; -lin intelligentsia_N = mkN "intelligentsia" "intelligentsias"; -lin intelligibility_N = mkN "intelligibility" "-" {- FIXME: no plural form -}; -lin intelligible_A = compoundA (mkA "intelligible"); -lin intelligibly_Adv = mkAdv "intelligibly"; -lin intemperance_N = mkN "intemperance" "-" {- FIXME: no plural form -}; -lin intemperate_A = compoundA (mkA "intemperate"); -lin intemperately_Adv = mkAdv "intemperately"; -lin intend_V2 = mkV2 (mkV "intend" "intends" "intended" "intended" "intending"); -lin intense_A = compoundA (mkA "intense"); -lin intensely_Adv = mkAdv "intensely"; -lin intensification_N = mkN "intensification" "intensifications"; -lin intensify_V = mkV "intensify" "intensifies" "intensified" "intensified" "intensifying"; -lin intensify_V2 = mkV2 (mkV "intensify" "intensifies" "intensified" "intensified" "intensifying"); -lin intensity_N = mkN "intensity" "intensities"; -lin intensive_A = compoundA (mkA "intensive"); -lin intensively_Adv = mkAdv "intensively"; -lin intent_A = compoundA (mkA "intent"); -lin intent_N = mkN "intent" "intents"; -lin intention_N = mkN "intention" "intentions"; -lin intentional_A = compoundA (mkA "intentional"); -lin intentionally_Adv = mkAdv "intentionally"; -lin intently_Adv = mkAdv "intently"; -lin intentness_N = mkN "intentness" "-" {- FIXME: no plural form -}; -lin inter_V2 = mkV2 (mkV "inter" "inters" "interred" "interred" "interring"); -lin inter_alia_Adv = mkAdv "inter alia"; -lin interact_V = mkV "interact" "interacts" "interacted" "interacted" "interacting"; -lin interaction_N = mkN "interaction" "interactions"; -lin interactive_A = compoundA (mkA "interactive"); -lin interbreed_V = mkV "inter" IrregEng.breed_V; -lin interbreed_V2 = mkV2 (mkV "inter" IrregEng.breed_V); -lin intercalary_A = compoundA (mkA "intercalary"); -lin intercede_V = mkV "intercede" "intercedes" "interceded" "interceded" "interceding"; -lin intercept_V2 = mkV2 (mkV "intercept" "intercepts" "intercepted" "intercepted" "intercepting"); -lin interception_N = mkN "interception" "interceptions"; -lin interceptor_N = mkN "interceptor" "interceptors"; -lin intercession_N = mkN "intercession" "intercessions"; -lin interchange_N = mkN "interchange" "interchanges"; -lin interchange_V2 = mkV2 (mkV "interchange" "interchanges" "interchanged" "interchanged" "interchanging"); -lin interchangeable_A = compoundA (mkA "interchangeable"); -lin interchangeably_Adv = mkAdv "interchangeably"; -lin intercollegiate_A = compoundA (mkA "intercollegiate"); -lin intercom_N = mkN "intercom" "intercoms"; -lin intercommunicate_V = mkV "intercommunicate" "intercommunicates" "intercommunicated" "intercommunicated" "intercommunicating"; -lin intercommunication_N = mkN "intercommunication" "-" {- FIXME: no plural form -}; -lin intercommunion_N = mkN "intercommunion" "intercommunions"; -lin interconnect_V = mkV "interconnect" "interconnects" "interconnected" "interconnected" "interconnecting"; -lin interconnect_V2 = mkV2 (mkV "interconnect" "interconnects" "interconnected" "interconnected" "interconnecting"); -lin interconnectedness_N = mkN "interconnectedness" "-" {- FIXME: no plural form -}; -lin interconnection_N = mkN "interconnection" "interconnections"; -lin intercontinental_A = compoundA (mkA "intercontinental"); -lin intercourse_N = mkN "intercourse" "-" {- FIXME: no plural form -}; -lin interdenominational_A = compoundA (mkA "interdenominational"); -lin interdepartmental_A = compoundA (mkA "interdepartmental"); -lin interdepartmentally_Adv = mkAdv "interdepartmentally"; -lin interdependence_N = mkN "interdependence" "interdependences"; -lin interdependent_A = compoundA (mkA "interdependent"); -lin interdict_N = mkN "interdict" "interdicts"; -lin interdict_V2 = mkV2 (mkV "interdict" "interdicts" "interdicted" "interdicted" "interdicting"); -lin interdiction_N = mkN "interdiction" "interdictions"; -lin interdisciplinary_A = compoundA (mkA "interdisciplinary"); -lin interest_N = mkN "interest" "interests"; -lin interest_V2 = mkV2 (mkV "interest" "interests" "interested" "interested" "interesting"); -lin interested_A = compoundA (mkA "interested"); -lin interesting_A = compoundA (mkA "interesting"); -lin interestingly_Adv = mkAdv "interestingly"; -lin interface_N = mkN "interface" "interfaces"; -lin interfere_V = mkV "interfere" "interferes" "interfered" "interfered" "interfering"; -lin interference_N = mkN "interference" "-" {- FIXME: no plural form -}; -lin interim_N = mkN "interim" "-" {- FIXME: no plural form -}; -lin interior_A = compoundA (mkA "interior"); -lin interior_N = mkN "interior" "interiors"; -lin interject_V2 = mkV2 (mkV "interject" "interjects" "interjected" "interjected" "interjecting"); -lin interjection_N = mkN "interjection" "interjections"; -lin interlace_V = mkV "interlace" "interlaces" "interlaced" "interlaced" "interlacing"; -lin interlace_V2 = mkV2 (mkV "interlace" "interlaces" "interlaced" "interlaced" "interlacing"); -lin interlard_V2 = mkV2 (mkV "interlard" "interlards" "interlarded" "interlarded" "interlarding"); -lin interleave_V2 = mkV2 (mkV "interleave" "interleaves" "interleaved" "interleaved" "interleaving"); -lin interlink_V = mkV "interlink" "interlinks" "interlinked" "interlinked" "interlinking"; -lin interlink_V2 = mkV2 (mkV "interlink" "interlinks" "interlinked" "interlinked" "interlinking"); -lin interlock_V = mkV "interlock" "interlocks" "interlocked" "interlocked" "interlocking"; -lin interlock_V2 = mkV2 (mkV "interlock" "interlocks" "interlocked" "interlocked" "interlocking"); -lin interlocutor_N = mkN "interlocutor" "interlocutors"; -lin interloper_N = mkN "interloper" "interlopers"; -lin interlude_N = mkN "interlude" "interludes"; -lin intermarriage_N = mkN "intermarriage" "intermarriages"; -lin intermarry_V = mkV "intermarry" "intermarries" "intermarried" "intermarried" "intermarrying"; -lin intermediary_N = mkN "intermediary" "intermediaries"; -lin intermediate_A = compoundA (mkA "intermediate"); -lin intermediate_N = mkN "intermediate" "intermediates"; -lin intermediately_Adv = mkAdv "intermediately"; -lin interment_N = mkN "interment" "interments"; -lin intermezzo_N = mkN "intermezzo" "intermezzos"; -lin interminable_A = compoundA (mkA "interminable"); -lin interminably_Adv = mkAdv "interminably"; -lin intermingle_V = mkV "intermingle" "intermingles" "intermingled" "intermingled" "intermingling"; -lin intermingle_V2 = mkV2 (mkV "intermingle" "intermingles" "intermingled" "intermingled" "intermingling"); -lin intermission_N = mkN "intermission" "intermissions"; -lin intermittent_A = compoundA (mkA "intermittent"); -lin intermittently_Adv = mkAdv "intermittently"; -lin intermix_V = mkV "intermix" "intermixes" "intermixed" "intermixed" "intermixing"; -lin intermix_V2 = mkV2 (mkV "intermix" "intermixes" "intermixed" "intermixed" "intermixing"); -lin intermixture_N = mkN "intermixture" "intermixtures"; -lin intern_N = mkN "intern" "interns"; -lin intern_V2 = mkV2 (mkV "intern" "interns" "interned" "interned" "interning"); -lin internal_A = compoundA (mkA "internal"); -lin internalize_V2 = mkV2 (mkV "internalize" "internalizes" "internalized" "internalized" "internalizing"); -lin internally_Adv = mkAdv "internally"; -lin international_A = compoundA (mkA "international"); -lin international_N = mkN "international" "internationals"; -lin internationale_N = mkN "internationale" "internationales"; -lin internationalism_N = mkN "internationalism" "-" {- FIXME: no plural form -}; -lin internationalist_N = mkN "internationalist" "internationalists"; -lin internationalization_N = mkN "internationalization" "internationalizations"; -lin internationalize_V2 = mkV2 (mkV "internationalize" "internationalizes" "internationalized" "internationalized" "internationalizing"); -lin internationally_Adv = mkAdv "internationally"; -lin interne_N = mkN "interne" "internes"; -lin internecine_A = compoundA (mkA "internecine"); -lin internee_N = mkN "internee" "internees"; -lin internment_N = mkN "internment" "-" {- FIXME: no plural form -}; -lin interpellate_V2 = mkV2 (mkV "interpellate" "interpellates" "interpellated" "interpellated" "interpellating"); -lin interpellation_N = mkN "interpellation" "interpellations"; -lin interphone_N = mkN "interphone" "interphones"; -lin interplanetary_A = compoundA (mkA "interplanetary"); -lin interplay_N = mkN "interplay" "-" {- FIXME: no plural form -}; -lin interpol_PN = mkPN "Interpol"; -lin interpolate_V2 = mkV2 (mkV "interpolate" "interpolates" "interpolated" "interpolated" "interpolating"); -lin interpolation_N = mkN "interpolation" "interpolations"; -lin interpose_V = mkV "interpose" "interposes" "interposed" "interposed" "interposing"; -lin interpose_V2 = mkV2 (mkV "interpose" "interposes" "interposed" "interposed" "interposing"); -lin interposition_N = mkN "interposition" "interpositions"; -lin interpret_V = mkV "interpret" "interprets" "interpreted" "interpreted" "interpreting"; -lin interpret_V2 = mkV2 (mkV "interpret" "interprets" "interpreted" "interpreted" "interpreting"); -lin interpretation_N = mkN "interpretation" "interpretations"; -lin interpretative_A = compoundA (mkA "interpretative"); -lin interpreter_N = mkN "interpreter" "interpreters"; -lin interracial_A = compoundA (mkA "interracial"); -lin interregnum_N = mkN "interregnum" "interregnums"; -lin interrelate_V = mkV "interrelate" "interrelates" "interrelated" "interrelated" "interrelating"; -lin interrelate_V2 = mkV2 (mkV "interrelate" "interrelates" "interrelated" "interrelated" "interrelating"); -lin interrelation_N = mkN "interrelation" "interrelations"; -lin interrelationship_N = mkN "interrelationship" "interrelationships"; -lin interrogate_V2 = mkV2 (mkV "interrogate" "interrogates" "interrogated" "interrogated" "interrogating"); -lin interrogation_N = mkN "interrogation" "interrogations"; -lin interrogative_A = compoundA (mkA "interrogative"); -lin interrogative_N = mkN "interrogative" "interrogatives"; -lin interrogatively_Adv = mkAdv "interrogatively"; -lin interrogator_N = mkN "interrogator" "interrogators"; -lin interrogatory_A = compoundA (mkA "interrogatory"); -lin interrupt_V = mkV "interrupt" "interrupts" "interrupted" "interrupted" "interrupting"; -lin interrupt_V2 = mkV2 (mkV "interrupt" "interrupts" "interrupted" "interrupted" "interrupting"); -lin interrupter_N = mkN "interrupter" "interrupters"; -lin interruption_N = mkN "interruption" "interruptions"; -lin intersect_V = mkV "intersect" "intersects" "intersected" "intersected" "intersecting"; -lin intersect_V2 = mkV2 (mkV "intersect" "intersects" "intersected" "intersected" "intersecting"); -lin intersection_N = mkN "intersection" "intersections"; -lin intersperse_V2 = mkV2 (mkV "intersperse" "intersperses" "interspersed" "interspersed" "interspersing"); -lin interstate_A = compoundA (mkA "interstate"); -lin interstellar_A = compoundA (mkA "interstellar"); -lin interstice_N = mkN "interstice" "interstices"; -lin intertribal_A = compoundA (mkA "intertribal"); -lin intertwine_V = mkV "intertwine" "intertwines" "intertwined" "intertwined" "intertwining"; -lin intertwine_V2 = mkV2 (mkV "intertwine" "intertwines" "intertwined" "intertwined" "intertwining"); -lin interval_N = mkN "interval" "intervals"; -lin intervene_V = mkV "intervene" "intervenes" "intervened" "intervened" "intervening"; -lin intervention_N = mkN "intervention" "interventions"; -lin interview_N = mkN "interview" "interviews"; -lin interview_V2 = mkV2 (mkV "interview" "interviews" "interviewed" "interviewed" "interviewing"); -lin interviewer_N = mkN "interviewer" "interviewers"; -lin interweave_V2 = mkV2 (mkV "inter" IrregEng.weave_V); -lin intestate_A = compoundA (mkA "intestate"); -lin intestinal_A = compoundA (mkA "intestinal"); -lin intestine_N = mkN "intestine" "intestines"; -lin intimacy_N = mkN "intimacy" "intimacies"; -lin intimate_A = compoundA (mkA "intimate"); -lin intimate_N = mkN "intimate" "intimates"; -lin intimate_V2 = mkV2 (mkV "intimate" "intimates" "intimated" "intimated" "intimating"); -lin intimately_Adv = mkAdv "intimately"; -lin intimation_N = mkN "intimation" "intimations"; -lin intimidate_V2 = mkV2 (mkV "intimidate" "intimidates" "intimidated" "intimidated" "intimidating"); -lin intimidation_N = mkN "intimidation" "-" {- FIXME: no plural form -}; -lin intolerable_A = compoundA (mkA "intolerable"); -lin intolerably_Adv = mkAdv "intolerably"; -lin intolerance_N = mkN "intolerance" "-" {- FIXME: no plural form -}; -lin intolerant_A = compoundA (mkA "intolerant"); -lin intolerantly_Adv = mkAdv "intolerantly"; -lin intonation_N = mkN "intonation" "-" {- FIXME: no plural form -}; -lin intone_V = mkV "intone" "intones" "intoned" "intoned" "intoning"; -lin intone_V2 = mkV2 (mkV "intone" "intones" "intoned" "intoned" "intoning"); -lin intoxicant_A = compoundA (mkA "intoxicant"); -lin intoxicant_N = mkN "intoxicant" "intoxicants"; -lin intoxicate_V2 = mkV2 (mkV "intoxicate" "intoxicates" "intoxicated" "intoxicated" "intoxicating"); -lin intoxication_N = mkN "intoxication" "-" {- FIXME: no plural form -}; -lin intra_uterine_A = compoundA (mkA "intra-uterine"); -lin intractability_N = mkN "intractability" "-" {- FIXME: no plural form -}; -lin intractable_A = compoundA (mkA "intractable"); -lin intramural_A = compoundA (mkA "intramural"); -lin intransigence_N = mkN "intransigence" "-" {- FIXME: no plural form -}; -lin intransigent_A = compoundA (mkA "intransigent"); -lin intransitive_A = compoundA (mkA "intransitive"); -lin intransitively_Adv = mkAdv "intransitively"; -lin intravenous_A = compoundA (mkA "intravenous"); -lin intravenously_Adv = mkAdv "intravenously"; -lin intrench_V2 = mkV2 (mkV "intrench" "intrenches" "intrenched" "intrenched" "intrenching"); -lin intrepid_A = compoundA (mkA "intrepid"); -lin intrepidity_N = mkN "intrepidity" "intrepidities"; -lin intrepidly_Adv = mkAdv "intrepidly"; -lin intricacy_N = mkN "intricacy" "intricacies"; -lin intricate_A = compoundA (mkA "intricate"); -lin intricately_Adv = mkAdv "intricately"; -lin intrigue_N = mkN "intrigue" "intrigues"; -lin intrigue_V = mkV "intrigue" "intrigues" "intrigued" "intrigued" "intriguing"; -lin intrigue_V2 = mkV2 (mkV "intrigue" "intrigues" "intrigued" "intrigued" "intriguing"); -lin intrinsic_A = compoundA (mkA "intrinsic"); -lin intrinsically_Adv = mkAdv "intrinsically"; -lin intro_N = mkN "intro" "intri" {- FIXME: guessed plural form -}; -lin introduce_V2 = mkV2 (mkV "introduce" "introduces" "introduced" "introduced" "introducing"); -lin introduction_N = mkN "introduction" "introductions"; -lin introductory_A = compoundA (mkA "introductory"); -lin introspect_V = mkV "introspect" "introspects" "introspected" "introspected" "introspecting"; -lin introspection_N = mkN "introspection" "-" {- FIXME: no plural form -}; -lin introspective_A = compoundA (mkA "introspective"); -lin introversion_N = mkN "introversion" "-" {- FIXME: no plural form -}; -lin introvert_N = mkN "introvert" "introverts"; -lin introvert_V2 = mkV2 (mkV "introvert" "introverts" "introverted" "introverted" "introverting"); -lin intrude_V = mkV "intrude" "intrudes" "intruded" "intruded" "intruding"; -lin intrude_V2 = mkV2 (mkV "intrude" "intrudes" "intruded" "intruded" "intruding"); -lin intruder_N = mkN "intruder" "intruders"; -lin intrusion_N = mkN "intrusion" "intrusions"; -lin intrusive_A = compoundA (mkA "intrusive"); -lin intrust_V2 = mkV2 (mkV "intrust" "intrusts" "intrusted" "intrusted" "intrusting"); -lin intuit_V = mkV "intuit" "intuits" "intuited" "intuited" "intuiting"; -lin intuit_V2 = mkV2 (mkV "intuit" "intuits" "intuited" "intuited" "intuiting"); -lin intuition_N = mkN "intuition" "intuitions"; -lin intuitive_A = compoundA (mkA "intuitive"); -lin intuitively_Adv = mkAdv "intuitively"; -lin intumescence_N = mkN "intumescence" "-" {- FIXME: no plural form -}; -lin inundate_V2 = mkV2 (mkV "inundate" "inundates" "inundated" "inundated" "inundating"); -lin inundation_N = mkN "inundation" "inundations"; -lin inure_V2 = mkV2 (mkV "inure" "inures" "inured" "inured" "inuring"); -lin invade_V2 = mkV2 (mkV "invade" "invades" "invaded" "invaded" "invading"); -lin invader_N = mkN "invader" "invaders"; -lin invalid_A = compoundA (mkA "invalid"); -lin invalid_N = mkN "invalid" "invalids"; -lin invalid_V2 = mkV2 (mkV "invalid" "invalids" "invalided" "invalided" "invaliding"); -lin invalidate_V2 = mkV2 (mkV "invalidate" "invalidates" "invalidated" "invalidated" "invalidating"); -lin invalidation_N = mkN "invalidation" "invalidations"; -lin invalidism_N = mkN "invalidism" "-" {- FIXME: no plural form -}; -lin invalidity_N = mkN "invalidity" "-" {- FIXME: no plural form -}; -lin invaluable_A = compoundA (mkA "invaluable"); -lin invariable_A = compoundA (mkA "invariable"); -lin invariably_Adv = mkAdv "invariably"; -lin invasion_N = mkN "invasion" "invasions"; -lin invasive_A = compoundA (mkA "invasive"); -lin invective_N = mkN "invective" "-" {- FIXME: no plural form -}; -lin inveigh_V = mkV "inveigh" "inveighs" "inveighed" "inveighed" "inveighing"; -lin inveigle_V2 = mkV2 (mkV "inveigle" "inveigles" "inveigled" "inveigled" "inveigling"); -lin invent_V2 = mkV2 (mkV "invent" "invents" "invented" "invented" "inventing"); -lin invention_N = mkN "invention" "inventions"; -lin inventive_A = compoundA (mkA "inventive"); -lin inventively_Adv = mkAdv "inventively"; -lin inventor_N = mkN "inventor" "inventors"; -lin inventory_N = mkN "inventory" "inventories"; -lin inverkeithing_PN = mkPN "Inverkeithing"; -lin inverness_PN = mkPN "Inverness"; -lin inverse_A = compoundA (mkA "inverse"); -lin inverse_N = mkN "inverse" "-" {- FIXME: no plural form -}; -lin inversely_Adv = mkAdv "inversely"; -lin inversion_N = mkN "inversion" "inversions"; -lin invert_V2 = mkV2 (mkV "invert" "inverts" "inverted" "inverted" "inverting"); -lin invertebrate_A = compoundA (mkA "invertebrate"); -lin invertebrate_N = mkN "invertebrate" "invertebrates"; -lin inverurie_PN = mkPN "Inverurie"; -lin invest_V = mkV "invest" "invests" "invested" "invested" "investing"; -lin invest_V2 = mkV2 (mkV "invest" "invests" "invested" "invested" "investing"); -lin investigate_V2 = mkV2 (mkV "investigate" "investigates" "investigated" "investigated" "investigating"); -lin investigation_N = mkN "investigation" "investigations"; -lin investigator_N = mkN "investigator" "investigators"; -lin investiture_N = mkN "investiture" "investitures"; -lin investment_N = mkN "investment" "investments"; -lin investor_N = mkN "investor" "investors"; -lin inveterate_A = compoundA (mkA "inveterate"); -lin invidious_A = compoundA (mkA "invidious"); -lin invidiously_Adv = mkAdv "invidiously"; -lin invigilate_V = mkV "invigilate" "invigilates" "invigilated" "invigilated" "invigilating"; -lin invigilation_N = mkN "invigilation" "invigilations"; -lin invigilator_N = mkN "invigilator" "invigilators"; -lin invigorate_V2 = mkV2 (mkV "invigorate" "invigorates" "invigorated" "invigorated" "invigorating"); -lin invincibility_N = mkN "invincibility" "-" {- FIXME: no plural form -}; -lin invincible_A = compoundA (mkA "invincible"); -lin invincibly_Adv = mkAdv "invincibly"; -lin inviolable_A = compoundA (mkA "inviolable"); -lin inviolate_A = compoundA (mkA "inviolate"); -lin invisibility_N = mkN "invisibility" "-" {- FIXME: no plural form -}; -lin invisible_A = compoundA (mkA "invisible"); -lin invisibly_Adv = mkAdv "invisibly"; -lin invitation_N = mkN "invitation" "invitations"; -lin invite_N = mkN "invite" "invites"; -lin invite_V2 = mkV2 (mkV "invite" "invites" "invited" "invited" "inviting"); -lin inviting_A = compoundA (mkA "inviting"); -lin invitingly_Adv = mkAdv "invitingly"; -lin invocation_N = mkN "invocation" "invocations"; -lin invoice_N = mkN "invoice" "invoices"; -lin invoice_V2 = mkV2 (mkV "invoice" "invoices" "invoiced" "invoiced" "invoicing"); -lin invoke_V2 = mkV2 (mkV "invoke" "invokes" "invoked" "invoked" "invoking"); -lin involuntarily_Adv = mkAdv "involuntarily"; -lin involuntary_A = compoundA (mkA "involuntary"); -lin involute_A = compoundA (mkA "involute"); -lin involution_N = mkN "involution" "involutions"; -lin involve_V2 = mkV2 (mkV "involve" "involves" "involved" "involved" "involving"); -lin involved_A = compoundA (mkA "involved"); -lin involvement_N = mkN "involvement" "involvements"; -lin invulnerable_A = compoundA (mkA "invulnerable"); -lin inward_A = compoundA (mkA "inward"); -lin inward_Adv = mkAdv "inward"; -lin inwardly_Adv = mkAdv "inwardly"; -lin inwardness_N = mkN "inwardness" "-" {- FIXME: no plural form -}; -lin inwards_Adv = mkAdv "inwards"; -lin inwrought_A = compoundA (mkA "inwrought"); -lin iodine_N = mkN "iodine" "-" {- FIXME: no plural form -}; -lin ion_N = mkN "ion" "ions"; -lin ionic_A = compoundA (mkA "ionic"); -lin ionization_N = mkN "ionization" "-" {- FIXME: no plural form -}; -lin ionize_V = mkV "ionize" "ionizes" "ionized" "ionized" "ionizing"; -lin ionize_V2 = mkV2 (mkV "ionize" "ionizes" "ionized" "ionized" "ionizing"); -lin ionosphere_N = mkN "ionosphere" "ionospheres"; -lin iota_N = mkN "iota" "iotas"; -lin iou_N = mkN "iou" "-" {- FIXME: no plural form -}; -lin ious_N = mkN "-" "ious" {- FIXME: no singular form -}; -lin iowa_PN = mkPN "Iowa"; -lin ipse_dixit_N = mkN "ipse dixit" "ipse dixits"; -lin ipso_facto_Adv = mkAdv "ipso facto"; -lin ipswich_PN = mkPN "Ipswich"; -lin iq_N = mkN "iq" "-" {- FIXME: no plural form -}; -lin ira_N = mkN "ira" "-" {- FIXME: no plural form -}; -lin iran_PN = mkPN "Iran"; -lin iranian_A = compoundA (mkA "iranian"); -lin iranian_N = mkN "iranian" "iranians"; -lin iraq_PN = mkPN "Iraq"; -lin iraqi_A = compoundA (mkA "iraqi"); -lin iraqi_N = mkN "iraqi" "iraqis"; -lin irascibility_N = mkN "irascibility" "-" {- FIXME: no plural form -}; -lin irascible_A = compoundA (mkA "irascible"); -lin irate_A = compoundA (mkA "irate"); -lin irately_Adv = mkAdv "irately"; -lin ire_N = mkN "ire" "-" {- FIXME: no plural form -}; -lin ireful_A = compoundA (mkA "ireful"); -lin ireland_PN = mkPN "Ireland"; -lin irene_PN = mkPN "Irene"; -lin iridescence_N = mkN "iridescence" "-" {- FIXME: no plural form -}; -lin iridescent_A = compoundA (mkA "iridescent"); -lin iridium_N = mkN "iridium" "-" {- FIXME: no plural form -}; -lin iris_N = mkN "iris" "irises"; -lin iris_PN = mkPN "Iris"; -lin irish_A = compoundA (mkA "irish"); -lin irish_N = mkN "irish" "-" {- FIXME: no plural form -}; -lin irishman_N = mkN "irishman" "irishmen" {- FIXME: guessed plural form -}; -lin irishwoman_N = mkN "irishwoman" "irishwomen" {- FIXME: guessed plural form -}; -lin irk_V2 = mkV2 (mkV "irk" "irks" "irked" "irked" "irking"); -lin irksome_A = compoundA (mkA "irksome"); -lin iron_N = mkN "iron" "irons"; -lin iron_V = mkV "iron" "irons" "ironed" "ironed" "ironing"; -lin iron_V2 = mkV2 (mkV "iron" "irons" "ironed" "ironed" "ironing"); -lin iron_foundry_N = mkN "iron-foundry" "iron-foundries"; -lin iron_grey_A = compoundA (mkA "iron-grey"); -lin iron_grey_N = mkN "iron-grey" "-" {- FIXME: no plural form -}; -lin ironclad_A = compoundA (mkA "ironclad"); -lin ironic_A = compoundA (mkA "ironic"); -lin ironical_A = compoundA (mkA "ironical"); -lin ironically_Adv = mkAdv "ironically"; -lin ironing_board_N = mkN "ironing-board" "ironing-boards"; -lin ironmonger_N = mkN "ironmonger" "ironmongers"; -lin ironmongery_N = mkN "ironmongery" "ironmongeries"; -lin ironmould_N = mkN "ironmould" "ironmoulds"; -lin ironside_N = mkN "ironside" "ironsides"; -lin ironware_N = mkN "ironware" "-" {- FIXME: no plural form -}; -lin ironwork_N = mkN "ironwork" "ironworks"; -lin ironworks_N = mkN "ironworks" "ironworks"; -lin irony_N = mkN "irony" "ironies"; -lin irradiate_V2 = mkV2 (mkV "irradiate" "irradiates" "irradiated" "irradiated" "irradiating"); -lin irrational_A = compoundA (mkA "irrational"); -lin irrationally_Adv = mkAdv "irrationally"; -lin irreconcilable_A = compoundA (mkA "irreconcilable"); -lin irrecoverable_A = compoundA (mkA "irrecoverable"); -lin irredeemable_A = compoundA (mkA "irredeemable"); -lin irredentist_N = mkN "irredentist" "irredentists"; -lin irreducible_A = compoundA (mkA "irreducible"); -lin irrefutable_A = compoundA (mkA "irrefutable"); -lin irregular_A = compoundA (mkA "irregular"); -lin irregular_N = mkN "irregular" "irregulars"; -lin irregularity_N = mkN "irregularity" "irregularities"; -lin irregularly_Adv = mkAdv "irregularly"; -lin irrelevance_N = mkN "irrelevance" "irrelevances"; -lin irrelevancy_N = mkN "irrelevancy" "irrelevancies"; -lin irrelevant_A = compoundA (mkA "irrelevant"); -lin irrelevantly_Adv = mkAdv "irrelevantly"; -lin irreligious_A = compoundA (mkA "irreligious"); -lin irremediable_A = compoundA (mkA "irremediable"); -lin irremovable_A = compoundA (mkA "irremovable"); -lin irreparable_A = compoundA (mkA "irreparable"); -lin irreplaceable_A = compoundA (mkA "irreplaceable"); -lin irrepressible_A = compoundA (mkA "irrepressible"); -lin irreproachable_A = compoundA (mkA "irreproachable"); -lin irresistible_A = compoundA (mkA "irresistible"); -lin irresolute_A = compoundA (mkA "irresolute"); -lin irresolution_N = mkN "irresolution" "-" {- FIXME: no plural form -}; -lin irrespective_A = compoundA (mkA "irrespective"); -lin irresponsibility_N = mkN "irresponsibility" "-" {- FIXME: no plural form -}; -lin irresponsible_A = compoundA (mkA "irresponsible"); -lin irretrievable_A = compoundA (mkA "irretrievable"); -lin irretrievably_Adv = mkAdv "irretrievably"; -lin irreverence_N = mkN "irreverence" "-" {- FIXME: no plural form -}; -lin irreverent_A = compoundA (mkA "irreverent"); -lin irreverently_Adv = mkAdv "irreverently"; -lin irreversibility_N = mkN "irreversibility" "-" {- FIXME: no plural form -}; -lin irreversible_A = compoundA (mkA "irreversible"); -lin irreversibly_Adv = mkAdv "irreversibly"; -lin irrevocable_A = compoundA (mkA "irrevocable"); -lin irridentism_N = mkN "irridentism" "-" {- FIXME: no plural form -}; -lin irrigate_V2 = mkV2 (mkV "irrigate" "irrigates" "irrigated" "irrigated" "irrigating"); -lin irrigation_N = mkN "irrigation" "-" {- FIXME: no plural form -}; -lin irritability_N = mkN "irritability" "-" {- FIXME: no plural form -}; -lin irritable_A = compoundA (mkA "irritable"); -lin irritably_Adv = mkAdv "irritably"; -lin irritant_A = compoundA (mkA "irritant"); -lin irritant_N = mkN "irritant" "irritants"; -lin irritate_V2 = mkV2 (mkV "irritate" "irritates" "irritated" "irritated" "irritating"); -lin irritation_N = mkN "irritation" "irritations"; -lin irruption_N = mkN "irruption" "irruptions"; -lin irthlingborough_PN = mkPN "Irthlingborough"; -lin irvine_PN = mkPN "Irvine"; -lin isaac_PN = mkPN "Isaac"; -lin isabel_PN = mkPN "Isabel"; -lin isabella_PN = mkPN "Isabella"; -lin isinglass_N = mkN "isinglass" "-" {- FIXME: no plural form -}; -lin islam_N = mkN "islam" "-" {- FIXME: no plural form -}; -lin islamic_A = compoundA (mkA "islamic"); -lin island_N = mkN "island" "islands"; -lin islander_N = mkN "islander" "islanders"; -lin isle_N = mkN "isle" "isles"; -lin islet_N = mkN "islet" "islets"; -lin islington_PN = mkPN "Islington"; -lin ism_N = mkN "ism" "isms"; -lin isobar_N = mkN "isobar" "isobars"; -lin isobel_PN = mkPN "Isobel"; -lin isolate_V2 = mkV2 (mkV "isolate" "isolates" "isolated" "isolated" "isolating"); -lin isolation_N = mkN "isolation" "-" {- FIXME: no plural form -}; -lin isolationism_N = mkN "isolationism" "-" {- FIXME: no plural form -}; -lin isolationist_N = mkN "isolationist" "isolationists"; -lin isosceles_A = compoundA (mkA "isosceles"); -lin isotherm_N = mkN "isotherm" "isotherms"; -lin isotope_N = mkN "isotope" "isotopes"; -lin israel_PN = mkPN "Israel"; -lin israeli_A = compoundA (mkA "israeli"); -lin israeli_N = mkN "israeli" "israelis"; -lin issue_N = mkN "issue" "issues"; -lin issue_V = mkV "issue" "issues" "issued" "issued" "issuing"; -lin issue_V2 = mkV2 (mkV "issue" "issues" "issued" "issued" "issuing"); -lin istanbul_PN = mkPN "Istanbul"; -lin isthmus_N = mkN "isthmus" "isthmuses"; -lin italian_A = compoundA (mkA "italian"); -lin italian_N = mkN "italian" "italians"; -lin italic_A = compoundA (mkA "italic"); -lin italicize_V2 = mkV2 (mkV "italicize" "italicizes" "italicized" "italicized" "italicizing"); -lin italy_PN = mkPN "Italy"; -lin itch_N = mkN "itch" "itches"; -lin itch_V = mkV "itch" "itches" "itched" "itched" "itching"; -lin itchy_A = mkA "itchy" "itchier"; -lin item_Adv = mkAdv "item"; -lin item_N = mkN "item" "items"; -lin itemize_V2 = mkV2 (mkV "itemize" "itemizes" "itemized" "itemized" "itemizing"); -lin iterate_V2 = mkV2 (mkV "iterate" "iterates" "iterated" "iterated" "iterating"); -lin iteration_N = mkN "iteration" "iterations"; -lin itinerant_A = compoundA (mkA "itinerant"); -lin itinerary_N = mkN "itinerary" "itineraries"; -lin its_A = compoundA (mkA "its"); -lin itv_N = mkN "itv" "-" {- FIXME: no plural form -}; -lin iud_N = mkN "iud" "-" {- FIXME: no plural form -}; -lin ivan_PN = mkPN "Ivan"; -lin iver_PN = mkPN "Iver"; -lin ivied_A = compoundA (mkA "ivied"); -lin ivor_PN = mkPN "Ivor"; -lin ivory_N = mkN "ivory" "-" {- FIXME: no plural form -}; -lin ivy_N = mkN "ivy" "ivies"; -lin ivy_PN = mkPN "Ivy"; -lin izmir_PN = mkPN "Izmir"; -lin jab_N = mkN "jab" "jabs"; -lin jab_V = mkV "jab" "jabs" "jabbed" "jabbed" "jabbing"; -lin jab_V2 = mkV2 (mkV "jab" "jabs" "jabbed" "jabbed" "jabbing"); -lin jabalpur_PN = mkPN "Jabalpur"; -lin jabber_N = mkN "jabber" "-" {- FIXME: no plural form -}; -lin jabber_V = mkV "jabber" "jabbers" "jabbered" "jabbered" "jabbering"; -lin jabber_V2 = mkV2 (mkV "jabber" "jabbers" "jabbered" "jabbered" "jabbering"); -lin jabberer_N = mkN "jabberer" "jabberers"; -lin jabot_N = mkN "jabot" "jabots"; -lin jack_N = mkN "jack" "jacks"; -lin jack_PN = mkPN "Jack"; -lin jack_V2 = mkV2 (mkV "jack" "jacks" "jacked" "jacked" "jacking"); -lin jack_in_the_box_N = mkN "jack-in-the-box" "jack-in-the-boxes"; -lin jack_knife_N = mkN "jack-knife" "jack-knives" {- FIXME: guessed plural form -}; -lin jack_knife_V = mkV "jack-knife" "jack-knifes" "jack-knifed" "jack-knifed" "jack-knifing"; -lin jack_o'_lantern_N = mkN "jack-o'-lantern" "jack-o'-lanterns"; -lin jack_plane_N = mkN "jack-plane" "jack-planes"; -lin jackal_N = mkN "jackal" "jackals"; -lin jackanapes_N = mkN "jackanapes" "IRREG"; -lin jackass_N = mkN "jackass" "jackasses"; -lin jackboot_N = mkN "jackboot" "jackboots"; -lin jackdaw_N = mkN "jackdaw" "jackdaws"; -lin jacket_N = mkN "jacket" "jackets"; -lin jackie_PN = mkPN "Jackie"; -lin jackpot_N = mkN "jackpot" "jackpots"; -lin jacksonville_PN = mkPN "Jacksonville"; -lin jacob_PN = mkPN "Jacob"; -lin jacobean_A = compoundA (mkA "jacobean"); -lin jacobin_A = compoundA (mkA "jacobin"); -lin jacobin_N = mkN "jacobin" "jacobins"; -lin jacobinism_N = mkN "jacobinism" "-" {- FIXME: no plural form -}; -lin jacobite_N = mkN "jacobite" "jacobites"; -lin jacqueline_PN = mkPN "Jacqueline"; -lin jade_N = mkN "jade" "jades"; -lin jaded_A = compoundA (mkA "jaded"); -lin jag_N = mkN "jag" "jags"; -lin jag_V2 = mkV2 (mkV "jag" "jags" "jagged" "jagged" "jagging"); -lin jagged_A = compoundA (mkA "jagged"); -lin jaggy_A = mkA "jaggy" "jaggier"; -lin jaguar_N = mkN "jaguar" "jaguars"; -lin jail_N = mkN "jail" "jails"; -lin jail_V2 = mkV2 (mkV "jail" "jails" "jailed" "jailed" "jailing"); -lin jailer_N = mkN "jailer" "jailers"; -lin jailor_N = mkN "jailor" "jailors"; -lin jaipur_PN = mkPN "Jaipur"; -lin jakarta_PN = mkPN "Jakarta"; -lin jake_PN = mkPN "Jake"; -lin jakes_N = mkN "jakes" "IRREG"; -lin jalopy_N = mkN "jalopy" "jalopies"; -lin jam_N = mkN "jam" "jams"; -lin jam_V = mkV "jam" "jams" "jammed" "jammed" "jamming"; -lin jam_V2 = mkV2 (mkV "jam" "jams" "jammed" "jammed" "jamming"); -lin jamaica_PN = mkPN "Jamaica"; -lin jamaican_A = compoundA (mkA "jamaican"); -lin jamaican_N = mkN "jamaican" "jamaicans"; -lin jamb_N = mkN "jamb" "jambs"; -lin jamboree_N = mkN "jamboree" "jamborees"; -lin james_PN = mkPN "James"; -lin jamjar_N = mkN "jamjar" "jamjars"; -lin jampack_V2 = mkV2 (mkV "jampack" "jampacks" "jampacked" "jampacked" "jampacking"); -lin jampot_N = mkN "jampot" "jampots"; -lin jan_PN = mkPN "Jan"; -lin jane_PN = mkPN "Jane"; -lin janet_PN = mkPN "Janet"; -lin jangle_N = mkN "jangle" "-" {- FIXME: no plural form -}; -lin jangle_V = mkV "jangle" "jangles" "jangled" "jangled" "jangling"; -lin jangle_V2 = mkV2 (mkV "jangle" "jangles" "jangled" "jangled" "jangling"); -lin janice_PN = mkPN "Janice"; -lin janie_PN = mkPN "Janie"; -lin janitor_N = mkN "janitor" "janitors"; -lin january_N = mkN "january" "januaries"; -lin january_PN = mkPN "January"; -lin janus_PN = mkPN "Janus"; -lin japan_PN = mkPN "Japan"; -lin japan_V2 = mkV2 (mkV "japan" "japans" "japanned" "japanned" "japanning"); -lin japanese_A = compoundA (mkA "japanese"); -lin japanese_N = mkN "japanese" "japanese"; -lin jape_N = mkN "jape" "japes"; -lin japonica_N = mkN "japonica" "-" {- FIXME: no plural form -}; -lin jar_N = mkN "jar" "jars"; -lin jar_V = mkV "jar" "jars" "jarred" "jarred" "jarring"; -lin jar_V2 = mkV2 (mkV "jar" "jars" "jarred" "jarred" "jarring"); -lin jarful_N = mkN "jarful" "jarfuls"; -lin jargon_N = mkN "jargon" "-" {- FIXME: no plural form -}; -lin jarring_A = compoundA (mkA "jarring"); -lin jarringly_Adv = mkAdv "jarringly"; -lin jarrow_PN = mkPN "Jarrow"; -lin jasmine_N = mkN "jasmine" "-" {- FIXME: no plural form -}; -lin jason_PN = mkPN "Jason"; -lin jasper_N = mkN "jasper" "-" {- FIXME: no plural form -}; -lin jaundice_N = mkN "jaundice" "-" {- FIXME: no plural form -}; -lin jaundice_V2 = mkV2 (mkV "jaundice" "jaundices" "jaundiced" "jaundiced" "jaundicing"); -lin jaunt_N = mkN "jaunt" "jaunts"; -lin jaunt_V = mkV "jaunt" "jaunts" "jaunted" "jaunted" "jaunting"; -lin jauntily_Adv = mkAdv "jauntily"; -lin jauntiness_N = mkN "jauntiness" "-" {- FIXME: no plural form -}; -lin jaunting_car_N = mkN "jaunting-car" "jaunting-cars"; -lin jaunty_A = mkA "jaunty" "jauntier"; -lin java_PN = mkPN "Java"; -lin javanese_A = compoundA (mkA "javanese"); -lin javanese_N = mkN "javanese" "javanese"; -lin javelin_N = mkN "javelin" "javelins"; -lin jaw_N = mkN "jaw" "jaws"; -lin jaw_V = mkV "jaw" "jaws" "jawed" "jawed" "jawing"; -lin jawbone_N = mkN "jawbone" "jawbones"; -lin jawbreaker_N = mkN "jawbreaker" "jawbreakers"; -lin jay_N = mkN "jay" "jays"; -lin jaywalk_V = mkV "jaywalk" "jaywalks" "jaywalked" "jaywalked" "jaywalking"; -lin jaywalker_N = mkN "jaywalker" "jaywalkers"; -lin jazz_N = mkN "jazz" "-" {- FIXME: no plural form -}; -lin jazz_V2 = mkV2 (mkV "jazz" "jazzes" "jazzed" "jazzed" "jazzing"); -lin jazzy_A = mkA "jazzy" "jazzier"; -lin jc_PN = mkPN "Jc"; -lin jealous_A = compoundA (mkA "jealous"); -lin jealously_Adv = mkAdv "jealously"; -lin jealousy_N = mkN "jealousy" "jealousies"; -lin jean_N = mkN "jean" "-" {- FIXME: no plural form -}; -lin jean_PN = mkPN "Jean"; -lin jeanie_PN = mkPN "Jeanie"; -lin jedburgh_PN = mkPN "Jedburgh"; -lin jeep_N = mkN "jeep" "jeeps"; -lin jeer_N = mkN "jeer" "jeers"; -lin jeer_V = mkV "jeer" "jeers" "jeered" "jeered" "jeering"; -lin jeer_V2 = mkV2 (mkV "jeer" "jeers" "jeered" "jeered" "jeering"); -lin jeeringly_Adv = mkAdv "jeeringly"; -lin jeff_PN = mkPN "Jeff"; -lin jeffrey_PN = mkPN "Jeffrey"; -lin jehovah_PN = mkPN "Jehovah"; -lin jejune_A = compoundA (mkA "jejune"); -lin jejunely_Adv = mkAdv "jejunely"; -lin jejuneness_N = mkN "jejuneness" "-" {- FIXME: no plural form -}; -lin jekyll_and_hyde_PN = mkPN "Jekyll-and-hyde"; -lin jell_V = mkV "jell" "jells" "jelled" "jelled" "jelling"; -lin jell_V2 = mkV2 (mkV "jell" "jells" "jelled" "jelled" "jelling"); -lin jellaba_N = mkN "jellaba" "jellabas"; -lin jellied_A = compoundA (mkA "jellied"); -lin jelly_N = mkN "jelly" "jellies"; -lin jelly_V = mkV "jelly" "jellies" "jellied" "jellied" "jellying"; -lin jelly_V2 = mkV2 (mkV "jelly" "jellies" "jellied" "jellied" "jellying"); -lin jellyfish_N = mkN "jellyfish" "jellyfish"; -lin jemmy_N = mkN "jemmy" "jemmies"; -lin jennifer_PN = mkPN "Jennifer"; -lin jenny_N = mkN "jenny" "jennies"; -lin jenny_PN = mkPN "Jenny"; -lin jeopardize_V2 = mkV2 (mkV "jeopardize" "jeopardizes" "jeopardized" "jeopardized" "jeopardizing"); -lin jeopardy_N = mkN "jeopardy" "-" {- FIXME: no plural form -}; -lin jerboa_N = mkN "jerboa" "jerboas"; -lin jeremiad_N = mkN "jeremiad" "jeremiads"; -lin jeremy_PN = mkPN "Jeremy"; -lin jerk_N = mkN "jerk" "jerks"; -lin jerk_V = mkV "jerk" "jerks" "jerked" "jerked" "jerking"; -lin jerk_V2 = mkV2 (mkV "jerk" "jerks" "jerked" "jerked" "jerking"); -lin jerkily_Adv = mkAdv "jerkily"; -lin jerkin_N = mkN "jerkin" "jerkins"; -lin jerkiness_N = mkN "jerkiness" "-" {- FIXME: no plural form -}; -lin jerky_A = mkA "jerky" "jerkier"; -lin jerome_PN = mkPN "Jerome"; -lin jerry_N = mkN "jerry" "jerries"; -lin jerry_PN = mkPN "Jerry"; -lin jerry_builder_N = mkN "jerry-builder" "jerry-builders"; -lin jerry_building_N = mkN "jerry-building" "-" {- FIXME: no plural form -}; -lin jerry_built_A = compoundA (mkA "jerry-built"); -lin jersey_N = mkN "jersey" "jerseys"; -lin jersey_PN = mkPN "Jersey"; -lin jess_PN = mkPN "Jess"; -lin jessica_PN = mkPN "Jessica"; -lin jessie_PN = mkPN "Jessie"; -lin jest_N = mkN "jest" "jests"; -lin jest_V = mkV "jest" "jests" "jested" "jested" "jesting"; -lin jester_N = mkN "jester" "jesters"; -lin jesting_A = compoundA (mkA "jesting"); -lin jestingly_Adv = mkAdv "jestingly"; -lin jesuit_N = mkN "jesuit" "jesuits"; -lin jesuitical_A = compoundA (mkA "jesuitical"); -lin jesus_PN = mkPN "Jesus"; -lin jet_N = mkN "jet" "jets"; -lin jet_V = mkV "jet" "jets" "jetted" "jetted" "jetting"; -lin jet_V2 = mkV2 (mkV "jet" "jets" "jetted" "jetted" "jetting"); -lin jet_black_A = compoundA (mkA "jet-black"); -lin jet_propelled_A = compoundA (mkA "jet-propelled"); -lin jetsam_N = mkN "jetsam" "-" {- FIXME: no plural form -}; -lin jettison_V2 = mkV2 (mkV "jettison" "jettisons" "jettisoned" "jettisoned" "jettisoning"); -lin jetty_N = mkN "jetty" "jetties"; -lin jew_N = mkN "jew" "jews"; -lin jewel_N = mkN "jewel" "jewels"; -lin jewel_V2 = mkV2 (mkV "jewel" "jewels" "jewelled" "jewelled" "jewelling"); -lin jeweller_N = mkN "jeweller" "jewellers"; -lin jewellery_N = mkN "jewellery" "-" {- FIXME: no plural form -}; -lin jewelry_N = mkN "jewelry" "-" {- FIXME: no plural form -}; -lin jewess_N = mkN "jewess" "jewesses"; -lin jewish_A = compoundA (mkA "jewish"); -lin jezebel_N = mkN "jezebel" "jezebels"; -lin jib_N = mkN "jib" "jibs"; -lin jib_V = mkV "jib" "jibs" "jibbed" "jibbed" "jibbing"; -lin jib_boom_N = mkN "jib-boom" "jib-booms"; -lin jibe_N = mkN "jibe" "jibes"; -lin jibe_V = mkV "jibe" "jibes" "jibed" "jibed" "jibing"; -lin jiffy_N = mkN "jiffy" "jiffies"; -lin jig_N = mkN "jig" "jigs"; -lin jig_V = mkV "jig" "jigs" "jigged" "jigged" "jigging"; -lin jig_V2 = mkV2 (mkV "jig" "jigs" "jigged" "jigged" "jigging"); -lin jigger_N = mkN "jigger" "jiggers"; -lin jiggered_A = compoundA (mkA "jiggered"); -lin jiggery_pokery_N = mkN "jiggery-pokery" "-" {- FIXME: no plural form -}; -lin jiggle_N = mkN "jiggle" "jiggles"; -lin jiggle_V = mkV "jiggle" "jiggles" "jiggled" "jiggled" "jiggling"; -lin jiggle_V2 = mkV2 (mkV "jiggle" "jiggles" "jiggled" "jiggled" "jiggling"); -lin jigsaw_N = mkN "jigsaw" "jigsaws"; -lin jihad_N = mkN "jihad" "jihads"; -lin jill_PN = mkPN "Jill"; -lin jilt_N = mkN "jilt" "jilts"; -lin jilt_V2 = mkV2 (mkV "jilt" "jilts" "jilted" "jilted" "jilting"); -lin jim_PN = mkPN "Jim"; -lin jim_crow_N = mkN "jim crow" "IRREG"; -lin jimmy_N = mkN "jimmy" "jimmies"; -lin jimmy_PN = mkPN "Jimmy"; -lin jingle_N = mkN "jingle" "jingles"; -lin jingle_V = mkV "jingle" "jingles" "jingled" "jingled" "jingling"; -lin jingle_V2 = mkV2 (mkV "jingle" "jingles" "jingled" "jingled" "jingling"); -lin jingo_N = mkN "jingo" "jingoes"; -lin jingoism_N = mkN "jingoism" "-" {- FIXME: no plural form -}; -lin jingoist_N = mkN "jingoist" "jingoists"; -lin jingoistic_A = compoundA (mkA "jingoistic"); -lin jinks_N = mkN "jinks" "-" {- FIXME: no plural form -}; -lin jinn_N = mkN "jinn" "jinns"; -lin jinx_N = mkN "jinx" "jinxes"; -lin jitney_N = mkN "jitney" "jitneys"; -lin jitterbug_N = mkN "jitterbug" "jitterbugs"; -lin jittery_A = compoundA (mkA "jittery"); -lin jive_N = mkN "jive" "jives"; -lin jive_V = mkV "jive" "jives" "jived" "jived" "jiving"; -lin jnr_PN = mkPN "Jnr"; -lin jo_PN = mkPN "Jo"; -lin joan_PN = mkPN "Joan"; -lin joanie_PN = mkPN "Joanie"; -lin joann_PN = mkPN "Joann"; -lin joanna_PN = mkPN "Joanna"; -lin joanne_PN = mkPN "Joanne"; -lin job_N = mkN "job" "jobs"; -lin job_PN = mkPN "Job"; -lin job_V = mkV "job" "jobs" "jobbed" "jobbed" "jobbing"; -lin job_V2 = mkV2 (mkV "job" "jobs" "jobbed" "jobbed" "jobbing"); -lin jobber_N = mkN "jobber" "jobbers"; -lin jobbery_N = mkN "jobbery" "-" {- FIXME: no plural form -}; -lin jocelyn_PN = mkPN "Jocelyn"; -lin jockey_N = mkN "jockey" "jockeys"; -lin jockey_V = mkV "jockey" "jockeys" "jockeyed" "jockeyed" "jockeying"; -lin jockey_V2 = mkV2 (mkV "jockey" "jockeys" "jockeyed" "jockeyed" "jockeying"); -lin jocose_A = compoundA (mkA "jocose"); -lin jocosely_Adv = mkAdv "jocosely"; -lin jocoseness_N = mkN "jocoseness" "-" {- FIXME: no plural form -}; -lin jocosity_N = mkN "jocosity" "-" {- FIXME: no plural form -}; -lin jocular_A = compoundA (mkA "jocular"); -lin jocularity_N = mkN "jocularity" "jocularities"; -lin jocularly_Adv = mkAdv "jocularly"; -lin jocund_A = compoundA (mkA "jocund"); -lin jocundity_N = mkN "jocundity" "jocundities"; -lin joe_PN = mkPN "Joe"; -lin joey_PN = mkPN "Joey"; -lin jog_N = mkN "jog" "jogs"; -lin jog_V = mkV "jog" "jogs" "jogged" "jogged" "jogging"; -lin jog_V2 = mkV2 (mkV "jog" "jogs" "jogged" "jogged" "jogging"); -lin jog_trot_N = mkN "jog-trot" "jog-trots"; -lin jogger_N = mkN "jogger" "joggers"; -lin jogging_N = mkN "jogging" "-" {- FIXME: no plural form -}; -lin joggle_N = mkN "joggle" "joggles"; -lin joggle_V = mkV "joggle" "joggles" "joggled" "joggled" "joggling"; -lin joggle_V2 = mkV2 (mkV "joggle" "joggles" "joggled" "joggled" "joggling"); -lin johannesburg_PN = mkPN "Johannesburg"; -lin john_N = mkN "john" "IRREG"; -lin john_PN = mkPN "John"; -lin john_bull_N = mkN "john bull" "IRREG"; -lin johnny_PN = mkPN "Johnny"; -lin johnstone_PN = mkPN "Johnstone"; -lin joie_de_vivre_N = mkN "joie de vivre" "-" {- FIXME: no plural form -}; -lin join_N = mkN "join" "joins"; -lin join_V = mkV "join" "joins" "joined" "joined" "joining"; -lin join_V2 = mkV2 (mkV "join" "joins" "joined" "joined" "joining"); -lin joiner_N = mkN "joiner" "joiners"; -lin joinery_N = mkN "joinery" "-" {- FIXME: no plural form -}; -lin joint_A = compoundA (mkA "joint"); -lin joint_N = mkN "joint" "joints"; -lin joint_V2 = mkV2 (mkV "joint" "joints" "jointed" "jointed" "jointing"); -lin jointly_Adv = mkAdv "jointly"; -lin jointure_N = mkN "jointure" "jointures"; -lin joist_N = mkN "joist" "joists"; -lin joke_N = mkN "joke" "jokes"; -lin joke_V = mkV "joke" "jokes" "joked" "joked" "joking"; -lin joker_N = mkN "joker" "jokers"; -lin jokingly_Adv = mkAdv "jokingly"; -lin jollification_N = mkN "jollification" "jollifications"; -lin jollity_N = mkN "jollity" "jollities"; -lin jolly_A = mkA "jolly" "jollier"; -lin jolly_Adv = mkAdv "jolly"; -lin jolly_V2 = mkV2 (mkV "jolly" "jollies" "jollied" "jollied" "jollying"); -lin jollyboat_N = mkN "jollyboat" "jollyboats"; -lin jolt_N = mkN "jolt" "jolts"; -lin jolt_V = mkV "jolt" "jolts" "jolted" "jolted" "jolting"; -lin jolt_V2 = mkV2 (mkV "jolt" "jolts" "jolted" "jolted" "jolting"); -lin jolty_A = mkA "jolty" "joltier"; -lin jonah_PN = mkPN "Jonah"; -lin jonathan_PN = mkPN "Jonathan"; -lin jonquil_N = mkN "jonquil" "jonquils"; -lin jordan_PN = mkPN "Jordan"; -lin jordanian_A = compoundA (mkA "jordanian"); -lin jordanian_N = mkN "jordanian" "jordanians"; -lin joseph_PN = mkPN "Joseph"; -lin josephine_PN = mkPN "Josephine"; -lin josh_PN = mkPN "Josh"; -lin joshua_PN = mkPN "Joshua"; -lin joss_N = mkN "joss" "josses"; -lin joss_house_N = mkN "joss-house" "joss-houses"; -lin joss_stick_N = mkN "joss-stick" "joss-sticks"; -lin jostle_V = mkV "jostle" "jostles" "jostled" "jostled" "jostling"; -lin jostle_V2 = mkV2 (mkV "jostle" "jostles" "jostled" "jostled" "jostling"); -lin jot_N = mkN "jot" "jots"; -lin jot_V2 = mkV2 (mkV "jot" "jots" "jotted" "jotted" "jotting"); -lin jotter_N = mkN "jotter" "jotters"; -lin joule_N = mkN "joule" "joules"; -lin journal_N = mkN "journal" "journals"; -lin journalese_N = mkN "journalese" "-" {- FIXME: no plural form -}; -lin journalism_N = mkN "journalism" "-" {- FIXME: no plural form -}; -lin journalist_N = mkN "journalist" "journalists"; -lin journalistic_A = compoundA (mkA "journalistic"); -lin journalistically_Adv = mkAdv "journalistically"; -lin journey_N = mkN "journey" "journeys"; -lin journey_V = mkV "journey" "journeys" "journeyed" "journeyed" "journeying"; -lin journeyman_N = mkN "journeyman" "journeymen" {- FIXME: guessed plural form -}; -lin joust_N = mkN "joust" "jousts"; -lin joust_V = mkV "joust" "jousts" "jousted" "jousted" "jousting"; -lin jove_PN = mkPN "Jove"; -lin jovial_A = compoundA (mkA "jovial"); -lin joviality_N = mkN "joviality" "jovialities"; -lin jovially_Adv = mkAdv "jovially"; -lin jowl_N = mkN "jowl" "jowls"; -lin jowly_A = mkA "jowly" "jowlier"; -lin joy_N = mkN "joy" "joys"; -lin joy_PN = mkPN "Joy"; -lin joy_V = mkV "joy" "joys" "joyed" "joyed" "joying"; -lin joy_ride_N = mkN "joy-ride" "joy-rides"; -lin joy_stick_N = mkN "joy-stick" "joy-sticks"; -lin joyce_PN = mkPN "Joyce"; -lin joyful_A = compoundA (mkA "joyful"); -lin joyfully_Adv = mkAdv "joyfully"; -lin joyfulness_N = mkN "joyfulness" "-" {- FIXME: no plural form -}; -lin joyless_A = compoundA (mkA "joyless"); -lin joylessly_Adv = mkAdv "joylessly"; -lin joylessness_N = mkN "joylessness" "-" {- FIXME: no plural form -}; -lin joyous_A = compoundA (mkA "joyous"); -lin joyously_Adv = mkAdv "joyously"; -lin joyousness_N = mkN "joyousness" "-" {- FIXME: no plural form -}; -lin jp_N = mkN "jp" "-" {- FIXME: no plural form -}; -lin ju_jitsu_N = mkN "ju-jitsu" "-" {- FIXME: no plural form -}; -lin jubilant_A = compoundA (mkA "jubilant"); -lin jubilantly_Adv = mkAdv "jubilantly"; -lin jubilation_N = mkN "jubilation" "jubilations"; -lin jubilee_N = mkN "jubilee" "jubilees"; -lin judaic_A = compoundA (mkA "judaic"); -lin judaism_N = mkN "judaism" "-" {- FIXME: no plural form -}; -lin judas_N = mkN "judas" "judases"; -lin judas_PN = mkPN "Judas"; -lin judder_V = mkV "judder" "judders" "juddered" "juddered" "juddering"; -lin judge_N = mkN "judge" "judges"; -lin judge_V = mkV "judge" "judges" "judged" "judged" "judging"; -lin judge_V2 = mkV2 (mkV "judge" "judges" "judged" "judged" "judging"); -lin judgement_N = mkN "judgement" "judgements"; -lin judicature_N = mkN "judicature" "judicatures"; -lin judicial_A = compoundA (mkA "judicial"); -lin judiciary_N = mkN "judiciary" "judiciaries"; -lin judicious_A = compoundA (mkA "judicious"); -lin judiciously_Adv = mkAdv "judiciously"; -lin judiciousness_N = mkN "judiciousness" "-" {- FIXME: no plural form -}; -lin judith_PN = mkPN "Judith"; -lin judo_N = mkN "judo" "-" {- FIXME: no plural form -}; -lin judy_PN = mkPN "Judy"; -lin jug_N = mkN "jug" "jugs"; -lin jug_V2 = mkV2 (mkV "jug" "jugs" "jugged" "jugged" "jugging"); -lin jugful_N = mkN "jugful" "jugfuls"; -lin juggernaut_N = mkN "juggernaut" "juggernauts"; -lin juggle_V = mkV "juggle" "juggles" "juggled" "juggled" "juggling"; -lin juggle_V2 = mkV2 (mkV "juggle" "juggles" "juggled" "juggled" "juggling"); -lin juggler_N = mkN "juggler" "jugglers"; -lin jugular_A = compoundA (mkA "jugular"); -lin juice_N = mkN "juice" "juices"; -lin juiciness_N = mkN "juiciness" "-" {- FIXME: no plural form -}; -lin juicy_A = mkA "juicy" "juicier"; -lin juju_N = mkN "juju" "jujus"; -lin jujube_N = mkN "jujube" "jujubes"; -lin jukebox_N = mkN "jukebox" "jukeboxes"; -lin jul_PN = mkPN "Jul"; -lin julep_N = mkN "julep" "juleps"; -lin julia_PN = mkPN "Julia"; -lin julian_A = compoundA (mkA "julian"); -lin julian_PN = mkPN "Julian"; -lin julie_PN = mkPN "Julie"; -lin juliet_PN = mkPN "Juliet"; -lin july_N = mkN "july" "IRREG"; -lin jumble_N = mkN "jumble" "jumbles"; -lin jumble_V = mkV "jumble" "jumbles" "jumbled" "jumbled" "jumbling"; -lin jumble_V2 = mkV2 (mkV "jumble" "jumbles" "jumbled" "jumbled" "jumbling"); -lin jumble_sale_N = mkN "jumble-sale" "jumble-sales"; -lin jumbo_A = compoundA (mkA "jumbo"); -lin jump_N = mkN "jump" "jumps"; -lin jump_V = mkV "jump" "jumps" "jumped" "jumped" "jumping"; -lin jump_V2 = mkV2 (mkV "jump" "jumps" "jumped" "jumped" "jumping"); -lin jumped_up_A = compoundA (mkA "jumped-up"); -lin jumper_N = mkN "jumper" "jumpers"; -lin jumpiness_N = mkN "jumpiness" "-" {- FIXME: no plural form -}; -lin jumpy_A = mkA "jumpy" "jumpier"; -lin jun_PN = mkPN "Jun"; -lin junction_N = mkN "junction" "junctions"; -lin juncture_N = mkN "juncture" "junctures"; -lin june_N = mkN "june" "junes"; -lin june_PN = mkPN "June"; -lin jungle_N = mkN "jungle" "jungles"; -lin jungly_A = mkA "jungly" "junglier"; -lin junior_A = compoundA (mkA "junior"); -lin junior_N = mkN "junior" "juniors"; -lin juniper_N = mkN "juniper" "junipers"; -lin junk_N = mkN "junk" "junks"; -lin junk_shop_N = mkN "junk-shop" "junk-shops"; -lin junket_N = mkN "junket" "junkets"; -lin junket_V = mkV "junket" "junkets" "junketed" "junketed" "junketing"; -lin junketing_N = mkN "junketing" "-" {- FIXME: no plural form -}; -lin junkie_N = mkN "junkie" "junkies"; -lin junky_N = mkN "junky" "junkies"; -lin junoesque_A = compoundA (mkA "junoesque"); -lin junta_N = mkN "junta" "juntas"; -lin jupiter_PN = mkPN "Jupiter"; -lin juridical_A = compoundA (mkA "juridical"); -lin jurisdiction_N = mkN "jurisdiction" "-" {- FIXME: no plural form -}; -lin jurisprudence_N = mkN "jurisprudence" "-" {- FIXME: no plural form -}; -lin jurist_N = mkN "jurist" "jurists"; -lin juror_N = mkN "juror" "jurors"; -lin jury_N = mkN "jury" "juries"; -lin jury_box_N = mkN "jury-box" "jury-boxes"; -lin jury_mast_N = mkN "jury-mast" "jury-masts"; -lin juryman_N = mkN "juryman" "jurymen" {- FIXME: guessed plural form -}; -lin just_A = compoundA (mkA "just"); -lin just_Adv = mkAdv "just"; -lin justice_N = mkN "justice" "justices"; -lin justiciary_N = mkN "justiciary" "justiciaries"; -lin justifiable_A = compoundA (mkA "justifiable"); -lin justifiably_Adv = mkAdv "justifiably"; -lin justification_N = mkN "justification" "justifications"; -lin justify_V2 = mkV2 (mkV "justify" "justifies" "justified" "justified" "justifying"); -lin justin_PN = mkPN "Justin"; -lin justly_Adv = mkAdv "justly"; -lin justness_N = mkN "justness" "-" {- FIXME: no plural form -}; -lin jut_V = mkV "jut" "juts" "jutted" "jutted" "jutting"; -lin jute_N = mkN "jute" "-" {- FIXME: no plural form -}; -lin juvenile_A = compoundA (mkA "juvenile"); -lin juvenile_N = mkN "juvenile" "juveniles"; -lin juxtapose_V2 = mkV2 (mkV "juxtapose" "juxtaposes" "juxtaposed" "juxtaposed" "juxtaposing"); -lin juxtaposition_N = mkN "juxtaposition" "-" {- FIXME: no plural form -}; -lin kaffir_N = mkN "kaffir" "kaffirs"; -lin kail_N = mkN "kail" "-" {- FIXME: no plural form -}; -lin kaiser_N = mkN "kaiser" "kaisers"; -lin kakemono_N = mkN "kakemono" "kakemonos"; -lin kale_N = mkN "kale" "-" {- FIXME: no plural form -}; -lin kaleidoscope_N = mkN "kaleidoscope" "kaleidoscopes"; -lin kaleidoscopic_A = compoundA (mkA "kaleidoscopic"); -lin kalgan_PN = mkPN "Kalgan"; -lin kampong_N = mkN "kampong" "kampongs"; -lin kampuchea_PN = mkPN "Kampuchea"; -lin kampuchean_A = compoundA (mkA "kampuchean"); -lin kampuchean_N = mkN "kampuchean" "kampucheans"; -lin kangaroo_N = mkN "kangaroo" "kangaroos"; -lin kanpur_PN = mkPN "Kanpur"; -lin kansas_PN = mkPN "Kansas"; -lin kansas_city_PN = mkPN "Kansas city"; -lin kaohsiung_PN = mkPN "Kaohsiung"; -lin kaolin_N = mkN "kaolin" "-" {- FIXME: no plural form -}; -lin kapok_N = mkN "kapok" "-" {- FIXME: no plural form -}; -lin kaput_A = compoundA (mkA "kaput"); -lin karachi_PN = mkPN "Karachi"; -lin karaganda_PN = mkPN "Karaganda"; -lin karat_N = mkN "karat" "karats"; -lin karate_N = mkN "karate" "-" {- FIXME: no plural form -}; -lin karen_PN = mkPN "Karen"; -lin karlsruhe_PN = mkPN "Karlsruhe"; -lin karma_N = mkN "karma" "karmas"; -lin kashmir_PN = mkPN "Kashmir"; -lin kashmiri_A = compoundA (mkA "kashmiri"); -lin kashmiri_N = mkN "kashmiri" "kashmiris"; -lin kassel_PN = mkPN "Kassel"; -lin kate_PN = mkPN "Kate"; -lin kath_PN = mkPN "Kath"; -lin katherine_PN = mkPN "Katherine"; -lin kathy_PN = mkPN "Kathy"; -lin katie_PN = mkPN "Katie"; -lin katowice_PN = mkPN "Katowice"; -lin kava_N = mkN "kava" "-" {- FIXME: no plural form -}; -lin kay_PN = mkPN "Kay"; -lin kayak_N = mkN "kayak" "kayaks"; -lin kazan_PN = mkPN "Kazan"; -lin kebab_N = mkN "kebab" "kebabs"; -lin kedgeree_N = mkN "kedgeree" "-" {- FIXME: no plural form -}; -lin keel_N = mkN "keel" "keels"; -lin keel_V = mkV "keel" "keels" "keeled" "keeled" "keeling"; -lin keel_V2 = mkV2 (mkV "keel" "keels" "keeled" "keeled" "keeling"); -lin keen_A = mkA "keen" "keener"; -lin keen_N = mkN "keen" "keens"; -lin keen_V = mkV "keen" "keens" "keened" "keened" "keening"; -lin keen_V2 = mkV2 (mkV "keen" "keens" "keened" "keened" "keening"); -lin keenly_Adv = mkAdv "keenly"; -lin keenness_N = mkN "keenness" "-" {- FIXME: no plural form -}; -lin keep_N = mkN "keep" "keeps"; -lin keep_V = IrregEng.keep_V; -lin keep_V2 = mkV2 (IrregEng.keep_V); -lin keeper_N = mkN "keeper" "keepers"; -lin keeping_N = mkN "keeping" "-" {- FIXME: no plural form -}; -lin keepsake_N = mkN "keepsake" "keepsakes"; -lin keg_N = mkN "keg" "kegs"; -lin keighley_PN = mkPN "Keighley"; -lin keith_PN = mkPN "Keith"; -lin kelp_N = mkN "kelp" "-" {- FIXME: no plural form -}; -lin kelso_PN = mkPN "Kelso"; -lin kelt_N = mkN "kelt" "kelts"; -lin kelty_PN = mkPN "Kelty"; -lin kemsing_PN = mkPN "Kemsing"; -lin ken_N = mkN "ken" "-" {- FIXME: no plural form -}; -lin ken_PN = mkPN "Ken"; -lin ken_V2 = mkV2 (mkV "ken" "kens" "kenned" "kenned" "kenning"); -lin kendal_PN = mkPN "Kendal"; -lin kenilworth_PN = mkPN "Kenilworth"; -lin kennel_N = mkN "kennel" "kennels"; -lin kennel_V = mkV "kennel" "kennels" "kennelled" "kennelled" "kennelling"; -lin kennel_V2 = mkV2 (mkV "kennel" "kennels" "kennelled" "kennelled" "kennelling"); -lin kenneth_PN = mkPN "Kenneth"; -lin kenny_PN = mkPN "Kenny"; -lin kensington_PN = mkPN "Kensington"; -lin kent_PN = mkPN "Kent"; -lin kentucky_PN = mkPN "Kentucky"; -lin kenya_PN = mkPN "Kenya"; -lin kenyan_A = compoundA (mkA "kenyan"); -lin kenyan_N = mkN "kenyan" "kenyans"; -lin kepi_N = mkN "kepi" "kepis"; -lin kerb_N = mkN "kerb" "kerbs"; -lin kerbstone_N = mkN "kerbstone" "kerbstones"; -lin kerchief_N = mkN "kerchief" "kerchiefs"; -lin kernel_N = mkN "kernel" "kernels"; -lin kerosene_N = mkN "kerosene" "-" {- FIXME: no plural form -}; -lin kerry_PN = mkPN "Kerry"; -lin kestrel_N = mkN "kestrel" "kestrels"; -lin ketch_N = mkN "ketch" "ketches"; -lin ketchup_N = mkN "ketchup" "-" {- FIXME: no plural form -}; -lin kettering_PN = mkPN "Kettering"; -lin kettle_N = mkN "kettle" "kettles"; -lin kettledrum_N = mkN "kettledrum" "kettledrums"; -lin kevin_PN = mkPN "Kevin"; -lin key_N = mkN "key" "keys"; -lin key_V2 = mkV2 (mkV "key" "keys" "keyed" "keyed" "keying"); -lin keyboard_N = mkN "keyboard" "keyboards"; -lin keyhole_N = mkN "keyhole" "keyholes"; -lin keyless_A = compoundA (mkA "keyless"); -lin keynote_N = mkN "keynote" "keynotes"; -lin keynsham_PN = mkPN "Keynsham"; -lin keyring_N = mkN "keyring" "keyrings"; -lin keystone_N = mkN "keystone" "keystones"; -lin keyword_N = mkN "keyword" "keywords"; -lin keyworth_PN = mkPN "Keyworth"; -lin kg_N = mkN "kg" "kg"; -lin kgb_N = mkN "kgb" "-" {- FIXME: no plural form -}; -lin khaki_A = compoundA (mkA "khaki"); -lin khaki_N = mkN "khaki" "-" {- FIXME: no plural form -}; -lin khalka_N = mkN "khalka" "-" {- FIXME: no plural form -}; -lin khan_N = mkN "khan" "khans"; -lin kharkov_PN = mkPN "Kharkov"; -lin khartoum_PN = mkPN "Khartoum"; -lin khmer_N = mkN "khmer" "-" {- FIXME: no plural form -}; -lin kibbutz_N = mkN "kibbutz" "IRREG"; -lin kibbutznik_N = mkN "kibbutznik" "kibbutzniks"; -lin kick_N = mkN "kick" "kicks"; -lin kick_V = mkV "kick" "kicks" "kicked" "kicked" "kicking"; -lin kick_V2 = mkV2 (mkV "kick" "kicks" "kicked" "kicked" "kicking"); -lin kick_start_N = mkN "kick-start" "kick-starts"; -lin kick_starter_N = mkN "kick-starter" "kick-starters"; -lin kickback_N = mkN "kickback" "kickbacks"; -lin kickoff_N = mkN "kickoff" "kickoffs"; -lin kid_N = mkN "kid" "kids"; -lin kid_V = mkV "kid" "kids" "kidded" "kidded" "kidding"; -lin kid_V2 = mkV2 (mkV "kid" "kids" "kidded" "kidded" "kidding"); -lin kidderminster_PN = mkPN "Kidderminster"; -lin kiddy_N = mkN "kiddy" "kiddies"; -lin kidlington_PN = mkPN "Kidlington"; -lin kidnap_V2 = mkV2 (mkV "kidnap" "kidnaps" "kidnapped" "kidnapped" "kidnapping"); -lin kidnapper_N = mkN "kidnapper" "kidnappers"; -lin kidney_N = mkN "kidney" "kidneys"; -lin kidney_bean_N = mkN "kidney-bean" "kidney-beans"; -lin kidsgrove_PN = mkPN "Kidsgrove"; -lin kiev_PN = mkPN "Kiev"; -lin kilbirnie_PN = mkPN "Kilbirnie"; -lin kildare_PN = mkPN "Kildare"; -lin kilkenny_PN = mkPN "Kilkenny"; -lin kill_N = mkN "kill" "IRREG"; -lin kill_V = mkV "kill" "kills" "killed" "killed" "killing"; -lin kill_V2 = mkV2 (mkV "kill" "kills" "killed" "killed" "killing"); -lin killarney_PN = mkPN "Killarney"; -lin killer_N = mkN "killer" "killers"; -lin killing_A = compoundA (mkA "killing"); -lin killing_N = mkN "killing" "killings"; -lin killingly_Adv = mkAdv "killingly"; -lin killjoy_N = mkN "killjoy" "killjoys"; -lin kilmarnock_PN = mkPN "Kilmarnock"; -lin kiln_N = mkN "kiln" "kilns"; -lin kilo_N = mkN "kilo" "kilos"; -lin kilocycle_N = mkN "kilocycle" "kilocycles"; -lin kilogram_N = mkN "kilogram" "kilograms"; -lin kilolitre_N = mkN "kilolitre" "kilolitres"; -lin kilometre_N = mkN "kilometre" "kilometres"; -lin kilowatt_N = mkN "kilowatt" "kilowatts"; -lin kilsyth_PN = mkPN "Kilsyth"; -lin kilt_N = mkN "kilt" "kilts"; -lin kilwinning_PN = mkPN "Kilwinning"; -lin kimberley_PN = mkPN "Kimberley"; -lin kimono_N = mkN "kimono" "kimonos"; -lin kind_A = mkA "kind" "kinder"; -lin kind_N = mkN "kind" "kinds"; -lin kind_hearted_A = compoundA (mkA "kind-hearted"); -lin kinda_Adv = mkAdv "kinda"; -lin kindergarten_N = mkN "kindergarten" "kindergartens"; -lin kindle_V = mkV "kindle" "kindles" "kindled" "kindled" "kindling"; -lin kindle_V2 = mkV2 (mkV "kindle" "kindles" "kindled" "kindled" "kindling"); -lin kindling_N = mkN "kindling" "-" {- FIXME: no plural form -}; -lin kindly_A = mkA "kindly" "kindlier"; -lin kindly_Adv = mkAdv "kindly"; -lin kindness_N = mkN "kindness" "kindnesses"; -lin kindred_A = compoundA (mkA "kindred"); -lin kindred_N = mkN "kindred" "-" {- FIXME: no plural form -}; -lin kinetic_A = compoundA (mkA "kinetic"); -lin kinetics_N = mkN "kinetics" "kinetics"; -lin king's_lynn_PN = mkPN "King's lynn"; -lin king_N = mkN "king" "kings"; -lin king_size_A = compoundA (mkA "king-size"); -lin king_sized_A = compoundA (mkA "king-sized"); -lin kingcup_N = mkN "kingcup" "kingcups"; -lin kingdom_N = mkN "kingdom" "kingdoms"; -lin kingfisher_N = mkN "kingfisher" "kingfishers"; -lin kinglike_A = compoundA (mkA "kinglike"); -lin kingly_A = compoundA (mkA "kingly"); -lin kingpin_N = mkN "kingpin" "kingpins"; -lin kingsbury_PN = mkPN "Kingsbury"; -lin kingship_N = mkN "kingship" "-" {- FIXME: no plural form -}; -lin kingsteignton_PN = mkPN "Kingsteignton"; -lin kingston_PN = mkPN "Kingston"; -lin kingston_upon_hull_PN = mkPN "Kingston upon hull"; -lin kingston_upon_thames_PN = mkPN "Kingston upon thames"; -lin kink_N = mkN "kink" "kinks"; -lin kink_V = mkV "kink" "kinks" "kinked" "kinked" "kinking"; -lin kink_V2 = mkV2 (mkV "kink" "kinks" "kinked" "kinked" "kinking"); -lin kinky_A = mkA "kinky" "kinkier"; -lin kinshasa_PN = mkPN "Kinshasa"; -lin kinship_N = mkN "kinship" "-" {- FIXME: no plural form -}; -lin kinsman_N = mkN "kinsman" "kinsmen" {- FIXME: guessed plural form -}; -lin kinswoman_N = mkN "kinswoman" "kinswomen" {- FIXME: guessed plural form -}; -lin kiosk_N = mkN "kiosk" "kiosks"; -lin kip_N = mkN "kip" "kips"; -lin kip_V = mkV "kip" "kips" "kipped" "kipped" "kipping"; -lin kippax_PN = mkPN "Kippax"; -lin kipper_N = mkN "kipper" "kippers"; -lin kirin_PN = mkPN "Kirin"; -lin kirk_N = mkN "kirk" "kirks"; -lin kirkby_PN = mkPN "Kirkby"; -lin kirkby_in_ashfield_PN = mkPN "Kirkby in ashfield"; -lin kirkcaldy_PN = mkPN "Kirkcaldy"; -lin kirkham_PN = mkPN "Kirkham"; -lin kirkintilloch_PN = mkPN "Kirkintilloch"; -lin kirkwall_PN = mkPN "Kirkwall"; -lin kirsch_N = mkN "kirsch" "-" {- FIXME: no plural form -}; -lin kirtle_N = mkN "kirtle" "kirtles"; -lin kismet_N = mkN "kismet" "-" {- FIXME: no plural form -}; -lin kiss_N = mkN "kiss" "kisses"; -lin kiss_V = mkV "kiss" "kisses" "kissed" "kissed" "kissing"; -lin kiss_V2 = mkV2 (mkV "kiss" "kisses" "kissed" "kissed" "kissing"); -lin kisser_N = mkN "kisser" "kissers"; -lin kit_N = mkN "kit" "kits"; -lin kit_V2 = mkV2 (mkV "kit" "kits" "kitted" "kitted" "kitting"); -lin kitakyushu_PN = mkPN "Kitakyushu"; -lin kitbag_N = mkN "kitbag" "kitbags"; -lin kitchen_N = mkN "kitchen" "kitchens"; -lin kitchenette_N = mkN "kitchenette" "kitchenettes"; -lin kite_N = mkN "kite" "kites"; -lin kite_balloon_N = mkN "kite-balloon" "kite-balloons"; -lin kitsch_A = compoundA (mkA "kitsch"); -lin kitten_N = mkN "kitten" "kittens"; -lin kittenish_A = compoundA (mkA "kittenish"); -lin kitty_N = mkN "kitty" "kitties"; -lin kitty_PN = mkPN "Kitty"; -lin kiwi_N = mkN "kiwi" "kiwis"; -lin klaxon_N = mkN "klaxon" "klaxons"; -lin kleenex_N = mkN "kleenex" "kleenexes"; -lin kleptomania_N = mkN "kleptomania" "-" {- FIXME: no plural form -}; -lin kleptomaniac_N = mkN "kleptomaniac" "kleptomaniacs"; -lin km_N = mkN "km" "km"; -lin knack_N = mkN "knack" "knacks"; -lin knacker_N = mkN "knacker" "knackers"; -lin knap_V2 = mkV2 (mkV "knap" "knaps" "knapped" "knapped" "knapping"); -lin knapsack_N = mkN "knapsack" "knapsacks"; -lin knaresborough_PN = mkPN "Knaresborough"; -lin knave_N = mkN "knave" "knaves"; -lin knavery_N = mkN "knavery" "knaveries"; -lin knavish_A = compoundA (mkA "knavish"); -lin knavishly_Adv = mkAdv "knavishly"; -lin knead_V2 = mkV2 (mkV "knead" "kneads" "kneaded" "kneaded" "kneading"); -lin knee_N = mkN "knee" "knees"; -lin knee_deep_A = compoundA (mkA "knee-deep"); -lin knee_deep_Adv = mkAdv "knee-deep"; -lin knee_high_A = compoundA (mkA "knee-high"); -lin knee_high_Adv = mkAdv "knee-high"; -lin kneecap_N = mkN "kneecap" "kneecaps"; -lin kneel_V = mkV "kneel" "kneels" "kneeled" "kneeled" "kneeling"; -lin knell_N = mkN "knell" "IRREG"; -lin knesset_N = mkN "knesset" "knessets"; -lin knick_knack_N = mkN "knick-knack" "knick-knacks"; -lin knife_N = mkN "knife" "knives" {- FIXME: guessed plural form -}; -lin knife_V2 = mkV2 (mkV "knife" "knifes" "knifed" "knifed" "knifing"); -lin knife_edge_N = mkN "knife-edge" "knife-edges"; -lin knight_N = mkN "knight" "knights"; -lin knight_V2 = mkV2 (mkV "knight" "knights" "knighted" "knighted" "knighting"); -lin knight_errant_N = mkN "knight-errant" "IRREG"; -lin knighthood_N = mkN "knighthood" "knighthoods"; -lin knightly_A = compoundA (mkA "knightly"); -lin knit_V = mkV "knit" "knits" "knitted" "knitted" "knitting"; -lin knit_V2 = mkV2 (mkV "knit" "knits" "knitted" "knitted" "knitting"); -lin knitter_N = mkN "knitter" "knitters"; -lin knitting_N = mkN "knitting" "-" {- FIXME: no plural form -}; -lin knitting_machine_N = mkN "knitting-machine" "knitting-machines"; -lin knitting_needle_N = mkN "knitting-needle" "knitting-needles"; -lin knitwear_N = mkN "knitwear" "-" {- FIXME: no plural form -}; -lin knob_N = mkN "knob" "knobs"; -lin knobble_N = mkN "knobble" "knobbles"; -lin knobbly_A = mkA "knobbly" "knobblier"; -lin knobkerrie_N = mkN "knobkerrie" "knobkerries"; -lin knock_N = mkN "knock" "knocks"; -lin knock_V = mkV "knock" "knocks" "knocked" "knocked" "knocking"; -lin knock_V2 = mkV2 (mkV "knock" "knocks" "knocked" "knocked" "knocking"); -lin knock_kneed_A = compoundA (mkA "knock-kneed"); -lin knock_on_N = mkN "knock-on" "knock-ons"; -lin knockabout_A = compoundA (mkA "knockabout"); -lin knockdown_A = compoundA (mkA "knockdown"); -lin knocker_N = mkN "knocker" "knockers"; -lin knockout_A = compoundA (mkA "knockout"); -lin knockout_N = mkN "knockout" "knockouts"; -lin knoll_N = mkN "knoll" "knolls"; -lin knot_N = mkN "knot" "knots"; -lin knot_V = mkV "knot" "knots" "knotted" "knotted" "knotting"; -lin knot_V2 = mkV2 (mkV "knot" "knots" "knotted" "knotted" "knotting"); -lin knothole_N = mkN "knothole" "knotholes"; -lin knottingley_PN = mkPN "Knottingley"; -lin knotty_A = mkA "knotty" "knottier"; -lin knout_N = mkN "knout" "knouts"; -lin know_N = mkN "know" "IRREG"; -lin know_V = IrregEng.know_V; -lin know_V2 = mkV2 (IrregEng.know_V); -lin know_all_N = mkN "know-all" "know-alls"; -lin know_how_N = mkN "know-how" "-" {- FIXME: no plural form -}; -lin knowing_A = compoundA (mkA "knowing"); -lin knowingly_Adv = mkAdv "knowingly"; -lin knowledge_N = mkN "knowledge" "-" {- FIXME: no plural form -}; -lin knowledgeable_A = compoundA (mkA "knowledgeable"); -lin knuckle_N = mkN "knuckle" "knuckles"; -lin knuckle_V = mkV "knuckle" "knuckles" "knuckled" "knuckled" "knuckling"; -lin knutsford_PN = mkPN "Knutsford"; -lin ko_N = mkN "ko" "-" {- FIXME: no plural form -}; -lin koala_N = mkN "koala" "koalas"; -lin kobe_PN = mkPN "Kobe"; -lin koblenz_PN = mkPN "Koblenz"; -lin kobo_N = mkN "kobo" "kobos"; -lin kohl_N = mkN "kohl" "-" {- FIXME: no plural form -}; -lin kohlrabi_N = mkN "kohlrabi" "kohlrabis"; -lin kola_N = mkN "kola" "kolas"; -lin kola_nut_N = mkN "kola-nut" "kola-nuts"; -lin koln_PN = mkPN "Koln"; -lin kookaburra_N = mkN "kookaburra" "kookaburras"; -lin kopeck_N = mkN "kopeck" "kopecks"; -lin kopje_N = mkN "kopje" "kopjes"; -lin koppie_N = mkN "koppie" "koppies"; -lin koran_N = mkN "koran" "korans"; -lin koranic_A = compoundA (mkA "koranic"); -lin korea_PN = mkPN "Korea"; -lin korean_A = compoundA (mkA "korean"); -lin korean_N = mkN "korean" "koreans"; -lin kosher_A = compoundA (mkA "kosher"); -lin kosher_N = mkN "kosher" "-" {- FIXME: no plural form -}; -lin kotow_N = mkN "kotow" "kotows"; -lin kotow_V = mkV "kotow" "kotows" "kotowed" "kotowed" "kotowing"; -lin koumiss_N = mkN "koumiss" "-" {- FIXME: no plural form -}; -lin kowtow_N = mkN "kowtow" "kowtows"; -lin kowtow_V = mkV "kowtow" "kowtows" "kowtowed" "kowtowed" "kowtowing"; -lin kraal_N = mkN "kraal" "kraals"; -lin krakow_PN = mkPN "Krakow"; -lin krasnoyarsk_PN = mkPN "Krasnoyarsk"; -lin krefeld_PN = mkPN "Krefeld"; -lin kremlin_N = mkN "kremlin" "kremlins"; -lin krivoi_rog_PN = mkPN "Krivoi rog"; -lin krona_N = mkN "krona" "kronae" {- FIXME: guessed plural form -}; -lin krone_N = mkN "krone" "IRREG"; -lin kudos_N = mkN "kudos" "-" {- FIXME: no plural form -}; -lin kumis_N = mkN "kumis" "-" {- FIXME: no plural form -}; -lin kung_fu_N = mkN "kung fu" "-" {- FIXME: no plural form -}; -lin kunming_PN = mkPN "Kunming"; -lin kuwait_PN = mkPN "Kuwait"; -lin kuwait_city_PN = mkPN "Kuwait city"; -lin kuwaiti_A = compoundA (mkA "kuwaiti"); -lin kuwaiti_N = mkN "kuwaiti" "kuwaitis"; -lin kuybyshev_PN = mkPN "Kuybyshev"; -lin kvass_N = mkN "kvass" "-" {- FIXME: no plural form -}; -lin kw_N = mkN "kw" "kw"; -lin kwacha_N = mkN "kwacha" "kwacha"; -lin kweiyang_PN = mkPN "Kweiyang"; -lin kwela_N = mkN "kwela" "-" {- FIXME: no plural form -}; -lin kyoto_PN = mkPN "Kyoto"; -lin kummel_N = mkN "kümmel" "-" {- FIXME: no plural form -}; -lin l_plate_N = mkN "l-plate" "l-plates"; -lin la_N = mkN "la" "lae" {- FIXME: guessed plural form -}; -lin la_PN = mkPN "La"; -lin la_di_da_A = compoundA (mkA "la-di-da"); -lin la_habana_PN = mkPN "La habana"; -lin la_paz_PN = mkPN "La paz"; -lin la_plata_PN = mkPN "La plata"; -lin la_spezia_PN = mkPN "La spezia"; -lin laager_N = mkN "laager" "laagers"; -lin lab_N = mkN "lab" "labs"; -lin lab_PN = mkPN "Lab"; -lin label_N = mkN "label" "labels"; -lin label_V2 = mkV2 (mkV "label" "labels" "labelled" "labelled" "labelling"); -lin labial_A = compoundA (mkA "labial"); -lin laboratory_N = mkN "laboratory" "laboratories"; -lin laborious_A = compoundA (mkA "laborious"); -lin laboriously_Adv = mkAdv "laboriously"; -lin labour_N = mkN "labour" "labours"; -lin labour_V = mkV "labour" "labours" "laboured" "laboured" "labouring"; -lin labour_V2 = mkV2 (mkV "labour" "labours" "laboured" "laboured" "labouring"); -lin labour_saving_A = compoundA (mkA "labour-saving"); -lin laboured_A = compoundA (mkA "laboured"); -lin labourer_N = mkN "labourer" "labourers"; -lin labourite_N = mkN "labourite" "labourites"; -lin labrador_PN = mkPN "Labrador"; -lin laburnum_N = mkN "laburnum" "laburnums"; -lin labyrinth_N = mkN "labyrinth" "labyrinths"; -lin labyrinthine_A = compoundA (mkA "labyrinthine"); -lin lace_N = mkN "lace" "laces"; -lin lace_V = mkV "lace" "laces" "laced" "laced" "lacing"; -lin lace_V2 = mkV2 (mkV "lace" "laces" "laced" "laced" "lacing"); -lin lacerate_V2 = mkV2 (mkV "lacerate" "lacerates" "lacerated" "lacerated" "lacerating"); -lin laceration_N = mkN "laceration" "lacerations"; -lin lachrymal_A = compoundA (mkA "lachrymal"); -lin lachrymose_A = compoundA (mkA "lachrymose"); -lin lack_N = mkN "lack" "-" {- FIXME: no plural form -}; -lin lack_V = mkV "lack" "lacks" "lacked" "lacked" "lacking"; -lin lack_V2 = mkV2 (mkV "lack" "lacks" "lacked" "lacked" "lacking"); -lin lack_lustre_A = compoundA (mkA "lack-lustre"); -lin lackadaisical_A = compoundA (mkA "lackadaisical"); -lin lackadaisically_Adv = mkAdv "lackadaisically"; -lin lackey_N = mkN "lackey" "lackeys"; -lin laconic_A = compoundA (mkA "laconic"); -lin laconically_Adv = mkAdv "laconically"; -lin laconicism_N = mkN "laconicism" "laconicisms"; -lin laconism_N = mkN "laconism" "laconisms"; -lin lacquer_N = mkN "lacquer" "lacquers"; -lin lacquer_V2 = mkV2 (mkV "lacquer" "lacquers" "lacquered" "lacquered" "lacquering"); -lin lacrosse_N = mkN "lacrosse" "-" {- FIXME: no plural form -}; -lin lactic_A = compoundA (mkA "lactic"); -lin lacuna_N = mkN "lacuna" "lacunas"; -lin lacy_A = mkA "lacy" "lacier"; -lin lad_N = mkN "lad" "lads"; -lin ladder_N = mkN "ladder" "ladders"; -lin ladder_V = mkV "ladder" "ladders" "laddered" "laddered" "laddering"; -lin ladder_proof_A = compoundA (mkA "ladder-proof"); -lin laddie_N = mkN "laddie" "laddies"; -lin lade_V2 = mkV2 (mkV "lade" "IRREG" "IRREG" "IRREG" "IRREG"); -lin laden_A = compoundA (mkA "laden"); -lin lading_N = mkN "lading" "-" {- FIXME: no plural form -}; -lin ladle_N = mkN "ladle" "ladles"; -lin ladle_V2 = mkV2 (mkV "ladle" "ladles" "ladled" "ladled" "ladling"); -lin lady's_maid_N = mkN "lady's-maid" "lady's-maids"; -lin lady_N = mkN "lady" "ladies"; -lin lady_chapel_N = mkN "lady-chapel" "lady-chapels"; -lin lady_in_waiting_N = mkN "lady-in-waiting" "IRREG"; -lin lady_killer_N = mkN "lady-killer" "lady-killers"; -lin ladybird_N = mkN "ladybird" "ladybirds"; -lin ladylike_A = compoundA (mkA "ladylike"); -lin ladyship_N = mkN "ladyship" "ladyships"; -lin lag_N = mkN "lag" "lags"; -lin lag_V = mkV "lag" "lags" "lagged" "lagged" "lagging"; -lin lag_V2 = mkV2 (mkV "lag" "lags" "lagged" "lagged" "lagging"); -lin lager_N = mkN "lager" "lagers"; -lin laggard_N = mkN "laggard" "laggards"; -lin lagging_N = mkN "lagging" "-" {- FIXME: no plural form -}; -lin lagoon_N = mkN "lagoon" "lagoons"; -lin lagos_PN = mkPN "Lagos"; -lin lahore_PN = mkPN "Lahore"; -lin laic_A = compoundA (mkA "laic"); -lin laicize_V2 = mkV2 (mkV "laicize" "laicizes" "laicized" "laicized" "laicizing"); -lin lair_N = mkN "lair" "lairs"; -lin laird_N = mkN "laird" "lairds"; -lin laissez_faire_N = mkN "laissez-faire" "-" {- FIXME: no plural form -}; -lin laity_N = mkN "laity" "laities"; -lin lake_N = mkN "lake" "lakes"; -lin lakenheath_PN = mkPN "Lakenheath"; -lin lakh_N = mkN "lakh" "lakhs"; -lin lam_V = mkV "lam" "lams" "lammed" "lammed" "lamming"; -lin lam_V2 = mkV2 (mkV "lam" "lams" "lammed" "lammed" "lamming"); -lin lama_N = mkN "lama" "lamas"; -lin lamasery_N = mkN "lamasery" "lamaseries"; -lin lamb_N = mkN "lamb" "lambs"; -lin lamb_V = mkV "lamb" "lambs" "lambed" "lambed" "lambing"; -lin lambaste_V2 = mkV2 (mkV "lambaste" "lambastes" "lambasted" "lambasted" "lambasting"); -lin lambency_N = mkN "lambency" "-" {- FIXME: no plural form -}; -lin lambent_A = compoundA (mkA "lambent"); -lin lambeth_PN = mkPN "Lambeth"; -lin lambkin_N = mkN "lambkin" "lambkins"; -lin lambskin_N = mkN "lambskin" "lambskins"; -lin lame_A = mkA "lame" "lamer"; -lin lame_V2 = mkV2 (mkV "lame" "lames" "lamed" "lamed" "laming"); -lin lamely_Adv = mkAdv "lamely"; -lin lameness_N = mkN "lameness" "-" {- FIXME: no plural form -}; -lin lament_N = mkN "lament" "laments"; -lin lament_V = mkV "lament" "laments" "lamented" "lamented" "lamenting"; -lin lament_V2 = mkV2 (mkV "lament" "laments" "lamented" "lamented" "lamenting"); -lin lamentable_A = compoundA (mkA "lamentable"); -lin lamentably_Adv = mkAdv "lamentably"; -lin lamentation_N = mkN "lamentation" "lamentations"; -lin laminate_V = mkV "laminate" "laminates" "laminated" "laminated" "laminating"; -lin laminate_V2 = mkV2 (mkV "laminate" "laminates" "laminated" "laminated" "laminating"); -lin lammas_N = mkN "lammas" "lammases"; -lin lammas_PN = mkPN "Lammas"; -lin lamp_N = mkN "lamp" "lamps"; -lin lamp_black_N = mkN "lamp-black" "-" {- FIXME: no plural form -}; -lin lamplight_N = mkN "lamplight" "-" {- FIXME: no plural form -}; -lin lamplighter_N = mkN "lamplighter" "lamplighters"; -lin lamplit_A = compoundA (mkA "lamplit"); -lin lampoon_N = mkN "lampoon" "lampoons"; -lin lampoon_V2 = mkV2 (mkV "lampoon" "lampoons" "lampooned" "lampooned" "lampooning"); -lin lamppost_N = mkN "lamppost" "lampposts"; -lin lamprey_N = mkN "lamprey" "lampreys"; -lin lampshade_N = mkN "lampshade" "lampshades"; -lin lame_N = mkN "lamé" "-" {- FIXME: no plural form -}; -lin lanark_PN = mkPN "Lanark"; -lin lancashire_PN = mkPN "Lancashire"; -lin lancaster_PN = mkPN "Lancaster"; -lin lancastrian_A = compoundA (mkA "lancastrian"); -lin lancastrian_N = mkN "lancastrian" "lancastrians"; -lin lance_N = mkN "lance" "lances"; -lin lance_V2 = mkV2 (mkV "lance" "lances" "lanced" "lanced" "lancing"); -lin lance_corporal_N = mkN "lance-corporal" "lance-corporals"; -lin lancer_N = mkN "lancer" "lancers"; -lin lancet_N = mkN "lancet" "lancets"; -lin lanchow_PN = mkPN "Lanchow"; -lin lancing_PN = mkPN "Lancing"; -lin land_N = mkN "land" "lands"; -lin land_V = mkV "land" "lands" "landed" "landed" "landing"; -lin land_V2 = mkV2 (mkV "land" "lands" "landed" "landed" "landing"); -lin land_agent_N = mkN "land-agent" "land-agents"; -lin landau_N = mkN "landau" "landaus"; -lin landed_A = compoundA (mkA "landed"); -lin landfall_N = mkN "landfall" "landfalls"; -lin landgrave_N = mkN "landgrave" "landgraves"; -lin landholder_N = mkN "landholder" "landholders"; -lin landing_N = mkN "landing" "landings"; -lin landing_craft_N = mkN "landing-craft" "landing-craft"; -lin landing_field_N = mkN "landing-field" "landing-fields"; -lin landing_gear_N = mkN "landing-gear" "-" {- FIXME: no plural form -}; -lin landing_net_N = mkN "landing-net" "landing-nets"; -lin landing_party_N = mkN "landing-party" "landing-parties"; -lin landing_place_N = mkN "landing-place" "landing-places"; -lin landing_stage_N = mkN "landing-stage" "landing-stages"; -lin landing_strip_N = mkN "landing-strip" "landing-strips"; -lin landlady_N = mkN "landlady" "landladies"; -lin landless_A = compoundA (mkA "landless"); -lin landlocked_A = compoundA (mkA "landlocked"); -lin landlord_N = mkN "landlord" "landlords"; -lin landlubber_N = mkN "landlubber" "landlubbers"; -lin landmark_N = mkN "landmark" "landmarks"; -lin landmine_N = mkN "landmine" "landmines"; -lin landowner_N = mkN "landowner" "landowners"; -lin landrover_N = mkN "landrover" "landrovers"; -lin landscape_N = mkN "landscape" "landscapes"; -lin landscape_V2 = mkV2 (mkV "landscape" "landscapes" "landscaped" "landscaped" "landscaping"); -lin landslide_N = mkN "landslide" "landslides"; -lin landslip_N = mkN "landslip" "landslips"; -lin landsman_N = mkN "landsman" "landsmen" {- FIXME: guessed plural form -}; -lin landward_Adv = mkAdv "landward"; -lin lane_N = mkN "lane" "lanes"; -lin langsyne_Adv = mkAdv "langsyne"; -lin langsyne_N = mkN "langsyne" "-" {- FIXME: no plural form -}; -lin language_N = mkN "language" "languages"; -lin languid_A = compoundA (mkA "languid"); -lin languidly_Adv = mkAdv "languidly"; -lin languish_V = mkV "languish" "languishes" "languished" "languished" "languishing"; -lin languor_N = mkN "languor" "-" {- FIXME: no plural form -}; -lin languorous_A = compoundA (mkA "languorous"); -lin languorously_Adv = mkAdv "languorously"; -lin langur_N = mkN "langur" "langurs"; -lin lank_A = compoundA (mkA "lank"); -lin lanky_A = mkA "lanky" "lankier"; -lin lanolin_N = mkN "lanolin" "-" {- FIXME: no plural form -}; -lin lantern_N = mkN "lantern" "lanterns"; -lin lantern_jawed_A = compoundA (mkA "lantern-jawed"); -lin lanyard_N = mkN "lanyard" "lanyards"; -lin lao_N = mkN "lao" "-" {- FIXME: no plural form -}; -lin laos_PN = mkPN "Laos"; -lin laotian_A = compoundA (mkA "laotian"); -lin laotian_N = mkN "laotian" "laotians"; -lin lap_N = mkN "lap" "laps"; -lin lap_V = mkV "lap" "laps" "lapped" "lapped" "lapping"; -lin lap_V2 = mkV2 (mkV "lap" "laps" "lapped" "lapped" "lapping"); -lin lap_dog_N = mkN "lap-dog" "lap-dogs"; -lin lapel_N = mkN "lapel" "lapels"; -lin lapidary_A = compoundA (mkA "lapidary"); -lin lapidary_N = mkN "lapidary" "lapidaries"; -lin lapis_lazuli_N = mkN "lapis lazuli" "lapis lazulis"; -lin lapse_N = mkN "lapse" "lapses"; -lin lapse_V = mkV "lapse" "lapses" "lapsed" "lapsed" "lapsing"; -lin lapwing_N = mkN "lapwing" "lapwings"; -lin larboard_A = compoundA (mkA "larboard"); -lin larboard_N = mkN "larboard" "-" {- FIXME: no plural form -}; -lin larceny_N = mkN "larceny" "larcenies"; -lin larch_N = mkN "larch" "larches"; -lin lard_N = mkN "lard" "-" {- FIXME: no plural form -}; -lin lard_V2 = mkV2 (mkV "lard" "lards" "larded" "larded" "larding"); -lin larder_N = mkN "larder" "larders"; -lin large_A = mkA "large" "larger"; -lin large_Adv = mkAdv "large"; -lin large_N = mkN "large" "-" {- FIXME: no plural form -}; -lin large_scale_A = compoundA (mkA "large-scale"); -lin largely_Adv = mkAdv "largely"; -lin largeness_N = mkN "largeness" "-" {- FIXME: no plural form -}; -lin largesse_N = mkN "largesse" "-" {- FIXME: no plural form -}; -lin largish_A = compoundA (mkA "largish"); -lin largo_N = mkN "largo" "largos"; -lin largs_PN = mkPN "Largs"; -lin lariat_N = mkN "lariat" "lariats"; -lin lark_N = mkN "lark" "larks"; -lin lark_V = mkV "lark" "larks" "larked" "larked" "larking"; -lin larkhall_PN = mkPN "Larkhall"; -lin larkspur_N = mkN "larkspur" "larkspurs"; -lin larn_V = mkV "larn" "larns" "larned" "larned" "larning"; -lin larn_V2 = mkV2 (mkV "larn" "larns" "larned" "larned" "larning"); -lin larne_PN = mkPN "Larne"; -lin larry_PN = mkPN "Larry"; -lin larva_N = mkN "larva" "larvae" {- FIXME: guessed plural form -}; -lin larval_A = compoundA (mkA "larval"); -lin laryngitis_N = mkN "laryngitis" "-" {- FIXME: no plural form -}; -lin larynx_N = mkN "larynx" "larynxes"; -lin las_palmas_PN = mkPN "Las palmas"; -lin lascar_N = mkN "lascar" "lascars"; -lin lascivious_A = compoundA (mkA "lascivious"); -lin lasciviously_Adv = mkAdv "lasciviously"; -lin lasciviousness_N = mkN "lasciviousness" "-" {- FIXME: no plural form -}; -lin laser_N = mkN "laser" "lasers"; -lin lash_N = mkN "lash" "lashes"; -lin lash_V = mkV "lash" "lashes" "lashed" "lashed" "lashing"; -lin lash_V2 = mkV2 (mkV "lash" "lashes" "lashed" "lashed" "lashing"); -lin lash_up_N = mkN "lash-up" "lash-ups"; -lin lashing_N = mkN "lashing" "lashings"; -lin lass_N = mkN "lass" "lasses"; -lin lassie_N = mkN "lassie" "lassies"; -lin lassitude_N = mkN "lassitude" "-" {- FIXME: no plural form -}; -lin lasso_N = mkN "lasso" "lassos"; -lin lasso_V2 = mkV2 (mkV "lasso" "lassos" "lassoed" "lassoed" "lassoing"); -lin last_A = compoundA (mkA "last"); -lin last_Adv = mkAdv "last"; -lin last_N = mkN "last" "lasts"; -lin last_V = mkV "last" "lasts" "lasted" "lasted" "lasting"; -lin lasting_A = compoundA (mkA "lasting"); -lin lastly_Adv = mkAdv "lastly"; -lin lat_N = mkN "lat" "-" {- FIXME: no plural form -}; -lin latch_N = mkN "latch" "latches"; -lin latch_V = mkV "latch" "latches" "latched" "latched" "latching"; -lin latch_V2 = mkV2 (mkV "latch" "latches" "latched" "latched" "latching"); -lin latchkey_N = mkN "latchkey" "latchkeys"; -lin late_A = mkA "late" "later"; -lin late_Adv = mkAdv "late"; -lin lateen_A = compoundA (mkA "lateen"); -lin lately_Adv = mkAdv "lately"; -lin latent_A = compoundA (mkA "latent"); -lin lateral_A = compoundA (mkA "lateral"); -lin laterally_Adv = mkAdv "laterally"; -lin laterite_N = mkN "laterite" "-" {- FIXME: no plural form -}; -lin latex_N = mkN "latex" "-" {- FIXME: no plural form -}; -lin lath_N = mkN "lath" "laths"; -lin lathe_N = mkN "lathe" "lathes"; -lin lather_N = mkN "lather" "-" {- FIXME: no plural form -}; -lin lather_V = mkV "lather" "lathers" "lathered" "lathered" "lathering"; -lin lather_V2 = mkV2 (mkV "lather" "lathers" "lathered" "lathered" "lathering"); -lin lathi_N = mkN "lathi" "lathis"; -lin latin_A = compoundA (mkA "latin"); -lin latin_N = mkN "latin" "latins"; -lin latinist_N = mkN "latinist" "latinists"; -lin latinize_V2 = mkV2 (mkV "latinize" "latinizes" "latinized" "latinized" "latinizing"); -lin latish_A = compoundA (mkA "latish"); -lin latitude_N = mkN "latitude" "latitudes"; -lin latitudes_N = mkN "latitudes" "latitudess"; -lin latitudinal_A = compoundA (mkA "latitudinal"); -lin latitudinarian_A = compoundA (mkA "latitudinarian"); -lin latitudinarian_N = mkN "latitudinarian" "latitudinarians"; -lin latrine_N = mkN "latrine" "latrines"; -lin latter_A = compoundA (mkA "latter"); -lin latter_day_A = compoundA (mkA "latter-day"); -lin latterly_Adv = mkAdv "latterly"; -lin lattice_N = mkN "lattice" "lattices"; -lin latticed_A = compoundA (mkA "latticed"); -lin laud_V2 = mkV2 (mkV "laud" "lauds" "lauded" "lauded" "lauding"); -lin laudable_A = compoundA (mkA "laudable"); -lin laudably_Adv = mkAdv "laudably"; -lin laudanum_N = mkN "laudanum" "-" {- FIXME: no plural form -}; -lin laudatory_A = compoundA (mkA "laudatory"); -lin laugh_N = mkN "laugh" "laughs"; -lin laugh_V = mkV "laugh" "laughs" "laughed" "laughed" "laughing"; -lin laugh_V2 = mkV2 (mkV "laugh" "laughs" "laughed" "laughed" "laughing"); -lin laughable_A = compoundA (mkA "laughable"); -lin laughably_Adv = mkAdv "laughably"; -lin laughing_A = compoundA (mkA "laughing"); -lin laughing_gas_N = mkN "laughing-gas" "-" {- FIXME: no plural form -}; -lin laughing_stock_N = mkN "laughing-stock" "laughing-stocks"; -lin laughingly_Adv = mkAdv "laughingly"; -lin laughter_N = mkN "laughter" "-" {- FIXME: no plural form -}; -lin launch_N = mkN "launch" "launches"; -lin launch_V = mkV "launch" "launches" "launched" "launched" "launching"; -lin launch_V2 = mkV2 (mkV "launch" "launches" "launched" "launched" "launching"); -lin launcher_N = mkN "launcher" "launchers"; -lin launching_pad_N = mkN "launching-pad" "launching-pads"; -lin launching_site_N = mkN "launching-site" "launching-sites"; -lin launder_V = mkV "launder" "launders" "laundered" "laundered" "laundering"; -lin launder_V2 = mkV2 (mkV "launder" "launders" "laundered" "laundered" "laundering"); -lin launderette_N = mkN "launderette" "launderettes"; -lin laundress_N = mkN "laundress" "laundresses"; -lin laundry_N = mkN "laundry" "laundries"; -lin laundryman_N = mkN "laundryman" "laundrymen" {- FIXME: guessed plural form -}; -lin laundrywoman_N = mkN "laundrywoman" "laundrywomen" {- FIXME: guessed plural form -}; -lin laura_PN = mkPN "Laura"; -lin laureate_A = compoundA (mkA "laureate"); -lin laureate_N = mkN "laureate" "laureates"; -lin laurel_N = mkN "laurel" "laurels"; -lin laurelled_A = compoundA (mkA "laurelled"); -lin laurence_PN = mkPN "Laurence"; -lin lausanne_PN = mkPN "Lausanne"; -lin lav_N = mkN "lav" "lavs"; -lin lava_N = mkN "lava" "-" {- FIXME: no plural form -}; -lin lavatory_N = mkN "lavatory" "lavatories"; -lin lave_V2 = mkV2 (mkV "lave" "laves" "laved" "laved" "laving"); -lin lavender_N = mkN "lavender" "-" {- FIXME: no plural form -}; -lin lavish_A = compoundA (mkA "lavish"); -lin lavish_V2 = mkV2 (mkV "lavish" "lavishes" "lavished" "lavished" "lavishing"); -lin lavishly_Adv = mkAdv "lavishly"; -lin law_N = mkN "law" "laws"; -lin law_abiding_A = compoundA (mkA "law-abiding"); -lin law_officer_N = mkN "law-officer" "law-officers"; -lin lawbreaker_N = mkN "lawbreaker" "lawbreakers"; -lin lawful_A = compoundA (mkA "lawful"); -lin lawfully_Adv = mkAdv "lawfully"; -lin lawgiver_N = mkN "lawgiver" "lawgivers"; -lin lawless_A = compoundA (mkA "lawless"); -lin lawlessly_Adv = mkAdv "lawlessly"; -lin lawlessness_N = mkN "lawlessness" "-" {- FIXME: no plural form -}; -lin lawmaker_N = mkN "lawmaker" "lawmakers"; -lin lawmaking_N = mkN "lawmaking" "-" {- FIXME: no plural form -}; -lin lawn_N = mkN "lawn" "lawns"; -lin lawn_mower_N = mkN "lawn-mower" "lawn-mowers"; -lin lawrence_PN = mkPN "Lawrence"; -lin lawyer_N = mkN "lawyer" "lawyers"; -lin lax_A = compoundA (mkA "lax"); -lin laxative_A = compoundA (mkA "laxative"); -lin laxative_N = mkN "laxative" "laxatives"; -lin laxity_N = mkN "laxity" "laxities"; -lin laxly_Adv = mkAdv "laxly"; -lin lay_A = compoundA (mkA "lay"); -lin lay_N = mkN "lay" "lays"; -lin lay_V = IrregEng.lay_V; -lin lay_V2 = mkV2 (IrregEng.lay_V); -lin lay_figure_N = mkN "lay figure" "lay figures"; -lin lay_off_N = mkN "lay-off" "lay-offs"; -lin lay_out_N = mkN "lay-out" "lay-outs"; -lin layabout_N = mkN "layabout" "layabouts"; -lin layby_N = mkN "layby" "laybys"; -lin layer_N = mkN "layer" "layers"; -lin layer_V2 = mkV2 (mkV "layer" "layers" "layered" "layered" "layering"); -lin layer_cake_N = mkN "layer-cake" "layer-cakes"; -lin layette_N = mkN "layette" "layettes"; -lin layman_N = mkN "layman" "laymen" {- FIXME: guessed plural form -}; -lin layover_N = mkN "layover" "layovers"; -lin lazar_N = mkN "lazar" "lazars"; -lin lazaret_N = mkN "lazaret" "lazarets"; -lin lazarette_N = mkN "lazarette" "lazarettes"; -lin lazaretto_N = mkN "lazaretto" "lazarettos"; -lin lazarus_N = mkN "lazarus" "lazari" {- FIXME: guessed plural form -}; -lin lazarus_PN = mkPN "Lazarus"; -lin laze_V = mkV "laze" "lazes" "lazed" "lazed" "lazing"; -lin laze_V2 = mkV2 (mkV "laze" "lazes" "lazed" "lazed" "lazing"); -lin lazily_Adv = mkAdv "lazily"; -lin laziness_N = mkN "laziness" "-" {- FIXME: no plural form -}; -lin lazy_A = mkA "lazy" "lazier"; -lin lazybones_N = mkN "lazybones" "IRREG"; -lin lb_N = mkN "lb" "lb"; -lin lbs_N = mkN "-" "lbs" {- FIXME: no singular form -}; -lin lbw_PN = mkPN "Lbw"; -lin le_havre_PN = mkPN "Le havre"; -lin le_mans_PN = mkPN "Le mans"; -lin lea_N = mkN "lea" "-" {- FIXME: no plural form -}; -lin leach_V2 = mkV2 (mkV "leach" "leaches" "leached" "leached" "leaching"); -lin lead_N = mkN "lead" "leads"; -lin lead_V = IrregEng.lead_V; -lin lead_V2 = mkV2 (IrregEng.lead_V); -lin lead_in_N = mkN "lead-in" "lead-ins"; -lin lead_ore_N = mkN "lead-ore" "-" {- FIXME: no plural form -}; -lin leaded_A = compoundA (mkA "leaded"); -lin leaden_A = compoundA (mkA "leaden"); -lin leader_N = mkN "leader" "leaders"; -lin leaderless_A = compoundA (mkA "leaderless"); -lin leadership_N = mkN "leadership" "-" {- FIXME: no plural form -}; -lin leading_A = compoundA (mkA "leading"); -lin leading_N = mkN "leading" "-" {- FIXME: no plural form -}; -lin leading_rein_N = mkN "leading-rein" "leading-reins"; -lin leaf_N = mkN "leaf" "leaves" {- FIXME: guessed plural form -}; -lin leaf_V = mkV "leaf" "leafs" "leafed" "leafed" "leafing"; -lin leaf_bud_N = mkN "leaf-bud" "leaf-buds"; -lin leaf_mould_N = mkN "leaf-mould" "-" {- FIXME: no plural form -}; -lin leafless_A = compoundA (mkA "leafless"); -lin leaflet_N = mkN "leaflet" "leaflets"; -lin leafy_A = mkA "leafy" "leafier"; -lin league_N = mkN "league" "leagues"; -lin league_V = mkV "league" "leagues" "leagued" "leagued" "leaguing"; -lin league_V2 = mkV2 (mkV "league" "leagues" "leagued" "leagued" "leaguing"); -lin leak_N = mkN "leak" "leaks"; -lin leak_V = mkV "leak" "leaks" "leaked" "leaked" "leaking"; -lin leak_V2 = mkV2 (mkV "leak" "leaks" "leaked" "leaked" "leaking"); -lin leakage_N = mkN "leakage" "leakages"; -lin leaky_A = mkA "leaky" "leakier"; -lin leal_A = compoundA (mkA "leal"); -lin leamington_spa_PN = mkPN "Leamington spa"; -lin lean_A = mkA "lean" "leaner"; -lin lean_N = mkN "lean" "-" {- FIXME: no plural form -}; -lin lean_V = mkV "lean" "leans" "leaned" "leaned" "leaning"; -lin lean_V2 = mkV2 (mkV "lean" "leans" "leaned" "leaned" "leaning"); -lin lean_to_N = mkN "lean-to" "lean-tos"; -lin leaning_N = mkN "leaning" "leanings"; -lin leanness_N = mkN "leanness" "-" {- FIXME: no plural form -}; -lin leap_N = mkN "leap" "leaps"; -lin leap_V = mkV "leap" "leaps" "leaped" "leaped" "leaping"; -lin leap_V2 = mkV2 (mkV "leap" "leaps" "leaped" "leaped" "leaping"); -lin leap_year_N = mkN "leap-year" "leap-years"; -lin leapfrog_N = mkN "leapfrog" "-" {- FIXME: no plural form -}; -lin leapfrog_V2 = mkV2 (mkV "leapfrog" "leapfrogs" "leapfrogged" "leapfrogged" "leapfrogging"); -lin learn_V = mkV "learn" "learns" "learned" "learned" "learning"; -lin learn_V2 = mkV2 (mkV "learn" "learns" "learned" "learned" "learning"); -lin learned_A = compoundA (mkA "learned"); -lin learnedly_Adv = mkAdv "learnedly"; -lin learner_N = mkN "learner" "learners"; -lin learning_N = mkN "learning" "-" {- FIXME: no plural form -}; -lin lease_N = mkN "lease" "leases"; -lin lease_V2 = mkV2 (mkV "lease" "leases" "leased" "leased" "leasing"); -lin lease_lend_N = mkN "lease-lend" "-" {- FIXME: no plural form -}; -lin leasehold_A = compoundA (mkA "leasehold"); -lin leasehold_N = mkN "leasehold" "leaseholds"; -lin leaseholder_N = mkN "leaseholder" "leaseholders"; -lin leash_N = mkN "leash" "leashes"; -lin least_A = compoundA (mkA "least"); -lin least_Adv = mkAdv "least"; -lin least_N = mkN "least" "IRREG"; -lin leastways_Adv = mkAdv "leastways"; -lin leastwise_Adv = mkAdv "leastwise"; -lin leather_N = mkN "leather" "leathers"; -lin leather_jacket_N = mkN "leather-jacket" "leather-jackets"; -lin leatherette_N = mkN "leatherette" "-" {- FIXME: no plural form -}; -lin leatherhead_PN = mkPN "Leatherhead"; -lin leatherneck_N = mkN "leatherneck" "leathernecks"; -lin leatherwork_N = mkN "leatherwork" "-" {- FIXME: no plural form -}; -lin leathery_A = compoundA (mkA "leathery"); -lin leave_N = mkN "leave" "leaves"; -lin leave_V = IrregEng.leave_V; -lin leave_V2 = mkV2 (IrregEng.leave_V); -lin leave_taking_N = mkN "leave-taking" "leave-takings"; -lin leaven_N = mkN "leaven" "-" {- FIXME: no plural form -}; -lin leaven_V2 = mkV2 (mkV "leaven" "leavens" "leavened" "leavened" "leavening"); -lin lebanese_A = compoundA (mkA "lebanese"); -lin lebanese_N = mkN "lebanese" "lebanese"; -lin lebanon_PN = mkPN "Lebanon"; -lin lecher_N = mkN "lecher" "lechers"; -lin lecherous_A = compoundA (mkA "lecherous"); -lin lechery_N = mkN "lechery" "lecheries"; -lin lectern_N = mkN "lectern" "lecterns"; -lin lecture_N = mkN "lecture" "lectures"; -lin lecture_V = mkV "lecture" "lectures" "lectured" "lectured" "lecturing"; -lin lecture_V2 = mkV2 (mkV "lecture" "lectures" "lectured" "lectured" "lecturing"); -lin lecturer_N = mkN "lecturer" "lecturers"; -lin lectureship_N = mkN "lectureship" "lectureships"; -lin ledge_N = mkN "ledge" "ledges"; -lin ledger_N = mkN "ledger" "ledgers"; -lin lee_N = mkN "lee" "-" {- FIXME: no plural form -}; -lin leech_N = mkN "leech" "leeches"; -lin leeds_PN = mkPN "Leeds"; -lin leek_N = mkN "leek" "leeks"; -lin leek_PN = mkPN "Leek"; -lin leer_N = mkN "leer" "leers"; -lin leer_V = mkV "leer" "leers" "leered" "leered" "leering"; -lin leeward_A = compoundA (mkA "leeward"); -lin leeward_Adv = mkAdv "leeward"; -lin leeway_N = mkN "leeway" "-" {- FIXME: no plural form -}; -lin left_A = compoundA (mkA "left"); -lin left_Adv = mkAdv "left"; -lin left_N = mkN "left" "-" {- FIXME: no plural form -}; -lin left_hand_A = compoundA (mkA "left-hand"); -lin left_handed_A = compoundA (mkA "left-handed"); -lin left_wing_N = mkN "left-wing" "left-wings"; -lin left_winger_N = mkN "left-winger" "left-wingers"; -lin leftist_N = mkN "leftist" "leftists"; -lin leg_N = mkN "leg" "legs"; -lin leg_pull_N = mkN "leg-pull" "leg-pulls"; -lin leg_pulling_N = mkN "leg-pulling" "-" {- FIXME: no plural form -}; -lin legacy_N = mkN "legacy" "legacies"; -lin legal_A = compoundA (mkA "legal"); -lin legalism_N = mkN "legalism" "-" {- FIXME: no plural form -}; -lin legalistic_A = compoundA (mkA "legalistic"); -lin legality_N = mkN "legality" "-" {- FIXME: no plural form -}; -lin legalization_N = mkN "legalization" "-" {- FIXME: no plural form -}; -lin legalize_V2 = mkV2 (mkV "legalize" "legalizes" "legalized" "legalized" "legalizing"); -lin legally_Adv = mkAdv "legally"; -lin legate_N = mkN "legate" "legates"; -lin legatee_N = mkN "legatee" "legatees"; -lin legation_N = mkN "legation" "legations"; -lin legato_A = compoundA (mkA "legato"); -lin legato_Adv = mkAdv "legato"; -lin legend_N = mkN "legend" "legends"; -lin legendary_A = compoundA (mkA "legendary"); -lin leger_line_N = mkN "leger line" "leger lines"; -lin legerdemain_N = mkN "legerdemain" "-" {- FIXME: no plural form -}; -lin legged_A = compoundA (mkA "legged"); -lin legging_N = mkN "legging" "leggings"; -lin leggy_A = compoundA (mkA "leggy"); -lin leghorn_N = mkN "leghorn" "leghorns"; -lin legibility_N = mkN "legibility" "-" {- FIXME: no plural form -}; -lin legible_A = compoundA (mkA "legible"); -lin legibly_Adv = mkAdv "legibly"; -lin legion_N = mkN "legion" "legions"; -lin legionary_N = mkN "legionary" "legionaries"; -lin legislate_V = mkV "legislate" "legislates" "legislated" "legislated" "legislating"; -lin legislation_N = mkN "legislation" "-" {- FIXME: no plural form -}; -lin legislative_A = compoundA (mkA "legislative"); -lin legislator_N = mkN "legislator" "legislators"; -lin legislature_N = mkN "legislature" "legislatures"; -lin legitimacy_N = mkN "legitimacy" "-" {- FIXME: no plural form -}; -lin legitimate_A = compoundA (mkA "legitimate"); -lin legitimately_Adv = mkAdv "legitimately"; -lin legitimatize_V2 = mkV2 (mkV "legitimatize" "legitimatizes" "legitimatized" "legitimatized" "legitimatizing"); -lin legless_A = compoundA (mkA "legless"); -lin leguminous_A = compoundA (mkA "leguminous"); -lin lei_N = mkN "lei" "leis"; -lin leicester_PN = mkPN "Leicester"; -lin leicestershire_PN = mkPN "Leicestershire"; -lin leiden_PN = mkPN "Leiden"; -lin leigh_PN = mkPN "Leigh"; -lin leighton_linslade_PN = mkPN "Leighton-linslade"; -lin leinster_PN = mkPN "Leinster"; -lin leipzig_PN = mkPN "Leipzig"; -lin leisure_N = mkN "leisure" "-" {- FIXME: no plural form -}; -lin leisured_A = compoundA (mkA "leisured"); -lin leisurely_A = compoundA (mkA "leisurely"); -lin leisurely_Adv = mkAdv "leisurely"; -lin leitrim_PN = mkPN "Leitrim"; -lin leix_PN = mkPN "Leix"; -lin lemming_N = mkN "lemming" "lemmings"; -lin lemon_N = mkN "lemon" "lemons"; -lin lemonade_N = mkN "lemonade" "-" {- FIXME: no plural form -}; -lin lemur_N = mkN "lemur" "lemurs"; -lin len_PN = mkPN "Len"; -lin lend_V2 = mkV2 (IrregEng.lend_V); -lin lender_N = mkN "lender" "lenders"; -lin lending_library_N = mkN "lending-library" "lending-libraries"; -lin length_N = mkN "length" "lengths"; -lin lengthen_V = mkV "lengthen" "lengthens" "lengthened" "lengthened" "lengthening"; -lin lengthen_V2 = mkV2 (mkV "lengthen" "lengthens" "lengthened" "lengthened" "lengthening"); -lin lengthily_Adv = mkAdv "lengthily"; -lin lengthways_A = compoundA (mkA "lengthways"); -lin lengthways_Adv = mkAdv "lengthways"; -lin lengthwise_Adv = mkAdv "lengthwise"; -lin lengthy_A = mkA "lengthy" "lengthier"; -lin lenience_N = mkN "lenience" "-" {- FIXME: no plural form -}; -lin leniency_N = mkN "leniency" "-" {- FIXME: no plural form -}; -lin lenient_A = compoundA (mkA "lenient"); -lin leniently_Adv = mkAdv "leniently"; -lin leningrad_PN = mkPN "Leningrad"; -lin lenity_N = mkN "lenity" "-" {- FIXME: no plural form -}; -lin lenny_PN = mkPN "Lenny"; -lin lens_N = mkN "lens" "lenses"; -lin lens_PN = mkPN "Lens"; -lin lent_N = mkN "lent" "lents"; -lin lent_PN = mkPN "Lent"; -lin lenten_A = compoundA (mkA "lenten"); -lin lentil_N = mkN "lentil" "lentils"; -lin lento_A = compoundA (mkA "lento"); -lin lento_Adv = mkAdv "lento"; -lin leo_PN = mkPN "Leo"; -lin leominster_PN = mkPN "Leominster"; -lin leon_PN = mkPN "Leon"; -lin leonard_PN = mkPN "Leonard"; -lin leonine_A = compoundA (mkA "leonine"); -lin leopard_N = mkN "leopard" "leopards"; -lin leopardess_N = mkN "leopardess" "leopardesses"; -lin leper_N = mkN "leper" "lepers"; -lin leprechaun_N = mkN "leprechaun" "leprechauns"; -lin leprosy_N = mkN "leprosy" "-" {- FIXME: no plural form -}; -lin leprous_A = compoundA (mkA "leprous"); -lin lerwick_PN = mkPN "Lerwick"; -lin les_PN = mkPN "Les"; -lin lesbian_N = mkN "lesbian" "lesbians"; -lin lesbianism_N = mkN "lesbianism" "-" {- FIXME: no plural form -}; -lin lese_majesty_N = mkN "lese majesty" "-" {- FIXME: no plural form -}; -lin lesion_N = mkN "lesion" "lesions"; -lin lesley_PN = mkPN "Lesley"; -lin leslie_PN = mkPN "Leslie"; -lin lesotho_PN = mkPN "Lesotho"; -lin less_A = compoundA (mkA "less"); -lin less_Adv = mkAdv "less"; -lin less_N = mkN "less" "-" {- FIXME: no plural form -}; -lin lessee_N = mkN "lessee" "lessees"; -lin lessen_V = mkV "lessen" "lessens" "lessened" "lessened" "lessening"; -lin lessen_V2 = mkV2 (mkV "lessen" "lessens" "lessened" "lessened" "lessening"); -lin lesser_A = compoundA (mkA "lesser"); -lin lesson_N = mkN "lesson" "lessons"; -lin lessor_N = mkN "lessor" "lessors"; -lin let_N = mkN "let" "lets"; -lin let_V = IrregEng.let_V; -lin let_V2 = mkV2 (IrregEng.let_V); -lin let_down_N = mkN "let-down" "let-downs"; -lin let_up_N = mkN "let-up" "let-ups"; -lin letchworth_PN = mkPN "Letchworth"; -lin lethal_A = compoundA (mkA "lethal"); -lin lethargic_A = compoundA (mkA "lethargic"); -lin lethargically_Adv = mkAdv "lethargically"; -lin lethargy_N = mkN "lethargy" "-" {- FIXME: no plural form -}; -lin lethe_PN = mkPN "Lethe"; -lin letter_N = mkN "letter" "letters"; -lin letter_box_N = mkN "letter-box" "letter-boxes"; -lin letter_card_N = mkN "letter-card" "letter-cards"; -lin letter_case_N = mkN "letter-case" "letter-cases"; -lin lettered_A = compoundA (mkA "lettered"); -lin letterhead_N = mkN "letterhead" "letterheads"; -lin lettering_N = mkN "lettering" "-" {- FIXME: no plural form -}; -lin letterpress_N = mkN "letterpress" "-" {- FIXME: no plural form -}; -lin letting_N = mkN "letting" "lettings"; -lin lettuce_N = mkN "lettuce" "lettuces"; -lin leucocyte_N = mkN "leucocyte" "leucocytes"; -lin leukaemia_N = mkN "leukaemia" "-" {- FIXME: no plural form -}; -lin levant_PN = mkPN "Levant"; -lin levant_V = mkV "levant" "levants" "levanted" "levanted" "levanting"; -lin levantine_A = compoundA (mkA "levantine"); -lin levantine_N = mkN "levantine" "levantines"; -lin levee_N = mkN "levee" "levees"; -lin level_A = compoundA (mkA "level"); -lin level_N = mkN "level" "levels"; -lin level_V = mkV "level" "levels" "levelled" "levelled" "levelling"; -lin level_V2 = mkV2 (mkV "level" "levels" "levelled" "levelled" "levelling"); -lin level_headed_A = compoundA (mkA "level-headed"); -lin leveller_N = mkN "leveller" "levellers"; -lin leven_PN = mkPN "Leven"; -lin lever_N = mkN "lever" "levers"; -lin lever_V2 = mkV2 (mkV "lever" "levers" "levered" "levered" "levering"); -lin leverage_N = mkN "leverage" "-" {- FIXME: no plural form -}; -lin leveret_N = mkN "leveret" "leverets"; -lin leverkusen_PN = mkPN "Leverkusen"; -lin leviathan_N = mkN "leviathan" "leviathans"; -lin levitate_V = mkV "levitate" "levitates" "levitated" "levitated" "levitating"; -lin levitate_V2 = mkV2 (mkV "levitate" "levitates" "levitated" "levitated" "levitating"); -lin levitation_N = mkN "levitation" "levitations"; -lin levity_N = mkN "levity" "levities"; -lin levy_N = mkN "levy" "levies"; -lin levy_V = mkV "levy" "levies" "levied" "levied" "levying"; -lin levy_V2 = mkV2 (mkV "levy" "levies" "levied" "levied" "levying"); -lin lewd_A = mkA "lewd" "lewder"; -lin lewdly_Adv = mkAdv "lewdly"; -lin lewdness_N = mkN "lewdness" "-" {- FIXME: no plural form -}; -lin lewes_PN = mkPN "Lewes"; -lin lewis_PN = mkPN "Lewis"; -lin lewisham_PN = mkPN "Lewisham"; -lin lexical_A = compoundA (mkA "lexical"); -lin lexically_Adv = mkAdv "lexically"; -lin lexicographer_N = mkN "lexicographer" "lexicographers"; -lin lexicography_N = mkN "lexicography" "-" {- FIXME: no plural form -}; -lin lexicon_N = mkN "lexicon" "lexicons"; -lin lexis_N = mkN "lexis" "-" {- FIXME: no plural form -}; -lin ley_N = mkN "ley" "leys"; -lin leyland_PN = mkPN "Leyland"; -lin liability_N = mkN "liability" "liabilities"; -lin liable_A = compoundA (mkA "liable"); -lin liaise_V = mkV "liaise" "liaises" "liaised" "liaised" "liaising"; -lin liaison_N = mkN "liaison" "liaisons"; -lin liana_N = mkN "liana" "lianas"; -lin liar_N = mkN "liar" "liars"; -lin lib_N = mkN "lib" "IRREG"; -lin lib_PN = mkPN "Lib"; -lin libation_N = mkN "libation" "libations"; -lin libel_N = mkN "libel" "libels"; -lin libel_V2 = mkV2 (mkV "libel" "libels" "libelled" "libelled" "libelling"); -lin libellous_A = compoundA (mkA "libellous"); -lin liberal_A = compoundA (mkA "liberal"); -lin liberal_N = mkN "liberal" "liberals"; -lin liberalism_N = mkN "liberalism" "-" {- FIXME: no plural form -}; -lin liberality_N = mkN "liberality" "liberalities"; -lin liberalization_N = mkN "liberalization" "liberalizations"; -lin liberalize_V2 = mkV2 (mkV "liberalize" "liberalizes" "liberalized" "liberalized" "liberalizing"); -lin liberally_Adv = mkAdv "liberally"; -lin liberate_V2 = mkV2 (mkV "liberate" "liberates" "liberated" "liberated" "liberating"); -lin liberation_N = mkN "liberation" "liberations"; -lin liberator_N = mkN "liberator" "liberators"; -lin liberia_PN = mkPN "Liberia"; -lin liberian_A = compoundA (mkA "liberian"); -lin liberian_N = mkN "liberian" "liberians"; -lin libertine_N = mkN "libertine" "libertines"; -lin liberty_N = mkN "liberty" "liberties"; -lin libidinous_A = compoundA (mkA "libidinous"); -lin libido_N = mkN "libido" "libidos"; -lin libra_PN = mkPN "Libra"; -lin librarian_N = mkN "librarian" "librarians"; -lin librarianship_N = mkN "librarianship" "-" {- FIXME: no plural form -}; -lin library_N = mkN "library" "libraries"; -lin librettist_N = mkN "librettist" "librettists"; -lin libretto_N = mkN "libretto" "librettos"; -lin libya_PN = mkPN "Libya"; -lin libyan_A = compoundA (mkA "libyan"); -lin libyan_N = mkN "libyan" "libyans"; -lin licence_N = mkN "licence" "licences"; -lin licence_V2 = mkV2 (mkV "licence" "licences" "licenced" "licenced" "licencing"); -lin license_V2 = mkV2 (mkV "license" "licenses" "licensed" "licensed" "licensing"); -lin licensee_N = mkN "licensee" "licensees"; -lin licentiate_N = mkN "licentiate" "licentiates"; -lin licentious_A = compoundA (mkA "licentious"); -lin licentiously_Adv = mkAdv "licentiously"; -lin licentiousness_N = mkN "licentiousness" "-" {- FIXME: no plural form -}; -lin lichee_N = mkN "lichee" "lichees"; -lin lichen_N = mkN "lichen" "-" {- FIXME: no plural form -}; -lin lichfield_PN = mkPN "Lichfield"; -lin lichgate_N = mkN "lichgate" "lichgates"; -lin lichi_N = mkN "lichi" "lichis"; -lin licit_A = compoundA (mkA "licit"); -lin lick_N = mkN "lick" "licks"; -lin lick_V = mkV "lick" "licks" "licked" "licked" "licking"; -lin lick_V2 = mkV2 (mkV "lick" "licks" "licked" "licked" "licking"); -lin licking_N = mkN "licking" "IRREG"; -lin lid_N = mkN "lid" "lids"; -lin lidless_A = compoundA (mkA "lidless"); -lin lido_N = mkN "lido" "lidos"; -lin lie_N = mkN "lie" "lies"; -lin lie_V = IrregEng.lie_V; -lin lie_abed_N = mkN "lie-abed" "lie-abeds"; -lin lie_detector_N = mkN "lie-detector" "lie-detectors"; -lin lie_in_N = mkN "lie-in" "lie-ins"; -lin liechtenstein_PN = mkPN "Liechtenstein"; -lin liechtensteiner_A = compoundA (mkA "liechtensteiner"); -lin liechtensteiner_N = mkN "liechtensteiner" "liechtensteiners"; -lin lied_N = mkN "lied" "IRREG"; -lin lieder_singer_N = mkN "lieder-singer" "lieder-singers"; -lin lief_Adv = mkAdv "lief"; -lin liege_A = compoundA (mkA "liege"); -lin liege_N = mkN "liege" "lieges"; -lin liege_PN = mkPN "Liege"; -lin liegeman_N = mkN "liegeman" "liegemen" {- FIXME: guessed plural form -}; -lin lien_N = mkN "lien" "liens"; -lin lieu_N = mkN "lieu" "-" {- FIXME: no plural form -}; -lin lieutenancy_N = mkN "lieutenancy" "lieutenancies"; -lin lieutenant_N = mkN "lieutenant" "lieutenants"; -lin life_N = mkN "life" "lives" {- FIXME: guessed plural form -}; -lin life_buoy_N = mkN "life-buoy" "life-buoys"; -lin life_giving_A = compoundA (mkA "life-giving"); -lin life_jacket_N = mkN "life-jacket" "life-jackets"; -lin life_office_N = mkN "life-office" "life-offices"; -lin life_preserver_N = mkN "life-preserver" "life-preservers"; -lin life_raft_N = mkN "life-raft" "life-rafts"; -lin life_saver_N = mkN "life-saver" "life-savers"; -lin life_size_A = compoundA (mkA "life-size"); -lin life_sized_A = compoundA (mkA "life-sized"); -lin life_span_N = mkN "life-span" "life-spans"; -lin life_work_N = mkN "life-work" "life-works"; -lin lifebelt_N = mkN "lifebelt" "lifebelts"; -lin lifeblood_N = mkN "lifeblood" "-" {- FIXME: no plural form -}; -lin lifeboat_N = mkN "lifeboat" "lifeboats"; -lin lifebuoy_N = mkN "lifebuoy" "lifebuoys"; -lin lifeguard_N = mkN "lifeguard" "lifeguards"; -lin lifeless_A = compoundA (mkA "lifeless"); -lin lifelessly_Adv = mkAdv "lifelessly"; -lin lifelike_A = compoundA (mkA "lifelike"); -lin lifeline_N = mkN "lifeline" "lifelines"; -lin lifelong_A = compoundA (mkA "lifelong"); -lin lifer_N = mkN "lifer" "lifers"; -lin lifetime_N = mkN "lifetime" "lifetimes"; -lin lift_N = mkN "lift" "lifts"; -lin lift_V = mkV "lift" "lifts" "lifted" "lifted" "lifting"; -lin lift_V2 = mkV2 (mkV "lift" "lifts" "lifted" "lifted" "lifting"); -lin lift_off_N = mkN "lift-off" "lift-offs"; -lin liftman_N = mkN "liftman" "liftmen" {- FIXME: guessed plural form -}; -lin ligament_N = mkN "ligament" "ligaments"; -lin ligature_N = mkN "ligature" "ligatures"; -lin light_A = mkA "light" "lighter"; -lin light_Adv = mkAdv "light"; -lin light_N = mkN "light" "lights"; -lin light_V = mkV "light" "lights" "lighted" "lighted" "lighting"; -lin light_V2 = mkV2 (mkV "light" "lights" "lighted" "lighted" "lighting"); -lin light_armed_A = compoundA (mkA "light-armed"); -lin light_coloured_A = compoundA (mkA "light-coloured"); -lin light_fingered_A = compoundA (mkA "light-fingered"); -lin light_handed_A = compoundA (mkA "light-handed"); -lin light_handedly_Adv = mkAdv "light-handedly"; -lin light_headed_A = compoundA (mkA "light-headed"); -lin light_headedly_Adv = mkAdv "light-headedly"; -lin light_headedness_N = mkN "light-headedness" "-" {- FIXME: no plural form -}; -lin light_hearted_A = compoundA (mkA "light-hearted"); -lin light_heartedly_Adv = mkAdv "light-heartedly"; -lin light_heartedness_N = mkN "light-heartedness" "-" {- FIXME: no plural form -}; -lin light_heavyweight_N = mkN "light-heavyweight" "light-heavyweights"; -lin light_minded_A = compoundA (mkA "light-minded"); -lin light_mindedness_N = mkN "light-mindedness" "-" {- FIXME: no plural form -}; -lin light_o'_love_N = mkN "light-o'-love" "light-o'-loves"; -lin lighten_V = mkV "lighten" "lightens" "lightened" "lightened" "lightening"; -lin lighten_V2 = mkV2 (mkV "lighten" "lightens" "lightened" "lightened" "lightening"); -lin lighter_N = mkN "lighter" "lighters"; -lin lighter_V2 = mkV2 (mkV "lighter" "lighters" "lightered" "lightered" "lightering"); -lin lighterage_N = mkN "lighterage" "-" {- FIXME: no plural form -}; -lin lighthouse_N = mkN "lighthouse" "lighthouses"; -lin lighting_up_A = compoundA (mkA "lighting-up"); -lin lightly_Adv = mkAdv "lightly"; -lin lightness_N = mkN "lightness" "-" {- FIXME: no plural form -}; -lin lightning_N = mkN "lightning" "-" {- FIXME: no plural form -}; -lin lightning_conductor_N = mkN "lightning-conductor" "lightning-conductors"; -lin lightning_rod_N = mkN "lightning-rod" "lightning-rods"; -lin lightship_N = mkN "lightship" "lightships"; -lin lightsome_A = compoundA (mkA "lightsome"); -lin lightsomely_Adv = mkAdv "lightsomely"; -lin lightsomeness_N = mkN "lightsomeness" "-" {- FIXME: no plural form -}; -lin lightweight_A = compoundA (mkA "lightweight"); -lin lightweight_N = mkN "lightweight" "lightweights"; -lin ligneous_A = compoundA (mkA "ligneous"); -lin lignite_N = mkN "lignite" "-" {- FIXME: no plural form -}; -lin likable_A = compoundA (mkA "likable"); -lin like_A = compoundA (mkA "like"); -lin like_Adv = mkAdv "like"; -lin like_N = mkN "like" "likes"; -lin like_V2 = mkV2 (mkV "like" "likes" "liked" "liked" "liking"); -lin like_minded_A = compoundA (mkA "like-minded"); -lin likeable_A = compoundA (mkA "likeable"); -lin likelihood_N = mkN "likelihood" "-" {- FIXME: no plural form -}; -lin likely_A = mkA "likely" "likelier"; -lin likely_Adv = mkAdv "likely"; -lin liken_V2 = mkV2 (mkV "liken" "likens" "likened" "likened" "likening"); -lin likeness_N = mkN "likeness" "likenesses"; -lin likewise_Adv = mkAdv "likewise"; -lin liking_N = mkN "liking" "likings"; -lin lilac_N = mkN "lilac" "lilacs"; -lin lilian_PN = mkPN "Lilian"; -lin lille_PN = mkPN "Lille"; -lin lilliputian_A = compoundA (mkA "lilliputian"); -lin lilliputian_N = mkN "lilliputian" "lilliputians"; -lin lilt_N = mkN "lilt" "lilts"; -lin lilt_V = mkV "lilt" "lilts" "lilted" "lilted" "lilting"; -lin lilt_V2 = mkV2 (mkV "lilt" "lilts" "lilted" "lilted" "lilting"); -lin lily_N = mkN "lily" "lilies"; -lin lily_PN = mkPN "Lily"; -lin lily_livered_A = compoundA (mkA "lily-livered"); -lin lily_white_A = compoundA (mkA "lily-white"); -lin lima_PN = mkPN "Lima"; -lin limb_N = mkN "limb" "limbs"; -lin limbed_A = compoundA (mkA "limbed"); -lin limber_A = compoundA (mkA "limber"); -lin limber_V = mkV "limber" "limbers" "limbered" "limbered" "limbering"; -lin limber_V2 = mkV2 (mkV "limber" "limbers" "limbered" "limbered" "limbering"); -lin limbless_A = compoundA (mkA "limbless"); -lin limbo_N = mkN "limbo" "limbos"; -lin lime_N = mkN "lime" "limes"; -lin lime_V2 = mkV2 (mkV "lime" "limes" "limed" "limed" "liming"); -lin lime_tree_N = mkN "lime-tree" "lime-trees"; -lin limejuice_N = mkN "limejuice" "-" {- FIXME: no plural form -}; -lin limekiln_N = mkN "limekiln" "limekilns"; -lin limelight_N = mkN "limelight" "-" {- FIXME: no plural form -}; -lin limerick_N = mkN "limerick" "limericks"; -lin limerick_PN = mkPN "Limerick"; -lin limestone_N = mkN "limestone" "-" {- FIXME: no plural form -}; -lin limey_N = mkN "limey" "limeys"; -lin limit_N = mkN "limit" "limits"; -lin limit_V2 = mkV2 (mkV "limit" "limits" "limited" "limited" "limiting"); -lin limitation_N = mkN "limitation" "limitations"; -lin limitless_A = compoundA (mkA "limitless"); -lin limn_V2 = mkV2 (mkV "limn" "limns" "limned" "limned" "limning"); -lin limoges_PN = mkPN "Limoges"; -lin limousine_N = mkN "limousine" "limousines"; -lin limp_A = compoundA (mkA "limp"); -lin limp_N = mkN "limp" "limps"; -lin limp_V = mkV "limp" "limps" "limped" "limped" "limping"; -lin limpet_N = mkN "limpet" "limpets"; -lin limpid_A = compoundA (mkA "limpid"); -lin limpidity_N = mkN "limpidity" "-" {- FIXME: no plural form -}; -lin limpidly_Adv = mkAdv "limpidly"; -lin limply_Adv = mkAdv "limply"; -lin limpness_N = mkN "limpness" "-" {- FIXME: no plural form -}; -lin linchpin_N = mkN "linchpin" "linchpins"; -lin lincoln_PN = mkPN "Lincoln"; -lin lincolnshire_PN = mkPN "Lincolnshire"; -lin linda_PN = mkPN "Linda"; -lin linden_N = mkN "linden" "lindens"; -lin linden_tree_N = mkN "linden-tree" "linden-trees"; -lin line_N = mkN "line" "lines"; -lin line_V = mkV "line" "lines" "lined" "lined" "lining"; -lin line_V2 = mkV2 (mkV "line" "lines" "lined" "lined" "lining"); -lin line_shooter_N = mkN "line-shooter" "line-shooters"; -lin line_shooting_N = mkN "line-shooting" "-" {- FIXME: no plural form -}; -lin line_up_N = mkN "line-up" "line-ups"; -lin lineage_N = mkN "lineage" "-" {- FIXME: no plural form -}; -lin lineal_A = compoundA (mkA "lineal"); -lin lineally_Adv = mkAdv "lineally"; -lin lineament_N = mkN "lineament" "lineaments"; -lin linear_A = compoundA (mkA "linear"); -lin linearly_Adv = mkAdv "linearly"; -lin lineman_N = mkN "lineman" "linemen" {- FIXME: guessed plural form -}; -lin linen_N = mkN "linen" "-" {- FIXME: no plural form -}; -lin linen_draper_N = mkN "linen-draper" "linen-drapers"; -lin liner_N = mkN "liner" "liners"; -lin liner_train_N = mkN "liner-train" "liner-trains"; -lin linesman_N = mkN "linesman" "linesmen" {- FIXME: guessed plural form -}; -lin ling_N = mkN "ling" "lings"; -lin lingam_N = mkN "lingam" "lingams"; -lin linger_V = mkV "linger" "lingers" "lingered" "lingered" "lingering"; -lin lingerer_N = mkN "lingerer" "lingerers"; -lin lingerie_N = mkN "lingerie" "-" {- FIXME: no plural form -}; -lin lingering_A = compoundA (mkA "lingering"); -lin lingeringly_Adv = mkAdv "lingeringly"; -lin lingo_N = mkN "lingo" "lingoes"; -lin lingua_franca_N = mkN "lingua franca" "lingua francae" {- FIXME: guessed plural form -}; -lin lingual_A = compoundA (mkA "lingual"); -lin linguist_N = mkN "linguist" "linguists"; -lin linguistic_A = compoundA (mkA "linguistic"); -lin linguistically_Adv = mkAdv "linguistically"; -lin linguistics_N = mkN "linguistics" "linguistics"; -lin liniment_N = mkN "liniment" "liniments"; -lin lining_N = mkN "lining" "linings"; -lin link_N = mkN "link" "links"; -lin link_V = mkV "link" "links" "linked" "linked" "linking"; -lin link_V2 = mkV2 (mkV "link" "links" "linked" "linked" "linking"); -lin link_up_N = mkN "link-up" "link-ups"; -lin linkage_N = mkN "linkage" "linkages"; -lin linkboy_N = mkN "linkboy" "linkboys"; -lin linkman_N = mkN "linkman" "linkmen" {- FIXME: guessed plural form -}; -lin links_N = mkN "links" "links"; -lin linlithgow_PN = mkPN "Linlithgow"; -lin linnet_N = mkN "linnet" "linnets"; -lin lino_N = mkN "lino" "-" {- FIXME: no plural form -}; -lin linocut_N = mkN "linocut" "linocuts"; -lin linoleum_N = mkN "linoleum" "-" {- FIXME: no plural form -}; -lin linotype_N = mkN "linotype" "linotypes"; -lin linseed_N = mkN "linseed" "-" {- FIXME: no plural form -}; -lin linsey_woolsey_N = mkN "linsey-woolsey" "-" {- FIXME: no plural form -}; -lin lint_N = mkN "lint" "-" {- FIXME: no plural form -}; -lin lintel_N = mkN "lintel" "lintels"; -lin linwood_PN = mkPN "Linwood"; -lin linz_PN = mkPN "Linz"; -lin lion_N = mkN "lion" "lions"; -lin lion_hearted_A = compoundA (mkA "lion-hearted"); -lin lion_hunter_N = mkN "lion-hunter" "lion-hunters"; -lin lionel_PN = mkPN "Lionel"; -lin lioness_N = mkN "lioness" "lionesses"; -lin lionize_V2 = mkV2 (mkV "lionize" "lionizes" "lionized" "lionized" "lionizing"); -lin lip_N = mkN "lip" "lips"; -lin lip_read_V2 = mkV2 (mkV "lip-" IrregEng.read_V); -lin lip_reading_N = mkN "lip-reading" "-" {- FIXME: no plural form -}; -lin lipped_A = compoundA (mkA "lipped"); -lin lipstick_N = mkN "lipstick" "lipsticks"; -lin liquefaction_N = mkN "liquefaction" "-" {- FIXME: no plural form -}; -lin liquefy_V = mkV "liquefy" "liquefies" "liquefied" "liquefied" "liquefying"; -lin liquefy_V2 = mkV2 (mkV "liquefy" "liquefies" "liquefied" "liquefied" "liquefying"); -lin liquescent_A = compoundA (mkA "liquescent"); -lin liqueur_N = mkN "liqueur" "liqueurs"; -lin liquid_A = compoundA (mkA "liquid"); -lin liquid_N = mkN "liquid" "liquids"; -lin liquidate_V = mkV "liquidate" "liquidates" "liquidated" "liquidated" "liquidating"; -lin liquidate_V2 = mkV2 (mkV "liquidate" "liquidates" "liquidated" "liquidated" "liquidating"); -lin liquidation_N = mkN "liquidation" "-" {- FIXME: no plural form -}; -lin liquidator_N = mkN "liquidator" "liquidators"; -lin liquidity_N = mkN "liquidity" "-" {- FIXME: no plural form -}; -lin liquidize_V2 = mkV2 (mkV "liquidize" "liquidizes" "liquidized" "liquidized" "liquidizing"); -lin liquidizer_N = mkN "liquidizer" "liquidizers"; -lin liquor_N = mkN "liquor" "liquors"; -lin liquorice_N = mkN "liquorice" "-" {- FIXME: no plural form -}; -lin lira_N = mkN "lira" "liras"; -lin lisa_PN = mkPN "Lisa"; -lin lisbon_PN = mkPN "Lisbon"; -lin liskeard_PN = mkPN "Liskeard"; -lin lisle_N = mkN "lisle" "-" {- FIXME: no plural form -}; -lin lisp_N = mkN "lisp" "lisps"; -lin lisp_V = mkV "lisp" "lisps" "lisped" "lisped" "lisping"; -lin lisp_V2 = mkV2 (mkV "lisp" "lisps" "lisped" "lisped" "lisping"); -lin lispingly_Adv = mkAdv "lispingly"; -lin lissom_A = compoundA (mkA "lissom"); -lin lissome_A = compoundA (mkA "lissome"); -lin lissomness_N = mkN "lissomness" "-" {- FIXME: no plural form -}; -lin list_N = mkN "list" "lists"; -lin list_V = mkV "list" "lists" "listed" "listed" "listing"; -lin list_V2 = mkV2 (mkV "list" "lists" "listed" "listed" "listing"); -lin list_price_N = mkN "list-price" "list-prices"; -lin listen_V = mkV "listen" "listens" "listened" "listened" "listening"; -lin listener_N = mkN "listener" "listeners"; -lin listing_N = mkN "listing" "listings"; -lin listless_A = compoundA (mkA "listless"); -lin listlessly_Adv = mkAdv "listlessly"; -lin listlessness_N = mkN "listlessness" "-" {- FIXME: no plural form -}; -lin litany_N = mkN "litany" "litanies"; -lin litchee_N = mkN "litchee" "litchees"; -lin litchi_N = mkN "litchi" "litchis"; -lin literacy_N = mkN "literacy" "-" {- FIXME: no plural form -}; -lin literal_A = compoundA (mkA "literal"); -lin literal_N = mkN "literal" "literals"; -lin literally_Adv = mkAdv "literally"; -lin literary_A = compoundA (mkA "literary"); -lin literate_A = compoundA (mkA "literate"); -lin literate_N = mkN "literate" "literates"; -lin literature_N = mkN "literature" "-" {- FIXME: no plural form -}; -lin lithe_A = compoundA (mkA "lithe"); -lin lithograph_N = mkN "lithograph" "lithographs"; -lin lithograph_V = mkV "lithograph" "lithographs" "lithographed" "lithographed" "lithographing"; -lin lithograph_V2 = mkV2 (mkV "lithograph" "lithographs" "lithographed" "lithographed" "lithographing"); -lin lithographic_A = compoundA (mkA "lithographic"); -lin lithography_N = mkN "lithography" "-" {- FIXME: no plural form -}; -lin litigant_N = mkN "litigant" "litigants"; -lin litigate_V = mkV "litigate" "litigates" "litigated" "litigated" "litigating"; -lin litigate_V2 = mkV2 (mkV "litigate" "litigates" "litigated" "litigated" "litigating"); -lin litigation_N = mkN "litigation" "-" {- FIXME: no plural form -}; -lin litigious_A = compoundA (mkA "litigious"); -lin litmus_N = mkN "litmus" "-" {- FIXME: no plural form -}; -lin litmus_paper_N = mkN "litmus-paper" "litmus-papers"; -lin litotes_N = mkN "litotes" "litotes"; -lin litre_N = mkN "litre" "litres"; -lin litter_N = mkN "litter" "litters"; -lin litter_V = mkV "litter" "litters" "littered" "littered" "littering"; -lin litter_V2 = mkV2 (mkV "litter" "litters" "littered" "littered" "littering"); -lin litter_basket_N = mkN "litter-basket" "litter-baskets"; -lin litter_lout_N = mkN "litter-lout" "litter-louts"; -lin litterbin_N = mkN "litterbin" "litterbins"; -lin little_A = mkA "little" "littler"; -lin little_Adv = mkAdv "little"; -lin little_N = mkN "little" "-" {- FIXME: no plural form -}; -lin littlehampton_PN = mkPN "Littlehampton"; -lin littleness_N = mkN "littleness" "-" {- FIXME: no plural form -}; -lin littoral_A = compoundA (mkA "littoral"); -lin littoral_N = mkN "littoral" "littorals"; -lin liturgical_A = compoundA (mkA "liturgical"); -lin liturgy_N = mkN "liturgy" "liturgies"; -lin livable_A = compoundA (mkA "livable"); -lin live_A = compoundA (mkA "live"); -lin live_Adv = mkAdv "live"; -lin live_V = mkV "live" "lives" "lived" "lived" "living"; -lin live_V2 = mkV2 (mkV "live" "lives" "lived" "lived" "living"); -lin live_birth_N = mkN "live-birth" "live-births"; -lin liveable_A = compoundA (mkA "liveable"); -lin livelihood_N = mkN "livelihood" "livelihoods"; -lin liveliness_N = mkN "liveliness" "-" {- FIXME: no plural form -}; -lin livelong_A = compoundA (mkA "livelong"); -lin lively_A = mkA "lively" "livelier"; -lin liven_V = mkV "liven" "livens" "livened" "livened" "livening"; -lin liven_V2 = mkV2 (mkV "liven" "livens" "livened" "livened" "livening"); -lin liver_N = mkN "liver" "livers"; -lin liveried_A = compoundA (mkA "liveried"); -lin liverish_A = compoundA (mkA "liverish"); -lin liverpool_PN = mkPN "Liverpool"; -lin liverpudlian_A = compoundA (mkA "liverpudlian"); -lin liverpudlian_N = mkN "liverpudlian" "liverpudlians"; -lin liverwurst_N = mkN "liverwurst" "-" {- FIXME: no plural form -}; -lin livery_A = compoundA (mkA "livery"); -lin livery_N = mkN "livery" "liveries"; -lin liveryman_N = mkN "liveryman" "liverymen" {- FIXME: guessed plural form -}; -lin livestock_N = mkN "livestock" "-" {- FIXME: no plural form -}; -lin livid_A = compoundA (mkA "livid"); -lin lividly_Adv = mkAdv "lividly"; -lin living_A = compoundA (mkA "living"); -lin living_N = mkN "living" "livings"; -lin living_room_N = mkN "living-room" "living-rooms"; -lin living_space_N = mkN "living-space" "living-spaces"; -lin livingston_PN = mkPN "Livingston"; -lin livorno_PN = mkPN "Livorno"; -lin liz_PN = mkPN "Liz"; -lin liza_PN = mkPN "Liza"; -lin lizard_N = mkN "lizard" "lizards"; -lin lizzy_PN = mkPN "Lizzy"; -lin ljubljana_PN = mkPN "Ljubljana"; -lin ll_N = mkN "-" "ll" {- FIXME: no singular form -}; -lin llama_N = mkN "llama" "llamas"; -lin llandudno_PN = mkPN "Llandudno"; -lin llanelli_PN = mkPN "Llanelli"; -lin llangollen_PN = mkPN "Llangollen"; -lin llantrisant_PN = mkPN "Llantrisant"; -lin llantwit_major_PN = mkPN "Llantwit major"; -lin llb_N = mkN "llb" "-" {- FIXME: no plural form -}; -lin lloyd's_PN = mkPN "Lloyd's"; -lin load_N = mkN "load" "loads"; -lin load_V = mkV "load" "loads" "loaded" "loaded" "loading"; -lin load_V2 = mkV2 (mkV "load" "loads" "loaded" "loaded" "loading"); -lin load_line_N = mkN "load-line" "load-lines"; -lin load_shedding_N = mkN "load-shedding" "-" {- FIXME: no plural form -}; -lin loaded_A = compoundA (mkA "loaded"); -lin loader_N = mkN "loader" "loaders"; -lin loading_N = mkN "loading" "loadings"; -lin loadstar_N = mkN "loadstar" "loadstars"; -lin loadstone_N = mkN "loadstone" "-" {- FIXME: no plural form -}; -lin loaf_N = mkN "loaf" "loaves" {- FIXME: guessed plural form -}; -lin loaf_V = mkV "loaf" "loafs" "loafed" "loafed" "loafing"; -lin loaf_V2 = mkV2 (mkV "loaf" "loafs" "loafed" "loafed" "loafing"); -lin loaf_sugar_N = mkN "loaf-sugar" "-" {- FIXME: no plural form -}; -lin loafer_N = mkN "loafer" "loafers"; -lin loam_N = mkN "loam" "-" {- FIXME: no plural form -}; -lin loamy_A = mkA "loamy" "loamier"; -lin loan_N = mkN "loan" "loans"; -lin loan_V2 = mkV2 (mkV "loan" "loans" "loaned" "loaned" "loaning"); -lin loan_collection_N = mkN "loan-collection" "loan-collections"; -lin loan_office_N = mkN "loan-office" "loan-offices"; -lin loanhead_PN = mkPN "Loanhead"; -lin loanword_N = mkN "loanword" "loanwords"; -lin loath_A = compoundA (mkA "loath"); -lin loathe_V2 = mkV2 (mkV "loathe" "loathes" "loathed" "loathed" "loathing"); -lin loathing_N = mkN "loathing" "-" {- FIXME: no plural form -}; -lin loathly_A = mkA "loathly" "loathlier"; -lin loathsome_A = compoundA (mkA "loathsome"); -lin lob_N = mkN "lob" "lobs"; -lin lob_V = mkV "lob" "lobs" "lobbed" "lobbed" "lobbing"; -lin lob_V2 = mkV2 (mkV "lob" "lobs" "lobbed" "lobbed" "lobbing"); -lin lobby_N = mkN "lobby" "lobbies"; -lin lobby_V = mkV "lobby" "lobbies" "lobbied" "lobbied" "lobbying"; -lin lobby_V2 = mkV2 (mkV "lobby" "lobbies" "lobbied" "lobbied" "lobbying"); -lin lobbyist_N = mkN "lobbyist" "lobbyists"; -lin lobe_N = mkN "lobe" "lobes"; -lin lobed_A = compoundA (mkA "lobed"); -lin lobster_N = mkN "lobster" "lobsters"; -lin lobster_pot_N = mkN "lobster-pot" "lobster-pots"; -lin loc_cit_PN = mkPN "Loc cit"; -lin local_A = compoundA (mkA "local"); -lin local_N = mkN "local" "locals"; -lin locale_N = mkN "locale" "locales"; -lin localism_N = mkN "localism" "localisms"; -lin locality_N = mkN "locality" "localities"; -lin localization_N = mkN "localization" "localizations"; -lin localize_V2 = mkV2 (mkV "localize" "localizes" "localized" "localized" "localizing"); -lin locally_Adv = mkAdv "locally"; -lin locate_V2 = mkV2 (mkV "locate" "locates" "located" "located" "locating"); -lin location_N = mkN "location" "locations"; -lin loch_N = mkN "loch" "lochs"; -lin lochgelly_PN = mkPN "Lochgelly"; -lin lock_N = mkN "lock" "locks"; -lin lock_V = mkV "lock" "locks" "locked" "locked" "locking"; -lin lock_V2 = mkV2 (mkV "lock" "locks" "locked" "locked" "locking"); -lin lock_gate_N = mkN "lock-gate" "lock-gates"; -lin lock_keeper_N = mkN "lock-keeper" "lock-keepers"; -lin locker_N = mkN "locker" "lockers"; -lin locket_N = mkN "locket" "lockets"; -lin lockjaw_N = mkN "lockjaw" "-" {- FIXME: no plural form -}; -lin locknut_N = mkN "locknut" "locknuts"; -lin lockout_N = mkN "lockout" "lockouts"; -lin locksmith_N = mkN "locksmith" "locksmiths"; -lin lockstitch_N = mkN "lockstitch" "lockstitches"; -lin lockup_A = compoundA (mkA "lockup"); -lin lockup_N = mkN "lockup" "lockups"; -lin loco_A = compoundA (mkA "loco"); -lin locomotion_N = mkN "locomotion" "-" {- FIXME: no plural form -}; -lin locomotive_A = compoundA (mkA "locomotive"); -lin locomotive_N = mkN "locomotive" "locomotives"; -lin locum_N = mkN "locum" "locums"; -lin locum_tenens_N = mkN "locum tenens" "IRREG"; -lin locus_N = mkN "locus" "loci" {- FIXME: guessed plural form -}; -lin locus_classicus_N = mkN "locus classicus" "locus classici" {- FIXME: guessed plural form -}; -lin locust_N = mkN "locust" "locusts"; -lin locust_tree_N = mkN "locust-tree" "locust-trees"; -lin locution_N = mkN "locution" "locutions"; -lin lode_N = mkN "lode" "lodes"; -lin lodestar_N = mkN "lodestar" "lodestars"; -lin lodestone_N = mkN "lodestone" "-" {- FIXME: no plural form -}; -lin lodge_N = mkN "lodge" "lodges"; -lin lodge_V = mkV "lodge" "lodges" "lodged" "lodged" "lodging"; -lin lodge_V2 = mkV2 (mkV "lodge" "lodges" "lodged" "lodged" "lodging"); -lin lodgement_N = mkN "lodgement" "lodgements"; -lin lodger_N = mkN "lodger" "lodgers"; -lin lodging_N = mkN "lodging" "lodgings"; -lin lodging_house_N = mkN "lodging-house" "lodging-houses"; -lin lodgment_N = mkN "lodgment" "lodgments"; -lin lodz_PN = mkPN "Lodz"; -lin loess_N = mkN "loess" "-" {- FIXME: no plural form -}; -lin loft_N = mkN "loft" "lofts"; -lin loft_V2 = mkV2 (mkV "loft" "lofts" "lofted" "lofted" "lofting"); -lin loftily_Adv = mkAdv "loftily"; -lin loftiness_N = mkN "loftiness" "-" {- FIXME: no plural form -}; -lin loftus_PN = mkPN "Loftus"; -lin lofty_A = mkA "lofty" "loftier"; -lin log_N = mkN "log" "logs"; -lin log_V2 = mkV2 (mkV "log" "logs" "logged" "logged" "logging"); -lin log_cabin_N = mkN "log-cabin" "log-cabins"; -lin log_jam_N = mkN "log-jam" "log-jams"; -lin log_rolling_N = mkN "log-rolling" "-" {- FIXME: no plural form -}; -lin loganberry_N = mkN "loganberry" "loganberries"; -lin logarithm_N = mkN "logarithm" "logarithms"; -lin logarithmic_A = compoundA (mkA "logarithmic"); -lin logarithmically_Adv = mkAdv "logarithmically"; -lin logbook_N = mkN "logbook" "logbooks"; -lin loggerheads_N = mkN "loggerheads" "-" {- FIXME: no plural form -}; -lin loggia_N = mkN "loggia" "loggias"; -lin logging_N = mkN "logging" "-" {- FIXME: no plural form -}; -lin logic_N = mkN "logic" "logics"; -lin logical_A = compoundA (mkA "logical"); -lin logicality_N = mkN "logicality" "-" {- FIXME: no plural form -}; -lin logically_Adv = mkAdv "logically"; -lin logician_N = mkN "logician" "logicians"; -lin logistics_N = mkN "logistics" "logistics"; -lin loin_N = mkN "loin" "loins"; -lin loincloth_N = mkN "loincloth" "loincloths"; -lin lois_PN = mkPN "Lois"; -lin loiter_V = mkV "loiter" "loiters" "loitered" "loitered" "loitering"; -lin loiter_V2 = mkV2 (mkV "loiter" "loiters" "loitered" "loitered" "loitering"); -lin loiterer_N = mkN "loiterer" "loiterers"; -lin loll_V = mkV "loll" "lolls" "lolled" "lolled" "lolling"; -lin loll_V2 = mkV2 (mkV "loll" "lolls" "lolled" "lolled" "lolling"); -lin lollipop_N = mkN "lollipop" "lollipops"; -lin lolly_N = mkN "lolly" "lollies"; -lin london_PN = mkPN "London"; -lin londonderry_PN = mkPN "Londonderry"; -lin londoner_N = mkN "londoner" "londoners"; -lin lone_A = compoundA (mkA "lone"); -lin loneliness_N = mkN "loneliness" "-" {- FIXME: no plural form -}; -lin lonely_A = mkA "lonely" "lonelier"; -lin lonesome_A = compoundA (mkA "lonesome"); -lin long_A = mkA "long" "longer"; -lin long_Adv = mkAdv "long"; -lin long_N = mkN "long" "longs"; -lin long_V = mkV "long" "longs" "longed" "longed" "longing"; -lin long_distance_A = compoundA (mkA "long-distance"); -lin long_drawn_out_A = compoundA (mkA "long-drawn-out"); -lin long_eaton_PN = mkPN "Long eaton"; -lin long_haired_A = compoundA (mkA "long-haired"); -lin long_headed_A = compoundA (mkA "long-headed"); -lin long_lived_A = compoundA (mkA "long-lived"); -lin long_play_A = compoundA (mkA "long-play"); -lin long_playing_A = compoundA (mkA "long-playing"); -lin long_range_A = compoundA (mkA "long-range"); -lin long_sighted_A = compoundA (mkA "long-sighted"); -lin long_standing_A = compoundA (mkA "long-standing"); -lin long_suffering_A = compoundA (mkA "long-suffering"); -lin long_term_A = compoundA (mkA "long-term"); -lin long_time_A = compoundA (mkA "long-time"); -lin long_winded_A = compoundA (mkA "long-winded"); -lin long_windedness_N = mkN "long-windedness" "-" {- FIXME: no plural form -}; -lin longboat_N = mkN "longboat" "longboats"; -lin longbow_N = mkN "longbow" "longbows"; -lin longer_Adv = mkAdv "longer"; -lin longest_Adv = mkAdv "longest"; -lin longevity_N = mkN "longevity" "-" {- FIXME: no plural form -}; -lin longhand_N = mkN "longhand" "-" {- FIXME: no plural form -}; -lin longing_A = compoundA (mkA "longing"); -lin longing_N = mkN "longing" "longings"; -lin longingly_Adv = mkAdv "longingly"; -lin longish_A = compoundA (mkA "longish"); -lin longitude_N = mkN "longitude" "longitudes"; -lin longitudinal_A = compoundA (mkA "longitudinal"); -lin longitudinally_Adv = mkAdv "longitudinally"; -lin longridge_PN = mkPN "Longridge"; -lin longshoreman_N = mkN "longshoreman" "longshoremen" {- FIXME: guessed plural form -}; -lin longton_PN = mkPN "Longton"; -lin longways_Adv = mkAdv "longways"; -lin longwise_Adv = mkAdv "longwise"; -lin loo_N = mkN "loo" "loos"; -lin loofa_N = mkN "loofa" "loofas"; -lin loofah_N = mkN "loofah" "loofahs"; -lin look_N = mkN "look" "looks"; -lin look_V = mkV "look" "looks" "looked" "looked" "looking"; -lin look_V2 = mkV2 (mkV "look" "looks" "looked" "looked" "looking"); -lin look_over_N = mkN "look-over" "IRREG"; -lin looker_N = mkN "looker" "lookers"; -lin looker_on_N = mkN "looker-on" "looker-a" {- FIXME: guessed plural form -}; -lin looking_glass_N = mkN "looking-glass" "looking-glasses"; -lin lookout_N = mkN "lookout" "lookouts"; -lin loom_N = mkN "loom" "looms"; -lin loom_V = mkV "loom" "looms" "loomed" "loomed" "looming"; -lin loon_N = mkN "loon" "loons"; -lin loony_A = mkA "loony" "loonier"; -lin loony_N = mkN "loony" "loonies"; -lin loonybin_N = mkN "loonybin" "loonybins"; -lin loop_N = mkN "loop" "loops"; -lin loop_V = mkV "loop" "loops" "looped" "looped" "looping"; -lin loop_V2 = mkV2 (mkV "loop" "loops" "looped" "looped" "looping"); -lin loop_line_N = mkN "loop-line" "loop-lines"; -lin loophole_N = mkN "loophole" "loopholes"; -lin loopy_A = compoundA (mkA "loopy"); -lin loose_A = mkA "loose" "looser"; -lin loose_V2 = mkV2 (mkV "loose" "looses" "loosed" "loosed" "loosing"); -lin loose_leaf_A = compoundA (mkA "loose-leaf"); -lin loosely_Adv = mkAdv "loosely"; -lin loosen_V = mkV "loosen" "loosens" "loosened" "loosened" "loosening"; -lin loosen_V2 = mkV2 (mkV "loosen" "loosens" "loosened" "loosened" "loosening"); -lin loot_N = mkN "loot" "-" {- FIXME: no plural form -}; -lin loot_V = mkV "loot" "loots" "looted" "looted" "looting"; -lin loot_V2 = mkV2 (mkV "loot" "loots" "looted" "looted" "looting"); -lin looter_N = mkN "looter" "looters"; -lin lop_V = mkV "lop" "lops" "lopped" "lopped" "lopping"; -lin lop_V2 = mkV2 (mkV "lop" "lops" "lopped" "lopped" "lopping"); -lin lop_eared_A = compoundA (mkA "lop-eared"); -lin lope_N = mkN "lope" "IRREG"; -lin lope_V = mkV "lope" "lopes" "loped" "loped" "loping"; -lin lopsided_A = compoundA (mkA "lopsided"); -lin loquacious_A = compoundA (mkA "loquacious"); -lin loquaciously_Adv = mkAdv "loquaciously"; -lin loquaciousness_N = mkN "loquaciousness" "-" {- FIXME: no plural form -}; -lin loquacity_N = mkN "loquacity" "-" {- FIXME: no plural form -}; -lin loquat_N = mkN "loquat" "loquats"; -lin lord_N = mkN "lord" "lords"; -lin lord_V2 = mkV2 (mkV "lord" "lords" "lorded" "lorded" "lording"); -lin lordless_A = compoundA (mkA "lordless"); -lin lordliness_N = mkN "lordliness" "-" {- FIXME: no plural form -}; -lin lordly_A = mkA "lordly" "lordlier"; -lin lordship_N = mkN "lordship" "lordships"; -lin lore_N = mkN "lore" "-" {- FIXME: no plural form -}; -lin lorgnette_N = mkN "lorgnette" "lorgnettes"; -lin lorn_A = compoundA (mkA "lorn"); -lin lorna_PN = mkPN "Lorna"; -lin lorry_N = mkN "lorry" "lorries"; -lin los_angeles_PN = mkPN "Los angeles"; -lin lose_V = IrregEng.lose_V; -lin lose_V2 = mkV2 (IrregEng.lose_V); -lin loser_N = mkN "loser" "losers"; -lin loss_N = mkN "loss" "losses"; -lin loss_leader_N = mkN "loss-leader" "loss-leaders"; -lin lossiemouth_PN = mkPN "Lossiemouth"; -lin lot_N = mkN "lot" "lots"; -lin loth_A = compoundA (mkA "loth"); -lin lothian_PN = mkPN "Lothian"; -lin lotion_N = mkN "lotion" "lotions"; -lin lottery_N = mkN "lottery" "lotteries"; -lin lotto_N = mkN "lotto" "-" {- FIXME: no plural form -}; -lin lotus_N = mkN "lotus" "lotuses"; -lin lotus_eater_N = mkN "lotus-eater" "lotus-eaters"; -lin loud_A = mkA "loud" "louder"; -lin loud_Adv = mkAdv "loud"; -lin loud_hailer_N = mkN "loud-hailer" "loud-hailers"; -lin loudly_Adv = mkAdv "loudly"; -lin loudness_N = mkN "loudness" "-" {- FIXME: no plural form -}; -lin loudspeaker_N = mkN "loudspeaker" "loudspeakers"; -lin lough_N = mkN "lough" "loughs"; -lin loughborough_PN = mkPN "Loughborough"; -lin louis_PN = mkPN "Louis"; -lin louise_PN = mkPN "Louise"; -lin louisiana_PN = mkPN "Louisiana"; -lin louisville_PN = mkPN "Louisville"; -lin lounge_N = mkN "lounge" "lounges"; -lin lounge_V = mkV "lounge" "lounges" "lounged" "lounged" "lounging"; -lin lounge_chair_N = mkN "lounge-chair" "lounge-chairs"; -lin lounge_lizard_N = mkN "lounge-lizard" "lounge-lizards"; -lin lounge_suit_N = mkN "lounge-suit" "lounge-suits"; -lin lounger_N = mkN "lounger" "loungers"; -lin lour_V = mkV "lour" "lours" "loured" "loured" "louring"; -lin louringly_Adv = mkAdv "louringly"; -lin louse_N = mkN "louse" "lice" {- FIXME: guessed plural form -}; -lin lousy_A = mkA "lousy" "lousier"; -lin lout_N = mkN "lout" "louts"; -lin louth_PN = mkPN "Louth"; -lin loutish_A = compoundA (mkA "loutish"); -lin louvered_A = compoundA (mkA "louvered"); -lin louvre_N = mkN "louvre" "louvres"; -lin lovable_A = compoundA (mkA "lovable"); -lin love_N = mkN "love" "loves"; -lin love_V2 = mkV2 (mkV "love" "loves" "loved" "loved" "loving"); -lin love_affair_N = mkN "love-affair" "love-affairs"; -lin love_child_N = mkN "love-child" "love-children" {- FIXME: guessed plural form -}; -lin love_feast_N = mkN "love-feast" "love-feasts"; -lin love_knot_N = mkN "love-knot" "love-knots"; -lin love_letter_N = mkN "love-letter" "love-letters"; -lin love_match_N = mkN "love-match" "love-matches"; -lin love_philtre_N = mkN "love-philtre" "love-philtres"; -lin love_potion_N = mkN "love-potion" "love-potions"; -lin love_seat_N = mkN "love-seat" "love-seats"; -lin love_song_N = mkN "love-song" "love-songs"; -lin love_story_N = mkN "love-story" "love-stories"; -lin love_token_N = mkN "love-token" "love-tokens"; -lin lovebird_N = mkN "lovebird" "lovebirds"; -lin loveless_A = compoundA (mkA "loveless"); -lin loveliness_N = mkN "loveliness" "-" {- FIXME: no plural form -}; -lin lovelorn_A = compoundA (mkA "lovelorn"); -lin lovely_A = mkA "lovely" "lovelier"; -lin lovemaking_N = mkN "lovemaking" "-" {- FIXME: no plural form -}; -lin lover_N = mkN "lover" "lovers"; -lin loverlike_A = compoundA (mkA "loverlike"); -lin lovesick_A = compoundA (mkA "lovesick"); -lin loving_A = compoundA (mkA "loving"); -lin loving_cup_N = mkN "loving-cup" "loving-cups"; -lin loving_kindness_N = mkN "loving-kindness" "-" {- FIXME: no plural form -}; -lin lovingly_Adv = mkAdv "lovingly"; -lin low_A = mkA "low" "lower"; -lin low_Adv = mkAdv "low"; -lin low_N = mkN "low" "lows"; -lin low_V = mkV "low" "lows" "lowed" "lowed" "lowing"; -lin low_down_A = compoundA (mkA "low-down"); -lin low_keyed_A = compoundA (mkA "low-keyed"); -lin low_pitched_A = compoundA (mkA "low-pitched"); -lin low_relief_N = mkN "low-relief" "low-reliefs"; -lin low_spirited_A = compoundA (mkA "low-spirited"); -lin lowborn_A = compoundA (mkA "lowborn"); -lin lowbred_A = compoundA (mkA "lowbred"); -lin lowbrow_A = compoundA (mkA "lowbrow"); -lin lowbrow_N = mkN "lowbrow" "lowbrows"; -lin lower_Adv = mkAdv "lower"; -lin lower_V = mkV "lower" "lowers" "lowered" "lowered" "lowering"; -lin lower_V2 = mkV2 (mkV "lower" "lowers" "lowered" "lowered" "lowering"); -lin lowermost_A = compoundA (mkA "lowermost"); -lin lowest_Adv = mkAdv "lowest"; -lin lowestoft_PN = mkPN "Lowestoft"; -lin lowlander_N = mkN "lowlander" "lowlanders"; -lin lowliness_N = mkN "lowliness" "-" {- FIXME: no plural form -}; -lin lowly_A = mkA "lowly" "lowlier"; -lin lowness_N = mkN "lowness" "-" {- FIXME: no plural form -}; -lin loyal_A = mkA "loyal" "loyaller*"; -lin loyalist_N = mkN "loyalist" "loyalists"; -lin loyally_Adv = mkAdv "loyally"; -lin loyalty_N = mkN "loyalty" "loyalties"; -lin loyang_PN = mkPN "Loyang"; -lin lozenge_N = mkN "lozenge" "lozenges"; -lin lp_N = mkN "lp" "-" {- FIXME: no plural form -}; -lin lps_N = mkN "-" "lps" {- FIXME: no singular form -}; -lin lsd_N = mkN "lsd" "-" {- FIXME: no plural form -}; -lin lt_PN = mkPN "Lt"; -lin ltd_PN = mkPN "Ltd"; -lin lubber_N = mkN "lubber" "lubbers"; -lin lubberly_A = compoundA (mkA "lubberly"); -lin lubeck_PN = mkPN "Lubeck"; -lin lubricant_N = mkN "lubricant" "lubricants"; -lin lubricate_V2 = mkV2 (mkV "lubricate" "lubricates" "lubricated" "lubricated" "lubricating"); -lin lubrication_N = mkN "lubrication" "lubrications"; -lin lucent_A = compoundA (mkA "lucent"); -lin lucerne_N = mkN "lucerne" "-" {- FIXME: no plural form -}; -lin lucid_A = compoundA (mkA "lucid"); -lin lucidity_N = mkN "lucidity" "-" {- FIXME: no plural form -}; -lin lucidly_Adv = mkAdv "lucidly"; -lin lucifer_N = mkN "lucifer" "lucifers"; -lin luck_N = mkN "luck" "-" {- FIXME: no plural form -}; -lin luckily_Adv = mkAdv "luckily"; -lin luckless_A = compoundA (mkA "luckless"); -lin lucknow_PN = mkPN "Lucknow"; -lin lucky_A = mkA "lucky" "luckier"; -lin lucrative_A = compoundA (mkA "lucrative"); -lin lucre_N = mkN "lucre" "-" {- FIXME: no plural form -}; -lin lucy_PN = mkPN "Lucy"; -lin luddite_N = mkN "luddite" "luddites"; -lin ludicrous_A = compoundA (mkA "ludicrous"); -lin ludicrously_Adv = mkAdv "ludicrously"; -lin ludlow_PN = mkPN "Ludlow"; -lin ludo_N = mkN "ludo" "-" {- FIXME: no plural form -}; -lin ludwigshafen_PN = mkPN "Ludwigshafen"; -lin luff_V = mkV "luff" "luffs" "luffed" "luffed" "luffing"; -lin luff_V2 = mkV2 (mkV "luff" "luffs" "luffed" "luffed" "luffing"); -lin lug_N = mkN "lug" "lugs"; -lin lug_V2 = mkV2 (mkV "lug" "lugs" "lugged" "lugged" "lugging"); -lin luge_N = mkN "luge" "luges"; -lin luggage_N = mkN "luggage" "-" {- FIXME: no plural form -}; -lin luggage_carrier_N = mkN "luggage-carrier" "luggage-carriers"; -lin luggage_rack_N = mkN "luggage-rack" "luggage-racks"; -lin luggage_van_N = mkN "luggage-van" "luggage-vans"; -lin lugger_N = mkN "lugger" "luggers"; -lin lugsail_N = mkN "lugsail" "lugsails"; -lin lugubrious_A = compoundA (mkA "lugubrious"); -lin lugubriously_Adv = mkAdv "lugubriously"; -lin lugubriousness_N = mkN "lugubriousness" "-" {- FIXME: no plural form -}; -lin luke_PN = mkPN "Luke"; -lin lukewarm_A = compoundA (mkA "lukewarm"); -lin lukewarmly_Adv = mkAdv "lukewarmly"; -lin lukewarmness_N = mkN "lukewarmness" "-" {- FIXME: no plural form -}; -lin lull_N = mkN "lull" "lulls"; -lin lull_V = mkV "lull" "lulls" "lulled" "lulled" "lulling"; -lin lull_V2 = mkV2 (mkV "lull" "lulls" "lulled" "lulled" "lulling"); -lin lullaby_N = mkN "lullaby" "lullabies"; -lin lumbago_N = mkN "lumbago" "-" {- FIXME: no plural form -}; -lin lumbar_A = compoundA (mkA "lumbar"); -lin lumber_N = mkN "lumber" "-" {- FIXME: no plural form -}; -lin lumber_V = mkV "lumber" "lumbers" "lumbered" "lumbered" "lumbering"; -lin lumber_V2 = mkV2 (mkV "lumber" "lumbers" "lumbered" "lumbered" "lumbering"); -lin lumber_mill_N = mkN "lumber-mill" "lumber-mills"; -lin lumberjack_N = mkN "lumberjack" "lumberjacks"; -lin lumberman_N = mkN "lumberman" "lumbermen" {- FIXME: guessed plural form -}; -lin lumberroom_N = mkN "lumberroom" "lumberrooms"; -lin lumberyard_N = mkN "lumberyard" "lumberyards"; -lin luminary_N = mkN "luminary" "luminaries"; -lin luminosity_N = mkN "luminosity" "-" {- FIXME: no plural form -}; -lin luminous_A = compoundA (mkA "luminous"); -lin lump_N = mkN "lump" "lumps"; -lin lump_V2 = mkV2 (mkV "lump" "lumps" "lumped" "lumped" "lumping"); -lin lumpish_A = compoundA (mkA "lumpish"); -lin lumpy_A = mkA "lumpy" "lumpier"; -lin lunacy_N = mkN "lunacy" "lunacies"; -lin lunar_A = compoundA (mkA "lunar"); -lin lunatic_N = mkN "lunatic" "lunatics"; -lin lunch_N = mkN "lunch" "lunches"; -lin lunch_V = mkV "lunch" "lunches" "lunched" "lunched" "lunching"; -lin lunch_V2 = mkV2 (mkV "lunch" "lunches" "lunched" "lunched" "lunching"); -lin luncheon_N = mkN "luncheon" "luncheons"; -lin lunchtime_N = mkN "lunchtime" "lunchtimes"; -lin lung_N = mkN "lung" "lungs"; -lin lung_power_N = mkN "lung-power" "-" {- FIXME: no plural form -}; -lin lunge_N = mkN "lunge" "lunges"; -lin lunge_V = mkV "lunge" "lunges" "lunged" "lunged" "lunging"; -lin lupin_N = mkN "lupin" "lupins"; -lin lurch_N = mkN "lurch" "lurches"; -lin lurch_V = mkV "lurch" "lurches" "lurched" "lurched" "lurching"; -lin lurcher_N = mkN "lurcher" "lurchers"; -lin lure_N = mkN "lure" "lures"; -lin lure_V2 = mkV2 (mkV "lure" "lures" "lured" "lured" "luring"); -lin lurid_A = compoundA (mkA "lurid"); -lin luridly_Adv = mkAdv "luridly"; -lin luridness_N = mkN "luridness" "-" {- FIXME: no plural form -}; -lin lurk_V = mkV "lurk" "lurks" "lurked" "lurked" "lurking"; -lin lurking_place_N = mkN "lurking-place" "lurking-places"; -lin luscious_A = compoundA (mkA "luscious"); -lin lusciously_Adv = mkAdv "lusciously"; -lin lusciousness_N = mkN "lusciousness" "-" {- FIXME: no plural form -}; -lin lush_A = mkA "lush" "lusher"; -lin lush_N = mkN "lush" "lushes"; -lin lust_N = mkN "lust" "lusts"; -lin lust_V = mkV "lust" "lusts" "lusted" "lusted" "lusting"; -lin lustful_A = compoundA (mkA "lustful"); -lin lustfully_Adv = mkAdv "lustfully"; -lin lustily_Adv = mkAdv "lustily"; -lin lustre_N = mkN "lustre" "-" {- FIXME: no plural form -}; -lin lustrous_A = compoundA (mkA "lustrous"); -lin lusty_A = mkA "lusty" "lustier"; -lin luta_PN = mkPN "Luta"; -lin lutanist_N = mkN "lutanist" "lutanists"; -lin lute_N = mkN "lute" "lutes"; -lin lutenist_N = mkN "lutenist" "lutenists"; -lin lutheran_A = compoundA (mkA "lutheran"); -lin lutheran_N = mkN "lutheran" "lutherans"; -lin luton_PN = mkPN "Luton"; -lin luxe_A = compoundA (mkA "luxe"); -lin luxembourg_PN = mkPN "Luxembourg"; -lin luxemburg_PN = mkPN "Luxemburg"; -lin luxemburger_A = compoundA (mkA "luxemburger"); -lin luxemburger_N = mkN "luxemburger" "luxemburgers"; -lin luxuriance_N = mkN "luxuriance" "-" {- FIXME: no plural form -}; -lin luxuriant_A = compoundA (mkA "luxuriant"); -lin luxuriantly_Adv = mkAdv "luxuriantly"; -lin luxuriate_V = mkV "luxuriate" "luxuriates" "luxuriated" "luxuriated" "luxuriating"; -lin luxurious_A = compoundA (mkA "luxurious"); -lin luxuriously_Adv = mkAdv "luxuriously"; -lin luxury_N = mkN "luxury" "luxuries"; -lin lvov_PN = mkPN "Lvov"; -lin lyallpur_PN = mkPN "Lyallpur"; -lin lyceum_N = mkN "lyceum" "lyceums"; -lin lychee_N = mkN "lychee" "lychees"; -lin lychgate_N = mkN "lychgate" "lychgates"; -lin lycee_N = mkN "lycée" "lycées"; -lin lydia_PN = mkPN "Lydia"; -lin lydney_PN = mkPN "Lydney"; -lin lye_N = mkN "lye" "lyes"; -lin lying_in_A = compoundA (mkA "lying-in"); -lin lymington_PN = mkPN "Lymington"; -lin lymm_PN = mkPN "Lymm"; -lin lymph_N = mkN "lymph" "-" {- FIXME: no plural form -}; -lin lymphatic_A = compoundA (mkA "lymphatic"); -lin lynch_N = mkN "lynch" "-" {- FIXME: no plural form -}; -lin lynch_V2 = mkV2 (mkV "lynch" "lynches" "lynched" "lynched" "lynching"); -lin lynchpin_N = mkN "lynchpin" "lynchpins"; -lin lynn_PN = mkPN "Lynn"; -lin lynne_PN = mkPN "Lynne"; -lin lynx_N = mkN "lynx" "lynxes"; -lin lynx_eyed_A = compoundA (mkA "lynx-eyed"); -lin lyons_PN = mkPN "Lyons"; -lin lyre_N = mkN "lyre" "lyres"; -lin lyre_bird_N = mkN "lyre-bird" "lyre-birds"; -lin lyric_A = compoundA (mkA "lyric"); -lin lyric_N = mkN "lyric" "lyrics"; -lin lyrical_A = compoundA (mkA "lyrical"); -lin lyrically_Adv = mkAdv "lyrically"; -lin lyricism_N = mkN "lyricism" "-" {- FIXME: no plural form -}; -lin lyricist_N = mkN "lyricist" "lyricists"; -lin lysol_N = mkN "lysol" "-" {- FIXME: no plural form -}; -lin lytham_PN = mkPN "Lytham"; -lin lytham_st_annes_PN = mkPN "Lytham st annes"; -lin ma'am_N = mkN "ma'am" "IRREG"; -lin ma_N = mkN "ma" "-" {- FIXME: no plural form -}; -lin maastricht_PN = mkPN "Maastricht"; -lin mabel_PN = mkPN "Mabel"; -lin mac_N = mkN "mac" "macs"; -lin macabre_A = compoundA (mkA "macabre"); -lin macadam_N = mkN "macadam" "-" {- FIXME: no plural form -}; -lin macadamize_V2 = mkV2 (mkV "macadamize" "macadamizes" "macadamized" "macadamized" "macadamizing"); -lin macaroni_N = mkN "macaroni" "-" {- FIXME: no plural form -}; -lin macaroon_N = mkN "macaroon" "macaroons"; -lin macaw_N = mkN "macaw" "macaws"; -lin macclesfield_PN = mkPN "Macclesfield"; -lin mace_N = mkN "mace" "maces"; -lin mace_bearer_N = mkN "mace-bearer" "mace-bearers"; -lin macedonian_A = compoundA (mkA "macedonian"); -lin macedonian_N = mkN "macedonian" "macedonians"; -lin macerate_V = mkV "macerate" "macerates" "macerated" "macerated" "macerating"; -lin macerate_V2 = mkV2 (mkV "macerate" "macerates" "macerated" "macerated" "macerating"); -lin mach_PN = mkPN "Mach"; -lin machete_N = mkN "machete" "machetes"; -lin machiavellian_A = compoundA (mkA "machiavellian"); -lin machination_N = mkN "machination" "machinations"; -lin machine_N = mkN "machine" "machines"; -lin machine_V2 = mkV2 (mkV "machine" "machines" "machined" "machined" "machining"); -lin machine_gun_N = mkN "machine-gun" "machine-guns"; -lin machine_made_A = compoundA (mkA "machine-made"); -lin machinery_N = mkN "machinery" "-" {- FIXME: no plural form -}; -lin machinist_N = mkN "machinist" "machinists"; -lin machismo_N = mkN "machismo" "-" {- FIXME: no plural form -}; -lin mackerel_N = mkN "mackerel" "mackerel"; -lin mackintosh_N = mkN "mackintosh" "mackintoshes"; -lin macrobiotic_A = compoundA (mkA "macrobiotic"); -lin macrocosm_N = mkN "macrocosm" "macrocosms"; -lin mad_A = mkA "mad" "madder*"; -lin madagascan_A = compoundA (mkA "madagascan"); -lin madagascan_N = mkN "madagascan" "madagascans"; -lin madagascar_PN = mkPN "Madagascar"; -lin madam_N = mkN "madam" "madams"; -lin madame_N = mkN "madame" "madames"; -lin madcap_N = mkN "madcap" "madcaps"; -lin madden_V2 = mkV2 (mkV "madden" "maddens" "maddened" "maddened" "maddening"); -lin madder_N = mkN "madder" "-" {- FIXME: no plural form -}; -lin maddy_PN = mkPN "Maddy"; -lin madeira_N = mkN "madeira" "madeiras"; -lin madeleine_PN = mkPN "Madeleine"; -lin mademoiselle_N = mkN "mademoiselle" "mademoiselles"; -lin madge_PN = mkPN "Madge"; -lin madhouse_N = mkN "madhouse" "madhouses"; -lin madly_Adv = mkAdv "madly"; -lin madman_N = mkN "madman" "madmen" {- FIXME: guessed plural form -}; -lin madness_N = mkN "madness" "-" {- FIXME: no plural form -}; -lin madonna_N = mkN "madonna" "madonnas"; -lin madras_PN = mkPN "Madras"; -lin madrid_PN = mkPN "Madrid"; -lin madrigal_N = mkN "madrigal" "madrigals"; -lin madurai_PN = mkPN "Madurai"; -lin madwoman_N = mkN "madwoman" "madwomen" {- FIXME: guessed plural form -}; -lin maecenas_PN = mkPN "Maecenas"; -lin maelstrom_N = mkN "maelstrom" "maelstroms"; -lin maenad_N = mkN "maenad" "maenads"; -lin maesteg_PN = mkPN "Maesteg"; -lin maestro_N = mkN "maestro" "maestros"; -lin maffick_V = mkV "maffick" "mafficks" "mafficked" "mafficked" "mafficking"; -lin mafia_N = mkN "mafia" "mafias"; -lin mag_N = mkN "mag" "mags"; -lin magazine_N = mkN "magazine" "magazines"; -lin magdeburg_PN = mkPN "Magdeburg"; -lin magenta_A = compoundA (mkA "magenta"); -lin magenta_N = mkN "magenta" "-" {- FIXME: no plural form -}; -lin maggie_PN = mkPN "Maggie"; -lin maggot_N = mkN "maggot" "maggots"; -lin maggoty_A = compoundA (mkA "maggoty"); -lin maghull_PN = mkPN "Maghull"; -lin magic_A = compoundA (mkA "magic"); -lin magic_N = mkN "magic" "-" {- FIXME: no plural form -}; -lin magical_A = compoundA (mkA "magical"); -lin magically_Adv = mkAdv "magically"; -lin magician_N = mkN "magician" "magicians"; -lin magisterial_A = compoundA (mkA "magisterial"); -lin magisterially_Adv = mkAdv "magisterially"; -lin magistracy_N = mkN "magistracy" "magistracies"; -lin magistrate_N = mkN "magistrate" "magistrates"; -lin magnanimity_N = mkN "magnanimity" "magnanimities"; -lin magnanimous_A = compoundA (mkA "magnanimous"); -lin magnanimously_Adv = mkAdv "magnanimously"; -lin magnate_N = mkN "magnate" "magnates"; -lin magnesia_N = mkN "magnesia" "-" {- FIXME: no plural form -}; -lin magnesium_N = mkN "magnesium" "-" {- FIXME: no plural form -}; -lin magnet_N = mkN "magnet" "magnets"; -lin magnetic_A = compoundA (mkA "magnetic"); -lin magnetically_Adv = mkAdv "magnetically"; -lin magnetism_N = mkN "magnetism" "-" {- FIXME: no plural form -}; -lin magnetization_N = mkN "magnetization" "-" {- FIXME: no plural form -}; -lin magnetize_V2 = mkV2 (mkV "magnetize" "magnetizes" "magnetized" "magnetized" "magnetizing"); -lin magneto_N = mkN "magneto" "magnetos"; -lin magnificat_N = mkN "magnificat" "magnificats"; -lin magnification_N = mkN "magnification" "magnifications"; -lin magnificence_N = mkN "magnificence" "-" {- FIXME: no plural form -}; -lin magnificent_A = compoundA (mkA "magnificent"); -lin magnificently_Adv = mkAdv "magnificently"; -lin magnifier_N = mkN "magnifier" "magnifiers"; -lin magnify_V2 = mkV2 (mkV "magnify" "magnifies" "magnified" "magnified" "magnifying"); -lin magniloquence_N = mkN "magniloquence" "-" {- FIXME: no plural form -}; -lin magniloquent_A = compoundA (mkA "magniloquent"); -lin magniloquently_Adv = mkAdv "magniloquently"; -lin magnitude_N = mkN "magnitude" "-" {- FIXME: no plural form -}; -lin magnolia_N = mkN "magnolia" "magnolias"; -lin magnum_N = mkN "magnum" "magnums"; -lin magnum_opus_N = mkN "magnum opus" "magnum opi" {- FIXME: guessed plural form -}; -lin magpie_N = mkN "magpie" "magpies"; -lin magyar_A = compoundA (mkA "magyar"); -lin magyar_N = mkN "magyar" "magyars"; -lin maharaja_N = mkN "maharaja" "maharajas"; -lin maharajah_N = mkN "maharajah" "maharajahs"; -lin maharanee_N = mkN "maharanee" "maharanees"; -lin mahatma_N = mkN "mahatma" "mahatmas"; -lin mahjong_N = mkN "mahjong" "-" {- FIXME: no plural form -}; -lin mahogany_N = mkN "mahogany" "mahoganies"; -lin mahout_N = mkN "mahout" "mahouts"; -lin maid_N = mkN "maid" "maids"; -lin maiden_A = compoundA (mkA "maiden"); -lin maiden_N = mkN "maiden" "maidens"; -lin maidenhair_N = mkN "maidenhair" "maidenhairs"; -lin maidenhead_N = mkN "maidenhead" "-" {- FIXME: no plural form -}; -lin maidenhead_PN = mkPN "Maidenhead"; -lin maidenhood_N = mkN "maidenhood" "maidenhoods"; -lin maidenlike_A = compoundA (mkA "maidenlike"); -lin maidenly_A = compoundA (mkA "maidenly"); -lin maidservant_N = mkN "maidservant" "maidservants"; -lin maidstone_PN = mkPN "Maidstone"; -lin mail_N = mkN "mail" "mails"; -lin mail_V2 = mkV2 (mkV "mail" "mails" "mailed" "mailed" "mailing"); -lin mail_train_N = mkN "mail-train" "mail-trains"; -lin mailbag_N = mkN "mailbag" "mailbags"; -lin mailboat_N = mkN "mailboat" "mailboats"; -lin mailbox_N = mkN "mailbox" "mailboxes"; -lin mailed_A = compoundA (mkA "mailed"); -lin mailing_card_N = mkN "mailing-card" "mailing-cards"; -lin mailing_list_N = mkN "mailing-list" "mailing-lists"; -lin mailman_N = mkN "mailman" "mailmen" {- FIXME: guessed plural form -}; -lin maim_V2 = mkV2 (mkV "maim" "maims" "maimed" "maimed" "maiming"); -lin main_A = compoundA (mkA "main"); -lin main_N = mkN "main" "mains"; -lin maine_PN = mkPN "Maine"; -lin mainland_N = mkN "mainland" "mainlands"; -lin mainly_Adv = mkAdv "mainly"; -lin mainmast_N = mkN "mainmast" "mainmasts"; -lin mainspring_N = mkN "mainspring" "mainsprings"; -lin mainstay_N = mkN "mainstay" "mainstays"; -lin mainstream_N = mkN "mainstream" "IRREG"; -lin maintain_V2 = mkV2 (mkV "maintain" "maintains" "maintained" "maintained" "maintaining"); -lin maintainable_A = compoundA (mkA "maintainable"); -lin maintenance_N = mkN "maintenance" "-" {- FIXME: no plural form -}; -lin mainz_PN = mkPN "Mainz"; -lin maisonnette_N = mkN "maisonnette" "maisonnettes"; -lin maize_N = mkN "maize" "-" {- FIXME: no plural form -}; -lin maj_PN = mkPN "Maj"; -lin majestic_A = compoundA (mkA "majestic"); -lin majestically_Adv = mkAdv "majestically"; -lin majesty_N = mkN "majesty" "majesties"; -lin majolica_N = mkN "majolica" "-" {- FIXME: no plural form -}; -lin major_A = compoundA (mkA "major"); -lin major_N = mkN "major" "majors"; -lin major_V = mkV "major" "majors" "majored" "majored" "majoring"; -lin major_domo_N = mkN "major-domo" "major-domos"; -lin major_general_N = mkN "major-general" "major-generals"; -lin majority_N = mkN "majority" "majorities"; -lin make_N = mkN "make" "makes"; -lin make_V = IrregEng.make_V; -lin make_V2 = mkV2 (IrregEng.make_V); -lin make_believe_N = mkN "make-believe" "make-believes"; -lin make_up_N = mkN "make-up" "make-ups"; -lin maker_N = mkN "maker" "makers"; -lin makeshift_N = mkN "makeshift" "makeshifts"; -lin makeweight_N = mkN "makeweight" "makeweights"; -lin making_N = mkN "making" "makings"; -lin malacca_N = mkN "malacca" "-" {- FIXME: no plural form -}; -lin malachite_N = mkN "malachite" "-" {- FIXME: no plural form -}; -lin maladjusted_A = compoundA (mkA "maladjusted"); -lin maladjustment_N = mkN "maladjustment" "-" {- FIXME: no plural form -}; -lin maladroit_A = compoundA (mkA "maladroit"); -lin maladroitly_Adv = mkAdv "maladroitly"; -lin maladroitness_N = mkN "maladroitness" "-" {- FIXME: no plural form -}; -lin malady_N = mkN "malady" "maladies"; -lin malaga_PN = mkPN "Malaga"; -lin malaise_N = mkN "malaise" "malaises"; -lin malapropism_N = mkN "malapropism" "malapropisms"; -lin malapropos_A = compoundA (mkA "malapropos"); -lin malapropos_Adv = mkAdv "malapropos"; -lin malaria_N = mkN "malaria" "-" {- FIXME: no plural form -}; -lin malarial_A = compoundA (mkA "malarial"); -lin malawi_PN = mkPN "Malawi"; -lin malawian_A = compoundA (mkA "malawian"); -lin malawian_N = mkN "malawian" "malawians"; -lin malay_A = compoundA (mkA "malay"); -lin malay_N = mkN "malay" "malays"; -lin malaya_PN = mkPN "Malaya"; -lin malayan_A = compoundA (mkA "malayan"); -lin malayan_N = mkN "malayan" "malayans"; -lin malaysia_PN = mkPN "Malaysia"; -lin malaysian_A = compoundA (mkA "malaysian"); -lin malaysian_N = mkN "malaysian" "malaysians"; -lin malcolm_PN = mkPN "Malcolm"; -lin malcontent_A = compoundA (mkA "malcontent"); -lin malcontent_N = mkN "malcontent" "malcontents"; -lin maldon_PN = mkPN "Maldon"; -lin male_A = compoundA (mkA "male"); -lin male_N = mkN "male" "males"; -lin malediction_N = mkN "malediction" "maledictions"; -lin malefactor_N = mkN "malefactor" "malefactors"; -lin maleficent_A = compoundA (mkA "maleficent"); -lin malevolence_N = mkN "malevolence" "-" {- FIXME: no plural form -}; -lin malevolent_A = compoundA (mkA "malevolent"); -lin malevolently_Adv = mkAdv "malevolently"; -lin malfeasance_N = mkN "malfeasance" "malfeasances"; -lin malformation_N = mkN "malformation" "malformations"; -lin malformed_A = compoundA (mkA "malformed"); -lin malfunction_N = mkN "malfunction" "malfunctions"; -lin malfunction_V = mkV "malfunction" "malfunctions" "malfunctioned" "malfunctioned" "malfunctioning"; -lin mali_PN = mkPN "Mali"; -lin malian_A = compoundA (mkA "malian"); -lin malian_N = mkN "malian" "malians"; -lin malice_N = mkN "malice" "-" {- FIXME: no plural form -}; -lin malicious_A = compoundA (mkA "malicious"); -lin maliciously_Adv = mkAdv "maliciously"; -lin malign_A = compoundA (mkA "malign"); -lin malign_V2 = mkV2 (mkV "malign" "maligns" "maligned" "maligned" "maligning"); -lin malignancy_N = mkN "malignancy" "-" {- FIXME: no plural form -}; -lin malignant_A = compoundA (mkA "malignant"); -lin malignantly_Adv = mkAdv "malignantly"; -lin malignity_N = mkN "malignity" "malignities"; -lin malinger_V = mkV "malinger" "malingers" "malingered" "malingered" "malingering"; -lin malingerer_N = mkN "malingerer" "malingerers"; -lin mallard_N = mkN "mallard" "mallards"; -lin malleability_N = mkN "malleability" "-" {- FIXME: no plural form -}; -lin malleable_A = compoundA (mkA "malleable"); -lin mallet_N = mkN "mallet" "mallets"; -lin mallow_N = mkN "mallow" "mallows"; -lin mallow_PN = mkPN "Mallow"; -lin malmo_PN = mkPN "Malmo"; -lin malmsey_N = mkN "malmsey" "-" {- FIXME: no plural form -}; -lin malnutrition_N = mkN "malnutrition" "-" {- FIXME: no plural form -}; -lin malodorous_A = compoundA (mkA "malodorous"); -lin malpractice_N = mkN "malpractice" "malpractices"; -lin malt_N = mkN "malt" "-" {- FIXME: no plural form -}; -lin malt_V = mkV "malt" "malts" "malted" "malted" "malting"; -lin malt_V2 = mkV2 (mkV "malt" "malts" "malted" "malted" "malting"); -lin malta_PN = mkPN "Malta"; -lin maltby_PN = mkPN "Maltby"; -lin maltese_A = compoundA (mkA "maltese"); -lin maltese_N = mkN "maltese" "maltese"; -lin malthusian_A = compoundA (mkA "malthusian"); -lin maltreat_V2 = mkV2 (mkV "maltreat" "maltreats" "maltreated" "maltreated" "maltreating"); -lin maltreatment_N = mkN "maltreatment" "-" {- FIXME: no plural form -}; -lin maltster_N = mkN "maltster" "maltsters"; -lin malvern_PN = mkPN "Malvern"; -lin malversation_N = mkN "malversation" "-" {- FIXME: no plural form -}; -lin mama_N = mkN "mama" "mamas"; -lin mamba_N = mkN "mamba" "mambas"; -lin mamie_PN = mkPN "Mamie"; -lin mamma_N = mkN "mamma" "mammas"; -lin mammal_N = mkN "mammal" "mammals"; -lin mammon_N = mkN "mammon" "-" {- FIXME: no plural form -}; -lin mammoth_N = mkN "mammoth" "mammoths"; -lin mammy_N = mkN "mammy" "mammies"; -lin man_N = mkN "man" "men" {- FIXME: guessed plural form -}; -lin man_V2 = mkV2 (mkV "man" "mans" "manned" "manned" "manning"); -lin man_at_arms_N = mkN "man-at-arms" "men*-at-arms"; -lin man_eater_N = mkN "man-eater" "man-eaters"; -lin man_hour_N = mkN "man-hour" "man-hours"; -lin man_of_war_N = mkN "man-of-war" "men*-of-war"; -lin man_sized_A = compoundA (mkA "man-sized"); -lin manacle_N = mkN "manacle" "manacles"; -lin manacle_V2 = mkV2 (mkV "manacle" "manacles" "manacled" "manacled" "manacling"); -lin manage_V = mkV "manage" "manages" "managed" "managed" "managing"; -lin manage_V2 = mkV2 (mkV "manage" "manages" "managed" "managed" "managing"); -lin manageability_N = mkN "manageability" "-" {- FIXME: no plural form -}; -lin manageable_A = compoundA (mkA "manageable"); -lin manageably_Adv = mkAdv "manageably"; -lin management_N = mkN "management" "managements"; -lin manager_N = mkN "manager" "managers"; -lin manageress_N = mkN "manageress" "manageresses"; -lin managerial_A = compoundA (mkA "managerial"); -lin manatee_N = mkN "manatee" "manatees"; -lin manchester_PN = mkPN "Manchester"; -lin mancunian_A = compoundA (mkA "mancunian"); -lin mancunian_N = mkN "mancunian" "mancunians"; -lin mandarin_N = mkN "mandarin" "mandarins"; -lin mandatary_N = mkN "mandatary" "mandataries"; -lin mandate_N = mkN "mandate" "mandates"; -lin mandate_V2 = mkV2 (mkV "mandate" "mandates" "mandated" "mandated" "mandating"); -lin mandatory_A = compoundA (mkA "mandatory"); -lin mandatory_N = mkN "mandatory" "mandatories"; -lin mandible_N = mkN "mandible" "mandibles"; -lin mandolin_N = mkN "mandolin" "mandolins"; -lin mandragora_N = mkN "mandragora" "-" {- FIXME: no plural form -}; -lin mandrake_N = mkN "mandrake" "mandrakes"; -lin mandrill_N = mkN "mandrill" "mandrills"; -lin mandy_PN = mkPN "Mandy"; -lin mane_N = mkN "mane" "manes"; -lin manful_A = compoundA (mkA "manful"); -lin manfully_Adv = mkAdv "manfully"; -lin manganese_N = mkN "manganese" "-" {- FIXME: no plural form -}; -lin mange_N = mkN "mange" "-" {- FIXME: no plural form -}; -lin mangel_wurzel_N = mkN "mangel-wurzel" "mangel-wurzels"; -lin manger_N = mkN "manger" "mangers"; -lin mangily_Adv = mkAdv "mangily"; -lin mangle_N = mkN "mangle" "mangles"; -lin mangle_V2 = mkV2 (mkV "mangle" "mangles" "mangled" "mangled" "mangling"); -lin mango_N = mkN "mango" "mangos"; -lin mangosteen_N = mkN "mangosteen" "mangosteens"; -lin mangrove_N = mkN "mangrove" "mangroves"; -lin mangy_A = mkA "mangy" "mangier"; -lin manhandle_V2 = mkV2 (mkV "manhandle" "manhandles" "manhandled" "manhandled" "manhandling"); -lin manhattan_N = mkN "manhattan" "manhattans"; -lin manhole_N = mkN "manhole" "manholes"; -lin manhood_N = mkN "manhood" "-" {- FIXME: no plural form -}; -lin mania_N = mkN "mania" "manias"; -lin maniac_N = mkN "maniac" "maniacs"; -lin maniacal_A = compoundA (mkA "maniacal"); -lin maniacally_Adv = mkAdv "maniacally"; -lin manic_depressive_A = compoundA (mkA "manic-depressive"); -lin manic_depressive_N = mkN "manic-depressive" "manic-depressives"; -lin manicure_N = mkN "manicure" "manicures"; -lin manicure_V2 = mkV2 (mkV "manicure" "manicures" "manicured" "manicured" "manicuring"); -lin manicurist_N = mkN "manicurist" "manicurists"; -lin manifest_A = compoundA (mkA "manifest"); -lin manifest_N = mkN "manifest" "manifests"; -lin manifest_V2 = mkV2 (mkV "manifest" "manifests" "manifested" "manifested" "manifesting"); -lin manifestation_N = mkN "manifestation" "manifestations"; -lin manifestly_Adv = mkAdv "manifestly"; -lin manifesto_N = mkN "manifesto" "manifestos"; -lin manifold_A = compoundA (mkA "manifold"); -lin manifold_N = mkN "manifold" "manifolds"; -lin manifold_V2 = mkV2 (mkV "manifold" "manifolds" "manifolded" "manifolded" "manifolding"); -lin manikin_N = mkN "manikin" "manikins"; -lin manila_PN = mkPN "Manila"; -lin manilla_N = mkN "manilla" "manillas"; -lin manipulate_V2 = mkV2 (mkV "manipulate" "manipulates" "manipulated" "manipulated" "manipulating"); -lin manipulation_N = mkN "manipulation" "manipulations"; -lin manipulative_A = compoundA (mkA "manipulative"); -lin manitoba_PN = mkPN "Manitoba"; -lin mankind_N = mkN "mankind" "-" {- FIXME: no plural form -}; -lin manlike_A = compoundA (mkA "manlike"); -lin manliness_N = mkN "manliness" "-" {- FIXME: no plural form -}; -lin manly_A = mkA "manly" "manlier"; -lin manna_N = mkN "manna" "-" {- FIXME: no plural form -}; -lin mannequin_N = mkN "mannequin" "mannequins"; -lin manner_N = mkN "manner" "manners"; -lin mannered_A = compoundA (mkA "mannered"); -lin mannerism_N = mkN "mannerism" "mannerisms"; -lin mannerly_A = compoundA (mkA "mannerly"); -lin mannheim_PN = mkPN "Mannheim"; -lin mannish_A = compoundA (mkA "mannish"); -lin manoeuvrability_N = mkN "manoeuvrability" "-" {- FIXME: no plural form -}; -lin manoeuvrable_A = compoundA (mkA "manoeuvrable"); -lin manoeuvre_N = mkN "manoeuvre" "manoeuvres"; -lin manoeuvre_V = mkV "manoeuvre" "manoeuvres" "manoeuvred" "manoeuvred" "manoeuvring"; -lin manoeuvre_V2 = mkV2 (mkV "manoeuvre" "manoeuvres" "manoeuvred" "manoeuvred" "manoeuvring"); -lin manoeuvrer_N = mkN "manoeuvrer" "manoeuvrers"; -lin manor_N = mkN "manor" "manors"; -lin manor_house_N = mkN "manor-house" "manor-houses"; -lin manorial_A = compoundA (mkA "manorial"); -lin manpower_N = mkN "manpower" "-" {- FIXME: no plural form -}; -lin mansard_N = mkN "mansard" "mansards"; -lin manse_N = mkN "manse" "manses"; -lin manservant_N = mkN "manservant" "manservants"; -lin mansfield_PN = mkPN "Mansfield"; -lin mansion_N = mkN "mansion" "mansions"; -lin manslaughter_N = mkN "manslaughter" "-" {- FIXME: no plural form -}; -lin mantel_N = mkN "mantel" "mantels"; -lin mantelpiece_N = mkN "mantelpiece" "mantelpieces"; -lin mantilla_N = mkN "mantilla" "mantillas"; -lin mantis_N = mkN "mantis" "mantises"; -lin mantle_N = mkN "mantle" "mantles"; -lin mantle_V = mkV "mantle" "mantles" "mantled" "mantled" "mantling"; -lin mantle_V2 = mkV2 (mkV "mantle" "mantles" "mantled" "mantled" "mantling"); -lin mantrap_N = mkN "mantrap" "mantraps"; -lin manual_A = compoundA (mkA "manual"); -lin manual_N = mkN "manual" "manuals"; -lin manually_Adv = mkAdv "manually"; -lin manufacture_N = mkN "manufacture" "-" {- FIXME: no plural form -}; -lin manufacture_V2 = mkV2 (mkV "manufacture" "manufactures" "manufactured" "manufactured" "manufacturing"); -lin manufacturer_N = mkN "manufacturer" "manufacturers"; -lin manumission_N = mkN "manumission" "manumissions"; -lin manumit_V2 = mkV2 (mkV "manumit" "manumits" "manumitted" "manumitted" "manumitting"); -lin manure_N = mkN "manure" "-" {- FIXME: no plural form -}; -lin manure_V2 = mkV2 (mkV "manure" "manures" "manured" "manured" "manuring"); -lin manuscript_N = mkN "manuscript" "manuscripts"; -lin manx_A = compoundA (mkA "manx"); -lin manx_N = mkN "manx" "-" {- FIXME: no plural form -}; -lin many_A = compoundA (mkA "many"); -lin many_sided_A = compoundA (mkA "many-sided"); -lin maoism_N = mkN "maoism" "-" {- FIXME: no plural form -}; -lin maoist_N = mkN "maoist" "maoists"; -lin maori_N = mkN "maori" "maoris"; -lin map_N = mkN "map" "maps"; -lin map_V2 = mkV2 (mkV "map" "maps" "mapped" "mapped" "mapping"); -lin map_reader_N = mkN "map-reader" "map-readers"; -lin maple_N = mkN "maple" "maples"; -lin maple_leaf_N = mkN "maple-leaf" "maple-leaves" {- FIXME: guessed plural form -}; -lin maquis_N = mkN "maquis" "maques" {- FIXME: guessed plural form -}; -lin mar_PN = mkPN "Mar"; -lin mar_V2 = mkV2 (mkV "mar" "mars" "marred" "marred" "marring"); -lin marabou_N = mkN "marabou" "marabous"; -lin maracaibo_PN = mkPN "Maracaibo"; -lin maraschino_N = mkN "maraschino" "maraschinos"; -lin marathon_N = mkN "marathon" "marathons"; -lin maraud_V = mkV "maraud" "marauds" "marauded" "marauded" "marauding"; -lin marauder_N = mkN "marauder" "marauders"; -lin marble_N = mkN "marble" "marbles"; -lin marbled_A = compoundA (mkA "marbled"); -lin marbling_N = mkN "marbling" "-" {- FIXME: no plural form -}; -lin march_N = mkN "march" "marches"; -lin march_PN = mkPN "March"; -lin march_V = mkV "march" "marches" "marched" "marched" "marching"; -lin march_V2 = mkV2 (mkV "march" "marches" "marched" "marched" "marching"); -lin marcher_N = mkN "marcher" "marchers"; -lin marchioness_N = mkN "marchioness" "marchionesses"; -lin mardi_gras_N = mkN "mardi gras" "mardi gras"; -lin mare_N = mkN "mare" "mares"; -lin margaret_PN = mkPN "Margaret"; -lin margarine_N = mkN "margarine" "-" {- FIXME: no plural form -}; -lin margate_PN = mkPN "Margate"; -lin marge_N = mkN "marge" "-" {- FIXME: no plural form -}; -lin marge_PN = mkPN "Marge"; -lin margery_PN = mkPN "Margery"; -lin margie_PN = mkPN "Margie"; -lin margin_N = mkN "margin" "margins"; -lin marginal_A = compoundA (mkA "marginal"); -lin marginally_Adv = mkAdv "marginally"; -lin margrave_N = mkN "margrave" "margraves"; -lin marguerite_N = mkN "marguerite" "marguerites"; -lin maria_PN = mkPN "Maria"; -lin marian_PN = mkPN "Marian"; -lin marie_PN = mkPN "Marie"; -lin marigold_N = mkN "marigold" "marigolds"; -lin marihuana_N = mkN "marihuana" "-" {- FIXME: no plural form -}; -lin marijuana_N = mkN "marijuana" "-" {- FIXME: no plural form -}; -lin marilyn_PN = mkPN "Marilyn"; -lin marimba_N = mkN "marimba" "marimbas"; -lin marina_N = mkN "marina" "marinas"; -lin marinade_N = mkN "marinade" "-" {- FIXME: no plural form -}; -lin marinade_V2 = mkV2 (mkV "marinade" "marinades" "marinaded" "marinaded" "marinading"); -lin marinate_V2 = mkV2 (mkV "marinate" "marinates" "marinated" "marinated" "marinating"); -lin marine_A = compoundA (mkA "marine"); -lin marine_N = mkN "marine" "marines"; -lin mariner_N = mkN "mariner" "mariners"; -lin marion_PN = mkPN "Marion"; -lin marionette_N = mkN "marionette" "marionettes"; -lin marital_A = compoundA (mkA "marital"); -lin maritime_A = compoundA (mkA "maritime"); -lin marjoram_N = mkN "marjoram" "-" {- FIXME: no plural form -}; -lin marjorie_PN = mkPN "Marjorie"; -lin mark_N = mkN "mark" "marks"; -lin mark_PN = mkPN "Mark"; -lin mark_V2 = mkV2 (mkV "mark" "marks" "marked" "marked" "marking"); -lin mark_up_N = mkN "mark-up" "mark-ups"; -lin marked_A = compoundA (mkA "marked"); -lin markedly_Adv = mkAdv "markedly"; -lin marker_N = mkN "marker" "markers"; -lin market_N = mkN "market" "markets"; -lin market_V = mkV "market" "markets" "marketed" "marketed" "marketing"; -lin market_V2 = mkV2 (mkV "market" "markets" "marketed" "marketed" "marketing"); -lin market_cross_N = mkN "market-cross" "market-crosses"; -lin market_day_N = mkN "market-day" "market-days"; -lin market_drayton_PN = mkPN "Market drayton"; -lin market_garden_N = mkN "market-garden" "market-gardens"; -lin market_gardening_N = mkN "market-gardening" "-" {- FIXME: no plural form -}; -lin market_harborough_PN = mkPN "Market harborough"; -lin market_square_N = mkN "market-square" "market-squares"; -lin market_town_N = mkN "market-town" "market-towns"; -lin marketable_A = compoundA (mkA "marketable"); -lin marketing_N = mkN "marketing" "marketings"; -lin marketplace_N = mkN "marketplace" "marketplaces"; -lin marking_N = mkN "marking" "markings"; -lin marking_ink_N = mkN "marking-ink" "marking-inks"; -lin marking_inks_N = mkN "marking-inks" "marking-inkss"; -lin marksman_N = mkN "marksman" "marksmen" {- FIXME: guessed plural form -}; -lin marksmanship_N = mkN "marksmanship" "-" {- FIXME: no plural form -}; -lin marl_N = mkN "marl" "-" {- FIXME: no plural form -}; -lin marlborough_PN = mkPN "Marlborough"; -lin marlene_PN = mkPN "Marlene"; -lin marlinespike_N = mkN "marlinespike" "marlinespikes"; -lin marlow_PN = mkPN "Marlow"; -lin marmalade_N = mkN "marmalade" "-" {- FIXME: no plural form -}; -lin marmoreal_A = compoundA (mkA "marmoreal"); -lin marmoset_N = mkN "marmoset" "marmosets"; -lin marmot_N = mkN "marmot" "marmots"; -lin marocain_N = mkN "marocain" "-" {- FIXME: no plural form -}; -lin maroon_A = compoundA (mkA "maroon"); -lin maroon_N = mkN "maroon" "maroons"; -lin maroon_V2 = mkV2 (mkV "maroon" "maroons" "marooned" "marooned" "marooning"); -lin marple_PN = mkPN "Marple"; -lin marque_N = mkN "marque" "marques"; -lin marquee_N = mkN "marquee" "marquees"; -lin marquess_N = mkN "marquess" "marquesses"; -lin marquetry_N = mkN "marquetry" "-" {- FIXME: no plural form -}; -lin marquis_N = mkN "marquis" "marquises"; -lin marriage_N = mkN "marriage" "marriages"; -lin marriageability_N = mkN "marriageability" "-" {- FIXME: no plural form -}; -lin marriageable_A = compoundA (mkA "marriageable"); -lin married_A = compoundA (mkA "married"); -lin marrow_N = mkN "marrow" "marrows"; -lin marrowbone_N = mkN "marrowbone" "marrowbones"; -lin marry_V = mkV "marry" "marries" "married" "married" "marrying"; -lin marry_V2 = mkV2 (mkV "marry" "marries" "married" "married" "marrying"); -lin mars_PN = mkPN "Mars"; -lin marsala_N = mkN "marsala" "-" {- FIXME: no plural form -}; -lin marseillaise_N = mkN "marseillaise" "marseillaises"; -lin marseilles_PN = mkPN "Marseilles"; -lin marsh_N = mkN "marsh" "marshes"; -lin marshal_N = mkN "marshal" "marshals"; -lin marshal_V2 = mkV2 (mkV "marshal" "marshals" "marshalled" "marshalled" "marshalling"); -lin marshalling_yard_N = mkN "marshalling-yard" "marshalling-yards"; -lin marshmallow_N = mkN "marshmallow" "marshmallows"; -lin marshy_A = mkA "marshy" "marshier"; -lin marske_PN = mkPN "Marske"; -lin marsupial_A = compoundA (mkA "marsupial"); -lin marsupial_N = mkN "marsupial" "marsupials"; -lin mart_N = mkN "mart" "marts"; -lin marten_N = mkN "marten" "martens"; -lin martha_PN = mkPN "Martha"; -lin martial_A = compoundA (mkA "martial"); -lin martially_Adv = mkAdv "martially"; -lin martian_A = compoundA (mkA "martian"); -lin martian_N = mkN "martian" "martians"; -lin martin_N = mkN "martin" "martins"; -lin martin_PN = mkPN "Martin"; -lin martinet_N = mkN "martinet" "martinets"; -lin martini_N = mkN "martini" "martinis"; -lin martyr_N = mkN "martyr" "martyrs"; -lin martyr_V2 = mkV2 (mkV "martyr" "martyrs" "martyred" "martyred" "martyring"); -lin martyrdom_N = mkN "martyrdom" "martyrdoms"; -lin marvel_N = mkN "marvel" "marvels"; -lin marvel_V = mkV "marvel" "marvels" "marvelled" "marvelled" "marvelling"; -lin marvellous_A = compoundA (mkA "marvellous"); -lin marvellously_Adv = mkAdv "marvellously"; -lin marvelous_A = compoundA (mkA "marvelous"); -lin marvelously_Adv = mkAdv "marvelously"; -lin marxism_N = mkN "marxism" "-" {- FIXME: no plural form -}; -lin marxist_N = mkN "marxist" "marxists"; -lin mary_PN = mkPN "Mary"; -lin maryland_PN = mkPN "Maryland"; -lin maryport_PN = mkPN "Maryport"; -lin marzipan_N = mkN "marzipan" "marzipans"; -lin masc_PN = mkPN "Masc"; -lin mascara_N = mkN "mascara" "-" {- FIXME: no plural form -}; -lin mascot_N = mkN "mascot" "mascots"; -lin masculine_A = compoundA (mkA "masculine"); -lin masculinity_N = mkN "masculinity" "-" {- FIXME: no plural form -}; -lin maser_N = mkN "maser" "masers"; -lin mash_N = mkN "mash" "mashes"; -lin mash_V2 = mkV2 (mkV "mash" "mashes" "mashed" "mashed" "mashing"); -lin masher_N = mkN "masher" "mashers"; -lin mask_N = mkN "mask" "masks"; -lin mask_V2 = mkV2 (mkV "mask" "masks" "masked" "masked" "masking"); -lin masochism_N = mkN "masochism" "-" {- FIXME: no plural form -}; -lin masochist_N = mkN "masochist" "masochists"; -lin masochistic_A = compoundA (mkA "masochistic"); -lin masochistically_Adv = mkAdv "masochistically"; -lin mason_N = mkN "mason" "masons"; -lin mason_dixon_PN = mkPN "Mason-dixon"; -lin masonic_A = compoundA (mkA "masonic"); -lin masonry_N = mkN "masonry" "-" {- FIXME: no plural form -}; -lin masque_N = mkN "masque" "masques"; -lin masquerade_N = mkN "masquerade" "masquerades"; -lin masquerade_V = mkV "masquerade" "masquerades" "masqueraded" "masqueraded" "masquerading"; -lin mass_N = mkN "mass" "masses"; -lin mass_V = mkV "mass" "masses" "massed" "massed" "massing"; -lin mass_V2 = mkV2 (mkV "mass" "masses" "massed" "massed" "massing"); -lin mass_produce_V2 = mkV2 (mkV "mass-produce" "mass-produces" "mass-produced" "mass-produced" "mass-producing"); -lin massachusetts_PN = mkPN "Massachusetts"; -lin massacre_N = mkN "massacre" "massacres"; -lin massacre_V2 = mkV2 (mkV "massacre" "massacres" "massacred" "massacred" "massacring"); -lin massage_N = mkN "massage" "massages"; -lin massage_V2 = mkV2 (mkV "massage" "massages" "massaged" "massaged" "massaging"); -lin masseur_N = mkN "masseur" "masseurs"; -lin masseuse_N = mkN "masseuse" "masseuses"; -lin massif_N = mkN "massif" "massifs"; -lin massive_A = compoundA (mkA "massive"); -lin massively_Adv = mkAdv "massively"; -lin massiveness_N = mkN "massiveness" "-" {- FIXME: no plural form -}; -lin massy_A = mkA "massy" "massier"; -lin mast_N = mkN "mast" "masts"; -lin master_N = mkN "master" "masters"; -lin master_V2 = mkV2 (mkV "master" "masters" "mastered" "mastered" "mastering"); -lin master_at_arms_N = mkN "master-at-arms" "IRREG"; -lin master_key_N = mkN "master-key" "master-keys"; -lin masterful_A = compoundA (mkA "masterful"); -lin masterfully_Adv = mkAdv "masterfully"; -lin masterless_A = compoundA (mkA "masterless"); -lin masterly_A = compoundA (mkA "masterly"); -lin mastermind_N = mkN "mastermind" "masterminds"; -lin mastermind_V2 = mkV2 (mkV "mastermind" "masterminds" "masterminded" "masterminded" "masterminding"); -lin masterpiece_N = mkN "masterpiece" "masterpieces"; -lin mastership_N = mkN "mastership" "masterships"; -lin masterstroke_N = mkN "masterstroke" "masterstrokes"; -lin mastery_N = mkN "mastery" "-" {- FIXME: no plural form -}; -lin masthead_N = mkN "masthead" "mastheads"; -lin masticate_V2 = mkV2 (mkV "masticate" "masticates" "masticated" "masticated" "masticating"); -lin mastication_N = mkN "mastication" "-" {- FIXME: no plural form -}; -lin mastiff_N = mkN "mastiff" "mastiffs"; -lin mastodon_N = mkN "mastodon" "mastodons"; -lin mastoid_N = mkN "mastoid" "mastoids"; -lin mastoiditis_N = mkN "mastoiditis" "-" {- FIXME: no plural form -}; -lin masturbate_V = mkV "masturbate" "masturbates" "masturbated" "masturbated" "masturbating"; -lin masturbate_V2 = mkV2 (mkV "masturbate" "masturbates" "masturbated" "masturbated" "masturbating"); -lin masturbation_N = mkN "masturbation" "-" {- FIXME: no plural form -}; -lin mat_A = compoundA (mkA "mat"); -lin mat_N = mkN "mat" "mats"; -lin mat_V = mkV "mat" "mats" "matted" "matted" "matting"; -lin mat_V2 = mkV2 (mkV "mat" "mats" "matted" "matted" "matting"); -lin matador_N = mkN "matador" "matadors"; -lin match_N = mkN "match" "matches"; -lin match_V = mkV "match" "matches" "matched" "matched" "matching"; -lin match_V2 = mkV2 (mkV "match" "matches" "matched" "matched" "matching"); -lin match_point_N = mkN "match-point" "match-points"; -lin matchbox_N = mkN "matchbox" "matchboxes"; -lin matchet_N = mkN "matchet" "matchets"; -lin matchless_A = compoundA (mkA "matchless"); -lin matchlock_N = mkN "matchlock" "matchlocks"; -lin matchmaker_N = mkN "matchmaker" "matchmakers"; -lin matchwood_N = mkN "matchwood" "-" {- FIXME: no plural form -}; -lin mate_1_N = mkN "mate" "mates"; -lin mate_V = mkV "mate" "mates" "mated" "mated" "mating"; -lin mate_V2 = mkV2 (mkV "mate" "mates" "mated" "mated" "mating"); -lin material_A = compoundA (mkA "material"); -lin material_N = mkN "material" "materials"; -lin materialism_N = mkN "materialism" "-" {- FIXME: no plural form -}; -lin materialist_N = mkN "materialist" "materialists"; -lin materialistic_A = compoundA (mkA "materialistic"); -lin materialistically_Adv = mkAdv "materialistically"; -lin materialization_N = mkN "materialization" "materializations"; -lin materialize_V = mkV "materialize" "materializes" "materialized" "materialized" "materializing"; -lin materially_Adv = mkAdv "materially"; -lin maternal_A = compoundA (mkA "maternal"); -lin maternally_Adv = mkAdv "maternally"; -lin maternity_N = mkN "maternity" "-" {- FIXME: no plural form -}; -lin matey_A = compoundA (mkA "matey"); -lin mathematical_A = compoundA (mkA "mathematical"); -lin mathematically_Adv = mkAdv "mathematically"; -lin mathematician_N = mkN "mathematician" "mathematicians"; -lin mathematics_N = mkN "mathematics" "mathematics"; -lin maths_N = mkN "maths" "maths"; -lin matinee_N = mkN "matinée" "matinées"; -lin matlock_PN = mkPN "Matlock"; -lin matriarch_N = mkN "matriarch" "matriarchs"; -lin matriarchal_A = compoundA (mkA "matriarchal"); -lin matriarchy_N = mkN "matriarchy" "matriarchies"; -lin matric_N = mkN "matric" "matrics"; -lin matricide_N = mkN "matricide" "matricides"; -lin matriculate_V = mkV "matriculate" "matriculates" "matriculated" "matriculated" "matriculating"; -lin matriculate_V2 = mkV2 (mkV "matriculate" "matriculates" "matriculated" "matriculated" "matriculating"); -lin matriculation_N = mkN "matriculation" "matriculations"; -lin matrimonial_A = compoundA (mkA "matrimonial"); -lin matrimony_N = mkN "matrimony" "-" {- FIXME: no plural form -}; -lin matrix_N = mkN "matrix" "matrixes"; -lin matron_N = mkN "matron" "matrons"; -lin matronly_A = compoundA (mkA "matronly"); -lin matt_A = compoundA (mkA "matt"); -lin matt_PN = mkPN "Matt"; -lin matted_A = compoundA (mkA "matted"); -lin matter_N = mkN "matter" "matters"; -lin matter_V = mkV "matter" "matters" "mattered" "mattered" "mattering"; -lin matter_of_course_A = compoundA (mkA "matter-of-course"); -lin matter_of_fact_A = compoundA (mkA "matter-of-fact"); -lin matthew_PN = mkPN "Matthew"; -lin matting_N = mkN "matting" "-" {- FIXME: no plural form -}; -lin mattock_N = mkN "mattock" "mattocks"; -lin mattress_N = mkN "mattress" "mattresses"; -lin maturate_V = mkV "maturate" "maturates" "maturated" "maturated" "maturating"; -lin maturation_N = mkN "maturation" "-" {- FIXME: no plural form -}; -lin mature_A = compoundA (mkA "mature"); -lin mature_V = mkV "mature" "matures" "matured" "matured" "maturing"; -lin mature_V2 = mkV2 (mkV "mature" "matures" "matured" "matured" "maturing"); -lin maturely_Adv = mkAdv "maturely"; -lin maturity_N = mkN "maturity" "-" {- FIXME: no plural form -}; -lin matutinal_A = compoundA (mkA "matutinal"); -lin mate_2_N = mkN "maté" "matés" ; -lin maud_PN = mkPN "Maud"; -lin maudie_PN = mkPN "Maudie"; -lin maudlin_A = compoundA (mkA "maudlin"); -lin maul_V2 = mkV2 (mkV "maul" "mauls" "mauled" "mauled" "mauling"); -lin maulstick_N = mkN "maulstick" "maulsticks"; -lin maunder_V = mkV "maunder" "maunders" "maundered" "maundered" "maundering"; -lin maundy_thursday_N = mkN "maundy thursday" "maundy thursdays"; -lin maundy_thursday_PN = mkPN "Maundy thursday"; -lin maureen_PN = mkPN "Maureen"; -lin maurice_PN = mkPN "Maurice"; -lin mauritania_PN = mkPN "Mauritania"; -lin mauritanian_A = compoundA (mkA "mauritanian"); -lin mauritanian_N = mkN "mauritanian" "mauritanians"; -lin mauritian_A = compoundA (mkA "mauritian"); -lin mauritian_N = mkN "mauritian" "mauritians"; -lin mauritius_PN = mkPN "Mauritius"; -lin mausoleum_N = mkN "mausoleum" "mausoleums"; -lin mauve_A = compoundA (mkA "mauve"); -lin mauve_N = mkN "mauve" "mauves"; -lin maverick_N = mkN "maverick" "mavericks"; -lin mavis_N = mkN "mavis" "mavises"; -lin mavis_PN = mkPN "Mavis"; -lin maw_N = mkN "maw" "maws"; -lin mawkish_A = compoundA (mkA "mawkish"); -lin mawkishly_Adv = mkAdv "mawkishly"; -lin mawkishness_N = mkN "mawkishness" "-" {- FIXME: no plural form -}; -lin max_N = mkN "max" "-" {- FIXME: no plural form -}; -lin max_PN = mkPN "Max"; -lin maxim_N = mkN "maxim" "maxims"; -lin maximal_A = compoundA (mkA "maximal"); -lin maximally_Adv = mkAdv "maximally"; -lin maximization_N = mkN "maximization" "maximizations"; -lin maximize_V2 = mkV2 (mkV "maximize" "maximizes" "maximized" "maximized" "maximizing"); -lin maximum_A = compoundA (mkA "maximum"); -lin maximum_N = mkN "maximum" "maximums"; -lin maxine_PN = mkPN "Maxine"; -lin may_N = mkN "may" "mays"; -lin may_PN = mkPN "May"; -lin may_beetle_N = mkN "may-beetle" "may-beetles"; -lin may_bug_N = mkN "may-bug" "may-bugs"; -lin maybe_Adv = mkAdv "maybe"; -lin mayday_N = mkN "mayday" "maydays"; -lin mayfair_PN = mkPN "Mayfair"; -lin mayfield_PN = mkPN "Mayfield"; -lin mayfly_N = mkN "mayfly" "mayflies"; -lin mayhem_N = mkN "mayhem" "-" {- FIXME: no plural form -}; -lin mayo_PN = mkPN "Mayo"; -lin mayonnaise_N = mkN "mayonnaise" "-" {- FIXME: no plural form -}; -lin mayor_N = mkN "mayor" "mayors"; -lin mayoral_A = compoundA (mkA "mayoral"); -lin mayoralty_N = mkN "mayoralty" "mayoralties"; -lin mayoress_N = mkN "mayoress" "mayoresses"; -lin maypole_N = mkN "maypole" "maypoles"; -lin maze_N = mkN "maze" "mazes"; -lin mazed_A = compoundA (mkA "mazed"); -lin mazurka_N = mkN "mazurka" "mazurkas"; -lin mb_N = mkN "mb" "-" {- FIXME: no plural form -}; -lin mc_N = mkN "mc" "-" {- FIXME: no plural form -}; -lin mcc_N = mkN "mcc" "-" {- FIXME: no plural form -}; -lin mccarthyism_N = mkN "mccarthyism" "-" {- FIXME: no plural form -}; -lin md_N = mkN "md" "-" {- FIXME: no plural form -}; -lin mead_N = mkN "mead" "meads"; -lin meadow_N = mkN "meadow" "meadows"; -lin meagre_A = compoundA (mkA "meagre"); -lin meagrely_Adv = mkAdv "meagrely"; -lin meagreness_N = mkN "meagreness" "-" {- FIXME: no plural form -}; -lin meal_N = mkN "meal" "meals"; -lin mealie_N = mkN "mealie" "mealies"; -lin mealtime_N = mkN "mealtime" "mealtimes"; -lin mealy_A = mkA "mealy" "mealier"; -lin mealy_bug_N = mkN "mealy-bug" "mealy-bugs"; -lin mealy_mouthed_A = compoundA (mkA "mealy-mouthed"); -lin mean_A = mkA "mean" "meaner"; -lin mean_N = mkN "mean" "means"; -lin mean_V2 = mkV2 (IrregEng.mean_V); -lin meander_V = mkV "meander" "meanders" "meandered" "meandered" "meandering"; -lin meanderingly_Adv = mkAdv "meanderingly"; -lin meanie_N = mkN "meanie" "meanies"; -lin meaning_A = compoundA (mkA "meaning"); -lin meaning_N = mkN "meaning" "meanings"; -lin meaningful_A = compoundA (mkA "meaningful"); -lin meaningfully_Adv = mkAdv "meaningfully"; -lin meaningless_A = compoundA (mkA "meaningless"); -lin meaningly_Adv = mkAdv "meaningly"; -lin meanly_Adv = mkAdv "meanly"; -lin meanness_N = mkN "meanness" "-" {- FIXME: no plural form -}; -lin meantime_Adv = mkAdv "meantime"; -lin meantime_N = mkN "meantime" "-" {- FIXME: no plural form -}; -lin meanwhile_Adv = mkAdv "meanwhile"; -lin meany_N = mkN "meany" "meanies"; -lin measles_N = mkN "measles" "measles"; -lin measly_A = compoundA (mkA "measly"); -lin measurable_A = compoundA (mkA "measurable"); -lin measurably_Adv = mkAdv "measurably"; -lin measure_N = mkN "measure" "measures"; -lin measure_V = mkV "measure" "measures" "measured" "measured" "measuring"; -lin measure_V2 = mkV2 (mkV "measure" "measures" "measured" "measured" "measuring"); -lin measured_A = compoundA (mkA "measured"); -lin measureless_A = compoundA (mkA "measureless"); -lin measurement_N = mkN "measurement" "measurements"; -lin meat_N = mkN "meat" "meats"; -lin meat_safe_N = mkN "meat-safe" "meat-safes"; -lin meatball_N = mkN "meatball" "meatballs"; -lin meath_PN = mkPN "Meath"; -lin meatless_A = compoundA (mkA "meatless"); -lin meaty_A = mkA "meaty" "meatier"; -lin mecca_PN = mkPN "Mecca"; -lin mechanic_N = mkN "mechanic" "mechanics"; -lin mechanical_A = compoundA (mkA "mechanical"); -lin mechanically_Adv = mkAdv "mechanically"; -lin mechanics_N = mkN "mechanics" "mechanics"; -lin mechanism_N = mkN "mechanism" "mechanisms"; -lin mechanistic_A = compoundA (mkA "mechanistic"); -lin mechanistically_Adv = mkAdv "mechanistically"; -lin mechanization_N = mkN "mechanization" "mechanizations"; -lin mechanize_V2 = mkV2 (mkV "mechanize" "mechanizes" "mechanized" "mechanized" "mechanizing"); -lin med_N = mkN "med" "-" {- FIXME: no plural form -}; -lin medal_N = mkN "medal" "medals"; -lin medalist_N = mkN "medalist" "medalists"; -lin medallion_N = mkN "medallion" "medallions"; -lin medallist_N = mkN "medallist" "medallists"; -lin medan_PN = mkPN "Medan"; -lin meddle_V = mkV "meddle" "meddles" "meddled" "meddled" "meddling"; -lin meddler_N = mkN "meddler" "meddlers"; -lin meddlesome_A = compoundA (mkA "meddlesome"); -lin medellin_PN = mkPN "Medellin"; -lin mediaeval_A = compoundA (mkA "mediaeval"); -lin medial_A = compoundA (mkA "medial"); -lin medially_Adv = mkAdv "medially"; -lin median_A = compoundA (mkA "median"); -lin median_N = mkN "median" "medians"; -lin mediate_V = mkV "mediate" "mediates" "mediated" "mediated" "mediating"; -lin mediate_V2 = mkV2 (mkV "mediate" "mediates" "mediated" "mediated" "mediating"); -lin mediation_N = mkN "mediation" "-" {- FIXME: no plural form -}; -lin mediator_N = mkN "mediator" "mediators"; -lin medic_N = mkN "medic" "medics"; -lin medical_A = compoundA (mkA "medical"); -lin medical_N = mkN "medical" "medicals"; -lin medically_Adv = mkAdv "medically"; -lin medicament_N = mkN "medicament" "medicaments"; -lin medicare_N = mkN "medicare" "-" {- FIXME: no plural form -}; -lin medicate_V2 = mkV2 (mkV "medicate" "medicates" "medicated" "medicated" "medicating"); -lin medication_N = mkN "medication" "medications"; -lin medicinal_A = compoundA (mkA "medicinal"); -lin medicine_N = mkN "medicine" "medicines"; -lin medicine_ball_N = mkN "medicine-ball" "medicine-balls"; -lin medicine_chest_N = mkN "medicine-chest" "medicine-chests"; -lin medicine_man_N = mkN "medicine-man" "medicine-men" {- FIXME: guessed plural form -}; -lin medico_N = mkN "medico" "medicos"; -lin medieval_A = compoundA (mkA "medieval"); -lin mediocre_A = compoundA (mkA "mediocre"); -lin mediocrity_N = mkN "mediocrity" "mediocrities"; -lin meditate_V = mkV "meditate" "meditates" "meditated" "meditated" "meditating"; -lin meditate_V2 = mkV2 (mkV "meditate" "meditates" "meditated" "meditated" "meditating"); -lin meditation_N = mkN "meditation" "meditations"; -lin meditative_A = compoundA (mkA "meditative"); -lin meditatively_Adv = mkAdv "meditatively"; -lin mediterranean_A = compoundA (mkA "mediterranean"); -lin medium_A = compoundA (mkA "medium"); -lin medium_N = mkN "medium" "mediums"; -lin medlar_N = mkN "medlar" "medlars"; -lin medley_N = mkN "medley" "medleys"; -lin meed_N = mkN "meed" "meeds"; -lin meek_A = mkA "meek" "meeker"; -lin meekly_Adv = mkAdv "meekly"; -lin meekness_N = mkN "meekness" "-" {- FIXME: no plural form -}; -lin meerschaum_N = mkN "meerschaum" "meerschaums"; -lin meet_A = compoundA (mkA "meet"); -lin meet_N = mkN "meet" "meets"; -lin meet_V = IrregEng.meet_V; -lin meet_V2 = mkV2 (IrregEng.meet_V); -lin meeting_N = mkN "meeting" "meetings"; -lin meeting_house_N = mkN "meeting-house" "meeting-houses"; -lin meeting_place_N = mkN "meeting-place" "meeting-places"; -lin meg_PN = mkPN "Meg"; -lin megacycle_N = mkN "megacycle" "megacycles"; -lin megadeath_N = mkN "megadeath" "megadeaths"; -lin megalith_N = mkN "megalith" "megaliths"; -lin megalithic_A = compoundA (mkA "megalithic"); -lin megalomania_N = mkN "megalomania" "-" {- FIXME: no plural form -}; -lin megalomaniac_N = mkN "megalomaniac" "megalomaniacs"; -lin megaphone_N = mkN "megaphone" "megaphones"; -lin megaton_N = mkN "megaton" "megatons"; -lin megrim_N = mkN "megrim" "megrims"; -lin meiosis_N = mkN "meiosis" "-" {- FIXME: no plural form -}; -lin melancholia_N = mkN "melancholia" "-" {- FIXME: no plural form -}; -lin melancholic_A = compoundA (mkA "melancholic"); -lin melancholy_A = compoundA (mkA "melancholy"); -lin melancholy_N = mkN "melancholy" "-" {- FIXME: no plural form -}; -lin melbourne_PN = mkPN "Melbourne"; -lin melcombe_PN = mkPN "Melcombe"; -lin melcombe_regis_PN = mkPN "Melcombe regis"; -lin meliorate_V = mkV "meliorate" "meliorates" "meliorated" "meliorated" "meliorating"; -lin meliorate_V2 = mkV2 (mkV "meliorate" "meliorates" "meliorated" "meliorated" "meliorating"); -lin melioration_N = mkN "melioration" "meliorations"; -lin meliorism_N = mkN "meliorism" "-" {- FIXME: no plural form -}; -lin melksham_PN = mkPN "Melksham"; -lin mellifluous_A = compoundA (mkA "mellifluous"); -lin mellow_A = mkA "mellow" "mellower"; -lin mellow_V = mkV "mellow" "mellows" "mellowed" "mellowed" "mellowing"; -lin mellow_V2 = mkV2 (mkV "mellow" "mellows" "mellowed" "mellowed" "mellowing"); -lin mellowly_Adv = mkAdv "mellowly"; -lin mellowness_N = mkN "mellowness" "-" {- FIXME: no plural form -}; -lin melodic_A = compoundA (mkA "melodic"); -lin melodious_A = compoundA (mkA "melodious"); -lin melodiously_Adv = mkAdv "melodiously"; -lin melodiousness_N = mkN "melodiousness" "-" {- FIXME: no plural form -}; -lin melodrama_N = mkN "melodrama" "melodramas"; -lin melodramatic_A = compoundA (mkA "melodramatic"); -lin melodramatically_Adv = mkAdv "melodramatically"; -lin melody_N = mkN "melody" "melodies"; -lin melon_N = mkN "melon" "melons"; -lin melt_V = mkV "melt" "melts" "melted" "melted" "melting"; -lin melt_V2 = mkV2 (mkV "melt" "melts" "melted" "melted" "melting"); -lin meltham_PN = mkPN "Meltham"; -lin melting_A = compoundA (mkA "melting"); -lin melting_point_N = mkN "melting-point" "melting-points"; -lin melting_pot_N = mkN "melting-pot" "melting-pots"; -lin melton_mowbray_PN = mkPN "Melton mowbray"; -lin member_N = mkN "member" "members"; -lin membership_N = mkN "membership" "-" {- FIXME: no plural form -}; -lin membrane_N = mkN "membrane" "membranes"; -lin membranous_A = compoundA (mkA "membranous"); -lin memento_N = mkN "memento" "mementos"; -lin memo_N = mkN "memo" "memos"; -lin memoir_N = mkN "memoir" "memoirs"; -lin memorable_A = compoundA (mkA "memorable"); -lin memorably_Adv = mkAdv "memorably"; -lin memorandum_N = mkN "memorandum" "memorandums"; -lin memorial_N = mkN "memorial" "memorials"; -lin memorialize_V2 = mkV2 (mkV "memorialize" "memorializes" "memorialized" "memorialized" "memorializing"); -lin memorize_V2 = mkV2 (mkV "memorize" "memorizes" "memorized" "memorized" "memorizing"); -lin memory_N = mkN "memory" "memories"; -lin memphis_PN = mkPN "Memphis"; -lin memsahib_N = mkN "memsahib" "memsahibs"; -lin menace_N = mkN "menace" "menaces"; -lin menace_V2 = mkV2 (mkV "menace" "menaces" "menaced" "menaced" "menacing"); -lin menacingly_Adv = mkAdv "menacingly"; -lin menagerie_N = mkN "menagerie" "menageries"; -lin mend_N = mkN "mend" "mends"; -lin mend_V = mkV "mend" "mends" "mended" "mended" "mending"; -lin mend_V2 = mkV2 (mkV "mend" "mends" "mended" "mended" "mending"); -lin mendacious_A = compoundA (mkA "mendacious"); -lin mendaciously_Adv = mkAdv "mendaciously"; -lin mendacity_N = mkN "mendacity" "mendacities"; -lin mendelian_A = compoundA (mkA "mendelian"); -lin mender_N = mkN "mender" "menders"; -lin mendicant_A = compoundA (mkA "mendicant"); -lin mendicant_N = mkN "mendicant" "mendicants"; -lin mending_N = mkN "mending" "-" {- FIXME: no plural form -}; -lin menial_A = compoundA (mkA "menial"); -lin menial_N = mkN "menial" "menials"; -lin menially_Adv = mkAdv "menially"; -lin meningitis_N = mkN "meningitis" "-" {- FIXME: no plural form -}; -lin menopause_N = mkN "menopause" "menopauses"; -lin menstrual_A = compoundA (mkA "menstrual"); -lin menstruate_V = mkV "menstruate" "menstruates" "menstruated" "menstruated" "menstruating"; -lin menstruation_N = mkN "menstruation" "-" {- FIXME: no plural form -}; -lin mensurable_A = compoundA (mkA "mensurable"); -lin mensuration_N = mkN "mensuration" "mensurations"; -lin mental_A = compoundA (mkA "mental"); -lin mentality_N = mkN "mentality" "mentalities"; -lin mentally_Adv = mkAdv "mentally"; -lin menthol_N = mkN "menthol" "-" {- FIXME: no plural form -}; -lin mentholated_A = compoundA (mkA "mentholated"); -lin mention_N = mkN "mention" "mentions"; -lin mention_V2 = mkV2 (mkV "mention" "mentions" "mentioned" "mentioned" "mentioning"); -lin mentioned_A = compoundA (mkA "mentioned"); -lin mentor_N = mkN "mentor" "mentors"; -lin menu_N = mkN "menu" "menus"; -lin meopham_PN = mkPN "Meopham"; -lin mephistophelian_A = compoundA (mkA "mephistophelian"); -lin mercantile_A = compoundA (mkA "mercantile"); -lin mercator_PN = mkPN "Mercator"; -lin mercenary_A = compoundA (mkA "mercenary"); -lin mercenary_N = mkN "mercenary" "mercenaries"; -lin mercer_N = mkN "mercer" "mercers"; -lin mercerize_V2 = mkV2 (mkV "mercerize" "mercerizes" "mercerized" "mercerized" "mercerizing"); -lin merchandise_N = mkN "merchandise" "-" {- FIXME: no plural form -}; -lin merchant_N = mkN "merchant" "merchants"; -lin merchantman_N = mkN "merchantman" "merchantmen" {- FIXME: guessed plural form -}; -lin merciful_A = compoundA (mkA "merciful"); -lin mercifully_Adv = mkAdv "mercifully"; -lin merciless_A = compoundA (mkA "merciless"); -lin mercilessly_Adv = mkAdv "mercilessly"; -lin mercurial_A = compoundA (mkA "mercurial"); -lin mercury_N = mkN "mercury" "-" {- FIXME: no plural form -}; -lin mercury_PN = mkPN "Mercury"; -lin mercy_N = mkN "mercy" "mercies"; -lin mere_A = compoundA (mkA "mere"); -lin mere_N = mkN "mere" "meres"; -lin merely_Adv = mkAdv "merely"; -lin meretricious_A = compoundA (mkA "meretricious"); -lin meretriciously_Adv = mkAdv "meretriciously"; -lin meretriciousness_N = mkN "meretriciousness" "-" {- FIXME: no plural form -}; -lin merge_V = mkV "merge" "merges" "merged" "merged" "merging"; -lin merge_V2 = mkV2 (mkV "merge" "merges" "merged" "merged" "merging"); -lin merger_N = mkN "merger" "mergers"; -lin meridian_N = mkN "meridian" "meridians"; -lin meridional_A = compoundA (mkA "meridional"); -lin meringue_N = mkN "meringue" "meringues"; -lin merino_N = mkN "merino" "-" {- FIXME: no plural form -}; -lin merino_sheep_N = mkN "merino-sheep" "merino-sheep"; -lin merit_N = mkN "merit" "merits"; -lin merit_V2 = mkV2 (mkV "merit" "merits" "merited" "merited" "meriting"); -lin meritocracy_N = mkN "meritocracy" "meritocracies"; -lin meritocratic_A = compoundA (mkA "meritocratic"); -lin meritorious_A = compoundA (mkA "meritorious"); -lin meritoriously_Adv = mkAdv "meritoriously"; -lin mermaid_N = mkN "mermaid" "mermaids"; -lin merman_N = mkN "merman" "mermen" {- FIXME: guessed plural form -}; -lin merrily_Adv = mkAdv "merrily"; -lin merriment_N = mkN "merriment" "-" {- FIXME: no plural form -}; -lin merry_A = mkA "merry" "merrier"; -lin merry_go_round_N = mkN "merry-go-round" "merry-go-rounds"; -lin merrymaker_N = mkN "merrymaker" "merrymakers"; -lin merrymaking_N = mkN "merrymaking" "-" {- FIXME: no plural form -}; -lin merthyr_tydfil_PN = mkPN "Merthyr tydfil"; -lin merton_PN = mkPN "Merton"; -lin mescal_N = mkN "mescal" "mescals"; -lin mescaline_N = mkN "mescaline" "-" {- FIXME: no plural form -}; -lin meseems_Adv = mkAdv "meseems"; -lin mesh_N = mkN "mesh" "meshes"; -lin mesh_V = mkV "mesh" "meshes" "meshed" "meshed" "meshing"; -lin mesh_V2 = mkV2 (mkV "mesh" "meshes" "meshed" "meshed" "meshing"); -lin mesmeric_A = compoundA (mkA "mesmeric"); -lin mesmerism_N = mkN "mesmerism" "-" {- FIXME: no plural form -}; -lin mesmerist_N = mkN "mesmerist" "mesmerists"; -lin mesmerize_V2 = mkV2 (mkV "mesmerize" "mesmerizes" "mesmerized" "mesmerized" "mesmerizing"); -lin meson_N = mkN "meson" "mesons"; -lin mess_N = mkN "mess" "messes"; -lin mess_V = mkV "mess" "messes" "messed" "messed" "messing"; -lin mess_V2 = mkV2 (mkV "mess" "messes" "messed" "messed" "messing"); -lin mess_jacket_N = mkN "mess-jacket" "mess-jackets"; -lin mess_up_N = mkN "mess-up" "mess-ups"; -lin message_N = mkN "message" "messages"; -lin messenger_N = mkN "messenger" "messengers"; -lin messiah_N = mkN "messiah" "messiahs"; -lin messianic_A = compoundA (mkA "messianic"); -lin messily_Adv = mkAdv "messily"; -lin messina_PN = mkPN "Messina"; -lin messiness_N = mkN "messiness" "-" {- FIXME: no plural form -}; -lin messmate_N = mkN "messmate" "messmates"; -lin messuage_N = mkN "messuage" "messuages"; -lin messy_A = mkA "messy" "messier"; -lin met_PN = mkPN "Met"; -lin metabolic_A = compoundA (mkA "metabolic"); -lin metabolism_N = mkN "metabolism" "-" {- FIXME: no plural form -}; -lin metacarpal_A = compoundA (mkA "metacarpal"); -lin metacarpal_N = mkN "metacarpal" "metacarpals"; -lin metal_N = mkN "metal" "metals"; -lin metal_V2 = mkV2 (mkV "metal" "metals" "metalled" "metalled" "metalling"); -lin metallic_A = compoundA (mkA "metallic"); -lin metallurgical_A = compoundA (mkA "metallurgical"); -lin metallurgist_N = mkN "metallurgist" "metallurgists"; -lin metallurgy_N = mkN "metallurgy" "-" {- FIXME: no plural form -}; -lin metalwork_N = mkN "metalwork" "metalworks"; -lin metalworker_N = mkN "metalworker" "metalworkers"; -lin metamorphose_V = mkV "metamorphose" "metamorphoses" "metamorphosed" "metamorphosed" "metamorphosing"; -lin metamorphose_V2 = mkV2 (mkV "metamorphose" "metamorphoses" "metamorphosed" "metamorphosed" "metamorphosing"); -lin metamorphosis_N = mkN "metamorphosis" "metamorphoses" {- FIXME: guessed plural form -}; -lin metaphor_N = mkN "metaphor" "metaphors"; -lin metaphorical_A = compoundA (mkA "metaphorical"); -lin metaphorically_Adv = mkAdv "metaphorically"; -lin metaphysical_A = compoundA (mkA "metaphysical"); -lin metaphysically_Adv = mkAdv "metaphysically"; -lin metaphysics_N = mkN "metaphysics" "metaphysics"; -lin metatarsal_A = compoundA (mkA "metatarsal"); -lin metatarsal_N = mkN "metatarsal" "metatarsals"; -lin mete_V2 = mkV2 (mkV "mete" "metes" "meted" "meted" "meting"); -lin meteor_N = mkN "meteor" "meteors"; -lin meteoric_A = compoundA (mkA "meteoric"); -lin meteorite_N = mkN "meteorite" "meteorites"; -lin meteorological_A = compoundA (mkA "meteorological"); -lin meteorologist_N = mkN "meteorologist" "meteorologists"; -lin meteorology_N = mkN "meteorology" "-" {- FIXME: no plural form -}; -lin meter_N = mkN "meter" "meters"; -lin methane_N = mkN "methane" "-" {- FIXME: no plural form -}; -lin methinks_Adv = mkAdv "methinks"; -lin method_N = mkN "method" "methods"; -lin methodical_A = compoundA (mkA "methodical"); -lin methodically_Adv = mkAdv "methodically"; -lin methodism_N = mkN "methodism" "-" {- FIXME: no plural form -}; -lin methodist_A = compoundA (mkA "methodist"); -lin methodist_N = mkN "methodist" "methodists"; -lin methodological_A = compoundA (mkA "methodological"); -lin methodologically_Adv = mkAdv "methodologically"; -lin methodology_N = mkN "methodology" "methodologies"; -lin methought_Adv = mkAdv "methought"; -lin methuselah_PN = mkPN "Methuselah"; -lin methyl_N = mkN "methyl" "methyls"; -lin methylated_A = compoundA (mkA "methylated"); -lin meticulous_A = compoundA (mkA "meticulous"); -lin meticulously_Adv = mkAdv "meticulously"; -lin meticulousness_N = mkN "meticulousness" "-" {- FIXME: no plural form -}; -lin metre_N = mkN "metre" "metres"; -lin metric_A = compoundA (mkA "metric"); -lin metrical_A = compoundA (mkA "metrical"); -lin metrically_Adv = mkAdv "metrically"; -lin metrication_N = mkN "metrication" "metrications"; -lin metricize_V2 = mkV2 (mkV "metricize" "metricizes" "metricized" "metricized" "metricizing"); -lin metro_N = mkN "metro" "metros"; -lin metronome_N = mkN "metronome" "metronomes"; -lin metropolis_N = mkN "metropolis" "metropolises"; -lin metropolitan_A = compoundA (mkA "metropolitan"); -lin metropolitan_N = mkN "metropolitan" "metropolitans"; -lin mettle_N = mkN "mettle" "-" {- FIXME: no plural form -}; -lin mettlesome_A = compoundA (mkA "mettlesome"); -lin metz_PN = mkPN "Metz"; -lin mew_N = mkN "mew" "mews"; -lin mew_V = mkV "mew" "mews" "mewed" "mewed" "mewing"; -lin mews_N = mkN "mews" "mews"; -lin mexican_A = compoundA (mkA "mexican"); -lin mexican_N = mkN "mexican" "mexicans"; -lin mexico_PN = mkPN "Mexico"; -lin mexico_city_PN = mkPN "Mexico city"; -lin mezzanine_A = compoundA (mkA "mezzanine"); -lin mezzanine_N = mkN "mezzanine" "mezzanines"; -lin mezzo_Adv = mkAdv "mezzo"; -lin mezzo_soprano_N = mkN "mezzo-soprano" "mezzo-sopranos"; -lin mezzotint_N = mkN "mezzotint" "mezzotints"; -lin mg_N = mkN "mg" "mg"; -lin mgr_PN = mkPN "Mgr"; -lin mi5_PN = mkPN "Mi5"; -lin mi6_PN = mkPN "Mi6"; -lin mi_N = mkN "mi" "IRREG"; -lin miami_PN = mkPN "Miami"; -lin miaou_N = mkN "miaou" "miaous"; -lin miaou_V = mkV "miaou" "miaous" "miaoued" "miaoued" "miaouing"; -lin miaow_N = mkN "miaow" "miaows"; -lin miaow_V = mkV "miaow" "miaows" "miaowed" "miaowed" "miaowing"; -lin miasma_N = mkN "miasma" "miasmas"; -lin mica_N = mkN "mica" "-" {- FIXME: no plural form -}; -lin michael_PN = mkPN "Michael"; -lin michaelmas_N = mkN "michaelmas" "michaelmases"; -lin michaelmas_PN = mkPN "Michaelmas"; -lin michelle_PN = mkPN "Michelle"; -lin michigan_PN = mkPN "Michigan"; -lin mick_PN = mkPN "Mick"; -lin mickey_N = mkN "mickey" "IRREG"; -lin mickey_PN = mkPN "Mickey"; -lin mickle_N = mkN "mickle" "IRREG"; -lin micro_organism_N = mkN "micro-organism" "micro-organisms"; -lin microbe_N = mkN "microbe" "microbes"; -lin microbiology_N = mkN "microbiology" "-" {- FIXME: no plural form -}; -lin microcosm_N = mkN "microcosm" "microcosms"; -lin microdot_N = mkN "microdot" "microdots"; -lin microelectronics_N = mkN "microelectronics" "microelectronics"; -lin microfiche_N = mkN "microfiche" "microfiches"; -lin microfilm_N = mkN "microfilm" "microfilms"; -lin microfilm_V2 = mkV2 (mkV "microfilm" "microfilms" "microfilmed" "microfilmed" "microfilming"); -lin micrometer_N = mkN "micrometer" "micrometers"; -lin micron_N = mkN "micron" "microns"; -lin microphone_N = mkN "microphone" "microphones"; -lin microscope_N = mkN "microscope" "microscopes"; -lin microscopic_A = compoundA (mkA "microscopic"); -lin microscopical_A = compoundA (mkA "microscopical"); -lin microscopically_Adv = mkAdv "microscopically"; -lin microscopy_N = mkN "microscopy" "-" {- FIXME: no plural form -}; -lin microwave_N = mkN "microwave" "microwaves"; -lin mid_A = compoundA (mkA "mid"); -lin mid_off_N = mkN "mid-off" "mid-ofves" {- FIXME: guessed plural form -}; -lin mid_on_N = mkN "mid-on" "mid-a" {- FIXME: guessed plural form -}; -lin midday_N = mkN "midday" "-" {- FIXME: no plural form -}; -lin midden_N = mkN "midden" "middens"; -lin middle_N = mkN "middle" "middles"; -lin middle_aged_A = compoundA (mkA "middle-aged"); -lin middle_class_A = compoundA (mkA "middle-class"); -lin middle_distance_A = compoundA (mkA "middle-distance"); -lin middle_of_the_road_A = compoundA (mkA "middle-of-the-road"); -lin middleman_N = mkN "middleman" "middlemen" {- FIXME: guessed plural form -}; -lin middlesex_PN = mkPN "Middlesex"; -lin middleton_PN = mkPN "Middleton"; -lin middleweight_A = compoundA (mkA "middleweight"); -lin middleweight_N = mkN "middleweight" "middleweights"; -lin middlewich_PN = mkPN "Middlewich"; -lin middling_A = compoundA (mkA "middling"); -lin middling_Adv = mkAdv "middling"; -lin middling_N = mkN "middling" "middlings"; -lin middy_N = mkN "middy" "middies"; -lin midfield_N = mkN "midfield" "IRREG"; -lin midge_N = mkN "midge" "midges"; -lin midget_N = mkN "midget" "midgets"; -lin midinette_N = mkN "midinette" "midinettes"; -lin midland_N = mkN "midland" "midlands"; -lin midlands_PN = mkPN "Midlands"; -lin midmost_A = compoundA (mkA "midmost"); -lin midmost_Adv = mkAdv "midmost"; -lin midnight_N = mkN "midnight" "-" {- FIXME: no plural form -}; -lin midriff_N = mkN "midriff" "midriffs"; -lin midshipman_N = mkN "midshipman" "midshipmen" {- FIXME: guessed plural form -}; -lin midships_Adv = mkAdv "midships"; -lin midst_N = mkN "midst" "IRREG"; -lin midstream_N = mkN "midstream" "-" {- FIXME: no plural form -}; -lin midsummer_N = mkN "midsummer" "-" {- FIXME: no plural form -}; -lin midway_A = compoundA (mkA "midway"); -lin midway_Adv = mkAdv "midway"; -lin midweek_A = compoundA (mkA "midweek"); -lin midweek_Adv = mkAdv "midweek"; -lin midwest_PN = mkPN "Midwest"; -lin midwestern_A = compoundA (mkA "midwestern"); -lin midwife_N = mkN "midwife" "midwives" {- FIXME: guessed plural form -}; -lin midwifery_N = mkN "midwifery" "-" {- FIXME: no plural form -}; -lin mien_N = mkN "mien" "miens"; -lin might_N = mkN "might" "-" {- FIXME: no plural form -}; -lin might_have_been_N = mkN "might-have-been" "might-have-beens"; -lin mightily_Adv = mkAdv "mightily"; -lin mighty_A = mkA "mighty" "mightier"; -lin mighty_Adv = mkAdv "mighty"; -lin mignonette_N = mkN "mignonette" "-" {- FIXME: no plural form -}; -lin migraine_N = mkN "migraine" "migraines"; -lin migrant_N = mkN "migrant" "migrants"; -lin migrate_V = mkV "migrate" "migrates" "migrated" "migrated" "migrating"; -lin migration_N = mkN "migration" "migrations"; -lin migratory_A = compoundA (mkA "migratory"); -lin mikado_N = mkN "mikado" "mikados"; -lin mike_N = mkN "mike" "mikes"; -lin mike_PN = mkPN "Mike"; -lin milady_N = mkN "milady" "miladies"; -lin milage_N = mkN "milage" "milages"; -lin milan_PN = mkPN "Milan"; -lin milano_PN = mkPN "Milano"; -lin milch_A = compoundA (mkA "milch"); -lin mild_A = mkA "mild" "milder"; -lin mildenhall_PN = mkPN "Mildenhall"; -lin mildew_N = mkN "mildew" "-" {- FIXME: no plural form -}; -lin mildew_V = mkV "mildew" "mildews" "mildewed" "mildewed" "mildewing"; -lin mildew_V2 = mkV2 (mkV "mildew" "mildews" "mildewed" "mildewed" "mildewing"); -lin mildly_Adv = mkAdv "mildly"; -lin mildness_N = mkN "mildness" "-" {- FIXME: no plural form -}; -lin mildred_PN = mkPN "Mildred"; -lin mile_N = mkN "mile" "miles"; -lin mileage_N = mkN "mileage" "mileages"; -lin mileometer_N = mkN "mileometer" "mileometers"; -lin miler_N = mkN "miler" "milers"; -lin miles_PN = mkPN "Miles"; -lin milestone_N = mkN "milestone" "milestones"; -lin milford_PN = mkPN "Milford"; -lin milford_haven_PN = mkPN "Milford haven"; -lin milieu_N = mkN "milieu" "milieus"; -lin militancy_N = mkN "militancy" "-" {- FIXME: no plural form -}; -lin militant_A = compoundA (mkA "militant"); -lin militant_N = mkN "militant" "militants"; -lin militarily_Adv = mkAdv "militarily"; -lin militarism_N = mkN "militarism" "-" {- FIXME: no plural form -}; -lin militarist_N = mkN "militarist" "militarists"; -lin militaristic_A = compoundA (mkA "militaristic"); -lin military_A = compoundA (mkA "military"); -lin military_N = mkN "military" "-" {- FIXME: no plural form -}; -lin militate_V = mkV "militate" "militates" "militated" "militated" "militating"; -lin militia_N = mkN "militia" "militias"; -lin militiaman_N = mkN "militiaman" "militiamen" {- FIXME: guessed plural form -}; -lin milk_N = mkN "milk" "-" {- FIXME: no plural form -}; -lin milk_V = mkV "milk" "milks" "milked" "milked" "milking"; -lin milk_V2 = mkV2 (mkV "milk" "milks" "milked" "milked" "milking"); -lin milk_churn_N = mkN "milk-churn" "milk-churns"; -lin milk_powder_N = mkN "milk-powder" "milk-powders"; -lin milk_shake_N = mkN "milk-shake" "milk-shakes"; -lin milk_tooth_N = mkN "milk-tooth" "milk-teeth" {- FIXME: guessed plural form -}; -lin milk_white_A = compoundA (mkA "milk-white"); -lin milkbar_N = mkN "milkbar" "milkbars"; -lin milking_machine_N = mkN "milking-machine" "milking-machines"; -lin milkmaid_N = mkN "milkmaid" "milkmaids"; -lin milkman_N = mkN "milkman" "milkmen" {- FIXME: guessed plural form -}; -lin milkshake_N = mkN "milkshake" "milkshakes"; -lin milksop_N = mkN "milksop" "milksops"; -lin milkweed_N = mkN "milkweed" "milkweeds"; -lin milky_A = mkA "milky" "milkier"; -lin mill_N = mkN "mill" "mills"; -lin mill_V = mkV "mill" "mills" "milled" "milled" "milling"; -lin mill_V2 = mkV2 (mkV "mill" "mills" "milled" "milled" "milling"); -lin mill_dam_N = mkN "mill-dam" "mill-dams"; -lin mill_girl_N = mkN "mill-girl" "mill-girls"; -lin mill_hand_N = mkN "mill-hand" "mill-hands"; -lin millboard_N = mkN "millboard" "-" {- FIXME: no plural form -}; -lin millenarian_N = mkN "millenarian" "millenarians"; -lin millennial_A = compoundA (mkA "millennial"); -lin millennium_N = mkN "millennium" "millennia" {- FIXME: guessed plural form -}; -lin millepede_N = mkN "millepede" "millepedes"; -lin miller_N = mkN "miller" "millers"; -lin millet_N = mkN "millet" "-" {- FIXME: no plural form -}; -lin milliard_N = mkN "milliard" "milliards"; -lin millibar_N = mkN "millibar" "millibars"; -lin millicent_PN = mkPN "Millicent"; -lin millie_PN = mkPN "Millie"; -lin milligram_N = mkN "milligram" "milligrams"; -lin millimetre_N = mkN "millimetre" "millimetres"; -lin milliner_N = mkN "milliner" "milliners"; -lin millinery_N = mkN "millinery" "-" {- FIXME: no plural form -}; -lin million_A = compoundA (mkA "million"); -lin million_N = mkN "million" "millions"; -lin millionaire_N = mkN "millionaire" "millionaires"; -lin millionairess_N = mkN "millionairess" "millionairesss"; -lin millionfold_Adv = mkAdv "millionfold"; -lin millionth_A = compoundA (mkA "millionth"); -lin millionth_N = mkN "millionth" "millionths"; -lin millipede_N = mkN "millipede" "millipedes"; -lin millom_PN = mkPN "Millom"; -lin millpond_N = mkN "millpond" "millponds"; -lin millrace_N = mkN "millrace" "millraces"; -lin millstone_N = mkN "millstone" "millstones"; -lin millwheel_N = mkN "millwheel" "millwheels"; -lin millwright_N = mkN "millwright" "millwrights"; -lin milly_PN = mkPN "Milly"; -lin milngavie_PN = mkPN "Milngavie"; -lin milnrow_PN = mkPN "Milnrow"; -lin milometer_N = mkN "milometer" "milometers"; -lin milord_N = mkN "milord" "milords"; -lin milt_N = mkN "milt" "-" {- FIXME: no plural form -}; -lin milton_keynes_PN = mkPN "Milton keynes"; -lin milwaukee_PN = mkPN "Milwaukee"; -lin mime_N = mkN "mime" "mimes"; -lin mime_V = mkV "mime" "mimes" "mimed" "mimed" "miming"; -lin mime_V2 = mkV2 (mkV "mime" "mimes" "mimed" "mimed" "miming"); -lin mimeograph_N = mkN "mimeograph" "mimeographs"; -lin mimeograph_V2 = mkV2 (mkV "mimeograph" "mimeographs" "mimeographed" "mimeographed" "mimeographing"); -lin mimetic_A = compoundA (mkA "mimetic"); -lin mimic_A = compoundA (mkA "mimic"); -lin mimic_N = mkN "mimic" "mimics"; -lin mimic_V2 = mkV2 (mkV "mimic" "IRREG" "IRREG" "IRREG" "IRREG"); -lin mimicry_N = mkN "mimicry" "-" {- FIXME: no plural form -}; -lin mimosa_N = mkN "mimosa" "mimosas"; -lin min_N = mkN "min" "-" {- FIXME: no plural form -}; -lin minaret_N = mkN "minaret" "minarets"; -lin minatory_A = compoundA (mkA "minatory"); -lin mince_N = mkN "mince" "-" {- FIXME: no plural form -}; -lin mince_V = mkV "mince" "minces" "minced" "minced" "mincing"; -lin mince_V2 = mkV2 (mkV "mince" "minces" "minced" "minced" "mincing"); -lin mince_pie_N = mkN "mince-pie" "mince-pies"; -lin mincemeat_N = mkN "mincemeat" "-" {- FIXME: no plural form -}; -lin mincer_N = mkN "mincer" "mincers"; -lin mincing_A = compoundA (mkA "mincing"); -lin mincingly_Adv = mkAdv "mincingly"; -lin mind_N = mkN "mind" "minds"; -lin mind_V = mkV "mind" "minds" "minded" "minded" "minding"; -lin mind_V2 = mkV2 (mkV "mind" "minds" "minded" "minded" "minding"); -lin mind_bending_A = compoundA (mkA "mind-bending"); -lin mind_blowing_A = compoundA (mkA "mind-blowing"); -lin mind_boggling_A = compoundA (mkA "mind-boggling"); -lin mind_reader_N = mkN "mind-reader" "mind-readers"; -lin minded_A = compoundA (mkA "minded"); -lin minder_N = mkN "minder" "minders"; -lin mindful_A = compoundA (mkA "mindful"); -lin mindfully_Adv = mkAdv "mindfully"; -lin mindfulness_N = mkN "mindfulness" "-" {- FIXME: no plural form -}; -lin mindless_A = compoundA (mkA "mindless"); -lin mindlessly_Adv = mkAdv "mindlessly"; -lin mindlessness_N = mkN "mindlessness" "-" {- FIXME: no plural form -}; -lin mine_A = compoundA (mkA "mine"); -lin mine_N = mkN "mine" "mines"; -lin mine_V = mkV "mine" "mines" "mined" "mined" "mining"; -lin mine_V2 = mkV2 (mkV "mine" "mines" "mined" "mined" "mining"); -lin mine_detector_N = mkN "mine-detector" "mine-detectors"; -lin mine_disposal_N = mkN "mine-disposal" "mine-disposals"; -lin minefield_N = mkN "minefield" "minefields"; -lin minehead_PN = mkPN "Minehead"; -lin minelayer_N = mkN "minelayer" "minelayers"; -lin minelaying_N = mkN "minelaying" "-" {- FIXME: no plural form -}; -lin miner_N = mkN "miner" "miners"; -lin mineral_A = compoundA (mkA "mineral"); -lin mineral_N = mkN "mineral" "minerals"; -lin mineralogist_N = mkN "mineralogist" "mineralogists"; -lin mineralogy_N = mkN "mineralogy" "-" {- FIXME: no plural form -}; -lin minestrone_N = mkN "minestrone" "-" {- FIXME: no plural form -}; -lin minesweeper_N = mkN "minesweeper" "minesweepers"; -lin minesweeping_N = mkN "minesweeping" "-" {- FIXME: no plural form -}; -lin mineworker_N = mkN "mineworker" "mineworkers"; -lin mingle_V = mkV "mingle" "mingles" "mingled" "mingled" "mingling"; -lin mingle_V2 = mkV2 (mkV "mingle" "mingles" "mingled" "mingled" "mingling"); -lin mingy_A = mkA "mingy" "mingier"; -lin miniature_N = mkN "miniature" "miniatures"; -lin miniaturist_N = mkN "miniaturist" "miniaturists"; -lin miniaturization_N = mkN "miniaturization" "-" {- FIXME: no plural form -}; -lin miniaturize_V2 = mkV2 (mkV "miniaturize" "miniaturizes" "miniaturized" "miniaturized" "miniaturizing"); -lin minim_N = mkN "minim" "minims"; -lin minimal_A = compoundA (mkA "minimal"); -lin minimally_Adv = mkAdv "minimally"; -lin minimize_V2 = mkV2 (mkV "minimize" "minimizes" "minimized" "minimized" "minimizing"); -lin minimum_A = compoundA (mkA "minimum"); -lin minimum_N = mkN "minimum" "minimums"; -lin mining_N = mkN "mining" "-" {- FIXME: no plural form -}; -lin minion_N = mkN "minion" "minions"; -lin minister_N = mkN "minister" "ministers"; -lin minister_V = mkV "minister" "ministers" "ministered" "ministered" "ministering"; -lin ministerial_A = compoundA (mkA "ministerial"); -lin ministerially_Adv = mkAdv "ministerially"; -lin ministrant_A = compoundA (mkA "ministrant"); -lin ministrant_N = mkN "ministrant" "ministrants"; -lin ministration_N = mkN "ministration" "ministrations"; -lin ministry_N = mkN "ministry" "ministries"; -lin miniver_N = mkN "miniver" "-" {- FIXME: no plural form -}; -lin mink_N = mkN "mink" "minks"; -lin minneapolis_PN = mkPN "Minneapolis"; -lin minnesota_PN = mkPN "Minnesota"; -lin minnow_N = mkN "minnow" "minnows"; -lin minor_A = compoundA (mkA "minor"); -lin minor_N = mkN "minor" "minors"; -lin minority_N = mkN "minority" "minorities"; -lin minotaur_N = mkN "minotaur" "minotaurs"; -lin minsk_PN = mkPN "Minsk"; -lin minster_N = mkN "minster" "minsters"; -lin minster_in_sheppey_PN = mkPN "Minster-in-sheppey"; -lin minstrel_N = mkN "minstrel" "minstrels"; -lin minstrelsy_N = mkN "minstrelsy" "-" {- FIXME: no plural form -}; -lin mint_N = mkN "mint" "mints"; -lin mint_V2 = mkV2 (mkV "mint" "mints" "minted" "minted" "minting"); -lin minuet_N = mkN "minuet" "minuets"; -lin minus_A = compoundA (mkA "minus"); -lin minus_N = mkN "minus" "minuses"; -lin minuscule_A = compoundA (mkA "minuscule"); -lin minute_A = mkA "minute" "minuter"; -lin minute_N = mkN "minute" "minutes"; -lin minute_V2 = mkV2 (mkV "minute" "minutes" "minuted" "minuted" "minuting"); -lin minute_book_N = mkN "minute-book" "minute-books"; -lin minute_gun_N = mkN "minute-gun" "minute-guns"; -lin minute_hand_N = mkN "minute-hand" "minute-hands"; -lin minutely_Adv = mkAdv "minutely"; -lin minuteman_N = mkN "minuteman" "minutemen" {- FIXME: guessed plural form -}; -lin minuteness_N = mkN "minuteness" "-" {- FIXME: no plural form -}; -lin minx_N = mkN "minx" "minxes"; -lin miracle_N = mkN "miracle" "miracles"; -lin miraculous_A = compoundA (mkA "miraculous"); -lin miraculously_Adv = mkAdv "miraculously"; -lin mirage_N = mkN "mirage" "mirages"; -lin miranda_PN = mkPN "Miranda"; -lin mire_N = mkN "mire" "-" {- FIXME: no plural form -}; -lin mire_V = mkV "mire" "mires" "mired" "mired" "miring"; -lin mire_V2 = mkV2 (mkV "mire" "mires" "mired" "mired" "miring"); -lin miriam_PN = mkPN "Miriam"; -lin mirror_N = mkN "mirror" "mirrors"; -lin mirror_V2 = mkV2 (mkV "mirror" "mirrors" "mirrored" "mirrored" "mirroring"); -lin mirth_N = mkN "mirth" "-" {- FIXME: no plural form -}; -lin mirthful_A = compoundA (mkA "mirthful"); -lin mirthfully_Adv = mkAdv "mirthfully"; -lin mirthless_A = compoundA (mkA "mirthless"); -lin miry_A = mkA "miry" "mirier"; -lin misadventure_N = mkN "misadventure" "misadventures"; -lin misadvise_V2 = mkV2 (mkV "misadvise" "misadvises" "misadvised" "misadvised" "misadvising"); -lin misalliance_N = mkN "misalliance" "misalliances"; -lin misanthrope_N = mkN "misanthrope" "misanthropes"; -lin misanthropic_A = compoundA (mkA "misanthropic"); -lin misanthropy_N = mkN "misanthropy" "-" {- FIXME: no plural form -}; -lin misapplication_N = mkN "misapplication" "misapplications"; -lin misapply_V2 = mkV2 (mkV "misapply" "misapplies" "misapplied" "misapplied" "misapplying"); -lin misapprehend_V2 = mkV2 (mkV "misapprehend" "misapprehends" "misapprehended" "misapprehended" "misapprehending"); -lin misapprehension_N = mkN "misapprehension" "misapprehensions"; -lin misappropriate_V2 = mkV2 (mkV "misappropriate" "misappropriates" "misappropriated" "misappropriated" "misappropriating"); -lin misappropriation_N = mkN "misappropriation" "misappropriations"; -lin misbegotten_A = compoundA (mkA "misbegotten"); -lin misbehave_V = mkV "misbehave" "misbehaves" "misbehaved" "misbehaved" "misbehaving"; -lin misbehave_V2 = mkV2 (mkV "misbehave" "misbehaves" "misbehaved" "misbehaved" "misbehaving"); -lin misbehaviour_N = mkN "misbehaviour" "-" {- FIXME: no plural form -}; -lin misc_PN = mkPN "Misc"; -lin miscalculate_V = mkV "miscalculate" "miscalculates" "miscalculated" "miscalculated" "miscalculating"; -lin miscalculate_V2 = mkV2 (mkV "miscalculate" "miscalculates" "miscalculated" "miscalculated" "miscalculating"); -lin miscalculation_N = mkN "miscalculation" "miscalculations"; -lin miscall_V2 = mkV2 (mkV "miscall" "miscalls" "miscalled" "miscalled" "miscalling"); -lin miscarriage_N = mkN "miscarriage" "miscarriages"; -lin miscarry_V2 = mkV2 (mkV "miscarry" "miscarries" "miscarried" "miscarried" "miscarrying"); -lin miscast_V2 = mkV2 (mkV "mis" IrregEng.cast_V); -lin miscegenation_N = mkN "miscegenation" "-" {- FIXME: no plural form -}; -lin miscellaneous_A = compoundA (mkA "miscellaneous"); -lin miscellany_N = mkN "miscellany" "miscellanies"; -lin mischance_N = mkN "mischance" "mischances"; -lin mischief_N = mkN "mischief" "mischiefs"; -lin mischief_maker_N = mkN "mischief-maker" "mischief-makers"; -lin mischief_making_N = mkN "mischief-making" "-" {- FIXME: no plural form -}; -lin mischievous_A = compoundA (mkA "mischievous"); -lin mischievously_Adv = mkAdv "mischievously"; -lin mischievousness_N = mkN "mischievousness" "-" {- FIXME: no plural form -}; -lin misconceive_V = mkV "misconceive" "misconceives" "misconceived" "misconceived" "misconceiving"; -lin misconceive_V2 = mkV2 (mkV "misconceive" "misconceives" "misconceived" "misconceived" "misconceiving"); -lin misconception_N = mkN "misconception" "misconceptions"; -lin misconduct_N = mkN "misconduct" "-" {- FIXME: no plural form -}; -lin misconduct_V2 = mkV2 (mkV "misconduct" "misconducts" "misconducted" "misconducted" "misconducting"); -lin misconstruction_N = mkN "misconstruction" "misconstructions"; -lin misconstrue_V2 = mkV2 (mkV "misconstrue" "misconstrues" "misconstrued" "misconstrued" "misconstruing"); -lin miscount_N = mkN "miscount" "miscounts"; -lin miscount_V = mkV "miscount" "miscounts" "miscounted" "miscounted" "miscounting"; -lin miscount_V2 = mkV2 (mkV "miscount" "miscounts" "miscounted" "miscounted" "miscounting"); -lin miscreant_N = mkN "miscreant" "miscreants"; -lin misdate_V2 = mkV2 (mkV "misdate" "misdates" "misdated" "misdated" "misdating"); -lin misdeal_N = mkN "misdeal" "misdeals"; -lin misdeal_V = mkV "mis" IrregEng.deal_V; -lin misdeal_V2 = mkV2 (mkV "mis" IrregEng.deal_V); -lin misdeed_N = mkN "misdeed" "misdeeds"; -lin misdemeanour_N = mkN "misdemeanour" "misdemeanours"; -lin misdirect_V2 = mkV2 (mkV "misdirect" "misdirects" "misdirected" "misdirected" "misdirecting"); -lin misdirection_N = mkN "misdirection" "misdirections"; -lin misdoing_N = mkN "misdoing" "misdoings"; -lin mise_en_scene_N = mkN "mise en scène" "-" {- FIXME: no plural form -}; -lin miser_N = mkN "miser" "misers"; -lin miserable_A = compoundA (mkA "miserable"); -lin miserably_Adv = mkAdv "miserably"; -lin miserliness_N = mkN "miserliness" "-" {- FIXME: no plural form -}; -lin miserly_A = compoundA (mkA "miserly"); -lin misery_N = mkN "misery" "miseries"; -lin misfire_N = mkN "misfire" "misfires"; -lin misfire_V = mkV "misfire" "misfires" "misfired" "misfired" "misfiring"; -lin misfit_N = mkN "misfit" "misfits"; -lin misfortune_N = mkN "misfortune" "misfortunes"; -lin misgive_V2 = mkV2 (mkV "mis" IrregEng.give_V); -lin misgiving_N = mkN "misgiving" "misgivings"; -lin misgovern_V2 = mkV2 (mkV "misgovern" "misgoverns" "misgoverned" "misgoverned" "misgoverning"); -lin misgovernment_N = mkN "misgovernment" "-" {- FIXME: no plural form -}; -lin misguide_V2 = mkV2 (mkV "misguide" "misguides" "misguided" "misguided" "misguiding"); -lin misguided_A = compoundA (mkA "misguided"); -lin mishandle_V2 = mkV2 (mkV "mishandle" "mishandles" "mishandled" "mishandled" "mishandling"); -lin mishap_N = mkN "mishap" "mishaps"; -lin mishmash_N = mkN "mishmash" "-" {- FIXME: no plural form -}; -lin misinform_V2 = mkV2 (mkV "misinform" "misinforms" "misinformed" "misinformed" "misinforming"); -lin misinformation_N = mkN "misinformation" "-" {- FIXME: no plural form -}; -lin misinterpret_V2 = mkV2 (mkV "misinterpret" "misinterprets" "misinterpreted" "misinterpreted" "misinterpreting"); -lin misinterpretation_N = mkN "misinterpretation" "misinterpretations"; -lin misjudge_V = mkV "misjudge" "misjudges" "misjudged" "misjudged" "misjudging"; -lin misjudge_V2 = mkV2 (mkV "misjudge" "misjudges" "misjudged" "misjudged" "misjudging"); -lin mislay_V2 = mkV2 (mkV "mi" IrregEng.slay_V); -lin mislead_V2 = mkV2 (mkV "mis" IrregEng.lead_V); -lin mismanage_V2 = mkV2 (mkV "mismanage" "mismanages" "mismanaged" "mismanaged" "mismanaging"); -lin mismanagement_N = mkN "mismanagement" "-" {- FIXME: no plural form -}; -lin misname_V2 = mkV2 (mkV "misname" "misnames" "misnamed" "misnamed" "misnaming"); -lin misnomer_N = mkN "misnomer" "misnomers"; -lin misogynist_N = mkN "misogynist" "misogynists"; -lin misplace_V2 = mkV2 (mkV "misplace" "misplaces" "misplaced" "misplaced" "misplacing"); -lin misprint_N = mkN "misprint" "misprints"; -lin misprint_V2 = mkV2 (mkV "misprint" "misprints" "misprinted" "misprinted" "misprinting"); -lin mispronounce_V2 = mkV2 (mkV "mispronounce" "mispronounces" "mispronounced" "mispronounced" "mispronouncing"); -lin mispronunciation_N = mkN "mispronunciation" "mispronunciations"; -lin misquotation_N = mkN "misquotation" "misquotations"; -lin misquote_V2 = mkV2 (mkV "misquote" "misquotes" "misquoted" "misquoted" "misquoting"); -lin misread_V2 = mkV2 (mkV "mis" IrregEng.read_V); -lin misrepresent_V2 = mkV2 (mkV "misrepresent" "misrepresents" "misrepresented" "misrepresented" "misrepresenting"); -lin misrepresentation_N = mkN "misrepresentation" "misrepresentations"; -lin misrule_N = mkN "misrule" "-" {- FIXME: no plural form -}; -lin miss_N = mkN "miss" "misses"; -lin miss_V = mkV "miss" "misses" "missed" "missed" "missing"; -lin miss_V2 = mkV2 (mkV "miss" "misses" "missed" "missed" "missing"); -lin missal_N = mkN "missal" "missals"; -lin misshapen_A = compoundA (mkA "misshapen"); -lin missile_N = mkN "missile" "missiles"; -lin missing_A = compoundA (mkA "missing"); -lin mission_N = mkN "mission" "missions"; -lin missionary_N = mkN "missionary" "missionaries"; -lin missis_N = mkN "missis" "misses" {- FIXME: guessed plural form -}; -lin mississippi_PN = mkPN "Mississippi"; -lin missive_N = mkN "missive" "missives"; -lin missouri_PN = mkPN "Missouri"; -lin misspell_V2 = mkV2 (mkV "misspell" "misspells" "misspelled" "misspelled" "misspelling"); -lin misspelling_N = mkN "misspelling" "misspellings"; -lin misspend_V2 = mkV2 (mkV "mis" IrregEng.spend_V); -lin misstate_V2 = mkV2 (mkV "misstate" "misstates" "misstated" "misstated" "misstating"); -lin misstatement_N = mkN "misstatement" "misstatements"; -lin missus_N = mkN "missus" "missi" {- FIXME: guessed plural form -}; -lin missy_N = mkN "missy" "missies"; -lin mist_N = mkN "mist" "mists"; -lin mist_V = mkV "mist" "mists" "misted" "misted" "misting"; -lin mist_V2 = mkV2 (mkV "mist" "mists" "misted" "misted" "misting"); -lin mistake_N = mkN "mistake" "mistakes"; -lin mistake_V = IrregEng.mistake_V; -lin mistake_V2 = mkV2 (IrregEng.mistake_V); -lin mistaken_A = compoundA (mkA "mistaken"); -lin mistakenly_Adv = mkAdv "mistakenly"; -lin mister_N = mkN "mister" "IRREG"; -lin mistily_Adv = mkAdv "mistily"; -lin mistime_V2 = mkV2 (mkV "mistime" "mistimes" "mistimed" "mistimed" "mistiming"); -lin mistiness_N = mkN "mistiness" "-" {- FIXME: no plural form -}; -lin mistletoe_N = mkN "mistletoe" "-" {- FIXME: no plural form -}; -lin mistral_N = mkN "mistral" "mistrals"; -lin mistranslate_V2 = mkV2 (mkV "mistranslate" "mistranslates" "mistranslated" "mistranslated" "mistranslating"); -lin mistranslation_N = mkN "mistranslation" "mistranslations"; -lin mistress_N = mkN "mistress" "mistresses"; -lin mistrial_N = mkN "mistrial" "mistrials"; -lin mistrust_N = mkN "mistrust" "-" {- FIXME: no plural form -}; -lin mistrust_V2 = mkV2 (mkV "mistrust" "mistrusts" "mistrusted" "mistrusted" "mistrusting"); -lin mistrustful_A = compoundA (mkA "mistrustful"); -lin mistrustfully_Adv = mkAdv "mistrustfully"; -lin misty_A = mkA "misty" "mistier"; -lin misunderstand_V2 = mkV2 (mkV "mis" IrregEng.understand_V); -lin misunderstanding_N = mkN "misunderstanding" "misunderstandings"; -lin misuse_N = mkN "misuse" "misuses"; -lin misuse_V2 = mkV2 (mkV "misuse" "misuses" "misused" "misused" "misusing"); -lin mite_N = mkN "mite" "mites"; -lin mitigate_V2 = mkV2 (mkV "mitigate" "mitigates" "mitigated" "mitigated" "mitigating"); -lin mitigation_N = mkN "mitigation" "-" {- FIXME: no plural form -}; -lin mitre_N = mkN "mitre" "mitres"; -lin mitre_joint_N = mkN "mitre-joint" "mitre-joints"; -lin mitt_N = mkN "mitt" "mitts"; -lin mitten_N = mkN "mitten" "mittens"; -lin mix_N = mkN "mix" "mixes"; -lin mix_V = mkV "mix" "mixes" "mixed" "mixed" "mixing"; -lin mix_V2 = mkV2 (mkV "mix" "mixes" "mixed" "mixed" "mixing"); -lin mix_up_N = mkN "mix-up" "mix-ups"; -lin mixed_A = compoundA (mkA "mixed"); -lin mixed_up_A = compoundA (mkA "mixed-up"); -lin mixer_N = mkN "mixer" "mixers"; -lin mixture_N = mkN "mixture" "mixtures"; -lin mizen_N = mkN "mizen" "mizens"; -lin mizzen_N = mkN "mizzen" "mizzens"; -lin mizzen_mast_N = mkN "mizzen-mast" "mizzen-masts"; -lin mizzle_V = mkV "mizzle" "mizzles" "mizzled" "mizzled" "mizzling"; -lin ml_N = mkN "ml" "ml"; -lin mlle_PN = mkPN "Mlle"; -lin mm_N = mkN "mm" "mm"; -lin mme_PN = mkPN "Mme"; -lin mnemonic_A = compoundA (mkA "mnemonic"); -lin mnemonics_N = mkN "mnemonics" "mnemonics"; -lin mo_N = mkN "mo" "mi" {- FIXME: guessed plural form -}; -lin mo_PN = mkPN "Mo"; -lin moan_N = mkN "moan" "moans"; -lin moan_V = mkV "moan" "moans" "moaned" "moaned" "moaning"; -lin moan_V2 = mkV2 (mkV "moan" "moans" "moaned" "moaned" "moaning"); -lin moat_N = mkN "moat" "moats"; -lin moated_A = compoundA (mkA "moated"); -lin mob_N = mkN "mob" "mobs"; -lin mob_V2 = mkV2 (mkV "mob" "mobs" "mobbed" "mobbed" "mobbing"); -lin mobcap_N = mkN "mobcap" "mobcaps"; -lin mobile_A = compoundA (mkA "mobile"); -lin mobile_N = mkN "mobile" "mobiles"; -lin mobility_N = mkN "mobility" "-" {- FIXME: no plural form -}; -lin mobilization_N = mkN "mobilization" "mobilizations"; -lin mobilize_V = mkV "mobilize" "mobilizes" "mobilized" "mobilized" "mobilizing"; -lin mobilize_V2 = mkV2 (mkV "mobilize" "mobilizes" "mobilized" "mobilized" "mobilizing"); -lin mobster_N = mkN "mobster" "mobsters"; -lin moccasin_N = mkN "moccasin" "moccasins"; -lin mocha_N = mkN "mocha" "-" {- FIXME: no plural form -}; -lin mock_A = compoundA (mkA "mock"); -lin mock_N = mkN "mock" "mocks"; -lin mock_V = mkV "mock" "mocks" "mocked" "mocked" "mocking"; -lin mock_V2 = mkV2 (mkV "mock" "mocks" "mocked" "mocked" "mocking"); -lin mock_up_N = mkN "mock-up" "mock-ups"; -lin mocker_N = mkN "mocker" "mockers"; -lin mockery_N = mkN "mockery" "mockeries"; -lin mockingly_Adv = mkAdv "mockingly"; -lin mod_A = compoundA (mkA "mod"); -lin mod_N = mkN "mod" "mods"; -lin mod_cons_N = mkN "-" "mod cons" {- FIXME: no singular form -}; -lin modal_A = compoundA (mkA "modal"); -lin modality_N = mkN "modality" "modalities"; -lin mode_N = mkN "mode" "modes"; -lin model_N = mkN "model" "models"; -lin model_V = mkV "model" "models" "modelled" "modelled" "modelling"; -lin model_V2 = mkV2 (mkV "model" "models" "modelled" "modelled" "modelling"); -lin modeler_N = mkN "modeler" "modelers"; -lin modeller_N = mkN "modeller" "modellers"; -lin modelling_N = mkN "modelling" "-" {- FIXME: no plural form -}; -lin modena_PN = mkPN "Modena"; -lin moderate_A = compoundA (mkA "moderate"); -lin moderate_N = mkN "moderate" "moderates"; -lin moderate_V = mkV "moderate" "moderates" "moderated" "moderated" "moderating"; -lin moderate_V2 = mkV2 (mkV "moderate" "moderates" "moderated" "moderated" "moderating"); -lin moderately_Adv = mkAdv "moderately"; -lin moderation_N = mkN "moderation" "-" {- FIXME: no plural form -}; -lin moderator_N = mkN "moderator" "moderators"; -lin modern_A = compoundA (mkA "modern"); -lin modern_N = mkN "modern" "moderns"; -lin modernism_N = mkN "modernism" "-" {- FIXME: no plural form -}; -lin modernist_N = mkN "modernist" "modernists"; -lin modernistic_A = compoundA (mkA "modernistic"); -lin modernity_N = mkN "modernity" "-" {- FIXME: no plural form -}; -lin modernization_N = mkN "modernization" "-" {- FIXME: no plural form -}; -lin modernize_V2 = mkV2 (mkV "modernize" "modernizes" "modernized" "modernized" "modernizing"); -lin modest_A = compoundA (mkA "modest"); -lin modestly_Adv = mkAdv "modestly"; -lin modesty_N = mkN "modesty" "-" {- FIXME: no plural form -}; -lin modicum_N = mkN "modicum" "modica" {- FIXME: guessed plural form -}; -lin modification_N = mkN "modification" "modifications"; -lin modifier_N = mkN "modifier" "modifiers"; -lin modify_V2 = mkV2 (mkV "modify" "modifies" "modified" "modified" "modifying"); -lin modish_A = compoundA (mkA "modish"); -lin modishly_Adv = mkAdv "modishly"; -lin modiste_N = mkN "modiste" "modistes"; -lin modular_A = compoundA (mkA "modular"); -lin modulate_V = mkV "modulate" "modulates" "modulated" "modulated" "modulating"; -lin modulate_V2 = mkV2 (mkV "modulate" "modulates" "modulated" "modulated" "modulating"); -lin modulation_N = mkN "modulation" "modulations"; -lin module_N = mkN "module" "modules"; -lin modus_operandi_N = mkN "modus operandi" "IRREG"; -lin modus_vivendi_N = mkN "modus vivendi" "IRREG"; -lin mogul_N = mkN "mogul" "moguls"; -lin mohair_N = mkN "mohair" "-" {- FIXME: no plural form -}; -lin mohammedan_N = mkN "mohammedan" "mohammedans"; -lin moiety_N = mkN "moiety" "moieties"; -lin moil_V = mkV "moil" "moils" "moiled" "moiled" "moiling"; -lin moira_PN = mkPN "Moira"; -lin moist_A = compoundA (mkA "moist"); -lin moisten_V = mkV "moisten" "moistens" "moistened" "moistened" "moistening"; -lin moisten_V2 = mkV2 (mkV "moisten" "moistens" "moistened" "moistened" "moistening"); -lin moistly_Adv = mkAdv "moistly"; -lin moisture_N = mkN "moisture" "-" {- FIXME: no plural form -}; -lin moke_N = mkN "moke" "mokes"; -lin molar_A = compoundA (mkA "molar"); -lin molar_N = mkN "molar" "molars"; -lin molasses_N = mkN "molasses" "-" {- FIXME: no plural form -}; -lin mold_PN = mkPN "Mold"; -lin moldy_A = mkA "moldy" "moldier"; -lin mole_N = mkN "mole" "moles"; -lin molecular_A = compoundA (mkA "molecular"); -lin molecule_N = mkN "molecule" "molecules"; -lin molehill_N = mkN "molehill" "molehills"; -lin moleskin_N = mkN "moleskin" "moleskins"; -lin molest_V2 = mkV2 (mkV "molest" "molests" "molested" "molested" "molesting"); -lin molestation_N = mkN "molestation" "-" {- FIXME: no plural form -}; -lin moll_N = mkN "moll" "molls"; -lin mollification_N = mkN "mollification" "-" {- FIXME: no plural form -}; -lin mollify_V2 = mkV2 (mkV "mollify" "mollifies" "mollified" "mollified" "mollifying"); -lin mollusc_N = mkN "mollusc" "molluscs"; -lin molly_PN = mkPN "Molly"; -lin mollycoddle_N = mkN "mollycoddle" "mollycoddles"; -lin mollycoddle_V2 = mkV2 (mkV "mollycoddle" "mollycoddles" "mollycoddled" "mollycoddled" "mollycoddling"); -lin moloch_PN = mkPN "Moloch"; -lin molto_Adv = mkAdv "molto"; -lin molybdenum_N = mkN "molybdenum" "-" {- FIXME: no plural form -}; -lin moment_N = mkN "moment" "moments"; -lin momentarily_Adv = mkAdv "momentarily"; -lin momentary_A = compoundA (mkA "momentary"); -lin momentous_A = compoundA (mkA "momentous"); -lin momentously_Adv = mkAdv "momentously"; -lin momentousness_N = mkN "momentousness" "-" {- FIXME: no plural form -}; -lin momentum_N = mkN "momentum" "-" {- FIXME: no plural form -}; -lin mon_PN = mkPN "Mon"; -lin monaco_PN = mkPN "Monaco"; -lin monaghan_PN = mkPN "Monaghan"; -lin monarch_N = mkN "monarch" "monarchs"; -lin monarchic_A = compoundA (mkA "monarchic"); -lin monarchism_N = mkN "monarchism" "-" {- FIXME: no plural form -}; -lin monarchist_N = mkN "monarchist" "monarchists"; -lin monarchy_N = mkN "monarchy" "monarchies"; -lin monastery_N = mkN "monastery" "monasteries"; -lin monastic_A = compoundA (mkA "monastic"); -lin monasticism_N = mkN "monasticism" "-" {- FIXME: no plural form -}; -lin monaural_A = compoundA (mkA "monaural"); -lin monchengladbach_PN = mkPN "Monchengladbach"; -lin monday_N = mkN "monday" "mondays"; -lin monday_PN = mkPN "Monday"; -lin monegasque_A = compoundA (mkA "monegasque"); -lin monegasque_N = mkN "monegasque" "monegasques"; -lin monetary_A = compoundA (mkA "monetary"); -lin monetize_V2 = mkV2 (mkV "monetize" "monetizes" "monetized" "monetized" "monetizing"); -lin money_N = mkN "money" "-" {- FIXME: no plural form -}; -lin money_grubber_N = mkN "money-grubber" "money-grubbers"; -lin money_order_N = mkN "money-order" "money-orders"; -lin money_spinner_N = mkN "money-spinner" "money-spinners"; -lin moneybox_N = mkN "moneybox" "moneyboxes"; -lin moneychanger_N = mkN "moneychanger" "moneychangers"; -lin moneyed_A = compoundA (mkA "moneyed"); -lin moneylender_N = mkN "moneylender" "moneylenders"; -lin moneyless_A = compoundA (mkA "moneyless"); -lin monger_N = mkN "monger" "mongers"; -lin mongol_A = compoundA (mkA "mongol"); -lin mongol_N = mkN "mongol" "mongols"; -lin mongolia_PN = mkPN "Mongolia"; -lin mongolian_A = compoundA (mkA "mongolian"); -lin mongolian_N = mkN "mongolian" "mongolians"; -lin mongolism_N = mkN "mongolism" "-" {- FIXME: no plural form -}; -lin mongoose_N = mkN "mongoose" "mongooses"; -lin mongrel_A = compoundA (mkA "mongrel"); -lin mongrel_N = mkN "mongrel" "mongrels"; -lin monica_PN = mkPN "Monica"; -lin monifieth_PN = mkPN "Monifieth"; -lin monitor_N = mkN "monitor" "monitors"; -lin monitor_V = mkV "monitor" "monitors" "monitored" "monitored" "monitoring"; -lin monitor_V2 = mkV2 (mkV "monitor" "monitors" "monitored" "monitored" "monitoring"); -lin monk_N = mkN "monk" "monks"; -lin monkey_N = mkN "monkey" "monkeys"; -lin monkey_V = mkV "monkey" "monkeys" "monkeyed" "monkeyed" "monkeying"; -lin monkey_jacket_N = mkN "monkey-jacket" "monkey-jackets"; -lin monkey_nut_N = mkN "monkey-nut" "monkey-nuts"; -lin monkey_puzzle_N = mkN "monkey-puzzle" "monkey-puzzles"; -lin monkey_wrench_N = mkN "monkey-wrench" "monkey-wrenches"; -lin monkish_A = compoundA (mkA "monkish"); -lin monmouth_PN = mkPN "Monmouth"; -lin mono_A = compoundA (mkA "mono"); -lin monochrome_A = compoundA (mkA "monochrome"); -lin monochrome_N = mkN "monochrome" "monochromes"; -lin monocle_N = mkN "monocle" "monocles"; -lin monocled_A = compoundA (mkA "monocled"); -lin monogamist_N = mkN "monogamist" "monogamists"; -lin monogamous_A = compoundA (mkA "monogamous"); -lin monogamy_N = mkN "monogamy" "-" {- FIXME: no plural form -}; -lin monogram_N = mkN "monogram" "monograms"; -lin monograph_N = mkN "monograph" "monographs"; -lin monolith_N = mkN "monolith" "monoliths"; -lin monolithic_A = compoundA (mkA "monolithic"); -lin monologue_N = mkN "monologue" "monologues"; -lin monomania_N = mkN "monomania" "monomanias"; -lin monomaniac_N = mkN "monomaniac" "monomaniacs"; -lin monoplane_N = mkN "monoplane" "monoplanes"; -lin monopolist_N = mkN "monopolist" "monopolists"; -lin monopolistic_A = compoundA (mkA "monopolistic"); -lin monopolization_N = mkN "monopolization" "monopolizations"; -lin monopolize_V2 = mkV2 (mkV "monopolize" "monopolizes" "monopolized" "monopolized" "monopolizing"); -lin monopoly_N = mkN "monopoly" "monopolies"; -lin monorail_N = mkN "monorail" "monorails"; -lin monosyllabic_A = compoundA (mkA "monosyllabic"); -lin monosyllable_N = mkN "monosyllable" "monosyllables"; -lin monotheism_N = mkN "monotheism" "-" {- FIXME: no plural form -}; -lin monotheist_N = mkN "monotheist" "monotheists"; -lin monotheistic_A = compoundA (mkA "monotheistic"); -lin monotone_N = mkN "monotone" "monotones"; -lin monotonous_A = compoundA (mkA "monotonous"); -lin monotonously_Adv = mkAdv "monotonously"; -lin monotony_N = mkN "monotony" "-" {- FIXME: no plural form -}; -lin monotype_N = mkN "monotype" "monotypes"; -lin monoxide_N = mkN "monoxide" "monoxides"; -lin monsieur_N = mkN "monsieur" "IRREG"; -lin monsignor_N = mkN "monsignor" "monsignors"; -lin monsoon_N = mkN "monsoon" "monsoons"; -lin monster_N = mkN "monster" "monsters"; -lin monstrance_N = mkN "monstrance" "monstrances"; -lin monstrosity_N = mkN "monstrosity" "monstrosities"; -lin monstrous_A = compoundA (mkA "monstrous"); -lin monstrously_Adv = mkAdv "monstrously"; -lin montage_N = mkN "montage" "-" {- FIXME: no plural form -}; -lin montana_PN = mkPN "Montana"; -lin monterrey_PN = mkPN "Monterrey"; -lin montevideo_PN = mkPN "Montevideo"; -lin month_N = mkN "month" "months"; -lin monthly_A = compoundA (mkA "monthly"); -lin monthly_Adv = mkAdv "monthly"; -lin monthly_N = mkN "monthly" "monthlies"; -lin montreal_PN = mkPN "Montreal"; -lin montrose_PN = mkPN "Montrose"; -lin montserrat_PN = mkPN "Montserrat"; -lin montserratian_A = compoundA (mkA "montserratian"); -lin montserratian_N = mkN "montserratian" "montserratians"; -lin monument_N = mkN "monument" "monuments"; -lin monumental_A = compoundA (mkA "monumental"); -lin monza_PN = mkPN "Monza"; -lin moo_N = mkN "moo" "moos"; -lin moo_V = mkV "moo" "moos" "mooed" "mooed" "mooing"; -lin moo_cow_N = mkN "moo-cow" "moo-cows"; -lin mooch_V = mkV "mooch" "mooches" "mooched" "mooched" "mooching"; -lin mood_N = mkN "mood" "moods"; -lin moodily_Adv = mkAdv "moodily"; -lin moodiness_N = mkN "moodiness" "-" {- FIXME: no plural form -}; -lin moody_A = mkA "moody" "moodier"; -lin moon_N = mkN "moon" "moons"; -lin moon_V = mkV "moon" "moons" "mooned" "mooned" "mooning"; -lin moon_V2 = mkV2 (mkV "moon" "moons" "mooned" "mooned" "mooning"); -lin moonbeam_N = mkN "moonbeam" "moonbeams"; -lin moonflower_N = mkN "moonflower" "moonflowers"; -lin moonless_A = compoundA (mkA "moonless"); -lin moonlight_N = mkN "moonlight" "-" {- FIXME: no plural form -}; -lin moonlit_A = compoundA (mkA "moonlit"); -lin moonshine_N = mkN "moonshine" "-" {- FIXME: no plural form -}; -lin moonstone_N = mkN "moonstone" "moonstones"; -lin moonstruck_A = compoundA (mkA "moonstruck"); -lin moony_A = mkA "moony" "moonier"; -lin moor_N = mkN "moor" "moors"; -lin moor_V2 = mkV2 (mkV "moor" "moors" "moored" "moored" "mooring"); -lin moorcock_N = mkN "moorcock" "moorcocks"; -lin moorfowl_N = mkN "moorfowl" "moorfowls"; -lin moorgame_N = mkN "moorgame" "moorgame"; -lin moorhen_N = mkN "moorhen" "moorhens"; -lin mooring_mast_N = mkN "mooring-mast" "mooring-masts"; -lin moorish_A = compoundA (mkA "moorish"); -lin moorland_N = mkN "moorland" "moorlands"; -lin moose_N = mkN "moose" "moose"; -lin moot_A = compoundA (mkA "moot"); -lin moot_V2 = mkV2 (mkV "moot" "moots" "mooted" "mooted" "mooting"); -lin mop_N = mkN "mop" "mops"; -lin mop_V = mkV "mop" "mops" "mopped" "mopped" "mopping"; -lin mop_V2 = mkV2 (mkV "mop" "mops" "mopped" "mopped" "mopping"); -lin mope_N = mkN "mope" "mopes"; -lin mope_V = mkV "mope" "mopes" "moped" "moped" "moping"; -lin moped_N = mkN "moped" "mopeds"; -lin moquette_N = mkN "moquette" "-" {- FIXME: no plural form -}; -lin moraine_N = mkN "moraine" "moraines"; -lin moral_A = compoundA (mkA "moral"); -lin moral_N = mkN "moral" "morals"; -lin morale_N = mkN "morale" "-" {- FIXME: no plural form -}; -lin moralist_N = mkN "moralist" "moralists"; -lin moralistic_A = compoundA (mkA "moralistic"); -lin morality_N = mkN "morality" "moralities"; -lin moralize_V = mkV "moralize" "moralizes" "moralized" "moralized" "moralizing"; -lin moralize_V2 = mkV2 (mkV "moralize" "moralizes" "moralized" "moralized" "moralizing"); -lin morally_Adv = mkAdv "morally"; -lin morass_N = mkN "morass" "morasses"; -lin moratorium_N = mkN "moratorium" "moratoriums"; -lin morbid_A = compoundA (mkA "morbid"); -lin morbidity_N = mkN "morbidity" "morbidities"; -lin morbidly_Adv = mkAdv "morbidly"; -lin morbidness_N = mkN "morbidness" "-" {- FIXME: no plural form -}; -lin mordant_A = compoundA (mkA "mordant"); -lin more_Adv = mkAdv "more"; -lin more_N = mkN "more" "-" {- FIXME: no plural form -}; -lin morecambe_PN = mkPN "Morecambe"; -lin morello_N = mkN "morello" "morellos"; -lin moreover_Adv = mkAdv "moreover"; -lin moresque_A = compoundA (mkA "moresque"); -lin morganatic_A = compoundA (mkA "morganatic"); -lin morgue_N = mkN "morgue" "morgues"; -lin moribund_A = compoundA (mkA "moribund"); -lin morley_PN = mkPN "Morley"; -lin mormon_A = compoundA (mkA "mormon"); -lin mormon_N = mkN "mormon" "mormons"; -lin mormonism_N = mkN "mormonism" "-" {- FIXME: no plural form -}; -lin morn_N = mkN "morn" "morns"; -lin morning_N = mkN "morning" "mornings"; -lin morning_glory_N = mkN "morning-glory" "morning-glories"; -lin morning_room_N = mkN "morning-room" "morning-rooms"; -lin moroccan_A = compoundA (mkA "moroccan"); -lin moroccan_N = mkN "moroccan" "moroccans"; -lin morocco_N = mkN "morocco" "-" {- FIXME: no plural form -}; -lin morocco_PN = mkPN "Morocco"; -lin moron_N = mkN "moron" "morons"; -lin moronic_A = compoundA (mkA "moronic"); -lin morose_A = compoundA (mkA "morose"); -lin morosely_Adv = mkAdv "morosely"; -lin moroseness_N = mkN "moroseness" "-" {- FIXME: no plural form -}; -lin morpeth_PN = mkPN "Morpeth"; -lin morpheme_N = mkN "morpheme" "morphemes"; -lin morphemic_A = compoundA (mkA "morphemic"); -lin morpheus_PN = mkPN "Morpheus"; -lin morphia_N = mkN "morphia" "-" {- FIXME: no plural form -}; -lin morphine_N = mkN "morphine" "-" {- FIXME: no plural form -}; -lin morphological_A = compoundA (mkA "morphological"); -lin morphologically_Adv = mkAdv "morphologically"; -lin morphology_N = mkN "morphology" "-" {- FIXME: no plural form -}; -lin morris_dance_N = mkN "morris dance" "morris dances"; -lin morrow_N = mkN "morrow" "morrows"; -lin morse_N = mkN "morse" "-" {- FIXME: no plural form -}; -lin morsel_N = mkN "morsel" "morsels"; -lin mortal_A = compoundA (mkA "mortal"); -lin mortal_N = mkN "mortal" "mortals"; -lin mortality_N = mkN "mortality" "-" {- FIXME: no plural form -}; -lin mortally_Adv = mkAdv "mortally"; -lin mortar_N = mkN "mortar" "mortars"; -lin mortar_V2 = mkV2 (mkV "mortar" "mortars" "mortared" "mortared" "mortaring"); -lin mortarboard_N = mkN "mortarboard" "mortarboards"; -lin mortgage_N = mkN "mortgage" "mortgages"; -lin mortgage_V2 = mkV2 (mkV "mortgage" "mortgages" "mortgaged" "mortgaged" "mortgaging"); -lin mortgagee_N = mkN "mortgagee" "mortgagees"; -lin mortgagor_N = mkN "mortgagor" "mortgagors"; -lin mortice_N = mkN "mortice" "mortices"; -lin mortice_V2 = mkV2 (mkV "mortice" "mortices" "morticed" "morticed" "morticing"); -lin mortician_N = mkN "mortician" "morticians"; -lin mortification_N = mkN "mortification" "-" {- FIXME: no plural form -}; -lin mortify_V = mkV "mortify" "mortifies" "mortified" "mortified" "mortifying"; -lin mortify_V2 = mkV2 (mkV "mortify" "mortifies" "mortified" "mortified" "mortifying"); -lin mortise_N = mkN "mortise" "mortises"; -lin mortise_V2 = mkV2 (mkV "mortise" "mortises" "mortised" "mortised" "mortising"); -lin mortuary_N = mkN "mortuary" "mortuaries"; -lin mosaic_A = compoundA (mkA "mosaic"); -lin mosaic_N = mkN "mosaic" "mosaics"; -lin moscow_PN = mkPN "Moscow"; -lin moselle_N = mkN "moselle" "moselles"; -lin mosey_V = mkV "mosey" "moseys" "moseyed" "moseyed" "moseying"; -lin moslem_A = compoundA (mkA "moslem"); -lin moslem_N = mkN "moslem" "moslems"; -lin mosque_N = mkN "mosque" "mosques"; -lin mosquito_N = mkN "mosquito" "mosquitoes"; -lin mosquito_craft_N = mkN "mosquito-craft" "mosquito-craft"; -lin mosquito_net_N = mkN "mosquito-net" "mosquito-nets"; -lin moss_N = mkN "moss" "mosses"; -lin moss_grown_A = compoundA (mkA "moss-grown"); -lin mossley_PN = mkPN "Mossley"; -lin mossy_A = mkA "mossy" "mossier"; -lin most_Adv = mkAdv "most"; -lin most_N = mkN "most" "most"; -lin mostly_Adv = mkAdv "mostly"; -lin mote_N = mkN "mote" "motes"; -lin motel_N = mkN "motel" "motels"; -lin moth_N = mkN "moth" "moths"; -lin moth_eaten_A = compoundA (mkA "moth-eaten"); -lin mothball_N = mkN "mothball" "mothballs"; -lin mother_N = mkN "mother" "mothers"; -lin mother_V2 = mkV2 (mkV "mother" "mothers" "mothered" "mothered" "mothering"); -lin mother_in_law_N = mkN "mother-in-law" "mothers-in-law" {- FIXME: guessed plural form -}; -lin mother_of_pearl_N = mkN "mother-of-pearl" "-" {- FIXME: no plural form -}; -lin motherhood_N = mkN "motherhood" "-" {- FIXME: no plural form -}; -lin motherland_N = mkN "motherland" "motherlands"; -lin motherless_A = compoundA (mkA "motherless"); -lin motherlike_A = compoundA (mkA "motherlike"); -lin motherliness_N = mkN "motherliness" "-" {- FIXME: no plural form -}; -lin motherly_A = compoundA (mkA "motherly"); -lin motherwell_PN = mkPN "Motherwell"; -lin mothproof_A = compoundA (mkA "mothproof"); -lin mothproof_V2 = mkV2 (mkV "mothproof" "mothproofs" "mothproofed" "mothproofed" "mothproofing"); -lin motif_N = mkN "motif" "motifs"; -lin motion_N = mkN "motion" "motions"; -lin motion_V = mkV "motion" "motions" "motioned" "motioned" "motioning"; -lin motion_V2 = mkV2 (mkV "motion" "motions" "motioned" "motioned" "motioning"); -lin motionless_A = compoundA (mkA "motionless"); -lin motionlessly_Adv = mkAdv "motionlessly"; -lin motivate_V2 = mkV2 (mkV "motivate" "motivates" "motivated" "motivated" "motivating"); -lin motivation_N = mkN "motivation" "motivations"; -lin motive_A = compoundA (mkA "motive"); -lin motive_N = mkN "motive" "motives"; -lin motiveless_A = compoundA (mkA "motiveless"); -lin motley_A = compoundA (mkA "motley"); -lin motley_N = mkN "motley" "-" {- FIXME: no plural form -}; -lin motor_N = mkN "motor" "motors"; -lin motor_V = mkV "motor" "motors" "motored" "motored" "motoring"; -lin motor_assisted_A = compoundA (mkA "motor-assisted"); -lin motorbike_N = mkN "motorbike" "motorbikes"; -lin motorboat_N = mkN "motorboat" "motorboats"; -lin motorcade_N = mkN "motorcade" "motorcades"; -lin motorcar_N = mkN "motorcar" "motorcars"; -lin motorcoach_N = mkN "motorcoach" "motorcoaches"; -lin motorcycle_N = mkN "motorcycle" "motorcycles"; -lin motorist_N = mkN "motorist" "motorists"; -lin motorize_V2 = mkV2 (mkV "motorize" "motorizes" "motorized" "motorized" "motorizing"); -lin motorman_N = mkN "motorman" "motormen" {- FIXME: guessed plural form -}; -lin motorway_N = mkN "motorway" "motorways"; -lin mottle_V2 = mkV2 (mkV "mottle" "mottles" "mottled" "mottled" "mottling"); -lin motto_N = mkN "motto" "mottos"; -lin moujik_N = mkN "moujik" "moujiks"; -lin mould_N = mkN "mould" "moulds"; -lin mould_V = mkV "mould" "moulds" "moulded" "moulded" "moulding"; -lin mould_V2 = mkV2 (mkV "mould" "moulds" "moulded" "moulded" "moulding"); -lin moulder_V = mkV "moulder" "moulders" "mouldered" "mouldered" "mouldering"; -lin moulding_N = mkN "moulding" "mouldings"; -lin mouldy_A = mkA "mouldy" "mouldier"; -lin moult_N = mkN "moult" "moults"; -lin moult_V = mkV "moult" "moults" "moulted" "moulted" "moulting"; -lin moult_V2 = mkV2 (mkV "moult" "moults" "moulted" "moulted" "moulting"); -lin mound_N = mkN "mound" "mounds"; -lin mount_N = mkN "mount" "mounts"; -lin mount_V = mkV "mount" "mounts" "mounted" "mounted" "mounting"; -lin mount_V2 = mkV2 (mkV "mount" "mounts" "mounted" "mounted" "mounting"); -lin mountain_N = mkN "mountain" "mountains"; -lin mountain_ash_PN = mkPN "Mountain ash"; -lin mountaineer_N = mkN "mountaineer" "mountaineers"; -lin mountaineering_N = mkN "mountaineering" "-" {- FIXME: no plural form -}; -lin mountainous_A = compoundA (mkA "mountainous"); -lin mountebank_N = mkN "mountebank" "mountebanks"; -lin mountie_N = mkN "mountie" "mounties"; -lin mourn_V = mkV "mourn" "mourns" "mourned" "mourned" "mourning"; -lin mourn_V2 = mkV2 (mkV "mourn" "mourns" "mourned" "mourned" "mourning"); -lin mourner_N = mkN "mourner" "mourners"; -lin mournful_A = compoundA (mkA "mournful"); -lin mournfully_Adv = mkAdv "mournfully"; -lin mourning_N = mkN "mourning" "-" {- FIXME: no plural form -}; -lin mourning_band_N = mkN "mourning-band" "mourning-bands"; -lin mourning_ring_N = mkN "mourning-ring" "mourning-rings"; -lin mouse_N = mkN "mouse" "mice" {- FIXME: guessed plural form -}; -lin mouse_V = mkV "mouse" "mouses" "moused" "moused" "mousing"; -lin mouser_N = mkN "mouser" "mousers"; -lin mousetrap_N = mkN "mousetrap" "mousetraps"; -lin mousse_N = mkN "mousse" "mousses"; -lin moustache_N = mkN "moustache" "moustaches"; -lin mousy_A = mkA "mousy" "mousier"; -lin mouth_N = mkN "mouth" "mouths"; -lin mouth_V = mkV "mouth" "mouths" "mouthed" "mouthed" "mouthing"; -lin mouth_V2 = mkV2 (mkV "mouth" "mouths" "mouthed" "mouthed" "mouthing"); -lin mouth_organ_N = mkN "mouth-organ" "mouth-organs"; -lin mouth_watering_A = compoundA (mkA "mouth-watering"); -lin mouthful_N = mkN "mouthful" "mouthfuls"; -lin mouthpiece_N = mkN "mouthpiece" "mouthpieces"; -lin movable_A = compoundA (mkA "movable"); -lin move_N = mkN "move" "moves"; -lin move_V = mkV "move" "moves" "moved" "moved" "moving"; -lin move_V2 = mkV2 (mkV "move" "moves" "moved" "moved" "moving"); -lin movement_N = mkN "movement" "movements"; -lin mover_N = mkN "mover" "movers"; -lin movie_N = mkN "movie" "movies"; -lin mow_N = mkN "mow" "mows"; -lin mow_V = mkV "mow" "mows" "mowed" "mowed" "mowing"; -lin mow_V2 = mkV2 (mkV "mow" "mows" "mowed" "mowed" "mowing"); -lin mower_N = mkN "mower" "mowers"; -lin mozambican_A = compoundA (mkA "mozambican"); -lin mozambican_N = mkN "mozambican" "mozambicans"; -lin mozambique_PN = mkPN "Mozambique"; -lin mp's_N = mkN "-" "mp's" {- FIXME: no singular form -}; -lin mp_N = mkN "mp" "-" {- FIXME: no plural form -}; -lin mpg_N = mkN "mpg" "mpg"; -lin mph_N = mkN "mph" "mph"; -lin mr_PN = mkPN "Mr"; -lin mrs_PN = mkPN "Mrs"; -lin ms_N = mkN "ms" "-" {- FIXME: no plural form -}; -lin ms_PN = mkPN "Ms"; -lin msc_N = mkN "msc" "-" {- FIXME: no plural form -}; -lin mt_PN = mkPN "Mt"; -lin much_A = compoundA (mkA "much"); -lin much_Adv = mkAdv "much"; -lin much_N = mkN "much" "IRREG"; -lin muchness_N = mkN "muchness" "-" {- FIXME: no plural form -}; -lin mucilage_N = mkN "mucilage" "-" {- FIXME: no plural form -}; -lin muck_N = mkN "muck" "-" {- FIXME: no plural form -}; -lin muck_V = mkV "muck" "mucks" "mucked" "mucked" "mucking"; -lin muck_V2 = mkV2 (mkV "muck" "mucks" "mucked" "mucked" "mucking"); -lin muck_heap_N = mkN "muck-heap" "muck-heaps"; -lin muckle_N = mkN "muckle" "IRREG"; -lin muckraker_N = mkN "muckraker" "muckrakers"; -lin muckraking_N = mkN "muckraking" "-" {- FIXME: no plural form -}; -lin mucky_A = mkA "mucky" "muckier"; -lin mucous_A = compoundA (mkA "mucous"); -lin mucus_N = mkN "mucus" "-" {- FIXME: no plural form -}; -lin mud_N = mkN "mud" "-" {- FIXME: no plural form -}; -lin mud_V2 = mkV2 (mkV "mud" "muds" "mudded" "mudded" "mudding"); -lin mud_bath_N = mkN "mud-bath" "mud-baths"; -lin muddle_N = mkN "muddle" "muddles"; -lin muddle_V = mkV "muddle" "muddles" "muddled" "muddled" "muddling"; -lin muddle_V2 = mkV2 (mkV "muddle" "muddles" "muddled" "muddled" "muddling"); -lin muddle_headed_A = compoundA (mkA "muddle-headed"); -lin muddy_A = mkA "muddy" "muddier"; -lin muddy_V2 = mkV2 (mkV "muddy" "muddies" "muddied" "muddied" "muddying"); -lin mudguard_N = mkN "mudguard" "mudguards"; -lin mudslinger_N = mkN "mudslinger" "mudslingers"; -lin muesli_N = mkN "muesli" "-" {- FIXME: no plural form -}; -lin muezzin_N = mkN "muezzin" "muezzins"; -lin muff_N = mkN "muff" "muffs"; -lin muff_V2 = mkV2 (mkV "muff" "muffs" "muffed" "muffed" "muffing"); -lin muffin_N = mkN "muffin" "muffins"; -lin muffin_man_N = mkN "muffin-man" "muffin-men" {- FIXME: guessed plural form -}; -lin muffle_V2 = mkV2 (mkV "muffle" "muffles" "muffled" "muffled" "muffling"); -lin muffler_N = mkN "muffler" "mufflers"; -lin mufti_N = mkN "mufti" "-" {- FIXME: no plural form -}; -lin mug_N = mkN "mug" "mugs"; -lin mug_V2 = mkV2 (mkV "mug" "mugs" "mugged" "mugged" "mugging"); -lin mugger_N = mkN "mugger" "muggers"; -lin mugginess_N = mkN "mugginess" "-" {- FIXME: no plural form -}; -lin mugging_N = mkN "mugging" "muggings"; -lin muggins_N = mkN "muggins" "mugginses"; -lin muggy_A = mkA "muggy" "muggier"; -lin mugwump_N = mkN "mugwump" "mugwumps"; -lin muhammad_PN = mkPN "Muhammad"; -lin muhammadan_A = compoundA (mkA "muhammadan"); -lin muhammadan_N = mkN "muhammadan" "muhammadans"; -lin muhammadanism_N = mkN "muhammadanism" "-" {- FIXME: no plural form -}; -lin mukden_PN = mkPN "Mukden"; -lin mulatto_N = mkN "mulatto" "mulattos"; -lin mulberry_N = mkN "mulberry" "mulberries"; -lin mulch_N = mkN "mulch" "mulches"; -lin mulch_V2 = mkV2 (mkV "mulch" "mulches" "mulched" "mulched" "mulching"); -lin mulct_V2 = mkV2 (mkV "mulct" "mulcts" "mulcted" "mulcted" "mulcting"); -lin mule_N = mkN "mule" "mules"; -lin muleteer_N = mkN "muleteer" "muleteers"; -lin mulheim_PN = mkPN "Mulheim"; -lin mulhouse_PN = mkPN "Mulhouse"; -lin mulish_A = compoundA (mkA "mulish"); -lin mulishly_Adv = mkAdv "mulishly"; -lin mulishness_N = mkN "mulishness" "-" {- FIXME: no plural form -}; -lin mull_N = mkN "mull" "mulls"; -lin mull_V2 = mkV2 (mkV "mull" "mulls" "mulled" "mulled" "mulling"); -lin mullah_N = mkN "mullah" "mullahs"; -lin mullein_N = mkN "mullein" "mulleins"; -lin mullet_N = mkN "mullet" "mullets"; -lin mulligatawny_N = mkN "mulligatawny" "-" {- FIXME: no plural form -}; -lin mullion_N = mkN "mullion" "mullions"; -lin mullioned_A = compoundA (mkA "mullioned"); -lin multan_PN = mkPN "Multan"; -lin multi_lingual_A = compoundA (mkA "multi-lingual"); -lin multifarious_A = compoundA (mkA "multifarious"); -lin multifariously_Adv = mkAdv "multifariously"; -lin multiform_A = compoundA (mkA "multiform"); -lin multilateral_A = compoundA (mkA "multilateral"); -lin multiple_A = compoundA (mkA "multiple"); -lin multiple_N = mkN "multiple" "multiples"; -lin multiplex_A = compoundA (mkA "multiplex"); -lin multiplication_N = mkN "multiplication" "multiplications"; -lin multiplicity_N = mkN "multiplicity" "-" {- FIXME: no plural form -}; -lin multiply_V = mkV "multiply" "multiplies" "multiplied" "multiplied" "multiplying"; -lin multiply_V2 = mkV2 (mkV "multiply" "multiplies" "multiplied" "multiplied" "multiplying"); -lin multitude_N = mkN "multitude" "multitudes"; -lin multitudinous_A = compoundA (mkA "multitudinous"); -lin multum_in_parvo_N = mkN "multum in parvo" "-" {- FIXME: no plural form -}; -lin mum_A = compoundA (mkA "mum"); -lin mum_N = mkN "mum" "mums"; -lin mumble_V = mkV "mumble" "mumbles" "mumbled" "mumbled" "mumbling"; -lin mumble_V2 = mkV2 (mkV "mumble" "mumbles" "mumbled" "mumbled" "mumbling"); -lin mumbo_jumbo_N = mkN "mumbo-jumbo" "-" {- FIXME: no plural form -}; -lin mummer_N = mkN "mummer" "mummers"; -lin mummery_N = mkN "mummery" "mummeries"; -lin mummification_N = mkN "mummification" "mummifications"; -lin mummify_V2 = mkV2 (mkV "mummify" "mummifies" "mummified" "mummified" "mummifying"); -lin mummy_N = mkN "mummy" "mummies"; -lin mumps_N = mkN "mumps" "mumps"; -lin munch_V = mkV "munch" "munches" "munched" "munched" "munching"; -lin munch_V2 = mkV2 (mkV "munch" "munches" "munched" "munched" "munching"); -lin mundane_A = compoundA (mkA "mundane"); -lin mundanely_Adv = mkAdv "mundanely"; -lin munich_PN = mkPN "Munich"; -lin municipal_A = compoundA (mkA "municipal"); -lin municipality_N = mkN "municipality" "municipalities"; -lin municipally_Adv = mkAdv "municipally"; -lin munificence_N = mkN "munificence" "-" {- FIXME: no plural form -}; -lin munificent_A = compoundA (mkA "munificent"); -lin munificently_Adv = mkAdv "munificently"; -lin munition_N = mkN "munition" "munitions"; -lin munition_V2 = mkV2 (mkV "munition" "munitions" "munitioned" "munitioned" "munitioning"); -lin munster_PN = mkPN "Munster"; -lin mural_A = compoundA (mkA "mural"); -lin mural_N = mkN "mural" "murals"; -lin murder_N = mkN "murder" "murders"; -lin murder_V2 = mkV2 (mkV "murder" "murders" "murdered" "murdered" "murdering"); -lin murderer_N = mkN "murderer" "murderers"; -lin murderess_N = mkN "murderess" "murderesses"; -lin murderous_A = compoundA (mkA "murderous"); -lin murderously_Adv = mkAdv "murderously"; -lin muriel_PN = mkPN "Muriel"; -lin murk_N = mkN "murk" "-" {- FIXME: no plural form -}; -lin murkily_Adv = mkAdv "murkily"; -lin murky_A = mkA "murky" "murkier"; -lin murmur_N = mkN "murmur" "murmurs"; -lin murmur_V = mkV "murmur" "murmurs" "murmured" "murmured" "murmuring"; -lin murmur_V2 = mkV2 (mkV "murmur" "murmurs" "murmured" "murmured" "murmuring"); -lin murphy_N = mkN "murphy" "murphies"; -lin murrain_N = mkN "murrain" "-" {- FIXME: no plural form -}; -lin murton_PN = mkPN "Murton"; -lin muscatel_N = mkN "muscatel" "-" {- FIXME: no plural form -}; -lin muscle_N = mkN "muscle" "muscles"; -lin muscle_V = mkV "muscle" "muscles" "muscled" "muscled" "muscling"; -lin muscle_bound_A = compoundA (mkA "muscle-bound"); -lin muscleman_N = mkN "muscleman" "musclemen" {- FIXME: guessed plural form -}; -lin muscovite_A = compoundA (mkA "muscovite"); -lin muscovite_N = mkN "muscovite" "muscovites"; -lin muscovy_N = mkN "muscovy" "muscovies"; -lin muscular_A = compoundA (mkA "muscular"); -lin muse_N = mkN "muse" "muses"; -lin muse_V = mkV "muse" "muses" "mused" "mused" "musing"; -lin museum_N = mkN "museum" "museums"; -lin mush_N = mkN "mush" "-" {- FIXME: no plural form -}; -lin mushroom_N = mkN "mushroom" "mushrooms"; -lin mushroom_V = mkV "mushroom" "mushrooms" "mushroomed" "mushroomed" "mushrooming"; -lin mushy_A = mkA "mushy" "mushier"; -lin music_N = mkN "music" "-" {- FIXME: no plural form -}; -lin music_box_N = mkN "music-box" "music-boxes"; -lin music_hall_N = mkN "music-hall" "music-halls"; -lin music_stand_N = mkN "music-stand" "music-stands"; -lin music_stool_N = mkN "music-stool" "music-stools"; -lin musical_A = compoundA (mkA "musical"); -lin musical_N = mkN "musical" "musicals"; -lin musical_box_N = mkN "musical-box" "musical-boxes"; -lin musically_Adv = mkAdv "musically"; -lin musician_N = mkN "musician" "musicians"; -lin musicianship_N = mkN "musicianship" "-" {- FIXME: no plural form -}; -lin musingly_Adv = mkAdv "musingly"; -lin musk_N = mkN "musk" "-" {- FIXME: no plural form -}; -lin musk_deer_N = mkN "musk-deer" "musk-deer"; -lin musk_rose_N = mkN "musk-rose" "musk-roses"; -lin musket_N = mkN "musket" "muskets"; -lin musketeer_N = mkN "musketeer" "musketeers"; -lin musketry_N = mkN "musketry" "-" {- FIXME: no plural form -}; -lin muskrat_N = mkN "muskrat" "muskrats"; -lin musky_A = mkA "musky" "muskier"; -lin muslim_N = mkN "muslim" "muslims"; -lin muslin_N = mkN "muslin" "-" {- FIXME: no plural form -}; -lin musquash_N = mkN "musquash" "-" {- FIXME: no plural form -}; -lin muss_N = mkN "muss" "musses"; -lin muss_V2 = mkV2 (mkV "muss" "musses" "mussed" "mussed" "mussing"); -lin mussel_N = mkN "mussel" "mussels"; -lin musselburgh_PN = mkPN "Musselburgh"; -lin must_N = mkN "must" "musts"; -lin mustachio_N = mkN "mustachio" "mustachios"; -lin mustang_N = mkN "mustang" "mustangs"; -lin mustard_N = mkN "mustard" "-" {- FIXME: no plural form -}; -lin muster_N = mkN "muster" "musters"; -lin muster_V = mkV "muster" "musters" "mustered" "mustered" "mustering"; -lin muster_V2 = mkV2 (mkV "muster" "musters" "mustered" "mustered" "mustering"); -lin mustiness_N = mkN "mustiness" "-" {- FIXME: no plural form -}; -lin musty_A = mkA "musty" "mustier"; -lin mutability_N = mkN "mutability" "-" {- FIXME: no plural form -}; -lin mutable_A = compoundA (mkA "mutable"); -lin mutation_N = mkN "mutation" "mutations"; -lin mutatis_mutandis_Adv = mkAdv "mutatis mutandis"; -lin mute_A = compoundA (mkA "mute"); -lin mute_N = mkN "mute" "mutes"; -lin mute_V2 = mkV2 (mkV "mute" "mutes" "muted" "muted" "muting"); -lin mutely_Adv = mkAdv "mutely"; -lin mutilate_V2 = mkV2 (mkV "mutilate" "mutilates" "mutilated" "mutilated" "mutilating"); -lin mutilation_N = mkN "mutilation" "mutilations"; -lin mutineer_N = mkN "mutineer" "mutineers"; -lin mutinous_A = compoundA (mkA "mutinous"); -lin mutiny_N = mkN "mutiny" "mutinies"; -lin mutiny_V = mkV "mutiny" "mutinies" "mutinied" "mutinied" "mutinying"; -lin mutt_N = mkN "mutt" "mutts"; -lin mutter_N = mkN "mutter" "mutters"; -lin mutter_V = mkV "mutter" "mutters" "muttered" "muttered" "muttering"; -lin mutter_V2 = mkV2 (mkV "mutter" "mutters" "muttered" "muttered" "muttering"); -lin mutterer_N = mkN "mutterer" "mutterers"; -lin mutton_N = mkN "mutton" "-" {- FIXME: no plural form -}; -lin mutton_head_N = mkN "mutton-head" "mutton-heads"; -lin mutual_A = compoundA (mkA "mutual"); -lin mutually_Adv = mkAdv "mutually"; -lin muzzle_N = mkN "muzzle" "muzzles"; -lin muzzle_V2 = mkV2 (mkV "muzzle" "muzzles" "muzzled" "muzzled" "muzzling"); -lin muzzle_velocity_N = mkN "muzzle-velocity" "muzzle-velocities"; -lin muzzy_A = mkA "muzzy" "muzzier"; -lin my_A = compoundA (mkA "my"); -lin mycology_N = mkN "mycology" "-" {- FIXME: no plural form -}; -lin myelitis_N = mkN "myelitis" "-" {- FIXME: no plural form -}; -lin myna_N = mkN "myna" "mynas"; -lin mynah_N = mkN "mynah" "mynahs"; -lin myopia_N = mkN "myopia" "-" {- FIXME: no plural form -}; -lin myopic_A = compoundA (mkA "myopic"); -lin myra_PN = mkPN "Myra"; -lin myriad_A = compoundA (mkA "myriad"); -lin myriad_N = mkN "myriad" "myriads"; -lin myrmidon_N = mkN "myrmidon" "myrmidons"; -lin myrrh_N = mkN "myrrh" "-" {- FIXME: no plural form -}; -lin myrtle_N = mkN "myrtle" "myrtles"; -lin mysterious_A = compoundA (mkA "mysterious"); -lin mysteriously_Adv = mkAdv "mysteriously"; -lin mystery_N = mkN "mystery" "mysteries"; -lin mystic_A = compoundA (mkA "mystic"); -lin mystic_N = mkN "mystic" "mystics"; -lin mystical_A = compoundA (mkA "mystical"); -lin mysticism_N = mkN "mysticism" "-" {- FIXME: no plural form -}; -lin mystification_N = mkN "mystification" "mystifications"; -lin mystify_V2 = mkV2 (mkV "mystify" "mystifies" "mystified" "mystified" "mystifying"); -lin mystique_N = mkN "mystique" "mystiques"; -lin myth_N = mkN "myth" "myths"; -lin mythical_A = compoundA (mkA "mythical"); -lin mythological_A = compoundA (mkA "mythological"); -lin mythologist_N = mkN "mythologist" "mythologists"; -lin mythology_N = mkN "mythology" "mythologies"; -lin myxomatosis_N = mkN "myxomatosis" "-" {- FIXME: no plural form -}; -lin melange_N = mkN "mélange" "mélanges"; -lin menage_N = mkN "ménage" "ménages"; -lin mesalliance_N = mkN "mésalliance" "mésalliances"; -lin metier_N = mkN "métier" "métiers"; -lin melee_N = mkN "mêlée" "mêlées"; -lin naafi_N = mkN "naafi" "-" {- FIXME: no plural form -}; -lin nab_V2 = mkV2 (mkV "nab" "nabs" "nabbed" "nabbed" "nabbing"); -lin nabob_N = mkN "nabob" "nabobs"; -lin nacelle_N = mkN "nacelle" "nacelles"; -lin nacre_N = mkN "nacre" "-" {- FIXME: no plural form -}; -lin nadir_N = mkN "nadir" "nadirs"; -lin nag_N = mkN "nag" "nags"; -lin nag_V = mkV "nag" "nags" "nagged" "nagged" "nagging"; -lin nag_V2 = mkV2 (mkV "nag" "nags" "nagged" "nagged" "nagging"); -lin nagger_N = mkN "nagger" "naggers"; -lin nagoya_PN = mkPN "Nagoya"; -lin nagpur_PN = mkPN "Nagpur"; -lin naiad_N = mkN "naiad" "naiads"; -lin nail_N = mkN "nail" "nails"; -lin nail_V2 = mkV2 (mkV "nail" "nails" "nailed" "nailed" "nailing"); -lin nail_polish_N = mkN "nail-polish" "nail-polishes"; -lin nail_varnish_N = mkN "nail-varnish" "nail-varnishes"; -lin nailbrush_N = mkN "nailbrush" "nailbrushes"; -lin nailfile_N = mkN "nailfile" "nailfiles"; -lin nailsea_PN = mkPN "Nailsea"; -lin nainsook_N = mkN "nainsook" "-" {- FIXME: no plural form -}; -lin naira_N = mkN "naira" "nairas"; -lin nairn_PN = mkPN "Nairn"; -lin nairobi_PN = mkPN "Nairobi"; -lin naive_1_A = compoundA (mkA "naive"); -lin naively_Adv = mkAdv "naively"; -lin naivety_N = mkN "naivety" "naiveties"; -lin naivete_N = mkN "naiveté" "naivetés"; -lin naked_A = compoundA (mkA "naked"); -lin nakedly_Adv = mkAdv "nakedly"; -lin nakedness_N = mkN "nakedness" "-" {- FIXME: no plural form -}; -lin namby_pamby_A = compoundA (mkA "namby-pamby"); -lin namby_pamby_N = mkN "namby-pamby" "namby-pambies"; -lin name_N = mkN "name" "names"; -lin name_V2 = mkV2 (mkV "name" "names" "named" "named" "naming"); -lin name_day_N = mkN "name-day" "name-days"; -lin name_drop_V = mkV "name-drop" "name-drops" "name-dropped" "name-dropped" "name-dropping"; -lin name_dropping_N = mkN "name-dropping" "-" {- FIXME: no plural form -}; -lin name_part_N = mkN "name-part" "name-parts"; -lin nameless_A = compoundA (mkA "nameless"); -lin namely_Adv = mkAdv "namely"; -lin nameplate_N = mkN "nameplate" "nameplates"; -lin namesake_N = mkN "namesake" "namesakes"; -lin namibia_PN = mkPN "Namibia"; -lin namibian_A = compoundA (mkA "namibian"); -lin namibian_N = mkN "namibian" "namibians"; -lin nanchang_PN = mkPN "Nanchang"; -lin nancy_PN = mkPN "Nancy"; -lin nankeen_N = mkN "nankeen" "-" {- FIXME: no plural form -}; -lin nanking_PN = mkPN "Nanking"; -lin nanning_PN = mkPN "Nanning"; -lin nanny_N = mkN "nanny" "nannies"; -lin nanny_goat_N = mkN "nanny-goat" "nanny-goats"; -lin nantwich_PN = mkPN "Nantwich"; -lin naomi_PN = mkPN "Naomi"; -lin nap_N = mkN "nap" "naps"; -lin nap_V = mkV "nap" "naps" "napped" "napped" "napping"; -lin napalm_N = mkN "napalm" "-" {- FIXME: no plural form -}; -lin nape_N = mkN "nape" "napes"; -lin napery_N = mkN "napery" "-" {- FIXME: no plural form -}; -lin naphtha_N = mkN "naphtha" "-" {- FIXME: no plural form -}; -lin naphthalene_N = mkN "naphthalene" "-" {- FIXME: no plural form -}; -lin napkin_N = mkN "napkin" "napkins"; -lin napkin_ring_N = mkN "napkin-ring" "napkin-rings"; -lin naples_PN = mkPN "Naples"; -lin napoleonic_A = compoundA (mkA "napoleonic"); -lin napoli_PN = mkPN "Napoli"; -lin nappy_N = mkN "nappy" "nappies"; -lin narborough_PN = mkPN "Narborough"; -lin narcissism_N = mkN "narcissism" "-" {- FIXME: no plural form -}; -lin narcissus_N = mkN "narcissus" "narcissuses"; -lin narcotic_A = compoundA (mkA "narcotic"); -lin narcotic_N = mkN "narcotic" "narcotics"; -lin nark_N = mkN "nark" "narks"; -lin nark_V2 = mkV2 (mkV "nark" "narks" "narked" "narked" "narking"); -lin narrate_V2 = mkV2 (mkV "narrate" "narrates" "narrated" "narrated" "narrating"); -lin narration_N = mkN "narration" "narrations"; -lin narrative_N = mkN "narrative" "narratives"; -lin narrator_N = mkN "narrator" "narrators"; -lin narrow_A = mkA "narrow" "narrower"; -lin narrow_N = mkN "narrow" "narrows"; -lin narrow_V = mkV "narrow" "narrows" "narrowed" "narrowed" "narrowing"; -lin narrow_V2 = mkV2 (mkV "narrow" "narrows" "narrowed" "narrowed" "narrowing"); -lin narrow_minded_A = compoundA (mkA "narrow-minded"); -lin narrow_mindedly_Adv = mkAdv "narrow-mindedly"; -lin narrow_mindedness_N = mkN "narrow-mindedness" "-" {- FIXME: no plural form -}; -lin narrowly_Adv = mkAdv "narrowly"; -lin narrowness_N = mkN "narrowness" "-" {- FIXME: no plural form -}; -lin narwhal_N = mkN "narwhal" "narwhals"; -lin nasa_PN = mkPN "Nasa"; -lin nasal_A = compoundA (mkA "nasal"); -lin nasal_N = mkN "nasal" "nasals"; -lin nasalize_V2 = mkV2 (mkV "nasalize" "nasalizes" "nasalized" "nasalized" "nasalizing"); -lin nascent_A = compoundA (mkA "nascent"); -lin nastily_Adv = mkAdv "nastily"; -lin nastiness_N = mkN "nastiness" "-" {- FIXME: no plural form -}; -lin nasturtium_N = mkN "nasturtium" "nasturtiums"; -lin nasty_A = mkA "nasty" "nastier"; -lin nat_PN = mkPN "Nat"; -lin natal_A = compoundA (mkA "natal"); -lin natalie_PN = mkPN "Natalie"; -lin nathaniel_PN = mkPN "Nathaniel"; -lin nation_N = mkN "nation" "nations"; -lin national_A = compoundA (mkA "national"); -lin national_N = mkN "national" "nationals"; -lin nationalism_N = mkN "nationalism" "-" {- FIXME: no plural form -}; -lin nationalist_A = compoundA (mkA "nationalist"); -lin nationalist_N = mkN "nationalist" "nationalists"; -lin nationalistic_A = compoundA (mkA "nationalistic"); -lin nationality_N = mkN "nationality" "nationalities"; -lin nationalization_N = mkN "nationalization" "nationalizations"; -lin nationalize_V2 = mkV2 (mkV "nationalize" "nationalizes" "nationalized" "nationalized" "nationalizing"); -lin nationally_Adv = mkAdv "nationally"; -lin nationwide_A = compoundA (mkA "nationwide"); -lin nationwide_Adv = mkAdv "nationwide"; -lin native_A = compoundA (mkA "native"); -lin native_N = mkN "native" "natives"; -lin nativity_N = mkN "nativity" "nativities"; -lin nato_PN = mkPN "Nato"; -lin natter_V = mkV "natter" "natters" "nattered" "nattered" "nattering"; -lin nattily_Adv = mkAdv "nattily"; -lin natty_A = mkA "natty" "nattier"; -lin natural_A = compoundA (mkA "natural"); -lin natural_N = mkN "natural" "naturals"; -lin naturalism_N = mkN "naturalism" "-" {- FIXME: no plural form -}; -lin naturalist_N = mkN "naturalist" "naturalists"; -lin naturalistic_A = compoundA (mkA "naturalistic"); -lin naturalization_N = mkN "naturalization" "-" {- FIXME: no plural form -}; -lin naturalize_V = mkV "naturalize" "naturalizes" "naturalized" "naturalized" "naturalizing"; -lin naturalize_V2 = mkV2 (mkV "naturalize" "naturalizes" "naturalized" "naturalized" "naturalizing"); -lin naturally_Adv = mkAdv "naturally"; -lin naturalness_N = mkN "naturalness" "-" {- FIXME: no plural form -}; -lin nature_N = mkN "nature" "natures"; -lin naturism_N = mkN "naturism" "-" {- FIXME: no plural form -}; -lin naturist_N = mkN "naturist" "naturists"; -lin naught_N = mkN "naught" "naughts"; -lin naughtily_Adv = mkAdv "naughtily"; -lin naughtiness_N = mkN "naughtiness" "-" {- FIXME: no plural form -}; -lin naughty_A = mkA "naughty" "naughtier"; -lin nauru_PN = mkPN "Nauru"; -lin nauruan_A = compoundA (mkA "nauruan"); -lin nauruan_N = mkN "nauruan" "nauruans"; -lin nausea_N = mkN "nausea" "-" {- FIXME: no plural form -}; -lin nauseate_V2 = mkV2 (mkV "nauseate" "nauseates" "nauseated" "nauseated" "nauseating"); -lin nauseous_A = compoundA (mkA "nauseous"); -lin nautch_N = mkN "nautch" "nautches"; -lin nautch_girl_N = mkN "nautch-girl" "nautch-girls"; -lin nautical_A = compoundA (mkA "nautical"); -lin nautilus_N = mkN "nautilus" "nautiluses"; -lin naval_A = compoundA (mkA "naval"); -lin nave_N = mkN "nave" "naves"; -lin navel_N = mkN "navel" "navels"; -lin navigability_N = mkN "navigability" "-" {- FIXME: no plural form -}; -lin navigable_A = compoundA (mkA "navigable"); -lin navigate_V = mkV "navigate" "navigates" "navigated" "navigated" "navigating"; -lin navigate_V2 = mkV2 (mkV "navigate" "navigates" "navigated" "navigated" "navigating"); -lin navigation_N = mkN "navigation" "-" {- FIXME: no plural form -}; -lin navigator_N = mkN "navigator" "navigators"; -lin navvy_N = mkN "navvy" "navvies"; -lin navy_N = mkN "navy" "navies"; -lin nay_Adv = mkAdv "nay"; -lin nazi_A = compoundA (mkA "nazi"); -lin nazi_N = mkN "nazi" "nazis"; -lin nazism_N = mkN "nazism" "-" {- FIXME: no plural form -}; -lin naive_2_A = compoundA (mkA "naïve"); -lin nb_PN = mkPN "Nb"; -lin nco_N = mkN "nco" "-" {- FIXME: no plural form -}; -lin ne'er_Adv = mkAdv "ne'er"; -lin ne'er_do_well_N = mkN "ne'er-do-well" "ne'er-do-wells"; -lin ne_plus_ultra_N = mkN "ne plus ultra" "ne plus ultrae" {- FIXME: guessed plural form -}; -lin neanderthal_A = compoundA (mkA "neanderthal"); -lin neap_N = mkN "neap" "neaps"; -lin neap_tide_N = mkN "neap-tide" "neap-tides"; -lin neapolitan_A = compoundA (mkA "neapolitan"); -lin neapolitan_N = mkN "neapolitan" "neapolitans"; -lin near_A = mkA "near" "nearer"; -lin near_Adv = mkAdv "near"; -lin near_V = mkV "near" "nears" "neared" "neared" "nearing"; -lin near_V2 = mkV2 (mkV "near" "nears" "neared" "neared" "nearing"); -lin near_sighted_A = compoundA (mkA "near-sighted"); -lin nearby_A = compoundA (mkA "nearby"); -lin nearer_Adv = mkAdv "nearer"; -lin nearest_Adv = mkAdv "nearest"; -lin nearly_Adv = mkAdv "nearly"; -lin nearness_N = mkN "nearness" "-" {- FIXME: no plural form -}; -lin nearside_N = mkN "nearside" "nearsides"; -lin neat_A = mkA "neat" "neater"; -lin neath_PN = mkPN "Neath"; -lin neatly_Adv = mkAdv "neatly"; -lin neatness_N = mkN "neatness" "-" {- FIXME: no plural form -}; -lin nebraska_PN = mkPN "Nebraska"; -lin nebula_N = mkN "nebula" "nebulas"; -lin nebular_A = compoundA (mkA "nebular"); -lin nebulous_A = compoundA (mkA "nebulous"); -lin necessarily_Adv = mkAdv "necessarily"; -lin necessary_A = compoundA (mkA "necessary"); -lin necessary_N = mkN "necessary" "necessaries"; -lin necessitate_V2 = mkV2 (mkV "necessitate" "necessitates" "necessitated" "necessitated" "necessitating"); -lin necessitous_A = compoundA (mkA "necessitous"); -lin necessity_N = mkN "necessity" "necessities"; -lin neck_N = mkN "neck" "necks"; -lin neck_V = mkV "neck" "necks" "necked" "necked" "necking"; -lin neckband_N = mkN "neckband" "neckbands"; -lin neckcloth_N = mkN "neckcloth" "neckcloths"; -lin neckerchief_N = mkN "neckerchief" "neckerchiefs"; -lin necklace_N = mkN "necklace" "necklaces"; -lin necklet_N = mkN "necklet" "necklets"; -lin neckline_N = mkN "neckline" "necklines"; -lin necktie_N = mkN "necktie" "neckties"; -lin neckwear_N = mkN "neckwear" "-" {- FIXME: no plural form -}; -lin necromancer_N = mkN "necromancer" "necromancers"; -lin necromancy_N = mkN "necromancy" "-" {- FIXME: no plural form -}; -lin necropolis_N = mkN "necropolis" "necropolises"; -lin nectar_N = mkN "nectar" "-" {- FIXME: no plural form -}; -lin nectarine_N = mkN "nectarine" "nectarines"; -lin ned_PN = mkPN "Ned"; -lin neddy_PN = mkPN "Neddy"; -lin need_N = mkN "need" "needs"; -lin need_V2 = mkV2 (mkV "need" "needs" "needed" "needed" "needing"); -lin needful_A = compoundA (mkA "needful"); -lin needfully_Adv = mkAdv "needfully"; -lin needle_N = mkN "needle" "needles"; -lin needle_V2 = mkV2 (mkV "needle" "needles" "needled" "needled" "needling"); -lin needlecraft_N = mkN "needlecraft" "-" {- FIXME: no plural form -}; -lin needless_A = compoundA (mkA "needless"); -lin needlessly_Adv = mkAdv "needlessly"; -lin needlewoman_N = mkN "needlewoman" "needlewomen" {- FIXME: guessed plural form -}; -lin needlework_N = mkN "needlework" "-" {- FIXME: no plural form -}; -lin needs_Adv = mkAdv "needs"; -lin needy_A = mkA "needy" "needier"; -lin nefarious_A = compoundA (mkA "nefarious"); -lin nefariously_Adv = mkAdv "nefariously"; -lin nefariousness_N = mkN "nefariousness" "-" {- FIXME: no plural form -}; -lin negate_V2 = mkV2 (mkV "negate" "negates" "negated" "negated" "negating"); -lin negation_N = mkN "negation" "-" {- FIXME: no plural form -}; -lin negative_A = compoundA (mkA "negative"); -lin negative_N = mkN "negative" "negatives"; -lin negative_V2 = mkV2 (mkV "negative" "negatives" "negatived" "negatived" "negativing"); -lin negatively_Adv = mkAdv "negatively"; -lin neglect_N = mkN "neglect" "-" {- FIXME: no plural form -}; -lin neglect_V2 = mkV2 (mkV "neglect" "neglects" "neglected" "neglected" "neglecting"); -lin neglectful_A = compoundA (mkA "neglectful"); -lin neglectfully_Adv = mkAdv "neglectfully"; -lin neglectfulness_N = mkN "neglectfulness" "-" {- FIXME: no plural form -}; -lin negligee_N = mkN "negligee" "negligees"; -lin negligence_N = mkN "negligence" "-" {- FIXME: no plural form -}; -lin negligent_A = compoundA (mkA "negligent"); -lin negligently_Adv = mkAdv "negligently"; -lin negligible_A = compoundA (mkA "negligible"); -lin negotiable_A = compoundA (mkA "negotiable"); -lin negotiate_V = mkV "negotiate" "negotiates" "negotiated" "negotiated" "negotiating"; -lin negotiate_V2 = mkV2 (mkV "negotiate" "negotiates" "negotiated" "negotiated" "negotiating"); -lin negotiation_N = mkN "negotiation" "negotiations"; -lin negotiator_N = mkN "negotiator" "negotiators"; -lin negress_N = mkN "negress" "negresses"; -lin negro_N = mkN "negro" "negroes"; -lin negroid_A = compoundA (mkA "negroid"); -lin negroid_N = mkN "negroid" "negroids"; -lin negus_N = mkN "negus" "neguses"; -lin neigh_N = mkN "neigh" "neighs"; -lin neigh_V = mkV "neigh" "neighs" "neighed" "neighed" "neighing"; -lin neighbour_N = mkN "neighbour" "neighbours"; -lin neighbour_V = mkV "neighbour" "neighbours" "neighboured" "neighboured" "neighbouring"; -lin neighbour_V2 = mkV2 (mkV "neighbour" "neighbours" "neighboured" "neighboured" "neighbouring"); -lin neighbourhood_N = mkN "neighbourhood" "neighbourhoods"; -lin neighbourliness_N = mkN "neighbourliness" "-" {- FIXME: no plural form -}; -lin neighbourly_A = compoundA (mkA "neighbourly"); -lin neil_PN = mkPN "Neil"; -lin neither_A = compoundA (mkA "neither"); -lin neither_Adv = mkAdv "neither"; -lin nell_PN = mkPN "Nell"; -lin nelly_N = mkN "nelly" "IRREG"; -lin nelly_PN = mkPN "Nelly"; -lin nelson_PN = mkPN "Nelson"; -lin nem_con_Adv = mkAdv "nem con"; -lin nemesis_N = mkN "nemesis" "nemeses" {- FIXME: guessed plural form -}; -lin neocolonialism_N = mkN "neocolonialism" "-" {- FIXME: no plural form -}; -lin neolithic_A = compoundA (mkA "neolithic"); -lin neologism_N = mkN "neologism" "neologisms"; -lin neon_N = mkN "neon" "-" {- FIXME: no plural form -}; -lin neophyte_N = mkN "neophyte" "neophytes"; -lin neoplasm_N = mkN "neoplasm" "neoplasms"; -lin nepal_PN = mkPN "Nepal"; -lin nepalese_A = compoundA (mkA "nepalese"); -lin nepalese_N = mkN "nepalese" "nepalese"; -lin nepali_A = compoundA (mkA "nepali"); -lin nepali_N = mkN "nepali" "nepalis"; -lin nephew_N = mkN "nephew" "nephews"; -lin nephritis_N = mkN "nephritis" "-" {- FIXME: no plural form -}; -lin nepotism_N = mkN "nepotism" "-" {- FIXME: no plural form -}; -lin neptune_PN = mkPN "Neptune"; -lin nereid_N = mkN "nereid" "nereids"; -lin nerve_N = mkN "nerve" "nerves"; -lin nerve_V2 = mkV2 (mkV "nerve" "nerves" "nerved" "nerved" "nerving"); -lin nerve_cell_N = mkN "nerve-cell" "nerve-cells"; -lin nerve_centre_N = mkN "nerve-centre" "nerve-centres"; -lin nerve_racking_A = compoundA (mkA "nerve-racking"); -lin nerveless_A = compoundA (mkA "nerveless"); -lin nervelessly_Adv = mkAdv "nervelessly"; -lin nervous_A = compoundA (mkA "nervous"); -lin nervously_Adv = mkAdv "nervously"; -lin nervousness_N = mkN "nervousness" "-" {- FIXME: no plural form -}; -lin nervy_A = compoundA (mkA "nervy"); -lin nescience_N = mkN "nescience" "-" {- FIXME: no plural form -}; -lin nescient_A = compoundA (mkA "nescient"); -lin ness_N = mkN "ness" "nesses"; -lin nest_N = mkN "nest" "nests"; -lin nest_V = mkV "nest" "nests" "nested" "nested" "nesting"; -lin nest_egg_N = mkN "nest-egg" "nest-eggs"; -lin nestle_V = mkV "nestle" "nestles" "nestled" "nestled" "nestling"; -lin nestle_V2 = mkV2 (mkV "nestle" "nestles" "nestled" "nestled" "nestling"); -lin nestling_N = mkN "nestling" "nestlings"; -lin neston_PN = mkPN "Neston"; -lin nestor_PN = mkPN "Nestor"; -lin net_A = compoundA (mkA "net"); -lin net_N = mkN "net" "nets"; -lin net_V2 = mkV2 (mkV "net" "nets" "netted" "netted" "netting"); -lin netball_N = mkN "netball" "-" {- FIXME: no plural form -}; -lin nether_A = compoundA (mkA "nether"); -lin netherlander_N = mkN "netherlander" "netherlanders"; -lin netherlands_PN = mkPN "Netherlands"; -lin nethermost_A = compoundA (mkA "nethermost"); -lin netley_PN = mkPN "Netley"; -lin nett_A = compoundA (mkA "nett"); -lin nett_V2 = mkV2 (mkV "nett" "netts" "netted" "netted" "netting"); -lin netting_N = mkN "netting" "-" {- FIXME: no plural form -}; -lin nettle_N = mkN "nettle" "nettles"; -lin nettle_V2 = mkV2 (mkV "nettle" "nettles" "nettled" "nettled" "nettling"); -lin nettlerash_N = mkN "nettlerash" "-" {- FIXME: no plural form -}; -lin network_N = mkN "network" "networks"; -lin neural_A = compoundA (mkA "neural"); -lin neuralgia_N = mkN "neuralgia" "-" {- FIXME: no plural form -}; -lin neuralgic_A = compoundA (mkA "neuralgic"); -lin neurasthenia_N = mkN "neurasthenia" "-" {- FIXME: no plural form -}; -lin neurasthenic_A = compoundA (mkA "neurasthenic"); -lin neurasthenic_N = mkN "neurasthenic" "neurasthenics"; -lin neuritis_N = mkN "neuritis" "-" {- FIXME: no plural form -}; -lin neurologist_N = mkN "neurologist" "neurologists"; -lin neurology_N = mkN "neurology" "-" {- FIXME: no plural form -}; -lin neurosis_N = mkN "neurosis" "neuroses" {- FIXME: guessed plural form -}; -lin neurotic_A = compoundA (mkA "neurotic"); -lin neurotic_N = mkN "neurotic" "neurotics"; -lin neurotically_Adv = mkAdv "neurotically"; -lin neuss_PN = mkPN "Neuss"; -lin neuter_A = compoundA (mkA "neuter"); -lin neuter_N = mkN "neuter" "neuters"; -lin neuter_V2 = mkV2 (mkV "neuter" "neuters" "neutered" "neutered" "neutering"); -lin neutral_A = compoundA (mkA "neutral"); -lin neutral_N = mkN "neutral" "neutrals"; -lin neutrality_N = mkN "neutrality" "-" {- FIXME: no plural form -}; -lin neutralization_N = mkN "neutralization" "neutralizations"; -lin neutralize_V2 = mkV2 (mkV "neutralize" "neutralizes" "neutralized" "neutralized" "neutralizing"); -lin neutron_N = mkN "neutron" "neutrons"; -lin nevada_PN = mkPN "Nevada"; -lin never_Adv = mkAdv "never"; -lin nevermore_Adv = mkAdv "nevermore"; -lin nevertheless_Adv = mkAdv "nevertheless"; -lin neville_PN = mkPN "Neville"; -lin new_A = mkA "new" "newer"; -lin new_Adv = mkAdv "new"; -lin new_cumnock_PN = mkPN "New cumnock"; -lin new_mills_PN = mkPN "New mills"; -lin new_orleans_PN = mkPN "New orleans"; -lin new_tredegar_PN = mkPN "New tredegar"; -lin new_windsor_PN = mkPN "New windsor"; -lin new_york_PN = mkPN "New york"; -lin newark_PN = mkPN "Newark"; -lin newarthill_PN = mkPN "Newarthill"; -lin newbiggin_PN = mkPN "Newbiggin"; -lin newbury_PN = mkPN "Newbury"; -lin newcastle_PN = mkPN "Newcastle"; -lin newcastle_under_lyme_PN = mkPN "Newcastle-under-lyme"; -lin newcastle_upon_tyne_PN = mkPN "Newcastle upon tyne"; -lin newcomer_N = mkN "newcomer" "newcomers"; -lin newel_N = mkN "newel" "newels"; -lin newfangled_A = compoundA (mkA "newfangled"); -lin newfoundland_PN = mkPN "Newfoundland"; -lin newham_PN = mkPN "Newham"; -lin newhaven_PN = mkPN "Newhaven"; -lin newly_Adv = mkAdv "newly"; -lin newlywed_N = mkN "newlywed" "newlyweds"; -lin newmains_PN = mkPN "Newmains"; -lin newmarket_N = mkN "newmarket" "-" {- FIXME: no plural form -}; -lin newmarket_PN = mkPN "Newmarket"; -lin newness_N = mkN "newness" "-" {- FIXME: no plural form -}; -lin newport_PN = mkPN "Newport"; -lin newport_pagnell_PN = mkPN "Newport pagnell"; -lin newquay_PN = mkPN "Newquay"; -lin newry_PN = mkPN "Newry"; -lin news_N = mkN "news" "-" {- FIXME: no plural form -}; -lin newsagent_N = mkN "newsagent" "newsagents"; -lin newsboy_N = mkN "newsboy" "newsboys"; -lin newscast_N = mkN "newscast" "newscasts"; -lin newscaster_N = mkN "newscaster" "newscasters"; -lin newsdealer_N = mkN "newsdealer" "newsdealers"; -lin newsflash_N = mkN "newsflash" "newsflashes"; -lin newsless_A = compoundA (mkA "newsless"); -lin newsletter_N = mkN "newsletter" "newsletters"; -lin newsmonger_N = mkN "newsmonger" "newsmongers"; -lin newspaper_N = mkN "newspaper" "newspapers"; -lin newspaperman_N = mkN "newspaperman" "newspapermen" {- FIXME: guessed plural form -}; -lin newsprint_N = mkN "newsprint" "-" {- FIXME: no plural form -}; -lin newsreel_N = mkN "newsreel" "newsreels"; -lin newsroom_N = mkN "newsroom" "newsrooms"; -lin newssheet_N = mkN "newssheet" "newssheets"; -lin newsstand_N = mkN "newsstand" "newsstands"; -lin newsvendor_N = mkN "newsvendor" "newsvendors"; -lin newsworthy_A = compoundA (mkA "newsworthy"); -lin newsy_A = mkA "newsy" "newsier"; -lin newt_N = mkN "newt" "newts"; -lin newton_abbot_PN = mkPN "Newton abbot"; -lin newton_aycliffe_PN = mkPN "Newton aycliffe"; -lin newton_le_willows_PN = mkPN "Newton-le-willows"; -lin newton_mearns_PN = mkPN "Newton mearns"; -lin newtonian_A = compoundA (mkA "newtonian"); -lin newtonian_N = mkN "newtonian" "newtonians"; -lin newtown_PN = mkPN "Newtown"; -lin next_A = compoundA (mkA "next"); -lin next_Adv = mkAdv "next"; -lin next_N = mkN "next" "next"; -lin nexus_N = mkN "nexus" "nexuses"; -lin nhs_N = mkN "nhs" "-" {- FIXME: no plural form -}; -lin nib_N = mkN "nib" "nibs"; -lin nibble_N = mkN "nibble" "nibbles"; -lin nibble_V = mkV "nibble" "nibbles" "nibbled" "nibbled" "nibbling"; -lin nibble_V2 = mkV2 (mkV "nibble" "nibbles" "nibbled" "nibbled" "nibbling"); -lin nicaragua_PN = mkPN "Nicaragua"; -lin nicaraguan_A = compoundA (mkA "nicaraguan"); -lin nicaraguan_N = mkN "nicaraguan" "nicaraguans"; -lin nice_A = mkA "nice" "nicer"; -lin nice_PN = mkPN "Nice"; -lin nicely_Adv = mkAdv "nicely"; -lin niceness_N = mkN "niceness" "-" {- FIXME: no plural form -}; -lin nicety_N = mkN "nicety" "niceties"; -lin niche_N = mkN "niche" "niches"; -lin nicholas_PN = mkPN "Nicholas"; -lin nick_N = mkN "nick" "nicks"; -lin nick_PN = mkPN "Nick"; -lin nick_V2 = mkV2 (mkV "nick" "nicks" "nicked" "nicked" "nicking"); -lin nickel_N = mkN "nickel" "nickels"; -lin nickel_V2 = mkV2 (mkV "nickel" "nickels" "nickelled" "nickelled" "nickelling"); -lin nicknack_N = mkN "nicknack" "nicknacks"; -lin nickname_N = mkN "nickname" "nicknames"; -lin nickname_V2 = mkV2 (mkV "nickname" "nicknames" "nicknamed" "nicknamed" "nicknaming"); -lin nicola_PN = mkPN "Nicola"; -lin nicole_PN = mkPN "Nicole"; -lin nicotine_N = mkN "nicotine" "-" {- FIXME: no plural form -}; -lin niece_N = mkN "niece" "nieces"; -lin niff_N = mkN "niff" "niffs"; -lin niffy_A = mkA "niffy" "niffier"; -lin nifty_A = mkA "nifty" "niftier"; -lin nigel_PN = mkPN "Nigel"; -lin niger_PN = mkPN "Niger"; -lin nigeria_PN = mkPN "Nigeria"; -lin nigerian_A = compoundA (mkA "nigerian"); -lin nigerian_N = mkN "nigerian" "nigerians"; -lin nigerien_A = compoundA (mkA "nigerien"); -lin nigerien_N = mkN "nigerien" "nigeriens"; -lin niggard_N = mkN "niggard" "niggards"; -lin niggardliness_N = mkN "niggardliness" "-" {- FIXME: no plural form -}; -lin niggardly_A = compoundA (mkA "niggardly"); -lin nigger_N = mkN "nigger" "niggers"; -lin niggle_V = mkV "niggle" "niggles" "niggled" "niggled" "niggling"; -lin niggling_A = compoundA (mkA "niggling"); -lin nigh_Adv = mkAdv "nigh"; -lin nigher_Adv = mkAdv "nigher"; -lin nighest_Adv = mkAdv "nighest"; -lin night_N = mkN "night" "nights"; -lin night_bell_N = mkN "night-bell" "night-bells"; -lin night_bird_N = mkN "night-bird" "night-birds"; -lin night_light_N = mkN "night-light" "night-lights"; -lin night_line_N = mkN "night-line" "night-lines"; -lin night_porter_N = mkN "night-porter" "night-porters"; -lin night_soil_N = mkN "night-soil" "-" {- FIXME: no plural form -}; -lin night_stop_N = mkN "night-stop" "night-stops"; -lin night_time_N = mkN "night-time" "-" {- FIXME: no plural form -}; -lin night_watch_N = mkN "night-watch" "night-watches"; -lin night_watchman_N = mkN "night-watchman" "night-watchmen" {- FIXME: guessed plural form -}; -lin nightcap_N = mkN "nightcap" "nightcaps"; -lin nightclub_N = mkN "nightclub" "nightclubs"; -lin nightdress_N = mkN "nightdress" "nightdresses"; -lin nightfall_N = mkN "nightfall" "-" {- FIXME: no plural form -}; -lin nightgown_N = mkN "nightgown" "nightgowns"; -lin nightie_N = mkN "nightie" "nighties"; -lin nightingale_N = mkN "nightingale" "nightingales"; -lin nightjar_N = mkN "nightjar" "nightjars"; -lin nightlong_A = compoundA (mkA "nightlong"); -lin nightly_A = compoundA (mkA "nightly"); -lin nightly_Adv = mkAdv "nightly"; -lin nightmare_N = mkN "nightmare" "nightmares"; -lin nightmarish_A = compoundA (mkA "nightmarish"); -lin nightshade_N = mkN "nightshade" "-" {- FIXME: no plural form -}; -lin nightshirt_N = mkN "nightshirt" "nightshirts"; -lin nightwork_N = mkN "nightwork" "-" {- FIXME: no plural form -}; -lin nihilism_N = mkN "nihilism" "-" {- FIXME: no plural form -}; -lin nihilist_N = mkN "nihilist" "nihilists"; -lin nihilistic_A = compoundA (mkA "nihilistic"); -lin nijmegen_PN = mkPN "Nijmegen"; -lin nil_N = mkN "nil" "-" {- FIXME: no plural form -}; -lin nilotic_A = compoundA (mkA "nilotic"); -lin nimble_A = mkA "nimble" "nimbler"; -lin nimbleness_N = mkN "nimbleness" "-" {- FIXME: no plural form -}; -lin nimbly_Adv = mkAdv "nimbly"; -lin nimbus_N = mkN "nimbus" "nimbuses"; -lin niminy_piminy_A = compoundA (mkA "niminy-piminy"); -lin nimrod_PN = mkPN "Nimrod"; -lin nincompoop_N = mkN "nincompoop" "nincompoops"; -lin nine_A = compoundA (mkA "nine"); -lin nine_N = mkN "nine" "nines"; -lin ninefold_A = compoundA (mkA "ninefold"); -lin ninefold_Adv = mkAdv "ninefold"; -lin ninepence_N = mkN "ninepence" "ninepences"; -lin ninepenny_A = compoundA (mkA "ninepenny"); -lin ninepins_N = mkN "ninepins" "ninepins"; -lin nineteen_A = compoundA (mkA "nineteen"); -lin nineteen_N = mkN "nineteen" "nineteens"; -lin nineteenth_A = compoundA (mkA "nineteenth"); -lin nineteenth_N = mkN "nineteenth" "nineteenths"; -lin ninetieth_A = compoundA (mkA "ninetieth"); -lin ninetieth_N = mkN "ninetieth" "ninetieths"; -lin ninety_A = compoundA (mkA "ninety"); -lin ninety_N = mkN "ninety" "nineties"; -lin ninny_N = mkN "ninny" "ninnies"; -lin ninth_A = compoundA (mkA "ninth"); -lin ninth_N = mkN "ninth" "ninths"; -lin niobe_PN = mkPN "Niobe"; -lin nip_N = mkN "nip" "nips"; -lin nip_V = mkV "nip" "nips" "nipped" "nipped" "nipping"; -lin nip_V2 = mkV2 (mkV "nip" "nips" "nipped" "nipped" "nipping"); -lin nipper_N = mkN "nipper" "nippers"; -lin nipping_A = compoundA (mkA "nipping"); -lin nipple_N = mkN "nipple" "nipples"; -lin nipponese_A = compoundA (mkA "nipponese"); -lin nippy_A = mkA "nippy" "nippier"; -lin nirvana_N = mkN "nirvana" "nirvanas"; -lin nisi_A = compoundA (mkA "nisi"); -lin nissen_PN = mkPN "Nissen"; -lin nit_N = mkN "nit" "nits"; -lin nitrate_N = mkN "nitrate" "nitrates"; -lin nitre_N = mkN "nitre" "-" {- FIXME: no plural form -}; -lin nitric_A = compoundA (mkA "nitric"); -lin nitrochalk_N = mkN "nitrochalk" "-" {- FIXME: no plural form -}; -lin nitrogen_N = mkN "nitrogen" "-" {- FIXME: no plural form -}; -lin nitroglycerin_N = mkN "nitroglycerin" "-" {- FIXME: no plural form -}; -lin nitroglycerine_N = mkN "nitroglycerine" "-" {- FIXME: no plural form -}; -lin nitrous_A = compoundA (mkA "nitrous"); -lin nitty_gritty_N = mkN "nitty-gritty" "-" {- FIXME: no plural form -}; -lin nitwit_N = mkN "nitwit" "nitwits"; -lin nitwitted_A = compoundA (mkA "nitwitted"); -lin nix_N = mkN "nix" "-" {- FIXME: no plural form -}; -lin no_A = compoundA (mkA "no"); -lin no_Adv = mkAdv "no"; -lin no_N = mkN "no" "-" {- FIXME: no plural form -}; -lin no_ball_N = mkN "no-ball" "no-balls"; -lin no_go_A = compoundA (mkA "no-go"); -lin no_man's_land_N = mkN "no-man's-land" "IRREG"; -lin noah_PN = mkPN "Noah"; -lin nob_N = mkN "nob" "nobs"; -lin nobble_V2 = mkV2 (mkV "nobble" "nobbles" "nobbled" "nobbled" "nobbling"); -lin nobel_PN = mkPN "Nobel"; -lin nobility_N = mkN "nobility" "-" {- FIXME: no plural form -}; -lin noble_A = mkA "noble" "nobler"; -lin noble_N = mkN "noble" "nobles"; -lin noble_mindedness_N = mkN "noble-mindedness" "-" {- FIXME: no plural form -}; -lin nobleman_N = mkN "nobleman" "noblemen" {- FIXME: guessed plural form -}; -lin noblesse_N = mkN "noblesse" "IRREG"; -lin noblesse_oblige_N = mkN "noblesse oblige" "-" {- FIXME: no plural form -}; -lin nobly_Adv = mkAdv "nobly"; -lin nobody_N = mkN "nobody" "nobodies"; -lin noctambulist_N = mkN "noctambulist" "noctambulists"; -lin nocturnal_A = compoundA (mkA "nocturnal"); -lin nocturne_N = mkN "nocturne" "nocturnes"; -lin nod_N = mkN "nod" "nods"; -lin nod_V = mkV "nod" "nods" "nodded" "nodded" "nodding"; -lin nod_V2 = mkV2 (mkV "nod" "nods" "nodded" "nodded" "nodding"); -lin noddle_N = mkN "noddle" "noddles"; -lin node_N = mkN "node" "nodes"; -lin nodular_A = compoundA (mkA "nodular"); -lin nodulated_A = compoundA (mkA "nodulated"); -lin nodule_N = mkN "nodule" "nodules"; -lin noel_N = mkN "noel" "noels"; -lin noel_PN = mkPN "Noel"; -lin noggin_N = mkN "noggin" "noggins"; -lin nohow_Adv = mkAdv "nohow"; -lin noise_N = mkN "noise" "noises"; -lin noise_V2 = mkV2 (mkV "noise" "noises" "noised" "noised" "noising"); -lin noiseless_A = compoundA (mkA "noiseless"); -lin noiselessly_Adv = mkAdv "noiselessly"; -lin noiselessness_N = mkN "noiselessness" "-" {- FIXME: no plural form -}; -lin noisily_Adv = mkAdv "noisily"; -lin noisiness_N = mkN "noisiness" "-" {- FIXME: no plural form -}; -lin noisome_A = compoundA (mkA "noisome"); -lin noisy_A = mkA "noisy" "noisier"; -lin nom_de_plume_N = mkN "nom de plume" "IRREG"; -lin nomad_N = mkN "nomad" "nomads"; -lin nomadic_A = compoundA (mkA "nomadic"); -lin nomenclature_N = mkN "nomenclature" "nomenclatures"; -lin nominal_A = compoundA (mkA "nominal"); -lin nominally_Adv = mkAdv "nominally"; -lin nominate_V2 = mkV2 (mkV "nominate" "nominates" "nominated" "nominated" "nominating"); -lin nomination_N = mkN "nomination" "nominations"; -lin nominative_A = compoundA (mkA "nominative"); -lin nominative_N = mkN "nominative" "nominatives"; -lin nominee_N = mkN "nominee" "nominees"; -lin non_compliance_N = mkN "non-compliance" "-" {- FIXME: no plural form -}; -lin non_compos_mentis_A = compoundA (mkA "non compos mentis"); -lin non_contentious_A = compoundA (mkA "non-contentious"); -lin non_interference_N = mkN "non-interference" "-" {- FIXME: no plural form -}; -lin non_sequitur_N = mkN "non sequitur" "non sequiturs"; -lin non_skid_A = compoundA (mkA "non-skid"); -lin non_u_A = compoundA (mkA "non-u"); -lin nonage_N = mkN "nonage" "-" {- FIXME: no plural form -}; -lin nonagenarian_A = compoundA (mkA "nonagenarian"); -lin nonagenarian_N = mkN "nonagenarian" "nonagenarians"; -lin nonaggression_N = mkN "nonaggression" "-" {- FIXME: no plural form -}; -lin nonalignment_N = mkN "nonalignment" "-" {- FIXME: no plural form -}; -lin nonce_N = mkN "nonce" "nonces"; -lin nonce_word_N = mkN "nonce-word" "nonce-words"; -lin nonchalance_N = mkN "nonchalance" "-" {- FIXME: no plural form -}; -lin nonchalant_A = compoundA (mkA "nonchalant"); -lin nonchalantly_Adv = mkAdv "nonchalantly"; -lin noncombatant_N = mkN "noncombatant" "noncombatants"; -lin noncommissioned_A = compoundA (mkA "noncommissioned"); -lin noncommittal_A = compoundA (mkA "noncommittal"); -lin nonconductor_N = mkN "nonconductor" "nonconductors"; -lin nonconformist_N = mkN "nonconformist" "nonconformists"; -lin nonconformity_N = mkN "nonconformity" "-" {- FIXME: no plural form -}; -lin nondescript_A = compoundA (mkA "nondescript"); -lin nondescript_N = mkN "nondescript" "nondescripts"; -lin none_Adv = mkAdv "none"; -lin nonentity_N = mkN "nonentity" "nonentities"; -lin nonesuch_N = mkN "nonesuch" "IRREG"; -lin nonevent_N = mkN "nonevent" "nonevents"; -lin nonfiction_N = mkN "nonfiction" "-" {- FIXME: no plural form -}; -lin nonflammable_A = compoundA (mkA "nonflammable"); -lin nonintervention_N = mkN "nonintervention" "-" {- FIXME: no plural form -}; -lin nonmoral_A = compoundA (mkA "nonmoral"); -lin nonobservance_N = mkN "nonobservance" "-" {- FIXME: no plural form -}; -lin nonpareil_A = compoundA (mkA "nonpareil"); -lin nonpareil_N = mkN "nonpareil" "nonpareils"; -lin nonpayment_N = mkN "nonpayment" "nonpayments"; -lin nonplus_V2 = mkV2 (mkV "nonplus" "IRREG" "IRREG" "IRREG" "IRREG"); -lin nonresident_A = compoundA (mkA "nonresident"); -lin nonsense_N = mkN "nonsense" "nonsenses"; -lin nonsensical_A = compoundA (mkA "nonsensical"); -lin nonsmoker_N = mkN "nonsmoker" "nonsmokers"; -lin nonstarter_N = mkN "nonstarter" "nonstarters"; -lin nonstick_A = compoundA (mkA "nonstick"); -lin nonstop_A = compoundA (mkA "nonstop"); -lin nonstop_Adv = mkAdv "nonstop"; -lin nonsuch_N = mkN "nonsuch" "IRREG"; -lin nonunion_A = compoundA (mkA "nonunion"); -lin nonviolence_N = mkN "nonviolence" "-" {- FIXME: no plural form -}; -lin noodle_N = mkN "noodle" "noodles"; -lin nook_N = mkN "nook" "nooks"; -lin noon_N = mkN "noon" "-" {- FIXME: no plural form -}; -lin noonday_A = compoundA (mkA "noonday"); -lin noontide_N = mkN "noontide" "-" {- FIXME: no plural form -}; -lin noose_N = mkN "noose" "nooses"; -lin noose_V2 = mkV2 (mkV "noose" "nooses" "noosed" "noosed" "noosing"); -lin nor'_east_Adv = mkAdv "nor'-east"; -lin nor'_east_N = mkN "nor'-east" "-" {- FIXME: no plural form -}; -lin nor'_nor'_east_Adv = mkAdv "nor'-nor'-east"; -lin nor'_nor'_east_N = mkN "nor'-nor'-east" "-" {- FIXME: no plural form -}; -lin nor'_nor'_west_Adv = mkAdv "nor'-nor'-west"; -lin nor'_nor'_west_N = mkN "nor'-nor'-west" "-" {- FIXME: no plural form -}; -lin nor'_west_Adv = mkAdv "nor'-west"; -lin nor'_west_N = mkN "nor'-west" "-" {- FIXME: no plural form -}; -lin nora_PN = mkPN "Nora"; -lin nordic_A = compoundA (mkA "nordic"); -lin nordic_N = mkN "nordic" "nordics"; -lin norfolk_PN = mkPN "Norfolk"; -lin norm_N = mkN "norm" "norms"; -lin normal_A = compoundA (mkA "normal"); -lin normal_N = mkN "normal" "-" {- FIXME: no plural form -}; -lin normalcy_N = mkN "normalcy" "-" {- FIXME: no plural form -}; -lin normality_N = mkN "normality" "-" {- FIXME: no plural form -}; -lin normalization_N = mkN "normalization" "normalizations"; -lin normalize_V2 = mkV2 (mkV "normalize" "normalizes" "normalized" "normalized" "normalizing"); -lin normally_Adv = mkAdv "normally"; -lin norman_A = compoundA (mkA "norman"); -lin norman_N = mkN "norman" "normans"; -lin norman_PN = mkPN "Norman"; -lin normanton_PN = mkPN "Normanton"; -lin normantown_PN = mkPN "Normantown"; -lin normative_A = compoundA (mkA "normative"); -lin norse_A = compoundA (mkA "norse"); -lin norse_N = mkN "norse" "-" {- FIXME: no plural form -}; -lin north_Adv = mkAdv "north"; -lin north_N = mkN "north" "-" {- FIXME: no plural form -}; -lin north_northeast_Adv = mkAdv "north-northeast"; -lin north_northeast_N = mkN "north-northeast" "-" {- FIXME: no plural form -}; -lin north_northwest_Adv = mkAdv "north-northwest"; -lin north_northwest_N = mkN "north-northwest" "-" {- FIXME: no plural form -}; -lin north_walsham_PN = mkPN "North walsham"; -lin northallerton_PN = mkPN "Northallerton"; -lin northam_PN = mkPN "Northam"; -lin northampton_PN = mkPN "Northampton"; -lin northamptonshire_PN = mkPN "Northamptonshire"; -lin northeast_Adv = mkAdv "northeast"; -lin northeast_N = mkN "northeast" "-" {- FIXME: no plural form -}; -lin northeaster_N = mkN "northeaster" "northeasters"; -lin northeasterly_A = compoundA (mkA "northeasterly"); -lin northeastern_A = compoundA (mkA "northeastern"); -lin northerly_A = compoundA (mkA "northerly"); -lin northerly_Adv = mkAdv "northerly"; -lin northern_A = compoundA (mkA "northern"); -lin northerner_N = mkN "northerner" "northerners"; -lin northernmost_A = compoundA (mkA "northernmost"); -lin northman_N = mkN "northman" "northmen" {- FIXME: guessed plural form -}; -lin northumberland_PN = mkPN "Northumberland"; -lin northwards_Adv = mkAdv "northwards"; -lin northwest_Adv = mkAdv "northwest"; -lin northwest_N = mkN "northwest" "-" {- FIXME: no plural form -}; -lin northwester_N = mkN "northwester" "northwesters"; -lin northwesterly_A = compoundA (mkA "northwesterly"); -lin northwestern_A = compoundA (mkA "northwestern"); -lin northwich_PN = mkPN "Northwich"; -lin norton_PN = mkPN "Norton"; -lin norway_PN = mkPN "Norway"; -lin norwegian_A = compoundA (mkA "norwegian"); -lin norwegian_N = mkN "norwegian" "norwegians"; -lin norwich_PN = mkPN "Norwich"; -lin nos_N = mkN "-" "nos" {- FIXME: no singular form -}; -lin nose_N = mkN "nose" "noses"; -lin nose_V = mkV "nose" "noses" "nosed" "nosed" "nosing"; -lin nose_V2 = mkV2 (mkV "nose" "noses" "nosed" "nosed" "nosing"); -lin nose_flute_N = mkN "nose-flute" "nose-flutes"; -lin nose_wheel_N = mkN "nose-wheel" "nose-wheels"; -lin nosebag_N = mkN "nosebag" "nosebags"; -lin nosebleed_N = mkN "nosebleed" "nosebleeds"; -lin nosecone_N = mkN "nosecone" "nosecones"; -lin nosed_A = compoundA (mkA "nosed"); -lin nosedive_N = mkN "nosedive" "nosedives"; -lin nosedive_V = mkV "nosedive" "nosedives" "nosedived" "nosedived" "nosediving"; -lin nosegay_N = mkN "nosegay" "nosegays"; -lin nosering_N = mkN "nosering" "noserings"; -lin nosey_A = compoundA (mkA "nosey"); -lin nosh_N = mkN "nosh" "-" {- FIXME: no plural form -}; -lin nosh_V = mkV "nosh" "noshes" "noshed" "noshed" "noshing"; -lin nosh_up_N = mkN "nosh-up" "nosh-ups"; -lin nostalgia_N = mkN "nostalgia" "-" {- FIXME: no plural form -}; -lin nostalgic_A = compoundA (mkA "nostalgic"); -lin nostalgically_Adv = mkAdv "nostalgically"; -lin nostril_N = mkN "nostril" "nostrils"; -lin nostrum_N = mkN "nostrum" "nostrums"; -lin nosy_A = mkA "nosy" "nosier"; -lin not_Adv = mkAdv "not"; -lin notability_N = mkN "notability" "notabilities"; -lin notable_A = compoundA (mkA "notable"); -lin notable_N = mkN "notable" "notables"; -lin notably_Adv = mkAdv "notably"; -lin notary_N = mkN "notary" "notaries"; -lin notation_N = mkN "notation" "notations"; -lin notch_N = mkN "notch" "notches"; -lin notch_V2 = mkV2 (mkV "notch" "notches" "notched" "notched" "notching"); -lin note_N = mkN "note" "notes"; -lin note_V2 = mkV2 (mkV "note" "notes" "noted" "noted" "noting"); -lin notebook_N = mkN "notebook" "notebooks"; -lin notecase_N = mkN "notecase" "notecases"; -lin noted_A = compoundA (mkA "noted"); -lin notepaper_N = mkN "notepaper" "-" {- FIXME: no plural form -}; -lin noteworthy_A = compoundA (mkA "noteworthy"); -lin nothing_Adv = mkAdv "nothing"; -lin nothing_N = mkN "nothing" "nothings"; -lin nothingness_N = mkN "nothingness" "-" {- FIXME: no plural form -}; -lin notice_N = mkN "notice" "notices"; -lin notice_V = mkV "notice" "notices" "noticed" "noticed" "noticing"; -lin notice_V2 = mkV2 (mkV "notice" "notices" "noticed" "noticed" "noticing"); -lin notice_board_N = mkN "notice-board" "notice-boards"; -lin noticeable_A = compoundA (mkA "noticeable"); -lin noticeably_Adv = mkAdv "noticeably"; -lin notifiable_A = compoundA (mkA "notifiable"); -lin notification_N = mkN "notification" "notifications"; -lin notify_V2 = mkV2 (mkV "notify" "notifies" "notified" "notified" "notifying"); -lin notion_N = mkN "notion" "notions"; -lin notional_A = compoundA (mkA "notional"); -lin notoriety_N = mkN "notoriety" "-" {- FIXME: no plural form -}; -lin notorious_A = compoundA (mkA "notorious"); -lin notoriously_Adv = mkAdv "notoriously"; -lin nottingham_PN = mkPN "Nottingham"; -lin nottinghamshire_PN = mkPN "Nottinghamshire"; -lin notwithstanding_Adv = mkAdv "notwithstanding"; -lin nougat_N = mkN "nougat" "nougats"; -lin nought_N = mkN "nought" "noughts"; -lin noun_N = mkN "noun" "nouns"; -lin nourish_V2 = mkV2 (mkV "nourish" "nourishes" "nourished" "nourished" "nourishing"); -lin nourishment_N = mkN "nourishment" "-" {- FIXME: no plural form -}; -lin nous_N = mkN "nous" "-" {- FIXME: no plural form -}; -lin nouveau_riche_N = mkN "nouveau riche" "IRREG"; -lin nov_PN = mkPN "Nov"; -lin nova_N = mkN "nova" "novas"; -lin nova_scotia_PN = mkPN "Nova scotia"; -lin novara_PN = mkPN "Novara"; -lin novel_A = compoundA (mkA "novel"); -lin novel_N = mkN "novel" "novels"; -lin novelette_N = mkN "novelette" "novelettes"; -lin novelist_N = mkN "novelist" "novelists"; -lin novelty_N = mkN "novelty" "novelties"; -lin november_N = mkN "november" "novembers"; -lin november_PN = mkPN "November"; -lin novice_N = mkN "novice" "novices"; -lin noviciate_N = mkN "noviciate" "noviciates"; -lin novitiate_N = mkN "novitiate" "novitiates"; -lin novokuznetsk_PN = mkPN "Novokuznetsk"; -lin novosibirsk_PN = mkPN "Novosibirsk"; -lin now_Adv = mkAdv "now"; -lin nowadays_Adv = mkAdv "nowadays"; -lin nowhere_Adv = mkAdv "nowhere"; -lin nowise_Adv = mkAdv "nowise"; -lin noxious_A = compoundA (mkA "noxious"); -lin noxiously_Adv = mkAdv "noxiously"; -lin noxiousness_N = mkN "noxiousness" "-" {- FIXME: no plural form -}; -lin nozzle_N = mkN "nozzle" "nozzles"; -lin nr_PN = mkPN "Nr"; -lin nspcc_N = mkN "nspcc" "-" {- FIXME: no plural form -}; -lin nt_N = mkN "nt" "-" {- FIXME: no plural form -}; -lin nuance_N = mkN "nuance" "nuances"; -lin nub_N = mkN "nub" "nubs"; -lin nubile_A = compoundA (mkA "nubile"); -lin nuclear_A = compoundA (mkA "nuclear"); -lin nucleic_A = compoundA (mkA "nucleic"); -lin nucleus_N = mkN "nucleus" "nuclei" {- FIXME: guessed plural form -}; -lin nude_A = compoundA (mkA "nude"); -lin nude_N = mkN "nude" "nudes"; -lin nudge_N = mkN "nudge" "nudges"; -lin nudge_V2 = mkV2 (mkV "nudge" "nudges" "nudged" "nudged" "nudging"); -lin nudism_N = mkN "nudism" "-" {- FIXME: no plural form -}; -lin nudist_N = mkN "nudist" "nudists"; -lin nudity_N = mkN "nudity" "-" {- FIXME: no plural form -}; -lin nugatory_A = compoundA (mkA "nugatory"); -lin nugget_N = mkN "nugget" "nuggets"; -lin nuisance_N = mkN "nuisance" "nuisances"; -lin null_A = compoundA (mkA "null"); -lin nullification_N = mkN "nullification" "-" {- FIXME: no plural form -}; -lin nullify_V2 = mkV2 (mkV "nullify" "nullifies" "nullified" "nullified" "nullifying"); -lin nullity_N = mkN "nullity" "-" {- FIXME: no plural form -}; -lin numb_A = compoundA (mkA "numb"); -lin numb_V2 = mkV2 (mkV "numb" "numbs" "numbed" "numbed" "numbing"); -lin number_N = mkN "number" "numbers"; -lin number_V2 = mkV2 (mkV "number" "numbers" "numbered" "numbered" "numbering"); -lin numberless_A = compoundA (mkA "numberless"); -lin numberplate_N = mkN "numberplate" "numberplates"; -lin numbly_Adv = mkAdv "numbly"; -lin numbness_N = mkN "numbness" "-" {- FIXME: no plural form -}; -lin numerable_A = compoundA (mkA "numerable"); -lin numeracy_N = mkN "numeracy" "-" {- FIXME: no plural form -}; -lin numeral_A = compoundA (mkA "numeral"); -lin numeral_N = mkN "numeral" "numerals"; -lin numerate_A = compoundA (mkA "numerate"); -lin numeration_N = mkN "numeration" "numerations"; -lin numerator_N = mkN "numerator" "numerators"; -lin numeric_A = compoundA (mkA "numeric"); -lin numerical_A = compoundA (mkA "numerical"); -lin numerically_Adv = mkAdv "numerically"; -lin numerous_A = compoundA (mkA "numerous"); -lin numinous_A = compoundA (mkA "numinous"); -lin numismatics_N = mkN "numismatics" "numismatics"; -lin numismatist_N = mkN "numismatist" "numismatists"; -lin numskull_N = mkN "numskull" "numskulls"; -lin nun_N = mkN "nun" "nuns"; -lin nuncio_N = mkN "nuncio" "nuncios"; -lin nuneaton_PN = mkPN "Nuneaton"; -lin nunnery_N = mkN "nunnery" "nunneries"; -lin nuptial_A = compoundA (mkA "nuptial"); -lin nurenburg_PN = mkPN "Nurenburg"; -lin nurse_N = mkN "nurse" "nurses"; -lin nurse_V2 = mkV2 (mkV "nurse" "nurses" "nursed" "nursed" "nursing"); -lin nurseling_N = mkN "nurseling" "nurselings"; -lin nursemaid_N = mkN "nursemaid" "nursemaids"; -lin nursery_N = mkN "nursery" "nurseries"; -lin nurseryman_N = mkN "nurseryman" "nurserymen" {- FIXME: guessed plural form -}; -lin nursing_home_N = mkN "nursing-home" "nursing-homes"; -lin nursling_N = mkN "nursling" "nurslings"; -lin nurture_N = mkN "nurture" "-" {- FIXME: no plural form -}; -lin nurture_V2 = mkV2 (mkV "nurture" "nurtures" "nurtured" "nurtured" "nurturing"); -lin nut_N = mkN "nut" "nuts"; -lin nut_V = mkV "nut" "nuts" "nutted" "nutted" "nutting"; -lin nut_brown_A = compoundA (mkA "nut-brown"); -lin nut_butter_N = mkN "nut-butter" "nut-butters"; -lin nuthouse_N = mkN "nuthouse" "nuthouses"; -lin nutmeg_N = mkN "nutmeg" "nutmegs"; -lin nutria_N = mkN "nutria" "-" {- FIXME: no plural form -}; -lin nutrient_A = compoundA (mkA "nutrient"); -lin nutrient_N = mkN "nutrient" "nutrients"; -lin nutriment_N = mkN "nutriment" "nutriments"; -lin nutrition_N = mkN "nutrition" "-" {- FIXME: no plural form -}; -lin nutritional_A = compoundA (mkA "nutritional"); -lin nutritionally_Adv = mkAdv "nutritionally"; -lin nutritious_A = compoundA (mkA "nutritious"); -lin nutritive_A = compoundA (mkA "nutritive"); -lin nuts_A = compoundA (mkA "nuts"); -lin nutshell_N = mkN "nutshell" "nutshells"; -lin nutty_A = mkA "nutty" "nuttier"; -lin nuzzle_V = mkV "nuzzle" "nuzzles" "nuzzled" "nuzzled" "nuzzling"; -lin nuzzle_V2 = mkV2 (mkV "nuzzle" "nuzzles" "nuzzled" "nuzzled" "nuzzling"); -lin nylon_N = mkN "nylon" "nylons"; -lin nymph_N = mkN "nymph" "nymphs"; -lin nymphet_N = mkN "nymphet" "nymphets"; -lin nympho_N = mkN "nympho" "nymphos"; -lin nymphomania_N = mkN "nymphomania" "-" {- FIXME: no plural form -}; -lin nymphomaniac_A = compoundA (mkA "nymphomaniac"); -lin nymphomaniac_N = mkN "nymphomaniac" "nymphomaniacs"; -lin nee_A = compoundA (mkA "née"); -lin neglige_N = mkN "négligé" "négligés"; -lin o'er_Adv = mkAdv "o'er"; -lin o_level_N = mkN "o-level" "o-levels"; -lin oaf_N = mkN "oaf" "oafs"; -lin oafish_A = compoundA (mkA "oafish"); -lin oak_N = mkN "oak" "oaks"; -lin oak_apple_N = mkN "oak-apple" "oak-apples"; -lin oaken_A = compoundA (mkA "oaken"); -lin oakengates_PN = mkPN "Oakengates"; -lin oakum_N = mkN "oakum" "-" {- FIXME: no plural form -}; -lin oap's_N = mkN "-" "oap's" {- FIXME: no singular form -}; -lin oap_N = mkN "oap" "-" {- FIXME: no plural form -}; -lin oar_N = mkN "oar" "oars"; -lin oarsman_N = mkN "oarsman" "oarsmen" {- FIXME: guessed plural form -}; -lin oarsmanship_N = mkN "oarsmanship" "-" {- FIXME: no plural form -}; -lin oarswoman_N = mkN "oarswoman" "oarswomen" {- FIXME: guessed plural form -}; -lin oasis_N = mkN "oasis" "oases" {- FIXME: guessed plural form -}; -lin oast_N = mkN "oast" "oasts"; -lin oasthouse_N = mkN "oasthouse" "oasthouses"; -lin oat_N = mkN "oat" "oats"; -lin oatcake_N = mkN "oatcake" "oatcakes"; -lin oath_N = mkN "oath" "oaths"; -lin oatmeal_N = mkN "oatmeal" "-" {- FIXME: no plural form -}; -lin oau_N = mkN "oau" "-" {- FIXME: no plural form -}; -lin ob_PN = mkPN "Ob"; -lin oban_PN = mkPN "Oban"; -lin obbligato_N = mkN "obbligato" "obbligatos"; -lin obduracy_N = mkN "obduracy" "-" {- FIXME: no plural form -}; -lin obdurate_A = compoundA (mkA "obdurate"); -lin obdurately_Adv = mkAdv "obdurately"; -lin obedience_N = mkN "obedience" "-" {- FIXME: no plural form -}; -lin obedient_A = compoundA (mkA "obedient"); -lin obediently_Adv = mkAdv "obediently"; -lin obeisance_N = mkN "obeisance" "obeisances"; -lin obelisk_N = mkN "obelisk" "obelisks"; -lin oberhausen_PN = mkPN "Oberhausen"; -lin obese_A = compoundA (mkA "obese"); -lin obesity_N = mkN "obesity" "-" {- FIXME: no plural form -}; -lin obey_V = mkV "obey" "obeys" "obeyed" "obeyed" "obeying"; -lin obey_V2 = mkV2 (mkV "obey" "obeys" "obeyed" "obeyed" "obeying"); -lin obfuscate_V2 = mkV2 (mkV "obfuscate" "obfuscates" "obfuscated" "obfuscated" "obfuscating"); -lin obi_N = mkN "obi" "obis"; -lin obiter_dictum_N = mkN "obiter dictum" "obiter dicta" {- FIXME: guessed plural form -}; -lin obituary_N = mkN "obituary" "obituaries"; -lin object_N = mkN "object" "objects"; -lin object_V = mkV "object" "objects" "objected" "objected" "objecting"; -lin object_V2 = mkV2 (mkV "object" "objects" "objected" "objected" "objecting"); -lin objection_N = mkN "objection" "objections"; -lin objectionable_A = compoundA (mkA "objectionable"); -lin objectionably_Adv = mkAdv "objectionably"; -lin objective_A = compoundA (mkA "objective"); -lin objective_N = mkN "objective" "objectives"; -lin objectively_Adv = mkAdv "objectively"; -lin objectivity_N = mkN "objectivity" "-" {- FIXME: no plural form -}; -lin objector_N = mkN "objector" "objectors"; -lin objurgate_V2 = mkV2 (mkV "objurgate" "objurgates" "objurgated" "objurgated" "objurgating"); -lin objurgation_N = mkN "objurgation" "objurgations"; -lin oblate_A = compoundA (mkA "oblate"); -lin oblation_N = mkN "oblation" "oblations"; -lin obligate_V2 = mkV2 (mkV "obligate" "obligates" "obligated" "obligated" "obligating"); -lin obligation_N = mkN "obligation" "obligations"; -lin obligatory_A = compoundA (mkA "obligatory"); -lin oblige_V2 = mkV2 (mkV "oblige" "obliges" "obliged" "obliged" "obliging"); -lin obliging_A = compoundA (mkA "obliging"); -lin obligingly_Adv = mkAdv "obligingly"; -lin oblique_A = compoundA (mkA "oblique"); -lin obliquely_Adv = mkAdv "obliquely"; -lin obliquity_N = mkN "obliquity" "obliquities"; -lin obliterate_V2 = mkV2 (mkV "obliterate" "obliterates" "obliterated" "obliterated" "obliterating"); -lin obliteration_N = mkN "obliteration" "-" {- FIXME: no plural form -}; -lin oblivion_N = mkN "oblivion" "-" {- FIXME: no plural form -}; -lin oblivious_A = compoundA (mkA "oblivious"); -lin oblong_A = compoundA (mkA "oblong"); -lin oblong_N = mkN "oblong" "oblongs"; -lin obloquy_N = mkN "obloquy" "-" {- FIXME: no plural form -}; -lin obnoxious_A = compoundA (mkA "obnoxious"); -lin obnoxiously_Adv = mkAdv "obnoxiously"; -lin obnoxiousness_N = mkN "obnoxiousness" "-" {- FIXME: no plural form -}; -lin oboe_N = mkN "oboe" "oboes"; -lin oboist_N = mkN "oboist" "oboists"; -lin obscene_A = compoundA (mkA "obscene"); -lin obscenely_Adv = mkAdv "obscenely"; -lin obscenity_N = mkN "obscenity" "obscenities"; -lin obscurantism_N = mkN "obscurantism" "-" {- FIXME: no plural form -}; -lin obscurantist_N = mkN "obscurantist" "obscurantists"; -lin obscure_A = compoundA (mkA "obscure"); -lin obscure_V2 = mkV2 (mkV "obscure" "obscures" "obscured" "obscured" "obscuring"); -lin obscurely_Adv = mkAdv "obscurely"; -lin obscurity_N = mkN "obscurity" "obscurities"; -lin obsequious_A = compoundA (mkA "obsequious"); -lin obsequiously_Adv = mkAdv "obsequiously"; -lin obsequiousness_N = mkN "obsequiousness" "-" {- FIXME: no plural form -}; -lin observable_A = compoundA (mkA "observable"); -lin observably_Adv = mkAdv "observably"; -lin observance_N = mkN "observance" "observances"; -lin observant_A = compoundA (mkA "observant"); -lin observantly_Adv = mkAdv "observantly"; -lin observation_N = mkN "observation" "observations"; -lin observatory_N = mkN "observatory" "observatories"; -lin observe_V = mkV "observe" "observes" "observed" "observed" "observing"; -lin observe_V2 = mkV2 (mkV "observe" "observes" "observed" "observed" "observing"); -lin observer_N = mkN "observer" "observers"; -lin observing_A = compoundA (mkA "observing"); -lin observingly_Adv = mkAdv "observingly"; -lin obsess_V2 = mkV2 (mkV "obsess" "obsesses" "obsessed" "obsessed" "obsessing"); -lin obsession_N = mkN "obsession" "obsessions"; -lin obsessional_A = compoundA (mkA "obsessional"); -lin obsessionally_Adv = mkAdv "obsessionally"; -lin obsessive_A = compoundA (mkA "obsessive"); -lin obsessively_Adv = mkAdv "obsessively"; -lin obsidian_N = mkN "obsidian" "-" {- FIXME: no plural form -}; -lin obsolescence_N = mkN "obsolescence" "-" {- FIXME: no plural form -}; -lin obsolescent_A = compoundA (mkA "obsolescent"); -lin obsolete_A = compoundA (mkA "obsolete"); -lin obstacle_N = mkN "obstacle" "obstacles"; -lin obstetric_A = compoundA (mkA "obstetric"); -lin obstetrical_A = compoundA (mkA "obstetrical"); -lin obstetrician_N = mkN "obstetrician" "obstetricians"; -lin obstetrics_N = mkN "obstetrics" "obstetrics"; -lin obstinacy_N = mkN "obstinacy" "-" {- FIXME: no plural form -}; -lin obstinate_A = compoundA (mkA "obstinate"); -lin obstinately_Adv = mkAdv "obstinately"; -lin obstreperous_A = compoundA (mkA "obstreperous"); -lin obstreperously_Adv = mkAdv "obstreperously"; -lin obstreperousness_N = mkN "obstreperousness" "-" {- FIXME: no plural form -}; -lin obstruct_V2 = mkV2 (mkV "obstruct" "obstructs" "obstructed" "obstructed" "obstructing"); -lin obstruction_N = mkN "obstruction" "obstructions"; -lin obstructionism_N = mkN "obstructionism" "-" {- FIXME: no plural form -}; -lin obstructionist_N = mkN "obstructionist" "obstructionists"; -lin obstructive_A = compoundA (mkA "obstructive"); -lin obstructively_Adv = mkAdv "obstructively"; -lin obtain_V = mkV "obtain" "obtains" "obtained" "obtained" "obtaining"; -lin obtain_V2 = mkV2 (mkV "obtain" "obtains" "obtained" "obtained" "obtaining"); -lin obtainable_A = compoundA (mkA "obtainable"); -lin obtrude_V = mkV "obtrude" "obtrudes" "obtruded" "obtruded" "obtruding"; -lin obtrude_V2 = mkV2 (mkV "obtrude" "obtrudes" "obtruded" "obtruded" "obtruding"); -lin obtrusive_A = compoundA (mkA "obtrusive"); -lin obtrusively_Adv = mkAdv "obtrusively"; -lin obtuse_A = compoundA (mkA "obtuse"); -lin obtusely_Adv = mkAdv "obtusely"; -lin obtuseness_N = mkN "obtuseness" "-" {- FIXME: no plural form -}; -lin obverse_N = mkN "obverse" "obverses"; -lin obviate_V2 = mkV2 (mkV "obviate" "obviates" "obviated" "obviated" "obviating"); -lin obvious_A = compoundA (mkA "obvious"); -lin obviously_Adv = mkAdv "obviously"; -lin obviousness_N = mkN "obviousness" "-" {- FIXME: no plural form -}; -lin ocarina_N = mkN "ocarina" "ocarinas"; -lin occasion_N = mkN "occasion" "occasions"; -lin occasion_V2 = mkV2 (mkV "occasion" "occasions" "occasioned" "occasioned" "occasioning"); -lin occasional_A = compoundA (mkA "occasional"); -lin occasionally_Adv = mkAdv "occasionally"; -lin occident_PN = mkPN "Occident"; -lin occidental_A = compoundA (mkA "occidental"); -lin occidental_N = mkN "occidental" "occidentals"; -lin occult_A = compoundA (mkA "occult"); -lin occult_N = mkN "occult" "IRREG"; -lin occupancy_N = mkN "occupancy" "occupancies"; -lin occupant_N = mkN "occupant" "occupants"; -lin occupation_N = mkN "occupation" "occupations"; -lin occupational_A = compoundA (mkA "occupational"); -lin occupier_N = mkN "occupier" "occupiers"; -lin occupy_V2 = mkV2 (mkV "occupy" "occupies" "occupied" "occupied" "occupying"); -lin occur_V = mkV "occur" "occurs" "occurred" "occurred" "occurring"; -lin occurrence_N = mkN "occurrence" "occurrences"; -lin ocean_N = mkN "ocean" "oceans"; -lin oceanic_A = compoundA (mkA "oceanic"); -lin ochre_N = mkN "ochre" "-" {- FIXME: no plural form -}; -lin ockbrook_PN = mkPN "Ockbrook"; -lin ockendon_PN = mkPN "Ockendon"; -lin oct_PN = mkPN "Oct"; -lin octagon_N = mkN "octagon" "octagons"; -lin octagonal_A = compoundA (mkA "octagonal"); -lin octane_N = mkN "octane" "-" {- FIXME: no plural form -}; -lin octave_N = mkN "octave" "octaves"; -lin octavo_N = mkN "octavo" "octavos"; -lin octet_N = mkN "octet" "octets"; -lin octette_N = mkN "octette" "octettes"; -lin october_N = mkN "october" "octobers"; -lin october_PN = mkPN "October"; -lin octogenarian_A = compoundA (mkA "octogenarian"); -lin octogenarian_N = mkN "octogenarian" "octogenarians"; -lin octopus_N = mkN "octopus" "octopuses"; -lin octroi_N = mkN "octroi" "octrois"; -lin ocular_A = compoundA (mkA "ocular"); -lin oculist_N = mkN "oculist" "oculists"; -lin odalisque_N = mkN "odalisque" "odalisques"; -lin odd_A = mkA "odd" "odder"; -lin odd_job_A = compoundA (mkA "odd-job"); -lin oddity_N = mkN "oddity" "oddities"; -lin oddly_Adv = mkAdv "oddly"; -lin oddment_N = mkN "oddment" "oddments"; -lin odds_on_A = compoundA (mkA "odds-on"); -lin odds_on_Adv = mkAdv "odds-on"; -lin ode_N = mkN "ode" "odes"; -lin odessa_PN = mkPN "Odessa"; -lin odious_A = compoundA (mkA "odious"); -lin odiously_Adv = mkAdv "odiously"; -lin odium_N = mkN "odium" "-" {- FIXME: no plural form -}; -lin odoriferous_A = compoundA (mkA "odoriferous"); -lin odorous_A = compoundA (mkA "odorous"); -lin odour_N = mkN "odour" "odours"; -lin odourless_A = compoundA (mkA "odourless"); -lin odyssey_N = mkN "odyssey" "odysseys"; -lin oecd_N = mkN "oecd" "-" {- FIXME: no plural form -}; -lin oecumenical_A = compoundA (mkA "oecumenical"); -lin oed_N = mkN "oed" "-" {- FIXME: no plural form -}; -lin oedipus_PN = mkPN "Oedipus"; -lin oesophagus_N = mkN "oesophagus" "oesophaguses"; -lin off_A = compoundA (mkA "off"); -lin off_Adv = mkAdv "off"; -lin off_day_N = mkN "off-day" "off-days"; -lin off_licence_N = mkN "off-licence" "off-licences"; -lin off_peak_A = compoundA (mkA "off-peak"); -lin off_putting_A = compoundA (mkA "off-putting"); -lin off_street_A = compoundA (mkA "off-street"); -lin off_white_A = compoundA (mkA "off-white"); -lin offal_N = mkN "offal" "-" {- FIXME: no plural form -}; -lin offaly_PN = mkPN "Offaly"; -lin offbeat_A = compoundA (mkA "offbeat"); -lin offenbach_PN = mkPN "Offenbach"; -lin offence_N = mkN "offence" "offences"; -lin offenceless_A = compoundA (mkA "offenceless"); -lin offend_V = mkV "offend" "offends" "offended" "offended" "offending"; -lin offend_V2 = mkV2 (mkV "offend" "offends" "offended" "offended" "offending"); -lin offender_N = mkN "offender" "offenders"; -lin offensive_A = compoundA (mkA "offensive"); -lin offensive_N = mkN "offensive" "offensives"; -lin offensively_Adv = mkAdv "offensively"; -lin offensiveness_N = mkN "offensiveness" "-" {- FIXME: no plural form -}; -lin offer_N = mkN "offer" "offers"; -lin offer_V = mkV "offer" "offers" "offered" "offered" "offering"; -lin offer_V2 = mkV2 (mkV "offer" "offers" "offered" "offered" "offering"); -lin offering_N = mkN "offering" "offerings"; -lin offertory_N = mkN "offertory" "offertories"; -lin offhand_A = compoundA (mkA "offhand"); -lin offhand_Adv = mkAdv "offhand"; -lin offhanded_A = compoundA (mkA "offhanded"); -lin offhanded_Adv = mkAdv "offhanded"; -lin offhandedly_A = compoundA (mkA "offhandedly"); -lin offhandedly_Adv = mkAdv "offhandedly"; -lin office_N = mkN "office" "offices"; -lin office_bearer_N = mkN "office-bearer" "office-bearers"; -lin office_block_N = mkN "office-block" "office-blocks"; -lin office_boy_N = mkN "office-boy" "office-boys"; -lin office_holder_N = mkN "office-holder" "office-holders"; -lin officer_N = mkN "officer" "officers"; -lin official_A = compoundA (mkA "official"); -lin official_N = mkN "official" "officials"; -lin officialdom_N = mkN "officialdom" "officialdoms"; -lin officialese_N = mkN "officialese" "-" {- FIXME: no plural form -}; -lin officially_Adv = mkAdv "officially"; -lin officiate_V = mkV "officiate" "officiates" "officiated" "officiated" "officiating"; -lin officious_A = compoundA (mkA "officious"); -lin officiously_Adv = mkAdv "officiously"; -lin officiousness_N = mkN "officiousness" "-" {- FIXME: no plural form -}; -lin offing_N = mkN "offing" "IRREG"; -lin offish_A = compoundA (mkA "offish"); -lin offprint_N = mkN "offprint" "offprints"; -lin offset_N = mkN "offset" "-" {- FIXME: no plural form -}; -lin offset_V2 = mkV2 (mkV "off" IrregEng.set_V); -lin offshoot_N = mkN "offshoot" "offshoots"; -lin offshore_A = compoundA (mkA "offshore"); -lin offside_A = compoundA (mkA "offside"); -lin offside_Adv = mkAdv "offside"; -lin offspring_N = mkN "offspring" "offspring"; -lin offstage_A = compoundA (mkA "offstage"); -lin offstage_Adv = mkAdv "offstage"; -lin oft_Adv = mkAdv "oft"; -lin oft_times_Adv = mkAdv "oft-times"; -lin often_Adv = mkAdv "often"; -lin oftener_Adv = mkAdv "oftener"; -lin ogle_V = mkV "ogle" "ogles" "ogled" "ogled" "ogling"; -lin ogle_V2 = mkV2 (mkV "ogle" "ogles" "ogled" "ogled" "ogling"); -lin ogmore_valley_PN = mkPN "Ogmore valley"; -lin ogre_N = mkN "ogre" "ogres"; -lin ogreish_A = compoundA (mkA "ogreish"); -lin ogress_N = mkN "ogress" "ogresses"; -lin ohio_PN = mkPN "Ohio"; -lin ohm_N = mkN "ohm" "ohms"; -lin oil_N = mkN "oil" "oils"; -lin oil_V2 = mkV2 (mkV "oil" "oils" "oiled" "oiled" "oiling"); -lin oil_bearing_A = compoundA (mkA "oil-bearing"); -lin oil_burner_N = mkN "oil-burner" "oil-burners"; -lin oil_cake_N = mkN "oil-cake" "-" {- FIXME: no plural form -}; -lin oil_painting_N = mkN "oil-painting" "oil-paintings"; -lin oil_palm_N = mkN "oil-palm" "oil-palms"; -lin oil_paper_N = mkN "oil-paper" "-" {- FIXME: no plural form -}; -lin oil_rig_N = mkN "oil-rig" "oil-rigs"; -lin oil_silk_N = mkN "oil-silk" "-" {- FIXME: no plural form -}; -lin oil_slick_N = mkN "oil-slick" "oil-slicks"; -lin oil_tanker_N = mkN "oil-tanker" "oil-tankers"; -lin oil_well_N = mkN "oil-well" "oil-wells"; -lin oilcan_N = mkN "oilcan" "oilcans"; -lin oilcloth_N = mkN "oilcloth" "-" {- FIXME: no plural form -}; -lin oiled_A = compoundA (mkA "oiled"); -lin oiler_N = mkN "oiler" "oilers"; -lin oilfield_N = mkN "oilfield" "oilfields"; -lin oilfired_A = compoundA (mkA "oilfired"); -lin oiliness_N = mkN "oiliness" "-" {- FIXME: no plural form -}; -lin oilskin_N = mkN "oilskin" "oilskins"; -lin oily_A = mkA "oily" "oilier"; -lin ointment_N = mkN "ointment" "ointments"; -lin okapi_N = mkN "okapi" "okapis"; -lin okay_A = compoundA (mkA "okay"); -lin okay_Adv = mkAdv "okay"; -lin okay_N = mkN "okay" "IRREG"; -lin okay_V2 = mkV2 (mkV "okay" "okays" "okayed" "okayed" "okaying"); -lin oklahoma_PN = mkPN "Oklahoma"; -lin oklahoma_city_PN = mkPN "Oklahoma city"; -lin okra_N = mkN "okra" "-" {- FIXME: no plural form -}; -lin old_A = mkA "old" "older"; -lin old_N = mkN "old" "-" {- FIXME: no plural form -}; -lin old_fashioned_A = compoundA (mkA "old-fashioned"); -lin old_maidish_A = compoundA (mkA "old-maidish"); -lin old_time_A = compoundA (mkA "old-time"); -lin old_timer_N = mkN "old-timer" "old-timers"; -lin old_windsor_PN = mkPN "Old windsor"; -lin old_womanish_A = compoundA (mkA "old-womanish"); -lin old_world_A = compoundA (mkA "old-world"); -lin olden_A = compoundA (mkA "olden"); -lin oldenburg_PN = mkPN "Oldenburg"; -lin oldham_PN = mkPN "Oldham"; -lin oldish_A = compoundA (mkA "oldish"); -lin oldland_PN = mkPN "Oldland"; -lin oldster_N = mkN "oldster" "oldsters"; -lin oleaginous_A = compoundA (mkA "oleaginous"); -lin oleander_N = mkN "oleander" "oleanders"; -lin olfactory_A = compoundA (mkA "olfactory"); -lin oligarch_N = mkN "oligarch" "oligarchs"; -lin oligarchy_N = mkN "oligarchy" "oligarchies"; -lin olive_A = compoundA (mkA "olive"); -lin olive_N = mkN "olive" "olives"; -lin olive_PN = mkPN "Olive"; -lin olive_tree_N = mkN "olive-tree" "olive-trees"; -lin oliver_PN = mkPN "Oliver"; -lin olivia_PN = mkPN "Olivia"; -lin ollerton_PN = mkPN "Ollerton"; -lin ollie_PN = mkPN "Ollie"; -lin olympiad_N = mkN "olympiad" "olympiads"; -lin olympian_A = compoundA (mkA "olympian"); -lin olympian_N = mkN "olympian" "olympians"; -lin olympic_A = compoundA (mkA "olympic"); -lin olympics_PN = mkPN "Olympics"; -lin oman_PN = mkPN "Oman"; -lin omani_A = compoundA (mkA "omani"); -lin omani_N = mkN "omani" "omanis"; -lin ombudsman_N = mkN "ombudsman" "ombudsmen" {- FIXME: guessed plural form -}; -lin omega_N = mkN "omega" "omegas"; -lin omelet_N = mkN "omelet" "omelets"; -lin omelette_N = mkN "omelette" "omelettes"; -lin omen_N = mkN "omen" "omens"; -lin omen_V2 = mkV2 (mkV "omen" "omens" "omened" "omened" "omening"); -lin ominous_A = compoundA (mkA "ominous"); -lin ominously_Adv = mkAdv "ominously"; -lin omission_N = mkN "omission" "omissions"; -lin omit_V2 = mkV2 (mkV "omit" "omits" "omitted" "omitted" "omitting"); -lin omnibus_N = mkN "omnibus" "omnibuses"; -lin omnipotence_N = mkN "omnipotence" "-" {- FIXME: no plural form -}; -lin omnipotent_A = compoundA (mkA "omnipotent"); -lin omniscience_N = mkN "omniscience" "-" {- FIXME: no plural form -}; -lin omniscient_A = compoundA (mkA "omniscient"); -lin omnivorous_A = compoundA (mkA "omnivorous"); -lin omsk_PN = mkPN "Omsk"; -lin on_Adv = mkAdv "on"; -lin on_licence_N = mkN "on-licence" "on-licences"; -lin once_Adv = mkAdv "once"; -lin oncoming_A = compoundA (mkA "oncoming"); -lin oncoming_N = mkN "oncoming" "IRREG"; -lin one_A = compoundA (mkA "one"); -lin one_N = mkN "one" "ones"; -lin one_armed_A = compoundA (mkA "one-armed"); -lin one_eyed_A = compoundA (mkA "one-eyed"); -lin one_horse_A = compoundA (mkA "one-horse"); -lin one_idea'd_A = compoundA (mkA "one-idea'd"); -lin one_sided_A = compoundA (mkA "one-sided"); -lin one_step_N = mkN "one-step" "one-steps"; -lin one_time_A = compoundA (mkA "one-time"); -lin one_upmanship_N = mkN "one-upmanship" "-" {- FIXME: no plural form -}; -lin oneness_N = mkN "oneness" "-" {- FIXME: no plural form -}; -lin onerous_A = compoundA (mkA "onerous"); -lin onerously_Adv = mkAdv "onerously"; -lin ongar_PN = mkPN "Ongar"; -lin ongoing_A = compoundA (mkA "ongoing"); -lin onion_N = mkN "onion" "onions"; -lin onlooker_N = mkN "onlooker" "onlookers"; -lin only_A = compoundA (mkA "only"); -lin only_Adv = mkAdv "only"; -lin onomatopoeia_N = mkN "onomatopoeia" "-" {- FIXME: no plural form -}; -lin onrush_N = mkN "onrush" "onrushes"; -lin onset_N = mkN "onset" "onsets"; -lin onshore_A = compoundA (mkA "onshore"); -lin onshore_Adv = mkAdv "onshore"; -lin onslaught_N = mkN "onslaught" "onslaughts"; -lin ontario_PN = mkPN "Ontario"; -lin ontology_N = mkN "ontology" "ontologies"; -lin onus_N = mkN "onus" "oni" {- FIXME: guessed plural form -}; -lin onward_A = compoundA (mkA "onward"); -lin onward_Adv = mkAdv "onward"; -lin onwards_Adv = mkAdv "onwards"; -lin onyx_N = mkN "onyx" "-" {- FIXME: no plural form -}; -lin oomph_N = mkN "oomph" "-" {- FIXME: no plural form -}; -lin ooze_N = mkN "ooze" "-" {- FIXME: no plural form -}; -lin ooze_V = mkV "ooze" "oozes" "oozed" "oozed" "oozing"; -lin ooze_V2 = mkV2 (mkV "ooze" "oozes" "oozed" "oozed" "oozing"); -lin oozy_A = mkA "oozy" "oozier"; -lin op_PN = mkPN "Op"; -lin op_art_N = mkN "op art" "-" {- FIXME: no plural form -}; -lin op_cit_PN = mkPN "Op cit"; -lin opacity_N = mkN "opacity" "-" {- FIXME: no plural form -}; -lin opal_N = mkN "opal" "opals"; -lin opalescent_A = compoundA (mkA "opalescent"); -lin opaque_A = compoundA (mkA "opaque"); -lin opaquely_Adv = mkAdv "opaquely"; -lin opaqueness_N = mkN "opaqueness" "-" {- FIXME: no plural form -}; -lin opec_PN = mkPN "Opec"; -lin open_A = compoundA (mkA "open"); -lin open_N = mkN "open" "-" {- FIXME: no plural form -}; -lin open_V = mkV "open" "opens" "opened" "opened" "opening"; -lin open_V2 = mkV2 (mkV "open" "opens" "opened" "opened" "opening"); -lin open_air_A = compoundA (mkA "open-air"); -lin open_ended_A = compoundA (mkA "open-ended"); -lin open_eyed_A = compoundA (mkA "open-eyed"); -lin open_handed_A = compoundA (mkA "open-handed"); -lin open_hearted_A = compoundA (mkA "open-hearted"); -lin open_minded_A = compoundA (mkA "open-minded"); -lin open_mouthed_A = compoundA (mkA "open-mouthed"); -lin opencast_A = compoundA (mkA "opencast"); -lin opener_N = mkN "opener" "openers"; -lin opening_A = compoundA (mkA "opening"); -lin opening_N = mkN "opening" "openings"; -lin openly_Adv = mkAdv "openly"; -lin openness_N = mkN "openness" "-" {- FIXME: no plural form -}; -lin openwork_N = mkN "openwork" "-" {- FIXME: no plural form -}; -lin opera_N = mkN "opera" "operas"; -lin opera_cloak_N = mkN "opera-cloak" "opera-cloaks"; -lin opera_hat_N = mkN "opera-hat" "opera-hats"; -lin opera_house_N = mkN "opera-house" "opera-houses"; -lin operable_A = compoundA (mkA "operable"); -lin operate_V = mkV "operate" "operates" "operated" "operated" "operating"; -lin operate_V2 = mkV2 (mkV "operate" "operates" "operated" "operated" "operating"); -lin operatic_A = compoundA (mkA "operatic"); -lin operating_table_N = mkN "operating-table" "operating-tables"; -lin operating_theatre_N = mkN "operating-theatre" "operating-theatres"; -lin operation_N = mkN "operation" "operations"; -lin operational_A = compoundA (mkA "operational"); -lin operative_A = compoundA (mkA "operative"); -lin operative_N = mkN "operative" "operatives"; -lin operator_N = mkN "operator" "operators"; -lin operetta_N = mkN "operetta" "operettas"; -lin ophthalmia_N = mkN "ophthalmia" "-" {- FIXME: no plural form -}; -lin ophthalmic_A = compoundA (mkA "ophthalmic"); -lin ophthalmoscope_N = mkN "ophthalmoscope" "ophthalmoscopes"; -lin opiate_N = mkN "opiate" "opiates"; -lin opine_V2 = mkV2 (mkV "opine" "opines" "opined" "opined" "opining"); -lin opinion_N = mkN "opinion" "opinions"; -lin opinionated_A = compoundA (mkA "opinionated"); -lin opinionative_A = compoundA (mkA "opinionative"); -lin opium_N = mkN "opium" "-" {- FIXME: no plural form -}; -lin opium_den_N = mkN "opium-den" "opium-dens"; -lin opossum_N = mkN "opossum" "opossums"; -lin opp_PN = mkPN "Opp"; -lin opponent_N = mkN "opponent" "opponents"; -lin opportune_A = compoundA (mkA "opportune"); -lin opportunely_Adv = mkAdv "opportunely"; -lin opportunism_N = mkN "opportunism" "-" {- FIXME: no plural form -}; -lin opportunist_N = mkN "opportunist" "opportunists"; -lin opportunity_N = mkN "opportunity" "opportunities"; -lin oppose_V2 = mkV2 (mkV "oppose" "opposes" "opposed" "opposed" "opposing"); -lin opposite_A = compoundA (mkA "opposite"); -lin opposite_N = mkN "opposite" "opposites"; -lin opposition_N = mkN "opposition" "-" {- FIXME: no plural form -}; -lin oppress_V2 = mkV2 (mkV "oppress" "oppresses" "oppressed" "oppressed" "oppressing"); -lin oppression_N = mkN "oppression" "oppressions"; -lin oppressive_A = compoundA (mkA "oppressive"); -lin oppressively_Adv = mkAdv "oppressively"; -lin oppressor_N = mkN "oppressor" "oppressors"; -lin opprobrious_A = compoundA (mkA "opprobrious"); -lin opprobriously_Adv = mkAdv "opprobriously"; -lin opprobrium_N = mkN "opprobrium" "-" {- FIXME: no plural form -}; -lin oppugn_V2 = mkV2 (mkV "oppugn" "oppugns" "oppugned" "oppugned" "oppugning"); -lin opt_V = mkV "opt" "opts" "opted" "opted" "opting"; -lin optative_A = compoundA (mkA "optative"); -lin optative_N = mkN "optative" "optatives"; -lin optic_A = compoundA (mkA "optic"); -lin optical_A = compoundA (mkA "optical"); -lin optically_Adv = mkAdv "optically"; -lin optician_N = mkN "optician" "opticians"; -lin optics_N = mkN "optics" "optics"; -lin optimal_A = compoundA (mkA "optimal"); -lin optimally_Adv = mkAdv "optimally"; -lin optimism_N = mkN "optimism" "-" {- FIXME: no plural form -}; -lin optimist_N = mkN "optimist" "optimists"; -lin optimistic_A = compoundA (mkA "optimistic"); -lin optimistically_Adv = mkAdv "optimistically"; -lin optimum_N = mkN "optimum" "optimums"; -lin option_N = mkN "option" "options"; -lin optional_A = compoundA (mkA "optional"); -lin optionally_Adv = mkAdv "optionally"; -lin opulence_N = mkN "opulence" "-" {- FIXME: no plural form -}; -lin opulent_A = compoundA (mkA "opulent"); -lin opulently_Adv = mkAdv "opulently"; -lin opus_N = mkN "opus" "opi" {- FIXME: guessed plural form -}; -lin oracle_N = mkN "oracle" "oracles"; -lin oracular_A = compoundA (mkA "oracular"); -lin oral_A = compoundA (mkA "oral"); -lin oral_N = mkN "oral" "orals"; -lin orally_Adv = mkAdv "orally"; -lin orang_outan_N = mkN "orang-outan" "orang-outans"; -lin orang_outang_N = mkN "orang-outang" "orang-outangs"; -lin orang_utan_N = mkN "orang-utan" "orang-utans"; -lin orange_A = compoundA (mkA "orange"); -lin orange_N = mkN "orange" "oranges"; -lin orangeade_N = mkN "orangeade" "-" {- FIXME: no plural form -}; -lin orangeman_N = mkN "orangeman" "orangemen" {- FIXME: guessed plural form -}; -lin orate_V = mkV "orate" "orates" "orated" "orated" "orating"; -lin oration_N = mkN "oration" "orations"; -lin orator_N = mkN "orator" "orators"; -lin oratorical_A = compoundA (mkA "oratorical"); -lin oratorio_N = mkN "oratorio" "oratorios"; -lin oratory_N = mkN "oratory" "oratories"; -lin orb_N = mkN "orb" "orbs"; -lin orbit_N = mkN "orbit" "orbits"; -lin orbit_V = mkV "orbit" "orbits" "orbited" "orbited" "orbiting"; -lin orbit_V2 = mkV2 (mkV "orbit" "orbits" "orbited" "orbited" "orbiting"); -lin orbital_A = compoundA (mkA "orbital"); -lin orchard_N = mkN "orchard" "orchards"; -lin orchestra_N = mkN "orchestra" "orchestras"; -lin orchestral_A = compoundA (mkA "orchestral"); -lin orchestrate_V2 = mkV2 (mkV "orchestrate" "orchestrates" "orchestrated" "orchestrated" "orchestrating"); -lin orchestration_N = mkN "orchestration" "orchestrations"; -lin orchid_N = mkN "orchid" "orchids"; -lin orchis_N = mkN "orchis" "orchises"; -lin ordain_V2 = mkV2 (mkV "ordain" "ordains" "ordained" "ordained" "ordaining"); -lin ordeal_N = mkN "ordeal" "ordeals"; -lin order_N = mkN "order" "orders"; -lin order_V2 = mkV2 (mkV "order" "orders" "ordered" "ordered" "ordering"); -lin order_book_N = mkN "order-book" "order-books"; -lin order_form_N = mkN "order-form" "order-forms"; -lin order_paper_N = mkN "order-paper" "order-papers"; -lin ordering_N = mkN "ordering" "orderings"; -lin orderliness_N = mkN "orderliness" "-" {- FIXME: no plural form -}; -lin orderly_A = compoundA (mkA "orderly"); -lin orderly_N = mkN "orderly" "orderlies"; -lin ordinal_A = compoundA (mkA "ordinal"); -lin ordinal_N = mkN "ordinal" "ordinals"; -lin ordinance_N = mkN "ordinance" "ordinances"; -lin ordinand_N = mkN "ordinand" "ordinands"; -lin ordinarily_Adv = mkAdv "ordinarily"; -lin ordinary_A = compoundA (mkA "ordinary"); -lin ordination_N = mkN "ordination" "ordinations"; -lin ordnance_N = mkN "ordnance" "-" {- FIXME: no plural form -}; -lin ordure_N = mkN "ordure" "-" {- FIXME: no plural form -}; -lin ore_N = mkN "ore" "ores"; -lin oregon_PN = mkPN "Oregon"; -lin organ_N = mkN "organ" "organs"; -lin organ_blower_N = mkN "organ-blower" "organ-blowers"; -lin organ_grinder_N = mkN "organ-grinder" "organ-grinders"; -lin organ_loft_N = mkN "organ-loft" "organ-lofts"; -lin organdie_N = mkN "organdie" "-" {- FIXME: no plural form -}; -lin organic_A = compoundA (mkA "organic"); -lin organically_Adv = mkAdv "organically"; -lin organism_N = mkN "organism" "organisms"; -lin organist_N = mkN "organist" "organists"; -lin organization_N = mkN "organization" "organizations"; -lin organizational_A = compoundA (mkA "organizational"); -lin organizationally_Adv = mkAdv "organizationally"; -lin organize_V2 = mkV2 (mkV "organize" "organizes" "organized" "organized" "organizing"); -lin organized_A = compoundA (mkA "organized"); -lin organizer_N = mkN "organizer" "organizers"; -lin orgasm_N = mkN "orgasm" "orgasms"; -lin orgiastic_A = compoundA (mkA "orgiastic"); -lin orgy_N = mkN "orgy" "orgies"; -lin oriel_N = mkN "oriel" "oriels"; -lin orient_A = compoundA (mkA "orient"); -lin orient_N = mkN "orient" "IRREG"; -lin orient_V2 = mkV2 (mkV "orient" "orients" "oriented" "oriented" "orienting"); -lin oriental_A = compoundA (mkA "oriental"); -lin oriental_N = mkN "oriental" "orientals"; -lin orientalist_N = mkN "orientalist" "orientalists"; -lin orientate_V2 = mkV2 (mkV "orientate" "orientates" "orientated" "orientated" "orientating"); -lin orientation_N = mkN "orientation" "-" {- FIXME: no plural form -}; -lin orifice_N = mkN "orifice" "orifices"; -lin origin_N = mkN "origin" "origins"; -lin original_A = compoundA (mkA "original"); -lin original_N = mkN "original" "originals"; -lin originality_N = mkN "originality" "-" {- FIXME: no plural form -}; -lin originally_Adv = mkAdv "originally"; -lin originate_V = mkV "originate" "originates" "originated" "originated" "originating"; -lin originate_V2 = mkV2 (mkV "originate" "originates" "originated" "originated" "originating"); -lin originator_N = mkN "originator" "originators"; -lin oriole_N = mkN "oriole" "orioles"; -lin orison_N = mkN "orison" "orisons"; -lin orkney_PN = mkPN "Orkney"; -lin orleans_PN = mkPN "Orleans"; -lin orlop_N = mkN "orlop" "orlops"; -lin ormolu_N = mkN "ormolu" "ormolus"; -lin ormskirk_PN = mkPN "Ormskirk"; -lin ornament_N = mkN "ornament" "ornaments"; -lin ornament_V2 = mkV2 (mkV "ornament" "ornaments" "ornamented" "ornamented" "ornamenting"); -lin ornamental_A = compoundA (mkA "ornamental"); -lin ornamentation_N = mkN "ornamentation" "-" {- FIXME: no plural form -}; -lin ornate_A = compoundA (mkA "ornate"); -lin ornately_Adv = mkAdv "ornately"; -lin ornateness_N = mkN "ornateness" "-" {- FIXME: no plural form -}; -lin ornery_A = compoundA (mkA "ornery"); -lin ornithological_A = compoundA (mkA "ornithological"); -lin ornithologist_N = mkN "ornithologist" "ornithologists"; -lin ornithology_N = mkN "ornithology" "-" {- FIXME: no plural form -}; -lin orotund_A = compoundA (mkA "orotund"); -lin orphan_N = mkN "orphan" "orphans"; -lin orphan_V2 = mkV2 (mkV "orphan" "orphans" "orphaned" "orphaned" "orphaning"); -lin orphanage_N = mkN "orphanage" "orphanages"; -lin orrisroot_N = mkN "orrisroot" "-" {- FIXME: no plural form -}; -lin orthodontic_A = compoundA (mkA "orthodontic"); -lin orthodontics_N = mkN "orthodontics" "orthodontics"; -lin orthodontist_N = mkN "orthodontist" "orthodontists"; -lin orthodox_A = compoundA (mkA "orthodox"); -lin orthodoxy_N = mkN "orthodoxy" "orthodoxies"; -lin orthogonal_A = compoundA (mkA "orthogonal"); -lin orthogonally_Adv = mkAdv "orthogonally"; -lin orthographic_A = compoundA (mkA "orthographic"); -lin orthography_N = mkN "orthography" "orthographies"; -lin orthopaedic_A = compoundA (mkA "orthopaedic"); -lin orthopaedics_N = mkN "orthopaedics" "orthopaedics"; -lin orthopedic_A = compoundA (mkA "orthopedic"); -lin orthopedics_N = mkN "orthopedics" "orthopedics"; -lin ortolan_N = mkN "ortolan" "ortolans"; -lin oryx_N = mkN "oryx" "oryxes"; -lin osaka_PN = mkPN "Osaka"; -lin oscar_N = mkN "oscar" "oscars"; -lin oscar_PN = mkPN "Oscar"; -lin oscillate_V = mkV "oscillate" "oscillates" "oscillated" "oscillated" "oscillating"; -lin oscillate_V2 = mkV2 (mkV "oscillate" "oscillates" "oscillated" "oscillated" "oscillating"); -lin oscillation_N = mkN "oscillation" "oscillations"; -lin oscillator_N = mkN "oscillator" "oscillators"; -lin oscillograph_N = mkN "oscillograph" "oscillographs"; -lin oscilloscope_N = mkN "oscilloscope" "oscilloscopes"; -lin osier_N = mkN "osier" "osiers"; -lin oslo_PN = mkPN "Oslo"; -lin osnabruck_PN = mkPN "Osnabruck"; -lin osprey_N = mkN "osprey" "ospreys"; -lin osseous_A = compoundA (mkA "osseous"); -lin ossett_PN = mkPN "Ossett"; -lin ossification_N = mkN "ossification" "-" {- FIXME: no plural form -}; -lin ossify_V = mkV "ossify" "ossifies" "ossified" "ossified" "ossifying"; -lin ossify_V2 = mkV2 (mkV "ossify" "ossifies" "ossified" "ossified" "ossifying"); -lin ostensible_A = compoundA (mkA "ostensible"); -lin ostensibly_Adv = mkAdv "ostensibly"; -lin ostentation_N = mkN "ostentation" "-" {- FIXME: no plural form -}; -lin ostentatious_A = compoundA (mkA "ostentatious"); -lin ostentatiously_Adv = mkAdv "ostentatiously"; -lin osteopath_N = mkN "osteopath" "osteopaths"; -lin osteopathy_N = mkN "osteopathy" "-" {- FIXME: no plural form -}; -lin ostler_N = mkN "ostler" "ostlers"; -lin ostracism_N = mkN "ostracism" "-" {- FIXME: no plural form -}; -lin ostracize_V2 = mkV2 (mkV "ostracize" "ostracizes" "ostracized" "ostracized" "ostracizing"); -lin ostrich_N = mkN "ostrich" "ostriches"; -lin oswald_PN = mkPN "Oswald"; -lin oswestry_PN = mkPN "Oswestry"; -lin ot_N = mkN "ot" "-" {- FIXME: no plural form -}; -lin otago_PN = mkPN "Otago"; -lin other_A = compoundA (mkA "other"); -lin other_Adv = mkAdv "other"; -lin other_N = mkN "other" "others"; -lin otherwise_Adv = mkAdv "otherwise"; -lin otherworldly_A = compoundA (mkA "otherworldly"); -lin otiose_A = compoundA (mkA "otiose"); -lin otley_PN = mkPN "Otley"; -lin ottawa_PN = mkPN "Ottawa"; -lin otter_N = mkN "otter" "otters"; -lin ottoman_N = mkN "ottoman" "ottomans"; -lin oubliette_N = mkN "oubliette" "oubliettes"; -lin ouija_N = mkN "ouija" "ouijas"; -lin ouija_board_N = mkN "ouija-board" "ouija-boards"; -lin ounce_N = mkN "ounce" "ounces"; -lin our_A = compoundA (mkA "our"); -lin ours_A = compoundA (mkA "ours"); -lin oust_V2 = mkV2 (mkV "oust" "ousts" "ousted" "ousted" "ousting"); -lin out_Adv = mkAdv "out"; -lin out_V2 = mkV2 (mkV "out" "outs" "outed" "outed" "outing"); -lin out_herod_V2 = mkV2 (mkV "out-herod" "out-herods" "out-heroded" "out-heroded" "out-heroding"); -lin out_of_date_A = compoundA (mkA "out-of-date"); -lin out_of_door_A = compoundA (mkA "out-of-door"); -lin out_of_doors_Adv = mkAdv "out-of-doors"; -lin out_of_the_way_A = compoundA (mkA "out-of-the-way"); -lin out_of_the_way_Adv = mkAdv "out-of-the-way"; -lin out_of_work_A = compoundA (mkA "out-of-work"); -lin out_tray_N = mkN "out-tray" "out-trays"; -lin outback_A = compoundA (mkA "outback"); -lin outback_N = mkN "outback" "IRREG"; -lin outbalance_V2 = mkV2 (mkV "outbalance" "outbalances" "outbalanced" "outbalanced" "outbalancing"); -lin outbid_V2 = mkV2 (mkV "out" IrregEng.bid_V); -lin outboard_A = compoundA (mkA "outboard"); -lin outbound_A = compoundA (mkA "outbound"); -lin outbrave_V2 = mkV2 (mkV "outbrave" "outbraves" "outbraved" "outbraved" "outbraving"); -lin outbreak_N = mkN "outbreak" "outbreaks"; -lin outbuilding_N = mkN "outbuilding" "outbuildings"; -lin outburst_N = mkN "outburst" "outbursts"; -lin outcast_A = compoundA (mkA "outcast"); -lin outcast_N = mkN "outcast" "outcasts"; -lin outcaste_A = compoundA (mkA "outcaste"); -lin outcaste_N = mkN "outcaste" "outcastes"; -lin outclass_V2 = mkV2 (mkV "outclass" "outclasses" "outclassed" "outclassed" "outclassing"); -lin outcome_N = mkN "outcome" "outcomes"; -lin outcrop_N = mkN "outcrop" "outcrops"; -lin outcry_N = mkN "outcry" "outcries"; -lin outdated_A = compoundA (mkA "outdated"); -lin outdistance_V2 = mkV2 (mkV "outdistance" "outdistances" "outdistanced" "outdistanced" "outdistancing"); -lin outdo_V2 = mkV2 (mkV "out" IrregEng.do_V); -lin outdoor_A = compoundA (mkA "outdoor"); -lin outdoors_Adv = mkAdv "outdoors"; -lin outer_A = compoundA (mkA "outer"); -lin outermost_A = compoundA (mkA "outermost"); -lin outface_V2 = mkV2 (mkV "outface" "outfaces" "outfaced" "outfaced" "outfacing"); -lin outfall_N = mkN "outfall" "outfalls"; -lin outfield_N = mkN "outfield" "outfields"; -lin outfielder_N = mkN "outfielder" "outfielders"; -lin outfight_V2 = mkV2 (mkV "out" IrregEng.fight_V); -lin outfit_N = mkN "outfit" "outfits"; -lin outfit_V2 = mkV2 (mkV "outfit" "outfits" "outfitted" "outfitted" "outfitting"); -lin outfitter_N = mkN "outfitter" "outfitters"; -lin outflank_V2 = mkV2 (mkV "outflank" "outflanks" "outflanked" "outflanked" "outflanking"); -lin outflow_N = mkN "outflow" "outflows"; -lin outfox_V2 = mkV2 (mkV "outfox" "outfoxes" "outfoxed" "outfoxed" "outfoxing"); -lin outgo_N = mkN "outgo" "outgoes"; -lin outgo_V = mkV "out" IrregEng.go_V; -lin outgoing_A = compoundA (mkA "outgoing"); -lin outgrow_V2 = mkV2 (mkV "out" IrregEng.grow_V); -lin outgrowth_N = mkN "outgrowth" "outgrowths"; -lin outhouse_N = mkN "outhouse" "outhouses"; -lin outing_N = mkN "outing" "outings"; -lin outlandish_A = compoundA (mkA "outlandish"); -lin outlandishly_Adv = mkAdv "outlandishly"; -lin outlandishness_N = mkN "outlandishness" "-" {- FIXME: no plural form -}; -lin outlast_V2 = mkV2 (mkV "outlast" "outlasts" "outlasted" "outlasted" "outlasting"); -lin outlaw_N = mkN "outlaw" "outlaws"; -lin outlaw_V2 = mkV2 (mkV "outlaw" "outlaws" "outlawed" "outlawed" "outlawing"); -lin outlawry_N = mkN "outlawry" "-" {- FIXME: no plural form -}; -lin outlay_N = mkN "outlay" "outlays"; -lin outlet_N = mkN "outlet" "outlets"; -lin outlier_N = mkN "outlier" "outliers"; -lin outline_N = mkN "outline" "outlines"; -lin outline_V2 = mkV2 (mkV "outline" "outlines" "outlined" "outlined" "outlining"); -lin outlive_V2 = mkV2 (mkV "outlive" "outlives" "outlived" "outlived" "outliving"); -lin outlook_N = mkN "outlook" "outlooks"; -lin outlying_A = compoundA (mkA "outlying"); -lin outmanoeuvre_V2 = mkV2 (mkV "outmanoeuvre" "outmanoeuvres" "outmanoeuvred" "outmanoeuvred" "outmanoeuvring"); -lin outmarch_V2 = mkV2 (mkV "outmarch" "outmarches" "outmarched" "outmarched" "outmarching"); -lin outmatch_V2 = mkV2 (mkV "outmatch" "outmatches" "outmatched" "outmatched" "outmatching"); -lin outmoded_A = compoundA (mkA "outmoded"); -lin outmost_A = compoundA (mkA "outmost"); -lin outnumber_V2 = mkV2 (mkV "outnumber" "outnumbers" "outnumbered" "outnumbered" "outnumbering"); -lin outpatient_N = mkN "outpatient" "outpatients"; -lin outplay_V2 = mkV2 (mkV "outplay" "outplays" "outplayed" "outplayed" "outplaying"); -lin outpoint_V2 = mkV2 (mkV "outpoint" "outpoints" "outpointed" "outpointed" "outpointing"); -lin outport_N = mkN "outport" "outports"; -lin outpost_N = mkN "outpost" "outposts"; -lin outpouring_N = mkN "outpouring" "outpourings"; -lin output_N = mkN "output" "IRREG"; -lin outrage_N = mkN "outrage" "outrages"; -lin outrage_V2 = mkV2 (mkV "outrage" "outrages" "outraged" "outraged" "outraging"); -lin outrageous_A = compoundA (mkA "outrageous"); -lin outrageously_Adv = mkAdv "outrageously"; -lin outrange_V2 = mkV2 (mkV "outrange" "outranges" "outranged" "outranged" "outranging"); -lin outrank_V2 = mkV2 (mkV "outrank" "outranks" "outranked" "outranked" "outranking"); -lin outride_V2 = mkV2 (mkV "out" IrregEng.ride_V); -lin outrider_N = mkN "outrider" "outriders"; -lin outrigged_A = compoundA (mkA "outrigged"); -lin outrigger_N = mkN "outrigger" "outriggers"; -lin outright_A = compoundA (mkA "outright"); -lin outright_Adv = mkAdv "outright"; -lin outrival_V2 = mkV2 (mkV "outrival" "outrivals" "outrivalled" "outrivalled" "outrivalling"); -lin outrun_V2 = mkV2 (mkV "out" IrregEng.run_V); -lin outre_A = compoundA (mkA "outré"); -lin outsail_V2 = mkV2 (mkV "outsail" "outsails" "outsailed" "outsailed" "outsailing"); -lin outset_N = mkN "outset" "outsets"; -lin outshine_V2 = mkV2 (mkV "out" IrregEng.shine_V); -lin outside_A = compoundA (mkA "outside"); -lin outside_Adv = mkAdv "outside"; -lin outside_N = mkN "outside" "outsides"; -lin outsider_N = mkN "outsider" "outsiders"; -lin outsize_A = compoundA (mkA "outsize"); -lin outsmart_V2 = mkV2 (mkV "outsmart" "outsmarts" "outsmarted" "outsmarted" "outsmarting"); -lin outspan_V = mkV "outspan" "outspans" "outspanned" "outspanned" "outspanning"; -lin outspan_V2 = mkV2 (mkV "outspan" "outspans" "outspanned" "outspanned" "outspanning"); -lin outspoken_A = compoundA (mkA "outspoken"); -lin outspokenly_Adv = mkAdv "outspokenly"; -lin outspokenness_N = mkN "outspokenness" "-" {- FIXME: no plural form -}; -lin outspread_A = compoundA (mkA "outspread"); -lin outstanding_A = compoundA (mkA "outstanding"); -lin outstandingly_Adv = mkAdv "outstandingly"; -lin outstation_N = mkN "outstation" "outstations"; -lin outstay_V2 = mkV2 (mkV "outstay" "outstays" "outstayed" "outstayed" "outstaying"); -lin outstretched_A = compoundA (mkA "outstretched"); -lin outstrip_V2 = mkV2 (mkV "outstrip" "outstrips" "outstripped" "outstripped" "outstripping"); -lin outvie_V2 = mkV2 (mkV "outvie" "IRREG" "IRREG" "IRREG" "IRREG"); -lin outvote_V2 = mkV2 (mkV "outvote" "outvotes" "outvoted" "outvoted" "outvoting"); -lin outward_A = compoundA (mkA "outward"); -lin outward_Adv = mkAdv "outward"; -lin outwardly_Adv = mkAdv "outwardly"; -lin outwards_Adv = mkAdv "outwards"; -lin outwear_V2 = mkV2 (mkV "out" IrregEng.wear_V); -lin outweigh_V2 = mkV2 (mkV "outweigh" "outweighs" "outweighed" "outweighed" "outweighing"); -lin outwit_V2 = mkV2 (mkV "outwit" "outwits" "outwitted" "outwitted" "outwitting"); -lin outwork_N = mkN "outwork" "outworks"; -lin ouzel_N = mkN "ouzel" "ouzels"; -lin ouzo_N = mkN "ouzo" "-" {- FIXME: no plural form -}; -lin oval_A = compoundA (mkA "oval"); -lin oval_N = mkN "oval" "ovals"; -lin ovary_N = mkN "ovary" "ovaries"; -lin ovation_N = mkN "ovation" "ovations"; -lin oven_N = mkN "oven" "ovens"; -lin ovenware_N = mkN "ovenware" "-" {- FIXME: no plural form -}; -lin over_Adv = mkAdv "over"; -lin over_N = mkN "over" "overs"; -lin over_abundance_N = mkN "over-abundance" "-" {- FIXME: no plural form -}; -lin over_ripe_A = compoundA (mkA "over-ripe"); -lin overabundant_A = compoundA (mkA "overabundant"); -lin overact_V = mkV "overact" "overacts" "overacted" "overacted" "overacting"; -lin overact_V2 = mkV2 (mkV "overact" "overacts" "overacted" "overacted" "overacting"); -lin overactive_A = compoundA (mkA "overactive"); -lin overall_A = compoundA (mkA "overall"); -lin overall_N = mkN "overall" "overalls"; -lin overambitious_A = compoundA (mkA "overambitious"); -lin overanxiety_N = mkN "overanxiety" "-" {- FIXME: no plural form -}; -lin overanxious_A = compoundA (mkA "overanxious"); -lin overarch_V = mkV "overarch" "overarches" "overarched" "overarched" "overarching"; -lin overarch_V2 = mkV2 (mkV "overarch" "overarches" "overarched" "overarched" "overarching"); -lin overarm_A = compoundA (mkA "overarm"); -lin overarm_Adv = mkAdv "overarm"; -lin overawe_V2 = mkV2 (mkV "overawe" "overawes" "overawed" "overawed" "overawing"); -lin overbalance_V = mkV "overbalance" "overbalances" "overbalanced" "overbalanced" "overbalancing"; -lin overbalance_V2 = mkV2 (mkV "overbalance" "overbalances" "overbalanced" "overbalanced" "overbalancing"); -lin overbear_V2 = mkV2 (mkV "over" IrregEng.bear_V); -lin overbearing_A = compoundA (mkA "overbearing"); -lin overbearingly_Adv = mkAdv "overbearingly"; -lin overbid_N = mkN "overbid" "overbids"; -lin overbid_V = mkV "over" IrregEng.bid_V; -lin overbid_V2 = mkV2 (mkV "over" IrregEng.bid_V); -lin overblown_A = compoundA (mkA "overblown"); -lin overboard_Adv = mkAdv "overboard"; -lin overbold_A = compoundA (mkA "overbold"); -lin overburden_N = mkN "overburden" "-" {- FIXME: no plural form -}; -lin overburden_V2 = mkV2 (mkV "overburden" "overburdens" "overburdened" "overburdened" "overburdening"); -lin overbusy_A = compoundA (mkA "overbusy"); -lin overcall_V = mkV "overcall" "overcalls" "overcalled" "overcalled" "overcalling"; -lin overcall_V2 = mkV2 (mkV "overcall" "overcalls" "overcalled" "overcalled" "overcalling"); -lin overcapitalization_N = mkN "overcapitalization" "-" {- FIXME: no plural form -}; -lin overcapitalize_V2 = mkV2 (mkV "overcapitalize" "overcapitalizes" "overcapitalized" "overcapitalized" "overcapitalizing"); -lin overcareful_A = compoundA (mkA "overcareful"); -lin overcast_A = compoundA (mkA "overcast"); -lin overcast_N = mkN "overcast" "IRREG"; -lin overcautious_A = compoundA (mkA "overcautious"); -lin overcharge_N = mkN "overcharge" "overcharges"; -lin overcharge_V = mkV "overcharge" "overcharges" "overcharged" "overcharged" "overcharging"; -lin overcharge_V2 = mkV2 (mkV "overcharge" "overcharges" "overcharged" "overcharged" "overcharging"); -lin overclothe_V2 = mkV2 (mkV "overclothe" "overclothes" "overclothed" "overclothed" "overclothing"); -lin overcloud_V = mkV "overcloud" "overclouds" "overclouded" "overclouded" "overclouding"; -lin overcloud_V2 = mkV2 (mkV "overcloud" "overclouds" "overclouded" "overclouded" "overclouding"); -lin overcoat_N = mkN "overcoat" "overcoats"; -lin overcome_V2 = mkV2 (IrregEng.overcome_V); -lin overconfidence_N = mkN "overconfidence" "-" {- FIXME: no plural form -}; -lin overconfident_A = compoundA (mkA "overconfident"); -lin overcook_V2 = mkV2 (mkV "overcook" "overcooks" "overcooked" "overcooked" "overcooking"); -lin overcredulity_N = mkN "overcredulity" "-" {- FIXME: no plural form -}; -lin overcredulous_A = compoundA (mkA "overcredulous"); -lin overcritical_A = compoundA (mkA "overcritical"); -lin overcrop_V2 = mkV2 (mkV "overcrop" "overcrops" "overcropped" "overcropped" "overcropping"); -lin overcrowd_V2 = mkV2 (mkV "overcrowd" "overcrowds" "overcrowded" "overcrowded" "overcrowding"); -lin overcurious_A = compoundA (mkA "overcurious"); -lin overdelicate_A = compoundA (mkA "overdelicate"); -lin overdo_V2 = mkV2 (IrregEng.overdo_V); -lin overdraft_N = mkN "overdraft" "overdrafts"; -lin overdraw_V = mkV "over" IrregEng.draw_V; -lin overdraw_V2 = mkV2 (mkV "over" IrregEng.draw_V); -lin overdress_V = mkV "overdress" "overdresses" "overdressed" "overdressed" "overdressing"; -lin overdress_V2 = mkV2 (mkV "overdress" "overdresses" "overdressed" "overdressed" "overdressing"); -lin overdrive_N = mkN "overdrive" "overdrives"; -lin overdue_A = compoundA (mkA "overdue"); -lin overeager_A = compoundA (mkA "overeager"); -lin overeat_V = mkV "over" IrregEng.eat_V; -lin overemotional_A = compoundA (mkA "overemotional"); -lin overemphasis_N = mkN "overemphasis" "-" {- FIXME: no plural form -}; -lin overemphasize_V2 = mkV2 (mkV "overemphasize" "overemphasizes" "overemphasized" "overemphasized" "overemphasizing"); -lin overenthusiastic_A = compoundA (mkA "overenthusiastic"); -lin overestimate_V2 = mkV2 (mkV "overestimate" "overestimates" "overestimated" "overestimated" "overestimating"); -lin overexcited_A = compoundA (mkA "overexcited"); -lin overexert_V2 = mkV2 (mkV "overexert" "overexerts" "overexerted" "overexerted" "overexerting"); -lin overexertion_N = mkN "overexertion" "overexertions"; -lin overexpose_V2 = mkV2 (mkV "overexpose" "overexposes" "overexposed" "overexposed" "overexposing"); -lin overexposure_N = mkN "overexposure" "overexposures"; -lin overfamiliar_A = compoundA (mkA "overfamiliar"); -lin overfeed_V = mkV "overfeed" "overfeeds" "overfeeded" "overfeeded" "overfeeding"; -lin overfeed_V2 = mkV2 (mkV "overfeed" "overfeeds" "overfeeded" "overfeeded" "overfeeding"); -lin overfeeding_N = mkN "overfeeding" "-" {- FIXME: no plural form -}; -lin overflow_N = mkN "overflow" "overflows"; -lin overflow_V = mkV "overflow" "overflows" "overflowed" "overflowed" "overflowing"; -lin overflow_V2 = mkV2 (mkV "overflow" "overflows" "overflowed" "overflowed" "overflowing"); -lin overfly_V2 = mkV2 (mkV "over" IrregEng.fly_V); -lin overfond_A = compoundA (mkA "overfond"); -lin overfull_A = compoundA (mkA "overfull"); -lin overgenerous_A = compoundA (mkA "overgenerous"); -lin overgreedy_A = compoundA (mkA "overgreedy"); -lin overgrown_A = compoundA (mkA "overgrown"); -lin overgrowth_N = mkN "overgrowth" "overgrowths"; -lin overhand_A = compoundA (mkA "overhand"); -lin overhang_N = mkN "overhang" "overhangs"; -lin overhang_V = mkV "over" IrregEng.hang_V; -lin overhang_V2 = mkV2 (mkV "over" IrregEng.hang_V); -lin overhasty_A = compoundA (mkA "overhasty"); -lin overhaul_N = mkN "overhaul" "overhauls"; -lin overhaul_V2 = mkV2 (mkV "overhaul" "overhauls" "overhauled" "overhauled" "overhauling"); -lin overhead_A = compoundA (mkA "overhead"); -lin overhead_Adv = mkAdv "overhead"; -lin overhear_V2 = mkV2 (mkV "over" IrregEng.hear_V); -lin overheat_V2 = mkV2 (mkV "overheat" "overheats" "overheated" "overheated" "overheating"); -lin overindulge_V = mkV "overindulge" "overindulges" "overindulged" "overindulged" "overindulging"; -lin overindulge_V2 = mkV2 (mkV "overindulge" "overindulges" "overindulged" "overindulged" "overindulging"); -lin overindulgence_N = mkN "overindulgence" "overindulgences"; -lin overjealous_A = compoundA (mkA "overjealous"); -lin overjoyed_A = compoundA (mkA "overjoyed"); -lin overkill_N = mkN "overkill" "-" {- FIXME: no plural form -}; -lin overladen_A = compoundA (mkA "overladen"); -lin overland_A = compoundA (mkA "overland"); -lin overlap_N = mkN "overlap" "overlaps"; -lin overlap_V = mkV "overlap" "overlaps" "overlapped" "overlapped" "overlapping"; -lin overlap_V2 = mkV2 (mkV "overlap" "overlaps" "overlapped" "overlapped" "overlapping"); -lin overlarge_A = compoundA (mkA "overlarge"); -lin overlay_N = mkN "overlay" "overlays"; -lin overlay_V2 = mkV2 (mkV "over" IrregEng.lay_V); -lin overleaf_Adv = mkAdv "overleaf"; -lin overleap_V2 = mkV2 (mkV "overleap" "overleaps" "overleaped" "overleaped" "overleaping"); -lin overlie_V = mkV "over" IrregEng.lie_V; -lin overload_V2 = mkV2 (mkV "overload" "overloads" "overloaded" "overloaded" "overloading"); -lin overlook_V2 = mkV2 (mkV "overlook" "overlooks" "overlooked" "overlooked" "overlooking"); -lin overlord_N = mkN "overlord" "overlords"; -lin overly_Adv = mkAdv "overly"; -lin overmantel_N = mkN "overmantel" "overmantels"; -lin overmaster_V2 = mkV2 (mkV "overmaster" "overmasters" "overmastered" "overmastered" "overmastering"); -lin overmodest_A = compoundA (mkA "overmodest"); -lin overmuch_A = compoundA (mkA "overmuch"); -lin overmuch_Adv = mkAdv "overmuch"; -lin overnervous_A = compoundA (mkA "overnervous"); -lin overnight_A = compoundA (mkA "overnight"); -lin overnight_Adv = mkAdv "overnight"; -lin overpass_N = mkN "overpass" "overpasses"; -lin overpay_V2 = mkV2 (mkV "over" IrregEng.pay_V); -lin overpayment_N = mkN "overpayment" "overpayments"; -lin overplay_V2 = mkV2 (mkV "overplay" "overplays" "overplayed" "overplayed" "overplaying"); -lin overplus_N = mkN "overplus" "overpluses"; -lin overpopulation_N = mkN "overpopulation" "-" {- FIXME: no plural form -}; -lin overpower_V2 = mkV2 (mkV "overpower" "overpowers" "overpowered" "overpowered" "overpowering"); -lin overpowering_A = compoundA (mkA "overpowering"); -lin overpraise_V2 = mkV2 (mkV "overpraise" "overpraises" "overpraised" "overpraised" "overpraising"); -lin overprint_N = mkN "overprint" "overprints"; -lin overprint_V2 = mkV2 (mkV "overprint" "overprints" "overprinted" "overprinted" "overprinting"); -lin overproduce_V = mkV "overproduce" "overproduces" "overproduced" "overproduced" "overproducing"; -lin overproduce_V2 = mkV2 (mkV "overproduce" "overproduces" "overproduced" "overproduced" "overproducing"); -lin overproduction_N = mkN "overproduction" "-" {- FIXME: no plural form -}; -lin overproud_A = compoundA (mkA "overproud"); -lin overrate_V2 = mkV2 (mkV "overrate" "overrates" "overrated" "overrated" "overrating"); -lin overreach_V2 = mkV2 (mkV "overreach" "overreaches" "overreached" "overreached" "overreaching"); -lin override_V2 = mkV2 (mkV "over" IrregEng.ride_V); -lin overripe_A = compoundA (mkA "overripe"); -lin overrule_V2 = mkV2 (mkV "overrule" "overrules" "overruled" "overruled" "overruling"); -lin overrun_V2 = mkV2 (mkV "over" IrregEng.run_V); -lin oversea_A = compoundA (mkA "oversea"); -lin oversea_Adv = mkAdv "oversea"; -lin overseas_A = compoundA (mkA "overseas"); -lin overseas_Adv = mkAdv "overseas"; -lin oversee_V2 = mkV2 (mkV "over" IrregEng.see_V); -lin overseer_N = mkN "overseer" "overseers"; -lin oversensitive_A = compoundA (mkA "oversensitive"); -lin overserious_A = compoundA (mkA "overserious"); -lin oversew_V2 = mkV2 (mkV "over" IrregEng.sew_V); -lin oversewn_A = compoundA (mkA "oversewn"); -lin oversexed_A = compoundA (mkA "oversexed"); -lin overshadow_V2 = mkV2 (mkV "overshadow" "overshadows" "overshadowed" "overshadowed" "overshadowing"); -lin overshoe_N = mkN "overshoe" "overshoes"; -lin overshoot_V2 = mkV2 (mkV "over" IrregEng.shoot_V); -lin overshot_A = compoundA (mkA "overshot"); -lin overside_Adv = mkAdv "overside"; -lin oversight_N = mkN "oversight" "oversights"; -lin oversimplify_V2 = mkV2 (mkV "oversimplify" "oversimplifies" "oversimplified" "oversimplified" "oversimplifying"); -lin oversize_A = compoundA (mkA "oversize"); -lin overskirt_N = mkN "overskirt" "overskirts"; -lin oversleep_V = mkV "over" IrregEng.sleep_V; -lin overspend_V = mkV "over" IrregEng.spend_V; -lin overspend_V2 = mkV2 (mkV "over" IrregEng.spend_V); -lin overspill_N = mkN "overspill" "overspills"; -lin overstate_V2 = mkV2 (mkV "overstate" "overstates" "overstated" "overstated" "overstating"); -lin overstatement_N = mkN "overstatement" "overstatements"; -lin overstay_V2 = mkV2 (mkV "overstay" "overstays" "overstayed" "overstayed" "overstaying"); -lin overstep_V2 = mkV2 (mkV "overstep" "oversteps" "overstepped" "overstepped" "overstepping"); -lin overstock_V2 = mkV2 (mkV "overstock" "overstocks" "overstocked" "overstocked" "overstocking"); -lin overstrain_N = mkN "overstrain" "-" {- FIXME: no plural form -}; -lin overstrain_V2 = mkV2 (mkV "overstrain" "overstrains" "overstrained" "overstrained" "overstraining"); -lin overstrung_A = compoundA (mkA "overstrung"); -lin overstuffed_A = compoundA (mkA "overstuffed"); -lin oversubscribed_A = compoundA (mkA "oversubscribed"); -lin oversuspicious_A = compoundA (mkA "oversuspicious"); -lin overt_A = compoundA (mkA "overt"); -lin overtake_V2 = mkV2 (IrregEng.overtake_V); -lin overtax_V2 = mkV2 (mkV "overtax" "overtaxes" "overtaxed" "overtaxed" "overtaxing"); -lin overthrow_N = mkN "overthrow" "overthrows"; -lin overthrow_V2 = mkV2 (IrregEng.overthrow_V); -lin overtime_Adv = mkAdv "overtime"; -lin overtime_N = mkN "overtime" "-" {- FIXME: no plural form -}; -lin overtly_Adv = mkAdv "overtly"; -lin overtolerance_N = mkN "overtolerance" "-" {- FIXME: no plural form -}; -lin overtone_N = mkN "overtone" "overtones"; -lin overtop_V2 = mkV2 (mkV "overtop" "overtops" "overtopped" "overtopped" "overtopping"); -lin overtrump_V2 = mkV2 (mkV "overtrump" "overtrumps" "overtrumped" "overtrumped" "overtrumping"); -lin overture_N = mkN "overture" "overtures"; -lin overturn_V = mkV "overturn" "overturns" "overturned" "overturned" "overturning"; -lin overturn_V2 = mkV2 (mkV "overturn" "overturns" "overturned" "overturned" "overturning"); -lin overvalue_V2 = mkV2 (mkV "overvalue" "overvalues" "overvalued" "overvalued" "overvaluing"); -lin overweening_A = compoundA (mkA "overweening"); -lin overweight_A = compoundA (mkA "overweight"); -lin overweight_N = mkN "overweight" "-" {- FIXME: no plural form -}; -lin overweighted_A = compoundA (mkA "overweighted"); -lin overwhelm_V2 = mkV2 (mkV "overwhelm" "overwhelms" "overwhelmed" "overwhelmed" "overwhelming"); -lin overwhelmingly_Adv = mkAdv "overwhelmingly"; -lin overwork_N = mkN "overwork" "-" {- FIXME: no plural form -}; -lin overwork_V = mkV "overwork" "overworks" "overworked" "overworked" "overworking"; -lin overwork_V2 = mkV2 (mkV "overwork" "overworks" "overworked" "overworked" "overworking"); -lin overwrought_A = compoundA (mkA "overwrought"); -lin overzealous_A = compoundA (mkA "overzealous"); -lin oviduct_N = mkN "oviduct" "oviducts"; -lin oviedo_PN = mkPN "Oviedo"; -lin oviparous_A = compoundA (mkA "oviparous"); -lin ovoid_A = compoundA (mkA "ovoid"); -lin ovoid_N = mkN "ovoid" "ovoids"; -lin ovum_N = mkN "ovum" "ova" {- FIXME: guessed plural form -}; -lin owe_V = mkV "owe" "owes" "owed" "owed" "owing"; -lin owe_V2 = mkV2 (mkV "owe" "owes" "owed" "owed" "owing"); -lin owing_A = compoundA (mkA "owing"); -lin owl_N = mkN "owl" "owls"; -lin owlet_N = mkN "owlet" "owlets"; -lin owlish_A = compoundA (mkA "owlish"); -lin owlishly_Adv = mkAdv "owlishly"; -lin own_A = compoundA (mkA "own"); -lin own_V = mkV "own" "owns" "owned" "owned" "owning"; -lin own_V2 = mkV2 (mkV "own" "owns" "owned" "owned" "owning"); -lin owner_N = mkN "owner" "owners"; -lin owner_driven_A = compoundA (mkA "owner-driven"); -lin owner_driver_N = mkN "owner-driver" "owner-drivers"; -lin owner_occupied_A = compoundA (mkA "owner-occupied"); -lin owner_occupier_N = mkN "owner-occupier" "owner-occupiers"; -lin ownerless_A = compoundA (mkA "ownerless"); -lin ownership_N = mkN "ownership" "-" {- FIXME: no plural form -}; -lin ox_N = mkN "ox" "IRREG"; -lin oxbridge_PN = mkPN "Oxbridge"; -lin oxeye_N = mkN "oxeye" "oxeyes"; -lin oxeyed_A = compoundA (mkA "oxeyed"); -lin oxford_PN = mkPN "Oxford"; -lin oxfordshire_PN = mkPN "Oxfordshire"; -lin oxidation_N = mkN "oxidation" "-" {- FIXME: no plural form -}; -lin oxide_N = mkN "oxide" "oxides"; -lin oxidization_N = mkN "oxidization" "oxidizations"; -lin oxidize_V = mkV "oxidize" "oxidizes" "oxidized" "oxidized" "oxidizing"; -lin oxidize_V2 = mkV2 (mkV "oxidize" "oxidizes" "oxidized" "oxidized" "oxidizing"); -lin oxon_PN = mkPN "Oxon"; -lin oxonian_A = compoundA (mkA "oxonian"); -lin oxonian_N = mkN "oxonian" "oxonians"; -lin oxtail_N = mkN "oxtail" "oxtails"; -lin oxted_PN = mkPN "Oxted"; -lin oxyacetylene_A = compoundA (mkA "oxyacetylene"); -lin oxyacetylene_N = mkN "oxyacetylene" "-" {- FIXME: no plural form -}; -lin oxygen_N = mkN "oxygen" "-" {- FIXME: no plural form -}; -lin oxygenate_V2 = mkV2 (mkV "oxygenate" "oxygenates" "oxygenated" "oxygenated" "oxygenating"); -lin oxygenize_V2 = mkV2 (mkV "oxygenize" "oxygenizes" "oxygenized" "oxygenized" "oxygenizing"); -lin oyster_N = mkN "oyster" "oysters"; -lin oyster_bank_N = mkN "oyster-bank" "oyster-banks"; -lin oyster_bar_N = mkN "oyster-bar" "oyster-bars"; -lin oyster_bed_N = mkN "oyster-bed" "oyster-beds"; -lin oyster_catcher_N = mkN "oyster-catcher" "oyster-catchers"; -lin oz_N = mkN "oz" "oz"; -lin ozone_N = mkN "ozone" "-" {- FIXME: no plural form -}; -lin ozzie_PN = mkPN "Ozzie"; -lin pa_N = mkN "pa" "-" {- FIXME: no plural form -}; -lin pabulum_N = mkN "pabulum" "-" {- FIXME: no plural form -}; -lin pace_N = mkN "pace" "paces"; -lin pace_V = mkV "pace" "paces" "paced" "paced" "pacing"; -lin pace_V2 = mkV2 (mkV "pace" "paces" "paced" "paced" "pacing"); -lin pacemaker_N = mkN "pacemaker" "pacemakers"; -lin pacesetter_N = mkN "pacesetter" "pacesetters"; -lin pachyderm_N = mkN "pachyderm" "pachyderms"; -lin pacific_A = compoundA (mkA "pacific"); -lin pacific_PN = mkPN "Pacific"; -lin pacifically_Adv = mkAdv "pacifically"; -lin pacification_N = mkN "pacification" "-" {- FIXME: no plural form -}; -lin pacifism_N = mkN "pacifism" "-" {- FIXME: no plural form -}; -lin pacifist_N = mkN "pacifist" "pacifists"; -lin pacify_V2 = mkV2 (mkV "pacify" "pacifies" "pacified" "pacified" "pacifying"); -lin pack_N = mkN "pack" "packs"; -lin pack_V = mkV "pack" "packs" "packed" "packed" "packing"; -lin pack_V2 = mkV2 (mkV "pack" "packs" "packed" "packed" "packing"); -lin pack_animal_N = mkN "pack-animal" "pack-animals"; -lin pack_saddle_N = mkN "pack-saddle" "pack-saddles"; -lin pack_thread_N = mkN "pack-thread" "-" {- FIXME: no plural form -}; -lin package_N = mkN "package" "packages"; -lin package_V2 = mkV2 (mkV "package" "packages" "packaged" "packaged" "packaging"); -lin packer_N = mkN "packer" "packers"; -lin packet_N = mkN "packet" "packets"; -lin packet_boat_N = mkN "packet-boat" "packet-boats"; -lin packhorse_N = mkN "packhorse" "packhorses"; -lin packing_N = mkN "packing" "-" {- FIXME: no plural form -}; -lin packing_case_N = mkN "packing-case" "packing-cases"; -lin packing_needle_N = mkN "packing-needle" "packing-needles"; -lin pact_N = mkN "pact" "pacts"; -lin pad_N = mkN "pad" "pads"; -lin pad_V = mkV "pad" "pads" "padded" "padded" "padding"; -lin pad_V2 = mkV2 (mkV "pad" "pads" "padded" "padded" "padding"); -lin padding_N = mkN "padding" "-" {- FIXME: no plural form -}; -lin paddle_N = mkN "paddle" "paddles"; -lin paddle_V = mkV "paddle" "paddles" "paddled" "paddled" "paddling"; -lin paddle_V2 = mkV2 (mkV "paddle" "paddles" "paddled" "paddled" "paddling"); -lin paddle_box_N = mkN "paddle-box" "paddle-boxes"; -lin paddle_steamer_N = mkN "paddle-steamer" "paddle-steamers"; -lin paddle_wheel_N = mkN "paddle-wheel" "paddle-wheels"; -lin paddock_N = mkN "paddock" "paddocks"; -lin paddy_N = mkN "paddy" "paddies"; -lin paddy_PN = mkPN "Paddy"; -lin paddy_field_N = mkN "paddy-field" "paddy-fields"; -lin paddy_wagon_N = mkN "paddy-wagon" "paddy-wagons"; -lin padlock_N = mkN "padlock" "padlocks"; -lin padlock_V2 = mkV2 (mkV "padlock" "padlocks" "padlocked" "padlocked" "padlocking"); -lin padova_PN = mkPN "Padova"; -lin padre_N = mkN "padre" "padres"; -lin padua_PN = mkPN "Padua"; -lin paean_N = mkN "paean" "paeans"; -lin paederasty_N = mkN "paederasty" "-" {- FIXME: no plural form -}; -lin paediatrics_N = mkN "paediatrics" "paediatrics"; -lin paeony_N = mkN "paeony" "paeonies"; -lin pagan_A = compoundA (mkA "pagan"); -lin pagan_N = mkN "pagan" "pagans"; -lin paganism_N = mkN "paganism" "-" {- FIXME: no plural form -}; -lin page_N = mkN "page" "pages"; -lin page_V2 = mkV2 (mkV "page" "pages" "paged" "paged" "paging"); -lin pageant_N = mkN "pageant" "pageants"; -lin pageantry_N = mkN "pageantry" "-" {- FIXME: no plural form -}; -lin pagination_N = mkN "pagination" "-" {- FIXME: no plural form -}; -lin pagoda_N = mkN "pagoda" "pagodas"; -lin pail_N = mkN "pail" "pails"; -lin pailful_N = mkN "pailful" "pailfuls"; -lin paillasse_N = mkN "paillasse" "paillasses"; -lin pailliasse_N = mkN "pailliasse" "pailliasses"; -lin pain_N = mkN "pain" "pains"; -lin pain_V2 = mkV2 (mkV "pain" "pains" "pained" "pained" "paining"); -lin pained_A = compoundA (mkA "pained"); -lin painful_A = compoundA (mkA "painful"); -lin painfully_Adv = mkAdv "painfully"; -lin painkiller_N = mkN "painkiller" "painkillers"; -lin painless_A = compoundA (mkA "painless"); -lin painlessly_Adv = mkAdv "painlessly"; -lin painstaking_A = compoundA (mkA "painstaking"); -lin painstakingly_Adv = mkAdv "painstakingly"; -lin paint_N = mkN "paint" "paints"; -lin paint_V = mkV "paint" "paints" "painted" "painted" "painting"; -lin paint_V2 = mkV2 (mkV "paint" "paints" "painted" "painted" "painting"); -lin paintbox_N = mkN "paintbox" "paintboxes"; -lin paintbrush_N = mkN "paintbrush" "paintbrushes"; -lin painter_N = mkN "painter" "painters"; -lin painting_N = mkN "painting" "paintings"; -lin pair_N = mkN "pair" "pairs"; -lin pair_V = mkV "pair" "pairs" "paired" "paired" "pairing"; -lin pair_V2 = mkV2 (mkV "pair" "pairs" "paired" "paired" "pairing"); -lin paisley_N = mkN "paisley" "-" {- FIXME: no plural form -}; -lin paisley_PN = mkPN "Paisley"; -lin pakistan_PN = mkPN "Pakistan"; -lin pakistani_A = compoundA (mkA "pakistani"); -lin pakistani_N = mkN "pakistani" "pakistanis"; -lin pal_N = mkN "pal" "pals"; -lin pal_V = mkV "pal" "pals" "palled" "palled" "palling"; -lin palace_N = mkN "palace" "palaces"; -lin paladin_N = mkN "paladin" "paladins"; -lin palaeolithic_A = compoundA (mkA "palaeolithic"); -lin palaeontologist_N = mkN "palaeontologist" "palaeontologists"; -lin palaeontology_N = mkN "palaeontology" "-" {- FIXME: no plural form -}; -lin palankeen_N = mkN "palankeen" "palankeens"; -lin palanquin_N = mkN "palanquin" "palanquins"; -lin palatable_A = compoundA (mkA "palatable"); -lin palatably_Adv = mkAdv "palatably"; -lin palatal_A = compoundA (mkA "palatal"); -lin palatal_N = mkN "palatal" "palatals"; -lin palate_N = mkN "palate" "palates"; -lin palatial_A = compoundA (mkA "palatial"); -lin palatinate_N = mkN "palatinate" "palatinates"; -lin palaver_N = mkN "palaver" "palavers"; -lin palaver_V = mkV "palaver" "palavers" "palavered" "palavered" "palavering"; -lin pale_A = mkA "pale" "paler"; -lin pale_N = mkN "pale" "pales"; -lin pale_V = mkV "pale" "pales" "paled" "paled" "paling"; -lin paleface_N = mkN "paleface" "palefaces"; -lin palely_Adv = mkAdv "palely"; -lin palembang_PN = mkPN "Palembang"; -lin paleness_N = mkN "paleness" "-" {- FIXME: no plural form -}; -lin paleolithic_A = compoundA (mkA "paleolithic"); -lin paleontologist_N = mkN "paleontologist" "paleontologists"; -lin paleontology_N = mkN "paleontology" "-" {- FIXME: no plural form -}; -lin palermo_PN = mkPN "Palermo"; -lin palestine_PN = mkPN "Palestine"; -lin palestinian_A = compoundA (mkA "palestinian"); -lin palestinian_N = mkN "palestinian" "palestinians"; -lin palette_N = mkN "palette" "palettes"; -lin palette_knife_N = mkN "palette-knife" "palette-knives" {- FIXME: guessed plural form -}; -lin palfrey_N = mkN "palfrey" "palfreys"; -lin palimpsest_N = mkN "palimpsest" "palimpsests"; -lin palindrome_N = mkN "palindrome" "palindromes"; -lin paling_N = mkN "paling" "palings"; -lin palisade_N = mkN "palisade" "palisades"; -lin palisade_V2 = mkV2 (mkV "palisade" "palisades" "palisaded" "palisaded" "palisading"); -lin palish_A = compoundA (mkA "palish"); -lin pall_N = mkN "pall" "palls"; -lin pall_V = mkV "pall" "palls" "palled" "palled" "palling"; -lin pallbearer_N = mkN "pallbearer" "pallbearers"; -lin pallet_N = mkN "pallet" "pallets"; -lin palliasse_N = mkN "palliasse" "palliasses"; -lin palliate_V2 = mkV2 (mkV "palliate" "palliates" "palliated" "palliated" "palliating"); -lin palliation_N = mkN "palliation" "palliations"; -lin palliative_A = compoundA (mkA "palliative"); -lin palliative_N = mkN "palliative" "palliatives"; -lin pallid_A = compoundA (mkA "pallid"); -lin pallidly_Adv = mkAdv "pallidly"; -lin pallidness_N = mkN "pallidness" "-" {- FIXME: no plural form -}; -lin pallor_N = mkN "pallor" "-" {- FIXME: no plural form -}; -lin pally_A = mkA "pally" "pallier"; -lin palm_N = mkN "palm" "palms"; -lin palm_V2 = mkV2 (mkV "palm" "palms" "palmed" "palmed" "palming"); -lin palm_oil_N = mkN "palm-oil" "-" {- FIXME: no plural form -}; -lin palmer_N = mkN "palmer" "palmers"; -lin palmetto_N = mkN "palmetto" "palmettos"; -lin palmist_N = mkN "palmist" "palmists"; -lin palmistry_N = mkN "palmistry" "-" {- FIXME: no plural form -}; -lin palmy_A = mkA "palmy" "palmier"; -lin palpable_A = compoundA (mkA "palpable"); -lin palpably_Adv = mkAdv "palpably"; -lin palpitate_V = mkV "palpitate" "palpitates" "palpitated" "palpitated" "palpitating"; -lin palpitation_N = mkN "palpitation" "palpitations"; -lin palsy_N = mkN "palsy" "-" {- FIXME: no plural form -}; -lin palsy_V2 = mkV2 (mkV "palsy" "palsies" "palsied" "palsied" "palsying"); -lin palter_V = mkV "palter" "palters" "paltered" "paltered" "paltering"; -lin paltry_A = mkA "paltry" "paltrier"; -lin pam_PN = mkPN "Pam"; -lin pamela_PN = mkPN "Pamela"; -lin pampas_grass_N = mkN "pampas-grass" "-" {- FIXME: no plural form -}; -lin pamper_V2 = mkV2 (mkV "pamper" "pampers" "pampered" "pampered" "pampering"); -lin pamphlet_N = mkN "pamphlet" "pamphlets"; -lin pamphleteer_N = mkN "pamphleteer" "pamphleteers"; -lin pamplona_PN = mkPN "Pamplona"; -lin pan_N = mkN "pan" "pans"; -lin pan_V = mkV "pan" "pans" "panned" "panned" "panning"; -lin pan_V2 = mkV2 (mkV "pan" "pans" "panned" "panned" "panning"); -lin panacea_N = mkN "panacea" "panaceas"; -lin panache_N = mkN "panache" "-" {- FIXME: no plural form -}; -lin panama_N = mkN "panama" "panamas"; -lin panama_PN = mkPN "Panama"; -lin panamanian_A = compoundA (mkA "panamanian"); -lin panamanian_N = mkN "panamanian" "panamanians"; -lin panatella_N = mkN "panatella" "panatellas"; -lin pancake_N = mkN "pancake" "pancakes"; -lin panchromatic_A = compoundA (mkA "panchromatic"); -lin pancreas_N = mkN "pancreas" "pancreases"; -lin pancreatic_A = compoundA (mkA "pancreatic"); -lin panda_N = mkN "panda" "pandas"; -lin pandemic_A = compoundA (mkA "pandemic"); -lin pandemic_N = mkN "pandemic" "pandemics"; -lin pandemonium_N = mkN "pandemonium" "pandemoniums"; -lin pander_N = mkN "pander" "panders"; -lin pander_V = mkV "pander" "panders" "pandered" "pandered" "pandering"; -lin pane_N = mkN "pane" "panes"; -lin panegyric_N = mkN "panegyric" "panegyrics"; -lin panel_N = mkN "panel" "panels"; -lin panel_V2 = mkV2 (mkV "panel" "panels" "panelled" "panelled" "panelling"); -lin panelling_N = mkN "panelling" "-" {- FIXME: no plural form -}; -lin pang_N = mkN "pang" "pangs"; -lin panga_N = mkN "panga" "pangas"; -lin panhandle_N = mkN "panhandle" "panhandles"; -lin panhandle_V = mkV "panhandle" "panhandles" "panhandled" "panhandled" "panhandling"; -lin panic_N = mkN "panic" "panics"; -lin panic_V = mkV "panic" "IRREG" "IRREG" "IRREG" "IRREG"; -lin panic_stricken_A = compoundA (mkA "panic-stricken"); -lin panicky_A = compoundA (mkA "panicky"); -lin panjandrum_N = mkN "panjandrum" "panjandrums"; -lin pannier_N = mkN "pannier" "panniers"; -lin pannikin_N = mkN "pannikin" "pannikins"; -lin panoplied_A = compoundA (mkA "panoplied"); -lin panoply_N = mkN "panoply" "panoplies"; -lin panoptic_A = compoundA (mkA "panoptic"); -lin panorama_N = mkN "panorama" "panoramas"; -lin panoramic_A = compoundA (mkA "panoramic"); -lin pansy_N = mkN "pansy" "pansies"; -lin pant_N = mkN "pant" "pants"; -lin pant_V = mkV "pant" "pants" "panted" "panted" "panting"; -lin pant_V2 = mkV2 (mkV "pant" "pants" "panted" "panted" "panting"); -lin pantaloon_N = mkN "pantaloon" "pantaloons"; -lin pantechnicon_N = mkN "pantechnicon" "pantechnicons"; -lin pantheism_N = mkN "pantheism" "-" {- FIXME: no plural form -}; -lin pantheist_N = mkN "pantheist" "pantheists"; -lin pantheistic_A = compoundA (mkA "pantheistic"); -lin pantheon_N = mkN "pantheon" "pantheons"; -lin panther_N = mkN "panther" "panthers"; -lin pantile_N = mkN "pantile" "pantiles"; -lin pantingly_Adv = mkAdv "pantingly"; -lin panto_N = mkN "panto" "pantos"; -lin pantograph_N = mkN "pantograph" "pantographs"; -lin pantomime_N = mkN "pantomime" "pantomimes"; -lin pantry_N = mkN "pantry" "pantries"; -lin pantryman_N = mkN "pantryman" "pantrymen" {- FIXME: guessed plural form -}; -lin panty_hose_N = mkN "panty-hose" "-" {- FIXME: no plural form -}; -lin panzer_A = compoundA (mkA "panzer"); -lin paotow_PN = mkPN "Paotow"; -lin pap_N = mkN "pap" "-" {- FIXME: no plural form -}; -lin papa_N = mkN "papa" "papas"; -lin papacy_N = mkN "papacy" "papacies"; -lin papal_A = compoundA (mkA "papal"); -lin papaw_N = mkN "papaw" "papaws"; -lin papaya_N = mkN "papaya" "papayas"; -lin paper_N = mkN "paper" "papers"; -lin paper_V2 = mkV2 (mkV "paper" "papers" "papered" "papered" "papering"); -lin paper_chase_N = mkN "paper-chase" "paper-chases"; -lin paperback_N = mkN "paperback" "paperbacks"; -lin paperbacked_A = compoundA (mkA "paperbacked"); -lin paperclip_N = mkN "paperclip" "paperclips"; -lin paperhanger_N = mkN "paperhanger" "paperhangers"; -lin paperknife_N = mkN "paperknife" "paperknives" {- FIXME: guessed plural form -}; -lin paperless_A = compoundA (mkA "paperless"); -lin papermill_N = mkN "papermill" "papermills"; -lin paperweight_N = mkN "paperweight" "paperweights"; -lin paperwork_N = mkN "paperwork" "-" {- FIXME: no plural form -}; -lin papier_mache_N = mkN "papier-mâché" "-" {- FIXME: no plural form -}; -lin papist_A = compoundA (mkA "papist"); -lin papist_N = mkN "papist" "papists"; -lin papoose_N = mkN "papoose" "papooses"; -lin paprika_N = mkN "paprika" "-" {- FIXME: no plural form -}; -lin papua_PN = mkPN "Papua"; -lin papuan_A = compoundA (mkA "papuan"); -lin papuan_N = mkN "papuan" "papuans"; -lin papyrus_N = mkN "papyrus" "papyruses"; -lin par_N = mkN "par" "pars"; -lin par_excellence_Adv = mkAdv "par excellence"; -lin para_N = mkN "para" "-" {- FIXME: no plural form -}; -lin parable_N = mkN "parable" "parables"; -lin parabola_N = mkN "parabola" "parabolas"; -lin parabolic_A = compoundA (mkA "parabolic"); -lin parabolical_A = compoundA (mkA "parabolical"); -lin parachute_N = mkN "parachute" "parachutes"; -lin parachute_V = mkV "parachute" "parachutes" "parachuted" "parachuted" "parachuting"; -lin parachute_V2 = mkV2 (mkV "parachute" "parachutes" "parachuted" "parachuted" "parachuting"); -lin parachutist_N = mkN "parachutist" "parachutists"; -lin parade_N = mkN "parade" "parades"; -lin parade_V = mkV "parade" "parades" "paraded" "paraded" "parading"; -lin parade_V2 = mkV2 (mkV "parade" "parades" "paraded" "paraded" "parading"); -lin parade_ground_N = mkN "parade-ground" "parade-grounds"; -lin paradigm_N = mkN "paradigm" "paradigms"; -lin paradise_N = mkN "paradise" "paradises"; -lin paradisiac_A = compoundA (mkA "paradisiac"); -lin paradisiacal_A = compoundA (mkA "paradisiacal"); -lin paradox_N = mkN "paradox" "paradoxes"; -lin paradoxical_A = compoundA (mkA "paradoxical"); -lin paradoxically_Adv = mkAdv "paradoxically"; -lin paraffin_N = mkN "paraffin" "-" {- FIXME: no plural form -}; -lin paragon_N = mkN "paragon" "paragons"; -lin paragraph_N = mkN "paragraph" "paragraphs"; -lin paragraph_V2 = mkV2 (mkV "paragraph" "paragraphs" "paragraphed" "paragraphed" "paragraphing"); -lin paraguay_PN = mkPN "Paraguay"; -lin paraguayan_A = compoundA (mkA "paraguayan"); -lin paraguayan_N = mkN "paraguayan" "paraguayans"; -lin parakeet_N = mkN "parakeet" "parakeets"; -lin parallel_A = compoundA (mkA "parallel"); -lin parallel_N = mkN "parallel" "parallels"; -lin parallel_V2 = mkV2 (mkV "parallel" "parallels" "parallelled" "parallelled" "parallelling"); -lin parallelism_N = mkN "parallelism" "parallelisms"; -lin parallelogram_N = mkN "parallelogram" "parallelograms"; -lin paralyse_V2 = mkV2 (mkV "paralyse" "paralyses" "paralysed" "paralysed" "paralysing"); -lin paralysis_N = mkN "paralysis" "-" {- FIXME: no plural form -}; -lin paralytic_A = compoundA (mkA "paralytic"); -lin paralytic_N = mkN "paralytic" "paralytics"; -lin paralyze_V2 = mkV2 (mkV "paralyze" "paralyzes" "paralyzed" "paralyzed" "paralyzing"); -lin parameter_N = mkN "parameter" "parameters"; -lin paramilitary_A = compoundA (mkA "paramilitary"); -lin paramount_A = compoundA (mkA "paramount"); -lin paramountcy_N = mkN "paramountcy" "-" {- FIXME: no plural form -}; -lin paramour_N = mkN "paramour" "paramours"; -lin paranoia_N = mkN "paranoia" "-" {- FIXME: no plural form -}; -lin paranoiac_N = mkN "paranoiac" "paranoiacs"; -lin paranoid_A = compoundA (mkA "paranoid"); -lin paranoid_N = mkN "paranoid" "paranoids"; -lin parapet_N = mkN "parapet" "parapets"; -lin paraphernalia_N = mkN "paraphernalia" "-" {- FIXME: no plural form -}; -lin paraphrase_V2 = mkV2 (mkV "paraphrase" "paraphrases" "paraphrased" "paraphrased" "paraphrasing"); -lin paraplegia_N = mkN "paraplegia" "-" {- FIXME: no plural form -}; -lin paraplegic_A = compoundA (mkA "paraplegic"); -lin paraplegic_N = mkN "paraplegic" "paraplegics"; -lin parasite_N = mkN "parasite" "parasites"; -lin parasitic_A = compoundA (mkA "parasitic"); -lin parasitical_A = compoundA (mkA "parasitical"); -lin parasol_N = mkN "parasol" "parasols"; -lin paratrooper_N = mkN "paratrooper" "paratroopers"; -lin paratyphoid_N = mkN "paratyphoid" "-" {- FIXME: no plural form -}; -lin parboil_V2 = mkV2 (mkV "parboil" "parboils" "parboiled" "parboiled" "parboiling"); -lin parcel_N = mkN "parcel" "parcels"; -lin parcel_V2 = mkV2 (mkV "parcel" "parcels" "parcelled" "parcelled" "parcelling"); -lin parch_V2 = mkV2 (mkV "parch" "parches" "parched" "parched" "parching"); -lin parchment_N = mkN "parchment" "parchments"; -lin pardon_N = mkN "pardon" "pardons"; -lin pardon_V2 = mkV2 (mkV "pardon" "pardons" "pardoned" "pardoned" "pardoning"); -lin pardonable_A = compoundA (mkA "pardonable"); -lin pardonably_Adv = mkAdv "pardonably"; -lin pardoner_N = mkN "pardoner" "pardoners"; -lin pare_V2 = mkV2 (mkV "pare" "pares" "pared" "pared" "paring"); -lin paregoric_N = mkN "paregoric" "-" {- FIXME: no plural form -}; -lin parent_N = mkN "parent" "parents"; -lin parentage_N = mkN "parentage" "-" {- FIXME: no plural form -}; -lin parental_A = compoundA (mkA "parental"); -lin parentally_Adv = mkAdv "parentally"; -lin parenthesis_N = mkN "parenthesis" "parentheses" {- FIXME: guessed plural form -}; -lin parenthetic_A = compoundA (mkA "parenthetic"); -lin parenthetical_A = compoundA (mkA "parenthetical"); -lin parenthetically_Adv = mkAdv "parenthetically"; -lin pari_mutuel_N = mkN "pari-mutuel" "pari-mutuels"; -lin pari_passu_Adv = mkAdv "pari passu"; -lin pariah_N = mkN "pariah" "pariahs"; -lin pariah_dog_N = mkN "pariah-dog" "pariah-dogs"; -lin paris_PN = mkPN "Paris"; -lin parish_N = mkN "parish" "parishes"; -lin parishioner_N = mkN "parishioner" "parishioners"; -lin parisian_A = compoundA (mkA "parisian"); -lin parisian_N = mkN "parisian" "parisians"; -lin parity_N = mkN "parity" "-" {- FIXME: no plural form -}; -lin park_N = mkN "park" "parks"; -lin park_V = mkV "park" "parks" "parked" "parked" "parking"; -lin park_V2 = mkV2 (mkV "park" "parks" "parked" "parked" "parking"); -lin parka_N = mkN "parka" "parkas"; -lin parking_N = mkN "parking" "-" {- FIXME: no plural form -}; -lin parkinson's_A = compoundA (mkA "parkinson's"); -lin parky_A = compoundA (mkA "parky"); -lin parlance_N = mkN "parlance" "parlances"; -lin parley_N = mkN "parley" "parleys"; -lin parley_V = mkV "parley" "parleys" "parleyed" "parleyed" "parleying"; -lin parliament_N = mkN "parliament" "parliaments"; -lin parliamentarian_N = mkN "parliamentarian" "parliamentarians"; -lin parliamentary_A = compoundA (mkA "parliamentary"); -lin parlour_N = mkN "parlour" "parlours"; -lin parlour_car_N = mkN "parlour-car" "parlour-cars"; -lin parlous_A = compoundA (mkA "parlous"); -lin parma_PN = mkPN "Parma"; -lin parmesan_N = mkN "parmesan" "-" {- FIXME: no plural form -}; -lin parochial_A = compoundA (mkA "parochial"); -lin parochialism_N = mkN "parochialism" "-" {- FIXME: no plural form -}; -lin parochially_Adv = mkAdv "parochially"; -lin parodist_N = mkN "parodist" "parodists"; -lin parody_N = mkN "parody" "parodies"; -lin parody_V2 = mkV2 (mkV "parody" "parodies" "parodied" "parodied" "parodying"); -lin parole_N = mkN "parole" "-" {- FIXME: no plural form -}; -lin parole_V2 = mkV2 (mkV "parole" "paroles" "paroled" "paroled" "paroling"); -lin paroquet_N = mkN "paroquet" "paroquets"; -lin paroxysm_N = mkN "paroxysm" "paroxysms"; -lin parquet_N = mkN "parquet" "-" {- FIXME: no plural form -}; -lin parr_N = mkN "parr" "parrs"; -lin parricide_N = mkN "parricide" "parricides"; -lin parrot_N = mkN "parrot" "parrots"; -lin parry_N = mkN "parry" "parries"; -lin parry_V2 = mkV2 (mkV "parry" "parries" "parried" "parried" "parrying"); -lin parse_V2 = mkV2 (mkV "parse" "parses" "parsed" "parsed" "parsing"); -lin parsee_N = mkN "parsee" "parsees"; -lin parsimonious_A = compoundA (mkA "parsimonious"); -lin parsimony_N = mkN "parsimony" "-" {- FIXME: no plural form -}; -lin parsley_N = mkN "parsley" "-" {- FIXME: no plural form -}; -lin parsnip_N = mkN "parsnip" "parsnips"; -lin parson_N = mkN "parson" "parsons"; -lin parsonage_N = mkN "parsonage" "parsonages"; -lin part_Adv = mkAdv "part"; -lin part_N = mkN "part" "parts"; -lin part_V = mkV "part" "parts" "parted" "parted" "parting"; -lin part_V2 = mkV2 (mkV "part" "parts" "parted" "parted" "parting"); -lin part_owner_N = mkN "part-owner" "part-owners"; -lin part_singing_N = mkN "part-singing" "-" {- FIXME: no plural form -}; -lin part_song_N = mkN "part-song" "part-songs"; -lin part_time_A = compoundA (mkA "part-time"); -lin part_time_Adv = mkAdv "part-time"; -lin part_timer_N = mkN "part-timer" "part-timers"; -lin partake_V = mkV "par" IrregEng.take_V; -lin partake_V2 = mkV2 (mkV "par" IrregEng.take_V); -lin parterre_N = mkN "parterre" "parterres"; -lin parthenogenesis_N = mkN "parthenogenesis" "-" {- FIXME: no plural form -}; -lin parthian_A = compoundA (mkA "parthian"); -lin parti_coloured_A = compoundA (mkA "parti-coloured"); -lin partial_A = compoundA (mkA "partial"); -lin partiality_N = mkN "partiality" "partialities"; -lin partially_Adv = mkAdv "partially"; -lin participant_N = mkN "participant" "participants"; -lin participate_V = mkV "participate" "participates" "participated" "participated" "participating"; -lin participation_N = mkN "participation" "-" {- FIXME: no plural form -}; -lin participial_A = compoundA (mkA "participial"); -lin participle_N = mkN "participle" "participles"; -lin particle_N = mkN "particle" "particles"; -lin particular_A = compoundA (mkA "particular"); -lin particular_N = mkN "particular" "particulars"; -lin particularity_N = mkN "particularity" "particularities"; -lin particularize_V = mkV "particularize" "particularizes" "particularized" "particularized" "particularizing"; -lin particularize_V2 = mkV2 (mkV "particularize" "particularizes" "particularized" "particularized" "particularizing"); -lin particularly_Adv = mkAdv "particularly"; -lin parting_N = mkN "parting" "partings"; -lin partisan_A = compoundA (mkA "partisan"); -lin partisan_N = mkN "partisan" "partisans"; -lin partisanship_N = mkN "partisanship" "-" {- FIXME: no plural form -}; -lin partition_N = mkN "partition" "partitions"; -lin partition_V2 = mkV2 (mkV "partition" "partitions" "partitioned" "partitioned" "partitioning"); -lin partitive_A = compoundA (mkA "partitive"); -lin partitive_N = mkN "partitive" "partitives"; -lin partly_Adv = mkAdv "partly"; -lin partner_N = mkN "partner" "partners"; -lin partner_V2 = mkV2 (mkV "partner" "partners" "partnered" "partnered" "partnering"); -lin partnership_N = mkN "partnership" "partnerships"; -lin partridge_N = mkN "partridge" "partridges"; -lin parturition_N = mkN "parturition" "-" {- FIXME: no plural form -}; -lin party_N = mkN "party" "parties"; -lin party_spirit_N = mkN "party-spirit" "-" {- FIXME: no plural form -}; -lin party_spirited_A = compoundA (mkA "party-spirited"); -lin party_wall_N = mkN "party-wall" "party-walls"; -lin parvenu_N = mkN "parvenu" "parvenus"; -lin paschal_A = compoundA (mkA "paschal"); -lin pasha_N = mkN "pasha" "pashas"; -lin pashto_N = mkN "pashto" "-" {- FIXME: no plural form -}; -lin pass_N = mkN "pass" "passes"; -lin pass_V = mkV "pass" "passes" "passed" "passed" "passing"; -lin pass_V2 = mkV2 (mkV "pass" "passes" "passed" "passed" "passing"); -lin passable_A = compoundA (mkA "passable"); -lin passably_Adv = mkAdv "passably"; -lin passage_N = mkN "passage" "passages"; -lin passageway_N = mkN "passageway" "passageways"; -lin passbook_N = mkN "passbook" "passbooks"; -lin passenger_N = mkN "passenger" "passengers"; -lin passepartout_N = mkN "passepartout" "passepartouts"; -lin passer_by_N = mkN "passer-by" "IRREG"; -lin passim_Adv = mkAdv "passim"; -lin passing_A = compoundA (mkA "passing"); -lin passing_Adv = mkAdv "passing"; -lin passing_N = mkN "passing" "-" {- FIXME: no plural form -}; -lin passing_out_A = compoundA (mkA "passing-out"); -lin passion_N = mkN "passion" "passions"; -lin passion_flower_N = mkN "passion-flower" "passion-flowers"; -lin passionate_A = compoundA (mkA "passionate"); -lin passionately_Adv = mkAdv "passionately"; -lin passionless_A = compoundA (mkA "passionless"); -lin passive_A = compoundA (mkA "passive"); -lin passive_N = mkN "passive" "passives"; -lin passively_Adv = mkAdv "passively"; -lin passiveness_N = mkN "passiveness" "-" {- FIXME: no plural form -}; -lin passivity_N = mkN "passivity" "-" {- FIXME: no plural form -}; -lin passkey_N = mkN "passkey" "passkeys"; -lin passover_N = mkN "passover" "passovers"; -lin passport_N = mkN "passport" "passports"; -lin password_N = mkN "password" "passwords"; -lin passe_A = compoundA (mkA "passé"); -lin passee_A = compoundA (mkA "passée"); -lin past_A = compoundA (mkA "past"); -lin past_Adv = mkAdv "past"; -lin past_N = mkN "past" "pasts"; -lin pasta_N = mkN "pasta" "-" {- FIXME: no plural form -}; -lin paste_N = mkN "paste" "pastes"; -lin paste_V2 = mkV2 (mkV "paste" "pastes" "pasted" "pasted" "pasting"); -lin paste_up_N = mkN "paste-up" "paste-ups"; -lin pasteboard_N = mkN "pasteboard" "-" {- FIXME: no plural form -}; -lin pastel_N = mkN "pastel" "pastels"; -lin pastern_N = mkN "pastern" "pasterns"; -lin pasteurization_N = mkN "pasteurization" "-" {- FIXME: no plural form -}; -lin pasteurize_V2 = mkV2 (mkV "pasteurize" "pasteurizes" "pasteurized" "pasteurized" "pasteurizing"); -lin pastiche_N = mkN "pastiche" "pastiches"; -lin pastille_N = mkN "pastille" "pastilles"; -lin pastime_N = mkN "pastime" "pastimes"; -lin pasting_N = mkN "pasting" "pastings"; -lin pastor_N = mkN "pastor" "pastors"; -lin pastoral_A = compoundA (mkA "pastoral"); -lin pastoral_N = mkN "pastoral" "pastorals"; -lin pastorate_N = mkN "pastorate" "pastorates"; -lin pastry_N = mkN "pastry" "pastries"; -lin pastry_cook_N = mkN "pastry-cook" "pastry-cooks"; -lin pasturage_N = mkN "pasturage" "-" {- FIXME: no plural form -}; -lin pasture_N = mkN "pasture" "pastures"; -lin pasture_V = mkV "pasture" "pastures" "pastured" "pastured" "pasturing"; -lin pasture_V2 = mkV2 (mkV "pasture" "pastures" "pastured" "pastured" "pasturing"); -lin pasty_A = mkA "pasty" "pastier"; -lin pasty_N = mkN "pasty" "pasties"; -lin pat_Adv = mkAdv "pat"; -lin pat_N = mkN "pat" "pats"; -lin pat_PN = mkPN "Pat"; -lin pat_V = mkV "pat" "pats" "patted" "patted" "patting"; -lin pat_V2 = mkV2 (mkV "pat" "pats" "patted" "patted" "patting"); -lin patch_N = mkN "patch" "patches"; -lin patch_V2 = mkV2 (mkV "patch" "patches" "patched" "patched" "patching"); -lin patch_pocket_N = mkN "patch-pocket" "patch-pockets"; -lin patchily_Adv = mkAdv "patchily"; -lin patchiness_N = mkN "patchiness" "-" {- FIXME: no plural form -}; -lin patchouli_N = mkN "patchouli" "-" {- FIXME: no plural form -}; -lin patchwork_N = mkN "patchwork" "-" {- FIXME: no plural form -}; -lin patchy_A = mkA "patchy" "patchier"; -lin pate_1_N = mkN "pate" "pates"; -lin pate_de_foie_gras_N = mkN "pate de foie gras" "-" {- FIXME: no plural form -}; -lin patella_N = mkN "patella" "patellas"; -lin patent_A = compoundA (mkA "patent"); -lin patent_N = mkN "patent" "patents"; -lin patent_V2 = mkV2 (mkV "patent" "patents" "patented" "patented" "patenting"); -lin patentee_N = mkN "patentee" "patentees"; -lin patently_Adv = mkAdv "patently"; -lin paterfamilias_N = mkN "paterfamilias" "IRREG"; -lin paternal_A = compoundA (mkA "paternal"); -lin paternalism_N = mkN "paternalism" "-" {- FIXME: no plural form -}; -lin paternally_Adv = mkAdv "paternally"; -lin paternity_N = mkN "paternity" "-" {- FIXME: no plural form -}; -lin paternoster_N = mkN "paternoster" "paternosters"; -lin path_N = mkN "path" "paths"; -lin path_finder_N = mkN "path-finder" "path-finders"; -lin pathetic_A = compoundA (mkA "pathetic"); -lin pathetically_Adv = mkAdv "pathetically"; -lin pathless_A = compoundA (mkA "pathless"); -lin pathogen_N = mkN "pathogen" "pathogens"; -lin pathological_A = compoundA (mkA "pathological"); -lin pathologically_Adv = mkAdv "pathologically"; -lin pathologist_N = mkN "pathologist" "pathologists"; -lin pathology_N = mkN "pathology" "-" {- FIXME: no plural form -}; -lin pathos_N = mkN "pathos" "-" {- FIXME: no plural form -}; -lin pathway_N = mkN "pathway" "pathways"; -lin patience_N = mkN "patience" "-" {- FIXME: no plural form -}; -lin patience_PN = mkPN "Patience"; -lin patient_A = compoundA (mkA "patient"); -lin patient_N = mkN "patient" "patients"; -lin patiently_Adv = mkAdv "patiently"; -lin patina_N = mkN "patina" "patinas"; -lin patio_N = mkN "patio" "patios"; -lin patisserie_N = mkN "patisserie" "patisseries"; -lin patois_N = mkN "patois" "patoes" {- FIXME: guessed plural form -}; -lin patrai_PN = mkPN "Patrai"; -lin patrial_N = mkN "patrial" "patrials"; -lin patriarch_N = mkN "patriarch" "patriarchs"; -lin patriarchal_A = compoundA (mkA "patriarchal"); -lin patriarchate_N = mkN "patriarchate" "patriarchates"; -lin patriarchy_N = mkN "patriarchy" "patriarchies"; -lin patricia_PN = mkPN "Patricia"; -lin patrician_A = compoundA (mkA "patrician"); -lin patrician_N = mkN "patrician" "patricians"; -lin patricide_N = mkN "patricide" "patricides"; -lin patrick_PN = mkPN "Patrick"; -lin patrimonial_A = compoundA (mkA "patrimonial"); -lin patrimony_N = mkN "patrimony" "patrimonies"; -lin patriot_N = mkN "patriot" "patriots"; -lin patriotic_A = compoundA (mkA "patriotic"); -lin patriotically_Adv = mkAdv "patriotically"; -lin patriotism_N = mkN "patriotism" "-" {- FIXME: no plural form -}; -lin patrol_N = mkN "patrol" "patrols"; -lin patrol_V = mkV "patrol" "patrols" "patrolled" "patrolled" "patrolling"; -lin patrol_V2 = mkV2 (mkV "patrol" "patrols" "patrolled" "patrolled" "patrolling"); -lin patrolman_N = mkN "patrolman" "patrolmen" {- FIXME: guessed plural form -}; -lin patron_N = mkN "patron" "patrons"; -lin patronage_N = mkN "patronage" "-" {- FIXME: no plural form -}; -lin patroness_N = mkN "patroness" "patronesses"; -lin patronize_V2 = mkV2 (mkV "patronize" "patronizes" "patronized" "patronized" "patronizing"); -lin patronizing_A = compoundA (mkA "patronizing"); -lin patronizingly_Adv = mkAdv "patronizingly"; -lin patronymic_A = compoundA (mkA "patronymic"); -lin patronymic_N = mkN "patronymic" "patronymics"; -lin patten_N = mkN "patten" "pattens"; -lin patter_N = mkN "patter" "-" {- FIXME: no plural form -}; -lin patter_V = mkV "patter" "patters" "pattered" "pattered" "pattering"; -lin patter_V2 = mkV2 (mkV "patter" "patters" "pattered" "pattered" "pattering"); -lin pattern_N = mkN "pattern" "patterns"; -lin pattern_V2 = mkV2 (mkV "pattern" "patterns" "patterned" "patterned" "patterning"); -lin patty_N = mkN "patty" "patties"; -lin patty_PN = mkPN "Patty"; -lin patty_pan_N = mkN "patty-pan" "patty-pans"; -lin paucity_N = mkN "paucity" "-" {- FIXME: no plural form -}; -lin paul_PN = mkPN "Paul"; -lin paula_PN = mkPN "Paula"; -lin pauline_PN = mkPN "Pauline"; -lin paunch_N = mkN "paunch" "paunches"; -lin paunchiness_N = mkN "paunchiness" "-" {- FIXME: no plural form -}; -lin paunchy_A = mkA "paunchy" "paunchier"; -lin pauper_N = mkN "pauper" "paupers"; -lin pauperism_N = mkN "pauperism" "-" {- FIXME: no plural form -}; -lin pauperization_N = mkN "pauperization" "-" {- FIXME: no plural form -}; -lin pauperize_V2 = mkV2 (mkV "pauperize" "pauperizes" "pauperized" "pauperized" "pauperizing"); -lin pause_N = mkN "pause" "pauses"; -lin pause_V = mkV "pause" "pauses" "paused" "paused" "pausing"; -lin pave_V2 = mkV2 (mkV "pave" "paves" "paved" "paved" "paving"); -lin pavement_N = mkN "pavement" "pavements"; -lin pavilion_N = mkN "pavilion" "pavilions"; -lin paving_stone_N = mkN "paving-stone" "paving-stones"; -lin paw_N = mkN "paw" "paws"; -lin paw_V2 = mkV2 (mkV "paw" "paws" "pawed" "pawed" "pawing"); -lin pawkily_Adv = mkAdv "pawkily"; -lin pawky_A = compoundA (mkA "pawky"); -lin pawl_N = mkN "pawl" "pawls"; -lin pawn_N = mkN "pawn" "pawns"; -lin pawn_V2 = mkV2 (mkV "pawn" "pawns" "pawned" "pawned" "pawning"); -lin pawn_ticket_N = mkN "pawn-ticket" "pawn-tickets"; -lin pawnbroker_N = mkN "pawnbroker" "pawnbrokers"; -lin pawnshop_N = mkN "pawnshop" "pawnshops"; -lin pawpaw_N = mkN "pawpaw" "pawpaws"; -lin pax_N = mkN "pax" "paxes"; -lin pax_romana_N = mkN "pax romana" "pax romanae" {- FIXME: guessed plural form -}; -lin pay_N = mkN "pay" "-" {- FIXME: no plural form -}; -lin pay_V = IrregEng.pay_V; -lin pay_V2 = mkV2 (IrregEng.pay_V); -lin pay_as_you_earn_N = mkN "pay-as-you-earn" "-" {- FIXME: no plural form -}; -lin pay_claim_N = mkN "pay-claim" "pay-claims"; -lin pay_packet_N = mkN "pay-packet" "pay-packets"; -lin pay_station_N = mkN "pay-station" "pay-stations"; -lin payable_A = compoundA (mkA "payable"); -lin payday_N = mkN "payday" "paydays"; -lin paydirt_N = mkN "paydirt" "-" {- FIXME: no plural form -}; -lin paye_PN = mkPN "Paye"; -lin payee_N = mkN "payee" "payees"; -lin payer_N = mkN "payer" "payers"; -lin payload_N = mkN "payload" "payloads"; -lin paymaster_N = mkN "paymaster" "paymasters"; -lin payment_N = mkN "payment" "payments"; -lin paynim_N = mkN "paynim" "paynims"; -lin payoff_N = mkN "payoff" "payoffs"; -lin payphone_N = mkN "payphone" "payphones"; -lin payroll_N = mkN "payroll" "payrolls"; -lin paysheet_N = mkN "paysheet" "paysheets"; -lin payslip_N = mkN "payslip" "payslips"; -lin pc_PN = mkPN "Pc"; -lin pdsa_N = mkN "pdsa" "-" {- FIXME: no plural form -}; -lin pe_N = mkN "pe" "-" {- FIXME: no plural form -}; -lin pea_N = mkN "pea" "peas"; -lin pea_chick_N = mkN "pea-chick" "pea-chicks"; -lin pea_flour_N = mkN "pea-flour" "-" {- FIXME: no plural form -}; -lin pea_green_A = compoundA (mkA "pea-green"); -lin pea_green_N = mkN "pea-green" "pea-greens"; -lin pea_jacket_N = mkN "pea-jacket" "pea-jackets"; -lin pea_soup_N = mkN "pea-soup" "pea-soups"; -lin peace_N = mkN "peace" "-" {- FIXME: no plural form -}; -lin peace_offering_N = mkN "peace-offering" "peace-offerings"; -lin peaceable_A = compoundA (mkA "peaceable"); -lin peaceably_Adv = mkAdv "peaceably"; -lin peaceful_A = compoundA (mkA "peaceful"); -lin peacefully_Adv = mkAdv "peacefully"; -lin peacefulness_N = mkN "peacefulness" "-" {- FIXME: no plural form -}; -lin peacehaven_PN = mkPN "Peacehaven"; -lin peacemaker_N = mkN "peacemaker" "peacemakers"; -lin peacetime_N = mkN "peacetime" "-" {- FIXME: no plural form -}; -lin peach_N = mkN "peach" "peaches"; -lin peach_V = mkV "peach" "peaches" "peached" "peached" "peaching"; -lin peach_V2 = mkV2 (mkV "peach" "peaches" "peached" "peached" "peaching"); -lin peacock_N = mkN "peacock" "peacocks"; -lin peacock_blue_A = compoundA (mkA "peacock-blue"); -lin peacock_blue_N = mkN "peacock-blue" "peacock-blues"; -lin peafowl_N = mkN "peafowl" "peafowls"; -lin peahen_N = mkN "peahen" "peahens"; -lin peak_N = mkN "peak" "peaks"; -lin peak_V = mkV "peak" "peaks" "peaked" "peaked" "peaking"; -lin peaked_A = compoundA (mkA "peaked"); -lin peaky_A = mkA "peaky" "peakier"; -lin peal_N = mkN "peal" "peals"; -lin peal_V = mkV "peal" "peals" "pealed" "pealed" "pealing"; -lin peal_V2 = mkV2 (mkV "peal" "peals" "pealed" "pealed" "pealing"); -lin peanut_N = mkN "peanut" "peanuts"; -lin pear_N = mkN "pear" "pears"; -lin pearl_N = mkN "pearl" "pearls"; -lin pearl_PN = mkPN "Pearl"; -lin pearl_V = mkV "pearl" "pearls" "pearled" "pearled" "pearling"; -lin pearl_barley_N = mkN "pearl-barley" "-" {- FIXME: no plural form -}; -lin pearl_diver_N = mkN "pearl-diver" "pearl-divers"; -lin pearl_fishery_N = mkN "pearl-fishery" "pearl-fisheries"; -lin pearl_oyster_N = mkN "pearl-oyster" "pearl-oysters"; -lin pearl_sago_N = mkN "pearl-sago" "-" {- FIXME: no plural form -}; -lin pearly_A = mkA "pearly" "pearlier"; -lin pearmain_N = mkN "pearmain" "pearmains"; -lin peasant_N = mkN "peasant" "peasants"; -lin peasantry_N = mkN "peasantry" "peasantries"; -lin pease_N = mkN "pease" "-" {- FIXME: no plural form -}; -lin pease_pudding_N = mkN "pease-pudding" "pease-puddings"; -lin peashooter_N = mkN "peashooter" "peashooters"; -lin peasouper_N = mkN "peasouper" "peasoupers"; -lin peat_N = mkN "peat" "-" {- FIXME: no plural form -}; -lin peaty_A = mkA "peaty" "peatier"; -lin pebble_N = mkN "pebble" "pebbles"; -lin pebbly_A = mkA "pebbly" "pebblier"; -lin pecan_N = mkN "pecan" "pecans"; -lin peccable_A = compoundA (mkA "peccable"); -lin peccadillo_N = mkN "peccadillo" "peccadillos"; -lin peccary_N = mkN "peccary" "peccaries"; -lin peck_N = mkN "peck" "pecks"; -lin peck_V = mkV "peck" "pecks" "pecked" "pecked" "pecking"; -lin peck_V2 = mkV2 (mkV "peck" "pecks" "pecked" "pecked" "pecking"); -lin pecker_N = mkN "pecker" "peckers"; -lin peckish_A = compoundA (mkA "peckish"); -lin pectic_A = compoundA (mkA "pectic"); -lin pectin_N = mkN "pectin" "-" {- FIXME: no plural form -}; -lin pectoral_A = compoundA (mkA "pectoral"); -lin peculate_V = mkV "peculate" "peculates" "peculated" "peculated" "peculating"; -lin peculate_V2 = mkV2 (mkV "peculate" "peculates" "peculated" "peculated" "peculating"); -lin peculation_N = mkN "peculation" "peculations"; -lin peculiar_A = compoundA (mkA "peculiar"); -lin peculiarity_N = mkN "peculiarity" "peculiarities"; -lin peculiarly_Adv = mkAdv "peculiarly"; -lin pecuniary_A = compoundA (mkA "pecuniary"); -lin pedagogic_A = compoundA (mkA "pedagogic"); -lin pedagogical_A = compoundA (mkA "pedagogical"); -lin pedagogue_N = mkN "pedagogue" "pedagogues"; -lin pedagogy_N = mkN "pedagogy" "-" {- FIXME: no plural form -}; -lin pedal_A = compoundA (mkA "pedal"); -lin pedal_N = mkN "pedal" "pedals"; -lin pedal_V = mkV "pedal" "pedals" "pedalled" "pedalled" "pedalling"; -lin pedal_V2 = mkV2 (mkV "pedal" "pedals" "pedalled" "pedalled" "pedalling"); -lin pedant_N = mkN "pedant" "pedants"; -lin pedantic_A = compoundA (mkA "pedantic"); -lin pedantically_Adv = mkAdv "pedantically"; -lin pedantry_N = mkN "pedantry" "pedantries"; -lin peddle_V = mkV "peddle" "peddles" "peddled" "peddled" "peddling"; -lin peddle_V2 = mkV2 (mkV "peddle" "peddles" "peddled" "peddled" "peddling"); -lin peddler_N = mkN "peddler" "peddlers"; -lin peddling_A = compoundA (mkA "peddling"); -lin pederast_N = mkN "pederast" "pederasts"; -lin pederasty_N = mkN "pederasty" "-" {- FIXME: no plural form -}; -lin pedestal_N = mkN "pedestal" "pedestals"; -lin pedestrian_A = compoundA (mkA "pedestrian"); -lin pedestrian_N = mkN "pedestrian" "pedestrians"; -lin pediatrician_N = mkN "pediatrician" "pediatricians"; -lin pediatrics_N = mkN "pediatrics" "pediatrics"; -lin pedicab_N = mkN "pedicab" "pedicabs"; -lin pedicure_N = mkN "pedicure" "pedicures"; -lin pedigree_N = mkN "pedigree" "pedigrees"; -lin pediment_N = mkN "pediment" "pediments"; -lin pedlar_N = mkN "pedlar" "pedlars"; -lin pedometer_N = mkN "pedometer" "pedometers"; -lin pee_N = mkN "pee" "pees"; -lin pee_V = mkV "pee" "IRREG" "IRREG" "IRREG" "IRREG"; -lin peebles_PN = mkPN "Peebles"; -lin peek_N = mkN "peek" "peeks"; -lin peek_V = mkV "peek" "peeks" "peeked" "peeked" "peeking"; -lin peek_a_boo_N = mkN "peek-a-boo" "-" {- FIXME: no plural form -}; -lin peel_N = mkN "peel" "-" {- FIXME: no plural form -}; -lin peel_V = mkV "peel" "peels" "peeled" "peeled" "peeling"; -lin peel_V2 = mkV2 (mkV "peel" "peels" "peeled" "peeled" "peeling"); -lin peeler_N = mkN "peeler" "peelers"; -lin peep_N = mkN "peep" "peeps"; -lin peep_V = mkV "peep" "peeps" "peeped" "peeped" "peeping"; -lin peeper_N = mkN "peeper" "peepers"; -lin peephole_N = mkN "peephole" "peepholes"; -lin peepshow_N = mkN "peepshow" "peepshows"; -lin peepul_N = mkN "peepul" "peepuls"; -lin peer_N = mkN "peer" "peers"; -lin peer_V = mkV "peer" "peers" "peered" "peered" "peering"; -lin peerage_N = mkN "peerage" "peerages"; -lin peeress_N = mkN "peeress" "peeresses"; -lin peerless_A = compoundA (mkA "peerless"); -lin peeve_V2 = mkV2 (mkV "peeve" "peeves" "peeved" "peeved" "peeving"); -lin peeved_A = compoundA (mkA "peeved"); -lin peevish_A = compoundA (mkA "peevish"); -lin peevishly_Adv = mkAdv "peevishly"; -lin peevishness_N = mkN "peevishness" "-" {- FIXME: no plural form -}; -lin peewit_N = mkN "peewit" "peewits"; -lin peg_N = mkN "peg" "pegs"; -lin peg_PN = mkPN "Peg"; -lin peg_V = mkV "peg" "pegs" "pegged" "pegged" "pegging"; -lin peg_V2 = mkV2 (mkV "peg" "pegs" "pegged" "pegged" "pegging"); -lin peggy_PN = mkPN "Peggy"; -lin peignoir_N = mkN "peignoir" "peignoirs"; -lin pejorative_A = compoundA (mkA "pejorative"); -lin pejoratively_Adv = mkAdv "pejoratively"; -lin peke_N = mkN "peke" "pekes"; -lin pekinese_N = mkN "pekinese" "pekinese"; -lin peking_PN = mkPN "Peking"; -lin pekoe_N = mkN "pekoe" "-" {- FIXME: no plural form -}; -lin pelf_N = mkN "pelf" "-" {- FIXME: no plural form -}; -lin pelican_N = mkN "pelican" "pelicans"; -lin pelisse_N = mkN "pelisse" "pelisses"; -lin pell_mell_Adv = mkAdv "pell-mell"; -lin pellet_N = mkN "pellet" "pellets"; -lin pellucid_A = compoundA (mkA "pellucid"); -lin pellucidly_Adv = mkAdv "pellucidly"; -lin pelmet_N = mkN "pelmet" "pelmets"; -lin pelota_N = mkN "pelota" "-" {- FIXME: no plural form -}; -lin pelt_N = mkN "pelt" "pelts"; -lin pelt_V = mkV "pelt" "pelts" "pelted" "pelted" "pelting"; -lin pelt_V2 = mkV2 (mkV "pelt" "pelts" "pelted" "pelted" "pelting"); -lin pelton_PN = mkPN "Pelton"; -lin pelvic_A = compoundA (mkA "pelvic"); -lin pelvis_N = mkN "pelvis" "pelvises"; -lin pembroke_PN = mkPN "Pembroke"; -lin pemmican_N = mkN "pemmican" "-" {- FIXME: no plural form -}; -lin pen_N = mkN "pen" "pens"; -lin pen_V2 = mkV2 (mkV "pen" "pens" "penned" "penned" "penning"); -lin pen_and_ink_N = mkN "pen-and-ink" "-" {- FIXME: no plural form -}; -lin pen_friend_N = mkN "pen-friend" "pen-friends"; -lin pen_name_N = mkN "pen-name" "pen-names"; -lin pen_pusher_N = mkN "pen-pusher" "pen-pushers"; -lin penal_A = compoundA (mkA "penal"); -lin penalization_N = mkN "penalization" "penalizations"; -lin penalize_V2 = mkV2 (mkV "penalize" "penalizes" "penalized" "penalized" "penalizing"); -lin penally_Adv = mkAdv "penally"; -lin penalty_N = mkN "penalty" "penalties"; -lin penance_N = mkN "penance" "-" {- FIXME: no plural form -}; -lin penarth_PN = mkPN "Penarth"; -lin penchant_N = mkN "penchant" "penchants"; -lin pencil_N = mkN "pencil" "pencils"; -lin pencil_V2 = mkV2 (mkV "pencil" "pencils" "pencilled" "pencilled" "pencilling"); -lin pendant_N = mkN "pendant" "pendants"; -lin pendent_A = compoundA (mkA "pendent"); -lin pending_A = compoundA (mkA "pending"); -lin pendlebury_PN = mkPN "Pendlebury"; -lin pendulous_A = compoundA (mkA "pendulous"); -lin pendulum_N = mkN "pendulum" "pendulums"; -lin penelope_PN = mkPN "Penelope"; -lin penetrability_N = mkN "penetrability" "-" {- FIXME: no plural form -}; -lin penetrable_A = compoundA (mkA "penetrable"); -lin penetrate_V = mkV "penetrate" "penetrates" "penetrated" "penetrated" "penetrating"; -lin penetrate_V2 = mkV2 (mkV "penetrate" "penetrates" "penetrated" "penetrated" "penetrating"); -lin penetrating_A = compoundA (mkA "penetrating"); -lin penetratingly_Adv = mkAdv "penetratingly"; -lin penetration_N = mkN "penetration" "penetrations"; -lin penetrative_A = compoundA (mkA "penetrative"); -lin penguin_N = mkN "penguin" "penguins"; -lin penicillin_N = mkN "penicillin" "-" {- FIXME: no plural form -}; -lin penicuik_PN = mkPN "Penicuik"; -lin peninsula_N = mkN "peninsula" "peninsulas"; -lin peninsular_A = compoundA (mkA "peninsular"); -lin penis_N = mkN "penis" "penises"; -lin penitence_N = mkN "penitence" "-" {- FIXME: no plural form -}; -lin penitent_A = compoundA (mkA "penitent"); -lin penitent_N = mkN "penitent" "penitents"; -lin penitential_A = compoundA (mkA "penitential"); -lin penitentially_Adv = mkAdv "penitentially"; -lin penitentiary_A = compoundA (mkA "penitentiary"); -lin penitentiary_N = mkN "penitentiary" "penitentiaries"; -lin penitently_Adv = mkAdv "penitently"; -lin penki_PN = mkPN "Penki"; -lin penknife_N = mkN "penknife" "penknives" {- FIXME: guessed plural form -}; -lin penmanship_N = mkN "penmanship" "-" {- FIXME: no plural form -}; -lin penn'orth_N = mkN "penn'orth" "penn'orths"; -lin pennant_N = mkN "pennant" "pennants"; -lin penniless_A = compoundA (mkA "penniless"); -lin pennon_N = mkN "pennon" "pennons"; -lin pennsylvania_PN = mkPN "Pennsylvania"; -lin penny_N = mkN "penny" "pennies"; -lin penny_PN = mkPN "Penny"; -lin pennyweight_N = mkN "pennyweight" "pennyweights"; -lin pennyworth_N = mkN "pennyworth" "pennyworths"; -lin penology_N = mkN "penology" "-" {- FIXME: no plural form -}; -lin penrhyn_PN = mkPN "Penrhyn"; -lin penrith_PN = mkPN "Penrith"; -lin penryn_PN = mkPN "Penryn"; -lin pension_N = mkN "pension" "pensions"; -lin pension_V2 = mkV2 (mkV "pension" "pensions" "pensioned" "pensioned" "pensioning"); -lin pensionable_A = compoundA (mkA "pensionable"); -lin pensioner_N = mkN "pensioner" "pensioners"; -lin pensive_A = compoundA (mkA "pensive"); -lin pensively_Adv = mkAdv "pensively"; -lin pensiveness_N = mkN "pensiveness" "-" {- FIXME: no plural form -}; -lin penstock_N = mkN "penstock" "penstocks"; -lin pent_up_A = compoundA (mkA "pent-up"); -lin pentagon_N = mkN "pentagon" "pentagons"; -lin pentagonal_A = compoundA (mkA "pentagonal"); -lin pentameter_N = mkN "pentameter" "pentameters"; -lin pentateuch_N = mkN "pentateuch" "pentateuchs"; -lin pentathlon_N = mkN "pentathlon" "pentathlons"; -lin pentecost_N = mkN "pentecost" "-" {- FIXME: no plural form -}; -lin pentecostal_A = compoundA (mkA "pentecostal"); -lin penthouse_N = mkN "penthouse" "penthouses"; -lin penultimate_A = compoundA (mkA "penultimate"); -lin penultimate_N = mkN "penultimate" "penultimates"; -lin penumbra_N = mkN "penumbra" "penumbras"; -lin penurious_A = compoundA (mkA "penurious"); -lin penuriously_Adv = mkAdv "penuriously"; -lin penuriousness_N = mkN "penuriousness" "-" {- FIXME: no plural form -}; -lin penury_N = mkN "penury" "-" {- FIXME: no plural form -}; -lin penzance_PN = mkPN "Penzance"; -lin peon_N = mkN "peon" "peons"; -lin peonage_N = mkN "peonage" "-" {- FIXME: no plural form -}; -lin peony_N = mkN "peony" "peonies"; -lin people_N = mkN "people" "peoples"; -lin people_V2 = mkV2 (mkV "people" "peoples" "peopled" "peopled" "peopling"); -lin pep_N = mkN "pep" "-" {- FIXME: no plural form -}; -lin pep_V2 = mkV2 (mkV "pep" "peps" "pepped" "pepped" "pepping"); -lin pepper_N = mkN "pepper" "peppers"; -lin pepper_V2 = mkV2 (mkV "pepper" "peppers" "peppered" "peppered" "peppering"); -lin pepper_and_salt_N = mkN "pepper-and-salt" "-" {- FIXME: no plural form -}; -lin pepper_mill_N = mkN "pepper-mill" "pepper-mills"; -lin pepper_pot_N = mkN "pepper-pot" "pepper-pots"; -lin peppercorn_N = mkN "peppercorn" "peppercorns"; -lin peppermint_N = mkN "peppermint" "peppermints"; -lin peppery_A = compoundA (mkA "peppery"); -lin pepsin_N = mkN "pepsin" "-" {- FIXME: no plural form -}; -lin peptic_A = compoundA (mkA "peptic"); -lin peradventure_Adv = mkAdv "peradventure"; -lin perambulate_V = mkV "perambulate" "perambulates" "perambulated" "perambulated" "perambulating"; -lin perambulate_V2 = mkV2 (mkV "perambulate" "perambulates" "perambulated" "perambulated" "perambulating"); -lin perambulation_N = mkN "perambulation" "perambulations"; -lin perambulator_N = mkN "perambulator" "perambulators"; -lin perceivable_A = compoundA (mkA "perceivable"); -lin perceive_V2 = mkV2 (mkV "perceive" "perceives" "perceived" "perceived" "perceiving"); -lin perceiver_N = mkN "perceiver" "perceivers"; -lin percent_N = mkN "percent" "percent"; -lin percentage_N = mkN "percentage" "percentages"; -lin perceptibility_N = mkN "perceptibility" "-" {- FIXME: no plural form -}; -lin perceptible_A = compoundA (mkA "perceptible"); -lin perceptibly_Adv = mkAdv "perceptibly"; -lin perception_N = mkN "perception" "perceptions"; -lin perceptive_A = compoundA (mkA "perceptive"); -lin perceptively_Adv = mkAdv "perceptively"; -lin perceptual_A = compoundA (mkA "perceptual"); -lin perceptually_Adv = mkAdv "perceptually"; -lin perch_N = mkN "perch" "perch"; -lin perch_V = mkV "perch" "perches" "perched" "perched" "perching"; -lin perch_V2 = mkV2 (mkV "perch" "perches" "perched" "perched" "perching"); -lin perchance_Adv = mkAdv "perchance"; -lin percipient_A = compoundA (mkA "percipient"); -lin percolate_V = mkV "percolate" "percolates" "percolated" "percolated" "percolating"; -lin percolate_V2 = mkV2 (mkV "percolate" "percolates" "percolated" "percolated" "percolating"); -lin percolator_N = mkN "percolator" "percolators"; -lin percussion_N = mkN "percussion" "percussions"; -lin percussionist_N = mkN "percussionist" "percussionists"; -lin percy_PN = mkPN "Percy"; -lin perdition_N = mkN "perdition" "-" {- FIXME: no plural form -}; -lin peregrination_N = mkN "peregrination" "peregrinations"; -lin peremptorily_Adv = mkAdv "peremptorily"; -lin peremptory_A = compoundA (mkA "peremptory"); -lin perennial_A = compoundA (mkA "perennial"); -lin perennial_N = mkN "perennial" "perennials"; -lin perennially_Adv = mkAdv "perennially"; -lin perfect_A = compoundA (mkA "perfect"); -lin perfect_V2 = mkV2 (mkV "perfect" "perfects" "perfected" "perfected" "perfecting"); -lin perfectibility_N = mkN "perfectibility" "-" {- FIXME: no plural form -}; -lin perfectible_A = compoundA (mkA "perfectible"); -lin perfection_N = mkN "perfection" "-" {- FIXME: no plural form -}; -lin perfectionist_N = mkN "perfectionist" "perfectionists"; -lin perfectly_Adv = mkAdv "perfectly"; -lin perfervid_A = compoundA (mkA "perfervid"); -lin perfidious_A = compoundA (mkA "perfidious"); -lin perfidiously_Adv = mkAdv "perfidiously"; -lin perfidiousness_N = mkN "perfidiousness" "-" {- FIXME: no plural form -}; -lin perfidy_N = mkN "perfidy" "perfidies"; -lin perforate_V2 = mkV2 (mkV "perforate" "perforates" "perforated" "perforated" "perforating"); -lin perforation_N = mkN "perforation" "perforations"; -lin perforce_Adv = mkAdv "perforce"; -lin perform_V = mkV "perform" "performs" "performed" "performed" "performing"; -lin perform_V2 = mkV2 (mkV "perform" "performs" "performed" "performed" "performing"); -lin performance_N = mkN "performance" "performances"; -lin performer_N = mkN "performer" "performers"; -lin perfume_N = mkN "perfume" "perfumes"; -lin perfume_V2 = mkV2 (mkV "perfume" "perfumes" "perfumed" "perfumed" "perfuming"); -lin perfumer_N = mkN "perfumer" "perfumers"; -lin perfunctorily_Adv = mkAdv "perfunctorily"; -lin perfunctory_A = compoundA (mkA "perfunctory"); -lin pergola_N = mkN "pergola" "pergolas"; -lin perhaps_Adv = mkAdv "perhaps"; -lin peri_N = mkN "peri" "peris"; -lin perigee_N = mkN "perigee" "perigees"; -lin perihelion_N = mkN "perihelion" "perihelions"; -lin peril_N = mkN "peril" "perils"; -lin peril_V2 = mkV2 (mkV "peril" "perils" "perilled" "perilled" "perilling"); -lin perilous_A = compoundA (mkA "perilous"); -lin perilously_Adv = mkAdv "perilously"; -lin perimeter_N = mkN "perimeter" "perimeters"; -lin period_N = mkN "period" "periods"; -lin periodic_A = compoundA (mkA "periodic"); -lin periodical_A = compoundA (mkA "periodical"); -lin periodical_N = mkN "periodical" "periodicals"; -lin periodically_Adv = mkAdv "periodically"; -lin peripatetic_A = compoundA (mkA "peripatetic"); -lin peripheral_A = compoundA (mkA "peripheral"); -lin periphery_N = mkN "periphery" "peripheries"; -lin periphrasis_N = mkN "periphrasis" "periphrases" {- FIXME: guessed plural form -}; -lin periphrastic_A = compoundA (mkA "periphrastic"); -lin periscope_N = mkN "periscope" "periscopes"; -lin perish_V = mkV "perish" "perishes" "perished" "perished" "perishing"; -lin perish_V2 = mkV2 (mkV "perish" "perishes" "perished" "perished" "perishing"); -lin perishable_A = compoundA (mkA "perishable"); -lin perisher_N = mkN "perisher" "perishers"; -lin peristyle_N = mkN "peristyle" "peristyles"; -lin peritonitis_N = mkN "peritonitis" "-" {- FIXME: no plural form -}; -lin periwig_N = mkN "periwig" "periwigs"; -lin periwinkle_N = mkN "periwinkle" "periwinkles"; -lin perjure_V2 = mkV2 (mkV "perjure" "perjures" "perjured" "perjured" "perjuring"); -lin perjurer_N = mkN "perjurer" "perjurers"; -lin perjury_N = mkN "perjury" "perjuries"; -lin perk_N = mkN "perk" "perks"; -lin perk_V = mkV "perk" "perks" "perked" "perked" "perking"; -lin perk_V2 = mkV2 (mkV "perk" "perks" "perked" "perked" "perking"); -lin perkily_Adv = mkAdv "perkily"; -lin perkiness_N = mkN "perkiness" "-" {- FIXME: no plural form -}; -lin perky_A = mkA "perky" "perkier"; -lin perm_N = mkN "perm" "perms"; -lin perm_PN = mkPN "Perm"; -lin perm_V2 = mkV2 (mkV "perm" "perms" "permed" "permed" "perming"); -lin permafrost_N = mkN "permafrost" "-" {- FIXME: no plural form -}; -lin permanence_N = mkN "permanence" "-" {- FIXME: no plural form -}; -lin permanency_N = mkN "permanency" "permanencies"; -lin permanent_A = compoundA (mkA "permanent"); -lin permanently_Adv = mkAdv "permanently"; -lin permanganate_N = mkN "permanganate" "permanganates"; -lin permeability_N = mkN "permeability" "-" {- FIXME: no plural form -}; -lin permeable_A = compoundA (mkA "permeable"); -lin permeate_V = mkV "permeate" "permeates" "permeated" "permeated" "permeating"; -lin permeate_V2 = mkV2 (mkV "permeate" "permeates" "permeated" "permeated" "permeating"); -lin permeation_N = mkN "permeation" "-" {- FIXME: no plural form -}; -lin permissible_A = compoundA (mkA "permissible"); -lin permissibly_Adv = mkAdv "permissibly"; -lin permission_N = mkN "permission" "-" {- FIXME: no plural form -}; -lin permissive_A = compoundA (mkA "permissive"); -lin permissiveness_N = mkN "permissiveness" "-" {- FIXME: no plural form -}; -lin permit_N = mkN "permit" "permits"; -lin permit_V = mkV "permit" "permits" "permitted" "permitted" "permitting"; -lin permit_V2 = mkV2 (mkV "permit" "permits" "permitted" "permitted" "permitting"); -lin permutation_N = mkN "permutation" "permutations"; -lin permute_V2 = mkV2 (mkV "permute" "permutes" "permuted" "permuted" "permuting"); -lin pernicious_A = compoundA (mkA "pernicious"); -lin perniciously_Adv = mkAdv "perniciously"; -lin perniciousness_N = mkN "perniciousness" "-" {- FIXME: no plural form -}; -lin pernickety_A = compoundA (mkA "pernickety"); -lin peroration_N = mkN "peroration" "perorations"; -lin peroxide_N = mkN "peroxide" "peroxides"; -lin perpendicular_A = compoundA (mkA "perpendicular"); -lin perpendicular_N = mkN "perpendicular" "perpendiculars"; -lin perpendicularly_Adv = mkAdv "perpendicularly"; -lin perpetrate_V2 = mkV2 (mkV "perpetrate" "perpetrates" "perpetrated" "perpetrated" "perpetrating"); -lin perpetration_N = mkN "perpetration" "perpetrations"; -lin perpetrator_N = mkN "perpetrator" "perpetrators"; -lin perpetual_A = compoundA (mkA "perpetual"); -lin perpetually_Adv = mkAdv "perpetually"; -lin perpetuate_V2 = mkV2 (mkV "perpetuate" "perpetuates" "perpetuated" "perpetuated" "perpetuating"); -lin perpetuation_N = mkN "perpetuation" "perpetuations"; -lin perpetuity_N = mkN "perpetuity" "perpetuities"; -lin perplex_V2 = mkV2 (mkV "perplex" "perplexes" "perplexed" "perplexed" "perplexing"); -lin perplexed_A = compoundA (mkA "perplexed"); -lin perplexedly_Adv = mkAdv "perplexedly"; -lin perplexity_N = mkN "perplexity" "perplexities"; -lin perquisite_N = mkN "perquisite" "perquisites"; -lin perry_N = mkN "perry" "-" {- FIXME: no plural form -}; -lin persecute_V2 = mkV2 (mkV "persecute" "persecutes" "persecuted" "persecuted" "persecuting"); -lin persecution_N = mkN "persecution" "persecutions"; -lin persecutor_N = mkN "persecutor" "persecutors"; -lin perseverance_N = mkN "perseverance" "-" {- FIXME: no plural form -}; -lin persevere_V = mkV "persevere" "perseveres" "persevered" "persevered" "persevering"; -lin persevering_A = compoundA (mkA "persevering"); -lin perseveringly_Adv = mkAdv "perseveringly"; -lin pershore_PN = mkPN "Pershore"; -lin persia_PN = mkPN "Persia"; -lin persian_A = compoundA (mkA "persian"); -lin persian_N = mkN "persian" "persians"; -lin persiflage_N = mkN "persiflage" "-" {- FIXME: no plural form -}; -lin persimmon_N = mkN "persimmon" "persimmons"; -lin persist_V = mkV "persist" "persists" "persisted" "persisted" "persisting"; -lin persistence_N = mkN "persistence" "-" {- FIXME: no plural form -}; -lin persistent_A = compoundA (mkA "persistent"); -lin persistently_Adv = mkAdv "persistently"; -lin person_N = mkN "person" "persons"; -lin persona_N = mkN "persona" "personas"; -lin persona_grata_N = mkN "persona grata" "persona gratae" {- FIXME: guessed plural form -}; -lin persona_non_grata_N = mkN "persona non grata" "persona non gratae" {- FIXME: guessed plural form -}; -lin personable_A = compoundA (mkA "personable"); -lin personage_N = mkN "personage" "personages"; -lin personal_A = compoundA (mkA "personal"); -lin personal_N = mkN "personal" "personals"; -lin personality_N = mkN "personality" "personalities"; -lin personalize_V2 = mkV2 (mkV "personalize" "personalizes" "personalized" "personalized" "personalizing"); -lin personally_Adv = mkAdv "personally"; -lin personalty_N = mkN "personalty" "-" {- FIXME: no plural form -}; -lin personate_V2 = mkV2 (mkV "personate" "personates" "personated" "personated" "personating"); -lin personation_N = mkN "personation" "personations"; -lin personification_N = mkN "personification" "personifications"; -lin personify_V2 = mkV2 (mkV "personify" "personifies" "personified" "personified" "personifying"); -lin perspective_N = mkN "perspective" "perspectives"; -lin perspex_N = mkN "perspex" "-" {- FIXME: no plural form -}; -lin perspicacious_A = compoundA (mkA "perspicacious"); -lin perspicacity_N = mkN "perspicacity" "-" {- FIXME: no plural form -}; -lin perspicuity_N = mkN "perspicuity" "-" {- FIXME: no plural form -}; -lin perspicuous_A = compoundA (mkA "perspicuous"); -lin perspicuously_Adv = mkAdv "perspicuously"; -lin perspicuousness_N = mkN "perspicuousness" "-" {- FIXME: no plural form -}; -lin perspiration_N = mkN "perspiration" "-" {- FIXME: no plural form -}; -lin perspire_V = mkV "perspire" "perspires" "perspired" "perspired" "perspiring"; -lin persuadable_A = compoundA (mkA "persuadable"); -lin persuade_V2 = mkV2 (mkV "persuade" "persuades" "persuaded" "persuaded" "persuading"); -lin persuasion_N = mkN "persuasion" "persuasions"; -lin persuasive_A = compoundA (mkA "persuasive"); -lin persuasively_Adv = mkAdv "persuasively"; -lin persuasiveness_N = mkN "persuasiveness" "-" {- FIXME: no plural form -}; -lin pert_A = compoundA (mkA "pert"); -lin pertain_V = mkV "pertain" "pertains" "pertained" "pertained" "pertaining"; -lin perth_PN = mkPN "Perth"; -lin pertinacious_A = compoundA (mkA "pertinacious"); -lin pertinaciously_Adv = mkAdv "pertinaciously"; -lin pertinacity_N = mkN "pertinacity" "-" {- FIXME: no plural form -}; -lin pertinence_N = mkN "pertinence" "-" {- FIXME: no plural form -}; -lin pertinent_A = compoundA (mkA "pertinent"); -lin pertinently_Adv = mkAdv "pertinently"; -lin pertly_Adv = mkAdv "pertly"; -lin pertness_N = mkN "pertness" "-" {- FIXME: no plural form -}; -lin perturb_V2 = mkV2 (mkV "perturb" "perturbs" "perturbed" "perturbed" "perturbing"); -lin perturbation_N = mkN "perturbation" "perturbations"; -lin peru_PN = mkPN "Peru"; -lin perugia_PN = mkPN "Perugia"; -lin peruke_N = mkN "peruke" "perukes"; -lin perusal_N = mkN "perusal" "perusals"; -lin peruse_V2 = mkV2 (mkV "peruse" "peruses" "perused" "perused" "perusing"); -lin peruvian_A = compoundA (mkA "peruvian"); -lin peruvian_N = mkN "peruvian" "peruvians"; -lin pervade_V2 = mkV2 (mkV "pervade" "pervades" "pervaded" "pervaded" "pervading"); -lin pervasion_N = mkN "pervasion" "-" {- FIXME: no plural form -}; -lin pervasive_A = compoundA (mkA "pervasive"); -lin pervasively_Adv = mkAdv "pervasively"; -lin pervasiveness_N = mkN "pervasiveness" "-" {- FIXME: no plural form -}; -lin perverse_A = compoundA (mkA "perverse"); -lin perversely_Adv = mkAdv "perversely"; -lin perverseness_N = mkN "perverseness" "-" {- FIXME: no plural form -}; -lin perversion_N = mkN "perversion" "perversions"; -lin perversity_N = mkN "perversity" "perversities"; -lin pervert_N = mkN "pervert" "perverts"; -lin pervert_V2 = mkV2 (mkV "pervert" "perverts" "perverted" "perverted" "perverting"); -lin pescara_PN = mkPN "Pescara"; -lin peseta_N = mkN "peseta" "pesetas"; -lin pesky_A = mkA "pesky" "peskier"; -lin peso_N = mkN "peso" "pesos"; -lin pessary_N = mkN "pessary" "pessaries"; -lin pessimism_N = mkN "pessimism" "-" {- FIXME: no plural form -}; -lin pessimist_N = mkN "pessimist" "pessimists"; -lin pessimistic_A = compoundA (mkA "pessimistic"); -lin pessimistically_Adv = mkAdv "pessimistically"; -lin pest_N = mkN "pest" "pests"; -lin pester_V2 = mkV2 (mkV "pester" "pesters" "pestered" "pestered" "pestering"); -lin pesticide_N = mkN "pesticide" "pesticides"; -lin pestiferous_A = compoundA (mkA "pestiferous"); -lin pestilence_N = mkN "pestilence" "pestilences"; -lin pestilent_A = compoundA (mkA "pestilent"); -lin pestilential_A = compoundA (mkA "pestilential"); -lin pestle_N = mkN "pestle" "pestles"; -lin pestle_V2 = mkV2 (mkV "pestle" "pestles" "pestled" "pestled" "pestling"); -lin pet_N = mkN "pet" "pets"; -lin pet_V2 = mkV2 (mkV "pet" "pets" "petted" "petted" "petting"); -lin petal_N = mkN "petal" "petals"; -lin petaled_A = compoundA (mkA "petaled"); -lin petalled_A = compoundA (mkA "petalled"); -lin petard_N = mkN "petard" "petards"; -lin pete_PN = mkPN "Pete"; -lin peter_PN = mkPN "Peter"; -lin peter_V = mkV "peter" "peters" "petered" "petered" "petering"; -lin peterborough_PN = mkPN "Peterborough"; -lin peterhead_PN = mkPN "Peterhead"; -lin peterlee_PN = mkPN "Peterlee"; -lin petersfield_PN = mkPN "Petersfield"; -lin petit_bourgeois_N = mkN "petit bourgeois" "petit bourgeoes" {- FIXME: guessed plural form -}; -lin petite_A = compoundA (mkA "petite"); -lin petition_N = mkN "petition" "petitions"; -lin petition_V = mkV "petition" "petitions" "petitioned" "petitioned" "petitioning"; -lin petition_V2 = mkV2 (mkV "petition" "petitions" "petitioned" "petitioned" "petitioning"); -lin petitioner_N = mkN "petitioner" "petitioners"; -lin petrel_N = mkN "petrel" "petrels"; -lin petrifaction_N = mkN "petrifaction" "petrifactions"; -lin petrify_V = mkV "petrify" "petrifies" "petrified" "petrified" "petrifying"; -lin petrify_V2 = mkV2 (mkV "petrify" "petrifies" "petrified" "petrified" "petrifying"); -lin petro_chemical_N = mkN "petro-chemical" "petro-chemicals"; -lin petrol_N = mkN "petrol" "-" {- FIXME: no plural form -}; -lin petroleum_N = mkN "petroleum" "-" {- FIXME: no plural form -}; -lin petrology_N = mkN "petrology" "-" {- FIXME: no plural form -}; -lin petticoat_N = mkN "petticoat" "petticoats"; -lin pettifogging_A = compoundA (mkA "pettifogging"); -lin pettily_Adv = mkAdv "pettily"; -lin pettiness_N = mkN "pettiness" "pettinesses"; -lin pettish_A = compoundA (mkA "pettish"); -lin pettishly_Adv = mkAdv "pettishly"; -lin pettishness_N = mkN "pettishness" "-" {- FIXME: no plural form -}; -lin petty_A = mkA "petty" "pettier"; -lin petulance_N = mkN "petulance" "-" {- FIXME: no plural form -}; -lin petulant_A = compoundA (mkA "petulant"); -lin petulantly_Adv = mkAdv "petulantly"; -lin petunia_N = mkN "petunia" "petunias"; -lin pew_N = mkN "pew" "pews"; -lin pew_opener_N = mkN "pew-opener" "pew-openers"; -lin pewit_N = mkN "pewit" "pewits"; -lin pewter_N = mkN "pewter" "-" {- FIXME: no plural form -}; -lin peyote_N = mkN "peyote" "peyotes"; -lin pfennig_N = mkN "pfennig" "pfennigs"; -lin phaeton_N = mkN "phaeton" "phaetons"; -lin phagocyte_N = mkN "phagocyte" "phagocytes"; -lin phalanx_N = mkN "phalanx" "phalanxes"; -lin phallic_A = compoundA (mkA "phallic"); -lin phallus_N = mkN "phallus" "phalluses"; -lin phantasm_N = mkN "phantasm" "phantasms"; -lin phantasmagoria_N = mkN "phantasmagoria" "phantasmagorias"; -lin phantasmal_A = compoundA (mkA "phantasmal"); -lin phantasy_N = mkN "phantasy" "phantasies"; -lin phantom_N = mkN "phantom" "phantoms"; -lin pharaoh_N = mkN "pharaoh" "pharaohs"; -lin pharisaic_A = compoundA (mkA "pharisaic"); -lin pharisaical_A = compoundA (mkA "pharisaical"); -lin pharisee_N = mkN "pharisee" "pharisees"; -lin pharmaceutical_A = compoundA (mkA "pharmaceutical"); -lin pharmacist_N = mkN "pharmacist" "pharmacists"; -lin pharmacological_A = compoundA (mkA "pharmacological"); -lin pharmacologically_Adv = mkAdv "pharmacologically"; -lin pharmacologist_N = mkN "pharmacologist" "pharmacologists"; -lin pharmacology_N = mkN "pharmacology" "-" {- FIXME: no plural form -}; -lin pharmacopoeia_N = mkN "pharmacopoeia" "pharmacopoeias"; -lin pharmacy_N = mkN "pharmacy" "pharmacies"; -lin pharos_N = mkN "pharos" "IRREG"; -lin pharyngitis_N = mkN "pharyngitis" "-" {- FIXME: no plural form -}; -lin pharynx_N = mkN "pharynx" "pharynxes"; -lin phase_N = mkN "phase" "phases"; -lin phase_V2 = mkV2 (mkV "phase" "phases" "phased" "phased" "phasing"); -lin phd_N = mkN "phd" "-" {- FIXME: no plural form -}; -lin pheasant_N = mkN "pheasant" "pheasants"; -lin phenobarbitone_N = mkN "phenobarbitone" "-" {- FIXME: no plural form -}; -lin phenol_N = mkN "phenol" "-" {- FIXME: no plural form -}; -lin phenomenal_A = compoundA (mkA "phenomenal"); -lin phenomenally_Adv = mkAdv "phenomenally"; -lin phenomenon_N = mkN "phenomenon" "phenomena" {- FIXME: guessed plural form -}; -lin phial_N = mkN "phial" "phials"; -lin phil_PN = mkPN "Phil"; -lin philadelphia_PN = mkPN "Philadelphia"; -lin philander_V = mkV "philander" "philanders" "philandered" "philandered" "philandering"; -lin philanderer_N = mkN "philanderer" "philanderers"; -lin philanthropic_A = compoundA (mkA "philanthropic"); -lin philanthropically_Adv = mkAdv "philanthropically"; -lin philanthropist_N = mkN "philanthropist" "philanthropists"; -lin philanthropy_N = mkN "philanthropy" "-" {- FIXME: no plural form -}; -lin philatelic_A = compoundA (mkA "philatelic"); -lin philatelist_N = mkN "philatelist" "philatelists"; -lin philately_N = mkN "philately" "-" {- FIXME: no plural form -}; -lin philharmonic_A = compoundA (mkA "philharmonic"); -lin philhellene_A = compoundA (mkA "philhellene"); -lin philhellene_N = mkN "philhellene" "philhellenes"; -lin philhellenic_A = compoundA (mkA "philhellenic"); -lin philip_PN = mkPN "Philip"; -lin philippa_PN = mkPN "Philippa"; -lin philippine_A = compoundA (mkA "philippine"); -lin philippine_N = mkN "philippine" "philippines"; -lin philippines_PN = mkPN "Philippines"; -lin philistine_N = mkN "philistine" "philistines"; -lin philistinism_N = mkN "philistinism" "-" {- FIXME: no plural form -}; -lin philological_A = compoundA (mkA "philological"); -lin philologist_N = mkN "philologist" "philologists"; -lin philology_N = mkN "philology" "-" {- FIXME: no plural form -}; -lin philosopher_N = mkN "philosopher" "philosophers"; -lin philosophic_A = compoundA (mkA "philosophic"); -lin philosophical_A = compoundA (mkA "philosophical"); -lin philosophically_Adv = mkAdv "philosophically"; -lin philosophize_V = mkV "philosophize" "philosophizes" "philosophized" "philosophized" "philosophizing"; -lin philosophy_N = mkN "philosophy" "philosophies"; -lin philtre_N = mkN "philtre" "philtres"; -lin phlebitis_N = mkN "phlebitis" "-" {- FIXME: no plural form -}; -lin phlegm_N = mkN "phlegm" "-" {- FIXME: no plural form -}; -lin phlegmatic_A = compoundA (mkA "phlegmatic"); -lin phlegmatically_Adv = mkAdv "phlegmatically"; -lin phlox_N = mkN "phlox" "-" {- FIXME: no plural form -}; -lin phnom_penh_PN = mkPN "Phnom-penh"; -lin phobia_N = mkN "phobia" "phobias"; -lin phoebe_PN = mkPN "Phoebe"; -lin phoenix_N = mkN "phoenix" "phoenixes"; -lin phoenix_PN = mkPN "Phoenix"; -lin phone_N = mkN "phone" "phones"; -lin phone_V = mkV "phone" "phones" "phoned" "phoned" "phoning"; -lin phone_V2 = mkV2 (mkV "phone" "phones" "phoned" "phoned" "phoning"); -lin phone_in_N = mkN "phone-in" "phone-ins"; -lin phonebooth_N = mkN "phonebooth" "phonebooths"; -lin phonecall_N = mkN "phonecall" "phonecalls"; -lin phoneme_N = mkN "phoneme" "phonemes"; -lin phonemic_A = compoundA (mkA "phonemic"); -lin phonemics_N = mkN "phonemics" "phonemics"; -lin phonetic_A = compoundA (mkA "phonetic"); -lin phonetically_Adv = mkAdv "phonetically"; -lin phonetician_N = mkN "phonetician" "phoneticians"; -lin phonetics_N = mkN "phonetics" "phonetics"; -lin phoney_A = compoundA (mkA "phoney"); -lin phoney_N = mkN "phoney" "phoneys"; -lin phonic_A = compoundA (mkA "phonic"); -lin phonics_N = mkN "phonics" "phonics"; -lin phonograph_N = mkN "phonograph" "phonographs"; -lin phonological_A = compoundA (mkA "phonological"); -lin phonology_N = mkN "phonology" "-" {- FIXME: no plural form -}; -lin phony_A = compoundA (mkA "phony"); -lin phony_N = mkN "phony" "phonies"; -lin phosgene_N = mkN "phosgene" "-" {- FIXME: no plural form -}; -lin phosphate_N = mkN "phosphate" "phosphates"; -lin phosphorescence_N = mkN "phosphorescence" "-" {- FIXME: no plural form -}; -lin phosphorescent_A = compoundA (mkA "phosphorescent"); -lin phosphoric_A = compoundA (mkA "phosphoric"); -lin phosphorous_A = compoundA (mkA "phosphorous"); -lin phosphorus_N = mkN "phosphorus" "-" {- FIXME: no plural form -}; -lin photo_N = mkN "photo" "photos"; -lin photocopier_N = mkN "photocopier" "photocopiers"; -lin photocopy_N = mkN "photocopy" "photocopies"; -lin photocopy_V2 = mkV2 (mkV "photocopy" "photocopies" "photocopied" "photocopied" "photocopying"); -lin photoelectric_A = compoundA (mkA "photoelectric"); -lin photoflash_N = mkN "photoflash" "photoflashes"; -lin photogenic_A = compoundA (mkA "photogenic"); -lin photograph_N = mkN "photograph" "photographs"; -lin photograph_V2 = mkV2 (mkV "photograph" "photographs" "photographed" "photographed" "photographing"); -lin photographer_N = mkN "photographer" "photographers"; -lin photographic_A = compoundA (mkA "photographic"); -lin photographically_Adv = mkAdv "photographically"; -lin photography_N = mkN "photography" "-" {- FIXME: no plural form -}; -lin photogravure_N = mkN "photogravure" "photogravures"; -lin photolithography_N = mkN "photolithography" "-" {- FIXME: no plural form -}; -lin photometer_N = mkN "photometer" "photometers"; -lin photon_N = mkN "photon" "photons"; -lin photosensitize_V2 = mkV2 (mkV "photosensitize" "photosensitizes" "photosensitized" "photosensitized" "photosensitizing"); -lin photostat_N = mkN "photostat" "photostats"; -lin photostat_V2 = mkV2 (mkV "photostat" "photostats" "photostatted" "photostatted" "photostatting"); -lin photosynthesis_N = mkN "photosynthesis" "-" {- FIXME: no plural form -}; -lin phrasal_A = compoundA (mkA "phrasal"); -lin phrase_N = mkN "phrase" "phrases"; -lin phrase_V2 = mkV2 (mkV "phrase" "phrases" "phrased" "phrased" "phrasing"); -lin phrase_book_N = mkN "phrase-book" "phrase-books"; -lin phraseology_N = mkN "phraseology" "-" {- FIXME: no plural form -}; -lin phrenetic_A = compoundA (mkA "phrenetic"); -lin phrenologist_N = mkN "phrenologist" "phrenologists"; -lin phrenology_N = mkN "phrenology" "-" {- FIXME: no plural form -}; -lin phthisis_N = mkN "phthisis" "-" {- FIXME: no plural form -}; -lin phut_Adv = mkAdv "phut"; -lin phyllis_PN = mkPN "Phyllis"; -lin phylum_N = mkN "phylum" "phylums"; -lin physic_N = mkN "physic" "physics"; -lin physical_A = compoundA (mkA "physical"); -lin physically_Adv = mkAdv "physically"; -lin physician_N = mkN "physician" "physicians"; -lin physicist_N = mkN "physicist" "physicists"; -lin physics_N = mkN "physics" "physics"; -lin physiognomy_N = mkN "physiognomy" "physiognomies"; -lin physiological_A = compoundA (mkA "physiological"); -lin physiologist_N = mkN "physiologist" "physiologists"; -lin physiology_N = mkN "physiology" "-" {- FIXME: no plural form -}; -lin physiotherapist_N = mkN "physiotherapist" "physiotherapists"; -lin physiotherapy_N = mkN "physiotherapy" "-" {- FIXME: no plural form -}; -lin physique_N = mkN "physique" "physiques"; -lin pi_N = mkN "pi" "pis"; -lin piacenza_PN = mkPN "Piacenza"; -lin pianissimo_A = compoundA (mkA "pianissimo"); -lin pianissimo_Adv = mkAdv "pianissimo"; -lin pianist_N = mkN "pianist" "pianists"; -lin piano_A = compoundA (mkA "piano"); -lin piano_Adv = mkAdv "piano"; -lin piano_N = mkN "piano" "pianos"; -lin pianoforte_N = mkN "pianoforte" "pianofortes"; -lin pianola_N = mkN "pianola" "pianolas"; -lin piastre_N = mkN "piastre" "piastres"; -lin piazza_N = mkN "piazza" "piazzas"; -lin pibroch_N = mkN "pibroch" "pibrochs"; -lin pica_N = mkN "pica" "pica"; -lin picador_N = mkN "picador" "picadors"; -lin picaresque_A = compoundA (mkA "picaresque"); -lin piccalilli_N = mkN "piccalilli" "-" {- FIXME: no plural form -}; -lin piccaninny_N = mkN "piccaninny" "piccaninnies"; -lin piccolo_N = mkN "piccolo" "piccolos"; -lin pick_N = mkN "pick" "picks"; -lin pick_V = mkV "pick" "picks" "picked" "picked" "picking"; -lin pick_V2 = mkV2 (mkV "pick" "picks" "picked" "picked" "picking"); -lin pick_me_up_N = mkN "pick-me-up" "pick-me-ups"; -lin pick_up_N = mkN "pick-up" "pick-ups"; -lin pickaback_Adv = mkAdv "pickaback"; -lin pickaxe_N = mkN "pickaxe" "pickaxes"; -lin picker_N = mkN "picker" "pickers"; -lin pickerel_N = mkN "pickerel" "pickerel"; -lin picket_N = mkN "picket" "pickets"; -lin picket_V = mkV "picket" "pickets" "picketed" "picketed" "picketing"; -lin picket_V2 = mkV2 (mkV "picket" "pickets" "picketed" "picketed" "picketing"); -lin picking_N = mkN "picking" "pickings"; -lin pickle_N = mkN "pickle" "pickles"; -lin pickle_V2 = mkV2 (mkV "pickle" "pickles" "pickled" "pickled" "pickling"); -lin pickpocket_N = mkN "pickpocket" "pickpockets"; -lin picnic_N = mkN "picnic" "picnics"; -lin picnic_V = mkV "picnic" "IRREG" "IRREG" "IRREG" "IRREG"; -lin picnicker_N = mkN "picnicker" "picnickers"; -lin picric_A = compoundA (mkA "picric"); -lin pictorial_A = compoundA (mkA "pictorial"); -lin pictorial_N = mkN "pictorial" "pictorials"; -lin picture_N = mkN "picture" "pictures"; -lin picture_V2 = mkV2 (mkV "picture" "pictures" "pictured" "pictured" "picturing"); -lin picture_book_N = mkN "picture-book" "picture-books"; -lin picture_card_N = mkN "picture-card" "picture-cards"; -lin picture_gallery_N = mkN "picture-gallery" "picture-galleries"; -lin picturesque_A = compoundA (mkA "picturesque"); -lin picturesquely_Adv = mkAdv "picturesquely"; -lin picturesqueness_N = mkN "picturesqueness" "-" {- FIXME: no plural form -}; -lin piddle_N = mkN "piddle" "piddles"; -lin piddle_V = mkV "piddle" "piddles" "piddled" "piddled" "piddling"; -lin piddling_A = compoundA (mkA "piddling"); -lin pidgin_N = mkN "pidgin" "pidgins"; -lin pie_N = mkN "pie" "pies"; -lin pie_crust_N = mkN "pie-crust" "-" {- FIXME: no plural form -}; -lin piebald_A = compoundA (mkA "piebald"); -lin piece_N = mkN "piece" "pieces"; -lin piece_V2 = mkV2 (mkV "piece" "pieces" "pieced" "pieced" "piecing"); -lin piecemeal_A = compoundA (mkA "piecemeal"); -lin piecemeal_Adv = mkAdv "piecemeal"; -lin piecework_N = mkN "piecework" "-" {- FIXME: no plural form -}; -lin pied_A = compoundA (mkA "pied"); -lin pied_a_terre_N = mkN "pied-à-terre" "pied-à-terres"; -lin pier_N = mkN "pier" "piers"; -lin pier_glass_N = mkN "pier-glass" "pier-glasses"; -lin pierce_V = mkV "pierce" "pierces" "pierced" "pierced" "piercing"; -lin pierce_V2 = mkV2 (mkV "pierce" "pierces" "pierced" "pierced" "piercing"); -lin piercing_A = compoundA (mkA "piercing"); -lin piercingly_Adv = mkAdv "piercingly"; -lin pierrot_N = mkN "pierrot" "pierrots"; -lin piety_N = mkN "piety" "pieties"; -lin pieta_N = mkN "pietà" "pietàs"; -lin piffle_N = mkN "piffle" "-" {- FIXME: no plural form -}; -lin piffle_V = mkV "piffle" "piffles" "piffled" "piffled" "piffling"; -lin piffling_A = compoundA (mkA "piffling"); -lin pig_N = mkN "pig" "pigs"; -lin pig_V = mkV "pig" "pigs" "pigged" "pigged" "pigging"; -lin pig_headed_A = compoundA (mkA "pig-headed"); -lin pig_headedly_Adv = mkAdv "pig-headedly"; -lin pig_headedness_N = mkN "pig-headedness" "-" {- FIXME: no plural form -}; -lin pig_iron_N = mkN "pig-iron" "-" {- FIXME: no plural form -}; -lin pig_sticking_N = mkN "pig-sticking" "-" {- FIXME: no plural form -}; -lin pigboat_N = mkN "pigboat" "pigboats"; -lin pigeon_N = mkN "pigeon" "pigeons"; -lin pigeon_breasted_A = compoundA (mkA "pigeon-breasted"); -lin pigeon_toed_A = compoundA (mkA "pigeon-toed"); -lin pigeonhole_N = mkN "pigeonhole" "pigeonholes"; -lin pigeonhole_V2 = mkV2 (mkV "pigeonhole" "pigeonholes" "pigeonholed" "pigeonholed" "pigeonholing"); -lin piggery_N = mkN "piggery" "piggeries"; -lin piggish_A = compoundA (mkA "piggish"); -lin piggishly_Adv = mkAdv "piggishly"; -lin piggishness_N = mkN "piggishness" "-" {- FIXME: no plural form -}; -lin piggy_A = mkA "piggy" "piggier"; -lin piggy_N = mkN "piggy" "piggies"; -lin piggyback_N = mkN "piggyback" "piggybacks"; -lin piglet_N = mkN "piglet" "piglets"; -lin pigment_N = mkN "pigment" "pigments"; -lin pigmentation_N = mkN "pigmentation" "pigmentations"; -lin pigmy_N = mkN "pigmy" "pigmies"; -lin pigskin_N = mkN "pigskin" "-" {- FIXME: no plural form -}; -lin pigsty_N = mkN "pigsty" "pigsties"; -lin pigswill_N = mkN "pigswill" "-" {- FIXME: no plural form -}; -lin pigtail_N = mkN "pigtail" "pigtails"; -lin pigwash_N = mkN "pigwash" "-" {- FIXME: no plural form -}; -lin pike_N = mkN "pike" "pike"; -lin pikestaff_N = mkN "pikestaff" "pikestaffs"; -lin pilaf_N = mkN "pilaf" "-" {- FIXME: no plural form -}; -lin pilaff_N = mkN "pilaff" "-" {- FIXME: no plural form -}; -lin pilaster_N = mkN "pilaster" "pilasters"; -lin pilau_N = mkN "pilau" "-" {- FIXME: no plural form -}; -lin pilchard_N = mkN "pilchard" "pilchards"; -lin pile_N = mkN "pile" "piles"; -lin pile_V = mkV "pile" "piles" "piled" "piled" "piling"; -lin pile_V2 = mkV2 (mkV "pile" "piles" "piled" "piled" "piling"); -lin pile_driver_N = mkN "pile-driver" "pile-drivers"; -lin pile_dwelling_N = mkN "pile-dwelling" "pile-dwellings"; -lin pile_up_N = mkN "pile-up" "pile-ups"; -lin piles_N = mkN "piles" "piles"; -lin pilfer_V = mkV "pilfer" "pilfers" "pilfered" "pilfered" "pilfering"; -lin pilfer_V2 = mkV2 (mkV "pilfer" "pilfers" "pilfered" "pilfered" "pilfering"); -lin pilferage_N = mkN "pilferage" "-" {- FIXME: no plural form -}; -lin pilferer_N = mkN "pilferer" "pilferers"; -lin pilgrim_N = mkN "pilgrim" "pilgrims"; -lin pilgrimage_N = mkN "pilgrimage" "pilgrimages"; -lin pill_N = mkN "pill" "pills"; -lin pill_PN = mkPN "Pill"; -lin pillage_N = mkN "pillage" "pillages"; -lin pillage_V2 = mkV2 (mkV "pillage" "pillages" "pillaged" "pillaged" "pillaging"); -lin pillager_N = mkN "pillager" "pillagers"; -lin pillar_N = mkN "pillar" "pillars"; -lin pillar_box_N = mkN "pillar-box" "pillar-boxes"; -lin pillared_A = compoundA (mkA "pillared"); -lin pillbox_N = mkN "pillbox" "pillboxes"; -lin pillion_N = mkN "pillion" "pillions"; -lin pillory_N = mkN "pillory" "pillories"; -lin pillow_N = mkN "pillow" "pillows"; -lin pillow_V2 = mkV2 (mkV "pillow" "pillows" "pillowed" "pillowed" "pillowing"); -lin pillow_fight_N = mkN "pillow-fight" "pillow-fights"; -lin pillowcase_N = mkN "pillowcase" "pillowcases"; -lin pillowslip_N = mkN "pillowslip" "pillowslips"; -lin pilot_N = mkN "pilot" "pilots"; -lin pilot_V2 = mkV2 (mkV "pilot" "pilots" "piloted" "piloted" "piloting"); -lin pilot_boat_N = mkN "pilot-boat" "pilot-boats"; -lin pilot_burner_N = mkN "pilot-burner" "pilot-burners"; -lin pilot_cloth_N = mkN "pilot-cloth" "-" {- FIXME: no plural form -}; -lin pilot_engine_N = mkN "pilot-engine" "pilot-engines"; -lin pilot_fish_N = mkN "pilot-fish" "pilot-fish"; -lin pilot_light_N = mkN "pilot-light" "pilot-lights"; -lin pimento_N = mkN "pimento" "pimentos"; -lin pimp_N = mkN "pimp" "pimps"; -lin pimp_V = mkV "pimp" "pimps" "pimped" "pimped" "pimping"; -lin pimpernel_N = mkN "pimpernel" "pimpernels"; -lin pimple_N = mkN "pimple" "pimples"; -lin pimpled_A = compoundA (mkA "pimpled"); -lin pimply_A = mkA "pimply" "pimplier"; -lin pin_N = mkN "pin" "pins"; -lin pin_V2 = mkV2 (mkV "pin" "pins" "pinned" "pinned" "pinning"); -lin pin_money_N = mkN "pin-money" "-" {- FIXME: no plural form -}; -lin pin_table_N = mkN "pin-table" "pin-tables"; -lin pin_up_N = mkN "pin-up" "pin-ups"; -lin pinafore_N = mkN "pinafore" "pinafores"; -lin pinball_N = mkN "pinball" "-" {- FIXME: no plural form -}; -lin pince_nez_N = mkN "pince-nez" "pince-nez"; -lin pincer_N = mkN "pincer" "pincers"; -lin pinch_N = mkN "pinch" "pinches"; -lin pinch_V = mkV "pinch" "pinches" "pinched" "pinched" "pinching"; -lin pinch_V2 = mkV2 (mkV "pinch" "pinches" "pinched" "pinched" "pinching"); -lin pinchbeck_A = compoundA (mkA "pinchbeck"); -lin pinchbeck_N = mkN "pinchbeck" "pinchbecks"; -lin pincushion_N = mkN "pincushion" "pincushions"; -lin pine_N = mkN "pine" "pines"; -lin pine_V = mkV "pine" "pines" "pined" "pined" "pining"; -lin pineal_A = compoundA (mkA "pineal"); -lin pineapple_N = mkN "pineapple" "pineapples"; -lin ping_N = mkN "ping" "pings"; -lin ping_V = mkV "ping" "pings" "pinged" "pinged" "pinging"; -lin pingpong_N = mkN "pingpong" "-" {- FIXME: no plural form -}; -lin pinhead_N = mkN "pinhead" "pinheads"; -lin pinion_N = mkN "pinion" "pinions"; -lin pinion_V2 = mkV2 (mkV "pinion" "pinions" "pinioned" "pinioned" "pinioning"); -lin pink_A = mkA "pink" "pinker"; -lin pink_N = mkN "pink" "pinks"; -lin pink_V = mkV "pink" "pinks" "pinked" "pinked" "pinking"; -lin pink_V2 = mkV2 (mkV "pink" "pinks" "pinked" "pinked" "pinking"); -lin pinkish_A = compoundA (mkA "pinkish"); -lin pinnace_N = mkN "pinnace" "pinnaces"; -lin pinnacle_N = mkN "pinnacle" "pinnacles"; -lin pinnacle_V2 = mkV2 (mkV "pinnacle" "pinnacles" "pinnacled" "pinnacled" "pinnacling"); -lin pinnate_A = compoundA (mkA "pinnate"); -lin pinny_N = mkN "pinny" "pinnies"; -lin pinpoint_N = mkN "pinpoint" "pinpoints"; -lin pinpoint_V2 = mkV2 (mkV "pinpoint" "pinpoints" "pinpointed" "pinpointed" "pinpointing"); -lin pinprick_N = mkN "pinprick" "pinpricks"; -lin pinstripe_A = compoundA (mkA "pinstripe"); -lin pint_N = mkN "pint" "pints"; -lin pioneer_N = mkN "pioneer" "pioneers"; -lin pioneer_V = mkV "pioneer" "pioneers" "pioneered" "pioneered" "pioneering"; -lin pioneer_V2 = mkV2 (mkV "pioneer" "pioneers" "pioneered" "pioneered" "pioneering"); -lin pious_A = compoundA (mkA "pious"); -lin piously_Adv = mkAdv "piously"; -lin pip_N = mkN "pip" "pips"; -lin pip_V2 = mkV2 (mkV "pip" "pips" "pipped" "pipped" "pipping"); -lin pipal_N = mkN "pipal" "pipals"; -lin pipe_N = mkN "pipe" "pipes"; -lin pipe_V = mkV "pipe" "pipes" "piped" "piped" "piping"; -lin pipe_V2 = mkV2 (mkV "pipe" "pipes" "piped" "piped" "piping"); -lin pipe_organ_N = mkN "pipe-organ" "pipe-organs"; -lin pipe_rack_N = mkN "pipe-rack" "pipe-racks"; -lin pipeclay_N = mkN "pipeclay" "-" {- FIXME: no plural form -}; -lin pipedream_N = mkN "pipedream" "pipedreams"; -lin pipeful_N = mkN "pipeful" "pipefuls"; -lin pipeline_N = mkN "pipeline" "pipelines"; -lin piper_N = mkN "piper" "pipers"; -lin pipette_N = mkN "pipette" "pipettes"; -lin pipework_N = mkN "pipework" "-" {- FIXME: no plural form -}; -lin piping_A = compoundA (mkA "piping"); -lin piping_Adv = mkAdv "piping"; -lin piping_N = mkN "piping" "-" {- FIXME: no plural form -}; -lin pippin_N = mkN "pippin" "pippins"; -lin pipsqueak_N = mkN "pipsqueak" "pipsqueaks"; -lin piquancy_N = mkN "piquancy" "-" {- FIXME: no plural form -}; -lin piquant_A = compoundA (mkA "piquant"); -lin piquantly_Adv = mkAdv "piquantly"; -lin pique_N = mkN "pique" "piques"; -lin pique_V2 = mkV2 (mkV "pique" "piques" "piqued" "piqued" "piquing"); -lin piquet_N = mkN "piquet" "-" {- FIXME: no plural form -}; -lin piracy_N = mkN "piracy" "piracies"; -lin piraeus_PN = mkPN "Piraeus"; -lin piranha_N = mkN "piranha" "piranhas"; -lin pirate_N = mkN "pirate" "pirates"; -lin pirate_V2 = mkV2 (mkV "pirate" "pirates" "pirated" "pirated" "pirating"); -lin piratical_A = compoundA (mkA "piratical"); -lin piratically_Adv = mkAdv "piratically"; -lin pirouette_N = mkN "pirouette" "pirouettes"; -lin pirouette_V = mkV "pirouette" "pirouettes" "pirouetted" "pirouetted" "pirouetting"; -lin pis_aller_N = mkN "pis aller" "IRREG"; -lin pisa_PN = mkPN "Pisa"; -lin piscatorial_A = compoundA (mkA "piscatorial"); -lin pisces_PN = mkPN "Pisces"; -lin piss_N = mkN "piss" "pisses"; -lin piss_V = mkV "piss" "pisses" "pissed" "pissed" "pissing"; -lin piss_V2 = mkV2 (mkV "piss" "pisses" "pissed" "pissed" "pissing"); -lin pissed_A = compoundA (mkA "pissed"); -lin pistachio_N = mkN "pistachio" "pistachios"; -lin pistil_N = mkN "pistil" "pistils"; -lin pistol_N = mkN "pistol" "pistols"; -lin piston_N = mkN "piston" "pistons"; -lin pit_N = mkN "pit" "pits"; -lin pit_V2 = mkV2 (mkV "pit" "pits" "pitted" "pitted" "pitting"); -lin pit_a_pat_Adv = mkAdv "pit-a-pat"; -lin pit_prop_N = mkN "pit-prop" "pit-props"; -lin pitch_N = mkN "pitch" "pitches"; -lin pitch_V = mkV "pitch" "pitches" "pitched" "pitched" "pitching"; -lin pitch_V2 = mkV2 (mkV "pitch" "pitches" "pitched" "pitched" "pitching"); -lin pitch_black_A = compoundA (mkA "pitch-black"); -lin pitch_dark_A = compoundA (mkA "pitch-dark"); -lin pitchblende_N = mkN "pitchblende" "-" {- FIXME: no plural form -}; -lin pitcher_N = mkN "pitcher" "pitchers"; -lin pitchfork_N = mkN "pitchfork" "pitchforks"; -lin pitchfork_V2 = mkV2 (mkV "pitchfork" "pitchforks" "pitchforked" "pitchforked" "pitchforking"); -lin piteous_A = compoundA (mkA "piteous"); -lin piteously_Adv = mkAdv "piteously"; -lin pitfall_N = mkN "pitfall" "pitfalls"; -lin pith_N = mkN "pith" "-" {- FIXME: no plural form -}; -lin pithead_N = mkN "pithead" "pitheads"; -lin pithily_Adv = mkAdv "pithily"; -lin pithy_A = mkA "pithy" "pithier"; -lin pitiable_A = compoundA (mkA "pitiable"); -lin pitiably_Adv = mkAdv "pitiably"; -lin pitiful_A = compoundA (mkA "pitiful"); -lin pitifully_Adv = mkAdv "pitifully"; -lin pitiless_A = compoundA (mkA "pitiless"); -lin pitilessly_Adv = mkAdv "pitilessly"; -lin pitman_N = mkN "pitman" "pitmen" {- FIXME: guessed plural form -}; -lin piton_N = mkN "piton" "pitons"; -lin pitsaw_N = mkN "pitsaw" "pitsaws"; -lin pittance_N = mkN "pittance" "pittances"; -lin pitter_patter_N = mkN "pitter-patter" "-" {- FIXME: no plural form -}; -lin pittsburgh_PN = mkPN "Pittsburgh"; -lin pituitary_A = compoundA (mkA "pituitary"); -lin pituitary_N = mkN "pituitary" "pituitaries"; -lin pity_N = mkN "pity" "pities"; -lin pity_V2 = mkV2 (mkV "pity" "pities" "pitied" "pitied" "pitying"); -lin pitying_A = compoundA (mkA "pitying"); -lin pityingly_Adv = mkAdv "pityingly"; -lin pivot_N = mkN "pivot" "pivots"; -lin pivot_V = mkV "pivot" "pivots" "pivoted" "pivoted" "pivoting"; -lin pivot_V2 = mkV2 (mkV "pivot" "pivots" "pivoted" "pivoted" "pivoting"); -lin pivotal_A = compoundA (mkA "pivotal"); -lin pixie_N = mkN "pixie" "pixies"; -lin pixilated_A = compoundA (mkA "pixilated"); -lin pixy_N = mkN "pixy" "pixies"; -lin pizza_N = mkN "pizza" "pizzas"; -lin pizzicato_A = compoundA (mkA "pizzicato"); -lin pizzicato_Adv = mkAdv "pizzicato"; -lin placard_N = mkN "placard" "placards"; -lin placard_V2 = mkV2 (mkV "placard" "placards" "placarded" "placarded" "placarding"); -lin placate_V2 = mkV2 (mkV "placate" "placates" "placated" "placated" "placating"); -lin placatingly_Adv = mkAdv "placatingly"; -lin place_N = mkN "place" "places"; -lin place_V2 = mkV2 (mkV "place" "places" "placed" "placed" "placing"); -lin place_bet_N = mkN "place-bet" "place-bets"; -lin place_name_N = mkN "place-name" "place-names"; -lin placebo_N = mkN "placebo" "placebos"; -lin placeman_N = mkN "placeman" "placemen" {- FIXME: guessed plural form -}; -lin placement_N = mkN "placement" "placements"; -lin placenta_N = mkN "placenta" "placentas"; -lin placeseeker_N = mkN "placeseeker" "placeseekers"; -lin placid_A = compoundA (mkA "placid"); -lin placidity_N = mkN "placidity" "-" {- FIXME: no plural form -}; -lin placidly_Adv = mkAdv "placidly"; -lin placing_N = mkN "placing" "placings"; -lin placket_N = mkN "placket" "plackets"; -lin plage_N = mkN "plage" "IRREG"; -lin plagiarism_N = mkN "plagiarism" "plagiarisms"; -lin plagiarist_N = mkN "plagiarist" "plagiarists"; -lin plagiarize_V2 = mkV2 (mkV "plagiarize" "plagiarizes" "plagiarized" "plagiarized" "plagiarizing"); -lin plague_N = mkN "plague" "plagues"; -lin plague_V2 = mkV2 (mkV "plague" "plagues" "plagued" "plagued" "plaguing"); -lin plague_spot_N = mkN "plague-spot" "plague-spots"; -lin plaguily_Adv = mkAdv "plaguily"; -lin plaguy_A = compoundA (mkA "plaguy"); -lin plaice_N = mkN "plaice" "plaice"; -lin plaid_N = mkN "plaid" "plaids"; -lin plain_A = mkA "plain" "plainer"; -lin plain_Adv = mkAdv "plain"; -lin plain_N = mkN "plain" "plains"; -lin plain_V = mkV "plain" "plains" "plained" "plained" "plaining"; -lin plain_V2 = mkV2 (mkV "plain" "plains" "plained" "plained" "plaining"); -lin plain_spoken_A = compoundA (mkA "plain-spoken"); -lin plainly_Adv = mkAdv "plainly"; -lin plainness_N = mkN "plainness" "-" {- FIXME: no plural form -}; -lin plainsman_N = mkN "plainsman" "plainsmen" {- FIXME: guessed plural form -}; -lin plaint_N = mkN "plaint" "plaints"; -lin plaintiff_N = mkN "plaintiff" "plaintiffs"; -lin plaintive_A = compoundA (mkA "plaintive"); -lin plaintively_Adv = mkAdv "plaintively"; -lin plaintiveness_N = mkN "plaintiveness" "-" {- FIXME: no plural form -}; -lin plait_N = mkN "plait" "plaits"; -lin plait_V2 = mkV2 (mkV "plait" "plaits" "plaited" "plaited" "plaiting"); -lin plan_N = mkN "plan" "plans"; -lin plan_V2 = mkV2 (mkV "plan" "plans" "planned" "planned" "planning"); -lin planchette_N = mkN "planchette" "planchettes"; -lin plane_N = mkN "plane" "planes"; -lin plane_V = mkV "plane" "planes" "planed" "planed" "planing"; -lin plane_V2 = mkV2 (mkV "plane" "planes" "planed" "planed" "planing"); -lin plane_tree_N = mkN "plane-tree" "plane-trees"; -lin planet_N = mkN "planet" "planets"; -lin planetarium_N = mkN "planetarium" "planetariums"; -lin planetary_A = compoundA (mkA "planetary"); -lin plangent_A = compoundA (mkA "plangent"); -lin plank_N = mkN "plank" "planks"; -lin plank_V2 = mkV2 (mkV "plank" "planks" "planked" "planked" "planking"); -lin plank_bed_N = mkN "plank-bed" "plank-beds"; -lin planking_N = mkN "planking" "-" {- FIXME: no plural form -}; -lin plankton_N = mkN "plankton" "-" {- FIXME: no plural form -}; -lin planless_A = compoundA (mkA "planless"); -lin planner_N = mkN "planner" "planners"; -lin plant_N = mkN "plant" "plants"; -lin plant_V2 = mkV2 (mkV "plant" "plants" "planted" "planted" "planting"); -lin plant_louse_N = mkN "plant-louse" "plant-lice" {- FIXME: guessed plural form -}; -lin plantain_N = mkN "plantain" "plantains"; -lin plantation_N = mkN "plantation" "plantations"; -lin planter_N = mkN "planter" "planters"; -lin plaque_N = mkN "plaque" "plaques"; -lin plash_N = mkN "plash" "IRREG"; -lin plash_V = mkV "plash" "plashes" "plashed" "plashed" "plashing"; -lin plash_V2 = mkV2 (mkV "plash" "plashes" "plashed" "plashed" "plashing"); -lin plasm_N = mkN "plasm" "-" {- FIXME: no plural form -}; -lin plasma_N = mkN "plasma" "-" {- FIXME: no plural form -}; -lin plaster_N = mkN "plaster" "plasters"; -lin plaster_V2 = mkV2 (mkV "plaster" "plasters" "plastered" "plastered" "plastering"); -lin plasterboard_N = mkN "plasterboard" "-" {- FIXME: no plural form -}; -lin plastered_A = compoundA (mkA "plastered"); -lin plasterer_N = mkN "plasterer" "plasterers"; -lin plastic_A = compoundA (mkA "plastic"); -lin plastic_N = mkN "plastic" "plastics"; -lin plastic_bomb_N = mkN "plastic-bomb" "plastic-bombs"; -lin plasticine_N = mkN "plasticine" "-" {- FIXME: no plural form -}; -lin plasticity_N = mkN "plasticity" "-" {- FIXME: no plural form -}; -lin plastics_N = mkN "plastics" "plastics"; -lin plate_N = mkN "plate" "plates"; -lin plate_V2 = mkV2 (mkV "plate" "plates" "plated" "plated" "plating"); -lin plate_glass_N = mkN "plate-glass" "-" {- FIXME: no plural form -}; -lin plate_powder_N = mkN "plate-powder" "-" {- FIXME: no plural form -}; -lin plate_rack_N = mkN "plate-rack" "plate-racks"; -lin plateau_N = mkN "plateau" "plateaus"; -lin plateful_N = mkN "plateful" "platefuls"; -lin platelayer_N = mkN "platelayer" "platelayers"; -lin platform_N = mkN "platform" "platforms"; -lin plating_N = mkN "plating" "-" {- FIXME: no plural form -}; -lin platinum_N = mkN "platinum" "-" {- FIXME: no plural form -}; -lin platitude_N = mkN "platitude" "platitudes"; -lin platitudinous_A = compoundA (mkA "platitudinous"); -lin platonic_A = compoundA (mkA "platonic"); -lin platoon_N = mkN "platoon" "platoons"; -lin platter_N = mkN "platter" "platters"; -lin platypus_N = mkN "platypus" "platypuses"; -lin plaudit_N = mkN "plaudit" "plaudits"; -lin plausibility_N = mkN "plausibility" "plausibilities"; -lin plausible_A = compoundA (mkA "plausible"); -lin plausibly_Adv = mkAdv "plausibly"; -lin play_N = mkN "play" "plays"; -lin play_V = mkV "play" "plays" "played" "played" "playing"; -lin play_V2 = mkV2 (mkV "play" "plays" "played" "played" "playing"); -lin play_acting_N = mkN "play-acting" "-" {- FIXME: no plural form -}; -lin play_actor_N = mkN "play-actor" "play-actors"; -lin play_box_N = mkN "play-box" "play-boxes"; -lin play_off_N = mkN "play-off" "play-offs"; -lin play_reading_N = mkN "play-reading" "play-readings"; -lin playback_N = mkN "playback" "playbacks"; -lin playbill_N = mkN "playbill" "playbills"; -lin playboy_N = mkN "playboy" "playboys"; -lin player_N = mkN "player" "players"; -lin player_piano_N = mkN "player-piano" "player-pianos"; -lin playfellow_N = mkN "playfellow" "playfellows"; -lin playful_A = compoundA (mkA "playful"); -lin playfully_Adv = mkAdv "playfully"; -lin playfulness_N = mkN "playfulness" "-" {- FIXME: no plural form -}; -lin playgoer_N = mkN "playgoer" "playgoers"; -lin playground_N = mkN "playground" "playgrounds"; -lin playgroup_N = mkN "playgroup" "playgroups"; -lin playhouse_N = mkN "playhouse" "playhouses"; -lin playing_N = mkN "playing" "playings"; -lin playing_card_N = mkN "playing-card" "playing-cards"; -lin playing_field_N = mkN "playing-field" "playing-fields"; -lin playlet_N = mkN "playlet" "playlets"; -lin playmate_N = mkN "playmate" "playmates"; -lin playpen_N = mkN "playpen" "playpens"; -lin playroom_N = mkN "playroom" "playrooms"; -lin playschool_N = mkN "playschool" "playschools"; -lin playsuit_N = mkN "playsuit" "playsuits"; -lin plaything_N = mkN "plaything" "playthings"; -lin playtime_N = mkN "playtime" "playtimes"; -lin playwright_N = mkN "playwright" "playwrights"; -lin plaza_N = mkN "plaza" "plazas"; -lin plc_PN = mkPN "Plc"; -lin plea_N = mkN "plea" "pleas"; -lin pleach_V2 = mkV2 (mkV "pleach" "pleaches" "pleached" "pleached" "pleaching"); -lin plead_V = mkV "plead" "pleads" "pleaded" "pleaded" "pleading"; -lin plead_V2 = mkV2 (mkV "plead" "pleads" "pleaded" "pleaded" "pleading"); -lin pleadingly_Adv = mkAdv "pleadingly"; -lin pleasance_N = mkN "pleasance" "pleasances"; -lin pleasant_A = mkA "pleasant" "pleasanter"; -lin pleasantly_Adv = mkAdv "pleasantly"; -lin pleasantness_N = mkN "pleasantness" "-" {- FIXME: no plural form -}; -lin pleasantry_N = mkN "pleasantry" "pleasantries"; -lin please_V = mkV "please" "pleases" "pleased" "pleased" "pleasing"; -lin please_V2 = mkV2 (mkV "please" "pleases" "pleased" "pleased" "pleasing"); -lin pleased_A = compoundA (mkA "pleased"); -lin pleasing_A = compoundA (mkA "pleasing"); -lin pleasingly_Adv = mkAdv "pleasingly"; -lin pleasurable_A = compoundA (mkA "pleasurable"); -lin pleasurably_Adv = mkAdv "pleasurably"; -lin pleasure_N = mkN "pleasure" "pleasures"; -lin pleasure_boat_N = mkN "pleasure-boat" "pleasure-boats"; -lin pleasure_craft_N = mkN "pleasure-craft" "pleasure-crafts"; -lin pleasure_ground_N = mkN "pleasure-ground" "pleasure-grounds"; -lin pleat_N = mkN "pleat" "pleats"; -lin pleat_V2 = mkV2 (mkV "pleat" "pleats" "pleated" "pleated" "pleating"); -lin pleb_N = mkN "pleb" "plebs"; -lin plebeian_A = compoundA (mkA "plebeian"); -lin plebeian_N = mkN "plebeian" "plebeians"; -lin plebiscite_N = mkN "plebiscite" "plebiscites"; -lin plectrum_N = mkN "plectrum" "plectrums"; -lin pledge_N = mkN "pledge" "pledges"; -lin pledge_V2 = mkV2 (mkV "pledge" "pledges" "pledged" "pledged" "pledging"); -lin plenarily_Adv = mkAdv "plenarily"; -lin plenary_A = compoundA (mkA "plenary"); -lin plenipotentiary_N = mkN "plenipotentiary" "plenipotentiaries"; -lin plenitude_N = mkN "plenitude" "IRREG"; -lin plenteous_A = compoundA (mkA "plenteous"); -lin plenteously_Adv = mkAdv "plenteously"; -lin plentiful_A = compoundA (mkA "plentiful"); -lin plentifully_Adv = mkAdv "plentifully"; -lin plenty_Adv = mkAdv "plenty"; -lin plenty_N = mkN "plenty" "-" {- FIXME: no plural form -}; -lin pleonasm_N = mkN "pleonasm" "pleonasms"; -lin plethora_N = mkN "plethora" "plethoras"; -lin pleurisy_N = mkN "pleurisy" "-" {- FIXME: no plural form -}; -lin plexus_N = mkN "plexus" "plexus"; -lin pliability_N = mkN "pliability" "-" {- FIXME: no plural form -}; -lin pliable_A = compoundA (mkA "pliable"); -lin pliancy_N = mkN "pliancy" "-" {- FIXME: no plural form -}; -lin pliant_A = compoundA (mkA "pliant"); -lin pliantly_Adv = mkAdv "pliantly"; -lin plight_N = mkN "plight" "plights"; -lin plight_V2 = mkV2 (mkV "plight" "plights" "plighted" "plighted" "plighting"); -lin plimsoll_N = mkN "plimsoll" "plimsolls"; -lin plinth_N = mkN "plinth" "plinths"; -lin plod_V = mkV "plod" "plods" "plodded" "plodded" "plodding"; -lin plod_V2 = mkV2 (mkV "plod" "plods" "plodded" "plodded" "plodding"); -lin plodder_N = mkN "plodder" "plodders"; -lin plodding_A = compoundA (mkA "plodding"); -lin ploddingly_Adv = mkAdv "ploddingly"; -lin plonk_Adv = mkAdv "plonk"; -lin plonk_N = mkN "plonk" "plonks"; -lin plonk_V = mkV "plonk" "plonks" "plonked" "plonked" "plonking"; -lin plop_Adv = mkAdv "plop"; -lin plop_N = mkN "plop" "plops"; -lin plop_V = mkV "plop" "plops" "plopped" "plopped" "plopping"; -lin plosive_A = compoundA (mkA "plosive"); -lin plosive_N = mkN "plosive" "plosives"; -lin plot_N = mkN "plot" "plots"; -lin plot_V = mkV "plot" "plots" "plotted" "plotted" "plotting"; -lin plot_V2 = mkV2 (mkV "plot" "plots" "plotted" "plotted" "plotting"); -lin plotter_N = mkN "plotter" "plotters"; -lin plough_N = mkN "plough" "ploughs"; -lin plough_V = mkV "plough" "ploughs" "ploughed" "ploughed" "ploughing"; -lin plough_V2 = mkV2 (mkV "plough" "ploughs" "ploughed" "ploughed" "ploughing"); -lin ploughboy_N = mkN "ploughboy" "ploughboys"; -lin ploughman_N = mkN "ploughman" "ploughmen" {- FIXME: guessed plural form -}; -lin ploughshare_N = mkN "ploughshare" "ploughshares"; -lin plover_N = mkN "plover" "plovers"; -lin ploy_N = mkN "ploy" "ploys"; -lin pluck_N = mkN "pluck" "plucks"; -lin pluck_V = mkV "pluck" "plucks" "plucked" "plucked" "plucking"; -lin pluck_V2 = mkV2 (mkV "pluck" "plucks" "plucked" "plucked" "plucking"); -lin pluckily_Adv = mkAdv "pluckily"; -lin plucky_A = mkA "plucky" "pluckier"; -lin plug_N = mkN "plug" "plugs"; -lin plug_V = mkV "plug" "plugs" "plugged" "plugged" "plugging"; -lin plug_V2 = mkV2 (mkV "plug" "plugs" "plugged" "plugged" "plugging"); -lin plughole_N = mkN "plughole" "plugholes"; -lin plum_N = mkN "plum" "plums"; -lin plum_pudding_N = mkN "plum-pudding" "plum-puddings"; -lin plumage_N = mkN "plumage" "-" {- FIXME: no plural form -}; -lin plumb_Adv = mkAdv "plumb"; -lin plumb_N = mkN "plumb" "plumbs"; -lin plumb_V2 = mkV2 (mkV "plumb" "plumbs" "plumbed" "plumbed" "plumbing"); -lin plumbago_N = mkN "plumbago" "plumbagos"; -lin plumber_N = mkN "plumber" "plumbers"; -lin plumbing_N = mkN "plumbing" "-" {- FIXME: no plural form -}; -lin plume_N = mkN "plume" "plumes"; -lin plume_V2 = mkV2 (mkV "plume" "plumes" "plumed" "plumed" "pluming"); -lin plummet_N = mkN "plummet" "plummets"; -lin plummet_V = mkV "plummet" "plummets" "plummetted" "plummetted" "plummetting"; -lin plummy_A = mkA "plummy" "plummier"; -lin plump_A = mkA "plump" "plumper"; -lin plump_Adv = mkAdv "plump"; -lin plump_N = mkN "plump" "plumps"; -lin plump_V = mkV "plump" "plumps" "plumped" "plumped" "plumping"; -lin plump_V2 = mkV2 (mkV "plump" "plumps" "plumped" "plumped" "plumping"); -lin plunder_N = mkN "plunder" "-" {- FIXME: no plural form -}; -lin plunder_V = mkV "plunder" "plunders" "plundered" "plundered" "plundering"; -lin plunder_V2 = mkV2 (mkV "plunder" "plunders" "plundered" "plundered" "plundering"); -lin plunderer_N = mkN "plunderer" "plunderers"; -lin plunge_N = mkN "plunge" "plunges"; -lin plunge_V = mkV "plunge" "plunges" "plunged" "plunged" "plunging"; -lin plunge_V2 = mkV2 (mkV "plunge" "plunges" "plunged" "plunged" "plunging"); -lin plunger_N = mkN "plunger" "plungers"; -lin plunk_N = mkN "plunk" "plunks"; -lin pluperfect_A = compoundA (mkA "pluperfect"); -lin pluperfect_N = mkN "pluperfect" "pluperfects"; -lin plural_A = compoundA (mkA "plural"); -lin plural_N = mkN "plural" "plurals"; -lin pluralism_N = mkN "pluralism" "-" {- FIXME: no plural form -}; -lin pluralist_N = mkN "pluralist" "pluralists"; -lin plurality_N = mkN "plurality" "pluralities"; -lin plus_A = compoundA (mkA "plus"); -lin plus_N = mkN "plus" "pluses"; -lin plush_A = mkA "plush" "plusher"; -lin plush_N = mkN "plush" "-" {- FIXME: no plural form -}; -lin plushy_A = mkA "plushy" "plushier"; -lin pluto_PN = mkPN "Pluto"; -lin plutocracy_N = mkN "plutocracy" "plutocracies"; -lin plutocrat_N = mkN "plutocrat" "plutocrats"; -lin plutocratic_A = compoundA (mkA "plutocratic"); -lin plutonium_N = mkN "plutonium" "-" {- FIXME: no plural form -}; -lin ply_N = mkN "ply" "ply"; -lin ply_V = mkV "ply" "plies" "plied" "plied" "plying"; -lin ply_V2 = mkV2 (mkV "ply" "plies" "plied" "plied" "plying"); -lin plymouth_PN = mkPN "Plymouth"; -lin plywood_N = mkN "plywood" "-" {- FIXME: no plural form -}; -lin pneumatic_A = compoundA (mkA "pneumatic"); -lin pneumatically_Adv = mkAdv "pneumatically"; -lin pneumonia_N = mkN "pneumonia" "-" {- FIXME: no plural form -}; -lin po_N = mkN "po" "-" {- FIXME: no plural form -}; -lin poach_V = mkV "poach" "poaches" "poached" "poached" "poaching"; -lin poach_V2 = mkV2 (mkV "poach" "poaches" "poached" "poached" "poaching"); -lin poacher_N = mkN "poacher" "poachers"; -lin pock_N = mkN "pock" "pocks"; -lin pocked_A = compoundA (mkA "pocked"); -lin pocket_N = mkN "pocket" "pockets"; -lin pocket_V2 = mkV2 (mkV "pocket" "pockets" "pocketed" "pocketed" "pocketing"); -lin pocket_book_N = mkN "pocket-book" "pocket-books"; -lin pocket_handkerchief_N = mkN "pocket-handkerchief" "pocket-handkerchiefs"; -lin pocket_knife_N = mkN "pocket-knife" "pocket-knives" {- FIXME: guessed plural form -}; -lin pocket_money_N = mkN "pocket-money" "-" {- FIXME: no plural form -}; -lin pocketful_N = mkN "pocketful" "pocketfuls"; -lin pockmarked_A = compoundA (mkA "pockmarked"); -lin pod_N = mkN "pod" "pods"; -lin pod_V = mkV "pod" "pods" "podded" "podded" "podding"; -lin pod_V2 = mkV2 (mkV "pod" "pods" "podded" "podded" "podding"); -lin podgy_A = mkA "podgy" "podgier"; -lin podiatry_N = mkN "podiatry" "-" {- FIXME: no plural form -}; -lin podium_N = mkN "podium" "podiums"; -lin poem_N = mkN "poem" "poems"; -lin poesy_N = mkN "poesy" "-" {- FIXME: no plural form -}; -lin poet_N = mkN "poet" "poets"; -lin poetess_N = mkN "poetess" "poetesses"; -lin poetic_A = compoundA (mkA "poetic"); -lin poetical_A = compoundA (mkA "poetical"); -lin poetically_Adv = mkAdv "poetically"; -lin poetry_N = mkN "poetry" "-" {- FIXME: no plural form -}; -lin pogrom_N = mkN "pogrom" "pogroms"; -lin poignancy_N = mkN "poignancy" "-" {- FIXME: no plural form -}; -lin poignant_A = compoundA (mkA "poignant"); -lin poignantly_Adv = mkAdv "poignantly"; -lin poinsettia_N = mkN "poinsettia" "poinsettias"; -lin point_N = mkN "point" "points"; -lin point_V = mkV "point" "points" "pointed" "pointed" "pointing"; -lin point_V2 = mkV2 (mkV "point" "points" "pointed" "pointed" "pointing"); -lin point_blank_A = compoundA (mkA "point-blank"); -lin point_blank_Adv = mkAdv "point-blank"; -lin point_duty_N = mkN "point-duty" "-" {- FIXME: no plural form -}; -lin pointed_A = compoundA (mkA "pointed"); -lin pointedly_Adv = mkAdv "pointedly"; -lin pointer_N = mkN "pointer" "pointers"; -lin pointless_A = compoundA (mkA "pointless"); -lin pointlessly_Adv = mkAdv "pointlessly"; -lin pointsman_N = mkN "pointsman" "pointsmen" {- FIXME: guessed plural form -}; -lin poise_N = mkN "poise" "-" {- FIXME: no plural form -}; -lin poise_V = mkV "poise" "poises" "poised" "poised" "poising"; -lin poise_V2 = mkV2 (mkV "poise" "poises" "poised" "poised" "poising"); -lin poison_N = mkN "poison" "poisons"; -lin poison_V2 = mkV2 (mkV "poison" "poisons" "poisoned" "poisoned" "poisoning"); -lin poison_gas_N = mkN "poison-gas" "poison-gases"; -lin poison_ivy_N = mkN "poison-ivy" "poison-ivies"; -lin poisoner_N = mkN "poisoner" "poisoners"; -lin poisonous_A = compoundA (mkA "poisonous"); -lin poisonously_Adv = mkAdv "poisonously"; -lin poke_N = mkN "poke" "pokes"; -lin poke_V = mkV "poke" "pokes" "poked" "poked" "poking"; -lin poke_V2 = mkV2 (mkV "poke" "pokes" "poked" "poked" "poking"); -lin poke_bonnet_N = mkN "poke-bonnet" "poke-bonnets"; -lin poker_N = mkN "poker" "pokers"; -lin poker_face_N = mkN "poker-face" "poker-faces"; -lin poky_A = mkA "poky" "pokier"; -lin poland_PN = mkPN "Poland"; -lin polar_A = compoundA (mkA "polar"); -lin polaris_N = mkN "polaris" "polares" {- FIXME: guessed plural form -}; -lin polarity_N = mkN "polarity" "polarities"; -lin polarization_N = mkN "polarization" "polarizations"; -lin polarize_V2 = mkV2 (mkV "polarize" "polarizes" "polarized" "polarized" "polarizing"); -lin polaroid_N = mkN "polaroid" "-" {- FIXME: no plural form -}; -lin pole_N = mkN "pole" "poles"; -lin pole_jumping_N = mkN "pole-jumping" "-" {- FIXME: no plural form -}; -lin pole_star_N = mkN "pole-star" "pole-stars"; -lin pole_vault_N = mkN "pole-vault" "pole-vaults"; -lin poleax_N = mkN "poleax" "poleaxes"; -lin poleax_V2 = mkV2 (mkV "poleax" "poleaxes" "poleaxed" "poleaxed" "poleaxing"); -lin poleaxe_N = mkN "poleaxe" "poleaxes"; -lin poleaxe_V2 = mkV2 (mkV "poleaxe" "poleaxes" "poleaxed" "poleaxed" "poleaxing"); -lin polecat_N = mkN "polecat" "polecats"; -lin polemic_A = compoundA (mkA "polemic"); -lin polemic_N = mkN "polemic" "polemics"; -lin polemically_Adv = mkAdv "polemically"; -lin police_V2 = mkV2 (mkV "police" "polices" "policed" "policed" "policing"); -lin police_office_N = mkN "police-office" "police-offices"; -lin police_officer_N = mkN "police-officer" "police-officers"; -lin police_station_N = mkN "police-station" "police-stations"; -lin policeman_N = mkN "policeman" "policemen" {- FIXME: guessed plural form -}; -lin policewoman_N = mkN "policewoman" "policewomen" {- FIXME: guessed plural form -}; -lin policy_N = mkN "policy" "policies"; -lin polio_N = mkN "polio" "-" {- FIXME: no plural form -}; -lin poliomyelitis_N = mkN "poliomyelitis" "-" {- FIXME: no plural form -}; -lin polish_A = compoundA (mkA "polish"); -lin polish_N = mkN "polish" "-" {- FIXME: no plural form -}; -lin polish_V = mkV "polish" "polishes" "polished" "polished" "polishing"; -lin polish_V2 = mkV2 (mkV "polish" "polishes" "polished" "polished" "polishing"); -lin polisher_N = mkN "polisher" "polishers"; -lin politburo_N = mkN "politburo" "politburos"; -lin polite_A = mkA "polite" "politer"; -lin politely_Adv = mkAdv "politely"; -lin politeness_N = mkN "politeness" "-" {- FIXME: no plural form -}; -lin politic_A = compoundA (mkA "politic"); -lin political_A = compoundA (mkA "political"); -lin politically_Adv = mkAdv "politically"; -lin politician_N = mkN "politician" "politicians"; -lin politicize_V = mkV "politicize" "politicizes" "politicized" "politicized" "politicizing"; -lin politicize_V2 = mkV2 (mkV "politicize" "politicizes" "politicized" "politicized" "politicizing"); -lin politick_V = mkV "politick" "politicks" "politicked" "politicked" "politicking"; -lin politics_N = mkN "politics" "politics"; -lin polity_N = mkN "polity" "polities"; -lin polka_N = mkN "polka" "polkas"; -lin poll_N = mkN "poll" "polls"; -lin poll_V = mkV "poll" "polls" "polled" "polled" "polling"; -lin poll_V2 = mkV2 (mkV "poll" "polls" "polled" "polled" "polling"); -lin poll_tax_N = mkN "poll-tax" "poll-taxes"; -lin pollard_N = mkN "pollard" "pollards"; -lin pollard_V2 = mkV2 (mkV "pollard" "pollards" "pollarded" "pollarded" "pollarding"); -lin pollen_N = mkN "pollen" "-" {- FIXME: no plural form -}; -lin pollinate_V2 = mkV2 (mkV "pollinate" "pollinates" "pollinated" "pollinated" "pollinating"); -lin pollination_N = mkN "pollination" "-" {- FIXME: no plural form -}; -lin polling_booth_N = mkN "polling-booth" "polling-booths"; -lin polling_day_N = mkN "polling-day" "polling-days"; -lin polling_station_N = mkN "polling-station" "polling-stations"; -lin pollster_N = mkN "pollster" "pollsters"; -lin pollutant_N = mkN "pollutant" "pollutants"; -lin pollute_V2 = mkV2 (mkV "pollute" "pollutes" "polluted" "polluted" "polluting"); -lin pollution_N = mkN "pollution" "-" {- FIXME: no plural form -}; -lin polly_PN = mkPN "Polly"; -lin polo_N = mkN "polo" "-" {- FIXME: no plural form -}; -lin polo_neck_A = compoundA (mkA "polo-neck"); -lin polonaise_N = mkN "polonaise" "polonaises"; -lin polony_N = mkN "polony" "-" {- FIXME: no plural form -}; -lin poltergeist_N = mkN "poltergeist" "poltergeists"; -lin poltroon_N = mkN "poltroon" "poltroons"; -lin poltroonery_N = mkN "poltroonery" "-" {- FIXME: no plural form -}; -lin poly_N = mkN "poly" "polys"; -lin polyandrous_A = compoundA (mkA "polyandrous"); -lin polyandry_N = mkN "polyandry" "-" {- FIXME: no plural form -}; -lin polyanthus_N = mkN "polyanthus" "polyanthuses"; -lin polygamist_N = mkN "polygamist" "polygamists"; -lin polygamous_A = compoundA (mkA "polygamous"); -lin polygamy_N = mkN "polygamy" "-" {- FIXME: no plural form -}; -lin polyglot_A = compoundA (mkA "polyglot"); -lin polyglot_N = mkN "polyglot" "polyglots"; -lin polygon_N = mkN "polygon" "polygons"; -lin polygonal_A = compoundA (mkA "polygonal"); -lin polymorphic_A = compoundA (mkA "polymorphic"); -lin polymorphous_A = compoundA (mkA "polymorphous"); -lin polynomial_A = compoundA (mkA "polynomial"); -lin polynomial_N = mkN "polynomial" "polynomials"; -lin polyp_N = mkN "polyp" "polyps"; -lin polyphonic_A = compoundA (mkA "polyphonic"); -lin polyphony_N = mkN "polyphony" "-" {- FIXME: no plural form -}; -lin polypus_N = mkN "polypus" "polypuses"; -lin polysyllabic_A = compoundA (mkA "polysyllabic"); -lin polysyllable_N = mkN "polysyllable" "polysyllables"; -lin polytechnic_N = mkN "polytechnic" "polytechnics"; -lin polytheism_N = mkN "polytheism" "-" {- FIXME: no plural form -}; -lin polytheistic_A = compoundA (mkA "polytheistic"); -lin polythene_N = mkN "polythene" "-" {- FIXME: no plural form -}; -lin pom_N = mkN "pom" "poms"; -lin pomade_N = mkN "pomade" "-" {- FIXME: no plural form -}; -lin pomade_V2 = mkV2 (mkV "pomade" "pomades" "pomaded" "pomaded" "pomading"); -lin pomegranate_N = mkN "pomegranate" "pomegranates"; -lin pomelo_N = mkN "pomelo" "pomelos"; -lin pommel_N = mkN "pommel" "pommels"; -lin pommel_V2 = mkV2 (mkV "pommel" "pommels" "pommelled" "pommelled" "pommelling"); -lin pommy_N = mkN "pommy" "pommies"; -lin pomp_N = mkN "pomp" "-" {- FIXME: no plural form -}; -lin pompon_N = mkN "pompon" "pompons"; -lin pomposity_N = mkN "pomposity" "pomposities"; -lin pompous_A = compoundA (mkA "pompous"); -lin pompously_Adv = mkAdv "pompously"; -lin ponce_N = mkN "ponce" "ponces"; -lin poncho_N = mkN "poncho" "ponchos"; -lin pond_N = mkN "pond" "ponds"; -lin ponder_V = mkV "ponder" "ponders" "pondered" "pondered" "pondering"; -lin ponder_V2 = mkV2 (mkV "ponder" "ponders" "pondered" "pondered" "pondering"); -lin ponderable_A = compoundA (mkA "ponderable"); -lin ponderous_A = compoundA (mkA "ponderous"); -lin ponderously_Adv = mkAdv "ponderously"; -lin pone_N = mkN "pone" "pones"; -lin pongee_N = mkN "pongee" "-" {- FIXME: no plural form -}; -lin poniard_N = mkN "poniard" "poniards"; -lin poniard_V2 = mkV2 (mkV "poniard" "poniards" "poniarded" "poniarded" "poniarding"); -lin pont_llan_fraith_PN = mkPN "Pont-llan-fraith"; -lin pontardawe_PN = mkPN "Pontardawe"; -lin pontardulais_PN = mkPN "Pontardulais"; -lin pontefract_PN = mkPN "Pontefract"; -lin pontiff_N = mkN "pontiff" "pontiffs"; -lin pontifical_A = compoundA (mkA "pontifical"); -lin pontificate_N = mkN "pontificate" "pontificates"; -lin pontificate_V = mkV "pontificate" "pontificates" "pontificated" "pontificated" "pontificating"; -lin pontoon_N = mkN "pontoon" "pontoons"; -lin pontycymmer_PN = mkPN "Pontycymmer"; -lin pontypool_PN = mkPN "Pontypool"; -lin pony_N = mkN "pony" "ponies"; -lin pony_trekking_N = mkN "pony-trekking" "-" {- FIXME: no plural form -}; -lin ponytail_N = mkN "ponytail" "ponytails"; -lin poodle_N = mkN "poodle" "poodles"; -lin poof_N = mkN "poof" "poofs"; -lin pooh_pooh_V2 = mkV2 (mkV "pooh-pooh" "pooh-poohs" "pooh-poohed" "pooh-poohed" "pooh-poohing"); -lin pool_N = mkN "pool" "pools"; -lin pool_V2 = mkV2 (mkV "pool" "pools" "pooled" "pooled" "pooling"); -lin poole_PN = mkPN "Poole"; -lin poolroom_N = mkN "poolroom" "poolrooms"; -lin poona_PN = mkPN "Poona"; -lin poop_N = mkN "poop" "poops"; -lin poor_A = mkA "poor" "poorer"; -lin poor_box_N = mkN "poor-box" "poor-boxes"; -lin poor_rate_N = mkN "poor-rate" "poor-rates"; -lin poor_spirited_A = compoundA (mkA "poor-spirited"); -lin poorhouse_N = mkN "poorhouse" "poorhouses"; -lin poorly_A = compoundA (mkA "poorly"); -lin poorly_Adv = mkAdv "poorly"; -lin poorness_N = mkN "poorness" "-" {- FIXME: no plural form -}; -lin pop_A = compoundA (mkA "pop"); -lin pop_Adv = mkAdv "pop"; -lin pop_N = mkN "pop" "pops"; -lin pop_V = mkV "pop" "pops" "popped" "popped" "popping"; -lin pop_V2 = mkV2 (mkV "pop" "pops" "popped" "popped" "popping"); -lin popcorn_N = mkN "popcorn" "popcorns"; -lin pope_N = mkN "pope" "popes"; -lin popery_N = mkN "popery" "-" {- FIXME: no plural form -}; -lin popeyed_A = compoundA (mkA "popeyed"); -lin popgun_N = mkN "popgun" "popguns"; -lin popinjay_N = mkN "popinjay" "popinjays"; -lin popish_A = compoundA (mkA "popish"); -lin popishly_Adv = mkAdv "popishly"; -lin poplar_N = mkN "poplar" "poplars"; -lin poplin_N = mkN "poplin" "-" {- FIXME: no plural form -}; -lin poppa_N = mkN "poppa" "poppas"; -lin poppet_N = mkN "poppet" "poppets"; -lin poppy_N = mkN "poppy" "poppies"; -lin poppycock_N = mkN "poppycock" "-" {- FIXME: no plural form -}; -lin populace_N = mkN "populace" "populaces"; -lin popular_A = compoundA (mkA "popular"); -lin popularity_N = mkN "popularity" "-" {- FIXME: no plural form -}; -lin popularization_N = mkN "popularization" "popularizations"; -lin popularize_V2 = mkV2 (mkV "popularize" "popularizes" "popularized" "popularized" "popularizing"); -lin popularly_Adv = mkAdv "popularly"; -lin populate_V2 = mkV2 (mkV "populate" "populates" "populated" "populated" "populating"); -lin population_N = mkN "population" "populations"; -lin populism_N = mkN "populism" "-" {- FIXME: no plural form -}; -lin populist_N = mkN "populist" "populists"; -lin populous_A = compoundA (mkA "populous"); -lin porcelain_N = mkN "porcelain" "-" {- FIXME: no plural form -}; -lin porch_N = mkN "porch" "porches"; -lin porcine_A = compoundA (mkA "porcine"); -lin porcupine_N = mkN "porcupine" "porcupines"; -lin pore_N = mkN "pore" "pores"; -lin pore_V = mkV "pore" "pores" "pored" "pored" "poring"; -lin pork_N = mkN "pork" "-" {- FIXME: no plural form -}; -lin pork_barrel_N = mkN "pork-barrel" "pork-barrels"; -lin pork_butcher_N = mkN "pork-butcher" "pork-butchers"; -lin porker_N = mkN "porker" "porkers"; -lin porn_N = mkN "porn" "-" {- FIXME: no plural form -}; -lin pornographer_N = mkN "pornographer" "pornographers"; -lin pornographic_A = compoundA (mkA "pornographic"); -lin pornography_N = mkN "pornography" "-" {- FIXME: no plural form -}; -lin porosity_N = mkN "porosity" "porosities"; -lin porous_A = compoundA (mkA "porous"); -lin porousness_N = mkN "porousness" "-" {- FIXME: no plural form -}; -lin porphyry_N = mkN "porphyry" "-" {- FIXME: no plural form -}; -lin porpoise_N = mkN "porpoise" "porpoises"; -lin porridge_N = mkN "porridge" "-" {- FIXME: no plural form -}; -lin porringer_N = mkN "porringer" "porringers"; -lin port_N = mkN "port" "ports"; -lin port_V2 = mkV2 (mkV "port" "ports" "ported" "ported" "porting"); -lin port_glasgow_PN = mkPN "Port glasgow"; -lin port_talbot_PN = mkPN "Port talbot"; -lin portability_N = mkN "portability" "-" {- FIXME: no plural form -}; -lin portable_A = compoundA (mkA "portable"); -lin portage_N = mkN "portage" "portages"; -lin portal_N = mkN "portal" "portals"; -lin portcullis_N = mkN "portcullis" "portcullises"; -lin porte_cochere_N = mkN "porte-cochère" "porte-cochères"; -lin portend_V2 = mkV2 (mkV "portend" "portends" "portended" "portended" "portending"); -lin portent_N = mkN "portent" "portents"; -lin portentous_A = compoundA (mkA "portentous"); -lin portentously_Adv = mkAdv "portentously"; -lin porter_N = mkN "porter" "porters"; -lin porterage_N = mkN "porterage" "-" {- FIXME: no plural form -}; -lin porterhouse_N = mkN "porterhouse" "porterhouses"; -lin portfolio_N = mkN "portfolio" "portfolios"; -lin porthcawl_PN = mkPN "Porthcawl"; -lin porthmadog_PN = mkPN "Porthmadog"; -lin porthole_N = mkN "porthole" "portholes"; -lin portico_N = mkN "portico" "porticos"; -lin portion_N = mkN "portion" "portions"; -lin portion_V2 = mkV2 (mkV "portion" "portions" "portioned" "portioned" "portioning"); -lin portishead_PN = mkPN "Portishead"; -lin portiere_N = mkN "portière" "portières"; -lin portland_PN = mkPN "Portland"; -lin portly_A = compoundA (mkA "portly"); -lin portmanteau_N = mkN "portmanteau" "portmanteaus"; -lin porto_alegre_PN = mkPN "Porto alegre"; -lin portrait_N = mkN "portrait" "portraits"; -lin portraitist_N = mkN "portraitist" "portraitists"; -lin portraiture_N = mkN "portraiture" "-" {- FIXME: no plural form -}; -lin portray_V2 = mkV2 (mkV "portray" "portrays" "portrayed" "portrayed" "portraying"); -lin portrayal_N = mkN "portrayal" "portrayals"; -lin portsmouth_PN = mkPN "Portsmouth"; -lin portugal_PN = mkPN "Portugal"; -lin portuguese_A = compoundA (mkA "portuguese"); -lin portuguese_N = mkN "portuguese" "portuguese"; -lin pose_N = mkN "pose" "poses"; -lin pose_V = mkV "pose" "poses" "posed" "posed" "posing"; -lin pose_V2 = mkV2 (mkV "pose" "poses" "posed" "posed" "posing"); -lin poser_N = mkN "poser" "posers"; -lin poseur_N = mkN "poseur" "poseurs"; -lin poseuse_N = mkN "poseuse" "IRREG"; -lin posh_A = mkA "posh" "posher"; -lin posh_V2 = mkV2 (mkV "posh" "poshes" "poshed" "poshed" "poshing"); -lin posit_V2 = mkV2 (mkV "posit" "posits" "posited" "posited" "positing"); -lin position_N = mkN "position" "positions"; -lin position_V2 = mkV2 (mkV "position" "positions" "positioned" "positioned" "positioning"); -lin positive_A = compoundA (mkA "positive"); -lin positive_N = mkN "positive" "positives"; -lin positively_Adv = mkAdv "positively"; -lin positiveness_N = mkN "positiveness" "-" {- FIXME: no plural form -}; -lin positivism_N = mkN "positivism" "-" {- FIXME: no plural form -}; -lin positivist_N = mkN "positivist" "positivists"; -lin posse_N = mkN "posse" "posses"; -lin possess_V2 = mkV2 (mkV "possess" "possesses" "possessed" "possessed" "possessing"); -lin possession_N = mkN "possession" "possessions"; -lin possessive_A = compoundA (mkA "possessive"); -lin possessively_Adv = mkAdv "possessively"; -lin possessiveness_N = mkN "possessiveness" "-" {- FIXME: no plural form -}; -lin possessor_N = mkN "possessor" "possessors"; -lin posset_N = mkN "posset" "possets"; -lin possibility_N = mkN "possibility" "possibilities"; -lin possible_A = compoundA (mkA "possible"); -lin possible_N = mkN "possible" "possibles"; -lin possibly_Adv = mkAdv "possibly"; -lin possum_N = mkN "possum" "possums"; -lin post_N = mkN "post" "posts"; -lin post_V = mkV "post" "posts" "posted" "posted" "posting"; -lin post_V2 = mkV2 (mkV "post" "posts" "posted" "posted" "posting"); -lin post_chaise_N = mkN "post-chaise" "post-chaises"; -lin post_free_A = compoundA (mkA "post-free"); -lin post_free_Adv = mkAdv "post-free"; -lin post_haste_Adv = mkAdv "post-haste"; -lin post_horse_N = mkN "post-horse" "post-horses"; -lin post_meridiem_Adv = mkAdv "post meridiem"; -lin post_mortem_A = compoundA (mkA "post-mortem"); -lin post_mortem_N = mkN "post-mortem" "post-mortems"; -lin post_paid_A = compoundA (mkA "post-paid"); -lin post_paid_Adv = mkAdv "post-paid"; -lin postage_N = mkN "postage" "-" {- FIXME: no plural form -}; -lin postage_stamp_N = mkN "postage-stamp" "postage-stamps"; -lin postal_A = compoundA (mkA "postal"); -lin postbag_N = mkN "postbag" "postbags"; -lin postbox_N = mkN "postbox" "postboxes"; -lin postcard_N = mkN "postcard" "postcards"; -lin postcode_N = mkN "postcode" "postcodes"; -lin postdate_V2 = mkV2 (mkV "postdate" "postdates" "postdated" "postdated" "postdating"); -lin poste_restante_N = mkN "poste restante" "-" {- FIXME: no plural form -}; -lin poster_N = mkN "poster" "posters"; -lin posterior_A = compoundA (mkA "posterior"); -lin posterior_N = mkN "posterior" "posteriors"; -lin posterity_N = mkN "posterity" "-" {- FIXME: no plural form -}; -lin postern_N = mkN "postern" "posterns"; -lin postgraduate_A = compoundA (mkA "postgraduate"); -lin postgraduate_N = mkN "postgraduate" "postgraduates"; -lin posthumous_A = compoundA (mkA "posthumous"); -lin posthumously_Adv = mkAdv "posthumously"; -lin postilion_N = mkN "postilion" "postilions"; -lin postillion_N = mkN "postillion" "postillions"; -lin postman_N = mkN "postman" "postmen" {- FIXME: guessed plural form -}; -lin postmark_N = mkN "postmark" "postmarks"; -lin postmark_V2 = mkV2 (mkV "postmark" "postmarks" "postmarked" "postmarked" "postmarking"); -lin postmaster_N = mkN "postmaster" "postmasters"; -lin postmistress_N = mkN "postmistress" "postmistresses"; -lin postpone_V2 = mkV2 (mkV "postpone" "postpones" "postponed" "postponed" "postponing"); -lin postponement_N = mkN "postponement" "postponements"; -lin postprandial_A = compoundA (mkA "postprandial"); -lin postscript_N = mkN "postscript" "postscripts"; -lin postulant_N = mkN "postulant" "postulants"; -lin postulate_N = mkN "postulate" "postulates"; -lin postulate_V2 = mkV2 (mkV "postulate" "postulates" "postulated" "postulated" "postulating"); -lin postural_A = compoundA (mkA "postural"); -lin posture_N = mkN "posture" "postures"; -lin posture_V = mkV "posture" "postures" "postured" "postured" "posturing"; -lin posture_V2 = mkV2 (mkV "posture" "postures" "postured" "postured" "posturing"); -lin posturing_N = mkN "posturing" "posturings"; -lin posy_N = mkN "posy" "posies"; -lin pot_N = mkN "pot" "pots"; -lin pot_V = mkV "pot" "pots" "potted" "potted" "potting"; -lin pot_V2 = mkV2 (mkV "pot" "pots" "potted" "potted" "potting"); -lin pot_shot_N = mkN "pot-shot" "pot-shots"; -lin pot_trained_A = compoundA (mkA "pot-trained"); -lin potable_A = compoundA (mkA "potable"); -lin potash_N = mkN "potash" "-" {- FIXME: no plural form -}; -lin potassium_N = mkN "potassium" "-" {- FIXME: no plural form -}; -lin potation_N = mkN "potation" "potations"; -lin potato_N = mkN "potato" "potatoes"; -lin potbellied_A = compoundA (mkA "potbellied"); -lin potbelly_N = mkN "potbelly" "potbellies"; -lin potboiler_N = mkN "potboiler" "potboilers"; -lin potbound_A = compoundA (mkA "potbound"); -lin potboy_N = mkN "potboy" "potboys"; -lin poteen_N = mkN "poteen" "-" {- FIXME: no plural form -}; -lin potency_N = mkN "potency" "potencies"; -lin potent_A = compoundA (mkA "potent"); -lin potentate_N = mkN "potentate" "potentates"; -lin potential_A = compoundA (mkA "potential"); -lin potential_N = mkN "potential" "potentials"; -lin potentiality_N = mkN "potentiality" "potentialities"; -lin potentially_Adv = mkAdv "potentially"; -lin potently_Adv = mkAdv "potently"; -lin pothead_N = mkN "pothead" "potheads"; -lin pother_N = mkN "pother" "pothers"; -lin potherb_N = mkN "potherb" "potherbs"; -lin pothole_N = mkN "pothole" "potholes"; -lin potholer_N = mkN "potholer" "potholers"; -lin pothook_N = mkN "pothook" "pothooks"; -lin pothouse_N = mkN "pothouse" "pothouses"; -lin pothunter_N = mkN "pothunter" "pothunters"; -lin potion_N = mkN "potion" "potions"; -lin potman_N = mkN "potman" "potmen" {- FIXME: guessed plural form -}; -lin potpourri_N = mkN "potpourri" "potpourris"; -lin potsdam_PN = mkPN "Potsdam"; -lin potsherd_N = mkN "potsherd" "potsherds"; -lin pottage_N = mkN "pottage" "pottages"; -lin potted_A = compoundA (mkA "potted"); -lin potter_N = mkN "potter" "potters"; -lin potter_V = mkV "potter" "potters" "pottered" "pottered" "pottering"; -lin potterer_N = mkN "potterer" "potterers"; -lin potters_bar_PN = mkPN "Potters bar"; -lin pottery_N = mkN "pottery" "potteries"; -lin potty_A = mkA "potty" "pottier"; -lin potty_N = mkN "potty" "potties"; -lin pouch_N = mkN "pouch" "pouches"; -lin pouch_V2 = mkV2 (mkV "pouch" "pouches" "pouched" "pouched" "pouching"); -lin pouf_N = mkN "pouf" "poufs"; -lin pouffe_N = mkN "pouffe" "pouffes"; -lin poulterer_N = mkN "poulterer" "poulterers"; -lin poultice_N = mkN "poultice" "poultices"; -lin poultice_V2 = mkV2 (mkV "poultice" "poultices" "poulticed" "poulticed" "poulticing"); -lin pounce_N = mkN "pounce" "pounces"; -lin pounce_V = mkV "pounce" "pounces" "pounced" "pounced" "pouncing"; -lin pound_N = mkN "pound" "pounds"; -lin pound_V = mkV "pound" "pounds" "pounded" "pounded" "pounding"; -lin pound_V2 = mkV2 (mkV "pound" "pounds" "pounded" "pounded" "pounding"); -lin poundage_N = mkN "poundage" "-" {- FIXME: no plural form -}; -lin pounder_N = mkN "pounder" "pounders"; -lin pour_V = mkV "pour" "pours" "poured" "poured" "pouring"; -lin pour_V2 = mkV2 (mkV "pour" "pours" "poured" "poured" "pouring"); -lin pout_N = mkN "pout" "pouts"; -lin pout_V = mkV "pout" "pouts" "pouted" "pouted" "pouting"; -lin pout_V2 = mkV2 (mkV "pout" "pouts" "pouted" "pouted" "pouting"); -lin poutingly_Adv = mkAdv "poutingly"; -lin poverty_N = mkN "poverty" "-" {- FIXME: no plural form -}; -lin poverty_stricken_A = compoundA (mkA "poverty-stricken"); -lin pow_N = mkN "pow" "-" {- FIXME: no plural form -}; -lin powder_N = mkN "powder" "powders"; -lin powder_V = mkV "powder" "powders" "powdered" "powdered" "powdering"; -lin powder_V2 = mkV2 (mkV "powder" "powders" "powdered" "powdered" "powdering"); -lin powder_flask_N = mkN "powder-flask" "powder-flasks"; -lin powder_horn_N = mkN "powder-horn" "powder-horns"; -lin powder_magazine_N = mkN "powder-magazine" "powder-magazines"; -lin powder_puff_N = mkN "powder-puff" "powder-puffs"; -lin powder_room_N = mkN "powder-room" "powder-rooms"; -lin powdered_A = compoundA (mkA "powdered"); -lin powdery_A = compoundA (mkA "powdery"); -lin power_N = mkN "power" "powers"; -lin power_V2 = mkV2 (mkV "power" "powers" "powered" "powered" "powering"); -lin power_dive_N = mkN "power-dive" "power-dives"; -lin power_dive_V2 = mkV2 (mkV "power-dive" "power-dives" "power-dived" "power-dived" "power-diving"); -lin power_point_N = mkN "power-point" "power-points"; -lin power_station_N = mkN "power-station" "power-stations"; -lin powerboat_N = mkN "powerboat" "powerboats"; -lin powered_A = compoundA (mkA "powered"); -lin powerful_A = compoundA (mkA "powerful"); -lin powerfully_Adv = mkAdv "powerfully"; -lin powerhouse_N = mkN "powerhouse" "powerhouses"; -lin powerless_A = compoundA (mkA "powerless"); -lin powerlessly_Adv = mkAdv "powerlessly"; -lin powwow_N = mkN "powwow" "powwows"; -lin powwow_V = mkV "powwow" "powwows" "powwowed" "powwowed" "powwowing"; -lin powys_PN = mkPN "Powys"; -lin pox_N = mkN "pox" "IRREG"; -lin poynton_PN = mkPN "Poynton"; -lin poznan_PN = mkPN "Poznan"; -lin pp_N = mkN "-" "pp" {- FIXME: no singular form -}; -lin pr_N = mkN "pr" "-" {- FIXME: no plural form -}; -lin practicability_N = mkN "practicability" "-" {- FIXME: no plural form -}; -lin practicable_A = compoundA (mkA "practicable"); -lin practicably_Adv = mkAdv "practicably"; -lin practical_A = compoundA (mkA "practical"); -lin practicality_N = mkN "practicality" "practicalities"; -lin practically_Adv = mkAdv "practically"; -lin practice_N = mkN "practice" "practices"; -lin practician_N = mkN "practician" "practicians"; -lin practise_V = mkV "practise" "practises" "practised" "practised" "practising"; -lin practise_V2 = mkV2 (mkV "practise" "practises" "practised" "practised" "practising"); -lin practised_A = compoundA (mkA "practised"); -lin practitioner_N = mkN "practitioner" "practitioners"; -lin praesidium_N = mkN "praesidium" "praesidiums"; -lin praetor_N = mkN "praetor" "praetors"; -lin praetorian_A = compoundA (mkA "praetorian"); -lin pragmatic_A = compoundA (mkA "pragmatic"); -lin pragmatically_Adv = mkAdv "pragmatically"; -lin pragmatism_N = mkN "pragmatism" "-" {- FIXME: no plural form -}; -lin pragmatist_N = mkN "pragmatist" "pragmatists"; -lin prague_PN = mkPN "Prague"; -lin prairie_N = mkN "prairie" "prairies"; -lin praise_N = mkN "praise" "praises"; -lin praise_V2 = mkV2 (mkV "praise" "praises" "praised" "praised" "praising"); -lin praiseworthily_Adv = mkAdv "praiseworthily"; -lin praiseworthiness_N = mkN "praiseworthiness" "-" {- FIXME: no plural form -}; -lin praiseworthy_A = compoundA (mkA "praiseworthy"); -lin pram_N = mkN "pram" "prams"; -lin prance_N = mkN "prance" "prances"; -lin prance_V = mkV "prance" "prances" "pranced" "pranced" "prancing"; -lin prank_N = mkN "prank" "pranks"; -lin prate_V = mkV "prate" "prates" "prated" "prated" "prating"; -lin prato_PN = mkPN "Prato"; -lin prattle_N = mkN "prattle" "-" {- FIXME: no plural form -}; -lin prattle_V = mkV "prattle" "prattles" "prattled" "prattled" "prattling"; -lin prattler_N = mkN "prattler" "prattlers"; -lin prawn_N = mkN "prawn" "prawns"; -lin prawn_V = mkV "prawn" "prawns" "prawned" "prawned" "prawning"; -lin pray_V = mkV "pray" "prays" "prayed" "prayed" "praying"; -lin pray_V2 = mkV2 (mkV "pray" "prays" "prayed" "prayed" "praying"); -lin prayer_N = mkN "prayer" "prayers"; -lin prayer_book_N = mkN "prayer-book" "prayer-books"; -lin prayer_mat_N = mkN "prayer-mat" "prayer-mats"; -lin prayer_meeting_N = mkN "prayer-meeting" "prayer-meetings"; -lin prayer_rug_N = mkN "prayer-rug" "prayer-rugs"; -lin prayer_wheel_N = mkN "prayer-wheel" "prayer-wheels"; -lin pre_eminence_N = mkN "pre-eminence" "-" {- FIXME: no plural form -}; -lin pre_eminent_A = compoundA (mkA "pre-eminent"); -lin pre_eminently_Adv = mkAdv "pre-eminently"; -lin pre_empt_V2 = mkV2 (mkV "pre-empt" "pre-empts" "pre-empted" "pre-empted" "pre-empting"); -lin pre_emption_N = mkN "pre-emption" "-" {- FIXME: no plural form -}; -lin pre_emptive_A = compoundA (mkA "pre-emptive"); -lin pre_exist_V = mkV "pre-exist" "pre-exists" "pre-existed" "pre-existed" "pre-existing"; -lin pre_existence_N = mkN "pre-existence" "pre-existences"; -lin pre_existent_A = compoundA (mkA "pre-existent"); -lin pre_packaged_A = compoundA (mkA "pre-packaged"); -lin pre_raphaelite_A = compoundA (mkA "pre-raphaelite"); -lin pre_raphaelite_N = mkN "pre-raphaelite" "pre-raphaelites"; -lin preach_V = mkV "preach" "preaches" "preached" "preached" "preaching"; -lin preach_V2 = mkV2 (mkV "preach" "preaches" "preached" "preached" "preaching"); -lin preacher_N = mkN "preacher" "preachers"; -lin preachify_V = mkV "preachify" "preachifies" "preachified" "preachified" "preachifying"; -lin preamble_N = mkN "preamble" "preambles"; -lin prearrange_V2 = mkV2 (mkV "prearrange" "prearranges" "prearranged" "prearranged" "prearranging"); -lin prearrangement_N = mkN "prearrangement" "prearrangements"; -lin prebend_N = mkN "prebend" "prebends"; -lin prebendary_N = mkN "prebendary" "prebendaries"; -lin precarious_A = compoundA (mkA "precarious"); -lin precariously_Adv = mkAdv "precariously"; -lin precariousness_N = mkN "precariousness" "-" {- FIXME: no plural form -}; -lin precast_A = compoundA (mkA "precast"); -lin precaution_N = mkN "precaution" "precautions"; -lin precautionary_A = compoundA (mkA "precautionary"); -lin precede_V = mkV "precede" "precedes" "preceded" "preceded" "preceding"; -lin precede_V2 = mkV2 (mkV "precede" "precedes" "preceded" "preceded" "preceding"); -lin precedence_N = mkN "precedence" "-" {- FIXME: no plural form -}; -lin precedent_N = mkN "precedent" "precedents"; -lin precedented_A = compoundA (mkA "precedented"); -lin preceding_A = compoundA (mkA "preceding"); -lin precentor_N = mkN "precentor" "precentors"; -lin precept_N = mkN "precept" "precepts"; -lin preceptor_N = mkN "preceptor" "preceptors"; -lin precession_N = mkN "precession" "precessions"; -lin precinct_N = mkN "precinct" "precincts"; -lin preciosity_N = mkN "preciosity" "preciosities"; -lin precious_A = compoundA (mkA "precious"); -lin precious_Adv = mkAdv "precious"; -lin preciously_Adv = mkAdv "preciously"; -lin preciousness_N = mkN "preciousness" "-" {- FIXME: no plural form -}; -lin precipice_N = mkN "precipice" "precipices"; -lin precipitate_A = compoundA (mkA "precipitate"); -lin precipitate_N = mkN "precipitate" "precipitates"; -lin precipitate_V2 = mkV2 (mkV "precipitate" "precipitates" "precipitated" "precipitated" "precipitating"); -lin precipitately_Adv = mkAdv "precipitately"; -lin precipitation_N = mkN "precipitation" "-" {- FIXME: no plural form -}; -lin precipitous_A = compoundA (mkA "precipitous"); -lin precipitously_Adv = mkAdv "precipitously"; -lin precise_A = compoundA (mkA "precise"); -lin precisely_Adv = mkAdv "precisely"; -lin preciseness_N = mkN "preciseness" "-" {- FIXME: no plural form -}; -lin precision_N = mkN "precision" "-" {- FIXME: no plural form -}; -lin preclude_V2 = mkV2 (mkV "preclude" "precludes" "precluded" "precluded" "precluding"); -lin preclusion_N = mkN "preclusion" "preclusions"; -lin precocious_A = compoundA (mkA "precocious"); -lin precociously_Adv = mkAdv "precociously"; -lin precociousness_N = mkN "precociousness" "-" {- FIXME: no plural form -}; -lin precocity_N = mkN "precocity" "-" {- FIXME: no plural form -}; -lin precognition_N = mkN "precognition" "-" {- FIXME: no plural form -}; -lin preconceive_V2 = mkV2 (mkV "preconceive" "preconceives" "preconceived" "preconceived" "preconceiving"); -lin preconception_N = mkN "preconception" "preconceptions"; -lin preconcerted_A = compoundA (mkA "preconcerted"); -lin precondition_N = mkN "precondition" "preconditions"; -lin preconditioned_A = compoundA (mkA "preconditioned"); -lin precursor_N = mkN "precursor" "precursors"; -lin precursory_A = compoundA (mkA "precursory"); -lin predator_N = mkN "predator" "predators"; -lin predatory_A = compoundA (mkA "predatory"); -lin predecease_V2 = mkV2 (mkV "predecease" "predeceases" "predeceased" "predeceased" "predeceasing"); -lin predecessor_N = mkN "predecessor" "predecessors"; -lin predestinate_A = compoundA (mkA "predestinate"); -lin predestinate_V2 = mkV2 (mkV "predestinate" "predestinates" "predestinated" "predestinated" "predestinating"); -lin predestination_N = mkN "predestination" "predestinations"; -lin predestine_V2 = mkV2 (mkV "predestine" "predestines" "predestined" "predestined" "predestining"); -lin predetermination_N = mkN "predetermination" "predeterminations"; -lin predetermine_V2 = mkV2 (mkV "predetermine" "predetermines" "predetermined" "predetermined" "predetermining"); -lin predicament_N = mkN "predicament" "predicaments"; -lin predicate_N = mkN "predicate" "predicates"; -lin predicate_V2 = mkV2 (mkV "predicate" "predicates" "predicated" "predicated" "predicating"); -lin predicative_A = compoundA (mkA "predicative"); -lin predict_V2 = mkV2 (mkV "predict" "predicts" "predicted" "predicted" "predicting"); -lin predictability_N = mkN "predictability" "-" {- FIXME: no plural form -}; -lin predictable_A = compoundA (mkA "predictable"); -lin predictably_Adv = mkAdv "predictably"; -lin prediction_N = mkN "prediction" "predictions"; -lin predictor_N = mkN "predictor" "predictors"; -lin predigest_V2 = mkV2 (mkV "predigest" "predigests" "predigested" "predigested" "predigesting"); -lin predilection_N = mkN "predilection" "predilections"; -lin predispose_V2 = mkV2 (mkV "predispose" "predisposes" "predisposed" "predisposed" "predisposing"); -lin predisposition_N = mkN "predisposition" "predispositions"; -lin predominance_N = mkN "predominance" "-" {- FIXME: no plural form -}; -lin predominant_A = compoundA (mkA "predominant"); -lin predominantly_Adv = mkAdv "predominantly"; -lin predominate_V = mkV "predominate" "predominates" "predominated" "predominated" "predominating"; -lin preen_V2 = mkV2 (mkV "preen" "preens" "preened" "preened" "preening"); -lin prefab_N = mkN "prefab" "prefabs"; -lin prefabricate_V2 = mkV2 (mkV "prefabricate" "prefabricates" "prefabricated" "prefabricated" "prefabricating"); -lin prefabrication_N = mkN "prefabrication" "prefabrications"; -lin preface_N = mkN "preface" "prefaces"; -lin preface_V2 = mkV2 (mkV "preface" "prefaces" "prefaced" "prefaced" "prefacing"); -lin prefatory_A = compoundA (mkA "prefatory"); -lin prefect_N = mkN "prefect" "prefects"; -lin prefectural_A = compoundA (mkA "prefectural"); -lin prefecture_N = mkN "prefecture" "prefectures"; -lin prefer_V2 = mkV2 (mkV "prefer" "prefers" "preferred" "preferred" "preferring"); -lin preferable_A = compoundA (mkA "preferable"); -lin preferably_Adv = mkAdv "preferably"; -lin preference_N = mkN "preference" "preferences"; -lin preferential_A = compoundA (mkA "preferential"); -lin preferment_N = mkN "preferment" "-" {- FIXME: no plural form -}; -lin prefigure_V2 = mkV2 (mkV "prefigure" "prefigures" "prefigured" "prefigured" "prefiguring"); -lin prefix_N = mkN "prefix" "prefixes"; -lin prefix_V2 = mkV2 (mkV "prefix" "prefixes" "prefixed" "prefixed" "prefixing"); -lin pregnancy_N = mkN "pregnancy" "pregnancies"; -lin pregnant_A = compoundA (mkA "pregnant"); -lin preheat_V2 = mkV2 (mkV "preheat" "preheats" "preheated" "preheated" "preheating"); -lin prehensile_A = compoundA (mkA "prehensile"); -lin prehistoric_A = compoundA (mkA "prehistoric"); -lin prehistorical_A = compoundA (mkA "prehistorical"); -lin prehistory_N = mkN "prehistory" "prehistories"; -lin prejudge_V2 = mkV2 (mkV "prejudge" "prejudges" "prejudged" "prejudged" "prejudging"); -lin prejudgement_N = mkN "prejudgement" "prejudgements"; -lin prejudice_N = mkN "prejudice" "prejudices"; -lin prejudice_V2 = mkV2 (mkV "prejudice" "prejudices" "prejudiced" "prejudiced" "prejudicing"); -lin prejudicial_A = compoundA (mkA "prejudicial"); -lin prelacy_N = mkN "prelacy" "prelacies"; -lin prelate_N = mkN "prelate" "prelates"; -lin prelim_N = mkN "prelim" "prelims"; -lin preliminary_A = compoundA (mkA "preliminary"); -lin preliminary_N = mkN "preliminary" "preliminaries"; -lin prelude_N = mkN "prelude" "preludes"; -lin prelude_V2 = mkV2 (mkV "prelude" "preludes" "preluded" "preluded" "preluding"); -lin premarital_A = compoundA (mkA "premarital"); -lin premature_A = compoundA (mkA "premature"); -lin prematurely_Adv = mkAdv "prematurely"; -lin premeditate_V2 = mkV2 (mkV "premeditate" "premeditates" "premeditated" "premeditated" "premeditating"); -lin premeditation_N = mkN "premeditation" "-" {- FIXME: no plural form -}; -lin premier_A = compoundA (mkA "premier"); -lin premier_N = mkN "premier" "premiers"; -lin premiership_N = mkN "premiership" "premierships"; -lin premise_N = mkN "premise" "premises"; -lin premise_V2 = mkV2 (mkV "premise" "premises" "premised" "premised" "premising"); -lin premiss_N = mkN "premiss" "premisses"; -lin premiss_V2 = mkV2 (mkV "premiss" "premisses" "premissed" "premissed" "premissing"); -lin premium_N = mkN "premium" "premiums"; -lin premiere_N = mkN "première" "premières"; -lin premonition_N = mkN "premonition" "premonitions"; -lin premonitory_A = compoundA (mkA "premonitory"); -lin prenatal_A = compoundA (mkA "prenatal"); -lin prentice_N = mkN "prentice" "prentices"; -lin preoccupation_N = mkN "preoccupation" "preoccupations"; -lin preoccupy_V2 = mkV2 (mkV "preoccupy" "preoccupies" "preoccupied" "preoccupied" "preoccupying"); -lin preordain_V2 = mkV2 (mkV "preordain" "preordains" "preordained" "preordained" "preordaining"); -lin prep_N = mkN "prep" "preps"; -lin prepacked_A = compoundA (mkA "prepacked"); -lin preparation_N = mkN "preparation" "preparations"; -lin preparatory_A = compoundA (mkA "preparatory"); -lin prepare_V = mkV "prepare" "prepares" "prepared" "prepared" "preparing"; -lin prepare_V2 = mkV2 (mkV "prepare" "prepares" "prepared" "prepared" "preparing"); -lin preparedness_N = mkN "preparedness" "-" {- FIXME: no plural form -}; -lin prepay_V2 = mkV2 (mkV "pre" IrregEng.pay_V); -lin preponderance_N = mkN "preponderance" "preponderances"; -lin preponderant_A = compoundA (mkA "preponderant"); -lin preponderantly_Adv = mkAdv "preponderantly"; -lin preponderate_V = mkV "preponderate" "preponderates" "preponderated" "preponderated" "preponderating"; -lin preposition_N = mkN "preposition" "prepositions"; -lin prepositional_A = compoundA (mkA "prepositional"); -lin prepossess_V2 = mkV2 (mkV "prepossess" "prepossesses" "prepossessed" "prepossessed" "prepossessing"); -lin prepossessing_A = compoundA (mkA "prepossessing"); -lin prepossession_N = mkN "prepossession" "prepossessions"; -lin preposterous_A = compoundA (mkA "preposterous"); -lin preposterously_Adv = mkAdv "preposterously"; -lin prepuce_N = mkN "prepuce" "prepuces"; -lin prerecord_V2 = mkV2 (mkV "prerecord" "prerecords" "prerecorded" "prerecorded" "prerecording"); -lin prerequisite_A = compoundA (mkA "prerequisite"); -lin prerequisite_N = mkN "prerequisite" "prerequisites"; -lin prerogative_N = mkN "prerogative" "prerogatives"; -lin pres_N = mkN "pres" "-" {- FIXME: no plural form -}; -lin presage_N = mkN "presage" "presages"; -lin presage_V2 = mkV2 (mkV "presage" "presages" "presaged" "presaged" "presaging"); -lin presbyter_N = mkN "presbyter" "presbyters"; -lin presbyterian_A = compoundA (mkA "presbyterian"); -lin presbyterian_N = mkN "presbyterian" "presbyterians"; -lin presbyterianism_N = mkN "presbyterianism" "-" {- FIXME: no plural form -}; -lin presbytery_N = mkN "presbytery" "presbyteries"; -lin prescience_N = mkN "prescience" "-" {- FIXME: no plural form -}; -lin prescient_A = compoundA (mkA "prescient"); -lin presciently_Adv = mkAdv "presciently"; -lin prescot_PN = mkPN "Prescot"; -lin prescribe_V = mkV "prescribe" "prescribes" "prescribed" "prescribed" "prescribing"; -lin prescribe_V2 = mkV2 (mkV "prescribe" "prescribes" "prescribed" "prescribed" "prescribing"); -lin prescript_N = mkN "prescript" "prescripts"; -lin prescription_N = mkN "prescription" "prescriptions"; -lin prescriptive_A = compoundA (mkA "prescriptive"); -lin presence_N = mkN "presence" "-" {- FIXME: no plural form -}; -lin present_A = compoundA (mkA "present"); -lin present_N = mkN "present" "presents"; -lin present_V2 = mkV2 (mkV "present" "presents" "presented" "presented" "presenting"); -lin present_day_A = compoundA (mkA "present-day"); -lin presentable_A = compoundA (mkA "presentable"); -lin presentably_Adv = mkAdv "presentably"; -lin presentation_N = mkN "presentation" "presentations"; -lin presentiment_N = mkN "presentiment" "presentiments"; -lin presently_Adv = mkAdv "presently"; -lin preservable_A = compoundA (mkA "preservable"); -lin preservation_N = mkN "preservation" "-" {- FIXME: no plural form -}; -lin preservative_A = compoundA (mkA "preservative"); -lin preservative_N = mkN "preservative" "preservatives"; -lin preserve_N = mkN "preserve" "preserves"; -lin preserve_V2 = mkV2 (mkV "preserve" "preserves" "preserved" "preserved" "preserving"); -lin preserver_N = mkN "preserver" "preservers"; -lin preside_V = mkV "preside" "presides" "presided" "presided" "presiding"; -lin presidency_N = mkN "presidency" "presidencies"; -lin president_N = mkN "president" "presidents"; -lin presidential_A = compoundA (mkA "presidential"); -lin presidium_N = mkN "presidium" "presidiums"; -lin press_N = mkN "press" "presses"; -lin press_V = mkV "press" "presses" "pressed" "pressed" "pressing"; -lin press_V2 = mkV2 (mkV "press" "presses" "pressed" "pressed" "pressing"); -lin press_agency_N = mkN "press-agency" "press-agencies"; -lin press_agent_N = mkN "press-agent" "press-agents"; -lin press_box_N = mkN "press-box" "press-boxes"; -lin press_clipping_N = mkN "press-clipping" "press-clippings"; -lin press_cutting_N = mkN "press-cutting" "press-cuttings"; -lin press_gallery_N = mkN "press-gallery" "press-galleries"; -lin press_gang_N = mkN "press-gang" "press-gangs"; -lin press_lord_N = mkN "press-lord" "press-lords"; -lin press_photographer_N = mkN "press-photographer" "press-photographers"; -lin press_stud_N = mkN "press-stud" "press-studs"; -lin press_up_N = mkN "press-up" "press-ups"; -lin pressing_A = compoundA (mkA "pressing"); -lin pressing_N = mkN "pressing" "pressings"; -lin pressingly_Adv = mkAdv "pressingly"; -lin pressman_N = mkN "pressman" "pressmen" {- FIXME: guessed plural form -}; -lin pressmark_N = mkN "pressmark" "pressmarks"; -lin pressure_N = mkN "pressure" "pressures"; -lin pressure_cooker_N = mkN "pressure-cooker" "pressure-cookers"; -lin pressure_gauge_N = mkN "pressure-gauge" "pressure-gauges"; -lin pressurized_A = compoundA (mkA "pressurized"); -lin prestatyn_PN = mkPN "Prestatyn"; -lin prestidigitation_N = mkN "prestidigitation" "prestidigitations"; -lin prestidigitator_N = mkN "prestidigitator" "prestidigitators"; -lin prestige_N = mkN "prestige" "-" {- FIXME: no plural form -}; -lin prestigious_A = compoundA (mkA "prestigious"); -lin prestissimo_A = compoundA (mkA "prestissimo"); -lin prestissimo_Adv = mkAdv "prestissimo"; -lin presto_A = compoundA (mkA "presto"); -lin presto_Adv = mkAdv "presto"; -lin preston_PN = mkPN "Preston"; -lin prestonpans_PN = mkPN "Prestonpans"; -lin prestressed_A = compoundA (mkA "prestressed"); -lin prestwich_PN = mkPN "Prestwich"; -lin prestwick_PN = mkPN "Prestwick"; -lin presumable_A = compoundA (mkA "presumable"); -lin presumably_Adv = mkAdv "presumably"; -lin presume_V = mkV "presume" "presumes" "presumed" "presumed" "presuming"; -lin presume_V2 = mkV2 (mkV "presume" "presumes" "presumed" "presumed" "presuming"); -lin presuming_A = compoundA (mkA "presuming"); -lin presumption_N = mkN "presumption" "presumptions"; -lin presumptive_A = compoundA (mkA "presumptive"); -lin presumptively_Adv = mkAdv "presumptively"; -lin presumptuous_A = compoundA (mkA "presumptuous"); -lin presumptuously_Adv = mkAdv "presumptuously"; -lin presuppose_V2 = mkV2 (mkV "presuppose" "presupposes" "presupposed" "presupposed" "presupposing"); -lin presupposition_N = mkN "presupposition" "presuppositions"; -lin pretence_N = mkN "pretence" "pretences"; -lin pretend_V = mkV "pretend" "pretends" "pretended" "pretended" "pretending"; -lin pretend_V2 = mkV2 (mkV "pretend" "pretends" "pretended" "pretended" "pretending"); -lin pretendedly_Adv = mkAdv "pretendedly"; -lin pretender_N = mkN "pretender" "pretenders"; -lin pretension_N = mkN "pretension" "pretensions"; -lin pretentious_A = compoundA (mkA "pretentious"); -lin pretentiously_Adv = mkAdv "pretentiously"; -lin pretentiousness_N = mkN "pretentiousness" "-" {- FIXME: no plural form -}; -lin preterit_A = compoundA (mkA "preterit"); -lin preterit_N = mkN "preterit" "preterits"; -lin preterite_A = compoundA (mkA "preterite"); -lin preterite_N = mkN "preterite" "preterites"; -lin preternatural_A = compoundA (mkA "preternatural"); -lin preternaturally_Adv = mkAdv "preternaturally"; -lin pretext_N = mkN "pretext" "pretexts"; -lin pretor_N = mkN "pretor" "pretors"; -lin pretoria_PN = mkPN "Pretoria"; -lin prettify_V2 = mkV2 (mkV "prettify" "prettifies" "prettified" "prettified" "prettifying"); -lin prettily_Adv = mkAdv "prettily"; -lin prettiness_N = mkN "prettiness" "-" {- FIXME: no plural form -}; -lin pretty_A = mkA "pretty" "prettier"; -lin pretty_Adv = mkAdv "pretty"; -lin pretty_N = mkN "pretty" "pretties"; -lin pretty_pretty_A = compoundA (mkA "pretty-pretty"); -lin pretzel_N = mkN "pretzel" "pretzels"; -lin prevail_V = mkV "prevail" "prevails" "prevailed" "prevailed" "prevailing"; -lin prevailing_A = compoundA (mkA "prevailing"); -lin prevalence_N = mkN "prevalence" "-" {- FIXME: no plural form -}; -lin prevalent_A = compoundA (mkA "prevalent"); -lin prevaricate_V = mkV "prevaricate" "prevaricates" "prevaricated" "prevaricated" "prevaricating"; -lin prevarication_N = mkN "prevarication" "prevarications"; -lin prevent_V2 = mkV2 (mkV "prevent" "prevents" "prevented" "prevented" "preventing"); -lin preventable_A = compoundA (mkA "preventable"); -lin preventative_N = mkN "preventative" "preventatives"; -lin prevention_N = mkN "prevention" "-" {- FIXME: no plural form -}; -lin preventive_A = compoundA (mkA "preventive"); -lin preview_N = mkN "preview" "previews"; -lin preview_V2 = mkV2 (mkV "preview" "previews" "previewed" "previewed" "previewing"); -lin previous_A = compoundA (mkA "previous"); -lin previously_Adv = mkAdv "previously"; -lin prevision_N = mkN "prevision" "previsions"; -lin prey_N = mkN "prey" "IRREG"; -lin prey_V = mkV "prey" "preys" "preyed" "preyed" "preying"; -lin price_N = mkN "price" "prices"; -lin price_V2 = mkV2 (mkV "price" "prices" "priced" "priced" "pricing"); -lin price_control_N = mkN "price-control" "price-controls"; -lin price_controlled_A = compoundA (mkA "price-controlled"); -lin priceless_A = compoundA (mkA "priceless"); -lin pricelist_N = mkN "pricelist" "pricelists"; -lin pricey_A = mkA "pricey" "priceyyer*"; -lin prick_N = mkN "prick" "pricks"; -lin prick_V = mkV "prick" "pricks" "pricked" "pricked" "pricking"; -lin prick_V2 = mkV2 (mkV "prick" "pricks" "pricked" "pricked" "pricking"); -lin pricker_N = mkN "pricker" "prickers"; -lin pricking_N = mkN "pricking" "prickings"; -lin prickle_N = mkN "prickle" "prickles"; -lin prickle_V = mkV "prickle" "prickles" "prickled" "prickled" "prickling"; -lin prickle_V2 = mkV2 (mkV "prickle" "prickles" "prickled" "prickled" "prickling"); -lin prickly_A = mkA "prickly" "pricklier"; -lin pride_N = mkN "pride" "prides"; -lin pride_V2 = mkV2 (mkV "pride" "prides" "prided" "prided" "priding"); -lin prie_dieu_N = mkN "prie-dieu" "prie-dieus"; -lin priest_N = mkN "priest" "priests"; -lin priest_ridden_A = compoundA (mkA "priest-ridden"); -lin priestcraft_N = mkN "priestcraft" "-" {- FIXME: no plural form -}; -lin priestess_N = mkN "priestess" "priestesses"; -lin priesthood_N = mkN "priesthood" "priesthoods"; -lin priestlike_A = compoundA (mkA "priestlike"); -lin priestly_A = mkA "priestly" "priestlier"; -lin prig_N = mkN "prig" "prigs"; -lin priggish_A = compoundA (mkA "priggish"); -lin priggishly_Adv = mkAdv "priggishly"; -lin priggishness_N = mkN "priggishness" "-" {- FIXME: no plural form -}; -lin prim_A = mkA "prim" "primmer*"; -lin prim_V2 = mkV2 (mkV "prim" "prims" "primmed" "primmed" "primming"); -lin prima_A = compoundA (mkA "prima"); -lin prima_ballerina_N = mkN "prima ballerina" "prima ballerinas"; -lin prima_donna_N = mkN "prima donna" "prima donnas"; -lin prima_facie_A = compoundA (mkA "prima facie"); -lin prima_facie_Adv = mkAdv "prima facie"; -lin primacy_N = mkN "primacy" "primacies"; -lin primaeval_A = compoundA (mkA "primaeval"); -lin primal_A = compoundA (mkA "primal"); -lin primarily_Adv = mkAdv "primarily"; -lin primary_A = compoundA (mkA "primary"); -lin primary_N = mkN "primary" "primaries"; -lin primate_N = mkN "primate" "primates"; -lin prime_A = compoundA (mkA "prime"); -lin prime_N = mkN "prime" "-" {- FIXME: no plural form -}; -lin prime_V2 = mkV2 (mkV "prime" "primes" "primed" "primed" "priming"); -lin primer_N = mkN "primer" "primers"; -lin primeval_A = compoundA (mkA "primeval"); -lin priming_N = mkN "priming" "primings"; -lin primitive_A = compoundA (mkA "primitive"); -lin primitive_N = mkN "primitive" "primitives"; -lin primitively_Adv = mkAdv "primitively"; -lin primitiveness_N = mkN "primitiveness" "-" {- FIXME: no plural form -}; -lin primly_Adv = mkAdv "primly"; -lin primness_N = mkN "primness" "-" {- FIXME: no plural form -}; -lin primogeniture_N = mkN "primogeniture" "-" {- FIXME: no plural form -}; -lin primordial_A = compoundA (mkA "primordial"); -lin primp_V2 = mkV2 (mkV "primp" "primps" "primped" "primped" "primping"); -lin primrose_N = mkN "primrose" "primroses"; -lin primula_N = mkN "primula" "primulas"; -lin primus_N = mkN "primus" "primuses"; -lin prince_N = mkN "prince" "princes"; -lin princedom_N = mkN "princedom" "princedoms"; -lin princely_A = mkA "princely" "princelier"; -lin princes_risborough_PN = mkPN "Princes risborough"; -lin princess_N = mkN "princess" "princesses"; -lin principal_A = compoundA (mkA "principal"); -lin principal_N = mkN "principal" "principals"; -lin principality_N = mkN "principality" "principalities"; -lin principally_Adv = mkAdv "principally"; -lin principle_N = mkN "principle" "principles"; -lin principled_A = compoundA (mkA "principled"); -lin prink_V2 = mkV2 (mkV "prink" "prinks" "prinked" "prinked" "prinking"); -lin print_N = mkN "print" "prints"; -lin print_V = mkV "print" "prints" "printed" "printed" "printing"; -lin print_V2 = mkV2 (mkV "print" "prints" "printed" "printed" "printing"); -lin print_seller_N = mkN "print-seller" "print-sellers"; -lin print_shop_N = mkN "print-shop" "print-shops"; -lin printable_A = compoundA (mkA "printable"); -lin printer_N = mkN "printer" "printers"; -lin printing_N = mkN "printing" "printings"; -lin printing_ink_N = mkN "printing-ink" "printing-inks"; -lin printing_press_N = mkN "printing-press" "printing-presses"; -lin printout_N = mkN "printout" "printouts"; -lin prior_A = compoundA (mkA "prior"); -lin prior_N = mkN "prior" "priors"; -lin prioress_N = mkN "prioress" "prioresses"; -lin priority_N = mkN "priority" "priorities"; -lin priory_N = mkN "priory" "priories"; -lin priscilla_PN = mkPN "Priscilla"; -lin prise_V2 = mkV2 (mkV "prise" "prises" "prised" "prised" "prising"); -lin prism_N = mkN "prism" "prisms"; -lin prismatic_A = compoundA (mkA "prismatic"); -lin prison_N = mkN "prison" "prisons"; -lin prison_breaking_N = mkN "prison-breaking" "prison-breakings"; -lin prisoner_N = mkN "prisoner" "prisoners"; -lin pristine_A = compoundA (mkA "pristine"); -lin privacy_N = mkN "privacy" "-" {- FIXME: no plural form -}; -lin private_A = compoundA (mkA "private"); -lin private_N = mkN "private" "privates"; -lin privateer_N = mkN "privateer" "privateers"; -lin privately_Adv = mkAdv "privately"; -lin privation_N = mkN "privation" "privations"; -lin privet_N = mkN "privet" "-" {- FIXME: no plural form -}; -lin privilege_N = mkN "privilege" "privileges"; -lin privileged_A = compoundA (mkA "privileged"); -lin privily_Adv = mkAdv "privily"; -lin privy_A = compoundA (mkA "privy"); -lin privy_N = mkN "privy" "privies"; -lin prize_N = mkN "prize" "prizes"; -lin prize_V2 = mkV2 (mkV "prize" "prizes" "prized" "prized" "prizing"); -lin prize_fight_N = mkN "prize-fight" "prize-fights"; -lin prize_money_N = mkN "prize-money" "-" {- FIXME: no plural form -}; -lin prize_ring_N = mkN "prize-ring" "prize-rings"; -lin pro_Adv = mkAdv "pro"; -lin pro_N = mkN "pro" "pros"; -lin pro_forma_A = compoundA (mkA "pro forma"); -lin pro_forma_Adv = mkAdv "pro forma"; -lin pro_rata_Adv = mkAdv "pro rata"; -lin pro_tem_Adv = mkAdv "pro tem"; -lin pro_tempore_Adv = mkAdv "pro tempore"; -lin probabilistic_A = compoundA (mkA "probabilistic"); -lin probabilistically_Adv = mkAdv "probabilistically"; -lin probability_N = mkN "probability" "probabilities"; -lin probable_A = compoundA (mkA "probable"); -lin probable_N = mkN "probable" "probables"; -lin probably_Adv = mkAdv "probably"; -lin probate_N = mkN "probate" "probates"; -lin probate_V2 = mkV2 (mkV "probate" "probates" "probated" "probated" "probating"); -lin probation_N = mkN "probation" "-" {- FIXME: no plural form -}; -lin probationary_A = compoundA (mkA "probationary"); -lin probationer_N = mkN "probationer" "probationers"; -lin probe_N = mkN "probe" "probes"; -lin probe_V2 = mkV2 (mkV "probe" "probes" "probed" "probed" "probing"); -lin probity_N = mkN "probity" "-" {- FIXME: no plural form -}; -lin problem_N = mkN "problem" "problems"; -lin problematic_A = compoundA (mkA "problematic"); -lin problematically_Adv = mkAdv "problematically"; -lin proboscis_N = mkN "proboscis" "proboscises"; -lin procedural_A = compoundA (mkA "procedural"); -lin procedure_N = mkN "procedure" "procedures"; -lin proceed_V = mkV "proceed" "proceeds" "proceeded" "proceeded" "proceeding"; -lin proceeding_N = mkN "proceeding" "proceedings"; -lin process_N = mkN "process" "processes"; -lin process_V = mkV "process" "processes" "processed" "processed" "processing"; -lin process_V2 = mkV2 (mkV "process" "processes" "processed" "processed" "processing"); -lin process_server_N = mkN "process-server" "process-servers"; -lin procession_N = mkN "procession" "processions"; -lin processional_A = compoundA (mkA "processional"); -lin processor_N = mkN "processor" "processors"; -lin proclaim_V2 = mkV2 (mkV "proclaim" "proclaims" "proclaimed" "proclaimed" "proclaiming"); -lin proclamation_N = mkN "proclamation" "proclamations"; -lin proclivity_N = mkN "proclivity" "proclivities"; -lin proconsul_N = mkN "proconsul" "proconsuls"; -lin proconsular_A = compoundA (mkA "proconsular"); -lin proconsulate_N = mkN "proconsulate" "proconsulates"; -lin procrastinate_V = mkV "procrastinate" "procrastinates" "procrastinated" "procrastinated" "procrastinating"; -lin procrastination_N = mkN "procrastination" "-" {- FIXME: no plural form -}; -lin procreate_V2 = mkV2 (mkV "procreate" "procreates" "procreated" "procreated" "procreating"); -lin procreation_N = mkN "procreation" "procreations"; -lin proctor_N = mkN "proctor" "proctors"; -lin procurable_A = compoundA (mkA "procurable"); -lin procurator_N = mkN "procurator" "procurators"; -lin procure_V2 = mkV2 (mkV "procure" "procures" "procured" "procured" "procuring"); -lin procurement_N = mkN "procurement" "procurements"; -lin procurer_N = mkN "procurer" "procurers"; -lin procuress_N = mkN "procuress" "procuresses"; -lin prod_N = mkN "prod" "prods"; -lin prod_V = mkV "prod" "prods" "prodded" "prodded" "prodding"; -lin prod_V2 = mkV2 (mkV "prod" "prods" "prodded" "prodded" "prodding"); -lin prodigal_A = compoundA (mkA "prodigal"); -lin prodigal_N = mkN "prodigal" "prodigals"; -lin prodigality_N = mkN "prodigality" "-" {- FIXME: no plural form -}; -lin prodigally_Adv = mkAdv "prodigally"; -lin prodigious_A = compoundA (mkA "prodigious"); -lin prodigiously_Adv = mkAdv "prodigiously"; -lin prodigy_N = mkN "prodigy" "prodigies"; -lin produce_N = mkN "produce" "-" {- FIXME: no plural form -}; -lin produce_V = mkV "produce" "produces" "produced" "produced" "producing"; -lin produce_V2 = mkV2 (mkV "produce" "produces" "produced" "produced" "producing"); -lin producer_N = mkN "producer" "producers"; -lin product_N = mkN "product" "products"; -lin production_N = mkN "production" "productions"; -lin productive_A = compoundA (mkA "productive"); -lin productively_Adv = mkAdv "productively"; -lin productivity_N = mkN "productivity" "-" {- FIXME: no plural form -}; -lin prof_PN = mkPN "Prof"; -lin profanation_N = mkN "profanation" "profanations"; -lin profane_A = compoundA (mkA "profane"); -lin profane_V2 = mkV2 (mkV "profane" "profanes" "profaned" "profaned" "profaning"); -lin profanely_Adv = mkAdv "profanely"; -lin profaneness_N = mkN "profaneness" "-" {- FIXME: no plural form -}; -lin profanity_N = mkN "profanity" "profanities"; -lin profess_V = mkV "profess" "professes" "professed" "professed" "professing"; -lin profess_V2 = mkV2 (mkV "profess" "professes" "professed" "professed" "professing"); -lin professed_A = compoundA (mkA "professed"); -lin professedly_Adv = mkAdv "professedly"; -lin profession_N = mkN "profession" "professions"; -lin professional_A = compoundA (mkA "professional"); -lin professional_N = mkN "professional" "professionals"; -lin professionalism_N = mkN "professionalism" "-" {- FIXME: no plural form -}; -lin professionally_Adv = mkAdv "professionally"; -lin professor_N = mkN "professor" "professors"; -lin professorial_A = compoundA (mkA "professorial"); -lin professorship_N = mkN "professorship" "professorships"; -lin proffer_N = mkN "proffer" "proffers"; -lin proffer_V2 = mkV2 (mkV "proffer" "proffers" "proffered" "proffered" "proffering"); -lin proficiency_N = mkN "proficiency" "-" {- FIXME: no plural form -}; -lin proficient_A = compoundA (mkA "proficient"); -lin proficiently_Adv = mkAdv "proficiently"; -lin profile_N = mkN "profile" "profiles"; -lin profile_V2 = mkV2 (mkV "profile" "profiles" "profiled" "profiled" "profiling"); -lin profit_N = mkN "profit" "profits"; -lin profit_V = mkV "profit" "profits" "profited" "profited" "profiting"; -lin profit_V2 = mkV2 (mkV "profit" "profits" "profited" "profited" "profiting"); -lin profit_margin_N = mkN "profit-margin" "profit-margins"; -lin profit_sharing_N = mkN "profit-sharing" "-" {- FIXME: no plural form -}; -lin profitable_A = compoundA (mkA "profitable"); -lin profitably_Adv = mkAdv "profitably"; -lin profiteer_N = mkN "profiteer" "profiteers"; -lin profiteer_V = mkV "profiteer" "profiteers" "profiteered" "profiteered" "profiteering"; -lin profitless_A = compoundA (mkA "profitless"); -lin profitlessly_Adv = mkAdv "profitlessly"; -lin profligacy_N = mkN "profligacy" "-" {- FIXME: no plural form -}; -lin profligate_A = compoundA (mkA "profligate"); -lin profligate_N = mkN "profligate" "profligates"; -lin profound_A = compoundA (mkA "profound"); -lin profoundly_Adv = mkAdv "profoundly"; -lin profundity_N = mkN "profundity" "profundities"; -lin profuse_A = compoundA (mkA "profuse"); -lin profusely_Adv = mkAdv "profusely"; -lin profuseness_N = mkN "profuseness" "-" {- FIXME: no plural form -}; -lin profusion_N = mkN "profusion" "-" {- FIXME: no plural form -}; -lin progenitor_N = mkN "progenitor" "progenitors"; -lin prognosis_N = mkN "prognosis" "prognoses" {- FIXME: guessed plural form -}; -lin prognostic_A = compoundA (mkA "prognostic"); -lin prognostic_N = mkN "prognostic" "prognostics"; -lin prognosticate_V2 = mkV2 (mkV "prognosticate" "prognosticates" "prognosticated" "prognosticated" "prognosticating"); -lin prognostication_N = mkN "prognostication" "prognostications"; -lin program_N = mkN "program" "programs"; -lin program_V2 = mkV2 (mkV "program" "programs" "programmed" "programmed" "programming"); -lin programme_N = mkN "programme" "programmes"; -lin programme_V2 = mkV2 (mkV "programme" "programmes" "programmed" "programmed" "programming"); -lin programmer_N = mkN "programmer" "programmers"; -lin progress_N = mkN "progress" "progresses"; -lin progress_V = mkV "progress" "progresses" "progressed" "progressed" "progressing"; -lin progression_N = mkN "progression" "-" {- FIXME: no plural form -}; -lin progressive_A = compoundA (mkA "progressive"); -lin progressive_N = mkN "progressive" "progressives"; -lin progressively_Adv = mkAdv "progressively"; -lin progressiveness_N = mkN "progressiveness" "-" {- FIXME: no plural form -}; -lin prohibit_V2 = mkV2 (mkV "prohibit" "prohibits" "prohibited" "prohibited" "prohibiting"); -lin prohibition_N = mkN "prohibition" "prohibitions"; -lin prohibitionist_N = mkN "prohibitionist" "prohibitionists"; -lin prohibitive_A = compoundA (mkA "prohibitive"); -lin prohibitively_Adv = mkAdv "prohibitively"; -lin prohibitory_A = compoundA (mkA "prohibitory"); -lin project_N = mkN "project" "projects"; -lin project_V = mkV "project" "projects" "projected" "projected" "projecting"; -lin project_V2 = mkV2 (mkV "project" "projects" "projected" "projected" "projecting"); -lin projectile_A = compoundA (mkA "projectile"); -lin projectile_N = mkN "projectile" "projectiles"; -lin projection_N = mkN "projection" "projections"; -lin projectionist_N = mkN "projectionist" "projectionists"; -lin projector_N = mkN "projector" "projectors"; -lin prolapse_N = mkN "prolapse" "prolapses"; -lin prolapse_V = mkV "prolapse" "prolapses" "prolapsed" "prolapsed" "prolapsing"; -lin prole_N = mkN "prole" "proles"; -lin proletarian_A = compoundA (mkA "proletarian"); -lin proletarian_N = mkN "proletarian" "proletarians"; -lin proletariat_N = mkN "proletariat" "proletariats"; -lin proliferate_V = mkV "proliferate" "proliferates" "proliferated" "proliferated" "proliferating"; -lin proliferate_V2 = mkV2 (mkV "proliferate" "proliferates" "proliferated" "proliferated" "proliferating"); -lin proliferation_N = mkN "proliferation" "proliferations"; -lin prolific_A = compoundA (mkA "prolific"); -lin prolix_A = compoundA (mkA "prolix"); -lin prolixity_N = mkN "prolixity" "-" {- FIXME: no plural form -}; -lin prologue_N = mkN "prologue" "prologues"; -lin prolong_V2 = mkV2 (mkV "prolong" "prolongs" "prolonged" "prolonged" "prolonging"); -lin prolongation_N = mkN "prolongation" "prolongations"; -lin prolonged_A = compoundA (mkA "prolonged"); -lin prom_N = mkN "prom" "proms"; -lin promenade_N = mkN "promenade" "promenades"; -lin promenade_V = mkV "promenade" "promenades" "promenaded" "promenaded" "promenading"; -lin promenade_V2 = mkV2 (mkV "promenade" "promenades" "promenaded" "promenaded" "promenading"); -lin prominence_N = mkN "prominence" "prominences"; -lin prominent_A = compoundA (mkA "prominent"); -lin prominently_Adv = mkAdv "prominently"; -lin promiscuity_N = mkN "promiscuity" "-" {- FIXME: no plural form -}; -lin promiscuous_A = compoundA (mkA "promiscuous"); -lin promiscuously_Adv = mkAdv "promiscuously"; -lin promise_N = mkN "promise" "promises"; -lin promise_V = mkV "promise" "promises" "promised" "promised" "promising"; -lin promise_V2 = mkV2 (mkV "promise" "promises" "promised" "promised" "promising"); -lin promising_A = compoundA (mkA "promising"); -lin promisingly_Adv = mkAdv "promisingly"; -lin promissory_A = compoundA (mkA "promissory"); -lin promontory_N = mkN "promontory" "promontories"; -lin promote_V2 = mkV2 (mkV "promote" "promotes" "promoted" "promoted" "promoting"); -lin promoter_N = mkN "promoter" "promoters"; -lin promotion_N = mkN "promotion" "promotions"; -lin promotional_A = compoundA (mkA "promotional"); -lin prompt_A = compoundA (mkA "prompt"); -lin prompt_N = mkN "prompt" "prompts"; -lin prompt_V2 = mkV2 (mkV "prompt" "prompts" "prompted" "prompted" "prompting"); -lin prompt_box_N = mkN "prompt-box" "prompt-boxes"; -lin prompt_copy_N = mkN "prompt-copy" "prompt-copies"; -lin prompter_N = mkN "prompter" "prompters"; -lin prompting_N = mkN "prompting" "promptings"; -lin promptitude_N = mkN "promptitude" "-" {- FIXME: no plural form -}; -lin promptly_Adv = mkAdv "promptly"; -lin promptness_N = mkN "promptness" "-" {- FIXME: no plural form -}; -lin promulgate_V2 = mkV2 (mkV "promulgate" "promulgates" "promulgated" "promulgated" "promulgating"); -lin promulgation_N = mkN "promulgation" "-" {- FIXME: no plural form -}; -lin prone_A = compoundA (mkA "prone"); -lin proneness_N = mkN "proneness" "-" {- FIXME: no plural form -}; -lin prong_N = mkN "prong" "prongs"; -lin pronged_A = compoundA (mkA "pronged"); -lin pronominal_A = compoundA (mkA "pronominal"); -lin pronoun_N = mkN "pronoun" "pronouns"; -lin pronounce_V = mkV "pronounce" "pronounces" "pronounced" "pronounced" "pronouncing"; -lin pronounce_V2 = mkV2 (mkV "pronounce" "pronounces" "pronounced" "pronounced" "pronouncing"); -lin pronounceable_A = compoundA (mkA "pronounceable"); -lin pronounced_A = compoundA (mkA "pronounced"); -lin pronouncement_N = mkN "pronouncement" "pronouncements"; -lin pronto_Adv = mkAdv "pronto"; -lin pronunciamento_N = mkN "pronunciamento" "pronunciamentos"; -lin pronunciation_N = mkN "pronunciation" "pronunciations"; -lin proof_A = compoundA (mkA "proof"); -lin proof_N = mkN "proof" "proofs"; -lin proof_V2 = mkV2 (mkV "proof" "proofs" "proofed" "proofed" "proofing"); -lin proofread_V = mkV "proof" IrregEng.read_V; -lin proofread_V2 = mkV2 (mkV "proof" IrregEng.read_V); -lin proofreader_N = mkN "proofreader" "proofreaders"; -lin prop_N = mkN "prop" "props"; -lin prop_V2 = mkV2 (mkV "prop" "props" "propped" "propped" "propping"); -lin propaganda_N = mkN "propaganda" "-" {- FIXME: no plural form -}; -lin propagandist_N = mkN "propagandist" "propagandists"; -lin propagandize_V = mkV "propagandize" "propagandizes" "propagandized" "propagandized" "propagandizing"; -lin propagate_V = mkV "propagate" "propagates" "propagated" "propagated" "propagating"; -lin propagate_V2 = mkV2 (mkV "propagate" "propagates" "propagated" "propagated" "propagating"); -lin propagation_N = mkN "propagation" "-" {- FIXME: no plural form -}; -lin propagator_N = mkN "propagator" "propagators"; -lin propane_N = mkN "propane" "-" {- FIXME: no plural form -}; -lin propel_V2 = mkV2 (mkV "propel" "propels" "propelled" "propelled" "propelling"); -lin propellant_A = compoundA (mkA "propellant"); -lin propellant_N = mkN "propellant" "propellants"; -lin propellent_A = compoundA (mkA "propellent"); -lin propellent_N = mkN "propellent" "propellents"; -lin propeller_N = mkN "propeller" "propellers"; -lin propensity_N = mkN "propensity" "propensities"; -lin proper_A = compoundA (mkA "proper"); -lin properly_Adv = mkAdv "properly"; -lin propertied_A = compoundA (mkA "propertied"); -lin property_N = mkN "property" "properties"; -lin property_man_N = mkN "property-man" "property-men" {- FIXME: guessed plural form -}; -lin property_master_N = mkN "property-master" "property-masters"; -lin prophecy_N = mkN "prophecy" "prophecies"; -lin prophesy_V = mkV "prophesy" "prophesies" "prophesied" "prophesied" "prophesying"; -lin prophesy_V2 = mkV2 (mkV "prophesy" "prophesies" "prophesied" "prophesied" "prophesying"); -lin prophet_N = mkN "prophet" "prophets"; -lin prophetess_N = mkN "prophetess" "prophetesses"; -lin prophetic_A = compoundA (mkA "prophetic"); -lin prophetical_A = compoundA (mkA "prophetical"); -lin prophetically_Adv = mkAdv "prophetically"; -lin prophylactic_A = compoundA (mkA "prophylactic"); -lin prophylactic_N = mkN "prophylactic" "prophylactics"; -lin prophylaxis_N = mkN "prophylaxis" "-" {- FIXME: no plural form -}; -lin propinquity_N = mkN "propinquity" "-" {- FIXME: no plural form -}; -lin propitiate_V2 = mkV2 (mkV "propitiate" "propitiates" "propitiated" "propitiated" "propitiating"); -lin propitiation_N = mkN "propitiation" "-" {- FIXME: no plural form -}; -lin propitiatory_A = compoundA (mkA "propitiatory"); -lin propitious_A = compoundA (mkA "propitious"); -lin propitiously_Adv = mkAdv "propitiously"; -lin proponent_N = mkN "proponent" "proponents"; -lin proportion_N = mkN "proportion" "proportions"; -lin proportion_V2 = mkV2 (mkV "proportion" "proportions" "proportioned" "proportioned" "proportioning"); -lin proportionable_A = compoundA (mkA "proportionable"); -lin proportional_A = compoundA (mkA "proportional"); -lin proportionality_N = mkN "proportionality" "-" {- FIXME: no plural form -}; -lin proportionally_Adv = mkAdv "proportionally"; -lin proportionate_A = compoundA (mkA "proportionate"); -lin proportionately_Adv = mkAdv "proportionately"; -lin proposal_N = mkN "proposal" "proposals"; -lin propose_V = mkV "propose" "proposes" "proposed" "proposed" "proposing"; -lin propose_V2 = mkV2 (mkV "propose" "proposes" "proposed" "proposed" "proposing"); -lin proposer_N = mkN "proposer" "proposers"; -lin proposition_N = mkN "proposition" "propositions"; -lin proposition_V2 = mkV2 (mkV "proposition" "propositions" "propositioned" "propositioned" "propositioning"); -lin propound_V2 = mkV2 (mkV "propound" "propounds" "propounded" "propounded" "propounding"); -lin proprietary_A = compoundA (mkA "proprietary"); -lin proprietor_N = mkN "proprietor" "proprietors"; -lin proprietress_N = mkN "proprietress" "proprietresses"; -lin propriety_N = mkN "propriety" "proprieties"; -lin propulsion_N = mkN "propulsion" "-" {- FIXME: no plural form -}; -lin propulsive_A = compoundA (mkA "propulsive"); -lin prorogation_N = mkN "prorogation" "prorogations"; -lin prorogue_V2 = mkV2 (mkV "prorogue" "prorogues" "prorogued" "prorogued" "proroguing"); -lin prosaic_A = compoundA (mkA "prosaic"); -lin prosaically_Adv = mkAdv "prosaically"; -lin proscenium_N = mkN "proscenium" "prosceniums"; -lin proscribe_V2 = mkV2 (mkV "proscribe" "proscribes" "proscribed" "proscribed" "proscribing"); -lin proscription_N = mkN "proscription" "proscriptions"; -lin prose_N = mkN "prose" "-" {- FIXME: no plural form -}; -lin prosecute_V2 = mkV2 (mkV "prosecute" "prosecutes" "prosecuted" "prosecuted" "prosecuting"); -lin prosecution_N = mkN "prosecution" "prosecutions"; -lin prosecutor_N = mkN "prosecutor" "prosecutors"; -lin proselyte_N = mkN "proselyte" "proselytes"; -lin proselytize_V = mkV "proselytize" "proselytizes" "proselytized" "proselytized" "proselytizing"; -lin proselytize_V2 = mkV2 (mkV "proselytize" "proselytizes" "proselytized" "proselytized" "proselytizing"); -lin prosily_Adv = mkAdv "prosily"; -lin prosiness_N = mkN "prosiness" "-" {- FIXME: no plural form -}; -lin prosody_N = mkN "prosody" "-" {- FIXME: no plural form -}; -lin prospect_N = mkN "prospect" "prospects"; -lin prospect_V = mkV "prospect" "prospects" "prospected" "prospected" "prospecting"; -lin prospective_A = compoundA (mkA "prospective"); -lin prospector_N = mkN "prospector" "prospectors"; -lin prospectus_N = mkN "prospectus" "prospectuses"; -lin prosper_V = mkV "prosper" "prospers" "prospered" "prospered" "prospering"; -lin prosper_V2 = mkV2 (mkV "prosper" "prospers" "prospered" "prospered" "prospering"); -lin prosperity_N = mkN "prosperity" "-" {- FIXME: no plural form -}; -lin prosperous_A = compoundA (mkA "prosperous"); -lin prosperously_Adv = mkAdv "prosperously"; -lin prostate_N = mkN "prostate" "prostates"; -lin prostitute_N = mkN "prostitute" "prostitutes"; -lin prostitute_V2 = mkV2 (mkV "prostitute" "prostitutes" "prostituted" "prostituted" "prostituting"); -lin prostitution_N = mkN "prostitution" "-" {- FIXME: no plural form -}; -lin prostrate_A = compoundA (mkA "prostrate"); -lin prostrate_V2 = mkV2 (mkV "prostrate" "prostrates" "prostrated" "prostrated" "prostrating"); -lin prostration_N = mkN "prostration" "prostrations"; -lin prosy_A = mkA "prosy" "prosier"; -lin protagonist_N = mkN "protagonist" "protagonists"; -lin protean_A = compoundA (mkA "protean"); -lin protect_V2 = mkV2 (mkV "protect" "protects" "protected" "protected" "protecting"); -lin protection_N = mkN "protection" "protections"; -lin protectionism_N = mkN "protectionism" "-" {- FIXME: no plural form -}; -lin protectionist_N = mkN "protectionist" "protectionists"; -lin protective_A = compoundA (mkA "protective"); -lin protectively_Adv = mkAdv "protectively"; -lin protector_N = mkN "protector" "protectors"; -lin protectorate_N = mkN "protectorate" "protectorates"; -lin protein_N = mkN "protein" "proteins"; -lin protest_N = mkN "protest" "protests"; -lin protest_V = mkV "protest" "protests" "protested" "protested" "protesting"; -lin protest_V2 = mkV2 (mkV "protest" "protests" "protested" "protested" "protesting"); -lin protestant_A = compoundA (mkA "protestant"); -lin protestant_N = mkN "protestant" "protestants"; -lin protestantism_N = mkN "protestantism" "-" {- FIXME: no plural form -}; -lin protestation_N = mkN "protestation" "protestations"; -lin protester_N = mkN "protester" "protesters"; -lin protestingly_Adv = mkAdv "protestingly"; -lin protocol_N = mkN "protocol" "protocols"; -lin proton_N = mkN "proton" "protons"; -lin protoplasm_N = mkN "protoplasm" "-" {- FIXME: no plural form -}; -lin prototype_N = mkN "prototype" "prototypes"; -lin protract_V2 = mkV2 (mkV "protract" "protracts" "protracted" "protracted" "protracting"); -lin protraction_N = mkN "protraction" "protractions"; -lin protractor_N = mkN "protractor" "protractors"; -lin protrude_V = mkV "protrude" "protrudes" "protruded" "protruded" "protruding"; -lin protrude_V2 = mkV2 (mkV "protrude" "protrudes" "protruded" "protruded" "protruding"); -lin protrusion_N = mkN "protrusion" "protrusions"; -lin protrusive_A = compoundA (mkA "protrusive"); -lin protuberance_N = mkN "protuberance" "protuberances"; -lin protuberant_A = compoundA (mkA "protuberant"); -lin protege_N = mkN "protégé" "protégés"; -lin protegee_N = mkN "protégée" "protégées"; -lin proud_A = mkA "proud" "prouder"; -lin proudly_Adv = mkAdv "proudly"; -lin provable_A = compoundA (mkA "provable"); -lin prove_V = mkV "prove" "proves" "proved" "proved" "proving"; -lin prove_V2 = mkV2 (mkV "prove" "proves" "proved" "proved" "proving"); -lin provenance_N = mkN "provenance" "-" {- FIXME: no plural form -}; -lin provender_N = mkN "provender" "-" {- FIXME: no plural form -}; -lin proverb_N = mkN "proverb" "proverbs"; -lin proverbial_A = compoundA (mkA "proverbial"); -lin proverbially_Adv = mkAdv "proverbially"; -lin provide_V = mkV "provide" "provides" "provided" "provided" "providing"; -lin provide_V2 = mkV2 (mkV "provide" "provides" "provided" "provided" "providing"); -lin providence_N = mkN "providence" "-" {- FIXME: no plural form -}; -lin providence_PN = mkPN "Providence"; -lin provident_A = compoundA (mkA "provident"); -lin providential_A = compoundA (mkA "providential"); -lin providentially_Adv = mkAdv "providentially"; -lin providently_Adv = mkAdv "providently"; -lin provider_N = mkN "provider" "providers"; -lin province_N = mkN "province" "provinces"; -lin provincial_A = compoundA (mkA "provincial"); -lin provincial_N = mkN "provincial" "provincials"; -lin provincialism_N = mkN "provincialism" "provincialisms"; -lin provincially_Adv = mkAdv "provincially"; -lin provision_N = mkN "provision" "provisions"; -lin provision_V2 = mkV2 (mkV "provision" "provisions" "provisioned" "provisioned" "provisioning"); -lin provisional_A = compoundA (mkA "provisional"); -lin provisionally_Adv = mkAdv "provisionally"; -lin proviso_N = mkN "proviso" "provisos"; -lin provisory_A = compoundA (mkA "provisory"); -lin provocation_N = mkN "provocation" "provocations"; -lin provocative_A = compoundA (mkA "provocative"); -lin provocatively_Adv = mkAdv "provocatively"; -lin provoke_V2 = mkV2 (mkV "provoke" "provokes" "provoked" "provoked" "provoking"); -lin provoking_A = compoundA (mkA "provoking"); -lin provokingly_Adv = mkAdv "provokingly"; -lin provost_N = mkN "provost" "provosts"; -lin prow_N = mkN "prow" "prows"; -lin prowess_N = mkN "prowess" "-" {- FIXME: no plural form -}; -lin prowl_N = mkN "prowl" "prowls"; -lin prowl_V = mkV "prowl" "prowls" "prowled" "prowled" "prowling"; -lin prowl_V2 = mkV2 (mkV "prowl" "prowls" "prowled" "prowled" "prowling"); -lin prowler_N = mkN "prowler" "prowlers"; -lin prox_Adv = mkAdv "prox"; -lin proximate_A = compoundA (mkA "proximate"); -lin proximity_N = mkN "proximity" "-" {- FIXME: no plural form -}; -lin proximo_A = compoundA (mkA "proximo"); -lin proxy_N = mkN "proxy" "proxies"; -lin pru_PN = mkPN "Pru"; -lin prude_N = mkN "prude" "prudes"; -lin prudence_N = mkN "prudence" "-" {- FIXME: no plural form -}; -lin prudence_PN = mkPN "Prudence"; -lin prudent_A = compoundA (mkA "prudent"); -lin prudential_A = compoundA (mkA "prudential"); -lin prudently_Adv = mkAdv "prudently"; -lin prudery_N = mkN "prudery" "pruderies"; -lin prudhoe_PN = mkPN "Prudhoe"; -lin prudish_A = compoundA (mkA "prudish"); -lin prudishly_Adv = mkAdv "prudishly"; -lin prune_N = mkN "prune" "prunes"; -lin prune_V2 = mkV2 (mkV "prune" "prunes" "pruned" "pruned" "pruning"); -lin pruning_N = mkN "pruning" "-" {- FIXME: no plural form -}; -lin pruning_hook_N = mkN "pruning-hook" "pruning-hooks"; -lin pruning_knife_N = mkN "pruning-knife" "pruning-knives" {- FIXME: guessed plural form -}; -lin pruning_saw_N = mkN "pruning-saw" "pruning-saws"; -lin prurience_N = mkN "prurience" "-" {- FIXME: no plural form -}; -lin pruriency_N = mkN "pruriency" "-" {- FIXME: no plural form -}; -lin prurient_A = compoundA (mkA "prurient"); -lin pruriently_Adv = mkAdv "pruriently"; -lin prussian_A = compoundA (mkA "prussian"); -lin prussian_N = mkN "prussian" "prussians"; -lin prussic_A = compoundA (mkA "prussic"); -lin pry_V = mkV "pry" "pries" "pried" "pried" "prying"; -lin pry_V2 = mkV2 (mkV "pry" "pries" "pried" "pried" "prying"); -lin pryingly_Adv = mkAdv "pryingly"; -lin precis_N = mkN "précis" "précis"; -lin precis_V2 = mkV2 (mkV "précis" "IRREG" "IRREG" "IRREG" "IRREG"); -lin psalm_N = mkN "psalm" "psalms"; -lin psalmist_N = mkN "psalmist" "psalmists"; -lin psalmody_N = mkN "psalmody" "psalmodies"; -lin psalter_N = mkN "psalter" "psalters"; -lin psaltery_N = mkN "psaltery" "psalteries"; -lin psephologist_N = mkN "psephologist" "psephologists"; -lin psephology_N = mkN "psephology" "-" {- FIXME: no plural form -}; -lin pseud_N = mkN "pseud" "pseuds"; -lin pseudo_A = compoundA (mkA "pseudo"); -lin pseudo_N = mkN "pseudo" "pseudos"; -lin pseudonym_N = mkN "pseudonym" "pseudonyms"; -lin pseudonymous_A = compoundA (mkA "pseudonymous"); -lin psittacosis_N = mkN "psittacosis" "-" {- FIXME: no plural form -}; -lin psyche_N = mkN "psyche" "psyches"; -lin psychedelic_A = compoundA (mkA "psychedelic"); -lin psychiatric_A = compoundA (mkA "psychiatric"); -lin psychiatrist_N = mkN "psychiatrist" "psychiatrists"; -lin psychiatry_N = mkN "psychiatry" "-" {- FIXME: no plural form -}; -lin psychic_A = compoundA (mkA "psychic"); -lin psychic_N = mkN "psychic" "psychics"; -lin psychical_A = compoundA (mkA "psychical"); -lin psychoanalyse_V2 = mkV2 (mkV "psychoanalyse" "psychoanalyses" "psychoanalysed" "psychoanalysed" "psychoanalysing"); -lin psychoanalysis_N = mkN "psychoanalysis" "-" {- FIXME: no plural form -}; -lin psychoanalyst_N = mkN "psychoanalyst" "psychoanalysts"; -lin psychoanalytic_A = compoundA (mkA "psychoanalytic"); -lin psychoanalytical_A = compoundA (mkA "psychoanalytical"); -lin psychoanalyze_V2 = mkV2 (mkV "psychoanalyze" "psychoanalyzes" "psychoanalyzed" "psychoanalyzed" "psychoanalyzing"); -lin psychological_A = compoundA (mkA "psychological"); -lin psychologically_Adv = mkAdv "psychologically"; -lin psychologist_N = mkN "psychologist" "psychologists"; -lin psychology_N = mkN "psychology" "psychologies"; -lin psychopath_N = mkN "psychopath" "psychopaths"; -lin psychopathic_A = compoundA (mkA "psychopathic"); -lin psychosis_N = mkN "psychosis" "psychoses" {- FIXME: guessed plural form -}; -lin psychosomatic_A = compoundA (mkA "psychosomatic"); -lin psychotherapy_N = mkN "psychotherapy" "-" {- FIXME: no plural form -}; -lin psychotic_N = mkN "psychotic" "psychotics"; -lin pt_N = mkN "pt" "-" {- FIXME: no plural form -}; -lin pta_N = mkN "pta" "-" {- FIXME: no plural form -}; -lin ptarmigan_N = mkN "ptarmigan" "ptarmigans"; -lin pte_PN = mkPN "Pte"; -lin pterodactyl_N = mkN "pterodactyl" "pterodactyls"; -lin pto_PN = mkPN "Pto"; -lin ptomaine_N = mkN "ptomaine" "ptomaines"; -lin pty_PN = mkPN "Pty"; -lin pub_N = mkN "pub" "pubs"; -lin pub_crawl_N = mkN "pub-crawl" "pub-crawls"; -lin pub_crawl_V = mkV "pub-crawl" "pub-crawls" "pub-crawled" "pub-crawled" "pub-crawling"; -lin puberty_N = mkN "puberty" "-" {- FIXME: no plural form -}; -lin pubic_A = compoundA (mkA "pubic"); -lin public_A = compoundA (mkA "public"); -lin public_N = mkN "public" "publics"; -lin public_spirited_A = compoundA (mkA "public-spirited"); -lin publican_N = mkN "publican" "publicans"; -lin publication_N = mkN "publication" "publications"; -lin publicist_N = mkN "publicist" "publicists"; -lin publicity_N = mkN "publicity" "-" {- FIXME: no plural form -}; -lin publicize_V2 = mkV2 (mkV "publicize" "publicizes" "publicized" "publicized" "publicizing"); -lin publicly_Adv = mkAdv "publicly"; -lin publish_V2 = mkV2 (mkV "publish" "publishes" "published" "published" "publishing"); -lin publisher_N = mkN "publisher" "publishers"; -lin puce_N = mkN "puce" "-" {- FIXME: no plural form -}; -lin puck_N = mkN "puck" "pucks"; -lin pucker_N = mkN "pucker" "puckers"; -lin pucker_V = mkV "pucker" "puckers" "puckered" "puckered" "puckering"; -lin pucker_V2 = mkV2 (mkV "pucker" "puckers" "puckered" "puckered" "puckering"); -lin puckish_A = compoundA (mkA "puckish"); -lin puckishly_Adv = mkAdv "puckishly"; -lin pud_N = mkN "pud" "-" {- FIXME: no plural form -}; -lin pudden_N = mkN "pudden" "puddens"; -lin pudden_head_N = mkN "pudden-head" "pudden-heads"; -lin pudding_N = mkN "pudding" "puddings"; -lin pudding_face_N = mkN "pudding-face" "pudding-faces"; -lin puddle_N = mkN "puddle" "puddles"; -lin puddle_V2 = mkV2 (mkV "puddle" "puddles" "puddled" "puddled" "puddling"); -lin puddler_N = mkN "puddler" "puddlers"; -lin pudgy_A = mkA "pudgy" "pudgier"; -lin pudsey_PN = mkPN "Pudsey"; -lin pueblo_N = mkN "pueblo" "pueblos"; -lin puerile_A = compoundA (mkA "puerile"); -lin puerility_N = mkN "puerility" "puerilities"; -lin puerperal_A = compoundA (mkA "puerperal"); -lin puff_N = mkN "puff" "puffs"; -lin puff_V = mkV "puff" "puffs" "puffed" "puffed" "puffing"; -lin puff_V2 = mkV2 (mkV "puff" "puffs" "puffed" "puffed" "puffing"); -lin puffball_N = mkN "puffball" "puffballs"; -lin puffin_N = mkN "puffin" "puffins"; -lin puffiness_N = mkN "puffiness" "-" {- FIXME: no plural form -}; -lin puffy_A = mkA "puffy" "puffier"; -lin pug_N = mkN "pug" "pugs"; -lin pug_dog_N = mkN "pug-dog" "pug-dogs"; -lin pug_nose_A = compoundA (mkA "pug-nose"); -lin pug_nose_N = mkN "pug-nose" "pug-noses"; -lin pug_nosed_A = compoundA (mkA "pug-nosed"); -lin pugilism_N = mkN "pugilism" "-" {- FIXME: no plural form -}; -lin pugilist_N = mkN "pugilist" "pugilists"; -lin pugilistic_A = compoundA (mkA "pugilistic"); -lin pugnacious_A = compoundA (mkA "pugnacious"); -lin pugnaciously_Adv = mkAdv "pugnaciously"; -lin pugnacity_N = mkN "pugnacity" "-" {- FIXME: no plural form -}; -lin puissance_N = mkN "puissance" "-" {- FIXME: no plural form -}; -lin puissant_A = compoundA (mkA "puissant"); -lin puke_N = mkN "puke" "-" {- FIXME: no plural form -}; -lin puke_V = mkV "puke" "pukes" "puked" "puked" "puking"; -lin puke_V2 = mkV2 (mkV "puke" "pukes" "puked" "puked" "puking"); -lin pukka_A = compoundA (mkA "pukka"); -lin pulchritude_N = mkN "pulchritude" "-" {- FIXME: no plural form -}; -lin pulchritudinous_A = compoundA (mkA "pulchritudinous"); -lin pule_V = mkV "pule" "pules" "puled" "puled" "puling"; -lin pull_N = mkN "pull" "pulls"; -lin pull_V = mkV "pull" "pulls" "pulled" "pulled" "pulling"; -lin pull_V2 = mkV2 (mkV "pull" "pulls" "pulled" "pulled" "pulling"); -lin pull_in_N = mkN "pull-in" "pull-ins"; -lin pull_off_N = mkN "pull-off" "pull-offs"; -lin pull_out_N = mkN "pull-out" "pull-outs"; -lin pull_through_N = mkN "pull-through" "pull-throughs"; -lin pull_up_N = mkN "pull-up" "pull-ups"; -lin pullet_N = mkN "pullet" "pullets"; -lin pulley_N = mkN "pulley" "pulleys"; -lin pulley_block_N = mkN "pulley-block" "pulley-blocks"; -lin pullman_N = mkN "pullman" "pullmans"; -lin pullover_N = mkN "pullover" "pullovers"; -lin pullulate_V = mkV "pullulate" "pullulates" "pullulated" "pullulated" "pullulating"; -lin pulmonary_A = compoundA (mkA "pulmonary"); -lin pulp_N = mkN "pulp" "pulps"; -lin pulp_V = mkV "pulp" "pulps" "pulped" "pulped" "pulping"; -lin pulp_V2 = mkV2 (mkV "pulp" "pulps" "pulped" "pulped" "pulping"); -lin pulpit_N = mkN "pulpit" "pulpits"; -lin pulpy_A = mkA "pulpy" "pulpier"; -lin pulque_N = mkN "pulque" "-" {- FIXME: no plural form -}; -lin pulsar_N = mkN "pulsar" "pulsars"; -lin pulsate_V = mkV "pulsate" "pulsates" "pulsated" "pulsated" "pulsating"; -lin pulsate_V2 = mkV2 (mkV "pulsate" "pulsates" "pulsated" "pulsated" "pulsating"); -lin pulsation_N = mkN "pulsation" "pulsations"; -lin pulse_N = mkN "pulse" "pulses"; -lin pulse_V = mkV "pulse" "pulses" "pulsed" "pulsed" "pulsing"; -lin pulverize_V = mkV "pulverize" "pulverizes" "pulverized" "pulverized" "pulverizing"; -lin pulverize_V2 = mkV2 (mkV "pulverize" "pulverizes" "pulverized" "pulverized" "pulverizing"); -lin puma_N = mkN "puma" "pumas"; -lin pumice_N = mkN "pumice" "-" {- FIXME: no plural form -}; -lin pumice_stone_N = mkN "pumice-stone" "pumice-stones"; -lin pummel_V2 = mkV2 (mkV "pummel" "pummels" "pummelled" "pummelled" "pummelling"); -lin pump_N = mkN "pump" "pumps"; -lin pump_V = mkV "pump" "pumps" "pumped" "pumped" "pumping"; -lin pump_V2 = mkV2 (mkV "pump" "pumps" "pumped" "pumped" "pumping"); -lin pump_room_N = mkN "pump-room" "pump-rooms"; -lin pumpernickel_N = mkN "pumpernickel" "-" {- FIXME: no plural form -}; -lin pumpkin_N = mkN "pumpkin" "pumpkins"; -lin pun_N = mkN "pun" "puns"; -lin pun_V = mkV "pun" "puns" "punned" "punned" "punning"; -lin punch_N = mkN "punch" "punches"; -lin punch_V2 = mkV2 (mkV "punch" "punches" "punched" "punched" "punching"); -lin punch_drunk_A = compoundA (mkA "punch-drunk"); -lin punch_up_N = mkN "punch-up" "punch-ups"; -lin punchball_N = mkN "punchball" "punchballs"; -lin punchbowl_N = mkN "punchbowl" "punchbowls"; -lin punching_ball_N = mkN "punching-ball" "punching-balls"; -lin punctilio_N = mkN "punctilio" "punctilios"; -lin punctilious_A = compoundA (mkA "punctilious"); -lin punctiliously_Adv = mkAdv "punctiliously"; -lin punctiliousness_N = mkN "punctiliousness" "-" {- FIXME: no plural form -}; -lin punctual_A = compoundA (mkA "punctual"); -lin punctuality_N = mkN "punctuality" "-" {- FIXME: no plural form -}; -lin punctually_Adv = mkAdv "punctually"; -lin punctuate_V2 = mkV2 (mkV "punctuate" "punctuates" "punctuated" "punctuated" "punctuating"); -lin punctuation_N = mkN "punctuation" "-" {- FIXME: no plural form -}; -lin puncture_N = mkN "puncture" "punctures"; -lin puncture_V = mkV "puncture" "punctures" "punctured" "punctured" "puncturing"; -lin puncture_V2 = mkV2 (mkV "puncture" "punctures" "punctured" "punctured" "puncturing"); -lin pundit_N = mkN "pundit" "pundits"; -lin pungency_N = mkN "pungency" "-" {- FIXME: no plural form -}; -lin pungent_A = compoundA (mkA "pungent"); -lin pungently_Adv = mkAdv "pungently"; -lin punic_A = compoundA (mkA "punic"); -lin punily_Adv = mkAdv "punily"; -lin punish_V2 = mkV2 (mkV "punish" "punishes" "punished" "punished" "punishing"); -lin punishable_A = compoundA (mkA "punishable"); -lin punishment_N = mkN "punishment" "punishments"; -lin punitive_A = compoundA (mkA "punitive"); -lin punk_N = mkN "punk" "punks"; -lin punkah_N = mkN "punkah" "punkahs"; -lin punnet_N = mkN "punnet" "punnets"; -lin punster_N = mkN "punster" "punsters"; -lin punt_N = mkN "punt" "punts"; -lin punt_V = mkV "punt" "punts" "punted" "punted" "punting"; -lin punt_V2 = mkV2 (mkV "punt" "punts" "punted" "punted" "punting"); -lin punter_N = mkN "punter" "punters"; -lin puny_A = mkA "puny" "punier"; -lin pup_N = mkN "pup" "pups"; -lin pupa_N = mkN "pupa" "pupas"; -lin pupil_N = mkN "pupil" "pupils"; -lin puppet_N = mkN "puppet" "puppets"; -lin puppeteer_N = mkN "puppeteer" "puppeteers"; -lin puppy_N = mkN "puppy" "puppies"; -lin purblind_A = compoundA (mkA "purblind"); -lin purchasable_A = compoundA (mkA "purchasable"); -lin purchase_N = mkN "purchase" "purchases"; -lin purchase_V2 = mkV2 (mkV "purchase" "purchases" "purchased" "purchased" "purchasing"); -lin purchaser_N = mkN "purchaser" "purchasers"; -lin purdah_N = mkN "purdah" "-" {- FIXME: no plural form -}; -lin pure_A = mkA "pure" "purer"; -lin purely_Adv = mkAdv "purely"; -lin pureness_N = mkN "pureness" "-" {- FIXME: no plural form -}; -lin purgation_N = mkN "purgation" "-" {- FIXME: no plural form -}; -lin purgative_A = compoundA (mkA "purgative"); -lin purgative_N = mkN "purgative" "purgatives"; -lin purgatorial_A = compoundA (mkA "purgatorial"); -lin purgatory_N = mkN "purgatory" "purgatories"; -lin purge_N = mkN "purge" "purges"; -lin purge_V2 = mkV2 (mkV "purge" "purges" "purged" "purged" "purging"); -lin purification_N = mkN "purification" "purifications"; -lin purifier_N = mkN "purifier" "purifiers"; -lin purify_V2 = mkV2 (mkV "purify" "purifies" "purified" "purified" "purifying"); -lin purist_N = mkN "purist" "purists"; -lin puritan_A = compoundA (mkA "puritan"); -lin puritan_N = mkN "puritan" "puritans"; -lin puritanical_A = compoundA (mkA "puritanical"); -lin puritanically_Adv = mkAdv "puritanically"; -lin puritanism_N = mkN "puritanism" "-" {- FIXME: no plural form -}; -lin purity_N = mkN "purity" "-" {- FIXME: no plural form -}; -lin purl_N = mkN "purl" "purls"; -lin purl_V = mkV "purl" "purls" "purled" "purled" "purling"; -lin purl_V2 = mkV2 (mkV "purl" "purls" "purled" "purled" "purling"); -lin purloin_V2 = mkV2 (mkV "purloin" "purloins" "purloined" "purloined" "purloining"); -lin purple_A = compoundA (mkA "purple"); -lin purple_N = mkN "purple" "purples"; -lin purplish_A = compoundA (mkA "purplish"); -lin purport_N = mkN "purport" "-" {- FIXME: no plural form -}; -lin purport_V2 = mkV2 (mkV "purport" "purports" "purported" "purported" "purporting"); -lin purpose_N = mkN "purpose" "purposes"; -lin purpose_V2 = mkV2 (mkV "purpose" "purposes" "purposed" "purposed" "purposing"); -lin purpose_built_A = compoundA (mkA "purpose-built"); -lin purposeful_A = compoundA (mkA "purposeful"); -lin purposefully_Adv = mkAdv "purposefully"; -lin purposeless_A = compoundA (mkA "purposeless"); -lin purposelessly_Adv = mkAdv "purposelessly"; -lin purposely_Adv = mkAdv "purposely"; -lin purposive_A = compoundA (mkA "purposive"); -lin purr_N = mkN "purr" "purrs"; -lin purr_V = mkV "purr" "purrs" "purred" "purred" "purring"; -lin purr_V2 = mkV2 (mkV "purr" "purrs" "purred" "purred" "purring"); -lin purse_N = mkN "purse" "purses"; -lin purse_V2 = mkV2 (mkV "purse" "purses" "pursed" "pursed" "pursing"); -lin purse_proud_A = compoundA (mkA "purse-proud"); -lin purser_N = mkN "purser" "pursers"; -lin pursuance_N = mkN "pursuance" "pursuances"; -lin pursuant_A = compoundA (mkA "pursuant"); -lin pursue_V2 = mkV2 (mkV "pursue" "pursues" "pursued" "pursued" "pursuing"); -lin pursuer_N = mkN "pursuer" "pursuers"; -lin pursuit_N = mkN "pursuit" "pursuits"; -lin pursy_A = compoundA (mkA "pursy"); -lin purulence_N = mkN "purulence" "-" {- FIXME: no plural form -}; -lin purulent_A = compoundA (mkA "purulent"); -lin purvey_V = mkV "purvey" "purveys" "purveyed" "purveyed" "purveying"; -lin purvey_V2 = mkV2 (mkV "purvey" "purveys" "purveyed" "purveyed" "purveying"); -lin purveyance_N = mkN "purveyance" "purveyances"; -lin purveyor_N = mkN "purveyor" "purveyors"; -lin purview_N = mkN "purview" "purviews"; -lin puree_N = mkN "purée" "purées"; -lin pus_N = mkN "pus" "-" {- FIXME: no plural form -}; -lin pusan_PN = mkPN "Pusan"; -lin push_N = mkN "push" "pushes"; -lin push_V = mkV "push" "pushes" "pushed" "pushed" "pushing"; -lin push_V2 = mkV2 (mkV "push" "pushes" "pushed" "pushed" "pushing"); -lin push_bike_N = mkN "push-bike" "push-bikes"; -lin pushcart_N = mkN "pushcart" "pushcarts"; -lin pushchair_N = mkN "pushchair" "pushchairs"; -lin pusher_N = mkN "pusher" "pushers"; -lin pushful_A = compoundA (mkA "pushful"); -lin pushing_A = compoundA (mkA "pushing"); -lin pushover_N = mkN "pushover" "pushovers"; -lin pusillanimity_N = mkN "pusillanimity" "-" {- FIXME: no plural form -}; -lin pusillanimous_A = compoundA (mkA "pusillanimous"); -lin puss_N = mkN "puss" "IRREG"; -lin pussy_N = mkN "pussy" "pussies"; -lin pussycat_N = mkN "pussycat" "pussycats"; -lin pussyfoot_V = mkV "pussyfoot" "pussyfoots" "pussyfooted" "pussyfooted" "pussyfooting"; -lin pustule_N = mkN "pustule" "pustules"; -lin put_N = mkN "put" "puts"; -lin put_V = IrregEng.put_V; -lin put_V2 = mkV2 (IrregEng.put_V); -lin put_down_N = mkN "put-down" "put-downs"; -lin put_on_N = mkN "put-on" "put-ons"; -lin putative_A = compoundA (mkA "putative"); -lin putrefaction_N = mkN "putrefaction" "putrefactions"; -lin putrefy_V = mkV "putrefy" "putrefies" "putrefied" "putrefied" "putrefying"; -lin putrefy_V2 = mkV2 (mkV "putrefy" "putrefies" "putrefied" "putrefied" "putrefying"); -lin putrescence_N = mkN "putrescence" "putrescences"; -lin putrescent_A = compoundA (mkA "putrescent"); -lin putrid_A = compoundA (mkA "putrid"); -lin putridity_N = mkN "putridity" "-" {- FIXME: no plural form -}; -lin putsch_N = mkN "putsch" "putsches"; -lin putt_N = mkN "putt" "putts"; -lin putt_V = mkV "putt" "putts" "putted" "putted" "putting"; -lin putt_V2 = mkV2 (mkV "putt" "putts" "putted" "putted" "putting"); -lin puttee_N = mkN "puttee" "puttees"; -lin putter_V = mkV "putter" "putters" "puttered" "puttered" "puttering"; -lin putter_V2 = mkV2 (mkV "putter" "putters" "puttered" "puttered" "puttering"); -lin putting_green_N = mkN "putting-green" "putting-greens"; -lin putting_iron_N = mkN "putting-iron" "putting-irons"; -lin putty_N = mkN "putty" "-" {- FIXME: no plural form -}; -lin putty_V2 = mkV2 (mkV "putty" "putties" "puttied" "puttied" "puttying"); -lin puzzle_N = mkN "puzzle" "puzzles"; -lin puzzle_V = mkV "puzzle" "puzzles" "puzzled" "puzzled" "puzzling"; -lin puzzle_V2 = mkV2 (mkV "puzzle" "puzzles" "puzzled" "puzzled" "puzzling"); -lin puzzlement_N = mkN "puzzlement" "puzzlements"; -lin puzzler_N = mkN "puzzler" "puzzlers"; -lin pwllheli_PN = mkPN "Pwllheli"; -lin pygmy_N = mkN "pygmy" "pygmies"; -lin pyjama_A = compoundA (mkA "pyjama"); -lin pyle_PN = mkPN "Pyle"; -lin pylon_N = mkN "pylon" "pylons"; -lin pyongyang_PN = mkPN "Pyongyang"; -lin pyorrhoea_N = mkN "pyorrhoea" "-" {- FIXME: no plural form -}; -lin pyramid_N = mkN "pyramid" "pyramids"; -lin pyre_N = mkN "pyre" "pyres"; -lin pyrites_N = mkN "pyrites" "-" {- FIXME: no plural form -}; -lin pyrotechnic_A = compoundA (mkA "pyrotechnic"); -lin pyrrhic_A = compoundA (mkA "pyrrhic"); -lin python_N = mkN "python" "pythons"; -lin pyx_N = mkN "pyx" "pyxes"; -lin pate_2_N = mkN "pâté" "pâtés"; -lin qatar_PN = mkPN "Qatar"; -lin qatari_A = compoundA (mkA "qatari"); -lin qatari_N = mkN "qatari" "qataris"; -lin qc_N = mkN "qc" "-" {- FIXME: no plural form -}; -lin qed_PN = mkPN "Qed"; -lin qt_N = mkN "qt" "qt"; -lin quack_N = mkN "quack" "quacks"; -lin quack_V = mkV "quack" "quacks" "quacked" "quacked" "quacking"; -lin quack_quack_N = mkN "quack-quack" "quack-quacks"; -lin quackery_N = mkN "quackery" "-" {- FIXME: no plural form -}; -lin quad_N = mkN "quad" "quads"; -lin quadrangle_N = mkN "quadrangle" "quadrangles"; -lin quadrangular_A = compoundA (mkA "quadrangular"); -lin quadrant_N = mkN "quadrant" "quadrants"; -lin quadratic_A = compoundA (mkA "quadratic"); -lin quadrilateral_A = compoundA (mkA "quadrilateral"); -lin quadrilateral_N = mkN "quadrilateral" "quadrilaterals"; -lin quadrille_N = mkN "quadrille" "quadrilles"; -lin quadrillion_N = mkN "quadrillion" "quadrillions"; -lin quadrophonic_A = compoundA (mkA "quadrophonic"); -lin quadrophony_N = mkN "quadrophony" "-" {- FIXME: no plural form -}; -lin quadruped_N = mkN "quadruped" "quadrupeds"; -lin quadruple_A = compoundA (mkA "quadruple"); -lin quadruple_N = mkN "quadruple" "quadruples"; -lin quadruple_V = mkV "quadruple" "quadruples" "quadrupled" "quadrupled" "quadrupling"; -lin quadruple_V2 = mkV2 (mkV "quadruple" "quadruples" "quadrupled" "quadrupled" "quadrupling"); -lin quadruplet_N = mkN "quadruplet" "quadruplets"; -lin quadruplicate_A = compoundA (mkA "quadruplicate"); -lin quadruplicate_N = mkN "quadruplicate" "quadruplicates"; -lin quadruplicate_V2 = mkV2 (mkV "quadruplicate" "quadruplicates" "quadruplicated" "quadruplicated" "quadruplicating"); -lin quaff_V = mkV "quaff" "quaffs" "quaffed" "quaffed" "quaffing"; -lin quaff_V2 = mkV2 (mkV "quaff" "quaffs" "quaffed" "quaffed" "quaffing"); -lin quagga_N = mkN "quagga" "quaggas"; -lin quagmire_N = mkN "quagmire" "quagmires"; -lin quai_d'orsay_N = mkN "quai d'orsay" "IRREG"; -lin quail_N = mkN "quail" "quails"; -lin quail_V = mkV "quail" "quails" "quailed" "quailed" "quailing"; -lin quaint_A = mkA "quaint" "quainter"; -lin quaintly_Adv = mkAdv "quaintly"; -lin quaintness_N = mkN "quaintness" "-" {- FIXME: no plural form -}; -lin quake_N = mkN "quake" "quakes"; -lin quake_V = mkV "quake" "quakes" "quaked" "quaked" "quaking"; -lin quaker_N = mkN "quaker" "quakers"; -lin qualification_N = mkN "qualification" "qualifications"; -lin qualified_A = compoundA (mkA "qualified"); -lin qualifier_N = mkN "qualifier" "qualifiers"; -lin qualify_V = mkV "qualify" "qualifies" "qualified" "qualified" "qualifying"; -lin qualify_V2 = mkV2 (mkV "qualify" "qualifies" "qualified" "qualified" "qualifying"); -lin qualitative_A = compoundA (mkA "qualitative"); -lin qualitatively_Adv = mkAdv "qualitatively"; -lin quality_N = mkN "quality" "qualities"; -lin qualm_N = mkN "qualm" "qualms"; -lin quandary_N = mkN "quandary" "quandaries"; -lin quango_N = mkN "quango" "quangos"; -lin quantify_V2 = mkV2 (mkV "quantify" "quantifies" "quantified" "quantified" "quantifying"); -lin quantitative_A = compoundA (mkA "quantitative"); -lin quantitatively_Adv = mkAdv "quantitatively"; -lin quantity_N = mkN "quantity" "quantities"; -lin quantum_N = mkN "quantum" "quanta" {- FIXME: guessed plural form -}; -lin quarantine_N = mkN "quarantine" "-" {- FIXME: no plural form -}; -lin quarantine_V2 = mkV2 (mkV "quarantine" "quarantines" "quarantined" "quarantined" "quarantining"); -lin quark_N = mkN "quark" "quarks"; -lin quarrel_N = mkN "quarrel" "quarrels"; -lin quarrel_V = mkV "quarrel" "quarrels" "quarrelled" "quarrelled" "quarrelling"; -lin quarrelsome_A = compoundA (mkA "quarrelsome"); -lin quarry_N = mkN "quarry" "quarries"; -lin quarry_V = mkV "quarry" "quarries" "quarried" "quarried" "quarrying"; -lin quarry_V2 = mkV2 (mkV "quarry" "quarries" "quarried" "quarried" "quarrying"); -lin quarryman_N = mkN "quarryman" "quarrymen" {- FIXME: guessed plural form -}; -lin quart_N = mkN "quart" "quarts"; -lin quarter_N = mkN "quarter" "quarters"; -lin quarter_V2 = mkV2 (mkV "quarter" "quarters" "quartered" "quartered" "quartering"); -lin quarter_day_N = mkN "quarter-day" "quarter-days"; -lin quarter_deck_N = mkN "quarter-deck" "quarter-decks"; -lin quarter_plate_N = mkN "quarter-plate" "quarter-plates"; -lin quarterfinal_N = mkN "quarterfinal" "quarterfinals"; -lin quartering_N = mkN "quartering" "quarterings"; -lin quarterlight_N = mkN "quarterlight" "quarterlights"; -lin quarterly_A = compoundA (mkA "quarterly"); -lin quarterly_Adv = mkAdv "quarterly"; -lin quarterly_N = mkN "quarterly" "quarterlies"; -lin quartermaster_N = mkN "quartermaster" "quartermasters"; -lin quartermaster_general_N = mkN "quartermaster-general" "quartermaster-generals"; -lin quarterstaff_N = mkN "quarterstaff" "quarterstaffs"; -lin quartet_N = mkN "quartet" "quartets"; -lin quarto_N = mkN "quarto" "quartos"; -lin quartz_N = mkN "quartz" "-" {- FIXME: no plural form -}; -lin quasar_N = mkN "quasar" "quasars"; -lin quash_V2 = mkV2 (mkV "quash" "quashes" "quashed" "quashed" "quashing"); -lin quassia_N = mkN "quassia" "-" {- FIXME: no plural form -}; -lin quatercentenary_N = mkN "quatercentenary" "quatercentenaries"; -lin quatrain_N = mkN "quatrain" "quatrains"; -lin quattrocento_N = mkN "quattrocento" "quattrocentos"; -lin quaver_N = mkN "quaver" "quavers"; -lin quaver_V = mkV "quaver" "quavers" "quavered" "quavered" "quavering"; -lin quaver_V2 = mkV2 (mkV "quaver" "quavers" "quavered" "quavered" "quavering"); -lin quay_N = mkN "quay" "quays"; -lin queasily_Adv = mkAdv "queasily"; -lin queasiness_N = mkN "queasiness" "-" {- FIXME: no plural form -}; -lin queasy_A = mkA "queasy" "queasier"; -lin quebec_PN = mkPN "Quebec"; -lin queen_N = mkN "queen" "queens"; -lin queen_V2 = mkV2 (mkV "queen" "queens" "queened" "queened" "queening"); -lin queenborough_in_sheppey_PN = mkPN "Queenborough-in-sheppey"; -lin queenly_A = mkA "queenly" "queenlier"; -lin queensbury_PN = mkPN "Queensbury"; -lin queensferry_PN = mkPN "Queensferry"; -lin queensland_PN = mkPN "Queensland"; -lin queer_A = mkA "queer" "queerer"; -lin queer_N = mkN "queer" "queers"; -lin queer_V2 = mkV2 (mkV "queer" "queers" "queered" "queered" "queering"); -lin queerly_Adv = mkAdv "queerly"; -lin queerness_N = mkN "queerness" "-" {- FIXME: no plural form -}; -lin quell_V2 = mkV2 (mkV "quell" "quells" "quelled" "quelled" "quelling"); -lin quench_V2 = mkV2 (mkV "quench" "quenches" "quenched" "quenched" "quenching"); -lin quenchless_A = compoundA (mkA "quenchless"); -lin quentin_PN = mkPN "Quentin"; -lin quern_N = mkN "quern" "querns"; -lin querulous_A = compoundA (mkA "querulous"); -lin querulously_Adv = mkAdv "querulously"; -lin querulousness_N = mkN "querulousness" "-" {- FIXME: no plural form -}; -lin query_N = mkN "query" "queries"; -lin query_V2 = mkV2 (mkV "query" "queries" "queried" "queried" "querying"); -lin quest_N = mkN "quest" "quests"; -lin quest_V = mkV "quest" "quests" "quested" "quested" "questing"; -lin question_N = mkN "question" "questions"; -lin question_V2 = mkV2 (mkV "question" "questions" "questioned" "questioned" "questioning"); -lin question_mark_N = mkN "question-mark" "question-marks"; -lin question_master_N = mkN "question-master" "question-masters"; -lin questionable_A = compoundA (mkA "questionable"); -lin questionably_Adv = mkAdv "questionably"; -lin questioner_N = mkN "questioner" "questioners"; -lin questioningly_Adv = mkAdv "questioningly"; -lin questionnaire_N = mkN "questionnaire" "questionnaires"; -lin quetzal_N = mkN "quetzal" "quetzals"; -lin queue_N = mkN "queue" "queues"; -lin queue_V = mkV "queue" "IRREG" "IRREG" "IRREG" "IRREG"; -lin qui_vive_N = mkN "qui vive" "-" {- FIXME: no plural form -}; -lin quibble_N = mkN "quibble" "quibbles"; -lin quibble_V = mkV "quibble" "quibbles" "quibbled" "quibbled" "quibbling"; -lin quibbler_N = mkN "quibbler" "quibblers"; -lin quibbling_A = compoundA (mkA "quibbling"); -lin quiche_N = mkN "quiche" "quiches"; -lin quick_A = mkA "quick" "quicker"; -lin quick_Adv = mkAdv "quick"; -lin quick_N = mkN "quick" "-" {- FIXME: no plural form -}; -lin quick_change_A = compoundA (mkA "quick-change"); -lin quick_eared_A = compoundA (mkA "quick-eared"); -lin quick_eyed_A = compoundA (mkA "quick-eyed"); -lin quick_freeze_V2 = mkV2 (mkV "quick-" IrregEng.freeze_V); -lin quick_sighted_A = compoundA (mkA "quick-sighted"); -lin quick_tempered_A = compoundA (mkA "quick-tempered"); -lin quick_witted_A = compoundA (mkA "quick-witted"); -lin quicken_V = mkV "quicken" "quickens" "quickened" "quickened" "quickening"; -lin quicken_V2 = mkV2 (mkV "quicken" "quickens" "quickened" "quickened" "quickening"); -lin quicker_Adv = mkAdv "quicker"; -lin quickest_Adv = mkAdv "quickest"; -lin quickie_N = mkN "quickie" "quickies"; -lin quicklime_N = mkN "quicklime" "-" {- FIXME: no plural form -}; -lin quickly_Adv = mkAdv "quickly"; -lin quickness_N = mkN "quickness" "-" {- FIXME: no plural form -}; -lin quicksand_N = mkN "quicksand" "quicksands"; -lin quickset_A = compoundA (mkA "quickset"); -lin quicksilver_N = mkN "quicksilver" "-" {- FIXME: no plural form -}; -lin quickstep_N = mkN "quickstep" "quicksteps"; -lin quid_N = mkN "quid" "quid"; -lin quid_pro_quo_N = mkN "quid pro quo" "quid pro qui" {- FIXME: guessed plural form -}; -lin quiescence_N = mkN "quiescence" "IRREG"; -lin quiescent_A = compoundA (mkA "quiescent"); -lin quiescently_Adv = mkAdv "quiescently"; -lin quiet_A = mkA "quiet" "quieter"; -lin quiet_N = mkN "quiet" "-" {- FIXME: no plural form -}; -lin quiet_V = mkV "quiet" "quiets" "quieted" "quieted" "quieting"; -lin quiet_V2 = mkV2 (mkV "quiet" "quiets" "quieted" "quieted" "quieting"); -lin quieten_V = mkV "quieten" "quietens" "quietened" "quietened" "quietening"; -lin quieten_V2 = mkV2 (mkV "quieten" "quietens" "quietened" "quietened" "quietening"); -lin quietism_N = mkN "quietism" "-" {- FIXME: no plural form -}; -lin quietist_N = mkN "quietist" "quietists"; -lin quietly_Adv = mkAdv "quietly"; -lin quietness_N = mkN "quietness" "-" {- FIXME: no plural form -}; -lin quietude_N = mkN "quietude" "IRREG"; -lin quietus_N = mkN "quietus" "quietuses"; -lin quiff_N = mkN "quiff" "quiffs"; -lin quill_N = mkN "quill" "quills"; -lin quill_feather_N = mkN "quill-feather" "quill-feathers"; -lin quilt_N = mkN "quilt" "quilts"; -lin quilt_V2 = mkV2 (mkV "quilt" "quilts" "quilted" "quilted" "quilting"); -lin quin_N = mkN "quin" "quins"; -lin quince_N = mkN "quince" "quinces"; -lin quincentenary_A = compoundA (mkA "quincentenary"); -lin quincentenary_N = mkN "quincentenary" "quincentenaries"; -lin quinine_N = mkN "quinine" "-" {- FIXME: no plural form -}; -lin quinquagesima_N = mkN "quinquagesima" "quinquagesimas"; -lin quinquagesima_PN = mkPN "Quinquagesima"; -lin quinsy_N = mkN "quinsy" "-" {- FIXME: no plural form -}; -lin quintal_N = mkN "quintal" "quintals"; -lin quintessence_N = mkN "quintessence" "quintessences"; -lin quintet_N = mkN "quintet" "quintets"; -lin quintuplet_N = mkN "quintuplet" "quintuplets"; -lin quip_N = mkN "quip" "quips"; -lin quip_V = mkV "quip" "quips" "quipped" "quipped" "quipping"; -lin quire_N = mkN "quire" "quires"; -lin quirk_N = mkN "quirk" "quirks"; -lin quisling_N = mkN "quisling" "quislings"; -lin quit_A = compoundA (mkA "quit"); -lin quit_V2 = mkV2 (mkV "quit" "quits" "quitted" "quitted" "quitting"); -lin quite_Adv = mkAdv "quite"; -lin quito_PN = mkPN "Quito"; -lin quits_A = compoundA (mkA "quits"); -lin quittance_N = mkN "quittance" "quittances"; -lin quitter_N = mkN "quitter" "quitters"; -lin quiver_N = mkN "quiver" "quivers"; -lin quiver_V = mkV "quiver" "quivers" "quivered" "quivered" "quivering"; -lin quiver_V2 = mkV2 (mkV "quiver" "quivers" "quivered" "quivered" "quivering"); -lin quixotic_A = compoundA (mkA "quixotic"); -lin quixotically_Adv = mkAdv "quixotically"; -lin quiz_N = mkN "quiz" "quizes"; -lin quiz_V2 = mkV2 (mkV "quiz" "IRREG" "IRREG" "IRREG" "IRREG"); -lin quizmaster_N = mkN "quizmaster" "quizmasters"; -lin quizzical_A = compoundA (mkA "quizzical"); -lin quizzically_Adv = mkAdv "quizzically"; -lin quoin_N = mkN "quoin" "quoins"; -lin quoit_N = mkN "quoit" "quoits"; -lin quonset_N = mkN "quonset" "quonsets"; -lin quorum_N = mkN "quorum" "quorums"; -lin quota_N = mkN "quota" "quotas"; -lin quotability_N = mkN "quotability" "-" {- FIXME: no plural form -}; -lin quotable_A = compoundA (mkA "quotable"); -lin quotation_N = mkN "quotation" "quotations"; -lin quote_N = mkN "quote" "quotes"; -lin quote_V2 = mkV2 (mkV "quote" "quotes" "quoted" "quoted" "quoting"); -lin quotidian_A = compoundA (mkA "quotidian"); -lin quotient_N = mkN "quotient" "quotients"; -lin qv_PN = mkPN "Qv"; -lin ra_N = mkN "ra" "-" {- FIXME: no plural form -}; -lin rabbi_N = mkN "rabbi" "rabbis"; -lin rabbinical_A = compoundA (mkA "rabbinical"); -lin rabbit_N = mkN "rabbit" "rabbits"; -lin rabbit_V = mkV "rabbit" "rabbits" "rabbited" "rabbited" "rabbiting"; -lin rabbit_burrow_N = mkN "rabbit-burrow" "rabbit-burrows"; -lin rabbit_hole_N = mkN "rabbit-hole" "rabbit-holes"; -lin rabbit_hutch_N = mkN "rabbit-hutch" "rabbit-hutches"; -lin rabbit_punch_N = mkN "rabbit-punch" "rabbit-punches"; -lin rabbit_warren_N = mkN "rabbit-warren" "rabbit-warrens"; -lin rabble_N = mkN "rabble" "rabbles"; -lin rabble_rousing_A = compoundA (mkA "rabble-rousing"); -lin rabelaisian_A = compoundA (mkA "rabelaisian"); -lin rabid_A = compoundA (mkA "rabid"); -lin rabies_N = mkN "rabies" "-" {- FIXME: no plural form -}; -lin raccoon_N = mkN "raccoon" "raccoons"; -lin race_N = mkN "race" "races"; -lin race_V = mkV "race" "races" "raced" "raced" "racing"; -lin race_V2 = mkV2 (mkV "race" "races" "raced" "raced" "racing"); -lin race_meeting_N = mkN "race-meeting" "race-meetings"; -lin racecard_N = mkN "racecard" "racecards"; -lin racecourse_N = mkN "racecourse" "racecourses"; -lin racehorse_N = mkN "racehorse" "racehorses"; -lin raceme_N = mkN "raceme" "racemes"; -lin racer_N = mkN "racer" "racers"; -lin rachel_PN = mkPN "Rachel"; -lin racial_A = compoundA (mkA "racial"); -lin racialism_N = mkN "racialism" "-" {- FIXME: no plural form -}; -lin racialist_N = mkN "racialist" "racialists"; -lin racially_Adv = mkAdv "racially"; -lin racily_Adv = mkAdv "racily"; -lin raciness_N = mkN "raciness" "-" {- FIXME: no plural form -}; -lin racing_N = mkN "racing" "-" {- FIXME: no plural form -}; -lin racism_N = mkN "racism" "-" {- FIXME: no plural form -}; -lin racist_N = mkN "racist" "racists"; -lin rack_N = mkN "rack" "racks"; -lin rack_V2 = mkV2 (mkV "rack" "racks" "racked" "racked" "racking"); -lin rack_railway_N = mkN "rack-railway" "rack-railways"; -lin rack_rent_N = mkN "rack-rent" "rack-rents"; -lin racket_N = mkN "racket" "rackets"; -lin racket_V = mkV "racket" "rackets" "racketed" "racketed" "racketing"; -lin racketeer_N = mkN "racketeer" "racketeers"; -lin racketeering_N = mkN "racketeering" "-" {- FIXME: no plural form -}; -lin raconteur_N = mkN "raconteur" "raconteurs"; -lin racoon_N = mkN "racoon" "racoons"; -lin racquet_N = mkN "racquet" "racquets"; -lin racy_A = mkA "racy" "racier"; -lin rada_PN = mkPN "Rada"; -lin radar_N = mkN "radar" "-" {- FIXME: no plural form -}; -lin radcliffe_PN = mkPN "Radcliffe"; -lin radcliffe_on_trent_PN = mkPN "Radcliffe on trent"; -lin raddled_A = compoundA (mkA "raddled"); -lin radial_A = compoundA (mkA "radial"); -lin radial_N = mkN "radial" "radials"; -lin radially_Adv = mkAdv "radially"; -lin radiance_N = mkN "radiance" "-" {- FIXME: no plural form -}; -lin radiant_A = compoundA (mkA "radiant"); -lin radiantly_Adv = mkAdv "radiantly"; -lin radiate_V = mkV "radiate" "radiates" "radiated" "radiated" "radiating"; -lin radiate_V2 = mkV2 (mkV "radiate" "radiates" "radiated" "radiated" "radiating"); -lin radiation_N = mkN "radiation" "radiations"; -lin radiator_N = mkN "radiator" "radiators"; -lin radical_A = compoundA (mkA "radical"); -lin radical_N = mkN "radical" "radicals"; -lin radicalism_N = mkN "radicalism" "-" {- FIXME: no plural form -}; -lin radically_Adv = mkAdv "radically"; -lin radicle_N = mkN "radicle" "radicles"; -lin radio_N = mkN "radio" "radios"; -lin radio_gramophone_N = mkN "radio-gramophone" "radio-gramophones"; -lin radio_location_N = mkN "radio-location" "radio-locations"; -lin radio_set_N = mkN "radio-set" "radio-sets"; -lin radio_telescope_N = mkN "radio-telescope" "radio-telescopes"; -lin radioactive_A = compoundA (mkA "radioactive"); -lin radioactivity_N = mkN "radioactivity" "-" {- FIXME: no plural form -}; -lin radiogram_N = mkN "radiogram" "radiograms"; -lin radiograph_N = mkN "radiograph" "radiographs"; -lin radiographer_N = mkN "radiographer" "radiographers"; -lin radiography_N = mkN "radiography" "-" {- FIXME: no plural form -}; -lin radioisotope_N = mkN "radioisotope" "radioisotopes"; -lin radiologist_N = mkN "radiologist" "radiologists"; -lin radiology_N = mkN "radiology" "-" {- FIXME: no plural form -}; -lin radiotherapist_N = mkN "radiotherapist" "radiotherapists"; -lin radiotherapy_N = mkN "radiotherapy" "-" {- FIXME: no plural form -}; -lin radish_N = mkN "radish" "radishes"; -lin radium_N = mkN "radium" "-" {- FIXME: no plural form -}; -lin radius_N = mkN "radius" "radii" {- FIXME: guessed plural form -}; -lin radlett_PN = mkPN "Radlett"; -lin radstock_PN = mkPN "Radstock"; -lin raf_N = mkN "raf" "-" {- FIXME: no plural form -}; -lin raffia_N = mkN "raffia" "-" {- FIXME: no plural form -}; -lin raffish_A = compoundA (mkA "raffish"); -lin raffishly_Adv = mkAdv "raffishly"; -lin raffle_N = mkN "raffle" "raffles"; -lin raffle_V2 = mkV2 (mkV "raffle" "raffles" "raffled" "raffled" "raffling"); -lin raft_N = mkN "raft" "rafts"; -lin raft_V = mkV "raft" "rafts" "rafted" "rafted" "rafting"; -lin raft_V2 = mkV2 (mkV "raft" "rafts" "rafted" "rafted" "rafting"); -lin rafter_N = mkN "rafter" "rafters"; -lin raftered_A = compoundA (mkA "raftered"); -lin raftsman_N = mkN "raftsman" "raftsmen" {- FIXME: guessed plural form -}; -lin rag_N = mkN "rag" "rags"; -lin rag_V2 = mkV2 (mkV "rag" "rags" "ragged" "ragged" "ragging"); -lin rag_day_N = mkN "rag-day" "rag-days"; -lin ragamuffin_N = mkN "ragamuffin" "ragamuffins"; -lin ragbag_N = mkN "ragbag" "ragbags"; -lin rage_N = mkN "rage" "rages"; -lin rage_V = mkV "rage" "rages" "raged" "raged" "raging"; -lin ragged_A = compoundA (mkA "ragged"); -lin raggedly_Adv = mkAdv "raggedly"; -lin raggedness_N = mkN "raggedness" "-" {- FIXME: no plural form -}; -lin raglan_N = mkN "raglan" "raglans"; -lin ragout_N = mkN "ragout" "ragouts"; -lin ragtag_N = mkN "ragtag" "ragtags"; -lin ragtime_N = mkN "ragtime" "-" {- FIXME: no plural form -}; -lin raid_N = mkN "raid" "raids"; -lin raid_V = mkV "raid" "raids" "raided" "raided" "raiding"; -lin raid_V2 = mkV2 (mkV "raid" "raids" "raided" "raided" "raiding"); -lin raider_N = mkN "raider" "raiders"; -lin rail_N = mkN "rail" "rails"; -lin rail_V = mkV "rail" "rails" "railed" "railed" "railing"; -lin rail_V2 = mkV2 (mkV "rail" "rails" "railed" "railed" "railing"); -lin railcar_N = mkN "railcar" "railcars"; -lin railhead_N = mkN "railhead" "railheads"; -lin railing_N = mkN "railing" "railings"; -lin raillery_N = mkN "raillery" "railleries"; -lin railroad_N = mkN "railroad" "railroads"; -lin railroad_V2 = mkV2 (mkV "railroad" "railroads" "railroaded" "railroaded" "railroading"); -lin railway_N = mkN "railway" "railways"; -lin railwayman_N = mkN "railwayman" "railwaymen" {- FIXME: guessed plural form -}; -lin raiment_N = mkN "raiment" "-" {- FIXME: no plural form -}; -lin rain_N = mkN "rain" "rains"; -lin rain_V = mkV "rain" "rains" "rained" "rained" "raining"; -lin rain_V2 = mkV2 (mkV "rain" "rains" "rained" "rained" "raining"); -lin rain_gauge_N = mkN "rain-gauge" "rain-gauges"; -lin rainbow_N = mkN "rainbow" "rainbows"; -lin raincoat_N = mkN "raincoat" "raincoats"; -lin raindrop_N = mkN "raindrop" "raindrops"; -lin rainfall_N = mkN "rainfall" "rainfalls"; -lin rainford_PN = mkPN "Rainford"; -lin rainproof_A = compoundA (mkA "rainproof"); -lin rainwater_N = mkN "rainwater" "-" {- FIXME: no plural form -}; -lin rainy_A = mkA "rainy" "rainier"; -lin raise_N = mkN "raise" "raises"; -lin raise_V2 = mkV2 (mkV "raise" "raises" "raised" "raised" "raising"); -lin raiser_N = mkN "raiser" "raisers"; -lin raisin_N = mkN "raisin" "raisins"; -lin raison_d'etre_N = mkN "raison d'être" "IRREG"; -lin raj_N = mkN "raj" "IRREG"; -lin rajah_N = mkN "rajah" "rajahs"; -lin rake_N = mkN "rake" "rakes"; -lin rake_V = mkV "rake" "rakes" "raked" "raked" "raking"; -lin rake_V2 = mkV2 (mkV "rake" "rakes" "raked" "raked" "raking"); -lin rake_off_N = mkN "rake-off" "rake-offs"; -lin rakish_A = compoundA (mkA "rakish"); -lin rakishly_Adv = mkAdv "rakishly"; -lin rakishness_N = mkN "rakishness" "-" {- FIXME: no plural form -}; -lin rallentando_A = compoundA (mkA "rallentando"); -lin rallentando_Adv = mkAdv "rallentando"; -lin rally_N = mkN "rally" "rallies"; -lin rally_V = mkV "rally" "rallies" "rallied" "rallied" "rallying"; -lin rally_V2 = mkV2 (mkV "rally" "rallies" "rallied" "rallied" "rallying"); -lin ralph_PN = mkPN "Ralph"; -lin ram_N = mkN "ram" "rams"; -lin ram_V2 = mkV2 (mkV "ram" "rams" "rammed" "rammed" "ramming"); -lin ramadan_N = mkN "ramadan" "ramadans"; -lin ramadan_PN = mkPN "Ramadan"; -lin ramble_N = mkN "ramble" "rambles"; -lin ramble_V = mkV "ramble" "rambles" "rambled" "rambled" "rambling"; -lin rambler_N = mkN "rambler" "ramblers"; -lin rambling_A = compoundA (mkA "rambling"); -lin rambunctious_A = compoundA (mkA "rambunctious"); -lin ramification_N = mkN "ramification" "ramifications"; -lin ramify_V = mkV "ramify" "ramifies" "ramified" "ramified" "ramifying"; -lin ramify_V2 = mkV2 (mkV "ramify" "ramifies" "ramified" "ramified" "ramifying"); -lin ramjet_N = mkN "ramjet" "ramjets"; -lin ramp_N = mkN "ramp" "ramps"; -lin ramp_V2 = mkV2 (mkV "ramp" "ramps" "ramped" "ramped" "ramping"); -lin rampage_N = mkN "rampage" "rampages"; -lin rampage_V = mkV "rampage" "rampages" "rampaged" "rampaged" "rampaging"; -lin rampageous_A = compoundA (mkA "rampageous"); -lin rampant_A = compoundA (mkA "rampant"); -lin rampantly_Adv = mkAdv "rampantly"; -lin rampart_N = mkN "rampart" "ramparts"; -lin ramrod_N = mkN "ramrod" "ramrods"; -lin ramsbottom_PN = mkPN "Ramsbottom"; -lin ramsgate_PN = mkPN "Ramsgate"; -lin ramshackle_A = compoundA (mkA "ramshackle"); -lin ranch_N = mkN "ranch" "ranches"; -lin rancher_N = mkN "rancher" "ranchers"; -lin rancid_A = compoundA (mkA "rancid"); -lin rancorous_A = compoundA (mkA "rancorous"); -lin rancour_N = mkN "rancour" "-" {- FIXME: no plural form -}; -lin rand_N = mkN "rand" "rands"; -lin randolph_PN = mkPN "Randolph"; -lin random_N = mkN "random" "IRREG"; -lin randomly_Adv = mkAdv "randomly"; -lin randomness_N = mkN "randomness" "-" {- FIXME: no plural form -}; -lin randy_A = mkA "randy" "randier"; -lin ranee_N = mkN "ranee" "ranees"; -lin range_N = mkN "range" "ranges"; -lin range_V = mkV "range" "ranges" "ranged" "ranged" "ranging"; -lin range_V2 = mkV2 (mkV "range" "ranges" "ranged" "ranged" "ranging"); -lin rangefinder_N = mkN "rangefinder" "rangefinders"; -lin ranger_N = mkN "ranger" "rangers"; -lin rangoon_PN = mkPN "Rangoon"; -lin rani_N = mkN "rani" "ranis"; -lin rank_A = compoundA (mkA "rank"); -lin rank_N = mkN "rank" "ranks"; -lin rank_V = mkV "rank" "ranks" "ranked" "ranked" "ranking"; -lin rank_V2 = mkV2 (mkV "rank" "ranks" "ranked" "ranked" "ranking"); -lin ranker_N = mkN "ranker" "rankers"; -lin ranking_N = mkN "ranking" "rankings"; -lin rankle_V = mkV "rankle" "rankles" "rankled" "rankled" "rankling"; -lin rankly_Adv = mkAdv "rankly"; -lin rankness_N = mkN "rankness" "-" {- FIXME: no plural form -}; -lin ransack_V2 = mkV2 (mkV "ransack" "ransacks" "ransacked" "ransacked" "ransacking"); -lin ransom_N = mkN "ransom" "ransoms"; -lin ransom_V2 = mkV2 (mkV "ransom" "ransoms" "ransomed" "ransomed" "ransoming"); -lin rant_N = mkN "rant" "rants"; -lin rant_V = mkV "rant" "rants" "ranted" "ranted" "ranting"; -lin rant_V2 = mkV2 (mkV "rant" "rants" "ranted" "ranted" "ranting"); -lin ranter_N = mkN "ranter" "ranters"; -lin rap_N = mkN "rap" "raps"; -lin rap_V = mkV "rap" "raps" "rapped" "rapped" "rapping"; -lin rap_V2 = mkV2 (mkV "rap" "raps" "rapped" "rapped" "rapping"); -lin rapacious_A = compoundA (mkA "rapacious"); -lin rapaciously_Adv = mkAdv "rapaciously"; -lin rapacity_N = mkN "rapacity" "-" {- FIXME: no plural form -}; -lin rape_N = mkN "rape" "rapes"; -lin rape_V2 = mkV2 (mkV "rape" "rapes" "raped" "raped" "raping"); -lin rapid_A = compoundA (mkA "rapid"); -lin rapid_N = mkN "rapid" "rapids"; -lin rapidity_N = mkN "rapidity" "-" {- FIXME: no plural form -}; -lin rapidly_Adv = mkAdv "rapidly"; -lin rapier_N = mkN "rapier" "rapiers"; -lin rapier_thrust_N = mkN "rapier-thrust" "rapier-thrusts"; -lin rapine_N = mkN "rapine" "-" {- FIXME: no plural form -}; -lin rapist_N = mkN "rapist" "rapists"; -lin rapport_N = mkN "rapport" "rapports"; -lin rapprochement_N = mkN "rapprochement" "rapprochements"; -lin rapscallion_N = mkN "rapscallion" "rapscallions"; -lin rapt_A = compoundA (mkA "rapt"); -lin rapture_N = mkN "rapture" "raptures"; -lin rapturous_A = compoundA (mkA "rapturous"); -lin rapturously_Adv = mkAdv "rapturously"; -lin rare_A = mkA "rare" "rarer"; -lin rarebit_N = mkN "rarebit" "rarebits"; -lin rarefaction_N = mkN "rarefaction" "-" {- FIXME: no plural form -}; -lin rarefy_V = mkV "rarefy" "rarefies" "rarefied" "rarefied" "rarefying"; -lin rarefy_V2 = mkV2 (mkV "rarefy" "rarefies" "rarefied" "rarefied" "rarefying"); -lin rarely_Adv = mkAdv "rarely"; -lin rareness_N = mkN "rareness" "-" {- FIXME: no plural form -}; -lin raring_A = compoundA (mkA "raring"); -lin rarity_N = mkN "rarity" "rarities"; -lin rascal_N = mkN "rascal" "rascals"; -lin rascally_A = compoundA (mkA "rascally"); -lin rase_V2 = mkV2 (mkV "rase" "rases" "rased" "rased" "rasing"); -lin rash_A = mkA "rash" "rasher"; -lin rash_N = mkN "rash" "rashes"; -lin rasher_N = mkN "rasher" "rashers"; -lin rashly_Adv = mkAdv "rashly"; -lin rashness_N = mkN "rashness" "-" {- FIXME: no plural form -}; -lin rasp_N = mkN "rasp" "rasps"; -lin rasp_V = mkV "rasp" "rasps" "rasped" "rasped" "rasping"; -lin rasp_V2 = mkV2 (mkV "rasp" "rasps" "rasped" "rasped" "rasping"); -lin raspberry_N = mkN "raspberry" "raspberries"; -lin raspingly_Adv = mkAdv "raspingly"; -lin rat_N = mkN "rat" "rats"; -lin rat_V2 = mkV2 (mkV "rat" "rats" "ratted" "ratted" "ratting"); -lin rat_a_tat_tat_N = mkN "rat-a-tat-tat" "rat-a-tat-tats"; -lin rat_tat_N = mkN "rat-tat" "rat-tats"; -lin ratability_N = mkN "ratability" "-" {- FIXME: no plural form -}; -lin ratable_A = compoundA (mkA "ratable"); -lin ratan_N = mkN "ratan" "ratans"; -lin ratch_N = mkN "ratch" "ratches"; -lin ratchet_N = mkN "ratchet" "ratchets"; -lin rate_N = mkN "rate" "rates"; -lin rate_V = mkV "rate" "rates" "rated" "rated" "rating"; -lin rate_V2 = mkV2 (mkV "rate" "rates" "rated" "rated" "rating"); -lin rateability_N = mkN "rateability" "-" {- FIXME: no plural form -}; -lin rateable_A = compoundA (mkA "rateable"); -lin ratepayer_N = mkN "ratepayer" "ratepayers"; -lin rather_Adv = mkAdv "rather"; -lin ratification_N = mkN "ratification" "ratifications"; -lin ratify_V2 = mkV2 (mkV "ratify" "ratifies" "ratified" "ratified" "ratifying"); -lin rating_N = mkN "rating" "ratings"; -lin ratio_N = mkN "ratio" "ratios"; -lin ratiocination_N = mkN "ratiocination" "-" {- FIXME: no plural form -}; -lin ration_N = mkN "ration" "rations"; -lin ration_V2 = mkV2 (mkV "ration" "rations" "rationed" "rationed" "rationing"); -lin rational_A = compoundA (mkA "rational"); -lin rationale_N = mkN "rationale" "rationales"; -lin rationalism_N = mkN "rationalism" "-" {- FIXME: no plural form -}; -lin rationalist_N = mkN "rationalist" "rationalists"; -lin rationalistic_A = compoundA (mkA "rationalistic"); -lin rationality_N = mkN "rationality" "rationalities"; -lin rationalization_N = mkN "rationalization" "rationalizations"; -lin rationalize_V2 = mkV2 (mkV "rationalize" "rationalizes" "rationalized" "rationalized" "rationalizing"); -lin rationally_Adv = mkAdv "rationally"; -lin ratlin_N = mkN "ratlin" "ratlins"; -lin ratline_N = mkN "ratline" "ratlines"; -lin rattan_N = mkN "rattan" "rattans"; -lin ratter_N = mkN "ratter" "ratters"; -lin rattle_N = mkN "rattle" "rattles"; -lin rattle_V = mkV "rattle" "rattles" "rattled" "rattled" "rattling"; -lin rattle_V2 = mkV2 (mkV "rattle" "rattles" "rattled" "rattled" "rattling"); -lin rattlebrained_A = compoundA (mkA "rattlebrained"); -lin rattlepated_A = compoundA (mkA "rattlepated"); -lin rattler_N = mkN "rattler" "rattlers"; -lin rattlesnake_N = mkN "rattlesnake" "rattlesnakes"; -lin rattling_A = compoundA (mkA "rattling"); -lin rattling_Adv = mkAdv "rattling"; -lin ratty_A = mkA "ratty" "rattier"; -lin raucous_A = compoundA (mkA "raucous"); -lin raucously_Adv = mkAdv "raucously"; -lin ravage_N = mkN "ravage" "ravages"; -lin ravage_V = mkV "ravage" "ravages" "ravaged" "ravaged" "ravaging"; -lin ravage_V2 = mkV2 (mkV "ravage" "ravages" "ravaged" "ravaged" "ravaging"); -lin rave_N = mkN "rave" "raves"; -lin rave_V = mkV "rave" "raves" "raved" "raved" "raving"; -lin rave_up_N = mkN "rave-up" "rave-ups"; -lin ravel_V = mkV "ravel" "ravels" "ravelled" "ravelled" "ravelling"; -lin ravel_V2 = mkV2 (mkV "ravel" "ravels" "ravelled" "ravelled" "ravelling"); -lin raven_N = mkN "raven" "ravens"; -lin ravening_A = compoundA (mkA "ravening"); -lin ravenna_PN = mkPN "Ravenna"; -lin ravenous_A = compoundA (mkA "ravenous"); -lin ravenously_Adv = mkAdv "ravenously"; -lin raver_N = mkN "raver" "ravers"; -lin ravine_N = mkN "ravine" "ravines"; -lin raving_A = compoundA (mkA "raving"); -lin raving_Adv = mkAdv "raving"; -lin ravioli_N = mkN "ravioli" "raviolis"; -lin ravish_V2 = mkV2 (mkV "ravish" "ravishes" "ravished" "ravished" "ravishing"); -lin ravishingly_Adv = mkAdv "ravishingly"; -lin ravishment_N = mkN "ravishment" "ravishments"; -lin raw_A = compoundA (mkA "raw"); -lin raw_N = mkN "raw" "IRREG"; -lin rawboned_A = compoundA (mkA "rawboned"); -lin rawhide_A = compoundA (mkA "rawhide"); -lin rawtenstall_PN = mkPN "Rawtenstall"; -lin ray_N = mkN "ray" "rays"; -lin ray_PN = mkPN "Ray"; -lin ray_V = mkV "ray" "rays" "rayed" "rayed" "raying"; -lin ray_V2 = mkV2 (mkV "ray" "rays" "rayed" "rayed" "raying"); -lin raymond_PN = mkPN "Raymond"; -lin rayon_N = mkN "rayon" "-" {- FIXME: no plural form -}; -lin raze_V2 = mkV2 (mkV "raze" "razes" "razed" "razed" "razing"); -lin razor_N = mkN "razor" "razors"; -lin razor_V2 = mkV2 (mkV "razor" "razors" "razored" "razored" "razoring"); -lin razor_edge_N = mkN "razor-edge" "razor-edges"; -lin razorback_N = mkN "razorback" "razorbacks"; -lin razorbacked_A = compoundA (mkA "razorbacked"); -lin razorblade_N = mkN "razorblade" "razorblades"; -lin razzle_N = mkN "razzle" "IRREG"; -lin razzle_dazzle_N = mkN "razzle-dazzle" "IRREG"; -lin rc_PN = mkPN "Rc"; -lin rd_PN = mkPN "Rd"; -lin re_N = mkN "re" "IRREG"; -lin re_address_V2 = mkV2 (mkV "re-address" "re-addresses" "re-addressed" "re-addressed" "re-addressing"); -lin re_afforest_V2 = mkV2 (mkV "re-afforest" "re-afforests" "re-afforested" "re-afforested" "re-afforesting"); -lin re_afforestation_N = mkN "re-afforestation" "re-afforestations"; -lin re_count_N = mkN "re-count" "re-counts"; -lin re_count_V2 = mkV2 (mkV "re-count" "re-counts" "re-counted" "re-counted" "re-counting"); -lin re_cover_V2 = mkV2 (mkV "re-cover" "re-covers" "re-covered" "re-covered" "re-covering"); -lin re_echo_N = mkN "re-echo" "re-echoes"; -lin re_echo_V = mkV "re-echo" "re-echos" "re-echoed" "re-echoed" "re-echoing"; -lin re_entry_N = mkN "re-entry" "re-entries"; -lin re_form_V = mkV "re-form" "re-forms" "re-formed" "re-formed" "re-forming"; -lin re_form_V2 = mkV2 (mkV "re-form" "re-forms" "re-formed" "re-formed" "re-forming"); -lin re_formation_N = mkN "re-formation" "re-formations"; -lin re_join_V2 = mkV2 (mkV "re-join" "re-joins" "re-joined" "re-joined" "re-joining"); -lin reach_N = mkN "reach" "reaches"; -lin reach_V = mkV "reach" "reaches" "reached" "reached" "reaching"; -lin reach_V2 = mkV2 (mkV "reach" "reaches" "reached" "reached" "reaching"); -lin react_V = mkV "react" "reacts" "reacted" "reacted" "reacting"; -lin reaction_N = mkN "reaction" "reactions"; -lin reactionary_N = mkN "reactionary" "reactionaries"; -lin reactor_N = mkN "reactor" "reactors"; -lin read_N = mkN "read" "IRREG"; -lin read_V = IrregEng.read_V; -lin read_V2 = mkV2 (IrregEng.read_V); -lin readability_N = mkN "readability" "-" {- FIXME: no plural form -}; -lin readable_A = compoundA (mkA "readable"); -lin reader_N = mkN "reader" "readers"; -lin readership_N = mkN "readership" "readerships"; -lin readily_Adv = mkAdv "readily"; -lin readiness_N = mkN "readiness" "-" {- FIXME: no plural form -}; -lin reading_N = mkN "reading" "readings"; -lin reading_PN = mkPN "Reading"; -lin reading_lamp_N = mkN "reading-lamp" "reading-lamps"; -lin reading_room_N = mkN "reading-room" "reading-rooms"; -lin readjust_V2 = mkV2 (mkV "readjust" "readjusts" "readjusted" "readjusted" "readjusting"); -lin readjustment_N = mkN "readjustment" "readjustments"; -lin readmission_N = mkN "readmission" "readmissions"; -lin readmit_V2 = mkV2 (mkV "readmit" "readmits" "readmitted" "readmitted" "readmitting"); -lin ready_A = mkA "ready" "readier"; -lin ready_N = mkN "ready" "readies"; -lin ready_made_A = compoundA (mkA "ready-made"); -lin reaffiliation_N = mkN "reaffiliation" "reaffiliations"; -lin reaffirm_V2 = mkV2 (mkV "reaffirm" "reaffirms" "reaffirmed" "reaffirmed" "reaffirming"); -lin reagent_N = mkN "reagent" "reagents"; -lin real_A = compoundA (mkA "real"); -lin real_N = mkN "real" "reals"; -lin realism_N = mkN "realism" "-" {- FIXME: no plural form -}; -lin realist_N = mkN "realist" "realists"; -lin realistic_A = compoundA (mkA "realistic"); -lin realistically_Adv = mkAdv "realistically"; -lin reality_N = mkN "reality" "realities"; -lin realizable_A = compoundA (mkA "realizable"); -lin realization_N = mkN "realization" "-" {- FIXME: no plural form -}; -lin realize_V2 = mkV2 (mkV "realize" "realizes" "realized" "realized" "realizing"); -lin reallocation_N = mkN "reallocation" "reallocations"; -lin really_Adv = mkAdv "really"; -lin realm_N = mkN "realm" "realms"; -lin realtor_N = mkN "realtor" "realtors"; -lin realty_N = mkN "realty" "realties"; -lin ream_N = mkN "ream" "reams"; -lin reanimate_V2 = mkV2 (mkV "reanimate" "reanimates" "reanimated" "reanimated" "reanimating"); -lin reap_V = mkV "reap" "reaps" "reaped" "reaped" "reaping"; -lin reap_V2 = mkV2 (mkV "reap" "reaps" "reaped" "reaped" "reaping"); -lin reaper_N = mkN "reaper" "reapers"; -lin reaping_hook_N = mkN "reaping-hook" "reaping-hooks"; -lin reappear_V = mkV "reappear" "reappears" "reappeared" "reappeared" "reappearing"; -lin reappearance_N = mkN "reappearance" "reappearances"; -lin reappraisal_N = mkN "reappraisal" "reappraisals"; -lin rear_N = mkN "rear" "rears"; -lin rear_V = mkV "rear" "rears" "reared" "reared" "rearing"; -lin rear_V2 = mkV2 (mkV "rear" "rears" "reared" "reared" "rearing"); -lin rear_admiral_N = mkN "rear-admiral" "rear-admirals"; -lin rearguard_N = mkN "rearguard" "rearguards"; -lin rearm_V = mkV "rearm" "rearms" "rearmed" "rearmed" "rearming"; -lin rearm_V2 = mkV2 (mkV "rearm" "rearms" "rearmed" "rearmed" "rearming"); -lin rearmament_N = mkN "rearmament" "rearmaments"; -lin rearmost_A = compoundA (mkA "rearmost"); -lin rearrange_V2 = mkV2 (mkV "rearrange" "rearranges" "rearranged" "rearranged" "rearranging"); -lin rearrangement_N = mkN "rearrangement" "rearrangements"; -lin rearward_N = mkN "rearward" "rearwards"; -lin rearwards_Adv = mkAdv "rearwards"; -lin reason_N = mkN "reason" "reasons"; -lin reason_V = mkV "reason" "reasons" "reasoned" "reasoned" "reasoning"; -lin reason_V2 = mkV2 (mkV "reason" "reasons" "reasoned" "reasoned" "reasoning"); -lin reasonable_A = compoundA (mkA "reasonable"); -lin reasonableness_N = mkN "reasonableness" "-" {- FIXME: no plural form -}; -lin reasonably_Adv = mkAdv "reasonably"; -lin reasoning_N = mkN "reasoning" "-" {- FIXME: no plural form -}; -lin reasonless_A = compoundA (mkA "reasonless"); -lin reassemble_V = mkV "reassemble" "reassembles" "reassembled" "reassembled" "reassembling"; -lin reassemble_V2 = mkV2 (mkV "reassemble" "reassembles" "reassembled" "reassembled" "reassembling"); -lin reassess_V2 = mkV2 (mkV "reassess" "reassesses" "reassessed" "reassessed" "reassessing"); -lin reassessment_N = mkN "reassessment" "reassessments"; -lin reassurance_N = mkN "reassurance" "reassurances"; -lin reassure_V2 = mkV2 (mkV "reassure" "reassures" "reassured" "reassured" "reassuring"); -lin reassuring_A = compoundA (mkA "reassuring"); -lin reassuringly_Adv = mkAdv "reassuringly"; -lin reattribute_V2 = mkV2 (mkV "reattribute" "reattributes" "reattributed" "reattributed" "reattributing"); -lin rebarbative_A = compoundA (mkA "rebarbative"); -lin rebate_N = mkN "rebate" "rebates"; -lin rebecca_PN = mkPN "Rebecca"; -lin rebel_N = mkN "rebel" "rebels"; -lin rebel_V = mkV "rebel" "rebels" "rebelled" "rebelled" "rebelling"; -lin rebellion_N = mkN "rebellion" "rebellions"; -lin rebellious_A = compoundA (mkA "rebellious"); -lin rebelliously_Adv = mkAdv "rebelliously"; -lin rebelliousness_N = mkN "rebelliousness" "-" {- FIXME: no plural form -}; -lin rebind_V2 = mkV2 (mkV "re" IrregEng.bind_V); -lin rebirth_N = mkN "rebirth" "rebirths"; -lin reborn_A = compoundA (mkA "reborn"); -lin rebound_N = mkN "rebound" "rebounds"; -lin rebound_V = mkV "rebound" "rebounds" "rebounded" "rebounded" "rebounding"; -lin rebuff_N = mkN "rebuff" "rebuffs"; -lin rebuff_V2 = mkV2 (mkV "rebuff" "rebuffs" "rebuffed" "rebuffed" "rebuffing"); -lin rebuild_V2 = mkV2 (mkV "re" IrregEng.build_V); -lin rebuke_N = mkN "rebuke" "rebukes"; -lin rebuke_V2 = mkV2 (mkV "rebuke" "rebukes" "rebuked" "rebuked" "rebuking"); -lin rebukingly_Adv = mkAdv "rebukingly"; -lin rebus_N = mkN "rebus" "rebuses"; -lin rebut_V2 = mkV2 (mkV "rebut" "rebuts" "rebutted" "rebutted" "rebutting"); -lin rebuttal_N = mkN "rebuttal" "rebuttals"; -lin rec_PN = mkPN "Rec"; -lin recalcitrance_N = mkN "recalcitrance" "-" {- FIXME: no plural form -}; -lin recalcitrancy_N = mkN "recalcitrancy" "-" {- FIXME: no plural form -}; -lin recalcitrant_A = compoundA (mkA "recalcitrant"); -lin recall_N = mkN "recall" "recalls"; -lin recall_V2 = mkV2 (mkV "recall" "recalls" "recalled" "recalled" "recalling"); -lin recant_V = mkV "recant" "recants" "recanted" "recanted" "recanting"; -lin recant_V2 = mkV2 (mkV "recant" "recants" "recanted" "recanted" "recanting"); -lin recantation_N = mkN "recantation" "recantations"; -lin recap_N = mkN "recap" "recaps"; -lin recap_V = mkV "recap" "recaps" "recapped" "recapped" "recapping"; -lin recap_V2 = mkV2 (mkV "recap" "recaps" "recapped" "recapped" "recapping"); -lin recapitulate_V = mkV "recapitulate" "recapitulates" "recapitulated" "recapitulated" "recapitulating"; -lin recapitulate_V2 = mkV2 (mkV "recapitulate" "recapitulates" "recapitulated" "recapitulated" "recapitulating"); -lin recapitulation_N = mkN "recapitulation" "recapitulations"; -lin recapture_V2 = mkV2 (mkV "recapture" "recaptures" "recaptured" "recaptured" "recapturing"); -lin recast_V2 = mkV2 (mkV "re" IrregEng.cast_V); -lin recce_N = mkN "recce" "recces"; -lin recd_PN = mkPN "Recd"; -lin recede_V = mkV "recede" "recedes" "receded" "receded" "receding"; -lin receipt_N = mkN "receipt" "receipts"; -lin receipt_V2 = mkV2 (mkV "receipt" "receipts" "receipted" "receipted" "receipting"); -lin receivable_A = compoundA (mkA "receivable"); -lin receive_V = mkV "receive" "receives" "received" "received" "receiving"; -lin receive_V2 = mkV2 (mkV "receive" "receives" "received" "received" "receiving"); -lin received_A = compoundA (mkA "received"); -lin receiver_N = mkN "receiver" "receivers"; -lin receivership_N = mkN "receivership" "receiverships"; -lin receiving_set_N = mkN "receiving-set" "receiving-sets"; -lin recent_A = compoundA (mkA "recent"); -lin recently_Adv = mkAdv "recently"; -lin receptacle_N = mkN "receptacle" "receptacles"; -lin reception_N = mkN "reception" "receptions"; -lin reception_desk_N = mkN "reception-desk" "reception-desks"; -lin receptionist_N = mkN "receptionist" "receptionists"; -lin receptive_A = compoundA (mkA "receptive"); -lin receptively_Adv = mkAdv "receptively"; -lin receptiveness_N = mkN "receptiveness" "-" {- FIXME: no plural form -}; -lin receptivity_N = mkN "receptivity" "-" {- FIXME: no plural form -}; -lin recess_N = mkN "recess" "recesses"; -lin recess_V2 = mkV2 (mkV "recess" "recesses" "recessed" "recessed" "recessing"); -lin recession_N = mkN "recession" "recessions"; -lin recessional_A = compoundA (mkA "recessional"); -lin recessional_N = mkN "recessional" "recessionals"; -lin recessive_A = compoundA (mkA "recessive"); -lin recherche_A = compoundA (mkA "recherché"); -lin recidivism_N = mkN "recidivism" "-" {- FIXME: no plural form -}; -lin recidivist_N = mkN "recidivist" "recidivists"; -lin recife_PN = mkPN "Recife"; -lin recipe_N = mkN "recipe" "recipes"; -lin recipient_N = mkN "recipient" "recipients"; -lin reciprocal_A = compoundA (mkA "reciprocal"); -lin reciprocal_N = mkN "reciprocal" "reciprocals"; -lin reciprocally_Adv = mkAdv "reciprocally"; -lin reciprocate_V = mkV "reciprocate" "reciprocates" "reciprocated" "reciprocated" "reciprocating"; -lin reciprocate_V2 = mkV2 (mkV "reciprocate" "reciprocates" "reciprocated" "reciprocated" "reciprocating"); -lin reciprocation_N = mkN "reciprocation" "-" {- FIXME: no plural form -}; -lin reciprocity_N = mkN "reciprocity" "-" {- FIXME: no plural form -}; -lin recital_N = mkN "recital" "recitals"; -lin recitalist_N = mkN "recitalist" "recitalists"; -lin recitation_N = mkN "recitation" "recitations"; -lin recitative_N = mkN "recitative" "recitatives"; -lin recite_V = mkV "recite" "recites" "recited" "recited" "reciting"; -lin recite_V2 = mkV2 (mkV "recite" "recites" "recited" "recited" "reciting"); -lin reckless_A = compoundA (mkA "reckless"); -lin recklessly_Adv = mkAdv "recklessly"; -lin recklessness_N = mkN "recklessness" "-" {- FIXME: no plural form -}; -lin recklinghausen_PN = mkPN "Recklinghausen"; -lin reckon_V = mkV "reckon" "reckons" "reckoned" "reckoned" "reckoning"; -lin reckon_V2 = mkV2 (mkV "reckon" "reckons" "reckoned" "reckoned" "reckoning"); -lin reckoner_N = mkN "reckoner" "reckoners"; -lin reckoning_N = mkN "reckoning" "reckonings"; -lin reclaim_V2 = mkV2 (mkV "reclaim" "reclaims" "reclaimed" "reclaimed" "reclaiming"); -lin reclamation_N = mkN "reclamation" "-" {- FIXME: no plural form -}; -lin recline_V = mkV "recline" "reclines" "reclined" "reclined" "reclining"; -lin recline_V2 = mkV2 (mkV "recline" "reclines" "reclined" "reclined" "reclining"); -lin recluse_N = mkN "recluse" "recluses"; -lin recognition_N = mkN "recognition" "-" {- FIXME: no plural form -}; -lin recognizable_A = compoundA (mkA "recognizable"); -lin recognizably_Adv = mkAdv "recognizably"; -lin recognizance_N = mkN "recognizance" "recognizances"; -lin recognize_V2 = mkV2 (mkV "recognize" "recognizes" "recognized" "recognized" "recognizing"); -lin recoil_N = mkN "recoil" "recoils"; -lin recoil_V = mkV "recoil" "recoils" "recoiled" "recoiled" "recoiling"; -lin recollect_V = mkV "recollect" "recollects" "recollected" "recollected" "recollecting"; -lin recollect_V2 = mkV2 (mkV "recollect" "recollects" "recollected" "recollected" "recollecting"); -lin recollection_N = mkN "recollection" "recollections"; -lin recommend_V2 = mkV2 (mkV "recommend" "recommends" "recommended" "recommended" "recommending"); -lin recommendation_N = mkN "recommendation" "recommendations"; -lin recommit_V2 = mkV2 (mkV "recommit" "recommits" "recommitted" "recommitted" "recommitting"); -lin recompense_N = mkN "recompense" "recompenses"; -lin recompense_V2 = mkV2 (mkV "recompense" "recompenses" "recompensed" "recompensed" "recompensing"); -lin reconcilable_A = compoundA (mkA "reconcilable"); -lin reconcile_V2 = mkV2 (mkV "reconcile" "reconciles" "reconciled" "reconciled" "reconciling"); -lin reconciliation_N = mkN "reconciliation" "reconciliations"; -lin recondite_A = compoundA (mkA "recondite"); -lin recondition_V2 = mkV2 (mkV "recondition" "reconditions" "reconditioned" "reconditioned" "reconditioning"); -lin reconnaissance_N = mkN "reconnaissance" "reconnaissances"; -lin reconnoitre_V = mkV "reconnoitre" "reconnoitres" "reconnoitred" "reconnoitred" "reconnoitring"; -lin reconnoitre_V2 = mkV2 (mkV "reconnoitre" "reconnoitres" "reconnoitred" "reconnoitred" "reconnoitring"); -lin reconsecrate_V2 = mkV2 (mkV "reconsecrate" "reconsecrates" "reconsecrated" "reconsecrated" "reconsecrating"); -lin reconsider_V2 = mkV2 (mkV "reconsider" "reconsiders" "reconsidered" "reconsidered" "reconsidering"); -lin reconstruct_V2 = mkV2 (mkV "reconstruct" "reconstructs" "reconstructed" "reconstructed" "reconstructing"); -lin reconstruction_N = mkN "reconstruction" "reconstructions"; -lin reconvict_V2 = mkV2 (mkV "reconvict" "reconvicts" "reconvicted" "reconvicted" "reconvicting"); -lin record_N = mkN "record" "records"; -lin record_V2 = mkV2 (mkV "record" "records" "recorded" "recorded" "recording"); -lin record_breaking_A = compoundA (mkA "record-breaking"); -lin record_player_N = mkN "record-player" "record-players"; -lin recorder_N = mkN "recorder" "recorders"; -lin recording_N = mkN "recording" "recordings"; -lin recount_V2 = mkV2 (mkV "recount" "recounts" "recounted" "recounted" "recounting"); -lin recoup_V2 = mkV2 (mkV "recoup" "recoups" "recouped" "recouped" "recouping"); -lin recourse_N = mkN "recourse" "-" {- FIXME: no plural form -}; -lin recover_V = mkV "recover" "recovers" "recovered" "recovered" "recovering"; -lin recover_V2 = mkV2 (mkV "recover" "recovers" "recovered" "recovered" "recovering"); -lin recoverable_A = compoundA (mkA "recoverable"); -lin recovery_N = mkN "recovery" "recoveries"; -lin recreant_A = compoundA (mkA "recreant"); -lin recreant_N = mkN "recreant" "recreants"; -lin recreate_V2 = mkV2 (mkV "recreate" "recreates" "recreated" "recreated" "recreating"); -lin recreation_N = mkN "recreation" "recreations"; -lin recreational_A = compoundA (mkA "recreational"); -lin recriminate_V = mkV "recriminate" "recriminates" "recriminated" "recriminated" "recriminating"; -lin recrimination_N = mkN "recrimination" "recriminations"; -lin recriminatory_A = compoundA (mkA "recriminatory"); -lin recrudescence_N = mkN "recrudescence" "recrudescences"; -lin recruit_N = mkN "recruit" "recruits"; -lin recruit_V = mkV "recruit" "recruits" "recruited" "recruited" "recruiting"; -lin recruit_V2 = mkV2 (mkV "recruit" "recruits" "recruited" "recruited" "recruiting"); -lin recruitment_N = mkN "recruitment" "recruitments"; -lin rectal_A = compoundA (mkA "rectal"); -lin rectangle_N = mkN "rectangle" "rectangles"; -lin rectangular_A = compoundA (mkA "rectangular"); -lin rectification_N = mkN "rectification" "rectifications"; -lin rectifier_N = mkN "rectifier" "rectifiers"; -lin rectify_V2 = mkV2 (mkV "rectify" "rectifies" "rectified" "rectified" "rectifying"); -lin rectilinear_A = compoundA (mkA "rectilinear"); -lin rectitude_N = mkN "rectitude" "-" {- FIXME: no plural form -}; -lin recto_N = mkN "recto" "rectos"; -lin rector_N = mkN "rector" "rectors"; -lin rectory_N = mkN "rectory" "rectories"; -lin rectum_N = mkN "rectum" "rectums"; -lin recumbent_A = compoundA (mkA "recumbent"); -lin recuperate_V = mkV "recuperate" "recuperates" "recuperated" "recuperated" "recuperating"; -lin recuperate_V2 = mkV2 (mkV "recuperate" "recuperates" "recuperated" "recuperated" "recuperating"); -lin recuperation_N = mkN "recuperation" "recuperations"; -lin recuperative_A = compoundA (mkA "recuperative"); -lin recur_V = mkV "recur" "recurs" "recurred" "recurred" "recurring"; -lin recurrence_N = mkN "recurrence" "recurrences"; -lin recurrent_A = compoundA (mkA "recurrent"); -lin recurve_V = mkV "recurve" "recurves" "recurved" "recurved" "recurving"; -lin recurve_V2 = mkV2 (mkV "recurve" "recurves" "recurved" "recurved" "recurving"); -lin recusancy_N = mkN "recusancy" "-" {- FIXME: no plural form -}; -lin recusant_A = compoundA (mkA "recusant"); -lin recusant_N = mkN "recusant" "recusants"; -lin recycle_V2 = mkV2 (mkV "recycle" "recycles" "recycled" "recycled" "recycling"); -lin red_A = mkA "red" "redder*"; -lin red_N = mkN "red" "reds"; -lin red_hot_A = compoundA (mkA "red-hot"); -lin red_rimmed_A = compoundA (mkA "red-rimmed"); -lin redact_V2 = mkV2 (mkV "redact" "redacts" "redacted" "redacted" "redacting"); -lin redaction_N = mkN "redaction" "redactions"; -lin redbreast_N = mkN "redbreast" "redbreasts"; -lin redbrick_A = compoundA (mkA "redbrick"); -lin redbridge_PN = mkPN "Redbridge"; -lin redcap_N = mkN "redcap" "redcaps"; -lin redcoat_N = mkN "redcoat" "redcoats"; -lin redden_V = mkV "redden" "reddens" "reddened" "reddened" "reddening"; -lin redden_V2 = mkV2 (mkV "redden" "reddens" "reddened" "reddened" "reddening"); -lin reddish_A = compoundA (mkA "reddish"); -lin redditch_PN = mkPN "Redditch"; -lin redecorate_V2 = mkV2 (mkV "redecorate" "redecorates" "redecorated" "redecorated" "redecorating"); -lin redeem_V2 = mkV2 (mkV "redeem" "redeems" "redeemed" "redeemed" "redeeming"); -lin redeemable_A = compoundA (mkA "redeemable"); -lin redeemer_N = mkN "redeemer" "redeemers"; -lin redefine_V2 = mkV2 (mkV "redefine" "redefines" "redefined" "redefined" "redefining"); -lin redemption_N = mkN "redemption" "-" {- FIXME: no plural form -}; -lin redemptive_A = compoundA (mkA "redemptive"); -lin redeploy_V2 = mkV2 (mkV "redeploy" "redeploys" "redeployed" "redeployed" "redeploying"); -lin redeployment_N = mkN "redeployment" "redeployments"; -lin redesign_V2 = mkV2 (mkV "redesign" "redesigns" "redesigned" "redesigned" "redesigning"); -lin redevelop_V2 = mkV2 (mkV "redevelop" "redevelops" "redeveloped" "redeveloped" "redeveloping"); -lin redevelopment_N = mkN "redevelopment" "redevelopments"; -lin redhead_N = mkN "redhead" "redheads"; -lin rediffusion_N = mkN "rediffusion" "-" {- FIXME: no plural form -}; -lin rediscover_V2 = mkV2 (mkV "rediscover" "rediscovers" "rediscovered" "rediscovered" "rediscovering"); -lin rediscovery_N = mkN "rediscovery" "rediscoveries"; -lin redisposition_N = mkN "redisposition" "redispositions"; -lin redistribute_V2 = mkV2 (mkV "redistribute" "redistributes" "redistributed" "redistributed" "redistributing"); -lin redistribution_N = mkN "redistribution" "redistributions"; -lin redness_N = mkN "redness" "-" {- FIXME: no plural form -}; -lin redo_V2 = mkV2 (mkV "re" IrregEng.do_V); -lin redolence_N = mkN "redolence" "-" {- FIXME: no plural form -}; -lin redolent_A = compoundA (mkA "redolent"); -lin redouble_V = mkV "redouble" "redoubles" "redoubled" "redoubled" "redoubling"; -lin redouble_V2 = mkV2 (mkV "redouble" "redoubles" "redoubled" "redoubled" "redoubling"); -lin redoubt_N = mkN "redoubt" "redoubts"; -lin redoubtable_A = compoundA (mkA "redoubtable"); -lin redound_V = mkV "redound" "redounds" "redounded" "redounded" "redounding"; -lin redress_N = mkN "redress" "-" {- FIXME: no plural form -}; -lin redress_V2 = mkV2 (mkV "redress" "redresses" "redressed" "redressed" "redressing"); -lin redruth_PN = mkPN "Redruth"; -lin redskin_N = mkN "redskin" "redskins"; -lin reduce_V = mkV "reduce" "reduces" "reduced" "reduced" "reducing"; -lin reduce_V2 = mkV2 (mkV "reduce" "reduces" "reduced" "reduced" "reducing"); -lin reducible_A = compoundA (mkA "reducible"); -lin reductio_ad_absurdum_N = mkN "reductio ad absurdum" "reductio ad absurda" {- FIXME: guessed plural form -}; -lin reduction_N = mkN "reduction" "reductions"; -lin redundance_N = mkN "redundance" "redundances"; -lin redundancy_N = mkN "redundancy" "redundancies"; -lin redundant_A = compoundA (mkA "redundant"); -lin reduplicate_V2 = mkV2 (mkV "reduplicate" "reduplicates" "reduplicated" "reduplicated" "reduplicating"); -lin reduplication_N = mkN "reduplication" "reduplications"; -lin redwing_N = mkN "redwing" "redwings"; -lin redwood_N = mkN "redwood" "redwoods"; -lin reed_N = mkN "reed" "reeds"; -lin reedy_A = mkA "reedy" "reedier"; -lin reef_N = mkN "reef" "reefs"; -lin reef_V2 = mkV2 (mkV "reef" "reefs" "reefed" "reefed" "reefing"); -lin reef_knot_N = mkN "reef-knot" "reef-knots"; -lin reefer_N = mkN "reefer" "reefers"; -lin reek_N = mkN "reek" "-" {- FIXME: no plural form -}; -lin reek_V = mkV "reek" "reeks" "reeked" "reeked" "reeking"; -lin reel_N = mkN "reel" "reels"; -lin reel_V = mkV "reel" "reels" "reeled" "reeled" "reeling"; -lin reel_V2 = mkV2 (mkV "reel" "reels" "reeled" "reeled" "reeling"); -lin reeve_N = mkN "reeve" "reeves"; -lin ref_N = mkN "ref" "-" {- FIXME: no plural form -}; -lin reface_V2 = mkV2 (mkV "reface" "refaces" "refaced" "refaced" "refacing"); -lin refashion_N = mkN "refashion" "refashions"; -lin refashion_V2 = mkV2 (mkV "refashion" "refashions" "refashioned" "refashioned" "refashioning"); -lin refection_N = mkN "refection" "refections"; -lin refectory_N = mkN "refectory" "refectories"; -lin refer_V = mkV "refer" "refers" "referred" "referred" "referring"; -lin refer_V2 = mkV2 (mkV "refer" "refers" "referred" "referred" "referring"); -lin referable_A = compoundA (mkA "referable"); -lin referee_N = mkN "referee" "referees"; -lin referee_V = mkV "referee" "IRREG" "IRREG" "IRREG" "IRREG"; -lin referee_V2 = mkV2 (mkV "referee" "IRREG" "IRREG" "IRREG" "IRREG"); -lin reference_N = mkN "reference" "references"; -lin referendum_N = mkN "referendum" "referendums"; -lin referential_A = compoundA (mkA "referential"); -lin refill_N = mkN "refill" "refills"; -lin refill_V2 = mkV2 (mkV "refill" "refills" "refilled" "refilled" "refilling"); -lin refine_V = mkV "refine" "refines" "refined" "refined" "refining"; -lin refine_V2 = mkV2 (mkV "refine" "refines" "refined" "refined" "refining"); -lin refinement_N = mkN "refinement" "refinements"; -lin refiner_N = mkN "refiner" "refiners"; -lin refinery_N = mkN "refinery" "refineries"; -lin refit_N = mkN "refit" "refits"; -lin refit_V = mkV "refit" "refits" "refitted" "refitted" "refitting"; -lin refit_V2 = mkV2 (mkV "refit" "refits" "refitted" "refitted" "refitting"); -lin reflate_V2 = mkV2 (mkV "reflate" "reflates" "reflated" "reflated" "reflating"); -lin reflation_N = mkN "reflation" "-" {- FIXME: no plural form -}; -lin reflect_V = mkV "reflect" "reflects" "reflected" "reflected" "reflecting"; -lin reflect_V2 = mkV2 (mkV "reflect" "reflects" "reflected" "reflected" "reflecting"); -lin reflection_N = mkN "reflection" "reflections"; -lin reflective_A = compoundA (mkA "reflective"); -lin reflectively_Adv = mkAdv "reflectively"; -lin reflector_N = mkN "reflector" "reflectors"; -lin reflex_A = compoundA (mkA "reflex"); -lin reflex_N = mkN "reflex" "reflexes"; -lin reflexion_N = mkN "reflexion" "reflexions"; -lin reflexive_A = compoundA (mkA "reflexive"); -lin reflexive_N = mkN "reflexive" "reflexives"; -lin refloat_V = mkV "refloat" "refloats" "refloated" "refloated" "refloating"; -lin refloat_V2 = mkV2 (mkV "refloat" "refloats" "refloated" "refloated" "refloating"); -lin reflux_N = mkN "reflux" "refluxes"; -lin reforest_V2 = mkV2 (mkV "reforest" "reforests" "reforested" "reforested" "reforesting"); -lin reforestation_N = mkN "reforestation" "reforestations"; -lin reform_N = mkN "reform" "reforms"; -lin reform_V = mkV "reform" "reforms" "reformed" "reformed" "reforming"; -lin reform_V2 = mkV2 (mkV "reform" "reforms" "reformed" "reformed" "reforming"); -lin reformation_N = mkN "reformation" "reformations"; -lin reformatory_A = compoundA (mkA "reformatory"); -lin reformatory_N = mkN "reformatory" "reformatories"; -lin reformer_N = mkN "reformer" "reformers"; -lin refract_V2 = mkV2 (mkV "refract" "refracts" "refracted" "refracted" "refracting"); -lin refraction_N = mkN "refraction" "refractions"; -lin refractory_A = compoundA (mkA "refractory"); -lin refrain_N = mkN "refrain" "refrains"; -lin refrain_V = mkV "refrain" "refrains" "refrained" "refrained" "refraining"; -lin refresh_V2 = mkV2 (mkV "refresh" "refreshes" "refreshed" "refreshed" "refreshing"); -lin refresher_N = mkN "refresher" "refreshers"; -lin refreshing_A = compoundA (mkA "refreshing"); -lin refreshingly_Adv = mkAdv "refreshingly"; -lin refreshment_N = mkN "refreshment" "refreshments"; -lin refrigerant_A = compoundA (mkA "refrigerant"); -lin refrigerant_N = mkN "refrigerant" "refrigerants"; -lin refrigerate_V2 = mkV2 (mkV "refrigerate" "refrigerates" "refrigerated" "refrigerated" "refrigerating"); -lin refrigeration_N = mkN "refrigeration" "refrigerations"; -lin refrigerator_N = mkN "refrigerator" "refrigerators"; -lin refuel_V = mkV "refuel" "refuels" "refuelled" "refuelled" "refuelling"; -lin refuel_V2 = mkV2 (mkV "refuel" "refuels" "refuelled" "refuelled" "refuelling"); -lin refuge_N = mkN "refuge" "refuges"; -lin refugee_N = mkN "refugee" "refugees"; -lin refulgence_N = mkN "refulgence" "-" {- FIXME: no plural form -}; -lin refulgent_A = compoundA (mkA "refulgent"); -lin refund_N = mkN "refund" "refunds"; -lin refund_V2 = mkV2 (mkV "refund" "refunds" "refunded" "refunded" "refunding"); -lin refurbish_V2 = mkV2 (mkV "refurbish" "refurbishes" "refurbished" "refurbished" "refurbishing"); -lin refurnish_V2 = mkV2 (mkV "refurnish" "refurnishes" "refurnished" "refurnished" "refurnishing"); -lin refusal_N = mkN "refusal" "refusals"; -lin refuse_N = mkN "refuse" "-" {- FIXME: no plural form -}; -lin refuse_V = mkV "refuse" "refuses" "refused" "refused" "refusing"; -lin refuse_V2 = mkV2 (mkV "refuse" "refuses" "refused" "refused" "refusing"); -lin refuse_collector_N = mkN "refuse-collector" "refuse-collectors"; -lin refutable_A = compoundA (mkA "refutable"); -lin refutation_N = mkN "refutation" "refutations"; -lin refute_V2 = mkV2 (mkV "refute" "refutes" "refuted" "refuted" "refuting"); -lin reg_PN = mkPN "Reg"; -lin regain_V2 = mkV2 (mkV "regain" "regains" "regained" "regained" "regaining"); -lin regal_A = compoundA (mkA "regal"); -lin regale_V2 = mkV2 (mkV "regale" "regales" "regaled" "regaled" "regaling"); -lin regally_Adv = mkAdv "regally"; -lin regard_N = mkN "regard" "regards"; -lin regard_V2 = mkV2 (mkV "regard" "regards" "regarded" "regarded" "regarding"); -lin regardful_A = compoundA (mkA "regardful"); -lin regardless_A = compoundA (mkA "regardless"); -lin regatta_N = mkN "regatta" "regattas"; -lin regency_N = mkN "regency" "regencies"; -lin regenerate_A = compoundA (mkA "regenerate"); -lin regenerate_V = mkV "regenerate" "regenerates" "regenerated" "regenerated" "regenerating"; -lin regenerate_V2 = mkV2 (mkV "regenerate" "regenerates" "regenerated" "regenerated" "regenerating"); -lin regeneration_N = mkN "regeneration" "-" {- FIXME: no plural form -}; -lin regensburg_PN = mkPN "Regensburg"; -lin regent_A = compoundA (mkA "regent"); -lin regent_N = mkN "regent" "regents"; -lin reggae_N = mkN "reggae" "-" {- FIXME: no plural form -}; -lin regicide_N = mkN "regicide" "regicides"; -lin regime_1_N = mkN "regime" "regimes"; -lin regimen_N = mkN "regimen" "regimens"; -lin regiment_N = mkN "regiment" "regiments"; -lin regiment_V2 = mkV2 (mkV "regiment" "regiments" "regimented" "regimented" "regimenting"); -lin regimental_A = compoundA (mkA "regimental"); -lin regimentation_N = mkN "regimentation" "-" {- FIXME: no plural form -}; -lin regina_PN = mkPN "Regina"; -lin reginald_PN = mkPN "Reginald"; -lin region_N = mkN "region" "regions"; -lin regional_A = compoundA (mkA "regional"); -lin regionally_Adv = mkAdv "regionally"; -lin register_N = mkN "register" "registers"; -lin register_V = mkV "register" "registers" "registered" "registered" "registering"; -lin register_V2 = mkV2 (mkV "register" "registers" "registered" "registered" "registering"); -lin registrar_N = mkN "registrar" "registrars"; -lin registration_N = mkN "registration" "registrations"; -lin registry_N = mkN "registry" "registries"; -lin regnant_A = compoundA (mkA "regnant"); -lin regress_V = mkV "regress" "regresses" "regressed" "regressed" "regressing"; -lin regression_N = mkN "regression" "regressions"; -lin regressive_A = compoundA (mkA "regressive"); -lin regret_N = mkN "regret" "regrets"; -lin regret_V2 = mkV2 (mkV "regret" "regrets" "regretted" "regretted" "regretting"); -lin regretful_A = compoundA (mkA "regretful"); -lin regretfully_Adv = mkAdv "regretfully"; -lin regrettable_A = compoundA (mkA "regrettable"); -lin regrettably_Adv = mkAdv "regrettably"; -lin regroup_V = mkV "regroup" "regroups" "regrouped" "regrouped" "regrouping"; -lin regroup_V2 = mkV2 (mkV "regroup" "regroups" "regrouped" "regrouped" "regrouping"); -lin regular_A = compoundA (mkA "regular"); -lin regular_N = mkN "regular" "regulars"; -lin regularity_N = mkN "regularity" "regularities"; -lin regularization_N = mkN "regularization" "regularizations"; -lin regularize_V2 = mkV2 (mkV "regularize" "regularizes" "regularized" "regularized" "regularizing"); -lin regularly_Adv = mkAdv "regularly"; -lin regulate_V2 = mkV2 (mkV "regulate" "regulates" "regulated" "regulated" "regulating"); -lin regulation_N = mkN "regulation" "regulations"; -lin regulator_N = mkN "regulator" "regulators"; -lin regurgitate_V = mkV "regurgitate" "regurgitates" "regurgitated" "regurgitated" "regurgitating"; -lin regurgitate_V2 = mkV2 (mkV "regurgitate" "regurgitates" "regurgitated" "regurgitated" "regurgitating"); -lin rehabilitate_V2 = mkV2 (mkV "rehabilitate" "rehabilitates" "rehabilitated" "rehabilitated" "rehabilitating"); -lin rehabilitation_N = mkN "rehabilitation" "rehabilitations"; -lin rehash_N = mkN "rehash" "rehashes"; -lin rehash_V2 = mkV2 (mkV "rehash" "rehashes" "rehashed" "rehashed" "rehashing"); -lin rehear_V2 = mkV2 (mkV "re" IrregEng.hear_V); -lin rehearing_N = mkN "rehearing" "rehearings"; -lin rehearsal_N = mkN "rehearsal" "rehearsals"; -lin rehearse_V = mkV "rehearse" "rehearses" "rehearsed" "rehearsed" "rehearsing"; -lin rehearse_V2 = mkV2 (mkV "rehearse" "rehearses" "rehearsed" "rehearsed" "rehearsing"); -lin rehouse_V2 = mkV2 (mkV "rehouse" "rehouses" "rehoused" "rehoused" "rehousing"); -lin reich_N = mkN "reich" "reichs"; -lin reigate_PN = mkPN "Reigate"; -lin reign_N = mkN "reign" "reigns"; -lin reign_V = mkV "reign" "reigns" "reigned" "reigned" "reigning"; -lin reimburse_V2 = mkV2 (mkV "reimburse" "reimburses" "reimbursed" "reimbursed" "reimbursing"); -lin reimbursement_N = mkN "reimbursement" "reimbursements"; -lin reimposition_N = mkN "reimposition" "reimpositions"; -lin rein_N = mkN "rein" "reins"; -lin rein_V2 = mkV2 (mkV "rein" "reins" "reined" "reined" "reining"); -lin reincarnate_A = compoundA (mkA "reincarnate"); -lin reincarnate_V2 = mkV2 (mkV "reincarnate" "reincarnates" "reincarnated" "reincarnated" "reincarnating"); -lin reincarnation_N = mkN "reincarnation" "reincarnations"; -lin reindeer_N = mkN "reindeer" "reindeer"; -lin reinforce_V2 = mkV2 (mkV "reinforce" "reinforces" "reinforced" "reinforced" "reinforcing"); -lin reinforcement_N = mkN "reinforcement" "reinforcements"; -lin reinstate_V2 = mkV2 (mkV "reinstate" "reinstates" "reinstated" "reinstated" "reinstating"); -lin reinstatement_N = mkN "reinstatement" "reinstatements"; -lin reinsurance_N = mkN "reinsurance" "reinsurances"; -lin reinsure_V2 = mkV2 (mkV "reinsure" "reinsures" "reinsured" "reinsured" "reinsuring"); -lin reintegrate_V2 = mkV2 (mkV "reintegrate" "reintegrates" "reintegrated" "reintegrated" "reintegrating"); -lin reinterpret_V2 = mkV2 (mkV "reinterpret" "reinterprets" "reinterpreted" "reinterpreted" "reinterpreting"); -lin reinterpretation_N = mkN "reinterpretation" "reinterpretations"; -lin reissue_N = mkN "reissue" "reissues"; -lin reissue_V2 = mkV2 (mkV "reissue" "reissues" "reissued" "reissued" "reissuing"); -lin reiterate_V2 = mkV2 (mkV "reiterate" "reiterates" "reiterated" "reiterated" "reiterating"); -lin reiteration_N = mkN "reiteration" "reiterations"; -lin reject_N = mkN "reject" "rejects"; -lin reject_V2 = mkV2 (mkV "reject" "rejects" "rejected" "rejected" "rejecting"); -lin rejection_N = mkN "rejection" "rejections"; -lin rejig_V2 = mkV2 (mkV "rejig" "rejigs" "rejigged" "rejigged" "rejigging"); -lin rejoice_V = mkV "rejoice" "rejoices" "rejoiced" "rejoiced" "rejoicing"; -lin rejoice_V2 = mkV2 (mkV "rejoice" "rejoices" "rejoiced" "rejoiced" "rejoicing"); -lin rejoicing_N = mkN "rejoicing" "-" {- FIXME: no plural form -}; -lin rejoin_V = mkV "rejoin" "rejoins" "rejoined" "rejoined" "rejoining"; -lin rejoin_V2 = mkV2 (mkV "rejoin" "rejoins" "rejoined" "rejoined" "rejoining"); -lin rejoinder_N = mkN "rejoinder" "rejoinders"; -lin rejuvenate_V = mkV "rejuvenate" "rejuvenates" "rejuvenated" "rejuvenated" "rejuvenating"; -lin rejuvenate_V2 = mkV2 (mkV "rejuvenate" "rejuvenates" "rejuvenated" "rejuvenated" "rejuvenating"); -lin rejuvenation_N = mkN "rejuvenation" "rejuvenations"; -lin rekindle_V = mkV "rekindle" "rekindles" "rekindled" "rekindled" "rekindling"; -lin rekindle_V2 = mkV2 (mkV "rekindle" "rekindles" "rekindled" "rekindled" "rekindling"); -lin relapse_N = mkN "relapse" "relapses"; -lin relapse_V = mkV "relapse" "relapses" "relapsed" "relapsed" "relapsing"; -lin relate_V = mkV "relate" "relates" "related" "related" "relating"; -lin relate_V2 = mkV2 (mkV "relate" "relates" "related" "related" "relating"); -lin relation_N = mkN "relation" "relations"; -lin relationship_N = mkN "relationship" "relationships"; -lin relative_A = compoundA (mkA "relative"); -lin relative_N = mkN "relative" "relatives"; -lin relatively_Adv = mkAdv "relatively"; -lin relativity_N = mkN "relativity" "-" {- FIXME: no plural form -}; -lin relax_V = mkV "relax" "relaxes" "relaxed" "relaxed" "relaxing"; -lin relax_V2 = mkV2 (mkV "relax" "relaxes" "relaxed" "relaxed" "relaxing"); -lin relaxation_N = mkN "relaxation" "relaxations"; -lin relay_N = mkN "relay" "relays"; -lin relay_V2 = mkV2 (mkV "re" IrregEng.lay_V); -lin release_N = mkN "release" "releases"; -lin release_V2 = mkV2 (mkV "release" "releases" "released" "released" "releasing"); -lin relegate_V2 = mkV2 (mkV "relegate" "relegates" "relegated" "relegated" "relegating"); -lin relegation_N = mkN "relegation" "-" {- FIXME: no plural form -}; -lin relent_V = mkV "relent" "relents" "relented" "relented" "relenting"; -lin relentless_A = compoundA (mkA "relentless"); -lin relentlessly_Adv = mkAdv "relentlessly"; -lin relevance_N = mkN "relevance" "relevances"; -lin relevancy_N = mkN "relevancy" "-" {- FIXME: no plural form -}; -lin relevant_A = compoundA (mkA "relevant"); -lin relevantly_Adv = mkAdv "relevantly"; -lin reliability_N = mkN "reliability" "-" {- FIXME: no plural form -}; -lin reliable_A = compoundA (mkA "reliable"); -lin reliably_Adv = mkAdv "reliably"; -lin reliance_N = mkN "reliance" "-" {- FIXME: no plural form -}; -lin reliant_A = compoundA (mkA "reliant"); -lin relic_N = mkN "relic" "relics"; -lin relict_N = mkN "relict" "relicts"; -lin relief_N = mkN "relief" "reliefs"; -lin relieve_V2 = mkV2 (mkV "relieve" "relieves" "relieved" "relieved" "relieving"); -lin religion_N = mkN "religion" "religions"; -lin religious_A = compoundA (mkA "religious"); -lin religious_N = mkN "religious" "religious"; -lin religiously_Adv = mkAdv "religiously"; -lin reline_V2 = mkV2 (mkV "reline" "relines" "relined" "relined" "relining"); -lin relinquish_V2 = mkV2 (mkV "relinquish" "relinquishes" "relinquished" "relinquished" "relinquishing"); -lin reliquary_N = mkN "reliquary" "reliquaries"; -lin relish_N = mkN "relish" "relishes"; -lin relish_V2 = mkV2 (mkV "relish" "relishes" "relished" "relished" "relishing"); -lin relive_V2 = mkV2 (mkV "relive" "relives" "relived" "relived" "reliving"); -lin relocate_V = mkV "relocate" "relocates" "relocated" "relocated" "relocating"; -lin relocate_V2 = mkV2 (mkV "relocate" "relocates" "relocated" "relocated" "relocating"); -lin relocation_N = mkN "relocation" "-" {- FIXME: no plural form -}; -lin reluctance_N = mkN "reluctance" "-" {- FIXME: no plural form -}; -lin reluctant_A = compoundA (mkA "reluctant"); -lin reluctantly_Adv = mkAdv "reluctantly"; -lin rely_V = mkV "rely" "relies" "relied" "relied" "relying"; -lin remain_V = mkV "remain" "remains" "remained" "remained" "remaining"; -lin remainder_N = mkN "remainder" "remainders"; -lin remake_N = mkN "remake" "remakes"; -lin remake_V2 = mkV2 (mkV "re" IrregEng.make_V); -lin remand_N = mkN "remand" "-" {- FIXME: no plural form -}; -lin remand_V2 = mkV2 (mkV "remand" "remands" "remanded" "remanded" "remanding"); -lin remark_N = mkN "remark" "remarks"; -lin remark_V = mkV "remark" "remarks" "remarked" "remarked" "remarking"; -lin remark_V2 = mkV2 (mkV "remark" "remarks" "remarked" "remarked" "remarking"); -lin remarkable_A = compoundA (mkA "remarkable"); -lin remarkably_Adv = mkAdv "remarkably"; -lin remarriage_N = mkN "remarriage" "remarriages"; -lin remarry_V = mkV "remarry" "remarries" "remarried" "remarried" "remarrying"; -lin remarry_V2 = mkV2 (mkV "remarry" "remarries" "remarried" "remarried" "remarrying"); -lin remediable_A = compoundA (mkA "remediable"); -lin remedial_A = compoundA (mkA "remedial"); -lin remedy_N = mkN "remedy" "remedies"; -lin remedy_V2 = mkV2 (mkV "remedy" "remedies" "remedied" "remedied" "remedying"); -lin remember_V = mkV "remember" "remembers" "remembered" "remembered" "remembering"; -lin remember_V2 = mkV2 (mkV "remember" "remembers" "remembered" "remembered" "remembering"); -lin remembrance_N = mkN "remembrance" "remembrances"; -lin remilitarization_N = mkN "remilitarization" "remilitarizations"; -lin remilitarize_V2 = mkV2 (mkV "remilitarize" "remilitarizes" "remilitarized" "remilitarized" "remilitarizing"); -lin remind_V2 = mkV2 (mkV "remind" "reminds" "reminded" "reminded" "reminding"); -lin reminder_N = mkN "reminder" "reminders"; -lin reminisce_V = mkV "reminisce" "reminisces" "reminisced" "reminisced" "reminiscing"; -lin reminiscence_N = mkN "reminiscence" "reminiscences"; -lin reminiscent_A = compoundA (mkA "reminiscent"); -lin reminiscently_Adv = mkAdv "reminiscently"; -lin remiss_A = compoundA (mkA "remiss"); -lin remission_N = mkN "remission" "remissions"; -lin remissness_N = mkN "remissness" "-" {- FIXME: no plural form -}; -lin remit_V = mkV "remit" "remits" "remitted" "remitted" "remitting"; -lin remit_V2 = mkV2 (mkV "remit" "remits" "remitted" "remitted" "remitting"); -lin remittance_N = mkN "remittance" "remittances"; -lin remittent_A = compoundA (mkA "remittent"); -lin remnant_N = mkN "remnant" "remnants"; -lin remodel_V2 = mkV2 (mkV "remodel" "remodels" "remodelled" "remodelled" "remodelling"); -lin remonstrance_N = mkN "remonstrance" "remonstrances"; -lin remonstrate_V = mkV "remonstrate" "remonstrates" "remonstrated" "remonstrated" "remonstrating"; -lin remorse_N = mkN "remorse" "-" {- FIXME: no plural form -}; -lin remorseful_A = compoundA (mkA "remorseful"); -lin remorsefully_Adv = mkAdv "remorsefully"; -lin remorseless_A = compoundA (mkA "remorseless"); -lin remorselessly_Adv = mkAdv "remorselessly"; -lin remote_A = mkA "remote" "remoter"; -lin remotely_Adv = mkAdv "remotely"; -lin remoteness_N = mkN "remoteness" "-" {- FIXME: no plural form -}; -lin remould_V2 = mkV2 (mkV "remould" "remoulds" "remoulded" "remoulded" "remoulding"); -lin remount_N = mkN "remount" "remounts"; -lin remount_V = mkV "remount" "remounts" "remounted" "remounted" "remounting"; -lin remount_V2 = mkV2 (mkV "remount" "remounts" "remounted" "remounted" "remounting"); -lin removable_A = compoundA (mkA "removable"); -lin removal_N = mkN "removal" "removals"; -lin remove_N = mkN "remove" "removes"; -lin remove_V = mkV "remove" "removes" "removed" "removed" "removing"; -lin remove_V2 = mkV2 (mkV "remove" "removes" "removed" "removed" "removing"); -lin removed_A = compoundA (mkA "removed"); -lin remover_N = mkN "remover" "removers"; -lin remscheid_PN = mkPN "Remscheid"; -lin remunerate_V2 = mkV2 (mkV "remunerate" "remunerates" "remunerated" "remunerated" "remunerating"); -lin remuneration_N = mkN "remuneration" "-" {- FIXME: no plural form -}; -lin remunerative_A = compoundA (mkA "remunerative"); -lin renaissance_N = mkN "renaissance" "renaissances"; -lin renal_A = compoundA (mkA "renal"); -lin rename_V2 = mkV2 (mkV "rename" "renames" "renamed" "renamed" "renaming"); -lin renascence_N = mkN "renascence" "renascences"; -lin renascent_A = compoundA (mkA "renascent"); -lin rend_V2 = mkV2 (mkV "rend" "IRREG" "IRREG" "IRREG" "IRREG"); -lin render_V2 = mkV2 (mkV "render" "renders" "rendered" "rendered" "rendering"); -lin rendering_N = mkN "rendering" "renderings"; -lin rendezvous_N = mkN "rendezvous" "rendezvous"; -lin rendezvous_V = mkV "rendezvous" "IRREG" "IRREG" "IRREG" "IRREG"; -lin rendition_N = mkN "rendition" "renditions"; -lin renegade_N = mkN "renegade" "renegades"; -lin renegade_V = mkV "renegade" "renegades" "renegaded" "renegaded" "renegading"; -lin renege_V = mkV "renege" "reneges" "reneged" "reneged" "reneging"; -lin renegue_V = mkV "renegue" "renegues" "renegued" "renegued" "reneguing"; -lin renew_V2 = mkV2 (mkV "renew" "renews" "renewed" "renewed" "renewing"); -lin renewable_A = compoundA (mkA "renewable"); -lin renewal_N = mkN "renewal" "renewals"; -lin renfrew_PN = mkPN "Renfrew"; -lin rennes_PN = mkPN "Rennes"; -lin rennet_N = mkN "rennet" "-" {- FIXME: no plural form -}; -lin renounce_V2 = mkV2 (mkV "renounce" "renounces" "renounced" "renounced" "renouncing"); -lin renovate_V2 = mkV2 (mkV "renovate" "renovates" "renovated" "renovated" "renovating"); -lin renovation_N = mkN "renovation" "renovations"; -lin renovator_N = mkN "renovator" "renovators"; -lin renown_N = mkN "renown" "-" {- FIXME: no plural form -}; -lin renowned_A = compoundA (mkA "renowned"); -lin rent_N = mkN "rent" "rents"; -lin rent_V = mkV "rent" "rents" "rented" "rented" "renting"; -lin rent_V2 = mkV2 (mkV "rent" "rents" "rented" "rented" "renting"); -lin rent_collector_N = mkN "rent-collector" "rent-collectors"; -lin rent_free_A = compoundA (mkA "rent-free"); -lin rent_free_Adv = mkAdv "rent-free"; -lin rent_rebate_N = mkN "rent-rebate" "rent-rebates"; -lin rent_roll_N = mkN "rent-roll" "rent-rolls"; -lin rentable_A = compoundA (mkA "rentable"); -lin rental_N = mkN "rental" "rentals"; -lin rentier_N = mkN "rentier" "rentiers"; -lin renunciation_N = mkN "renunciation" "-" {- FIXME: no plural form -}; -lin reopen_V = mkV "reopen" "reopens" "reopened" "reopened" "reopening"; -lin reopen_V2 = mkV2 (mkV "reopen" "reopens" "reopened" "reopened" "reopening"); -lin reorganization_N = mkN "reorganization" "reorganizations"; -lin reorganize_V = mkV "reorganize" "reorganizes" "reorganized" "reorganized" "reorganizing"; -lin reorganize_V2 = mkV2 (mkV "reorganize" "reorganizes" "reorganized" "reorganized" "reorganizing"); -lin reorient_V = mkV "reorient" "reorients" "reoriented" "reoriented" "reorienting"; -lin reorient_V2 = mkV2 (mkV "reorient" "reorients" "reoriented" "reoriented" "reorienting"); -lin reorientate_V = mkV "reorientate" "reorientates" "reorientated" "reorientated" "reorientating"; -lin reorientate_V2 = mkV2 (mkV "reorientate" "reorientates" "reorientated" "reorientated" "reorientating"); -lin reorientation_N = mkN "reorientation" "-" {- FIXME: no plural form -}; -lin rep_N = mkN "rep" "reps"; -lin repaint_V2 = mkV2 (mkV "repaint" "repaints" "repainted" "repainted" "repainting"); -lin repair_N = mkN "repair" "repairs"; -lin repair_V = mkV "repair" "repairs" "repaired" "repaired" "repairing"; -lin repair_V2 = mkV2 (mkV "repair" "repairs" "repaired" "repaired" "repairing"); -lin repairable_A = compoundA (mkA "repairable"); -lin repairer_N = mkN "repairer" "repairers"; -lin reparable_A = compoundA (mkA "reparable"); -lin reparation_N = mkN "reparation" "reparations"; -lin repartee_N = mkN "repartee" "repartees"; -lin repast_N = mkN "repast" "repasts"; -lin repatriate_N = mkN "repatriate" "repatriates"; -lin repatriate_V2 = mkV2 (mkV "repatriate" "repatriates" "repatriated" "repatriated" "repatriating"); -lin repatriation_N = mkN "repatriation" "repatriations"; -lin repay_V = mkV "re" IrregEng.pay_V; -lin repay_V2 = mkV2 (mkV "re" IrregEng.pay_V); -lin repayable_A = compoundA (mkA "repayable"); -lin repayment_N = mkN "repayment" "repayments"; -lin repeal_N = mkN "repeal" "repeals"; -lin repeal_V2 = mkV2 (mkV "repeal" "repeals" "repealed" "repealed" "repealing"); -lin repeat_N = mkN "repeat" "repeats"; -lin repeat_V = mkV "repeat" "repeats" "repeated" "repeated" "repeating"; -lin repeat_V2 = mkV2 (mkV "repeat" "repeats" "repeated" "repeated" "repeating"); -lin repeatable_A = compoundA (mkA "repeatable"); -lin repeated_A = compoundA (mkA "repeated"); -lin repeatedly_Adv = mkAdv "repeatedly"; -lin repeater_N = mkN "repeater" "repeaters"; -lin repel_V2 = mkV2 (mkV "repel" "repels" "repelled" "repelled" "repelling"); -lin repellent_A = compoundA (mkA "repellent"); -lin repellent_N = mkN "repellent" "-" {- FIXME: no plural form -}; -lin repent_V = mkV "repent" "repents" "repented" "repented" "repenting"; -lin repent_V2 = mkV2 (mkV "repent" "repents" "repented" "repented" "repenting"); -lin repentance_N = mkN "repentance" "-" {- FIXME: no plural form -}; -lin repentant_A = compoundA (mkA "repentant"); -lin repentantly_Adv = mkAdv "repentantly"; -lin repercussion_N = mkN "repercussion" "repercussions"; -lin repertoire_N = mkN "repertoire" "repertoires"; -lin repertory_N = mkN "repertory" "repertories"; -lin repetition_N = mkN "repetition" "repetitions"; -lin repetitious_A = compoundA (mkA "repetitious"); -lin repetitive_A = compoundA (mkA "repetitive"); -lin repetitively_Adv = mkAdv "repetitively"; -lin repine_V = mkV "repine" "repines" "repined" "repined" "repining"; -lin replace_V2 = mkV2 (mkV "replace" "replaces" "replaced" "replaced" "replacing"); -lin replaceable_A = compoundA (mkA "replaceable"); -lin replacement_N = mkN "replacement" "replacements"; -lin replant_V2 = mkV2 (mkV "replant" "replants" "replanted" "replanted" "replanting"); -lin replay_N = mkN "replay" "replays"; -lin replay_V2 = mkV2 (mkV "replay" "replays" "replayed" "replayed" "replaying"); -lin replenish_V2 = mkV2 (mkV "replenish" "replenishes" "replenished" "replenished" "replenishing"); -lin replenishment_N = mkN "replenishment" "replenishments"; -lin replete_A = compoundA (mkA "replete"); -lin repletion_N = mkN "repletion" "-" {- FIXME: no plural form -}; -lin replica_N = mkN "replica" "replicas"; -lin reply_N = mkN "reply" "replies"; -lin reply_V = mkV "reply" "replies" "replied" "replied" "replying"; -lin reply_V2 = mkV2 (mkV "reply" "replies" "replied" "replied" "replying"); -lin reply_paid_A = compoundA (mkA "reply-paid"); -lin repoint_V2 = mkV2 (mkV "repoint" "repoints" "repointed" "repointed" "repointing"); -lin report_N = mkN "report" "reports"; -lin report_V = mkV "report" "reports" "reported" "reported" "reporting"; -lin report_V2 = mkV2 (mkV "report" "reports" "reported" "reported" "reporting"); -lin reportable_A = compoundA (mkA "reportable"); -lin reportage_N = mkN "reportage" "-" {- FIXME: no plural form -}; -lin reportedly_Adv = mkAdv "reportedly"; -lin reporter_N = mkN "reporter" "reporters"; -lin repose_N = mkN "repose" "-" {- FIXME: no plural form -}; -lin repose_V = mkV "repose" "reposes" "reposed" "reposed" "reposing"; -lin repose_V2 = mkV2 (mkV "repose" "reposes" "reposed" "reposed" "reposing"); -lin reposeful_A = compoundA (mkA "reposeful"); -lin repository_N = mkN "repository" "repositories"; -lin repot_V2 = mkV2 (mkV "repot" "repots" "repotted" "repotted" "repotting"); -lin repp_N = mkN "repp" "-" {- FIXME: no plural form -}; -lin reprehend_V2 = mkV2 (mkV "reprehend" "reprehends" "reprehended" "reprehended" "reprehending"); -lin reprehensible_A = compoundA (mkA "reprehensible"); -lin reprehensibly_Adv = mkAdv "reprehensibly"; -lin represent_V2 = mkV2 (mkV "represent" "represents" "represented" "represented" "representing"); -lin representation_N = mkN "representation" "representations"; -lin representative_A = compoundA (mkA "representative"); -lin representative_N = mkN "representative" "representatives"; -lin repress_V2 = mkV2 (mkV "repress" "represses" "repressed" "repressed" "repressing"); -lin repressed_A = compoundA (mkA "repressed"); -lin repression_N = mkN "repression" "repressions"; -lin repressive_A = compoundA (mkA "repressive"); -lin reprieve_N = mkN "reprieve" "reprieves"; -lin reprieve_V2 = mkV2 (mkV "reprieve" "reprieves" "reprieved" "reprieved" "reprieving"); -lin reprimand_N = mkN "reprimand" "reprimands"; -lin reprimand_V2 = mkV2 (mkV "reprimand" "reprimands" "reprimanded" "reprimanded" "reprimanding"); -lin reprint_N = mkN "reprint" "reprints"; -lin reprint_V2 = mkV2 (mkV "reprint" "reprints" "reprinted" "reprinted" "reprinting"); -lin reprisal_N = mkN "reprisal" "reprisals"; -lin reproach_N = mkN "reproach" "reproaches"; -lin reproach_V2 = mkV2 (mkV "reproach" "reproaches" "reproached" "reproached" "reproaching"); -lin reproachful_A = compoundA (mkA "reproachful"); -lin reproachfully_Adv = mkAdv "reproachfully"; -lin reprobate_N = mkN "reprobate" "reprobates"; -lin reprobate_V2 = mkV2 (mkV "reprobate" "reprobates" "reprobated" "reprobated" "reprobating"); -lin reprobation_N = mkN "reprobation" "-" {- FIXME: no plural form -}; -lin reproduce_V = mkV "reproduce" "reproduces" "reproduced" "reproduced" "reproducing"; -lin reproduce_V2 = mkV2 (mkV "reproduce" "reproduces" "reproduced" "reproduced" "reproducing"); -lin reproducer_N = mkN "reproducer" "reproducers"; -lin reproducible_A = compoundA (mkA "reproducible"); -lin reproduction_N = mkN "reproduction" "reproductions"; -lin reproductive_A = compoundA (mkA "reproductive"); -lin reproof_N = mkN "reproof" "reproofs"; -lin reproof_V2 = mkV2 (mkV "reproof" "reproofs" "reproofed" "reproofed" "reproofing"); -lin reprove_V2 = mkV2 (mkV "reprove" "reproves" "reproved" "reproved" "reproving"); -lin reprovingly_Adv = mkAdv "reprovingly"; -lin reps_N = mkN "reps" "-" {- FIXME: no plural form -}; -lin reptile_N = mkN "reptile" "reptiles"; -lin reptilian_A = compoundA (mkA "reptilian"); -lin reptilian_N = mkN "reptilian" "reptilians"; -lin republic_N = mkN "republic" "republics"; -lin republican_A = compoundA (mkA "republican"); -lin republican_N = mkN "republican" "republicans"; -lin republicanism_N = mkN "republicanism" "-" {- FIXME: no plural form -}; -lin repudiate_V2 = mkV2 (mkV "repudiate" "repudiates" "repudiated" "repudiated" "repudiating"); -lin repudiation_N = mkN "repudiation" "repudiations"; -lin repugnance_N = mkN "repugnance" "-" {- FIXME: no plural form -}; -lin repugnant_A = compoundA (mkA "repugnant"); -lin repulse_N = mkN "repulse" "repulses"; -lin repulse_V2 = mkV2 (mkV "repulse" "repulses" "repulsed" "repulsed" "repulsing"); -lin repulsion_N = mkN "repulsion" "-" {- FIXME: no plural form -}; -lin repulsive_A = compoundA (mkA "repulsive"); -lin repulsively_Adv = mkAdv "repulsively"; -lin reputable_A = compoundA (mkA "reputable"); -lin reputably_Adv = mkAdv "reputably"; -lin reputation_N = mkN "reputation" "reputations"; -lin repute_N = mkN "repute" "-" {- FIXME: no plural form -}; -lin repute_V2 = mkV2 (mkV "repute" "reputes" "reputed" "reputed" "reputing"); -lin reputed_A = compoundA (mkA "reputed"); -lin reputedly_Adv = mkAdv "reputedly"; -lin request_N = mkN "request" "requests"; -lin request_V2 = mkV2 (mkV "request" "requests" "requested" "requested" "requesting"); -lin requiem_N = mkN "requiem" "requiems"; -lin require_V2 = mkV2 (mkV "require" "requires" "required" "required" "requiring"); -lin requirement_N = mkN "requirement" "requirements"; -lin requisite_A = compoundA (mkA "requisite"); -lin requisite_N = mkN "requisite" "requisites"; -lin requisition_N = mkN "requisition" "requisitions"; -lin requisition_V2 = mkV2 (mkV "requisition" "requisitions" "requisitioned" "requisitioned" "requisitioning"); -lin requital_N = mkN "requital" "-" {- FIXME: no plural form -}; -lin requite_V2 = mkV2 (mkV "requite" "requites" "requited" "requited" "requiting"); -lin reread_V2 = mkV2 (mkV "re" IrregEng.read_V); -lin reredos_N = mkN "reredos" "reredoses"; -lin rerun_N = mkN "rerun" "reruns"; -lin rerun_V2 = mkV2 (mkV "re" IrregEng.run_V); -lin res_N = mkN "res" "-" {- FIXME: no plural form -}; -lin rescind_V2 = mkV2 (mkV "rescind" "rescinds" "rescinded" "rescinded" "rescinding"); -lin rescript_N = mkN "rescript" "rescripts"; -lin rescue_N = mkN "rescue" "rescues"; -lin rescue_V2 = mkV2 (mkV "rescue" "rescues" "rescued" "rescued" "rescuing"); -lin rescuer_N = mkN "rescuer" "rescuers"; -lin research_N = mkN "research" "researches"; -lin research_V = mkV "research" "researches" "researched" "researched" "researching"; -lin researcher_N = mkN "researcher" "researchers"; -lin reseat_V2 = mkV2 (mkV "reseat" "reseats" "reseated" "reseated" "reseating"); -lin reseed_V2 = mkV2 (mkV "reseed" "reseeds" "reseeded" "reseeded" "reseeding"); -lin resell_V2 = mkV2 (mkV "re" IrregEng.sell_V); -lin resemblance_N = mkN "resemblance" "resemblances"; -lin resemble_V2 = mkV2 (mkV "resemble" "resembles" "resembled" "resembled" "resembling"); -lin resent_V2 = mkV2 (mkV "resent" "resents" "resented" "resented" "resenting"); -lin resentful_A = compoundA (mkA "resentful"); -lin resentfully_Adv = mkAdv "resentfully"; -lin resentment_N = mkN "resentment" "-" {- FIXME: no plural form -}; -lin reservation_N = mkN "reservation" "reservations"; -lin reserve_N = mkN "reserve" "reserves"; -lin reserve_V2 = mkV2 (mkV "reserve" "reserves" "reserved" "reserved" "reserving"); -lin reserved_A = compoundA (mkA "reserved"); -lin reservedly_Adv = mkAdv "reservedly"; -lin reservist_N = mkN "reservist" "reservists"; -lin reservoir_N = mkN "reservoir" "reservoirs"; -lin reset_V2 = mkV2 (mkV "re" IrregEng.set_V); -lin resettle_V = mkV "resettle" "resettles" "resettled" "resettled" "resettling"; -lin resettle_V2 = mkV2 (mkV "resettle" "resettles" "resettled" "resettled" "resettling"); -lin resettlement_N = mkN "resettlement" "resettlements"; -lin reshape_V2 = mkV2 (mkV "reshape" "reshapes" "reshaped" "reshaped" "reshaping"); -lin reshuffle_N = mkN "reshuffle" "reshuffles"; -lin reshuffle_V2 = mkV2 (mkV "reshuffle" "reshuffles" "reshuffled" "reshuffled" "reshuffling"); -lin reside_V = mkV "reside" "resides" "resided" "resided" "residing"; -lin residence_N = mkN "residence" "residences"; -lin residency_N = mkN "residency" "residencies"; -lin resident_A = compoundA (mkA "resident"); -lin resident_N = mkN "resident" "residents"; -lin residential_A = compoundA (mkA "residential"); -lin residual_A = compoundA (mkA "residual"); -lin residuary_A = compoundA (mkA "residuary"); -lin residue_N = mkN "residue" "residues"; -lin resign_V = mkV "resign" "resigns" "resigned" "resigned" "resigning"; -lin resign_V2 = mkV2 (mkV "resign" "resigns" "resigned" "resigned" "resigning"); -lin resignation_N = mkN "resignation" "resignations"; -lin resigned_A = compoundA (mkA "resigned"); -lin resignedly_Adv = mkAdv "resignedly"; -lin resilience_N = mkN "resilience" "-" {- FIXME: no plural form -}; -lin resiliency_N = mkN "resiliency" "-" {- FIXME: no plural form -}; -lin resilient_A = compoundA (mkA "resilient"); -lin resin_N = mkN "resin" "resins"; -lin resinated_A = compoundA (mkA "resinated"); -lin resinous_A = compoundA (mkA "resinous"); -lin resist_V = mkV "resist" "resists" "resisted" "resisted" "resisting"; -lin resist_V2 = mkV2 (mkV "resist" "resists" "resisted" "resisted" "resisting"); -lin resistance_N = mkN "resistance" "resistances"; -lin resistant_A = compoundA (mkA "resistant"); -lin resister_N = mkN "resister" "resisters"; -lin resistive_A = compoundA (mkA "resistive"); -lin resistivity_N = mkN "resistivity" "-" {- FIXME: no plural form -}; -lin resistless_A = compoundA (mkA "resistless"); -lin resistor_N = mkN "resistor" "resistors"; -lin resole_V2 = mkV2 (mkV "resole" "resoles" "resoled" "resoled" "resoling"); -lin resolute_A = compoundA (mkA "resolute"); -lin resolutely_Adv = mkAdv "resolutely"; -lin resoluteness_N = mkN "resoluteness" "-" {- FIXME: no plural form -}; -lin resolution_N = mkN "resolution" "resolutions"; -lin resolvable_A = compoundA (mkA "resolvable"); -lin resolve_N = mkN "resolve" "resolves"; -lin resolve_V = mkV "resolve" "resolves" "resolved" "resolved" "resolving"; -lin resolve_V2 = mkV2 (mkV "resolve" "resolves" "resolved" "resolved" "resolving"); -lin resonance_N = mkN "resonance" "-" {- FIXME: no plural form -}; -lin resonant_A = compoundA (mkA "resonant"); -lin resonate_V = mkV "resonate" "resonates" "resonated" "resonated" "resonating"; -lin resonate_V2 = mkV2 (mkV "resonate" "resonates" "resonated" "resonated" "resonating"); -lin resonator_N = mkN "resonator" "resonators"; -lin resort_N = mkN "resort" "resorts"; -lin resort_V = mkV "resort" "resorts" "resorted" "resorted" "resorting"; -lin resound_V = mkV "resound" "resounds" "resounded" "resounded" "resounding"; -lin resound_V2 = mkV2 (mkV "resound" "resounds" "resounded" "resounded" "resounding"); -lin resoundingly_Adv = mkAdv "resoundingly"; -lin resource_N = mkN "resource" "resources"; -lin resourceful_A = compoundA (mkA "resourceful"); -lin resourcefully_Adv = mkAdv "resourcefully"; -lin resourceless_A = compoundA (mkA "resourceless"); -lin respect_N = mkN "respect" "respects"; -lin respect_V2 = mkV2 (mkV "respect" "respects" "respected" "respected" "respecting"); -lin respectability_N = mkN "respectability" "respectabilities"; -lin respectable_A = compoundA (mkA "respectable"); -lin respectably_Adv = mkAdv "respectably"; -lin respecter_N = mkN "respecter" "respecters"; -lin respectful_A = compoundA (mkA "respectful"); -lin respectfully_Adv = mkAdv "respectfully"; -lin respective_A = compoundA (mkA "respective"); -lin respectively_Adv = mkAdv "respectively"; -lin respiration_N = mkN "respiration" "respirations"; -lin respirator_N = mkN "respirator" "respirators"; -lin respiratory_A = compoundA (mkA "respiratory"); -lin respire_V = mkV "respire" "respires" "respired" "respired" "respiring"; -lin respite_N = mkN "respite" "respites"; -lin respite_V2 = mkV2 (mkV "respite" "respites" "respited" "respited" "respiting"); -lin resplendence_N = mkN "resplendence" "-" {- FIXME: no plural form -}; -lin resplendency_N = mkN "resplendency" "-" {- FIXME: no plural form -}; -lin resplendent_A = compoundA (mkA "resplendent"); -lin resplendently_Adv = mkAdv "resplendently"; -lin respond_V = mkV "respond" "responds" "responded" "responded" "responding"; -lin respondent_N = mkN "respondent" "respondents"; -lin response_N = mkN "response" "responses"; -lin responsibility_N = mkN "responsibility" "responsibilities"; -lin responsible_A = compoundA (mkA "responsible"); -lin responsibly_Adv = mkAdv "responsibly"; -lin responsive_A = compoundA (mkA "responsive"); -lin responsiveness_N = mkN "responsiveness" "-" {- FIXME: no plural form -}; -lin rest_N = mkN "rest" "rests"; -lin rest_V = mkV "rest" "rests" "rested" "rested" "resting"; -lin rest_V2 = mkV2 (mkV "rest" "rests" "rested" "rested" "resting"); -lin rest_cure_N = mkN "rest-cure" "rest-cures"; -lin rest_day_N = mkN "rest-day" "rest-days"; -lin rest_home_N = mkN "rest-home" "rest-homes"; -lin rest_house_N = mkN "rest-house" "rest-houses"; -lin restart_V = mkV "restart" "restarts" "restarted" "restarted" "restarting"; -lin restart_V2 = mkV2 (mkV "restart" "restarts" "restarted" "restarted" "restarting"); -lin restate_V2 = mkV2 (mkV "restate" "restates" "restated" "restated" "restating"); -lin restatement_N = mkN "restatement" "restatements"; -lin restaurant_N = mkN "restaurant" "restaurants"; -lin restauranteur_N = mkN "restauranteur" "restauranteurs"; -lin restaurateur_N = mkN "restaurateur" "restaurateurs"; -lin restful_A = compoundA (mkA "restful"); -lin restfully_Adv = mkAdv "restfully"; -lin restfulness_N = mkN "restfulness" "-" {- FIXME: no plural form -}; -lin restitution_N = mkN "restitution" "-" {- FIXME: no plural form -}; -lin restive_A = compoundA (mkA "restive"); -lin restively_Adv = mkAdv "restively"; -lin restiveness_N = mkN "restiveness" "-" {- FIXME: no plural form -}; -lin restless_A = compoundA (mkA "restless"); -lin restlessly_Adv = mkAdv "restlessly"; -lin restlessness_N = mkN "restlessness" "-" {- FIXME: no plural form -}; -lin restock_V2 = mkV2 (mkV "restock" "restocks" "restocked" "restocked" "restocking"); -lin restoration_N = mkN "restoration" "restorations"; -lin restorative_A = compoundA (mkA "restorative"); -lin restorative_N = mkN "restorative" "restoratives"; -lin restore_V2 = mkV2 (mkV "restore" "restores" "restored" "restored" "restoring"); -lin restorer_N = mkN "restorer" "restorers"; -lin restrain_V2 = mkV2 (mkV "restrain" "restrains" "restrained" "restrained" "restraining"); -lin restrained_A = compoundA (mkA "restrained"); -lin restraint_N = mkN "restraint" "restraints"; -lin restrict_V2 = mkV2 (mkV "restrict" "restricts" "restricted" "restricted" "restricting"); -lin restriction_N = mkN "restriction" "restrictions"; -lin restrictive_A = compoundA (mkA "restrictive"); -lin restrictively_Adv = mkAdv "restrictively"; -lin restrictiveness_N = mkN "restrictiveness" "-" {- FIXME: no plural form -}; -lin restructure_V2 = mkV2 (mkV "restructure" "restructures" "restructured" "restructured" "restructuring"); -lin result_N = mkN "result" "results"; -lin result_V = mkV "result" "results" "resulted" "resulted" "resulting"; -lin resultant_A = compoundA (mkA "resultant"); -lin resume_V2 = mkV2 (mkV "resume" "resumes" "resumed" "resumed" "resuming"); -lin resumption_N = mkN "resumption" "resumptions"; -lin resurface_V = mkV "resurface" "resurfaces" "resurfaced" "resurfaced" "resurfacing"; -lin resurface_V2 = mkV2 (mkV "resurface" "resurfaces" "resurfaced" "resurfaced" "resurfacing"); -lin resurgence_N = mkN "resurgence" "resurgences"; -lin resurgent_A = compoundA (mkA "resurgent"); -lin resurrect_V = mkV "resurrect" "resurrects" "resurrected" "resurrected" "resurrecting"; -lin resurrect_V2 = mkV2 (mkV "resurrect" "resurrects" "resurrected" "resurrected" "resurrecting"); -lin resurrection_N = mkN "resurrection" "-" {- FIXME: no plural form -}; -lin resuscitate_V = mkV "resuscitate" "resuscitates" "resuscitated" "resuscitated" "resuscitating"; -lin resuscitate_V2 = mkV2 (mkV "resuscitate" "resuscitates" "resuscitated" "resuscitated" "resuscitating"); -lin resuscitation_N = mkN "resuscitation" "resuscitations"; -lin ret_PN = mkPN "Ret"; -lin ret_V2 = mkV2 (mkV "ret" "rets" "retted" "retted" "retting"); -lin retail_Adv = mkAdv "retail"; -lin retail_N = mkN "retail" "retails"; -lin retail_V = mkV "retail" "retails" "retailed" "retailed" "retailing"; -lin retail_V2 = mkV2 (mkV "retail" "retails" "retailed" "retailed" "retailing"); -lin retailer_N = mkN "retailer" "retailers"; -lin retain_V2 = mkV2 (mkV "retain" "retains" "retained" "retained" "retaining"); -lin retainer_N = mkN "retainer" "retainers"; -lin retake_N = mkN "retake" "retakes"; -lin retake_V2 = mkV2 (mkV "re" IrregEng.take_V); -lin retaliate_V = mkV "retaliate" "retaliates" "retaliated" "retaliated" "retaliating"; -lin retaliation_N = mkN "retaliation" "-" {- FIXME: no plural form -}; -lin retaliative_A = compoundA (mkA "retaliative"); -lin retaliatory_A = compoundA (mkA "retaliatory"); -lin retard_V2 = mkV2 (mkV "retard" "retards" "retarded" "retarded" "retarding"); -lin retardation_N = mkN "retardation" "retardations"; -lin retch_V = mkV "retch" "retches" "retched" "retched" "retching"; -lin retd_PN = mkPN "Retd"; -lin retell_V2 = mkV2 (mkV "re" IrregEng.tell_V); -lin retention_N = mkN "retention" "-" {- FIXME: no plural form -}; -lin retentive_A = compoundA (mkA "retentive"); -lin retentively_Adv = mkAdv "retentively"; -lin retentiveness_N = mkN "retentiveness" "-" {- FIXME: no plural form -}; -lin retford_PN = mkPN "Retford"; -lin rethink_N = mkN "rethink" "rethinks"; -lin rethink_V = mkV "re" IrregEng.think_V; -lin rethink_V2 = mkV2 (mkV "re" IrregEng.think_V); -lin reticence_N = mkN "reticence" "reticences"; -lin reticent_A = compoundA (mkA "reticent"); -lin reticently_Adv = mkAdv "reticently"; -lin reticulate_A = compoundA (mkA "reticulate"); -lin reticulate_V = mkV "reticulate" "reticulates" "reticulated" "reticulated" "reticulating"; -lin reticulate_V2 = mkV2 (mkV "reticulate" "reticulates" "reticulated" "reticulated" "reticulating"); -lin reticulation_N = mkN "reticulation" "reticulations"; -lin reticule_N = mkN "reticule" "reticules"; -lin retina_N = mkN "retina" "retinas"; -lin retinal_A = compoundA (mkA "retinal"); -lin retinue_N = mkN "retinue" "retinues"; -lin retire_N = mkN "retire" "IRREG"; -lin retire_V = mkV "retire" "retires" "retired" "retired" "retiring"; -lin retire_V2 = mkV2 (mkV "retire" "retires" "retired" "retired" "retiring"); -lin retired_A = compoundA (mkA "retired"); -lin retirement_N = mkN "retirement" "retirements"; -lin retiring_A = compoundA (mkA "retiring"); -lin retool_V2 = mkV2 (mkV "retool" "retools" "retooled" "retooled" "retooling"); -lin retort_N = mkN "retort" "retorts"; -lin retort_V = mkV "retort" "retorts" "retorted" "retorted" "retorting"; -lin retort_V2 = mkV2 (mkV "retort" "retorts" "retorted" "retorted" "retorting"); -lin retouch_V2 = mkV2 (mkV "retouch" "retouches" "retouched" "retouched" "retouching"); -lin retrace_V2 = mkV2 (mkV "retrace" "retraces" "retraced" "retraced" "retracing"); -lin retract_V = mkV "retract" "retracts" "retracted" "retracted" "retracting"; -lin retract_V2 = mkV2 (mkV "retract" "retracts" "retracted" "retracted" "retracting"); -lin retractable_A = compoundA (mkA "retractable"); -lin retractile_A = compoundA (mkA "retractile"); -lin retraction_N = mkN "retraction" "retractions"; -lin retransmit_V2 = mkV2 (mkV "retransmit" "retransmits" "retransmitted" "retransmitted" "retransmitting"); -lin retread_N = mkN "retread" "retreads"; -lin retread_V2 = mkV2 (mkV "retread" "retreads" "retreaded" "retreaded" "retreading"); -lin retreat_N = mkN "retreat" "retreats"; -lin retreat_V = mkV "retreat" "retreats" "retreated" "retreated" "retreating"; -lin retrench_V = mkV "retrench" "retrenches" "retrenched" "retrenched" "retrenching"; -lin retrench_V2 = mkV2 (mkV "retrench" "retrenches" "retrenched" "retrenched" "retrenching"); -lin retrenchment_N = mkN "retrenchment" "retrenchments"; -lin retrial_N = mkN "retrial" "retrials"; -lin retribution_N = mkN "retribution" "-" {- FIXME: no plural form -}; -lin retributive_A = compoundA (mkA "retributive"); -lin retrievable_A = compoundA (mkA "retrievable"); -lin retrieval_N = mkN "retrieval" "-" {- FIXME: no plural form -}; -lin retrieve_V = mkV "retrieve" "retrieves" "retrieved" "retrieved" "retrieving"; -lin retrieve_V2 = mkV2 (mkV "retrieve" "retrieves" "retrieved" "retrieved" "retrieving"); -lin retriever_N = mkN "retriever" "retrievers"; -lin retroactive_A = compoundA (mkA "retroactive"); -lin retroactively_Adv = mkAdv "retroactively"; -lin retrograde_A = compoundA (mkA "retrograde"); -lin retrograde_V = mkV "retrograde" "retrogrades" "retrograded" "retrograded" "retrograding"; -lin retrogress_V = mkV "retrogress" "retrogresses" "retrogressed" "retrogressed" "retrogressing"; -lin retrogression_N = mkN "retrogression" "retrogressions"; -lin retrogressive_A = compoundA (mkA "retrogressive"); -lin retrorocket_N = mkN "retrorocket" "retrorockets"; -lin retrospect_N = mkN "retrospect" "-" {- FIXME: no plural form -}; -lin retrospection_N = mkN "retrospection" "retrospections"; -lin retrospective_A = compoundA (mkA "retrospective"); -lin retrospectively_Adv = mkAdv "retrospectively"; -lin retrousse_A = compoundA (mkA "retroussé"); -lin retroversion_N = mkN "retroversion" "retroversions"; -lin retsina_N = mkN "retsina" "-" {- FIXME: no plural form -}; -lin return_N = mkN "return" "returns"; -lin return_V = mkV "return" "returns" "returned" "returned" "returning"; -lin return_V2 = mkV2 (mkV "return" "returns" "returned" "returned" "returning"); -lin returnable_A = compoundA (mkA "returnable"); -lin reunification_N = mkN "reunification" "-" {- FIXME: no plural form -}; -lin reunion_N = mkN "reunion" "reunions"; -lin reunite_V = mkV "reunite" "reunites" "reunited" "reunited" "reuniting"; -lin reunite_V2 = mkV2 (mkV "reunite" "reunites" "reunited" "reunited" "reuniting"); -lin rev_N = mkN "rev" "revs"; -lin rev_PN = mkPN "Rev"; -lin rev_V = mkV "rev" "revs" "revved" "revved" "revving"; -lin rev_V2 = mkV2 (mkV "rev" "revs" "revved" "revved" "revving"); -lin revaluation_N = mkN "revaluation" "revaluations"; -lin revalue_V2 = mkV2 (mkV "revalue" "revalues" "revalued" "revalued" "revaluing"); -lin revamp_V2 = mkV2 (mkV "revamp" "revamps" "revamped" "revamped" "revamping"); -lin revd_PN = mkPN "Revd"; -lin reveal_V2 = mkV2 (mkV "reveal" "reveals" "revealed" "revealed" "revealing"); -lin reveille_N = mkN "reveille" "reveilles"; -lin revel_N = mkN "revel" "revels"; -lin revel_V = mkV "revel" "revels" "revelled" "revelled" "revelling"; -lin revelation_N = mkN "revelation" "revelations"; -lin reveller_N = mkN "reveller" "revellers"; -lin revelry_N = mkN "revelry" "revelries"; -lin revenge_N = mkN "revenge" "-" {- FIXME: no plural form -}; -lin revenge_V2 = mkV2 (mkV "revenge" "revenges" "revenged" "revenged" "revenging"); -lin revengeful_A = compoundA (mkA "revengeful"); -lin revengefully_Adv = mkAdv "revengefully"; -lin revenue_N = mkN "revenue" "revenues"; -lin reverberant_A = compoundA (mkA "reverberant"); -lin reverberate_V = mkV "reverberate" "reverberates" "reverberated" "reverberated" "reverberating"; -lin reverberate_V2 = mkV2 (mkV "reverberate" "reverberates" "reverberated" "reverberated" "reverberating"); -lin reverberation_N = mkN "reverberation" "reverberations"; -lin revere_V2 = mkV2 (mkV "revere" "reveres" "revered" "revered" "revering"); -lin reverence_N = mkN "reverence" "-" {- FIXME: no plural form -}; -lin reverence_V2 = mkV2 (mkV "reverence" "reverences" "reverenced" "reverenced" "reverencing"); -lin reverend_A = compoundA (mkA "reverend"); -lin reverend_N = mkN "reverend" "reverends"; -lin reverent_A = compoundA (mkA "reverent"); -lin reverential_A = compoundA (mkA "reverential"); -lin reverentially_Adv = mkAdv "reverentially"; -lin reverently_Adv = mkAdv "reverently"; -lin reverie_N = mkN "reverie" "reveries"; -lin revers_N = mkN "revers" "IRREG"; -lin reversal_N = mkN "reversal" "reversals"; -lin reverse_A = compoundA (mkA "reverse"); -lin reverse_N = mkN "reverse" "reverses"; -lin reverse_V = mkV "reverse" "reverses" "reversed" "reversed" "reversing"; -lin reverse_V2 = mkV2 (mkV "reverse" "reverses" "reversed" "reversed" "reversing"); -lin reversely_Adv = mkAdv "reversely"; -lin reversibility_N = mkN "reversibility" "-" {- FIXME: no plural form -}; -lin reversible_A = compoundA (mkA "reversible"); -lin reversion_N = mkN "reversion" "reversions"; -lin reversionary_A = compoundA (mkA "reversionary"); -lin revert_V = mkV "revert" "reverts" "reverted" "reverted" "reverting"; -lin revertible_A = compoundA (mkA "revertible"); -lin revetment_N = mkN "revetment" "revetments"; -lin review_N = mkN "review" "reviews"; -lin review_V = mkV "review" "reviews" "reviewed" "reviewed" "reviewing"; -lin review_V2 = mkV2 (mkV "review" "reviews" "reviewed" "reviewed" "reviewing"); -lin reviewer_N = mkN "reviewer" "reviewers"; -lin revile_V = mkV "revile" "reviles" "reviled" "reviled" "reviling"; -lin revile_V2 = mkV2 (mkV "revile" "reviles" "reviled" "reviled" "reviling"); -lin revise_N = mkN "revise" "revises"; -lin revise_V2 = mkV2 (mkV "revise" "revises" "revised" "revised" "revising"); -lin reviser_N = mkN "reviser" "revisers"; -lin revision_N = mkN "revision" "revisions"; -lin revisionism_N = mkN "revisionism" "-" {- FIXME: no plural form -}; -lin revisionist_N = mkN "revisionist" "revisionists"; -lin revisit_V2 = mkV2 (mkV "revisit" "revisits" "revisited" "revisited" "revisiting"); -lin revitalization_N = mkN "revitalization" "revitalizations"; -lin revitalize_V2 = mkV2 (mkV "revitalize" "revitalizes" "revitalized" "revitalized" "revitalizing"); -lin revival_N = mkN "revival" "revivals"; -lin revivalist_N = mkN "revivalist" "revivalists"; -lin revive_V = mkV "revive" "revives" "revived" "revived" "reviving"; -lin revive_V2 = mkV2 (mkV "revive" "revives" "revived" "revived" "reviving"); -lin revivify_V2 = mkV2 (mkV "revivify" "revivifies" "revivified" "revivified" "revivifying"); -lin revocable_A = compoundA (mkA "revocable"); -lin revocation_N = mkN "revocation" "revocations"; -lin revoke_N = mkN "revoke" "revokes"; -lin revoke_V = mkV "revoke" "revokes" "revoked" "revoked" "revoking"; -lin revoke_V2 = mkV2 (mkV "revoke" "revokes" "revoked" "revoked" "revoking"); -lin revolt_N = mkN "revolt" "revolts"; -lin revolt_V = mkV "revolt" "revolts" "revolted" "revolted" "revolting"; -lin revolt_V2 = mkV2 (mkV "revolt" "revolts" "revolted" "revolted" "revolting"); -lin revolting_A = compoundA (mkA "revolting"); -lin revoltingly_Adv = mkAdv "revoltingly"; -lin revolution_N = mkN "revolution" "revolutions"; -lin revolutionary_A = compoundA (mkA "revolutionary"); -lin revolutionary_N = mkN "revolutionary" "revolutionarys"; -lin revolutionize_V2 = mkV2 (mkV "revolutionize" "revolutionizes" "revolutionized" "revolutionized" "revolutionizing"); -lin revolve_V = mkV "revolve" "revolves" "revolved" "revolved" "revolving"; -lin revolve_V2 = mkV2 (mkV "revolve" "revolves" "revolved" "revolved" "revolving"); -lin revolver_N = mkN "revolver" "revolvers"; -lin revue_N = mkN "revue" "revues"; -lin revulsion_N = mkN "revulsion" "-" {- FIXME: no plural form -}; -lin reward_N = mkN "reward" "rewards"; -lin reward_V2 = mkV2 (mkV "reward" "rewards" "rewarded" "rewarded" "rewarding"); -lin rewire_V2 = mkV2 (mkV "rewire" "rewires" "rewired" "rewired" "rewiring"); -lin reword_V2 = mkV2 (mkV "reword" "rewords" "reworded" "reworded" "rewording"); -lin rewrite_N = mkN "rewrite" "rewrites"; -lin rewrite_V2 = mkV2 (mkV "re" IrregEng.write_V); -lin rex_PN = mkPN "Rex"; -lin reykjavik_PN = mkPN "Reykjavik"; -lin rhapsodize_V = mkV "rhapsodize" "rhapsodizes" "rhapsodized" "rhapsodized" "rhapsodizing"; -lin rhapsody_N = mkN "rhapsody" "rhapsodies"; -lin rhea_N = mkN "rhea" "rheas"; -lin rheims_PN = mkPN "Rheims"; -lin rhenish_A = compoundA (mkA "rhenish"); -lin rheostat_N = mkN "rheostat" "rheostats"; -lin rhesus_N = mkN "rhesus" "rhesuses"; -lin rhetoric_N = mkN "rhetoric" "-" {- FIXME: no plural form -}; -lin rhetorical_A = compoundA (mkA "rhetorical"); -lin rhetorically_Adv = mkAdv "rhetorically"; -lin rhetorician_N = mkN "rhetorician" "rhetoricians"; -lin rheum_N = mkN "rheum" "-" {- FIXME: no plural form -}; -lin rheumatic_A = compoundA (mkA "rheumatic"); -lin rheumatic_N = mkN "rheumatic" "rheumatics"; -lin rheumatism_N = mkN "rheumatism" "-" {- FIXME: no plural form -}; -lin rheumatoid_A = compoundA (mkA "rheumatoid"); -lin rheydt_PN = mkPN "Rheydt"; -lin rhinal_A = compoundA (mkA "rhinal"); -lin rhine_PN = mkPN "Rhine"; -lin rhinestone_N = mkN "rhinestone" "rhinestones"; -lin rhino_N = mkN "rhino" "rhinos"; -lin rhinoceros_N = mkN "rhinoceros" "rhinoceros"; -lin rhizome_N = mkN "rhizome" "rhizomes"; -lin rhode_PN = mkPN "Rhode"; -lin rhododendron_N = mkN "rhododendron" "rhododendrons"; -lin rhomb_N = mkN "rhomb" "rhombs"; -lin rhomboid_A = compoundA (mkA "rhomboid"); -lin rhomboid_N = mkN "rhomboid" "rhomboids"; -lin rhombus_N = mkN "rhombus" "rhombuses"; -lin rhondda_PN = mkPN "Rhondda"; -lin rhosllanerchrugog_PN = mkPN "Rhosllanerchrugog"; -lin rhubarb_N = mkN "rhubarb" "-" {- FIXME: no plural form -}; -lin rhyl_PN = mkPN "Rhyl"; -lin rhyme_N = mkN "rhyme" "rhymes"; -lin rhyme_V = mkV "rhyme" "rhymes" "rhymed" "rhymed" "rhyming"; -lin rhyme_V2 = mkV2 (mkV "rhyme" "rhymes" "rhymed" "rhymed" "rhyming"); -lin rhymed_A = compoundA (mkA "rhymed"); -lin rhymester_N = mkN "rhymester" "rhymesters"; -lin rhymney_PN = mkPN "Rhymney"; -lin rhythm_N = mkN "rhythm" "rhythms"; -lin rhythmic_A = compoundA (mkA "rhythmic"); -lin rhythmical_A = compoundA (mkA "rhythmical"); -lin rhythmically_Adv = mkAdv "rhythmically"; -lin rib_N = mkN "rib" "ribs"; -lin rib_V2 = mkV2 (mkV "rib" "ribs" "ribbed" "ribbed" "ribbing"); -lin ribald_A = compoundA (mkA "ribald"); -lin ribald_N = mkN "ribald" "ribalds"; -lin ribaldry_N = mkN "ribaldry" "-" {- FIXME: no plural form -}; -lin riband_N = mkN "riband" "ribands"; -lin ribbon_N = mkN "ribbon" "ribbons"; -lin riboflavin_N = mkN "riboflavin" "-" {- FIXME: no plural form -}; -lin rice_N = mkN "rice" "-" {- FIXME: no plural form -}; -lin rice_paper_N = mkN "rice-paper" "-" {- FIXME: no plural form -}; -lin rich_A = mkA "rich" "richer"; -lin richard_PN = mkPN "Richard"; -lin richly_Adv = mkAdv "richly"; -lin richmond_PN = mkPN "Richmond"; -lin richmond_upon_thames_PN = mkPN "Richmond upon thames"; -lin richness_N = mkN "richness" "-" {- FIXME: no plural form -}; -lin rick_N = mkN "rick" "ricks"; -lin rick_PN = mkPN "Rick"; -lin rick_V2 = mkV2 (mkV "rick" "ricks" "ricked" "ricked" "ricking"); -lin rickets_N = mkN "rickets" "rickets"; -lin rickety_A = compoundA (mkA "rickety"); -lin rickmansworth_PN = mkPN "Rickmansworth"; -lin rickshaw_N = mkN "rickshaw" "rickshaws"; -lin ricky_PN = mkPN "Ricky"; -lin ricochet_N = mkN "ricochet" "ricochets"; -lin ricochet_V = mkV "ricochet" "ricochets" "ricocheted" "ricocheted" "ricocheting"; -lin ricochet_V2 = mkV2 (mkV "ricochet" "ricochets" "ricocheted" "ricocheted" "ricocheting"); -lin rid_V2 = mkV2 (IrregEng.rid_V); -lin riddance_N = mkN "riddance" "-" {- FIXME: no plural form -}; -lin riddle_N = mkN "riddle" "riddles"; -lin riddle_V2 = mkV2 (mkV "riddle" "riddles" "riddled" "riddled" "riddling"); -lin ride_N = mkN "ride" "rides"; -lin ride_V = IrregEng.ride_V; -lin ride_V2 = mkV2 (IrregEng.ride_V); -lin rider_N = mkN "rider" "riders"; -lin riderless_A = compoundA (mkA "riderless"); -lin ridge_N = mkN "ridge" "ridges"; -lin ridge_V2 = mkV2 (mkV "ridge" "ridges" "ridged" "ridged" "ridging"); -lin ridge_tile_N = mkN "ridge-tile" "ridge-tiles"; -lin ridgepole_N = mkN "ridgepole" "ridgepoles"; -lin ridicule_N = mkN "ridicule" "ridicules"; -lin ridicule_V2 = mkV2 (mkV "ridicule" "ridicules" "ridiculed" "ridiculed" "ridiculing"); -lin ridiculous_A = compoundA (mkA "ridiculous"); -lin ridiculously_Adv = mkAdv "ridiculously"; -lin riding_N = mkN "riding" "ridings"; -lin riding_habit_N = mkN "riding-habit" "riding-habits"; -lin riding_lamp_N = mkN "riding-lamp" "riding-lamps"; -lin riding_light_N = mkN "riding-light" "riding-lights"; -lin riding_master_N = mkN "riding-master" "riding-masters"; -lin riding_school_N = mkN "riding-school" "riding-schools"; -lin riesling_N = mkN "riesling" "rieslings"; -lin rife_A = compoundA (mkA "rife"); -lin riff_N = mkN "riff" "riffs"; -lin riff_raff_N = mkN "riff-raff" "riff-rafves" {- FIXME: guessed plural form -}; -lin riffle_V = mkV "riffle" "riffles" "riffled" "riffled" "riffling"; -lin riffle_V2 = mkV2 (mkV "riffle" "riffles" "riffled" "riffled" "riffling"); -lin rifle_N = mkN "rifle" "rifles"; -lin rifle_V2 = mkV2 (mkV "rifle" "rifles" "rifled" "rifled" "rifling"); -lin rifle_range_N = mkN "rifle-range" "rifle-ranges"; -lin rifle_shot_N = mkN "rifle-shot" "rifle-shots"; -lin rifleman_N = mkN "rifleman" "riflemen" {- FIXME: guessed plural form -}; -lin rift_N = mkN "rift" "rifts"; -lin rift_valley_N = mkN "rift-valley" "rift-valleys"; -lin rig_N = mkN "rig" "rigs"; -lin rig_V = mkV "rig" "rigs" "rigged" "rigged" "rigging"; -lin rig_V2 = mkV2 (mkV "rig" "rigs" "rigged" "rigged" "rigging"); -lin riga_PN = mkPN "Riga"; -lin rigger_N = mkN "rigger" "riggers"; -lin rigging_N = mkN "rigging" "-" {- FIXME: no plural form -}; -lin right_A = compoundA (mkA "right"); -lin right_Adv = mkAdv "right"; -lin right_N = mkN "right" "rights"; -lin right_V2 = mkV2 (mkV "right" "rights" "righted" "righted" "righting"); -lin right_angled_A = compoundA (mkA "right-angled"); -lin right_down_A = compoundA (mkA "right-down"); -lin right_down_Adv = mkAdv "right-down"; -lin right_hand_A = compoundA (mkA "right-hand"); -lin right_handed_A = compoundA (mkA "right-handed"); -lin right_hander_N = mkN "right-hander" "right-handers"; -lin right_minded_A = compoundA (mkA "right-minded"); -lin right_turn_N = mkN "right-turn" "right-turns"; -lin right_wing_N = mkN "right-wing" "right-wings"; -lin right_winger_N = mkN "right-winger" "right-wingers"; -lin righteous_A = compoundA (mkA "righteous"); -lin righteously_Adv = mkAdv "righteously"; -lin righteousness_N = mkN "righteousness" "-" {- FIXME: no plural form -}; -lin rightful_A = compoundA (mkA "rightful"); -lin rightfully_Adv = mkAdv "rightfully"; -lin rightfulness_N = mkN "rightfulness" "-" {- FIXME: no plural form -}; -lin rightist_A = compoundA (mkA "rightist"); -lin rightist_N = mkN "rightist" "rightists"; -lin rightly_Adv = mkAdv "rightly"; -lin rightness_N = mkN "rightness" "-" {- FIXME: no plural form -}; -lin rigid_A = compoundA (mkA "rigid"); -lin rigidity_N = mkN "rigidity" "rigidities"; -lin rigidly_Adv = mkAdv "rigidly"; -lin rigmarole_N = mkN "rigmarole" "rigmaroles"; -lin rigor_mortis_N = mkN "rigor mortis" "-" {- FIXME: no plural form -}; -lin rigorous_A = compoundA (mkA "rigorous"); -lin rigorously_Adv = mkAdv "rigorously"; -lin rigour_N = mkN "rigour" "rigours"; -lin rigout_N = mkN "rigout" "rigouts"; -lin rijeka_PN = mkPN "Rijeka"; -lin rile_V2 = mkV2 (mkV "rile" "riles" "riled" "riled" "riling"); -lin rill_N = mkN "rill" "rills"; -lin rim_N = mkN "rim" "rims"; -lin rim_V2 = mkV2 (mkV "rim" "rims" "rimmed" "rimmed" "rimming"); -lin rime_N = mkN "rime" "-" {- FIXME: no plural form -}; -lin rime_V2 = mkV2 (mkV "rime" "rimes" "rimed" "rimed" "riming"); -lin rimini_PN = mkPN "Rimini"; -lin rind_N = mkN "rind" "rinds"; -lin rinderpest_N = mkN "rinderpest" "-" {- FIXME: no plural form -}; -lin ring_N = mkN "ring" "rings"; -lin ring_V = mkV "ring" "rings" "ringed" "ringed" "ringing"; -lin ring_V2 = mkV2 (mkV "ring" "rings" "ringed" "ringed" "ringing"); -lin ring_armour_N = mkN "ring-armour" "-" {- FIXME: no plural form -}; -lin ring_finger_N = mkN "ring-finger" "ring-fingers"; -lin ring_mail_N = mkN "ring-mail" "-" {- FIXME: no plural form -}; -lin ring_road_N = mkN "ring-road" "ring-roads"; -lin ringer_N = mkN "ringer" "ringers"; -lin ringleader_N = mkN "ringleader" "ringleaders"; -lin ringlet_N = mkN "ringlet" "ringlets"; -lin ringmaster_N = mkN "ringmaster" "ringmasters"; -lin ringside_N = mkN "ringside" "ringsides"; -lin ringwood_PN = mkPN "Ringwood"; -lin ringworm_N = mkN "ringworm" "-" {- FIXME: no plural form -}; -lin rink_N = mkN "rink" "rinks"; -lin rinse_N = mkN "rinse" "rinses"; -lin rinse_V2 = mkV2 (mkV "rinse" "rinses" "rinsed" "rinsed" "rinsing"); -lin rio_de_janeiro_PN = mkPN "Rio de janeiro"; -lin riot_N = mkN "riot" "riots"; -lin riot_V = mkV "riot" "riots" "rioted" "rioted" "rioting"; -lin rioter_N = mkN "rioter" "rioters"; -lin riotous_A = compoundA (mkA "riotous"); -lin riotously_Adv = mkAdv "riotously"; -lin rip_N = mkN "rip" "rips"; -lin rip_PN = mkPN "Rip"; -lin rip_V = mkV "rip" "rips" "ripped" "ripped" "ripping"; -lin rip_V2 = mkV2 (mkV "rip" "rips" "ripped" "ripped" "ripping"); -lin rip_off_N = mkN "rip-off" "rip-offs"; -lin rip_roaring_A = compoundA (mkA "rip-roaring"); -lin riparian_A = compoundA (mkA "riparian"); -lin ripcord_N = mkN "ripcord" "ripcords"; -lin ripe_A = mkA "ripe" "riper"; -lin ripely_Adv = mkAdv "ripely"; -lin ripen_V = mkV "ripen" "ripens" "ripened" "ripened" "ripening"; -lin ripen_V2 = mkV2 (mkV "ripen" "ripens" "ripened" "ripened" "ripening"); -lin ripeness_N = mkN "ripeness" "-" {- FIXME: no plural form -}; -lin ripley_PN = mkPN "Ripley"; -lin ripon_PN = mkPN "Ripon"; -lin riposte_N = mkN "riposte" "ripostes"; -lin riposte_V = mkV "riposte" "ripostes" "riposted" "riposted" "riposting"; -lin ripple_N = mkN "ripple" "ripples"; -lin ripple_V = mkV "ripple" "ripples" "rippled" "rippled" "rippling"; -lin ripple_V2 = mkV2 (mkV "ripple" "ripples" "rippled" "rippled" "rippling"); -lin ripsaw_N = mkN "ripsaw" "ripsaws"; -lin riptide_N = mkN "riptide" "riptides"; -lin risborough_PN = mkPN "Risborough"; -lin risca_PN = mkPN "Risca"; -lin rise_N = mkN "rise" "rises"; -lin rise_V = IrregEng.rise_V; -lin riser_N = mkN "riser" "risers"; -lin rishton_PN = mkPN "Rishton"; -lin risibility_N = mkN "risibility" "-" {- FIXME: no plural form -}; -lin risible_A = compoundA (mkA "risible"); -lin rising_N = mkN "rising" "risings"; -lin risk_N = mkN "risk" "risks"; -lin risk_V2 = mkV2 (mkV "risk" "risks" "risked" "risked" "risking"); -lin riskily_Adv = mkAdv "riskily"; -lin riskiness_N = mkN "riskiness" "-" {- FIXME: no plural form -}; -lin risky_A = mkA "risky" "riskier"; -lin risotto_N = mkN "risotto" "risottos"; -lin risque_A = compoundA (mkA "risqué"); -lin rissole_N = mkN "rissole" "rissoles"; -lin rita_PN = mkPN "Rita"; -lin rite_N = mkN "rite" "rites"; -lin ritual_A = compoundA (mkA "ritual"); -lin ritual_N = mkN "ritual" "rituals"; -lin ritualism_N = mkN "ritualism" "-" {- FIXME: no plural form -}; -lin ritualist_N = mkN "ritualist" "ritualists"; -lin ritualistic_A = compoundA (mkA "ritualistic"); -lin ritzy_A = compoundA (mkA "ritzy"); -lin rival_N = mkN "rival" "rivals"; -lin rival_V2 = mkV2 (mkV "rival" "rivals" "rivalled" "rivalled" "rivalling"); -lin rivalry_N = mkN "rivalry" "rivalries"; -lin rive_V = mkV "rive" "rives" "rived" "rived" "riving"; -lin rive_V2 = mkV2 (mkV "rive" "rives" "rived" "rived" "riving"); -lin river_N = mkN "river" "rivers"; -lin river_basin_N = mkN "river-basin" "river-basins"; -lin river_bed_N = mkN "river-bed" "river-beds"; -lin riverside_N = mkN "riverside" "riversides"; -lin rivet_N = mkN "rivet" "rivets"; -lin rivet_V2 = mkV2 (mkV "rivet" "rivets" "riveted" "riveted" "riveting"); -lin riveter_N = mkN "riveter" "riveters"; -lin riviera_PN = mkPN "Riviera"; -lin rivulet_N = mkN "rivulet" "rivulets"; -lin rly_N = mkN "rly" "-" {- FIXME: no plural form -}; -lin rm_N = mkN "rm" "-" {- FIXME: no plural form -}; -lin rn_N = mkN "rn" "-" {- FIXME: no plural form -}; -lin roach_N = mkN "roach" "roach"; -lin road_N = mkN "road" "roads"; -lin road_book_N = mkN "road-book" "road-books"; -lin road_hog_N = mkN "road-hog" "road-hogs"; -lin road_metal_N = mkN "road-metal" "-" {- FIXME: no plural form -}; -lin road_sense_N = mkN "road-sense" "-" {- FIXME: no plural form -}; -lin roadbed_N = mkN "roadbed" "roadbeds"; -lin roadblock_N = mkN "roadblock" "roadblocks"; -lin roadhouse_N = mkN "roadhouse" "roadhouses"; -lin roadless_A = compoundA (mkA "roadless"); -lin roadman_N = mkN "roadman" "roadmen" {- FIXME: guessed plural form -}; -lin roadmender_N = mkN "roadmender" "roadmenders"; -lin roadside_N = mkN "roadside" "roadsides"; -lin roadstead_N = mkN "roadstead" "roadsteads"; -lin roadster_N = mkN "roadster" "roadsters"; -lin roadway_N = mkN "roadway" "roadways"; -lin roadworthy_A = compoundA (mkA "roadworthy"); -lin roam_V = mkV "roam" "roams" "roamed" "roamed" "roaming"; -lin roam_V2 = mkV2 (mkV "roam" "roams" "roamed" "roamed" "roaming"); -lin roan_A = compoundA (mkA "roan"); -lin roan_N = mkN "roan" "roans"; -lin roar_N = mkN "roar" "roars"; -lin roar_V = mkV "roar" "roars" "roared" "roared" "roaring"; -lin roar_V2 = mkV2 (mkV "roar" "roars" "roared" "roared" "roaring"); -lin roaring_A = compoundA (mkA "roaring"); -lin roaring_Adv = mkAdv "roaring"; -lin roast_A = compoundA (mkA "roast"); -lin roast_N = mkN "roast" "roasts"; -lin roast_V = mkV "roast" "roasts" "roasted" "roasted" "roasting"; -lin roast_V2 = mkV2 (mkV "roast" "roasts" "roasted" "roasted" "roasting"); -lin roaster_N = mkN "roaster" "roasters"; -lin roasting_N = mkN "roasting" "roastings"; -lin rob_PN = mkPN "Rob"; -lin rob_V2 = mkV2 (mkV "rob" "robs" "robbed" "robbed" "robbing"); -lin robber_N = mkN "robber" "robbers"; -lin robbery_N = mkN "robbery" "robberies"; -lin robe_N = mkN "robe" "robes"; -lin robe_V = mkV "robe" "robes" "robed" "robed" "robing"; -lin robe_V2 = mkV2 (mkV "robe" "robes" "robed" "robed" "robing"); -lin robert_PN = mkPN "Robert"; -lin robin_N = mkN "robin" "robins"; -lin robin_PN = mkPN "Robin"; -lin robot_N = mkN "robot" "robots"; -lin robust_A = compoundA (mkA "robust"); -lin robustly_Adv = mkAdv "robustly"; -lin robustness_N = mkN "robustness" "-" {- FIXME: no plural form -}; -lin roc_N = mkN "roc" "rocs"; -lin rochdale_PN = mkPN "Rochdale"; -lin rochester_PN = mkPN "Rochester"; -lin rock_'n_roll_N = mkN "rock-'n-roll" "-" {- FIXME: no plural form -}; -lin rock_N = mkN "rock" "rocks"; -lin rock_V = mkV "rock" "rocks" "rocked" "rocked" "rocking"; -lin rock_V2 = mkV2 (mkV "rock" "rocks" "rocked" "rocked" "rocking"); -lin rock_bottom_N = mkN "rock-bottom" "-" {- FIXME: no plural form -}; -lin rock_cake_N = mkN "rock-cake" "rock-cakes"; -lin rock_climbing_N = mkN "rock-climbing" "-" {- FIXME: no plural form -}; -lin rock_crystal_N = mkN "rock-crystal" "rock-crystals"; -lin rock_garden_N = mkN "rock-garden" "rock-gardens"; -lin rock_plant_N = mkN "rock-plant" "rock-plants"; -lin rock_salmon_N = mkN "rock-salmon" "rock-salmon"; -lin rock_salt_N = mkN "rock-salt" "-" {- FIXME: no plural form -}; -lin rocker_N = mkN "rocker" "rockers"; -lin rockery_N = mkN "rockery" "rockeries"; -lin rocket_N = mkN "rocket" "rockets"; -lin rocket_V = mkV "rocket" "rockets" "rocketed" "rocketed" "rocketing"; -lin rocket_base_N = mkN "rocket-base" "rocket-bases"; -lin rocket_range_N = mkN "rocket-range" "rocket-ranges"; -lin rocketry_N = mkN "rocketry" "-" {- FIXME: no plural form -}; -lin rocking_chair_N = mkN "rocking-chair" "rocking-chairs"; -lin rocking_horse_N = mkN "rocking-horse" "rocking-horses"; -lin rocky_A = mkA "rocky" "rockier"; -lin rococo_A = compoundA (mkA "rococo"); -lin rod_N = mkN "rod" "rods"; -lin rod_PN = mkPN "Rod"; -lin rodent_N = mkN "rodent" "rodents"; -lin rodeo_N = mkN "rodeo" "rodeos"; -lin rodney_PN = mkPN "Rodney"; -lin rodomontade_N = mkN "rodomontade" "-" {- FIXME: no plural form -}; -lin roe_N = mkN "roe" "roe"; -lin roebuck_N = mkN "roebuck" "roebucks"; -lin roentgen_N = mkN "roentgen" "roentgens"; -lin rogation_N = mkN "rogation" "rogations"; -lin roger_PN = mkPN "Roger"; -lin rogue_N = mkN "rogue" "rogues"; -lin rogue_elephant_N = mkN "rogue-elephant" "rogue-elephants"; -lin roguery_N = mkN "roguery" "rogueries"; -lin roguish_A = compoundA (mkA "roguish"); -lin roguishly_Adv = mkAdv "roguishly"; -lin roguishness_N = mkN "roguishness" "-" {- FIXME: no plural form -}; -lin roisterer_N = mkN "roisterer" "roisterers"; -lin role_1_N = mkN "role" "roles"; -lin roll_N = mkN "roll" "rolls"; -lin roll_V = mkV "roll" "rolls" "rolled" "rolled" "rolling"; -lin roll_V2 = mkV2 (mkV "roll" "rolls" "rolled" "rolled" "rolling"); -lin roll_call_N = mkN "roll-call" "roll-calls"; -lin roll_on_N = mkN "roll-on" "roll-ons"; -lin roller_N = mkN "roller" "rollers"; -lin roller_skate_N = mkN "roller-skate" "roller-skates"; -lin rollicking_A = compoundA (mkA "rollicking"); -lin rolling_N = mkN "rolling" "-" {- FIXME: no plural form -}; -lin rolling_mill_N = mkN "rolling-mill" "rolling-mills"; -lin rolling_pin_N = mkN "rolling-pin" "rolling-pins"; -lin rolling_stock_N = mkN "rolling-stock" "-" {- FIXME: no plural form -}; -lin roly_poly_N = mkN "roly-poly" "roly-polies"; -lin romaic_A = compoundA (mkA "romaic"); -lin romaic_N = mkN "romaic" "-" {- FIXME: no plural form -}; -lin roman_A = compoundA (mkA "roman"); -lin roman_N = mkN "roman" "romans"; -lin romance_A = compoundA (mkA "romance"); -lin romance_N = mkN "romance" "romances"; -lin romance_V = mkV "romance" "romances" "romanced" "romanced" "romancing"; -lin romanesque_N = mkN "romanesque" "-" {- FIXME: no plural form -}; -lin romania_PN = mkPN "Romania"; -lin romanian_A = compoundA (mkA "romanian"); -lin romanian_N = mkN "romanian" "romanians"; -lin romantic_A = compoundA (mkA "romantic"); -lin romantic_N = mkN "romantic" "romantics"; -lin romantically_Adv = mkAdv "romantically"; -lin romanticism_N = mkN "romanticism" "-" {- FIXME: no plural form -}; -lin romanticist_N = mkN "romanticist" "romanticists"; -lin romanticize_V = mkV "romanticize" "romanticizes" "romanticized" "romanticized" "romanticizing"; -lin romanticize_V2 = mkV2 (mkV "romanticize" "romanticizes" "romanticized" "romanticized" "romanticizing"); -lin romany_A = compoundA (mkA "romany"); -lin romany_N = mkN "romany" "romanies"; -lin rome_PN = mkPN "Rome"; -lin romish_A = compoundA (mkA "romish"); -lin romp_N = mkN "romp" "romps"; -lin romp_V = mkV "romp" "romps" "romped" "romped" "romping"; -lin romper_N = mkN "romper" "rompers"; -lin romsey_PN = mkPN "Romsey"; -lin ron_PN = mkPN "Ron"; -lin ronald_PN = mkPN "Ronald"; -lin rondeau_N = mkN "rondeau" "rondeaus"; -lin rondel_N = mkN "rondel" "rondels"; -lin rondo_N = mkN "rondo" "rondos"; -lin roneo_N = mkN "roneo" "roneos"; -lin roneo_V2 = mkV2 (mkV "roneo" "roneos" "roneoed" "roneoed" "roneoing"); -lin ronnie_PN = mkPN "Ronnie"; -lin rood_N = mkN "rood" "roods"; -lin rood_tree_N = mkN "rood-tree" "rood-trees"; -lin roof_N = mkN "roof" "roofs"; -lin roof_V2 = mkV2 (mkV "roof" "roofs" "roofed" "roofed" "roofing"); -lin roof_garden_N = mkN "roof-garden" "roof-gardens"; -lin roof_tree_N = mkN "roof-tree" "roof-trees"; -lin roofing_N = mkN "roofing" "-" {- FIXME: no plural form -}; -lin roofless_A = compoundA (mkA "roofless"); -lin rook_N = mkN "rook" "rooks"; -lin rook_V2 = mkV2 (mkV "rook" "rooks" "rooked" "rooked" "rooking"); -lin rookery_N = mkN "rookery" "rookeries"; -lin rookie_N = mkN "rookie" "rookies"; -lin room_N = mkN "room" "rooms"; -lin room_V = mkV "room" "rooms" "roomed" "roomed" "rooming"; -lin room_mate_N = mkN "room-mate" "room-mates"; -lin roomed_A = compoundA (mkA "roomed"); -lin roomer_N = mkN "roomer" "roomers"; -lin roomful_N = mkN "roomful" "roomfuls"; -lin roomily_Adv = mkAdv "roomily"; -lin roomy_A = mkA "roomy" "roomier"; -lin roost_N = mkN "roost" "roosts"; -lin roost_V = mkV "roost" "roosts" "roosted" "roosted" "roosting"; -lin rooster_N = mkN "rooster" "roosters"; -lin root_N = mkN "root" "roots"; -lin root_V = mkV "root" "roots" "rooted" "rooted" "rooting"; -lin root_V2 = mkV2 (mkV "root" "roots" "rooted" "rooted" "rooting"); -lin rootle_V = mkV "rootle" "rootles" "rootled" "rootled" "rootling"; -lin rootless_A = compoundA (mkA "rootless"); -lin rope_N = mkN "rope" "ropes"; -lin rope_V2 = mkV2 (mkV "rope" "ropes" "roped" "roped" "roping"); -lin rope_dancer_N = mkN "rope-dancer" "rope-dancers"; -lin rope_ladder_N = mkN "rope-ladder" "rope-ladders"; -lin rope_yard_N = mkN "rope-yard" "rope-yards"; -lin rope_yarn_N = mkN "rope-yarn" "-" {- FIXME: no plural form -}; -lin ropewalk_N = mkN "ropewalk" "ropewalks"; -lin ropewalker_N = mkN "ropewalker" "ropewalkers"; -lin ropeway_N = mkN "ropeway" "ropeways"; -lin ropey_A = mkA "ropey" "ropeyyer*"; -lin roquefort_N = mkN "roquefort" "-" {- FIXME: no plural form -}; -lin rosalie_PN = mkPN "Rosalie"; -lin rosalind_PN = mkPN "Rosalind"; -lin rosamund_PN = mkPN "Rosamund"; -lin rosario_PN = mkPN "Rosario"; -lin rosary_N = mkN "rosary" "rosaries"; -lin roscommon_PN = mkPN "Roscommon"; -lin rose_N = mkN "rose" "roses"; -lin rose_PN = mkPN "Rose"; -lin rose_bed_N = mkN "rose-bed" "rose-beds"; -lin rose_leaf_N = mkN "rose-leaf" "rose-leaves" {- FIXME: guessed plural form -}; -lin rose_red_A = compoundA (mkA "rose-red"); -lin rose_water_N = mkN "rose-water" "-" {- FIXME: no plural form -}; -lin roseate_A = compoundA (mkA "roseate"); -lin rosebud_N = mkN "rosebud" "rosebuds"; -lin rosemary_N = mkN "rosemary" "-" {- FIXME: no plural form -}; -lin rosemary_PN = mkPN "Rosemary"; -lin rosette_N = mkN "rosette" "rosettes"; -lin rosewood_N = mkN "rosewood" "-" {- FIXME: no plural form -}; -lin rosie_PN = mkPN "Rosie"; -lin rosin_N = mkN "rosin" "-" {- FIXME: no plural form -}; -lin rosin_V2 = mkV2 (mkV "rosin" "rosins" "rosinned" "rosinned" "rosinning"); -lin roslyn_PN = mkPN "Roslyn"; -lin ross_on_wye_PN = mkPN "Ross-on-wye"; -lin rossington_PN = mkPN "Rossington"; -lin rosslare_PN = mkPN "Rosslare"; -lin roster_N = mkN "roster" "rosters"; -lin rostock_PN = mkPN "Rostock"; -lin rostov_na_donu_PN = mkPN "Rostov-na-donu"; -lin rostrum_N = mkN "rostrum" "rostrums"; -lin rosy_A = mkA "rosy" "rosier"; -lin rot_N = mkN "rot" "-" {- FIXME: no plural form -}; -lin rot_V = mkV "rot" "rots" "rotted" "rotted" "rotting"; -lin rot_V2 = mkV2 (mkV "rot" "rots" "rotted" "rotted" "rotting"); -lin rota_N = mkN "rota" "rotas"; -lin rotarian_N = mkN "rotarian" "rotarians"; -lin rotary_A = compoundA (mkA "rotary"); -lin rotary_N = mkN "rotary" "rotaries"; -lin rotate_V = mkV "rotate" "rotates" "rotated" "rotated" "rotating"; -lin rotate_V2 = mkV2 (mkV "rotate" "rotates" "rotated" "rotated" "rotating"); -lin rotation_N = mkN "rotation" "rotations"; -lin rotational_A = compoundA (mkA "rotational"); -lin rotationally_Adv = mkAdv "rotationally"; -lin rotatory_A = compoundA (mkA "rotatory"); -lin rote_N = mkN "rote" "IRREG"; -lin rotgut_N = mkN "rotgut" "-" {- FIXME: no plural form -}; -lin rotherham_PN = mkPN "Rotherham"; -lin rothesay_PN = mkPN "Rothesay"; -lin rothwell_PN = mkPN "Rothwell"; -lin rotisserie_N = mkN "rotisserie" "rotisseries"; -lin rotogravure_N = mkN "rotogravure" "rotogravures"; -lin rotor_N = mkN "rotor" "rotors"; -lin rotten_A = compoundA (mkA "rotten"); -lin rottenly_Adv = mkAdv "rottenly"; -lin rottenness_N = mkN "rottenness" "-" {- FIXME: no plural form -}; -lin rotter_N = mkN "rotter" "rotters"; -lin rotterdam_PN = mkPN "Rotterdam"; -lin rotund_A = compoundA (mkA "rotund"); -lin rotunda_N = mkN "rotunda" "rotundas"; -lin rotundity_N = mkN "rotundity" "-" {- FIXME: no plural form -}; -lin rotundly_Adv = mkAdv "rotundly"; -lin roubaix_PN = mkPN "Roubaix"; -lin rouble_N = mkN "rouble" "roubles"; -lin rouen_PN = mkPN "Rouen"; -lin rouge_N = mkN "rouge" "-" {- FIXME: no plural form -}; -lin rouge_V = mkV "rouge" "rouges" "rouged" "rouged" "rouging"; -lin rouge_V2 = mkV2 (mkV "rouge" "rouges" "rouged" "rouged" "rouging"); -lin rough_A = mkA "rough" "rougher"; -lin rough_Adv = mkAdv "rough"; -lin rough_N = mkN "rough" "roughs"; -lin rough_V2 = mkV2 (mkV "rough" "roughs" "roughed" "roughed" "roughing"); -lin rough_and_tumble_A = compoundA (mkA "rough-and-tumble"); -lin rough_and_tumble_N = mkN "rough-and-tumble" "rough-and-tumbles"; -lin rough_dry_V2 = mkV2 (mkV "rough-dry" "rough-dries" "rough-dried" "rough-dried" "rough-drying"); -lin rough_hewn_A = compoundA (mkA "rough-hewn"); -lin rough_house_V = mkV "rough-house" "rough-houses" "rough-housed" "rough-housed" "rough-housing"; -lin rough_house_V2 = mkV2 (mkV "rough-house" "rough-houses" "rough-housed" "rough-housed" "rough-housing"); -lin rough_spoken_A = compoundA (mkA "rough-spoken"); -lin roughage_N = mkN "roughage" "-" {- FIXME: no plural form -}; -lin roughcast_N = mkN "roughcast" "-" {- FIXME: no plural form -}; -lin roughcast_V2 = mkV2 (mkV "rough" IrregEng.cast_V); -lin roughen_V = mkV "roughen" "roughens" "roughened" "roughened" "roughening"; -lin roughen_V2 = mkV2 (mkV "roughen" "roughens" "roughened" "roughened" "roughening"); -lin roughish_A = compoundA (mkA "roughish"); -lin roughly_Adv = mkAdv "roughly"; -lin roughneck_N = mkN "roughneck" "roughnecks"; -lin roughness_N = mkN "roughness" "-" {- FIXME: no plural form -}; -lin roughrider_N = mkN "roughrider" "roughriders"; -lin roughshod_A = compoundA (mkA "roughshod"); -lin roulette_N = mkN "roulette" "-" {- FIXME: no plural form -}; -lin round_A = mkA "round" "rounder"; -lin round_Adv = mkAdv "round"; -lin round_N = mkN "round" "rounds"; -lin round_V = mkV "round" "rounds" "rounded" "rounded" "rounding"; -lin round_V2 = mkV2 (mkV "round" "rounds" "rounded" "rounded" "rounding"); -lin round_arm_A = compoundA (mkA "round-arm"); -lin round_arm_Adv = mkAdv "round-arm"; -lin round_backed_A = compoundA (mkA "round-backed"); -lin round_eyed_A = compoundA (mkA "round-eyed"); -lin round_hand_N = mkN "round-hand" "-" {- FIXME: no plural form -}; -lin round_shot_N = mkN "round-shot" "round-shots"; -lin round_shouldered_A = compoundA (mkA "round-shouldered"); -lin round_the_clock_A = compoundA (mkA "round-the-clock"); -lin round_the_clock_Adv = mkAdv "round-the-clock"; -lin roundabout_A = compoundA (mkA "roundabout"); -lin roundabout_N = mkN "roundabout" "roundabouts"; -lin roundel_N = mkN "roundel" "roundels"; -lin roundelay_N = mkN "roundelay" "roundelays"; -lin roundhead_N = mkN "roundhead" "roundheads"; -lin roundhouse_N = mkN "roundhouse" "roundhouses"; -lin roundish_A = compoundA (mkA "roundish"); -lin roundly_Adv = mkAdv "roundly"; -lin roundness_N = mkN "roundness" "-" {- FIXME: no plural form -}; -lin roundsman_N = mkN "roundsman" "roundsmen" {- FIXME: guessed plural form -}; -lin roundup_N = mkN "roundup" "roundups"; -lin rouse_V = mkV "rouse" "rouses" "roused" "roused" "rousing"; -lin rouse_V2 = mkV2 (mkV "rouse" "rouses" "roused" "roused" "rousing"); -lin rout_N = mkN "rout" "routs"; -lin rout_V2 = mkV2 (mkV "rout" "routs" "routed" "routed" "routing"); -lin route_N = mkN "route" "routes"; -lin route_V2 = mkV2 (mkV "route" "routes" "routed" "routed" "routing"); -lin routemarch_N = mkN "routemarch" "routemarches"; -lin routine_A = compoundA (mkA "routine"); -lin routine_N = mkN "routine" "routines"; -lin roue_N = mkN "roué" "roués"; -lin rove_V = mkV "rove" "roves" "roved" "roved" "roving"; -lin rove_V2 = mkV2 (mkV "rove" "roves" "roved" "roved" "roving"); -lin rover_N = mkN "rover" "rovers"; -lin row_N = mkN "row" "rows"; -lin row_V = mkV "row" "rows" "rowed" "rowed" "rowing"; -lin row_V2 = mkV2 (mkV "row" "rows" "rowed" "rowed" "rowing"); -lin rowan_N = mkN "rowan" "rowans"; -lin rowan_berry_N = mkN "rowan-berry" "rowan-berries"; -lin rowan_tree_N = mkN "rowan-tree" "rowan-trees"; -lin rowboat_N = mkN "rowboat" "rowboats"; -lin rowdily_Adv = mkAdv "rowdily"; -lin rowdiness_N = mkN "rowdiness" "-" {- FIXME: no plural form -}; -lin rowdy_A = mkA "rowdy" "rowdier"; -lin rowdy_N = mkN "rowdy" "rowdies"; -lin rowdyism_N = mkN "rowdyism" "-" {- FIXME: no plural form -}; -lin rowel_N = mkN "rowel" "rowels"; -lin rower_N = mkN "rower" "rowers"; -lin rowing_N = mkN "rowing" "-" {- FIXME: no plural form -}; -lin rowing_boat_N = mkN "rowing-boat" "rowing-boats"; -lin rowing_club_N = mkN "rowing-club" "rowing-clubs"; -lin rowlands_gill_PN = mkPN "Rowlands gill"; -lin rowlock_N = mkN "rowlock" "rowlocks"; -lin roy_PN = mkPN "Roy"; -lin royal_A = compoundA (mkA "royal"); -lin royalist_N = mkN "royalist" "royalists"; -lin royally_Adv = mkAdv "royally"; -lin royalty_N = mkN "royalty" "royalties"; -lin royston_PN = mkPN "Royston"; -lin rpm_N = mkN "rpm" "rpm"; -lin rspca_N = mkN "rspca" "-" {- FIXME: no plural form -}; -lin rsvp_PN = mkPN "Rsvp"; -lin rt_hon_PN = mkPN "Rt hon"; -lin rub_N = mkN "rub" "rubs"; -lin rub_V = mkV "rub" "rubs" "rubbed" "rubbed" "rubbing"; -lin rub_V2 = mkV2 (mkV "rub" "rubs" "rubbed" "rubbed" "rubbing"); -lin rub_a_dub_N = mkN "rub-a-dub" "-" {- FIXME: no plural form -}; -lin rub_down_N = mkN "rub-down" "rub-downs"; -lin rub_up_N = mkN "rub-up" "rub-ups"; -lin rubber_N = mkN "rubber" "rubbers"; -lin rubber_V2 = mkV2 (mkV "rubber" "rubbers" "rubbered" "rubbered" "rubbering"); -lin rubber_stamp_V2 = mkV2 (mkV "rubber-stamp" "rubber-stamps" "rubber-stamped" "rubber-stamped" "rubber-stamping"); -lin rubberize_V2 = mkV2 (mkV "rubberize" "rubberizes" "rubberized" "rubberized" "rubberizing"); -lin rubberneck_N = mkN "rubberneck" "rubbernecks"; -lin rubberneck_V = mkV "rubberneck" "rubbernecks" "rubbernecked" "rubbernecked" "rubbernecking"; -lin rubbery_A = compoundA (mkA "rubbery"); -lin rubbing_N = mkN "rubbing" "rubbings"; -lin rubbish_N = mkN "rubbish" "-" {- FIXME: no plural form -}; -lin rubbish_V2 = mkV2 (mkV "rubbish" "rubbishes" "rubbished" "rubbished" "rubbishing"); -lin rubbishing_N = mkN "rubbishing" "rubbishings"; -lin rubbishy_A = compoundA (mkA "rubbishy"); -lin rubble_N = mkN "rubble" "-" {- FIXME: no plural form -}; -lin rubicon_N = mkN "rubicon" "rubicons"; -lin rubicund_A = compoundA (mkA "rubicund"); -lin rubric_N = mkN "rubric" "rubrics"; -lin ruby_A = compoundA (mkA "ruby"); -lin ruby_N = mkN "ruby" "rubies"; -lin ruck_N = mkN "ruck" "rucks"; -lin ruck_V = mkV "ruck" "rucks" "rucked" "rucked" "rucking"; -lin ruck_V2 = mkV2 (mkV "ruck" "rucks" "rucked" "rucked" "rucking"); -lin rucksack_N = mkN "rucksack" "rucksacks"; -lin ruckus_N = mkN "ruckus" "ruckuss"; -lin rudder_N = mkN "rudder" "rudders"; -lin rudderless_A = compoundA (mkA "rudderless"); -lin ruddiness_N = mkN "ruddiness" "-" {- FIXME: no plural form -}; -lin ruddington_PN = mkPN "Ruddington"; -lin ruddle_N = mkN "ruddle" "-" {- FIXME: no plural form -}; -lin ruddle_V2 = mkV2 (mkV "ruddle" "ruddles" "ruddled" "ruddled" "ruddling"); -lin ruddy_A = mkA "ruddy" "ruddier"; -lin rude_A = mkA "rude" "ruder"; -lin rudely_Adv = mkAdv "rudely"; -lin rudeness_N = mkN "rudeness" "rudenesses"; -lin rudiment_N = mkN "rudiment" "rudiments"; -lin rudimentary_A = compoundA (mkA "rudimentary"); -lin rudolf_PN = mkPN "Rudolf"; -lin rudy_PN = mkPN "Rudy"; -lin rue_N = mkN "rue" "-" {- FIXME: no plural form -}; -lin rue_V2 = mkV2 (mkV "rue" "rues" "rued" "rued" "ruing"); -lin rueful_A = compoundA (mkA "rueful"); -lin ruefully_Adv = mkAdv "ruefully"; -lin ruff_N = mkN "ruff" "ruffs"; -lin ruff_V = mkV "ruff" "ruffs" "ruffed" "ruffed" "ruffing"; -lin ruff_V2 = mkV2 (mkV "ruff" "ruffs" "ruffed" "ruffed" "ruffing"); -lin ruffian_N = mkN "ruffian" "ruffians"; -lin ruffianism_N = mkN "ruffianism" "-" {- FIXME: no plural form -}; -lin ruffianly_A = compoundA (mkA "ruffianly"); -lin ruffle_N = mkN "ruffle" "ruffles"; -lin ruffle_V = mkV "ruffle" "ruffles" "ruffled" "ruffled" "ruffling"; -lin ruffle_V2 = mkV2 (mkV "ruffle" "ruffles" "ruffled" "ruffled" "ruffling"); -lin rug_N = mkN "rug" "rugs"; -lin rugby_N = mkN "rugby" "-" {- FIXME: no plural form -}; -lin rugby_PN = mkPN "Rugby"; -lin rugeley_PN = mkPN "Rugeley"; -lin rugged_A = compoundA (mkA "rugged"); -lin ruggedly_Adv = mkAdv "ruggedly"; -lin ruggedness_N = mkN "ruggedness" "-" {- FIXME: no plural form -}; -lin rugger_N = mkN "rugger" "-" {- FIXME: no plural form -}; -lin ruin_N = mkN "ruin" "ruins"; -lin ruin_V2 = mkV2 (mkV "ruin" "ruins" "ruined" "ruined" "ruining"); -lin ruination_N = mkN "ruination" "-" {- FIXME: no plural form -}; -lin ruinous_A = compoundA (mkA "ruinous"); -lin ruinously_Adv = mkAdv "ruinously"; -lin rule_N = mkN "rule" "rules"; -lin rule_V = mkV "rule" "rules" "ruled" "ruled" "ruling"; -lin rule_V2 = mkV2 (mkV "rule" "rules" "ruled" "ruled" "ruling"); -lin ruler_N = mkN "ruler" "rulers"; -lin ruling_A = compoundA (mkA "ruling"); -lin ruling_N = mkN "ruling" "rulings"; -lin rum_N = mkN "rum" "-" {- FIXME: no plural form -}; -lin rum_runner_N = mkN "rum-runner" "rum-runners"; -lin rumba_N = mkN "rumba" "rumbas"; -lin rumble_N = mkN "rumble" "rumbles"; -lin rumble_V = mkV "rumble" "rumbles" "rumbled" "rumbled" "rumbling"; -lin rumble_V2 = mkV2 (mkV "rumble" "rumbles" "rumbled" "rumbled" "rumbling"); -lin rumbling_N = mkN "rumbling" "rumblings"; -lin rumbustious_A = compoundA (mkA "rumbustious"); -lin ruminant_A = compoundA (mkA "ruminant"); -lin ruminant_N = mkN "ruminant" "ruminants"; -lin ruminate_V = mkV "ruminate" "ruminates" "ruminated" "ruminated" "ruminating"; -lin rumination_N = mkN "rumination" "-" {- FIXME: no plural form -}; -lin ruminative_A = compoundA (mkA "ruminative"); -lin rummage_N = mkN "rummage" "-" {- FIXME: no plural form -}; -lin rummage_V = mkV "rummage" "rummages" "rummaged" "rummaged" "rummaging"; -lin rummage_V2 = mkV2 (mkV "rummage" "rummages" "rummaged" "rummaged" "rummaging"); -lin rummy_A = mkA "rummy" "rummyyer*"; -lin rummy_N = mkN "rummy" "-" {- FIXME: no plural form -}; -lin rumour_N = mkN "rumour" "rumours"; -lin rumour_V2 = mkV2 (mkV "rumour" "rumours" "rumoured" "rumoured" "rumouring"); -lin rumour_monger_N = mkN "rumour-monger" "rumour-mongers"; -lin rump_N = mkN "rump" "rumps"; -lin rump_steak_N = mkN "rump-steak" "rump-steaks"; -lin rumple_V2 = mkV2 (mkV "rumple" "rumples" "rumpled" "rumpled" "rumpling"); -lin rumpus_N = mkN "rumpus" "rumpi" {- FIXME: guessed plural form -}; -lin run_N = mkN "run" "runs"; -lin run_V = IrregEng.run_V; -lin run_V2 = mkV2 (IrregEng.run_V); -lin run_of_the_mill_A = compoundA (mkA "run-of-the-mill"); -lin run_off_N = mkN "run-off" "run-offs"; -lin run_through_N = mkN "run-through" "run-throughs"; -lin run_up_N = mkN "run-up" "run-ups"; -lin runaway_A = compoundA (mkA "runaway"); -lin runaway_N = mkN "runaway" "runaways"; -lin runcorn_PN = mkPN "Runcorn"; -lin rundown_A = compoundA (mkA "rundown"); -lin rundown_N = mkN "rundown" "rundowns"; -lin rune_N = mkN "rune" "runes"; -lin rung_N = mkN "rung" "rungs"; -lin runic_A = compoundA (mkA "runic"); -lin runnel_N = mkN "runnel" "runnels"; -lin runner_N = mkN "runner" "runners"; -lin runner_up_N = mkN "runner-up" "IRREG"; -lin running_A = compoundA (mkA "running"); -lin running_N = mkN "running" "-" {- FIXME: no plural form -}; -lin running_board_N = mkN "running-board" "running-boards"; -lin runny_A = mkA "runny" "runnier"; -lin runt_N = mkN "runt" "runts"; -lin runway_N = mkN "runway" "runways"; -lin rupee_N = mkN "rupee" "rupees"; -lin rupert_PN = mkPN "Rupert"; -lin rupiah_N = mkN "rupiah" "rupiahs"; -lin rupture_N = mkN "rupture" "ruptures"; -lin rupture_V = mkV "rupture" "ruptures" "ruptured" "ruptured" "rupturing"; -lin rupture_V2 = mkV2 (mkV "rupture" "ruptures" "ruptured" "ruptured" "rupturing"); -lin rural_A = compoundA (mkA "rural"); -lin ruritanian_A = compoundA (mkA "ruritanian"); -lin ruse_N = mkN "ruse" "ruses"; -lin rush_N = mkN "rush" "rushes"; -lin rush_V = mkV "rush" "rushes" "rushed" "rushed" "rushing"; -lin rush_V2 = mkV2 (mkV "rush" "rushes" "rushed" "rushed" "rushing"); -lin rushlight_N = mkN "rushlight" "rushlights"; -lin rushy_A = mkA "rushy" "rushier"; -lin rusk_N = mkN "rusk" "rusks"; -lin russet_A = compoundA (mkA "russet"); -lin russet_N = mkN "russet" "russets"; -lin russia_PN = mkPN "Russia"; -lin russian_A = compoundA (mkA "russian"); -lin russian_N = mkN "russian" "russians"; -lin rust_N = mkN "rust" "-" {- FIXME: no plural form -}; -lin rust_V = mkV "rust" "rusts" "rusted" "rusted" "rusting"; -lin rust_V2 = mkV2 (mkV "rust" "rusts" "rusted" "rusted" "rusting"); -lin rustic_A = compoundA (mkA "rustic"); -lin rustic_N = mkN "rustic" "rustics"; -lin rusticate_V = mkV "rusticate" "rusticates" "rusticated" "rusticated" "rusticating"; -lin rusticate_V2 = mkV2 (mkV "rusticate" "rusticates" "rusticated" "rusticated" "rusticating"); -lin rusticity_N = mkN "rusticity" "-" {- FIXME: no plural form -}; -lin rustiness_N = mkN "rustiness" "-" {- FIXME: no plural form -}; -lin rustle_N = mkN "rustle" "-" {- FIXME: no plural form -}; -lin rustle_V = mkV "rustle" "rustles" "rustled" "rustled" "rustling"; -lin rustle_V2 = mkV2 (mkV "rustle" "rustles" "rustled" "rustled" "rustling"); -lin rustler_N = mkN "rustler" "rustlers"; -lin rustless_A = compoundA (mkA "rustless"); -lin rustling_N = mkN "rustling" "rustlings"; -lin rusty_A = mkA "rusty" "rustier"; -lin rut_N = mkN "rut" "ruts"; -lin rut_V2 = mkV2 (mkV "rut" "ruts" "rutted" "rutted" "rutting"); -lin ruth_PN = mkPN "Ruth"; -lin rutherglen_PN = mkPN "Rutherglen"; -lin ruthless_A = compoundA (mkA "ruthless"); -lin ruthlessly_Adv = mkAdv "ruthlessly"; -lin ruthlessness_N = mkN "ruthlessness" "-" {- FIXME: no plural form -}; -lin rutland_PN = mkPN "Rutland"; -lin rwanda_PN = mkPN "Rwanda"; -lin rwandan_A = compoundA (mkA "rwandan"); -lin rwandan_N = mkN "rwandan" "rwandans"; -lin ryde_PN = mkPN "Ryde"; -lin rye_N = mkN "rye" "-" {- FIXME: no plural form -}; -lin rye_bread_N = mkN "rye-bread" "-" {- FIXME: no plural form -}; -lin ryehill_PN = mkPN "Ryehill"; -lin rechauffe_N = mkN "réchauffé" "réchauffés"; -lin regime_2_N = mkN "régime" "régimes"; -lin resume_N = mkN "résumé" "résumés"; -lin role_2_N = mkN "rôle" "rôles"; -lin rontgen_N = mkN "röntgen" "röntgens"; -lin saarbrucken_PN = mkPN "Saarbrucken"; -lin sabadeli_PN = mkPN "Sabadeli"; -lin sabah_PN = mkPN "Sabah"; -lin sabahan_A = compoundA (mkA "sabahan"); -lin sabahan_N = mkN "sabahan" "sabahans"; -lin sabbatarian_A = compoundA (mkA "sabbatarian"); -lin sabbatarian_N = mkN "sabbatarian" "sabbatarians"; -lin sabbath_N = mkN "sabbath" "sabbaths"; -lin sabbatical_A = compoundA (mkA "sabbatical"); -lin sabbatical_N = mkN "sabbatical" "sabbaticals"; -lin sable_A = compoundA (mkA "sable"); -lin sable_N = mkN "sable" "sables"; -lin sabot_N = mkN "sabot" "sabots"; -lin sabotage_N = mkN "sabotage" "-" {- FIXME: no plural form -}; -lin sabotage_V2 = mkV2 (mkV "sabotage" "sabotages" "sabotaged" "sabotaged" "sabotaging"); -lin saboteur_N = mkN "saboteur" "saboteurs"; -lin sabre_N = mkN "sabre" "sabres"; -lin sabre_V2 = mkV2 (mkV "sabre" "sabres" "sabred" "sabred" "sabring"); -lin sabre_rattling_N = mkN "sabre-rattling" "-" {- FIXME: no plural form -}; -lin sabre_toothed_A = compoundA (mkA "sabre-toothed"); -lin sac_N = mkN "sac" "sacs"; -lin saccharin_N = mkN "saccharin" "-" {- FIXME: no plural form -}; -lin saccharine_A = compoundA (mkA "saccharine"); -lin sacerdotal_A = compoundA (mkA "sacerdotal"); -lin sacerdotalism_N = mkN "sacerdotalism" "-" {- FIXME: no plural form -}; -lin sachet_N = mkN "sachet" "sachets"; -lin sack_N = mkN "sack" "sacks"; -lin sack_V2 = mkV2 (mkV "sack" "sacks" "sacked" "sacked" "sacking"); -lin sack_race_N = mkN "sack-race" "sack-races"; -lin sackbut_N = mkN "sackbut" "sackbuts"; -lin sackcloth_N = mkN "sackcloth" "-" {- FIXME: no plural form -}; -lin sacking_N = mkN "sacking" "-" {- FIXME: no plural form -}; -lin sacrament_N = mkN "sacrament" "sacraments"; -lin sacramental_A = compoundA (mkA "sacramental"); -lin sacramento_PN = mkPN "Sacramento"; -lin sacred_A = compoundA (mkA "sacred"); -lin sacredly_Adv = mkAdv "sacredly"; -lin sacredness_N = mkN "sacredness" "-" {- FIXME: no plural form -}; -lin sacrifice_N = mkN "sacrifice" "sacrifices"; -lin sacrifice_V = mkV "sacrifice" "sacrifices" "sacrificed" "sacrificed" "sacrificing"; -lin sacrifice_V2 = mkV2 (mkV "sacrifice" "sacrifices" "sacrificed" "sacrificed" "sacrificing"); -lin sacrificial_A = compoundA (mkA "sacrificial"); -lin sacrilege_N = mkN "sacrilege" "-" {- FIXME: no plural form -}; -lin sacrilegious_A = compoundA (mkA "sacrilegious"); -lin sacristan_N = mkN "sacristan" "sacristans"; -lin sacristy_N = mkN "sacristy" "sacristies"; -lin sacrosanct_A = compoundA (mkA "sacrosanct"); -lin sad_A = mkA "sad" "sadder*"; -lin sadden_V = mkV "sadden" "saddens" "saddened" "saddened" "saddening"; -lin sadden_V2 = mkV2 (mkV "sadden" "saddens" "saddened" "saddened" "saddening"); -lin saddle_N = mkN "saddle" "saddles"; -lin saddle_V2 = mkV2 (mkV "saddle" "saddles" "saddled" "saddled" "saddling"); -lin saddle_sore_A = compoundA (mkA "saddle-sore"); -lin saddlebag_N = mkN "saddlebag" "saddlebags"; -lin saddler_N = mkN "saddler" "saddlers"; -lin saddlery_N = mkN "saddlery" "saddleries"; -lin sadhu_N = mkN "sadhu" "sadhus"; -lin sadism_N = mkN "sadism" "-" {- FIXME: no plural form -}; -lin sadist_N = mkN "sadist" "sadists"; -lin sadistic_A = compoundA (mkA "sadistic"); -lin sadly_Adv = mkAdv "sadly"; -lin sadness_N = mkN "sadness" "-" {- FIXME: no plural form -}; -lin sado_masochist_N = mkN "sado-masochist" "sado-masochists"; -lin sadomasochism_N = mkN "sadomasochism" "-" {- FIXME: no plural form -}; -lin sae_N = mkN "sae" "-" {- FIXME: no plural form -}; -lin safari_N = mkN "safari" "safaris"; -lin safe_A = mkA "safe" "safer"; -lin safe_N = mkN "safe" "safes"; -lin safe_conduct_N = mkN "safe-conduct" "-" {- FIXME: no plural form -}; -lin safe_deposit_A = compoundA (mkA "safe-deposit"); -lin safe_deposit_N = mkN "safe-deposit" "safe-deposits"; -lin safecracker_N = mkN "safecracker" "safecrackers"; -lin safeguard_N = mkN "safeguard" "safeguards"; -lin safeguard_V2 = mkV2 (mkV "safeguard" "safeguards" "safeguarded" "safeguarded" "safeguarding"); -lin safekeeping_N = mkN "safekeeping" "-" {- FIXME: no plural form -}; -lin safely_Adv = mkAdv "safely"; -lin safeness_N = mkN "safeness" "-" {- FIXME: no plural form -}; -lin safety_N = mkN "safety" "-" {- FIXME: no plural form -}; -lin safety_belt_N = mkN "safety-belt" "safety-belts"; -lin safety_bolt_N = mkN "safety-bolt" "safety-bolts"; -lin safety_catch_N = mkN "safety-catch" "safety-catches"; -lin safety_curtain_N = mkN "safety-curtain" "safety-curtains"; -lin safety_factor_N = mkN "safety-factor" "safety-factors"; -lin safety_lamp_N = mkN "safety-lamp" "safety-lamps"; -lin safety_lock_N = mkN "safety-lock" "safety-locks"; -lin safety_match_N = mkN "safety-match" "safety-matches"; -lin safety_pin_N = mkN "safety-pin" "safety-pins"; -lin safety_razor_N = mkN "safety-razor" "safety-razors"; -lin safety_valve_N = mkN "safety-valve" "safety-valves"; -lin saffron_N = mkN "saffron" "saffrons"; -lin saffron_walden_PN = mkPN "Saffron walden"; -lin sag_N = mkN "sag" "sags"; -lin sag_V = mkV "sag" "sags" "sagged" "sagged" "sagging"; -lin saga_N = mkN "saga" "sagas"; -lin sagacious_A = compoundA (mkA "sagacious"); -lin sagaciously_Adv = mkAdv "sagaciously"; -lin sagacity_N = mkN "sagacity" "-" {- FIXME: no plural form -}; -lin sage_A = compoundA (mkA "sage"); -lin sage_N = mkN "sage" "sages"; -lin sage_green_A = compoundA (mkA "sage-green"); -lin sage_green_N = mkN "sage-green" "-" {- FIXME: no plural form -}; -lin sagely_Adv = mkAdv "sagely"; -lin sagittarius_PN = mkPN "Sagittarius"; -lin sago_N = mkN "sago" "-" {- FIXME: no plural form -}; -lin sahib_N = mkN "sahib" "sahibs"; -lin said_A = compoundA (mkA "said"); -lin saigon_PN = mkPN "Saigon"; -lin sail_N = mkN "sail" "sails"; -lin sail_V = mkV "sail" "sails" "sailed" "sailed" "sailing"; -lin sail_V2 = mkV2 (mkV "sail" "sails" "sailed" "sailed" "sailing"); -lin sailcloth_N = mkN "sailcloth" "-" {- FIXME: no plural form -}; -lin sailing_N = mkN "sailing" "sailings"; -lin sailing_boat_N = mkN "sailing-boat" "sailing-boats"; -lin sailing_master_N = mkN "sailing-master" "sailing-masters"; -lin sailing_ship_N = mkN "sailing-ship" "sailing-ships"; -lin sailing_vessel_N = mkN "sailing-vessel" "sailing-vessels"; -lin sailor_N = mkN "sailor" "sailors"; -lin saint's_day_N = mkN "saint's-day" "saint's-days"; -lin saint_N = mkN "saint" "saints"; -lin sainted_A = compoundA (mkA "sainted"); -lin sainthood_N = mkN "sainthood" "-" {- FIXME: no plural form -}; -lin saintlike_A = compoundA (mkA "saintlike"); -lin saintliness_N = mkN "saintliness" "-" {- FIXME: no plural form -}; -lin saintly_A = mkA "saintly" "saintlier"; -lin sake_1_N = mkN "sake" "sakes"; -lin sake_2_N = mkN "saké" "sakés" ; -lin sal_volatile_N = mkN "sal volatile" "sal volatiles" ; -lin salaam_N = mkN "salaam" "salaams"; -lin salaam_V = mkV "salaam" "salaams" "salaamed" "salaamed" "salaaming"; -lin salable_A = compoundA (mkA "salable"); -lin salacious_A = compoundA (mkA "salacious"); -lin salaciously_Adv = mkAdv "salaciously"; -lin salaciousness_N = mkN "salaciousness" "-" {- FIXME: no plural form -}; -lin salacity_N = mkN "salacity" "-" {- FIXME: no plural form -}; -lin salad_N = mkN "salad" "salads"; -lin salad_dressing_N = mkN "salad-dressing" "salad-dressings"; -lin salad_oil_N = mkN "salad-oil" "salad-oils"; -lin salamanca_PN = mkPN "Salamanca"; -lin salamander_N = mkN "salamander" "salamanders"; -lin salami_N = mkN "salami" "-" {- FIXME: no plural form -}; -lin salaried_A = compoundA (mkA "salaried"); -lin salary_N = mkN "salary" "salaries"; -lin sale_N = mkN "sale" "sales"; -lin sale_PN = mkPN "Sale"; -lin saleable_A = compoundA (mkA "saleable"); -lin salerno_PN = mkPN "Salerno"; -lin saleroom_N = mkN "saleroom" "salerooms"; -lin salesman_N = mkN "salesman" "salesmen" {- FIXME: guessed plural form -}; -lin salesmanship_N = mkN "salesmanship" "-" {- FIXME: no plural form -}; -lin saleswoman_N = mkN "saleswoman" "saleswomen" {- FIXME: guessed plural form -}; -lin salford_PN = mkPN "Salford"; -lin salience_N = mkN "salience" "-" {- FIXME: no plural form -}; -lin salient_A = compoundA (mkA "salient"); -lin salient_N = mkN "salient" "salients"; -lin saline_A = compoundA (mkA "saline"); -lin saline_N = mkN "saline" "salines"; -lin salinity_N = mkN "salinity" "-" {- FIXME: no plural form -}; -lin salisbury_PN = mkPN "Salisbury"; -lin saliva_N = mkN "saliva" "-" {- FIXME: no plural form -}; -lin salivary_A = compoundA (mkA "salivary"); -lin salivate_V = mkV "salivate" "salivates" "salivated" "salivated" "salivating"; -lin sallow_A = mkA "sallow" "sallower"; -lin sallow_V = mkV "sallow" "sallows" "sallowed" "sallowed" "sallowing"; -lin sallow_V2 = mkV2 (mkV "sallow" "sallows" "sallowed" "sallowed" "sallowing"); -lin sally_N = mkN "sally" "sallies"; -lin sally_PN = mkPN "Sally"; -lin sally_V = mkV "sally" "sallies" "sallied" "sallied" "sallying"; -lin salmon_N = mkN "salmon" "salmon"; -lin salon_N = mkN "salon" "salons"; -lin saloon_N = mkN "saloon" "saloons"; -lin salsify_N = mkN "salsify" "-" {- FIXME: no plural form -}; -lin salt_A = compoundA (mkA "salt"); -lin salt_N = mkN "salt" "salts"; -lin salt_PN = mkPN "Salt"; -lin salt_V2 = mkV2 (mkV "salt" "salts" "salted" "salted" "salting"); -lin salt_cellar_N = mkN "salt-cellar" "salt-cellars"; -lin salt_lick_N = mkN "salt-lick" "salt-licks"; -lin saltash_PN = mkPN "Saltash"; -lin saltburn_PN = mkPN "Saltburn"; -lin saltcoats_PN = mkPN "Saltcoats"; -lin saltiness_N = mkN "saltiness" "-" {- FIXME: no plural form -}; -lin saltpan_N = mkN "saltpan" "saltpans"; -lin saltpetre_N = mkN "saltpetre" "-" {- FIXME: no plural form -}; -lin saltwater_N = mkN "saltwater" "-" {- FIXME: no plural form -}; -lin saltworks_N = mkN "saltworks" "saltworks"; -lin salty_A = mkA "salty" "saltier"; -lin salubrious_A = compoundA (mkA "salubrious"); -lin salubrity_N = mkN "salubrity" "-" {- FIXME: no plural form -}; -lin salutary_A = compoundA (mkA "salutary"); -lin salutation_N = mkN "salutation" "salutations"; -lin salute_N = mkN "salute" "salutes"; -lin salute_V = mkV "salute" "salutes" "saluted" "saluted" "saluting"; -lin salute_V2 = mkV2 (mkV "salute" "salutes" "saluted" "saluted" "saluting"); -lin salvador_PN = mkPN "Salvador"; -lin salvadorean_A = compoundA (mkA "salvadorean"); -lin salvadorean_N = mkN "salvadorean" "salvadoreans"; -lin salvage_N = mkN "salvage" "-" {- FIXME: no plural form -}; -lin salvage_V2 = mkV2 (mkV "salvage" "salvages" "salvaged" "salvaged" "salvaging"); -lin salvation_N = mkN "salvation" "-" {- FIXME: no plural form -}; -lin salve_N = mkN "salve" "salves"; -lin salve_V2 = mkV2 (mkV "salve" "salves" "salved" "salved" "salving"); -lin salver_N = mkN "salver" "salvers"; -lin salvia_N = mkN "salvia" "salvias"; -lin salvo_N = mkN "salvo" "salvos"; -lin salzburg_PN = mkPN "Salzburg"; -lin sam_PN = mkPN "Sam"; -lin samantha_PN = mkPN "Samantha"; -lin samaritan_N = mkN "samaritan" "samaritans"; -lin samba_N = mkN "samba" "sambas"; -lin same_A = compoundA (mkA "same"); -lin same_Adv = mkAdv "same"; -lin sameness_N = mkN "sameness" "-" {- FIXME: no plural form -}; -lin sammy_PN = mkPN "Sammy"; -lin samoa_PN = mkPN "Samoa"; -lin samoan_A = compoundA (mkA "samoan"); -lin samoan_N = mkN "samoan" "samoans"; -lin samovar_N = mkN "samovar" "samovars"; -lin sampan_N = mkN "sampan" "sampans"; -lin sample_N = mkN "sample" "samples"; -lin sample_V2 = mkV2 (mkV "sample" "samples" "sampled" "sampled" "sampling"); -lin sampler_N = mkN "sampler" "samplers"; -lin samuel_PN = mkPN "Samuel"; -lin samurai_N = mkN "samurai" "samurai"; -lin san_antonio_PN = mkPN "San antonio"; -lin san_bernardino_PN = mkPN "San bernardino"; -lin san_diego_PN = mkPN "San diego"; -lin san_francisco_PN = mkPN "San francisco"; -lin san_jose_PN = mkPN "San jose"; -lin san_juan_PN = mkPN "San juan"; -lin san_marinese_A = compoundA (mkA "san marinese"); -lin san_marinese_N = mkN "san marinese" "san marinese"; -lin san_marino_PN = mkPN "San marino"; -lin san_sebastian_PN = mkPN "San sebastian"; -lin sanatorium_N = mkN "sanatorium" "sanatoriums"; -lin sanctification_N = mkN "sanctification" "sanctifications"; -lin sanctify_V2 = mkV2 (mkV "sanctify" "sanctifies" "sanctified" "sanctified" "sanctifying"); -lin sanctimonious_A = compoundA (mkA "sanctimonious"); -lin sanctimoniously_Adv = mkAdv "sanctimoniously"; -lin sanction_N = mkN "sanction" "sanctions"; -lin sanction_V2 = mkV2 (mkV "sanction" "sanctions" "sanctioned" "sanctioned" "sanctioning"); -lin sanctity_N = mkN "sanctity" "sanctities"; -lin sanctuary_N = mkN "sanctuary" "sanctuaries"; -lin sanctum_N = mkN "sanctum" "sanctums"; -lin sand_N = mkN "sand" "sands"; -lin sand_V2 = mkV2 (mkV "sand" "sands" "sanded" "sanded" "sanding"); -lin sand_bar_N = mkN "sand-bar" "sand-bars"; -lin sandal_N = mkN "sandal" "sandals"; -lin sandalled_A = compoundA (mkA "sandalled"); -lin sandalwood_N = mkN "sandalwood" "-" {- FIXME: no plural form -}; -lin sandbach_PN = mkPN "Sandbach"; -lin sandbag_N = mkN "sandbag" "sandbags"; -lin sandbank_N = mkN "sandbank" "sandbanks"; -lin sandblast_V2 = mkV2 (mkV "sandblast" "sandblasts" "sandblasted" "sandblasted" "sandblasting"); -lin sandboy_N = mkN "sandboy" "sandboys"; -lin sandfly_N = mkN "sandfly" "sandflies"; -lin sandglass_N = mkN "sandglass" "sandglasses"; -lin sandiness_N = mkN "sandiness" "-" {- FIXME: no plural form -}; -lin sandown_PN = mkPN "Sandown"; -lin sandpaper_N = mkN "sandpaper" "sandpapers"; -lin sandpaper_V2 = mkV2 (mkV "sandpaper" "sandpapers" "sandpapered" "sandpapered" "sandpapering"); -lin sandpiper_N = mkN "sandpiper" "sandpipers"; -lin sandpit_N = mkN "sandpit" "sandpits"; -lin sandra_PN = mkPN "Sandra"; -lin sandstone_N = mkN "sandstone" "-" {- FIXME: no plural form -}; -lin sandstorm_N = mkN "sandstorm" "sandstorms"; -lin sandwich_N = mkN "sandwich" "sandwiches"; -lin sandwich_V2 = mkV2 (mkV "sandwich" "sandwiches" "sandwiched" "sandwiched" "sandwiching"); -lin sandwich_board_N = mkN "sandwich-board" "sandwich-boards"; -lin sandwichman_N = mkN "sandwichman" "sandwichmen" {- FIXME: guessed plural form -}; -lin sandy_A = mkA "sandy" "sandier"; -lin sandy_PN = mkPN "Sandy"; -lin sane_A = mkA "sane" "saner"; -lin sanely_Adv = mkAdv "sanely"; -lin sang_froid_N = mkN "sang froid" "-" {- FIXME: no plural form -}; -lin sango_N = mkN "sango" "-" {- FIXME: no plural form -}; -lin sanguinary_A = compoundA (mkA "sanguinary"); -lin sanguine_A = compoundA (mkA "sanguine"); -lin sanitary_A = compoundA (mkA "sanitary"); -lin sanitation_N = mkN "sanitation" "-" {- FIXME: no plural form -}; -lin sanity_N = mkN "sanity" "-" {- FIXME: no plural form -}; -lin sanskrit_N = mkN "sanskrit" "-" {- FIXME: no plural form -}; -lin santa_claus_N = mkN "santa claus" "santa clauses"; -lin santa_claus_PN = mkPN "Santa claus"; -lin santander_PN = mkPN "Santander"; -lin santiago_PN = mkPN "Santiago"; -lin santo_domingo_PN = mkPN "Santo domingo"; -lin santos_PN = mkPN "Santos"; -lin sao_paolo_PN = mkPN "Sao paolo"; -lin sap_N = mkN "sap" "saps"; -lin sap_V = mkV "sap" "saps" "sapped" "sapped" "sapping"; -lin sap_V2 = mkV2 (mkV "sap" "saps" "sapped" "sapped" "sapping"); -lin saphead_N = mkN "saphead" "sapheads"; -lin sapience_N = mkN "sapience" "-" {- FIXME: no plural form -}; -lin sapient_A = compoundA (mkA "sapient"); -lin sapiently_Adv = mkAdv "sapiently"; -lin sapless_A = compoundA (mkA "sapless"); -lin sapling_N = mkN "sapling" "saplings"; -lin sapper_N = mkN "sapper" "sappers"; -lin sapphic_A = compoundA (mkA "sapphic"); -lin sapphire_N = mkN "sapphire" "sapphires"; -lin sapporo_PN = mkPN "Sapporo"; -lin sappy_A = mkA "sappy" "sappier"; -lin sapwood_N = mkN "sapwood" "-" {- FIXME: no plural form -}; -lin sara_PN = mkPN "Sara"; -lin saraband_N = mkN "saraband" "sarabands"; -lin saracen_N = mkN "saracen" "saracens"; -lin sarah_PN = mkPN "Sarah"; -lin sarajevo_PN = mkPN "Sarajevo"; -lin saratov_PN = mkPN "Saratov"; -lin sarawak_PN = mkPN "Sarawak"; -lin sarawakian_A = compoundA (mkA "sarawakian"); -lin sarawakian_N = mkN "sarawakian" "sarawakians"; -lin sarcasm_N = mkN "sarcasm" "sarcasms"; -lin sarcastic_A = compoundA (mkA "sarcastic"); -lin sarcastically_Adv = mkAdv "sarcastically"; -lin sarcophagus_N = mkN "sarcophagus" "sarcophagi" {- FIXME: guessed plural form -}; -lin sardine_N = mkN "sardine" "sardines"; -lin sardonic_A = compoundA (mkA "sardonic"); -lin sardonically_Adv = mkAdv "sardonically"; -lin sari_N = mkN "sari" "saris"; -lin sarisbury_PN = mkPN "Sarisbury"; -lin sarong_N = mkN "sarong" "sarongs"; -lin sarsaparilla_N = mkN "sarsaparilla" "-" {- FIXME: no plural form -}; -lin sartorial_A = compoundA (mkA "sartorial"); -lin sash_N = mkN "sash" "sashes"; -lin sash_cord_N = mkN "sash-cord" "sash-cords"; -lin sash_line_N = mkN "sash-line" "sash-lines"; -lin saskatchewan_PN = mkPN "Saskatchewan"; -lin sassari_PN = mkPN "Sassari"; -lin sassenach_N = mkN "sassenach" "sassenachs"; -lin sat_PN = mkPN "Sat"; -lin satan_N = mkN "satan" "satans"; -lin satanic_A = compoundA (mkA "satanic"); -lin satchel_N = mkN "satchel" "satchels"; -lin sate_V2 = mkV2 (mkV "sate" "sates" "sated" "sated" "sating"); -lin sateen_N = mkN "sateen" "-" {- FIXME: no plural form -}; -lin satellite_N = mkN "satellite" "satellites"; -lin satiable_A = compoundA (mkA "satiable"); -lin satiate_V2 = mkV2 (mkV "satiate" "satiates" "satiated" "satiated" "satiating"); -lin satiety_N = mkN "satiety" "-" {- FIXME: no plural form -}; -lin satin_A = compoundA (mkA "satin"); -lin satin_N = mkN "satin" "-" {- FIXME: no plural form -}; -lin satinwood_N = mkN "satinwood" "-" {- FIXME: no plural form -}; -lin satire_N = mkN "satire" "satires"; -lin satirical_A = compoundA (mkA "satirical"); -lin satirically_Adv = mkAdv "satirically"; -lin satirist_N = mkN "satirist" "satirists"; -lin satirize_V2 = mkV2 (mkV "satirize" "satirizes" "satirized" "satirized" "satirizing"); -lin satisfaction_N = mkN "satisfaction" "satisfactions"; -lin satisfactorily_Adv = mkAdv "satisfactorily"; -lin satisfactory_A = compoundA (mkA "satisfactory"); -lin satisfy_V = mkV "satisfy" "satisfies" "satisfied" "satisfied" "satisfying"; -lin satisfy_V2 = mkV2 (mkV "satisfy" "satisfies" "satisfied" "satisfied" "satisfying"); -lin satisfying_A = compoundA (mkA "satisfying"); -lin satisfyingly_Adv = mkAdv "satisfyingly"; -lin satrap_N = mkN "satrap" "satraps"; -lin satsuma_N = mkN "satsuma" "satsumas"; -lin saturate_V2 = mkV2 (mkV "saturate" "saturates" "saturated" "saturated" "saturating"); -lin saturation_N = mkN "saturation" "-" {- FIXME: no plural form -}; -lin saturday_N = mkN "saturday" "saturdays"; -lin saturday_PN = mkPN "Saturday"; -lin saturn_PN = mkPN "Saturn"; -lin saturnalia_N = mkN "saturnalia" "saturnalias"; -lin saturnine_A = compoundA (mkA "saturnine"); -lin satyr_N = mkN "satyr" "satyrs"; -lin satyric_A = compoundA (mkA "satyric"); -lin sauce_N = mkN "sauce" "sauces"; -lin sauce_V2 = mkV2 (mkV "sauce" "sauces" "sauced" "sauced" "saucing"); -lin sauce_boat_N = mkN "sauce-boat" "sauce-boats"; -lin saucepan_N = mkN "saucepan" "saucepans"; -lin saucer_N = mkN "saucer" "saucers"; -lin saucer_eyed_A = compoundA (mkA "saucer-eyed"); -lin sauchie_PN = mkPN "Sauchie"; -lin saucily_Adv = mkAdv "saucily"; -lin sauciness_N = mkN "sauciness" "-" {- FIXME: no plural form -}; -lin saucy_A = mkA "saucy" "saucier"; -lin saudi_arabia_PN = mkPN "Saudi arabia"; -lin saudi_arabian_A = compoundA (mkA "saudi arabian"); -lin saudi_arabian_N = mkN "saudi arabian" "saudi arabians"; -lin sauerkraut_N = mkN "sauerkraut" "-" {- FIXME: no plural form -}; -lin sauna_N = mkN "sauna" "saunas"; -lin saunter_N = mkN "saunter" "saunters"; -lin saunter_V = mkV "saunter" "saunters" "sauntered" "sauntered" "sauntering"; -lin saunterer_N = mkN "saunterer" "saunterers"; -lin saurian_A = compoundA (mkA "saurian"); -lin saurian_N = mkN "saurian" "saurians"; -lin sausage_N = mkN "sausage" "sausages"; -lin sausage_dog_N = mkN "sausage-dog" "sausage-dogs"; -lin sausage_meat_N = mkN "sausage-meat" "-" {- FIXME: no plural form -}; -lin sausage_roll_N = mkN "sausage-roll" "sausage-rolls"; -lin saute_A = compoundA (mkA "sauté"); -lin saute_V2 = mkV2 (mkV "sauté" "sautés" "sautéed" "sautéed" "sautéing"); -lin savage_A = compoundA (mkA "savage"); -lin savage_N = mkN "savage" "savages"; -lin savage_V2 = mkV2 (mkV "savage" "savages" "savaged" "savaged" "savaging"); -lin savagely_Adv = mkAdv "savagely"; -lin savageness_N = mkN "savageness" "-" {- FIXME: no plural form -}; -lin savagery_N = mkN "savagery" "-" {- FIXME: no plural form -}; -lin savanna_N = mkN "savanna" "savannas"; -lin savannah_N = mkN "savannah" "savannahs"; -lin savant_N = mkN "savant" "savants"; -lin save_N = mkN "save" "saves"; -lin save_V = mkV "save" "saves" "saved" "saved" "saving"; -lin save_V2 = mkV2 (mkV "save" "saves" "saved" "saved" "saving"); -lin saveloy_N = mkN "saveloy" "saveloys"; -lin saver_N = mkN "saver" "savers"; -lin saving_A = compoundA (mkA "saving"); -lin saving_N = mkN "saving" "savings"; -lin savings_bank_N = mkN "savings-bank" "savings-banks"; -lin saviour_N = mkN "saviour" "saviours"; -lin savoir_faire_N = mkN "savoir-faire" "-" {- FIXME: no plural form -}; -lin savory_N = mkN "savory" "-" {- FIXME: no plural form -}; -lin savour_N = mkN "savour" "savours"; -lin savour_V = mkV "savour" "savours" "savoured" "savoured" "savouring"; -lin savour_V2 = mkV2 (mkV "savour" "savours" "savoured" "savoured" "savouring"); -lin savoury_A = compoundA (mkA "savoury"); -lin savoury_N = mkN "savoury" "savouries"; -lin savoy_N = mkN "savoy" "savoys"; -lin savvy_N = mkN "savvy" "-" {- FIXME: no plural form -}; -lin savvy_V = mkV "savvy" "IRREG" "IRREG" "IRREG" "IRREG"; -lin saw_N = mkN "saw" "saws"; -lin saw_V = mkV "saw" "saws" "sawed" "sawed" "sawing"; -lin saw_V2 = mkV2 (mkV "saw" "saws" "sawed" "sawed" "sawing"); -lin saw_pit_N = mkN "saw-pit" "saw-pits"; -lin sawbridgeworth_PN = mkPN "Sawbridgeworth"; -lin sawdust_N = mkN "sawdust" "-" {- FIXME: no plural form -}; -lin sawhorse_N = mkN "sawhorse" "sawhorses"; -lin sawmill_N = mkN "sawmill" "sawmills"; -lin sawyer_N = mkN "sawyer" "sawyers"; -lin sax_N = mkN "sax" "saxes"; -lin saxhorn_N = mkN "saxhorn" "saxhorns"; -lin saxifrage_N = mkN "saxifrage" "-" {- FIXME: no plural form -}; -lin saxon_A = compoundA (mkA "saxon"); -lin saxon_N = mkN "saxon" "saxons"; -lin saxophone_N = mkN "saxophone" "saxophones"; -lin saxophonist_N = mkN "saxophonist" "saxophonists"; -lin say_N = mkN "say" "IRREG"; -lin say_V = IrregEng.say_V; -lin say_V2 = mkV2 (IrregEng.say_V); -lin saying_N = mkN "saying" "sayings"; -lin scab_N = mkN "scab" "scabs"; -lin scabbard_N = mkN "scabbard" "scabbards"; -lin scabby_A = mkA "scabby" "scabbier"; -lin scabies_N = mkN "scabies" "-" {- FIXME: no plural form -}; -lin scabious_N = mkN "scabious" "-" {- FIXME: no plural form -}; -lin scabrous_A = compoundA (mkA "scabrous"); -lin scaffold_N = mkN "scaffold" "scaffolds"; -lin scaffolding_N = mkN "scaffolding" "-" {- FIXME: no plural form -}; -lin scalawag_N = mkN "scalawag" "scalawags"; -lin scald_N = mkN "scald" "scalds"; -lin scald_V2 = mkV2 (mkV "scald" "scalds" "scalded" "scalded" "scalding"); -lin scale_N = mkN "scale" "scales"; -lin scale_V = mkV "scale" "scales" "scaled" "scaled" "scaling"; -lin scale_V2 = mkV2 (mkV "scale" "scales" "scaled" "scaled" "scaling"); -lin scaling_ladder_N = mkN "scaling-ladder" "scaling-ladders"; -lin scallop_N = mkN "scallop" "scallops"; -lin scallop_V2 = mkV2 (mkV "scallop" "scallops" "scalloped" "scalloped" "scalloping"); -lin scallop_shell_N = mkN "scallop-shell" "scallop-shells"; -lin scallywag_N = mkN "scallywag" "scallywags"; -lin scalp_N = mkN "scalp" "scalps"; -lin scalp_V2 = mkV2 (mkV "scalp" "scalps" "scalped" "scalped" "scalping"); -lin scalpel_N = mkN "scalpel" "scalpels"; -lin scaly_A = mkA "scaly" "scalier"; -lin scamp_N = mkN "scamp" "scamps"; -lin scamp_V2 = mkV2 (mkV "scamp" "scamps" "scamped" "scamped" "scamping"); -lin scamper_N = mkN "scamper" "scampers"; -lin scamper_V = mkV "scamper" "scampers" "scampered" "scampered" "scampering"; -lin scan_V = mkV "scan" "scans" "scanned" "scanned" "scanning"; -lin scan_V2 = mkV2 (mkV "scan" "scans" "scanned" "scanned" "scanning"); -lin scandal_N = mkN "scandal" "scandals"; -lin scandalize_V2 = mkV2 (mkV "scandalize" "scandalizes" "scandalized" "scandalized" "scandalizing"); -lin scandalmonger_N = mkN "scandalmonger" "scandalmongers"; -lin scandalmongering_N = mkN "scandalmongering" "-" {- FIXME: no plural form -}; -lin scandalous_A = compoundA (mkA "scandalous"); -lin scandalously_Adv = mkAdv "scandalously"; -lin scandinavian_A = compoundA (mkA "scandinavian"); -lin scandinavian_N = mkN "scandinavian" "scandinavians"; -lin scanner_N = mkN "scanner" "scanners"; -lin scansion_N = mkN "scansion" "-" {- FIXME: no plural form -}; -lin scant_A = compoundA (mkA "scant"); -lin scant_V2 = mkV2 (mkV "scant" "scants" "scanted" "scanted" "scanting"); -lin scantily_Adv = mkAdv "scantily"; -lin scantiness_N = mkN "scantiness" "-" {- FIXME: no plural form -}; -lin scantling_N = mkN "scantling" "scantlings"; -lin scanty_A = mkA "scanty" "scantier"; -lin scapegoat_N = mkN "scapegoat" "scapegoats"; -lin scapegrace_N = mkN "scapegrace" "scapegraces"; -lin scapula_N = mkN "scapula" "scapulas"; -lin scar_N = mkN "scar" "scars"; -lin scar_V = mkV "scar" "scars" "scarred" "scarred" "scarring"; -lin scar_V2 = mkV2 (mkV "scar" "scars" "scarred" "scarred" "scarring"); -lin scarab_N = mkN "scarab" "scarabs"; -lin scarborough_PN = mkPN "Scarborough"; -lin scarce_A = mkA "scarce" "scarcer"; -lin scarcely_Adv = mkAdv "scarcely"; -lin scarcity_N = mkN "scarcity" "scarcities"; -lin scare_N = mkN "scare" "scares"; -lin scare_V = mkV "scare" "scares" "scared" "scared" "scaring"; -lin scare_V2 = mkV2 (mkV "scare" "scares" "scared" "scared" "scaring"); -lin scarecrow_N = mkN "scarecrow" "scarecrows"; -lin scaremonger_N = mkN "scaremonger" "scaremongers"; -lin scarf_N = mkN "scarf" "scarfs"; -lin scarf_pin_N = mkN "scarf-pin" "scarf-pins"; -lin scarify_V2 = mkV2 (mkV "scarify" "scarifies" "scarified" "scarified" "scarifying"); -lin scarlet_A = compoundA (mkA "scarlet"); -lin scarlet_N = mkN "scarlet" "scarlets"; -lin scarp_N = mkN "scarp" "scarps"; -lin scarper_V = mkV "scarper" "scarpers" "scarpered" "scarpered" "scarpering"; -lin scary_A = mkA "scary" "scarier"; -lin scathing_A = compoundA (mkA "scathing"); -lin scathingly_Adv = mkAdv "scathingly"; -lin scatter_N = mkN "scatter" "scatters"; -lin scatter_V = mkV "scatter" "scatters" "scattered" "scattered" "scattering"; -lin scatter_V2 = mkV2 (mkV "scatter" "scatters" "scattered" "scattered" "scattering"); -lin scatterbrain_N = mkN "scatterbrain" "scatterbrains"; -lin scatterbrained_A = compoundA (mkA "scatterbrained"); -lin scattered_A = compoundA (mkA "scattered"); -lin scatty_A = mkA "scatty" "scattier"; -lin scavenge_V = mkV "scavenge" "scavenges" "scavenged" "scavenged" "scavenging"; -lin scavenger_N = mkN "scavenger" "scavengers"; -lin scenario_N = mkN "scenario" "scenarios"; -lin scenarist_N = mkN "scenarist" "scenarists"; -lin scene_N = mkN "scene" "scenes"; -lin scene_painter_N = mkN "scene-painter" "scene-painters"; -lin scene_shifter_N = mkN "scene-shifter" "scene-shifters"; -lin scenery_N = mkN "scenery" "-" {- FIXME: no plural form -}; -lin scenic_A = compoundA (mkA "scenic"); -lin scenically_Adv = mkAdv "scenically"; -lin scent_N = mkN "scent" "scents"; -lin scent_V2 = mkV2 (mkV "scent" "scents" "scented" "scented" "scenting"); -lin scentless_A = compoundA (mkA "scentless"); -lin sceptered_A = compoundA (mkA "sceptered"); -lin sceptic_N = mkN "sceptic" "sceptics"; -lin sceptical_A = compoundA (mkA "sceptical"); -lin sceptically_Adv = mkAdv "sceptically"; -lin scepticism_N = mkN "scepticism" "-" {- FIXME: no plural form -}; -lin sceptre_N = mkN "sceptre" "sceptres"; -lin sceptred_A = compoundA (mkA "sceptred"); -lin schedule_N = mkN "schedule" "schedules"; -lin schedule_V2 = mkV2 (mkV "schedule" "schedules" "scheduled" "scheduled" "scheduling"); -lin schema_N = mkN "schema" "schemas"; -lin schematic_A = compoundA (mkA "schematic"); -lin schematically_Adv = mkAdv "schematically"; -lin scheme_N = mkN "scheme" "schemes"; -lin scheme_V = mkV "scheme" "schemes" "schemed" "schemed" "scheming"; -lin scheme_V2 = mkV2 (mkV "scheme" "schemes" "schemed" "schemed" "scheming"); -lin schemer_N = mkN "schemer" "schemers"; -lin scherzo_N = mkN "scherzo" "scherzos"; -lin schism_N = mkN "schism" "schisms"; -lin schismatic_A = compoundA (mkA "schismatic"); -lin schist_N = mkN "schist" "schists"; -lin schizoid_A = compoundA (mkA "schizoid"); -lin schizophrenia_N = mkN "schizophrenia" "-" {- FIXME: no plural form -}; -lin schizophrenic_A = compoundA (mkA "schizophrenic"); -lin schizophrenic_N = mkN "schizophrenic" "schizophrenics"; -lin schmaltz_N = mkN "schmaltz" "-" {- FIXME: no plural form -}; -lin schmaltzy_A = mkA "schmaltzy" "schmaltzier"; -lin schmalz_N = mkN "schmalz" "-" {- FIXME: no plural form -}; -lin schmalzy_A = mkA "schmalzy" "schmalzier"; -lin schnapps_N = mkN "schnapps" "-" {- FIXME: no plural form -}; -lin schnitzel_N = mkN "schnitzel" "schnitzels"; -lin schnorkel_N = mkN "schnorkel" "schnorkels"; -lin scholar_N = mkN "scholar" "scholars"; -lin scholarly_A = compoundA (mkA "scholarly"); -lin scholarship_N = mkN "scholarship" "scholarships"; -lin scholastic_A = compoundA (mkA "scholastic"); -lin scholasticism_N = mkN "scholasticism" "-" {- FIXME: no plural form -}; -lin school_N = mkN "school" "schools"; -lin school_V2 = mkV2 (mkV "school" "schools" "schooled" "schooled" "schooling"); -lin school_board_N = mkN "school-board" "school-boards"; -lin schoolbook_N = mkN "schoolbook" "schoolbooks"; -lin schoolboy_N = mkN "schoolboy" "schoolboys"; -lin schoolchild_N = mkN "schoolchild" "schoolchildren" {- FIXME: guessed plural form -}; -lin schoolfellow_N = mkN "schoolfellow" "schoolfellows"; -lin schoolfriend_N = mkN "schoolfriend" "schoolfriends"; -lin schoolgirl_N = mkN "schoolgirl" "schoolgirls"; -lin schoolhouse_N = mkN "schoolhouse" "schoolhouses"; -lin schooling_N = mkN "schooling" "-" {- FIXME: no plural form -}; -lin schoolman_N = mkN "schoolman" "schoolmen" {- FIXME: guessed plural form -}; -lin schoolmaster_N = mkN "schoolmaster" "schoolmasters"; -lin schoolmate_N = mkN "schoolmate" "schoolmates"; -lin schoolmistress_N = mkN "schoolmistress" "schoolmistresses"; -lin schoolroom_N = mkN "schoolroom" "schoolrooms"; -lin schoolteacher_N = mkN "schoolteacher" "schoolteachers"; -lin schooltime_N = mkN "schooltime" "schooltimes"; -lin schooner_N = mkN "schooner" "schooners"; -lin schottische_N = mkN "schottische" "schottisches"; -lin schwa_N = mkN "schwa" "schwas"; -lin schwerin_PN = mkPN "Schwerin"; -lin sci_fi_N = mkN "sci fi" "-" {- FIXME: no plural form -}; -lin sciatic_A = compoundA (mkA "sciatic"); -lin sciatica_N = mkN "sciatica" "-" {- FIXME: no plural form -}; -lin science_N = mkN "science" "sciences"; -lin scientific_A = compoundA (mkA "scientific"); -lin scientifically_Adv = mkAdv "scientifically"; -lin scientist_N = mkN "scientist" "scientists"; -lin scimitar_N = mkN "scimitar" "scimitars"; -lin scintilla_N = mkN "scintilla" "scintillas"; -lin scintillate_V = mkV "scintillate" "scintillates" "scintillated" "scintillated" "scintillating"; -lin scintillation_N = mkN "scintillation" "scintillations"; -lin scion_N = mkN "scion" "scions"; -lin sclerosis_N = mkN "sclerosis" "-" {- FIXME: no plural form -}; -lin scoff_N = mkN "scoff" "scoffs"; -lin scoff_V = mkV "scoff" "scoffs" "scoffed" "scoffed" "scoffing"; -lin scoff_V2 = mkV2 (mkV "scoff" "scoffs" "scoffed" "scoffed" "scoffing"); -lin scoffer_N = mkN "scoffer" "scoffers"; -lin scoffingly_Adv = mkAdv "scoffingly"; -lin scold_N = mkN "scold" "scolds"; -lin scold_V = mkV "scold" "scolds" "scolded" "scolded" "scolding"; -lin scold_V2 = mkV2 (mkV "scold" "scolds" "scolded" "scolded" "scolding"); -lin scolding_N = mkN "scolding" "scoldings"; -lin scollop_N = mkN "scollop" "scollops"; -lin scollop_V2 = mkV2 (mkV "scollop" "scollops" "scolloped" "scolloped" "scolloping"); -lin sconce_N = mkN "sconce" "sconces"; -lin scone_N = mkN "scone" "scones"; -lin scoop_N = mkN "scoop" "scoops"; -lin scoop_V2 = mkV2 (mkV "scoop" "scoops" "scooped" "scooped" "scooping"); -lin scoopful_N = mkN "scoopful" "scoopfuls"; -lin scoot_V = mkV "scoot" "scoots" "scooted" "scooted" "scooting"; -lin scooter_N = mkN "scooter" "scooters"; -lin scope_N = mkN "scope" "-" {- FIXME: no plural form -}; -lin scorbutic_A = compoundA (mkA "scorbutic"); -lin scorch_N = mkN "scorch" "scorches"; -lin scorch_V = mkV "scorch" "scorches" "scorched" "scorched" "scorching"; -lin scorch_V2 = mkV2 (mkV "scorch" "scorches" "scorched" "scorched" "scorching"); -lin scorcher_N = mkN "scorcher" "scorchers"; -lin scorching_A = compoundA (mkA "scorching"); -lin scorching_Adv = mkAdv "scorching"; -lin score_N = mkN "score" "scores"; -lin score_V = mkV "score" "scores" "scored" "scored" "scoring"; -lin score_V2 = mkV2 (mkV "score" "scores" "scored" "scored" "scoring"); -lin scoreboard_N = mkN "scoreboard" "scoreboards"; -lin scorebook_N = mkN "scorebook" "scorebooks"; -lin scorecard_N = mkN "scorecard" "scorecards"; -lin scorer_N = mkN "scorer" "scorers"; -lin scorn_N = mkN "scorn" "-" {- FIXME: no plural form -}; -lin scorn_V2 = mkV2 (mkV "scorn" "scorns" "scorned" "scorned" "scorning"); -lin scornful_A = compoundA (mkA "scornful"); -lin scornfully_Adv = mkAdv "scornfully"; -lin scorpio_PN = mkPN "Scorpio"; -lin scorpion_N = mkN "scorpion" "scorpions"; -lin scot_N = mkN "scot" "scots"; -lin scot_free_Adv = mkAdv "scot-free"; -lin scotch_A = compoundA (mkA "scotch"); -lin scotch_N = mkN "scotch" "scotches"; -lin scotch_V2 = mkV2 (mkV "scotch" "scotches" "scotched" "scotched" "scotching"); -lin scotchman_N = mkN "scotchman" "scotchmen" {- FIXME: guessed plural form -}; -lin scotchwoman_N = mkN "scotchwoman" "scotchwomen" {- FIXME: guessed plural form -}; -lin scotland_PN = mkPN "Scotland"; -lin scotland_yard_PN = mkPN "Scotland yard"; -lin scots_A = compoundA (mkA "scots"); -lin scotsman_N = mkN "scotsman" "scotsmen" {- FIXME: guessed plural form -}; -lin scotswoman_N = mkN "scotswoman" "scotswomen" {- FIXME: guessed plural form -}; -lin scottish_A = compoundA (mkA "scottish"); -lin scoundrel_N = mkN "scoundrel" "scoundrels"; -lin scoundrelly_A = compoundA (mkA "scoundrelly"); -lin scour_N = mkN "scour" "scours"; -lin scour_V = mkV "scour" "scours" "scoured" "scoured" "scouring"; -lin scour_V2 = mkV2 (mkV "scour" "scours" "scoured" "scoured" "scouring"); -lin scourer_N = mkN "scourer" "scourers"; -lin scourge_N = mkN "scourge" "scourges"; -lin scourge_V2 = mkV2 (mkV "scourge" "scourges" "scourged" "scourged" "scourging"); -lin scout_N = mkN "scout" "scouts"; -lin scout_V = mkV "scout" "scouts" "scouted" "scouted" "scouting"; -lin scout_V2 = mkV2 (mkV "scout" "scouts" "scouted" "scouted" "scouting"); -lin scoutmaster_N = mkN "scoutmaster" "scoutmasters"; -lin scow_N = mkN "scow" "scows"; -lin scowl_N = mkN "scowl" "scowls"; -lin scowl_V = mkV "scowl" "scowls" "scowled" "scowled" "scowling"; -lin scrabble_N = mkN "scrabble" "scrabbles"; -lin scrabble_V = mkV "scrabble" "scrabbles" "scrabbled" "scrabbled" "scrabbling"; -lin scrag_N = mkN "scrag" "scrags"; -lin scrag_V2 = mkV2 (mkV "scrag" "scrags" "scragged" "scragged" "scragging"); -lin scrag_end_N = mkN "scrag-end" "scrag-ends"; -lin scraggy_A = mkA "scraggy" "scraggier"; -lin scram_V = mkV "scram" "scrams" "scrammed" "scrammed" "scramming"; -lin scramble_N = mkN "scramble" "scrambles"; -lin scramble_V = mkV "scramble" "scrambles" "scrambled" "scrambled" "scrambling"; -lin scramble_V2 = mkV2 (mkV "scramble" "scrambles" "scrambled" "scrambled" "scrambling"); -lin scrambler_N = mkN "scrambler" "scramblers"; -lin scrap_N = mkN "scrap" "scraps"; -lin scrap_V2 = mkV2 (mkV "scrap" "scraps" "scrapped" "scrapped" "scrapping"); -lin scrap_iron_N = mkN "scrap-iron" "-" {- FIXME: no plural form -}; -lin scrapbook_N = mkN "scrapbook" "scrapbooks"; -lin scrape_N = mkN "scrape" "scrapes"; -lin scrape_V = mkV "scrape" "scrapes" "scraped" "scraped" "scraping"; -lin scrape_V2 = mkV2 (mkV "scrape" "scrapes" "scraped" "scraped" "scraping"); -lin scraper_N = mkN "scraper" "scrapers"; -lin scrapheap_N = mkN "scrapheap" "scrapheaps"; -lin scraping_N = mkN "scraping" "scrapings"; -lin scrappily_Adv = mkAdv "scrappily"; -lin scrappiness_N = mkN "scrappiness" "-" {- FIXME: no plural form -}; -lin scrappy_A = mkA "scrappy" "scrappier"; -lin scratch_N = mkN "scratch" "scratches"; -lin scratch_V = mkV "scratch" "scratches" "scratched" "scratched" "scratching"; -lin scratch_V2 = mkV2 (mkV "scratch" "scratches" "scratched" "scratched" "scratching"); -lin scratch_pad_N = mkN "scratch-pad" "scratch-pads"; -lin scratch_race_N = mkN "scratch-race" "scratch-races"; -lin scratchy_A = mkA "scratchy" "scratchier"; -lin scrawl_N = mkN "scrawl" "scrawls"; -lin scrawl_V = mkV "scrawl" "scrawls" "scrawled" "scrawled" "scrawling"; -lin scrawl_V2 = mkV2 (mkV "scrawl" "scrawls" "scrawled" "scrawled" "scrawling"); -lin scrawny_A = mkA "scrawny" "scrawnier"; -lin scream_N = mkN "scream" "screams"; -lin scream_V = mkV "scream" "screams" "screamed" "screamed" "screaming"; -lin scream_V2 = mkV2 (mkV "scream" "screams" "screamed" "screamed" "screaming"); -lin screamingly_Adv = mkAdv "screamingly"; -lin scree_N = mkN "scree" "screes"; -lin screech_N = mkN "screech" "screeches"; -lin screech_V = mkV "screech" "screeches" "screeched" "screeched" "screeching"; -lin screech_V2 = mkV2 (mkV "screech" "screeches" "screeched" "screeched" "screeching"); -lin screech_owl_N = mkN "screech-owl" "screech-owls"; -lin screed_N = mkN "screed" "screeds"; -lin screen_N = mkN "screen" "screens"; -lin screen_V = mkV "screen" "screens" "screened" "screened" "screening"; -lin screen_V2 = mkV2 (mkV "screen" "screens" "screened" "screened" "screening"); -lin screw_N = mkN "screw" "screws"; -lin screw_V = mkV "screw" "screws" "screwed" "screwed" "screwing"; -lin screw_V2 = mkV2 (mkV "screw" "screws" "screwed" "screwed" "screwing"); -lin screw_topped_A = compoundA (mkA "screw-topped"); -lin screwball_A = compoundA (mkA "screwball"); -lin screwball_N = mkN "screwball" "screwballs"; -lin screwdriver_N = mkN "screwdriver" "screwdrivers"; -lin screwy_A = mkA "screwy" "screwier"; -lin scribble_N = mkN "scribble" "scribbles"; -lin scribble_V = mkV "scribble" "scribbles" "scribbled" "scribbled" "scribbling"; -lin scribble_V2 = mkV2 (mkV "scribble" "scribbles" "scribbled" "scribbled" "scribbling"); -lin scribbler_N = mkN "scribbler" "scribblers"; -lin scribbling_block_N = mkN "scribbling-block" "scribbling-blocks"; -lin scribe_N = mkN "scribe" "scribes"; -lin scrimmage_N = mkN "scrimmage" "scrimmages"; -lin scrimmage_V = mkV "scrimmage" "scrimmages" "scrimmaged" "scrimmaged" "scrimmaging"; -lin scrimmage_V2 = mkV2 (mkV "scrimmage" "scrimmages" "scrimmaged" "scrimmaged" "scrimmaging"); -lin scrimp_V = mkV "scrimp" "scrimps" "scrimped" "scrimped" "scrimping"; -lin scrimp_V2 = mkV2 (mkV "scrimp" "scrimps" "scrimped" "scrimped" "scrimping"); -lin scrimshank_V = mkV "scrimshank" "scrimshanks" "scrimshanked" "scrimshanked" "scrimshanking"; -lin scrimshanker_N = mkN "scrimshanker" "scrimshankers"; -lin scrip_N = mkN "scrip" "scrips"; -lin script_N = mkN "script" "scripts"; -lin scripted_A = compoundA (mkA "scripted"); -lin scriptural_A = compoundA (mkA "scriptural"); -lin scripture_N = mkN "scripture" "scriptures"; -lin scriptwriter_N = mkN "scriptwriter" "scriptwriters"; -lin scrivener_N = mkN "scrivener" "scriveners"; -lin scrofula_N = mkN "scrofula" "-" {- FIXME: no plural form -}; -lin scrofulous_A = compoundA (mkA "scrofulous"); -lin scroll_N = mkN "scroll" "scrolls"; -lin scrooge_N = mkN "scrooge" "scrooges"; -lin scrotum_N = mkN "scrotum" "scrotums"; -lin scrounge_V = mkV "scrounge" "scrounges" "scrounged" "scrounged" "scrounging"; -lin scrounge_V2 = mkV2 (mkV "scrounge" "scrounges" "scrounged" "scrounged" "scrounging"); -lin scrounger_N = mkN "scrounger" "scroungers"; -lin scrub_N = mkN "scrub" "scrubs"; -lin scrub_V = mkV "scrub" "scrubs" "scrubbed" "scrubbed" "scrubbing"; -lin scrub_V2 = mkV2 (mkV "scrub" "scrubs" "scrubbed" "scrubbed" "scrubbing"); -lin scrubbing_brush_N = mkN "scrubbing-brush" "scrubbing-brushes"; -lin scrubby_A = mkA "scrubby" "scrubbier"; -lin scruff_N = mkN "scruff" "scruffs"; -lin scruffy_A = mkA "scruffy" "scruffier"; -lin scrum_N = mkN "scrum" "scrums"; -lin scrummage_N = mkN "scrummage" "scrummages"; -lin scrumptious_A = compoundA (mkA "scrumptious"); -lin scrunch_N = mkN "scrunch" "scrunches"; -lin scrunch_V2 = mkV2 (mkV "scrunch" "scrunches" "scrunched" "scrunched" "scrunching"); -lin scruple_N = mkN "scruple" "scruples"; -lin scruple_V = mkV "scruple" "scruples" "scrupled" "scrupled" "scrupling"; -lin scrupulous_A = compoundA (mkA "scrupulous"); -lin scrupulously_Adv = mkAdv "scrupulously"; -lin scrutineer_N = mkN "scrutineer" "scrutineers"; -lin scrutinize_V2 = mkV2 (mkV "scrutinize" "scrutinizes" "scrutinized" "scrutinized" "scrutinizing"); -lin scrutiny_N = mkN "scrutiny" "scrutinies"; -lin scud_N = mkN "scud" "scuds"; -lin scud_V = mkV "scud" "scuds" "scudded" "scudded" "scudding"; -lin scuff_V = mkV "scuff" "scuffs" "scuffed" "scuffed" "scuffing"; -lin scuff_V2 = mkV2 (mkV "scuff" "scuffs" "scuffed" "scuffed" "scuffing"); -lin scuffle_V = mkV "scuffle" "scuffles" "scuffled" "scuffled" "scuffling"; -lin scull_N = mkN "scull" "sculls"; -lin scull_V = mkV "scull" "sculls" "sculled" "sculled" "sculling"; -lin scull_V2 = mkV2 (mkV "scull" "sculls" "sculled" "sculled" "sculling"); -lin sculler_N = mkN "sculler" "scullers"; -lin scullery_N = mkN "scullery" "sculleries"; -lin scullion_N = mkN "scullion" "scullions"; -lin sculpt_V = mkV "sculpt" "sculpts" "sculpted" "sculpted" "sculpting"; -lin sculpt_V2 = mkV2 (mkV "sculpt" "sculpts" "sculpted" "sculpted" "sculpting"); -lin sculptor_N = mkN "sculptor" "sculptors"; -lin sculptress_N = mkN "sculptress" "sculptresses"; -lin sculptural_A = compoundA (mkA "sculptural"); -lin sculpture_N = mkN "sculpture" "sculptures"; -lin sculpture_V = mkV "sculpture" "sculptures" "sculptured" "sculptured" "sculpturing"; -lin sculpture_V2 = mkV2 (mkV "sculpture" "sculptures" "sculptured" "sculptured" "sculpturing"); -lin scum_N = mkN "scum" "-" {- FIXME: no plural form -}; -lin scummy_A = mkA "scummy" "scummier"; -lin scunthorpe_PN = mkPN "Scunthorpe"; -lin scupper_N = mkN "scupper" "scuppers"; -lin scupper_V2 = mkV2 (mkV "scupper" "scuppers" "scuppered" "scuppered" "scuppering"); -lin scurf_N = mkN "scurf" "-" {- FIXME: no plural form -}; -lin scurfy_A = mkA "scurfy" "scurfier"; -lin scurrility_N = mkN "scurrility" "-" {- FIXME: no plural form -}; -lin scurrilous_A = compoundA (mkA "scurrilous"); -lin scurrilously_Adv = mkAdv "scurrilously"; -lin scurry_N = mkN "scurry" "scurries"; -lin scurry_V = mkV "scurry" "scurries" "scurried" "scurried" "scurrying"; -lin scurvily_Adv = mkAdv "scurvily"; -lin scurvy_A = compoundA (mkA "scurvy"); -lin scurvy_N = mkN "scurvy" "-" {- FIXME: no plural form -}; -lin scut_N = mkN "scut" "scuts"; -lin scutcheon_N = mkN "scutcheon" "scutcheons"; -lin scuttle_N = mkN "scuttle" "scuttles"; -lin scuttle_V = mkV "scuttle" "scuttles" "scuttled" "scuttled" "scuttling"; -lin scuttle_V2 = mkV2 (mkV "scuttle" "scuttles" "scuttled" "scuttled" "scuttling"); -lin scylla_N = mkN "scylla" "scyllas"; -lin scythe_N = mkN "scythe" "scythes"; -lin scythe_V2 = mkV2 (mkV "scythe" "scythes" "scythed" "scythed" "scything"); -lin sea_N = mkN "sea" "seas"; -lin sea_anemone_N = mkN "sea-anemone" "sea-anemones"; -lin sea_animal_N = mkN "sea-animal" "sea-animals"; -lin sea_bathing_N = mkN "sea-bathing" "-" {- FIXME: no plural form -}; -lin sea_boat_N = mkN "sea-boat" "sea-boats"; -lin sea_bream_N = mkN "sea-bream" "sea-bream"; -lin sea_breeze_N = mkN "sea-breeze" "sea-breezes"; -lin sea_coal_N = mkN "sea-coal" "-" {- FIXME: no plural form -}; -lin sea_cow_N = mkN "sea-cow" "sea-cows"; -lin sea_dog_N = mkN "sea-dog" "sea-dogs"; -lin sea_fish_N = mkN "sea-fish" "sea-fish"; -lin sea_girt_A = compoundA (mkA "sea-girt"); -lin sea_god_N = mkN "sea-god" "sea-gods"; -lin sea_green_A = compoundA (mkA "sea-green"); -lin sea_green_N = mkN "sea-green" "-" {- FIXME: no plural form -}; -lin sea_horse_N = mkN "sea-horse" "sea-horses"; -lin sea_level_N = mkN "sea-level" "IRREG"; -lin sea_lion_N = mkN "sea-lion" "sea-lions"; -lin sea_power_N = mkN "sea-power" "-" {- FIXME: no plural form -}; -lin sea_rover_N = mkN "sea-rover" "sea-rovers"; -lin sea_snake_N = mkN "sea-snake" "sea-snakes"; -lin sea_urchin_N = mkN "sea-urchin" "sea-urchins"; -lin sea_wall_N = mkN "sea-wall" "sea-walls"; -lin sea_water_N = mkN "sea-water" "-" {- FIXME: no plural form -}; -lin seabed_N = mkN "seabed" "seabeds"; -lin seabird_N = mkN "seabird" "seabirds"; -lin seaboard_N = mkN "seaboard" "seaboards"; -lin seaborne_A = compoundA (mkA "seaborne"); -lin seafarer_N = mkN "seafarer" "seafarers"; -lin seafaring_A = compoundA (mkA "seafaring"); -lin seafood_N = mkN "seafood" "seafoods"; -lin seaford_PN = mkPN "Seaford"; -lin seafront_N = mkN "seafront" "seafronts"; -lin seagoing_A = compoundA (mkA "seagoing"); -lin seagull_N = mkN "seagull" "seagulls"; -lin seaham_PN = mkPN "Seaham"; -lin seakale_N = mkN "seakale" "-" {- FIXME: no plural form -}; -lin seal_N = mkN "seal" "seals"; -lin seal_V = mkV "seal" "seals" "sealed" "sealed" "sealing"; -lin seal_V2 = mkV2 (mkV "seal" "seals" "sealed" "sealed" "sealing"); -lin seal_ring_N = mkN "seal-ring" "seal-rings"; -lin sealer_N = mkN "sealer" "sealers"; -lin sealing_wax_N = mkN "sealing-wax" "-" {- FIXME: no plural form -}; -lin sealskin_N = mkN "sealskin" "sealskins"; -lin sealyham_N = mkN "sealyham" "sealyhams"; -lin seam_N = mkN "seam" "seams"; -lin seam_V2 = mkV2 (mkV "seam" "seams" "seamed" "seamed" "seaming"); -lin seaman_N = mkN "seaman" "seamen" {- FIXME: guessed plural form -}; -lin seamanlike_A = compoundA (mkA "seamanlike"); -lin seamanship_N = mkN "seamanship" "-" {- FIXME: no plural form -}; -lin seamless_A = compoundA (mkA "seamless"); -lin seamstress_N = mkN "seamstress" "seamstresses"; -lin seamus_PN = mkPN "Seamus"; -lin seamy_A = mkA "seamy" "seamier"; -lin sean_PN = mkPN "Sean"; -lin seaplane_N = mkN "seaplane" "seaplanes"; -lin seaport_N = mkN "seaport" "seaports"; -lin sear_A = compoundA (mkA "sear"); -lin sear_V2 = mkV2 (mkV "sear" "sears" "seared" "seared" "searing"); -lin search_N = mkN "search" "searches"; -lin search_V = mkV "search" "searches" "searched" "searched" "searching"; -lin search_V2 = mkV2 (mkV "search" "searches" "searched" "searched" "searching"); -lin search_party_N = mkN "search-party" "search-parties"; -lin search_warrant_N = mkN "search-warrant" "search-warrants"; -lin searcher_N = mkN "searcher" "searchers"; -lin searching_A = compoundA (mkA "searching"); -lin searchingly_Adv = mkAdv "searchingly"; -lin searchlight_N = mkN "searchlight" "searchlights"; -lin searing_iron_N = mkN "searing-iron" "searing-irons"; -lin seascape_N = mkN "seascape" "seascapes"; -lin seashell_N = mkN "seashell" "seashells"; -lin seashore_N = mkN "seashore" "seashores"; -lin seasick_A = compoundA (mkA "seasick"); -lin seasickness_N = mkN "seasickness" "-" {- FIXME: no plural form -}; -lin seaside_N = mkN "seaside" "seasides"; -lin season_N = mkN "season" "seasons"; -lin season_V = mkV "season" "seasons" "seasoned" "seasoned" "seasoning"; -lin season_V2 = mkV2 (mkV "season" "seasons" "seasoned" "seasoned" "seasoning"); -lin season_ticket_N = mkN "season-ticket" "season-tickets"; -lin seasonable_A = compoundA (mkA "seasonable"); -lin seasonal_A = compoundA (mkA "seasonal"); -lin seasonally_Adv = mkAdv "seasonally"; -lin seasoning_N = mkN "seasoning" "seasonings"; -lin seat_N = mkN "seat" "seats"; -lin seat_V2 = mkV2 (mkV "seat" "seats" "seated" "seated" "seating"); -lin seat_belt_N = mkN "seat-belt" "seat-belts"; -lin seating_room_N = mkN "seating-room" "-" {- FIXME: no plural form -}; -lin seaton_burn_PN = mkPN "Seaton burn"; -lin seaton_delaval_PN = mkPN "Seaton delaval"; -lin seattle_PN = mkPN "Seattle"; -lin seaward_A = compoundA (mkA "seaward"); -lin seawards_Adv = mkAdv "seawards"; -lin seaway_N = mkN "seaway" "seaways"; -lin seaweed_N = mkN "seaweed" "seaweeds"; -lin seaworthiness_N = mkN "seaworthiness" "-" {- FIXME: no plural form -}; -lin seaworthy_A = compoundA (mkA "seaworthy"); -lin sec_N = mkN "sec" "secs"; -lin secede_V = mkV "secede" "secedes" "seceded" "seceded" "seceding"; -lin secession_N = mkN "secession" "secessions"; -lin secessionist_N = mkN "secessionist" "secessionists"; -lin seclude_V2 = mkV2 (mkV "seclude" "secludes" "secluded" "secluded" "secluding"); -lin secluded_A = compoundA (mkA "secluded"); -lin seclusion_N = mkN "seclusion" "-" {- FIXME: no plural form -}; -lin second_A = compoundA (mkA "second"); -lin second_Adv = mkAdv "second"; -lin second_N = mkN "second" "seconds"; -lin second_V2 = mkV2 (mkV "second" "seconds" "seconded" "seconded" "seconding"); -lin second_best_A = compoundA (mkA "second-best"); -lin second_best_Adv = mkAdv "second-best"; -lin second_best_N = mkN "second-best" "IRREG"; -lin second_class_A = compoundA (mkA "second-class"); -lin second_class_Adv = mkAdv "second-class"; -lin second_class_N = mkN "second-class" "-" {- FIXME: no plural form -}; -lin second_hand_A = compoundA (mkA "second-hand"); -lin second_hand_N = mkN "second-hand" "second-hands"; -lin second_rate_A = compoundA (mkA "second-rate"); -lin second_rater_N = mkN "second-rater" "second-raters"; -lin second_sighted_A = compoundA (mkA "second-sighted"); -lin secondarily_Adv = mkAdv "secondarily"; -lin secondary_A = compoundA (mkA "secondary"); -lin seconder_N = mkN "seconder" "seconders"; -lin secondly_Adv = mkAdv "secondly"; -lin secondment_N = mkN "secondment" "secondments"; -lin secrecy_N = mkN "secrecy" "-" {- FIXME: no plural form -}; -lin secret_A = compoundA (mkA "secret"); -lin secret_N = mkN "secret" "secrets"; -lin secretarial_A = compoundA (mkA "secretarial"); -lin secretariat_N = mkN "secretariat" "secretariats"; -lin secretary_N = mkN "secretary" "secretaries"; -lin secretary_general_N = mkN "secretary-general" "secretary-generals"; -lin secrete_V2 = mkV2 (mkV "secrete" "secretes" "secreted" "secreted" "secreting"); -lin secretion_N = mkN "secretion" "secretions"; -lin secretive_A = compoundA (mkA "secretive"); -lin secretively_Adv = mkAdv "secretively"; -lin secretiveness_N = mkN "secretiveness" "-" {- FIXME: no plural form -}; -lin secretly_Adv = mkAdv "secretly"; -lin sect_N = mkN "sect" "sects"; -lin sectarian_A = compoundA (mkA "sectarian"); -lin sectarian_N = mkN "sectarian" "sectarians"; -lin sectarianism_N = mkN "sectarianism" "-" {- FIXME: no plural form -}; -lin section_N = mkN "section" "sections"; -lin sectional_A = compoundA (mkA "sectional"); -lin sectionalism_N = mkN "sectionalism" "-" {- FIXME: no plural form -}; -lin sector_N = mkN "sector" "sectors"; -lin secular_A = compoundA (mkA "secular"); -lin secularism_N = mkN "secularism" "-" {- FIXME: no plural form -}; -lin secularist_N = mkN "secularist" "secularists"; -lin secularize_V2 = mkV2 (mkV "secularize" "secularizes" "secularized" "secularized" "secularizing"); -lin secure_A = compoundA (mkA "secure"); -lin secure_V2 = mkV2 (mkV "secure" "secures" "secured" "secured" "securing"); -lin securely_Adv = mkAdv "securely"; -lin securicor_PN = mkPN "Securicor"; -lin security_N = mkN "security" "securities"; -lin sedan_N = mkN "sedan" "sedans"; -lin sedan_chair_N = mkN "sedan-chair" "sedan-chairs"; -lin sedate_A = compoundA (mkA "sedate"); -lin sedate_V2 = mkV2 (mkV "sedate" "sedates" "sedated" "sedated" "sedating"); -lin sedately_Adv = mkAdv "sedately"; -lin sedateness_N = mkN "sedateness" "-" {- FIXME: no plural form -}; -lin sedation_N = mkN "sedation" "-" {- FIXME: no plural form -}; -lin sedative_A = compoundA (mkA "sedative"); -lin sedative_N = mkN "sedative" "sedatives"; -lin sedentary_A = compoundA (mkA "sedentary"); -lin sedge_N = mkN "sedge" "sedges"; -lin sedgy_A = mkA "sedgy" "sedgier"; -lin sediment_N = mkN "sediment" "-" {- FIXME: no plural form -}; -lin sedimentary_A = compoundA (mkA "sedimentary"); -lin sedition_N = mkN "sedition" "-" {- FIXME: no plural form -}; -lin seditious_A = compoundA (mkA "seditious"); -lin seduce_V2 = mkV2 (mkV "seduce" "seduces" "seduced" "seduced" "seducing"); -lin seducer_N = mkN "seducer" "seducers"; -lin seduction_N = mkN "seduction" "seductions"; -lin seductive_A = compoundA (mkA "seductive"); -lin seductively_Adv = mkAdv "seductively"; -lin sedulous_A = compoundA (mkA "sedulous"); -lin sedulously_Adv = mkAdv "sedulously"; -lin see_N = mkN "see" "sees"; -lin see_V = IrregEng.see_V; -lin see_V2 = mkV2 (IrregEng.see_V); -lin see_through_A = compoundA (mkA "see-through"); -lin seed_N = mkN "seed" "seed"; -lin seed_V = mkV "seed" "seeds" "seeded" "seeded" "seeding"; -lin seed_V2 = mkV2 (mkV "seed" "seeds" "seeded" "seeded" "seeding"); -lin seed_corn_N = mkN "seed-corn" "-" {- FIXME: no plural form -}; -lin seedbed_N = mkN "seedbed" "seedbeds"; -lin seedcake_N = mkN "seedcake" "seedcakes"; -lin seedily_Adv = mkAdv "seedily"; -lin seediness_N = mkN "seediness" "-" {- FIXME: no plural form -}; -lin seedless_A = compoundA (mkA "seedless"); -lin seedling_N = mkN "seedling" "seedlings"; -lin seedsman_N = mkN "seedsman" "seedsmen" {- FIXME: guessed plural form -}; -lin seedtime_N = mkN "seedtime" "seedtimes"; -lin seedy_A = mkA "seedy" "seedier"; -lin seek_V2 = mkV2 (IrregEng.seek_V); -lin seeker_N = mkN "seeker" "seekers"; -lin seem_V = mkV "seem" "seems" "seemed" "seemed" "seeming"; -lin seeming_A = compoundA (mkA "seeming"); -lin seemingly_Adv = mkAdv "seemingly"; -lin seemliness_N = mkN "seemliness" "-" {- FIXME: no plural form -}; -lin seemly_A = mkA "seemly" "seemlier"; -lin seep_V = mkV "seep" "seeps" "seeped" "seeped" "seeping"; -lin seepage_N = mkN "seepage" "-" {- FIXME: no plural form -}; -lin seer_N = mkN "seer" "seers"; -lin seersucker_N = mkN "seersucker" "-" {- FIXME: no plural form -}; -lin seesaw_N = mkN "seesaw" "seesaws"; -lin seesaw_V = mkV "seesaw" "seesaws" "seesawed" "seesawed" "seesawing"; -lin seethe_V = mkV "seethe" "seethes" "seethed" "seethed" "seething"; -lin seethe_V2 = mkV2 (mkV "seethe" "seethes" "seethed" "seethed" "seething"); -lin segment_N = mkN "segment" "segments"; -lin segment_V = mkV "segment" "segments" "segmented" "segmented" "segmenting"; -lin segment_V2 = mkV2 (mkV "segment" "segments" "segmented" "segmented" "segmenting"); -lin segmentation_N = mkN "segmentation" "segmentations"; -lin segregate_V2 = mkV2 (mkV "segregate" "segregates" "segregated" "segregated" "segregating"); -lin segregation_N = mkN "segregation" "segregations"; -lin seignior_N = mkN "seignior" "seigniors"; -lin seine_N = mkN "seine" "seines"; -lin seine_V = mkV "seine" "seines" "seined" "seined" "seining"; -lin seine_V2 = mkV2 (mkV "seine" "seines" "seined" "seined" "seining"); -lin seismic_A = compoundA (mkA "seismic"); -lin seismograph_N = mkN "seismograph" "seismographs"; -lin seismologist_N = mkN "seismologist" "seismologists"; -lin seismology_N = mkN "seismology" "-" {- FIXME: no plural form -}; -lin seize_V = mkV "seize" "seizes" "seized" "seized" "seizing"; -lin seize_V2 = mkV2 (mkV "seize" "seizes" "seized" "seized" "seizing"); -lin seizure_N = mkN "seizure" "seizures"; -lin selby_PN = mkPN "Selby"; -lin seldom_Adv = mkAdv "seldom"; -lin select_A = compoundA (mkA "select"); -lin select_V2 = mkV2 (mkV "select" "selects" "selected" "selected" "selecting"); -lin selection_N = mkN "selection" "selections"; -lin selective_A = compoundA (mkA "selective"); -lin selectively_Adv = mkAdv "selectively"; -lin selectivity_N = mkN "selectivity" "-" {- FIXME: no plural form -}; -lin selector_N = mkN "selector" "selectors"; -lin selenium_N = mkN "selenium" "-" {- FIXME: no plural form -}; -lin self_N = mkN "self" "selves" {- FIXME: guessed plural form -}; -lin self_abasement_N = mkN "self-abasement" "-" {- FIXME: no plural form -}; -lin self_abnegation_N = mkN "self-abnegation" "-" {- FIXME: no plural form -}; -lin self_absorbed_A = compoundA (mkA "self-absorbed"); -lin self_acting_A = compoundA (mkA "self-acting"); -lin self_activating_A = compoundA (mkA "self-activating"); -lin self_addressed_A = compoundA (mkA "self-addressed"); -lin self_appointed_A = compoundA (mkA "self-appointed"); -lin self_assertion_N = mkN "self-assertion" "-" {- FIXME: no plural form -}; -lin self_assertive_A = compoundA (mkA "self-assertive"); -lin self_assurance_N = mkN "self-assurance" "-" {- FIXME: no plural form -}; -lin self_assured_A = compoundA (mkA "self-assured"); -lin self_centred_A = compoundA (mkA "self-centred"); -lin self_collected_A = compoundA (mkA "self-collected"); -lin self_coloured_A = compoundA (mkA "self-coloured"); -lin self_command_N = mkN "self-command" "-" {- FIXME: no plural form -}; -lin self_communion_N = mkN "self-communion" "-" {- FIXME: no plural form -}; -lin self_complacency_N = mkN "self-complacency" "-" {- FIXME: no plural form -}; -lin self_confessed_A = compoundA (mkA "self-confessed"); -lin self_confidence_N = mkN "self-confidence" "-" {- FIXME: no plural form -}; -lin self_confident_A = compoundA (mkA "self-confident"); -lin self_conscious_A = compoundA (mkA "self-conscious"); -lin self_consciousness_N = mkN "self-consciousness" "-" {- FIXME: no plural form -}; -lin self_contained_A = compoundA (mkA "self-contained"); -lin self_control_N = mkN "self-control" "-" {- FIXME: no plural form -}; -lin self_defence_N = mkN "self-defence" "-" {- FIXME: no plural form -}; -lin self_denial_N = mkN "self-denial" "-" {- FIXME: no plural form -}; -lin self_denying_A = compoundA (mkA "self-denying"); -lin self_determination_N = mkN "self-determination" "-" {- FIXME: no plural form -}; -lin self_educated_A = compoundA (mkA "self-educated"); -lin self_effacing_A = compoundA (mkA "self-effacing"); -lin self_employed_A = compoundA (mkA "self-employed"); -lin self_esteem_N = mkN "self-esteem" "-" {- FIXME: no plural form -}; -lin self_evident_A = compoundA (mkA "self-evident"); -lin self_examination_N = mkN "self-examination" "self-examinations"; -lin self_explanatory_A = compoundA (mkA "self-explanatory"); -lin self_help_N = mkN "self-help" "-" {- FIXME: no plural form -}; -lin self_importance_N = mkN "self-importance" "-" {- FIXME: no plural form -}; -lin self_important_A = compoundA (mkA "self-important"); -lin self_imposed_A = compoundA (mkA "self-imposed"); -lin self_indulgence_N = mkN "self-indulgence" "-" {- FIXME: no plural form -}; -lin self_indulgent_A = compoundA (mkA "self-indulgent"); -lin self_interest_N = mkN "self-interest" "-" {- FIXME: no plural form -}; -lin self_locking_A = compoundA (mkA "self-locking"); -lin self_made_A = compoundA (mkA "self-made"); -lin self_opinionated_A = compoundA (mkA "self-opinionated"); -lin self_pity_N = mkN "self-pity" "-" {- FIXME: no plural form -}; -lin self_possessed_A = compoundA (mkA "self-possessed"); -lin self_possession_N = mkN "self-possession" "-" {- FIXME: no plural form -}; -lin self_preservation_N = mkN "self-preservation" "-" {- FIXME: no plural form -}; -lin self_raising_A = compoundA (mkA "self-raising"); -lin self_reliance_N = mkN "self-reliance" "-" {- FIXME: no plural form -}; -lin self_reliant_A = compoundA (mkA "self-reliant"); -lin self_respect_N = mkN "self-respect" "-" {- FIXME: no plural form -}; -lin self_respecting_A = compoundA (mkA "self-respecting"); -lin self_righteous_A = compoundA (mkA "self-righteous"); -lin self_rule_N = mkN "self-rule" "-" {- FIXME: no plural form -}; -lin self_sacrifice_N = mkN "self-sacrifice" "self-sacrifices"; -lin self_sacrificing_A = compoundA (mkA "self-sacrificing"); -lin self_same_A = compoundA (mkA "self-same"); -lin self_sealing_A = compoundA (mkA "self-sealing"); -lin self_seeker_N = mkN "self-seeker" "self-seekers"; -lin self_seeking_A = compoundA (mkA "self-seeking"); -lin self_seeking_N = mkN "self-seeking" "-" {- FIXME: no plural form -}; -lin self_service_N = mkN "self-service" "-" {- FIXME: no plural form -}; -lin self_sown_A = compoundA (mkA "self-sown"); -lin self_starter_N = mkN "self-starter" "self-starters"; -lin self_styled_A = compoundA (mkA "self-styled"); -lin self_sufficiency_N = mkN "self-sufficiency" "-" {- FIXME: no plural form -}; -lin self_sufficient_A = compoundA (mkA "self-sufficient"); -lin self_sufficing_A = compoundA (mkA "self-sufficing"); -lin self_supporting_A = compoundA (mkA "self-supporting"); -lin self_will_N = mkN "self-will" "-" {- FIXME: no plural form -}; -lin self_willed_A = compoundA (mkA "self-willed"); -lin self_winding_A = compoundA (mkA "self-winding"); -lin selfconsciously_Adv = mkAdv "selfconsciously"; -lin selfish_A = compoundA (mkA "selfish"); -lin selfishly_Adv = mkAdv "selfishly"; -lin selfishness_N = mkN "selfishness" "-" {- FIXME: no plural form -}; -lin selkirk_PN = mkPN "Selkirk"; -lin sell_N = mkN "sell" "IRREG"; -lin sell_V = IrregEng.sell_V; -lin sell_V2 = mkV2 (IrregEng.sell_V); -lin seller_N = mkN "seller" "sellers"; -lin selling_N = mkN "selling" "-" {- FIXME: no plural form -}; -lin sellout_N = mkN "sellout" "sellouts"; -lin selsey_PN = mkPN "Selsey"; -lin selston_PN = mkPN "Selston"; -lin selvage_N = mkN "selvage" "selvages"; -lin selvedge_N = mkN "selvedge" "selvedges"; -lin semantic_A = compoundA (mkA "semantic"); -lin semantics_N = mkN "semantics" "semantics"; -lin semaphore_N = mkN "semaphore" "-" {- FIXME: no plural form -}; -lin semaphore_V = mkV "semaphore" "semaphores" "semaphored" "semaphored" "semaphoring"; -lin semaphore_V2 = mkV2 (mkV "semaphore" "semaphores" "semaphored" "semaphored" "semaphoring"); -lin semarang_PN = mkPN "Semarang"; -lin semblance_N = mkN "semblance" "semblances"; -lin semen_N = mkN "semen" "-" {- FIXME: no plural form -}; -lin semester_N = mkN "semester" "semesters"; -lin semibreve_N = mkN "semibreve" "semibreves"; -lin semicircle_N = mkN "semicircle" "semicircles"; -lin semicircular_A = compoundA (mkA "semicircular"); -lin semicolon_N = mkN "semicolon" "semicolons"; -lin semiconducting_A = compoundA (mkA "semiconducting"); -lin semiconductor_N = mkN "semiconductor" "semiconductors"; -lin semiconscious_A = compoundA (mkA "semiconscious"); -lin semidetached_A = compoundA (mkA "semidetached"); -lin semifinal_N = mkN "semifinal" "semifinals"; -lin semifinalist_N = mkN "semifinalist" "semifinalists"; -lin seminal_A = compoundA (mkA "seminal"); -lin seminar_N = mkN "seminar" "seminars"; -lin seminarist_N = mkN "seminarist" "seminarists"; -lin seminary_N = mkN "seminary" "seminaries"; -lin semiofficial_A = compoundA (mkA "semiofficial"); -lin semiquaver_N = mkN "semiquaver" "semiquavers"; -lin semirigid_A = compoundA (mkA "semirigid"); -lin semite_A = compoundA (mkA "semite"); -lin semite_N = mkN "semite" "semites"; -lin semitic_A = compoundA (mkA "semitic"); -lin semitone_N = mkN "semitone" "semitones"; -lin semitropical_A = compoundA (mkA "semitropical"); -lin semivowel_N = mkN "semivowel" "semivowels"; -lin semolina_N = mkN "semolina" "-" {- FIXME: no plural form -}; -lin sempstress_N = mkN "sempstress" "sempstresses"; -lin senate_N = mkN "senate" "senates"; -lin senator_N = mkN "senator" "senators"; -lin senatorial_A = compoundA (mkA "senatorial"); -lin send_V = IrregEng.send_V; -lin send_V2 = mkV2 (IrregEng.send_V); -lin send_up_N = mkN "send-up" "send-ups"; -lin sender_N = mkN "sender" "senders"; -lin sendoff_N = mkN "sendoff" "sendoffs"; -lin senegal_PN = mkPN "Senegal"; -lin senegalese_A = compoundA (mkA "senegalese"); -lin senegalese_N = mkN "senegalese" "senegalese"; -lin senescence_N = mkN "senescence" "-" {- FIXME: no plural form -}; -lin senescent_A = compoundA (mkA "senescent"); -lin seneschal_N = mkN "seneschal" "seneschals"; -lin senile_A = compoundA (mkA "senile"); -lin senility_N = mkN "senility" "-" {- FIXME: no plural form -}; -lin senior_A = compoundA (mkA "senior"); -lin senior_N = mkN "senior" "seniors"; -lin seniority_N = mkN "seniority" "-" {- FIXME: no plural form -}; -lin senna_N = mkN "senna" "-" {- FIXME: no plural form -}; -lin senora_N = mkN "senora" "senoras"; -lin senorita_N = mkN "senorita" "senoritas"; -lin sensation_N = mkN "sensation" "sensations"; -lin sensational_A = compoundA (mkA "sensational"); -lin sensationalism_N = mkN "sensationalism" "-" {- FIXME: no plural form -}; -lin sensationalist_N = mkN "sensationalist" "sensationalists"; -lin sensationally_Adv = mkAdv "sensationally"; -lin sense_N = mkN "sense" "senses"; -lin sense_V2 = mkV2 (mkV "sense" "senses" "sensed" "sensed" "sensing"); -lin sense_organ_N = mkN "sense-organ" "sense-organs"; -lin senseless_A = compoundA (mkA "senseless"); -lin senselessly_Adv = mkAdv "senselessly"; -lin senselessness_N = mkN "senselessness" "-" {- FIXME: no plural form -}; -lin sensibility_N = mkN "sensibility" "sensibilities"; -lin sensible_A = compoundA (mkA "sensible"); -lin sensibly_Adv = mkAdv "sensibly"; -lin sensitive_A = compoundA (mkA "sensitive"); -lin sensitively_Adv = mkAdv "sensitively"; -lin sensitivity_N = mkN "sensitivity" "sensitivities"; -lin sensitization_N = mkN "sensitization" "-" {- FIXME: no plural form -}; -lin sensitize_V2 = mkV2 (mkV "sensitize" "sensitizes" "sensitized" "sensitized" "sensitizing"); -lin sensory_A = compoundA (mkA "sensory"); -lin sensual_A = compoundA (mkA "sensual"); -lin sensualism_N = mkN "sensualism" "-" {- FIXME: no plural form -}; -lin sensualist_N = mkN "sensualist" "sensualists"; -lin sensuality_N = mkN "sensuality" "-" {- FIXME: no plural form -}; -lin sensuous_A = compoundA (mkA "sensuous"); -lin sensuously_Adv = mkAdv "sensuously"; -lin sensuousness_N = mkN "sensuousness" "-" {- FIXME: no plural form -}; -lin sentence_N = mkN "sentence" "sentences"; -lin sentence_V2 = mkV2 (mkV "sentence" "sentences" "sentenced" "sentenced" "sentencing"); -lin sententious_A = compoundA (mkA "sententious"); -lin sententiously_Adv = mkAdv "sententiously"; -lin sentient_A = compoundA (mkA "sentient"); -lin sentiment_N = mkN "sentiment" "sentiments"; -lin sentimental_A = compoundA (mkA "sentimental"); -lin sentimentalist_N = mkN "sentimentalist" "sentimentalists"; -lin sentimentality_N = mkN "sentimentality" "-" {- FIXME: no plural form -}; -lin sentimentalize_V = mkV "sentimentalize" "sentimentalizes" "sentimentalized" "sentimentalized" "sentimentalizing"; -lin sentimentalize_V2 = mkV2 (mkV "sentimentalize" "sentimentalizes" "sentimentalized" "sentimentalized" "sentimentalizing"); -lin sentimentally_Adv = mkAdv "sentimentally"; -lin sentinel_N = mkN "sentinel" "sentinels"; -lin sentry_N = mkN "sentry" "sentries"; -lin sentry_box_N = mkN "sentry-box" "sentry-boxes"; -lin sentry_go_N = mkN "sentry-go" "sentry-gi" {- FIXME: guessed plural form -}; -lin seoul_PN = mkPN "Seoul"; -lin sepal_N = mkN "sepal" "sepals"; -lin separability_N = mkN "separability" "-" {- FIXME: no plural form -}; -lin separable_A = compoundA (mkA "separable"); -lin separably_Adv = mkAdv "separably"; -lin separate_A = compoundA (mkA "separate"); -lin separate_N = mkN "separate" "separates"; -lin separate_V = mkV "separate" "separates" "separated" "separated" "separating"; -lin separate_V2 = mkV2 (mkV "separate" "separates" "separated" "separated" "separating"); -lin separately_Adv = mkAdv "separately"; -lin separation_N = mkN "separation" "separations"; -lin separatist_N = mkN "separatist" "separatists"; -lin separator_N = mkN "separator" "separators"; -lin sepia_N = mkN "sepia" "-" {- FIXME: no plural form -}; -lin sepsis_N = mkN "sepsis" "-" {- FIXME: no plural form -}; -lin sept_PN = mkPN "Sept"; -lin september_N = mkN "september" "septembers"; -lin september_PN = mkPN "September"; -lin septet_N = mkN "septet" "septets"; -lin septic_A = compoundA (mkA "septic"); -lin septicaemia_N = mkN "septicaemia" "-" {- FIXME: no plural form -}; -lin septicemia_N = mkN "septicemia" "-" {- FIXME: no plural form -}; -lin septuagenarian_N = mkN "septuagenarian" "septuagenarians"; -lin septuagint_N = mkN "septuagint" "septuagints"; -lin sepulchral_A = compoundA (mkA "sepulchral"); -lin sepulchre_N = mkN "sepulchre" "sepulchres"; -lin sepulture_N = mkN "sepulture" "-" {- FIXME: no plural form -}; -lin sequel_N = mkN "sequel" "sequels"; -lin sequence_N = mkN "sequence" "sequences"; -lin sequent_A = compoundA (mkA "sequent"); -lin sequential_A = compoundA (mkA "sequential"); -lin sequentially_Adv = mkAdv "sequentially"; -lin sequester_V2 = mkV2 (mkV "sequester" "sequesters" "sequestered" "sequestered" "sequestering"); -lin sequestered_A = compoundA (mkA "sequestered"); -lin sequestrate_V2 = mkV2 (mkV "sequestrate" "sequestrates" "sequestrated" "sequestrated" "sequestrating"); -lin sequestration_N = mkN "sequestration" "sequestrations"; -lin sequin_N = mkN "sequin" "sequins"; -lin sequoia_N = mkN "sequoia" "sequoias"; -lin seraglio_N = mkN "seraglio" "seraglios"; -lin seraph_N = mkN "seraph" "seraphs"; -lin seraphic_A = compoundA (mkA "seraphic"); -lin serbo_croat_N = mkN "serbo-croat" "-" {- FIXME: no plural form -}; -lin sere_A = compoundA (mkA "sere"); -lin serenade_N = mkN "serenade" "serenades"; -lin serenade_V2 = mkV2 (mkV "serenade" "serenades" "serenaded" "serenaded" "serenading"); -lin serendipity_N = mkN "serendipity" "-" {- FIXME: no plural form -}; -lin serene_A = compoundA (mkA "serene"); -lin serenely_Adv = mkAdv "serenely"; -lin serenity_N = mkN "serenity" "-" {- FIXME: no plural form -}; -lin serf_N = mkN "serf" "serfs"; -lin serfdom_N = mkN "serfdom" "-" {- FIXME: no plural form -}; -lin serge_N = mkN "serge" "-" {- FIXME: no plural form -}; -lin sergeant_N = mkN "sergeant" "sergeants"; -lin sergeant_major_N = mkN "sergeant-major" "sergeant-majors"; -lin serial_A = compoundA (mkA "serial"); -lin serial_N = mkN "serial" "serials"; -lin serialize_V2 = mkV2 (mkV "serialize" "serializes" "serialized" "serialized" "serializing"); -lin serially_Adv = mkAdv "serially"; -lin seriatim_Adv = mkAdv "seriatim"; -lin sericultural_A = compoundA (mkA "sericultural"); -lin sericulture_N = mkN "sericulture" "sericultures"; -lin sericulturist_N = mkN "sericulturist" "sericulturists"; -lin series_N = mkN "series" "series"; -lin seriocomic_A = compoundA (mkA "seriocomic"); -lin serious_A = compoundA (mkA "serious"); -lin seriously_Adv = mkAdv "seriously"; -lin seriousness_N = mkN "seriousness" "-" {- FIXME: no plural form -}; -lin serjeant_N = mkN "serjeant" "serjeants"; -lin serjeant_at_arms_N = mkN "serjeant-at-arms" "IRREG"; -lin sermon_N = mkN "sermon" "sermons"; -lin sermonize_V = mkV "sermonize" "sermonizes" "sermonized" "sermonized" "sermonizing"; -lin sermonize_V2 = mkV2 (mkV "sermonize" "sermonizes" "sermonized" "sermonized" "sermonizing"); -lin serous_A = compoundA (mkA "serous"); -lin serpent_N = mkN "serpent" "serpents"; -lin serpentine_A = compoundA (mkA "serpentine"); -lin serrated_A = compoundA (mkA "serrated"); -lin serried_A = compoundA (mkA "serried"); -lin serum_N = mkN "serum" "-" {- FIXME: no plural form -}; -lin servant_N = mkN "servant" "servants"; -lin serve_N = mkN "serve" "serves"; -lin serve_V = mkV "serve" "serves" "served" "served" "serving"; -lin serve_V2 = mkV2 (mkV "serve" "serves" "served" "served" "serving"); -lin server_N = mkN "server" "servers"; -lin service_N = mkN "service" "services"; -lin service_V2 = mkV2 (mkV "service" "services" "serviced" "serviced" "servicing"); -lin serviceable_A = compoundA (mkA "serviceable"); -lin serviceman_N = mkN "serviceman" "servicemen" {- FIXME: guessed plural form -}; -lin serviette_N = mkN "serviette" "serviettes"; -lin servile_A = compoundA (mkA "servile"); -lin servilely_Adv = mkAdv "servilely"; -lin servility_N = mkN "servility" "-" {- FIXME: no plural form -}; -lin serving_N = mkN "serving" "servings"; -lin servitor_N = mkN "servitor" "servitors"; -lin servitude_N = mkN "servitude" "-" {- FIXME: no plural form -}; -lin sesame_N = mkN "sesame" "-" {- FIXME: no plural form -}; -lin sesotho_N = mkN "sesotho" "-" {- FIXME: no plural form -}; -lin sesquipedalian_A = compoundA (mkA "sesquipedalian"); -lin session_N = mkN "session" "sessions"; -lin set_N = mkN "set" "sets"; -lin set_V = IrregEng.set_V; -lin set_V2 = mkV2 (IrregEng.set_V); -lin set_square_N = mkN "set-square" "set-squares"; -lin set_to_N = mkN "set-to" "set-tos"; -lin set_up_N = mkN "set-up" "set-ups"; -lin setback_N = mkN "setback" "setbacks"; -lin setswana_N = mkN "setswana" "-" {- FIXME: no plural form -}; -lin sett_N = mkN "sett" "setts"; -lin settee_N = mkN "settee" "settees"; -lin setter_N = mkN "setter" "setters"; -lin setting_N = mkN "setting" "settings"; -lin settle_N = mkN "settle" "settles"; -lin settle_V = mkV "settle" "settles" "settled" "settled" "settling"; -lin settle_V2 = mkV2 (mkV "settle" "settles" "settled" "settled" "settling"); -lin settled_A = compoundA (mkA "settled"); -lin settlement_N = mkN "settlement" "settlements"; -lin settler_N = mkN "settler" "settlers"; -lin seven_A = compoundA (mkA "seven"); -lin seven_N = mkN "seven" "sevens"; -lin seven_sisters_PN = mkPN "Seven sisters"; -lin sevenfold_A = compoundA (mkA "sevenfold"); -lin sevenfold_Adv = mkAdv "sevenfold"; -lin sevenoaks_PN = mkPN "Sevenoaks"; -lin seventeen_A = compoundA (mkA "seventeen"); -lin seventeen_N = mkN "seventeen" "seventeens"; -lin seventeenth_A = compoundA (mkA "seventeenth"); -lin seventeenth_N = mkN "seventeenth" "seventeenths"; -lin seventh_A = compoundA (mkA "seventh"); -lin seventh_N = mkN "seventh" "sevenths"; -lin seventhly_Adv = mkAdv "seventhly"; -lin seventieth_A = compoundA (mkA "seventieth"); -lin seventieth_N = mkN "seventieth" "seventieths"; -lin seventy_A = compoundA (mkA "seventy"); -lin seventy_N = mkN "seventy" "seventies"; -lin sever_V = mkV "sever" "severs" "severed" "severed" "severing"; -lin sever_V2 = mkV2 (mkV "sever" "severs" "severed" "severed" "severing"); -lin several_A = compoundA (mkA "several"); -lin severally_Adv = mkAdv "severally"; -lin severance_N = mkN "severance" "-" {- FIXME: no plural form -}; -lin severe_A = mkA "severe" "severer"; -lin severely_Adv = mkAdv "severely"; -lin severity_N = mkN "severity" "severities"; -lin sevilla_PN = mkPN "Sevilla"; -lin seville_PN = mkPN "Seville"; -lin sew_V = IrregEng.sew_V; -lin sew_V2 = mkV2 (IrregEng.sew_V); -lin sewage_N = mkN "sewage" "-" {- FIXME: no plural form -}; -lin sewage_farm_N = mkN "sewage-farm" "sewage-farms"; -lin sewage_works_N = mkN "sewage-works" "sewage-works"; -lin sewer_N = mkN "sewer" "sewers"; -lin sewer_gas_N = mkN "sewer-gas" "-" {- FIXME: no plural form -}; -lin sewer_rat_N = mkN "sewer-rat" "sewer-rats"; -lin sewerage_N = mkN "sewerage" "sewerages"; -lin sewing_N = mkN "sewing" "-" {- FIXME: no plural form -}; -lin sewing_machine_N = mkN "sewing-machine" "sewing-machines"; -lin sex_N = mkN "sex" "sexes"; -lin sex_V2 = mkV2 (mkV "sex" "sexes" "sexed" "sexed" "sexing"); -lin sex_starved_A = compoundA (mkA "sex-starved"); -lin sexagenarian_A = compoundA (mkA "sexagenarian"); -lin sexagenarian_N = mkN "sexagenarian" "sexagenarians"; -lin sexed_A = compoundA (mkA "sexed"); -lin sexism_N = mkN "sexism" "-" {- FIXME: no plural form -}; -lin sexist_A = compoundA (mkA "sexist"); -lin sexist_N = mkN "sexist" "sexists"; -lin sexless_A = compoundA (mkA "sexless"); -lin sextant_N = mkN "sextant" "sextants"; -lin sextet_N = mkN "sextet" "sextets"; -lin sextette_N = mkN "sextette" "sextettes"; -lin sexton_N = mkN "sexton" "sextons"; -lin sexual_A = compoundA (mkA "sexual"); -lin sexuality_N = mkN "sexuality" "-" {- FIXME: no plural form -}; -lin sexually_Adv = mkAdv "sexually"; -lin sexy_A = mkA "sexy" "sexier"; -lin seychelles_PN = mkPN "Seychelles"; -lin seychellois_A = compoundA (mkA "seychellois"); -lin seychellois_N = mkN "seychellois" "seychellois"; -lin senor_N = mkN "señor" "IRREG"; -lin sgd_PN = mkPN "Sgd"; -lin sgt_PN = mkPN "Sgt"; -lin shabbily_Adv = mkAdv "shabbily"; -lin shabbiness_N = mkN "shabbiness" "-" {- FIXME: no plural form -}; -lin shabby_A = mkA "shabby" "shabbier"; -lin shabby_genteel_A = compoundA (mkA "shabby-genteel"); -lin shack_N = mkN "shack" "shacks"; -lin shack_V = mkV "shack" "shacks" "shacked" "shacked" "shacking"; -lin shackle_N = mkN "shackle" "shackles"; -lin shackle_V2 = mkV2 (mkV "shackle" "shackles" "shackled" "shackled" "shackling"); -lin shad_N = mkN "shad" "shad"; -lin shaddock_N = mkN "shaddock" "shaddocks"; -lin shade_N = mkN "shade" "shades"; -lin shade_V = mkV "shade" "shades" "shaded" "shaded" "shading"; -lin shade_V2 = mkV2 (mkV "shade" "shades" "shaded" "shaded" "shading"); -lin shade_tree_N = mkN "shade-tree" "shade-trees"; -lin shading_N = mkN "shading" "shadings"; -lin shadow_N = mkN "shadow" "shadows"; -lin shadow_V2 = mkV2 (mkV "shadow" "shadows" "shadowed" "shadowed" "shadowing"); -lin shadow_boxing_N = mkN "shadow-boxing" "-" {- FIXME: no plural form -}; -lin shadowy_A = mkA "shadowy" "shadowier"; -lin shady_A = mkA "shady" "shadier"; -lin shaft_N = mkN "shaft" "shafts"; -lin shag_N = mkN "shag" "-" {- FIXME: no plural form -}; -lin shag_V = mkV "shag" "shags" "shagged" "shagged" "shagging"; -lin shag_V2 = mkV2 (mkV "shag" "shags" "shagged" "shagged" "shagging"); -lin shaggily_Adv = mkAdv "shaggily"; -lin shagginess_N = mkN "shagginess" "-" {- FIXME: no plural form -}; -lin shagging_N = mkN "shagging" "-" {- FIXME: no plural form -}; -lin shaggy_A = mkA "shaggy" "shaggier"; -lin shah_N = mkN "shah" "shahs"; -lin shake_N = mkN "shake" "shakes"; -lin shake_V = IrregEng.shake_V; -lin shake_V2 = mkV2 (IrregEng.shake_V); -lin shake_up_N = mkN "shake-up" "shake-ups"; -lin shakedown_N = mkN "shakedown" "shakedowns"; -lin shakeout_N = mkN "shakeout" "shakeouts"; -lin shaker_N = mkN "shaker" "shakers"; -lin shakespearian_A = compoundA (mkA "shakespearian"); -lin shakily_Adv = mkAdv "shakily"; -lin shakiness_N = mkN "shakiness" "-" {- FIXME: no plural form -}; -lin shaking_N = mkN "shaking" "shakings"; -lin shaky_A = mkA "shaky" "shakier"; -lin shale_N = mkN "shale" "-" {- FIXME: no plural form -}; -lin shale_oil_N = mkN "shale-oil" "-" {- FIXME: no plural form -}; -lin shallot_N = mkN "shallot" "shallots"; -lin shallow_A = mkA "shallow" "shallower"; -lin shallow_N = mkN "shallow" "shallows"; -lin shallow_V = mkV "shallow" "shallows" "shallowed" "shallowed" "shallowing"; -lin sham_A = compoundA (mkA "sham"); -lin sham_N = mkN "sham" "IRREG"; -lin sham_V = mkV "sham" "shams" "shammed" "shammed" "shamming"; -lin sham_V2 = mkV2 (mkV "sham" "shams" "shammed" "shammed" "shamming"); -lin shamble_N = mkN "shamble" "shambles"; -lin shamble_V = mkV "shamble" "shambles" "shambled" "shambled" "shambling"; -lin shambles_N = mkN "shambles" "IRREG"; -lin shame_N = mkN "shame" "-" {- FIXME: no plural form -}; -lin shame_V2 = mkV2 (mkV "shame" "shames" "shamed" "shamed" "shaming"); -lin shame_making_A = compoundA (mkA "shame-making"); -lin shamefaced_A = compoundA (mkA "shamefaced"); -lin shamefacedly_Adv = mkAdv "shamefacedly"; -lin shameful_A = compoundA (mkA "shameful"); -lin shamefully_Adv = mkAdv "shamefully"; -lin shameless_A = compoundA (mkA "shameless"); -lin shamelessly_Adv = mkAdv "shamelessly"; -lin shamelessness_N = mkN "shamelessness" "-" {- FIXME: no plural form -}; -lin shammy_N = mkN "shammy" "shammies"; -lin shampoo_N = mkN "shampoo" "shampoos"; -lin shampoo_V2 = mkV2 (mkV "shampoo" "shampoos" "shampooed" "shampooed" "shampooing"); -lin shamrock_N = mkN "shamrock" "shamrocks"; -lin shandy_N = mkN "shandy" "shandies"; -lin shanghai_PN = mkPN "Shanghai"; -lin shanghai_V2 = mkV2 (mkV "shanghai" "shanghais" "shanghaied" "shanghaied" "shanghaiing"); -lin shank_N = mkN "shank" "shanks"; -lin shanklin_PN = mkPN "Shanklin"; -lin shantung_N = mkN "shantung" "-" {- FIXME: no plural form -}; -lin shanty_N = mkN "shanty" "shanties"; -lin shantytown_N = mkN "shantytown" "shantytowns"; -lin shape_N = mkN "shape" "shapes"; -lin shape_V = mkV "shape" "shapes" "shaped" "shaped" "shaping"; -lin shape_V2 = mkV2 (mkV "shape" "shapes" "shaped" "shaped" "shaping"); -lin shapeless_A = compoundA (mkA "shapeless"); -lin shapelessly_Adv = mkAdv "shapelessly"; -lin shapelessness_N = mkN "shapelessness" "-" {- FIXME: no plural form -}; -lin shapely_A = mkA "shapely" "shapelier"; -lin shard_N = mkN "shard" "shards"; -lin share_N = mkN "share" "shares"; -lin share_V = mkV "share" "shares" "shared" "shared" "sharing"; -lin share_V2 = mkV2 (mkV "share" "shares" "shared" "shared" "sharing"); -lin share_out_N = mkN "share-out" "share-outs"; -lin sharecropper_N = mkN "sharecropper" "sharecroppers"; -lin shareholder_N = mkN "shareholder" "shareholders"; -lin shareholding_N = mkN "shareholding" "shareholdings"; -lin shark_N = mkN "shark" "sharks"; -lin sharkskin_N = mkN "sharkskin" "sharkskins"; -lin sharon_PN = mkPN "Sharon"; -lin sharp_A = mkA "sharp" "sharper"; -lin sharp_Adv = mkAdv "sharp"; -lin sharp_N = mkN "sharp" "sharps"; -lin sharp_eyed_A = compoundA (mkA "sharp-eyed"); -lin sharp_set_A = compoundA (mkA "sharp-set"); -lin sharp_sighted_A = compoundA (mkA "sharp-sighted"); -lin sharp_witted_A = compoundA (mkA "sharp-witted"); -lin sharpen_V = mkV "sharpen" "sharpens" "sharpened" "sharpened" "sharpening"; -lin sharpen_V2 = mkV2 (mkV "sharpen" "sharpens" "sharpened" "sharpened" "sharpening"); -lin sharpener_N = mkN "sharpener" "sharpeners"; -lin sharper_N = mkN "sharper" "sharpers"; -lin sharply_Adv = mkAdv "sharply"; -lin sharpness_N = mkN "sharpness" "-" {- FIXME: no plural form -}; -lin sharpshooter_N = mkN "sharpshooter" "sharpshooters"; -lin shatter_V = mkV "shatter" "shatters" "shattered" "shattered" "shattering"; -lin shatter_V2 = mkV2 (mkV "shatter" "shatters" "shattered" "shattered" "shattering"); -lin shatterproof_A = compoundA (mkA "shatterproof"); -lin shave_N = mkN "shave" "shaves"; -lin shave_V = mkV "shave" "shaves" "shaved" "shaved" "shaving"; -lin shave_V2 = mkV2 (mkV "shave" "shaves" "shaved" "shaved" "shaving"); -lin shaver_N = mkN "shaver" "shavers"; -lin shavian_A = compoundA (mkA "shavian"); -lin shavian_N = mkN "shavian" "shavians"; -lin shaving_brush_N = mkN "shaving-brush" "shaving-brushes"; -lin shawl_N = mkN "shawl" "shawls"; -lin she_goat_N = mkN "she-goat" "she-goats"; -lin sheaf_N = mkN "sheaf" "sheaves" {- FIXME: guessed plural form -}; -lin shear_V2 = mkV2 (mkV "shear" "shears" "sheared" "sheared" "shearing"); -lin sheath_N = mkN "sheath" "sheaths"; -lin sheath_knife_N = mkN "sheath-knife" "sheath-knives" {- FIXME: guessed plural form -}; -lin sheathe_V2 = mkV2 (mkV "sheathe" "sheathes" "sheathed" "sheathed" "sheathing"); -lin sheathing_N = mkN "sheathing" "sheathings"; -lin shebang_N = mkN "shebang" "IRREG"; -lin shebeen_N = mkN "shebeen" "shebeens"; -lin shed_N = mkN "shed" "sheds"; -lin shed_V2 = mkV2 (IrregEng.shed_V); -lin sheen_N = mkN "sheen" "-" {- FIXME: no plural form -}; -lin sheep_N = mkN "sheep" "sheep"; -lin sheepdog_N = mkN "sheepdog" "sheepdogs"; -lin sheepfold_N = mkN "sheepfold" "sheepfolds"; -lin sheepish_A = compoundA (mkA "sheepish"); -lin sheepishly_Adv = mkAdv "sheepishly"; -lin sheepishness_N = mkN "sheepishness" "-" {- FIXME: no plural form -}; -lin sheeprun_N = mkN "sheeprun" "sheepruns"; -lin sheepskin_N = mkN "sheepskin" "sheepskins"; -lin sheer_A = mkA "sheer" "sheerer"; -lin sheer_Adv = mkAdv "sheer"; -lin sheer_V = mkV "sheer" "sheers" "sheered" "sheered" "sheering"; -lin sheerness_PN = mkPN "Sheerness"; -lin sheet_N = mkN "sheet" "sheets"; -lin sheet_anchor_N = mkN "sheet-anchor" "sheet-anchors"; -lin sheet_lightning_N = mkN "sheet-lightning" "-" {- FIXME: no plural form -}; -lin sheeting_N = mkN "sheeting" "-" {- FIXME: no plural form -}; -lin sheffield_PN = mkPN "Sheffield"; -lin sheik_N = mkN "sheik" "sheiks"; -lin sheikdom_N = mkN "sheikdom" "sheikdoms"; -lin sheikh_N = mkN "sheikh" "sheikhs"; -lin sheikhdom_N = mkN "sheikhdom" "sheikhdoms"; -lin sheila_PN = mkPN "Sheila"; -lin shekel_N = mkN "shekel" "shekels"; -lin sheldrake_N = mkN "sheldrake" "sheldrakes"; -lin shelf_N = mkN "shelf" "shelves" {- FIXME: guessed plural form -}; -lin shelford_PN = mkPN "Shelford"; -lin shell_N = mkN "shell" "shells"; -lin shell_V = mkV "shell" "shells" "shelled" "shelled" "shelling"; -lin shell_V2 = mkV2 (mkV "shell" "shells" "shelled" "shelled" "shelling"); -lin shell_shock_N = mkN "shell-shock" "-" {- FIXME: no plural form -}; -lin shellac_N = mkN "shellac" "-" {- FIXME: no plural form -}; -lin shellac_V2 = mkV2 (mkV "shellac" "IRREG" "IRREG" "IRREG" "IRREG"); -lin shellfire_N = mkN "shellfire" "-" {- FIXME: no plural form -}; -lin shellfish_N = mkN "shellfish" "shellfish"; -lin shellproof_A = compoundA (mkA "shellproof"); -lin shelter_N = mkN "shelter" "shelters"; -lin shelter_V = mkV "shelter" "shelters" "sheltered" "sheltered" "sheltering"; -lin shelter_V2 = mkV2 (mkV "shelter" "shelters" "sheltered" "sheltered" "sheltering"); -lin shelve_V = mkV "shelve" "shelves" "shelved" "shelved" "shelving"; -lin shelve_V2 = mkV2 (mkV "shelve" "shelves" "shelved" "shelved" "shelving"); -lin shepherd_N = mkN "shepherd" "shepherds"; -lin shepherd_V2 = mkV2 (mkV "shepherd" "shepherds" "shepherded" "shepherded" "shepherding"); -lin shepherdess_N = mkN "shepherdess" "shepherdesses"; -lin shepshed_PN = mkPN "Shepshed"; -lin shepton_mallet_PN = mkPN "Shepton mallet"; -lin sheraton_N = mkN "sheraton" "-" {- FIXME: no plural form -}; -lin sherbet_N = mkN "sherbet" "sherbets"; -lin sherbourne_PN = mkPN "Sherbourne"; -lin sheriff_N = mkN "sheriff" "sheriffs"; -lin sheringham_PN = mkPN "Sheringham"; -lin sherry_N = mkN "sherry" "sherries"; -lin shetland_PN = mkPN "Shetland"; -lin shevington_PN = mkPN "Shevington"; -lin shew_V = mkV "shew" "shews" "shewed" "shewed" "shewing"; -lin shew_V2 = mkV2 (mkV "shew" "shews" "shewed" "shewed" "shewing"); -lin shibboleth_N = mkN "shibboleth" "shibboleths"; -lin shield_N = mkN "shield" "shields"; -lin shield_V2 = mkV2 (mkV "shield" "shields" "shielded" "shielded" "shielding"); -lin shift_N = mkN "shift" "shifts"; -lin shift_V = mkV "shift" "shifts" "shifted" "shifted" "shifting"; -lin shift_V2 = mkV2 (mkV "shift" "shifts" "shifted" "shifted" "shifting"); -lin shiftily_Adv = mkAdv "shiftily"; -lin shiftiness_N = mkN "shiftiness" "-" {- FIXME: no plural form -}; -lin shiftless_A = compoundA (mkA "shiftless"); -lin shifty_A = mkA "shifty" "shiftier"; -lin shihkiachwang_PN = mkPN "Shihkiachwang"; -lin shildon_PN = mkPN "Shildon"; -lin shillelagh_N = mkN "shillelagh" "shillelaghs"; -lin shilling_N = mkN "shilling" "shillings"; -lin shillyshally_N = mkN "shillyshally" "-" {- FIXME: no plural form -}; -lin shillyshally_V = mkV "shillyshally" "shillyshallies" "shillyshallied" "shillyshallied" "shillyshallying"; -lin shimmer_N = mkN "shimmer" "-" {- FIXME: no plural form -}; -lin shimmer_V = mkV "shimmer" "shimmers" "shimmered" "shimmered" "shimmering"; -lin shin_N = mkN "shin" "shins"; -lin shin_V = mkV "shin" "shins" "shinned" "shinned" "shinning"; -lin shinbone_N = mkN "shinbone" "shinbones"; -lin shindig_N = mkN "shindig" "shindigs"; -lin shindy_N = mkN "shindy" "shindies"; -lin shine_N = mkN "shine" "-" {- FIXME: no plural form -}; -lin shine_V = IrregEng.shine_V; -lin shine_V2 = mkV2 (IrregEng.shine_V); -lin shingle_N = mkN "shingle" "shingles"; -lin shingle_V2 = mkV2 (mkV "shingle" "shingles" "shingled" "shingled" "shingling"); -lin shingles_N = mkN "shingles" "shingles"; -lin shingly_A = mkA "shingly" "shinglier"; -lin shinguard_N = mkN "shinguard" "shinguards"; -lin shiny_A = mkA "shiny" "shinier"; -lin ship's_chandler_N = mkN "ship's-chandler" "ship's-chandlers"; -lin ship_N = mkN "ship" "ships"; -lin ship_V = mkV "ship" "ships" "shipped" "shipped" "shipping"; -lin ship_V2 = mkV2 (mkV "ship" "ships" "shipped" "shipped" "shipping"); -lin ship_breaker_N = mkN "ship-breaker" "ship-breakers"; -lin ship_canal_N = mkN "ship-canal" "ship-canals"; -lin shipboard_A = compoundA (mkA "shipboard"); -lin shipbroker_N = mkN "shipbroker" "shipbrokers"; -lin shipbuilder_N = mkN "shipbuilder" "shipbuilders"; -lin shipbuilding_N = mkN "shipbuilding" "-" {- FIXME: no plural form -}; -lin shipload_N = mkN "shipload" "shiploads"; -lin shipmate_N = mkN "shipmate" "shipmates"; -lin shipment_N = mkN "shipment" "shipments"; -lin shipowner_N = mkN "shipowner" "shipowners"; -lin shipper_N = mkN "shipper" "shippers"; -lin shipping_N = mkN "shipping" "-" {- FIXME: no plural form -}; -lin shipping_agent_N = mkN "shipping-agent" "shipping-agents"; -lin shipping_office_N = mkN "shipping-office" "shipping-offices"; -lin shipshape_A = compoundA (mkA "shipshape"); -lin shipshape_Adv = mkAdv "shipshape"; -lin shipway_N = mkN "shipway" "shipways"; -lin shipwreck_N = mkN "shipwreck" "shipwrecks"; -lin shipwreck_V = mkV "shipwreck" "shipwrecks" "shipwrecked" "shipwrecked" "shipwrecking"; -lin shipwright_N = mkN "shipwright" "shipwrights"; -lin shipyard_N = mkN "shipyard" "shipyards"; -lin shire_N = mkN "shire" "shires"; -lin shirebrook_PN = mkPN "Shirebrook"; -lin shiremoor_PN = mkPN "Shiremoor"; -lin shirk_V = mkV "shirk" "shirks" "shirked" "shirked" "shirking"; -lin shirk_V2 = mkV2 (mkV "shirk" "shirks" "shirked" "shirked" "shirking"); -lin shirker_N = mkN "shirker" "shirkers"; -lin shirley_PN = mkPN "Shirley"; -lin shirt_N = mkN "shirt" "shirts"; -lin shirt_front_N = mkN "shirt-front" "shirt-fronts"; -lin shirting_N = mkN "shirting" "-" {- FIXME: no plural form -}; -lin shirtwaist_N = mkN "shirtwaist" "shirtwaists"; -lin shirtwaister_N = mkN "shirtwaister" "shirtwaisters"; -lin shirty_A = mkA "shirty" "shirtier"; -lin shish_kebab_N = mkN "shish kebab" "shish kebabs"; -lin shit_N = mkN "shit" "-" {- FIXME: no plural form -}; -lin shit_V = mkV "shit" "shits" "shitted" "shitted" "shitting"; -lin shiver_N = mkN "shiver" "shivers"; -lin shiver_V = mkV "shiver" "shivers" "shivered" "shivered" "shivering"; -lin shiver_V2 = mkV2 (mkV "shiver" "shivers" "shivered" "shivered" "shivering"); -lin shivery_A = compoundA (mkA "shivery"); -lin shoal_N = mkN "shoal" "shoals"; -lin shoal_V = mkV "shoal" "shoals" "shoaled" "shoaled" "shoaling"; -lin shock_Adv = mkAdv "shock"; -lin shock_N = mkN "shock" "shocks"; -lin shock_V2 = mkV2 (mkV "shock" "shocks" "shocked" "shocked" "shocking"); -lin shock_brigade_N = mkN "shock-brigade" "shock-brigades"; -lin shock_headed_A = compoundA (mkA "shock-headed"); -lin shock_worker_N = mkN "shock-worker" "shock-workers"; -lin shockable_A = compoundA (mkA "shockable"); -lin shocker_N = mkN "shocker" "shockers"; -lin shocking_A = compoundA (mkA "shocking"); -lin shockingly_Adv = mkAdv "shockingly"; -lin shoddiness_N = mkN "shoddiness" "-" {- FIXME: no plural form -}; -lin shoddy_A = mkA "shoddy" "shoddier"; -lin shoddy_N = mkN "shoddy" "-" {- FIXME: no plural form -}; -lin shoe_N = mkN "shoe" "shoes"; -lin shoe_V2 = mkV2 (IrregEng.shoe_V); -lin shoe_leather_N = mkN "shoe-leather" "shoe-leathers"; -lin shoeblack_N = mkN "shoeblack" "-" {- FIXME: no plural form -}; -lin shoehorn_N = mkN "shoehorn" "shoehorns"; -lin shoelace_N = mkN "shoelace" "shoelaces"; -lin shoemaker_N = mkN "shoemaker" "shoemakers"; -lin shoemaking_N = mkN "shoemaking" "-" {- FIXME: no plural form -}; -lin shoestring_N = mkN "shoestring" "shoestrings"; -lin shoetree_N = mkN "shoetree" "shoetrees"; -lin shogun_N = mkN "shogun" "shoguns"; -lin shoo_V = mkV "shoo" "shoos" "shooed" "shooed" "shooing"; -lin shoo_V2 = mkV2 (mkV "shoo" "shoos" "shooed" "shooed" "shooing"); -lin shoot_N = mkN "shoot" "shoots"; -lin shoot_V = IrregEng.shoot_V; -lin shoot_V2 = mkV2 (IrregEng.shoot_V); -lin shooter_N = mkN "shooter" "shooters"; -lin shooting_N = mkN "shooting" "-" {- FIXME: no plural form -}; -lin shooting_box_N = mkN "shooting-box" "shooting-boxes"; -lin shooting_brake_N = mkN "shooting-brake" "shooting-brakes"; -lin shooting_gallery_N = mkN "shooting-gallery" "shooting-galleries"; -lin shooting_range_N = mkN "shooting-range" "shooting-ranges"; -lin shooting_stick_N = mkN "shooting-stick" "shooting-sticks"; -lin shop_N = mkN "shop" "shops"; -lin shop_V = mkV "shop" "shops" "shopped" "shopped" "shopping"; -lin shop_assistant_N = mkN "shop-assistant" "shop-assistants"; -lin shop_bell_N = mkN "shop-bell" "shop-bells"; -lin shop_boy_N = mkN "shop-boy" "shop-boys"; -lin shop_front_N = mkN "shop-front" "shop-fronts"; -lin shop_girl_N = mkN "shop-girl" "shop-girls"; -lin shop_steward_N = mkN "shop-steward" "shop-stewards"; -lin shopkeeper_N = mkN "shopkeeper" "shopkeepers"; -lin shoplift_V = mkV "shoplift" "shoplifts" "shoplifted" "shoplifted" "shoplifting"; -lin shoplift_V2 = mkV2 (mkV "shoplift" "shoplifts" "shoplifted" "shoplifted" "shoplifting"); -lin shoplifter_N = mkN "shoplifter" "shoplifters"; -lin shoplifting_N = mkN "shoplifting" "-" {- FIXME: no plural form -}; -lin shopper_N = mkN "shopper" "shoppers"; -lin shopping_N = mkN "shopping" "-" {- FIXME: no plural form -}; -lin shopsoiled_A = compoundA (mkA "shopsoiled"); -lin shopwalker_N = mkN "shopwalker" "shopwalkers"; -lin shopwindow_N = mkN "shopwindow" "shopwindows"; -lin shopworn_A = compoundA (mkA "shopworn"); -lin shore_N = mkN "shore" "shores"; -lin shore_V2 = mkV2 (mkV "shore" "shores" "shored" "shored" "shoring"); -lin short_A = mkA "short" "shorter"; -lin short_Adv = mkAdv "short"; -lin short_N = mkN "short" "shorts"; -lin short_V = mkV "short" "shorts" "shorted" "shorted" "shorting"; -lin short_V2 = mkV2 (mkV "short" "shorts" "shorted" "shorted" "shorting"); -lin short_change_V2 = mkV2 (mkV "short-change" "short-changes" "short-changed" "short-changed" "short-changing"); -lin short_circuit_N = mkN "short-circuit" "short-circuits"; -lin short_circuit_V = mkV "short-circuit" "short-circuits" "short-circuited" "short-circuited" "short-circuiting"; -lin short_circuit_V2 = mkV2 (mkV "short-circuit" "short-circuits" "short-circuited" "short-circuited" "short-circuiting"); -lin short_dated_A = compoundA (mkA "short-dated"); -lin short_handed_A = compoundA (mkA "short-handed"); -lin short_lived_A = compoundA (mkA "short-lived"); -lin short_range_A = compoundA (mkA "short-range"); -lin short_sighted_A = compoundA (mkA "short-sighted"); -lin short_tempered_A = compoundA (mkA "short-tempered"); -lin short_term_A = compoundA (mkA "short-term"); -lin short_winded_A = compoundA (mkA "short-winded"); -lin shortage_N = mkN "shortage" "shortages"; -lin shortbread_N = mkN "shortbread" "-" {- FIXME: no plural form -}; -lin shortcake_N = mkN "shortcake" "-" {- FIXME: no plural form -}; -lin shortcoming_N = mkN "shortcoming" "shortcomings"; -lin shorten_V = mkV "shorten" "shortens" "shortened" "shortened" "shortening"; -lin shorten_V2 = mkV2 (mkV "shorten" "shortens" "shortened" "shortened" "shortening"); -lin shortening_N = mkN "shortening" "-" {- FIXME: no plural form -}; -lin shortfall_N = mkN "shortfall" "shortfalls"; -lin shorthand_N = mkN "shorthand" "-" {- FIXME: no plural form -}; -lin shorthorn_N = mkN "shorthorn" "shorthorns"; -lin shortish_A = compoundA (mkA "shortish"); -lin shortlist_N = mkN "shortlist" "shortlists"; -lin shortlist_V2 = mkV2 (mkV "shortlist" "shortlists" "shortlisted" "shortlisted" "shortlisting"); -lin shortly_Adv = mkAdv "shortly"; -lin shortness_N = mkN "shortness" "-" {- FIXME: no plural form -}; -lin shot_N = mkN "shot" "shots"; -lin shot_put_N = mkN "shot-put" "shot-puts"; -lin shot_tower_N = mkN "shot-tower" "shot-towers"; -lin shotgun_N = mkN "shotgun" "shotguns"; -lin shotton_PN = mkPN "Shotton"; -lin shotts_PN = mkPN "Shotts"; -lin shoulder_N = mkN "shoulder" "shoulders"; -lin shoulder_V2 = mkV2 (mkV "shoulder" "shoulders" "shouldered" "shouldered" "shouldering"); -lin shoulder_blade_N = mkN "shoulder-blade" "shoulder-blades"; -lin shoulder_flash_N = mkN "shoulder-flash" "shoulder-flashes"; -lin shoulder_strap_N = mkN "shoulder-strap" "shoulder-straps"; -lin shout_N = mkN "shout" "shouts"; -lin shout_V = mkV "shout" "shouts" "shouted" "shouted" "shouting"; -lin shout_V2 = mkV2 (mkV "shout" "shouts" "shouted" "shouted" "shouting"); -lin shouting_N = mkN "shouting" "-" {- FIXME: no plural form -}; -lin shove_N = mkN "shove" "shoves"; -lin shove_V = mkV "shove" "shoves" "shoved" "shoved" "shoving"; -lin shove_V2 = mkV2 (mkV "shove" "shoves" "shoved" "shoved" "shoving"); -lin shove_ha'penny_N = mkN "shove-ha'penny" "-" {- FIXME: no plural form -}; -lin shovel_N = mkN "shovel" "shovels"; -lin shovel_V2 = mkV2 (mkV "shovel" "shovels" "shovelled" "shovelled" "shovelling"); -lin shovel_board_N = mkN "shovel-board" "-" {- FIXME: no plural form -}; -lin shovelful_N = mkN "shovelful" "shovelfuls"; -lin show_N = mkN "show" "shows"; -lin show_V = mkV "show" "shows" "showed" "showed" "showing"; -lin show_V2 = mkV2 (mkV "show" "shows" "showed" "showed" "showing"); -lin show_business_N = mkN "show-business" "-" {- FIXME: no plural form -}; -lin show_off_N = mkN "show-off" "show-offs"; -lin show_window_N = mkN "show-window" "show-windows"; -lin showbiz_N = mkN "showbiz" "-" {- FIXME: no plural form -}; -lin showboat_N = mkN "showboat" "showboats"; -lin showcase_N = mkN "showcase" "showcases"; -lin showdown_N = mkN "showdown" "showdowns"; -lin shower_N = mkN "shower" "showers"; -lin shower_V = mkV "shower" "showers" "showered" "showered" "showering"; -lin shower_V2 = mkV2 (mkV "shower" "showers" "showered" "showered" "showering"); -lin shower_bath_N = mkN "shower-bath" "shower-baths"; -lin showery_A = mkA "showery" "showerier"; -lin showgirl_N = mkN "showgirl" "showgirls"; -lin showily_Adv = mkAdv "showily"; -lin showiness_N = mkN "showiness" "-" {- FIXME: no plural form -}; -lin showing_N = mkN "showing" "showings"; -lin showjumping_N = mkN "showjumping" "-" {- FIXME: no plural form -}; -lin showman_N = mkN "showman" "showmen" {- FIXME: guessed plural form -}; -lin showmanship_N = mkN "showmanship" "-" {- FIXME: no plural form -}; -lin showplace_N = mkN "showplace" "showplaces"; -lin showroom_N = mkN "showroom" "showrooms"; -lin showy_A = mkA "showy" "showier"; -lin shrapnel_N = mkN "shrapnel" "-" {- FIXME: no plural form -}; -lin shred_N = mkN "shred" "shreds"; -lin shred_V2 = mkV2 (mkV "shred" "shreds" "shredded" "shredded" "shredding"); -lin shrew_N = mkN "shrew" "shrews"; -lin shrew_mouse_N = mkN "shrew-mouse" "shrew-mice" {- FIXME: guessed plural form -}; -lin shrewd_A = mkA "shrewd" "shrewder"; -lin shrewdly_Adv = mkAdv "shrewdly"; -lin shrewdness_N = mkN "shrewdness" "-" {- FIXME: no plural form -}; -lin shrewish_A = compoundA (mkA "shrewish"); -lin shrewishly_Adv = mkAdv "shrewishly"; -lin shrewishness_N = mkN "shrewishness" "-" {- FIXME: no plural form -}; -lin shrewsbury_PN = mkPN "Shrewsbury"; -lin shriek_N = mkN "shriek" "shrieks"; -lin shriek_V = mkV "shriek" "shrieks" "shrieked" "shrieked" "shrieking"; -lin shriek_V2 = mkV2 (mkV "shriek" "shrieks" "shrieked" "shrieked" "shrieking"); -lin shrift_N = mkN "shrift" "-" {- FIXME: no plural form -}; -lin shrike_N = mkN "shrike" "shrikes"; -lin shrill_A = mkA "shrill" "shriller"; -lin shrill_V = mkV "shrill" "shrills" "shrilled" "shrilled" "shrilling"; -lin shrill_V2 = mkV2 (mkV "shrill" "shrills" "shrilled" "shrilled" "shrilling"); -lin shrillness_N = mkN "shrillness" "-" {- FIXME: no plural form -}; -lin shrilly_Adv = mkAdv "shrilly"; -lin shrimp_N = mkN "shrimp" "shrimps"; -lin shrimp_V = mkV "shrimp" "shrimps" "shrimped" "shrimped" "shrimping"; -lin shrine_N = mkN "shrine" "shrines"; -lin shrine_V2 = mkV2 (mkV "shrine" "shrines" "shrined" "shrined" "shrining"); -lin shrink_N = mkN "shrink" "shrinks"; -lin shrink_V = IrregEng.shrink_V; -lin shrink_V2 = mkV2 (IrregEng.shrink_V); -lin shrinkable_A = compoundA (mkA "shrinkable"); -lin shrinkage_N = mkN "shrinkage" "-" {- FIXME: no plural form -}; -lin shrive_V2 = mkV2 (mkV "shrive" "shrives" "shrived" "shrived" "shriving"); -lin shrivel_V = mkV "shrivel" "shrivels" "shrivelled" "shrivelled" "shrivelling"; -lin shrivel_V2 = mkV2 (mkV "shrivel" "shrivels" "shrivelled" "shrivelled" "shrivelling"); -lin shropshire_PN = mkPN "Shropshire"; -lin shroud_N = mkN "shroud" "shrouds"; -lin shroud_V2 = mkV2 (mkV "shroud" "shrouds" "shrouded" "shrouded" "shrouding"); -lin shrove_tuesday_N = mkN "shrove tuesday" "shrove tuesdays"; -lin shrove_tuesday_PN = mkPN "Shrove tuesday"; -lin shrub_N = mkN "shrub" "shrubs"; -lin shrubbery_N = mkN "shrubbery" "shrubberies"; -lin shrug_N = mkN "shrug" "shrugs"; -lin shrug_V2 = mkV2 (mkV "shrug" "shrugs" "shrugged" "shrugged" "shrugging"); -lin shuck_N = mkN "shuck" "shucks"; -lin shuck_V2 = mkV2 (mkV "shuck" "shucks" "shucked" "shucked" "shucking"); -lin shudder_N = mkN "shudder" "shudders"; -lin shudder_V = mkV "shudder" "shudders" "shuddered" "shuddered" "shuddering"; -lin shudderingly_Adv = mkAdv "shudderingly"; -lin shuffle_N = mkN "shuffle" "shuffles"; -lin shuffle_V = mkV "shuffle" "shuffles" "shuffled" "shuffled" "shuffling"; -lin shuffle_V2 = mkV2 (mkV "shuffle" "shuffles" "shuffled" "shuffled" "shuffling"); -lin shuffler_N = mkN "shuffler" "shufflers"; -lin shun_V2 = mkV2 (mkV "shun" "shuns" "shunned" "shunned" "shunning"); -lin shunt_V = mkV "shunt" "shunts" "shunted" "shunted" "shunting"; -lin shunt_V2 = mkV2 (mkV "shunt" "shunts" "shunted" "shunted" "shunting"); -lin shunter_N = mkN "shunter" "shunters"; -lin shush_V = mkV "shush" "shushes" "shushed" "shushed" "shushing"; -lin shush_V2 = mkV2 (mkV "shush" "shushes" "shushed" "shushed" "shushing"); -lin shut_V = IrregEng.shut_V; -lin shut_V2 = mkV2 (IrregEng.shut_V); -lin shutdown_N = mkN "shutdown" "shutdowns"; -lin shuteye_N = mkN "shuteye" "-" {- FIXME: no plural form -}; -lin shutter_N = mkN "shutter" "shutters"; -lin shutter_V2 = mkV2 (mkV "shutter" "shutters" "shuttered" "shuttered" "shuttering"); -lin shuttle_N = mkN "shuttle" "shuttles"; -lin shuttle_V = mkV "shuttle" "shuttles" "shuttled" "shuttled" "shuttling"; -lin shuttle_V2 = mkV2 (mkV "shuttle" "shuttles" "shuttled" "shuttled" "shuttling"); -lin shuttlecock_N = mkN "shuttlecock" "shuttlecocks"; -lin shy_A = mkA "shy" "shyer"; -lin shy_N = mkN "shy" "shies"; -lin shy_V = mkV "shy" "shies" "shied" "shied" "shying"; -lin shy_V2 = mkV2 (mkV "shy" "shies" "shied" "shied" "shying"); -lin shyly_Adv = mkAdv "shyly"; -lin shyness_N = mkN "shyness" "-" {- FIXME: no plural form -}; -lin shyster_N = mkN "shyster" "shysters"; -lin siam_PN = mkPN "Siam"; -lin siamese_A = compoundA (mkA "siamese"); -lin siamese_N = mkN "siamese" "siamese"; -lin sian_PN = mkPN "Sian"; -lin siberian_A = compoundA (mkA "siberian"); -lin sibilant_A = compoundA (mkA "sibilant"); -lin sibilant_N = mkN "sibilant" "sibilants"; -lin sibling_N = mkN "sibling" "siblings"; -lin sibyl_N = mkN "sibyl" "sibyls"; -lin sibylline_A = compoundA (mkA "sibylline"); -lin sic_Adv = mkAdv "sic"; -lin sicilian_A = compoundA (mkA "sicilian"); -lin sicilian_N = mkN "sicilian" "sicilians"; -lin sick_A = compoundA (mkA "sick"); -lin sick_V2 = mkV2 (mkV "sick" "sicks" "sicked" "sicked" "sicking"); -lin sick_benefit_N = mkN "sick-benefit" "sick-benefits"; -lin sick_berth_N = mkN "sick-berth" "sick-berths"; -lin sick_headache_N = mkN "sick-headache" "sick-headaches"; -lin sick_leave_N = mkN "sick-leave" "-" {- FIXME: no plural form -}; -lin sick_list_N = mkN "sick-list" "sick-lists"; -lin sick_parade_N = mkN "sick-parade" "sick-parades"; -lin sick_pay_N = mkN "sick-pay" "-" {- FIXME: no plural form -}; -lin sick_room_N = mkN "sick-room" "sick-rooms"; -lin sickbay_N = mkN "sickbay" "sickbays"; -lin sickbed_N = mkN "sickbed" "sickbeds"; -lin sicken_V = mkV "sicken" "sickens" "sickened" "sickened" "sickening"; -lin sicken_V2 = mkV2 (mkV "sicken" "sickens" "sickened" "sickened" "sickening"); -lin sickening_A = compoundA (mkA "sickening"); -lin sickeningly_Adv = mkAdv "sickeningly"; -lin sickish_A = compoundA (mkA "sickish"); -lin sickle_N = mkN "sickle" "sickles"; -lin sickly_A = mkA "sickly" "sicklier"; -lin sickness_N = mkN "sickness" "sicknesses"; -lin sid_PN = mkPN "Sid"; -lin side_N = mkN "side" "sides"; -lin side_V = mkV "side" "sides" "sided" "sided" "siding"; -lin side_chapel_N = mkN "side-chapel" "side-chapels"; -lin side_dish_N = mkN "side-dish" "side-dishes"; -lin side_drum_N = mkN "side-drum" "side-drums"; -lin side_face_Adv = mkAdv "side-face"; -lin side_glance_N = mkN "side-glance" "side-glances"; -lin side_road_N = mkN "side-road" "side-roads"; -lin side_saddle_Adv = mkAdv "side-saddle"; -lin side_saddle_N = mkN "side-saddle" "side-saddles"; -lin side_slip_N = mkN "side-slip" "side-slips"; -lin side_slip_V = mkV "side-slip" "side-slips" "side-slipped" "side-slipped" "side-slipping"; -lin side_splitting_A = compoundA (mkA "side-splitting"); -lin side_stroke_N = mkN "side-stroke" "-" {- FIXME: no plural form -}; -lin side_view_N = mkN "side-view" "side-views"; -lin sideboard_N = mkN "sideboard" "sideboards"; -lin sidecar_N = mkN "sidecar" "sidecars"; -lin sided_A = compoundA (mkA "sided"); -lin sidelight_N = mkN "sidelight" "sidelights"; -lin sideline_N = mkN "sideline" "sidelines"; -lin sidelong_A = compoundA (mkA "sidelong"); -lin sidelong_Adv = mkAdv "sidelong"; -lin sidereal_A = compoundA (mkA "sidereal"); -lin sideshow_N = mkN "sideshow" "sideshows"; -lin sidesman_N = mkN "sidesman" "sidesmen" {- FIXME: guessed plural form -}; -lin sidestep_N = mkN "sidestep" "sidesteps"; -lin sidestep_V = mkV "sidestep" "sidesteps" "sidestepped" "sidestepped" "sidestepping"; -lin sidestep_V2 = mkV2 (mkV "sidestep" "sidesteps" "sidestepped" "sidestepped" "sidestepping"); -lin sidetrack_N = mkN "sidetrack" "sidetracks"; -lin sidetrack_V2 = mkV2 (mkV "sidetrack" "sidetracks" "sidetracked" "sidetracked" "sidetracking"); -lin sidewalk_N = mkN "sidewalk" "sidewalks"; -lin sidewards_Adv = mkAdv "sidewards"; -lin sideways_Adv = mkAdv "sideways"; -lin siding_N = mkN "siding" "sidings"; -lin sidle_V = mkV "sidle" "sidles" "sidled" "sidled" "sidling"; -lin sidmouth_PN = mkPN "Sidmouth"; -lin sidney_PN = mkPN "Sidney"; -lin siege_N = mkN "siege" "sieges"; -lin sienna_N = mkN "sienna" "-" {- FIXME: no plural form -}; -lin sierra_N = mkN "sierra" "sierras"; -lin sierra_leone_PN = mkPN "Sierra leone"; -lin sierra_leonian_A = compoundA (mkA "sierra leonian"); -lin sierra_leonian_N = mkN "sierra leonian" "sierra leonians"; -lin siesta_N = mkN "siesta" "siestas"; -lin sieve_N = mkN "sieve" "sieves"; -lin sieve_V2 = mkV2 (mkV "sieve" "sieves" "sieved" "sieved" "sieving"); -lin sift_V = mkV "sift" "sifts" "sifted" "sifted" "sifting"; -lin sift_V2 = mkV2 (mkV "sift" "sifts" "sifted" "sifted" "sifting"); -lin sifter_N = mkN "sifter" "sifters"; -lin sigh_N = mkN "sigh" "sighs"; -lin sigh_V = mkV "sigh" "sighs" "sighed" "sighed" "sighing"; -lin sigh_V2 = mkV2 (mkV "sigh" "sighs" "sighed" "sighed" "sighing"); -lin sight_N = mkN "sight" "sights"; -lin sight_V2 = mkV2 (mkV "sight" "sights" "sighted" "sighted" "sighting"); -lin sighted_A = compoundA (mkA "sighted"); -lin sighting_N = mkN "sighting" "sightings"; -lin sightless_A = compoundA (mkA "sightless"); -lin sightseeing_N = mkN "sightseeing" "-" {- FIXME: no plural form -}; -lin sightseer_N = mkN "sightseer" "sightseers"; -lin sign_N = mkN "sign" "signs"; -lin sign_V = mkV "sign" "signs" "signed" "signed" "signing"; -lin sign_V2 = mkV2 (mkV "sign" "signs" "signed" "signed" "signing"); -lin sign_painter_N = mkN "sign-painter" "sign-painters"; -lin signal_A = compoundA (mkA "signal"); -lin signal_N = mkN "signal" "signals"; -lin signal_V = mkV "signal" "signals" "signalled" "signalled" "signalling"; -lin signal_V2 = mkV2 (mkV "signal" "signals" "signalled" "signalled" "signalling"); -lin signal_box_N = mkN "signal-box" "signal-boxes"; -lin signalize_V2 = mkV2 (mkV "signalize" "signalizes" "signalized" "signalized" "signalizing"); -lin signaller_N = mkN "signaller" "signallers"; -lin signally_Adv = mkAdv "signally"; -lin signalman_N = mkN "signalman" "signalmen" {- FIXME: guessed plural form -}; -lin signatory_N = mkN "signatory" "signatories"; -lin signature_N = mkN "signature" "signatures"; -lin signet_N = mkN "signet" "signets"; -lin signet_ring_N = mkN "signet-ring" "signet-rings"; -lin significance_N = mkN "significance" "-" {- FIXME: no plural form -}; -lin significant_A = compoundA (mkA "significant"); -lin significantly_Adv = mkAdv "significantly"; -lin signification_N = mkN "signification" "significations"; -lin significative_A = compoundA (mkA "significative"); -lin signify_V = mkV "signify" "signifies" "signified" "signified" "signifying"; -lin signify_V2 = mkV2 (mkV "signify" "signifies" "signified" "signified" "signifying"); -lin signor_N = mkN "signor" "signors"; -lin signora_N = mkN "signora" "signoras"; -lin signorina_N = mkN "signorina" "signorinas"; -lin signpost_N = mkN "signpost" "signposts"; -lin signpost_V2 = mkV2 (mkV "signpost" "signposts" "signposted" "signposted" "signposting"); -lin sikh_N = mkN "sikh" "sikhs"; -lin silage_N = mkN "silage" "-" {- FIXME: no plural form -}; -lin sileby_PN = mkPN "Sileby"; -lin silence_N = mkN "silence" "silences"; -lin silence_V2 = mkV2 (mkV "silence" "silences" "silenced" "silenced" "silencing"); -lin silencer_N = mkN "silencer" "silencers"; -lin silent_A = compoundA (mkA "silent"); -lin silently_Adv = mkAdv "silently"; -lin silhouette_N = mkN "silhouette" "silhouettes"; -lin silhouette_V2 = mkV2 (mkV "silhouette" "silhouettes" "silhouetted" "silhouetted" "silhouetting"); -lin silica_N = mkN "silica" "-" {- FIXME: no plural form -}; -lin silicate_N = mkN "silicate" "-" {- FIXME: no plural form -}; -lin silicon_N = mkN "silicon" "-" {- FIXME: no plural form -}; -lin silicone_N = mkN "silicone" "-" {- FIXME: no plural form -}; -lin silicosis_N = mkN "silicosis" "-" {- FIXME: no plural form -}; -lin silk_N = mkN "silk" "silks"; -lin silken_A = compoundA (mkA "silken"); -lin silkily_Adv = mkAdv "silkily"; -lin silkiness_N = mkN "silkiness" "-" {- FIXME: no plural form -}; -lin silkworm_N = mkN "silkworm" "silkworms"; -lin silky_A = mkA "silky" "silkier"; -lin sill_N = mkN "sill" "sills"; -lin sillabub_N = mkN "sillabub" "sillabubs"; -lin silliness_N = mkN "silliness" "-" {- FIXME: no plural form -}; -lin silly_A = mkA "silly" "sillier"; -lin silly_N = mkN "silly" "sillies"; -lin silo_N = mkN "silo" "silos"; -lin silsden_PN = mkPN "Silsden"; -lin silt_N = mkN "silt" "-" {- FIXME: no plural form -}; -lin silt_V = mkV "silt" "silts" "silted" "silted" "silting"; -lin silt_V2 = mkV2 (mkV "silt" "silts" "silted" "silted" "silting"); -lin silvan_A = compoundA (mkA "silvan"); -lin silver_N = mkN "silver" "-" {- FIXME: no plural form -}; -lin silver_V = mkV "silver" "silvers" "silvered" "silvered" "silvering"; -lin silver_V2 = mkV2 (mkV "silver" "silvers" "silvered" "silvered" "silvering"); -lin silver_fish_N = mkN "silver-fish" "silver-fish"; -lin silvern_A = compoundA (mkA "silvern"); -lin silverside_N = mkN "silverside" "-" {- FIXME: no plural form -}; -lin silversmith_N = mkN "silversmith" "silversmiths"; -lin silvery_A = mkA "silvery" "silverier"; -lin silvia_PN = mkPN "Silvia"; -lin simian_A = compoundA (mkA "simian"); -lin simian_N = mkN "simian" "simians"; -lin similar_A = compoundA (mkA "similar"); -lin similarity_N = mkN "similarity" "similarities"; -lin similarly_Adv = mkAdv "similarly"; -lin simile_N = mkN "simile" "similes"; -lin similitude_N = mkN "similitude" "similitudes"; -lin simmer_N = mkN "simmer" "IRREG"; -lin simmer_V = mkV "simmer" "simmers" "simmered" "simmered" "simmering"; -lin simmer_V2 = mkV2 (mkV "simmer" "simmers" "simmered" "simmered" "simmering"); -lin simon_PN = mkPN "Simon"; -lin simony_N = mkN "simony" "-" {- FIXME: no plural form -}; -lin simoom_N = mkN "simoom" "simooms"; -lin simoon_N = mkN "simoon" "simoons"; -lin simper_V = mkV "simper" "simpers" "simpered" "simpered" "simpering"; -lin simperingly_Adv = mkAdv "simperingly"; -lin simple_A = mkA "simple" "simpler"; -lin simple_N = mkN "simple" "simples"; -lin simple_hearted_A = compoundA (mkA "simple-hearted"); -lin simple_minded_A = compoundA (mkA "simple-minded"); -lin simpleton_N = mkN "simpleton" "simpletons"; -lin simplicity_N = mkN "simplicity" "-" {- FIXME: no plural form -}; -lin simplification_N = mkN "simplification" "simplifications"; -lin simplify_V2 = mkV2 (mkV "simplify" "simplifies" "simplified" "simplified" "simplifying"); -lin simply_Adv = mkAdv "simply"; -lin simulacrum_N = mkN "simulacrum" "simulacra" {- FIXME: guessed plural form -}; -lin simulate_V2 = mkV2 (mkV "simulate" "simulates" "simulated" "simulated" "simulating"); -lin simulation_N = mkN "simulation" "-" {- FIXME: no plural form -}; -lin simulator_N = mkN "simulator" "simulators"; -lin simultaneity_N = mkN "simultaneity" "-" {- FIXME: no plural form -}; -lin simultaneous_A = compoundA (mkA "simultaneous"); -lin simultaneously_Adv = mkAdv "simultaneously"; -lin simultaneousness_N = mkN "simultaneousness" "-" {- FIXME: no plural form -}; -lin sin_N = mkN "sin" "sins"; -lin sin_V = mkV "sin" "sins" "sinned" "sinned" "sinning"; -lin since_Adv = mkAdv "since"; -lin sincere_A = compoundA (mkA "sincere"); -lin sincerely_Adv = mkAdv "sincerely"; -lin sincerity_N = mkN "sincerity" "-" {- FIXME: no plural form -}; -lin sine_N = mkN "sine" "sines"; -lin sine_die_Adv = mkAdv "sine die"; -lin sine_qua_non_N = mkN "sine qua non" "sine qua na" {- FIXME: guessed plural form -}; -lin sinecure_N = mkN "sinecure" "sinecures"; -lin sinew_N = mkN "sinew" "sinews"; -lin sinewy_A = compoundA (mkA "sinewy"); -lin sinful_A = compoundA (mkA "sinful"); -lin sinfulness_N = mkN "sinfulness" "-" {- FIXME: no plural form -}; -lin sing_V = IrregEng.sing_V; -lin sing_V2 = mkV2 (IrregEng.sing_V); -lin singable_A = compoundA (mkA "singable"); -lin singapore_PN = mkPN "Singapore"; -lin singaporean_A = compoundA (mkA "singaporean"); -lin singaporean_N = mkN "singaporean" "singaporeans"; -lin singe_N = mkN "singe" "singes"; -lin singe_V = mkV "singe" "IRREG" "IRREG" "IRREG" "IRREG"; -lin singe_V2 = mkV2 (mkV "singe" "IRREG" "IRREG" "IRREG" "IRREG"); -lin singer_N = mkN "singer" "singers"; -lin singhalese_A = compoundA (mkA "singhalese"); -lin singing_N = mkN "singing" "-" {- FIXME: no plural form -}; -lin single_A = compoundA (mkA "single"); -lin single_N = mkN "single" "singles"; -lin single_V2 = mkV2 (mkV "single" "singles" "singled" "singled" "singling"); -lin single_breasted_A = compoundA (mkA "single-breasted"); -lin single_handed_A = compoundA (mkA "single-handed"); -lin single_handed_Adv = mkAdv "single-handed"; -lin single_minded_A = compoundA (mkA "single-minded"); -lin single_spacing_N = mkN "single-spacing" "-" {- FIXME: no plural form -}; -lin singleness_N = mkN "singleness" "-" {- FIXME: no plural form -}; -lin singlestick_N = mkN "singlestick" "singlesticks"; -lin singlet_N = mkN "singlet" "singlets"; -lin singleton_N = mkN "singleton" "singletons"; -lin singly_Adv = mkAdv "singly"; -lin singsong_N = mkN "singsong" "singsongs"; -lin singular_A = compoundA (mkA "singular"); -lin singular_N = mkN "singular" "singulars"; -lin singularity_N = mkN "singularity" "singularities"; -lin singularize_V2 = mkV2 (mkV "singularize" "singularizes" "singularized" "singularized" "singularizing"); -lin singularly_Adv = mkAdv "singularly"; -lin sinhala_N = mkN "sinhala" "-" {- FIXME: no plural form -}; -lin sinhalese_A = compoundA (mkA "sinhalese"); -lin sinhalese_N = mkN "sinhalese" "sinhalese"; -lin sining_PN = mkPN "Sining"; -lin sinister_A = compoundA (mkA "sinister"); -lin sink_N = mkN "sink" "sinks"; -lin sink_V = IrregEng.sink_V; -lin sink_V2 = mkV2 (IrregEng.sink_V); -lin sinkable_A = compoundA (mkA "sinkable"); -lin sinker_N = mkN "sinker" "sinkers"; -lin sinking_N = mkN "sinking" "sinkings"; -lin sinking_fund_N = mkN "sinking-fund" "sinking-funds"; -lin sinless_A = compoundA (mkA "sinless"); -lin sinlessness_N = mkN "sinlessness" "-" {- FIXME: no plural form -}; -lin sinn_fein_PN = mkPN "Sinn fein"; -lin sinner_N = mkN "sinner" "sinners"; -lin sinologist_N = mkN "sinologist" "sinologists"; -lin sinology_N = mkN "sinology" "-" {- FIXME: no plural form -}; -lin sinuosity_N = mkN "sinuosity" "sinuosities"; -lin sinuous_A = compoundA (mkA "sinuous"); -lin sinus_N = mkN "sinus" "sinuses"; -lin sinusitis_N = mkN "sinusitis" "-" {- FIXME: no plural form -}; -lin sioux_N = mkN "sioux" "sioux"; -lin sip_N = mkN "sip" "sips"; -lin sip_V = mkV "sip" "sips" "sipped" "sipped" "sipping"; -lin sip_V2 = mkV2 (mkV "sip" "sips" "sipped" "sipped" "sipping"); -lin siphon_N = mkN "siphon" "siphons"; -lin siphon_V = mkV "siphon" "siphons" "siphoned" "siphoned" "siphoning"; -lin siphon_V2 = mkV2 (mkV "siphon" "siphons" "siphoned" "siphoned" "siphoning"); -lin sir_N = mkN "sir" "sirs"; -lin sir_roger_de_coverley_N = mkN "sir roger de coverley" "IRREG"; -lin siracusa_PN = mkPN "Siracusa"; -lin sirdar_N = mkN "sirdar" "sirdars"; -lin sire_N = mkN "sire" "sires"; -lin sire_V2 = mkV2 (mkV "sire" "sires" "sired" "sired" "siring"); -lin siren_N = mkN "siren" "sirens"; -lin sirloin_N = mkN "sirloin" "sirloins"; -lin sirocco_N = mkN "sirocco" "siroccos"; -lin sirrah_N = mkN "sirrah" "sirrahs"; -lin sirup_N = mkN "sirup" "sirups"; -lin sisal_N = mkN "sisal" "-" {- FIXME: no plural form -}; -lin sissified_A = compoundA (mkA "sissified"); -lin sissy_N = mkN "sissy" "sissies"; -lin sister_N = mkN "sister" "sisters"; -lin sister_in_law_N = mkN "sister-in-law" "sisters-in-law" {- FIXME: guessed plural form -}; -lin sisterhood_N = mkN "sisterhood" "-" {- FIXME: no plural form -}; -lin sisterly_A = compoundA (mkA "sisterly"); -lin siswati_N = mkN "siswati" "-" {- FIXME: no plural form -}; -lin sit_V = IrregEng.sit_V; -lin sit_V2 = mkV2 (IrregEng.sit_V); -lin sit_in_N = mkN "sit-in" "sit-ins"; -lin sitar_N = mkN "sitar" "sitars"; -lin site_N = mkN "site" "sites"; -lin site_V = mkV "site" "sites" "sited" "sited" "siting"; -lin sitter_N = mkN "sitter" "sitters"; -lin sitting_N = mkN "sitting" "sittings"; -lin sitting_room_N = mkN "sitting-room" "sitting-rooms"; -lin sittingbourne_PN = mkPN "Sittingbourne"; -lin situated_A = compoundA (mkA "situated"); -lin situation_N = mkN "situation" "situations"; -lin six_A = compoundA (mkA "six"); -lin six_N = mkN "six" "sixes"; -lin six_footer_N = mkN "six-footer" "six-footers"; -lin six_shooter_N = mkN "six-shooter" "six-shooters"; -lin sixfold_A = compoundA (mkA "sixfold"); -lin sixfold_Adv = mkAdv "sixfold"; -lin sixpence_N = mkN "sixpence" "sixpences"; -lin sixpenny_A = compoundA (mkA "sixpenny"); -lin sixteen_A = compoundA (mkA "sixteen"); -lin sixteen_N = mkN "sixteen" "sixteens"; -lin sixteenth_A = compoundA (mkA "sixteenth"); -lin sixteenth_N = mkN "sixteenth" "sixteenths"; -lin sixth_A = compoundA (mkA "sixth"); -lin sixth_N = mkN "sixth" "sixths"; -lin sixth_former_N = mkN "sixth-former" "sixth-formers"; -lin sixthly_Adv = mkAdv "sixthly"; -lin sixtieth_A = compoundA (mkA "sixtieth"); -lin sixtieth_N = mkN "sixtieth" "sixtieths"; -lin sixty_A = compoundA (mkA "sixty"); -lin sixty_N = mkN "sixty" "sixties"; -lin sizable_A = compoundA (mkA "sizable"); -lin size_N = mkN "size" "sizes"; -lin size_V2 = mkV2 (mkV "size" "sizes" "sized" "sized" "sizing"); -lin sizeable_A = compoundA (mkA "sizeable"); -lin sized_A = compoundA (mkA "sized"); -lin sizzle_V = mkV "sizzle" "sizzles" "sizzled" "sizzled" "sizzling"; -lin skate_N = mkN "skate" "skates"; -lin skate_V = mkV "skate" "skates" "skated" "skated" "skating"; -lin skateboard_N = mkN "skateboard" "skateboards"; -lin skateboarder_N = mkN "skateboarder" "skateboarders"; -lin skateboarding_N = mkN "skateboarding" "-" {- FIXME: no plural form -}; -lin skater_N = mkN "skater" "skaters"; -lin skating_N = mkN "skating" "-" {- FIXME: no plural form -}; -lin skating_rink_N = mkN "skating-rink" "skating-rinks"; -lin skedaddle_V = mkV "skedaddle" "skedaddles" "skedaddled" "skedaddled" "skedaddling"; -lin skeet_N = mkN "skeet" "skeets"; -lin skegness_PN = mkPN "Skegness"; -lin skein_N = mkN "skein" "skeins"; -lin skeleton_N = mkN "skeleton" "skeletons"; -lin skelmanthorpe_PN = mkPN "Skelmanthorpe"; -lin skelmersdale_PN = mkPN "Skelmersdale"; -lin skep_N = mkN "skep" "skeps"; -lin skeptical_A = compoundA (mkA "skeptical"); -lin skeptically_Adv = mkAdv "skeptically"; -lin skepticism_N = mkN "skepticism" "-" {- FIXME: no plural form -}; -lin sketch_N = mkN "sketch" "sketches"; -lin sketch_V = mkV "sketch" "sketches" "sketched" "sketched" "sketching"; -lin sketch_V2 = mkV2 (mkV "sketch" "sketches" "sketched" "sketched" "sketching"); -lin sketch_block_N = mkN "sketch-block" "sketch-blocks"; -lin sketch_book_N = mkN "sketch-book" "sketch-books"; -lin sketch_map_N = mkN "sketch-map" "sketch-maps"; -lin sketcher_N = mkN "sketcher" "sketchers"; -lin sketchily_Adv = mkAdv "sketchily"; -lin sketchiness_N = mkN "sketchiness" "-" {- FIXME: no plural form -}; -lin sketchy_A = mkA "sketchy" "sketchier"; -lin skew_A = compoundA (mkA "skew"); -lin skew_eyed_A = compoundA (mkA "skew-eyed"); -lin skewen_PN = mkPN "Skewen"; -lin skewer_N = mkN "skewer" "skewers"; -lin skewer_V2 = mkV2 (mkV "skewer" "skewers" "skewered" "skewered" "skewering"); -lin ski_N = mkN "ski" "skis"; -lin ski_V = mkV "ski" "IRREG" "IRREG" "IRREG" "IRREG"; -lin ski_bob_N = mkN "ski-bob" "ski-bobs"; -lin ski_jump_N = mkN "ski-jump" "ski-jumps"; -lin ski_lift_N = mkN "ski-lift" "ski-lifts"; -lin ski_plane_N = mkN "ski-plane" "ski-planes"; -lin skid_N = mkN "skid" "skids"; -lin skid_V = mkV "skid" "skids" "skidded" "skidded" "skidding"; -lin skidpan_N = mkN "skidpan" "skidpans"; -lin skier_N = mkN "skier" "skiers"; -lin skiff_N = mkN "skiff" "skiffs"; -lin skiffle_N = mkN "skiffle" "-" {- FIXME: no plural form -}; -lin skiffle_group_N = mkN "skiffle-group" "skiffle-groups"; -lin skilful_A = compoundA (mkA "skilful"); -lin skilfully_Adv = mkAdv "skilfully"; -lin skill_N = mkN "skill" "skills"; -lin skilled_A = compoundA (mkA "skilled"); -lin skillet_N = mkN "skillet" "skillets"; -lin skilly_N = mkN "skilly" "-" {- FIXME: no plural form -}; -lin skim_V = mkV "skim" "skims" "skimmed" "skimmed" "skimming"; -lin skim_V2 = mkV2 (mkV "skim" "skims" "skimmed" "skimmed" "skimming"); -lin skimmed_milk_N = mkN "skimmed-milk" "-" {- FIXME: no plural form -}; -lin skimmer_N = mkN "skimmer" "skimmers"; -lin skimp_V = mkV "skimp" "skimps" "skimped" "skimped" "skimping"; -lin skimp_V2 = mkV2 (mkV "skimp" "skimps" "skimped" "skimped" "skimping"); -lin skimpily_Adv = mkAdv "skimpily"; -lin skimpy_A = mkA "skimpy" "skimpier"; -lin skin_N = mkN "skin" "skins"; -lin skin_V = mkV "skin" "skins" "skinned" "skinned" "skinning"; -lin skin_V2 = mkV2 (mkV "skin" "skins" "skinned" "skinned" "skinning"); -lin skin_deep_A = compoundA (mkA "skin-deep"); -lin skin_diving_N = mkN "skin-diving" "-" {- FIXME: no plural form -}; -lin skin_graft_N = mkN "skin-graft" "skin-grafts"; -lin skin_tight_A = compoundA (mkA "skin-tight"); -lin skinflint_N = mkN "skinflint" "skinflints"; -lin skinhead_N = mkN "skinhead" "skinheads"; -lin skinny_A = mkA "skinny" "skinnier"; -lin skint_A = compoundA (mkA "skint"); -lin skip_N = mkN "skip" "skips"; -lin skip_V = mkV "skip" "skips" "skipped" "skipped" "skipping"; -lin skip_V2 = mkV2 (mkV "skip" "skips" "skipped" "skipped" "skipping"); -lin skipper_N = mkN "skipper" "skippers"; -lin skipper_V2 = mkV2 (mkV "skipper" "skippers" "skippered" "skippered" "skippering"); -lin skipping_rope_N = mkN "skipping-rope" "skipping-ropes"; -lin skipton_PN = mkPN "Skipton"; -lin skirl_N = mkN "skirl" "skirls"; -lin skirmish_N = mkN "skirmish" "skirmishes"; -lin skirmish_V = mkV "skirmish" "skirmishes" "skirmished" "skirmished" "skirmishing"; -lin skirmisher_N = mkN "skirmisher" "skirmishers"; -lin skirt_N = mkN "skirt" "skirts"; -lin skirt_V = mkV "skirt" "skirts" "skirted" "skirted" "skirting"; -lin skirt_V2 = mkV2 (mkV "skirt" "skirts" "skirted" "skirted" "skirting"); -lin skirting_board_N = mkN "skirting-board" "skirting-boards"; -lin skit_N = mkN "skit" "skits"; -lin skitter_V = mkV "skitter" "skitters" "skittered" "skittered" "skittering"; -lin skittish_A = compoundA (mkA "skittish"); -lin skittishly_Adv = mkAdv "skittishly"; -lin skittishness_N = mkN "skittishness" "-" {- FIXME: no plural form -}; -lin skittle_N = mkN "skittle" "skittles"; -lin skittle_V2 = mkV2 (mkV "skittle" "skittles" "skittled" "skittled" "skittling"); -lin skittle_pin_N = mkN "skittle-pin" "skittle-pins"; -lin skittles_N = mkN "skittles" "skittles"; -lin skivvy_N = mkN "skivvy" "skivvies"; -lin skopje_PN = mkPN "Skopje"; -lin skua_N = mkN "skua" "skuas"; -lin skulk_V = mkV "skulk" "skulks" "skulked" "skulked" "skulking"; -lin skulker_N = mkN "skulker" "skulkers"; -lin skull_N = mkN "skull" "skulls"; -lin skullcap_N = mkN "skullcap" "skullcaps"; -lin skullduggery_N = mkN "skullduggery" "IRREG"; -lin skulled_A = compoundA (mkA "skulled"); -lin skunk_N = mkN "skunk" "skunks"; -lin sky_N = mkN "sky" "skies"; -lin sky_V2 = mkV2 (mkV "sky" "skies" "skied" "skied" "skying"); -lin sky_blue_A = compoundA (mkA "sky-blue"); -lin sky_blue_N = mkN "sky-blue" "-" {- FIXME: no plural form -}; -lin sky_high_Adv = mkAdv "sky-high"; -lin skylark_N = mkN "skylark" "skylarks"; -lin skylark_V = mkV "skylark" "skylarks" "skylarked" "skylarked" "skylarking"; -lin skylight_N = mkN "skylight" "skylights"; -lin skyline_N = mkN "skyline" "skylines"; -lin skyrocket_V = mkV "skyrocket" "skyrockets" "skyrocketed" "skyrocketed" "skyrocketing"; -lin skyscraper_N = mkN "skyscraper" "skyscrapers"; -lin skyward_A = compoundA (mkA "skyward"); -lin skyward_Adv = mkAdv "skyward"; -lin skywards_A = compoundA (mkA "skywards"); -lin skywards_Adv = mkAdv "skywards"; -lin skywriting_N = mkN "skywriting" "-" {- FIXME: no plural form -}; -lin slab_N = mkN "slab" "slabs"; -lin slack_A = mkA "slack" "slacker"; -lin slack_N = mkN "slack" "slacks"; -lin slack_V = mkV "slack" "slacks" "slacked" "slacked" "slacking"; -lin slacken_V = mkV "slacken" "slackens" "slackened" "slackened" "slackening"; -lin slacken_V2 = mkV2 (mkV "slacken" "slackens" "slackened" "slackened" "slackening"); -lin slacker_N = mkN "slacker" "slackers"; -lin slackly_Adv = mkAdv "slackly"; -lin slackness_N = mkN "slackness" "-" {- FIXME: no plural form -}; -lin slag_N = mkN "slag" "-" {- FIXME: no plural form -}; -lin slag_heap_N = mkN "slag-heap" "slag-heaps"; -lin slake_V2 = mkV2 (mkV "slake" "slakes" "slaked" "slaked" "slaking"); -lin slalom_N = mkN "slalom" "slaloms"; -lin slam_N = mkN "slam" "slams"; -lin slam_V = mkV "slam" "slams" "slammed" "slammed" "slamming"; -lin slam_V2 = mkV2 (mkV "slam" "slams" "slammed" "slammed" "slamming"); -lin slander_N = mkN "slander" "slanders"; -lin slander_V2 = mkV2 (mkV "slander" "slanders" "slandered" "slandered" "slandering"); -lin slanderer_N = mkN "slanderer" "slanderers"; -lin slanderous_A = compoundA (mkA "slanderous"); -lin slang_N = mkN "slang" "-" {- FIXME: no plural form -}; -lin slang_V2 = mkV2 (mkV "slang" "slangs" "slanged" "slanged" "slanging"); -lin slangily_Adv = mkAdv "slangily"; -lin slanginess_N = mkN "slanginess" "-" {- FIXME: no plural form -}; -lin slangy_A = mkA "slangy" "slangier"; -lin slant_N = mkN "slant" "slants"; -lin slant_V = mkV "slant" "slants" "slanted" "slanted" "slanting"; -lin slant_V2 = mkV2 (mkV "slant" "slants" "slanted" "slanted" "slanting"); -lin slantingly_Adv = mkAdv "slantingly"; -lin slantwise_Adv = mkAdv "slantwise"; -lin slap_Adv = mkAdv "slap"; -lin slap_N = mkN "slap" "slaps"; -lin slap_V2 = mkV2 (mkV "slap" "slaps" "slapped" "slapped" "slapping"); -lin slap_bang_Adv = mkAdv "slap-bang"; -lin slap_happy_A = compoundA (mkA "slap-happy"); -lin slap_up_A = compoundA (mkA "slap-up"); -lin slapdash_A = compoundA (mkA "slapdash"); -lin slapdash_Adv = mkAdv "slapdash"; -lin slapstick_N = mkN "slapstick" "-" {- FIXME: no plural form -}; -lin slash_N = mkN "slash" "slashes"; -lin slash_V = mkV "slash" "slashes" "slashed" "slashed" "slashing"; -lin slash_V2 = mkV2 (mkV "slash" "slashes" "slashed" "slashed" "slashing"); -lin slat_N = mkN "slat" "slats"; -lin slate_N = mkN "slate" "slates"; -lin slate_V2 = mkV2 (mkV "slate" "slates" "slated" "slated" "slating"); -lin slate_club_N = mkN "slate-club" "slate-clubs"; -lin slate_pencil_N = mkN "slate-pencil" "slate-pencils"; -lin slating_N = mkN "slating" "slatings"; -lin slatted_A = compoundA (mkA "slatted"); -lin slattern_N = mkN "slattern" "slatterns"; -lin slatternliness_N = mkN "slatternliness" "-" {- FIXME: no plural form -}; -lin slatternly_A = compoundA (mkA "slatternly"); -lin slaty_A = mkA "slaty" "slatier"; -lin slaughter_N = mkN "slaughter" "-" {- FIXME: no plural form -}; -lin slaughter_V2 = mkV2 (mkV "slaughter" "slaughters" "slaughtered" "slaughtered" "slaughtering"); -lin slaughterer_N = mkN "slaughterer" "slaughterers"; -lin slaughterhouse_N = mkN "slaughterhouse" "slaughterhouses"; -lin slav_A = compoundA (mkA "slav"); -lin slav_N = mkN "slav" "slavs"; -lin slave_N = mkN "slave" "slaves"; -lin slave_V = mkV "slave" "slaves" "slaved" "slaved" "slaving"; -lin slave_driver_N = mkN "slave-driver" "slave-drivers"; -lin slave_trade_N = mkN "slave-trade" "-" {- FIXME: no plural form -}; -lin slave_traffic_N = mkN "slave-traffic" "-" {- FIXME: no plural form -}; -lin slaver_N = mkN "slaver" "-" {- FIXME: no plural form -}; -lin slaver_V = mkV "slaver" "slavers" "slavered" "slavered" "slavering"; -lin slavery_N = mkN "slavery" "-" {- FIXME: no plural form -}; -lin slavey_N = mkN "slavey" "slaveys"; -lin slavish_A = compoundA (mkA "slavish"); -lin slavishly_Adv = mkAdv "slavishly"; -lin slavonic_A = compoundA (mkA "slavonic"); -lin slaw_N = mkN "slaw" "-" {- FIXME: no plural form -}; -lin slay_V2 = mkV2 (IrregEng.slay_V); -lin slayer_N = mkN "slayer" "slayers"; -lin sleaford_PN = mkPN "Sleaford"; -lin sleazy_A = mkA "sleazy" "sleazier"; -lin sled_N = mkN "sled" "sleds"; -lin sledge_N = mkN "sledge" "sledges"; -lin sledge_V = mkV "sledge" "sledges" "sledged" "sledged" "sledging"; -lin sledge_V2 = mkV2 (mkV "sledge" "sledges" "sledged" "sledged" "sledging"); -lin sledgehammer_N = mkN "sledgehammer" "sledgehammers"; -lin sleek_A = mkA "sleek" "sleeker"; -lin sleek_V2 = mkV2 (mkV "sleek" "sleeks" "sleeked" "sleeked" "sleeking"); -lin sleekly_Adv = mkAdv "sleekly"; -lin sleekness_N = mkN "sleekness" "-" {- FIXME: no plural form -}; -lin sleep_N = mkN "sleep" "-" {- FIXME: no plural form -}; -lin sleep_V = IrregEng.sleep_V; -lin sleep_V2 = mkV2 (IrregEng.sleep_V); -lin sleeper_N = mkN "sleeper" "sleepers"; -lin sleepily_Adv = mkAdv "sleepily"; -lin sleepiness_N = mkN "sleepiness" "-" {- FIXME: no plural form -}; -lin sleeping_N = mkN "sleeping" "-" {- FIXME: no plural form -}; -lin sleeping_bag_N = mkN "sleeping-bag" "sleeping-bags"; -lin sleeping_car_N = mkN "sleeping-car" "sleeping-cars"; -lin sleeping_draught_N = mkN "sleeping-draught" "sleeping-draughts"; -lin sleeping_pill_N = mkN "sleeping-pill" "sleeping-pills"; -lin sleeping_sickness_N = mkN "sleeping-sickness" "-" {- FIXME: no plural form -}; -lin sleepless_A = compoundA (mkA "sleepless"); -lin sleeplessly_Adv = mkAdv "sleeplessly"; -lin sleeplessness_N = mkN "sleeplessness" "-" {- FIXME: no plural form -}; -lin sleepwalker_N = mkN "sleepwalker" "sleepwalkers"; -lin sleepy_A = mkA "sleepy" "sleepier"; -lin sleepy_head_N = mkN "sleepy-head" "sleepy-heads"; -lin sleet_N = mkN "sleet" "-" {- FIXME: no plural form -}; -lin sleet_V = mkV "sleet" "sleets" "sleeted" "sleeted" "sleeting"; -lin sleety_A = mkA "sleety" "sleetier"; -lin sleeve_N = mkN "sleeve" "sleeves"; -lin sleeved_A = compoundA (mkA "sleeved"); -lin sleeveless_A = compoundA (mkA "sleeveless"); -lin sleigh_N = mkN "sleigh" "sleighs"; -lin sleigh_V = mkV "sleigh" "sleighs" "sleighed" "sleighed" "sleighing"; -lin sleigh_V2 = mkV2 (mkV "sleigh" "sleighs" "sleighed" "sleighed" "sleighing"); -lin sleigh_bell_N = mkN "sleigh-bell" "sleigh-bells"; -lin sleight_N = mkN "sleight" "sleights"; -lin slender_A = compoundA (mkA "slender"); -lin slenderize_V = mkV "slenderize" "slenderizes" "slenderized" "slenderized" "slenderizing"; -lin slenderize_V2 = mkV2 (mkV "slenderize" "slenderizes" "slenderized" "slenderized" "slenderizing"); -lin slenderly_Adv = mkAdv "slenderly"; -lin slenderness_N = mkN "slenderness" "-" {- FIXME: no plural form -}; -lin sleuth_N = mkN "sleuth" "sleuths"; -lin sleuth_hound_N = mkN "sleuth-hound" "sleuth-hounds"; -lin slew_V = mkV "slew" "slews" "slewed" "slewed" "slewing"; -lin slew_V2 = mkV2 (mkV "slew" "slews" "slewed" "slewed" "slewing"); -lin slice_N = mkN "slice" "slices"; -lin slice_V = mkV "slice" "slices" "sliced" "sliced" "slicing"; -lin slice_V2 = mkV2 (mkV "slice" "slices" "sliced" "sliced" "slicing"); -lin slick_A = mkA "slick" "slicker"; -lin slick_Adv = mkAdv "slick"; -lin slick_N = mkN "slick" "slicks"; -lin slicker_N = mkN "slicker" "slickers"; -lin slide_N = mkN "slide" "slides"; -lin slide_V = IrregEng.slide_V; -lin slide_V2 = mkV2 (IrregEng.slide_V); -lin slide_rule_N = mkN "slide-rule" "slide-rules"; -lin slight_A = mkA "slight" "slighter"; -lin slight_N = mkN "slight" "slights"; -lin slight_V2 = mkV2 (mkV "slight" "slights" "slighted" "slighted" "slighting"); -lin slightingly_Adv = mkAdv "slightingly"; -lin slightly_Adv = mkAdv "slightly"; -lin slightness_N = mkN "slightness" "-" {- FIXME: no plural form -}; -lin sligo_PN = mkPN "Sligo"; -lin slim_A = mkA "slim" "slimmer*"; -lin slim_V = mkV "slim" "slims" "slimmed" "slimmed" "slimming"; -lin slime_N = mkN "slime" "-" {- FIXME: no plural form -}; -lin sliminess_N = mkN "sliminess" "-" {- FIXME: no plural form -}; -lin slimly_Adv = mkAdv "slimly"; -lin slimness_N = mkN "slimness" "-" {- FIXME: no plural form -}; -lin slimy_A = mkA "slimy" "slimier"; -lin sling_N = mkN "sling" "slings"; -lin sling_V = IrregEng.sling_V; -lin sling_V2 = mkV2 (IrregEng.sling_V); -lin slinger_N = mkN "slinger" "slingers"; -lin slink_V = mkV "slink" "IRREG" "IRREG" "IRREG" "IRREG"; -lin slip_N = mkN "slip" "slips"; -lin slip_V = mkV "slip" "slips" "slipped" "slipped" "slipping"; -lin slip_V2 = mkV2 (mkV "slip" "slips" "slipped" "slipped" "slipping"); -lin slip_carriage_N = mkN "slip-carriage" "slip-carriages"; -lin slip_coach_N = mkN "slip-coach" "slip-coaches"; -lin slip_road_N = mkN "slip-road" "slip-roads"; -lin slip_up_N = mkN "slip-up" "slip-ups"; -lin slipcover_N = mkN "slipcover" "slipcovers"; -lin slipknot_N = mkN "slipknot" "slipknots"; -lin slipon_N = mkN "slipon" "slipons"; -lin slipover_N = mkN "slipover" "slipovers"; -lin slipper_N = mkN "slipper" "slippers"; -lin slippered_A = compoundA (mkA "slippered"); -lin slipperiness_N = mkN "slipperiness" "-" {- FIXME: no plural form -}; -lin slippery_A = mkA "slippery" "slipperier"; -lin slippy_A = compoundA (mkA "slippy"); -lin slipshod_A = compoundA (mkA "slipshod"); -lin slipstream_N = mkN "slipstream" "slipstreams"; -lin slipway_N = mkN "slipway" "slipways"; -lin slit_N = mkN "slit" "slits"; -lin slit_V2 = mkV2 (IrregEng.slit_V); -lin slither_V = mkV "slither" "slithers" "slithered" "slithered" "slithering"; -lin slithery_A = compoundA (mkA "slithery"); -lin sliver_N = mkN "sliver" "slivers"; -lin sliver_V = mkV "sliver" "slivers" "slivered" "slivered" "slivering"; -lin sliver_V2 = mkV2 (mkV "sliver" "slivers" "slivered" "slivered" "slivering"); -lin slob_N = mkN "slob" "slobs"; -lin slobber_N = mkN "slobber" "-" {- FIXME: no plural form -}; -lin slobber_V = mkV "slobber" "slobbers" "slobbered" "slobbered" "slobbering"; -lin slobber_V2 = mkV2 (mkV "slobber" "slobbers" "slobbered" "slobbered" "slobbering"); -lin sloe_N = mkN "sloe" "sloes"; -lin sloe_gin_N = mkN "sloe-gin" "-" {- FIXME: no plural form -}; -lin slog_V = mkV "slog" "slogs" "slogged" "slogged" "slogging"; -lin slog_V2 = mkV2 (mkV "slog" "slogs" "slogged" "slogged" "slogging"); -lin slogan_N = mkN "slogan" "slogans"; -lin slogger_N = mkN "slogger" "sloggers"; -lin sloop_N = mkN "sloop" "sloops"; -lin slop_N = mkN "slop" "slops"; -lin slop_V = mkV "slop" "slops" "slopped" "slopped" "slopping"; -lin slop_V2 = mkV2 (mkV "slop" "slops" "slopped" "slopped" "slopping"); -lin slop_basin_N = mkN "slop-basin" "slop-basins"; -lin slop_pail_N = mkN "slop-pail" "slop-pails"; -lin slop_shop_N = mkN "slop-shop" "slop-shops"; -lin slope_N = mkN "slope" "slopes"; -lin slope_V = mkV "slope" "slopes" "sloped" "sloped" "sloping"; -lin slope_V2 = mkV2 (mkV "slope" "slopes" "sloped" "sloped" "sloping"); -lin slopingly_Adv = mkAdv "slopingly"; -lin sloppily_Adv = mkAdv "sloppily"; -lin sloppiness_N = mkN "sloppiness" "-" {- FIXME: no plural form -}; -lin sloppy_A = mkA "sloppy" "sloppier"; -lin slosh_V = mkV "slosh" "sloshes" "sloshed" "sloshed" "sloshing"; -lin slosh_V2 = mkV2 (mkV "slosh" "sloshes" "sloshed" "sloshed" "sloshing"); -lin sloshed_A = compoundA (mkA "sloshed"); -lin slot_N = mkN "slot" "slots"; -lin slot_V2 = mkV2 (mkV "slot" "slots" "slotted" "slotted" "slotting"); -lin slot_machine_N = mkN "slot-machine" "slot-machines"; -lin sloth_N = mkN "sloth" "sloths"; -lin slothful_A = compoundA (mkA "slothful"); -lin slouch_N = mkN "slouch" "slouches"; -lin slouch_V = mkV "slouch" "slouches" "slouched" "slouched" "slouching"; -lin slouch_hat_N = mkN "slouch-hat" "slouch-hats"; -lin slouchingly_Adv = mkAdv "slouchingly"; -lin slough_N = mkN "slough" "sloughs"; -lin slough_PN = mkPN "Slough"; -lin slough_V = mkV "slough" "sloughs" "sloughed" "sloughed" "sloughing"; -lin slough_V2 = mkV2 (mkV "slough" "sloughs" "sloughed" "sloughed" "sloughing"); -lin slovak_N = mkN "slovak" "-" {- FIXME: no plural form -}; -lin sloven_N = mkN "sloven" "slovens"; -lin slovenian_A = compoundA (mkA "slovenian"); -lin slovenian_N = mkN "slovenian" "slovenians"; -lin slovenliness_N = mkN "slovenliness" "-" {- FIXME: no plural form -}; -lin slovenly_A = mkA "slovenly" "slovenlier"; -lin slow_A = mkA "slow" "slower"; -lin slow_Adv = mkAdv "slow"; -lin slow_V = mkV "slow" "slows" "slowed" "slowed" "slowing"; -lin slow_V2 = mkV2 (mkV "slow" "slows" "slowed" "slowed" "slowing"); -lin slow_worm_N = mkN "slow-worm" "slow-worms"; -lin slowcoach_N = mkN "slowcoach" "slowcoaches"; -lin slowdown_N = mkN "slowdown" "slowdowns"; -lin slower_Adv = mkAdv "slower"; -lin slowest_Adv = mkAdv "slowest"; -lin slowly_Adv = mkAdv "slowly"; -lin slowness_N = mkN "slowness" "-" {- FIXME: no plural form -}; -lin sludge_N = mkN "sludge" "-" {- FIXME: no plural form -}; -lin slug_N = mkN "slug" "slugs"; -lin slug_V = mkV "slug" "slugs" "slugged" "slugged" "slugging"; -lin slug_V2 = mkV2 (mkV "slug" "slugs" "slugged" "slugged" "slugging"); -lin sluggard_N = mkN "sluggard" "sluggards"; -lin sluggish_A = compoundA (mkA "sluggish"); -lin sluggishly_Adv = mkAdv "sluggishly"; -lin sluggishness_N = mkN "sluggishness" "-" {- FIXME: no plural form -}; -lin sluice_N = mkN "sluice" "sluices"; -lin sluice_V = mkV "sluice" "sluices" "sluiced" "sluiced" "sluicing"; -lin sluice_V2 = mkV2 (mkV "sluice" "sluices" "sluiced" "sluiced" "sluicing"); -lin sluice_valve_N = mkN "sluice-valve" "sluice-valves"; -lin sluicegate_N = mkN "sluicegate" "sluicegates"; -lin slum_N = mkN "slum" "slums"; -lin slum_V = mkV "slum" "slums" "slummed" "slummed" "slumming"; -lin slumber_N = mkN "slumber" "slumbers"; -lin slumber_V = mkV "slumber" "slumbers" "slumbered" "slumbered" "slumbering"; -lin slumber_V2 = mkV2 (mkV "slumber" "slumbers" "slumbered" "slumbered" "slumbering"); -lin slumberer_N = mkN "slumberer" "slumberers"; -lin slumberous_A = compoundA (mkA "slumberous"); -lin slummy_A = mkA "slummy" "slummier"; -lin slump_N = mkN "slump" "slumps"; -lin slump_V = mkV "slump" "slumps" "slumped" "slumped" "slumping"; -lin slur_N = mkN "slur" "slurs"; -lin slur_V = mkV "slur" "slurs" "slurred" "slurred" "slurring"; -lin slur_V2 = mkV2 (mkV "slur" "slurs" "slurred" "slurred" "slurring"); -lin slurry_N = mkN "slurry" "-" {- FIXME: no plural form -}; -lin slush_N = mkN "slush" "-" {- FIXME: no plural form -}; -lin slushy_A = mkA "slushy" "slushier"; -lin slut_N = mkN "slut" "sluts"; -lin sluttish_A = compoundA (mkA "sluttish"); -lin sly_A = mkA "sly" "slyer"; -lin slyly_Adv = mkAdv "slyly"; -lin slyness_N = mkN "slyness" "-" {- FIXME: no plural form -}; -lin smack_Adv = mkAdv "smack"; -lin smack_N = mkN "smack" "smacks"; -lin smack_V = mkV "smack" "smacks" "smacked" "smacked" "smacking"; -lin smack_V2 = mkV2 (mkV "smack" "smacks" "smacked" "smacked" "smacking"); -lin smacker_N = mkN "smacker" "smackers"; -lin smacking_N = mkN "smacking" "smackings"; -lin small_A = mkA "small" "smaller"; -lin small_Adv = mkAdv "small"; -lin small_N = mkN "small" "smalls"; -lin small_minded_A = compoundA (mkA "small-minded"); -lin smallholder_N = mkN "smallholder" "smallholders"; -lin smallholding_N = mkN "smallholding" "smallholdings"; -lin smallness_N = mkN "smallness" "-" {- FIXME: no plural form -}; -lin smallpox_N = mkN "smallpox" "-" {- FIXME: no plural form -}; -lin smalltime_A = compoundA (mkA "smalltime"); -lin smarmy_A = compoundA (mkA "smarmy"); -lin smart_A = mkA "smart" "smarter"; -lin smart_N = mkN "smart" "-" {- FIXME: no plural form -}; -lin smart_V = mkV "smart" "smarts" "smarted" "smarted" "smarting"; -lin smarten_V = mkV "smarten" "smartens" "smartened" "smartened" "smartening"; -lin smarten_V2 = mkV2 (mkV "smarten" "smartens" "smartened" "smartened" "smartening"); -lin smartly_Adv = mkAdv "smartly"; -lin smartness_N = mkN "smartness" "-" {- FIXME: no plural form -}; -lin smash_Adv = mkAdv "smash"; -lin smash_N = mkN "smash" "smashes"; -lin smash_V = mkV "smash" "smashes" "smashed" "smashed" "smashing"; -lin smash_V2 = mkV2 (mkV "smash" "smashes" "smashed" "smashed" "smashing"); -lin smash_up_N = mkN "smash-up" "smash-ups"; -lin smasher_N = mkN "smasher" "smashers"; -lin smashing_A = compoundA (mkA "smashing"); -lin smattering_N = mkN "smattering" "smatterings"; -lin smear_N = mkN "smear" "smears"; -lin smear_V = mkV "smear" "smears" "smeared" "smeared" "smearing"; -lin smear_V2 = mkV2 (mkV "smear" "smears" "smeared" "smeared" "smearing"); -lin smear_word_N = mkN "smear-word" "smear-words"; -lin smell_N = mkN "smell" "smells"; -lin smell_V = mkV "smell" "smells" "smelled" "smelled" "smelling"; -lin smell_V2 = mkV2 (mkV "smell" "smells" "smelled" "smelled" "smelling"); -lin smelling_bottle_N = mkN "smelling-bottle" "smelling-bottles"; -lin smelly_A = mkA "smelly" "smellier"; -lin smelt_N = mkN "smelt" "smelts"; -lin smelt_V2 = mkV2 (mkV "smelt" "smelts" "smelted" "smelted" "smelting"); -lin smilax_N = mkN "smilax" "-" {- FIXME: no plural form -}; -lin smile_N = mkN "smile" "smiles"; -lin smile_V = mkV "smile" "smiles" "smiled" "smiled" "smiling"; -lin smile_V2 = mkV2 (mkV "smile" "smiles" "smiled" "smiled" "smiling"); -lin smilingly_Adv = mkAdv "smilingly"; -lin smirch_N = mkN "smirch" "smirches"; -lin smirch_V2 = mkV2 (mkV "smirch" "smirches" "smirched" "smirched" "smirching"); -lin smirk_N = mkN "smirk" "smirks"; -lin smirk_V = mkV "smirk" "smirks" "smirked" "smirked" "smirking"; -lin smite_V = IrregEng.smite_V; -lin smite_V2 = mkV2 (IrregEng.smite_V); -lin smith_N = mkN "smith" "smiths"; -lin smithy_N = mkN "smithy" "smithies"; -lin smock_N = mkN "smock" "smocks"; -lin smocking_N = mkN "smocking" "-" {- FIXME: no plural form -}; -lin smog_N = mkN "smog" "smogs"; -lin smoke_N = mkN "smoke" "smokes"; -lin smoke_V = mkV "smoke" "smokes" "smoked" "smoked" "smoking"; -lin smoke_V2 = mkV2 (mkV "smoke" "smokes" "smoked" "smoked" "smoking"); -lin smoke_bomb_N = mkN "smoke-bomb" "smoke-bombs"; -lin smoke_cured_A = compoundA (mkA "smoke-cured"); -lin smoke_dried_A = compoundA (mkA "smoke-dried"); -lin smoke_screen_N = mkN "smoke-screen" "smoke-screens"; -lin smokeless_A = compoundA (mkA "smokeless"); -lin smoker_N = mkN "smoker" "smokers"; -lin smokestack_N = mkN "smokestack" "smokestacks"; -lin smoking_N = mkN "smoking" "-" {- FIXME: no plural form -}; -lin smoking_car_N = mkN "smoking-car" "smoking-cars"; -lin smoking_carriage_N = mkN "smoking-carriage" "smoking-carriages"; -lin smoking_compartment_N = mkN "smoking-compartment" "smoking-compartments"; -lin smoking_mixture_N = mkN "smoking-mixture" "-" {- FIXME: no plural form -}; -lin smoking_room_N = mkN "smoking-room" "smoking-rooms"; -lin smoky_A = mkA "smoky" "smokier"; -lin smooth_A = mkA "smooth" "smoother"; -lin smooth_N = mkN "smooth" "smeeth" {- FIXME: guessed plural form -}; -lin smooth_V = mkV "smooth" "smooths" "smoothed" "smoothed" "smoothing"; -lin smooth_V2 = mkV2 (mkV "smooth" "smooths" "smoothed" "smoothed" "smoothing"); -lin smooth_bore_A = compoundA (mkA "smooth-bore"); -lin smooth_faced_A = compoundA (mkA "smooth-faced"); -lin smooth_spoken_A = compoundA (mkA "smooth-spoken"); -lin smooth_tongued_A = compoundA (mkA "smooth-tongued"); -lin smoothing_iron_N = mkN "smoothing-iron" "smoothing-irons"; -lin smoothing_plane_N = mkN "smoothing-plane" "smoothing-planes"; -lin smoothly_Adv = mkAdv "smoothly"; -lin smoothness_N = mkN "smoothness" "-" {- FIXME: no plural form -}; -lin smorgasbord_N = mkN "smorgasbord" "-" {- FIXME: no plural form -}; -lin smother_N = mkN "smother" "IRREG"; -lin smother_V2 = mkV2 (mkV "smother" "smothers" "smothered" "smothered" "smothering"); -lin smoulder_N = mkN "smoulder" "-" {- FIXME: no plural form -}; -lin smoulder_V = mkV "smoulder" "smoulders" "smouldered" "smouldered" "smouldering"; -lin smudge_N = mkN "smudge" "smudges"; -lin smudge_V = mkV "smudge" "smudges" "smudged" "smudged" "smudging"; -lin smudge_V2 = mkV2 (mkV "smudge" "smudges" "smudged" "smudged" "smudging"); -lin smudgy_A = compoundA (mkA "smudgy"); -lin smug_A = mkA "smug" "smugger*"; -lin smuggle_V2 = mkV2 (mkV "smuggle" "smuggles" "smuggled" "smuggled" "smuggling"); -lin smuggler_N = mkN "smuggler" "smugglers"; -lin smugly_Adv = mkAdv "smugly"; -lin smugness_N = mkN "smugness" "-" {- FIXME: no plural form -}; -lin smut_N = mkN "smut" "smuts"; -lin smut_V2 = mkV2 (mkV "smut" "smuts" "smutted" "smutted" "smutting"); -lin smuttily_Adv = mkAdv "smuttily"; -lin smuttiness_N = mkN "smuttiness" "-" {- FIXME: no plural form -}; -lin smutty_A = mkA "smutty" "smuttier"; -lin snack_N = mkN "snack" "snacks"; -lin snack_bar_N = mkN "snack-bar" "snack-bars"; -lin snack_counter_N = mkN "snack-counter" "snack-counters"; -lin snaffle_N = mkN "snaffle" "snaffles"; -lin snaffle_V2 = mkV2 (mkV "snaffle" "snaffles" "snaffled" "snaffled" "snaffling"); -lin snaffle_bit_N = mkN "snaffle-bit" "snaffle-bits"; -lin snag_N = mkN "snag" "snags"; -lin snag_V2 = mkV2 (mkV "snag" "snags" "snagged" "snagged" "snagging"); -lin snail_N = mkN "snail" "snails"; -lin snake_N = mkN "snake" "snakes"; -lin snake_V = mkV "snake" "snakes" "snaked" "snaked" "snaking"; -lin snake_charmer_N = mkN "snake-charmer" "snake-charmers"; -lin snaky_A = mkA "snaky" "snakier"; -lin snap_N = mkN "snap" "snaps"; -lin snap_V = mkV "snap" "snaps" "snapped" "snapped" "snapping"; -lin snap_V2 = mkV2 (mkV "snap" "snaps" "snapped" "snapped" "snapping"); -lin snap_fastener_N = mkN "snap-fastener" "snap-fasteners"; -lin snapdragon_N = mkN "snapdragon" "snapdragons"; -lin snappish_A = compoundA (mkA "snappish"); -lin snappishly_Adv = mkAdv "snappishly"; -lin snappishness_N = mkN "snappishness" "-" {- FIXME: no plural form -}; -lin snappy_A = mkA "snappy" "snappier"; -lin snapshot_N = mkN "snapshot" "snapshots"; -lin snare_N = mkN "snare" "snares"; -lin snare_V2 = mkV2 (mkV "snare" "snares" "snared" "snared" "snaring"); -lin snare_drum_N = mkN "snare-drum" "snare-drums"; -lin snarl_N = mkN "snarl" "snarls"; -lin snarl_V = mkV "snarl" "snarls" "snarled" "snarled" "snarling"; -lin snarl_V2 = mkV2 (mkV "snarl" "snarls" "snarled" "snarled" "snarling"); -lin snarl_up_N = mkN "snarl-up" "snarl-ups"; -lin snatch_N = mkN "snatch" "snatches"; -lin snatch_V = mkV "snatch" "snatches" "snatched" "snatched" "snatching"; -lin snatch_V2 = mkV2 (mkV "snatch" "snatches" "snatched" "snatched" "snatching"); -lin snatcher_N = mkN "snatcher" "snatchers"; -lin snazzy_A = compoundA (mkA "snazzy"); -lin sneak_N = mkN "sneak" "sneaks"; -lin sneak_V = mkV "sneak" "sneaks" "sneaked" "sneaked" "sneaking"; -lin sneak_V2 = mkV2 (mkV "sneak" "sneaks" "sneaked" "sneaked" "sneaking"); -lin sneak_thief_N = mkN "sneak-thief" "sneak-thieves" {- FIXME: guessed plural form -}; -lin sneaking_A = compoundA (mkA "sneaking"); -lin sneakingly_Adv = mkAdv "sneakingly"; -lin sneaky_A = mkA "sneaky" "sneakier"; -lin sneer_N = mkN "sneer" "sneers"; -lin sneer_V = mkV "sneer" "sneers" "sneered" "sneered" "sneering"; -lin sneeringly_Adv = mkAdv "sneeringly"; -lin sneeze_N = mkN "sneeze" "sneezes"; -lin sneeze_V = mkV "sneeze" "sneezes" "sneezed" "sneezed" "sneezing"; -lin snick_N = mkN "snick" "snicks"; -lin snick_V = mkV "snick" "snicks" "snicked" "snicked" "snicking"; -lin snick_V2 = mkV2 (mkV "snick" "snicks" "snicked" "snicked" "snicking"); -lin snicker_N = mkN "snicker" "snickers"; -lin snicker_V = mkV "snicker" "snickers" "snickered" "snickered" "snickering"; -lin snide_A = compoundA (mkA "snide"); -lin sniff_N = mkN "sniff" "sniffs"; -lin sniff_V = mkV "sniff" "sniffs" "sniffed" "sniffed" "sniffing"; -lin sniff_V2 = mkV2 (mkV "sniff" "sniffs" "sniffed" "sniffed" "sniffing"); -lin sniffle_V = mkV "sniffle" "sniffles" "sniffled" "sniffled" "sniffling"; -lin sniffy_A = mkA "sniffy" "sniffier"; -lin snifter_N = mkN "snifter" "snifters"; -lin snigger_N = mkN "snigger" "sniggers"; -lin snigger_V = mkV "snigger" "sniggers" "sniggered" "sniggered" "sniggering"; -lin snip_N = mkN "snip" "snips"; -lin snip_V = mkV "snip" "snips" "snipped" "snipped" "snipping"; -lin snip_V2 = mkV2 (mkV "snip" "snips" "snipped" "snipped" "snipping"); -lin snipe_N = mkN "snipe" "snipe"; -lin snipe_V = mkV "snipe" "snipes" "sniped" "sniped" "sniping"; -lin snipe_V2 = mkV2 (mkV "snipe" "snipes" "sniped" "sniped" "sniping"); -lin sniper_N = mkN "sniper" "snipers"; -lin snippet_N = mkN "snippet" "snippets"; -lin snipping_N = mkN "snipping" "snippings"; -lin snitch_V = mkV "snitch" "snitches" "snitched" "snitched" "snitching"; -lin snitch_V2 = mkV2 (mkV "snitch" "snitches" "snitched" "snitched" "snitching"); -lin snivel_V = mkV "snivel" "snivels" "snivelled" "snivelled" "snivelling"; -lin sniveller_N = mkN "sniveller" "snivellers"; -lin snob_N = mkN "snob" "snobs"; -lin snobbery_N = mkN "snobbery" "-" {- FIXME: no plural form -}; -lin snobbish_A = compoundA (mkA "snobbish"); -lin snobbishly_Adv = mkAdv "snobbishly"; -lin snobbishness_N = mkN "snobbishness" "-" {- FIXME: no plural form -}; -lin snog_V = mkV "snog" "snogs" "snogged" "snogged" "snogging"; -lin snogging_N = mkN "snogging" "-" {- FIXME: no plural form -}; -lin snood_N = mkN "snood" "snoods"; -lin snook_N = mkN "snook" "snooks"; -lin snooker_N = mkN "snooker" "snookers"; -lin snoop_V = mkV "snoop" "snoops" "snooped" "snooped" "snooping"; -lin snooper_N = mkN "snooper" "snoopers"; -lin snootily_Adv = mkAdv "snootily"; -lin snooty_A = mkA "snooty" "snootier"; -lin snooze_N = mkN "snooze" "snoozes"; -lin snooze_V = mkV "snooze" "snoozes" "snoozed" "snoozed" "snoozing"; -lin snore_N = mkN "snore" "snores"; -lin snore_V = mkV "snore" "snores" "snored" "snored" "snoring"; -lin snorer_N = mkN "snorer" "snorers"; -lin snorkel_N = mkN "snorkel" "snorkels"; -lin snort_N = mkN "snort" "snorts"; -lin snort_V = mkV "snort" "snorts" "snorted" "snorted" "snorting"; -lin snort_V2 = mkV2 (mkV "snort" "snorts" "snorted" "snorted" "snorting"); -lin snorter_N = mkN "snorter" "snorters"; -lin snorty_A = mkA "snorty" "snortier"; -lin snot_N = mkN "snot" "-" {- FIXME: no plural form -}; -lin snot_nosed_A = compoundA (mkA "snot-nosed"); -lin snotty_A = mkA "snotty" "snottier"; -lin snout_N = mkN "snout" "snouts"; -lin snow_N = mkN "snow" "snows"; -lin snow_V = mkV "snow" "snows" "snowed" "snowed" "snowing"; -lin snow_V2 = mkV2 (mkV "snow" "snows" "snowed" "snowed" "snowing"); -lin snow_clad_A = compoundA (mkA "snow-clad"); -lin snow_covered_A = compoundA (mkA "snow-covered"); -lin snow_line_N = mkN "snow-line" "snow-lines"; -lin snow_white_A = compoundA (mkA "snow-white"); -lin snowball_N = mkN "snowball" "snowballs"; -lin snowball_V = mkV "snowball" "snowballs" "snowballed" "snowballed" "snowballing"; -lin snowball_V2 = mkV2 (mkV "snowball" "snowballs" "snowballed" "snowballed" "snowballing"); -lin snowberry_N = mkN "snowberry" "snowberries"; -lin snowblind_A = compoundA (mkA "snowblind"); -lin snowblindness_N = mkN "snowblindness" "-" {- FIXME: no plural form -}; -lin snowbound_A = compoundA (mkA "snowbound"); -lin snowcapped_A = compoundA (mkA "snowcapped"); -lin snowdrift_N = mkN "snowdrift" "snowdrifts"; -lin snowdrop_N = mkN "snowdrop" "snowdrops"; -lin snowfall_N = mkN "snowfall" "snowfalls"; -lin snowfield_N = mkN "snowfield" "snowfields"; -lin snowflake_N = mkN "snowflake" "snowflakes"; -lin snowman_N = mkN "snowman" "snowmen" {- FIXME: guessed plural form -}; -lin snowplough_N = mkN "snowplough" "snowploughs"; -lin snowstorm_N = mkN "snowstorm" "snowstorms"; -lin snowy_A = mkA "snowy" "snowier"; -lin snr_PN = mkPN "Snr"; -lin snub_A = compoundA (mkA "snub"); -lin snub_N = mkN "snub" "snubs"; -lin snub_V2 = mkV2 (mkV "snub" "snubs" "snubbed" "snubbed" "snubbing"); -lin snub_nosed_A = compoundA (mkA "snub-nosed"); -lin snuff_N = mkN "snuff" "snuffs"; -lin snuff_V = mkV "snuff" "snuffs" "snuffed" "snuffed" "snuffing"; -lin snuff_V2 = mkV2 (mkV "snuff" "snuffs" "snuffed" "snuffed" "snuffing"); -lin snuff_colour_A = compoundA (mkA "snuff-colour"); -lin snuff_colour_N = mkN "snuff-colour" "-" {- FIXME: no plural form -}; -lin snuff_coloured_A = compoundA (mkA "snuff-coloured"); -lin snuffbox_N = mkN "snuffbox" "snuffboxes"; -lin snuffle_N = mkN "snuffle" "snuffles"; -lin snuffle_V = mkV "snuffle" "snuffles" "snuffled" "snuffled" "snuffling"; -lin snug_A = mkA "snug" "snugger*"; -lin snug_N = mkN "snug" "snugs"; -lin snuggery_N = mkN "snuggery" "snuggeries"; -lin snuggle_V = mkV "snuggle" "snuggles" "snuggled" "snuggled" "snuggling"; -lin snuggle_V2 = mkV2 (mkV "snuggle" "snuggles" "snuggled" "snuggled" "snuggling"); -lin snugly_Adv = mkAdv "snugly"; -lin snugness_N = mkN "snugness" "-" {- FIXME: no plural form -}; -lin so_Adv = mkAdv "so"; -lin so_N = mkN "so" "si" {- FIXME: guessed plural form -}; -lin so_and_so_N = mkN "so-and-so" "so-and-sos"; -lin so_called_A = compoundA (mkA "so-called"); -lin so_so_A = compoundA (mkA "so-so"); -lin so_so_Adv = mkAdv "so-so"; -lin soak_N = mkN "soak" "soaks"; -lin soak_V = mkV "soak" "soaks" "soaked" "soaked" "soaking"; -lin soak_V2 = mkV2 (mkV "soak" "soaks" "soaked" "soaked" "soaking"); -lin soaker_N = mkN "soaker" "soakers"; -lin soap_N = mkN "soap" "soaps"; -lin soap_V2 = mkV2 (mkV "soap" "soaps" "soaped" "soaped" "soaping"); -lin soap_bubble_N = mkN "soap-bubble" "soap-bubbles"; -lin soap_opera_N = mkN "soap-opera" "soap-operas"; -lin soapbox_N = mkN "soapbox" "soapboxes"; -lin soapy_A = mkA "soapy" "soapier"; -lin soar_V = mkV "soar" "soars" "soared" "soared" "soaring"; -lin sob_N = mkN "sob" "sobs"; -lin sob_V = mkV "sob" "sobs" "sobbed" "sobbed" "sobbing"; -lin sob_V2 = mkV2 (mkV "sob" "sobs" "sobbed" "sobbed" "sobbing"); -lin sob_stuff_N = mkN "sob-stuff" "-" {- FIXME: no plural form -}; -lin sobbingly_Adv = mkAdv "sobbingly"; -lin sober_A = compoundA (mkA "sober"); -lin sober_V = mkV "sober" "sobers" "sobered" "sobered" "sobering"; -lin sober_V2 = mkV2 (mkV "sober" "sobers" "sobered" "sobered" "sobering"); -lin sober_sides_N = mkN "sober-sides" "IRREG"; -lin soberly_Adv = mkAdv "soberly"; -lin sobriety_N = mkN "sobriety" "-" {- FIXME: no plural form -}; -lin sobriquet_N = mkN "sobriquet" "sobriquets"; -lin soc_N = mkN "soc" "-" {- FIXME: no plural form -}; -lin soccer_N = mkN "soccer" "-" {- FIXME: no plural form -}; -lin sociability_N = mkN "sociability" "-" {- FIXME: no plural form -}; -lin sociable_A = compoundA (mkA "sociable"); -lin sociably_Adv = mkAdv "sociably"; -lin social_A = compoundA (mkA "social"); -lin social_N = mkN "social" "socials"; -lin social_work_N = mkN "social-work" "-" {- FIXME: no plural form -}; -lin socialism_N = mkN "socialism" "-" {- FIXME: no plural form -}; -lin socialist_A = compoundA (mkA "socialist"); -lin socialist_N = mkN "socialist" "socialists"; -lin socialite_N = mkN "socialite" "socialites"; -lin socialization_N = mkN "socialization" "socializations"; -lin socialize_V2 = mkV2 (mkV "socialize" "socializes" "socialized" "socialized" "socializing"); -lin socially_Adv = mkAdv "socially"; -lin society_N = mkN "society" "societies"; -lin sociological_A = compoundA (mkA "sociological"); -lin sociologically_Adv = mkAdv "sociologically"; -lin sociologist_N = mkN "sociologist" "sociologists"; -lin sociology_N = mkN "sociology" "-" {- FIXME: no plural form -}; -lin sock_Adv = mkAdv "sock"; -lin sock_N = mkN "sock" "socks"; -lin sock_V2 = mkV2 (mkV "sock" "socks" "socked" "socked" "socking"); -lin socket_N = mkN "socket" "sockets"; -lin socratic_A = compoundA (mkA "socratic"); -lin sod_N = mkN "sod" "sods"; -lin sod_V = mkV "sod" "sods" "sodded" "sodded" "sodding"; -lin soda_N = mkN "soda" "-" {- FIXME: no plural form -}; -lin soda_biscuit_N = mkN "soda-biscuit" "soda-biscuits"; -lin soda_cracker_N = mkN "soda-cracker" "soda-crackers"; -lin soda_fountain_N = mkN "soda-fountain" "soda-fountains"; -lin soda_water_N = mkN "soda-water" "soda-waters"; -lin sodden_A = compoundA (mkA "sodden"); -lin sodding_A = compoundA (mkA "sodding"); -lin sodium_N = mkN "sodium" "-" {- FIXME: no plural form -}; -lin sodomite_N = mkN "sodomite" "sodomites"; -lin sodomy_N = mkN "sodomy" "-" {- FIXME: no plural form -}; -lin sofa_N = mkN "sofa" "sofas"; -lin sofia_PN = mkPN "Sofia"; -lin soft_A = mkA "soft" "softer"; -lin soft_boiled_A = compoundA (mkA "soft-boiled"); -lin soft_footed_A = compoundA (mkA "soft-footed"); -lin soft_headed_A = compoundA (mkA "soft-headed"); -lin soft_hearted_A = compoundA (mkA "soft-hearted"); -lin soft_pedal_V = mkV "soft-pedal" "soft-pedals" "soft-pedalled" "soft-pedalled" "soft-pedalling"; -lin soft_pedal_V2 = mkV2 (mkV "soft-pedal" "soft-pedals" "soft-pedalled" "soft-pedalled" "soft-pedalling"); -lin soft_soap_V2 = mkV2 (mkV "soft-soap" "soft-soaps" "soft-soaped" "soft-soaped" "soft-soaping"); -lin soft_solder_N = mkN "soft-solder" "-" {- FIXME: no plural form -}; -lin soft_solder_V2 = mkV2 (mkV "soft-solder" "soft-solders" "soft-soldered" "soft-soldered" "soft-soldering"); -lin soft_spoken_A = compoundA (mkA "soft-spoken"); -lin soft_witted_A = compoundA (mkA "soft-witted"); -lin soften_V = mkV "soften" "softens" "softened" "softened" "softening"; -lin soften_V2 = mkV2 (mkV "soften" "softens" "softened" "softened" "softening"); -lin softener_N = mkN "softener" "softeners"; -lin softie_N = mkN "softie" "softies"; -lin softish_A = compoundA (mkA "softish"); -lin softland_V = mkV "softland" "softlands" "softlanded" "softlanded" "softlanding"; -lin softly_Adv = mkAdv "softly"; -lin softness_N = mkN "softness" "-" {- FIXME: no plural form -}; -lin software_N = mkN "software" "-" {- FIXME: no plural form -}; -lin softwood_N = mkN "softwood" "softwoods"; -lin softy_N = mkN "softy" "softies"; -lin sogginess_N = mkN "sogginess" "-" {- FIXME: no plural form -}; -lin soggy_A = mkA "soggy" "soggier"; -lin soh_N = mkN "soh" "IRREG"; -lin soho_PN = mkPN "Soho"; -lin soignee_A = compoundA (mkA "soignee"); -lin soigne_A = compoundA (mkA "soigné"); -lin soil_N = mkN "soil" "soils"; -lin soil_V = mkV "soil" "soils" "soiled" "soiled" "soiling"; -lin soil_V2 = mkV2 (mkV "soil" "soils" "soiled" "soiled" "soiling"); -lin soil_pipe_N = mkN "soil-pipe" "soil-pipes"; -lin soiree_N = mkN "soirée" "soirées"; -lin sojourn_N = mkN "sojourn" "sojourns"; -lin sojourn_V = mkV "sojourn" "sojourns" "sojourned" "sojourned" "sojourning"; -lin sojourner_N = mkN "sojourner" "sojourners"; -lin sol_PN = mkPN "Sol"; -lin sol_fa_N = mkN "sol-fa" "sol-fae" {- FIXME: guessed plural form -}; -lin solace_N = mkN "solace" "solaces"; -lin solace_V2 = mkV2 (mkV "solace" "solaces" "solaced" "solaced" "solacing"); -lin solar_A = compoundA (mkA "solar"); -lin solar_plexus_N = mkN "solar plexus" "solar plexi" {- FIXME: guessed plural form -}; -lin solarium_N = mkN "solarium" "solaria" {- FIXME: guessed plural form -}; -lin solder_N = mkN "solder" "-" {- FIXME: no plural form -}; -lin solder_V2 = mkV2 (mkV "solder" "solders" "soldered" "soldered" "soldering"); -lin soldering_iron_N = mkN "soldering-iron" "soldering-irons"; -lin soldier_N = mkN "soldier" "soldiers"; -lin soldier_V = mkV "soldier" "soldiers" "soldiered" "soldiered" "soldiering"; -lin soldiery_N = mkN "soldiery" "IRREG"; -lin sole_A = compoundA (mkA "sole"); -lin sole_N = mkN "sole" "soles"; -lin sole_V2 = mkV2 (mkV "sole" "soles" "soled" "soled" "soling"); -lin solecism_N = mkN "solecism" "solecisms"; -lin soled_A = compoundA (mkA "soled"); -lin solely_Adv = mkAdv "solely"; -lin solemn_A = compoundA (mkA "solemn"); -lin solemnity_N = mkN "solemnity" "solemnities"; -lin solemnization_N = mkN "solemnization" "-" {- FIXME: no plural form -}; -lin solemnize_V2 = mkV2 (mkV "solemnize" "solemnizes" "solemnized" "solemnized" "solemnizing"); -lin solemnly_Adv = mkAdv "solemnly"; -lin solemnness_N = mkN "solemnness" "-" {- FIXME: no plural form -}; -lin solicit_V = mkV "solicit" "solicits" "solicited" "solicited" "soliciting"; -lin solicit_V2 = mkV2 (mkV "solicit" "solicits" "solicited" "solicited" "soliciting"); -lin solicitation_N = mkN "solicitation" "solicitations"; -lin solicitor_N = mkN "solicitor" "solicitors"; -lin solicitor_general_N = mkN "solicitor-general" "solicitor-generals"; -lin solicitous_A = compoundA (mkA "solicitous"); -lin solicitously_Adv = mkAdv "solicitously"; -lin solicitude_N = mkN "solicitude" "-" {- FIXME: no plural form -}; -lin solid_A = compoundA (mkA "solid"); -lin solid_N = mkN "solid" "solids"; -lin solid_state_A = compoundA (mkA "solid-state"); -lin solidarity_N = mkN "solidarity" "-" {- FIXME: no plural form -}; -lin solidification_N = mkN "solidification" "solidifications"; -lin solidify_V = mkV "solidify" "solidifies" "solidified" "solidified" "solidifying"; -lin solidify_V2 = mkV2 (mkV "solidify" "solidifies" "solidified" "solidified" "solidifying"); -lin solidity_N = mkN "solidity" "-" {- FIXME: no plural form -}; -lin solidly_Adv = mkAdv "solidly"; -lin solidness_N = mkN "solidness" "-" {- FIXME: no plural form -}; -lin solihull_PN = mkPN "Solihull"; -lin soliloquize_V = mkV "soliloquize" "soliloquizes" "soliloquized" "soliloquized" "soliloquizing"; -lin soliloquy_N = mkN "soliloquy" "soliloquies"; -lin solingen_PN = mkPN "Solingen"; -lin solipsism_N = mkN "solipsism" "-" {- FIXME: no plural form -}; -lin solitaire_N = mkN "solitaire" "solitaires"; -lin solitarily_Adv = mkAdv "solitarily"; -lin solitary_A = compoundA (mkA "solitary"); -lin solitude_N = mkN "solitude" "solitudes"; -lin solo_N = mkN "solo" "solos"; -lin soloist_N = mkN "soloist" "soloists"; -lin solon_PN = mkPN "Solon"; -lin solstice_N = mkN "solstice" "solstices"; -lin solubility_N = mkN "solubility" "-" {- FIXME: no plural form -}; -lin soluble_A = compoundA (mkA "soluble"); -lin solution_N = mkN "solution" "solutions"; -lin solvable_A = compoundA (mkA "solvable"); -lin solve_V2 = mkV2 (mkV "solve" "solves" "solved" "solved" "solving"); -lin solvency_N = mkN "solvency" "-" {- FIXME: no plural form -}; -lin solvent_A = compoundA (mkA "solvent"); -lin solvent_N = mkN "solvent" "solvents"; -lin somali_A = compoundA (mkA "somali"); -lin somali_N = mkN "somali" "somalis"; -lin somalia_PN = mkPN "Somalia"; -lin somalian_A = compoundA (mkA "somalian"); -lin somalian_N = mkN "somalian" "somalians"; -lin somatic_A = compoundA (mkA "somatic"); -lin sombre_A = compoundA (mkA "sombre"); -lin sombrely_Adv = mkAdv "sombrely"; -lin sombreness_N = mkN "sombreness" "-" {- FIXME: no plural form -}; -lin sombrero_N = mkN "sombrero" "sombreros"; -lin some_A = compoundA (mkA "some"); -lin some_Adv = mkAdv "some"; -lin someday_Adv = mkAdv "someday"; -lin somehow_Adv = mkAdv "somehow"; -lin someone_N = mkN "someone" "IRREG"; -lin someplace_Adv = mkAdv "someplace"; -lin somercotes_PN = mkPN "Somercotes"; -lin somersault_N = mkN "somersault" "somersaults"; -lin somersault_V = mkV "somersault" "somersaults" "somersaulted" "somersaulted" "somersaulting"; -lin somerset_PN = mkPN "Somerset"; -lin something_Adv = mkAdv "something"; -lin sometime_Adv = mkAdv "sometime"; -lin sometimes_Adv = mkAdv "sometimes"; -lin someway_Adv = mkAdv "someway"; -lin somewhat_Adv = mkAdv "somewhat"; -lin somewhere_Adv = mkAdv "somewhere"; -lin somnambulism_N = mkN "somnambulism" "-" {- FIXME: no plural form -}; -lin somnambulist_N = mkN "somnambulist" "somnambulists"; -lin somnolence_N = mkN "somnolence" "-" {- FIXME: no plural form -}; -lin somnolent_A = compoundA (mkA "somnolent"); -lin somnolently_Adv = mkAdv "somnolently"; -lin son_N = mkN "son" "sons"; -lin son_in_law_N = mkN "son-in-law" "sons-in-law" {- FIXME: guessed plural form -}; -lin sonar_N = mkN "sonar" "sonars"; -lin sonata_N = mkN "sonata" "sonatas"; -lin song_N = mkN "song" "songs"; -lin songbird_N = mkN "songbird" "songbirds"; -lin songbook_N = mkN "songbook" "songbooks"; -lin songster_N = mkN "songster" "songsters"; -lin songstress_N = mkN "songstress" "songstresses"; -lin sonia_PN = mkPN "Sonia"; -lin sonic_A = compoundA (mkA "sonic"); -lin sonnet_N = mkN "sonnet" "sonnets"; -lin sonneteer_N = mkN "sonneteer" "sonneteers"; -lin sonny_N = mkN "sonny" "sonnies"; -lin sonority_N = mkN "sonority" "sonorities"; -lin sonorous_A = compoundA (mkA "sonorous"); -lin sonorously_Adv = mkAdv "sonorously"; -lin sonsy_A = compoundA (mkA "sonsy"); -lin soochow_PN = mkPN "Soochow"; -lin soon_Adv = mkAdv "soon"; -lin sooner_Adv = mkAdv "sooner"; -lin soonest_Adv = mkAdv "soonest"; -lin soot_N = mkN "soot" "-" {- FIXME: no plural form -}; -lin soot_V2 = mkV2 (mkV "soot" "soots" "sooted" "sooted" "sooting"); -lin sooth_N = mkN "sooth" "sooths"; -lin soothe_V2 = mkV2 (mkV "soothe" "soothes" "soothed" "soothed" "soothing"); -lin soothingly_Adv = mkAdv "soothingly"; -lin soothsayer_N = mkN "soothsayer" "soothsayers"; -lin sooty_A = mkA "sooty" "sootier"; -lin sop_N = mkN "sop" "sops"; -lin sop_V2 = mkV2 (mkV "sop" "sops" "sopped" "sopped" "sopping"); -lin sophia_PN = mkPN "Sophia"; -lin sophie_PN = mkPN "Sophie"; -lin sophism_N = mkN "sophism" "sophisms"; -lin sophist_N = mkN "sophist" "sophists"; -lin sophisticated_A = compoundA (mkA "sophisticated"); -lin sophistication_N = mkN "sophistication" "-" {- FIXME: no plural form -}; -lin sophistry_N = mkN "sophistry" "sophistries"; -lin sophomore_N = mkN "sophomore" "sophomores"; -lin soporific_A = compoundA (mkA "soporific"); -lin soporific_N = mkN "soporific" "soporifics"; -lin sopping_A = compoundA (mkA "sopping"); -lin sopping_Adv = mkAdv "sopping"; -lin soppy_A = mkA "soppy" "soppier"; -lin soprano_N = mkN "soprano" "sopranos"; -lin sorbet_N = mkN "sorbet" "sorbets"; -lin sorcerer_N = mkN "sorcerer" "sorcerers"; -lin sorceress_N = mkN "sorceress" "sorceresses"; -lin sorcery_N = mkN "sorcery" "sorceries"; -lin sordid_A = compoundA (mkA "sordid"); -lin sordidly_Adv = mkAdv "sordidly"; -lin sordidness_N = mkN "sordidness" "-" {- FIXME: no plural form -}; -lin sore_A = compoundA (mkA "sore"); -lin sore_N = mkN "sore" "sores"; -lin sorely_Adv = mkAdv "sorely"; -lin soreness_N = mkN "soreness" "-" {- FIXME: no plural form -}; -lin sorghum_N = mkN "sorghum" "-" {- FIXME: no plural form -}; -lin sorority_N = mkN "sorority" "sororities"; -lin sorrel_A = compoundA (mkA "sorrel"); -lin sorrel_N = mkN "sorrel" "sorrels"; -lin sorrow_N = mkN "sorrow" "sorrows"; -lin sorrow_V = mkV "sorrow" "sorrows" "sorrowed" "sorrowed" "sorrowing"; -lin sorrowful_A = compoundA (mkA "sorrowful"); -lin sorrowfully_Adv = mkAdv "sorrowfully"; -lin sorry_A = mkA "sorry" "sorrier"; -lin sort_N = mkN "sort" "sorts"; -lin sort_V = mkV "sort" "sorts" "sorted" "sorted" "sorting"; -lin sort_V2 = mkV2 (mkV "sort" "sorts" "sorted" "sorted" "sorting"); -lin sorter_N = mkN "sorter" "sorters"; -lin sortie_N = mkN "sortie" "sorties"; -lin sos_N = mkN "sos" "-" {- FIXME: no plural form -}; -lin soss_N = mkN "-" "soss" {- FIXME: no singular form -}; -lin sot_N = mkN "sot" "sots"; -lin sotho_A = compoundA (mkA "sotho"); -lin sotho_N = mkN "sotho" "sothos"; -lin sottish_A = compoundA (mkA "sottish"); -lin sottishly_Adv = mkAdv "sottishly"; -lin sottishness_N = mkN "sottishness" "-" {- FIXME: no plural form -}; -lin sotto_voce_Adv = mkAdv "sotto voce"; -lin sou'_east_Adv = mkAdv "sou'-east"; -lin sou'_east_N = mkN "sou'-east" "-" {- FIXME: no plural form -}; -lin sou'_sou'_east_Adv = mkAdv "sou'-sou'-east"; -lin sou'_sou'_east_N = mkN "sou'-sou'-east" "-" {- FIXME: no plural form -}; -lin sou'_sou'_west_Adv = mkAdv "sou'-sou'-west"; -lin sou'_sou'_west_N = mkN "sou'-sou'-west" "-" {- FIXME: no plural form -}; -lin sou'_west_Adv = mkAdv "sou'-west"; -lin sou'_west_N = mkN "sou'-west" "-" {- FIXME: no plural form -}; -lin sou'_wester_N = mkN "sou'-wester" "sou'-westers"; -lin sou_N = mkN "sou" "sous"; -lin soubrette_N = mkN "soubrette" "soubrettes"; -lin soubriquet_N = mkN "soubriquet" "soubriquets"; -lin souffle_N = mkN "soufflé" "soufflés"; -lin sough_V = mkV "sough" "soughs" "soughed" "soughed" "soughing"; -lin soul_N = mkN "soul" "souls"; -lin soul_destroying_A = compoundA (mkA "soul-destroying"); -lin soul_stirring_A = compoundA (mkA "soul-stirring"); -lin soulful_A = compoundA (mkA "soulful"); -lin soulfully_Adv = mkAdv "soulfully"; -lin soulless_A = compoundA (mkA "soulless"); -lin soullessly_Adv = mkAdv "soullessly"; -lin sound_A = compoundA (mkA "sound"); -lin sound_Adv = mkAdv "sound"; -lin sound_N = mkN "sound" "sounds"; -lin sound_V = mkV "sound" "sounds" "sounded" "sounded" "sounding"; -lin sound_V2 = mkV2 (mkV "sound" "sounds" "sounded" "sounded" "sounding"); -lin sound_film_N = mkN "sound-film" "sound-films"; -lin sound_recording_N = mkN "sound-recording" "sound-recordings"; -lin sound_wave_N = mkN "sound-wave" "sound-waves"; -lin soundbox_N = mkN "soundbox" "soundboxes"; -lin sounding_board_N = mkN "sounding-board" "sounding-boards"; -lin soundless_A = compoundA (mkA "soundless"); -lin soundlessly_Adv = mkAdv "soundlessly"; -lin soundly_Adv = mkAdv "soundly"; -lin soundness_N = mkN "soundness" "-" {- FIXME: no plural form -}; -lin soundproof_A = compoundA (mkA "soundproof"); -lin soundproof_V2 = mkV2 (mkV "soundproof" "soundproofs" "soundproofed" "soundproofed" "soundproofing"); -lin soundtrack_N = mkN "soundtrack" "soundtracks"; -lin soup_N = mkN "soup" "soups"; -lin soup_V2 = mkV2 (mkV "soup" "soups" "souped" "souped" "souping"); -lin soup_kitchen_N = mkN "soup-kitchen" "soup-kitchens"; -lin soupcon_N = mkN "soupçon" "soupçons"; -lin sour_A = compoundA (mkA "sour"); -lin sour_V = mkV "sour" "sours" "soured" "soured" "souring"; -lin sour_V2 = mkV2 (mkV "sour" "sours" "soured" "soured" "souring"); -lin source_N = mkN "source" "sources"; -lin sourly_Adv = mkAdv "sourly"; -lin sourness_N = mkN "sourness" "-" {- FIXME: no plural form -}; -lin souse_V2 = mkV2 (mkV "souse" "souses" "soused" "soused" "sousing"); -lin soused_A = compoundA (mkA "soused"); -lin soutane_N = mkN "soutane" "soutanes"; -lin south_Adv = mkAdv "south"; -lin south_N = mkN "south" "-" {- FIXME: no plural form -}; -lin south_kirkby_PN = mkPN "South kirkby"; -lin south_normantown_PN = mkPN "South normantown"; -lin south_ockendon_PN = mkPN "South ockendon"; -lin south_shields_PN = mkPN "South shields"; -lin south_southeast_Adv = mkAdv "south-southeast"; -lin south_southeast_N = mkN "south-southeast" "-" {- FIXME: no plural form -}; -lin south_southwest_Adv = mkAdv "south-southwest"; -lin south_southwest_N = mkN "south-southwest" "-" {- FIXME: no plural form -}; -lin southampton_PN = mkPN "Southampton"; -lin southeast_Adv = mkAdv "southeast"; -lin southeast_N = mkN "southeast" "-" {- FIXME: no plural form -}; -lin southeaster_N = mkN "southeaster" "southeasters"; -lin southeasterly_A = compoundA (mkA "southeasterly"); -lin southeastern_A = compoundA (mkA "southeastern"); -lin southend_on_sea_PN = mkPN "Southend-on-sea"; -lin southerly_A = compoundA (mkA "southerly"); -lin southerly_Adv = mkAdv "southerly"; -lin southern_A = compoundA (mkA "southern"); -lin southerner_N = mkN "southerner" "southerners"; -lin southernmost_A = compoundA (mkA "southernmost"); -lin southpaw_N = mkN "southpaw" "southpaws"; -lin southport_PN = mkPN "Southport"; -lin southward_Adv = mkAdv "southward"; -lin southwards_Adv = mkAdv "southwards"; -lin southwark_PN = mkPN "Southwark"; -lin southwest_Adv = mkAdv "southwest"; -lin southwest_N = mkN "southwest" "-" {- FIXME: no plural form -}; -lin southwester_N = mkN "southwester" "southwesters"; -lin southwesterly_A = compoundA (mkA "southwesterly"); -lin southwestern_A = compoundA (mkA "southwestern"); -lin souvenir_N = mkN "souvenir" "souvenirs"; -lin sovereign_A = compoundA (mkA "sovereign"); -lin sovereign_N = mkN "sovereign" "sovereigns"; -lin sovereignty_N = mkN "sovereignty" "-" {- FIXME: no plural form -}; -lin soviet_A = compoundA (mkA "soviet"); -lin soviet_N = mkN "soviet" "soviets"; -lin sovietize_V2 = mkV2 (mkV "sovietize" "sovietizes" "sovietized" "sovietized" "sovietizing"); -lin sow_N = mkN "sow" "sows"; -lin sow_V = mkV "sow" "sows" "sowed" "sowed" "sowing"; -lin sow_V2 = mkV2 (mkV "sow" "sows" "sowed" "sowed" "sowing"); -lin sower_N = mkN "sower" "sowers"; -lin soy_N = mkN "soy" "-" {- FIXME: no plural form -}; -lin soya_N = mkN "soya" "-" {- FIXME: no plural form -}; -lin sozzled_A = compoundA (mkA "sozzled"); -lin spa_N = mkN "spa" "spas"; -lin space_N = mkN "space" "spaces"; -lin space_V2 = mkV2 (mkV "space" "spaces" "spaced" "spaced" "spacing"); -lin space_bar_N = mkN "space-bar" "space-bars"; -lin space_capsule_N = mkN "space-capsule" "space-capsules"; -lin space_heater_N = mkN "space-heater" "space-heaters"; -lin space_helmet_N = mkN "space-helmet" "space-helmets"; -lin space_rocket_N = mkN "space-rocket" "space-rockets"; -lin space_time_N = mkN "space-time" "-" {- FIXME: no plural form -}; -lin space_vehicle_N = mkN "space-vehicle" "space-vehicles"; -lin spacecraft_N = mkN "spacecraft" "spacecraft"; -lin spaceship_N = mkN "spaceship" "spaceships"; -lin spacesuit_N = mkN "spacesuit" "spacesuits"; -lin spacing_N = mkN "spacing" "spacings"; -lin spacious_A = compoundA (mkA "spacious"); -lin spaciously_Adv = mkAdv "spaciously"; -lin spaciousness_N = mkN "spaciousness" "-" {- FIXME: no plural form -}; -lin spade_N = mkN "spade" "spades"; -lin spade_V2 = mkV2 (mkV "spade" "spades" "spaded" "spaded" "spading"); -lin spadeful_N = mkN "spadeful" "spadefuls"; -lin spadework_N = mkN "spadework" "-" {- FIXME: no plural form -}; -lin spaghetti_N = mkN "spaghetti" "-" {- FIXME: no plural form -}; -lin spain_PN = mkPN "Spain"; -lin spalding_PN = mkPN "Spalding"; -lin spam_N = mkN "spam" "-" {- FIXME: no plural form -}; -lin span_N = mkN "span" "spans"; -lin span_V2 = mkV2 (mkV "span" "spans" "spanned" "spanned" "spanning"); -lin spangle_N = mkN "spangle" "spangles"; -lin spangle_V2 = mkV2 (mkV "spangle" "spangles" "spangled" "spangled" "spangling"); -lin spaniard_N = mkN "spaniard" "spaniards"; -lin spaniel_N = mkN "spaniel" "spaniels"; -lin spanish_A = compoundA (mkA "spanish"); -lin spanish_N = mkN "spanish" "-" {- FIXME: no plural form -}; -lin spank_V = mkV "spank" "spanks" "spanked" "spanked" "spanking"; -lin spank_V2 = mkV2 (mkV "spank" "spanks" "spanked" "spanked" "spanking"); -lin spanking_A = compoundA (mkA "spanking"); -lin spanking_N = mkN "spanking" "spankings"; -lin spanner_N = mkN "spanner" "spanners"; -lin spar_N = mkN "spar" "spars"; -lin spar_V = mkV "spar" "spars" "sparred" "sparred" "sparring"; -lin spare_A = compoundA (mkA "spare"); -lin spare_N = mkN "spare" "spares"; -lin spare_V = mkV "spare" "spares" "spared" "spared" "sparing"; -lin spare_V2 = mkV2 (mkV "spare" "spares" "spared" "spared" "sparing"); -lin spare_rib_N = mkN "spare-rib" "spare-ribs"; -lin sparely_Adv = mkAdv "sparely"; -lin spareness_N = mkN "spareness" "-" {- FIXME: no plural form -}; -lin sparing_A = compoundA (mkA "sparing"); -lin sparingly_Adv = mkAdv "sparingly"; -lin spark_N = mkN "spark" "sparks"; -lin spark_V = mkV "spark" "sparks" "sparked" "sparked" "sparking"; -lin spark_V2 = mkV2 (mkV "spark" "sparks" "sparked" "sparked" "sparking"); -lin spark_plug_N = mkN "spark-plug" "spark-plugs"; -lin sparking_plug_N = mkN "sparking-plug" "sparking-plugs"; -lin sparkle_N = mkN "sparkle" "sparkles"; -lin sparkle_V = mkV "sparkle" "sparkles" "sparkled" "sparkled" "sparkling"; -lin sparkler_N = mkN "sparkler" "sparklers"; -lin sparkling_A = compoundA (mkA "sparkling"); -lin sparring_match_N = mkN "sparring-match" "sparring-matches"; -lin sparring_partner_N = mkN "sparring-partner" "sparring-partners"; -lin sparrow_N = mkN "sparrow" "sparrows"; -lin sparse_A = mkA "sparse" "sparser"; -lin sparsely_Adv = mkAdv "sparsely"; -lin sparseness_N = mkN "sparseness" "-" {- FIXME: no plural form -}; -lin sparsity_N = mkN "sparsity" "-" {- FIXME: no plural form -}; -lin spartan_A = compoundA (mkA "spartan"); -lin spartan_N = mkN "spartan" "spartans"; -lin spasm_N = mkN "spasm" "spasms"; -lin spasmodic_A = compoundA (mkA "spasmodic"); -lin spasmodically_Adv = mkAdv "spasmodically"; -lin spastic_A = compoundA (mkA "spastic"); -lin spastic_N = mkN "spastic" "spastics"; -lin spat_N = mkN "spat" "spats"; -lin spat_V = mkV "spat" "spats" "spatted" "spatted" "spatting"; -lin spat_V2 = mkV2 (mkV "spat" "spats" "spatted" "spatted" "spatting"); -lin spatchcock_N = mkN "spatchcock" "spatchcocks"; -lin spatchcock_V2 = mkV2 (mkV "spatchcock" "spatchcocks" "spatchcocked" "spatchcocked" "spatchcocking"); -lin spate_N = mkN "spate" "spates"; -lin spatial_A = compoundA (mkA "spatial"); -lin spatially_Adv = mkAdv "spatially"; -lin spatter_N = mkN "spatter" "spatters"; -lin spatter_V = mkV "spatter" "spatters" "spattered" "spattered" "spattering"; -lin spatter_V2 = mkV2 (mkV "spatter" "spatters" "spattered" "spattered" "spattering"); -lin spatula_N = mkN "spatula" "spatulas"; -lin spavin_N = mkN "spavin" "-" {- FIXME: no plural form -}; -lin spavined_A = compoundA (mkA "spavined"); -lin spawn_N = mkN "spawn" "-" {- FIXME: no plural form -}; -lin spawn_V = mkV "spawn" "spawns" "spawned" "spawned" "spawning"; -lin spawn_V2 = mkV2 (mkV "spawn" "spawns" "spawned" "spawned" "spawning"); -lin spay_V2 = mkV2 (mkV "spay" "spays" "spayed" "spayed" "spaying"); -lin speak_V = IrregEng.speak_V; -lin speak_V2 = mkV2 (IrregEng.speak_V); -lin speaker_N = mkN "speaker" "speakers"; -lin speakership_N = mkN "speakership" "speakerships"; -lin speaking_trumpet_N = mkN "speaking-trumpet" "speaking-trumpets"; -lin speaking_tube_N = mkN "speaking-tube" "speaking-tubes"; -lin spear_N = mkN "spear" "spears"; -lin spear_V2 = mkV2 (mkV "spear" "spears" "speared" "speared" "spearing"); -lin spearhead_N = mkN "spearhead" "spearheads"; -lin spearmint_N = mkN "spearmint" "-" {- FIXME: no plural form -}; -lin spec_N = mkN "spec" "specs"; -lin special_A = compoundA (mkA "special"); -lin special_N = mkN "special" "specials"; -lin specialism_N = mkN "specialism" "specialisms"; -lin specialist_N = mkN "specialist" "specialists"; -lin speciality_N = mkN "speciality" "specialities"; -lin specialization_N = mkN "specialization" "specializations"; -lin specialize_V = mkV "specialize" "specializes" "specialized" "specialized" "specializing"; -lin specialize_V2 = mkV2 (mkV "specialize" "specializes" "specialized" "specialized" "specializing"); -lin specially_Adv = mkAdv "specially"; -lin specialty_N = mkN "specialty" "specialties"; -lin specie_N = mkN "specie" "-" {- FIXME: no plural form -}; -lin species_N = mkN "species" "species"; -lin specifiable_A = compoundA (mkA "specifiable"); -lin specific_A = compoundA (mkA "specific"); -lin specific_N = mkN "specific" "specifics"; -lin specifically_Adv = mkAdv "specifically"; -lin specification_N = mkN "specification" "specifications"; -lin specificity_N = mkN "specificity" "-" {- FIXME: no plural form -}; -lin specify_V2 = mkV2 (mkV "specify" "specifies" "specified" "specified" "specifying"); -lin specimen_N = mkN "specimen" "specimens"; -lin specious_A = compoundA (mkA "specious"); -lin speciously_Adv = mkAdv "speciously"; -lin speciousness_N = mkN "speciousness" "-" {- FIXME: no plural form -}; -lin speck_N = mkN "speck" "specks"; -lin specked_A = compoundA (mkA "specked"); -lin speckle_N = mkN "speckle" "speckles"; -lin speckled_A = compoundA (mkA "speckled"); -lin speckless_A = compoundA (mkA "speckless"); -lin spectacle_N = mkN "spectacle" "spectacles"; -lin spectacled_A = compoundA (mkA "spectacled"); -lin spectacular_A = compoundA (mkA "spectacular"); -lin spectacular_N = mkN "spectacular" "spectaculars"; -lin spectacularly_Adv = mkAdv "spectacularly"; -lin spectator_N = mkN "spectator" "spectators"; -lin spectral_A = compoundA (mkA "spectral"); -lin spectre_N = mkN "spectre" "spectres"; -lin spectroscope_N = mkN "spectroscope" "spectroscopes"; -lin spectroscopic_A = compoundA (mkA "spectroscopic"); -lin spectrum_N = mkN "spectrum" "spectra" {- FIXME: guessed plural form -}; -lin speculate_V = mkV "speculate" "speculates" "speculated" "speculated" "speculating"; -lin speculation_N = mkN "speculation" "speculations"; -lin speculative_A = compoundA (mkA "speculative"); -lin speculatively_Adv = mkAdv "speculatively"; -lin speculator_N = mkN "speculator" "speculators"; -lin speech_N = mkN "speech" "speeches"; -lin speech_day_N = mkN "speech-day" "speech-days"; -lin speechify_V = mkV "speechify" "speechifies" "speechified" "speechified" "speechifying"; -lin speechless_A = compoundA (mkA "speechless"); -lin speechlessly_Adv = mkAdv "speechlessly"; -lin speed_N = mkN "speed" "speeds"; -lin speed_V = mkV "speed" "speeds" "speeded" "speeded" "speeding"; -lin speed_V2 = mkV2 (mkV "speed" "speeds" "speeded" "speeded" "speeding"); -lin speed_cop_N = mkN "speed-cop" "speed-cops"; -lin speed_indicator_N = mkN "speed-indicator" "speed-indicators"; -lin speed_limit_N = mkN "speed-limit" "speed-limits"; -lin speed_up_N = mkN "speed-up" "speed-ups"; -lin speedboat_N = mkN "speedboat" "speedboats"; -lin speedily_Adv = mkAdv "speedily"; -lin speeding_N = mkN "speeding" "-" {- FIXME: no plural form -}; -lin speedometer_N = mkN "speedometer" "speedometers"; -lin speedway_N = mkN "speedway" "speedways"; -lin speedwell_N = mkN "speedwell" "speedwells"; -lin speedy_A = mkA "speedy" "speedier"; -lin spelaeologist_N = mkN "spelaeologist" "spelaeologists"; -lin spelaeology_N = mkN "spelaeology" "-" {- FIXME: no plural form -}; -lin speleologist_N = mkN "speleologist" "speleologists"; -lin speleology_N = mkN "speleology" "-" {- FIXME: no plural form -}; -lin spell_N = mkN "spell" "spells"; -lin spell_V = mkV "spell" "spells" "spelled" "spelled" "spelling"; -lin spell_V2 = mkV2 (mkV "spell" "spells" "spelled" "spelled" "spelling"); -lin spellbinder_N = mkN "spellbinder" "spellbinders"; -lin spellbound_A = compoundA (mkA "spellbound"); -lin speller_N = mkN "speller" "spellers"; -lin spelling_N = mkN "spelling" "spellings"; -lin spelt_N = mkN "spelt" "-" {- FIXME: no plural form -}; -lin spenborough_PN = mkPN "Spenborough"; -lin spend_V = IrregEng.spend_V; -lin spend_V2 = mkV2 (IrregEng.spend_V); -lin spender_N = mkN "spender" "spenders"; -lin spendthrift_N = mkN "spendthrift" "spendthrifts"; -lin spennymoor_PN = mkPN "Spennymoor"; -lin spent_A = compoundA (mkA "spent"); -lin sperm_N = mkN "sperm" "sperms"; -lin sperm_whale_N = mkN "sperm-whale" "sperm-whales"; -lin spermaceti_N = mkN "spermaceti" "-" {- FIXME: no plural form -}; -lin spermatozoon_N = mkN "spermatozoon" "spermatozoa" {- FIXME: guessed plural form -}; -lin spermicide_N = mkN "spermicide" "spermicides"; -lin spew_V = mkV "spew" "spews" "spewed" "spewed" "spewing"; -lin spew_V2 = mkV2 (mkV "spew" "spews" "spewed" "spewed" "spewing"); -lin sphagnum_N = mkN "sphagnum" "sphagnums"; -lin sphere_N = mkN "sphere" "spheres"; -lin spherical_A = compoundA (mkA "spherical"); -lin spheroid_N = mkN "spheroid" "spheroids"; -lin sphinx_N = mkN "sphinx" "sphinxes"; -lin spice_N = mkN "spice" "spices"; -lin spice_V2 = mkV2 (mkV "spice" "spices" "spiced" "spiced" "spicing"); -lin spicily_Adv = mkAdv "spicily"; -lin spiciness_N = mkN "spiciness" "-" {- FIXME: no plural form -}; -lin spick_A = compoundA (mkA "spick"); -lin spicy_A = mkA "spicy" "spicier"; -lin spider_N = mkN "spider" "spiders"; -lin spidery_A = compoundA (mkA "spidery"); -lin spiel_N = mkN "spiel" "spiels"; -lin spiel_V = mkV "spiel" "spiels" "spieled" "spieled" "spieling"; -lin spiel_V2 = mkV2 (mkV "spiel" "spiels" "spieled" "spieled" "spieling"); -lin spigot_N = mkN "spigot" "spigots"; -lin spike_N = mkN "spike" "spikes"; -lin spike_V2 = mkV2 (mkV "spike" "spikes" "spiked" "spiked" "spiking"); -lin spikenard_N = mkN "spikenard" "-" {- FIXME: no plural form -}; -lin spiky_A = mkA "spiky" "spikier"; -lin spill_N = mkN "spill" "spills"; -lin spill_V = mkV "spill" "spills" "spilled" "spilled" "spilling"; -lin spill_V2 = mkV2 (mkV "spill" "spills" "spilled" "spilled" "spilling"); -lin spillage_N = mkN "spillage" "spillages"; -lin spillover_N = mkN "spillover" "spillovers"; -lin spillway_N = mkN "spillway" "spillways"; -lin spin_N = mkN "spin" "spins"; -lin spin_V = IrregEng.spin_V; -lin spin_V2 = mkV2 (IrregEng.spin_V); -lin spin_drier_N = mkN "spin-drier" "spin-driers"; -lin spin_dry_V2 = mkV2 (mkV "spin-dry" "spin-dries" "spin-dried" "spin-dried" "spin-drying"); -lin spin_off_N = mkN "spin-off" "spin-offs"; -lin spinach_N = mkN "spinach" "-" {- FIXME: no plural form -}; -lin spinal_A = compoundA (mkA "spinal"); -lin spindle_N = mkN "spindle" "spindles"; -lin spindle_berry_N = mkN "spindle-berry" "spindle-berries"; -lin spindle_legged_A = compoundA (mkA "spindle-legged"); -lin spindle_shanked_A = compoundA (mkA "spindle-shanked"); -lin spindle_shanks_N = mkN "spindle-shanks" "IRREG"; -lin spindle_tree_N = mkN "spindle-tree" "spindle-trees"; -lin spindly_A = mkA "spindly" "spindlier"; -lin spindrift_N = mkN "spindrift" "-" {- FIXME: no plural form -}; -lin spine_N = mkN "spine" "spines"; -lin spineless_A = compoundA (mkA "spineless"); -lin spinet_N = mkN "spinet" "spinets"; -lin spinnaker_N = mkN "spinnaker" "spinnakers"; -lin spinney_N = mkN "spinney" "spinneys"; -lin spinning_wheel_N = mkN "spinning-wheel" "spinning-wheels"; -lin spinster_N = mkN "spinster" "spinsters"; -lin spinsterhood_N = mkN "spinsterhood" "-" {- FIXME: no plural form -}; -lin spiny_A = mkA "spiny" "spinier"; -lin spiral_A = compoundA (mkA "spiral"); -lin spiral_N = mkN "spiral" "spirals"; -lin spiral_V = mkV "spiral" "spirals" "spiralled" "spiralled" "spiralling"; -lin spirally_Adv = mkAdv "spirally"; -lin spire_N = mkN "spire" "spires"; -lin spirit_N = mkN "spirit" "spirits"; -lin spirit_V2 = mkV2 (mkV "spirit" "spirits" "spirited" "spirited" "spiriting"); -lin spirit_lamp_N = mkN "spirit-lamp" "spirit-lamps"; -lin spirit_level_N = mkN "spirit-level" "spirit-levels"; -lin spirit_rapper_N = mkN "spirit-rapper" "spirit-rappers"; -lin spirit_stove_N = mkN "spirit-stove" "spirit-stoves"; -lin spirited_A = compoundA (mkA "spirited"); -lin spiritless_A = compoundA (mkA "spiritless"); -lin spiritual_A = compoundA (mkA "spiritual"); -lin spiritual_N = mkN "spiritual" "spirituals"; -lin spiritualism_N = mkN "spiritualism" "-" {- FIXME: no plural form -}; -lin spiritualist_N = mkN "spiritualist" "spiritualists"; -lin spiritualistic_A = compoundA (mkA "spiritualistic"); -lin spirituality_N = mkN "spirituality" "-" {- FIXME: no plural form -}; -lin spiritualization_N = mkN "spiritualization" "-" {- FIXME: no plural form -}; -lin spiritualize_V2 = mkV2 (mkV "spiritualize" "spiritualizes" "spiritualized" "spiritualized" "spiritualizing"); -lin spiritually_Adv = mkAdv "spiritually"; -lin spirituous_A = compoundA (mkA "spirituous"); -lin spirt_N = mkN "spirt" "spirts"; -lin spirt_V = mkV "spirt" "spirts" "spirted" "spirted" "spirting"; -lin spit_N = mkN "spit" "spits"; -lin spit_V = IrregEng.spit_V; -lin spit_V2 = mkV2 (IrregEng.spit_V); -lin spite_N = mkN "spite" "-" {- FIXME: no plural form -}; -lin spite_V2 = mkV2 (mkV "spite" "spites" "spited" "spited" "spiting"); -lin spiteful_A = compoundA (mkA "spiteful"); -lin spitefully_Adv = mkAdv "spitefully"; -lin spitefulness_N = mkN "spitefulness" "-" {- FIXME: no plural form -}; -lin spitfire_N = mkN "spitfire" "spitfires"; -lin spitting_N = mkN "spitting" "-" {- FIXME: no plural form -}; -lin spittle_N = mkN "spittle" "-" {- FIXME: no plural form -}; -lin spittoon_N = mkN "spittoon" "spittoons"; -lin spiv_N = mkN "spiv" "spivs"; -lin splash_N = mkN "splash" "splashes"; -lin splash_V = mkV "splash" "splashes" "splashed" "splashed" "splashing"; -lin splash_V2 = mkV2 (mkV "splash" "splashes" "splashed" "splashed" "splashing"); -lin splashdown_N = mkN "splashdown" "splashdowns"; -lin splay_A = compoundA (mkA "splay"); -lin splay_N = mkN "splay" "splays"; -lin splay_V = mkV "splay" "splays" "splayed" "splayed" "splaying"; -lin splay_V2 = mkV2 (mkV "splay" "splays" "splayed" "splayed" "splaying"); -lin splayfoot_N = mkN "splayfoot" "splayfeet" {- FIXME: guessed plural form -}; -lin splayfooted_A = compoundA (mkA "splayfooted"); -lin spleen_N = mkN "spleen" "spleens"; -lin splendid_A = compoundA (mkA "splendid"); -lin splendidly_Adv = mkAdv "splendidly"; -lin splendiferous_A = compoundA (mkA "splendiferous"); -lin splendour_N = mkN "splendour" "splendours"; -lin splenetic_A = compoundA (mkA "splenetic"); -lin splice_N = mkN "splice" "splices"; -lin splice_V2 = mkV2 (mkV "splice" "splices" "spliced" "spliced" "splicing"); -lin splicer_N = mkN "splicer" "splicers"; -lin splint_N = mkN "splint" "splints"; -lin splinter_N = mkN "splinter" "splinters"; -lin splinter_V = mkV "splinter" "splinters" "splintered" "splintered" "splintering"; -lin splinter_V2 = mkV2 (mkV "splinter" "splinters" "splintered" "splintered" "splintering"); -lin splinter_proof_A = compoundA (mkA "splinter-proof"); -lin splintery_A = compoundA (mkA "splintery"); -lin split_N = mkN "split" "splits"; -lin split_PN = mkPN "Split"; -lin split_V = IrregEng.split_V; -lin split_V2 = mkV2 (IrregEng.split_V); -lin splodge_N = mkN "splodge" "splodges"; -lin splosh_V2 = mkV2 (mkV "splosh" "sploshes" "sploshed" "sploshed" "sploshing"); -lin splotch_N = mkN "splotch" "splotches"; -lin splurge_N = mkN "splurge" "splurges"; -lin splurge_V = mkV "splurge" "splurges" "splurged" "splurged" "splurging"; -lin splutter_N = mkN "splutter" "-" {- FIXME: no plural form -}; -lin splutter_V = mkV "splutter" "splutters" "spluttered" "spluttered" "spluttering"; -lin splutter_V2 = mkV2 (mkV "splutter" "splutters" "spluttered" "spluttered" "spluttering"); -lin spode_N = mkN "spode" "-" {- FIXME: no plural form -}; -lin spoil_N = mkN "spoil" "spoils"; -lin spoil_V = mkV "spoil" "spoils" "spoiled" "spoiled" "spoiling"; -lin spoil_V2 = mkV2 (mkV "spoil" "spoils" "spoiled" "spoiled" "spoiling"); -lin spoilsport_N = mkN "spoilsport" "spoilsports"; -lin spoke_N = mkN "spoke" "spokes"; -lin spokesman_N = mkN "spokesman" "spokesmen" {- FIXME: guessed plural form -}; -lin spoliation_N = mkN "spoliation" "-" {- FIXME: no plural form -}; -lin spondaic_A = compoundA (mkA "spondaic"); -lin spondee_N = mkN "spondee" "spondees"; -lin sponge_N = mkN "sponge" "sponges"; -lin sponge_V = mkV "sponge" "sponges" "sponged" "sponged" "sponging"; -lin sponge_V2 = mkV2 (mkV "sponge" "sponges" "sponged" "sponged" "sponging"); -lin sponge_cake_N = mkN "sponge-cake" "sponge-cakes"; -lin sponger_N = mkN "sponger" "spongers"; -lin sponginess_N = mkN "sponginess" "-" {- FIXME: no plural form -}; -lin spongy_A = mkA "spongy" "spongier"; -lin sponsor_N = mkN "sponsor" "sponsors"; -lin sponsor_V2 = mkV2 (mkV "sponsor" "sponsors" "sponsored" "sponsored" "sponsoring"); -lin sponsorship_N = mkN "sponsorship" "sponsorships"; -lin spontaneity_N = mkN "spontaneity" "-" {- FIXME: no plural form -}; -lin spontaneous_A = compoundA (mkA "spontaneous"); -lin spontaneously_Adv = mkAdv "spontaneously"; -lin spontaneousness_N = mkN "spontaneousness" "-" {- FIXME: no plural form -}; -lin spoof_N = mkN "spoof" "spoofs"; -lin spoof_V2 = mkV2 (mkV "spoof" "spoofs" "spoofed" "spoofed" "spoofing"); -lin spook_N = mkN "spook" "spooks"; -lin spooky_A = mkA "spooky" "spookier"; -lin spool_N = mkN "spool" "spools"; -lin spoon_N = mkN "spoon" "spoons"; -lin spoon_V = mkV "spoon" "spoons" "spooned" "spooned" "spooning"; -lin spoon_V2 = mkV2 (mkV "spoon" "spoons" "spooned" "spooned" "spooning"); -lin spoonerism_N = mkN "spoonerism" "spoonerisms"; -lin spoonfeed_V2 = mkV2 (mkV "spoon" IrregEng.feed_V); -lin spoonfeeding_N = mkN "spoonfeeding" "-" {- FIXME: no plural form -}; -lin spoonful_N = mkN "spoonful" "spoonfuls"; -lin spoor_N = mkN "spoor" "spoors"; -lin sporadic_A = compoundA (mkA "sporadic"); -lin sporadically_Adv = mkAdv "sporadically"; -lin spore_N = mkN "spore" "spores"; -lin sporran_N = mkN "sporran" "sporrans"; -lin sport_N = mkN "sport" "sports"; -lin sport_V = mkV "sport" "sports" "sported" "sported" "sporting"; -lin sport_V2 = mkV2 (mkV "sport" "sports" "sported" "sported" "sporting"); -lin sporting_A = compoundA (mkA "sporting"); -lin sportingly_Adv = mkAdv "sportingly"; -lin sportive_A = compoundA (mkA "sportive"); -lin sportively_Adv = mkAdv "sportively"; -lin sportiveness_N = mkN "sportiveness" "-" {- FIXME: no plural form -}; -lin sports_car_N = mkN "sports-car" "sports-cars"; -lin sports_coat_N = mkN "sports-coat" "sports-coats"; -lin sports_editor_N = mkN "sports-editor" "sports-editors"; -lin sports_jacket_N = mkN "sports-jacket" "sports-jackets"; -lin sportsman_N = mkN "sportsman" "sportsmen" {- FIXME: guessed plural form -}; -lin sportsmanlike_A = compoundA (mkA "sportsmanlike"); -lin sportsmanship_N = mkN "sportsmanship" "-" {- FIXME: no plural form -}; -lin spot_N = mkN "spot" "spots"; -lin spot_V = mkV "spot" "spots" "spotted" "spotted" "spotting"; -lin spot_V2 = mkV2 (mkV "spot" "spots" "spotted" "spotted" "spotting"); -lin spotless_A = compoundA (mkA "spotless"); -lin spotlessly_Adv = mkAdv "spotlessly"; -lin spotlight_N = mkN "spotlight" "spotlights"; -lin spotlight_V2 = mkV2 (mkV "spotlight" "spotlights" "spotlighted" "spotlighted" "spotlighting"); -lin spotted_A = compoundA (mkA "spotted"); -lin spotter_N = mkN "spotter" "spotters"; -lin spotty_A = mkA "spotty" "spottier"; -lin spouse_N = mkN "spouse" "spouses"; -lin spout_N = mkN "spout" "spouts"; -lin spout_V = mkV "spout" "spouts" "spouted" "spouted" "spouting"; -lin spout_V2 = mkV2 (mkV "spout" "spouts" "spouted" "spouted" "spouting"); -lin sprain_N = mkN "sprain" "sprains"; -lin sprain_V2 = mkV2 (mkV "sprain" "sprains" "sprained" "sprained" "spraining"); -lin sprat_N = mkN "sprat" "sprats"; -lin sprawl_N = mkN "sprawl" "sprawls"; -lin sprawl_V = mkV "sprawl" "sprawls" "sprawled" "sprawled" "sprawling"; -lin spray_N = mkN "spray" "sprays"; -lin spray_V2 = mkV2 (mkV "spray" "sprays" "sprayed" "sprayed" "spraying"); -lin spray_gun_N = mkN "spray-gun" "spray-guns"; -lin sprayer_N = mkN "sprayer" "sprayers"; -lin spread_N = mkN "spread" "spreads"; -lin spread_V = IrregEng.spread_V; -lin spread_V2 = mkV2 (IrregEng.spread_V); -lin spread_over_N = mkN "spread-over" "-" {- FIXME: no plural form -}; -lin spreadeagle_N = mkN "spreadeagle" "spreadeagles"; -lin spreadeagle_V2 = mkV2 (mkV "spreadeagle" "spreadeagles" "spreadeagled" "spreadeagled" "spreadeagling"); -lin spreader_N = mkN "spreader" "spreaders"; -lin spree_N = mkN "spree" "sprees"; -lin sprig_N = mkN "sprig" "sprigs"; -lin sprigged_A = compoundA (mkA "sprigged"); -lin sprightliness_N = mkN "sprightliness" "-" {- FIXME: no plural form -}; -lin sprightly_A = mkA "sprightly" "sprightlier"; -lin spring_N = mkN "spring" "springs"; -lin spring_V = IrregEng.spring_V; -lin spring_V2 = mkV2 (IrregEng.spring_V); -lin spring_balance_N = mkN "spring-balance" "spring-balances"; -lin spring_clean_N = mkN "spring-clean" "spring-cleans"; -lin spring_clean_V2 = mkV2 (mkV "spring-clean" "spring-cleans" "spring-cleaned" "spring-cleaned" "spring-cleaning"); -lin spring_cleaning_N = mkN "spring-cleaning" "-" {- FIXME: no plural form -}; -lin spring_gun_N = mkN "spring-gun" "spring-guns"; -lin spring_mattress_N = mkN "spring-mattress" "spring-mattresses"; -lin springboard_N = mkN "springboard" "springboards"; -lin springbok_N = mkN "springbok" "springboks"; -lin springfield_PN = mkPN "Springfield"; -lin springless_A = compoundA (mkA "springless"); -lin springlike_A = compoundA (mkA "springlike"); -lin springtide_N = mkN "springtide" "springtides"; -lin springtime_N = mkN "springtime" "springtimes"; -lin springy_A = mkA "springy" "springier"; -lin sprinkle_V2 = mkV2 (mkV "sprinkle" "sprinkles" "sprinkled" "sprinkled" "sprinkling"); -lin sprinkler_N = mkN "sprinkler" "sprinklers"; -lin sprinkling_N = mkN "sprinkling" "sprinklings"; -lin sprint_N = mkN "sprint" "sprints"; -lin sprint_V = mkV "sprint" "sprints" "sprinted" "sprinted" "sprinting"; -lin sprinter_N = mkN "sprinter" "sprinters"; -lin sprit_N = mkN "sprit" "sprits"; -lin sprite_N = mkN "sprite" "sprites"; -lin spritsail_N = mkN "spritsail" "spritsails"; -lin sprocket_N = mkN "sprocket" "sprockets"; -lin sprocket_wheel_N = mkN "sprocket-wheel" "sprocket-wheels"; -lin sprout_N = mkN "sprout" "sprouts"; -lin sprout_V = mkV "sprout" "sprouts" "sprouted" "sprouted" "sprouting"; -lin sprout_V2 = mkV2 (mkV "sprout" "sprouts" "sprouted" "sprouted" "sprouting"); -lin spruce_A = compoundA (mkA "spruce"); -lin spruce_N = mkN "spruce" "spruces"; -lin spruce_V = mkV "spruce" "spruces" "spruced" "spruced" "sprucing"; -lin spruce_V2 = mkV2 (mkV "spruce" "spruces" "spruced" "spruced" "sprucing"); -lin sprucely_Adv = mkAdv "sprucely"; -lin spruceness_N = mkN "spruceness" "-" {- FIXME: no plural form -}; -lin spry_A = mkA "spry" "spryer"; -lin spud_N = mkN "spud" "spuds"; -lin spue_V = mkV "spue" "spues" "spued" "spued" "spuing"; -lin spue_V2 = mkV2 (mkV "spue" "spues" "spued" "spued" "spuing"); -lin spume_N = mkN "spume" "-" {- FIXME: no plural form -}; -lin spunk_N = mkN "spunk" "-" {- FIXME: no plural form -}; -lin spunky_A = mkA "spunky" "spunkier"; -lin spur_N = mkN "spur" "spurs"; -lin spur_V = mkV "spur" "spurs" "spurred" "spurred" "spurring"; -lin spur_V2 = mkV2 (mkV "spur" "spurs" "spurred" "spurred" "spurring"); -lin spurious_A = compoundA (mkA "spurious"); -lin spuriously_Adv = mkAdv "spuriously"; -lin spuriousness_N = mkN "spuriousness" "-" {- FIXME: no plural form -}; -lin spurn_V2 = mkV2 (mkV "spurn" "spurns" "spurned" "spurned" "spurning"); -lin spurt_N = mkN "spurt" "spurts"; -lin spurt_V = mkV "spurt" "spurts" "spurted" "spurted" "spurting"; -lin sputnik_N = mkN "sputnik" "sputniks"; -lin sputter_V = mkV "sputter" "sputters" "sputtered" "sputtered" "sputtering"; -lin sputter_V2 = mkV2 (mkV "sputter" "sputters" "sputtered" "sputtered" "sputtering"); -lin sputum_N = mkN "sputum" "-" {- FIXME: no plural form -}; -lin spy_N = mkN "spy" "spies"; -lin spy_V = mkV "spy" "spies" "spied" "spied" "spying"; -lin spy_V2 = mkV2 (mkV "spy" "spies" "spied" "spied" "spying"); -lin spy_hole_N = mkN "spy-hole" "spy-holes"; -lin spyglass_N = mkN "spyglass" "spyglasses"; -lin sq_PN = mkPN "Sq"; -lin squab_N = mkN "squab" "squabs"; -lin squabble_N = mkN "squabble" "squabbles"; -lin squabble_V = mkV "squabble" "squabbles" "squabbled" "squabbled" "squabbling"; -lin squad_N = mkN "squad" "squads"; -lin squadron_N = mkN "squadron" "squadrons"; -lin squalid_A = compoundA (mkA "squalid"); -lin squalidly_Adv = mkAdv "squalidly"; -lin squall_N = mkN "squall" "squalls"; -lin squall_V = mkV "squall" "squalls" "squalled" "squalled" "squalling"; -lin squally_A = compoundA (mkA "squally"); -lin squalor_N = mkN "squalor" "-" {- FIXME: no plural form -}; -lin squander_V2 = mkV2 (mkV "squander" "squanders" "squandered" "squandered" "squandering"); -lin squandermania_N = mkN "squandermania" "-" {- FIXME: no plural form -}; -lin square_A = compoundA (mkA "square"); -lin square_Adv = mkAdv "square"; -lin square_N = mkN "square" "squares"; -lin square_V = mkV "square" "squares" "squared" "squared" "squaring"; -lin square_V2 = mkV2 (mkV "square" "squares" "squared" "squared" "squaring"); -lin square_bashing_N = mkN "square-bashing" "-" {- FIXME: no plural form -}; -lin square_built_A = compoundA (mkA "square-built"); -lin square_rigged_A = compoundA (mkA "square-rigged"); -lin square_shouldered_A = compoundA (mkA "square-shouldered"); -lin square_toed_A = compoundA (mkA "square-toed"); -lin square_toes_N = mkN "square-toes" "IRREG"; -lin squarely_Adv = mkAdv "squarely"; -lin squareness_N = mkN "squareness" "-" {- FIXME: no plural form -}; -lin squash_N = mkN "squash" "squash"; -lin squash_V = mkV "squash" "squashes" "squashed" "squashed" "squashing"; -lin squash_V2 = mkV2 (mkV "squash" "squashes" "squashed" "squashed" "squashing"); -lin squashy_A = mkA "squashy" "squashier"; -lin squat_A = compoundA (mkA "squat"); -lin squat_V = mkV "squat" "squats" "squatted" "squatted" "squatting"; -lin squatter_N = mkN "squatter" "squatters"; -lin squaw_N = mkN "squaw" "squaws"; -lin squawk_N = mkN "squawk" "squawks"; -lin squawk_V = mkV "squawk" "squawks" "squawked" "squawked" "squawking"; -lin squawker_N = mkN "squawker" "squawkers"; -lin squeak_N = mkN "squeak" "squeaks"; -lin squeak_V = mkV "squeak" "squeaks" "squeaked" "squeaked" "squeaking"; -lin squeak_V2 = mkV2 (mkV "squeak" "squeaks" "squeaked" "squeaked" "squeaking"); -lin squeaker_N = mkN "squeaker" "squeakers"; -lin squeaky_A = mkA "squeaky" "squeakier"; -lin squeal_N = mkN "squeal" "squeals"; -lin squeal_V = mkV "squeal" "squeals" "squealed" "squealed" "squealing"; -lin squeal_V2 = mkV2 (mkV "squeal" "squeals" "squealed" "squealed" "squealing"); -lin squealer_N = mkN "squealer" "squealers"; -lin squeamish_A = compoundA (mkA "squeamish"); -lin squeamishly_Adv = mkAdv "squeamishly"; -lin squeamishness_N = mkN "squeamishness" "-" {- FIXME: no plural form -}; -lin squeegee_N = mkN "squeegee" "squeegees"; -lin squeegee_V2 = mkV2 (mkV "squeegee" "IRREG" "IRREG" "IRREG" "IRREG"); -lin squeeze_N = mkN "squeeze" "squeezes"; -lin squeeze_V = mkV "squeeze" "squeezes" "squeezed" "squeezed" "squeezing"; -lin squeeze_V2 = mkV2 (mkV "squeeze" "squeezes" "squeezed" "squeezed" "squeezing"); -lin squeezer_N = mkN "squeezer" "squeezers"; -lin squelch_N = mkN "squelch" "squelches"; -lin squelch_V = mkV "squelch" "squelches" "squelched" "squelched" "squelching"; -lin squelch_V2 = mkV2 (mkV "squelch" "squelches" "squelched" "squelched" "squelching"); -lin squib_N = mkN "squib" "squibs"; -lin squid_N = mkN "squid" "squids"; -lin squiffy_A = compoundA (mkA "squiffy"); -lin squiggle_N = mkN "squiggle" "squiggles"; -lin squiggly_A = mkA "squiggly" "squigglier"; -lin squint_N = mkN "squint" "squints"; -lin squint_V = mkV "squint" "squints" "squinted" "squinted" "squinting"; -lin squint_eyed_A = compoundA (mkA "squint-eyed"); -lin squire_N = mkN "squire" "squires"; -lin squire_V2 = mkV2 (mkV "squire" "squires" "squired" "squired" "squiring"); -lin squirearchy_N = mkN "squirearchy" "squirearchies"; -lin squirm_N = mkN "squirm" "squirms"; -lin squirm_V = mkV "squirm" "squirms" "squirmed" "squirmed" "squirming"; -lin squirrel_N = mkN "squirrel" "squirrels"; -lin squirt_N = mkN "squirt" "squirts"; -lin squirt_V = mkV "squirt" "squirts" "squirted" "squirted" "squirting"; -lin squirt_V2 = mkV2 (mkV "squirt" "squirts" "squirted" "squirted" "squirting"); -lin sr_PN = mkPN "Sr"; -lin sri_lanka_PN = mkPN "Sri lanka"; -lin sri_lankan_A = compoundA (mkA "sri lankan"); -lin sri_lankan_N = mkN "sri lankan" "sri lankans"; -lin srn_N = mkN "srn" "-" {- FIXME: no plural form -}; -lin ss_N = mkN "ss" "-" {- FIXME: no plural form -}; -lin st_PN = mkPN "St"; -lin st_albans_PN = mkPN "St albans"; -lin st_andrews_PN = mkPN "St andrews"; -lin st_andrews_major_PN = mkPN "St andrews major"; -lin st_austell_PN = mkPN "St austell"; -lin st_blazey_PN = mkPN "St blazey"; -lin st_helens_PN = mkPN "St helens"; -lin st_ives_PN = mkPN "St ives"; -lin st_louis_PN = mkPN "St louis"; -lin st_neots_PN = mkPN "St neots"; -lin st_paul_PN = mkPN "St paul"; -lin st_petersburg_PN = mkPN "St petersburg"; -lin st_stephen_PN = mkPN "St stephen"; -lin sta_PN = mkPN "Sta"; -lin stab_N = mkN "stab" "stabs"; -lin stab_V = mkV "stab" "stabs" "stabbed" "stabbed" "stabbing"; -lin stab_V2 = mkV2 (mkV "stab" "stabs" "stabbed" "stabbed" "stabbing"); -lin stabber_N = mkN "stabber" "stabbers"; -lin stability_N = mkN "stability" "-" {- FIXME: no plural form -}; -lin stabilization_N = mkN "stabilization" "stabilizations"; -lin stabilize_V2 = mkV2 (mkV "stabilize" "stabilizes" "stabilized" "stabilized" "stabilizing"); -lin stabilizer_N = mkN "stabilizer" "stabilizers"; -lin stable_A = compoundA (mkA "stable"); -lin stable_N = mkN "stable" "stables"; -lin stable_V2 = mkV2 (mkV "stable" "stables" "stabled" "stabled" "stabling"); -lin stable_companion_N = mkN "stable-companion" "stable-companions"; -lin stableboy_N = mkN "stableboy" "stableboys"; -lin stableman_N = mkN "stableman" "stablemen" {- FIXME: guessed plural form -}; -lin stablemate_N = mkN "stablemate" "stablemates"; -lin stabling_N = mkN "stabling" "-" {- FIXME: no plural form -}; -lin staccato_A = compoundA (mkA "staccato"); -lin staccato_Adv = mkAdv "staccato"; -lin stack_N = mkN "stack" "stacks"; -lin stack_V2 = mkV2 (mkV "stack" "stacks" "stacked" "stacked" "stacking"); -lin stadium_N = mkN "stadium" "stadiums"; -lin staff_N = mkN "staff" "staffs"; -lin staff_V2 = mkV2 (mkV "staff" "staffs" "staffed" "staffed" "staffing"); -lin staff_office_N = mkN "staff-office" "staff-offices"; -lin stafford_PN = mkPN "Stafford"; -lin staffordshire_PN = mkPN "Staffordshire"; -lin stag_N = mkN "stag" "stags"; -lin stag_party_N = mkN "stag-party" "stag-parties"; -lin stage_N = mkN "stage" "stages"; -lin stage_V = mkV "stage" "stages" "staged" "staged" "staging"; -lin stage_V2 = mkV2 (mkV "stage" "stages" "staged" "staged" "staging"); -lin stage_struck_A = compoundA (mkA "stage-struck"); -lin stage_whisper_N = mkN "stage-whisper" "stage-whispers"; -lin stagecoach_N = mkN "stagecoach" "stagecoaches"; -lin stagecraft_N = mkN "stagecraft" "stagecrafts"; -lin stager_N = mkN "stager" "stagers"; -lin stagflation_N = mkN "stagflation" "-" {- FIXME: no plural form -}; -lin stagger_N = mkN "stagger" "staggers"; -lin stagger_V = mkV "stagger" "staggers" "staggered" "staggered" "staggering"; -lin stagger_V2 = mkV2 (mkV "stagger" "staggers" "staggered" "staggered" "staggering"); -lin staggerer_N = mkN "staggerer" "staggerers"; -lin staggeringly_Adv = mkAdv "staggeringly"; -lin stagily_Adv = mkAdv "stagily"; -lin staginess_N = mkN "staginess" "-" {- FIXME: no plural form -}; -lin staging_N = mkN "staging" "stagings"; -lin stagnancy_N = mkN "stagnancy" "-" {- FIXME: no plural form -}; -lin stagnant_A = compoundA (mkA "stagnant"); -lin stagnate_V = mkV "stagnate" "stagnates" "stagnated" "stagnated" "stagnating"; -lin stagnation_N = mkN "stagnation" "-" {- FIXME: no plural form -}; -lin stagy_A = compoundA (mkA "stagy"); -lin staid_A = compoundA (mkA "staid"); -lin staidly_Adv = mkAdv "staidly"; -lin staidness_N = mkN "staidness" "-" {- FIXME: no plural form -}; -lin stain_N = mkN "stain" "stains"; -lin stain_V = mkV "stain" "stains" "stained" "stained" "staining"; -lin stain_V2 = mkV2 (mkV "stain" "stains" "stained" "stained" "staining"); -lin stainless_A = compoundA (mkA "stainless"); -lin stair_N = mkN "stair" "stairs"; -lin stair_carpet_N = mkN "stair-carpet" "stair-carpets"; -lin stair_rod_N = mkN "stair-rod" "stair-rods"; -lin staircase_N = mkN "staircase" "staircases"; -lin stairway_N = mkN "stairway" "stairways"; -lin stake_N = mkN "stake" "stakes"; -lin stake_V2 = mkV2 (mkV "stake" "stakes" "staked" "staked" "staking"); -lin stake_holder_N = mkN "stake-holder" "stake-holders"; -lin stakeford_PN = mkPN "Stakeford"; -lin stalactite_N = mkN "stalactite" "stalactites"; -lin stalagmite_N = mkN "stalagmite" "stalagmites"; -lin stale_A = mkA "stale" "staler"; -lin stale_V = mkV "stale" "stales" "staled" "staled" "staling"; -lin stalemate_N = mkN "stalemate" "stalemates"; -lin stalemate_V2 = mkV2 (mkV "stalemate" "stalemates" "stalemated" "stalemated" "stalemating"); -lin staleness_N = mkN "staleness" "-" {- FIXME: no plural form -}; -lin stalk_N = mkN "stalk" "stalks"; -lin stalk_V = mkV "stalk" "stalks" "stalked" "stalked" "stalking"; -lin stalk_V2 = mkV2 (mkV "stalk" "stalks" "stalked" "stalked" "stalking"); -lin stalker_N = mkN "stalker" "stalkers"; -lin stalking_horse_N = mkN "stalking-horse" "stalking-horses"; -lin stall_N = mkN "stall" "stalls"; -lin stall_V = mkV "stall" "stalls" "stalled" "stalled" "stalling"; -lin stall_V2 = mkV2 (mkV "stall" "stalls" "stalled" "stalled" "stalling"); -lin stall_fed_A = compoundA (mkA "stall-fed"); -lin stallion_N = mkN "stallion" "stallions"; -lin stalwart_A = compoundA (mkA "stalwart"); -lin stalwart_N = mkN "stalwart" "stalwarts"; -lin stalybridge_PN = mkPN "Stalybridge"; -lin stamen_N = mkN "stamen" "stamens"; -lin stamford_PN = mkPN "Stamford"; -lin stamina_N = mkN "stamina" "-" {- FIXME: no plural form -}; -lin stammer_N = mkN "stammer" "stammers"; -lin stammer_V = mkV "stammer" "stammers" "stammered" "stammered" "stammering"; -lin stammer_V2 = mkV2 (mkV "stammer" "stammers" "stammered" "stammered" "stammering"); -lin stammerer_N = mkN "stammerer" "stammerers"; -lin stammeringly_Adv = mkAdv "stammeringly"; -lin stamp_N = mkN "stamp" "stamps"; -lin stamp_V = mkV "stamp" "stamps" "stamped" "stamped" "stamping"; -lin stamp_V2 = mkV2 (mkV "stamp" "stamps" "stamped" "stamped" "stamping"); -lin stamp_album_N = mkN "stamp-album" "stamp-albums"; -lin stamp_collector_N = mkN "stamp-collector" "stamp-collectors"; -lin stamp_dealer_N = mkN "stamp-dealer" "stamp-dealers"; -lin stamp_duty_N = mkN "stamp-duty" "stamp-duties"; -lin stampede_N = mkN "stampede" "stampedes"; -lin stampede_V = mkV "stampede" "stampedes" "stampeded" "stampeded" "stampeding"; -lin stampede_V2 = mkV2 (mkV "stampede" "stampedes" "stampeded" "stampeded" "stampeding"); -lin stamping_ground_N = mkN "stamping-ground" "stamping-grounds"; -lin stan_PN = mkPN "Stan"; -lin stance_N = mkN "stance" "stances"; -lin stanchion_N = mkN "stanchion" "stanchions"; -lin stand_N = mkN "stand" "stands"; -lin stand_V = IrregEng.stand_V; -lin stand_V2 = mkV2 (IrregEng.stand_V); -lin stand_in_N = mkN "stand-in" "stand-ins"; -lin stand_to_N = mkN "stand-to" "stand-ti" {- FIXME: guessed plural form -}; -lin stand_up_A = compoundA (mkA "stand-up"); -lin standard_A = compoundA (mkA "standard"); -lin standard_N = mkN "standard" "standards"; -lin standard_bearer_N = mkN "standard-bearer" "standard-bearers"; -lin standardization_N = mkN "standardization" "standardizations"; -lin standardize_V2 = mkV2 (mkV "standardize" "standardizes" "standardized" "standardized" "standardizing"); -lin standby_N = mkN "standby" "standbys"; -lin standing_A = compoundA (mkA "standing"); -lin standing_N = mkN "standing" "-" {- FIXME: no plural form -}; -lin standoffish_A = compoundA (mkA "standoffish"); -lin standoffishly_Adv = mkAdv "standoffishly"; -lin standoffishness_N = mkN "standoffishness" "-" {- FIXME: no plural form -}; -lin standpipe_N = mkN "standpipe" "standpipes"; -lin standpoint_N = mkN "standpoint" "standpoints"; -lin standstill_N = mkN "standstill" "IRREG"; -lin stanford_PN = mkPN "Stanford"; -lin stanley_PN = mkPN "Stanley"; -lin stanza_N = mkN "stanza" "stanzas"; -lin staple_N = mkN "staple" "staples"; -lin staple_V2 = mkV2 (mkV "staple" "staples" "stapled" "stapled" "stapling"); -lin stapler_N = mkN "stapler" "staplers"; -lin stapling_machine_N = mkN "stapling-machine" "stapling-machines"; -lin star_N = mkN "star" "stars"; -lin star_V = mkV "star" "stars" "starred" "starred" "starring"; -lin star_V2 = mkV2 (mkV "star" "stars" "starred" "starred" "starring"); -lin starboard_N = mkN "starboard" "starboards"; -lin starboard_V2 = mkV2 (mkV "starboard" "starboards" "starboarded" "starboarded" "starboarding"); -lin starch_N = mkN "starch" "-" {- FIXME: no plural form -}; -lin starch_V2 = mkV2 (mkV "starch" "starches" "starched" "starched" "starching"); -lin starchy_A = mkA "starchy" "starchier"; -lin stardom_N = mkN "stardom" "-" {- FIXME: no plural form -}; -lin stardust_N = mkN "stardust" "-" {- FIXME: no plural form -}; -lin stare_N = mkN "stare" "stares"; -lin stare_V = mkV "stare" "stares" "stared" "stared" "staring"; -lin stare_V2 = mkV2 (mkV "stare" "stares" "stared" "stared" "staring"); -lin starfish_N = mkN "starfish" "starfish"; -lin stargazer_N = mkN "stargazer" "stargazers"; -lin staring_A = compoundA (mkA "staring"); -lin staring_Adv = mkAdv "staring"; -lin stark_A = compoundA (mkA "stark"); -lin stark_Adv = mkAdv "stark"; -lin starkers_A = compoundA (mkA "starkers"); -lin starkly_Adv = mkAdv "starkly"; -lin starless_A = compoundA (mkA "starless"); -lin starlet_N = mkN "starlet" "starlets"; -lin starlight_N = mkN "starlight" "-" {- FIXME: no plural form -}; -lin starling_N = mkN "starling" "starlings"; -lin starlit_A = compoundA (mkA "starlit"); -lin starry_A = mkA "starry" "starrier"; -lin starry_eyed_A = compoundA (mkA "starry-eyed"); -lin start_N = mkN "start" "starts"; -lin start_V = mkV "start" "starts" "started" "started" "starting"; -lin start_V2 = mkV2 (mkV "start" "starts" "started" "started" "starting"); -lin starter_N = mkN "starter" "starters"; -lin starting_gate_N = mkN "starting-gate" "starting-gates"; -lin starting_point_N = mkN "starting-point" "starting-points"; -lin starting_post_N = mkN "starting-post" "starting-posts"; -lin startle_V2 = mkV2 (mkV "startle" "startles" "startled" "startled" "startling"); -lin startlingly_Adv = mkAdv "startlingly"; -lin starvation_N = mkN "starvation" "-" {- FIXME: no plural form -}; -lin starve_V = mkV "starve" "starves" "starved" "starved" "starving"; -lin starve_V2 = mkV2 (mkV "starve" "starves" "starved" "starved" "starving"); -lin starveling_N = mkN "starveling" "starvelings"; -lin stash_V2 = mkV2 (mkV "stash" "stashes" "stashed" "stashed" "stashing"); -lin state_N = mkN "state" "states"; -lin state_V2 = mkV2 (mkV "state" "states" "stated" "stated" "stating"); -lin statecraft_N = mkN "statecraft" "-" {- FIXME: no plural form -}; -lin stated_A = compoundA (mkA "stated"); -lin statehouse_N = mkN "statehouse" "statehouses"; -lin stateless_A = compoundA (mkA "stateless"); -lin stateliness_N = mkN "stateliness" "-" {- FIXME: no plural form -}; -lin stately_A = mkA "stately" "statelier"; -lin statement_N = mkN "statement" "statements"; -lin statesman_N = mkN "statesman" "statesmen" {- FIXME: guessed plural form -}; -lin statesmanlike_A = compoundA (mkA "statesmanlike"); -lin statesmanship_N = mkN "statesmanship" "-" {- FIXME: no plural form -}; -lin static_A = compoundA (mkA "static"); -lin statically_Adv = mkAdv "statically"; -lin statics_N = mkN "statics" "statics"; -lin station_N = mkN "station" "stations"; -lin station_V2 = mkV2 (mkV "station" "stations" "stationed" "stationed" "stationing"); -lin station_waggon_N = mkN "station-waggon" "station-waggons"; -lin stationary_A = compoundA (mkA "stationary"); -lin stationer_N = mkN "stationer" "stationers"; -lin stationery_N = mkN "stationery" "-" {- FIXME: no plural form -}; -lin stationmaster_N = mkN "stationmaster" "stationmasters"; -lin statistic_N = mkN "statistic" "statistics"; -lin statistical_A = compoundA (mkA "statistical"); -lin statistically_Adv = mkAdv "statistically"; -lin statistician_N = mkN "statistician" "statisticians"; -lin statistics_N = mkN "statistics" "statistics"; -lin statuary_A = compoundA (mkA "statuary"); -lin statuary_N = mkN "statuary" "-" {- FIXME: no plural form -}; -lin statue_N = mkN "statue" "statues"; -lin statuesque_A = compoundA (mkA "statuesque"); -lin statuette_N = mkN "statuette" "statuettes"; -lin stature_N = mkN "stature" "-" {- FIXME: no plural form -}; -lin status_N = mkN "status" "-" {- FIXME: no plural form -}; -lin status_quo_N = mkN "status quo" "status qui" {- FIXME: guessed plural form -}; -lin statute_N = mkN "statute" "statutes"; -lin statute_book_N = mkN "statute-book" "statute-books"; -lin statutorily_Adv = mkAdv "statutorily"; -lin statutory_A = compoundA (mkA "statutory"); -lin staunch_A = compoundA (mkA "staunch"); -lin staunch_V2 = mkV2 (mkV "staunch" "staunches" "staunched" "staunched" "staunching"); -lin staunchly_Adv = mkAdv "staunchly"; -lin staunchness_N = mkN "staunchness" "-" {- FIXME: no plural form -}; -lin stave_N = mkN "stave" "staves"; -lin stave_V = mkV "stave" "staves" "staved" "staved" "staving"; -lin stave_V2 = mkV2 (mkV "stave" "staves" "staved" "staved" "staving"); -lin stay_N = mkN "stay" "stays"; -lin stay_V = mkV "stay" "stays" "stayed" "stayed" "staying"; -lin stay_V2 = mkV2 (mkV "stay" "stays" "stayed" "stayed" "staying"); -lin stay_at_home_N = mkN "stay-at-home" "stay-at-homes"; -lin stayer_N = mkN "stayer" "stayers"; -lin std_PN = mkPN "Std"; -lin stead_N = mkN "stead" "-" {- FIXME: no plural form -}; -lin steadfast_A = compoundA (mkA "steadfast"); -lin steadfastly_Adv = mkAdv "steadfastly"; -lin steadfastness_N = mkN "steadfastness" "-" {- FIXME: no plural form -}; -lin steadily_Adv = mkAdv "steadily"; -lin steadiness_N = mkN "steadiness" "-" {- FIXME: no plural form -}; -lin steady_A = mkA "steady" "steadier"; -lin steady_Adv = mkAdv "steady"; -lin steady_N = mkN "steady" "steadies"; -lin steady_V = mkV "steady" "steadies" "steadied" "steadied" "steadying"; -lin steady_V2 = mkV2 (mkV "steady" "steadies" "steadied" "steadied" "steadying"); -lin steak_N = mkN "steak" "steaks"; -lin steal_V = IrregEng.steal_V; -lin steal_V2 = mkV2 (IrregEng.steal_V); -lin stealth_N = mkN "stealth" "-" {- FIXME: no plural form -}; -lin stealthily_Adv = mkAdv "stealthily"; -lin stealthy_A = mkA "stealthy" "stealthier"; -lin steam_N = mkN "steam" "-" {- FIXME: no plural form -}; -lin steam_V = mkV "steam" "steams" "steamed" "steamed" "steaming"; -lin steam_V2 = mkV2 (mkV "steam" "steams" "steamed" "steamed" "steaming"); -lin steam_boiler_N = mkN "steam-boiler" "steam-boilers"; -lin steam_coal_N = mkN "steam-coal" "-" {- FIXME: no plural form -}; -lin steam_engine_N = mkN "steam-engine" "steam-engines"; -lin steam_heat_N = mkN "steam-heat" "-" {- FIXME: no plural form -}; -lin steam_heat_V2 = mkV2 (mkV "steam-heat" "steam-heats" "steam-heated" "steam-heated" "steam-heating"); -lin steamboat_N = mkN "steamboat" "steamboats"; -lin steamer_N = mkN "steamer" "steamers"; -lin steamroller_N = mkN "steamroller" "steamrollers"; -lin steamroller_V2 = mkV2 (mkV "steamroller" "steamrollers" "steamrollered" "steamrollered" "steamrollering"); -lin steamship_N = mkN "steamship" "steamships"; -lin steamy_A = mkA "steamy" "steamier"; -lin steed_N = mkN "steed" "steeds"; -lin steel_N = mkN "steel" "-" {- FIXME: no plural form -}; -lin steel_V2 = mkV2 (mkV "steel" "steels" "steeled" "steeled" "steeling"); -lin steel_clad_A = compoundA (mkA "steel-clad"); -lin steel_plated_A = compoundA (mkA "steel-plated"); -lin steelworks_N = mkN "steelworks" "steelworks"; -lin steely_A = mkA "steely" "steelier"; -lin steelyard_N = mkN "steelyard" "steelyards"; -lin steenbok_N = mkN "steenbok" "steenboks"; -lin steep_A = mkA "steep" "steeper"; -lin steep_V = mkV "steep" "steeps" "steeped" "steeped" "steeping"; -lin steep_V2 = mkV2 (mkV "steep" "steeps" "steeped" "steeped" "steeping"); -lin steepen_V = mkV "steepen" "steepens" "steepened" "steepened" "steepening"; -lin steepen_V2 = mkV2 (mkV "steepen" "steepens" "steepened" "steepened" "steepening"); -lin steepish_A = compoundA (mkA "steepish"); -lin steeple_N = mkN "steeple" "steeples"; -lin steeplechase_N = mkN "steeplechase" "steeplechases"; -lin steeplechaser_N = mkN "steeplechaser" "steeplechasers"; -lin steeplejack_N = mkN "steeplejack" "steeplejacks"; -lin steeply_Adv = mkAdv "steeply"; -lin steepness_N = mkN "steepness" "-" {- FIXME: no plural form -}; -lin steer_N = mkN "steer" "steers"; -lin steer_V = mkV "steer" "steers" "steered" "steered" "steering"; -lin steer_V2 = mkV2 (mkV "steer" "steers" "steered" "steered" "steering"); -lin steerage_N = mkN "steerage" "steerages"; -lin steerageway_N = mkN "steerageway" "-" {- FIXME: no plural form -}; -lin steering_gear_N = mkN "steering-gear" "-" {- FIXME: no plural form -}; -lin steering_wheel_N = mkN "steering-wheel" "steering-wheels"; -lin steersman_N = mkN "steersman" "steersmen" {- FIXME: guessed plural form -}; -lin stele_N = mkN "stele" "IRREG"; -lin stella_PN = mkPN "Stella"; -lin stellar_A = compoundA (mkA "stellar"); -lin stem_N = mkN "stem" "stems"; -lin stem_V = mkV "stem" "stems" "stemmed" "stemmed" "stemming"; -lin stem_V2 = mkV2 (mkV "stem" "stems" "stemmed" "stemmed" "stemming"); -lin stemmed_A = compoundA (mkA "stemmed"); -lin sten_PN = mkPN "Sten"; -lin stench_N = mkN "stench" "stenches"; -lin stencil_N = mkN "stencil" "stencils"; -lin stencil_V2 = mkV2 (mkV "stencil" "stencils" "stencilled" "stencilled" "stencilling"); -lin stenographer_N = mkN "stenographer" "stenographers"; -lin stenography_N = mkN "stenography" "-" {- FIXME: no plural form -}; -lin stentorian_A = compoundA (mkA "stentorian"); -lin step_N = mkN "step" "steps"; -lin step_V = mkV "step" "steps" "stepped" "stepped" "stepping"; -lin step_V2 = mkV2 (mkV "step" "steps" "stepped" "stepped" "stepping"); -lin stepbrother_N = mkN "stepbrother" "stepbrothers"; -lin stepchild_N = mkN "stepchild" "stepchildren" {- FIXME: guessed plural form -}; -lin stepdaughter_N = mkN "stepdaughter" "stepdaughters"; -lin stepfather_N = mkN "stepfather" "stepfathers"; -lin stephanie_PN = mkPN "Stephanie"; -lin stephen_PN = mkPN "Stephen"; -lin stepladder_N = mkN "stepladder" "stepladders"; -lin stepmother_N = mkN "stepmother" "stepmothers"; -lin stepparent_N = mkN "stepparent" "stepparents"; -lin steppe_N = mkN "steppe" "steppes"; -lin stepping_stone_N = mkN "stepping-stone" "stepping-stones"; -lin stepsister_N = mkN "stepsister" "stepsisters"; -lin stepson_N = mkN "stepson" "stepsons"; -lin stereo_N = mkN "stereo" "stereos"; -lin stereophonic_A = compoundA (mkA "stereophonic"); -lin stereoscope_N = mkN "stereoscope" "stereoscopes"; -lin stereoscopic_A = compoundA (mkA "stereoscopic"); -lin stereotype_N = mkN "stereotype" "stereotypes"; -lin stereotype_V2 = mkV2 (mkV "stereotype" "stereotypes" "stereotyped" "stereotyped" "stereotyping"); -lin sterile_A = compoundA (mkA "sterile"); -lin sterility_N = mkN "sterility" "-" {- FIXME: no plural form -}; -lin sterilization_N = mkN "sterilization" "-" {- FIXME: no plural form -}; -lin sterilize_V2 = mkV2 (mkV "sterilize" "sterilizes" "sterilized" "sterilized" "sterilizing"); -lin sterling_A = compoundA (mkA "sterling"); -lin sterling_N = mkN "sterling" "-" {- FIXME: no plural form -}; -lin stern_A = mkA "stern" "sterner"; -lin stern_N = mkN "stern" "sterns"; -lin sternly_Adv = mkAdv "sternly"; -lin sternness_N = mkN "sternness" "-" {- FIXME: no plural form -}; -lin sternum_N = mkN "sternum" "sternums"; -lin sternwheeler_N = mkN "sternwheeler" "sternwheelers"; -lin stertorous_A = compoundA (mkA "stertorous"); -lin stertorously_Adv = mkAdv "stertorously"; -lin stethoscope_N = mkN "stethoscope" "stethoscopes"; -lin stetson_N = mkN "stetson" "stetsons"; -lin steve_PN = mkPN "Steve"; -lin stevedore_N = mkN "stevedore" "stevedores"; -lin steven_PN = mkPN "Steven"; -lin stevenage_PN = mkPN "Stevenage"; -lin stevenston_PN = mkPN "Stevenston"; -lin stew_N = mkN "stew" "stews"; -lin stew_V = mkV "stew" "stews" "stewed" "stewed" "stewing"; -lin stew_V2 = mkV2 (mkV "stew" "stews" "stewed" "stewed" "stewing"); -lin steward_N = mkN "steward" "stewards"; -lin stewardess_N = mkN "stewardess" "stewardesses"; -lin stewardship_N = mkN "stewardship" "-" {- FIXME: no plural form -}; -lin stewart_PN = mkPN "Stewart"; -lin stewed_A = compoundA (mkA "stewed"); -lin steyning_PN = mkPN "Steyning"; -lin stick_N = mkN "stick" "sticks"; -lin stick_V = IrregEng.stick_V; -lin stick_V2 = mkV2 (mkV "stick" "sticks" "sticked" "sticked" "sticking"); -lin stick_in_the_mud_A = compoundA (mkA "stick-in-the-mud"); -lin stick_in_the_mud_N = mkN "stick-in-the-mud" "IRREG"; -lin stick_on_A = compoundA (mkA "stick-on"); -lin stick_up_N = mkN "stick-up" "stick-ups"; -lin sticker_N = mkN "sticker" "stickers"; -lin stickily_Adv = mkAdv "stickily"; -lin stickiness_N = mkN "stickiness" "-" {- FIXME: no plural form -}; -lin sticking_plaster_N = mkN "sticking-plaster" "sticking-plasters"; -lin stickler_N = mkN "stickler" "sticklers"; -lin sticky_A = mkA "sticky" "stickier"; -lin stiff_A = mkA "stiff" "stiffer"; -lin stiff_Adv = mkAdv "stiff"; -lin stiff_N = mkN "stiff" "stiffs"; -lin stiff_necked_A = compoundA (mkA "stiff-necked"); -lin stiffen_V = mkV "stiffen" "stiffens" "stiffened" "stiffened" "stiffening"; -lin stiffen_V2 = mkV2 (mkV "stiffen" "stiffens" "stiffened" "stiffened" "stiffening"); -lin stiffener_N = mkN "stiffener" "stiffeners"; -lin stiffening_N = mkN "stiffening" "stiffenings"; -lin stiffly_Adv = mkAdv "stiffly"; -lin stiffness_N = mkN "stiffness" "-" {- FIXME: no plural form -}; -lin stifle_V = mkV "stifle" "stifles" "stifled" "stifled" "stifling"; -lin stifle_V2 = mkV2 (mkV "stifle" "stifles" "stifled" "stifled" "stifling"); -lin stigma_N = mkN "stigma" "stigmas"; -lin stigmatize_V2 = mkV2 (mkV "stigmatize" "stigmatizes" "stigmatized" "stigmatized" "stigmatizing"); -lin stile_N = mkN "stile" "stiles"; -lin stiletto_N = mkN "stiletto" "stilettos"; -lin still_A = mkA "still" "stiller"; -lin still_Adv = mkAdv "still"; -lin still_N = mkN "still" "stills"; -lin still_V2 = mkV2 (mkV "still" "stills" "stilled" "stilled" "stilling"); -lin still_life_N = mkN "still-life" "still-lifes"; -lin still_room_N = mkN "still-room" "still-rooms"; -lin stillbirth_N = mkN "stillbirth" "stillbirths"; -lin stillborn_A = compoundA (mkA "stillborn"); -lin stillness_N = mkN "stillness" "-" {- FIXME: no plural form -}; -lin stilly_A = compoundA (mkA "stilly"); -lin stilt_N = mkN "stilt" "stilts"; -lin stilted_A = compoundA (mkA "stilted"); -lin stiltedly_Adv = mkAdv "stiltedly"; -lin stilton_N = mkN "stilton" "stiltons"; -lin stimulant_N = mkN "stimulant" "stimulants"; -lin stimulate_V2 = mkV2 (mkV "stimulate" "stimulates" "stimulated" "stimulated" "stimulating"); -lin stimulating_A = compoundA (mkA "stimulating"); -lin stimulation_N = mkN "stimulation" "stimulations"; -lin stimulus_N = mkN "stimulus" "stimuli" {- FIXME: guessed plural form -}; -lin sting_N = mkN "sting" "stings"; -lin sting_V = IrregEng.sting_V; -lin sting_V2 = mkV2 (IrregEng.sting_V); -lin stinger_N = mkN "stinger" "stingers"; -lin stingily_Adv = mkAdv "stingily"; -lin stinginess_N = mkN "stinginess" "-" {- FIXME: no plural form -}; -lin stingless_A = compoundA (mkA "stingless"); -lin stingray_N = mkN "stingray" "stingrays"; -lin stingy_A = mkA "stingy" "stingier"; -lin stink_N = mkN "stink" "stinks"; -lin stink_V = IrregEng.stink_V; -lin stink_V2 = mkV2 (IrregEng.stink_V); -lin stinker_N = mkN "stinker" "stinkers"; -lin stint_N = mkN "stint" "stints"; -lin stint_V = mkV "stint" "stints" "stinted" "stinted" "stinting"; -lin stint_V2 = mkV2 (mkV "stint" "stints" "stinted" "stinted" "stinting"); -lin stipend_N = mkN "stipend" "stipends"; -lin stipendiary_A = compoundA (mkA "stipendiary"); -lin stipendiary_N = mkN "stipendiary" "stipendiaries"; -lin stipple_V2 = mkV2 (mkV "stipple" "stipples" "stippled" "stippled" "stippling"); -lin stipulate_V = mkV "stipulate" "stipulates" "stipulated" "stipulated" "stipulating"; -lin stipulate_V2 = mkV2 (mkV "stipulate" "stipulates" "stipulated" "stipulated" "stipulating"); -lin stipulation_N = mkN "stipulation" "stipulations"; -lin stir_N = mkN "stir" "stirs"; -lin stir_V = mkV "stir" "stirs" "stirred" "stirred" "stirring"; -lin stir_V2 = mkV2 (mkV "stir" "stirs" "stirred" "stirred" "stirring"); -lin stirling_PN = mkPN "Stirling"; -lin stirring_A = compoundA (mkA "stirring"); -lin stirringly_Adv = mkAdv "stirringly"; -lin stirrup_N = mkN "stirrup" "stirrups"; -lin stirrup_cup_N = mkN "stirrup-cup" "stirrup-cups"; -lin stitch_N = mkN "stitch" "stitches"; -lin stitch_V = mkV "stitch" "stitches" "stitched" "stitched" "stitching"; -lin stitch_V2 = mkV2 (mkV "stitch" "stitches" "stitched" "stitched" "stitching"); -lin stoat_N = mkN "stoat" "stoats"; -lin stochastic_A = compoundA (mkA "stochastic"); -lin stochastically_Adv = mkAdv "stochastically"; -lin stock_N = mkN "stock" "stocks"; -lin stock_V2 = mkV2 (mkV "stock" "stocks" "stocked" "stocked" "stocking"); -lin stock_cube_N = mkN "stock-cube" "stock-cubes"; -lin stock_farmer_N = mkN "stock-farmer" "stock-farmers"; -lin stock_in_trade_N = mkN "stock-in-trade" "stock-in-trades"; -lin stock_list_N = mkN "stock-list" "stock-lists"; -lin stock_still_Adv = mkAdv "stock-still"; -lin stockade_N = mkN "stockade" "stockades"; -lin stockade_V2 = mkV2 (mkV "stockade" "stockades" "stockaded" "stockaded" "stockading"); -lin stockbreeder_N = mkN "stockbreeder" "stockbreeders"; -lin stockbroker_N = mkN "stockbroker" "stockbrokers"; -lin stockcar_N = mkN "stockcar" "stockcars"; -lin stockfish_N = mkN "stockfish" "stockfish"; -lin stockholder_N = mkN "stockholder" "stockholders"; -lin stockholding_N = mkN "stockholding" "stockholdings"; -lin stockholm_PN = mkPN "Stockholm"; -lin stockily_Adv = mkAdv "stockily"; -lin stockinette_N = mkN "stockinette" "-" {- FIXME: no plural form -}; -lin stocking_N = mkN "stocking" "stockings"; -lin stockinged_A = compoundA (mkA "stockinged"); -lin stockist_N = mkN "stockist" "stockists"; -lin stockjobber_N = mkN "stockjobber" "stockjobbers"; -lin stockpile_N = mkN "stockpile" "stockpiles"; -lin stockpiling_N = mkN "stockpiling" "-" {- FIXME: no plural form -}; -lin stockport_PN = mkPN "Stockport"; -lin stockpot_N = mkN "stockpot" "stockpots"; -lin stockroom_N = mkN "stockroom" "stockrooms"; -lin stocksbridge_PN = mkPN "Stocksbridge"; -lin stocktaking_N = mkN "stocktaking" "stocktakings"; -lin stocky_A = mkA "stocky" "stockier"; -lin stockyard_N = mkN "stockyard" "stockyards"; -lin stodge_N = mkN "stodge" "-" {- FIXME: no plural form -}; -lin stodginess_N = mkN "stodginess" "-" {- FIXME: no plural form -}; -lin stodgy_A = mkA "stodgy" "stodgier"; -lin stoep_N = mkN "stoep" "stoeps"; -lin stoic_N = mkN "stoic" "stoics"; -lin stoical_A = compoundA (mkA "stoical"); -lin stoically_Adv = mkAdv "stoically"; -lin stoicism_N = mkN "stoicism" "-" {- FIXME: no plural form -}; -lin stoke_V = mkV "stoke" "stokes" "stoked" "stoked" "stoking"; -lin stoke_V2 = mkV2 (mkV "stoke" "stokes" "stoked" "stoked" "stoking"); -lin stoke_on_trent_PN = mkPN "Stoke-on-trent"; -lin stokehold_N = mkN "stokehold" "stokeholds"; -lin stokehole_N = mkN "stokehole" "stokeholes"; -lin stoker_N = mkN "stoker" "stokers"; -lin stole_N = mkN "stole" "stoles"; -lin stolen_A = compoundA (mkA "stolen"); -lin stolid_A = compoundA (mkA "stolid"); -lin stolidity_N = mkN "stolidity" "-" {- FIXME: no plural form -}; -lin stolidly_Adv = mkAdv "stolidly"; -lin stolidness_N = mkN "stolidness" "-" {- FIXME: no plural form -}; -lin stomach_N = mkN "stomach" "stomachs"; -lin stomach_V2 = mkV2 (mkV "stomach" "stomachs" "stomached" "stomached" "stomaching"); -lin stomach_ache_N = mkN "stomach-ache" "stomach-aches"; -lin stomach_pump_N = mkN "stomach-pump" "stomach-pumps"; -lin stomp_N = mkN "stomp" "stomps"; -lin stomp_V = mkV "stomp" "stomps" "stomped" "stomped" "stomping"; -lin stone_N = mkN "stone" "stones"; -lin stone_PN = mkPN "Stone"; -lin stone_V2 = mkV2 (mkV "stone" "stones" "stoned" "stoned" "stoning"); -lin stone_blind_A = compoundA (mkA "stone-blind"); -lin stone_cold_A = compoundA (mkA "stone-cold"); -lin stone_dead_A = compoundA (mkA "stone-dead"); -lin stone_deaf_A = compoundA (mkA "stone-deaf"); -lin stone_fruit_N = mkN "stone-fruit" "stone-fruits"; -lin stone_pit_N = mkN "stone-pit" "stone-pits"; -lin stone_sober_A = compoundA (mkA "stone-sober"); -lin stonebreaker_N = mkN "stonebreaker" "stonebreakers"; -lin stoned_A = compoundA (mkA "stoned"); -lin stonehouse_PN = mkPN "Stonehouse"; -lin stoneless_A = compoundA (mkA "stoneless"); -lin stonemason_N = mkN "stonemason" "stonemasons"; -lin stonewall_V2 = mkV2 (mkV "stonewall" "stonewalls" "stonewalled" "stonewalled" "stonewalling"); -lin stonewaller_N = mkN "stonewaller" "stonewallers"; -lin stonewalling_N = mkN "stonewalling" "-" {- FIXME: no plural form -}; -lin stoneware_N = mkN "stoneware" "-" {- FIXME: no plural form -}; -lin stonework_N = mkN "stonework" "-" {- FIXME: no plural form -}; -lin stonily_Adv = mkAdv "stonily"; -lin stony_A = mkA "stony" "stonier"; -lin stony_broke_A = compoundA (mkA "stony-broke"); -lin stooge_N = mkN "stooge" "stooges"; -lin stooge_V = mkV "stooge" "stooges" "stooged" "stooged" "stooging"; -lin stool_N = mkN "stool" "stools"; -lin stoop_N = mkN "stoop" "stoops"; -lin stoop_V = mkV "stoop" "stoops" "stooped" "stooped" "stooping"; -lin stoop_V2 = mkV2 (mkV "stoop" "stoops" "stooped" "stooped" "stooping"); -lin stop_N = mkN "stop" "stops"; -lin stop_V = mkV "stop" "stops" "stopped" "stopped" "stopping"; -lin stop_V2 = mkV2 (mkV "stop" "stops" "stopped" "stopped" "stopping"); -lin stopcock_N = mkN "stopcock" "stopcocks"; -lin stopgap_N = mkN "stopgap" "stopgaps"; -lin stopover_N = mkN "stopover" "stopovers"; -lin stoppage_N = mkN "stoppage" "stoppages"; -lin stopper_N = mkN "stopper" "stoppers"; -lin stopping_N = mkN "stopping" "stoppings"; -lin stopwatch_N = mkN "stopwatch" "stopwatches"; -lin storage_N = mkN "storage" "-" {- FIXME: no plural form -}; -lin store_N = mkN "store" "stores"; -lin store_V2 = mkV2 (mkV "store" "stores" "stored" "stored" "storing"); -lin storehouse_N = mkN "storehouse" "storehouses"; -lin storeroom_N = mkN "storeroom" "storerooms"; -lin storey_N = mkN "storey" "storeys"; -lin storeyed_A = compoundA (mkA "storeyed"); -lin storied_A = compoundA (mkA "storied"); -lin stork_N = mkN "stork" "storks"; -lin storm_N = mkN "storm" "storms"; -lin storm_V = mkV "storm" "storms" "stormed" "stormed" "storming"; -lin storm_V2 = mkV2 (mkV "storm" "storms" "stormed" "stormed" "storming"); -lin storm_beaten_A = compoundA (mkA "storm-beaten"); -lin storm_bound_A = compoundA (mkA "storm-bound"); -lin storm_centre_N = mkN "storm-centre" "storm-centres"; -lin storm_cloud_N = mkN "storm-cloud" "storm-clouds"; -lin storm_cone_N = mkN "storm-cone" "storm-cones"; -lin storm_lantern_N = mkN "storm-lantern" "storm-lanterns"; -lin storm_signal_N = mkN "storm-signal" "storm-signals"; -lin storm_tossed_A = compoundA (mkA "storm-tossed"); -lin storm_trooper_N = mkN "storm-trooper" "storm-troopers"; -lin stormily_Adv = mkAdv "stormily"; -lin stormproof_A = compoundA (mkA "stormproof"); -lin stormy_A = mkA "stormy" "stormier"; -lin stornoway_PN = mkPN "Stornoway"; -lin story_N = mkN "story" "stories"; -lin storyteller_N = mkN "storyteller" "storytellers"; -lin stotfold_PN = mkPN "Stotfold"; -lin stoup_N = mkN "stoup" "stoups"; -lin stourbridge_PN = mkPN "Stourbridge"; -lin stourport_on_severn_PN = mkPN "Stourport-on-severn"; -lin stout_A = mkA "stout" "stouter"; -lin stout_N = mkN "stout" "-" {- FIXME: no plural form -}; -lin stouthearted_A = compoundA (mkA "stouthearted"); -lin stoutly_Adv = mkAdv "stoutly"; -lin stoutness_N = mkN "stoutness" "-" {- FIXME: no plural form -}; -lin stove_N = mkN "stove" "stoves"; -lin stovepipe_N = mkN "stovepipe" "stovepipes"; -lin stow_V2 = mkV2 (mkV "stow" "stows" "stowed" "stowed" "stowing"); -lin stowaway_N = mkN "stowaway" "stowaways"; -lin stowmarket_PN = mkPN "Stowmarket"; -lin straddle_V = mkV "straddle" "straddles" "straddled" "straddled" "straddling"; -lin straddle_V2 = mkV2 (mkV "straddle" "straddles" "straddled" "straddled" "straddling"); -lin strafe_V2 = mkV2 (mkV "strafe" "strafes" "strafed" "strafed" "strafing"); -lin straggle_V = mkV "straggle" "straggles" "straggled" "straggled" "straggling"; -lin straggler_N = mkN "straggler" "stragglers"; -lin straggly_A = mkA "straggly" "stragglier"; -lin straight_A = compoundA (mkA "straight"); -lin straight_Adv = mkAdv "straight"; -lin straight_N = mkN "straight" "straights"; -lin straighten_V = mkV "straighten" "straightens" "straightened" "straightened" "straightening"; -lin straighten_V2 = mkV2 (mkV "straighten" "straightens" "straightened" "straightened" "straightening"); -lin straightforward_A = compoundA (mkA "straightforward"); -lin straightforwardly_Adv = mkAdv "straightforwardly"; -lin straightness_N = mkN "straightness" "-" {- FIXME: no plural form -}; -lin straightway_Adv = mkAdv "straightway"; -lin strain_N = mkN "strain" "strains"; -lin strain_V = mkV "strain" "strains" "strained" "strained" "straining"; -lin strain_V2 = mkV2 (mkV "strain" "strains" "strained" "strained" "straining"); -lin strained_A = compoundA (mkA "strained"); -lin strainer_N = mkN "strainer" "strainers"; -lin strait_A = compoundA (mkA "strait"); -lin strait_N = mkN "strait" "straits"; -lin strait_laced_A = compoundA (mkA "strait-laced"); -lin straiten_V2 = mkV2 (mkV "straiten" "straitens" "straitened" "straitened" "straitening"); -lin straitjacket_N = mkN "straitjacket" "straitjackets"; -lin strand_N = mkN "strand" "strands"; -lin strand_V = mkV "strand" "strands" "stranded" "stranded" "stranding"; -lin strand_V2 = mkV2 (mkV "strand" "strands" "stranded" "stranded" "stranding"); -lin strange_A = mkA "strange" "stranger"; -lin strangely_Adv = mkAdv "strangely"; -lin strangeness_N = mkN "strangeness" "-" {- FIXME: no plural form -}; -lin stranger_N = mkN "stranger" "strangers"; -lin strangle_V2 = mkV2 (mkV "strangle" "strangles" "strangled" "strangled" "strangling"); -lin stranglehold_N = mkN "stranglehold" "strangleholds"; -lin strangulation_N = mkN "strangulation" "-" {- FIXME: no plural form -}; -lin stranraer_PN = mkPN "Stranraer"; -lin strap_N = mkN "strap" "straps"; -lin strap_V2 = mkV2 (mkV "strap" "straps" "strapped" "strapped" "strapping"); -lin straphanger_N = mkN "straphanger" "straphangers"; -lin strapping_A = compoundA (mkA "strapping"); -lin strapping_N = mkN "strapping" "IRREG"; -lin strasbourg_PN = mkPN "Strasbourg"; -lin stratagem_N = mkN "stratagem" "stratagems"; -lin strategic_A = compoundA (mkA "strategic"); -lin strategical_A = compoundA (mkA "strategical"); -lin strategically_Adv = mkAdv "strategically"; -lin strategics_N = mkN "strategics" "strategics"; -lin strategist_N = mkN "strategist" "strategists"; -lin strategy_N = mkN "strategy" "strategies"; -lin stratford_on_avon_PN = mkPN "Stratford-on-avon"; -lin strathaven_PN = mkPN "Strathaven"; -lin strathclyde_PN = mkPN "Strathclyde"; -lin stratification_N = mkN "stratification" "stratifications"; -lin stratify_V = mkV "stratify" "stratifies" "stratified" "stratified" "stratifying"; -lin stratify_V2 = mkV2 (mkV "stratify" "stratifies" "stratified" "stratified" "stratifying"); -lin stratosphere_N = mkN "stratosphere" "stratospheres"; -lin stratum_N = mkN "stratum" "strata" {- FIXME: guessed plural form -}; -lin straw_N = mkN "straw" "straws"; -lin straw_V2 = mkV2 (mkV "straw" "straws" "strawed" "strawed" "strawing"); -lin straw_coloured_A = compoundA (mkA "straw-coloured"); -lin strawberry_N = mkN "strawberry" "strawberries"; -lin strawboard_N = mkN "strawboard" "-" {- FIXME: no plural form -}; -lin stray_N = mkN "stray" "strays"; -lin stray_V = mkV "stray" "strays" "strayed" "strayed" "straying"; -lin streak_N = mkN "streak" "streaks"; -lin streak_V = mkV "streak" "streaks" "streaked" "streaked" "streaking"; -lin streak_V2 = mkV2 (mkV "streak" "streaks" "streaked" "streaked" "streaking"); -lin streaky_A = mkA "streaky" "streakier"; -lin stream_N = mkN "stream" "streams"; -lin stream_V = mkV "stream" "streams" "streamed" "streamed" "streaming"; -lin streamer_N = mkN "streamer" "streamers"; -lin streamlet_N = mkN "streamlet" "streamlets"; -lin streamline_V2 = mkV2 (mkV "streamline" "streamlines" "streamlined" "streamlined" "streamlining"); -lin streamlined_A = compoundA (mkA "streamlined"); -lin street_N = mkN "street" "streets"; -lin street_PN = mkPN "Street"; -lin street_girl_N = mkN "street-girl" "street-girls"; -lin street_urchin_N = mkN "street-urchin" "street-urchins"; -lin streetcar_N = mkN "streetcar" "streetcars"; -lin streetwalker_N = mkN "streetwalker" "streetwalkers"; -lin strength_N = mkN "strength" "strengths"; -lin strengthen_V = mkV "strengthen" "strengthens" "strengthened" "strengthened" "strengthening"; -lin strengthen_V2 = mkV2 (mkV "strengthen" "strengthens" "strengthened" "strengthened" "strengthening"); -lin strenuous_A = compoundA (mkA "strenuous"); -lin strenuously_Adv = mkAdv "strenuously"; -lin strenuousness_N = mkN "strenuousness" "-" {- FIXME: no plural form -}; -lin streptococcus_N = mkN "streptococcus" "streptococci" {- FIXME: guessed plural form -}; -lin streptomycin_N = mkN "streptomycin" "-" {- FIXME: no plural form -}; -lin stress_N = mkN "stress" "stresses"; -lin stress_V2 = mkV2 (mkV "stress" "stresses" "stressed" "stressed" "stressing"); -lin stress_mark_N = mkN "stress-mark" "stress-marks"; -lin stretch_N = mkN "stretch" "stretches"; -lin stretch_V = mkV "stretch" "stretches" "stretched" "stretched" "stretching"; -lin stretch_V2 = mkV2 (mkV "stretch" "stretches" "stretched" "stretched" "stretching"); -lin stretcher_N = mkN "stretcher" "stretchers"; -lin stretcher_bearer_N = mkN "stretcher-bearer" "stretcher-bearers"; -lin stretcher_party_N = mkN "stretcher-party" "stretcher-parties"; -lin stretford_PN = mkPN "Stretford"; -lin strew_V2 = mkV2 (mkV "strew" "strews" "strewed" "strewed" "strewing"); -lin striated_A = compoundA (mkA "striated"); -lin stricken_A = compoundA (mkA "stricken"); -lin strict_A = mkA "strict" "stricter"; -lin strictly_Adv = mkAdv "strictly"; -lin strictness_N = mkN "strictness" "-" {- FIXME: no plural form -}; -lin stricture_N = mkN "stricture" "strictures"; -lin stride_N = mkN "stride" "strides"; -lin stride_V = IrregEng.stride_V; -lin stride_V2 = mkV2 (IrregEng.stride_V); -lin strident_A = compoundA (mkA "strident"); -lin stridently_Adv = mkAdv "stridently"; -lin stridulate_V = mkV "stridulate" "stridulates" "stridulated" "stridulated" "stridulating"; -lin stridulation_N = mkN "stridulation" "stridulations"; -lin strife_N = mkN "strife" "-" {- FIXME: no plural form -}; -lin strike_N = mkN "strike" "strikes"; -lin strike_V = IrregEng.strike_V; -lin strike_V2 = mkV2 (IrregEng.strike_V); -lin strike_leader_N = mkN "strike-leader" "strike-leaders"; -lin strike_pay_N = mkN "strike-pay" "-" {- FIXME: no plural form -}; -lin strikebound_A = compoundA (mkA "strikebound"); -lin strikebreaker_N = mkN "strikebreaker" "strikebreakers"; -lin striker_N = mkN "striker" "strikers"; -lin striking_A = compoundA (mkA "striking"); -lin strikingly_Adv = mkAdv "strikingly"; -lin string_N = mkN "string" "strings"; -lin string_V = IrregEng.string_V; -lin string_V2 = mkV2 (IrregEng.string_V); -lin stringency_N = mkN "stringency" "stringencies"; -lin stringent_A = compoundA (mkA "stringent"); -lin stringently_Adv = mkAdv "stringently"; -lin stringy_A = mkA "stringy" "stringier"; -lin strip_N = mkN "strip" "strips"; -lin strip_V = mkV "strip" "strips" "stripped" "stripped" "stripping"; -lin strip_V2 = mkV2 (mkV "strip" "strips" "stripped" "stripped" "stripping"); -lin strip_lighting_N = mkN "strip-lighting" "-" {- FIXME: no plural form -}; -lin strip_poker_N = mkN "strip-poker" "-" {- FIXME: no plural form -}; -lin strip_show_N = mkN "strip-show" "strip-shows"; -lin stripe_N = mkN "stripe" "stripes"; -lin striped_A = compoundA (mkA "striped"); -lin stripling_N = mkN "stripling" "striplings"; -lin stripper_N = mkN "stripper" "strippers"; -lin striptease_N = mkN "striptease" "-" {- FIXME: no plural form -}; -lin stripy_A = mkA "stripy" "stripier"; -lin strive_V = IrregEng.strive_V; -lin striver_N = mkN "striver" "strivers"; -lin stroboscope_N = mkN "stroboscope" "stroboscopes"; -lin stroke_N = mkN "stroke" "strokes"; -lin stroke_V2 = mkV2 (mkV "stroke" "strokes" "stroked" "stroked" "stroking"); -lin stroll_N = mkN "stroll" "strolls"; -lin stroll_V = mkV "stroll" "strolls" "strolled" "strolled" "strolling"; -lin stroller_N = mkN "stroller" "strollers"; -lin strong_A = mkA "strong" "stronger"; -lin strong_arm_A = compoundA (mkA "strong-arm"); -lin strong_boned_A = compoundA (mkA "strong-boned"); -lin strong_minded_A = compoundA (mkA "strong-minded"); -lin strongbox_N = mkN "strongbox" "strongboxes"; -lin stronghold_N = mkN "stronghold" "strongholds"; -lin strongly_Adv = mkAdv "strongly"; -lin strongroom_N = mkN "strongroom" "strongrooms"; -lin strontium_N = mkN "strontium" "-" {- FIXME: no plural form -}; -lin strop_N = mkN "strop" "strops"; -lin strop_V2 = mkV2 (mkV "strop" "strops" "stropped" "stropped" "stropping"); -lin strophe_N = mkN "strophe" "strophes"; -lin stroppy_A = compoundA (mkA "stroppy"); -lin stroud_PN = mkPN "Stroud"; -lin struck_A = compoundA (mkA "struck"); -lin structural_A = compoundA (mkA "structural"); -lin structurally_Adv = mkAdv "structurally"; -lin structure_N = mkN "structure" "structures"; -lin structured_A = compoundA (mkA "structured"); -lin strudel_N = mkN "strudel" "strudels"; -lin struggle_N = mkN "struggle" "struggles"; -lin struggle_V = mkV "struggle" "struggles" "struggled" "struggled" "struggling"; -lin strum_N = mkN "strum" "strums"; -lin strum_V = mkV "strum" "strums" "strummed" "strummed" "strumming"; -lin strum_V2 = mkV2 (mkV "strum" "strums" "strummed" "strummed" "strumming"); -lin strumpet_N = mkN "strumpet" "strumpets"; -lin strut_N = mkN "strut" "struts"; -lin strut_V = mkV "strut" "struts" "strutted" "strutted" "strutting"; -lin strychnine_N = mkN "strychnine" "-" {- FIXME: no plural form -}; -lin stuart_PN = mkPN "Stuart"; -lin stub_N = mkN "stub" "stubs"; -lin stub_V2 = mkV2 (mkV "stub" "stubs" "stubbed" "stubbed" "stubbing"); -lin stubble_N = mkN "stubble" "-" {- FIXME: no plural form -}; -lin stubbly_A = mkA "stubbly" "stubblier"; -lin stubborn_A = compoundA (mkA "stubborn"); -lin stubbornly_Adv = mkAdv "stubbornly"; -lin stubbornness_N = mkN "stubbornness" "-" {- FIXME: no plural form -}; -lin stubby_A = mkA "stubby" "stubbier"; -lin stucco_N = mkN "stucco" "stuccos"; -lin stucco_V2 = mkV2 (mkV "stucco" "stuccos" "stuccoed" "stuccoed" "stuccoing"); -lin stuck_up_A = compoundA (mkA "stuck-up"); -lin stud_N = mkN "stud" "studs"; -lin stud_V2 = mkV2 (mkV "stud" "studs" "studded" "studded" "studding"); -lin stud_farm_N = mkN "stud-farm" "stud-farms"; -lin stud_mare_N = mkN "stud-mare" "stud-mares"; -lin studbook_N = mkN "studbook" "studbooks"; -lin student_N = mkN "student" "students"; -lin studied_A = compoundA (mkA "studied"); -lin studio_N = mkN "studio" "studios"; -lin studious_A = compoundA (mkA "studious"); -lin studiously_Adv = mkAdv "studiously"; -lin studiousness_N = mkN "studiousness" "-" {- FIXME: no plural form -}; -lin studley_PN = mkPN "Studley"; -lin study_N = mkN "study" "studies"; -lin study_V = mkV "study" "studies" "studied" "studied" "studying"; -lin study_V2 = mkV2 (mkV "study" "studies" "studied" "studied" "studying"); -lin stuff_N = mkN "stuff" "stuffs"; -lin stuff_V2 = mkV2 (mkV "stuff" "stuffs" "stuffed" "stuffed" "stuffing"); -lin stuffily_Adv = mkAdv "stuffily"; -lin stuffiness_N = mkN "stuffiness" "-" {- FIXME: no plural form -}; -lin stuffing_N = mkN "stuffing" "-" {- FIXME: no plural form -}; -lin stuffy_A = mkA "stuffy" "stuffier"; -lin stultification_N = mkN "stultification" "stultifications"; -lin stultify_V2 = mkV2 (mkV "stultify" "stultifies" "stultified" "stultified" "stultifying"); -lin stumble_N = mkN "stumble" "stumbles"; -lin stumble_V = mkV "stumble" "stumbles" "stumbled" "stumbled" "stumbling"; -lin stumbling_block_N = mkN "stumbling-block" "stumbling-blocks"; -lin stump_N = mkN "stump" "stumps"; -lin stump_V = mkV "stump" "stumps" "stumped" "stumped" "stumping"; -lin stump_V2 = mkV2 (mkV "stump" "stumps" "stumped" "stumped" "stumping"); -lin stumper_N = mkN "stumper" "stumpers"; -lin stumpy_A = mkA "stumpy" "stumpier"; -lin stun_V2 = mkV2 (mkV "stun" "stuns" "stunned" "stunned" "stunning"); -lin stunner_N = mkN "stunner" "stunners"; -lin stunning_A = compoundA (mkA "stunning"); -lin stunningly_Adv = mkAdv "stunningly"; -lin stunt_N = mkN "stunt" "stunts"; -lin stunt_V2 = mkV2 (mkV "stunt" "stunts" "stunted" "stunted" "stunting"); -lin stupefaction_N = mkN "stupefaction" "-" {- FIXME: no plural form -}; -lin stupefy_V2 = mkV2 (mkV "stupefy" "stupefies" "stupefied" "stupefied" "stupefying"); -lin stupendous_A = compoundA (mkA "stupendous"); -lin stupendously_Adv = mkAdv "stupendously"; -lin stupid_A = compoundA (mkA "stupid"); -lin stupid_N = mkN "stupid" "IRREG"; -lin stupidity_N = mkN "stupidity" "stupidities"; -lin stupidly_Adv = mkAdv "stupidly"; -lin stupify_V2 = mkV2 (mkV "stupify" "stupifies" "stupified" "stupified" "stupifying"); -lin stupifying_A = compoundA (mkA "stupifying"); -lin stupor_N = mkN "stupor" "stupors"; -lin sturdily_Adv = mkAdv "sturdily"; -lin sturdiness_N = mkN "sturdiness" "-" {- FIXME: no plural form -}; -lin sturdy_A = mkA "sturdy" "sturdier"; -lin sturgeon_N = mkN "sturgeon" "sturgeons"; -lin stutter_N = mkN "stutter" "stutters"; -lin stutter_V = mkV "stutter" "stutters" "stuttered" "stuttered" "stuttering"; -lin stutter_V2 = mkV2 (mkV "stutter" "stutters" "stuttered" "stuttered" "stuttering"); -lin stutterer_N = mkN "stutterer" "stutterers"; -lin stutteringly_Adv = mkAdv "stutteringly"; -lin stuttgart_PN = mkPN "Stuttgart"; -lin sty_N = mkN "sty" "sties"; -lin stye_N = mkN "stye" "styes"; -lin stygian_A = compoundA (mkA "stygian"); -lin style_N = mkN "style" "styles"; -lin style_V2 = mkV2 (mkV "style" "styles" "styled" "styled" "styling"); -lin stylish_A = compoundA (mkA "stylish"); -lin stylishly_Adv = mkAdv "stylishly"; -lin stylishness_N = mkN "stylishness" "-" {- FIXME: no plural form -}; -lin stylist_N = mkN "stylist" "stylists"; -lin stylistic_A = compoundA (mkA "stylistic"); -lin stylistically_Adv = mkAdv "stylistically"; -lin stylization_N = mkN "stylization" "stylizations"; -lin stylize_V2 = mkV2 (mkV "stylize" "stylizes" "stylized" "stylized" "stylizing"); -lin stylus_N = mkN "stylus" "styluses"; -lin stymie_N = mkN "stymie" "stymies"; -lin stymie_V2 = mkV2 (mkV "stymie" "IRREG" "IRREG" "IRREG" "IRREG"); -lin styptic_A = compoundA (mkA "styptic"); -lin styptic_N = mkN "styptic" "styptics"; -lin styx_PN = mkPN "Styx"; -lin suasion_N = mkN "suasion" "-" {- FIXME: no plural form -}; -lin suave_A = compoundA (mkA "suave"); -lin suavely_Adv = mkAdv "suavely"; -lin suavity_N = mkN "suavity" "-" {- FIXME: no plural form -}; -lin sub_N = mkN "sub" "subs"; -lin sub_V = mkV "sub" "subs" "subbed" "subbed" "subbing"; -lin sub_V2 = mkV2 (mkV "sub" "subs" "subbed" "subbed" "subbing"); -lin sub_judice_A = compoundA (mkA "sub judice"); -lin sub_rosa_Adv = mkAdv "sub rosa"; -lin subaltern_N = mkN "subaltern" "subalterns"; -lin subatomic_A = compoundA (mkA "subatomic"); -lin subcommittee_N = mkN "subcommittee" "subcommittees"; -lin subconscious_A = compoundA (mkA "subconscious"); -lin subconscious_N = mkN "subconscious" "subconscioi" {- FIXME: guessed plural form -}; -lin subconsciously_Adv = mkAdv "subconsciously"; -lin subconsciousness_N = mkN "subconsciousness" "-" {- FIXME: no plural form -}; -lin subcontinent_N = mkN "subcontinent" "subcontinents"; -lin subcontract_N = mkN "subcontract" "subcontracts"; -lin subcontract_V = mkV "subcontract" "subcontracts" "subcontracted" "subcontracted" "subcontracting"; -lin subcontract_V2 = mkV2 (mkV "subcontract" "subcontracts" "subcontracted" "subcontracted" "subcontracting"); -lin subcontractor_N = mkN "subcontractor" "subcontractors"; -lin subcutaneous_A = compoundA (mkA "subcutaneous"); -lin subdivide_V = mkV "subdivide" "subdivides" "subdivided" "subdivided" "subdividing"; -lin subdivide_V2 = mkV2 (mkV "subdivide" "subdivides" "subdivided" "subdivided" "subdividing"); -lin subdivision_N = mkN "subdivision" "subdivisions"; -lin subdue_V2 = mkV2 (mkV "subdue" "subdues" "subdued" "subdued" "subduing"); -lin subedit_V2 = mkV2 (mkV "subedit" "subedits" "subedited" "subedited" "subediting"); -lin subeditor_N = mkN "subeditor" "subeditors"; -lin subfusc_A = compoundA (mkA "subfusc"); -lin subgroup_N = mkN "subgroup" "subgroups"; -lin subheading_N = mkN "subheading" "subheadings"; -lin subhuman_A = compoundA (mkA "subhuman"); -lin subject_A = compoundA (mkA "subject"); -lin subject_N = mkN "subject" "subjects"; -lin subject_V2 = mkV2 (mkV "subject" "subjects" "subjected" "subjected" "subjecting"); -lin subjection_N = mkN "subjection" "-" {- FIXME: no plural form -}; -lin subjective_A = compoundA (mkA "subjective"); -lin subjectively_Adv = mkAdv "subjectively"; -lin subjectivity_N = mkN "subjectivity" "-" {- FIXME: no plural form -}; -lin subjoin_V2 = mkV2 (mkV "subjoin" "subjoins" "subjoined" "subjoined" "subjoining"); -lin subjugate_V2 = mkV2 (mkV "subjugate" "subjugates" "subjugated" "subjugated" "subjugating"); -lin subjugation_N = mkN "subjugation" "subjugations"; -lin subjunctive_A = compoundA (mkA "subjunctive"); -lin subjunctive_N = mkN "subjunctive" "subjunctives"; -lin sublease_N = mkN "sublease" "subleases"; -lin sublease_V = mkV "sublease" "subleases" "subleased" "subleased" "subleasing"; -lin sublease_V2 = mkV2 (mkV "sublease" "subleases" "subleased" "subleased" "subleasing"); -lin sublet_V = mkV "sub" IrregEng.let_V; -lin sublet_V2 = mkV2 (mkV "sub" IrregEng.let_V); -lin sublieutenant_N = mkN "sublieutenant" "sublieutenants"; -lin sublimate_A = compoundA (mkA "sublimate"); -lin sublimate_N = mkN "sublimate" "sublimates"; -lin sublimate_V2 = mkV2 (mkV "sublimate" "sublimates" "sublimated" "sublimated" "sublimating"); -lin sublimation_N = mkN "sublimation" "sublimations"; -lin sublime_A = compoundA (mkA "sublime"); -lin sublime_N = mkN "sublime" "IRREG"; -lin sublimely_Adv = mkAdv "sublimely"; -lin subliminal_A = compoundA (mkA "subliminal"); -lin sublimity_N = mkN "sublimity" "-" {- FIXME: no plural form -}; -lin submarine_A = compoundA (mkA "submarine"); -lin submarine_N = mkN "submarine" "submarines"; -lin submariner_N = mkN "submariner" "submariners"; -lin submerge_V = mkV "submerge" "submerges" "submerged" "submerged" "submerging"; -lin submerge_V2 = mkV2 (mkV "submerge" "submerges" "submerged" "submerged" "submerging"); -lin submerged_A = compoundA (mkA "submerged"); -lin submergence_N = mkN "submergence" "-" {- FIXME: no plural form -}; -lin submersible_A = compoundA (mkA "submersible"); -lin submersion_N = mkN "submersion" "-" {- FIXME: no plural form -}; -lin submission_N = mkN "submission" "submissions"; -lin submissive_A = compoundA (mkA "submissive"); -lin submissively_Adv = mkAdv "submissively"; -lin submissiveness_N = mkN "submissiveness" "-" {- FIXME: no plural form -}; -lin submit_V = mkV "submit" "submits" "submitted" "submitted" "submitting"; -lin submit_V2 = mkV2 (mkV "submit" "submits" "submitted" "submitted" "submitting"); -lin subnormal_A = compoundA (mkA "subnormal"); -lin subnormal_N = mkN "subnormal" "subnormals"; -lin suborbital_A = compoundA (mkA "suborbital"); -lin subordinate_A = compoundA (mkA "subordinate"); -lin subordinate_N = mkN "subordinate" "subordinates"; -lin subordinate_V2 = mkV2 (mkV "subordinate" "subordinates" "subordinated" "subordinated" "subordinating"); -lin subordination_N = mkN "subordination" "subordinations"; -lin subordinative_A = compoundA (mkA "subordinative"); -lin suborn_V2 = mkV2 (mkV "suborn" "suborns" "suborned" "suborned" "suborning"); -lin subornation_N = mkN "subornation" "-" {- FIXME: no plural form -}; -lin subpoena_N = mkN "subpoena" "subpoenas"; -lin subpoena_V2 = mkV2 (mkV "subpoena" "subpoenas" "subpoenaed" "subpoenaed" "subpoenaing"); -lin subscribe_V = mkV "subscribe" "subscribes" "subscribed" "subscribed" "subscribing"; -lin subscribe_V2 = mkV2 (mkV "subscribe" "subscribes" "subscribed" "subscribed" "subscribing"); -lin subscriber_N = mkN "subscriber" "subscribers"; -lin subscript_N = mkN "subscript" "subscripts"; -lin subscription_N = mkN "subscription" "subscriptions"; -lin subsection_N = mkN "subsection" "subsections"; -lin subsequent_A = compoundA (mkA "subsequent"); -lin subsequently_Adv = mkAdv "subsequently"; -lin subserve_V2 = mkV2 (mkV "subserve" "subserves" "subserved" "subserved" "subserving"); -lin subservience_N = mkN "subservience" "-" {- FIXME: no plural form -}; -lin subservient_A = compoundA (mkA "subservient"); -lin subserviently_Adv = mkAdv "subserviently"; -lin subside_V = mkV "subside" "subsides" "subsided" "subsided" "subsiding"; -lin subsidence_N = mkN "subsidence" "subsidences"; -lin subsidiary_A = compoundA (mkA "subsidiary"); -lin subsidiary_N = mkN "subsidiary" "subsidiaries"; -lin subsidization_N = mkN "subsidization" "-" {- FIXME: no plural form -}; -lin subsidize_V2 = mkV2 (mkV "subsidize" "subsidizes" "subsidized" "subsidized" "subsidizing"); -lin subsidy_N = mkN "subsidy" "subsidies"; -lin subsist_V = mkV "subsist" "subsists" "subsisted" "subsisted" "subsisting"; -lin subsistence_N = mkN "subsistence" "-" {- FIXME: no plural form -}; -lin subsoil_N = mkN "subsoil" "-" {- FIXME: no plural form -}; -lin subsonic_A = compoundA (mkA "subsonic"); -lin substance_N = mkN "substance" "substances"; -lin substandard_A = compoundA (mkA "substandard"); -lin substantial_A = compoundA (mkA "substantial"); -lin substantially_Adv = mkAdv "substantially"; -lin substantiate_V2 = mkV2 (mkV "substantiate" "substantiates" "substantiated" "substantiated" "substantiating"); -lin substantiation_N = mkN "substantiation" "substantiations"; -lin substantival_A = compoundA (mkA "substantival"); -lin substantive_A = compoundA (mkA "substantive"); -lin substantive_N = mkN "substantive" "substantives"; -lin substation_N = mkN "substation" "substations"; -lin substitute_N = mkN "substitute" "substitutes"; -lin substitute_V = mkV "substitute" "substitutes" "substituted" "substituted" "substituting"; -lin substitute_V2 = mkV2 (mkV "substitute" "substitutes" "substituted" "substituted" "substituting"); -lin substitution_N = mkN "substitution" "substitutions"; -lin substrate_N = mkN "substrate" "substrates"; -lin substratum_N = mkN "substratum" "substrata" {- FIXME: guessed plural form -}; -lin substructure_N = mkN "substructure" "substructures"; -lin subsume_V2 = mkV2 (mkV "subsume" "subsumes" "subsumed" "subsumed" "subsuming"); -lin subtend_V2 = mkV2 (mkV "subtend" "subtends" "subtended" "subtended" "subtending"); -lin subterfuge_N = mkN "subterfuge" "subterfuges"; -lin subterranean_A = compoundA (mkA "subterranean"); -lin subtitle_N = mkN "subtitle" "subtitles"; -lin subtle_A = mkA "subtle" "subtler"; -lin subtlety_N = mkN "subtlety" "subtleties"; -lin subtly_Adv = mkAdv "subtly"; -lin subtopia_N = mkN "subtopia" "-" {- FIXME: no plural form -}; -lin subtract_V2 = mkV2 (mkV "subtract" "subtracts" "subtracted" "subtracted" "subtracting"); -lin subtraction_N = mkN "subtraction" "subtractions"; -lin subtropical_A = compoundA (mkA "subtropical"); -lin suburb_N = mkN "suburb" "suburbs"; -lin suburban_A = compoundA (mkA "suburban"); -lin suburbia_N = mkN "suburbia" "-" {- FIXME: no plural form -}; -lin subvention_N = mkN "subvention" "subventions"; -lin subversion_N = mkN "subversion" "-" {- FIXME: no plural form -}; -lin subversive_A = compoundA (mkA "subversive"); -lin subversive_N = mkN "subversive" "subversives"; -lin subvert_V2 = mkV2 (mkV "subvert" "subverts" "subverted" "subverted" "subverting"); -lin subway_N = mkN "subway" "subways"; -lin succeed_V = mkV "succeed" "succeeds" "succeeded" "succeeded" "succeeding"; -lin succeed_V2 = mkV2 (mkV "succeed" "succeeds" "succeeded" "succeeded" "succeeding"); -lin success_N = mkN "success" "successes"; -lin successful_A = compoundA (mkA "successful"); -lin successfully_Adv = mkAdv "successfully"; -lin succession_N = mkN "succession" "successions"; -lin successive_A = compoundA (mkA "successive"); -lin successively_Adv = mkAdv "successively"; -lin successor_N = mkN "successor" "successors"; -lin succinct_A = compoundA (mkA "succinct"); -lin succinctly_Adv = mkAdv "succinctly"; -lin succinctness_N = mkN "succinctness" "-" {- FIXME: no plural form -}; -lin succour_N = mkN "succour" "-" {- FIXME: no plural form -}; -lin succour_V2 = mkV2 (mkV "succour" "succours" "succoured" "succoured" "succouring"); -lin succubus_N = mkN "succubus" "succubuses"; -lin succulence_N = mkN "succulence" "-" {- FIXME: no plural form -}; -lin succulent_A = compoundA (mkA "succulent"); -lin succulent_N = mkN "succulent" "succulents"; -lin succumb_V = mkV "succumb" "succumbs" "succumbed" "succumbed" "succumbing"; -lin such_A = compoundA (mkA "such"); -lin suchlike_A = compoundA (mkA "suchlike"); -lin suchow_PN = mkPN "Suchow"; -lin suck_N = mkN "suck" "sucks"; -lin suck_V = mkV "suck" "sucks" "sucked" "sucked" "sucking"; -lin suck_V2 = mkV2 (mkV "suck" "sucks" "sucked" "sucked" "sucking"); -lin sucker_N = mkN "sucker" "suckers"; -lin sucking_pig_N = mkN "sucking-pig" "sucking-pigs"; -lin suckle_V2 = mkV2 (mkV "suckle" "suckles" "suckled" "suckled" "suckling"); -lin suckling_N = mkN "suckling" "sucklings"; -lin suction_N = mkN "suction" "-" {- FIXME: no plural form -}; -lin sudan_PN = mkPN "Sudan"; -lin sudanese_A = compoundA (mkA "sudanese"); -lin sudanese_N = mkN "sudanese" "sudanese"; -lin sudbury_PN = mkPN "Sudbury"; -lin sudden_A = compoundA (mkA "sudden"); -lin sudden_N = mkN "sudden" "IRREG"; -lin suddenly_Adv = mkAdv "suddenly"; -lin suddenness_N = mkN "suddenness" "-" {- FIXME: no plural form -}; -lin sue_PN = mkPN "Sue"; -lin sue_V = mkV "sue" "sues" "sued" "sued" "suing"; -lin sue_V2 = mkV2 (mkV "sue" "sues" "sued" "sued" "suing"); -lin suede_N = mkN "suede" "-" {- FIXME: no plural form -}; -lin suet_N = mkN "suet" "-" {- FIXME: no plural form -}; -lin suety_A = compoundA (mkA "suety"); -lin suffer_V = mkV "suffer" "suffers" "suffered" "suffered" "suffering"; -lin suffer_V2 = mkV2 (mkV "suffer" "suffers" "suffered" "suffered" "suffering"); -lin sufferable_A = compoundA (mkA "sufferable"); -lin sufferance_N = mkN "sufferance" "-" {- FIXME: no plural form -}; -lin sufferer_N = mkN "sufferer" "sufferers"; -lin suffering_N = mkN "suffering" "sufferings"; -lin suffice_V = mkV "suffice" "suffices" "sufficed" "sufficed" "sufficing"; -lin suffice_V2 = mkV2 (mkV "suffice" "suffices" "sufficed" "sufficed" "sufficing"); -lin sufficiency_N = mkN "sufficiency" "-" {- FIXME: no plural form -}; -lin sufficient_A = compoundA (mkA "sufficient"); -lin sufficiently_Adv = mkAdv "sufficiently"; -lin suffix_N = mkN "suffix" "suffixes"; -lin suffocate_V = mkV "suffocate" "suffocates" "suffocated" "suffocated" "suffocating"; -lin suffocate_V2 = mkV2 (mkV "suffocate" "suffocates" "suffocated" "suffocated" "suffocating"); -lin suffocation_N = mkN "suffocation" "-" {- FIXME: no plural form -}; -lin suffolk_PN = mkPN "Suffolk"; -lin suffragan_N = mkN "suffragan" "suffragans"; -lin suffrage_N = mkN "suffrage" "suffrages"; -lin suffragette_N = mkN "suffragette" "suffragettes"; -lin suffuse_V2 = mkV2 (mkV "suffuse" "suffuses" "suffused" "suffused" "suffusing"); -lin suffusion_N = mkN "suffusion" "-" {- FIXME: no plural form -}; -lin sugar_N = mkN "sugar" "sugars"; -lin sugar_V2 = mkV2 (mkV "sugar" "sugars" "sugared" "sugared" "sugaring"); -lin sugar_beet_N = mkN "sugar-beet" "sugar-beet"; -lin sugar_candy_N = mkN "sugar-candy" "sugar-candies"; -lin sugar_cane_N = mkN "sugar-cane" "-" {- FIXME: no plural form -}; -lin sugar_coated_A = compoundA (mkA "sugar-coated"); -lin sugar_daddy_N = mkN "sugar-daddy" "sugar-daddies"; -lin sugar_loaf_N = mkN "sugar-loaf" "-" {- FIXME: no plural form -}; -lin sugar_refinery_N = mkN "sugar-refinery" "sugar-refineries"; -lin sugarlump_N = mkN "sugarlump" "sugarlumps"; -lin sugary_A = mkA "sugary" "sugarier"; -lin suggest_V2 = mkV2 (mkV "suggest" "suggests" "suggested" "suggested" "suggesting"); -lin suggestibility_N = mkN "suggestibility" "-" {- FIXME: no plural form -}; -lin suggestible_A = compoundA (mkA "suggestible"); -lin suggestion_N = mkN "suggestion" "suggestions"; -lin suggestive_A = compoundA (mkA "suggestive"); -lin suggestively_Adv = mkAdv "suggestively"; -lin suicidal_A = compoundA (mkA "suicidal"); -lin suicide_N = mkN "suicide" "suicides"; -lin suit_N = mkN "suit" "suits"; -lin suit_V = mkV "suit" "suits" "suited" "suited" "suiting"; -lin suit_V2 = mkV2 (mkV "suit" "suits" "suited" "suited" "suiting"); -lin suitability_N = mkN "suitability" "-" {- FIXME: no plural form -}; -lin suitable_A = compoundA (mkA "suitable"); -lin suitableness_N = mkN "suitableness" "-" {- FIXME: no plural form -}; -lin suitably_Adv = mkAdv "suitably"; -lin suitcase_N = mkN "suitcase" "suitcases"; -lin suite_N = mkN "suite" "suites"; -lin suiting_N = mkN "suiting" "-" {- FIXME: no plural form -}; -lin suitor_N = mkN "suitor" "suitors"; -lin sulk_N = mkN "sulk" "sulks"; -lin sulk_V = mkV "sulk" "sulks" "sulked" "sulked" "sulking"; -lin sulkily_Adv = mkAdv "sulkily"; -lin sulkiness_N = mkN "sulkiness" "-" {- FIXME: no plural form -}; -lin sulky_A = mkA "sulky" "sulkier"; -lin sulky_N = mkN "sulky" "sulkies"; -lin sullen_A = compoundA (mkA "sullen"); -lin sullenly_Adv = mkAdv "sullenly"; -lin sullenness_N = mkN "sullenness" "-" {- FIXME: no plural form -}; -lin sully_V2 = mkV2 (mkV "sully" "sullies" "sullied" "sullied" "sullying"); -lin sulpha_N = mkN "sulpha" "-" {- FIXME: no plural form -}; -lin sulphate_N = mkN "sulphate" "sulphates"; -lin sulphide_N = mkN "sulphide" "sulphides"; -lin sulphur_N = mkN "sulphur" "-" {- FIXME: no plural form -}; -lin sulphuretted_A = compoundA (mkA "sulphuretted"); -lin sulphuric_A = compoundA (mkA "sulphuric"); -lin sulphurous_A = compoundA (mkA "sulphurous"); -lin sultan_N = mkN "sultan" "sultans"; -lin sultana_N = mkN "sultana" "sultanas"; -lin sultanate_N = mkN "sultanate" "sultanates"; -lin sultrily_Adv = mkAdv "sultrily"; -lin sultriness_N = mkN "sultriness" "-" {- FIXME: no plural form -}; -lin sultry_A = mkA "sultry" "sultrier"; -lin sum_N = mkN "sum" "sums"; -lin sum_V = mkV "sum" "sums" "summed" "summed" "summing"; -lin sum_V2 = mkV2 (mkV "sum" "sums" "summed" "summed" "summing"); -lin sumac_N = mkN "sumac" "-" {- FIXME: no plural form -}; -lin sumach_N = mkN "sumach" "-" {- FIXME: no plural form -}; -lin sumatra_PN = mkPN "Sumatra"; -lin sumatran_A = compoundA (mkA "sumatran"); -lin sumatran_N = mkN "sumatran" "sumatrans"; -lin summarily_Adv = mkAdv "summarily"; -lin summarize_V2 = mkV2 (mkV "summarize" "summarizes" "summarized" "summarized" "summarizing"); -lin summary_A = compoundA (mkA "summary"); -lin summary_N = mkN "summary" "summaries"; -lin summation_N = mkN "summation" "summations"; -lin summer_N = mkN "summer" "summers"; -lin summer_V = mkV "summer" "summers" "summered" "summered" "summering"; -lin summerhouse_N = mkN "summerhouse" "summerhouses"; -lin summertime_N = mkN "summertime" "summertimes"; -lin summery_A = mkA "summery" "summerier"; -lin summing_up_N = mkN "summing-up" "summing-ups"; -lin summit_N = mkN "summit" "summits"; -lin summon_V2 = mkV2 (mkV "summon" "summons" "summoned" "summoned" "summoning"); -lin summons_N = mkN "summons" "summonses"; -lin summons_V2 = mkV2 (mkV "summons" "summonses" "summonsed" "summonsed" "summonsing"); -lin sump_N = mkN "sump" "sumps"; -lin sumpter_N = mkN "sumpter" "sumpters"; -lin sumptuary_A = compoundA (mkA "sumptuary"); -lin sumptuous_A = compoundA (mkA "sumptuous"); -lin sumptuously_Adv = mkAdv "sumptuously"; -lin sumptuousness_N = mkN "sumptuousness" "-" {- FIXME: no plural form -}; -lin sun_N = mkN "sun" "suns"; -lin sun_PN = mkPN "Sun"; -lin sun_V2 = mkV2 (mkV "sun" "suns" "sunned" "sunned" "sunning"); -lin sun_drenched_A = compoundA (mkA "sun-drenched"); -lin sun_dried_A = compoundA (mkA "sun-dried"); -lin sun_god_N = mkN "sun-god" "sun-gods"; -lin sun_helmet_N = mkN "sun-helmet" "sun-helmets"; -lin sun_lounge_N = mkN "sun-lounge" "sun-lounges"; -lin sun_parlour_N = mkN "sun-parlour" "sun-parlours"; -lin sun_porch_N = mkN "sun-porch" "sun-porches"; -lin sun_up_N = mkN "sun-up" "-" {- FIXME: no plural form -}; -lin sun_visor_N = mkN "sun-visor" "sun-visors"; -lin sun_worship_N = mkN "sun-worship" "-" {- FIXME: no plural form -}; -lin sunbaked_A = compoundA (mkA "sunbaked"); -lin sunbathe_N = mkN "sunbathe" "IRREG"; -lin sunbathe_V = mkV "sunbathe" "sunbathes" "sunbathed" "sunbathed" "sunbathing"; -lin sunbeam_N = mkN "sunbeam" "sunbeams"; -lin sunblind_N = mkN "sunblind" "sunblinds"; -lin sunbonnet_N = mkN "sunbonnet" "sunbonnets"; -lin sunburn_N = mkN "sunburn" "sunburns"; -lin sunburned_A = compoundA (mkA "sunburned"); -lin sunburnt_A = compoundA (mkA "sunburnt"); -lin sunburst_N = mkN "sunburst" "sunbursts"; -lin sundae_N = mkN "sundae" "sundaes"; -lin sunday_N = mkN "sunday" "sundays"; -lin sunday_PN = mkPN "Sunday"; -lin sunder_N = mkN "sunder" "-" {- FIXME: no plural form -}; -lin sunder_V2 = mkV2 (mkV "sunder" "sunders" "sundered" "sundered" "sundering"); -lin sunderland_PN = mkPN "Sunderland"; -lin sundial_N = mkN "sundial" "sundials"; -lin sundown_N = mkN "sundown" "-" {- FIXME: no plural form -}; -lin sundowner_N = mkN "sundowner" "sundowners"; -lin sundry_A = compoundA (mkA "sundry"); -lin sunfish_N = mkN "sunfish" "sunfish"; -lin sunflower_N = mkN "sunflower" "sunflowers"; -lin sunhat_N = mkN "sunhat" "sunhats"; -lin sunlamp_N = mkN "sunlamp" "sunlamps"; -lin sunless_A = compoundA (mkA "sunless"); -lin sunlight_N = mkN "sunlight" "-" {- FIXME: no plural form -}; -lin sunlit_A = compoundA (mkA "sunlit"); -lin sunnily_Adv = mkAdv "sunnily"; -lin sunny_A = mkA "sunny" "sunnier"; -lin sunray_A = compoundA (mkA "sunray"); -lin sunrise_N = mkN "sunrise" "sunrises"; -lin sunroof_N = mkN "sunroof" "sunroofs"; -lin sunset_N = mkN "sunset" "sunsets"; -lin sunshade_N = mkN "sunshade" "sunshades"; -lin sunshine_N = mkN "sunshine" "-" {- FIXME: no plural form -}; -lin sunshine_roof_N = mkN "sunshine-roof" "sunshine-roofs"; -lin sunspot_N = mkN "sunspot" "sunspots"; -lin sunstroke_N = mkN "sunstroke" "-" {- FIXME: no plural form -}; -lin suntan_N = mkN "suntan" "suntans"; -lin suntrap_N = mkN "suntrap" "suntraps"; -lin sup_N = mkN "sup" "sups"; -lin sup_V = mkV "sup" "sups" "supped" "supped" "supping"; -lin sup_V2 = mkV2 (mkV "sup" "sups" "supped" "supped" "supping"); -lin super_A = compoundA (mkA "super"); -lin super_N = mkN "super" "supers"; -lin superabundance_N = mkN "superabundance" "IRREG"; -lin superabundant_A = compoundA (mkA "superabundant"); -lin superannuate_V2 = mkV2 (mkV "superannuate" "superannuates" "superannuated" "superannuated" "superannuating"); -lin superannuated_A = compoundA (mkA "superannuated"); -lin superannuation_N = mkN "superannuation" "superannuations"; -lin superb_A = compoundA (mkA "superb"); -lin superbly_Adv = mkAdv "superbly"; -lin supercargo_N = mkN "supercargo" "supercargoes"; -lin supercharged_A = compoundA (mkA "supercharged"); -lin supercharger_N = mkN "supercharger" "superchargers"; -lin supercilious_A = compoundA (mkA "supercilious"); -lin superciliously_Adv = mkAdv "superciliously"; -lin superciliousness_N = mkN "superciliousness" "-" {- FIXME: no plural form -}; -lin superego_N = mkN "superego" "-" {- FIXME: no plural form -}; -lin supererogation_N = mkN "supererogation" "-" {- FIXME: no plural form -}; -lin superfatted_A = compoundA (mkA "superfatted"); -lin superficial_A = compoundA (mkA "superficial"); -lin superficiality_N = mkN "superficiality" "superficialities"; -lin superficially_Adv = mkAdv "superficially"; -lin superficies_N = mkN "superficies" "superficies"; -lin superfine_A = compoundA (mkA "superfine"); -lin superfluity_N = mkN "superfluity" "superfluities"; -lin superfluous_A = compoundA (mkA "superfluous"); -lin superfluously_Adv = mkAdv "superfluously"; -lin superhuman_A = compoundA (mkA "superhuman"); -lin superimpose_V2 = mkV2 (mkV "superimpose" "superimposes" "superimposed" "superimposed" "superimposing"); -lin superintend_V = mkV "superintend" "superintends" "superintended" "superintended" "superintending"; -lin superintend_V2 = mkV2 (mkV "superintend" "superintends" "superintended" "superintended" "superintending"); -lin superintendence_N = mkN "superintendence" "-" {- FIXME: no plural form -}; -lin superintendent_N = mkN "superintendent" "superintendents"; -lin superior_A = compoundA (mkA "superior"); -lin superior_N = mkN "superior" "superiors"; -lin superiority_N = mkN "superiority" "-" {- FIXME: no plural form -}; -lin superlative_A = compoundA (mkA "superlative"); -lin superlative_N = mkN "superlative" "superlatives"; -lin superman_N = mkN "superman" "supermen" {- FIXME: guessed plural form -}; -lin supermarket_N = mkN "supermarket" "supermarkets"; -lin supernal_A = compoundA (mkA "supernal"); -lin supernatural_A = compoundA (mkA "supernatural"); -lin supernaturally_Adv = mkAdv "supernaturally"; -lin supernormal_A = compoundA (mkA "supernormal"); -lin supernumerary_N = mkN "supernumerary" "supernumeraries"; -lin superscription_N = mkN "superscription" "superscriptions"; -lin supersede_V2 = mkV2 (mkV "supersede" "supersedes" "superseded" "superseded" "superseding"); -lin supersession_N = mkN "supersession" "-" {- FIXME: no plural form -}; -lin supersonic_A = compoundA (mkA "supersonic"); -lin superstition_N = mkN "superstition" "superstitions"; -lin superstitious_A = compoundA (mkA "superstitious"); -lin superstitiously_Adv = mkAdv "superstitiously"; -lin superstructure_N = mkN "superstructure" "superstructures"; -lin supertax_N = mkN "supertax" "supertaxes"; -lin supervene_V = mkV "supervene" "supervenes" "supervened" "supervened" "supervening"; -lin supervise_V = mkV "supervise" "supervises" "supervised" "supervised" "supervising"; -lin supervise_V2 = mkV2 (mkV "supervise" "supervises" "supervised" "supervised" "supervising"); -lin supervision_N = mkN "supervision" "supervisions"; -lin supervisor_N = mkN "supervisor" "supervisors"; -lin supervisory_A = compoundA (mkA "supervisory"); -lin supine_A = compoundA (mkA "supine"); -lin supinely_Adv = mkAdv "supinely"; -lin supper_N = mkN "supper" "suppers"; -lin supperless_A = compoundA (mkA "supperless"); -lin supplant_V2 = mkV2 (mkV "supplant" "supplants" "supplanted" "supplanted" "supplanting"); -lin supplanter_N = mkN "supplanter" "supplanters"; -lin supple_A = mkA "supple" "suppler"; -lin supplement_N = mkN "supplement" "supplements"; -lin supplement_V2 = mkV2 (mkV "supplement" "supplements" "supplemented" "supplemented" "supplementing"); -lin supplementary_A = compoundA (mkA "supplementary"); -lin suppleness_N = mkN "suppleness" "-" {- FIXME: no plural form -}; -lin suppliant_A = compoundA (mkA "suppliant"); -lin suppliant_N = mkN "suppliant" "suppliants"; -lin supplicant_N = mkN "supplicant" "supplicants"; -lin supplicate_V = mkV "supplicate" "supplicates" "supplicated" "supplicated" "supplicating"; -lin supplicate_V2 = mkV2 (mkV "supplicate" "supplicates" "supplicated" "supplicated" "supplicating"); -lin supplication_N = mkN "supplication" "supplications"; -lin supplier_N = mkN "supplier" "suppliers"; -lin supply_N = mkN "supply" "supplies"; -lin supply_V2 = mkV2 (mkV "supply" "supplies" "supplied" "supplied" "supplying"); -lin support_N = mkN "support" "supports"; -lin support_V2 = mkV2 (mkV "support" "supports" "supported" "supported" "supporting"); -lin supportable_A = compoundA (mkA "supportable"); -lin supporter_N = mkN "supporter" "supporters"; -lin suppose_V2 = mkV2 (mkV "suppose" "supposes" "supposed" "supposed" "supposing"); -lin supposed_A = compoundA (mkA "supposed"); -lin supposedly_Adv = mkAdv "supposedly"; -lin supposition_N = mkN "supposition" "suppositions"; -lin suppository_N = mkN "suppository" "suppositories"; -lin suppress_V2 = mkV2 (mkV "suppress" "suppresses" "suppressed" "suppressed" "suppressing"); -lin suppression_N = mkN "suppression" "suppressions"; -lin suppressive_A = compoundA (mkA "suppressive"); -lin suppressor_N = mkN "suppressor" "suppressors"; -lin suppurate_V = mkV "suppurate" "suppurates" "suppurated" "suppurated" "suppurating"; -lin suppuration_N = mkN "suppuration" "suppurations"; -lin supra_Adv = mkAdv "supra"; -lin supranational_A = compoundA (mkA "supranational"); -lin supremacy_N = mkN "supremacy" "-" {- FIXME: no plural form -}; -lin supreme_A = compoundA (mkA "supreme"); -lin supremely_Adv = mkAdv "supremely"; -lin supt_PN = mkPN "Supt"; -lin surabaja_PN = mkPN "Surabaja"; -lin surcharge_N = mkN "surcharge" "surcharges"; -lin surcharge_V2 = mkV2 (mkV "surcharge" "surcharges" "surcharged" "surcharged" "surcharging"); -lin surd_N = mkN "surd" "surds"; -lin sure_A = mkA "sure" "surer"; -lin sure_Adv = mkAdv "sure"; -lin sure_footed_A = compoundA (mkA "sure-footed"); -lin surely_Adv = mkAdv "surely"; -lin sureness_N = mkN "sureness" "-" {- FIXME: no plural form -}; -lin surety_N = mkN "surety" "sureties"; -lin surf_N = mkN "surf" "-" {- FIXME: no plural form -}; -lin surface_N = mkN "surface" "surfaces"; -lin surface_V = mkV "surface" "surfaces" "surfaced" "surfaced" "surfacing"; -lin surface_V2 = mkV2 (mkV "surface" "surfaces" "surfaced" "surfaced" "surfacing"); -lin surface_to_air_A = compoundA (mkA "surface-to-air"); -lin surfboard_N = mkN "surfboard" "surfboards"; -lin surfboat_N = mkN "surfboat" "surfboats"; -lin surfeit_N = mkN "surfeit" "surfeits"; -lin surfeit_V2 = mkV2 (mkV "surfeit" "surfeits" "surfeited" "surfeited" "surfeiting"); -lin surfing_N = mkN "surfing" "-" {- FIXME: no plural form -}; -lin surfriding_N = mkN "surfriding" "-" {- FIXME: no plural form -}; -lin surge_N = mkN "surge" "surges"; -lin surge_V = mkV "surge" "surges" "surged" "surged" "surging"; -lin surgeon_N = mkN "surgeon" "surgeons"; -lin surgery_N = mkN "surgery" "surgeries"; -lin surgical_A = compoundA (mkA "surgical"); -lin surgically_Adv = mkAdv "surgically"; -lin surlily_Adv = mkAdv "surlily"; -lin surliness_N = mkN "surliness" "-" {- FIXME: no plural form -}; -lin surly_A = mkA "surly" "surlier"; -lin surmise_N = mkN "surmise" "surmises"; -lin surmise_V = mkV "surmise" "surmises" "surmised" "surmised" "surmising"; -lin surmise_V2 = mkV2 (mkV "surmise" "surmises" "surmised" "surmised" "surmising"); -lin surmount_V2 = mkV2 (mkV "surmount" "surmounts" "surmounted" "surmounted" "surmounting"); -lin surmountable_A = compoundA (mkA "surmountable"); -lin surname_N = mkN "surname" "surnames"; -lin surpass_V2 = mkV2 (mkV "surpass" "surpasses" "surpassed" "surpassed" "surpassing"); -lin surpassing_A = compoundA (mkA "surpassing"); -lin surpassingly_Adv = mkAdv "surpassingly"; -lin surplice_N = mkN "surplice" "surplices"; -lin surpliced_A = compoundA (mkA "surpliced"); -lin surplus_N = mkN "surplus" "surpluses"; -lin surprise_N = mkN "surprise" "surprises"; -lin surprise_V2 = mkV2 (mkV "surprise" "surprises" "surprised" "surprised" "surprising"); -lin surprised_A = compoundA (mkA "surprised"); -lin surprisedly_Adv = mkAdv "surprisedly"; -lin surprising_A = compoundA (mkA "surprising"); -lin surprisingly_Adv = mkAdv "surprisingly"; -lin surrealism_N = mkN "surrealism" "-" {- FIXME: no plural form -}; -lin surrealist_N = mkN "surrealist" "surrealists"; -lin surrealistic_A = compoundA (mkA "surrealistic"); -lin surrender_N = mkN "surrender" "surrenders"; -lin surrender_V = mkV "surrender" "surrenders" "surrendered" "surrendered" "surrendering"; -lin surrender_V2 = mkV2 (mkV "surrender" "surrenders" "surrendered" "surrendered" "surrendering"); -lin surreptitious_A = compoundA (mkA "surreptitious"); -lin surreptitiously_Adv = mkAdv "surreptitiously"; -lin surrey_PN = mkPN "Surrey"; -lin surrogate_A = compoundA (mkA "surrogate"); -lin surrogate_N = mkN "surrogate" "surrogates"; -lin surround_N = mkN "surround" "surrounds"; -lin surround_V2 = mkV2 (mkV "surround" "surrounds" "surrounded" "surrounded" "surrounding"); -lin surrounding_A = compoundA (mkA "surrounding"); -lin surtax_N = mkN "surtax" "surtaxes"; -lin surtax_V2 = mkV2 (mkV "surtax" "surtaxes" "surtaxed" "surtaxed" "surtaxing"); -lin surveillance_N = mkN "surveillance" "-" {- FIXME: no plural form -}; -lin survey_N = mkN "survey" "surveys"; -lin survey_V2 = mkV2 (mkV "survey" "surveys" "surveyed" "surveyed" "surveying"); -lin surveying_N = mkN "surveying" "-" {- FIXME: no plural form -}; -lin surveyor_N = mkN "surveyor" "surveyors"; -lin survival_N = mkN "survival" "survivals"; -lin survive_V = mkV "survive" "survives" "survived" "survived" "surviving"; -lin survive_V2 = mkV2 (mkV "survive" "survives" "survived" "survived" "surviving"); -lin survivor_N = mkN "survivor" "survivors"; -lin susan_PN = mkPN "Susan"; -lin susanna_PN = mkPN "Susanna"; -lin susceptibility_N = mkN "susceptibility" "susceptibilities"; -lin susceptible_A = compoundA (mkA "susceptible"); -lin susie_PN = mkPN "Susie"; -lin suspect_A = compoundA (mkA "suspect"); -lin suspect_N = mkN "suspect" "suspects"; -lin suspect_V2 = mkV2 (mkV "suspect" "suspects" "suspected" "suspected" "suspecting"); -lin suspend_V2 = mkV2 (mkV "suspend" "suspends" "suspended" "suspended" "suspending"); -lin suspender_N = mkN "suspender" "suspenders"; -lin suspense_N = mkN "suspense" "-" {- FIXME: no plural form -}; -lin suspension_N = mkN "suspension" "-" {- FIXME: no plural form -}; -lin suspicion_N = mkN "suspicion" "suspicions"; -lin suspicious_A = compoundA (mkA "suspicious"); -lin suspiciously_Adv = mkAdv "suspiciously"; -lin suss_V2 = mkV2 (mkV "suss" "susses" "sussed" "sussed" "sussing"); -lin sussex_PN = mkPN "Sussex"; -lin sustain_V2 = mkV2 (mkV "sustain" "sustains" "sustained" "sustained" "sustaining"); -lin sustenance_N = mkN "sustenance" "-" {- FIXME: no plural form -}; -lin suttee_N = mkN "suttee" "suttees"; -lin sutton_PN = mkPN "Sutton"; -lin sutton_at_hone_PN = mkPN "Sutton-at-hone"; -lin sutton_coldfield_PN = mkPN "Sutton coldfield"; -lin sutton_in_ashfield_PN = mkPN "Sutton in ashfield"; -lin suture_N = mkN "suture" "sutures"; -lin suzanne_PN = mkPN "Suzanne"; -lin suzerain_N = mkN "suzerain" "suzerains"; -lin suzerainty_N = mkN "suzerainty" "suzerainties"; -lin svelte_A = compoundA (mkA "svelte"); -lin sverdlovsk_PN = mkPN "Sverdlovsk"; -lin swab_N = mkN "swab" "swabs"; -lin swab_V2 = mkV2 (mkV "swab" "swabs" "swabbed" "swabbed" "swabbing"); -lin swaddle_V2 = mkV2 (mkV "swaddle" "swaddles" "swaddled" "swaddled" "swaddling"); -lin swadlincote_PN = mkPN "Swadlincote"; -lin swag_N = mkN "swag" "-" {- FIXME: no plural form -}; -lin swagger_A = compoundA (mkA "swagger"); -lin swagger_N = mkN "swagger" "swaggers"; -lin swagger_V = mkV "swagger" "swaggers" "swaggered" "swaggered" "swaggering"; -lin swaggerer_N = mkN "swaggerer" "swaggerers"; -lin swahili_N = mkN "swahili" "-" {- FIXME: no plural form -}; -lin swain_N = mkN "swain" "swains"; -lin swallow_N = mkN "swallow" "swallows"; -lin swallow_V = mkV "swallow" "swallows" "swallowed" "swallowed" "swallowing"; -lin swallow_V2 = mkV2 (mkV "swallow" "swallows" "swallowed" "swallowed" "swallowing"); -lin swallow_tailed_A = compoundA (mkA "swallow-tailed"); -lin swami_N = mkN "swami" "swamis"; -lin swamp_N = mkN "swamp" "swamps"; -lin swamp_V2 = mkV2 (mkV "swamp" "swamps" "swamped" "swamped" "swamping"); -lin swampy_A = mkA "swampy" "swampier"; -lin swan's_down_N = mkN "swan's-down" "-" {- FIXME: no plural form -}; -lin swan_N = mkN "swan" "swans"; -lin swan_V = mkV "swan" "swans" "swanned" "swanned" "swanning"; -lin swan_song_N = mkN "swan-song" "swan-songs"; -lin swanage_PN = mkPN "Swanage"; -lin swank_N = mkN "swank" "swanks"; -lin swank_V = mkV "swank" "swanks" "swanked" "swanked" "swanking"; -lin swanky_A = mkA "swanky" "swankier"; -lin swanley_PN = mkPN "Swanley"; -lin swansea_PN = mkPN "Swansea"; -lin swap_N = mkN "swap" "swaps"; -lin swap_V = mkV "swap" "swaps" "swapped" "swapped" "swapping"; -lin swap_V2 = mkV2 (mkV "swap" "swaps" "swapped" "swapped" "swapping"); -lin sward_N = mkN "sward" "-" {- FIXME: no plural form -}; -lin swarm_N = mkN "swarm" "swarms"; -lin swarm_V = mkV "swarm" "swarms" "swarmed" "swarmed" "swarming"; -lin swarm_V2 = mkV2 (mkV "swarm" "swarms" "swarmed" "swarmed" "swarming"); -lin swarthy_A = compoundA (mkA "swarthy"); -lin swashbuckler_N = mkN "swashbuckler" "swashbucklers"; -lin swashbuckling_A = compoundA (mkA "swashbuckling"); -lin swashbuckling_N = mkN "swashbuckling" "-" {- FIXME: no plural form -}; -lin swastika_N = mkN "swastika" "swastikas"; -lin swat_N = mkN "swat" "swats"; -lin swat_V2 = mkV2 (mkV "swat" "swats" "swatted" "swatted" "swatting"); -lin swath_N = mkN "swath" "swaths"; -lin swathe_N = mkN "swathe" "swathes"; -lin swathe_V2 = mkV2 (mkV "swathe" "swathes" "swathed" "swathed" "swathing"); -lin sway_N = mkN "sway" "-" {- FIXME: no plural form -}; -lin sway_V = mkV "sway" "sways" "swayed" "swayed" "swaying"; -lin sway_V2 = mkV2 (mkV "sway" "sways" "swayed" "swayed" "swaying"); -lin swazi_A = compoundA (mkA "swazi"); -lin swazi_N = mkN "swazi" "swazis"; -lin swaziland_PN = mkPN "Swaziland"; -lin swear_V = IrregEng.swear_V; -lin swear_V2 = mkV2 (IrregEng.swear_V); -lin swearer_N = mkN "swearer" "swearers"; -lin swearing_N = mkN "swearing" "-" {- FIXME: no plural form -}; -lin swearword_N = mkN "swearword" "swearwords"; -lin sweat_N = mkN "sweat" "sweats"; -lin sweat_V = mkV "sweat" "sweats" "sweated" "sweated" "sweating"; -lin sweat_V2 = mkV2 (mkV "sweat" "sweats" "sweated" "sweated" "sweating"); -lin sweatband_N = mkN "sweatband" "sweatbands"; -lin sweater_N = mkN "sweater" "sweaters"; -lin sweatshop_N = mkN "sweatshop" "sweatshops"; -lin sweaty_A = mkA "sweaty" "sweatier"; -lin swede_A = compoundA (mkA "swede"); -lin swede_N = mkN "swede" "swedes"; -lin sweden_PN = mkPN "Sweden"; -lin swedish_A = compoundA (mkA "swedish"); -lin swedish_N = mkN "swedish" "-" {- FIXME: no plural form -}; -lin sweep_N = mkN "sweep" "sweeps"; -lin sweep_V = IrregEng.sweep_V; -lin sweep_V2 = mkV2 (IrregEng.sweep_V); -lin sweeper_N = mkN "sweeper" "sweepers"; -lin sweeping_A = compoundA (mkA "sweeping"); -lin sweeping_N = mkN "sweeping" "sweepings"; -lin sweepingly_Adv = mkAdv "sweepingly"; -lin sweet_A = mkA "sweet" "sweeter"; -lin sweet_N = mkN "sweet" "sweets"; -lin sweet_scented_A = compoundA (mkA "sweet-scented"); -lin sweetbread_N = mkN "sweetbread" "sweetbreads"; -lin sweetbriar_N = mkN "sweetbriar" "-" {- FIXME: no plural form -}; -lin sweetbrier_N = mkN "sweetbrier" "-" {- FIXME: no plural form -}; -lin sweeten_V = mkV "sweeten" "sweetens" "sweetened" "sweetened" "sweetening"; -lin sweeten_V2 = mkV2 (mkV "sweeten" "sweetens" "sweetened" "sweetened" "sweetening"); -lin sweetening_N = mkN "sweetening" "sweetenings"; -lin sweetheart_N = mkN "sweetheart" "sweethearts"; -lin sweetie_N = mkN "sweetie" "sweeties"; -lin sweetish_A = compoundA (mkA "sweetish"); -lin sweetly_Adv = mkAdv "sweetly"; -lin sweetmeat_N = mkN "sweetmeat" "sweetmeats"; -lin sweetness_N = mkN "sweetness" "-" {- FIXME: no plural form -}; -lin swell_A = compoundA (mkA "swell"); -lin swell_N = mkN "swell" "swells"; -lin swell_V = mkV "swell" "swells" "swelled" "swelled" "swelling"; -lin swell_V2 = mkV2 (mkV "swell" "swells" "swelled" "swelled" "swelling"); -lin swelling_N = mkN "swelling" "swellings"; -lin swelter_V = mkV "swelter" "swelters" "sweltered" "sweltered" "sweltering"; -lin sweptback_A = compoundA (mkA "sweptback"); -lin swerve_N = mkN "swerve" "swerves"; -lin swerve_V = mkV "swerve" "swerves" "swerved" "swerved" "swerving"; -lin swerve_V2 = mkV2 (mkV "swerve" "swerves" "swerved" "swerved" "swerving"); -lin swift_A = mkA "swift" "swifter"; -lin swift_N = mkN "swift" "swifts"; -lin swiftly_Adv = mkAdv "swiftly"; -lin swiftness_N = mkN "swiftness" "-" {- FIXME: no plural form -}; -lin swig_N = mkN "swig" "swigs"; -lin swig_V = mkV "swig" "swigs" "swigged" "swigged" "swigging"; -lin swig_V2 = mkV2 (mkV "swig" "swigs" "swigged" "swigged" "swigging"); -lin swill_N = mkN "swill" "swills"; -lin swill_V = mkV "swill" "swills" "swilled" "swilled" "swilling"; -lin swill_V2 = mkV2 (mkV "swill" "swills" "swilled" "swilled" "swilling"); -lin swim_N = mkN "swim" "swims"; -lin swim_V = IrregEng.swim_V; -lin swim_V2 = mkV2 (IrregEng.swim_V); -lin swimmer_N = mkN "swimmer" "swimmers"; -lin swimming_N = mkN "swimming" "-" {- FIXME: no plural form -}; -lin swimming_bath_N = mkN "swimming-bath" "swimming-baths"; -lin swimming_costume_N = mkN "swimming-costume" "swimming-costumes"; -lin swimming_pool_N = mkN "swimming-pool" "swimming-pools"; -lin swimmingly_Adv = mkAdv "swimmingly"; -lin swimsuit_N = mkN "swimsuit" "swimsuits"; -lin swindle_N = mkN "swindle" "swindles"; -lin swindle_V = mkV "swindle" "swindles" "swindled" "swindled" "swindling"; -lin swindle_V2 = mkV2 (mkV "swindle" "swindles" "swindled" "swindled" "swindling"); -lin swindler_N = mkN "swindler" "swindlers"; -lin swindon_PN = mkPN "Swindon"; -lin swine_N = mkN "swine" "swine"; -lin swineherd_N = mkN "swineherd" "swineherds"; -lin swing_N = mkN "swing" "swings"; -lin swing_V = IrregEng.swing_V; -lin swing_V2 = mkV2 (IrregEng.swing_V); -lin swinge_V2 = mkV2 (mkV "swinge" "swinges" "swinged" "swinged" "swinging"); -lin swingeing_A = compoundA (mkA "swingeing"); -lin swinging_A = compoundA (mkA "swinging"); -lin swinish_A = compoundA (mkA "swinish"); -lin swinton_PN = mkPN "Swinton"; -lin swipe_N = mkN "swipe" "swipes"; -lin swipe_V2 = mkV2 (mkV "swipe" "swipes" "swiped" "swiped" "swiping"); -lin swirl_N = mkN "swirl" "swirls"; -lin swirl_V = mkV "swirl" "swirls" "swirled" "swirled" "swirling"; -lin swirl_V2 = mkV2 (mkV "swirl" "swirls" "swirled" "swirled" "swirling"); -lin swish_A = compoundA (mkA "swish"); -lin swish_N = mkN "swish" "swishes"; -lin swish_V = mkV "swish" "swishes" "swished" "swished" "swishing"; -lin swish_V2 = mkV2 (mkV "swish" "swishes" "swished" "swished" "swishing"); -lin swiss_A = compoundA (mkA "swiss"); -lin swiss_N = mkN "swiss" "swiss"; -lin switch_N = mkN "switch" "switches"; -lin switch_V = mkV "switch" "switches" "switched" "switched" "switching"; -lin switch_V2 = mkV2 (mkV "switch" "switches" "switched" "switched" "switching"); -lin switchboard_N = mkN "switchboard" "switchboards"; -lin switchman_N = mkN "switchman" "switchmen" {- FIXME: guessed plural form -}; -lin switzerland_PN = mkPN "Switzerland"; -lin swivel_N = mkN "swivel" "swivels"; -lin swivel_V = mkV "swivel" "swivels" "swivelled" "swivelled" "swivelling"; -lin swivel_V2 = mkV2 (mkV "swivel" "swivels" "swivelled" "swivelled" "swivelling"); -lin swiz_N = mkN "swiz" "IRREG"; -lin swizzle_N = mkN "swizzle" "swizzles"; -lin swizzle_stick_N = mkN "swizzle-stick" "swizzle-sticks"; -lin swob_N = mkN "swob" "swobs"; -lin swob_V2 = mkV2 (mkV "swob" "swobs" "swobbed" "swobbed" "swobbing"); -lin swollen_headed_A = compoundA (mkA "swollen-headed"); -lin swoon_N = mkN "swoon" "swoons"; -lin swoon_V = mkV "swoon" "swoons" "swooned" "swooned" "swooning"; -lin swoop_N = mkN "swoop" "swoops"; -lin swoop_V = mkV "swoop" "swoops" "swooped" "swooped" "swooping"; -lin swoop_V2 = mkV2 (mkV "swoop" "swoops" "swooped" "swooped" "swooping"); -lin swop_N = mkN "swop" "swops"; -lin swop_V = mkV "swop" "swops" "swopped" "swopped" "swopping"; -lin swop_V2 = mkV2 (mkV "swop" "swops" "swopped" "swopped" "swopping"); -lin sword_N = mkN "sword" "swords"; -lin sword_cane_N = mkN "sword-cane" "sword-canes"; -lin sword_cut_N = mkN "sword-cut" "sword-cuts"; -lin sword_dance_N = mkN "sword-dance" "sword-dances"; -lin swordfish_N = mkN "swordfish" "swordfish"; -lin swordplay_N = mkN "swordplay" "-" {- FIXME: no plural form -}; -lin swordsman_N = mkN "swordsman" "swordsmen" {- FIXME: guessed plural form -}; -lin swordsmanship_N = mkN "swordsmanship" "-" {- FIXME: no plural form -}; -lin swordstick_N = mkN "swordstick" "swordsticks"; -lin sworn_A = compoundA (mkA "sworn"); -lin swot_N = mkN "swot" "swots"; -lin swot_V = mkV "swot" "swots" "swotted" "swotted" "swotting"; -lin swot_V2 = mkV2 (mkV "swot" "swots" "swotted" "swotted" "swotting"); -lin sybarite_N = mkN "sybarite" "sybarites"; -lin sybaritic_A = compoundA (mkA "sybaritic"); -lin sycamore_N = mkN "sycamore" "sycamores"; -lin sycophancy_N = mkN "sycophancy" "-" {- FIXME: no plural form -}; -lin sycophant_N = mkN "sycophant" "sycophants"; -lin sycophantic_A = compoundA (mkA "sycophantic"); -lin sydney_PN = mkPN "Sydney"; -lin syllabary_N = mkN "syllabary" "syllabaries"; -lin syllabic_A = compoundA (mkA "syllabic"); -lin syllabicate_V2 = mkV2 (mkV "syllabicate" "syllabicates" "syllabicated" "syllabicated" "syllabicating"); -lin syllabication_N = mkN "syllabication" "-" {- FIXME: no plural form -}; -lin syllabification_N = mkN "syllabification" "-" {- FIXME: no plural form -}; -lin syllabify_V2 = mkV2 (mkV "syllabify" "syllabifies" "syllabified" "syllabified" "syllabifying"); -lin syllabize_V2 = mkV2 (mkV "syllabize" "syllabizes" "syllabized" "syllabized" "syllabizing"); -lin syllable_N = mkN "syllable" "syllables"; -lin syllabled_A = compoundA (mkA "syllabled"); -lin syllabus_N = mkN "syllabus" "syllabuses"; -lin syllogism_N = mkN "syllogism" "syllogisms"; -lin syllogistic_A = compoundA (mkA "syllogistic"); -lin sylph_N = mkN "sylph" "sylphs"; -lin sylph_like_A = compoundA (mkA "sylph-like"); -lin sylvan_A = compoundA (mkA "sylvan"); -lin sylvia_PN = mkPN "Sylvia"; -lin symbiosis_N = mkN "symbiosis" "-" {- FIXME: no plural form -}; -lin symbol_N = mkN "symbol" "symbols"; -lin symbolic_A = compoundA (mkA "symbolic"); -lin symbolical_A = compoundA (mkA "symbolical"); -lin symbolically_Adv = mkAdv "symbolically"; -lin symbolism_N = mkN "symbolism" "symbolisms"; -lin symbolization_N = mkN "symbolization" "symbolizations"; -lin symbolize_V2 = mkV2 (mkV "symbolize" "symbolizes" "symbolized" "symbolized" "symbolizing"); -lin symmetric_A = compoundA (mkA "symmetric"); -lin symmetrical_A = compoundA (mkA "symmetrical"); -lin symmetrically_Adv = mkAdv "symmetrically"; -lin symmetry_N = mkN "symmetry" "-" {- FIXME: no plural form -}; -lin sympathetic_A = compoundA (mkA "sympathetic"); -lin sympathetically_Adv = mkAdv "sympathetically"; -lin sympathize_V = mkV "sympathize" "sympathizes" "sympathized" "sympathized" "sympathizing"; -lin sympathizer_N = mkN "sympathizer" "sympathizers"; -lin sympathy_N = mkN "sympathy" "sympathies"; -lin symphonic_A = compoundA (mkA "symphonic"); -lin symphony_N = mkN "symphony" "symphonies"; -lin symposium_N = mkN "symposium" "symposiums"; -lin symptom_N = mkN "symptom" "symptoms"; -lin symptomatic_A = compoundA (mkA "symptomatic"); -lin symptomatically_Adv = mkAdv "symptomatically"; -lin symptomless_A = compoundA (mkA "symptomless"); -lin synagogue_N = mkN "synagogue" "synagogues"; -lin synchroflash_N = mkN "synchroflash" "IRREG"; -lin synchromesh_N = mkN "synchromesh" "-" {- FIXME: no plural form -}; -lin synchronization_N = mkN "synchronization" "synchronizations"; -lin synchronize_V = mkV "synchronize" "synchronizes" "synchronized" "synchronized" "synchronizing"; -lin synchronize_V2 = mkV2 (mkV "synchronize" "synchronizes" "synchronized" "synchronized" "synchronizing"); -lin synchronous_A = compoundA (mkA "synchronous"); -lin synchronously_Adv = mkAdv "synchronously"; -lin synchrony_N = mkN "synchrony" "-" {- FIXME: no plural form -}; -lin synchrotron_N = mkN "synchrotron" "synchrotrons"; -lin syncopate_V2 = mkV2 (mkV "syncopate" "syncopates" "syncopated" "syncopated" "syncopating"); -lin syncopation_N = mkN "syncopation" "syncopations"; -lin syncope_N = mkN "syncope" "-" {- FIXME: no plural form -}; -lin syndic_N = mkN "syndic" "syndics"; -lin syndicalism_N = mkN "syndicalism" "-" {- FIXME: no plural form -}; -lin syndicalist_N = mkN "syndicalist" "syndicalists"; -lin syndicate_N = mkN "syndicate" "syndicates"; -lin syndicate_V2 = mkV2 (mkV "syndicate" "syndicates" "syndicated" "syndicated" "syndicating"); -lin syndication_N = mkN "syndication" "syndications"; -lin syndrome_N = mkN "syndrome" "syndromes"; -lin synod_N = mkN "synod" "synods"; -lin synonym_N = mkN "synonym" "synonyms"; -lin synonymous_A = compoundA (mkA "synonymous"); -lin synopsis_N = mkN "synopsis" "synopses" {- FIXME: guessed plural form -}; -lin synoptic_A = compoundA (mkA "synoptic"); -lin synoptically_Adv = mkAdv "synoptically"; -lin syntactic_A = compoundA (mkA "syntactic"); -lin syntactically_Adv = mkAdv "syntactically"; -lin syntax_N = mkN "syntax" "-" {- FIXME: no plural form -}; -lin synthesis_N = mkN "synthesis" "syntheses" {- FIXME: guessed plural form -}; -lin synthesize_V2 = mkV2 (mkV "synthesize" "synthesizes" "synthesized" "synthesized" "synthesizing"); -lin synthetic_A = compoundA (mkA "synthetic"); -lin synthetic_N = mkN "synthetic" "synthetics"; -lin synthetically_Adv = mkAdv "synthetically"; -lin syphilis_N = mkN "syphilis" "-" {- FIXME: no plural form -}; -lin syphilitic_A = compoundA (mkA "syphilitic"); -lin syphilitic_N = mkN "syphilitic" "syphilitics"; -lin syphon_N = mkN "syphon" "syphons"; -lin syphon_V = mkV "syphon" "syphons" "syphoned" "syphoned" "syphoning"; -lin syphon_V2 = mkV2 (mkV "syphon" "syphons" "syphoned" "syphoned" "syphoning"); -lin syracuse_PN = mkPN "Syracuse"; -lin syria_PN = mkPN "Syria"; -lin syrian_A = compoundA (mkA "syrian"); -lin syrian_N = mkN "syrian" "syrians"; -lin syringa_N = mkN "syringa" "syringas"; -lin syringe_N = mkN "syringe" "syringes"; -lin syringe_V2 = mkV2 (mkV "syringe" "syringes" "syringed" "syringed" "syringing"); -lin syrup_N = mkN "syrup" "syrups"; -lin syrupy_A = compoundA (mkA "syrupy"); -lin system_N = mkN "system" "systems"; -lin systematic_A = compoundA (mkA "systematic"); -lin systematically_Adv = mkAdv "systematically"; -lin systematization_N = mkN "systematization" "-" {- FIXME: no plural form -}; -lin systematize_V2 = mkV2 (mkV "systematize" "systematizes" "systematized" "systematized" "systematizing"); -lin syston_PN = mkPN "Syston"; -lin seance_N = mkN "séance" "séances"; -lin t_junction_N = mkN "t-junction" "t-junctions"; -lin t_shirt_N = mkN "t-shirt" "t-shirts"; -lin t_square_N = mkN "t-square" "t-squares"; -lin tab_N = mkN "tab" "tabs"; -lin tabard_N = mkN "tabard" "tabards"; -lin tabby_A = compoundA (mkA "tabby"); -lin tabby_N = mkN "tabby" "tabbies"; -lin tabby_cat_N = mkN "tabby-cat" "tabby-cats"; -lin tabernacle_N = mkN "tabernacle" "tabernacles"; -lin table_N = mkN "table" "tables"; -lin table_V2 = mkV2 (mkV "table" "tables" "tabled" "tabled" "tabling"); -lin table_d'hote_A = compoundA (mkA "table d'hôte"); -lin table_d'hote_Adv = mkAdv "table d'hôte"; -lin table_knife_N = mkN "table-knife" "table-knives" {- FIXME: guessed plural form -}; -lin table_lifting_N = mkN "table-lifting" "-" {- FIXME: no plural form -}; -lin table_linen_N = mkN "table-linen" "-" {- FIXME: no plural form -}; -lin table_rapping_N = mkN "table-rapping" "-" {- FIXME: no plural form -}; -lin table_talk_N = mkN "table-talk" "-" {- FIXME: no plural form -}; -lin table_turning_N = mkN "table-turning" "-" {- FIXME: no plural form -}; -lin tableau_N = mkN "tableau" "tableaux" {- FIXME: guessed plural form -}; -lin tableau_vivant_N = mkN "tableau vivant" "IRREG"; -lin tablecloth_N = mkN "tablecloth" "tablecloths"; -lin tablemat_N = mkN "tablemat" "tablemats"; -lin tablespoon_N = mkN "tablespoon" "tablespoons"; -lin tablespoonful_N = mkN "tablespoonful" "tablespoonfuls"; -lin tablet_N = mkN "tablet" "tablets"; -lin tableware_N = mkN "tableware" "-" {- FIXME: no plural form -}; -lin tabloid_N = mkN "tabloid" "tabloids"; -lin taboo_A = compoundA (mkA "taboo"); -lin taboo_N = mkN "taboo" "taboos"; -lin taboo_V2 = mkV2 (mkV "taboo" "taboos" "tabooed" "tabooed" "tabooing"); -lin tabor_N = mkN "tabor" "tabors"; -lin tabular_A = compoundA (mkA "tabular"); -lin tabulate_V2 = mkV2 (mkV "tabulate" "tabulates" "tabulated" "tabulated" "tabulating"); -lin tabulation_N = mkN "tabulation" "tabulations"; -lin tabulator_N = mkN "tabulator" "tabulators"; -lin tachograph_N = mkN "tachograph" "tachographs"; -lin tacit_A = compoundA (mkA "tacit"); -lin tacitly_Adv = mkAdv "tacitly"; -lin taciturn_A = compoundA (mkA "taciturn"); -lin taciturnity_N = mkN "taciturnity" "-" {- FIXME: no plural form -}; -lin taciturnly_Adv = mkAdv "taciturnly"; -lin tack_N = mkN "tack" "tacks"; -lin tack_V = mkV "tack" "tacks" "tacked" "tacked" "tacking"; -lin tack_V2 = mkV2 (mkV "tack" "tacks" "tacked" "tacked" "tacking"); -lin tackle_N = mkN "tackle" "tackles"; -lin tackle_V = mkV "tackle" "tackles" "tackled" "tackled" "tackling"; -lin tackle_V2 = mkV2 (mkV "tackle" "tackles" "tackled" "tackled" "tackling"); -lin tacky_A = mkA "tacky" "tackier"; -lin tact_N = mkN "tact" "-" {- FIXME: no plural form -}; -lin tactful_A = compoundA (mkA "tactful"); -lin tactfully_Adv = mkAdv "tactfully"; -lin tactic_N = mkN "tactic" "tactics"; -lin tactical_A = compoundA (mkA "tactical"); -lin tactically_Adv = mkAdv "tactically"; -lin tactician_N = mkN "tactician" "tacticians"; -lin tactile_A = compoundA (mkA "tactile"); -lin tactless_A = compoundA (mkA "tactless"); -lin tactlessly_Adv = mkAdv "tactlessly"; -lin tactlessness_N = mkN "tactlessness" "-" {- FIXME: no plural form -}; -lin tactual_A = compoundA (mkA "tactual"); -lin tadley_PN = mkPN "Tadley"; -lin tadpole_N = mkN "tadpole" "tadpoles"; -lin taegu_PN = mkPN "Taegu"; -lin taffeta_N = mkN "taffeta" "-" {- FIXME: no plural form -}; -lin taffrail_N = mkN "taffrail" "taffrails"; -lin taffy_N = mkN "taffy" "taffies"; -lin tag_N = mkN "tag" "tags"; -lin tag_V = mkV "tag" "tags" "tagged" "tagged" "tagging"; -lin tag_V2 = mkV2 (mkV "tag" "tags" "tagged" "tagged" "tagging"); -lin tahiti_PN = mkPN "Tahiti"; -lin tahitian_A = compoundA (mkA "tahitian"); -lin tahitian_N = mkN "tahitian" "tahitians"; -lin tail_N = mkN "tail" "tails"; -lin tail_V = mkV "tail" "tails" "tailed" "tailed" "tailing"; -lin tail_V2 = mkV2 (mkV "tail" "tails" "tailed" "tailed" "tailing"); -lin tail_coat_N = mkN "tail-coat" "tail-coats"; -lin tail_end_N = mkN "tail-end" "tail-ends"; -lin tail_light_N = mkN "tail-light" "tail-lights"; -lin tailboard_N = mkN "tailboard" "tailboards"; -lin tailed_A = compoundA (mkA "tailed"); -lin tailgate_N = mkN "tailgate" "tailgates"; -lin tailless_A = compoundA (mkA "tailless"); -lin tailor_N = mkN "tailor" "tailors"; -lin tailor_V2 = mkV2 (mkV "tailor" "tailors" "tailored" "tailored" "tailoring"); -lin tailor_made_A = compoundA (mkA "tailor-made"); -lin tailpiece_N = mkN "tailpiece" "tailpieces"; -lin tailplane_N = mkN "tailplane" "tailplanes"; -lin tailspin_N = mkN "tailspin" "tailspins"; -lin taint_N = mkN "taint" "taints"; -lin taint_V = mkV "taint" "taints" "tainted" "tainted" "tainting"; -lin taint_V2 = mkV2 (mkV "taint" "taints" "tainted" "tainted" "tainting"); -lin taintless_A = compoundA (mkA "taintless"); -lin taipei_PN = mkPN "Taipei"; -lin taiwan_PN = mkPN "Taiwan"; -lin taiwanese_A = compoundA (mkA "taiwanese"); -lin taiwanese_N = mkN "taiwanese" "taiwanese"; -lin taiyuan_PN = mkPN "Taiyuan"; -lin take_N = mkN "take" "takes"; -lin take_V = IrregEng.take_V; -lin take_V2 = mkV2 (IrregEng.take_V); -lin take_home_A = compoundA (mkA "take-home"); -lin take_off_N = mkN "take-off" "take-offs"; -lin take_up_N = mkN "take-up" "-" {- FIXME: no plural form -}; -lin takeaway_A = compoundA (mkA "takeaway"); -lin takeover_N = mkN "takeover" "takeovers"; -lin taker_N = mkN "taker" "takers"; -lin taking_A = compoundA (mkA "taking"); -lin talc_N = mkN "talc" "-" {- FIXME: no plural form -}; -lin talcum_N = mkN "talcum" "-" {- FIXME: no plural form -}; -lin tale_N = mkN "tale" "tales"; -lin tale_bearer_N = mkN "tale-bearer" "tale-bearers"; -lin tale_teller_N = mkN "tale-teller" "tale-tellers"; -lin talent_N = mkN "talent" "talents"; -lin talented_A = compoundA (mkA "talented"); -lin talisman_N = mkN "talisman" "talismans"; -lin talk_N = mkN "talk" "talks"; -lin talk_V = mkV "talk" "talks" "talked" "talked" "talking"; -lin talk_V2 = mkV2 (mkV "talk" "talks" "talked" "talked" "talking"); -lin talkative_A = compoundA (mkA "talkative"); -lin talker_N = mkN "talker" "talkers"; -lin talkie_N = mkN "talkie" "talkies"; -lin talking_point_N = mkN "talking-point" "talking-points"; -lin talking_to_N = mkN "talking-to" "talking-tos"; -lin tall_A = mkA "tall" "taller"; -lin tallboy_N = mkN "tallboy" "tallboys"; -lin tallish_A = compoundA (mkA "tallish"); -lin tallow_N = mkN "tallow" "-" {- FIXME: no plural form -}; -lin tally_N = mkN "tally" "tallies"; -lin tally_V = mkV "tally" "tallies" "tallied" "tallied" "tallying"; -lin tally_clerk_N = mkN "tally-clerk" "tally-clerks"; -lin tallyman_N = mkN "tallyman" "tallymen" {- FIXME: guessed plural form -}; -lin talmud_N = mkN "talmud" "talmuds"; -lin talon_N = mkN "talon" "talons"; -lin talus_N = mkN "talus" "taluses"; -lin tam_o'_shanter_N = mkN "tam-o'-shanter" "tam-o'-shanters"; -lin tamable_A = compoundA (mkA "tamable"); -lin tamale_N = mkN "tamale" "tamales"; -lin tamarind_N = mkN "tamarind" "tamarinds"; -lin tamarisk_N = mkN "tamarisk" "tamarisks"; -lin tambour_N = mkN "tambour" "tambours"; -lin tambourine_N = mkN "tambourine" "tambourines"; -lin tame_A = mkA "tame" "tamer"; -lin tame_V2 = mkV2 (mkV "tame" "tames" "tamed" "tamed" "taming"); -lin tamely_Adv = mkAdv "tamely"; -lin tameness_N = mkN "tameness" "-" {- FIXME: no plural form -}; -lin tamer_N = mkN "tamer" "tamers"; -lin tamil_A = compoundA (mkA "tamil"); -lin tamil_N = mkN "tamil" "tamils"; -lin tammany_N = mkN "tammany" "IRREG"; -lin tammy_N = mkN "tammy" "tammies"; -lin tamp_V2 = mkV2 (mkV "tamp" "tamps" "tamped" "tamped" "tamping"); -lin tamper_V = mkV "tamper" "tampers" "tampered" "tampered" "tampering"; -lin tampere_PN = mkPN "Tampere"; -lin tamworth_PN = mkPN "Tamworth"; -lin tan_A = compoundA (mkA "tan"); -lin tan_N = mkN "tan" "tans"; -lin tan_V = mkV "tan" "tans" "tanned" "tanned" "tanning"; -lin tan_V2 = mkV2 (mkV "tan" "tans" "tanned" "tanned" "tanning"); -lin tandem_Adv = mkAdv "tandem"; -lin tandem_N = mkN "tandem" "tandems"; -lin tang_N = mkN "tang" "tangs"; -lin tangent_N = mkN "tangent" "tangents"; -lin tangerine_A = compoundA (mkA "tangerine"); -lin tangerine_N = mkN "tangerine" "tangerines"; -lin tangibility_N = mkN "tangibility" "-" {- FIXME: no plural form -}; -lin tangible_A = compoundA (mkA "tangible"); -lin tangibly_Adv = mkAdv "tangibly"; -lin tangle_N = mkN "tangle" "tangles"; -lin tangle_V = mkV "tangle" "tangles" "tangled" "tangled" "tangling"; -lin tangle_V2 = mkV2 (mkV "tangle" "tangles" "tangled" "tangled" "tangling"); -lin tango_N = mkN "tango" "tangos"; -lin tangshan_PN = mkPN "Tangshan"; -lin tangy_A = mkA "tangy" "tangier"; -lin tank_N = mkN "tank" "tanks"; -lin tank_V = mkV "tank" "tanks" "tanked" "tanked" "tanking"; -lin tank_car_N = mkN "tank-car" "tank-cars"; -lin tankard_N = mkN "tankard" "tankards"; -lin tanker_N = mkN "tanker" "tankers"; -lin tanner_N = mkN "tanner" "tanners"; -lin tannery_N = mkN "tannery" "tanneries"; -lin tannic_A = compoundA (mkA "tannic"); -lin tannin_N = mkN "tannin" "-" {- FIXME: no plural form -}; -lin tannoy_N = mkN "tannoy" "tannoys"; -lin tansy_N = mkN "tansy" "tansies"; -lin tantalize_V2 = mkV2 (mkV "tantalize" "tantalizes" "tantalized" "tantalized" "tantalizing"); -lin tantamount_A = compoundA (mkA "tantamount"); -lin tantrum_N = mkN "tantrum" "tantrums"; -lin tanzania_PN = mkPN "Tanzania"; -lin tanzanian_A = compoundA (mkA "tanzanian"); -lin tanzanian_N = mkN "tanzanian" "tanzanians"; -lin tap_N = mkN "tap" "taps"; -lin tap_V = mkV "tap" "taps" "tapped" "tapped" "tapping"; -lin tap_V2 = mkV2 (mkV "tap" "taps" "tapped" "tapped" "tapping"); -lin tap_dancing_N = mkN "tap-dancing" "-" {- FIXME: no plural form -}; -lin tape_N = mkN "tape" "tapes"; -lin tape_V2 = mkV2 (mkV "tape" "tapes" "taped" "taped" "taping"); -lin tape_measure_N = mkN "tape-measure" "tape-measures"; -lin tape_recorder_N = mkN "tape-recorder" "tape-recorders"; -lin taper_N = mkN "taper" "tapers"; -lin taper_V = mkV "taper" "tapers" "tapered" "tapered" "tapering"; -lin taper_V2 = mkV2 (mkV "taper" "tapers" "tapered" "tapered" "tapering"); -lin tapestried_A = compoundA (mkA "tapestried"); -lin tapestry_N = mkN "tapestry" "tapestries"; -lin tapeworm_N = mkN "tapeworm" "tapeworms"; -lin tapioca_N = mkN "tapioca" "-" {- FIXME: no plural form -}; -lin tapir_N = mkN "tapir" "tapirs"; -lin taproom_N = mkN "taproom" "taprooms"; -lin taproot_N = mkN "taproot" "taproots"; -lin tapster_N = mkN "tapster" "tapsters"; -lin tar_N = mkN "tar" "tars"; -lin tar_V2 = mkV2 (mkV "tar" "tars" "tarred" "tarred" "tarring"); -lin tar_macadam_N = mkN "tar-macadam" "-" {- FIXME: no plural form -}; -lin taradiddle_N = mkN "taradiddle" "taradiddles"; -lin taranaki_PN = mkPN "Taranaki"; -lin tarantella_N = mkN "tarantella" "tarantellas"; -lin tarantelle_N = mkN "tarantelle" "tarantelles"; -lin taranto_PN = mkPN "Taranto"; -lin tarantula_N = mkN "tarantula" "tarantulas"; -lin tarboosh_N = mkN "tarboosh" "tarbooshes"; -lin tardily_Adv = mkAdv "tardily"; -lin tardiness_N = mkN "tardiness" "-" {- FIXME: no plural form -}; -lin tardy_A = mkA "tardy" "tardier"; -lin tare_N = mkN "tare" "tares"; -lin target_N = mkN "target" "targets"; -lin tariff_N = mkN "tariff" "tariffs"; -lin tarmac_N = mkN "tarmac" "-" {- FIXME: no plural form -}; -lin tarmac_V2 = mkV2 (mkV "tarmac" "IRREG" "IRREG" "IRREG" "IRREG"); -lin tarn_N = mkN "tarn" "tarns"; -lin tarnish_N = mkN "tarnish" "-" {- FIXME: no plural form -}; -lin tarnish_V = mkV "tarnish" "tarnishes" "tarnished" "tarnished" "tarnishing"; -lin tarnish_V2 = mkV2 (mkV "tarnish" "tarnishes" "tarnished" "tarnished" "tarnishing"); -lin taro_N = mkN "taro" "taros"; -lin tarpaulin_N = mkN "tarpaulin" "tarpaulins"; -lin tarpon_N = mkN "tarpon" "tarpons"; -lin tarradiddle_N = mkN "tarradiddle" "tarradiddles"; -lin tarragon_N = mkN "tarragon" "-" {- FIXME: no plural form -}; -lin tarrasa_PN = mkPN "Tarrasa"; -lin tarry_A = compoundA (mkA "tarry"); -lin tarry_V = mkV "tarry" "tarries" "tarried" "tarried" "tarrying"; -lin tarsal_A = compoundA (mkA "tarsal"); -lin tarsal_N = mkN "tarsal" "tarsals"; -lin tarsus_N = mkN "tarsus" "tarsi" {- FIXME: guessed plural form -}; -lin tart_A = compoundA (mkA "tart"); -lin tart_N = mkN "tart" "tarts"; -lin tart_V2 = mkV2 (mkV "tart" "tarts" "tarted" "tarted" "tarting"); -lin tartan_N = mkN "tartan" "tartans"; -lin tartar_N = mkN "tartar" "tartars"; -lin tartaric_A = compoundA (mkA "tartaric"); -lin tartly_Adv = mkAdv "tartly"; -lin tartness_N = mkN "tartness" "-" {- FIXME: no plural form -}; -lin tashkent_PN = mkPN "Tashkent"; -lin task_N = mkN "task" "tasks"; -lin task_V2 = mkV2 (mkV "task" "tasks" "tasked" "tasked" "tasking"); -lin task_force_N = mkN "task-force" "task-forces"; -lin taskmaster_N = mkN "taskmaster" "taskmasters"; -lin tasmania_PN = mkPN "Tasmania"; -lin tassel_N = mkN "tassel" "tassels"; -lin tasseled_A = compoundA (mkA "tasseled"); -lin tasselled_A = compoundA (mkA "tasselled"); -lin taste_N = mkN "taste" "tastes"; -lin taste_V = mkV "taste" "tastes" "tasted" "tasted" "tasting"; -lin taste_V2 = mkV2 (mkV "taste" "tastes" "tasted" "tasted" "tasting"); -lin tasteful_A = compoundA (mkA "tasteful"); -lin tastefully_Adv = mkAdv "tastefully"; -lin tasteless_A = compoundA (mkA "tasteless"); -lin tastelessly_Adv = mkAdv "tastelessly"; -lin taster_N = mkN "taster" "tasters"; -lin tastily_Adv = mkAdv "tastily"; -lin tasty_A = mkA "tasty" "tastier"; -lin tat_N = mkN "tat" "-" {- FIXME: no plural form -}; -lin tat_V = mkV "tat" "tats" "tatted" "tatted" "tatting"; -lin tat_V2 = mkV2 (mkV "tat" "tats" "tatted" "tatted" "tatting"); -lin tatter_N = mkN "tatter" "tatters"; -lin tatterdemalion_N = mkN "tatterdemalion" "tatterdemalions"; -lin tattered_A = compoundA (mkA "tattered"); -lin tattily_Adv = mkAdv "tattily"; -lin tatting_N = mkN "tatting" "-" {- FIXME: no plural form -}; -lin tattle_N = mkN "tattle" "-" {- FIXME: no plural form -}; -lin tattle_V = mkV "tattle" "tattles" "tattled" "tattled" "tattling"; -lin tattle_V2 = mkV2 (mkV "tattle" "tattles" "tattled" "tattled" "tattling"); -lin tattler_N = mkN "tattler" "tattlers"; -lin tattoo_N = mkN "tattoo" "tattoos"; -lin tattoo_V2 = mkV2 (mkV "tattoo" "tattoos" "tattooed" "tattooed" "tattooing"); -lin tatty_A = mkA "tatty" "tattier"; -lin taunt_N = mkN "taunt" "taunts"; -lin taunt_V2 = mkV2 (mkV "taunt" "taunts" "taunted" "taunted" "taunting"); -lin tauntingly_Adv = mkAdv "tauntingly"; -lin taunton_PN = mkPN "Taunton"; -lin taurus_PN = mkPN "Taurus"; -lin taut_A = mkA "taut" "tauter"; -lin tautly_Adv = mkAdv "tautly"; -lin tautness_N = mkN "tautness" "-" {- FIXME: no plural form -}; -lin tautological_A = compoundA (mkA "tautological"); -lin tautology_N = mkN "tautology" "tautologies"; -lin taverham_PN = mkPN "Taverham"; -lin tavern_N = mkN "tavern" "taverns"; -lin tavistock_PN = mkPN "Tavistock"; -lin tawdrily_Adv = mkAdv "tawdrily"; -lin tawdriness_N = mkN "tawdriness" "-" {- FIXME: no plural form -}; -lin tawdry_A = mkA "tawdry" "tawdrier"; -lin tawny_A = compoundA (mkA "tawny"); -lin tawse_N = mkN "tawse" "tawses"; -lin tax_N = mkN "tax" "taxes"; -lin tax_V2 = mkV2 (mkV "tax" "taxes" "taxed" "taxed" "taxing"); -lin tax_collector_N = mkN "tax-collector" "tax-collectors"; -lin tax_free_A = compoundA (mkA "tax-free"); -lin taxability_N = mkN "taxability" "-" {- FIXME: no plural form -}; -lin taxable_A = compoundA (mkA "taxable"); -lin taxation_N = mkN "taxation" "-" {- FIXME: no plural form -}; -lin taxi_N = mkN "taxi" "taxis"; -lin taxi_V = mkV "taxi" "taxis" "taxied" "taxied" "taxiing"; -lin taxi_V2 = mkV2 (mkV "taxi" "taxis" "taxied" "taxied" "taxiing"); -lin taxicab_N = mkN "taxicab" "taxicabs"; -lin taxidermist_N = mkN "taxidermist" "taxidermists"; -lin taxidermy_N = mkN "taxidermy" "-" {- FIXME: no plural form -}; -lin taximeter_N = mkN "taximeter" "taximeters"; -lin taxonomy_N = mkN "taxonomy" "taxonomies"; -lin taxpayer_N = mkN "taxpayer" "taxpayers"; -lin tayside_PN = mkPN "Tayside"; -lin tb_N = mkN "tb" "-" {- FIXME: no plural form -}; -lin tbilisi_PN = mkPN "Tbilisi"; -lin te_deum_N = mkN "te deum" "te deums"; -lin tea_N = mkN "tea" "teas"; -lin tea_bag_N = mkN "tea-bag" "tea-bags"; -lin tea_break_N = mkN "tea-break" "tea-breaks"; -lin tea_caddy_N = mkN "tea-caddy" "tea-caddies"; -lin tea_chest_N = mkN "tea-chest" "tea-chests"; -lin tea_cloth_N = mkN "tea-cloth" "tea-cloths"; -lin tea_cosy_N = mkN "tea-cosy" "tea-cosies"; -lin tea_garden_N = mkN "tea-garden" "tea-gardens"; -lin tea_kettle_N = mkN "tea-kettle" "tea-kettles"; -lin tea_leaf_N = mkN "tea-leaf" "tea-leaves" {- FIXME: guessed plural form -}; -lin tea_party_N = mkN "tea-party" "tea-parties"; -lin tea_service_N = mkN "tea-service" "tea-services"; -lin tea_set_N = mkN "tea-set" "tea-sets"; -lin tea_strainer_N = mkN "tea-strainer" "tea-strainers"; -lin tea_table_N = mkN "tea-table" "tea-tables"; -lin tea_time_N = mkN "tea-time" "-" {- FIXME: no plural form -}; -lin tea_towel_N = mkN "tea-towel" "tea-towels"; -lin tea_tray_N = mkN "tea-tray" "tea-trays"; -lin tea_trolley_N = mkN "tea-trolley" "tea-trolleys"; -lin tea_urn_N = mkN "tea-urn" "tea-urns"; -lin tea_wagon_N = mkN "tea-wagon" "tea-wagons"; -lin teacake_N = mkN "teacake" "teacakes"; -lin teach_V = IrregEng.teach_V; -lin teach_V2 = mkV2 (IrregEng.teach_V); -lin teach_in_N = mkN "teach-in" "teach-ins"; -lin teachable_A = compoundA (mkA "teachable"); -lin teacher_N = mkN "teacher" "teachers"; -lin teaching_N = mkN "teaching" "teachings"; -lin teacup_N = mkN "teacup" "teacups"; -lin teahouse_N = mkN "teahouse" "teahouses"; -lin teak_N = mkN "teak" "-" {- FIXME: no plural form -}; -lin teal_N = mkN "teal" "teal"; -lin team_N = mkN "team" "teams"; -lin team_V = mkV "team" "teams" "teamed" "teamed" "teaming"; -lin teamster_N = mkN "teamster" "teamsters"; -lin teamwork_N = mkN "teamwork" "-" {- FIXME: no plural form -}; -lin teapot_N = mkN "teapot" "teapots"; -lin tear_N = mkN "tear" "tears"; -lin tear_V = IrregEng.tear_V; -lin tear_V2 = mkV2 (IrregEng.tear_V); -lin tear_drop_N = mkN "tear-drop" "tear-drops"; -lin tear_gas_N = mkN "tear-gas" "-" {- FIXME: no plural form -}; -lin tearaway_A = compoundA (mkA "tearaway"); -lin tearaway_N = mkN "tearaway" "tearaways"; -lin tearful_A = compoundA (mkA "tearful"); -lin tearfully_Adv = mkAdv "tearfully"; -lin tearing_A = compoundA (mkA "tearing"); -lin tearing_N = mkN "tearing" "-" {- FIXME: no plural form -}; -lin tearless_A = compoundA (mkA "tearless"); -lin tearoom_N = mkN "tearoom" "tearooms"; -lin tease_N = mkN "tease" "teases"; -lin tease_V2 = mkV2 (mkV "tease" "teases" "teased" "teased" "teasing"); -lin teasel_N = mkN "teasel" "teasels"; -lin teaser_N = mkN "teaser" "teasers"; -lin teashop_N = mkN "teashop" "teashops"; -lin teasingly_Adv = mkAdv "teasingly"; -lin teaspoon_N = mkN "teaspoon" "teaspoons"; -lin teaspoonful_N = mkN "teaspoonful" "teaspoonfuls"; -lin teat_N = mkN "teat" "teats"; -lin teazel_N = mkN "teazel" "teazels"; -lin teazle_N = mkN "teazle" "teazles"; -lin tec_N = mkN "tec" "tecs"; -lin tech_N = mkN "tech" "-" {- FIXME: no plural form -}; -lin technical_A = compoundA (mkA "technical"); -lin technicality_N = mkN "technicality" "technicalities"; -lin technically_Adv = mkAdv "technically"; -lin technician_N = mkN "technician" "technicians"; -lin technicolor_N = mkN "technicolor" "-" {- FIXME: no plural form -}; -lin technique_N = mkN "technique" "techniques"; -lin technocracy_N = mkN "technocracy" "technocracies"; -lin technocrat_N = mkN "technocrat" "technocrats"; -lin technological_A = compoundA (mkA "technological"); -lin technologist_N = mkN "technologist" "technologists"; -lin technology_N = mkN "technology" "technologies"; -lin techy_A = compoundA (mkA "techy"); -lin ted_N = mkN "ted" "teds"; -lin ted_PN = mkPN "Ted"; -lin teddy_N = mkN "teddy" "teddies"; -lin teddy_PN = mkPN "Teddy"; -lin teddy_boy_N = mkN "teddy boy" "teddy boys"; -lin tedious_A = compoundA (mkA "tedious"); -lin tediously_Adv = mkAdv "tediously"; -lin tediousness_N = mkN "tediousness" "-" {- FIXME: no plural form -}; -lin tedium_N = mkN "tedium" "-" {- FIXME: no plural form -}; -lin tee_N = mkN "tee" "tees"; -lin tee_V = mkV "tee" "IRREG" "IRREG" "IRREG" "IRREG"; -lin tee_V2 = mkV2 (mkV "tee" "IRREG" "IRREG" "IRREG" "IRREG"); -lin tee_shirt_N = mkN "tee-shirt" "tee-shirts"; -lin teem_V = mkV "teem" "teems" "teemed" "teemed" "teeming"; -lin teenage_A = compoundA (mkA "teenage"); -lin teenager_N = mkN "teenager" "teenagers"; -lin teeny_A = mkA "teeny" "teenier"; -lin teesside_PN = mkPN "Teesside"; -lin teeter_V = mkV "teeter" "teeters" "teetered" "teetered" "teetering"; -lin teethe_V = mkV "teethe" "teethes" "teethed" "teethed" "teething"; -lin teetotal_A = compoundA (mkA "teetotal"); -lin teetotaller_N = mkN "teetotaller" "teetotallers"; -lin teetotum_N = mkN "teetotum" "teetotums"; -lin teg_N = mkN "teg" "tegs"; -lin tegument_N = mkN "tegument" "teguments"; -lin teheran_PN = mkPN "Teheran"; -lin teignmouth_PN = mkPN "Teignmouth"; -lin tel_PN = mkPN "Tel"; -lin tel_aviv_PN = mkPN "Tel-aviv"; -lin telecast_N = mkN "telecast" "telecasts"; -lin telecast_V2 = mkV2 (mkV "tele" IrregEng.cast_V); -lin telecommunication_N = mkN "telecommunication" "telecommunications"; -lin telegram_N = mkN "telegram" "telegrams"; -lin telegraph_N = mkN "telegraph" "telegraphs"; -lin telegraph_V = mkV "telegraph" "telegraphs" "telegraphed" "telegraphed" "telegraphing"; -lin telegraph_V2 = mkV2 (mkV "telegraph" "telegraphs" "telegraphed" "telegraphed" "telegraphing"); -lin telegraph_line_N = mkN "telegraph-line" "telegraph-lines"; -lin telegraph_pole_N = mkN "telegraph-pole" "telegraph-poles"; -lin telegraph_post_N = mkN "telegraph-post" "telegraph-posts"; -lin telegraph_wire_N = mkN "telegraph-wire" "telegraph-wires"; -lin telegrapher_N = mkN "telegrapher" "telegraphers"; -lin telegraphese_N = mkN "telegraphese" "-" {- FIXME: no plural form -}; -lin telegraphic_A = compoundA (mkA "telegraphic"); -lin telegraphically_Adv = mkAdv "telegraphically"; -lin telegraphist_N = mkN "telegraphist" "telegraphists"; -lin telegraphy_N = mkN "telegraphy" "-" {- FIXME: no plural form -}; -lin telemetry_N = mkN "telemetry" "-" {- FIXME: no plural form -}; -lin teleological_A = compoundA (mkA "teleological"); -lin teleologist_N = mkN "teleologist" "teleologists"; -lin teleology_N = mkN "teleology" "teleologies"; -lin telepathic_A = compoundA (mkA "telepathic"); -lin telepathist_N = mkN "telepathist" "telepathists"; -lin telepathy_N = mkN "telepathy" "-" {- FIXME: no plural form -}; -lin telephone_N = mkN "telephone" "telephones"; -lin telephone_V = mkV "telephone" "telephones" "telephoned" "telephoned" "telephoning"; -lin telephone_V2 = mkV2 (mkV "telephone" "telephones" "telephoned" "telephoned" "telephoning"); -lin telephonic_A = compoundA (mkA "telephonic"); -lin telephonist_N = mkN "telephonist" "telephonists"; -lin telephony_N = mkN "telephony" "-" {- FIXME: no plural form -}; -lin telephoto_N = mkN "telephoto" "-" {- FIXME: no plural form -}; -lin telephotograph_N = mkN "telephotograph" "telephotographs"; -lin telephotography_N = mkN "telephotography" "-" {- FIXME: no plural form -}; -lin teleprinter_N = mkN "teleprinter" "teleprinters"; -lin teleprompter_N = mkN "teleprompter" "teleprompters"; -lin telescope_N = mkN "telescope" "telescopes"; -lin telescope_V = mkV "telescope" "telescopes" "telescoped" "telescoped" "telescoping"; -lin telescope_V2 = mkV2 (mkV "telescope" "telescopes" "telescoped" "telescoped" "telescoping"); -lin telescopic_A = compoundA (mkA "telescopic"); -lin telescopically_Adv = mkAdv "telescopically"; -lin teletypewriter_N = mkN "teletypewriter" "teletypewriters"; -lin televise_V2 = mkV2 (mkV "televise" "televises" "televised" "televised" "televising"); -lin television_N = mkN "television" "televisions"; -lin telex_N = mkN "telex" "telexes"; -lin telfer_N = mkN "telfer" "telfers"; -lin telford_PN = mkPN "Telford"; -lin tell_V = IrregEng.tell_V; -lin tell_V2 = mkV2 (IrregEng.tell_V); -lin teller_N = mkN "teller" "tellers"; -lin telling_A = compoundA (mkA "telling"); -lin tellingly_Adv = mkAdv "tellingly"; -lin telltale_N = mkN "telltale" "telltales"; -lin telly_N = mkN "telly" "tellies"; -lin telpher_N = mkN "telpher" "telphers"; -lin telstar_PN = mkPN "Telstar"; -lin temerity_N = mkN "temerity" "-" {- FIXME: no plural form -}; -lin temp_N = mkN "temp" "temps"; -lin temper_N = mkN "temper" "tempers"; -lin temper_V = mkV "temper" "tempers" "tempered" "tempered" "tempering"; -lin temper_V2 = mkV2 (mkV "temper" "tempers" "tempered" "tempered" "tempering"); -lin tempera_N = mkN "tempera" "-" {- FIXME: no plural form -}; -lin temperament_N = mkN "temperament" "temperaments"; -lin temperamental_A = compoundA (mkA "temperamental"); -lin temperamentally_Adv = mkAdv "temperamentally"; -lin temperance_N = mkN "temperance" "-" {- FIXME: no plural form -}; -lin temperate_A = compoundA (mkA "temperate"); -lin temperately_Adv = mkAdv "temperately"; -lin temperateness_N = mkN "temperateness" "-" {- FIXME: no plural form -}; -lin temperature_N = mkN "temperature" "temperatures"; -lin tempered_A = compoundA (mkA "tempered"); -lin tempest_N = mkN "tempest" "tempests"; -lin tempest_swept_A = compoundA (mkA "tempest-swept"); -lin tempest_tossed_A = compoundA (mkA "tempest-tossed"); -lin tempestuous_A = compoundA (mkA "tempestuous"); -lin template_N = mkN "template" "templates"; -lin temple_N = mkN "temple" "temples"; -lin templet_N = mkN "templet" "templets"; -lin tempo_N = mkN "tempo" "tempos"; -lin temporal_A = compoundA (mkA "temporal"); -lin temporality_N = mkN "temporality" "-" {- FIXME: no plural form -}; -lin temporalty_N = mkN "temporalty" "-" {- FIXME: no plural form -}; -lin temporarily_Adv = mkAdv "temporarily"; -lin temporariness_N = mkN "temporariness" "-" {- FIXME: no plural form -}; -lin temporary_A = compoundA (mkA "temporary"); -lin temporize_V = mkV "temporize" "temporizes" "temporized" "temporized" "temporizing"; -lin tempt_V2 = mkV2 (mkV "tempt" "tempts" "tempted" "tempted" "tempting"); -lin temptation_N = mkN "temptation" "temptations"; -lin tempter_N = mkN "tempter" "tempters"; -lin temptingly_Adv = mkAdv "temptingly"; -lin temptress_N = mkN "temptress" "temptresses"; -lin ten_A = compoundA (mkA "ten"); -lin ten_N = mkN "ten" "tens"; -lin tenability_N = mkN "tenability" "-" {- FIXME: no plural form -}; -lin tenable_A = compoundA (mkA "tenable"); -lin tenacious_A = compoundA (mkA "tenacious"); -lin tenaciously_Adv = mkAdv "tenaciously"; -lin tenaciousness_N = mkN "tenaciousness" "-" {- FIXME: no plural form -}; -lin tenacity_N = mkN "tenacity" "-" {- FIXME: no plural form -}; -lin tenancy_N = mkN "tenancy" "tenancies"; -lin tenant_N = mkN "tenant" "tenants"; -lin tenant_V2 = mkV2 (mkV "tenant" "tenants" "tenanted" "tenanted" "tenanting"); -lin tenantry_N = mkN "tenantry" "tenantries"; -lin tenby_PN = mkPN "Tenby"; -lin tench_N = mkN "tench" "tench"; -lin tend_V = mkV "tend" "tends" "tended" "tended" "tending"; -lin tend_V2 = mkV2 (mkV "tend" "tends" "tended" "tended" "tending"); -lin tendency_N = mkN "tendency" "tendencies"; -lin tendentious_A = compoundA (mkA "tendentious"); -lin tendentiously_Adv = mkAdv "tendentiously"; -lin tendentiousness_N = mkN "tendentiousness" "-" {- FIXME: no plural form -}; -lin tender_A = mkA "tender" "tenderer"; -lin tender_N = mkN "tender" "tenders"; -lin tender_V = mkV "tender" "tenders" "tendered" "tendered" "tendering"; -lin tender_V2 = mkV2 (mkV "tender" "tenders" "tendered" "tendered" "tendering"); -lin tenderfoot_N = mkN "tenderfoot" "tenderfoots"; -lin tenderhearted_A = compoundA (mkA "tenderhearted"); -lin tenderloin_N = mkN "tenderloin" "-" {- FIXME: no plural form -}; -lin tenderly_Adv = mkAdv "tenderly"; -lin tenderness_N = mkN "tenderness" "-" {- FIXME: no plural form -}; -lin tendon_N = mkN "tendon" "tendons"; -lin tendril_N = mkN "tendril" "tendrils"; -lin tenement_N = mkN "tenement" "tenements"; -lin tenement_house_N = mkN "tenement-house" "tenement-houses"; -lin tenet_N = mkN "tenet" "tenets"; -lin tenfold_Adv = mkAdv "tenfold"; -lin tenner_N = mkN "tenner" "tenners"; -lin tennessee_PN = mkPN "Tennessee"; -lin tennis_N = mkN "tennis" "-" {- FIXME: no plural form -}; -lin tennis_court_N = mkN "tennis-court" "tennis-courts"; -lin tennis_elbow_N = mkN "tennis-elbow" "-" {- FIXME: no plural form -}; -lin tenon_N = mkN "tenon" "tenons"; -lin tenor_N = mkN "tenor" "tenors"; -lin tenpence_N = mkN "tenpence" "tenpences"; -lin tenpin_N = mkN "tenpin" "tenpins"; -lin tense_A = mkA "tense" "tenser"; -lin tense_N = mkN "tense" "tenses"; -lin tense_V = mkV "tense" "tenses" "tensed" "tensed" "tensing"; -lin tense_V2 = mkV2 (mkV "tense" "tenses" "tensed" "tensed" "tensing"); -lin tensely_Adv = mkAdv "tensely"; -lin tenseness_N = mkN "tenseness" "-" {- FIXME: no plural form -}; -lin tensile_A = compoundA (mkA "tensile"); -lin tension_N = mkN "tension" "tensions"; -lin tensity_N = mkN "tensity" "-" {- FIXME: no plural form -}; -lin tent_N = mkN "tent" "tents"; -lin tent_peg_N = mkN "tent-peg" "tent-pegs"; -lin tentacle_N = mkN "tentacle" "tentacles"; -lin tentative_A = compoundA (mkA "tentative"); -lin tentatively_Adv = mkAdv "tentatively"; -lin tenterden_PN = mkPN "Tenterden"; -lin tenth_A = compoundA (mkA "tenth"); -lin tenth_N = mkN "tenth" "tenths"; -lin tenthly_Adv = mkAdv "tenthly"; -lin tenuity_N = mkN "tenuity" "-" {- FIXME: no plural form -}; -lin tenuous_A = compoundA (mkA "tenuous"); -lin tenuously_Adv = mkAdv "tenuously"; -lin tenure_N = mkN "tenure" "tenures"; -lin tepee_N = mkN "tepee" "tepees"; -lin tepid_A = compoundA (mkA "tepid"); -lin tepidity_N = mkN "tepidity" "-" {- FIXME: no plural form -}; -lin tepidly_Adv = mkAdv "tepidly"; -lin tepidness_N = mkN "tepidness" "-" {- FIXME: no plural form -}; -lin tercentenary_N = mkN "tercentenary" "tercentenaries"; -lin tercentennial_N = mkN "tercentennial" "tercentennials"; -lin terence_PN = mkPN "Terence"; -lin teresa_PN = mkPN "Teresa"; -lin tergiversate_V = mkV "tergiversate" "tergiversates" "tergiversated" "tergiversated" "tergiversating"; -lin tergiversation_N = mkN "tergiversation" "-" {- FIXME: no plural form -}; -lin term_N = mkN "term" "terms"; -lin term_V2 = mkV2 (mkV "term" "terms" "termed" "termed" "terming"); -lin termagant_N = mkN "termagant" "termagants"; -lin termi_PN = mkPN "Termi"; -lin terminable_A = compoundA (mkA "terminable"); -lin terminal_A = compoundA (mkA "terminal"); -lin terminal_N = mkN "terminal" "terminals"; -lin terminally_Adv = mkAdv "terminally"; -lin terminate_V = mkV "terminate" "terminates" "terminated" "terminated" "terminating"; -lin terminate_V2 = mkV2 (mkV "terminate" "terminates" "terminated" "terminated" "terminating"); -lin termination_N = mkN "termination" "terminations"; -lin terminological_A = compoundA (mkA "terminological"); -lin terminology_N = mkN "terminology" "terminologies"; -lin terminus_N = mkN "terminus" "terminuses"; -lin termite_N = mkN "termite" "termites"; -lin tern_N = mkN "tern" "terns"; -lin terpsichorean_A = compoundA (mkA "terpsichorean"); -lin terr_PN = mkPN "Terr"; -lin terra_cotta_N = mkN "terra-cotta" "-" {- FIXME: no plural form -}; -lin terra_firma_N = mkN "terra firma" "-" {- FIXME: no plural form -}; -lin terra_incognita_N = mkN "terra incognita" "-" {- FIXME: no plural form -}; -lin terrace_N = mkN "terrace" "terraces"; -lin terrace_V2 = mkV2 (mkV "terrace" "terraces" "terraced" "terraced" "terracing"); -lin terrain_N = mkN "terrain" "-" {- FIXME: no plural form -}; -lin terrapin_N = mkN "terrapin" "terrapins"; -lin terrestrial_A = compoundA (mkA "terrestrial"); -lin terrible_A = compoundA (mkA "terrible"); -lin terribly_Adv = mkAdv "terribly"; -lin terrier_N = mkN "terrier" "terriers"; -lin terrific_A = compoundA (mkA "terrific"); -lin terrifically_Adv = mkAdv "terrifically"; -lin terrify_V2 = mkV2 (mkV "terrify" "terrifies" "terrified" "terrified" "terrifying"); -lin territorial_A = compoundA (mkA "territorial"); -lin territorial_N = mkN "territorial" "territorials"; -lin territory_N = mkN "territory" "territories"; -lin terror_N = mkN "terror" "terrors"; -lin terror_stricken_A = compoundA (mkA "terror-stricken"); -lin terror_struck_A = compoundA (mkA "terror-struck"); -lin terrorism_N = mkN "terrorism" "-" {- FIXME: no plural form -}; -lin terrorist_N = mkN "terrorist" "terrorists"; -lin terrorize_V2 = mkV2 (mkV "terrorize" "terrorizes" "terrorized" "terrorized" "terrorizing"); -lin terry_PN = mkPN "Terry"; -lin terse_A = mkA "terse" "terser"; -lin tersely_Adv = mkAdv "tersely"; -lin terseness_N = mkN "terseness" "-" {- FIXME: no plural form -}; -lin tertian_A = compoundA (mkA "tertian"); -lin tertiary_A = compoundA (mkA "tertiary"); -lin terylene_N = mkN "terylene" "-" {- FIXME: no plural form -}; -lin tess_PN = mkPN "Tess"; -lin tessa_PN = mkPN "Tessa"; -lin tessellated_A = compoundA (mkA "tessellated"); -lin test_N = mkN "test" "tests"; -lin test_V2 = mkV2 (mkV "test" "tests" "tested" "tested" "testing"); -lin test_drive_N = mkN "test-drive" "test-drives"; -lin test_drive_V2 = mkV2 (mkV "test-" IrregEng.drive_V); -lin test_tube_N = mkN "test-tube" "test-tubes"; -lin testament_N = mkN "testament" "testaments"; -lin testamentary_A = compoundA (mkA "testamentary"); -lin testate_A = compoundA (mkA "testate"); -lin testate_N = mkN "testate" "testates"; -lin testator_N = mkN "testator" "testators"; -lin testatrix_N = mkN "testatrix" "testatrixes"; -lin testbed_N = mkN "testbed" "testbeds"; -lin testicle_N = mkN "testicle" "testicles"; -lin testify_V = mkV "testify" "testifies" "testified" "testified" "testifying"; -lin testify_V2 = mkV2 (mkV "testify" "testifies" "testified" "testified" "testifying"); -lin testily_Adv = mkAdv "testily"; -lin testimonial_N = mkN "testimonial" "testimonials"; -lin testimony_N = mkN "testimony" "testimonies"; -lin testiness_N = mkN "testiness" "-" {- FIXME: no plural form -}; -lin testis_N = mkN "testis" "testes" {- FIXME: guessed plural form -}; -lin testy_A = mkA "testy" "testier"; -lin tetanus_N = mkN "tetanus" "-" {- FIXME: no plural form -}; -lin tetchily_Adv = mkAdv "tetchily"; -lin tetchiness_N = mkN "tetchiness" "-" {- FIXME: no plural form -}; -lin tetchy_A = mkA "tetchy" "tetchier"; -lin tether_N = mkN "tether" "tethers"; -lin tether_V2 = mkV2 (mkV "tether" "tethers" "tethered" "tethered" "tethering"); -lin teuton_N = mkN "teuton" "teutons"; -lin teutonic_A = compoundA (mkA "teutonic"); -lin tewkesbury_PN = mkPN "Tewkesbury"; -lin texan_A = compoundA (mkA "texan"); -lin texan_N = mkN "texan" "texans"; -lin texas_PN = mkPN "Texas"; -lin text_N = mkN "text" "texts"; -lin textbook_N = mkN "textbook" "textbooks"; -lin textile_A = compoundA (mkA "textile"); -lin textile_N = mkN "textile" "textiles"; -lin textual_A = compoundA (mkA "textual"); -lin texture_N = mkN "texture" "textures"; -lin textured_A = compoundA (mkA "textured"); -lin thai_A = compoundA (mkA "thai"); -lin thai_N = mkN "thai" "thais"; -lin thailand_PN = mkPN "Thailand"; -lin thalidomide_N = mkN "thalidomide" "-" {- FIXME: no plural form -}; -lin thame_PN = mkPN "Thame"; -lin thane_N = mkN "thane" "thanes"; -lin thank_V2 = mkV2 (mkV "thank" "thanks" "thanked" "thanked" "thanking"); -lin thank_offering_N = mkN "thank-offering" "thank-offerings"; -lin thankful_A = compoundA (mkA "thankful"); -lin thankfully_Adv = mkAdv "thankfully"; -lin thankfulness_N = mkN "thankfulness" "-" {- FIXME: no plural form -}; -lin thankless_A = compoundA (mkA "thankless"); -lin thanksgiving_N = mkN "thanksgiving" "thanksgivings"; -lin that_A = compoundA (mkA "that"); -lin that_Adv = mkAdv "that"; -lin thatch_N = mkN "thatch" "-" {- FIXME: no plural form -}; -lin thatch_V2 = mkV2 (mkV "thatch" "thatches" "thatched" "thatched" "thatching"); -lin thatcham_PN = mkPN "Thatcham"; -lin thatcher_N = mkN "thatcher" "thatchers"; -lin thaw_N = mkN "thaw" "thaws"; -lin thaw_V = mkV "thaw" "thaws" "thawed" "thawed" "thawing"; -lin thaw_V2 = mkV2 (mkV "thaw" "thaws" "thawed" "thawed" "thawing"); -lin the_Adv = mkAdv "the"; -lin theatre_N = mkN "theatre" "theatres"; -lin theatregoer_N = mkN "theatregoer" "theatregoers"; -lin theatrical_A = compoundA (mkA "theatrical"); -lin theatrical_N = mkN "theatrical" "theatricals"; -lin theatrically_Adv = mkAdv "theatrically"; -lin theft_N = mkN "theft" "thefts"; -lin their_A = compoundA (mkA "their"); -lin theism_N = mkN "theism" "-" {- FIXME: no plural form -}; -lin theist_N = mkN "theist" "theists"; -lin theistic_A = compoundA (mkA "theistic"); -lin theistical_A = compoundA (mkA "theistical"); -lin thematic_A = compoundA (mkA "thematic"); -lin theme_N = mkN "theme" "themes"; -lin then_Adv = mkAdv "then"; -lin thence_Adv = mkAdv "thence"; -lin thenceforth_Adv = mkAdv "thenceforth"; -lin thenceforward_Adv = mkAdv "thenceforward"; -lin theo_PN = mkPN "Theo"; -lin theocracy_N = mkN "theocracy" "theocracies"; -lin theocratic_A = compoundA (mkA "theocratic"); -lin theodolite_N = mkN "theodolite" "theodolites"; -lin theodore_PN = mkPN "Theodore"; -lin theologian_N = mkN "theologian" "theologians"; -lin theological_A = compoundA (mkA "theological"); -lin theologically_Adv = mkAdv "theologically"; -lin theology_N = mkN "theology" "theologies"; -lin theorem_N = mkN "theorem" "theorems"; -lin theoretic_A = compoundA (mkA "theoretic"); -lin theoretical_A = compoundA (mkA "theoretical"); -lin theoretically_Adv = mkAdv "theoretically"; -lin theoretician_N = mkN "theoretician" "theoreticians"; -lin theorist_N = mkN "theorist" "theorists"; -lin theorize_V = mkV "theorize" "theorizes" "theorized" "theorized" "theorizing"; -lin theory_N = mkN "theory" "theories"; -lin theosophical_A = compoundA (mkA "theosophical"); -lin theosophist_N = mkN "theosophist" "theosophists"; -lin theosophy_N = mkN "theosophy" "-" {- FIXME: no plural form -}; -lin therapeutic_A = compoundA (mkA "therapeutic"); -lin therapeutical_A = compoundA (mkA "therapeutical"); -lin therapeutics_N = mkN "therapeutics" "therapeutics"; -lin therapist_N = mkN "therapist" "therapists"; -lin therapy_N = mkN "therapy" "therapies"; -lin there_Adv = mkAdv "there"; -lin thereabout_Adv = mkAdv "thereabout"; -lin thereabouts_Adv = mkAdv "thereabouts"; -lin thereafter_Adv = mkAdv "thereafter"; -lin thereby_Adv = mkAdv "thereby"; -lin therefore_Adv = mkAdv "therefore"; -lin therefrom_Adv = mkAdv "therefrom"; -lin therein_Adv = mkAdv "therein"; -lin thereinafter_Adv = mkAdv "thereinafter"; -lin thereof_Adv = mkAdv "thereof"; -lin thereon_Adv = mkAdv "thereon"; -lin theresa_PN = mkPN "Theresa"; -lin thereto_Adv = mkAdv "thereto"; -lin thereunder_Adv = mkAdv "thereunder"; -lin thereupon_Adv = mkAdv "thereupon"; -lin therewith_Adv = mkAdv "therewith"; -lin therewithal_Adv = mkAdv "therewithal"; -lin therm_N = mkN "therm" "therms"; -lin thermal_A = compoundA (mkA "thermal"); -lin thermal_N = mkN "thermal" "thermals"; -lin thermally_Adv = mkAdv "thermally"; -lin thermionic_A = compoundA (mkA "thermionic"); -lin thermodynamics_N = mkN "thermodynamics" "thermodynamics"; -lin thermometer_N = mkN "thermometer" "thermometers"; -lin thermonuclear_A = compoundA (mkA "thermonuclear"); -lin thermoplastic_A = compoundA (mkA "thermoplastic"); -lin thermoplastic_N = mkN "thermoplastic" "thermoplastics"; -lin thermos_N = mkN "thermos" "thermoses"; -lin thermosetting_A = compoundA (mkA "thermosetting"); -lin thermostat_N = mkN "thermostat" "thermostats"; -lin thermostatic_A = compoundA (mkA "thermostatic"); -lin thermostatically_Adv = mkAdv "thermostatically"; -lin thesaurus_N = mkN "thesaurus" "thesauruses"; -lin these_A = compoundA (mkA "these"); -lin thesis_N = mkN "thesis" "theses" {- FIXME: guessed plural form -}; -lin thespian_A = compoundA (mkA "thespian"); -lin thespian_N = mkN "thespian" "thespians"; -lin thessaloniki_PN = mkPN "Thessaloniki"; -lin thetford_PN = mkPN "Thetford"; -lin thick_A = mkA "thick" "thicker"; -lin thick_Adv = mkAdv "thick"; -lin thick_N = mkN "thick" "-" {- FIXME: no plural form -}; -lin thick_headed_A = compoundA (mkA "thick-headed"); -lin thick_set_A = compoundA (mkA "thick-set"); -lin thick_skinned_A = compoundA (mkA "thick-skinned"); -lin thicken_V = mkV "thicken" "thickens" "thickened" "thickened" "thickening"; -lin thicken_V2 = mkV2 (mkV "thicken" "thickens" "thickened" "thickened" "thickening"); -lin thickening_N = mkN "thickening" "-" {- FIXME: no plural form -}; -lin thicket_N = mkN "thicket" "thickets"; -lin thickly_Adv = mkAdv "thickly"; -lin thickness_N = mkN "thickness" "thicknesses"; -lin thief_N = mkN "thief" "thieves" {- FIXME: guessed plural form -}; -lin thieve_V = mkV "thieve" "thieves" "thieved" "thieved" "thieving"; -lin thieve_V2 = mkV2 (mkV "thieve" "thieves" "thieved" "thieved" "thieving"); -lin thievery_N = mkN "thievery" "-" {- FIXME: no plural form -}; -lin thievish_A = compoundA (mkA "thievish"); -lin thievishly_Adv = mkAdv "thievishly"; -lin thigh_N = mkN "thigh" "thighs"; -lin thighbone_N = mkN "thighbone" "thighbones"; -lin thimble_N = mkN "thimble" "thimbles"; -lin thimbleful_N = mkN "thimbleful" "thimblefuls"; -lin thin_A = mkA "thin" "thinner*"; -lin thin_Adv = mkAdv "thin"; -lin thin_V = mkV "thin" "thins" "thinned" "thinned" "thinning"; -lin thin_V2 = mkV2 (mkV "thin" "thins" "thinned" "thinned" "thinning"); -lin thin_skinned_A = compoundA (mkA "thin-skinned"); -lin thine_A = compoundA (mkA "thine"); -lin thing_N = mkN "thing" "things"; -lin thingmabob_N = mkN "thingmabob" "thingmabobs"; -lin thingmajig_N = mkN "thingmajig" "thingmajigs"; -lin thingumabob_N = mkN "thingumabob" "thingumabobs"; -lin thingumajig_N = mkN "thingumajig" "thingumajigs"; -lin thingummy_N = mkN "thingummy" "thingummies"; -lin think_N = mkN "think" "thinks"; -lin think_V = IrregEng.think_V; -lin think_V2 = mkV2 (IrregEng.think_V); -lin think_tank_N = mkN "think-tank" "think-tanks"; -lin thinkable_A = compoundA (mkA "thinkable"); -lin thinker_N = mkN "thinker" "thinkers"; -lin thinking_A = compoundA (mkA "thinking"); -lin thinking_N = mkN "thinking" "-" {- FIXME: no plural form -}; -lin thinly_Adv = mkAdv "thinly"; -lin thinness_N = mkN "thinness" "-" {- FIXME: no plural form -}; -lin thionville_PN = mkPN "Thionville"; -lin third_A = compoundA (mkA "third"); -lin third_N = mkN "third" "thirds"; -lin third_rate_A = compoundA (mkA "third-rate"); -lin third_rater_N = mkN "third-rater" "third-raters"; -lin thirdly_Adv = mkAdv "thirdly"; -lin thirsk_PN = mkPN "Thirsk"; -lin thirst_N = mkN "thirst" "-" {- FIXME: no plural form -}; -lin thirst_V2 = mkV2 (mkV "thirst" "thirsts" "thirsted" "thirsted" "thirsting"); -lin thirstily_Adv = mkAdv "thirstily"; -lin thirsty_A = mkA "thirsty" "thirstier"; -lin thirteen_A = compoundA (mkA "thirteen"); -lin thirteen_N = mkN "thirteen" "thirteens"; -lin thirteenth_A = compoundA (mkA "thirteenth"); -lin thirteenth_N = mkN "thirteenth" "thirteenths"; -lin thirtieth_A = compoundA (mkA "thirtieth"); -lin thirtieth_N = mkN "thirtieth" "thirtieths"; -lin thirty_A = compoundA (mkA "thirty"); -lin thirty_N = mkN "thirty" "thirties"; -lin this_A = compoundA (mkA "this"); -lin this_Adv = mkAdv "this"; -lin thistle_N = mkN "thistle" "thistles"; -lin thistledown_N = mkN "thistledown" "-" {- FIXME: no plural form -}; -lin thither_Adv = mkAdv "thither"; -lin tho'_Adv = mkAdv "tho'"; -lin thole_N = mkN "thole" "tholes"; -lin tholepin_N = mkN "tholepin" "tholepins"; -lin thomas_PN = mkPN "Thomas"; -lin thong_N = mkN "thong" "thongs"; -lin thorax_N = mkN "thorax" "thoraxes"; -lin thorn_N = mkN "thorn" "thorns"; -lin thornbury_PN = mkPN "Thornbury"; -lin thorne_PN = mkPN "Thorne"; -lin thorny_A = mkA "thorny" "thornier"; -lin thorough_A = compoundA (mkA "thorough"); -lin thoroughbred_A = compoundA (mkA "thoroughbred"); -lin thoroughbred_N = mkN "thoroughbred" "thoroughbreds"; -lin thoroughfare_N = mkN "thoroughfare" "thoroughfares"; -lin thoroughgoing_A = compoundA (mkA "thoroughgoing"); -lin thoroughly_Adv = mkAdv "thoroughly"; -lin thoroughness_N = mkN "thoroughness" "-" {- FIXME: no plural form -}; -lin those_A = compoundA (mkA "those"); -lin though_Adv = mkAdv "though"; -lin thought_N = mkN "thought" "thoughts"; -lin thought_reader_N = mkN "thought-reader" "thought-readers"; -lin thoughtful_A = compoundA (mkA "thoughtful"); -lin thoughtfully_Adv = mkAdv "thoughtfully"; -lin thoughtfulness_N = mkN "thoughtfulness" "-" {- FIXME: no plural form -}; -lin thoughtless_A = compoundA (mkA "thoughtless"); -lin thoughtlessly_Adv = mkAdv "thoughtlessly"; -lin thoughtlessness_N = mkN "thoughtlessness" "-" {- FIXME: no plural form -}; -lin thousand_A = compoundA (mkA "thousand"); -lin thousand_N = mkN "thousand" "thousands"; -lin thousandfold_A = compoundA (mkA "thousandfold"); -lin thousandfold_Adv = mkAdv "thousandfold"; -lin thousandth_A = compoundA (mkA "thousandth"); -lin thousandth_N = mkN "thousandth" "thousandths"; -lin thraldom_N = mkN "thraldom" "-" {- FIXME: no plural form -}; -lin thrall_N = mkN "thrall" "thralls"; -lin thrash_V = mkV "thrash" "thrashes" "thrashed" "thrashed" "thrashing"; -lin thrash_V2 = mkV2 (mkV "thrash" "thrashes" "thrashed" "thrashed" "thrashing"); -lin thrashing_N = mkN "thrashing" "thrashings"; -lin thread_N = mkN "thread" "threads"; -lin thread_V2 = mkV2 (mkV "thread" "threads" "threaded" "threaded" "threading"); -lin threadbare_A = compoundA (mkA "threadbare"); -lin threadlike_A = compoundA (mkA "threadlike"); -lin threat_N = mkN "threat" "threats"; -lin threaten_V = mkV "threaten" "threatens" "threatened" "threatened" "threatening"; -lin threaten_V2 = mkV2 (mkV "threaten" "threatens" "threatened" "threatened" "threatening"); -lin threateningly_Adv = mkAdv "threateningly"; -lin three_A = compoundA (mkA "three"); -lin three_N = mkN "three" "threes"; -lin three_cornered_A = compoundA (mkA "three-cornered"); -lin three_d_A = compoundA (mkA "three-d"); -lin three_d_N = mkN "three-d" "-" {- FIXME: no plural form -}; -lin three_decker_N = mkN "three-decker" "three-deckers"; -lin three_dimensional_A = compoundA (mkA "three-dimensional"); -lin three_figure_A = compoundA (mkA "three-figure"); -lin three_funnelled_A = compoundA (mkA "three-funnelled"); -lin three_lane_A = compoundA (mkA "three-lane"); -lin three_legged_A = compoundA (mkA "three-legged"); -lin three_piece_A = compoundA (mkA "three-piece"); -lin three_ply_A = compoundA (mkA "three-ply"); -lin three_quarter_A = compoundA (mkA "three-quarter"); -lin three_quarter_N = mkN "three-quarter" "three-quarters"; -lin three_score_A = compoundA (mkA "three-score"); -lin three_score_N = mkN "three-score" "-" {- FIXME: no plural form -}; -lin three_storey_A = compoundA (mkA "three-storey"); -lin three_storeyed_A = compoundA (mkA "three-storeyed"); -lin three_wheeled_A = compoundA (mkA "three-wheeled"); -lin threefold_A = compoundA (mkA "threefold"); -lin threefold_Adv = mkAdv "threefold"; -lin threepence_N = mkN "threepence" "threepences"; -lin threepenny_A = compoundA (mkA "threepenny"); -lin threesome_N = mkN "threesome" "threesomes"; -lin threnody_N = mkN "threnody" "threnodies"; -lin thresh_V = mkV "thresh" "threshes" "threshed" "threshed" "threshing"; -lin thresh_V2 = mkV2 (mkV "thresh" "threshes" "threshed" "threshed" "threshing"); -lin thresher_N = mkN "thresher" "threshers"; -lin threshing_floor_N = mkN "threshing-floor" "threshing-floors"; -lin threshing_machine_N = mkN "threshing-machine" "threshing-machines"; -lin threshold_N = mkN "threshold" "thresholds"; -lin thrice_Adv = mkAdv "thrice"; -lin thrift_N = mkN "thrift" "-" {- FIXME: no plural form -}; -lin thriftily_Adv = mkAdv "thriftily"; -lin thriftless_A = compoundA (mkA "thriftless"); -lin thriftlessly_Adv = mkAdv "thriftlessly"; -lin thriftlessness_N = mkN "thriftlessness" "-" {- FIXME: no plural form -}; -lin thrifty_A = mkA "thrifty" "thriftier"; -lin thrill_N = mkN "thrill" "thrills"; -lin thrill_V = mkV "thrill" "thrills" "thrilled" "thrilled" "thrilling"; -lin thrill_V2 = mkV2 (mkV "thrill" "thrills" "thrilled" "thrilled" "thrilling"); -lin thriller_N = mkN "thriller" "thrillers"; -lin thrive_V = mkV "thrive" "thrives" "thrived" "thrived" "thriving"; -lin throat_N = mkN "throat" "throats"; -lin throated_A = compoundA (mkA "throated"); -lin throaty_A = mkA "throaty" "throatier"; -lin throb_N = mkN "throb" "throbs"; -lin throb_V = mkV "throb" "throbs" "throbbed" "throbbed" "throbbing"; -lin throbbing_A = compoundA (mkA "throbbing"); -lin throe_N = mkN "throe" "throes"; -lin thrombosis_N = mkN "thrombosis" "-" {- FIXME: no plural form -}; -lin throne_N = mkN "throne" "thrones"; -lin throng_N = mkN "throng" "throngs"; -lin throng_V = mkV "throng" "throngs" "thronged" "thronged" "thronging"; -lin throng_V2 = mkV2 (mkV "throng" "throngs" "thronged" "thronged" "thronging"); -lin throstle_N = mkN "throstle" "throstles"; -lin throttle_N = mkN "throttle" "throttles"; -lin throttle_V = mkV "throttle" "throttles" "throttled" "throttled" "throttling"; -lin throttle_V2 = mkV2 (mkV "throttle" "throttles" "throttled" "throttled" "throttling"); -lin throttle_valve_N = mkN "throttle-valve" "throttle-valves"; -lin through_Adv = mkAdv "through"; -lin throughout_Adv = mkAdv "throughout"; -lin throughput_N = mkN "throughput" "throughputs"; -lin throughway_N = mkN "throughway" "throughways"; -lin throw_N = mkN "throw" "throws"; -lin throw_V = IrregEng.throw_V; -lin throw_V2 = mkV2 (IrregEng.throw_V); -lin throw_in_N = mkN "throw-in" "throw-ins"; -lin throwaway_N = mkN "throwaway" "throwaways"; -lin throwback_N = mkN "throwback" "throwbacks"; -lin thrum_V = mkV "thrum" "thrums" "thrummed" "thrummed" "thrumming"; -lin thrum_V2 = mkV2 (mkV "thrum" "thrums" "thrummed" "thrummed" "thrumming"); -lin thrush_N = mkN "thrush" "thrushes"; -lin thrust_N = mkN "thrust" "thrusts"; -lin thrust_V = IrregEng.thrust_V; -lin thrust_V2 = mkV2 (IrregEng.thrust_V); -lin thruster_N = mkN "thruster" "thrusters"; -lin thud_N = mkN "thud" "thuds"; -lin thud_V = mkV "thud" "thuds" "thudded" "thudded" "thudding"; -lin thug_N = mkN "thug" "thugs"; -lin thuggery_N = mkN "thuggery" "-" {- FIXME: no plural form -}; -lin thumb_N = mkN "thumb" "thumbs"; -lin thumb_V2 = mkV2 (mkV "thumb" "thumbs" "thumbed" "thumbed" "thumbing"); -lin thumbnut_N = mkN "thumbnut" "thumbnuts"; -lin thumbscrew_N = mkN "thumbscrew" "thumbscrews"; -lin thumbstall_N = mkN "thumbstall" "thumbstalls"; -lin thumbtack_N = mkN "thumbtack" "thumbtacks"; -lin thump_N = mkN "thump" "thumps"; -lin thump_V = mkV "thump" "thumps" "thumped" "thumped" "thumping"; -lin thump_V2 = mkV2 (mkV "thump" "thumps" "thumped" "thumped" "thumping"); -lin thumping_A = compoundA (mkA "thumping"); -lin thunder_N = mkN "thunder" "thunders"; -lin thunder_V = mkV "thunder" "thunders" "thundered" "thundered" "thundering"; -lin thunder_V2 = mkV2 (mkV "thunder" "thunders" "thundered" "thundered" "thundering"); -lin thunderbolt_N = mkN "thunderbolt" "thunderbolts"; -lin thunderclap_N = mkN "thunderclap" "thunderclaps"; -lin thunderous_A = compoundA (mkA "thunderous"); -lin thunderstorm_N = mkN "thunderstorm" "thunderstorms"; -lin thunderstruck_A = compoundA (mkA "thunderstruck"); -lin thundery_A = compoundA (mkA "thundery"); -lin thurcroft_PN = mkPN "Thurcroft"; -lin thurible_N = mkN "thurible" "thuribles"; -lin thurmaston_PN = mkPN "Thurmaston"; -lin thurrock_PN = mkPN "Thurrock"; -lin thurs_PN = mkPN "Thurs"; -lin thursday_N = mkN "thursday" "thursdays"; -lin thursday_PN = mkPN "Thursday"; -lin thurso_PN = mkPN "Thurso"; -lin thus_Adv = mkAdv "thus"; -lin thwack_N = mkN "thwack" "thwacks"; -lin thwack_V2 = mkV2 (mkV "thwack" "thwacks" "thwacked" "thwacked" "thwacking"); -lin thwart_N = mkN "thwart" "thwarts"; -lin thwart_V2 = mkV2 (mkV "thwart" "thwarts" "thwarted" "thwarted" "thwarting"); -lin thy_A = compoundA (mkA "thy"); -lin thyme_N = mkN "thyme" "-" {- FIXME: no plural form -}; -lin thyroid_N = mkN "thyroid" "thyroids"; -lin ti_N = mkN "ti" "IRREG"; -lin tiara_N = mkN "tiara" "tiaras"; -lin tibet_PN = mkPN "Tibet"; -lin tibetan_A = compoundA (mkA "tibetan"); -lin tibetan_N = mkN "tibetan" "tibetans"; -lin tibia_N = mkN "tibia" "tibiae" {- FIXME: guessed plural form -}; -lin tic_N = mkN "tic" "tics"; -lin tick_N = mkN "tick" "ticks"; -lin tick_V = mkV "tick" "ticks" "ticked" "ticked" "ticking"; -lin tick_V2 = mkV2 (mkV "tick" "ticks" "ticked" "ticked" "ticking"); -lin tick_tock_N = mkN "tick-tock" "tick-tocks"; -lin ticker_N = mkN "ticker" "tickers"; -lin ticker_tape_N = mkN "ticker-tape" "-" {- FIXME: no plural form -}; -lin ticket_N = mkN "ticket" "tickets"; -lin ticket_V2 = mkV2 (mkV "ticket" "tickets" "ticketed" "ticketed" "ticketing"); -lin ticket_collector_N = mkN "ticket-collector" "ticket-collectors"; -lin ticking_N = mkN "ticking" "-" {- FIXME: no plural form -}; -lin tickle_V = mkV "tickle" "tickles" "tickled" "tickled" "tickling"; -lin tickle_V2 = mkV2 (mkV "tickle" "tickles" "tickled" "tickled" "tickling"); -lin tickler_N = mkN "tickler" "ticklers"; -lin ticklish_A = compoundA (mkA "ticklish"); -lin tidal_A = compoundA (mkA "tidal"); -lin tidbit_N = mkN "tidbit" "tidbits"; -lin tiddler_N = mkN "tiddler" "tiddlers"; -lin tiddley_A = compoundA (mkA "tiddley"); -lin tiddlywinks_N = mkN "tiddlywinks" "tiddlywinks"; -lin tide_N = mkN "tide" "tides"; -lin tide_V2 = mkV2 (mkV "tide" "tides" "tided" "tided" "tiding"); -lin tidemark_N = mkN "tidemark" "tidemarks"; -lin tideway_N = mkN "tideway" "tideways"; -lin tidily_Adv = mkAdv "tidily"; -lin tidiness_N = mkN "tidiness" "-" {- FIXME: no plural form -}; -lin tidworth_PN = mkPN "Tidworth"; -lin tidy_A = mkA "tidy" "tidier"; -lin tidy_N = mkN "tidy" "tidies"; -lin tidy_V = mkV "tidy" "tidies" "tidied" "tidied" "tidying"; -lin tidy_V2 = mkV2 (mkV "tidy" "tidies" "tidied" "tidied" "tidying"); -lin tie_N = mkN "tie" "ties"; -lin tie_V = mkV "tie" "IRREG" "IRREG" "IRREG" "IRREG"; -lin tie_V2 = mkV2 (mkV "tie" "IRREG" "IRREG" "IRREG" "IRREG"); -lin tie_on_A = compoundA (mkA "tie-on"); -lin tie_up_N = mkN "tie-up" "tie-ups"; -lin tientsin_PN = mkPN "Tientsin"; -lin tier_N = mkN "tier" "tiers"; -lin tiff_N = mkN "tiff" "tiffs"; -lin tiger_N = mkN "tiger" "tigers"; -lin tiger_lily_N = mkN "tiger-lily" "tiger-lilies"; -lin tigerish_A = compoundA (mkA "tigerish"); -lin tight_A = mkA "tight" "tighter"; -lin tight_Adv = mkAdv "tight"; -lin tight_laced_A = compoundA (mkA "tight-laced"); -lin tight_lipped_A = compoundA (mkA "tight-lipped"); -lin tight_wad_N = mkN "tight-wad" "tight-wads"; -lin tighten_V = mkV "tighten" "tightens" "tightened" "tightened" "tightening"; -lin tighten_V2 = mkV2 (mkV "tighten" "tightens" "tightened" "tightened" "tightening"); -lin tightly_Adv = mkAdv "tightly"; -lin tightness_N = mkN "tightness" "-" {- FIXME: no plural form -}; -lin tightrope_N = mkN "tightrope" "tightropes"; -lin tigress_N = mkN "tigress" "tigresses"; -lin tike_N = mkN "tike" "tikes"; -lin tilburg_PN = mkPN "Tilburg"; -lin tilbury_PN = mkPN "Tilbury"; -lin tilde_N = mkN "tilde" "tildes"; -lin tile_N = mkN "tile" "tiles"; -lin tile_V2 = mkV2 (mkV "tile" "tiles" "tiled" "tiled" "tiling"); -lin till_N = mkN "till" "tills"; -lin till_V2 = mkV2 (mkV "till" "tills" "tilled" "tilled" "tilling"); -lin tillage_N = mkN "tillage" "-" {- FIXME: no plural form -}; -lin tiller_N = mkN "tiller" "tillers"; -lin tilt_N = mkN "tilt" "tilts"; -lin tilt_V = mkV "tilt" "tilts" "tilted" "tilted" "tilting"; -lin tilt_V2 = mkV2 (mkV "tilt" "tilts" "tilted" "tilted" "tilting"); -lin tilth_N = mkN "tilth" "tilths"; -lin tiltyard_N = mkN "tiltyard" "tiltyards"; -lin tim_PN = mkPN "Tim"; -lin timber_N = mkN "timber" "timbers"; -lin timbered_A = compoundA (mkA "timbered"); -lin timbre_N = mkN "timbre" "timbres"; -lin timbrel_N = mkN "timbrel" "timbrels"; -lin time_N = mkN "time" "times"; -lin time_V2 = mkV2 (mkV "time" "times" "timed" "timed" "timing"); -lin time_ball_N = mkN "time-ball" "time-balls"; -lin time_bomb_N = mkN "time-bomb" "time-bombs"; -lin time_expired_A = compoundA (mkA "time-expired"); -lin time_exposure_N = mkN "time-exposure" "time-exposures"; -lin time_fuse_N = mkN "time-fuse" "time-fuses"; -lin time_honoured_A = compoundA (mkA "time-honoured"); -lin time_lag_N = mkN "time-lag" "time-lags"; -lin time_limit_N = mkN "time-limit" "time-limits"; -lin time_sheet_N = mkN "time-sheet" "time-sheets"; -lin time_signal_N = mkN "time-signal" "time-signals"; -lin time_switch_N = mkN "time-switch" "time-switches"; -lin timecard_N = mkN "timecard" "timecards"; -lin timekeeper_N = mkN "timekeeper" "timekeepers"; -lin timekeeping_N = mkN "timekeeping" "-" {- FIXME: no plural form -}; -lin timeless_A = compoundA (mkA "timeless"); -lin timeliness_N = mkN "timeliness" "-" {- FIXME: no plural form -}; -lin timely_A = mkA "timely" "timelier"; -lin timepiece_N = mkN "timepiece" "timepieces"; -lin timesaving_A = compoundA (mkA "timesaving"); -lin timeserver_N = mkN "timeserver" "timeservers"; -lin timeserving_A = compoundA (mkA "timeserving"); -lin timetable_N = mkN "timetable" "timetables"; -lin timework_N = mkN "timework" "-" {- FIXME: no plural form -}; -lin timid_A = compoundA (mkA "timid"); -lin timidity_N = mkN "timidity" "-" {- FIXME: no plural form -}; -lin timidly_Adv = mkAdv "timidly"; -lin timidness_N = mkN "timidness" "-" {- FIXME: no plural form -}; -lin timing_N = mkN "timing" "timings"; -lin timmy_PN = mkPN "Timmy"; -lin timorous_A = compoundA (mkA "timorous"); -lin timorously_Adv = mkAdv "timorously"; -lin timothy_N = mkN "timothy" "-" {- FIXME: no plural form -}; -lin timothy_PN = mkPN "Timothy"; -lin timpanist_N = mkN "timpanist" "timpanists"; -lin tin_N = mkN "tin" "tins"; -lin tin_V2 = mkV2 (mkV "tin" "tins" "tinned" "tinned" "tinning"); -lin tin_opener_N = mkN "tin-opener" "tin-openers"; -lin tin_pan_alley_N = mkN "tin pan alley" "tin pan alleys"; -lin tin_plate_N = mkN "tin-plate" "-" {- FIXME: no plural form -}; -lin tina_PN = mkPN "Tina"; -lin tincture_N = mkN "tincture" "tinctures"; -lin tincture_V2 = mkV2 (mkV "tincture" "tinctures" "tinctured" "tinctured" "tincturing"); -lin tinder_N = mkN "tinder" "-" {- FIXME: no plural form -}; -lin tinderbox_N = mkN "tinderbox" "tinderboxes"; -lin tine_N = mkN "tine" "tines"; -lin tined_A = compoundA (mkA "tined"); -lin tinfoil_N = mkN "tinfoil" "-" {- FIXME: no plural form -}; -lin ting_N = mkN "ting" "tings"; -lin ting_V = mkV "ting" "tings" "tinged" "tinged" "tinging"; -lin ting_V2 = mkV2 (mkV "ting" "tings" "tinged" "tinged" "tinging"); -lin tinge_N = mkN "tinge" "tinges"; -lin tinge_V2 = mkV2 (mkV "tinge" "tinges" "tinged" "tinged" "tinging"); -lin tingle_N = mkN "tingle" "tingles"; -lin tingle_V = mkV "tingle" "tingles" "tingled" "tingled" "tingling"; -lin tinker_N = mkN "tinker" "tinkers"; -lin tinker_V = mkV "tinker" "tinkers" "tinkered" "tinkered" "tinkering"; -lin tinkle_N = mkN "tinkle" "IRREG"; -lin tinkle_V = mkV "tinkle" "tinkles" "tinkled" "tinkled" "tinkling"; -lin tinkle_V2 = mkV2 (mkV "tinkle" "tinkles" "tinkled" "tinkled" "tinkling"); -lin tinny_A = mkA "tinny" "tinnier"; -lin tinsel_N = mkN "tinsel" "-" {- FIXME: no plural form -}; -lin tinsel_V2 = mkV2 (mkV "tinsel" "tinsels" "tinselled" "tinselled" "tinselling"); -lin tinselly_A = compoundA (mkA "tinselly"); -lin tinsmith_N = mkN "tinsmith" "tinsmiths"; -lin tint_N = mkN "tint" "tints"; -lin tint_V2 = mkV2 (mkV "tint" "tints" "tinted" "tinted" "tinting"); -lin tintack_N = mkN "tintack" "tintacks"; -lin tintinnabulation_N = mkN "tintinnabulation" "-" {- FIXME: no plural form -}; -lin tiny_A = mkA "tiny" "tinier"; -lin tip_N = mkN "tip" "tips"; -lin tip_V = mkV "tip" "tips" "tipped" "tipped" "tipping"; -lin tip_V2 = mkV2 (mkV "tip" "tips" "tipped" "tipped" "tipping"); -lin tip_and_run_A = compoundA (mkA "tip-and-run"); -lin tip_off_N = mkN "tip-off" "tip-offs"; -lin tip_top_A = compoundA (mkA "tip-top"); -lin tip_top_Adv = mkAdv "tip-top"; -lin tip_up_A = compoundA (mkA "tip-up"); -lin tipperary_PN = mkPN "Tipperary"; -lin tippet_N = mkN "tippet" "tippets"; -lin tipple_N = mkN "tipple" "-" {- FIXME: no plural form -}; -lin tipple_V = mkV "tipple" "tipples" "tippled" "tippled" "tippling"; -lin tipple_V2 = mkV2 (mkV "tipple" "tipples" "tippled" "tippled" "tippling"); -lin tippler_N = mkN "tippler" "tipplers"; -lin tipstaff_N = mkN "tipstaff" "tipstaffs"; -lin tipster_N = mkN "tipster" "tipsters"; -lin tipsy_A = compoundA (mkA "tipsy"); -lin tiptoe_Adv = mkAdv "tiptoe"; -lin tiptoe_V = mkV "tiptoe" "IRREG" "IRREG" "IRREG" "IRREG"; -lin tirade_N = mkN "tirade" "tirades"; -lin tire_N = mkN "tire" "tires"; -lin tire_V = mkV "tire" "tires" "tired" "tired" "tiring"; -lin tire_V2 = mkV2 (mkV "tire" "tires" "tired" "tired" "tiring"); -lin tired_A = compoundA (mkA "tired"); -lin tiredness_N = mkN "tiredness" "-" {- FIXME: no plural form -}; -lin tireless_A = compoundA (mkA "tireless"); -lin tirelessly_Adv = mkAdv "tirelessly"; -lin tiresome_A = compoundA (mkA "tiresome"); -lin tiresomely_Adv = mkAdv "tiresomely"; -lin tiring_Adv = mkAdv "tiring"; -lin tiro_N = mkN "tiro" "tiros"; -lin tissue_N = mkN "tissue" "tissues"; -lin tit_N = mkN "tit" "tits"; -lin titan_N = mkN "titan" "titans"; -lin titanic_A = compoundA (mkA "titanic"); -lin titbit_N = mkN "titbit" "titbits"; -lin tithe_N = mkN "tithe" "tithes"; -lin tithe_barn_N = mkN "tithe-barn" "tithe-barns"; -lin titillate_V2 = mkV2 (mkV "titillate" "titillates" "titillated" "titillated" "titillating"); -lin titillation_N = mkN "titillation" "titillations"; -lin titivate_V = mkV "titivate" "titivates" "titivated" "titivated" "titivating"; -lin titivate_V2 = mkV2 (mkV "titivate" "titivates" "titivated" "titivated" "titivating"); -lin titlark_N = mkN "titlark" "titlarks"; -lin title_N = mkN "title" "titles"; -lin title_deed_N = mkN "title-deed" "title-deeds"; -lin title_page_N = mkN "title-page" "title-pages"; -lin title_role_N = mkN "title-role" "title-roles"; -lin titled_A = compoundA (mkA "titled"); -lin titmouse_N = mkN "titmouse" "titmice" {- FIXME: guessed plural form -}; -lin titter_V = mkV "titter" "titters" "tittered" "tittered" "tittering"; -lin tittivate_V = mkV "tittivate" "tittivates" "tittivated" "tittivated" "tittivating"; -lin tittivate_V2 = mkV2 (mkV "tittivate" "tittivates" "tittivated" "tittivated" "tittivating"); -lin tittle_N = mkN "tittle" "IRREG"; -lin tittle_tattle_N = mkN "tittle-tattle" "-" {- FIXME: no plural form -}; -lin tittle_tattle_V = mkV "tittle-tattle" "tittle-tattles" "tittle-tattled" "tittle-tattled" "tittle-tattling"; -lin titular_A = compoundA (mkA "titular"); -lin tiverton_PN = mkPN "Tiverton"; -lin tizzy_N = mkN "tizzy" "tizzies"; -lin tnt_N = mkN "tnt" "-" {- FIXME: no plural form -}; -lin to_Adv = mkAdv "to"; -lin to_do_N = mkN "to-do" "to-dos"; -lin toad_N = mkN "toad" "toads"; -lin toad_in_the_hole_N = mkN "toad-in-the-hole" "IRREG"; -lin toadstool_N = mkN "toadstool" "toadstools"; -lin toady_N = mkN "toady" "toadies"; -lin toady_V = mkV "toady" "toadies" "toadied" "toadied" "toadying"; -lin toast_N = mkN "toast" "toasts"; -lin toast_V = mkV "toast" "toasts" "toasted" "toasted" "toasting"; -lin toast_V2 = mkV2 (mkV "toast" "toasts" "toasted" "toasted" "toasting"); -lin toaster_N = mkN "toaster" "toasters"; -lin toasting_fork_N = mkN "toasting-fork" "toasting-forks"; -lin toastmaster_N = mkN "toastmaster" "toastmasters"; -lin toastrack_N = mkN "toastrack" "toastracks"; -lin tobacco_N = mkN "tobacco" "tobaccos"; -lin tobacconist_N = mkN "tobacconist" "tobacconists"; -lin tobago_PN = mkPN "Tobago"; -lin tobagonian_A = compoundA (mkA "tobagonian"); -lin tobagonian_N = mkN "tobagonian" "tobagonians"; -lin toboggan_N = mkN "toboggan" "toboggans"; -lin toboggan_V = mkV "toboggan" "toboggans" "tobogganed" "tobogganed" "tobogganing"; -lin toby_PN = mkPN "Toby"; -lin toby_jug_N = mkN "toby-jug" "toby-jugs"; -lin toccata_N = mkN "toccata" "toccatas"; -lin tocsin_N = mkN "tocsin" "tocsins"; -lin today_Adv = mkAdv "today"; -lin today_N = mkN "today" "-" {- FIXME: no plural form -}; -lin toddle_V = mkV "toddle" "toddles" "toddled" "toddled" "toddling"; -lin toddler_N = mkN "toddler" "toddlers"; -lin toddy_N = mkN "toddy" "toddies"; -lin todmorden_PN = mkPN "Todmorden"; -lin toe_N = mkN "toe" "toes"; -lin toe_V2 = mkV2 (mkV "toe" "IRREG" "IRREG" "IRREG" "IRREG"); -lin toecap_N = mkN "toecap" "toecaps"; -lin toehold_N = mkN "toehold" "toeholds"; -lin toenail_N = mkN "toenail" "toenails"; -lin toff_N = mkN "toff" "toffs"; -lin toffee_N = mkN "toffee" "toffees"; -lin tog_V2 = mkV2 (mkV "tog" "togs" "togged" "togged" "togging"); -lin toga_N = mkN "toga" "togas"; -lin together_Adv = mkAdv "together"; -lin togetherness_N = mkN "togetherness" "-" {- FIXME: no plural form -}; -lin toggle_N = mkN "toggle" "toggles"; -lin togo_PN = mkPN "Togo"; -lin togolese_A = compoundA (mkA "togolese"); -lin togolese_N = mkN "togolese" "togolese"; -lin toil_N = mkN "toil" "toils"; -lin toil_V = mkV "toil" "toils" "toiled" "toiled" "toiling"; -lin toiler_N = mkN "toiler" "toilers"; -lin toilet_N = mkN "toilet" "toilets"; -lin toilet_paper_N = mkN "toilet-paper" "toilet-papers"; -lin toilet_powder_N = mkN "toilet-powder" "-" {- FIXME: no plural form -}; -lin toilet_roll_N = mkN "toilet-roll" "toilet-rolls"; -lin toilet_table_N = mkN "toilet-table" "toilet-tables"; -lin toilsome_A = compoundA (mkA "toilsome"); -lin tokay_N = mkN "tokay" "-" {- FIXME: no plural form -}; -lin token_N = mkN "token" "tokens"; -lin tokyo_PN = mkPN "Tokyo"; -lin tolerable_A = compoundA (mkA "tolerable"); -lin tolerably_Adv = mkAdv "tolerably"; -lin tolerance_N = mkN "tolerance" "tolerances"; -lin tolerant_A = compoundA (mkA "tolerant"); -lin tolerantly_Adv = mkAdv "tolerantly"; -lin tolerate_V2 = mkV2 (mkV "tolerate" "tolerates" "tolerated" "tolerated" "tolerating"); -lin toleration_N = mkN "toleration" "-" {- FIXME: no plural form -}; -lin toll_N = mkN "toll" "tolls"; -lin toll_V = mkV "toll" "tolls" "tolled" "tolled" "tolling"; -lin toll_V2 = mkV2 (mkV "toll" "tolls" "tolled" "tolled" "tolling"); -lin tollbar_N = mkN "tollbar" "tollbars"; -lin tollbooth_N = mkN "tollbooth" "tollbooths"; -lin tollgate_N = mkN "tollgate" "tollgates"; -lin tollhouse_N = mkN "tollhouse" "tollhouses"; -lin tom_PN = mkPN "Tom"; -lin tomahawk_N = mkN "tomahawk" "tomahawks"; -lin tomahawk_V2 = mkV2 (mkV "tomahawk" "tomahawks" "tomahawked" "tomahawked" "tomahawking"); -lin tomato_N = mkN "tomato" "tomatoes"; -lin tomb_N = mkN "tomb" "tombs"; -lin tombola_N = mkN "tombola" "tombolas"; -lin tomboy_N = mkN "tomboy" "tomboys"; -lin tombstone_N = mkN "tombstone" "tombstones"; -lin tomcat_N = mkN "tomcat" "tomcats"; -lin tome_N = mkN "tome" "tomes"; -lin tomfool_N = mkN "tomfool" "tomfools"; -lin tomfoolery_N = mkN "tomfoolery" "tomfooleries"; -lin tommy_PN = mkPN "Tommy"; -lin tommy_gun_N = mkN "tommy-gun" "tommy-guns"; -lin tommy_rot_N = mkN "tommy-rot" "-" {- FIXME: no plural form -}; -lin tomorrow_Adv = mkAdv "tomorrow"; -lin tomorrow_N = mkN "tomorrow" "tomorrows"; -lin tomtit_N = mkN "tomtit" "tomtits"; -lin tomtom_N = mkN "tomtom" "tomtoms"; -lin ton_N = mkN "ton" "tons"; -lin ton_V = mkV "ton" "tons" "tonned" "tonned" "tonning"; -lin tonal_A = compoundA (mkA "tonal"); -lin tonality_N = mkN "tonality" "tonalities"; -lin tonbridge_PN = mkPN "Tonbridge"; -lin tone_N = mkN "tone" "tones"; -lin tone_V = mkV "tone" "tones" "toned" "toned" "toning"; -lin tone_V2 = mkV2 (mkV "tone" "tones" "toned" "toned" "toning"); -lin tone_deaf_A = compoundA (mkA "tone-deaf"); -lin tone_poem_N = mkN "tone-poem" "tone-poems"; -lin toned_A = compoundA (mkA "toned"); -lin toneless_A = compoundA (mkA "toneless"); -lin tonelessly_Adv = mkAdv "tonelessly"; -lin tonga_PN = mkPN "Tonga"; -lin tongan_A = compoundA (mkA "tongan"); -lin tongan_N = mkN "tongan" "tongans"; -lin tongue_N = mkN "tongue" "tongues"; -lin tongue_in_cheek_A = compoundA (mkA "tongue-in-cheek"); -lin tongue_in_cheek_Adv = mkAdv "tongue-in-cheek"; -lin tongue_tied_A = compoundA (mkA "tongue-tied"); -lin tongue_twister_N = mkN "tongue-twister" "tongue-twisters"; -lin tongued_A = compoundA (mkA "tongued"); -lin tonic_A = compoundA (mkA "tonic"); -lin tonic_N = mkN "tonic" "tonics"; -lin tonic_sol_fa_N = mkN "tonic sol-fa" "-" {- FIXME: no plural form -}; -lin tonight_Adv = mkAdv "tonight"; -lin tonight_N = mkN "tonight" "-" {- FIXME: no plural form -}; -lin tonnage_N = mkN "tonnage" "tonnages"; -lin tonne_N = mkN "tonne" "tonnes"; -lin tonsil_N = mkN "tonsil" "tonsils"; -lin tonsillitis_N = mkN "tonsillitis" "-" {- FIXME: no plural form -}; -lin tonsorial_A = compoundA (mkA "tonsorial"); -lin tonsure_N = mkN "tonsure" "tonsures"; -lin tonsure_V2 = mkV2 (mkV "tonsure" "tonsures" "tonsured" "tonsured" "tonsuring"); -lin tontine_N = mkN "tontine" "tontines"; -lin tony_PN = mkPN "Tony"; -lin tonyrefail_PN = mkPN "Tonyrefail"; -lin too_Adv = mkAdv "too"; -lin tool_N = mkN "tool" "tools"; -lin tool_V2 = mkV2 (mkV "tool" "tools" "tooled" "tooled" "tooling"); -lin toot_N = mkN "toot" "toots"; -lin toot_V = mkV "toot" "toots" "tooted" "tooted" "tooting"; -lin toot_V2 = mkV2 (mkV "toot" "toots" "tooted" "tooted" "tooting"); -lin tooth_N = mkN "tooth" "teeth" {- FIXME: guessed plural form -}; -lin toothache_N = mkN "toothache" "-" {- FIXME: no plural form -}; -lin toothbrush_N = mkN "toothbrush" "toothbrushes"; -lin toothed_A = compoundA (mkA "toothed"); -lin toothless_A = compoundA (mkA "toothless"); -lin toothpaste_N = mkN "toothpaste" "toothpastes"; -lin toothpick_N = mkN "toothpick" "toothpicks"; -lin toothpowder_N = mkN "toothpowder" "-" {- FIXME: no plural form -}; -lin toothsome_A = compoundA (mkA "toothsome"); -lin tootle_N = mkN "tootle" "tootles"; -lin tootle_V = mkV "tootle" "tootles" "tootled" "tootled" "tootling"; -lin top_N = mkN "top" "tops"; -lin top_V2 = mkV2 (mkV "top" "tops" "topped" "topped" "topping"); -lin top_boot_N = mkN "top-boot" "top-boots"; -lin top_dress_V2 = mkV2 (mkV "top-dress" "top-dresses" "top-dressed" "top-dressed" "top-dressing"); -lin top_dressing_N = mkN "top-dressing" "top-dressings"; -lin top_flight_A = compoundA (mkA "top-flight"); -lin top_heavy_A = compoundA (mkA "top-heavy"); -lin top_hole_A = compoundA (mkA "top-hole"); -lin top_ranking_A = compoundA (mkA "top-ranking"); -lin topaz_N = mkN "topaz" "topazes"; -lin topcoat_N = mkN "topcoat" "topcoats"; -lin tope_V = mkV "tope" "topes" "toped" "toped" "toping"; -lin tope_V2 = mkV2 (mkV "tope" "topes" "toped" "toped" "toping"); -lin toper_N = mkN "toper" "topers"; -lin topgallant_A = compoundA (mkA "topgallant"); -lin topgallant_N = mkN "topgallant" "topgallants"; -lin topi_N = mkN "topi" "topis"; -lin topiary_N = mkN "topiary" "-" {- FIXME: no plural form -}; -lin topic_N = mkN "topic" "topics"; -lin topical_A = compoundA (mkA "topical"); -lin topically_Adv = mkAdv "topically"; -lin topknot_N = mkN "topknot" "topknots"; -lin topless_A = compoundA (mkA "topless"); -lin topmast_N = mkN "topmast" "topmasts"; -lin topmost_A = compoundA (mkA "topmost"); -lin topnotch_A = compoundA (mkA "topnotch"); -lin topographical_A = compoundA (mkA "topographical"); -lin topographically_Adv = mkAdv "topographically"; -lin topography_N = mkN "topography" "-" {- FIXME: no plural form -}; -lin topper_N = mkN "topper" "toppers"; -lin topping_A = compoundA (mkA "topping"); -lin toppingly_Adv = mkAdv "toppingly"; -lin topple_V = mkV "topple" "topples" "toppled" "toppled" "toppling"; -lin topple_V2 = mkV2 (mkV "topple" "topples" "toppled" "toppled" "toppling"); -lin topsail_N = mkN "topsail" "topsails"; -lin topsy_turvy_A = compoundA (mkA "topsy-turvy"); -lin topsy_turvy_Adv = mkAdv "topsy-turvy"; -lin topsy_turvydom_N = mkN "topsy-turvydom" "topsy-turvydoms"; -lin toque_N = mkN "toque" "toques"; -lin tor_N = mkN "tor" "tors"; -lin torbay_PN = mkPN "Torbay"; -lin torch_N = mkN "torch" "torches"; -lin torch_race_N = mkN "torch-race" "torch-races"; -lin torch_singer_N = mkN "torch-singer" "torch-singers"; -lin torchlight_N = mkN "torchlight" "-" {- FIXME: no plural form -}; -lin toreador_N = mkN "toreador" "toreadors"; -lin torino_PN = mkPN "Torino"; -lin torment_N = mkN "torment" "torments"; -lin torment_V2 = mkV2 (mkV "torment" "torments" "tormented" "tormented" "tormenting"); -lin tormentor_N = mkN "tormentor" "tormentors"; -lin tornado_N = mkN "tornado" "tornadoes"; -lin toronto_PN = mkPN "Toronto"; -lin torpedo_N = mkN "torpedo" "torpedoes"; -lin torpedo_V2 = mkV2 (mkV "torpedo" "torpedos" "torpedoed" "torpedoed" "torpedoing"); -lin torpedo_boat_N = mkN "torpedo-boat" "torpedo-boats"; -lin torpedo_tube_N = mkN "torpedo-tube" "torpedo-tubes"; -lin torpid_A = compoundA (mkA "torpid"); -lin torpidity_N = mkN "torpidity" "-" {- FIXME: no plural form -}; -lin torpidly_Adv = mkAdv "torpidly"; -lin torpidness_N = mkN "torpidness" "-" {- FIXME: no plural form -}; -lin torpor_N = mkN "torpor" "torpors"; -lin torque_N = mkN "torque" "torques"; -lin torrent_N = mkN "torrent" "torrents"; -lin torrential_A = compoundA (mkA "torrential"); -lin torrid_A = compoundA (mkA "torrid"); -lin torridity_N = mkN "torridity" "-" {- FIXME: no plural form -}; -lin torsion_N = mkN "torsion" "-" {- FIXME: no plural form -}; -lin torso_N = mkN "torso" "torsos"; -lin tort_N = mkN "tort" "torts"; -lin tortilla_N = mkN "tortilla" "tortillas"; -lin tortoise_N = mkN "tortoise" "tortoises"; -lin tortoiseshell_N = mkN "tortoiseshell" "-" {- FIXME: no plural form -}; -lin tortuous_A = compoundA (mkA "tortuous"); -lin tortuously_Adv = mkAdv "tortuously"; -lin torture_N = mkN "torture" "tortures"; -lin torture_V2 = mkV2 (mkV "torture" "tortures" "tortured" "tortured" "torturing"); -lin torturer_N = mkN "torturer" "torturers"; -lin tory_N = mkN "tory" "tories"; -lin tosh_N = mkN "tosh" "toshes"; -lin toss_N = mkN "toss" "tosses"; -lin toss_V = mkV "toss" "tosses" "tossed" "tossed" "tossing"; -lin toss_V2 = mkV2 (mkV "toss" "tosses" "tossed" "tossed" "tossing"); -lin toss_up_N = mkN "toss-up" "toss-ups"; -lin tot_N = mkN "tot" "tots"; -lin tot_V = mkV "tot" "tots" "totted" "totted" "totting"; -lin tot_V2 = mkV2 (mkV "tot" "tots" "totted" "totted" "totting"); -lin total_A = compoundA (mkA "total"); -lin total_N = mkN "total" "totals"; -lin total_V = mkV "total" "totals" "totalled" "totalled" "totalling"; -lin total_V2 = mkV2 (mkV "total" "totals" "totalled" "totalled" "totalling"); -lin totalitarian_A = compoundA (mkA "totalitarian"); -lin totalitarianism_N = mkN "totalitarianism" "-" {- FIXME: no plural form -}; -lin totality_N = mkN "totality" "-" {- FIXME: no plural form -}; -lin totalizator_N = mkN "totalizator" "totalizators"; -lin totally_Adv = mkAdv "totally"; -lin tote_N = mkN "tote" "totes"; -lin tote_V2 = mkV2 (mkV "tote" "totes" "toted" "toted" "toting"); -lin totem_N = mkN "totem" "totems"; -lin totem_pole_N = mkN "totem-pole" "totem-poles"; -lin totnes_PN = mkPN "Totnes"; -lin totter_V = mkV "totter" "totters" "tottered" "tottered" "tottering"; -lin tottery_A = compoundA (mkA "tottery"); -lin toucan_N = mkN "toucan" "toucans"; -lin touch_N = mkN "touch" "touches"; -lin touch_V = mkV "touch" "touches" "touched" "touched" "touching"; -lin touch_V2 = mkV2 (mkV "touch" "touches" "touched" "touched" "touching"); -lin touch_and_go_A = compoundA (mkA "touch-and-go"); -lin touch_type_V = mkV "touch-type" "touch-types" "touch-typed" "touch-typed" "touch-typing"; -lin touchable_A = compoundA (mkA "touchable"); -lin touchdown_N = mkN "touchdown" "touchdowns"; -lin touched_A = compoundA (mkA "touched"); -lin touchily_Adv = mkAdv "touchily"; -lin touchiness_N = mkN "touchiness" "-" {- FIXME: no plural form -}; -lin touching_A = compoundA (mkA "touching"); -lin touchingly_Adv = mkAdv "touchingly"; -lin touchline_N = mkN "touchline" "touchlines"; -lin touchstone_N = mkN "touchstone" "touchstones"; -lin touchy_A = mkA "touchy" "touchier"; -lin tough_A = mkA "tough" "tougher"; -lin tough_N = mkN "tough" "toughs"; -lin toughen_V = mkV "toughen" "toughens" "toughened" "toughened" "toughening"; -lin toughen_V2 = mkV2 (mkV "toughen" "toughens" "toughened" "toughened" "toughening"); -lin toughie_N = mkN "toughie" "toughies"; -lin toughly_Adv = mkAdv "toughly"; -lin toughness_N = mkN "toughness" "-" {- FIXME: no plural form -}; -lin toulon_PN = mkPN "Toulon"; -lin toulouse_PN = mkPN "Toulouse"; -lin toupee_N = mkN "toupee" "toupees"; -lin tour_N = mkN "tour" "tours"; -lin tour_V = mkV "tour" "tours" "toured" "toured" "touring"; -lin tour_V2 = mkV2 (mkV "tour" "tours" "toured" "toured" "touring"); -lin tour_de_force_N = mkN "tour de force" "IRREG"; -lin touring_A = compoundA (mkA "touring"); -lin touring_N = mkN "touring" "-" {- FIXME: no plural form -}; -lin tourism_N = mkN "tourism" "-" {- FIXME: no plural form -}; -lin tourist_N = mkN "tourist" "tourists"; -lin tournament_N = mkN "tournament" "tournaments"; -lin tourney_N = mkN "tourney" "tourneys"; -lin tourniquet_N = mkN "tourniquet" "tourniquets"; -lin tours_PN = mkPN "Tours"; -lin tousle_V2 = mkV2 (mkV "tousle" "tousles" "tousled" "tousled" "tousling"); -lin tout_N = mkN "tout" "touts"; -lin tout_V = mkV "tout" "touts" "touted" "touted" "touting"; -lin tout_ensemble_Adv = mkAdv "tout ensemble"; -lin tout_ensemble_N = mkN "tout ensemble" "IRREG"; -lin tow_N = mkN "tow" "tows"; -lin tow_V2 = mkV2 (mkV "tow" "tows" "towed" "towed" "towing"); -lin towel_N = mkN "towel" "towels"; -lin towel_V2 = mkV2 (mkV "towel" "towels" "towelled" "towelled" "towelling"); -lin towel_horse_N = mkN "towel-horse" "towel-horses"; -lin towel_rack_N = mkN "towel-rack" "towel-racks"; -lin towel_rail_N = mkN "towel-rail" "towel-rails"; -lin towelling_N = mkN "towelling" "-" {- FIXME: no plural form -}; -lin tower_N = mkN "tower" "towers"; -lin tower_V = mkV "tower" "towers" "towered" "towered" "towering"; -lin tower_block_N = mkN "tower-block" "tower-blocks"; -lin tower_hamlets_PN = mkPN "Tower hamlets"; -lin towering_A = compoundA (mkA "towering"); -lin towing_line_N = mkN "towing-line" "towing-lines"; -lin towing_path_N = mkN "towing-path" "towing-paths"; -lin towing_rope_N = mkN "towing-rope" "towing-ropes"; -lin towline_N = mkN "towline" "towlines"; -lin town_N = mkN "town" "towns"; -lin town_crier_N = mkN "town-crier" "town-criers"; -lin town_gas_N = mkN "town-gas" "-" {- FIXME: no plural form -}; -lin townee_N = mkN "townee" "townees"; -lin township_N = mkN "township" "townships"; -lin townsman_N = mkN "townsman" "townsmen" {- FIXME: guessed plural form -}; -lin towpath_N = mkN "towpath" "towpaths"; -lin towrope_N = mkN "towrope" "towropes"; -lin toxaemia_N = mkN "toxaemia" "-" {- FIXME: no plural form -}; -lin toxic_A = compoundA (mkA "toxic"); -lin toxicity_N = mkN "toxicity" "-" {- FIXME: no plural form -}; -lin toxicologist_N = mkN "toxicologist" "toxicologists"; -lin toxicology_N = mkN "toxicology" "-" {- FIXME: no plural form -}; -lin toxin_N = mkN "toxin" "toxins"; -lin toy_N = mkN "toy" "toys"; -lin toy_V = mkV "toy" "toys" "toyed" "toyed" "toying"; -lin toyshop_N = mkN "toyshop" "toyshops"; -lin trace_N = mkN "trace" "traces"; -lin trace_V = mkV "trace" "traces" "traced" "traced" "tracing"; -lin trace_V2 = mkV2 (mkV "trace" "traces" "traced" "traced" "tracing"); -lin traceable_A = compoundA (mkA "traceable"); -lin tracer_N = mkN "tracer" "tracers"; -lin tracery_N = mkN "tracery" "traceries"; -lin trachea_N = mkN "trachea" "tracheae" {- FIXME: guessed plural form -}; -lin trachoma_N = mkN "trachoma" "-" {- FIXME: no plural form -}; -lin tracing_N = mkN "tracing" "tracings"; -lin tracing_paper_N = mkN "tracing-paper" "-" {- FIXME: no plural form -}; -lin track_N = mkN "track" "tracks"; -lin track_V2 = mkV2 (mkV "track" "tracks" "tracked" "tracked" "tracking"); -lin tracked_A = compoundA (mkA "tracked"); -lin tracker_N = mkN "tracker" "trackers"; -lin trackless_A = compoundA (mkA "trackless"); -lin tract_N = mkN "tract" "tracts"; -lin tractability_N = mkN "tractability" "tractabilities"; -lin tractable_A = compoundA (mkA "tractable"); -lin traction_N = mkN "traction" "-" {- FIXME: no plural form -}; -lin traction_engine_N = mkN "traction-engine" "traction-engines"; -lin tractor_N = mkN "tractor" "tractors"; -lin tracy_PN = mkPN "Tracy"; -lin trad_N = mkN "trad" "-" {- FIXME: no plural form -}; -lin trade_N = mkN "trade" "trades"; -lin trade_V = mkV "trade" "trades" "traded" "traded" "trading"; -lin trade_V2 = mkV2 (mkV "trade" "trades" "traded" "traded" "trading"); -lin trade_in_N = mkN "trade-in" "trade-ins"; -lin trade_union_N = mkN "trade-union" "trade-unions"; -lin trade_unionism_N = mkN "trade-unionism" "-" {- FIXME: no plural form -}; -lin trade_unionist_N = mkN "trade-unionist" "trade-unionists"; -lin trade_wind_N = mkN "trade-wind" "trade-winds"; -lin trademark_N = mkN "trademark" "trademarks"; -lin trader_N = mkN "trader" "traders"; -lin trades_union_N = mkN "trades-union" "trades-unions"; -lin tradesman_N = mkN "tradesman" "tradesmen" {- FIXME: guessed plural form -}; -lin tradition_N = mkN "tradition" "traditions"; -lin traditional_A = compoundA (mkA "traditional"); -lin traditionalism_N = mkN "traditionalism" "-" {- FIXME: no plural form -}; -lin traditionalist_N = mkN "traditionalist" "traditionalists"; -lin traditionally_Adv = mkAdv "traditionally"; -lin traduce_V2 = mkV2 (mkV "traduce" "traduces" "traduced" "traduced" "traducing"); -lin traducer_N = mkN "traducer" "traducers"; -lin traffic_N = mkN "traffic" "-" {- FIXME: no plural form -}; -lin traffic_V = mkV "traffic" "IRREG" "IRREG" "IRREG" "IRREG"; -lin trafficator_N = mkN "trafficator" "trafficators"; -lin trafficker_N = mkN "trafficker" "traffickers"; -lin tragedian_N = mkN "tragedian" "tragedians"; -lin tragedienne_N = mkN "tragedienne" "tragediennes"; -lin tragedy_N = mkN "tragedy" "tragedies"; -lin tragic_A = compoundA (mkA "tragic"); -lin tragically_Adv = mkAdv "tragically"; -lin tragicomedy_N = mkN "tragicomedy" "tragicomedies"; -lin tragicomic_A = compoundA (mkA "tragicomic"); -lin trail_N = mkN "trail" "trails"; -lin trail_V = mkV "trail" "trails" "trailed" "trailed" "trailing"; -lin trail_V2 = mkV2 (mkV "trail" "trails" "trailed" "trailed" "trailing"); -lin trailer_N = mkN "trailer" "trailers"; -lin train_N = mkN "train" "trains"; -lin train_V = mkV "train" "trains" "trained" "trained" "training"; -lin train_V2 = mkV2 (mkV "train" "trains" "trained" "trained" "training"); -lin trainbearer_N = mkN "trainbearer" "trainbearers"; -lin trainee_N = mkN "trainee" "trainees"; -lin trainer_N = mkN "trainer" "trainers"; -lin training_N = mkN "training" "-" {- FIXME: no plural form -}; -lin training_college_N = mkN "training-college" "training-colleges"; -lin training_ship_N = mkN "training-ship" "training-ships"; -lin trainload_N = mkN "trainload" "trainloads"; -lin trainman_N = mkN "trainman" "trainmen" {- FIXME: guessed plural form -}; -lin traipse_V = mkV "traipse" "traipses" "traipsed" "traipsed" "traipsing"; -lin trait_N = mkN "trait" "traits"; -lin traitor_N = mkN "traitor" "traitors"; -lin traitorous_A = compoundA (mkA "traitorous"); -lin traitorously_Adv = mkAdv "traitorously"; -lin traitress_N = mkN "traitress" "traitresses"; -lin trajectory_N = mkN "trajectory" "trajectories"; -lin tralee_PN = mkPN "Tralee"; -lin tram_N = mkN "tram" "trams"; -lin tram_car_N = mkN "tram-car" "tram-cars"; -lin tramline_N = mkN "tramline" "tramlines"; -lin trammel_V2 = mkV2 (mkV "trammel" "trammels" "trammelled" "trammelled" "trammelling"); -lin tramp_N = mkN "tramp" "tramps"; -lin tramp_V = mkV "tramp" "tramps" "tramped" "tramped" "tramping"; -lin tramp_V2 = mkV2 (mkV "tramp" "tramps" "tramped" "tramped" "tramping"); -lin tramp_steamer_N = mkN "tramp-steamer" "tramp-steamers"; -lin trample_N = mkN "trample" "tramples"; -lin trample_V = mkV "trample" "tramples" "trampled" "trampled" "trampling"; -lin trample_V2 = mkV2 (mkV "trample" "tramples" "trampled" "trampled" "trampling"); -lin trampoline_N = mkN "trampoline" "trampolines"; -lin tramway_N = mkN "tramway" "tramways"; -lin trance_N = mkN "trance" "trances"; -lin tranent_PN = mkPN "Tranent"; -lin tranquil_A = compoundA (mkA "tranquil"); -lin tranquility_N = mkN "tranquility" "-" {- FIXME: no plural form -}; -lin tranquilize_V2 = mkV2 (mkV "tranquilize" "tranquilizes" "tranquilized" "tranquilized" "tranquilizing"); -lin tranquillity_N = mkN "tranquillity" "-" {- FIXME: no plural form -}; -lin tranquillize_V2 = mkV2 (mkV "tranquillize" "tranquillizes" "tranquillized" "tranquillized" "tranquillizing"); -lin tranquillizer_N = mkN "tranquillizer" "tranquillizers"; -lin tranquilly_Adv = mkAdv "tranquilly"; -lin trans_PN = mkPN "Trans"; -lin transact_V2 = mkV2 (mkV "transact" "transacts" "transacted" "transacted" "transacting"); -lin transaction_N = mkN "transaction" "transactions"; -lin transalpine_A = compoundA (mkA "transalpine"); -lin transalpine_N = mkN "transalpine" "transalpines"; -lin transatlantic_A = compoundA (mkA "transatlantic"); -lin transcend_V2 = mkV2 (mkV "transcend" "transcends" "transcended" "transcended" "transcending"); -lin transcendence_N = mkN "transcendence" "-" {- FIXME: no plural form -}; -lin transcendency_N = mkN "transcendency" "-" {- FIXME: no plural form -}; -lin transcendent_A = compoundA (mkA "transcendent"); -lin transcendental_A = compoundA (mkA "transcendental"); -lin transcendentalism_N = mkN "transcendentalism" "-" {- FIXME: no plural form -}; -lin transcendentalist_N = mkN "transcendentalist" "transcendentalists"; -lin transcendentally_Adv = mkAdv "transcendentally"; -lin transcontinental_A = compoundA (mkA "transcontinental"); -lin transcribe_V2 = mkV2 (mkV "transcribe" "transcribes" "transcribed" "transcribed" "transcribing"); -lin transcript_N = mkN "transcript" "transcripts"; -lin transcription_N = mkN "transcription" "transcriptions"; -lin transept_N = mkN "transept" "transepts"; -lin transfer_N = mkN "transfer" "transfers"; -lin transfer_V = mkV "transfer" "transfers" "transferred" "transferred" "transferring"; -lin transfer_V2 = mkV2 (mkV "transfer" "transfers" "transferred" "transferred" "transferring"); -lin transferability_N = mkN "transferability" "-" {- FIXME: no plural form -}; -lin transferable_A = compoundA (mkA "transferable"); -lin transference_N = mkN "transference" "transferences"; -lin transfiguration_N = mkN "transfiguration" "transfigurations"; -lin transfigure_V2 = mkV2 (mkV "transfigure" "transfigures" "transfigured" "transfigured" "transfiguring"); -lin transfix_V2 = mkV2 (mkV "transfix" "transfixes" "transfixed" "transfixed" "transfixing"); -lin transform_V2 = mkV2 (mkV "transform" "transforms" "transformed" "transformed" "transforming"); -lin transformable_A = compoundA (mkA "transformable"); -lin transformation_N = mkN "transformation" "transformations"; -lin transformer_N = mkN "transformer" "transformers"; -lin transfuse_V2 = mkV2 (mkV "transfuse" "transfuses" "transfused" "transfused" "transfusing"); -lin transfusion_N = mkN "transfusion" "transfusions"; -lin transgress_V = mkV "transgress" "transgresses" "transgressed" "transgressed" "transgressing"; -lin transgress_V2 = mkV2 (mkV "transgress" "transgresses" "transgressed" "transgressed" "transgressing"); -lin transgression_N = mkN "transgression" "transgressions"; -lin transgressor_N = mkN "transgressor" "transgressors"; -lin transience_N = mkN "transience" "-" {- FIXME: no plural form -}; -lin transiency_N = mkN "transiency" "-" {- FIXME: no plural form -}; -lin transient_A = compoundA (mkA "transient"); -lin transient_N = mkN "transient" "transients"; -lin transiently_Adv = mkAdv "transiently"; -lin transistor_N = mkN "transistor" "transistors"; -lin transistorized_A = compoundA (mkA "transistorized"); -lin transit_N = mkN "transit" "-" {- FIXME: no plural form -}; -lin transition_N = mkN "transition" "transitions"; -lin transitional_A = compoundA (mkA "transitional"); -lin transitionally_Adv = mkAdv "transitionally"; -lin transitive_A = compoundA (mkA "transitive"); -lin transitively_Adv = mkAdv "transitively"; -lin transitory_A = compoundA (mkA "transitory"); -lin translatable_A = compoundA (mkA "translatable"); -lin translate_V2 = mkV2 (mkV "translate" "translates" "translated" "translated" "translating"); -lin translation_N = mkN "translation" "translations"; -lin translator_N = mkN "translator" "translators"; -lin transliterate_V2 = mkV2 (mkV "transliterate" "transliterates" "transliterated" "transliterated" "transliterating"); -lin transliteration_N = mkN "transliteration" "transliterations"; -lin translucence_N = mkN "translucence" "-" {- FIXME: no plural form -}; -lin translucency_N = mkN "translucency" "-" {- FIXME: no plural form -}; -lin translucent_A = compoundA (mkA "translucent"); -lin transmigration_N = mkN "transmigration" "-" {- FIXME: no plural form -}; -lin transmission_N = mkN "transmission" "transmissions"; -lin transmit_V2 = mkV2 (mkV "transmit" "transmits" "transmitted" "transmitted" "transmitting"); -lin transmitter_N = mkN "transmitter" "transmitters"; -lin transmogrification_N = mkN "transmogrification" "transmogrifications"; -lin transmogrify_V2 = mkV2 (mkV "transmogrify" "transmogrifies" "transmogrified" "transmogrified" "transmogrifying"); -lin transmutable_A = compoundA (mkA "transmutable"); -lin transmutation_N = mkN "transmutation" "transmutations"; -lin transmute_V2 = mkV2 (mkV "transmute" "transmutes" "transmuted" "transmuted" "transmuting"); -lin transoceanic_A = compoundA (mkA "transoceanic"); -lin transom_N = mkN "transom" "transoms"; -lin transom_window_N = mkN "transom-window" "transom-windows"; -lin transparence_N = mkN "transparence" "-" {- FIXME: no plural form -}; -lin transparency_N = mkN "transparency" "transparencies"; -lin transparent_A = compoundA (mkA "transparent"); -lin transparently_Adv = mkAdv "transparently"; -lin transpiration_N = mkN "transpiration" "-" {- FIXME: no plural form -}; -lin transpire_V = mkV "transpire" "transpires" "transpired" "transpired" "transpiring"; -lin transpire_V2 = mkV2 (mkV "transpire" "transpires" "transpired" "transpired" "transpiring"); -lin transplant_N = mkN "transplant" "transplants"; -lin transplant_V = mkV "transplant" "transplants" "transplanted" "transplanted" "transplanting"; -lin transplant_V2 = mkV2 (mkV "transplant" "transplants" "transplanted" "transplanted" "transplanting"); -lin transplantation_N = mkN "transplantation" "transplantations"; -lin transpolar_A = compoundA (mkA "transpolar"); -lin transport_N = mkN "transport" "transports"; -lin transport_V2 = mkV2 (mkV "transport" "transports" "transported" "transported" "transporting"); -lin transportable_A = compoundA (mkA "transportable"); -lin transportation_N = mkN "transportation" "-" {- FIXME: no plural form -}; -lin transporter_N = mkN "transporter" "transporters"; -lin transpose_V2 = mkV2 (mkV "transpose" "transposes" "transposed" "transposed" "transposing"); -lin transposition_N = mkN "transposition" "transpositions"; -lin transsexual_N = mkN "transsexual" "transsexuals"; -lin transship_V2 = mkV2 (mkV "transship" "transships" "transshipped" "transshipped" "transshipping"); -lin transshipment_N = mkN "transshipment" "transshipments"; -lin transubstantiation_N = mkN "transubstantiation" "-" {- FIXME: no plural form -}; -lin transverse_A = compoundA (mkA "transverse"); -lin transversely_Adv = mkAdv "transversely"; -lin transvestism_N = mkN "transvestism" "-" {- FIXME: no plural form -}; -lin transvestite_N = mkN "transvestite" "transvestites"; -lin trap_N = mkN "trap" "traps"; -lin trap_V2 = mkV2 (mkV "trap" "traps" "trapped" "trapped" "trapping"); -lin trap_door_N = mkN "trap-door" "trap-doors"; -lin trap_shooting_N = mkN "trap-shooting" "-" {- FIXME: no plural form -}; -lin trapeze_N = mkN "trapeze" "trapezes"; -lin trapezium_N = mkN "trapezium" "trapeziums"; -lin trapezoid_N = mkN "trapezoid" "trapezoids"; -lin trapper_N = mkN "trapper" "trappers"; -lin trappist_N = mkN "trappist" "trappists"; -lin trash_N = mkN "trash" "-" {- FIXME: no plural form -}; -lin trashy_A = mkA "trashy" "trashier"; -lin trauma_N = mkN "trauma" "traumas"; -lin traumatic_A = compoundA (mkA "traumatic"); -lin travail_N = mkN "travail" "travails"; -lin travel_N = mkN "travel" "travels"; -lin travel_V = mkV "travel" "travels" "travelled" "travelled" "travelling"; -lin travel_V2 = mkV2 (mkV "travel" "travels" "travelled" "travelled" "travelling"); -lin travel_soiled_A = compoundA (mkA "travel-soiled"); -lin travel_stained_A = compoundA (mkA "travel-stained"); -lin travel_worn_A = compoundA (mkA "travel-worn"); -lin traveled_A = compoundA (mkA "traveled"); -lin travelled_A = compoundA (mkA "travelled"); -lin traveller_N = mkN "traveller" "travellers"; -lin travelling_N = mkN "travelling" "-" {- FIXME: no plural form -}; -lin travelogue_N = mkN "travelogue" "travelogues"; -lin traverse_N = mkN "traverse" "traverses"; -lin traverse_V2 = mkV2 (mkV "traverse" "traverses" "traversed" "traversed" "traversing"); -lin travesty_N = mkN "travesty" "travesties"; -lin travesty_V2 = mkV2 (mkV "travesty" "travesties" "travestied" "travestied" "travestying"); -lin trawl_N = mkN "trawl" "trawls"; -lin trawl_V = mkV "trawl" "trawls" "trawled" "trawled" "trawling"; -lin trawl_V2 = mkV2 (mkV "trawl" "trawls" "trawled" "trawled" "trawling"); -lin trawl_net_N = mkN "trawl-net" "trawl-nets"; -lin trawler_N = mkN "trawler" "trawlers"; -lin tray_N = mkN "tray" "trays"; -lin tray_cloth_N = mkN "tray-cloth" "tray-cloths"; -lin treacherous_A = compoundA (mkA "treacherous"); -lin treacherously_Adv = mkAdv "treacherously"; -lin treachery_N = mkN "treachery" "treacheries"; -lin treacle_N = mkN "treacle" "-" {- FIXME: no plural form -}; -lin treacly_A = compoundA (mkA "treacly"); -lin tread_N = mkN "tread" "treads"; -lin tread_V = IrregEng.tread_V; -lin tread_V2 = mkV2 (IrregEng.tread_V); -lin treadle_N = mkN "treadle" "treadles"; -lin treadle_V = mkV "treadle" "treadles" "treadled" "treadled" "treadling"; -lin treadmill_N = mkN "treadmill" "treadmills"; -lin treas_N = mkN "treas" "-" {- FIXME: no plural form -}; -lin treason_N = mkN "treason" "-" {- FIXME: no plural form -}; -lin treasonable_A = compoundA (mkA "treasonable"); -lin treasonably_Adv = mkAdv "treasonably"; -lin treasonous_A = compoundA (mkA "treasonous"); -lin treasure_N = mkN "treasure" "treasures"; -lin treasure_V2 = mkV2 (mkV "treasure" "treasures" "treasured" "treasured" "treasuring"); -lin treasure_house_N = mkN "treasure-house" "treasure-houses"; -lin treasure_trove_N = mkN "treasure-trove" "-" {- FIXME: no plural form -}; -lin treasurer_N = mkN "treasurer" "treasurers"; -lin treasury_N = mkN "treasury" "treasuries"; -lin treat_N = mkN "treat" "treats"; -lin treat_V = mkV "treat" "treats" "treated" "treated" "treating"; -lin treat_V2 = mkV2 (mkV "treat" "treats" "treated" "treated" "treating"); -lin treatise_N = mkN "treatise" "treatises"; -lin treatment_N = mkN "treatment" "treatments"; -lin treaty_N = mkN "treaty" "treaties"; -lin treble_A = compoundA (mkA "treble"); -lin treble_N = mkN "treble" "trebles"; -lin treble_V = mkV "treble" "trebles" "trebled" "trebled" "trebling"; -lin treble_V2 = mkV2 (mkV "treble" "trebles" "trebled" "trebled" "trebling"); -lin tredegar_PN = mkPN "Tredegar"; -lin tree_N = mkN "tree" "trees"; -lin tree_V2 = mkV2 (mkV "tree" "IRREG" "IRREG" "IRREG" "IRREG"); -lin tree_fern_N = mkN "tree-fern" "tree-ferns"; -lin treeless_A = compoundA (mkA "treeless"); -lin trefoil_N = mkN "trefoil" "trefoils"; -lin trek_N = mkN "trek" "treks"; -lin trek_V = mkV "trek" "treks" "trekked" "trekked" "trekking"; -lin trellis_N = mkN "trellis" "trellises"; -lin trellis_V2 = mkV2 (mkV "trellis" "trellises" "trellised" "trellised" "trellising"); -lin tremble_N = mkN "tremble" "trembles"; -lin tremble_V = mkV "tremble" "trembles" "trembled" "trembled" "trembling"; -lin tremendous_A = compoundA (mkA "tremendous"); -lin tremendously_Adv = mkAdv "tremendously"; -lin tremolo_N = mkN "tremolo" "tremolos"; -lin tremor_N = mkN "tremor" "tremors"; -lin tremulous_A = compoundA (mkA "tremulous"); -lin tremulously_Adv = mkAdv "tremulously"; -lin trench_N = mkN "trench" "trenches"; -lin trench_V2 = mkV2 (mkV "trench" "trenches" "trenched" "trenched" "trenching"); -lin trenchancy_N = mkN "trenchancy" "-" {- FIXME: no plural form -}; -lin trenchant_A = compoundA (mkA "trenchant"); -lin trenchantly_Adv = mkAdv "trenchantly"; -lin trencher_N = mkN "trencher" "trenchers"; -lin trencherman_N = mkN "trencherman" "trenchermen" {- FIXME: guessed plural form -}; -lin trend_N = mkN "trend" "trends"; -lin trend_V = mkV "trend" "trends" "trended" "trended" "trending"; -lin trend_setter_N = mkN "trend-setter" "trend-setters"; -lin trend_setting_N = mkN "trend-setting" "-" {- FIXME: no plural form -}; -lin trendy_A = mkA "trendy" "trendier"; -lin trepan_V2 = mkV2 (mkV "trepan" "trepans" "trepanned" "trepanned" "trepanning"); -lin trephine_N = mkN "trephine" "trephines"; -lin trephine_V2 = mkV2 (mkV "trephine" "trephines" "trephined" "trephined" "trephining"); -lin trepidation_N = mkN "trepidation" "-" {- FIXME: no plural form -}; -lin trespass_N = mkN "trespass" "trespasses"; -lin trespass_V = mkV "trespass" "trespasses" "trespassed" "trespassed" "trespassing"; -lin trespasser_N = mkN "trespasser" "trespassers"; -lin tress_N = mkN "tress" "tresses"; -lin trestle_N = mkN "trestle" "trestles"; -lin trestle_bridge_N = mkN "trestle-bridge" "trestle-bridges"; -lin trestle_table_N = mkN "trestle-table" "trestle-tables"; -lin trevor_PN = mkPN "Trevor"; -lin triad_N = mkN "triad" "triads"; -lin trial_N = mkN "trial" "trials"; -lin triangle_N = mkN "triangle" "triangles"; -lin triangular_A = compoundA (mkA "triangular"); -lin tribal_A = compoundA (mkA "tribal"); -lin tribalism_N = mkN "tribalism" "-" {- FIXME: no plural form -}; -lin tribe_N = mkN "tribe" "tribes"; -lin tribesman_N = mkN "tribesman" "tribesmen" {- FIXME: guessed plural form -}; -lin tribulation_N = mkN "tribulation" "tribulations"; -lin tribunal_N = mkN "tribunal" "tribunals"; -lin tribune_N = mkN "tribune" "tribunes"; -lin tributary_A = compoundA (mkA "tributary"); -lin tributary_N = mkN "tributary" "tributaries"; -lin tribute_N = mkN "tribute" "tributes"; -lin trice_N = mkN "trice" "trices"; -lin trice_V2 = mkV2 (mkV "trice" "trices" "triced" "triced" "tricing"); -lin trick_N = mkN "trick" "tricks"; -lin trick_V2 = mkV2 (mkV "trick" "tricks" "tricked" "tricked" "tricking"); -lin trickery_N = mkN "trickery" "-" {- FIXME: no plural form -}; -lin trickiness_N = mkN "trickiness" "-" {- FIXME: no plural form -}; -lin trickle_N = mkN "trickle" "trickles"; -lin trickle_V = mkV "trickle" "trickles" "trickled" "trickled" "trickling"; -lin trickle_V2 = mkV2 (mkV "trickle" "trickles" "trickled" "trickled" "trickling"); -lin trickster_N = mkN "trickster" "tricksters"; -lin tricksy_A = compoundA (mkA "tricksy"); -lin tricky_A = mkA "tricky" "trickier"; -lin tricolour_N = mkN "tricolour" "tricolours"; -lin tricycle_N = mkN "tricycle" "tricycles"; -lin trident_N = mkN "trident" "tridents"; -lin tried_A = compoundA (mkA "tried"); -lin triennial_A = compoundA (mkA "triennial"); -lin triennial_N = mkN "triennial" "triennials"; -lin trier_N = mkN "trier" "triers"; -lin trieste_PN = mkPN "Trieste"; -lin trifle_N = mkN "trifle" "trifles"; -lin trifle_V = mkV "trifle" "trifles" "trifled" "trifled" "trifling"; -lin trifle_V2 = mkV2 (mkV "trifle" "trifles" "trifled" "trifled" "trifling"); -lin trifler_N = mkN "trifler" "triflers"; -lin trifling_A = compoundA (mkA "trifling"); -lin trigger_N = mkN "trigger" "triggers"; -lin trigger_V2 = mkV2 (mkV "trigger" "triggers" "triggered" "triggered" "triggering"); -lin trigger_happy_A = compoundA (mkA "trigger-happy"); -lin trigonometry_N = mkN "trigonometry" "-" {- FIXME: no plural form -}; -lin trilateral_A = compoundA (mkA "trilateral"); -lin trilby_N = mkN "trilby" "trilbies"; -lin trill_N = mkN "trill" "trills"; -lin trill_V = mkV "trill" "trills" "trilled" "trilled" "trilling"; -lin trill_V2 = mkV2 (mkV "trill" "trills" "trilled" "trilled" "trilling"); -lin trillion_A = compoundA (mkA "trillion"); -lin trillion_N = mkN "trillion" "trillions"; -lin trillionth_A = compoundA (mkA "trillionth"); -lin trillionth_N = mkN "trillionth" "trillionths"; -lin trilogy_N = mkN "trilogy" "trilogies"; -lin trim_A = mkA "trim" "trimmer*"; -lin trim_N = mkN "trim" "-" {- FIXME: no plural form -}; -lin trim_V = mkV "trim" "trims" "trimmed" "trimmed" "trimming"; -lin trim_V2 = mkV2 (mkV "trim" "trims" "trimmed" "trimmed" "trimming"); -lin trimaran_N = mkN "trimaran" "trimarans"; -lin trimly_Adv = mkAdv "trimly"; -lin trimmer_N = mkN "trimmer" "trimmers"; -lin trimming_N = mkN "trimming" "trimmings"; -lin tring_PN = mkPN "Tring"; -lin trinidad_PN = mkPN "Trinidad"; -lin trinidadian_A = compoundA (mkA "trinidadian"); -lin trinidadian_N = mkN "trinidadian" "trinidadians"; -lin trinitrotoluene_N = mkN "trinitrotoluene" "-" {- FIXME: no plural form -}; -lin trinity_N = mkN "trinity" "trinities"; -lin trinket_N = mkN "trinket" "trinkets"; -lin trio_N = mkN "trio" "trios"; -lin trip_N = mkN "trip" "trips"; -lin trip_V = mkV "trip" "trips" "tripped" "tripped" "tripping"; -lin trip_V2 = mkV2 (mkV "trip" "trips" "tripped" "tripped" "tripping"); -lin tripartite_A = compoundA (mkA "tripartite"); -lin tripe_N = mkN "tripe" "-" {- FIXME: no plural form -}; -lin triple_A = compoundA (mkA "triple"); -lin triple_V = mkV "triple" "triples" "tripled" "tripled" "tripling"; -lin triple_V2 = mkV2 (mkV "triple" "triples" "tripled" "tripled" "tripling"); -lin triplet_N = mkN "triplet" "triplets"; -lin triplex_A = compoundA (mkA "triplex"); -lin triplicate_A = compoundA (mkA "triplicate"); -lin triplicate_N = mkN "triplicate" "triplicates"; -lin triplicate_V2 = mkV2 (mkV "triplicate" "triplicates" "triplicated" "triplicated" "triplicating"); -lin tripod_N = mkN "tripod" "tripods"; -lin tripos_N = mkN "tripos" "triposes"; -lin tripper_N = mkN "tripper" "trippers"; -lin tripping_A = compoundA (mkA "tripping"); -lin trippingly_Adv = mkAdv "trippingly"; -lin triptych_N = mkN "triptych" "triptychs"; -lin trireme_N = mkN "trireme" "triremes"; -lin trisect_V2 = mkV2 (mkV "trisect" "trisects" "trisected" "trisected" "trisecting"); -lin trite_A = compoundA (mkA "trite"); -lin tritely_Adv = mkAdv "tritely"; -lin triteness_N = mkN "triteness" "-" {- FIXME: no plural form -}; -lin triumph_N = mkN "triumph" "triumphs"; -lin triumph_V = mkV "triumph" "triumphs" "triumphed" "triumphed" "triumphing"; -lin triumphal_A = compoundA (mkA "triumphal"); -lin triumphant_A = compoundA (mkA "triumphant"); -lin triumphantly_Adv = mkAdv "triumphantly"; -lin triumvir_N = mkN "triumvir" "triumvirs"; -lin triumvirate_N = mkN "triumvirate" "triumvirates"; -lin triune_A = compoundA (mkA "triune"); -lin trivet_N = mkN "trivet" "trivets"; -lin trivial_A = compoundA (mkA "trivial"); -lin triviality_N = mkN "triviality" "trivialities"; -lin trivialize_V2 = mkV2 (mkV "trivialize" "trivializes" "trivialized" "trivialized" "trivializing"); -lin trivially_Adv = mkAdv "trivially"; -lin trochaic_A = compoundA (mkA "trochaic"); -lin trochee_N = mkN "trochee" "trochees"; -lin troglodyte_N = mkN "troglodyte" "troglodytes"; -lin troika_N = mkN "troika" "troikas"; -lin trojan_A = compoundA (mkA "trojan"); -lin trojan_N = mkN "trojan" "trojans"; -lin troll_N = mkN "troll" "trolls"; -lin troll_V = mkV "troll" "trolls" "trolled" "trolled" "trolling"; -lin troll_V2 = mkV2 (mkV "troll" "trolls" "trolled" "trolled" "trolling"); -lin trolley_N = mkN "trolley" "trolleys"; -lin trolley_car_N = mkN "trolley-car" "trolley-cars"; -lin trollop_N = mkN "trollop" "trollops"; -lin trombone_N = mkN "trombone" "trombones"; -lin trombonist_N = mkN "trombonist" "trombonists"; -lin troon_PN = mkPN "Troon"; -lin troop_N = mkN "troop" "troops"; -lin troop_V = mkV "troop" "troops" "trooped" "trooped" "trooping"; -lin troop_V2 = mkV2 (mkV "troop" "troops" "trooped" "trooped" "trooping"); -lin troop_carrier_N = mkN "troop-carrier" "troop-carriers"; -lin trooper_N = mkN "trooper" "troopers"; -lin troopship_N = mkN "troopship" "troopships"; -lin trope_N = mkN "trope" "tropes"; -lin trophy_N = mkN "trophy" "trophies"; -lin tropic_N = mkN "tropic" "tropics"; -lin tropical_A = compoundA (mkA "tropical"); -lin tropically_Adv = mkAdv "tropically"; -lin trot_N = mkN "trot" "trots"; -lin trot_V = mkV "trot" "trots" "trotted" "trotted" "trotting"; -lin trot_V2 = mkV2 (mkV "trot" "trots" "trotted" "trotted" "trotting"); -lin troth_N = mkN "troth" "-" {- FIXME: no plural form -}; -lin trotter_N = mkN "trotter" "trotters"; -lin troubadour_N = mkN "troubadour" "troubadours"; -lin trouble_N = mkN "trouble" "troubles"; -lin trouble_V = mkV "trouble" "troubles" "troubled" "troubled" "troubling"; -lin trouble_V2 = mkV2 (mkV "trouble" "troubles" "troubled" "troubled" "troubling"); -lin troublemaker_N = mkN "troublemaker" "troublemakers"; -lin troubleshooter_N = mkN "troubleshooter" "troubleshooters"; -lin troublesome_A = compoundA (mkA "troublesome"); -lin troublous_A = compoundA (mkA "troublous"); -lin trough_N = mkN "trough" "troughs"; -lin trounce_V2 = mkV2 (mkV "trounce" "trounces" "trounced" "trounced" "trouncing"); -lin trouncing_N = mkN "trouncing" "trouncings"; -lin troupe_N = mkN "troupe" "troupes"; -lin trouper_N = mkN "trouper" "troupers"; -lin trouser_N = mkN "trouser" "trousers"; -lin trousseau_N = mkN "trousseau" "trousseaus"; -lin trout_N = mkN "trout" "trout"; -lin trove_N = mkN "trove" "troves"; -lin trowbridge_PN = mkPN "Trowbridge"; -lin trowel_N = mkN "trowel" "trowels"; -lin troy_N = mkN "troy" "-" {- FIXME: no plural form -}; -lin truancy_N = mkN "truancy" "truancies"; -lin truant_N = mkN "truant" "truants"; -lin truce_N = mkN "truce" "truces"; -lin truck_N = mkN "truck" "trucks"; -lin truckle_N = mkN "truckle" "truckles"; -lin truckle_V = mkV "truckle" "truckles" "truckled" "truckled" "truckling"; -lin truckle_bed_N = mkN "truckle-bed" "truckle-beds"; -lin truculence_N = mkN "truculence" "-" {- FIXME: no plural form -}; -lin truculency_N = mkN "truculency" "-" {- FIXME: no plural form -}; -lin truculent_A = compoundA (mkA "truculent"); -lin truculently_Adv = mkAdv "truculently"; -lin trudge_N = mkN "trudge" "trudges"; -lin trudge_V = mkV "trudge" "trudges" "trudged" "trudged" "trudging"; -lin true_A = mkA "true" "truer"; -lin true_Adv = mkAdv "true"; -lin true_N = mkN "true" "trues"; -lin true_V2 = mkV2 (mkV "true" "trues" "trued" "trued" "truing"); -lin true_blue_A = compoundA (mkA "true-blue"); -lin true_blue_N = mkN "true-blue" "true-blues"; -lin true_hearted_A = compoundA (mkA "true-hearted"); -lin truelove_N = mkN "truelove" "trueloves"; -lin truffle_N = mkN "truffle" "truffles"; -lin truism_N = mkN "truism" "truisms"; -lin truly_Adv = mkAdv "truly"; -lin trump_N = mkN "trump" "trumps"; -lin trump_V = mkV "trump" "trumps" "trumped" "trumped" "trumping"; -lin trump_V2 = mkV2 (mkV "trump" "trumps" "trumped" "trumped" "trumping"); -lin trumpery_A = compoundA (mkA "trumpery"); -lin trumpet_N = mkN "trumpet" "trumpets"; -lin trumpet_V = mkV "trumpet" "trumpets" "trumpeted" "trumpeted" "trumpeting"; -lin trumpet_V2 = mkV2 (mkV "trumpet" "trumpets" "trumpeted" "trumpeted" "trumpeting"); -lin trumpeter_N = mkN "trumpeter" "trumpeters"; -lin truncate_V2 = mkV2 (mkV "truncate" "truncates" "truncated" "truncated" "truncating"); -lin truncheon_N = mkN "truncheon" "truncheons"; -lin trundle_V = mkV "trundle" "trundles" "trundled" "trundled" "trundling"; -lin trundle_V2 = mkV2 (mkV "trundle" "trundles" "trundled" "trundled" "trundling"); -lin trunk_N = mkN "trunk" "trunks"; -lin trunk_call_N = mkN "trunk-call" "trunk-calls"; -lin trunk_line_N = mkN "trunk-line" "trunk-lines"; -lin trunk_road_N = mkN "trunk-road" "trunk-roads"; -lin trunking_N = mkN "trunking" "-" {- FIXME: no plural form -}; -lin truro_PN = mkPN "Truro"; -lin truss_N = mkN "truss" "trusses"; -lin truss_V2 = mkV2 (mkV "truss" "trusses" "trussed" "trussed" "trussing"); -lin trust_N = mkN "trust" "trusts"; -lin trust_V = mkV "trust" "trusts" "trusted" "trusted" "trusting"; -lin trust_V2 = mkV2 (mkV "trust" "trusts" "trusted" "trusted" "trusting"); -lin trustee_N = mkN "trustee" "trustees"; -lin trusteeship_N = mkN "trusteeship" "trusteeships"; -lin trustful_A = compoundA (mkA "trustful"); -lin trustfully_Adv = mkAdv "trustfully"; -lin trusting_A = compoundA (mkA "trusting"); -lin trustingly_Adv = mkAdv "trustingly"; -lin trustworthiness_N = mkN "trustworthiness" "-" {- FIXME: no plural form -}; -lin trustworthy_A = compoundA (mkA "trustworthy"); -lin trusty_A = mkA "trusty" "trustier"; -lin truth_N = mkN "truth" "truths"; -lin truthful_A = compoundA (mkA "truthful"); -lin truthfully_Adv = mkAdv "truthfully"; -lin truthfulness_N = mkN "truthfulness" "-" {- FIXME: no plural form -}; -lin try_N = mkN "try" "tries"; -lin try_V = mkV "try" "tries" "tried" "tried" "trying"; -lin try_V2 = mkV2 (mkV "try" "tries" "tried" "tried" "trying"); -lin try_on_N = mkN "try-on" "try-ons"; -lin try_out_N = mkN "try-out" "try-outs"; -lin trying_A = compoundA (mkA "trying"); -lin tryst_N = mkN "tryst" "trysts"; -lin tsar_N = mkN "tsar" "tsars"; -lin tsarina_N = mkN "tsarina" "tsarinas"; -lin tsetse_N = mkN "tsetse" "tsetses"; -lin tsetse_fly_N = mkN "tsetse-fly" "tsetse-flies"; -lin tsinan_PN = mkPN "Tsinan"; -lin tsingtao_PN = mkPN "Tsingtao"; -lin tsitsihar_PN = mkPN "Tsitsihar"; -lin tswana_A = compoundA (mkA "tswana"); -lin tswana_N = mkN "tswana" "tswanas"; -lin tub_N = mkN "tub" "tubs"; -lin tub_thumper_N = mkN "tub-thumper" "tub-thumpers"; -lin tuba_N = mkN "tuba" "tubas"; -lin tubby_A = mkA "tubby" "tubbier"; -lin tube_N = mkN "tube" "tubes"; -lin tube_well_N = mkN "tube-well" "tube-wells"; -lin tubeless_A = compoundA (mkA "tubeless"); -lin tuber_N = mkN "tuber" "tubers"; -lin tubercular_A = compoundA (mkA "tubercular"); -lin tuberculosis_N = mkN "tuberculosis" "-" {- FIXME: no plural form -}; -lin tuberculous_A = compoundA (mkA "tuberculous"); -lin tubful_N = mkN "tubful" "tubfuls"; -lin tubing_N = mkN "tubing" "-" {- FIXME: no plural form -}; -lin tubular_A = compoundA (mkA "tubular"); -lin tuc_N = mkN "tuc" "-" {- FIXME: no plural form -}; -lin tuck_N = mkN "tuck" "tucks"; -lin tuck_V = mkV "tuck" "tucks" "tucked" "tucked" "tucking"; -lin tuck_V2 = mkV2 (mkV "tuck" "tucks" "tucked" "tucked" "tucking"); -lin tuck_in_N = mkN "tuck-in" "tuck-ins"; -lin tuck_shop_N = mkN "tuck-shop" "tuck-shops"; -lin tucker_N = mkN "tucker" "tuckers"; -lin tues_PN = mkPN "Tues"; -lin tuesday_N = mkN "tuesday" "tuesdays"; -lin tuesday_PN = mkPN "Tuesday"; -lin tuft_N = mkN "tuft" "tufts"; -lin tufted_A = compoundA (mkA "tufted"); -lin tug_N = mkN "tug" "tugs"; -lin tug_V = mkV "tug" "tugs" "tugged" "tugged" "tugging"; -lin tug_V2 = mkV2 (mkV "tug" "tugs" "tugged" "tugged" "tugging"); -lin tugboat_N = mkN "tugboat" "tugboats"; -lin tuition_N = mkN "tuition" "-" {- FIXME: no plural form -}; -lin tulip_N = mkN "tulip" "tulips"; -lin tulle_N = mkN "tulle" "-" {- FIXME: no plural form -}; -lin tullibody_PN = mkPN "Tullibody"; -lin tumble_N = mkN "tumble" "tumbles"; -lin tumble_V = mkV "tumble" "tumbles" "tumbled" "tumbled" "tumbling"; -lin tumble_V2 = mkV2 (mkV "tumble" "tumbles" "tumbled" "tumbled" "tumbling"); -lin tumble_down_A = compoundA (mkA "tumble-down"); -lin tumbler_N = mkN "tumbler" "tumblers"; -lin tumbleweed_N = mkN "tumbleweed" "-" {- FIXME: no plural form -}; -lin tumbrel_N = mkN "tumbrel" "tumbrels"; -lin tumbril_N = mkN "tumbril" "tumbrils"; -lin tumescence_N = mkN "tumescence" "tumescences"; -lin tumescent_A = compoundA (mkA "tumescent"); -lin tumid_A = compoundA (mkA "tumid"); -lin tumidity_N = mkN "tumidity" "-" {- FIXME: no plural form -}; -lin tummy_N = mkN "tummy" "tummies"; -lin tumour_N = mkN "tumour" "tumours"; -lin tumult_N = mkN "tumult" "tumults"; -lin tumultuous_A = compoundA (mkA "tumultuous"); -lin tumultuously_Adv = mkAdv "tumultuously"; -lin tumulus_N = mkN "tumulus" "tumuli" {- FIXME: guessed plural form -}; -lin tun_N = mkN "tun" "tuns"; -lin tuna_N = mkN "tuna" "tuna"; -lin tunbridge_wells_PN = mkPN "Tunbridge wells"; -lin tundra_N = mkN "tundra" "tundras"; -lin tune_N = mkN "tune" "tunes"; -lin tune_V = mkV "tune" "tunes" "tuned" "tuned" "tuning"; -lin tune_V2 = mkV2 (mkV "tune" "tunes" "tuned" "tuned" "tuning"); -lin tuneful_A = compoundA (mkA "tuneful"); -lin tunefully_Adv = mkAdv "tunefully"; -lin tunefulness_N = mkN "tunefulness" "-" {- FIXME: no plural form -}; -lin tuner_N = mkN "tuner" "tuners"; -lin tung_oil_N = mkN "tung-oil" "-" {- FIXME: no plural form -}; -lin tungsten_N = mkN "tungsten" "-" {- FIXME: no plural form -}; -lin tunic_N = mkN "tunic" "tunics"; -lin tuning_fork_N = mkN "tuning-fork" "tuning-forks"; -lin tunis_PN = mkPN "Tunis"; -lin tunisia_PN = mkPN "Tunisia"; -lin tunisian_A = compoundA (mkA "tunisian"); -lin tunisian_N = mkN "tunisian" "tunisians"; -lin tunnel_N = mkN "tunnel" "tunnels"; -lin tunnel_V = mkV "tunnel" "tunnels" "tunnelled" "tunnelled" "tunnelling"; -lin tunnel_V2 = mkV2 (mkV "tunnel" "tunnels" "tunnelled" "tunnelled" "tunnelling"); -lin tunny_N = mkN "tunny" "tunny"; -lin tup_N = mkN "tup" "tups"; -lin tuppence_N = mkN "tuppence" "tuppences"; -lin tuppenny_A = compoundA (mkA "tuppenny"); -lin turban_N = mkN "turban" "turbans"; -lin turbaned_A = compoundA (mkA "turbaned"); -lin turbid_A = compoundA (mkA "turbid"); -lin turbidity_N = mkN "turbidity" "-" {- FIXME: no plural form -}; -lin turbidness_N = mkN "turbidness" "-" {- FIXME: no plural form -}; -lin turbine_N = mkN "turbine" "turbines"; -lin turbojet_N = mkN "turbojet" "turbojets"; -lin turboprop_N = mkN "turboprop" "turboprops"; -lin turbot_N = mkN "turbot" "turbot"; -lin turbulence_N = mkN "turbulence" "turbulences"; -lin turbulent_A = compoundA (mkA "turbulent"); -lin turbulently_Adv = mkAdv "turbulently"; -lin turd_N = mkN "turd" "turds"; -lin tureen_N = mkN "tureen" "tureens"; -lin turf_N = mkN "turf" "turfs"; -lin turf_V2 = mkV2 (mkV "turf" "turfs" "turfed" "turfed" "turfing"); -lin turgid_A = compoundA (mkA "turgid"); -lin turgidity_N = mkN "turgidity" "-" {- FIXME: no plural form -}; -lin turgidly_Adv = mkAdv "turgidly"; -lin turin_PN = mkPN "Turin"; -lin turk_N = mkN "turk" "turks"; -lin turkey_N = mkN "turkey" "turkeys"; -lin turkey_PN = mkPN "Turkey"; -lin turkish_A = compoundA (mkA "turkish"); -lin turkish_N = mkN "turkish" "-" {- FIXME: no plural form -}; -lin turku_PN = mkPN "Turku"; -lin turmeric_N = mkN "turmeric" "-" {- FIXME: no plural form -}; -lin turmoil_N = mkN "turmoil" "turmoils"; -lin turn_N = mkN "turn" "turns"; -lin turn_V = mkV "turn" "turns" "turned" "turned" "turning"; -lin turn_V2 = mkV2 (mkV "turn" "turns" "turned" "turned" "turning"); -lin turn_off_N = mkN "turn-off" "turn-offs"; -lin turn_on_N = mkN "turn-on" "turn-ons"; -lin turn_out_N = mkN "turn-out" "turn-outs"; -lin turn_round_N = mkN "turn-round" "turn-rounds"; -lin turn_up_N = mkN "turn-up" "turn-ups"; -lin turncoat_N = mkN "turncoat" "turncoats"; -lin turncock_N = mkN "turncock" "turncocks"; -lin turner_N = mkN "turner" "turners"; -lin turning_N = mkN "turning" "turnings"; -lin turning_point_N = mkN "turning-point" "turning-points"; -lin turnip_N = mkN "turnip" "turnips"; -lin turnkey_N = mkN "turnkey" "turnkeys"; -lin turnover_N = mkN "turnover" "turnovers"; -lin turnpike_N = mkN "turnpike" "turnpikes"; -lin turnspit_N = mkN "turnspit" "turnspits"; -lin turnstile_N = mkN "turnstile" "turnstiles"; -lin turntable_N = mkN "turntable" "turntables"; -lin turpentine_N = mkN "turpentine" "-" {- FIXME: no plural form -}; -lin turpitude_N = mkN "turpitude" "-" {- FIXME: no plural form -}; -lin turps_N = mkN "turps" "-" {- FIXME: no plural form -}; -lin turquoise_N = mkN "turquoise" "turquoises"; -lin turret_N = mkN "turret" "turrets"; -lin turtle_N = mkN "turtle" "turtles"; -lin turtledove_N = mkN "turtledove" "turtledoves"; -lin turtleneck_A = compoundA (mkA "turtleneck"); -lin turtlenecked_A = compoundA (mkA "turtlenecked"); -lin tusk_N = mkN "tusk" "tusks"; -lin tussle_N = mkN "tussle" "tussles"; -lin tussle_V = mkV "tussle" "tussles" "tussled" "tussled" "tussling"; -lin tussock_N = mkN "tussock" "tussocks"; -lin tut_V2 = mkV2 (mkV "tut" "tuts" "tutted" "tutted" "tutting"); -lin tutelage_N = mkN "tutelage" "-" {- FIXME: no plural form -}; -lin tutelary_A = compoundA (mkA "tutelary"); -lin tutor_N = mkN "tutor" "tutors"; -lin tutor_V2 = mkV2 (mkV "tutor" "tutors" "tutored" "tutored" "tutoring"); -lin tutorial_A = compoundA (mkA "tutorial"); -lin tutorial_N = mkN "tutorial" "tutorials"; -lin tutorially_Adv = mkAdv "tutorially"; -lin tutorship_N = mkN "tutorship" "tutorships"; -lin tutti_frutti_N = mkN "tutti-frutti" "tutti-fruttis"; -lin tutu_N = mkN "tutu" "tutus"; -lin tuxedo_N = mkN "tuxedo" "tuxedos"; -lin tv_N = mkN "tv" "-" {- FIXME: no plural form -}; -lin tvs_N = mkN "-" "tvs" {- FIXME: no singular form -}; -lin twaddle_N = mkN "twaddle" "-" {- FIXME: no plural form -}; -lin twaddle_V = mkV "twaddle" "twaddles" "twaddled" "twaddled" "twaddling"; -lin twain_N = mkN "twain" "twains"; -lin twang_N = mkN "twang" "twangs"; -lin twang_V = mkV "twang" "twangs" "twanged" "twanged" "twanging"; -lin twang_V2 = mkV2 (mkV "twang" "twangs" "twanged" "twanged" "twanging"); -lin tweak_N = mkN "tweak" "tweaks"; -lin tweak_V2 = mkV2 (mkV "tweak" "tweaks" "tweaked" "tweaked" "tweaking"); -lin twee_A = compoundA (mkA "twee"); -lin tweed_N = mkN "tweed" "tweeds"; -lin tween_Adv = mkAdv "'tween"; -lin tween_decks_Adv = mkAdv "'tween-decks"; -lin tweet_N = mkN "tweet" "tweets"; -lin tweet_V = mkV "tweet" "tweets" "tweeted" "tweeted" "tweeting"; -lin tweeter_N = mkN "tweeter" "tweeters"; -lin twelfth_A = compoundA (mkA "twelfth"); -lin twelfth_N = mkN "twelfth" "twelfths"; -lin twelfth_night_N = mkN "twelfth-night" "twelfth-nights"; -lin twelfth_night_PN = mkPN "Twelfth-night"; -lin twelve_A = compoundA (mkA "twelve"); -lin twelve_N = mkN "twelve" "twelves"; -lin twelvemonth_N = mkN "twelvemonth" "twelvemonths"; -lin twentieth_A = compoundA (mkA "twentieth"); -lin twentieth_N = mkN "twentieth" "twentieths"; -lin twenty_A = compoundA (mkA "twenty"); -lin twenty_N = mkN "twenty" "twenties"; -lin twerp_N = mkN "twerp" "twerps"; -lin twice_Adv = mkAdv "twice"; -lin twiddle_N = mkN "twiddle" "twiddles"; -lin twiddle_V = mkV "twiddle" "twiddles" "twiddled" "twiddled" "twiddling"; -lin twiddle_V2 = mkV2 (mkV "twiddle" "twiddles" "twiddled" "twiddled" "twiddling"); -lin twiddly_A = compoundA (mkA "twiddly"); -lin twig_N = mkN "twig" "twigs"; -lin twig_V = mkV "twig" "twigs" "twigged" "twigged" "twigging"; -lin twig_V2 = mkV2 (mkV "twig" "twigs" "twigged" "twigged" "twigging"); -lin twiggy_A = mkA "twiggy" "twiggier"; -lin twilight_N = mkN "twilight" "-" {- FIXME: no plural form -}; -lin twilit_A = compoundA (mkA "twilit"); -lin twill_N = mkN "twill" "-" {- FIXME: no plural form -}; -lin twilled_A = compoundA (mkA "twilled"); -lin twin_N = mkN "twin" "twins"; -lin twin_V2 = mkV2 (mkV "twin" "twins" "twinned" "twinned" "twinning"); -lin twine_N = mkN "twine" "-" {- FIXME: no plural form -}; -lin twine_V = mkV "twine" "twines" "twined" "twined" "twining"; -lin twine_V2 = mkV2 (mkV "twine" "twines" "twined" "twined" "twining"); -lin twinge_N = mkN "twinge" "twinges"; -lin twinkle_N = mkN "twinkle" "-" {- FIXME: no plural form -}; -lin twinkle_V = mkV "twinkle" "twinkles" "twinkled" "twinkled" "twinkling"; -lin twinkling_N = mkN "twinkling" "IRREG"; -lin twinned_A = compoundA (mkA "twinned"); -lin twirl_N = mkN "twirl" "twirls"; -lin twirl_V = mkV "twirl" "twirls" "twirled" "twirled" "twirling"; -lin twirl_V2 = mkV2 (mkV "twirl" "twirls" "twirled" "twirled" "twirling"); -lin twist_N = mkN "twist" "twists"; -lin twist_V = mkV "twist" "twists" "twisted" "twisted" "twisting"; -lin twist_V2 = mkV2 (mkV "twist" "twists" "twisted" "twisted" "twisting"); -lin twister_N = mkN "twister" "twisters"; -lin twisty_A = mkA "twisty" "twistier"; -lin twit_N = mkN "twit" "twits"; -lin twit_V2 = mkV2 (mkV "twit" "twits" "twitted" "twitted" "twitting"); -lin twitch_N = mkN "twitch" "twitches"; -lin twitch_V = mkV "twitch" "twitches" "twitched" "twitched" "twitching"; -lin twitch_V2 = mkV2 (mkV "twitch" "twitches" "twitched" "twitched" "twitching"); -lin twitter_N = mkN "twitter" "twitters"; -lin twitter_V = mkV "twitter" "twitters" "twittered" "twittered" "twittering"; -lin two_A = compoundA (mkA "two"); -lin two_N = mkN "two" "twos"; -lin two_a_penny_A = compoundA (mkA "two-a-penny"); -lin two_edged_A = compoundA (mkA "two-edged"); -lin two_faced_A = compoundA (mkA "two-faced"); -lin two_funnelled_A = compoundA (mkA "two-funnelled"); -lin two_handed_A = compoundA (mkA "two-handed"); -lin two_piece_N = mkN "two-piece" "IRREG"; -lin two_ply_A = compoundA (mkA "two-ply"); -lin two_seater_N = mkN "two-seater" "two-seaters"; -lin two_step_N = mkN "two-step" "two-steps"; -lin two_timing_A = compoundA (mkA "two-timing"); -lin two_way_A = compoundA (mkA "two-way"); -lin twofold_A = compoundA (mkA "twofold"); -lin twofold_Adv = mkAdv "twofold"; -lin twopence_N = mkN "twopence" "twopences"; -lin twopenny_A = compoundA (mkA "twopenny"); -lin twopenny_halfpenny_A = compoundA (mkA "twopenny-halfpenny"); -lin tycoon_N = mkN "tycoon" "tycoons"; -lin tyke_N = mkN "tyke" "tykes"; -lin tympanum_N = mkN "tympanum" "tympanums"; -lin tyne_PN = mkPN "Tyne"; -lin tynemouth_PN = mkPN "Tynemouth"; -lin type_N = mkN "type" "types"; -lin type_V = mkV "type" "types" "typed" "typed" "typing"; -lin type_V2 = mkV2 (mkV "type" "types" "typed" "typed" "typing"); -lin typecast_V2 = mkV2 (mkV "type" IrregEng.cast_V); -lin typeface_N = mkN "typeface" "typefaces"; -lin typescript_N = mkN "typescript" "typescripts"; -lin typesetter_N = mkN "typesetter" "typesetters"; -lin typewriter_N = mkN "typewriter" "typewriters"; -lin typewritten_A = compoundA (mkA "typewritten"); -lin typhoid_N = mkN "typhoid" "-" {- FIXME: no plural form -}; -lin typhoon_N = mkN "typhoon" "typhoons"; -lin typhus_N = mkN "typhus" "-" {- FIXME: no plural form -}; -lin typical_A = compoundA (mkA "typical"); -lin typically_Adv = mkAdv "typically"; -lin typify_V2 = mkV2 (mkV "typify" "typifies" "typified" "typified" "typifying"); -lin typist_N = mkN "typist" "typists"; -lin typographer_N = mkN "typographer" "typographers"; -lin typographic_A = compoundA (mkA "typographic"); -lin typographically_Adv = mkAdv "typographically"; -lin typography_N = mkN "typography" "-" {- FIXME: no plural form -}; -lin tyrannical_A = compoundA (mkA "tyrannical"); -lin tyrannize_V = mkV "tyrannize" "tyrannizes" "tyrannized" "tyrannized" "tyrannizing"; -lin tyrannize_V2 = mkV2 (mkV "tyrannize" "tyrannizes" "tyrannized" "tyrannized" "tyrannizing"); -lin tyrannous_A = compoundA (mkA "tyrannous"); -lin tyranny_N = mkN "tyranny" "tyrannies"; -lin tyrant_N = mkN "tyrant" "tyrants"; -lin tyre_N = mkN "tyre" "tyres"; -lin tyro_N = mkN "tyro" "tyros"; -lin tyrone_PN = mkPN "Tyrone"; -lin tzar_N = mkN "tzar" "tzars"; -lin tzarina_N = mkN "tzarina" "tzarinas"; -lin tzupo_PN = mkPN "Tzupo"; -lin tete_a_tete_Adv = mkAdv "tête-à-tête"; -lin tete_a_tete_N = mkN "tête-à-tête" "tête-à-têtes"; -lin u_boat_N = mkN "u-boat" "u-boats"; -lin u_turn_N = mkN "u-turn" "u-turns"; -lin ubiquitous_A = compoundA (mkA "ubiquitous"); -lin ubiquity_N = mkN "ubiquity" "-" {- FIXME: no plural form -}; -lin udder_N = mkN "udder" "udders"; -lin uddingston_PN = mkPN "Uddingston"; -lin udi_PN = mkPN "Udi"; -lin udine_PN = mkPN "Udine"; -lin ufa_PN = mkPN "Ufa"; -lin ufo's_N = mkN "-" "ufo's" {- FIXME: no singular form -}; -lin ufo_N = mkN "ufo" "-" {- FIXME: no plural form -}; -lin uganda_PN = mkPN "Uganda"; -lin ugandan_A = compoundA (mkA "ugandan"); -lin ugandan_N = mkN "ugandan" "ugandans"; -lin uglify_V2 = mkV2 (mkV "uglify" "uglifies" "uglified" "uglified" "uglifying"); -lin ugliness_N = mkN "ugliness" "-" {- FIXME: no plural form -}; -lin ugly_A = mkA "ugly" "uglier"; -lin uk_PN = mkPN "uk"; -lin ukase_N = mkN "ukase" "ukases"; -lin ukulele_N = mkN "ukulele" "ukuleles"; -lin ulcer_N = mkN "ulcer" "ulcers"; -lin ulcerate_V = mkV "ulcerate" "ulcerates" "ulcerated" "ulcerated" "ulcerating"; -lin ulcerate_V2 = mkV2 (mkV "ulcerate" "ulcerates" "ulcerated" "ulcerated" "ulcerating"); -lin ulceration_N = mkN "ulceration" "ulcerations"; -lin ulcerous_A = compoundA (mkA "ulcerous"); -lin ulna_N = mkN "ulna" "ulnae" {- FIXME: guessed plural form -}; -lin ulster_N = mkN "ulster" "ulsters"; -lin ulster_PN = mkPN "Ulster"; -lin ulterior_A = compoundA (mkA "ulterior"); -lin ultimate_A = compoundA (mkA "ultimate"); -lin ultimately_Adv = mkAdv "ultimately"; -lin ultimatum_N = mkN "ultimatum" "ultimatums"; -lin ultimo_A = compoundA (mkA "ultimo"); -lin ultra_vires_A = compoundA (mkA "ultra vires"); -lin ultra_vires_Adv = mkAdv "ultra vires"; -lin ultramarine_A = compoundA (mkA "ultramarine"); -lin ultramarine_N = mkN "ultramarine" "ultramarines"; -lin ultramontane_A = compoundA (mkA "ultramontane"); -lin ultrasonic_A = compoundA (mkA "ultrasonic"); -lin ultraviolet_A = compoundA (mkA "ultraviolet"); -lin ululate_V = mkV "ululate" "ululates" "ululated" "ululated" "ululating"; -lin ululation_N = mkN "ululation" "ululations"; -lin ulverston_PN = mkPN "Ulverston"; -lin umber_A = compoundA (mkA "umber"); -lin umber_N = mkN "umber" "umbers"; -lin umbilical_A = compoundA (mkA "umbilical"); -lin umbrage_N = mkN "umbrage" "-" {- FIXME: no plural form -}; -lin umbrella_N = mkN "umbrella" "umbrellas"; -lin umlaut_N = mkN "umlaut" "umlauts"; -lin umpire_N = mkN "umpire" "umpires"; -lin umpire_V = mkV "umpire" "umpires" "umpired" "umpired" "umpiring"; -lin umpire_V2 = mkV2 (mkV "umpire" "umpires" "umpired" "umpired" "umpiring"); -lin umpteen_A = compoundA (mkA "umpteen"); -lin umpteenth_A = compoundA (mkA "umpteenth"); -lin un_N = mkN "un" "-" {- FIXME: no plural form -}; -lin un_come_at_able_A = compoundA (mkA "un-come-at-able"); -lin un_get_at_able_A = compoundA (mkA "un-get-at-able"); -lin unabashed_A = compoundA (mkA "unabashed"); -lin unabated_A = compoundA (mkA "unabated"); -lin unable_A = compoundA (mkA "unable"); -lin unabridged_A = compoundA (mkA "unabridged"); -lin unacceptable_A = compoundA (mkA "unacceptable"); -lin unacceptably_Adv = mkAdv "unacceptably"; -lin unaccommodating_A = compoundA (mkA "unaccommodating"); -lin unaccompanied_A = compoundA (mkA "unaccompanied"); -lin unaccountable_A = compoundA (mkA "unaccountable"); -lin unaccountably_Adv = mkAdv "unaccountably"; -lin unaccounted_A = compoundA (mkA "unaccounted"); -lin unaccustomed_A = compoundA (mkA "unaccustomed"); -lin unacknowledged_A = compoundA (mkA "unacknowledged"); -lin unacquainted_A = compoundA (mkA "unacquainted"); -lin unadorned_A = compoundA (mkA "unadorned"); -lin unadulterated_A = compoundA (mkA "unadulterated"); -lin unadventurous_A = compoundA (mkA "unadventurous"); -lin unadvised_A = compoundA (mkA "unadvised"); -lin unadvisedly_Adv = mkAdv "unadvisedly"; -lin unaffected_A = compoundA (mkA "unaffected"); -lin unafraid_A = compoundA (mkA "unafraid"); -lin unaided_A = compoundA (mkA "unaided"); -lin unalienable_A = compoundA (mkA "unalienable"); -lin unaligned_A = compoundA (mkA "unaligned"); -lin unalloyed_A = compoundA (mkA "unalloyed"); -lin unalterable_A = compoundA (mkA "unalterable"); -lin unalterably_Adv = mkAdv "unalterably"; -lin unaltered_A = compoundA (mkA "unaltered"); -lin unambiguous_A = compoundA (mkA "unambiguous"); -lin unambiguously_Adv = mkAdv "unambiguously"; -lin unamended_A = compoundA (mkA "unamended"); -lin unanimity_N = mkN "unanimity" "-" {- FIXME: no plural form -}; -lin unanimous_A = compoundA (mkA "unanimous"); -lin unanimously_Adv = mkAdv "unanimously"; -lin unannounced_A = compoundA (mkA "unannounced"); -lin unanswerable_A = compoundA (mkA "unanswerable"); -lin unanswered_A = compoundA (mkA "unanswered"); -lin unanticipated_A = compoundA (mkA "unanticipated"); -lin unappealing_A = compoundA (mkA "unappealing"); -lin unappetizing_A = compoundA (mkA "unappetizing"); -lin unappreciated_A = compoundA (mkA "unappreciated"); -lin unappreciative_A = compoundA (mkA "unappreciative"); -lin unapproachable_A = compoundA (mkA "unapproachable"); -lin unarguable_A = compoundA (mkA "unarguable"); -lin unarguably_Adv = mkAdv "unarguably"; -lin unarmed_A = compoundA (mkA "unarmed"); -lin unarticulated_A = compoundA (mkA "unarticulated"); -lin unashamed_A = compoundA (mkA "unashamed"); -lin unashamedly_Adv = mkAdv "unashamedly"; -lin unasked_A = compoundA (mkA "unasked"); -lin unassailable_A = compoundA (mkA "unassailable"); -lin unassailably_Adv = mkAdv "unassailably"; -lin unassisted_A = compoundA (mkA "unassisted"); -lin unassuming_A = compoundA (mkA "unassuming"); -lin unassumingly_Adv = mkAdv "unassumingly"; -lin unattached_A = compoundA (mkA "unattached"); -lin unattainable_A = compoundA (mkA "unattainable"); -lin unattainably_Adv = mkAdv "unattainably"; -lin unattended_A = compoundA (mkA "unattended"); -lin unattractive_A = compoundA (mkA "unattractive"); -lin unattractively_Adv = mkAdv "unattractively"; -lin unauthorized_A = compoundA (mkA "unauthorized"); -lin unavailable_A = compoundA (mkA "unavailable"); -lin unavailing_A = compoundA (mkA "unavailing"); -lin unavoidable_A = compoundA (mkA "unavoidable"); -lin unavoidably_Adv = mkAdv "unavoidably"; -lin unawakened_A = compoundA (mkA "unawakened"); -lin unaware_A = compoundA (mkA "unaware"); -lin unawares_Adv = mkAdv "unawares"; -lin unbacked_A = compoundA (mkA "unbacked"); -lin unbalance_V2 = mkV2 (mkV "unbalance" "unbalances" "unbalanced" "unbalanced" "unbalancing"); -lin unbalanced_A = compoundA (mkA "unbalanced"); -lin unbar_V2 = mkV2 (mkV "unbar" "unbars" "unbarred" "unbarred" "unbarring"); -lin unbearable_A = compoundA (mkA "unbearable"); -lin unbearably_Adv = mkAdv "unbearably"; -lin unbeatable_A = compoundA (mkA "unbeatable"); -lin unbeaten_A = compoundA (mkA "unbeaten"); -lin unbecoming_A = compoundA (mkA "unbecoming"); -lin unbecomingly_Adv = mkAdv "unbecomingly"; -lin unbeknown_A = compoundA (mkA "unbeknown"); -lin unbeknown_Adv = mkAdv "unbeknown"; -lin unbeknownst_A = compoundA (mkA "unbeknownst"); -lin unbeknownst_Adv = mkAdv "unbeknownst"; -lin unbelief_N = mkN "unbelief" "-" {- FIXME: no plural form -}; -lin unbelievable_A = compoundA (mkA "unbelievable"); -lin unbelievably_Adv = mkAdv "unbelievably"; -lin unbeliever_N = mkN "unbeliever" "unbelievers"; -lin unbelieving_A = compoundA (mkA "unbelieving"); -lin unbelievingly_Adv = mkAdv "unbelievingly"; -lin unbeloved_A = compoundA (mkA "unbeloved"); -lin unbend_V = mkV "unbend" "unbends" "unbended" "unbended" "unbending"; -lin unbend_V2 = mkV2 (mkV "unbend" "unbends" "unbended" "unbended" "unbending"); -lin unbending_A = compoundA (mkA "unbending"); -lin unbiased_A = compoundA (mkA "unbiased"); -lin unbiassed_A = compoundA (mkA "unbiassed"); -lin unbidden_A = compoundA (mkA "unbidden"); -lin unbind_V2 = mkV2 (mkV "un" IrregEng.bind_V); -lin unblock_V2 = mkV2 (mkV "unblock" "unblocks" "unblocked" "unblocked" "unblocking"); -lin unblushing_A = compoundA (mkA "unblushing"); -lin unblushingly_Adv = mkAdv "unblushingly"; -lin unbolt_V = mkV "unbolt" "unbolts" "unbolted" "unbolted" "unbolting"; -lin unbolt_V2 = mkV2 (mkV "unbolt" "unbolts" "unbolted" "unbolted" "unbolting"); -lin unborn_A = compoundA (mkA "unborn"); -lin unbosom_V2 = mkV2 (mkV "unbosom" "unbosoms" "unbosomed" "unbosomed" "unbosoming"); -lin unbounded_A = compoundA (mkA "unbounded"); -lin unbowed_A = compoundA (mkA "unbowed"); -lin unbreakable_A = compoundA (mkA "unbreakable"); -lin unbridled_A = compoundA (mkA "unbridled"); -lin unbroken_A = compoundA (mkA "unbroken"); -lin unbuckle_V2 = mkV2 (mkV "unbuckle" "unbuckles" "unbuckled" "unbuckled" "unbuckling"); -lin unburden_V2 = mkV2 (mkV "unburden" "unburdens" "unburdened" "unburdened" "unburdening"); -lin unburied_A = compoundA (mkA "unburied"); -lin unbutton_V2 = mkV2 (mkV "unbutton" "unbuttons" "unbuttoned" "unbuttoned" "unbuttoning"); -lin unbuttoned_A = compoundA (mkA "unbuttoned"); -lin uncalled_for_A = compoundA (mkA "uncalled-for"); -lin uncannily_Adv = mkAdv "uncannily"; -lin uncanny_A = compoundA (mkA "uncanny"); -lin uncared_for_A = compoundA (mkA "uncared-for"); -lin uncarpeted_A = compoundA (mkA "uncarpeted"); -lin unceasing_A = compoundA (mkA "unceasing"); -lin unceasingly_Adv = mkAdv "unceasingly"; -lin uncensored_A = compoundA (mkA "uncensored"); -lin unceremonious_A = compoundA (mkA "unceremonious"); -lin unceremoniously_Adv = mkAdv "unceremoniously"; -lin unceremoniousness_N = mkN "unceremoniousness" "-" {- FIXME: no plural form -}; -lin uncertain_A = compoundA (mkA "uncertain"); -lin uncertainly_Adv = mkAdv "uncertainly"; -lin uncertainty_N = mkN "uncertainty" "uncertainties"; -lin unchain_V2 = mkV2 (mkV "unchain" "unchains" "unchained" "unchained" "unchaining"); -lin unchallengeable_A = compoundA (mkA "unchallengeable"); -lin unchallenged_A = compoundA (mkA "unchallenged"); -lin unchanged_A = compoundA (mkA "unchanged"); -lin unchanging_A = compoundA (mkA "unchanging"); -lin uncharacteristic_A = compoundA (mkA "uncharacteristic"); -lin uncharacteristically_Adv = mkAdv "uncharacteristically"; -lin uncharitable_A = compoundA (mkA "uncharitable"); -lin uncharted_A = compoundA (mkA "uncharted"); -lin unchecked_A = compoundA (mkA "unchecked"); -lin unchivalrously_Adv = mkAdv "unchivalrously"; -lin unchristian_A = compoundA (mkA "unchristian"); -lin uncivil_A = compoundA (mkA "uncivil"); -lin uncivilized_A = compoundA (mkA "uncivilized"); -lin unclaimed_A = compoundA (mkA "unclaimed"); -lin unclassified_A = compoundA (mkA "unclassified"); -lin uncle_N = mkN "uncle" "uncles"; -lin unclean_A = compoundA (mkA "unclean"); -lin unclear_A = compoundA (mkA "unclear"); -lin unclouded_A = compoundA (mkA "unclouded"); -lin uncluttered_A = compoundA (mkA "uncluttered"); -lin unco_A = compoundA (mkA "unco"); -lin unco_Adv = mkAdv "unco"; -lin unco_operative_A = compoundA (mkA "unco-operative"); -lin unco_ordinated_A = compoundA (mkA "unco-ordinated"); -lin uncoloured_A = compoundA (mkA "uncoloured"); -lin uncomfortable_A = compoundA (mkA "uncomfortable"); -lin uncomfortably_Adv = mkAdv "uncomfortably"; -lin uncommercialized_A = compoundA (mkA "uncommercialized"); -lin uncommitted_A = compoundA (mkA "uncommitted"); -lin uncommon_A = compoundA (mkA "uncommon"); -lin uncommonly_Adv = mkAdv "uncommonly"; -lin uncommunicative_A = compoundA (mkA "uncommunicative"); -lin uncompetitive_A = compoundA (mkA "uncompetitive"); -lin uncomplaining_A = compoundA (mkA "uncomplaining"); -lin uncomplainingly_Adv = mkAdv "uncomplainingly"; -lin uncompleted_A = compoundA (mkA "uncompleted"); -lin uncomplicated_A = compoundA (mkA "uncomplicated"); -lin uncomplimentary_A = compoundA (mkA "uncomplimentary"); -lin uncomprehending_A = compoundA (mkA "uncomprehending"); -lin uncompromising_A = compoundA (mkA "uncompromising"); -lin unconcealed_A = compoundA (mkA "unconcealed"); -lin unconcern_N = mkN "unconcern" "-" {- FIXME: no plural form -}; -lin unconcerned_A = compoundA (mkA "unconcerned"); -lin unconcernedly_Adv = mkAdv "unconcernedly"; -lin unconditional_A = compoundA (mkA "unconditional"); -lin unconditionally_Adv = mkAdv "unconditionally"; -lin unconditioned_A = compoundA (mkA "unconditioned"); -lin unconfined_A = compoundA (mkA "unconfined"); -lin unconfirmed_A = compoundA (mkA "unconfirmed"); -lin unconformable_A = compoundA (mkA "unconformable"); -lin uncongenial_A = compoundA (mkA "uncongenial"); -lin unconnected_A = compoundA (mkA "unconnected"); -lin unconquered_A = compoundA (mkA "unconquered"); -lin unconscionable_A = compoundA (mkA "unconscionable"); -lin unconscious_A = compoundA (mkA "unconscious"); -lin unconscious_N = mkN "unconscious" "unconsciouses"; -lin unconsciously_Adv = mkAdv "unconsciously"; -lin unconsciousness_N = mkN "unconsciousness" "-" {- FIXME: no plural form -}; -lin unconsidered_A = compoundA (mkA "unconsidered"); -lin unconstitutional_A = compoundA (mkA "unconstitutional"); -lin unconstitutionally_Adv = mkAdv "unconstitutionally"; -lin unconstrained_A = compoundA (mkA "unconstrained"); -lin unconstructive_A = compoundA (mkA "unconstructive"); -lin unconsummated_A = compoundA (mkA "unconsummated"); -lin uncontaminated_A = compoundA (mkA "uncontaminated"); -lin uncontrollable_A = compoundA (mkA "uncontrollable"); -lin uncontrollably_Adv = mkAdv "uncontrollably"; -lin uncontrolled_A = compoundA (mkA "uncontrolled"); -lin uncontroversial_A = compoundA (mkA "uncontroversial"); -lin unconventional_A = compoundA (mkA "unconventional"); -lin unconventionality_N = mkN "unconventionality" "-" {- FIXME: no plural form -}; -lin unconverted_A = compoundA (mkA "unconverted"); -lin unconvinced_A = compoundA (mkA "unconvinced"); -lin unconvincing_A = compoundA (mkA "unconvincing"); -lin uncooked_A = compoundA (mkA "uncooked"); -lin uncork_V2 = mkV2 (mkV "uncork" "uncorks" "uncorked" "uncorked" "uncorking"); -lin uncorrected_A = compoundA (mkA "uncorrected"); -lin uncorrelated_A = compoundA (mkA "uncorrelated"); -lin uncorroborated_A = compoundA (mkA "uncorroborated"); -lin uncouple_V2 = mkV2 (mkV "uncouple" "uncouples" "uncoupled" "uncoupled" "uncoupling"); -lin uncouth_A = compoundA (mkA "uncouth"); -lin uncouthly_Adv = mkAdv "uncouthly"; -lin uncouthness_N = mkN "uncouthness" "-" {- FIXME: no plural form -}; -lin uncover_V2 = mkV2 (mkV "uncover" "uncovers" "uncovered" "uncovered" "uncovering"); -lin uncritical_A = compoundA (mkA "uncritical"); -lin uncritically_Adv = mkAdv "uncritically"; -lin uncross_V2 = mkV2 (mkV "uncross" "uncrosses" "uncrossed" "uncrossed" "uncrossing"); -lin uncrossed_A = compoundA (mkA "uncrossed"); -lin uncrowned_A = compoundA (mkA "uncrowned"); -lin unction_N = mkN "unction" "-" {- FIXME: no plural form -}; -lin unctuous_A = compoundA (mkA "unctuous"); -lin unctuously_Adv = mkAdv "unctuously"; -lin uncultivated_A = compoundA (mkA "uncultivated"); -lin uncultured_A = compoundA (mkA "uncultured"); -lin uncurl_V = mkV "uncurl" "uncurls" "uncurled" "uncurled" "uncurling"; -lin uncurl_V2 = mkV2 (mkV "uncurl" "uncurls" "uncurled" "uncurled" "uncurling"); -lin uncut_A = compoundA (mkA "uncut"); -lin undamaged_A = compoundA (mkA "undamaged"); -lin undated_A = compoundA (mkA "undated"); -lin undaunted_A = compoundA (mkA "undaunted"); -lin undeceive_V2 = mkV2 (mkV "undeceive" "undeceives" "undeceived" "undeceived" "undeceiving"); -lin undecided_A = compoundA (mkA "undecided"); -lin undeclared_A = compoundA (mkA "undeclared"); -lin undefeated_A = compoundA (mkA "undefeated"); -lin undefended_A = compoundA (mkA "undefended"); -lin undeferential_A = compoundA (mkA "undeferential"); -lin undefinable_A = compoundA (mkA "undefinable"); -lin undefined_A = compoundA (mkA "undefined"); -lin undemanding_A = compoundA (mkA "undemanding"); -lin undemocratic_A = compoundA (mkA "undemocratic"); -lin undemocratically_Adv = mkAdv "undemocratically"; -lin undemonstrative_A = compoundA (mkA "undemonstrative"); -lin undeniable_A = compoundA (mkA "undeniable"); -lin undeniably_Adv = mkAdv "undeniably"; -lin undenominational_A = compoundA (mkA "undenominational"); -lin under_Adv = mkAdv "under"; -lin under_the_counter_A = compoundA (mkA "under-the-counter"); -lin underact_V = mkV "underact" "underacts" "underacted" "underacted" "underacting"; -lin underact_V2 = mkV2 (mkV "underact" "underacts" "underacted" "underacted" "underacting"); -lin underarm_A = compoundA (mkA "underarm"); -lin underarm_Adv = mkAdv "underarm"; -lin underbelly_N = mkN "underbelly" "underbellies"; -lin underbid_V2 = mkV2 (mkV "under" IrregEng.bid_V); -lin underbred_A = compoundA (mkA "underbred"); -lin underbrush_N = mkN "underbrush" "-" {- FIXME: no plural form -}; -lin undercarriage_N = mkN "undercarriage" "undercarriages"; -lin undercharge_N = mkN "undercharge" "undercharges"; -lin undercharge_V2 = mkV2 (mkV "undercharge" "undercharges" "undercharged" "undercharged" "undercharging"); -lin underclothing_N = mkN "underclothing" "-" {- FIXME: no plural form -}; -lin undercoat_N = mkN "undercoat" "undercoats"; -lin undercover_A = compoundA (mkA "undercover"); -lin undercurrent_N = mkN "undercurrent" "undercurrents"; -lin undercut_N = mkN "undercut" "-" {- FIXME: no plural form -}; -lin undercut_V2 = mkV2 (mkV "under" IrregEng.cut_V); -lin underdeveloped_A = compoundA (mkA "underdeveloped"); -lin underdevelopment_N = mkN "underdevelopment" "-" {- FIXME: no plural form -}; -lin underdog_N = mkN "underdog" "underdogs"; -lin underdone_A = compoundA (mkA "underdone"); -lin underemployed_A = compoundA (mkA "underemployed"); -lin underestimate_N = mkN "underestimate" "underestimates"; -lin underestimate_V2 = mkV2 (mkV "underestimate" "underestimates" "underestimated" "underestimated" "underestimating"); -lin underestimation_N = mkN "underestimation" "underestimations"; -lin underexpose_V2 = mkV2 (mkV "underexpose" "underexposes" "underexposed" "underexposed" "underexposing"); -lin underexposure_N = mkN "underexposure" "underexposures"; -lin underfed_A = compoundA (mkA "underfed"); -lin underfelt_N = mkN "underfelt" "-" {- FIXME: no plural form -}; -lin underfloor_A = compoundA (mkA "underfloor"); -lin underfoot_Adv = mkAdv "underfoot"; -lin undergarment_N = mkN "undergarment" "undergarments"; -lin undergo_V2 = mkV2 (mkV "under" IrregEng.go_V); -lin undergraduate_N = mkN "undergraduate" "undergraduates"; -lin underground_A = compoundA (mkA "underground"); -lin underground_Adv = mkAdv "underground"; -lin underground_N = mkN "underground" "undergrounds"; -lin undergrowth_N = mkN "undergrowth" "-" {- FIXME: no plural form -}; -lin underhand_A = compoundA (mkA "underhand"); -lin underhand_Adv = mkAdv "underhand"; -lin underhanded_A = compoundA (mkA "underhanded"); -lin underhung_A = compoundA (mkA "underhung"); -lin underlay_N = mkN "underlay" "-" {- FIXME: no plural form -}; -lin underlie_V2 = mkV2 (mkV "under" IrregEng.lie_V); -lin underline_N = mkN "underline" "underlines"; -lin underline_V2 = mkV2 (mkV "underline" "underlines" "underlined" "underlined" "underlining"); -lin underling_N = mkN "underling" "underlings"; -lin undermanned_A = compoundA (mkA "undermanned"); -lin undermentioned_A = compoundA (mkA "undermentioned"); -lin undermine_V2 = mkV2 (mkV "undermine" "undermines" "undermined" "undermined" "undermining"); -lin underneath_Adv = mkAdv "underneath"; -lin undernourished_A = compoundA (mkA "undernourished"); -lin undernourishment_N = mkN "undernourishment" "-" {- FIXME: no plural form -}; -lin underpass_N = mkN "underpass" "underpasses"; -lin underpay_V2 = mkV2 (mkV "under" IrregEng.pay_V); -lin underpayment_N = mkN "underpayment" "underpayments"; -lin underpin_V2 = mkV2 (mkV "underpin" "underpins" "underpinned" "underpinned" "underpinning"); -lin underpopulated_A = compoundA (mkA "underpopulated"); -lin underprivileged_A = compoundA (mkA "underprivileged"); -lin underproduction_N = mkN "underproduction" "-" {- FIXME: no plural form -}; -lin underquote_V2 = mkV2 (mkV "underquote" "underquotes" "underquoted" "underquoted" "underquoting"); -lin underrate_V2 = mkV2 (mkV "underrate" "underrates" "underrated" "underrated" "underrating"); -lin underscore_V2 = mkV2 (mkV "underscore" "underscores" "underscored" "underscored" "underscoring"); -lin undersea_A = compoundA (mkA "undersea"); -lin underseal_N = mkN "underseal" "-" {- FIXME: no plural form -}; -lin undersealed_A = compoundA (mkA "undersealed"); -lin undersecretary_N = mkN "undersecretary" "undersecretaries"; -lin undersell_V2 = mkV2 (mkV "under" IrregEng.sell_V); -lin undersexed_A = compoundA (mkA "undersexed"); -lin undershoot_V2 = mkV2 (mkV "under" IrregEng.shoot_V); -lin underside_N = mkN "underside" "undersides"; -lin undersign_V2 = mkV2 (mkV "undersign" "undersigns" "undersigned" "undersigned" "undersigning"); -lin undersized_A = compoundA (mkA "undersized"); -lin underskirt_N = mkN "underskirt" "underskirts"; -lin underslung_A = compoundA (mkA "underslung"); -lin underspend_V = mkV "under" IrregEng.spend_V; -lin underspend_V2 = mkV2 (mkV "under" IrregEng.spend_V); -lin underspent_A = compoundA (mkA "underspent"); -lin understaffed_A = compoundA (mkA "understaffed"); -lin understand_V = IrregEng.understand_V; -lin understand_V2 = mkV2 (IrregEng.understand_V); -lin understandable_A = compoundA (mkA "understandable"); -lin understandably_Adv = mkAdv "understandably"; -lin understanding_A = compoundA (mkA "understanding"); -lin understanding_N = mkN "understanding" "understandings"; -lin understate_V2 = mkV2 (mkV "understate" "understates" "understated" "understated" "understating"); -lin understatement_N = mkN "understatement" "understatements"; -lin understock_V2 = mkV2 (mkV "understock" "understocks" "understocked" "understocked" "understocking"); -lin understudy_N = mkN "understudy" "understudies"; -lin understudy_V2 = mkV2 (mkV "understudy" "understudies" "understudied" "understudied" "understudying"); -lin undersurface_N = mkN "undersurface" "undersurfaces"; -lin undertake_V2 = mkV2 (mkV "under" IrregEng.take_V); -lin undertaker_N = mkN "undertaker" "undertakers"; -lin undertaking_N = mkN "undertaking" "undertakings"; -lin undertone_N = mkN "undertone" "undertones"; -lin undertow_N = mkN "undertow" "undertows"; -lin undervaluation_N = mkN "undervaluation" "undervaluations"; -lin undervalue_V2 = mkV2 (mkV "undervalue" "undervalues" "undervalued" "undervalued" "undervaluing"); -lin underwater_A = compoundA (mkA "underwater"); -lin underwear_N = mkN "underwear" "-" {- FIXME: no plural form -}; -lin underweight_A = compoundA (mkA "underweight"); -lin underworld_N = mkN "underworld" "underworlds"; -lin underwrite_V2 = mkV2 (mkV "under" IrregEng.write_V); -lin underwriter_N = mkN "underwriter" "underwriters"; -lin undeserved_A = compoundA (mkA "undeserved"); -lin undeserving_A = compoundA (mkA "undeserving"); -lin undesigned_A = compoundA (mkA "undesigned"); -lin undesirable_A = compoundA (mkA "undesirable"); -lin undesirable_N = mkN "undesirable" "undesirables"; -lin undetected_A = compoundA (mkA "undetected"); -lin undetermined_A = compoundA (mkA "undetermined"); -lin undeterred_A = compoundA (mkA "undeterred"); -lin undeveloped_A = compoundA (mkA "undeveloped"); -lin undiagnosed_A = compoundA (mkA "undiagnosed"); -lin undifferentiated_A = compoundA (mkA "undifferentiated"); -lin undigested_A = compoundA (mkA "undigested"); -lin undignified_A = compoundA (mkA "undignified"); -lin undiluted_A = compoundA (mkA "undiluted"); -lin undiminished_A = compoundA (mkA "undiminished"); -lin undimmed_A = compoundA (mkA "undimmed"); -lin undiplomatic_A = compoundA (mkA "undiplomatic"); -lin undiplomatically_Adv = mkAdv "undiplomatically"; -lin undischarged_A = compoundA (mkA "undischarged"); -lin undisciplined_A = compoundA (mkA "undisciplined"); -lin undisclosed_A = compoundA (mkA "undisclosed"); -lin undiscovered_A = compoundA (mkA "undiscovered"); -lin undiscriminating_A = compoundA (mkA "undiscriminating"); -lin undisguised_A = compoundA (mkA "undisguised"); -lin undismayed_A = compoundA (mkA "undismayed"); -lin undisputed_A = compoundA (mkA "undisputed"); -lin undisputedly_Adv = mkAdv "undisputedly"; -lin undissolved_A = compoundA (mkA "undissolved"); -lin undistinguishable_A = compoundA (mkA "undistinguishable"); -lin undistinguished_A = compoundA (mkA "undistinguished"); -lin undistributed_A = compoundA (mkA "undistributed"); -lin undisturbed_A = compoundA (mkA "undisturbed"); -lin undivided_A = compoundA (mkA "undivided"); -lin undo_V2 = mkV2 (mkV "un" IrregEng.do_V); -lin undock_V = mkV "undock" "undocks" "undocked" "undocked" "undocking"; -lin undock_V2 = mkV2 (mkV "undock" "undocks" "undocked" "undocked" "undocking"); -lin undocumented_A = compoundA (mkA "undocumented"); -lin undogmatic_A = compoundA (mkA "undogmatic"); -lin undoing_N = mkN "undoing" "undoings"; -lin undomesticated_A = compoundA (mkA "undomesticated"); -lin undone_A = compoundA (mkA "undone"); -lin undoubted_A = compoundA (mkA "undoubted"); -lin undoubtedly_Adv = mkAdv "undoubtedly"; -lin undramatic_A = compoundA (mkA "undramatic"); -lin undramatically_Adv = mkAdv "undramatically"; -lin undreamed_A = compoundA (mkA "undreamed"); -lin undreamed_of_A = compoundA (mkA "undreamed-of"); -lin undreamt_A = compoundA (mkA "undreamt"); -lin undress_N = mkN "undress" "-" {- FIXME: no plural form -}; -lin undress_V = mkV "undress" "undresses" "undressed" "undressed" "undressing"; -lin undress_V2 = mkV2 (mkV "undress" "undresses" "undressed" "undressed" "undressing"); -lin undrinkable_A = compoundA (mkA "undrinkable"); -lin undue_A = compoundA (mkA "undue"); -lin undulate_V = mkV "undulate" "undulates" "undulated" "undulated" "undulating"; -lin undulation_N = mkN "undulation" "undulations"; -lin unduly_Adv = mkAdv "unduly"; -lin undying_A = compoundA (mkA "undying"); -lin unearned_A = compoundA (mkA "unearned"); -lin unearth_V2 = mkV2 (mkV "unearth" "unearths" "unearthed" "unearthed" "unearthing"); -lin unearthly_A = compoundA (mkA "unearthly"); -lin unease_N = mkN "unease" "-" {- FIXME: no plural form -}; -lin uneasily_Adv = mkAdv "uneasily"; -lin uneasiness_N = mkN "uneasiness" "-" {- FIXME: no plural form -}; -lin uneasy_A = compoundA (mkA "uneasy"); -lin uneatable_A = compoundA (mkA "uneatable"); -lin uneaten_A = compoundA (mkA "uneaten"); -lin uneconomic_A = compoundA (mkA "uneconomic"); -lin uneconomical_A = compoundA (mkA "uneconomical"); -lin unedifying_A = compoundA (mkA "unedifying"); -lin unedited_A = compoundA (mkA "unedited"); -lin uneducated_A = compoundA (mkA "uneducated"); -lin uneffective_A = compoundA (mkA "uneffective"); -lin unelaborated_A = compoundA (mkA "unelaborated"); -lin unemotional_A = compoundA (mkA "unemotional"); -lin unemotionally_Adv = mkAdv "unemotionally"; -lin unemployable_A = compoundA (mkA "unemployable"); -lin unemployed_A = compoundA (mkA "unemployed"); -lin unemployment_N = mkN "unemployment" "-" {- FIXME: no plural form -}; -lin unending_A = compoundA (mkA "unending"); -lin unendingly_Adv = mkAdv "unendingly"; -lin unendurable_A = compoundA (mkA "unendurable"); -lin unenlightened_A = compoundA (mkA "unenlightened"); -lin unenterprising_A = compoundA (mkA "unenterprising"); -lin unenthusiastic_A = compoundA (mkA "unenthusiastic"); -lin unenthusiastically_Adv = mkAdv "unenthusiastically"; -lin unenviable_A = compoundA (mkA "unenviable"); -lin unequal_A = compoundA (mkA "unequal"); -lin unequalled_A = compoundA (mkA "unequalled"); -lin unequally_Adv = mkAdv "unequally"; -lin unequipped_A = compoundA (mkA "unequipped"); -lin unequivocal_A = compoundA (mkA "unequivocal"); -lin unequivocally_Adv = mkAdv "unequivocally"; -lin unerring_A = compoundA (mkA "unerring"); -lin unerringly_Adv = mkAdv "unerringly"; -lin unesco_PN = mkPN "Unesco"; -lin unethical_A = compoundA (mkA "unethical"); -lin unethically_Adv = mkAdv "unethically"; -lin uneven_A = compoundA (mkA "uneven"); -lin unevenly_Adv = mkAdv "unevenly"; -lin uneventful_A = compoundA (mkA "uneventful"); -lin uneventfully_Adv = mkAdv "uneventfully"; -lin unexampled_A = compoundA (mkA "unexampled"); -lin unexceeded_A = compoundA (mkA "unexceeded"); -lin unexceptionable_A = compoundA (mkA "unexceptionable"); -lin unexceptional_A = compoundA (mkA "unexceptional"); -lin unexciting_A = compoundA (mkA "unexciting"); -lin unexpected_A = compoundA (mkA "unexpected"); -lin unexpectedly_Adv = mkAdv "unexpectedly"; -lin unexpectedness_N = mkN "unexpectedness" "-" {- FIXME: no plural form -}; -lin unexpired_A = compoundA (mkA "unexpired"); -lin unexplained_A = compoundA (mkA "unexplained"); -lin unexplored_A = compoundA (mkA "unexplored"); -lin unexposed_A = compoundA (mkA "unexposed"); -lin unexpressed_A = compoundA (mkA "unexpressed"); -lin unexpurgated_A = compoundA (mkA "unexpurgated"); -lin unfailing_A = compoundA (mkA "unfailing"); -lin unfailingly_Adv = mkAdv "unfailingly"; -lin unfair_A = compoundA (mkA "unfair"); -lin unfairly_Adv = mkAdv "unfairly"; -lin unfairness_N = mkN "unfairness" "-" {- FIXME: no plural form -}; -lin unfaithful_A = compoundA (mkA "unfaithful"); -lin unfaithfully_Adv = mkAdv "unfaithfully"; -lin unfaithfulness_N = mkN "unfaithfulness" "-" {- FIXME: no plural form -}; -lin unfaltering_A = compoundA (mkA "unfaltering"); -lin unfalteringly_Adv = mkAdv "unfalteringly"; -lin unfamiliar_A = compoundA (mkA "unfamiliar"); -lin unfamiliarity_N = mkN "unfamiliarity" "-" {- FIXME: no plural form -}; -lin unfashionable_A = compoundA (mkA "unfashionable"); -lin unfashionably_Adv = mkAdv "unfashionably"; -lin unfasten_V = mkV "unfasten" "unfastens" "unfastened" "unfastened" "unfastening"; -lin unfasten_V2 = mkV2 (mkV "unfasten" "unfastens" "unfastened" "unfastened" "unfastening"); -lin unfathomable_A = compoundA (mkA "unfathomable"); -lin unfathomed_A = compoundA (mkA "unfathomed"); -lin unfavourable_A = compoundA (mkA "unfavourable"); -lin unfavourably_Adv = mkAdv "unfavourably"; -lin unfed_A = compoundA (mkA "unfed"); -lin unfeeling_A = compoundA (mkA "unfeeling"); -lin unfeelingly_Adv = mkAdv "unfeelingly"; -lin unfeigned_A = compoundA (mkA "unfeigned"); -lin unfeignedly_Adv = mkAdv "unfeignedly"; -lin unfermented_A = compoundA (mkA "unfermented"); -lin unfertilized_A = compoundA (mkA "unfertilized"); -lin unfettered_A = compoundA (mkA "unfettered"); -lin unfinished_A = compoundA (mkA "unfinished"); -lin unfit_A = compoundA (mkA "unfit"); -lin unfit_V2 = mkV2 (mkV "unfit" "unfits" "unfitted" "unfitted" "unfitting"); -lin unflagging_A = compoundA (mkA "unflagging"); -lin unflappable_A = compoundA (mkA "unflappable"); -lin unfledged_A = compoundA (mkA "unfledged"); -lin unflinching_A = compoundA (mkA "unflinching"); -lin unflurried_A = compoundA (mkA "unflurried"); -lin unfold_V = mkV "unfold" "unfolds" "unfolded" "unfolded" "unfolding"; -lin unfold_V2 = mkV2 (mkV "unfold" "unfolds" "unfolded" "unfolded" "unfolding"); -lin unforeseeable_A = compoundA (mkA "unforeseeable"); -lin unforeseen_A = compoundA (mkA "unforeseen"); -lin unforgettable_A = compoundA (mkA "unforgettable"); -lin unforgettably_Adv = mkAdv "unforgettably"; -lin unforgivable_A = compoundA (mkA "unforgivable"); -lin unforgivably_Adv = mkAdv "unforgivably"; -lin unforgiving_A = compoundA (mkA "unforgiving"); -lin unformed_A = compoundA (mkA "unformed"); -lin unforthcoming_A = compoundA (mkA "unforthcoming"); -lin unfortunate_A = compoundA (mkA "unfortunate"); -lin unfortunate_N = mkN "unfortunate" "unfortunates"; -lin unfortunately_Adv = mkAdv "unfortunately"; -lin unfounded_A = compoundA (mkA "unfounded"); -lin unframed_A = compoundA (mkA "unframed"); -lin unfrequented_A = compoundA (mkA "unfrequented"); -lin unfriendliness_N = mkN "unfriendliness" "-" {- FIXME: no plural form -}; -lin unfriendly_A = compoundA (mkA "unfriendly"); -lin unfrock_V2 = mkV2 (mkV "unfrock" "unfrocks" "unfrocked" "unfrocked" "unfrocking"); -lin unfruitful_A = compoundA (mkA "unfruitful"); -lin unfulfilled_A = compoundA (mkA "unfulfilled"); -lin unfurl_V = mkV "unfurl" "unfurls" "unfurled" "unfurled" "unfurling"; -lin unfurl_V2 = mkV2 (mkV "unfurl" "unfurls" "unfurled" "unfurled" "unfurling"); -lin unfurnished_A = compoundA (mkA "unfurnished"); -lin ungainly_A = compoundA (mkA "ungainly"); -lin ungenerous_A = compoundA (mkA "ungenerous"); -lin ungentle_A = compoundA (mkA "ungentle"); -lin ungentlemanly_A = compoundA (mkA "ungentlemanly"); -lin unglazed_A = compoundA (mkA "unglazed"); -lin ungodly_A = compoundA (mkA "ungodly"); -lin ungovernable_A = compoundA (mkA "ungovernable"); -lin ungraceful_A = compoundA (mkA "ungraceful"); -lin ungracious_A = compoundA (mkA "ungracious"); -lin ungraciously_Adv = mkAdv "ungraciously"; -lin ungrammatical_A = compoundA (mkA "ungrammatical"); -lin ungrammatically_Adv = mkAdv "ungrammatically"; -lin ungrateful_A = compoundA (mkA "ungrateful"); -lin ungratefully_Adv = mkAdv "ungratefully"; -lin ungratefulness_N = mkN "ungratefulness" "-" {- FIXME: no plural form -}; -lin ungrudging_A = compoundA (mkA "ungrudging"); -lin ungrudgingly_Adv = mkAdv "ungrudgingly"; -lin unguarded_A = compoundA (mkA "unguarded"); -lin unguent_N = mkN "unguent" "unguents"; -lin unhallowed_A = compoundA (mkA "unhallowed"); -lin unhampered_A = compoundA (mkA "unhampered"); -lin unhand_V2 = mkV2 (mkV "unhand" "unhands" "unhanded" "unhanded" "unhanding"); -lin unhappily_Adv = mkAdv "unhappily"; -lin unhappiness_N = mkN "unhappiness" "-" {- FIXME: no plural form -}; -lin unhappy_A = mkA "unhappy" "unhappier"; -lin unharmed_A = compoundA (mkA "unharmed"); -lin unhealed_A = compoundA (mkA "unhealed"); -lin unhealthy_A = compoundA (mkA "unhealthy"); -lin unheard_A = compoundA (mkA "unheard"); -lin unheard_of_A = compoundA (mkA "unheard-of"); -lin unhearing_A = compoundA (mkA "unhearing"); -lin unheated_A = compoundA (mkA "unheated"); -lin unheeded_A = compoundA (mkA "unheeded"); -lin unhelpful_A = compoundA (mkA "unhelpful"); -lin unhelpfully_Adv = mkAdv "unhelpfully"; -lin unheralded_A = compoundA (mkA "unheralded"); -lin unhesitating_A = compoundA (mkA "unhesitating"); -lin unhesitatingly_Adv = mkAdv "unhesitatingly"; -lin unhindered_A = compoundA (mkA "unhindered"); -lin unhinge_V2 = mkV2 (mkV "unhinge" "unhinges" "unhinged" "unhinged" "unhinging"); -lin unhitch_V = mkV "unhitch" "unhitches" "unhitched" "unhitched" "unhitching"; -lin unhitch_V2 = mkV2 (mkV "unhitch" "unhitches" "unhitched" "unhitched" "unhitching"); -lin unholy_A = compoundA (mkA "unholy"); -lin unhook_V2 = mkV2 (mkV "unhook" "unhooks" "unhooked" "unhooked" "unhooking"); -lin unhoped_for_A = compoundA (mkA "unhoped-for"); -lin unhorse_V2 = mkV2 (mkV "unhorse" "unhorses" "unhorsed" "unhorsed" "unhorsing"); -lin unhurried_A = compoundA (mkA "unhurried"); -lin unhurriedly_Adv = mkAdv "unhurriedly"; -lin unhurt_A = compoundA (mkA "unhurt"); -lin unhygienic_A = compoundA (mkA "unhygienic"); -lin unhygienically_Adv = mkAdv "unhygienically"; -lin unicef_PN = mkPN "Unicef"; -lin unicorn_N = mkN "unicorn" "unicorns"; -lin unidentifiable_A = compoundA (mkA "unidentifiable"); -lin unidentified_A = compoundA (mkA "unidentified"); -lin unification_N = mkN "unification" "-" {- FIXME: no plural form -}; -lin uniform_A = compoundA (mkA "uniform"); -lin uniform_N = mkN "uniform" "uniforms"; -lin uniformed_A = compoundA (mkA "uniformed"); -lin uniformity_N = mkN "uniformity" "-" {- FIXME: no plural form -}; -lin uniformly_Adv = mkAdv "uniformly"; -lin unify_V2 = mkV2 (mkV "unify" "unifies" "unified" "unified" "unifying"); -lin unilateral_A = compoundA (mkA "unilateral"); -lin unilateralism_N = mkN "unilateralism" "-" {- FIXME: no plural form -}; -lin unilateralist_A = compoundA (mkA "unilateralist"); -lin unilateralist_N = mkN "unilateralist" "unilateralists"; -lin unilaterally_Adv = mkAdv "unilaterally"; -lin unimaginable_A = compoundA (mkA "unimaginable"); -lin unimaginably_Adv = mkAdv "unimaginably"; -lin unimaginative_A = compoundA (mkA "unimaginative"); -lin unimaginatively_Adv = mkAdv "unimaginatively"; -lin unimpaired_A = compoundA (mkA "unimpaired"); -lin unimpeachable_A = compoundA (mkA "unimpeachable"); -lin unimpeded_A = compoundA (mkA "unimpeded"); -lin unimportant_A = compoundA (mkA "unimportant"); -lin unimpressed_A = compoundA (mkA "unimpressed"); -lin unimpressive_A = compoundA (mkA "unimpressive"); -lin unimpressively_Adv = mkAdv "unimpressively"; -lin uninfluenced_A = compoundA (mkA "uninfluenced"); -lin uninformative_A = compoundA (mkA "uninformative"); -lin uninformed_A = compoundA (mkA "uninformed"); -lin uninhabitable_A = compoundA (mkA "uninhabitable"); -lin uninhabited_A = compoundA (mkA "uninhabited"); -lin uninhibited_A = compoundA (mkA "uninhibited"); -lin uninitiated_A = compoundA (mkA "uninitiated"); -lin uninjured_A = compoundA (mkA "uninjured"); -lin uninspired_A = compoundA (mkA "uninspired"); -lin uninspiring_A = compoundA (mkA "uninspiring"); -lin uninsured_A = compoundA (mkA "uninsured"); -lin unintelligent_A = compoundA (mkA "unintelligent"); -lin unintelligently_Adv = mkAdv "unintelligently"; -lin unintelligible_A = compoundA (mkA "unintelligible"); -lin unintelligibly_Adv = mkAdv "unintelligibly"; -lin unintended_A = compoundA (mkA "unintended"); -lin unintentional_A = compoundA (mkA "unintentional"); -lin unintentionally_Adv = mkAdv "unintentionally"; -lin uninterested_A = compoundA (mkA "uninterested"); -lin uninteresting_A = compoundA (mkA "uninteresting"); -lin uninterestingly_Adv = mkAdv "uninterestingly"; -lin uninterrupted_A = compoundA (mkA "uninterrupted"); -lin uninterruptedly_Adv = mkAdv "uninterruptedly"; -lin uninvited_A = compoundA (mkA "uninvited"); -lin uninviting_A = compoundA (mkA "uninviting"); -lin union_N = mkN "union" "unions"; -lin unionist_N = mkN "unionist" "unionists"; -lin unique_A = compoundA (mkA "unique"); -lin uniquely_Adv = mkAdv "uniquely"; -lin uniqueness_N = mkN "uniqueness" "-" {- FIXME: no plural form -}; -lin unisex_A = compoundA (mkA "unisex"); -lin unison_N = mkN "unison" "-" {- FIXME: no plural form -}; -lin unit_N = mkN "unit" "units"; -lin unitarian_A = compoundA (mkA "unitarian"); -lin unitarian_N = mkN "unitarian" "unitarians"; -lin unitarianism_N = mkN "unitarianism" "-" {- FIXME: no plural form -}; -lin unitary_A = compoundA (mkA "unitary"); -lin unite_V = mkV "unite" "unites" "united" "united" "uniting"; -lin unite_V2 = mkV2 (mkV "unite" "unites" "united" "united" "uniting"); -lin united_A = compoundA (mkA "united"); -lin unitedly_Adv = mkAdv "unitedly"; -lin unity_N = mkN "unity" "unities"; -lin univ_PN = mkPN "Univ"; -lin universal_A = compoundA (mkA "universal"); -lin universality_N = mkN "universality" "-" {- FIXME: no plural form -}; -lin universally_Adv = mkAdv "universally"; -lin universe_N = mkN "universe" "universes"; -lin university_N = mkN "university" "universities"; -lin unjust_A = compoundA (mkA "unjust"); -lin unjustifiable_A = compoundA (mkA "unjustifiable"); -lin unjustifiably_Adv = mkAdv "unjustifiably"; -lin unjustified_A = compoundA (mkA "unjustified"); -lin unjustly_Adv = mkAdv "unjustly"; -lin unkempt_A = compoundA (mkA "unkempt"); -lin unkind_A = compoundA (mkA "unkind"); -lin unkindly_Adv = mkAdv "unkindly"; -lin unkissed_A = compoundA (mkA "unkissed"); -lin unknowable_A = compoundA (mkA "unknowable"); -lin unknowing_A = compoundA (mkA "unknowing"); -lin unknowingly_Adv = mkAdv "unknowingly"; -lin unknown_A = compoundA (mkA "unknown"); -lin unknown_N = mkN "unknown" "unknowns"; -lin unlabelled_A = compoundA (mkA "unlabelled"); -lin unladylike_A = compoundA (mkA "unladylike"); -lin unlamented_A = compoundA (mkA "unlamented"); -lin unlatched_A = compoundA (mkA "unlatched"); -lin unlawful_A = compoundA (mkA "unlawful"); -lin unlawfully_Adv = mkAdv "unlawfully"; -lin unlearn_V2 = mkV2 (mkV "unlearn" "unlearns" "unlearned" "unlearned" "unlearning"); -lin unleash_V2 = mkV2 (mkV "unleash" "unleashes" "unleashed" "unleashed" "unleashing"); -lin unleavened_A = compoundA (mkA "unleavened"); -lin unlettered_A = compoundA (mkA "unlettered"); -lin unlicensed_A = compoundA (mkA "unlicensed"); -lin unlighted_A = compoundA (mkA "unlighted"); -lin unlikable_A = compoundA (mkA "unlikable"); -lin unlike_A = compoundA (mkA "unlike"); -lin unlikely_A = compoundA (mkA "unlikely"); -lin unlimited_A = compoundA (mkA "unlimited"); -lin unlined_A = compoundA (mkA "unlined"); -lin unlisted_A = compoundA (mkA "unlisted"); -lin unlit_A = compoundA (mkA "unlit"); -lin unliterary_A = compoundA (mkA "unliterary"); -lin unload_V = mkV "unload" "unloads" "unloaded" "unloaded" "unloading"; -lin unload_V2 = mkV2 (mkV "unload" "unloads" "unloaded" "unloaded" "unloading"); -lin unlocated_A = compoundA (mkA "unlocated"); -lin unlock_V = mkV "unlock" "unlocks" "unlocked" "unlocked" "unlocking"; -lin unlock_V2 = mkV2 (mkV "unlock" "unlocks" "unlocked" "unlocked" "unlocking"); -lin unlooked_for_A = compoundA (mkA "unlooked-for"); -lin unloose_V2 = mkV2 (mkV "unloose" "unlooses" "unloosed" "unloosed" "unloosing"); -lin unlovable_A = compoundA (mkA "unlovable"); -lin unloved_A = compoundA (mkA "unloved"); -lin unlovely_A = compoundA (mkA "unlovely"); -lin unluckily_Adv = mkAdv "unluckily"; -lin unlucky_A = compoundA (mkA "unlucky"); -lin unmade_A = compoundA (mkA "unmade"); -lin unman_V2 = mkV2 (mkV "unman" "unmans" "unmanned" "unmanned" "unmanning"); -lin unmanageable_A = compoundA (mkA "unmanageable"); -lin unmanageably_Adv = mkAdv "unmanageably"; -lin unmanly_A = compoundA (mkA "unmanly"); -lin unmanned_A = compoundA (mkA "unmanned"); -lin unmannered_A = compoundA (mkA "unmannered"); -lin unmannerly_A = compoundA (mkA "unmannerly"); -lin unmarked_A = compoundA (mkA "unmarked"); -lin unmarried_A = compoundA (mkA "unmarried"); -lin unmask_V = mkV "unmask" "unmasks" "unmasked" "unmasked" "unmasking"; -lin unmask_V2 = mkV2 (mkV "unmask" "unmasks" "unmasked" "unmasked" "unmasking"); -lin unmatchable_A = compoundA (mkA "unmatchable"); -lin unmatched_A = compoundA (mkA "unmatched"); -lin unmechanized_A = compoundA (mkA "unmechanized"); -lin unmemorable_A = compoundA (mkA "unmemorable"); -lin unmemorably_Adv = mkAdv "unmemorably"; -lin unmentionable_A = compoundA (mkA "unmentionable"); -lin unmerciful_A = compoundA (mkA "unmerciful"); -lin unmercifully_Adv = mkAdv "unmercifully"; -lin unmerited_A = compoundA (mkA "unmerited"); -lin unmindful_A = compoundA (mkA "unmindful"); -lin unmingled_A = compoundA (mkA "unmingled"); -lin unmistakable_A = compoundA (mkA "unmistakable"); -lin unmistakably_Adv = mkAdv "unmistakably"; -lin unmitigated_A = compoundA (mkA "unmitigated"); -lin unmixed_A = compoundA (mkA "unmixed"); -lin unmodernized_A = compoundA (mkA "unmodernized"); -lin unmodified_A = compoundA (mkA "unmodified"); -lin unmolested_A = compoundA (mkA "unmolested"); -lin unmourned_A = compoundA (mkA "unmourned"); -lin unmovable_A = compoundA (mkA "unmovable"); -lin unmoved_A = compoundA (mkA "unmoved"); -lin unmoving_A = compoundA (mkA "unmoving"); -lin unmusical_A = compoundA (mkA "unmusical"); -lin unmusically_Adv = mkAdv "unmusically"; -lin unnamed_A = compoundA (mkA "unnamed"); -lin unnatural_A = compoundA (mkA "unnatural"); -lin unnaturally_Adv = mkAdv "unnaturally"; -lin unnecessarily_Adv = mkAdv "unnecessarily"; -lin unnecessary_A = compoundA (mkA "unnecessary"); -lin unnerve_V2 = mkV2 (mkV "unnerve" "unnerves" "unnerved" "unnerved" "unnerving"); -lin unnoticeable_A = compoundA (mkA "unnoticeable"); -lin unnoticed_A = compoundA (mkA "unnoticed"); -lin unnumbered_A = compoundA (mkA "unnumbered"); -lin unobjectionable_A = compoundA (mkA "unobjectionable"); -lin unobservant_A = compoundA (mkA "unobservant"); -lin unobserved_A = compoundA (mkA "unobserved"); -lin unobtainable_A = compoundA (mkA "unobtainable"); -lin unobtrusive_A = compoundA (mkA "unobtrusive"); -lin unobtrusively_Adv = mkAdv "unobtrusively"; -lin unobvious_A = compoundA (mkA "unobvious"); -lin unoccupied_A = compoundA (mkA "unoccupied"); -lin unofficial_A = compoundA (mkA "unofficial"); -lin unofficially_Adv = mkAdv "unofficially"; -lin unopen_A = compoundA (mkA "unopen"); -lin unopened_A = compoundA (mkA "unopened"); -lin unopposed_A = compoundA (mkA "unopposed"); -lin unoriginal_A = compoundA (mkA "unoriginal"); -lin unorthodox_A = compoundA (mkA "unorthodox"); -lin unpack_V = mkV "unpack" "unpacks" "unpacked" "unpacked" "unpacking"; -lin unpack_V2 = mkV2 (mkV "unpack" "unpacks" "unpacked" "unpacked" "unpacking"); -lin unpaid_A = compoundA (mkA "unpaid"); -lin unpainted_A = compoundA (mkA "unpainted"); -lin unpalatable_A = compoundA (mkA "unpalatable"); -lin unpalatably_Adv = mkAdv "unpalatably"; -lin unparalleled_A = compoundA (mkA "unparalleled"); -lin unpardonable_A = compoundA (mkA "unpardonable"); -lin unpardonably_Adv = mkAdv "unpardonably"; -lin unparliamentary_A = compoundA (mkA "unparliamentary"); -lin unpatriotic_A = compoundA (mkA "unpatriotic"); -lin unpatriotically_Adv = mkAdv "unpatriotically"; -lin unpaved_A = compoundA (mkA "unpaved"); -lin unpersuaded_A = compoundA (mkA "unpersuaded"); -lin unperturbed_A = compoundA (mkA "unperturbed"); -lin unpick_V = mkV "unpick" "unpicks" "unpicked" "unpicked" "unpicking"; -lin unpick_V2 = mkV2 (mkV "unpick" "unpicks" "unpicked" "unpicked" "unpicking"); -lin unplaced_A = compoundA (mkA "unplaced"); -lin unplanned_A = compoundA (mkA "unplanned"); -lin unplayable_A = compoundA (mkA "unplayable"); -lin unpleasant_A = compoundA (mkA "unpleasant"); -lin unpleasantly_Adv = mkAdv "unpleasantly"; -lin unpleasantness_N = mkN "unpleasantness" "unpleasantnesses"; -lin unplug_V = mkV "unplug" "unplugs" "unplugged" "unplugged" "unplugging"; -lin unplug_V2 = mkV2 (mkV "unplug" "unplugs" "unplugged" "unplugged" "unplugging"); -lin unplumbed_A = compoundA (mkA "unplumbed"); -lin unpolluted_A = compoundA (mkA "unpolluted"); -lin unpompous_A = compoundA (mkA "unpompous"); -lin unpopular_A = compoundA (mkA "unpopular"); -lin unpopularity_N = mkN "unpopularity" "-" {- FIXME: no plural form -}; -lin unpractised_A = compoundA (mkA "unpractised"); -lin unprecedented_A = compoundA (mkA "unprecedented"); -lin unprecedentedly_Adv = mkAdv "unprecedentedly"; -lin unpredictability_N = mkN "unpredictability" "-" {- FIXME: no plural form -}; -lin unpredictable_A = compoundA (mkA "unpredictable"); -lin unpredictably_Adv = mkAdv "unpredictably"; -lin unpredicted_A = compoundA (mkA "unpredicted"); -lin unprejudiced_A = compoundA (mkA "unprejudiced"); -lin unpremeditated_A = compoundA (mkA "unpremeditated"); -lin unprepared_A = compoundA (mkA "unprepared"); -lin unprepossessing_A = compoundA (mkA "unprepossessing"); -lin unpretentious_A = compoundA (mkA "unpretentious"); -lin unprincipled_A = compoundA (mkA "unprincipled"); -lin unprintable_A = compoundA (mkA "unprintable"); -lin unproductive_A = compoundA (mkA "unproductive"); -lin unproductively_Adv = mkAdv "unproductively"; -lin unprofessional_A = compoundA (mkA "unprofessional"); -lin unprofitable_A = compoundA (mkA "unprofitable"); -lin unprofitably_Adv = mkAdv "unprofitably"; -lin unpromising_A = compoundA (mkA "unpromising"); -lin unprompted_A = compoundA (mkA "unprompted"); -lin unpronounceable_A = compoundA (mkA "unpronounceable"); -lin unpropitious_A = compoundA (mkA "unpropitious"); -lin unprotected_A = compoundA (mkA "unprotected"); -lin unproved_A = compoundA (mkA "unproved"); -lin unproven_A = compoundA (mkA "unproven"); -lin unprovided_A = compoundA (mkA "unprovided"); -lin unprovoked_A = compoundA (mkA "unprovoked"); -lin unpublished_A = compoundA (mkA "unpublished"); -lin unpunished_A = compoundA (mkA "unpunished"); -lin unputdownable_A = compoundA (mkA "unputdownable"); -lin unqualified_A = compoundA (mkA "unqualified"); -lin unquestionable_A = compoundA (mkA "unquestionable"); -lin unquestionably_Adv = mkAdv "unquestionably"; -lin unquestioned_A = compoundA (mkA "unquestioned"); -lin unquestioning_A = compoundA (mkA "unquestioning"); -lin unquiet_A = compoundA (mkA "unquiet"); -lin unquotable_A = compoundA (mkA "unquotable"); -lin unquote_Adv = mkAdv "unquote"; -lin unravel_V = mkV "unravel" "unravels" "unravelled" "unravelled" "unravelling"; -lin unravel_V2 = mkV2 (mkV "unravel" "unravels" "unravelled" "unravelled" "unravelling"); -lin unreached_A = compoundA (mkA "unreached"); -lin unread_A = compoundA (mkA "unread"); -lin unreadable_A = compoundA (mkA "unreadable"); -lin unready_A = compoundA (mkA "unready"); -lin unreal_A = compoundA (mkA "unreal"); -lin unrealistic_A = compoundA (mkA "unrealistic"); -lin unrealistically_Adv = mkAdv "unrealistically"; -lin unreality_N = mkN "unreality" "-" {- FIXME: no plural form -}; -lin unrealized_A = compoundA (mkA "unrealized"); -lin unreasonable_A = compoundA (mkA "unreasonable"); -lin unreasonably_Adv = mkAdv "unreasonably"; -lin unreasoning_A = compoundA (mkA "unreasoning"); -lin unreceptive_A = compoundA (mkA "unreceptive"); -lin unreciprocated_A = compoundA (mkA "unreciprocated"); -lin unrecognizable_A = compoundA (mkA "unrecognizable"); -lin unrecognizably_Adv = mkAdv "unrecognizably"; -lin unrecognized_A = compoundA (mkA "unrecognized"); -lin unreconciled_A = compoundA (mkA "unreconciled"); -lin unrecorded_A = compoundA (mkA "unrecorded"); -lin unredeemable_A = compoundA (mkA "unredeemable"); -lin unrefined_A = compoundA (mkA "unrefined"); -lin unreflective_A = compoundA (mkA "unreflective"); -lin unregenerate_A = compoundA (mkA "unregenerate"); -lin unregistered_A = compoundA (mkA "unregistered"); -lin unrehearsed_A = compoundA (mkA "unrehearsed"); -lin unrelated_A = compoundA (mkA "unrelated"); -lin unrelaxed_A = compoundA (mkA "unrelaxed"); -lin unrelenting_A = compoundA (mkA "unrelenting"); -lin unreliable_A = compoundA (mkA "unreliable"); -lin unreliably_Adv = mkAdv "unreliably"; -lin unrelieved_A = compoundA (mkA "unrelieved"); -lin unremarkable_A = compoundA (mkA "unremarkable"); -lin unremarkably_Adv = mkAdv "unremarkably"; -lin unremitting_A = compoundA (mkA "unremitting"); -lin unrepeatable_A = compoundA (mkA "unrepeatable"); -lin unrepentant_A = compoundA (mkA "unrepentant"); -lin unrepresentative_A = compoundA (mkA "unrepresentative"); -lin unrequested_A = compoundA (mkA "unrequested"); -lin unrequited_A = compoundA (mkA "unrequited"); -lin unreserved_A = compoundA (mkA "unreserved"); -lin unreservedly_Adv = mkAdv "unreservedly"; -lin unresisting_A = compoundA (mkA "unresisting"); -lin unresolved_A = compoundA (mkA "unresolved"); -lin unrest_N = mkN "unrest" "-" {- FIXME: no plural form -}; -lin unrestrained_A = compoundA (mkA "unrestrained"); -lin unrestricted_A = compoundA (mkA "unrestricted"); -lin unrevised_A = compoundA (mkA "unrevised"); -lin unrewarded_A = compoundA (mkA "unrewarded"); -lin unrewarding_A = compoundA (mkA "unrewarding"); -lin unrhythmical_A = compoundA (mkA "unrhythmical"); -lin unrighteous_A = compoundA (mkA "unrighteous"); -lin unrighteously_Adv = mkAdv "unrighteously"; -lin unripe_A = compoundA (mkA "unripe"); -lin unripened_A = compoundA (mkA "unripened"); -lin unrivalled_A = compoundA (mkA "unrivalled"); -lin unroll_V = mkV "unroll" "unrolls" "unrolled" "unrolled" "unrolling"; -lin unroll_V2 = mkV2 (mkV "unroll" "unrolls" "unrolled" "unrolled" "unrolling"); -lin unromantic_A = compoundA (mkA "unromantic"); -lin unromantically_Adv = mkAdv "unromantically"; -lin unruffled_A = compoundA (mkA "unruffled"); -lin unruly_A = mkA "unruly" "unrulier"; -lin unsaddle_V2 = mkV2 (mkV "unsaddle" "unsaddles" "unsaddled" "unsaddled" "unsaddling"); -lin unsaddled_A = compoundA (mkA "unsaddled"); -lin unsafe_A = compoundA (mkA "unsafe"); -lin unsaid_A = compoundA (mkA "unsaid"); -lin unsaleable_A = compoundA (mkA "unsaleable"); -lin unsalted_A = compoundA (mkA "unsalted"); -lin unsatisfactorily_Adv = mkAdv "unsatisfactorily"; -lin unsatisfactory_A = compoundA (mkA "unsatisfactory"); -lin unsatisfied_A = compoundA (mkA "unsatisfied"); -lin unsatisfying_A = compoundA (mkA "unsatisfying"); -lin unsaturated_A = compoundA (mkA "unsaturated"); -lin unsavoury_A = compoundA (mkA "unsavoury"); -lin unsay_V2 = mkV2 (mkV "un" IrregEng.say_V); -lin unscathed_A = compoundA (mkA "unscathed"); -lin unscheduled_A = compoundA (mkA "unscheduled"); -lin unscientific_A = compoundA (mkA "unscientific"); -lin unscientifically_Adv = mkAdv "unscientifically"; -lin unscramble_V2 = mkV2 (mkV "unscramble" "unscrambles" "unscrambled" "unscrambled" "unscrambling"); -lin unscrew_V = mkV "unscrew" "unscrews" "unscrewed" "unscrewed" "unscrewing"; -lin unscrew_V2 = mkV2 (mkV "unscrew" "unscrews" "unscrewed" "unscrewed" "unscrewing"); -lin unscripted_A = compoundA (mkA "unscripted"); -lin unscrupulous_A = compoundA (mkA "unscrupulous"); -lin unscrupulously_Adv = mkAdv "unscrupulously"; -lin unsealed_A = compoundA (mkA "unsealed"); -lin unseasonable_A = compoundA (mkA "unseasonable"); -lin unseasonably_Adv = mkAdv "unseasonably"; -lin unseasoned_A = compoundA (mkA "unseasoned"); -lin unseat_V2 = mkV2 (mkV "unseat" "unseats" "unseated" "unseated" "unseating"); -lin unseaworthy_A = compoundA (mkA "unseaworthy"); -lin unsecured_A = compoundA (mkA "unsecured"); -lin unseeded_A = compoundA (mkA "unseeded"); -lin unseeing_A = compoundA (mkA "unseeing"); -lin unseemly_A = compoundA (mkA "unseemly"); -lin unseen_A = compoundA (mkA "unseen"); -lin unseen_N = mkN "unseen" "unseens"; -lin unselected_A = compoundA (mkA "unselected"); -lin unselective_A = compoundA (mkA "unselective"); -lin unselfconscious_A = compoundA (mkA "unselfconscious"); -lin unselfconsciously_Adv = mkAdv "unselfconsciously"; -lin unselfish_A = compoundA (mkA "unselfish"); -lin unselfishly_Adv = mkAdv "unselfishly"; -lin unselfishness_N = mkN "unselfishness" "-" {- FIXME: no plural form -}; -lin unsettle_V2 = mkV2 (mkV "unsettle" "unsettles" "unsettled" "unsettled" "unsettling"); -lin unsex_V2 = mkV2 (mkV "unsex" "unsexes" "unsexed" "unsexed" "unsexing"); -lin unsexed_A = compoundA (mkA "unsexed"); -lin unshakable_A = compoundA (mkA "unshakable"); -lin unshakably_Adv = mkAdv "unshakably"; -lin unshaved_A = compoundA (mkA "unshaved"); -lin unshaven_A = compoundA (mkA "unshaven"); -lin unsheathe_V2 = mkV2 (mkV "unsheathe" "unsheathes" "unsheathed" "unsheathed" "unsheathing"); -lin unshielded_A = compoundA (mkA "unshielded"); -lin unshrinkable_A = compoundA (mkA "unshrinkable"); -lin unshrinking_A = compoundA (mkA "unshrinking"); -lin unshuttered_A = compoundA (mkA "unshuttered"); -lin unsighted_A = compoundA (mkA "unsighted"); -lin unsightliness_N = mkN "unsightliness" "-" {- FIXME: no plural form -}; -lin unsightly_A = compoundA (mkA "unsightly"); -lin unsigned_A = compoundA (mkA "unsigned"); -lin unsilenced_A = compoundA (mkA "unsilenced"); -lin unsinkable_A = compoundA (mkA "unsinkable"); -lin unskilled_A = compoundA (mkA "unskilled"); -lin unsmiling_A = compoundA (mkA "unsmiling"); -lin unsociable_A = compoundA (mkA "unsociable"); -lin unsociably_Adv = mkAdv "unsociably"; -lin unsocial_A = compoundA (mkA "unsocial"); -lin unsold_A = compoundA (mkA "unsold"); -lin unsolicited_A = compoundA (mkA "unsolicited"); -lin unsolved_A = compoundA (mkA "unsolved"); -lin unsophisticated_A = compoundA (mkA "unsophisticated"); -lin unsound_A = compoundA (mkA "unsound"); -lin unsparing_A = compoundA (mkA "unsparing"); -lin unsparingly_Adv = mkAdv "unsparingly"; -lin unspeakable_A = compoundA (mkA "unspeakable"); -lin unspeakably_Adv = mkAdv "unspeakably"; -lin unspecialized_A = compoundA (mkA "unspecialized"); -lin unspecific_A = compoundA (mkA "unspecific"); -lin unspecifically_Adv = mkAdv "unspecifically"; -lin unspecified_A = compoundA (mkA "unspecified"); -lin unspectacular_A = compoundA (mkA "unspectacular"); -lin unspoiled_A = compoundA (mkA "unspoiled"); -lin unspoilt_A = compoundA (mkA "unspoilt"); -lin unspoken_A = compoundA (mkA "unspoken"); -lin unsporting_A = compoundA (mkA "unsporting"); -lin unsportingly_Adv = mkAdv "unsportingly"; -lin unsportsmanlike_A = compoundA (mkA "unsportsmanlike"); -lin unspotted_A = compoundA (mkA "unspotted"); -lin unstable_A = compoundA (mkA "unstable"); -lin unstartling_A = compoundA (mkA "unstartling"); -lin unstated_A = compoundA (mkA "unstated"); -lin unstatesmanlike_A = compoundA (mkA "unstatesmanlike"); -lin unsteadily_Adv = mkAdv "unsteadily"; -lin unsteady_A = compoundA (mkA "unsteady"); -lin unstoppable_A = compoundA (mkA "unstoppable"); -lin unstrained_A = compoundA (mkA "unstrained"); -lin unstressed_A = compoundA (mkA "unstressed"); -lin unstructured_A = compoundA (mkA "unstructured"); -lin unstrung_A = compoundA (mkA "unstrung"); -lin unstuck_A = compoundA (mkA "unstuck"); -lin unstudied_A = compoundA (mkA "unstudied"); -lin unsubtle_A = compoundA (mkA "unsubtle"); -lin unsuccessful_A = compoundA (mkA "unsuccessful"); -lin unsuccessfully_Adv = mkAdv "unsuccessfully"; -lin unsuitability_N = mkN "unsuitability" "-" {- FIXME: no plural form -}; -lin unsuitable_A = compoundA (mkA "unsuitable"); -lin unsuitably_Adv = mkAdv "unsuitably"; -lin unsuited_A = compoundA (mkA "unsuited"); -lin unsullied_A = compoundA (mkA "unsullied"); -lin unsung_A = compoundA (mkA "unsung"); -lin unsupervised_A = compoundA (mkA "unsupervised"); -lin unsupported_A = compoundA (mkA "unsupported"); -lin unsure_A = compoundA (mkA "unsure"); -lin unsurpassed_A = compoundA (mkA "unsurpassed"); -lin unsuspected_A = compoundA (mkA "unsuspected"); -lin unsuspecting_A = compoundA (mkA "unsuspecting"); -lin unsuspectingly_Adv = mkAdv "unsuspectingly"; -lin unsuspicious_A = compoundA (mkA "unsuspicious"); -lin unswayed_A = compoundA (mkA "unswayed"); -lin unsweetened_A = compoundA (mkA "unsweetened"); -lin unswept_A = compoundA (mkA "unswept"); -lin unswerving_A = compoundA (mkA "unswerving"); -lin unswervingly_Adv = mkAdv "unswervingly"; -lin unsyllabic_A = compoundA (mkA "unsyllabic"); -lin unsympathetic_A = compoundA (mkA "unsympathetic"); -lin unsympathetically_Adv = mkAdv "unsympathetically"; -lin unsystematic_A = compoundA (mkA "unsystematic"); -lin unsystematically_Adv = mkAdv "unsystematically"; -lin untainted_A = compoundA (mkA "untainted"); -lin untamed_A = compoundA (mkA "untamed"); -lin untapped_A = compoundA (mkA "untapped"); -lin untarnished_A = compoundA (mkA "untarnished"); -lin untaxed_A = compoundA (mkA "untaxed"); -lin untenable_A = compoundA (mkA "untenable"); -lin untenanted_A = compoundA (mkA "untenanted"); -lin untended_A = compoundA (mkA "untended"); -lin untested_A = compoundA (mkA "untested"); -lin untethered_A = compoundA (mkA "untethered"); -lin unthinkable_A = compoundA (mkA "unthinkable"); -lin unthinking_A = compoundA (mkA "unthinking"); -lin unthinkingly_Adv = mkAdv "unthinkingly"; -lin unthought_of_A = compoundA (mkA "unthought-of"); -lin untidily_Adv = mkAdv "untidily"; -lin untidiness_N = mkN "untidiness" "-" {- FIXME: no plural form -}; -lin untidy_A = mkA "untidy" "untidier"; -lin untie_V = mkV "untie" "IRREG" "IRREG" "IRREG" "IRREG"; -lin untie_V2 = mkV2 (mkV "untie" "IRREG" "IRREG" "IRREG" "IRREG"); -lin untimely_A = compoundA (mkA "untimely"); -lin untiring_A = compoundA (mkA "untiring"); -lin untitled_A = compoundA (mkA "untitled"); -lin untold_A = compoundA (mkA "untold"); -lin untouchable_A = compoundA (mkA "untouchable"); -lin untouchable_N = mkN "untouchable" "untouchables"; -lin untouched_A = compoundA (mkA "untouched"); -lin untoward_A = compoundA (mkA "untoward"); -lin untrained_A = compoundA (mkA "untrained"); -lin untrammelled_A = compoundA (mkA "untrammelled"); -lin untranslatable_A = compoundA (mkA "untranslatable"); -lin untreated_A = compoundA (mkA "untreated"); -lin untried_A = compoundA (mkA "untried"); -lin untroubled_A = compoundA (mkA "untroubled"); -lin untrue_A = compoundA (mkA "untrue"); -lin untruly_Adv = mkAdv "untruly"; -lin untrustworthy_A = compoundA (mkA "untrustworthy"); -lin untruth_N = mkN "untruth" "untruths"; -lin untruthful_A = compoundA (mkA "untruthful"); -lin untruthfully_Adv = mkAdv "untruthfully"; -lin untucked_A = compoundA (mkA "untucked"); -lin unturned_A = compoundA (mkA "unturned"); -lin untutored_A = compoundA (mkA "untutored"); -lin untwisted_A = compoundA (mkA "untwisted"); -lin untypical_A = compoundA (mkA "untypical"); -lin untypically_Adv = mkAdv "untypically"; -lin unused_A = compoundA (mkA "unused"); -lin unusual_A = compoundA (mkA "unusual"); -lin unusually_Adv = mkAdv "unusually"; -lin unutterable_A = compoundA (mkA "unutterable"); -lin unutterably_Adv = mkAdv "unutterably"; -lin unvaried_A = compoundA (mkA "unvaried"); -lin unvarnished_A = compoundA (mkA "unvarnished"); -lin unvarying_A = compoundA (mkA "unvarying"); -lin unveil_V = mkV "unveil" "unveils" "unveiled" "unveiled" "unveiling"; -lin unveil_V2 = mkV2 (mkV "unveil" "unveils" "unveiled" "unveiled" "unveiling"); -lin unverified_A = compoundA (mkA "unverified"); -lin unversed_A = compoundA (mkA "unversed"); -lin unvigilant_A = compoundA (mkA "unvigilant"); -lin unvoiced_A = compoundA (mkA "unvoiced"); -lin unwanted_A = compoundA (mkA "unwanted"); -lin unwarily_Adv = mkAdv "unwarily"; -lin unwarrantably_Adv = mkAdv "unwarrantably"; -lin unwarranted_A = compoundA (mkA "unwarranted"); -lin unwary_A = compoundA (mkA "unwary"); -lin unwashed_A = compoundA (mkA "unwashed"); -lin unwavering_A = compoundA (mkA "unwavering"); -lin unwaveringly_Adv = mkAdv "unwaveringly"; -lin unweaned_A = compoundA (mkA "unweaned"); -lin unwearied_A = compoundA (mkA "unwearied"); -lin unwed_A = compoundA (mkA "unwed"); -lin unwelcome_A = compoundA (mkA "unwelcome"); -lin unwell_A = compoundA (mkA "unwell"); -lin unwholesome_A = compoundA (mkA "unwholesome"); -lin unwieldiness_N = mkN "unwieldiness" "-" {- FIXME: no plural form -}; -lin unwieldy_A = compoundA (mkA "unwieldy"); -lin unwilling_A = compoundA (mkA "unwilling"); -lin unwillingly_Adv = mkAdv "unwillingly"; -lin unwillingness_N = mkN "unwillingness" "-" {- FIXME: no plural form -}; -lin unwind_V = mkV "un" IrregEng.wind_V; -lin unwind_V2 = mkV2 (mkV "un" IrregEng.wind_V); -lin unwise_A = compoundA (mkA "unwise"); -lin unwisely_Adv = mkAdv "unwisely"; -lin unwitnessed_A = compoundA (mkA "unwitnessed"); -lin unwitting_A = compoundA (mkA "unwitting"); -lin unwittingly_Adv = mkAdv "unwittingly"; -lin unwonted_A = compoundA (mkA "unwonted"); -lin unwontedly_Adv = mkAdv "unwontedly"; -lin unworkable_A = compoundA (mkA "unworkable"); -lin unworkmanlike_A = compoundA (mkA "unworkmanlike"); -lin unworldly_A = compoundA (mkA "unworldly"); -lin unworn_A = compoundA (mkA "unworn"); -lin unworried_A = compoundA (mkA "unworried"); -lin unworthily_Adv = mkAdv "unworthily"; -lin unworthiness_N = mkN "unworthiness" "-" {- FIXME: no plural form -}; -lin unworthy_A = compoundA (mkA "unworthy"); -lin unwrap_V = mkV "unwrap" "unwraps" "unwrapped" "unwrapped" "unwrapping"; -lin unwrap_V2 = mkV2 (mkV "unwrap" "unwraps" "unwrapped" "unwrapped" "unwrapping"); -lin unwritten_A = compoundA (mkA "unwritten"); -lin unyielding_A = compoundA (mkA "unyielding"); -lin unzip_V2 = mkV2 (mkV "unzip" "unzips" "unzipped" "unzipped" "unzipping"); -lin up_Adv = mkAdv "up"; -lin up_V = mkV "up" "ups" "upped" "upped" "upping"; -lin up_V2 = mkV2 (mkV "up" "ups" "upped" "upped" "upping"); -lin up_and_coming_A = compoundA (mkA "up-and-coming"); -lin up_beat_N = mkN "up-beat" "up-beats"; -lin up_holland_PN = mkPN "Up holland"; -lin up_market_A = compoundA (mkA "up-market"); -lin up_to_date_A = compoundA (mkA "up-to-date"); -lin up_to_the_minute_A = compoundA (mkA "up-to-the-minute"); -lin upbraid_V2 = mkV2 (mkV "upbraid" "upbraids" "upbraided" "upbraided" "upbraiding"); -lin upbraiding_N = mkN "upbraiding" "upbraidings"; -lin upbringing_N = mkN "upbringing" "-" {- FIXME: no plural form -}; -lin upcountry_A = compoundA (mkA "upcountry"); -lin upcountry_Adv = mkAdv "upcountry"; -lin update_V2 = mkV2 (mkV "update" "updates" "updated" "updated" "updating"); -lin upgrade_N = mkN "upgrade" "upgrades"; -lin upgrade_V2 = mkV2 (mkV "upgrade" "upgrades" "upgraded" "upgraded" "upgrading"); -lin upheaval_N = mkN "upheaval" "upheavals"; -lin uphill_A = compoundA (mkA "uphill"); -lin uphill_Adv = mkAdv "uphill"; -lin uphold_V2 = mkV2 (IrregEng.uphold_V); -lin upholster_V2 = mkV2 (mkV "upholster" "upholsters" "upholstered" "upholstered" "upholstering"); -lin upholsterer_N = mkN "upholsterer" "upholsterers"; -lin upholstery_N = mkN "upholstery" "-" {- FIXME: no plural form -}; -lin upkeep_N = mkN "upkeep" "-" {- FIXME: no plural form -}; -lin upland_N = mkN "upland" "uplands"; -lin uplift_N = mkN "uplift" "-" {- FIXME: no plural form -}; -lin uplift_V2 = mkV2 (mkV "uplift" "uplifts" "uplifted" "uplifted" "uplifting"); -lin upmost_A = compoundA (mkA "upmost"); -lin upper_A = compoundA (mkA "upper"); -lin upper_N = mkN "upper" "uppers"; -lin uppercut_N = mkN "uppercut" "uppercuts"; -lin uppermost_A = compoundA (mkA "uppermost"); -lin uppermost_Adv = mkAdv "uppermost"; -lin uppish_A = compoundA (mkA "uppish"); -lin uppishly_Adv = mkAdv "uppishly"; -lin uppishness_N = mkN "uppishness" "-" {- FIXME: no plural form -}; -lin uppity_A = compoundA (mkA "uppity"); -lin upright_A = compoundA (mkA "upright"); -lin upright_N = mkN "upright" "uprights"; -lin uprightly_Adv = mkAdv "uprightly"; -lin uprightness_N = mkN "uprightness" "-" {- FIXME: no plural form -}; -lin uprising_N = mkN "uprising" "uprisings"; -lin uproar_N = mkN "uproar" "uproars"; -lin uproarious_A = compoundA (mkA "uproarious"); -lin uproariously_Adv = mkAdv "uproariously"; -lin uproot_V2 = mkV2 (mkV "uproot" "uproots" "uprooted" "uprooted" "uprooting"); -lin upset_N = mkN "upset" "upsets"; -lin upset_V = IrregEng.upset_V; -lin upset_V2 = mkV2 (IrregEng.upset_V); -lin upshot_N = mkN "upshot" "upshots"; -lin upside_down_Adv = mkAdv "upside-down"; -lin upstage_A = compoundA (mkA "upstage"); -lin upstage_Adv = mkAdv "upstage"; -lin upstage_V2 = mkV2 (mkV "upstage" "upstages" "upstaged" "upstaged" "upstaging"); -lin upstairs_A = compoundA (mkA "upstairs"); -lin upstairs_Adv = mkAdv "upstairs"; -lin upstanding_A = compoundA (mkA "upstanding"); -lin upstart_A = compoundA (mkA "upstart"); -lin upstart_N = mkN "upstart" "upstarts"; -lin upstream_Adv = mkAdv "upstream"; -lin upsurge_N = mkN "upsurge" "upsurges"; -lin uptake_N = mkN "uptake" "uptakes"; -lin uptight_A = compoundA (mkA "uptight"); -lin upton_PN = mkPN "Upton"; -lin uptown_A = compoundA (mkA "uptown"); -lin uptown_Adv = mkAdv "uptown"; -lin upturn_N = mkN "upturn" "upturns"; -lin upturned_A = compoundA (mkA "upturned"); -lin upward_A = compoundA (mkA "upward"); -lin upward_Adv = mkAdv "upward"; -lin upwards_Adv = mkAdv "upwards"; -lin uranium_N = mkN "uranium" "-" {- FIXME: no plural form -}; -lin uranus_PN = mkPN "Uranus"; -lin urban_A = compoundA (mkA "urban"); -lin urbane_A = compoundA (mkA "urbane"); -lin urbanely_Adv = mkAdv "urbanely"; -lin urbanity_N = mkN "urbanity" "-" {- FIXME: no plural form -}; -lin urbanization_N = mkN "urbanization" "-" {- FIXME: no plural form -}; -lin urbanize_V2 = mkV2 (mkV "urbanize" "urbanizes" "urbanized" "urbanized" "urbanizing"); -lin urchin_N = mkN "urchin" "urchins"; -lin urdu_A = compoundA (mkA "urdu"); -lin urdu_N = mkN "urdu" "-" {- FIXME: no plural form -}; -lin urge_N = mkN "urge" "urges"; -lin urge_V2 = mkV2 (mkV "urge" "urges" "urged" "urged" "urging"); -lin urgency_N = mkN "urgency" "-" {- FIXME: no plural form -}; -lin urgent_A = compoundA (mkA "urgent"); -lin urgently_Adv = mkAdv "urgently"; -lin urging_N = mkN "urging" "urgings"; -lin uric_A = compoundA (mkA "uric"); -lin urinal_N = mkN "urinal" "urinals"; -lin urinary_A = compoundA (mkA "urinary"); -lin urinate_V = mkV "urinate" "urinates" "urinated" "urinated" "urinating"; -lin urine_N = mkN "urine" "-" {- FIXME: no plural form -}; -lin urn_N = mkN "urn" "urns"; -lin ursula_PN = mkPN "Ursula"; -lin uruguay_PN = mkPN "Uruguay"; -lin uruguayan_A = compoundA (mkA "uruguayan"); -lin uruguayan_N = mkN "uruguayan" "uruguayans"; -lin urumchi_PN = mkPN "Urumchi"; -lin us_PN = mkPN "us"; -lin usa_PN = mkPN "usa"; -lin usable_A = compoundA (mkA "usable"); -lin usaf_N = mkN "usaf" "-" {- FIXME: no plural form -}; -lin usage_N = mkN "usage" "usages"; -lin use_N = mkN "use" "uses"; -lin use_V2 = mkV2 (mkV "use" "uses" "used" "used" "using"); -lin used_A = compoundA (mkA "used"); -lin useful_A = compoundA (mkA "useful"); -lin usefully_Adv = mkAdv "usefully"; -lin usefulness_N = mkN "usefulness" "-" {- FIXME: no plural form -}; -lin useless_A = compoundA (mkA "useless"); -lin uselessly_Adv = mkAdv "uselessly"; -lin uselessness_N = mkN "uselessness" "-" {- FIXME: no plural form -}; -lin user_N = mkN "user" "users"; -lin ushaw_moor_PN = mkPN "Ushaw moor"; -lin usher_N = mkN "usher" "ushers"; -lin usher_V2 = mkV2 (mkV "usher" "ushers" "ushered" "ushered" "ushering"); -lin usherette_N = mkN "usherette" "usherettes"; -lin usn_N = mkN "usn" "-" {- FIXME: no plural form -}; -lin uss_N = mkN "uss" "-" {- FIXME: no plural form -}; -lin ussr_N = mkN "ussr" "-" {- FIXME: no plural form -}; -lin usual_A = compoundA (mkA "usual"); -lin usually_Adv = mkAdv "usually"; -lin usurer_N = mkN "usurer" "usurers"; -lin usurious_A = compoundA (mkA "usurious"); -lin usurp_V2 = mkV2 (mkV "usurp" "usurps" "usurped" "usurped" "usurping"); -lin usurpation_N = mkN "usurpation" "usurpations"; -lin usurper_N = mkN "usurper" "usurpers"; -lin usury_N = mkN "usury" "-" {- FIXME: no plural form -}; -lin utah_PN = mkPN "Utah"; -lin utensil_N = mkN "utensil" "utensils"; -lin uterine_A = compoundA (mkA "uterine"); -lin uterus_N = mkN "uterus" "uteruses"; -lin utilitarian_A = compoundA (mkA "utilitarian"); -lin utilitarian_N = mkN "utilitarian" "utilitarians"; -lin utilitarianism_N = mkN "utilitarianism" "-" {- FIXME: no plural form -}; -lin utility_N = mkN "utility" "utilities"; -lin utilizable_A = compoundA (mkA "utilizable"); -lin utilization_N = mkN "utilization" "-" {- FIXME: no plural form -}; -lin utilize_V2 = mkV2 (mkV "utilize" "utilizes" "utilized" "utilized" "utilizing"); -lin utmost_A = compoundA (mkA "utmost"); -lin utmost_N = mkN "utmost" "utmosts"; -lin utopia_N = mkN "utopia" "utopias"; -lin utopian_A = compoundA (mkA "utopian"); -lin utrecht_PN = mkPN "Utrecht"; -lin utter_A = compoundA (mkA "utter"); -lin utter_V2 = mkV2 (mkV "utter" "utters" "uttered" "uttered" "uttering"); -lin utterance_N = mkN "utterance" "utterances"; -lin utterly_Adv = mkAdv "utterly"; -lin uttermost_A = compoundA (mkA "uttermost"); -lin uttermost_N = mkN "uttermost" "uttermosts"; -lin uttoxeter_PN = mkPN "Uttoxeter"; -lin uvula_N = mkN "uvula" "uvulas"; -lin uvular_A = compoundA (mkA "uvular"); -lin uxorious_A = compoundA (mkA "uxorious"); -lin uxoriously_Adv = mkAdv "uxoriously"; -lin uxoriousness_N = mkN "uxoriousness" "-" {- FIXME: no plural form -}; -lin v_and_a_N = mkN "v and a" "-" {- FIXME: no plural form -}; -lin vac_N = mkN "vac" "vacs"; -lin vacancy_N = mkN "vacancy" "vacancies"; -lin vacant_A = compoundA (mkA "vacant"); -lin vacantly_Adv = mkAdv "vacantly"; -lin vacate_V2 = mkV2 (mkV "vacate" "vacates" "vacated" "vacated" "vacating"); -lin vacation_N = mkN "vacation" "vacations"; -lin vacation_V = mkV "vacation" "vacations" "vacationed" "vacationed" "vacationing"; -lin vacationist_N = mkN "vacationist" "vacationists"; -lin vaccinate_V2 = mkV2 (mkV "vaccinate" "vaccinates" "vaccinated" "vaccinated" "vaccinating"); -lin vaccination_N = mkN "vaccination" "vaccinations"; -lin vaccine_N = mkN "vaccine" "vaccines"; -lin vacillate_V = mkV "vacillate" "vacillates" "vacillated" "vacillated" "vacillating"; -lin vacillation_N = mkN "vacillation" "vacillations"; -lin vacuity_N = mkN "vacuity" "vacuities"; -lin vacuous_A = compoundA (mkA "vacuous"); -lin vacuously_Adv = mkAdv "vacuously"; -lin vacuum_N = mkN "vacuum" "vacuums"; -lin vade_mecum_N = mkN "vade-mecum" "vade-mecums"; -lin vagabond_A = compoundA (mkA "vagabond"); -lin vagabond_N = mkN "vagabond" "vagabonds"; -lin vagary_N = mkN "vagary" "vagaries"; -lin vagina_N = mkN "vagina" "vaginas"; -lin vaginal_A = compoundA (mkA "vaginal"); -lin vagrancy_N = mkN "vagrancy" "-" {- FIXME: no plural form -}; -lin vagrant_A = compoundA (mkA "vagrant"); -lin vagrant_N = mkN "vagrant" "vagrants"; -lin vague_A = mkA "vague" "vaguer"; -lin vaguely_Adv = mkAdv "vaguely"; -lin vagueness_N = mkN "vagueness" "-" {- FIXME: no plural form -}; -lin vain_A = mkA "vain" "vainer"; -lin vainglorious_A = compoundA (mkA "vainglorious"); -lin vainglory_N = mkN "vainglory" "-" {- FIXME: no plural form -}; -lin vainly_Adv = mkAdv "vainly"; -lin valance_N = mkN "valance" "valances"; -lin vale_N = mkN "vale" "vales"; -lin valediction_N = mkN "valediction" "valedictions"; -lin valedictory_A = compoundA (mkA "valedictory"); -lin valence_N = mkN "valence" "valences"; -lin valencia_PN = mkPN "Valencia"; -lin valenciennes_PN = mkPN "Valenciennes"; -lin valency_N = mkN "valency" "valencies"; -lin valentine_N = mkN "valentine" "valentines"; -lin valerian_N = mkN "valerian" "-" {- FIXME: no plural form -}; -lin valet_N = mkN "valet" "valets"; -lin valet_V2 = mkV2 (mkV "valet" "valets" "valeted" "valeted" "valeting"); -lin valetudinarian_A = compoundA (mkA "valetudinarian"); -lin valetudinarian_N = mkN "valetudinarian" "valetudinarians"; -lin valiant_A = compoundA (mkA "valiant"); -lin valiantly_Adv = mkAdv "valiantly"; -lin valid_A = compoundA (mkA "valid"); -lin validate_V2 = mkV2 (mkV "validate" "validates" "validated" "validated" "validating"); -lin validity_N = mkN "validity" "-" {- FIXME: no plural form -}; -lin validly_Adv = mkAdv "validly"; -lin valise_N = mkN "valise" "valises"; -lin valladolid_PN = mkPN "Valladolid"; -lin valley_N = mkN "valley" "valleys"; -lin valorous_A = compoundA (mkA "valorous"); -lin valour_N = mkN "valour" "-" {- FIXME: no plural form -}; -lin valuable_A = compoundA (mkA "valuable"); -lin valuable_N = mkN "valuable" "valuables"; -lin valuation_N = mkN "valuation" "valuations"; -lin value_N = mkN "value" "values"; -lin value_V2 = mkV2 (mkV "value" "values" "valued" "valued" "valuing"); -lin value_added_A = compoundA (mkA "value-added"); -lin valueless_A = compoundA (mkA "valueless"); -lin valuer_N = mkN "valuer" "valuers"; -lin valve_N = mkN "valve" "valves"; -lin valvular_A = compoundA (mkA "valvular"); -lin vamoose_V = mkV "vamoose" "vamooses" "vamoosed" "vamoosed" "vamoosing"; -lin vamp_N = mkN "vamp" "vamps"; -lin vamp_V = mkV "vamp" "vamps" "vamped" "vamped" "vamping"; -lin vamp_V2 = mkV2 (mkV "vamp" "vamps" "vamped" "vamped" "vamping"); -lin vampire_N = mkN "vampire" "vampires"; -lin van_N = mkN "van" "vans"; -lin vancouver_PN = mkPN "Vancouver"; -lin vandal_N = mkN "vandal" "vandals"; -lin vandalism_N = mkN "vandalism" "-" {- FIXME: no plural form -}; -lin vane_N = mkN "vane" "vanes"; -lin vanessa_PN = mkPN "Vanessa"; -lin vanguard_N = mkN "vanguard" "vanguards"; -lin vanilla_N = mkN "vanilla" "vanillas"; -lin vanish_V = mkV "vanish" "vanishes" "vanished" "vanished" "vanishing"; -lin vanity_N = mkN "vanity" "vanities"; -lin vanquish_V2 = mkV2 (mkV "vanquish" "vanquishes" "vanquished" "vanquished" "vanquishing"); -lin vantage_N = mkN "vantage" "vantages"; -lin vantage_point_N = mkN "vantage-point" "vantage-points"; -lin vapid_A = compoundA (mkA "vapid"); -lin vapidity_N = mkN "vapidity" "-" {- FIXME: no plural form -}; -lin vapidly_Adv = mkAdv "vapidly"; -lin vapidness_N = mkN "vapidness" "-" {- FIXME: no plural form -}; -lin vaporization_N = mkN "vaporization" "vaporizations"; -lin vaporize_V = mkV "vaporize" "vaporizes" "vaporized" "vaporized" "vaporizing"; -lin vaporize_V2 = mkV2 (mkV "vaporize" "vaporizes" "vaporized" "vaporized" "vaporizing"); -lin vaporous_A = compoundA (mkA "vaporous"); -lin vapour_N = mkN "vapour" "vapours"; -lin vapour_bath_N = mkN "vapour-bath" "vapour-baths"; -lin varanasi_PN = mkPN "Varanasi"; -lin variability_N = mkN "variability" "-" {- FIXME: no plural form -}; -lin variable_A = compoundA (mkA "variable"); -lin variable_N = mkN "variable" "variables"; -lin variableness_N = mkN "variableness" "-" {- FIXME: no plural form -}; -lin variably_Adv = mkAdv "variably"; -lin variance_N = mkN "variance" "variances"; -lin variant_A = compoundA (mkA "variant"); -lin variant_N = mkN "variant" "variants"; -lin variation_N = mkN "variation" "variations"; -lin varicoloured_A = compoundA (mkA "varicoloured"); -lin varicose_A = compoundA (mkA "varicose"); -lin varied_A = compoundA (mkA "varied"); -lin variegated_A = compoundA (mkA "variegated"); -lin variegation_N = mkN "variegation" "variegations"; -lin variety_N = mkN "variety" "varieties"; -lin variform_A = compoundA (mkA "variform"); -lin variorum_A = compoundA (mkA "variorum"); -lin various_A = compoundA (mkA "various"); -lin variously_Adv = mkAdv "variously"; -lin varlet_N = mkN "varlet" "varlets"; -lin varnish_N = mkN "varnish" "varnishes"; -lin varnish_V2 = mkV2 (mkV "varnish" "varnishes" "varnished" "varnished" "varnishing"); -lin varsity_N = mkN "varsity" "varsities"; -lin vary_V = mkV "vary" "varies" "varied" "varied" "varying"; -lin vary_V2 = mkV2 (mkV "vary" "varies" "varied" "varied" "varying"); -lin vascular_A = compoundA (mkA "vascular"); -lin vase_N = mkN "vase" "vases"; -lin vasectomy_N = mkN "vasectomy" "vasectomies"; -lin vaseline_N = mkN "vaseline" "-" {- FIXME: no plural form -}; -lin vassal_N = mkN "vassal" "vassals"; -lin vassalage_N = mkN "vassalage" "-" {- FIXME: no plural form -}; -lin vast_A = compoundA (mkA "vast"); -lin vasteras_PN = mkPN "Vasteras"; -lin vastly_Adv = mkAdv "vastly"; -lin vastness_N = mkN "vastness" "-" {- FIXME: no plural form -}; -lin vat_N = mkN "vat" "-" {- FIXME: no plural form -}; -lin vatican_N = mkN "vatican" "vaticans"; -lin vaudeville_N = mkN "vaudeville" "-" {- FIXME: no plural form -}; -lin vault_N = mkN "vault" "vaults"; -lin vault_V = mkV "vault" "vaults" "vaulted" "vaulted" "vaulting"; -lin vault_V2 = mkV2 (mkV "vault" "vaults" "vaulted" "vaulted" "vaulting"); -lin vaulted_A = compoundA (mkA "vaulted"); -lin vaulter_N = mkN "vaulter" "vaulters"; -lin vaulting_horse_N = mkN "vaulting-horse" "vaulting-horses"; -lin vaunt_N = mkN "vaunt" "vaunts"; -lin vaunt_V = mkV "vaunt" "vaunts" "vaunted" "vaunted" "vaunting"; -lin vaunt_V2 = mkV2 (mkV "vaunt" "vaunts" "vaunted" "vaunted" "vaunting"); -lin vaunter_N = mkN "vaunter" "vaunters"; -lin vauntingly_Adv = mkAdv "vauntingly"; -lin vc_N = mkN "vc" "-" {- FIXME: no plural form -}; -lin vd_N = mkN "vd" "-" {- FIXME: no plural form -}; -lin veal_N = mkN "veal" "-" {- FIXME: no plural form -}; -lin vector_N = mkN "vector" "vectors"; -lin veer_V = mkV "veer" "veers" "veered" "veered" "veering"; -lin vegetable_A = compoundA (mkA "vegetable"); -lin vegetable_N = mkN "vegetable" "vegetables"; -lin vegetarian_N = mkN "vegetarian" "vegetarians"; -lin vegetate_V = mkV "vegetate" "vegetates" "vegetated" "vegetated" "vegetating"; -lin vegetation_N = mkN "vegetation" "-" {- FIXME: no plural form -}; -lin vehemence_N = mkN "vehemence" "-" {- FIXME: no plural form -}; -lin vehement_A = compoundA (mkA "vehement"); -lin vehemently_Adv = mkAdv "vehemently"; -lin vehicle_N = mkN "vehicle" "vehicles"; -lin vehicular_A = compoundA (mkA "vehicular"); -lin veil_N = mkN "veil" "veils"; -lin veil_V2 = mkV2 (mkV "veil" "veils" "veiled" "veiled" "veiling"); -lin veiling_N = mkN "veiling" "-" {- FIXME: no plural form -}; -lin vein_N = mkN "vein" "veins"; -lin veined_A = compoundA (mkA "veined"); -lin veld_N = mkN "veld" "-" {- FIXME: no plural form -}; -lin vellum_N = mkN "vellum" "-" {- FIXME: no plural form -}; -lin velocipede_N = mkN "velocipede" "velocipedes"; -lin velocity_N = mkN "velocity" "velocities"; -lin velour_N = mkN "velour" "-" {- FIXME: no plural form -}; -lin velvet_N = mkN "velvet" "-" {- FIXME: no plural form -}; -lin velveteen_N = mkN "velveteen" "-" {- FIXME: no plural form -}; -lin velvety_A = compoundA (mkA "velvety"); -lin venal_A = compoundA (mkA "venal"); -lin venality_N = mkN "venality" "-" {- FIXME: no plural form -}; -lin venally_Adv = mkAdv "venally"; -lin vend_V2 = mkV2 (mkV "vend" "vends" "vended" "vended" "vending"); -lin vendee_N = mkN "vendee" "vendees"; -lin vender_N = mkN "vender" "venders"; -lin vendetta_N = mkN "vendetta" "vendettas"; -lin vendor_N = mkN "vendor" "vendors"; -lin veneer_N = mkN "veneer" "veneers"; -lin veneer_V2 = mkV2 (mkV "veneer" "veneers" "veneered" "veneered" "veneering"); -lin venerable_A = compoundA (mkA "venerable"); -lin venerate_V2 = mkV2 (mkV "venerate" "venerates" "venerated" "venerated" "venerating"); -lin veneration_N = mkN "veneration" "venerations"; -lin venereal_A = compoundA (mkA "venereal"); -lin venetian_A = compoundA (mkA "venetian"); -lin venezia_PN = mkPN "Venezia"; -lin venezuela_PN = mkPN "Venezuela"; -lin venezuelan_A = compoundA (mkA "venezuelan"); -lin venezuelan_N = mkN "venezuelan" "venezuelans"; -lin vengeance_N = mkN "vengeance" "-" {- FIXME: no plural form -}; -lin vengeful_A = compoundA (mkA "vengeful"); -lin venial_A = compoundA (mkA "venial"); -lin venice_PN = mkPN "Venice"; -lin venison_N = mkN "venison" "-" {- FIXME: no plural form -}; -lin venom_N = mkN "venom" "-" {- FIXME: no plural form -}; -lin venomed_A = compoundA (mkA "venomed"); -lin venomous_A = compoundA (mkA "venomous"); -lin venomously_Adv = mkAdv "venomously"; -lin venous_A = compoundA (mkA "venous"); -lin vent_N = mkN "vent" "vents"; -lin vent_V2 = mkV2 (mkV "vent" "vents" "vented" "vented" "venting"); -lin vent_hole_N = mkN "vent-hole" "vent-holes"; -lin ventilate_V2 = mkV2 (mkV "ventilate" "ventilates" "ventilated" "ventilated" "ventilating"); -lin ventilation_N = mkN "ventilation" "-" {- FIXME: no plural form -}; -lin ventilator_N = mkN "ventilator" "ventilators"; -lin ventnor_PN = mkPN "Ventnor"; -lin ventral_A = compoundA (mkA "ventral"); -lin ventricle_N = mkN "ventricle" "ventricles"; -lin ventricular_A = compoundA (mkA "ventricular"); -lin ventriloquism_N = mkN "ventriloquism" "-" {- FIXME: no plural form -}; -lin ventriloquist_N = mkN "ventriloquist" "ventriloquists"; -lin venture_N = mkN "venture" "ventures"; -lin venture_V = mkV "venture" "ventures" "ventured" "ventured" "venturing"; -lin venture_V2 = mkV2 (mkV "venture" "ventures" "ventured" "ventured" "venturing"); -lin venturesome_A = compoundA (mkA "venturesome"); -lin venturous_A = compoundA (mkA "venturous"); -lin venue_N = mkN "venue" "venues"; -lin venus_PN = mkPN "Venus"; -lin vera_PN = mkPN "Vera"; -lin veracious_A = compoundA (mkA "veracious"); -lin veraciously_Adv = mkAdv "veraciously"; -lin veracity_N = mkN "veracity" "-" {- FIXME: no plural form -}; -lin veranda_N = mkN "veranda" "verandas"; -lin verandah_N = mkN "verandah" "verandahs"; -lin verb_N = mkN "verb" "verbs"; -lin verbal_A = compoundA (mkA "verbal"); -lin verbalize_V2 = mkV2 (mkV "verbalize" "verbalizes" "verbalized" "verbalized" "verbalizing"); -lin verbally_Adv = mkAdv "verbally"; -lin verbatim_A = compoundA (mkA "verbatim"); -lin verbatim_Adv = mkAdv "verbatim"; -lin verbena_N = mkN "verbena" "verbenas"; -lin verbiage_N = mkN "verbiage" "-" {- FIXME: no plural form -}; -lin verbose_A = compoundA (mkA "verbose"); -lin verbosely_Adv = mkAdv "verbosely"; -lin verboseness_N = mkN "verboseness" "-" {- FIXME: no plural form -}; -lin verbosity_N = mkN "verbosity" "-" {- FIXME: no plural form -}; -lin verdancy_N = mkN "verdancy" "-" {- FIXME: no plural form -}; -lin verdant_A = compoundA (mkA "verdant"); -lin verdict_N = mkN "verdict" "verdicts"; -lin verdigris_N = mkN "verdigris" "-" {- FIXME: no plural form -}; -lin verdure_N = mkN "verdure" "-" {- FIXME: no plural form -}; -lin verey_A = compoundA (mkA "verey"); -lin verge_N = mkN "verge" "verges"; -lin verge_V = mkV "verge" "verges" "verged" "verged" "verging"; -lin verger_N = mkN "verger" "vergers"; -lin verifiable_A = compoundA (mkA "verifiable"); -lin verification_N = mkN "verification" "verifications"; -lin verify_V2 = mkV2 (mkV "verify" "verifies" "verified" "verified" "verifying"); -lin verily_Adv = mkAdv "verily"; -lin verisimilitude_N = mkN "verisimilitude" "verisimilitudes"; -lin veritable_A = compoundA (mkA "veritable"); -lin verity_N = mkN "verity" "verities"; -lin vermicelli_N = mkN "vermicelli" "-" {- FIXME: no plural form -}; -lin vermiform_A = compoundA (mkA "vermiform"); -lin vermilion_A = compoundA (mkA "vermilion"); -lin vermilion_N = mkN "vermilion" "vermilions"; -lin vermin_N = mkN "vermin" "-" {- FIXME: no plural form -}; -lin verminous_A = compoundA (mkA "verminous"); -lin vermont_PN = mkPN "Vermont"; -lin vermouth_N = mkN "vermouth" "vermouths"; -lin vernacular_A = compoundA (mkA "vernacular"); -lin vernacular_N = mkN "vernacular" "vernaculars"; -lin vernal_A = compoundA (mkA "vernal"); -lin vernon_PN = mkPN "Vernon"; -lin verona_PN = mkPN "Verona"; -lin veronica_N = mkN "veronica" "veronicas"; -lin veronica_PN = mkPN "Veronica"; -lin verruca_N = mkN "verruca" "verrucas"; -lin versatile_A = compoundA (mkA "versatile"); -lin versatility_N = mkN "versatility" "-" {- FIXME: no plural form -}; -lin verse_N = mkN "verse" "verses"; -lin versed_A = compoundA (mkA "versed"); -lin versification_N = mkN "versification" "-" {- FIXME: no plural form -}; -lin versifier_N = mkN "versifier" "versifiers"; -lin versify_V = mkV "versify" "versifies" "versified" "versified" "versifying"; -lin versify_V2 = mkV2 (mkV "versify" "versifies" "versified" "versified" "versifying"); -lin version_N = mkN "version" "versions"; -lin verso_N = mkN "verso" "versos"; -lin vertebra_N = mkN "vertebra" "vertebrae" {- FIXME: guessed plural form -}; -lin vertebrate_A = compoundA (mkA "vertebrate"); -lin vertebrate_N = mkN "vertebrate" "vertebrates"; -lin vertex_N = mkN "vertex" "vertices" {- FIXME: guessed plural form -}; -lin vertical_A = compoundA (mkA "vertical"); -lin vertical_N = mkN "vertical" "verticals"; -lin vertically_Adv = mkAdv "vertically"; -lin vertiginous_A = compoundA (mkA "vertiginous"); -lin vertigo_N = mkN "vertigo" "-" {- FIXME: no plural form -}; -lin verve_N = mkN "verve" "-" {- FIXME: no plural form -}; -lin very_A = compoundA (mkA "very"); -lin very_Adv = mkAdv "very"; -lin vesicle_N = mkN "vesicle" "vesicles"; -lin vesicular_A = compoundA (mkA "vesicular"); -lin vessel_N = mkN "vessel" "vessels"; -lin vest_N = mkN "vest" "vests"; -lin vest_V = mkV "vest" "vests" "vested" "vested" "vesting"; -lin vest_V2 = mkV2 (mkV "vest" "vests" "vested" "vested" "vesting"); -lin vestal_A = compoundA (mkA "vestal"); -lin vestal_N = mkN "vestal" "vestals"; -lin vestibule_N = mkN "vestibule" "vestibules"; -lin vestige_N = mkN "vestige" "vestiges"; -lin vestigial_A = compoundA (mkA "vestigial"); -lin vestment_N = mkN "vestment" "vestments"; -lin vestry_N = mkN "vestry" "vestries"; -lin vestryman_N = mkN "vestryman" "vestrymen" {- FIXME: guessed plural form -}; -lin vesture_N = mkN "vesture" "vestures"; -lin vesture_V2 = mkV2 (mkV "vesture" "vestures" "vestured" "vestured" "vesturing"); -lin vet_N = mkN "vet" "vets"; -lin vet_V2 = mkV2 (mkV "vet" "vets" "vetted" "vetted" "vetting"); -lin vetch_N = mkN "vetch" "vetches"; -lin veteran_N = mkN "veteran" "veterans"; -lin veterinary_A = compoundA (mkA "veterinary"); -lin veto_N = mkN "veto" "vetoes"; -lin veto_V2 = mkV2 (mkV "veto" "vetos" "vetoed" "vetoed" "vetoing"); -lin vex_V2 = mkV2 (mkV "vex" "vexes" "vexed" "vexed" "vexing"); -lin vexation_N = mkN "vexation" "vexations"; -lin vexatious_A = compoundA (mkA "vexatious"); -lin vhf_PN = mkPN "Vhf"; -lin via_media_N = mkN "via media" "via mediae" {- FIXME: guessed plural form -}; -lin viability_N = mkN "viability" "-" {- FIXME: no plural form -}; -lin viable_A = compoundA (mkA "viable"); -lin viaduct_N = mkN "viaduct" "viaducts"; -lin vial_N = mkN "vial" "vials"; -lin vibrant_A = compoundA (mkA "vibrant"); -lin vibraphone_N = mkN "vibraphone" "vibraphones"; -lin vibrate_V = mkV "vibrate" "vibrates" "vibrated" "vibrated" "vibrating"; -lin vibrate_V2 = mkV2 (mkV "vibrate" "vibrates" "vibrated" "vibrated" "vibrating"); -lin vibration_N = mkN "vibration" "vibrations"; -lin vibrato_N = mkN "vibrato" "vibratos"; -lin vibrator_N = mkN "vibrator" "vibrators"; -lin vic_PN = mkPN "Vic"; -lin vicar_N = mkN "vicar" "vicars"; -lin vicarage_N = mkN "vicarage" "vicarages"; -lin vicarious_A = compoundA (mkA "vicarious"); -lin vicariously_Adv = mkAdv "vicariously"; -lin vice_N = mkN "vice" "vices"; -lin vice_versa_Adv = mkAdv "vice versa"; -lin vicenza_PN = mkPN "Vicenza"; -lin viceregal_A = compoundA (mkA "viceregal"); -lin vicereine_N = mkN "vicereine" "vicereines"; -lin viceroy_N = mkN "viceroy" "viceroys"; -lin vicinity_N = mkN "vicinity" "vicinities"; -lin vicious_A = compoundA (mkA "vicious"); -lin viciously_Adv = mkAdv "viciously"; -lin viciousness_N = mkN "viciousness" "-" {- FIXME: no plural form -}; -lin vicissitude_N = mkN "vicissitude" "vicissitudes"; -lin vicky_PN = mkPN "Vicky"; -lin victim_N = mkN "victim" "victims"; -lin victimization_N = mkN "victimization" "victimizations"; -lin victimize_V2 = mkV2 (mkV "victimize" "victimizes" "victimized" "victimized" "victimizing"); -lin victor_N = mkN "victor" "victors"; -lin victor_PN = mkPN "Victor"; -lin victoria_N = mkN "victoria" "victorias"; -lin victoria_PN = mkPN "Victoria"; -lin victorian_A = compoundA (mkA "victorian"); -lin victorian_N = mkN "victorian" "victorians"; -lin victoriana_N = mkN "victoriana" "-" {- FIXME: no plural form -}; -lin victorious_A = compoundA (mkA "victorious"); -lin victoriously_Adv = mkAdv "victoriously"; -lin victory_N = mkN "victory" "victories"; -lin victual_N = mkN "victual" "victuals"; -lin victual_V = mkV "victual" "victuals" "victualled" "victualled" "victualling"; -lin victual_V2 = mkV2 (mkV "victual" "victuals" "victualled" "victualled" "victualling"); -lin victualler_N = mkN "victualler" "victuallers"; -lin vicuna_N = mkN "vicuña" "vicuñas"; -lin videlicet_Adv = mkAdv "videlicet"; -lin video_N = mkN "video" "videos"; -lin videotape_N = mkN "videotape" "-" {- FIXME: no plural form -}; -lin videotape_V2 = mkV2 (mkV "videotape" "videotapes" "videotaped" "videotaped" "videotaping"); -lin vie_V = mkV "vie" "IRREG" "IRREG" "IRREG" "IRREG"; -lin vienna_PN = mkPN "Vienna"; -lin vietnam_PN = mkPN "Vietnam"; -lin vietnamese_A = compoundA (mkA "vietnamese"); -lin vietnamese_N = mkN "vietnamese" "vietnamese"; -lin view_N = mkN "view" "views"; -lin view_V2 = mkV2 (mkV "view" "views" "viewed" "viewed" "viewing"); -lin viewer_N = mkN "viewer" "viewers"; -lin viewfinder_N = mkN "viewfinder" "viewfinders"; -lin viewless_A = compoundA (mkA "viewless"); -lin viewpark_PN = mkPN "Viewpark"; -lin viewpoint_N = mkN "viewpoint" "viewpoints"; -lin vigil_N = mkN "vigil" "vigils"; -lin vigilance_N = mkN "vigilance" "-" {- FIXME: no plural form -}; -lin vigilant_A = compoundA (mkA "vigilant"); -lin vigilante_N = mkN "vigilante" "vigilantes"; -lin vigilantly_Adv = mkAdv "vigilantly"; -lin vignette_N = mkN "vignette" "vignettes"; -lin vigo_PN = mkPN "Vigo"; -lin vigorous_A = compoundA (mkA "vigorous"); -lin vigorously_Adv = mkAdv "vigorously"; -lin vigour_N = mkN "vigour" "-" {- FIXME: no plural form -}; -lin viking_N = mkN "viking" "vikings"; -lin vile_A = mkA "vile" "viler"; -lin vilely_Adv = mkAdv "vilely"; -lin vileness_N = mkN "vileness" "-" {- FIXME: no plural form -}; -lin vilification_N = mkN "vilification" "vilifications"; -lin vilify_V2 = mkV2 (mkV "vilify" "vilifies" "vilified" "vilified" "vilifying"); -lin villa_N = mkN "villa" "villas"; -lin village_N = mkN "village" "villages"; -lin villager_N = mkN "villager" "villagers"; -lin villain_N = mkN "villain" "villains"; -lin villainess_N = mkN "villainess" "villainesss"; -lin villainous_A = compoundA (mkA "villainous"); -lin villainy_N = mkN "villainy" "villainies"; -lin villein_N = mkN "villein" "villeins"; -lin villeinage_N = mkN "villeinage" "-" {- FIXME: no plural form -}; -lin vim_N = mkN "vim" "-" {- FIXME: no plural form -}; -lin vinaigrette_N = mkN "vinaigrette" "-" {- FIXME: no plural form -}; -lin vince_PN = mkPN "Vince"; -lin vincent_PN = mkPN "Vincent"; -lin vindicate_V2 = mkV2 (mkV "vindicate" "vindicates" "vindicated" "vindicated" "vindicating"); -lin vindication_N = mkN "vindication" "vindications"; -lin vindictive_A = compoundA (mkA "vindictive"); -lin vindictively_Adv = mkAdv "vindictively"; -lin vindictiveness_N = mkN "vindictiveness" "-" {- FIXME: no plural form -}; -lin vine_N = mkN "vine" "vines"; -lin vinegar_N = mkN "vinegar" "vinegars"; -lin vinegary_A = compoundA (mkA "vinegary"); -lin vinery_N = mkN "vinery" "vineries"; -lin vineyard_N = mkN "vineyard" "vineyards"; -lin vino_N = mkN "vino" "vinoes"; -lin vinous_A = compoundA (mkA "vinous"); -lin vintage_N = mkN "vintage" "vintages"; -lin vintner_N = mkN "vintner" "vintners"; -lin vinyl_N = mkN "vinyl" "vinyls"; -lin viol_N = mkN "viol" "viols"; -lin viola_N = mkN "viola" "violas"; -lin viola_PN = mkPN "Viola"; -lin violate_V2 = mkV2 (mkV "violate" "violates" "violated" "violated" "violating"); -lin violation_N = mkN "violation" "violations"; -lin violence_N = mkN "violence" "-" {- FIXME: no plural form -}; -lin violent_A = compoundA (mkA "violent"); -lin violently_Adv = mkAdv "violently"; -lin violet_N = mkN "violet" "violets"; -lin violet_PN = mkPN "Violet"; -lin violin_N = mkN "violin" "violins"; -lin violinist_N = mkN "violinist" "violinists"; -lin vip_N = mkN "vip" "-" {- FIXME: no plural form -}; -lin viper_N = mkN "viper" "vipers"; -lin vips_N = mkN "-" "vips" {- FIXME: no singular form -}; -lin virago_N = mkN "virago" "viragos"; -lin virgin_A = compoundA (mkA "virgin"); -lin virgin_N = mkN "virgin" "virgins"; -lin virginal_A = compoundA (mkA "virginal"); -lin virginal_N = mkN "virginal" "virginals"; -lin virginia_N = mkN "virginia" "-" {- FIXME: no plural form -}; -lin virginia_PN = mkPN "Virginia"; -lin virginia_water_PN = mkPN "Virginia water"; -lin virginity_N = mkN "virginity" "-" {- FIXME: no plural form -}; -lin virgo_PN = mkPN "Virgo"; -lin virgule_N = mkN "virgule" "virgules"; -lin virile_A = compoundA (mkA "virile"); -lin virility_N = mkN "virility" "-" {- FIXME: no plural form -}; -lin virology_N = mkN "virology" "-" {- FIXME: no plural form -}; -lin virtu_N = mkN "virtu" "-" {- FIXME: no plural form -}; -lin virtual_A = compoundA (mkA "virtual"); -lin virtually_Adv = mkAdv "virtually"; -lin virtue_N = mkN "virtue" "virtues"; -lin virtuosity_N = mkN "virtuosity" "-" {- FIXME: no plural form -}; -lin virtuoso_N = mkN "virtuoso" "virtuosos"; -lin virtuous_A = compoundA (mkA "virtuous"); -lin virtuously_Adv = mkAdv "virtuously"; -lin virulence_N = mkN "virulence" "-" {- FIXME: no plural form -}; -lin virulent_A = compoundA (mkA "virulent"); -lin virulently_Adv = mkAdv "virulently"; -lin virus_N = mkN "virus" "viruses"; -lin vis_a_vis_Adv = mkAdv "vis-à-vis"; -lin visa_N = mkN "visa" "visas"; -lin visa_V2 = mkV2 (mkV "visa" "visas" "visaed" "visaed" "visaing"); -lin visage_N = mkN "visage" "visages"; -lin visaged_A = compoundA (mkA "visaged"); -lin visceral_A = compoundA (mkA "visceral"); -lin viscid_A = compoundA (mkA "viscid"); -lin viscosity_N = mkN "viscosity" "-" {- FIXME: no plural form -}; -lin viscount_N = mkN "viscount" "viscounts"; -lin viscountcy_N = mkN "viscountcy" "viscountcies"; -lin viscountess_N = mkN "viscountess" "viscountesses"; -lin viscous_A = compoundA (mkA "viscous"); -lin visibility_N = mkN "visibility" "-" {- FIXME: no plural form -}; -lin visible_A = compoundA (mkA "visible"); -lin visibly_Adv = mkAdv "visibly"; -lin vision_N = mkN "vision" "visions"; -lin visionary_A = compoundA (mkA "visionary"); -lin visionary_N = mkN "visionary" "visionaries"; -lin visit_N = mkN "visit" "visits"; -lin visit_V = mkV "visit" "visits" "visited" "visited" "visiting"; -lin visit_V2 = mkV2 (mkV "visit" "visits" "visited" "visited" "visiting"); -lin visitant_N = mkN "visitant" "visitants"; -lin visitation_N = mkN "visitation" "visitations"; -lin visiting_N = mkN "visiting" "-" {- FIXME: no plural form -}; -lin visitor_N = mkN "visitor" "visitors"; -lin visor_N = mkN "visor" "visors"; -lin vista_N = mkN "vista" "vistas"; -lin visual_A = compoundA (mkA "visual"); -lin visualization_N = mkN "visualization" "visualizations"; -lin visualize_V2 = mkV2 (mkV "visualize" "visualizes" "visualized" "visualized" "visualizing"); -lin visually_Adv = mkAdv "visually"; -lin vital_A = compoundA (mkA "vital"); -lin vitalism_N = mkN "vitalism" "-" {- FIXME: no plural form -}; -lin vitalist_N = mkN "vitalist" "vitalists"; -lin vitality_N = mkN "vitality" "-" {- FIXME: no plural form -}; -lin vitalize_V2 = mkV2 (mkV "vitalize" "vitalizes" "vitalized" "vitalized" "vitalizing"); -lin vitally_Adv = mkAdv "vitally"; -lin vitamin_N = mkN "vitamin" "vitamins"; -lin vitiate_V2 = mkV2 (mkV "vitiate" "vitiates" "vitiated" "vitiated" "vitiating"); -lin vitoria_PN = mkPN "Vitoria"; -lin vitreous_A = compoundA (mkA "vitreous"); -lin vitrify_V = mkV "vitrify" "vitrifies" "vitrified" "vitrified" "vitrifying"; -lin vitrify_V2 = mkV2 (mkV "vitrify" "vitrifies" "vitrified" "vitrified" "vitrifying"); -lin vitriol_N = mkN "vitriol" "-" {- FIXME: no plural form -}; -lin vitriolic_A = compoundA (mkA "vitriolic"); -lin vituperate_V2 = mkV2 (mkV "vituperate" "vituperates" "vituperated" "vituperated" "vituperating"); -lin vituperation_N = mkN "vituperation" "-" {- FIXME: no plural form -}; -lin vituperative_A = compoundA (mkA "vituperative"); -lin viv_PN = mkPN "Viv"; -lin viva_N = mkN "viva" "vivas"; -lin viva_voce_A = compoundA (mkA "viva voce"); -lin viva_voce_Adv = mkAdv "viva voce"; -lin viva_voce_N = mkN "viva voce" "viva voces"; -lin vivace_Adv = mkAdv "vivace"; -lin vivacious_A = compoundA (mkA "vivacious"); -lin vivaciously_Adv = mkAdv "vivaciously"; -lin vivacity_N = mkN "vivacity" "-" {- FIXME: no plural form -}; -lin vivian_PN = mkPN "Vivian"; -lin vivid_A = compoundA (mkA "vivid"); -lin vividly_Adv = mkAdv "vividly"; -lin vividness_N = mkN "vividness" "-" {- FIXME: no plural form -}; -lin vivien_PN = mkPN "Vivien"; -lin vivienne_PN = mkPN "Vivienne"; -lin viviparous_A = compoundA (mkA "viviparous"); -lin vivisect_V2 = mkV2 (mkV "vivisect" "vivisects" "vivisected" "vivisected" "vivisecting"); -lin vivisection_N = mkN "vivisection" "vivisections"; -lin vivisectionist_N = mkN "vivisectionist" "vivisectionists"; -lin vixen_N = mkN "vixen" "vixens"; -lin vixenish_A = compoundA (mkA "vixenish"); -lin viz_PN = mkPN "Viz"; -lin vizier_N = mkN "vizier" "viziers"; -lin vocabulary_N = mkN "vocabulary" "vocabularies"; -lin vocal_A = compoundA (mkA "vocal"); -lin vocalist_N = mkN "vocalist" "vocalists"; -lin vocalize_V2 = mkV2 (mkV "vocalize" "vocalizes" "vocalized" "vocalized" "vocalizing"); -lin vocally_Adv = mkAdv "vocally"; -lin vocation_N = mkN "vocation" "vocations"; -lin vocational_A = compoundA (mkA "vocational"); -lin vocative_A = compoundA (mkA "vocative"); -lin vocative_N = mkN "vocative" "vocatives"; -lin vociferate_V = mkV "vociferate" "vociferates" "vociferated" "vociferated" "vociferating"; -lin vociferate_V2 = mkV2 (mkV "vociferate" "vociferates" "vociferated" "vociferated" "vociferating"); -lin vociferation_N = mkN "vociferation" "-" {- FIXME: no plural form -}; -lin vociferous_A = compoundA (mkA "vociferous"); -lin vodka_N = mkN "vodka" "vodkas"; -lin vogue_N = mkN "vogue" "vogues"; -lin voice_N = mkN "voice" "voices"; -lin voice_V2 = mkV2 (mkV "voice" "voices" "voiced" "voiced" "voicing"); -lin voiced_A = compoundA (mkA "voiced"); -lin voiceless_A = compoundA (mkA "voiceless"); -lin void_A = compoundA (mkA "void"); -lin void_N = mkN "void" "voids"; -lin void_V2 = mkV2 (mkV "void" "voids" "voided" "voided" "voiding"); -lin voile_N = mkN "voile" "-" {- FIXME: no plural form -}; -lin vol_N = mkN "vol" "-" {- FIXME: no plural form -}; -lin volatile_A = compoundA (mkA "volatile"); -lin volatility_N = mkN "volatility" "volatilities"; -lin volcanic_A = compoundA (mkA "volcanic"); -lin volcano_N = mkN "volcano" "volcanos"; -lin vole_N = mkN "vole" "voles"; -lin volgograd_PN = mkPN "Volgograd"; -lin volition_N = mkN "volition" "-" {- FIXME: no plural form -}; -lin volitional_A = compoundA (mkA "volitional"); -lin volley_N = mkN "volley" "volleys"; -lin volley_V = mkV "volley" "volleys" "volleyed" "volleyed" "volleying"; -lin volley_V2 = mkV2 (mkV "volley" "volleys" "volleyed" "volleyed" "volleying"); -lin volleyball_N = mkN "volleyball" "volleyballs"; -lin vols_N = mkN "-" "vols" {- FIXME: no singular form -}; -lin volt_N = mkN "volt" "volts"; -lin voltage_N = mkN "voltage" "voltages"; -lin volte_face_N = mkN "volte-face" "IRREG"; -lin volubility_N = mkN "volubility" "-" {- FIXME: no plural form -}; -lin voluble_A = compoundA (mkA "voluble"); -lin volubly_Adv = mkAdv "volubly"; -lin volume_N = mkN "volume" "volumes"; -lin voluminous_A = compoundA (mkA "voluminous"); -lin voluntarily_Adv = mkAdv "voluntarily"; -lin voluntary_A = compoundA (mkA "voluntary"); -lin voluntary_N = mkN "voluntary" "voluntaries"; -lin volunteer_N = mkN "volunteer" "volunteers"; -lin volunteer_V = mkV "volunteer" "volunteers" "volunteered" "volunteered" "volunteering"; -lin volunteer_V2 = mkV2 (mkV "volunteer" "volunteers" "volunteered" "volunteered" "volunteering"); -lin voluptuary_N = mkN "voluptuary" "voluptuaries"; -lin voluptuous_A = compoundA (mkA "voluptuous"); -lin voluptuously_Adv = mkAdv "voluptuously"; -lin voluptuousness_N = mkN "voluptuousness" "-" {- FIXME: no plural form -}; -lin volute_N = mkN "volute" "volutes"; -lin voluted_A = compoundA (mkA "voluted"); -lin vomit_N = mkN "vomit" "-" {- FIXME: no plural form -}; -lin vomit_V = mkV "vomit" "vomits" "vomited" "vomited" "vomiting"; -lin vomit_V2 = mkV2 (mkV "vomit" "vomits" "vomited" "vomited" "vomiting"); -lin voodoo_N = mkN "voodoo" "-" {- FIXME: no plural form -}; -lin voodooism_N = mkN "voodooism" "-" {- FIXME: no plural form -}; -lin voracious_A = compoundA (mkA "voracious"); -lin voraciously_Adv = mkAdv "voraciously"; -lin voracity_N = mkN "voracity" "-" {- FIXME: no plural form -}; -lin voronezh_PN = mkPN "Voronezh"; -lin vortex_N = mkN "vortex" "vortexes"; -lin votary_N = mkN "votary" "votaries"; -lin vote_N = mkN "vote" "votes"; -lin vote_V = mkV "vote" "votes" "voted" "voted" "voting"; -lin vote_V2 = mkV2 (mkV "vote" "votes" "voted" "voted" "voting"); -lin voteless_A = compoundA (mkA "voteless"); -lin voter_N = mkN "voter" "voters"; -lin votive_A = compoundA (mkA "votive"); -lin vouch_V = mkV "vouch" "vouches" "vouched" "vouched" "vouching"; -lin voucher_N = mkN "voucher" "vouchers"; -lin vouchsafe_V2 = mkV2 (mkV "vouchsafe" "vouchsafes" "vouchsafed" "vouchsafed" "vouchsafing"); -lin vow_N = mkN "vow" "vows"; -lin vow_V2 = mkV2 (mkV "vow" "vows" "vowed" "vowed" "vowing"); -lin vowel_N = mkN "vowel" "vowels"; -lin vox_N = mkN "vox" "IRREG"; -lin vox_populi_N = mkN "vox populi" "IRREG"; -lin voyage_N = mkN "voyage" "voyages"; -lin voyage_V = mkV "voyage" "voyages" "voyaged" "voyaged" "voyaging"; -lin voyager_N = mkN "voyager" "voyagers"; -lin voyeur_N = mkN "voyeur" "voyeurs"; -lin voyeurism_N = mkN "voyeurism" "-" {- FIXME: no plural form -}; -lin voyeuristic_A = compoundA (mkA "voyeuristic"); -lin voyeuristically_Adv = mkAdv "voyeuristically"; -lin vp_N = mkN "vp" "-" {- FIXME: no plural form -}; -lin vs_PN = mkPN "Vs"; -lin vso_PN = mkPN "Vso"; -lin vulcanite_N = mkN "vulcanite" "-" {- FIXME: no plural form -}; -lin vulcanization_N = mkN "vulcanization" "vulcanizations"; -lin vulcanize_V2 = mkV2 (mkV "vulcanize" "vulcanizes" "vulcanized" "vulcanized" "vulcanizing"); -lin vulgar_A = compoundA (mkA "vulgar"); -lin vulgarian_N = mkN "vulgarian" "vulgarians"; -lin vulgarism_N = mkN "vulgarism" "vulgarisms"; -lin vulgarity_N = mkN "vulgarity" "vulgarities"; -lin vulgarization_N = mkN "vulgarization" "-" {- FIXME: no plural form -}; -lin vulgarize_V2 = mkV2 (mkV "vulgarize" "vulgarizes" "vulgarized" "vulgarized" "vulgarizing"); -lin vulgarly_Adv = mkAdv "vulgarly"; -lin vulgate_N = mkN "vulgate" "vulgates"; -lin vulnerability_N = mkN "vulnerability" "vulnerabilities"; -lin vulnerable_A = compoundA (mkA "vulnerable"); -lin vulpine_A = compoundA (mkA "vulpine"); -lin vulture_N = mkN "vulture" "vultures"; -lin vulva_N = mkN "vulva" "vulvas"; -lin wad_N = mkN "wad" "wads"; -lin wad_V2 = mkV2 (mkV "wad" "wads" "wadded" "wadded" "wadding"); -lin wadding_N = mkN "wadding" "-" {- FIXME: no plural form -}; -lin waddle_N = mkN "waddle" "IRREG"; -lin waddle_V = mkV "waddle" "waddles" "waddled" "waddled" "waddling"; -lin wade_V = mkV "wade" "wades" "waded" "waded" "wading"; -lin wade_V2 = mkV2 (mkV "wade" "wades" "waded" "waded" "wading"); -lin wader_N = mkN "wader" "waders"; -lin wadi_N = mkN "wadi" "wadis"; -lin wafer_N = mkN "wafer" "wafers"; -lin waffle_N = mkN "waffle" "waffles"; -lin waffle_V = mkV "waffle" "waffles" "waffled" "waffled" "waffling"; -lin waft_N = mkN "waft" "wafts"; -lin waft_V2 = mkV2 (mkV "waft" "wafts" "wafted" "wafted" "wafting"); -lin wag_N = mkN "wag" "wags"; -lin wag_V = mkV "wag" "wags" "wagged" "wagged" "wagging"; -lin wag_V2 = mkV2 (mkV "wag" "wags" "wagged" "wagged" "wagging"); -lin wage_N = mkN "wage" "wages"; -lin wage_V2 = mkV2 (mkV "wage" "wages" "waged" "waged" "waging"); -lin wage_claim_N = mkN "wage-claim" "wage-claims"; -lin wage_earner_N = mkN "wage-earner" "wage-earners"; -lin wage_freeze_N = mkN "wage-freeze" "wage-freezes"; -lin wager_N = mkN "wager" "wagers"; -lin wager_V = mkV "wager" "wagers" "wagered" "wagered" "wagering"; -lin wager_V2 = mkV2 (mkV "wager" "wagers" "wagered" "wagered" "wagering"); -lin waggery_N = mkN "waggery" "waggeries"; -lin waggish_A = compoundA (mkA "waggish"); -lin waggishly_Adv = mkAdv "waggishly"; -lin waggishness_N = mkN "waggishness" "-" {- FIXME: no plural form -}; -lin waggle_V = mkV "waggle" "waggles" "waggled" "waggled" "waggling"; -lin waggle_V2 = mkV2 (mkV "waggle" "waggles" "waggled" "waggled" "waggling"); -lin waggon_N = mkN "waggon" "waggons"; -lin waggoner_N = mkN "waggoner" "waggoners"; -lin wagon_lit_N = mkN "wagon-lit" "IRREG"; -lin wagtail_N = mkN "wagtail" "wagtails"; -lin waif_N = mkN "waif" "waifs"; -lin wail_N = mkN "wail" "wails"; -lin wail_V = mkV "wail" "wails" "wailed" "wailed" "wailing"; -lin wail_V2 = mkV2 (mkV "wail" "wails" "wailed" "wailed" "wailing"); -lin wain_N = mkN "wain" "wains"; -lin wainscot_N = mkN "wainscot" "wainscots"; -lin wainscoted_A = compoundA (mkA "wainscoted"); -lin waist_N = mkN "waist" "waists"; -lin waist_deep_A = compoundA (mkA "waist-deep"); -lin waist_deep_Adv = mkAdv "waist-deep"; -lin waist_high_A = compoundA (mkA "waist-high"); -lin waist_high_Adv = mkAdv "waist-high"; -lin waistband_N = mkN "waistband" "waistbands"; -lin waistcoat_N = mkN "waistcoat" "waistcoats"; -lin waistline_N = mkN "waistline" "waistlines"; -lin wait_N = mkN "wait" "waits"; -lin wait_V = mkV "wait" "waits" "waited" "waited" "waiting"; -lin wait_V2 = mkV2 (mkV "wait" "waits" "waited" "waited" "waiting"); -lin waiter_N = mkN "waiter" "waiters"; -lin waiting_list_N = mkN "waiting-list" "waiting-lists"; -lin waiting_room_N = mkN "waiting-room" "waiting-rooms"; -lin waitress_N = mkN "waitress" "waitresses"; -lin waive_V2 = mkV2 (mkV "waive" "waives" "waived" "waived" "waiving"); -lin waiver_N = mkN "waiver" "waivers"; -lin wake_N = mkN "wake" "wakes"; -lin wake_V = mkV "wake" "wakes" "waked" "waked" "waking"; -lin wake_V2 = mkV2 (mkV "wake" "wakes" "waked" "waked" "waking"); -lin wakefield_PN = mkPN "Wakefield"; -lin wakeful_A = compoundA (mkA "wakeful"); -lin wakefulness_N = mkN "wakefulness" "-" {- FIXME: no plural form -}; -lin waken_V = mkV "waken" "wakens" "wakened" "wakened" "wakening"; -lin waken_V2 = mkV2 (mkV "waken" "wakens" "wakened" "wakened" "wakening"); -lin waking_A = compoundA (mkA "waking"); -lin wale_N = mkN "wale" "wales"; -lin wales_PN = mkPN "Wales"; -lin walk_N = mkN "walk" "walks"; -lin walk_V = mkV "walk" "walks" "walked" "walked" "walking"; -lin walk_V2 = mkV2 (mkV "walk" "walks" "walked" "walked" "walking"); -lin walkabout_N = mkN "walkabout" "walkabouts"; -lin walkaway_N = mkN "walkaway" "walkaways"; -lin walker_N = mkN "walker" "walkers"; -lin walkie_talkie_N = mkN "walkie-talkie" "walkie-talkies"; -lin walking_N = mkN "walking" "-" {- FIXME: no plural form -}; -lin walkout_N = mkN "walkout" "walkouts"; -lin walkover_N = mkN "walkover" "walkovers"; -lin wall_N = mkN "wall" "walls"; -lin wall_V2 = mkV2 (mkV "wall" "walls" "walled" "walled" "walling"); -lin wall_eyed_A = compoundA (mkA "wall-eyed"); -lin wall_painting_N = mkN "wall-painting" "wall-paintings"; -lin wall_street_PN = mkPN "Wall street"; -lin wallaby_N = mkN "wallaby" "wallabies"; -lin wallace_PN = mkPN "Wallace"; -lin wallah_N = mkN "wallah" "wallahs"; -lin wallasey_PN = mkPN "Wallasey"; -lin wallet_N = mkN "wallet" "wallets"; -lin wallflower_N = mkN "wallflower" "wallflowers"; -lin wallingford_PN = mkPN "Wallingford"; -lin wallop_N = mkN "wallop" "wallops"; -lin wallop_V2 = mkV2 (mkV "wallop" "wallops" "walloped" "walloped" "walloping"); -lin walloping_A = compoundA (mkA "walloping"); -lin wallow_N = mkN "wallow" "wallows"; -lin wallow_V = mkV "wallow" "wallows" "wallowed" "wallowed" "wallowing"; -lin wallpaper_N = mkN "wallpaper" "-" {- FIXME: no plural form -}; -lin wallsend_PN = mkPN "Wallsend"; -lin wally_PN = mkPN "Wally"; -lin walnut_N = mkN "walnut" "walnuts"; -lin walrus_N = mkN "walrus" "walruses"; -lin walsall_PN = mkPN "Walsall"; -lin walsham_PN = mkPN "Walsham"; -lin walter_PN = mkPN "Walter"; -lin waltham_forest_PN = mkPN "Waltham forest"; -lin walton_PN = mkPN "Walton"; -lin waltz_N = mkN "waltz" "waltzes"; -lin waltz_V = mkV "waltz" "waltzes" "waltzed" "waltzed" "waltzing"; -lin waltz_V2 = mkV2 (mkV "waltz" "waltzes" "waltzed" "waltzed" "waltzing"); -lin wampum_N = mkN "wampum" "-" {- FIXME: no plural form -}; -lin wan_A = mkA "wan" "wanner*"; -lin wand_N = mkN "wand" "wands"; -lin wander_V = mkV "wander" "wanders" "wandered" "wandered" "wandering"; -lin wander_V2 = mkV2 (mkV "wander" "wanders" "wandered" "wandered" "wandering"); -lin wanderer_N = mkN "wanderer" "wanderers"; -lin wanderlust_N = mkN "wanderlust" "-" {- FIXME: no plural form -}; -lin wandsworth_PN = mkPN "Wandsworth"; -lin wane_N = mkN "wane" "wanes"; -lin wane_V = mkV "wane" "wanes" "waned" "waned" "waning"; -lin wangle_N = mkN "wangle" "wangles"; -lin wangle_V2 = mkV2 (mkV "wangle" "wangles" "wangled" "wangled" "wangling"); -lin wank_N = mkN "wank" "wanks"; -lin wank_V = mkV "wank" "wanks" "wanked" "wanked" "wanking"; -lin wanly_Adv = mkAdv "wanly"; -lin wanness_N = mkN "wanness" "-" {- FIXME: no plural form -}; -lin want_N = mkN "want" "wants"; -lin want_V = mkV "want" "wants" "wanted" "wanted" "wanting"; -lin want_V2 = mkV2 (mkV "want" "wants" "wanted" "wanted" "wanting"); -lin want_ad_N = mkN "want-ad" "want-ads"; -lin wantage_PN = mkPN "Wantage"; -lin wanton_A = compoundA (mkA "wanton"); -lin wanton_N = mkN "wanton" "wantons"; -lin wanton_V = mkV "wanton" "wantons" "wantoned" "wantoned" "wantoning"; -lin wantonly_Adv = mkAdv "wantonly"; -lin wantonness_N = mkN "wantonness" "-" {- FIXME: no plural form -}; -lin war_N = mkN "war" "wars"; -lin war_V = mkV "war" "wars" "warred" "warred" "warring"; -lin war_baby_N = mkN "war-baby" "war-babies"; -lin war_bride_N = mkN "war-bride" "war-brides"; -lin war_cloud_N = mkN "war-cloud" "war-clouds"; -lin war_cry_N = mkN "war-cry" "war-cries"; -lin war_dance_N = mkN "war-dance" "war-dances"; -lin war_god_N = mkN "war-god" "war-gods"; -lin war_torn_A = compoundA (mkA "war-torn"); -lin war_widow_N = mkN "war-widow" "war-widows"; -lin warble_N = mkN "warble" "warbles"; -lin warble_V = mkV "warble" "warbles" "warbled" "warbled" "warbling"; -lin warble_V2 = mkV2 (mkV "warble" "warbles" "warbled" "warbled" "warbling"); -lin warbler_N = mkN "warbler" "warblers"; -lin ward_N = mkN "ward" "wards"; -lin ward_V2 = mkV2 (mkV "ward" "wards" "warded" "warded" "warding"); -lin warden_N = mkN "warden" "wardens"; -lin warder_N = mkN "warder" "warders"; -lin wardress_N = mkN "wardress" "wardresses"; -lin wardrobe_N = mkN "wardrobe" "wardrobes"; -lin wardroom_N = mkN "wardroom" "wardrooms"; -lin ware_N = mkN "ware" "wares"; -lin ware_PN = mkPN "Ware"; -lin ware_V2 = mkV2 (mkV "ware" "wares" "wared" "wared" "waring"); -lin warehouse_N = mkN "warehouse" "warehouses"; -lin warehousing_N = mkN "warehousing" "-" {- FIXME: no plural form -}; -lin warfare_N = mkN "warfare" "-" {- FIXME: no plural form -}; -lin warhead_N = mkN "warhead" "warheads"; -lin warhorse_N = mkN "warhorse" "warhorses"; -lin warily_Adv = mkAdv "warily"; -lin wariness_N = mkN "wariness" "-" {- FIXME: no plural form -}; -lin warley_PN = mkPN "Warley"; -lin warlike_A = compoundA (mkA "warlike"); -lin warlord_N = mkN "warlord" "warlords"; -lin warm_A = mkA "warm" "warmer"; -lin warm_V = mkV "warm" "warms" "warmed" "warmed" "warming"; -lin warm_V2 = mkV2 (mkV "warm" "warms" "warmed" "warmed" "warming"); -lin warm_blooded_A = compoundA (mkA "warm-blooded"); -lin warm_hearted_A = compoundA (mkA "warm-hearted"); -lin warmer_N = mkN "warmer" "warmers"; -lin warming_pan_N = mkN "warming-pan" "warming-pans"; -lin warminster_PN = mkPN "Warminster"; -lin warmly_Adv = mkAdv "warmly"; -lin warmonger_N = mkN "warmonger" "warmongers"; -lin warmth_N = mkN "warmth" "-" {- FIXME: no plural form -}; -lin warn_V2 = mkV2 (mkV "warn" "warns" "warned" "warned" "warning"); -lin warning_A = compoundA (mkA "warning"); -lin warning_N = mkN "warning" "warnings"; -lin warp_N = mkN "warp" "warps"; -lin warp_V = mkV "warp" "warps" "warped" "warped" "warping"; -lin warp_V2 = mkV2 (mkV "warp" "warps" "warped" "warped" "warping"); -lin warpaint_N = mkN "warpaint" "-" {- FIXME: no plural form -}; -lin warpath_N = mkN "warpath" "warpaths"; -lin warrant_N = mkN "warrant" "warrants"; -lin warrant_V2 = mkV2 (mkV "warrant" "warrants" "warranted" "warranted" "warranting"); -lin warrantee_N = mkN "warrantee" "warrantees"; -lin warrantor_N = mkN "warrantor" "warrantors"; -lin warranty_N = mkN "warranty" "warranties"; -lin warren_N = mkN "warren" "warrens"; -lin warrington_PN = mkPN "Warrington"; -lin warrior_N = mkN "warrior" "warriors"; -lin warsaw_PN = mkPN "Warsaw"; -lin warship_N = mkN "warship" "warships"; -lin warsop_PN = mkPN "Warsop"; -lin wart_N = mkN "wart" "warts"; -lin warthog_N = mkN "warthog" "warthogs"; -lin wartime_N = mkN "wartime" "-" {- FIXME: no plural form -}; -lin warwick_PN = mkPN "Warwick"; -lin warwickshire_PN = mkPN "Warwickshire"; -lin wary_A = mkA "wary" "warier"; -lin wash_N = mkN "wash" "washes"; -lin wash_V = mkV "wash" "washes" "washed" "washed" "washing"; -lin wash_V2 = mkV2 (mkV "wash" "washes" "washed" "washed" "washing"); -lin wash_drawing_N = mkN "wash-drawing" "wash-drawings"; -lin wash_hand_basin_N = mkN "wash-hand-basin" "wash-hand-basins"; -lin wash_hand_stand_N = mkN "wash-hand-stand" "wash-hand-stands"; -lin wash_house_N = mkN "wash-house" "wash-houses"; -lin wash_leather_N = mkN "wash-leather" "wash-leathers"; -lin washable_A = compoundA (mkA "washable"); -lin washbasin_N = mkN "washbasin" "washbasins"; -lin washboard_N = mkN "washboard" "washboards"; -lin washbowl_N = mkN "washbowl" "washbowls"; -lin washcloth_N = mkN "washcloth" "washcloths"; -lin washday_N = mkN "washday" "washdays"; -lin washer_N = mkN "washer" "washers"; -lin washerwoman_N = mkN "washerwoman" "washerwomen" {- FIXME: guessed plural form -}; -lin washing_N = mkN "washing" "-" {- FIXME: no plural form -}; -lin washing_day_N = mkN "washing-day" "washing-days"; -lin washing_machine_N = mkN "washing-machine" "washing-machines"; -lin washing_up_N = mkN "washing-up" "washing-ups"; -lin washington_PN = mkPN "Washington"; -lin washington_dc_PN = mkPN "Washington dc"; -lin washout_N = mkN "washout" "washouts"; -lin washroom_N = mkN "washroom" "washrooms"; -lin washstand_N = mkN "washstand" "washstands"; -lin washtub_N = mkN "washtub" "washtubs"; -lin washy_A = compoundA (mkA "washy"); -lin wasp_N = mkN "wasp" "wasps"; -lin wasp_waisted_A = compoundA (mkA "wasp-waisted"); -lin waspish_A = compoundA (mkA "waspish"); -lin wassail_N = mkN "wassail" "wassails"; -lin wastage_N = mkN "wastage" "-" {- FIXME: no plural form -}; -lin waste_A = compoundA (mkA "waste"); -lin waste_N = mkN "waste" "wastes"; -lin waste_V = mkV "waste" "wastes" "wasted" "wasted" "wasting"; -lin waste_V2 = mkV2 (mkV "waste" "wastes" "wasted" "wasted" "wasting"); -lin waste_paper_basket_N = mkN "waste-paper-basket" "waste-paper-baskets"; -lin waste_pipe_N = mkN "waste-pipe" "waste-pipes"; -lin wastebasket_N = mkN "wastebasket" "wastebaskets"; -lin wastebin_N = mkN "wastebin" "wastebins"; -lin wasteful_A = compoundA (mkA "wasteful"); -lin wastefully_Adv = mkAdv "wastefully"; -lin wasteland_N = mkN "wasteland" "wastelands"; -lin waster_N = mkN "waster" "wasters"; -lin wastrel_N = mkN "wastrel" "wastrels"; -lin watch_N = mkN "watch" "watches"; -lin watch_V = mkV "watch" "watches" "watched" "watched" "watching"; -lin watch_V2 = mkV2 (mkV "watch" "watches" "watched" "watched" "watching"); -lin watch_chain_N = mkN "watch-chain" "watch-chains"; -lin watch_glass_N = mkN "watch-glass" "watch-glasses"; -lin watch_guard_N = mkN "watch-guard" "watch-guards"; -lin watch_key_N = mkN "watch-key" "watch-keys"; -lin watchdog_N = mkN "watchdog" "watchdogs"; -lin watcher_N = mkN "watcher" "watchers"; -lin watchful_A = compoundA (mkA "watchful"); -lin watchfully_Adv = mkAdv "watchfully"; -lin watchfulness_N = mkN "watchfulness" "-" {- FIXME: no plural form -}; -lin watchmaker_N = mkN "watchmaker" "watchmakers"; -lin watchman_N = mkN "watchman" "watchmen" {- FIXME: guessed plural form -}; -lin watchtower_N = mkN "watchtower" "watchtowers"; -lin watchword_N = mkN "watchword" "watchwords"; -lin water_N = mkN "water" "waters"; -lin water_V = mkV "water" "waters" "watered" "watered" "watering"; -lin water_V2 = mkV2 (mkV "water" "waters" "watered" "watered" "watering"); -lin water_biscuit_N = mkN "water-biscuit" "water-biscuits"; -lin water_blister_N = mkN "water-blister" "water-blisters"; -lin water_bottle_N = mkN "water-bottle" "water-bottles"; -lin water_buffalo_N = mkN "water-buffalo" "water-buffalos"; -lin water_butt_N = mkN "water-butt" "water-butts"; -lin water_cart_N = mkN "water-cart" "water-carts"; -lin water_closet_N = mkN "water-closet" "water-closets"; -lin water_finder_N = mkN "water-finder" "water-finders"; -lin water_glass_N = mkN "water-glass" "-" {- FIXME: no plural form -}; -lin water_hole_N = mkN "water-hole" "water-holes"; -lin water_ice_N = mkN "water-ice" "water-ices"; -lin water_jacket_N = mkN "water-jacket" "water-jackets"; -lin water_level_N = mkN "water-level" "water-levels"; -lin water_lily_N = mkN "water-lily" "water-lilies"; -lin water_line_N = mkN "water-line" "water-lines"; -lin water_main_N = mkN "water-main" "water-mains"; -lin water_nymph_N = mkN "water-nymph" "water-nymphs"; -lin water_polo_N = mkN "water-polo" "-" {- FIXME: no plural form -}; -lin water_power_N = mkN "water-power" "-" {- FIXME: no plural form -}; -lin water_rat_N = mkN "water-rat" "water-rats"; -lin water_rate_N = mkN "water-rate" "water-rates"; -lin water_skiing_N = mkN "water-skiing" "-" {- FIXME: no plural form -}; -lin water_skin_N = mkN "water-skin" "water-skins"; -lin water_softener_N = mkN "water-softener" "water-softeners"; -lin water_spaniel_N = mkN "water-spaniel" "water-spaniels"; -lin water_supply_N = mkN "water-supply" "water-supplies"; -lin water_tower_N = mkN "water-tower" "water-towers"; -lin water_vole_N = mkN "water-vole" "water-voles"; -lin water_waggon_N = mkN "water-waggon" "water-waggons"; -lin water_wagon_N = mkN "water-wagon" "water-wagons"; -lin water_wheel_N = mkN "water-wheel" "water-wheels"; -lin water_worn_A = compoundA (mkA "water-worn"); -lin waterbird_N = mkN "waterbird" "waterbirds"; -lin waterborne_A = compoundA (mkA "waterborne"); -lin watercannon_N = mkN "watercannon" "watercannons"; -lin waterchute_N = mkN "waterchute" "waterchutes"; -lin watercolour_N = mkN "watercolour" "watercolours"; -lin watercolourist_N = mkN "watercolourist" "watercolourists"; -lin watercourse_N = mkN "watercourse" "watercourses"; -lin watercress_N = mkN "watercress" "-" {- FIXME: no plural form -}; -lin waterfall_N = mkN "waterfall" "waterfalls"; -lin waterford_PN = mkPN "Waterford"; -lin waterfowl_N = mkN "waterfowl" "waterfowls"; -lin waterfront_N = mkN "waterfront" "waterfronts"; -lin waterhen_N = mkN "waterhen" "waterhens"; -lin waterhyacinth_N = mkN "waterhyacinth" "waterhyacinths"; -lin watering_can_N = mkN "watering-can" "watering-cans"; -lin watering_cart_N = mkN "watering-cart" "watering-carts"; -lin waterless_A = compoundA (mkA "waterless"); -lin waterlogged_A = compoundA (mkA "waterlogged"); -lin waterloo_PN = mkPN "Waterloo"; -lin waterman_N = mkN "waterman" "watermen" {- FIXME: guessed plural form -}; -lin watermark_N = mkN "watermark" "watermarks"; -lin watermelon_N = mkN "watermelon" "watermelons"; -lin watermill_N = mkN "watermill" "watermills"; -lin waterproof_A = compoundA (mkA "waterproof"); -lin waterproof_N = mkN "waterproof" "waterproofs"; -lin waterproof_V2 = mkV2 (mkV "waterproof" "waterproofs" "waterproofed" "waterproofed" "waterproofing"); -lin watershed_N = mkN "watershed" "watersheds"; -lin waterside_N = mkN "waterside" "watersides"; -lin waterspout_N = mkN "waterspout" "waterspouts"; -lin watertable_N = mkN "watertable" "watertables"; -lin watertight_A = compoundA (mkA "watertight"); -lin waterway_N = mkN "waterway" "waterways"; -lin waterworks_N = mkN "waterworks" "waterworks"; -lin watery_A = mkA "watery" "waterier"; -lin watford_PN = mkPN "Watford"; -lin watt_N = mkN "watt" "watts"; -lin wattage_N = mkN "wattage" "wattages"; -lin wattle_N = mkN "wattle" "wattles"; -lin wave_N = mkN "wave" "waves"; -lin wave_V = mkV "wave" "waves" "waved" "waved" "waving"; -lin wave_V2 = mkV2 (mkV "wave" "waves" "waved" "waved" "waving"); -lin wavelength_N = mkN "wavelength" "wavelengths"; -lin waver_V = mkV "waver" "wavers" "wavered" "wavered" "wavering"; -lin waverer_N = mkN "waverer" "waverers"; -lin wavy_A = mkA "wavy" "wavier"; -lin wax_N = mkN "wax" "waxes"; -lin wax_V = mkV "wax" "waxes" "waxed" "waxed" "waxing"; -lin wax_V2 = mkV2 (mkV "wax" "waxes" "waxed" "waxed" "waxing"); -lin wax_chandler_N = mkN "wax-chandler" "wax-chandlers"; -lin wax_paper_N = mkN "wax-paper" "wax-papers"; -lin waxen_A = compoundA (mkA "waxen"); -lin waxwork_N = mkN "waxwork" "waxworks"; -lin waxy_A = mkA "waxy" "waxier"; -lin way_Adv = mkAdv "way"; -lin way_N = mkN "way" "ways"; -lin way_out_A = compoundA (mkA "way-out"); -lin waybill_N = mkN "waybill" "waybills"; -lin wayfarer_N = mkN "wayfarer" "wayfarers"; -lin wayfaring_A = compoundA (mkA "wayfaring"); -lin waylay_V2 = mkV2 (mkV "way" IrregEng.lay_V); -lin wayne_PN = mkPN "Wayne"; -lin wayside_N = mkN "wayside" "waysides"; -lin wayward_A = compoundA (mkA "wayward"); -lin wc_N = mkN "wc" "-" {- FIXME: no plural form -}; -lin wcs_N = mkN "-" "wcs" {- FIXME: no singular form -}; -lin weak_A = mkA "weak" "weaker"; -lin weak_kneed_A = compoundA (mkA "weak-kneed"); -lin weaken_V = mkV "weaken" "weakens" "weakened" "weakened" "weakening"; -lin weaken_V2 = mkV2 (mkV "weaken" "weakens" "weakened" "weakened" "weakening"); -lin weakling_N = mkN "weakling" "weaklings"; -lin weakly_A = mkA "weakly" "weaklier"; -lin weakly_Adv = mkAdv "weakly"; -lin weakness_N = mkN "weakness" "weaknesses"; -lin weal_N = mkN "weal" "weals"; -lin weald_N = mkN "weald" "wealds"; -lin wealth_N = mkN "wealth" "-" {- FIXME: no plural form -}; -lin wealthily_Adv = mkAdv "wealthily"; -lin wealthy_A = mkA "wealthy" "wealthier"; -lin wean_V2 = mkV2 (mkV "wean" "weans" "weaned" "weaned" "weaning"); -lin weapon_N = mkN "weapon" "weapons"; -lin weaponless_A = compoundA (mkA "weaponless"); -lin wear_N = mkN "wear" "-" {- FIXME: no plural form -}; -lin wear_PN = mkPN "Wear"; -lin wear_V = IrregEng.wear_V; -lin wear_V2 = mkV2 (IrregEng.wear_V); -lin wearable_A = compoundA (mkA "wearable"); -lin wearer_N = mkN "wearer" "wearers"; -lin wearily_Adv = mkAdv "wearily"; -lin weariness_N = mkN "weariness" "-" {- FIXME: no plural form -}; -lin wearing_A = compoundA (mkA "wearing"); -lin wearisome_A = compoundA (mkA "wearisome"); -lin weary_A = mkA "weary" "wearier"; -lin weary_V = mkV "weary" "wearies" "wearied" "wearied" "wearying"; -lin weary_V2 = mkV2 (mkV "weary" "wearies" "wearied" "wearied" "wearying"); -lin weasel_N = mkN "weasel" "weasels"; -lin weather_N = mkN "weather" "weathers"; -lin weather_V = mkV "weather" "weathers" "weathered" "weathered" "weathering"; -lin weather_V2 = mkV2 (mkV "weather" "weathers" "weathered" "weathered" "weathering"); -lin weather_beaten_A = compoundA (mkA "weather-beaten"); -lin weather_bound_A = compoundA (mkA "weather-bound"); -lin weather_bureau_N = mkN "weather-bureau" "weather-bureaus"; -lin weather_chart_N = mkN "weather-chart" "weather-charts"; -lin weather_glass_N = mkN "weather-glass" "weather-glasses"; -lin weather_map_N = mkN "weather-map" "weather-maps"; -lin weather_ship_N = mkN "weather-ship" "weather-ships"; -lin weather_station_N = mkN "weather-station" "weather-stations"; -lin weather_vane_N = mkN "weather-vane" "weather-vanes"; -lin weatherboarding_N = mkN "weatherboarding" "-" {- FIXME: no plural form -}; -lin weathercock_N = mkN "weathercock" "weathercocks"; -lin weatherman_N = mkN "weatherman" "weathermen" {- FIXME: guessed plural form -}; -lin weatherproof_A = compoundA (mkA "weatherproof"); -lin weave_N = mkN "weave" "weaves"; -lin weave_V = IrregEng.weave_V; -lin weave_V2 = mkV2 (IrregEng.weave_V); -lin weaver_N = mkN "weaver" "weavers"; -lin weaverbird_N = mkN "weaverbird" "weaverbirds"; -lin web_N = mkN "web" "webs"; -lin web_footed_A = compoundA (mkA "web-footed"); -lin web_toed_A = compoundA (mkA "web-toed"); -lin webbed_A = compoundA (mkA "webbed"); -lin webbing_N = mkN "webbing" "-" {- FIXME: no plural form -}; -lin wed_PN = mkPN "Wed"; -lin wed_V = mkV "wed" "weds" "wedded" "wedded" "wedding"; -lin wed_V2 = mkV2 (mkV "wed" "weds" "wedded" "wedded" "wedding"); -lin wedding_N = mkN "wedding" "weddings"; -lin wedding_cake_N = mkN "wedding-cake" "wedding-cakes"; -lin wedding_ring_N = mkN "wedding-ring" "wedding-rings"; -lin wedge_N = mkN "wedge" "wedges"; -lin wedge_V2 = mkV2 (mkV "wedge" "wedges" "wedged" "wedged" "wedging"); -lin wedlock_N = mkN "wedlock" "-" {- FIXME: no plural form -}; -lin wednesday_N = mkN "wednesday" "wednesdays"; -lin wednesday_PN = mkPN "Wednesday"; -lin wee_A = compoundA (mkA "wee"); -lin wee_N = mkN "wee" "wees"; -lin wee_V = mkV "wee" "IRREG" "IRREG" "IRREG" "IRREG"; -lin wee_wee_N = mkN "wee-wee" "wee-wees"; -lin weed_N = mkN "weed" "weeds"; -lin weed_V = mkV "weed" "weeds" "weeded" "weeded" "weeding"; -lin weed_V2 = mkV2 (mkV "weed" "weeds" "weeded" "weeded" "weeding"); -lin weedkiller_N = mkN "weedkiller" "weedkillers"; -lin weedy_A = mkA "weedy" "weedier"; -lin week_N = mkN "week" "weeks"; -lin weekday_N = mkN "weekday" "weekdays"; -lin weekend_N = mkN "weekend" "weekends"; -lin weekend_V = mkV "weekend" "weekends" "weekended" "weekended" "weekending"; -lin weekender_N = mkN "weekender" "weekenders"; -lin weekly_A = compoundA (mkA "weekly"); -lin weekly_Adv = mkAdv "weekly"; -lin weekly_N = mkN "weekly" "weeklies"; -lin weeny_A = mkA "weeny" "weenier"; -lin weep_V = IrregEng.weep_V; -lin weep_V2 = mkV2 (IrregEng.weep_V); -lin weeping_A = compoundA (mkA "weeping"); -lin weevil_N = mkN "weevil" "weevils"; -lin weft_N = mkN "weft" "wefts"; -lin weigh_V = mkV "weigh" "weighs" "weighed" "weighed" "weighing"; -lin weigh_V2 = mkV2 (mkV "weigh" "weighs" "weighed" "weighed" "weighing"); -lin weighbridge_N = mkN "weighbridge" "weighbridges"; -lin weighing_machine_N = mkN "weighing-machine" "weighing-machines"; -lin weight_N = mkN "weight" "weights"; -lin weight_V2 = mkV2 (mkV "weight" "weights" "weighted" "weighted" "weighting"); -lin weightily_Adv = mkAdv "weightily"; -lin weightiness_N = mkN "weightiness" "-" {- FIXME: no plural form -}; -lin weightless_A = compoundA (mkA "weightless"); -lin weightlessness_N = mkN "weightlessness" "-" {- FIXME: no plural form -}; -lin weightlifting_N = mkN "weightlifting" "-" {- FIXME: no plural form -}; -lin weighty_A = mkA "weighty" "weightier"; -lin weir_N = mkN "weir" "weirs"; -lin weird_A = mkA "weird" "weirder"; -lin weirdie_N = mkN "weirdie" "weirdies"; -lin weirdly_Adv = mkAdv "weirdly"; -lin weirdness_N = mkN "weirdness" "-" {- FIXME: no plural form -}; -lin welcome_A = compoundA (mkA "welcome"); -lin welcome_N = mkN "welcome" "welcomes"; -lin welcome_V2 = mkV2 (mkV "welcome" "welcomes" "welcomed" "welcomed" "welcoming"); -lin weld_N = mkN "weld" "welds"; -lin weld_V = mkV "weld" "welds" "welded" "welded" "welding"; -lin weld_V2 = mkV2 (mkV "weld" "welds" "welded" "welded" "welding"); -lin welder_N = mkN "welder" "welders"; -lin welfare_N = mkN "welfare" "-" {- FIXME: no plural form -}; -lin welkin_N = mkN "welkin" "IRREG"; -lin well_A = compoundA (mkA "well"); -lin well_Adv = mkAdv "well"; -lin well_N = mkN "well" "wells"; -lin well_V = mkV "well" "wells" "welled" "welled" "welling"; -lin well_adjusted_A = compoundA (mkA "well-adjusted"); -lin well_advised_A = compoundA (mkA "well-advised"); -lin well_appointed_A = compoundA (mkA "well-appointed"); -lin well_balanced_A = compoundA (mkA "well-balanced"); -lin well_behaved_A = compoundA (mkA "well-behaved"); -lin well_being_N = mkN "well-being" "-" {- FIXME: no plural form -}; -lin well_born_A = compoundA (mkA "well-born"); -lin well_bred_A = compoundA (mkA "well-bred"); -lin well_conducted_A = compoundA (mkA "well-conducted"); -lin well_connected_A = compoundA (mkA "well-connected"); -lin well_disposed_A = compoundA (mkA "well-disposed"); -lin well_doer_N = mkN "well-doer" "well-doers"; -lin well_doing_N = mkN "well-doing" "-" {- FIXME: no plural form -}; -lin well_favoured_A = compoundA (mkA "well-favoured"); -lin well_found_A = compoundA (mkA "well-found"); -lin well_founded_A = compoundA (mkA "well-founded"); -lin well_groomed_A = compoundA (mkA "well-groomed"); -lin well_grounded_A = compoundA (mkA "well-grounded"); -lin well_heeled_A = compoundA (mkA "well-heeled"); -lin well_informed_A = compoundA (mkA "well-informed"); -lin well_intentioned_A = compoundA (mkA "well-intentioned"); -lin well_knit_A = compoundA (mkA "well-knit"); -lin well_known_A = compoundA (mkA "well-known"); -lin well_lined_A = compoundA (mkA "well-lined"); -lin well_marked_A = compoundA (mkA "well-marked"); -lin well_meaning_A = compoundA (mkA "well-meaning"); -lin well_meant_A = compoundA (mkA "well-meant"); -lin well_nigh_Adv = mkAdv "well-nigh"; -lin well_read_A = compoundA (mkA "well-read"); -lin well_rounded_A = compoundA (mkA "well-rounded"); -lin well_set_A = compoundA (mkA "well-set"); -lin well_shaven_A = compoundA (mkA "well-shaven"); -lin well_spoken_A = compoundA (mkA "well-spoken"); -lin well_timed_A = compoundA (mkA "well-timed"); -lin well_to_do_A = compoundA (mkA "well-to-do"); -lin well_tried_A = compoundA (mkA "well-tried"); -lin well_turned_A = compoundA (mkA "well-turned"); -lin well_water_N = mkN "well-water" "-" {- FIXME: no plural form -}; -lin well_wisher_N = mkN "well-wisher" "well-wishers"; -lin well_worn_A = compoundA (mkA "well-worn"); -lin wellhead_N = mkN "wellhead" "wellheads"; -lin wellingborough_PN = mkPN "Wellingborough"; -lin wellington_N = mkN "wellington" "wellingtons"; -lin wellington_PN = mkPN "Wellington"; -lin wells_PN = mkPN "Wells"; -lin welsh_A = compoundA (mkA "welsh"); -lin welsh_N = mkN "welsh" "-" {- FIXME: no plural form -}; -lin welsh_V = mkV "welsh" "welshes" "welshed" "welshed" "welshing"; -lin welsher_N = mkN "welsher" "welshers"; -lin welshman_N = mkN "welshman" "welshmen" {- FIXME: guessed plural form -}; -lin welshpool_PN = mkPN "Welshpool"; -lin welt_N = mkN "welt" "welts"; -lin welter_A = compoundA (mkA "welter"); -lin welter_N = mkN "welter" "IRREG"; -lin welter_V = mkV "welter" "welters" "weltered" "weltered" "weltering"; -lin welterweight_N = mkN "welterweight" "welterweights"; -lin welwyn_PN = mkPN "Welwyn"; -lin welwyn_garden_city_PN = mkPN "Welwyn garden city"; -lin wen_N = mkN "wen" "wens"; -lin wench_N = mkN "wench" "wenches"; -lin wench_V = mkV "wench" "wenches" "wenched" "wenched" "wenching"; -lin wend_V2 = mkV2 (mkV "wend" "wends" "wended" "wended" "wending"); -lin wendover_PN = mkPN "Wendover"; -lin wendy_PN = mkPN "Wendy"; -lin werewolf_N = mkN "werewolf" "werewolves" {- FIXME: guessed plural form -}; -lin wesleyan_A = compoundA (mkA "wesleyan"); -lin wesleyan_N = mkN "wesleyan" "wesleyans"; -lin west_Adv = mkAdv "west"; -lin west_N = mkN "west" "-" {- FIXME: no plural form -}; -lin west_bromwich_PN = mkPN "West bromwich"; -lin west_country_A = compoundA (mkA "west-country"); -lin west_end_A = compoundA (mkA "west-end"); -lin westbury_PN = mkPN "Westbury"; -lin westerly_A = compoundA (mkA "westerly"); -lin westerly_Adv = mkAdv "westerly"; -lin western_A = compoundA (mkA "western"); -lin western_N = mkN "western" "westerns"; -lin westerner_N = mkN "westerner" "westerners"; -lin westernization_N = mkN "westernization" "-" {- FIXME: no plural form -}; -lin westernize_V2 = mkV2 (mkV "westernize" "westernizes" "westernized" "westernized" "westernizing"); -lin westernmost_A = compoundA (mkA "westernmost"); -lin westhoughton_PN = mkPN "Westhoughton"; -lin westmeath_PN = mkPN "Westmeath"; -lin westminster_PN = mkPN "Westminster"; -lin westmoreland_PN = mkPN "Westmoreland"; -lin weston_super_mare_PN = mkPN "Weston-super-mare"; -lin westward_A = compoundA (mkA "westward"); -lin westward_Adv = mkAdv "westward"; -lin westwards_Adv = mkAdv "westwards"; -lin wet_A = mkA "wet" "wetter*"; -lin wet_N = mkN "wet" "-" {- FIXME: no plural form -}; -lin wet_V2 = mkV2 (mkV "wet" "wets" "wetted" "wetted" "wetting"); -lin wet_nurse_N = mkN "wet-nurse" "wet-nurses"; -lin wether_N = mkN "wether" "wethers"; -lin wetherby_PN = mkPN "Wetherby"; -lin wetting_N = mkN "wetting" "wettings"; -lin wexford_PN = mkPN "Wexford"; -lin weymouth_PN = mkPN "Weymouth"; -lin whack_N = mkN "whack" "whacks"; -lin whack_V2 = mkV2 (mkV "whack" "whacks" "whacked" "whacked" "whacking"); -lin whacked_A = compoundA (mkA "whacked"); -lin whacker_N = mkN "whacker" "whackers"; -lin whacking_A = compoundA (mkA "whacking"); -lin whacking_Adv = mkAdv "whacking"; -lin whacking_N = mkN "whacking" "whackings"; -lin whale_N = mkN "whale" "whales"; -lin whale_V = mkV "whale" "whales" "whaled" "whaled" "whaling"; -lin whalebone_N = mkN "whalebone" "-" {- FIXME: no plural form -}; -lin whaler_N = mkN "whaler" "whalers"; -lin whaley_bridge_PN = mkPN "Whaley bridge"; -lin whaling_gun_N = mkN "whaling-gun" "whaling-guns"; -lin whang_Adv = mkAdv "whang"; -lin whang_N = mkN "whang" "whangs"; -lin whang_V2 = mkV2 (mkV "whang" "whangs" "whanged" "whanged" "whanging"); -lin wharf_N = mkN "wharf" "wharfs"; -lin wharfage_N = mkN "wharfage" "-" {- FIXME: no plural form -}; -lin what_A = compoundA (mkA "what"); -lin what_for_N = mkN "what-for" "-" {- FIXME: no plural form -}; -lin whate'er_A = compoundA (mkA "whate'er"); -lin whatever_A = compoundA (mkA "whatever"); -lin whatnot_N = mkN "whatnot" "-" {- FIXME: no plural form -}; -lin whatsoe'er_A = compoundA (mkA "whatsoe'er"); -lin whatsoever_A = compoundA (mkA "whatsoever"); -lin wheat_N = mkN "wheat" "-" {- FIXME: no plural form -}; -lin wheaten_A = compoundA (mkA "wheaten"); -lin wheatley_hill_PN = mkPN "Wheatley hill"; -lin wheedle_V2 = mkV2 (mkV "wheedle" "wheedles" "wheedled" "wheedled" "wheedling"); -lin wheel_N = mkN "wheel" "wheels"; -lin wheel_V = mkV "wheel" "wheels" "wheeled" "wheeled" "wheeling"; -lin wheel_V2 = mkV2 (mkV "wheel" "wheels" "wheeled" "wheeled" "wheeling"); -lin wheelbarrow_N = mkN "wheelbarrow" "wheelbarrows"; -lin wheelbase_N = mkN "wheelbase" "wheelbases"; -lin wheelchair_N = mkN "wheelchair" "wheelchairs"; -lin wheelhouse_N = mkN "wheelhouse" "IRREG"; -lin wheelwright_N = mkN "wheelwright" "wheelwrights"; -lin wheeze_N = mkN "wheeze" "wheezes"; -lin wheeze_V = mkV "wheeze" "wheezes" "wheezed" "wheezed" "wheezing"; -lin wheeze_V2 = mkV2 (mkV "wheeze" "wheezes" "wheezed" "wheezed" "wheezing"); -lin wheezily_Adv = mkAdv "wheezily"; -lin wheeziness_N = mkN "wheeziness" "-" {- FIXME: no plural form -}; -lin wheezy_A = mkA "wheezy" "wheezier"; -lin whelk_N = mkN "whelk" "whelks"; -lin whelp_N = mkN "whelp" "whelps"; -lin whelp_V = mkV "whelp" "whelps" "whelped" "whelped" "whelping"; -lin when_Adv = mkAdv "when"; -lin whence_Adv = mkAdv "whence"; -lin whencesoever_A = compoundA (mkA "whencesoever"); -lin whenever_Adv = mkAdv "whenever"; -lin where_Adv = mkAdv "where"; -lin whereabouts_Adv = mkAdv "whereabouts"; -lin whereat_Adv = mkAdv "whereat"; -lin whereby_Adv = mkAdv "whereby"; -lin wherefore_Adv = mkAdv "wherefore"; -lin wherein_Adv = mkAdv "wherein"; -lin whereof_Adv = mkAdv "whereof"; -lin whereon_Adv = mkAdv "whereon"; -lin wheresoever_Adv = mkAdv "wheresoever"; -lin whereto_Adv = mkAdv "whereto"; -lin whereunto_Adv = mkAdv "whereunto"; -lin whereupon_Adv = mkAdv "whereupon"; -lin wherever_Adv = mkAdv "wherever"; -lin wherewith_Adv = mkAdv "wherewith"; -lin wherewithal_Adv = mkAdv "wherewithal"; -lin wherewithal_N = mkN "wherewithal" "-" {- FIXME: no plural form -}; -lin wherry_N = mkN "wherry" "wherries"; -lin whet_V2 = mkV2 (mkV "whet" "whets" "whetted" "whetted" "whetting"); -lin whetstone_N = mkN "whetstone" "whetstones"; -lin whey_N = mkN "whey" "-" {- FIXME: no plural form -}; -lin which_A = compoundA (mkA "which"); -lin whichever_A = compoundA (mkA "whichever"); -lin whichsoever_A = compoundA (mkA "whichsoever"); -lin whiff_N = mkN "whiff" "whiffs"; -lin whig_N = mkN "whig" "whigs"; -lin while_N = mkN "while" "IRREG"; -lin while_V2 = mkV2 (mkV "while" "whiles" "whiled" "whiled" "whiling"); -lin whim_N = mkN "whim" "whims"; -lin whimper_N = mkN "whimper" "whimpers"; -lin whimper_V = mkV "whimper" "whimpers" "whimpered" "whimpered" "whimpering"; -lin whimper_V2 = mkV2 (mkV "whimper" "whimpers" "whimpered" "whimpered" "whimpering"); -lin whimsey_N = mkN "whimsey" "whimseys"; -lin whimsical_A = compoundA (mkA "whimsical"); -lin whimsicality_N = mkN "whimsicality" "whimsicalities"; -lin whimsically_Adv = mkAdv "whimsically"; -lin whimsy_N = mkN "whimsy" "whimsies"; -lin whin_N = mkN "whin" "-" {- FIXME: no plural form -}; -lin whine_N = mkN "whine" "whines"; -lin whine_V = mkV "whine" "whines" "whined" "whined" "whining"; -lin whine_V2 = mkV2 (mkV "whine" "whines" "whined" "whined" "whining"); -lin whiner_N = mkN "whiner" "whiners"; -lin whinny_N = mkN "whinny" "whinnies"; -lin whinny_V = mkV "whinny" "whinnies" "whinnied" "whinnied" "whinnying"; -lin whip_N = mkN "whip" "whips"; -lin whip_V = mkV "whip" "whips" "whipped" "whipped" "whipping"; -lin whip_V2 = mkV2 (mkV "whip" "whips" "whipped" "whipped" "whipping"); -lin whip_round_N = mkN "whip-round" "whip-rounds"; -lin whipcord_N = mkN "whipcord" "-" {- FIXME: no plural form -}; -lin whipper_in_N = mkN "whipper-in" "IRREG"; -lin whippersnapper_N = mkN "whippersnapper" "whippersnappers"; -lin whippet_N = mkN "whippet" "whippets"; -lin whipping_N = mkN "whipping" "whippings"; -lin whipping_boy_N = mkN "whipping-boy" "whipping-boys"; -lin whipping_post_N = mkN "whipping-post" "whipping-posts"; -lin whipping_top_N = mkN "whipping-top" "whipping-tops"; -lin whippoorwill_N = mkN "whippoorwill" "whippoorwills"; -lin whippy_A = mkA "whippy" "whippier"; -lin whir_N = mkN "whir" "IRREG"; -lin whir_V = mkV "whir" "whirs" "whirred" "whirred" "whirring"; -lin whirl_N = mkN "whirl" "IRREG"; -lin whirl_V = mkV "whirl" "whirls" "whirled" "whirled" "whirling"; -lin whirl_V2 = mkV2 (mkV "whirl" "whirls" "whirled" "whirled" "whirling"); -lin whirligig_N = mkN "whirligig" "whirligigs"; -lin whirlpool_N = mkN "whirlpool" "whirlpools"; -lin whirlwind_N = mkN "whirlwind" "whirlwinds"; -lin whirr_N = mkN "whirr" "IRREG"; -lin whirr_V = mkV "whirr" "whirrs" "whirred" "whirred" "whirring"; -lin whisk_N = mkN "whisk" "whisks"; -lin whisk_V = mkV "whisk" "whisks" "whisked" "whisked" "whisking"; -lin whisk_V2 = mkV2 (mkV "whisk" "whisks" "whisked" "whisked" "whisking"); -lin whisker_N = mkN "whisker" "whiskers"; -lin whiskered_A = compoundA (mkA "whiskered"); -lin whiskey_N = mkN "whiskey" "whiskeys"; -lin whisky_N = mkN "whisky" "whiskies"; -lin whisper_N = mkN "whisper" "whispers"; -lin whisper_V = mkV "whisper" "whispers" "whispered" "whispered" "whispering"; -lin whisper_V2 = mkV2 (mkV "whisper" "whispers" "whispered" "whispered" "whispering"); -lin whisperer_N = mkN "whisperer" "whisperers"; -lin whispering_N = mkN "whispering" "whisperings"; -lin whispering_gallery_N = mkN "whispering-gallery" "whispering-galleries"; -lin whist_N = mkN "whist" "-" {- FIXME: no plural form -}; -lin whist_drive_N = mkN "whist-drive" "whist-drives"; -lin whistle_N = mkN "whistle" "whistles"; -lin whistle_V = mkV "whistle" "whistles" "whistled" "whistled" "whistling"; -lin whistle_V2 = mkV2 (mkV "whistle" "whistles" "whistled" "whistled" "whistling"); -lin whistle_stop_N = mkN "whistle-stop" "whistle-stops"; -lin whit_N = mkN "whit" "whits"; -lin whitburn_PN = mkPN "Whitburn"; -lin whitby_PN = mkPN "Whitby"; -lin whitchurch_PN = mkPN "Whitchurch"; -lin white_A = mkA "white" "whiter"; -lin white_N = mkN "white" "whites"; -lin white_collar_A = compoundA (mkA "white-collar"); -lin white_hot_A = compoundA (mkA "white-hot"); -lin white_lipped_A = compoundA (mkA "white-lipped"); -lin white_livered_A = compoundA (mkA "white-livered"); -lin whitebait_N = mkN "whitebait" "-" {- FIXME: no plural form -}; -lin whitehall_PN = mkPN "Whitehall"; -lin whitehaven_PN = mkPN "Whitehaven"; -lin whiten_V = mkV "whiten" "whitens" "whitened" "whitened" "whitening"; -lin whiten_V2 = mkV2 (mkV "whiten" "whitens" "whitened" "whitened" "whitening"); -lin whiteness_N = mkN "whiteness" "-" {- FIXME: no plural form -}; -lin whitening_N = mkN "whitening" "-" {- FIXME: no plural form -}; -lin whitethorn_N = mkN "whitethorn" "whitethorns"; -lin whitewash_N = mkN "whitewash" "-" {- FIXME: no plural form -}; -lin whitewash_V2 = mkV2 (mkV "whitewash" "whitewashes" "whitewashed" "whitewashed" "whitewashing"); -lin whither_Adv = mkAdv "whither"; -lin whithersoever_Adv = mkAdv "whithersoever"; -lin whiting_N = mkN "whiting" "whiting"; -lin whitish_A = compoundA (mkA "whitish"); -lin whitley_bay_PN = mkPN "Whitley bay"; -lin whitlow_N = mkN "whitlow" "whitlows"; -lin whitstable_PN = mkPN "Whitstable"; -lin whitsun_N = mkN "whitsun" "whitsuns"; -lin whitsun_PN = mkPN "Whitsun"; -lin whitsuntide_N = mkN "whitsuntide" "whitsuntides"; -lin whitsuntide_PN = mkPN "Whitsuntide"; -lin whittle_V = mkV "whittle" "whittles" "whittled" "whittled" "whittling"; -lin whittle_V2 = mkV2 (mkV "whittle" "whittles" "whittled" "whittled" "whittling"); -lin whittle_le_woods_PN = mkPN "Whittle-le-woods"; -lin whittlesey_PN = mkPN "Whittlesey"; -lin whitworth_PN = mkPN "Whitworth"; -lin whiz_N = mkN "whiz" "-" {- FIXME: no plural form -}; -lin whiz_V = mkV "whiz" "IRREG" "IRREG" "IRREG" "IRREG"; -lin whizz_kid_N = mkN "whizz-kid" "whizz-kids"; -lin who_N = mkN "who" "-" {- FIXME: no plural form -}; -lin whodunit_N = mkN "whodunit" "whodunits"; -lin whole_A = compoundA (mkA "whole"); -lin whole_N = mkN "whole" "wholes"; -lin whole_wheat_N = mkN "whole-wheat" "-" {- FIXME: no plural form -}; -lin wholehearted_A = compoundA (mkA "wholehearted"); -lin wholeheartedly_Adv = mkAdv "wholeheartedly"; -lin wholeheartedness_N = mkN "wholeheartedness" "-" {- FIXME: no plural form -}; -lin wholemeal_N = mkN "wholemeal" "-" {- FIXME: no plural form -}; -lin wholesale_A = compoundA (mkA "wholesale"); -lin wholesale_Adv = mkAdv "wholesale"; -lin wholesale_N = mkN "wholesale" "-" {- FIXME: no plural form -}; -lin wholesaler_N = mkN "wholesaler" "wholesalers"; -lin wholesome_A = compoundA (mkA "wholesome"); -lin wholesomely_Adv = mkAdv "wholesomely"; -lin wholly_Adv = mkAdv "wholly"; -lin whoop_N = mkN "whoop" "whoops"; -lin whoop_V = mkV "whoop" "whoops" "whooped" "whooped" "whooping"; -lin whoop_V2 = mkV2 (mkV "whoop" "whoops" "whooped" "whooped" "whooping"); -lin whoopee_N = mkN "whoopee" "whoopees"; -lin whooping_cough_N = mkN "whooping-cough" "-" {- FIXME: no plural form -}; -lin whop_V2 = mkV2 (mkV "whop" "whops" "whopped" "whopped" "whopping"); -lin whopper_N = mkN "whopper" "whoppers"; -lin whopping_A = compoundA (mkA "whopping"); -lin whopping_Adv = mkAdv "whopping"; -lin whore_N = mkN "whore" "whores"; -lin whoremonger_N = mkN "whoremonger" "whoremongers"; -lin whorl_N = mkN "whorl" "whorls"; -lin whorled_A = compoundA (mkA "whorled"); -lin why_Adv = mkAdv "why"; -lin why_N = mkN "why" "whys"; -lin wi_N = mkN "wi" "-" {- FIXME: no plural form -}; -lin wick_N = mkN "wick" "wicks"; -lin wick_PN = mkPN "Wick"; -lin wicked_A = compoundA (mkA "wicked"); -lin wickedly_Adv = mkAdv "wickedly"; -lin wickedness_N = mkN "wickedness" "-" {- FIXME: no plural form -}; -lin wicker_N = mkN "wicker" "-" {- FIXME: no plural form -}; -lin wickerwork_N = mkN "wickerwork" "-" {- FIXME: no plural form -}; -lin wicket_N = mkN "wicket" "wickets"; -lin wicket_door_N = mkN "wicket-door" "wicket-doors"; -lin wicket_gate_N = mkN "wicket-gate" "wicket-gates"; -lin wicket_keeper_N = mkN "wicket-keeper" "wicket-keepers"; -lin wickford_PN = mkPN "Wickford"; -lin wicklow_PN = mkPN "Wicklow"; -lin wide_A = mkA "wide" "wider"; -lin wide_Adv = mkAdv "wide"; -lin wide_awake_A = compoundA (mkA "wide-awake"); -lin widely_Adv = mkAdv "widely"; -lin widen_V = mkV "widen" "widens" "widened" "widened" "widening"; -lin widen_V2 = mkV2 (mkV "widen" "widens" "widened" "widened" "widening"); -lin widespread_A = compoundA (mkA "widespread"); -lin widgeon_N = mkN "widgeon" "widgeons"; -lin widnes_PN = mkPN "Widnes"; -lin widow_N = mkN "widow" "widows"; -lin widowed_A = compoundA (mkA "widowed"); -lin widower_N = mkN "widower" "widowers"; -lin widowhood_N = mkN "widowhood" "-" {- FIXME: no plural form -}; -lin width_N = mkN "width" "widths"; -lin wield_V2 = mkV2 (mkV "wield" "wields" "wielded" "wielded" "wielding"); -lin wiesbaden_PN = mkPN "Wiesbaden"; -lin wife_N = mkN "wife" "wives" {- FIXME: guessed plural form -}; -lin wifelike_A = compoundA (mkA "wifelike"); -lin wifely_A = mkA "wifely" "wifelier"; -lin wig_N = mkN "wig" "wigs"; -lin wigan_PN = mkPN "Wigan"; -lin wigged_A = compoundA (mkA "wigged"); -lin wigging_N = mkN "wigging" "wiggings"; -lin wiggle_N = mkN "wiggle" "wiggles"; -lin wiggle_V = mkV "wiggle" "wiggles" "wiggled" "wiggled" "wiggling"; -lin wiggle_V2 = mkV2 (mkV "wiggle" "wiggles" "wiggled" "wiggled" "wiggling"); -lin wight_N = mkN "wight" "wights"; -lin wight_PN = mkPN "Wight"; -lin wigwam_N = mkN "wigwam" "wigwams"; -lin wild_A = mkA "wild" "wilder"; -lin wild_Adv = mkAdv "wild"; -lin wildcat_A = compoundA (mkA "wildcat"); -lin wildebeest_N = mkN "wildebeest" "wildebeests"; -lin wilderness_N = mkN "wilderness" "wildernesses"; -lin wildfire_N = mkN "wildfire" "-" {- FIXME: no plural form -}; -lin wildly_Adv = mkAdv "wildly"; -lin wildness_N = mkN "wildness" "-" {- FIXME: no plural form -}; -lin wile_N = mkN "wile" "wiles"; -lin wilf_PN = mkPN "Wilf"; -lin wilfrid_PN = mkPN "Wilfrid"; -lin wilful_A = compoundA (mkA "wilful"); -lin wilfully_Adv = mkAdv "wilfully"; -lin wilfulness_N = mkN "wilfulness" "-" {- FIXME: no plural form -}; -lin wilhelmshaven_PN = mkPN "Wilhelmshaven"; -lin will_N = mkN "will" "wills"; -lin will_PN = mkPN "Will"; -lin will_V = mkV "will" "wills" "willed" "willed" "willing"; -lin will_V2 = mkV2 (mkV "will" "wills" "willed" "willed" "willing"); -lin will_o'_the_wisp_N = mkN "will-o'-the-wisp" "will-o'-the-wisps"; -lin willed_A = compoundA (mkA "willed"); -lin willful_A = compoundA (mkA "willful"); -lin william_PN = mkPN "William"; -lin willie_PN = mkPN "Willie"; -lin willing_A = compoundA (mkA "willing"); -lin willingly_Adv = mkAdv "willingly"; -lin willingness_N = mkN "willingness" "-" {- FIXME: no plural form -}; -lin willington_PN = mkPN "Willington"; -lin willow_N = mkN "willow" "willows"; -lin willow_pattern_N = mkN "willow-pattern" "-" {- FIXME: no plural form -}; -lin willow_tree_N = mkN "willow-tree" "willow-trees"; -lin willowy_A = compoundA (mkA "willowy"); -lin willpower_N = mkN "willpower" "-" {- FIXME: no plural form -}; -lin willy_PN = mkPN "Willy"; -lin willy_nilly_Adv = mkAdv "willy-nilly"; -lin wilmslow_PN = mkPN "Wilmslow"; -lin wilt_V = mkV "wilt" "wilts" "wilted" "wilted" "wilting"; -lin wilt_V2 = mkV2 (mkV "wilt" "wilts" "wilted" "wilted" "wilting"); -lin wilton_N = mkN "wilton" "wiltons"; -lin wiltshire_PN = mkPN "Wiltshire"; -lin wily_A = mkA "wily" "wilier"; -lin wimbourne_PN = mkPN "Wimbourne"; -lin wimbourne_minster_PN = mkPN "Wimbourne minster"; -lin wimple_N = mkN "wimple" "wimples"; -lin win_N = mkN "win" "wins"; -lin win_V = IrregEng.win_V; -lin win_V2 = mkV2 (IrregEng.win_V); -lin wince_N = mkN "wince" "winces"; -lin wince_V2 = mkV2 (mkV "wince" "winces" "winced" "winced" "wincing"); -lin winceyette_N = mkN "winceyette" "-" {- FIXME: no plural form -}; -lin winch_N = mkN "winch" "winches"; -lin winch_V2 = mkV2 (mkV "winch" "winches" "winched" "winched" "winching"); -lin winchester_PN = mkPN "Winchester"; -lin wind_N = mkN "wind" "winds"; -lin wind_V = IrregEng.wind_V; -lin wind_V2 = mkV2 (mkV "wind" "winds" "winded" "winded" "winding"); -lin wind_gauge_N = mkN "wind-gauge" "wind-gauges"; -lin wind_tunnel_N = mkN "wind-tunnel" "wind-tunnels"; -lin windbag_N = mkN "windbag" "windbags"; -lin windblown_A = compoundA (mkA "windblown"); -lin windbreak_N = mkN "windbreak" "windbreaks"; -lin windbreaker_N = mkN "windbreaker" "windbreakers"; -lin windcheater_N = mkN "windcheater" "windcheaters"; -lin windermere_PN = mkPN "Windermere"; -lin windfall_N = mkN "windfall" "windfalls"; -lin windflower_N = mkN "windflower" "windflowers"; -lin windily_Adv = mkAdv "windily"; -lin windiness_N = mkN "windiness" "-" {- FIXME: no plural form -}; -lin winding_sheet_N = mkN "winding-sheet" "winding-sheets"; -lin windjammer_N = mkN "windjammer" "windjammers"; -lin windlass_N = mkN "windlass" "windlasses"; -lin windless_A = compoundA (mkA "windless"); -lin windmill_N = mkN "windmill" "windmills"; -lin window_N = mkN "window" "windows"; -lin window_box_N = mkN "window-box" "window-boxes"; -lin window_dressing_N = mkN "window-dressing" "-" {- FIXME: no plural form -}; -lin windowpane_N = mkN "windowpane" "windowpanes"; -lin windowsill_N = mkN "windowsill" "windowsills"; -lin windpipe_N = mkN "windpipe" "windpipes"; -lin windscreen_N = mkN "windscreen" "windscreens"; -lin windscreen_wiper_N = mkN "windscreen-wiper" "windscreen-wipers"; -lin windshield_N = mkN "windshield" "windshields"; -lin windsock_N = mkN "windsock" "windsocks"; -lin windsor_PN = mkPN "Windsor"; -lin windswept_A = compoundA (mkA "windswept"); -lin windward_A = compoundA (mkA "windward"); -lin windward_N = mkN "windward" "-" {- FIXME: no plural form -}; -lin windy_A = mkA "windy" "windier"; -lin wine_N = mkN "wine" "wines"; -lin wine_V2 = mkV2 (mkV "wine" "wines" "wined" "wined" "wining"); -lin wineglass_N = mkN "wineglass" "wineglasses"; -lin winepress_N = mkN "winepress" "winepresses"; -lin wineskin_N = mkN "wineskin" "wineskins"; -lin wing_N = mkN "wing" "wings"; -lin wing_V = mkV "wing" "wings" "winged" "winged" "winging"; -lin wing_V2 = mkV2 (mkV "wing" "wings" "winged" "winged" "winging"); -lin wing_commander_N = mkN "wing-commander" "wing-commanders"; -lin wing_nut_N = mkN "wing-nut" "wing-nuts"; -lin wing_screw_N = mkN "wing-screw" "wing-screws"; -lin wingate_PN = mkPN "Wingate"; -lin winged_A = compoundA (mkA "winged"); -lin winger_N = mkN "winger" "wingers"; -lin wingless_A = compoundA (mkA "wingless"); -lin wingspan_N = mkN "wingspan" "wingspans"; -lin wingspread_N = mkN "wingspread" "wingspreads"; -lin winifred_PN = mkPN "Winifred"; -lin wink_N = mkN "wink" "winks"; -lin wink_V = mkV "wink" "winks" "winked" "winked" "winking"; -lin wink_V2 = mkV2 (mkV "wink" "winks" "winked" "winked" "winking"); -lin winkle_N = mkN "winkle" "winkles"; -lin winkle_V2 = mkV2 (mkV "winkle" "winkles" "winkled" "winkled" "winkling"); -lin winner_N = mkN "winner" "winners"; -lin winnie_PN = mkPN "Winnie"; -lin winning_post_N = mkN "winning-post" "winning-posts"; -lin winnipeg_PN = mkPN "Winnipeg"; -lin winnow_V2 = mkV2 (mkV "winnow" "winnows" "winnowed" "winnowed" "winnowing"); -lin winsford_PN = mkPN "Winsford"; -lin winsome_A = compoundA (mkA "winsome"); -lin winsomely_Adv = mkAdv "winsomely"; -lin winsomeness_N = mkN "winsomeness" "-" {- FIXME: no plural form -}; -lin winter_N = mkN "winter" "winters"; -lin winter_V = mkV "winter" "winters" "wintered" "wintered" "wintering"; -lin wintery_A = mkA "wintery" "winterier"; -lin wintry_A = mkA "wintry" "wintrier"; -lin wipe_N = mkN "wipe" "wipes"; -lin wipe_V = mkV "wipe" "wipes" "wiped" "wiped" "wiping"; -lin wipe_V2 = mkV2 (mkV "wipe" "wipes" "wiped" "wiped" "wiping"); -lin wiper_N = mkN "wiper" "wipers"; -lin wire_N = mkN "wire" "wires"; -lin wire_V = mkV "wire" "wires" "wired" "wired" "wiring"; -lin wire_V2 = mkV2 (mkV "wire" "wires" "wired" "wired" "wiring"); -lin wire_haired_A = compoundA (mkA "wire-haired"); -lin wireless_A = compoundA (mkA "wireless"); -lin wireless_N = mkN "wireless" "wirelesses"; -lin wirepuller_N = mkN "wirepuller" "wirepullers"; -lin wireworm_N = mkN "wireworm" "wireworms"; -lin wiring_N = mkN "wiring" "-" {- FIXME: no plural form -}; -lin wiry_A = mkA "wiry" "wirier"; -lin wisbech_PN = mkPN "Wisbech"; -lin wisconsin_PN = mkPN "Wisconsin"; -lin wisdom_N = mkN "wisdom" "-" {- FIXME: no plural form -}; -lin wisdom_tooth_N = mkN "wisdom-tooth" "wisdom-teeth" {- FIXME: guessed plural form -}; -lin wise_A = mkA "wise" "wiser"; -lin wise_N = mkN "wise" "IRREG"; -lin wiseacre_N = mkN "wiseacre" "wiseacres"; -lin wisecrack_N = mkN "wisecrack" "wisecracks"; -lin wisecrack_V = mkV "wisecrack" "wisecracks" "wisecracked" "wisecracked" "wisecracking"; -lin wisely_Adv = mkAdv "wisely"; -lin wish_N = mkN "wish" "wishes"; -lin wish_V = mkV "wish" "wishes" "wished" "wished" "wishing"; -lin wish_V2 = mkV2 (mkV "wish" "wishes" "wished" "wished" "wishing"); -lin wishbone_N = mkN "wishbone" "wishbones"; -lin wishful_A = compoundA (mkA "wishful"); -lin wishfully_Adv = mkAdv "wishfully"; -lin wishing_cap_N = mkN "wishing-cap" "wishing-caps"; -lin wishy_washy_A = compoundA (mkA "wishy-washy"); -lin wisp_N = mkN "wisp" "wisps"; -lin wispy_A = mkA "wispy" "wispier"; -lin wisteria_N = mkN "wisteria" "wisterias"; -lin wistful_A = compoundA (mkA "wistful"); -lin wistfully_Adv = mkAdv "wistfully"; -lin wit_N = mkN "wit" "wits"; -lin witch_N = mkN "witch" "witches"; -lin witch_doctor_N = mkN "witch-doctor" "witch-doctors"; -lin witch_elm_N = mkN "witch-elm" "witch-elms"; -lin witch_hazel_N = mkN "witch-hazel" "witch-hazels"; -lin witch_hunt_N = mkN "witch-hunt" "witch-hunts"; -lin witchcraft_N = mkN "witchcraft" "-" {- FIXME: no plural form -}; -lin witchery_N = mkN "witchery" "-" {- FIXME: no plural form -}; -lin witching_A = compoundA (mkA "witching"); -lin withal_Adv = mkAdv "withal"; -lin witham_PN = mkPN "Witham"; -lin withdraw_V = mkV "with" IrregEng.draw_V; -lin withdraw_V2 = mkV2 (mkV "with" IrregEng.draw_V); -lin withdrawal_N = mkN "withdrawal" "withdrawals"; -lin withe_N = mkN "withe" "withes"; -lin wither_V = mkV "wither" "withers" "withered" "withered" "withering"; -lin wither_V2 = mkV2 (mkV "wither" "withers" "withered" "withered" "withering"); -lin witheringly_Adv = mkAdv "witheringly"; -lin withernsea_PN = mkPN "Withernsea"; -lin withhold_V2 = mkV2 (IrregEng.withhold_V); -lin within_Adv = mkAdv "within"; -lin without_Adv = mkAdv "without"; -lin withstand_V2 = mkV2 (IrregEng.withstand_V); -lin withy_N = mkN "withy" "withies"; -lin witless_A = compoundA (mkA "witless"); -lin witness_N = mkN "witness" "witnesses"; -lin witness_V = mkV "witness" "witnesses" "witnessed" "witnessed" "witnessing"; -lin witness_V2 = mkV2 (mkV "witness" "witnesses" "witnessed" "witnessed" "witnessing"); -lin witness_box_N = mkN "witness-box" "witness-boxes"; -lin witness_stand_N = mkN "witness-stand" "witness-stands"; -lin witney_PN = mkPN "Witney"; -lin witticism_N = mkN "witticism" "witticisms"; -lin wittily_Adv = mkAdv "wittily"; -lin wittingly_Adv = mkAdv "wittingly"; -lin witty_A = mkA "witty" "wittier"; -lin wive_V = mkV "wive" "wives" "wived" "wived" "wiving"; -lin wive_V2 = mkV2 (mkV "wive" "wives" "wived" "wived" "wiving"); -lin wizard_A = compoundA (mkA "wizard"); -lin wizard_N = mkN "wizard" "wizards"; -lin wizardry_N = mkN "wizardry" "-" {- FIXME: no plural form -}; -lin wizened_A = compoundA (mkA "wizened"); -lin wk_N = mkN "wk" "wk"; -lin woad_N = mkN "woad" "-" {- FIXME: no plural form -}; -lin wobble_V = mkV "wobble" "wobbles" "wobbled" "wobbled" "wobbling"; -lin wobble_V2 = mkV2 (mkV "wobble" "wobbles" "wobbled" "wobbled" "wobbling"); -lin wobbler_N = mkN "wobbler" "wobblers"; -lin wobbly_A = mkA "wobbly" "wobblier"; -lin woburn_PN = mkPN "Woburn"; -lin woe_N = mkN "woe" "woes"; -lin woebegone_A = compoundA (mkA "woebegone"); -lin woeful_A = compoundA (mkA "woeful"); -lin woefully_Adv = mkAdv "woefully"; -lin wokingham_PN = mkPN "Wokingham"; -lin wold_N = mkN "wold" "wolds"; -lin wolf's_bane_N = mkN "wolf's-bane" "-" {- FIXME: no plural form -}; -lin wolf_N = mkN "wolf" "wolves" {- FIXME: guessed plural form -}; -lin wolf_V2 = mkV2 (mkV "wolf" "wolfs" "wolfed" "wolfed" "wolfing"); -lin wolf_cub_N = mkN "wolf-cub" "wolf-cubs"; -lin wolfhound_N = mkN "wolfhound" "wolfhounds"; -lin wolfish_A = compoundA (mkA "wolfish"); -lin wolfram_N = mkN "wolfram" "-" {- FIXME: no plural form -}; -lin wolverhampton_PN = mkPN "Wolverhampton"; -lin wolverton_PN = mkPN "Wolverton"; -lin woman_N = mkN "woman" "women" {- FIXME: guessed plural form -}; -lin womanhood_N = mkN "womanhood" "-" {- FIXME: no plural form -}; -lin womanish_A = compoundA (mkA "womanish"); -lin womanize_V = mkV "womanize" "womanizes" "womanized" "womanized" "womanizing"; -lin womanizer_N = mkN "womanizer" "womanizers"; -lin womankind_N = mkN "womankind" "-" {- FIXME: no plural form -}; -lin womanlike_A = compoundA (mkA "womanlike"); -lin womanly_A = mkA "womanly" "womanlier"; -lin womb_N = mkN "womb" "wombs"; -lin wombat_N = mkN "wombat" "wombats"; -lin wombourne_PN = mkPN "Wombourne"; -lin wonder_N = mkN "wonder" "wonders"; -lin wonder_V = mkV "wonder" "wonders" "wondered" "wondered" "wondering"; -lin wonder_V2 = mkV2 (mkV "wonder" "wonders" "wondered" "wondered" "wondering"); -lin wonder_struck_A = compoundA (mkA "wonder-struck"); -lin wonderful_A = compoundA (mkA "wonderful"); -lin wonderfully_Adv = mkAdv "wonderfully"; -lin wonderingly_Adv = mkAdv "wonderingly"; -lin wonderland_N = mkN "wonderland" "wonderlands"; -lin wonderment_N = mkN "wonderment" "-" {- FIXME: no plural form -}; -lin wondrous_A = compoundA (mkA "wondrous"); -lin wondrous_Adv = mkAdv "wondrous"; -lin wonky_A = compoundA (mkA "wonky"); -lin wont_A = compoundA (mkA "wont"); -lin wont_N = mkN "wont" "-" {- FIXME: no plural form -}; -lin wonted_A = compoundA (mkA "wonted"); -lin woo_V2 = mkV2 (mkV "woo" "woos" "wooed" "wooed" "wooing"); -lin wood_N = mkN "wood" "woods"; -lin wood_block_N = mkN "wood-block" "wood-blocks"; -lin wood_pulp_N = mkN "wood-pulp" "-" {- FIXME: no plural form -}; -lin woodbine_N = mkN "woodbine" "woodbines"; -lin woodbridge_PN = mkPN "Woodbridge"; -lin woodcock_N = mkN "woodcock" "woodcocks"; -lin woodcraft_N = mkN "woodcraft" "woodcrafts"; -lin woodcut_N = mkN "woodcut" "woodcuts"; -lin woodcutter_N = mkN "woodcutter" "woodcutters"; -lin wooded_A = compoundA (mkA "wooded"); -lin wooden_A = compoundA (mkA "wooden"); -lin woodenheaded_A = compoundA (mkA "woodenheaded"); -lin woodland_N = mkN "woodland" "woodlands"; -lin woodlouse_N = mkN "woodlouse" "woodlice" {- FIXME: guessed plural form -}; -lin woodman_N = mkN "woodman" "woodmen" {- FIXME: guessed plural form -}; -lin woodpecker_N = mkN "woodpecker" "woodpeckers"; -lin woodpile_N = mkN "woodpile" "woodpiles"; -lin woodshed_N = mkN "woodshed" "woodsheds"; -lin woodsman_N = mkN "woodsman" "woodsmen" {- FIXME: guessed plural form -}; -lin woodwind_N = mkN "woodwind" "-" {- FIXME: no plural form -}; -lin woodwork_N = mkN "woodwork" "-" {- FIXME: no plural form -}; -lin woodworm_N = mkN "woodworm" "-" {- FIXME: no plural form -}; -lin woody_A = mkA "woody" "woodier"; -lin wooer_N = mkN "wooer" "wooers"; -lin woof_N = mkN "woof" "woofs"; -lin woofer_N = mkN "woofer" "woofers"; -lin wool_N = mkN "wool" "wools"; -lin woolen_A = compoundA (mkA "woolen"); -lin woolgathering_A = compoundA (mkA "woolgathering"); -lin woolgathering_N = mkN "woolgathering" "-" {- FIXME: no plural form -}; -lin woollen_A = compoundA (mkA "woollen"); -lin woolly_A = mkA "woolly" "woollier"; -lin wooly_A = mkA "wooly" "woolier"; -lin wooly_N = mkN "wooly" "woolies"; -lin wootton_bassett_PN = mkPN "Wootton bassett"; -lin worcester_PN = mkPN "Worcester"; -lin word_N = mkN "word" "words"; -lin word_V2 = mkV2 (mkV "word" "words" "worded" "worded" "wording"); -lin word_division_N = mkN "word-division" "-" {- FIXME: no plural form -}; -lin word_painter_N = mkN "word-painter" "word-painters"; -lin word_perfect_A = compoundA (mkA "word-perfect"); -lin word_picture_N = mkN "word-picture" "word-pictures"; -lin word_splitting_N = mkN "word-splitting" "-" {- FIXME: no plural form -}; -lin wordbook_N = mkN "wordbook" "wordbooks"; -lin wordily_Adv = mkAdv "wordily"; -lin wordiness_N = mkN "wordiness" "-" {- FIXME: no plural form -}; -lin wording_N = mkN "wording" "IRREG"; -lin wordless_A = compoundA (mkA "wordless"); -lin wordy_A = mkA "wordy" "wordier"; -lin work_N = mkN "work" "works"; -lin work_V = mkV "work" "works" "worked" "worked" "working"; -lin work_V2 = mkV2 (mkV "work" "works" "worked" "worked" "working"); -lin work_in_N = mkN "work-in" "work-ins"; -lin work_out_N = mkN "work-out" "work-outs"; -lin work_study_N = mkN "work-study" "work-studies"; -lin workable_A = compoundA (mkA "workable"); -lin workaday_A = compoundA (mkA "workaday"); -lin workbag_N = mkN "workbag" "workbags"; -lin workbasket_N = mkN "workbasket" "workbaskets"; -lin workbench_N = mkN "workbench" "workbenches"; -lin workbook_N = mkN "workbook" "workbooks"; -lin workbox_N = mkN "workbox" "workboxes"; -lin workday_N = mkN "workday" "workdays"; -lin worker_N = mkN "worker" "workers"; -lin workhouse_N = mkN "workhouse" "IRREG"; -lin working_A = compoundA (mkA "working"); -lin working_N = mkN "working" "workings"; -lin working_class_A = compoundA (mkA "working-class"); -lin working_out_N = mkN "working-out" "-" {- FIXME: no plural form -}; -lin workington_PN = mkPN "Workington"; -lin workman_N = mkN "workman" "workmen" {- FIXME: guessed plural form -}; -lin workmanlike_A = compoundA (mkA "workmanlike"); -lin workmanship_N = mkN "workmanship" "-" {- FIXME: no plural form -}; -lin workmate_N = mkN "workmate" "workmates"; -lin workroom_N = mkN "workroom" "workrooms"; -lin workshop_N = mkN "workshop" "workshops"; -lin workshy_A = compoundA (mkA "workshy"); -lin worksop_PN = mkPN "Worksop"; -lin worktable_N = mkN "worktable" "worktables"; -lin world_N = mkN "world" "worlds"; -lin world_weary_A = compoundA (mkA "world-weary"); -lin worldliness_N = mkN "worldliness" "-" {- FIXME: no plural form -}; -lin worldly_A = mkA "worldly" "worldlier"; -lin worldwide_A = compoundA (mkA "worldwide"); -lin worm_N = mkN "worm" "worms"; -lin worm_V2 = mkV2 (mkV "worm" "worms" "wormed" "wormed" "worming"); -lin worm_eaten_A = compoundA (mkA "worm-eaten"); -lin worm_gear_N = mkN "worm-gear" "worm-gears"; -lin wormcast_N = mkN "wormcast" "wormcasts"; -lin wormhole_N = mkN "wormhole" "wormholes"; -lin wormwood_N = mkN "wormwood" "-" {- FIXME: no plural form -}; -lin wormy_A = mkA "wormy" "wormier"; -lin worried_A = compoundA (mkA "worried"); -lin worrisome_A = compoundA (mkA "worrisome"); -lin worry_N = mkN "worry" "worries"; -lin worry_V = mkV "worry" "worries" "worried" "worried" "worrying"; -lin worry_V2 = mkV2 (mkV "worry" "worries" "worried" "worried" "worrying"); -lin worrying_A = compoundA (mkA "worrying"); -lin worryingly_Adv = mkAdv "worryingly"; -lin worse_Adv = mkAdv "worse"; -lin worse_N = mkN "worse" "-" {- FIXME: no plural form -}; -lin worsen_V = mkV "worsen" "worsens" "worsened" "worsened" "worsening"; -lin worsen_V2 = mkV2 (mkV "worsen" "worsens" "worsened" "worsened" "worsening"); -lin worship_N = mkN "worship" "-" {- FIXME: no plural form -}; -lin worship_V = mkV "worship" "worships" "worshipped" "worshipped" "worshipping"; -lin worship_V2 = mkV2 (mkV "worship" "worships" "worshipped" "worshipped" "worshipping"); -lin worshipful_A = compoundA (mkA "worshipful"); -lin worshipper_N = mkN "worshipper" "worshippers"; -lin worst_Adv = mkAdv "worst"; -lin worst_N = mkN "worst" "-" {- FIXME: no plural form -}; -lin worst_V2 = mkV2 (mkV "worst" "worsts" "worsted" "worsted" "worsting"); -lin worsted_N = mkN "worsted" "-" {- FIXME: no plural form -}; -lin worth_A = compoundA (mkA "worth"); -lin worth_N = mkN "worth" "-" {- FIXME: no plural form -}; -lin worthily_Adv = mkAdv "worthily"; -lin worthiness_N = mkN "worthiness" "-" {- FIXME: no plural form -}; -lin worthing_PN = mkPN "Worthing"; -lin worthless_A = compoundA (mkA "worthless"); -lin worthlessly_Adv = mkAdv "worthlessly"; -lin worthlessness_N = mkN "worthlessness" "-" {- FIXME: no plural form -}; -lin worthwhile_A = compoundA (mkA "worthwhile"); -lin worthy_A = mkA "worthy" "worthier"; -lin worthy_N = mkN "worthy" "worthies"; -lin would_be_A = compoundA (mkA "would-be"); -lin wound_N = mkN "wound" "wounds"; -lin wound_V2 = mkV2 (mkV "wound" "wounds" "wounded" "wounded" "wounding"); -lin wow_N = mkN "wow" "wows"; -lin wpb_N = mkN "wpb" "-" {- FIXME: no plural form -}; -lin wpm_N = mkN "wpm" "wpm"; -lin wrac_N = mkN "wrac" "-" {- FIXME: no plural form -}; -lin wrack_N = mkN "wrack" "-" {- FIXME: no plural form -}; -lin wraf_N = mkN "wraf" "-" {- FIXME: no plural form -}; -lin wraith_N = mkN "wraith" "wraiths"; -lin wrangle_N = mkN "wrangle" "wrangles"; -lin wrangle_V = mkV "wrangle" "wrangles" "wrangled" "wrangled" "wrangling"; -lin wrap_N = mkN "wrap" "wraps"; -lin wrap_V = mkV "wrap" "wraps" "wrapped" "wrapped" "wrapping"; -lin wrap_V2 = mkV2 (mkV "wrap" "wraps" "wrapped" "wrapped" "wrapping"); -lin wrapper_N = mkN "wrapper" "wrappers"; -lin wrapping_N = mkN "wrapping" "wrappings"; -lin wrath_N = mkN "wrath" "-" {- FIXME: no plural form -}; -lin wrathful_A = compoundA (mkA "wrathful"); -lin wrathfully_Adv = mkAdv "wrathfully"; -lin wreak_V2 = mkV2 (mkV "wreak" "wreaks" "wreaked" "wreaked" "wreaking"); -lin wreath_N = mkN "wreath" "wreaths"; -lin wreathe_V = mkV "wreathe" "wreathes" "wreathed" "wreathed" "wreathing"; -lin wreathe_V2 = mkV2 (mkV "wreathe" "wreathes" "wreathed" "wreathed" "wreathing"); -lin wreck_N = mkN "wreck" "wrecks"; -lin wreck_V2 = mkV2 (mkV "wreck" "wrecks" "wrecked" "wrecked" "wrecking"); -lin wreckage_N = mkN "wreckage" "-" {- FIXME: no plural form -}; -lin wrecker_N = mkN "wrecker" "wreckers"; -lin wren_N = mkN "wren" "wrens"; -lin wrench_N = mkN "wrench" "wrenches"; -lin wrench_V2 = mkV2 (mkV "wrench" "wrenches" "wrenched" "wrenched" "wrenching"); -lin wrest_V2 = mkV2 (mkV "wrest" "wrests" "wrested" "wrested" "wresting"); -lin wrestle_N = mkN "wrestle" "wrestles"; -lin wrestle_V = mkV "wrestle" "wrestles" "wrestled" "wrestled" "wrestling"; -lin wrestler_N = mkN "wrestler" "wrestlers"; -lin wretch_N = mkN "wretch" "wretches"; -lin wretched_A = compoundA (mkA "wretched"); -lin wretchedly_Adv = mkAdv "wretchedly"; -lin wretchedness_N = mkN "wretchedness" "-" {- FIXME: no plural form -}; -lin wrexham_PN = mkPN "Wrexham"; -lin wrick_N = mkN "wrick" "wricks"; -lin wrick_V2 = mkV2 (mkV "wrick" "wricks" "wricked" "wricked" "wricking"); -lin wriggle_N = mkN "wriggle" "wriggles"; -lin wriggle_V = mkV "wriggle" "wriggles" "wriggled" "wriggled" "wriggling"; -lin wriggle_V2 = mkV2 (mkV "wriggle" "wriggles" "wriggled" "wriggled" "wriggling"); -lin wriggler_N = mkN "wriggler" "wrigglers"; -lin wright_N = mkN "wright" "wrights"; -lin wring_N = mkN "wring" "wrings"; -lin wring_V2 = mkV2 (IrregEng.wring_V); -lin wringer_N = mkN "wringer" "wringers"; -lin wrinkle_N = mkN "wrinkle" "wrinkles"; -lin wrinkle_V = mkV "wrinkle" "wrinkles" "wrinkled" "wrinkled" "wrinkling"; -lin wrinkle_V2 = mkV2 (mkV "wrinkle" "wrinkles" "wrinkled" "wrinkled" "wrinkling"); -lin wrinkly_A = mkA "wrinkly" "wrinklier"; -lin wrist_N = mkN "wrist" "wrists"; -lin wristband_N = mkN "wristband" "wristbands"; -lin wristlet_N = mkN "wristlet" "wristlets"; -lin wristwatch_N = mkN "wristwatch" "wristwatches"; -lin writ_N = mkN "writ" "writs"; -lin writ_large_A = compoundA (mkA "writ large"); -lin write_V = IrregEng.write_V; -lin write_V2 = mkV2 (IrregEng.write_V); -lin write_off_N = mkN "write-off" "write-offs"; -lin write_up_N = mkN "write-up" "write-ups"; -lin writer_N = mkN "writer" "writers"; -lin writhe_V = mkV "writhe" "writhes" "writhed" "writhed" "writhing"; -lin writing_N = mkN "writing" "writings"; -lin writing_desk_N = mkN "writing-desk" "writing-desks"; -lin writing_ink_N = mkN "writing-ink" "writing-inks"; -lin writing_paper_N = mkN "writing-paper" "-" {- FIXME: no plural form -}; -lin writtle_PN = mkPN "Writtle"; -lin wrns_N = mkN "wrns" "-" {- FIXME: no plural form -}; -lin wroclaw_PN = mkPN "Wroclaw"; -lin wrong_A = compoundA (mkA "wrong"); -lin wrong_Adv = mkAdv "wrong"; -lin wrong_N = mkN "wrong" "wrongs"; -lin wrong_V2 = mkV2 (mkV "wrong" "wrongs" "wronged" "wronged" "wronging"); -lin wrong_headed_A = compoundA (mkA "wrong-headed"); -lin wrong_headedly_Adv = mkAdv "wrong-headedly"; -lin wrongdoer_N = mkN "wrongdoer" "wrongdoers"; -lin wrongdoing_N = mkN "wrongdoing" "wrongdoings"; -lin wrongful_A = compoundA (mkA "wrongful"); -lin wrongfully_Adv = mkAdv "wrongfully"; -lin wrongly_Adv = mkAdv "wrongly"; -lin wroth_A = compoundA (mkA "wroth"); -lin wroughton_PN = mkPN "Wroughton"; -lin wry_A = mkA "wry" "wrier"; -lin wryly_Adv = mkAdv "wryly"; -lin wt_N = mkN "wt" "-" {- FIXME: no plural form -}; -lin wuhan_PN = mkPN "Wuhan"; -lin wuppertal_PN = mkPN "Wuppertal"; -lin wurzburg_PN = mkPN "Wurzburg"; -lin wusih_PN = mkPN "Wusih"; -lin wycombe_PN = mkPN "Wycombe"; -lin wymondham_PN = mkPN "Wymondham"; -lin wyoming_PN = mkPN "Wyoming"; -lin wythall_PN = mkPN "Wythall"; -lin x_ray_N = mkN "x-ray" "x-rays"; -lin x_ray_V2 = mkV2 (mkV "x-ray" "x-rays" "x-rayed" "x-rayed" "x-raying"); -lin xenophobia_N = mkN "xenophobia" "-" {- FIXME: no plural form -}; -lin xerox_N = mkN "xerox" "xeroxes"; -lin xerox_V2 = mkV2 (mkV "xerox" "xeroxes" "xeroxed" "xeroxed" "xeroxing"); -lin xmas_N = mkN "xmas" "xmases"; -lin xmas_PN = mkPN "Xmas"; -lin xylophone_N = mkN "xylophone" "xylophones"; -lin yacht_N = mkN "yacht" "yachts"; -lin yacht_V = mkV "yacht" "yachts" "yachted" "yachted" "yachting"; -lin yacht_club_N = mkN "yacht-club" "yacht-clubs"; -lin yachting_N = mkN "yachting" "-" {- FIXME: no plural form -}; -lin yachtsman_N = mkN "yachtsman" "yachtsmen" {- FIXME: guessed plural form -}; -lin yahoo_N = mkN "yahoo" "yahoos"; -lin yak_N = mkN "yak" "yaks"; -lin yam_N = mkN "yam" "yams"; -lin yammer_V = mkV "yammer" "yammers" "yammered" "yammered" "yammering"; -lin yank_N = mkN "yank" "yanks"; -lin yank_V2 = mkV2 (mkV "yank" "yanks" "yanked" "yanked" "yanking"); -lin yankee_N = mkN "yankee" "yankees"; -lin yap_N = mkN "yap" "yaps"; -lin yap_V = mkV "yap" "yaps" "yapped" "yapped" "yapping"; -lin yard_N = mkN "yard" "yards"; -lin yard_measure_N = mkN "yard-measure" "yard-measures"; -lin yardarm_N = mkN "yardarm" "yardarms"; -lin yardstick_N = mkN "yardstick" "yardsticks"; -lin yarmouth_PN = mkPN "Yarmouth"; -lin yarn_N = mkN "yarn" "yarns"; -lin yarn_V = mkV "yarn" "yarns" "yarned" "yarned" "yarning"; -lin yaroslavi_PN = mkPN "Yaroslavi"; -lin yarrow_N = mkN "yarrow" "-" {- FIXME: no plural form -}; -lin yashmak_N = mkN "yashmak" "yashmaks"; -lin yate_PN = mkPN "Yate"; -lin yateley_PN = mkPN "Yateley"; -lin yaw_N = mkN "yaw" "yaws"; -lin yaw_V = mkV "yaw" "yaws" "yawed" "yawed" "yawing"; -lin yawl_N = mkN "yawl" "yawls"; -lin yawn_N = mkN "yawn" "yawns"; -lin yawn_V = mkV "yawn" "yawns" "yawned" "yawned" "yawning"; -lin yea_Adv = mkAdv "yea"; -lin yea_N = mkN "yea" "yeas"; -lin yeah_Adv = mkAdv "yeah"; -lin year_N = mkN "year" "years"; -lin yearbook_N = mkN "yearbook" "yearbooks"; -lin yearling_N = mkN "yearling" "yearlings"; -lin yearlong_A = compoundA (mkA "yearlong"); -lin yearly_A = compoundA (mkA "yearly"); -lin yearly_Adv = mkAdv "yearly"; -lin yearn_V = mkV "yearn" "yearns" "yearned" "yearned" "yearning"; -lin yearning_N = mkN "yearning" "yearnings"; -lin yearningly_Adv = mkAdv "yearningly"; -lin yeast_N = mkN "yeast" "-" {- FIXME: no plural form -}; -lin yeasty_A = mkA "yeasty" "yeastier"; -lin yell_N = mkN "yell" "yells"; -lin yell_V = mkV "yell" "yells" "yelled" "yelled" "yelling"; -lin yell_V2 = mkV2 (mkV "yell" "yells" "yelled" "yelled" "yelling"); -lin yellow_A = mkA "yellow" "yellower"; -lin yellow_N = mkN "yellow" "yellows"; -lin yellow_V = mkV "yellow" "yellows" "yellowed" "yellowed" "yellowing"; -lin yellow_V2 = mkV2 (mkV "yellow" "yellows" "yellowed" "yellowed" "yellowing"); -lin yellow_bellied_A = compoundA (mkA "yellow-bellied"); -lin yellow_flag_N = mkN "yellow-flag" "yellow-flags"; -lin yellowish_A = compoundA (mkA "yellowish"); -lin yellowness_N = mkN "yellowness" "-" {- FIXME: no plural form -}; -lin yelp_V = mkV "yelp" "yelps" "yelped" "yelped" "yelping"; -lin yemen_PN = mkPN "Yemen"; -lin yemeni_A = compoundA (mkA "yemeni"); -lin yemeni_N = mkN "yemeni" "yemenis"; -lin yen_N = mkN "yen" "yen"; -lin yen_V = mkV "yen" "yens" "yenned" "yenned" "yenning"; -lin yeoman_N = mkN "yeoman" "yeomen" {- FIXME: guessed plural form -}; -lin yeomanry_N = mkN "yeomanry" "yeomanries"; -lin yeovil_PN = mkPN "Yeovil"; -lin yerevan_PN = mkPN "Yerevan"; -lin yes_N = mkN "yes" "yeses"; -lin yesterday_Adv = mkAdv "yesterday"; -lin yesterday_N = mkN "yesterday" "yesterdays"; -lin yet_Adv = mkAdv "yet"; -lin yeti_N = mkN "yeti" "yetis"; -lin yew_N = mkN "yew" "yews"; -lin yew_tree_N = mkN "yew-tree" "yew-trees"; -lin yha_N = mkN "yha" "-" {- FIXME: no plural form -}; -lin yiddish_N = mkN "yiddish" "-" {- FIXME: no plural form -}; -lin yield_N = mkN "yield" "yields"; -lin yield_V = mkV "yield" "yields" "yielded" "yielded" "yielding"; -lin yield_V2 = mkV2 (mkV "yield" "yields" "yielded" "yielded" "yielding"); -lin yielding_A = compoundA (mkA "yielding"); -lin yieldingly_Adv = mkAdv "yieldingly"; -lin ymca_N = mkN "ymca" "-" {- FIXME: no plural form -}; -lin yo_yo_N = mkN "yo-yo" "yo-yos"; -lin yob_N = mkN "yob" "yobs"; -lin yobo_N = mkN "yobo" "yobos"; -lin yodel_N = mkN "yodel" "yodels"; -lin yodel_V = mkV "yodel" "yodels" "yodelled" "yodelled" "yodelling"; -lin yodel_V2 = mkV2 (mkV "yodel" "yodels" "yodelled" "yodelled" "yodelling"); -lin yodeller_N = mkN "yodeller" "yodellers"; -lin yoga_N = mkN "yoga" "-" {- FIXME: no plural form -}; -lin yoghourt_N = mkN "yoghourt" "yoghourts"; -lin yoghurt_N = mkN "yoghurt" "yoghurts"; -lin yogi_N = mkN "yogi" "yogis"; -lin yogurt_N = mkN "yogurt" "yogurts"; -lin yoke_N = mkN "yoke" "yokes"; -lin yoke_V = mkV "yoke" "yokes" "yoked" "yoked" "yoking"; -lin yoke_V2 = mkV2 (mkV "yoke" "yokes" "yoked" "yoked" "yoking"); -lin yokel_N = mkN "yokel" "yokels"; -lin yokohama_PN = mkPN "Yokohama"; -lin yolk_N = mkN "yolk" "yolks"; -lin yon_A = compoundA (mkA "yon"); -lin yon_Adv = mkAdv "yon"; -lin yonder_A = compoundA (mkA "yonder"); -lin yonder_Adv = mkAdv "yonder"; -lin yore_N = mkN "yore" "-" {- FIXME: no plural form -}; -lin york_PN = mkPN "York"; -lin yorkley_PN = mkPN "Yorkley"; -lin yorkshire_PN = mkPN "Yorkshire"; -lin young_A = mkA "young" "younger"; -lin young_N = mkN "young" "-" {- FIXME: no plural form -}; -lin youngish_A = compoundA (mkA "youngish"); -lin youngster_N = mkN "youngster" "youngsters"; -lin your_A = compoundA (mkA "your"); -lin yours_A = compoundA (mkA "yours"); -lin youth_N = mkN "youth" "youths"; -lin youthful_A = compoundA (mkA "youthful"); -lin youthfully_Adv = mkAdv "youthfully"; -lin youthfulness_N = mkN "youthfulness" "-" {- FIXME: no plural form -}; -lin yowl_V = mkV "yowl" "yowls" "yowled" "yowled" "yowling"; -lin yr_N = mkN "yr" "-" {- FIXME: no plural form -}; -lin ystradgynlais_PN = mkPN "Ystradgynlais"; -lin yugoslav_A = compoundA (mkA "yugoslav"); -lin yugoslav_N = mkN "yugoslav" "yugoslavs"; -lin yugoslavia_PN = mkPN "Yugoslavia"; -lin yugoslavian_A = compoundA (mkA "yugoslavian"); -lin yugoslavian_N = mkN "yugoslavian" "yugoslavians"; -lin yukon_PN = mkPN "Yukon"; -lin yule_N = mkN "yule" "-" {- FIXME: no plural form -}; -lin yule_log_N = mkN "yule-log" "yule-logs"; -lin yuletide_N = mkN "yuletide" "yuletides"; -lin yvonne_PN = mkPN "Yvonne"; -lin ywca_N = mkN "ywca" "-" {- FIXME: no plural form -}; -lin zagreb_PN = mkPN "Zagreb"; -lin zaire_PN = mkPN "Zaire"; -lin zairean_A = compoundA (mkA "zairean"); -lin zairean_N = mkN "zairean" "zaireans"; -lin zambia_PN = mkPN "Zambia"; -lin zambian_A = compoundA (mkA "zambian"); -lin zambian_N = mkN "zambian" "zambians"; -lin zany_A = mkA "zany" "zanier"; -lin zany_N = mkN "zany" "zanies"; -lin zap_V2 = mkV2 (mkV "zap" "zaps" "zapped" "zapped" "zapping"); -lin zaporozhye_PN = mkPN "Zaporozhye"; -lin zaragoza_PN = mkPN "Zaragoza"; -lin zeal_N = mkN "zeal" "-" {- FIXME: no plural form -}; -lin zealand_PN = mkPN "Zealand"; -lin zealander_A = compoundA (mkA "zealander"); -lin zealander_N = mkN "zealander" "zealanders"; -lin zealot_N = mkN "zealot" "zealots"; -lin zealotry_N = mkN "zealotry" "-" {- FIXME: no plural form -}; -lin zealous_A = compoundA (mkA "zealous"); -lin zealously_Adv = mkAdv "zealously"; -lin zebra_N = mkN "zebra" "zebras"; -lin zebu_N = mkN "zebu" "zebus"; -lin zee_N = mkN "zee" "zees"; -lin zen_N = mkN "zen" "-" {- FIXME: no plural form -}; -lin zenith_N = mkN "zenith" "zeniths"; -lin zenithal_A = compoundA (mkA "zenithal"); -lin zephyr_N = mkN "zephyr" "zephyrs"; -lin zeppelin_N = mkN "zeppelin" "zeppelins"; -lin zero_N = mkN "zero" "zeros"; -lin zero_V = mkV "zero" "zeros" "zeroed" "zeroed" "zeroing"; -lin zest_N = mkN "zest" "-" {- FIXME: no plural form -}; -lin zestful_A = compoundA (mkA "zestful"); -lin zestfully_Adv = mkAdv "zestfully"; -lin zigzag_Adv = mkAdv "zigzag"; -lin zigzag_N = mkN "zigzag" "zigzags"; -lin zigzag_V = mkV "zigzag" "zigzags" "zigzagged" "zigzagged" "zigzagging"; -lin zimbabwe_PN = mkPN "Zimbabwe"; -lin zimbabwean_A = compoundA (mkA "zimbabwean"); -lin zimbabwean_N = mkN "zimbabwean" "zimbabweans"; -lin zinc_N = mkN "zinc" "-" {- FIXME: no plural form -}; -lin zing_N = mkN "zing" "-" {- FIXME: no plural form -}; -lin zinnia_N = mkN "zinnia" "zinnias"; -lin zion_N = mkN "zion" "zions"; -lin zionism_N = mkN "zionism" "-" {- FIXME: no plural form -}; -lin zionist_A = compoundA (mkA "zionist"); -lin zionist_N = mkN "zionist" "zionists"; -lin zip_N = mkN "zip" "zips"; -lin zip_V2 = mkV2 (mkV "zip" "zips" "zipped" "zipped" "zipping"); -lin zip_code_N = mkN "zip code" "zip codes"; -lin zip_fastener_N = mkN "zip-fastener" "zip-fasteners"; -lin zipper_N = mkN "zipper" "zippers"; -lin zither_N = mkN "zither" "zithers"; -lin zloty_N = mkN "zloty" "zlotys"; -lin zodiac_N = mkN "zodiac" "zodiacs"; -lin zoe_PN = mkPN "Zoe"; -lin zombie_N = mkN "zombie" "zombies"; -lin zonal_A = compoundA (mkA "zonal"); -lin zone_N = mkN "zone" "zones"; -lin zone_V2 = mkV2 (mkV "zone" "zones" "zoned" "zoned" "zoning"); -lin zoning_N = mkN "zoning" "-" {- FIXME: no plural form -}; -lin zoo_N = mkN "zoo" "zoos"; -lin zoological_A = compoundA (mkA "zoological"); -lin zoologist_N = mkN "zoologist" "zoologists"; -lin zoology_N = mkN "zoology" "-" {- FIXME: no plural form -}; -lin zoom_N = mkN "zoom" "-" {- FIXME: no plural form -}; -lin zoom_V = mkV "zoom" "zooms" "zoomed" "zoomed" "zooming"; -lin zoophyte_N = mkN "zoophyte" "zoophytes"; -lin zoot_suit_N = mkN "zoot suit" "zoot suits"; -lin zucchini_N = mkN "zucchini" "zucchini"; -lin zurich_PN = mkPN "Zurich"; -lin a_la_carte_Adv = mkAdv "à la carte"; -lin a_la_mode_Adv = mkAdv "à la mode"; -lin eclair_N = mkN "éclair" "éclairs"; -lin eclat_N = mkN "éclat" "-" {- FIXME: no plural form -}; -lin elan_N = mkN "élan" "-" {- FIXME: no plural form -}; -lin elite_N = mkN "élite" "élites"; -lin emigre_N = mkN "émigré" "émigrés"; -lin epee_N = mkN "épée" "épées"; -} diff --git a/next-lib/src/english/DictEngAbs.gf b/next-lib/src/english/DictEngAbs.gf deleted file mode 100644 index 949e0b36c..000000000 --- a/next-lib/src/english/DictEngAbs.gf +++ /dev/null @@ -1,43935 +0,0 @@ --- English lexicon for GF, produced from: --- Oxford advanced learner's dictionary of current English: --- expanded 'computer usable' version compiled by Roger Mitton --- The computer usable version is transcribed from: --- Oxford advanced learner's dictionary of current English --- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. --- 3rd. ed., London : Oxford University Press, 1974. --- Distributed as 'dict0710' by: --- Oxford Text Archive --- Oxford University Computing Services --- 13 Banbury Road --- Oxford --- OX2 6NN --- Under these conditions: --- Freely available for non-commercial use provided that this header is --- included in its entirety with any copy distributed. --- --- GF version generated by asc2gf, Bjorn Bringert Nov 2008 --- based on asc2lex, Matthew Purver Nov 2001 --- http://www.stanford.edu/~mpurver/software.html - -abstract DictEngAbs = Cat ** { -fun a_bomb_N : N; -fun a_fortiori_Adv : Adv; -fun a_level_N : N; -fun a_posteriori_A : A; -fun a_posteriori_Adv : Adv; -fun a_priori_A : A; -fun a_priori_Adv : Adv; -fun aa_N : N; -fun aachen_PN : PN; -fun aarhus_PN : PN; -fun ab_initio_Adv : Adv; -fun aback_Adv : Adv; -fun abacus_N : N; -fun abaft_Adv : Adv; -fun abandon_N : N; -fun abandon_V2 : V2; -fun abandoned_A : A; -fun abandonment_N : N; -fun abase_V2 : V2; -fun abasement_N : N; -fun abash_V2 : V2; -fun abate_V : V; -fun abate_V2 : V2; -fun abatement_N : N; -fun abattoir_N : N; -fun abbess_N : N; -fun abbey_N : N; -fun abbot_N : N; -fun abbreviate_V2 : V2; -fun abbreviation_N : N; -fun abbe_N : N; -fun abc_N : N; -fun abcs_N : N; -fun abdicate_V : V; -fun abdicate_V2 : V2; -fun abdication_N : N; -fun abdomen_N : N; -fun abdominal_A : A; -fun abduct_V2 : V2; -fun abduction_N : N; -fun abe_PN : PN; -fun abeam_Adv : Adv; -fun abed_Adv : Adv; -fun abercarn_PN : PN; -fun aberdare_PN : PN; -fun aberdeen_PN : PN; -fun abergavenny_PN : PN; -fun abergele_PN : PN; -fun aberrant_A : A; -fun aberration_N : N; -fun abertillery_PN : PN; -fun aberystwyth_PN : PN; -fun abet_V2 : V2; -fun abeyance_N : N; -fun abhor_V2 : V2; -fun abhorrence_N : N; -fun abhorrent_A : A; -fun abide_V : V; -fun abide_V2 : V2; -fun abiding_A : A; -fun ability_N : N; -fun abingdon_PN : PN; -fun abject_A : A; -fun abjection_N : N; -fun abjectly_Adv : Adv; -fun abjuration_N : N; -fun abjure_V2 : V2; -fun ablative_A : A; -fun ablative_N : N; -fun ablaut_N : N; -fun ablaze_A : A; -fun ablaze_Adv : Adv; -fun able_A : A; -fun able_bodied_A : A; -fun ablution_N : N; -fun ably_Adv : Adv; -fun abnegation_N : N; -fun abnormal_A : A; -fun abnormality_N : N; -fun abnormally_Adv : Adv; -fun abo_N : N; -fun aboard_Adv : Adv; -fun abode_N : N; -fun abolish_V2 : V2; -fun abolition_N : N; -fun abolitionist_N : N; -fun abominable_A : A; -fun abominably_Adv : Adv; -fun abominate_V2 : V2; -fun abomination_N : N; -fun aboriginal_A : A; -fun aboriginal_N : N; -fun aborigine_N : N; -fun abort_V : V; -fun abort_V2 : V2; -fun abortion_N : N; -fun abortionist_N : N; -fun abortive_A : A; -fun abortively_Adv : Adv; -fun abound_V : V; -fun about_Adv : Adv; -fun about_face_N : N; -fun about_face_V : V; -fun above_Adv : Adv; -fun above_board_A : A; -fun above_board_Adv : Adv; -fun above_mentioned_A : A; -fun above_named_A : A; -fun abracadabra_N : N; -fun abrade_V2 : V2; -fun abraham_PN : PN; -fun abrasion_N : N; -fun abrasive_A : A; -fun abrasive_N : N; -fun abreast_Adv : Adv; -fun abridge_V2 : V2; -fun abridgement_N : N; -fun abridgment_N : N; -fun abroad_Adv : Adv; -fun abrogate_V2 : V2; -fun abrogation_N : N; -fun abrupt_A : A; -fun abruptly_Adv : Adv; -fun abruptness_N : N; -fun abscess_N : N; -fun abscond_V : V; -fun absence_N : N; -fun absent_A : A; -fun absent_V2 : V2; -fun absent_minded_A : A; -fun absent_mindedly_Adv : Adv; -fun absent_mindedness_N : N; -fun absentee_N : N; -fun absenteeism_N : N; -fun absently_Adv : Adv; -fun absinth_N : N; -fun absinthe_N : N; -fun absolute_A : A; -fun absolutely_Adv : Adv; -fun absolution_N : N; -fun absolutism_N : N; -fun absolve_V2 : V2; -fun absorb_V2 : V2; -fun absorbent_A : A; -fun absorbent_N : N; -fun absorption_N : N; -fun abstain_V : V; -fun abstainer_N : N; -fun abstemious_A : A; -fun abstemiously_Adv : Adv; -fun abstemiousness_N : N; -fun abstention_N : N; -fun abstinence_N : N; -fun abstract_A : A; -fun abstract_N : N; -fun abstract_V2 : V2; -fun abstracted_A : A; -fun abstractedly_Adv : Adv; -fun abstraction_N : N; -fun abstruse_A : A; -fun abstrusely_Adv : Adv; -fun abstruseness_N : N; -fun absurd_A : A; -fun absurdity_N : N; -fun absurdly_Adv : Adv; -fun abundance_N : N; -fun abundant_A : A; -fun abundantly_Adv : Adv; -fun abuse_N : N; -fun abuse_V2 : V2; -fun abusive_A : A; -fun abusively_Adv : Adv; -fun abut_V : V; -fun abutment_N : N; -fun abysm_N : N; -fun abysmal_A : A; -fun abysmally_Adv : Adv; -fun abyss_N : N; -fun acacia_N : N; -fun academic_A : A; -fun academic_N : N; -fun academically_Adv : Adv; -fun academician_N : N; -fun academy_N : N; -fun accede_V : V; -fun accelerando_A : A; -fun accelerando_Adv : Adv; -fun accelerando_N : N; -fun accelerate_V : V; -fun accelerate_V2 : V2; -fun acceleration_N : N; -fun accelerator_N : N; -fun accent_N : N; -fun accent_V2 : V2; -fun accentuate_V2 : V2; -fun accentuation_N : N; -fun accept_V : V; -fun accept_V2 : V2; -fun acceptability_N : N; -fun acceptable_A : A; -fun acceptably_Adv : Adv; -fun acceptance_N : N; -fun acceptation_N : N; -fun access_N : N; -fun accessary_N : N; -fun accessibility_N : N; -fun accessible_A : A; -fun accession_N : N; -fun accessory_N : N; -fun accidence_N : N; -fun accident_N : N; -fun accident_prone_A : A; -fun accidental_A : A; -fun accidentally_Adv : Adv; -fun acclaim_N : N; -fun acclaim_V2 : V2; -fun acclamation_N : N; -fun acclimate_V : V; -fun acclimate_V2 : V2; -fun acclimation_N : N; -fun acclimatization_N : N; -fun acclimatize_V : V; -fun acclimatize_V2 : V2; -fun acclivity_N : N; -fun accolade_N : N; -fun accommodate_V2 : V2; -fun accommodating_A : A; -fun accommodation_N : N; -fun accompaniment_N : N; -fun accompanist_N : N; -fun accompany_V2 : V2; -fun accomplice_N : N; -fun accomplish_V2 : V2; -fun accomplished_A : A; -fun accomplishment_N : N; -fun accord_N : N; -fun accord_V : V; -fun accord_V2 : V2; -fun accordance_N : N; -fun accordingly_Adv : Adv; -fun accordion_N : N; -fun accost_V2 : V2; -fun accouchement_N : N; -fun account_N : N; -fun account_V : V; -fun account_V2 : V2; -fun accountable_A : A; -fun accountancy_N : N; -fun accountant_N : N; -fun accra_PN : PN; -fun accredit_V2 : V2; -fun accredited_A : A; -fun accretion_N : N; -fun accrington_PN : PN; -fun accrue_V : V; -fun accumulate_V : V; -fun accumulate_V2 : V2; -fun accumulation_N : N; -fun accumulative_A : A; -fun accumulator_N : N; -fun accuracy_N : N; -fun accurate_A : A; -fun accurately_Adv : Adv; -fun accursed_A : A; -fun accurst_A : A; -fun accusation_N : N; -fun accusative_A : A; -fun accusative_N : N; -fun accuse_V2 : V2; -fun accuser_N : N; -fun accusingly_Adv : Adv; -fun accustom_V2 : V2; -fun accustomed_A : A; -fun ace_N : N; -fun acerbity_N : N; -fun acetate_N : N; -fun acetic_A : A; -fun acetylene_N : N; -fun ache_N : N; -fun ache_V : V; -fun achievable_A : A; -fun achieve_V2 : V2; -fun achievement_N : N; -fun achilles_PN : PN; -fun acid_A : A; -fun acid_N : N; -fun acidic_A : A; -fun acidify_V : V; -fun acidify_V2 : V2; -fun acidity_N : N; -fun acidulated_A : A; -fun acidulous_A : A; -fun ack_ack_N : N; -fun acknowledge_V2 : V2; -fun acknowledgement_N : N; -fun acme_N : N; -fun acne_N : N; -fun acolyte_N : N; -fun aconite_N : N; -fun acorn_N : N; -fun acorn_cup_N : N; -fun acoustic_A : A; -fun acoustic_N : N; -fun acoustics_N : N; -fun acquaint_V2 : V2; -fun acquaintance_N : N; -fun acquaintanceship_N : N; -fun acquiesce_V : V; -fun acquiescence_N : N; -fun acquiescent_A : A; -fun acquire_V2 : V2; -fun acquirement_N : N; -fun acquisition_N : N; -fun acquisitive_A : A; -fun acquit_V2 : V2; -fun acquittal_N : N; -fun acre_N : N; -fun acreage_N : N; -fun acrid_A : A; -fun acrimonious_A : A; -fun acrimony_N : N; -fun acrobat_N : N; -fun acrobatic_A : A; -fun acrobatics_N : N; -fun acronym_N : N; -fun acropolis_N : N; -fun across_Adv : Adv; -fun acrostic_N : N; -fun acrylic_N : N; -fun act_N : N; -fun act_V : V; -fun act_V2 : V2; -fun acting_A : A; -fun acting_N : N; -fun actinic_A : A; -fun actinism_N : N; -fun action_N : N; -fun actionable_A : A; -fun activate_V2 : V2; -fun activation_N : N; -fun active_A : A; -fun actively_Adv : Adv; -fun activist_N : N; -fun activity_N : N; -fun actor_N : N; -fun actress_N : N; -fun actual_A : A; -fun actuality_N : N; -fun actually_Adv : Adv; -fun actuarial_A : A; -fun actuary_N : N; -fun actuate_V2 : V2; -fun acuity_N : N; -fun acumen_N : N; -fun acupuncture_N : N; -fun acute_A : A; -fun acutely_Adv : Adv; -fun acuteness_N : N; -fun ad_N : N; -fun ad_PN : PN; -fun ad_hoc_A : A; -fun ad_hoc_Adv : Adv; -fun ad_infinitum_Adv : Adv; -fun ad_interim_Adv : Adv; -fun ad_lib_A : A; -fun ad_lib_Adv : Adv; -fun ad_lib_V : V; -fun ad_libitum_Adv : Adv; -fun ad_man_N : N; -fun ad_nauseam_Adv : Adv; -fun ad_valorem_Adv : Adv; -fun ada_PN : PN; -fun adage_N : N; -fun adagio_A : A; -fun adagio_Adv : Adv; -fun adagio_N : N; -fun adam_PN : PN; -fun adamant_A : A; -fun adamant_N : N; -fun adamantine_A : A; -fun adapt_V2 : V2; -fun adaptability_N : N; -fun adaptable_A : A; -fun adaptation_N : N; -fun adapter_N : N; -fun adaptor_N : N; -fun add_V : V; -fun add_V2 : V2; -fun addendum_N : N; -fun adder_N : N; -fun addict_N : N; -fun addict_V2 : V2; -fun addiction_N : N; -fun addictive_A : A; -fun adding_machine_N : N; -fun addis_ababa_PN : PN; -fun addition_N : N; -fun additional_A : A; -fun additionally_Adv : Adv; -fun additive_N : N; -fun addle_A : A; -fun addle_V : V; -fun addle_V2 : V2; -fun addle_brained_A : A; -fun addle_head_N : N; -fun addle_pated_A : A; -fun address_N : N; -fun address_V2 : V2; -fun addressee_N : N; -fun addressograph_N : N; -fun adduce_V2 : V2; -fun adelaide_PN : PN; -fun adenoidal_A : A; -fun adept_A : A; -fun adept_N : N; -fun adequacy_N : N; -fun adequate_A : A; -fun adequately_Adv : Adv; -fun adhere_V : V; -fun adherence_N : N; -fun adherent_N : N; -fun adhesion_N : N; -fun adhesive_A : A; -fun adhesive_N : N; -fun adieu_N : N; -fun adipose_A : A; -fun adjacent_A : A; -fun adjectival_A : A; -fun adjective_N : N; -fun adjoin_V : V; -fun adjoin_V2 : V2; -fun adjoining_A : A; -fun adjourn_V : V; -fun adjourn_V2 : V2; -fun adjournment_N : N; -fun adjudge_V2 : V2; -fun adjudicate_V : V; -fun adjudicate_V2 : V2; -fun adjudication_N : N; -fun adjudicator_N : N; -fun adjunct_N : N; -fun adjuration_N : N; -fun adjure_V2 : V2; -fun adjust_V2 : V2; -fun adjustable_A : A; -fun adjuster_N : N; -fun adjustment_N : N; -fun adjutant_N : N; -fun admass_N : N; -fun administer_V : V; -fun administer_V2 : V2; -fun administration_N : N; -fun administrative_A : A; -fun administratively_Adv : Adv; -fun administrator_N : N; -fun admirable_A : A; -fun admirably_Adv : Adv; -fun admiral_N : N; -fun admiralty_N : N; -fun admiration_N : N; -fun admire_V2 : V2; -fun admirer_N : N; -fun admiring_A : A; -fun admiringly_Adv : Adv; -fun admissibility_N : N; -fun admissible_A : A; -fun admission_N : N; -fun admit_V : V; -fun admit_V2 : V2; -fun admittance_N : N; -fun admittedly_Adv : Adv; -fun admix_V : V; -fun admix_V2 : V2; -fun admixture_N : N; -fun admonish_V2 : V2; -fun admonition_N : N; -fun admonitory_A : A; -fun ado_N : N; -fun adobe_N : N; -fun adolescence_N : N; -fun adolescent_A : A; -fun adolescent_N : N; -fun adopt_V2 : V2; -fun adoption_N : N; -fun adoptive_A : A; -fun adorable_A : A; -fun adorably_Adv : Adv; -fun adoration_N : N; -fun adore_V2 : V2; -fun adorer_N : N; -fun adoring_A : A; -fun adoringly_Adv : Adv; -fun adorn_V2 : V2; -fun adornment_N : N; -fun adrenal_A : A; -fun adrenalin_N : N; -fun adrian_PN : PN; -fun adrift_A : A; -fun adrift_Adv : Adv; -fun adroit_A : A; -fun adroitly_Adv : Adv; -fun adroitness_N : N; -fun adulation_N : N; -fun adult_A : A; -fun adult_N : N; -fun adulterant_N : N; -fun adulterate_V2 : V2; -fun adulteration_N : N; -fun adulterer_N : N; -fun adulteress_N : N; -fun adulterous_A : A; -fun adultery_N : N; -fun adulthood_N : N; -fun adumbrate_V2 : V2; -fun advance_N : N; -fun advance_V : V; -fun advance_V2 : V2; -fun advanced_A : A; -fun advancement_N : N; -fun advantage_N : N; -fun advantage_V2 : V2; -fun advantageous_A : A; -fun advantageously_Adv : Adv; -fun advent_N : N; -fun adventist_N : N; -fun adventitious_A : A; -fun adventure_N : N; -fun adventure_V2 : V2; -fun adventurer_N : N; -fun adventuresome_A : A; -fun adventuress_N : N; -fun adventurous_A : A; -fun adverb_N : N; -fun adverbial_A : A; -fun adverbially_Adv : Adv; -fun adversary_N : N; -fun adverse_A : A; -fun adversely_Adv : Adv; -fun adversity_N : N; -fun advert_N : N; -fun advert_V : V; -fun advertise_V : V; -fun advertise_V2 : V2; -fun advertisement_N : N; -fun advertiser_N : N; -fun advice_N : N; -fun advisability_N : N; -fun advisable_A : A; -fun advise_V : V; -fun advise_V2 : V2; -fun advised_A : A; -fun advisedly_Adv : Adv; -fun adviser_N : N; -fun advisory_A : A; -fun advocacy_N : N; -fun advocate_N : N; -fun advocate_V2 : V2; -fun advowson_N : N; -fun adz_N : N; -fun adze_N : N; -fun aegis_N : N; -fun aeon_N : N; -fun aerate_V2 : V2; -fun aeration_N : N; -fun aerial_A : A; -fun aerial_N : N; -fun aerie_N : N; -fun aerobatics_N : N; -fun aerodrome_N : N; -fun aerodynamic_A : A; -fun aerodynamics_N : N; -fun aeronaut_N : N; -fun aeronautics_N : N; -fun aeroplane_N : N; -fun aerosol_N : N; -fun aerospace_N : N; -fun aertex_N : N; -fun aery_N : N; -fun aesthete_N : N; -fun aesthetic_A : A; -fun aesthetic_N : N; -fun aesthetical_A : A; -fun aesthetically_Adv : Adv; -fun aesthetics_N : N; -fun aether_N : N; -fun aetiology_N : N; -fun afar_Adv : Adv; -fun affability_N : N; -fun affable_A : A; -fun affably_Adv : Adv; -fun affair_N : N; -fun affect_V2 : V2; -fun affectation_N : N; -fun affected_A : A; -fun affecting_A : A; -fun affectingly_Adv : Adv; -fun affection_N : N; -fun affectionate_A : A; -fun affectionately_Adv : Adv; -fun affiance_V2 : V2; -fun affidavit_N : N; -fun affiliate_V : V; -fun affiliate_V2 : V2; -fun affiliation_N : N; -fun affinity_N : N; -fun affirm_V : V; -fun affirm_V2 : V2; -fun affirmation_N : N; -fun affirmative_A : A; -fun affirmative_N : N; -fun affix_N : N; -fun affix_V2 : V2; -fun afflatus_N : N; -fun afflict_V2 : V2; -fun affliction_N : N; -fun affluence_N : N; -fun affluent_A : A; -fun affluent_N : N; -fun afford_V2 : V2; -fun afforest_V2 : V2; -fun afforestation_N : N; -fun affranchise_V2 : V2; -fun affray_N : N; -fun affront_N : N; -fun affront_V2 : V2; -fun afghan_A : A; -fun afghan_N : N; -fun afghanistan_PN : PN; -fun afghanistani_A : A; -fun afghanistani_N : N; -fun afield_Adv : Adv; -fun afire_A : A; -fun aflame_A : A; -fun afloat_A : A; -fun afoot_A : A; -fun afore_Adv : Adv; -fun aforesaid_A : A; -fun aforethought_Adv : Adv; -fun afoul_Adv : Adv; -fun afraid_A : A; -fun afresh_Adv : Adv; -fun africa_PN : PN; -fun african_A : A; -fun african_N : N; -fun afrikaans_N : N; -fun afrikaner_A : A; -fun afrikaner_N : N; -fun afro_american_N : N; -fun afro_asian_A : A; -fun afro_wig_N : N; -fun aft_Adv : Adv; -fun after_A : A; -fun after_Adv : Adv; -fun aftercare_N : N; -fun afterdamp_N : N; -fun aftereffect_N : N; -fun afterglow_N : N; -fun aftermath_N : N; -fun afternoon_N : N; -fun afterthought_N : N; -fun afterwards_Adv : Adv; -fun again_Adv : Adv; -fun agape_A : A; -fun agar_agar_N : N; -fun agate_N : N; -fun agatha_PN : PN; -fun agave_N : N; -fun age_N : N; -fun age_V : V; -fun age_V2 : V2; -fun age_bracket_N : N; -fun age_group_N : N; -fun age_long_A : A; -fun age_old_A : A; -fun aged_A : A; -fun ageing_N : N; -fun ageless_A : A; -fun agency_N : N; -fun agenda_N : N; -fun agent_N : N; -fun agent_provocateur_N : N; -fun aggie_PN : PN; -fun agglomerate_A : A; -fun agglomerate_V : V; -fun agglomerate_V2 : V2; -fun agglomeration_N : N; -fun agglutinate_V2 : V2; -fun agglutinative_A : A; -fun aggrandize_V2 : V2; -fun aggrandizement_N : N; -fun aggravate_V2 : V2; -fun aggravation_N : N; -fun aggregate_N : N; -fun aggregate_V : V; -fun aggregate_V2 : V2; -fun aggregation_N : N; -fun aggression_N : N; -fun aggressive_A : A; -fun aggressively_Adv : Adv; -fun aggressiveness_N : N; -fun aggressor_N : N; -fun aggrieve_V2 : V2; -fun aggro_N : N; -fun aghast_A : A; -fun agile_A : A; -fun agilely_Adv : Adv; -fun agility_N : N; -fun aging_N : N; -fun agitate_V : V; -fun agitate_V2 : V2; -fun agitated_A : A; -fun agitating_A : A; -fun agitation_N : N; -fun agitator_N : N; -fun aglow_A : A; -fun agm_N : N; -fun agnail_N : N; -fun agnes_PN : PN; -fun agnostic_A : A; -fun agnostic_N : N; -fun agnosticism_N : N; -fun ago_Adv : Adv; -fun agog_A : A; -fun agonized_A : A; -fun agonizing_A : A; -fun agonizingly_Adv : Adv; -fun agony_N : N; -fun agora_N : N; -fun agoraphobia_N : N; -fun agra_PN : PN; -fun agrarian_A : A; -fun agree_V : V; -fun agree_V2 : V2; -fun agreeable_A : A; -fun agreeably_Adv : Adv; -fun agreement_N : N; -fun agricultural_A : A; -fun agriculture_N : N; -fun aground_A : A; -fun aground_Adv : Adv; -fun ague_N : N; -fun ahead_Adv : Adv; -fun ahmedabad_PN : PN; -fun aid_N : N; -fun aid_V2 : V2; -fun aide_de_camp_N : N; -fun aide_memoire_N : N; -fun aids_N : N; -fun aigret_N : N; -fun aigrette_N : N; -fun ail_V : V; -fun ail_V2 : V2; -fun aileron_N : N; -fun ailment_N : N; -fun aim_N : N; -fun aim_V : V; -fun aim_V2 : V2; -fun aimless_A : A; -fun aimlessly_Adv : Adv; -fun air_N : N; -fun air_V2 : V2; -fun air_bladder_N : N; -fun air_conditioned_A : A; -fun air_conditioning_N : N; -fun air_cooled_A : A; -fun air_minded_A : A; -fun air_pump_N : N; -fun air_raid_N : N; -fun air_shaft_N : N; -fun air_sick_A : A; -fun air_sickness_N : N; -fun air_to_air_A : A; -fun air_to_ground_A : A; -fun airbed_N : N; -fun airborne_A : A; -fun airbrake_N : N; -fun aircraft_N : N; -fun aircraftman_N : N; -fun aircrew_N : N; -fun airdrie_PN : PN; -fun airdrome_N : N; -fun aireborough_PN : PN; -fun airedale_N : N; -fun airfield_N : N; -fun airflow_N : N; -fun airframe_N : N; -fun airily_Adv : Adv; -fun airing_N : N; -fun airing_cupboard_N : N; -fun airless_A : A; -fun airline_N : N; -fun airliner_N : N; -fun airmail_N : N; -fun airman_N : N; -fun airplane_N : N; -fun airport_N : N; -fun airscrew_N : N; -fun airship_N : N; -fun airstrip_N : N; -fun airtight_A : A; -fun airway_N : N; -fun airwoman_N : N; -fun airworthiness_N : N; -fun airworthy_A : A; -fun airy_A : A; -fun aisle_N : N; -fun aitch_N : N; -fun aitch_bone_N : N; -fun ajar_A : A; -fun akimbo_Adv : Adv; -fun akin_A : A; -fun akron_PN : PN; -fun al_PN : PN; -fun alabama_PN : PN; -fun alabaster_A : A; -fun alabaster_N : N; -fun alacrity_N : N; -fun alan_PN : PN; -fun alarm_N : N; -fun alarm_V2 : V2; -fun alarm_clock_N : N; -fun alarming_A : A; -fun alarmingly_Adv : Adv; -fun alarmist_N : N; -fun alaska_PN : PN; -fun alb_N : N; -fun albania_PN : PN; -fun albanian_A : A; -fun albanian_N : N; -fun albatross_N : N; -fun albert_PN : PN; -fun alberta_PN : PN; -fun albino_N : N; -fun album_N : N; -fun albumen_N : N; -fun alchemist_N : N; -fun alchemy_N : N; -fun alcohol_N : N; -fun alcoholic_A : A; -fun alcoholic_N : N; -fun alcoholism_N : N; -fun alcove_N : N; -fun alder_N : N; -fun alderman_N : N; -fun aldermanic_A : A; -fun aldershot_PN : PN; -fun ale_N : N; -fun ale_house_N : N; -fun alee_A : A; -fun alee_Adv : Adv; -fun aleppo_PN : PN; -fun alert_A : A; -fun alert_N : N; -fun alert_V2 : V2; -fun alertly_Adv : Adv; -fun alertness_N : N; -fun alessandria_PN : PN; -fun alex_PN : PN; -fun alexander_PN : PN; -fun alexandra_PN : PN; -fun alexandria_PN : PN; -fun alexandrine_N : N; -fun alexia_N : N; -fun alexic_A : A; -fun alexic_N : N; -fun alf_PN : PN; -fun alfalfa_N : N; -fun alfred_PN : PN; -fun alfresco_A : A; -fun alfresco_Adv : Adv; -fun alfreton_PN : PN; -fun alga_N : N; -fun algebra_N : N; -fun algebraic_A : A; -fun algebraical_A : A; -fun algebraically_Adv : Adv; -fun alger_PN : PN; -fun algeria_PN : PN; -fun algerian_A : A; -fun algerian_N : N; -fun ali_PN : PN; -fun alias_Adv : Adv; -fun alias_N : N; -fun alibi_N : N; -fun alicante_PN : PN; -fun alice_PN : PN; -fun alien_A : A; -fun alien_N : N; -fun alienate_V2 : V2; -fun alienation_N : N; -fun alienist_N : N; -fun alight_A : A; -fun alight_V : V; -fun align_V : V; -fun align_V2 : V2; -fun alignment_N : N; -fun alike_A : A; -fun alike_Adv : Adv; -fun alimentary_A : A; -fun alimony_N : N; -fun alison_PN : PN; -fun alive_A : A; -fun alkali_N : N; -fun alkaline_A : A; -fun all_A : A; -fun all_Adv : Adv; -fun all_N : N; -fun all_mains_A : A; -fun all_round_A : A; -fun all_rounder_N : N; -fun allah_PN : PN; -fun allahabad_PN : PN; -fun allan_PN : PN; -fun allay_V2 : V2; -fun allegation_N : N; -fun allege_V2 : V2; -fun allegedly_Adv : Adv; -fun allegiance_N : N; -fun allegoric_A : A; -fun allegorical_A : A; -fun allegory_N : N; -fun allegretto_A : A; -fun allegretto_Adv : Adv; -fun allegretto_N : N; -fun allegro_A : A; -fun allegro_Adv : Adv; -fun allegro_N : N; -fun allen_PN : PN; -fun allergen_N : N; -fun allergic_A : A; -fun allergy_N : N; -fun alleviate_V2 : V2; -fun alleviation_N : N; -fun alley_N : N; -fun alleyway_N : N; -fun alliance_N : N; -fun alligator_N : N; -fun alliteration_N : N; -fun alliterative_A : A; -fun alliteratively_Adv : Adv; -fun alloa_PN : PN; -fun allocate_V2 : V2; -fun allocation_N : N; -fun allot_V2 : V2; -fun allotment_N : N; -fun allow_V : V; -fun allow_V2 : V2; -fun allowable_A : A; -fun allowance_N : N; -fun alloy_N : N; -fun alloy_V2 : V2; -fun allspice_N : N; -fun allude_V : V; -fun allure_N : N; -fun allure_V2 : V2; -fun allurement_N : N; -fun alluring_A : A; -fun allusion_N : N; -fun allusive_A : A; -fun alluvial_A : A; -fun ally_N : N; -fun ally_V2 : V2; -fun alma_ata_PN : PN; -fun alma_mater_N : N; -fun almanac_N : N; -fun almeria_PN : PN; -fun almighty_A : A; -fun almighty_N : N; -fun almond_N : N; -fun almond_eyed_A : A; -fun almoner_N : N; -fun almost_Adv : Adv; -fun alms_box_N : N; -fun alms_giving_N : N; -fun alms_house_N : N; -fun alnwick_PN : PN; -fun aloe_N : N; -fun aloft_Adv : Adv; -fun alone_A : A; -fun alone_Adv : Adv; -fun along_Adv : Adv; -fun alongside_Adv : Adv; -fun aloof_A : A; -fun aloof_Adv : Adv; -fun aloofness_N : N; -fun aloud_Adv : Adv; -fun alp_N : N; -fun alpaca_N : N; -fun alpenstock_N : N; -fun alpha_N : N; -fun alphabet_N : N; -fun alphabetical_A : A; -fun alphabetically_Adv : Adv; -fun alpine_A : A; -fun alpinist_N : N; -fun already_Adv : Adv; -fun alright_A : A; -fun alright_Adv : Adv; -fun alsatian_N : N; -fun also_Adv : Adv; -fun also_ran_N : N; -fun altar_N : N; -fun altar_piece_N : N; -fun alter_V : V; -fun alter_V2 : V2; -fun alter_ego_N : N; -fun alterable_A : A; -fun alteration_N : N; -fun altercation_N : N; -fun alternate_A : A; -fun alternate_V : V; -fun alternate_V2 : V2; -fun alternately_Adv : Adv; -fun alternation_N : N; -fun alternative_A : A; -fun alternative_N : N; -fun alternatively_Adv : Adv; -fun altimeter_N : N; -fun altitude_N : N; -fun alto_N : N; -fun altogether_Adv : Adv; -fun alton_PN : PN; -fun altrincham_PN : PN; -fun altruism_N : N; -fun altruist_N : N; -fun altruistic_A : A; -fun altruistically_Adv : Adv; -fun alum_N : N; -fun aluminium_N : N; -fun alumna_N : N; -fun alumnus_N : N; -fun alvechurch_PN : PN; -fun alveolar_A : A; -fun alveolar_N : N; -fun always_Adv : Adv; -fun amah_N : N; -fun amain_Adv : Adv; -fun amalgam_N : N; -fun amalgamate_V : V; -fun amalgamate_V2 : V2; -fun amalgamation_N : N; -fun amanda_PN : PN; -fun amanuensis_N : N; -fun amaryllis_N : N; -fun amass_V2 : V2; -fun amateur_N : N; -fun amateurish_A : A; -fun amateurism_N : N; -fun amatory_A : A; -fun amaze_V2 : V2; -fun amazement_N : N; -fun amazing_A : A; -fun amazingly_Adv : Adv; -fun amazon_N : N; -fun ambassador_N : N; -fun ambassadorial_A : A; -fun ambassadress_N : N; -fun amber_N : N; -fun ambergris_N : N; -fun ambidextrous_A : A; -fun ambience_N : N; -fun ambient_A : A; -fun ambiguity_N : N; -fun ambiguous_A : A; -fun ambiguously_Adv : Adv; -fun ambit_N : N; -fun ambition_N : N; -fun ambitious_A : A; -fun ambitiously_Adv : Adv; -fun ambivalence_N : N; -fun ambivalent_A : A; -fun amble_N : N; -fun amble_V : V; -fun ambrosia_N : N; -fun ambulance_N : N; -fun ambuscade_N : N; -fun ambuscade_V2 : V2; -fun ambush_N : N; -fun ambush_V2 : V2; -fun ameba_N : N; -fun ameer_N : N; -fun ameliorate_V : V; -fun ameliorate_V2 : V2; -fun amelioration_N : N; -fun amenable_A : A; -fun amend_V : V; -fun amend_V2 : V2; -fun amendable_A : A; -fun amendment_N : N; -fun amenity_N : N; -fun america_PN : PN; -fun american_A : A; -fun american_N : N; -fun americanism_N : N; -fun amesbury_PN : PN; -fun amethyst_N : N; -fun amharic_N : N; -fun amiability_N : N; -fun amiable_A : A; -fun amiably_Adv : Adv; -fun amicability_N : N; -fun amicable_A : A; -fun amicably_Adv : Adv; -fun amidships_Adv : Adv; -fun amiens_PN : PN; -fun amir_N : N; -fun amiss_A : A; -fun amiss_Adv : Adv; -fun amity_N : N; -fun ammanford_PN : PN; -fun ammeter_N : N; -fun ammonia_N : N; -fun ammoniated_A : A; -fun ammonite_N : N; -fun ammunition_N : N; -fun amnesia_N : N; -fun amnesty_N : N; -fun amoeba_N : N; -fun amoebic_A : A; -fun amok_Adv : Adv; -fun amoral_A : A; -fun amorous_A : A; -fun amorously_Adv : Adv; -fun amorphous_A : A; -fun amortization_N : N; -fun amortize_V2 : V2; -fun amount_N : N; -fun amount_V : V; -fun amour_N : N; -fun amour_propre_N : N; -fun amp_N : N; -fun ampere_N : N; -fun amphetamine_N : N; -fun amphibian_N : N; -fun amphibious_A : A; -fun amphitheatre_N : N; -fun amphora_N : N; -fun ample_A : A; -fun amplification_N : N; -fun amplifier_N : N; -fun amplify_V2 : V2; -fun amplitude_N : N; -fun amply_Adv : Adv; -fun ampoule_N : N; -fun amputate_V2 : V2; -fun amputation_N : N; -fun amsterdam_PN : PN; -fun amuck_Adv : Adv; -fun amulet_N : N; -fun amuse_V2 : V2; -fun amusement_N : N; -fun amusing_A : A; -fun amusingly_Adv : Adv; -fun amy_PN : PN; -fun anachronism_N : N; -fun anachronistic_A : A; -fun anaconda_N : N; -fun anaemia_N : N; -fun anaemic_A : A; -fun anaesthesia_N : N; -fun anaesthetic_A : A; -fun anaesthetic_N : N; -fun anaesthetist_N : N; -fun anaesthetize_V2 : V2; -fun anagram_N : N; -fun anal_A : A; -fun analgesia_N : N; -fun analgesic_N : N; -fun analog_N : N; -fun analogous_A : A; -fun analogously_Adv : Adv; -fun analogue_N : N; -fun analogy_N : N; -fun analyse_V2 : V2; -fun analysis_N : N; -fun analyst_N : N; -fun analytic_A : A; -fun analytical_A : A; -fun analytically_Adv : Adv; -fun analyze_V2 : V2; -fun anapaest_N : N; -fun anapaestic_A : A; -fun anarchic_A : A; -fun anarchically_Adv : Adv; -fun anarchism_N : N; -fun anarchist_N : N; -fun anarchy_N : N; -fun anathema_N : N; -fun anathematize_V : V; -fun anathematize_V2 : V2; -fun anatomical_A : A; -fun anatomically_Adv : Adv; -fun anatomist_N : N; -fun anatomy_N : N; -fun ancestor_N : N; -fun ancestral_A : A; -fun ancestress_N : N; -fun ancestry_N : N; -fun anchor_N : N; -fun anchor_V : V; -fun anchor_V2 : V2; -fun anchorage_N : N; -fun anchorite_N : N; -fun anchorman_N : N; -fun anchovy_N : N; -fun ancient_A : A; -fun ancillary_A : A; -fun ancona_PN : PN; -fun andante_A : A; -fun andante_Adv : Adv; -fun andante_N : N; -fun andiron_N : N; -fun andorra_PN : PN; -fun andorran_A : A; -fun andorran_N : N; -fun andover_PN : PN; -fun andrew_PN : PN; -fun andy_PN : PN; -fun anecdotal_A : A; -fun anecdote_N : N; -fun anemometer_N : N; -fun anemone_N : N; -fun aneroid_A : A; -fun aneroid_N : N; -fun anesthetic_A : A; -fun anesthetic_N : N; -fun anesthetist_N : N; -fun anesthetize_V2 : V2; -fun anew_Adv : Adv; -fun angel_N : N; -fun angela_PN : PN; -fun angelic_A : A; -fun angelica_N : N; -fun angelically_Adv : Adv; -fun angelus_N : N; -fun anger_N : N; -fun anger_V2 : V2; -fun angers_PN : PN; -fun angie_PN : PN; -fun angina_N : N; -fun angle_N : N; -fun angle_V : V; -fun angle_V2 : V2; -fun angle_dozer_N : N; -fun angle_iron_N : N; -fun angle_park_V : V; -fun angle_park_V2 : V2; -fun angler_N : N; -fun anglican_A : A; -fun anglican_N : N; -fun anglicism_N : N; -fun anglicize_V2 : V2; -fun angling_N : N; -fun anglo_catholic_A : A; -fun anglo_catholic_N : N; -fun anglo_indian_A : A; -fun anglo_indian_N : N; -fun anglo_saxon_A : A; -fun anglo_saxon_N : N; -fun anglomania_N : N; -fun anglophil_N : N; -fun anglophile_N : N; -fun anglophobe_N : N; -fun anglophobia_N : N; -fun angola_PN : PN; -fun angolan_A : A; -fun angolan_N : N; -fun angora_N : N; -fun angostura_N : N; -fun angrily_Adv : Adv; -fun angry_A : A; -fun angst_N : N; -fun anguilla_PN : PN; -fun anguillan_A : A; -fun anguillan_N : N; -fun anguish_N : N; -fun anguished_A : A; -fun angular_A : A; -fun angularity_N : N; -fun angus_PN : PN; -fun aniline_N : N; -fun animadversion_N : N; -fun animadvert_V : V; -fun animal_N : N; -fun animalcule_N : N; -fun animate_A : A; -fun animate_V2 : V2; -fun animatedly_A : A; -fun animation_N : N; -fun animism_N : N; -fun animosity_N : N; -fun animus_N : N; -fun anise_N : N; -fun aniseed_N : N; -fun anita_PN : PN; -fun ankara_PN : PN; -fun ankle_N : N; -fun anklet_N : N; -fun ann_PN : PN; -fun anna_N : N; -fun annabel_PN : PN; -fun annalist_N : N; -fun annan_PN : PN; -fun anne_PN : PN; -fun anneal_V2 : V2; -fun annex_N : N; -fun annex_V2 : V2; -fun annexation_N : N; -fun annexe_N : N; -fun annfield_PN : PN; -fun annfield_plain_PN : PN; -fun annie_PN : PN; -fun annihilate_V2 : V2; -fun annihilation_N : N; -fun anniversary_N : N; -fun annotate_V2 : V2; -fun annotation_N : N; -fun announce_V2 : V2; -fun announcement_N : N; -fun announcer_N : N; -fun annoy_V2 : V2; -fun annoyance_N : N; -fun annoying_A : A; -fun annual_A : A; -fun annual_N : N; -fun annually_Adv : Adv; -fun annuitant_N : N; -fun annuity_N : N; -fun annul_V2 : V2; -fun annular_A : A; -fun annulment_N : N; -fun annunciate_V2 : V2; -fun annunciation_N : N; -fun anode_N : N; -fun anodyne_A : A; -fun anodyne_N : N; -fun anoint_V2 : V2; -fun anointment_N : N; -fun anomalous_A : A; -fun anomalously_Adv : Adv; -fun anomaly_N : N; -fun anon_Adv : Adv; -fun anon_PN : PN; -fun anonymity_N : N; -fun anonymous_A : A; -fun anonymously_Adv : Adv; -fun anopheles_N : N; -fun anorak_N : N; -fun another_A : A; -fun anshan_PN : PN; -fun answer_N : N; -fun answer_V : V; -fun answer_V2 : V2; -fun answerable_A : A; -fun ant_N : N; -fun ant_eater_N : N; -fun ant_hill_N : N; -fun antagonism_N : N; -fun antagonist_N : N; -fun antagonistic_A : A; -fun antagonistically_Adv : Adv; -fun antagonize_V2 : V2; -fun antarctic_A : A; -fun ante_N : N; -fun ante_meridiem_Adv : Adv; -fun antecedence_N : N; -fun antecedent_A : A; -fun antecedent_N : N; -fun antechamber_N : N; -fun antedate_V2 : V2; -fun antediluvian_A : A; -fun antediluvian_N : N; -fun antelope_N : N; -fun antenatal_A : A; -fun antenna_N : N; -fun antenuptial_A : A; -fun antepenultimate_A : A; -fun anterior_A : A; -fun anteroom_N : N; -fun anthea_PN : PN; -fun anthem_N : N; -fun anther_N : N; -fun anthology_N : N; -fun anthony_PN : PN; -fun anthracite_N : N; -fun anthrax_N : N; -fun anthropoid_A : A; -fun anthropoid_N : N; -fun anthropological_A : A; -fun anthropologist_N : N; -fun anthropology_N : N; -fun anti_aircraft_A : A; -fun anti_hero_N : N; -fun anti_personnel_A : A; -fun anti_semite_A : A; -fun anti_semite_N : N; -fun anti_semitic_A : A; -fun anti_semitism_N : N; -fun antibiotic_A : A; -fun antibiotic_N : N; -fun antibody_N : N; -fun antic_N : N; -fun anticipate_V2 : V2; -fun anticipation_N : N; -fun anticipatory_A : A; -fun anticlimax_N : N; -fun anticlockwise_Adv : Adv; -fun anticyclone_N : N; -fun antidote_N : N; -fun antifreeze_N : N; -fun antigua_PN : PN; -fun antiguan_A : A; -fun antiguan_N : N; -fun antiknock_N : N; -fun antilogarithm_N : N; -fun antimacassar_N : N; -fun antimony_N : N; -fun antipathetic_A : A; -fun antipathy_N : N; -fun antiquarian_A : A; -fun antiquarian_N : N; -fun antiquary_N : N; -fun antiquated_A : A; -fun antique_A : A; -fun antique_N : N; -fun antiquity_N : N; -fun antirrhinum_N : N; -fun antiseptic_A : A; -fun antiseptic_N : N; -fun antisocial_A : A; -fun antitank_A : A; -fun antithesis_N : N; -fun antithetic_A : A; -fun antithetical_A : A; -fun antithetically_Adv : Adv; -fun antitoxin_N : N; -fun antitrade_A : A; -fun antitrade_N : N; -fun antler_N : N; -fun antony_PN : PN; -fun antonym_N : N; -fun antrim_PN : PN; -fun antwerp_PN : PN; -fun anus_N : N; -fun anvil_N : N; -fun anxiety_N : N; -fun anxious_A : A; -fun anxiously_Adv : Adv; -fun any_A : A; -fun any_Adv : Adv; -fun anybody_N : N; -fun anyhow_Adv : Adv; -fun anyone_N : N; -fun anyplace_Adv : Adv; -fun anything_N : N; -fun anyway_Adv : Adv; -fun anywhere_Adv : Adv; -fun aorta_N : N; -fun apace_Adv : Adv; -fun apache_N : N; -fun apanage_N : N; -fun apart_Adv : Adv; -fun apartheid_N : N; -fun apartment_N : N; -fun apathetic_A : A; -fun apathetically_Adv : Adv; -fun apathy_N : N; -fun ape_N : N; -fun ape_V2 : V2; -fun apeldoorn_PN : PN; -fun aperient_A : A; -fun aperient_N : N; -fun aperitif_N : N; -fun aperture_N : N; -fun apex_N : N; -fun aphasia_N : N; -fun aphid_N : N; -fun aphis_N : N; -fun aphorism_N : N; -fun aphrodisiac_A : A; -fun aphrodisiac_N : N; -fun apiarist_N : N; -fun apiary_N : N; -fun apiculture_N : N; -fun apiece_Adv : Adv; -fun apish_A : A; -fun aplomb_N : N; -fun apocalypse_N : N; -fun apocalyptic_A : A; -fun apocrypha_N : N; -fun apocryphal_A : A; -fun apogee_N : N; -fun apologetic_A : A; -fun apologetically_Adv : Adv; -fun apologetics_N : N; -fun apologist_N : N; -fun apologize_V : V; -fun apology_N : N; -fun apophthegm_N : N; -fun apoplectic_A : A; -fun apoplexy_N : N; -fun apostasy_N : N; -fun apostate_A : A; -fun apostate_N : N; -fun apostle_N : N; -fun apostolic_A : A; -fun apostrophe_N : N; -fun apostrophize_V2 : V2; -fun apothecary_N : N; -fun apothegm_N : N; -fun apotheosis_N : N; -fun appal_V2 : V2; -fun appalling_A : A; -fun appallingly_Adv : Adv; -fun appanage_N : N; -fun apparatus_N : N; -fun apparel_N : N; -fun apparel_V2 : V2; -fun apparent_A : A; -fun apparently_Adv : Adv; -fun apparition_N : N; -fun appeal_N : N; -fun appeal_V : V; -fun appealing_A : A; -fun appealingly_Adv : Adv; -fun appear_V : V; -fun appearance_N : N; -fun appease_V2 : V2; -fun appeasement_N : N; -fun appellant_A : A; -fun appellant_N : N; -fun appellation_N : N; -fun append_V2 : V2; -fun appendage_N : N; -fun appendectomy_N : N; -fun appendicitis_N : N; -fun appendix_N : N; -fun appertain_V : V; -fun appetite_N : N; -fun appetizer_N : N; -fun appetizing_A : A; -fun applaud_V : V; -fun applaud_V2 : V2; -fun applause_N : N; -fun apple_N : N; -fun applejack_N : N; -fun appliance_N : N; -fun applicability_N : N; -fun applicable_A : A; -fun applicant_N : N; -fun application_N : N; -fun applied_A : A; -fun applique_N : N; -fun applique_V2 : V2; -fun apply_V : V; -fun apply_V2 : V2; -fun appoint_V2 : V2; -fun appointee_N : N; -fun appointment_N : N; -fun apportion_V2 : V2; -fun apportionment_N : N; -fun apposite_A : A; -fun appositely_Adv : Adv; -fun apposition_N : N; -fun appraisal_N : N; -fun appraise_V2 : V2; -fun appreciable_A : A; -fun appreciably_Adv : Adv; -fun appreciate_V : V; -fun appreciate_V2 : V2; -fun appreciation_N : N; -fun appreciative_A : A; -fun appreciatively_Adv : Adv; -fun apprehend_V2 : V2; -fun apprehensible_A : A; -fun apprehension_N : N; -fun apprehensive_A : A; -fun apprentice_N : N; -fun apprentice_V2 : V2; -fun apprenticeship_N : N; -fun apprise_V2 : V2; -fun appro_N : N; -fun approach_N : N; -fun approach_V : V; -fun approach_V2 : V2; -fun approachable_A : A; -fun approbation_N : N; -fun appropriate_A : A; -fun appropriate_V2 : V2; -fun appropriately_Adv : Adv; -fun appropriation_N : N; -fun approval_N : N; -fun approve_V : V; -fun approve_V2 : V2; -fun approvingly_Adv : Adv; -fun approx_PN : PN; -fun approximate_A : A; -fun approximate_V : V; -fun approximate_V2 : V2; -fun approximately_Adv : Adv; -fun approximation_N : N; -fun appurtenance_N : N; -fun apr_PN : PN; -fun apricot_N : N; -fun april_N : N; -fun april_PN : PN; -fun apron_N : N; -fun apropos_A : A; -fun apropos_Adv : Adv; -fun apres_ski_A : A; -fun apse_N : N; -fun apt_A : A; -fun aptitude_N : N; -fun aptly_Adv : Adv; -fun aptness_N : N; -fun aqualung_N : N; -fun aquamarine_N : N; -fun aquanaut_N : N; -fun aquaplane_N : N; -fun aquaplane_V : V; -fun aquarium_N : N; -fun aquarius_PN : PN; -fun aquatic_A : A; -fun aquatint_N : N; -fun aquavit_N : N; -fun aqueduct_N : N; -fun aqueous_A : A; -fun aquiline_A : A; -fun arab_N : N; -fun arabesque_N : N; -fun arabian_A : A; -fun arabian_N : N; -fun arabic_A : A; -fun arabic_N : N; -fun arabist_N : N; -fun arable_A : A; -fun arachnid_N : N; -fun arbiter_N : N; -fun arbitrament_N : N; -fun arbitrarily_Adv : Adv; -fun arbitrary_A : A; -fun arbitrate_V : V; -fun arbitrate_V2 : V2; -fun arbitration_N : N; -fun arbitrator_N : N; -fun arboreal_A : A; -fun arbour_N : N; -fun arbroath_PN : PN; -fun arc_N : N; -fun arc_lamp_N : N; -fun arc_light_N : N; -fun arcade_N : N; -fun arcadian_A : A; -fun arcadian_N : N; -fun arcane_A : A; -fun arch_A : A; -fun arch_N : N; -fun arch_V : V; -fun arch_V2 : V2; -fun archaeological_A : A; -fun archaeologist_N : N; -fun archaeology_N : N; -fun archaic_A : A; -fun archaism_N : N; -fun archangel_N : N; -fun archbishop_N : N; -fun archbishopric_N : N; -fun archdeacon_N : N; -fun archdeaconry_N : N; -fun archdiocese_N : N; -fun archduke_N : N; -fun archeology_N : N; -fun archer_N : N; -fun archery_N : N; -fun archetypal_A : A; -fun archetype_N : N; -fun archimandrite_N : N; -fun archipelago_N : N; -fun architect_N : N; -fun architectural_A : A; -fun architecturally_Adv : Adv; -fun architecture_N : N; -fun archivist_N : N; -fun archly_Adv : Adv; -fun archway_N : N; -fun arctic_A : A; -fun ardent_A : A; -fun ardently_Adv : Adv; -fun ardour_N : N; -fun ardrossan_PN : PN; -fun arduous_A : A; -fun arduously_Adv : Adv; -fun are_N : N; -fun area_N : N; -fun areca_N : N; -fun arena_N : N; -fun argent_A : A; -fun argent_N : N; -fun argentina_PN : PN; -fun argentine_PN : PN; -fun argentinian_A : A; -fun argentinian_N : N; -fun argon_N : N; -fun argonaut_N : N; -fun argosy_N : N; -fun argot_N : N; -fun arguable_A : A; -fun arguably_Adv : Adv; -fun argue_V : V; -fun argue_V2 : V2; -fun argument_N : N; -fun argumentation_N : N; -fun argumentative_A : A; -fun argus_N : N; -fun argus_eyed_A : A; -fun aria_N : N; -fun arid_A : A; -fun aridity_N : N; -fun aries_PN : PN; -fun aright_Adv : Adv; -fun arise_V : V; -fun aristocracy_N : N; -fun aristocrat_N : N; -fun aristocratic_A : A; -fun aristocratically_Adv : Adv; -fun arithmetic_N : N; -fun arithmetical_A : A; -fun arithmetically_Adv : Adv; -fun arithmetician_N : N; -fun arizona_PN : PN; -fun ark_N : N; -fun arkansas_PN : PN; -fun arm_N : N; -fun arm_V : V; -fun arm_V2 : V2; -fun arm_hole_N : N; -fun armada_N : N; -fun armadale_PN : PN; -fun armadillo_N : N; -fun armageddon_PN : PN; -fun armagh_PN : PN; -fun armament_N : N; -fun armature_N : N; -fun armband_N : N; -fun armchair_N : N; -fun armful_N : N; -fun armistice_N : N; -fun armlet_N : N; -fun armoire_N : N; -fun armorial_A : A; -fun armour_N : N; -fun armour_plate_N : N; -fun armoured_A : A; -fun armourer_N : N; -fun armoury_N : N; -fun armpit_N : N; -fun arms_race_N : N; -fun arms_runner_N : N; -fun army_N : N; -fun arnhem_PN : PN; -fun arnica_N : N; -fun arnold_PN : PN; -fun aroma_N : N; -fun aromatic_A : A; -fun around_Adv : Adv; -fun arouse_V2 : V2; -fun arpeggio_N : N; -fun arquebus_N : N; -fun arr_PN : PN; -fun arrack_N : N; -fun arraign_V2 : V2; -fun arraignment_N : N; -fun arrange_V : V; -fun arrange_V2 : V2; -fun arrangement_N : N; -fun arrant_A : A; -fun arras_N : N; -fun array_N : N; -fun array_V2 : V2; -fun arrest_N : N; -fun arrest_V2 : V2; -fun arrester_N : N; -fun arresting_A : A; -fun arrival_N : N; -fun arrive_V : V; -fun arriere_pensee_N : N; -fun arrogance_N : N; -fun arrogant_A : A; -fun arrogantly_Adv : Adv; -fun arrogate_V2 : V2; -fun arrow_N : N; -fun arrowhead_N : N; -fun arrowroot_N : N; -fun arse_N : N; -fun arsehole_N : N; -fun arsenal_N : N; -fun arsenic_N : N; -fun arson_N : N; -fun art_N : N; -fun art_PN : PN; -fun artefact_N : N; -fun arterial_A : A; -fun arteriosclerosis_N : N; -fun artery_N : N; -fun artesian_A : A; -fun artful_A : A; -fun artfully_Adv : Adv; -fun artfulness_N : N; -fun arthritic_A : A; -fun arthritis_N : N; -fun arthur_PN : PN; -fun artichoke_N : N; -fun article_N : N; -fun article_V2 : V2; -fun articulate_A : A; -fun articulate_V : V; -fun articulate_V2 : V2; -fun articulately_Adv : Adv; -fun articulation_N : N; -fun artie_PN : PN; -fun artifact_N : N; -fun artifice_N : N; -fun artificer_N : N; -fun artificial_A : A; -fun artificially_Adv : Adv; -fun artillery_N : N; -fun artisan_N : N; -fun artist_N : N; -fun artiste_N : N; -fun artistic_A : A; -fun artistically_Adv : Adv; -fun artistry_N : N; -fun artless_A : A; -fun artlessly_Adv : Adv; -fun artlessness_N : N; -fun arty_A : A; -fun arty_crafty_A : A; -fun arum_N : N; -fun aryan_A : A; -fun aryan_N : N; -fun arete_N : N; -fun asap_PN : PN; -fun asbestos_N : N; -fun ascend_V : V; -fun ascend_V2 : V2; -fun ascendancy_N : N; -fun ascendant_N : N; -fun ascendency_N : N; -fun ascendent_N : N; -fun ascension_N : N; -fun ascent_N : N; -fun ascertain_V2 : V2; -fun ascertainable_A : A; -fun ascetic_A : A; -fun ascetic_N : N; -fun ascetically_Adv : Adv; -fun asceticism_N : N; -fun ascorbic_A : A; -fun ascot_PN : PN; -fun ascribable_A : A; -fun ascribe_V2 : V2; -fun ascription_N : N; -fun asdic_N : N; -fun asepsis_N : N; -fun aseptic_A : A; -fun asexual_A : A; -fun asexuality_N : N; -fun ash_N : N; -fun ash_bin_N : N; -fun ash_can_N : N; -fun ash_key_N : N; -fun ash_pan_N : N; -fun ashamed_A : A; -fun ashamedly_Adv : Adv; -fun ashbourne_PN : PN; -fun ashby_PN : PN; -fun ashby_de_la_zouch_PN : PN; -fun ashby_woulds_PN : PN; -fun ashen_A : A; -fun ashford_PN : PN; -fun ashington_PN : PN; -fun ashore_Adv : Adv; -fun ashton_in_makerfield_PN : PN; -fun ashton_under_lyne_PN : PN; -fun ashtray_N : N; -fun ashy_A : A; -fun asian_A : A; -fun asian_N : N; -fun asiatic_A : A; -fun asiatic_N : N; -fun aside_Adv : Adv; -fun aside_N : N; -fun asinine_A : A; -fun ask_V : V; -fun ask_V2 : V2; -fun askance_Adv : Adv; -fun askern_PN : PN; -fun askew_A : A; -fun askew_Adv : Adv; -fun asking_N : N; -fun aslant_Adv : Adv; -fun asleep_A : A; -fun asleep_Adv : Adv; -fun asp_N : N; -fun asparagus_N : N; -fun aspect_N : N; -fun aspectual_A : A; -fun aspen_N : N; -fun asperity_N : N; -fun asperse_V2 : V2; -fun aspersion_N : N; -fun asphalt_N : N; -fun asphalt_V2 : V2; -fun asphodel_N : N; -fun asphyxia_N : N; -fun asphyxiate_V2 : V2; -fun asphyxiation_N : N; -fun aspic_N : N; -fun aspidistra_N : N; -fun aspirant_N : N; -fun aspirate_N : N; -fun aspirate_V2 : V2; -fun aspiration_N : N; -fun aspire_V : V; -fun aspirin_N : N; -fun aspull_PN : PN; -fun ass_N : N; -fun assagai_N : N; -fun assail_V2 : V2; -fun assailable_A : A; -fun assailant_N : N; -fun assassin_N : N; -fun assassinate_V2 : V2; -fun assassination_N : N; -fun assault_N : N; -fun assault_V2 : V2; -fun assay_N : N; -fun assay_V2 : V2; -fun assegai_N : N; -fun assemblage_N : N; -fun assemble_V : V; -fun assemble_V2 : V2; -fun assembly_N : N; -fun assent_N : N; -fun assent_V : V; -fun assert_V2 : V2; -fun assertion_N : N; -fun assertive_A : A; -fun assertively_Adv : Adv; -fun assess_V2 : V2; -fun assessment_N : N; -fun assessor_N : N; -fun asset_N : N; -fun asseverate_V2 : V2; -fun asseveration_N : N; -fun asshole_N : N; -fun assiduity_N : N; -fun assiduous_A : A; -fun assiduously_Adv : Adv; -fun assign_V2 : V2; -fun assignable_A : A; -fun assignation_N : N; -fun assignment_N : N; -fun assimilate_V : V; -fun assimilate_V2 : V2; -fun assimilation_N : N; -fun assist_V : V; -fun assist_V2 : V2; -fun assistance_N : N; -fun assistant_N : N; -fun assize_N : N; -fun assoc_N : N; -fun associate_A : A; -fun associate_N : N; -fun associate_V : V; -fun associate_V2 : V2; -fun association_N : N; -fun assonance_N : N; -fun assorted_A : A; -fun assortment_N : N; -fun asst_N : N; -fun assuage_V2 : V2; -fun assume_V2 : V2; -fun assumption_N : N; -fun assurance_N : N; -fun assure_V2 : V2; -fun assured_A : A; -fun assuredly_Adv : Adv; -fun assuredness_N : N; -fun aster_N : N; -fun asterisk_N : N; -fun astern_Adv : Adv; -fun asteroid_N : N; -fun asthma_N : N; -fun asthmatic_A : A; -fun astigmatic_A : A; -fun astigmatism_N : N; -fun astir_A : A; -fun astir_Adv : Adv; -fun aston_PN : PN; -fun astonish_V2 : V2; -fun astonishing_A : A; -fun astonishingly_Adv : Adv; -fun astonishment_N : N; -fun astound_V2 : V2; -fun astrakhan_N : N; -fun astral_A : A; -fun astray_A : A; -fun astray_Adv : Adv; -fun astride_A : A; -fun astride_Adv : Adv; -fun astringency_N : N; -fun astringent_A : A; -fun astringent_N : N; -fun astrodome_N : N; -fun astrolabe_N : N; -fun astrologer_N : N; -fun astrological_A : A; -fun astrology_N : N; -fun astronaut_N : N; -fun astronautics_N : N; -fun astronomer_N : N; -fun astronomical_A : A; -fun astronomically_Adv : Adv; -fun astronomy_N : N; -fun astrophysics_N : N; -fun astute_A : A; -fun astutely_Adv : Adv; -fun astuteness_N : N; -fun asunder_Adv : Adv; -fun asylum_N : N; -fun asymmetric_A : A; -fun asymmetrical_A : A; -fun asymmetrically_Adv : Adv; -fun asymmetry_N : N; -fun asymptote_N : N; -fun asymptotic_A : A; -fun asymptotically_Adv : Adv; -fun at_home_N : N; -fun atabrine_N : N; -fun atavism_N : N; -fun atavistic_A : A; -fun atelier_N : N; -fun atheism_N : N; -fun atheist_N : N; -fun atheistic_A : A; -fun athenian_A : A; -fun athenian_N : N; -fun athens_PN : PN; -fun atherstone_PN : PN; -fun athirst_A : A; -fun athlete_N : N; -fun athletic_A : A; -fun athletics_N : N; -fun athlone_PN : PN; -fun athwart_Adv : Adv; -fun atlanta_PN : PN; -fun atlantic_PN : PN; -fun atlas_N : N; -fun atmosphere_N : N; -fun atmospheric_A : A; -fun atmospherics_N : N; -fun atoll_N : N; -fun atom_N : N; -fun atomic_A : A; -fun atomize_V2 : V2; -fun atomizer_N : N; -fun atonal_A : A; -fun atonality_N : N; -fun atone_V : V; -fun atonement_N : N; -fun atop_Adv : Adv; -fun atrabilious_A : A; -fun atrocious_A : A; -fun atrociously_Adv : Adv; -fun atrocity_N : N; -fun atrophy_N : N; -fun atrophy_V : V; -fun atrophy_V2 : V2; -fun attach_V : V; -fun attach_V2 : V2; -fun attachment_N : N; -fun attache_N : N; -fun attack_N : N; -fun attack_V2 : V2; -fun attacker_N : N; -fun attain_V : V; -fun attain_V2 : V2; -fun attainable_A : A; -fun attainder_N : N; -fun attainment_N : N; -fun attar_N : N; -fun attempt_N : N; -fun attempt_V2 : V2; -fun attend_V : V; -fun attend_V2 : V2; -fun attendance_N : N; -fun attendant_A : A; -fun attendant_N : N; -fun attention_N : N; -fun attentive_A : A; -fun attentively_Adv : Adv; -fun attentiveness_N : N; -fun attenuate_V2 : V2; -fun attenuation_N : N; -fun attest_V : V; -fun attest_V2 : V2; -fun attic_A : A; -fun attic_N : N; -fun attire_N : N; -fun attire_V2 : V2; -fun attitude_N : N; -fun attitudinize_V : V; -fun attorney_N : N; -fun attract_V2 : V2; -fun attraction_N : N; -fun attractive_A : A; -fun attractively_Adv : Adv; -fun attributable_A : A; -fun attribute_N : N; -fun attribute_V2 : V2; -fun attribution_N : N; -fun attributive_A : A; -fun attributively_Adv : Adv; -fun attrition_N : N; -fun attune_V2 : V2; -fun atypical_A : A; -fun atypically_Adv : Adv; -fun au_fait_A : A; -fun au_fond_Adv : Adv; -fun au_pair_N : N; -fun aubergine_N : N; -fun aubrietia_N : N; -fun auburn_A : A; -fun auckland_PN : PN; -fun auction_N : N; -fun auction_V2 : V2; -fun auctioneer_N : N; -fun audacious_A : A; -fun audaciously_Adv : Adv; -fun audacity_N : N; -fun audibility_N : N; -fun audible_A : A; -fun audibly_Adv : Adv; -fun audience_N : N; -fun audio_lingual_A : A; -fun audit_N : N; -fun audit_V2 : V2; -fun audition_N : N; -fun audition_V2 : V2; -fun auditor_N : N; -fun auditorium_N : N; -fun auditory_A : A; -fun audley_PN : PN; -fun audrey_PN : PN; -fun aug_PN : PN; -fun auger_N : N; -fun aught_N : N; -fun augment_V : V; -fun augment_V2 : V2; -fun augmentation_N : N; -fun augsburg_PN : PN; -fun augur_N : N; -fun augur_V : V; -fun augur_V2 : V2; -fun augury_N : N; -fun august_A : A; -fun august_N : N; -fun august_PN : PN; -fun augustan_A : A; -fun auk_N : N; -fun auld_lang_syne_N : N; -fun aunt_N : N; -fun auntie_N : N; -fun aunty_N : N; -fun aura_N : N; -fun aural_A : A; -fun aureole_N : N; -fun auricle_N : N; -fun auricular_A : A; -fun auriferous_A : A; -fun aurora_N : N; -fun auspicious_A : A; -fun auspiciously_Adv : Adv; -fun aussie_N : N; -fun austere_A : A; -fun austerely_Adv : Adv; -fun austerity_N : N; -fun australia_PN : PN; -fun australian_A : A; -fun australian_N : N; -fun austria_PN : PN; -fun austrian_A : A; -fun austrian_N : N; -fun autarchy_N : N; -fun autarky_N : N; -fun authentic_A : A; -fun authentically_Adv : Adv; -fun authenticate_V2 : V2; -fun authentication_N : N; -fun authenticity_N : N; -fun author_N : N; -fun authoress_N : N; -fun authoritarian_A : A; -fun authoritarian_N : N; -fun authoritarianism_N : N; -fun authoritative_A : A; -fun authoritatively_Adv : Adv; -fun authority_N : N; -fun authorization_N : N; -fun authorize_V2 : V2; -fun authorship_N : N; -fun autism_N : N; -fun autistic_A : A; -fun auto_N : N; -fun auto_changer_N : N; -fun auto_da_fe_N : N; -fun autobahn_N : N; -fun autobiographic_A : A; -fun autobiographical_A : A; -fun autobiography_N : N; -fun autocracy_N : N; -fun autocrat_N : N; -fun autocratic_A : A; -fun autocratically_Adv : Adv; -fun autogiro_N : N; -fun autograph_N : N; -fun autograph_V2 : V2; -fun autogyro_N : N; -fun automat_N : N; -fun automate_V2 : V2; -fun automatic_A : A; -fun automatic_N : N; -fun automatically_Adv : Adv; -fun automation_N : N; -fun automaton_N : N; -fun automobile_N : N; -fun autonomous_A : A; -fun autonomy_N : N; -fun autopsy_N : N; -fun autostrada_N : N; -fun autumn_N : N; -fun autumnal_A : A; -fun auxiliary_A : A; -fun auxiliary_N : N; -fun avail_N : N; -fun avail_V : V; -fun avail_V2 : V2; -fun availability_N : N; -fun available_A : A; -fun avalanche_N : N; -fun avant_garde_N : N; -fun avarice_N : N; -fun avaricious_A : A; -fun avariciously_Adv : Adv; -fun avatar_N : N; -fun ave_PN : PN; -fun aveley_PN : PN; -fun avenge_V2 : V2; -fun avenger_N : N; -fun avenue_N : N; -fun aver_V2 : V2; -fun average_A : A; -fun average_N : N; -fun average_V : V; -fun average_V2 : V2; -fun averse_A : A; -fun aversion_N : N; -fun avert_V2 : V2; -fun aviary_N : N; -fun aviation_N : N; -fun aviator_N : N; -fun avid_A : A; -fun avidity_N : N; -fun avidly_Adv : Adv; -fun avignon_PN : PN; -fun avocado_N : N; -fun avocation_N : N; -fun avoid_V2 : V2; -fun avoidable_A : A; -fun avoidance_N : N; -fun avoirdupois_N : N; -fun avon_PN : PN; -fun avouch_V : V; -fun avouch_V2 : V2; -fun avow_V2 : V2; -fun avowal_N : N; -fun avowedly_Adv : Adv; -fun avuncular_A : A; -fun await_V2 : V2; -fun awake_A : A; -fun awake_V : V; -fun awaken_V2 : V2; -fun awakening_N : N; -fun award_N : N; -fun award_V2 : V2; -fun aware_A : A; -fun awareness_N : N; -fun awash_A : A; -fun away_A : A; -fun away_Adv : Adv; -fun awe_N : N; -fun awe_V2 : V2; -fun awe_inspiring_A : A; -fun awe_stricken_A : A; -fun awe_struck_A : A; -fun aweigh_Adv : Adv; -fun awesome_A : A; -fun awful_A : A; -fun awfully_Adv : Adv; -fun awhile_Adv : Adv; -fun awkward_A : A; -fun awkwardly_Adv : Adv; -fun awkwardness_N : N; -fun awl_N : N; -fun awning_N : N; -fun awol_PN : PN; -fun awry_A : A; -fun awry_Adv : Adv; -fun ax_N : N; -fun ax_V2 : V2; -fun axe_N : N; -fun axe_V2 : V2; -fun axiom_N : N; -fun axiomatic_A : A; -fun axiomatically_Adv : Adv; -fun axis_N : N; -fun axle_N : N; -fun ay_Adv : Adv; -fun ayah_N : N; -fun aycliffe_PN : PN; -fun aye_Adv : Adv; -fun aylesbury_PN : PN; -fun aylesford_PN : PN; -fun ayr_PN : PN; -fun azalea_N : N; -fun azimuth_N : N; -fun azure_A : A; -fun azure_N : N; -fun b_ed_N : N; -fun ba_N : N; -fun baa_N : N; -fun baa_V : V; -fun baa_lamb_N : N; -fun baas_N : N; -fun babble_N : N; -fun babble_V : V; -fun babble_V2 : V2; -fun babbler_N : N; -fun babe_N : N; -fun babel_N : N; -fun baboo_N : N; -fun baboon_N : N; -fun babs_PN : PN; -fun babu_N : N; -fun baby_N : N; -fun baby_V2 : V2; -fun baby_faced_A : A; -fun baby_farmer_N : N; -fun baby_minder_N : N; -fun baby_talk_N : N; -fun babyhood_N : N; -fun babyish_A : A; -fun babysit_V : V; -fun babysitter_N : N; -fun babysitting_N : N; -fun baccalaureate_N : N; -fun baccarat_N : N; -fun bacchanal_A : A; -fun bacchanal_N : N; -fun bacchanalian_A : A; -fun baccy_N : N; -fun bachelor_N : N; -fun bacillus_N : N; -fun back_Adv : Adv; -fun back_N : N; -fun back_V : V; -fun back_V2 : V2; -fun back_breaking_A : A; -fun back_down_N : N; -fun back_formation_N : N; -fun back_up_N : N; -fun backache_N : N; -fun backband_N : N; -fun backbench_N : N; -fun backbencher_N : N; -fun backbite_V : V; -fun backbite_V2 : V2; -fun backbiter_N : N; -fun backboard_N : N; -fun backbone_N : N; -fun backchat_N : N; -fun backcloth_N : N; -fun backdate_V2 : V2; -fun backdoor_N : N; -fun backdrop_N : N; -fun backer_N : N; -fun backfire_N : N; -fun backfire_V : V; -fun backgammon_N : N; -fun background_N : N; -fun backhand_A : A; -fun backhanded_A : A; -fun backing_N : N; -fun backlash_N : N; -fun backless_A : A; -fun backlog_N : N; -fun backmost_A : A; -fun backpedal_V : V; -fun backroom_N : N; -fun backscratcher_N : N; -fun backseat_N : N; -fun backsheesh_N : N; -fun backside_N : N; -fun backslide_V : V; -fun backspace_V : V; -fun backstage_Adv : Adv; -fun backstair_A : A; -fun backstroke_N : N; -fun backsword_N : N; -fun backtalk_N : N; -fun backward_A : A; -fun backward_Adv : Adv; -fun backwards_A : A; -fun backwards_Adv : Adv; -fun backwash_N : N; -fun backwater_N : N; -fun backwoodsman_N : N; -fun backworth_PN : PN; -fun bacon_N : N; -fun bacterial_A : A; -fun bacteriologist_N : N; -fun bacteriology_N : N; -fun bacterium_N : N; -fun bacup_PN : PN; -fun bad_A : A; -fun bad_N : N; -fun badajoz_PN : PN; -fun badalona_PN : PN; -fun badge_N : N; -fun badger_N : N; -fun badger_V2 : V2; -fun badinage_N : N; -fun badly_Adv : Adv; -fun badly_behaved_A : A; -fun badminton_N : N; -fun badness_N : N; -fun baffle_N : N; -fun baffle_V2 : V2; -fun bag_N : N; -fun bag_V : V; -fun bag_V2 : V2; -fun bagatelle_N : N; -fun baggage_N : N; -fun baggy_A : A; -fun baghdad_PN : PN; -fun bagnio_N : N; -fun bagpipe_N : N; -fun bahamas_PN : PN; -fun bahamian_A : A; -fun bahamian_N : N; -fun bahasa_N : N; -fun bahrain_PN : PN; -fun bahraini_A : A; -fun bahraini_N : N; -fun bail_N : N; -fun bail_V : V; -fun bail_V2 : V2; -fun bailee_N : N; -fun bailey_N : N; -fun bailey_PN : PN; -fun bailiff_N : N; -fun bailment_N : N; -fun bailor_N : N; -fun bairn_N : N; -fun bait_N : N; -fun bait_V : V; -fun bait_V2 : V2; -fun baize_N : N; -fun bake_V : V; -fun bake_V2 : V2; -fun bakelite_N : N; -fun baker_N : N; -fun bakery_N : N; -fun baking_hot_A : A; -fun baking_powder_N : N; -fun baksheesh_N : N; -fun baku_PN : PN; -fun balaclava_N : N; -fun balalaika_N : N; -fun balance_N : N; -fun balance_V : V; -fun balance_V2 : V2; -fun balance_sheet_N : N; -fun balance_wheel_N : N; -fun balconied_A : A; -fun balcony_N : N; -fun bald_A : A; -fun bald_head_N : N; -fun bald_pate_N : N; -fun balderdash_N : N; -fun baldly_Adv : Adv; -fun baldness_N : N; -fun baldock_PN : PN; -fun baldric_N : N; -fun bale_N : N; -fun bale_V2 : V2; -fun baleful_A : A; -fun balefully_Adv : Adv; -fun balk_N : N; -fun balk_V : V; -fun balk_V2 : V2; -fun ball_N : N; -fun ball_V : V; -fun ball_V2 : V2; -fun ball_cartridge_N : N; -fun ball_dress_N : N; -fun ballad_N : N; -fun ballade_N : N; -fun ballast_N : N; -fun ballast_V2 : V2; -fun ballbearing_N : N; -fun ballcock_N : N; -fun ballerina_N : N; -fun ballet_N : N; -fun ballet_dancer_N : N; -fun ballet_skirt_N : N; -fun ballistic_A : A; -fun ballistics_N : N; -fun ballock_N : N; -fun balloon_N : N; -fun balloon_V : V; -fun balloonist_N : N; -fun ballot_N : N; -fun ballot_V : V; -fun ballot_box_N : N; -fun ballpen_N : N; -fun ballpoint_N : N; -fun ballpoint_pen_N : N; -fun ballroom_N : N; -fun balls_up_N : N; -fun bally_A : A; -fun bally_Adv : Adv; -fun ballyhoo_N : N; -fun balm_N : N; -fun balmy_A : A; -fun baloney_N : N; -fun balsa_N : N; -fun balsam_N : N; -fun baltimore_PN : PN; -fun baluster_N : N; -fun balustrade_N : N; -fun bambino_N : N; -fun bamboo_N : N; -fun bamboozle_V2 : V2; -fun ban_N : N; -fun ban_V2 : V2; -fun banal_A : A; -fun banality_N : N; -fun banana_N : N; -fun banbury_PN : PN; -fun band_N : N; -fun band_V : V; -fun band_V2 : V2; -fun band_saw_N : N; -fun bandage_N : N; -fun bandage_V2 : V2; -fun bandanna_N : N; -fun bandbox_N : N; -fun bandeau_N : N; -fun bandit_N : N; -fun banditry_N : N; -fun bandleader_N : N; -fun bandmaster_N : N; -fun bandoleer_N : N; -fun bandolier_N : N; -fun bandsman_N : N; -fun bandstand_N : N; -fun bandung_PN : PN; -fun bandwagon_N : N; -fun bandy_A : A; -fun bandy_V2 : V2; -fun bandy_legged_A : A; -fun bane_N : N; -fun baneful_A : A; -fun banefully_Adv : Adv; -fun bang_Adv : Adv; -fun bang_N : N; -fun bang_V : V; -fun bang_V2 : V2; -fun bangalore_PN : PN; -fun banger_N : N; -fun bangkok_PN : PN; -fun bangladesh_PN : PN; -fun bangladeshi_A : A; -fun bangladeshi_N : N; -fun bangle_N : N; -fun bangor_PN : PN; -fun banian_N : N; -fun banian_tree_N : N; -fun banish_V2 : V2; -fun banishment_N : N; -fun banister_N : N; -fun banjo_N : N; -fun bank_N : N; -fun bank_V : V; -fun bank_V2 : V2; -fun bank_bill_N : N; -fun bank_book_N : N; -fun bank_draft_N : N; -fun bank_rate_N : N; -fun banker_N : N; -fun banking_N : N; -fun banknote_N : N; -fun bankroll_N : N; -fun bankrupt_A : A; -fun bankrupt_N : N; -fun bankrupt_V2 : V2; -fun bankruptcy_N : N; -fun banner_N : N; -fun banning_order_N : N; -fun bannister_N : N; -fun bannock_N : N; -fun bannockburn_PN : PN; -fun banquet_N : N; -fun banquet_V : V; -fun banquet_V2 : V2; -fun banshee_N : N; -fun bant_V : V; -fun bantam_N : N; -fun banter_N : N; -fun banter_V : V; -fun banter_V2 : V2; -fun bantering_A : A; -fun banteringly_Adv : Adv; -fun banting_N : N; -fun bantry_PN : PN; -fun bantu_A : A; -fun bantu_N : N; -fun banyan_N : N; -fun baobab_N : N; -fun baptism_N : N; -fun baptismal_A : A; -fun baptist_A : A; -fun baptist_N : N; -fun baptize_V2 : V2; -fun bar_N : N; -fun bar_V2 : V2; -fun baracaldo_PN : PN; -fun barb_N : N; -fun barbadian_A : A; -fun barbadian_N : N; -fun barbados_PN : PN; -fun barbara_PN : PN; -fun barbarian_A : A; -fun barbarian_N : N; -fun barbaric_A : A; -fun barbarism_N : N; -fun barbarity_N : N; -fun barbarize_V2 : V2; -fun barbarous_A : A; -fun barbarously_Adv : Adv; -fun barbecue_N : N; -fun barbecue_V2 : V2; -fun barbed_A : A; -fun barbel_N : N; -fun barber_N : N; -fun barbican_N : N; -fun barbitone_N : N; -fun barbiturate_N : N; -fun barcarole_N : N; -fun barcarolle_N : N; -fun barcelona_PN : PN; -fun bard_N : N; -fun bardic_A : A; -fun bardolatry_N : N; -fun bare_A : A; -fun bare_V2 : V2; -fun bareback_Adv : Adv; -fun barebacked_A : A; -fun barebacked_Adv : Adv; -fun barefaced_A : A; -fun barefacedly_Adv : Adv; -fun barefoot_Adv : Adv; -fun barefooted_A : A; -fun barefooted_Adv : Adv; -fun bareheaded_A : A; -fun barelegged_A : A; -fun barely_Adv : Adv; -fun bareness_N : N; -fun bargain_N : N; -fun bargain_V : V; -fun bargain_V2 : V2; -fun barge_N : N; -fun barge_V : V; -fun bargee_N : N; -fun bargepole_N : N; -fun bargoed_PN : PN; -fun bari_PN : PN; -fun baritone_N : N; -fun barium_N : N; -fun bark_N : N; -fun bark_V : V; -fun bark_V2 : V2; -fun barker_N : N; -fun barking_PN : PN; -fun barley_N : N; -fun barley_sugar_N : N; -fun barley_water_N : N; -fun barleycorn_N : N; -fun barm_N : N; -fun barmaid_N : N; -fun barman_N : N; -fun barmy_A : A; -fun barn_N : N; -fun barn_door_N : N; -fun barnacle_N : N; -fun barnard_castle_PN : PN; -fun barnet_PN : PN; -fun barnoldswick_PN : PN; -fun barnsley_PN : PN; -fun barnstaple_PN : PN; -fun barnstorm_V : V; -fun barnstormer_N : N; -fun barnyard_N : N; -fun barometer_N : N; -fun barometric_A : A; -fun baron_N : N; -fun baronage_N : N; -fun baroness_N : N; -fun baronet_N : N; -fun baronetcy_N : N; -fun baronial_A : A; -fun barony_N : N; -fun baroque_A : A; -fun baroque_N : N; -fun barouche_N : N; -fun barque_N : N; -fun barrack_N : N; -fun barrack_V : V; -fun barrack_V2 : V2; -fun barracking_N : N; -fun barracuda_N : N; -fun barrage_N : N; -fun barranquilla_PN : PN; -fun barrel_N : N; -fun barrel_V2 : V2; -fun barrelled_A : A; -fun barren_A : A; -fun barrenness_N : N; -fun barrhead_PN : PN; -fun barricade_N : N; -fun barricade_V2 : V2; -fun barrier_N : N; -fun barrister_N : N; -fun barrow_N : N; -fun barrow_boy_N : N; -fun barrow_in_furness_PN : PN; -fun barrow_man_N : N; -fun barry_PN : PN; -fun bart_PN : PN; -fun bartender_N : N; -fun barter_N : N; -fun barter_V : V; -fun barter_V2 : V2; -fun barterer_N : N; -fun bartholomew_PN : PN; -fun barton_upon_humber_PN : PN; -fun bas_relief_N : N; -fun basal_A : A; -fun basalt_N : N; -fun bascule_N : N; -fun base_A : A; -fun base_N : N; -fun base_V2 : V2; -fun baseball_N : N; -fun baseboard_N : N; -fun basel_PN : PN; -fun baseless_A : A; -fun basement_N : N; -fun bash_N : N; -fun bash_V2 : V2; -fun bashful_A : A; -fun bashfully_Adv : Adv; -fun basic_A : A; -fun basically_Adv : Adv; -fun basil_N : N; -fun basil_PN : PN; -fun basildon_PN : PN; -fun basilica_N : N; -fun basilisk_N : N; -fun basin_N : N; -fun basingstoke_PN : PN; -fun basis_N : N; -fun bask_V : V; -fun basket_N : N; -fun basketball_N : N; -fun basketry_N : N; -fun bass_A : A; -fun bass_N : N; -fun bassinet_N : N; -fun bassoon_N : N; -fun bast_N : N; -fun bastard_N : N; -fun bastardize_V2 : V2; -fun bastardy_N : N; -fun baste_V2 : V2; -fun bastinado_N : N; -fun bastinado_V2 : V2; -fun bastion_N : N; -fun bat_N : N; -fun bat_V : V; -fun bat_V2 : V2; -fun batch_N : N; -fun bate_V2 : V2; -fun bath_N : N; -fun bath_PN : PN; -fun bath_V : V; -fun bath_V2 : V2; -fun bath_chair_N : N; -fun bathe_N : N; -fun bathe_V : V; -fun bathe_V2 : V2; -fun bather_N : N; -fun bathgate_PN : PN; -fun bathing_N : N; -fun bathing_cap_N : N; -fun bathing_costume_N : N; -fun bathing_machine_N : N; -fun bathing_suit_N : N; -fun bathos_N : N; -fun bathrobe_N : N; -fun bathroom_N : N; -fun bathtub_N : N; -fun bathysphere_N : N; -fun batik_N : N; -fun batiste_N : N; -fun batley_PN : PN; -fun batman_N : N; -fun baton_N : N; -fun bats_A : A; -fun batsman_N : N; -fun battalion_N : N; -fun batten_N : N; -fun batten_V : V; -fun batten_V2 : V2; -fun batter_N : N; -fun batter_V : V; -fun batter_V2 : V2; -fun battery_N : N; -fun batting_N : N; -fun battle_N : N; -fun battle_V : V; -fun battle_axe_N : N; -fun battle_cruiser_N : N; -fun battledore_N : N; -fun battledress_N : N; -fun battlefield_N : N; -fun battleground_N : N; -fun battleship_N : N; -fun battue_N : N; -fun batty_A : A; -fun bauble_N : N; -fun baulk_N : N; -fun baulk_V : V; -fun baulk_V2 : V2; -fun bauxite_N : N; -fun bawbee_N : N; -fun bawd_N : N; -fun bawdily_Adv : Adv; -fun bawdy_A : A; -fun bawdy_N : N; -fun bawl_V : V; -fun bawl_V2 : V2; -fun bay_A : A; -fun bay_N : N; -fun bay_V : V; -fun bay_wreath_N : N; -fun bayonet_N : N; -fun bayonet_V2 : V2; -fun bayou_N : N; -fun bazaar_N : N; -fun bazooka_N : N; -fun bbc_PN : PN; -fun beach_N : N; -fun beach_V2 : V2; -fun beachcomber_N : N; -fun beachhead_N : N; -fun beachwear_N : N; -fun beacon_N : N; -fun beacon_fire_N : N; -fun beacon_light_N : N; -fun beaconsfield_PN : PN; -fun bead_N : N; -fun beading_N : N; -fun beadle_N : N; -fun beady_A : A; -fun beagle_N : N; -fun beagling_N : N; -fun beak_N : N; -fun beaker_N : N; -fun beam_N : N; -fun beam_V : V; -fun beam_V2 : V2; -fun bean_N : N; -fun beanfeast_N : N; -fun beano_N : N; -fun beanstalk_N : N; -fun bear_N : N; -fun bear_V : V; -fun bear_V2 : V2; -fun bearable_A : A; -fun beard_N : N; -fun beard_V2 : V2; -fun bearded_A : A; -fun beardless_A : A; -fun bearer_N : N; -fun bearing_N : N; -fun bearish_A : A; -fun bearsden_PN : PN; -fun bearskin_N : N; -fun beast_N : N; -fun beastliness_N : N; -fun beastly_A : A; -fun beastly_Adv : Adv; -fun beat_A : A; -fun beat_N : N; -fun beat_V : V; -fun beat_V2 : V2; -fun beaten_A : A; -fun beater_N : N; -fun beatific_A : A; -fun beatification_N : N; -fun beatify_V2 : V2; -fun beating_N : N; -fun beatitude_N : N; -fun beatnik_N : N; -fun beatrice_PN : PN; -fun beau_N : N; -fun beaujolais_N : N; -fun beaumaris_PN : PN; -fun beauteous_A : A; -fun beautician_N : N; -fun beautiful_A : A; -fun beautifully_Adv : Adv; -fun beautify_V2 : V2; -fun beauty_N : N; -fun beauty_parlour_N : N; -fun beauty_salon_N : N; -fun beauty_sleep_N : N; -fun beauty_spot_N : N; -fun beaver_N : N; -fun beaver_V : V; -fun bebington_PN : PN; -fun becalmed_A : A; -fun beccles_PN : PN; -fun beck_N : N; -fun beckon_V : V; -fun beckon_V2 : V2; -fun become_V : V; -fun become_V2 : V2; -fun becoming_A : A; -fun becomingly_Adv : Adv; -fun bed_N : N; -fun bed_V2 : V2; -fun bedaubed_A : A; -fun bedbug_N : N; -fun beddau_PN : PN; -fun bedded_A : A; -fun bedding_N : N; -fun bedecked_A : A; -fun bedevil_V2 : V2; -fun bedevilment_N : N; -fun bedewed_A : A; -fun bedfellow_N : N; -fun bedford_PN : PN; -fun bedfordshire_PN : PN; -fun bedimmed_A : A; -fun bedlam_N : N; -fun bedlington_PN : PN; -fun bedouin_N : N; -fun bedpan_N : N; -fun bedpost_N : N; -fun bedraggled_A : A; -fun bedridden_A : A; -fun bedrock_N : N; -fun bedroll_N : N; -fun bedroom_N : N; -fun bedroomed_A : A; -fun bedside_N : N; -fun bedsit_N : N; -fun bedsitter_N : N; -fun bedsitting_room_N : N; -fun bedsore_N : N; -fun bedspread_N : N; -fun bedstead_N : N; -fun bedtime_N : N; -fun beduin_N : N; -fun bedwas_PN : PN; -fun bee_N : N; -fun beech_N : N; -fun beef_N : N; -fun beef_V : V; -fun beefeater_N : N; -fun beefsteak_N : N; -fun beefy_A : A; -fun beehive_N : N; -fun beep_N : N; -fun beer_N : N; -fun beery_A : A; -fun beeswax_N : N; -fun beeswax_V2 : V2; -fun beet_N : N; -fun beetle_N : N; -fun beetle_V : V; -fun beetle_browed_A : A; -fun beetroot_N : N; -fun befall_V : V; -fun befall_V2 : V2; -fun befit_V2 : V2; -fun befitting_A : A; -fun befittingly_Adv : Adv; -fun befogged_A : A; -fun before_Adv : Adv; -fun beforehand_A : A; -fun beforehand_Adv : Adv; -fun befoul_V2 : V2; -fun befriend_V2 : V2; -fun beg_V : V; -fun beg_V2 : V2; -fun beget_V2 : V2; -fun begetter_N : N; -fun beggar_N : N; -fun beggar_V2 : V2; -fun beggarly_A : A; -fun beggarman_N : N; -fun beggarwoman_N : N; -fun beggary_N : N; -fun begin_V : V; -fun begin_V2 : V2; -fun beginner_N : N; -fun beginning_N : N; -fun begonia_N : N; -fun begrimed_A : A; -fun begrudge_V2 : V2; -fun beguile_V2 : V2; -fun begum_N : N; -fun behalf_N : N; -fun behave_V : V; -fun behaved_A : A; -fun behaviour_N : N; -fun behaviourism_N : N; -fun behaviourist_N : N; -fun behead_V2 : V2; -fun behest_N : N; -fun behind_Adv : Adv; -fun behind_N : N; -fun behindhand_A : A; -fun behold_V2 : V2; -fun beholden_A : A; -fun beholder_N : N; -fun behove_V2 : V2; -fun beige_N : N; -fun being_N : N; -fun beirut_PN : PN; -fun beith_PN : PN; -fun bejewelled_A : A; -fun belabour_V2 : V2; -fun belated_A : A; -fun belatedly_Adv : Adv; -fun belay_N : N; -fun belay_V2 : V2; -fun belaying_pin_N : N; -fun belch_N : N; -fun belch_V : V; -fun belch_V2 : V2; -fun beldam_N : N; -fun beldame_N : N; -fun beleaguer_V2 : V2; -fun belem_PN : PN; -fun belfast_PN : PN; -fun belfry_N : N; -fun belgian_A : A; -fun belgian_N : N; -fun belgium_PN : PN; -fun belgrade_PN : PN; -fun belie_V2 : V2; -fun belief_N : N; -fun believable_A : A; -fun believe_V : V; -fun believe_V2 : V2; -fun believer_N : N; -fun believing_N : N; -fun belike_Adv : Adv; -fun belinda_PN : PN; -fun belittle_V2 : V2; -fun bell_N : N; -fun bell_V2 : V2; -fun bell_bottomed_A : A; -fun bell_buoy_N : N; -fun bell_flower_N : N; -fun bell_founder_N : N; -fun bell_foundry_N : N; -fun bell_metal_N : N; -fun bell_push_N : N; -fun bell_ringer_N : N; -fun bell_tent_N : N; -fun bella_PN : PN; -fun belladonna_N : N; -fun bellboy_N : N; -fun belle_N : N; -fun belle_PN : PN; -fun bellhop_N : N; -fun bellicose_A : A; -fun bellied_A : A; -fun belligerency_N : N; -fun belligerent_A : A; -fun belligerent_N : N; -fun belligerently_Adv : Adv; -fun bellow_V : V; -fun bellow_V2 : V2; -fun bellshill_PN : PN; -fun bellwether_N : N; -fun belly_N : N; -fun belly_V : V; -fun belly_V2 : V2; -fun bellyache_N : N; -fun bellyache_V : V; -fun bellyflop_N : N; -fun bellyful_N : N; -fun bellyland_V : V; -fun bellylaugh_N : N; -fun bellylaugh_V : V; -fun belo_horizonte_PN : PN; -fun belong_V : V; -fun beloved_A : A; -fun beloved_N : N; -fun below_Adv : Adv; -fun belper_PN : PN; -fun belt_N : N; -fun belt_V2 : V2; -fun belting_N : N; -fun bemoan_V2 : V2; -fun bemused_A : A; -fun ben_N : N; -fun ben_PN : PN; -fun bench_N : N; -fun bend_N : N; -fun bend_V : V; -fun bend_V2 : V2; -fun beneath_Adv : Adv; -fun benedick_N : N; -fun benedictine_A : A; -fun benedictine_N : N; -fun benediction_N : N; -fun benefaction_N : N; -fun benefactor_N : N; -fun benefactress_N : N; -fun benefice_N : N; -fun beneficed_A : A; -fun beneficence_N : N; -fun beneficent_A : A; -fun beneficial_A : A; -fun beneficially_Adv : Adv; -fun beneficiary_N : N; -fun benefit_N : N; -fun benefit_V : V; -fun benefit_V2 : V2; -fun benevolence_N : N; -fun benevolent_A : A; -fun benevolently_Adv : Adv; -fun bengali_A : A; -fun bengali_N : N; -fun benighted_A : A; -fun benign_A : A; -fun benignant_A : A; -fun benignantly_Adv : Adv; -fun benignity_N : N; -fun benignly_Adv : Adv; -fun benin_PN : PN; -fun beninese_A : A; -fun beninese_N : N; -fun benison_N : N; -fun benjamin_PN : PN; -fun benny_PN : PN; -fun bent_A : A; -fun bent_N : N; -fun benumbed_A : A; -fun benzedrine_N : N; -fun benzene_N : N; -fun benzine_N : N; -fun benzol_N : N; -fun beograd_PN : PN; -fun bequeath_V2 : V2; -fun bequest_N : N; -fun berate_V2 : V2; -fun bereave_V2 : V2; -fun bereavement_N : N; -fun beret_N : N; -fun berg_N : N; -fun bergamo_PN : PN; -fun bergen_PN : PN; -fun beri_beri_N : N; -fun berkhamsted_PN : PN; -fun berkshire_PN : PN; -fun berlin_PN : PN; -fun bermuda_PN : PN; -fun bermudan_A : A; -fun bermudan_N : N; -fun bern_PN : PN; -fun bernard_PN : PN; -fun bernie_PN : PN; -fun berry_N : N; -fun berserk_A : A; -fun bert_PN : PN; -fun berth_N : N; -fun berth_V : V; -fun berth_V2 : V2; -fun bertha_PN : PN; -fun bertie_PN : PN; -fun berwick_upon_tweed_PN : PN; -fun beryl_N : N; -fun beryl_PN : PN; -fun beseech_V2 : V2; -fun beseeching_A : A; -fun beseechingly_Adv : Adv; -fun beseem_V2 : V2; -fun beset_V2 : V2; -fun beshrew_V2 : V2; -fun besides_Adv : Adv; -fun besiege_V2 : V2; -fun besieger_N : N; -fun besmear_V2 : V2; -fun besmirch_V2 : V2; -fun besom_N : N; -fun besotted_A : A; -fun bespangled_A : A; -fun bespattered_A : A; -fun bespeak_V2 : V2; -fun bespectacled_A : A; -fun bess_PN : PN; -fun bessie_PN : PN; -fun best_Adv : Adv; -fun best_V2 : V2; -fun best_seller_N : N; -fun bestial_A : A; -fun bestiality_N : N; -fun bestially_Adv : Adv; -fun bestiary_N : N; -fun bestir_V2 : V2; -fun bestow_V2 : V2; -fun bestowal_N : N; -fun bestrew_V2 : V2; -fun bestride_V2 : V2; -fun bet_N : N; -fun bet_V : V; -fun bet_V2 : V2; -fun beta_N : N; -fun betake_V2 : V2; -fun betel_N : N; -fun betel_nut_N : N; -fun bethel_N : N; -fun bethink_V2 : V2; -fun bethune_PN : PN; -fun betide_V2 : V2; -fun betimes_Adv : Adv; -fun betoken_V2 : V2; -fun betray_V2 : V2; -fun betrayal_N : N; -fun betrayer_N : N; -fun betroth_V2 : V2; -fun betrothal_N : N; -fun betrothed_N : N; -fun betsy_PN : PN; -fun better_Adv : Adv; -fun better_N : N; -fun better_V2 : V2; -fun betterment_N : N; -fun bettor_N : N; -fun betty_PN : PN; -fun between_Adv : Adv; -fun betwixt_Adv : Adv; -fun bevel_N : N; -fun bevel_V2 : V2; -fun beverage_N : N; -fun beverley_PN : PN; -fun bevy_N : N; -fun bewail_V2 : V2; -fun beware_V : V; -fun beware_V2 : V2; -fun bewdley_PN : PN; -fun bewilder_V2 : V2; -fun bewildering_A : A; -fun bewilderment_N : N; -fun bewitch_V2 : V2; -fun bewitching_A : A; -fun bewitchingly_Adv : Adv; -fun bexhill_PN : PN; -fun bexley_PN : PN; -fun bey_N : N; -fun beyond_Adv : Adv; -fun bezique_N : N; -fun bhang_N : N; -fun bhutan_PN : PN; -fun bhutani_A : A; -fun bhutani_N : N; -fun bias_N : N; -fun bias_V2 : V2; -fun bib_N : N; -fun bib_V : V; -fun bible_N : N; -fun biblical_A : A; -fun bibliographer_N : N; -fun bibliography_N : N; -fun bibliophile_N : N; -fun bibulous_A : A; -fun bicameral_A : A; -fun bicarbonate_N : N; -fun bicentenary_N : N; -fun bicentennial_A : A; -fun bicentennial_N : N; -fun biceps_N : N; -fun bicester_PN : PN; -fun bicker_V : V; -fun bicycle_N : N; -fun bicycle_V : V; -fun bid_N : N; -fun bid_V : V; -fun bid_V2 : V2; -fun biddable_A : A; -fun bidder_N : N; -fun bidding_N : N; -fun biddulph_PN : PN; -fun bide_V2 : V2; -fun bideford_PN : PN; -fun bidet_N : N; -fun bielefeld_PN : PN; -fun biennial_A : A; -fun biennial_N : N; -fun biennially_Adv : Adv; -fun bier_N : N; -fun biff_N : N; -fun biff_V2 : V2; -fun bifocal_A : A; -fun bifurcate_A : A; -fun bifurcate_V : V; -fun bifurcate_V2 : V2; -fun bifurcated_A : A; -fun bifurcation_N : N; -fun big_A : A; -fun big_boned_A : A; -fun bigamist_N : N; -fun bigamous_A : A; -fun bigamy_N : N; -fun biggleswade_PN : PN; -fun bight_N : N; -fun bigot_N : N; -fun bigoted_A : A; -fun bigotry_N : N; -fun bigwig_N : N; -fun bijou_A : A; -fun bijou_N : N; -fun bike_N : N; -fun bike_V : V; -fun bikini_N : N; -fun bilabial_A : A; -fun bilabial_N : N; -fun bilateral_A : A; -fun bilateralism_N : N; -fun bilaterally_Adv : Adv; -fun bilbao_PN : PN; -fun bilberry_N : N; -fun bile_N : N; -fun bile_duct_N : N; -fun bilge_N : N; -fun bilge_water_N : N; -fun bilharzia_N : N; -fun bilingual_A : A; -fun bilingual_N : N; -fun bilious_A : A; -fun biliousness_N : N; -fun bilk_V2 : V2; -fun bill_N : N; -fun bill_PN : PN; -fun bill_V : V; -fun bill_V2 : V2; -fun bill_poster_N : N; -fun bill_sticker_N : N; -fun billboard_N : N; -fun billericay_PN : PN; -fun billet_N : N; -fun billet_V2 : V2; -fun billet_doux_N : N; -fun billfold_N : N; -fun billhook_N : N; -fun billiard_marker_N : N; -fun billiard_player_N : N; -fun billiard_room_N : N; -fun billiard_table_N : N; -fun billiards_N : N; -fun billingsgate_N : N; -fun billington_PN : PN; -fun billion_A : A; -fun billion_N : N; -fun billionth_A : A; -fun billionth_N : N; -fun billow_N : N; -fun billow_V : V; -fun billowy_A : A; -fun billy_N : N; -fun billy_PN : PN; -fun billy_goat_N : N; -fun billy_ho_N : N; -fun billy_o_N : N; -fun biltong_N : N; -fun bimetallic_A : A; -fun bimetallism_N : N; -fun bin_N : N; -fun binary_A : A; -fun bind_N : N; -fun bind_V : V; -fun bind_V2 : V2; -fun binder_N : N; -fun bindery_N : N; -fun binding_A : A; -fun bindweed_N : N; -fun bine_N : N; -fun binge_N : N; -fun bingley_PN : PN; -fun bingo_N : N; -fun binnacle_N : N; -fun binomial_A : A; -fun biochemistry_N : N; -fun biodegradable_A : A; -fun biograph_N : N; -fun biographer_N : N; -fun biographic_A : A; -fun biographical_A : A; -fun biography_N : N; -fun biological_A : A; -fun biologically_Adv : Adv; -fun biologist_N : N; -fun biology_N : N; -fun bioscope_N : N; -fun bipartisan_A : A; -fun biped_N : N; -fun biplane_N : N; -fun birch_N : N; -fun birch_V2 : V2; -fun birch_rod_N : N; -fun bird's_eye_A : A; -fun bird_N : N; -fun bird_fancier_N : N; -fun birdcage_N : N; -fun birdlime_N : N; -fun birdnesting_N : N; -fun birdwatcher_N : N; -fun biretta_N : N; -fun birkenhead_PN : PN; -fun biro_N : N; -fun birstall_PN : PN; -fun birth_N : N; -fun birth_control_N : N; -fun birthday_N : N; -fun birthmark_N : N; -fun birthplace_N : N; -fun birthrate_N : N; -fun birthright_N : N; -fun birtley_PN : PN; -fun biscuit_N : N; -fun bisect_V2 : V2; -fun bisection_N : N; -fun bisexual_A : A; -fun bisexual_N : N; -fun bisexuality_N : N; -fun bishop's_cleeve_PN : PN; -fun bishop's_stortford_PN : PN; -fun bishop_N : N; -fun bishop_auckland_PN : PN; -fun bishopbriggs_PN : PN; -fun bishopric_N : N; -fun bismuth_N : N; -fun bison_N : N; -fun bistro_N : N; -fun bit_N : N; -fun bitch_N : N; -fun bitch_V : V; -fun bitchy_A : A; -fun bite_N : N; -fun bite_V : V; -fun bite_V2 : V2; -fun biting_A : A; -fun bitingly_Adv : Adv; -fun bitter_A : A; -fun bitter_N : N; -fun bitter_sweet_A : A; -fun bitterly_Adv : Adv; -fun bittern_N : N; -fun bitterness_N : N; -fun bitumen_N : N; -fun bituminous_A : A; -fun bivalve_N : N; -fun bivouac_N : N; -fun bivouac_V : V; -fun biz_N : N; -fun bizarre_A : A; -fun bizonal_A : A; -fun blab_V : V; -fun blab_V2 : V2; -fun blabber_V : V; -fun blabber_V2 : V2; -fun blabbermouth_N : N; -fun black_A : A; -fun black_N : N; -fun black_V2 : V2; -fun black_beetle_N : N; -fun black_lead_N : N; -fun black_lead_V2 : V2; -fun blackamoor_N : N; -fun blackball_V2 : V2; -fun blackberry_N : N; -fun blackbird_N : N; -fun blackboard_N : N; -fun blackburn_PN : PN; -fun blackcurrant_N : N; -fun blacken_V : V; -fun blacken_V2 : V2; -fun blackguard_N : N; -fun blackguard_V2 : V2; -fun blackguardly_A : A; -fun blackhall_PN : PN; -fun blackhead_N : N; -fun blacking_N : N; -fun blackish_A : A; -fun blackleg_N : N; -fun blackleg_V : V; -fun blackleg_V2 : V2; -fun blacklist_N : N; -fun blacklist_V2 : V2; -fun blackmail_N : N; -fun blackmail_V2 : V2; -fun blackmailer_N : N; -fun blackness_N : N; -fun blackout_N : N; -fun blackpool_PN : PN; -fun blackshirt_N : N; -fun blacksmith_N : N; -fun blackthorn_N : N; -fun blackwater_A : A; -fun blackwood_PN : PN; -fun bladder_N : N; -fun blade_N : N; -fun blaeberry_N : N; -fun blaenau_ffestiniog_PN : PN; -fun blaenavon_PN : PN; -fun blaengwrach_PN : PN; -fun blah_N : N; -fun blaina_PN : PN; -fun blairgowrie_PN : PN; -fun blame_N : N; -fun blame_V2 : V2; -fun blameless_A : A; -fun blamelessly_Adv : Adv; -fun blameworthy_A : A; -fun blanch_V : V; -fun blanch_V2 : V2; -fun blancmange_N : N; -fun bland_A : A; -fun blandishment_N : N; -fun blandly_Adv : Adv; -fun blandness_N : N; -fun blank_A : A; -fun blank_N : N; -fun blanket_N : N; -fun blanket_V2 : V2; -fun blankly_Adv : Adv; -fun blantyre_PN : PN; -fun blare_N : N; -fun blare_V : V; -fun blare_V2 : V2; -fun blarney_N : N; -fun blaspheme_V : V; -fun blaspheme_V2 : V2; -fun blasphemer_N : N; -fun blasphemous_A : A; -fun blasphemously_Adv : Adv; -fun blasphemy_N : N; -fun blast_N : N; -fun blast_V2 : V2; -fun blast_furnace_N : N; -fun blast_off_N : N; -fun blasted_A : A; -fun blase_A : A; -fun blatant_A : A; -fun blatantly_Adv : Adv; -fun blather_N : N; -fun blather_V : V; -fun blaze_N : N; -fun blaze_V : V; -fun blaze_V2 : V2; -fun blazer_N : N; -fun blazing_A : A; -fun blazon_N : N; -fun blazon_V2 : V2; -fun blazonry_N : N; -fun bldg_PN : PN; -fun bldgs_PN : PN; -fun bleach_N : N; -fun bleach_V : V; -fun bleach_V2 : V2; -fun bleaching_powder_N : N; -fun bleak_A : A; -fun bleakly_Adv : Adv; -fun bleary_A : A; -fun bleary_eyed_A : A; -fun bleat_N : N; -fun bleat_V : V; -fun bleat_V2 : V2; -fun bleed_V : V; -fun bleed_V2 : V2; -fun bleep_N : N; -fun bleep_V : V; -fun blemish_N : N; -fun blemish_V2 : V2; -fun blench_V : V; -fun blend_N : N; -fun blend_V : V; -fun blend_V2 : V2; -fun bless_V2 : V2; -fun blessed_A : A; -fun blessedness_N : N; -fun blessing_N : N; -fun bletchley_PN : PN; -fun blether_N : N; -fun blether_V : V; -fun blidworth_PN : PN; -fun blight_N : N; -fun blight_V2 : V2; -fun blighter_N : N; -fun blighty_N : N; -fun blimp_N : N; -fun blind_A : A; -fun blind_N : N; -fun blind_V2 : V2; -fun blindfold_A : A; -fun blindfold_N : N; -fun blindfold_V2 : V2; -fun blindly_Adv : Adv; -fun blindman's_buff_N : N; -fun blindness_N : N; -fun blink_N : N; -fun blink_V : V; -fun blink_V2 : V2; -fun blinking_A : A; -fun blip_N : N; -fun bliss_N : N; -fun blissful_A : A; -fun blissfully_Adv : Adv; -fun blister_N : N; -fun blister_V : V; -fun blister_V2 : V2; -fun blithe_A : A; -fun blithely_Adv : Adv; -fun blithering_A : A; -fun blithesome_A : A; -fun blitz_N : N; -fun blitz_V2 : V2; -fun blizzard_N : N; -fun bloated_A : A; -fun bloater_N : N; -fun blob_N : N; -fun bloc_N : N; -fun block_N : N; -fun block_V2 : V2; -fun blockade_N : N; -fun blockade_V2 : V2; -fun blockade_runner_N : N; -fun blockage_N : N; -fun blockbuster_N : N; -fun blockhead_N : N; -fun blockhouse_N : N; -fun bloke_N : N; -fun blond_A : A; -fun blond_N : N; -fun blonde_A : A; -fun blonde_N : N; -fun blood_N : N; -fun blood_V2 : V2; -fun blood_bath_N : N; -fun blood_donor_N : N; -fun blood_group_N : N; -fun blood_heat_N : N; -fun blood_letting_N : N; -fun blood_money_N : N; -fun blood_poisoning_N : N; -fun blood_pressure_N : N; -fun blood_relation_N : N; -fun blood_transfusion_N : N; -fun blood_type_N : N; -fun blood_vessel_N : N; -fun bloodcurdling_A : A; -fun bloodhound_N : N; -fun bloodless_A : A; -fun bloodlessly_Adv : Adv; -fun bloodlust_N : N; -fun bloodshed_N : N; -fun bloodshot_A : A; -fun bloodstain_N : N; -fun bloodstained_A : A; -fun bloodstock_N : N; -fun bloodsucker_N : N; -fun bloodthirstiness_N : N; -fun bloodthirsty_A : A; -fun bloody_A : A; -fun bloody_Adv : Adv; -fun bloody_minded_A : A; -fun bloom_N : N; -fun bloom_V : V; -fun bloomer_N : N; -fun blooming_A : A; -fun blossom_N : N; -fun blossom_V : V; -fun blot_N : N; -fun blot_V2 : V2; -fun blotch_N : N; -fun blotter_N : N; -fun blotting_paper_N : N; -fun blotto_A : A; -fun blouse_N : N; -fun blow_N : N; -fun blow_V : V; -fun blow_V2 : V2; -fun blow_dry_V2 : V2; -fun blow_up_N : N; -fun blowback_N : N; -fun blower_N : N; -fun blowfly_N : N; -fun blowhole_N : N; -fun blowing_up_N : N; -fun blowlamp_N : N; -fun blowout_N : N; -fun blowpipe_N : N; -fun blowtorch_N : N; -fun blowzy_A : A; -fun blubber_N : N; -fun blubber_V : V; -fun blubber_V2 : V2; -fun bludgeon_N : N; -fun bludgeon_V2 : V2; -fun blue_A : A; -fun blue_N : N; -fun blue_V2 : V2; -fun blue_collar_A : A; -fun blue_jacket_N : N; -fun blue_pencil_V2 : V2; -fun bluebell_N : N; -fun bluebottle_N : N; -fun blueprint_N : N; -fun bluestocking_N : N; -fun bluff_A : A; -fun bluff_N : N; -fun bluff_V : V; -fun bluff_V2 : V2; -fun bluffer_N : N; -fun bluffly_Adv : Adv; -fun bluffness_N : N; -fun bluish_A : A; -fun blunder_N : N; -fun blunder_V : V; -fun blunder_V2 : V2; -fun blunderbuss_N : N; -fun blunderer_N : N; -fun blunt_A : A; -fun blunt_V2 : V2; -fun bluntly_Adv : Adv; -fun bluntness_N : N; -fun blur_N : N; -fun blur_V : V; -fun blur_V2 : V2; -fun blurb_N : N; -fun blurt_V2 : V2; -fun blush_N : N; -fun blush_V : V; -fun blushing_A : A; -fun blushingly_Adv : Adv; -fun bluster_N : N; -fun bluster_V : V; -fun bluster_V2 : V2; -fun blustery_A : A; -fun blvd_N : N; -fun blyth_PN : PN; -fun bma_N : N; -fun bmus_N : N; -fun bo'ness_PN : PN; -fun bo'sn_N : N; -fun bo'sun_N : N; -fun boa_N : N; -fun boa_constrictor_N : N; -fun boar_N : N; -fun board_N : N; -fun board_V : V; -fun board_V2 : V2; -fun boarder_N : N; -fun boarding_N : N; -fun boarding_card_N : N; -fun boarding_house_N : N; -fun boarding_school_N : N; -fun boardroom_N : N; -fun boardwalk_N : N; -fun boast_N : N; -fun boast_V : V; -fun boast_V2 : V2; -fun boaster_N : N; -fun boastful_A : A; -fun boastfully_Adv : Adv; -fun boat_N : N; -fun boat_V : V; -fun boat_hook_N : N; -fun boat_house_N : N; -fun boat_race_N : N; -fun boat_train_N : N; -fun boater_N : N; -fun boatman_N : N; -fun boatswain_N : N; -fun bob_N : N; -fun bob_PN : PN; -fun bob_V : V; -fun bob_V2 : V2; -fun bobbin_N : N; -fun bobby_N : N; -fun bobby_PN : PN; -fun bobby_soxer_N : N; -fun bobolink_N : N; -fun bobsled_N : N; -fun bobsleigh_N : N; -fun bobtail_N : N; -fun boche_A : A; -fun bochum_PN : PN; -fun bode_V : V; -fun bode_V2 : V2; -fun bodice_N : N; -fun bodied_A : A; -fun bodily_A : A; -fun bodily_Adv : Adv; -fun boding_N : N; -fun bodkin_N : N; -fun bodmin_PN : PN; -fun body_N : N; -fun body_servant_N : N; -fun body_snatcher_N : N; -fun bodyguard_N : N; -fun bodywork_N : N; -fun boer_A : A; -fun boer_N : N; -fun boffin_N : N; -fun bog_N : N; -fun bog_V : V; -fun bog_V2 : V2; -fun bogey_N : N; -fun bogeyman_N : N; -fun boggle_V : V; -fun boggy_A : A; -fun bogie_N : N; -fun bognor_PN : PN; -fun bognor_regis_PN : PN; -fun bogota_PN : PN; -fun bogus_A : A; -fun bogy_N : N; -fun bohemian_A : A; -fun bohemian_N : N; -fun boil_N : N; -fun boil_V : V; -fun boil_V2 : V2; -fun boiler_N : N; -fun boilersuit_N : N; -fun boiling_point_N : N; -fun boisterous_A : A; -fun boisterously_Adv : Adv; -fun boisterousness_N : N; -fun bold_A : A; -fun boldly_Adv : Adv; -fun boldness_N : N; -fun boldon_PN : PN; -fun bole_N : N; -fun bolero_N : N; -fun bolivia_PN : PN; -fun bolivian_A : A; -fun bolivian_N : N; -fun boll_N : N; -fun bollard_N : N; -fun bollington_PN : PN; -fun bollock_N : N; -fun bologna_PN : PN; -fun boloney_N : N; -fun bolshevik_N : N; -fun bolshy_A : A; -fun bolsover_PN : PN; -fun bolster_N : N; -fun bolster_V2 : V2; -fun bolt_Adv : Adv; -fun bolt_N : N; -fun bolt_V : V; -fun bolt_V2 : V2; -fun bolt_hole_N : N; -fun bolton_PN : PN; -fun bolton_le_sands_PN : PN; -fun bolzano_PN : PN; -fun bomb_N : N; -fun bomb_V : V; -fun bomb_V2 : V2; -fun bomb_proof_A : A; -fun bomb_sight_N : N; -fun bomb_site_N : N; -fun bombard_V2 : V2; -fun bombardier_N : N; -fun bombardment_N : N; -fun bombast_N : N; -fun bombastic_A : A; -fun bombastically_Adv : Adv; -fun bombay_PN : PN; -fun bomber_N : N; -fun bombshell_N : N; -fun bon_mot_N : N; -fun bona_fide_A : A; -fun bona_fide_Adv : Adv; -fun bonanza_N : N; -fun bonbon_N : N; -fun bond_N : N; -fun bond_V2 : V2; -fun bond_holder_N : N; -fun bondage_N : N; -fun bone_N : N; -fun bone_V2 : V2; -fun bone_dry_A : A; -fun bone_head_N : N; -fun bone_idle_A : A; -fun bone_lazy_A : A; -fun bone_setter_N : N; -fun boneless_A : A; -fun bonemeal_N : N; -fun boner_N : N; -fun boneshaker_N : N; -fun bonfire_N : N; -fun bongo_N : N; -fun bonhomie_N : N; -fun bonito_N : N; -fun bonkers_A : A; -fun bonn_PN : PN; -fun bonnet_N : N; -fun bonnily_Adv : Adv; -fun bonny_A : A; -fun bonnybridge_PN : PN; -fun bonnyrigg_PN : PN; -fun bonus_N : N; -fun bony_A : A; -fun boo_N : N; -fun boo_V : V; -fun boo_V2 : V2; -fun boob_N : N; -fun boob_V : V; -fun booby_N : N; -fun booby_trap_N : N; -fun boogie_N : N; -fun boogie_woogie_N : N; -fun book_N : N; -fun book_V2 : V2; -fun book_end_N : N; -fun book_keeper_N : N; -fun bookable_A : A; -fun bookcase_N : N; -fun bookclub_N : N; -fun bookie_N : N; -fun booking_N : N; -fun bookish_A : A; -fun bookishness_N : N; -fun bookkeeper_N : N; -fun bookkeeping_N : N; -fun booklet_N : N; -fun bookmaker_N : N; -fun bookmark_N : N; -fun bookmarker_N : N; -fun bookmobile_N : N; -fun bookseller_N : N; -fun bookshop_N : N; -fun bookstall_N : N; -fun bookworm_N : N; -fun boom_N : N; -fun boom_V : V; -fun boom_V2 : V2; -fun boomerang_N : N; -fun boon_A : A; -fun boon_N : N; -fun boor_N : N; -fun boorish_A : A; -fun boorishly_Adv : Adv; -fun boorishness_N : N; -fun boost_N : N; -fun boost_V2 : V2; -fun booster_N : N; -fun boot_N : N; -fun boot_V2 : V2; -fun booted_A : A; -fun bootee_N : N; -fun booth_N : N; -fun bootlace_N : N; -fun bootle_PN : PN; -fun bootleg_V2 : V2; -fun bootlegger_N : N; -fun bootless_A : A; -fun booty_N : N; -fun booze_N : N; -fun booze_V : V; -fun booze_up_N : N; -fun boozer_N : N; -fun boozy_A : A; -fun bopeep_N : N; -fun boracic_A : A; -fun borage_N : N; -fun borax_N : N; -fun bordeaux_N : N; -fun bordeaux_PN : PN; -fun border_N : N; -fun border_V : V; -fun border_V2 : V2; -fun borderer_N : N; -fun borderland_N : N; -fun borderline_N : N; -fun borders_PN : PN; -fun bordon_PN : PN; -fun bore_N : N; -fun bore_V : V; -fun bore_V2 : V2; -fun bore_hole_N : N; -fun boredom_N : N; -fun borer_N : N; -fun boric_A : A; -fun boring_A : A; -fun boris_PN : PN; -fun boron_N : N; -fun borough_N : N; -fun borrow_V2 : V2; -fun borrower_N : N; -fun borsch_N : N; -fun borstal_N : N; -fun bortsch_N : N; -fun borzoi_N : N; -fun bosh_N : N; -fun bosky_A : A; -fun bosom_N : N; -fun boss_N : N; -fun boss_V2 : V2; -fun boss_eyed_A : A; -fun bossy_A : A; -fun boston_PN : PN; -fun botanical_A : A; -fun botanist_N : N; -fun botanize_V : V; -fun botany_N : N; -fun botch_N : N; -fun botch_V2 : V2; -fun botcher_N : N; -fun both_A : A; -fun both_Adv : Adv; -fun bother_N : N; -fun bother_V : V; -fun bother_V2 : V2; -fun bothersome_A : A; -fun botswana_PN : PN; -fun bottle_N : N; -fun bottle_V2 : V2; -fun bottle_fed_A : A; -fun bottle_green_A : A; -fun bottleneck_N : N; -fun bottom_N : N; -fun bottom_V : V; -fun bottomless_A : A; -fun bottrop_PN : PN; -fun botulism_N : N; -fun boudoir_N : N; -fun bougainvillea_N : N; -fun bough_N : N; -fun bouillon_N : N; -fun boulder_N : N; -fun boulevard_N : N; -fun bounce_N : N; -fun bounce_V : V; -fun bounce_V2 : V2; -fun bouncing_A : A; -fun bouncy_A : A; -fun bound_A : A; -fun bound_N : N; -fun bound_V : V; -fun bound_V2 : V2; -fun boundary_N : N; -fun bounden_A : A; -fun bounder_N : N; -fun boundless_A : A; -fun boundlessly_Adv : Adv; -fun bounteous_A : A; -fun bounteously_Adv : Adv; -fun bountiful_A : A; -fun bountifully_Adv : Adv; -fun bounty_N : N; -fun bouquet_N : N; -fun bourbon_N : N; -fun bourgeois_A : A; -fun bourgeois_N : N; -fun bourgeoisie_N : N; -fun bourn_N : N; -fun bourne_N : N; -fun bourne_PN : PN; -fun bournemouth_PN : PN; -fun bourse_N : N; -fun bout_N : N; -fun boutique_N : N; -fun bovine_A : A; -fun bovril_N : N; -fun bow_N : N; -fun bow_V : V; -fun bow_V2 : V2; -fun bow_wow_N : N; -fun bowburn_PN : PN; -fun bowdlerize_V2 : V2; -fun bowel_N : N; -fun bower_N : N; -fun bowie_knife_N : N; -fun bowing_N : N; -fun bowl_N : N; -fun bowl_V : V; -fun bowl_V2 : V2; -fun bowler_N : N; -fun bowline_N : N; -fun bowling_green_N : N; -fun bowls_N : N; -fun bowman_N : N; -fun bowsprit_N : N; -fun box_N : N; -fun box_V : V; -fun box_V2 : V2; -fun box_kite_N : N; -fun box_number_N : N; -fun box_office_N : N; -fun boxer_N : N; -fun boxful_N : N; -fun boxing_N : N; -fun boxing_day_N : N; -fun boxing_day_PN : PN; -fun boxing_glove_N : N; -fun boxing_match_N : N; -fun boxwood_N : N; -fun boy_N : N; -fun boycott_N : N; -fun boycott_V2 : V2; -fun boyfriend_N : N; -fun boyhood_N : N; -fun boyish_A : A; -fun boyishly_Adv : Adv; -fun bra_N : N; -fun brace_N : N; -fun brace_V : V; -fun brace_V2 : V2; -fun bracelet_N : N; -fun bracken_N : N; -fun bracket_N : N; -fun bracket_V2 : V2; -fun brackish_A : A; -fun bracknell_PN : PN; -fun bract_N : N; -fun brad_N : N; -fun bradawl_N : N; -fun bradford_PN : PN; -fun bradford_on_avon_PN : PN; -fun brae_N : N; -fun brag_V : V; -fun braggart_N : N; -fun bragging_N : N; -fun brahmin_N : N; -fun braid_N : N; -fun braid_V2 : V2; -fun braille_N : N; -fun brain_N : N; -fun brain_V2 : V2; -fun brain_fag_N : N; -fun brain_teaser_N : N; -fun brainchild_N : N; -fun brainless_A : A; -fun brainstorm_N : N; -fun braintree_PN : PN; -fun brainwash_V2 : V2; -fun brainwashed_A : A; -fun brainwashing_N : N; -fun brainwave_N : N; -fun brainy_A : A; -fun braise_V2 : V2; -fun brake_N : N; -fun brake_V : V; -fun brake_V2 : V2; -fun brakeman_N : N; -fun bramble_N : N; -fun bran_N : N; -fun bran_new_A : A; -fun branch_N : N; -fun branch_V : V; -fun branchy_A : A; -fun brand_N : N; -fun brand_V2 : V2; -fun brand_new_A : A; -fun branderburgh_PN : PN; -fun branding_iron_N : N; -fun brandish_V2 : V2; -fun brandy_N : N; -fun brandy_ball_N : N; -fun brandy_snap_N : N; -fun brash_A : A; -fun brasilia_PN : PN; -fun brass_N : N; -fun brassard_N : N; -fun brasserie_N : N; -fun brassiere_1_N : N; -fun brassiere_2_N : N; -fun brassy_A : A; -fun brat_N : N; -fun bratislava_PN : PN; -fun braunschweig_PN : PN; -fun braunton_PN : PN; -fun bravado_N : N; -fun brave_A : A; -fun brave_N : N; -fun brave_V2 : V2; -fun bravely_Adv : Adv; -fun bravery_N : N; -fun bravo_N : N; -fun brawl_N : N; -fun brawl_V : V; -fun brawler_N : N; -fun brawn_N : N; -fun brawny_A : A; -fun bray_N : N; -fun bray_V2 : V2; -fun braze_V2 : V2; -fun brazen_A : A; -fun brazen_V2 : V2; -fun brazen_faced_A : A; -fun brazier_N : N; -fun brazil_PN : PN; -fun brazilian_A : A; -fun brazilian_N : N; -fun breach_N : N; -fun breach_V2 : V2; -fun bread_N : N; -fun breadcrumb_N : N; -fun breadfruit_N : N; -fun breadline_N : N; -fun breadth_N : N; -fun breadthways_Adv : Adv; -fun breadthwise_Adv : Adv; -fun breadwinner_N : N; -fun break_N : N; -fun break_V : V; -fun break_V2 : V2; -fun break_in_N : N; -fun break_up_N : N; -fun breakable_A : A; -fun breakage_N : N; -fun breakaway_N : N; -fun breakaways_N : N; -fun breakdown_N : N; -fun breaker_N : N; -fun breakfast_N : N; -fun breakfast_V : V; -fun breakneck_A : A; -fun breakthrough_N : N; -fun breakwater_N : N; -fun bream_N : N; -fun breast_N : N; -fun breast_V2 : V2; -fun breast_deep_Adv : Adv; -fun breast_fed_A : A; -fun breast_high_Adv : Adv; -fun breast_plate_N : N; -fun breastfeed_V : V; -fun breastfeed_V2 : V2; -fun breaston_PN : PN; -fun breaststroke_N : N; -fun breastwork_N : N; -fun breath_N : N; -fun breathalyser_N : N; -fun breathe_V : V; -fun breathe_V2 : V2; -fun breather_N : N; -fun breathing_N : N; -fun breathing_space_N : N; -fun breathless_A : A; -fun breathlessly_Adv : Adv; -fun breathtaking_A : A; -fun brecknock_PN : PN; -fun breda_PN : PN; -fun breech_N : N; -fun breech_block_N : N; -fun breeches_buoy_N : N; -fun breed_N : N; -fun breed_V : V; -fun breed_V2 : V2; -fun breeder_N : N; -fun breeding_N : N; -fun breedsall_PN : PN; -fun breeze_N : N; -fun breeze_V : V; -fun breezily_Adv : Adv; -fun breeziness_N : N; -fun breezy_A : A; -fun bremen_PN : PN; -fun bremerhaven_PN : PN; -fun bren_N : N; -fun bren_gun_N : N; -fun brenda_PN : PN; -fun brent_PN : PN; -fun brentwood_PN : PN; -fun brescia_PN : PN; -fun brest_PN : PN; -fun breve_N : N; -fun brevet_N : N; -fun breviary_N : N; -fun brevity_N : N; -fun brew_N : N; -fun brew_V : V; -fun brew_V2 : V2; -fun brewer_N : N; -fun brewery_N : N; -fun brian_PN : PN; -fun briar_N : N; -fun bribable_A : A; -fun bribe_N : N; -fun bribe_V2 : V2; -fun bribery_N : N; -fun bric_a_brac_N : N; -fun brick_N : N; -fun brick_V2 : V2; -fun brick_field_N : N; -fun brickbat_N : N; -fun bricket_wood_PN : PN; -fun brickkiln_N : N; -fun bricklayer_N : N; -fun brickwork_N : N; -fun bridal_A : A; -fun bridal_N : N; -fun bride_N : N; -fun bridecake_N : N; -fun bridegroom_N : N; -fun bridesmaid_N : N; -fun bridge_N : N; -fun bridge_V2 : V2; -fun bridgehead_N : N; -fun bridgend_PN : PN; -fun bridget_PN : PN; -fun bridgnorth_PN : PN; -fun bridgwater_PN : PN; -fun bridle_N : N; -fun bridle_V : V; -fun bridle_V2 : V2; -fun bridle_path_N : N; -fun bridle_road_N : N; -fun bridlington_PN : PN; -fun bridport_PN : PN; -fun brief_A : A; -fun brief_N : N; -fun brief_V2 : V2; -fun briefcase_N : N; -fun briefing_N : N; -fun briefly_Adv : Adv; -fun brier_N : N; -fun brig_N : N; -fun brig_PN : PN; -fun brigade_N : N; -fun brigadier_N : N; -fun brigand_N : N; -fun brigantine_N : N; -fun brighouse_PN : PN; -fun bright_A : A; -fun bright_Adv : Adv; -fun brighten_V : V; -fun brighten_V2 : V2; -fun brightlingsea_PN : PN; -fun brightly_Adv : Adv; -fun brightness_N : N; -fun brighton_PN : PN; -fun brill_N : N; -fun brilliance_N : N; -fun brilliancy_N : N; -fun brilliant_A : A; -fun brilliantine_N : N; -fun brilliantly_Adv : Adv; -fun brim_N : N; -fun brim_V : V; -fun brimful_A : A; -fun brimfull_A : A; -fun brimstone_N : N; -fun brindled_A : A; -fun brine_N : N; -fun bring_V2 : V2; -fun brink_N : N; -fun brinkmanship_N : N; -fun briny_A : A; -fun brioche_N : N; -fun briquet_N : N; -fun briquette_N : N; -fun brisbane_PN : PN; -fun brisk_A : A; -fun brisket_N : N; -fun briskly_Adv : Adv; -fun bristle_N : N; -fun bristle_V : V; -fun bristly_A : A; -fun bristol_PN : PN; -fun brit_N : N; -fun britain_PN : PN; -fun britannic_A : A; -fun british_A : A; -fun britisher_N : N; -fun briton_A : A; -fun briton_N : N; -fun brittle_A : A; -fun brixham_PN : PN; -fun brno_PN : PN; -fun broach_V : V; -fun broach_V2 : V2; -fun broad_A : A; -fun broad_N : N; -fun broad_minded_A : A; -fun broad_mindedness_N : N; -fun broadcast_Adv : Adv; -fun broadcast_N : N; -fun broadcast_V : V; -fun broadcast_V2 : V2; -fun broadcasting_A : A; -fun broadcasting_N : N; -fun broadcloth_N : N; -fun broaden_V : V; -fun broaden_V2 : V2; -fun broadly_Adv : Adv; -fun broadness_N : N; -fun broadsheet_N : N; -fun broadside_N : N; -fun broadways_Adv : Adv; -fun broadwise_Adv : Adv; -fun brocade_N : N; -fun brocade_V2 : V2; -fun broccoli_N : N; -fun brochure_N : N; -fun brogue_N : N; -fun broil_V : V; -fun broil_V2 : V2; -fun broiler_N : N; -fun broke_A : A; -fun broken_hearted_A : A; -fun broker_N : N; -fun brokerage_N : N; -fun brolly_N : N; -fun bromide_N : N; -fun bromine_N : N; -fun bromley_PN : PN; -fun bromsgrove_PN : PN; -fun bronchial_A : A; -fun bronchitic_A : A; -fun bronchitis_N : N; -fun bronchus_N : N; -fun bronco_N : N; -fun bronze_N : N; -fun bronze_V : V; -fun bronze_V2 : V2; -fun brooch_N : N; -fun brood_N : N; -fun brood_V : V; -fun brood_hen_N : N; -fun brood_mare_N : N; -fun broody_A : A; -fun brook_N : N; -fun brook_V2 : V2; -fun broom_N : N; -fun broomstick_N : N; -fun bros_PN : PN; -fun broth_N : N; -fun brothel_N : N; -fun brother_N : N; -fun brother_in_law_N : N; -fun brotherhood_N : N; -fun brotherly_A : A; -fun brougham_N : N; -fun broughton_PN : PN; -fun brouhaha_N : N; -fun brow_N : N; -fun browbeat_V2 : V2; -fun brown_A : A; -fun brown_V : V; -fun brown_V2 : V2; -fun brownie_N : N; -fun brownish_A : A; -fun brownstone_N : N; -fun browse_N : N; -fun browse_V : V; -fun broxburn_PN : PN; -fun bruce_PN : PN; -fun bruges_PN : PN; -fun bruin_N : N; -fun bruise_N : N; -fun bruise_V : V; -fun bruise_V2 : V2; -fun bruiser_N : N; -fun bruit_V2 : V2; -fun brunch_N : N; -fun brunei_PN : PN; -fun bruneian_A : A; -fun bruneian_N : N; -fun brunette_N : N; -fun brunswick_PN : PN; -fun brunt_N : N; -fun brush_N : N; -fun brush_V : V; -fun brush_V2 : V2; -fun brush_off_N : N; -fun brush_up_N : N; -fun brushwood_N : N; -fun brushwork_N : N; -fun brusque_A : A; -fun brusquely_Adv : Adv; -fun brusqueness_N : N; -fun brussels_PN : PN; -fun brutal_A : A; -fun brutality_N : N; -fun brutalize_V2 : V2; -fun brutally_Adv : Adv; -fun brute_N : N; -fun brutish_A : A; -fun brutishly_Adv : Adv; -fun bryan_PN : PN; -fun bsc_N : N; -fun bst_PN : PN; -fun bt_PN : PN; -fun bubble_N : N; -fun bubble_V : V; -fun bubbly_A : A; -fun bubbly_N : N; -fun bubonic_A : A; -fun bucarest_PN : PN; -fun buccaneer_N : N; -fun buck_N : N; -fun buck_V : V; -fun buck_V2 : V2; -fun bucket_N : N; -fun bucket_V : V; -fun bucketful_N : N; -fun buckhaven_PN : PN; -fun buckie_PN : PN; -fun buckingham_PN : PN; -fun buckinghamshire_PN : PN; -fun buckle_N : N; -fun buckle_V : V; -fun buckle_V2 : V2; -fun buckler_N : N; -fun buckley_PN : PN; -fun buckram_N : N; -fun bucksburn_PN : PN; -fun buckshot_N : N; -fun buckskin_N : N; -fun bucktooth_N : N; -fun buckwheat_N : N; -fun bucolic_A : A; -fun bucolics_N : N; -fun bud_N : N; -fun bud_V : V; -fun budapest_PN : PN; -fun buddhism_N : N; -fun buddhist_N : N; -fun budding_A : A; -fun buddy_N : N; -fun budge_V : V; -fun budge_V2 : V2; -fun budgerigar_N : N; -fun budget_N : N; -fun budget_V : V; -fun budgetary_A : A; -fun budgie_N : N; -fun buenos_aires_PN : PN; -fun buff_N : N; -fun buff_V2 : V2; -fun buffalo_N : N; -fun buffalo_PN : PN; -fun buffer_N : N; -fun buffet_N : N; -fun buffet_V : V; -fun buffet_V2 : V2; -fun buffoon_N : N; -fun buffoonery_N : N; -fun bug_N : N; -fun bug_V2 : V2; -fun bug_hunter_N : N; -fun bugaboo_N : N; -fun bugbear_N : N; -fun bugger_N : N; -fun bugger_V : V; -fun bugger_V2 : V2; -fun bugger_all_N : N; -fun buggery_N : N; -fun buggy_N : N; -fun bugle_N : N; -fun bugler_N : N; -fun buhl_N : N; -fun build_N : N; -fun build_V : V; -fun build_V2 : V2; -fun build_up_N : N; -fun builder_N : N; -fun building_N : N; -fun building_society_N : N; -fun built_in_A : A; -fun built_up_A : A; -fun bulb_N : N; -fun bulbous_A : A; -fun bulbul_N : N; -fun bulgaria_PN : PN; -fun bulgarian_A : A; -fun bulgarian_N : N; -fun bulge_N : N; -fun bulge_V : V; -fun bulge_V2 : V2; -fun bulk_N : N; -fun bulk_V : V; -fun bulkhead_N : N; -fun bulkington_PN : PN; -fun bulky_A : A; -fun bull's_eye_N : N; -fun bull_N : N; -fun bull_headed_A : A; -fun bull_neck_N : N; -fun bull_terrier_N : N; -fun bulldog_N : N; -fun bulldoze_V2 : V2; -fun bulldozer_N : N; -fun bullet_N : N; -fun bullet_headed_A : A; -fun bulletin_N : N; -fun bulletproof_A : A; -fun bullfight_N : N; -fun bullfighter_N : N; -fun bullfinch_N : N; -fun bullfrog_N : N; -fun bullion_N : N; -fun bullock_N : N; -fun bullring_N : N; -fun bullshit_N : N; -fun bullshit_V : V; -fun bully_A : A; -fun bully_N : N; -fun bully_V : V; -fun bully_V2 : V2; -fun bulrush_N : N; -fun bulwark_N : N; -fun bum_A : A; -fun bum_N : N; -fun bum_V : V; -fun bum_V2 : V2; -fun bumblebee_N : N; -fun bumboat_N : N; -fun bump_Adv : Adv; -fun bump_N : N; -fun bump_V : V; -fun bump_V2 : V2; -fun bumper_N : N; -fun bumpkin_N : N; -fun bumptious_A : A; -fun bumptiously_Adv : Adv; -fun bumptiousness_N : N; -fun bumpy_A : A; -fun bun_N : N; -fun buna_N : N; -fun bunch_N : N; -fun bunch_V : V; -fun bunch_V2 : V2; -fun bundle_N : N; -fun bundle_V : V; -fun bundle_V2 : V2; -fun bung_N : N; -fun bung_V2 : V2; -fun bung_hole_N : N; -fun bungaloid_A : A; -fun bungalow_N : N; -fun bungle_N : N; -fun bungle_V : V; -fun bungle_V2 : V2; -fun bungler_N : N; -fun bunion_N : N; -fun bunk_N : N; -fun bunk_V : V; -fun bunker_N : N; -fun bunker_V : V; -fun bunker_V2 : V2; -fun bunkum_N : N; -fun bunny_N : N; -fun bunsen_N : N; -fun bunting_N : N; -fun buoy_N : N; -fun buoy_V : V; -fun buoyancy_N : N; -fun buoyant_A : A; -fun buoyantly_Adv : Adv; -fun bur_N : N; -fun burberry_N : N; -fun burble_V : V; -fun burden_N : N; -fun burden_V2 : V2; -fun burdensome_A : A; -fun burdock_N : N; -fun bureau_N : N; -fun bureaucracy_N : N; -fun bureaucrat_N : N; -fun bureaucratic_A : A; -fun bureaucratically_Adv : Adv; -fun burette_N : N; -fun burg_N : N; -fun burgeon_V : V; -fun burgess_N : N; -fun burgess_PN : PN; -fun burgh_N : N; -fun burgher_N : N; -fun burglar_N : N; -fun burglar_alarm_N : N; -fun burglar_proof_A : A; -fun burglarious_A : A; -fun burglary_N : N; -fun burgle_V : V; -fun burgle_V2 : V2; -fun burgomaster_N : N; -fun burgos_PN : PN; -fun burgundy_N : N; -fun burial_N : N; -fun burial_ground_N : N; -fun burke_V2 : V2; -fun burlap_N : N; -fun burlesque_N : N; -fun burlesque_V2 : V2; -fun burley_PN : PN; -fun burly_A : A; -fun burma_PN : PN; -fun burmese_A : A; -fun burmese_N : N; -fun burn_N : N; -fun burn_V : V; -fun burn_V2 : V2; -fun burn_up_N : N; -fun burner_N : N; -fun burnham_on_sea_PN : PN; -fun burning_A : A; -fun burnish_V : V; -fun burnish_V2 : V2; -fun burnley_PN : PN; -fun burnouse_N : N; -fun burntisland_PN : PN; -fun burntwood_PN : PN; -fun burp_N : N; -fun burp_V : V; -fun burp_V2 : V2; -fun burr_N : N; -fun burr_drill_N : N; -fun burrow_N : N; -fun burrow_V : V; -fun burrow_V2 : V2; -fun burry_port_PN : PN; -fun bursar_N : N; -fun bursary_N : N; -fun burscough_PN : PN; -fun burst_N : N; -fun burst_V : V; -fun burst_V2 : V2; -fun burthen_N : N; -fun burthen_V2 : V2; -fun burton_N : N; -fun burton_upon_trent_PN : PN; -fun burundi_PN : PN; -fun burundian_A : A; -fun burundian_N : N; -fun bury_PN : PN; -fun bury_V2 : V2; -fun bury_st__edmunds_PN : PN; -fun burying_ground_N : N; -fun bus_N : N; -fun bus_V : V; -fun bus_V2 : V2; -fun busby_N : N; -fun bush_N : N; -fun bushel_N : N; -fun bushman_N : N; -fun bushy_A : A; -fun busily_Adv : Adv; -fun business_N : N; -fun businesslike_A : A; -fun businessman_N : N; -fun busker_N : N; -fun busman_N : N; -fun bust_N : N; -fun bust_V : V; -fun bust_V2 : V2; -fun bust_up_N : N; -fun bustard_N : N; -fun buster_N : N; -fun bustle_N : N; -fun bustle_V : V; -fun bustle_V2 : V2; -fun busy_A : A; -fun busy_V2 : V2; -fun busybody_N : N; -fun but_Adv : Adv; -fun butane_N : N; -fun butch_A : A; -fun butcher_N : N; -fun butcher_V2 : V2; -fun butchery_N : N; -fun butler_N : N; -fun butt_N : N; -fun butt_V : V; -fun butt_V2 : V2; -fun butter_N : N; -fun butter_V2 : V2; -fun butterbean_N : N; -fun buttercup_N : N; -fun butterfingers_N : N; -fun butterfly_N : N; -fun buttermilk_N : N; -fun butterscotch_N : N; -fun buttery_N : N; -fun buttock_N : N; -fun button_N : N; -fun button_V : V; -fun button_V2 : V2; -fun buttoned_up_A : A; -fun buttonhole_N : N; -fun buttonhole_V2 : V2; -fun buttonhook_N : N; -fun buttonwood_N : N; -fun buttress_N : N; -fun buttress_V2 : V2; -fun buxom_A : A; -fun buxton_PN : PN; -fun buy_N : N; -fun buy_V : V; -fun buy_V2 : V2; -fun buyer_N : N; -fun buzz_N : N; -fun buzz_V : V; -fun buzz_V2 : V2; -fun buzzard_N : N; -fun buzzer_N : N; -fun bvm_N : N; -fun by_Adv : Adv; -fun by_election_N : N; -fun bye_N : N; -fun bye_bye_N : N; -fun bye_law_N : N; -fun bygone_A : A; -fun bylaw_N : N; -fun bypass_N : N; -fun bypass_V2 : V2; -fun bypath_N : N; -fun byplay_N : N; -fun byproduct_N : N; -fun byroad_N : N; -fun bystander_N : N; -fun byway_N : N; -fun byword_N : N; -fun bete_noire_N : N; -fun c_in_c_PN : PN; -fun c_of_e_N : N; -fun ca'canny_N : N; -fun cab_N : N; -fun cab_rank_N : N; -fun cabal_N : N; -fun cabaret_N : N; -fun cabbage_N : N; -fun cabby_N : N; -fun caber_N : N; -fun cabin_N : N; -fun cabinet_N : N; -fun cabinet_maker_N : N; -fun cable's_length_N : N; -fun cable_N : N; -fun cable_V : V; -fun cable_V2 : V2; -fun cable_car_N : N; -fun cable_length_N : N; -fun cable_railway_N : N; -fun cablegram_N : N; -fun cabman_N : N; -fun caboodle_N : N; -fun caboose_N : N; -fun cabstand_N : N; -fun cacao_N : N; -fun cacao_bean_N : N; -fun cacao_tree_N : N; -fun cache_N : N; -fun cache_V2 : V2; -fun cachet_N : N; -fun cachou_N : N; -fun cackle_N : N; -fun cackle_V : V; -fun cackler_N : N; -fun cacophonous_A : A; -fun cacophony_N : N; -fun cactus_N : N; -fun cad_N : N; -fun cadaver_N : N; -fun cadaverous_A : A; -fun caddie_N : N; -fun caddish_A : A; -fun caddy_N : N; -fun cadence_N : N; -fun cadenza_N : N; -fun cadet_N : N; -fun cadge_V : V; -fun cadge_V2 : V2; -fun cadger_N : N; -fun cadiz_PN : PN; -fun cadmium_N : N; -fun cadre_N : N; -fun caen_PN : PN; -fun caerleon_PN : PN; -fun caernarfon_PN : PN; -fun caerphilly_PN : PN; -fun caesar_N : N; -fun caesarian_A : A; -fun caesura_N : N; -fun cafe_au_lait_N : N; -fun cafeteria_N : N; -fun caff_N : N; -fun caffeine_N : N; -fun caftan_N : N; -fun cafe_N : N; -fun cage_N : N; -fun cage_V2 : V2; -fun cagey_A : A; -fun cagily_Adv : Adv; -fun cagliari_PN : PN; -fun cagoule_N : N; -fun caiman_N : N; -fun cairn_N : N; -fun cairo_PN : PN; -fun caisson_N : N; -fun caitiff_N : N; -fun cajole_V2 : V2; -fun cajolery_N : N; -fun cake_N : N; -fun cake_V : V; -fun cake_V2 : V2; -fun calabash_N : N; -fun calamitous_A : A; -fun calamity_N : N; -fun calcify_V : V; -fun calcify_V2 : V2; -fun calcination_N : N; -fun calcine_V : V; -fun calcine_V2 : V2; -fun calcium_N : N; -fun calculable_A : A; -fun calculate_V : V; -fun calculate_V2 : V2; -fun calculating_A : A; -fun calculation_N : N; -fun calculator_N : N; -fun calculus_N : N; -fun calcutta_PN : PN; -fun caldicot_PN : PN; -fun caldron_N : N; -fun calendar_N : N; -fun calender_N : N; -fun calender_V2 : V2; -fun calf_N : N; -fun calf_love_N : N; -fun cali_PN : PN; -fun calibrate_V2 : V2; -fun calibration_N : N; -fun calibre_N : N; -fun calico_N : N; -fun calif_N : N; -fun california_PN : PN; -fun californian_A : A; -fun californian_N : N; -fun caliph_N : N; -fun caliphate_N : N; -fun calisthenics_N : N; -fun calk_N : N; -fun calk_V2 : V2; -fun call_N : N; -fun call_V : V; -fun call_V2 : V2; -fun call_box_N : N; -fun call_girl_N : N; -fun call_over_N : N; -fun call_up_N : N; -fun caller_N : N; -fun calligraphy_N : N; -fun calling_N : N; -fun calliope_N : N; -fun callisthenics_N : N; -fun callosity_N : N; -fun callous_A : A; -fun callousness_N : N; -fun callow_A : A; -fun callowness_N : N; -fun callus_N : N; -fun calm_A : A; -fun calm_N : N; -fun calm_V : V; -fun calm_V2 : V2; -fun calmly_Adv : Adv; -fun calmness_N : N; -fun calne_PN : PN; -fun calomel_N : N; -fun calor_PN : PN; -fun calorie_N : N; -fun calorific_A : A; -fun calumniate_V2 : V2; -fun calumny_N : N; -fun calvary_N : N; -fun calve_V : V; -fun calverton_PN : PN; -fun calvinism_N : N; -fun calvinist_N : N; -fun calypso_N : N; -fun calyx_N : N; -fun cam_N : N; -fun camaraderie_N : N; -fun camber_N : N; -fun camber_V : V; -fun camber_V2 : V2; -fun cambodia_PN : PN; -fun cambodian_A : A; -fun cambodian_N : N; -fun cambourne_PN : PN; -fun cambric_N : N; -fun cambridge_PN : PN; -fun cambridgeshire_PN : PN; -fun cambuslang_PN : PN; -fun camden_PN : PN; -fun camel_N : N; -fun camel_hair_N : N; -fun camellia_N : N; -fun camembert_N : N; -fun cameo_N : N; -fun camera_N : N; -fun cameraman_N : N; -fun cameroon_PN : PN; -fun cameroonian_A : A; -fun cameroonian_N : N; -fun camion_N : N; -fun camomile_N : N; -fun camouflage_N : N; -fun camouflage_V2 : V2; -fun camp_A : A; -fun camp_N : N; -fun camp_V : V; -fun camp_V2 : V2; -fun camp_bed_N : N; -fun camp_chair_N : N; -fun camp_fire_N : N; -fun camp_follower_N : N; -fun camp_stool_N : N; -fun campaign_N : N; -fun campaign_V : V; -fun campaigner_N : N; -fun campanile_N : N; -fun campanula_N : N; -fun campbeltown_PN : PN; -fun camper_N : N; -fun camphor_N : N; -fun camphorated_A : A; -fun camping_N : N; -fun campion_N : N; -fun campus_N : N; -fun camshaft_N : N; -fun can_N : N; -fun can_V2 : V2; -fun canada_PN : PN; -fun canadian_A : A; -fun canadian_N : N; -fun canal_N : N; -fun canalization_N : N; -fun canalize_V2 : V2; -fun canape_N : N; -fun canard_N : N; -fun canary_N : N; -fun canary_bird_N : N; -fun canary_wine_N : N; -fun canasta_N : N; -fun canberra_PN : PN; -fun cancan_N : N; -fun cancel_V : V; -fun cancel_V2 : V2; -fun cancellation_N : N; -fun cancer_N : N; -fun cancer_PN : PN; -fun cancerous_A : A; -fun candelabrum_N : N; -fun candid_A : A; -fun candidate_N : N; -fun candidature_N : N; -fun candidly_Adv : Adv; -fun candied_A : A; -fun candle_N : N; -fun candle_power_N : N; -fun candlelight_N : N; -fun candlestick_N : N; -fun candlewick_N : N; -fun candour_N : N; -fun candy_N : N; -fun candy_V : V; -fun candy_V2 : V2; -fun candy_floss_N : N; -fun candytuft_N : N; -fun cane_N : N; -fun cane_V2 : V2; -fun canine_A : A; -fun canister_N : N; -fun canker_N : N; -fun canker_V2 : V2; -fun cankerous_A : A; -fun canna_N : N; -fun cannabis_N : N; -fun canned_A : A; -fun cannery_N : N; -fun cannes_PN : PN; -fun cannibal_N : N; -fun cannibalism_N : N; -fun cannibalistic_A : A; -fun cannibalize_V2 : V2; -fun cannily_Adv : Adv; -fun cannock_PN : PN; -fun cannon_N : N; -fun cannon_fodder_N : N; -fun cannonade_N : N; -fun canny_A : A; -fun canoe_N : N; -fun canoe_V2 : V2; -fun canoeist_N : N; -fun canon_1_N : N; -fun canonical_A : A; -fun canonization_N : N; -fun canonize_V2 : V2; -fun canopied_A : A; -fun canopy_N : N; -fun cant_N : N; -fun cant_V : V; -fun cant_V2 : V2; -fun cantab_PN : PN; -fun cantaloup_N : N; -fun cantaloupe_N : N; -fun cantankerous_A : A; -fun cantankerously_Adv : Adv; -fun cantata_N : N; -fun canteen_N : N; -fun canter_N : N; -fun canter_V : V; -fun canter_V2 : V2; -fun canterbury_PN : PN; -fun canticle_N : N; -fun cantilever_N : N; -fun canto_N : N; -fun canton_N : N; -fun canton_PN : PN; -fun cantonment_N : N; -fun cantor_N : N; -fun canuck_N : N; -fun canvas_N : N; -fun canvass_N : N; -fun canvass_V : V; -fun canvass_V2 : V2; -fun canvey_PN : PN; -fun canvey_island_PN : PN; -fun canyon_N : N; -fun cap_N : N; -fun cap_V2 : V2; -fun cap_a_pie_Adv : Adv; -fun capability_N : N; -fun capable_A : A; -fun capably_Adv : Adv; -fun capacious_A : A; -fun capacity_N : N; -fun caparison_N : N; -fun caparison_V2 : V2; -fun cape_N : N; -fun cape_town_PN : PN; -fun caper_N : N; -fun caper_V : V; -fun capillary_N : N; -fun capital_A : A; -fun capital_N : N; -fun capitalism_A : A; -fun capitalism_N : N; -fun capitalist_N : N; -fun capitalistic_A : A; -fun capitalization_N : N; -fun capitalize_V : V; -fun capitalize_V2 : V2; -fun capitation_N : N; -fun capitol_N : N; -fun capitulate_V2 : V2; -fun capitulation_N : N; -fun capon_N : N; -fun caprice_N : N; -fun capricious_A : A; -fun capriciously_Adv : Adv; -fun capriciousness_N : N; -fun capricorn_PN : PN; -fun capsicum_N : N; -fun capsize_V : V; -fun capsize_V2 : V2; -fun capstan_N : N; -fun capsule_N : N; -fun capt_PN : PN; -fun captain_N : N; -fun captain_V2 : V2; -fun caption_N : N; -fun captious_A : A; -fun captiously_Adv : Adv; -fun captivate_V2 : V2; -fun captive_A : A; -fun captive_N : N; -fun captivity_N : N; -fun captor_N : N; -fun capture_N : N; -fun capture_V2 : V2; -fun car_N : N; -fun car_ferry_N : N; -fun caracas_PN : PN; -fun carafe_N : N; -fun caramel_N : N; -fun carapace_N : N; -fun carat_N : N; -fun caravan_N : N; -fun caravanning_N : N; -fun caravansary_N : N; -fun caravanserai_N : N; -fun caraway_N : N; -fun carbide_N : N; -fun carbine_N : N; -fun carbohydrate_N : N; -fun carbolic_A : A; -fun carbon_N : N; -fun carbon_paper_N : N; -fun carbonated_A : A; -fun carbonic_A : A; -fun carboniferous_A : A; -fun carbonization_N : N; -fun carbonize_V2 : V2; -fun carborundum_N : N; -fun carboy_N : N; -fun carbuncle_N : N; -fun carburettor_N : N; -fun carcase_N : N; -fun carcass_N : N; -fun card_N : N; -fun card_V2 : V2; -fun card_sharper_N : N; -fun cardamom_N : N; -fun cardboard_N : N; -fun cardenden_PN : PN; -fun cardiac_A : A; -fun cardiff_PN : PN; -fun cardigan_N : N; -fun cardigan_PN : PN; -fun cardinal_A : A; -fun cardinal_N : N; -fun care_N : N; -fun care_V : V; -fun careen_V : V; -fun careen_V2 : V2; -fun career_N : N; -fun career_V : V; -fun careerist_N : N; -fun carefree_A : A; -fun careful_A : A; -fun carefully_Adv : Adv; -fun carefulness_N : N; -fun careladen_A : A; -fun careless_A : A; -fun carelessly_Adv : Adv; -fun carelessness_N : N; -fun caress_N : N; -fun caress_V2 : V2; -fun caressing_A : A; -fun caressingly_Adv : Adv; -fun caret_N : N; -fun caretaker_N : N; -fun careworn_A : A; -fun cargo_N : N; -fun caribou_N : N; -fun caricature_N : N; -fun caricature_V2 : V2; -fun caricaturist_N : N; -fun caries_N : N; -fun carillon_N : N; -fun carious_A : A; -fun carl_PN : PN; -fun carlisle_PN : PN; -fun carlow_PN : PN; -fun carluke_PN : PN; -fun carmarthen_PN : PN; -fun carmelite_A : A; -fun carmelite_N : N; -fun carmine_A : A; -fun carmine_N : N; -fun carnage_N : N; -fun carnal_A : A; -fun carnally_Adv : Adv; -fun carnation_N : N; -fun carnforth_PN : PN; -fun carnival_N : N; -fun carnivore_N : N; -fun carnivorous_A : A; -fun carnoustie_PN : PN; -fun carol_N : N; -fun carol_PN : PN; -fun carol_V2 : V2; -fun carole_PN : PN; -fun carolina_PN : PN; -fun caroline_PN : PN; -fun caroller_N : N; -fun carolyn_PN : PN; -fun carousal_N : N; -fun carouse_V2 : V2; -fun carousel_N : N; -fun carp_N : N; -fun carp_V2 : V2; -fun carpal_A : A; -fun carpal_N : N; -fun carpenter_N : N; -fun carpentry_N : N; -fun carpet_N : N; -fun carpet_V2 : V2; -fun carpet_beater_N : N; -fun carpet_knight_N : N; -fun carpet_sweeper_N : N; -fun carpetbag_N : N; -fun carpetbagger_N : N; -fun carport_N : N; -fun carriage_N : N; -fun carriageway_N : N; -fun carrie_PN : PN; -fun carrier_N : N; -fun carrier_bag_N : N; -fun carrier_pigeon_N : N; -fun carrion_N : N; -fun carrion_crow_N : N; -fun carron_PN : PN; -fun carrot_N : N; -fun carroty_A : A; -fun carry_N : N; -fun carry_V : V; -fun carry_V2 : V2; -fun carrycot_N : N; -fun carsick_A : A; -fun carsickness_N : N; -fun cart_N : N; -fun cart_V2 : V2; -fun cart_track_N : N; -fun cartage_N : N; -fun cartagena_PN : PN; -fun carte_blanche_N : N; -fun cartel_N : N; -fun carter_N : N; -fun carthorse_N : N; -fun cartilage_N : N; -fun cartilaginous_A : A; -fun cartload_N : N; -fun cartographer_N : N; -fun cartography_N : N; -fun carton_N : N; -fun cartoon_N : N; -fun cartoon_V2 : V2; -fun cartoonist_N : N; -fun cartridge_N : N; -fun cartridge_belt_N : N; -fun cartridge_paper_N : N; -fun cartroad_N : N; -fun cartwheel_N : N; -fun carve_V : V; -fun carve_V2 : V2; -fun carver_N : N; -fun carving_N : N; -fun carving_fork_N : N; -fun carving_knife_N : N; -fun caryatid_N : N; -fun casablanca_PN : PN; -fun cascade_N : N; -fun cascade_V : V; -fun case_N : N; -fun case_V2 : V2; -fun case_hardened_A : A; -fun case_history_N : N; -fun case_law_N : N; -fun casebook_N : N; -fun casein_N : N; -fun casement_N : N; -fun casework_N : N; -fun cash_N : N; -fun cash_V : V; -fun cash_V2 : V2; -fun cashable_A : A; -fun cashew_N : N; -fun cashier_N : N; -fun cashier_V2 : V2; -fun cashmere_N : N; -fun casing_N : N; -fun casino_N : N; -fun cask_N : N; -fun casket_N : N; -fun cassava_N : N; -fun casserole_N : N; -fun cassette_N : N; -fun cassock_N : N; -fun cassowary_N : N; -fun cast_N : N; -fun cast_V : V; -fun cast_V2 : V2; -fun cast_iron_A : A; -fun cast_off_A : A; -fun castaway_N : N; -fun caste_N : N; -fun castellated_A : A; -fun caster_N : N; -fun castigate_V2 : V2; -fun castigation_N : N; -fun casting_N : N; -fun castle_N : N; -fun castle_V : V; -fun castleford_PN : PN; -fun castor_N : N; -fun castor_oil_N : N; -fun castrate_V2 : V2; -fun castration_N : N; -fun casual_A : A; -fun casually_Adv : Adv; -fun casualty_N : N; -fun casuist_N : N; -fun casuistic_A : A; -fun casuistical_A : A; -fun casuistry_N : N; -fun casus_belli_N : N; -fun cat_N : N; -fun cat_nap_N : N; -fun cat_o'_nine_tails_N : N; -fun cat_sleep_N : N; -fun cataclysm_N : N; -fun cataclysmic_A : A; -fun catafalque_N : N; -fun catalan_A : A; -fun catalan_N : N; -fun catalepsy_N : N; -fun cataleptic_A : A; -fun cataleptic_N : N; -fun catalogue_N : N; -fun catalogue_V2 : V2; -fun catalpa_N : N; -fun catalysis_N : N; -fun catalyst_N : N; -fun catalytic_A : A; -fun catamaran_N : N; -fun catania_PN : PN; -fun catapult_N : N; -fun catapult_V2 : V2; -fun cataract_N : N; -fun catarrh_N : N; -fun catastrophe_N : N; -fun catastrophic_A : A; -fun catastrophically_Adv : Adv; -fun catcall_N : N; -fun catcall_V : V; -fun catch_N : N; -fun catch_V : V; -fun catch_V2 : V2; -fun catch_crop_N : N; -fun catcher_N : N; -fun catching_A : A; -fun catchment_N : N; -fun catchment_area_N : N; -fun catchment_basin_N : N; -fun catchpenny_A : A; -fun catchup_N : N; -fun catchword_N : N; -fun catchy_A : A; -fun catechism_N : N; -fun catechize_V2 : V2; -fun categorical_A : A; -fun categorically_Adv : Adv; -fun categorize_V2 : V2; -fun category_N : N; -fun cater_V : V; -fun caterer_N : N; -fun caterpillar_N : N; -fun caterwaul_N : N; -fun caterwaul_V : V; -fun catfish_N : N; -fun catgut_N : N; -fun cath_PN : PN; -fun catharsis_N : N; -fun cathartic_N : N; -fun cathedral_N : N; -fun catherine_PN : PN; -fun cathode_N : N; -fun catholic_A : A; -fun catholic_N : N; -fun catholicism_N : N; -fun catholicity_N : N; -fun cathy_PN : PN; -fun catkin_N : N; -fun catsup_N : N; -fun cattiness_N : N; -fun cattish_A : A; -fun cattle_cake_N : N; -fun cattleman_N : N; -fun catty_A : A; -fun catwalk_N : N; -fun caucasian_A : A; -fun caucasian_N : N; -fun caucus_N : N; -fun caul_N : N; -fun cauldron_N : N; -fun cauliflower_N : N; -fun caulk_V2 : V2; -fun causal_A : A; -fun causality_N : N; -fun causation_N : N; -fun causative_A : A; -fun cause_N : N; -fun cause_V2 : V2; -fun causeless_A : A; -fun causerie_N : N; -fun causeway_N : N; -fun caustic_A : A; -fun caustically_Adv : Adv; -fun cauterize_V2 : V2; -fun caution_N : N; -fun caution_V2 : V2; -fun cautionary_A : A; -fun cautious_A : A; -fun cautiously_Adv : Adv; -fun cavalcade_N : N; -fun cavalier_A : A; -fun cavalier_N : N; -fun cavalierly_Adv : Adv; -fun cavalry_N : N; -fun cavalryman_N : N; -fun cavan_PN : PN; -fun cave_N : N; -fun cave_V : V; -fun cave_V2 : V2; -fun cave_dweller_N : N; -fun cave_in_N : N; -fun caveat_N : N; -fun caveman_N : N; -fun cavern_N : N; -fun cavernous_A : A; -fun caviar_N : N; -fun caviare_N : N; -fun cavil_V : V; -fun cavity_N : N; -fun cavort_V : V; -fun caw_N : N; -fun caw_V : V; -fun caw_V2 : V2; -fun cayenne_N : N; -fun cayenne_pepper_N : N; -fun cayman_N : N; -fun canon_2_N : N; -fun cbi_N : N; -fun cc_N : N; -fun cd_N : N; -fun cdr_PN : PN; -fun cdre_PN : PN; -fun cease_N : N; -fun cease_V : V; -fun cease_V2 : V2; -fun cease_fire_N : N; -fun ceaseless_A : A; -fun ceaselessly_Adv : Adv; -fun cecil_PN : PN; -fun cecilia_PN : PN; -fun cecily_PN : PN; -fun cedar_N : N; -fun cede_V2 : V2; -fun cedilla_N : N; -fun cedric_PN : PN; -fun cefn_mawr_PN : PN; -fun ceiling_N : N; -fun celandine_N : N; -fun celebrant_N : N; -fun celebrate_V2 : V2; -fun celebrated_A : A; -fun celebration_N : N; -fun celebrity_N : N; -fun celerity_N : N; -fun celery_N : N; -fun celestial_A : A; -fun celia_PN : PN; -fun celibacy_N : N; -fun celibate_N : N; -fun cell_N : N; -fun cellar_N : N; -fun cellarage_N : N; -fun cellist_N : N; -fun cello_N : N; -fun cellophane_N : N; -fun cellular_A : A; -fun celluloid_N : N; -fun cellulose_N : N; -fun celt_N : N; -fun celtic_A : A; -fun celtic_N : N; -fun cement_N : N; -fun cement_V2 : V2; -fun cement_mixer_N : N; -fun cemetery_N : N; -fun cenotaph_N : N; -fun censer_N : N; -fun censor_N : N; -fun censor_V2 : V2; -fun censorious_A : A; -fun censorship_N : N; -fun censure_N : N; -fun censure_V2 : V2; -fun census_N : N; -fun cent_N : N; -fun centaur_N : N; -fun centenarian_A : A; -fun centenarian_N : N; -fun centenary_A : A; -fun centenary_N : N; -fun centennial_A : A; -fun centennial_N : N; -fun centennially_Adv : Adv; -fun centigrade_A : A; -fun centime_N : N; -fun centimetre_N : N; -fun centipede_N : N; -fun central_A : A; -fun central_N : N; -fun centralization_N : N; -fun centralize_V : V; -fun centralize_V2 : V2; -fun centrally_Adv : Adv; -fun centre_N : N; -fun centre_V : V; -fun centre_V2 : V2; -fun centre_bit_N : N; -fun centre_board_N : N; -fun centrepiece_N : N; -fun centrifugal_A : A; -fun centrifuge_N : N; -fun centripetal_A : A; -fun centurion_N : N; -fun century_N : N; -fun ceramic_A : A; -fun ceramics_N : N; -fun cereal_N : N; -fun cerebral_A : A; -fun cerebration_N : N; -fun ceremonial_A : A; -fun ceremonial_N : N; -fun ceremonially_Adv : Adv; -fun ceremonious_A : A; -fun ceremoniously_Adv : Adv; -fun ceremony_N : N; -fun cerise_A : A; -fun cerise_N : N; -fun cert_N : N; -fun certain_A : A; -fun certainly_Adv : Adv; -fun certainty_N : N; -fun certifiable_A : A; -fun certificate_N : N; -fun certificate_V2 : V2; -fun certificated_A : A; -fun certification_N : N; -fun certify_V : V; -fun certify_V2 : V2; -fun certitude_N : N; -fun cerulean_A : A; -fun cervical_A : A; -fun cervix_N : N; -fun cesarean_A : A; -fun cessation_N : N; -fun cession_N : N; -fun cesspit_N : N; -fun cesspool_N : N; -fun ceylon_PN : PN; -fun cf_PN : PN; -fun chad_PN : PN; -fun chadian_A : A; -fun chadian_N : N; -fun chafe_N : N; -fun chafe_V : V; -fun chafe_V2 : V2; -fun chaff_N : N; -fun chaff_V2 : V2; -fun chaffinch_N : N; -fun chafing_dish_N : N; -fun chagrin_N : N; -fun chagrin_V2 : V2; -fun chain_N : N; -fun chain_V2 : V2; -fun chain_armour_N : N; -fun chain_gang_N : N; -fun chain_letter_N : N; -fun chain_mail_N : N; -fun chain_smoker_N : N; -fun chain_stitch_N : N; -fun chain_store_N : N; -fun chair_N : N; -fun chair_V2 : V2; -fun chair_lift_N : N; -fun chairman_N : N; -fun chairmanship_N : N; -fun chaise_N : N; -fun chaise_longue_N : N; -fun chalet_N : N; -fun chalfont_PN : PN; -fun chalfont_st_giles_PN : PN; -fun chalfont_st_peter_PN : PN; -fun chalice_N : N; -fun chalk_N : N; -fun chalk_V2 : V2; -fun chalkpit_N : N; -fun chalky_A : A; -fun challenge_N : N; -fun challenge_V2 : V2; -fun challenger_N : N; -fun chamber_N : N; -fun chamberlain_N : N; -fun chambermaid_N : N; -fun chamberpot_N : N; -fun chameleon_N : N; -fun chammy_leather_N : N; -fun chamois_N : N; -fun chamois_leather_N : N; -fun champ_N : N; -fun champ_V : V; -fun champ_V2 : V2; -fun champagne_N : N; -fun champion_A : A; -fun champion_Adv : Adv; -fun champion_N : N; -fun champion_V2 : V2; -fun championship_N : N; -fun chance_N : N; -fun chance_V : V; -fun chance_V2 : V2; -fun chancel_N : N; -fun chancellery_N : N; -fun chancellor_N : N; -fun chancery_N : N; -fun chancy_A : A; -fun chandelier_N : N; -fun chandler_N : N; -fun changchun_PN : PN; -fun change_N : N; -fun change_V : V; -fun change_V2 : V2; -fun changeable_A : A; -fun changeableness_N : N; -fun changeful_A : A; -fun changeless_A : A; -fun changeling_N : N; -fun changeover_N : N; -fun changsha_PN : PN; -fun channel_N : N; -fun channel_V2 : V2; -fun chant_N : N; -fun chant_V : V; -fun chant_V2 : V2; -fun chaos_N : N; -fun chaotic_A : A; -fun chaotically_Adv : Adv; -fun chap_N : N; -fun chap_V : V; -fun chap_V2 : V2; -fun chapel_N : N; -fun chapelgoer_N : N; -fun chaperon_N : N; -fun chaperon_V2 : V2; -fun chapfallen_A : A; -fun chaplain_N : N; -fun chaplaincy_N : N; -fun chaplet_N : N; -fun chapman_N : N; -fun chapter_N : N; -fun chapterhouse_N : N; -fun char_N : N; -fun char_V : V; -fun char_V2 : V2; -fun charabanc_1_N : N; -fun character_N : N; -fun characteristic_A : A; -fun characteristic_N : N; -fun characteristically_Adv : Adv; -fun characterization_N : N; -fun characterize_V2 : V2; -fun characterless_A : A; -fun charade_N : N; -fun charcoal_N : N; -fun charcoal_burner_N : N; -fun chard_N : N; -fun chard_PN : PN; -fun charge_N : N; -fun charge_V : V; -fun charge_V2 : V2; -fun charge_account_N : N; -fun charge_sheet_N : N; -fun chargeable_A : A; -fun charger_N : N; -fun charge_d'affaires_N : N; -fun charily_Adv : Adv; -fun chariot_N : N; -fun charioteer_N : N; -fun charisma_N : N; -fun charismatic_A : A; -fun charitable_A : A; -fun charitably_Adv : Adv; -fun charity_N : N; -fun charivari_N : N; -fun charlady_N : N; -fun charlatan_N : N; -fun charles_PN : PN; -fun charleston_N : N; -fun charlie_PN : PN; -fun charlock_N : N; -fun charlotte_PN : PN; -fun charm_N : N; -fun charm_V : V; -fun charm_V2 : V2; -fun charmer_N : N; -fun charming_A : A; -fun charmingly_Adv : Adv; -fun charnel_house_N : N; -fun chart_N : N; -fun chart_V2 : V2; -fun charter_N : N; -fun charter_V2 : V2; -fun charter_party_N : N; -fun chartism_N : N; -fun chartist_N : N; -fun chartreuse_N : N; -fun charwoman_N : N; -fun chary_A : A; -fun charybdis_PN : PN; -fun charabanc_2_N : N; -fun chas_PN : PN; -fun chase_N : N; -fun chase_V : V; -fun chase_V2 : V2; -fun chaser_N : N; -fun chasm_N : N; -fun chassis_N : N; -fun chaste_A : A; -fun chastely_Adv : Adv; -fun chasten_V2 : V2; -fun chastise_V2 : V2; -fun chastisement_N : N; -fun chastity_N : N; -fun chasuble_N : N; -fun chat_N : N; -fun chat_V : V; -fun chat_V2 : V2; -fun chatelaine_N : N; -fun chatham_PN : PN; -fun chattel_N : N; -fun chatter_N : N; -fun chatter_V : V; -fun chatterbox_N : N; -fun chattily_Adv : Adv; -fun chatty_A : A; -fun chauffeur_N : N; -fun chauffeuse_N : N; -fun chauvinism_N : N; -fun chauvinist_N : N; -fun chauvinistic_A : A; -fun chaw_N : N; -fun chaw_V2 : V2; -fun chaw_bacon_N : N; -fun cheadle_PN : PN; -fun cheap_A : A; -fun cheapen_V : V; -fun cheapen_V2 : V2; -fun cheapjack_A : A; -fun cheaply_Adv : Adv; -fun cheapness_N : N; -fun cheat_N : N; -fun cheat_V : V; -fun cheat_V2 : V2; -fun check_N : N; -fun check_V : V; -fun check_V2 : V2; -fun checkbook_N : N; -fun checked_A : A; -fun checker_N : N; -fun checker_V2 : V2; -fun checkers_N : N; -fun checklist_N : N; -fun checkmate_N : N; -fun checkmate_V2 : V2; -fun checkout_N : N; -fun checkpoint_N : N; -fun checkroom_N : N; -fun checkup_N : N; -fun cheddar_N : N; -fun cheek_N : N; -fun cheek_V2 : V2; -fun cheekbone_N : N; -fun cheeked_A : A; -fun cheekily_Adv : Adv; -fun cheeky_A : A; -fun cheep_N : N; -fun cheep_V : V; -fun cheer_N : N; -fun cheer_V : V; -fun cheer_V2 : V2; -fun cheerful_A : A; -fun cheerfully_Adv : Adv; -fun cheerfulness_N : N; -fun cheerily_Adv : Adv; -fun cheering_A : A; -fun cheering_N : N; -fun cheerleader_N : N; -fun cheerless_A : A; -fun cheerlessly_Adv : Adv; -fun cheerlessness_N : N; -fun cheery_A : A; -fun cheese_N : N; -fun cheesecake_N : N; -fun cheesecloth_N : N; -fun cheeseparing_A : A; -fun cheetah_N : N; -fun chef_N : N; -fun chef_d'oeuvre_N : N; -fun chelmsford_PN : PN; -fun chelsea_PN : PN; -fun cheltenham_PN : PN; -fun chelyabinsk_PN : PN; -fun chemical_A : A; -fun chemical_N : N; -fun chemically_Adv : Adv; -fun chemise_N : N; -fun chemist_N : N; -fun chemistry_N : N; -fun chemotherapy_N : N; -fun chengchow_PN : PN; -fun chengtu_PN : PN; -fun chenille_N : N; -fun chepstow_PN : PN; -fun cheque_N : N; -fun chequebook_N : N; -fun chequer_V2 : V2; -fun cherish_V2 : V2; -fun cheroot_N : N; -fun cherry_A : A; -fun cherry_N : N; -fun cherub_N : N; -fun cherubic_A : A; -fun chervil_N : N; -fun chesham_PN : PN; -fun cheshire_PN : PN; -fun chess_N : N; -fun chessboard_N : N; -fun chessman_N : N; -fun chest_N : N; -fun chester_PN : PN; -fun chester_le_street_PN : PN; -fun chesterfield_N : N; -fun chesterfield_PN : PN; -fun chestnut_N : N; -fun cheval_glass_N : N; -fun chevron_N : N; -fun chew_N : N; -fun chew_V : V; -fun chew_V2 : V2; -fun chewing_gum_N : N; -fun chianti_N : N; -fun chiaroscuro_N : N; -fun chic_A : A; -fun chic_N : N; -fun chicago_PN : PN; -fun chicanery_N : N; -fun chichester_PN : PN; -fun chichi_A : A; -fun chick_N : N; -fun chicken_N : N; -fun chicken_hearted_A : A; -fun chicken_run_N : N; -fun chickenfeed_N : N; -fun chickenpox_N : N; -fun chickpea_N : N; -fun chickweed_N : N; -fun chicle_N : N; -fun chicory_N : N; -fun chide_V : V; -fun chide_V2 : V2; -fun chief_A : A; -fun chief_N : N; -fun chiefly_Adv : Adv; -fun chieftain_N : N; -fun chieftaincy_N : N; -fun chiffon_N : N; -fun chiffonier_N : N; -fun chignon_N : N; -fun chilblain_N : N; -fun chilblained_A : A; -fun child's_play_N : N; -fun child_N : N; -fun child_bearing_N : N; -fun childbirth_N : N; -fun childhood_N : N; -fun childish_A : A; -fun childishly_Adv : Adv; -fun childless_A : A; -fun childlike_A : A; -fun chile_PN : PN; -fun chilean_A : A; -fun chilean_N : N; -fun chill_A : A; -fun chill_N : N; -fun chill_V : V; -fun chill_V2 : V2; -fun chilli_N : N; -fun chilly_A : A; -fun chilly_N : N; -fun chimaera_N : N; -fun chime_N : N; -fun chime_V : V; -fun chime_V2 : V2; -fun chimera_N : N; -fun chimerical_A : A; -fun chimney_N : N; -fun chimney_sweep_N : N; -fun chimneybreast_N : N; -fun chimneypiece_N : N; -fun chimneypot_N : N; -fun chimneystack_N : N; -fun chimneysweep_N : N; -fun chimneysweeper_N : N; -fun chimp_N : N; -fun chimpanzee_N : N; -fun chin_N : N; -fun chin_strap_N : N; -fun chin_wagging_N : N; -fun china_N : N; -fun china_PN : PN; -fun china_closet_N : N; -fun chinaware_N : N; -fun chinchilla_N : N; -fun chinchow_PN : PN; -fun chine_N : N; -fun chinese_A : A; -fun chinese_N : N; -fun chink_N : N; -fun chink_V : V; -fun chink_V2 : V2; -fun chintz_N : N; -fun chip_N : N; -fun chip_V : V; -fun chip_V2 : V2; -fun chipboard_N : N; -fun chipmunk_N : N; -fun chippendale_N : N; -fun chippenham_PN : PN; -fun chiropodist_N : N; -fun chiropody_N : N; -fun chiropractor_N : N; -fun chirp_N : N; -fun chirp_V : V; -fun chirp_V2 : V2; -fun chirpily_Adv : Adv; -fun chirpiness_N : N; -fun chirpy_A : A; -fun chirrup_N : N; -fun chirrup_V : V; -fun chirrup_V2 : V2; -fun chisel_N : N; -fun chisel_V2 : V2; -fun chiseller_N : N; -fun chit_N : N; -fun chit_chat_N : N; -fun chivalrous_A : A; -fun chivalrously_Adv : Adv; -fun chivalry_N : N; -fun chive_N : N; -fun chivvy_V2 : V2; -fun chivy_V2 : V2; -fun chloe_PN : PN; -fun chloride_N : N; -fun chlorinate_V2 : V2; -fun chlorination_N : N; -fun chlorine_N : N; -fun chloroform_N : N; -fun chlorophyll_N : N; -fun choc_N : N; -fun choc_ice_N : N; -fun chock_N : N; -fun chock_V2 : V2; -fun chock_a_block_A : A; -fun chock_a_block_Adv : Adv; -fun chock_full_A : A; -fun chocolate_N : N; -fun choice_A : A; -fun choice_N : N; -fun choir_N : N; -fun choir_school_N : N; -fun choirboy_N : N; -fun choke_N : N; -fun choke_V : V; -fun choke_V2 : V2; -fun choke_damp_N : N; -fun choker_N : N; -fun chokey_N : N; -fun choky_N : N; -fun choler_N : N; -fun cholera_N : N; -fun choleric_A : A; -fun choose_V : V; -fun choose_V2 : V2; -fun choosey_A : A; -fun choosy_A : A; -fun chop_N : N; -fun chop_V : V; -fun chop_V2 : V2; -fun chop_chop_Adv : Adv; -fun chop_house_N : N; -fun chop_suey_N : N; -fun chopper_N : N; -fun choppy_A : A; -fun chopwell_PN : PN; -fun choral_A : A; -fun chorale_N : N; -fun chord_N : N; -fun chore_N : N; -fun choreographer_N : N; -fun choreography_N : N; -fun chorister_N : N; -fun chorley_PN : PN; -fun chortle_N : N; -fun chortle_V : V; -fun chorus_N : N; -fun chorus_V2 : V2; -fun chorus_girl_N : N; -fun chow_N : N; -fun chowder_N : N; -fun chris_PN : PN; -fun chrissie_PN : PN; -fun chrissy_PN : PN; -fun christ_PN : PN; -fun christchurch_PN : PN; -fun christen_V2 : V2; -fun christendom_N : N; -fun christening_N : N; -fun christian_A : A; -fun christian_N : N; -fun christian_PN : PN; -fun christianity_N : N; -fun christina_PN : PN; -fun christine_PN : PN; -fun christlike_A : A; -fun christmas_N : N; -fun christmas_PN : PN; -fun christmas_box_N : N; -fun christmas_tree_N : N; -fun christmastide_N : N; -fun christmastime_N : N; -fun christopher_PN : PN; -fun chromatic_A : A; -fun chrome_N : N; -fun chromium_N : N; -fun chromosome_N : N; -fun chronic_A : A; -fun chronically_Adv : Adv; -fun chronicle_N : N; -fun chronicle_V2 : V2; -fun chronicler_N : N; -fun chronological_A : A; -fun chronologically_Adv : Adv; -fun chronology_N : N; -fun chronometer_N : N; -fun chrysalis_N : N; -fun chrysanthemum_N : N; -fun chubby_A : A; -fun chuck_N : N; -fun chuck_V2 : V2; -fun chucker_out_N : N; -fun chuckle_N : N; -fun chuckle_V : V; -fun chug_N : N; -fun chug_V : V; -fun chukker_N : N; -fun chum_N : N; -fun chum_V : V; -fun chummy_A : A; -fun chump_N : N; -fun chungking_PN : PN; -fun chunk_N : N; -fun chunky_A : A; -fun church_N : N; -fun churchgoer_N : N; -fun churchman_N : N; -fun churchwarden_N : N; -fun churchyard_N : N; -fun churl_N : N; -fun churlish_A : A; -fun churlishly_Adv : Adv; -fun churn_N : N; -fun churn_V : V; -fun churn_V2 : V2; -fun chute_N : N; -fun chutney_N : N; -fun chateau_N : N; -fun cia_N : N; -fun cicada_N : N; -fun cicala_N : N; -fun cicatrice_N : N; -fun cicatrix_N : N; -fun cicerone_N : N; -fun cid_N : N; -fun cider_N : N; -fun ciderpress_N : N; -fun cif_PN : PN; -fun cigar_N : N; -fun cigar_shaped_A : A; -fun cigarette_N : N; -fun cigarette_case_N : N; -fun cigarette_holder_N : N; -fun cigarette_paper_N : N; -fun cinch_N : N; -fun cinchona_N : N; -fun cincinnati_PN : PN; -fun cincture_N : N; -fun cinder_N : N; -fun cinder_track_N : N; -fun cinderella_N : N; -fun cinderford_PN : PN; -fun cine_camera_N : N; -fun cine_film_N : N; -fun cine_projector_N : N; -fun cinema_N : N; -fun cinematic_A : A; -fun cinematography_N : N; -fun cinnamon_N : N; -fun cinquefoil_N : N; -fun cipher_N : N; -fun cipher_V : V; -fun cipher_V2 : V2; -fun circle_N : N; -fun circle_V : V; -fun circle_V2 : V2; -fun circlet_N : N; -fun circuit_N : N; -fun circuitous_A : A; -fun circular_A : A; -fun circular_N : N; -fun circularity_N : N; -fun circularize_V2 : V2; -fun circulate_V : V; -fun circulate_V2 : V2; -fun circulation_N : N; -fun circumcise_V2 : V2; -fun circumcision_N : N; -fun circumference_N : N; -fun circumflex_N : N; -fun circumlocution_N : N; -fun circumnavigate_V2 : V2; -fun circumnavigation_N : N; -fun circumscribe_V2 : V2; -fun circumscription_N : N; -fun circumspect_A : A; -fun circumspection_N : N; -fun circumspectly_Adv : Adv; -fun circumstance_N : N; -fun circumstantial_A : A; -fun circumstantially_Adv : Adv; -fun circumvent_V2 : V2; -fun circumvention_N : N; -fun circus_N : N; -fun cirencester_PN : PN; -fun cirrhosis_N : N; -fun cirrus_N : N; -fun cissy_A : A; -fun cissy_N : N; -fun cistern_N : N; -fun citadel_N : N; -fun citation_N : N; -fun cite_V2 : V2; -fun citizen_N : N; -fun citizenship_N : N; -fun citric_A : A; -fun citron_N : N; -fun citrous_A : A; -fun citrus_N : N; -fun city_N : N; -fun civet_N : N; -fun civet_cat_N : N; -fun civic_A : A; -fun civics_N : N; -fun civil_A : A; -fun civilian_A : A; -fun civilian_N : N; -fun civility_N : N; -fun civilization_N : N; -fun civilize_V2 : V2; -fun civilly_Adv : Adv; -fun civvy_street_PN : PN; -fun clack_N : N; -fun clack_V : V; -fun clackmannon_PN : PN; -fun clacton_PN : PN; -fun claim_N : N; -fun claim_V : V; -fun claim_V2 : V2; -fun claimant_N : N; -fun clairvoyance_N : N; -fun clairvoyant_N : N; -fun clam_N : N; -fun clam_V : V; -fun clambake_N : N; -fun clamber_N : N; -fun clamber_V : V; -fun clammily_Adv : Adv; -fun clammy_A : A; -fun clamorous_A : A; -fun clamour_N : N; -fun clamour_V : V; -fun clamour_V2 : V2; -fun clamp_N : N; -fun clamp_V : V; -fun clamp_V2 : V2; -fun clamp_down_N : N; -fun clan_N : N; -fun clandestine_A : A; -fun clang_N : N; -fun clang_V : V; -fun clang_V2 : V2; -fun clanger_N : N; -fun clangorous_A : A; -fun clangour_N : N; -fun clank_N : N; -fun clank_V : V; -fun clank_V2 : V2; -fun clannish_A : A; -fun clannishly_Adv : Adv; -fun clansman_N : N; -fun clap_N : N; -fun clap_V : V; -fun clap_V2 : V2; -fun clapboard_N : N; -fun clapper_N : N; -fun clapperboard_N : N; -fun claptrap_N : N; -fun claque_N : N; -fun clare_PN : PN; -fun claret_N : N; -fun clarification_N : N; -fun clarify_V : V; -fun clarify_V2 : V2; -fun clarinet_N : N; -fun clarinetist_N : N; -fun clarinettist_N : N; -fun clarion_N : N; -fun clarity_N : N; -fun clarkston_PN : PN; -fun clarrie_PN : PN; -fun clash_N : N; -fun clash_V : V; -fun clash_V2 : V2; -fun clasp_N : N; -fun clasp_V : V; -fun clasp_V2 : V2; -fun clasp_knife_N : N; -fun class_N : N; -fun class_V2 : V2; -fun class_conscious_A : A; -fun class_feeling_N : N; -fun class_fellow_N : N; -fun class_list_N : N; -fun class_warfare_N : N; -fun classic_A : A; -fun classic_N : N; -fun classical_A : A; -fun classically_Adv : Adv; -fun classicism_N : N; -fun classicist_N : N; -fun classics_N : N; -fun classifiable_A : A; -fun classification_N : N; -fun classified_A : A; -fun classify_V2 : V2; -fun classless_A : A; -fun classmate_N : N; -fun classroom_N : N; -fun classy_A : A; -fun clatter_N : N; -fun clatter_V : V; -fun clatter_V2 : V2; -fun claud_PN : PN; -fun claude_PN : PN; -fun clause_N : N; -fun claustrophobia_N : N; -fun claustrophobic_A : A; -fun clavichord_N : N; -fun clavicle_N : N; -fun claw_N : N; -fun claw_V2 : V2; -fun clawback_N : N; -fun clawhammer_N : N; -fun clay_N : N; -fun clay_cross_PN : PN; -fun clayey_A : A; -fun clean_A : A; -fun clean_Adv : Adv; -fun clean_N : N; -fun clean_V : V; -fun clean_V2 : V2; -fun clean_bowled_A : A; -fun clean_cut_A : A; -fun clean_limbed_A : A; -fun clean_living_A : A; -fun clean_shaven_A : A; -fun clean_up_N : N; -fun cleaner_N : N; -fun cleanliness_N : N; -fun cleanly_A : A; -fun cleanly_Adv : Adv; -fun cleanse_V2 : V2; -fun cleanser_N : N; -fun clear_A : A; -fun clear_Adv : Adv; -fun clear_N : N; -fun clear_V : V; -fun clear_V2 : V2; -fun clear_cut_Adv : Adv; -fun clear_headed_A : A; -fun clear_sighted_A : A; -fun clearance_N : N; -fun clearing_N : N; -fun clearing_house_N : N; -fun clearly_Adv : Adv; -fun clearness_N : N; -fun clearway_N : N; -fun cleat_N : N; -fun cleator_moor_PN : PN; -fun cleavage_N : N; -fun cleave_V : V; -fun cleave_V2 : V2; -fun cleaver_N : N; -fun cleethorpes_PN : PN; -fun clef_N : N; -fun cleft_N : N; -fun clem_PN : PN; -fun clematis_N : N; -fun clemency_N : N; -fun clement_A : A; -fun clement_PN : PN; -fun clench_V2 : V2; -fun clerestory_N : N; -fun clergy_N : N; -fun clergyman_N : N; -fun cleric_N : N; -fun clerical_A : A; -fun clerihew_N : N; -fun clerk_N : N; -fun clerk_V : V; -fun clermont_ferrand_PN : PN; -fun clevedon_PN : PN; -fun cleveland_PN : PN; -fun clever_A : A; -fun cleverly_Adv : Adv; -fun cleverness_N : N; -fun clew_N : N; -fun clew_V2 : V2; -fun cliche_N : N; -fun click_N : N; -fun click_V : V; -fun client_N : N; -fun clientele_N : N; -fun cliff_N : N; -fun cliff_PN : PN; -fun cliff_hanger_N : N; -fun clifford_PN : PN; -fun climacteric_N : N; -fun climactic_A : A; -fun climate_N : N; -fun climatic_A : A; -fun climatically_Adv : Adv; -fun climatology_N : N; -fun climax_N : N; -fun climax_V : V; -fun climax_V2 : V2; -fun climb_N : N; -fun climb_V : V; -fun climb_V2 : V2; -fun climb_down_N : N; -fun climber_N : N; -fun clime_N : N; -fun clinch_N : N; -fun clinch_V : V; -fun clinch_V2 : V2; -fun clincher_N : N; -fun cling_V : V; -fun clinic_N : N; -fun clinical_A : A; -fun clinically_Adv : Adv; -fun clink_N : N; -fun clink_V : V; -fun clink_V2 : V2; -fun clinker_N : N; -fun clinker_built_A : A; -fun clip_N : N; -fun clip_V2 : V2; -fun clip_joint_N : N; -fun clip_on_A : A; -fun clipper_N : N; -fun clipping_N : N; -fun clique_N : N; -fun cliquish_A : A; -fun clitheroe_PN : PN; -fun clitoris_N : N; -fun clive_PN : PN; -fun cloak_N : N; -fun cloak_V2 : V2; -fun cloakroom_N : N; -fun clobber_N : N; -fun clobber_V2 : V2; -fun cloche_N : N; -fun clock_N : N; -fun clock_V : V; -fun clock_V2 : V2; -fun clock_dial_N : N; -fun clock_face_N : N; -fun clock_golf_N : N; -fun clock_tower_N : N; -fun clock_watching_N : N; -fun clockwise_Adv : Adv; -fun clockwork_N : N; -fun clod_N : N; -fun clodhopper_N : N; -fun clog_N : N; -fun clog_V : V; -fun clog_V2 : V2; -fun clog_dance_N : N; -fun cloggy_A : A; -fun cloisonne_N : N; -fun cloister_N : N; -fun cloister_V2 : V2; -fun clone_N : N; -fun close_A : A; -fun close_Adv : Adv; -fun close_N : N; -fun close_V : V; -fun close_V2 : V2; -fun close_cropped_A : A; -fun close_cut_A : A; -fun close_down_N : N; -fun close_fisted_A : A; -fun close_fitting_A : A; -fun close_grained_A : A; -fun close_hauled_A : A; -fun close_set_A : A; -fun close_up_N : N; -fun closely_Adv : Adv; -fun closeness_N : N; -fun closet_A : A; -fun closet_N : N; -fun closet_V2 : V2; -fun closure_N : N; -fun clot_N : N; -fun clot_V : V; -fun clot_V2 : V2; -fun cloth_N : N; -fun clothe_V2 : V2; -fun clothes_basket_N : N; -fun clothes_hanger_N : N; -fun clothes_moth_N : N; -fun clothes_peg_N : N; -fun clothes_pin_N : N; -fun clotheshorse_N : N; -fun clothesline_N : N; -fun clothier_N : N; -fun clothing_N : N; -fun cloud_N : N; -fun cloud_V : V; -fun cloud_V2 : V2; -fun cloud_bank_N : N; -fun cloud_capped_A : A; -fun cloud_cuckoo_land_N : N; -fun cloudburst_N : N; -fun cloudless_A : A; -fun cloudy_A : A; -fun clout_N : N; -fun clout_V2 : V2; -fun clove_N : N; -fun clove_hitch_N : N; -fun clover_N : N; -fun cloverleaf_N : N; -fun clown_N : N; -fun clown_V : V; -fun clowne_PN : PN; -fun clownish_A : A; -fun cloy_V : V; -fun cloy_V2 : V2; -fun club_N : N; -fun club_V : V; -fun club_V2 : V2; -fun club_footed_A : A; -fun clubbable_A : A; -fun clubfoot_N : N; -fun clubhouse_N : N; -fun cluck_N : N; -fun cluck_V : V; -fun clue_N : N; -fun clump_N : N; -fun clump_V : V; -fun clump_V2 : V2; -fun clumsily_Adv : Adv; -fun clumsiness_N : N; -fun clumsy_A : A; -fun clunk_N : N; -fun clunk_V : V; -fun cluster_N : N; -fun cluster_V : V; -fun clutch_N : N; -fun clutch_V : V; -fun clutch_V2 : V2; -fun clutter_N : N; -fun clutter_V2 : V2; -fun clwyd_PN : PN; -fun clydach_PN : PN; -fun clydebank_PN : PN; -fun cm_N : N; -fun co_N : N; -fun co_ed_N : N; -fun co_op_N : N; -fun co_opt_V2 : V2; -fun co_respondent_N : N; -fun co_star_N : N; -fun co_star_V : V; -fun co_star_V2 : V2; -fun coach_N : N; -fun coach_V : V; -fun coach_V2 : V2; -fun coach_builder_N : N; -fun coachman_N : N; -fun coagulate_V : V; -fun coagulate_V2 : V2; -fun coagulation_N : N; -fun coal_N : N; -fun coal_V : V; -fun coal_V2 : V2; -fun coal_gas_N : N; -fun coal_hole_N : N; -fun coal_house_N : N; -fun coal_scuttle_N : N; -fun coal_seam_N : N; -fun coal_tar_N : N; -fun coalesce_V : V; -fun coalescence_N : N; -fun coalface_N : N; -fun coalfield_N : N; -fun coaling_station_N : N; -fun coalition_N : N; -fun coalman_N : N; -fun coalmine_N : N; -fun coalpit_N : N; -fun coalville_PN : PN; -fun coaming_N : N; -fun coarse_A : A; -fun coarsely_Adv : Adv; -fun coarsen_V : V; -fun coarsen_V2 : V2; -fun coarseness_N : N; -fun coast_N : N; -fun coast_V : V; -fun coast_V2 : V2; -fun coastal_A : A; -fun coaster_N : N; -fun coastguard_N : N; -fun coastline_N : N; -fun coastwise_A : A; -fun coastwise_Adv : Adv; -fun coat_N : N; -fun coat_V2 : V2; -fun coat_hanger_N : N; -fun coatbridge_PN : PN; -fun coatee_N : N; -fun coating_N : N; -fun coax_V : V; -fun coax_V2 : V2; -fun coaxing_N : N; -fun coaxingly_Adv : Adv; -fun cob_N : N; -fun cob_nut_N : N; -fun cobalt_N : N; -fun cobber_N : N; -fun cobble_N : N; -fun cobble_V2 : V2; -fun cobbler_N : N; -fun cobblestone_N : N; -fun cobham_PN : PN; -fun cobra_N : N; -fun cobweb_N : N; -fun coca_cola_N : N; -fun cocaine_N : N; -fun cochineal_N : N; -fun cochlea_N : N; -fun cock_N : N; -fun cock_V2 : V2; -fun cock_a_doodle_doo_N : N; -fun cock_a_hoop_A : A; -fun cock_a_hoop_Adv : Adv; -fun cock_crow_N : N; -fun cockade_N : N; -fun cockatoo_N : N; -fun cockchafer_N : N; -fun cocker_N : N; -fun cockerel_N : N; -fun cockermouth_PN : PN; -fun cockeyed_A : A; -fun cockfighting_N : N; -fun cockhorse_N : N; -fun cockle_N : N; -fun cockleshell_N : N; -fun cockney_A : A; -fun cockney_N : N; -fun cockpit_N : N; -fun cockroach_N : N; -fun cockscomb_N : N; -fun cocksure_A : A; -fun cocktail_N : N; -fun cockup_N : N; -fun cocky_A : A; -fun coco_N : N; -fun cocoa_N : N; -fun coconut_N : N; -fun cocoon_N : N; -fun cocoon_V2 : V2; -fun cocotte_N : N; -fun cod_N : N; -fun cod_PN : PN; -fun cod_V : V; -fun cod_V2 : V2; -fun cod_liver_oil_N : N; -fun coda_N : N; -fun coddle_V2 : V2; -fun code_N : N; -fun code_V2 : V2; -fun codeine_N : N; -fun codex_N : N; -fun codfish_N : N; -fun codger_N : N; -fun codicil_N : N; -fun codification_N : N; -fun codify_V2 : V2; -fun codling_N : N; -fun codpiece_N : N; -fun codsall_PN : PN; -fun coeducation_N : N; -fun coeducational_A : A; -fun coefficient_N : N; -fun coerce_V2 : V2; -fun coercion_N : N; -fun coercive_A : A; -fun coeval_A : A; -fun coeval_N : N; -fun coexist_V : V; -fun coexistence_N : N; -fun coffee_N : N; -fun coffee_house_N : N; -fun coffee_mill_N : N; -fun coffee_stall_N : N; -fun coffer_N : N; -fun coffer_dam_N : N; -fun coffin_N : N; -fun cog_N : N; -fun cogency_N : N; -fun cogent_A : A; -fun cogitate_V : V; -fun cogitate_V2 : V2; -fun cogitation_N : N; -fun cognac_N : N; -fun cognate_A : A; -fun cognate_N : N; -fun cognition_N : N; -fun cognizance_N : N; -fun cognizant_A : A; -fun cognomen_N : N; -fun cogwheel_N : N; -fun cohabit_V : V; -fun cohabitation_N : N; -fun cohere_V : V; -fun coherence_N : N; -fun coherency_N : N; -fun coherent_A : A; -fun coherently_Adv : Adv; -fun cohesion_N : N; -fun cohesive_A : A; -fun cohort_N : N; -fun coif_N : N; -fun coiffeur_N : N; -fun coiffure_N : N; -fun coign_N : N; -fun coil_N : N; -fun coil_V : V; -fun coil_V2 : V2; -fun coimbatore_PN : PN; -fun coin_N : N; -fun coin_V2 : V2; -fun coinage_N : N; -fun coincide_V : V; -fun coincidence_N : N; -fun coincident_A : A; -fun coincidental_A : A; -fun coiner_N : N; -fun coir_N : N; -fun coition_N : N; -fun coitus_N : N; -fun coke_N : N; -fun coke_V2 : V2; -fun col_N : N; -fun col_PN : PN; -fun cola_N : N; -fun colander_N : N; -fun colchester_PN : PN; -fun cold_A : A; -fun cold_N : N; -fun cold_blooded_A : A; -fun cold_hearted_A : A; -fun cold_shoulder_V2 : V2; -fun coldly_Adv : Adv; -fun coldness_N : N; -fun coleshill_PN : PN; -fun coleslaw_N : N; -fun colic_N : N; -fun colin_PN : PN; -fun colitis_N : N; -fun coll_PN : PN; -fun collaborate_V : V; -fun collaboration_N : N; -fun collaborationist_N : N; -fun collaborator_N : N; -fun collage_N : N; -fun collapsable_A : A; -fun collapse_N : N; -fun collapse_V : V; -fun collapsible_A : A; -fun collar_N : N; -fun collar_V2 : V2; -fun collarbone_N : N; -fun collate_V2 : V2; -fun collateral_A : A; -fun collateral_N : N; -fun collation_N : N; -fun colleague_N : N; -fun collect_A : A; -fun collect_Adv : Adv; -fun collect_N : N; -fun collect_V : V; -fun collect_V2 : V2; -fun collected_A : A; -fun collectedly_Adv : Adv; -fun collection_N : N; -fun collective_A : A; -fun collectivization_N : N; -fun collectivize_V2 : V2; -fun collector_N : N; -fun colleen_N : N; -fun college_N : N; -fun collegiate_A : A; -fun collide_V : V; -fun collie_N : N; -fun collier_N : N; -fun colliery_N : N; -fun collision_N : N; -fun collocate_V : V; -fun collocation_N : N; -fun colloquial_A : A; -fun colloquialism_N : N; -fun colloquially_Adv : Adv; -fun colloquy_N : N; -fun collusion_N : N; -fun collusive_A : A; -fun colne_PN : PN; -fun cologne_PN : PN; -fun colombia_PN : PN; -fun colombian_A : A; -fun colombian_N : N; -fun colombo_PN : PN; -fun colon_N : N; -fun colonel_N : N; -fun colonial_A : A; -fun colonial_N : N; -fun colonialism_N : N; -fun colonialist_N : N; -fun colonist_N : N; -fun colonization_N : N; -fun colonize_V2 : V2; -fun colonizer_N : N; -fun colonnade_N : N; -fun colonnaded_A : A; -fun colony_N : N; -fun colorado_PN : PN; -fun coloratura_N : N; -fun colossal_A : A; -fun colossus_N : N; -fun colour_N : N; -fun colour_V : V; -fun colour_V2 : V2; -fun colour_bar_N : N; -fun colour_blind_A : A; -fun colour_wash_N : N; -fun coloured_A : A; -fun colourful_A : A; -fun colouring_N : N; -fun colourless_A : A; -fun colt_N : N; -fun coltish_A : A; -fun columbia_PN : PN; -fun columbine_N : N; -fun columbus_PN : PN; -fun column_N : N; -fun columnist_N : N; -fun colwyn_bay_PN : PN; -fun coma_N : N; -fun comatose_A : A; -fun comb_N : N; -fun comb_V : V; -fun comb_V2 : V2; -fun comb_out_N : N; -fun combat_N : N; -fun combat_V : V; -fun combat_V2 : V2; -fun combatant_A : A; -fun combatant_N : N; -fun combative_A : A; -fun combatively_Adv : Adv; -fun combination_N : N; -fun combination_lock_N : N; -fun combine_N : N; -fun combine_V : V; -fun combine_V2 : V2; -fun combustible_A : A; -fun combustible_N : N; -fun combustion_N : N; -fun come_V : V; -fun come_at_able_A : A; -fun come_on_N : N; -fun comeback_N : N; -fun comedian_N : N; -fun comedienne_N : N; -fun comedown_N : N; -fun comedy_N : N; -fun comeliness_N : N; -fun comely_A : A; -fun comer_N : N; -fun comestible_N : N; -fun comet_N : N; -fun comfit_N : N; -fun comfort_N : N; -fun comfort_V2 : V2; -fun comfortable_A : A; -fun comfortably_Adv : Adv; -fun comforter_N : N; -fun comfortingly_Adv : Adv; -fun comfortless_A : A; -fun comfrey_N : N; -fun comfy_A : A; -fun comic_A : A; -fun comic_N : N; -fun comical_A : A; -fun comically_Adv : Adv; -fun coming_A : A; -fun coming_N : N; -fun comity_N : N; -fun comma_N : N; -fun command_N : N; -fun command_V : V; -fun command_V2 : V2; -fun commandant_N : N; -fun commandeer_V2 : V2; -fun commander_N : N; -fun commanding_A : A; -fun commandment_N : N; -fun commando_N : N; -fun commemorate_V2 : V2; -fun commemoration_N : N; -fun commemorative_A : A; -fun commence_V : V; -fun commence_V2 : V2; -fun commencement_N : N; -fun commend_V2 : V2; -fun commendable_A : A; -fun commendation_N : N; -fun commensurable_A : A; -fun commensurate_A : A; -fun comment_N : N; -fun comment_V : V; -fun commentary_N : N; -fun commentate_V : V; -fun commentator_N : N; -fun commerce_N : N; -fun commercial_A : A; -fun commercial_N : N; -fun commercialism_N : N; -fun commercialize_V2 : V2; -fun commercially_Adv : Adv; -fun commination_N : N; -fun comminatory_A : A; -fun commingle_V : V; -fun commingle_V2 : V2; -fun commiserate_V : V; -fun commiseration_N : N; -fun commissar_N : N; -fun commissariat_N : N; -fun commissary_N : N; -fun commission_N : N; -fun commission_V2 : V2; -fun commissionaire_N : N; -fun commissioned_A : A; -fun commissioner_N : N; -fun commit_V2 : V2; -fun commital_N : N; -fun commitment_N : N; -fun committee_N : N; -fun commode_N : N; -fun commodious_A : A; -fun commodity_N : N; -fun commodore_N : N; -fun common_A : A; -fun common_N : N; -fun common_room_N : N; -fun commonalty_N : N; -fun commoner_N : N; -fun commonly_Adv : Adv; -fun commonplace_A : A; -fun commonplace_N : N; -fun commonwealth_N : N; -fun commotion_N : N; -fun communal_A : A; -fun communally_Adv : Adv; -fun commune_N : N; -fun commune_V : V; -fun communicable_A : A; -fun communicant_N : N; -fun communicate_V : V; -fun communicate_V2 : V2; -fun communication_N : N; -fun communicative_A : A; -fun communion_N : N; -fun communique_N : N; -fun communism_N : N; -fun communist_A : A; -fun communist_N : N; -fun community_N : N; -fun commutable_A : A; -fun commutation_N : N; -fun commutator_N : N; -fun commute_V : V; -fun commute_V2 : V2; -fun commuter_N : N; -fun compact_A : A; -fun compact_N : N; -fun compact_V2 : V2; -fun compactly_Adv : Adv; -fun compactness_N : N; -fun companion_N : N; -fun companionable_A : A; -fun companionship_N : N; -fun companionway_N : N; -fun company_N : N; -fun comparability_N : N; -fun comparable_A : A; -fun comparative_A : A; -fun comparative_N : N; -fun comparatively_Adv : Adv; -fun compare_N : N; -fun compare_V : V; -fun compare_V2 : V2; -fun comparison_N : N; -fun compartment_N : N; -fun compartmentalize_V2 : V2; -fun compass_N : N; -fun compass_V2 : V2; -fun compassion_N : N; -fun compassionate_A : A; -fun compassionately_Adv : Adv; -fun compatibility_N : N; -fun compatible_A : A; -fun compatibly_Adv : Adv; -fun compatriot_N : N; -fun compeer_N : N; -fun compel_V2 : V2; -fun compendious_A : A; -fun compendium_N : N; -fun compensate_V : V; -fun compensate_V2 : V2; -fun compensation_N : N; -fun compensatory_A : A; -fun compete_V : V; -fun competence_N : N; -fun competent_A : A; -fun competently_Adv : Adv; -fun competition_N : N; -fun competitive_A : A; -fun competitiveness_N : N; -fun competitor_N : N; -fun compilation_N : N; -fun compile_V2 : V2; -fun compiler_N : N; -fun complacence_N : N; -fun complacency_N : N; -fun complacent_A : A; -fun complacently_Adv : Adv; -fun complain_V : V; -fun complainant_N : N; -fun complainingly_Adv : Adv; -fun complaint_N : N; -fun complaisance_N : N; -fun complaisant_A : A; -fun complement_N : N; -fun complement_V2 : V2; -fun complementary_A : A; -fun complete_A : A; -fun complete_V2 : V2; -fun completely_Adv : Adv; -fun completeness_N : N; -fun completion_N : N; -fun complex_A : A; -fun complex_N : N; -fun complexion_N : N; -fun complexity_N : N; -fun compliance_N : N; -fun compliant_A : A; -fun complicate_V2 : V2; -fun complicated_A : A; -fun complication_N : N; -fun complicity_N : N; -fun compliment_N : N; -fun compliment_V2 : V2; -fun complimentary_A : A; -fun complin_N : N; -fun compline_N : N; -fun comply_V2 : V2; -fun component_A : A; -fun component_N : N; -fun comport_V : V; -fun comport_V2 : V2; -fun comportment_N : N; -fun compos_mentis_A : A; -fun compose_V : V; -fun compose_V2 : V2; -fun composed_A : A; -fun composedly_Adv : Adv; -fun composer_N : N; -fun composite_A : A; -fun composition_N : N; -fun compositor_N : N; -fun compost_N : N; -fun compost_V2 : V2; -fun composure_N : N; -fun compote_N : N; -fun compound_A : A; -fun compound_N : N; -fun compound_V : V; -fun compound_V2 : V2; -fun comprehend_V2 : V2; -fun comprehensibility_N : N; -fun comprehensible_A : A; -fun comprehension_N : N; -fun comprehensive_A : A; -fun comprehensively_Adv : Adv; -fun comprehensiveness_N : N; -fun compress_N : N; -fun compress_V2 : V2; -fun compression_N : N; -fun compressor_N : N; -fun comprise_V2 : V2; -fun compromise_N : N; -fun compromise_V : V; -fun compromise_V2 : V2; -fun comptroller_N : N; -fun compulsion_N : N; -fun compulsive_A : A; -fun compulsively_Adv : Adv; -fun compulsorily_Adv : Adv; -fun compulsory_A : A; -fun compunction_N : N; -fun computation_N : N; -fun computational_A : A; -fun computationally_Adv : Adv; -fun compute_V : V; -fun compute_V2 : V2; -fun computer_N : N; -fun computerize_V2 : V2; -fun compere_N : N; -fun compere_V2 : V2; -fun comrade_N : N; -fun comradely_Adv : Adv; -fun comradeship_N : N; -fun con_Adv : Adv; -fun con_N : N; -fun con_V2 : V2; -fun con_man_N : N; -fun concatenation_N : N; -fun concave_A : A; -fun concavity_N : N; -fun conceal_V2 : V2; -fun concealment_N : N; -fun concede_V2 : V2; -fun conceit_N : N; -fun conceited_A : A; -fun conceitedly_Adv : Adv; -fun conceivable_A : A; -fun conceivably_Adv : Adv; -fun conceive_V : V; -fun conceive_V2 : V2; -fun concentrate_N : N; -fun concentrate_V : V; -fun concentrate_V2 : V2; -fun concentrated_A : A; -fun concentration_N : N; -fun concentric_A : A; -fun concept_N : N; -fun conception_N : N; -fun conceptual_A : A; -fun conceptually_Adv : Adv; -fun concern_N : N; -fun concern_V2 : V2; -fun concerned_A : A; -fun concernedly_Adv : Adv; -fun concert_N : N; -fun concert_V2 : V2; -fun concert_hall_N : N; -fun concerted_A : A; -fun concertina_N : N; -fun concerto_N : N; -fun concession_N : N; -fun concessionaire_N : N; -fun concessive_A : A; -fun conch_N : N; -fun conchology_N : N; -fun concierge_N : N; -fun conciliate_V2 : V2; -fun conciliation_N : N; -fun conciliatory_A : A; -fun concise_A : A; -fun concisely_Adv : Adv; -fun conciseness_N : N; -fun conclave_N : N; -fun conclude_V : V; -fun conclude_V2 : V2; -fun conclusion_N : N; -fun conclusive_A : A; -fun conclusively_Adv : Adv; -fun concoct_V2 : V2; -fun concoction_N : N; -fun concomitant_A : A; -fun concomitant_N : N; -fun concord_N : N; -fun concordance_N : N; -fun concordant_A : A; -fun concordat_N : N; -fun concourse_N : N; -fun concrete_A : A; -fun concrete_N : N; -fun concrete_V : V; -fun concrete_V2 : V2; -fun concretely_Adv : Adv; -fun concretion_N : N; -fun concubine_N : N; -fun concupiscence_N : N; -fun concur_V : V; -fun concurrence_N : N; -fun concurrent_A : A; -fun concurrently_Adv : Adv; -fun concuss_V2 : V2; -fun concussion_N : N; -fun condemn_V2 : V2; -fun condemnation_N : N; -fun condensation_N : N; -fun condense_V : V; -fun condense_V2 : V2; -fun condenser_N : N; -fun condescend_V : V; -fun condescending_A : A; -fun condescendingly_Adv : Adv; -fun condescension_N : N; -fun condign_A : A; -fun condiment_N : N; -fun condition_N : N; -fun condition_V2 : V2; -fun conditional_A : A; -fun conditionally_Adv : Adv; -fun conditioned_A : A; -fun conditioner_N : N; -fun condole_V : V; -fun condolence_N : N; -fun condominium_N : N; -fun condonation_N : N; -fun condone_V2 : V2; -fun condor_N : N; -fun conduce_V : V; -fun conducive_A : A; -fun conduct_N : N; -fun conduct_V : V; -fun conduct_V2 : V2; -fun conduction_N : N; -fun conductive_A : A; -fun conductivity_N : N; -fun conductor_N : N; -fun conductress_N : N; -fun conduit_N : N; -fun cone_N : N; -fun cone_V2 : V2; -fun coney_N : N; -fun confab_N : N; -fun confab_V : V; -fun confabulate_V : V; -fun confabulation_N : N; -fun confection_N : N; -fun confectioner_N : N; -fun confectionery_N : N; -fun confederacy_N : N; -fun confederate_A : A; -fun confederate_N : N; -fun confederate_V : V; -fun confederate_V2 : V2; -fun confederation_N : N; -fun confer_V : V; -fun confer_V2 : V2; -fun conference_N : N; -fun conferment_N : N; -fun confess_V : V; -fun confess_V2 : V2; -fun confessedly_Adv : Adv; -fun confession_N : N; -fun confessional_N : N; -fun confessor_N : N; -fun confetti_N : N; -fun confidant_N : N; -fun confide_V : V; -fun confide_V2 : V2; -fun confidence_N : N; -fun confident_A : A; -fun confidential_A : A; -fun confidentiality_N : N; -fun confidentially_Adv : Adv; -fun confidently_Adv : Adv; -fun confiding_A : A; -fun confidingly_Adv : Adv; -fun configuration_N : N; -fun configure_V2 : V2; -fun configured_A : A; -fun confine_V2 : V2; -fun confined_A : A; -fun confinement_N : N; -fun confirm_V2 : V2; -fun confirmation_N : N; -fun confirmed_A : A; -fun confiscate_V2 : V2; -fun confiscation_N : N; -fun conflagration_N : N; -fun conflict_N : N; -fun conflict_V : V; -fun conflicting_A : A; -fun confluence_N : N; -fun confluent_A : A; -fun conform_V : V; -fun conform_V2 : V2; -fun conformable_A : A; -fun conformation_N : N; -fun conformist_N : N; -fun conformity_N : N; -fun confound_V2 : V2; -fun confounded_A : A; -fun confoundedly_Adv : Adv; -fun confront_V2 : V2; -fun confrontation_N : N; -fun confrere_N : N; -fun confucian_A : A; -fun confucian_N : N; -fun confuse_V2 : V2; -fun confusedly_Adv : Adv; -fun confusion_N : N; -fun confutation_N : N; -fun confute_V2 : V2; -fun congeal_V : V; -fun congeal_V2 : V2; -fun congenial_A : A; -fun congenially_Adv : Adv; -fun congenital_A : A; -fun conger_N : N; -fun conger_eel_N : N; -fun congested_A : A; -fun congestion_N : N; -fun congleton_PN : PN; -fun conglomerate_A : A; -fun conglomerate_N : N; -fun conglomerate_V : V; -fun conglomerate_V2 : V2; -fun conglomeration_N : N; -fun congo_PN : PN; -fun congolese_A : A; -fun congolese_N : N; -fun congratulate_V2 : V2; -fun congratulation_N : N; -fun congratulatory_A : A; -fun congregate_V : V; -fun congregate_V2 : V2; -fun congregation_N : N; -fun congregational_A : A; -fun congress_N : N; -fun congressional_A : A; -fun congressman_N : N; -fun congresswoman_N : N; -fun congruent_A : A; -fun congruous_A : A; -fun conge_N : N; -fun conic_A : A; -fun conical_A : A; -fun conifer_N : N; -fun coniferous_A : A; -fun conjectural_A : A; -fun conjecture_N : N; -fun conjecture_V : V; -fun conjecture_V2 : V2; -fun conjoin_V : V; -fun conjoin_V2 : V2; -fun conjoint_A : A; -fun conjointly_Adv : Adv; -fun conjugal_A : A; -fun conjugally_Adv : Adv; -fun conjugate_V : V; -fun conjugate_V2 : V2; -fun conjugation_N : N; -fun conjunction_N : N; -fun conjunctive_A : A; -fun conjunctive_N : N; -fun conjuncture_N : N; -fun conjuration_N : N; -fun conjure_V : V; -fun conjure_V2 : V2; -fun conjurer_N : N; -fun conjuror_N : N; -fun conk_N : N; -fun conk_V : V; -fun conker_N : N; -fun connah's_quay_PN : PN; -fun connaught_PN : PN; -fun connect_V : V; -fun connect_V2 : V2; -fun connecticut_PN : PN; -fun connection_N : N; -fun connective_A : A; -fun connective_N : N; -fun connexion_N : N; -fun connie_PN : PN; -fun conning_A : A; -fun connivance_N : N; -fun connive_V : V; -fun connoisseur_N : N; -fun connotation_N : N; -fun connote_V2 : V2; -fun connubial_A : A; -fun conquer_V2 : V2; -fun conqueror_N : N; -fun conquest_N : N; -fun conquistador_N : N; -fun cons_PN : PN; -fun consanguinity_N : N; -fun conscience_N : N; -fun conscience_smitten_A : A; -fun conscientious_A : A; -fun conscientiously_Adv : Adv; -fun conscientiousness_N : N; -fun conscious_A : A; -fun consciously_Adv : Adv; -fun consciousness_N : N; -fun conscript_N : N; -fun conscript_V2 : V2; -fun conscription_N : N; -fun consecrate_V2 : V2; -fun consecration_N : N; -fun consecutive_A : A; -fun consecutively_Adv : Adv; -fun consensus_N : N; -fun consent_N : N; -fun consent_V : V; -fun consequence_N : N; -fun consequent_A : A; -fun consequential_A : A; -fun consequentially_Adv : Adv; -fun consequently_Adv : Adv; -fun conservancy_N : N; -fun conservation_N : N; -fun conservatism_N : N; -fun conservative_A : A; -fun conservative_N : N; -fun conservatively_Adv : Adv; -fun conservatoire_N : N; -fun conservatory_N : N; -fun conserve_N : N; -fun conserve_V2 : V2; -fun consett_PN : PN; -fun consider_V2 : V2; -fun considerable_A : A; -fun considerably_Adv : Adv; -fun considerate_A : A; -fun considerately_Adv : Adv; -fun considerateness_N : N; -fun consideration_N : N; -fun consign_V2 : V2; -fun consignee_N : N; -fun consigner_N : N; -fun consignment_N : N; -fun consignor_N : N; -fun consist_V : V; -fun consistence_N : N; -fun consistency_N : N; -fun consistent_A : A; -fun consistently_Adv : Adv; -fun consistory_N : N; -fun consolable_A : A; -fun consolation_N : N; -fun consolatory_A : A; -fun console_N : N; -fun console_V2 : V2; -fun consolidate_V : V; -fun consolidate_V2 : V2; -fun consolidation_N : N; -fun consomme_N : N; -fun consonance_N : N; -fun consonant_A : A; -fun consonant_N : N; -fun consort_N : N; -fun consort_V : V; -fun consortium_N : N; -fun conspectus_N : N; -fun conspicuous_A : A; -fun conspicuously_Adv : Adv; -fun conspicuousness_N : N; -fun conspiracy_N : N; -fun conspirator_N : N; -fun conspiratorial_A : A; -fun conspire_V : V; -fun conspire_V2 : V2; -fun constable_N : N; -fun constabulary_N : N; -fun constance_PN : PN; -fun constancy_N : N; -fun constant_A : A; -fun constant_N : N; -fun constantly_Adv : Adv; -fun constellation_N : N; -fun consternation_N : N; -fun constipate_V2 : V2; -fun constipated_A : A; -fun constipation_N : N; -fun constituency_N : N; -fun constituent_A : A; -fun constituent_N : N; -fun constitute_V2 : V2; -fun constitution_N : N; -fun constitutional_A : A; -fun constitutional_N : N; -fun constitutionalism_N : N; -fun constitutionalist_N : N; -fun constitutionalize_V2 : V2; -fun constitutionally_Adv : Adv; -fun constitutive_A : A; -fun constrain_V2 : V2; -fun constrained_A : A; -fun constrainedly_Adv : Adv; -fun constraint_N : N; -fun constrict_V2 : V2; -fun constriction_N : N; -fun construct_V2 : V2; -fun construction_N : N; -fun constructional_A : A; -fun constructive_A : A; -fun constructively_Adv : Adv; -fun constructor_N : N; -fun construe_V : V; -fun construe_V2 : V2; -fun consubstantiation_N : N; -fun consul_N : N; -fun consular_A : A; -fun consulate_N : N; -fun consulship_N : N; -fun consult_V : V; -fun consult_V2 : V2; -fun consultant_N : N; -fun consultation_N : N; -fun consultative_A : A; -fun consume_V : V; -fun consume_V2 : V2; -fun consumer_N : N; -fun consuming_A : A; -fun consummate_A : A; -fun consummate_V2 : V2; -fun consummation_N : N; -fun consumption_N : N; -fun consumptive_A : A; -fun consumptive_N : N; -fun cont_PN : PN; -fun contact_N : N; -fun contact_V2 : V2; -fun contagion_N : N; -fun contagious_A : A; -fun contagiously_Adv : Adv; -fun contain_V2 : V2; -fun container_N : N; -fun containment_N : N; -fun contaminant_N : N; -fun contaminate_V2 : V2; -fun contamination_N : N; -fun contemn_V2 : V2; -fun contemplate_V : V; -fun contemplate_V2 : V2; -fun contemplation_N : N; -fun contemplative_A : A; -fun contemporaneous_A : A; -fun contemporaneously_Adv : Adv; -fun contemporary_A : A; -fun contemporary_N : N; -fun contempt_N : N; -fun contemptible_A : A; -fun contemptuous_A : A; -fun contemptuously_Adv : Adv; -fun contend_V : V; -fun contend_V2 : V2; -fun contender_N : N; -fun content_A : A; -fun content_N : N; -fun content_V2 : V2; -fun contented_A : A; -fun contentedly_Adv : Adv; -fun contention_N : N; -fun contentious_A : A; -fun contentment_N : N; -fun conterminous_A : A; -fun contest_N : N; -fun contest_V : V; -fun contest_V2 : V2; -fun contestant_N : N; -fun context_N : N; -fun contextual_A : A; -fun contiguity_N : N; -fun contiguous_A : A; -fun contiguously_Adv : Adv; -fun continence_N : N; -fun continent_A : A; -fun continent_N : N; -fun continental_A : A; -fun contingency_N : N; -fun contingent_A : A; -fun contingent_N : N; -fun continual_A : A; -fun continually_Adv : Adv; -fun continuance_N : N; -fun continuation_N : N; -fun continue_V : V; -fun continue_V2 : V2; -fun continuity_N : N; -fun continuous_A : A; -fun continuously_Adv : Adv; -fun contort_V2 : V2; -fun contortion_N : N; -fun contortionist_N : N; -fun contour_N : N; -fun contour_V2 : V2; -fun contraband_N : N; -fun contrabass_N : N; -fun contraception_N : N; -fun contraceptive_A : A; -fun contraceptive_N : N; -fun contract_N : N; -fun contract_V : V; -fun contract_V2 : V2; -fun contractible_A : A; -fun contractile_A : A; -fun contraction_N : N; -fun contractor_N : N; -fun contractual_A : A; -fun contradict_V2 : V2; -fun contradiction_N : N; -fun contradictory_A : A; -fun contradistinction_N : N; -fun contradistinguish_V2 : V2; -fun contralto_N : N; -fun contraption_N : N; -fun contrapuntal_A : A; -fun contrariety_N : N; -fun contrarily_Adv : Adv; -fun contrariness_N : N; -fun contrariwise_Adv : Adv; -fun contrary_A : A; -fun contrary_N : N; -fun contrast_N : N; -fun contrast_V : V; -fun contrast_V2 : V2; -fun contrastingly_Adv : Adv; -fun contravene_V2 : V2; -fun contravention_N : N; -fun contretemps_N : N; -fun contribute_V : V; -fun contribute_V2 : V2; -fun contribution_N : N; -fun contributor_N : N; -fun contributory_A : A; -fun contrite_A : A; -fun contritely_Adv : Adv; -fun contrition_N : N; -fun contrivance_N : N; -fun contrive_V : V; -fun contrive_V2 : V2; -fun contriver_N : N; -fun control_N : N; -fun control_V2 : V2; -fun controllable_A : A; -fun controller_N : N; -fun controversial_A : A; -fun controversialist_N : N; -fun controversially_Adv : Adv; -fun controversy_N : N; -fun controvert_V2 : V2; -fun contumacious_A : A; -fun contumaciously_Adv : Adv; -fun contumacy_N : N; -fun contumelious_A : A; -fun contumeliously_Adv : Adv; -fun contumely_N : N; -fun contuse_V2 : V2; -fun contusion_N : N; -fun conundrum_N : N; -fun conurbation_N : N; -fun convalesce_V : V; -fun convalescence_N : N; -fun convalescent_A : A; -fun convalescent_N : N; -fun convection_N : N; -fun convector_N : N; -fun convene_V : V; -fun convene_V2 : V2; -fun convener_N : N; -fun convenience_N : N; -fun convenient_A : A; -fun conveniently_Adv : Adv; -fun convent_N : N; -fun conventicle_N : N; -fun convention_N : N; -fun conventional_A : A; -fun conventionality_N : N; -fun conventionally_Adv : Adv; -fun converge_V : V; -fun convergence_N : N; -fun convergent_A : A; -fun conversant_A : A; -fun conversation_N : N; -fun conversational_A : A; -fun conversationalist_N : N; -fun conversationally_Adv : Adv; -fun converse_A : A; -fun converse_N : N; -fun converse_V : V; -fun conversely_Adv : Adv; -fun conversion_N : N; -fun convert_N : N; -fun convert_V2 : V2; -fun converted_A : A; -fun converter_N : N; -fun convertibility_N : N; -fun convertible_A : A; -fun convertible_N : N; -fun convex_A : A; -fun convexity_N : N; -fun convexly_Adv : Adv; -fun convey_V2 : V2; -fun conveyance_N : N; -fun conveyancer_N : N; -fun conveyer_N : N; -fun conveyer_belt_N : N; -fun conveyor_N : N; -fun convict_N : N; -fun convict_V2 : V2; -fun conviction_N : N; -fun convince_V2 : V2; -fun convincible_A : A; -fun convincing_A : A; -fun convincingly_Adv : Adv; -fun convivial_A : A; -fun conviviality_N : N; -fun convivially_Adv : Adv; -fun convocation_N : N; -fun convoke_V2 : V2; -fun convoluted_A : A; -fun convolution_N : N; -fun convolvulus_N : N; -fun convoy_N : N; -fun convoy_V2 : V2; -fun convulse_V2 : V2; -fun convulsion_N : N; -fun convulsive_A : A; -fun convulsively_Adv : Adv; -fun conwy_PN : PN; -fun cony_N : N; -fun coo_N : N; -fun coo_V : V; -fun coo_V2 : V2; -fun cook_N : N; -fun cook_V : V; -fun cook_V2 : V2; -fun cookbook_N : N; -fun cooker_N : N; -fun cookery_N : N; -fun cookery_book_N : N; -fun cookham_PN : PN; -fun cookhouse_N : N; -fun cookie_N : N; -fun cooking_N : N; -fun cooky_N : N; -fun cool_A : A; -fun cool_N : N; -fun cool_V : V; -fun cool_V2 : V2; -fun cool_headed_A : A; -fun coolant_N : N; -fun cooler_N : N; -fun coolie_N : N; -fun cooling_tower_N : N; -fun coolly_Adv : Adv; -fun coolness_N : N; -fun coon_N : N; -fun coop_N : N; -fun coop_V2 : V2; -fun cooper_N : N; -fun cooperate_V : V; -fun cooperation_N : N; -fun cooperative_A : A; -fun cooperative_N : N; -fun cooperator_N : N; -fun coordinate_A : A; -fun coordinate_N : N; -fun coordinate_V2 : V2; -fun coordinately_Adv : Adv; -fun coordination_N : N; -fun coordinator_N : N; -fun coot_N : N; -fun cop_N : N; -fun cop_V : V; -fun cop_V2 : V2; -fun cop_out_N : N; -fun copartner_N : N; -fun copartnership_N : N; -fun cope_N : N; -fun cope_V : V; -fun copeck_N : N; -fun copenhagen_PN : PN; -fun copernican_A : A; -fun coping_N : N; -fun coping_stone_N : N; -fun copious_A : A; -fun copiously_Adv : Adv; -fun copper_N : N; -fun copper_V2 : V2; -fun copper_bottom_V2 : V2; -fun copper_bottomed_A : A; -fun copperhead_N : N; -fun copperplate_N : N; -fun coppersmith_N : N; -fun coppice_N : N; -fun coppull_PN : PN; -fun copra_N : N; -fun copse_N : N; -fun copt_A : A; -fun copt_N : N; -fun coptic_N : N; -fun copula_N : N; -fun copulate_V : V; -fun copulation_N : N; -fun copulative_A : A; -fun copulative_N : N; -fun copy_N : N; -fun copy_V : V; -fun copy_V2 : V2; -fun copybook_N : N; -fun copycat_N : N; -fun copyhold_N : N; -fun copyholder_N : N; -fun copyist_N : N; -fun copyright_N : N; -fun copyright_V2 : V2; -fun copywriter_N : N; -fun coquetry_N : N; -fun coquette_N : N; -fun coquettish_A : A; -fun coquettishly_Adv : Adv; -fun cor_anglais_N : N; -fun coracle_N : N; -fun coral_A : A; -fun coral_N : N; -fun coral_reef_N : N; -fun corbel_N : N; -fun corby_PN : PN; -fun cord_N : N; -fun cord_V2 : V2; -fun cordage_N : N; -fun cordial_A : A; -fun cordial_N : N; -fun cordiality_N : N; -fun cordially_Adv : Adv; -fun cordite_N : N; -fun cordoba_PN : PN; -fun cordon_N : N; -fun cordon_V2 : V2; -fun cordon_bleu_A : A; -fun corduroy_N : N; -fun core_N : N; -fun core_V2 : V2; -fun coreligionist_N : N; -fun corgi_N : N; -fun corinthian_A : A; -fun corinthian_N : N; -fun cork_N : N; -fun cork_PN : PN; -fun cork_V2 : V2; -fun corkage_N : N; -fun corked_A : A; -fun corker_N : N; -fun corkscrew_N : N; -fun corm_N : N; -fun cormorant_N : N; -fun corn_N : N; -fun corn_V2 : V2; -fun corn_exchange_N : N; -fun corncob_N : N; -fun corncrake_N : N; -fun cornea_N : N; -fun cornelian_N : N; -fun corner_N : N; -fun corner_V : V; -fun corner_V2 : V2; -fun corner_kick_N : N; -fun cornered_A : A; -fun cornerstone_N : N; -fun cornet_N : N; -fun cornflake_N : N; -fun cornflour_N : N; -fun cornflower_N : N; -fun cornice_N : N; -fun cornpone_N : N; -fun cornstarch_N : N; -fun cornucopia_N : N; -fun cornwall_PN : PN; -fun corny_A : A; -fun corolla_N : N; -fun corollary_N : N; -fun corona_N : N; -fun coronary_A : A; -fun coronary_N : N; -fun coronation_N : N; -fun coroner_N : N; -fun coronet_N : N; -fun corp_PN : PN; -fun corporal_A : A; -fun corporal_N : N; -fun corporate_A : A; -fun corporation_N : N; -fun corporeal_A : A; -fun corps_N : N; -fun corps_de_ballet_N : N; -fun corps_diplomatique_N : N; -fun corpse_N : N; -fun corpulence_N : N; -fun corpulent_A : A; -fun corpus_N : N; -fun corpuscle_N : N; -fun corral_N : N; -fun corral_V2 : V2; -fun correct_A : A; -fun correct_V2 : V2; -fun correction_N : N; -fun correctitude_N : N; -fun corrective_A : A; -fun corrective_N : N; -fun correctly_Adv : Adv; -fun correctness_N : N; -fun correlate_V : V; -fun correlate_V2 : V2; -fun correlation_N : N; -fun correlative_A : A; -fun correlative_N : N; -fun correspond_V : V; -fun correspondence_N : N; -fun correspondent_N : N; -fun corresponding_A : A; -fun correspondingly_Adv : Adv; -fun corridor_N : N; -fun corrie_N : N; -fun corrigendum_N : N; -fun corrigible_A : A; -fun corroborate_V2 : V2; -fun corroboration_N : N; -fun corroborative_A : A; -fun corrode_V : V; -fun corrode_V2 : V2; -fun corrosion_N : N; -fun corrosive_A : A; -fun corrosive_N : N; -fun corrugate_V : V; -fun corrugate_V2 : V2; -fun corrugation_N : N; -fun corrupt_A : A; -fun corrupt_V : V; -fun corrupt_V2 : V2; -fun corruptibility_N : N; -fun corruptible_A : A; -fun corruption_N : N; -fun corruptly_Adv : Adv; -fun corruptness_N : N; -fun corsage_N : N; -fun corsair_N : N; -fun corse_N : N; -fun corselet_N : N; -fun corset_N : N; -fun corsham_PN : PN; -fun corslet_N : N; -fun cortege_1_N : N; -fun cortex_N : N; -fun cortical_A : A; -fun cortisone_N : N; -fun cortege_2_N : N; -fun corundum_N : N; -fun corunna_PN : PN; -fun coruscate_V : V; -fun coruscation_N : N; -fun corvette_N : N; -fun corvee_N : N; -fun cos_N : N; -fun cosenza_PN : PN; -fun cosh_N : N; -fun cosh_V2 : V2; -fun cosher_A : A; -fun cosignatory_A : A; -fun cosignatory_N : N; -fun cosily_Adv : Adv; -fun cosine_N : N; -fun cosiness_N : N; -fun cosmetic_A : A; -fun cosmetic_N : N; -fun cosmetician_N : N; -fun cosmic_A : A; -fun cosmogony_N : N; -fun cosmonaut_N : N; -fun cosmopolitan_A : A; -fun cosmopolitan_N : N; -fun cosmos_N : N; -fun cosset_V2 : V2; -fun cost_N : N; -fun cost_V : V; -fun cost_V2 : V2; -fun costa_rica_PN : PN; -fun costa_rican_A : A; -fun costa_rican_N : N; -fun costermonger_N : N; -fun costing_N : N; -fun costive_A : A; -fun costliness_N : N; -fun costly_A : A; -fun costume_N : N; -fun costumier_N : N; -fun cosy_A : A; -fun cosy_N : N; -fun cot_N : N; -fun cote_N : N; -fun cotenant_N : N; -fun coterie_N : N; -fun coterminous_A : A; -fun cotilion_N : N; -fun cotillion_N : N; -fun cottage_N : N; -fun cottar_N : N; -fun cotter_N : N; -fun cotton_N : N; -fun cotton_V : V; -fun cotton_cake_N : N; -fun cotton_plant_N : N; -fun cotton_wool_N : N; -fun cottontail_N : N; -fun cotyledon_N : N; -fun couch_N : N; -fun couch_V : V; -fun couch_V2 : V2; -fun couch_grass_N : N; -fun couchant_A : A; -fun couchette_N : N; -fun cougar_N : N; -fun cough_N : N; -fun cough_V : V; -fun cough_V2 : V2; -fun coulter_N : N; -fun council_N : N; -fun council_board_N : N; -fun council_chamber_N : N; -fun councillor_N : N; -fun counsel_N : N; -fun counsel_V2 : V2; -fun counsellor_N : N; -fun count_N : N; -fun count_V : V; -fun count_V2 : V2; -fun countable_A : A; -fun countdown_N : N; -fun countenance_N : N; -fun countenance_V2 : V2; -fun counter_Adv : Adv; -fun counter_N : N; -fun counter_V : V; -fun counter_V2 : V2; -fun counter_example_N : N; -fun counter_revolution_N : N; -fun counter_revolutionary_A : A; -fun counter_revolutionary_N : N; -fun counteract_V2 : V2; -fun counteraction_N : N; -fun counterattack_N : N; -fun counterattack_V : V; -fun counterattack_V2 : V2; -fun counterattraction_N : N; -fun counterbalance_N : N; -fun counterbalance_V2 : V2; -fun counterblast_N : N; -fun counterclaim_N : N; -fun counterclockwise_Adv : Adv; -fun counterespionage_N : N; -fun counterfeit_A : A; -fun counterfeit_N : N; -fun counterfeit_V2 : V2; -fun counterfeiter_N : N; -fun counterfoil_N : N; -fun counterintelligence_N : N; -fun counterirritant_N : N; -fun countermand_V2 : V2; -fun countermine_N : N; -fun countermine_V : V; -fun countermine_V2 : V2; -fun counteroffer_N : N; -fun counterpane_N : N; -fun counterpart_N : N; -fun counterplot_N : N; -fun counterplot_V : V; -fun counterplot_V2 : V2; -fun counterpoint_N : N; -fun counterpoise_N : N; -fun counterpoise_V2 : V2; -fun countersign_N : N; -fun countersign_V2 : V2; -fun countersink_V2 : V2; -fun countertenor_N : N; -fun countervail_V : V; -fun countervail_V2 : V2; -fun countess_N : N; -fun counting_house_N : N; -fun countless_A : A; -fun countrified_A : A; -fun country_N : N; -fun country_house_N : N; -fun country_seat_N : N; -fun countryman_N : N; -fun countryside_N : N; -fun countrywoman_N : N; -fun county_N : N; -fun coup_N : N; -fun coup_d'etat_N : N; -fun coup_de_grace_N : N; -fun couple_N : N; -fun couple_V : V; -fun couple_V2 : V2; -fun couplet_N : N; -fun coupling_N : N; -fun coupon_N : N; -fun coupe_N : N; -fun courage_N : N; -fun courageous_A : A; -fun courageously_Adv : Adv; -fun courgette_N : N; -fun courier_N : N; -fun course_N : N; -fun course_V : V; -fun course_V2 : V2; -fun courser_N : N; -fun coursing_N : N; -fun court_N : N; -fun court_V : V; -fun court_V2 : V2; -fun court_card_N : N; -fun court_martial_N : N; -fun court_martial_V2 : V2; -fun courteous_A : A; -fun courteously_Adv : Adv; -fun courtesan_N : N; -fun courtesy_N : N; -fun courtier_N : N; -fun courtliness_N : N; -fun courtly_A : A; -fun courtroom_N : N; -fun courtship_N : N; -fun courtyard_N : N; -fun cousin_N : N; -fun cousinly_A : A; -fun cove_N : N; -fun coven_N : N; -fun covenant_N : N; -fun covenant_V : V; -fun covenant_V2 : V2; -fun coventry_PN : PN; -fun cover_N : N; -fun cover_V2 : V2; -fun cover_up_N : N; -fun coverage_N : N; -fun covering_A : A; -fun covering_N : N; -fun coverlet_N : N; -fun covert_A : A; -fun covert_N : N; -fun covertly_Adv : Adv; -fun covet_V2 : V2; -fun covetous_A : A; -fun covetously_Adv : Adv; -fun covetousness_N : N; -fun covey_N : N; -fun cow_N : N; -fun cow_V2 : V2; -fun coward_N : N; -fun cowardice_N : N; -fun cowardly_A : A; -fun cowbell_N : N; -fun cowboy_N : N; -fun cowcatcher_N : N; -fun cowdenbeath_PN : PN; -fun cower_V : V; -fun cowes_PN : PN; -fun cowhand_N : N; -fun cowherd_N : N; -fun cowhide_N : N; -fun cowhouse_N : N; -fun cowl_N : N; -fun cowling_N : N; -fun cowman_N : N; -fun cowpox_N : N; -fun cowrie_N : N; -fun cowshed_N : N; -fun cowskin_N : N; -fun cowslip_N : N; -fun cox_N : N; -fun cox_V : V; -fun cox_V2 : V2; -fun coxcomb_N : N; -fun coxswain_N : N; -fun coy_A : A; -fun coyly_Adv : Adv; -fun coyness_N : N; -fun coyote_N : N; -fun coypu_N : N; -fun cozen_V2 : V2; -fun cozy_A : A; -fun cp_PN : PN; -fun cpl_PN : PN; -fun crab_N : N; -fun crab_V : V; -fun crab_V2 : V2; -fun crab_apple_N : N; -fun crabbed_A : A; -fun crack_N : N; -fun crack_V : V; -fun crack_V2 : V2; -fun crack_down_N : N; -fun crack_up_N : N; -fun cracker_N : N; -fun crackers_A : A; -fun crackle_N : N; -fun crackle_V : V; -fun crackle_china_N : N; -fun crackleware_N : N; -fun crackling_N : N; -fun crackpot_N : N; -fun cracksman_N : N; -fun cradle_N : N; -fun cradle_V2 : V2; -fun craft_N : N; -fun craftily_Adv : Adv; -fun craftiness_N : N; -fun craftsman_N : N; -fun craftsmanship_N : N; -fun crafty_A : A; -fun crag_N : N; -fun cragged_A : A; -fun craggy_A : A; -fun cragsman_N : N; -fun crake_N : N; -fun cram_V : V; -fun cram_V2 : V2; -fun cram_full_A : A; -fun cram_full_Adv : Adv; -fun cramlington_PN : PN; -fun crammer_N : N; -fun cramp_N : N; -fun cramp_V2 : V2; -fun cramp_iron_N : N; -fun cramped_A : A; -fun crampon_N : N; -fun cranberry_N : N; -fun crane_N : N; -fun crane_V : V; -fun crane_V2 : V2; -fun crane_fly_N : N; -fun cranial_A : A; -fun cranium_N : N; -fun crank_N : N; -fun crank_V2 : V2; -fun crankshaft_N : N; -fun cranky_A : A; -fun crannied_A : A; -fun cranny_N : N; -fun crap_N : N; -fun crap_V : V; -fun crap_shooting_N : N; -fun crape_N : N; -fun craps_N : N; -fun crash_Adv : Adv; -fun crash_N : N; -fun crash_V : V; -fun crash_V2 : V2; -fun crash_dive_N : N; -fun crash_dive_V : V; -fun crash_helmet_N : N; -fun crash_land_V : V; -fun crash_land_V2 : V2; -fun crash_landing_N : N; -fun crass_A : A; -fun crate_N : N; -fun crate_V2 : V2; -fun crater_N : N; -fun cravat_N : N; -fun crave_V : V; -fun crave_V2 : V2; -fun craven_A : A; -fun craven_N : N; -fun craving_N : N; -fun crawfish_N : N; -fun crawl_N : N; -fun crawl_V : V; -fun crawler_N : N; -fun crawley_PN : PN; -fun crayfish_N : N; -fun crayon_N : N; -fun crayon_V2 : V2; -fun craze_N : N; -fun crazed_A : A; -fun crazily_Adv : Adv; -fun craziness_N : N; -fun crazy_A : A; -fun creak_N : N; -fun creak_V : V; -fun creakily_Adv : Adv; -fun creaky_A : A; -fun cream_N : N; -fun cream_V2 : V2; -fun creamery_N : N; -fun creamy_A : A; -fun crease_N : N; -fun crease_V : V; -fun crease_V2 : V2; -fun create_V2 : V2; -fun creation_N : N; -fun creative_A : A; -fun creatively_Adv : Adv; -fun creativeness_N : N; -fun creator_N : N; -fun creature_N : N; -fun credence_N : N; -fun credibility_N : N; -fun credible_A : A; -fun credibly_Adv : Adv; -fun credit_N : N; -fun credit_V2 : V2; -fun credit_side_N : N; -fun credit_worthiness_N : N; -fun credit_worthy_A : A; -fun creditable_A : A; -fun creditably_Adv : Adv; -fun creditor_N : N; -fun credo_N : N; -fun credulity_N : N; -fun credulous_A : A; -fun credulously_Adv : Adv; -fun creed_N : N; -fun creek_N : N; -fun creel_N : N; -fun creep_N : N; -fun creep_V : V; -fun creeper_N : N; -fun creepy_A : A; -fun cremate_V2 : V2; -fun cremation_N : N; -fun crematorium_N : N; -fun crematory_N : N; -fun crenellated_A : A; -fun creole_A : A; -fun creole_N : N; -fun creosote_N : N; -fun crepe_1_N : N; -fun crepitate_V : V; -fun crepitation_N : N; -fun crepuscular_A : A; -fun cres_PN : PN; -fun crescendo_N : N; -fun crescent_N : N; -fun cress_N : N; -fun crest_N : N; -fun crest_V : V; -fun crest_V2 : V2; -fun crested_A : A; -fun crestfallen_A : A; -fun creswell_PN : PN; -fun cretaceous_A : A; -fun cretin_N : N; -fun cretinous_A : A; -fun cretonne_N : N; -fun crevasse_N : N; -fun crevice_N : N; -fun crew_N : N; -fun crew_V : V; -fun crew_cut_N : N; -fun crew_neck_N : N; -fun crewe_PN : PN; -fun crib_N : N; -fun crib_V : V; -fun crib_V2 : V2; -fun cribbage_N : N; -fun cribbage_board_N : N; -fun crick_N : N; -fun crick_V2 : V2; -fun cricket_N : N; -fun cricketer_N : N; -fun crieff_PN : PN; -fun crier_N : N; -fun crime_N : N; -fun crime_V2 : V2; -fun criminal_A : A; -fun criminal_N : N; -fun criminally_Adv : Adv; -fun criminology_N : N; -fun crimp_V2 : V2; -fun crimson_A : A; -fun crimson_N : N; -fun crimson_V : V; -fun crimson_V2 : V2; -fun cringe_V : V; -fun crinkle_N : N; -fun crinkle_V : V; -fun crinkle_V2 : V2; -fun crinkly_A : A; -fun crinoline_N : N; -fun cripple_N : N; -fun cripple_V2 : V2; -fun crisis_N : N; -fun crisp_A : A; -fun crisp_N : N; -fun crisp_V : V; -fun crisp_V2 : V2; -fun crisply_Adv : Adv; -fun crispness_N : N; -fun crisscross_A : A; -fun crisscross_Adv : Adv; -fun crisscross_V : V; -fun crisscross_V2 : V2; -fun criterion_N : N; -fun critic_N : N; -fun critical_A : A; -fun critically_Adv : Adv; -fun criticism_N : N; -fun criticize_V : V; -fun criticize_V2 : V2; -fun critique_N : N; -fun croak_N : N; -fun croak_V : V; -fun croak_V2 : V2; -fun crochet_N : N; -fun crochet_V : V; -fun crochet_V2 : V2; -fun crochet_hook_N : N; -fun crock_N : N; -fun crock_V : V; -fun crock_V2 : V2; -fun crockery_N : N; -fun crocodile_N : N; -fun crocus_N : N; -fun croesus_PN : PN; -fun croft_N : N; -fun crofter_N : N; -fun cromer_PN : PN; -fun cromlech_N : N; -fun crone_N : N; -fun crony_N : N; -fun crook_N : N; -fun crook_PN : PN; -fun crook_V : V; -fun crook_V2 : V2; -fun crook_back_A : A; -fun crook_backed_A : A; -fun crooked_A : A; -fun crookedly_Adv : Adv; -fun crookedness_N : N; -fun croon_V : V; -fun croon_V2 : V2; -fun crooner_N : N; -fun crop_N : N; -fun crop_V : V; -fun crop_V2 : V2; -fun crop_dusting_N : N; -fun cropper_N : N; -fun croquet_N : N; -fun croquette_N : N; -fun crore_N : N; -fun crosby_PN : PN; -fun crosier_N : N; -fun cross_A : A; -fun cross_N : N; -fun cross_V : V; -fun cross_V2 : V2; -fun cross_bench_N : N; -fun cross_bencher_N : N; -fun cross_division_N : N; -fun cross_examination_N : N; -fun cross_examine_V2 : V2; -fun cross_examiner_N : N; -fun cross_fertilization_N : N; -fun cross_fertilize_V2 : V2; -fun cross_grained_A : A; -fun cross_heading_N : N; -fun cross_index_N : N; -fun cross_index_V2 : V2; -fun cross_legged_Adv : Adv; -fun cross_question_V2 : V2; -fun cross_reference_N : N; -fun cross_section_N : N; -fun cross_stitch_N : N; -fun crossbar_N : N; -fun crossbeam_N : N; -fun crossbow_N : N; -fun crossbred_A : A; -fun crossbreed_N : N; -fun crossbreed_V2 : V2; -fun crosscheck_N : N; -fun crosscheck_V : V; -fun crosscheck_V2 : V2; -fun crosscountry_A : A; -fun crosscountry_Adv : Adv; -fun crosscurrent_N : N; -fun crosscut_A : A; -fun crosscut_N : N; -fun crosse_N : N; -fun crosseyed_A : A; -fun crossfire_N : N; -fun crossing_N : N; -fun crossly_Adv : Adv; -fun crossness_N : N; -fun crosspatch_N : N; -fun crosspiece_N : N; -fun crossroad_N : N; -fun crosstalk_N : N; -fun crosswalk_N : N; -fun crosswind_N : N; -fun crosswise_Adv : Adv; -fun crossword_N : N; -fun crotch_N : N; -fun crotchet_N : N; -fun crotchety_A : A; -fun crouch_N : N; -fun crouch_V : V; -fun croup_N : N; -fun croupier_N : N; -fun crow's_nest_N : N; -fun crow_N : N; -fun crow_V : V; -fun crowbar_N : N; -fun crowborough_PN : PN; -fun crowd_N : N; -fun crowd_V : V; -fun crowd_V2 : V2; -fun crowded_A : A; -fun crown_N : N; -fun crown_V2 : V2; -fun crown_land_N : N; -fun crowning_A : A; -fun crowthorne_PN : PN; -fun croydon_PN : PN; -fun crozier_N : N; -fun crucial_A : A; -fun crucially_Adv : Adv; -fun crucible_N : N; -fun crucifix_N : N; -fun crucifixion_N : N; -fun cruciform_A : A; -fun crucify_V2 : V2; -fun crude_A : A; -fun crudely_Adv : Adv; -fun crudeness_N : N; -fun crudity_N : N; -fun cruel_A : A; -fun cruelly_Adv : Adv; -fun cruelty_N : N; -fun cruet_N : N; -fun cruet_stand_N : N; -fun cruise_N : N; -fun cruise_V : V; -fun cruiser_N : N; -fun crumb_N : N; -fun crumble_V : V; -fun crumble_V2 : V2; -fun crumbly_A : A; -fun crumpet_N : N; -fun crumple_V : V; -fun crumple_V2 : V2; -fun crunch_N : N; -fun crunch_V : V; -fun crunch_V2 : V2; -fun crupper_N : N; -fun crusade_N : N; -fun crusade_V : V; -fun crusader_N : N; -fun cruse_N : N; -fun crush_N : N; -fun crush_V : V; -fun crush_V2 : V2; -fun crushing_A : A; -fun crushingly_Adv : Adv; -fun crust_N : N; -fun crust_V : V; -fun crust_V2 : V2; -fun crustacean_N : N; -fun crusted_A : A; -fun crusty_A : A; -fun crutch_N : N; -fun crux_N : N; -fun cruzeiro_N : N; -fun cry_N : N; -fun cry_V : V; -fun cry_V2 : V2; -fun crybaby_N : N; -fun crying_A : A; -fun crypt_N : N; -fun cryptic_A : A; -fun cryptically_Adv : Adv; -fun cryptogram_N : N; -fun crystal_N : N; -fun crystal_gazing_N : N; -fun crystalline_A : A; -fun crystallization_N : N; -fun crystallize_V : V; -fun crystallize_V2 : V2; -fun crystallography_N : N; -fun creche_N : N; -fun creme_de_menthe_N : N; -fun crepe_2_N : N; -fun cub_N : N; -fun cuba_PN : PN; -fun cuban_A : A; -fun cuban_N : N; -fun cubbyhole_N : N; -fun cube_N : N; -fun cube_V2 : V2; -fun cubic_A : A; -fun cubical_A : A; -fun cubicle_N : N; -fun cubism_N : N; -fun cubist_N : N; -fun cubit_N : N; -fun cuckold_N : N; -fun cuckold_V2 : V2; -fun cuckoo_N : N; -fun cuckoo_clock_N : N; -fun cucumber_N : N; -fun cud_N : N; -fun cuddle_N : N; -fun cuddle_V : V; -fun cuddle_V2 : V2; -fun cuddlesome_A : A; -fun cuddly_A : A; -fun cudgel_N : N; -fun cudgel_V2 : V2; -fun cudworth_PN : PN; -fun cue_N : N; -fun cuff_N : N; -fun cuff_V2 : V2; -fun cuffley_PN : PN; -fun cuirass_N : N; -fun cuirassier_N : N; -fun cuisine_N : N; -fun cul_de_sac_N : N; -fun culcheth_PN : PN; -fun culinary_A : A; -fun cull_N : N; -fun cull_V2 : V2; -fun cullender_N : N; -fun culminate_V2 : V2; -fun culmination_N : N; -fun culpability_N : N; -fun culpable_A : A; -fun culpably_Adv : Adv; -fun culprit_N : N; -fun cult_N : N; -fun cultivable_A : A; -fun cultivate_V2 : V2; -fun cultivated_A : A; -fun cultivation_N : N; -fun cultivator_N : N; -fun cultural_A : A; -fun culture_N : N; -fun cultured_A : A; -fun culvert_N : N; -fun cumber_V2 : V2; -fun cumberland_PN : PN; -fun cumbernauld_PN : PN; -fun cumbersome_A : A; -fun cumbria_PN : PN; -fun cumbrous_A : A; -fun cummerbund_N : N; -fun cumnock_PN : PN; -fun cumulative_A : A; -fun cumulatively_Adv : Adv; -fun cumulus_N : N; -fun cuneiform_A : A; -fun cunning_A : A; -fun cunning_N : N; -fun cunningly_Adv : Adv; -fun cunt_N : N; -fun cup_N : N; -fun cup_V2 : V2; -fun cup_bearer_N : N; -fun cup_final_N : N; -fun cup_tie_N : N; -fun cupar_PN : PN; -fun cupboard_N : N; -fun cupboard_love_N : N; -fun cupful_N : N; -fun cupid_PN : PN; -fun cupidity_N : N; -fun cupola_N : N; -fun cuppa_N : N; -fun cupping_N : N; -fun cupric_A : A; -fun cupro_nickel_N : N; -fun cur_N : N; -fun curability_N : N; -fun curable_A : A; -fun curacy_N : N; -fun curate_N : N; -fun curative_A : A; -fun curator_N : N; -fun curacao_N : N; -fun curacoa_N : N; -fun curb_N : N; -fun curb_V2 : V2; -fun curd_N : N; -fun curdle_V : V; -fun curdle_V2 : V2; -fun cure_1_N : N; -fun cure_V : V; -fun cure_V2 : V2; -fun cure_all_N : N; -fun curfew_N : N; -fun curio_N : N; -fun curiosity_N : N; -fun curious_A : A; -fun curiously_Adv : Adv; -fun curitiba_PN : PN; -fun curl_N : N; -fun curl_V : V; -fun curl_V2 : V2; -fun curler_N : N; -fun curlew_N : N; -fun curling_N : N; -fun curly_A : A; -fun curmudgeon_N : N; -fun currant_N : N; -fun currency_N : N; -fun current_A : A; -fun current_N : N; -fun currently_Adv : Adv; -fun curriculum_N : N; -fun curriculum_vitae_N : N; -fun currie_PN : PN; -fun currish_A : A; -fun currishly_Adv : Adv; -fun curry_N : N; -fun curry_V2 : V2; -fun curry_powder_N : N; -fun curse_N : N; -fun curse_V : V; -fun curse_V2 : V2; -fun cursed_A : A; -fun cursedly_Adv : Adv; -fun cursive_A : A; -fun cursorily_Adv : Adv; -fun cursory_A : A; -fun curst_A : A; -fun curt_A : A; -fun curtail_V2 : V2; -fun curtailment_N : N; -fun curtain_N : N; -fun curtain_V2 : V2; -fun curtain_call_N : N; -fun curtain_lecture_N : N; -fun curtain_raiser_N : N; -fun curtly_Adv : Adv; -fun curtness_N : N; -fun curtsey_N : N; -fun curtsey_V : V; -fun curtsy_N : N; -fun curtsy_V : V; -fun curvature_N : N; -fun curve_N : N; -fun curve_V : V; -fun curve_V2 : V2; -fun cure_2_N : N; -fun cushion_N : N; -fun cushion_V2 : V2; -fun cushy_A : A; -fun cusp_N : N; -fun cuspidor_N : N; -fun cuss_N : N; -fun cussed_A : A; -fun cussedly_Adv : Adv; -fun cussedness_N : N; -fun custard_N : N; -fun custodial_A : A; -fun custodian_N : N; -fun custody_N : N; -fun custom_N : N; -fun custom_built_A : A; -fun custom_made_A : A; -fun customarily_Adv : Adv; -fun customary_A : A; -fun customer_N : N; -fun cut_N : N; -fun cut_V : V; -fun cut_V2 : V2; -fun cut_out_N : N; -fun cut_price_A : A; -fun cut_rate_A : A; -fun cut_throat_A : A; -fun cut_throat_N : N; -fun cutback_N : N; -fun cute_A : A; -fun cutely_Adv : Adv; -fun cuteness_N : N; -fun cuticle_N : N; -fun cutlass_N : N; -fun cutler_N : N; -fun cutlery_N : N; -fun cutlet_N : N; -fun cutpurse_N : N; -fun cutter_N : N; -fun cutting_A : A; -fun cutting_N : N; -fun cutting_room_N : N; -fun cuttlefish_N : N; -fun cutworm_N : N; -fun cwmbran_PN : PN; -fun cwt_N : N; -fun cyanide_N : N; -fun cybernetic_A : A; -fun cybernetics_N : N; -fun cyclamen_N : N; -fun cycle_N : N; -fun cycle_V : V; -fun cyclic_A : A; -fun cyclical_A : A; -fun cyclist_N : N; -fun cyclone_N : N; -fun cyclonic_A : A; -fun cyclopaedia_N : N; -fun cyclopean_A : A; -fun cyclostyle_N : N; -fun cyclostyle_V2 : V2; -fun cyclotron_N : N; -fun cyder_N : N; -fun cygnet_N : N; -fun cylinder_N : N; -fun cylindrical_A : A; -fun cymbal_N : N; -fun cynic_N : N; -fun cynical_A : A; -fun cynically_Adv : Adv; -fun cynicism_N : N; -fun cynosure_N : N; -fun cynthia_PN : PN; -fun cypher_N : N; -fun cypher_V : V; -fun cypher_V2 : V2; -fun cypress_N : N; -fun cyprian_A : A; -fun cypriot_A : A; -fun cypriot_N : N; -fun cyprus_PN : PN; -fun cyril_PN : PN; -fun cyrillic_A : A; -fun cyst_N : N; -fun czar_N : N; -fun czarina_N : N; -fun czech_A : A; -fun czech_N : N; -fun czechoslovak_A : A; -fun czechoslovak_N : N; -fun czechoslovakia_PN : PN; -fun czechoslovakian_A : A; -fun czechoslovakian_N : N; -fun d_day_PN : PN; -fun dab_N : N; -fun dab_V : V; -fun dab_V2 : V2; -fun dabble_V : V; -fun dabble_V2 : V2; -fun dabbler_N : N; -fun dacca_PN : PN; -fun dace_N : N; -fun dacha_N : N; -fun dachshund_N : N; -fun dacoit_N : N; -fun dacoity_N : N; -fun dactyl_N : N; -fun dactylic_A : A; -fun dad_N : N; -fun daddy_N : N; -fun daddy_longlegs_N : N; -fun dado_N : N; -fun daemon_N : N; -fun daffodil_N : N; -fun daft_A : A; -fun daftly_Adv : Adv; -fun dagger_N : N; -fun dago_N : N; -fun daguerreotype_N : N; -fun dahlia_N : N; -fun dail_eireann_N : N; -fun daily_A : A; -fun daily_Adv : Adv; -fun daily_N : N; -fun daintily_Adv : Adv; -fun daintiness_N : N; -fun dainty_A : A; -fun dainty_N : N; -fun dairy_N : N; -fun dairy_farm_N : N; -fun dairy_farming_N : N; -fun dairying_N : N; -fun dairymaid_N : N; -fun dairyman_N : N; -fun dais_N : N; -fun daisy_N : N; -fun daisy_PN : PN; -fun dakar_PN : PN; -fun dakota_PN : PN; -fun dale_N : N; -fun dalesman_N : N; -fun dalkeith_PN : PN; -fun dallas_PN : PN; -fun dalliance_N : N; -fun dally_V : V; -fun dalmatian_N : N; -fun dalry_PN : PN; -fun dalton_PN : PN; -fun dam_N : N; -fun dam_V2 : V2; -fun damage_N : N; -fun damage_V2 : V2; -fun damascene_A : A; -fun damascene_V2 : V2; -fun damascus_PN : PN; -fun damask_N : N; -fun dame_N : N; -fun damn_A : A; -fun damn_Adv : Adv; -fun damn_N : N; -fun damn_V2 : V2; -fun damnable_A : A; -fun damnably_Adv : Adv; -fun damnation_N : N; -fun damned_A : A; -fun damned_Adv : Adv; -fun damocles_PN : PN; -fun damp_A : A; -fun damp_N : N; -fun damp_V : V; -fun damp_V2 : V2; -fun dampen_V : V; -fun dampen_V2 : V2; -fun damper_N : N; -fun dampish_A : A; -fun damply_Adv : Adv; -fun dampness_N : N; -fun damsel_N : N; -fun damson_N : N; -fun dan_PN : PN; -fun dance_N : N; -fun dance_V : V; -fun dance_V2 : V2; -fun dance_band_N : N; -fun dance_hall_N : N; -fun dance_orchestra_N : N; -fun dancer_N : N; -fun dancing_A : A; -fun dancing_N : N; -fun dandelion_N : N; -fun dander_N : N; -fun dandified_A : A; -fun dandle_V2 : V2; -fun dandruff_N : N; -fun dandy_A : A; -fun dandy_N : N; -fun dane_N : N; -fun danger_N : N; -fun dangerous_A : A; -fun dangerously_Adv : Adv; -fun dangle_V : V; -fun dangle_V2 : V2; -fun daniel_N : N; -fun daniel_PN : PN; -fun danish_A : A; -fun danish_N : N; -fun dank_A : A; -fun danny_PN : PN; -fun danse_macabre_N : N; -fun daphne_N : N; -fun daphne_PN : PN; -fun dapper_A : A; -fun dapple_V2 : V2; -fun dapple_grey_A : A; -fun dapple_grey_N : N; -fun darby_PN : PN; -fun dare_N : N; -fun dare_V : V; -fun dare_V2 : V2; -fun daredevil_N : N; -fun darenth_PN : PN; -fun darfield_PN : PN; -fun daring_A : A; -fun daring_N : N; -fun daringly_Adv : Adv; -fun dark_A : A; -fun dark_N : N; -fun darken_V : V; -fun darken_V2 : V2; -fun darkey_N : N; -fun darkie_N : N; -fun darkly_Adv : Adv; -fun darkness_N : N; -fun darkroom_N : N; -fun darky_N : N; -fun darling_N : N; -fun darlington_PN : PN; -fun darmstadt_PN : PN; -fun darn_N : N; -fun darn_V : V; -fun darn_V2 : V2; -fun darning_N : N; -fun darning_needle_N : N; -fun dart_N : N; -fun dart_V : V; -fun dart_V2 : V2; -fun dartford_PN : PN; -fun dartmouth_PN : PN; -fun darwen_PN : PN; -fun dash_N : N; -fun dash_V : V; -fun dash_V2 : V2; -fun dashboard_N : N; -fun dashing_A : A; -fun dashingly_Adv : Adv; -fun dastard_N : N; -fun dastardly_A : A; -fun data_N : N; -fun datable_A : A; -fun date_N : N; -fun date_V : V; -fun date_V2 : V2; -fun dated_A : A; -fun dateless_A : A; -fun dateline_N : N; -fun dative_A : A; -fun dative_N : N; -fun datum_N : N; -fun daub_N : N; -fun daub_V : V; -fun daub_V2 : V2; -fun dauber_N : N; -fun daughter_N : N; -fun daughter_in_law_N : N; -fun daughterly_A : A; -fun daunt_V2 : V2; -fun dauntless_A : A; -fun dauntlessly_Adv : Adv; -fun dauphin_N : N; -fun dave_PN : PN; -fun davenport_N : N; -fun daventry_PN : PN; -fun davey_PN : PN; -fun david_PN : PN; -fun davit_N : N; -fun daw_N : N; -fun dawdle_V : V; -fun dawdle_V2 : V2; -fun dawdler_N : N; -fun dawley_PN : PN; -fun dawlish_PN : PN; -fun dawn_N : N; -fun dawn_PN : PN; -fun dawn_V : V; -fun day_N : N; -fun day_boarder_N : N; -fun day_labourer_N : N; -fun day_return_N : N; -fun day_school_N : N; -fun daybook_N : N; -fun dayboy_N : N; -fun daybreak_N : N; -fun daydream_N : N; -fun daydream_V : V; -fun daygirl_N : N; -fun daylight_N : N; -fun daylight_saving_A : A; -fun daylight_saving_N : N; -fun daylong_A : A; -fun daylong_Adv : Adv; -fun dayspring_N : N; -fun daytime_N : N; -fun dayton_PN : PN; -fun daze_N : N; -fun daze_V2 : V2; -fun dazedly_Adv : Adv; -fun dazzle_N : N; -fun dazzle_V2 : V2; -fun ddt_N : N; -fun de_escalate_V2 : V2; -fun de_escalation_N : N; -fun de_facto_A : A; -fun de_facto_Adv : Adv; -fun de_ice_V2 : V2; -fun de_jure_A : A; -fun de_jure_Adv : Adv; -fun de_luxe_A : A; -fun de_rigeur_A : A; -fun de_trop_A : A; -fun deacon_N : N; -fun deaconess_N : N; -fun dead_A : A; -fun dead_Adv : Adv; -fun deaden_V2 : V2; -fun deadline_N : N; -fun deadlock_N : N; -fun deadlocked_A : A; -fun deadly_A : A; -fun deadly_Adv : Adv; -fun deadpan_A : A; -fun deaf_A : A; -fun deaf_aid_N : N; -fun deaf_mute_N : N; -fun deafen_V2 : V2; -fun deafness_N : N; -fun deal_Adv : Adv; -fun deal_N : N; -fun deal_PN : PN; -fun deal_V : V; -fun deal_V2 : V2; -fun dealer_N : N; -fun dealing_N : N; -fun dean_N : N; -fun dean_PN : PN; -fun deanery_N : N; -fun dear_A : A; -fun dear_Adv : Adv; -fun dear_N : N; -fun dearest_N : N; -fun dearie_N : N; -fun dearly_Adv : Adv; -fun dearness_N : N; -fun dearth_N : N; -fun deary_N : N; -fun death_N : N; -fun death_mask_N : N; -fun death_rate_N : N; -fun death_roll_N : N; -fun death_warrant_N : N; -fun deathbed_N : N; -fun deathblow_N : N; -fun deathless_A : A; -fun deathlike_A : A; -fun deathly_A : A; -fun deathly_Adv : Adv; -fun deathtrap_N : N; -fun deb_N : N; -fun debag_V2 : V2; -fun debar_V2 : V2; -fun debark_V : V; -fun debark_V2 : V2; -fun debarkation_N : N; -fun debase_V2 : V2; -fun debasement_N : N; -fun debatable_A : A; -fun debate_N : N; -fun debate_V : V; -fun debate_V2 : V2; -fun debater_N : N; -fun debauch_N : N; -fun debauch_V2 : V2; -fun debauchee_N : N; -fun debauchery_N : N; -fun debbie_PN : PN; -fun debby_PN : PN; -fun debenture_N : N; -fun debilitate_V2 : V2; -fun debility_N : N; -fun debit_N : N; -fun debit_V2 : V2; -fun debit_side_N : N; -fun debonair_A : A; -fun deborah_PN : PN; -fun debouch_V : V; -fun debouch_V2 : V2; -fun debrief_V2 : V2; -fun debris_1_N : N; -fun debt_N : N; -fun debtor_N : N; -fun debug_V2 : V2; -fun debunk_V2 : V2; -fun debut_1_N : N; -fun debutante_1_N : N; -fun dec_PN : PN; -fun decade_N : N; -fun decadence_N : N; -fun decadent_A : A; -fun decadent_N : N; -fun decalogue_N : N; -fun decamp_V : V; -fun decant_V2 : V2; -fun decanter_N : N; -fun decapitate_V2 : V2; -fun decapitation_N : N; -fun decarbonize_V2 : V2; -fun decasyllabic_A : A; -fun decasyllable_N : N; -fun decay_N : N; -fun decay_V : V; -fun decease_N : N; -fun decease_V : V; -fun deceit_N : N; -fun deceitful_A : A; -fun deceitfully_Adv : Adv; -fun deceitfulness_N : N; -fun deceive_V2 : V2; -fun deceiver_N : N; -fun deceivingly_Adv : Adv; -fun decelerate_V : V; -fun decelerate_V2 : V2; -fun december_N : N; -fun december_PN : PN; -fun decency_N : N; -fun decent_A : A; -fun decently_Adv : Adv; -fun decentralization_N : N; -fun decentralize_V2 : V2; -fun deception_N : N; -fun deceptive_A : A; -fun deceptively_Adv : Adv; -fun decibel_N : N; -fun decide_V : V; -fun decide_V2 : V2; -fun decided_A : A; -fun decidedly_Adv : Adv; -fun deciduous_A : A; -fun decimal_A : A; -fun decimalization_N : N; -fun decimalize_V2 : V2; -fun decimate_V2 : V2; -fun decipher_V2 : V2; -fun decipherable_A : A; -fun decision_N : N; -fun decisive_A : A; -fun decisively_Adv : Adv; -fun deck_N : N; -fun deck_V2 : V2; -fun decker_N : N; -fun deckle_edged_A : A; -fun declaim_V : V; -fun declaim_V2 : V2; -fun declamation_N : N; -fun declamatory_A : A; -fun declarable_A : A; -fun declaration_N : N; -fun declare_V : V; -fun declare_V2 : V2; -fun declassification_N : N; -fun declassify_V2 : V2; -fun declension_N : N; -fun declination_N : N; -fun decline_N : N; -fun decline_V : V; -fun decline_V2 : V2; -fun declivity_N : N; -fun declutch_V : V; -fun decode_V2 : V2; -fun decoder_N : N; -fun decoke_V2 : V2; -fun decolonization_N : N; -fun decolonize_V2 : V2; -fun decompose_V : V; -fun decompose_V2 : V2; -fun decomposition_N : N; -fun decompress_V2 : V2; -fun decompression_N : N; -fun decontaminate_V2 : V2; -fun decontamination_N : N; -fun decontrol_V2 : V2; -fun decorate_V2 : V2; -fun decoration_N : N; -fun decorative_A : A; -fun decorator_N : N; -fun decorous_A : A; -fun decorously_Adv : Adv; -fun decorum_N : N; -fun decoy_N : N; -fun decoy_V2 : V2; -fun decrease_N : N; -fun decrease_V : V; -fun decrease_V2 : V2; -fun decree_N : N; -fun decree_V2 : V2; -fun decree_nisi_N : N; -fun decrepit_A : A; -fun decrepitude_N : N; -fun decry_V2 : V2; -fun dedicate_V2 : V2; -fun dedication_N : N; -fun deduce_V2 : V2; -fun deduct_V2 : V2; -fun deductible_A : A; -fun deduction_N : N; -fun deductive_A : A; -fun deed_N : N; -fun deed_box_N : N; -fun deedpoll_N : N; -fun deem_V2 : V2; -fun deep_A : A; -fun deep_Adv : Adv; -fun deep_N : N; -fun deep_freeze_N : N; -fun deep_freeze_V2 : V2; -fun deep_laid_A : A; -fun deep_mined_A : A; -fun deep_rooted_A : A; -fun deep_sea_A : A; -fun deep_seated_A : A; -fun deep_water_A : A; -fun deepen_V : V; -fun deepen_V2 : V2; -fun deeply_Adv : Adv; -fun deepness_N : N; -fun deer_N : N; -fun deerskin_N : N; -fun deerstalker_N : N; -fun deerstalking_N : N; -fun deface_V2 : V2; -fun defacement_N : N; -fun defalcation_N : N; -fun defamation_N : N; -fun defamatory_A : A; -fun defame_V2 : V2; -fun default_N : N; -fun default_V : V; -fun defaulter_N : N; -fun defeat_N : N; -fun defeat_V2 : V2; -fun defeatism_N : N; -fun defeatist_N : N; -fun defecate_V : V; -fun defecation_N : N; -fun defect_N : N; -fun defect_V : V; -fun defection_N : N; -fun defective_A : A; -fun defectively_Adv : Adv; -fun defectiveness_N : N; -fun defector_N : N; -fun defence_N : N; -fun defenceless_A : A; -fun defencelessly_Adv : Adv; -fun defencelessness_N : N; -fun defend_V2 : V2; -fun defendant_N : N; -fun defender_N : N; -fun defensible_A : A; -fun defensive_A : A; -fun defensive_N : N; -fun defensively_Adv : Adv; -fun defer_V : V; -fun defer_V2 : V2; -fun deference_N : N; -fun deferential_A : A; -fun deferentially_Adv : Adv; -fun deferment_N : N; -fun defiance_N : N; -fun defiant_A : A; -fun defiantly_Adv : Adv; -fun deficiency_N : N; -fun deficient_A : A; -fun deficit_N : N; -fun defile_N : N; -fun defile_V : V; -fun defile_V2 : V2; -fun defilement_N : N; -fun definable_A : A; -fun define_V2 : V2; -fun definite_A : A; -fun definitely_Adv : Adv; -fun definition_N : N; -fun definitive_A : A; -fun deflate_V2 : V2; -fun deflation_N : N; -fun deflationary_A : A; -fun deflect_V : V; -fun deflect_V2 : V2; -fun deflection_N : N; -fun deflower_V2 : V2; -fun defoliant_N : N; -fun defoliate_V2 : V2; -fun defoliation_N : N; -fun deforest_V2 : V2; -fun deform_V2 : V2; -fun deformed_A : A; -fun deformity_N : N; -fun defraud_V2 : V2; -fun defray_V2 : V2; -fun defrayal_N : N; -fun defrayment_N : N; -fun defrock_V2 : V2; -fun defrost_V2 : V2; -fun defroster_N : N; -fun deft_A : A; -fun deftly_Adv : Adv; -fun deftness_N : N; -fun defunct_A : A; -fun defuse_V2 : V2; -fun defy_V2 : V2; -fun degauss_V2 : V2; -fun degeneracy_N : N; -fun degenerate_A : A; -fun degenerate_N : N; -fun degenerate_V : V; -fun degeneration_N : N; -fun degradation_N : N; -fun degrade_V2 : V2; -fun degree_N : N; -fun dehorn_V2 : V2; -fun dehumanize_V2 : V2; -fun dehydrate_V2 : V2; -fun deification_N : N; -fun deify_V2 : V2; -fun deign_V : V; -fun deirdre_PN : PN; -fun deism_N : N; -fun deist_N : N; -fun deity_N : N; -fun deject_V2 : V2; -fun dejectedly_Adv : Adv; -fun dejection_N : N; -fun dekko_N : N; -fun delaware_PN : PN; -fun delay_N : N; -fun delay_V : V; -fun delay_V2 : V2; -fun delayed_action_A : A; -fun delayed_action_N : N; -fun delectable_A : A; -fun delectation_N : N; -fun delegacy_N : N; -fun delegate_N : N; -fun delegate_V2 : V2; -fun delegation_N : N; -fun delete_V2 : V2; -fun deleterious_A : A; -fun deletion_N : N; -fun delf_N : N; -fun delft_N : N; -fun delhi_PN : PN; -fun deliberate_A : A; -fun deliberate_V : V; -fun deliberate_V2 : V2; -fun deliberately_Adv : Adv; -fun deliberation_N : N; -fun deliberative_A : A; -fun delicacy_N : N; -fun delicate_A : A; -fun delicately_Adv : Adv; -fun delicatessen_N : N; -fun delicious_A : A; -fun deliciously_Adv : Adv; -fun delight_N : N; -fun delight_V : V; -fun delight_V2 : V2; -fun delightedly_Adv : Adv; -fun delightful_A : A; -fun delightfully_Adv : Adv; -fun delimit_V2 : V2; -fun delimitate_V2 : V2; -fun delimitation_N : N; -fun delineate_V2 : V2; -fun delineation_N : N; -fun delinquency_N : N; -fun delinquent_A : A; -fun delinquent_N : N; -fun deliquescent_A : A; -fun delirious_A : A; -fun deliriously_Adv : Adv; -fun delirium_N : N; -fun delirium_tremens_N : N; -fun deliver_V2 : V2; -fun deliverance_N : N; -fun deliverer_N : N; -fun delivery_N : N; -fun dell_N : N; -fun delouse_V2 : V2; -fun delphic_A : A; -fun delphinium_N : N; -fun delta_N : N; -fun delude_V2 : V2; -fun deluge_N : N; -fun deluge_V2 : V2; -fun delusion_N : N; -fun delusive_A : A; -fun delusively_Adv : Adv; -fun delve_V : V; -fun delve_V2 : V2; -fun demagnetization_N : N; -fun demagnetize_V2 : V2; -fun demagogic_A : A; -fun demagogue_N : N; -fun demagogy_N : N; -fun demand_N : N; -fun demand_V2 : V2; -fun demarcate_V2 : V2; -fun demarcation_N : N; -fun demean_V2 : V2; -fun demeanour_N : N; -fun demented_A : A; -fun dementedly_Adv : Adv; -fun demerara_N : N; -fun demerit_N : N; -fun demesne_N : N; -fun demigod_N : N; -fun demijohn_N : N; -fun demilitarize_V2 : V2; -fun demimondaine_N : N; -fun demimonde_N : N; -fun demise_N : N; -fun demist_V2 : V2; -fun demister_N : N; -fun demo_N : N; -fun demob_V2 : V2; -fun demobilization_N : N; -fun demobilize_V2 : V2; -fun democracy_N : N; -fun democrat_N : N; -fun democratic_A : A; -fun democratically_Adv : Adv; -fun democratization_N : N; -fun democratize_V2 : V2; -fun demographic_A : A; -fun demography_N : N; -fun demolish_V2 : V2; -fun demolition_N : N; -fun demon_N : N; -fun demonetization_N : N; -fun demonetize_V2 : V2; -fun demoniac_A : A; -fun demoniac_N : N; -fun demoniacal_A : A; -fun demoniacally_Adv : Adv; -fun demonic_A : A; -fun demonstrability_N : N; -fun demonstrable_A : A; -fun demonstrably_Adv : Adv; -fun demonstrate_V : V; -fun demonstrate_V2 : V2; -fun demonstration_N : N; -fun demonstrative_A : A; -fun demonstratively_Adv : Adv; -fun demonstrator_N : N; -fun demoralization_N : N; -fun demoralize_V2 : V2; -fun demote_V2 : V2; -fun demotic_A : A; -fun demotion_N : N; -fun demur_N : N; -fun demur_V : V; -fun demure_A : A; -fun demurely_Adv : Adv; -fun demureness_N : N; -fun den_N : N; -fun denain_PN : PN; -fun denary_A : A; -fun denationalization_N : N; -fun denationalize_V2 : V2; -fun denatured_A : A; -fun denbigh_PN : PN; -fun deniable_A : A; -fun denial_N : N; -fun denier_N : N; -fun denigrate_V2 : V2; -fun denigration_N : N; -fun denim_N : N; -fun denis_PN : PN; -fun denise_PN : PN; -fun denizen_N : N; -fun denmark_PN : PN; -fun dennis_PN : PN; -fun denny_PN : PN; -fun denominate_V2 : V2; -fun denomination_N : N; -fun denominational_A : A; -fun denominator_N : N; -fun denote_V2 : V2; -fun denounce_V2 : V2; -fun dense_A : A; -fun densely_Adv : Adv; -fun denseness_N : N; -fun density_N : N; -fun dent_N : N; -fun dent_V : V; -fun dent_V2 : V2; -fun dental_A : A; -fun dentifrice_N : N; -fun dentist_N : N; -fun dentistry_N : N; -fun denture_N : N; -fun denudation_N : N; -fun denude_V2 : V2; -fun denunciation_N : N; -fun denver_PN : PN; -fun deny_V2 : V2; -fun deodar_N : N; -fun deodorant_N : N; -fun deodorize_V2 : V2; -fun dep_PN : PN; -fun depart_V : V; -fun departed_A : A; -fun departed_N : N; -fun department_N : N; -fun departmental_A : A; -fun departure_N : N; -fun depend_V : V; -fun dependable_A : A; -fun dependant_N : N; -fun dependence_N : N; -fun dependency_N : N; -fun dependent_A : A; -fun dependent_N : N; -fun depict_V2 : V2; -fun depiction_N : N; -fun depilatory_A : A; -fun depilatory_N : N; -fun deplane_V : V; -fun deplete_V2 : V2; -fun depletion_N : N; -fun deplorable_A : A; -fun deplorably_Adv : Adv; -fun deplore_V2 : V2; -fun deploy_V : V; -fun deploy_V2 : V2; -fun deployment_N : N; -fun deponent_N : N; -fun depopulate_V2 : V2; -fun depopulation_N : N; -fun deport_V2 : V2; -fun deportation_N : N; -fun deportee_N : N; -fun deportment_N : N; -fun depose_V : V; -fun depose_V2 : V2; -fun deposit_N : N; -fun deposit_V2 : V2; -fun deposition_N : N; -fun depositor_N : N; -fun depository_N : N; -fun depot_N : N; -fun deprave_V2 : V2; -fun depravity_N : N; -fun deprecate_V2 : V2; -fun deprecation_N : N; -fun depreciate_V : V; -fun depreciate_V2 : V2; -fun depreciation_N : N; -fun depreciatory_A : A; -fun depredation_N : N; -fun depress_V2 : V2; -fun depression_N : N; -fun depressive_A : A; -fun depressive_N : N; -fun deprivation_N : N; -fun deprive_V2 : V2; -fun deprived_A : A; -fun dept_PN : PN; -fun depth_N : N; -fun depth_bomb_N : N; -fun depth_charge_N : N; -fun deputation_N : N; -fun depute_V2 : V2; -fun deputize_V : V; -fun deputy_N : N; -fun derail_V2 : V2; -fun derailment_N : N; -fun derange_V2 : V2; -fun derangement_N : N; -fun derate_V2 : V2; -fun derby_N : N; -fun derby_PN : PN; -fun derbyshire_PN : PN; -fun dereham_PN : PN; -fun derek_PN : PN; -fun derelict_A : A; -fun dereliction_N : N; -fun derequisition_V2 : V2; -fun derestrict_V2 : V2; -fun deride_V2 : V2; -fun derision_N : N; -fun derisive_A : A; -fun derisively_Adv : Adv; -fun derisory_A : A; -fun derivation_N : N; -fun derivative_A : A; -fun derivative_N : N; -fun derive_V : V; -fun derive_V2 : V2; -fun dermatitis_N : N; -fun dermatologist_N : N; -fun dermatology_N : N; -fun derogate_V : V; -fun derogation_N : N; -fun derogatory_A : A; -fun derrick_N : N; -fun derring_do_N : N; -fun derv_N : N; -fun dervish_N : N; -fun des_N : N; -fun des_PN : PN; -fun desalinate_V2 : V2; -fun desalination_N : N; -fun desalinization_N : N; -fun desalinize_V2 : V2; -fun desalt_V2 : V2; -fun descale_V2 : V2; -fun descant_N : N; -fun descant_V : V; -fun descend_V : V; -fun descend_V2 : V2; -fun descendant_N : N; -fun descent_N : N; -fun describe_V2 : V2; -fun description_N : N; -fun descriptive_A : A; -fun descriptively_Adv : Adv; -fun descry_V2 : V2; -fun desecrate_V2 : V2; -fun desecration_N : N; -fun desegregate_V2 : V2; -fun desegregation_N : N; -fun desensitization_N : N; -fun desensitize_V2 : V2; -fun desert_A : A; -fun desert_N : N; -fun desert_V : V; -fun desert_V2 : V2; -fun deserter_N : N; -fun desertion_N : N; -fun deserve_V : V; -fun deserve_V2 : V2; -fun deserved_A : A; -fun deservedly_Adv : Adv; -fun deserving_A : A; -fun desiccant_N : N; -fun desiccate_V2 : V2; -fun desideratum_N : N; -fun design_N : N; -fun design_V : V; -fun design_V2 : V2; -fun designate_A : A; -fun designate_V2 : V2; -fun designation_N : N; -fun designedly_Adv : Adv; -fun designer_N : N; -fun designing_A : A; -fun designing_N : N; -fun desirability_N : N; -fun desirable_A : A; -fun desire_N : N; -fun desire_V2 : V2; -fun desirous_A : A; -fun desist_V : V; -fun desk_N : N; -fun desmond_PN : PN; -fun desolate_A : A; -fun desolate_V2 : V2; -fun desolately_Adv : Adv; -fun desolation_N : N; -fun despair_N : N; -fun despair_V : V; -fun despairingly_Adv : Adv; -fun despatch_N : N; -fun despatch_V2 : V2; -fun desperado_N : N; -fun desperate_A : A; -fun desperately_Adv : Adv; -fun desperation_N : N; -fun despicable_A : A; -fun despicably_Adv : Adv; -fun despise_V2 : V2; -fun despite_N : N; -fun despiteful_A : A; -fun despitefully_Adv : Adv; -fun despoil_V2 : V2; -fun despondency_N : N; -fun despondent_A : A; -fun despondently_Adv : Adv; -fun despot_N : N; -fun despotic_A : A; -fun despotism_N : N; -fun dessau_PN : PN; -fun dessert_N : N; -fun dessertspoon_N : N; -fun dessertspoonful_N : N; -fun destination_N : N; -fun destine_V2 : V2; -fun destiny_N : N; -fun destitute_A : A; -fun destitution_N : N; -fun destroy_V2 : V2; -fun destroyer_N : N; -fun destructibility_N : N; -fun destructible_A : A; -fun destruction_N : N; -fun destructive_A : A; -fun destructively_Adv : Adv; -fun destructiveness_N : N; -fun desuetude_N : N; -fun desultory_A : A; -fun detach_V2 : V2; -fun detachable_A : A; -fun detached_A : A; -fun detachment_N : N; -fun detail_N : N; -fun detail_V2 : V2; -fun detain_V2 : V2; -fun detainee_N : N; -fun detect_V2 : V2; -fun detectable_A : A; -fun detection_N : N; -fun detective_N : N; -fun detector_N : N; -fun detention_N : N; -fun deter_V2 : V2; -fun detergent_A : A; -fun detergent_N : N; -fun deteriorate_V : V; -fun deteriorate_V2 : V2; -fun deterioration_N : N; -fun determinable_A : A; -fun determinant_A : A; -fun determinant_N : N; -fun determinate_A : A; -fun determination_N : N; -fun determinative_A : A; -fun determinative_N : N; -fun determine_V : V; -fun determine_V2 : V2; -fun determinedly_Adv : Adv; -fun determiner_N : N; -fun deterrent_A : A; -fun deterrent_N : N; -fun detest_V2 : V2; -fun detestable_A : A; -fun detestably_Adv : Adv; -fun detestation_N : N; -fun dethrone_V2 : V2; -fun dethronement_N : N; -fun detonate_V : V; -fun detonate_V2 : V2; -fun detonation_N : N; -fun detonator_N : N; -fun detour_N : N; -fun detour_V2 : V2; -fun detract_V : V; -fun detraction_N : N; -fun detractor_N : N; -fun detrain_V : V; -fun detrain_V2 : V2; -fun detribalization_N : N; -fun detribalize_V2 : V2; -fun detriment_N : N; -fun detrimental_A : A; -fun detrimentally_Adv : Adv; -fun detritus_N : N; -fun detroit_PN : PN; -fun deuce_N : N; -fun deuced_A : A; -fun deucedly_Adv : Adv; -fun deutschmark_N : N; -fun devaluate_V2 : V2; -fun devaluation_N : N; -fun devalue_V2 : V2; -fun devastate_V2 : V2; -fun devastation_N : N; -fun develop_V : V; -fun develop_V2 : V2; -fun developer_N : N; -fun development_N : N; -fun deviant_A : A; -fun deviant_N : N; -fun deviate_V : V; -fun deviation_N : N; -fun deviationism_N : N; -fun deviationist_N : N; -fun device_N : N; -fun devil_N : N; -fun devil_V : V; -fun devil_V2 : V2; -fun devil_may_care_A : A; -fun devilish_A : A; -fun devilish_Adv : Adv; -fun devilishly_Adv : Adv; -fun devilment_N : N; -fun devilry_N : N; -fun devious_A : A; -fun deviously_Adv : Adv; -fun deviousness_N : N; -fun devise_V2 : V2; -fun devitalization_N : N; -fun devitalize_V2 : V2; -fun devizes_PN : PN; -fun devoid_A : A; -fun devolution_N : N; -fun devolve_V : V; -fun devolve_V2 : V2; -fun devon_PN : PN; -fun devote_V2 : V2; -fun devoted_A : A; -fun devotedly_Adv : Adv; -fun devotee_N : N; -fun devotion_N : N; -fun devotional_A : A; -fun devour_V2 : V2; -fun devout_A : A; -fun devoutly_Adv : Adv; -fun devoutness_N : N; -fun dew_N : N; -fun dewlap_N : N; -fun dewsbury_PN : PN; -fun dewy_A : A; -fun dexterity_N : N; -fun dexterous_A : A; -fun dexterously_Adv : Adv; -fun dextrose_N : N; -fun dextrous_A : A; -fun dg_PN : PN; -fun dhoti_N : N; -fun dhow_N : N; -fun di_PN : PN; -fun diabetes_N : N; -fun diabetic_A : A; -fun diabetic_N : N; -fun diabolic_A : A; -fun diabolical_A : A; -fun diabolically_Adv : Adv; -fun diacritic_A : A; -fun diacritic_N : N; -fun diacritical_A : A; -fun diadem_N : N; -fun diaeresis_N : N; -fun diagnose_V2 : V2; -fun diagnosis_N : N; -fun diagnostic_A : A; -fun diagonal_A : A; -fun diagonal_N : N; -fun diagonally_Adv : Adv; -fun diagram_N : N; -fun diagrammatic_A : A; -fun diagrammatical_A : A; -fun diagrammatically_Adv : Adv; -fun dial_N : N; -fun dial_V2 : V2; -fun dialect_N : N; -fun dialectal_A : A; -fun dialectic_N : N; -fun dialectical_A : A; -fun dialectician_N : N; -fun dialogue_N : N; -fun diameter_N : N; -fun diametrically_Adv : Adv; -fun diamond_N : N; -fun diana_PN : PN; -fun diaper_N : N; -fun diaphanous_A : A; -fun diaphragm_N : N; -fun diarchy_N : N; -fun diarist_N : N; -fun diarrhea_N : N; -fun diarrhoea_N : N; -fun diary_N : N; -fun diaspora_N : N; -fun diatonic_A : A; -fun diatribe_N : N; -fun dibber_N : N; -fun dibble_N : N; -fun dibble_V2 : V2; -fun dice_N : N; -fun dice_V : V; -fun dice_V2 : V2; -fun dice_box_N : N; -fun dicey_A : A; -fun dichotomy_N : N; -fun dick_PN : PN; -fun dickens_N : N; -fun dicker_V : V; -fun dickey_N : N; -fun dicky_A : A; -fun dicky_N : N; -fun dicky_PN : PN; -fun dicky_seat_N : N; -fun dickybird_N : N; -fun dictaphone_N : N; -fun dictate_N : N; -fun dictate_V : V; -fun dictate_V2 : V2; -fun dictation_N : N; -fun dictator_N : N; -fun dictatorial_A : A; -fun dictatorially_Adv : Adv; -fun dictatorship_N : N; -fun diction_N : N; -fun dictionary_N : N; -fun dictum_N : N; -fun didactic_A : A; -fun didactically_Adv : Adv; -fun didcot_PN : PN; -fun diddle_V2 : V2; -fun die_N : N; -fun die_V : V; -fun die_cast_A : A; -fun die_hard_N : N; -fun dieresis_N : N; -fun diesel_N : N; -fun diet_N : N; -fun diet_V : V; -fun diet_V2 : V2; -fun dietary_A : A; -fun dietetics_N : N; -fun dietician_N : N; -fun dietitian_N : N; -fun differ_V : V; -fun difference_N : N; -fun different_A : A; -fun differential_A : A; -fun differential_N : N; -fun differentially_Adv : Adv; -fun differentiate_V2 : V2; -fun differentiation_N : N; -fun differently_Adv : Adv; -fun difficult_A : A; -fun difficulty_N : N; -fun diffidence_N : N; -fun diffident_A : A; -fun diffidently_Adv : Adv; -fun diffract_V2 : V2; -fun diffraction_N : N; -fun diffuse_A : A; -fun diffuse_V : V; -fun diffuse_V2 : V2; -fun diffusely_Adv : Adv; -fun diffuseness_N : N; -fun diffusion_N : N; -fun dig_N : N; -fun dig_V : V; -fun dig_V2 : V2; -fun digest_N : N; -fun digest_V : V; -fun digest_V2 : V2; -fun digestibility_N : N; -fun digestible_A : A; -fun digestion_N : N; -fun digestive_A : A; -fun digger_N : N; -fun digging_N : N; -fun digit_N : N; -fun digital_A : A; -fun digitally_Adv : Adv; -fun dignified_A : A; -fun dignify_V2 : V2; -fun dignitary_N : N; -fun dignity_N : N; -fun digraph_N : N; -fun digress_V : V; -fun digression_N : N; -fun dijon_PN : PN; -fun dike_N : N; -fun dike_V : V; -fun dike_V2 : V2; -fun dilapidated_A : A; -fun dilapidation_N : N; -fun dilate_V : V; -fun dilate_V2 : V2; -fun dilation_N : N; -fun dilatory_A : A; -fun dilemma_N : N; -fun dilettante_N : N; -fun diligence_N : N; -fun diligent_A : A; -fun diligently_Adv : Adv; -fun dill_N : N; -fun dilly_dally_V : V; -fun dilute_A : A; -fun dilute_V2 : V2; -fun dilution_N : N; -fun dim_A : A; -fun dim_V : V; -fun dim_V2 : V2; -fun dime_N : N; -fun dimension_N : N; -fun dimensional_A : A; -fun diminish_V : V; -fun diminish_V2 : V2; -fun diminuendo_N : N; -fun diminution_N : N; -fun diminutive_A : A; -fun diminutive_N : N; -fun dimity_N : N; -fun dimly_Adv : Adv; -fun dimness_N : N; -fun dimple_N : N; -fun dimple_V : V; -fun dimple_V2 : V2; -fun din_N : N; -fun din_V : V; -fun din_V2 : V2; -fun dinar_N : N; -fun dine_V : V; -fun dine_V2 : V2; -fun diner_N : N; -fun ding_dong_Adv : Adv; -fun ding_dong_N : N; -fun dinghy_N : N; -fun dingily_Adv : Adv; -fun dinginess_N : N; -fun dingle_N : N; -fun dingle_PN : PN; -fun dingy_A : A; -fun dining_car_N : N; -fun dining_room_N : N; -fun dining_table_N : N; -fun dinky_A : A; -fun dinner_N : N; -fun dinner_jacket_N : N; -fun dinner_party_N : N; -fun dinner_service_N : N; -fun dinner_set_N : N; -fun dinnington_PN : PN; -fun dinosaur_N : N; -fun dint_N : N; -fun diocesan_A : A; -fun diocesan_N : N; -fun diocese_N : N; -fun dioxide_N : N; -fun dip_N : N; -fun dip_V : V; -fun dip_V2 : V2; -fun dip_ed_N : N; -fun diphtheria_N : N; -fun diphthong_N : N; -fun diploma_N : N; -fun diplomacy_N : N; -fun diplomat_N : N; -fun diplomatic_A : A; -fun diplomatically_Adv : Adv; -fun diplomatist_N : N; -fun dipper_N : N; -fun dipsomania_N : N; -fun dipsomaniac_N : N; -fun dipstick_N : N; -fun diptych_N : N; -fun dir_N : N; -fun dire_A : A; -fun direct_A : A; -fun direct_Adv : Adv; -fun direct_V : V; -fun direct_V2 : V2; -fun direction_N : N; -fun direction_finder_N : N; -fun directional_A : A; -fun directive_N : N; -fun directly_Adv : Adv; -fun directness_N : N; -fun director_N : N; -fun directorate_N : N; -fun directorship_N : N; -fun directory_N : N; -fun direful_A : A; -fun direfully_Adv : Adv; -fun dirge_N : N; -fun dirigible_N : N; -fun dirk_N : N; -fun dirndl_N : N; -fun dirt_N : N; -fun dirt_cheap_A : A; -fun dirt_track_N : N; -fun dirtily_Adv : Adv; -fun dirty_A : A; -fun dirty_V : V; -fun dirty_V2 : V2; -fun disability_N : N; -fun disable_V2 : V2; -fun disablement_N : N; -fun disabuse_V2 : V2; -fun disadvantage_N : N; -fun disadvantageous_A : A; -fun disadvantageously_Adv : Adv; -fun disaffected_A : A; -fun disaffection_N : N; -fun disafforest_V2 : V2; -fun disagree_V2 : V2; -fun disagreeable_A : A; -fun disagreeableness_N : N; -fun disagreeably_Adv : Adv; -fun disagreement_N : N; -fun disallow_V2 : V2; -fun disappear_V : V; -fun disappearance_N : N; -fun disappoint_V2 : V2; -fun disappointed_A : A; -fun disappointedly_Adv : Adv; -fun disappointing_A : A; -fun disappointingly_Adv : Adv; -fun disappointment_N : N; -fun disapprobation_N : N; -fun disapproval_N : N; -fun disapprove_V : V; -fun disapprove_V2 : V2; -fun disapprovingly_Adv : Adv; -fun disarm_V : V; -fun disarm_V2 : V2; -fun disarmament_N : N; -fun disarrange_V2 : V2; -fun disarrangement_N : N; -fun disarray_N : N; -fun disarray_V2 : V2; -fun disassociate_V2 : V2; -fun disaster_N : N; -fun disastrous_A : A; -fun disastrously_Adv : Adv; -fun disavow_V2 : V2; -fun disavowal_N : N; -fun disband_V : V; -fun disband_V2 : V2; -fun disbandment_N : N; -fun disbelief_N : N; -fun disbelieve_V : V; -fun disbelieve_V2 : V2; -fun disbelievingly_Adv : Adv; -fun disbud_V2 : V2; -fun disburden_V2 : V2; -fun disburse_V : V; -fun disburse_V2 : V2; -fun disbursement_N : N; -fun disc_N : N; -fun discard_N : N; -fun discard_V2 : V2; -fun discern_V2 : V2; -fun discernible_A : A; -fun discerning_A : A; -fun discernment_N : N; -fun discharge_N : N; -fun discharge_V : V; -fun discharge_V2 : V2; -fun disciple_N : N; -fun disciplinarian_N : N; -fun disciplinary_A : A; -fun discipline_N : N; -fun discipline_V2 : V2; -fun disclaim_V2 : V2; -fun disclaimer_N : N; -fun disclose_V2 : V2; -fun disclosure_N : N; -fun disco_N : N; -fun discolour_V : V; -fun discolour_V2 : V2; -fun discolouration_N : N; -fun discomfit_V2 : V2; -fun discomfiture_N : N; -fun discomfort_N : N; -fun discommode_V2 : V2; -fun discompose_V2 : V2; -fun discomposure_N : N; -fun disconcert_V2 : V2; -fun disconcertingly_Adv : Adv; -fun disconnect_V2 : V2; -fun disconnected_A : A; -fun disconsolate_A : A; -fun disconsolately_Adv : Adv; -fun discontent_N : N; -fun discontent_V2 : V2; -fun discontentedly_Adv : Adv; -fun discontinuance_N : N; -fun discontinue_V : V; -fun discontinue_V2 : V2; -fun discontinuity_N : N; -fun discontinuous_A : A; -fun discord_N : N; -fun discordance_N : N; -fun discordant_A : A; -fun discordantly_Adv : Adv; -fun discotheque_N : N; -fun discount_N : N; -fun discount_V2 : V2; -fun discountenance_V2 : V2; -fun discourage_V2 : V2; -fun discouragement_N : N; -fun discourse_N : N; -fun discourse_V : V; -fun discourteous_A : A; -fun discourteously_Adv : Adv; -fun discourtesy_N : N; -fun discover_V2 : V2; -fun discoverer_N : N; -fun discovery_N : N; -fun discredit_N : N; -fun discredit_V2 : V2; -fun discreditable_A : A; -fun discreditably_Adv : Adv; -fun discreet_A : A; -fun discreetly_Adv : Adv; -fun discrepancy_N : N; -fun discrete_A : A; -fun discreteness_N : N; -fun discretion_N : N; -fun discretionary_A : A; -fun discriminate_V : V; -fun discriminate_V2 : V2; -fun discriminating_A : A; -fun discrimination_N : N; -fun discriminatory_A : A; -fun discursive_A : A; -fun discursively_Adv : Adv; -fun discursiveness_N : N; -fun discus_N : N; -fun discuss_V2 : V2; -fun discussion_N : N; -fun disdain_N : N; -fun disdain_V2 : V2; -fun disdainful_A : A; -fun disdainfully_Adv : Adv; -fun disease_N : N; -fun diseased_A : A; -fun disembark_V : V; -fun disembark_V2 : V2; -fun disembarkation_N : N; -fun disembarrass_V2 : V2; -fun disembarrassment_N : N; -fun disembody_V2 : V2; -fun disembowel_V2 : V2; -fun disenchant_V2 : V2; -fun disenchantment_N : N; -fun disencumber_V2 : V2; -fun disenfranchise_V2 : V2; -fun disengage_V : V; -fun disengage_V2 : V2; -fun disengagement_N : N; -fun disentangle_V : V; -fun disentangle_V2 : V2; -fun disentanglement_N : N; -fun disequilibrium_N : N; -fun disestablish_V2 : V2; -fun disestablishment_N : N; -fun disfavour_N : N; -fun disfavour_V2 : V2; -fun disfigure_V2 : V2; -fun disfigurement_N : N; -fun disforest_V2 : V2; -fun disfranchise_V2 : V2; -fun disfranchisement_N : N; -fun disgorge_V2 : V2; -fun disgrace_N : N; -fun disgrace_V2 : V2; -fun disgraceful_A : A; -fun disgracefully_Adv : Adv; -fun disgruntled_A : A; -fun disguise_N : N; -fun disguise_V2 : V2; -fun disgust_N : N; -fun disgust_V2 : V2; -fun disgustedly_Adv : Adv; -fun disgusting_A : A; -fun disgustingly_Adv : Adv; -fun dish_N : N; -fun dish_V2 : V2; -fun dishabille_N : N; -fun disharmonious_A : A; -fun disharmony_N : N; -fun dishcloth_N : N; -fun dishearten_V2 : V2; -fun dishevelled_A : A; -fun dishful_N : N; -fun dishonest_A : A; -fun dishonestly_Adv : Adv; -fun dishonesty_N : N; -fun dishonour_N : N; -fun dishonour_V2 : V2; -fun dishonourable_A : A; -fun dishonourably_Adv : Adv; -fun dishwasher_N : N; -fun dishwater_N : N; -fun dishy_A : A; -fun disillusion_N : N; -fun disillusion_V2 : V2; -fun disillusionment_N : N; -fun disincentive_N : N; -fun disinclination_N : N; -fun disincline_V2 : V2; -fun disinfect_V2 : V2; -fun disinfectant_A : A; -fun disinfectant_N : N; -fun disinfection_N : N; -fun disinfest_V2 : V2; -fun disinfestation_N : N; -fun disinflation_N : N; -fun disingenuous_A : A; -fun disingenuously_Adv : Adv; -fun disingenuousness_N : N; -fun disinherit_V2 : V2; -fun disinheritance_N : N; -fun disintegrate_V : V; -fun disintegrate_V2 : V2; -fun disintegration_N : N; -fun disinter_V2 : V2; -fun disinterested_A : A; -fun disinterestedly_Adv : Adv; -fun disinterestedness_N : N; -fun disinterment_N : N; -fun disjoint_V2 : V2; -fun disjointed_A : A; -fun disjointedly_Adv : Adv; -fun disjointedness_N : N; -fun disjunctive_A : A; -fun disk_N : N; -fun dislike_N : N; -fun dislike_V2 : V2; -fun dislocate_V2 : V2; -fun dislocation_N : N; -fun dislodge_V2 : V2; -fun dislodgement_N : N; -fun disloyal_A : A; -fun disloyally_Adv : Adv; -fun disloyalty_N : N; -fun dismal_A : A; -fun dismally_Adv : Adv; -fun dismantle_V2 : V2; -fun dismantlement_N : N; -fun dismay_N : N; -fun dismay_V2 : V2; -fun dismember_V2 : V2; -fun dismemberment_N : N; -fun dismiss_V2 : V2; -fun dismissal_N : N; -fun dismount_V : V; -fun dismount_V2 : V2; -fun dismounted_A : A; -fun disobedience_N : N; -fun disobedient_A : A; -fun disobediently_Adv : Adv; -fun disobey_V2 : V2; -fun disoblige_V2 : V2; -fun disorder_N : N; -fun disorder_V2 : V2; -fun disorderly_A : A; -fun disorganization_N : N; -fun disorganize_V2 : V2; -fun disorient_V2 : V2; -fun disorientate_V2 : V2; -fun disown_V2 : V2; -fun disparage_V2 : V2; -fun disparagement_N : N; -fun disparagingly_Adv : Adv; -fun disparate_A : A; -fun disparity_N : N; -fun dispassionate_A : A; -fun dispassionately_Adv : Adv; -fun dispassionateness_N : N; -fun dispatch_N : N; -fun dispatch_V2 : V2; -fun dispatch_box_N : N; -fun dispatch_rider_N : N; -fun dispel_V2 : V2; -fun dispensable_A : A; -fun dispensary_N : N; -fun dispensation_N : N; -fun dispense_V : V; -fun dispense_V2 : V2; -fun dispenser_N : N; -fun dispersal_N : N; -fun disperse_V : V; -fun disperse_V2 : V2; -fun dispersion_N : N; -fun dispirit_V2 : V2; -fun dispiritedly_Adv : Adv; -fun displace_V2 : V2; -fun displacement_N : N; -fun display_N : N; -fun display_V2 : V2; -fun displease_V2 : V2; -fun displeasing_A : A; -fun displeasingly_Adv : Adv; -fun displeasure_N : N; -fun disport_V2 : V2; -fun disposable_A : A; -fun disposal_N : N; -fun dispose_V : V; -fun dispose_V2 : V2; -fun disposition_N : N; -fun dispossess_V2 : V2; -fun dispossession_N : N; -fun disproof_N : N; -fun disproportion_N : N; -fun disproportionate_A : A; -fun disproportionately_Adv : Adv; -fun disprove_V2 : V2; -fun disputable_A : A; -fun disputant_N : N; -fun disputation_N : N; -fun disputatious_A : A; -fun disputatiously_Adv : Adv; -fun dispute_N : N; -fun dispute_V : V; -fun dispute_V2 : V2; -fun disqualification_N : N; -fun disqualify_V2 : V2; -fun disquiet_N : N; -fun disquiet_V2 : V2; -fun disquieting_A : A; -fun disquietingly_Adv : Adv; -fun disquietude_N : N; -fun disquisition_N : N; -fun disregard_N : N; -fun disregard_V2 : V2; -fun disrepair_N : N; -fun disreputable_A : A; -fun disreputably_Adv : Adv; -fun disrepute_N : N; -fun disrespect_N : N; -fun disrespectful_A : A; -fun disrespectfully_Adv : Adv; -fun disrobe_V : V; -fun disrobe_V2 : V2; -fun disrupt_V2 : V2; -fun disruption_N : N; -fun disruptive_A : A; -fun dissatisfaction_N : N; -fun dissatisfy_V2 : V2; -fun dissect_V2 : V2; -fun dissection_N : N; -fun dissemble_V : V; -fun dissemble_V2 : V2; -fun dissembler_N : N; -fun disseminate_V2 : V2; -fun dissemination_N : N; -fun dissension_N : N; -fun dissent_N : N; -fun dissent_V : V; -fun dissenter_N : N; -fun dissertation_N : N; -fun disservice_N : N; -fun dissever_V2 : V2; -fun dissidence_N : N; -fun dissident_A : A; -fun dissident_N : N; -fun dissimilar_A : A; -fun dissimilarity_N : N; -fun dissimilitude_N : N; -fun dissimulate_V : V; -fun dissimulate_V2 : V2; -fun dissimulation_N : N; -fun dissipate_V : V; -fun dissipate_V2 : V2; -fun dissipated_A : A; -fun dissipation_N : N; -fun dissociate_V2 : V2; -fun dissociation_N : N; -fun dissolubility_N : N; -fun dissoluble_A : A; -fun dissolute_A : A; -fun dissolutely_Adv : Adv; -fun dissolution_N : N; -fun dissolve_V : V; -fun dissolve_V2 : V2; -fun dissonance_N : N; -fun dissonant_A : A; -fun dissuade_V2 : V2; -fun dissuasion_N : N; -fun dissyllable_N : N; -fun distaff_N : N; -fun distance_N : N; -fun distance_V2 : V2; -fun distant_A : A; -fun distantly_Adv : Adv; -fun distaste_N : N; -fun distasteful_A : A; -fun distastefully_Adv : Adv; -fun distastefulness_N : N; -fun distemper_N : N; -fun distemper_V2 : V2; -fun distend_V : V; -fun distend_V2 : V2; -fun distension_N : N; -fun distil_V : V; -fun distil_V2 : V2; -fun distillation_N : N; -fun distiller_N : N; -fun distillery_N : N; -fun distinct_A : A; -fun distinction_N : N; -fun distinctive_A : A; -fun distinctively_Adv : Adv; -fun distinctiveness_N : N; -fun distinctly_Adv : Adv; -fun distinctness_N : N; -fun distinguish_V : V; -fun distinguish_V2 : V2; -fun distinguishable_A : A; -fun distinguished_A : A; -fun distort_V2 : V2; -fun distortion_N : N; -fun distract_V2 : V2; -fun distracted_A : A; -fun distractedly_Adv : Adv; -fun distraction_N : N; -fun distrain_V : V; -fun distraint_N : N; -fun distrait_A : A; -fun distraught_A : A; -fun distress_N : N; -fun distress_V2 : V2; -fun distressful_A : A; -fun distressfully_Adv : Adv; -fun distressing_A : A; -fun distressingly_Adv : Adv; -fun distribute_V2 : V2; -fun distribution_N : N; -fun distributive_A : A; -fun distributively_Adv : Adv; -fun distributor_N : N; -fun district_N : N; -fun distrust_N : N; -fun distrust_V2 : V2; -fun distrustful_A : A; -fun distrustfully_Adv : Adv; -fun distrustfulness_N : N; -fun disturb_V2 : V2; -fun disturbance_N : N; -fun disturbingly_Adv : Adv; -fun disunion_N : N; -fun disunite_V : V; -fun disunite_V2 : V2; -fun disunity_N : N; -fun disuse_N : N; -fun disused_A : A; -fun disyllabic_A : A; -fun disyllable_N : N; -fun ditch_N : N; -fun ditch_V : V; -fun ditch_V2 : V2; -fun dither_N : N; -fun dither_V : V; -fun ditto_N : N; -fun ditty_N : N; -fun diurnal_A : A; -fun divagate_V : V; -fun divagation_N : N; -fun divan_N : N; -fun divan_bed_N : N; -fun dive_N : N; -fun dive_V : V; -fun dive_bomb_V : V; -fun dive_bomb_V2 : V2; -fun dive_bomber_N : N; -fun diver_N : N; -fun diverge_V : V; -fun divergence_N : N; -fun divergency_N : N; -fun divergent_A : A; -fun divers_A : A; -fun diverse_A : A; -fun diversely_Adv : Adv; -fun diversification_N : N; -fun diversify_V2 : V2; -fun diversion_N : N; -fun diversionary_A : A; -fun diversionist_N : N; -fun diversity_N : N; -fun divert_V2 : V2; -fun diverting_A : A; -fun divertingly_Adv : Adv; -fun dives_PN : PN; -fun divest_V2 : V2; -fun divide_N : N; -fun divide_V : V; -fun divide_V2 : V2; -fun dividend_N : N; -fun dividend_warrant_N : N; -fun divination_N : N; -fun divine_A : A; -fun divine_N : N; -fun divine_V : V; -fun divine_V2 : V2; -fun divinely_Adv : Adv; -fun diviner_N : N; -fun diving_bell_N : N; -fun diving_board_N : N; -fun diving_dress_N : N; -fun diving_suit_N : N; -fun divinity_N : N; -fun divisible_A : A; -fun division_N : N; -fun divisional_A : A; -fun divisor_N : N; -fun divorce_N : N; -fun divorce_V2 : V2; -fun divorcee_N : N; -fun divot_N : N; -fun divulge_V2 : V2; -fun divulgence_N : N; -fun divvy_N : N; -fun dixie_N : N; -fun diy_N : N; -fun dizzily_Adv : Adv; -fun dizziness_N : N; -fun dizzy_A : A; -fun dizzy_V2 : V2; -fun dj_N : N; -fun djibouti_PN : PN; -fun djiboutian_A : A; -fun djiboutian_N : N; -fun djinn_N : N; -fun djs_N : N; -fun dlitt_N : N; -fun dm_N : N; -fun dna_N : N; -fun dnepropetrovsk_PN : PN; -fun do_N : N; -fun do_V : V; -fun do_V2 : V2; -fun do_gooder_N : N; -fun dobbin_N : N; -fun docile_A : A; -fun docility_N : N; -fun dock_N : N; -fun dock_V : V; -fun dock_V2 : V2; -fun docker_N : N; -fun docket_N : N; -fun docket_V2 : V2; -fun dockyard_N : N; -fun doctor_N : N; -fun doctor_V2 : V2; -fun doctorate_N : N; -fun doctrinaire_A : A; -fun doctrinaire_N : N; -fun doctrinal_A : A; -fun doctrine_N : N; -fun document_N : N; -fun document_V2 : V2; -fun documentary_A : A; -fun documentation_N : N; -fun dodder_V : V; -fun dodderer_N : N; -fun doddering_A : A; -fun doddery_A : A; -fun dodge_N : N; -fun dodge_V : V; -fun dodge_V2 : V2; -fun dodgem_N : N; -fun dodger_N : N; -fun dodgy_A : A; -fun dodo_N : N; -fun doe_N : N; -fun doer_N : N; -fun doff_V2 : V2; -fun dog's_tooth_N : N; -fun dog_N : N; -fun dog_V2 : V2; -fun dog_biscuit_N : N; -fun dog_cart_N : N; -fun dog_collar_N : N; -fun dog_eared_A : A; -fun dog_like_A : A; -fun doge_N : N; -fun dogfish_N : N; -fun dogged_A : A; -fun doggedly_Adv : Adv; -fun doggedness_N : N; -fun doggerel_N : N; -fun doggie_N : N; -fun doggo_Adv : Adv; -fun doggy_N : N; -fun doghouse_N : N; -fun dogma_N : N; -fun dogmatic_A : A; -fun dogmatically_Adv : Adv; -fun dogmatism_N : N; -fun dogmatize_V : V; -fun dogmatize_V2 : V2; -fun dogsbody_N : N; -fun dogtooth_N : N; -fun dogtrot_N : N; -fun dogwatch_N : N; -fun dogwood_N : N; -fun doh_N : N; -fun doily_N : N; -fun dole_N : N; -fun dole_V2 : V2; -fun doleful_A : A; -fun dolefully_Adv : Adv; -fun doll_N : N; -fun doll_V : V; -fun doll_V2 : V2; -fun dollar_N : N; -fun dollop_N : N; -fun dolly_N : N; -fun dolly_PN : PN; -fun dolmen_N : N; -fun dolour_N : N; -fun dolourous_A : A; -fun dolphin_N : N; -fun dolt_N : N; -fun doltish_A : A; -fun domain_N : N; -fun dome_N : N; -fun domed_A : A; -fun domesday_PN : PN; -fun domestic_A : A; -fun domestically_Adv : Adv; -fun domesticate_V2 : V2; -fun domestication_N : N; -fun domesticity_N : N; -fun domicile_N : N; -fun domiciliary_A : A; -fun dominance_N : N; -fun dominant_A : A; -fun dominantly_Adv : Adv; -fun dominate_V : V; -fun dominate_V2 : V2; -fun domination_N : N; -fun domineer_V : V; -fun domineering_A : A; -fun domineeringly_Adv : Adv; -fun dominic_PN : PN; -fun dominica_PN : PN; -fun dominican_A : A; -fun dominican_N : N; -fun dominie_N : N; -fun dominion_N : N; -fun domino_N : N; -fun don't_know_N : N; -fun don_N : N; -fun don_PN : PN; -fun don_V2 : V2; -fun donald_PN : PN; -fun donate_V2 : V2; -fun donation_N : N; -fun doncaster_PN : PN; -fun donegal_PN : PN; -fun donetsk_PN : PN; -fun donjon_N : N; -fun donkey_N : N; -fun donkey_jacket_N : N; -fun donkey_work_N : N; -fun donnish_A : A; -fun donor_N : N; -fun doodle_V : V; -fun doodlebug_N : N; -fun doom_N : N; -fun doom_V2 : V2; -fun doomsday_PN : PN; -fun door_N : N; -fun door_to_door_A : A; -fun doorbell_N : N; -fun doorcase_N : N; -fun doorframe_N : N; -fun doorhandle_N : N; -fun doorkeeper_N : N; -fun doorknob_N : N; -fun doorknocker_N : N; -fun doorman_N : N; -fun doormat_N : N; -fun doornail_N : N; -fun doorplate_N : N; -fun doorpost_N : N; -fun doorstep_N : N; -fun doorstopper_N : N; -fun doorway_N : N; -fun dope_N : N; -fun dope_V2 : V2; -fun dopey_A : A; -fun dora_PN : PN; -fun dorchester_PN : PN; -fun dordrecht_PN : PN; -fun doreen_PN : PN; -fun doric_A : A; -fun doris_PN : PN; -fun dorking_PN : PN; -fun dormant_A : A; -fun dormer_N : N; -fun dormer_window_N : N; -fun dormitory_N : N; -fun dormouse_N : N; -fun dorothy_PN : PN; -fun dorsal_A : A; -fun dorset_PN : PN; -fun dortmund_PN : PN; -fun dory_N : N; -fun dosage_N : N; -fun dose_N : N; -fun dose_V2 : V2; -fun doss_V : V; -fun doss_house_N : N; -fun dosser_N : N; -fun dossier_N : N; -fun dot_N : N; -fun dot_V2 : V2; -fun dotage_N : N; -fun dotard_N : N; -fun dote_V : V; -fun dottle_N : N; -fun dotty_A : A; -fun douai_PN : PN; -fun double_A : A; -fun double_Adv : Adv; -fun double_N : N; -fun double_V : V; -fun double_V2 : V2; -fun double_barrelled_A : A; -fun double_bass_N : N; -fun double_bedded_A : A; -fun double_breasted_A : A; -fun double_check_V2 : V2; -fun double_cross_N : N; -fun double_cross_V2 : V2; -fun double_dealer_N : N; -fun double_dealing_A : A; -fun double_dealing_N : N; -fun double_decker_N : N; -fun double_dutch_N : N; -fun double_dyed_A : A; -fun double_edged_A : A; -fun double_entry_N : N; -fun double_faced_A : A; -fun double_first_N : N; -fun double_jointed_A : A; -fun double_park_V : V; -fun double_park_V2 : V2; -fun double_quick_A : A; -fun double_quick_Adv : Adv; -fun double_spacing_N : N; -fun double_talk_N : N; -fun double_think_N : N; -fun doublet_N : N; -fun doubloon_N : N; -fun doubly_Adv : Adv; -fun doubt_N : N; -fun doubt_V2 : V2; -fun doubtful_A : A; -fun doubtfully_Adv : Adv; -fun doubtless_Adv : Adv; -fun douche_N : N; -fun doug_PN : PN; -fun dough_N : N; -fun doughnut_N : N; -fun doughty_A : A; -fun doughy_A : A; -fun douglas_PN : PN; -fun dour_A : A; -fun dourly_Adv : Adv; -fun douse_V2 : V2; -fun dove_N : N; -fun dovecote_N : N; -fun dover_PN : PN; -fun dovetail_N : N; -fun dovetail_V : V; -fun dovetail_V2 : V2; -fun dowager_N : N; -fun dowdily_Adv : Adv; -fun dowdiness_N : N; -fun dowdy_A : A; -fun dowel_N : N; -fun dower_N : N; -fun dower_V2 : V2; -fun down_Adv : Adv; -fun down_N : N; -fun down_PN : PN; -fun down_V2 : V2; -fun down_and_out_N : N; -fun down_market_A : A; -fun down_to_earth_A : A; -fun downbeat_N : N; -fun downcast_A : A; -fun downfall_N : N; -fun downgrade_V2 : V2; -fun downhearted_A : A; -fun downhill_Adv : Adv; -fun downing_street_PN : PN; -fun downpour_N : N; -fun downright_A : A; -fun downright_Adv : Adv; -fun downrightness_N : N; -fun downstair_A : A; -fun downstairs_A : A; -fun downstairs_Adv : Adv; -fun downstream_A : A; -fun downstream_Adv : Adv; -fun downtown_Adv : Adv; -fun downtrodden_A : A; -fun downward_A : A; -fun downward_Adv : Adv; -fun downwards_Adv : Adv; -fun downy_A : A; -fun dowry_N : N; -fun dowse_V2 : V2; -fun dowser_N : N; -fun dowsing_N : N; -fun doxology_N : N; -fun doyen_N : N; -fun doyley_N : N; -fun doyly_N : N; -fun doz_N : N; -fun doze_N : N; -fun doze_V : V; -fun dozen_N : N; -fun dphil_N : N; -fun dr_PN : PN; -fun drab_A : A; -fun drably_Adv : Adv; -fun drabness_N : N; -fun drachm_N : N; -fun drachma_N : N; -fun draconian_A : A; -fun draft_N : N; -fun draft_V2 : V2; -fun draftee_N : N; -fun drafting_N : N; -fun draftsman_N : N; -fun drag_N : N; -fun drag_V : V; -fun drag_V2 : V2; -fun draggled_A : A; -fun dragnet_N : N; -fun dragoman_N : N; -fun dragon_N : N; -fun dragonfly_N : N; -fun dragoon_N : N; -fun dragoon_V2 : V2; -fun drain_N : N; -fun drain_V : V; -fun drain_V2 : V2; -fun drainage_N : N; -fun drainage_basin_N : N; -fun draining_board_N : N; -fun drainpipe_N : N; -fun drake_N : N; -fun dram_N : N; -fun drama_N : N; -fun dramatic_A : A; -fun dramatically_Adv : Adv; -fun dramatics_N : N; -fun dramatist_N : N; -fun dramatization_N : N; -fun dramatize_V2 : V2; -fun drape_N : N; -fun drape_V2 : V2; -fun draper_N : N; -fun drapery_N : N; -fun drastic_A : A; -fun drastically_Adv : Adv; -fun drat_V2 : V2; -fun draught_N : N; -fun draught_V2 : V2; -fun draught_horse_N : N; -fun draughts_N : N; -fun draughtsman_N : N; -fun draughty_A : A; -fun draw_N : N; -fun draw_V : V; -fun draw_V2 : V2; -fun drawback_N : N; -fun drawbridge_N : N; -fun drawer_N : N; -fun drawing_N : N; -fun drawing_board_N : N; -fun drawing_pin_N : N; -fun drawing_room_N : N; -fun drawl_N : N; -fun drawl_V : V; -fun drawl_V2 : V2; -fun dray_N : N; -fun drayton_PN : PN; -fun dread_N : N; -fun dread_V : V; -fun dread_V2 : V2; -fun dreaded_A : A; -fun dreadful_A : A; -fun dreadfully_Adv : Adv; -fun dreadfulness_N : N; -fun dreadnought_N : N; -fun dream_N : N; -fun dream_V : V; -fun dream_V2 : V2; -fun dreamer_N : N; -fun dreamily_Adv : Adv; -fun dreamland_N : N; -fun dreamless_A : A; -fun dreamlike_A : A; -fun dreamworld_N : N; -fun dreamy_A : A; -fun drear_A : A; -fun drearily_Adv : Adv; -fun dreariness_N : N; -fun dreary_A : A; -fun dredge_N : N; -fun dredge_V : V; -fun dredge_V2 : V2; -fun dredger_N : N; -fun drench_V2 : V2; -fun drenching_N : N; -fun dresden_PN : PN; -fun dress_N : N; -fun dress_V : V; -fun dress_V2 : V2; -fun dress_hanger_N : N; -fun dressage_N : N; -fun dresser_N : N; -fun dressing_N : N; -fun dressing_case_N : N; -fun dressing_down_N : N; -fun dressing_gown_N : N; -fun dressing_table_N : N; -fun dressmaker_N : N; -fun dressmaking_N : N; -fun dressy_A : A; -fun dribble_V : V; -fun dribble_V2 : V2; -fun dribbler_N : N; -fun driblet_N : N; -fun drier_N : N; -fun driffield_PN : PN; -fun drift_N : N; -fun drift_V : V; -fun drift_V2 : V2; -fun drift_ice_N : N; -fun drift_net_N : N; -fun drift_wood_N : N; -fun driftage_N : N; -fun drifter_N : N; -fun drill_N : N; -fun drill_V : V; -fun drill_V2 : V2; -fun drily_Adv : Adv; -fun drink_N : N; -fun drink_V : V; -fun drink_V2 : V2; -fun drinkable_A : A; -fun drinker_N : N; -fun drinking_N : N; -fun drinking_bout_N : N; -fun drinking_fountain_N : N; -fun drinking_song_N : N; -fun drinking_water_N : N; -fun drip_N : N; -fun drip_V : V; -fun drip_V2 : V2; -fun drip_dry_A : A; -fun drip_dry_V2 : V2; -fun dripping_N : N; -fun dripping_pan_N : N; -fun drive_N : N; -fun drive_V : V; -fun drive_V2 : V2; -fun drive_in_N : N; -fun drivel_N : N; -fun drivel_V : V; -fun driveller_N : N; -fun driver_N : N; -fun driveway_N : N; -fun driving_belt_N : N; -fun driving_wheel_N : N; -fun drizzle_N : N; -fun drizzle_V : V; -fun drizzly_A : A; -fun drogheda_PN : PN; -fun drogue_N : N; -fun droitwich_PN : PN; -fun droll_A : A; -fun drollery_N : N; -fun dromedary_N : N; -fun drone_N : N; -fun drone_V : V; -fun drone_V2 : V2; -fun dronfield_PN : PN; -fun drool_V : V; -fun droop_N : N; -fun droop_V : V; -fun droop_V2 : V2; -fun droopingly_Adv : Adv; -fun drop_N : N; -fun drop_V : V; -fun drop_V2 : V2; -fun drop_curtain_N : N; -fun drop_kick_N : N; -fun dropout_N : N; -fun dropping_zone_N : N; -fun dropsical_A : A; -fun dropsy_N : N; -fun droshky_N : N; -fun dross_N : N; -fun drought_N : N; -fun drove_N : N; -fun drover_N : N; -fun drown_V : V; -fun drown_V2 : V2; -fun drowse_N : N; -fun drowse_V : V; -fun drowse_V2 : V2; -fun drowsily_Adv : Adv; -fun drowsiness_N : N; -fun drowsy_A : A; -fun drub_V2 : V2; -fun drubbing_N : N; -fun drudge_N : N; -fun drudge_V : V; -fun drudgery_N : N; -fun drug_N : N; -fun drug_V2 : V2; -fun drugget_N : N; -fun druggist_N : N; -fun drugstore_N : N; -fun druid_N : N; -fun drum_N : N; -fun drum_V : V; -fun drum_V2 : V2; -fun drum_major_N : N; -fun drum_majorette_N : N; -fun drumfire_N : N; -fun drumhead_A : A; -fun drummer_N : N; -fun drumstick_N : N; -fun drunk_A : A; -fun drunk_N : N; -fun drunkard_N : N; -fun drunken_A : A; -fun drunkenly_Adv : Adv; -fun drunkenness_N : N; -fun drupe_N : N; -fun dry_A : A; -fun dry_V : V; -fun dry_V2 : V2; -fun dry_clean_V2 : V2; -fun dry_cleaner_N : N; -fun dry_cleaning_N : N; -fun dry_shod_A : A; -fun dry_walling_N : N; -fun dryad_N : N; -fun dryer_N : N; -fun dryness_N : N; -fun dsc_N : N; -fun dss_N : N; -fun dti_N : N; -fun dts_N : N; -fun dual_A : A; -fun dub_V2 : V2; -fun dubbin_N : N; -fun dubiety_N : N; -fun dubious_A : A; -fun dubiously_Adv : Adv; -fun dubiousness_N : N; -fun dublin_PN : PN; -fun dubliner_N : N; -fun ducal_A : A; -fun ducat_N : N; -fun duce_N : N; -fun duchess_N : N; -fun duchy_N : N; -fun duck_N : N; -fun duck_V : V; -fun duck_V2 : V2; -fun duckbilled_A : A; -fun ducking_N : N; -fun ducking_stool_N : N; -fun duckling_N : N; -fun duckweed_N : N; -fun ducky_N : N; -fun duct_N : N; -fun ductile_A : A; -fun ductility_N : N; -fun dud_A : A; -fun dud_N : N; -fun dude_N : N; -fun dudgeon_N : N; -fun dudley_PN : PN; -fun due_A : A; -fun due_Adv : Adv; -fun due_N : N; -fun duel_N : N; -fun duel_V : V; -fun duelist_N : N; -fun duellist_N : N; -fun duenna_N : N; -fun duet_N : N; -fun duffel_N : N; -fun duffer_N : N; -fun duffle_N : N; -fun dug_N : N; -fun dugong_N : N; -fun dugout_N : N; -fun duisburg_PN : PN; -fun duke_N : N; -fun dukedom_N : N; -fun dukinfield_PN : PN; -fun dulcet_A : A; -fun dulcimer_N : N; -fun dull_A : A; -fun dull_V : V; -fun dull_V2 : V2; -fun dullard_N : N; -fun dullness_N : N; -fun dully_Adv : Adv; -fun duly_Adv : Adv; -fun dumb_A : A; -fun dumbarton_PN : PN; -fun dumbbell_N : N; -fun dumbfound_V2 : V2; -fun dumbly_Adv : Adv; -fun dumbness_N : N; -fun dumbwaiter_N : N; -fun dumdum_N : N; -fun dumfries_PN : PN; -fun dummy_N : N; -fun dump_N : N; -fun dump_V2 : V2; -fun dumper_N : N; -fun dumpling_N : N; -fun dumpy_A : A; -fun dun_A : A; -fun dun_N : N; -fun dun_V2 : V2; -fun dun_laoghaire_PN : PN; -fun duncan_PN : PN; -fun dunce_N : N; -fun dundalk_PN : PN; -fun dundee_PN : PN; -fun dunderhead_N : N; -fun dune_N : N; -fun dunfermline_PN : PN; -fun dung_N : N; -fun dungeon_N : N; -fun dunghill_N : N; -fun dunk_V2 : V2; -fun dunkirk_PN : PN; -fun dunoon_PN : PN; -fun dunstable_PN : PN; -fun duodecimal_A : A; -fun duodenal_A : A; -fun duodenum_N : N; -fun duologue_N : N; -fun dupe_N : N; -fun dupe_V2 : V2; -fun dupl_PN : PN; -fun duplex_A : A; -fun duplicate_A : A; -fun duplicate_N : N; -fun duplicate_V2 : V2; -fun duplication_N : N; -fun duplicator_N : N; -fun duplicity_N : N; -fun durability_N : N; -fun durable_A : A; -fun durable_N : N; -fun durance_N : N; -fun duration_N : N; -fun durban_PN : PN; -fun durbar_N : N; -fun duress_N : N; -fun durham_PN : PN; -fun durrington_PN : PN; -fun dursley_PN : PN; -fun dusk_N : N; -fun dusky_A : A; -fun dusseldorf_PN : PN; -fun dust_N : N; -fun dust_V2 : V2; -fun dust_bowl_N : N; -fun dust_coat_N : N; -fun dust_jacket_N : N; -fun dust_sheet_N : N; -fun dust_up_N : N; -fun dust_wrapper_N : N; -fun dustbin_N : N; -fun dustcart_N : N; -fun duster_N : N; -fun dustman_N : N; -fun dustpan_N : N; -fun dusty_A : A; -fun dutch_A : A; -fun dutch_N : N; -fun dutchman_N : N; -fun duteous_A : A; -fun dutiable_A : A; -fun dutiful_A : A; -fun dutifully_Adv : Adv; -fun duty_N : N; -fun duty_free_A : A; -fun duvet_N : N; -fun dwarf_N : N; -fun dwarf_V2 : V2; -fun dwarfish_A : A; -fun dwell_V : V; -fun dweller_N : N; -fun dwelling_N : N; -fun dwelling_house_N : N; -fun dwindle_V : V; -fun dyarchy_N : N; -fun dye_N : N; -fun dye_V : V; -fun dye_V2 : V2; -fun dye_works_N : N; -fun dyed_in_the_wool_A : A; -fun dyer_N : N; -fun dyestuff_N : N; -fun dyfed_PN : PN; -fun dyke_N : N; -fun dyke_V : V; -fun dyke_V2 : V2; -fun dynamic_A : A; -fun dynamic_N : N; -fun dynamically_Adv : Adv; -fun dynamism_N : N; -fun dynamite_N : N; -fun dynamite_V2 : V2; -fun dynamo_N : N; -fun dynast_N : N; -fun dynastic_A : A; -fun dynasty_N : N; -fun dyne_N : N; -fun dysentery_N : N; -fun dyslexia_N : N; -fun dyslexic_A : A; -fun dyspepsia_N : N; -fun dyspeptic_A : A; -fun dyspeptic_N : N; -fun debris_2_N : N; -fun debut_2_N : N; -fun debutante_2_N : N; -fun debacle_N : N; -fun decollete_A : A; -fun decor_N : N; -fun demarche_N : N; -fun demode_A : A; -fun denouement_N : N; -fun deshabille_N : N; -fun detente_N : N; -fun e'en_Adv : Adv; -fun e'er_Adv : Adv; -fun each_A : A; -fun eager_A : A; -fun eagerly_Adv : Adv; -fun eagerness_N : N; -fun eagle_N : N; -fun eagle_eyed_A : A; -fun eaglescliffe_PN : PN; -fun eaglet_N : N; -fun ealing_PN : PN; -fun ear_N : N; -fun ear_trumpet_N : N; -fun earache_N : N; -fun eardrop_N : N; -fun eardrum_N : N; -fun earful_N : N; -fun earl_N : N; -fun earl_shilton_PN : PN; -fun earldom_N : N; -fun early_A : A; -fun early_Adv : Adv; -fun early_warning_A : A; -fun earmark_N : N; -fun earmark_V2 : V2; -fun earn_V2 : V2; -fun earnest_A : A; -fun earnest_N : N; -fun earnest_money_N : N; -fun earnestly_Adv : Adv; -fun earnestness_N : N; -fun earphone_N : N; -fun earpiece_N : N; -fun earring_N : N; -fun earshot_N : N; -fun earth_N : N; -fun earth_V2 : V2; -fun earth_closet_N : N; -fun earthen_A : A; -fun earthenware_N : N; -fun earthly_A : A; -fun earthnut_N : N; -fun earthquake_N : N; -fun earthwork_N : N; -fun earthworm_N : N; -fun earthy_A : A; -fun earwax_N : N; -fun earwig_N : N; -fun ease_N : N; -fun ease_V : V; -fun ease_V2 : V2; -fun easel_N : N; -fun easily_Adv : Adv; -fun easington_PN : PN; -fun east_Adv : Adv; -fun east_N : N; -fun east_dereham_PN : PN; -fun east_grinstead_PN : PN; -fun east_kilbride_PN : PN; -fun east_retford_PN : PN; -fun eastbourne_PN : PN; -fun easter_N : N; -fun easter_PN : PN; -fun easterly_A : A; -fun easterly_Adv : Adv; -fun eastern_A : A; -fun easternmost_A : A; -fun eastleigh_PN : PN; -fun eastward_A : A; -fun eastward_Adv : Adv; -fun eastwards_Adv : Adv; -fun easy_A : A; -fun easy_Adv : Adv; -fun easygoing_A : A; -fun eat_V : V; -fun eat_V2 : V2; -fun eatable_A : A; -fun eatable_N : N; -fun eater_N : N; -fun eating_apple_N : N; -fun eating_house_N : N; -fun eau_de_cologne_N : N; -fun eau_de_vie_N : N; -fun eavesdrop_V : V; -fun eavesdropper_N : N; -fun ebb_N : N; -fun ebb_V : V; -fun ebbtide_N : N; -fun ebbw_vale_PN : PN; -fun ebonite_N : N; -fun ebony_A : A; -fun ebony_N : N; -fun ebullience_N : N; -fun ebullient_A : A; -fun ebulliently_Adv : Adv; -fun ec_N : N; -fun eccentric_A : A; -fun eccentric_N : N; -fun eccentricity_N : N; -fun eccles_PN : PN; -fun ecclesiastic_N : N; -fun ecclesiastical_A : A; -fun ecclesiastically_Adv : Adv; -fun echelon_N : N; -fun echo_N : N; -fun echo_V : V; -fun echo_V2 : V2; -fun echo_sounder_N : N; -fun echo_sounding_N : N; -fun eclectic_A : A; -fun eclecticism_N : N; -fun eclipse_N : N; -fun eclipse_V2 : V2; -fun ecliptic_N : N; -fun ecological_A : A; -fun ecologically_Adv : Adv; -fun ecologist_N : N; -fun ecology_N : N; -fun economic_A : A; -fun economical_A : A; -fun economically_Adv : Adv; -fun economics_N : N; -fun economist_N : N; -fun economize_V : V; -fun economize_V2 : V2; -fun economy_N : N; -fun ecosystem_N : N; -fun ecstasy_N : N; -fun ecstatic_A : A; -fun ecstatically_Adv : Adv; -fun ectoplasm_N : N; -fun ecuador_PN : PN; -fun ecuadorian_A : A; -fun ecuadorian_N : N; -fun ecumenical_A : A; -fun eczema_N : N; -fun ed_PN : PN; -fun eddie_PN : PN; -fun eddy_N : N; -fun eddy_PN : PN; -fun eddy_V : V; -fun edelweiss_N : N; -fun eden_PN : PN; -fun edenbridge_PN : PN; -fun edgar_PN : PN; -fun edge_N : N; -fun edge_V : V; -fun edge_V2 : V2; -fun edgeways_Adv : Adv; -fun edgewise_Adv : Adv; -fun edging_N : N; -fun edgy_A : A; -fun edibility_N : N; -fun edible_A : A; -fun edible_N : N; -fun edict_N : N; -fun edification_N : N; -fun edifice_N : N; -fun edify_V2 : V2; -fun edinburgh_PN : PN; -fun edit_V2 : V2; -fun edith_PN : PN; -fun edition_N : N; -fun editor_N : N; -fun editorial_A : A; -fun editorial_N : N; -fun edmund_PN : PN; -fun edp_N : N; -fun educate_V2 : V2; -fun education_N : N; -fun educational_A : A; -fun educationalist_N : N; -fun educationally_Adv : Adv; -fun educationist_N : N; -fun educator_N : N; -fun educe_V2 : V2; -fun edward_PN : PN; -fun edwardian_A : A; -fun edwardian_N : N; -fun eec_N : N; -fun eeg_N : N; -fun eel_N : N; -fun eerie_A : A; -fun eerily_Adv : Adv; -fun eeriness_N : N; -fun eery_A : A; -fun eff_V : V; -fun efface_V2 : V2; -fun effacement_N : N; -fun effect_N : N; -fun effect_V2 : V2; -fun effective_A : A; -fun effectively_Adv : Adv; -fun effectiveness_N : N; -fun effectual_A : A; -fun effectuality_N : N; -fun effectually_Adv : Adv; -fun effectualness_N : N; -fun effeminacy_N : N; -fun effeminate_A : A; -fun effendi_N : N; -fun effervesce_V : V; -fun effervescence_N : N; -fun effervescent_A : A; -fun effete_A : A; -fun effeteness_N : N; -fun efficacious_A : A; -fun efficaciously_Adv : Adv; -fun efficacy_N : N; -fun efficiency_N : N; -fun efficient_A : A; -fun efficiently_Adv : Adv; -fun effigy_N : N; -fun efflorescence_N : N; -fun efflorescent_A : A; -fun effluent_N : N; -fun efflux_N : N; -fun effort_N : N; -fun effortless_A : A; -fun effortlessly_Adv : Adv; -fun effrontery_N : N; -fun effulgence_N : N; -fun effulgent_A : A; -fun effusion_N : N; -fun effusive_A : A; -fun effusively_Adv : Adv; -fun effusiveness_N : N; -fun eft_N : N; -fun efta_N : N; -fun eg_PN : PN; -fun egalitarian_A : A; -fun egalitarian_N : N; -fun egalitarianism_N : N; -fun egg_N : N; -fun egg_V2 : V2; -fun egg_beater_N : N; -fun egg_cup_N : N; -fun egg_whisk_N : N; -fun egghead_N : N; -fun eggplant_N : N; -fun eggshake_N : N; -fun eggshell_N : N; -fun eglantine_N : N; -fun ego_N : N; -fun egocentric_A : A; -fun egoism_N : N; -fun egoist_N : N; -fun egoistic_A : A; -fun egoistical_A : A; -fun egotism_N : N; -fun egotist_N : N; -fun egotistic_A : A; -fun egotistically_Adv : Adv; -fun egotrip_N : N; -fun egotrip_V : V; -fun egregious_A : A; -fun egremont_PN : PN; -fun egress_N : N; -fun egret_N : N; -fun egypt_PN : PN; -fun egyptian_A : A; -fun egyptian_N : N; -fun eiche_PN : PN; -fun eiderdown_N : N; -fun eight_A : A; -fun eight_N : N; -fun eighteen_A : A; -fun eighteen_N : N; -fun eighteenth_A : A; -fun eighteenth_N : N; -fun eighth_A : A; -fun eighth_N : N; -fun eightieth_A : A; -fun eightieth_N : N; -fun eightpence_N : N; -fun eightpenny_A : A; -fun eightsome_N : N; -fun eighty_A : A; -fun eighty_N : N; -fun eileen_PN : PN; -fun eindhoven_PN : PN; -fun eisteddfod_N : N; -fun either_A : A; -fun either_Adv : Adv; -fun ejaculate_V2 : V2; -fun ejaculation_N : N; -fun eject_V : V; -fun eject_V2 : V2; -fun ejection_N : N; -fun ejector_N : N; -fun ejector_seat_N : N; -fun eke_V2 : V2; -fun el_dorado_N : N; -fun el_salvador_PN : PN; -fun elaborate_A : A; -fun elaborate_V2 : V2; -fun elaborately_Adv : Adv; -fun elaborateness_N : N; -fun elaboration_N : N; -fun elaine_PN : PN; -fun eland_N : N; -fun elapse_V : V; -fun elastic_A : A; -fun elastic_N : N; -fun elasticity_N : N; -fun elasticized_A : A; -fun elastoplast_N : N; -fun elate_V2 : V2; -fun elation_N : N; -fun elbow_N : N; -fun elbow_V2 : V2; -fun elder_N : N; -fun elderly_A : A; -fun elderslie_PN : PN; -fun eleanor_PN : PN; -fun elect_A : A; -fun elect_V2 : V2; -fun election_N : N; -fun electioneering_N : N; -fun elective_A : A; -fun elector_N : N; -fun electoral_A : A; -fun electorate_N : N; -fun electric_A : A; -fun electrical_A : A; -fun electrically_Adv : Adv; -fun electrician_N : N; -fun electricity_N : N; -fun electrification_N : N; -fun electrify_V2 : V2; -fun electrocardiogram_N : N; -fun electrocardiograph_N : N; -fun electrochemistry_N : N; -fun electrocute_V2 : V2; -fun electrocution_N : N; -fun electrode_N : N; -fun electrolysis_N : N; -fun electrolyte_N : N; -fun electromagnet_N : N; -fun electromagnetic_A : A; -fun electromagnetism_N : N; -fun electron_N : N; -fun electronic_A : A; -fun electronically_Adv : Adv; -fun electronics_N : N; -fun electroplate_N : N; -fun electroplate_V2 : V2; -fun electrostatic_A : A; -fun eleemosynary_A : A; -fun elegance_N : N; -fun elegant_A : A; -fun elegantly_Adv : Adv; -fun elegiac_A : A; -fun elegy_N : N; -fun element_N : N; -fun elemental_A : A; -fun elementarily_Adv : Adv; -fun elementary_A : A; -fun elephant_N : N; -fun elephantiasis_N : N; -fun elephantine_A : A; -fun elevate_V2 : V2; -fun elevation_N : N; -fun elevator_N : N; -fun eleven_A : A; -fun eleven_N : N; -fun eleventh_A : A; -fun eleventh_N : N; -fun elf_N : N; -fun elfin_A : A; -fun elfish_A : A; -fun elgin_PN : PN; -fun elicit_V2 : V2; -fun elicitation_N : N; -fun elide_V2 : V2; -fun eligibility_N : N; -fun eligible_A : A; -fun eliminate_V2 : V2; -fun elimination_N : N; -fun elision_N : N; -fun elitism_N : N; -fun elitist_N : N; -fun elixir_N : N; -fun eliza_PN : PN; -fun elizabeth_PN : PN; -fun elizabethan_A : A; -fun elizabethan_N : N; -fun elk_N : N; -fun elland_PN : PN; -fun ellen_PN : PN; -fun ellesmere_PN : PN; -fun ellesmere_port_PN : PN; -fun ellie_PN : PN; -fun ellipse_N : N; -fun ellipsis_N : N; -fun elliptic_A : A; -fun elliptical_A : A; -fun elloughton_PN : PN; -fun elm_N : N; -fun elocution_N : N; -fun elocutionary_A : A; -fun elocutionist_N : N; -fun elongate_V : V; -fun elongate_V2 : V2; -fun elongation_N : N; -fun elope_V : V; -fun elopement_N : N; -fun eloquence_N : N; -fun eloquent_A : A; -fun eloquently_Adv : Adv; -fun else_Adv : Adv; -fun elsewhere_Adv : Adv; -fun elsie_PN : PN; -fun elstree_PN : PN; -fun elucidate_V2 : V2; -fun elucidation_N : N; -fun elude_V2 : V2; -fun elusive_A : A; -fun elver_N : N; -fun elvish_A : A; -fun ely_PN : PN; -fun elysian_A : A; -fun elysium_PN : PN; -fun emaciate_V2 : V2; -fun emaciation_N : N; -fun emanate_V : V; -fun emanation_N : N; -fun emancipate_V2 : V2; -fun emancipation_N : N; -fun emasculate_V2 : V2; -fun emasculation_N : N; -fun embalm_V2 : V2; -fun embalmment_N : N; -fun embankment_N : N; -fun embargo_N : N; -fun embargo_V2 : V2; -fun embark_V : V; -fun embark_V2 : V2; -fun embarkation_N : N; -fun embarrass_V2 : V2; -fun embarrassing_A : A; -fun embarrassingly_Adv : Adv; -fun embarrassment_N : N; -fun embassy_N : N; -fun embattled_A : A; -fun embed_V2 : V2; -fun embellish_V2 : V2; -fun embellishment_N : N; -fun ember_N : N; -fun embezzle_V2 : V2; -fun embezzlement_N : N; -fun embitter_V2 : V2; -fun embitterment_N : N; -fun emblazon_V2 : V2; -fun emblem_N : N; -fun emblematic_A : A; -fun embodiment_N : N; -fun embody_V2 : V2; -fun embolden_V2 : V2; -fun embonpoint_A : A; -fun embonpoint_N : N; -fun emboss_V2 : V2; -fun embrace_N : N; -fun embrace_V : V; -fun embrace_V2 : V2; -fun embrasure_N : N; -fun embrocation_N : N; -fun embroider_V : V; -fun embroider_V2 : V2; -fun embroidery_N : N; -fun embroil_V2 : V2; -fun embryo_N : N; -fun embryonic_A : A; -fun emeer_N : N; -fun emend_V2 : V2; -fun emendation_N : N; -fun emerald_N : N; -fun emerge_V : V; -fun emergence_N : N; -fun emergency_N : N; -fun emergent_A : A; -fun emeritus_A : A; -fun emery_N : N; -fun emetic_N : N; -fun emigrant_N : N; -fun emigrate_V : V; -fun emigration_N : N; -fun emily_PN : PN; -fun eminence_N : N; -fun eminent_A : A; -fun eminently_Adv : Adv; -fun emir_N : N; -fun emirate_N : N; -fun emissary_N : N; -fun emission_N : N; -fun emit_V2 : V2; -fun emma_PN : PN; -fun emolument_N : N; -fun emotion_N : N; -fun emotional_A : A; -fun emotionally_Adv : Adv; -fun emotionless_A : A; -fun emotive_A : A; -fun empale_V2 : V2; -fun empanel_V2 : V2; -fun empathy_N : N; -fun emperor_N : N; -fun emphasis_N : N; -fun emphasize_V2 : V2; -fun emphatic_A : A; -fun emphatically_Adv : Adv; -fun empire_N : N; -fun empiric_A : A; -fun empirical_A : A; -fun empirically_Adv : Adv; -fun empiricism_N : N; -fun empiricist_N : N; -fun emplacement_N : N; -fun emplane_V : V; -fun emplane_V2 : V2; -fun employ_N : N; -fun employ_V2 : V2; -fun employable_A : A; -fun employee_N : N; -fun employer_N : N; -fun employment_N : N; -fun emporium_N : N; -fun empower_V2 : V2; -fun empress_N : N; -fun emptiness_N : N; -fun empty_A : A; -fun empty_N : N; -fun empty_V : V; -fun empty_V2 : V2; -fun empty_handed_A : A; -fun empty_headed_A : A; -fun empurpled_A : A; -fun empyrean_A : A; -fun empyrean_N : N; -fun emsworth_PN : PN; -fun emu_N : N; -fun emulate_V2 : V2; -fun emulation_N : N; -fun emulous_A : A; -fun emulously_Adv : Adv; -fun emulsify_V2 : V2; -fun emulsion_N : N; -fun en_clair_Adv : Adv; -fun en_famille_Adv : Adv; -fun en_masse_Adv : Adv; -fun en_route_Adv : Adv; -fun enable_V2 : V2; -fun enabling_A : A; -fun enact_V2 : V2; -fun enactment_N : N; -fun enamel_N : N; -fun enamel_V2 : V2; -fun enamour_V2 : V2; -fun enc_PN : PN; -fun encamp_V : V; -fun encamp_V2 : V2; -fun encampment_N : N; -fun encase_V2 : V2; -fun encaustic_A : A; -fun encephalitis_N : N; -fun enchain_V2 : V2; -fun enchant_V2 : V2; -fun enchanter_N : N; -fun enchantingly_Adv : Adv; -fun enchantment_N : N; -fun enchantress_N : N; -fun encircle_V2 : V2; -fun encirclement_N : N; -fun enclave_N : N; -fun enclose_V2 : V2; -fun enclosure_N : N; -fun encode_V2 : V2; -fun encomium_N : N; -fun encompass_V2 : V2; -fun encore_N : N; -fun encore_V2 : V2; -fun encounter_N : N; -fun encounter_V2 : V2; -fun encourage_V2 : V2; -fun encouragement_N : N; -fun encouragingly_Adv : Adv; -fun encroach_V : V; -fun encroachment_N : N; -fun encrust_V : V; -fun encrust_V2 : V2; -fun encumber_V2 : V2; -fun encumbrance_N : N; -fun encyclical_A : A; -fun encyclical_N : N; -fun encyclopaedia_N : N; -fun encyclopaedic_A : A; -fun encyclopedia_N : N; -fun encyclopedic_A : A; -fun end_N : N; -fun end_V : V; -fun end_V2 : V2; -fun end_all_N : N; -fun endanger_V2 : V2; -fun endear_V2 : V2; -fun endearingly_Adv : Adv; -fun endearment_N : N; -fun endeavour_N : N; -fun endeavour_V : V; -fun endemic_A : A; -fun endemic_N : N; -fun ending_N : N; -fun endive_N : N; -fun endless_A : A; -fun endlessly_Adv : Adv; -fun endorse_V2 : V2; -fun endorsement_N : N; -fun endow_V2 : V2; -fun endowment_N : N; -fun endue_V2 : V2; -fun endurable_A : A; -fun endurance_N : N; -fun endure_V : V; -fun endure_V2 : V2; -fun enduring_A : A; -fun enduringly_Adv : Adv; -fun endways_Adv : Adv; -fun endwise_Adv : Adv; -fun enema_N : N; -fun enemy_N : N; -fun energetic_A : A; -fun energetically_Adv : Adv; -fun energy_N : N; -fun enervate_V2 : V2; -fun enfant_terrible_N : N; -fun enfeeble_V2 : V2; -fun enfield_PN : PN; -fun enfold_V2 : V2; -fun enforce_V2 : V2; -fun enforceable_A : A; -fun enforcement_N : N; -fun enfranchise_V2 : V2; -fun enfranchisement_N : N; -fun engage_V : V; -fun engage_V2 : V2; -fun engagement_N : N; -fun engaging_A : A; -fun engagingly_Adv : Adv; -fun engender_V2 : V2; -fun engine_N : N; -fun engine_driver_N : N; -fun engineer_N : N; -fun engineer_V : V; -fun engineer_V2 : V2; -fun engineering_N : N; -fun england_PN : PN; -fun english_A : A; -fun english_N : N; -fun englishman_N : N; -fun englishwoman_N : N; -fun engraft_V2 : V2; -fun engrave_V2 : V2; -fun engraver_N : N; -fun engraving_N : N; -fun engross_V2 : V2; -fun engulf_V2 : V2; -fun enhance_V2 : V2; -fun enhancement_N : N; -fun enigma_N : N; -fun enigmatic_A : A; -fun enigmatically_Adv : Adv; -fun enjoin_V2 : V2; -fun enjoy_V2 : V2; -fun enjoyable_A : A; -fun enjoyably_Adv : Adv; -fun enjoyment_N : N; -fun enkindle_V2 : V2; -fun enlarge_V : V; -fun enlarge_V2 : V2; -fun enlargement_N : N; -fun enlighten_V2 : V2; -fun enlightened_A : A; -fun enlightenment_N : N; -fun enlist_V : V; -fun enlist_V2 : V2; -fun enlistment_N : N; -fun enliven_V2 : V2; -fun enmesh_V2 : V2; -fun enmity_N : N; -fun ennoble_V2 : V2; -fun ennoblement_N : N; -fun ennui_N : N; -fun enoch_PN : PN; -fun enormity_N : N; -fun enormous_A : A; -fun enormously_Adv : Adv; -fun enormousness_N : N; -fun enough_A : A; -fun enough_Adv : Adv; -fun enough_N : N; -fun enplane_V : V; -fun enplane_V2 : V2; -fun enquire_V : V; -fun enquire_V2 : V2; -fun enquirer_N : N; -fun enquiringly_Adv : Adv; -fun enquiry_N : N; -fun enrage_V2 : V2; -fun enrapture_V2 : V2; -fun enrich_V2 : V2; -fun enrichment_N : N; -fun enrol_V : V; -fun enrol_V2 : V2; -fun enroll_V : V; -fun enroll_V2 : V2; -fun enrolment_N : N; -fun enschede_PN : PN; -fun ensconce_V2 : V2; -fun ensemble_N : N; -fun enshrine_V2 : V2; -fun enshroud_V2 : V2; -fun ensign_N : N; -fun ensilage_N : N; -fun enslave_V2 : V2; -fun enslavement_N : N; -fun ensnare_V2 : V2; -fun ensue_V : V; -fun ensure_V : V; -fun ensure_V2 : V2; -fun entail_N : N; -fun entail_V2 : V2; -fun entangle_V2 : V2; -fun entanglement_N : N; -fun entente_N : N; -fun entente_cordiale_N : N; -fun enter_V : V; -fun enter_V2 : V2; -fun enteric_A : A; -fun enteritis_N : N; -fun enterprise_N : N; -fun enterprising_A : A; -fun enterprisingly_Adv : Adv; -fun entertain_V2 : V2; -fun entertainer_N : N; -fun entertaining_A : A; -fun entertainingly_Adv : Adv; -fun entertainment_N : N; -fun enthral_V2 : V2; -fun enthrall_V2 : V2; -fun enthrone_V2 : V2; -fun enthronement_N : N; -fun enthuse_V : V; -fun enthusiasm_N : N; -fun enthusiast_N : N; -fun enthusiastic_A : A; -fun enthusiastically_Adv : Adv; -fun entice_V2 : V2; -fun enticement_N : N; -fun entire_A : A; -fun entirely_Adv : Adv; -fun entirety_N : N; -fun entitle_V2 : V2; -fun entitlement_N : N; -fun entity_N : N; -fun entomb_V2 : V2; -fun entomological_A : A; -fun entomologist_N : N; -fun entomology_N : N; -fun entourage_N : N; -fun entr'acte_N : N; -fun entrain_V : V; -fun entrain_V2 : V2; -fun entrance_N : N; -fun entrance_V2 : V2; -fun entrance_fee_N : N; -fun entrance_money_N : N; -fun entrant_N : N; -fun entrap_V2 : V2; -fun entreat_V2 : V2; -fun entreatingly_Adv : Adv; -fun entreaty_N : N; -fun entrench_V2 : V2; -fun entrenchment_N : N; -fun entrepot_N : N; -fun entrepreneur_N : N; -fun entrepreneurial_A : A; -fun entrust_V2 : V2; -fun entry_N : N; -fun entree_N : N; -fun entwine_V2 : V2; -fun enumerate_V2 : V2; -fun enumeration_N : N; -fun enunciate_V : V; -fun enunciate_V2 : V2; -fun enunciation_N : N; -fun envelop_V2 : V2; -fun envelope_N : N; -fun envelopment_N : N; -fun envenom_V2 : V2; -fun enviable_A : A; -fun envious_A : A; -fun enviously_Adv : Adv; -fun environ_V2 : V2; -fun environment_N : N; -fun environmental_A : A; -fun environmentally_Adv : Adv; -fun envisage_V2 : V2; -fun envoi_N : N; -fun envoy_N : N; -fun envy_N : N; -fun envy_V2 : V2; -fun enwrap_V2 : V2; -fun enzyme_N : N; -fun eon_N : N; -fun epaulet_N : N; -fun epaulette_N : N; -fun ephemeral_A : A; -fun epic_A : A; -fun epic_N : N; -fun epicentre_N : N; -fun epicure_N : N; -fun epicurean_A : A; -fun epicurean_N : N; -fun epidemic_A : A; -fun epidemic_N : N; -fun epidemiologist_N : N; -fun epidemiology_N : N; -fun epidermis_N : N; -fun epidiascope_N : N; -fun epiglottis_N : N; -fun epigram_N : N; -fun epigrammatic_A : A; -fun epilepsy_N : N; -fun epileptic_A : A; -fun epileptic_N : N; -fun epilogue_N : N; -fun epiphany_PN : PN; -fun episcopal_A : A; -fun episcopalian_A : A; -fun episcopalian_N : N; -fun episode_N : N; -fun episodic_A : A; -fun epistle_N : N; -fun epistolary_A : A; -fun epitaph_N : N; -fun epithet_N : N; -fun epitome_N : N; -fun epitomize_V2 : V2; -fun epoch_N : N; -fun epoch_making_A : A; -fun epping_PN : PN; -fun epsom_PN : PN; -fun equable_A : A; -fun equably_Adv : Adv; -fun equal_A : A; -fun equal_N : N; -fun equal_V2 : V2; -fun equalitarian_N : N; -fun equality_N : N; -fun equalization_N : N; -fun equalize_V2 : V2; -fun equalizer_N : N; -fun equally_Adv : Adv; -fun equanimity_N : N; -fun equate_V2 : V2; -fun equation_N : N; -fun equator_N : N; -fun equatorial_A : A; -fun equerry_N : N; -fun equestrian_A : A; -fun equestrian_N : N; -fun equidistant_A : A; -fun equilateral_A : A; -fun equilibrium_N : N; -fun equine_A : A; -fun equinoctial_A : A; -fun equinox_N : N; -fun equip_V2 : V2; -fun equipage_N : N; -fun equipment_N : N; -fun equipoise_N : N; -fun equitable_A : A; -fun equitably_Adv : Adv; -fun equity_N : N; -fun equivalence_N : N; -fun equivalent_A : A; -fun equivalent_N : N; -fun equivocal_A : A; -fun equivocation_N : N; -fun era_N : N; -fun eradicate_V2 : V2; -fun eradication_N : N; -fun erase_V2 : V2; -fun eraser_N : N; -fun erasure_N : N; -fun ere_Adv : Adv; -fun erect_A : A; -fun erect_V2 : V2; -fun erectile_A : A; -fun erection_N : N; -fun erectly_Adv : Adv; -fun erectness_N : N; -fun eremite_N : N; -fun erfurt_PN : PN; -fun erg_N : N; -fun ergo_Adv : Adv; -fun ergonomics_N : N; -fun eric_PN : PN; -fun erica_PN : PN; -fun erin_PN : PN; -fun eritrea_PN : PN; -fun eritrean_A : A; -fun eritrean_N : N; -fun erlangen_PN : PN; -fun ermine_N : N; -fun ernest_PN : PN; -fun ernie_PN : PN; -fun erode_V2 : V2; -fun erogenous_A : A; -fun erosion_N : N; -fun erosive_A : A; -fun erotic_A : A; -fun eroticism_N : N; -fun err_V : V; -fun errand_N : N; -fun errant_A : A; -fun erratic_A : A; -fun erratically_Adv : Adv; -fun erratum_N : N; -fun erroneous_A : A; -fun erroneously_Adv : Adv; -fun error_N : N; -fun erse_N : N; -fun eructation_N : N; -fun erudite_A : A; -fun eruditely_Adv : Adv; -fun erudition_N : N; -fun erupt_V : V; -fun eruption_N : N; -fun erysipelas_N : N; -fun escalate_V : V; -fun escalate_V2 : V2; -fun escalation_N : N; -fun escalator_N : N; -fun escalope_N : N; -fun escapade_N : N; -fun escape_N : N; -fun escape_V : V; -fun escape_V2 : V2; -fun escapee_N : N; -fun escapement_N : N; -fun escapism_N : N; -fun escapist_N : N; -fun escapologist_N : N; -fun escarpment_N : N; -fun eschatology_N : N; -fun eschew_V2 : V2; -fun escort_N : N; -fun escort_V2 : V2; -fun escritoire_N : N; -fun escudo_N : N; -fun escutcheon_N : N; -fun esfahan_PN : PN; -fun eskimo_N : N; -fun esophagus_N : N; -fun esoteric_A : A; -fun esp_N : N; -fun espalier_N : N; -fun especial_A : A; -fun especially_Adv : Adv; -fun esperanto_N : N; -fun espionage_N : N; -fun esplanade_N : N; -fun espousal_N : N; -fun espouse_V2 : V2; -fun espresso_N : N; -fun esprit_N : N; -fun esprit_de_corps_N : N; -fun espy_V2 : V2; -fun esq_PN : PN; -fun esquire_N : N; -fun essay_N : N; -fun essay_V : V; -fun essay_V2 : V2; -fun essayist_N : N; -fun essen_PN : PN; -fun essence_N : N; -fun essential_A : A; -fun essential_N : N; -fun essentially_Adv : Adv; -fun essex_PN : PN; -fun establish_V2 : V2; -fun establishment_N : N; -fun estaminet_N : N; -fun estate_N : N; -fun esteem_N : N; -fun esteem_V2 : V2; -fun esther_PN : PN; -fun esthete_N : N; -fun esthetic_A : A; -fun esthetic_N : N; -fun esthetical_A : A; -fun esthetics_N : N; -fun estimable_A : A; -fun estimate_N : N; -fun estimate_V : V; -fun estimate_V2 : V2; -fun estimation_N : N; -fun estrange_V2 : V2; -fun estrangement_N : N; -fun estuary_N : N; -fun et_al_PN : PN; -fun et_seq_PN : PN; -fun eta_N : N; -fun etc_PN : PN; -fun etch_V : V; -fun etch_V2 : V2; -fun etcher_N : N; -fun etching_N : N; -fun etd_N : N; -fun eternal_A : A; -fun eternally_Adv : Adv; -fun eternity_N : N; -fun ethel_PN : PN; -fun ether_N : N; -fun ethereal_A : A; -fun ethic_N : N; -fun ethical_A : A; -fun ethically_Adv : Adv; -fun ethics_N : N; -fun ethiopia_PN : PN; -fun ethiopian_A : A; -fun ethiopian_N : N; -fun ethnic_A : A; -fun ethnically_Adv : Adv; -fun ethnographer_N : N; -fun ethnographic_A : A; -fun ethnography_N : N; -fun ethnological_A : A; -fun ethnologist_N : N; -fun ethnology_N : N; -fun ethos_N : N; -fun ethyl_N : N; -fun etiology_N : N; -fun etiquette_N : N; -fun etymological_A : A; -fun etymologist_N : N; -fun etymology_N : N; -fun eucalyptus_N : N; -fun eucharist_N : N; -fun euclidean_A : A; -fun eugene_PN : PN; -fun eugenics_N : N; -fun eulogist_N : N; -fun eulogistic_A : A; -fun eulogize_V2 : V2; -fun eulogy_N : N; -fun eunice_PN : PN; -fun eunuch_N : N; -fun euphemism_N : N; -fun euphemistic_A : A; -fun euphemistically_Adv : Adv; -fun euphonium_N : N; -fun euphony_N : N; -fun euphoria_N : N; -fun euphoric_A : A; -fun euphuism_N : N; -fun eurasia_PN : PN; -fun eurasian_A : A; -fun eurasian_N : N; -fun eurhythmics_N : N; -fun eurodollar_N : N; -fun europe_PN : PN; -fun european_A : A; -fun european_N : N; -fun eurovision_PN : PN; -fun eurythmics_N : N; -fun eustachian_A : A; -fun euthanasia_N : N; -fun eva_PN : PN; -fun evacuate_V2 : V2; -fun evacuation_N : N; -fun evacuee_N : N; -fun evade_V2 : V2; -fun evaluate_V2 : V2; -fun evaluation_N : N; -fun evaluative_A : A; -fun evanescence_N : N; -fun evanescent_A : A; -fun evangelical_A : A; -fun evangelicalism_N : N; -fun evangelism_N : N; -fun evangelist_N : N; -fun evangelistic_A : A; -fun evaporate_V : V; -fun evaporate_V2 : V2; -fun evaporation_N : N; -fun evasion_N : N; -fun evasive_A : A; -fun evasively_Adv : Adv; -fun evasiveness_N : N; -fun eve_N : N; -fun eve_PN : PN; -fun evelyn_PN : PN; -fun even_A : A; -fun even_Adv : Adv; -fun even_N : N; -fun even_V2 : V2; -fun even_handed_A : A; -fun evening_N : N; -fun evenly_Adv : Adv; -fun evenness_N : N; -fun evensong_N : N; -fun event_N : N; -fun eventful_A : A; -fun eventide_N : N; -fun eventual_A : A; -fun eventuality_N : N; -fun eventually_Adv : Adv; -fun ever_Adv : Adv; -fun evergreen_A : A; -fun evergreen_N : N; -fun everlasting_A : A; -fun evermore_Adv : Adv; -fun every_A : A; -fun everyday_A : A; -fun everyplace_Adv : Adv; -fun everywhere_Adv : Adv; -fun evesham_PN : PN; -fun evict_V2 : V2; -fun eviction_N : N; -fun evidence_N : N; -fun evidence_V2 : V2; -fun evident_A : A; -fun evidently_Adv : Adv; -fun evil_A : A; -fun evil_N : N; -fun evil_doer_N : N; -fun evil_minded_A : A; -fun evilly_Adv : Adv; -fun evince_V2 : V2; -fun eviscerate_V2 : V2; -fun evocation_N : N; -fun evocative_A : A; -fun evoke_V2 : V2; -fun evolution_N : N; -fun evolutionary_A : A; -fun evolve_V : V; -fun evolve_V2 : V2; -fun ewe_N : N; -fun ewell_PN : PN; -fun ewer_N : N; -fun ex_directory_A : A; -fun ex_gratia_A : A; -fun ex_officio_A : A; -fun ex_officio_Adv : Adv; -fun ex_service_A : A; -fun ex_serviceman_N : N; -fun exacerbate_V2 : V2; -fun exacerbation_N : N; -fun exact_A : A; -fun exact_V2 : V2; -fun exacting_A : A; -fun exaction_N : N; -fun exactitude_N : N; -fun exactly_Adv : Adv; -fun exactness_N : N; -fun exaggerate_V : V; -fun exaggerate_V2 : V2; -fun exaggeration_N : N; -fun exalt_V2 : V2; -fun exaltation_N : N; -fun exalted_A : A; -fun exam_N : N; -fun examination_N : N; -fun examine_V2 : V2; -fun examiner_N : N; -fun example_N : N; -fun exasperate_V2 : V2; -fun exasperation_N : N; -fun excavate_V2 : V2; -fun excavation_N : N; -fun excavator_N : N; -fun exceed_V2 : V2; -fun exceedingly_Adv : Adv; -fun excel_V : V; -fun excel_V2 : V2; -fun excellence_N : N; -fun excellency_N : N; -fun excellent_A : A; -fun excellently_Adv : Adv; -fun excelsior_N : N; -fun except_V2 : V2; -fun exception_N : N; -fun exceptionable_A : A; -fun exceptional_A : A; -fun exceptionally_Adv : Adv; -fun excerpt_N : N; -fun excess_A : A; -fun excess_N : N; -fun excessive_A : A; -fun excessively_Adv : Adv; -fun exchange_N : N; -fun exchange_V2 : V2; -fun exchangeable_A : A; -fun exchanger_N : N; -fun exchequer_N : N; -fun excise_N : N; -fun excise_V2 : V2; -fun exciseman_N : N; -fun excision_N : N; -fun excitability_N : N; -fun excitable_A : A; -fun excite_V2 : V2; -fun excitedly_Adv : Adv; -fun excitement_N : N; -fun excitingly_Adv : Adv; -fun excl_PN : PN; -fun exclaim_V : V; -fun exclaim_V2 : V2; -fun exclamation_N : N; -fun exclamatory_A : A; -fun exclude_V2 : V2; -fun exclusion_N : N; -fun exclusive_A : A; -fun exclusively_Adv : Adv; -fun excogitate_V2 : V2; -fun excogitation_N : N; -fun excommunicate_V2 : V2; -fun excommunication_N : N; -fun excoriate_V2 : V2; -fun excoriation_N : N; -fun excrement_N : N; -fun excrescence_N : N; -fun excrete_V2 : V2; -fun excretion_N : N; -fun excruciating_A : A; -fun excruciatingly_Adv : Adv; -fun exculpate_V2 : V2; -fun excursion_N : N; -fun excursionist_N : N; -fun excusable_A : A; -fun excusably_Adv : Adv; -fun excuse_N : N; -fun excuse_V2 : V2; -fun execrable_A : A; -fun execrate_V2 : V2; -fun execration_N : N; -fun executant_N : N; -fun execute_V2 : V2; -fun execution_N : N; -fun executioner_N : N; -fun executive_A : A; -fun executive_N : N; -fun executor_N : N; -fun executrix_N : N; -fun exegesis_N : N; -fun exemplary_A : A; -fun exemplification_N : N; -fun exemplify_V2 : V2; -fun exempt_A : A; -fun exempt_V2 : V2; -fun exemption_N : N; -fun exercise_N : N; -fun exercise_V : V; -fun exercise_V2 : V2; -fun exert_V2 : V2; -fun exertion_N : N; -fun exeter_PN : PN; -fun exhalation_N : N; -fun exhale_V : V; -fun exhale_V2 : V2; -fun exhaust_N : N; -fun exhaust_V2 : V2; -fun exhaust_pipe_N : N; -fun exhaustion_N : N; -fun exhaustive_A : A; -fun exhaustively_Adv : Adv; -fun exhibit_N : N; -fun exhibit_V2 : V2; -fun exhibition_N : N; -fun exhibitioner_N : N; -fun exhibitionism_N : N; -fun exhibitionist_N : N; -fun exhibitor_N : N; -fun exhilarate_V2 : V2; -fun exhilaration_N : N; -fun exhort_V2 : V2; -fun exhortation_N : N; -fun exhumation_N : N; -fun exhume_V2 : V2; -fun exigency_N : N; -fun exigent_A : A; -fun exiguous_A : A; -fun exile_N : N; -fun exile_V2 : V2; -fun exist_V : V; -fun existence_N : N; -fun existent_A : A; -fun existentialism_N : N; -fun existentialist_N : N; -fun exit_N : N; -fun exit_V : V; -fun exmouth_PN : PN; -fun exodus_N : N; -fun exonerate_V2 : V2; -fun exoneration_N : N; -fun exorbitance_N : N; -fun exorbitant_A : A; -fun exorbitantly_Adv : Adv; -fun exorcize_V2 : V2; -fun exotic_A : A; -fun expand_V : V; -fun expand_V2 : V2; -fun expanse_N : N; -fun expansion_N : N; -fun expansive_A : A; -fun expansively_Adv : Adv; -fun expansiveness_N : N; -fun expatiate_V : V; -fun expatriate_N : N; -fun expatriate_V2 : V2; -fun expect_V2 : V2; -fun expectancy_N : N; -fun expectant_A : A; -fun expectantly_Adv : Adv; -fun expectation_N : N; -fun expected_A : A; -fun expectorant_N : N; -fun expectorate_V : V; -fun expectorate_V2 : V2; -fun expedience_N : N; -fun expediency_N : N; -fun expedient_A : A; -fun expedient_N : N; -fun expediently_Adv : Adv; -fun expedite_V2 : V2; -fun expedition_N : N; -fun expeditionary_A : A; -fun expeditious_A : A; -fun expeditiously_Adv : Adv; -fun expel_V2 : V2; -fun expend_V2 : V2; -fun expendable_A : A; -fun expenditure_N : N; -fun expense_N : N; -fun expensive_A : A; -fun expensively_Adv : Adv; -fun experience_N : N; -fun experience_V2 : V2; -fun experienced_A : A; -fun experiment_N : N; -fun experiment_V : V; -fun experimental_A : A; -fun experimentally_Adv : Adv; -fun experimentation_N : N; -fun experimenter_N : N; -fun expert_A : A; -fun expert_N : N; -fun expertise_N : N; -fun expertly_Adv : Adv; -fun expertness_N : N; -fun expiate_V2 : V2; -fun expiation_N : N; -fun expiration_N : N; -fun expire_V : V; -fun expiry_N : N; -fun explain_V2 : V2; -fun explanation_N : N; -fun explanatory_A : A; -fun expletive_N : N; -fun explicable_A : A; -fun explicate_V2 : V2; -fun explicit_A : A; -fun explicitly_Adv : Adv; -fun explicitness_N : N; -fun explode_V : V; -fun explode_V2 : V2; -fun exploit_N : N; -fun exploit_V2 : V2; -fun exploitation_N : N; -fun exploration_N : N; -fun exploratory_A : A; -fun explore_V2 : V2; -fun explorer_N : N; -fun explosion_N : N; -fun explosive_A : A; -fun explosive_N : N; -fun explosively_Adv : Adv; -fun expo_N : N; -fun exponent_N : N; -fun exponential_A : A; -fun exponential_N : N; -fun exponentially_Adv : Adv; -fun export_N : N; -fun export_V2 : V2; -fun exportable_A : A; -fun exportation_N : N; -fun exporter_N : N; -fun expose_V2 : V2; -fun exposition_N : N; -fun expostulate_V : V; -fun expostulation_N : N; -fun exposure_N : N; -fun expose_N : N; -fun expound_V2 : V2; -fun express_A : A; -fun express_Adv : Adv; -fun express_N : N; -fun express_V2 : V2; -fun expression_N : N; -fun expressionism_N : N; -fun expressionist_N : N; -fun expressionless_A : A; -fun expressive_A : A; -fun expressively_Adv : Adv; -fun expressly_Adv : Adv; -fun expressway_N : N; -fun expropriate_V2 : V2; -fun expropriation_N : N; -fun expulsion_N : N; -fun expunge_V2 : V2; -fun expurgate_V2 : V2; -fun expurgation_N : N; -fun exquisite_A : A; -fun exquisitely_Adv : Adv; -fun exquisiteness_N : N; -fun extant_A : A; -fun extemporaneous_A : A; -fun extemporaneously_Adv : Adv; -fun extemporarily_Adv : Adv; -fun extemporary_A : A; -fun extempore_A : A; -fun extempore_Adv : Adv; -fun extemporize_V : V; -fun extemporize_V2 : V2; -fun extend_V : V; -fun extend_V2 : V2; -fun extension_N : N; -fun extensive_A : A; -fun extensively_Adv : Adv; -fun extent_N : N; -fun extenuate_V2 : V2; -fun extenuation_N : N; -fun exterior_A : A; -fun exterior_N : N; -fun exteriorize_V2 : V2; -fun exterminate_V2 : V2; -fun extermination_N : N; -fun external_A : A; -fun external_N : N; -fun externalize_V2 : V2; -fun externally_Adv : Adv; -fun exterritorial_A : A; -fun extinct_A : A; -fun extinction_N : N; -fun extinguish_V2 : V2; -fun extinguisher_N : N; -fun extirpate_V2 : V2; -fun extirpation_N : N; -fun extol_V2 : V2; -fun extort_V2 : V2; -fun extortion_N : N; -fun extortionate_A : A; -fun extortionately_Adv : Adv; -fun extra_A : A; -fun extra_Adv : Adv; -fun extra_N : N; -fun extract_N : N; -fun extract_V2 : V2; -fun extraction_N : N; -fun extracurricular_A : A; -fun extradite_V2 : V2; -fun extradition_N : N; -fun extrajudicial_A : A; -fun extramarital_A : A; -fun extramural_A : A; -fun extraneous_A : A; -fun extraordinarily_Adv : Adv; -fun extraordinary_A : A; -fun extrapolate_V : V; -fun extrapolate_V2 : V2; -fun extrapolation_N : N; -fun extrasensory_A : A; -fun extraterritorial_A : A; -fun extravagance_N : N; -fun extravagant_A : A; -fun extravagantly_Adv : Adv; -fun extravaganza_N : N; -fun extreme_A : A; -fun extreme_N : N; -fun extremely_Adv : Adv; -fun extremist_N : N; -fun extremity_N : N; -fun extricable_A : A; -fun extricate_V2 : V2; -fun extrication_N : N; -fun extrinsic_A : A; -fun extroversion_N : N; -fun extrovert_N : N; -fun extrude_V2 : V2; -fun extrusion_N : N; -fun exuberance_N : N; -fun exuberant_A : A; -fun exuberantly_Adv : Adv; -fun exude_V : V; -fun exude_V2 : V2; -fun exult_V : V; -fun exultant_A : A; -fun exultantly_Adv : Adv; -fun exultation_N : N; -fun eye_N : N; -fun eye_V2 : V2; -fun eye_catching_A : A; -fun eye_opener_N : N; -fun eye_shadow_N : N; -fun eyeball_N : N; -fun eyebath_N : N; -fun eyebrow_N : N; -fun eyecatching_A : A; -fun eyecup_N : N; -fun eyed_A : A; -fun eyeful_N : N; -fun eyeglass_N : N; -fun eyelash_N : N; -fun eyeless_A : A; -fun eyelet_N : N; -fun eyelid_N : N; -fun eyepiece_N : N; -fun eyeshot_N : N; -fun eyesight_N : N; -fun eyesore_N : N; -fun eyestrain_N : N; -fun eyetooth_N : N; -fun eyewash_N : N; -fun eyewitness_N : N; -fun eyrie_N : N; -fun eyry_N : N; -fun fa_N : N; -fun fab_A : A; -fun fabian_A : A; -fun fabian_N : N; -fun fable_N : N; -fun fabled_A : A; -fun fabric_N : N; -fun fabricate_V2 : V2; -fun fabrication_N : N; -fun fabulous_A : A; -fun fabulously_Adv : Adv; -fun face_N : N; -fun face_V : V; -fun face_V2 : V2; -fun face_ache_N : N; -fun face_card_N : N; -fun face_cloth_N : N; -fun face_cream_N : N; -fun face_lift_N : N; -fun face_lifting_N : N; -fun face_pack_N : N; -fun face_powder_N : N; -fun face_saver_N : N; -fun face_saving_A : A; -fun face_saving_N : N; -fun faceless_A : A; -fun facer_N : N; -fun facet_N : N; -fun facetious_A : A; -fun facetiously_Adv : Adv; -fun facetiousness_N : N; -fun facia_N : N; -fun facial_A : A; -fun facial_N : N; -fun facile_A : A; -fun facilitate_V2 : V2; -fun facility_N : N; -fun facing_N : N; -fun facsimile_N : N; -fun fact_N : N; -fun fact_finding_A : A; -fun faction_N : N; -fun factious_A : A; -fun factitious_A : A; -fun factor_N : N; -fun factorize_V2 : V2; -fun factory_N : N; -fun factotum_N : N; -fun factual_A : A; -fun factually_Adv : Adv; -fun faculty_N : N; -fun fad_N : N; -fun faddily_Adv : Adv; -fun faddy_A : A; -fun fade_V : V; -fun fade_V2 : V2; -fun faerie_N : N; -fun faery_N : N; -fun fag_N : N; -fun fag_V : V; -fun fag_V2 : V2; -fun fag_end_N : N; -fun faggot_N : N; -fun faience_N : N; -fun fail_N : N; -fun fail_V : V; -fun fail_V2 : V2; -fun fail_safe_A : A; -fun failing_N : N; -fun failure_N : N; -fun fain_Adv : Adv; -fun faint_A : A; -fun faint_N : N; -fun faint_V : V; -fun faint_hearted_A : A; -fun faintly_Adv : Adv; -fun faintness_N : N; -fun fair_A : A; -fun fair_Adv : Adv; -fun fair_N : N; -fun fair_minded_A : A; -fun fairground_N : N; -fun fairish_A : A; -fun fairly_Adv : Adv; -fun fairness_N : N; -fun fairway_N : N; -fun fairy_N : N; -fun fairyland_N : N; -fun fairytale_N : N; -fun fait_accompli_N : N; -fun faith_N : N; -fun faith_healing_N : N; -fun faithful_A : A; -fun faithfully_Adv : Adv; -fun faithfulness_N : N; -fun faithless_A : A; -fun faithlessly_Adv : Adv; -fun faithlessness_N : N; -fun fake_N : N; -fun fake_V2 : V2; -fun fakir_N : N; -fun falcon_N : N; -fun falconry_N : N; -fun falkirk_PN : PN; -fun fall_N : N; -fun fall_V : V; -fun fallacious_A : A; -fun fallacy_N : N; -fun fallibility_N : N; -fun fallible_A : A; -fun fallopian_A : A; -fun fallout_N : N; -fun fallow_A : A; -fun fallow_N : N; -fun fallow_deer_N : N; -fun falmouth_PN : PN; -fun false_A : A; -fun false_Adv : Adv; -fun falsehood_N : N; -fun falsely_Adv : Adv; -fun falseness_N : N; -fun falsetto_A : A; -fun falsetto_N : N; -fun falsification_N : N; -fun falsify_V2 : V2; -fun falsity_N : N; -fun falter_V : V; -fun falter_V2 : V2; -fun falteringly_Adv : Adv; -fun fame_N : N; -fun famed_A : A; -fun familiar_A : A; -fun familiar_N : N; -fun familiarity_N : N; -fun familiarize_V2 : V2; -fun familiarly_Adv : Adv; -fun family_N : N; -fun famine_N : N; -fun famish_V : V; -fun famish_V2 : V2; -fun famous_A : A; -fun famously_Adv : Adv; -fun fan_N : N; -fun fan_V : V; -fun fan_V2 : V2; -fun fan_belt_N : N; -fun fanatic_A : A; -fun fanatic_N : N; -fun fanatical_A : A; -fun fanatically_Adv : Adv; -fun fanaticism_N : N; -fun fancier_N : N; -fun fanciful_A : A; -fun fancifully_Adv : Adv; -fun fancy_A : A; -fun fancy_N : N; -fun fancy_V2 : V2; -fun fancy_free_A : A; -fun fandango_N : N; -fun fanfare_N : N; -fun fang_N : N; -fun fanlight_N : N; -fun fanny_N : N; -fun fanny_PN : PN; -fun fantan_N : N; -fun fantasia_N : N; -fun fantastic_A : A; -fun fantastically_Adv : Adv; -fun fantasy_N : N; -fun fao_N : N; -fun far_A : A; -fun far_Adv : Adv; -fun far_famed_A : A; -fun far_fetched_A : A; -fun far_flung_A : A; -fun far_off_A : A; -fun far_reaching_A : A; -fun far_seeing_A : A; -fun far_sighted_A : A; -fun faraway_A : A; -fun farce_N : N; -fun farcical_A : A; -fun farcically_Adv : Adv; -fun fare_N : N; -fun fare_V : V; -fun fare_stage_N : N; -fun farewell_N : N; -fun farinaceous_A : A; -fun farm_N : N; -fun farm_V : V; -fun farm_V2 : V2; -fun farmer_N : N; -fun farmhand_N : N; -fun farmhouse_N : N; -fun farmstead_N : N; -fun farmyard_N : N; -fun farnham_PN : PN; -fun farnworth_PN : PN; -fun farrago_N : N; -fun farrier_N : N; -fun farrow_N : N; -fun farrow_V : V; -fun farsi_N : N; -fun fart_N : N; -fun fart_V : V; -fun farther_Adv : Adv; -fun farthest_Adv : Adv; -fun farthing_N : N; -fun fascia_N : N; -fun fascinate_V2 : V2; -fun fascinating_A : A; -fun fascinatingly_Adv : Adv; -fun fascination_N : N; -fun fascism_N : N; -fun fascist_A : A; -fun fascist_N : N; -fun fashion_N : N; -fun fashion_V2 : V2; -fun fashionable_A : A; -fun fashionably_Adv : Adv; -fun fast_A : A; -fun fast_Adv : Adv; -fun fast_N : N; -fun fast_V : V; -fun fasten_V : V; -fun fasten_V2 : V2; -fun fastener_N : N; -fun fastening_N : N; -fun fastidious_A : A; -fun fastidiously_Adv : Adv; -fun fastidiousness_N : N; -fun fastness_N : N; -fun fat_A : A; -fun fat_N : N; -fun fat_V2 : V2; -fun fatal_A : A; -fun fatalism_N : N; -fun fatalist_N : N; -fun fatalistic_A : A; -fun fatality_N : N; -fun fate_N : N; -fun fate_V2 : V2; -fun fateful_A : A; -fun fatefully_Adv : Adv; -fun fathead_N : N; -fun father_N : N; -fun father_V2 : V2; -fun father_in_law_N : N; -fun fatherhood_N : N; -fun fatherland_N : N; -fun fatherless_A : A; -fun fatherly_A : A; -fun fathom_N : N; -fun fathom_V2 : V2; -fun fathomless_A : A; -fun fatigue_N : N; -fun fatigue_V2 : V2; -fun fatigue_party_N : N; -fun fatless_A : A; -fun fatness_N : N; -fun fatten_V : V; -fun fatten_V2 : V2; -fun fattish_A : A; -fun fatty_A : A; -fun fatuity_N : N; -fun fatuous_A : A; -fun fatuously_Adv : Adv; -fun fatuousness_N : N; -fun faucet_N : N; -fun fauldhouse_PN : PN; -fun fault_N : N; -fun fault_V2 : V2; -fun fault_finder_N : N; -fun fault_finding_N : N; -fun faultily_Adv : Adv; -fun faultless_A : A; -fun faultlessly_Adv : Adv; -fun faulty_A : A; -fun faun_N : N; -fun faux_pas_N : N; -fun faversham_PN : PN; -fun favour_N : N; -fun favour_V2 : V2; -fun favourable_A : A; -fun favourably_Adv : Adv; -fun favourite_A : A; -fun favourite_N : N; -fun favouritism_N : N; -fun fawley_PN : PN; -fun fawn_N : N; -fun fawn_V : V; -fun facade_N : N; -fun fbi_PN : PN; -fun fealty_N : N; -fun fear_N : N; -fun fear_V : V; -fun fear_V2 : V2; -fun fearful_A : A; -fun fearfully_Adv : Adv; -fun fearfulness_N : N; -fun fearless_A : A; -fun fearlessly_Adv : Adv; -fun fearlessness_N : N; -fun fearsome_A : A; -fun fearsomely_Adv : Adv; -fun feasibility_N : N; -fun feasible_A : A; -fun feast_N : N; -fun feast_V : V; -fun feast_V2 : V2; -fun feast_day_N : N; -fun feat_N : N; -fun feather_N : N; -fun feather_V2 : V2; -fun feather_boa_N : N; -fun featherbed_N : N; -fun featherbed_V2 : V2; -fun featherbrained_A : A; -fun featherstone_PN : PN; -fun featherweight_N : N; -fun feathery_A : A; -fun feature_N : N; -fun feature_V2 : V2; -fun featureless_A : A; -fun feb_PN : PN; -fun febrile_A : A; -fun february_N : N; -fun february_PN : PN; -fun feckless_A : A; -fun fecklessly_Adv : Adv; -fun fecklessness_N : N; -fun fecund_A : A; -fun fecundity_N : N; -fun fed_N : N; -fun federal_A : A; -fun federalism_N : N; -fun federalist_N : N; -fun federate_V : V; -fun federate_V2 : V2; -fun federation_N : N; -fun fee_N : N; -fun fee_V2 : V2; -fun feeble_A : A; -fun feeble_minded_A : A; -fun feebleness_N : N; -fun feebly_Adv : Adv; -fun feed_N : N; -fun feed_V : V; -fun feed_V2 : V2; -fun feedback_N : N; -fun feeder_N : N; -fun feeding_bottle_N : N; -fun feel_N : N; -fun feel_V : V; -fun feel_V2 : V2; -fun feeler_N : N; -fun feeling_A : A; -fun feeling_N : N; -fun feelingly_Adv : Adv; -fun feign_V2 : V2; -fun feint_N : N; -fun feint_V : V; -fun feldspar_N : N; -fun felicitate_V2 : V2; -fun felicitation_N : N; -fun felicitous_A : A; -fun felicitously_Adv : Adv; -fun felicity_N : N; -fun felicity_PN : PN; -fun feline_A : A; -fun felix_PN : PN; -fun felixstowe_PN : PN; -fun fell_A : A; -fun fell_V2 : V2; -fun fellah_N : N; -fun fellow_N : N; -fun fellow_feeling_N : N; -fun fellow_traveller_N : N; -fun fellowship_N : N; -fun felon_N : N; -fun felonious_A : A; -fun felony_N : N; -fun felspar_N : N; -fun felt_N : N; -fun felucca_N : N; -fun fem_PN : PN; -fun female_A : A; -fun female_N : N; -fun feminine_A : A; -fun femininity_N : N; -fun feminism_N : N; -fun feminist_N : N; -fun femur_N : N; -fun fen_N : N; -fun fence_N : N; -fun fence_V2 : V2; -fun fencer_N : N; -fun fencing_N : N; -fun fend_V : V; -fun fend_V2 : V2; -fun fender_N : N; -fun fennel_N : N; -fun feoff_N : N; -fun feral_A : A; -fun fermanagh_PN : PN; -fun ferment_N : N; -fun ferment_V : V; -fun ferment_V2 : V2; -fun fermentation_N : N; -fun fern_N : N; -fun ferny_A : A; -fun ferocious_A : A; -fun ferociously_Adv : Adv; -fun ferocity_N : N; -fun ferrara_PN : PN; -fun ferret_N : N; -fun ferret_V : V; -fun ferret_V2 : V2; -fun ferroconcrete_N : N; -fun ferrous_A : A; -fun ferrule_N : N; -fun ferry_N : N; -fun ferry_V : V; -fun ferry_V2 : V2; -fun ferryboat_N : N; -fun ferryhill_PN : PN; -fun ferryman_N : N; -fun fertile_A : A; -fun fertility_N : N; -fun fertilization_N : N; -fun fertilize_V2 : V2; -fun fertilizer_N : N; -fun ferule_N : N; -fun fervency_N : N; -fun fervent_A : A; -fun fervently_Adv : Adv; -fun fervid_A : A; -fun fervidly_Adv : Adv; -fun fervour_N : N; -fun festal_A : A; -fun fester_V : V; -fun festival_N : N; -fun festive_A : A; -fun festivity_N : N; -fun festoon_N : N; -fun festoon_V2 : V2; -fun fetal_A : A; -fun fetch_V : V; -fun fetch_V2 : V2; -fun fetching_A : A; -fun fete_day_N : N; -fun fetid_A : A; -fun fetish_N : N; -fun fetlock_N : N; -fun fetter_N : N; -fun fetter_V2 : V2; -fun fettle_N : N; -fun feud_N : N; -fun feudal_A : A; -fun feudalism_N : N; -fun feudatory_A : A; -fun feudatory_N : N; -fun fever_N : N; -fun fevered_A : A; -fun feverish_A : A; -fun feverishly_Adv : Adv; -fun few_A : A; -fun fewness_N : N; -fun fey_A : A; -fun fez_N : N; -fun fiance_N : N; -fun fiancee_N : N; -fun fiasco_N : N; -fun fiat_N : N; -fun fib_N : N; -fun fib_V : V; -fun fibber_N : N; -fun fibbing_N : N; -fun fibre_N : N; -fun fibreboard_N : N; -fun fibreglass_N : N; -fun fibrositis_N : N; -fun fibrous_A : A; -fun fibula_N : N; -fun fickle_A : A; -fun fickleness_N : N; -fun fiction_N : N; -fun fictional_A : A; -fun fictitious_A : A; -fun fiddle_N : N; -fun fiddle_V2 : V2; -fun fiddler_N : N; -fun fiddlestick_N : N; -fun fiddling_A : A; -fun fidelity_N : N; -fun fidget_N : N; -fun fidget_V : V; -fun fidget_V2 : V2; -fun fidgety_A : A; -fun fief_N : N; -fun field_N : N; -fun field_V : V; -fun field_V2 : V2; -fun field_hospital_N : N; -fun field_officer_N : N; -fun fielder_N : N; -fun fieldsman_N : N; -fun fieldwork_N : N; -fun fiend_N : N; -fun fiendish_A : A; -fun fiendishly_Adv : Adv; -fun fierce_A : A; -fun fiercely_Adv : Adv; -fun fierceness_N : N; -fun fierily_Adv : Adv; -fun fieriness_N : N; -fun fiery_A : A; -fun fiesta_N : N; -fun fife_N : N; -fun fife_PN : PN; -fun fifteen_A : A; -fun fifteen_N : N; -fun fifteenth_A : A; -fun fifteenth_N : N; -fun fifth_A : A; -fun fifth_N : N; -fun fifthly_Adv : Adv; -fun fiftieth_A : A; -fun fiftieth_N : N; -fun fifty_A : A; -fun fifty_N : N; -fun fig_N : N; -fun fig_leaf_N : N; -fun fight_N : N; -fun fight_V : V; -fun fight_V2 : V2; -fun fighter_N : N; -fun fighting_N : N; -fun figment_N : N; -fun figurative_A : A; -fun figuratively_Adv : Adv; -fun figure_N : N; -fun figure_V : V; -fun figure_V2 : V2; -fun figured_A : A; -fun figurehead_N : N; -fun fiji_PN : PN; -fun fijian_A : A; -fun fijian_N : N; -fun filament_N : N; -fun filature_N : N; -fun filbert_N : N; -fun filch_V2 : V2; -fun file_N : N; -fun file_V : V; -fun file_V2 : V2; -fun filial_A : A; -fun filibuster_N : N; -fun filibuster_V : V; -fun filigree_N : N; -fun filipino_A : A; -fun filipino_N : N; -fun fill_N : N; -fun fill_V : V; -fun fill_V2 : V2; -fun fillet_N : N; -fun fillet_V2 : V2; -fun filling_N : N; -fun fillip_N : N; -fun filly_N : N; -fun film_N : N; -fun film_V : V; -fun film_V2 : V2; -fun film_star_N : N; -fun filmable_A : A; -fun filmy_A : A; -fun filter_N : N; -fun filter_V : V; -fun filter_V2 : V2; -fun filtertipped_A : A; -fun filth_N : N; -fun filthily_Adv : Adv; -fun filthiness_N : N; -fun filthy_A : A; -fun filtrate_N : N; -fun filtrate_V : V; -fun filtrate_V2 : V2; -fun filtration_N : N; -fun fin_N : N; -fun finable_A : A; -fun final_A : A; -fun final_N : N; -fun finale_N : N; -fun finalist_N : N; -fun finality_N : N; -fun finalize_V2 : V2; -fun finally_Adv : Adv; -fun finance_N : N; -fun finance_V2 : V2; -fun financial_A : A; -fun financially_Adv : Adv; -fun financier_N : N; -fun finch_N : N; -fun find_N : N; -fun find_V2 : V2; -fun finder_N : N; -fun finding_N : N; -fun fine_A : A; -fun fine_Adv : Adv; -fun fine_N : N; -fun fine_V2 : V2; -fun fine_tooth_A : A; -fun fineable_A : A; -fun finely_Adv : Adv; -fun fineness_N : N; -fun finery_N : N; -fun finesse_N : N; -fun finger_N : N; -fun finger_V2 : V2; -fun finger_alphabet_N : N; -fun finger_bowl_N : N; -fun finger_plate_N : N; -fun finger_post_N : N; -fun fingerboard_N : N; -fun fingermark_N : N; -fun fingernail_N : N; -fun fingerprint_N : N; -fun fingerstall_N : N; -fun fingertip_N : N; -fun finical_A : A; -fun finicky_A : A; -fun finis_N : N; -fun finish_N : N; -fun finish_V : V; -fun finish_V2 : V2; -fun finite_A : A; -fun finland_PN : PN; -fun finn_N : N; -fun finnan_N : N; -fun finnan_haddie_N : N; -fun finnan_haddock_N : N; -fun finnish_A : A; -fun finnish_N : N; -fun fiona_PN : PN; -fun fiord_N : N; -fun fir_N : N; -fun fir_cone_N : N; -fun fire_N : N; -fun fire_V : V; -fun fire_V2 : V2; -fun fire_alarm_N : N; -fun fire_brigade_N : N; -fun fire_control_N : N; -fun fire_eater_N : N; -fun fire_engine_N : N; -fun fire_escape_N : N; -fun fire_extinguisher_N : N; -fun fire_fighter_N : N; -fun fire_hose_N : N; -fun fire_power_N : N; -fun fire_raising_N : N; -fun fire_walker_N : N; -fun fire_walking_N : N; -fun fire_watcher_N : N; -fun fire_watching_N : N; -fun firearm_N : N; -fun fireball_N : N; -fun firebird_N : N; -fun firebomb_N : N; -fun firebox_N : N; -fun firebrand_N : N; -fun firebreak_N : N; -fun firebrick_N : N; -fun firebug_N : N; -fun fireclay_N : N; -fun firecracker_N : N; -fun firedamp_N : N; -fun firedog_N : N; -fun firefly_N : N; -fun fireguard_N : N; -fun firelight_N : N; -fun firelighter_N : N; -fun fireman_N : N; -fun firenze_PN : PN; -fun fireplace_N : N; -fun fireproof_A : A; -fun fireside_N : N; -fun firestone_N : N; -fun firewater_N : N; -fun firewood_N : N; -fun firework_N : N; -fun firing_line_N : N; -fun firing_party_N : N; -fun firing_squad_N : N; -fun firkin_N : N; -fun firm_A : A; -fun firm_Adv : Adv; -fun firm_N : N; -fun firm_V : V; -fun firm_V2 : V2; -fun firmament_N : N; -fun firmly_Adv : Adv; -fun firmness_N : N; -fun first_A : A; -fun first_Adv : Adv; -fun first_N : N; -fun first_class_A : A; -fun first_class_Adv : Adv; -fun first_hand_A : A; -fun first_hand_Adv : Adv; -fun first_nighter_N : N; -fun first_rate_A : A; -fun first_rate_Adv : Adv; -fun firstborn_A : A; -fun firstborn_N : N; -fun firstly_Adv : Adv; -fun firth_N : N; -fun fiscal_A : A; -fun fish_N : N; -fun fish_V : V; -fun fish_V2 : V2; -fun fish_hook_N : N; -fun fish_knife_N : N; -fun fish_slice_N : N; -fun fishball_N : N; -fun fishbone_N : N; -fun fishcake_N : N; -fun fisher_N : N; -fun fisherman_N : N; -fun fishery_N : N; -fun fishing_N : N; -fun fishing_line_N : N; -fun fishing_rod_N : N; -fun fishing_tackle_N : N; -fun fishmonger_N : N; -fun fishpaste_N : N; -fun fishplate_N : N; -fun fishwife_N : N; -fun fishy_A : A; -fun fissile_A : A; -fun fission_N : N; -fun fissionable_A : A; -fun fissiparous_A : A; -fun fissure_N : N; -fun fist_N : N; -fun fistula_N : N; -fun fit_A : A; -fun fit_N : N; -fun fit_V : V; -fun fit_V2 : V2; -fun fitful_A : A; -fun fitfully_Adv : Adv; -fun fitly_Adv : Adv; -fun fitment_N : N; -fun fitness_N : N; -fun fitter_N : N; -fun fitting_A : A; -fun fitting_N : N; -fun five_A : A; -fun five_N : N; -fun fivefold_A : A; -fun fivepence_N : N; -fun fivepenny_A : A; -fun fiver_N : N; -fun fives_N : N; -fun fix_N : N; -fun fix_V : V; -fun fix_V2 : V2; -fun fixate_V2 : V2; -fun fixation_N : N; -fun fixative_N : N; -fun fixed_A : A; -fun fixedly_Adv : Adv; -fun fixture_N : N; -fun fizz_N : N; -fun fizz_V : V; -fun fizzle_V : V; -fun fizzy_A : A; -fun fjord_N : N; -fun flabbergast_V2 : V2; -fun flabbily_Adv : Adv; -fun flabbiness_N : N; -fun flabby_A : A; -fun flaccid_A : A; -fun flaccidity_N : N; -fun flag_N : N; -fun flag_V : V; -fun flag_V2 : V2; -fun flag_captain_N : N; -fun flag_day_N : N; -fun flagellant_N : N; -fun flagellate_V2 : V2; -fun flagellation_N : N; -fun flageolet_N : N; -fun flagon_N : N; -fun flagpole_N : N; -fun flagrant_A : A; -fun flagrantly_Adv : Adv; -fun flagship_N : N; -fun flagstaff_N : N; -fun flagstone_N : N; -fun flail_N : N; -fun flail_V2 : V2; -fun flair_N : N; -fun flak_N : N; -fun flake_N : N; -fun flake_V : V; -fun flakiness_N : N; -fun flaky_A : A; -fun flambeau_N : N; -fun flamboyance_N : N; -fun flamboyant_A : A; -fun flamboyantly_Adv : Adv; -fun flame_N : N; -fun flame_V : V; -fun flamethrower_N : N; -fun flaming_A : A; -fun flamingo_N : N; -fun flammable_A : A; -fun flan_N : N; -fun flange_N : N; -fun flank_N : N; -fun flank_V2 : V2; -fun flannel_N : N; -fun flannelette_N : N; -fun flap_N : N; -fun flap_V : V; -fun flap_V2 : V2; -fun flapjack_N : N; -fun flapper_N : N; -fun flare_N : N; -fun flare_V : V; -fun flare_V2 : V2; -fun flare_path_N : N; -fun flare_up_N : N; -fun flash_N : N; -fun flash_V : V; -fun flash_V2 : V2; -fun flashback_N : N; -fun flashbulb_N : N; -fun flashgun_N : N; -fun flashily_Adv : Adv; -fun flashlight_N : N; -fun flashpoint_N : N; -fun flashy_A : A; -fun flask_N : N; -fun flat_A : A; -fun flat_Adv : Adv; -fun flat_N : N; -fun flat_bottomed_A : A; -fun flat_car_N : N; -fun flat_footed_A : A; -fun flat_iron_N : N; -fun flatfish_N : N; -fun flatlet_N : N; -fun flatly_Adv : Adv; -fun flatness_N : N; -fun flatten_V : V; -fun flatten_V2 : V2; -fun flatter_V2 : V2; -fun flatterer_N : N; -fun flattery_N : N; -fun flattop_N : N; -fun flatulence_N : N; -fun flaunt_V : V; -fun flaunt_V2 : V2; -fun flautist_N : N; -fun flavour_N : N; -fun flavour_V2 : V2; -fun flavouring_N : N; -fun flavourless_A : A; -fun flaw_N : N; -fun flawed_A : A; -fun flawless_A : A; -fun flawlessly_Adv : Adv; -fun flax_N : N; -fun flaxen_A : A; -fun flay_V2 : V2; -fun flea_N : N; -fun flea_bite_N : N; -fun flea_bitten_A : A; -fun fleapit_N : N; -fun fleck_N : N; -fun fleck_V2 : V2; -fun fledged_A : A; -fun fledgeling_N : N; -fun fledgling_N : N; -fun flee_V : V; -fun flee_V2 : V2; -fun fleece_N : N; -fun fleece_V2 : V2; -fun fleecy_A : A; -fun fleet_A : A; -fun fleet_N : N; -fun fleet_PN : PN; -fun fleet_street_PN : PN; -fun fleeting_A : A; -fun fleetly_Adv : Adv; -fun fleetness_N : N; -fun fleetwood_PN : PN; -fun flemish_A : A; -fun flemish_N : N; -fun flesh_N : N; -fun flesh_wound_N : N; -fun fleshly_A : A; -fun fleshy_A : A; -fun fleur_de_lis_N : N; -fun fleur_de_lys_N : N; -fun flex_N : N; -fun flex_V2 : V2; -fun flexibility_N : N; -fun flexible_A : A; -fun flexibly_Adv : Adv; -fun flibbertigibbet_N : N; -fun flick_N : N; -fun flick_V2 : V2; -fun flick_knife_N : N; -fun flicker_N : N; -fun flicker_V : V; -fun flier_N : N; -fun flight_N : N; -fun flight_V2 : V2; -fun flightless_A : A; -fun flighty_A : A; -fun flimsily_Adv : Adv; -fun flimsiness_N : N; -fun flimsy_A : A; -fun flimsy_N : N; -fun flinch_V : V; -fun fling_N : N; -fun fling_V : V; -fun fling_V2 : V2; -fun flint_N : N; -fun flint_PN : PN; -fun flintstone_N : N; -fun flinty_A : A; -fun flip_A : A; -fun flip_N : N; -fun flip_V : V; -fun flip_V2 : V2; -fun flippancy_N : N; -fun flippant_A : A; -fun flippantly_Adv : Adv; -fun flipper_N : N; -fun flirt_N : N; -fun flirt_V : V; -fun flirtation_N : N; -fun flirtatious_A : A; -fun flit_N : N; -fun flit_V : V; -fun float_N : N; -fun float_V : V; -fun float_V2 : V2; -fun floatation_N : N; -fun floating_A : A; -fun flock_N : N; -fun flock_V : V; -fun floe_N : N; -fun flog_V2 : V2; -fun flogging_N : N; -fun flood_N : N; -fun flood_V : V; -fun flood_V2 : V2; -fun flood_tide_N : N; -fun floodgate_N : N; -fun floodlight_V2 : V2; -fun floor_N : N; -fun floor_V2 : V2; -fun floor_walker_N : N; -fun floorboard_N : N; -fun flooring_N : N; -fun floozie_N : N; -fun floozy_N : N; -fun flop_Adv : Adv; -fun flop_N : N; -fun flop_V : V; -fun flop_V2 : V2; -fun floppy_A : A; -fun flora_PN : PN; -fun floral_A : A; -fun florence_PN : PN; -fun floriculture_N : N; -fun florid_A : A; -fun florida_PN : PN; -fun floridly_Adv : Adv; -fun florin_N : N; -fun florist_N : N; -fun florrie_PN : PN; -fun floss_N : N; -fun flotation_N : N; -fun flotilla_N : N; -fun flotsam_N : N; -fun flounce_N : N; -fun flounce_V : V; -fun flounce_V2 : V2; -fun flounder_N : N; -fun flounder_V : V; -fun flour_N : N; -fun flour_V2 : V2; -fun flourish_N : N; -fun flourish_V : V; -fun flourish_V2 : V2; -fun floury_A : A; -fun flout_V2 : V2; -fun flow_N : N; -fun flow_V : V; -fun flower_N : N; -fun flower_V : V; -fun flower_girl_N : N; -fun flowerbed_N : N; -fun flowered_A : A; -fun flowerless_A : A; -fun flowerpot_N : N; -fun flowery_A : A; -fun flu_N : N; -fun fluctuate_V : V; -fun fluctuation_N : N; -fun flue_N : N; -fun fluency_N : N; -fun fluent_A : A; -fun fluently_Adv : Adv; -fun fluff_N : N; -fun fluff_V2 : V2; -fun fluffy_A : A; -fun fluid_A : A; -fun fluid_N : N; -fun fluidity_N : N; -fun fluke_N : N; -fun flume_N : N; -fun flummox_V2 : V2; -fun flunk_V : V; -fun flunk_V2 : V2; -fun flunkey_N : N; -fun flunky_N : N; -fun fluorescence_N : N; -fun fluorescent_A : A; -fun fluoridate_V2 : V2; -fun fluoridation_N : N; -fun fluoride_N : N; -fun fluoridization_N : N; -fun fluoridize_V2 : V2; -fun fluorine_N : N; -fun flurry_N : N; -fun flurry_V2 : V2; -fun flush_A : A; -fun flush_N : N; -fun flush_V : V; -fun flush_V2 : V2; -fun fluster_N : N; -fun fluster_V2 : V2; -fun flute_N : N; -fun flute_V : V; -fun flute_V2 : V2; -fun fluting_N : N; -fun flutist_N : N; -fun flutter_N : N; -fun flutter_V : V; -fun flutter_V2 : V2; -fun fluvial_A : A; -fun flux_N : N; -fun fly_A : A; -fun fly_N : N; -fun fly_V : V; -fun fly_V2 : V2; -fun fly_fish_V : V; -fun fly_fishing_N : N; -fun fly_swat_N : N; -fun fly_swatter_N : N; -fun flyblown_A : A; -fun flycatcher_N : N; -fun flyer_N : N; -fun flying_A : A; -fun flying_bomb_N : N; -fun flying_fish_N : N; -fun flying_fox_N : N; -fun flying_squad_N : N; -fun flyleaf_N : N; -fun flyover_N : N; -fun flypaper_N : N; -fun flypast_N : N; -fun flytrap_N : N; -fun flyweight_N : N; -fun flywheel_N : N; -fun fm_N : N; -fun fo'c'sle_N : N; -fun fo_N : N; -fun foal_N : N; -fun foal_V : V; -fun foam_N : N; -fun foam_V : V; -fun foam_rubber_N : N; -fun foamy_A : A; -fun fob_V2 : V2; -fun focal_A : A; -fun focus_N : N; -fun focus_V : V; -fun focus_V2 : V2; -fun fodder_N : N; -fun foe_N : N; -fun foetal_A : A; -fun foetus_N : N; -fun fog_N : N; -fun fog_V2 : V2; -fun fogbank_N : N; -fun fogbound_A : A; -fun fogey_N : N; -fun foggia_PN : PN; -fun foggy_A : A; -fun foghorn_N : N; -fun foglamp_N : N; -fun fogsignal_N : N; -fun foible_N : N; -fun foil_N : N; -fun foil_V2 : V2; -fun foist_V2 : V2; -fun fold_N : N; -fun fold_V : V; -fun fold_V2 : V2; -fun folder_N : N; -fun foliage_N : N; -fun folio_N : N; -fun folk_N : N; -fun folk_dance_N : N; -fun folkestone_PN : PN; -fun folklore_N : N; -fun folksong_N : N; -fun folksy_A : A; -fun folktale_N : N; -fun follow_V : V; -fun follow_V2 : V2; -fun follow_on_N : N; -fun follow_through_N : N; -fun follow_up_N : N; -fun follower_N : N; -fun following_A : A; -fun following_N : N; -fun folly_N : N; -fun foment_V2 : V2; -fun fomentation_N : N; -fun fond_A : A; -fun fondant_N : N; -fun fondle_V2 : V2; -fun fondly_Adv : Adv; -fun fondness_N : N; -fun font_N : N; -fun foochow_PN : PN; -fun food_N : N; -fun foodless_A : A; -fun foodstuff_N : N; -fun fool_N : N; -fun fool_V : V; -fun fool_V2 : V2; -fun foolery_N : N; -fun foolhardiness_N : N; -fun foolhardy_A : A; -fun foolish_A : A; -fun foolishly_Adv : Adv; -fun foolishness_N : N; -fun foolproof_A : A; -fun foolscap_N : N; -fun foot_N : N; -fun foot_V : V; -fun foot_V2 : V2; -fun foot_and_mouth_A : A; -fun foot_and_mouth_N : N; -fun foot_bath_N : N; -fun foot_pound_N : N; -fun foot_race_N : N; -fun foot_rot_N : N; -fun footage_N : N; -fun football_N : N; -fun footballer_N : N; -fun footboard_N : N; -fun footbridge_N : N; -fun footed_A : A; -fun footer_N : N; -fun footfall_N : N; -fun footfault_N : N; -fun foothold_N : N; -fun footing_N : N; -fun footle_V : V; -fun footle_V2 : V2; -fun footling_A : A; -fun footloose_A : A; -fun footman_N : N; -fun footmark_N : N; -fun footnote_N : N; -fun footpath_N : N; -fun footplate_N : N; -fun footprint_N : N; -fun footslog_V : V; -fun footslogger_N : N; -fun footsore_A : A; -fun footstep_N : N; -fun footstool_N : N; -fun footsure_A : A; -fun footwear_N : N; -fun footwork_N : N; -fun fop_N : N; -fun foppish_A : A; -fun forage_N : N; -fun forage_V : V; -fun foray_N : N; -fun foray_V : V; -fun forbear_N : N; -fun forbear_V : V; -fun forbear_V2 : V2; -fun forbearance_N : N; -fun forbid_V2 : V2; -fun forbidding_A : A; -fun forbiddingly_Adv : Adv; -fun force_N : N; -fun force_V2 : V2; -fun force_feed_V2 : V2; -fun force_land_V : V; -fun force_land_V2 : V2; -fun force_majeure_N : N; -fun forceful_A : A; -fun forcefully_Adv : Adv; -fun forcefulness_N : N; -fun forcemeat_N : N; -fun forcible_A : A; -fun forcibly_Adv : Adv; -fun ford_N : N; -fun ford_V2 : V2; -fun fordable_A : A; -fun fore_A : A; -fun fore_Adv : Adv; -fun fore_N : N; -fun forearm_N : N; -fun forearm_V2 : V2; -fun forebode_V2 : V2; -fun foreboding_N : N; -fun forecast_N : N; -fun forecast_V2 : V2; -fun forecaster_N : N; -fun forecastle_N : N; -fun foreclose_V : V; -fun foreclose_V2 : V2; -fun foreclosure_N : N; -fun forecourt_N : N; -fun foredoom_V2 : V2; -fun forefather_N : N; -fun forefinger_N : N; -fun forefoot_N : N; -fun forefront_N : N; -fun foregather_V : V; -fun forego_V : V; -fun forego_V2 : V2; -fun foregoing_A : A; -fun foregone_A : A; -fun foreground_N : N; -fun forehand_A : A; -fun forehead_N : N; -fun foreign_A : A; -fun foreigner_N : N; -fun foreknow_V : V; -fun foreknow_V2 : V2; -fun foreknowledge_N : N; -fun foreland_N : N; -fun foreleg_N : N; -fun forelock_N : N; -fun foreman_N : N; -fun foremast_N : N; -fun foremost_A : A; -fun foremost_Adv : Adv; -fun forename_N : N; -fun forenoon_N : N; -fun forensic_A : A; -fun foreordain_V2 : V2; -fun forerunner_N : N; -fun foresail_N : N; -fun foresee_V2 : V2; -fun foreseeable_A : A; -fun foreshadow_V2 : V2; -fun foreshore_N : N; -fun foreshorten_V2 : V2; -fun foresight_N : N; -fun foreskin_N : N; -fun forest_N : N; -fun forestall_V2 : V2; -fun forester_N : N; -fun forestry_N : N; -fun foreswear_V2 : V2; -fun foretaste_N : N; -fun foretell_V2 : V2; -fun forethought_N : N; -fun foretop_N : N; -fun forever_Adv : Adv; -fun forewarn_V2 : V2; -fun forewoman_N : N; -fun foreword_N : N; -fun forfar_PN : PN; -fun forfeit_N : N; -fun forfeit_V2 : V2; -fun forfeiture_N : N; -fun forgather_V : V; -fun forge_N : N; -fun forge_V : V; -fun forge_V2 : V2; -fun forger_N : N; -fun forgery_N : N; -fun forget_V : V; -fun forget_V2 : V2; -fun forget_me_not_N : N; -fun forgetful_A : A; -fun forgetfully_Adv : Adv; -fun forgetfulness_N : N; -fun forging_N : N; -fun forgivable_A : A; -fun forgivably_Adv : Adv; -fun forgive_V : V; -fun forgive_V2 : V2; -fun forgiveness_N : N; -fun forgiving_A : A; -fun forgivingly_Adv : Adv; -fun forgo_V2 : V2; -fun fork_N : N; -fun fork_V : V; -fun fork_V2 : V2; -fun forked_A : A; -fun forli_PN : PN; -fun forlorn_A : A; -fun forlornly_Adv : Adv; -fun forlornness_N : N; -fun form_N : N; -fun form_V : V; -fun form_V2 : V2; -fun formal_A : A; -fun formaldehyde_N : N; -fun formalin_N : N; -fun formalism_N : N; -fun formality_N : N; -fun formalize_V2 : V2; -fun formally_Adv : Adv; -fun format_N : N; -fun formation_N : N; -fun formative_A : A; -fun formby_PN : PN; -fun former_A : A; -fun formerly_Adv : Adv; -fun formic_A : A; -fun formica_N : N; -fun formidable_A : A; -fun formidably_Adv : Adv; -fun formless_A : A; -fun formlessly_Adv : Adv; -fun formosa_PN : PN; -fun formula_N : N; -fun formulate_V2 : V2; -fun formulation_N : N; -fun fornicate_V : V; -fun fornication_N : N; -fun forrader_Adv : Adv; -fun forsake_V2 : V2; -fun forsooth_Adv : Adv; -fun forswear_V2 : V2; -fun forsythia_N : N; -fun fort_N : N; -fun fort_lauderdale_PN : PN; -fun fort_william_PN : PN; -fun fort_worth_PN : PN; -fun fortaleza_PN : PN; -fun forte_A : A; -fun forte_Adv : Adv; -fun forte_N : N; -fun forth_Adv : Adv; -fun forthcoming_A : A; -fun forthright_A : A; -fun forthwith_Adv : Adv; -fun fortieth_A : A; -fun fortieth_N : N; -fun fortification_N : N; -fun fortify_V2 : V2; -fun fortissimo_A : A; -fun fortissimo_Adv : Adv; -fun fortitude_N : N; -fun fortnight_N : N; -fun fortnightly_A : A; -fun fortnightly_Adv : Adv; -fun fortress_N : N; -fun fortuitous_A : A; -fun fortuitously_Adv : Adv; -fun fortunate_A : A; -fun fortunately_Adv : Adv; -fun fortune_N : N; -fun forty_A : A; -fun forty_N : N; -fun fortyish_A : A; -fun forum_N : N; -fun forward_A : A; -fun forward_Adv : Adv; -fun forward_N : N; -fun forward_V2 : V2; -fun forwardness_N : N; -fun forwards_Adv : Adv; -fun fosse_N : N; -fun fossil_N : N; -fun fossilization_N : N; -fun fossilize_V : V; -fun fossilize_V2 : V2; -fun foster_V2 : V2; -fun foster_brother_N : N; -fun foster_child_N : N; -fun foster_father_N : N; -fun foster_mother_N : N; -fun foster_parent_N : N; -fun foster_sister_N : N; -fun foul_A : A; -fun foul_N : N; -fun foul_V : V; -fun foul_V2 : V2; -fun foul_mouthed_A : A; -fun foul_spoken_A : A; -fun foully_Adv : Adv; -fun foulness_N : N; -fun found_V2 : V2; -fun foundation_N : N; -fun foundation_stone_N : N; -fun founder_N : N; -fun founder_V : V; -fun founder_V2 : V2; -fun foundling_N : N; -fun foundress_N : N; -fun foundry_N : N; -fun fount_N : N; -fun fountain_N : N; -fun fountain_head_N : N; -fun fountain_pen_N : N; -fun four_A : A; -fun four_N : N; -fun four_in_hand_N : N; -fun four_part_A : A; -fun four_ply_A : A; -fun four_poster_N : N; -fun four_pounder_N : N; -fun four_wheeler_N : N; -fun fourfold_A : A; -fun fourfold_Adv : Adv; -fun fourpence_N : N; -fun fourpenny_A : A; -fun fourscore_A : A; -fun fourscore_N : N; -fun foursome_N : N; -fun foursquare_A : A; -fun fourteen_A : A; -fun fourteen_N : N; -fun fourteenth_A : A; -fun fourteenth_N : N; -fun fourth_A : A; -fun fourth_N : N; -fun fourthly_Adv : Adv; -fun fowey_PN : PN; -fun fowl_N : N; -fun fowl_V : V; -fun fowl_run_N : N; -fun fowler_N : N; -fun fowlingpiece_N : N; -fun fowlpest_N : N; -fun fox_N : N; -fun fox_V2 : V2; -fun fox_terrier_N : N; -fun foxglove_N : N; -fun foxhole_N : N; -fun foxhound_N : N; -fun foxhunt_N : N; -fun foxhunt_V : V; -fun foxhunter_N : N; -fun foxtrot_N : N; -fun foxy_A : A; -fun foyer_N : N; -fun fr_PN : PN; -fun fracas_N : N; -fun fraction_N : N; -fun fractional_A : A; -fun fractious_A : A; -fun fractiously_Adv : Adv; -fun fractiousness_N : N; -fun fracture_N : N; -fun fracture_V : V; -fun fracture_V2 : V2; -fun fragile_A : A; -fun fragility_N : N; -fun fragment_N : N; -fun fragment_V : V; -fun fragmentary_A : A; -fun fragmentation_N : N; -fun fragrance_N : N; -fun fragrant_A : A; -fun frail_A : A; -fun frailty_N : N; -fun frame_N : N; -fun frame_V : V; -fun frame_V2 : V2; -fun frame_up_N : N; -fun framework_N : N; -fun frampton_cotterell_PN : PN; -fun fran_PN : PN; -fun franc_N : N; -fun france_PN : PN; -fun frances_PN : PN; -fun franchise_N : N; -fun francis_PN : PN; -fun franciscan_A : A; -fun franciscan_N : N; -fun frank_A : A; -fun frank_N : N; -fun frank_PN : PN; -fun frank_V2 : V2; -fun frankfurt_PN : PN; -fun frankfurter_N : N; -fun frankie_PN : PN; -fun frankincense_N : N; -fun franking_machine_N : N; -fun franklin_N : N; -fun frankly_Adv : Adv; -fun frankness_N : N; -fun frantic_A : A; -fun frantically_Adv : Adv; -fun fraserburgh_PN : PN; -fun fraternal_A : A; -fun fraternally_Adv : Adv; -fun fraternity_N : N; -fun fraternization_N : N; -fun fraternize_V : V; -fun fratricide_N : N; -fun frau_N : N; -fun fraud_N : N; -fun fraudulent_A : A; -fun fraudulently_Adv : Adv; -fun fraught_A : A; -fun fray_N : N; -fun fray_V : V; -fun fray_V2 : V2; -fun frazzle_N : N; -fun freak_N : N; -fun freak_V : V; -fun freak_V2 : V2; -fun freak_out_N : N; -fun freakish_A : A; -fun freakishly_Adv : Adv; -fun freakishness_N : N; -fun freaky_A : A; -fun freckle_N : N; -fun freckle_V : V; -fun freckle_V2 : V2; -fun freckleton_PN : PN; -fun fred_PN : PN; -fun freda_PN : PN; -fun freddie_PN : PN; -fun freddy_PN : PN; -fun frederick_PN : PN; -fun frederiksberg_PN : PN; -fun free_A : A; -fun free_V2 : V2; -fun free_and_easy_A : A; -fun free_for_all_N : N; -fun free_handed_A : A; -fun free_list_N : N; -fun free_liver_N : N; -fun free_living_N : N; -fun free_range_A : A; -fun free_spoken_A : A; -fun free_standing_A : A; -fun free_thinker_N : N; -fun free_thinking_A : A; -fun free_thought_N : N; -fun free_trader_N : N; -fun freebooter_N : N; -fun freeborn_A : A; -fun freedman_N : N; -fun freedom_N : N; -fun freehand_A : A; -fun freehold_N : N; -fun freeholder_N : N; -fun freelance_N : N; -fun freelance_V : V; -fun freely_Adv : Adv; -fun freeman_N : N; -fun freemason_N : N; -fun freemasonry_N : N; -fun freesia_N : N; -fun freestone_N : N; -fun freestyle_N : N; -fun freeway_N : N; -fun freewheel_V : V; -fun freewill_A : A; -fun freeze_N : N; -fun freeze_V : V; -fun freeze_V2 : V2; -fun freezer_N : N; -fun freezing_mixture_N : N; -fun freezing_point_N : N; -fun freiburg_PN : PN; -fun freight_N : N; -fun freight_V2 : V2; -fun freight_train_N : N; -fun freighter_N : N; -fun freightliner_N : N; -fun french_A : A; -fun french_N : N; -fun frenchman_N : N; -fun frenchwoman_N : N; -fun frenetic_A : A; -fun frenzied_A : A; -fun frenziedly_Adv : Adv; -fun frenzy_N : N; -fun frequency_N : N; -fun frequent_A : A; -fun frequent_V2 : V2; -fun frequently_Adv : Adv; -fun fresco_N : N; -fun fresco_V2 : V2; -fun fresh_A : A; -fun fresh_Adv : Adv; -fun freshen_V : V; -fun freshen_V2 : V2; -fun fresher_N : N; -fun freshly_Adv : Adv; -fun freshman_N : N; -fun freshness_N : N; -fun freshwater_A : A; -fun freshwater_PN : PN; -fun fret_N : N; -fun fret_V : V; -fun fret_V2 : V2; -fun fretful_A : A; -fun fretfully_Adv : Adv; -fun fretsaw_N : N; -fun fretwork_N : N; -fun freudian_A : A; -fun fri_PN : PN; -fun friability_N : N; -fun friable_A : A; -fun friar_N : N; -fun fricassee_N : N; -fun fricassee_V2 : V2; -fun fricative_A : A; -fun fricative_N : N; -fun friction_N : N; -fun friday_N : N; -fun friday_PN : PN; -fun fridge_N : N; -fun friend_N : N; -fun friendless_A : A; -fun friendlessness_N : N; -fun friendliness_N : N; -fun friendly_A : A; -fun friendship_N : N; -fun frier_N : N; -fun frieze_N : N; -fun frigate_N : N; -fun fright_N : N; -fun fright_V2 : V2; -fun frighten_V2 : V2; -fun frightened_A : A; -fun frightening_A : A; -fun frighteningly_Adv : Adv; -fun frightful_A : A; -fun frightfully_Adv : Adv; -fun frightfulness_N : N; -fun frigid_A : A; -fun frigidity_N : N; -fun frigidly_Adv : Adv; -fun frill_N : N; -fun frilled_A : A; -fun frilly_A : A; -fun fringe_N : N; -fun fringe_V2 : V2; -fun frinton_PN : PN; -fun frippery_N : N; -fun frisk_V : V; -fun frisk_V2 : V2; -fun friskily_Adv : Adv; -fun frisky_A : A; -fun frisson_N : N; -fun fritter_N : N; -fun fritter_V2 : V2; -fun frivol_V : V; -fun frivol_V2 : V2; -fun frivolity_N : N; -fun frivolous_A : A; -fun frivolously_Adv : Adv; -fun frizz_V2 : V2; -fun frizzle_V : V; -fun frizzle_V2 : V2; -fun frizzy_A : A; -fun fro_Adv : Adv; -fun frock_N : N; -fun frock_coat_N : N; -fun frodsham_PN : PN; -fun frog_N : N; -fun frogman_N : N; -fun frogmarch_V2 : V2; -fun frolic_N : N; -fun frolic_V : V; -fun frolicsome_A : A; -fun frome_PN : PN; -fun frond_N : N; -fun front_N : N; -fun front_V : V; -fun front_V2 : V2; -fun front_bench_N : N; -fun front_bencher_N : N; -fun frontage_N : N; -fun frontal_A : A; -fun frontier_N : N; -fun frontiersman_N : N; -fun frontispiece_N : N; -fun frost_N : N; -fun frost_V : V; -fun frost_V2 : V2; -fun frost_bound_A : A; -fun frostbite_N : N; -fun frostbitten_A : A; -fun frostily_Adv : Adv; -fun frostiness_N : N; -fun frosting_N : N; -fun frosty_A : A; -fun froth_N : N; -fun froth_V : V; -fun frothily_Adv : Adv; -fun frothiness_N : N; -fun frothy_A : A; -fun froward_A : A; -fun frown_N : N; -fun frown_V : V; -fun frowningly_Adv : Adv; -fun frowsty_A : A; -fun frowzy_A : A; -fun frs_N : N; -fun fructification_N : N; -fun fructify_V : V; -fun fructify_V2 : V2; -fun frugal_A : A; -fun frugality_N : N; -fun frugally_Adv : Adv; -fun fruit_N : N; -fun fruit_V : V; -fun fruit_fly_N : N; -fun fruitcake_N : N; -fun fruiterer_N : N; -fun fruitful_A : A; -fun fruitfully_Adv : Adv; -fun fruitfulness_N : N; -fun fruition_N : N; -fun fruitless_A : A; -fun fruitlessly_Adv : Adv; -fun fruitlessness_N : N; -fun fruity_A : A; -fun frump_N : N; -fun frumpish_A : A; -fun frumpy_A : A; -fun frustrate_V2 : V2; -fun frustration_N : N; -fun fry_N : N; -fun fry_V : V; -fun fry_V2 : V2; -fun fry_pan_N : N; -fun fryer_N : N; -fun frying_pan_N : N; -fun fraulein_N : N; -fun ft_PN : PN; -fun fuchsia_N : N; -fun fuck_V : V; -fun fuck_V2 : V2; -fun fuck_all_N : N; -fun fucker_N : N; -fun fucking_A : A; -fun fuddle_V2 : V2; -fun fuddy_duddy_N : N; -fun fudge_N : N; -fun fuel_N : N; -fun fuel_V : V; -fun fuel_V2 : V2; -fun fug_N : N; -fun fuggy_A : A; -fun fugitive_A : A; -fun fugitive_N : N; -fun fugue_N : N; -fun fulcrum_N : N; -fun fulfil_V2 : V2; -fun fulfilment_N : N; -fun full_A : A; -fun full_blooded_A : A; -fun full_blown_A : A; -fun full_dress_A : A; -fun full_fashioned_A : A; -fun full_fledged_A : A; -fun full_grown_A : A; -fun full_length_A : A; -fun full_page_A : A; -fun full_scale_A : A; -fun full_time_A : A; -fun full_time_Adv : Adv; -fun fullback_N : N; -fun fuller_N : N; -fun fullness_N : N; -fun fully_Adv : Adv; -fun fully_fashioned_A : A; -fun fully_fledged_A : A; -fun fully_grown_A : A; -fun fulmar_N : N; -fun fulminate_V : V; -fun fulmination_N : N; -fun fulsome_A : A; -fun fulsomely_Adv : Adv; -fun fulsomeness_N : N; -fun fumble_V : V; -fun fumble_V2 : V2; -fun fumbler_N : N; -fun fume_N : N; -fun fume_V : V; -fun fume_V2 : V2; -fun fumigate_V2 : V2; -fun fumigation_N : N; -fun fun_N : N; -fun function_N : N; -fun function_V : V; -fun functional_A : A; -fun functionalism_N : N; -fun functionalist_N : N; -fun functionally_Adv : Adv; -fun functionary_N : N; -fun fund_N : N; -fun fund_V2 : V2; -fun fundamental_A : A; -fun fundamental_N : N; -fun fundamentalism_N : N; -fun fundamentalist_N : N; -fun fundamentally_Adv : Adv; -fun funeral_N : N; -fun funereal_A : A; -fun funfair_N : N; -fun fungicide_N : N; -fun fungoid_A : A; -fun fungous_A : A; -fun fungus_N : N; -fun funicular_N : N; -fun funk_N : N; -fun funk_V : V; -fun funk_V2 : V2; -fun funky_A : A; -fun funnel_N : N; -fun funnel_V : V; -fun funnel_V2 : V2; -fun funnily_Adv : Adv; -fun funniness_N : N; -fun funny_A : A; -fun funny_bone_N : N; -fun fur_N : N; -fun furbelow_N : N; -fun furbish_V2 : V2; -fun furious_A : A; -fun furiously_Adv : Adv; -fun furl_V : V; -fun furl_V2 : V2; -fun furlong_N : N; -fun furlough_N : N; -fun furnace_N : N; -fun furnish_V2 : V2; -fun furniture_N : N; -fun furore_N : N; -fun furrier_N : N; -fun furrow_N : N; -fun furrow_V2 : V2; -fun furry_A : A; -fun furth_PN : PN; -fun further_Adv : Adv; -fun further_V2 : V2; -fun furtherance_N : N; -fun furthermore_Adv : Adv; -fun furthermost_A : A; -fun furthest_A : A; -fun furthest_Adv : Adv; -fun furtive_A : A; -fun furtively_Adv : Adv; -fun furtiveness_N : N; -fun fury_N : N; -fun furze_N : N; -fun fuse_N : N; -fun fuse_V : V; -fun fuse_V2 : V2; -fun fuselage_N : N; -fun fushun_PN : PN; -fun fusilier_N : N; -fun fusillade_N : N; -fun fusion_N : N; -fun fuss_N : N; -fun fuss_V : V; -fun fuss_V2 : V2; -fun fussily_Adv : Adv; -fun fussiness_N : N; -fun fusspot_N : N; -fun fussy_A : A; -fun fustian_N : N; -fun fusty_A : A; -fun futile_A : A; -fun futility_N : N; -fun future_A : A; -fun future_N : N; -fun futureless_A : A; -fun futurism_N : N; -fun futurist_N : N; -fun futurity_N : N; -fun fuze_N : N; -fun fuzz_N : N; -fun fuzzy_A : A; -fun fwd_PN : PN; -fun fete_N : N; -fun fete_V2 : V2; -fun fuhrer_N : N; -fun g_man_N : N; -fun gab_N : N; -fun gabardine_N : N; -fun gabble_N : N; -fun gabble_V : V; -fun gabble_V2 : V2; -fun gaberdine_N : N; -fun gable_N : N; -fun gabled_A : A; -fun gabon_PN : PN; -fun gabonese_A : A; -fun gabonese_N : N; -fun gad_V : V; -fun gadabout_N : N; -fun gadfly_N : N; -fun gadget_N : N; -fun gadgetry_N : N; -fun gael_N : N; -fun gaelic_A : A; -fun gaelic_N : N; -fun gaff_N : N; -fun gaffe_N : N; -fun gaffer_N : N; -fun gag_N : N; -fun gag_V : V; -fun gag_V2 : V2; -fun gaga_A : A; -fun gage_N : N; -fun gage_V2 : V2; -fun gaggle_N : N; -fun gaiety_N : N; -fun gaily_Adv : Adv; -fun gain_N : N; -fun gain_V : V; -fun gain_V2 : V2; -fun gainful_A : A; -fun gainfully_Adv : Adv; -fun gainsay_V2 : V2; -fun gainsborough_N : N; -fun gainsborough_PN : PN; -fun gait_N : N; -fun gaiter_N : N; -fun gal_N : N; -fun gala_N : N; -fun galactic_A : A; -fun galantine_N : N; -fun galashiels_PN : PN; -fun galaxy_N : N; -fun gale_N : N; -fun gall_N : N; -fun gall_V2 : V2; -fun gallant_A : A; -fun gallant_N : N; -fun gallantly_Adv : Adv; -fun gallantry_N : N; -fun galleon_N : N; -fun gallery_N : N; -fun galley_N : N; -fun galley_proof_N : N; -fun galley_slave_N : N; -fun gallic_A : A; -fun gallicism_N : N; -fun gallivant_V : V; -fun gallon_N : N; -fun gallop_N : N; -fun gallop_V : V; -fun gallop_V2 : V2; -fun galloway_PN : PN; -fun gallows_bird_N : N; -fun gallstone_N : N; -fun gallup_PN : PN; -fun galore_Adv : Adv; -fun galosh_N : N; -fun galumph_V : V; -fun galvanic_A : A; -fun galvanism_N : N; -fun galvanize_V2 : V2; -fun galway_PN : PN; -fun gambia_PN : PN; -fun gambian_A : A; -fun gambian_N : N; -fun gambit_N : N; -fun gamble_N : N; -fun gamble_V : V; -fun gamble_V2 : V2; -fun gambler_N : N; -fun gambling_N : N; -fun gambling_den_N : N; -fun gamboge_N : N; -fun gambol_N : N; -fun gambol_V : V; -fun game_A : A; -fun game_N : N; -fun game_V : V; -fun game_V2 : V2; -fun game_bag_N : N; -fun game_bird_N : N; -fun game_licence_N : N; -fun gamecock_N : N; -fun gamekeeper_N : N; -fun gamely_Adv : Adv; -fun games_master_N : N; -fun games_mistress_N : N; -fun gamesmanship_N : N; -fun gaming_house_N : N; -fun gaming_table_N : N; -fun gamma_N : N; -fun gammon_N : N; -fun gammy_A : A; -fun gamp_N : N; -fun gamut_N : N; -fun gamy_A : A; -fun gander_N : N; -fun gang_N : N; -fun gang_V : V; -fun ganger_N : N; -fun gangling_A : A; -fun ganglion_N : N; -fun gangplank_N : N; -fun gangrene_N : N; -fun gangrene_V : V; -fun gangrene_V2 : V2; -fun gangrenous_A : A; -fun gangster_N : N; -fun gangway_N : N; -fun gannet_N : N; -fun gantry_N : N; -fun gaol_N : N; -fun gaol_V2 : V2; -fun gaolbird_N : N; -fun gaolbreak_N : N; -fun gaoler_N : N; -fun gap_N : N; -fun gap_toothed_A : A; -fun gape_N : N; -fun gape_V : V; -fun garage_N : N; -fun garage_V2 : V2; -fun garb_N : N; -fun garb_V2 : V2; -fun garbage_N : N; -fun garbage_can_N : N; -fun garble_V2 : V2; -fun garden_N : N; -fun garden_V : V; -fun garden_truck_N : N; -fun gardener_N : N; -fun gardenia_N : N; -fun gardening_N : N; -fun gareth_PN : PN; -fun garforth_PN : PN; -fun gargantuan_A : A; -fun gargle_N : N; -fun gargle_V : V; -fun gargle_V2 : V2; -fun gargoyle_N : N; -fun garish_A : A; -fun garishly_Adv : Adv; -fun garland_N : N; -fun garland_V2 : V2; -fun garlic_N : N; -fun garment_N : N; -fun garner_N : N; -fun garner_V2 : V2; -fun garnet_N : N; -fun garnish_N : N; -fun garnish_V2 : V2; -fun garotte_N : N; -fun garotte_V2 : V2; -fun garret_N : N; -fun garrison_N : N; -fun garrison_V2 : V2; -fun garrotte_N : N; -fun garrotte_V2 : V2; -fun garrowhill_PN : PN; -fun garrulity_N : N; -fun garrulous_A : A; -fun garter_N : N; -fun gary_PN : PN; -fun gas_N : N; -fun gas_V : V; -fun gas_V2 : V2; -fun gas_bracket_N : N; -fun gas_cooker_N : N; -fun gas_engine_N : N; -fun gas_fitter_N : N; -fun gas_helmet_N : N; -fun gas_holder_N : N; -fun gas_mask_N : N; -fun gas_meter_N : N; -fun gas_oven_N : N; -fun gas_ring_N : N; -fun gas_station_N : N; -fun gas_stove_N : N; -fun gasbag_N : N; -fun gaseous_A : A; -fun gash_N : N; -fun gash_V2 : V2; -fun gasification_N : N; -fun gasify_V : V; -fun gasify_V2 : V2; -fun gasket_N : N; -fun gaslight_N : N; -fun gasmask_N : N; -fun gasolene_N : N; -fun gasoline_N : N; -fun gasometer_N : N; -fun gasp_N : N; -fun gasp_V : V; -fun gasp_V2 : V2; -fun gassy_A : A; -fun gastric_A : A; -fun gastritis_N : N; -fun gastronomic_A : A; -fun gastronomy_N : N; -fun gasworks_N : N; -fun gate_N : N; -fun gate_V2 : V2; -fun gatecrash_V2 : V2; -fun gatecrasher_N : N; -fun gatehouse_N : N; -fun gatepost_N : N; -fun gateshead_PN : PN; -fun gateway_N : N; -fun gather_V : V; -fun gather_V2 : V2; -fun gatherer_N : N; -fun gathering_N : N; -fun gatt_N : N; -fun gauche_A : A; -fun gaucherie_N : N; -fun gaucho_N : N; -fun gaud_N : N; -fun gaudily_Adv : Adv; -fun gaudy_A : A; -fun gaudy_N : N; -fun gauge_N : N; -fun gauge_V2 : V2; -fun gaul_N : N; -fun gaunt_A : A; -fun gauntlet_N : N; -fun gauntness_N : N; -fun gauze_N : N; -fun gauzy_A : A; -fun gavel_N : N; -fun gavin_PN : PN; -fun gavotte_N : N; -fun gawk_N : N; -fun gawkiness_N : N; -fun gawky_A : A; -fun gawp_V : V; -fun gay_A : A; -fun gay_N : N; -fun gayness_N : N; -fun gaze_N : N; -fun gaze_V : V; -fun gazelle_N : N; -fun gazette_N : N; -fun gazette_V2 : V2; -fun gazetteer_N : N; -fun gazump_V : V; -fun gazump_V2 : V2; -fun gb_PN : PN; -fun gcse_N : N; -fun gcses_N : N; -fun gdansk_PN : PN; -fun gdn_PN : PN; -fun gdns_PN : PN; -fun gear_N : N; -fun gear_V : V; -fun gear_V2 : V2; -fun gear_case_N : N; -fun gearbox_N : N; -fun gearshift_N : N; -fun gecko_N : N; -fun gee_gee_N : N; -fun geezer_N : N; -fun geiger_N : N; -fun geisha_N : N; -fun gel_N : N; -fun gel_V : V; -fun gelatin_N : N; -fun gelatine_N : N; -fun gelatinous_A : A; -fun geld_V2 : V2; -fun gelding_N : N; -fun gelignite_N : N; -fun gelligaer_PN : PN; -fun gelsenkirchen_PN : PN; -fun gem_N : N; -fun gemini_PN : PN; -fun gemmed_A : A; -fun gen_N : N; -fun gen_PN : PN; -fun gen_V2 : V2; -fun gendarme_N : N; -fun gendarmerie_N : N; -fun gender_N : N; -fun gene_N : N; -fun gene_PN : PN; -fun genealogical_A : A; -fun genealogically_Adv : Adv; -fun genealogist_N : N; -fun genealogy_N : N; -fun general_A : A; -fun general_N : N; -fun generalissimo_N : N; -fun generality_N : N; -fun generalization_N : N; -fun generalize_V : V; -fun generalize_V2 : V2; -fun generally_Adv : Adv; -fun generate_V2 : V2; -fun generation_N : N; -fun generative_A : A; -fun generator_N : N; -fun generic_A : A; -fun generically_Adv : Adv; -fun generosity_N : N; -fun generous_A : A; -fun generously_Adv : Adv; -fun genesis_N : N; -fun genetic_A : A; -fun genetically_Adv : Adv; -fun geneticist_N : N; -fun genetics_N : N; -fun geneva_PN : PN; -fun genial_A : A; -fun geniality_N : N; -fun genially_Adv : Adv; -fun genie_N : N; -fun genital_A : A; -fun genitive_A : A; -fun genius_N : N; -fun genius_loci_N : N; -fun genoa_PN : PN; -fun genocide_N : N; -fun genova_PN : PN; -fun genre_N : N; -fun genre_painting_N : N; -fun gent_N : N; -fun genteel_A : A; -fun genteelly_Adv : Adv; -fun gentian_N : N; -fun gentile_A : A; -fun gentile_N : N; -fun gentility_N : N; -fun gentle_A : A; -fun gentleman_N : N; -fun gentleman_at_arms_N : N; -fun gentlemanly_A : A; -fun gentleness_N : N; -fun gentlewoman_N : N; -fun gently_Adv : Adv; -fun gentry_N : N; -fun genuflect_V : V; -fun genuflection_N : N; -fun genuflexion_N : N; -fun genuine_A : A; -fun genuinely_Adv : Adv; -fun genuineness_N : N; -fun genus_N : N; -fun geocentric_A : A; -fun geoff_PN : PN; -fun geoffrey_PN : PN; -fun geographer_N : N; -fun geographical_A : A; -fun geographically_Adv : Adv; -fun geography_N : N; -fun geological_A : A; -fun geologically_Adv : Adv; -fun geologist_N : N; -fun geology_N : N; -fun geometric_A : A; -fun geometrical_A : A; -fun geometrically_Adv : Adv; -fun geometry_N : N; -fun geophysical_A : A; -fun geophysics_N : N; -fun geopolitics_N : N; -fun george_PN : PN; -fun georgette_N : N; -fun georgia_PN : PN; -fun georgian_A : A; -fun georgian_N : N; -fun georgie_PN : PN; -fun gerald_PN : PN; -fun geraldine_PN : PN; -fun geranium_N : N; -fun gerard_PN : PN; -fun geriatric_A : A; -fun geriatrician_N : N; -fun geriatrics_N : N; -fun germ_N : N; -fun german_A : A; -fun german_N : N; -fun germane_A : A; -fun germanic_A : A; -fun germany_PN : PN; -fun germicide_N : N; -fun germinate_V : V; -fun germinate_V2 : V2; -fun germination_N : N; -fun gerontology_N : N; -fun gerry_PN : PN; -fun gerrymander_N : N; -fun gerrymander_V2 : V2; -fun gertie_PN : PN; -fun gertrude_PN : PN; -fun gerund_N : N; -fun gestapo_N : N; -fun gestation_N : N; -fun gesticulate_V : V; -fun gesticulation_N : N; -fun gesture_N : N; -fun gesture_V : V; -fun get_V : V; -fun get_V2 : V2; -fun get_at_able_A : A; -fun get_together_N : N; -fun get_up_N : N; -fun getaway_N : N; -fun geum_N : N; -fun geyser_N : N; -fun ghana_PN : PN; -fun ghanaian_A : A; -fun ghanaian_N : N; -fun gharry_N : N; -fun ghastly_A : A; -fun ghat_N : N; -fun ghee_N : N; -fun ghent_PN : PN; -fun gherkin_N : N; -fun ghetto_N : N; -fun ghost_N : N; -fun ghost_V : V; -fun ghost_V2 : V2; -fun ghost_writer_N : N; -fun ghostliness_N : N; -fun ghostly_A : A; -fun ghoul_N : N; -fun ghoulish_A : A; -fun ghq_PN : PN; -fun gi_N : N; -fun giant_N : N; -fun giantess_N : N; -fun gibber_V : V; -fun gibberish_N : N; -fun gibbet_N : N; -fun gibbet_V2 : V2; -fun gibbon_N : N; -fun gibbous_A : A; -fun gibe_N : N; -fun gibe_V : V; -fun gibingly_Adv : Adv; -fun gibraltar_PN : PN; -fun gibraltarian_A : A; -fun gibraltarian_N : N; -fun giddily_Adv : Adv; -fun giddiness_N : N; -fun giddy_A : A; -fun giffnock_PN : PN; -fun gift_N : N; -fun gift_V2 : V2; -fun gifted_A : A; -fun gig_N : N; -fun gigantic_A : A; -fun giggle_N : N; -fun giggle_V : V; -fun gigolo_N : N; -fun gilbert_PN : PN; -fun gilbertian_A : A; -fun gild_N : N; -fun gild_V2 : V2; -fun gilder_N : N; -fun gilding_N : N; -fun giles_PN : PN; -fun gilfach_goch_PN : PN; -fun gill_N : N; -fun gill_PN : PN; -fun gillian_PN : PN; -fun gillie_N : N; -fun gillingham_PN : PN; -fun gilt_N : N; -fun gilt_edged_A : A; -fun gimcrack_A : A; -fun gimlet_N : N; -fun gimmick_N : N; -fun gin_N : N; -fun gin_V2 : V2; -fun gina_PN : PN; -fun ginger_N : N; -fun ginger_V2 : V2; -fun gingerbread_N : N; -fun gingerly_A : A; -fun gingerly_Adv : Adv; -fun gingham_N : N; -fun gingko_N : N; -fun ginseng_N : N; -fun gipsy_N : N; -fun giraffe_N : N; -fun gird_V2 : V2; -fun girder_N : N; -fun girdle_N : N; -fun girdle_V2 : V2; -fun girl_N : N; -fun girlfriend_N : N; -fun girlhood_N : N; -fun girlish_A : A; -fun girlishly_Adv : Adv; -fun girlishness_N : N; -fun giro_N : N; -fun girth_N : N; -fun girvan_PN : PN; -fun gis_N : N; -fun gist_N : N; -fun give_N : N; -fun give_V : V; -fun give_V2 : V2; -fun giveaway_N : N; -fun giver_N : N; -fun gizzard_N : N; -fun glacial_A : A; -fun glacier_N : N; -fun glace_A : A; -fun glad_A : A; -fun gladden_V2 : V2; -fun glade_N : N; -fun gladiator_N : N; -fun gladiatorial_A : A; -fun gladiolus_N : N; -fun gladly_Adv : Adv; -fun gladness_N : N; -fun gladsome_A : A; -fun gladys_PN : PN; -fun glamorgan_PN : PN; -fun glamorization_N : N; -fun glamorize_V2 : V2; -fun glamorous_A : A; -fun glamour_N : N; -fun glance_N : N; -fun glance_V : V; -fun glance_V2 : V2; -fun gland_N : N; -fun glanders_N : N; -fun glandular_A : A; -fun glare_N : N; -fun glare_V : V; -fun glare_V2 : V2; -fun glaring_A : A; -fun glasgow_PN : PN; -fun glass_N : N; -fun glass_V2 : V2; -fun glass_blower_N : N; -fun glass_cutter_N : N; -fun glass_wool_N : N; -fun glassful_N : N; -fun glasshouse_N : N; -fun glassware_N : N; -fun glassworks_N : N; -fun glassy_A : A; -fun glastonbury_PN : PN; -fun glaswegian_A : A; -fun glaswegian_N : N; -fun glaucoma_N : N; -fun glaucous_A : A; -fun glaze_N : N; -fun glaze_V : V; -fun glaze_V2 : V2; -fun glazier_N : N; -fun gleam_N : N; -fun gleam_V : V; -fun glean_V : V; -fun glean_V2 : V2; -fun gleaner_N : N; -fun glebe_N : N; -fun glee_N : N; -fun gleeful_A : A; -fun gleefully_Adv : Adv; -fun glen_N : N; -fun glen_PN : PN; -fun glengarry_N : N; -fun glenrothes_PN : PN; -fun glib_A : A; -fun glibly_Adv : Adv; -fun glibness_N : N; -fun glide_N : N; -fun glide_V : V; -fun glider_N : N; -fun gliding_N : N; -fun glimmer_N : N; -fun glimmer_V : V; -fun glimpse_N : N; -fun glimpse_V2 : V2; -fun glint_N : N; -fun glint_V : V; -fun glissade_N : N; -fun glissade_V : V; -fun glissando_A : A; -fun glissando_Adv : Adv; -fun glisten_V : V; -fun glister_N : N; -fun glister_V : V; -fun glitter_N : N; -fun glitter_V : V; -fun glittering_A : A; -fun gloaming_N : N; -fun gloat_V : V; -fun gloatingly_Adv : Adv; -fun global_A : A; -fun globe_N : N; -fun globetrot_V : V; -fun globetrotter_N : N; -fun globular_A : A; -fun globule_N : N; -fun glockenspiel_N : N; -fun gloom_N : N; -fun gloomily_Adv : Adv; -fun gloomy_A : A; -fun gloria_PN : PN; -fun glorification_N : N; -fun glorify_V2 : V2; -fun glorious_A : A; -fun gloriously_Adv : Adv; -fun glory_N : N; -fun glory_V : V; -fun glory_hole_N : N; -fun gloss_N : N; -fun gloss_V2 : V2; -fun glossary_N : N; -fun glossily_Adv : Adv; -fun glossiness_N : N; -fun glossop_PN : PN; -fun glossy_A : A; -fun glottal_A : A; -fun glottis_N : N; -fun gloucester_PN : PN; -fun gloucestershire_PN : PN; -fun glove_N : N; -fun glove_compartment_N : N; -fun gloved_A : A; -fun glow_N : N; -fun glow_V : V; -fun glow_worm_N : N; -fun glower_V : V; -fun gloweringly_Adv : Adv; -fun glowing_A : A; -fun glowingly_Adv : Adv; -fun glucose_N : N; -fun glue_N : N; -fun glue_V2 : V2; -fun gluey_A : A; -fun glum_A : A; -fun glumly_Adv : Adv; -fun glumness_N : N; -fun glusburn_PN : PN; -fun glut_N : N; -fun glut_V2 : V2; -fun gluten_N : N; -fun glutinous_A : A; -fun glutton_N : N; -fun gluttonous_A : A; -fun gluttonously_Adv : Adv; -fun gluttony_N : N; -fun glycerine_N : N; -fun gmt_PN : PN; -fun gnarled_A : A; -fun gnash_V : V; -fun gnash_V2 : V2; -fun gnat_N : N; -fun gnaw_V : V; -fun gnaw_V2 : V2; -fun gnome_N : N; -fun gnp_N : N; -fun gnu_N : N; -fun go_N : N; -fun go_V : V; -fun go_ahead_N : N; -fun go_as_you_please_A : A; -fun go_between_N : N; -fun go_by_N : N; -fun go_cart_N : N; -fun go_getter_N : N; -fun go_kart_N : N; -fun go_slow_N : N; -fun go_to_meeting_A : A; -fun goad_N : N; -fun goad_V2 : V2; -fun goal_N : N; -fun goal_kick_N : N; -fun goal_line_N : N; -fun goalie_N : N; -fun goalkeeper_N : N; -fun goalless_A : A; -fun goalmouth_N : N; -fun goat_N : N; -fun goatee_N : N; -fun goatherd_N : N; -fun goatskin_N : N; -fun gob_N : N; -fun gobbet_N : N; -fun gobble_N : N; -fun gobble_V : V; -fun gobble_V2 : V2; -fun gobbledygook_N : N; -fun gobbler_N : N; -fun goblet_N : N; -fun goblin_N : N; -fun god_N : N; -fun god_PN : PN; -fun god_damn_A : A; -fun god_damned_A : A; -fun godalming_PN : PN; -fun godchild_N : N; -fun goddam_A : A; -fun goddam_Adv : Adv; -fun goddaughter_N : N; -fun goddess_N : N; -fun godfather_N : N; -fun godfearing_A : A; -fun godforsaken_A : A; -fun godfrey_PN : PN; -fun godhead_N : N; -fun godless_A : A; -fun godlessness_N : N; -fun godlike_A : A; -fun godliness_N : N; -fun godly_A : A; -fun godmanchester_PN : PN; -fun godmother_N : N; -fun godown_N : N; -fun godparent_N : N; -fun godsend_N : N; -fun godson_N : N; -fun godspeed_N : N; -fun goffs_oak_PN : PN; -fun goggle_V : V; -fun goggle_box_N : N; -fun goggle_eyed_A : A; -fun going_A : A; -fun going_N : N; -fun going_over_N : N; -fun goitre_N : N; -fun golbourne_PN : PN; -fun gold_N : N; -fun gold_beater_N : N; -fun gold_digger_N : N; -fun gold_dust_N : N; -fun gold_foil_N : N; -fun gold_leaf_N : N; -fun gold_plate_N : N; -fun gold_rush_N : N; -fun golden_A : A; -fun goldfield_N : N; -fun goldfinch_N : N; -fun goldfish_N : N; -fun goldmine_N : N; -fun goldsmith_N : N; -fun golf_N : N; -fun golf_V : V; -fun golf_ball_N : N; -fun golf_club_N : N; -fun golf_course_N : N; -fun golf_links_N : N; -fun golfer_N : N; -fun goliath_N : N; -fun golliwog_N : N; -fun golosh_N : N; -fun gondola_N : N; -fun gondolier_N : N; -fun goner_N : N; -fun gong_N : N; -fun gong_V2 : V2; -fun gonorrhea_N : N; -fun gonorrhoea_N : N; -fun goo_N : N; -fun good_A : A; -fun good_N : N; -fun good_fellowship_N : N; -fun good_for_naught_A : A; -fun good_for_naught_N : N; -fun good_for_nothing_A : A; -fun good_for_nothing_N : N; -fun good_humoured_A : A; -fun good_looking_A : A; -fun good_natured_A : A; -fun good_neighbourliness_N : N; -fun good_tempered_A : A; -fun good_time_A : A; -fun goodbye_N : N; -fun goodish_A : A; -fun goodly_A : A; -fun goodness_N : N; -fun goodwill_N : N; -fun goody_N : N; -fun goody_goody_A : A; -fun goody_goody_N : N; -fun gooey_A : A; -fun goof_N : N; -fun goof_V : V; -fun goof_V2 : V2; -fun goofy_A : A; -fun googly_N : N; -fun goole_PN : PN; -fun goon_N : N; -fun goose_N : N; -fun goose_flesh_N : N; -fun goose_step_N : N; -fun gooseberry_N : N; -fun gopher_N : N; -fun gordian_A : A; -fun gordon_PN : PN; -fun gore_N : N; -fun gore_V2 : V2; -fun gorge_N : N; -fun gorge_V : V; -fun gorge_V2 : V2; -fun gorgeous_A : A; -fun gorgeously_Adv : Adv; -fun gorgon_N : N; -fun gorgonzola_N : N; -fun gorilla_N : N; -fun gorky_PN : PN; -fun gormandize_V : V; -fun gormless_A : A; -fun gorse_N : N; -fun gorseinon_PN : PN; -fun gory_A : A; -fun gosling_N : N; -fun gospel_N : N; -fun gosport_PN : PN; -fun gossamer_N : N; -fun gossip_N : N; -fun gossip_V : V; -fun goteborg_PN : PN; -fun goth_N : N; -fun gothenburg_PN : PN; -fun gothic_A : A; -fun gothic_N : N; -fun gottingen_PN : PN; -fun gouache_N : N; -fun gouge_N : N; -fun gouge_V2 : V2; -fun goulash_N : N; -fun gourd_N : N; -fun gourmand_N : N; -fun gourmet_N : N; -fun gourock_PN : PN; -fun gout_N : N; -fun gouty_A : A; -fun gov_PN : PN; -fun govern_V : V; -fun govern_V2 : V2; -fun governance_N : N; -fun governess_N : N; -fun governing_A : A; -fun government_N : N; -fun governmental_A : A; -fun governor_N : N; -fun governor_general_N : N; -fun govt_N : N; -fun gown_N : N; -fun gown_V2 : V2; -fun gp's_N : N; -fun gp_N : N; -fun grab_N : N; -fun grab_V : V; -fun grab_V2 : V2; -fun grabber_N : N; -fun grace_N : N; -fun grace_V2 : V2; -fun graceful_A : A; -fun gracefully_Adv : Adv; -fun graceless_A : A; -fun gracelessly_Adv : Adv; -fun gracious_A : A; -fun graciously_Adv : Adv; -fun graciousness_N : N; -fun gradation_N : N; -fun grade_N : N; -fun grade_V2 : V2; -fun gradient_N : N; -fun gradual_A : A; -fun gradually_Adv : Adv; -fun gradualness_N : N; -fun graduate_N : N; -fun graduate_V : V; -fun graduate_V2 : V2; -fun graduation_N : N; -fun graffito_N : N; -fun graft_N : N; -fun graft_V : V; -fun graft_V2 : V2; -fun grail_N : N; -fun grain_N : N; -fun grained_A : A; -fun gram_N : N; -fun grammar_N : N; -fun grammarian_N : N; -fun grammatical_A : A; -fun grammatically_Adv : Adv; -fun gramme_N : N; -fun gramophone_N : N; -fun grampian_PN : PN; -fun grampus_N : N; -fun granada_PN : PN; -fun granary_N : N; -fun grand_A : A; -fun grand_prix_N : N; -fun grandad_N : N; -fun grandaunt_N : N; -fun grandchild_N : N; -fun granddad_N : N; -fun granddaughter_N : N; -fun grandee_N : N; -fun grandeur_N : N; -fun grandfather_N : N; -fun grandiloquence_N : N; -fun grandiloquent_A : A; -fun grandiose_A : A; -fun grandly_Adv : Adv; -fun grandma_N : N; -fun grandmother_N : N; -fun grandnephew_N : N; -fun grandniece_N : N; -fun grandpa_N : N; -fun grandparent_N : N; -fun grandson_N : N; -fun grandstand_N : N; -fun granduncle_N : N; -fun grange_N : N; -fun grangemouth_PN : PN; -fun granite_N : N; -fun grannie_N : N; -fun granny_N : N; -fun grant_N : N; -fun grant_V2 : V2; -fun grantham_PN : PN; -fun granular_A : A; -fun granularity_N : N; -fun granulate_V : V; -fun granulate_V2 : V2; -fun granule_N : N; -fun grape_N : N; -fun grape_sugar_N : N; -fun grapefruit_N : N; -fun grapeshot_N : N; -fun grapevine_N : N; -fun graph_N : N; -fun graphic_A : A; -fun graphical_A : A; -fun graphically_Adv : Adv; -fun graphics_N : N; -fun graphite_N : N; -fun grapnel_N : N; -fun grapple_V : V; -fun grappling_iron_N : N; -fun grasp_N : N; -fun grasp_V : V; -fun grasp_V2 : V2; -fun grasping_A : A; -fun grass_N : N; -fun grass_V : V; -fun grass_V2 : V2; -fun grasshopper_N : N; -fun grassland_N : N; -fun grassy_A : A; -fun grate_N : N; -fun grate_V : V; -fun grate_V2 : V2; -fun grateful_A : A; -fun gratefully_Adv : Adv; -fun gratefulness_N : N; -fun grater_N : N; -fun gratification_N : N; -fun gratify_V2 : V2; -fun gratifying_A : A; -fun grating_N : N; -fun gratingly_Adv : Adv; -fun gratis_A : A; -fun gratis_Adv : Adv; -fun gratitude_N : N; -fun gratuitous_A : A; -fun gratuitously_Adv : Adv; -fun gratuity_N : N; -fun grave_A : A; -fun grave_N : N; -fun grave_V2 : V2; -fun gravel_N : N; -fun gravel_V2 : V2; -fun gravelly_A : A; -fun gravely_Adv : Adv; -fun graven_A : A; -fun gravenhage_PN : PN; -fun gravesend_PN : PN; -fun gravestone_N : N; -fun graveyard_N : N; -fun graving_dock_N : N; -fun gravitate_V : V; -fun gravitation_N : N; -fun gravity_N : N; -fun gravure_N : N; -fun gravy_N : N; -fun gravy_boat_N : N; -fun gray_A : A; -fun gray_N : N; -fun gray_V : V; -fun gray_V2 : V2; -fun graz_PN : PN; -fun graze_N : N; -fun graze_V : V; -fun graze_V2 : V2; -fun grazier_N : N; -fun grazing_land_N : N; -fun grease_N : N; -fun grease_V2 : V2; -fun grease_gun_N : N; -fun greasepaint_N : N; -fun greaseproof_A : A; -fun greaser_N : N; -fun greasily_Adv : Adv; -fun greasiness_N : N; -fun greasy_A : A; -fun great_A : A; -fun great_harwood_PN : PN; -fun great_malvern_PN : PN; -fun great_shelford_PN : PN; -fun great_yarmouth_PN : PN; -fun greatcoat_N : N; -fun greatly_Adv : Adv; -fun greatness_N : N; -fun grebe_N : N; -fun grecian_A : A; -fun greece_PN : PN; -fun greed_N : N; -fun greedily_Adv : Adv; -fun greediness_N : N; -fun greedy_A : A; -fun greek_A : A; -fun greek_N : N; -fun green_A : A; -fun green_N : N; -fun greenback_N : N; -fun greenery_N : N; -fun greeneyed_A : A; -fun greenfly_N : N; -fun greengage_N : N; -fun greengrocer_N : N; -fun greengrocery_N : N; -fun greenhorn_N : N; -fun greenhouse_N : N; -fun greenish_A : A; -fun greenishness_N : N; -fun greenock_PN : PN; -fun greensward_N : N; -fun greenwich_PN : PN; -fun greenwood_N : N; -fun greet_V2 : V2; -fun greeting_N : N; -fun greg_PN : PN; -fun gregarious_A : A; -fun gregariously_Adv : Adv; -fun gregariousness_N : N; -fun gregorian_A : A; -fun gregory_PN : PN; -fun gremlin_N : N; -fun grenada_PN : PN; -fun grenade_N : N; -fun grenadian_A : A; -fun grenadian_N : N; -fun grenadier_N : N; -fun grey_A : A; -fun grey_N : N; -fun grey_V : V; -fun grey_V2 : V2; -fun grey_headed_A : A; -fun greybeard_N : N; -fun greyhound_N : N; -fun greyish_A : A; -fun greyly_Adv : Adv; -fun grid_N : N; -fun griddle_N : N; -fun gridiron_N : N; -fun grief_N : N; -fun grievance_N : N; -fun grieve_V : V; -fun grieve_V2 : V2; -fun grievous_A : A; -fun grievously_Adv : Adv; -fun griffin_N : N; -fun griffon_N : N; -fun grill_N : N; -fun grill_V : V; -fun grill_V2 : V2; -fun grille_N : N; -fun grillroom_N : N; -fun grim_A : A; -fun grimace_N : N; -fun grimace_V : V; -fun grime_N : N; -fun grime_V2 : V2; -fun grimethorpe_PN : PN; -fun grimly_Adv : Adv; -fun grimness_N : N; -fun grimsby_PN : PN; -fun grimy_A : A; -fun grin_N : N; -fun grin_V : V; -fun grin_V2 : V2; -fun grind_N : N; -fun grind_V : V; -fun grind_V2 : V2; -fun grinder_N : N; -fun grindstone_N : N; -fun grinstead_PN : PN; -fun grip_N : N; -fun grip_V : V; -fun grip_V2 : V2; -fun grippe_N : N; -fun gripsack_N : N; -fun grisly_A : A; -fun grist_N : N; -fun gristle_N : N; -fun grit_N : N; -fun grit_V2 : V2; -fun grits_N : N; -fun gritty_A : A; -fun grizzle_V : V; -fun grizzled_A : A; -fun grizzly_N : N; -fun groan_N : N; -fun groan_V : V; -fun groan_V2 : V2; -fun groat_N : N; -fun grocer_N : N; -fun grocery_N : N; -fun grog_N : N; -fun groggy_A : A; -fun groin_N : N; -fun groin_V2 : V2; -fun groningen_PN : PN; -fun groom_N : N; -fun groom_V2 : V2; -fun groove_N : N; -fun groove_V2 : V2; -fun groover_N : N; -fun groovy_A : A; -fun grope_V : V; -fun grope_V2 : V2; -fun gropingly_Adv : Adv; -fun gross_A : A; -fun gross_N : N; -fun gross_V2 : V2; -fun grossly_Adv : Adv; -fun grossness_N : N; -fun grot_N : N; -fun grotesque_A : A; -fun grotesque_N : N; -fun grotesquely_Adv : Adv; -fun grotesqueness_N : N; -fun grotto_N : N; -fun grotty_A : A; -fun grouch_N : N; -fun grouch_V : V; -fun grouchy_A : A; -fun ground_N : N; -fun ground_V : V; -fun ground_V2 : V2; -fun ground_bait_N : N; -fun ground_fish_N : N; -fun ground_plan_N : N; -fun ground_rent_N : N; -fun grounding_N : N; -fun groundless_A : A; -fun groundnut_N : N; -fun groundsel_N : N; -fun groundsheet_N : N; -fun groundsman_N : N; -fun groundwork_N : N; -fun group_N : N; -fun group_V : V; -fun group_V2 : V2; -fun grouping_N : N; -fun grouse_N : N; -fun grouse_V : V; -fun grove_N : N; -fun grovel_V : V; -fun groveller_N : N; -fun grow_V : V; -fun grow_V2 : V2; -fun grower_N : N; -fun growl_N : N; -fun growl_V : V; -fun growl_V2 : V2; -fun growler_N : N; -fun growlingly_Adv : Adv; -fun grown_up_A : A; -fun grown_up_N : N; -fun growth_N : N; -fun groyne_N : N; -fun grub_N : N; -fun grub_V : V; -fun grub_V2 : V2; -fun grubbiness_N : N; -fun grubby_A : A; -fun grudge_N : N; -fun grudge_V2 : V2; -fun grudgingly_Adv : Adv; -fun gruel_N : N; -fun gruelling_A : A; -fun gruesome_A : A; -fun gruesomely_Adv : Adv; -fun gruesomeness_N : N; -fun gruff_A : A; -fun gruffly_Adv : Adv; -fun gruffness_N : N; -fun grumble_N : N; -fun grumble_V : V; -fun grumble_V2 : V2; -fun grumbler_N : N; -fun grumpily_Adv : Adv; -fun grumpiness_N : N; -fun grumpy_A : A; -fun grundyism_N : N; -fun grunt_N : N; -fun grunt_V : V; -fun grunt_V2 : V2; -fun gryphon_N : N; -fun guadalajara_PN : PN; -fun guano_N : N; -fun guarantee_N : N; -fun guarantee_V2 : V2; -fun guarantor_N : N; -fun guaranty_N : N; -fun guard_N : N; -fun guard_V : V; -fun guard_V2 : V2; -fun guard_boat_N : N; -fun guarded_A : A; -fun guardedly_Adv : Adv; -fun guardhouse_N : N; -fun guardian_N : N; -fun guardianship_N : N; -fun guardrail_N : N; -fun guardroom_N : N; -fun guardship_N : N; -fun guardsman_N : N; -fun guatemala_PN : PN; -fun guatemala_city_PN : PN; -fun guatemalan_A : A; -fun guatemalan_N : N; -fun guava_N : N; -fun guayaquil_PN : PN; -fun gudgeon_N : N; -fun guelder_rose_N : N; -fun guerilla_N : N; -fun guerrilla_N : N; -fun guess_N : N; -fun guess_V : V; -fun guess_V2 : V2; -fun guesstimate_N : N; -fun guesswork_N : N; -fun guest_N : N; -fun guest_night_N : N; -fun guesthouse_N : N; -fun guestroom_N : N; -fun guffaw_N : N; -fun guffaw_V : V; -fun guidance_N : N; -fun guide_N : N; -fun guide_V2 : V2; -fun guidebook_N : N; -fun guideline_N : N; -fun guild_N : N; -fun guild_hall_N : N; -fun guilder_N : N; -fun guildford_PN : PN; -fun guildhall_N : N; -fun guile_N : N; -fun guileful_A : A; -fun guileless_A : A; -fun guillemot_N : N; -fun guillotine_N : N; -fun guillotine_V2 : V2; -fun guilt_N : N; -fun guiltily_Adv : Adv; -fun guiltiness_N : N; -fun guiltless_A : A; -fun guilty_A : A; -fun guinea_N : N; -fun guinea_PN : PN; -fun guinea_fowl_N : N; -fun guinea_pig_N : N; -fun guinean_A : A; -fun guinean_N : N; -fun guinness_N : N; -fun guisborough_PN : PN; -fun guise_N : N; -fun guitar_N : N; -fun guitarist_N : N; -fun gulch_N : N; -fun gulden_N : N; -fun gulf_N : N; -fun gull_N : N; -fun gull_V2 : V2; -fun gullet_N : N; -fun gullibility_N : N; -fun gullible_A : A; -fun gully_N : N; -fun gulp_N : N; -fun gulp_V : V; -fun gulp_V2 : V2; -fun gum_N : N; -fun gum_V2 : V2; -fun gumbo_N : N; -fun gumboil_N : N; -fun gumboot_N : N; -fun gummy_A : A; -fun gumption_N : N; -fun gumshoe_N : N; -fun gun_N : N; -fun gun_V2 : V2; -fun gun_carriage_N : N; -fun gunboat_N : N; -fun guncotton_N : N; -fun gundog_N : N; -fun gunfire_N : N; -fun gunman_N : N; -fun gunmetal_N : N; -fun gunner_N : N; -fun gunnery_N : N; -fun gunny_N : N; -fun gunplay_N : N; -fun gunpoint_N : N; -fun gunpowder_N : N; -fun gunroom_N : N; -fun gunrunner_N : N; -fun gunrunning_N : N; -fun gunshot_N : N; -fun gunsmith_N : N; -fun gunwale_N : N; -fun gurgle_N : N; -fun gurgle_V : V; -fun gurkha_N : N; -fun guru_N : N; -fun gush_N : N; -fun gush_V : V; -fun gusher_N : N; -fun gushing_A : A; -fun gushingly_Adv : Adv; -fun gusset_N : N; -fun gusseted_A : A; -fun gust_N : N; -fun gustation_N : N; -fun gusto_N : N; -fun gusty_A : A; -fun gut_N : N; -fun gut_V2 : V2; -fun gutless_A : A; -fun gutta_percha_N : N; -fun gutter_N : N; -fun gutter_V : V; -fun guttersnipe_N : N; -fun guttural_A : A; -fun guttural_N : N; -fun gutturally_Adv : Adv; -fun guvnor_N : N; -fun guy's_PN : PN; -fun guy_N : N; -fun guy_PN : PN; -fun guy_V2 : V2; -fun guyana_PN : PN; -fun guyanese_A : A; -fun guyanese_N : N; -fun guzzle_V : V; -fun guzzle_V2 : V2; -fun guzzler_N : N; -fun gwen_PN : PN; -fun gwendoline_PN : PN; -fun gwent_PN : PN; -fun gwersyllt_PN : PN; -fun gwynedd_PN : PN; -fun gybe_V : V; -fun gybe_V2 : V2; -fun gym_N : N; -fun gymkhana_N : N; -fun gymnasium_N : N; -fun gymnast_N : N; -fun gymnastic_A : A; -fun gymnastics_N : N; -fun gymslip_N : N; -fun gynaecological_A : A; -fun gynaecologist_N : N; -fun gynaecology_N : N; -fun gynecological_A : A; -fun gynecologist_N : N; -fun gyp_N : N; -fun gyp_V2 : V2; -fun gypsum_N : N; -fun gypsy_N : N; -fun gyrate_V : V; -fun gyration_N : N; -fun gyro_N : N; -fun gyroscope_N : N; -fun gyroscopic_A : A; -fun gateau_N : N; -fun h'm_V : V; -fun h_bomb_N : N; -fun ha'p'orth_N : N; -fun ha'penny_N : N; -fun haarlem_PN : PN; -fun habeas_corpus_N : N; -fun haberdasher_N : N; -fun haberdashery_N : N; -fun habit_N : N; -fun habitable_A : A; -fun habitat_N : N; -fun habitation_N : N; -fun habitual_A : A; -fun habitually_Adv : Adv; -fun habituate_V2 : V2; -fun habituation_N : N; -fun habitude_N : N; -fun habitue_N : N; -fun hacienda_N : N; -fun hack_N : N; -fun hack_V : V; -fun hack_V2 : V2; -fun hackney_N : N; -fun hackney_PN : PN; -fun hackneyed_A : A; -fun hacksaw_N : N; -fun haddington_PN : PN; -fun haddock_N : N; -fun hades_PN : PN; -fun hadji_N : N; -fun haematite_N : N; -fun haemoglobin_N : N; -fun haemophilia_N : N; -fun haemophiliac_N : N; -fun haemorrhage_N : N; -fun haft_N : N; -fun hag_N : N; -fun hag_ridden_A : A; -fun hagen_PN : PN; -fun haggard_A : A; -fun haggis_N : N; -fun haggle_V : V; -fun hagiology_N : N; -fun hagley_PN : PN; -fun haha_N : N; -fun hail_N : N; -fun hail_V : V; -fun hail_V2 : V2; -fun hailsham_PN : PN; -fun hailstone_N : N; -fun hailstorm_N : N; -fun haiphong_PN : PN; -fun hair's_breadth_N : N; -fun hair_N : N; -fun hair_breadth_N : N; -fun hair_dye_N : N; -fun hair_oil_N : N; -fun hair_raising_A : A; -fun hair_shirt_N : N; -fun hair_slide_N : N; -fun hair_trigger_N : N; -fun hairbrush_N : N; -fun haircloth_N : N; -fun haircut_N : N; -fun hairdo_N : N; -fun hairdresser_N : N; -fun hairdressing_N : N; -fun hairiness_N : N; -fun hairless_A : A; -fun hairlike_A : A; -fun hairline_N : N; -fun hairnet_N : N; -fun hairpiece_N : N; -fun hairpin_N : N; -fun hairsplitting_A : A; -fun hairsplitting_N : N; -fun hairspring_N : N; -fun hairstyle_N : N; -fun hairstylist_N : N; -fun hairy_A : A; -fun haiti_PN : PN; -fun haitian_A : A; -fun haitian_N : N; -fun hake_N : N; -fun hal_PN : PN; -fun halberd_N : N; -fun halberdier_N : N; -fun halcyon_A : A; -fun hale_A : A; -fun halesowen_PN : PN; -fun half_N : N; -fun half_baked_A : A; -fun half_blood_N : N; -fun half_breed_N : N; -fun half_brother_N : N; -fun half_caste_N : N; -fun half_crazed_A : A; -fun half_crown_N : N; -fun half_hardy_A : A; -fun half_hearted_A : A; -fun half_heartedly_Adv : Adv; -fun half_holiday_N : N; -fun half_hour_N : N; -fun half_hourly_A : A; -fun half_hourly_Adv : Adv; -fun half_length_A : A; -fun half_pay_N : N; -fun half_price_Adv : Adv; -fun half_seas_over_A : A; -fun half_sister_N : N; -fun half_size_A : A; -fun half_timbered_A : A; -fun half_time_N : N; -fun half_track_N : N; -fun half_tracked_A : A; -fun half_truth_N : N; -fun half_volley_N : N; -fun half_yearly_A : A; -fun half_yearly_Adv : Adv; -fun halfback_N : N; -fun halfpenny_N : N; -fun halfpennyworth_N : N; -fun halftone_N : N; -fun halfway_A : A; -fun halfway_Adv : Adv; -fun halfwit_N : N; -fun halfwitted_A : A; -fun halibut_N : N; -fun halifax_PN : PN; -fun halitosis_N : N; -fun hall_N : N; -fun hall_stand_N : N; -fun halle_PN : PN; -fun hallelujah_N : N; -fun halliard_N : N; -fun hallmark_N : N; -fun halloo_N : N; -fun halloo_V : V; -fun hallow_N : N; -fun hallow_V2 : V2; -fun hallowe'en_N : N; -fun hallowe'en_PN : PN; -fun hallucination_N : N; -fun hallucinatory_A : A; -fun hallucinogenic_A : A; -fun halma_N : N; -fun halo_N : N; -fun halstead_PN : PN; -fun halt_A : A; -fun halt_N : N; -fun halt_V : V; -fun halt_V2 : V2; -fun halter_N : N; -fun haltingly_Adv : Adv; -fun halve_V2 : V2; -fun halyard_N : N; -fun ham_N : N; -fun ham_V : V; -fun ham_V2 : V2; -fun ham_fisted_A : A; -fun ham_handed_A : A; -fun hamadryad_N : N; -fun hamburg_PN : PN; -fun hamburger_N : N; -fun hamhung_PN : PN; -fun hamilton_PN : PN; -fun hamlet_N : N; -fun hammer_N : N; -fun hammer_V : V; -fun hammer_V2 : V2; -fun hammersmith_PN : PN; -fun hammock_N : N; -fun hamper_N : N; -fun hamper_V2 : V2; -fun hampreston_PN : PN; -fun hampshire_PN : PN; -fun hamster_N : N; -fun hamstring_N : N; -fun hamstring_V2 : V2; -fun hand_N : N; -fun hand_V2 : V2; -fun hand_barrow_N : N; -fun hand_grenade_N : N; -fun hand_luggage_N : N; -fun hand_me_down_N : N; -fun hand_organ_N : N; -fun hand_out_N : N; -fun hand_picked_A : A; -fun handbag_N : N; -fun handbill_N : N; -fun handbook_N : N; -fun handbrake_N : N; -fun handcart_N : N; -fun handclap_N : N; -fun handcuff_N : N; -fun handcuff_V2 : V2; -fun handful_N : N; -fun handhold_N : N; -fun handicap_N : N; -fun handicap_V2 : V2; -fun handicraft_N : N; -fun handily_Adv : Adv; -fun handiness_N : N; -fun handiwork_N : N; -fun handkerchief_N : N; -fun handle_N : N; -fun handle_V2 : V2; -fun handlebar_N : N; -fun handler_N : N; -fun handmade_A : A; -fun handmaid_N : N; -fun handover_N : N; -fun handrail_N : N; -fun handsaw_N : N; -fun handshake_N : N; -fun handshaking_N : N; -fun handsome_A : A; -fun handsomely_Adv : Adv; -fun handstand_N : N; -fun handwork_N : N; -fun handwriting_N : N; -fun handy_A : A; -fun handyman_N : N; -fun hang_N : N; -fun hang_V : V; -fun hang_V2 : V2; -fun hang_up_N : N; -fun hangar_N : N; -fun hangchon_PN : PN; -fun hangdog_A : A; -fun hanger_N : N; -fun hanger_on_N : N; -fun hanging_N : N; -fun hangman_N : N; -fun hangnail_N : N; -fun hangover_N : N; -fun hank_N : N; -fun hanker_V : V; -fun hankering_N : N; -fun hanky_N : N; -fun hanky_panky_N : N; -fun hanoi_PN : PN; -fun hanover_PN : PN; -fun hansard_N : N; -fun hansom_N : N; -fun hap_N : N; -fun hap_V : V; -fun haphazard_A : A; -fun haphazard_Adv : Adv; -fun haphazardly_Adv : Adv; -fun hapless_A : A; -fun haply_Adv : Adv; -fun happen_V : V; -fun happening_N : N; -fun happily_Adv : Adv; -fun happiness_N : N; -fun happy_A : A; -fun happy_go_lucky_A : A; -fun hara_kiri_N : N; -fun harangue_N : N; -fun harangue_V : V; -fun harangue_V2 : V2; -fun harass_V2 : V2; -fun harassment_N : N; -fun harbin_PN : PN; -fun harbinger_N : N; -fun harbour_N : N; -fun harbour_V : V; -fun harbour_V2 : V2; -fun harbourage_N : N; -fun hard_A : A; -fun hard_Adv : Adv; -fun hard_baked_A : A; -fun hard_bitten_A : A; -fun hard_boiled_A : A; -fun hard_headed_A : A; -fun hardback_N : N; -fun hardbacked_A : A; -fun hardboard_N : N; -fun hardbound_A : A; -fun hardcover_N : N; -fun hardcovered_A : A; -fun harden_V : V; -fun harden_V2 : V2; -fun hardhearted_A : A; -fun hardhitting_A : A; -fun hardihood_N : N; -fun hardiness_N : N; -fun hardliner_N : N; -fun hardly_Adv : Adv; -fun hardness_N : N; -fun hardship_N : N; -fun hardtop_N : N; -fun hardware_N : N; -fun hardwood_N : N; -fun hardworking_A : A; -fun hardy_A : A; -fun hare_N : N; -fun hare_V : V; -fun harebell_N : N; -fun harebrained_A : A; -fun harelip_N : N; -fun harem_N : N; -fun haricot_N : N; -fun haringey_PN : PN; -fun hark_V : V; -fun harlequin_N : N; -fun harlequinade_N : N; -fun harley_street_PN : PN; -fun harlot_N : N; -fun harlow_PN : PN; -fun harm_N : N; -fun harm_V2 : V2; -fun harmattan_N : N; -fun harmful_A : A; -fun harmfully_Adv : Adv; -fun harmless_A : A; -fun harmlessly_Adv : Adv; -fun harmonic_N : N; -fun harmonica_N : N; -fun harmonious_A : A; -fun harmoniously_Adv : Adv; -fun harmonium_N : N; -fun harmonization_N : N; -fun harmonize_V : V; -fun harmonize_V2 : V2; -fun harmony_N : N; -fun harness_N : N; -fun harness_V2 : V2; -fun harold_PN : PN; -fun harp_N : N; -fun harp_V : V; -fun harpenden_PN : PN; -fun harper_N : N; -fun harpist_N : N; -fun harpoon_N : N; -fun harpoon_V2 : V2; -fun harpsichord_N : N; -fun harpsichordist_N : N; -fun harpy_N : N; -fun harridan_N : N; -fun harrier_N : N; -fun harriet_PN : PN; -fun harrogate_PN : PN; -fun harrow_N : N; -fun harrow_PN : PN; -fun harrow_V2 : V2; -fun harry_PN : PN; -fun harry_V2 : V2; -fun harsh_A : A; -fun harshly_Adv : Adv; -fun harshness_N : N; -fun hart_N : N; -fun hartlepool_PN : PN; -fun hartley_PN : PN; -fun harum_scarum_A : A; -fun harum_scarum_N : N; -fun harvest_N : N; -fun harvest_V2 : V2; -fun harvester_N : N; -fun harvey_PN : PN; -fun harwich_PN : PN; -fun harwood_PN : PN; -fun harworth_PN : PN; -fun has_been_N : N; -fun hash_N : N; -fun hash_V2 : V2; -fun hashish_N : N; -fun haslemere_PN : PN; -fun haslingden_PN : PN; -fun hasp_N : N; -fun hassle_N : N; -fun hassle_V : V; -fun hassle_V2 : V2; -fun hassock_N : N; -fun haste_N : N; -fun hasten_V : V; -fun hasten_V2 : V2; -fun hastily_Adv : Adv; -fun hastiness_N : N; -fun hastings_PN : PN; -fun hasty_A : A; -fun hat_N : N; -fun hatband_N : N; -fun hatch_N : N; -fun hatch_V : V; -fun hatch_V2 : V2; -fun hatchery_N : N; -fun hatchet_N : N; -fun hatching_N : N; -fun hatchway_N : N; -fun hate_N : N; -fun hate_V2 : V2; -fun hateful_A : A; -fun hatefully_Adv : Adv; -fun hatfield_PN : PN; -fun hatful_N : N; -fun hatless_A : A; -fun hatpin_N : N; -fun hatred_N : N; -fun hatter_N : N; -fun hauberk_N : N; -fun haughtily_Adv : Adv; -fun haughtiness_N : N; -fun haughty_A : A; -fun haul_N : N; -fun haul_V : V; -fun haul_V2 : V2; -fun haulage_N : N; -fun haulier_N : N; -fun haulm_N : N; -fun haunch_N : N; -fun haunt_N : N; -fun haunt_V2 : V2; -fun hautboy_N : N; -fun hauteur_N : N; -fun havana_N : N; -fun havana_PN : PN; -fun have_V : V; -fun have_V2 : V2; -fun haven_N : N; -fun haverfordwest_PN : PN; -fun haverhill_PN : PN; -fun havering_PN : PN; -fun haversack_N : N; -fun havoc_N : N; -fun haw_N : N; -fun haw_V : V; -fun haw_haw_N : N; -fun hawaii_PN : PN; -fun hawick_PN : PN; -fun hawk_N : N; -fun hawk_V2 : V2; -fun hawk_eyed_A : A; -fun hawke's_bay_PN : PN; -fun hawker_N : N; -fun hawser_N : N; -fun hawthorn_N : N; -fun hay_N : N; -fun haycock_N : N; -fun hayfork_N : N; -fun hayling_PN : PN; -fun haymaker_N : N; -fun haymaking_N : N; -fun hayrick_N : N; -fun haystack_N : N; -fun haywards_heath_PN : PN; -fun haywire_A : A; -fun haywire_N : N; -fun hazard_N : N; -fun hazard_V2 : V2; -fun hazardous_A : A; -fun haze_N : N; -fun haze_V2 : V2; -fun hazel_N : N; -fun hazel_PN : PN; -fun hazily_Adv : Adv; -fun haziness_N : N; -fun hazy_A : A; -fun he_goat_N : N; -fun he_man_N : N; -fun head_N : N; -fun head_V : V; -fun head_V2 : V2; -fun head_hunter_N : N; -fun head_on_A : A; -fun head_on_Adv : Adv; -fun headache_N : N; -fun headband_N : N; -fun headdress_N : N; -fun headed_A : A; -fun header_N : N; -fun headgear_N : N; -fun heading_N : N; -fun headlamp_N : N; -fun headland_N : N; -fun headless_A : A; -fun headlight_N : N; -fun headline_N : N; -fun headlong_A : A; -fun headlong_Adv : Adv; -fun headman_N : N; -fun headmaster_N : N; -fun headmistress_N : N; -fun headpiece_N : N; -fun headrest_N : N; -fun headroom_N : N; -fun headset_N : N; -fun headship_N : N; -fun headstall_N : N; -fun headstone_N : N; -fun headstrong_A : A; -fun headway_N : N; -fun headwind_N : N; -fun headword_N : N; -fun heady_A : A; -fun heal_V : V; -fun heal_V2 : V2; -fun healer_N : N; -fun healing_A : A; -fun health_N : N; -fun healthful_A : A; -fun healthily_Adv : Adv; -fun healthy_A : A; -fun heanor_PN : PN; -fun heap_N : N; -fun heap_V2 : V2; -fun heaps_Adv : Adv; -fun hear_V : V; -fun hear_V2 : V2; -fun hearer_N : N; -fun hearing_N : N; -fun hearing_aid_N : N; -fun hearken_V : V; -fun hearsay_N : N; -fun hearse_N : N; -fun heart's_ease_N : N; -fun heart_N : N; -fun heart_disease_N : N; -fun heart_failure_N : N; -fun heart_rending_A : A; -fun heartache_N : N; -fun heartbeat_N : N; -fun heartbreak_N : N; -fun heartbreaking_A : A; -fun heartbroken_A : A; -fun heartburn_N : N; -fun heartburning_N : N; -fun hearted_A : A; -fun hearten_V2 : V2; -fun heartfelt_A : A; -fun hearth_N : N; -fun hearthrug_N : N; -fun heartily_Adv : Adv; -fun heartless_A : A; -fun heartlessly_Adv : Adv; -fun heartlessness_N : N; -fun heartsick_A : A; -fun hearty_A : A; -fun heat_N : N; -fun heat_V : V; -fun heat_V2 : V2; -fun heat_flash_N : N; -fun heated_A : A; -fun heatedly_Adv : Adv; -fun heater_N : N; -fun heath_N : N; -fun heathen_N : N; -fun heathenish_A : A; -fun heather_N : N; -fun heather_PN : PN; -fun heather_mixture_N : N; -fun heating_N : N; -fun heatspot_N : N; -fun heatstroke_N : N; -fun heatwave_N : N; -fun heave_N : N; -fun heave_V : V; -fun heave_V2 : V2; -fun heaven_N : N; -fun heavenly_A : A; -fun heavensent_A : A; -fun heavenward_A : A; -fun heavenward_Adv : Adv; -fun heavenwards_A : A; -fun heavenwards_Adv : Adv; -fun heavily_Adv : Adv; -fun heaviness_N : N; -fun heaviside_PN : PN; -fun heavy_A : A; -fun heavy_Adv : Adv; -fun heavy_handed_A : A; -fun heavy_hearted_A : A; -fun heavy_laden_A : A; -fun heavyweight_N : N; -fun hebden_royal_PN : PN; -fun hebdomadal_A : A; -fun hebraic_A : A; -fun hebrew_A : A; -fun hebrew_N : N; -fun hecatomb_N : N; -fun heck_N : N; -fun heckle_V2 : V2; -fun heckler_N : N; -fun hectare_N : N; -fun hectic_A : A; -fun hector_V : V; -fun hector_V2 : V2; -fun hedge_N : N; -fun hedge_V : V; -fun hedge_V2 : V2; -fun hedge_end_PN : PN; -fun hedge_sparrow_N : N; -fun hedgehog_N : N; -fun hedgehop_V : V; -fun hedgerow_N : N; -fun hedonism_N : N; -fun hedonist_N : N; -fun hedonistic_A : A; -fun heed_N : N; -fun heed_V2 : V2; -fun heedful_A : A; -fun heedless_A : A; -fun heehaw_N : N; -fun heel_N : N; -fun heel_V : V; -fun heel_V2 : V2; -fun hefty_A : A; -fun hegemony_N : N; -fun hegira_N : N; -fun heidelburg_PN : PN; -fun heifer_N : N; -fun height_N : N; -fun heighten_V : V; -fun heighten_V2 : V2; -fun heinous_A : A; -fun heinously_Adv : Adv; -fun heinousness_N : N; -fun heir_N : N; -fun heiress_N : N; -fun heirloom_N : N; -fun hejira_N : N; -fun helen_PN : PN; -fun helensburgh_PN : PN; -fun helicopter_N : N; -fun heliograph_N : N; -fun heliograph_V2 : V2; -fun heliotrope_N : N; -fun heliport_N : N; -fun helium_N : N; -fun hell_N : N; -fun hellcat_N : N; -fun hellene_N : N; -fun hellenic_A : A; -fun hellish_A : A; -fun helm_N : N; -fun helmet_N : N; -fun helmeted_A : A; -fun helmsman_N : N; -fun helot_N : N; -fun help_N : N; -fun help_V : V; -fun help_V2 : V2; -fun helper_N : N; -fun helpful_A : A; -fun helpfully_Adv : Adv; -fun helpfulness_N : N; -fun helping_N : N; -fun helpless_A : A; -fun helplessly_Adv : Adv; -fun helplessness_N : N; -fun helpmate_N : N; -fun helpmeet_N : N; -fun helsinki_PN : PN; -fun helston_PN : PN; -fun helter_skelter_Adv : Adv; -fun helter_skelter_N : N; -fun helve_N : N; -fun hem_N : N; -fun hem_V : V; -fun hem_V2 : V2; -fun hematite_N : N; -fun hemel_hempstead_PN : PN; -fun hemisphere_N : N; -fun hemline_N : N; -fun hemlock_N : N; -fun hemming_stitch_N : N; -fun hemoglobin_N : N; -fun hemophilia_N : N; -fun hemophiliac_N : N; -fun hemorrhage_N : N; -fun hemp_N : N; -fun hempen_A : A; -fun hemstitch_N : N; -fun hemstitch_V2 : V2; -fun hemsworth_PN : PN; -fun hen_N : N; -fun hen_party_N : N; -fun henbane_N : N; -fun hence_Adv : Adv; -fun henceforth_Adv : Adv; -fun henceforward_Adv : Adv; -fun henchman_N : N; -fun hencoop_N : N; -fun henhouse_N : N; -fun henley_on_thames_PN : PN; -fun henna_N : N; -fun hennaed_A : A; -fun henpecked_A : A; -fun henroost_N : N; -fun henry_PN : PN; -fun hep_A : A; -fun hepatitis_N : N; -fun heptagon_N : N; -fun her_A : A; -fun herald_N : N; -fun herald_V2 : V2; -fun heraldic_A : A; -fun heraldry_N : N; -fun herb_N : N; -fun herb_PN : PN; -fun herbaceous_A : A; -fun herbage_N : N; -fun herbal_A : A; -fun herbalist_N : N; -fun herbert_PN : PN; -fun herbivorous_A : A; -fun herculean_A : A; -fun herd_N : N; -fun herd_V : V; -fun herd_V2 : V2; -fun herdsman_N : N; -fun here_Adv : Adv; -fun hereabouts_Adv : Adv; -fun hereafter_Adv : Adv; -fun hereafter_N : N; -fun hereby_Adv : Adv; -fun hereditament_N : N; -fun hereditary_A : A; -fun heredity_N : N; -fun hereford_PN : PN; -fun herein_Adv : Adv; -fun hereinafter_Adv : Adv; -fun hereinbefore_Adv : Adv; -fun hereof_Adv : Adv; -fun heresy_N : N; -fun heretic_N : N; -fun heretical_A : A; -fun hereto_Adv : Adv; -fun heretofore_Adv : Adv; -fun hereupon_Adv : Adv; -fun herewith_Adv : Adv; -fun heritable_A : A; -fun heritage_N : N; -fun hermaphrodite_N : N; -fun hermetic_A : A; -fun hermetically_Adv : Adv; -fun hermit_N : N; -fun hermitage_N : N; -fun herne_PN : PN; -fun herne_bay_PN : PN; -fun hernia_N : N; -fun hero_N : N; -fun heroic_A : A; -fun heroically_Adv : Adv; -fun heroics_N : N; -fun heroin_N : N; -fun heroine_N : N; -fun heroism_N : N; -fun heron_N : N; -fun heronry_N : N; -fun herr_N : N; -fun herring_N : N; -fun herringbone_N : N; -fun hertford_PN : PN; -fun hertfordshire_PN : PN; -fun hertz_N : N; -fun hertzian_A : A; -fun hesitance_N : N; -fun hesitancy_N : N; -fun hesitant_A : A; -fun hesitantly_Adv : Adv; -fun hesitate_V : V; -fun hesitatingly_Adv : Adv; -fun hesitation_N : N; -fun hessian_N : N; -fun het_up_A : A; -fun heterodox_A : A; -fun heterodoxy_N : N; -fun heterogeneous_A : A; -fun heterosexual_A : A; -fun heterosexual_N : N; -fun heterosexuality_N : N; -fun hetton_PN : PN; -fun heuristic_A : A; -fun heuristics_N : N; -fun hew_V : V; -fun hew_V2 : V2; -fun hewer_N : N; -fun hexagon_N : N; -fun hexagonal_A : A; -fun hexameter_N : N; -fun hexham_PN : PN; -fun heyday_N : N; -fun heysham_PN : PN; -fun heywood_PN : PN; -fun hi_fi_A : A; -fun hi_fi_N : N; -fun hiatus_N : N; -fun hibernate_V : V; -fun hibernation_N : N; -fun hibiscus_N : N; -fun hiccough_N : N; -fun hiccough_V : V; -fun hiccup_N : N; -fun hiccup_V : V; -fun hick_A : A; -fun hick_N : N; -fun hickory_N : N; -fun hide_N : N; -fun hide_V : V; -fun hide_V2 : V2; -fun hide_and_seek_N : N; -fun hide_out_N : N; -fun hideaway_N : N; -fun hidebound_A : A; -fun hideous_A : A; -fun hideously_Adv : Adv; -fun hiding_N : N; -fun hiding_place_N : N; -fun hie_V : V; -fun hierarchic_A : A; -fun hierarchical_A : A; -fun hierarchy_N : N; -fun hieroglyph_N : N; -fun hieroglyphic_A : A; -fun hieroglyphics_N : N; -fun higgledy_piggledy_A : A; -fun higgledy_piggledy_Adv : Adv; -fun high_A : A; -fun high_Adv : Adv; -fun high_class_A : A; -fun high_falutin_A : A; -fun high_fidelity_A : A; -fun high_fidelity_N : N; -fun high_frequency_N : N; -fun high_grade_A : A; -fun high_handed_A : A; -fun high_handedly_Adv : Adv; -fun high_keyed_A : A; -fun high_level_A : A; -fun high_minded_A : A; -fun high_mindedly_Adv : Adv; -fun high_mindedness_N : N; -fun high_necked_A : A; -fun high_octane_A : A; -fun high_pitched_A : A; -fun high_powered_A : A; -fun high_pressure_N : N; -fun high_priced_A : A; -fun high_principled_A : A; -fun high_ranking_A : A; -fun high_rise_A : A; -fun high_sounding_A : A; -fun high_speed_A : A; -fun high_spen_PN : PN; -fun high_spirited_A : A; -fun high_tension_A : A; -fun high_toned_A : A; -fun high_up_N : N; -fun high_wycombe_PN : PN; -fun highball_N : N; -fun highborn_A : A; -fun highboy_N : N; -fun highbrow_A : A; -fun highbrow_N : N; -fun highflier_N : N; -fun highflown_A : A; -fun highflyer_N : N; -fun highflying_A : A; -fun highjack_N : N; -fun highjack_V2 : V2; -fun highland_N : N; -fun highland_PN : PN; -fun highlander_N : N; -fun highlight_N : N; -fun highlight_V2 : V2; -fun highly_Adv : Adv; -fun highness_N : N; -fun highroad_N : N; -fun highway_N : N; -fun highwayman_N : N; -fun hijack_N : N; -fun hijack_V2 : V2; -fun hijacker_N : N; -fun hike_N : N; -fun hike_V : V; -fun hiker_N : N; -fun hilarious_A : A; -fun hilariously_Adv : Adv; -fun hilarity_N : N; -fun hilary_PN : PN; -fun hilda_PN : PN; -fun hill_N : N; -fun hill_billy_N : N; -fun hillingdon_PN : PN; -fun hillock_N : N; -fun hillside_N : N; -fun hilly_A : A; -fun hilt_N : N; -fun hinckley_PN : PN; -fun hind_A : A; -fun hind_N : N; -fun hinder_V2 : V2; -fun hindi_A : A; -fun hindi_N : N; -fun hindmost_A : A; -fun hindrance_N : N; -fun hindsight_N : N; -fun hindu_A : A; -fun hindu_N : N; -fun hinduism_N : N; -fun hindustani_A : A; -fun hindustani_N : N; -fun hinge_N : N; -fun hinge_V : V; -fun hinge_V2 : V2; -fun hint_N : N; -fun hint_V : V; -fun hint_V2 : V2; -fun hinterland_N : N; -fun hip_A : A; -fun hip_N : N; -fun hip_bath_N : N; -fun hip_flask_N : N; -fun hip_pocket_N : N; -fun hippie_N : N; -fun hippo_N : N; -fun hippocratic_A : A; -fun hippodrome_N : N; -fun hippopotamus_N : N; -fun hippy_N : N; -fun hire_N : N; -fun hire_V2 : V2; -fun hireling_N : N; -fun hiroshima_PN : PN; -fun hirsute_A : A; -fun his_A : A; -fun hiss_N : N; -fun hiss_V : V; -fun hiss_V2 : V2; -fun histogram_N : N; -fun historian_N : N; -fun historic_A : A; -fun historical_A : A; -fun historically_Adv : Adv; -fun history_N : N; -fun histrionic_A : A; -fun histrionics_N : N; -fun hit_N : N; -fun hit_V : V; -fun hit_V2 : V2; -fun hit_and_run_A : A; -fun hitch_N : N; -fun hitch_V : V; -fun hitch_V2 : V2; -fun hitchhike_V : V; -fun hitchhiker_N : N; -fun hitchin_PN : PN; -fun hither_Adv : Adv; -fun hitherto_Adv : Adv; -fun hive_N : N; -fun hive_V : V; -fun hive_V2 : V2; -fun hm_PN : PN; -fun hmso_PN : PN; -fun hoar_A : A; -fun hoard_N : N; -fun hoard_V : V; -fun hoard_V2 : V2; -fun hoarder_N : N; -fun hoarding_N : N; -fun hoarfrost_N : N; -fun hoariness_N : N; -fun hoarse_A : A; -fun hoarsely_Adv : Adv; -fun hoarseness_N : N; -fun hoary_A : A; -fun hoax_N : N; -fun hoax_V2 : V2; -fun hoaxer_N : N; -fun hob_N : N; -fun hobble_N : N; -fun hobble_V : V; -fun hobble_V2 : V2; -fun hobble_skirt_N : N; -fun hobbledehoy_N : N; -fun hobby_N : N; -fun hobbyhorse_N : N; -fun hobgoblin_N : N; -fun hobnail_N : N; -fun hobnailed_A : A; -fun hobnob_V : V; -fun hobo_N : N; -fun hobson_PN : PN; -fun hock_N : N; -fun hock_V2 : V2; -fun hockey_N : N; -fun hockley_PN : PN; -fun hocus_pocus_N : N; -fun hod_N : N; -fun hoddesdon_PN : PN; -fun hodgepodge_N : N; -fun hoe_N : N; -fun hoe_V : V; -fun hoe_V2 : V2; -fun hofei_PN : PN; -fun hog_N : N; -fun hog_V2 : V2; -fun hoggish_A : A; -fun hogmanay_N : N; -fun hogmanay_PN : PN; -fun hogshead_N : N; -fun hogwash_N : N; -fun hoist_N : N; -fun hoist_V2 : V2; -fun hoity_toity_A : A; -fun hold_N : N; -fun hold_V : V; -fun hold_V2 : V2; -fun hold_up_N : N; -fun holdall_N : N; -fun holder_N : N; -fun holding_N : N; -fun holdup_N : N; -fun hole_N : N; -fun hole_V : V; -fun hole_V2 : V2; -fun hole_and_corner_A : A; -fun holiday_N : N; -fun holiday_V : V; -fun holiday_maker_N : N; -fun holiness_N : N; -fun holland_PN : PN; -fun hollander_A : A; -fun hollander_N : N; -fun holler_V : V; -fun holler_V2 : V2; -fun holloa_N : N; -fun hollow_A : A; -fun hollow_N : N; -fun hollow_V2 : V2; -fun holly_N : N; -fun hollyhock_N : N; -fun hollywood_PN : PN; -fun holm_oak_N : N; -fun holmfirth_PN : PN; -fun holocaust_N : N; -fun holograph_N : N; -fun holster_N : N; -fun holy_A : A; -fun holy_N : N; -fun holyhead_PN : PN; -fun holystone_N : N; -fun holystone_V2 : V2; -fun homage_N : N; -fun home_Adv : Adv; -fun home_N : N; -fun home_baked_A : A; -fun home_brewed_A : A; -fun home_cured_A : A; -fun home_farm_N : N; -fun home_grown_A : A; -fun home_made_A : A; -fun homecoming_N : N; -fun homeland_N : N; -fun homeless_A : A; -fun homelike_A : A; -fun homeliness_N : N; -fun homely_A : A; -fun homeopath_N : N; -fun homeopathic_A : A; -fun homeric_A : A; -fun homesick_A : A; -fun homesickness_N : N; -fun homespun_A : A; -fun homespun_N : N; -fun homestead_N : N; -fun homeward_A : A; -fun homeward_Adv : Adv; -fun homewards_Adv : Adv; -fun homework_N : N; -fun homey_A : A; -fun homicidal_A : A; -fun homicide_N : N; -fun homiletic_A : A; -fun homiletics_N : N; -fun homily_N : N; -fun homing_A : A; -fun hominy_N : N; -fun homo_N : N; -fun homo_sapiens_N : N; -fun homoeopath_N : N; -fun homoeopathy_N : N; -fun homogeneity_N : N; -fun homogeneous_A : A; -fun homogenize_V2 : V2; -fun homograph_N : N; -fun homonym_N : N; -fun homophone_N : N; -fun homosexual_A : A; -fun homosexual_N : N; -fun homosexuality_N : N; -fun hon_PN : PN; -fun honduran_A : A; -fun honduran_N : N; -fun honduras_PN : PN; -fun hone_N : N; -fun hone_V2 : V2; -fun honest_A : A; -fun honestly_Adv : Adv; -fun honesty_N : N; -fun honey_N : N; -fun honeybee_N : N; -fun honeycomb_N : N; -fun honeycomb_V2 : V2; -fun honeydew_N : N; -fun honeyed_A : A; -fun honeymoon_N : N; -fun honeymoon_V : V; -fun honeysuckle_N : N; -fun hong_kong_PN : PN; -fun honiton_PN : PN; -fun honk_N : N; -fun honk_V : V; -fun honorarium_N : N; -fun honorary_A : A; -fun honorific_A : A; -fun honorific_N : N; -fun honour_N : N; -fun honour_V2 : V2; -fun honourable_A : A; -fun honourably_Adv : Adv; -fun hoo_PN : PN; -fun hooch_N : N; -fun hood_N : N; -fun hood_V2 : V2; -fun hoodlum_N : N; -fun hoodoo_N : N; -fun hoodoo_V2 : V2; -fun hoodwink_V2 : V2; -fun hooey_N : N; -fun hoof_N : N; -fun hook_N : N; -fun hook_V : V; -fun hook_V2 : V2; -fun hook_nosed_A : A; -fun hook_up_N : N; -fun hookah_N : N; -fun hooked_A : A; -fun hooker_N : N; -fun hookworm_N : N; -fun hooky_N : N; -fun hooligan_N : N; -fun hooliganism_N : N; -fun hoop_N : N; -fun hoop_V2 : V2; -fun hoop_la_N : N; -fun hoot_N : N; -fun hoot_V : V; -fun hoot_V2 : V2; -fun hooter_N : N; -fun hoover_N : N; -fun hoover_V2 : V2; -fun hop_N : N; -fun hop_V : V; -fun hop_V2 : V2; -fun hop_field_N : N; -fun hop_garden_N : N; -fun hop_picker_N : N; -fun hop_pole_N : N; -fun hope_N : N; -fun hope_PN : PN; -fun hope_V : V; -fun hope_V2 : V2; -fun hopeful_A : A; -fun hopefully_Adv : Adv; -fun hopefulness_N : N; -fun hopeless_A : A; -fun hopelessly_Adv : Adv; -fun hopelessness_N : N; -fun hopped_up_A : A; -fun hopper_N : N; -fun hopscotch_N : N; -fun horace_PN : PN; -fun horde_N : N; -fun horizon_N : N; -fun horizontal_A : A; -fun horizontally_Adv : Adv; -fun horley_PN : PN; -fun hormone_N : N; -fun horn_N : N; -fun horn_V : V; -fun horn_rimmed_A : A; -fun hornbeam_N : N; -fun hornbill_N : N; -fun horned_A : A; -fun hornet_N : N; -fun hornless_A : A; -fun hornlike_A : A; -fun hornpipe_N : N; -fun hornsea_PN : PN; -fun horny_A : A; -fun horology_N : N; -fun horoscope_N : N; -fun horrible_A : A; -fun horribly_Adv : Adv; -fun horrid_A : A; -fun horridly_Adv : Adv; -fun horridness_N : N; -fun horrific_A : A; -fun horrify_V2 : V2; -fun horrifyingly_Adv : Adv; -fun horror_N : N; -fun horror_stricken_A : A; -fun horror_struck_A : A; -fun hors_de_combat_A : A; -fun horse_N : N; -fun horse_chestnut_N : N; -fun horse_laugh_N : N; -fun horse_pond_N : N; -fun horse_sense_N : N; -fun horseback_N : N; -fun horsebox_N : N; -fun horseflesh_N : N; -fun horsefly_N : N; -fun horsehair_N : N; -fun horseman_N : N; -fun horsemanship_N : N; -fun horsemeat_N : N; -fun horseplay_N : N; -fun horsepower_N : N; -fun horserace_N : N; -fun horseracing_N : N; -fun horseradish_N : N; -fun horseshoe_N : N; -fun horsewhip_N : N; -fun horsewhip_V2 : V2; -fun horsewoman_N : N; -fun horsham_PN : PN; -fun horsley_PN : PN; -fun horsy_A : A; -fun hortative_A : A; -fun horticultural_A : A; -fun horticulture_N : N; -fun horticulturist_N : N; -fun horwich_PN : PN; -fun hosanna_N : N; -fun hose_N : N; -fun hose_V2 : V2; -fun hosepipe_N : N; -fun hosier_N : N; -fun hosiery_N : N; -fun hosp_PN : PN; -fun hospice_N : N; -fun hospitable_A : A; -fun hospitably_Adv : Adv; -fun hospital_N : N; -fun hospitality_N : N; -fun hospitalization_N : N; -fun hospitalize_V2 : V2; -fun host_N : N; -fun host_V2 : V2; -fun hostage_N : N; -fun hostel_N : N; -fun hosteller_N : N; -fun hostelry_N : N; -fun hostess_N : N; -fun hostile_A : A; -fun hostilely_Adv : Adv; -fun hostility_N : N; -fun hot_A : A; -fun hot_V : V; -fun hot_V2 : V2; -fun hot_blooded_A : A; -fun hot_headed_A : A; -fun hot_tempered_A : A; -fun hot_water_bottle_N : N; -fun hotbed_N : N; -fun hotchpotch_N : N; -fun hotel_N : N; -fun hotelier_N : N; -fun hotfoot_Adv : Adv; -fun hotfoot_V : V; -fun hothead_N : N; -fun hothouse_N : N; -fun hotly_Adv : Adv; -fun hotplate_N : N; -fun houghton_PN : PN; -fun hound_N : N; -fun hound_V2 : V2; -fun hounslow_PN : PN; -fun hour_N : N; -fun hourglass_N : N; -fun houri_N : N; -fun hourly_A : A; -fun hourly_Adv : Adv; -fun house_N : N; -fun house_V2 : V2; -fun house_party_N : N; -fun house_warming_N : N; -fun houseboat_N : N; -fun housebound_A : A; -fun housebreaker_N : N; -fun housecoat_N : N; -fun housecraft_N : N; -fun housedog_N : N; -fun housefather_N : N; -fun housefly_N : N; -fun houseful_N : N; -fun household_N : N; -fun householder_N : N; -fun housekeeper_N : N; -fun housemaid_N : N; -fun houseman_N : N; -fun housemaster_N : N; -fun housemother_N : N; -fun houseproud_A : A; -fun houseroom_N : N; -fun housetop_N : N; -fun housetrained_A : A; -fun housewife_N : N; -fun housewifely_A : A; -fun housewifery_N : N; -fun housework_N : N; -fun housewrecker_N : N; -fun housing_N : N; -fun houston_PN : PN; -fun hove_PN : PN; -fun hovel_N : N; -fun hover_V : V; -fun hovercraft_N : N; -fun how_Adv : Adv; -fun how_d'ye_do_N : N; -fun howard_PN : PN; -fun howdah_N : N; -fun however_Adv : Adv; -fun howitzer_N : N; -fun howl_N : N; -fun howl_V : V; -fun howl_V2 : V2; -fun howler_N : N; -fun howling_A : A; -fun hoyden_N : N; -fun hoydenish_A : A; -fun hoylake_PN : PN; -fun hoyland_nether_PN : PN; -fun hp_N : N; -fun hq_PN : PN; -fun hrh_PN : PN; -fun hub_N : N; -fun hubble_bubble_N : N; -fun hubbub_N : N; -fun hubby_N : N; -fun hubert_PN : PN; -fun hubris_N : N; -fun huckaback_N : N; -fun huckleberry_N : N; -fun hucknall_PN : PN; -fun huckster_N : N; -fun huddersfield_PN : PN; -fun huddle_N : N; -fun huddle_V : V; -fun huddle_V2 : V2; -fun hue_N : N; -fun hued_A : A; -fun huff_N : N; -fun huff_V : V; -fun huffily_Adv : Adv; -fun huffish_A : A; -fun huffy_A : A; -fun hug_N : N; -fun hug_V2 : V2; -fun huge_A : A; -fun hugely_Adv : Adv; -fun hugger_mugger_A : A; -fun hugger_mugger_Adv : Adv; -fun hugger_mugger_N : N; -fun hugh_PN : PN; -fun hughie_PN : PN; -fun huguenot_N : N; -fun huhehot_PN : PN; -fun hula_N : N; -fun hulk_N : N; -fun hulking_A : A; -fun hull_N : N; -fun hull_V2 : V2; -fun hullabaloo_N : N; -fun hum_N : N; -fun hum_V : V; -fun hum_V2 : V2; -fun human_A : A; -fun human_N : N; -fun humane_A : A; -fun humanely_Adv : Adv; -fun humanism_N : N; -fun humanist_N : N; -fun humanitarian_A : A; -fun humanitarian_N : N; -fun humanitarianism_N : N; -fun humanity_N : N; -fun humanize_V : V; -fun humanize_V2 : V2; -fun humankind_N : N; -fun humanly_Adv : Adv; -fun humberside_PN : PN; -fun humberston_PN : PN; -fun humble_A : A; -fun humble_V2 : V2; -fun humbly_Adv : Adv; -fun humbug_N : N; -fun humbug_V2 : V2; -fun humdinger_N : N; -fun humdrum_A : A; -fun humerus_N : N; -fun humid_A : A; -fun humidify_V2 : V2; -fun humidity_N : N; -fun humiliate_V2 : V2; -fun humiliation_N : N; -fun humility_N : N; -fun humming_top_N : N; -fun hummingbird_N : N; -fun hummock_N : N; -fun humorist_N : N; -fun humorous_A : A; -fun humorously_Adv : Adv; -fun humour_N : N; -fun humour_V2 : V2; -fun humourist_N : N; -fun humourless_A : A; -fun hump_N : N; -fun hump_V2 : V2; -fun humpback_N : N; -fun humpbacked_A : A; -fun humphrey_PN : PN; -fun humus_N : N; -fun hun_N : N; -fun hunch_N : N; -fun hunch_V2 : V2; -fun hunchback_A : A; -fun hunchback_N : N; -fun hunchbacked_A : A; -fun hundred_A : A; -fun hundred_N : N; -fun hundredfold_Adv : Adv; -fun hundredth_A : A; -fun hundredth_N : N; -fun hundredweight_N : N; -fun hungarian_A : A; -fun hungarian_N : N; -fun hungary_PN : PN; -fun hunger_N : N; -fun hunger_V : V; -fun hunger_march_N : N; -fun hunger_marcher_N : N; -fun hungrily_Adv : Adv; -fun hungry_A : A; -fun hunk_N : N; -fun hunt_N : N; -fun hunt_V : V; -fun hunt_V2 : V2; -fun hunter_N : N; -fun hunting_N : N; -fun hunting_crop_N : N; -fun huntingdon_PN : PN; -fun huntress_N : N; -fun huntsman_N : N; -fun hurdle_N : N; -fun hurdle_V : V; -fun hurdle_V2 : V2; -fun hurdler_N : N; -fun hurdy_gurdy_N : N; -fun hurl_N : N; -fun hurl_V2 : V2; -fun hurling_N : N; -fun hurly_burly_N : N; -fun hurrah_V : V; -fun hurricane_N : N; -fun hurried_A : A; -fun hurriedly_Adv : Adv; -fun hurry_N : N; -fun hurry_V : V; -fun hurry_V2 : V2; -fun hurstpierpoint_PN : PN; -fun hurt_N : N; -fun hurt_V : V; -fun hurt_V2 : V2; -fun hurtful_A : A; -fun hurtle_V : V; -fun husband_N : N; -fun husband_V2 : V2; -fun husbandman_N : N; -fun husbandry_N : N; -fun hush_N : N; -fun hush_V : V; -fun hush_V2 : V2; -fun hush_hush_A : A; -fun hush_money_N : N; -fun husk_N : N; -fun husk_V2 : V2; -fun huskily_Adv : Adv; -fun huskiness_N : N; -fun husky_A : A; -fun husky_N : N; -fun hussar_N : N; -fun hussy_N : N; -fun hustle_N : N; -fun hustle_V : V; -fun hustle_V2 : V2; -fun hustler_N : N; -fun hut_N : N; -fun hutch_N : N; -fun hutment_N : N; -fun hutted_A : A; -fun hwainan_PN : PN; -fun hyacinth_N : N; -fun hyaena_N : N; -fun hybrid_A : A; -fun hybrid_N : N; -fun hybridize_V : V; -fun hybridize_V2 : V2; -fun hyde_PN : PN; -fun hyderabad_PN : PN; -fun hydra_N : N; -fun hydrangea_N : N; -fun hydrant_N : N; -fun hydrate_N : N; -fun hydrate_V : V; -fun hydrate_V2 : V2; -fun hydraulic_A : A; -fun hydraulicly_Adv : Adv; -fun hydraulics_N : N; -fun hydrocarbon_N : N; -fun hydrochloric_A : A; -fun hydroelectric_A : A; -fun hydrofoil_N : N; -fun hydrogen_N : N; -fun hydropathic_A : A; -fun hydropathy_N : N; -fun hydrophobia_N : N; -fun hydroplane_N : N; -fun hydroponics_N : N; -fun hyena_N : N; -fun hygiene_N : N; -fun hygienic_A : A; -fun hygienically_Adv : Adv; -fun hymen_N : N; -fun hymn_N : N; -fun hymn_V2 : V2; -fun hymnal_N : N; -fun hyperbola_N : N; -fun hyperbole_N : N; -fun hyperbolic_A : A; -fun hypercritical_A : A; -fun hypermarket_N : N; -fun hypersensitive_A : A; -fun hyphen_N : N; -fun hyphen_V2 : V2; -fun hyphenate_V2 : V2; -fun hypnosis_N : N; -fun hypnotic_A : A; -fun hypnotism_N : N; -fun hypnotist_N : N; -fun hypnotize_V2 : V2; -fun hypo_N : N; -fun hypochondria_N : N; -fun hypochondriac_A : A; -fun hypochondriac_N : N; -fun hypochondriacal_A : A; -fun hypocrisy_N : N; -fun hypocrite_N : N; -fun hypocritical_A : A; -fun hypocritically_Adv : Adv; -fun hypodermic_A : A; -fun hypodermic_N : N; -fun hypotenuse_N : N; -fun hypothecate_V2 : V2; -fun hypothesis_N : N; -fun hypothetical_A : A; -fun hyssop_N : N; -fun hysteria_N : N; -fun hysterical_A : A; -fun hysterically_Adv : Adv; -fun hysterics_N : N; -fun hythe_PN : PN; -fun iamb_N : N; -fun iambic_A : A; -fun iambics_N : N; -fun iambus_N : N; -fun ian_PN : PN; -fun iba_N : N; -fun ibadan_PN : PN; -fun ibex_N : N; -fun ibid_PN : PN; -fun ibidem_Adv : Adv; -fun ibis_N : N; -fun icbm_N : N; -fun ice_N : N; -fun ice_V : V; -fun ice_V2 : V2; -fun ice_axe_N : N; -fun ice_cream_N : N; -fun ice_lolly_N : N; -fun ice_show_N : N; -fun ice_skate_N : N; -fun ice_skate_V : V; -fun ice_skating_N : N; -fun ice_tray_N : N; -fun iceberg_N : N; -fun iceboat_N : N; -fun icebound_A : A; -fun icebox_N : N; -fun icebreaker_N : N; -fun icecap_N : N; -fun icecube_N : N; -fun icefall_N : N; -fun icefield_N : N; -fun icefloe_N : N; -fun icefree_A : A; -fun icehouse_N : N; -fun iceland_PN : PN; -fun icelander_A : A; -fun icelander_N : N; -fun icelandic_A : A; -fun icelandic_N : N; -fun iceman_N : N; -fun icepack_N : N; -fun icepick_N : N; -fun icerink_N : N; -fun ichneumon_N : N; -fun ichneumon_fly_N : N; -fun icicle_N : N; -fun icily_Adv : Adv; -fun icing_N : N; -fun icon_N : N; -fun iconoclast_N : N; -fun icy_A : A; -fun id_N : N; -fun ida_PN : PN; -fun idaho_PN : PN; -fun idea_N : N; -fun ideal_A : A; -fun ideal_N : N; -fun idealism_N : N; -fun idealist_N : N; -fun idealistic_A : A; -fun idealization_N : N; -fun idealize_V2 : V2; -fun ideally_Adv : Adv; -fun idem_PN : PN; -fun identical_A : A; -fun identically_Adv : Adv; -fun identifiable_A : A; -fun identifiably_Adv : Adv; -fun identification_N : N; -fun identify_V2 : V2; -fun identikit_N : N; -fun identity_N : N; -fun ideogram_N : N; -fun ideograph_N : N; -fun ideographic_A : A; -fun ideological_A : A; -fun ideologically_Adv : Adv; -fun ideology_N : N; -fun idiocy_N : N; -fun idiolect_N : N; -fun idiom_N : N; -fun idiomatic_A : A; -fun idiomatically_Adv : Adv; -fun idiosyncrasy_N : N; -fun idiosyncratic_A : A; -fun idiot_N : N; -fun idiotic_A : A; -fun idiotically_Adv : Adv; -fun idle_A : A; -fun idle_V : V; -fun idle_V2 : V2; -fun idleness_N : N; -fun idler_N : N; -fun idly_Adv : Adv; -fun idol_N : N; -fun idolater_N : N; -fun idolatress_N : N; -fun idolatrous_A : A; -fun idolatrously_Adv : Adv; -fun idolatry_N : N; -fun idolization_N : N; -fun idolize_V2 : V2; -fun idyll_N : N; -fun idyllic_A : A; -fun ie_PN : PN; -fun igloo_N : N; -fun igneous_A : A; -fun ignis_fatuus_N : N; -fun ignite_V : V; -fun ignite_V2 : V2; -fun ignition_N : N; -fun ignoble_A : A; -fun ignobly_Adv : Adv; -fun ignominious_A : A; -fun ignominiously_Adv : Adv; -fun ignominy_N : N; -fun ignoramus_N : N; -fun ignorance_N : N; -fun ignorant_A : A; -fun ignorantly_Adv : Adv; -fun ignore_V2 : V2; -fun iguana_N : N; -fun ikon_N : N; -fun ilex_N : N; -fun ilfracombe_PN : PN; -fun ilk_N : N; -fun ilkeston_PN : PN; -fun ilkley_PN : PN; -fun ill_A : A; -fun ill_Adv : Adv; -fun ill_N : N; -fun ill_advised_A : A; -fun ill_affected_A : A; -fun ill_bred_A : A; -fun ill_breeding_N : N; -fun ill_disposed_A : A; -fun ill_fated_A : A; -fun ill_favoured_A : A; -fun ill_gotten_A : A; -fun ill_judged_A : A; -fun ill_mannered_A : A; -fun ill_natured_A : A; -fun ill_omened_A : A; -fun ill_starred_A : A; -fun ill_timed_A : A; -fun ill_treat_V2 : V2; -fun ill_treatment_N : N; -fun ill_usage_N : N; -fun ill_use_V2 : V2; -fun illegal_A : A; -fun illegality_N : N; -fun illegally_Adv : Adv; -fun illegibility_N : N; -fun illegible_A : A; -fun illegibly_Adv : Adv; -fun illegitimacy_N : N; -fun illegitimate_A : A; -fun illegitimate_N : N; -fun illegitimately_Adv : Adv; -fun illiberal_A : A; -fun illiberality_N : N; -fun illiberally_Adv : Adv; -fun illicit_A : A; -fun illicitly_Adv : Adv; -fun illimitable_A : A; -fun illinois_PN : PN; -fun illiteracy_N : N; -fun illiterate_A : A; -fun illiterate_N : N; -fun illness_N : N; -fun illogical_A : A; -fun illogicality_N : N; -fun illogically_Adv : Adv; -fun illogicalness_N : N; -fun illume_V2 : V2; -fun illuminate_V2 : V2; -fun illumination_N : N; -fun illumine_V2 : V2; -fun illusion_N : N; -fun illusionist_N : N; -fun illusive_A : A; -fun illusory_A : A; -fun illustrate_V2 : V2; -fun illustration_N : N; -fun illustrative_A : A; -fun illustrator_N : N; -fun illustrious_A : A; -fun illustriously_Adv : Adv; -fun ilo_N : N; -fun image_N : N; -fun image_V2 : V2; -fun imagery_N : N; -fun imaginable_A : A; -fun imaginary_A : A; -fun imagination_N : N; -fun imaginative_A : A; -fun imaginatively_Adv : Adv; -fun imagine_V2 : V2; -fun imam_N : N; -fun imbalance_N : N; -fun imbecile_A : A; -fun imbecile_N : N; -fun imbecility_N : N; -fun imbed_V2 : V2; -fun imbibe_V2 : V2; -fun imbroglio_N : N; -fun imbue_V2 : V2; -fun imf_N : N; -fun imitate_V2 : V2; -fun imitation_N : N; -fun imitative_A : A; -fun imitator_N : N; -fun immaculate_A : A; -fun immaculately_Adv : Adv; -fun immanence_N : N; -fun immanent_A : A; -fun immaterial_A : A; -fun immature_A : A; -fun immaturity_N : N; -fun immeasurable_A : A; -fun immeasurably_Adv : Adv; -fun immediacy_N : N; -fun immediate_A : A; -fun immediately_Adv : Adv; -fun immemorial_A : A; -fun immense_A : A; -fun immensely_Adv : Adv; -fun immensity_N : N; -fun immerse_V2 : V2; -fun immersion_N : N; -fun immigrant_N : N; -fun immigrate_V : V; -fun immigration_N : N; -fun imminence_N : N; -fun imminent_A : A; -fun imminently_Adv : Adv; -fun immingham_PN : PN; -fun immobile_A : A; -fun immobility_N : N; -fun immobilization_N : N; -fun immobilize_V2 : V2; -fun immoderate_A : A; -fun immoderately_Adv : Adv; -fun immodest_A : A; -fun immodestly_Adv : Adv; -fun immodesty_N : N; -fun immolate_V2 : V2; -fun immolation_N : N; -fun immoral_A : A; -fun immorality_N : N; -fun immorally_Adv : Adv; -fun immortal_A : A; -fun immortal_N : N; -fun immortality_N : N; -fun immortalize_V2 : V2; -fun immovable_A : A; -fun immovably_Adv : Adv; -fun immune_A : A; -fun immunity_N : N; -fun immunization_N : N; -fun immunize_V2 : V2; -fun immunology_N : N; -fun immure_V2 : V2; -fun immutability_N : N; -fun immutable_A : A; -fun immutably_Adv : Adv; -fun imp_N : N; -fun impact_N : N; -fun impact_V2 : V2; -fun impair_V2 : V2; -fun impairment_N : N; -fun impala_N : N; -fun impale_V2 : V2; -fun impalement_N : N; -fun impalpable_A : A; -fun impanel_V2 : V2; -fun impart_V2 : V2; -fun impartial_A : A; -fun impartiality_N : N; -fun impartially_Adv : Adv; -fun impassable_A : A; -fun impasse_N : N; -fun impassioned_A : A; -fun impassive_A : A; -fun impassively_Adv : Adv; -fun impassiveness_N : N; -fun impassivity_N : N; -fun impatience_N : N; -fun impatient_A : A; -fun impatiently_Adv : Adv; -fun impeach_V2 : V2; -fun impeachment_N : N; -fun impeccable_A : A; -fun impeccably_Adv : Adv; -fun impecunious_A : A; -fun impede_V2 : V2; -fun impediment_N : N; -fun impel_V2 : V2; -fun impeller_N : N; -fun impend_V : V; -fun impenetrable_A : A; -fun impenitence_N : N; -fun impenitent_A : A; -fun impenitently_Adv : Adv; -fun imperative_A : A; -fun imperatively_Adv : Adv; -fun imperceptible_A : A; -fun imperceptibly_Adv : Adv; -fun imperfect_A : A; -fun imperfect_N : N; -fun imperfection_N : N; -fun imperfectly_Adv : Adv; -fun imperial_A : A; -fun imperial_N : N; -fun imperialism_N : N; -fun imperialist_N : N; -fun imperialistic_A : A; -fun imperially_Adv : Adv; -fun imperil_V2 : V2; -fun imperious_A : A; -fun imperiously_Adv : Adv; -fun imperiousness_N : N; -fun imperishable_A : A; -fun impermanence_N : N; -fun impermanent_A : A; -fun impermeable_A : A; -fun impersonal_A : A; -fun impersonally_Adv : Adv; -fun impersonate_V2 : V2; -fun impersonation_N : N; -fun impersonator_N : N; -fun impertinence_N : N; -fun impertinent_A : A; -fun impertinently_Adv : Adv; -fun imperturbability_N : N; -fun imperturbable_A : A; -fun impervious_A : A; -fun impetigo_N : N; -fun impetuosity_N : N; -fun impetuous_A : A; -fun impetuously_Adv : Adv; -fun impetus_N : N; -fun impiety_N : N; -fun impinge_V : V; -fun impingement_N : N; -fun impious_A : A; -fun impiously_Adv : Adv; -fun impish_A : A; -fun impishly_Adv : Adv; -fun impishness_N : N; -fun implacable_A : A; -fun implant_V2 : V2; -fun implausibility_N : N; -fun implausible_A : A; -fun implausibly_Adv : Adv; -fun implement_N : N; -fun implement_V2 : V2; -fun implementation_N : N; -fun implicate_V2 : V2; -fun implication_N : N; -fun implicit_A : A; -fun implicitly_Adv : Adv; -fun implore_V2 : V2; -fun imploringly_Adv : Adv; -fun implosion_N : N; -fun imply_V2 : V2; -fun impolite_A : A; -fun impolitely_Adv : Adv; -fun impoliteness_N : N; -fun impolitic_A : A; -fun imponderable_A : A; -fun imponderable_N : N; -fun import_N : N; -fun import_V2 : V2; -fun importance_N : N; -fun important_A : A; -fun importantly_Adv : Adv; -fun importation_N : N; -fun importer_N : N; -fun importunate_A : A; -fun importunately_Adv : Adv; -fun importune_V2 : V2; -fun importunity_N : N; -fun impose_V : V; -fun impose_V2 : V2; -fun imposing_A : A; -fun imposingly_Adv : Adv; -fun imposition_N : N; -fun impossibility_N : N; -fun impossible_A : A; -fun impossibly_Adv : Adv; -fun impostor_N : N; -fun imposture_N : N; -fun impotence_N : N; -fun impotent_A : A; -fun impotently_Adv : Adv; -fun impound_V2 : V2; -fun impoverish_V2 : V2; -fun impoverishment_N : N; -fun impracticability_N : N; -fun impracticable_A : A; -fun impracticableness_N : N; -fun impracticably_Adv : Adv; -fun impractical_A : A; -fun imprecate_V2 : V2; -fun imprecation_N : N; -fun imprecise_A : A; -fun imprecisely_Adv : Adv; -fun imprecision_N : N; -fun impregnability_N : N; -fun impregnable_A : A; -fun impregnably_Adv : Adv; -fun impregnate_V2 : V2; -fun impresario_N : N; -fun impress_N : N; -fun impress_V2 : V2; -fun impression_N : N; -fun impressionable_A : A; -fun impressionism_N : N; -fun impressionist_N : N; -fun impressionistic_A : A; -fun impressive_A : A; -fun impressively_Adv : Adv; -fun impressiveness_N : N; -fun imprimatur_N : N; -fun imprint_N : N; -fun imprint_V2 : V2; -fun imprison_V2 : V2; -fun imprisonment_N : N; -fun improbability_N : N; -fun improbable_A : A; -fun improbably_Adv : Adv; -fun impromptu_A : A; -fun impromptu_Adv : Adv; -fun impromptu_N : N; -fun improper_A : A; -fun improperly_Adv : Adv; -fun impropriety_N : N; -fun improve_V : V; -fun improve_V2 : V2; -fun improvement_N : N; -fun improver_N : N; -fun improvidence_N : N; -fun improvident_A : A; -fun improvidently_Adv : Adv; -fun improvisation_N : N; -fun improvise_V : V; -fun improvise_V2 : V2; -fun imprudence_N : N; -fun imprudent_A : A; -fun imprudently_Adv : Adv; -fun impudence_N : N; -fun impudent_A : A; -fun impudently_Adv : Adv; -fun impugn_V2 : V2; -fun impulse_N : N; -fun impulse_buy_V : V; -fun impulse_buy_V2 : V2; -fun impulsion_N : N; -fun impulsive_A : A; -fun impulsively_Adv : Adv; -fun impulsiveness_N : N; -fun impunity_N : N; -fun impure_A : A; -fun impurity_N : N; -fun imputation_N : N; -fun impute_V2 : V2; -fun in_Adv : Adv; -fun in_N : N; -fun in_chief_A : A; -fun in_fighting_N : N; -fun in_loco_parentis_Adv : Adv; -fun in_patient_N : N; -fun in_service_A : A; -fun in_situ_Adv : Adv; -fun in_toto_Adv : Adv; -fun in_tray_N : N; -fun inability_N : N; -fun inaccessibility_N : N; -fun inaccessible_A : A; -fun inaccuracy_N : N; -fun inaccurate_A : A; -fun inaccurately_Adv : Adv; -fun inaction_N : N; -fun inactivate_V2 : V2; -fun inactive_A : A; -fun inactivity_N : N; -fun inadequacy_N : N; -fun inadequate_A : A; -fun inadequately_Adv : Adv; -fun inadmissible_A : A; -fun inadvertence_N : N; -fun inadvertent_A : A; -fun inadvertently_Adv : Adv; -fun inadvisability_N : N; -fun inadvisable_A : A; -fun inadvisably_Adv : Adv; -fun inalienable_A : A; -fun inane_A : A; -fun inanely_Adv : Adv; -fun inanimate_A : A; -fun inanition_N : N; -fun inanity_N : N; -fun inapplicable_A : A; -fun inappreciable_A : A; -fun inappropriate_A : A; -fun inappropriately_Adv : Adv; -fun inappropriateness_N : N; -fun inapt_A : A; -fun inaptitude_N : N; -fun inarticulate_A : A; -fun inasmuch_as_Adv : Adv; -fun inattention_N : N; -fun inattentive_A : A; -fun inaudibility_N : N; -fun inaudible_A : A; -fun inaugural_A : A; -fun inaugural_N : N; -fun inaugurate_V2 : V2; -fun inauguration_N : N; -fun inauspicious_A : A; -fun inauspiciously_Adv : Adv; -fun inboard_A : A; -fun inborn_A : A; -fun inbound_A : A; -fun inbred_A : A; -fun inbreeding_N : N; -fun inbuilt_A : A; -fun inc_PN : PN; -fun incalculable_A : A; -fun incandescence_N : N; -fun incandescent_A : A; -fun incantation_N : N; -fun incapability_N : N; -fun incapable_A : A; -fun incapacitate_V2 : V2; -fun incapacity_N : N; -fun incarcerate_V2 : V2; -fun incarceration_N : N; -fun incarnate_A : A; -fun incarnate_V2 : V2; -fun incarnation_N : N; -fun incautious_A : A; -fun incautiously_Adv : Adv; -fun incendiarism_N : N; -fun incendiary_N : N; -fun incense_N : N; -fun incense_V2 : V2; -fun incentive_N : N; -fun inception_N : N; -fun incertitude_N : N; -fun incessant_A : A; -fun incessantly_Adv : Adv; -fun incest_N : N; -fun incestuous_A : A; -fun inch_N : N; -fun inch_V : V; -fun inch_V2 : V2; -fun inchoate_A : A; -fun inchoative_A : A; -fun inchon_PN : PN; -fun incidence_N : N; -fun incident_A : A; -fun incident_N : N; -fun incidental_A : A; -fun incidentally_Adv : Adv; -fun incinerate_V2 : V2; -fun incineration_N : N; -fun incinerator_N : N; -fun incipient_A : A; -fun incise_V2 : V2; -fun incision_N : N; -fun incisive_A : A; -fun incisively_Adv : Adv; -fun incisor_N : N; -fun incite_V2 : V2; -fun incitement_N : N; -fun incivility_N : N; -fun incl_PN : PN; -fun inclemency_N : N; -fun inclement_A : A; -fun inclination_N : N; -fun incline_N : N; -fun incline_V : V; -fun incline_V2 : V2; -fun inclose_V2 : V2; -fun inclosure_N : N; -fun include_V2 : V2; -fun inclusion_N : N; -fun inclusive_A : A; -fun inclusively_Adv : Adv; -fun incognito_A : A; -fun incognito_Adv : Adv; -fun incoherence_N : N; -fun incoherent_A : A; -fun incoherently_Adv : Adv; -fun incombustible_A : A; -fun income_N : N; -fun income_tax_N : N; -fun incoming_A : A; -fun incommensurable_A : A; -fun incommensurate_A : A; -fun incommode_V2 : V2; -fun incommunicado_A : A; -fun incomparable_A : A; -fun incomparably_Adv : Adv; -fun incompatibility_N : N; -fun incompatible_A : A; -fun incompetence_N : N; -fun incompetency_N : N; -fun incompetent_A : A; -fun incompetently_Adv : Adv; -fun incomplete_A : A; -fun incompletely_Adv : Adv; -fun incomprehensibility_N : N; -fun incomprehensible_A : A; -fun incomprehension_N : N; -fun incompressible_A : A; -fun inconceivable_A : A; -fun inconclusive_A : A; -fun inconclusively_Adv : Adv; -fun incongruity_N : N; -fun incongruous_A : A; -fun incongruously_Adv : Adv; -fun inconsequent_A : A; -fun inconsequential_A : A; -fun inconsequentially_Adv : Adv; -fun inconsequently_Adv : Adv; -fun inconsiderable_A : A; -fun inconsiderate_A : A; -fun inconsiderately_Adv : Adv; -fun inconsistency_N : N; -fun inconsistent_A : A; -fun inconsistently_Adv : Adv; -fun inconsolable_A : A; -fun inconspicuous_A : A; -fun inconspicuously_Adv : Adv; -fun inconstancy_N : N; -fun inconstant_A : A; -fun incontestable_A : A; -fun incontinence_N : N; -fun incontinent_A : A; -fun incontrovertible_A : A; -fun inconvenience_N : N; -fun inconvenience_V2 : V2; -fun inconvenient_A : A; -fun inconveniently_Adv : Adv; -fun inconvertibility_N : N; -fun inconvertible_A : A; -fun incorporate_A : A; -fun incorporate_V : V; -fun incorporate_V2 : V2; -fun incorporation_N : N; -fun incorporeal_A : A; -fun incorrect_A : A; -fun incorrectly_Adv : Adv; -fun incorrectness_N : N; -fun incorrigible_A : A; -fun incorruptibility_N : N; -fun incorruptible_A : A; -fun increase_N : N; -fun increase_V : V; -fun increase_V2 : V2; -fun increasingly_Adv : Adv; -fun incredibility_N : N; -fun incredible_A : A; -fun incredibly_Adv : Adv; -fun incredulity_N : N; -fun incredulous_A : A; -fun incredulously_Adv : Adv; -fun increment_N : N; -fun incremental_A : A; -fun incriminate_V2 : V2; -fun incrustation_N : N; -fun incubate_V : V; -fun incubate_V2 : V2; -fun incubation_N : N; -fun incubator_N : N; -fun incubus_N : N; -fun inculcate_V2 : V2; -fun inculpate_V2 : V2; -fun incumbency_N : N; -fun incumbent_A : A; -fun incumbent_N : N; -fun incur_V2 : V2; -fun incurable_A : A; -fun incurable_N : N; -fun incurably_Adv : Adv; -fun incurious_A : A; -fun incursion_N : N; -fun incurved_A : A; -fun indebted_A : A; -fun indebtedness_N : N; -fun indecency_N : N; -fun indecent_A : A; -fun indecently_Adv : Adv; -fun indecipherable_A : A; -fun indecision_N : N; -fun indecisive_A : A; -fun indecisively_Adv : Adv; -fun indecorous_A : A; -fun indecorously_Adv : Adv; -fun indecorum_N : N; -fun indeed_Adv : Adv; -fun indefatigable_A : A; -fun indefeasible_A : A; -fun indefensible_A : A; -fun indefinable_A : A; -fun indefinite_A : A; -fun indefinitely_Adv : Adv; -fun indelible_A : A; -fun indelibly_Adv : Adv; -fun indelicacy_N : N; -fun indelicate_A : A; -fun indemnification_N : N; -fun indemnify_V2 : V2; -fun indemnity_N : N; -fun indent_N : N; -fun indent_V : V; -fun indent_V2 : V2; -fun indentation_N : N; -fun indenture_N : N; -fun indenture_V2 : V2; -fun independence_N : N; -fun independent_A : A; -fun independent_N : N; -fun independently_Adv : Adv; -fun indescribable_A : A; -fun indescribably_Adv : Adv; -fun indestructibility_N : N; -fun indestructible_A : A; -fun indeterminable_A : A; -fun indeterminably_Adv : Adv; -fun indeterminacy_N : N; -fun indeterminate_A : A; -fun index_N : N; -fun index_V2 : V2; -fun indexer_N : N; -fun india_PN : PN; -fun india_rubber_N : N; -fun indiaman_N : N; -fun indian_A : A; -fun indian_N : N; -fun indiana_PN : PN; -fun indianapolis_PN : PN; -fun indicate_V2 : V2; -fun indication_N : N; -fun indicative_A : A; -fun indicator_N : N; -fun indict_V2 : V2; -fun indictable_A : A; -fun indictment_N : N; -fun indies_PN : PN; -fun indifference_N : N; -fun indifferent_A : A; -fun indifferently_Adv : Adv; -fun indigence_N : N; -fun indigenous_A : A; -fun indigent_A : A; -fun indigestible_A : A; -fun indigestion_N : N; -fun indignant_A : A; -fun indignantly_Adv : Adv; -fun indignation_N : N; -fun indignity_N : N; -fun indigo_N : N; -fun indirect_A : A; -fun indirectly_Adv : Adv; -fun indirectness_N : N; -fun indiscernible_A : A; -fun indiscipline_N : N; -fun indiscreet_A : A; -fun indiscreetly_Adv : Adv; -fun indiscrete_A : A; -fun indiscretion_N : N; -fun indiscriminate_A : A; -fun indiscriminately_Adv : Adv; -fun indispensability_N : N; -fun indispensable_A : A; -fun indisposed_A : A; -fun indisposition_N : N; -fun indisputable_A : A; -fun indissoluble_A : A; -fun indistinct_A : A; -fun indistinctly_Adv : Adv; -fun indistinctness_N : N; -fun indistinguishable_A : A; -fun indite_V2 : V2; -fun individual_A : A; -fun individual_N : N; -fun individualism_N : N; -fun individualist_N : N; -fun individualistic_A : A; -fun individuality_N : N; -fun individualize_V2 : V2; -fun individually_Adv : Adv; -fun indivisible_A : A; -fun indo_european_A : A; -fun indoctrinate_V2 : V2; -fun indoctrination_N : N; -fun indolence_N : N; -fun indolent_A : A; -fun indolently_Adv : Adv; -fun indomitable_A : A; -fun indonesia_PN : PN; -fun indonesian_A : A; -fun indonesian_N : N; -fun indoor_A : A; -fun indoors_Adv : Adv; -fun indore_PN : PN; -fun indorse_V2 : V2; -fun indrawn_A : A; -fun indubitable_A : A; -fun indubitably_Adv : Adv; -fun induce_V2 : V2; -fun inducement_N : N; -fun induct_V2 : V2; -fun induction_N : N; -fun inductive_A : A; -fun indue_V2 : V2; -fun indulge_V : V; -fun indulge_V2 : V2; -fun indulgence_N : N; -fun indulgent_A : A; -fun indulgently_Adv : Adv; -fun industrial_A : A; -fun industrialism_N : N; -fun industrialist_N : N; -fun industrialization_N : N; -fun industrialized_A : A; -fun industrious_A : A; -fun industriously_Adv : Adv; -fun industry_N : N; -fun indwelling_A : A; -fun inebriate_A : A; -fun inebriate_N : N; -fun inebriate_V2 : V2; -fun inebriation_N : N; -fun inebriety_N : N; -fun inedible_A : A; -fun ineffable_A : A; -fun ineffably_Adv : Adv; -fun ineffective_A : A; -fun ineffectively_Adv : Adv; -fun ineffectiveness_N : N; -fun ineffectual_A : A; -fun ineffectuality_N : N; -fun ineffectually_Adv : Adv; -fun inefficiency_N : N; -fun inefficient_A : A; -fun inefficiently_Adv : Adv; -fun inelastic_A : A; -fun inelegance_N : N; -fun inelegant_A : A; -fun inelegantly_Adv : Adv; -fun ineligibility_N : N; -fun ineligible_A : A; -fun ineluctable_A : A; -fun inept_A : A; -fun ineptitude_N : N; -fun ineptly_Adv : Adv; -fun inequality_N : N; -fun inequitable_A : A; -fun inequity_N : N; -fun ineradicable_A : A; -fun inert_A : A; -fun inertia_N : N; -fun inescapable_A : A; -fun inescapably_Adv : Adv; -fun inessential_A : A; -fun inessential_N : N; -fun inestimable_A : A; -fun inevitability_N : N; -fun inevitable_A : A; -fun inevitably_Adv : Adv; -fun inexact_A : A; -fun inexactitude_N : N; -fun inexcusable_A : A; -fun inexhaustible_A : A; -fun inexorable_A : A; -fun inexorably_Adv : Adv; -fun inexpediency_N : N; -fun inexpedient_A : A; -fun inexpensive_A : A; -fun inexpensively_Adv : Adv; -fun inexperience_N : N; -fun inexperienced_A : A; -fun inexpert_A : A; -fun inexpertly_Adv : Adv; -fun inexpiable_A : A; -fun inexplicable_A : A; -fun inexpressible_A : A; -fun inextinguishable_A : A; -fun inextricable_A : A; -fun inextricably_Adv : Adv; -fun infallibility_N : N; -fun infallible_A : A; -fun infamous_A : A; -fun infamy_N : N; -fun infancy_N : N; -fun infant_N : N; -fun infanticide_N : N; -fun infantile_A : A; -fun infantilism_N : N; -fun infantry_N : N; -fun infantryman_N : N; -fun infatuate_V2 : V2; -fun infatuation_N : N; -fun infect_V2 : V2; -fun infection_N : N; -fun infectious_A : A; -fun infer_V2 : V2; -fun inference_N : N; -fun inferential_A : A; -fun inferior_A : A; -fun inferior_N : N; -fun inferiority_N : N; -fun infernal_A : A; -fun infernally_Adv : Adv; -fun inferno_N : N; -fun infertile_A : A; -fun infertility_N : N; -fun infest_V2 : V2; -fun infestation_N : N; -fun infidel_N : N; -fun infidelity_N : N; -fun infield_N : N; -fun infiltrate_V : V; -fun infiltrate_V2 : V2; -fun infiltration_N : N; -fun infinite_A : A; -fun infinitely_Adv : Adv; -fun infinitesimal_A : A; -fun infinitive_A : A; -fun infinitive_N : N; -fun infinitude_N : N; -fun infinity_N : N; -fun infirm_A : A; -fun infirmary_N : N; -fun infirmity_N : N; -fun inflame_V : V; -fun inflame_V2 : V2; -fun inflammable_A : A; -fun inflammation_N : N; -fun inflammatory_A : A; -fun inflatable_A : A; -fun inflate_V2 : V2; -fun inflation_N : N; -fun inflationary_A : A; -fun inflect_V2 : V2; -fun inflection_N : N; -fun inflectional_A : A; -fun inflexibility_N : N; -fun inflexible_A : A; -fun inflexibly_Adv : Adv; -fun inflexion_N : N; -fun inflict_V2 : V2; -fun infliction_N : N; -fun inflorescence_N : N; -fun inflow_N : N; -fun influence_N : N; -fun influence_V2 : V2; -fun influential_A : A; -fun influentially_Adv : Adv; -fun influenza_N : N; -fun influx_N : N; -fun info_N : N; -fun inform_V : V; -fun inform_V2 : V2; -fun informal_A : A; -fun informality_N : N; -fun informally_Adv : Adv; -fun informant_N : N; -fun information_N : N; -fun informative_A : A; -fun informatively_Adv : Adv; -fun informer_N : N; -fun infra_Adv : Adv; -fun infra_dig_A : A; -fun infra_red_A : A; -fun infraction_N : N; -fun infrastructure_N : N; -fun infrequency_N : N; -fun infrequent_A : A; -fun infrequently_Adv : Adv; -fun infringe_V : V; -fun infringe_V2 : V2; -fun infringement_N : N; -fun infuriate_V2 : V2; -fun infuse_V : V; -fun infuse_V2 : V2; -fun infusion_N : N; -fun ingatestone_PN : PN; -fun ingathering_N : N; -fun ingenious_A : A; -fun ingeniously_Adv : Adv; -fun ingenuity_N : N; -fun ingenuous_A : A; -fun ingenuously_Adv : Adv; -fun ingenuousness_N : N; -fun ingest_V2 : V2; -fun ingle_nook_N : N; -fun inglorious_A : A; -fun ingloriously_Adv : Adv; -fun ingoing_A : A; -fun ingot_N : N; -fun ingraft_V2 : V2; -fun ingrained_A : A; -fun ingratiate_V2 : V2; -fun ingratiatingly_Adv : Adv; -fun ingratitude_N : N; -fun ingredient_N : N; -fun ingress_N : N; -fun ingrid_PN : PN; -fun ingrowing_A : A; -fun ingenue_N : N; -fun inhabit_V2 : V2; -fun inhabitable_A : A; -fun inhabitant_N : N; -fun inhalation_N : N; -fun inhale_V : V; -fun inhale_V2 : V2; -fun inhaler_N : N; -fun inharmonious_A : A; -fun inherent_A : A; -fun inherently_Adv : Adv; -fun inherit_V : V; -fun inherit_V2 : V2; -fun inheritance_N : N; -fun inheritor_N : N; -fun inhibit_V2 : V2; -fun inhibition_N : N; -fun inhibitor_N : N; -fun inhibitory_A : A; -fun inhospitable_A : A; -fun inhuman_A : A; -fun inhumane_A : A; -fun inhumanely_Adv : Adv; -fun inhumanity_N : N; -fun inimical_A : A; -fun inimitable_A : A; -fun inimitably_Adv : Adv; -fun iniquitous_A : A; -fun iniquitously_Adv : Adv; -fun iniquity_N : N; -fun initial_A : A; -fun initial_N : N; -fun initial_V2 : V2; -fun initially_Adv : Adv; -fun initiate_A : A; -fun initiate_N : N; -fun initiate_V2 : V2; -fun initiation_N : N; -fun initiative_N : N; -fun inject_V2 : V2; -fun injection_N : N; -fun injudicious_A : A; -fun injudiciously_Adv : Adv; -fun injunction_N : N; -fun injure_V2 : V2; -fun injured_A : A; -fun injurious_A : A; -fun injury_N : N; -fun injustice_N : N; -fun ink_N : N; -fun ink_V2 : V2; -fun ink_bottle_N : N; -fun ink_pad_N : N; -fun ink_pot_N : N; -fun inkling_N : N; -fun inkstand_N : N; -fun inkwell_N : N; -fun inky_A : A; -fun inland_A : A; -fun inland_Adv : Adv; -fun inlay_N : N; -fun inlay_V2 : V2; -fun inlet_N : N; -fun inmate_N : N; -fun inmost_A : A; -fun inn_N : N; -fun innate_A : A; -fun innately_Adv : Adv; -fun inner_A : A; -fun innermost_A : A; -fun inning_N : N; -fun innings_N : N; -fun innkeeper_N : N; -fun innocence_N : N; -fun innocent_A : A; -fun innocent_N : N; -fun innocently_Adv : Adv; -fun innocuous_A : A; -fun innovate_V : V; -fun innovation_N : N; -fun innovator_N : N; -fun innsbruck_PN : PN; -fun innuendo_N : N; -fun innumerable_A : A; -fun inoculate_V2 : V2; -fun inoculation_N : N; -fun inoffensive_A : A; -fun inoffensively_Adv : Adv; -fun inoperable_A : A; -fun inoperative_A : A; -fun inopportune_A : A; -fun inopportunely_Adv : Adv; -fun inordinate_A : A; -fun inordinately_Adv : Adv; -fun inorganic_A : A; -fun inorganically_Adv : Adv; -fun inpouring_A : A; -fun inpouring_N : N; -fun input_N : N; -fun inquest_N : N; -fun inquietude_N : N; -fun inquire_V : V; -fun inquire_V2 : V2; -fun inquirer_N : N; -fun inquiring_A : A; -fun inquiringly_Adv : Adv; -fun inquiry_N : N; -fun inquisition_N : N; -fun inquisitive_A : A; -fun inquisitively_Adv : Adv; -fun inquisitiveness_N : N; -fun inquisitor_N : N; -fun inquisitorial_A : A; -fun inroad_N : N; -fun inrush_N : N; -fun ins_N : N; -fun insane_A : A; -fun insanely_Adv : Adv; -fun insanitary_A : A; -fun insanity_N : N; -fun insatiable_A : A; -fun insatiably_Adv : Adv; -fun insatiate_A : A; -fun inscribe_V2 : V2; -fun inscription_N : N; -fun inscrutable_A : A; -fun insect_N : N; -fun insect_powder_N : N; -fun insecticide_N : N; -fun insectivorous_A : A; -fun insecure_A : A; -fun insecurely_Adv : Adv; -fun insecurity_N : N; -fun inseminate_V2 : V2; -fun insemination_N : N; -fun insensate_A : A; -fun insensibility_N : N; -fun insensible_A : A; -fun insensibly_Adv : Adv; -fun insensitive_A : A; -fun insensitively_Adv : Adv; -fun insensitivity_N : N; -fun insentient_A : A; -fun inseparable_A : A; -fun insert_N : N; -fun insert_V2 : V2; -fun insertion_N : N; -fun inset_N : N; -fun inset_V2 : V2; -fun inshore_A : A; -fun inshore_Adv : Adv; -fun inside_A : A; -fun inside_Adv : Adv; -fun inside_N : N; -fun insider_N : N; -fun insidious_A : A; -fun insidiously_Adv : Adv; -fun insidiousness_N : N; -fun insight_N : N; -fun insignificance_N : N; -fun insignificant_A : A; -fun insignificantly_Adv : Adv; -fun insincere_A : A; -fun insincerely_Adv : Adv; -fun insincerity_N : N; -fun insinuate_V2 : V2; -fun insinuatingly_Adv : Adv; -fun insinuation_N : N; -fun insipid_A : A; -fun insipidity_N : N; -fun insipidly_Adv : Adv; -fun insipidness_N : N; -fun insist_V : V; -fun insist_V2 : V2; -fun insistence_N : N; -fun insistent_A : A; -fun insofar_Adv : Adv; -fun insole_N : N; -fun insolence_N : N; -fun insolent_A : A; -fun insolently_Adv : Adv; -fun insoluble_A : A; -fun insolvency_N : N; -fun insolvent_A : A; -fun insolvent_N : N; -fun insomnia_N : N; -fun insomniac_N : N; -fun insomuch_Adv : Adv; -fun insouciance_N : N; -fun insouciant_A : A; -fun inspan_V2 : V2; -fun inspect_V2 : V2; -fun inspection_N : N; -fun inspector_N : N; -fun inspectorate_N : N; -fun inspiration_N : N; -fun inspirational_A : A; -fun inspirationally_Adv : Adv; -fun inspire_V2 : V2; -fun inspired_A : A; -fun inst_PN : PN; -fun instability_N : N; -fun install_V2 : V2; -fun installation_N : N; -fun instalment_N : N; -fun instance_N : N; -fun instance_V2 : V2; -fun instant_A : A; -fun instant_N : N; -fun instantaneous_A : A; -fun instantaneously_Adv : Adv; -fun instantly_Adv : Adv; -fun instead_Adv : Adv; -fun instep_N : N; -fun instigate_V2 : V2; -fun instigation_N : N; -fun instigator_N : N; -fun instil_V2 : V2; -fun instillation_N : N; -fun instinct_A : A; -fun instinct_N : N; -fun instinctive_A : A; -fun instinctively_Adv : Adv; -fun institute_N : N; -fun institute_V2 : V2; -fun institution_N : N; -fun institutional_A : A; -fun institutionalize_V2 : V2; -fun institutionally_Adv : Adv; -fun instruct_V2 : V2; -fun instruction_N : N; -fun instructional_A : A; -fun instructive_A : A; -fun instructively_Adv : Adv; -fun instructor_N : N; -fun instructress_N : N; -fun instrument_N : N; -fun instrumental_A : A; -fun instrumentalist_N : N; -fun instrumentality_N : N; -fun instrumentation_N : N; -fun insubordinate_A : A; -fun insubordination_N : N; -fun insubstantial_A : A; -fun insubstantially_Adv : Adv; -fun insufferable_A : A; -fun insufficiency_N : N; -fun insufficient_A : A; -fun insufficiently_Adv : Adv; -fun insular_A : A; -fun insularism_N : N; -fun insularity_N : N; -fun insulate_V2 : V2; -fun insulation_N : N; -fun insulator_N : N; -fun insulin_N : N; -fun insult_N : N; -fun insult_V2 : V2; -fun insulting_A : A; -fun insultingly_Adv : Adv; -fun insuperable_A : A; -fun insuperably_Adv : Adv; -fun insupportable_A : A; -fun insurance_N : N; -fun insure_V2 : V2; -fun insurgent_A : A; -fun insurgent_N : N; -fun insurmountable_A : A; -fun insurrection_N : N; -fun intact_A : A; -fun intaglio_N : N; -fun intake_N : N; -fun intangibility_N : N; -fun intangible_A : A; -fun intangibles_N : N; -fun integer_N : N; -fun integral_A : A; -fun integrally_Adv : Adv; -fun integrate_V2 : V2; -fun integration_N : N; -fun integrity_N : N; -fun integument_N : N; -fun intellect_N : N; -fun intellectual_A : A; -fun intellectual_N : N; -fun intellectually_Adv : Adv; -fun intelligence_N : N; -fun intelligent_A : A; -fun intelligently_Adv : Adv; -fun intelligentsia_N : N; -fun intelligibility_N : N; -fun intelligible_A : A; -fun intelligibly_Adv : Adv; -fun intemperance_N : N; -fun intemperate_A : A; -fun intemperately_Adv : Adv; -fun intend_V2 : V2; -fun intense_A : A; -fun intensely_Adv : Adv; -fun intensification_N : N; -fun intensify_V : V; -fun intensify_V2 : V2; -fun intensity_N : N; -fun intensive_A : A; -fun intensively_Adv : Adv; -fun intent_A : A; -fun intent_N : N; -fun intention_N : N; -fun intentional_A : A; -fun intentionally_Adv : Adv; -fun intently_Adv : Adv; -fun intentness_N : N; -fun inter_V2 : V2; -fun inter_alia_Adv : Adv; -fun interact_V : V; -fun interaction_N : N; -fun interactive_A : A; -fun interbreed_V : V; -fun interbreed_V2 : V2; -fun intercalary_A : A; -fun intercede_V : V; -fun intercept_V2 : V2; -fun interception_N : N; -fun interceptor_N : N; -fun intercession_N : N; -fun interchange_N : N; -fun interchange_V2 : V2; -fun interchangeable_A : A; -fun interchangeably_Adv : Adv; -fun intercollegiate_A : A; -fun intercom_N : N; -fun intercommunicate_V : V; -fun intercommunication_N : N; -fun intercommunion_N : N; -fun interconnect_V : V; -fun interconnect_V2 : V2; -fun interconnectedness_N : N; -fun interconnection_N : N; -fun intercontinental_A : A; -fun intercourse_N : N; -fun interdenominational_A : A; -fun interdepartmental_A : A; -fun interdepartmentally_Adv : Adv; -fun interdependence_N : N; -fun interdependent_A : A; -fun interdict_N : N; -fun interdict_V2 : V2; -fun interdiction_N : N; -fun interdisciplinary_A : A; -fun interest_N : N; -fun interest_V2 : V2; -fun interested_A : A; -fun interesting_A : A; -fun interestingly_Adv : Adv; -fun interface_N : N; -fun interfere_V : V; -fun interference_N : N; -fun interim_N : N; -fun interior_A : A; -fun interior_N : N; -fun interject_V2 : V2; -fun interjection_N : N; -fun interlace_V : V; -fun interlace_V2 : V2; -fun interlard_V2 : V2; -fun interleave_V2 : V2; -fun interlink_V : V; -fun interlink_V2 : V2; -fun interlock_V : V; -fun interlock_V2 : V2; -fun interlocutor_N : N; -fun interloper_N : N; -fun interlude_N : N; -fun intermarriage_N : N; -fun intermarry_V : V; -fun intermediary_N : N; -fun intermediate_A : A; -fun intermediate_N : N; -fun intermediately_Adv : Adv; -fun interment_N : N; -fun intermezzo_N : N; -fun interminable_A : A; -fun interminably_Adv : Adv; -fun intermingle_V : V; -fun intermingle_V2 : V2; -fun intermission_N : N; -fun intermittent_A : A; -fun intermittently_Adv : Adv; -fun intermix_V : V; -fun intermix_V2 : V2; -fun intermixture_N : N; -fun intern_N : N; -fun intern_V2 : V2; -fun internal_A : A; -fun internalize_V2 : V2; -fun internally_Adv : Adv; -fun international_A : A; -fun international_N : N; -fun internationale_N : N; -fun internationalism_N : N; -fun internationalist_N : N; -fun internationalization_N : N; -fun internationalize_V2 : V2; -fun internationally_Adv : Adv; -fun interne_N : N; -fun internecine_A : A; -fun internee_N : N; -fun internment_N : N; -fun interpellate_V2 : V2; -fun interpellation_N : N; -fun interphone_N : N; -fun interplanetary_A : A; -fun interplay_N : N; -fun interpol_PN : PN; -fun interpolate_V2 : V2; -fun interpolation_N : N; -fun interpose_V : V; -fun interpose_V2 : V2; -fun interposition_N : N; -fun interpret_V : V; -fun interpret_V2 : V2; -fun interpretation_N : N; -fun interpretative_A : A; -fun interpreter_N : N; -fun interracial_A : A; -fun interregnum_N : N; -fun interrelate_V : V; -fun interrelate_V2 : V2; -fun interrelation_N : N; -fun interrelationship_N : N; -fun interrogate_V2 : V2; -fun interrogation_N : N; -fun interrogative_A : A; -fun interrogative_N : N; -fun interrogatively_Adv : Adv; -fun interrogator_N : N; -fun interrogatory_A : A; -fun interrupt_V : V; -fun interrupt_V2 : V2; -fun interrupter_N : N; -fun interruption_N : N; -fun intersect_V : V; -fun intersect_V2 : V2; -fun intersection_N : N; -fun intersperse_V2 : V2; -fun interstate_A : A; -fun interstellar_A : A; -fun interstice_N : N; -fun intertribal_A : A; -fun intertwine_V : V; -fun intertwine_V2 : V2; -fun interval_N : N; -fun intervene_V : V; -fun intervention_N : N; -fun interview_N : N; -fun interview_V2 : V2; -fun interviewer_N : N; -fun interweave_V2 : V2; -fun intestate_A : A; -fun intestinal_A : A; -fun intestine_N : N; -fun intimacy_N : N; -fun intimate_A : A; -fun intimate_N : N; -fun intimate_V2 : V2; -fun intimately_Adv : Adv; -fun intimation_N : N; -fun intimidate_V2 : V2; -fun intimidation_N : N; -fun intolerable_A : A; -fun intolerably_Adv : Adv; -fun intolerance_N : N; -fun intolerant_A : A; -fun intolerantly_Adv : Adv; -fun intonation_N : N; -fun intone_V : V; -fun intone_V2 : V2; -fun intoxicant_A : A; -fun intoxicant_N : N; -fun intoxicate_V2 : V2; -fun intoxication_N : N; -fun intra_uterine_A : A; -fun intractability_N : N; -fun intractable_A : A; -fun intramural_A : A; -fun intransigence_N : N; -fun intransigent_A : A; -fun intransitive_A : A; -fun intransitively_Adv : Adv; -fun intravenous_A : A; -fun intravenously_Adv : Adv; -fun intrench_V2 : V2; -fun intrepid_A : A; -fun intrepidity_N : N; -fun intrepidly_Adv : Adv; -fun intricacy_N : N; -fun intricate_A : A; -fun intricately_Adv : Adv; -fun intrigue_N : N; -fun intrigue_V : V; -fun intrigue_V2 : V2; -fun intrinsic_A : A; -fun intrinsically_Adv : Adv; -fun intro_N : N; -fun introduce_V2 : V2; -fun introduction_N : N; -fun introductory_A : A; -fun introspect_V : V; -fun introspection_N : N; -fun introspective_A : A; -fun introversion_N : N; -fun introvert_N : N; -fun introvert_V2 : V2; -fun intrude_V : V; -fun intrude_V2 : V2; -fun intruder_N : N; -fun intrusion_N : N; -fun intrusive_A : A; -fun intrust_V2 : V2; -fun intuit_V : V; -fun intuit_V2 : V2; -fun intuition_N : N; -fun intuitive_A : A; -fun intuitively_Adv : Adv; -fun intumescence_N : N; -fun inundate_V2 : V2; -fun inundation_N : N; -fun inure_V2 : V2; -fun invade_V2 : V2; -fun invader_N : N; -fun invalid_A : A; -fun invalid_N : N; -fun invalid_V2 : V2; -fun invalidate_V2 : V2; -fun invalidation_N : N; -fun invalidism_N : N; -fun invalidity_N : N; -fun invaluable_A : A; -fun invariable_A : A; -fun invariably_Adv : Adv; -fun invasion_N : N; -fun invasive_A : A; -fun invective_N : N; -fun inveigh_V : V; -fun inveigle_V2 : V2; -fun invent_V2 : V2; -fun invention_N : N; -fun inventive_A : A; -fun inventively_Adv : Adv; -fun inventor_N : N; -fun inventory_N : N; -fun inverkeithing_PN : PN; -fun inverness_PN : PN; -fun inverse_A : A; -fun inverse_N : N; -fun inversely_Adv : Adv; -fun inversion_N : N; -fun invert_V2 : V2; -fun invertebrate_A : A; -fun invertebrate_N : N; -fun inverurie_PN : PN; -fun invest_V : V; -fun invest_V2 : V2; -fun investigate_V2 : V2; -fun investigation_N : N; -fun investigator_N : N; -fun investiture_N : N; -fun investment_N : N; -fun investor_N : N; -fun inveterate_A : A; -fun invidious_A : A; -fun invidiously_Adv : Adv; -fun invigilate_V : V; -fun invigilation_N : N; -fun invigilator_N : N; -fun invigorate_V2 : V2; -fun invincibility_N : N; -fun invincible_A : A; -fun invincibly_Adv : Adv; -fun inviolable_A : A; -fun inviolate_A : A; -fun invisibility_N : N; -fun invisible_A : A; -fun invisibly_Adv : Adv; -fun invitation_N : N; -fun invite_N : N; -fun invite_V2 : V2; -fun inviting_A : A; -fun invitingly_Adv : Adv; -fun invocation_N : N; -fun invoice_N : N; -fun invoice_V2 : V2; -fun invoke_V2 : V2; -fun involuntarily_Adv : Adv; -fun involuntary_A : A; -fun involute_A : A; -fun involution_N : N; -fun involve_V2 : V2; -fun involved_A : A; -fun involvement_N : N; -fun invulnerable_A : A; -fun inward_A : A; -fun inward_Adv : Adv; -fun inwardly_Adv : Adv; -fun inwardness_N : N; -fun inwards_Adv : Adv; -fun inwrought_A : A; -fun iodine_N : N; -fun ion_N : N; -fun ionic_A : A; -fun ionization_N : N; -fun ionize_V : V; -fun ionize_V2 : V2; -fun ionosphere_N : N; -fun iota_N : N; -fun iou_N : N; -fun ious_N : N; -fun iowa_PN : PN; -fun ipse_dixit_N : N; -fun ipso_facto_Adv : Adv; -fun ipswich_PN : PN; -fun iq_N : N; -fun ira_N : N; -fun iran_PN : PN; -fun iranian_A : A; -fun iranian_N : N; -fun iraq_PN : PN; -fun iraqi_A : A; -fun iraqi_N : N; -fun irascibility_N : N; -fun irascible_A : A; -fun irate_A : A; -fun irately_Adv : Adv; -fun ire_N : N; -fun ireful_A : A; -fun ireland_PN : PN; -fun irene_PN : PN; -fun iridescence_N : N; -fun iridescent_A : A; -fun iridium_N : N; -fun iris_N : N; -fun iris_PN : PN; -fun irish_A : A; -fun irish_N : N; -fun irishman_N : N; -fun irishwoman_N : N; -fun irk_V2 : V2; -fun irksome_A : A; -fun iron_N : N; -fun iron_V : V; -fun iron_V2 : V2; -fun iron_foundry_N : N; -fun iron_grey_A : A; -fun iron_grey_N : N; -fun ironclad_A : A; -fun ironic_A : A; -fun ironical_A : A; -fun ironically_Adv : Adv; -fun ironing_board_N : N; -fun ironmonger_N : N; -fun ironmongery_N : N; -fun ironmould_N : N; -fun ironside_N : N; -fun ironware_N : N; -fun ironwork_N : N; -fun ironworks_N : N; -fun irony_N : N; -fun irradiate_V2 : V2; -fun irrational_A : A; -fun irrationally_Adv : Adv; -fun irreconcilable_A : A; -fun irrecoverable_A : A; -fun irredeemable_A : A; -fun irredentist_N : N; -fun irreducible_A : A; -fun irrefutable_A : A; -fun irregular_A : A; -fun irregular_N : N; -fun irregularity_N : N; -fun irregularly_Adv : Adv; -fun irrelevance_N : N; -fun irrelevancy_N : N; -fun irrelevant_A : A; -fun irrelevantly_Adv : Adv; -fun irreligious_A : A; -fun irremediable_A : A; -fun irremovable_A : A; -fun irreparable_A : A; -fun irreplaceable_A : A; -fun irrepressible_A : A; -fun irreproachable_A : A; -fun irresistible_A : A; -fun irresolute_A : A; -fun irresolution_N : N; -fun irrespective_A : A; -fun irresponsibility_N : N; -fun irresponsible_A : A; -fun irretrievable_A : A; -fun irretrievably_Adv : Adv; -fun irreverence_N : N; -fun irreverent_A : A; -fun irreverently_Adv : Adv; -fun irreversibility_N : N; -fun irreversible_A : A; -fun irreversibly_Adv : Adv; -fun irrevocable_A : A; -fun irridentism_N : N; -fun irrigate_V2 : V2; -fun irrigation_N : N; -fun irritability_N : N; -fun irritable_A : A; -fun irritably_Adv : Adv; -fun irritant_A : A; -fun irritant_N : N; -fun irritate_V2 : V2; -fun irritation_N : N; -fun irruption_N : N; -fun irthlingborough_PN : PN; -fun irvine_PN : PN; -fun isaac_PN : PN; -fun isabel_PN : PN; -fun isabella_PN : PN; -fun isinglass_N : N; -fun islam_N : N; -fun islamic_A : A; -fun island_N : N; -fun islander_N : N; -fun isle_N : N; -fun islet_N : N; -fun islington_PN : PN; -fun ism_N : N; -fun isobar_N : N; -fun isobel_PN : PN; -fun isolate_V2 : V2; -fun isolation_N : N; -fun isolationism_N : N; -fun isolationist_N : N; -fun isosceles_A : A; -fun isotherm_N : N; -fun isotope_N : N; -fun israel_PN : PN; -fun israeli_A : A; -fun israeli_N : N; -fun issue_N : N; -fun issue_V : V; -fun issue_V2 : V2; -fun istanbul_PN : PN; -fun isthmus_N : N; -fun italian_A : A; -fun italian_N : N; -fun italic_A : A; -fun italicize_V2 : V2; -fun italy_PN : PN; -fun itch_N : N; -fun itch_V : V; -fun itchy_A : A; -fun item_Adv : Adv; -fun item_N : N; -fun itemize_V2 : V2; -fun iterate_V2 : V2; -fun iteration_N : N; -fun itinerant_A : A; -fun itinerary_N : N; -fun its_A : A; -fun itv_N : N; -fun iud_N : N; -fun ivan_PN : PN; -fun iver_PN : PN; -fun ivied_A : A; -fun ivor_PN : PN; -fun ivory_N : N; -fun ivy_N : N; -fun ivy_PN : PN; -fun izmir_PN : PN; -fun jab_N : N; -fun jab_V : V; -fun jab_V2 : V2; -fun jabalpur_PN : PN; -fun jabber_N : N; -fun jabber_V : V; -fun jabber_V2 : V2; -fun jabberer_N : N; -fun jabot_N : N; -fun jack_N : N; -fun jack_PN : PN; -fun jack_V2 : V2; -fun jack_in_the_box_N : N; -fun jack_knife_N : N; -fun jack_knife_V : V; -fun jack_o'_lantern_N : N; -fun jack_plane_N : N; -fun jackal_N : N; -fun jackanapes_N : N; -fun jackass_N : N; -fun jackboot_N : N; -fun jackdaw_N : N; -fun jacket_N : N; -fun jackie_PN : PN; -fun jackpot_N : N; -fun jacksonville_PN : PN; -fun jacob_PN : PN; -fun jacobean_A : A; -fun jacobin_A : A; -fun jacobin_N : N; -fun jacobinism_N : N; -fun jacobite_N : N; -fun jacqueline_PN : PN; -fun jade_N : N; -fun jaded_A : A; -fun jag_N : N; -fun jag_V2 : V2; -fun jagged_A : A; -fun jaggy_A : A; -fun jaguar_N : N; -fun jail_N : N; -fun jail_V2 : V2; -fun jailer_N : N; -fun jailor_N : N; -fun jaipur_PN : PN; -fun jakarta_PN : PN; -fun jake_PN : PN; -fun jakes_N : N; -fun jalopy_N : N; -fun jam_N : N; -fun jam_V : V; -fun jam_V2 : V2; -fun jamaica_PN : PN; -fun jamaican_A : A; -fun jamaican_N : N; -fun jamb_N : N; -fun jamboree_N : N; -fun james_PN : PN; -fun jamjar_N : N; -fun jampack_V2 : V2; -fun jampot_N : N; -fun jan_PN : PN; -fun jane_PN : PN; -fun janet_PN : PN; -fun jangle_N : N; -fun jangle_V : V; -fun jangle_V2 : V2; -fun janice_PN : PN; -fun janie_PN : PN; -fun janitor_N : N; -fun january_N : N; -fun january_PN : PN; -fun janus_PN : PN; -fun japan_PN : PN; -fun japan_V2 : V2; -fun japanese_A : A; -fun japanese_N : N; -fun jape_N : N; -fun japonica_N : N; -fun jar_N : N; -fun jar_V : V; -fun jar_V2 : V2; -fun jarful_N : N; -fun jargon_N : N; -fun jarring_A : A; -fun jarringly_Adv : Adv; -fun jarrow_PN : PN; -fun jasmine_N : N; -fun jason_PN : PN; -fun jasper_N : N; -fun jaundice_N : N; -fun jaundice_V2 : V2; -fun jaunt_N : N; -fun jaunt_V : V; -fun jauntily_Adv : Adv; -fun jauntiness_N : N; -fun jaunting_car_N : N; -fun jaunty_A : A; -fun java_PN : PN; -fun javanese_A : A; -fun javanese_N : N; -fun javelin_N : N; -fun jaw_N : N; -fun jaw_V : V; -fun jawbone_N : N; -fun jawbreaker_N : N; -fun jay_N : N; -fun jaywalk_V : V; -fun jaywalker_N : N; -fun jazz_N : N; -fun jazz_V2 : V2; -fun jazzy_A : A; -fun jc_PN : PN; -fun jealous_A : A; -fun jealously_Adv : Adv; -fun jealousy_N : N; -fun jean_N : N; -fun jean_PN : PN; -fun jeanie_PN : PN; -fun jedburgh_PN : PN; -fun jeep_N : N; -fun jeer_N : N; -fun jeer_V : V; -fun jeer_V2 : V2; -fun jeeringly_Adv : Adv; -fun jeff_PN : PN; -fun jeffrey_PN : PN; -fun jehovah_PN : PN; -fun jejune_A : A; -fun jejunely_Adv : Adv; -fun jejuneness_N : N; -fun jekyll_and_hyde_PN : PN; -fun jell_V : V; -fun jell_V2 : V2; -fun jellaba_N : N; -fun jellied_A : A; -fun jelly_N : N; -fun jelly_V : V; -fun jelly_V2 : V2; -fun jellyfish_N : N; -fun jemmy_N : N; -fun jennifer_PN : PN; -fun jenny_N : N; -fun jenny_PN : PN; -fun jeopardize_V2 : V2; -fun jeopardy_N : N; -fun jerboa_N : N; -fun jeremiad_N : N; -fun jeremy_PN : PN; -fun jerk_N : N; -fun jerk_V : V; -fun jerk_V2 : V2; -fun jerkily_Adv : Adv; -fun jerkin_N : N; -fun jerkiness_N : N; -fun jerky_A : A; -fun jerome_PN : PN; -fun jerry_N : N; -fun jerry_PN : PN; -fun jerry_builder_N : N; -fun jerry_building_N : N; -fun jerry_built_A : A; -fun jersey_N : N; -fun jersey_PN : PN; -fun jess_PN : PN; -fun jessica_PN : PN; -fun jessie_PN : PN; -fun jest_N : N; -fun jest_V : V; -fun jester_N : N; -fun jesting_A : A; -fun jestingly_Adv : Adv; -fun jesuit_N : N; -fun jesuitical_A : A; -fun jesus_PN : PN; -fun jet_N : N; -fun jet_V : V; -fun jet_V2 : V2; -fun jet_black_A : A; -fun jet_propelled_A : A; -fun jetsam_N : N; -fun jettison_V2 : V2; -fun jetty_N : N; -fun jew_N : N; -fun jewel_N : N; -fun jewel_V2 : V2; -fun jeweller_N : N; -fun jewellery_N : N; -fun jewelry_N : N; -fun jewess_N : N; -fun jewish_A : A; -fun jezebel_N : N; -fun jib_N : N; -fun jib_V : V; -fun jib_boom_N : N; -fun jibe_N : N; -fun jibe_V : V; -fun jiffy_N : N; -fun jig_N : N; -fun jig_V : V; -fun jig_V2 : V2; -fun jigger_N : N; -fun jiggered_A : A; -fun jiggery_pokery_N : N; -fun jiggle_N : N; -fun jiggle_V : V; -fun jiggle_V2 : V2; -fun jigsaw_N : N; -fun jihad_N : N; -fun jill_PN : PN; -fun jilt_N : N; -fun jilt_V2 : V2; -fun jim_PN : PN; -fun jim_crow_N : N; -fun jimmy_N : N; -fun jimmy_PN : PN; -fun jingle_N : N; -fun jingle_V : V; -fun jingle_V2 : V2; -fun jingo_N : N; -fun jingoism_N : N; -fun jingoist_N : N; -fun jingoistic_A : A; -fun jinks_N : N; -fun jinn_N : N; -fun jinx_N : N; -fun jitney_N : N; -fun jitterbug_N : N; -fun jittery_A : A; -fun jive_N : N; -fun jive_V : V; -fun jnr_PN : PN; -fun jo_PN : PN; -fun joan_PN : PN; -fun joanie_PN : PN; -fun joann_PN : PN; -fun joanna_PN : PN; -fun joanne_PN : PN; -fun job_N : N; -fun job_PN : PN; -fun job_V : V; -fun job_V2 : V2; -fun jobber_N : N; -fun jobbery_N : N; -fun jocelyn_PN : PN; -fun jockey_N : N; -fun jockey_V : V; -fun jockey_V2 : V2; -fun jocose_A : A; -fun jocosely_Adv : Adv; -fun jocoseness_N : N; -fun jocosity_N : N; -fun jocular_A : A; -fun jocularity_N : N; -fun jocularly_Adv : Adv; -fun jocund_A : A; -fun jocundity_N : N; -fun joe_PN : PN; -fun joey_PN : PN; -fun jog_N : N; -fun jog_V : V; -fun jog_V2 : V2; -fun jog_trot_N : N; -fun jogger_N : N; -fun jogging_N : N; -fun joggle_N : N; -fun joggle_V : V; -fun joggle_V2 : V2; -fun johannesburg_PN : PN; -fun john_N : N; -fun john_PN : PN; -fun john_bull_N : N; -fun johnny_PN : PN; -fun johnstone_PN : PN; -fun joie_de_vivre_N : N; -fun join_N : N; -fun join_V : V; -fun join_V2 : V2; -fun joiner_N : N; -fun joinery_N : N; -fun joint_A : A; -fun joint_N : N; -fun joint_V2 : V2; -fun jointly_Adv : Adv; -fun jointure_N : N; -fun joist_N : N; -fun joke_N : N; -fun joke_V : V; -fun joker_N : N; -fun jokingly_Adv : Adv; -fun jollification_N : N; -fun jollity_N : N; -fun jolly_A : A; -fun jolly_Adv : Adv; -fun jolly_V2 : V2; -fun jollyboat_N : N; -fun jolt_N : N; -fun jolt_V : V; -fun jolt_V2 : V2; -fun jolty_A : A; -fun jonah_PN : PN; -fun jonathan_PN : PN; -fun jonquil_N : N; -fun jordan_PN : PN; -fun jordanian_A : A; -fun jordanian_N : N; -fun joseph_PN : PN; -fun josephine_PN : PN; -fun josh_PN : PN; -fun joshua_PN : PN; -fun joss_N : N; -fun joss_house_N : N; -fun joss_stick_N : N; -fun jostle_V : V; -fun jostle_V2 : V2; -fun jot_N : N; -fun jot_V2 : V2; -fun jotter_N : N; -fun joule_N : N; -fun journal_N : N; -fun journalese_N : N; -fun journalism_N : N; -fun journalist_N : N; -fun journalistic_A : A; -fun journalistically_Adv : Adv; -fun journey_N : N; -fun journey_V : V; -fun journeyman_N : N; -fun joust_N : N; -fun joust_V : V; -fun jove_PN : PN; -fun jovial_A : A; -fun joviality_N : N; -fun jovially_Adv : Adv; -fun jowl_N : N; -fun jowly_A : A; -fun joy_N : N; -fun joy_PN : PN; -fun joy_V : V; -fun joy_ride_N : N; -fun joy_stick_N : N; -fun joyce_PN : PN; -fun joyful_A : A; -fun joyfully_Adv : Adv; -fun joyfulness_N : N; -fun joyless_A : A; -fun joylessly_Adv : Adv; -fun joylessness_N : N; -fun joyous_A : A; -fun joyously_Adv : Adv; -fun joyousness_N : N; -fun jp_N : N; -fun ju_jitsu_N : N; -fun jubilant_A : A; -fun jubilantly_Adv : Adv; -fun jubilation_N : N; -fun jubilee_N : N; -fun judaic_A : A; -fun judaism_N : N; -fun judas_N : N; -fun judas_PN : PN; -fun judder_V : V; -fun judge_N : N; -fun judge_V : V; -fun judge_V2 : V2; -fun judgement_N : N; -fun judicature_N : N; -fun judicial_A : A; -fun judiciary_N : N; -fun judicious_A : A; -fun judiciously_Adv : Adv; -fun judiciousness_N : N; -fun judith_PN : PN; -fun judo_N : N; -fun judy_PN : PN; -fun jug_N : N; -fun jug_V2 : V2; -fun jugful_N : N; -fun juggernaut_N : N; -fun juggle_V : V; -fun juggle_V2 : V2; -fun juggler_N : N; -fun jugular_A : A; -fun juice_N : N; -fun juiciness_N : N; -fun juicy_A : A; -fun juju_N : N; -fun jujube_N : N; -fun jukebox_N : N; -fun jul_PN : PN; -fun julep_N : N; -fun julia_PN : PN; -fun julian_A : A; -fun julian_PN : PN; -fun julie_PN : PN; -fun juliet_PN : PN; -fun july_N : N; -fun jumble_N : N; -fun jumble_V : V; -fun jumble_V2 : V2; -fun jumble_sale_N : N; -fun jumbo_A : A; -fun jump_N : N; -fun jump_V : V; -fun jump_V2 : V2; -fun jumped_up_A : A; -fun jumper_N : N; -fun jumpiness_N : N; -fun jumpy_A : A; -fun jun_PN : PN; -fun junction_N : N; -fun juncture_N : N; -fun june_N : N; -fun june_PN : PN; -fun jungle_N : N; -fun jungly_A : A; -fun junior_A : A; -fun junior_N : N; -fun juniper_N : N; -fun junk_N : N; -fun junk_shop_N : N; -fun junket_N : N; -fun junket_V : V; -fun junketing_N : N; -fun junkie_N : N; -fun junky_N : N; -fun junoesque_A : A; -fun junta_N : N; -fun jupiter_PN : PN; -fun juridical_A : A; -fun jurisdiction_N : N; -fun jurisprudence_N : N; -fun jurist_N : N; -fun juror_N : N; -fun jury_N : N; -fun jury_box_N : N; -fun jury_mast_N : N; -fun juryman_N : N; -fun just_A : A; -fun just_Adv : Adv; -fun justice_N : N; -fun justiciary_N : N; -fun justifiable_A : A; -fun justifiably_Adv : Adv; -fun justification_N : N; -fun justify_V2 : V2; -fun justin_PN : PN; -fun justly_Adv : Adv; -fun justness_N : N; -fun jut_V : V; -fun jute_N : N; -fun juvenile_A : A; -fun juvenile_N : N; -fun juxtapose_V2 : V2; -fun juxtaposition_N : N; -fun kaffir_N : N; -fun kail_N : N; -fun kaiser_N : N; -fun kakemono_N : N; -fun kale_N : N; -fun kaleidoscope_N : N; -fun kaleidoscopic_A : A; -fun kalgan_PN : PN; -fun kampong_N : N; -fun kampuchea_PN : PN; -fun kampuchean_A : A; -fun kampuchean_N : N; -fun kangaroo_N : N; -fun kanpur_PN : PN; -fun kansas_PN : PN; -fun kansas_city_PN : PN; -fun kaohsiung_PN : PN; -fun kaolin_N : N; -fun kapok_N : N; -fun kaput_A : A; -fun karachi_PN : PN; -fun karaganda_PN : PN; -fun karat_N : N; -fun karate_N : N; -fun karen_PN : PN; -fun karlsruhe_PN : PN; -fun karma_N : N; -fun kashmir_PN : PN; -fun kashmiri_A : A; -fun kashmiri_N : N; -fun kassel_PN : PN; -fun kate_PN : PN; -fun kath_PN : PN; -fun katherine_PN : PN; -fun kathy_PN : PN; -fun katie_PN : PN; -fun katowice_PN : PN; -fun kava_N : N; -fun kay_PN : PN; -fun kayak_N : N; -fun kazan_PN : PN; -fun kebab_N : N; -fun kedgeree_N : N; -fun keel_N : N; -fun keel_V : V; -fun keel_V2 : V2; -fun keen_A : A; -fun keen_N : N; -fun keen_V : V; -fun keen_V2 : V2; -fun keenly_Adv : Adv; -fun keenness_N : N; -fun keep_N : N; -fun keep_V : V; -fun keep_V2 : V2; -fun keeper_N : N; -fun keeping_N : N; -fun keepsake_N : N; -fun keg_N : N; -fun keighley_PN : PN; -fun keith_PN : PN; -fun kelp_N : N; -fun kelso_PN : PN; -fun kelt_N : N; -fun kelty_PN : PN; -fun kemsing_PN : PN; -fun ken_N : N; -fun ken_PN : PN; -fun ken_V2 : V2; -fun kendal_PN : PN; -fun kenilworth_PN : PN; -fun kennel_N : N; -fun kennel_V : V; -fun kennel_V2 : V2; -fun kenneth_PN : PN; -fun kenny_PN : PN; -fun kensington_PN : PN; -fun kent_PN : PN; -fun kentucky_PN : PN; -fun kenya_PN : PN; -fun kenyan_A : A; -fun kenyan_N : N; -fun kepi_N : N; -fun kerb_N : N; -fun kerbstone_N : N; -fun kerchief_N : N; -fun kernel_N : N; -fun kerosene_N : N; -fun kerry_PN : PN; -fun kestrel_N : N; -fun ketch_N : N; -fun ketchup_N : N; -fun kettering_PN : PN; -fun kettle_N : N; -fun kettledrum_N : N; -fun kevin_PN : PN; -fun key_N : N; -fun key_V2 : V2; -fun keyboard_N : N; -fun keyhole_N : N; -fun keyless_A : A; -fun keynote_N : N; -fun keynsham_PN : PN; -fun keyring_N : N; -fun keystone_N : N; -fun keyword_N : N; -fun keyworth_PN : PN; -fun kg_N : N; -fun kgb_N : N; -fun khaki_A : A; -fun khaki_N : N; -fun khalka_N : N; -fun khan_N : N; -fun kharkov_PN : PN; -fun khartoum_PN : PN; -fun khmer_N : N; -fun kibbutz_N : N; -fun kibbutznik_N : N; -fun kick_N : N; -fun kick_V : V; -fun kick_V2 : V2; -fun kick_start_N : N; -fun kick_starter_N : N; -fun kickback_N : N; -fun kickoff_N : N; -fun kid_N : N; -fun kid_V : V; -fun kid_V2 : V2; -fun kidderminster_PN : PN; -fun kiddy_N : N; -fun kidlington_PN : PN; -fun kidnap_V2 : V2; -fun kidnapper_N : N; -fun kidney_N : N; -fun kidney_bean_N : N; -fun kidsgrove_PN : PN; -fun kiev_PN : PN; -fun kilbirnie_PN : PN; -fun kildare_PN : PN; -fun kilkenny_PN : PN; -fun kill_N : N; -fun kill_V : V; -fun kill_V2 : V2; -fun killarney_PN : PN; -fun killer_N : N; -fun killing_A : A; -fun killing_N : N; -fun killingly_Adv : Adv; -fun killjoy_N : N; -fun kilmarnock_PN : PN; -fun kiln_N : N; -fun kilo_N : N; -fun kilocycle_N : N; -fun kilogram_N : N; -fun kilolitre_N : N; -fun kilometre_N : N; -fun kilowatt_N : N; -fun kilsyth_PN : PN; -fun kilt_N : N; -fun kilwinning_PN : PN; -fun kimberley_PN : PN; -fun kimono_N : N; -fun kind_A : A; -fun kind_N : N; -fun kind_hearted_A : A; -fun kinda_Adv : Adv; -fun kindergarten_N : N; -fun kindle_V : V; -fun kindle_V2 : V2; -fun kindling_N : N; -fun kindly_A : A; -fun kindly_Adv : Adv; -fun kindness_N : N; -fun kindred_A : A; -fun kindred_N : N; -fun kinetic_A : A; -fun kinetics_N : N; -fun king's_lynn_PN : PN; -fun king_N : N; -fun king_size_A : A; -fun king_sized_A : A; -fun kingcup_N : N; -fun kingdom_N : N; -fun kingfisher_N : N; -fun kinglike_A : A; -fun kingly_A : A; -fun kingpin_N : N; -fun kingsbury_PN : PN; -fun kingship_N : N; -fun kingsteignton_PN : PN; -fun kingston_PN : PN; -fun kingston_upon_hull_PN : PN; -fun kingston_upon_thames_PN : PN; -fun kink_N : N; -fun kink_V : V; -fun kink_V2 : V2; -fun kinky_A : A; -fun kinshasa_PN : PN; -fun kinship_N : N; -fun kinsman_N : N; -fun kinswoman_N : N; -fun kiosk_N : N; -fun kip_N : N; -fun kip_V : V; -fun kippax_PN : PN; -fun kipper_N : N; -fun kirin_PN : PN; -fun kirk_N : N; -fun kirkby_PN : PN; -fun kirkby_in_ashfield_PN : PN; -fun kirkcaldy_PN : PN; -fun kirkham_PN : PN; -fun kirkintilloch_PN : PN; -fun kirkwall_PN : PN; -fun kirsch_N : N; -fun kirtle_N : N; -fun kismet_N : N; -fun kiss_N : N; -fun kiss_V : V; -fun kiss_V2 : V2; -fun kisser_N : N; -fun kit_N : N; -fun kit_V2 : V2; -fun kitakyushu_PN : PN; -fun kitbag_N : N; -fun kitchen_N : N; -fun kitchenette_N : N; -fun kite_N : N; -fun kite_balloon_N : N; -fun kitsch_A : A; -fun kitten_N : N; -fun kittenish_A : A; -fun kitty_N : N; -fun kitty_PN : PN; -fun kiwi_N : N; -fun klaxon_N : N; -fun kleenex_N : N; -fun kleptomania_N : N; -fun kleptomaniac_N : N; -fun km_N : N; -fun knack_N : N; -fun knacker_N : N; -fun knap_V2 : V2; -fun knapsack_N : N; -fun knaresborough_PN : PN; -fun knave_N : N; -fun knavery_N : N; -fun knavish_A : A; -fun knavishly_Adv : Adv; -fun knead_V2 : V2; -fun knee_N : N; -fun knee_deep_A : A; -fun knee_deep_Adv : Adv; -fun knee_high_A : A; -fun knee_high_Adv : Adv; -fun kneecap_N : N; -fun kneel_V : V; -fun knell_N : N; -fun knesset_N : N; -fun knick_knack_N : N; -fun knife_N : N; -fun knife_V2 : V2; -fun knife_edge_N : N; -fun knight_N : N; -fun knight_V2 : V2; -fun knight_errant_N : N; -fun knighthood_N : N; -fun knightly_A : A; -fun knit_V : V; -fun knit_V2 : V2; -fun knitter_N : N; -fun knitting_N : N; -fun knitting_machine_N : N; -fun knitting_needle_N : N; -fun knitwear_N : N; -fun knob_N : N; -fun knobble_N : N; -fun knobbly_A : A; -fun knobkerrie_N : N; -fun knock_N : N; -fun knock_V : V; -fun knock_V2 : V2; -fun knock_kneed_A : A; -fun knock_on_N : N; -fun knockabout_A : A; -fun knockdown_A : A; -fun knocker_N : N; -fun knockout_A : A; -fun knockout_N : N; -fun knoll_N : N; -fun knot_N : N; -fun knot_V : V; -fun knot_V2 : V2; -fun knothole_N : N; -fun knottingley_PN : PN; -fun knotty_A : A; -fun knout_N : N; -fun know_N : N; -fun know_V : V; -fun know_V2 : V2; -fun know_all_N : N; -fun know_how_N : N; -fun knowing_A : A; -fun knowingly_Adv : Adv; -fun knowledge_N : N; -fun knowledgeable_A : A; -fun knuckle_N : N; -fun knuckle_V : V; -fun knutsford_PN : PN; -fun ko_N : N; -fun koala_N : N; -fun kobe_PN : PN; -fun koblenz_PN : PN; -fun kobo_N : N; -fun kohl_N : N; -fun kohlrabi_N : N; -fun kola_N : N; -fun kola_nut_N : N; -fun koln_PN : PN; -fun kookaburra_N : N; -fun kopeck_N : N; -fun kopje_N : N; -fun koppie_N : N; -fun koran_N : N; -fun koranic_A : A; -fun korea_PN : PN; -fun korean_A : A; -fun korean_N : N; -fun kosher_A : A; -fun kosher_N : N; -fun kotow_N : N; -fun kotow_V : V; -fun koumiss_N : N; -fun kowtow_N : N; -fun kowtow_V : V; -fun kraal_N : N; -fun krakow_PN : PN; -fun krasnoyarsk_PN : PN; -fun krefeld_PN : PN; -fun kremlin_N : N; -fun krivoi_rog_PN : PN; -fun krona_N : N; -fun krone_N : N; -fun kudos_N : N; -fun kumis_N : N; -fun kung_fu_N : N; -fun kunming_PN : PN; -fun kuwait_PN : PN; -fun kuwait_city_PN : PN; -fun kuwaiti_A : A; -fun kuwaiti_N : N; -fun kuybyshev_PN : PN; -fun kvass_N : N; -fun kw_N : N; -fun kwacha_N : N; -fun kweiyang_PN : PN; -fun kwela_N : N; -fun kyoto_PN : PN; -fun kummel_N : N; -fun l_plate_N : N; -fun la_N : N; -fun la_PN : PN; -fun la_di_da_A : A; -fun la_habana_PN : PN; -fun la_paz_PN : PN; -fun la_plata_PN : PN; -fun la_spezia_PN : PN; -fun laager_N : N; -fun lab_N : N; -fun lab_PN : PN; -fun label_N : N; -fun label_V2 : V2; -fun labial_A : A; -fun laboratory_N : N; -fun laborious_A : A; -fun laboriously_Adv : Adv; -fun labour_N : N; -fun labour_V : V; -fun labour_V2 : V2; -fun labour_saving_A : A; -fun laboured_A : A; -fun labourer_N : N; -fun labourite_N : N; -fun labrador_PN : PN; -fun laburnum_N : N; -fun labyrinth_N : N; -fun labyrinthine_A : A; -fun lace_N : N; -fun lace_V : V; -fun lace_V2 : V2; -fun lacerate_V2 : V2; -fun laceration_N : N; -fun lachrymal_A : A; -fun lachrymose_A : A; -fun lack_N : N; -fun lack_V : V; -fun lack_V2 : V2; -fun lack_lustre_A : A; -fun lackadaisical_A : A; -fun lackadaisically_Adv : Adv; -fun lackey_N : N; -fun laconic_A : A; -fun laconically_Adv : Adv; -fun laconicism_N : N; -fun laconism_N : N; -fun lacquer_N : N; -fun lacquer_V2 : V2; -fun lacrosse_N : N; -fun lactic_A : A; -fun lacuna_N : N; -fun lacy_A : A; -fun lad_N : N; -fun ladder_N : N; -fun ladder_V : V; -fun ladder_proof_A : A; -fun laddie_N : N; -fun lade_V2 : V2; -fun laden_A : A; -fun lading_N : N; -fun ladle_N : N; -fun ladle_V2 : V2; -fun lady's_maid_N : N; -fun lady_N : N; -fun lady_chapel_N : N; -fun lady_in_waiting_N : N; -fun lady_killer_N : N; -fun ladybird_N : N; -fun ladylike_A : A; -fun ladyship_N : N; -fun lag_N : N; -fun lag_V : V; -fun lag_V2 : V2; -fun lager_N : N; -fun laggard_N : N; -fun lagging_N : N; -fun lagoon_N : N; -fun lagos_PN : PN; -fun lahore_PN : PN; -fun laic_A : A; -fun laicize_V2 : V2; -fun lair_N : N; -fun laird_N : N; -fun laissez_faire_N : N; -fun laity_N : N; -fun lake_N : N; -fun lakenheath_PN : PN; -fun lakh_N : N; -fun lam_V : V; -fun lam_V2 : V2; -fun lama_N : N; -fun lamasery_N : N; -fun lamb_N : N; -fun lamb_V : V; -fun lambaste_V2 : V2; -fun lambency_N : N; -fun lambent_A : A; -fun lambeth_PN : PN; -fun lambkin_N : N; -fun lambskin_N : N; -fun lame_A : A; -fun lame_V2 : V2; -fun lamely_Adv : Adv; -fun lameness_N : N; -fun lament_N : N; -fun lament_V : V; -fun lament_V2 : V2; -fun lamentable_A : A; -fun lamentably_Adv : Adv; -fun lamentation_N : N; -fun laminate_V : V; -fun laminate_V2 : V2; -fun lammas_N : N; -fun lammas_PN : PN; -fun lamp_N : N; -fun lamp_black_N : N; -fun lamplight_N : N; -fun lamplighter_N : N; -fun lamplit_A : A; -fun lampoon_N : N; -fun lampoon_V2 : V2; -fun lamppost_N : N; -fun lamprey_N : N; -fun lampshade_N : N; -fun lame_N : N; -fun lanark_PN : PN; -fun lancashire_PN : PN; -fun lancaster_PN : PN; -fun lancastrian_A : A; -fun lancastrian_N : N; -fun lance_N : N; -fun lance_V2 : V2; -fun lance_corporal_N : N; -fun lancer_N : N; -fun lancet_N : N; -fun lanchow_PN : PN; -fun lancing_PN : PN; -fun land_N : N; -fun land_V : V; -fun land_V2 : V2; -fun land_agent_N : N; -fun landau_N : N; -fun landed_A : A; -fun landfall_N : N; -fun landgrave_N : N; -fun landholder_N : N; -fun landing_N : N; -fun landing_craft_N : N; -fun landing_field_N : N; -fun landing_gear_N : N; -fun landing_net_N : N; -fun landing_party_N : N; -fun landing_place_N : N; -fun landing_stage_N : N; -fun landing_strip_N : N; -fun landlady_N : N; -fun landless_A : A; -fun landlocked_A : A; -fun landlord_N : N; -fun landlubber_N : N; -fun landmark_N : N; -fun landmine_N : N; -fun landowner_N : N; -fun landrover_N : N; -fun landscape_N : N; -fun landscape_V2 : V2; -fun landslide_N : N; -fun landslip_N : N; -fun landsman_N : N; -fun landward_Adv : Adv; -fun lane_N : N; -fun langsyne_Adv : Adv; -fun langsyne_N : N; -fun language_N : N; -fun languid_A : A; -fun languidly_Adv : Adv; -fun languish_V : V; -fun languor_N : N; -fun languorous_A : A; -fun languorously_Adv : Adv; -fun langur_N : N; -fun lank_A : A; -fun lanky_A : A; -fun lanolin_N : N; -fun lantern_N : N; -fun lantern_jawed_A : A; -fun lanyard_N : N; -fun lao_N : N; -fun laos_PN : PN; -fun laotian_A : A; -fun laotian_N : N; -fun lap_N : N; -fun lap_V : V; -fun lap_V2 : V2; -fun lap_dog_N : N; -fun lapel_N : N; -fun lapidary_A : A; -fun lapidary_N : N; -fun lapis_lazuli_N : N; -fun lapse_N : N; -fun lapse_V : V; -fun lapwing_N : N; -fun larboard_A : A; -fun larboard_N : N; -fun larceny_N : N; -fun larch_N : N; -fun lard_N : N; -fun lard_V2 : V2; -fun larder_N : N; -fun large_A : A; -fun large_Adv : Adv; -fun large_N : N; -fun large_scale_A : A; -fun largely_Adv : Adv; -fun largeness_N : N; -fun largesse_N : N; -fun largish_A : A; -fun largo_N : N; -fun largs_PN : PN; -fun lariat_N : N; -fun lark_N : N; -fun lark_V : V; -fun larkhall_PN : PN; -fun larkspur_N : N; -fun larn_V : V; -fun larn_V2 : V2; -fun larne_PN : PN; -fun larry_PN : PN; -fun larva_N : N; -fun larval_A : A; -fun laryngitis_N : N; -fun larynx_N : N; -fun las_palmas_PN : PN; -fun lascar_N : N; -fun lascivious_A : A; -fun lasciviously_Adv : Adv; -fun lasciviousness_N : N; -fun laser_N : N; -fun lash_N : N; -fun lash_V : V; -fun lash_V2 : V2; -fun lash_up_N : N; -fun lashing_N : N; -fun lass_N : N; -fun lassie_N : N; -fun lassitude_N : N; -fun lasso_N : N; -fun lasso_V2 : V2; -fun last_A : A; -fun last_Adv : Adv; -fun last_N : N; -fun last_V : V; -fun lasting_A : A; -fun lastly_Adv : Adv; -fun lat_N : N; -fun latch_N : N; -fun latch_V : V; -fun latch_V2 : V2; -fun latchkey_N : N; -fun late_A : A; -fun late_Adv : Adv; -fun lateen_A : A; -fun lately_Adv : Adv; -fun latent_A : A; -fun lateral_A : A; -fun laterally_Adv : Adv; -fun laterite_N : N; -fun latex_N : N; -fun lath_N : N; -fun lathe_N : N; -fun lather_N : N; -fun lather_V : V; -fun lather_V2 : V2; -fun lathi_N : N; -fun latin_A : A; -fun latin_N : N; -fun latinist_N : N; -fun latinize_V2 : V2; -fun latish_A : A; -fun latitude_N : N; -fun latitudes_N : N; -fun latitudinal_A : A; -fun latitudinarian_A : A; -fun latitudinarian_N : N; -fun latrine_N : N; -fun latter_A : A; -fun latter_day_A : A; -fun latterly_Adv : Adv; -fun lattice_N : N; -fun latticed_A : A; -fun laud_V2 : V2; -fun laudable_A : A; -fun laudably_Adv : Adv; -fun laudanum_N : N; -fun laudatory_A : A; -fun laugh_N : N; -fun laugh_V : V; -fun laugh_V2 : V2; -fun laughable_A : A; -fun laughably_Adv : Adv; -fun laughing_A : A; -fun laughing_gas_N : N; -fun laughing_stock_N : N; -fun laughingly_Adv : Adv; -fun laughter_N : N; -fun launch_N : N; -fun launch_V : V; -fun launch_V2 : V2; -fun launcher_N : N; -fun launching_pad_N : N; -fun launching_site_N : N; -fun launder_V : V; -fun launder_V2 : V2; -fun launderette_N : N; -fun laundress_N : N; -fun laundry_N : N; -fun laundryman_N : N; -fun laundrywoman_N : N; -fun laura_PN : PN; -fun laureate_A : A; -fun laureate_N : N; -fun laurel_N : N; -fun laurelled_A : A; -fun laurence_PN : PN; -fun lausanne_PN : PN; -fun lav_N : N; -fun lava_N : N; -fun lavatory_N : N; -fun lave_V2 : V2; -fun lavender_N : N; -fun lavish_A : A; -fun lavish_V2 : V2; -fun lavishly_Adv : Adv; -fun law_N : N; -fun law_abiding_A : A; -fun law_officer_N : N; -fun lawbreaker_N : N; -fun lawful_A : A; -fun lawfully_Adv : Adv; -fun lawgiver_N : N; -fun lawless_A : A; -fun lawlessly_Adv : Adv; -fun lawlessness_N : N; -fun lawmaker_N : N; -fun lawmaking_N : N; -fun lawn_N : N; -fun lawn_mower_N : N; -fun lawrence_PN : PN; -fun lawyer_N : N; -fun lax_A : A; -fun laxative_A : A; -fun laxative_N : N; -fun laxity_N : N; -fun laxly_Adv : Adv; -fun lay_A : A; -fun lay_N : N; -fun lay_V : V; -fun lay_V2 : V2; -fun lay_figure_N : N; -fun lay_off_N : N; -fun lay_out_N : N; -fun layabout_N : N; -fun layby_N : N; -fun layer_N : N; -fun layer_V2 : V2; -fun layer_cake_N : N; -fun layette_N : N; -fun layman_N : N; -fun layover_N : N; -fun lazar_N : N; -fun lazaret_N : N; -fun lazarette_N : N; -fun lazaretto_N : N; -fun lazarus_N : N; -fun lazarus_PN : PN; -fun laze_V : V; -fun laze_V2 : V2; -fun lazily_Adv : Adv; -fun laziness_N : N; -fun lazy_A : A; -fun lazybones_N : N; -fun lb_N : N; -fun lbs_N : N; -fun lbw_PN : PN; -fun le_havre_PN : PN; -fun le_mans_PN : PN; -fun lea_N : N; -fun leach_V2 : V2; -fun lead_N : N; -fun lead_V : V; -fun lead_V2 : V2; -fun lead_in_N : N; -fun lead_ore_N : N; -fun leaded_A : A; -fun leaden_A : A; -fun leader_N : N; -fun leaderless_A : A; -fun leadership_N : N; -fun leading_A : A; -fun leading_N : N; -fun leading_rein_N : N; -fun leaf_N : N; -fun leaf_V : V; -fun leaf_bud_N : N; -fun leaf_mould_N : N; -fun leafless_A : A; -fun leaflet_N : N; -fun leafy_A : A; -fun league_N : N; -fun league_V : V; -fun league_V2 : V2; -fun leak_N : N; -fun leak_V : V; -fun leak_V2 : V2; -fun leakage_N : N; -fun leaky_A : A; -fun leal_A : A; -fun leamington_spa_PN : PN; -fun lean_A : A; -fun lean_N : N; -fun lean_V : V; -fun lean_V2 : V2; -fun lean_to_N : N; -fun leaning_N : N; -fun leanness_N : N; -fun leap_N : N; -fun leap_V : V; -fun leap_V2 : V2; -fun leap_year_N : N; -fun leapfrog_N : N; -fun leapfrog_V2 : V2; -fun learn_V : V; -fun learn_V2 : V2; -fun learned_A : A; -fun learnedly_Adv : Adv; -fun learner_N : N; -fun learning_N : N; -fun lease_N : N; -fun lease_V2 : V2; -fun lease_lend_N : N; -fun leasehold_A : A; -fun leasehold_N : N; -fun leaseholder_N : N; -fun leash_N : N; -fun least_A : A; -fun least_Adv : Adv; -fun least_N : N; -fun leastways_Adv : Adv; -fun leastwise_Adv : Adv; -fun leather_N : N; -fun leather_jacket_N : N; -fun leatherette_N : N; -fun leatherhead_PN : PN; -fun leatherneck_N : N; -fun leatherwork_N : N; -fun leathery_A : A; -fun leave_N : N; -fun leave_V : V; -fun leave_V2 : V2; -fun leave_taking_N : N; -fun leaven_N : N; -fun leaven_V2 : V2; -fun lebanese_A : A; -fun lebanese_N : N; -fun lebanon_PN : PN; -fun lecher_N : N; -fun lecherous_A : A; -fun lechery_N : N; -fun lectern_N : N; -fun lecture_N : N; -fun lecture_V : V; -fun lecture_V2 : V2; -fun lecturer_N : N; -fun lectureship_N : N; -fun ledge_N : N; -fun ledger_N : N; -fun lee_N : N; -fun leech_N : N; -fun leeds_PN : PN; -fun leek_N : N; -fun leek_PN : PN; -fun leer_N : N; -fun leer_V : V; -fun leeward_A : A; -fun leeward_Adv : Adv; -fun leeway_N : N; -fun left_A : A; -fun left_Adv : Adv; -fun left_N : N; -fun left_hand_A : A; -fun left_handed_A : A; -fun left_wing_N : N; -fun left_winger_N : N; -fun leftist_N : N; -fun leg_N : N; -fun leg_pull_N : N; -fun leg_pulling_N : N; -fun legacy_N : N; -fun legal_A : A; -fun legalism_N : N; -fun legalistic_A : A; -fun legality_N : N; -fun legalization_N : N; -fun legalize_V2 : V2; -fun legally_Adv : Adv; -fun legate_N : N; -fun legatee_N : N; -fun legation_N : N; -fun legato_A : A; -fun legato_Adv : Adv; -fun legend_N : N; -fun legendary_A : A; -fun leger_line_N : N; -fun legerdemain_N : N; -fun legged_A : A; -fun legging_N : N; -fun leggy_A : A; -fun leghorn_N : N; -fun legibility_N : N; -fun legible_A : A; -fun legibly_Adv : Adv; -fun legion_N : N; -fun legionary_N : N; -fun legislate_V : V; -fun legislation_N : N; -fun legislative_A : A; -fun legislator_N : N; -fun legislature_N : N; -fun legitimacy_N : N; -fun legitimate_A : A; -fun legitimately_Adv : Adv; -fun legitimatize_V2 : V2; -fun legless_A : A; -fun leguminous_A : A; -fun lei_N : N; -fun leicester_PN : PN; -fun leicestershire_PN : PN; -fun leiden_PN : PN; -fun leigh_PN : PN; -fun leighton_linslade_PN : PN; -fun leinster_PN : PN; -fun leipzig_PN : PN; -fun leisure_N : N; -fun leisured_A : A; -fun leisurely_A : A; -fun leisurely_Adv : Adv; -fun leitrim_PN : PN; -fun leix_PN : PN; -fun lemming_N : N; -fun lemon_N : N; -fun lemonade_N : N; -fun lemur_N : N; -fun len_PN : PN; -fun lend_V2 : V2; -fun lender_N : N; -fun lending_library_N : N; -fun length_N : N; -fun lengthen_V : V; -fun lengthen_V2 : V2; -fun lengthily_Adv : Adv; -fun lengthways_A : A; -fun lengthways_Adv : Adv; -fun lengthwise_Adv : Adv; -fun lengthy_A : A; -fun lenience_N : N; -fun leniency_N : N; -fun lenient_A : A; -fun leniently_Adv : Adv; -fun leningrad_PN : PN; -fun lenity_N : N; -fun lenny_PN : PN; -fun lens_N : N; -fun lens_PN : PN; -fun lent_N : N; -fun lent_PN : PN; -fun lenten_A : A; -fun lentil_N : N; -fun lento_A : A; -fun lento_Adv : Adv; -fun leo_PN : PN; -fun leominster_PN : PN; -fun leon_PN : PN; -fun leonard_PN : PN; -fun leonine_A : A; -fun leopard_N : N; -fun leopardess_N : N; -fun leper_N : N; -fun leprechaun_N : N; -fun leprosy_N : N; -fun leprous_A : A; -fun lerwick_PN : PN; -fun les_PN : PN; -fun lesbian_N : N; -fun lesbianism_N : N; -fun lese_majesty_N : N; -fun lesion_N : N; -fun lesley_PN : PN; -fun leslie_PN : PN; -fun lesotho_PN : PN; -fun less_A : A; -fun less_Adv : Adv; -fun less_N : N; -fun lessee_N : N; -fun lessen_V : V; -fun lessen_V2 : V2; -fun lesser_A : A; -fun lesson_N : N; -fun lessor_N : N; -fun let_N : N; -fun let_V : V; -fun let_V2 : V2; -fun let_down_N : N; -fun let_up_N : N; -fun letchworth_PN : PN; -fun lethal_A : A; -fun lethargic_A : A; -fun lethargically_Adv : Adv; -fun lethargy_N : N; -fun lethe_PN : PN; -fun letter_N : N; -fun letter_box_N : N; -fun letter_card_N : N; -fun letter_case_N : N; -fun lettered_A : A; -fun letterhead_N : N; -fun lettering_N : N; -fun letterpress_N : N; -fun letting_N : N; -fun lettuce_N : N; -fun leucocyte_N : N; -fun leukaemia_N : N; -fun levant_PN : PN; -fun levant_V : V; -fun levantine_A : A; -fun levantine_N : N; -fun levee_N : N; -fun level_A : A; -fun level_N : N; -fun level_V : V; -fun level_V2 : V2; -fun level_headed_A : A; -fun leveller_N : N; -fun leven_PN : PN; -fun lever_N : N; -fun lever_V2 : V2; -fun leverage_N : N; -fun leveret_N : N; -fun leverkusen_PN : PN; -fun leviathan_N : N; -fun levitate_V : V; -fun levitate_V2 : V2; -fun levitation_N : N; -fun levity_N : N; -fun levy_N : N; -fun levy_V : V; -fun levy_V2 : V2; -fun lewd_A : A; -fun lewdly_Adv : Adv; -fun lewdness_N : N; -fun lewes_PN : PN; -fun lewis_PN : PN; -fun lewisham_PN : PN; -fun lexical_A : A; -fun lexically_Adv : Adv; -fun lexicographer_N : N; -fun lexicography_N : N; -fun lexicon_N : N; -fun lexis_N : N; -fun ley_N : N; -fun leyland_PN : PN; -fun liability_N : N; -fun liable_A : A; -fun liaise_V : V; -fun liaison_N : N; -fun liana_N : N; -fun liar_N : N; -fun lib_N : N; -fun lib_PN : PN; -fun libation_N : N; -fun libel_N : N; -fun libel_V2 : V2; -fun libellous_A : A; -fun liberal_A : A; -fun liberal_N : N; -fun liberalism_N : N; -fun liberality_N : N; -fun liberalization_N : N; -fun liberalize_V2 : V2; -fun liberally_Adv : Adv; -fun liberate_V2 : V2; -fun liberation_N : N; -fun liberator_N : N; -fun liberia_PN : PN; -fun liberian_A : A; -fun liberian_N : N; -fun libertine_N : N; -fun liberty_N : N; -fun libidinous_A : A; -fun libido_N : N; -fun libra_PN : PN; -fun librarian_N : N; -fun librarianship_N : N; -fun library_N : N; -fun librettist_N : N; -fun libretto_N : N; -fun libya_PN : PN; -fun libyan_A : A; -fun libyan_N : N; -fun licence_N : N; -fun licence_V2 : V2; -fun license_V2 : V2; -fun licensee_N : N; -fun licentiate_N : N; -fun licentious_A : A; -fun licentiously_Adv : Adv; -fun licentiousness_N : N; -fun lichee_N : N; -fun lichen_N : N; -fun lichfield_PN : PN; -fun lichgate_N : N; -fun lichi_N : N; -fun licit_A : A; -fun lick_N : N; -fun lick_V : V; -fun lick_V2 : V2; -fun licking_N : N; -fun lid_N : N; -fun lidless_A : A; -fun lido_N : N; -fun lie_N : N; -fun lie_V : V; -fun lie_abed_N : N; -fun lie_detector_N : N; -fun lie_in_N : N; -fun liechtenstein_PN : PN; -fun liechtensteiner_A : A; -fun liechtensteiner_N : N; -fun lied_N : N; -fun lieder_singer_N : N; -fun lief_Adv : Adv; -fun liege_A : A; -fun liege_N : N; -fun liege_PN : PN; -fun liegeman_N : N; -fun lien_N : N; -fun lieu_N : N; -fun lieutenancy_N : N; -fun lieutenant_N : N; -fun life_N : N; -fun life_buoy_N : N; -fun life_giving_A : A; -fun life_jacket_N : N; -fun life_office_N : N; -fun life_preserver_N : N; -fun life_raft_N : N; -fun life_saver_N : N; -fun life_size_A : A; -fun life_sized_A : A; -fun life_span_N : N; -fun life_work_N : N; -fun lifebelt_N : N; -fun lifeblood_N : N; -fun lifeboat_N : N; -fun lifebuoy_N : N; -fun lifeguard_N : N; -fun lifeless_A : A; -fun lifelessly_Adv : Adv; -fun lifelike_A : A; -fun lifeline_N : N; -fun lifelong_A : A; -fun lifer_N : N; -fun lifetime_N : N; -fun lift_N : N; -fun lift_V : V; -fun lift_V2 : V2; -fun lift_off_N : N; -fun liftman_N : N; -fun ligament_N : N; -fun ligature_N : N; -fun light_A : A; -fun light_Adv : Adv; -fun light_N : N; -fun light_V : V; -fun light_V2 : V2; -fun light_armed_A : A; -fun light_coloured_A : A; -fun light_fingered_A : A; -fun light_handed_A : A; -fun light_handedly_Adv : Adv; -fun light_headed_A : A; -fun light_headedly_Adv : Adv; -fun light_headedness_N : N; -fun light_hearted_A : A; -fun light_heartedly_Adv : Adv; -fun light_heartedness_N : N; -fun light_heavyweight_N : N; -fun light_minded_A : A; -fun light_mindedness_N : N; -fun light_o'_love_N : N; -fun lighten_V : V; -fun lighten_V2 : V2; -fun lighter_N : N; -fun lighter_V2 : V2; -fun lighterage_N : N; -fun lighthouse_N : N; -fun lighting_up_A : A; -fun lightly_Adv : Adv; -fun lightness_N : N; -fun lightning_N : N; -fun lightning_conductor_N : N; -fun lightning_rod_N : N; -fun lightship_N : N; -fun lightsome_A : A; -fun lightsomely_Adv : Adv; -fun lightsomeness_N : N; -fun lightweight_A : A; -fun lightweight_N : N; -fun ligneous_A : A; -fun lignite_N : N; -fun likable_A : A; -fun like_A : A; -fun like_Adv : Adv; -fun like_N : N; -fun like_V2 : V2; -fun like_minded_A : A; -fun likeable_A : A; -fun likelihood_N : N; -fun likely_A : A; -fun likely_Adv : Adv; -fun liken_V2 : V2; -fun likeness_N : N; -fun likewise_Adv : Adv; -fun liking_N : N; -fun lilac_N : N; -fun lilian_PN : PN; -fun lille_PN : PN; -fun lilliputian_A : A; -fun lilliputian_N : N; -fun lilt_N : N; -fun lilt_V : V; -fun lilt_V2 : V2; -fun lily_N : N; -fun lily_PN : PN; -fun lily_livered_A : A; -fun lily_white_A : A; -fun lima_PN : PN; -fun limb_N : N; -fun limbed_A : A; -fun limber_A : A; -fun limber_V : V; -fun limber_V2 : V2; -fun limbless_A : A; -fun limbo_N : N; -fun lime_N : N; -fun lime_V2 : V2; -fun lime_tree_N : N; -fun limejuice_N : N; -fun limekiln_N : N; -fun limelight_N : N; -fun limerick_N : N; -fun limerick_PN : PN; -fun limestone_N : N; -fun limey_N : N; -fun limit_N : N; -fun limit_V2 : V2; -fun limitation_N : N; -fun limitless_A : A; -fun limn_V2 : V2; -fun limoges_PN : PN; -fun limousine_N : N; -fun limp_A : A; -fun limp_N : N; -fun limp_V : V; -fun limpet_N : N; -fun limpid_A : A; -fun limpidity_N : N; -fun limpidly_Adv : Adv; -fun limply_Adv : Adv; -fun limpness_N : N; -fun linchpin_N : N; -fun lincoln_PN : PN; -fun lincolnshire_PN : PN; -fun linda_PN : PN; -fun linden_N : N; -fun linden_tree_N : N; -fun line_N : N; -fun line_V : V; -fun line_V2 : V2; -fun line_shooter_N : N; -fun line_shooting_N : N; -fun line_up_N : N; -fun lineage_N : N; -fun lineal_A : A; -fun lineally_Adv : Adv; -fun lineament_N : N; -fun linear_A : A; -fun linearly_Adv : Adv; -fun lineman_N : N; -fun linen_N : N; -fun linen_draper_N : N; -fun liner_N : N; -fun liner_train_N : N; -fun linesman_N : N; -fun ling_N : N; -fun lingam_N : N; -fun linger_V : V; -fun lingerer_N : N; -fun lingerie_N : N; -fun lingering_A : A; -fun lingeringly_Adv : Adv; -fun lingo_N : N; -fun lingua_franca_N : N; -fun lingual_A : A; -fun linguist_N : N; -fun linguistic_A : A; -fun linguistically_Adv : Adv; -fun linguistics_N : N; -fun liniment_N : N; -fun lining_N : N; -fun link_N : N; -fun link_V : V; -fun link_V2 : V2; -fun link_up_N : N; -fun linkage_N : N; -fun linkboy_N : N; -fun linkman_N : N; -fun links_N : N; -fun linlithgow_PN : PN; -fun linnet_N : N; -fun lino_N : N; -fun linocut_N : N; -fun linoleum_N : N; -fun linotype_N : N; -fun linseed_N : N; -fun linsey_woolsey_N : N; -fun lint_N : N; -fun lintel_N : N; -fun linwood_PN : PN; -fun linz_PN : PN; -fun lion_N : N; -fun lion_hearted_A : A; -fun lion_hunter_N : N; -fun lionel_PN : PN; -fun lioness_N : N; -fun lionize_V2 : V2; -fun lip_N : N; -fun lip_read_V2 : V2; -fun lip_reading_N : N; -fun lipped_A : A; -fun lipstick_N : N; -fun liquefaction_N : N; -fun liquefy_V : V; -fun liquefy_V2 : V2; -fun liquescent_A : A; -fun liqueur_N : N; -fun liquid_A : A; -fun liquid_N : N; -fun liquidate_V : V; -fun liquidate_V2 : V2; -fun liquidation_N : N; -fun liquidator_N : N; -fun liquidity_N : N; -fun liquidize_V2 : V2; -fun liquidizer_N : N; -fun liquor_N : N; -fun liquorice_N : N; -fun lira_N : N; -fun lisa_PN : PN; -fun lisbon_PN : PN; -fun liskeard_PN : PN; -fun lisle_N : N; -fun lisp_N : N; -fun lisp_V : V; -fun lisp_V2 : V2; -fun lispingly_Adv : Adv; -fun lissom_A : A; -fun lissome_A : A; -fun lissomness_N : N; -fun list_N : N; -fun list_V : V; -fun list_V2 : V2; -fun list_price_N : N; -fun listen_V : V; -fun listener_N : N; -fun listing_N : N; -fun listless_A : A; -fun listlessly_Adv : Adv; -fun listlessness_N : N; -fun litany_N : N; -fun litchee_N : N; -fun litchi_N : N; -fun literacy_N : N; -fun literal_A : A; -fun literal_N : N; -fun literally_Adv : Adv; -fun literary_A : A; -fun literate_A : A; -fun literate_N : N; -fun literature_N : N; -fun lithe_A : A; -fun lithograph_N : N; -fun lithograph_V : V; -fun lithograph_V2 : V2; -fun lithographic_A : A; -fun lithography_N : N; -fun litigant_N : N; -fun litigate_V : V; -fun litigate_V2 : V2; -fun litigation_N : N; -fun litigious_A : A; -fun litmus_N : N; -fun litmus_paper_N : N; -fun litotes_N : N; -fun litre_N : N; -fun litter_N : N; -fun litter_V : V; -fun litter_V2 : V2; -fun litter_basket_N : N; -fun litter_lout_N : N; -fun litterbin_N : N; -fun little_A : A; -fun little_Adv : Adv; -fun little_N : N; -fun littlehampton_PN : PN; -fun littleness_N : N; -fun littoral_A : A; -fun littoral_N : N; -fun liturgical_A : A; -fun liturgy_N : N; -fun livable_A : A; -fun live_A : A; -fun live_Adv : Adv; -fun live_V : V; -fun live_V2 : V2; -fun live_birth_N : N; -fun liveable_A : A; -fun livelihood_N : N; -fun liveliness_N : N; -fun livelong_A : A; -fun lively_A : A; -fun liven_V : V; -fun liven_V2 : V2; -fun liver_N : N; -fun liveried_A : A; -fun liverish_A : A; -fun liverpool_PN : PN; -fun liverpudlian_A : A; -fun liverpudlian_N : N; -fun liverwurst_N : N; -fun livery_A : A; -fun livery_N : N; -fun liveryman_N : N; -fun livestock_N : N; -fun livid_A : A; -fun lividly_Adv : Adv; -fun living_A : A; -fun living_N : N; -fun living_room_N : N; -fun living_space_N : N; -fun livingston_PN : PN; -fun livorno_PN : PN; -fun liz_PN : PN; -fun liza_PN : PN; -fun lizard_N : N; -fun lizzy_PN : PN; -fun ljubljana_PN : PN; -fun ll_N : N; -fun llama_N : N; -fun llandudno_PN : PN; -fun llanelli_PN : PN; -fun llangollen_PN : PN; -fun llantrisant_PN : PN; -fun llantwit_major_PN : PN; -fun llb_N : N; -fun lloyd's_PN : PN; -fun load_N : N; -fun load_V : V; -fun load_V2 : V2; -fun load_line_N : N; -fun load_shedding_N : N; -fun loaded_A : A; -fun loader_N : N; -fun loading_N : N; -fun loadstar_N : N; -fun loadstone_N : N; -fun loaf_N : N; -fun loaf_V : V; -fun loaf_V2 : V2; -fun loaf_sugar_N : N; -fun loafer_N : N; -fun loam_N : N; -fun loamy_A : A; -fun loan_N : N; -fun loan_V2 : V2; -fun loan_collection_N : N; -fun loan_office_N : N; -fun loanhead_PN : PN; -fun loanword_N : N; -fun loath_A : A; -fun loathe_V2 : V2; -fun loathing_N : N; -fun loathly_A : A; -fun loathsome_A : A; -fun lob_N : N; -fun lob_V : V; -fun lob_V2 : V2; -fun lobby_N : N; -fun lobby_V : V; -fun lobby_V2 : V2; -fun lobbyist_N : N; -fun lobe_N : N; -fun lobed_A : A; -fun lobster_N : N; -fun lobster_pot_N : N; -fun loc_cit_PN : PN; -fun local_A : A; -fun local_N : N; -fun locale_N : N; -fun localism_N : N; -fun locality_N : N; -fun localization_N : N; -fun localize_V2 : V2; -fun locally_Adv : Adv; -fun locate_V2 : V2; -fun location_N : N; -fun loch_N : N; -fun lochgelly_PN : PN; -fun lock_N : N; -fun lock_V : V; -fun lock_V2 : V2; -fun lock_gate_N : N; -fun lock_keeper_N : N; -fun locker_N : N; -fun locket_N : N; -fun lockjaw_N : N; -fun locknut_N : N; -fun lockout_N : N; -fun locksmith_N : N; -fun lockstitch_N : N; -fun lockup_A : A; -fun lockup_N : N; -fun loco_A : A; -fun locomotion_N : N; -fun locomotive_A : A; -fun locomotive_N : N; -fun locum_N : N; -fun locum_tenens_N : N; -fun locus_N : N; -fun locus_classicus_N : N; -fun locust_N : N; -fun locust_tree_N : N; -fun locution_N : N; -fun lode_N : N; -fun lodestar_N : N; -fun lodestone_N : N; -fun lodge_N : N; -fun lodge_V : V; -fun lodge_V2 : V2; -fun lodgement_N : N; -fun lodger_N : N; -fun lodging_N : N; -fun lodging_house_N : N; -fun lodgment_N : N; -fun lodz_PN : PN; -fun loess_N : N; -fun loft_N : N; -fun loft_V2 : V2; -fun loftily_Adv : Adv; -fun loftiness_N : N; -fun loftus_PN : PN; -fun lofty_A : A; -fun log_N : N; -fun log_V2 : V2; -fun log_cabin_N : N; -fun log_jam_N : N; -fun log_rolling_N : N; -fun loganberry_N : N; -fun logarithm_N : N; -fun logarithmic_A : A; -fun logarithmically_Adv : Adv; -fun logbook_N : N; -fun loggerheads_N : N; -fun loggia_N : N; -fun logging_N : N; -fun logic_N : N; -fun logical_A : A; -fun logicality_N : N; -fun logically_Adv : Adv; -fun logician_N : N; -fun logistics_N : N; -fun loin_N : N; -fun loincloth_N : N; -fun lois_PN : PN; -fun loiter_V : V; -fun loiter_V2 : V2; -fun loiterer_N : N; -fun loll_V : V; -fun loll_V2 : V2; -fun lollipop_N : N; -fun lolly_N : N; -fun london_PN : PN; -fun londonderry_PN : PN; -fun londoner_N : N; -fun lone_A : A; -fun loneliness_N : N; -fun lonely_A : A; -fun lonesome_A : A; -fun long_A : A; -fun long_Adv : Adv; -fun long_N : N; -fun long_V : V; -fun long_distance_A : A; -fun long_drawn_out_A : A; -fun long_eaton_PN : PN; -fun long_haired_A : A; -fun long_headed_A : A; -fun long_lived_A : A; -fun long_play_A : A; -fun long_playing_A : A; -fun long_range_A : A; -fun long_sighted_A : A; -fun long_standing_A : A; -fun long_suffering_A : A; -fun long_term_A : A; -fun long_time_A : A; -fun long_winded_A : A; -fun long_windedness_N : N; -fun longboat_N : N; -fun longbow_N : N; -fun longer_Adv : Adv; -fun longest_Adv : Adv; -fun longevity_N : N; -fun longhand_N : N; -fun longing_A : A; -fun longing_N : N; -fun longingly_Adv : Adv; -fun longish_A : A; -fun longitude_N : N; -fun longitudinal_A : A; -fun longitudinally_Adv : Adv; -fun longridge_PN : PN; -fun longshoreman_N : N; -fun longton_PN : PN; -fun longways_Adv : Adv; -fun longwise_Adv : Adv; -fun loo_N : N; -fun loofa_N : N; -fun loofah_N : N; -fun look_N : N; -fun look_V : V; -fun look_V2 : V2; -fun look_over_N : N; -fun looker_N : N; -fun looker_on_N : N; -fun looking_glass_N : N; -fun lookout_N : N; -fun loom_N : N; -fun loom_V : V; -fun loon_N : N; -fun loony_A : A; -fun loony_N : N; -fun loonybin_N : N; -fun loop_N : N; -fun loop_V : V; -fun loop_V2 : V2; -fun loop_line_N : N; -fun loophole_N : N; -fun loopy_A : A; -fun loose_A : A; -fun loose_V2 : V2; -fun loose_leaf_A : A; -fun loosely_Adv : Adv; -fun loosen_V : V; -fun loosen_V2 : V2; -fun loot_N : N; -fun loot_V : V; -fun loot_V2 : V2; -fun looter_N : N; -fun lop_V : V; -fun lop_V2 : V2; -fun lop_eared_A : A; -fun lope_N : N; -fun lope_V : V; -fun lopsided_A : A; -fun loquacious_A : A; -fun loquaciously_Adv : Adv; -fun loquaciousness_N : N; -fun loquacity_N : N; -fun loquat_N : N; -fun lord_N : N; -fun lord_V2 : V2; -fun lordless_A : A; -fun lordliness_N : N; -fun lordly_A : A; -fun lordship_N : N; -fun lore_N : N; -fun lorgnette_N : N; -fun lorn_A : A; -fun lorna_PN : PN; -fun lorry_N : N; -fun los_angeles_PN : PN; -fun lose_V : V; -fun lose_V2 : V2; -fun loser_N : N; -fun loss_N : N; -fun loss_leader_N : N; -fun lossiemouth_PN : PN; -fun lot_N : N; -fun loth_A : A; -fun lothian_PN : PN; -fun lotion_N : N; -fun lottery_N : N; -fun lotto_N : N; -fun lotus_N : N; -fun lotus_eater_N : N; -fun loud_A : A; -fun loud_Adv : Adv; -fun loud_hailer_N : N; -fun loudly_Adv : Adv; -fun loudness_N : N; -fun loudspeaker_N : N; -fun lough_N : N; -fun loughborough_PN : PN; -fun louis_PN : PN; -fun louise_PN : PN; -fun louisiana_PN : PN; -fun louisville_PN : PN; -fun lounge_N : N; -fun lounge_V : V; -fun lounge_chair_N : N; -fun lounge_lizard_N : N; -fun lounge_suit_N : N; -fun lounger_N : N; -fun lour_V : V; -fun louringly_Adv : Adv; -fun louse_N : N; -fun lousy_A : A; -fun lout_N : N; -fun louth_PN : PN; -fun loutish_A : A; -fun louvered_A : A; -fun louvre_N : N; -fun lovable_A : A; -fun love_N : N; -fun love_V2 : V2; -fun love_affair_N : N; -fun love_child_N : N; -fun love_feast_N : N; -fun love_knot_N : N; -fun love_letter_N : N; -fun love_match_N : N; -fun love_philtre_N : N; -fun love_potion_N : N; -fun love_seat_N : N; -fun love_song_N : N; -fun love_story_N : N; -fun love_token_N : N; -fun lovebird_N : N; -fun loveless_A : A; -fun loveliness_N : N; -fun lovelorn_A : A; -fun lovely_A : A; -fun lovemaking_N : N; -fun lover_N : N; -fun loverlike_A : A; -fun lovesick_A : A; -fun loving_A : A; -fun loving_cup_N : N; -fun loving_kindness_N : N; -fun lovingly_Adv : Adv; -fun low_A : A; -fun low_Adv : Adv; -fun low_N : N; -fun low_V : V; -fun low_down_A : A; -fun low_keyed_A : A; -fun low_pitched_A : A; -fun low_relief_N : N; -fun low_spirited_A : A; -fun lowborn_A : A; -fun lowbred_A : A; -fun lowbrow_A : A; -fun lowbrow_N : N; -fun lower_Adv : Adv; -fun lower_V : V; -fun lower_V2 : V2; -fun lowermost_A : A; -fun lowest_Adv : Adv; -fun lowestoft_PN : PN; -fun lowlander_N : N; -fun lowliness_N : N; -fun lowly_A : A; -fun lowness_N : N; -fun loyal_A : A; -fun loyalist_N : N; -fun loyally_Adv : Adv; -fun loyalty_N : N; -fun loyang_PN : PN; -fun lozenge_N : N; -fun lp_N : N; -fun lps_N : N; -fun lsd_N : N; -fun lt_PN : PN; -fun ltd_PN : PN; -fun lubber_N : N; -fun lubberly_A : A; -fun lubeck_PN : PN; -fun lubricant_N : N; -fun lubricate_V2 : V2; -fun lubrication_N : N; -fun lucent_A : A; -fun lucerne_N : N; -fun lucid_A : A; -fun lucidity_N : N; -fun lucidly_Adv : Adv; -fun lucifer_N : N; -fun luck_N : N; -fun luckily_Adv : Adv; -fun luckless_A : A; -fun lucknow_PN : PN; -fun lucky_A : A; -fun lucrative_A : A; -fun lucre_N : N; -fun lucy_PN : PN; -fun luddite_N : N; -fun ludicrous_A : A; -fun ludicrously_Adv : Adv; -fun ludlow_PN : PN; -fun ludo_N : N; -fun ludwigshafen_PN : PN; -fun luff_V : V; -fun luff_V2 : V2; -fun lug_N : N; -fun lug_V2 : V2; -fun luge_N : N; -fun luggage_N : N; -fun luggage_carrier_N : N; -fun luggage_rack_N : N; -fun luggage_van_N : N; -fun lugger_N : N; -fun lugsail_N : N; -fun lugubrious_A : A; -fun lugubriously_Adv : Adv; -fun lugubriousness_N : N; -fun luke_PN : PN; -fun lukewarm_A : A; -fun lukewarmly_Adv : Adv; -fun lukewarmness_N : N; -fun lull_N : N; -fun lull_V : V; -fun lull_V2 : V2; -fun lullaby_N : N; -fun lumbago_N : N; -fun lumbar_A : A; -fun lumber_N : N; -fun lumber_V : V; -fun lumber_V2 : V2; -fun lumber_mill_N : N; -fun lumberjack_N : N; -fun lumberman_N : N; -fun lumberroom_N : N; -fun lumberyard_N : N; -fun luminary_N : N; -fun luminosity_N : N; -fun luminous_A : A; -fun lump_N : N; -fun lump_V2 : V2; -fun lumpish_A : A; -fun lumpy_A : A; -fun lunacy_N : N; -fun lunar_A : A; -fun lunatic_N : N; -fun lunch_N : N; -fun lunch_V : V; -fun lunch_V2 : V2; -fun luncheon_N : N; -fun lunchtime_N : N; -fun lung_N : N; -fun lung_power_N : N; -fun lunge_N : N; -fun lunge_V : V; -fun lupin_N : N; -fun lurch_N : N; -fun lurch_V : V; -fun lurcher_N : N; -fun lure_N : N; -fun lure_V2 : V2; -fun lurid_A : A; -fun luridly_Adv : Adv; -fun luridness_N : N; -fun lurk_V : V; -fun lurking_place_N : N; -fun luscious_A : A; -fun lusciously_Adv : Adv; -fun lusciousness_N : N; -fun lush_A : A; -fun lush_N : N; -fun lust_N : N; -fun lust_V : V; -fun lustful_A : A; -fun lustfully_Adv : Adv; -fun lustily_Adv : Adv; -fun lustre_N : N; -fun lustrous_A : A; -fun lusty_A : A; -fun luta_PN : PN; -fun lutanist_N : N; -fun lute_N : N; -fun lutenist_N : N; -fun lutheran_A : A; -fun lutheran_N : N; -fun luton_PN : PN; -fun luxe_A : A; -fun luxembourg_PN : PN; -fun luxemburg_PN : PN; -fun luxemburger_A : A; -fun luxemburger_N : N; -fun luxuriance_N : N; -fun luxuriant_A : A; -fun luxuriantly_Adv : Adv; -fun luxuriate_V : V; -fun luxurious_A : A; -fun luxuriously_Adv : Adv; -fun luxury_N : N; -fun lvov_PN : PN; -fun lyallpur_PN : PN; -fun lyceum_N : N; -fun lychee_N : N; -fun lychgate_N : N; -fun lycee_N : N; -fun lydia_PN : PN; -fun lydney_PN : PN; -fun lye_N : N; -fun lying_in_A : A; -fun lymington_PN : PN; -fun lymm_PN : PN; -fun lymph_N : N; -fun lymphatic_A : A; -fun lynch_N : N; -fun lynch_V2 : V2; -fun lynchpin_N : N; -fun lynn_PN : PN; -fun lynne_PN : PN; -fun lynx_N : N; -fun lynx_eyed_A : A; -fun lyons_PN : PN; -fun lyre_N : N; -fun lyre_bird_N : N; -fun lyric_A : A; -fun lyric_N : N; -fun lyrical_A : A; -fun lyrically_Adv : Adv; -fun lyricism_N : N; -fun lyricist_N : N; -fun lysol_N : N; -fun lytham_PN : PN; -fun lytham_st_annes_PN : PN; -fun ma'am_N : N; -fun ma_N : N; -fun maastricht_PN : PN; -fun mabel_PN : PN; -fun mac_N : N; -fun macabre_A : A; -fun macadam_N : N; -fun macadamize_V2 : V2; -fun macaroni_N : N; -fun macaroon_N : N; -fun macaw_N : N; -fun macclesfield_PN : PN; -fun mace_N : N; -fun mace_bearer_N : N; -fun macedonian_A : A; -fun macedonian_N : N; -fun macerate_V : V; -fun macerate_V2 : V2; -fun mach_PN : PN; -fun machete_N : N; -fun machiavellian_A : A; -fun machination_N : N; -fun machine_N : N; -fun machine_V2 : V2; -fun machine_gun_N : N; -fun machine_made_A : A; -fun machinery_N : N; -fun machinist_N : N; -fun machismo_N : N; -fun mackerel_N : N; -fun mackintosh_N : N; -fun macrobiotic_A : A; -fun macrocosm_N : N; -fun mad_A : A; -fun madagascan_A : A; -fun madagascan_N : N; -fun madagascar_PN : PN; -fun madam_N : N; -fun madame_N : N; -fun madcap_N : N; -fun madden_V2 : V2; -fun madder_N : N; -fun maddy_PN : PN; -fun madeira_N : N; -fun madeleine_PN : PN; -fun mademoiselle_N : N; -fun madge_PN : PN; -fun madhouse_N : N; -fun madly_Adv : Adv; -fun madman_N : N; -fun madness_N : N; -fun madonna_N : N; -fun madras_PN : PN; -fun madrid_PN : PN; -fun madrigal_N : N; -fun madurai_PN : PN; -fun madwoman_N : N; -fun maecenas_PN : PN; -fun maelstrom_N : N; -fun maenad_N : N; -fun maesteg_PN : PN; -fun maestro_N : N; -fun maffick_V : V; -fun mafia_N : N; -fun mag_N : N; -fun magazine_N : N; -fun magdeburg_PN : PN; -fun magenta_A : A; -fun magenta_N : N; -fun maggie_PN : PN; -fun maggot_N : N; -fun maggoty_A : A; -fun maghull_PN : PN; -fun magic_A : A; -fun magic_N : N; -fun magical_A : A; -fun magically_Adv : Adv; -fun magician_N : N; -fun magisterial_A : A; -fun magisterially_Adv : Adv; -fun magistracy_N : N; -fun magistrate_N : N; -fun magnanimity_N : N; -fun magnanimous_A : A; -fun magnanimously_Adv : Adv; -fun magnate_N : N; -fun magnesia_N : N; -fun magnesium_N : N; -fun magnet_N : N; -fun magnetic_A : A; -fun magnetically_Adv : Adv; -fun magnetism_N : N; -fun magnetization_N : N; -fun magnetize_V2 : V2; -fun magneto_N : N; -fun magnificat_N : N; -fun magnification_N : N; -fun magnificence_N : N; -fun magnificent_A : A; -fun magnificently_Adv : Adv; -fun magnifier_N : N; -fun magnify_V2 : V2; -fun magniloquence_N : N; -fun magniloquent_A : A; -fun magniloquently_Adv : Adv; -fun magnitude_N : N; -fun magnolia_N : N; -fun magnum_N : N; -fun magnum_opus_N : N; -fun magpie_N : N; -fun magyar_A : A; -fun magyar_N : N; -fun maharaja_N : N; -fun maharajah_N : N; -fun maharanee_N : N; -fun mahatma_N : N; -fun mahjong_N : N; -fun mahogany_N : N; -fun mahout_N : N; -fun maid_N : N; -fun maiden_A : A; -fun maiden_N : N; -fun maidenhair_N : N; -fun maidenhead_N : N; -fun maidenhead_PN : PN; -fun maidenhood_N : N; -fun maidenlike_A : A; -fun maidenly_A : A; -fun maidservant_N : N; -fun maidstone_PN : PN; -fun mail_N : N; -fun mail_V2 : V2; -fun mail_train_N : N; -fun mailbag_N : N; -fun mailboat_N : N; -fun mailbox_N : N; -fun mailed_A : A; -fun mailing_card_N : N; -fun mailing_list_N : N; -fun mailman_N : N; -fun maim_V2 : V2; -fun main_A : A; -fun main_N : N; -fun maine_PN : PN; -fun mainland_N : N; -fun mainly_Adv : Adv; -fun mainmast_N : N; -fun mainspring_N : N; -fun mainstay_N : N; -fun mainstream_N : N; -fun maintain_V2 : V2; -fun maintainable_A : A; -fun maintenance_N : N; -fun mainz_PN : PN; -fun maisonnette_N : N; -fun maize_N : N; -fun maj_PN : PN; -fun majestic_A : A; -fun majestically_Adv : Adv; -fun majesty_N : N; -fun majolica_N : N; -fun major_A : A; -fun major_N : N; -fun major_V : V; -fun major_domo_N : N; -fun major_general_N : N; -fun majority_N : N; -fun make_N : N; -fun make_V : V; -fun make_V2 : V2; -fun make_believe_N : N; -fun make_up_N : N; -fun maker_N : N; -fun makeshift_N : N; -fun makeweight_N : N; -fun making_N : N; -fun malacca_N : N; -fun malachite_N : N; -fun maladjusted_A : A; -fun maladjustment_N : N; -fun maladroit_A : A; -fun maladroitly_Adv : Adv; -fun maladroitness_N : N; -fun malady_N : N; -fun malaga_PN : PN; -fun malaise_N : N; -fun malapropism_N : N; -fun malapropos_A : A; -fun malapropos_Adv : Adv; -fun malaria_N : N; -fun malarial_A : A; -fun malawi_PN : PN; -fun malawian_A : A; -fun malawian_N : N; -fun malay_A : A; -fun malay_N : N; -fun malaya_PN : PN; -fun malayan_A : A; -fun malayan_N : N; -fun malaysia_PN : PN; -fun malaysian_A : A; -fun malaysian_N : N; -fun malcolm_PN : PN; -fun malcontent_A : A; -fun malcontent_N : N; -fun maldon_PN : PN; -fun male_A : A; -fun male_N : N; -fun malediction_N : N; -fun malefactor_N : N; -fun maleficent_A : A; -fun malevolence_N : N; -fun malevolent_A : A; -fun malevolently_Adv : Adv; -fun malfeasance_N : N; -fun malformation_N : N; -fun malformed_A : A; -fun malfunction_N : N; -fun malfunction_V : V; -fun mali_PN : PN; -fun malian_A : A; -fun malian_N : N; -fun malice_N : N; -fun malicious_A : A; -fun maliciously_Adv : Adv; -fun malign_A : A; -fun malign_V2 : V2; -fun malignancy_N : N; -fun malignant_A : A; -fun malignantly_Adv : Adv; -fun malignity_N : N; -fun malinger_V : V; -fun malingerer_N : N; -fun mallard_N : N; -fun malleability_N : N; -fun malleable_A : A; -fun mallet_N : N; -fun mallow_N : N; -fun mallow_PN : PN; -fun malmo_PN : PN; -fun malmsey_N : N; -fun malnutrition_N : N; -fun malodorous_A : A; -fun malpractice_N : N; -fun malt_N : N; -fun malt_V : V; -fun malt_V2 : V2; -fun malta_PN : PN; -fun maltby_PN : PN; -fun maltese_A : A; -fun maltese_N : N; -fun malthusian_A : A; -fun maltreat_V2 : V2; -fun maltreatment_N : N; -fun maltster_N : N; -fun malvern_PN : PN; -fun malversation_N : N; -fun mama_N : N; -fun mamba_N : N; -fun mamie_PN : PN; -fun mamma_N : N; -fun mammal_N : N; -fun mammon_N : N; -fun mammoth_N : N; -fun mammy_N : N; -fun man_N : N; -fun man_V2 : V2; -fun man_at_arms_N : N; -fun man_eater_N : N; -fun man_hour_N : N; -fun man_of_war_N : N; -fun man_sized_A : A; -fun manacle_N : N; -fun manacle_V2 : V2; -fun manage_V : V; -fun manage_V2 : V2; -fun manageability_N : N; -fun manageable_A : A; -fun manageably_Adv : Adv; -fun management_N : N; -fun manager_N : N; -fun manageress_N : N; -fun managerial_A : A; -fun manatee_N : N; -fun manchester_PN : PN; -fun mancunian_A : A; -fun mancunian_N : N; -fun mandarin_N : N; -fun mandatary_N : N; -fun mandate_N : N; -fun mandate_V2 : V2; -fun mandatory_A : A; -fun mandatory_N : N; -fun mandible_N : N; -fun mandolin_N : N; -fun mandragora_N : N; -fun mandrake_N : N; -fun mandrill_N : N; -fun mandy_PN : PN; -fun mane_N : N; -fun manful_A : A; -fun manfully_Adv : Adv; -fun manganese_N : N; -fun mange_N : N; -fun mangel_wurzel_N : N; -fun manger_N : N; -fun mangily_Adv : Adv; -fun mangle_N : N; -fun mangle_V2 : V2; -fun mango_N : N; -fun mangosteen_N : N; -fun mangrove_N : N; -fun mangy_A : A; -fun manhandle_V2 : V2; -fun manhattan_N : N; -fun manhole_N : N; -fun manhood_N : N; -fun mania_N : N; -fun maniac_N : N; -fun maniacal_A : A; -fun maniacally_Adv : Adv; -fun manic_depressive_A : A; -fun manic_depressive_N : N; -fun manicure_N : N; -fun manicure_V2 : V2; -fun manicurist_N : N; -fun manifest_A : A; -fun manifest_N : N; -fun manifest_V2 : V2; -fun manifestation_N : N; -fun manifestly_Adv : Adv; -fun manifesto_N : N; -fun manifold_A : A; -fun manifold_N : N; -fun manifold_V2 : V2; -fun manikin_N : N; -fun manila_PN : PN; -fun manilla_N : N; -fun manipulate_V2 : V2; -fun manipulation_N : N; -fun manipulative_A : A; -fun manitoba_PN : PN; -fun mankind_N : N; -fun manlike_A : A; -fun manliness_N : N; -fun manly_A : A; -fun manna_N : N; -fun mannequin_N : N; -fun manner_N : N; -fun mannered_A : A; -fun mannerism_N : N; -fun mannerly_A : A; -fun mannheim_PN : PN; -fun mannish_A : A; -fun manoeuvrability_N : N; -fun manoeuvrable_A : A; -fun manoeuvre_N : N; -fun manoeuvre_V : V; -fun manoeuvre_V2 : V2; -fun manoeuvrer_N : N; -fun manor_N : N; -fun manor_house_N : N; -fun manorial_A : A; -fun manpower_N : N; -fun mansard_N : N; -fun manse_N : N; -fun manservant_N : N; -fun mansfield_PN : PN; -fun mansion_N : N; -fun manslaughter_N : N; -fun mantel_N : N; -fun mantelpiece_N : N; -fun mantilla_N : N; -fun mantis_N : N; -fun mantle_N : N; -fun mantle_V : V; -fun mantle_V2 : V2; -fun mantrap_N : N; -fun manual_A : A; -fun manual_N : N; -fun manually_Adv : Adv; -fun manufacture_N : N; -fun manufacture_V2 : V2; -fun manufacturer_N : N; -fun manumission_N : N; -fun manumit_V2 : V2; -fun manure_N : N; -fun manure_V2 : V2; -fun manuscript_N : N; -fun manx_A : A; -fun manx_N : N; -fun many_A : A; -fun many_sided_A : A; -fun maoism_N : N; -fun maoist_N : N; -fun maori_N : N; -fun map_N : N; -fun map_V2 : V2; -fun map_reader_N : N; -fun maple_N : N; -fun maple_leaf_N : N; -fun maquis_N : N; -fun mar_PN : PN; -fun mar_V2 : V2; -fun marabou_N : N; -fun maracaibo_PN : PN; -fun maraschino_N : N; -fun marathon_N : N; -fun maraud_V : V; -fun marauder_N : N; -fun marble_N : N; -fun marbled_A : A; -fun marbling_N : N; -fun march_N : N; -fun march_PN : PN; -fun march_V : V; -fun march_V2 : V2; -fun marcher_N : N; -fun marchioness_N : N; -fun mardi_gras_N : N; -fun mare_N : N; -fun margaret_PN : PN; -fun margarine_N : N; -fun margate_PN : PN; -fun marge_N : N; -fun marge_PN : PN; -fun margery_PN : PN; -fun margie_PN : PN; -fun margin_N : N; -fun marginal_A : A; -fun marginally_Adv : Adv; -fun margrave_N : N; -fun marguerite_N : N; -fun maria_PN : PN; -fun marian_PN : PN; -fun marie_PN : PN; -fun marigold_N : N; -fun marihuana_N : N; -fun marijuana_N : N; -fun marilyn_PN : PN; -fun marimba_N : N; -fun marina_N : N; -fun marinade_N : N; -fun marinade_V2 : V2; -fun marinate_V2 : V2; -fun marine_A : A; -fun marine_N : N; -fun mariner_N : N; -fun marion_PN : PN; -fun marionette_N : N; -fun marital_A : A; -fun maritime_A : A; -fun marjoram_N : N; -fun marjorie_PN : PN; -fun mark_N : N; -fun mark_PN : PN; -fun mark_V2 : V2; -fun mark_up_N : N; -fun marked_A : A; -fun markedly_Adv : Adv; -fun marker_N : N; -fun market_N : N; -fun market_V : V; -fun market_V2 : V2; -fun market_cross_N : N; -fun market_day_N : N; -fun market_drayton_PN : PN; -fun market_garden_N : N; -fun market_gardening_N : N; -fun market_harborough_PN : PN; -fun market_square_N : N; -fun market_town_N : N; -fun marketable_A : A; -fun marketing_N : N; -fun marketplace_N : N; -fun marking_N : N; -fun marking_ink_N : N; -fun marking_inks_N : N; -fun marksman_N : N; -fun marksmanship_N : N; -fun marl_N : N; -fun marlborough_PN : PN; -fun marlene_PN : PN; -fun marlinespike_N : N; -fun marlow_PN : PN; -fun marmalade_N : N; -fun marmoreal_A : A; -fun marmoset_N : N; -fun marmot_N : N; -fun marocain_N : N; -fun maroon_A : A; -fun maroon_N : N; -fun maroon_V2 : V2; -fun marple_PN : PN; -fun marque_N : N; -fun marquee_N : N; -fun marquess_N : N; -fun marquetry_N : N; -fun marquis_N : N; -fun marriage_N : N; -fun marriageability_N : N; -fun marriageable_A : A; -fun married_A : A; -fun marrow_N : N; -fun marrowbone_N : N; -fun marry_V : V; -fun marry_V2 : V2; -fun mars_PN : PN; -fun marsala_N : N; -fun marseillaise_N : N; -fun marseilles_PN : PN; -fun marsh_N : N; -fun marshal_N : N; -fun marshal_V2 : V2; -fun marshalling_yard_N : N; -fun marshmallow_N : N; -fun marshy_A : A; -fun marske_PN : PN; -fun marsupial_A : A; -fun marsupial_N : N; -fun mart_N : N; -fun marten_N : N; -fun martha_PN : PN; -fun martial_A : A; -fun martially_Adv : Adv; -fun martian_A : A; -fun martian_N : N; -fun martin_N : N; -fun martin_PN : PN; -fun martinet_N : N; -fun martini_N : N; -fun martyr_N : N; -fun martyr_V2 : V2; -fun martyrdom_N : N; -fun marvel_N : N; -fun marvel_V : V; -fun marvellous_A : A; -fun marvellously_Adv : Adv; -fun marvelous_A : A; -fun marvelously_Adv : Adv; -fun marxism_N : N; -fun marxist_N : N; -fun mary_PN : PN; -fun maryland_PN : PN; -fun maryport_PN : PN; -fun marzipan_N : N; -fun masc_PN : PN; -fun mascara_N : N; -fun mascot_N : N; -fun masculine_A : A; -fun masculinity_N : N; -fun maser_N : N; -fun mash_N : N; -fun mash_V2 : V2; -fun masher_N : N; -fun mask_N : N; -fun mask_V2 : V2; -fun masochism_N : N; -fun masochist_N : N; -fun masochistic_A : A; -fun masochistically_Adv : Adv; -fun mason_N : N; -fun mason_dixon_PN : PN; -fun masonic_A : A; -fun masonry_N : N; -fun masque_N : N; -fun masquerade_N : N; -fun masquerade_V : V; -fun mass_N : N; -fun mass_V : V; -fun mass_V2 : V2; -fun mass_produce_V2 : V2; -fun massachusetts_PN : PN; -fun massacre_N : N; -fun massacre_V2 : V2; -fun massage_N : N; -fun massage_V2 : V2; -fun masseur_N : N; -fun masseuse_N : N; -fun massif_N : N; -fun massive_A : A; -fun massively_Adv : Adv; -fun massiveness_N : N; -fun massy_A : A; -fun mast_N : N; -fun master_N : N; -fun master_V2 : V2; -fun master_at_arms_N : N; -fun master_key_N : N; -fun masterful_A : A; -fun masterfully_Adv : Adv; -fun masterless_A : A; -fun masterly_A : A; -fun mastermind_N : N; -fun mastermind_V2 : V2; -fun masterpiece_N : N; -fun mastership_N : N; -fun masterstroke_N : N; -fun mastery_N : N; -fun masthead_N : N; -fun masticate_V2 : V2; -fun mastication_N : N; -fun mastiff_N : N; -fun mastodon_N : N; -fun mastoid_N : N; -fun mastoiditis_N : N; -fun masturbate_V : V; -fun masturbate_V2 : V2; -fun masturbation_N : N; -fun mat_A : A; -fun mat_N : N; -fun mat_V : V; -fun mat_V2 : V2; -fun matador_N : N; -fun match_N : N; -fun match_V : V; -fun match_V2 : V2; -fun match_point_N : N; -fun matchbox_N : N; -fun matchet_N : N; -fun matchless_A : A; -fun matchlock_N : N; -fun matchmaker_N : N; -fun matchwood_N : N; -fun mate_1_N : N; -fun mate_V : V; -fun mate_V2 : V2; -fun material_A : A; -fun material_N : N; -fun materialism_N : N; -fun materialist_N : N; -fun materialistic_A : A; -fun materialistically_Adv : Adv; -fun materialization_N : N; -fun materialize_V : V; -fun materially_Adv : Adv; -fun maternal_A : A; -fun maternally_Adv : Adv; -fun maternity_N : N; -fun matey_A : A; -fun mathematical_A : A; -fun mathematically_Adv : Adv; -fun mathematician_N : N; -fun mathematics_N : N; -fun maths_N : N; -fun matinee_N : N; -fun matlock_PN : PN; -fun matriarch_N : N; -fun matriarchal_A : A; -fun matriarchy_N : N; -fun matric_N : N; -fun matricide_N : N; -fun matriculate_V : V; -fun matriculate_V2 : V2; -fun matriculation_N : N; -fun matrimonial_A : A; -fun matrimony_N : N; -fun matrix_N : N; -fun matron_N : N; -fun matronly_A : A; -fun matt_A : A; -fun matt_PN : PN; -fun matted_A : A; -fun matter_N : N; -fun matter_V : V; -fun matter_of_course_A : A; -fun matter_of_fact_A : A; -fun matthew_PN : PN; -fun matting_N : N; -fun mattock_N : N; -fun mattress_N : N; -fun maturate_V : V; -fun maturation_N : N; -fun mature_A : A; -fun mature_V : V; -fun mature_V2 : V2; -fun maturely_Adv : Adv; -fun maturity_N : N; -fun matutinal_A : A; -fun mate_2_N : N; -fun maud_PN : PN; -fun maudie_PN : PN; -fun maudlin_A : A; -fun maul_V2 : V2; -fun maulstick_N : N; -fun maunder_V : V; -fun maundy_thursday_N : N; -fun maundy_thursday_PN : PN; -fun maureen_PN : PN; -fun maurice_PN : PN; -fun mauritania_PN : PN; -fun mauritanian_A : A; -fun mauritanian_N : N; -fun mauritian_A : A; -fun mauritian_N : N; -fun mauritius_PN : PN; -fun mausoleum_N : N; -fun mauve_A : A; -fun mauve_N : N; -fun maverick_N : N; -fun mavis_N : N; -fun mavis_PN : PN; -fun maw_N : N; -fun mawkish_A : A; -fun mawkishly_Adv : Adv; -fun mawkishness_N : N; -fun max_N : N; -fun max_PN : PN; -fun maxim_N : N; -fun maximal_A : A; -fun maximally_Adv : Adv; -fun maximization_N : N; -fun maximize_V2 : V2; -fun maximum_A : A; -fun maximum_N : N; -fun maxine_PN : PN; -fun may_N : N; -fun may_PN : PN; -fun may_beetle_N : N; -fun may_bug_N : N; -fun maybe_Adv : Adv; -fun mayday_N : N; -fun mayfair_PN : PN; -fun mayfield_PN : PN; -fun mayfly_N : N; -fun mayhem_N : N; -fun mayo_PN : PN; -fun mayonnaise_N : N; -fun mayor_N : N; -fun mayoral_A : A; -fun mayoralty_N : N; -fun mayoress_N : N; -fun maypole_N : N; -fun maze_N : N; -fun mazed_A : A; -fun mazurka_N : N; -fun mb_N : N; -fun mc_N : N; -fun mcc_N : N; -fun mccarthyism_N : N; -fun md_N : N; -fun mead_N : N; -fun meadow_N : N; -fun meagre_A : A; -fun meagrely_Adv : Adv; -fun meagreness_N : N; -fun meal_N : N; -fun mealie_N : N; -fun mealtime_N : N; -fun mealy_A : A; -fun mealy_bug_N : N; -fun mealy_mouthed_A : A; -fun mean_A : A; -fun mean_N : N; -fun mean_V2 : V2; -fun meander_V : V; -fun meanderingly_Adv : Adv; -fun meanie_N : N; -fun meaning_A : A; -fun meaning_N : N; -fun meaningful_A : A; -fun meaningfully_Adv : Adv; -fun meaningless_A : A; -fun meaningly_Adv : Adv; -fun meanly_Adv : Adv; -fun meanness_N : N; -fun meantime_Adv : Adv; -fun meantime_N : N; -fun meanwhile_Adv : Adv; -fun meany_N : N; -fun measles_N : N; -fun measly_A : A; -fun measurable_A : A; -fun measurably_Adv : Adv; -fun measure_N : N; -fun measure_V : V; -fun measure_V2 : V2; -fun measured_A : A; -fun measureless_A : A; -fun measurement_N : N; -fun meat_N : N; -fun meat_safe_N : N; -fun meatball_N : N; -fun meath_PN : PN; -fun meatless_A : A; -fun meaty_A : A; -fun mecca_PN : PN; -fun mechanic_N : N; -fun mechanical_A : A; -fun mechanically_Adv : Adv; -fun mechanics_N : N; -fun mechanism_N : N; -fun mechanistic_A : A; -fun mechanistically_Adv : Adv; -fun mechanization_N : N; -fun mechanize_V2 : V2; -fun med_N : N; -fun medal_N : N; -fun medalist_N : N; -fun medallion_N : N; -fun medallist_N : N; -fun medan_PN : PN; -fun meddle_V : V; -fun meddler_N : N; -fun meddlesome_A : A; -fun medellin_PN : PN; -fun mediaeval_A : A; -fun medial_A : A; -fun medially_Adv : Adv; -fun median_A : A; -fun median_N : N; -fun mediate_V : V; -fun mediate_V2 : V2; -fun mediation_N : N; -fun mediator_N : N; -fun medic_N : N; -fun medical_A : A; -fun medical_N : N; -fun medically_Adv : Adv; -fun medicament_N : N; -fun medicare_N : N; -fun medicate_V2 : V2; -fun medication_N : N; -fun medicinal_A : A; -fun medicine_N : N; -fun medicine_ball_N : N; -fun medicine_chest_N : N; -fun medicine_man_N : N; -fun medico_N : N; -fun medieval_A : A; -fun mediocre_A : A; -fun mediocrity_N : N; -fun meditate_V : V; -fun meditate_V2 : V2; -fun meditation_N : N; -fun meditative_A : A; -fun meditatively_Adv : Adv; -fun mediterranean_A : A; -fun medium_A : A; -fun medium_N : N; -fun medlar_N : N; -fun medley_N : N; -fun meed_N : N; -fun meek_A : A; -fun meekly_Adv : Adv; -fun meekness_N : N; -fun meerschaum_N : N; -fun meet_A : A; -fun meet_N : N; -fun meet_V : V; -fun meet_V2 : V2; -fun meeting_N : N; -fun meeting_house_N : N; -fun meeting_place_N : N; -fun meg_PN : PN; -fun megacycle_N : N; -fun megadeath_N : N; -fun megalith_N : N; -fun megalithic_A : A; -fun megalomania_N : N; -fun megalomaniac_N : N; -fun megaphone_N : N; -fun megaton_N : N; -fun megrim_N : N; -fun meiosis_N : N; -fun melancholia_N : N; -fun melancholic_A : A; -fun melancholy_A : A; -fun melancholy_N : N; -fun melbourne_PN : PN; -fun melcombe_PN : PN; -fun melcombe_regis_PN : PN; -fun meliorate_V : V; -fun meliorate_V2 : V2; -fun melioration_N : N; -fun meliorism_N : N; -fun melksham_PN : PN; -fun mellifluous_A : A; -fun mellow_A : A; -fun mellow_V : V; -fun mellow_V2 : V2; -fun mellowly_Adv : Adv; -fun mellowness_N : N; -fun melodic_A : A; -fun melodious_A : A; -fun melodiously_Adv : Adv; -fun melodiousness_N : N; -fun melodrama_N : N; -fun melodramatic_A : A; -fun melodramatically_Adv : Adv; -fun melody_N : N; -fun melon_N : N; -fun melt_V : V; -fun melt_V2 : V2; -fun meltham_PN : PN; -fun melting_A : A; -fun melting_point_N : N; -fun melting_pot_N : N; -fun melton_mowbray_PN : PN; -fun member_N : N; -fun membership_N : N; -fun membrane_N : N; -fun membranous_A : A; -fun memento_N : N; -fun memo_N : N; -fun memoir_N : N; -fun memorable_A : A; -fun memorably_Adv : Adv; -fun memorandum_N : N; -fun memorial_N : N; -fun memorialize_V2 : V2; -fun memorize_V2 : V2; -fun memory_N : N; -fun memphis_PN : PN; -fun memsahib_N : N; -fun menace_N : N; -fun menace_V2 : V2; -fun menacingly_Adv : Adv; -fun menagerie_N : N; -fun mend_N : N; -fun mend_V : V; -fun mend_V2 : V2; -fun mendacious_A : A; -fun mendaciously_Adv : Adv; -fun mendacity_N : N; -fun mendelian_A : A; -fun mender_N : N; -fun mendicant_A : A; -fun mendicant_N : N; -fun mending_N : N; -fun menial_A : A; -fun menial_N : N; -fun menially_Adv : Adv; -fun meningitis_N : N; -fun menopause_N : N; -fun menstrual_A : A; -fun menstruate_V : V; -fun menstruation_N : N; -fun mensurable_A : A; -fun mensuration_N : N; -fun mental_A : A; -fun mentality_N : N; -fun mentally_Adv : Adv; -fun menthol_N : N; -fun mentholated_A : A; -fun mention_N : N; -fun mention_V2 : V2; -fun mentioned_A : A; -fun mentor_N : N; -fun menu_N : N; -fun meopham_PN : PN; -fun mephistophelian_A : A; -fun mercantile_A : A; -fun mercator_PN : PN; -fun mercenary_A : A; -fun mercenary_N : N; -fun mercer_N : N; -fun mercerize_V2 : V2; -fun merchandise_N : N; -fun merchant_N : N; -fun merchantman_N : N; -fun merciful_A : A; -fun mercifully_Adv : Adv; -fun merciless_A : A; -fun mercilessly_Adv : Adv; -fun mercurial_A : A; -fun mercury_N : N; -fun mercury_PN : PN; -fun mercy_N : N; -fun mere_A : A; -fun mere_N : N; -fun merely_Adv : Adv; -fun meretricious_A : A; -fun meretriciously_Adv : Adv; -fun meretriciousness_N : N; -fun merge_V : V; -fun merge_V2 : V2; -fun merger_N : N; -fun meridian_N : N; -fun meridional_A : A; -fun meringue_N : N; -fun merino_N : N; -fun merino_sheep_N : N; -fun merit_N : N; -fun merit_V2 : V2; -fun meritocracy_N : N; -fun meritocratic_A : A; -fun meritorious_A : A; -fun meritoriously_Adv : Adv; -fun mermaid_N : N; -fun merman_N : N; -fun merrily_Adv : Adv; -fun merriment_N : N; -fun merry_A : A; -fun merry_go_round_N : N; -fun merrymaker_N : N; -fun merrymaking_N : N; -fun merthyr_tydfil_PN : PN; -fun merton_PN : PN; -fun mescal_N : N; -fun mescaline_N : N; -fun meseems_Adv : Adv; -fun mesh_N : N; -fun mesh_V : V; -fun mesh_V2 : V2; -fun mesmeric_A : A; -fun mesmerism_N : N; -fun mesmerist_N : N; -fun mesmerize_V2 : V2; -fun meson_N : N; -fun mess_N : N; -fun mess_V : V; -fun mess_V2 : V2; -fun mess_jacket_N : N; -fun mess_up_N : N; -fun message_N : N; -fun messenger_N : N; -fun messiah_N : N; -fun messianic_A : A; -fun messily_Adv : Adv; -fun messina_PN : PN; -fun messiness_N : N; -fun messmate_N : N; -fun messuage_N : N; -fun messy_A : A; -fun met_PN : PN; -fun metabolic_A : A; -fun metabolism_N : N; -fun metacarpal_A : A; -fun metacarpal_N : N; -fun metal_N : N; -fun metal_V2 : V2; -fun metallic_A : A; -fun metallurgical_A : A; -fun metallurgist_N : N; -fun metallurgy_N : N; -fun metalwork_N : N; -fun metalworker_N : N; -fun metamorphose_V : V; -fun metamorphose_V2 : V2; -fun metamorphosis_N : N; -fun metaphor_N : N; -fun metaphorical_A : A; -fun metaphorically_Adv : Adv; -fun metaphysical_A : A; -fun metaphysically_Adv : Adv; -fun metaphysics_N : N; -fun metatarsal_A : A; -fun metatarsal_N : N; -fun mete_V2 : V2; -fun meteor_N : N; -fun meteoric_A : A; -fun meteorite_N : N; -fun meteorological_A : A; -fun meteorologist_N : N; -fun meteorology_N : N; -fun meter_N : N; -fun methane_N : N; -fun methinks_Adv : Adv; -fun method_N : N; -fun methodical_A : A; -fun methodically_Adv : Adv; -fun methodism_N : N; -fun methodist_A : A; -fun methodist_N : N; -fun methodological_A : A; -fun methodologically_Adv : Adv; -fun methodology_N : N; -fun methought_Adv : Adv; -fun methuselah_PN : PN; -fun methyl_N : N; -fun methylated_A : A; -fun meticulous_A : A; -fun meticulously_Adv : Adv; -fun meticulousness_N : N; -fun metre_N : N; -fun metric_A : A; -fun metrical_A : A; -fun metrically_Adv : Adv; -fun metrication_N : N; -fun metricize_V2 : V2; -fun metro_N : N; -fun metronome_N : N; -fun metropolis_N : N; -fun metropolitan_A : A; -fun metropolitan_N : N; -fun mettle_N : N; -fun mettlesome_A : A; -fun metz_PN : PN; -fun mew_N : N; -fun mew_V : V; -fun mews_N : N; -fun mexican_A : A; -fun mexican_N : N; -fun mexico_PN : PN; -fun mexico_city_PN : PN; -fun mezzanine_A : A; -fun mezzanine_N : N; -fun mezzo_Adv : Adv; -fun mezzo_soprano_N : N; -fun mezzotint_N : N; -fun mg_N : N; -fun mgr_PN : PN; -fun mi5_PN : PN; -fun mi6_PN : PN; -fun mi_N : N; -fun miami_PN : PN; -fun miaou_N : N; -fun miaou_V : V; -fun miaow_N : N; -fun miaow_V : V; -fun miasma_N : N; -fun mica_N : N; -fun michael_PN : PN; -fun michaelmas_N : N; -fun michaelmas_PN : PN; -fun michelle_PN : PN; -fun michigan_PN : PN; -fun mick_PN : PN; -fun mickey_N : N; -fun mickey_PN : PN; -fun mickle_N : N; -fun micro_organism_N : N; -fun microbe_N : N; -fun microbiology_N : N; -fun microcosm_N : N; -fun microdot_N : N; -fun microelectronics_N : N; -fun microfiche_N : N; -fun microfilm_N : N; -fun microfilm_V2 : V2; -fun micrometer_N : N; -fun micron_N : N; -fun microphone_N : N; -fun microscope_N : N; -fun microscopic_A : A; -fun microscopical_A : A; -fun microscopically_Adv : Adv; -fun microscopy_N : N; -fun microwave_N : N; -fun mid_A : A; -fun mid_off_N : N; -fun mid_on_N : N; -fun midday_N : N; -fun midden_N : N; -fun middle_N : N; -fun middle_aged_A : A; -fun middle_class_A : A; -fun middle_distance_A : A; -fun middle_of_the_road_A : A; -fun middleman_N : N; -fun middlesex_PN : PN; -fun middleton_PN : PN; -fun middleweight_A : A; -fun middleweight_N : N; -fun middlewich_PN : PN; -fun middling_A : A; -fun middling_Adv : Adv; -fun middling_N : N; -fun middy_N : N; -fun midfield_N : N; -fun midge_N : N; -fun midget_N : N; -fun midinette_N : N; -fun midland_N : N; -fun midlands_PN : PN; -fun midmost_A : A; -fun midmost_Adv : Adv; -fun midnight_N : N; -fun midriff_N : N; -fun midshipman_N : N; -fun midships_Adv : Adv; -fun midst_N : N; -fun midstream_N : N; -fun midsummer_N : N; -fun midway_A : A; -fun midway_Adv : Adv; -fun midweek_A : A; -fun midweek_Adv : Adv; -fun midwest_PN : PN; -fun midwestern_A : A; -fun midwife_N : N; -fun midwifery_N : N; -fun mien_N : N; -fun might_N : N; -fun might_have_been_N : N; -fun mightily_Adv : Adv; -fun mighty_A : A; -fun mighty_Adv : Adv; -fun mignonette_N : N; -fun migraine_N : N; -fun migrant_N : N; -fun migrate_V : V; -fun migration_N : N; -fun migratory_A : A; -fun mikado_N : N; -fun mike_N : N; -fun mike_PN : PN; -fun milady_N : N; -fun milage_N : N; -fun milan_PN : PN; -fun milano_PN : PN; -fun milch_A : A; -fun mild_A : A; -fun mildenhall_PN : PN; -fun mildew_N : N; -fun mildew_V : V; -fun mildew_V2 : V2; -fun mildly_Adv : Adv; -fun mildness_N : N; -fun mildred_PN : PN; -fun mile_N : N; -fun mileage_N : N; -fun mileometer_N : N; -fun miler_N : N; -fun miles_PN : PN; -fun milestone_N : N; -fun milford_PN : PN; -fun milford_haven_PN : PN; -fun milieu_N : N; -fun militancy_N : N; -fun militant_A : A; -fun militant_N : N; -fun militarily_Adv : Adv; -fun militarism_N : N; -fun militarist_N : N; -fun militaristic_A : A; -fun military_A : A; -fun military_N : N; -fun militate_V : V; -fun militia_N : N; -fun militiaman_N : N; -fun milk_N : N; -fun milk_V : V; -fun milk_V2 : V2; -fun milk_churn_N : N; -fun milk_powder_N : N; -fun milk_shake_N : N; -fun milk_tooth_N : N; -fun milk_white_A : A; -fun milkbar_N : N; -fun milking_machine_N : N; -fun milkmaid_N : N; -fun milkman_N : N; -fun milkshake_N : N; -fun milksop_N : N; -fun milkweed_N : N; -fun milky_A : A; -fun mill_N : N; -fun mill_V : V; -fun mill_V2 : V2; -fun mill_dam_N : N; -fun mill_girl_N : N; -fun mill_hand_N : N; -fun millboard_N : N; -fun millenarian_N : N; -fun millennial_A : A; -fun millennium_N : N; -fun millepede_N : N; -fun miller_N : N; -fun millet_N : N; -fun milliard_N : N; -fun millibar_N : N; -fun millicent_PN : PN; -fun millie_PN : PN; -fun milligram_N : N; -fun millimetre_N : N; -fun milliner_N : N; -fun millinery_N : N; -fun million_A : A; -fun million_N : N; -fun millionaire_N : N; -fun millionairess_N : N; -fun millionfold_Adv : Adv; -fun millionth_A : A; -fun millionth_N : N; -fun millipede_N : N; -fun millom_PN : PN; -fun millpond_N : N; -fun millrace_N : N; -fun millstone_N : N; -fun millwheel_N : N; -fun millwright_N : N; -fun milly_PN : PN; -fun milngavie_PN : PN; -fun milnrow_PN : PN; -fun milometer_N : N; -fun milord_N : N; -fun milt_N : N; -fun milton_keynes_PN : PN; -fun milwaukee_PN : PN; -fun mime_N : N; -fun mime_V : V; -fun mime_V2 : V2; -fun mimeograph_N : N; -fun mimeograph_V2 : V2; -fun mimetic_A : A; -fun mimic_A : A; -fun mimic_N : N; -fun mimic_V2 : V2; -fun mimicry_N : N; -fun mimosa_N : N; -fun min_N : N; -fun minaret_N : N; -fun minatory_A : A; -fun mince_N : N; -fun mince_V : V; -fun mince_V2 : V2; -fun mince_pie_N : N; -fun mincemeat_N : N; -fun mincer_N : N; -fun mincing_A : A; -fun mincingly_Adv : Adv; -fun mind_N : N; -fun mind_V : V; -fun mind_V2 : V2; -fun mind_bending_A : A; -fun mind_blowing_A : A; -fun mind_boggling_A : A; -fun mind_reader_N : N; -fun minded_A : A; -fun minder_N : N; -fun mindful_A : A; -fun mindfully_Adv : Adv; -fun mindfulness_N : N; -fun mindless_A : A; -fun mindlessly_Adv : Adv; -fun mindlessness_N : N; -fun mine_A : A; -fun mine_N : N; -fun mine_V : V; -fun mine_V2 : V2; -fun mine_detector_N : N; -fun mine_disposal_N : N; -fun minefield_N : N; -fun minehead_PN : PN; -fun minelayer_N : N; -fun minelaying_N : N; -fun miner_N : N; -fun mineral_A : A; -fun mineral_N : N; -fun mineralogist_N : N; -fun mineralogy_N : N; -fun minestrone_N : N; -fun minesweeper_N : N; -fun minesweeping_N : N; -fun mineworker_N : N; -fun mingle_V : V; -fun mingle_V2 : V2; -fun mingy_A : A; -fun miniature_N : N; -fun miniaturist_N : N; -fun miniaturization_N : N; -fun miniaturize_V2 : V2; -fun minim_N : N; -fun minimal_A : A; -fun minimally_Adv : Adv; -fun minimize_V2 : V2; -fun minimum_A : A; -fun minimum_N : N; -fun mining_N : N; -fun minion_N : N; -fun minister_N : N; -fun minister_V : V; -fun ministerial_A : A; -fun ministerially_Adv : Adv; -fun ministrant_A : A; -fun ministrant_N : N; -fun ministration_N : N; -fun ministry_N : N; -fun miniver_N : N; -fun mink_N : N; -fun minneapolis_PN : PN; -fun minnesota_PN : PN; -fun minnow_N : N; -fun minor_A : A; -fun minor_N : N; -fun minority_N : N; -fun minotaur_N : N; -fun minsk_PN : PN; -fun minster_N : N; -fun minster_in_sheppey_PN : PN; -fun minstrel_N : N; -fun minstrelsy_N : N; -fun mint_N : N; -fun mint_V2 : V2; -fun minuet_N : N; -fun minus_A : A; -fun minus_N : N; -fun minuscule_A : A; -fun minute_A : A; -fun minute_N : N; -fun minute_V2 : V2; -fun minute_book_N : N; -fun minute_gun_N : N; -fun minute_hand_N : N; -fun minutely_Adv : Adv; -fun minuteman_N : N; -fun minuteness_N : N; -fun minx_N : N; -fun miracle_N : N; -fun miraculous_A : A; -fun miraculously_Adv : Adv; -fun mirage_N : N; -fun miranda_PN : PN; -fun mire_N : N; -fun mire_V : V; -fun mire_V2 : V2; -fun miriam_PN : PN; -fun mirror_N : N; -fun mirror_V2 : V2; -fun mirth_N : N; -fun mirthful_A : A; -fun mirthfully_Adv : Adv; -fun mirthless_A : A; -fun miry_A : A; -fun misadventure_N : N; -fun misadvise_V2 : V2; -fun misalliance_N : N; -fun misanthrope_N : N; -fun misanthropic_A : A; -fun misanthropy_N : N; -fun misapplication_N : N; -fun misapply_V2 : V2; -fun misapprehend_V2 : V2; -fun misapprehension_N : N; -fun misappropriate_V2 : V2; -fun misappropriation_N : N; -fun misbegotten_A : A; -fun misbehave_V : V; -fun misbehave_V2 : V2; -fun misbehaviour_N : N; -fun misc_PN : PN; -fun miscalculate_V : V; -fun miscalculate_V2 : V2; -fun miscalculation_N : N; -fun miscall_V2 : V2; -fun miscarriage_N : N; -fun miscarry_V2 : V2; -fun miscast_V2 : V2; -fun miscegenation_N : N; -fun miscellaneous_A : A; -fun miscellany_N : N; -fun mischance_N : N; -fun mischief_N : N; -fun mischief_maker_N : N; -fun mischief_making_N : N; -fun mischievous_A : A; -fun mischievously_Adv : Adv; -fun mischievousness_N : N; -fun misconceive_V : V; -fun misconceive_V2 : V2; -fun misconception_N : N; -fun misconduct_N : N; -fun misconduct_V2 : V2; -fun misconstruction_N : N; -fun misconstrue_V2 : V2; -fun miscount_N : N; -fun miscount_V : V; -fun miscount_V2 : V2; -fun miscreant_N : N; -fun misdate_V2 : V2; -fun misdeal_N : N; -fun misdeal_V : V; -fun misdeal_V2 : V2; -fun misdeed_N : N; -fun misdemeanour_N : N; -fun misdirect_V2 : V2; -fun misdirection_N : N; -fun misdoing_N : N; -fun mise_en_scene_N : N; -fun miser_N : N; -fun miserable_A : A; -fun miserably_Adv : Adv; -fun miserliness_N : N; -fun miserly_A : A; -fun misery_N : N; -fun misfire_N : N; -fun misfire_V : V; -fun misfit_N : N; -fun misfortune_N : N; -fun misgive_V2 : V2; -fun misgiving_N : N; -fun misgovern_V2 : V2; -fun misgovernment_N : N; -fun misguide_V2 : V2; -fun misguided_A : A; -fun mishandle_V2 : V2; -fun mishap_N : N; -fun mishmash_N : N; -fun misinform_V2 : V2; -fun misinformation_N : N; -fun misinterpret_V2 : V2; -fun misinterpretation_N : N; -fun misjudge_V : V; -fun misjudge_V2 : V2; -fun mislay_V2 : V2; -fun mislead_V2 : V2; -fun mismanage_V2 : V2; -fun mismanagement_N : N; -fun misname_V2 : V2; -fun misnomer_N : N; -fun misogynist_N : N; -fun misplace_V2 : V2; -fun misprint_N : N; -fun misprint_V2 : V2; -fun mispronounce_V2 : V2; -fun mispronunciation_N : N; -fun misquotation_N : N; -fun misquote_V2 : V2; -fun misread_V2 : V2; -fun misrepresent_V2 : V2; -fun misrepresentation_N : N; -fun misrule_N : N; -fun miss_N : N; -fun miss_V : V; -fun miss_V2 : V2; -fun missal_N : N; -fun misshapen_A : A; -fun missile_N : N; -fun missing_A : A; -fun mission_N : N; -fun missionary_N : N; -fun missis_N : N; -fun mississippi_PN : PN; -fun missive_N : N; -fun missouri_PN : PN; -fun misspell_V2 : V2; -fun misspelling_N : N; -fun misspend_V2 : V2; -fun misstate_V2 : V2; -fun misstatement_N : N; -fun missus_N : N; -fun missy_N : N; -fun mist_N : N; -fun mist_V : V; -fun mist_V2 : V2; -fun mistake_N : N; -fun mistake_V : V; -fun mistake_V2 : V2; -fun mistaken_A : A; -fun mistakenly_Adv : Adv; -fun mister_N : N; -fun mistily_Adv : Adv; -fun mistime_V2 : V2; -fun mistiness_N : N; -fun mistletoe_N : N; -fun mistral_N : N; -fun mistranslate_V2 : V2; -fun mistranslation_N : N; -fun mistress_N : N; -fun mistrial_N : N; -fun mistrust_N : N; -fun mistrust_V2 : V2; -fun mistrustful_A : A; -fun mistrustfully_Adv : Adv; -fun misty_A : A; -fun misunderstand_V2 : V2; -fun misunderstanding_N : N; -fun misuse_N : N; -fun misuse_V2 : V2; -fun mite_N : N; -fun mitigate_V2 : V2; -fun mitigation_N : N; -fun mitre_N : N; -fun mitre_joint_N : N; -fun mitt_N : N; -fun mitten_N : N; -fun mix_N : N; -fun mix_V : V; -fun mix_V2 : V2; -fun mix_up_N : N; -fun mixed_A : A; -fun mixed_up_A : A; -fun mixer_N : N; -fun mixture_N : N; -fun mizen_N : N; -fun mizzen_N : N; -fun mizzen_mast_N : N; -fun mizzle_V : V; -fun ml_N : N; -fun mlle_PN : PN; -fun mm_N : N; -fun mme_PN : PN; -fun mnemonic_A : A; -fun mnemonics_N : N; -fun mo_N : N; -fun mo_PN : PN; -fun moan_N : N; -fun moan_V : V; -fun moan_V2 : V2; -fun moat_N : N; -fun moated_A : A; -fun mob_N : N; -fun mob_V2 : V2; -fun mobcap_N : N; -fun mobile_A : A; -fun mobile_N : N; -fun mobility_N : N; -fun mobilization_N : N; -fun mobilize_V : V; -fun mobilize_V2 : V2; -fun mobster_N : N; -fun moccasin_N : N; -fun mocha_N : N; -fun mock_A : A; -fun mock_N : N; -fun mock_V : V; -fun mock_V2 : V2; -fun mock_up_N : N; -fun mocker_N : N; -fun mockery_N : N; -fun mockingly_Adv : Adv; -fun mod_A : A; -fun mod_N : N; -fun mod_cons_N : N; -fun modal_A : A; -fun modality_N : N; -fun mode_N : N; -fun model_N : N; -fun model_V : V; -fun model_V2 : V2; -fun modeler_N : N; -fun modeller_N : N; -fun modelling_N : N; -fun modena_PN : PN; -fun moderate_A : A; -fun moderate_N : N; -fun moderate_V : V; -fun moderate_V2 : V2; -fun moderately_Adv : Adv; -fun moderation_N : N; -fun moderator_N : N; -fun modern_A : A; -fun modern_N : N; -fun modernism_N : N; -fun modernist_N : N; -fun modernistic_A : A; -fun modernity_N : N; -fun modernization_N : N; -fun modernize_V2 : V2; -fun modest_A : A; -fun modestly_Adv : Adv; -fun modesty_N : N; -fun modicum_N : N; -fun modification_N : N; -fun modifier_N : N; -fun modify_V2 : V2; -fun modish_A : A; -fun modishly_Adv : Adv; -fun modiste_N : N; -fun modular_A : A; -fun modulate_V : V; -fun modulate_V2 : V2; -fun modulation_N : N; -fun module_N : N; -fun modus_operandi_N : N; -fun modus_vivendi_N : N; -fun mogul_N : N; -fun mohair_N : N; -fun mohammedan_N : N; -fun moiety_N : N; -fun moil_V : V; -fun moira_PN : PN; -fun moist_A : A; -fun moisten_V : V; -fun moisten_V2 : V2; -fun moistly_Adv : Adv; -fun moisture_N : N; -fun moke_N : N; -fun molar_A : A; -fun molar_N : N; -fun molasses_N : N; -fun mold_PN : PN; -fun moldy_A : A; -fun mole_N : N; -fun molecular_A : A; -fun molecule_N : N; -fun molehill_N : N; -fun moleskin_N : N; -fun molest_V2 : V2; -fun molestation_N : N; -fun moll_N : N; -fun mollification_N : N; -fun mollify_V2 : V2; -fun mollusc_N : N; -fun molly_PN : PN; -fun mollycoddle_N : N; -fun mollycoddle_V2 : V2; -fun moloch_PN : PN; -fun molto_Adv : Adv; -fun molybdenum_N : N; -fun moment_N : N; -fun momentarily_Adv : Adv; -fun momentary_A : A; -fun momentous_A : A; -fun momentously_Adv : Adv; -fun momentousness_N : N; -fun momentum_N : N; -fun mon_PN : PN; -fun monaco_PN : PN; -fun monaghan_PN : PN; -fun monarch_N : N; -fun monarchic_A : A; -fun monarchism_N : N; -fun monarchist_N : N; -fun monarchy_N : N; -fun monastery_N : N; -fun monastic_A : A; -fun monasticism_N : N; -fun monaural_A : A; -fun monchengladbach_PN : PN; -fun monday_N : N; -fun monday_PN : PN; -fun monegasque_A : A; -fun monegasque_N : N; -fun monetary_A : A; -fun monetize_V2 : V2; -fun money_N : N; -fun money_grubber_N : N; -fun money_order_N : N; -fun money_spinner_N : N; -fun moneybox_N : N; -fun moneychanger_N : N; -fun moneyed_A : A; -fun moneylender_N : N; -fun moneyless_A : A; -fun monger_N : N; -fun mongol_A : A; -fun mongol_N : N; -fun mongolia_PN : PN; -fun mongolian_A : A; -fun mongolian_N : N; -fun mongolism_N : N; -fun mongoose_N : N; -fun mongrel_A : A; -fun mongrel_N : N; -fun monica_PN : PN; -fun monifieth_PN : PN; -fun monitor_N : N; -fun monitor_V : V; -fun monitor_V2 : V2; -fun monk_N : N; -fun monkey_N : N; -fun monkey_V : V; -fun monkey_jacket_N : N; -fun monkey_nut_N : N; -fun monkey_puzzle_N : N; -fun monkey_wrench_N : N; -fun monkish_A : A; -fun monmouth_PN : PN; -fun mono_A : A; -fun monochrome_A : A; -fun monochrome_N : N; -fun monocle_N : N; -fun monocled_A : A; -fun monogamist_N : N; -fun monogamous_A : A; -fun monogamy_N : N; -fun monogram_N : N; -fun monograph_N : N; -fun monolith_N : N; -fun monolithic_A : A; -fun monologue_N : N; -fun monomania_N : N; -fun monomaniac_N : N; -fun monoplane_N : N; -fun monopolist_N : N; -fun monopolistic_A : A; -fun monopolization_N : N; -fun monopolize_V2 : V2; -fun monopoly_N : N; -fun monorail_N : N; -fun monosyllabic_A : A; -fun monosyllable_N : N; -fun monotheism_N : N; -fun monotheist_N : N; -fun monotheistic_A : A; -fun monotone_N : N; -fun monotonous_A : A; -fun monotonously_Adv : Adv; -fun monotony_N : N; -fun monotype_N : N; -fun monoxide_N : N; -fun monsieur_N : N; -fun monsignor_N : N; -fun monsoon_N : N; -fun monster_N : N; -fun monstrance_N : N; -fun monstrosity_N : N; -fun monstrous_A : A; -fun monstrously_Adv : Adv; -fun montage_N : N; -fun montana_PN : PN; -fun monterrey_PN : PN; -fun montevideo_PN : PN; -fun month_N : N; -fun monthly_A : A; -fun monthly_Adv : Adv; -fun monthly_N : N; -fun montreal_PN : PN; -fun montrose_PN : PN; -fun montserrat_PN : PN; -fun montserratian_A : A; -fun montserratian_N : N; -fun monument_N : N; -fun monumental_A : A; -fun monza_PN : PN; -fun moo_N : N; -fun moo_V : V; -fun moo_cow_N : N; -fun mooch_V : V; -fun mood_N : N; -fun moodily_Adv : Adv; -fun moodiness_N : N; -fun moody_A : A; -fun moon_N : N; -fun moon_V : V; -fun moon_V2 : V2; -fun moonbeam_N : N; -fun moonflower_N : N; -fun moonless_A : A; -fun moonlight_N : N; -fun moonlit_A : A; -fun moonshine_N : N; -fun moonstone_N : N; -fun moonstruck_A : A; -fun moony_A : A; -fun moor_N : N; -fun moor_V2 : V2; -fun moorcock_N : N; -fun moorfowl_N : N; -fun moorgame_N : N; -fun moorhen_N : N; -fun mooring_mast_N : N; -fun moorish_A : A; -fun moorland_N : N; -fun moose_N : N; -fun moot_A : A; -fun moot_V2 : V2; -fun mop_N : N; -fun mop_V : V; -fun mop_V2 : V2; -fun mope_N : N; -fun mope_V : V; -fun moped_N : N; -fun moquette_N : N; -fun moraine_N : N; -fun moral_A : A; -fun moral_N : N; -fun morale_N : N; -fun moralist_N : N; -fun moralistic_A : A; -fun morality_N : N; -fun moralize_V : V; -fun moralize_V2 : V2; -fun morally_Adv : Adv; -fun morass_N : N; -fun moratorium_N : N; -fun morbid_A : A; -fun morbidity_N : N; -fun morbidly_Adv : Adv; -fun morbidness_N : N; -fun mordant_A : A; -fun more_Adv : Adv; -fun more_N : N; -fun morecambe_PN : PN; -fun morello_N : N; -fun moreover_Adv : Adv; -fun moresque_A : A; -fun morganatic_A : A; -fun morgue_N : N; -fun moribund_A : A; -fun morley_PN : PN; -fun mormon_A : A; -fun mormon_N : N; -fun mormonism_N : N; -fun morn_N : N; -fun morning_N : N; -fun morning_glory_N : N; -fun morning_room_N : N; -fun moroccan_A : A; -fun moroccan_N : N; -fun morocco_N : N; -fun morocco_PN : PN; -fun moron_N : N; -fun moronic_A : A; -fun morose_A : A; -fun morosely_Adv : Adv; -fun moroseness_N : N; -fun morpeth_PN : PN; -fun morpheme_N : N; -fun morphemic_A : A; -fun morpheus_PN : PN; -fun morphia_N : N; -fun morphine_N : N; -fun morphological_A : A; -fun morphologically_Adv : Adv; -fun morphology_N : N; -fun morris_dance_N : N; -fun morrow_N : N; -fun morse_N : N; -fun morsel_N : N; -fun mortal_A : A; -fun mortal_N : N; -fun mortality_N : N; -fun mortally_Adv : Adv; -fun mortar_N : N; -fun mortar_V2 : V2; -fun mortarboard_N : N; -fun mortgage_N : N; -fun mortgage_V2 : V2; -fun mortgagee_N : N; -fun mortgagor_N : N; -fun mortice_N : N; -fun mortice_V2 : V2; -fun mortician_N : N; -fun mortification_N : N; -fun mortify_V : V; -fun mortify_V2 : V2; -fun mortise_N : N; -fun mortise_V2 : V2; -fun mortuary_N : N; -fun mosaic_A : A; -fun mosaic_N : N; -fun moscow_PN : PN; -fun moselle_N : N; -fun mosey_V : V; -fun moslem_A : A; -fun moslem_N : N; -fun mosque_N : N; -fun mosquito_N : N; -fun mosquito_craft_N : N; -fun mosquito_net_N : N; -fun moss_N : N; -fun moss_grown_A : A; -fun mossley_PN : PN; -fun mossy_A : A; -fun most_Adv : Adv; -fun most_N : N; -fun mostly_Adv : Adv; -fun mote_N : N; -fun motel_N : N; -fun moth_N : N; -fun moth_eaten_A : A; -fun mothball_N : N; -fun mother_N : N; -fun mother_V2 : V2; -fun mother_in_law_N : N; -fun mother_of_pearl_N : N; -fun motherhood_N : N; -fun motherland_N : N; -fun motherless_A : A; -fun motherlike_A : A; -fun motherliness_N : N; -fun motherly_A : A; -fun motherwell_PN : PN; -fun mothproof_A : A; -fun mothproof_V2 : V2; -fun motif_N : N; -fun motion_N : N; -fun motion_V : V; -fun motion_V2 : V2; -fun motionless_A : A; -fun motionlessly_Adv : Adv; -fun motivate_V2 : V2; -fun motivation_N : N; -fun motive_A : A; -fun motive_N : N; -fun motiveless_A : A; -fun motley_A : A; -fun motley_N : N; -fun motor_N : N; -fun motor_V : V; -fun motor_assisted_A : A; -fun motorbike_N : N; -fun motorboat_N : N; -fun motorcade_N : N; -fun motorcar_N : N; -fun motorcoach_N : N; -fun motorcycle_N : N; -fun motorist_N : N; -fun motorize_V2 : V2; -fun motorman_N : N; -fun motorway_N : N; -fun mottle_V2 : V2; -fun motto_N : N; -fun moujik_N : N; -fun mould_N : N; -fun mould_V : V; -fun mould_V2 : V2; -fun moulder_V : V; -fun moulding_N : N; -fun mouldy_A : A; -fun moult_N : N; -fun moult_V : V; -fun moult_V2 : V2; -fun mound_N : N; -fun mount_N : N; -fun mount_V : V; -fun mount_V2 : V2; -fun mountain_N : N; -fun mountain_ash_PN : PN; -fun mountaineer_N : N; -fun mountaineering_N : N; -fun mountainous_A : A; -fun mountebank_N : N; -fun mountie_N : N; -fun mourn_V : V; -fun mourn_V2 : V2; -fun mourner_N : N; -fun mournful_A : A; -fun mournfully_Adv : Adv; -fun mourning_N : N; -fun mourning_band_N : N; -fun mourning_ring_N : N; -fun mouse_N : N; -fun mouse_V : V; -fun mouser_N : N; -fun mousetrap_N : N; -fun mousse_N : N; -fun moustache_N : N; -fun mousy_A : A; -fun mouth_N : N; -fun mouth_V : V; -fun mouth_V2 : V2; -fun mouth_organ_N : N; -fun mouth_watering_A : A; -fun mouthful_N : N; -fun mouthpiece_N : N; -fun movable_A : A; -fun move_N : N; -fun move_V : V; -fun move_V2 : V2; -fun movement_N : N; -fun mover_N : N; -fun movie_N : N; -fun mow_N : N; -fun mow_V : V; -fun mow_V2 : V2; -fun mower_N : N; -fun mozambican_A : A; -fun mozambican_N : N; -fun mozambique_PN : PN; -fun mp's_N : N; -fun mp_N : N; -fun mpg_N : N; -fun mph_N : N; -fun mr_PN : PN; -fun mrs_PN : PN; -fun ms_N : N; -fun ms_PN : PN; -fun msc_N : N; -fun mt_PN : PN; -fun much_A : A; -fun much_Adv : Adv; -fun much_N : N; -fun muchness_N : N; -fun mucilage_N : N; -fun muck_N : N; -fun muck_V : V; -fun muck_V2 : V2; -fun muck_heap_N : N; -fun muckle_N : N; -fun muckraker_N : N; -fun muckraking_N : N; -fun mucky_A : A; -fun mucous_A : A; -fun mucus_N : N; -fun mud_N : N; -fun mud_V2 : V2; -fun mud_bath_N : N; -fun muddle_N : N; -fun muddle_V : V; -fun muddle_V2 : V2; -fun muddle_headed_A : A; -fun muddy_A : A; -fun muddy_V2 : V2; -fun mudguard_N : N; -fun mudslinger_N : N; -fun muesli_N : N; -fun muezzin_N : N; -fun muff_N : N; -fun muff_V2 : V2; -fun muffin_N : N; -fun muffin_man_N : N; -fun muffle_V2 : V2; -fun muffler_N : N; -fun mufti_N : N; -fun mug_N : N; -fun mug_V2 : V2; -fun mugger_N : N; -fun mugginess_N : N; -fun mugging_N : N; -fun muggins_N : N; -fun muggy_A : A; -fun mugwump_N : N; -fun muhammad_PN : PN; -fun muhammadan_A : A; -fun muhammadan_N : N; -fun muhammadanism_N : N; -fun mukden_PN : PN; -fun mulatto_N : N; -fun mulberry_N : N; -fun mulch_N : N; -fun mulch_V2 : V2; -fun mulct_V2 : V2; -fun mule_N : N; -fun muleteer_N : N; -fun mulheim_PN : PN; -fun mulhouse_PN : PN; -fun mulish_A : A; -fun mulishly_Adv : Adv; -fun mulishness_N : N; -fun mull_N : N; -fun mull_V2 : V2; -fun mullah_N : N; -fun mullein_N : N; -fun mullet_N : N; -fun mulligatawny_N : N; -fun mullion_N : N; -fun mullioned_A : A; -fun multan_PN : PN; -fun multi_lingual_A : A; -fun multifarious_A : A; -fun multifariously_Adv : Adv; -fun multiform_A : A; -fun multilateral_A : A; -fun multiple_A : A; -fun multiple_N : N; -fun multiplex_A : A; -fun multiplication_N : N; -fun multiplicity_N : N; -fun multiply_V : V; -fun multiply_V2 : V2; -fun multitude_N : N; -fun multitudinous_A : A; -fun multum_in_parvo_N : N; -fun mum_A : A; -fun mum_N : N; -fun mumble_V : V; -fun mumble_V2 : V2; -fun mumbo_jumbo_N : N; -fun mummer_N : N; -fun mummery_N : N; -fun mummification_N : N; -fun mummify_V2 : V2; -fun mummy_N : N; -fun mumps_N : N; -fun munch_V : V; -fun munch_V2 : V2; -fun mundane_A : A; -fun mundanely_Adv : Adv; -fun munich_PN : PN; -fun municipal_A : A; -fun municipality_N : N; -fun municipally_Adv : Adv; -fun munificence_N : N; -fun munificent_A : A; -fun munificently_Adv : Adv; -fun munition_N : N; -fun munition_V2 : V2; -fun munster_PN : PN; -fun mural_A : A; -fun mural_N : N; -fun murder_N : N; -fun murder_V2 : V2; -fun murderer_N : N; -fun murderess_N : N; -fun murderous_A : A; -fun murderously_Adv : Adv; -fun muriel_PN : PN; -fun murk_N : N; -fun murkily_Adv : Adv; -fun murky_A : A; -fun murmur_N : N; -fun murmur_V : V; -fun murmur_V2 : V2; -fun murphy_N : N; -fun murrain_N : N; -fun murton_PN : PN; -fun muscatel_N : N; -fun muscle_N : N; -fun muscle_V : V; -fun muscle_bound_A : A; -fun muscleman_N : N; -fun muscovite_A : A; -fun muscovite_N : N; -fun muscovy_N : N; -fun muscular_A : A; -fun muse_N : N; -fun muse_V : V; -fun museum_N : N; -fun mush_N : N; -fun mushroom_N : N; -fun mushroom_V : V; -fun mushy_A : A; -fun music_N : N; -fun music_box_N : N; -fun music_hall_N : N; -fun music_stand_N : N; -fun music_stool_N : N; -fun musical_A : A; -fun musical_N : N; -fun musical_box_N : N; -fun musically_Adv : Adv; -fun musician_N : N; -fun musicianship_N : N; -fun musingly_Adv : Adv; -fun musk_N : N; -fun musk_deer_N : N; -fun musk_rose_N : N; -fun musket_N : N; -fun musketeer_N : N; -fun musketry_N : N; -fun muskrat_N : N; -fun musky_A : A; -fun muslim_N : N; -fun muslin_N : N; -fun musquash_N : N; -fun muss_N : N; -fun muss_V2 : V2; -fun mussel_N : N; -fun musselburgh_PN : PN; -fun must_N : N; -fun mustachio_N : N; -fun mustang_N : N; -fun mustard_N : N; -fun muster_N : N; -fun muster_V : V; -fun muster_V2 : V2; -fun mustiness_N : N; -fun musty_A : A; -fun mutability_N : N; -fun mutable_A : A; -fun mutation_N : N; -fun mutatis_mutandis_Adv : Adv; -fun mute_A : A; -fun mute_N : N; -fun mute_V2 : V2; -fun mutely_Adv : Adv; -fun mutilate_V2 : V2; -fun mutilation_N : N; -fun mutineer_N : N; -fun mutinous_A : A; -fun mutiny_N : N; -fun mutiny_V : V; -fun mutt_N : N; -fun mutter_N : N; -fun mutter_V : V; -fun mutter_V2 : V2; -fun mutterer_N : N; -fun mutton_N : N; -fun mutton_head_N : N; -fun mutual_A : A; -fun mutually_Adv : Adv; -fun muzzle_N : N; -fun muzzle_V2 : V2; -fun muzzle_velocity_N : N; -fun muzzy_A : A; -fun my_A : A; -fun mycology_N : N; -fun myelitis_N : N; -fun myna_N : N; -fun mynah_N : N; -fun myopia_N : N; -fun myopic_A : A; -fun myra_PN : PN; -fun myriad_A : A; -fun myriad_N : N; -fun myrmidon_N : N; -fun myrrh_N : N; -fun myrtle_N : N; -fun mysterious_A : A; -fun mysteriously_Adv : Adv; -fun mystery_N : N; -fun mystic_A : A; -fun mystic_N : N; -fun mystical_A : A; -fun mysticism_N : N; -fun mystification_N : N; -fun mystify_V2 : V2; -fun mystique_N : N; -fun myth_N : N; -fun mythical_A : A; -fun mythological_A : A; -fun mythologist_N : N; -fun mythology_N : N; -fun myxomatosis_N : N; -fun melange_N : N; -fun menage_N : N; -fun mesalliance_N : N; -fun metier_N : N; -fun melee_N : N; -fun naafi_N : N; -fun nab_V2 : V2; -fun nabob_N : N; -fun nacelle_N : N; -fun nacre_N : N; -fun nadir_N : N; -fun nag_N : N; -fun nag_V : V; -fun nag_V2 : V2; -fun nagger_N : N; -fun nagoya_PN : PN; -fun nagpur_PN : PN; -fun naiad_N : N; -fun nail_N : N; -fun nail_V2 : V2; -fun nail_polish_N : N; -fun nail_varnish_N : N; -fun nailbrush_N : N; -fun nailfile_N : N; -fun nailsea_PN : PN; -fun nainsook_N : N; -fun naira_N : N; -fun nairn_PN : PN; -fun nairobi_PN : PN; -fun naive_1_A : A; -fun naively_Adv : Adv; -fun naivety_N : N; -fun naivete_N : N; -fun naked_A : A; -fun nakedly_Adv : Adv; -fun nakedness_N : N; -fun namby_pamby_A : A; -fun namby_pamby_N : N; -fun name_N : N; -fun name_V2 : V2; -fun name_day_N : N; -fun name_drop_V : V; -fun name_dropping_N : N; -fun name_part_N : N; -fun nameless_A : A; -fun namely_Adv : Adv; -fun nameplate_N : N; -fun namesake_N : N; -fun namibia_PN : PN; -fun namibian_A : A; -fun namibian_N : N; -fun nanchang_PN : PN; -fun nancy_PN : PN; -fun nankeen_N : N; -fun nanking_PN : PN; -fun nanning_PN : PN; -fun nanny_N : N; -fun nanny_goat_N : N; -fun nantwich_PN : PN; -fun naomi_PN : PN; -fun nap_N : N; -fun nap_V : V; -fun napalm_N : N; -fun nape_N : N; -fun napery_N : N; -fun naphtha_N : N; -fun naphthalene_N : N; -fun napkin_N : N; -fun napkin_ring_N : N; -fun naples_PN : PN; -fun napoleonic_A : A; -fun napoli_PN : PN; -fun nappy_N : N; -fun narborough_PN : PN; -fun narcissism_N : N; -fun narcissus_N : N; -fun narcotic_A : A; -fun narcotic_N : N; -fun nark_N : N; -fun nark_V2 : V2; -fun narrate_V2 : V2; -fun narration_N : N; -fun narrative_N : N; -fun narrator_N : N; -fun narrow_A : A; -fun narrow_N : N; -fun narrow_V : V; -fun narrow_V2 : V2; -fun narrow_minded_A : A; -fun narrow_mindedly_Adv : Adv; -fun narrow_mindedness_N : N; -fun narrowly_Adv : Adv; -fun narrowness_N : N; -fun narwhal_N : N; -fun nasa_PN : PN; -fun nasal_A : A; -fun nasal_N : N; -fun nasalize_V2 : V2; -fun nascent_A : A; -fun nastily_Adv : Adv; -fun nastiness_N : N; -fun nasturtium_N : N; -fun nasty_A : A; -fun nat_PN : PN; -fun natal_A : A; -fun natalie_PN : PN; -fun nathaniel_PN : PN; -fun nation_N : N; -fun national_A : A; -fun national_N : N; -fun nationalism_N : N; -fun nationalist_A : A; -fun nationalist_N : N; -fun nationalistic_A : A; -fun nationality_N : N; -fun nationalization_N : N; -fun nationalize_V2 : V2; -fun nationally_Adv : Adv; -fun nationwide_A : A; -fun nationwide_Adv : Adv; -fun native_A : A; -fun native_N : N; -fun nativity_N : N; -fun nato_PN : PN; -fun natter_V : V; -fun nattily_Adv : Adv; -fun natty_A : A; -fun natural_A : A; -fun natural_N : N; -fun naturalism_N : N; -fun naturalist_N : N; -fun naturalistic_A : A; -fun naturalization_N : N; -fun naturalize_V : V; -fun naturalize_V2 : V2; -fun naturally_Adv : Adv; -fun naturalness_N : N; -fun nature_N : N; -fun naturism_N : N; -fun naturist_N : N; -fun naught_N : N; -fun naughtily_Adv : Adv; -fun naughtiness_N : N; -fun naughty_A : A; -fun nauru_PN : PN; -fun nauruan_A : A; -fun nauruan_N : N; -fun nausea_N : N; -fun nauseate_V2 : V2; -fun nauseous_A : A; -fun nautch_N : N; -fun nautch_girl_N : N; -fun nautical_A : A; -fun nautilus_N : N; -fun naval_A : A; -fun nave_N : N; -fun navel_N : N; -fun navigability_N : N; -fun navigable_A : A; -fun navigate_V : V; -fun navigate_V2 : V2; -fun navigation_N : N; -fun navigator_N : N; -fun navvy_N : N; -fun navy_N : N; -fun nay_Adv : Adv; -fun nazi_A : A; -fun nazi_N : N; -fun nazism_N : N; -fun naive_2_A : A; -fun nb_PN : PN; -fun nco_N : N; -fun ne'er_Adv : Adv; -fun ne'er_do_well_N : N; -fun ne_plus_ultra_N : N; -fun neanderthal_A : A; -fun neap_N : N; -fun neap_tide_N : N; -fun neapolitan_A : A; -fun neapolitan_N : N; -fun near_A : A; -fun near_Adv : Adv; -fun near_V : V; -fun near_V2 : V2; -fun near_sighted_A : A; -fun nearby_A : A; -fun nearer_Adv : Adv; -fun nearest_Adv : Adv; -fun nearly_Adv : Adv; -fun nearness_N : N; -fun nearside_N : N; -fun neat_A : A; -fun neath_PN : PN; -fun neatly_Adv : Adv; -fun neatness_N : N; -fun nebraska_PN : PN; -fun nebula_N : N; -fun nebular_A : A; -fun nebulous_A : A; -fun necessarily_Adv : Adv; -fun necessary_A : A; -fun necessary_N : N; -fun necessitate_V2 : V2; -fun necessitous_A : A; -fun necessity_N : N; -fun neck_N : N; -fun neck_V : V; -fun neckband_N : N; -fun neckcloth_N : N; -fun neckerchief_N : N; -fun necklace_N : N; -fun necklet_N : N; -fun neckline_N : N; -fun necktie_N : N; -fun neckwear_N : N; -fun necromancer_N : N; -fun necromancy_N : N; -fun necropolis_N : N; -fun nectar_N : N; -fun nectarine_N : N; -fun ned_PN : PN; -fun neddy_PN : PN; -fun need_N : N; -fun need_V2 : V2; -fun needful_A : A; -fun needfully_Adv : Adv; -fun needle_N : N; -fun needle_V2 : V2; -fun needlecraft_N : N; -fun needless_A : A; -fun needlessly_Adv : Adv; -fun needlewoman_N : N; -fun needlework_N : N; -fun needs_Adv : Adv; -fun needy_A : A; -fun nefarious_A : A; -fun nefariously_Adv : Adv; -fun nefariousness_N : N; -fun negate_V2 : V2; -fun negation_N : N; -fun negative_A : A; -fun negative_N : N; -fun negative_V2 : V2; -fun negatively_Adv : Adv; -fun neglect_N : N; -fun neglect_V2 : V2; -fun neglectful_A : A; -fun neglectfully_Adv : Adv; -fun neglectfulness_N : N; -fun negligee_N : N; -fun negligence_N : N; -fun negligent_A : A; -fun negligently_Adv : Adv; -fun negligible_A : A; -fun negotiable_A : A; -fun negotiate_V : V; -fun negotiate_V2 : V2; -fun negotiation_N : N; -fun negotiator_N : N; -fun negress_N : N; -fun negro_N : N; -fun negroid_A : A; -fun negroid_N : N; -fun negus_N : N; -fun neigh_N : N; -fun neigh_V : V; -fun neighbour_N : N; -fun neighbour_V : V; -fun neighbour_V2 : V2; -fun neighbourhood_N : N; -fun neighbourliness_N : N; -fun neighbourly_A : A; -fun neil_PN : PN; -fun neither_A : A; -fun neither_Adv : Adv; -fun nell_PN : PN; -fun nelly_N : N; -fun nelly_PN : PN; -fun nelson_PN : PN; -fun nem_con_Adv : Adv; -fun nemesis_N : N; -fun neocolonialism_N : N; -fun neolithic_A : A; -fun neologism_N : N; -fun neon_N : N; -fun neophyte_N : N; -fun neoplasm_N : N; -fun nepal_PN : PN; -fun nepalese_A : A; -fun nepalese_N : N; -fun nepali_A : A; -fun nepali_N : N; -fun nephew_N : N; -fun nephritis_N : N; -fun nepotism_N : N; -fun neptune_PN : PN; -fun nereid_N : N; -fun nerve_N : N; -fun nerve_V2 : V2; -fun nerve_cell_N : N; -fun nerve_centre_N : N; -fun nerve_racking_A : A; -fun nerveless_A : A; -fun nervelessly_Adv : Adv; -fun nervous_A : A; -fun nervously_Adv : Adv; -fun nervousness_N : N; -fun nervy_A : A; -fun nescience_N : N; -fun nescient_A : A; -fun ness_N : N; -fun nest_N : N; -fun nest_V : V; -fun nest_egg_N : N; -fun nestle_V : V; -fun nestle_V2 : V2; -fun nestling_N : N; -fun neston_PN : PN; -fun nestor_PN : PN; -fun net_A : A; -fun net_N : N; -fun net_V2 : V2; -fun netball_N : N; -fun nether_A : A; -fun netherlander_N : N; -fun netherlands_PN : PN; -fun nethermost_A : A; -fun netley_PN : PN; -fun nett_A : A; -fun nett_V2 : V2; -fun netting_N : N; -fun nettle_N : N; -fun nettle_V2 : V2; -fun nettlerash_N : N; -fun network_N : N; -fun neural_A : A; -fun neuralgia_N : N; -fun neuralgic_A : A; -fun neurasthenia_N : N; -fun neurasthenic_A : A; -fun neurasthenic_N : N; -fun neuritis_N : N; -fun neurologist_N : N; -fun neurology_N : N; -fun neurosis_N : N; -fun neurotic_A : A; -fun neurotic_N : N; -fun neurotically_Adv : Adv; -fun neuss_PN : PN; -fun neuter_A : A; -fun neuter_N : N; -fun neuter_V2 : V2; -fun neutral_A : A; -fun neutral_N : N; -fun neutrality_N : N; -fun neutralization_N : N; -fun neutralize_V2 : V2; -fun neutron_N : N; -fun nevada_PN : PN; -fun never_Adv : Adv; -fun nevermore_Adv : Adv; -fun nevertheless_Adv : Adv; -fun neville_PN : PN; -fun new_A : A; -fun new_Adv : Adv; -fun new_cumnock_PN : PN; -fun new_mills_PN : PN; -fun new_orleans_PN : PN; -fun new_tredegar_PN : PN; -fun new_windsor_PN : PN; -fun new_york_PN : PN; -fun newark_PN : PN; -fun newarthill_PN : PN; -fun newbiggin_PN : PN; -fun newbury_PN : PN; -fun newcastle_PN : PN; -fun newcastle_under_lyme_PN : PN; -fun newcastle_upon_tyne_PN : PN; -fun newcomer_N : N; -fun newel_N : N; -fun newfangled_A : A; -fun newfoundland_PN : PN; -fun newham_PN : PN; -fun newhaven_PN : PN; -fun newly_Adv : Adv; -fun newlywed_N : N; -fun newmains_PN : PN; -fun newmarket_N : N; -fun newmarket_PN : PN; -fun newness_N : N; -fun newport_PN : PN; -fun newport_pagnell_PN : PN; -fun newquay_PN : PN; -fun newry_PN : PN; -fun news_N : N; -fun newsagent_N : N; -fun newsboy_N : N; -fun newscast_N : N; -fun newscaster_N : N; -fun newsdealer_N : N; -fun newsflash_N : N; -fun newsless_A : A; -fun newsletter_N : N; -fun newsmonger_N : N; -fun newspaper_N : N; -fun newspaperman_N : N; -fun newsprint_N : N; -fun newsreel_N : N; -fun newsroom_N : N; -fun newssheet_N : N; -fun newsstand_N : N; -fun newsvendor_N : N; -fun newsworthy_A : A; -fun newsy_A : A; -fun newt_N : N; -fun newton_abbot_PN : PN; -fun newton_aycliffe_PN : PN; -fun newton_le_willows_PN : PN; -fun newton_mearns_PN : PN; -fun newtonian_A : A; -fun newtonian_N : N; -fun newtown_PN : PN; -fun next_A : A; -fun next_Adv : Adv; -fun next_N : N; -fun nexus_N : N; -fun nhs_N : N; -fun nib_N : N; -fun nibble_N : N; -fun nibble_V : V; -fun nibble_V2 : V2; -fun nicaragua_PN : PN; -fun nicaraguan_A : A; -fun nicaraguan_N : N; -fun nice_A : A; -fun nice_PN : PN; -fun nicely_Adv : Adv; -fun niceness_N : N; -fun nicety_N : N; -fun niche_N : N; -fun nicholas_PN : PN; -fun nick_N : N; -fun nick_PN : PN; -fun nick_V2 : V2; -fun nickel_N : N; -fun nickel_V2 : V2; -fun nicknack_N : N; -fun nickname_N : N; -fun nickname_V2 : V2; -fun nicola_PN : PN; -fun nicole_PN : PN; -fun nicotine_N : N; -fun niece_N : N; -fun niff_N : N; -fun niffy_A : A; -fun nifty_A : A; -fun nigel_PN : PN; -fun niger_PN : PN; -fun nigeria_PN : PN; -fun nigerian_A : A; -fun nigerian_N : N; -fun nigerien_A : A; -fun nigerien_N : N; -fun niggard_N : N; -fun niggardliness_N : N; -fun niggardly_A : A; -fun nigger_N : N; -fun niggle_V : V; -fun niggling_A : A; -fun nigh_Adv : Adv; -fun nigher_Adv : Adv; -fun nighest_Adv : Adv; -fun night_N : N; -fun night_bell_N : N; -fun night_bird_N : N; -fun night_light_N : N; -fun night_line_N : N; -fun night_porter_N : N; -fun night_soil_N : N; -fun night_stop_N : N; -fun night_time_N : N; -fun night_watch_N : N; -fun night_watchman_N : N; -fun nightcap_N : N; -fun nightclub_N : N; -fun nightdress_N : N; -fun nightfall_N : N; -fun nightgown_N : N; -fun nightie_N : N; -fun nightingale_N : N; -fun nightjar_N : N; -fun nightlong_A : A; -fun nightly_A : A; -fun nightly_Adv : Adv; -fun nightmare_N : N; -fun nightmarish_A : A; -fun nightshade_N : N; -fun nightshirt_N : N; -fun nightwork_N : N; -fun nihilism_N : N; -fun nihilist_N : N; -fun nihilistic_A : A; -fun nijmegen_PN : PN; -fun nil_N : N; -fun nilotic_A : A; -fun nimble_A : A; -fun nimbleness_N : N; -fun nimbly_Adv : Adv; -fun nimbus_N : N; -fun niminy_piminy_A : A; -fun nimrod_PN : PN; -fun nincompoop_N : N; -fun nine_A : A; -fun nine_N : N; -fun ninefold_A : A; -fun ninefold_Adv : Adv; -fun ninepence_N : N; -fun ninepenny_A : A; -fun ninepins_N : N; -fun nineteen_A : A; -fun nineteen_N : N; -fun nineteenth_A : A; -fun nineteenth_N : N; -fun ninetieth_A : A; -fun ninetieth_N : N; -fun ninety_A : A; -fun ninety_N : N; -fun ninny_N : N; -fun ninth_A : A; -fun ninth_N : N; -fun niobe_PN : PN; -fun nip_N : N; -fun nip_V : V; -fun nip_V2 : V2; -fun nipper_N : N; -fun nipping_A : A; -fun nipple_N : N; -fun nipponese_A : A; -fun nippy_A : A; -fun nirvana_N : N; -fun nisi_A : A; -fun nissen_PN : PN; -fun nit_N : N; -fun nitrate_N : N; -fun nitre_N : N; -fun nitric_A : A; -fun nitrochalk_N : N; -fun nitrogen_N : N; -fun nitroglycerin_N : N; -fun nitroglycerine_N : N; -fun nitrous_A : A; -fun nitty_gritty_N : N; -fun nitwit_N : N; -fun nitwitted_A : A; -fun nix_N : N; -fun no_A : A; -fun no_Adv : Adv; -fun no_N : N; -fun no_ball_N : N; -fun no_go_A : A; -fun no_man's_land_N : N; -fun noah_PN : PN; -fun nob_N : N; -fun nobble_V2 : V2; -fun nobel_PN : PN; -fun nobility_N : N; -fun noble_A : A; -fun noble_N : N; -fun noble_mindedness_N : N; -fun nobleman_N : N; -fun noblesse_N : N; -fun noblesse_oblige_N : N; -fun nobly_Adv : Adv; -fun nobody_N : N; -fun noctambulist_N : N; -fun nocturnal_A : A; -fun nocturne_N : N; -fun nod_N : N; -fun nod_V : V; -fun nod_V2 : V2; -fun noddle_N : N; -fun node_N : N; -fun nodular_A : A; -fun nodulated_A : A; -fun nodule_N : N; -fun noel_N : N; -fun noel_PN : PN; -fun noggin_N : N; -fun nohow_Adv : Adv; -fun noise_N : N; -fun noise_V2 : V2; -fun noiseless_A : A; -fun noiselessly_Adv : Adv; -fun noiselessness_N : N; -fun noisily_Adv : Adv; -fun noisiness_N : N; -fun noisome_A : A; -fun noisy_A : A; -fun nom_de_plume_N : N; -fun nomad_N : N; -fun nomadic_A : A; -fun nomenclature_N : N; -fun nominal_A : A; -fun nominally_Adv : Adv; -fun nominate_V2 : V2; -fun nomination_N : N; -fun nominative_A : A; -fun nominative_N : N; -fun nominee_N : N; -fun non_compliance_N : N; -fun non_compos_mentis_A : A; -fun non_contentious_A : A; -fun non_interference_N : N; -fun non_sequitur_N : N; -fun non_skid_A : A; -fun non_u_A : A; -fun nonage_N : N; -fun nonagenarian_A : A; -fun nonagenarian_N : N; -fun nonaggression_N : N; -fun nonalignment_N : N; -fun nonce_N : N; -fun nonce_word_N : N; -fun nonchalance_N : N; -fun nonchalant_A : A; -fun nonchalantly_Adv : Adv; -fun noncombatant_N : N; -fun noncommissioned_A : A; -fun noncommittal_A : A; -fun nonconductor_N : N; -fun nonconformist_N : N; -fun nonconformity_N : N; -fun nondescript_A : A; -fun nondescript_N : N; -fun none_Adv : Adv; -fun nonentity_N : N; -fun nonesuch_N : N; -fun nonevent_N : N; -fun nonfiction_N : N; -fun nonflammable_A : A; -fun nonintervention_N : N; -fun nonmoral_A : A; -fun nonobservance_N : N; -fun nonpareil_A : A; -fun nonpareil_N : N; -fun nonpayment_N : N; -fun nonplus_V2 : V2; -fun nonresident_A : A; -fun nonsense_N : N; -fun nonsensical_A : A; -fun nonsmoker_N : N; -fun nonstarter_N : N; -fun nonstick_A : A; -fun nonstop_A : A; -fun nonstop_Adv : Adv; -fun nonsuch_N : N; -fun nonunion_A : A; -fun nonviolence_N : N; -fun noodle_N : N; -fun nook_N : N; -fun noon_N : N; -fun noonday_A : A; -fun noontide_N : N; -fun noose_N : N; -fun noose_V2 : V2; -fun nor'_east_Adv : Adv; -fun nor'_east_N : N; -fun nor'_nor'_east_Adv : Adv; -fun nor'_nor'_east_N : N; -fun nor'_nor'_west_Adv : Adv; -fun nor'_nor'_west_N : N; -fun nor'_west_Adv : Adv; -fun nor'_west_N : N; -fun nora_PN : PN; -fun nordic_A : A; -fun nordic_N : N; -fun norfolk_PN : PN; -fun norm_N : N; -fun normal_A : A; -fun normal_N : N; -fun normalcy_N : N; -fun normality_N : N; -fun normalization_N : N; -fun normalize_V2 : V2; -fun normally_Adv : Adv; -fun norman_A : A; -fun norman_N : N; -fun norman_PN : PN; -fun normanton_PN : PN; -fun normantown_PN : PN; -fun normative_A : A; -fun norse_A : A; -fun norse_N : N; -fun north_Adv : Adv; -fun north_N : N; -fun north_northeast_Adv : Adv; -fun north_northeast_N : N; -fun north_northwest_Adv : Adv; -fun north_northwest_N : N; -fun north_walsham_PN : PN; -fun northallerton_PN : PN; -fun northam_PN : PN; -fun northampton_PN : PN; -fun northamptonshire_PN : PN; -fun northeast_Adv : Adv; -fun northeast_N : N; -fun northeaster_N : N; -fun northeasterly_A : A; -fun northeastern_A : A; -fun northerly_A : A; -fun northerly_Adv : Adv; -fun northern_A : A; -fun northerner_N : N; -fun northernmost_A : A; -fun northman_N : N; -fun northumberland_PN : PN; -fun northwards_Adv : Adv; -fun northwest_Adv : Adv; -fun northwest_N : N; -fun northwester_N : N; -fun northwesterly_A : A; -fun northwestern_A : A; -fun northwich_PN : PN; -fun norton_PN : PN; -fun norway_PN : PN; -fun norwegian_A : A; -fun norwegian_N : N; -fun norwich_PN : PN; -fun nos_N : N; -fun nose_N : N; -fun nose_V : V; -fun nose_V2 : V2; -fun nose_flute_N : N; -fun nose_wheel_N : N; -fun nosebag_N : N; -fun nosebleed_N : N; -fun nosecone_N : N; -fun nosed_A : A; -fun nosedive_N : N; -fun nosedive_V : V; -fun nosegay_N : N; -fun nosering_N : N; -fun nosey_A : A; -fun nosh_N : N; -fun nosh_V : V; -fun nosh_up_N : N; -fun nostalgia_N : N; -fun nostalgic_A : A; -fun nostalgically_Adv : Adv; -fun nostril_N : N; -fun nostrum_N : N; -fun nosy_A : A; -fun not_Adv : Adv; -fun notability_N : N; -fun notable_A : A; -fun notable_N : N; -fun notably_Adv : Adv; -fun notary_N : N; -fun notation_N : N; -fun notch_N : N; -fun notch_V2 : V2; -fun note_N : N; -fun note_V2 : V2; -fun notebook_N : N; -fun notecase_N : N; -fun noted_A : A; -fun notepaper_N : N; -fun noteworthy_A : A; -fun nothing_Adv : Adv; -fun nothing_N : N; -fun nothingness_N : N; -fun notice_N : N; -fun notice_V : V; -fun notice_V2 : V2; -fun notice_board_N : N; -fun noticeable_A : A; -fun noticeably_Adv : Adv; -fun notifiable_A : A; -fun notification_N : N; -fun notify_V2 : V2; -fun notion_N : N; -fun notional_A : A; -fun notoriety_N : N; -fun notorious_A : A; -fun notoriously_Adv : Adv; -fun nottingham_PN : PN; -fun nottinghamshire_PN : PN; -fun notwithstanding_Adv : Adv; -fun nougat_N : N; -fun nought_N : N; -fun noun_N : N; -fun nourish_V2 : V2; -fun nourishment_N : N; -fun nous_N : N; -fun nouveau_riche_N : N; -fun nov_PN : PN; -fun nova_N : N; -fun nova_scotia_PN : PN; -fun novara_PN : PN; -fun novel_A : A; -fun novel_N : N; -fun novelette_N : N; -fun novelist_N : N; -fun novelty_N : N; -fun november_N : N; -fun november_PN : PN; -fun novice_N : N; -fun noviciate_N : N; -fun novitiate_N : N; -fun novokuznetsk_PN : PN; -fun novosibirsk_PN : PN; -fun now_Adv : Adv; -fun nowadays_Adv : Adv; -fun nowhere_Adv : Adv; -fun nowise_Adv : Adv; -fun noxious_A : A; -fun noxiously_Adv : Adv; -fun noxiousness_N : N; -fun nozzle_N : N; -fun nr_PN : PN; -fun nspcc_N : N; -fun nt_N : N; -fun nuance_N : N; -fun nub_N : N; -fun nubile_A : A; -fun nuclear_A : A; -fun nucleic_A : A; -fun nucleus_N : N; -fun nude_A : A; -fun nude_N : N; -fun nudge_N : N; -fun nudge_V2 : V2; -fun nudism_N : N; -fun nudist_N : N; -fun nudity_N : N; -fun nugatory_A : A; -fun nugget_N : N; -fun nuisance_N : N; -fun null_A : A; -fun nullification_N : N; -fun nullify_V2 : V2; -fun nullity_N : N; -fun numb_A : A; -fun numb_V2 : V2; -fun number_N : N; -fun number_V2 : V2; -fun numberless_A : A; -fun numberplate_N : N; -fun numbly_Adv : Adv; -fun numbness_N : N; -fun numerable_A : A; -fun numeracy_N : N; -fun numeral_A : A; -fun numeral_N : N; -fun numerate_A : A; -fun numeration_N : N; -fun numerator_N : N; -fun numeric_A : A; -fun numerical_A : A; -fun numerically_Adv : Adv; -fun numerous_A : A; -fun numinous_A : A; -fun numismatics_N : N; -fun numismatist_N : N; -fun numskull_N : N; -fun nun_N : N; -fun nuncio_N : N; -fun nuneaton_PN : PN; -fun nunnery_N : N; -fun nuptial_A : A; -fun nurenburg_PN : PN; -fun nurse_N : N; -fun nurse_V2 : V2; -fun nurseling_N : N; -fun nursemaid_N : N; -fun nursery_N : N; -fun nurseryman_N : N; -fun nursing_home_N : N; -fun nursling_N : N; -fun nurture_N : N; -fun nurture_V2 : V2; -fun nut_N : N; -fun nut_V : V; -fun nut_brown_A : A; -fun nut_butter_N : N; -fun nuthouse_N : N; -fun nutmeg_N : N; -fun nutria_N : N; -fun nutrient_A : A; -fun nutrient_N : N; -fun nutriment_N : N; -fun nutrition_N : N; -fun nutritional_A : A; -fun nutritionally_Adv : Adv; -fun nutritious_A : A; -fun nutritive_A : A; -fun nuts_A : A; -fun nutshell_N : N; -fun nutty_A : A; -fun nuzzle_V : V; -fun nuzzle_V2 : V2; -fun nylon_N : N; -fun nymph_N : N; -fun nymphet_N : N; -fun nympho_N : N; -fun nymphomania_N : N; -fun nymphomaniac_A : A; -fun nymphomaniac_N : N; -fun nee_A : A; -fun neglige_N : N; -fun o'er_Adv : Adv; -fun o_level_N : N; -fun oaf_N : N; -fun oafish_A : A; -fun oak_N : N; -fun oak_apple_N : N; -fun oaken_A : A; -fun oakengates_PN : PN; -fun oakum_N : N; -fun oap's_N : N; -fun oap_N : N; -fun oar_N : N; -fun oarsman_N : N; -fun oarsmanship_N : N; -fun oarswoman_N : N; -fun oasis_N : N; -fun oast_N : N; -fun oasthouse_N : N; -fun oat_N : N; -fun oatcake_N : N; -fun oath_N : N; -fun oatmeal_N : N; -fun oau_N : N; -fun ob_PN : PN; -fun oban_PN : PN; -fun obbligato_N : N; -fun obduracy_N : N; -fun obdurate_A : A; -fun obdurately_Adv : Adv; -fun obedience_N : N; -fun obedient_A : A; -fun obediently_Adv : Adv; -fun obeisance_N : N; -fun obelisk_N : N; -fun oberhausen_PN : PN; -fun obese_A : A; -fun obesity_N : N; -fun obey_V : V; -fun obey_V2 : V2; -fun obfuscate_V2 : V2; -fun obi_N : N; -fun obiter_dictum_N : N; -fun obituary_N : N; -fun object_N : N; -fun object_V : V; -fun object_V2 : V2; -fun objection_N : N; -fun objectionable_A : A; -fun objectionably_Adv : Adv; -fun objective_A : A; -fun objective_N : N; -fun objectively_Adv : Adv; -fun objectivity_N : N; -fun objector_N : N; -fun objurgate_V2 : V2; -fun objurgation_N : N; -fun oblate_A : A; -fun oblation_N : N; -fun obligate_V2 : V2; -fun obligation_N : N; -fun obligatory_A : A; -fun oblige_V2 : V2; -fun obliging_A : A; -fun obligingly_Adv : Adv; -fun oblique_A : A; -fun obliquely_Adv : Adv; -fun obliquity_N : N; -fun obliterate_V2 : V2; -fun obliteration_N : N; -fun oblivion_N : N; -fun oblivious_A : A; -fun oblong_A : A; -fun oblong_N : N; -fun obloquy_N : N; -fun obnoxious_A : A; -fun obnoxiously_Adv : Adv; -fun obnoxiousness_N : N; -fun oboe_N : N; -fun oboist_N : N; -fun obscene_A : A; -fun obscenely_Adv : Adv; -fun obscenity_N : N; -fun obscurantism_N : N; -fun obscurantist_N : N; -fun obscure_A : A; -fun obscure_V2 : V2; -fun obscurely_Adv : Adv; -fun obscurity_N : N; -fun obsequious_A : A; -fun obsequiously_Adv : Adv; -fun obsequiousness_N : N; -fun observable_A : A; -fun observably_Adv : Adv; -fun observance_N : N; -fun observant_A : A; -fun observantly_Adv : Adv; -fun observation_N : N; -fun observatory_N : N; -fun observe_V : V; -fun observe_V2 : V2; -fun observer_N : N; -fun observing_A : A; -fun observingly_Adv : Adv; -fun obsess_V2 : V2; -fun obsession_N : N; -fun obsessional_A : A; -fun obsessionally_Adv : Adv; -fun obsessive_A : A; -fun obsessively_Adv : Adv; -fun obsidian_N : N; -fun obsolescence_N : N; -fun obsolescent_A : A; -fun obsolete_A : A; -fun obstacle_N : N; -fun obstetric_A : A; -fun obstetrical_A : A; -fun obstetrician_N : N; -fun obstetrics_N : N; -fun obstinacy_N : N; -fun obstinate_A : A; -fun obstinately_Adv : Adv; -fun obstreperous_A : A; -fun obstreperously_Adv : Adv; -fun obstreperousness_N : N; -fun obstruct_V2 : V2; -fun obstruction_N : N; -fun obstructionism_N : N; -fun obstructionist_N : N; -fun obstructive_A : A; -fun obstructively_Adv : Adv; -fun obtain_V : V; -fun obtain_V2 : V2; -fun obtainable_A : A; -fun obtrude_V : V; -fun obtrude_V2 : V2; -fun obtrusive_A : A; -fun obtrusively_Adv : Adv; -fun obtuse_A : A; -fun obtusely_Adv : Adv; -fun obtuseness_N : N; -fun obverse_N : N; -fun obviate_V2 : V2; -fun obvious_A : A; -fun obviously_Adv : Adv; -fun obviousness_N : N; -fun ocarina_N : N; -fun occasion_N : N; -fun occasion_V2 : V2; -fun occasional_A : A; -fun occasionally_Adv : Adv; -fun occident_PN : PN; -fun occidental_A : A; -fun occidental_N : N; -fun occult_A : A; -fun occult_N : N; -fun occupancy_N : N; -fun occupant_N : N; -fun occupation_N : N; -fun occupational_A : A; -fun occupier_N : N; -fun occupy_V2 : V2; -fun occur_V : V; -fun occurrence_N : N; -fun ocean_N : N; -fun oceanic_A : A; -fun ochre_N : N; -fun ockbrook_PN : PN; -fun ockendon_PN : PN; -fun oct_PN : PN; -fun octagon_N : N; -fun octagonal_A : A; -fun octane_N : N; -fun octave_N : N; -fun octavo_N : N; -fun octet_N : N; -fun octette_N : N; -fun october_N : N; -fun october_PN : PN; -fun octogenarian_A : A; -fun octogenarian_N : N; -fun octopus_N : N; -fun octroi_N : N; -fun ocular_A : A; -fun oculist_N : N; -fun odalisque_N : N; -fun odd_A : A; -fun odd_job_A : A; -fun oddity_N : N; -fun oddly_Adv : Adv; -fun oddment_N : N; -fun odds_on_A : A; -fun odds_on_Adv : Adv; -fun ode_N : N; -fun odessa_PN : PN; -fun odious_A : A; -fun odiously_Adv : Adv; -fun odium_N : N; -fun odoriferous_A : A; -fun odorous_A : A; -fun odour_N : N; -fun odourless_A : A; -fun odyssey_N : N; -fun oecd_N : N; -fun oecumenical_A : A; -fun oed_N : N; -fun oedipus_PN : PN; -fun oesophagus_N : N; -fun off_A : A; -fun off_Adv : Adv; -fun off_day_N : N; -fun off_licence_N : N; -fun off_peak_A : A; -fun off_putting_A : A; -fun off_street_A : A; -fun off_white_A : A; -fun offal_N : N; -fun offaly_PN : PN; -fun offbeat_A : A; -fun offenbach_PN : PN; -fun offence_N : N; -fun offenceless_A : A; -fun offend_V : V; -fun offend_V2 : V2; -fun offender_N : N; -fun offensive_A : A; -fun offensive_N : N; -fun offensively_Adv : Adv; -fun offensiveness_N : N; -fun offer_N : N; -fun offer_V : V; -fun offer_V2 : V2; -fun offering_N : N; -fun offertory_N : N; -fun offhand_A : A; -fun offhand_Adv : Adv; -fun offhanded_A : A; -fun offhanded_Adv : Adv; -fun offhandedly_A : A; -fun offhandedly_Adv : Adv; -fun office_N : N; -fun office_bearer_N : N; -fun office_block_N : N; -fun office_boy_N : N; -fun office_holder_N : N; -fun officer_N : N; -fun official_A : A; -fun official_N : N; -fun officialdom_N : N; -fun officialese_N : N; -fun officially_Adv : Adv; -fun officiate_V : V; -fun officious_A : A; -fun officiously_Adv : Adv; -fun officiousness_N : N; -fun offing_N : N; -fun offish_A : A; -fun offprint_N : N; -fun offset_N : N; -fun offset_V2 : V2; -fun offshoot_N : N; -fun offshore_A : A; -fun offside_A : A; -fun offside_Adv : Adv; -fun offspring_N : N; -fun offstage_A : A; -fun offstage_Adv : Adv; -fun oft_Adv : Adv; -fun oft_times_Adv : Adv; -fun often_Adv : Adv; -fun oftener_Adv : Adv; -fun ogle_V : V; -fun ogle_V2 : V2; -fun ogmore_valley_PN : PN; -fun ogre_N : N; -fun ogreish_A : A; -fun ogress_N : N; -fun ohio_PN : PN; -fun ohm_N : N; -fun oil_N : N; -fun oil_V2 : V2; -fun oil_bearing_A : A; -fun oil_burner_N : N; -fun oil_cake_N : N; -fun oil_painting_N : N; -fun oil_palm_N : N; -fun oil_paper_N : N; -fun oil_rig_N : N; -fun oil_silk_N : N; -fun oil_slick_N : N; -fun oil_tanker_N : N; -fun oil_well_N : N; -fun oilcan_N : N; -fun oilcloth_N : N; -fun oiled_A : A; -fun oiler_N : N; -fun oilfield_N : N; -fun oilfired_A : A; -fun oiliness_N : N; -fun oilskin_N : N; -fun oily_A : A; -fun ointment_N : N; -fun okapi_N : N; -fun okay_A : A; -fun okay_Adv : Adv; -fun okay_N : N; -fun okay_V2 : V2; -fun oklahoma_PN : PN; -fun oklahoma_city_PN : PN; -fun okra_N : N; -fun old_A : A; -fun old_N : N; -fun old_fashioned_A : A; -fun old_maidish_A : A; -fun old_time_A : A; -fun old_timer_N : N; -fun old_windsor_PN : PN; -fun old_womanish_A : A; -fun old_world_A : A; -fun olden_A : A; -fun oldenburg_PN : PN; -fun oldham_PN : PN; -fun oldish_A : A; -fun oldland_PN : PN; -fun oldster_N : N; -fun oleaginous_A : A; -fun oleander_N : N; -fun olfactory_A : A; -fun oligarch_N : N; -fun oligarchy_N : N; -fun olive_A : A; -fun olive_N : N; -fun olive_PN : PN; -fun olive_tree_N : N; -fun oliver_PN : PN; -fun olivia_PN : PN; -fun ollerton_PN : PN; -fun ollie_PN : PN; -fun olympiad_N : N; -fun olympian_A : A; -fun olympian_N : N; -fun olympic_A : A; -fun olympics_PN : PN; -fun oman_PN : PN; -fun omani_A : A; -fun omani_N : N; -fun ombudsman_N : N; -fun omega_N : N; -fun omelet_N : N; -fun omelette_N : N; -fun omen_N : N; -fun omen_V2 : V2; -fun ominous_A : A; -fun ominously_Adv : Adv; -fun omission_N : N; -fun omit_V2 : V2; -fun omnibus_N : N; -fun omnipotence_N : N; -fun omnipotent_A : A; -fun omniscience_N : N; -fun omniscient_A : A; -fun omnivorous_A : A; -fun omsk_PN : PN; -fun on_Adv : Adv; -fun on_licence_N : N; -fun once_Adv : Adv; -fun oncoming_A : A; -fun oncoming_N : N; -fun one_A : A; -fun one_N : N; -fun one_armed_A : A; -fun one_eyed_A : A; -fun one_horse_A : A; -fun one_idea'd_A : A; -fun one_sided_A : A; -fun one_step_N : N; -fun one_time_A : A; -fun one_upmanship_N : N; -fun oneness_N : N; -fun onerous_A : A; -fun onerously_Adv : Adv; -fun ongar_PN : PN; -fun ongoing_A : A; -fun onion_N : N; -fun onlooker_N : N; -fun only_A : A; -fun only_Adv : Adv; -fun onomatopoeia_N : N; -fun onrush_N : N; -fun onset_N : N; -fun onshore_A : A; -fun onshore_Adv : Adv; -fun onslaught_N : N; -fun ontario_PN : PN; -fun ontology_N : N; -fun onus_N : N; -fun onward_A : A; -fun onward_Adv : Adv; -fun onwards_Adv : Adv; -fun onyx_N : N; -fun oomph_N : N; -fun ooze_N : N; -fun ooze_V : V; -fun ooze_V2 : V2; -fun oozy_A : A; -fun op_PN : PN; -fun op_art_N : N; -fun op_cit_PN : PN; -fun opacity_N : N; -fun opal_N : N; -fun opalescent_A : A; -fun opaque_A : A; -fun opaquely_Adv : Adv; -fun opaqueness_N : N; -fun opec_PN : PN; -fun open_A : A; -fun open_N : N; -fun open_V : V; -fun open_V2 : V2; -fun open_air_A : A; -fun open_ended_A : A; -fun open_eyed_A : A; -fun open_handed_A : A; -fun open_hearted_A : A; -fun open_minded_A : A; -fun open_mouthed_A : A; -fun opencast_A : A; -fun opener_N : N; -fun opening_A : A; -fun opening_N : N; -fun openly_Adv : Adv; -fun openness_N : N; -fun openwork_N : N; -fun opera_N : N; -fun opera_cloak_N : N; -fun opera_hat_N : N; -fun opera_house_N : N; -fun operable_A : A; -fun operate_V : V; -fun operate_V2 : V2; -fun operatic_A : A; -fun operating_table_N : N; -fun operating_theatre_N : N; -fun operation_N : N; -fun operational_A : A; -fun operative_A : A; -fun operative_N : N; -fun operator_N : N; -fun operetta_N : N; -fun ophthalmia_N : N; -fun ophthalmic_A : A; -fun ophthalmoscope_N : N; -fun opiate_N : N; -fun opine_V2 : V2; -fun opinion_N : N; -fun opinionated_A : A; -fun opinionative_A : A; -fun opium_N : N; -fun opium_den_N : N; -fun opossum_N : N; -fun opp_PN : PN; -fun opponent_N : N; -fun opportune_A : A; -fun opportunely_Adv : Adv; -fun opportunism_N : N; -fun opportunist_N : N; -fun opportunity_N : N; -fun oppose_V2 : V2; -fun opposite_A : A; -fun opposite_N : N; -fun opposition_N : N; -fun oppress_V2 : V2; -fun oppression_N : N; -fun oppressive_A : A; -fun oppressively_Adv : Adv; -fun oppressor_N : N; -fun opprobrious_A : A; -fun opprobriously_Adv : Adv; -fun opprobrium_N : N; -fun oppugn_V2 : V2; -fun opt_V : V; -fun optative_A : A; -fun optative_N : N; -fun optic_A : A; -fun optical_A : A; -fun optically_Adv : Adv; -fun optician_N : N; -fun optics_N : N; -fun optimal_A : A; -fun optimally_Adv : Adv; -fun optimism_N : N; -fun optimist_N : N; -fun optimistic_A : A; -fun optimistically_Adv : Adv; -fun optimum_N : N; -fun option_N : N; -fun optional_A : A; -fun optionally_Adv : Adv; -fun opulence_N : N; -fun opulent_A : A; -fun opulently_Adv : Adv; -fun opus_N : N; -fun oracle_N : N; -fun oracular_A : A; -fun oral_A : A; -fun oral_N : N; -fun orally_Adv : Adv; -fun orang_outan_N : N; -fun orang_outang_N : N; -fun orang_utan_N : N; -fun orange_A : A; -fun orange_N : N; -fun orangeade_N : N; -fun orangeman_N : N; -fun orate_V : V; -fun oration_N : N; -fun orator_N : N; -fun oratorical_A : A; -fun oratorio_N : N; -fun oratory_N : N; -fun orb_N : N; -fun orbit_N : N; -fun orbit_V : V; -fun orbit_V2 : V2; -fun orbital_A : A; -fun orchard_N : N; -fun orchestra_N : N; -fun orchestral_A : A; -fun orchestrate_V2 : V2; -fun orchestration_N : N; -fun orchid_N : N; -fun orchis_N : N; -fun ordain_V2 : V2; -fun ordeal_N : N; -fun order_N : N; -fun order_V2 : V2; -fun order_book_N : N; -fun order_form_N : N; -fun order_paper_N : N; -fun ordering_N : N; -fun orderliness_N : N; -fun orderly_A : A; -fun orderly_N : N; -fun ordinal_A : A; -fun ordinal_N : N; -fun ordinance_N : N; -fun ordinand_N : N; -fun ordinarily_Adv : Adv; -fun ordinary_A : A; -fun ordination_N : N; -fun ordnance_N : N; -fun ordure_N : N; -fun ore_N : N; -fun oregon_PN : PN; -fun organ_N : N; -fun organ_blower_N : N; -fun organ_grinder_N : N; -fun organ_loft_N : N; -fun organdie_N : N; -fun organic_A : A; -fun organically_Adv : Adv; -fun organism_N : N; -fun organist_N : N; -fun organization_N : N; -fun organizational_A : A; -fun organizationally_Adv : Adv; -fun organize_V2 : V2; -fun organized_A : A; -fun organizer_N : N; -fun orgasm_N : N; -fun orgiastic_A : A; -fun orgy_N : N; -fun oriel_N : N; -fun orient_A : A; -fun orient_N : N; -fun orient_V2 : V2; -fun oriental_A : A; -fun oriental_N : N; -fun orientalist_N : N; -fun orientate_V2 : V2; -fun orientation_N : N; -fun orifice_N : N; -fun origin_N : N; -fun original_A : A; -fun original_N : N; -fun originality_N : N; -fun originally_Adv : Adv; -fun originate_V : V; -fun originate_V2 : V2; -fun originator_N : N; -fun oriole_N : N; -fun orison_N : N; -fun orkney_PN : PN; -fun orleans_PN : PN; -fun orlop_N : N; -fun ormolu_N : N; -fun ormskirk_PN : PN; -fun ornament_N : N; -fun ornament_V2 : V2; -fun ornamental_A : A; -fun ornamentation_N : N; -fun ornate_A : A; -fun ornately_Adv : Adv; -fun ornateness_N : N; -fun ornery_A : A; -fun ornithological_A : A; -fun ornithologist_N : N; -fun ornithology_N : N; -fun orotund_A : A; -fun orphan_N : N; -fun orphan_V2 : V2; -fun orphanage_N : N; -fun orrisroot_N : N; -fun orthodontic_A : A; -fun orthodontics_N : N; -fun orthodontist_N : N; -fun orthodox_A : A; -fun orthodoxy_N : N; -fun orthogonal_A : A; -fun orthogonally_Adv : Adv; -fun orthographic_A : A; -fun orthography_N : N; -fun orthopaedic_A : A; -fun orthopaedics_N : N; -fun orthopedic_A : A; -fun orthopedics_N : N; -fun ortolan_N : N; -fun oryx_N : N; -fun osaka_PN : PN; -fun oscar_N : N; -fun oscar_PN : PN; -fun oscillate_V : V; -fun oscillate_V2 : V2; -fun oscillation_N : N; -fun oscillator_N : N; -fun oscillograph_N : N; -fun oscilloscope_N : N; -fun osier_N : N; -fun oslo_PN : PN; -fun osnabruck_PN : PN; -fun osprey_N : N; -fun osseous_A : A; -fun ossett_PN : PN; -fun ossification_N : N; -fun ossify_V : V; -fun ossify_V2 : V2; -fun ostensible_A : A; -fun ostensibly_Adv : Adv; -fun ostentation_N : N; -fun ostentatious_A : A; -fun ostentatiously_Adv : Adv; -fun osteopath_N : N; -fun osteopathy_N : N; -fun ostler_N : N; -fun ostracism_N : N; -fun ostracize_V2 : V2; -fun ostrich_N : N; -fun oswald_PN : PN; -fun oswestry_PN : PN; -fun ot_N : N; -fun otago_PN : PN; -fun other_A : A; -fun other_Adv : Adv; -fun other_N : N; -fun otherwise_Adv : Adv; -fun otherworldly_A : A; -fun otiose_A : A; -fun otley_PN : PN; -fun ottawa_PN : PN; -fun otter_N : N; -fun ottoman_N : N; -fun oubliette_N : N; -fun ouija_N : N; -fun ouija_board_N : N; -fun ounce_N : N; -fun our_A : A; -fun ours_A : A; -fun oust_V2 : V2; -fun out_Adv : Adv; -fun out_V2 : V2; -fun out_herod_V2 : V2; -fun out_of_date_A : A; -fun out_of_door_A : A; -fun out_of_doors_Adv : Adv; -fun out_of_the_way_A : A; -fun out_of_the_way_Adv : Adv; -fun out_of_work_A : A; -fun out_tray_N : N; -fun outback_A : A; -fun outback_N : N; -fun outbalance_V2 : V2; -fun outbid_V2 : V2; -fun outboard_A : A; -fun outbound_A : A; -fun outbrave_V2 : V2; -fun outbreak_N : N; -fun outbuilding_N : N; -fun outburst_N : N; -fun outcast_A : A; -fun outcast_N : N; -fun outcaste_A : A; -fun outcaste_N : N; -fun outclass_V2 : V2; -fun outcome_N : N; -fun outcrop_N : N; -fun outcry_N : N; -fun outdated_A : A; -fun outdistance_V2 : V2; -fun outdo_V2 : V2; -fun outdoor_A : A; -fun outdoors_Adv : Adv; -fun outer_A : A; -fun outermost_A : A; -fun outface_V2 : V2; -fun outfall_N : N; -fun outfield_N : N; -fun outfielder_N : N; -fun outfight_V2 : V2; -fun outfit_N : N; -fun outfit_V2 : V2; -fun outfitter_N : N; -fun outflank_V2 : V2; -fun outflow_N : N; -fun outfox_V2 : V2; -fun outgo_N : N; -fun outgo_V : V; -fun outgoing_A : A; -fun outgrow_V2 : V2; -fun outgrowth_N : N; -fun outhouse_N : N; -fun outing_N : N; -fun outlandish_A : A; -fun outlandishly_Adv : Adv; -fun outlandishness_N : N; -fun outlast_V2 : V2; -fun outlaw_N : N; -fun outlaw_V2 : V2; -fun outlawry_N : N; -fun outlay_N : N; -fun outlet_N : N; -fun outlier_N : N; -fun outline_N : N; -fun outline_V2 : V2; -fun outlive_V2 : V2; -fun outlook_N : N; -fun outlying_A : A; -fun outmanoeuvre_V2 : V2; -fun outmarch_V2 : V2; -fun outmatch_V2 : V2; -fun outmoded_A : A; -fun outmost_A : A; -fun outnumber_V2 : V2; -fun outpatient_N : N; -fun outplay_V2 : V2; -fun outpoint_V2 : V2; -fun outport_N : N; -fun outpost_N : N; -fun outpouring_N : N; -fun output_N : N; -fun outrage_N : N; -fun outrage_V2 : V2; -fun outrageous_A : A; -fun outrageously_Adv : Adv; -fun outrange_V2 : V2; -fun outrank_V2 : V2; -fun outride_V2 : V2; -fun outrider_N : N; -fun outrigged_A : A; -fun outrigger_N : N; -fun outright_A : A; -fun outright_Adv : Adv; -fun outrival_V2 : V2; -fun outrun_V2 : V2; -fun outre_A : A; -fun outsail_V2 : V2; -fun outset_N : N; -fun outshine_V2 : V2; -fun outside_A : A; -fun outside_Adv : Adv; -fun outside_N : N; -fun outsider_N : N; -fun outsize_A : A; -fun outsmart_V2 : V2; -fun outspan_V : V; -fun outspan_V2 : V2; -fun outspoken_A : A; -fun outspokenly_Adv : Adv; -fun outspokenness_N : N; -fun outspread_A : A; -fun outstanding_A : A; -fun outstandingly_Adv : Adv; -fun outstation_N : N; -fun outstay_V2 : V2; -fun outstretched_A : A; -fun outstrip_V2 : V2; -fun outvie_V2 : V2; -fun outvote_V2 : V2; -fun outward_A : A; -fun outward_Adv : Adv; -fun outwardly_Adv : Adv; -fun outwards_Adv : Adv; -fun outwear_V2 : V2; -fun outweigh_V2 : V2; -fun outwit_V2 : V2; -fun outwork_N : N; -fun ouzel_N : N; -fun ouzo_N : N; -fun oval_A : A; -fun oval_N : N; -fun ovary_N : N; -fun ovation_N : N; -fun oven_N : N; -fun ovenware_N : N; -fun over_Adv : Adv; -fun over_N : N; -fun over_abundance_N : N; -fun over_ripe_A : A; -fun overabundant_A : A; -fun overact_V : V; -fun overact_V2 : V2; -fun overactive_A : A; -fun overall_A : A; -fun overall_N : N; -fun overambitious_A : A; -fun overanxiety_N : N; -fun overanxious_A : A; -fun overarch_V : V; -fun overarch_V2 : V2; -fun overarm_A : A; -fun overarm_Adv : Adv; -fun overawe_V2 : V2; -fun overbalance_V : V; -fun overbalance_V2 : V2; -fun overbear_V2 : V2; -fun overbearing_A : A; -fun overbearingly_Adv : Adv; -fun overbid_N : N; -fun overbid_V : V; -fun overbid_V2 : V2; -fun overblown_A : A; -fun overboard_Adv : Adv; -fun overbold_A : A; -fun overburden_N : N; -fun overburden_V2 : V2; -fun overbusy_A : A; -fun overcall_V : V; -fun overcall_V2 : V2; -fun overcapitalization_N : N; -fun overcapitalize_V2 : V2; -fun overcareful_A : A; -fun overcast_A : A; -fun overcast_N : N; -fun overcautious_A : A; -fun overcharge_N : N; -fun overcharge_V : V; -fun overcharge_V2 : V2; -fun overclothe_V2 : V2; -fun overcloud_V : V; -fun overcloud_V2 : V2; -fun overcoat_N : N; -fun overcome_V2 : V2; -fun overconfidence_N : N; -fun overconfident_A : A; -fun overcook_V2 : V2; -fun overcredulity_N : N; -fun overcredulous_A : A; -fun overcritical_A : A; -fun overcrop_V2 : V2; -fun overcrowd_V2 : V2; -fun overcurious_A : A; -fun overdelicate_A : A; -fun overdo_V2 : V2; -fun overdraft_N : N; -fun overdraw_V : V; -fun overdraw_V2 : V2; -fun overdress_V : V; -fun overdress_V2 : V2; -fun overdrive_N : N; -fun overdue_A : A; -fun overeager_A : A; -fun overeat_V : V; -fun overemotional_A : A; -fun overemphasis_N : N; -fun overemphasize_V2 : V2; -fun overenthusiastic_A : A; -fun overestimate_V2 : V2; -fun overexcited_A : A; -fun overexert_V2 : V2; -fun overexertion_N : N; -fun overexpose_V2 : V2; -fun overexposure_N : N; -fun overfamiliar_A : A; -fun overfeed_V : V; -fun overfeed_V2 : V2; -fun overfeeding_N : N; -fun overflow_N : N; -fun overflow_V : V; -fun overflow_V2 : V2; -fun overfly_V2 : V2; -fun overfond_A : A; -fun overfull_A : A; -fun overgenerous_A : A; -fun overgreedy_A : A; -fun overgrown_A : A; -fun overgrowth_N : N; -fun overhand_A : A; -fun overhang_N : N; -fun overhang_V : V; -fun overhang_V2 : V2; -fun overhasty_A : A; -fun overhaul_N : N; -fun overhaul_V2 : V2; -fun overhead_A : A; -fun overhead_Adv : Adv; -fun overhear_V2 : V2; -fun overheat_V2 : V2; -fun overindulge_V : V; -fun overindulge_V2 : V2; -fun overindulgence_N : N; -fun overjealous_A : A; -fun overjoyed_A : A; -fun overkill_N : N; -fun overladen_A : A; -fun overland_A : A; -fun overlap_N : N; -fun overlap_V : V; -fun overlap_V2 : V2; -fun overlarge_A : A; -fun overlay_N : N; -fun overlay_V2 : V2; -fun overleaf_Adv : Adv; -fun overleap_V2 : V2; -fun overlie_V : V; -fun overload_V2 : V2; -fun overlook_V2 : V2; -fun overlord_N : N; -fun overly_Adv : Adv; -fun overmantel_N : N; -fun overmaster_V2 : V2; -fun overmodest_A : A; -fun overmuch_A : A; -fun overmuch_Adv : Adv; -fun overnervous_A : A; -fun overnight_A : A; -fun overnight_Adv : Adv; -fun overpass_N : N; -fun overpay_V2 : V2; -fun overpayment_N : N; -fun overplay_V2 : V2; -fun overplus_N : N; -fun overpopulation_N : N; -fun overpower_V2 : V2; -fun overpowering_A : A; -fun overpraise_V2 : V2; -fun overprint_N : N; -fun overprint_V2 : V2; -fun overproduce_V : V; -fun overproduce_V2 : V2; -fun overproduction_N : N; -fun overproud_A : A; -fun overrate_V2 : V2; -fun overreach_V2 : V2; -fun override_V2 : V2; -fun overripe_A : A; -fun overrule_V2 : V2; -fun overrun_V2 : V2; -fun oversea_A : A; -fun oversea_Adv : Adv; -fun overseas_A : A; -fun overseas_Adv : Adv; -fun oversee_V2 : V2; -fun overseer_N : N; -fun oversensitive_A : A; -fun overserious_A : A; -fun oversew_V2 : V2; -fun oversewn_A : A; -fun oversexed_A : A; -fun overshadow_V2 : V2; -fun overshoe_N : N; -fun overshoot_V2 : V2; -fun overshot_A : A; -fun overside_Adv : Adv; -fun oversight_N : N; -fun oversimplify_V2 : V2; -fun oversize_A : A; -fun overskirt_N : N; -fun oversleep_V : V; -fun overspend_V : V; -fun overspend_V2 : V2; -fun overspill_N : N; -fun overstate_V2 : V2; -fun overstatement_N : N; -fun overstay_V2 : V2; -fun overstep_V2 : V2; -fun overstock_V2 : V2; -fun overstrain_N : N; -fun overstrain_V2 : V2; -fun overstrung_A : A; -fun overstuffed_A : A; -fun oversubscribed_A : A; -fun oversuspicious_A : A; -fun overt_A : A; -fun overtake_V2 : V2; -fun overtax_V2 : V2; -fun overthrow_N : N; -fun overthrow_V2 : V2; -fun overtime_Adv : Adv; -fun overtime_N : N; -fun overtly_Adv : Adv; -fun overtolerance_N : N; -fun overtone_N : N; -fun overtop_V2 : V2; -fun overtrump_V2 : V2; -fun overture_N : N; -fun overturn_V : V; -fun overturn_V2 : V2; -fun overvalue_V2 : V2; -fun overweening_A : A; -fun overweight_A : A; -fun overweight_N : N; -fun overweighted_A : A; -fun overwhelm_V2 : V2; -fun overwhelmingly_Adv : Adv; -fun overwork_N : N; -fun overwork_V : V; -fun overwork_V2 : V2; -fun overwrought_A : A; -fun overzealous_A : A; -fun oviduct_N : N; -fun oviedo_PN : PN; -fun oviparous_A : A; -fun ovoid_A : A; -fun ovoid_N : N; -fun ovum_N : N; -fun owe_V : V; -fun owe_V2 : V2; -fun owing_A : A; -fun owl_N : N; -fun owlet_N : N; -fun owlish_A : A; -fun owlishly_Adv : Adv; -fun own_A : A; -fun own_V : V; -fun own_V2 : V2; -fun owner_N : N; -fun owner_driven_A : A; -fun owner_driver_N : N; -fun owner_occupied_A : A; -fun owner_occupier_N : N; -fun ownerless_A : A; -fun ownership_N : N; -fun ox_N : N; -fun oxbridge_PN : PN; -fun oxeye_N : N; -fun oxeyed_A : A; -fun oxford_PN : PN; -fun oxfordshire_PN : PN; -fun oxidation_N : N; -fun oxide_N : N; -fun oxidization_N : N; -fun oxidize_V : V; -fun oxidize_V2 : V2; -fun oxon_PN : PN; -fun oxonian_A : A; -fun oxonian_N : N; -fun oxtail_N : N; -fun oxted_PN : PN; -fun oxyacetylene_A : A; -fun oxyacetylene_N : N; -fun oxygen_N : N; -fun oxygenate_V2 : V2; -fun oxygenize_V2 : V2; -fun oyster_N : N; -fun oyster_bank_N : N; -fun oyster_bar_N : N; -fun oyster_bed_N : N; -fun oyster_catcher_N : N; -fun oz_N : N; -fun ozone_N : N; -fun ozzie_PN : PN; -fun pa_N : N; -fun pabulum_N : N; -fun pace_N : N; -fun pace_V : V; -fun pace_V2 : V2; -fun pacemaker_N : N; -fun pacesetter_N : N; -fun pachyderm_N : N; -fun pacific_A : A; -fun pacific_PN : PN; -fun pacifically_Adv : Adv; -fun pacification_N : N; -fun pacifism_N : N; -fun pacifist_N : N; -fun pacify_V2 : V2; -fun pack_N : N; -fun pack_V : V; -fun pack_V2 : V2; -fun pack_animal_N : N; -fun pack_saddle_N : N; -fun pack_thread_N : N; -fun package_N : N; -fun package_V2 : V2; -fun packer_N : N; -fun packet_N : N; -fun packet_boat_N : N; -fun packhorse_N : N; -fun packing_N : N; -fun packing_case_N : N; -fun packing_needle_N : N; -fun pact_N : N; -fun pad_N : N; -fun pad_V : V; -fun pad_V2 : V2; -fun padding_N : N; -fun paddle_N : N; -fun paddle_V : V; -fun paddle_V2 : V2; -fun paddle_box_N : N; -fun paddle_steamer_N : N; -fun paddle_wheel_N : N; -fun paddock_N : N; -fun paddy_N : N; -fun paddy_PN : PN; -fun paddy_field_N : N; -fun paddy_wagon_N : N; -fun padlock_N : N; -fun padlock_V2 : V2; -fun padova_PN : PN; -fun padre_N : N; -fun padua_PN : PN; -fun paean_N : N; -fun paederasty_N : N; -fun paediatrics_N : N; -fun paeony_N : N; -fun pagan_A : A; -fun pagan_N : N; -fun paganism_N : N; -fun page_N : N; -fun page_V2 : V2; -fun pageant_N : N; -fun pageantry_N : N; -fun pagination_N : N; -fun pagoda_N : N; -fun pail_N : N; -fun pailful_N : N; -fun paillasse_N : N; -fun pailliasse_N : N; -fun pain_N : N; -fun pain_V2 : V2; -fun pained_A : A; -fun painful_A : A; -fun painfully_Adv : Adv; -fun painkiller_N : N; -fun painless_A : A; -fun painlessly_Adv : Adv; -fun painstaking_A : A; -fun painstakingly_Adv : Adv; -fun paint_N : N; -fun paint_V : V; -fun paint_V2 : V2; -fun paintbox_N : N; -fun paintbrush_N : N; -fun painter_N : N; -fun painting_N : N; -fun pair_N : N; -fun pair_V : V; -fun pair_V2 : V2; -fun paisley_N : N; -fun paisley_PN : PN; -fun pakistan_PN : PN; -fun pakistani_A : A; -fun pakistani_N : N; -fun pal_N : N; -fun pal_V : V; -fun palace_N : N; -fun paladin_N : N; -fun palaeolithic_A : A; -fun palaeontologist_N : N; -fun palaeontology_N : N; -fun palankeen_N : N; -fun palanquin_N : N; -fun palatable_A : A; -fun palatably_Adv : Adv; -fun palatal_A : A; -fun palatal_N : N; -fun palate_N : N; -fun palatial_A : A; -fun palatinate_N : N; -fun palaver_N : N; -fun palaver_V : V; -fun pale_A : A; -fun pale_N : N; -fun pale_V : V; -fun paleface_N : N; -fun palely_Adv : Adv; -fun palembang_PN : PN; -fun paleness_N : N; -fun paleolithic_A : A; -fun paleontologist_N : N; -fun paleontology_N : N; -fun palermo_PN : PN; -fun palestine_PN : PN; -fun palestinian_A : A; -fun palestinian_N : N; -fun palette_N : N; -fun palette_knife_N : N; -fun palfrey_N : N; -fun palimpsest_N : N; -fun palindrome_N : N; -fun paling_N : N; -fun palisade_N : N; -fun palisade_V2 : V2; -fun palish_A : A; -fun pall_N : N; -fun pall_V : V; -fun pallbearer_N : N; -fun pallet_N : N; -fun palliasse_N : N; -fun palliate_V2 : V2; -fun palliation_N : N; -fun palliative_A : A; -fun palliative_N : N; -fun pallid_A : A; -fun pallidly_Adv : Adv; -fun pallidness_N : N; -fun pallor_N : N; -fun pally_A : A; -fun palm_N : N; -fun palm_V2 : V2; -fun palm_oil_N : N; -fun palmer_N : N; -fun palmetto_N : N; -fun palmist_N : N; -fun palmistry_N : N; -fun palmy_A : A; -fun palpable_A : A; -fun palpably_Adv : Adv; -fun palpitate_V : V; -fun palpitation_N : N; -fun palsy_N : N; -fun palsy_V2 : V2; -fun palter_V : V; -fun paltry_A : A; -fun pam_PN : PN; -fun pamela_PN : PN; -fun pampas_grass_N : N; -fun pamper_V2 : V2; -fun pamphlet_N : N; -fun pamphleteer_N : N; -fun pamplona_PN : PN; -fun pan_N : N; -fun pan_V : V; -fun pan_V2 : V2; -fun panacea_N : N; -fun panache_N : N; -fun panama_N : N; -fun panama_PN : PN; -fun panamanian_A : A; -fun panamanian_N : N; -fun panatella_N : N; -fun pancake_N : N; -fun panchromatic_A : A; -fun pancreas_N : N; -fun pancreatic_A : A; -fun panda_N : N; -fun pandemic_A : A; -fun pandemic_N : N; -fun pandemonium_N : N; -fun pander_N : N; -fun pander_V : V; -fun pane_N : N; -fun panegyric_N : N; -fun panel_N : N; -fun panel_V2 : V2; -fun panelling_N : N; -fun pang_N : N; -fun panga_N : N; -fun panhandle_N : N; -fun panhandle_V : V; -fun panic_N : N; -fun panic_V : V; -fun panic_stricken_A : A; -fun panicky_A : A; -fun panjandrum_N : N; -fun pannier_N : N; -fun pannikin_N : N; -fun panoplied_A : A; -fun panoply_N : N; -fun panoptic_A : A; -fun panorama_N : N; -fun panoramic_A : A; -fun pansy_N : N; -fun pant_N : N; -fun pant_V : V; -fun pant_V2 : V2; -fun pantaloon_N : N; -fun pantechnicon_N : N; -fun pantheism_N : N; -fun pantheist_N : N; -fun pantheistic_A : A; -fun pantheon_N : N; -fun panther_N : N; -fun pantile_N : N; -fun pantingly_Adv : Adv; -fun panto_N : N; -fun pantograph_N : N; -fun pantomime_N : N; -fun pantry_N : N; -fun pantryman_N : N; -fun panty_hose_N : N; -fun panzer_A : A; -fun paotow_PN : PN; -fun pap_N : N; -fun papa_N : N; -fun papacy_N : N; -fun papal_A : A; -fun papaw_N : N; -fun papaya_N : N; -fun paper_N : N; -fun paper_V2 : V2; -fun paper_chase_N : N; -fun paperback_N : N; -fun paperbacked_A : A; -fun paperclip_N : N; -fun paperhanger_N : N; -fun paperknife_N : N; -fun paperless_A : A; -fun papermill_N : N; -fun paperweight_N : N; -fun paperwork_N : N; -fun papier_mache_N : N; -fun papist_A : A; -fun papist_N : N; -fun papoose_N : N; -fun paprika_N : N; -fun papua_PN : PN; -fun papuan_A : A; -fun papuan_N : N; -fun papyrus_N : N; -fun par_N : N; -fun par_excellence_Adv : Adv; -fun para_N : N; -fun parable_N : N; -fun parabola_N : N; -fun parabolic_A : A; -fun parabolical_A : A; -fun parachute_N : N; -fun parachute_V : V; -fun parachute_V2 : V2; -fun parachutist_N : N; -fun parade_N : N; -fun parade_V : V; -fun parade_V2 : V2; -fun parade_ground_N : N; -fun paradigm_N : N; -fun paradise_N : N; -fun paradisiac_A : A; -fun paradisiacal_A : A; -fun paradox_N : N; -fun paradoxical_A : A; -fun paradoxically_Adv : Adv; -fun paraffin_N : N; -fun paragon_N : N; -fun paragraph_N : N; -fun paragraph_V2 : V2; -fun paraguay_PN : PN; -fun paraguayan_A : A; -fun paraguayan_N : N; -fun parakeet_N : N; -fun parallel_A : A; -fun parallel_N : N; -fun parallel_V2 : V2; -fun parallelism_N : N; -fun parallelogram_N : N; -fun paralyse_V2 : V2; -fun paralysis_N : N; -fun paralytic_A : A; -fun paralytic_N : N; -fun paralyze_V2 : V2; -fun parameter_N : N; -fun paramilitary_A : A; -fun paramount_A : A; -fun paramountcy_N : N; -fun paramour_N : N; -fun paranoia_N : N; -fun paranoiac_N : N; -fun paranoid_A : A; -fun paranoid_N : N; -fun parapet_N : N; -fun paraphernalia_N : N; -fun paraphrase_V2 : V2; -fun paraplegia_N : N; -fun paraplegic_A : A; -fun paraplegic_N : N; -fun parasite_N : N; -fun parasitic_A : A; -fun parasitical_A : A; -fun parasol_N : N; -fun paratrooper_N : N; -fun paratyphoid_N : N; -fun parboil_V2 : V2; -fun parcel_N : N; -fun parcel_V2 : V2; -fun parch_V2 : V2; -fun parchment_N : N; -fun pardon_N : N; -fun pardon_V2 : V2; -fun pardonable_A : A; -fun pardonably_Adv : Adv; -fun pardoner_N : N; -fun pare_V2 : V2; -fun paregoric_N : N; -fun parent_N : N; -fun parentage_N : N; -fun parental_A : A; -fun parentally_Adv : Adv; -fun parenthesis_N : N; -fun parenthetic_A : A; -fun parenthetical_A : A; -fun parenthetically_Adv : Adv; -fun pari_mutuel_N : N; -fun pari_passu_Adv : Adv; -fun pariah_N : N; -fun pariah_dog_N : N; -fun paris_PN : PN; -fun parish_N : N; -fun parishioner_N : N; -fun parisian_A : A; -fun parisian_N : N; -fun parity_N : N; -fun park_N : N; -fun park_V : V; -fun park_V2 : V2; -fun parka_N : N; -fun parking_N : N; -fun parkinson's_A : A; -fun parky_A : A; -fun parlance_N : N; -fun parley_N : N; -fun parley_V : V; -fun parliament_N : N; -fun parliamentarian_N : N; -fun parliamentary_A : A; -fun parlour_N : N; -fun parlour_car_N : N; -fun parlous_A : A; -fun parma_PN : PN; -fun parmesan_N : N; -fun parochial_A : A; -fun parochialism_N : N; -fun parochially_Adv : Adv; -fun parodist_N : N; -fun parody_N : N; -fun parody_V2 : V2; -fun parole_N : N; -fun parole_V2 : V2; -fun paroquet_N : N; -fun paroxysm_N : N; -fun parquet_N : N; -fun parr_N : N; -fun parricide_N : N; -fun parrot_N : N; -fun parry_N : N; -fun parry_V2 : V2; -fun parse_V2 : V2; -fun parsee_N : N; -fun parsimonious_A : A; -fun parsimony_N : N; -fun parsley_N : N; -fun parsnip_N : N; -fun parson_N : N; -fun parsonage_N : N; -fun part_Adv : Adv; -fun part_N : N; -fun part_V : V; -fun part_V2 : V2; -fun part_owner_N : N; -fun part_singing_N : N; -fun part_song_N : N; -fun part_time_A : A; -fun part_time_Adv : Adv; -fun part_timer_N : N; -fun partake_V : V; -fun partake_V2 : V2; -fun parterre_N : N; -fun parthenogenesis_N : N; -fun parthian_A : A; -fun parti_coloured_A : A; -fun partial_A : A; -fun partiality_N : N; -fun partially_Adv : Adv; -fun participant_N : N; -fun participate_V : V; -fun participation_N : N; -fun participial_A : A; -fun participle_N : N; -fun particle_N : N; -fun particular_A : A; -fun particular_N : N; -fun particularity_N : N; -fun particularize_V : V; -fun particularize_V2 : V2; -fun particularly_Adv : Adv; -fun parting_N : N; -fun partisan_A : A; -fun partisan_N : N; -fun partisanship_N : N; -fun partition_N : N; -fun partition_V2 : V2; -fun partitive_A : A; -fun partitive_N : N; -fun partly_Adv : Adv; -fun partner_N : N; -fun partner_V2 : V2; -fun partnership_N : N; -fun partridge_N : N; -fun parturition_N : N; -fun party_N : N; -fun party_spirit_N : N; -fun party_spirited_A : A; -fun party_wall_N : N; -fun parvenu_N : N; -fun paschal_A : A; -fun pasha_N : N; -fun pashto_N : N; -fun pass_N : N; -fun pass_V : V; -fun pass_V2 : V2; -fun passable_A : A; -fun passably_Adv : Adv; -fun passage_N : N; -fun passageway_N : N; -fun passbook_N : N; -fun passenger_N : N; -fun passepartout_N : N; -fun passer_by_N : N; -fun passim_Adv : Adv; -fun passing_A : A; -fun passing_Adv : Adv; -fun passing_N : N; -fun passing_out_A : A; -fun passion_N : N; -fun passion_flower_N : N; -fun passionate_A : A; -fun passionately_Adv : Adv; -fun passionless_A : A; -fun passive_A : A; -fun passive_N : N; -fun passively_Adv : Adv; -fun passiveness_N : N; -fun passivity_N : N; -fun passkey_N : N; -fun passover_N : N; -fun passport_N : N; -fun password_N : N; -fun passe_A : A; -fun passee_A : A; -fun past_A : A; -fun past_Adv : Adv; -fun past_N : N; -fun pasta_N : N; -fun paste_N : N; -fun paste_V2 : V2; -fun paste_up_N : N; -fun pasteboard_N : N; -fun pastel_N : N; -fun pastern_N : N; -fun pasteurization_N : N; -fun pasteurize_V2 : V2; -fun pastiche_N : N; -fun pastille_N : N; -fun pastime_N : N; -fun pasting_N : N; -fun pastor_N : N; -fun pastoral_A : A; -fun pastoral_N : N; -fun pastorate_N : N; -fun pastry_N : N; -fun pastry_cook_N : N; -fun pasturage_N : N; -fun pasture_N : N; -fun pasture_V : V; -fun pasture_V2 : V2; -fun pasty_A : A; -fun pasty_N : N; -fun pat_Adv : Adv; -fun pat_N : N; -fun pat_PN : PN; -fun pat_V : V; -fun pat_V2 : V2; -fun patch_N : N; -fun patch_V2 : V2; -fun patch_pocket_N : N; -fun patchily_Adv : Adv; -fun patchiness_N : N; -fun patchouli_N : N; -fun patchwork_N : N; -fun patchy_A : A; -fun pate_1_N : N; -fun pate_de_foie_gras_N : N; -fun patella_N : N; -fun patent_A : A; -fun patent_N : N; -fun patent_V2 : V2; -fun patentee_N : N; -fun patently_Adv : Adv; -fun paterfamilias_N : N; -fun paternal_A : A; -fun paternalism_N : N; -fun paternally_Adv : Adv; -fun paternity_N : N; -fun paternoster_N : N; -fun path_N : N; -fun path_finder_N : N; -fun pathetic_A : A; -fun pathetically_Adv : Adv; -fun pathless_A : A; -fun pathogen_N : N; -fun pathological_A : A; -fun pathologically_Adv : Adv; -fun pathologist_N : N; -fun pathology_N : N; -fun pathos_N : N; -fun pathway_N : N; -fun patience_N : N; -fun patience_PN : PN; -fun patient_A : A; -fun patient_N : N; -fun patiently_Adv : Adv; -fun patina_N : N; -fun patio_N : N; -fun patisserie_N : N; -fun patois_N : N; -fun patrai_PN : PN; -fun patrial_N : N; -fun patriarch_N : N; -fun patriarchal_A : A; -fun patriarchate_N : N; -fun patriarchy_N : N; -fun patricia_PN : PN; -fun patrician_A : A; -fun patrician_N : N; -fun patricide_N : N; -fun patrick_PN : PN; -fun patrimonial_A : A; -fun patrimony_N : N; -fun patriot_N : N; -fun patriotic_A : A; -fun patriotically_Adv : Adv; -fun patriotism_N : N; -fun patrol_N : N; -fun patrol_V : V; -fun patrol_V2 : V2; -fun patrolman_N : N; -fun patron_N : N; -fun patronage_N : N; -fun patroness_N : N; -fun patronize_V2 : V2; -fun patronizing_A : A; -fun patronizingly_Adv : Adv; -fun patronymic_A : A; -fun patronymic_N : N; -fun patten_N : N; -fun patter_N : N; -fun patter_V : V; -fun patter_V2 : V2; -fun pattern_N : N; -fun pattern_V2 : V2; -fun patty_N : N; -fun patty_PN : PN; -fun patty_pan_N : N; -fun paucity_N : N; -fun paul_PN : PN; -fun paula_PN : PN; -fun pauline_PN : PN; -fun paunch_N : N; -fun paunchiness_N : N; -fun paunchy_A : A; -fun pauper_N : N; -fun pauperism_N : N; -fun pauperization_N : N; -fun pauperize_V2 : V2; -fun pause_N : N; -fun pause_V : V; -fun pave_V2 : V2; -fun pavement_N : N; -fun pavilion_N : N; -fun paving_stone_N : N; -fun paw_N : N; -fun paw_V2 : V2; -fun pawkily_Adv : Adv; -fun pawky_A : A; -fun pawl_N : N; -fun pawn_N : N; -fun pawn_V2 : V2; -fun pawn_ticket_N : N; -fun pawnbroker_N : N; -fun pawnshop_N : N; -fun pawpaw_N : N; -fun pax_N : N; -fun pax_romana_N : N; -fun pay_N : N; -fun pay_V : V; -fun pay_V2 : V2; -fun pay_as_you_earn_N : N; -fun pay_claim_N : N; -fun pay_packet_N : N; -fun pay_station_N : N; -fun payable_A : A; -fun payday_N : N; -fun paydirt_N : N; -fun paye_PN : PN; -fun payee_N : N; -fun payer_N : N; -fun payload_N : N; -fun paymaster_N : N; -fun payment_N : N; -fun paynim_N : N; -fun payoff_N : N; -fun payphone_N : N; -fun payroll_N : N; -fun paysheet_N : N; -fun payslip_N : N; -fun pc_PN : PN; -fun pdsa_N : N; -fun pe_N : N; -fun pea_N : N; -fun pea_chick_N : N; -fun pea_flour_N : N; -fun pea_green_A : A; -fun pea_green_N : N; -fun pea_jacket_N : N; -fun pea_soup_N : N; -fun peace_N : N; -fun peace_offering_N : N; -fun peaceable_A : A; -fun peaceably_Adv : Adv; -fun peaceful_A : A; -fun peacefully_Adv : Adv; -fun peacefulness_N : N; -fun peacehaven_PN : PN; -fun peacemaker_N : N; -fun peacetime_N : N; -fun peach_N : N; -fun peach_V : V; -fun peach_V2 : V2; -fun peacock_N : N; -fun peacock_blue_A : A; -fun peacock_blue_N : N; -fun peafowl_N : N; -fun peahen_N : N; -fun peak_N : N; -fun peak_V : V; -fun peaked_A : A; -fun peaky_A : A; -fun peal_N : N; -fun peal_V : V; -fun peal_V2 : V2; -fun peanut_N : N; -fun pear_N : N; -fun pearl_N : N; -fun pearl_PN : PN; -fun pearl_V : V; -fun pearl_barley_N : N; -fun pearl_diver_N : N; -fun pearl_fishery_N : N; -fun pearl_oyster_N : N; -fun pearl_sago_N : N; -fun pearly_A : A; -fun pearmain_N : N; -fun peasant_N : N; -fun peasantry_N : N; -fun pease_N : N; -fun pease_pudding_N : N; -fun peashooter_N : N; -fun peasouper_N : N; -fun peat_N : N; -fun peaty_A : A; -fun pebble_N : N; -fun pebbly_A : A; -fun pecan_N : N; -fun peccable_A : A; -fun peccadillo_N : N; -fun peccary_N : N; -fun peck_N : N; -fun peck_V : V; -fun peck_V2 : V2; -fun pecker_N : N; -fun peckish_A : A; -fun pectic_A : A; -fun pectin_N : N; -fun pectoral_A : A; -fun peculate_V : V; -fun peculate_V2 : V2; -fun peculation_N : N; -fun peculiar_A : A; -fun peculiarity_N : N; -fun peculiarly_Adv : Adv; -fun pecuniary_A : A; -fun pedagogic_A : A; -fun pedagogical_A : A; -fun pedagogue_N : N; -fun pedagogy_N : N; -fun pedal_A : A; -fun pedal_N : N; -fun pedal_V : V; -fun pedal_V2 : V2; -fun pedant_N : N; -fun pedantic_A : A; -fun pedantically_Adv : Adv; -fun pedantry_N : N; -fun peddle_V : V; -fun peddle_V2 : V2; -fun peddler_N : N; -fun peddling_A : A; -fun pederast_N : N; -fun pederasty_N : N; -fun pedestal_N : N; -fun pedestrian_A : A; -fun pedestrian_N : N; -fun pediatrician_N : N; -fun pediatrics_N : N; -fun pedicab_N : N; -fun pedicure_N : N; -fun pedigree_N : N; -fun pediment_N : N; -fun pedlar_N : N; -fun pedometer_N : N; -fun pee_N : N; -fun pee_V : V; -fun peebles_PN : PN; -fun peek_N : N; -fun peek_V : V; -fun peek_a_boo_N : N; -fun peel_N : N; -fun peel_V : V; -fun peel_V2 : V2; -fun peeler_N : N; -fun peep_N : N; -fun peep_V : V; -fun peeper_N : N; -fun peephole_N : N; -fun peepshow_N : N; -fun peepul_N : N; -fun peer_N : N; -fun peer_V : V; -fun peerage_N : N; -fun peeress_N : N; -fun peerless_A : A; -fun peeve_V2 : V2; -fun peeved_A : A; -fun peevish_A : A; -fun peevishly_Adv : Adv; -fun peevishness_N : N; -fun peewit_N : N; -fun peg_N : N; -fun peg_PN : PN; -fun peg_V : V; -fun peg_V2 : V2; -fun peggy_PN : PN; -fun peignoir_N : N; -fun pejorative_A : A; -fun pejoratively_Adv : Adv; -fun peke_N : N; -fun pekinese_N : N; -fun peking_PN : PN; -fun pekoe_N : N; -fun pelf_N : N; -fun pelican_N : N; -fun pelisse_N : N; -fun pell_mell_Adv : Adv; -fun pellet_N : N; -fun pellucid_A : A; -fun pellucidly_Adv : Adv; -fun pelmet_N : N; -fun pelota_N : N; -fun pelt_N : N; -fun pelt_V : V; -fun pelt_V2 : V2; -fun pelton_PN : PN; -fun pelvic_A : A; -fun pelvis_N : N; -fun pembroke_PN : PN; -fun pemmican_N : N; -fun pen_N : N; -fun pen_V2 : V2; -fun pen_and_ink_N : N; -fun pen_friend_N : N; -fun pen_name_N : N; -fun pen_pusher_N : N; -fun penal_A : A; -fun penalization_N : N; -fun penalize_V2 : V2; -fun penally_Adv : Adv; -fun penalty_N : N; -fun penance_N : N; -fun penarth_PN : PN; -fun penchant_N : N; -fun pencil_N : N; -fun pencil_V2 : V2; -fun pendant_N : N; -fun pendent_A : A; -fun pending_A : A; -fun pendlebury_PN : PN; -fun pendulous_A : A; -fun pendulum_N : N; -fun penelope_PN : PN; -fun penetrability_N : N; -fun penetrable_A : A; -fun penetrate_V : V; -fun penetrate_V2 : V2; -fun penetrating_A : A; -fun penetratingly_Adv : Adv; -fun penetration_N : N; -fun penetrative_A : A; -fun penguin_N : N; -fun penicillin_N : N; -fun penicuik_PN : PN; -fun peninsula_N : N; -fun peninsular_A : A; -fun penis_N : N; -fun penitence_N : N; -fun penitent_A : A; -fun penitent_N : N; -fun penitential_A : A; -fun penitentially_Adv : Adv; -fun penitentiary_A : A; -fun penitentiary_N : N; -fun penitently_Adv : Adv; -fun penki_PN : PN; -fun penknife_N : N; -fun penmanship_N : N; -fun penn'orth_N : N; -fun pennant_N : N; -fun penniless_A : A; -fun pennon_N : N; -fun pennsylvania_PN : PN; -fun penny_N : N; -fun penny_PN : PN; -fun pennyweight_N : N; -fun pennyworth_N : N; -fun penology_N : N; -fun penrhyn_PN : PN; -fun penrith_PN : PN; -fun penryn_PN : PN; -fun pension_N : N; -fun pension_V2 : V2; -fun pensionable_A : A; -fun pensioner_N : N; -fun pensive_A : A; -fun pensively_Adv : Adv; -fun pensiveness_N : N; -fun penstock_N : N; -fun pent_up_A : A; -fun pentagon_N : N; -fun pentagonal_A : A; -fun pentameter_N : N; -fun pentateuch_N : N; -fun pentathlon_N : N; -fun pentecost_N : N; -fun pentecostal_A : A; -fun penthouse_N : N; -fun penultimate_A : A; -fun penultimate_N : N; -fun penumbra_N : N; -fun penurious_A : A; -fun penuriously_Adv : Adv; -fun penuriousness_N : N; -fun penury_N : N; -fun penzance_PN : PN; -fun peon_N : N; -fun peonage_N : N; -fun peony_N : N; -fun people_N : N; -fun people_V2 : V2; -fun pep_N : N; -fun pep_V2 : V2; -fun pepper_N : N; -fun pepper_V2 : V2; -fun pepper_and_salt_N : N; -fun pepper_mill_N : N; -fun pepper_pot_N : N; -fun peppercorn_N : N; -fun peppermint_N : N; -fun peppery_A : A; -fun pepsin_N : N; -fun peptic_A : A; -fun peradventure_Adv : Adv; -fun perambulate_V : V; -fun perambulate_V2 : V2; -fun perambulation_N : N; -fun perambulator_N : N; -fun perceivable_A : A; -fun perceive_V2 : V2; -fun perceiver_N : N; -fun percent_N : N; -fun percentage_N : N; -fun perceptibility_N : N; -fun perceptible_A : A; -fun perceptibly_Adv : Adv; -fun perception_N : N; -fun perceptive_A : A; -fun perceptively_Adv : Adv; -fun perceptual_A : A; -fun perceptually_Adv : Adv; -fun perch_N : N; -fun perch_V : V; -fun perch_V2 : V2; -fun perchance_Adv : Adv; -fun percipient_A : A; -fun percolate_V : V; -fun percolate_V2 : V2; -fun percolator_N : N; -fun percussion_N : N; -fun percussionist_N : N; -fun percy_PN : PN; -fun perdition_N : N; -fun peregrination_N : N; -fun peremptorily_Adv : Adv; -fun peremptory_A : A; -fun perennial_A : A; -fun perennial_N : N; -fun perennially_Adv : Adv; -fun perfect_A : A; -fun perfect_V2 : V2; -fun perfectibility_N : N; -fun perfectible_A : A; -fun perfection_N : N; -fun perfectionist_N : N; -fun perfectly_Adv : Adv; -fun perfervid_A : A; -fun perfidious_A : A; -fun perfidiously_Adv : Adv; -fun perfidiousness_N : N; -fun perfidy_N : N; -fun perforate_V2 : V2; -fun perforation_N : N; -fun perforce_Adv : Adv; -fun perform_V : V; -fun perform_V2 : V2; -fun performance_N : N; -fun performer_N : N; -fun perfume_N : N; -fun perfume_V2 : V2; -fun perfumer_N : N; -fun perfunctorily_Adv : Adv; -fun perfunctory_A : A; -fun pergola_N : N; -fun perhaps_Adv : Adv; -fun peri_N : N; -fun perigee_N : N; -fun perihelion_N : N; -fun peril_N : N; -fun peril_V2 : V2; -fun perilous_A : A; -fun perilously_Adv : Adv; -fun perimeter_N : N; -fun period_N : N; -fun periodic_A : A; -fun periodical_A : A; -fun periodical_N : N; -fun periodically_Adv : Adv; -fun peripatetic_A : A; -fun peripheral_A : A; -fun periphery_N : N; -fun periphrasis_N : N; -fun periphrastic_A : A; -fun periscope_N : N; -fun perish_V : V; -fun perish_V2 : V2; -fun perishable_A : A; -fun perisher_N : N; -fun peristyle_N : N; -fun peritonitis_N : N; -fun periwig_N : N; -fun periwinkle_N : N; -fun perjure_V2 : V2; -fun perjurer_N : N; -fun perjury_N : N; -fun perk_N : N; -fun perk_V : V; -fun perk_V2 : V2; -fun perkily_Adv : Adv; -fun perkiness_N : N; -fun perky_A : A; -fun perm_N : N; -fun perm_PN : PN; -fun perm_V2 : V2; -fun permafrost_N : N; -fun permanence_N : N; -fun permanency_N : N; -fun permanent_A : A; -fun permanently_Adv : Adv; -fun permanganate_N : N; -fun permeability_N : N; -fun permeable_A : A; -fun permeate_V : V; -fun permeate_V2 : V2; -fun permeation_N : N; -fun permissible_A : A; -fun permissibly_Adv : Adv; -fun permission_N : N; -fun permissive_A : A; -fun permissiveness_N : N; -fun permit_N : N; -fun permit_V : V; -fun permit_V2 : V2; -fun permutation_N : N; -fun permute_V2 : V2; -fun pernicious_A : A; -fun perniciously_Adv : Adv; -fun perniciousness_N : N; -fun pernickety_A : A; -fun peroration_N : N; -fun peroxide_N : N; -fun perpendicular_A : A; -fun perpendicular_N : N; -fun perpendicularly_Adv : Adv; -fun perpetrate_V2 : V2; -fun perpetration_N : N; -fun perpetrator_N : N; -fun perpetual_A : A; -fun perpetually_Adv : Adv; -fun perpetuate_V2 : V2; -fun perpetuation_N : N; -fun perpetuity_N : N; -fun perplex_V2 : V2; -fun perplexed_A : A; -fun perplexedly_Adv : Adv; -fun perplexity_N : N; -fun perquisite_N : N; -fun perry_N : N; -fun persecute_V2 : V2; -fun persecution_N : N; -fun persecutor_N : N; -fun perseverance_N : N; -fun persevere_V : V; -fun persevering_A : A; -fun perseveringly_Adv : Adv; -fun pershore_PN : PN; -fun persia_PN : PN; -fun persian_A : A; -fun persian_N : N; -fun persiflage_N : N; -fun persimmon_N : N; -fun persist_V : V; -fun persistence_N : N; -fun persistent_A : A; -fun persistently_Adv : Adv; -fun person_N : N; -fun persona_N : N; -fun persona_grata_N : N; -fun persona_non_grata_N : N; -fun personable_A : A; -fun personage_N : N; -fun personal_A : A; -fun personal_N : N; -fun personality_N : N; -fun personalize_V2 : V2; -fun personally_Adv : Adv; -fun personalty_N : N; -fun personate_V2 : V2; -fun personation_N : N; -fun personification_N : N; -fun personify_V2 : V2; -fun perspective_N : N; -fun perspex_N : N; -fun perspicacious_A : A; -fun perspicacity_N : N; -fun perspicuity_N : N; -fun perspicuous_A : A; -fun perspicuously_Adv : Adv; -fun perspicuousness_N : N; -fun perspiration_N : N; -fun perspire_V : V; -fun persuadable_A : A; -fun persuade_V2 : V2; -fun persuasion_N : N; -fun persuasive_A : A; -fun persuasively_Adv : Adv; -fun persuasiveness_N : N; -fun pert_A : A; -fun pertain_V : V; -fun perth_PN : PN; -fun pertinacious_A : A; -fun pertinaciously_Adv : Adv; -fun pertinacity_N : N; -fun pertinence_N : N; -fun pertinent_A : A; -fun pertinently_Adv : Adv; -fun pertly_Adv : Adv; -fun pertness_N : N; -fun perturb_V2 : V2; -fun perturbation_N : N; -fun peru_PN : PN; -fun perugia_PN : PN; -fun peruke_N : N; -fun perusal_N : N; -fun peruse_V2 : V2; -fun peruvian_A : A; -fun peruvian_N : N; -fun pervade_V2 : V2; -fun pervasion_N : N; -fun pervasive_A : A; -fun pervasively_Adv : Adv; -fun pervasiveness_N : N; -fun perverse_A : A; -fun perversely_Adv : Adv; -fun perverseness_N : N; -fun perversion_N : N; -fun perversity_N : N; -fun pervert_N : N; -fun pervert_V2 : V2; -fun pescara_PN : PN; -fun peseta_N : N; -fun pesky_A : A; -fun peso_N : N; -fun pessary_N : N; -fun pessimism_N : N; -fun pessimist_N : N; -fun pessimistic_A : A; -fun pessimistically_Adv : Adv; -fun pest_N : N; -fun pester_V2 : V2; -fun pesticide_N : N; -fun pestiferous_A : A; -fun pestilence_N : N; -fun pestilent_A : A; -fun pestilential_A : A; -fun pestle_N : N; -fun pestle_V2 : V2; -fun pet_N : N; -fun pet_V2 : V2; -fun petal_N : N; -fun petaled_A : A; -fun petalled_A : A; -fun petard_N : N; -fun pete_PN : PN; -fun peter_PN : PN; -fun peter_V : V; -fun peterborough_PN : PN; -fun peterhead_PN : PN; -fun peterlee_PN : PN; -fun petersfield_PN : PN; -fun petit_bourgeois_N : N; -fun petite_A : A; -fun petition_N : N; -fun petition_V : V; -fun petition_V2 : V2; -fun petitioner_N : N; -fun petrel_N : N; -fun petrifaction_N : N; -fun petrify_V : V; -fun petrify_V2 : V2; -fun petro_chemical_N : N; -fun petrol_N : N; -fun petroleum_N : N; -fun petrology_N : N; -fun petticoat_N : N; -fun pettifogging_A : A; -fun pettily_Adv : Adv; -fun pettiness_N : N; -fun pettish_A : A; -fun pettishly_Adv : Adv; -fun pettishness_N : N; -fun petty_A : A; -fun petulance_N : N; -fun petulant_A : A; -fun petulantly_Adv : Adv; -fun petunia_N : N; -fun pew_N : N; -fun pew_opener_N : N; -fun pewit_N : N; -fun pewter_N : N; -fun peyote_N : N; -fun pfennig_N : N; -fun phaeton_N : N; -fun phagocyte_N : N; -fun phalanx_N : N; -fun phallic_A : A; -fun phallus_N : N; -fun phantasm_N : N; -fun phantasmagoria_N : N; -fun phantasmal_A : A; -fun phantasy_N : N; -fun phantom_N : N; -fun pharaoh_N : N; -fun pharisaic_A : A; -fun pharisaical_A : A; -fun pharisee_N : N; -fun pharmaceutical_A : A; -fun pharmacist_N : N; -fun pharmacological_A : A; -fun pharmacologically_Adv : Adv; -fun pharmacologist_N : N; -fun pharmacology_N : N; -fun pharmacopoeia_N : N; -fun pharmacy_N : N; -fun pharos_N : N; -fun pharyngitis_N : N; -fun pharynx_N : N; -fun phase_N : N; -fun phase_V2 : V2; -fun phd_N : N; -fun pheasant_N : N; -fun phenobarbitone_N : N; -fun phenol_N : N; -fun phenomenal_A : A; -fun phenomenally_Adv : Adv; -fun phenomenon_N : N; -fun phial_N : N; -fun phil_PN : PN; -fun philadelphia_PN : PN; -fun philander_V : V; -fun philanderer_N : N; -fun philanthropic_A : A; -fun philanthropically_Adv : Adv; -fun philanthropist_N : N; -fun philanthropy_N : N; -fun philatelic_A : A; -fun philatelist_N : N; -fun philately_N : N; -fun philharmonic_A : A; -fun philhellene_A : A; -fun philhellene_N : N; -fun philhellenic_A : A; -fun philip_PN : PN; -fun philippa_PN : PN; -fun philippine_A : A; -fun philippine_N : N; -fun philippines_PN : PN; -fun philistine_N : N; -fun philistinism_N : N; -fun philological_A : A; -fun philologist_N : N; -fun philology_N : N; -fun philosopher_N : N; -fun philosophic_A : A; -fun philosophical_A : A; -fun philosophically_Adv : Adv; -fun philosophize_V : V; -fun philosophy_N : N; -fun philtre_N : N; -fun phlebitis_N : N; -fun phlegm_N : N; -fun phlegmatic_A : A; -fun phlegmatically_Adv : Adv; -fun phlox_N : N; -fun phnom_penh_PN : PN; -fun phobia_N : N; -fun phoebe_PN : PN; -fun phoenix_N : N; -fun phoenix_PN : PN; -fun phone_N : N; -fun phone_V : V; -fun phone_V2 : V2; -fun phone_in_N : N; -fun phonebooth_N : N; -fun phonecall_N : N; -fun phoneme_N : N; -fun phonemic_A : A; -fun phonemics_N : N; -fun phonetic_A : A; -fun phonetically_Adv : Adv; -fun phonetician_N : N; -fun phonetics_N : N; -fun phoney_A : A; -fun phoney_N : N; -fun phonic_A : A; -fun phonics_N : N; -fun phonograph_N : N; -fun phonological_A : A; -fun phonology_N : N; -fun phony_A : A; -fun phony_N : N; -fun phosgene_N : N; -fun phosphate_N : N; -fun phosphorescence_N : N; -fun phosphorescent_A : A; -fun phosphoric_A : A; -fun phosphorous_A : A; -fun phosphorus_N : N; -fun photo_N : N; -fun photocopier_N : N; -fun photocopy_N : N; -fun photocopy_V2 : V2; -fun photoelectric_A : A; -fun photoflash_N : N; -fun photogenic_A : A; -fun photograph_N : N; -fun photograph_V2 : V2; -fun photographer_N : N; -fun photographic_A : A; -fun photographically_Adv : Adv; -fun photography_N : N; -fun photogravure_N : N; -fun photolithography_N : N; -fun photometer_N : N; -fun photon_N : N; -fun photosensitize_V2 : V2; -fun photostat_N : N; -fun photostat_V2 : V2; -fun photosynthesis_N : N; -fun phrasal_A : A; -fun phrase_N : N; -fun phrase_V2 : V2; -fun phrase_book_N : N; -fun phraseology_N : N; -fun phrenetic_A : A; -fun phrenologist_N : N; -fun phrenology_N : N; -fun phthisis_N : N; -fun phut_Adv : Adv; -fun phyllis_PN : PN; -fun phylum_N : N; -fun physic_N : N; -fun physical_A : A; -fun physically_Adv : Adv; -fun physician_N : N; -fun physicist_N : N; -fun physics_N : N; -fun physiognomy_N : N; -fun physiological_A : A; -fun physiologist_N : N; -fun physiology_N : N; -fun physiotherapist_N : N; -fun physiotherapy_N : N; -fun physique_N : N; -fun pi_N : N; -fun piacenza_PN : PN; -fun pianissimo_A : A; -fun pianissimo_Adv : Adv; -fun pianist_N : N; -fun piano_A : A; -fun piano_Adv : Adv; -fun piano_N : N; -fun pianoforte_N : N; -fun pianola_N : N; -fun piastre_N : N; -fun piazza_N : N; -fun pibroch_N : N; -fun pica_N : N; -fun picador_N : N; -fun picaresque_A : A; -fun piccalilli_N : N; -fun piccaninny_N : N; -fun piccolo_N : N; -fun pick_N : N; -fun pick_V : V; -fun pick_V2 : V2; -fun pick_me_up_N : N; -fun pick_up_N : N; -fun pickaback_Adv : Adv; -fun pickaxe_N : N; -fun picker_N : N; -fun pickerel_N : N; -fun picket_N : N; -fun picket_V : V; -fun picket_V2 : V2; -fun picking_N : N; -fun pickle_N : N; -fun pickle_V2 : V2; -fun pickpocket_N : N; -fun picnic_N : N; -fun picnic_V : V; -fun picnicker_N : N; -fun picric_A : A; -fun pictorial_A : A; -fun pictorial_N : N; -fun picture_N : N; -fun picture_V2 : V2; -fun picture_book_N : N; -fun picture_card_N : N; -fun picture_gallery_N : N; -fun picturesque_A : A; -fun picturesquely_Adv : Adv; -fun picturesqueness_N : N; -fun piddle_N : N; -fun piddle_V : V; -fun piddling_A : A; -fun pidgin_N : N; -fun pie_N : N; -fun pie_crust_N : N; -fun piebald_A : A; -fun piece_N : N; -fun piece_V2 : V2; -fun piecemeal_A : A; -fun piecemeal_Adv : Adv; -fun piecework_N : N; -fun pied_A : A; -fun pied_a_terre_N : N; -fun pier_N : N; -fun pier_glass_N : N; -fun pierce_V : V; -fun pierce_V2 : V2; -fun piercing_A : A; -fun piercingly_Adv : Adv; -fun pierrot_N : N; -fun piety_N : N; -fun pieta_N : N; -fun piffle_N : N; -fun piffle_V : V; -fun piffling_A : A; -fun pig_N : N; -fun pig_V : V; -fun pig_headed_A : A; -fun pig_headedly_Adv : Adv; -fun pig_headedness_N : N; -fun pig_iron_N : N; -fun pig_sticking_N : N; -fun pigboat_N : N; -fun pigeon_N : N; -fun pigeon_breasted_A : A; -fun pigeon_toed_A : A; -fun pigeonhole_N : N; -fun pigeonhole_V2 : V2; -fun piggery_N : N; -fun piggish_A : A; -fun piggishly_Adv : Adv; -fun piggishness_N : N; -fun piggy_A : A; -fun piggy_N : N; -fun piggyback_N : N; -fun piglet_N : N; -fun pigment_N : N; -fun pigmentation_N : N; -fun pigmy_N : N; -fun pigskin_N : N; -fun pigsty_N : N; -fun pigswill_N : N; -fun pigtail_N : N; -fun pigwash_N : N; -fun pike_N : N; -fun pikestaff_N : N; -fun pilaf_N : N; -fun pilaff_N : N; -fun pilaster_N : N; -fun pilau_N : N; -fun pilchard_N : N; -fun pile_N : N; -fun pile_V : V; -fun pile_V2 : V2; -fun pile_driver_N : N; -fun pile_dwelling_N : N; -fun pile_up_N : N; -fun piles_N : N; -fun pilfer_V : V; -fun pilfer_V2 : V2; -fun pilferage_N : N; -fun pilferer_N : N; -fun pilgrim_N : N; -fun pilgrimage_N : N; -fun pill_N : N; -fun pill_PN : PN; -fun pillage_N : N; -fun pillage_V2 : V2; -fun pillager_N : N; -fun pillar_N : N; -fun pillar_box_N : N; -fun pillared_A : A; -fun pillbox_N : N; -fun pillion_N : N; -fun pillory_N : N; -fun pillow_N : N; -fun pillow_V2 : V2; -fun pillow_fight_N : N; -fun pillowcase_N : N; -fun pillowslip_N : N; -fun pilot_N : N; -fun pilot_V2 : V2; -fun pilot_boat_N : N; -fun pilot_burner_N : N; -fun pilot_cloth_N : N; -fun pilot_engine_N : N; -fun pilot_fish_N : N; -fun pilot_light_N : N; -fun pimento_N : N; -fun pimp_N : N; -fun pimp_V : V; -fun pimpernel_N : N; -fun pimple_N : N; -fun pimpled_A : A; -fun pimply_A : A; -fun pin_N : N; -fun pin_V2 : V2; -fun pin_money_N : N; -fun pin_table_N : N; -fun pin_up_N : N; -fun pinafore_N : N; -fun pinball_N : N; -fun pince_nez_N : N; -fun pincer_N : N; -fun pinch_N : N; -fun pinch_V : V; -fun pinch_V2 : V2; -fun pinchbeck_A : A; -fun pinchbeck_N : N; -fun pincushion_N : N; -fun pine_N : N; -fun pine_V : V; -fun pineal_A : A; -fun pineapple_N : N; -fun ping_N : N; -fun ping_V : V; -fun pingpong_N : N; -fun pinhead_N : N; -fun pinion_N : N; -fun pinion_V2 : V2; -fun pink_A : A; -fun pink_N : N; -fun pink_V : V; -fun pink_V2 : V2; -fun pinkish_A : A; -fun pinnace_N : N; -fun pinnacle_N : N; -fun pinnacle_V2 : V2; -fun pinnate_A : A; -fun pinny_N : N; -fun pinpoint_N : N; -fun pinpoint_V2 : V2; -fun pinprick_N : N; -fun pinstripe_A : A; -fun pint_N : N; -fun pioneer_N : N; -fun pioneer_V : V; -fun pioneer_V2 : V2; -fun pious_A : A; -fun piously_Adv : Adv; -fun pip_N : N; -fun pip_V2 : V2; -fun pipal_N : N; -fun pipe_N : N; -fun pipe_V : V; -fun pipe_V2 : V2; -fun pipe_organ_N : N; -fun pipe_rack_N : N; -fun pipeclay_N : N; -fun pipedream_N : N; -fun pipeful_N : N; -fun pipeline_N : N; -fun piper_N : N; -fun pipette_N : N; -fun pipework_N : N; -fun piping_A : A; -fun piping_Adv : Adv; -fun piping_N : N; -fun pippin_N : N; -fun pipsqueak_N : N; -fun piquancy_N : N; -fun piquant_A : A; -fun piquantly_Adv : Adv; -fun pique_N : N; -fun pique_V2 : V2; -fun piquet_N : N; -fun piracy_N : N; -fun piraeus_PN : PN; -fun piranha_N : N; -fun pirate_N : N; -fun pirate_V2 : V2; -fun piratical_A : A; -fun piratically_Adv : Adv; -fun pirouette_N : N; -fun pirouette_V : V; -fun pis_aller_N : N; -fun pisa_PN : PN; -fun piscatorial_A : A; -fun pisces_PN : PN; -fun piss_N : N; -fun piss_V : V; -fun piss_V2 : V2; -fun pissed_A : A; -fun pistachio_N : N; -fun pistil_N : N; -fun pistol_N : N; -fun piston_N : N; -fun pit_N : N; -fun pit_V2 : V2; -fun pit_a_pat_Adv : Adv; -fun pit_prop_N : N; -fun pitch_N : N; -fun pitch_V : V; -fun pitch_V2 : V2; -fun pitch_black_A : A; -fun pitch_dark_A : A; -fun pitchblende_N : N; -fun pitcher_N : N; -fun pitchfork_N : N; -fun pitchfork_V2 : V2; -fun piteous_A : A; -fun piteously_Adv : Adv; -fun pitfall_N : N; -fun pith_N : N; -fun pithead_N : N; -fun pithily_Adv : Adv; -fun pithy_A : A; -fun pitiable_A : A; -fun pitiably_Adv : Adv; -fun pitiful_A : A; -fun pitifully_Adv : Adv; -fun pitiless_A : A; -fun pitilessly_Adv : Adv; -fun pitman_N : N; -fun piton_N : N; -fun pitsaw_N : N; -fun pittance_N : N; -fun pitter_patter_N : N; -fun pittsburgh_PN : PN; -fun pituitary_A : A; -fun pituitary_N : N; -fun pity_N : N; -fun pity_V2 : V2; -fun pitying_A : A; -fun pityingly_Adv : Adv; -fun pivot_N : N; -fun pivot_V : V; -fun pivot_V2 : V2; -fun pivotal_A : A; -fun pixie_N : N; -fun pixilated_A : A; -fun pixy_N : N; -fun pizza_N : N; -fun pizzicato_A : A; -fun pizzicato_Adv : Adv; -fun placard_N : N; -fun placard_V2 : V2; -fun placate_V2 : V2; -fun placatingly_Adv : Adv; -fun place_N : N; -fun place_V2 : V2; -fun place_bet_N : N; -fun place_name_N : N; -fun placebo_N : N; -fun placeman_N : N; -fun placement_N : N; -fun placenta_N : N; -fun placeseeker_N : N; -fun placid_A : A; -fun placidity_N : N; -fun placidly_Adv : Adv; -fun placing_N : N; -fun placket_N : N; -fun plage_N : N; -fun plagiarism_N : N; -fun plagiarist_N : N; -fun plagiarize_V2 : V2; -fun plague_N : N; -fun plague_V2 : V2; -fun plague_spot_N : N; -fun plaguily_Adv : Adv; -fun plaguy_A : A; -fun plaice_N : N; -fun plaid_N : N; -fun plain_A : A; -fun plain_Adv : Adv; -fun plain_N : N; -fun plain_V : V; -fun plain_V2 : V2; -fun plain_spoken_A : A; -fun plainly_Adv : Adv; -fun plainness_N : N; -fun plainsman_N : N; -fun plaint_N : N; -fun plaintiff_N : N; -fun plaintive_A : A; -fun plaintively_Adv : Adv; -fun plaintiveness_N : N; -fun plait_N : N; -fun plait_V2 : V2; -fun plan_N : N; -fun plan_V2 : V2; -fun planchette_N : N; -fun plane_N : N; -fun plane_V : V; -fun plane_V2 : V2; -fun plane_tree_N : N; -fun planet_N : N; -fun planetarium_N : N; -fun planetary_A : A; -fun plangent_A : A; -fun plank_N : N; -fun plank_V2 : V2; -fun plank_bed_N : N; -fun planking_N : N; -fun plankton_N : N; -fun planless_A : A; -fun planner_N : N; -fun plant_N : N; -fun plant_V2 : V2; -fun plant_louse_N : N; -fun plantain_N : N; -fun plantation_N : N; -fun planter_N : N; -fun plaque_N : N; -fun plash_N : N; -fun plash_V : V; -fun plash_V2 : V2; -fun plasm_N : N; -fun plasma_N : N; -fun plaster_N : N; -fun plaster_V2 : V2; -fun plasterboard_N : N; -fun plastered_A : A; -fun plasterer_N : N; -fun plastic_A : A; -fun plastic_N : N; -fun plastic_bomb_N : N; -fun plasticine_N : N; -fun plasticity_N : N; -fun plastics_N : N; -fun plate_N : N; -fun plate_V2 : V2; -fun plate_glass_N : N; -fun plate_powder_N : N; -fun plate_rack_N : N; -fun plateau_N : N; -fun plateful_N : N; -fun platelayer_N : N; -fun platform_N : N; -fun plating_N : N; -fun platinum_N : N; -fun platitude_N : N; -fun platitudinous_A : A; -fun platonic_A : A; -fun platoon_N : N; -fun platter_N : N; -fun platypus_N : N; -fun plaudit_N : N; -fun plausibility_N : N; -fun plausible_A : A; -fun plausibly_Adv : Adv; -fun play_N : N; -fun play_V : V; -fun play_V2 : V2; -fun play_acting_N : N; -fun play_actor_N : N; -fun play_box_N : N; -fun play_off_N : N; -fun play_reading_N : N; -fun playback_N : N; -fun playbill_N : N; -fun playboy_N : N; -fun player_N : N; -fun player_piano_N : N; -fun playfellow_N : N; -fun playful_A : A; -fun playfully_Adv : Adv; -fun playfulness_N : N; -fun playgoer_N : N; -fun playground_N : N; -fun playgroup_N : N; -fun playhouse_N : N; -fun playing_N : N; -fun playing_card_N : N; -fun playing_field_N : N; -fun playlet_N : N; -fun playmate_N : N; -fun playpen_N : N; -fun playroom_N : N; -fun playschool_N : N; -fun playsuit_N : N; -fun plaything_N : N; -fun playtime_N : N; -fun playwright_N : N; -fun plaza_N : N; -fun plc_PN : PN; -fun plea_N : N; -fun pleach_V2 : V2; -fun plead_V : V; -fun plead_V2 : V2; -fun pleadingly_Adv : Adv; -fun pleasance_N : N; -fun pleasant_A : A; -fun pleasantly_Adv : Adv; -fun pleasantness_N : N; -fun pleasantry_N : N; -fun please_V : V; -fun please_V2 : V2; -fun pleased_A : A; -fun pleasing_A : A; -fun pleasingly_Adv : Adv; -fun pleasurable_A : A; -fun pleasurably_Adv : Adv; -fun pleasure_N : N; -fun pleasure_boat_N : N; -fun pleasure_craft_N : N; -fun pleasure_ground_N : N; -fun pleat_N : N; -fun pleat_V2 : V2; -fun pleb_N : N; -fun plebeian_A : A; -fun plebeian_N : N; -fun plebiscite_N : N; -fun plectrum_N : N; -fun pledge_N : N; -fun pledge_V2 : V2; -fun plenarily_Adv : Adv; -fun plenary_A : A; -fun plenipotentiary_N : N; -fun plenitude_N : N; -fun plenteous_A : A; -fun plenteously_Adv : Adv; -fun plentiful_A : A; -fun plentifully_Adv : Adv; -fun plenty_Adv : Adv; -fun plenty_N : N; -fun pleonasm_N : N; -fun plethora_N : N; -fun pleurisy_N : N; -fun plexus_N : N; -fun pliability_N : N; -fun pliable_A : A; -fun pliancy_N : N; -fun pliant_A : A; -fun pliantly_Adv : Adv; -fun plight_N : N; -fun plight_V2 : V2; -fun plimsoll_N : N; -fun plinth_N : N; -fun plod_V : V; -fun plod_V2 : V2; -fun plodder_N : N; -fun plodding_A : A; -fun ploddingly_Adv : Adv; -fun plonk_Adv : Adv; -fun plonk_N : N; -fun plonk_V : V; -fun plop_Adv : Adv; -fun plop_N : N; -fun plop_V : V; -fun plosive_A : A; -fun plosive_N : N; -fun plot_N : N; -fun plot_V : V; -fun plot_V2 : V2; -fun plotter_N : N; -fun plough_N : N; -fun plough_V : V; -fun plough_V2 : V2; -fun ploughboy_N : N; -fun ploughman_N : N; -fun ploughshare_N : N; -fun plover_N : N; -fun ploy_N : N; -fun pluck_N : N; -fun pluck_V : V; -fun pluck_V2 : V2; -fun pluckily_Adv : Adv; -fun plucky_A : A; -fun plug_N : N; -fun plug_V : V; -fun plug_V2 : V2; -fun plughole_N : N; -fun plum_N : N; -fun plum_pudding_N : N; -fun plumage_N : N; -fun plumb_Adv : Adv; -fun plumb_N : N; -fun plumb_V2 : V2; -fun plumbago_N : N; -fun plumber_N : N; -fun plumbing_N : N; -fun plume_N : N; -fun plume_V2 : V2; -fun plummet_N : N; -fun plummet_V : V; -fun plummy_A : A; -fun plump_A : A; -fun plump_Adv : Adv; -fun plump_N : N; -fun plump_V : V; -fun plump_V2 : V2; -fun plunder_N : N; -fun plunder_V : V; -fun plunder_V2 : V2; -fun plunderer_N : N; -fun plunge_N : N; -fun plunge_V : V; -fun plunge_V2 : V2; -fun plunger_N : N; -fun plunk_N : N; -fun pluperfect_A : A; -fun pluperfect_N : N; -fun plural_A : A; -fun plural_N : N; -fun pluralism_N : N; -fun pluralist_N : N; -fun plurality_N : N; -fun plus_A : A; -fun plus_N : N; -fun plush_A : A; -fun plush_N : N; -fun plushy_A : A; -fun pluto_PN : PN; -fun plutocracy_N : N; -fun plutocrat_N : N; -fun plutocratic_A : A; -fun plutonium_N : N; -fun ply_N : N; -fun ply_V : V; -fun ply_V2 : V2; -fun plymouth_PN : PN; -fun plywood_N : N; -fun pneumatic_A : A; -fun pneumatically_Adv : Adv; -fun pneumonia_N : N; -fun po_N : N; -fun poach_V : V; -fun poach_V2 : V2; -fun poacher_N : N; -fun pock_N : N; -fun pocked_A : A; -fun pocket_N : N; -fun pocket_V2 : V2; -fun pocket_book_N : N; -fun pocket_handkerchief_N : N; -fun pocket_knife_N : N; -fun pocket_money_N : N; -fun pocketful_N : N; -fun pockmarked_A : A; -fun pod_N : N; -fun pod_V : V; -fun pod_V2 : V2; -fun podgy_A : A; -fun podiatry_N : N; -fun podium_N : N; -fun poem_N : N; -fun poesy_N : N; -fun poet_N : N; -fun poetess_N : N; -fun poetic_A : A; -fun poetical_A : A; -fun poetically_Adv : Adv; -fun poetry_N : N; -fun pogrom_N : N; -fun poignancy_N : N; -fun poignant_A : A; -fun poignantly_Adv : Adv; -fun poinsettia_N : N; -fun point_N : N; -fun point_V : V; -fun point_V2 : V2; -fun point_blank_A : A; -fun point_blank_Adv : Adv; -fun point_duty_N : N; -fun pointed_A : A; -fun pointedly_Adv : Adv; -fun pointer_N : N; -fun pointless_A : A; -fun pointlessly_Adv : Adv; -fun pointsman_N : N; -fun poise_N : N; -fun poise_V : V; -fun poise_V2 : V2; -fun poison_N : N; -fun poison_V2 : V2; -fun poison_gas_N : N; -fun poison_ivy_N : N; -fun poisoner_N : N; -fun poisonous_A : A; -fun poisonously_Adv : Adv; -fun poke_N : N; -fun poke_V : V; -fun poke_V2 : V2; -fun poke_bonnet_N : N; -fun poker_N : N; -fun poker_face_N : N; -fun poky_A : A; -fun poland_PN : PN; -fun polar_A : A; -fun polaris_N : N; -fun polarity_N : N; -fun polarization_N : N; -fun polarize_V2 : V2; -fun polaroid_N : N; -fun pole_N : N; -fun pole_jumping_N : N; -fun pole_star_N : N; -fun pole_vault_N : N; -fun poleax_N : N; -fun poleax_V2 : V2; -fun poleaxe_N : N; -fun poleaxe_V2 : V2; -fun polecat_N : N; -fun polemic_A : A; -fun polemic_N : N; -fun polemically_Adv : Adv; -fun police_V2 : V2; -fun police_office_N : N; -fun police_officer_N : N; -fun police_station_N : N; -fun policeman_N : N; -fun policewoman_N : N; -fun policy_N : N; -fun polio_N : N; -fun poliomyelitis_N : N; -fun polish_A : A; -fun polish_N : N; -fun polish_V : V; -fun polish_V2 : V2; -fun polisher_N : N; -fun politburo_N : N; -fun polite_A : A; -fun politely_Adv : Adv; -fun politeness_N : N; -fun politic_A : A; -fun political_A : A; -fun politically_Adv : Adv; -fun politician_N : N; -fun politicize_V : V; -fun politicize_V2 : V2; -fun politick_V : V; -fun politics_N : N; -fun polity_N : N; -fun polka_N : N; -fun poll_N : N; -fun poll_V : V; -fun poll_V2 : V2; -fun poll_tax_N : N; -fun pollard_N : N; -fun pollard_V2 : V2; -fun pollen_N : N; -fun pollinate_V2 : V2; -fun pollination_N : N; -fun polling_booth_N : N; -fun polling_day_N : N; -fun polling_station_N : N; -fun pollster_N : N; -fun pollutant_N : N; -fun pollute_V2 : V2; -fun pollution_N : N; -fun polly_PN : PN; -fun polo_N : N; -fun polo_neck_A : A; -fun polonaise_N : N; -fun polony_N : N; -fun poltergeist_N : N; -fun poltroon_N : N; -fun poltroonery_N : N; -fun poly_N : N; -fun polyandrous_A : A; -fun polyandry_N : N; -fun polyanthus_N : N; -fun polygamist_N : N; -fun polygamous_A : A; -fun polygamy_N : N; -fun polyglot_A : A; -fun polyglot_N : N; -fun polygon_N : N; -fun polygonal_A : A; -fun polymorphic_A : A; -fun polymorphous_A : A; -fun polynomial_A : A; -fun polynomial_N : N; -fun polyp_N : N; -fun polyphonic_A : A; -fun polyphony_N : N; -fun polypus_N : N; -fun polysyllabic_A : A; -fun polysyllable_N : N; -fun polytechnic_N : N; -fun polytheism_N : N; -fun polytheistic_A : A; -fun polythene_N : N; -fun pom_N : N; -fun pomade_N : N; -fun pomade_V2 : V2; -fun pomegranate_N : N; -fun pomelo_N : N; -fun pommel_N : N; -fun pommel_V2 : V2; -fun pommy_N : N; -fun pomp_N : N; -fun pompon_N : N; -fun pomposity_N : N; -fun pompous_A : A; -fun pompously_Adv : Adv; -fun ponce_N : N; -fun poncho_N : N; -fun pond_N : N; -fun ponder_V : V; -fun ponder_V2 : V2; -fun ponderable_A : A; -fun ponderous_A : A; -fun ponderously_Adv : Adv; -fun pone_N : N; -fun pongee_N : N; -fun poniard_N : N; -fun poniard_V2 : V2; -fun pont_llan_fraith_PN : PN; -fun pontardawe_PN : PN; -fun pontardulais_PN : PN; -fun pontefract_PN : PN; -fun pontiff_N : N; -fun pontifical_A : A; -fun pontificate_N : N; -fun pontificate_V : V; -fun pontoon_N : N; -fun pontycymmer_PN : PN; -fun pontypool_PN : PN; -fun pony_N : N; -fun pony_trekking_N : N; -fun ponytail_N : N; -fun poodle_N : N; -fun poof_N : N; -fun pooh_pooh_V2 : V2; -fun pool_N : N; -fun pool_V2 : V2; -fun poole_PN : PN; -fun poolroom_N : N; -fun poona_PN : PN; -fun poop_N : N; -fun poor_A : A; -fun poor_box_N : N; -fun poor_rate_N : N; -fun poor_spirited_A : A; -fun poorhouse_N : N; -fun poorly_A : A; -fun poorly_Adv : Adv; -fun poorness_N : N; -fun pop_A : A; -fun pop_Adv : Adv; -fun pop_N : N; -fun pop_V : V; -fun pop_V2 : V2; -fun popcorn_N : N; -fun pope_N : N; -fun popery_N : N; -fun popeyed_A : A; -fun popgun_N : N; -fun popinjay_N : N; -fun popish_A : A; -fun popishly_Adv : Adv; -fun poplar_N : N; -fun poplin_N : N; -fun poppa_N : N; -fun poppet_N : N; -fun poppy_N : N; -fun poppycock_N : N; -fun populace_N : N; -fun popular_A : A; -fun popularity_N : N; -fun popularization_N : N; -fun popularize_V2 : V2; -fun popularly_Adv : Adv; -fun populate_V2 : V2; -fun population_N : N; -fun populism_N : N; -fun populist_N : N; -fun populous_A : A; -fun porcelain_N : N; -fun porch_N : N; -fun porcine_A : A; -fun porcupine_N : N; -fun pore_N : N; -fun pore_V : V; -fun pork_N : N; -fun pork_barrel_N : N; -fun pork_butcher_N : N; -fun porker_N : N; -fun porn_N : N; -fun pornographer_N : N; -fun pornographic_A : A; -fun pornography_N : N; -fun porosity_N : N; -fun porous_A : A; -fun porousness_N : N; -fun porphyry_N : N; -fun porpoise_N : N; -fun porridge_N : N; -fun porringer_N : N; -fun port_N : N; -fun port_V2 : V2; -fun port_glasgow_PN : PN; -fun port_talbot_PN : PN; -fun portability_N : N; -fun portable_A : A; -fun portage_N : N; -fun portal_N : N; -fun portcullis_N : N; -fun porte_cochere_N : N; -fun portend_V2 : V2; -fun portent_N : N; -fun portentous_A : A; -fun portentously_Adv : Adv; -fun porter_N : N; -fun porterage_N : N; -fun porterhouse_N : N; -fun portfolio_N : N; -fun porthcawl_PN : PN; -fun porthmadog_PN : PN; -fun porthole_N : N; -fun portico_N : N; -fun portion_N : N; -fun portion_V2 : V2; -fun portishead_PN : PN; -fun portiere_N : N; -fun portland_PN : PN; -fun portly_A : A; -fun portmanteau_N : N; -fun porto_alegre_PN : PN; -fun portrait_N : N; -fun portraitist_N : N; -fun portraiture_N : N; -fun portray_V2 : V2; -fun portrayal_N : N; -fun portsmouth_PN : PN; -fun portugal_PN : PN; -fun portuguese_A : A; -fun portuguese_N : N; -fun pose_N : N; -fun pose_V : V; -fun pose_V2 : V2; -fun poser_N : N; -fun poseur_N : N; -fun poseuse_N : N; -fun posh_A : A; -fun posh_V2 : V2; -fun posit_V2 : V2; -fun position_N : N; -fun position_V2 : V2; -fun positive_A : A; -fun positive_N : N; -fun positively_Adv : Adv; -fun positiveness_N : N; -fun positivism_N : N; -fun positivist_N : N; -fun posse_N : N; -fun possess_V2 : V2; -fun possession_N : N; -fun possessive_A : A; -fun possessively_Adv : Adv; -fun possessiveness_N : N; -fun possessor_N : N; -fun posset_N : N; -fun possibility_N : N; -fun possible_A : A; -fun possible_N : N; -fun possibly_Adv : Adv; -fun possum_N : N; -fun post_N : N; -fun post_V : V; -fun post_V2 : V2; -fun post_chaise_N : N; -fun post_free_A : A; -fun post_free_Adv : Adv; -fun post_haste_Adv : Adv; -fun post_horse_N : N; -fun post_meridiem_Adv : Adv; -fun post_mortem_A : A; -fun post_mortem_N : N; -fun post_paid_A : A; -fun post_paid_Adv : Adv; -fun postage_N : N; -fun postage_stamp_N : N; -fun postal_A : A; -fun postbag_N : N; -fun postbox_N : N; -fun postcard_N : N; -fun postcode_N : N; -fun postdate_V2 : V2; -fun poste_restante_N : N; -fun poster_N : N; -fun posterior_A : A; -fun posterior_N : N; -fun posterity_N : N; -fun postern_N : N; -fun postgraduate_A : A; -fun postgraduate_N : N; -fun posthumous_A : A; -fun posthumously_Adv : Adv; -fun postilion_N : N; -fun postillion_N : N; -fun postman_N : N; -fun postmark_N : N; -fun postmark_V2 : V2; -fun postmaster_N : N; -fun postmistress_N : N; -fun postpone_V2 : V2; -fun postponement_N : N; -fun postprandial_A : A; -fun postscript_N : N; -fun postulant_N : N; -fun postulate_N : N; -fun postulate_V2 : V2; -fun postural_A : A; -fun posture_N : N; -fun posture_V : V; -fun posture_V2 : V2; -fun posturing_N : N; -fun posy_N : N; -fun pot_N : N; -fun pot_V : V; -fun pot_V2 : V2; -fun pot_shot_N : N; -fun pot_trained_A : A; -fun potable_A : A; -fun potash_N : N; -fun potassium_N : N; -fun potation_N : N; -fun potato_N : N; -fun potbellied_A : A; -fun potbelly_N : N; -fun potboiler_N : N; -fun potbound_A : A; -fun potboy_N : N; -fun poteen_N : N; -fun potency_N : N; -fun potent_A : A; -fun potentate_N : N; -fun potential_A : A; -fun potential_N : N; -fun potentiality_N : N; -fun potentially_Adv : Adv; -fun potently_Adv : Adv; -fun pothead_N : N; -fun pother_N : N; -fun potherb_N : N; -fun pothole_N : N; -fun potholer_N : N; -fun pothook_N : N; -fun pothouse_N : N; -fun pothunter_N : N; -fun potion_N : N; -fun potman_N : N; -fun potpourri_N : N; -fun potsdam_PN : PN; -fun potsherd_N : N; -fun pottage_N : N; -fun potted_A : A; -fun potter_N : N; -fun potter_V : V; -fun potterer_N : N; -fun potters_bar_PN : PN; -fun pottery_N : N; -fun potty_A : A; -fun potty_N : N; -fun pouch_N : N; -fun pouch_V2 : V2; -fun pouf_N : N; -fun pouffe_N : N; -fun poulterer_N : N; -fun poultice_N : N; -fun poultice_V2 : V2; -fun pounce_N : N; -fun pounce_V : V; -fun pound_N : N; -fun pound_V : V; -fun pound_V2 : V2; -fun poundage_N : N; -fun pounder_N : N; -fun pour_V : V; -fun pour_V2 : V2; -fun pout_N : N; -fun pout_V : V; -fun pout_V2 : V2; -fun poutingly_Adv : Adv; -fun poverty_N : N; -fun poverty_stricken_A : A; -fun pow_N : N; -fun powder_N : N; -fun powder_V : V; -fun powder_V2 : V2; -fun powder_flask_N : N; -fun powder_horn_N : N; -fun powder_magazine_N : N; -fun powder_puff_N : N; -fun powder_room_N : N; -fun powdered_A : A; -fun powdery_A : A; -fun power_N : N; -fun power_V2 : V2; -fun power_dive_N : N; -fun power_dive_V2 : V2; -fun power_point_N : N; -fun power_station_N : N; -fun powerboat_N : N; -fun powered_A : A; -fun powerful_A : A; -fun powerfully_Adv : Adv; -fun powerhouse_N : N; -fun powerless_A : A; -fun powerlessly_Adv : Adv; -fun powwow_N : N; -fun powwow_V : V; -fun powys_PN : PN; -fun pox_N : N; -fun poynton_PN : PN; -fun poznan_PN : PN; -fun pp_N : N; -fun pr_N : N; -fun practicability_N : N; -fun practicable_A : A; -fun practicably_Adv : Adv; -fun practical_A : A; -fun practicality_N : N; -fun practically_Adv : Adv; -fun practice_N : N; -fun practician_N : N; -fun practise_V : V; -fun practise_V2 : V2; -fun practised_A : A; -fun practitioner_N : N; -fun praesidium_N : N; -fun praetor_N : N; -fun praetorian_A : A; -fun pragmatic_A : A; -fun pragmatically_Adv : Adv; -fun pragmatism_N : N; -fun pragmatist_N : N; -fun prague_PN : PN; -fun prairie_N : N; -fun praise_N : N; -fun praise_V2 : V2; -fun praiseworthily_Adv : Adv; -fun praiseworthiness_N : N; -fun praiseworthy_A : A; -fun pram_N : N; -fun prance_N : N; -fun prance_V : V; -fun prank_N : N; -fun prate_V : V; -fun prato_PN : PN; -fun prattle_N : N; -fun prattle_V : V; -fun prattler_N : N; -fun prawn_N : N; -fun prawn_V : V; -fun pray_V : V; -fun pray_V2 : V2; -fun prayer_N : N; -fun prayer_book_N : N; -fun prayer_mat_N : N; -fun prayer_meeting_N : N; -fun prayer_rug_N : N; -fun prayer_wheel_N : N; -fun pre_eminence_N : N; -fun pre_eminent_A : A; -fun pre_eminently_Adv : Adv; -fun pre_empt_V2 : V2; -fun pre_emption_N : N; -fun pre_emptive_A : A; -fun pre_exist_V : V; -fun pre_existence_N : N; -fun pre_existent_A : A; -fun pre_packaged_A : A; -fun pre_raphaelite_A : A; -fun pre_raphaelite_N : N; -fun preach_V : V; -fun preach_V2 : V2; -fun preacher_N : N; -fun preachify_V : V; -fun preamble_N : N; -fun prearrange_V2 : V2; -fun prearrangement_N : N; -fun prebend_N : N; -fun prebendary_N : N; -fun precarious_A : A; -fun precariously_Adv : Adv; -fun precariousness_N : N; -fun precast_A : A; -fun precaution_N : N; -fun precautionary_A : A; -fun precede_V : V; -fun precede_V2 : V2; -fun precedence_N : N; -fun precedent_N : N; -fun precedented_A : A; -fun preceding_A : A; -fun precentor_N : N; -fun precept_N : N; -fun preceptor_N : N; -fun precession_N : N; -fun precinct_N : N; -fun preciosity_N : N; -fun precious_A : A; -fun precious_Adv : Adv; -fun preciously_Adv : Adv; -fun preciousness_N : N; -fun precipice_N : N; -fun precipitate_A : A; -fun precipitate_N : N; -fun precipitate_V2 : V2; -fun precipitately_Adv : Adv; -fun precipitation_N : N; -fun precipitous_A : A; -fun precipitously_Adv : Adv; -fun precise_A : A; -fun precisely_Adv : Adv; -fun preciseness_N : N; -fun precision_N : N; -fun preclude_V2 : V2; -fun preclusion_N : N; -fun precocious_A : A; -fun precociously_Adv : Adv; -fun precociousness_N : N; -fun precocity_N : N; -fun precognition_N : N; -fun preconceive_V2 : V2; -fun preconception_N : N; -fun preconcerted_A : A; -fun precondition_N : N; -fun preconditioned_A : A; -fun precursor_N : N; -fun precursory_A : A; -fun predator_N : N; -fun predatory_A : A; -fun predecease_V2 : V2; -fun predecessor_N : N; -fun predestinate_A : A; -fun predestinate_V2 : V2; -fun predestination_N : N; -fun predestine_V2 : V2; -fun predetermination_N : N; -fun predetermine_V2 : V2; -fun predicament_N : N; -fun predicate_N : N; -fun predicate_V2 : V2; -fun predicative_A : A; -fun predict_V2 : V2; -fun predictability_N : N; -fun predictable_A : A; -fun predictably_Adv : Adv; -fun prediction_N : N; -fun predictor_N : N; -fun predigest_V2 : V2; -fun predilection_N : N; -fun predispose_V2 : V2; -fun predisposition_N : N; -fun predominance_N : N; -fun predominant_A : A; -fun predominantly_Adv : Adv; -fun predominate_V : V; -fun preen_V2 : V2; -fun prefab_N : N; -fun prefabricate_V2 : V2; -fun prefabrication_N : N; -fun preface_N : N; -fun preface_V2 : V2; -fun prefatory_A : A; -fun prefect_N : N; -fun prefectural_A : A; -fun prefecture_N : N; -fun prefer_V2 : V2; -fun preferable_A : A; -fun preferably_Adv : Adv; -fun preference_N : N; -fun preferential_A : A; -fun preferment_N : N; -fun prefigure_V2 : V2; -fun prefix_N : N; -fun prefix_V2 : V2; -fun pregnancy_N : N; -fun pregnant_A : A; -fun preheat_V2 : V2; -fun prehensile_A : A; -fun prehistoric_A : A; -fun prehistorical_A : A; -fun prehistory_N : N; -fun prejudge_V2 : V2; -fun prejudgement_N : N; -fun prejudice_N : N; -fun prejudice_V2 : V2; -fun prejudicial_A : A; -fun prelacy_N : N; -fun prelate_N : N; -fun prelim_N : N; -fun preliminary_A : A; -fun preliminary_N : N; -fun prelude_N : N; -fun prelude_V2 : V2; -fun premarital_A : A; -fun premature_A : A; -fun prematurely_Adv : Adv; -fun premeditate_V2 : V2; -fun premeditation_N : N; -fun premier_A : A; -fun premier_N : N; -fun premiership_N : N; -fun premise_N : N; -fun premise_V2 : V2; -fun premiss_N : N; -fun premiss_V2 : V2; -fun premium_N : N; -fun premiere_N : N; -fun premonition_N : N; -fun premonitory_A : A; -fun prenatal_A : A; -fun prentice_N : N; -fun preoccupation_N : N; -fun preoccupy_V2 : V2; -fun preordain_V2 : V2; -fun prep_N : N; -fun prepacked_A : A; -fun preparation_N : N; -fun preparatory_A : A; -fun prepare_V : V; -fun prepare_V2 : V2; -fun preparedness_N : N; -fun prepay_V2 : V2; -fun preponderance_N : N; -fun preponderant_A : A; -fun preponderantly_Adv : Adv; -fun preponderate_V : V; -fun preposition_N : N; -fun prepositional_A : A; -fun prepossess_V2 : V2; -fun prepossessing_A : A; -fun prepossession_N : N; -fun preposterous_A : A; -fun preposterously_Adv : Adv; -fun prepuce_N : N; -fun prerecord_V2 : V2; -fun prerequisite_A : A; -fun prerequisite_N : N; -fun prerogative_N : N; -fun pres_N : N; -fun presage_N : N; -fun presage_V2 : V2; -fun presbyter_N : N; -fun presbyterian_A : A; -fun presbyterian_N : N; -fun presbyterianism_N : N; -fun presbytery_N : N; -fun prescience_N : N; -fun prescient_A : A; -fun presciently_Adv : Adv; -fun prescot_PN : PN; -fun prescribe_V : V; -fun prescribe_V2 : V2; -fun prescript_N : N; -fun prescription_N : N; -fun prescriptive_A : A; -fun presence_N : N; -fun present_A : A; -fun present_N : N; -fun present_V2 : V2; -fun present_day_A : A; -fun presentable_A : A; -fun presentably_Adv : Adv; -fun presentation_N : N; -fun presentiment_N : N; -fun presently_Adv : Adv; -fun preservable_A : A; -fun preservation_N : N; -fun preservative_A : A; -fun preservative_N : N; -fun preserve_N : N; -fun preserve_V2 : V2; -fun preserver_N : N; -fun preside_V : V; -fun presidency_N : N; -fun president_N : N; -fun presidential_A : A; -fun presidium_N : N; -fun press_N : N; -fun press_V : V; -fun press_V2 : V2; -fun press_agency_N : N; -fun press_agent_N : N; -fun press_box_N : N; -fun press_clipping_N : N; -fun press_cutting_N : N; -fun press_gallery_N : N; -fun press_gang_N : N; -fun press_lord_N : N; -fun press_photographer_N : N; -fun press_stud_N : N; -fun press_up_N : N; -fun pressing_A : A; -fun pressing_N : N; -fun pressingly_Adv : Adv; -fun pressman_N : N; -fun pressmark_N : N; -fun pressure_N : N; -fun pressure_cooker_N : N; -fun pressure_gauge_N : N; -fun pressurized_A : A; -fun prestatyn_PN : PN; -fun prestidigitation_N : N; -fun prestidigitator_N : N; -fun prestige_N : N; -fun prestigious_A : A; -fun prestissimo_A : A; -fun prestissimo_Adv : Adv; -fun presto_A : A; -fun presto_Adv : Adv; -fun preston_PN : PN; -fun prestonpans_PN : PN; -fun prestressed_A : A; -fun prestwich_PN : PN; -fun prestwick_PN : PN; -fun presumable_A : A; -fun presumably_Adv : Adv; -fun presume_V : V; -fun presume_V2 : V2; -fun presuming_A : A; -fun presumption_N : N; -fun presumptive_A : A; -fun presumptively_Adv : Adv; -fun presumptuous_A : A; -fun presumptuously_Adv : Adv; -fun presuppose_V2 : V2; -fun presupposition_N : N; -fun pretence_N : N; -fun pretend_V : V; -fun pretend_V2 : V2; -fun pretendedly_Adv : Adv; -fun pretender_N : N; -fun pretension_N : N; -fun pretentious_A : A; -fun pretentiously_Adv : Adv; -fun pretentiousness_N : N; -fun preterit_A : A; -fun preterit_N : N; -fun preterite_A : A; -fun preterite_N : N; -fun preternatural_A : A; -fun preternaturally_Adv : Adv; -fun pretext_N : N; -fun pretor_N : N; -fun pretoria_PN : PN; -fun prettify_V2 : V2; -fun prettily_Adv : Adv; -fun prettiness_N : N; -fun pretty_A : A; -fun pretty_Adv : Adv; -fun pretty_N : N; -fun pretty_pretty_A : A; -fun pretzel_N : N; -fun prevail_V : V; -fun prevailing_A : A; -fun prevalence_N : N; -fun prevalent_A : A; -fun prevaricate_V : V; -fun prevarication_N : N; -fun prevent_V2 : V2; -fun preventable_A : A; -fun preventative_N : N; -fun prevention_N : N; -fun preventive_A : A; -fun preview_N : N; -fun preview_V2 : V2; -fun previous_A : A; -fun previously_Adv : Adv; -fun prevision_N : N; -fun prey_N : N; -fun prey_V : V; -fun price_N : N; -fun price_V2 : V2; -fun price_control_N : N; -fun price_controlled_A : A; -fun priceless_A : A; -fun pricelist_N : N; -fun pricey_A : A; -fun prick_N : N; -fun prick_V : V; -fun prick_V2 : V2; -fun pricker_N : N; -fun pricking_N : N; -fun prickle_N : N; -fun prickle_V : V; -fun prickle_V2 : V2; -fun prickly_A : A; -fun pride_N : N; -fun pride_V2 : V2; -fun prie_dieu_N : N; -fun priest_N : N; -fun priest_ridden_A : A; -fun priestcraft_N : N; -fun priestess_N : N; -fun priesthood_N : N; -fun priestlike_A : A; -fun priestly_A : A; -fun prig_N : N; -fun priggish_A : A; -fun priggishly_Adv : Adv; -fun priggishness_N : N; -fun prim_A : A; -fun prim_V2 : V2; -fun prima_A : A; -fun prima_ballerina_N : N; -fun prima_donna_N : N; -fun prima_facie_A : A; -fun prima_facie_Adv : Adv; -fun primacy_N : N; -fun primaeval_A : A; -fun primal_A : A; -fun primarily_Adv : Adv; -fun primary_A : A; -fun primary_N : N; -fun primate_N : N; -fun prime_A : A; -fun prime_N : N; -fun prime_V2 : V2; -fun primer_N : N; -fun primeval_A : A; -fun priming_N : N; -fun primitive_A : A; -fun primitive_N : N; -fun primitively_Adv : Adv; -fun primitiveness_N : N; -fun primly_Adv : Adv; -fun primness_N : N; -fun primogeniture_N : N; -fun primordial_A : A; -fun primp_V2 : V2; -fun primrose_N : N; -fun primula_N : N; -fun primus_N : N; -fun prince_N : N; -fun princedom_N : N; -fun princely_A : A; -fun princes_risborough_PN : PN; -fun princess_N : N; -fun principal_A : A; -fun principal_N : N; -fun principality_N : N; -fun principally_Adv : Adv; -fun principle_N : N; -fun principled_A : A; -fun prink_V2 : V2; -fun print_N : N; -fun print_V : V; -fun print_V2 : V2; -fun print_seller_N : N; -fun print_shop_N : N; -fun printable_A : A; -fun printer_N : N; -fun printing_N : N; -fun printing_ink_N : N; -fun printing_press_N : N; -fun printout_N : N; -fun prior_A : A; -fun prior_N : N; -fun prioress_N : N; -fun priority_N : N; -fun priory_N : N; -fun priscilla_PN : PN; -fun prise_V2 : V2; -fun prism_N : N; -fun prismatic_A : A; -fun prison_N : N; -fun prison_breaking_N : N; -fun prisoner_N : N; -fun pristine_A : A; -fun privacy_N : N; -fun private_A : A; -fun private_N : N; -fun privateer_N : N; -fun privately_Adv : Adv; -fun privation_N : N; -fun privet_N : N; -fun privilege_N : N; -fun privileged_A : A; -fun privily_Adv : Adv; -fun privy_A : A; -fun privy_N : N; -fun prize_N : N; -fun prize_V2 : V2; -fun prize_fight_N : N; -fun prize_money_N : N; -fun prize_ring_N : N; -fun pro_Adv : Adv; -fun pro_N : N; -fun pro_forma_A : A; -fun pro_forma_Adv : Adv; -fun pro_rata_Adv : Adv; -fun pro_tem_Adv : Adv; -fun pro_tempore_Adv : Adv; -fun probabilistic_A : A; -fun probabilistically_Adv : Adv; -fun probability_N : N; -fun probable_A : A; -fun probable_N : N; -fun probably_Adv : Adv; -fun probate_N : N; -fun probate_V2 : V2; -fun probation_N : N; -fun probationary_A : A; -fun probationer_N : N; -fun probe_N : N; -fun probe_V2 : V2; -fun probity_N : N; -fun problem_N : N; -fun problematic_A : A; -fun problematically_Adv : Adv; -fun proboscis_N : N; -fun procedural_A : A; -fun procedure_N : N; -fun proceed_V : V; -fun proceeding_N : N; -fun process_N : N; -fun process_V : V; -fun process_V2 : V2; -fun process_server_N : N; -fun procession_N : N; -fun processional_A : A; -fun processor_N : N; -fun proclaim_V2 : V2; -fun proclamation_N : N; -fun proclivity_N : N; -fun proconsul_N : N; -fun proconsular_A : A; -fun proconsulate_N : N; -fun procrastinate_V : V; -fun procrastination_N : N; -fun procreate_V2 : V2; -fun procreation_N : N; -fun proctor_N : N; -fun procurable_A : A; -fun procurator_N : N; -fun procure_V2 : V2; -fun procurement_N : N; -fun procurer_N : N; -fun procuress_N : N; -fun prod_N : N; -fun prod_V : V; -fun prod_V2 : V2; -fun prodigal_A : A; -fun prodigal_N : N; -fun prodigality_N : N; -fun prodigally_Adv : Adv; -fun prodigious_A : A; -fun prodigiously_Adv : Adv; -fun prodigy_N : N; -fun produce_N : N; -fun produce_V : V; -fun produce_V2 : V2; -fun producer_N : N; -fun product_N : N; -fun production_N : N; -fun productive_A : A; -fun productively_Adv : Adv; -fun productivity_N : N; -fun prof_PN : PN; -fun profanation_N : N; -fun profane_A : A; -fun profane_V2 : V2; -fun profanely_Adv : Adv; -fun profaneness_N : N; -fun profanity_N : N; -fun profess_V : V; -fun profess_V2 : V2; -fun professed_A : A; -fun professedly_Adv : Adv; -fun profession_N : N; -fun professional_A : A; -fun professional_N : N; -fun professionalism_N : N; -fun professionally_Adv : Adv; -fun professor_N : N; -fun professorial_A : A; -fun professorship_N : N; -fun proffer_N : N; -fun proffer_V2 : V2; -fun proficiency_N : N; -fun proficient_A : A; -fun proficiently_Adv : Adv; -fun profile_N : N; -fun profile_V2 : V2; -fun profit_N : N; -fun profit_V : V; -fun profit_V2 : V2; -fun profit_margin_N : N; -fun profit_sharing_N : N; -fun profitable_A : A; -fun profitably_Adv : Adv; -fun profiteer_N : N; -fun profiteer_V : V; -fun profitless_A : A; -fun profitlessly_Adv : Adv; -fun profligacy_N : N; -fun profligate_A : A; -fun profligate_N : N; -fun profound_A : A; -fun profoundly_Adv : Adv; -fun profundity_N : N; -fun profuse_A : A; -fun profusely_Adv : Adv; -fun profuseness_N : N; -fun profusion_N : N; -fun progenitor_N : N; -fun prognosis_N : N; -fun prognostic_A : A; -fun prognostic_N : N; -fun prognosticate_V2 : V2; -fun prognostication_N : N; -fun program_N : N; -fun program_V2 : V2; -fun programme_N : N; -fun programme_V2 : V2; -fun programmer_N : N; -fun progress_N : N; -fun progress_V : V; -fun progression_N : N; -fun progressive_A : A; -fun progressive_N : N; -fun progressively_Adv : Adv; -fun progressiveness_N : N; -fun prohibit_V2 : V2; -fun prohibition_N : N; -fun prohibitionist_N : N; -fun prohibitive_A : A; -fun prohibitively_Adv : Adv; -fun prohibitory_A : A; -fun project_N : N; -fun project_V : V; -fun project_V2 : V2; -fun projectile_A : A; -fun projectile_N : N; -fun projection_N : N; -fun projectionist_N : N; -fun projector_N : N; -fun prolapse_N : N; -fun prolapse_V : V; -fun prole_N : N; -fun proletarian_A : A; -fun proletarian_N : N; -fun proletariat_N : N; -fun proliferate_V : V; -fun proliferate_V2 : V2; -fun proliferation_N : N; -fun prolific_A : A; -fun prolix_A : A; -fun prolixity_N : N; -fun prologue_N : N; -fun prolong_V2 : V2; -fun prolongation_N : N; -fun prolonged_A : A; -fun prom_N : N; -fun promenade_N : N; -fun promenade_V : V; -fun promenade_V2 : V2; -fun prominence_N : N; -fun prominent_A : A; -fun prominently_Adv : Adv; -fun promiscuity_N : N; -fun promiscuous_A : A; -fun promiscuously_Adv : Adv; -fun promise_N : N; -fun promise_V : V; -fun promise_V2 : V2; -fun promising_A : A; -fun promisingly_Adv : Adv; -fun promissory_A : A; -fun promontory_N : N; -fun promote_V2 : V2; -fun promoter_N : N; -fun promotion_N : N; -fun promotional_A : A; -fun prompt_A : A; -fun prompt_N : N; -fun prompt_V2 : V2; -fun prompt_box_N : N; -fun prompt_copy_N : N; -fun prompter_N : N; -fun prompting_N : N; -fun promptitude_N : N; -fun promptly_Adv : Adv; -fun promptness_N : N; -fun promulgate_V2 : V2; -fun promulgation_N : N; -fun prone_A : A; -fun proneness_N : N; -fun prong_N : N; -fun pronged_A : A; -fun pronominal_A : A; -fun pronoun_N : N; -fun pronounce_V : V; -fun pronounce_V2 : V2; -fun pronounceable_A : A; -fun pronounced_A : A; -fun pronouncement_N : N; -fun pronto_Adv : Adv; -fun pronunciamento_N : N; -fun pronunciation_N : N; -fun proof_A : A; -fun proof_N : N; -fun proof_V2 : V2; -fun proofread_V : V; -fun proofread_V2 : V2; -fun proofreader_N : N; -fun prop_N : N; -fun prop_V2 : V2; -fun propaganda_N : N; -fun propagandist_N : N; -fun propagandize_V : V; -fun propagate_V : V; -fun propagate_V2 : V2; -fun propagation_N : N; -fun propagator_N : N; -fun propane_N : N; -fun propel_V2 : V2; -fun propellant_A : A; -fun propellant_N : N; -fun propellent_A : A; -fun propellent_N : N; -fun propeller_N : N; -fun propensity_N : N; -fun proper_A : A; -fun properly_Adv : Adv; -fun propertied_A : A; -fun property_N : N; -fun property_man_N : N; -fun property_master_N : N; -fun prophecy_N : N; -fun prophesy_V : V; -fun prophesy_V2 : V2; -fun prophet_N : N; -fun prophetess_N : N; -fun prophetic_A : A; -fun prophetical_A : A; -fun prophetically_Adv : Adv; -fun prophylactic_A : A; -fun prophylactic_N : N; -fun prophylaxis_N : N; -fun propinquity_N : N; -fun propitiate_V2 : V2; -fun propitiation_N : N; -fun propitiatory_A : A; -fun propitious_A : A; -fun propitiously_Adv : Adv; -fun proponent_N : N; -fun proportion_N : N; -fun proportion_V2 : V2; -fun proportionable_A : A; -fun proportional_A : A; -fun proportionality_N : N; -fun proportionally_Adv : Adv; -fun proportionate_A : A; -fun proportionately_Adv : Adv; -fun proposal_N : N; -fun propose_V : V; -fun propose_V2 : V2; -fun proposer_N : N; -fun proposition_N : N; -fun proposition_V2 : V2; -fun propound_V2 : V2; -fun proprietary_A : A; -fun proprietor_N : N; -fun proprietress_N : N; -fun propriety_N : N; -fun propulsion_N : N; -fun propulsive_A : A; -fun prorogation_N : N; -fun prorogue_V2 : V2; -fun prosaic_A : A; -fun prosaically_Adv : Adv; -fun proscenium_N : N; -fun proscribe_V2 : V2; -fun proscription_N : N; -fun prose_N : N; -fun prosecute_V2 : V2; -fun prosecution_N : N; -fun prosecutor_N : N; -fun proselyte_N : N; -fun proselytize_V : V; -fun proselytize_V2 : V2; -fun prosily_Adv : Adv; -fun prosiness_N : N; -fun prosody_N : N; -fun prospect_N : N; -fun prospect_V : V; -fun prospective_A : A; -fun prospector_N : N; -fun prospectus_N : N; -fun prosper_V : V; -fun prosper_V2 : V2; -fun prosperity_N : N; -fun prosperous_A : A; -fun prosperously_Adv : Adv; -fun prostate_N : N; -fun prostitute_N : N; -fun prostitute_V2 : V2; -fun prostitution_N : N; -fun prostrate_A : A; -fun prostrate_V2 : V2; -fun prostration_N : N; -fun prosy_A : A; -fun protagonist_N : N; -fun protean_A : A; -fun protect_V2 : V2; -fun protection_N : N; -fun protectionism_N : N; -fun protectionist_N : N; -fun protective_A : A; -fun protectively_Adv : Adv; -fun protector_N : N; -fun protectorate_N : N; -fun protein_N : N; -fun protest_N : N; -fun protest_V : V; -fun protest_V2 : V2; -fun protestant_A : A; -fun protestant_N : N; -fun protestantism_N : N; -fun protestation_N : N; -fun protester_N : N; -fun protestingly_Adv : Adv; -fun protocol_N : N; -fun proton_N : N; -fun protoplasm_N : N; -fun prototype_N : N; -fun protract_V2 : V2; -fun protraction_N : N; -fun protractor_N : N; -fun protrude_V : V; -fun protrude_V2 : V2; -fun protrusion_N : N; -fun protrusive_A : A; -fun protuberance_N : N; -fun protuberant_A : A; -fun protege_N : N; -fun protegee_N : N; -fun proud_A : A; -fun proudly_Adv : Adv; -fun provable_A : A; -fun prove_V : V; -fun prove_V2 : V2; -fun provenance_N : N; -fun provender_N : N; -fun proverb_N : N; -fun proverbial_A : A; -fun proverbially_Adv : Adv; -fun provide_V : V; -fun provide_V2 : V2; -fun providence_N : N; -fun providence_PN : PN; -fun provident_A : A; -fun providential_A : A; -fun providentially_Adv : Adv; -fun providently_Adv : Adv; -fun provider_N : N; -fun province_N : N; -fun provincial_A : A; -fun provincial_N : N; -fun provincialism_N : N; -fun provincially_Adv : Adv; -fun provision_N : N; -fun provision_V2 : V2; -fun provisional_A : A; -fun provisionally_Adv : Adv; -fun proviso_N : N; -fun provisory_A : A; -fun provocation_N : N; -fun provocative_A : A; -fun provocatively_Adv : Adv; -fun provoke_V2 : V2; -fun provoking_A : A; -fun provokingly_Adv : Adv; -fun provost_N : N; -fun prow_N : N; -fun prowess_N : N; -fun prowl_N : N; -fun prowl_V : V; -fun prowl_V2 : V2; -fun prowler_N : N; -fun prox_Adv : Adv; -fun proximate_A : A; -fun proximity_N : N; -fun proximo_A : A; -fun proxy_N : N; -fun pru_PN : PN; -fun prude_N : N; -fun prudence_N : N; -fun prudence_PN : PN; -fun prudent_A : A; -fun prudential_A : A; -fun prudently_Adv : Adv; -fun prudery_N : N; -fun prudhoe_PN : PN; -fun prudish_A : A; -fun prudishly_Adv : Adv; -fun prune_N : N; -fun prune_V2 : V2; -fun pruning_N : N; -fun pruning_hook_N : N; -fun pruning_knife_N : N; -fun pruning_saw_N : N; -fun prurience_N : N; -fun pruriency_N : N; -fun prurient_A : A; -fun pruriently_Adv : Adv; -fun prussian_A : A; -fun prussian_N : N; -fun prussic_A : A; -fun pry_V : V; -fun pry_V2 : V2; -fun pryingly_Adv : Adv; -fun precis_N : N; -fun precis_V2 : V2; -fun psalm_N : N; -fun psalmist_N : N; -fun psalmody_N : N; -fun psalter_N : N; -fun psaltery_N : N; -fun psephologist_N : N; -fun psephology_N : N; -fun pseud_N : N; -fun pseudo_A : A; -fun pseudo_N : N; -fun pseudonym_N : N; -fun pseudonymous_A : A; -fun psittacosis_N : N; -fun psyche_N : N; -fun psychedelic_A : A; -fun psychiatric_A : A; -fun psychiatrist_N : N; -fun psychiatry_N : N; -fun psychic_A : A; -fun psychic_N : N; -fun psychical_A : A; -fun psychoanalyse_V2 : V2; -fun psychoanalysis_N : N; -fun psychoanalyst_N : N; -fun psychoanalytic_A : A; -fun psychoanalytical_A : A; -fun psychoanalyze_V2 : V2; -fun psychological_A : A; -fun psychologically_Adv : Adv; -fun psychologist_N : N; -fun psychology_N : N; -fun psychopath_N : N; -fun psychopathic_A : A; -fun psychosis_N : N; -fun psychosomatic_A : A; -fun psychotherapy_N : N; -fun psychotic_N : N; -fun pt_N : N; -fun pta_N : N; -fun ptarmigan_N : N; -fun pte_PN : PN; -fun pterodactyl_N : N; -fun pto_PN : PN; -fun ptomaine_N : N; -fun pty_PN : PN; -fun pub_N : N; -fun pub_crawl_N : N; -fun pub_crawl_V : V; -fun puberty_N : N; -fun pubic_A : A; -fun public_A : A; -fun public_N : N; -fun public_spirited_A : A; -fun publican_N : N; -fun publication_N : N; -fun publicist_N : N; -fun publicity_N : N; -fun publicize_V2 : V2; -fun publicly_Adv : Adv; -fun publish_V2 : V2; -fun publisher_N : N; -fun puce_N : N; -fun puck_N : N; -fun pucker_N : N; -fun pucker_V : V; -fun pucker_V2 : V2; -fun puckish_A : A; -fun puckishly_Adv : Adv; -fun pud_N : N; -fun pudden_N : N; -fun pudden_head_N : N; -fun pudding_N : N; -fun pudding_face_N : N; -fun puddle_N : N; -fun puddle_V2 : V2; -fun puddler_N : N; -fun pudgy_A : A; -fun pudsey_PN : PN; -fun pueblo_N : N; -fun puerile_A : A; -fun puerility_N : N; -fun puerperal_A : A; -fun puff_N : N; -fun puff_V : V; -fun puff_V2 : V2; -fun puffball_N : N; -fun puffin_N : N; -fun puffiness_N : N; -fun puffy_A : A; -fun pug_N : N; -fun pug_dog_N : N; -fun pug_nose_A : A; -fun pug_nose_N : N; -fun pug_nosed_A : A; -fun pugilism_N : N; -fun pugilist_N : N; -fun pugilistic_A : A; -fun pugnacious_A : A; -fun pugnaciously_Adv : Adv; -fun pugnacity_N : N; -fun puissance_N : N; -fun puissant_A : A; -fun puke_N : N; -fun puke_V : V; -fun puke_V2 : V2; -fun pukka_A : A; -fun pulchritude_N : N; -fun pulchritudinous_A : A; -fun pule_V : V; -fun pull_N : N; -fun pull_V : V; -fun pull_V2 : V2; -fun pull_in_N : N; -fun pull_off_N : N; -fun pull_out_N : N; -fun pull_through_N : N; -fun pull_up_N : N; -fun pullet_N : N; -fun pulley_N : N; -fun pulley_block_N : N; -fun pullman_N : N; -fun pullover_N : N; -fun pullulate_V : V; -fun pulmonary_A : A; -fun pulp_N : N; -fun pulp_V : V; -fun pulp_V2 : V2; -fun pulpit_N : N; -fun pulpy_A : A; -fun pulque_N : N; -fun pulsar_N : N; -fun pulsate_V : V; -fun pulsate_V2 : V2; -fun pulsation_N : N; -fun pulse_N : N; -fun pulse_V : V; -fun pulverize_V : V; -fun pulverize_V2 : V2; -fun puma_N : N; -fun pumice_N : N; -fun pumice_stone_N : N; -fun pummel_V2 : V2; -fun pump_N : N; -fun pump_V : V; -fun pump_V2 : V2; -fun pump_room_N : N; -fun pumpernickel_N : N; -fun pumpkin_N : N; -fun pun_N : N; -fun pun_V : V; -fun punch_N : N; -fun punch_V2 : V2; -fun punch_drunk_A : A; -fun punch_up_N : N; -fun punchball_N : N; -fun punchbowl_N : N; -fun punching_ball_N : N; -fun punctilio_N : N; -fun punctilious_A : A; -fun punctiliously_Adv : Adv; -fun punctiliousness_N : N; -fun punctual_A : A; -fun punctuality_N : N; -fun punctually_Adv : Adv; -fun punctuate_V2 : V2; -fun punctuation_N : N; -fun puncture_N : N; -fun puncture_V : V; -fun puncture_V2 : V2; -fun pundit_N : N; -fun pungency_N : N; -fun pungent_A : A; -fun pungently_Adv : Adv; -fun punic_A : A; -fun punily_Adv : Adv; -fun punish_V2 : V2; -fun punishable_A : A; -fun punishment_N : N; -fun punitive_A : A; -fun punk_N : N; -fun punkah_N : N; -fun punnet_N : N; -fun punster_N : N; -fun punt_N : N; -fun punt_V : V; -fun punt_V2 : V2; -fun punter_N : N; -fun puny_A : A; -fun pup_N : N; -fun pupa_N : N; -fun pupil_N : N; -fun puppet_N : N; -fun puppeteer_N : N; -fun puppy_N : N; -fun purblind_A : A; -fun purchasable_A : A; -fun purchase_N : N; -fun purchase_V2 : V2; -fun purchaser_N : N; -fun purdah_N : N; -fun pure_A : A; -fun purely_Adv : Adv; -fun pureness_N : N; -fun purgation_N : N; -fun purgative_A : A; -fun purgative_N : N; -fun purgatorial_A : A; -fun purgatory_N : N; -fun purge_N : N; -fun purge_V2 : V2; -fun purification_N : N; -fun purifier_N : N; -fun purify_V2 : V2; -fun purist_N : N; -fun puritan_A : A; -fun puritan_N : N; -fun puritanical_A : A; -fun puritanically_Adv : Adv; -fun puritanism_N : N; -fun purity_N : N; -fun purl_N : N; -fun purl_V : V; -fun purl_V2 : V2; -fun purloin_V2 : V2; -fun purple_A : A; -fun purple_N : N; -fun purplish_A : A; -fun purport_N : N; -fun purport_V2 : V2; -fun purpose_N : N; -fun purpose_V2 : V2; -fun purpose_built_A : A; -fun purposeful_A : A; -fun purposefully_Adv : Adv; -fun purposeless_A : A; -fun purposelessly_Adv : Adv; -fun purposely_Adv : Adv; -fun purposive_A : A; -fun purr_N : N; -fun purr_V : V; -fun purr_V2 : V2; -fun purse_N : N; -fun purse_V2 : V2; -fun purse_proud_A : A; -fun purser_N : N; -fun pursuance_N : N; -fun pursuant_A : A; -fun pursue_V2 : V2; -fun pursuer_N : N; -fun pursuit_N : N; -fun pursy_A : A; -fun purulence_N : N; -fun purulent_A : A; -fun purvey_V : V; -fun purvey_V2 : V2; -fun purveyance_N : N; -fun purveyor_N : N; -fun purview_N : N; -fun puree_N : N; -fun pus_N : N; -fun pusan_PN : PN; -fun push_N : N; -fun push_V : V; -fun push_V2 : V2; -fun push_bike_N : N; -fun pushcart_N : N; -fun pushchair_N : N; -fun pusher_N : N; -fun pushful_A : A; -fun pushing_A : A; -fun pushover_N : N; -fun pusillanimity_N : N; -fun pusillanimous_A : A; -fun puss_N : N; -fun pussy_N : N; -fun pussycat_N : N; -fun pussyfoot_V : V; -fun pustule_N : N; -fun put_N : N; -fun put_V : V; -fun put_V2 : V2; -fun put_down_N : N; -fun put_on_N : N; -fun putative_A : A; -fun putrefaction_N : N; -fun putrefy_V : V; -fun putrefy_V2 : V2; -fun putrescence_N : N; -fun putrescent_A : A; -fun putrid_A : A; -fun putridity_N : N; -fun putsch_N : N; -fun putt_N : N; -fun putt_V : V; -fun putt_V2 : V2; -fun puttee_N : N; -fun putter_V : V; -fun putter_V2 : V2; -fun putting_green_N : N; -fun putting_iron_N : N; -fun putty_N : N; -fun putty_V2 : V2; -fun puzzle_N : N; -fun puzzle_V : V; -fun puzzle_V2 : V2; -fun puzzlement_N : N; -fun puzzler_N : N; -fun pwllheli_PN : PN; -fun pygmy_N : N; -fun pyjama_A : A; -fun pyle_PN : PN; -fun pylon_N : N; -fun pyongyang_PN : PN; -fun pyorrhoea_N : N; -fun pyramid_N : N; -fun pyre_N : N; -fun pyrites_N : N; -fun pyrotechnic_A : A; -fun pyrrhic_A : A; -fun python_N : N; -fun pyx_N : N; -fun pate_2_N : N; -fun qatar_PN : PN; -fun qatari_A : A; -fun qatari_N : N; -fun qc_N : N; -fun qed_PN : PN; -fun qt_N : N; -fun quack_N : N; -fun quack_V : V; -fun quack_quack_N : N; -fun quackery_N : N; -fun quad_N : N; -fun quadrangle_N : N; -fun quadrangular_A : A; -fun quadrant_N : N; -fun quadratic_A : A; -fun quadrilateral_A : A; -fun quadrilateral_N : N; -fun quadrille_N : N; -fun quadrillion_N : N; -fun quadrophonic_A : A; -fun quadrophony_N : N; -fun quadruped_N : N; -fun quadruple_A : A; -fun quadruple_N : N; -fun quadruple_V : V; -fun quadruple_V2 : V2; -fun quadruplet_N : N; -fun quadruplicate_A : A; -fun quadruplicate_N : N; -fun quadruplicate_V2 : V2; -fun quaff_V : V; -fun quaff_V2 : V2; -fun quagga_N : N; -fun quagmire_N : N; -fun quai_d'orsay_N : N; -fun quail_N : N; -fun quail_V : V; -fun quaint_A : A; -fun quaintly_Adv : Adv; -fun quaintness_N : N; -fun quake_N : N; -fun quake_V : V; -fun quaker_N : N; -fun qualification_N : N; -fun qualified_A : A; -fun qualifier_N : N; -fun qualify_V : V; -fun qualify_V2 : V2; -fun qualitative_A : A; -fun qualitatively_Adv : Adv; -fun quality_N : N; -fun qualm_N : N; -fun quandary_N : N; -fun quango_N : N; -fun quantify_V2 : V2; -fun quantitative_A : A; -fun quantitatively_Adv : Adv; -fun quantity_N : N; -fun quantum_N : N; -fun quarantine_N : N; -fun quarantine_V2 : V2; -fun quark_N : N; -fun quarrel_N : N; -fun quarrel_V : V; -fun quarrelsome_A : A; -fun quarry_N : N; -fun quarry_V : V; -fun quarry_V2 : V2; -fun quarryman_N : N; -fun quart_N : N; -fun quarter_N : N; -fun quarter_V2 : V2; -fun quarter_day_N : N; -fun quarter_deck_N : N; -fun quarter_plate_N : N; -fun quarterfinal_N : N; -fun quartering_N : N; -fun quarterlight_N : N; -fun quarterly_A : A; -fun quarterly_Adv : Adv; -fun quarterly_N : N; -fun quartermaster_N : N; -fun quartermaster_general_N : N; -fun quarterstaff_N : N; -fun quartet_N : N; -fun quarto_N : N; -fun quartz_N : N; -fun quasar_N : N; -fun quash_V2 : V2; -fun quassia_N : N; -fun quatercentenary_N : N; -fun quatrain_N : N; -fun quattrocento_N : N; -fun quaver_N : N; -fun quaver_V : V; -fun quaver_V2 : V2; -fun quay_N : N; -fun queasily_Adv : Adv; -fun queasiness_N : N; -fun queasy_A : A; -fun quebec_PN : PN; -fun queen_N : N; -fun queen_V2 : V2; -fun queenborough_in_sheppey_PN : PN; -fun queenly_A : A; -fun queensbury_PN : PN; -fun queensferry_PN : PN; -fun queensland_PN : PN; -fun queer_A : A; -fun queer_N : N; -fun queer_V2 : V2; -fun queerly_Adv : Adv; -fun queerness_N : N; -fun quell_V2 : V2; -fun quench_V2 : V2; -fun quenchless_A : A; -fun quentin_PN : PN; -fun quern_N : N; -fun querulous_A : A; -fun querulously_Adv : Adv; -fun querulousness_N : N; -fun query_N : N; -fun query_V2 : V2; -fun quest_N : N; -fun quest_V : V; -fun question_N : N; -fun question_V2 : V2; -fun question_mark_N : N; -fun question_master_N : N; -fun questionable_A : A; -fun questionably_Adv : Adv; -fun questioner_N : N; -fun questioningly_Adv : Adv; -fun questionnaire_N : N; -fun quetzal_N : N; -fun queue_N : N; -fun queue_V : V; -fun qui_vive_N : N; -fun quibble_N : N; -fun quibble_V : V; -fun quibbler_N : N; -fun quibbling_A : A; -fun quiche_N : N; -fun quick_A : A; -fun quick_Adv : Adv; -fun quick_N : N; -fun quick_change_A : A; -fun quick_eared_A : A; -fun quick_eyed_A : A; -fun quick_freeze_V2 : V2; -fun quick_sighted_A : A; -fun quick_tempered_A : A; -fun quick_witted_A : A; -fun quicken_V : V; -fun quicken_V2 : V2; -fun quicker_Adv : Adv; -fun quickest_Adv : Adv; -fun quickie_N : N; -fun quicklime_N : N; -fun quickly_Adv : Adv; -fun quickness_N : N; -fun quicksand_N : N; -fun quickset_A : A; -fun quicksilver_N : N; -fun quickstep_N : N; -fun quid_N : N; -fun quid_pro_quo_N : N; -fun quiescence_N : N; -fun quiescent_A : A; -fun quiescently_Adv : Adv; -fun quiet_A : A; -fun quiet_N : N; -fun quiet_V : V; -fun quiet_V2 : V2; -fun quieten_V : V; -fun quieten_V2 : V2; -fun quietism_N : N; -fun quietist_N : N; -fun quietly_Adv : Adv; -fun quietness_N : N; -fun quietude_N : N; -fun quietus_N : N; -fun quiff_N : N; -fun quill_N : N; -fun quill_feather_N : N; -fun quilt_N : N; -fun quilt_V2 : V2; -fun quin_N : N; -fun quince_N : N; -fun quincentenary_A : A; -fun quincentenary_N : N; -fun quinine_N : N; -fun quinquagesima_N : N; -fun quinquagesima_PN : PN; -fun quinsy_N : N; -fun quintal_N : N; -fun quintessence_N : N; -fun quintet_N : N; -fun quintuplet_N : N; -fun quip_N : N; -fun quip_V : V; -fun quire_N : N; -fun quirk_N : N; -fun quisling_N : N; -fun quit_A : A; -fun quit_V2 : V2; -fun quite_Adv : Adv; -fun quito_PN : PN; -fun quits_A : A; -fun quittance_N : N; -fun quitter_N : N; -fun quiver_N : N; -fun quiver_V : V; -fun quiver_V2 : V2; -fun quixotic_A : A; -fun quixotically_Adv : Adv; -fun quiz_N : N; -fun quiz_V2 : V2; -fun quizmaster_N : N; -fun quizzical_A : A; -fun quizzically_Adv : Adv; -fun quoin_N : N; -fun quoit_N : N; -fun quonset_N : N; -fun quorum_N : N; -fun quota_N : N; -fun quotability_N : N; -fun quotable_A : A; -fun quotation_N : N; -fun quote_N : N; -fun quote_V2 : V2; -fun quotidian_A : A; -fun quotient_N : N; -fun qv_PN : PN; -fun ra_N : N; -fun rabbi_N : N; -fun rabbinical_A : A; -fun rabbit_N : N; -fun rabbit_V : V; -fun rabbit_burrow_N : N; -fun rabbit_hole_N : N; -fun rabbit_hutch_N : N; -fun rabbit_punch_N : N; -fun rabbit_warren_N : N; -fun rabble_N : N; -fun rabble_rousing_A : A; -fun rabelaisian_A : A; -fun rabid_A : A; -fun rabies_N : N; -fun raccoon_N : N; -fun race_N : N; -fun race_V : V; -fun race_V2 : V2; -fun race_meeting_N : N; -fun racecard_N : N; -fun racecourse_N : N; -fun racehorse_N : N; -fun raceme_N : N; -fun racer_N : N; -fun rachel_PN : PN; -fun racial_A : A; -fun racialism_N : N; -fun racialist_N : N; -fun racially_Adv : Adv; -fun racily_Adv : Adv; -fun raciness_N : N; -fun racing_N : N; -fun racism_N : N; -fun racist_N : N; -fun rack_N : N; -fun rack_V2 : V2; -fun rack_railway_N : N; -fun rack_rent_N : N; -fun racket_N : N; -fun racket_V : V; -fun racketeer_N : N; -fun racketeering_N : N; -fun raconteur_N : N; -fun racoon_N : N; -fun racquet_N : N; -fun racy_A : A; -fun rada_PN : PN; -fun radar_N : N; -fun radcliffe_PN : PN; -fun radcliffe_on_trent_PN : PN; -fun raddled_A : A; -fun radial_A : A; -fun radial_N : N; -fun radially_Adv : Adv; -fun radiance_N : N; -fun radiant_A : A; -fun radiantly_Adv : Adv; -fun radiate_V : V; -fun radiate_V2 : V2; -fun radiation_N : N; -fun radiator_N : N; -fun radical_A : A; -fun radical_N : N; -fun radicalism_N : N; -fun radically_Adv : Adv; -fun radicle_N : N; -fun radio_N : N; -fun radio_gramophone_N : N; -fun radio_location_N : N; -fun radio_set_N : N; -fun radio_telescope_N : N; -fun radioactive_A : A; -fun radioactivity_N : N; -fun radiogram_N : N; -fun radiograph_N : N; -fun radiographer_N : N; -fun radiography_N : N; -fun radioisotope_N : N; -fun radiologist_N : N; -fun radiology_N : N; -fun radiotherapist_N : N; -fun radiotherapy_N : N; -fun radish_N : N; -fun radium_N : N; -fun radius_N : N; -fun radlett_PN : PN; -fun radstock_PN : PN; -fun raf_N : N; -fun raffia_N : N; -fun raffish_A : A; -fun raffishly_Adv : Adv; -fun raffle_N : N; -fun raffle_V2 : V2; -fun raft_N : N; -fun raft_V : V; -fun raft_V2 : V2; -fun rafter_N : N; -fun raftered_A : A; -fun raftsman_N : N; -fun rag_N : N; -fun rag_V2 : V2; -fun rag_day_N : N; -fun ragamuffin_N : N; -fun ragbag_N : N; -fun rage_N : N; -fun rage_V : V; -fun ragged_A : A; -fun raggedly_Adv : Adv; -fun raggedness_N : N; -fun raglan_N : N; -fun ragout_N : N; -fun ragtag_N : N; -fun ragtime_N : N; -fun raid_N : N; -fun raid_V : V; -fun raid_V2 : V2; -fun raider_N : N; -fun rail_N : N; -fun rail_V : V; -fun rail_V2 : V2; -fun railcar_N : N; -fun railhead_N : N; -fun railing_N : N; -fun raillery_N : N; -fun railroad_N : N; -fun railroad_V2 : V2; -fun railway_N : N; -fun railwayman_N : N; -fun raiment_N : N; -fun rain_N : N; -fun rain_V : V; -fun rain_V2 : V2; -fun rain_gauge_N : N; -fun rainbow_N : N; -fun raincoat_N : N; -fun raindrop_N : N; -fun rainfall_N : N; -fun rainford_PN : PN; -fun rainproof_A : A; -fun rainwater_N : N; -fun rainy_A : A; -fun raise_N : N; -fun raise_V2 : V2; -fun raiser_N : N; -fun raisin_N : N; -fun raison_d'etre_N : N; -fun raj_N : N; -fun rajah_N : N; -fun rake_N : N; -fun rake_V : V; -fun rake_V2 : V2; -fun rake_off_N : N; -fun rakish_A : A; -fun rakishly_Adv : Adv; -fun rakishness_N : N; -fun rallentando_A : A; -fun rallentando_Adv : Adv; -fun rally_N : N; -fun rally_V : V; -fun rally_V2 : V2; -fun ralph_PN : PN; -fun ram_N : N; -fun ram_V2 : V2; -fun ramadan_N : N; -fun ramadan_PN : PN; -fun ramble_N : N; -fun ramble_V : V; -fun rambler_N : N; -fun rambling_A : A; -fun rambunctious_A : A; -fun ramification_N : N; -fun ramify_V : V; -fun ramify_V2 : V2; -fun ramjet_N : N; -fun ramp_N : N; -fun ramp_V2 : V2; -fun rampage_N : N; -fun rampage_V : V; -fun rampageous_A : A; -fun rampant_A : A; -fun rampantly_Adv : Adv; -fun rampart_N : N; -fun ramrod_N : N; -fun ramsbottom_PN : PN; -fun ramsgate_PN : PN; -fun ramshackle_A : A; -fun ranch_N : N; -fun rancher_N : N; -fun rancid_A : A; -fun rancorous_A : A; -fun rancour_N : N; -fun rand_N : N; -fun randolph_PN : PN; -fun random_N : N; -fun randomly_Adv : Adv; -fun randomness_N : N; -fun randy_A : A; -fun ranee_N : N; -fun range_N : N; -fun range_V : V; -fun range_V2 : V2; -fun rangefinder_N : N; -fun ranger_N : N; -fun rangoon_PN : PN; -fun rani_N : N; -fun rank_A : A; -fun rank_N : N; -fun rank_V : V; -fun rank_V2 : V2; -fun ranker_N : N; -fun ranking_N : N; -fun rankle_V : V; -fun rankly_Adv : Adv; -fun rankness_N : N; -fun ransack_V2 : V2; -fun ransom_N : N; -fun ransom_V2 : V2; -fun rant_N : N; -fun rant_V : V; -fun rant_V2 : V2; -fun ranter_N : N; -fun rap_N : N; -fun rap_V : V; -fun rap_V2 : V2; -fun rapacious_A : A; -fun rapaciously_Adv : Adv; -fun rapacity_N : N; -fun rape_N : N; -fun rape_V2 : V2; -fun rapid_A : A; -fun rapid_N : N; -fun rapidity_N : N; -fun rapidly_Adv : Adv; -fun rapier_N : N; -fun rapier_thrust_N : N; -fun rapine_N : N; -fun rapist_N : N; -fun rapport_N : N; -fun rapprochement_N : N; -fun rapscallion_N : N; -fun rapt_A : A; -fun rapture_N : N; -fun rapturous_A : A; -fun rapturously_Adv : Adv; -fun rare_A : A; -fun rarebit_N : N; -fun rarefaction_N : N; -fun rarefy_V : V; -fun rarefy_V2 : V2; -fun rarely_Adv : Adv; -fun rareness_N : N; -fun raring_A : A; -fun rarity_N : N; -fun rascal_N : N; -fun rascally_A : A; -fun rase_V2 : V2; -fun rash_A : A; -fun rash_N : N; -fun rasher_N : N; -fun rashly_Adv : Adv; -fun rashness_N : N; -fun rasp_N : N; -fun rasp_V : V; -fun rasp_V2 : V2; -fun raspberry_N : N; -fun raspingly_Adv : Adv; -fun rat_N : N; -fun rat_V2 : V2; -fun rat_a_tat_tat_N : N; -fun rat_tat_N : N; -fun ratability_N : N; -fun ratable_A : A; -fun ratan_N : N; -fun ratch_N : N; -fun ratchet_N : N; -fun rate_N : N; -fun rate_V : V; -fun rate_V2 : V2; -fun rateability_N : N; -fun rateable_A : A; -fun ratepayer_N : N; -fun rather_Adv : Adv; -fun ratification_N : N; -fun ratify_V2 : V2; -fun rating_N : N; -fun ratio_N : N; -fun ratiocination_N : N; -fun ration_N : N; -fun ration_V2 : V2; -fun rational_A : A; -fun rationale_N : N; -fun rationalism_N : N; -fun rationalist_N : N; -fun rationalistic_A : A; -fun rationality_N : N; -fun rationalization_N : N; -fun rationalize_V2 : V2; -fun rationally_Adv : Adv; -fun ratlin_N : N; -fun ratline_N : N; -fun rattan_N : N; -fun ratter_N : N; -fun rattle_N : N; -fun rattle_V : V; -fun rattle_V2 : V2; -fun rattlebrained_A : A; -fun rattlepated_A : A; -fun rattler_N : N; -fun rattlesnake_N : N; -fun rattling_A : A; -fun rattling_Adv : Adv; -fun ratty_A : A; -fun raucous_A : A; -fun raucously_Adv : Adv; -fun ravage_N : N; -fun ravage_V : V; -fun ravage_V2 : V2; -fun rave_N : N; -fun rave_V : V; -fun rave_up_N : N; -fun ravel_V : V; -fun ravel_V2 : V2; -fun raven_N : N; -fun ravening_A : A; -fun ravenna_PN : PN; -fun ravenous_A : A; -fun ravenously_Adv : Adv; -fun raver_N : N; -fun ravine_N : N; -fun raving_A : A; -fun raving_Adv : Adv; -fun ravioli_N : N; -fun ravish_V2 : V2; -fun ravishingly_Adv : Adv; -fun ravishment_N : N; -fun raw_A : A; -fun raw_N : N; -fun rawboned_A : A; -fun rawhide_A : A; -fun rawtenstall_PN : PN; -fun ray_N : N; -fun ray_PN : PN; -fun ray_V : V; -fun ray_V2 : V2; -fun raymond_PN : PN; -fun rayon_N : N; -fun raze_V2 : V2; -fun razor_N : N; -fun razor_V2 : V2; -fun razor_edge_N : N; -fun razorback_N : N; -fun razorbacked_A : A; -fun razorblade_N : N; -fun razzle_N : N; -fun razzle_dazzle_N : N; -fun rc_PN : PN; -fun rd_PN : PN; -fun re_N : N; -fun re_address_V2 : V2; -fun re_afforest_V2 : V2; -fun re_afforestation_N : N; -fun re_count_N : N; -fun re_count_V2 : V2; -fun re_cover_V2 : V2; -fun re_echo_N : N; -fun re_echo_V : V; -fun re_entry_N : N; -fun re_form_V : V; -fun re_form_V2 : V2; -fun re_formation_N : N; -fun re_join_V2 : V2; -fun reach_N : N; -fun reach_V : V; -fun reach_V2 : V2; -fun react_V : V; -fun reaction_N : N; -fun reactionary_N : N; -fun reactor_N : N; -fun read_N : N; -fun read_V : V; -fun read_V2 : V2; -fun readability_N : N; -fun readable_A : A; -fun reader_N : N; -fun readership_N : N; -fun readily_Adv : Adv; -fun readiness_N : N; -fun reading_N : N; -fun reading_PN : PN; -fun reading_lamp_N : N; -fun reading_room_N : N; -fun readjust_V2 : V2; -fun readjustment_N : N; -fun readmission_N : N; -fun readmit_V2 : V2; -fun ready_A : A; -fun ready_N : N; -fun ready_made_A : A; -fun reaffiliation_N : N; -fun reaffirm_V2 : V2; -fun reagent_N : N; -fun real_A : A; -fun real_N : N; -fun realism_N : N; -fun realist_N : N; -fun realistic_A : A; -fun realistically_Adv : Adv; -fun reality_N : N; -fun realizable_A : A; -fun realization_N : N; -fun realize_V2 : V2; -fun reallocation_N : N; -fun really_Adv : Adv; -fun realm_N : N; -fun realtor_N : N; -fun realty_N : N; -fun ream_N : N; -fun reanimate_V2 : V2; -fun reap_V : V; -fun reap_V2 : V2; -fun reaper_N : N; -fun reaping_hook_N : N; -fun reappear_V : V; -fun reappearance_N : N; -fun reappraisal_N : N; -fun rear_N : N; -fun rear_V : V; -fun rear_V2 : V2; -fun rear_admiral_N : N; -fun rearguard_N : N; -fun rearm_V : V; -fun rearm_V2 : V2; -fun rearmament_N : N; -fun rearmost_A : A; -fun rearrange_V2 : V2; -fun rearrangement_N : N; -fun rearward_N : N; -fun rearwards_Adv : Adv; -fun reason_N : N; -fun reason_V : V; -fun reason_V2 : V2; -fun reasonable_A : A; -fun reasonableness_N : N; -fun reasonably_Adv : Adv; -fun reasoning_N : N; -fun reasonless_A : A; -fun reassemble_V : V; -fun reassemble_V2 : V2; -fun reassess_V2 : V2; -fun reassessment_N : N; -fun reassurance_N : N; -fun reassure_V2 : V2; -fun reassuring_A : A; -fun reassuringly_Adv : Adv; -fun reattribute_V2 : V2; -fun rebarbative_A : A; -fun rebate_N : N; -fun rebecca_PN : PN; -fun rebel_N : N; -fun rebel_V : V; -fun rebellion_N : N; -fun rebellious_A : A; -fun rebelliously_Adv : Adv; -fun rebelliousness_N : N; -fun rebind_V2 : V2; -fun rebirth_N : N; -fun reborn_A : A; -fun rebound_N : N; -fun rebound_V : V; -fun rebuff_N : N; -fun rebuff_V2 : V2; -fun rebuild_V2 : V2; -fun rebuke_N : N; -fun rebuke_V2 : V2; -fun rebukingly_Adv : Adv; -fun rebus_N : N; -fun rebut_V2 : V2; -fun rebuttal_N : N; -fun rec_PN : PN; -fun recalcitrance_N : N; -fun recalcitrancy_N : N; -fun recalcitrant_A : A; -fun recall_N : N; -fun recall_V2 : V2; -fun recant_V : V; -fun recant_V2 : V2; -fun recantation_N : N; -fun recap_N : N; -fun recap_V : V; -fun recap_V2 : V2; -fun recapitulate_V : V; -fun recapitulate_V2 : V2; -fun recapitulation_N : N; -fun recapture_V2 : V2; -fun recast_V2 : V2; -fun recce_N : N; -fun recd_PN : PN; -fun recede_V : V; -fun receipt_N : N; -fun receipt_V2 : V2; -fun receivable_A : A; -fun receive_V : V; -fun receive_V2 : V2; -fun received_A : A; -fun receiver_N : N; -fun receivership_N : N; -fun receiving_set_N : N; -fun recent_A : A; -fun recently_Adv : Adv; -fun receptacle_N : N; -fun reception_N : N; -fun reception_desk_N : N; -fun receptionist_N : N; -fun receptive_A : A; -fun receptively_Adv : Adv; -fun receptiveness_N : N; -fun receptivity_N : N; -fun recess_N : N; -fun recess_V2 : V2; -fun recession_N : N; -fun recessional_A : A; -fun recessional_N : N; -fun recessive_A : A; -fun recherche_A : A; -fun recidivism_N : N; -fun recidivist_N : N; -fun recife_PN : PN; -fun recipe_N : N; -fun recipient_N : N; -fun reciprocal_A : A; -fun reciprocal_N : N; -fun reciprocally_Adv : Adv; -fun reciprocate_V : V; -fun reciprocate_V2 : V2; -fun reciprocation_N : N; -fun reciprocity_N : N; -fun recital_N : N; -fun recitalist_N : N; -fun recitation_N : N; -fun recitative_N : N; -fun recite_V : V; -fun recite_V2 : V2; -fun reckless_A : A; -fun recklessly_Adv : Adv; -fun recklessness_N : N; -fun recklinghausen_PN : PN; -fun reckon_V : V; -fun reckon_V2 : V2; -fun reckoner_N : N; -fun reckoning_N : N; -fun reclaim_V2 : V2; -fun reclamation_N : N; -fun recline_V : V; -fun recline_V2 : V2; -fun recluse_N : N; -fun recognition_N : N; -fun recognizable_A : A; -fun recognizably_Adv : Adv; -fun recognizance_N : N; -fun recognize_V2 : V2; -fun recoil_N : N; -fun recoil_V : V; -fun recollect_V : V; -fun recollect_V2 : V2; -fun recollection_N : N; -fun recommend_V2 : V2; -fun recommendation_N : N; -fun recommit_V2 : V2; -fun recompense_N : N; -fun recompense_V2 : V2; -fun reconcilable_A : A; -fun reconcile_V2 : V2; -fun reconciliation_N : N; -fun recondite_A : A; -fun recondition_V2 : V2; -fun reconnaissance_N : N; -fun reconnoitre_V : V; -fun reconnoitre_V2 : V2; -fun reconsecrate_V2 : V2; -fun reconsider_V2 : V2; -fun reconstruct_V2 : V2; -fun reconstruction_N : N; -fun reconvict_V2 : V2; -fun record_N : N; -fun record_V2 : V2; -fun record_breaking_A : A; -fun record_player_N : N; -fun recorder_N : N; -fun recording_N : N; -fun recount_V2 : V2; -fun recoup_V2 : V2; -fun recourse_N : N; -fun recover_V : V; -fun recover_V2 : V2; -fun recoverable_A : A; -fun recovery_N : N; -fun recreant_A : A; -fun recreant_N : N; -fun recreate_V2 : V2; -fun recreation_N : N; -fun recreational_A : A; -fun recriminate_V : V; -fun recrimination_N : N; -fun recriminatory_A : A; -fun recrudescence_N : N; -fun recruit_N : N; -fun recruit_V : V; -fun recruit_V2 : V2; -fun recruitment_N : N; -fun rectal_A : A; -fun rectangle_N : N; -fun rectangular_A : A; -fun rectification_N : N; -fun rectifier_N : N; -fun rectify_V2 : V2; -fun rectilinear_A : A; -fun rectitude_N : N; -fun recto_N : N; -fun rector_N : N; -fun rectory_N : N; -fun rectum_N : N; -fun recumbent_A : A; -fun recuperate_V : V; -fun recuperate_V2 : V2; -fun recuperation_N : N; -fun recuperative_A : A; -fun recur_V : V; -fun recurrence_N : N; -fun recurrent_A : A; -fun recurve_V : V; -fun recurve_V2 : V2; -fun recusancy_N : N; -fun recusant_A : A; -fun recusant_N : N; -fun recycle_V2 : V2; -fun red_A : A; -fun red_N : N; -fun red_hot_A : A; -fun red_rimmed_A : A; -fun redact_V2 : V2; -fun redaction_N : N; -fun redbreast_N : N; -fun redbrick_A : A; -fun redbridge_PN : PN; -fun redcap_N : N; -fun redcoat_N : N; -fun redden_V : V; -fun redden_V2 : V2; -fun reddish_A : A; -fun redditch_PN : PN; -fun redecorate_V2 : V2; -fun redeem_V2 : V2; -fun redeemable_A : A; -fun redeemer_N : N; -fun redefine_V2 : V2; -fun redemption_N : N; -fun redemptive_A : A; -fun redeploy_V2 : V2; -fun redeployment_N : N; -fun redesign_V2 : V2; -fun redevelop_V2 : V2; -fun redevelopment_N : N; -fun redhead_N : N; -fun rediffusion_N : N; -fun rediscover_V2 : V2; -fun rediscovery_N : N; -fun redisposition_N : N; -fun redistribute_V2 : V2; -fun redistribution_N : N; -fun redness_N : N; -fun redo_V2 : V2; -fun redolence_N : N; -fun redolent_A : A; -fun redouble_V : V; -fun redouble_V2 : V2; -fun redoubt_N : N; -fun redoubtable_A : A; -fun redound_V : V; -fun redress_N : N; -fun redress_V2 : V2; -fun redruth_PN : PN; -fun redskin_N : N; -fun reduce_V : V; -fun reduce_V2 : V2; -fun reducible_A : A; -fun reductio_ad_absurdum_N : N; -fun reduction_N : N; -fun redundance_N : N; -fun redundancy_N : N; -fun redundant_A : A; -fun reduplicate_V2 : V2; -fun reduplication_N : N; -fun redwing_N : N; -fun redwood_N : N; -fun reed_N : N; -fun reedy_A : A; -fun reef_N : N; -fun reef_V2 : V2; -fun reef_knot_N : N; -fun reefer_N : N; -fun reek_N : N; -fun reek_V : V; -fun reel_N : N; -fun reel_V : V; -fun reel_V2 : V2; -fun reeve_N : N; -fun ref_N : N; -fun reface_V2 : V2; -fun refashion_N : N; -fun refashion_V2 : V2; -fun refection_N : N; -fun refectory_N : N; -fun refer_V : V; -fun refer_V2 : V2; -fun referable_A : A; -fun referee_N : N; -fun referee_V : V; -fun referee_V2 : V2; -fun reference_N : N; -fun referendum_N : N; -fun referential_A : A; -fun refill_N : N; -fun refill_V2 : V2; -fun refine_V : V; -fun refine_V2 : V2; -fun refinement_N : N; -fun refiner_N : N; -fun refinery_N : N; -fun refit_N : N; -fun refit_V : V; -fun refit_V2 : V2; -fun reflate_V2 : V2; -fun reflation_N : N; -fun reflect_V : V; -fun reflect_V2 : V2; -fun reflection_N : N; -fun reflective_A : A; -fun reflectively_Adv : Adv; -fun reflector_N : N; -fun reflex_A : A; -fun reflex_N : N; -fun reflexion_N : N; -fun reflexive_A : A; -fun reflexive_N : N; -fun refloat_V : V; -fun refloat_V2 : V2; -fun reflux_N : N; -fun reforest_V2 : V2; -fun reforestation_N : N; -fun reform_N : N; -fun reform_V : V; -fun reform_V2 : V2; -fun reformation_N : N; -fun reformatory_A : A; -fun reformatory_N : N; -fun reformer_N : N; -fun refract_V2 : V2; -fun refraction_N : N; -fun refractory_A : A; -fun refrain_N : N; -fun refrain_V : V; -fun refresh_V2 : V2; -fun refresher_N : N; -fun refreshing_A : A; -fun refreshingly_Adv : Adv; -fun refreshment_N : N; -fun refrigerant_A : A; -fun refrigerant_N : N; -fun refrigerate_V2 : V2; -fun refrigeration_N : N; -fun refrigerator_N : N; -fun refuel_V : V; -fun refuel_V2 : V2; -fun refuge_N : N; -fun refugee_N : N; -fun refulgence_N : N; -fun refulgent_A : A; -fun refund_N : N; -fun refund_V2 : V2; -fun refurbish_V2 : V2; -fun refurnish_V2 : V2; -fun refusal_N : N; -fun refuse_N : N; -fun refuse_V : V; -fun refuse_V2 : V2; -fun refuse_collector_N : N; -fun refutable_A : A; -fun refutation_N : N; -fun refute_V2 : V2; -fun reg_PN : PN; -fun regain_V2 : V2; -fun regal_A : A; -fun regale_V2 : V2; -fun regally_Adv : Adv; -fun regard_N : N; -fun regard_V2 : V2; -fun regardful_A : A; -fun regardless_A : A; -fun regatta_N : N; -fun regency_N : N; -fun regenerate_A : A; -fun regenerate_V : V; -fun regenerate_V2 : V2; -fun regeneration_N : N; -fun regensburg_PN : PN; -fun regent_A : A; -fun regent_N : N; -fun reggae_N : N; -fun regicide_N : N; -fun regime_1_N : N; -fun regimen_N : N; -fun regiment_N : N; -fun regiment_V2 : V2; -fun regimental_A : A; -fun regimentation_N : N; -fun regina_PN : PN; -fun reginald_PN : PN; -fun region_N : N; -fun regional_A : A; -fun regionally_Adv : Adv; -fun register_N : N; -fun register_V : V; -fun register_V2 : V2; -fun registrar_N : N; -fun registration_N : N; -fun registry_N : N; -fun regnant_A : A; -fun regress_V : V; -fun regression_N : N; -fun regressive_A : A; -fun regret_N : N; -fun regret_V2 : V2; -fun regretful_A : A; -fun regretfully_Adv : Adv; -fun regrettable_A : A; -fun regrettably_Adv : Adv; -fun regroup_V : V; -fun regroup_V2 : V2; -fun regular_A : A; -fun regular_N : N; -fun regularity_N : N; -fun regularization_N : N; -fun regularize_V2 : V2; -fun regularly_Adv : Adv; -fun regulate_V2 : V2; -fun regulation_N : N; -fun regulator_N : N; -fun regurgitate_V : V; -fun regurgitate_V2 : V2; -fun rehabilitate_V2 : V2; -fun rehabilitation_N : N; -fun rehash_N : N; -fun rehash_V2 : V2; -fun rehear_V2 : V2; -fun rehearing_N : N; -fun rehearsal_N : N; -fun rehearse_V : V; -fun rehearse_V2 : V2; -fun rehouse_V2 : V2; -fun reich_N : N; -fun reigate_PN : PN; -fun reign_N : N; -fun reign_V : V; -fun reimburse_V2 : V2; -fun reimbursement_N : N; -fun reimposition_N : N; -fun rein_N : N; -fun rein_V2 : V2; -fun reincarnate_A : A; -fun reincarnate_V2 : V2; -fun reincarnation_N : N; -fun reindeer_N : N; -fun reinforce_V2 : V2; -fun reinforcement_N : N; -fun reinstate_V2 : V2; -fun reinstatement_N : N; -fun reinsurance_N : N; -fun reinsure_V2 : V2; -fun reintegrate_V2 : V2; -fun reinterpret_V2 : V2; -fun reinterpretation_N : N; -fun reissue_N : N; -fun reissue_V2 : V2; -fun reiterate_V2 : V2; -fun reiteration_N : N; -fun reject_N : N; -fun reject_V2 : V2; -fun rejection_N : N; -fun rejig_V2 : V2; -fun rejoice_V : V; -fun rejoice_V2 : V2; -fun rejoicing_N : N; -fun rejoin_V : V; -fun rejoin_V2 : V2; -fun rejoinder_N : N; -fun rejuvenate_V : V; -fun rejuvenate_V2 : V2; -fun rejuvenation_N : N; -fun rekindle_V : V; -fun rekindle_V2 : V2; -fun relapse_N : N; -fun relapse_V : V; -fun relate_V : V; -fun relate_V2 : V2; -fun relation_N : N; -fun relationship_N : N; -fun relative_A : A; -fun relative_N : N; -fun relatively_Adv : Adv; -fun relativity_N : N; -fun relax_V : V; -fun relax_V2 : V2; -fun relaxation_N : N; -fun relay_N : N; -fun relay_V2 : V2; -fun release_N : N; -fun release_V2 : V2; -fun relegate_V2 : V2; -fun relegation_N : N; -fun relent_V : V; -fun relentless_A : A; -fun relentlessly_Adv : Adv; -fun relevance_N : N; -fun relevancy_N : N; -fun relevant_A : A; -fun relevantly_Adv : Adv; -fun reliability_N : N; -fun reliable_A : A; -fun reliably_Adv : Adv; -fun reliance_N : N; -fun reliant_A : A; -fun relic_N : N; -fun relict_N : N; -fun relief_N : N; -fun relieve_V2 : V2; -fun religion_N : N; -fun religious_A : A; -fun religious_N : N; -fun religiously_Adv : Adv; -fun reline_V2 : V2; -fun relinquish_V2 : V2; -fun reliquary_N : N; -fun relish_N : N; -fun relish_V2 : V2; -fun relive_V2 : V2; -fun relocate_V : V; -fun relocate_V2 : V2; -fun relocation_N : N; -fun reluctance_N : N; -fun reluctant_A : A; -fun reluctantly_Adv : Adv; -fun rely_V : V; -fun remain_V : V; -fun remainder_N : N; -fun remake_N : N; -fun remake_V2 : V2; -fun remand_N : N; -fun remand_V2 : V2; -fun remark_N : N; -fun remark_V : V; -fun remark_V2 : V2; -fun remarkable_A : A; -fun remarkably_Adv : Adv; -fun remarriage_N : N; -fun remarry_V : V; -fun remarry_V2 : V2; -fun remediable_A : A; -fun remedial_A : A; -fun remedy_N : N; -fun remedy_V2 : V2; -fun remember_V : V; -fun remember_V2 : V2; -fun remembrance_N : N; -fun remilitarization_N : N; -fun remilitarize_V2 : V2; -fun remind_V2 : V2; -fun reminder_N : N; -fun reminisce_V : V; -fun reminiscence_N : N; -fun reminiscent_A : A; -fun reminiscently_Adv : Adv; -fun remiss_A : A; -fun remission_N : N; -fun remissness_N : N; -fun remit_V : V; -fun remit_V2 : V2; -fun remittance_N : N; -fun remittent_A : A; -fun remnant_N : N; -fun remodel_V2 : V2; -fun remonstrance_N : N; -fun remonstrate_V : V; -fun remorse_N : N; -fun remorseful_A : A; -fun remorsefully_Adv : Adv; -fun remorseless_A : A; -fun remorselessly_Adv : Adv; -fun remote_A : A; -fun remotely_Adv : Adv; -fun remoteness_N : N; -fun remould_V2 : V2; -fun remount_N : N; -fun remount_V : V; -fun remount_V2 : V2; -fun removable_A : A; -fun removal_N : N; -fun remove_N : N; -fun remove_V : V; -fun remove_V2 : V2; -fun removed_A : A; -fun remover_N : N; -fun remscheid_PN : PN; -fun remunerate_V2 : V2; -fun remuneration_N : N; -fun remunerative_A : A; -fun renaissance_N : N; -fun renal_A : A; -fun rename_V2 : V2; -fun renascence_N : N; -fun renascent_A : A; -fun rend_V2 : V2; -fun render_V2 : V2; -fun rendering_N : N; -fun rendezvous_N : N; -fun rendezvous_V : V; -fun rendition_N : N; -fun renegade_N : N; -fun renegade_V : V; -fun renege_V : V; -fun renegue_V : V; -fun renew_V2 : V2; -fun renewable_A : A; -fun renewal_N : N; -fun renfrew_PN : PN; -fun rennes_PN : PN; -fun rennet_N : N; -fun renounce_V2 : V2; -fun renovate_V2 : V2; -fun renovation_N : N; -fun renovator_N : N; -fun renown_N : N; -fun renowned_A : A; -fun rent_N : N; -fun rent_V : V; -fun rent_V2 : V2; -fun rent_collector_N : N; -fun rent_free_A : A; -fun rent_free_Adv : Adv; -fun rent_rebate_N : N; -fun rent_roll_N : N; -fun rentable_A : A; -fun rental_N : N; -fun rentier_N : N; -fun renunciation_N : N; -fun reopen_V : V; -fun reopen_V2 : V2; -fun reorganization_N : N; -fun reorganize_V : V; -fun reorganize_V2 : V2; -fun reorient_V : V; -fun reorient_V2 : V2; -fun reorientate_V : V; -fun reorientate_V2 : V2; -fun reorientation_N : N; -fun rep_N : N; -fun repaint_V2 : V2; -fun repair_N : N; -fun repair_V : V; -fun repair_V2 : V2; -fun repairable_A : A; -fun repairer_N : N; -fun reparable_A : A; -fun reparation_N : N; -fun repartee_N : N; -fun repast_N : N; -fun repatriate_N : N; -fun repatriate_V2 : V2; -fun repatriation_N : N; -fun repay_V : V; -fun repay_V2 : V2; -fun repayable_A : A; -fun repayment_N : N; -fun repeal_N : N; -fun repeal_V2 : V2; -fun repeat_N : N; -fun repeat_V : V; -fun repeat_V2 : V2; -fun repeatable_A : A; -fun repeated_A : A; -fun repeatedly_Adv : Adv; -fun repeater_N : N; -fun repel_V2 : V2; -fun repellent_A : A; -fun repellent_N : N; -fun repent_V : V; -fun repent_V2 : V2; -fun repentance_N : N; -fun repentant_A : A; -fun repentantly_Adv : Adv; -fun repercussion_N : N; -fun repertoire_N : N; -fun repertory_N : N; -fun repetition_N : N; -fun repetitious_A : A; -fun repetitive_A : A; -fun repetitively_Adv : Adv; -fun repine_V : V; -fun replace_V2 : V2; -fun replaceable_A : A; -fun replacement_N : N; -fun replant_V2 : V2; -fun replay_N : N; -fun replay_V2 : V2; -fun replenish_V2 : V2; -fun replenishment_N : N; -fun replete_A : A; -fun repletion_N : N; -fun replica_N : N; -fun reply_N : N; -fun reply_V : V; -fun reply_V2 : V2; -fun reply_paid_A : A; -fun repoint_V2 : V2; -fun report_N : N; -fun report_V : V; -fun report_V2 : V2; -fun reportable_A : A; -fun reportage_N : N; -fun reportedly_Adv : Adv; -fun reporter_N : N; -fun repose_N : N; -fun repose_V : V; -fun repose_V2 : V2; -fun reposeful_A : A; -fun repository_N : N; -fun repot_V2 : V2; -fun repp_N : N; -fun reprehend_V2 : V2; -fun reprehensible_A : A; -fun reprehensibly_Adv : Adv; -fun represent_V2 : V2; -fun representation_N : N; -fun representative_A : A; -fun representative_N : N; -fun repress_V2 : V2; -fun repressed_A : A; -fun repression_N : N; -fun repressive_A : A; -fun reprieve_N : N; -fun reprieve_V2 : V2; -fun reprimand_N : N; -fun reprimand_V2 : V2; -fun reprint_N : N; -fun reprint_V2 : V2; -fun reprisal_N : N; -fun reproach_N : N; -fun reproach_V2 : V2; -fun reproachful_A : A; -fun reproachfully_Adv : Adv; -fun reprobate_N : N; -fun reprobate_V2 : V2; -fun reprobation_N : N; -fun reproduce_V : V; -fun reproduce_V2 : V2; -fun reproducer_N : N; -fun reproducible_A : A; -fun reproduction_N : N; -fun reproductive_A : A; -fun reproof_N : N; -fun reproof_V2 : V2; -fun reprove_V2 : V2; -fun reprovingly_Adv : Adv; -fun reps_N : N; -fun reptile_N : N; -fun reptilian_A : A; -fun reptilian_N : N; -fun republic_N : N; -fun republican_A : A; -fun republican_N : N; -fun republicanism_N : N; -fun repudiate_V2 : V2; -fun repudiation_N : N; -fun repugnance_N : N; -fun repugnant_A : A; -fun repulse_N : N; -fun repulse_V2 : V2; -fun repulsion_N : N; -fun repulsive_A : A; -fun repulsively_Adv : Adv; -fun reputable_A : A; -fun reputably_Adv : Adv; -fun reputation_N : N; -fun repute_N : N; -fun repute_V2 : V2; -fun reputed_A : A; -fun reputedly_Adv : Adv; -fun request_N : N; -fun request_V2 : V2; -fun requiem_N : N; -fun require_V2 : V2; -fun requirement_N : N; -fun requisite_A : A; -fun requisite_N : N; -fun requisition_N : N; -fun requisition_V2 : V2; -fun requital_N : N; -fun requite_V2 : V2; -fun reread_V2 : V2; -fun reredos_N : N; -fun rerun_N : N; -fun rerun_V2 : V2; -fun res_N : N; -fun rescind_V2 : V2; -fun rescript_N : N; -fun rescue_N : N; -fun rescue_V2 : V2; -fun rescuer_N : N; -fun research_N : N; -fun research_V : V; -fun researcher_N : N; -fun reseat_V2 : V2; -fun reseed_V2 : V2; -fun resell_V2 : V2; -fun resemblance_N : N; -fun resemble_V2 : V2; -fun resent_V2 : V2; -fun resentful_A : A; -fun resentfully_Adv : Adv; -fun resentment_N : N; -fun reservation_N : N; -fun reserve_N : N; -fun reserve_V2 : V2; -fun reserved_A : A; -fun reservedly_Adv : Adv; -fun reservist_N : N; -fun reservoir_N : N; -fun reset_V2 : V2; -fun resettle_V : V; -fun resettle_V2 : V2; -fun resettlement_N : N; -fun reshape_V2 : V2; -fun reshuffle_N : N; -fun reshuffle_V2 : V2; -fun reside_V : V; -fun residence_N : N; -fun residency_N : N; -fun resident_A : A; -fun resident_N : N; -fun residential_A : A; -fun residual_A : A; -fun residuary_A : A; -fun residue_N : N; -fun resign_V : V; -fun resign_V2 : V2; -fun resignation_N : N; -fun resigned_A : A; -fun resignedly_Adv : Adv; -fun resilience_N : N; -fun resiliency_N : N; -fun resilient_A : A; -fun resin_N : N; -fun resinated_A : A; -fun resinous_A : A; -fun resist_V : V; -fun resist_V2 : V2; -fun resistance_N : N; -fun resistant_A : A; -fun resister_N : N; -fun resistive_A : A; -fun resistivity_N : N; -fun resistless_A : A; -fun resistor_N : N; -fun resole_V2 : V2; -fun resolute_A : A; -fun resolutely_Adv : Adv; -fun resoluteness_N : N; -fun resolution_N : N; -fun resolvable_A : A; -fun resolve_N : N; -fun resolve_V : V; -fun resolve_V2 : V2; -fun resonance_N : N; -fun resonant_A : A; -fun resonate_V : V; -fun resonate_V2 : V2; -fun resonator_N : N; -fun resort_N : N; -fun resort_V : V; -fun resound_V : V; -fun resound_V2 : V2; -fun resoundingly_Adv : Adv; -fun resource_N : N; -fun resourceful_A : A; -fun resourcefully_Adv : Adv; -fun resourceless_A : A; -fun respect_N : N; -fun respect_V2 : V2; -fun respectability_N : N; -fun respectable_A : A; -fun respectably_Adv : Adv; -fun respecter_N : N; -fun respectful_A : A; -fun respectfully_Adv : Adv; -fun respective_A : A; -fun respectively_Adv : Adv; -fun respiration_N : N; -fun respirator_N : N; -fun respiratory_A : A; -fun respire_V : V; -fun respite_N : N; -fun respite_V2 : V2; -fun resplendence_N : N; -fun resplendency_N : N; -fun resplendent_A : A; -fun resplendently_Adv : Adv; -fun respond_V : V; -fun respondent_N : N; -fun response_N : N; -fun responsibility_N : N; -fun responsible_A : A; -fun responsibly_Adv : Adv; -fun responsive_A : A; -fun responsiveness_N : N; -fun rest_N : N; -fun rest_V : V; -fun rest_V2 : V2; -fun rest_cure_N : N; -fun rest_day_N : N; -fun rest_home_N : N; -fun rest_house_N : N; -fun restart_V : V; -fun restart_V2 : V2; -fun restate_V2 : V2; -fun restatement_N : N; -fun restaurant_N : N; -fun restauranteur_N : N; -fun restaurateur_N : N; -fun restful_A : A; -fun restfully_Adv : Adv; -fun restfulness_N : N; -fun restitution_N : N; -fun restive_A : A; -fun restively_Adv : Adv; -fun restiveness_N : N; -fun restless_A : A; -fun restlessly_Adv : Adv; -fun restlessness_N : N; -fun restock_V2 : V2; -fun restoration_N : N; -fun restorative_A : A; -fun restorative_N : N; -fun restore_V2 : V2; -fun restorer_N : N; -fun restrain_V2 : V2; -fun restrained_A : A; -fun restraint_N : N; -fun restrict_V2 : V2; -fun restriction_N : N; -fun restrictive_A : A; -fun restrictively_Adv : Adv; -fun restrictiveness_N : N; -fun restructure_V2 : V2; -fun result_N : N; -fun result_V : V; -fun resultant_A : A; -fun resume_V2 : V2; -fun resumption_N : N; -fun resurface_V : V; -fun resurface_V2 : V2; -fun resurgence_N : N; -fun resurgent_A : A; -fun resurrect_V : V; -fun resurrect_V2 : V2; -fun resurrection_N : N; -fun resuscitate_V : V; -fun resuscitate_V2 : V2; -fun resuscitation_N : N; -fun ret_PN : PN; -fun ret_V2 : V2; -fun retail_Adv : Adv; -fun retail_N : N; -fun retail_V : V; -fun retail_V2 : V2; -fun retailer_N : N; -fun retain_V2 : V2; -fun retainer_N : N; -fun retake_N : N; -fun retake_V2 : V2; -fun retaliate_V : V; -fun retaliation_N : N; -fun retaliative_A : A; -fun retaliatory_A : A; -fun retard_V2 : V2; -fun retardation_N : N; -fun retch_V : V; -fun retd_PN : PN; -fun retell_V2 : V2; -fun retention_N : N; -fun retentive_A : A; -fun retentively_Adv : Adv; -fun retentiveness_N : N; -fun retford_PN : PN; -fun rethink_N : N; -fun rethink_V : V; -fun rethink_V2 : V2; -fun reticence_N : N; -fun reticent_A : A; -fun reticently_Adv : Adv; -fun reticulate_A : A; -fun reticulate_V : V; -fun reticulate_V2 : V2; -fun reticulation_N : N; -fun reticule_N : N; -fun retina_N : N; -fun retinal_A : A; -fun retinue_N : N; -fun retire_N : N; -fun retire_V : V; -fun retire_V2 : V2; -fun retired_A : A; -fun retirement_N : N; -fun retiring_A : A; -fun retool_V2 : V2; -fun retort_N : N; -fun retort_V : V; -fun retort_V2 : V2; -fun retouch_V2 : V2; -fun retrace_V2 : V2; -fun retract_V : V; -fun retract_V2 : V2; -fun retractable_A : A; -fun retractile_A : A; -fun retraction_N : N; -fun retransmit_V2 : V2; -fun retread_N : N; -fun retread_V2 : V2; -fun retreat_N : N; -fun retreat_V : V; -fun retrench_V : V; -fun retrench_V2 : V2; -fun retrenchment_N : N; -fun retrial_N : N; -fun retribution_N : N; -fun retributive_A : A; -fun retrievable_A : A; -fun retrieval_N : N; -fun retrieve_V : V; -fun retrieve_V2 : V2; -fun retriever_N : N; -fun retroactive_A : A; -fun retroactively_Adv : Adv; -fun retrograde_A : A; -fun retrograde_V : V; -fun retrogress_V : V; -fun retrogression_N : N; -fun retrogressive_A : A; -fun retrorocket_N : N; -fun retrospect_N : N; -fun retrospection_N : N; -fun retrospective_A : A; -fun retrospectively_Adv : Adv; -fun retrousse_A : A; -fun retroversion_N : N; -fun retsina_N : N; -fun return_N : N; -fun return_V : V; -fun return_V2 : V2; -fun returnable_A : A; -fun reunification_N : N; -fun reunion_N : N; -fun reunite_V : V; -fun reunite_V2 : V2; -fun rev_N : N; -fun rev_PN : PN; -fun rev_V : V; -fun rev_V2 : V2; -fun revaluation_N : N; -fun revalue_V2 : V2; -fun revamp_V2 : V2; -fun revd_PN : PN; -fun reveal_V2 : V2; -fun reveille_N : N; -fun revel_N : N; -fun revel_V : V; -fun revelation_N : N; -fun reveller_N : N; -fun revelry_N : N; -fun revenge_N : N; -fun revenge_V2 : V2; -fun revengeful_A : A; -fun revengefully_Adv : Adv; -fun revenue_N : N; -fun reverberant_A : A; -fun reverberate_V : V; -fun reverberate_V2 : V2; -fun reverberation_N : N; -fun revere_V2 : V2; -fun reverence_N : N; -fun reverence_V2 : V2; -fun reverend_A : A; -fun reverend_N : N; -fun reverent_A : A; -fun reverential_A : A; -fun reverentially_Adv : Adv; -fun reverently_Adv : Adv; -fun reverie_N : N; -fun revers_N : N; -fun reversal_N : N; -fun reverse_A : A; -fun reverse_N : N; -fun reverse_V : V; -fun reverse_V2 : V2; -fun reversely_Adv : Adv; -fun reversibility_N : N; -fun reversible_A : A; -fun reversion_N : N; -fun reversionary_A : A; -fun revert_V : V; -fun revertible_A : A; -fun revetment_N : N; -fun review_N : N; -fun review_V : V; -fun review_V2 : V2; -fun reviewer_N : N; -fun revile_V : V; -fun revile_V2 : V2; -fun revise_N : N; -fun revise_V2 : V2; -fun reviser_N : N; -fun revision_N : N; -fun revisionism_N : N; -fun revisionist_N : N; -fun revisit_V2 : V2; -fun revitalization_N : N; -fun revitalize_V2 : V2; -fun revival_N : N; -fun revivalist_N : N; -fun revive_V : V; -fun revive_V2 : V2; -fun revivify_V2 : V2; -fun revocable_A : A; -fun revocation_N : N; -fun revoke_N : N; -fun revoke_V : V; -fun revoke_V2 : V2; -fun revolt_N : N; -fun revolt_V : V; -fun revolt_V2 : V2; -fun revolting_A : A; -fun revoltingly_Adv : Adv; -fun revolution_N : N; -fun revolutionary_A : A; -fun revolutionary_N : N; -fun revolutionize_V2 : V2; -fun revolve_V : V; -fun revolve_V2 : V2; -fun revolver_N : N; -fun revue_N : N; -fun revulsion_N : N; -fun reward_N : N; -fun reward_V2 : V2; -fun rewire_V2 : V2; -fun reword_V2 : V2; -fun rewrite_N : N; -fun rewrite_V2 : V2; -fun rex_PN : PN; -fun reykjavik_PN : PN; -fun rhapsodize_V : V; -fun rhapsody_N : N; -fun rhea_N : N; -fun rheims_PN : PN; -fun rhenish_A : A; -fun rheostat_N : N; -fun rhesus_N : N; -fun rhetoric_N : N; -fun rhetorical_A : A; -fun rhetorically_Adv : Adv; -fun rhetorician_N : N; -fun rheum_N : N; -fun rheumatic_A : A; -fun rheumatic_N : N; -fun rheumatism_N : N; -fun rheumatoid_A : A; -fun rheydt_PN : PN; -fun rhinal_A : A; -fun rhine_PN : PN; -fun rhinestone_N : N; -fun rhino_N : N; -fun rhinoceros_N : N; -fun rhizome_N : N; -fun rhode_PN : PN; -fun rhododendron_N : N; -fun rhomb_N : N; -fun rhomboid_A : A; -fun rhomboid_N : N; -fun rhombus_N : N; -fun rhondda_PN : PN; -fun rhosllanerchrugog_PN : PN; -fun rhubarb_N : N; -fun rhyl_PN : PN; -fun rhyme_N : N; -fun rhyme_V : V; -fun rhyme_V2 : V2; -fun rhymed_A : A; -fun rhymester_N : N; -fun rhymney_PN : PN; -fun rhythm_N : N; -fun rhythmic_A : A; -fun rhythmical_A : A; -fun rhythmically_Adv : Adv; -fun rib_N : N; -fun rib_V2 : V2; -fun ribald_A : A; -fun ribald_N : N; -fun ribaldry_N : N; -fun riband_N : N; -fun ribbon_N : N; -fun riboflavin_N : N; -fun rice_N : N; -fun rice_paper_N : N; -fun rich_A : A; -fun richard_PN : PN; -fun richly_Adv : Adv; -fun richmond_PN : PN; -fun richmond_upon_thames_PN : PN; -fun richness_N : N; -fun rick_N : N; -fun rick_PN : PN; -fun rick_V2 : V2; -fun rickets_N : N; -fun rickety_A : A; -fun rickmansworth_PN : PN; -fun rickshaw_N : N; -fun ricky_PN : PN; -fun ricochet_N : N; -fun ricochet_V : V; -fun ricochet_V2 : V2; -fun rid_V2 : V2; -fun riddance_N : N; -fun riddle_N : N; -fun riddle_V2 : V2; -fun ride_N : N; -fun ride_V : V; -fun ride_V2 : V2; -fun rider_N : N; -fun riderless_A : A; -fun ridge_N : N; -fun ridge_V2 : V2; -fun ridge_tile_N : N; -fun ridgepole_N : N; -fun ridicule_N : N; -fun ridicule_V2 : V2; -fun ridiculous_A : A; -fun ridiculously_Adv : Adv; -fun riding_N : N; -fun riding_habit_N : N; -fun riding_lamp_N : N; -fun riding_light_N : N; -fun riding_master_N : N; -fun riding_school_N : N; -fun riesling_N : N; -fun rife_A : A; -fun riff_N : N; -fun riff_raff_N : N; -fun riffle_V : V; -fun riffle_V2 : V2; -fun rifle_N : N; -fun rifle_V2 : V2; -fun rifle_range_N : N; -fun rifle_shot_N : N; -fun rifleman_N : N; -fun rift_N : N; -fun rift_valley_N : N; -fun rig_N : N; -fun rig_V : V; -fun rig_V2 : V2; -fun riga_PN : PN; -fun rigger_N : N; -fun rigging_N : N; -fun right_A : A; -fun right_Adv : Adv; -fun right_N : N; -fun right_V2 : V2; -fun right_angled_A : A; -fun right_down_A : A; -fun right_down_Adv : Adv; -fun right_hand_A : A; -fun right_handed_A : A; -fun right_hander_N : N; -fun right_minded_A : A; -fun right_turn_N : N; -fun right_wing_N : N; -fun right_winger_N : N; -fun righteous_A : A; -fun righteously_Adv : Adv; -fun righteousness_N : N; -fun rightful_A : A; -fun rightfully_Adv : Adv; -fun rightfulness_N : N; -fun rightist_A : A; -fun rightist_N : N; -fun rightly_Adv : Adv; -fun rightness_N : N; -fun rigid_A : A; -fun rigidity_N : N; -fun rigidly_Adv : Adv; -fun rigmarole_N : N; -fun rigor_mortis_N : N; -fun rigorous_A : A; -fun rigorously_Adv : Adv; -fun rigour_N : N; -fun rigout_N : N; -fun rijeka_PN : PN; -fun rile_V2 : V2; -fun rill_N : N; -fun rim_N : N; -fun rim_V2 : V2; -fun rime_N : N; -fun rime_V2 : V2; -fun rimini_PN : PN; -fun rind_N : N; -fun rinderpest_N : N; -fun ring_N : N; -fun ring_V : V; -fun ring_V2 : V2; -fun ring_armour_N : N; -fun ring_finger_N : N; -fun ring_mail_N : N; -fun ring_road_N : N; -fun ringer_N : N; -fun ringleader_N : N; -fun ringlet_N : N; -fun ringmaster_N : N; -fun ringside_N : N; -fun ringwood_PN : PN; -fun ringworm_N : N; -fun rink_N : N; -fun rinse_N : N; -fun rinse_V2 : V2; -fun rio_de_janeiro_PN : PN; -fun riot_N : N; -fun riot_V : V; -fun rioter_N : N; -fun riotous_A : A; -fun riotously_Adv : Adv; -fun rip_N : N; -fun rip_PN : PN; -fun rip_V : V; -fun rip_V2 : V2; -fun rip_off_N : N; -fun rip_roaring_A : A; -fun riparian_A : A; -fun ripcord_N : N; -fun ripe_A : A; -fun ripely_Adv : Adv; -fun ripen_V : V; -fun ripen_V2 : V2; -fun ripeness_N : N; -fun ripley_PN : PN; -fun ripon_PN : PN; -fun riposte_N : N; -fun riposte_V : V; -fun ripple_N : N; -fun ripple_V : V; -fun ripple_V2 : V2; -fun ripsaw_N : N; -fun riptide_N : N; -fun risborough_PN : PN; -fun risca_PN : PN; -fun rise_N : N; -fun rise_V : V; -fun riser_N : N; -fun rishton_PN : PN; -fun risibility_N : N; -fun risible_A : A; -fun rising_N : N; -fun risk_N : N; -fun risk_V2 : V2; -fun riskily_Adv : Adv; -fun riskiness_N : N; -fun risky_A : A; -fun risotto_N : N; -fun risque_A : A; -fun rissole_N : N; -fun rita_PN : PN; -fun rite_N : N; -fun ritual_A : A; -fun ritual_N : N; -fun ritualism_N : N; -fun ritualist_N : N; -fun ritualistic_A : A; -fun ritzy_A : A; -fun rival_N : N; -fun rival_V2 : V2; -fun rivalry_N : N; -fun rive_V : V; -fun rive_V2 : V2; -fun river_N : N; -fun river_basin_N : N; -fun river_bed_N : N; -fun riverside_N : N; -fun rivet_N : N; -fun rivet_V2 : V2; -fun riveter_N : N; -fun riviera_PN : PN; -fun rivulet_N : N; -fun rly_N : N; -fun rm_N : N; -fun rn_N : N; -fun roach_N : N; -fun road_N : N; -fun road_book_N : N; -fun road_hog_N : N; -fun road_metal_N : N; -fun road_sense_N : N; -fun roadbed_N : N; -fun roadblock_N : N; -fun roadhouse_N : N; -fun roadless_A : A; -fun roadman_N : N; -fun roadmender_N : N; -fun roadside_N : N; -fun roadstead_N : N; -fun roadster_N : N; -fun roadway_N : N; -fun roadworthy_A : A; -fun roam_V : V; -fun roam_V2 : V2; -fun roan_A : A; -fun roan_N : N; -fun roar_N : N; -fun roar_V : V; -fun roar_V2 : V2; -fun roaring_A : A; -fun roaring_Adv : Adv; -fun roast_A : A; -fun roast_N : N; -fun roast_V : V; -fun roast_V2 : V2; -fun roaster_N : N; -fun roasting_N : N; -fun rob_PN : PN; -fun rob_V2 : V2; -fun robber_N : N; -fun robbery_N : N; -fun robe_N : N; -fun robe_V : V; -fun robe_V2 : V2; -fun robert_PN : PN; -fun robin_N : N; -fun robin_PN : PN; -fun robot_N : N; -fun robust_A : A; -fun robustly_Adv : Adv; -fun robustness_N : N; -fun roc_N : N; -fun rochdale_PN : PN; -fun rochester_PN : PN; -fun rock_'n_roll_N : N; -fun rock_N : N; -fun rock_V : V; -fun rock_V2 : V2; -fun rock_bottom_N : N; -fun rock_cake_N : N; -fun rock_climbing_N : N; -fun rock_crystal_N : N; -fun rock_garden_N : N; -fun rock_plant_N : N; -fun rock_salmon_N : N; -fun rock_salt_N : N; -fun rocker_N : N; -fun rockery_N : N; -fun rocket_N : N; -fun rocket_V : V; -fun rocket_base_N : N; -fun rocket_range_N : N; -fun rocketry_N : N; -fun rocking_chair_N : N; -fun rocking_horse_N : N; -fun rocky_A : A; -fun rococo_A : A; -fun rod_N : N; -fun rod_PN : PN; -fun rodent_N : N; -fun rodeo_N : N; -fun rodney_PN : PN; -fun rodomontade_N : N; -fun roe_N : N; -fun roebuck_N : N; -fun roentgen_N : N; -fun rogation_N : N; -fun roger_PN : PN; -fun rogue_N : N; -fun rogue_elephant_N : N; -fun roguery_N : N; -fun roguish_A : A; -fun roguishly_Adv : Adv; -fun roguishness_N : N; -fun roisterer_N : N; -fun role_1_N : N; -fun roll_N : N; -fun roll_V : V; -fun roll_V2 : V2; -fun roll_call_N : N; -fun roll_on_N : N; -fun roller_N : N; -fun roller_skate_N : N; -fun rollicking_A : A; -fun rolling_N : N; -fun rolling_mill_N : N; -fun rolling_pin_N : N; -fun rolling_stock_N : N; -fun roly_poly_N : N; -fun romaic_A : A; -fun romaic_N : N; -fun roman_A : A; -fun roman_N : N; -fun romance_A : A; -fun romance_N : N; -fun romance_V : V; -fun romanesque_N : N; -fun romania_PN : PN; -fun romanian_A : A; -fun romanian_N : N; -fun romantic_A : A; -fun romantic_N : N; -fun romantically_Adv : Adv; -fun romanticism_N : N; -fun romanticist_N : N; -fun romanticize_V : V; -fun romanticize_V2 : V2; -fun romany_A : A; -fun romany_N : N; -fun rome_PN : PN; -fun romish_A : A; -fun romp_N : N; -fun romp_V : V; -fun romper_N : N; -fun romsey_PN : PN; -fun ron_PN : PN; -fun ronald_PN : PN; -fun rondeau_N : N; -fun rondel_N : N; -fun rondo_N : N; -fun roneo_N : N; -fun roneo_V2 : V2; -fun ronnie_PN : PN; -fun rood_N : N; -fun rood_tree_N : N; -fun roof_N : N; -fun roof_V2 : V2; -fun roof_garden_N : N; -fun roof_tree_N : N; -fun roofing_N : N; -fun roofless_A : A; -fun rook_N : N; -fun rook_V2 : V2; -fun rookery_N : N; -fun rookie_N : N; -fun room_N : N; -fun room_V : V; -fun room_mate_N : N; -fun roomed_A : A; -fun roomer_N : N; -fun roomful_N : N; -fun roomily_Adv : Adv; -fun roomy_A : A; -fun roost_N : N; -fun roost_V : V; -fun rooster_N : N; -fun root_N : N; -fun root_V : V; -fun root_V2 : V2; -fun rootle_V : V; -fun rootless_A : A; -fun rope_N : N; -fun rope_V2 : V2; -fun rope_dancer_N : N; -fun rope_ladder_N : N; -fun rope_yard_N : N; -fun rope_yarn_N : N; -fun ropewalk_N : N; -fun ropewalker_N : N; -fun ropeway_N : N; -fun ropey_A : A; -fun roquefort_N : N; -fun rosalie_PN : PN; -fun rosalind_PN : PN; -fun rosamund_PN : PN; -fun rosario_PN : PN; -fun rosary_N : N; -fun roscommon_PN : PN; -fun rose_N : N; -fun rose_PN : PN; -fun rose_bed_N : N; -fun rose_leaf_N : N; -fun rose_red_A : A; -fun rose_water_N : N; -fun roseate_A : A; -fun rosebud_N : N; -fun rosemary_N : N; -fun rosemary_PN : PN; -fun rosette_N : N; -fun rosewood_N : N; -fun rosie_PN : PN; -fun rosin_N : N; -fun rosin_V2 : V2; -fun roslyn_PN : PN; -fun ross_on_wye_PN : PN; -fun rossington_PN : PN; -fun rosslare_PN : PN; -fun roster_N : N; -fun rostock_PN : PN; -fun rostov_na_donu_PN : PN; -fun rostrum_N : N; -fun rosy_A : A; -fun rot_N : N; -fun rot_V : V; -fun rot_V2 : V2; -fun rota_N : N; -fun rotarian_N : N; -fun rotary_A : A; -fun rotary_N : N; -fun rotate_V : V; -fun rotate_V2 : V2; -fun rotation_N : N; -fun rotational_A : A; -fun rotationally_Adv : Adv; -fun rotatory_A : A; -fun rote_N : N; -fun rotgut_N : N; -fun rotherham_PN : PN; -fun rothesay_PN : PN; -fun rothwell_PN : PN; -fun rotisserie_N : N; -fun rotogravure_N : N; -fun rotor_N : N; -fun rotten_A : A; -fun rottenly_Adv : Adv; -fun rottenness_N : N; -fun rotter_N : N; -fun rotterdam_PN : PN; -fun rotund_A : A; -fun rotunda_N : N; -fun rotundity_N : N; -fun rotundly_Adv : Adv; -fun roubaix_PN : PN; -fun rouble_N : N; -fun rouen_PN : PN; -fun rouge_N : N; -fun rouge_V : V; -fun rouge_V2 : V2; -fun rough_A : A; -fun rough_Adv : Adv; -fun rough_N : N; -fun rough_V2 : V2; -fun rough_and_tumble_A : A; -fun rough_and_tumble_N : N; -fun rough_dry_V2 : V2; -fun rough_hewn_A : A; -fun rough_house_V : V; -fun rough_house_V2 : V2; -fun rough_spoken_A : A; -fun roughage_N : N; -fun roughcast_N : N; -fun roughcast_V2 : V2; -fun roughen_V : V; -fun roughen_V2 : V2; -fun roughish_A : A; -fun roughly_Adv : Adv; -fun roughneck_N : N; -fun roughness_N : N; -fun roughrider_N : N; -fun roughshod_A : A; -fun roulette_N : N; -fun round_A : A; -fun round_Adv : Adv; -fun round_N : N; -fun round_V : V; -fun round_V2 : V2; -fun round_arm_A : A; -fun round_arm_Adv : Adv; -fun round_backed_A : A; -fun round_eyed_A : A; -fun round_hand_N : N; -fun round_shot_N : N; -fun round_shouldered_A : A; -fun round_the_clock_A : A; -fun round_the_clock_Adv : Adv; -fun roundabout_A : A; -fun roundabout_N : N; -fun roundel_N : N; -fun roundelay_N : N; -fun roundhead_N : N; -fun roundhouse_N : N; -fun roundish_A : A; -fun roundly_Adv : Adv; -fun roundness_N : N; -fun roundsman_N : N; -fun roundup_N : N; -fun rouse_V : V; -fun rouse_V2 : V2; -fun rout_N : N; -fun rout_V2 : V2; -fun route_N : N; -fun route_V2 : V2; -fun routemarch_N : N; -fun routine_A : A; -fun routine_N : N; -fun roue_N : N; -fun rove_V : V; -fun rove_V2 : V2; -fun rover_N : N; -fun row_N : N; -fun row_V : V; -fun row_V2 : V2; -fun rowan_N : N; -fun rowan_berry_N : N; -fun rowan_tree_N : N; -fun rowboat_N : N; -fun rowdily_Adv : Adv; -fun rowdiness_N : N; -fun rowdy_A : A; -fun rowdy_N : N; -fun rowdyism_N : N; -fun rowel_N : N; -fun rower_N : N; -fun rowing_N : N; -fun rowing_boat_N : N; -fun rowing_club_N : N; -fun rowlands_gill_PN : PN; -fun rowlock_N : N; -fun roy_PN : PN; -fun royal_A : A; -fun royalist_N : N; -fun royally_Adv : Adv; -fun royalty_N : N; -fun royston_PN : PN; -fun rpm_N : N; -fun rspca_N : N; -fun rsvp_PN : PN; -fun rt_hon_PN : PN; -fun rub_N : N; -fun rub_V : V; -fun rub_V2 : V2; -fun rub_a_dub_N : N; -fun rub_down_N : N; -fun rub_up_N : N; -fun rubber_N : N; -fun rubber_V2 : V2; -fun rubber_stamp_V2 : V2; -fun rubberize_V2 : V2; -fun rubberneck_N : N; -fun rubberneck_V : V; -fun rubbery_A : A; -fun rubbing_N : N; -fun rubbish_N : N; -fun rubbish_V2 : V2; -fun rubbishing_N : N; -fun rubbishy_A : A; -fun rubble_N : N; -fun rubicon_N : N; -fun rubicund_A : A; -fun rubric_N : N; -fun ruby_A : A; -fun ruby_N : N; -fun ruck_N : N; -fun ruck_V : V; -fun ruck_V2 : V2; -fun rucksack_N : N; -fun ruckus_N : N; -fun rudder_N : N; -fun rudderless_A : A; -fun ruddiness_N : N; -fun ruddington_PN : PN; -fun ruddle_N : N; -fun ruddle_V2 : V2; -fun ruddy_A : A; -fun rude_A : A; -fun rudely_Adv : Adv; -fun rudeness_N : N; -fun rudiment_N : N; -fun rudimentary_A : A; -fun rudolf_PN : PN; -fun rudy_PN : PN; -fun rue_N : N; -fun rue_V2 : V2; -fun rueful_A : A; -fun ruefully_Adv : Adv; -fun ruff_N : N; -fun ruff_V : V; -fun ruff_V2 : V2; -fun ruffian_N : N; -fun ruffianism_N : N; -fun ruffianly_A : A; -fun ruffle_N : N; -fun ruffle_V : V; -fun ruffle_V2 : V2; -fun rug_N : N; -fun rugby_N : N; -fun rugby_PN : PN; -fun rugeley_PN : PN; -fun rugged_A : A; -fun ruggedly_Adv : Adv; -fun ruggedness_N : N; -fun rugger_N : N; -fun ruin_N : N; -fun ruin_V2 : V2; -fun ruination_N : N; -fun ruinous_A : A; -fun ruinously_Adv : Adv; -fun rule_N : N; -fun rule_V : V; -fun rule_V2 : V2; -fun ruler_N : N; -fun ruling_A : A; -fun ruling_N : N; -fun rum_N : N; -fun rum_runner_N : N; -fun rumba_N : N; -fun rumble_N : N; -fun rumble_V : V; -fun rumble_V2 : V2; -fun rumbling_N : N; -fun rumbustious_A : A; -fun ruminant_A : A; -fun ruminant_N : N; -fun ruminate_V : V; -fun rumination_N : N; -fun ruminative_A : A; -fun rummage_N : N; -fun rummage_V : V; -fun rummage_V2 : V2; -fun rummy_A : A; -fun rummy_N : N; -fun rumour_N : N; -fun rumour_V2 : V2; -fun rumour_monger_N : N; -fun rump_N : N; -fun rump_steak_N : N; -fun rumple_V2 : V2; -fun rumpus_N : N; -fun run_N : N; -fun run_V : V; -fun run_V2 : V2; -fun run_of_the_mill_A : A; -fun run_off_N : N; -fun run_through_N : N; -fun run_up_N : N; -fun runaway_A : A; -fun runaway_N : N; -fun runcorn_PN : PN; -fun rundown_A : A; -fun rundown_N : N; -fun rune_N : N; -fun rung_N : N; -fun runic_A : A; -fun runnel_N : N; -fun runner_N : N; -fun runner_up_N : N; -fun running_A : A; -fun running_N : N; -fun running_board_N : N; -fun runny_A : A; -fun runt_N : N; -fun runway_N : N; -fun rupee_N : N; -fun rupert_PN : PN; -fun rupiah_N : N; -fun rupture_N : N; -fun rupture_V : V; -fun rupture_V2 : V2; -fun rural_A : A; -fun ruritanian_A : A; -fun ruse_N : N; -fun rush_N : N; -fun rush_V : V; -fun rush_V2 : V2; -fun rushlight_N : N; -fun rushy_A : A; -fun rusk_N : N; -fun russet_A : A; -fun russet_N : N; -fun russia_PN : PN; -fun russian_A : A; -fun russian_N : N; -fun rust_N : N; -fun rust_V : V; -fun rust_V2 : V2; -fun rustic_A : A; -fun rustic_N : N; -fun rusticate_V : V; -fun rusticate_V2 : V2; -fun rusticity_N : N; -fun rustiness_N : N; -fun rustle_N : N; -fun rustle_V : V; -fun rustle_V2 : V2; -fun rustler_N : N; -fun rustless_A : A; -fun rustling_N : N; -fun rusty_A : A; -fun rut_N : N; -fun rut_V2 : V2; -fun ruth_PN : PN; -fun rutherglen_PN : PN; -fun ruthless_A : A; -fun ruthlessly_Adv : Adv; -fun ruthlessness_N : N; -fun rutland_PN : PN; -fun rwanda_PN : PN; -fun rwandan_A : A; -fun rwandan_N : N; -fun ryde_PN : PN; -fun rye_N : N; -fun rye_bread_N : N; -fun ryehill_PN : PN; -fun rechauffe_N : N; -fun regime_2_N : N; -fun resume_N : N; -fun role_2_N : N; -fun rontgen_N : N; -fun saarbrucken_PN : PN; -fun sabadeli_PN : PN; -fun sabah_PN : PN; -fun sabahan_A : A; -fun sabahan_N : N; -fun sabbatarian_A : A; -fun sabbatarian_N : N; -fun sabbath_N : N; -fun sabbatical_A : A; -fun sabbatical_N : N; -fun sable_A : A; -fun sable_N : N; -fun sabot_N : N; -fun sabotage_N : N; -fun sabotage_V2 : V2; -fun saboteur_N : N; -fun sabre_N : N; -fun sabre_V2 : V2; -fun sabre_rattling_N : N; -fun sabre_toothed_A : A; -fun sac_N : N; -fun saccharin_N : N; -fun saccharine_A : A; -fun sacerdotal_A : A; -fun sacerdotalism_N : N; -fun sachet_N : N; -fun sack_N : N; -fun sack_V2 : V2; -fun sack_race_N : N; -fun sackbut_N : N; -fun sackcloth_N : N; -fun sacking_N : N; -fun sacrament_N : N; -fun sacramental_A : A; -fun sacramento_PN : PN; -fun sacred_A : A; -fun sacredly_Adv : Adv; -fun sacredness_N : N; -fun sacrifice_N : N; -fun sacrifice_V : V; -fun sacrifice_V2 : V2; -fun sacrificial_A : A; -fun sacrilege_N : N; -fun sacrilegious_A : A; -fun sacristan_N : N; -fun sacristy_N : N; -fun sacrosanct_A : A; -fun sad_A : A; -fun sadden_V : V; -fun sadden_V2 : V2; -fun saddle_N : N; -fun saddle_V2 : V2; -fun saddle_sore_A : A; -fun saddlebag_N : N; -fun saddler_N : N; -fun saddlery_N : N; -fun sadhu_N : N; -fun sadism_N : N; -fun sadist_N : N; -fun sadistic_A : A; -fun sadly_Adv : Adv; -fun sadness_N : N; -fun sado_masochist_N : N; -fun sadomasochism_N : N; -fun sae_N : N; -fun safari_N : N; -fun safe_A : A; -fun safe_N : N; -fun safe_conduct_N : N; -fun safe_deposit_A : A; -fun safe_deposit_N : N; -fun safecracker_N : N; -fun safeguard_N : N; -fun safeguard_V2 : V2; -fun safekeeping_N : N; -fun safely_Adv : Adv; -fun safeness_N : N; -fun safety_N : N; -fun safety_belt_N : N; -fun safety_bolt_N : N; -fun safety_catch_N : N; -fun safety_curtain_N : N; -fun safety_factor_N : N; -fun safety_lamp_N : N; -fun safety_lock_N : N; -fun safety_match_N : N; -fun safety_pin_N : N; -fun safety_razor_N : N; -fun safety_valve_N : N; -fun saffron_N : N; -fun saffron_walden_PN : PN; -fun sag_N : N; -fun sag_V : V; -fun saga_N : N; -fun sagacious_A : A; -fun sagaciously_Adv : Adv; -fun sagacity_N : N; -fun sage_A : A; -fun sage_N : N; -fun sage_green_A : A; -fun sage_green_N : N; -fun sagely_Adv : Adv; -fun sagittarius_PN : PN; -fun sago_N : N; -fun sahib_N : N; -fun said_A : A; -fun saigon_PN : PN; -fun sail_N : N; -fun sail_V : V; -fun sail_V2 : V2; -fun sailcloth_N : N; -fun sailing_N : N; -fun sailing_boat_N : N; -fun sailing_master_N : N; -fun sailing_ship_N : N; -fun sailing_vessel_N : N; -fun sailor_N : N; -fun saint's_day_N : N; -fun saint_N : N; -fun sainted_A : A; -fun sainthood_N : N; -fun saintlike_A : A; -fun saintliness_N : N; -fun saintly_A : A; -fun sake_1_N : N; -fun sake_2_N : N; -fun sal_volatile_N : N; -fun salaam_N : N; -fun salaam_V : V; -fun salable_A : A; -fun salacious_A : A; -fun salaciously_Adv : Adv; -fun salaciousness_N : N; -fun salacity_N : N; -fun salad_N : N; -fun salad_dressing_N : N; -fun salad_oil_N : N; -fun salamanca_PN : PN; -fun salamander_N : N; -fun salami_N : N; -fun salaried_A : A; -fun salary_N : N; -fun sale_N : N; -fun sale_PN : PN; -fun saleable_A : A; -fun salerno_PN : PN; -fun saleroom_N : N; -fun salesman_N : N; -fun salesmanship_N : N; -fun saleswoman_N : N; -fun salford_PN : PN; -fun salience_N : N; -fun salient_A : A; -fun salient_N : N; -fun saline_A : A; -fun saline_N : N; -fun salinity_N : N; -fun salisbury_PN : PN; -fun saliva_N : N; -fun salivary_A : A; -fun salivate_V : V; -fun sallow_A : A; -fun sallow_V : V; -fun sallow_V2 : V2; -fun sally_N : N; -fun sally_PN : PN; -fun sally_V : V; -fun salmon_N : N; -fun salon_N : N; -fun saloon_N : N; -fun salsify_N : N; -fun salt_A : A; -fun salt_N : N; -fun salt_PN : PN; -fun salt_V2 : V2; -fun salt_cellar_N : N; -fun salt_lick_N : N; -fun saltash_PN : PN; -fun saltburn_PN : PN; -fun saltcoats_PN : PN; -fun saltiness_N : N; -fun saltpan_N : N; -fun saltpetre_N : N; -fun saltwater_N : N; -fun saltworks_N : N; -fun salty_A : A; -fun salubrious_A : A; -fun salubrity_N : N; -fun salutary_A : A; -fun salutation_N : N; -fun salute_N : N; -fun salute_V : V; -fun salute_V2 : V2; -fun salvador_PN : PN; -fun salvadorean_A : A; -fun salvadorean_N : N; -fun salvage_N : N; -fun salvage_V2 : V2; -fun salvation_N : N; -fun salve_N : N; -fun salve_V2 : V2; -fun salver_N : N; -fun salvia_N : N; -fun salvo_N : N; -fun salzburg_PN : PN; -fun sam_PN : PN; -fun samantha_PN : PN; -fun samaritan_N : N; -fun samba_N : N; -fun same_A : A; -fun same_Adv : Adv; -fun sameness_N : N; -fun sammy_PN : PN; -fun samoa_PN : PN; -fun samoan_A : A; -fun samoan_N : N; -fun samovar_N : N; -fun sampan_N : N; -fun sample_N : N; -fun sample_V2 : V2; -fun sampler_N : N; -fun samuel_PN : PN; -fun samurai_N : N; -fun san_antonio_PN : PN; -fun san_bernardino_PN : PN; -fun san_diego_PN : PN; -fun san_francisco_PN : PN; -fun san_jose_PN : PN; -fun san_juan_PN : PN; -fun san_marinese_A : A; -fun san_marinese_N : N; -fun san_marino_PN : PN; -fun san_sebastian_PN : PN; -fun sanatorium_N : N; -fun sanctification_N : N; -fun sanctify_V2 : V2; -fun sanctimonious_A : A; -fun sanctimoniously_Adv : Adv; -fun sanction_N : N; -fun sanction_V2 : V2; -fun sanctity_N : N; -fun sanctuary_N : N; -fun sanctum_N : N; -fun sand_N : N; -fun sand_V2 : V2; -fun sand_bar_N : N; -fun sandal_N : N; -fun sandalled_A : A; -fun sandalwood_N : N; -fun sandbach_PN : PN; -fun sandbag_N : N; -fun sandbank_N : N; -fun sandblast_V2 : V2; -fun sandboy_N : N; -fun sandfly_N : N; -fun sandglass_N : N; -fun sandiness_N : N; -fun sandown_PN : PN; -fun sandpaper_N : N; -fun sandpaper_V2 : V2; -fun sandpiper_N : N; -fun sandpit_N : N; -fun sandra_PN : PN; -fun sandstone_N : N; -fun sandstorm_N : N; -fun sandwich_N : N; -fun sandwich_V2 : V2; -fun sandwich_board_N : N; -fun sandwichman_N : N; -fun sandy_A : A; -fun sandy_PN : PN; -fun sane_A : A; -fun sanely_Adv : Adv; -fun sang_froid_N : N; -fun sango_N : N; -fun sanguinary_A : A; -fun sanguine_A : A; -fun sanitary_A : A; -fun sanitation_N : N; -fun sanity_N : N; -fun sanskrit_N : N; -fun santa_claus_N : N; -fun santa_claus_PN : PN; -fun santander_PN : PN; -fun santiago_PN : PN; -fun santo_domingo_PN : PN; -fun santos_PN : PN; -fun sao_paolo_PN : PN; -fun sap_N : N; -fun sap_V : V; -fun sap_V2 : V2; -fun saphead_N : N; -fun sapience_N : N; -fun sapient_A : A; -fun sapiently_Adv : Adv; -fun sapless_A : A; -fun sapling_N : N; -fun sapper_N : N; -fun sapphic_A : A; -fun sapphire_N : N; -fun sapporo_PN : PN; -fun sappy_A : A; -fun sapwood_N : N; -fun sara_PN : PN; -fun saraband_N : N; -fun saracen_N : N; -fun sarah_PN : PN; -fun sarajevo_PN : PN; -fun saratov_PN : PN; -fun sarawak_PN : PN; -fun sarawakian_A : A; -fun sarawakian_N : N; -fun sarcasm_N : N; -fun sarcastic_A : A; -fun sarcastically_Adv : Adv; -fun sarcophagus_N : N; -fun sardine_N : N; -fun sardonic_A : A; -fun sardonically_Adv : Adv; -fun sari_N : N; -fun sarisbury_PN : PN; -fun sarong_N : N; -fun sarsaparilla_N : N; -fun sartorial_A : A; -fun sash_N : N; -fun sash_cord_N : N; -fun sash_line_N : N; -fun saskatchewan_PN : PN; -fun sassari_PN : PN; -fun sassenach_N : N; -fun sat_PN : PN; -fun satan_N : N; -fun satanic_A : A; -fun satchel_N : N; -fun sate_V2 : V2; -fun sateen_N : N; -fun satellite_N : N; -fun satiable_A : A; -fun satiate_V2 : V2; -fun satiety_N : N; -fun satin_A : A; -fun satin_N : N; -fun satinwood_N : N; -fun satire_N : N; -fun satirical_A : A; -fun satirically_Adv : Adv; -fun satirist_N : N; -fun satirize_V2 : V2; -fun satisfaction_N : N; -fun satisfactorily_Adv : Adv; -fun satisfactory_A : A; -fun satisfy_V : V; -fun satisfy_V2 : V2; -fun satisfying_A : A; -fun satisfyingly_Adv : Adv; -fun satrap_N : N; -fun satsuma_N : N; -fun saturate_V2 : V2; -fun saturation_N : N; -fun saturday_N : N; -fun saturday_PN : PN; -fun saturn_PN : PN; -fun saturnalia_N : N; -fun saturnine_A : A; -fun satyr_N : N; -fun satyric_A : A; -fun sauce_N : N; -fun sauce_V2 : V2; -fun sauce_boat_N : N; -fun saucepan_N : N; -fun saucer_N : N; -fun saucer_eyed_A : A; -fun sauchie_PN : PN; -fun saucily_Adv : Adv; -fun sauciness_N : N; -fun saucy_A : A; -fun saudi_arabia_PN : PN; -fun saudi_arabian_A : A; -fun saudi_arabian_N : N; -fun sauerkraut_N : N; -fun sauna_N : N; -fun saunter_N : N; -fun saunter_V : V; -fun saunterer_N : N; -fun saurian_A : A; -fun saurian_N : N; -fun sausage_N : N; -fun sausage_dog_N : N; -fun sausage_meat_N : N; -fun sausage_roll_N : N; -fun saute_A : A; -fun saute_V2 : V2; -fun savage_A : A; -fun savage_N : N; -fun savage_V2 : V2; -fun savagely_Adv : Adv; -fun savageness_N : N; -fun savagery_N : N; -fun savanna_N : N; -fun savannah_N : N; -fun savant_N : N; -fun save_N : N; -fun save_V : V; -fun save_V2 : V2; -fun saveloy_N : N; -fun saver_N : N; -fun saving_A : A; -fun saving_N : N; -fun savings_bank_N : N; -fun saviour_N : N; -fun savoir_faire_N : N; -fun savory_N : N; -fun savour_N : N; -fun savour_V : V; -fun savour_V2 : V2; -fun savoury_A : A; -fun savoury_N : N; -fun savoy_N : N; -fun savvy_N : N; -fun savvy_V : V; -fun saw_N : N; -fun saw_V : V; -fun saw_V2 : V2; -fun saw_pit_N : N; -fun sawbridgeworth_PN : PN; -fun sawdust_N : N; -fun sawhorse_N : N; -fun sawmill_N : N; -fun sawyer_N : N; -fun sax_N : N; -fun saxhorn_N : N; -fun saxifrage_N : N; -fun saxon_A : A; -fun saxon_N : N; -fun saxophone_N : N; -fun saxophonist_N : N; -fun say_N : N; -fun say_V : V; -fun say_V2 : V2; -fun saying_N : N; -fun scab_N : N; -fun scabbard_N : N; -fun scabby_A : A; -fun scabies_N : N; -fun scabious_N : N; -fun scabrous_A : A; -fun scaffold_N : N; -fun scaffolding_N : N; -fun scalawag_N : N; -fun scald_N : N; -fun scald_V2 : V2; -fun scale_N : N; -fun scale_V : V; -fun scale_V2 : V2; -fun scaling_ladder_N : N; -fun scallop_N : N; -fun scallop_V2 : V2; -fun scallop_shell_N : N; -fun scallywag_N : N; -fun scalp_N : N; -fun scalp_V2 : V2; -fun scalpel_N : N; -fun scaly_A : A; -fun scamp_N : N; -fun scamp_V2 : V2; -fun scamper_N : N; -fun scamper_V : V; -fun scan_V : V; -fun scan_V2 : V2; -fun scandal_N : N; -fun scandalize_V2 : V2; -fun scandalmonger_N : N; -fun scandalmongering_N : N; -fun scandalous_A : A; -fun scandalously_Adv : Adv; -fun scandinavian_A : A; -fun scandinavian_N : N; -fun scanner_N : N; -fun scansion_N : N; -fun scant_A : A; -fun scant_V2 : V2; -fun scantily_Adv : Adv; -fun scantiness_N : N; -fun scantling_N : N; -fun scanty_A : A; -fun scapegoat_N : N; -fun scapegrace_N : N; -fun scapula_N : N; -fun scar_N : N; -fun scar_V : V; -fun scar_V2 : V2; -fun scarab_N : N; -fun scarborough_PN : PN; -fun scarce_A : A; -fun scarcely_Adv : Adv; -fun scarcity_N : N; -fun scare_N : N; -fun scare_V : V; -fun scare_V2 : V2; -fun scarecrow_N : N; -fun scaremonger_N : N; -fun scarf_N : N; -fun scarf_pin_N : N; -fun scarify_V2 : V2; -fun scarlet_A : A; -fun scarlet_N : N; -fun scarp_N : N; -fun scarper_V : V; -fun scary_A : A; -fun scathing_A : A; -fun scathingly_Adv : Adv; -fun scatter_N : N; -fun scatter_V : V; -fun scatter_V2 : V2; -fun scatterbrain_N : N; -fun scatterbrained_A : A; -fun scattered_A : A; -fun scatty_A : A; -fun scavenge_V : V; -fun scavenger_N : N; -fun scenario_N : N; -fun scenarist_N : N; -fun scene_N : N; -fun scene_painter_N : N; -fun scene_shifter_N : N; -fun scenery_N : N; -fun scenic_A : A; -fun scenically_Adv : Adv; -fun scent_N : N; -fun scent_V2 : V2; -fun scentless_A : A; -fun sceptered_A : A; -fun sceptic_N : N; -fun sceptical_A : A; -fun sceptically_Adv : Adv; -fun scepticism_N : N; -fun sceptre_N : N; -fun sceptred_A : A; -fun schedule_N : N; -fun schedule_V2 : V2; -fun schema_N : N; -fun schematic_A : A; -fun schematically_Adv : Adv; -fun scheme_N : N; -fun scheme_V : V; -fun scheme_V2 : V2; -fun schemer_N : N; -fun scherzo_N : N; -fun schism_N : N; -fun schismatic_A : A; -fun schist_N : N; -fun schizoid_A : A; -fun schizophrenia_N : N; -fun schizophrenic_A : A; -fun schizophrenic_N : N; -fun schmaltz_N : N; -fun schmaltzy_A : A; -fun schmalz_N : N; -fun schmalzy_A : A; -fun schnapps_N : N; -fun schnitzel_N : N; -fun schnorkel_N : N; -fun scholar_N : N; -fun scholarly_A : A; -fun scholarship_N : N; -fun scholastic_A : A; -fun scholasticism_N : N; -fun school_N : N; -fun school_V2 : V2; -fun school_board_N : N; -fun schoolbook_N : N; -fun schoolboy_N : N; -fun schoolchild_N : N; -fun schoolfellow_N : N; -fun schoolfriend_N : N; -fun schoolgirl_N : N; -fun schoolhouse_N : N; -fun schooling_N : N; -fun schoolman_N : N; -fun schoolmaster_N : N; -fun schoolmate_N : N; -fun schoolmistress_N : N; -fun schoolroom_N : N; -fun schoolteacher_N : N; -fun schooltime_N : N; -fun schooner_N : N; -fun schottische_N : N; -fun schwa_N : N; -fun schwerin_PN : PN; -fun sci_fi_N : N; -fun sciatic_A : A; -fun sciatica_N : N; -fun science_N : N; -fun scientific_A : A; -fun scientifically_Adv : Adv; -fun scientist_N : N; -fun scimitar_N : N; -fun scintilla_N : N; -fun scintillate_V : V; -fun scintillation_N : N; -fun scion_N : N; -fun sclerosis_N : N; -fun scoff_N : N; -fun scoff_V : V; -fun scoff_V2 : V2; -fun scoffer_N : N; -fun scoffingly_Adv : Adv; -fun scold_N : N; -fun scold_V : V; -fun scold_V2 : V2; -fun scolding_N : N; -fun scollop_N : N; -fun scollop_V2 : V2; -fun sconce_N : N; -fun scone_N : N; -fun scoop_N : N; -fun scoop_V2 : V2; -fun scoopful_N : N; -fun scoot_V : V; -fun scooter_N : N; -fun scope_N : N; -fun scorbutic_A : A; -fun scorch_N : N; -fun scorch_V : V; -fun scorch_V2 : V2; -fun scorcher_N : N; -fun scorching_A : A; -fun scorching_Adv : Adv; -fun score_N : N; -fun score_V : V; -fun score_V2 : V2; -fun scoreboard_N : N; -fun scorebook_N : N; -fun scorecard_N : N; -fun scorer_N : N; -fun scorn_N : N; -fun scorn_V2 : V2; -fun scornful_A : A; -fun scornfully_Adv : Adv; -fun scorpio_PN : PN; -fun scorpion_N : N; -fun scot_N : N; -fun scot_free_Adv : Adv; -fun scotch_A : A; -fun scotch_N : N; -fun scotch_V2 : V2; -fun scotchman_N : N; -fun scotchwoman_N : N; -fun scotland_PN : PN; -fun scotland_yard_PN : PN; -fun scots_A : A; -fun scotsman_N : N; -fun scotswoman_N : N; -fun scottish_A : A; -fun scoundrel_N : N; -fun scoundrelly_A : A; -fun scour_N : N; -fun scour_V : V; -fun scour_V2 : V2; -fun scourer_N : N; -fun scourge_N : N; -fun scourge_V2 : V2; -fun scout_N : N; -fun scout_V : V; -fun scout_V2 : V2; -fun scoutmaster_N : N; -fun scow_N : N; -fun scowl_N : N; -fun scowl_V : V; -fun scrabble_N : N; -fun scrabble_V : V; -fun scrag_N : N; -fun scrag_V2 : V2; -fun scrag_end_N : N; -fun scraggy_A : A; -fun scram_V : V; -fun scramble_N : N; -fun scramble_V : V; -fun scramble_V2 : V2; -fun scrambler_N : N; -fun scrap_N : N; -fun scrap_V2 : V2; -fun scrap_iron_N : N; -fun scrapbook_N : N; -fun scrape_N : N; -fun scrape_V : V; -fun scrape_V2 : V2; -fun scraper_N : N; -fun scrapheap_N : N; -fun scraping_N : N; -fun scrappily_Adv : Adv; -fun scrappiness_N : N; -fun scrappy_A : A; -fun scratch_N : N; -fun scratch_V : V; -fun scratch_V2 : V2; -fun scratch_pad_N : N; -fun scratch_race_N : N; -fun scratchy_A : A; -fun scrawl_N : N; -fun scrawl_V : V; -fun scrawl_V2 : V2; -fun scrawny_A : A; -fun scream_N : N; -fun scream_V : V; -fun scream_V2 : V2; -fun screamingly_Adv : Adv; -fun scree_N : N; -fun screech_N : N; -fun screech_V : V; -fun screech_V2 : V2; -fun screech_owl_N : N; -fun screed_N : N; -fun screen_N : N; -fun screen_V : V; -fun screen_V2 : V2; -fun screw_N : N; -fun screw_V : V; -fun screw_V2 : V2; -fun screw_topped_A : A; -fun screwball_A : A; -fun screwball_N : N; -fun screwdriver_N : N; -fun screwy_A : A; -fun scribble_N : N; -fun scribble_V : V; -fun scribble_V2 : V2; -fun scribbler_N : N; -fun scribbling_block_N : N; -fun scribe_N : N; -fun scrimmage_N : N; -fun scrimmage_V : V; -fun scrimmage_V2 : V2; -fun scrimp_V : V; -fun scrimp_V2 : V2; -fun scrimshank_V : V; -fun scrimshanker_N : N; -fun scrip_N : N; -fun script_N : N; -fun scripted_A : A; -fun scriptural_A : A; -fun scripture_N : N; -fun scriptwriter_N : N; -fun scrivener_N : N; -fun scrofula_N : N; -fun scrofulous_A : A; -fun scroll_N : N; -fun scrooge_N : N; -fun scrotum_N : N; -fun scrounge_V : V; -fun scrounge_V2 : V2; -fun scrounger_N : N; -fun scrub_N : N; -fun scrub_V : V; -fun scrub_V2 : V2; -fun scrubbing_brush_N : N; -fun scrubby_A : A; -fun scruff_N : N; -fun scruffy_A : A; -fun scrum_N : N; -fun scrummage_N : N; -fun scrumptious_A : A; -fun scrunch_N : N; -fun scrunch_V2 : V2; -fun scruple_N : N; -fun scruple_V : V; -fun scrupulous_A : A; -fun scrupulously_Adv : Adv; -fun scrutineer_N : N; -fun scrutinize_V2 : V2; -fun scrutiny_N : N; -fun scud_N : N; -fun scud_V : V; -fun scuff_V : V; -fun scuff_V2 : V2; -fun scuffle_V : V; -fun scull_N : N; -fun scull_V : V; -fun scull_V2 : V2; -fun sculler_N : N; -fun scullery_N : N; -fun scullion_N : N; -fun sculpt_V : V; -fun sculpt_V2 : V2; -fun sculptor_N : N; -fun sculptress_N : N; -fun sculptural_A : A; -fun sculpture_N : N; -fun sculpture_V : V; -fun sculpture_V2 : V2; -fun scum_N : N; -fun scummy_A : A; -fun scunthorpe_PN : PN; -fun scupper_N : N; -fun scupper_V2 : V2; -fun scurf_N : N; -fun scurfy_A : A; -fun scurrility_N : N; -fun scurrilous_A : A; -fun scurrilously_Adv : Adv; -fun scurry_N : N; -fun scurry_V : V; -fun scurvily_Adv : Adv; -fun scurvy_A : A; -fun scurvy_N : N; -fun scut_N : N; -fun scutcheon_N : N; -fun scuttle_N : N; -fun scuttle_V : V; -fun scuttle_V2 : V2; -fun scylla_N : N; -fun scythe_N : N; -fun scythe_V2 : V2; -fun sea_N : N; -fun sea_anemone_N : N; -fun sea_animal_N : N; -fun sea_bathing_N : N; -fun sea_boat_N : N; -fun sea_bream_N : N; -fun sea_breeze_N : N; -fun sea_coal_N : N; -fun sea_cow_N : N; -fun sea_dog_N : N; -fun sea_fish_N : N; -fun sea_girt_A : A; -fun sea_god_N : N; -fun sea_green_A : A; -fun sea_green_N : N; -fun sea_horse_N : N; -fun sea_level_N : N; -fun sea_lion_N : N; -fun sea_power_N : N; -fun sea_rover_N : N; -fun sea_snake_N : N; -fun sea_urchin_N : N; -fun sea_wall_N : N; -fun sea_water_N : N; -fun seabed_N : N; -fun seabird_N : N; -fun seaboard_N : N; -fun seaborne_A : A; -fun seafarer_N : N; -fun seafaring_A : A; -fun seafood_N : N; -fun seaford_PN : PN; -fun seafront_N : N; -fun seagoing_A : A; -fun seagull_N : N; -fun seaham_PN : PN; -fun seakale_N : N; -fun seal_N : N; -fun seal_V : V; -fun seal_V2 : V2; -fun seal_ring_N : N; -fun sealer_N : N; -fun sealing_wax_N : N; -fun sealskin_N : N; -fun sealyham_N : N; -fun seam_N : N; -fun seam_V2 : V2; -fun seaman_N : N; -fun seamanlike_A : A; -fun seamanship_N : N; -fun seamless_A : A; -fun seamstress_N : N; -fun seamus_PN : PN; -fun seamy_A : A; -fun sean_PN : PN; -fun seaplane_N : N; -fun seaport_N : N; -fun sear_A : A; -fun sear_V2 : V2; -fun search_N : N; -fun search_V : V; -fun search_V2 : V2; -fun search_party_N : N; -fun search_warrant_N : N; -fun searcher_N : N; -fun searching_A : A; -fun searchingly_Adv : Adv; -fun searchlight_N : N; -fun searing_iron_N : N; -fun seascape_N : N; -fun seashell_N : N; -fun seashore_N : N; -fun seasick_A : A; -fun seasickness_N : N; -fun seaside_N : N; -fun season_N : N; -fun season_V : V; -fun season_V2 : V2; -fun season_ticket_N : N; -fun seasonable_A : A; -fun seasonal_A : A; -fun seasonally_Adv : Adv; -fun seasoning_N : N; -fun seat_N : N; -fun seat_V2 : V2; -fun seat_belt_N : N; -fun seating_room_N : N; -fun seaton_burn_PN : PN; -fun seaton_delaval_PN : PN; -fun seattle_PN : PN; -fun seaward_A : A; -fun seawards_Adv : Adv; -fun seaway_N : N; -fun seaweed_N : N; -fun seaworthiness_N : N; -fun seaworthy_A : A; -fun sec_N : N; -fun secede_V : V; -fun secession_N : N; -fun secessionist_N : N; -fun seclude_V2 : V2; -fun secluded_A : A; -fun seclusion_N : N; -fun second_A : A; -fun second_Adv : Adv; -fun second_N : N; -fun second_V2 : V2; -fun second_best_A : A; -fun second_best_Adv : Adv; -fun second_best_N : N; -fun second_class_A : A; -fun second_class_Adv : Adv; -fun second_class_N : N; -fun second_hand_A : A; -fun second_hand_N : N; -fun second_rate_A : A; -fun second_rater_N : N; -fun second_sighted_A : A; -fun secondarily_Adv : Adv; -fun secondary_A : A; -fun seconder_N : N; -fun secondly_Adv : Adv; -fun secondment_N : N; -fun secrecy_N : N; -fun secret_A : A; -fun secret_N : N; -fun secretarial_A : A; -fun secretariat_N : N; -fun secretary_N : N; -fun secretary_general_N : N; -fun secrete_V2 : V2; -fun secretion_N : N; -fun secretive_A : A; -fun secretively_Adv : Adv; -fun secretiveness_N : N; -fun secretly_Adv : Adv; -fun sect_N : N; -fun sectarian_A : A; -fun sectarian_N : N; -fun sectarianism_N : N; -fun section_N : N; -fun sectional_A : A; -fun sectionalism_N : N; -fun sector_N : N; -fun secular_A : A; -fun secularism_N : N; -fun secularist_N : N; -fun secularize_V2 : V2; -fun secure_A : A; -fun secure_V2 : V2; -fun securely_Adv : Adv; -fun securicor_PN : PN; -fun security_N : N; -fun sedan_N : N; -fun sedan_chair_N : N; -fun sedate_A : A; -fun sedate_V2 : V2; -fun sedately_Adv : Adv; -fun sedateness_N : N; -fun sedation_N : N; -fun sedative_A : A; -fun sedative_N : N; -fun sedentary_A : A; -fun sedge_N : N; -fun sedgy_A : A; -fun sediment_N : N; -fun sedimentary_A : A; -fun sedition_N : N; -fun seditious_A : A; -fun seduce_V2 : V2; -fun seducer_N : N; -fun seduction_N : N; -fun seductive_A : A; -fun seductively_Adv : Adv; -fun sedulous_A : A; -fun sedulously_Adv : Adv; -fun see_N : N; -fun see_V : V; -fun see_V2 : V2; -fun see_through_A : A; -fun seed_N : N; -fun seed_V : V; -fun seed_V2 : V2; -fun seed_corn_N : N; -fun seedbed_N : N; -fun seedcake_N : N; -fun seedily_Adv : Adv; -fun seediness_N : N; -fun seedless_A : A; -fun seedling_N : N; -fun seedsman_N : N; -fun seedtime_N : N; -fun seedy_A : A; -fun seek_V2 : V2; -fun seeker_N : N; -fun seem_V : V; -fun seeming_A : A; -fun seemingly_Adv : Adv; -fun seemliness_N : N; -fun seemly_A : A; -fun seep_V : V; -fun seepage_N : N; -fun seer_N : N; -fun seersucker_N : N; -fun seesaw_N : N; -fun seesaw_V : V; -fun seethe_V : V; -fun seethe_V2 : V2; -fun segment_N : N; -fun segment_V : V; -fun segment_V2 : V2; -fun segmentation_N : N; -fun segregate_V2 : V2; -fun segregation_N : N; -fun seignior_N : N; -fun seine_N : N; -fun seine_V : V; -fun seine_V2 : V2; -fun seismic_A : A; -fun seismograph_N : N; -fun seismologist_N : N; -fun seismology_N : N; -fun seize_V : V; -fun seize_V2 : V2; -fun seizure_N : N; -fun selby_PN : PN; -fun seldom_Adv : Adv; -fun select_A : A; -fun select_V2 : V2; -fun selection_N : N; -fun selective_A : A; -fun selectively_Adv : Adv; -fun selectivity_N : N; -fun selector_N : N; -fun selenium_N : N; -fun self_N : N; -fun self_abasement_N : N; -fun self_abnegation_N : N; -fun self_absorbed_A : A; -fun self_acting_A : A; -fun self_activating_A : A; -fun self_addressed_A : A; -fun self_appointed_A : A; -fun self_assertion_N : N; -fun self_assertive_A : A; -fun self_assurance_N : N; -fun self_assured_A : A; -fun self_centred_A : A; -fun self_collected_A : A; -fun self_coloured_A : A; -fun self_command_N : N; -fun self_communion_N : N; -fun self_complacency_N : N; -fun self_confessed_A : A; -fun self_confidence_N : N; -fun self_confident_A : A; -fun self_conscious_A : A; -fun self_consciousness_N : N; -fun self_contained_A : A; -fun self_control_N : N; -fun self_defence_N : N; -fun self_denial_N : N; -fun self_denying_A : A; -fun self_determination_N : N; -fun self_educated_A : A; -fun self_effacing_A : A; -fun self_employed_A : A; -fun self_esteem_N : N; -fun self_evident_A : A; -fun self_examination_N : N; -fun self_explanatory_A : A; -fun self_help_N : N; -fun self_importance_N : N; -fun self_important_A : A; -fun self_imposed_A : A; -fun self_indulgence_N : N; -fun self_indulgent_A : A; -fun self_interest_N : N; -fun self_locking_A : A; -fun self_made_A : A; -fun self_opinionated_A : A; -fun self_pity_N : N; -fun self_possessed_A : A; -fun self_possession_N : N; -fun self_preservation_N : N; -fun self_raising_A : A; -fun self_reliance_N : N; -fun self_reliant_A : A; -fun self_respect_N : N; -fun self_respecting_A : A; -fun self_righteous_A : A; -fun self_rule_N : N; -fun self_sacrifice_N : N; -fun self_sacrificing_A : A; -fun self_same_A : A; -fun self_sealing_A : A; -fun self_seeker_N : N; -fun self_seeking_A : A; -fun self_seeking_N : N; -fun self_service_N : N; -fun self_sown_A : A; -fun self_starter_N : N; -fun self_styled_A : A; -fun self_sufficiency_N : N; -fun self_sufficient_A : A; -fun self_sufficing_A : A; -fun self_supporting_A : A; -fun self_will_N : N; -fun self_willed_A : A; -fun self_winding_A : A; -fun selfconsciously_Adv : Adv; -fun selfish_A : A; -fun selfishly_Adv : Adv; -fun selfishness_N : N; -fun selkirk_PN : PN; -fun sell_N : N; -fun sell_V : V; -fun sell_V2 : V2; -fun seller_N : N; -fun selling_N : N; -fun sellout_N : N; -fun selsey_PN : PN; -fun selston_PN : PN; -fun selvage_N : N; -fun selvedge_N : N; -fun semantic_A : A; -fun semantics_N : N; -fun semaphore_N : N; -fun semaphore_V : V; -fun semaphore_V2 : V2; -fun semarang_PN : PN; -fun semblance_N : N; -fun semen_N : N; -fun semester_N : N; -fun semibreve_N : N; -fun semicircle_N : N; -fun semicircular_A : A; -fun semicolon_N : N; -fun semiconducting_A : A; -fun semiconductor_N : N; -fun semiconscious_A : A; -fun semidetached_A : A; -fun semifinal_N : N; -fun semifinalist_N : N; -fun seminal_A : A; -fun seminar_N : N; -fun seminarist_N : N; -fun seminary_N : N; -fun semiofficial_A : A; -fun semiquaver_N : N; -fun semirigid_A : A; -fun semite_A : A; -fun semite_N : N; -fun semitic_A : A; -fun semitone_N : N; -fun semitropical_A : A; -fun semivowel_N : N; -fun semolina_N : N; -fun sempstress_N : N; -fun senate_N : N; -fun senator_N : N; -fun senatorial_A : A; -fun send_V : V; -fun send_V2 : V2; -fun send_up_N : N; -fun sender_N : N; -fun sendoff_N : N; -fun senegal_PN : PN; -fun senegalese_A : A; -fun senegalese_N : N; -fun senescence_N : N; -fun senescent_A : A; -fun seneschal_N : N; -fun senile_A : A; -fun senility_N : N; -fun senior_A : A; -fun senior_N : N; -fun seniority_N : N; -fun senna_N : N; -fun senora_N : N; -fun senorita_N : N; -fun sensation_N : N; -fun sensational_A : A; -fun sensationalism_N : N; -fun sensationalist_N : N; -fun sensationally_Adv : Adv; -fun sense_N : N; -fun sense_V2 : V2; -fun sense_organ_N : N; -fun senseless_A : A; -fun senselessly_Adv : Adv; -fun senselessness_N : N; -fun sensibility_N : N; -fun sensible_A : A; -fun sensibly_Adv : Adv; -fun sensitive_A : A; -fun sensitively_Adv : Adv; -fun sensitivity_N : N; -fun sensitization_N : N; -fun sensitize_V2 : V2; -fun sensory_A : A; -fun sensual_A : A; -fun sensualism_N : N; -fun sensualist_N : N; -fun sensuality_N : N; -fun sensuous_A : A; -fun sensuously_Adv : Adv; -fun sensuousness_N : N; -fun sentence_N : N; -fun sentence_V2 : V2; -fun sententious_A : A; -fun sententiously_Adv : Adv; -fun sentient_A : A; -fun sentiment_N : N; -fun sentimental_A : A; -fun sentimentalist_N : N; -fun sentimentality_N : N; -fun sentimentalize_V : V; -fun sentimentalize_V2 : V2; -fun sentimentally_Adv : Adv; -fun sentinel_N : N; -fun sentry_N : N; -fun sentry_box_N : N; -fun sentry_go_N : N; -fun seoul_PN : PN; -fun sepal_N : N; -fun separability_N : N; -fun separable_A : A; -fun separably_Adv : Adv; -fun separate_A : A; -fun separate_N : N; -fun separate_V : V; -fun separate_V2 : V2; -fun separately_Adv : Adv; -fun separation_N : N; -fun separatist_N : N; -fun separator_N : N; -fun sepia_N : N; -fun sepsis_N : N; -fun sept_PN : PN; -fun september_N : N; -fun september_PN : PN; -fun septet_N : N; -fun septic_A : A; -fun septicaemia_N : N; -fun septicemia_N : N; -fun septuagenarian_N : N; -fun septuagint_N : N; -fun sepulchral_A : A; -fun sepulchre_N : N; -fun sepulture_N : N; -fun sequel_N : N; -fun sequence_N : N; -fun sequent_A : A; -fun sequential_A : A; -fun sequentially_Adv : Adv; -fun sequester_V2 : V2; -fun sequestered_A : A; -fun sequestrate_V2 : V2; -fun sequestration_N : N; -fun sequin_N : N; -fun sequoia_N : N; -fun seraglio_N : N; -fun seraph_N : N; -fun seraphic_A : A; -fun serbo_croat_N : N; -fun sere_A : A; -fun serenade_N : N; -fun serenade_V2 : V2; -fun serendipity_N : N; -fun serene_A : A; -fun serenely_Adv : Adv; -fun serenity_N : N; -fun serf_N : N; -fun serfdom_N : N; -fun serge_N : N; -fun sergeant_N : N; -fun sergeant_major_N : N; -fun serial_A : A; -fun serial_N : N; -fun serialize_V2 : V2; -fun serially_Adv : Adv; -fun seriatim_Adv : Adv; -fun sericultural_A : A; -fun sericulture_N : N; -fun sericulturist_N : N; -fun series_N : N; -fun seriocomic_A : A; -fun serious_A : A; -fun seriously_Adv : Adv; -fun seriousness_N : N; -fun serjeant_N : N; -fun serjeant_at_arms_N : N; -fun sermon_N : N; -fun sermonize_V : V; -fun sermonize_V2 : V2; -fun serous_A : A; -fun serpent_N : N; -fun serpentine_A : A; -fun serrated_A : A; -fun serried_A : A; -fun serum_N : N; -fun servant_N : N; -fun serve_N : N; -fun serve_V : V; -fun serve_V2 : V2; -fun server_N : N; -fun service_N : N; -fun service_V2 : V2; -fun serviceable_A : A; -fun serviceman_N : N; -fun serviette_N : N; -fun servile_A : A; -fun servilely_Adv : Adv; -fun servility_N : N; -fun serving_N : N; -fun servitor_N : N; -fun servitude_N : N; -fun sesame_N : N; -fun sesotho_N : N; -fun sesquipedalian_A : A; -fun session_N : N; -fun set_N : N; -fun set_V : V; -fun set_V2 : V2; -fun set_square_N : N; -fun set_to_N : N; -fun set_up_N : N; -fun setback_N : N; -fun setswana_N : N; -fun sett_N : N; -fun settee_N : N; -fun setter_N : N; -fun setting_N : N; -fun settle_N : N; -fun settle_V : V; -fun settle_V2 : V2; -fun settled_A : A; -fun settlement_N : N; -fun settler_N : N; -fun seven_A : A; -fun seven_N : N; -fun seven_sisters_PN : PN; -fun sevenfold_A : A; -fun sevenfold_Adv : Adv; -fun sevenoaks_PN : PN; -fun seventeen_A : A; -fun seventeen_N : N; -fun seventeenth_A : A; -fun seventeenth_N : N; -fun seventh_A : A; -fun seventh_N : N; -fun seventhly_Adv : Adv; -fun seventieth_A : A; -fun seventieth_N : N; -fun seventy_A : A; -fun seventy_N : N; -fun sever_V : V; -fun sever_V2 : V2; -fun several_A : A; -fun severally_Adv : Adv; -fun severance_N : N; -fun severe_A : A; -fun severely_Adv : Adv; -fun severity_N : N; -fun sevilla_PN : PN; -fun seville_PN : PN; -fun sew_V : V; -fun sew_V2 : V2; -fun sewage_N : N; -fun sewage_farm_N : N; -fun sewage_works_N : N; -fun sewer_N : N; -fun sewer_gas_N : N; -fun sewer_rat_N : N; -fun sewerage_N : N; -fun sewing_N : N; -fun sewing_machine_N : N; -fun sex_N : N; -fun sex_V2 : V2; -fun sex_starved_A : A; -fun sexagenarian_A : A; -fun sexagenarian_N : N; -fun sexed_A : A; -fun sexism_N : N; -fun sexist_A : A; -fun sexist_N : N; -fun sexless_A : A; -fun sextant_N : N; -fun sextet_N : N; -fun sextette_N : N; -fun sexton_N : N; -fun sexual_A : A; -fun sexuality_N : N; -fun sexually_Adv : Adv; -fun sexy_A : A; -fun seychelles_PN : PN; -fun seychellois_A : A; -fun seychellois_N : N; -fun senor_N : N; -fun sgd_PN : PN; -fun sgt_PN : PN; -fun shabbily_Adv : Adv; -fun shabbiness_N : N; -fun shabby_A : A; -fun shabby_genteel_A : A; -fun shack_N : N; -fun shack_V : V; -fun shackle_N : N; -fun shackle_V2 : V2; -fun shad_N : N; -fun shaddock_N : N; -fun shade_N : N; -fun shade_V : V; -fun shade_V2 : V2; -fun shade_tree_N : N; -fun shading_N : N; -fun shadow_N : N; -fun shadow_V2 : V2; -fun shadow_boxing_N : N; -fun shadowy_A : A; -fun shady_A : A; -fun shaft_N : N; -fun shag_N : N; -fun shag_V : V; -fun shag_V2 : V2; -fun shaggily_Adv : Adv; -fun shagginess_N : N; -fun shagging_N : N; -fun shaggy_A : A; -fun shah_N : N; -fun shake_N : N; -fun shake_V : V; -fun shake_V2 : V2; -fun shake_up_N : N; -fun shakedown_N : N; -fun shakeout_N : N; -fun shaker_N : N; -fun shakespearian_A : A; -fun shakily_Adv : Adv; -fun shakiness_N : N; -fun shaking_N : N; -fun shaky_A : A; -fun shale_N : N; -fun shale_oil_N : N; -fun shallot_N : N; -fun shallow_A : A; -fun shallow_N : N; -fun shallow_V : V; -fun sham_A : A; -fun sham_N : N; -fun sham_V : V; -fun sham_V2 : V2; -fun shamble_N : N; -fun shamble_V : V; -fun shambles_N : N; -fun shame_N : N; -fun shame_V2 : V2; -fun shame_making_A : A; -fun shamefaced_A : A; -fun shamefacedly_Adv : Adv; -fun shameful_A : A; -fun shamefully_Adv : Adv; -fun shameless_A : A; -fun shamelessly_Adv : Adv; -fun shamelessness_N : N; -fun shammy_N : N; -fun shampoo_N : N; -fun shampoo_V2 : V2; -fun shamrock_N : N; -fun shandy_N : N; -fun shanghai_PN : PN; -fun shanghai_V2 : V2; -fun shank_N : N; -fun shanklin_PN : PN; -fun shantung_N : N; -fun shanty_N : N; -fun shantytown_N : N; -fun shape_N : N; -fun shape_V : V; -fun shape_V2 : V2; -fun shapeless_A : A; -fun shapelessly_Adv : Adv; -fun shapelessness_N : N; -fun shapely_A : A; -fun shard_N : N; -fun share_N : N; -fun share_V : V; -fun share_V2 : V2; -fun share_out_N : N; -fun sharecropper_N : N; -fun shareholder_N : N; -fun shareholding_N : N; -fun shark_N : N; -fun sharkskin_N : N; -fun sharon_PN : PN; -fun sharp_A : A; -fun sharp_Adv : Adv; -fun sharp_N : N; -fun sharp_eyed_A : A; -fun sharp_set_A : A; -fun sharp_sighted_A : A; -fun sharp_witted_A : A; -fun sharpen_V : V; -fun sharpen_V2 : V2; -fun sharpener_N : N; -fun sharper_N : N; -fun sharply_Adv : Adv; -fun sharpness_N : N; -fun sharpshooter_N : N; -fun shatter_V : V; -fun shatter_V2 : V2; -fun shatterproof_A : A; -fun shave_N : N; -fun shave_V : V; -fun shave_V2 : V2; -fun shaver_N : N; -fun shavian_A : A; -fun shavian_N : N; -fun shaving_brush_N : N; -fun shawl_N : N; -fun she_goat_N : N; -fun sheaf_N : N; -fun shear_V2 : V2; -fun sheath_N : N; -fun sheath_knife_N : N; -fun sheathe_V2 : V2; -fun sheathing_N : N; -fun shebang_N : N; -fun shebeen_N : N; -fun shed_N : N; -fun shed_V2 : V2; -fun sheen_N : N; -fun sheep_N : N; -fun sheepdog_N : N; -fun sheepfold_N : N; -fun sheepish_A : A; -fun sheepishly_Adv : Adv; -fun sheepishness_N : N; -fun sheeprun_N : N; -fun sheepskin_N : N; -fun sheer_A : A; -fun sheer_Adv : Adv; -fun sheer_V : V; -fun sheerness_PN : PN; -fun sheet_N : N; -fun sheet_anchor_N : N; -fun sheet_lightning_N : N; -fun sheeting_N : N; -fun sheffield_PN : PN; -fun sheik_N : N; -fun sheikdom_N : N; -fun sheikh_N : N; -fun sheikhdom_N : N; -fun sheila_PN : PN; -fun shekel_N : N; -fun sheldrake_N : N; -fun shelf_N : N; -fun shelford_PN : PN; -fun shell_N : N; -fun shell_V : V; -fun shell_V2 : V2; -fun shell_shock_N : N; -fun shellac_N : N; -fun shellac_V2 : V2; -fun shellfire_N : N; -fun shellfish_N : N; -fun shellproof_A : A; -fun shelter_N : N; -fun shelter_V : V; -fun shelter_V2 : V2; -fun shelve_V : V; -fun shelve_V2 : V2; -fun shepherd_N : N; -fun shepherd_V2 : V2; -fun shepherdess_N : N; -fun shepshed_PN : PN; -fun shepton_mallet_PN : PN; -fun sheraton_N : N; -fun sherbet_N : N; -fun sherbourne_PN : PN; -fun sheriff_N : N; -fun sheringham_PN : PN; -fun sherry_N : N; -fun shetland_PN : PN; -fun shevington_PN : PN; -fun shew_V : V; -fun shew_V2 : V2; -fun shibboleth_N : N; -fun shield_N : N; -fun shield_V2 : V2; -fun shift_N : N; -fun shift_V : V; -fun shift_V2 : V2; -fun shiftily_Adv : Adv; -fun shiftiness_N : N; -fun shiftless_A : A; -fun shifty_A : A; -fun shihkiachwang_PN : PN; -fun shildon_PN : PN; -fun shillelagh_N : N; -fun shilling_N : N; -fun shillyshally_N : N; -fun shillyshally_V : V; -fun shimmer_N : N; -fun shimmer_V : V; -fun shin_N : N; -fun shin_V : V; -fun shinbone_N : N; -fun shindig_N : N; -fun shindy_N : N; -fun shine_N : N; -fun shine_V : V; -fun shine_V2 : V2; -fun shingle_N : N; -fun shingle_V2 : V2; -fun shingles_N : N; -fun shingly_A : A; -fun shinguard_N : N; -fun shiny_A : A; -fun ship's_chandler_N : N; -fun ship_N : N; -fun ship_V : V; -fun ship_V2 : V2; -fun ship_breaker_N : N; -fun ship_canal_N : N; -fun shipboard_A : A; -fun shipbroker_N : N; -fun shipbuilder_N : N; -fun shipbuilding_N : N; -fun shipload_N : N; -fun shipmate_N : N; -fun shipment_N : N; -fun shipowner_N : N; -fun shipper_N : N; -fun shipping_N : N; -fun shipping_agent_N : N; -fun shipping_office_N : N; -fun shipshape_A : A; -fun shipshape_Adv : Adv; -fun shipway_N : N; -fun shipwreck_N : N; -fun shipwreck_V : V; -fun shipwright_N : N; -fun shipyard_N : N; -fun shire_N : N; -fun shirebrook_PN : PN; -fun shiremoor_PN : PN; -fun shirk_V : V; -fun shirk_V2 : V2; -fun shirker_N : N; -fun shirley_PN : PN; -fun shirt_N : N; -fun shirt_front_N : N; -fun shirting_N : N; -fun shirtwaist_N : N; -fun shirtwaister_N : N; -fun shirty_A : A; -fun shish_kebab_N : N; -fun shit_N : N; -fun shit_V : V; -fun shiver_N : N; -fun shiver_V : V; -fun shiver_V2 : V2; -fun shivery_A : A; -fun shoal_N : N; -fun shoal_V : V; -fun shock_Adv : Adv; -fun shock_N : N; -fun shock_V2 : V2; -fun shock_brigade_N : N; -fun shock_headed_A : A; -fun shock_worker_N : N; -fun shockable_A : A; -fun shocker_N : N; -fun shocking_A : A; -fun shockingly_Adv : Adv; -fun shoddiness_N : N; -fun shoddy_A : A; -fun shoddy_N : N; -fun shoe_N : N; -fun shoe_V2 : V2; -fun shoe_leather_N : N; -fun shoeblack_N : N; -fun shoehorn_N : N; -fun shoelace_N : N; -fun shoemaker_N : N; -fun shoemaking_N : N; -fun shoestring_N : N; -fun shoetree_N : N; -fun shogun_N : N; -fun shoo_V : V; -fun shoo_V2 : V2; -fun shoot_N : N; -fun shoot_V : V; -fun shoot_V2 : V2; -fun shooter_N : N; -fun shooting_N : N; -fun shooting_box_N : N; -fun shooting_brake_N : N; -fun shooting_gallery_N : N; -fun shooting_range_N : N; -fun shooting_stick_N : N; -fun shop_N : N; -fun shop_V : V; -fun shop_assistant_N : N; -fun shop_bell_N : N; -fun shop_boy_N : N; -fun shop_front_N : N; -fun shop_girl_N : N; -fun shop_steward_N : N; -fun shopkeeper_N : N; -fun shoplift_V : V; -fun shoplift_V2 : V2; -fun shoplifter_N : N; -fun shoplifting_N : N; -fun shopper_N : N; -fun shopping_N : N; -fun shopsoiled_A : A; -fun shopwalker_N : N; -fun shopwindow_N : N; -fun shopworn_A : A; -fun shore_N : N; -fun shore_V2 : V2; -fun short_A : A; -fun short_Adv : Adv; -fun short_N : N; -fun short_V : V; -fun short_V2 : V2; -fun short_change_V2 : V2; -fun short_circuit_N : N; -fun short_circuit_V : V; -fun short_circuit_V2 : V2; -fun short_dated_A : A; -fun short_handed_A : A; -fun short_lived_A : A; -fun short_range_A : A; -fun short_sighted_A : A; -fun short_tempered_A : A; -fun short_term_A : A; -fun short_winded_A : A; -fun shortage_N : N; -fun shortbread_N : N; -fun shortcake_N : N; -fun shortcoming_N : N; -fun shorten_V : V; -fun shorten_V2 : V2; -fun shortening_N : N; -fun shortfall_N : N; -fun shorthand_N : N; -fun shorthorn_N : N; -fun shortish_A : A; -fun shortlist_N : N; -fun shortlist_V2 : V2; -fun shortly_Adv : Adv; -fun shortness_N : N; -fun shot_N : N; -fun shot_put_N : N; -fun shot_tower_N : N; -fun shotgun_N : N; -fun shotton_PN : PN; -fun shotts_PN : PN; -fun shoulder_N : N; -fun shoulder_V2 : V2; -fun shoulder_blade_N : N; -fun shoulder_flash_N : N; -fun shoulder_strap_N : N; -fun shout_N : N; -fun shout_V : V; -fun shout_V2 : V2; -fun shouting_N : N; -fun shove_N : N; -fun shove_V : V; -fun shove_V2 : V2; -fun shove_ha'penny_N : N; -fun shovel_N : N; -fun shovel_V2 : V2; -fun shovel_board_N : N; -fun shovelful_N : N; -fun show_N : N; -fun show_V : V; -fun show_V2 : V2; -fun show_business_N : N; -fun show_off_N : N; -fun show_window_N : N; -fun showbiz_N : N; -fun showboat_N : N; -fun showcase_N : N; -fun showdown_N : N; -fun shower_N : N; -fun shower_V : V; -fun shower_V2 : V2; -fun shower_bath_N : N; -fun showery_A : A; -fun showgirl_N : N; -fun showily_Adv : Adv; -fun showiness_N : N; -fun showing_N : N; -fun showjumping_N : N; -fun showman_N : N; -fun showmanship_N : N; -fun showplace_N : N; -fun showroom_N : N; -fun showy_A : A; -fun shrapnel_N : N; -fun shred_N : N; -fun shred_V2 : V2; -fun shrew_N : N; -fun shrew_mouse_N : N; -fun shrewd_A : A; -fun shrewdly_Adv : Adv; -fun shrewdness_N : N; -fun shrewish_A : A; -fun shrewishly_Adv : Adv; -fun shrewishness_N : N; -fun shrewsbury_PN : PN; -fun shriek_N : N; -fun shriek_V : V; -fun shriek_V2 : V2; -fun shrift_N : N; -fun shrike_N : N; -fun shrill_A : A; -fun shrill_V : V; -fun shrill_V2 : V2; -fun shrillness_N : N; -fun shrilly_Adv : Adv; -fun shrimp_N : N; -fun shrimp_V : V; -fun shrine_N : N; -fun shrine_V2 : V2; -fun shrink_N : N; -fun shrink_V : V; -fun shrink_V2 : V2; -fun shrinkable_A : A; -fun shrinkage_N : N; -fun shrive_V2 : V2; -fun shrivel_V : V; -fun shrivel_V2 : V2; -fun shropshire_PN : PN; -fun shroud_N : N; -fun shroud_V2 : V2; -fun shrove_tuesday_N : N; -fun shrove_tuesday_PN : PN; -fun shrub_N : N; -fun shrubbery_N : N; -fun shrug_N : N; -fun shrug_V2 : V2; -fun shuck_N : N; -fun shuck_V2 : V2; -fun shudder_N : N; -fun shudder_V : V; -fun shudderingly_Adv : Adv; -fun shuffle_N : N; -fun shuffle_V : V; -fun shuffle_V2 : V2; -fun shuffler_N : N; -fun shun_V2 : V2; -fun shunt_V : V; -fun shunt_V2 : V2; -fun shunter_N : N; -fun shush_V : V; -fun shush_V2 : V2; -fun shut_V : V; -fun shut_V2 : V2; -fun shutdown_N : N; -fun shuteye_N : N; -fun shutter_N : N; -fun shutter_V2 : V2; -fun shuttle_N : N; -fun shuttle_V : V; -fun shuttle_V2 : V2; -fun shuttlecock_N : N; -fun shy_A : A; -fun shy_N : N; -fun shy_V : V; -fun shy_V2 : V2; -fun shyly_Adv : Adv; -fun shyness_N : N; -fun shyster_N : N; -fun siam_PN : PN; -fun siamese_A : A; -fun siamese_N : N; -fun sian_PN : PN; -fun siberian_A : A; -fun sibilant_A : A; -fun sibilant_N : N; -fun sibling_N : N; -fun sibyl_N : N; -fun sibylline_A : A; -fun sic_Adv : Adv; -fun sicilian_A : A; -fun sicilian_N : N; -fun sick_A : A; -fun sick_V2 : V2; -fun sick_benefit_N : N; -fun sick_berth_N : N; -fun sick_headache_N : N; -fun sick_leave_N : N; -fun sick_list_N : N; -fun sick_parade_N : N; -fun sick_pay_N : N; -fun sick_room_N : N; -fun sickbay_N : N; -fun sickbed_N : N; -fun sicken_V : V; -fun sicken_V2 : V2; -fun sickening_A : A; -fun sickeningly_Adv : Adv; -fun sickish_A : A; -fun sickle_N : N; -fun sickly_A : A; -fun sickness_N : N; -fun sid_PN : PN; -fun side_N : N; -fun side_V : V; -fun side_chapel_N : N; -fun side_dish_N : N; -fun side_drum_N : N; -fun side_face_Adv : Adv; -fun side_glance_N : N; -fun side_road_N : N; -fun side_saddle_Adv : Adv; -fun side_saddle_N : N; -fun side_slip_N : N; -fun side_slip_V : V; -fun side_splitting_A : A; -fun side_stroke_N : N; -fun side_view_N : N; -fun sideboard_N : N; -fun sidecar_N : N; -fun sided_A : A; -fun sidelight_N : N; -fun sideline_N : N; -fun sidelong_A : A; -fun sidelong_Adv : Adv; -fun sidereal_A : A; -fun sideshow_N : N; -fun sidesman_N : N; -fun sidestep_N : N; -fun sidestep_V : V; -fun sidestep_V2 : V2; -fun sidetrack_N : N; -fun sidetrack_V2 : V2; -fun sidewalk_N : N; -fun sidewards_Adv : Adv; -fun sideways_Adv : Adv; -fun siding_N : N; -fun sidle_V : V; -fun sidmouth_PN : PN; -fun sidney_PN : PN; -fun siege_N : N; -fun sienna_N : N; -fun sierra_N : N; -fun sierra_leone_PN : PN; -fun sierra_leonian_A : A; -fun sierra_leonian_N : N; -fun siesta_N : N; -fun sieve_N : N; -fun sieve_V2 : V2; -fun sift_V : V; -fun sift_V2 : V2; -fun sifter_N : N; -fun sigh_N : N; -fun sigh_V : V; -fun sigh_V2 : V2; -fun sight_N : N; -fun sight_V2 : V2; -fun sighted_A : A; -fun sighting_N : N; -fun sightless_A : A; -fun sightseeing_N : N; -fun sightseer_N : N; -fun sign_N : N; -fun sign_V : V; -fun sign_V2 : V2; -fun sign_painter_N : N; -fun signal_A : A; -fun signal_N : N; -fun signal_V : V; -fun signal_V2 : V2; -fun signal_box_N : N; -fun signalize_V2 : V2; -fun signaller_N : N; -fun signally_Adv : Adv; -fun signalman_N : N; -fun signatory_N : N; -fun signature_N : N; -fun signet_N : N; -fun signet_ring_N : N; -fun significance_N : N; -fun significant_A : A; -fun significantly_Adv : Adv; -fun signification_N : N; -fun significative_A : A; -fun signify_V : V; -fun signify_V2 : V2; -fun signor_N : N; -fun signora_N : N; -fun signorina_N : N; -fun signpost_N : N; -fun signpost_V2 : V2; -fun sikh_N : N; -fun silage_N : N; -fun sileby_PN : PN; -fun silence_N : N; -fun silence_V2 : V2; -fun silencer_N : N; -fun silent_A : A; -fun silently_Adv : Adv; -fun silhouette_N : N; -fun silhouette_V2 : V2; -fun silica_N : N; -fun silicate_N : N; -fun silicon_N : N; -fun silicone_N : N; -fun silicosis_N : N; -fun silk_N : N; -fun silken_A : A; -fun silkily_Adv : Adv; -fun silkiness_N : N; -fun silkworm_N : N; -fun silky_A : A; -fun sill_N : N; -fun sillabub_N : N; -fun silliness_N : N; -fun silly_A : A; -fun silly_N : N; -fun silo_N : N; -fun silsden_PN : PN; -fun silt_N : N; -fun silt_V : V; -fun silt_V2 : V2; -fun silvan_A : A; -fun silver_N : N; -fun silver_V : V; -fun silver_V2 : V2; -fun silver_fish_N : N; -fun silvern_A : A; -fun silverside_N : N; -fun silversmith_N : N; -fun silvery_A : A; -fun silvia_PN : PN; -fun simian_A : A; -fun simian_N : N; -fun similar_A : A; -fun similarity_N : N; -fun similarly_Adv : Adv; -fun simile_N : N; -fun similitude_N : N; -fun simmer_N : N; -fun simmer_V : V; -fun simmer_V2 : V2; -fun simon_PN : PN; -fun simony_N : N; -fun simoom_N : N; -fun simoon_N : N; -fun simper_V : V; -fun simperingly_Adv : Adv; -fun simple_A : A; -fun simple_N : N; -fun simple_hearted_A : A; -fun simple_minded_A : A; -fun simpleton_N : N; -fun simplicity_N : N; -fun simplification_N : N; -fun simplify_V2 : V2; -fun simply_Adv : Adv; -fun simulacrum_N : N; -fun simulate_V2 : V2; -fun simulation_N : N; -fun simulator_N : N; -fun simultaneity_N : N; -fun simultaneous_A : A; -fun simultaneously_Adv : Adv; -fun simultaneousness_N : N; -fun sin_N : N; -fun sin_V : V; -fun since_Adv : Adv; -fun sincere_A : A; -fun sincerely_Adv : Adv; -fun sincerity_N : N; -fun sine_N : N; -fun sine_die_Adv : Adv; -fun sine_qua_non_N : N; -fun sinecure_N : N; -fun sinew_N : N; -fun sinewy_A : A; -fun sinful_A : A; -fun sinfulness_N : N; -fun sing_V : V; -fun sing_V2 : V2; -fun singable_A : A; -fun singapore_PN : PN; -fun singaporean_A : A; -fun singaporean_N : N; -fun singe_N : N; -fun singe_V : V; -fun singe_V2 : V2; -fun singer_N : N; -fun singhalese_A : A; -fun singing_N : N; -fun single_A : A; -fun single_N : N; -fun single_V2 : V2; -fun single_breasted_A : A; -fun single_handed_A : A; -fun single_handed_Adv : Adv; -fun single_minded_A : A; -fun single_spacing_N : N; -fun singleness_N : N; -fun singlestick_N : N; -fun singlet_N : N; -fun singleton_N : N; -fun singly_Adv : Adv; -fun singsong_N : N; -fun singular_A : A; -fun singular_N : N; -fun singularity_N : N; -fun singularize_V2 : V2; -fun singularly_Adv : Adv; -fun sinhala_N : N; -fun sinhalese_A : A; -fun sinhalese_N : N; -fun sining_PN : PN; -fun sinister_A : A; -fun sink_N : N; -fun sink_V : V; -fun sink_V2 : V2; -fun sinkable_A : A; -fun sinker_N : N; -fun sinking_N : N; -fun sinking_fund_N : N; -fun sinless_A : A; -fun sinlessness_N : N; -fun sinn_fein_PN : PN; -fun sinner_N : N; -fun sinologist_N : N; -fun sinology_N : N; -fun sinuosity_N : N; -fun sinuous_A : A; -fun sinus_N : N; -fun sinusitis_N : N; -fun sioux_N : N; -fun sip_N : N; -fun sip_V : V; -fun sip_V2 : V2; -fun siphon_N : N; -fun siphon_V : V; -fun siphon_V2 : V2; -fun sir_N : N; -fun sir_roger_de_coverley_N : N; -fun siracusa_PN : PN; -fun sirdar_N : N; -fun sire_N : N; -fun sire_V2 : V2; -fun siren_N : N; -fun sirloin_N : N; -fun sirocco_N : N; -fun sirrah_N : N; -fun sirup_N : N; -fun sisal_N : N; -fun sissified_A : A; -fun sissy_N : N; -fun sister_N : N; -fun sister_in_law_N : N; -fun sisterhood_N : N; -fun sisterly_A : A; -fun siswati_N : N; -fun sit_V : V; -fun sit_V2 : V2; -fun sit_in_N : N; -fun sitar_N : N; -fun site_N : N; -fun site_V : V; -fun sitter_N : N; -fun sitting_N : N; -fun sitting_room_N : N; -fun sittingbourne_PN : PN; -fun situated_A : A; -fun situation_N : N; -fun six_A : A; -fun six_N : N; -fun six_footer_N : N; -fun six_shooter_N : N; -fun sixfold_A : A; -fun sixfold_Adv : Adv; -fun sixpence_N : N; -fun sixpenny_A : A; -fun sixteen_A : A; -fun sixteen_N : N; -fun sixteenth_A : A; -fun sixteenth_N : N; -fun sixth_A : A; -fun sixth_N : N; -fun sixth_former_N : N; -fun sixthly_Adv : Adv; -fun sixtieth_A : A; -fun sixtieth_N : N; -fun sixty_A : A; -fun sixty_N : N; -fun sizable_A : A; -fun size_N : N; -fun size_V2 : V2; -fun sizeable_A : A; -fun sized_A : A; -fun sizzle_V : V; -fun skate_N : N; -fun skate_V : V; -fun skateboard_N : N; -fun skateboarder_N : N; -fun skateboarding_N : N; -fun skater_N : N; -fun skating_N : N; -fun skating_rink_N : N; -fun skedaddle_V : V; -fun skeet_N : N; -fun skegness_PN : PN; -fun skein_N : N; -fun skeleton_N : N; -fun skelmanthorpe_PN : PN; -fun skelmersdale_PN : PN; -fun skep_N : N; -fun skeptical_A : A; -fun skeptically_Adv : Adv; -fun skepticism_N : N; -fun sketch_N : N; -fun sketch_V : V; -fun sketch_V2 : V2; -fun sketch_block_N : N; -fun sketch_book_N : N; -fun sketch_map_N : N; -fun sketcher_N : N; -fun sketchily_Adv : Adv; -fun sketchiness_N : N; -fun sketchy_A : A; -fun skew_A : A; -fun skew_eyed_A : A; -fun skewen_PN : PN; -fun skewer_N : N; -fun skewer_V2 : V2; -fun ski_N : N; -fun ski_V : V; -fun ski_bob_N : N; -fun ski_jump_N : N; -fun ski_lift_N : N; -fun ski_plane_N : N; -fun skid_N : N; -fun skid_V : V; -fun skidpan_N : N; -fun skier_N : N; -fun skiff_N : N; -fun skiffle_N : N; -fun skiffle_group_N : N; -fun skilful_A : A; -fun skilfully_Adv : Adv; -fun skill_N : N; -fun skilled_A : A; -fun skillet_N : N; -fun skilly_N : N; -fun skim_V : V; -fun skim_V2 : V2; -fun skimmed_milk_N : N; -fun skimmer_N : N; -fun skimp_V : V; -fun skimp_V2 : V2; -fun skimpily_Adv : Adv; -fun skimpy_A : A; -fun skin_N : N; -fun skin_V : V; -fun skin_V2 : V2; -fun skin_deep_A : A; -fun skin_diving_N : N; -fun skin_graft_N : N; -fun skin_tight_A : A; -fun skinflint_N : N; -fun skinhead_N : N; -fun skinny_A : A; -fun skint_A : A; -fun skip_N : N; -fun skip_V : V; -fun skip_V2 : V2; -fun skipper_N : N; -fun skipper_V2 : V2; -fun skipping_rope_N : N; -fun skipton_PN : PN; -fun skirl_N : N; -fun skirmish_N : N; -fun skirmish_V : V; -fun skirmisher_N : N; -fun skirt_N : N; -fun skirt_V : V; -fun skirt_V2 : V2; -fun skirting_board_N : N; -fun skit_N : N; -fun skitter_V : V; -fun skittish_A : A; -fun skittishly_Adv : Adv; -fun skittishness_N : N; -fun skittle_N : N; -fun skittle_V2 : V2; -fun skittle_pin_N : N; -fun skittles_N : N; -fun skivvy_N : N; -fun skopje_PN : PN; -fun skua_N : N; -fun skulk_V : V; -fun skulker_N : N; -fun skull_N : N; -fun skullcap_N : N; -fun skullduggery_N : N; -fun skulled_A : A; -fun skunk_N : N; -fun sky_N : N; -fun sky_V2 : V2; -fun sky_blue_A : A; -fun sky_blue_N : N; -fun sky_high_Adv : Adv; -fun skylark_N : N; -fun skylark_V : V; -fun skylight_N : N; -fun skyline_N : N; -fun skyrocket_V : V; -fun skyscraper_N : N; -fun skyward_A : A; -fun skyward_Adv : Adv; -fun skywards_A : A; -fun skywards_Adv : Adv; -fun skywriting_N : N; -fun slab_N : N; -fun slack_A : A; -fun slack_N : N; -fun slack_V : V; -fun slacken_V : V; -fun slacken_V2 : V2; -fun slacker_N : N; -fun slackly_Adv : Adv; -fun slackness_N : N; -fun slag_N : N; -fun slag_heap_N : N; -fun slake_V2 : V2; -fun slalom_N : N; -fun slam_N : N; -fun slam_V : V; -fun slam_V2 : V2; -fun slander_N : N; -fun slander_V2 : V2; -fun slanderer_N : N; -fun slanderous_A : A; -fun slang_N : N; -fun slang_V2 : V2; -fun slangily_Adv : Adv; -fun slanginess_N : N; -fun slangy_A : A; -fun slant_N : N; -fun slant_V : V; -fun slant_V2 : V2; -fun slantingly_Adv : Adv; -fun slantwise_Adv : Adv; -fun slap_Adv : Adv; -fun slap_N : N; -fun slap_V2 : V2; -fun slap_bang_Adv : Adv; -fun slap_happy_A : A; -fun slap_up_A : A; -fun slapdash_A : A; -fun slapdash_Adv : Adv; -fun slapstick_N : N; -fun slash_N : N; -fun slash_V : V; -fun slash_V2 : V2; -fun slat_N : N; -fun slate_N : N; -fun slate_V2 : V2; -fun slate_club_N : N; -fun slate_pencil_N : N; -fun slating_N : N; -fun slatted_A : A; -fun slattern_N : N; -fun slatternliness_N : N; -fun slatternly_A : A; -fun slaty_A : A; -fun slaughter_N : N; -fun slaughter_V2 : V2; -fun slaughterer_N : N; -fun slaughterhouse_N : N; -fun slav_A : A; -fun slav_N : N; -fun slave_N : N; -fun slave_V : V; -fun slave_driver_N : N; -fun slave_trade_N : N; -fun slave_traffic_N : N; -fun slaver_N : N; -fun slaver_V : V; -fun slavery_N : N; -fun slavey_N : N; -fun slavish_A : A; -fun slavishly_Adv : Adv; -fun slavonic_A : A; -fun slaw_N : N; -fun slay_V2 : V2; -fun slayer_N : N; -fun sleaford_PN : PN; -fun sleazy_A : A; -fun sled_N : N; -fun sledge_N : N; -fun sledge_V : V; -fun sledge_V2 : V2; -fun sledgehammer_N : N; -fun sleek_A : A; -fun sleek_V2 : V2; -fun sleekly_Adv : Adv; -fun sleekness_N : N; -fun sleep_N : N; -fun sleep_V : V; -fun sleep_V2 : V2; -fun sleeper_N : N; -fun sleepily_Adv : Adv; -fun sleepiness_N : N; -fun sleeping_N : N; -fun sleeping_bag_N : N; -fun sleeping_car_N : N; -fun sleeping_draught_N : N; -fun sleeping_pill_N : N; -fun sleeping_sickness_N : N; -fun sleepless_A : A; -fun sleeplessly_Adv : Adv; -fun sleeplessness_N : N; -fun sleepwalker_N : N; -fun sleepy_A : A; -fun sleepy_head_N : N; -fun sleet_N : N; -fun sleet_V : V; -fun sleety_A : A; -fun sleeve_N : N; -fun sleeved_A : A; -fun sleeveless_A : A; -fun sleigh_N : N; -fun sleigh_V : V; -fun sleigh_V2 : V2; -fun sleigh_bell_N : N; -fun sleight_N : N; -fun slender_A : A; -fun slenderize_V : V; -fun slenderize_V2 : V2; -fun slenderly_Adv : Adv; -fun slenderness_N : N; -fun sleuth_N : N; -fun sleuth_hound_N : N; -fun slew_V : V; -fun slew_V2 : V2; -fun slice_N : N; -fun slice_V : V; -fun slice_V2 : V2; -fun slick_A : A; -fun slick_Adv : Adv; -fun slick_N : N; -fun slicker_N : N; -fun slide_N : N; -fun slide_V : V; -fun slide_V2 : V2; -fun slide_rule_N : N; -fun slight_A : A; -fun slight_N : N; -fun slight_V2 : V2; -fun slightingly_Adv : Adv; -fun slightly_Adv : Adv; -fun slightness_N : N; -fun sligo_PN : PN; -fun slim_A : A; -fun slim_V : V; -fun slime_N : N; -fun sliminess_N : N; -fun slimly_Adv : Adv; -fun slimness_N : N; -fun slimy_A : A; -fun sling_N : N; -fun sling_V : V; -fun sling_V2 : V2; -fun slinger_N : N; -fun slink_V : V; -fun slip_N : N; -fun slip_V : V; -fun slip_V2 : V2; -fun slip_carriage_N : N; -fun slip_coach_N : N; -fun slip_road_N : N; -fun slip_up_N : N; -fun slipcover_N : N; -fun slipknot_N : N; -fun slipon_N : N; -fun slipover_N : N; -fun slipper_N : N; -fun slippered_A : A; -fun slipperiness_N : N; -fun slippery_A : A; -fun slippy_A : A; -fun slipshod_A : A; -fun slipstream_N : N; -fun slipway_N : N; -fun slit_N : N; -fun slit_V2 : V2; -fun slither_V : V; -fun slithery_A : A; -fun sliver_N : N; -fun sliver_V : V; -fun sliver_V2 : V2; -fun slob_N : N; -fun slobber_N : N; -fun slobber_V : V; -fun slobber_V2 : V2; -fun sloe_N : N; -fun sloe_gin_N : N; -fun slog_V : V; -fun slog_V2 : V2; -fun slogan_N : N; -fun slogger_N : N; -fun sloop_N : N; -fun slop_N : N; -fun slop_V : V; -fun slop_V2 : V2; -fun slop_basin_N : N; -fun slop_pail_N : N; -fun slop_shop_N : N; -fun slope_N : N; -fun slope_V : V; -fun slope_V2 : V2; -fun slopingly_Adv : Adv; -fun sloppily_Adv : Adv; -fun sloppiness_N : N; -fun sloppy_A : A; -fun slosh_V : V; -fun slosh_V2 : V2; -fun sloshed_A : A; -fun slot_N : N; -fun slot_V2 : V2; -fun slot_machine_N : N; -fun sloth_N : N; -fun slothful_A : A; -fun slouch_N : N; -fun slouch_V : V; -fun slouch_hat_N : N; -fun slouchingly_Adv : Adv; -fun slough_N : N; -fun slough_PN : PN; -fun slough_V : V; -fun slough_V2 : V2; -fun slovak_N : N; -fun sloven_N : N; -fun slovenian_A : A; -fun slovenian_N : N; -fun slovenliness_N : N; -fun slovenly_A : A; -fun slow_A : A; -fun slow_Adv : Adv; -fun slow_V : V; -fun slow_V2 : V2; -fun slow_worm_N : N; -fun slowcoach_N : N; -fun slowdown_N : N; -fun slower_Adv : Adv; -fun slowest_Adv : Adv; -fun slowly_Adv : Adv; -fun slowness_N : N; -fun sludge_N : N; -fun slug_N : N; -fun slug_V : V; -fun slug_V2 : V2; -fun sluggard_N : N; -fun sluggish_A : A; -fun sluggishly_Adv : Adv; -fun sluggishness_N : N; -fun sluice_N : N; -fun sluice_V : V; -fun sluice_V2 : V2; -fun sluice_valve_N : N; -fun sluicegate_N : N; -fun slum_N : N; -fun slum_V : V; -fun slumber_N : N; -fun slumber_V : V; -fun slumber_V2 : V2; -fun slumberer_N : N; -fun slumberous_A : A; -fun slummy_A : A; -fun slump_N : N; -fun slump_V : V; -fun slur_N : N; -fun slur_V : V; -fun slur_V2 : V2; -fun slurry_N : N; -fun slush_N : N; -fun slushy_A : A; -fun slut_N : N; -fun sluttish_A : A; -fun sly_A : A; -fun slyly_Adv : Adv; -fun slyness_N : N; -fun smack_Adv : Adv; -fun smack_N : N; -fun smack_V : V; -fun smack_V2 : V2; -fun smacker_N : N; -fun smacking_N : N; -fun small_A : A; -fun small_Adv : Adv; -fun small_N : N; -fun small_minded_A : A; -fun smallholder_N : N; -fun smallholding_N : N; -fun smallness_N : N; -fun smallpox_N : N; -fun smalltime_A : A; -fun smarmy_A : A; -fun smart_A : A; -fun smart_N : N; -fun smart_V : V; -fun smarten_V : V; -fun smarten_V2 : V2; -fun smartly_Adv : Adv; -fun smartness_N : N; -fun smash_Adv : Adv; -fun smash_N : N; -fun smash_V : V; -fun smash_V2 : V2; -fun smash_up_N : N; -fun smasher_N : N; -fun smashing_A : A; -fun smattering_N : N; -fun smear_N : N; -fun smear_V : V; -fun smear_V2 : V2; -fun smear_word_N : N; -fun smell_N : N; -fun smell_V : V; -fun smell_V2 : V2; -fun smelling_bottle_N : N; -fun smelly_A : A; -fun smelt_N : N; -fun smelt_V2 : V2; -fun smilax_N : N; -fun smile_N : N; -fun smile_V : V; -fun smile_V2 : V2; -fun smilingly_Adv : Adv; -fun smirch_N : N; -fun smirch_V2 : V2; -fun smirk_N : N; -fun smirk_V : V; -fun smite_V : V; -fun smite_V2 : V2; -fun smith_N : N; -fun smithy_N : N; -fun smock_N : N; -fun smocking_N : N; -fun smog_N : N; -fun smoke_N : N; -fun smoke_V : V; -fun smoke_V2 : V2; -fun smoke_bomb_N : N; -fun smoke_cured_A : A; -fun smoke_dried_A : A; -fun smoke_screen_N : N; -fun smokeless_A : A; -fun smoker_N : N; -fun smokestack_N : N; -fun smoking_N : N; -fun smoking_car_N : N; -fun smoking_carriage_N : N; -fun smoking_compartment_N : N; -fun smoking_mixture_N : N; -fun smoking_room_N : N; -fun smoky_A : A; -fun smooth_A : A; -fun smooth_N : N; -fun smooth_V : V; -fun smooth_V2 : V2; -fun smooth_bore_A : A; -fun smooth_faced_A : A; -fun smooth_spoken_A : A; -fun smooth_tongued_A : A; -fun smoothing_iron_N : N; -fun smoothing_plane_N : N; -fun smoothly_Adv : Adv; -fun smoothness_N : N; -fun smorgasbord_N : N; -fun smother_N : N; -fun smother_V2 : V2; -fun smoulder_N : N; -fun smoulder_V : V; -fun smudge_N : N; -fun smudge_V : V; -fun smudge_V2 : V2; -fun smudgy_A : A; -fun smug_A : A; -fun smuggle_V2 : V2; -fun smuggler_N : N; -fun smugly_Adv : Adv; -fun smugness_N : N; -fun smut_N : N; -fun smut_V2 : V2; -fun smuttily_Adv : Adv; -fun smuttiness_N : N; -fun smutty_A : A; -fun snack_N : N; -fun snack_bar_N : N; -fun snack_counter_N : N; -fun snaffle_N : N; -fun snaffle_V2 : V2; -fun snaffle_bit_N : N; -fun snag_N : N; -fun snag_V2 : V2; -fun snail_N : N; -fun snake_N : N; -fun snake_V : V; -fun snake_charmer_N : N; -fun snaky_A : A; -fun snap_N : N; -fun snap_V : V; -fun snap_V2 : V2; -fun snap_fastener_N : N; -fun snapdragon_N : N; -fun snappish_A : A; -fun snappishly_Adv : Adv; -fun snappishness_N : N; -fun snappy_A : A; -fun snapshot_N : N; -fun snare_N : N; -fun snare_V2 : V2; -fun snare_drum_N : N; -fun snarl_N : N; -fun snarl_V : V; -fun snarl_V2 : V2; -fun snarl_up_N : N; -fun snatch_N : N; -fun snatch_V : V; -fun snatch_V2 : V2; -fun snatcher_N : N; -fun snazzy_A : A; -fun sneak_N : N; -fun sneak_V : V; -fun sneak_V2 : V2; -fun sneak_thief_N : N; -fun sneaking_A : A; -fun sneakingly_Adv : Adv; -fun sneaky_A : A; -fun sneer_N : N; -fun sneer_V : V; -fun sneeringly_Adv : Adv; -fun sneeze_N : N; -fun sneeze_V : V; -fun snick_N : N; -fun snick_V : V; -fun snick_V2 : V2; -fun snicker_N : N; -fun snicker_V : V; -fun snide_A : A; -fun sniff_N : N; -fun sniff_V : V; -fun sniff_V2 : V2; -fun sniffle_V : V; -fun sniffy_A : A; -fun snifter_N : N; -fun snigger_N : N; -fun snigger_V : V; -fun snip_N : N; -fun snip_V : V; -fun snip_V2 : V2; -fun snipe_N : N; -fun snipe_V : V; -fun snipe_V2 : V2; -fun sniper_N : N; -fun snippet_N : N; -fun snipping_N : N; -fun snitch_V : V; -fun snitch_V2 : V2; -fun snivel_V : V; -fun sniveller_N : N; -fun snob_N : N; -fun snobbery_N : N; -fun snobbish_A : A; -fun snobbishly_Adv : Adv; -fun snobbishness_N : N; -fun snog_V : V; -fun snogging_N : N; -fun snood_N : N; -fun snook_N : N; -fun snooker_N : N; -fun snoop_V : V; -fun snooper_N : N; -fun snootily_Adv : Adv; -fun snooty_A : A; -fun snooze_N : N; -fun snooze_V : V; -fun snore_N : N; -fun snore_V : V; -fun snorer_N : N; -fun snorkel_N : N; -fun snort_N : N; -fun snort_V : V; -fun snort_V2 : V2; -fun snorter_N : N; -fun snorty_A : A; -fun snot_N : N; -fun snot_nosed_A : A; -fun snotty_A : A; -fun snout_N : N; -fun snow_N : N; -fun snow_V : V; -fun snow_V2 : V2; -fun snow_clad_A : A; -fun snow_covered_A : A; -fun snow_line_N : N; -fun snow_white_A : A; -fun snowball_N : N; -fun snowball_V : V; -fun snowball_V2 : V2; -fun snowberry_N : N; -fun snowblind_A : A; -fun snowblindness_N : N; -fun snowbound_A : A; -fun snowcapped_A : A; -fun snowdrift_N : N; -fun snowdrop_N : N; -fun snowfall_N : N; -fun snowfield_N : N; -fun snowflake_N : N; -fun snowman_N : N; -fun snowplough_N : N; -fun snowstorm_N : N; -fun snowy_A : A; -fun snr_PN : PN; -fun snub_A : A; -fun snub_N : N; -fun snub_V2 : V2; -fun snub_nosed_A : A; -fun snuff_N : N; -fun snuff_V : V; -fun snuff_V2 : V2; -fun snuff_colour_A : A; -fun snuff_colour_N : N; -fun snuff_coloured_A : A; -fun snuffbox_N : N; -fun snuffle_N : N; -fun snuffle_V : V; -fun snug_A : A; -fun snug_N : N; -fun snuggery_N : N; -fun snuggle_V : V; -fun snuggle_V2 : V2; -fun snugly_Adv : Adv; -fun snugness_N : N; -fun so_Adv : Adv; -fun so_N : N; -fun so_and_so_N : N; -fun so_called_A : A; -fun so_so_A : A; -fun so_so_Adv : Adv; -fun soak_N : N; -fun soak_V : V; -fun soak_V2 : V2; -fun soaker_N : N; -fun soap_N : N; -fun soap_V2 : V2; -fun soap_bubble_N : N; -fun soap_opera_N : N; -fun soapbox_N : N; -fun soapy_A : A; -fun soar_V : V; -fun sob_N : N; -fun sob_V : V; -fun sob_V2 : V2; -fun sob_stuff_N : N; -fun sobbingly_Adv : Adv; -fun sober_A : A; -fun sober_V : V; -fun sober_V2 : V2; -fun sober_sides_N : N; -fun soberly_Adv : Adv; -fun sobriety_N : N; -fun sobriquet_N : N; -fun soc_N : N; -fun soccer_N : N; -fun sociability_N : N; -fun sociable_A : A; -fun sociably_Adv : Adv; -fun social_A : A; -fun social_N : N; -fun social_work_N : N; -fun socialism_N : N; -fun socialist_A : A; -fun socialist_N : N; -fun socialite_N : N; -fun socialization_N : N; -fun socialize_V2 : V2; -fun socially_Adv : Adv; -fun society_N : N; -fun sociological_A : A; -fun sociologically_Adv : Adv; -fun sociologist_N : N; -fun sociology_N : N; -fun sock_Adv : Adv; -fun sock_N : N; -fun sock_V2 : V2; -fun socket_N : N; -fun socratic_A : A; -fun sod_N : N; -fun sod_V : V; -fun soda_N : N; -fun soda_biscuit_N : N; -fun soda_cracker_N : N; -fun soda_fountain_N : N; -fun soda_water_N : N; -fun sodden_A : A; -fun sodding_A : A; -fun sodium_N : N; -fun sodomite_N : N; -fun sodomy_N : N; -fun sofa_N : N; -fun sofia_PN : PN; -fun soft_A : A; -fun soft_boiled_A : A; -fun soft_footed_A : A; -fun soft_headed_A : A; -fun soft_hearted_A : A; -fun soft_pedal_V : V; -fun soft_pedal_V2 : V2; -fun soft_soap_V2 : V2; -fun soft_solder_N : N; -fun soft_solder_V2 : V2; -fun soft_spoken_A : A; -fun soft_witted_A : A; -fun soften_V : V; -fun soften_V2 : V2; -fun softener_N : N; -fun softie_N : N; -fun softish_A : A; -fun softland_V : V; -fun softly_Adv : Adv; -fun softness_N : N; -fun software_N : N; -fun softwood_N : N; -fun softy_N : N; -fun sogginess_N : N; -fun soggy_A : A; -fun soh_N : N; -fun soho_PN : PN; -fun soignee_A : A; -fun soigne_A : A; -fun soil_N : N; -fun soil_V : V; -fun soil_V2 : V2; -fun soil_pipe_N : N; -fun soiree_N : N; -fun sojourn_N : N; -fun sojourn_V : V; -fun sojourner_N : N; -fun sol_PN : PN; -fun sol_fa_N : N; -fun solace_N : N; -fun solace_V2 : V2; -fun solar_A : A; -fun solar_plexus_N : N; -fun solarium_N : N; -fun solder_N : N; -fun solder_V2 : V2; -fun soldering_iron_N : N; -fun soldier_N : N; -fun soldier_V : V; -fun soldiery_N : N; -fun sole_A : A; -fun sole_N : N; -fun sole_V2 : V2; -fun solecism_N : N; -fun soled_A : A; -fun solely_Adv : Adv; -fun solemn_A : A; -fun solemnity_N : N; -fun solemnization_N : N; -fun solemnize_V2 : V2; -fun solemnly_Adv : Adv; -fun solemnness_N : N; -fun solicit_V : V; -fun solicit_V2 : V2; -fun solicitation_N : N; -fun solicitor_N : N; -fun solicitor_general_N : N; -fun solicitous_A : A; -fun solicitously_Adv : Adv; -fun solicitude_N : N; -fun solid_A : A; -fun solid_N : N; -fun solid_state_A : A; -fun solidarity_N : N; -fun solidification_N : N; -fun solidify_V : V; -fun solidify_V2 : V2; -fun solidity_N : N; -fun solidly_Adv : Adv; -fun solidness_N : N; -fun solihull_PN : PN; -fun soliloquize_V : V; -fun soliloquy_N : N; -fun solingen_PN : PN; -fun solipsism_N : N; -fun solitaire_N : N; -fun solitarily_Adv : Adv; -fun solitary_A : A; -fun solitude_N : N; -fun solo_N : N; -fun soloist_N : N; -fun solon_PN : PN; -fun solstice_N : N; -fun solubility_N : N; -fun soluble_A : A; -fun solution_N : N; -fun solvable_A : A; -fun solve_V2 : V2; -fun solvency_N : N; -fun solvent_A : A; -fun solvent_N : N; -fun somali_A : A; -fun somali_N : N; -fun somalia_PN : PN; -fun somalian_A : A; -fun somalian_N : N; -fun somatic_A : A; -fun sombre_A : A; -fun sombrely_Adv : Adv; -fun sombreness_N : N; -fun sombrero_N : N; -fun some_A : A; -fun some_Adv : Adv; -fun someday_Adv : Adv; -fun somehow_Adv : Adv; -fun someone_N : N; -fun someplace_Adv : Adv; -fun somercotes_PN : PN; -fun somersault_N : N; -fun somersault_V : V; -fun somerset_PN : PN; -fun something_Adv : Adv; -fun sometime_Adv : Adv; -fun sometimes_Adv : Adv; -fun someway_Adv : Adv; -fun somewhat_Adv : Adv; -fun somewhere_Adv : Adv; -fun somnambulism_N : N; -fun somnambulist_N : N; -fun somnolence_N : N; -fun somnolent_A : A; -fun somnolently_Adv : Adv; -fun son_N : N; -fun son_in_law_N : N; -fun sonar_N : N; -fun sonata_N : N; -fun song_N : N; -fun songbird_N : N; -fun songbook_N : N; -fun songster_N : N; -fun songstress_N : N; -fun sonia_PN : PN; -fun sonic_A : A; -fun sonnet_N : N; -fun sonneteer_N : N; -fun sonny_N : N; -fun sonority_N : N; -fun sonorous_A : A; -fun sonorously_Adv : Adv; -fun sonsy_A : A; -fun soochow_PN : PN; -fun soon_Adv : Adv; -fun sooner_Adv : Adv; -fun soonest_Adv : Adv; -fun soot_N : N; -fun soot_V2 : V2; -fun sooth_N : N; -fun soothe_V2 : V2; -fun soothingly_Adv : Adv; -fun soothsayer_N : N; -fun sooty_A : A; -fun sop_N : N; -fun sop_V2 : V2; -fun sophia_PN : PN; -fun sophie_PN : PN; -fun sophism_N : N; -fun sophist_N : N; -fun sophisticated_A : A; -fun sophistication_N : N; -fun sophistry_N : N; -fun sophomore_N : N; -fun soporific_A : A; -fun soporific_N : N; -fun sopping_A : A; -fun sopping_Adv : Adv; -fun soppy_A : A; -fun soprano_N : N; -fun sorbet_N : N; -fun sorcerer_N : N; -fun sorceress_N : N; -fun sorcery_N : N; -fun sordid_A : A; -fun sordidly_Adv : Adv; -fun sordidness_N : N; -fun sore_A : A; -fun sore_N : N; -fun sorely_Adv : Adv; -fun soreness_N : N; -fun sorghum_N : N; -fun sorority_N : N; -fun sorrel_A : A; -fun sorrel_N : N; -fun sorrow_N : N; -fun sorrow_V : V; -fun sorrowful_A : A; -fun sorrowfully_Adv : Adv; -fun sorry_A : A; -fun sort_N : N; -fun sort_V : V; -fun sort_V2 : V2; -fun sorter_N : N; -fun sortie_N : N; -fun sos_N : N; -fun soss_N : N; -fun sot_N : N; -fun sotho_A : A; -fun sotho_N : N; -fun sottish_A : A; -fun sottishly_Adv : Adv; -fun sottishness_N : N; -fun sotto_voce_Adv : Adv; -fun sou'_east_Adv : Adv; -fun sou'_east_N : N; -fun sou'_sou'_east_Adv : Adv; -fun sou'_sou'_east_N : N; -fun sou'_sou'_west_Adv : Adv; -fun sou'_sou'_west_N : N; -fun sou'_west_Adv : Adv; -fun sou'_west_N : N; -fun sou'_wester_N : N; -fun sou_N : N; -fun soubrette_N : N; -fun soubriquet_N : N; -fun souffle_N : N; -fun sough_V : V; -fun soul_N : N; -fun soul_destroying_A : A; -fun soul_stirring_A : A; -fun soulful_A : A; -fun soulfully_Adv : Adv; -fun soulless_A : A; -fun soullessly_Adv : Adv; -fun sound_A : A; -fun sound_Adv : Adv; -fun sound_N : N; -fun sound_V : V; -fun sound_V2 : V2; -fun sound_film_N : N; -fun sound_recording_N : N; -fun sound_wave_N : N; -fun soundbox_N : N; -fun sounding_board_N : N; -fun soundless_A : A; -fun soundlessly_Adv : Adv; -fun soundly_Adv : Adv; -fun soundness_N : N; -fun soundproof_A : A; -fun soundproof_V2 : V2; -fun soundtrack_N : N; -fun soup_N : N; -fun soup_V2 : V2; -fun soup_kitchen_N : N; -fun soupcon_N : N; -fun sour_A : A; -fun sour_V : V; -fun sour_V2 : V2; -fun source_N : N; -fun sourly_Adv : Adv; -fun sourness_N : N; -fun souse_V2 : V2; -fun soused_A : A; -fun soutane_N : N; -fun south_Adv : Adv; -fun south_N : N; -fun south_kirkby_PN : PN; -fun south_normantown_PN : PN; -fun south_ockendon_PN : PN; -fun south_shields_PN : PN; -fun south_southeast_Adv : Adv; -fun south_southeast_N : N; -fun south_southwest_Adv : Adv; -fun south_southwest_N : N; -fun southampton_PN : PN; -fun southeast_Adv : Adv; -fun southeast_N : N; -fun southeaster_N : N; -fun southeasterly_A : A; -fun southeastern_A : A; -fun southend_on_sea_PN : PN; -fun southerly_A : A; -fun southerly_Adv : Adv; -fun southern_A : A; -fun southerner_N : N; -fun southernmost_A : A; -fun southpaw_N : N; -fun southport_PN : PN; -fun southward_Adv : Adv; -fun southwards_Adv : Adv; -fun southwark_PN : PN; -fun southwest_Adv : Adv; -fun southwest_N : N; -fun southwester_N : N; -fun southwesterly_A : A; -fun southwestern_A : A; -fun souvenir_N : N; -fun sovereign_A : A; -fun sovereign_N : N; -fun sovereignty_N : N; -fun soviet_A : A; -fun soviet_N : N; -fun sovietize_V2 : V2; -fun sow_N : N; -fun sow_V : V; -fun sow_V2 : V2; -fun sower_N : N; -fun soy_N : N; -fun soya_N : N; -fun sozzled_A : A; -fun spa_N : N; -fun space_N : N; -fun space_V2 : V2; -fun space_bar_N : N; -fun space_capsule_N : N; -fun space_heater_N : N; -fun space_helmet_N : N; -fun space_rocket_N : N; -fun space_time_N : N; -fun space_vehicle_N : N; -fun spacecraft_N : N; -fun spaceship_N : N; -fun spacesuit_N : N; -fun spacing_N : N; -fun spacious_A : A; -fun spaciously_Adv : Adv; -fun spaciousness_N : N; -fun spade_N : N; -fun spade_V2 : V2; -fun spadeful_N : N; -fun spadework_N : N; -fun spaghetti_N : N; -fun spain_PN : PN; -fun spalding_PN : PN; -fun spam_N : N; -fun span_N : N; -fun span_V2 : V2; -fun spangle_N : N; -fun spangle_V2 : V2; -fun spaniard_N : N; -fun spaniel_N : N; -fun spanish_A : A; -fun spanish_N : N; -fun spank_V : V; -fun spank_V2 : V2; -fun spanking_A : A; -fun spanking_N : N; -fun spanner_N : N; -fun spar_N : N; -fun spar_V : V; -fun spare_A : A; -fun spare_N : N; -fun spare_V : V; -fun spare_V2 : V2; -fun spare_rib_N : N; -fun sparely_Adv : Adv; -fun spareness_N : N; -fun sparing_A : A; -fun sparingly_Adv : Adv; -fun spark_N : N; -fun spark_V : V; -fun spark_V2 : V2; -fun spark_plug_N : N; -fun sparking_plug_N : N; -fun sparkle_N : N; -fun sparkle_V : V; -fun sparkler_N : N; -fun sparkling_A : A; -fun sparring_match_N : N; -fun sparring_partner_N : N; -fun sparrow_N : N; -fun sparse_A : A; -fun sparsely_Adv : Adv; -fun sparseness_N : N; -fun sparsity_N : N; -fun spartan_A : A; -fun spartan_N : N; -fun spasm_N : N; -fun spasmodic_A : A; -fun spasmodically_Adv : Adv; -fun spastic_A : A; -fun spastic_N : N; -fun spat_N : N; -fun spat_V : V; -fun spat_V2 : V2; -fun spatchcock_N : N; -fun spatchcock_V2 : V2; -fun spate_N : N; -fun spatial_A : A; -fun spatially_Adv : Adv; -fun spatter_N : N; -fun spatter_V : V; -fun spatter_V2 : V2; -fun spatula_N : N; -fun spavin_N : N; -fun spavined_A : A; -fun spawn_N : N; -fun spawn_V : V; -fun spawn_V2 : V2; -fun spay_V2 : V2; -fun speak_V : V; -fun speak_V2 : V2; -fun speaker_N : N; -fun speakership_N : N; -fun speaking_trumpet_N : N; -fun speaking_tube_N : N; -fun spear_N : N; -fun spear_V2 : V2; -fun spearhead_N : N; -fun spearmint_N : N; -fun spec_N : N; -fun special_A : A; -fun special_N : N; -fun specialism_N : N; -fun specialist_N : N; -fun speciality_N : N; -fun specialization_N : N; -fun specialize_V : V; -fun specialize_V2 : V2; -fun specially_Adv : Adv; -fun specialty_N : N; -fun specie_N : N; -fun species_N : N; -fun specifiable_A : A; -fun specific_A : A; -fun specific_N : N; -fun specifically_Adv : Adv; -fun specification_N : N; -fun specificity_N : N; -fun specify_V2 : V2; -fun specimen_N : N; -fun specious_A : A; -fun speciously_Adv : Adv; -fun speciousness_N : N; -fun speck_N : N; -fun specked_A : A; -fun speckle_N : N; -fun speckled_A : A; -fun speckless_A : A; -fun spectacle_N : N; -fun spectacled_A : A; -fun spectacular_A : A; -fun spectacular_N : N; -fun spectacularly_Adv : Adv; -fun spectator_N : N; -fun spectral_A : A; -fun spectre_N : N; -fun spectroscope_N : N; -fun spectroscopic_A : A; -fun spectrum_N : N; -fun speculate_V : V; -fun speculation_N : N; -fun speculative_A : A; -fun speculatively_Adv : Adv; -fun speculator_N : N; -fun speech_N : N; -fun speech_day_N : N; -fun speechify_V : V; -fun speechless_A : A; -fun speechlessly_Adv : Adv; -fun speed_N : N; -fun speed_V : V; -fun speed_V2 : V2; -fun speed_cop_N : N; -fun speed_indicator_N : N; -fun speed_limit_N : N; -fun speed_up_N : N; -fun speedboat_N : N; -fun speedily_Adv : Adv; -fun speeding_N : N; -fun speedometer_N : N; -fun speedway_N : N; -fun speedwell_N : N; -fun speedy_A : A; -fun spelaeologist_N : N; -fun spelaeology_N : N; -fun speleologist_N : N; -fun speleology_N : N; -fun spell_N : N; -fun spell_V : V; -fun spell_V2 : V2; -fun spellbinder_N : N; -fun spellbound_A : A; -fun speller_N : N; -fun spelling_N : N; -fun spelt_N : N; -fun spenborough_PN : PN; -fun spend_V : V; -fun spend_V2 : V2; -fun spender_N : N; -fun spendthrift_N : N; -fun spennymoor_PN : PN; -fun spent_A : A; -fun sperm_N : N; -fun sperm_whale_N : N; -fun spermaceti_N : N; -fun spermatozoon_N : N; -fun spermicide_N : N; -fun spew_V : V; -fun spew_V2 : V2; -fun sphagnum_N : N; -fun sphere_N : N; -fun spherical_A : A; -fun spheroid_N : N; -fun sphinx_N : N; -fun spice_N : N; -fun spice_V2 : V2; -fun spicily_Adv : Adv; -fun spiciness_N : N; -fun spick_A : A; -fun spicy_A : A; -fun spider_N : N; -fun spidery_A : A; -fun spiel_N : N; -fun spiel_V : V; -fun spiel_V2 : V2; -fun spigot_N : N; -fun spike_N : N; -fun spike_V2 : V2; -fun spikenard_N : N; -fun spiky_A : A; -fun spill_N : N; -fun spill_V : V; -fun spill_V2 : V2; -fun spillage_N : N; -fun spillover_N : N; -fun spillway_N : N; -fun spin_N : N; -fun spin_V : V; -fun spin_V2 : V2; -fun spin_drier_N : N; -fun spin_dry_V2 : V2; -fun spin_off_N : N; -fun spinach_N : N; -fun spinal_A : A; -fun spindle_N : N; -fun spindle_berry_N : N; -fun spindle_legged_A : A; -fun spindle_shanked_A : A; -fun spindle_shanks_N : N; -fun spindle_tree_N : N; -fun spindly_A : A; -fun spindrift_N : N; -fun spine_N : N; -fun spineless_A : A; -fun spinet_N : N; -fun spinnaker_N : N; -fun spinney_N : N; -fun spinning_wheel_N : N; -fun spinster_N : N; -fun spinsterhood_N : N; -fun spiny_A : A; -fun spiral_A : A; -fun spiral_N : N; -fun spiral_V : V; -fun spirally_Adv : Adv; -fun spire_N : N; -fun spirit_N : N; -fun spirit_V2 : V2; -fun spirit_lamp_N : N; -fun spirit_level_N : N; -fun spirit_rapper_N : N; -fun spirit_stove_N : N; -fun spirited_A : A; -fun spiritless_A : A; -fun spiritual_A : A; -fun spiritual_N : N; -fun spiritualism_N : N; -fun spiritualist_N : N; -fun spiritualistic_A : A; -fun spirituality_N : N; -fun spiritualization_N : N; -fun spiritualize_V2 : V2; -fun spiritually_Adv : Adv; -fun spirituous_A : A; -fun spirt_N : N; -fun spirt_V : V; -fun spit_N : N; -fun spit_V : V; -fun spit_V2 : V2; -fun spite_N : N; -fun spite_V2 : V2; -fun spiteful_A : A; -fun spitefully_Adv : Adv; -fun spitefulness_N : N; -fun spitfire_N : N; -fun spitting_N : N; -fun spittle_N : N; -fun spittoon_N : N; -fun spiv_N : N; -fun splash_N : N; -fun splash_V : V; -fun splash_V2 : V2; -fun splashdown_N : N; -fun splay_A : A; -fun splay_N : N; -fun splay_V : V; -fun splay_V2 : V2; -fun splayfoot_N : N; -fun splayfooted_A : A; -fun spleen_N : N; -fun splendid_A : A; -fun splendidly_Adv : Adv; -fun splendiferous_A : A; -fun splendour_N : N; -fun splenetic_A : A; -fun splice_N : N; -fun splice_V2 : V2; -fun splicer_N : N; -fun splint_N : N; -fun splinter_N : N; -fun splinter_V : V; -fun splinter_V2 : V2; -fun splinter_proof_A : A; -fun splintery_A : A; -fun split_N : N; -fun split_PN : PN; -fun split_V : V; -fun split_V2 : V2; -fun splodge_N : N; -fun splosh_V2 : V2; -fun splotch_N : N; -fun splurge_N : N; -fun splurge_V : V; -fun splutter_N : N; -fun splutter_V : V; -fun splutter_V2 : V2; -fun spode_N : N; -fun spoil_N : N; -fun spoil_V : V; -fun spoil_V2 : V2; -fun spoilsport_N : N; -fun spoke_N : N; -fun spokesman_N : N; -fun spoliation_N : N; -fun spondaic_A : A; -fun spondee_N : N; -fun sponge_N : N; -fun sponge_V : V; -fun sponge_V2 : V2; -fun sponge_cake_N : N; -fun sponger_N : N; -fun sponginess_N : N; -fun spongy_A : A; -fun sponsor_N : N; -fun sponsor_V2 : V2; -fun sponsorship_N : N; -fun spontaneity_N : N; -fun spontaneous_A : A; -fun spontaneously_Adv : Adv; -fun spontaneousness_N : N; -fun spoof_N : N; -fun spoof_V2 : V2; -fun spook_N : N; -fun spooky_A : A; -fun spool_N : N; -fun spoon_N : N; -fun spoon_V : V; -fun spoon_V2 : V2; -fun spoonerism_N : N; -fun spoonfeed_V2 : V2; -fun spoonfeeding_N : N; -fun spoonful_N : N; -fun spoor_N : N; -fun sporadic_A : A; -fun sporadically_Adv : Adv; -fun spore_N : N; -fun sporran_N : N; -fun sport_N : N; -fun sport_V : V; -fun sport_V2 : V2; -fun sporting_A : A; -fun sportingly_Adv : Adv; -fun sportive_A : A; -fun sportively_Adv : Adv; -fun sportiveness_N : N; -fun sports_car_N : N; -fun sports_coat_N : N; -fun sports_editor_N : N; -fun sports_jacket_N : N; -fun sportsman_N : N; -fun sportsmanlike_A : A; -fun sportsmanship_N : N; -fun spot_N : N; -fun spot_V : V; -fun spot_V2 : V2; -fun spotless_A : A; -fun spotlessly_Adv : Adv; -fun spotlight_N : N; -fun spotlight_V2 : V2; -fun spotted_A : A; -fun spotter_N : N; -fun spotty_A : A; -fun spouse_N : N; -fun spout_N : N; -fun spout_V : V; -fun spout_V2 : V2; -fun sprain_N : N; -fun sprain_V2 : V2; -fun sprat_N : N; -fun sprawl_N : N; -fun sprawl_V : V; -fun spray_N : N; -fun spray_V2 : V2; -fun spray_gun_N : N; -fun sprayer_N : N; -fun spread_N : N; -fun spread_V : V; -fun spread_V2 : V2; -fun spread_over_N : N; -fun spreadeagle_N : N; -fun spreadeagle_V2 : V2; -fun spreader_N : N; -fun spree_N : N; -fun sprig_N : N; -fun sprigged_A : A; -fun sprightliness_N : N; -fun sprightly_A : A; -fun spring_N : N; -fun spring_V : V; -fun spring_V2 : V2; -fun spring_balance_N : N; -fun spring_clean_N : N; -fun spring_clean_V2 : V2; -fun spring_cleaning_N : N; -fun spring_gun_N : N; -fun spring_mattress_N : N; -fun springboard_N : N; -fun springbok_N : N; -fun springfield_PN : PN; -fun springless_A : A; -fun springlike_A : A; -fun springtide_N : N; -fun springtime_N : N; -fun springy_A : A; -fun sprinkle_V2 : V2; -fun sprinkler_N : N; -fun sprinkling_N : N; -fun sprint_N : N; -fun sprint_V : V; -fun sprinter_N : N; -fun sprit_N : N; -fun sprite_N : N; -fun spritsail_N : N; -fun sprocket_N : N; -fun sprocket_wheel_N : N; -fun sprout_N : N; -fun sprout_V : V; -fun sprout_V2 : V2; -fun spruce_A : A; -fun spruce_N : N; -fun spruce_V : V; -fun spruce_V2 : V2; -fun sprucely_Adv : Adv; -fun spruceness_N : N; -fun spry_A : A; -fun spud_N : N; -fun spue_V : V; -fun spue_V2 : V2; -fun spume_N : N; -fun spunk_N : N; -fun spunky_A : A; -fun spur_N : N; -fun spur_V : V; -fun spur_V2 : V2; -fun spurious_A : A; -fun spuriously_Adv : Adv; -fun spuriousness_N : N; -fun spurn_V2 : V2; -fun spurt_N : N; -fun spurt_V : V; -fun sputnik_N : N; -fun sputter_V : V; -fun sputter_V2 : V2; -fun sputum_N : N; -fun spy_N : N; -fun spy_V : V; -fun spy_V2 : V2; -fun spy_hole_N : N; -fun spyglass_N : N; -fun sq_PN : PN; -fun squab_N : N; -fun squabble_N : N; -fun squabble_V : V; -fun squad_N : N; -fun squadron_N : N; -fun squalid_A : A; -fun squalidly_Adv : Adv; -fun squall_N : N; -fun squall_V : V; -fun squally_A : A; -fun squalor_N : N; -fun squander_V2 : V2; -fun squandermania_N : N; -fun square_A : A; -fun square_Adv : Adv; -fun square_N : N; -fun square_V : V; -fun square_V2 : V2; -fun square_bashing_N : N; -fun square_built_A : A; -fun square_rigged_A : A; -fun square_shouldered_A : A; -fun square_toed_A : A; -fun square_toes_N : N; -fun squarely_Adv : Adv; -fun squareness_N : N; -fun squash_N : N; -fun squash_V : V; -fun squash_V2 : V2; -fun squashy_A : A; -fun squat_A : A; -fun squat_V : V; -fun squatter_N : N; -fun squaw_N : N; -fun squawk_N : N; -fun squawk_V : V; -fun squawker_N : N; -fun squeak_N : N; -fun squeak_V : V; -fun squeak_V2 : V2; -fun squeaker_N : N; -fun squeaky_A : A; -fun squeal_N : N; -fun squeal_V : V; -fun squeal_V2 : V2; -fun squealer_N : N; -fun squeamish_A : A; -fun squeamishly_Adv : Adv; -fun squeamishness_N : N; -fun squeegee_N : N; -fun squeegee_V2 : V2; -fun squeeze_N : N; -fun squeeze_V : V; -fun squeeze_V2 : V2; -fun squeezer_N : N; -fun squelch_N : N; -fun squelch_V : V; -fun squelch_V2 : V2; -fun squib_N : N; -fun squid_N : N; -fun squiffy_A : A; -fun squiggle_N : N; -fun squiggly_A : A; -fun squint_N : N; -fun squint_V : V; -fun squint_eyed_A : A; -fun squire_N : N; -fun squire_V2 : V2; -fun squirearchy_N : N; -fun squirm_N : N; -fun squirm_V : V; -fun squirrel_N : N; -fun squirt_N : N; -fun squirt_V : V; -fun squirt_V2 : V2; -fun sr_PN : PN; -fun sri_lanka_PN : PN; -fun sri_lankan_A : A; -fun sri_lankan_N : N; -fun srn_N : N; -fun ss_N : N; -fun st_PN : PN; -fun st_albans_PN : PN; -fun st_andrews_PN : PN; -fun st_andrews_major_PN : PN; -fun st_austell_PN : PN; -fun st_blazey_PN : PN; -fun st_helens_PN : PN; -fun st_ives_PN : PN; -fun st_louis_PN : PN; -fun st_neots_PN : PN; -fun st_paul_PN : PN; -fun st_petersburg_PN : PN; -fun st_stephen_PN : PN; -fun sta_PN : PN; -fun stab_N : N; -fun stab_V : V; -fun stab_V2 : V2; -fun stabber_N : N; -fun stability_N : N; -fun stabilization_N : N; -fun stabilize_V2 : V2; -fun stabilizer_N : N; -fun stable_A : A; -fun stable_N : N; -fun stable_V2 : V2; -fun stable_companion_N : N; -fun stableboy_N : N; -fun stableman_N : N; -fun stablemate_N : N; -fun stabling_N : N; -fun staccato_A : A; -fun staccato_Adv : Adv; -fun stack_N : N; -fun stack_V2 : V2; -fun stadium_N : N; -fun staff_N : N; -fun staff_V2 : V2; -fun staff_office_N : N; -fun stafford_PN : PN; -fun staffordshire_PN : PN; -fun stag_N : N; -fun stag_party_N : N; -fun stage_N : N; -fun stage_V : V; -fun stage_V2 : V2; -fun stage_struck_A : A; -fun stage_whisper_N : N; -fun stagecoach_N : N; -fun stagecraft_N : N; -fun stager_N : N; -fun stagflation_N : N; -fun stagger_N : N; -fun stagger_V : V; -fun stagger_V2 : V2; -fun staggerer_N : N; -fun staggeringly_Adv : Adv; -fun stagily_Adv : Adv; -fun staginess_N : N; -fun staging_N : N; -fun stagnancy_N : N; -fun stagnant_A : A; -fun stagnate_V : V; -fun stagnation_N : N; -fun stagy_A : A; -fun staid_A : A; -fun staidly_Adv : Adv; -fun staidness_N : N; -fun stain_N : N; -fun stain_V : V; -fun stain_V2 : V2; -fun stainless_A : A; -fun stair_N : N; -fun stair_carpet_N : N; -fun stair_rod_N : N; -fun staircase_N : N; -fun stairway_N : N; -fun stake_N : N; -fun stake_V2 : V2; -fun stake_holder_N : N; -fun stakeford_PN : PN; -fun stalactite_N : N; -fun stalagmite_N : N; -fun stale_A : A; -fun stale_V : V; -fun stalemate_N : N; -fun stalemate_V2 : V2; -fun staleness_N : N; -fun stalk_N : N; -fun stalk_V : V; -fun stalk_V2 : V2; -fun stalker_N : N; -fun stalking_horse_N : N; -fun stall_N : N; -fun stall_V : V; -fun stall_V2 : V2; -fun stall_fed_A : A; -fun stallion_N : N; -fun stalwart_A : A; -fun stalwart_N : N; -fun stalybridge_PN : PN; -fun stamen_N : N; -fun stamford_PN : PN; -fun stamina_N : N; -fun stammer_N : N; -fun stammer_V : V; -fun stammer_V2 : V2; -fun stammerer_N : N; -fun stammeringly_Adv : Adv; -fun stamp_N : N; -fun stamp_V : V; -fun stamp_V2 : V2; -fun stamp_album_N : N; -fun stamp_collector_N : N; -fun stamp_dealer_N : N; -fun stamp_duty_N : N; -fun stampede_N : N; -fun stampede_V : V; -fun stampede_V2 : V2; -fun stamping_ground_N : N; -fun stan_PN : PN; -fun stance_N : N; -fun stanchion_N : N; -fun stand_N : N; -fun stand_V : V; -fun stand_V2 : V2; -fun stand_in_N : N; -fun stand_to_N : N; -fun stand_up_A : A; -fun standard_A : A; -fun standard_N : N; -fun standard_bearer_N : N; -fun standardization_N : N; -fun standardize_V2 : V2; -fun standby_N : N; -fun standing_A : A; -fun standing_N : N; -fun standoffish_A : A; -fun standoffishly_Adv : Adv; -fun standoffishness_N : N; -fun standpipe_N : N; -fun standpoint_N : N; -fun standstill_N : N; -fun stanford_PN : PN; -fun stanley_PN : PN; -fun stanza_N : N; -fun staple_N : N; -fun staple_V2 : V2; -fun stapler_N : N; -fun stapling_machine_N : N; -fun star_N : N; -fun star_V : V; -fun star_V2 : V2; -fun starboard_N : N; -fun starboard_V2 : V2; -fun starch_N : N; -fun starch_V2 : V2; -fun starchy_A : A; -fun stardom_N : N; -fun stardust_N : N; -fun stare_N : N; -fun stare_V : V; -fun stare_V2 : V2; -fun starfish_N : N; -fun stargazer_N : N; -fun staring_A : A; -fun staring_Adv : Adv; -fun stark_A : A; -fun stark_Adv : Adv; -fun starkers_A : A; -fun starkly_Adv : Adv; -fun starless_A : A; -fun starlet_N : N; -fun starlight_N : N; -fun starling_N : N; -fun starlit_A : A; -fun starry_A : A; -fun starry_eyed_A : A; -fun start_N : N; -fun start_V : V; -fun start_V2 : V2; -fun starter_N : N; -fun starting_gate_N : N; -fun starting_point_N : N; -fun starting_post_N : N; -fun startle_V2 : V2; -fun startlingly_Adv : Adv; -fun starvation_N : N; -fun starve_V : V; -fun starve_V2 : V2; -fun starveling_N : N; -fun stash_V2 : V2; -fun state_N : N; -fun state_V2 : V2; -fun statecraft_N : N; -fun stated_A : A; -fun statehouse_N : N; -fun stateless_A : A; -fun stateliness_N : N; -fun stately_A : A; -fun statement_N : N; -fun statesman_N : N; -fun statesmanlike_A : A; -fun statesmanship_N : N; -fun static_A : A; -fun statically_Adv : Adv; -fun statics_N : N; -fun station_N : N; -fun station_V2 : V2; -fun station_waggon_N : N; -fun stationary_A : A; -fun stationer_N : N; -fun stationery_N : N; -fun stationmaster_N : N; -fun statistic_N : N; -fun statistical_A : A; -fun statistically_Adv : Adv; -fun statistician_N : N; -fun statistics_N : N; -fun statuary_A : A; -fun statuary_N : N; -fun statue_N : N; -fun statuesque_A : A; -fun statuette_N : N; -fun stature_N : N; -fun status_N : N; -fun status_quo_N : N; -fun statute_N : N; -fun statute_book_N : N; -fun statutorily_Adv : Adv; -fun statutory_A : A; -fun staunch_A : A; -fun staunch_V2 : V2; -fun staunchly_Adv : Adv; -fun staunchness_N : N; -fun stave_N : N; -fun stave_V : V; -fun stave_V2 : V2; -fun stay_N : N; -fun stay_V : V; -fun stay_V2 : V2; -fun stay_at_home_N : N; -fun stayer_N : N; -fun std_PN : PN; -fun stead_N : N; -fun steadfast_A : A; -fun steadfastly_Adv : Adv; -fun steadfastness_N : N; -fun steadily_Adv : Adv; -fun steadiness_N : N; -fun steady_A : A; -fun steady_Adv : Adv; -fun steady_N : N; -fun steady_V : V; -fun steady_V2 : V2; -fun steak_N : N; -fun steal_V : V; -fun steal_V2 : V2; -fun stealth_N : N; -fun stealthily_Adv : Adv; -fun stealthy_A : A; -fun steam_N : N; -fun steam_V : V; -fun steam_V2 : V2; -fun steam_boiler_N : N; -fun steam_coal_N : N; -fun steam_engine_N : N; -fun steam_heat_N : N; -fun steam_heat_V2 : V2; -fun steamboat_N : N; -fun steamer_N : N; -fun steamroller_N : N; -fun steamroller_V2 : V2; -fun steamship_N : N; -fun steamy_A : A; -fun steed_N : N; -fun steel_N : N; -fun steel_V2 : V2; -fun steel_clad_A : A; -fun steel_plated_A : A; -fun steelworks_N : N; -fun steely_A : A; -fun steelyard_N : N; -fun steenbok_N : N; -fun steep_A : A; -fun steep_V : V; -fun steep_V2 : V2; -fun steepen_V : V; -fun steepen_V2 : V2; -fun steepish_A : A; -fun steeple_N : N; -fun steeplechase_N : N; -fun steeplechaser_N : N; -fun steeplejack_N : N; -fun steeply_Adv : Adv; -fun steepness_N : N; -fun steer_N : N; -fun steer_V : V; -fun steer_V2 : V2; -fun steerage_N : N; -fun steerageway_N : N; -fun steering_gear_N : N; -fun steering_wheel_N : N; -fun steersman_N : N; -fun stele_N : N; -fun stella_PN : PN; -fun stellar_A : A; -fun stem_N : N; -fun stem_V : V; -fun stem_V2 : V2; -fun stemmed_A : A; -fun sten_PN : PN; -fun stench_N : N; -fun stencil_N : N; -fun stencil_V2 : V2; -fun stenographer_N : N; -fun stenography_N : N; -fun stentorian_A : A; -fun step_N : N; -fun step_V : V; -fun step_V2 : V2; -fun stepbrother_N : N; -fun stepchild_N : N; -fun stepdaughter_N : N; -fun stepfather_N : N; -fun stephanie_PN : PN; -fun stephen_PN : PN; -fun stepladder_N : N; -fun stepmother_N : N; -fun stepparent_N : N; -fun steppe_N : N; -fun stepping_stone_N : N; -fun stepsister_N : N; -fun stepson_N : N; -fun stereo_N : N; -fun stereophonic_A : A; -fun stereoscope_N : N; -fun stereoscopic_A : A; -fun stereotype_N : N; -fun stereotype_V2 : V2; -fun sterile_A : A; -fun sterility_N : N; -fun sterilization_N : N; -fun sterilize_V2 : V2; -fun sterling_A : A; -fun sterling_N : N; -fun stern_A : A; -fun stern_N : N; -fun sternly_Adv : Adv; -fun sternness_N : N; -fun sternum_N : N; -fun sternwheeler_N : N; -fun stertorous_A : A; -fun stertorously_Adv : Adv; -fun stethoscope_N : N; -fun stetson_N : N; -fun steve_PN : PN; -fun stevedore_N : N; -fun steven_PN : PN; -fun stevenage_PN : PN; -fun stevenston_PN : PN; -fun stew_N : N; -fun stew_V : V; -fun stew_V2 : V2; -fun steward_N : N; -fun stewardess_N : N; -fun stewardship_N : N; -fun stewart_PN : PN; -fun stewed_A : A; -fun steyning_PN : PN; -fun stick_N : N; -fun stick_V : V; -fun stick_V2 : V2; -fun stick_in_the_mud_A : A; -fun stick_in_the_mud_N : N; -fun stick_on_A : A; -fun stick_up_N : N; -fun sticker_N : N; -fun stickily_Adv : Adv; -fun stickiness_N : N; -fun sticking_plaster_N : N; -fun stickler_N : N; -fun sticky_A : A; -fun stiff_A : A; -fun stiff_Adv : Adv; -fun stiff_N : N; -fun stiff_necked_A : A; -fun stiffen_V : V; -fun stiffen_V2 : V2; -fun stiffener_N : N; -fun stiffening_N : N; -fun stiffly_Adv : Adv; -fun stiffness_N : N; -fun stifle_V : V; -fun stifle_V2 : V2; -fun stigma_N : N; -fun stigmatize_V2 : V2; -fun stile_N : N; -fun stiletto_N : N; -fun still_A : A; -fun still_Adv : Adv; -fun still_N : N; -fun still_V2 : V2; -fun still_life_N : N; -fun still_room_N : N; -fun stillbirth_N : N; -fun stillborn_A : A; -fun stillness_N : N; -fun stilly_A : A; -fun stilt_N : N; -fun stilted_A : A; -fun stiltedly_Adv : Adv; -fun stilton_N : N; -fun stimulant_N : N; -fun stimulate_V2 : V2; -fun stimulating_A : A; -fun stimulation_N : N; -fun stimulus_N : N; -fun sting_N : N; -fun sting_V : V; -fun sting_V2 : V2; -fun stinger_N : N; -fun stingily_Adv : Adv; -fun stinginess_N : N; -fun stingless_A : A; -fun stingray_N : N; -fun stingy_A : A; -fun stink_N : N; -fun stink_V : V; -fun stink_V2 : V2; -fun stinker_N : N; -fun stint_N : N; -fun stint_V : V; -fun stint_V2 : V2; -fun stipend_N : N; -fun stipendiary_A : A; -fun stipendiary_N : N; -fun stipple_V2 : V2; -fun stipulate_V : V; -fun stipulate_V2 : V2; -fun stipulation_N : N; -fun stir_N : N; -fun stir_V : V; -fun stir_V2 : V2; -fun stirling_PN : PN; -fun stirring_A : A; -fun stirringly_Adv : Adv; -fun stirrup_N : N; -fun stirrup_cup_N : N; -fun stitch_N : N; -fun stitch_V : V; -fun stitch_V2 : V2; -fun stoat_N : N; -fun stochastic_A : A; -fun stochastically_Adv : Adv; -fun stock_N : N; -fun stock_V2 : V2; -fun stock_cube_N : N; -fun stock_farmer_N : N; -fun stock_in_trade_N : N; -fun stock_list_N : N; -fun stock_still_Adv : Adv; -fun stockade_N : N; -fun stockade_V2 : V2; -fun stockbreeder_N : N; -fun stockbroker_N : N; -fun stockcar_N : N; -fun stockfish_N : N; -fun stockholder_N : N; -fun stockholding_N : N; -fun stockholm_PN : PN; -fun stockily_Adv : Adv; -fun stockinette_N : N; -fun stocking_N : N; -fun stockinged_A : A; -fun stockist_N : N; -fun stockjobber_N : N; -fun stockpile_N : N; -fun stockpiling_N : N; -fun stockport_PN : PN; -fun stockpot_N : N; -fun stockroom_N : N; -fun stocksbridge_PN : PN; -fun stocktaking_N : N; -fun stocky_A : A; -fun stockyard_N : N; -fun stodge_N : N; -fun stodginess_N : N; -fun stodgy_A : A; -fun stoep_N : N; -fun stoic_N : N; -fun stoical_A : A; -fun stoically_Adv : Adv; -fun stoicism_N : N; -fun stoke_V : V; -fun stoke_V2 : V2; -fun stoke_on_trent_PN : PN; -fun stokehold_N : N; -fun stokehole_N : N; -fun stoker_N : N; -fun stole_N : N; -fun stolen_A : A; -fun stolid_A : A; -fun stolidity_N : N; -fun stolidly_Adv : Adv; -fun stolidness_N : N; -fun stomach_N : N; -fun stomach_V2 : V2; -fun stomach_ache_N : N; -fun stomach_pump_N : N; -fun stomp_N : N; -fun stomp_V : V; -fun stone_N : N; -fun stone_PN : PN; -fun stone_V2 : V2; -fun stone_blind_A : A; -fun stone_cold_A : A; -fun stone_dead_A : A; -fun stone_deaf_A : A; -fun stone_fruit_N : N; -fun stone_pit_N : N; -fun stone_sober_A : A; -fun stonebreaker_N : N; -fun stoned_A : A; -fun stonehouse_PN : PN; -fun stoneless_A : A; -fun stonemason_N : N; -fun stonewall_V2 : V2; -fun stonewaller_N : N; -fun stonewalling_N : N; -fun stoneware_N : N; -fun stonework_N : N; -fun stonily_Adv : Adv; -fun stony_A : A; -fun stony_broke_A : A; -fun stooge_N : N; -fun stooge_V : V; -fun stool_N : N; -fun stoop_N : N; -fun stoop_V : V; -fun stoop_V2 : V2; -fun stop_N : N; -fun stop_V : V; -fun stop_V2 : V2; -fun stopcock_N : N; -fun stopgap_N : N; -fun stopover_N : N; -fun stoppage_N : N; -fun stopper_N : N; -fun stopping_N : N; -fun stopwatch_N : N; -fun storage_N : N; -fun store_N : N; -fun store_V2 : V2; -fun storehouse_N : N; -fun storeroom_N : N; -fun storey_N : N; -fun storeyed_A : A; -fun storied_A : A; -fun stork_N : N; -fun storm_N : N; -fun storm_V : V; -fun storm_V2 : V2; -fun storm_beaten_A : A; -fun storm_bound_A : A; -fun storm_centre_N : N; -fun storm_cloud_N : N; -fun storm_cone_N : N; -fun storm_lantern_N : N; -fun storm_signal_N : N; -fun storm_tossed_A : A; -fun storm_trooper_N : N; -fun stormily_Adv : Adv; -fun stormproof_A : A; -fun stormy_A : A; -fun stornoway_PN : PN; -fun story_N : N; -fun storyteller_N : N; -fun stotfold_PN : PN; -fun stoup_N : N; -fun stourbridge_PN : PN; -fun stourport_on_severn_PN : PN; -fun stout_A : A; -fun stout_N : N; -fun stouthearted_A : A; -fun stoutly_Adv : Adv; -fun stoutness_N : N; -fun stove_N : N; -fun stovepipe_N : N; -fun stow_V2 : V2; -fun stowaway_N : N; -fun stowmarket_PN : PN; -fun straddle_V : V; -fun straddle_V2 : V2; -fun strafe_V2 : V2; -fun straggle_V : V; -fun straggler_N : N; -fun straggly_A : A; -fun straight_A : A; -fun straight_Adv : Adv; -fun straight_N : N; -fun straighten_V : V; -fun straighten_V2 : V2; -fun straightforward_A : A; -fun straightforwardly_Adv : Adv; -fun straightness_N : N; -fun straightway_Adv : Adv; -fun strain_N : N; -fun strain_V : V; -fun strain_V2 : V2; -fun strained_A : A; -fun strainer_N : N; -fun strait_A : A; -fun strait_N : N; -fun strait_laced_A : A; -fun straiten_V2 : V2; -fun straitjacket_N : N; -fun strand_N : N; -fun strand_V : V; -fun strand_V2 : V2; -fun strange_A : A; -fun strangely_Adv : Adv; -fun strangeness_N : N; -fun stranger_N : N; -fun strangle_V2 : V2; -fun stranglehold_N : N; -fun strangulation_N : N; -fun stranraer_PN : PN; -fun strap_N : N; -fun strap_V2 : V2; -fun straphanger_N : N; -fun strapping_A : A; -fun strapping_N : N; -fun strasbourg_PN : PN; -fun stratagem_N : N; -fun strategic_A : A; -fun strategical_A : A; -fun strategically_Adv : Adv; -fun strategics_N : N; -fun strategist_N : N; -fun strategy_N : N; -fun stratford_on_avon_PN : PN; -fun strathaven_PN : PN; -fun strathclyde_PN : PN; -fun stratification_N : N; -fun stratify_V : V; -fun stratify_V2 : V2; -fun stratosphere_N : N; -fun stratum_N : N; -fun straw_N : N; -fun straw_V2 : V2; -fun straw_coloured_A : A; -fun strawberry_N : N; -fun strawboard_N : N; -fun stray_N : N; -fun stray_V : V; -fun streak_N : N; -fun streak_V : V; -fun streak_V2 : V2; -fun streaky_A : A; -fun stream_N : N; -fun stream_V : V; -fun streamer_N : N; -fun streamlet_N : N; -fun streamline_V2 : V2; -fun streamlined_A : A; -fun street_N : N; -fun street_PN : PN; -fun street_girl_N : N; -fun street_urchin_N : N; -fun streetcar_N : N; -fun streetwalker_N : N; -fun strength_N : N; -fun strengthen_V : V; -fun strengthen_V2 : V2; -fun strenuous_A : A; -fun strenuously_Adv : Adv; -fun strenuousness_N : N; -fun streptococcus_N : N; -fun streptomycin_N : N; -fun stress_N : N; -fun stress_V2 : V2; -fun stress_mark_N : N; -fun stretch_N : N; -fun stretch_V : V; -fun stretch_V2 : V2; -fun stretcher_N : N; -fun stretcher_bearer_N : N; -fun stretcher_party_N : N; -fun stretford_PN : PN; -fun strew_V2 : V2; -fun striated_A : A; -fun stricken_A : A; -fun strict_A : A; -fun strictly_Adv : Adv; -fun strictness_N : N; -fun stricture_N : N; -fun stride_N : N; -fun stride_V : V; -fun stride_V2 : V2; -fun strident_A : A; -fun stridently_Adv : Adv; -fun stridulate_V : V; -fun stridulation_N : N; -fun strife_N : N; -fun strike_N : N; -fun strike_V : V; -fun strike_V2 : V2; -fun strike_leader_N : N; -fun strike_pay_N : N; -fun strikebound_A : A; -fun strikebreaker_N : N; -fun striker_N : N; -fun striking_A : A; -fun strikingly_Adv : Adv; -fun string_N : N; -fun string_V : V; -fun string_V2 : V2; -fun stringency_N : N; -fun stringent_A : A; -fun stringently_Adv : Adv; -fun stringy_A : A; -fun strip_N : N; -fun strip_V : V; -fun strip_V2 : V2; -fun strip_lighting_N : N; -fun strip_poker_N : N; -fun strip_show_N : N; -fun stripe_N : N; -fun striped_A : A; -fun stripling_N : N; -fun stripper_N : N; -fun striptease_N : N; -fun stripy_A : A; -fun strive_V : V; -fun striver_N : N; -fun stroboscope_N : N; -fun stroke_N : N; -fun stroke_V2 : V2; -fun stroll_N : N; -fun stroll_V : V; -fun stroller_N : N; -fun strong_A : A; -fun strong_arm_A : A; -fun strong_boned_A : A; -fun strong_minded_A : A; -fun strongbox_N : N; -fun stronghold_N : N; -fun strongly_Adv : Adv; -fun strongroom_N : N; -fun strontium_N : N; -fun strop_N : N; -fun strop_V2 : V2; -fun strophe_N : N; -fun stroppy_A : A; -fun stroud_PN : PN; -fun struck_A : A; -fun structural_A : A; -fun structurally_Adv : Adv; -fun structure_N : N; -fun structured_A : A; -fun strudel_N : N; -fun struggle_N : N; -fun struggle_V : V; -fun strum_N : N; -fun strum_V : V; -fun strum_V2 : V2; -fun strumpet_N : N; -fun strut_N : N; -fun strut_V : V; -fun strychnine_N : N; -fun stuart_PN : PN; -fun stub_N : N; -fun stub_V2 : V2; -fun stubble_N : N; -fun stubbly_A : A; -fun stubborn_A : A; -fun stubbornly_Adv : Adv; -fun stubbornness_N : N; -fun stubby_A : A; -fun stucco_N : N; -fun stucco_V2 : V2; -fun stuck_up_A : A; -fun stud_N : N; -fun stud_V2 : V2; -fun stud_farm_N : N; -fun stud_mare_N : N; -fun studbook_N : N; -fun student_N : N; -fun studied_A : A; -fun studio_N : N; -fun studious_A : A; -fun studiously_Adv : Adv; -fun studiousness_N : N; -fun studley_PN : PN; -fun study_N : N; -fun study_V : V; -fun study_V2 : V2; -fun stuff_N : N; -fun stuff_V2 : V2; -fun stuffily_Adv : Adv; -fun stuffiness_N : N; -fun stuffing_N : N; -fun stuffy_A : A; -fun stultification_N : N; -fun stultify_V2 : V2; -fun stumble_N : N; -fun stumble_V : V; -fun stumbling_block_N : N; -fun stump_N : N; -fun stump_V : V; -fun stump_V2 : V2; -fun stumper_N : N; -fun stumpy_A : A; -fun stun_V2 : V2; -fun stunner_N : N; -fun stunning_A : A; -fun stunningly_Adv : Adv; -fun stunt_N : N; -fun stunt_V2 : V2; -fun stupefaction_N : N; -fun stupefy_V2 : V2; -fun stupendous_A : A; -fun stupendously_Adv : Adv; -fun stupid_A : A; -fun stupid_N : N; -fun stupidity_N : N; -fun stupidly_Adv : Adv; -fun stupify_V2 : V2; -fun stupifying_A : A; -fun stupor_N : N; -fun sturdily_Adv : Adv; -fun sturdiness_N : N; -fun sturdy_A : A; -fun sturgeon_N : N; -fun stutter_N : N; -fun stutter_V : V; -fun stutter_V2 : V2; -fun stutterer_N : N; -fun stutteringly_Adv : Adv; -fun stuttgart_PN : PN; -fun sty_N : N; -fun stye_N : N; -fun stygian_A : A; -fun style_N : N; -fun style_V2 : V2; -fun stylish_A : A; -fun stylishly_Adv : Adv; -fun stylishness_N : N; -fun stylist_N : N; -fun stylistic_A : A; -fun stylistically_Adv : Adv; -fun stylization_N : N; -fun stylize_V2 : V2; -fun stylus_N : N; -fun stymie_N : N; -fun stymie_V2 : V2; -fun styptic_A : A; -fun styptic_N : N; -fun styx_PN : PN; -fun suasion_N : N; -fun suave_A : A; -fun suavely_Adv : Adv; -fun suavity_N : N; -fun sub_N : N; -fun sub_V : V; -fun sub_V2 : V2; -fun sub_judice_A : A; -fun sub_rosa_Adv : Adv; -fun subaltern_N : N; -fun subatomic_A : A; -fun subcommittee_N : N; -fun subconscious_A : A; -fun subconscious_N : N; -fun subconsciously_Adv : Adv; -fun subconsciousness_N : N; -fun subcontinent_N : N; -fun subcontract_N : N; -fun subcontract_V : V; -fun subcontract_V2 : V2; -fun subcontractor_N : N; -fun subcutaneous_A : A; -fun subdivide_V : V; -fun subdivide_V2 : V2; -fun subdivision_N : N; -fun subdue_V2 : V2; -fun subedit_V2 : V2; -fun subeditor_N : N; -fun subfusc_A : A; -fun subgroup_N : N; -fun subheading_N : N; -fun subhuman_A : A; -fun subject_A : A; -fun subject_N : N; -fun subject_V2 : V2; -fun subjection_N : N; -fun subjective_A : A; -fun subjectively_Adv : Adv; -fun subjectivity_N : N; -fun subjoin_V2 : V2; -fun subjugate_V2 : V2; -fun subjugation_N : N; -fun subjunctive_A : A; -fun subjunctive_N : N; -fun sublease_N : N; -fun sublease_V : V; -fun sublease_V2 : V2; -fun sublet_V : V; -fun sublet_V2 : V2; -fun sublieutenant_N : N; -fun sublimate_A : A; -fun sublimate_N : N; -fun sublimate_V2 : V2; -fun sublimation_N : N; -fun sublime_A : A; -fun sublime_N : N; -fun sublimely_Adv : Adv; -fun subliminal_A : A; -fun sublimity_N : N; -fun submarine_A : A; -fun submarine_N : N; -fun submariner_N : N; -fun submerge_V : V; -fun submerge_V2 : V2; -fun submerged_A : A; -fun submergence_N : N; -fun submersible_A : A; -fun submersion_N : N; -fun submission_N : N; -fun submissive_A : A; -fun submissively_Adv : Adv; -fun submissiveness_N : N; -fun submit_V : V; -fun submit_V2 : V2; -fun subnormal_A : A; -fun subnormal_N : N; -fun suborbital_A : A; -fun subordinate_A : A; -fun subordinate_N : N; -fun subordinate_V2 : V2; -fun subordination_N : N; -fun subordinative_A : A; -fun suborn_V2 : V2; -fun subornation_N : N; -fun subpoena_N : N; -fun subpoena_V2 : V2; -fun subscribe_V : V; -fun subscribe_V2 : V2; -fun subscriber_N : N; -fun subscript_N : N; -fun subscription_N : N; -fun subsection_N : N; -fun subsequent_A : A; -fun subsequently_Adv : Adv; -fun subserve_V2 : V2; -fun subservience_N : N; -fun subservient_A : A; -fun subserviently_Adv : Adv; -fun subside_V : V; -fun subsidence_N : N; -fun subsidiary_A : A; -fun subsidiary_N : N; -fun subsidization_N : N; -fun subsidize_V2 : V2; -fun subsidy_N : N; -fun subsist_V : V; -fun subsistence_N : N; -fun subsoil_N : N; -fun subsonic_A : A; -fun substance_N : N; -fun substandard_A : A; -fun substantial_A : A; -fun substantially_Adv : Adv; -fun substantiate_V2 : V2; -fun substantiation_N : N; -fun substantival_A : A; -fun substantive_A : A; -fun substantive_N : N; -fun substation_N : N; -fun substitute_N : N; -fun substitute_V : V; -fun substitute_V2 : V2; -fun substitution_N : N; -fun substrate_N : N; -fun substratum_N : N; -fun substructure_N : N; -fun subsume_V2 : V2; -fun subtend_V2 : V2; -fun subterfuge_N : N; -fun subterranean_A : A; -fun subtitle_N : N; -fun subtle_A : A; -fun subtlety_N : N; -fun subtly_Adv : Adv; -fun subtopia_N : N; -fun subtract_V2 : V2; -fun subtraction_N : N; -fun subtropical_A : A; -fun suburb_N : N; -fun suburban_A : A; -fun suburbia_N : N; -fun subvention_N : N; -fun subversion_N : N; -fun subversive_A : A; -fun subversive_N : N; -fun subvert_V2 : V2; -fun subway_N : N; -fun succeed_V : V; -fun succeed_V2 : V2; -fun success_N : N; -fun successful_A : A; -fun successfully_Adv : Adv; -fun succession_N : N; -fun successive_A : A; -fun successively_Adv : Adv; -fun successor_N : N; -fun succinct_A : A; -fun succinctly_Adv : Adv; -fun succinctness_N : N; -fun succour_N : N; -fun succour_V2 : V2; -fun succubus_N : N; -fun succulence_N : N; -fun succulent_A : A; -fun succulent_N : N; -fun succumb_V : V; -fun such_A : A; -fun suchlike_A : A; -fun suchow_PN : PN; -fun suck_N : N; -fun suck_V : V; -fun suck_V2 : V2; -fun sucker_N : N; -fun sucking_pig_N : N; -fun suckle_V2 : V2; -fun suckling_N : N; -fun suction_N : N; -fun sudan_PN : PN; -fun sudanese_A : A; -fun sudanese_N : N; -fun sudbury_PN : PN; -fun sudden_A : A; -fun sudden_N : N; -fun suddenly_Adv : Adv; -fun suddenness_N : N; -fun sue_PN : PN; -fun sue_V : V; -fun sue_V2 : V2; -fun suede_N : N; -fun suet_N : N; -fun suety_A : A; -fun suffer_V : V; -fun suffer_V2 : V2; -fun sufferable_A : A; -fun sufferance_N : N; -fun sufferer_N : N; -fun suffering_N : N; -fun suffice_V : V; -fun suffice_V2 : V2; -fun sufficiency_N : N; -fun sufficient_A : A; -fun sufficiently_Adv : Adv; -fun suffix_N : N; -fun suffocate_V : V; -fun suffocate_V2 : V2; -fun suffocation_N : N; -fun suffolk_PN : PN; -fun suffragan_N : N; -fun suffrage_N : N; -fun suffragette_N : N; -fun suffuse_V2 : V2; -fun suffusion_N : N; -fun sugar_N : N; -fun sugar_V2 : V2; -fun sugar_beet_N : N; -fun sugar_candy_N : N; -fun sugar_cane_N : N; -fun sugar_coated_A : A; -fun sugar_daddy_N : N; -fun sugar_loaf_N : N; -fun sugar_refinery_N : N; -fun sugarlump_N : N; -fun sugary_A : A; -fun suggest_V2 : V2; -fun suggestibility_N : N; -fun suggestible_A : A; -fun suggestion_N : N; -fun suggestive_A : A; -fun suggestively_Adv : Adv; -fun suicidal_A : A; -fun suicide_N : N; -fun suit_N : N; -fun suit_V : V; -fun suit_V2 : V2; -fun suitability_N : N; -fun suitable_A : A; -fun suitableness_N : N; -fun suitably_Adv : Adv; -fun suitcase_N : N; -fun suite_N : N; -fun suiting_N : N; -fun suitor_N : N; -fun sulk_N : N; -fun sulk_V : V; -fun sulkily_Adv : Adv; -fun sulkiness_N : N; -fun sulky_A : A; -fun sulky_N : N; -fun sullen_A : A; -fun sullenly_Adv : Adv; -fun sullenness_N : N; -fun sully_V2 : V2; -fun sulpha_N : N; -fun sulphate_N : N; -fun sulphide_N : N; -fun sulphur_N : N; -fun sulphuretted_A : A; -fun sulphuric_A : A; -fun sulphurous_A : A; -fun sultan_N : N; -fun sultana_N : N; -fun sultanate_N : N; -fun sultrily_Adv : Adv; -fun sultriness_N : N; -fun sultry_A : A; -fun sum_N : N; -fun sum_V : V; -fun sum_V2 : V2; -fun sumac_N : N; -fun sumach_N : N; -fun sumatra_PN : PN; -fun sumatran_A : A; -fun sumatran_N : N; -fun summarily_Adv : Adv; -fun summarize_V2 : V2; -fun summary_A : A; -fun summary_N : N; -fun summation_N : N; -fun summer_N : N; -fun summer_V : V; -fun summerhouse_N : N; -fun summertime_N : N; -fun summery_A : A; -fun summing_up_N : N; -fun summit_N : N; -fun summon_V2 : V2; -fun summons_N : N; -fun summons_V2 : V2; -fun sump_N : N; -fun sumpter_N : N; -fun sumptuary_A : A; -fun sumptuous_A : A; -fun sumptuously_Adv : Adv; -fun sumptuousness_N : N; -fun sun_N : N; -fun sun_PN : PN; -fun sun_V2 : V2; -fun sun_drenched_A : A; -fun sun_dried_A : A; -fun sun_god_N : N; -fun sun_helmet_N : N; -fun sun_lounge_N : N; -fun sun_parlour_N : N; -fun sun_porch_N : N; -fun sun_up_N : N; -fun sun_visor_N : N; -fun sun_worship_N : N; -fun sunbaked_A : A; -fun sunbathe_N : N; -fun sunbathe_V : V; -fun sunbeam_N : N; -fun sunblind_N : N; -fun sunbonnet_N : N; -fun sunburn_N : N; -fun sunburned_A : A; -fun sunburnt_A : A; -fun sunburst_N : N; -fun sundae_N : N; -fun sunday_N : N; -fun sunday_PN : PN; -fun sunder_N : N; -fun sunder_V2 : V2; -fun sunderland_PN : PN; -fun sundial_N : N; -fun sundown_N : N; -fun sundowner_N : N; -fun sundry_A : A; -fun sunfish_N : N; -fun sunflower_N : N; -fun sunhat_N : N; -fun sunlamp_N : N; -fun sunless_A : A; -fun sunlight_N : N; -fun sunlit_A : A; -fun sunnily_Adv : Adv; -fun sunny_A : A; -fun sunray_A : A; -fun sunrise_N : N; -fun sunroof_N : N; -fun sunset_N : N; -fun sunshade_N : N; -fun sunshine_N : N; -fun sunshine_roof_N : N; -fun sunspot_N : N; -fun sunstroke_N : N; -fun suntan_N : N; -fun suntrap_N : N; -fun sup_N : N; -fun sup_V : V; -fun sup_V2 : V2; -fun super_A : A; -fun super_N : N; -fun superabundance_N : N; -fun superabundant_A : A; -fun superannuate_V2 : V2; -fun superannuated_A : A; -fun superannuation_N : N; -fun superb_A : A; -fun superbly_Adv : Adv; -fun supercargo_N : N; -fun supercharged_A : A; -fun supercharger_N : N; -fun supercilious_A : A; -fun superciliously_Adv : Adv; -fun superciliousness_N : N; -fun superego_N : N; -fun supererogation_N : N; -fun superfatted_A : A; -fun superficial_A : A; -fun superficiality_N : N; -fun superficially_Adv : Adv; -fun superficies_N : N; -fun superfine_A : A; -fun superfluity_N : N; -fun superfluous_A : A; -fun superfluously_Adv : Adv; -fun superhuman_A : A; -fun superimpose_V2 : V2; -fun superintend_V : V; -fun superintend_V2 : V2; -fun superintendence_N : N; -fun superintendent_N : N; -fun superior_A : A; -fun superior_N : N; -fun superiority_N : N; -fun superlative_A : A; -fun superlative_N : N; -fun superman_N : N; -fun supermarket_N : N; -fun supernal_A : A; -fun supernatural_A : A; -fun supernaturally_Adv : Adv; -fun supernormal_A : A; -fun supernumerary_N : N; -fun superscription_N : N; -fun supersede_V2 : V2; -fun supersession_N : N; -fun supersonic_A : A; -fun superstition_N : N; -fun superstitious_A : A; -fun superstitiously_Adv : Adv; -fun superstructure_N : N; -fun supertax_N : N; -fun supervene_V : V; -fun supervise_V : V; -fun supervise_V2 : V2; -fun supervision_N : N; -fun supervisor_N : N; -fun supervisory_A : A; -fun supine_A : A; -fun supinely_Adv : Adv; -fun supper_N : N; -fun supperless_A : A; -fun supplant_V2 : V2; -fun supplanter_N : N; -fun supple_A : A; -fun supplement_N : N; -fun supplement_V2 : V2; -fun supplementary_A : A; -fun suppleness_N : N; -fun suppliant_A : A; -fun suppliant_N : N; -fun supplicant_N : N; -fun supplicate_V : V; -fun supplicate_V2 : V2; -fun supplication_N : N; -fun supplier_N : N; -fun supply_N : N; -fun supply_V2 : V2; -fun support_N : N; -fun support_V2 : V2; -fun supportable_A : A; -fun supporter_N : N; -fun suppose_V2 : V2; -fun supposed_A : A; -fun supposedly_Adv : Adv; -fun supposition_N : N; -fun suppository_N : N; -fun suppress_V2 : V2; -fun suppression_N : N; -fun suppressive_A : A; -fun suppressor_N : N; -fun suppurate_V : V; -fun suppuration_N : N; -fun supra_Adv : Adv; -fun supranational_A : A; -fun supremacy_N : N; -fun supreme_A : A; -fun supremely_Adv : Adv; -fun supt_PN : PN; -fun surabaja_PN : PN; -fun surcharge_N : N; -fun surcharge_V2 : V2; -fun surd_N : N; -fun sure_A : A; -fun sure_Adv : Adv; -fun sure_footed_A : A; -fun surely_Adv : Adv; -fun sureness_N : N; -fun surety_N : N; -fun surf_N : N; -fun surface_N : N; -fun surface_V : V; -fun surface_V2 : V2; -fun surface_to_air_A : A; -fun surfboard_N : N; -fun surfboat_N : N; -fun surfeit_N : N; -fun surfeit_V2 : V2; -fun surfing_N : N; -fun surfriding_N : N; -fun surge_N : N; -fun surge_V : V; -fun surgeon_N : N; -fun surgery_N : N; -fun surgical_A : A; -fun surgically_Adv : Adv; -fun surlily_Adv : Adv; -fun surliness_N : N; -fun surly_A : A; -fun surmise_N : N; -fun surmise_V : V; -fun surmise_V2 : V2; -fun surmount_V2 : V2; -fun surmountable_A : A; -fun surname_N : N; -fun surpass_V2 : V2; -fun surpassing_A : A; -fun surpassingly_Adv : Adv; -fun surplice_N : N; -fun surpliced_A : A; -fun surplus_N : N; -fun surprise_N : N; -fun surprise_V2 : V2; -fun surprised_A : A; -fun surprisedly_Adv : Adv; -fun surprising_A : A; -fun surprisingly_Adv : Adv; -fun surrealism_N : N; -fun surrealist_N : N; -fun surrealistic_A : A; -fun surrender_N : N; -fun surrender_V : V; -fun surrender_V2 : V2; -fun surreptitious_A : A; -fun surreptitiously_Adv : Adv; -fun surrey_PN : PN; -fun surrogate_A : A; -fun surrogate_N : N; -fun surround_N : N; -fun surround_V2 : V2; -fun surrounding_A : A; -fun surtax_N : N; -fun surtax_V2 : V2; -fun surveillance_N : N; -fun survey_N : N; -fun survey_V2 : V2; -fun surveying_N : N; -fun surveyor_N : N; -fun survival_N : N; -fun survive_V : V; -fun survive_V2 : V2; -fun survivor_N : N; -fun susan_PN : PN; -fun susanna_PN : PN; -fun susceptibility_N : N; -fun susceptible_A : A; -fun susie_PN : PN; -fun suspect_A : A; -fun suspect_N : N; -fun suspect_V2 : V2; -fun suspend_V2 : V2; -fun suspender_N : N; -fun suspense_N : N; -fun suspension_N : N; -fun suspicion_N : N; -fun suspicious_A : A; -fun suspiciously_Adv : Adv; -fun suss_V2 : V2; -fun sussex_PN : PN; -fun sustain_V2 : V2; -fun sustenance_N : N; -fun suttee_N : N; -fun sutton_PN : PN; -fun sutton_at_hone_PN : PN; -fun sutton_coldfield_PN : PN; -fun sutton_in_ashfield_PN : PN; -fun suture_N : N; -fun suzanne_PN : PN; -fun suzerain_N : N; -fun suzerainty_N : N; -fun svelte_A : A; -fun sverdlovsk_PN : PN; -fun swab_N : N; -fun swab_V2 : V2; -fun swaddle_V2 : V2; -fun swadlincote_PN : PN; -fun swag_N : N; -fun swagger_A : A; -fun swagger_N : N; -fun swagger_V : V; -fun swaggerer_N : N; -fun swahili_N : N; -fun swain_N : N; -fun swallow_N : N; -fun swallow_V : V; -fun swallow_V2 : V2; -fun swallow_tailed_A : A; -fun swami_N : N; -fun swamp_N : N; -fun swamp_V2 : V2; -fun swampy_A : A; -fun swan's_down_N : N; -fun swan_N : N; -fun swan_V : V; -fun swan_song_N : N; -fun swanage_PN : PN; -fun swank_N : N; -fun swank_V : V; -fun swanky_A : A; -fun swanley_PN : PN; -fun swansea_PN : PN; -fun swap_N : N; -fun swap_V : V; -fun swap_V2 : V2; -fun sward_N : N; -fun swarm_N : N; -fun swarm_V : V; -fun swarm_V2 : V2; -fun swarthy_A : A; -fun swashbuckler_N : N; -fun swashbuckling_A : A; -fun swashbuckling_N : N; -fun swastika_N : N; -fun swat_N : N; -fun swat_V2 : V2; -fun swath_N : N; -fun swathe_N : N; -fun swathe_V2 : V2; -fun sway_N : N; -fun sway_V : V; -fun sway_V2 : V2; -fun swazi_A : A; -fun swazi_N : N; -fun swaziland_PN : PN; -fun swear_V : V; -fun swear_V2 : V2; -fun swearer_N : N; -fun swearing_N : N; -fun swearword_N : N; -fun sweat_N : N; -fun sweat_V : V; -fun sweat_V2 : V2; -fun sweatband_N : N; -fun sweater_N : N; -fun sweatshop_N : N; -fun sweaty_A : A; -fun swede_A : A; -fun swede_N : N; -fun sweden_PN : PN; -fun swedish_A : A; -fun swedish_N : N; -fun sweep_N : N; -fun sweep_V : V; -fun sweep_V2 : V2; -fun sweeper_N : N; -fun sweeping_A : A; -fun sweeping_N : N; -fun sweepingly_Adv : Adv; -fun sweet_A : A; -fun sweet_N : N; -fun sweet_scented_A : A; -fun sweetbread_N : N; -fun sweetbriar_N : N; -fun sweetbrier_N : N; -fun sweeten_V : V; -fun sweeten_V2 : V2; -fun sweetening_N : N; -fun sweetheart_N : N; -fun sweetie_N : N; -fun sweetish_A : A; -fun sweetly_Adv : Adv; -fun sweetmeat_N : N; -fun sweetness_N : N; -fun swell_A : A; -fun swell_N : N; -fun swell_V : V; -fun swell_V2 : V2; -fun swelling_N : N; -fun swelter_V : V; -fun sweptback_A : A; -fun swerve_N : N; -fun swerve_V : V; -fun swerve_V2 : V2; -fun swift_A : A; -fun swift_N : N; -fun swiftly_Adv : Adv; -fun swiftness_N : N; -fun swig_N : N; -fun swig_V : V; -fun swig_V2 : V2; -fun swill_N : N; -fun swill_V : V; -fun swill_V2 : V2; -fun swim_N : N; -fun swim_V : V; -fun swim_V2 : V2; -fun swimmer_N : N; -fun swimming_N : N; -fun swimming_bath_N : N; -fun swimming_costume_N : N; -fun swimming_pool_N : N; -fun swimmingly_Adv : Adv; -fun swimsuit_N : N; -fun swindle_N : N; -fun swindle_V : V; -fun swindle_V2 : V2; -fun swindler_N : N; -fun swindon_PN : PN; -fun swine_N : N; -fun swineherd_N : N; -fun swing_N : N; -fun swing_V : V; -fun swing_V2 : V2; -fun swinge_V2 : V2; -fun swingeing_A : A; -fun swinging_A : A; -fun swinish_A : A; -fun swinton_PN : PN; -fun swipe_N : N; -fun swipe_V2 : V2; -fun swirl_N : N; -fun swirl_V : V; -fun swirl_V2 : V2; -fun swish_A : A; -fun swish_N : N; -fun swish_V : V; -fun swish_V2 : V2; -fun swiss_A : A; -fun swiss_N : N; -fun switch_N : N; -fun switch_V : V; -fun switch_V2 : V2; -fun switchboard_N : N; -fun switchman_N : N; -fun switzerland_PN : PN; -fun swivel_N : N; -fun swivel_V : V; -fun swivel_V2 : V2; -fun swiz_N : N; -fun swizzle_N : N; -fun swizzle_stick_N : N; -fun swob_N : N; -fun swob_V2 : V2; -fun swollen_headed_A : A; -fun swoon_N : N; -fun swoon_V : V; -fun swoop_N : N; -fun swoop_V : V; -fun swoop_V2 : V2; -fun swop_N : N; -fun swop_V : V; -fun swop_V2 : V2; -fun sword_N : N; -fun sword_cane_N : N; -fun sword_cut_N : N; -fun sword_dance_N : N; -fun swordfish_N : N; -fun swordplay_N : N; -fun swordsman_N : N; -fun swordsmanship_N : N; -fun swordstick_N : N; -fun sworn_A : A; -fun swot_N : N; -fun swot_V : V; -fun swot_V2 : V2; -fun sybarite_N : N; -fun sybaritic_A : A; -fun sycamore_N : N; -fun sycophancy_N : N; -fun sycophant_N : N; -fun sycophantic_A : A; -fun sydney_PN : PN; -fun syllabary_N : N; -fun syllabic_A : A; -fun syllabicate_V2 : V2; -fun syllabication_N : N; -fun syllabification_N : N; -fun syllabify_V2 : V2; -fun syllabize_V2 : V2; -fun syllable_N : N; -fun syllabled_A : A; -fun syllabus_N : N; -fun syllogism_N : N; -fun syllogistic_A : A; -fun sylph_N : N; -fun sylph_like_A : A; -fun sylvan_A : A; -fun sylvia_PN : PN; -fun symbiosis_N : N; -fun symbol_N : N; -fun symbolic_A : A; -fun symbolical_A : A; -fun symbolically_Adv : Adv; -fun symbolism_N : N; -fun symbolization_N : N; -fun symbolize_V2 : V2; -fun symmetric_A : A; -fun symmetrical_A : A; -fun symmetrically_Adv : Adv; -fun symmetry_N : N; -fun sympathetic_A : A; -fun sympathetically_Adv : Adv; -fun sympathize_V : V; -fun sympathizer_N : N; -fun sympathy_N : N; -fun symphonic_A : A; -fun symphony_N : N; -fun symposium_N : N; -fun symptom_N : N; -fun symptomatic_A : A; -fun symptomatically_Adv : Adv; -fun symptomless_A : A; -fun synagogue_N : N; -fun synchroflash_N : N; -fun synchromesh_N : N; -fun synchronization_N : N; -fun synchronize_V : V; -fun synchronize_V2 : V2; -fun synchronous_A : A; -fun synchronously_Adv : Adv; -fun synchrony_N : N; -fun synchrotron_N : N; -fun syncopate_V2 : V2; -fun syncopation_N : N; -fun syncope_N : N; -fun syndic_N : N; -fun syndicalism_N : N; -fun syndicalist_N : N; -fun syndicate_N : N; -fun syndicate_V2 : V2; -fun syndication_N : N; -fun syndrome_N : N; -fun synod_N : N; -fun synonym_N : N; -fun synonymous_A : A; -fun synopsis_N : N; -fun synoptic_A : A; -fun synoptically_Adv : Adv; -fun syntactic_A : A; -fun syntactically_Adv : Adv; -fun syntax_N : N; -fun synthesis_N : N; -fun synthesize_V2 : V2; -fun synthetic_A : A; -fun synthetic_N : N; -fun synthetically_Adv : Adv; -fun syphilis_N : N; -fun syphilitic_A : A; -fun syphilitic_N : N; -fun syphon_N : N; -fun syphon_V : V; -fun syphon_V2 : V2; -fun syracuse_PN : PN; -fun syria_PN : PN; -fun syrian_A : A; -fun syrian_N : N; -fun syringa_N : N; -fun syringe_N : N; -fun syringe_V2 : V2; -fun syrup_N : N; -fun syrupy_A : A; -fun system_N : N; -fun systematic_A : A; -fun systematically_Adv : Adv; -fun systematization_N : N; -fun systematize_V2 : V2; -fun syston_PN : PN; -fun seance_N : N; -fun t_junction_N : N; -fun t_shirt_N : N; -fun t_square_N : N; -fun tab_N : N; -fun tabard_N : N; -fun tabby_A : A; -fun tabby_N : N; -fun tabby_cat_N : N; -fun tabernacle_N : N; -fun table_N : N; -fun table_V2 : V2; -fun table_d'hote_A : A; -fun table_d'hote_Adv : Adv; -fun table_knife_N : N; -fun table_lifting_N : N; -fun table_linen_N : N; -fun table_rapping_N : N; -fun table_talk_N : N; -fun table_turning_N : N; -fun tableau_N : N; -fun tableau_vivant_N : N; -fun tablecloth_N : N; -fun tablemat_N : N; -fun tablespoon_N : N; -fun tablespoonful_N : N; -fun tablet_N : N; -fun tableware_N : N; -fun tabloid_N : N; -fun taboo_A : A; -fun taboo_N : N; -fun taboo_V2 : V2; -fun tabor_N : N; -fun tabular_A : A; -fun tabulate_V2 : V2; -fun tabulation_N : N; -fun tabulator_N : N; -fun tachograph_N : N; -fun tacit_A : A; -fun tacitly_Adv : Adv; -fun taciturn_A : A; -fun taciturnity_N : N; -fun taciturnly_Adv : Adv; -fun tack_N : N; -fun tack_V : V; -fun tack_V2 : V2; -fun tackle_N : N; -fun tackle_V : V; -fun tackle_V2 : V2; -fun tacky_A : A; -fun tact_N : N; -fun tactful_A : A; -fun tactfully_Adv : Adv; -fun tactic_N : N; -fun tactical_A : A; -fun tactically_Adv : Adv; -fun tactician_N : N; -fun tactile_A : A; -fun tactless_A : A; -fun tactlessly_Adv : Adv; -fun tactlessness_N : N; -fun tactual_A : A; -fun tadley_PN : PN; -fun tadpole_N : N; -fun taegu_PN : PN; -fun taffeta_N : N; -fun taffrail_N : N; -fun taffy_N : N; -fun tag_N : N; -fun tag_V : V; -fun tag_V2 : V2; -fun tahiti_PN : PN; -fun tahitian_A : A; -fun tahitian_N : N; -fun tail_N : N; -fun tail_V : V; -fun tail_V2 : V2; -fun tail_coat_N : N; -fun tail_end_N : N; -fun tail_light_N : N; -fun tailboard_N : N; -fun tailed_A : A; -fun tailgate_N : N; -fun tailless_A : A; -fun tailor_N : N; -fun tailor_V2 : V2; -fun tailor_made_A : A; -fun tailpiece_N : N; -fun tailplane_N : N; -fun tailspin_N : N; -fun taint_N : N; -fun taint_V : V; -fun taint_V2 : V2; -fun taintless_A : A; -fun taipei_PN : PN; -fun taiwan_PN : PN; -fun taiwanese_A : A; -fun taiwanese_N : N; -fun taiyuan_PN : PN; -fun take_N : N; -fun take_V : V; -fun take_V2 : V2; -fun take_home_A : A; -fun take_off_N : N; -fun take_up_N : N; -fun takeaway_A : A; -fun takeover_N : N; -fun taker_N : N; -fun taking_A : A; -fun talc_N : N; -fun talcum_N : N; -fun tale_N : N; -fun tale_bearer_N : N; -fun tale_teller_N : N; -fun talent_N : N; -fun talented_A : A; -fun talisman_N : N; -fun talk_N : N; -fun talk_V : V; -fun talk_V2 : V2; -fun talkative_A : A; -fun talker_N : N; -fun talkie_N : N; -fun talking_point_N : N; -fun talking_to_N : N; -fun tall_A : A; -fun tallboy_N : N; -fun tallish_A : A; -fun tallow_N : N; -fun tally_N : N; -fun tally_V : V; -fun tally_clerk_N : N; -fun tallyman_N : N; -fun talmud_N : N; -fun talon_N : N; -fun talus_N : N; -fun tam_o'_shanter_N : N; -fun tamable_A : A; -fun tamale_N : N; -fun tamarind_N : N; -fun tamarisk_N : N; -fun tambour_N : N; -fun tambourine_N : N; -fun tame_A : A; -fun tame_V2 : V2; -fun tamely_Adv : Adv; -fun tameness_N : N; -fun tamer_N : N; -fun tamil_A : A; -fun tamil_N : N; -fun tammany_N : N; -fun tammy_N : N; -fun tamp_V2 : V2; -fun tamper_V : V; -fun tampere_PN : PN; -fun tamworth_PN : PN; -fun tan_A : A; -fun tan_N : N; -fun tan_V : V; -fun tan_V2 : V2; -fun tandem_Adv : Adv; -fun tandem_N : N; -fun tang_N : N; -fun tangent_N : N; -fun tangerine_A : A; -fun tangerine_N : N; -fun tangibility_N : N; -fun tangible_A : A; -fun tangibly_Adv : Adv; -fun tangle_N : N; -fun tangle_V : V; -fun tangle_V2 : V2; -fun tango_N : N; -fun tangshan_PN : PN; -fun tangy_A : A; -fun tank_N : N; -fun tank_V : V; -fun tank_car_N : N; -fun tankard_N : N; -fun tanker_N : N; -fun tanner_N : N; -fun tannery_N : N; -fun tannic_A : A; -fun tannin_N : N; -fun tannoy_N : N; -fun tansy_N : N; -fun tantalize_V2 : V2; -fun tantamount_A : A; -fun tantrum_N : N; -fun tanzania_PN : PN; -fun tanzanian_A : A; -fun tanzanian_N : N; -fun tap_N : N; -fun tap_V : V; -fun tap_V2 : V2; -fun tap_dancing_N : N; -fun tape_N : N; -fun tape_V2 : V2; -fun tape_measure_N : N; -fun tape_recorder_N : N; -fun taper_N : N; -fun taper_V : V; -fun taper_V2 : V2; -fun tapestried_A : A; -fun tapestry_N : N; -fun tapeworm_N : N; -fun tapioca_N : N; -fun tapir_N : N; -fun taproom_N : N; -fun taproot_N : N; -fun tapster_N : N; -fun tar_N : N; -fun tar_V2 : V2; -fun tar_macadam_N : N; -fun taradiddle_N : N; -fun taranaki_PN : PN; -fun tarantella_N : N; -fun tarantelle_N : N; -fun taranto_PN : PN; -fun tarantula_N : N; -fun tarboosh_N : N; -fun tardily_Adv : Adv; -fun tardiness_N : N; -fun tardy_A : A; -fun tare_N : N; -fun target_N : N; -fun tariff_N : N; -fun tarmac_N : N; -fun tarmac_V2 : V2; -fun tarn_N : N; -fun tarnish_N : N; -fun tarnish_V : V; -fun tarnish_V2 : V2; -fun taro_N : N; -fun tarpaulin_N : N; -fun tarpon_N : N; -fun tarradiddle_N : N; -fun tarragon_N : N; -fun tarrasa_PN : PN; -fun tarry_A : A; -fun tarry_V : V; -fun tarsal_A : A; -fun tarsal_N : N; -fun tarsus_N : N; -fun tart_A : A; -fun tart_N : N; -fun tart_V2 : V2; -fun tartan_N : N; -fun tartar_N : N; -fun tartaric_A : A; -fun tartly_Adv : Adv; -fun tartness_N : N; -fun tashkent_PN : PN; -fun task_N : N; -fun task_V2 : V2; -fun task_force_N : N; -fun taskmaster_N : N; -fun tasmania_PN : PN; -fun tassel_N : N; -fun tasseled_A : A; -fun tasselled_A : A; -fun taste_N : N; -fun taste_V : V; -fun taste_V2 : V2; -fun tasteful_A : A; -fun tastefully_Adv : Adv; -fun tasteless_A : A; -fun tastelessly_Adv : Adv; -fun taster_N : N; -fun tastily_Adv : Adv; -fun tasty_A : A; -fun tat_N : N; -fun tat_V : V; -fun tat_V2 : V2; -fun tatter_N : N; -fun tatterdemalion_N : N; -fun tattered_A : A; -fun tattily_Adv : Adv; -fun tatting_N : N; -fun tattle_N : N; -fun tattle_V : V; -fun tattle_V2 : V2; -fun tattler_N : N; -fun tattoo_N : N; -fun tattoo_V2 : V2; -fun tatty_A : A; -fun taunt_N : N; -fun taunt_V2 : V2; -fun tauntingly_Adv : Adv; -fun taunton_PN : PN; -fun taurus_PN : PN; -fun taut_A : A; -fun tautly_Adv : Adv; -fun tautness_N : N; -fun tautological_A : A; -fun tautology_N : N; -fun taverham_PN : PN; -fun tavern_N : N; -fun tavistock_PN : PN; -fun tawdrily_Adv : Adv; -fun tawdriness_N : N; -fun tawdry_A : A; -fun tawny_A : A; -fun tawse_N : N; -fun tax_N : N; -fun tax_V2 : V2; -fun tax_collector_N : N; -fun tax_free_A : A; -fun taxability_N : N; -fun taxable_A : A; -fun taxation_N : N; -fun taxi_N : N; -fun taxi_V : V; -fun taxi_V2 : V2; -fun taxicab_N : N; -fun taxidermist_N : N; -fun taxidermy_N : N; -fun taximeter_N : N; -fun taxonomy_N : N; -fun taxpayer_N : N; -fun tayside_PN : PN; -fun tb_N : N; -fun tbilisi_PN : PN; -fun te_deum_N : N; -fun tea_N : N; -fun tea_bag_N : N; -fun tea_break_N : N; -fun tea_caddy_N : N; -fun tea_chest_N : N; -fun tea_cloth_N : N; -fun tea_cosy_N : N; -fun tea_garden_N : N; -fun tea_kettle_N : N; -fun tea_leaf_N : N; -fun tea_party_N : N; -fun tea_service_N : N; -fun tea_set_N : N; -fun tea_strainer_N : N; -fun tea_table_N : N; -fun tea_time_N : N; -fun tea_towel_N : N; -fun tea_tray_N : N; -fun tea_trolley_N : N; -fun tea_urn_N : N; -fun tea_wagon_N : N; -fun teacake_N : N; -fun teach_V : V; -fun teach_V2 : V2; -fun teach_in_N : N; -fun teachable_A : A; -fun teacher_N : N; -fun teaching_N : N; -fun teacup_N : N; -fun teahouse_N : N; -fun teak_N : N; -fun teal_N : N; -fun team_N : N; -fun team_V : V; -fun teamster_N : N; -fun teamwork_N : N; -fun teapot_N : N; -fun tear_N : N; -fun tear_V : V; -fun tear_V2 : V2; -fun tear_drop_N : N; -fun tear_gas_N : N; -fun tearaway_A : A; -fun tearaway_N : N; -fun tearful_A : A; -fun tearfully_Adv : Adv; -fun tearing_A : A; -fun tearing_N : N; -fun tearless_A : A; -fun tearoom_N : N; -fun tease_N : N; -fun tease_V2 : V2; -fun teasel_N : N; -fun teaser_N : N; -fun teashop_N : N; -fun teasingly_Adv : Adv; -fun teaspoon_N : N; -fun teaspoonful_N : N; -fun teat_N : N; -fun teazel_N : N; -fun teazle_N : N; -fun tec_N : N; -fun tech_N : N; -fun technical_A : A; -fun technicality_N : N; -fun technically_Adv : Adv; -fun technician_N : N; -fun technicolor_N : N; -fun technique_N : N; -fun technocracy_N : N; -fun technocrat_N : N; -fun technological_A : A; -fun technologist_N : N; -fun technology_N : N; -fun techy_A : A; -fun ted_N : N; -fun ted_PN : PN; -fun teddy_N : N; -fun teddy_PN : PN; -fun teddy_boy_N : N; -fun tedious_A : A; -fun tediously_Adv : Adv; -fun tediousness_N : N; -fun tedium_N : N; -fun tee_N : N; -fun tee_V : V; -fun tee_V2 : V2; -fun tee_shirt_N : N; -fun teem_V : V; -fun teenage_A : A; -fun teenager_N : N; -fun teeny_A : A; -fun teesside_PN : PN; -fun teeter_V : V; -fun teethe_V : V; -fun teetotal_A : A; -fun teetotaller_N : N; -fun teetotum_N : N; -fun teg_N : N; -fun tegument_N : N; -fun teheran_PN : PN; -fun teignmouth_PN : PN; -fun tel_PN : PN; -fun tel_aviv_PN : PN; -fun telecast_N : N; -fun telecast_V2 : V2; -fun telecommunication_N : N; -fun telegram_N : N; -fun telegraph_N : N; -fun telegraph_V : V; -fun telegraph_V2 : V2; -fun telegraph_line_N : N; -fun telegraph_pole_N : N; -fun telegraph_post_N : N; -fun telegraph_wire_N : N; -fun telegrapher_N : N; -fun telegraphese_N : N; -fun telegraphic_A : A; -fun telegraphically_Adv : Adv; -fun telegraphist_N : N; -fun telegraphy_N : N; -fun telemetry_N : N; -fun teleological_A : A; -fun teleologist_N : N; -fun teleology_N : N; -fun telepathic_A : A; -fun telepathist_N : N; -fun telepathy_N : N; -fun telephone_N : N; -fun telephone_V : V; -fun telephone_V2 : V2; -fun telephonic_A : A; -fun telephonist_N : N; -fun telephony_N : N; -fun telephoto_N : N; -fun telephotograph_N : N; -fun telephotography_N : N; -fun teleprinter_N : N; -fun teleprompter_N : N; -fun telescope_N : N; -fun telescope_V : V; -fun telescope_V2 : V2; -fun telescopic_A : A; -fun telescopically_Adv : Adv; -fun teletypewriter_N : N; -fun televise_V2 : V2; -fun television_N : N; -fun telex_N : N; -fun telfer_N : N; -fun telford_PN : PN; -fun tell_V : V; -fun tell_V2 : V2; -fun teller_N : N; -fun telling_A : A; -fun tellingly_Adv : Adv; -fun telltale_N : N; -fun telly_N : N; -fun telpher_N : N; -fun telstar_PN : PN; -fun temerity_N : N; -fun temp_N : N; -fun temper_N : N; -fun temper_V : V; -fun temper_V2 : V2; -fun tempera_N : N; -fun temperament_N : N; -fun temperamental_A : A; -fun temperamentally_Adv : Adv; -fun temperance_N : N; -fun temperate_A : A; -fun temperately_Adv : Adv; -fun temperateness_N : N; -fun temperature_N : N; -fun tempered_A : A; -fun tempest_N : N; -fun tempest_swept_A : A; -fun tempest_tossed_A : A; -fun tempestuous_A : A; -fun template_N : N; -fun temple_N : N; -fun templet_N : N; -fun tempo_N : N; -fun temporal_A : A; -fun temporality_N : N; -fun temporalty_N : N; -fun temporarily_Adv : Adv; -fun temporariness_N : N; -fun temporary_A : A; -fun temporize_V : V; -fun tempt_V2 : V2; -fun temptation_N : N; -fun tempter_N : N; -fun temptingly_Adv : Adv; -fun temptress_N : N; -fun ten_A : A; -fun ten_N : N; -fun tenability_N : N; -fun tenable_A : A; -fun tenacious_A : A; -fun tenaciously_Adv : Adv; -fun tenaciousness_N : N; -fun tenacity_N : N; -fun tenancy_N : N; -fun tenant_N : N; -fun tenant_V2 : V2; -fun tenantry_N : N; -fun tenby_PN : PN; -fun tench_N : N; -fun tend_V : V; -fun tend_V2 : V2; -fun tendency_N : N; -fun tendentious_A : A; -fun tendentiously_Adv : Adv; -fun tendentiousness_N : N; -fun tender_A : A; -fun tender_N : N; -fun tender_V : V; -fun tender_V2 : V2; -fun tenderfoot_N : N; -fun tenderhearted_A : A; -fun tenderloin_N : N; -fun tenderly_Adv : Adv; -fun tenderness_N : N; -fun tendon_N : N; -fun tendril_N : N; -fun tenement_N : N; -fun tenement_house_N : N; -fun tenet_N : N; -fun tenfold_Adv : Adv; -fun tenner_N : N; -fun tennessee_PN : PN; -fun tennis_N : N; -fun tennis_court_N : N; -fun tennis_elbow_N : N; -fun tenon_N : N; -fun tenor_N : N; -fun tenpence_N : N; -fun tenpin_N : N; -fun tense_A : A; -fun tense_N : N; -fun tense_V : V; -fun tense_V2 : V2; -fun tensely_Adv : Adv; -fun tenseness_N : N; -fun tensile_A : A; -fun tension_N : N; -fun tensity_N : N; -fun tent_N : N; -fun tent_peg_N : N; -fun tentacle_N : N; -fun tentative_A : A; -fun tentatively_Adv : Adv; -fun tenterden_PN : PN; -fun tenth_A : A; -fun tenth_N : N; -fun tenthly_Adv : Adv; -fun tenuity_N : N; -fun tenuous_A : A; -fun tenuously_Adv : Adv; -fun tenure_N : N; -fun tepee_N : N; -fun tepid_A : A; -fun tepidity_N : N; -fun tepidly_Adv : Adv; -fun tepidness_N : N; -fun tercentenary_N : N; -fun tercentennial_N : N; -fun terence_PN : PN; -fun teresa_PN : PN; -fun tergiversate_V : V; -fun tergiversation_N : N; -fun term_N : N; -fun term_V2 : V2; -fun termagant_N : N; -fun termi_PN : PN; -fun terminable_A : A; -fun terminal_A : A; -fun terminal_N : N; -fun terminally_Adv : Adv; -fun terminate_V : V; -fun terminate_V2 : V2; -fun termination_N : N; -fun terminological_A : A; -fun terminology_N : N; -fun terminus_N : N; -fun termite_N : N; -fun tern_N : N; -fun terpsichorean_A : A; -fun terr_PN : PN; -fun terra_cotta_N : N; -fun terra_firma_N : N; -fun terra_incognita_N : N; -fun terrace_N : N; -fun terrace_V2 : V2; -fun terrain_N : N; -fun terrapin_N : N; -fun terrestrial_A : A; -fun terrible_A : A; -fun terribly_Adv : Adv; -fun terrier_N : N; -fun terrific_A : A; -fun terrifically_Adv : Adv; -fun terrify_V2 : V2; -fun territorial_A : A; -fun territorial_N : N; -fun territory_N : N; -fun terror_N : N; -fun terror_stricken_A : A; -fun terror_struck_A : A; -fun terrorism_N : N; -fun terrorist_N : N; -fun terrorize_V2 : V2; -fun terry_PN : PN; -fun terse_A : A; -fun tersely_Adv : Adv; -fun terseness_N : N; -fun tertian_A : A; -fun tertiary_A : A; -fun terylene_N : N; -fun tess_PN : PN; -fun tessa_PN : PN; -fun tessellated_A : A; -fun test_N : N; -fun test_V2 : V2; -fun test_drive_N : N; -fun test_drive_V2 : V2; -fun test_tube_N : N; -fun testament_N : N; -fun testamentary_A : A; -fun testate_A : A; -fun testate_N : N; -fun testator_N : N; -fun testatrix_N : N; -fun testbed_N : N; -fun testicle_N : N; -fun testify_V : V; -fun testify_V2 : V2; -fun testily_Adv : Adv; -fun testimonial_N : N; -fun testimony_N : N; -fun testiness_N : N; -fun testis_N : N; -fun testy_A : A; -fun tetanus_N : N; -fun tetchily_Adv : Adv; -fun tetchiness_N : N; -fun tetchy_A : A; -fun tether_N : N; -fun tether_V2 : V2; -fun teuton_N : N; -fun teutonic_A : A; -fun tewkesbury_PN : PN; -fun texan_A : A; -fun texan_N : N; -fun texas_PN : PN; -fun text_N : N; -fun textbook_N : N; -fun textile_A : A; -fun textile_N : N; -fun textual_A : A; -fun texture_N : N; -fun textured_A : A; -fun thai_A : A; -fun thai_N : N; -fun thailand_PN : PN; -fun thalidomide_N : N; -fun thame_PN : PN; -fun thane_N : N; -fun thank_V2 : V2; -fun thank_offering_N : N; -fun thankful_A : A; -fun thankfully_Adv : Adv; -fun thankfulness_N : N; -fun thankless_A : A; -fun thanksgiving_N : N; -fun that_A : A; -fun that_Adv : Adv; -fun thatch_N : N; -fun thatch_V2 : V2; -fun thatcham_PN : PN; -fun thatcher_N : N; -fun thaw_N : N; -fun thaw_V : V; -fun thaw_V2 : V2; -fun the_Adv : Adv; -fun theatre_N : N; -fun theatregoer_N : N; -fun theatrical_A : A; -fun theatrical_N : N; -fun theatrically_Adv : Adv; -fun theft_N : N; -fun their_A : A; -fun theism_N : N; -fun theist_N : N; -fun theistic_A : A; -fun theistical_A : A; -fun thematic_A : A; -fun theme_N : N; -fun then_Adv : Adv; -fun thence_Adv : Adv; -fun thenceforth_Adv : Adv; -fun thenceforward_Adv : Adv; -fun theo_PN : PN; -fun theocracy_N : N; -fun theocratic_A : A; -fun theodolite_N : N; -fun theodore_PN : PN; -fun theologian_N : N; -fun theological_A : A; -fun theologically_Adv : Adv; -fun theology_N : N; -fun theorem_N : N; -fun theoretic_A : A; -fun theoretical_A : A; -fun theoretically_Adv : Adv; -fun theoretician_N : N; -fun theorist_N : N; -fun theorize_V : V; -fun theory_N : N; -fun theosophical_A : A; -fun theosophist_N : N; -fun theosophy_N : N; -fun therapeutic_A : A; -fun therapeutical_A : A; -fun therapeutics_N : N; -fun therapist_N : N; -fun therapy_N : N; -fun there_Adv : Adv; -fun thereabout_Adv : Adv; -fun thereabouts_Adv : Adv; -fun thereafter_Adv : Adv; -fun thereby_Adv : Adv; -fun therefore_Adv : Adv; -fun therefrom_Adv : Adv; -fun therein_Adv : Adv; -fun thereinafter_Adv : Adv; -fun thereof_Adv : Adv; -fun thereon_Adv : Adv; -fun theresa_PN : PN; -fun thereto_Adv : Adv; -fun thereunder_Adv : Adv; -fun thereupon_Adv : Adv; -fun therewith_Adv : Adv; -fun therewithal_Adv : Adv; -fun therm_N : N; -fun thermal_A : A; -fun thermal_N : N; -fun thermally_Adv : Adv; -fun thermionic_A : A; -fun thermodynamics_N : N; -fun thermometer_N : N; -fun thermonuclear_A : A; -fun thermoplastic_A : A; -fun thermoplastic_N : N; -fun thermos_N : N; -fun thermosetting_A : A; -fun thermostat_N : N; -fun thermostatic_A : A; -fun thermostatically_Adv : Adv; -fun thesaurus_N : N; -fun these_A : A; -fun thesis_N : N; -fun thespian_A : A; -fun thespian_N : N; -fun thessaloniki_PN : PN; -fun thetford_PN : PN; -fun thick_A : A; -fun thick_Adv : Adv; -fun thick_N : N; -fun thick_headed_A : A; -fun thick_set_A : A; -fun thick_skinned_A : A; -fun thicken_V : V; -fun thicken_V2 : V2; -fun thickening_N : N; -fun thicket_N : N; -fun thickly_Adv : Adv; -fun thickness_N : N; -fun thief_N : N; -fun thieve_V : V; -fun thieve_V2 : V2; -fun thievery_N : N; -fun thievish_A : A; -fun thievishly_Adv : Adv; -fun thigh_N : N; -fun thighbone_N : N; -fun thimble_N : N; -fun thimbleful_N : N; -fun thin_A : A; -fun thin_Adv : Adv; -fun thin_V : V; -fun thin_V2 : V2; -fun thin_skinned_A : A; -fun thine_A : A; -fun thing_N : N; -fun thingmabob_N : N; -fun thingmajig_N : N; -fun thingumabob_N : N; -fun thingumajig_N : N; -fun thingummy_N : N; -fun think_N : N; -fun think_V : V; -fun think_V2 : V2; -fun think_tank_N : N; -fun thinkable_A : A; -fun thinker_N : N; -fun thinking_A : A; -fun thinking_N : N; -fun thinly_Adv : Adv; -fun thinness_N : N; -fun thionville_PN : PN; -fun third_A : A; -fun third_N : N; -fun third_rate_A : A; -fun third_rater_N : N; -fun thirdly_Adv : Adv; -fun thirsk_PN : PN; -fun thirst_N : N; -fun thirst_V2 : V2; -fun thirstily_Adv : Adv; -fun thirsty_A : A; -fun thirteen_A : A; -fun thirteen_N : N; -fun thirteenth_A : A; -fun thirteenth_N : N; -fun thirtieth_A : A; -fun thirtieth_N : N; -fun thirty_A : A; -fun thirty_N : N; -fun this_A : A; -fun this_Adv : Adv; -fun thistle_N : N; -fun thistledown_N : N; -fun thither_Adv : Adv; -fun tho'_Adv : Adv; -fun thole_N : N; -fun tholepin_N : N; -fun thomas_PN : PN; -fun thong_N : N; -fun thorax_N : N; -fun thorn_N : N; -fun thornbury_PN : PN; -fun thorne_PN : PN; -fun thorny_A : A; -fun thorough_A : A; -fun thoroughbred_A : A; -fun thoroughbred_N : N; -fun thoroughfare_N : N; -fun thoroughgoing_A : A; -fun thoroughly_Adv : Adv; -fun thoroughness_N : N; -fun those_A : A; -fun though_Adv : Adv; -fun thought_N : N; -fun thought_reader_N : N; -fun thoughtful_A : A; -fun thoughtfully_Adv : Adv; -fun thoughtfulness_N : N; -fun thoughtless_A : A; -fun thoughtlessly_Adv : Adv; -fun thoughtlessness_N : N; -fun thousand_A : A; -fun thousand_N : N; -fun thousandfold_A : A; -fun thousandfold_Adv : Adv; -fun thousandth_A : A; -fun thousandth_N : N; -fun thraldom_N : N; -fun thrall_N : N; -fun thrash_V : V; -fun thrash_V2 : V2; -fun thrashing_N : N; -fun thread_N : N; -fun thread_V2 : V2; -fun threadbare_A : A; -fun threadlike_A : A; -fun threat_N : N; -fun threaten_V : V; -fun threaten_V2 : V2; -fun threateningly_Adv : Adv; -fun three_A : A; -fun three_N : N; -fun three_cornered_A : A; -fun three_d_A : A; -fun three_d_N : N; -fun three_decker_N : N; -fun three_dimensional_A : A; -fun three_figure_A : A; -fun three_funnelled_A : A; -fun three_lane_A : A; -fun three_legged_A : A; -fun three_piece_A : A; -fun three_ply_A : A; -fun three_quarter_A : A; -fun three_quarter_N : N; -fun three_score_A : A; -fun three_score_N : N; -fun three_storey_A : A; -fun three_storeyed_A : A; -fun three_wheeled_A : A; -fun threefold_A : A; -fun threefold_Adv : Adv; -fun threepence_N : N; -fun threepenny_A : A; -fun threesome_N : N; -fun threnody_N : N; -fun thresh_V : V; -fun thresh_V2 : V2; -fun thresher_N : N; -fun threshing_floor_N : N; -fun threshing_machine_N : N; -fun threshold_N : N; -fun thrice_Adv : Adv; -fun thrift_N : N; -fun thriftily_Adv : Adv; -fun thriftless_A : A; -fun thriftlessly_Adv : Adv; -fun thriftlessness_N : N; -fun thrifty_A : A; -fun thrill_N : N; -fun thrill_V : V; -fun thrill_V2 : V2; -fun thriller_N : N; -fun thrive_V : V; -fun throat_N : N; -fun throated_A : A; -fun throaty_A : A; -fun throb_N : N; -fun throb_V : V; -fun throbbing_A : A; -fun throe_N : N; -fun thrombosis_N : N; -fun throne_N : N; -fun throng_N : N; -fun throng_V : V; -fun throng_V2 : V2; -fun throstle_N : N; -fun throttle_N : N; -fun throttle_V : V; -fun throttle_V2 : V2; -fun throttle_valve_N : N; -fun through_Adv : Adv; -fun throughout_Adv : Adv; -fun throughput_N : N; -fun throughway_N : N; -fun throw_N : N; -fun throw_V : V; -fun throw_V2 : V2; -fun throw_in_N : N; -fun throwaway_N : N; -fun throwback_N : N; -fun thrum_V : V; -fun thrum_V2 : V2; -fun thrush_N : N; -fun thrust_N : N; -fun thrust_V : V; -fun thrust_V2 : V2; -fun thruster_N : N; -fun thud_N : N; -fun thud_V : V; -fun thug_N : N; -fun thuggery_N : N; -fun thumb_N : N; -fun thumb_V2 : V2; -fun thumbnut_N : N; -fun thumbscrew_N : N; -fun thumbstall_N : N; -fun thumbtack_N : N; -fun thump_N : N; -fun thump_V : V; -fun thump_V2 : V2; -fun thumping_A : A; -fun thunder_N : N; -fun thunder_V : V; -fun thunder_V2 : V2; -fun thunderbolt_N : N; -fun thunderclap_N : N; -fun thunderous_A : A; -fun thunderstorm_N : N; -fun thunderstruck_A : A; -fun thundery_A : A; -fun thurcroft_PN : PN; -fun thurible_N : N; -fun thurmaston_PN : PN; -fun thurrock_PN : PN; -fun thurs_PN : PN; -fun thursday_N : N; -fun thursday_PN : PN; -fun thurso_PN : PN; -fun thus_Adv : Adv; -fun thwack_N : N; -fun thwack_V2 : V2; -fun thwart_N : N; -fun thwart_V2 : V2; -fun thy_A : A; -fun thyme_N : N; -fun thyroid_N : N; -fun ti_N : N; -fun tiara_N : N; -fun tibet_PN : PN; -fun tibetan_A : A; -fun tibetan_N : N; -fun tibia_N : N; -fun tic_N : N; -fun tick_N : N; -fun tick_V : V; -fun tick_V2 : V2; -fun tick_tock_N : N; -fun ticker_N : N; -fun ticker_tape_N : N; -fun ticket_N : N; -fun ticket_V2 : V2; -fun ticket_collector_N : N; -fun ticking_N : N; -fun tickle_V : V; -fun tickle_V2 : V2; -fun tickler_N : N; -fun ticklish_A : A; -fun tidal_A : A; -fun tidbit_N : N; -fun tiddler_N : N; -fun tiddley_A : A; -fun tiddlywinks_N : N; -fun tide_N : N; -fun tide_V2 : V2; -fun tidemark_N : N; -fun tideway_N : N; -fun tidily_Adv : Adv; -fun tidiness_N : N; -fun tidworth_PN : PN; -fun tidy_A : A; -fun tidy_N : N; -fun tidy_V : V; -fun tidy_V2 : V2; -fun tie_N : N; -fun tie_V : V; -fun tie_V2 : V2; -fun tie_on_A : A; -fun tie_up_N : N; -fun tientsin_PN : PN; -fun tier_N : N; -fun tiff_N : N; -fun tiger_N : N; -fun tiger_lily_N : N; -fun tigerish_A : A; -fun tight_A : A; -fun tight_Adv : Adv; -fun tight_laced_A : A; -fun tight_lipped_A : A; -fun tight_wad_N : N; -fun tighten_V : V; -fun tighten_V2 : V2; -fun tightly_Adv : Adv; -fun tightness_N : N; -fun tightrope_N : N; -fun tigress_N : N; -fun tike_N : N; -fun tilburg_PN : PN; -fun tilbury_PN : PN; -fun tilde_N : N; -fun tile_N : N; -fun tile_V2 : V2; -fun till_N : N; -fun till_V2 : V2; -fun tillage_N : N; -fun tiller_N : N; -fun tilt_N : N; -fun tilt_V : V; -fun tilt_V2 : V2; -fun tilth_N : N; -fun tiltyard_N : N; -fun tim_PN : PN; -fun timber_N : N; -fun timbered_A : A; -fun timbre_N : N; -fun timbrel_N : N; -fun time_N : N; -fun time_V2 : V2; -fun time_ball_N : N; -fun time_bomb_N : N; -fun time_expired_A : A; -fun time_exposure_N : N; -fun time_fuse_N : N; -fun time_honoured_A : A; -fun time_lag_N : N; -fun time_limit_N : N; -fun time_sheet_N : N; -fun time_signal_N : N; -fun time_switch_N : N; -fun timecard_N : N; -fun timekeeper_N : N; -fun timekeeping_N : N; -fun timeless_A : A; -fun timeliness_N : N; -fun timely_A : A; -fun timepiece_N : N; -fun timesaving_A : A; -fun timeserver_N : N; -fun timeserving_A : A; -fun timetable_N : N; -fun timework_N : N; -fun timid_A : A; -fun timidity_N : N; -fun timidly_Adv : Adv; -fun timidness_N : N; -fun timing_N : N; -fun timmy_PN : PN; -fun timorous_A : A; -fun timorously_Adv : Adv; -fun timothy_N : N; -fun timothy_PN : PN; -fun timpanist_N : N; -fun tin_N : N; -fun tin_V2 : V2; -fun tin_opener_N : N; -fun tin_pan_alley_N : N; -fun tin_plate_N : N; -fun tina_PN : PN; -fun tincture_N : N; -fun tincture_V2 : V2; -fun tinder_N : N; -fun tinderbox_N : N; -fun tine_N : N; -fun tined_A : A; -fun tinfoil_N : N; -fun ting_N : N; -fun ting_V : V; -fun ting_V2 : V2; -fun tinge_N : N; -fun tinge_V2 : V2; -fun tingle_N : N; -fun tingle_V : V; -fun tinker_N : N; -fun tinker_V : V; -fun tinkle_N : N; -fun tinkle_V : V; -fun tinkle_V2 : V2; -fun tinny_A : A; -fun tinsel_N : N; -fun tinsel_V2 : V2; -fun tinselly_A : A; -fun tinsmith_N : N; -fun tint_N : N; -fun tint_V2 : V2; -fun tintack_N : N; -fun tintinnabulation_N : N; -fun tiny_A : A; -fun tip_N : N; -fun tip_V : V; -fun tip_V2 : V2; -fun tip_and_run_A : A; -fun tip_off_N : N; -fun tip_top_A : A; -fun tip_top_Adv : Adv; -fun tip_up_A : A; -fun tipperary_PN : PN; -fun tippet_N : N; -fun tipple_N : N; -fun tipple_V : V; -fun tipple_V2 : V2; -fun tippler_N : N; -fun tipstaff_N : N; -fun tipster_N : N; -fun tipsy_A : A; -fun tiptoe_Adv : Adv; -fun tiptoe_V : V; -fun tirade_N : N; -fun tire_N : N; -fun tire_V : V; -fun tire_V2 : V2; -fun tired_A : A; -fun tiredness_N : N; -fun tireless_A : A; -fun tirelessly_Adv : Adv; -fun tiresome_A : A; -fun tiresomely_Adv : Adv; -fun tiring_Adv : Adv; -fun tiro_N : N; -fun tissue_N : N; -fun tit_N : N; -fun titan_N : N; -fun titanic_A : A; -fun titbit_N : N; -fun tithe_N : N; -fun tithe_barn_N : N; -fun titillate_V2 : V2; -fun titillation_N : N; -fun titivate_V : V; -fun titivate_V2 : V2; -fun titlark_N : N; -fun title_N : N; -fun title_deed_N : N; -fun title_page_N : N; -fun title_role_N : N; -fun titled_A : A; -fun titmouse_N : N; -fun titter_V : V; -fun tittivate_V : V; -fun tittivate_V2 : V2; -fun tittle_N : N; -fun tittle_tattle_N : N; -fun tittle_tattle_V : V; -fun titular_A : A; -fun tiverton_PN : PN; -fun tizzy_N : N; -fun tnt_N : N; -fun to_Adv : Adv; -fun to_do_N : N; -fun toad_N : N; -fun toad_in_the_hole_N : N; -fun toadstool_N : N; -fun toady_N : N; -fun toady_V : V; -fun toast_N : N; -fun toast_V : V; -fun toast_V2 : V2; -fun toaster_N : N; -fun toasting_fork_N : N; -fun toastmaster_N : N; -fun toastrack_N : N; -fun tobacco_N : N; -fun tobacconist_N : N; -fun tobago_PN : PN; -fun tobagonian_A : A; -fun tobagonian_N : N; -fun toboggan_N : N; -fun toboggan_V : V; -fun toby_PN : PN; -fun toby_jug_N : N; -fun toccata_N : N; -fun tocsin_N : N; -fun today_Adv : Adv; -fun today_N : N; -fun toddle_V : V; -fun toddler_N : N; -fun toddy_N : N; -fun todmorden_PN : PN; -fun toe_N : N; -fun toe_V2 : V2; -fun toecap_N : N; -fun toehold_N : N; -fun toenail_N : N; -fun toff_N : N; -fun toffee_N : N; -fun tog_V2 : V2; -fun toga_N : N; -fun together_Adv : Adv; -fun togetherness_N : N; -fun toggle_N : N; -fun togo_PN : PN; -fun togolese_A : A; -fun togolese_N : N; -fun toil_N : N; -fun toil_V : V; -fun toiler_N : N; -fun toilet_N : N; -fun toilet_paper_N : N; -fun toilet_powder_N : N; -fun toilet_roll_N : N; -fun toilet_table_N : N; -fun toilsome_A : A; -fun tokay_N : N; -fun token_N : N; -fun tokyo_PN : PN; -fun tolerable_A : A; -fun tolerably_Adv : Adv; -fun tolerance_N : N; -fun tolerant_A : A; -fun tolerantly_Adv : Adv; -fun tolerate_V2 : V2; -fun toleration_N : N; -fun toll_N : N; -fun toll_V : V; -fun toll_V2 : V2; -fun tollbar_N : N; -fun tollbooth_N : N; -fun tollgate_N : N; -fun tollhouse_N : N; -fun tom_PN : PN; -fun tomahawk_N : N; -fun tomahawk_V2 : V2; -fun tomato_N : N; -fun tomb_N : N; -fun tombola_N : N; -fun tomboy_N : N; -fun tombstone_N : N; -fun tomcat_N : N; -fun tome_N : N; -fun tomfool_N : N; -fun tomfoolery_N : N; -fun tommy_PN : PN; -fun tommy_gun_N : N; -fun tommy_rot_N : N; -fun tomorrow_Adv : Adv; -fun tomorrow_N : N; -fun tomtit_N : N; -fun tomtom_N : N; -fun ton_N : N; -fun ton_V : V; -fun tonal_A : A; -fun tonality_N : N; -fun tonbridge_PN : PN; -fun tone_N : N; -fun tone_V : V; -fun tone_V2 : V2; -fun tone_deaf_A : A; -fun tone_poem_N : N; -fun toned_A : A; -fun toneless_A : A; -fun tonelessly_Adv : Adv; -fun tonga_PN : PN; -fun tongan_A : A; -fun tongan_N : N; -fun tongue_N : N; -fun tongue_in_cheek_A : A; -fun tongue_in_cheek_Adv : Adv; -fun tongue_tied_A : A; -fun tongue_twister_N : N; -fun tongued_A : A; -fun tonic_A : A; -fun tonic_N : N; -fun tonic_sol_fa_N : N; -fun tonight_Adv : Adv; -fun tonight_N : N; -fun tonnage_N : N; -fun tonne_N : N; -fun tonsil_N : N; -fun tonsillitis_N : N; -fun tonsorial_A : A; -fun tonsure_N : N; -fun tonsure_V2 : V2; -fun tontine_N : N; -fun tony_PN : PN; -fun tonyrefail_PN : PN; -fun too_Adv : Adv; -fun tool_N : N; -fun tool_V2 : V2; -fun toot_N : N; -fun toot_V : V; -fun toot_V2 : V2; -fun tooth_N : N; -fun toothache_N : N; -fun toothbrush_N : N; -fun toothed_A : A; -fun toothless_A : A; -fun toothpaste_N : N; -fun toothpick_N : N; -fun toothpowder_N : N; -fun toothsome_A : A; -fun tootle_N : N; -fun tootle_V : V; -fun top_N : N; -fun top_V2 : V2; -fun top_boot_N : N; -fun top_dress_V2 : V2; -fun top_dressing_N : N; -fun top_flight_A : A; -fun top_heavy_A : A; -fun top_hole_A : A; -fun top_ranking_A : A; -fun topaz_N : N; -fun topcoat_N : N; -fun tope_V : V; -fun tope_V2 : V2; -fun toper_N : N; -fun topgallant_A : A; -fun topgallant_N : N; -fun topi_N : N; -fun topiary_N : N; -fun topic_N : N; -fun topical_A : A; -fun topically_Adv : Adv; -fun topknot_N : N; -fun topless_A : A; -fun topmast_N : N; -fun topmost_A : A; -fun topnotch_A : A; -fun topographical_A : A; -fun topographically_Adv : Adv; -fun topography_N : N; -fun topper_N : N; -fun topping_A : A; -fun toppingly_Adv : Adv; -fun topple_V : V; -fun topple_V2 : V2; -fun topsail_N : N; -fun topsy_turvy_A : A; -fun topsy_turvy_Adv : Adv; -fun topsy_turvydom_N : N; -fun toque_N : N; -fun tor_N : N; -fun torbay_PN : PN; -fun torch_N : N; -fun torch_race_N : N; -fun torch_singer_N : N; -fun torchlight_N : N; -fun toreador_N : N; -fun torino_PN : PN; -fun torment_N : N; -fun torment_V2 : V2; -fun tormentor_N : N; -fun tornado_N : N; -fun toronto_PN : PN; -fun torpedo_N : N; -fun torpedo_V2 : V2; -fun torpedo_boat_N : N; -fun torpedo_tube_N : N; -fun torpid_A : A; -fun torpidity_N : N; -fun torpidly_Adv : Adv; -fun torpidness_N : N; -fun torpor_N : N; -fun torque_N : N; -fun torrent_N : N; -fun torrential_A : A; -fun torrid_A : A; -fun torridity_N : N; -fun torsion_N : N; -fun torso_N : N; -fun tort_N : N; -fun tortilla_N : N; -fun tortoise_N : N; -fun tortoiseshell_N : N; -fun tortuous_A : A; -fun tortuously_Adv : Adv; -fun torture_N : N; -fun torture_V2 : V2; -fun torturer_N : N; -fun tory_N : N; -fun tosh_N : N; -fun toss_N : N; -fun toss_V : V; -fun toss_V2 : V2; -fun toss_up_N : N; -fun tot_N : N; -fun tot_V : V; -fun tot_V2 : V2; -fun total_A : A; -fun total_N : N; -fun total_V : V; -fun total_V2 : V2; -fun totalitarian_A : A; -fun totalitarianism_N : N; -fun totality_N : N; -fun totalizator_N : N; -fun totally_Adv : Adv; -fun tote_N : N; -fun tote_V2 : V2; -fun totem_N : N; -fun totem_pole_N : N; -fun totnes_PN : PN; -fun totter_V : V; -fun tottery_A : A; -fun toucan_N : N; -fun touch_N : N; -fun touch_V : V; -fun touch_V2 : V2; -fun touch_and_go_A : A; -fun touch_type_V : V; -fun touchable_A : A; -fun touchdown_N : N; -fun touched_A : A; -fun touchily_Adv : Adv; -fun touchiness_N : N; -fun touching_A : A; -fun touchingly_Adv : Adv; -fun touchline_N : N; -fun touchstone_N : N; -fun touchy_A : A; -fun tough_A : A; -fun tough_N : N; -fun toughen_V : V; -fun toughen_V2 : V2; -fun toughie_N : N; -fun toughly_Adv : Adv; -fun toughness_N : N; -fun toulon_PN : PN; -fun toulouse_PN : PN; -fun toupee_N : N; -fun tour_N : N; -fun tour_V : V; -fun tour_V2 : V2; -fun tour_de_force_N : N; -fun touring_A : A; -fun touring_N : N; -fun tourism_N : N; -fun tourist_N : N; -fun tournament_N : N; -fun tourney_N : N; -fun tourniquet_N : N; -fun tours_PN : PN; -fun tousle_V2 : V2; -fun tout_N : N; -fun tout_V : V; -fun tout_ensemble_Adv : Adv; -fun tout_ensemble_N : N; -fun tow_N : N; -fun tow_V2 : V2; -fun towel_N : N; -fun towel_V2 : V2; -fun towel_horse_N : N; -fun towel_rack_N : N; -fun towel_rail_N : N; -fun towelling_N : N; -fun tower_N : N; -fun tower_V : V; -fun tower_block_N : N; -fun tower_hamlets_PN : PN; -fun towering_A : A; -fun towing_line_N : N; -fun towing_path_N : N; -fun towing_rope_N : N; -fun towline_N : N; -fun town_N : N; -fun town_crier_N : N; -fun town_gas_N : N; -fun townee_N : N; -fun township_N : N; -fun townsman_N : N; -fun towpath_N : N; -fun towrope_N : N; -fun toxaemia_N : N; -fun toxic_A : A; -fun toxicity_N : N; -fun toxicologist_N : N; -fun toxicology_N : N; -fun toxin_N : N; -fun toy_N : N; -fun toy_V : V; -fun toyshop_N : N; -fun trace_N : N; -fun trace_V : V; -fun trace_V2 : V2; -fun traceable_A : A; -fun tracer_N : N; -fun tracery_N : N; -fun trachea_N : N; -fun trachoma_N : N; -fun tracing_N : N; -fun tracing_paper_N : N; -fun track_N : N; -fun track_V2 : V2; -fun tracked_A : A; -fun tracker_N : N; -fun trackless_A : A; -fun tract_N : N; -fun tractability_N : N; -fun tractable_A : A; -fun traction_N : N; -fun traction_engine_N : N; -fun tractor_N : N; -fun tracy_PN : PN; -fun trad_N : N; -fun trade_N : N; -fun trade_V : V; -fun trade_V2 : V2; -fun trade_in_N : N; -fun trade_union_N : N; -fun trade_unionism_N : N; -fun trade_unionist_N : N; -fun trade_wind_N : N; -fun trademark_N : N; -fun trader_N : N; -fun trades_union_N : N; -fun tradesman_N : N; -fun tradition_N : N; -fun traditional_A : A; -fun traditionalism_N : N; -fun traditionalist_N : N; -fun traditionally_Adv : Adv; -fun traduce_V2 : V2; -fun traducer_N : N; -fun traffic_N : N; -fun traffic_V : V; -fun trafficator_N : N; -fun trafficker_N : N; -fun tragedian_N : N; -fun tragedienne_N : N; -fun tragedy_N : N; -fun tragic_A : A; -fun tragically_Adv : Adv; -fun tragicomedy_N : N; -fun tragicomic_A : A; -fun trail_N : N; -fun trail_V : V; -fun trail_V2 : V2; -fun trailer_N : N; -fun train_N : N; -fun train_V : V; -fun train_V2 : V2; -fun trainbearer_N : N; -fun trainee_N : N; -fun trainer_N : N; -fun training_N : N; -fun training_college_N : N; -fun training_ship_N : N; -fun trainload_N : N; -fun trainman_N : N; -fun traipse_V : V; -fun trait_N : N; -fun traitor_N : N; -fun traitorous_A : A; -fun traitorously_Adv : Adv; -fun traitress_N : N; -fun trajectory_N : N; -fun tralee_PN : PN; -fun tram_N : N; -fun tram_car_N : N; -fun tramline_N : N; -fun trammel_V2 : V2; -fun tramp_N : N; -fun tramp_V : V; -fun tramp_V2 : V2; -fun tramp_steamer_N : N; -fun trample_N : N; -fun trample_V : V; -fun trample_V2 : V2; -fun trampoline_N : N; -fun tramway_N : N; -fun trance_N : N; -fun tranent_PN : PN; -fun tranquil_A : A; -fun tranquility_N : N; -fun tranquilize_V2 : V2; -fun tranquillity_N : N; -fun tranquillize_V2 : V2; -fun tranquillizer_N : N; -fun tranquilly_Adv : Adv; -fun trans_PN : PN; -fun transact_V2 : V2; -fun transaction_N : N; -fun transalpine_A : A; -fun transalpine_N : N; -fun transatlantic_A : A; -fun transcend_V2 : V2; -fun transcendence_N : N; -fun transcendency_N : N; -fun transcendent_A : A; -fun transcendental_A : A; -fun transcendentalism_N : N; -fun transcendentalist_N : N; -fun transcendentally_Adv : Adv; -fun transcontinental_A : A; -fun transcribe_V2 : V2; -fun transcript_N : N; -fun transcription_N : N; -fun transept_N : N; -fun transfer_N : N; -fun transfer_V : V; -fun transfer_V2 : V2; -fun transferability_N : N; -fun transferable_A : A; -fun transference_N : N; -fun transfiguration_N : N; -fun transfigure_V2 : V2; -fun transfix_V2 : V2; -fun transform_V2 : V2; -fun transformable_A : A; -fun transformation_N : N; -fun transformer_N : N; -fun transfuse_V2 : V2; -fun transfusion_N : N; -fun transgress_V : V; -fun transgress_V2 : V2; -fun transgression_N : N; -fun transgressor_N : N; -fun transience_N : N; -fun transiency_N : N; -fun transient_A : A; -fun transient_N : N; -fun transiently_Adv : Adv; -fun transistor_N : N; -fun transistorized_A : A; -fun transit_N : N; -fun transition_N : N; -fun transitional_A : A; -fun transitionally_Adv : Adv; -fun transitive_A : A; -fun transitively_Adv : Adv; -fun transitory_A : A; -fun translatable_A : A; -fun translate_V2 : V2; -fun translation_N : N; -fun translator_N : N; -fun transliterate_V2 : V2; -fun transliteration_N : N; -fun translucence_N : N; -fun translucency_N : N; -fun translucent_A : A; -fun transmigration_N : N; -fun transmission_N : N; -fun transmit_V2 : V2; -fun transmitter_N : N; -fun transmogrification_N : N; -fun transmogrify_V2 : V2; -fun transmutable_A : A; -fun transmutation_N : N; -fun transmute_V2 : V2; -fun transoceanic_A : A; -fun transom_N : N; -fun transom_window_N : N; -fun transparence_N : N; -fun transparency_N : N; -fun transparent_A : A; -fun transparently_Adv : Adv; -fun transpiration_N : N; -fun transpire_V : V; -fun transpire_V2 : V2; -fun transplant_N : N; -fun transplant_V : V; -fun transplant_V2 : V2; -fun transplantation_N : N; -fun transpolar_A : A; -fun transport_N : N; -fun transport_V2 : V2; -fun transportable_A : A; -fun transportation_N : N; -fun transporter_N : N; -fun transpose_V2 : V2; -fun transposition_N : N; -fun transsexual_N : N; -fun transship_V2 : V2; -fun transshipment_N : N; -fun transubstantiation_N : N; -fun transverse_A : A; -fun transversely_Adv : Adv; -fun transvestism_N : N; -fun transvestite_N : N; -fun trap_N : N; -fun trap_V2 : V2; -fun trap_door_N : N; -fun trap_shooting_N : N; -fun trapeze_N : N; -fun trapezium_N : N; -fun trapezoid_N : N; -fun trapper_N : N; -fun trappist_N : N; -fun trash_N : N; -fun trashy_A : A; -fun trauma_N : N; -fun traumatic_A : A; -fun travail_N : N; -fun travel_N : N; -fun travel_V : V; -fun travel_V2 : V2; -fun travel_soiled_A : A; -fun travel_stained_A : A; -fun travel_worn_A : A; -fun traveled_A : A; -fun travelled_A : A; -fun traveller_N : N; -fun travelling_N : N; -fun travelogue_N : N; -fun traverse_N : N; -fun traverse_V2 : V2; -fun travesty_N : N; -fun travesty_V2 : V2; -fun trawl_N : N; -fun trawl_V : V; -fun trawl_V2 : V2; -fun trawl_net_N : N; -fun trawler_N : N; -fun tray_N : N; -fun tray_cloth_N : N; -fun treacherous_A : A; -fun treacherously_Adv : Adv; -fun treachery_N : N; -fun treacle_N : N; -fun treacly_A : A; -fun tread_N : N; -fun tread_V : V; -fun tread_V2 : V2; -fun treadle_N : N; -fun treadle_V : V; -fun treadmill_N : N; -fun treas_N : N; -fun treason_N : N; -fun treasonable_A : A; -fun treasonably_Adv : Adv; -fun treasonous_A : A; -fun treasure_N : N; -fun treasure_V2 : V2; -fun treasure_house_N : N; -fun treasure_trove_N : N; -fun treasurer_N : N; -fun treasury_N : N; -fun treat_N : N; -fun treat_V : V; -fun treat_V2 : V2; -fun treatise_N : N; -fun treatment_N : N; -fun treaty_N : N; -fun treble_A : A; -fun treble_N : N; -fun treble_V : V; -fun treble_V2 : V2; -fun tredegar_PN : PN; -fun tree_N : N; -fun tree_V2 : V2; -fun tree_fern_N : N; -fun treeless_A : A; -fun trefoil_N : N; -fun trek_N : N; -fun trek_V : V; -fun trellis_N : N; -fun trellis_V2 : V2; -fun tremble_N : N; -fun tremble_V : V; -fun tremendous_A : A; -fun tremendously_Adv : Adv; -fun tremolo_N : N; -fun tremor_N : N; -fun tremulous_A : A; -fun tremulously_Adv : Adv; -fun trench_N : N; -fun trench_V2 : V2; -fun trenchancy_N : N; -fun trenchant_A : A; -fun trenchantly_Adv : Adv; -fun trencher_N : N; -fun trencherman_N : N; -fun trend_N : N; -fun trend_V : V; -fun trend_setter_N : N; -fun trend_setting_N : N; -fun trendy_A : A; -fun trepan_V2 : V2; -fun trephine_N : N; -fun trephine_V2 : V2; -fun trepidation_N : N; -fun trespass_N : N; -fun trespass_V : V; -fun trespasser_N : N; -fun tress_N : N; -fun trestle_N : N; -fun trestle_bridge_N : N; -fun trestle_table_N : N; -fun trevor_PN : PN; -fun triad_N : N; -fun trial_N : N; -fun triangle_N : N; -fun triangular_A : A; -fun tribal_A : A; -fun tribalism_N : N; -fun tribe_N : N; -fun tribesman_N : N; -fun tribulation_N : N; -fun tribunal_N : N; -fun tribune_N : N; -fun tributary_A : A; -fun tributary_N : N; -fun tribute_N : N; -fun trice_N : N; -fun trice_V2 : V2; -fun trick_N : N; -fun trick_V2 : V2; -fun trickery_N : N; -fun trickiness_N : N; -fun trickle_N : N; -fun trickle_V : V; -fun trickle_V2 : V2; -fun trickster_N : N; -fun tricksy_A : A; -fun tricky_A : A; -fun tricolour_N : N; -fun tricycle_N : N; -fun trident_N : N; -fun tried_A : A; -fun triennial_A : A; -fun triennial_N : N; -fun trier_N : N; -fun trieste_PN : PN; -fun trifle_N : N; -fun trifle_V : V; -fun trifle_V2 : V2; -fun trifler_N : N; -fun trifling_A : A; -fun trigger_N : N; -fun trigger_V2 : V2; -fun trigger_happy_A : A; -fun trigonometry_N : N; -fun trilateral_A : A; -fun trilby_N : N; -fun trill_N : N; -fun trill_V : V; -fun trill_V2 : V2; -fun trillion_A : A; -fun trillion_N : N; -fun trillionth_A : A; -fun trillionth_N : N; -fun trilogy_N : N; -fun trim_A : A; -fun trim_N : N; -fun trim_V : V; -fun trim_V2 : V2; -fun trimaran_N : N; -fun trimly_Adv : Adv; -fun trimmer_N : N; -fun trimming_N : N; -fun tring_PN : PN; -fun trinidad_PN : PN; -fun trinidadian_A : A; -fun trinidadian_N : N; -fun trinitrotoluene_N : N; -fun trinity_N : N; -fun trinket_N : N; -fun trio_N : N; -fun trip_N : N; -fun trip_V : V; -fun trip_V2 : V2; -fun tripartite_A : A; -fun tripe_N : N; -fun triple_A : A; -fun triple_V : V; -fun triple_V2 : V2; -fun triplet_N : N; -fun triplex_A : A; -fun triplicate_A : A; -fun triplicate_N : N; -fun triplicate_V2 : V2; -fun tripod_N : N; -fun tripos_N : N; -fun tripper_N : N; -fun tripping_A : A; -fun trippingly_Adv : Adv; -fun triptych_N : N; -fun trireme_N : N; -fun trisect_V2 : V2; -fun trite_A : A; -fun tritely_Adv : Adv; -fun triteness_N : N; -fun triumph_N : N; -fun triumph_V : V; -fun triumphal_A : A; -fun triumphant_A : A; -fun triumphantly_Adv : Adv; -fun triumvir_N : N; -fun triumvirate_N : N; -fun triune_A : A; -fun trivet_N : N; -fun trivial_A : A; -fun triviality_N : N; -fun trivialize_V2 : V2; -fun trivially_Adv : Adv; -fun trochaic_A : A; -fun trochee_N : N; -fun troglodyte_N : N; -fun troika_N : N; -fun trojan_A : A; -fun trojan_N : N; -fun troll_N : N; -fun troll_V : V; -fun troll_V2 : V2; -fun trolley_N : N; -fun trolley_car_N : N; -fun trollop_N : N; -fun trombone_N : N; -fun trombonist_N : N; -fun troon_PN : PN; -fun troop_N : N; -fun troop_V : V; -fun troop_V2 : V2; -fun troop_carrier_N : N; -fun trooper_N : N; -fun troopship_N : N; -fun trope_N : N; -fun trophy_N : N; -fun tropic_N : N; -fun tropical_A : A; -fun tropically_Adv : Adv; -fun trot_N : N; -fun trot_V : V; -fun trot_V2 : V2; -fun troth_N : N; -fun trotter_N : N; -fun troubadour_N : N; -fun trouble_N : N; -fun trouble_V : V; -fun trouble_V2 : V2; -fun troublemaker_N : N; -fun troubleshooter_N : N; -fun troublesome_A : A; -fun troublous_A : A; -fun trough_N : N; -fun trounce_V2 : V2; -fun trouncing_N : N; -fun troupe_N : N; -fun trouper_N : N; -fun trouser_N : N; -fun trousseau_N : N; -fun trout_N : N; -fun trove_N : N; -fun trowbridge_PN : PN; -fun trowel_N : N; -fun troy_N : N; -fun truancy_N : N; -fun truant_N : N; -fun truce_N : N; -fun truck_N : N; -fun truckle_N : N; -fun truckle_V : V; -fun truckle_bed_N : N; -fun truculence_N : N; -fun truculency_N : N; -fun truculent_A : A; -fun truculently_Adv : Adv; -fun trudge_N : N; -fun trudge_V : V; -fun true_A : A; -fun true_Adv : Adv; -fun true_N : N; -fun true_V2 : V2; -fun true_blue_A : A; -fun true_blue_N : N; -fun true_hearted_A : A; -fun truelove_N : N; -fun truffle_N : N; -fun truism_N : N; -fun truly_Adv : Adv; -fun trump_N : N; -fun trump_V : V; -fun trump_V2 : V2; -fun trumpery_A : A; -fun trumpet_N : N; -fun trumpet_V : V; -fun trumpet_V2 : V2; -fun trumpeter_N : N; -fun truncate_V2 : V2; -fun truncheon_N : N; -fun trundle_V : V; -fun trundle_V2 : V2; -fun trunk_N : N; -fun trunk_call_N : N; -fun trunk_line_N : N; -fun trunk_road_N : N; -fun trunking_N : N; -fun truro_PN : PN; -fun truss_N : N; -fun truss_V2 : V2; -fun trust_N : N; -fun trust_V : V; -fun trust_V2 : V2; -fun trustee_N : N; -fun trusteeship_N : N; -fun trustful_A : A; -fun trustfully_Adv : Adv; -fun trusting_A : A; -fun trustingly_Adv : Adv; -fun trustworthiness_N : N; -fun trustworthy_A : A; -fun trusty_A : A; -fun truth_N : N; -fun truthful_A : A; -fun truthfully_Adv : Adv; -fun truthfulness_N : N; -fun try_N : N; -fun try_V : V; -fun try_V2 : V2; -fun try_on_N : N; -fun try_out_N : N; -fun trying_A : A; -fun tryst_N : N; -fun tsar_N : N; -fun tsarina_N : N; -fun tsetse_N : N; -fun tsetse_fly_N : N; -fun tsinan_PN : PN; -fun tsingtao_PN : PN; -fun tsitsihar_PN : PN; -fun tswana_A : A; -fun tswana_N : N; -fun tub_N : N; -fun tub_thumper_N : N; -fun tuba_N : N; -fun tubby_A : A; -fun tube_N : N; -fun tube_well_N : N; -fun tubeless_A : A; -fun tuber_N : N; -fun tubercular_A : A; -fun tuberculosis_N : N; -fun tuberculous_A : A; -fun tubful_N : N; -fun tubing_N : N; -fun tubular_A : A; -fun tuc_N : N; -fun tuck_N : N; -fun tuck_V : V; -fun tuck_V2 : V2; -fun tuck_in_N : N; -fun tuck_shop_N : N; -fun tucker_N : N; -fun tues_PN : PN; -fun tuesday_N : N; -fun tuesday_PN : PN; -fun tuft_N : N; -fun tufted_A : A; -fun tug_N : N; -fun tug_V : V; -fun tug_V2 : V2; -fun tugboat_N : N; -fun tuition_N : N; -fun tulip_N : N; -fun tulle_N : N; -fun tullibody_PN : PN; -fun tumble_N : N; -fun tumble_V : V; -fun tumble_V2 : V2; -fun tumble_down_A : A; -fun tumbler_N : N; -fun tumbleweed_N : N; -fun tumbrel_N : N; -fun tumbril_N : N; -fun tumescence_N : N; -fun tumescent_A : A; -fun tumid_A : A; -fun tumidity_N : N; -fun tummy_N : N; -fun tumour_N : N; -fun tumult_N : N; -fun tumultuous_A : A; -fun tumultuously_Adv : Adv; -fun tumulus_N : N; -fun tun_N : N; -fun tuna_N : N; -fun tunbridge_wells_PN : PN; -fun tundra_N : N; -fun tune_N : N; -fun tune_V : V; -fun tune_V2 : V2; -fun tuneful_A : A; -fun tunefully_Adv : Adv; -fun tunefulness_N : N; -fun tuner_N : N; -fun tung_oil_N : N; -fun tungsten_N : N; -fun tunic_N : N; -fun tuning_fork_N : N; -fun tunis_PN : PN; -fun tunisia_PN : PN; -fun tunisian_A : A; -fun tunisian_N : N; -fun tunnel_N : N; -fun tunnel_V : V; -fun tunnel_V2 : V2; -fun tunny_N : N; -fun tup_N : N; -fun tuppence_N : N; -fun tuppenny_A : A; -fun turban_N : N; -fun turbaned_A : A; -fun turbid_A : A; -fun turbidity_N : N; -fun turbidness_N : N; -fun turbine_N : N; -fun turbojet_N : N; -fun turboprop_N : N; -fun turbot_N : N; -fun turbulence_N : N; -fun turbulent_A : A; -fun turbulently_Adv : Adv; -fun turd_N : N; -fun tureen_N : N; -fun turf_N : N; -fun turf_V2 : V2; -fun turgid_A : A; -fun turgidity_N : N; -fun turgidly_Adv : Adv; -fun turin_PN : PN; -fun turk_N : N; -fun turkey_N : N; -fun turkey_PN : PN; -fun turkish_A : A; -fun turkish_N : N; -fun turku_PN : PN; -fun turmeric_N : N; -fun turmoil_N : N; -fun turn_N : N; -fun turn_V : V; -fun turn_V2 : V2; -fun turn_off_N : N; -fun turn_on_N : N; -fun turn_out_N : N; -fun turn_round_N : N; -fun turn_up_N : N; -fun turncoat_N : N; -fun turncock_N : N; -fun turner_N : N; -fun turning_N : N; -fun turning_point_N : N; -fun turnip_N : N; -fun turnkey_N : N; -fun turnover_N : N; -fun turnpike_N : N; -fun turnspit_N : N; -fun turnstile_N : N; -fun turntable_N : N; -fun turpentine_N : N; -fun turpitude_N : N; -fun turps_N : N; -fun turquoise_N : N; -fun turret_N : N; -fun turtle_N : N; -fun turtledove_N : N; -fun turtleneck_A : A; -fun turtlenecked_A : A; -fun tusk_N : N; -fun tussle_N : N; -fun tussle_V : V; -fun tussock_N : N; -fun tut_V2 : V2; -fun tutelage_N : N; -fun tutelary_A : A; -fun tutor_N : N; -fun tutor_V2 : V2; -fun tutorial_A : A; -fun tutorial_N : N; -fun tutorially_Adv : Adv; -fun tutorship_N : N; -fun tutti_frutti_N : N; -fun tutu_N : N; -fun tuxedo_N : N; -fun tv_N : N; -fun tvs_N : N; -fun twaddle_N : N; -fun twaddle_V : V; -fun twain_N : N; -fun twang_N : N; -fun twang_V : V; -fun twang_V2 : V2; -fun tweak_N : N; -fun tweak_V2 : V2; -fun twee_A : A; -fun tweed_N : N; -fun tween_Adv : Adv; -fun tween_decks_Adv : Adv; -fun tweet_N : N; -fun tweet_V : V; -fun tweeter_N : N; -fun twelfth_A : A; -fun twelfth_N : N; -fun twelfth_night_N : N; -fun twelfth_night_PN : PN; -fun twelve_A : A; -fun twelve_N : N; -fun twelvemonth_N : N; -fun twentieth_A : A; -fun twentieth_N : N; -fun twenty_A : A; -fun twenty_N : N; -fun twerp_N : N; -fun twice_Adv : Adv; -fun twiddle_N : N; -fun twiddle_V : V; -fun twiddle_V2 : V2; -fun twiddly_A : A; -fun twig_N : N; -fun twig_V : V; -fun twig_V2 : V2; -fun twiggy_A : A; -fun twilight_N : N; -fun twilit_A : A; -fun twill_N : N; -fun twilled_A : A; -fun twin_N : N; -fun twin_V2 : V2; -fun twine_N : N; -fun twine_V : V; -fun twine_V2 : V2; -fun twinge_N : N; -fun twinkle_N : N; -fun twinkle_V : V; -fun twinkling_N : N; -fun twinned_A : A; -fun twirl_N : N; -fun twirl_V : V; -fun twirl_V2 : V2; -fun twist_N : N; -fun twist_V : V; -fun twist_V2 : V2; -fun twister_N : N; -fun twisty_A : A; -fun twit_N : N; -fun twit_V2 : V2; -fun twitch_N : N; -fun twitch_V : V; -fun twitch_V2 : V2; -fun twitter_N : N; -fun twitter_V : V; -fun two_A : A; -fun two_N : N; -fun two_a_penny_A : A; -fun two_edged_A : A; -fun two_faced_A : A; -fun two_funnelled_A : A; -fun two_handed_A : A; -fun two_piece_N : N; -fun two_ply_A : A; -fun two_seater_N : N; -fun two_step_N : N; -fun two_timing_A : A; -fun two_way_A : A; -fun twofold_A : A; -fun twofold_Adv : Adv; -fun twopence_N : N; -fun twopenny_A : A; -fun twopenny_halfpenny_A : A; -fun tycoon_N : N; -fun tyke_N : N; -fun tympanum_N : N; -fun tyne_PN : PN; -fun tynemouth_PN : PN; -fun type_N : N; -fun type_V : V; -fun type_V2 : V2; -fun typecast_V2 : V2; -fun typeface_N : N; -fun typescript_N : N; -fun typesetter_N : N; -fun typewriter_N : N; -fun typewritten_A : A; -fun typhoid_N : N; -fun typhoon_N : N; -fun typhus_N : N; -fun typical_A : A; -fun typically_Adv : Adv; -fun typify_V2 : V2; -fun typist_N : N; -fun typographer_N : N; -fun typographic_A : A; -fun typographically_Adv : Adv; -fun typography_N : N; -fun tyrannical_A : A; -fun tyrannize_V : V; -fun tyrannize_V2 : V2; -fun tyrannous_A : A; -fun tyranny_N : N; -fun tyrant_N : N; -fun tyre_N : N; -fun tyro_N : N; -fun tyrone_PN : PN; -fun tzar_N : N; -fun tzarina_N : N; -fun tzupo_PN : PN; -fun tete_a_tete_Adv : Adv; -fun tete_a_tete_N : N; -fun u_boat_N : N; -fun u_turn_N : N; -fun ubiquitous_A : A; -fun ubiquity_N : N; -fun udder_N : N; -fun uddingston_PN : PN; -fun udi_PN : PN; -fun udine_PN : PN; -fun ufa_PN : PN; -fun ufo's_N : N; -fun ufo_N : N; -fun uganda_PN : PN; -fun ugandan_A : A; -fun ugandan_N : N; -fun uglify_V2 : V2; -fun ugliness_N : N; -fun ugly_A : A; -fun uk_PN : PN; -fun ukase_N : N; -fun ukulele_N : N; -fun ulcer_N : N; -fun ulcerate_V : V; -fun ulcerate_V2 : V2; -fun ulceration_N : N; -fun ulcerous_A : A; -fun ulna_N : N; -fun ulster_N : N; -fun ulster_PN : PN; -fun ulterior_A : A; -fun ultimate_A : A; -fun ultimately_Adv : Adv; -fun ultimatum_N : N; -fun ultimo_A : A; -fun ultra_vires_A : A; -fun ultra_vires_Adv : Adv; -fun ultramarine_A : A; -fun ultramarine_N : N; -fun ultramontane_A : A; -fun ultrasonic_A : A; -fun ultraviolet_A : A; -fun ululate_V : V; -fun ululation_N : N; -fun ulverston_PN : PN; -fun umber_A : A; -fun umber_N : N; -fun umbilical_A : A; -fun umbrage_N : N; -fun umbrella_N : N; -fun umlaut_N : N; -fun umpire_N : N; -fun umpire_V : V; -fun umpire_V2 : V2; -fun umpteen_A : A; -fun umpteenth_A : A; -fun un_N : N; -fun un_come_at_able_A : A; -fun un_get_at_able_A : A; -fun unabashed_A : A; -fun unabated_A : A; -fun unable_A : A; -fun unabridged_A : A; -fun unacceptable_A : A; -fun unacceptably_Adv : Adv; -fun unaccommodating_A : A; -fun unaccompanied_A : A; -fun unaccountable_A : A; -fun unaccountably_Adv : Adv; -fun unaccounted_A : A; -fun unaccustomed_A : A; -fun unacknowledged_A : A; -fun unacquainted_A : A; -fun unadorned_A : A; -fun unadulterated_A : A; -fun unadventurous_A : A; -fun unadvised_A : A; -fun unadvisedly_Adv : Adv; -fun unaffected_A : A; -fun unafraid_A : A; -fun unaided_A : A; -fun unalienable_A : A; -fun unaligned_A : A; -fun unalloyed_A : A; -fun unalterable_A : A; -fun unalterably_Adv : Adv; -fun unaltered_A : A; -fun unambiguous_A : A; -fun unambiguously_Adv : Adv; -fun unamended_A : A; -fun unanimity_N : N; -fun unanimous_A : A; -fun unanimously_Adv : Adv; -fun unannounced_A : A; -fun unanswerable_A : A; -fun unanswered_A : A; -fun unanticipated_A : A; -fun unappealing_A : A; -fun unappetizing_A : A; -fun unappreciated_A : A; -fun unappreciative_A : A; -fun unapproachable_A : A; -fun unarguable_A : A; -fun unarguably_Adv : Adv; -fun unarmed_A : A; -fun unarticulated_A : A; -fun unashamed_A : A; -fun unashamedly_Adv : Adv; -fun unasked_A : A; -fun unassailable_A : A; -fun unassailably_Adv : Adv; -fun unassisted_A : A; -fun unassuming_A : A; -fun unassumingly_Adv : Adv; -fun unattached_A : A; -fun unattainable_A : A; -fun unattainably_Adv : Adv; -fun unattended_A : A; -fun unattractive_A : A; -fun unattractively_Adv : Adv; -fun unauthorized_A : A; -fun unavailable_A : A; -fun unavailing_A : A; -fun unavoidable_A : A; -fun unavoidably_Adv : Adv; -fun unawakened_A : A; -fun unaware_A : A; -fun unawares_Adv : Adv; -fun unbacked_A : A; -fun unbalance_V2 : V2; -fun unbalanced_A : A; -fun unbar_V2 : V2; -fun unbearable_A : A; -fun unbearably_Adv : Adv; -fun unbeatable_A : A; -fun unbeaten_A : A; -fun unbecoming_A : A; -fun unbecomingly_Adv : Adv; -fun unbeknown_A : A; -fun unbeknown_Adv : Adv; -fun unbeknownst_A : A; -fun unbeknownst_Adv : Adv; -fun unbelief_N : N; -fun unbelievable_A : A; -fun unbelievably_Adv : Adv; -fun unbeliever_N : N; -fun unbelieving_A : A; -fun unbelievingly_Adv : Adv; -fun unbeloved_A : A; -fun unbend_V : V; -fun unbend_V2 : V2; -fun unbending_A : A; -fun unbiased_A : A; -fun unbiassed_A : A; -fun unbidden_A : A; -fun unbind_V2 : V2; -fun unblock_V2 : V2; -fun unblushing_A : A; -fun unblushingly_Adv : Adv; -fun unbolt_V : V; -fun unbolt_V2 : V2; -fun unborn_A : A; -fun unbosom_V2 : V2; -fun unbounded_A : A; -fun unbowed_A : A; -fun unbreakable_A : A; -fun unbridled_A : A; -fun unbroken_A : A; -fun unbuckle_V2 : V2; -fun unburden_V2 : V2; -fun unburied_A : A; -fun unbutton_V2 : V2; -fun unbuttoned_A : A; -fun uncalled_for_A : A; -fun uncannily_Adv : Adv; -fun uncanny_A : A; -fun uncared_for_A : A; -fun uncarpeted_A : A; -fun unceasing_A : A; -fun unceasingly_Adv : Adv; -fun uncensored_A : A; -fun unceremonious_A : A; -fun unceremoniously_Adv : Adv; -fun unceremoniousness_N : N; -fun uncertain_A : A; -fun uncertainly_Adv : Adv; -fun uncertainty_N : N; -fun unchain_V2 : V2; -fun unchallengeable_A : A; -fun unchallenged_A : A; -fun unchanged_A : A; -fun unchanging_A : A; -fun uncharacteristic_A : A; -fun uncharacteristically_Adv : Adv; -fun uncharitable_A : A; -fun uncharted_A : A; -fun unchecked_A : A; -fun unchivalrously_Adv : Adv; -fun unchristian_A : A; -fun uncivil_A : A; -fun uncivilized_A : A; -fun unclaimed_A : A; -fun unclassified_A : A; -fun uncle_N : N; -fun unclean_A : A; -fun unclear_A : A; -fun unclouded_A : A; -fun uncluttered_A : A; -fun unco_A : A; -fun unco_Adv : Adv; -fun unco_operative_A : A; -fun unco_ordinated_A : A; -fun uncoloured_A : A; -fun uncomfortable_A : A; -fun uncomfortably_Adv : Adv; -fun uncommercialized_A : A; -fun uncommitted_A : A; -fun uncommon_A : A; -fun uncommonly_Adv : Adv; -fun uncommunicative_A : A; -fun uncompetitive_A : A; -fun uncomplaining_A : A; -fun uncomplainingly_Adv : Adv; -fun uncompleted_A : A; -fun uncomplicated_A : A; -fun uncomplimentary_A : A; -fun uncomprehending_A : A; -fun uncompromising_A : A; -fun unconcealed_A : A; -fun unconcern_N : N; -fun unconcerned_A : A; -fun unconcernedly_Adv : Adv; -fun unconditional_A : A; -fun unconditionally_Adv : Adv; -fun unconditioned_A : A; -fun unconfined_A : A; -fun unconfirmed_A : A; -fun unconformable_A : A; -fun uncongenial_A : A; -fun unconnected_A : A; -fun unconquered_A : A; -fun unconscionable_A : A; -fun unconscious_A : A; -fun unconscious_N : N; -fun unconsciously_Adv : Adv; -fun unconsciousness_N : N; -fun unconsidered_A : A; -fun unconstitutional_A : A; -fun unconstitutionally_Adv : Adv; -fun unconstrained_A : A; -fun unconstructive_A : A; -fun unconsummated_A : A; -fun uncontaminated_A : A; -fun uncontrollable_A : A; -fun uncontrollably_Adv : Adv; -fun uncontrolled_A : A; -fun uncontroversial_A : A; -fun unconventional_A : A; -fun unconventionality_N : N; -fun unconverted_A : A; -fun unconvinced_A : A; -fun unconvincing_A : A; -fun uncooked_A : A; -fun uncork_V2 : V2; -fun uncorrected_A : A; -fun uncorrelated_A : A; -fun uncorroborated_A : A; -fun uncouple_V2 : V2; -fun uncouth_A : A; -fun uncouthly_Adv : Adv; -fun uncouthness_N : N; -fun uncover_V2 : V2; -fun uncritical_A : A; -fun uncritically_Adv : Adv; -fun uncross_V2 : V2; -fun uncrossed_A : A; -fun uncrowned_A : A; -fun unction_N : N; -fun unctuous_A : A; -fun unctuously_Adv : Adv; -fun uncultivated_A : A; -fun uncultured_A : A; -fun uncurl_V : V; -fun uncurl_V2 : V2; -fun uncut_A : A; -fun undamaged_A : A; -fun undated_A : A; -fun undaunted_A : A; -fun undeceive_V2 : V2; -fun undecided_A : A; -fun undeclared_A : A; -fun undefeated_A : A; -fun undefended_A : A; -fun undeferential_A : A; -fun undefinable_A : A; -fun undefined_A : A; -fun undemanding_A : A; -fun undemocratic_A : A; -fun undemocratically_Adv : Adv; -fun undemonstrative_A : A; -fun undeniable_A : A; -fun undeniably_Adv : Adv; -fun undenominational_A : A; -fun under_Adv : Adv; -fun under_the_counter_A : A; -fun underact_V : V; -fun underact_V2 : V2; -fun underarm_A : A; -fun underarm_Adv : Adv; -fun underbelly_N : N; -fun underbid_V2 : V2; -fun underbred_A : A; -fun underbrush_N : N; -fun undercarriage_N : N; -fun undercharge_N : N; -fun undercharge_V2 : V2; -fun underclothing_N : N; -fun undercoat_N : N; -fun undercover_A : A; -fun undercurrent_N : N; -fun undercut_N : N; -fun undercut_V2 : V2; -fun underdeveloped_A : A; -fun underdevelopment_N : N; -fun underdog_N : N; -fun underdone_A : A; -fun underemployed_A : A; -fun underestimate_N : N; -fun underestimate_V2 : V2; -fun underestimation_N : N; -fun underexpose_V2 : V2; -fun underexposure_N : N; -fun underfed_A : A; -fun underfelt_N : N; -fun underfloor_A : A; -fun underfoot_Adv : Adv; -fun undergarment_N : N; -fun undergo_V2 : V2; -fun undergraduate_N : N; -fun underground_A : A; -fun underground_Adv : Adv; -fun underground_N : N; -fun undergrowth_N : N; -fun underhand_A : A; -fun underhand_Adv : Adv; -fun underhanded_A : A; -fun underhung_A : A; -fun underlay_N : N; -fun underlie_V2 : V2; -fun underline_N : N; -fun underline_V2 : V2; -fun underling_N : N; -fun undermanned_A : A; -fun undermentioned_A : A; -fun undermine_V2 : V2; -fun underneath_Adv : Adv; -fun undernourished_A : A; -fun undernourishment_N : N; -fun underpass_N : N; -fun underpay_V2 : V2; -fun underpayment_N : N; -fun underpin_V2 : V2; -fun underpopulated_A : A; -fun underprivileged_A : A; -fun underproduction_N : N; -fun underquote_V2 : V2; -fun underrate_V2 : V2; -fun underscore_V2 : V2; -fun undersea_A : A; -fun underseal_N : N; -fun undersealed_A : A; -fun undersecretary_N : N; -fun undersell_V2 : V2; -fun undersexed_A : A; -fun undershoot_V2 : V2; -fun underside_N : N; -fun undersign_V2 : V2; -fun undersized_A : A; -fun underskirt_N : N; -fun underslung_A : A; -fun underspend_V : V; -fun underspend_V2 : V2; -fun underspent_A : A; -fun understaffed_A : A; -fun understand_V : V; -fun understand_V2 : V2; -fun understandable_A : A; -fun understandably_Adv : Adv; -fun understanding_A : A; -fun understanding_N : N; -fun understate_V2 : V2; -fun understatement_N : N; -fun understock_V2 : V2; -fun understudy_N : N; -fun understudy_V2 : V2; -fun undersurface_N : N; -fun undertake_V2 : V2; -fun undertaker_N : N; -fun undertaking_N : N; -fun undertone_N : N; -fun undertow_N : N; -fun undervaluation_N : N; -fun undervalue_V2 : V2; -fun underwater_A : A; -fun underwear_N : N; -fun underweight_A : A; -fun underworld_N : N; -fun underwrite_V2 : V2; -fun underwriter_N : N; -fun undeserved_A : A; -fun undeserving_A : A; -fun undesigned_A : A; -fun undesirable_A : A; -fun undesirable_N : N; -fun undetected_A : A; -fun undetermined_A : A; -fun undeterred_A : A; -fun undeveloped_A : A; -fun undiagnosed_A : A; -fun undifferentiated_A : A; -fun undigested_A : A; -fun undignified_A : A; -fun undiluted_A : A; -fun undiminished_A : A; -fun undimmed_A : A; -fun undiplomatic_A : A; -fun undiplomatically_Adv : Adv; -fun undischarged_A : A; -fun undisciplined_A : A; -fun undisclosed_A : A; -fun undiscovered_A : A; -fun undiscriminating_A : A; -fun undisguised_A : A; -fun undismayed_A : A; -fun undisputed_A : A; -fun undisputedly_Adv : Adv; -fun undissolved_A : A; -fun undistinguishable_A : A; -fun undistinguished_A : A; -fun undistributed_A : A; -fun undisturbed_A : A; -fun undivided_A : A; -fun undo_V2 : V2; -fun undock_V : V; -fun undock_V2 : V2; -fun undocumented_A : A; -fun undogmatic_A : A; -fun undoing_N : N; -fun undomesticated_A : A; -fun undone_A : A; -fun undoubted_A : A; -fun undoubtedly_Adv : Adv; -fun undramatic_A : A; -fun undramatically_Adv : Adv; -fun undreamed_A : A; -fun undreamed_of_A : A; -fun undreamt_A : A; -fun undress_N : N; -fun undress_V : V; -fun undress_V2 : V2; -fun undrinkable_A : A; -fun undue_A : A; -fun undulate_V : V; -fun undulation_N : N; -fun unduly_Adv : Adv; -fun undying_A : A; -fun unearned_A : A; -fun unearth_V2 : V2; -fun unearthly_A : A; -fun unease_N : N; -fun uneasily_Adv : Adv; -fun uneasiness_N : N; -fun uneasy_A : A; -fun uneatable_A : A; -fun uneaten_A : A; -fun uneconomic_A : A; -fun uneconomical_A : A; -fun unedifying_A : A; -fun unedited_A : A; -fun uneducated_A : A; -fun uneffective_A : A; -fun unelaborated_A : A; -fun unemotional_A : A; -fun unemotionally_Adv : Adv; -fun unemployable_A : A; -fun unemployed_A : A; -fun unemployment_N : N; -fun unending_A : A; -fun unendingly_Adv : Adv; -fun unendurable_A : A; -fun unenlightened_A : A; -fun unenterprising_A : A; -fun unenthusiastic_A : A; -fun unenthusiastically_Adv : Adv; -fun unenviable_A : A; -fun unequal_A : A; -fun unequalled_A : A; -fun unequally_Adv : Adv; -fun unequipped_A : A; -fun unequivocal_A : A; -fun unequivocally_Adv : Adv; -fun unerring_A : A; -fun unerringly_Adv : Adv; -fun unesco_PN : PN; -fun unethical_A : A; -fun unethically_Adv : Adv; -fun uneven_A : A; -fun unevenly_Adv : Adv; -fun uneventful_A : A; -fun uneventfully_Adv : Adv; -fun unexampled_A : A; -fun unexceeded_A : A; -fun unexceptionable_A : A; -fun unexceptional_A : A; -fun unexciting_A : A; -fun unexpected_A : A; -fun unexpectedly_Adv : Adv; -fun unexpectedness_N : N; -fun unexpired_A : A; -fun unexplained_A : A; -fun unexplored_A : A; -fun unexposed_A : A; -fun unexpressed_A : A; -fun unexpurgated_A : A; -fun unfailing_A : A; -fun unfailingly_Adv : Adv; -fun unfair_A : A; -fun unfairly_Adv : Adv; -fun unfairness_N : N; -fun unfaithful_A : A; -fun unfaithfully_Adv : Adv; -fun unfaithfulness_N : N; -fun unfaltering_A : A; -fun unfalteringly_Adv : Adv; -fun unfamiliar_A : A; -fun unfamiliarity_N : N; -fun unfashionable_A : A; -fun unfashionably_Adv : Adv; -fun unfasten_V : V; -fun unfasten_V2 : V2; -fun unfathomable_A : A; -fun unfathomed_A : A; -fun unfavourable_A : A; -fun unfavourably_Adv : Adv; -fun unfed_A : A; -fun unfeeling_A : A; -fun unfeelingly_Adv : Adv; -fun unfeigned_A : A; -fun unfeignedly_Adv : Adv; -fun unfermented_A : A; -fun unfertilized_A : A; -fun unfettered_A : A; -fun unfinished_A : A; -fun unfit_A : A; -fun unfit_V2 : V2; -fun unflagging_A : A; -fun unflappable_A : A; -fun unfledged_A : A; -fun unflinching_A : A; -fun unflurried_A : A; -fun unfold_V : V; -fun unfold_V2 : V2; -fun unforeseeable_A : A; -fun unforeseen_A : A; -fun unforgettable_A : A; -fun unforgettably_Adv : Adv; -fun unforgivable_A : A; -fun unforgivably_Adv : Adv; -fun unforgiving_A : A; -fun unformed_A : A; -fun unforthcoming_A : A; -fun unfortunate_A : A; -fun unfortunate_N : N; -fun unfortunately_Adv : Adv; -fun unfounded_A : A; -fun unframed_A : A; -fun unfrequented_A : A; -fun unfriendliness_N : N; -fun unfriendly_A : A; -fun unfrock_V2 : V2; -fun unfruitful_A : A; -fun unfulfilled_A : A; -fun unfurl_V : V; -fun unfurl_V2 : V2; -fun unfurnished_A : A; -fun ungainly_A : A; -fun ungenerous_A : A; -fun ungentle_A : A; -fun ungentlemanly_A : A; -fun unglazed_A : A; -fun ungodly_A : A; -fun ungovernable_A : A; -fun ungraceful_A : A; -fun ungracious_A : A; -fun ungraciously_Adv : Adv; -fun ungrammatical_A : A; -fun ungrammatically_Adv : Adv; -fun ungrateful_A : A; -fun ungratefully_Adv : Adv; -fun ungratefulness_N : N; -fun ungrudging_A : A; -fun ungrudgingly_Adv : Adv; -fun unguarded_A : A; -fun unguent_N : N; -fun unhallowed_A : A; -fun unhampered_A : A; -fun unhand_V2 : V2; -fun unhappily_Adv : Adv; -fun unhappiness_N : N; -fun unhappy_A : A; -fun unharmed_A : A; -fun unhealed_A : A; -fun unhealthy_A : A; -fun unheard_A : A; -fun unheard_of_A : A; -fun unhearing_A : A; -fun unheated_A : A; -fun unheeded_A : A; -fun unhelpful_A : A; -fun unhelpfully_Adv : Adv; -fun unheralded_A : A; -fun unhesitating_A : A; -fun unhesitatingly_Adv : Adv; -fun unhindered_A : A; -fun unhinge_V2 : V2; -fun unhitch_V : V; -fun unhitch_V2 : V2; -fun unholy_A : A; -fun unhook_V2 : V2; -fun unhoped_for_A : A; -fun unhorse_V2 : V2; -fun unhurried_A : A; -fun unhurriedly_Adv : Adv; -fun unhurt_A : A; -fun unhygienic_A : A; -fun unhygienically_Adv : Adv; -fun unicef_PN : PN; -fun unicorn_N : N; -fun unidentifiable_A : A; -fun unidentified_A : A; -fun unification_N : N; -fun uniform_A : A; -fun uniform_N : N; -fun uniformed_A : A; -fun uniformity_N : N; -fun uniformly_Adv : Adv; -fun unify_V2 : V2; -fun unilateral_A : A; -fun unilateralism_N : N; -fun unilateralist_A : A; -fun unilateralist_N : N; -fun unilaterally_Adv : Adv; -fun unimaginable_A : A; -fun unimaginably_Adv : Adv; -fun unimaginative_A : A; -fun unimaginatively_Adv : Adv; -fun unimpaired_A : A; -fun unimpeachable_A : A; -fun unimpeded_A : A; -fun unimportant_A : A; -fun unimpressed_A : A; -fun unimpressive_A : A; -fun unimpressively_Adv : Adv; -fun uninfluenced_A : A; -fun uninformative_A : A; -fun uninformed_A : A; -fun uninhabitable_A : A; -fun uninhabited_A : A; -fun uninhibited_A : A; -fun uninitiated_A : A; -fun uninjured_A : A; -fun uninspired_A : A; -fun uninspiring_A : A; -fun uninsured_A : A; -fun unintelligent_A : A; -fun unintelligently_Adv : Adv; -fun unintelligible_A : A; -fun unintelligibly_Adv : Adv; -fun unintended_A : A; -fun unintentional_A : A; -fun unintentionally_Adv : Adv; -fun uninterested_A : A; -fun uninteresting_A : A; -fun uninterestingly_Adv : Adv; -fun uninterrupted_A : A; -fun uninterruptedly_Adv : Adv; -fun uninvited_A : A; -fun uninviting_A : A; -fun union_N : N; -fun unionist_N : N; -fun unique_A : A; -fun uniquely_Adv : Adv; -fun uniqueness_N : N; -fun unisex_A : A; -fun unison_N : N; -fun unit_N : N; -fun unitarian_A : A; -fun unitarian_N : N; -fun unitarianism_N : N; -fun unitary_A : A; -fun unite_V : V; -fun unite_V2 : V2; -fun united_A : A; -fun unitedly_Adv : Adv; -fun unity_N : N; -fun univ_PN : PN; -fun universal_A : A; -fun universality_N : N; -fun universally_Adv : Adv; -fun universe_N : N; -fun university_N : N; -fun unjust_A : A; -fun unjustifiable_A : A; -fun unjustifiably_Adv : Adv; -fun unjustified_A : A; -fun unjustly_Adv : Adv; -fun unkempt_A : A; -fun unkind_A : A; -fun unkindly_Adv : Adv; -fun unkissed_A : A; -fun unknowable_A : A; -fun unknowing_A : A; -fun unknowingly_Adv : Adv; -fun unknown_A : A; -fun unknown_N : N; -fun unlabelled_A : A; -fun unladylike_A : A; -fun unlamented_A : A; -fun unlatched_A : A; -fun unlawful_A : A; -fun unlawfully_Adv : Adv; -fun unlearn_V2 : V2; -fun unleash_V2 : V2; -fun unleavened_A : A; -fun unlettered_A : A; -fun unlicensed_A : A; -fun unlighted_A : A; -fun unlikable_A : A; -fun unlike_A : A; -fun unlikely_A : A; -fun unlimited_A : A; -fun unlined_A : A; -fun unlisted_A : A; -fun unlit_A : A; -fun unliterary_A : A; -fun unload_V : V; -fun unload_V2 : V2; -fun unlocated_A : A; -fun unlock_V : V; -fun unlock_V2 : V2; -fun unlooked_for_A : A; -fun unloose_V2 : V2; -fun unlovable_A : A; -fun unloved_A : A; -fun unlovely_A : A; -fun unluckily_Adv : Adv; -fun unlucky_A : A; -fun unmade_A : A; -fun unman_V2 : V2; -fun unmanageable_A : A; -fun unmanageably_Adv : Adv; -fun unmanly_A : A; -fun unmanned_A : A; -fun unmannered_A : A; -fun unmannerly_A : A; -fun unmarked_A : A; -fun unmarried_A : A; -fun unmask_V : V; -fun unmask_V2 : V2; -fun unmatchable_A : A; -fun unmatched_A : A; -fun unmechanized_A : A; -fun unmemorable_A : A; -fun unmemorably_Adv : Adv; -fun unmentionable_A : A; -fun unmerciful_A : A; -fun unmercifully_Adv : Adv; -fun unmerited_A : A; -fun unmindful_A : A; -fun unmingled_A : A; -fun unmistakable_A : A; -fun unmistakably_Adv : Adv; -fun unmitigated_A : A; -fun unmixed_A : A; -fun unmodernized_A : A; -fun unmodified_A : A; -fun unmolested_A : A; -fun unmourned_A : A; -fun unmovable_A : A; -fun unmoved_A : A; -fun unmoving_A : A; -fun unmusical_A : A; -fun unmusically_Adv : Adv; -fun unnamed_A : A; -fun unnatural_A : A; -fun unnaturally_Adv : Adv; -fun unnecessarily_Adv : Adv; -fun unnecessary_A : A; -fun unnerve_V2 : V2; -fun unnoticeable_A : A; -fun unnoticed_A : A; -fun unnumbered_A : A; -fun unobjectionable_A : A; -fun unobservant_A : A; -fun unobserved_A : A; -fun unobtainable_A : A; -fun unobtrusive_A : A; -fun unobtrusively_Adv : Adv; -fun unobvious_A : A; -fun unoccupied_A : A; -fun unofficial_A : A; -fun unofficially_Adv : Adv; -fun unopen_A : A; -fun unopened_A : A; -fun unopposed_A : A; -fun unoriginal_A : A; -fun unorthodox_A : A; -fun unpack_V : V; -fun unpack_V2 : V2; -fun unpaid_A : A; -fun unpainted_A : A; -fun unpalatable_A : A; -fun unpalatably_Adv : Adv; -fun unparalleled_A : A; -fun unpardonable_A : A; -fun unpardonably_Adv : Adv; -fun unparliamentary_A : A; -fun unpatriotic_A : A; -fun unpatriotically_Adv : Adv; -fun unpaved_A : A; -fun unpersuaded_A : A; -fun unperturbed_A : A; -fun unpick_V : V; -fun unpick_V2 : V2; -fun unplaced_A : A; -fun unplanned_A : A; -fun unplayable_A : A; -fun unpleasant_A : A; -fun unpleasantly_Adv : Adv; -fun unpleasantness_N : N; -fun unplug_V : V; -fun unplug_V2 : V2; -fun unplumbed_A : A; -fun unpolluted_A : A; -fun unpompous_A : A; -fun unpopular_A : A; -fun unpopularity_N : N; -fun unpractised_A : A; -fun unprecedented_A : A; -fun unprecedentedly_Adv : Adv; -fun unpredictability_N : N; -fun unpredictable_A : A; -fun unpredictably_Adv : Adv; -fun unpredicted_A : A; -fun unprejudiced_A : A; -fun unpremeditated_A : A; -fun unprepared_A : A; -fun unprepossessing_A : A; -fun unpretentious_A : A; -fun unprincipled_A : A; -fun unprintable_A : A; -fun unproductive_A : A; -fun unproductively_Adv : Adv; -fun unprofessional_A : A; -fun unprofitable_A : A; -fun unprofitably_Adv : Adv; -fun unpromising_A : A; -fun unprompted_A : A; -fun unpronounceable_A : A; -fun unpropitious_A : A; -fun unprotected_A : A; -fun unproved_A : A; -fun unproven_A : A; -fun unprovided_A : A; -fun unprovoked_A : A; -fun unpublished_A : A; -fun unpunished_A : A; -fun unputdownable_A : A; -fun unqualified_A : A; -fun unquestionable_A : A; -fun unquestionably_Adv : Adv; -fun unquestioned_A : A; -fun unquestioning_A : A; -fun unquiet_A : A; -fun unquotable_A : A; -fun unquote_Adv : Adv; -fun unravel_V : V; -fun unravel_V2 : V2; -fun unreached_A : A; -fun unread_A : A; -fun unreadable_A : A; -fun unready_A : A; -fun unreal_A : A; -fun unrealistic_A : A; -fun unrealistically_Adv : Adv; -fun unreality_N : N; -fun unrealized_A : A; -fun unreasonable_A : A; -fun unreasonably_Adv : Adv; -fun unreasoning_A : A; -fun unreceptive_A : A; -fun unreciprocated_A : A; -fun unrecognizable_A : A; -fun unrecognizably_Adv : Adv; -fun unrecognized_A : A; -fun unreconciled_A : A; -fun unrecorded_A : A; -fun unredeemable_A : A; -fun unrefined_A : A; -fun unreflective_A : A; -fun unregenerate_A : A; -fun unregistered_A : A; -fun unrehearsed_A : A; -fun unrelated_A : A; -fun unrelaxed_A : A; -fun unrelenting_A : A; -fun unreliable_A : A; -fun unreliably_Adv : Adv; -fun unrelieved_A : A; -fun unremarkable_A : A; -fun unremarkably_Adv : Adv; -fun unremitting_A : A; -fun unrepeatable_A : A; -fun unrepentant_A : A; -fun unrepresentative_A : A; -fun unrequested_A : A; -fun unrequited_A : A; -fun unreserved_A : A; -fun unreservedly_Adv : Adv; -fun unresisting_A : A; -fun unresolved_A : A; -fun unrest_N : N; -fun unrestrained_A : A; -fun unrestricted_A : A; -fun unrevised_A : A; -fun unrewarded_A : A; -fun unrewarding_A : A; -fun unrhythmical_A : A; -fun unrighteous_A : A; -fun unrighteously_Adv : Adv; -fun unripe_A : A; -fun unripened_A : A; -fun unrivalled_A : A; -fun unroll_V : V; -fun unroll_V2 : V2; -fun unromantic_A : A; -fun unromantically_Adv : Adv; -fun unruffled_A : A; -fun unruly_A : A; -fun unsaddle_V2 : V2; -fun unsaddled_A : A; -fun unsafe_A : A; -fun unsaid_A : A; -fun unsaleable_A : A; -fun unsalted_A : A; -fun unsatisfactorily_Adv : Adv; -fun unsatisfactory_A : A; -fun unsatisfied_A : A; -fun unsatisfying_A : A; -fun unsaturated_A : A; -fun unsavoury_A : A; -fun unsay_V2 : V2; -fun unscathed_A : A; -fun unscheduled_A : A; -fun unscientific_A : A; -fun unscientifically_Adv : Adv; -fun unscramble_V2 : V2; -fun unscrew_V : V; -fun unscrew_V2 : V2; -fun unscripted_A : A; -fun unscrupulous_A : A; -fun unscrupulously_Adv : Adv; -fun unsealed_A : A; -fun unseasonable_A : A; -fun unseasonably_Adv : Adv; -fun unseasoned_A : A; -fun unseat_V2 : V2; -fun unseaworthy_A : A; -fun unsecured_A : A; -fun unseeded_A : A; -fun unseeing_A : A; -fun unseemly_A : A; -fun unseen_A : A; -fun unseen_N : N; -fun unselected_A : A; -fun unselective_A : A; -fun unselfconscious_A : A; -fun unselfconsciously_Adv : Adv; -fun unselfish_A : A; -fun unselfishly_Adv : Adv; -fun unselfishness_N : N; -fun unsettle_V2 : V2; -fun unsex_V2 : V2; -fun unsexed_A : A; -fun unshakable_A : A; -fun unshakably_Adv : Adv; -fun unshaved_A : A; -fun unshaven_A : A; -fun unsheathe_V2 : V2; -fun unshielded_A : A; -fun unshrinkable_A : A; -fun unshrinking_A : A; -fun unshuttered_A : A; -fun unsighted_A : A; -fun unsightliness_N : N; -fun unsightly_A : A; -fun unsigned_A : A; -fun unsilenced_A : A; -fun unsinkable_A : A; -fun unskilled_A : A; -fun unsmiling_A : A; -fun unsociable_A : A; -fun unsociably_Adv : Adv; -fun unsocial_A : A; -fun unsold_A : A; -fun unsolicited_A : A; -fun unsolved_A : A; -fun unsophisticated_A : A; -fun unsound_A : A; -fun unsparing_A : A; -fun unsparingly_Adv : Adv; -fun unspeakable_A : A; -fun unspeakably_Adv : Adv; -fun unspecialized_A : A; -fun unspecific_A : A; -fun unspecifically_Adv : Adv; -fun unspecified_A : A; -fun unspectacular_A : A; -fun unspoiled_A : A; -fun unspoilt_A : A; -fun unspoken_A : A; -fun unsporting_A : A; -fun unsportingly_Adv : Adv; -fun unsportsmanlike_A : A; -fun unspotted_A : A; -fun unstable_A : A; -fun unstartling_A : A; -fun unstated_A : A; -fun unstatesmanlike_A : A; -fun unsteadily_Adv : Adv; -fun unsteady_A : A; -fun unstoppable_A : A; -fun unstrained_A : A; -fun unstressed_A : A; -fun unstructured_A : A; -fun unstrung_A : A; -fun unstuck_A : A; -fun unstudied_A : A; -fun unsubtle_A : A; -fun unsuccessful_A : A; -fun unsuccessfully_Adv : Adv; -fun unsuitability_N : N; -fun unsuitable_A : A; -fun unsuitably_Adv : Adv; -fun unsuited_A : A; -fun unsullied_A : A; -fun unsung_A : A; -fun unsupervised_A : A; -fun unsupported_A : A; -fun unsure_A : A; -fun unsurpassed_A : A; -fun unsuspected_A : A; -fun unsuspecting_A : A; -fun unsuspectingly_Adv : Adv; -fun unsuspicious_A : A; -fun unswayed_A : A; -fun unsweetened_A : A; -fun unswept_A : A; -fun unswerving_A : A; -fun unswervingly_Adv : Adv; -fun unsyllabic_A : A; -fun unsympathetic_A : A; -fun unsympathetically_Adv : Adv; -fun unsystematic_A : A; -fun unsystematically_Adv : Adv; -fun untainted_A : A; -fun untamed_A : A; -fun untapped_A : A; -fun untarnished_A : A; -fun untaxed_A : A; -fun untenable_A : A; -fun untenanted_A : A; -fun untended_A : A; -fun untested_A : A; -fun untethered_A : A; -fun unthinkable_A : A; -fun unthinking_A : A; -fun unthinkingly_Adv : Adv; -fun unthought_of_A : A; -fun untidily_Adv : Adv; -fun untidiness_N : N; -fun untidy_A : A; -fun untie_V : V; -fun untie_V2 : V2; -fun untimely_A : A; -fun untiring_A : A; -fun untitled_A : A; -fun untold_A : A; -fun untouchable_A : A; -fun untouchable_N : N; -fun untouched_A : A; -fun untoward_A : A; -fun untrained_A : A; -fun untrammelled_A : A; -fun untranslatable_A : A; -fun untreated_A : A; -fun untried_A : A; -fun untroubled_A : A; -fun untrue_A : A; -fun untruly_Adv : Adv; -fun untrustworthy_A : A; -fun untruth_N : N; -fun untruthful_A : A; -fun untruthfully_Adv : Adv; -fun untucked_A : A; -fun unturned_A : A; -fun untutored_A : A; -fun untwisted_A : A; -fun untypical_A : A; -fun untypically_Adv : Adv; -fun unused_A : A; -fun unusual_A : A; -fun unusually_Adv : Adv; -fun unutterable_A : A; -fun unutterably_Adv : Adv; -fun unvaried_A : A; -fun unvarnished_A : A; -fun unvarying_A : A; -fun unveil_V : V; -fun unveil_V2 : V2; -fun unverified_A : A; -fun unversed_A : A; -fun unvigilant_A : A; -fun unvoiced_A : A; -fun unwanted_A : A; -fun unwarily_Adv : Adv; -fun unwarrantably_Adv : Adv; -fun unwarranted_A : A; -fun unwary_A : A; -fun unwashed_A : A; -fun unwavering_A : A; -fun unwaveringly_Adv : Adv; -fun unweaned_A : A; -fun unwearied_A : A; -fun unwed_A : A; -fun unwelcome_A : A; -fun unwell_A : A; -fun unwholesome_A : A; -fun unwieldiness_N : N; -fun unwieldy_A : A; -fun unwilling_A : A; -fun unwillingly_Adv : Adv; -fun unwillingness_N : N; -fun unwind_V : V; -fun unwind_V2 : V2; -fun unwise_A : A; -fun unwisely_Adv : Adv; -fun unwitnessed_A : A; -fun unwitting_A : A; -fun unwittingly_Adv : Adv; -fun unwonted_A : A; -fun unwontedly_Adv : Adv; -fun unworkable_A : A; -fun unworkmanlike_A : A; -fun unworldly_A : A; -fun unworn_A : A; -fun unworried_A : A; -fun unworthily_Adv : Adv; -fun unworthiness_N : N; -fun unworthy_A : A; -fun unwrap_V : V; -fun unwrap_V2 : V2; -fun unwritten_A : A; -fun unyielding_A : A; -fun unzip_V2 : V2; -fun up_Adv : Adv; -fun up_V : V; -fun up_V2 : V2; -fun up_and_coming_A : A; -fun up_beat_N : N; -fun up_holland_PN : PN; -fun up_market_A : A; -fun up_to_date_A : A; -fun up_to_the_minute_A : A; -fun upbraid_V2 : V2; -fun upbraiding_N : N; -fun upbringing_N : N; -fun upcountry_A : A; -fun upcountry_Adv : Adv; -fun update_V2 : V2; -fun upgrade_N : N; -fun upgrade_V2 : V2; -fun upheaval_N : N; -fun uphill_A : A; -fun uphill_Adv : Adv; -fun uphold_V2 : V2; -fun upholster_V2 : V2; -fun upholsterer_N : N; -fun upholstery_N : N; -fun upkeep_N : N; -fun upland_N : N; -fun uplift_N : N; -fun uplift_V2 : V2; -fun upmost_A : A; -fun upper_A : A; -fun upper_N : N; -fun uppercut_N : N; -fun uppermost_A : A; -fun uppermost_Adv : Adv; -fun uppish_A : A; -fun uppishly_Adv : Adv; -fun uppishness_N : N; -fun uppity_A : A; -fun upright_A : A; -fun upright_N : N; -fun uprightly_Adv : Adv; -fun uprightness_N : N; -fun uprising_N : N; -fun uproar_N : N; -fun uproarious_A : A; -fun uproariously_Adv : Adv; -fun uproot_V2 : V2; -fun upset_N : N; -fun upset_V : V; -fun upset_V2 : V2; -fun upshot_N : N; -fun upside_down_Adv : Adv; -fun upstage_A : A; -fun upstage_Adv : Adv; -fun upstage_V2 : V2; -fun upstairs_A : A; -fun upstairs_Adv : Adv; -fun upstanding_A : A; -fun upstart_A : A; -fun upstart_N : N; -fun upstream_Adv : Adv; -fun upsurge_N : N; -fun uptake_N : N; -fun uptight_A : A; -fun upton_PN : PN; -fun uptown_A : A; -fun uptown_Adv : Adv; -fun upturn_N : N; -fun upturned_A : A; -fun upward_A : A; -fun upward_Adv : Adv; -fun upwards_Adv : Adv; -fun uranium_N : N; -fun uranus_PN : PN; -fun urban_A : A; -fun urbane_A : A; -fun urbanely_Adv : Adv; -fun urbanity_N : N; -fun urbanization_N : N; -fun urbanize_V2 : V2; -fun urchin_N : N; -fun urdu_A : A; -fun urdu_N : N; -fun urge_N : N; -fun urge_V2 : V2; -fun urgency_N : N; -fun urgent_A : A; -fun urgently_Adv : Adv; -fun urging_N : N; -fun uric_A : A; -fun urinal_N : N; -fun urinary_A : A; -fun urinate_V : V; -fun urine_N : N; -fun urn_N : N; -fun ursula_PN : PN; -fun uruguay_PN : PN; -fun uruguayan_A : A; -fun uruguayan_N : N; -fun urumchi_PN : PN; -fun us_PN : PN; -fun usa_PN : PN; -fun usable_A : A; -fun usaf_N : N; -fun usage_N : N; -fun use_N : N; -fun use_V2 : V2; -fun used_A : A; -fun useful_A : A; -fun usefully_Adv : Adv; -fun usefulness_N : N; -fun useless_A : A; -fun uselessly_Adv : Adv; -fun uselessness_N : N; -fun user_N : N; -fun ushaw_moor_PN : PN; -fun usher_N : N; -fun usher_V2 : V2; -fun usherette_N : N; -fun usn_N : N; -fun uss_N : N; -fun ussr_N : N; -fun usual_A : A; -fun usually_Adv : Adv; -fun usurer_N : N; -fun usurious_A : A; -fun usurp_V2 : V2; -fun usurpation_N : N; -fun usurper_N : N; -fun usury_N : N; -fun utah_PN : PN; -fun utensil_N : N; -fun uterine_A : A; -fun uterus_N : N; -fun utilitarian_A : A; -fun utilitarian_N : N; -fun utilitarianism_N : N; -fun utility_N : N; -fun utilizable_A : A; -fun utilization_N : N; -fun utilize_V2 : V2; -fun utmost_A : A; -fun utmost_N : N; -fun utopia_N : N; -fun utopian_A : A; -fun utrecht_PN : PN; -fun utter_A : A; -fun utter_V2 : V2; -fun utterance_N : N; -fun utterly_Adv : Adv; -fun uttermost_A : A; -fun uttermost_N : N; -fun uttoxeter_PN : PN; -fun uvula_N : N; -fun uvular_A : A; -fun uxorious_A : A; -fun uxoriously_Adv : Adv; -fun uxoriousness_N : N; -fun v_and_a_N : N; -fun vac_N : N; -fun vacancy_N : N; -fun vacant_A : A; -fun vacantly_Adv : Adv; -fun vacate_V2 : V2; -fun vacation_N : N; -fun vacation_V : V; -fun vacationist_N : N; -fun vaccinate_V2 : V2; -fun vaccination_N : N; -fun vaccine_N : N; -fun vacillate_V : V; -fun vacillation_N : N; -fun vacuity_N : N; -fun vacuous_A : A; -fun vacuously_Adv : Adv; -fun vacuum_N : N; -fun vade_mecum_N : N; -fun vagabond_A : A; -fun vagabond_N : N; -fun vagary_N : N; -fun vagina_N : N; -fun vaginal_A : A; -fun vagrancy_N : N; -fun vagrant_A : A; -fun vagrant_N : N; -fun vague_A : A; -fun vaguely_Adv : Adv; -fun vagueness_N : N; -fun vain_A : A; -fun vainglorious_A : A; -fun vainglory_N : N; -fun vainly_Adv : Adv; -fun valance_N : N; -fun vale_N : N; -fun valediction_N : N; -fun valedictory_A : A; -fun valence_N : N; -fun valencia_PN : PN; -fun valenciennes_PN : PN; -fun valency_N : N; -fun valentine_N : N; -fun valerian_N : N; -fun valet_N : N; -fun valet_V2 : V2; -fun valetudinarian_A : A; -fun valetudinarian_N : N; -fun valiant_A : A; -fun valiantly_Adv : Adv; -fun valid_A : A; -fun validate_V2 : V2; -fun validity_N : N; -fun validly_Adv : Adv; -fun valise_N : N; -fun valladolid_PN : PN; -fun valley_N : N; -fun valorous_A : A; -fun valour_N : N; -fun valuable_A : A; -fun valuable_N : N; -fun valuation_N : N; -fun value_N : N; -fun value_V2 : V2; -fun value_added_A : A; -fun valueless_A : A; -fun valuer_N : N; -fun valve_N : N; -fun valvular_A : A; -fun vamoose_V : V; -fun vamp_N : N; -fun vamp_V : V; -fun vamp_V2 : V2; -fun vampire_N : N; -fun van_N : N; -fun vancouver_PN : PN; -fun vandal_N : N; -fun vandalism_N : N; -fun vane_N : N; -fun vanessa_PN : PN; -fun vanguard_N : N; -fun vanilla_N : N; -fun vanish_V : V; -fun vanity_N : N; -fun vanquish_V2 : V2; -fun vantage_N : N; -fun vantage_point_N : N; -fun vapid_A : A; -fun vapidity_N : N; -fun vapidly_Adv : Adv; -fun vapidness_N : N; -fun vaporization_N : N; -fun vaporize_V : V; -fun vaporize_V2 : V2; -fun vaporous_A : A; -fun vapour_N : N; -fun vapour_bath_N : N; -fun varanasi_PN : PN; -fun variability_N : N; -fun variable_A : A; -fun variable_N : N; -fun variableness_N : N; -fun variably_Adv : Adv; -fun variance_N : N; -fun variant_A : A; -fun variant_N : N; -fun variation_N : N; -fun varicoloured_A : A; -fun varicose_A : A; -fun varied_A : A; -fun variegated_A : A; -fun variegation_N : N; -fun variety_N : N; -fun variform_A : A; -fun variorum_A : A; -fun various_A : A; -fun variously_Adv : Adv; -fun varlet_N : N; -fun varnish_N : N; -fun varnish_V2 : V2; -fun varsity_N : N; -fun vary_V : V; -fun vary_V2 : V2; -fun vascular_A : A; -fun vase_N : N; -fun vasectomy_N : N; -fun vaseline_N : N; -fun vassal_N : N; -fun vassalage_N : N; -fun vast_A : A; -fun vasteras_PN : PN; -fun vastly_Adv : Adv; -fun vastness_N : N; -fun vat_N : N; -fun vatican_N : N; -fun vaudeville_N : N; -fun vault_N : N; -fun vault_V : V; -fun vault_V2 : V2; -fun vaulted_A : A; -fun vaulter_N : N; -fun vaulting_horse_N : N; -fun vaunt_N : N; -fun vaunt_V : V; -fun vaunt_V2 : V2; -fun vaunter_N : N; -fun vauntingly_Adv : Adv; -fun vc_N : N; -fun vd_N : N; -fun veal_N : N; -fun vector_N : N; -fun veer_V : V; -fun vegetable_A : A; -fun vegetable_N : N; -fun vegetarian_N : N; -fun vegetate_V : V; -fun vegetation_N : N; -fun vehemence_N : N; -fun vehement_A : A; -fun vehemently_Adv : Adv; -fun vehicle_N : N; -fun vehicular_A : A; -fun veil_N : N; -fun veil_V2 : V2; -fun veiling_N : N; -fun vein_N : N; -fun veined_A : A; -fun veld_N : N; -fun vellum_N : N; -fun velocipede_N : N; -fun velocity_N : N; -fun velour_N : N; -fun velvet_N : N; -fun velveteen_N : N; -fun velvety_A : A; -fun venal_A : A; -fun venality_N : N; -fun venally_Adv : Adv; -fun vend_V2 : V2; -fun vendee_N : N; -fun vender_N : N; -fun vendetta_N : N; -fun vendor_N : N; -fun veneer_N : N; -fun veneer_V2 : V2; -fun venerable_A : A; -fun venerate_V2 : V2; -fun veneration_N : N; -fun venereal_A : A; -fun venetian_A : A; -fun venezia_PN : PN; -fun venezuela_PN : PN; -fun venezuelan_A : A; -fun venezuelan_N : N; -fun vengeance_N : N; -fun vengeful_A : A; -fun venial_A : A; -fun venice_PN : PN; -fun venison_N : N; -fun venom_N : N; -fun venomed_A : A; -fun venomous_A : A; -fun venomously_Adv : Adv; -fun venous_A : A; -fun vent_N : N; -fun vent_V2 : V2; -fun vent_hole_N : N; -fun ventilate_V2 : V2; -fun ventilation_N : N; -fun ventilator_N : N; -fun ventnor_PN : PN; -fun ventral_A : A; -fun ventricle_N : N; -fun ventricular_A : A; -fun ventriloquism_N : N; -fun ventriloquist_N : N; -fun venture_N : N; -fun venture_V : V; -fun venture_V2 : V2; -fun venturesome_A : A; -fun venturous_A : A; -fun venue_N : N; -fun venus_PN : PN; -fun vera_PN : PN; -fun veracious_A : A; -fun veraciously_Adv : Adv; -fun veracity_N : N; -fun veranda_N : N; -fun verandah_N : N; -fun verb_N : N; -fun verbal_A : A; -fun verbalize_V2 : V2; -fun verbally_Adv : Adv; -fun verbatim_A : A; -fun verbatim_Adv : Adv; -fun verbena_N : N; -fun verbiage_N : N; -fun verbose_A : A; -fun verbosely_Adv : Adv; -fun verboseness_N : N; -fun verbosity_N : N; -fun verdancy_N : N; -fun verdant_A : A; -fun verdict_N : N; -fun verdigris_N : N; -fun verdure_N : N; -fun verey_A : A; -fun verge_N : N; -fun verge_V : V; -fun verger_N : N; -fun verifiable_A : A; -fun verification_N : N; -fun verify_V2 : V2; -fun verily_Adv : Adv; -fun verisimilitude_N : N; -fun veritable_A : A; -fun verity_N : N; -fun vermicelli_N : N; -fun vermiform_A : A; -fun vermilion_A : A; -fun vermilion_N : N; -fun vermin_N : N; -fun verminous_A : A; -fun vermont_PN : PN; -fun vermouth_N : N; -fun vernacular_A : A; -fun vernacular_N : N; -fun vernal_A : A; -fun vernon_PN : PN; -fun verona_PN : PN; -fun veronica_N : N; -fun veronica_PN : PN; -fun verruca_N : N; -fun versatile_A : A; -fun versatility_N : N; -fun verse_N : N; -fun versed_A : A; -fun versification_N : N; -fun versifier_N : N; -fun versify_V : V; -fun versify_V2 : V2; -fun version_N : N; -fun verso_N : N; -fun vertebra_N : N; -fun vertebrate_A : A; -fun vertebrate_N : N; -fun vertex_N : N; -fun vertical_A : A; -fun vertical_N : N; -fun vertically_Adv : Adv; -fun vertiginous_A : A; -fun vertigo_N : N; -fun verve_N : N; -fun very_A : A; -fun very_Adv : Adv; -fun vesicle_N : N; -fun vesicular_A : A; -fun vessel_N : N; -fun vest_N : N; -fun vest_V : V; -fun vest_V2 : V2; -fun vestal_A : A; -fun vestal_N : N; -fun vestibule_N : N; -fun vestige_N : N; -fun vestigial_A : A; -fun vestment_N : N; -fun vestry_N : N; -fun vestryman_N : N; -fun vesture_N : N; -fun vesture_V2 : V2; -fun vet_N : N; -fun vet_V2 : V2; -fun vetch_N : N; -fun veteran_N : N; -fun veterinary_A : A; -fun veto_N : N; -fun veto_V2 : V2; -fun vex_V2 : V2; -fun vexation_N : N; -fun vexatious_A : A; -fun vhf_PN : PN; -fun via_media_N : N; -fun viability_N : N; -fun viable_A : A; -fun viaduct_N : N; -fun vial_N : N; -fun vibrant_A : A; -fun vibraphone_N : N; -fun vibrate_V : V; -fun vibrate_V2 : V2; -fun vibration_N : N; -fun vibrato_N : N; -fun vibrator_N : N; -fun vic_PN : PN; -fun vicar_N : N; -fun vicarage_N : N; -fun vicarious_A : A; -fun vicariously_Adv : Adv; -fun vice_N : N; -fun vice_versa_Adv : Adv; -fun vicenza_PN : PN; -fun viceregal_A : A; -fun vicereine_N : N; -fun viceroy_N : N; -fun vicinity_N : N; -fun vicious_A : A; -fun viciously_Adv : Adv; -fun viciousness_N : N; -fun vicissitude_N : N; -fun vicky_PN : PN; -fun victim_N : N; -fun victimization_N : N; -fun victimize_V2 : V2; -fun victor_N : N; -fun victor_PN : PN; -fun victoria_N : N; -fun victoria_PN : PN; -fun victorian_A : A; -fun victorian_N : N; -fun victoriana_N : N; -fun victorious_A : A; -fun victoriously_Adv : Adv; -fun victory_N : N; -fun victual_N : N; -fun victual_V : V; -fun victual_V2 : V2; -fun victualler_N : N; -fun vicuna_N : N; -fun videlicet_Adv : Adv; -fun video_N : N; -fun videotape_N : N; -fun videotape_V2 : V2; -fun vie_V : V; -fun vienna_PN : PN; -fun vietnam_PN : PN; -fun vietnamese_A : A; -fun vietnamese_N : N; -fun view_N : N; -fun view_V2 : V2; -fun viewer_N : N; -fun viewfinder_N : N; -fun viewless_A : A; -fun viewpark_PN : PN; -fun viewpoint_N : N; -fun vigil_N : N; -fun vigilance_N : N; -fun vigilant_A : A; -fun vigilante_N : N; -fun vigilantly_Adv : Adv; -fun vignette_N : N; -fun vigo_PN : PN; -fun vigorous_A : A; -fun vigorously_Adv : Adv; -fun vigour_N : N; -fun viking_N : N; -fun vile_A : A; -fun vilely_Adv : Adv; -fun vileness_N : N; -fun vilification_N : N; -fun vilify_V2 : V2; -fun villa_N : N; -fun village_N : N; -fun villager_N : N; -fun villain_N : N; -fun villainess_N : N; -fun villainous_A : A; -fun villainy_N : N; -fun villein_N : N; -fun villeinage_N : N; -fun vim_N : N; -fun vinaigrette_N : N; -fun vince_PN : PN; -fun vincent_PN : PN; -fun vindicate_V2 : V2; -fun vindication_N : N; -fun vindictive_A : A; -fun vindictively_Adv : Adv; -fun vindictiveness_N : N; -fun vine_N : N; -fun vinegar_N : N; -fun vinegary_A : A; -fun vinery_N : N; -fun vineyard_N : N; -fun vino_N : N; -fun vinous_A : A; -fun vintage_N : N; -fun vintner_N : N; -fun vinyl_N : N; -fun viol_N : N; -fun viola_N : N; -fun viola_PN : PN; -fun violate_V2 : V2; -fun violation_N : N; -fun violence_N : N; -fun violent_A : A; -fun violently_Adv : Adv; -fun violet_N : N; -fun violet_PN : PN; -fun violin_N : N; -fun violinist_N : N; -fun vip_N : N; -fun viper_N : N; -fun vips_N : N; -fun virago_N : N; -fun virgin_A : A; -fun virgin_N : N; -fun virginal_A : A; -fun virginal_N : N; -fun virginia_N : N; -fun virginia_PN : PN; -fun virginia_water_PN : PN; -fun virginity_N : N; -fun virgo_PN : PN; -fun virgule_N : N; -fun virile_A : A; -fun virility_N : N; -fun virology_N : N; -fun virtu_N : N; -fun virtual_A : A; -fun virtually_Adv : Adv; -fun virtue_N : N; -fun virtuosity_N : N; -fun virtuoso_N : N; -fun virtuous_A : A; -fun virtuously_Adv : Adv; -fun virulence_N : N; -fun virulent_A : A; -fun virulently_Adv : Adv; -fun virus_N : N; -fun vis_a_vis_Adv : Adv; -fun visa_N : N; -fun visa_V2 : V2; -fun visage_N : N; -fun visaged_A : A; -fun visceral_A : A; -fun viscid_A : A; -fun viscosity_N : N; -fun viscount_N : N; -fun viscountcy_N : N; -fun viscountess_N : N; -fun viscous_A : A; -fun visibility_N : N; -fun visible_A : A; -fun visibly_Adv : Adv; -fun vision_N : N; -fun visionary_A : A; -fun visionary_N : N; -fun visit_N : N; -fun visit_V : V; -fun visit_V2 : V2; -fun visitant_N : N; -fun visitation_N : N; -fun visiting_N : N; -fun visitor_N : N; -fun visor_N : N; -fun vista_N : N; -fun visual_A : A; -fun visualization_N : N; -fun visualize_V2 : V2; -fun visually_Adv : Adv; -fun vital_A : A; -fun vitalism_N : N; -fun vitalist_N : N; -fun vitality_N : N; -fun vitalize_V2 : V2; -fun vitally_Adv : Adv; -fun vitamin_N : N; -fun vitiate_V2 : V2; -fun vitoria_PN : PN; -fun vitreous_A : A; -fun vitrify_V : V; -fun vitrify_V2 : V2; -fun vitriol_N : N; -fun vitriolic_A : A; -fun vituperate_V2 : V2; -fun vituperation_N : N; -fun vituperative_A : A; -fun viv_PN : PN; -fun viva_N : N; -fun viva_voce_A : A; -fun viva_voce_Adv : Adv; -fun viva_voce_N : N; -fun vivace_Adv : Adv; -fun vivacious_A : A; -fun vivaciously_Adv : Adv; -fun vivacity_N : N; -fun vivian_PN : PN; -fun vivid_A : A; -fun vividly_Adv : Adv; -fun vividness_N : N; -fun vivien_PN : PN; -fun vivienne_PN : PN; -fun viviparous_A : A; -fun vivisect_V2 : V2; -fun vivisection_N : N; -fun vivisectionist_N : N; -fun vixen_N : N; -fun vixenish_A : A; -fun viz_PN : PN; -fun vizier_N : N; -fun vocabulary_N : N; -fun vocal_A : A; -fun vocalist_N : N; -fun vocalize_V2 : V2; -fun vocally_Adv : Adv; -fun vocation_N : N; -fun vocational_A : A; -fun vocative_A : A; -fun vocative_N : N; -fun vociferate_V : V; -fun vociferate_V2 : V2; -fun vociferation_N : N; -fun vociferous_A : A; -fun vodka_N : N; -fun vogue_N : N; -fun voice_N : N; -fun voice_V2 : V2; -fun voiced_A : A; -fun voiceless_A : A; -fun void_A : A; -fun void_N : N; -fun void_V2 : V2; -fun voile_N : N; -fun vol_N : N; -fun volatile_A : A; -fun volatility_N : N; -fun volcanic_A : A; -fun volcano_N : N; -fun vole_N : N; -fun volgograd_PN : PN; -fun volition_N : N; -fun volitional_A : A; -fun volley_N : N; -fun volley_V : V; -fun volley_V2 : V2; -fun volleyball_N : N; -fun vols_N : N; -fun volt_N : N; -fun voltage_N : N; -fun volte_face_N : N; -fun volubility_N : N; -fun voluble_A : A; -fun volubly_Adv : Adv; -fun volume_N : N; -fun voluminous_A : A; -fun voluntarily_Adv : Adv; -fun voluntary_A : A; -fun voluntary_N : N; -fun volunteer_N : N; -fun volunteer_V : V; -fun volunteer_V2 : V2; -fun voluptuary_N : N; -fun voluptuous_A : A; -fun voluptuously_Adv : Adv; -fun voluptuousness_N : N; -fun volute_N : N; -fun voluted_A : A; -fun vomit_N : N; -fun vomit_V : V; -fun vomit_V2 : V2; -fun voodoo_N : N; -fun voodooism_N : N; -fun voracious_A : A; -fun voraciously_Adv : Adv; -fun voracity_N : N; -fun voronezh_PN : PN; -fun vortex_N : N; -fun votary_N : N; -fun vote_N : N; -fun vote_V : V; -fun vote_V2 : V2; -fun voteless_A : A; -fun voter_N : N; -fun votive_A : A; -fun vouch_V : V; -fun voucher_N : N; -fun vouchsafe_V2 : V2; -fun vow_N : N; -fun vow_V2 : V2; -fun vowel_N : N; -fun vox_N : N; -fun vox_populi_N : N; -fun voyage_N : N; -fun voyage_V : V; -fun voyager_N : N; -fun voyeur_N : N; -fun voyeurism_N : N; -fun voyeuristic_A : A; -fun voyeuristically_Adv : Adv; -fun vp_N : N; -fun vs_PN : PN; -fun vso_PN : PN; -fun vulcanite_N : N; -fun vulcanization_N : N; -fun vulcanize_V2 : V2; -fun vulgar_A : A; -fun vulgarian_N : N; -fun vulgarism_N : N; -fun vulgarity_N : N; -fun vulgarization_N : N; -fun vulgarize_V2 : V2; -fun vulgarly_Adv : Adv; -fun vulgate_N : N; -fun vulnerability_N : N; -fun vulnerable_A : A; -fun vulpine_A : A; -fun vulture_N : N; -fun vulva_N : N; -fun wad_N : N; -fun wad_V2 : V2; -fun wadding_N : N; -fun waddle_N : N; -fun waddle_V : V; -fun wade_V : V; -fun wade_V2 : V2; -fun wader_N : N; -fun wadi_N : N; -fun wafer_N : N; -fun waffle_N : N; -fun waffle_V : V; -fun waft_N : N; -fun waft_V2 : V2; -fun wag_N : N; -fun wag_V : V; -fun wag_V2 : V2; -fun wage_N : N; -fun wage_V2 : V2; -fun wage_claim_N : N; -fun wage_earner_N : N; -fun wage_freeze_N : N; -fun wager_N : N; -fun wager_V : V; -fun wager_V2 : V2; -fun waggery_N : N; -fun waggish_A : A; -fun waggishly_Adv : Adv; -fun waggishness_N : N; -fun waggle_V : V; -fun waggle_V2 : V2; -fun waggon_N : N; -fun waggoner_N : N; -fun wagon_lit_N : N; -fun wagtail_N : N; -fun waif_N : N; -fun wail_N : N; -fun wail_V : V; -fun wail_V2 : V2; -fun wain_N : N; -fun wainscot_N : N; -fun wainscoted_A : A; -fun waist_N : N; -fun waist_deep_A : A; -fun waist_deep_Adv : Adv; -fun waist_high_A : A; -fun waist_high_Adv : Adv; -fun waistband_N : N; -fun waistcoat_N : N; -fun waistline_N : N; -fun wait_N : N; -fun wait_V : V; -fun wait_V2 : V2; -fun waiter_N : N; -fun waiting_list_N : N; -fun waiting_room_N : N; -fun waitress_N : N; -fun waive_V2 : V2; -fun waiver_N : N; -fun wake_N : N; -fun wake_V : V; -fun wake_V2 : V2; -fun wakefield_PN : PN; -fun wakeful_A : A; -fun wakefulness_N : N; -fun waken_V : V; -fun waken_V2 : V2; -fun waking_A : A; -fun wale_N : N; -fun wales_PN : PN; -fun walk_N : N; -fun walk_V : V; -fun walk_V2 : V2; -fun walkabout_N : N; -fun walkaway_N : N; -fun walker_N : N; -fun walkie_talkie_N : N; -fun walking_N : N; -fun walkout_N : N; -fun walkover_N : N; -fun wall_N : N; -fun wall_V2 : V2; -fun wall_eyed_A : A; -fun wall_painting_N : N; -fun wall_street_PN : PN; -fun wallaby_N : N; -fun wallace_PN : PN; -fun wallah_N : N; -fun wallasey_PN : PN; -fun wallet_N : N; -fun wallflower_N : N; -fun wallingford_PN : PN; -fun wallop_N : N; -fun wallop_V2 : V2; -fun walloping_A : A; -fun wallow_N : N; -fun wallow_V : V; -fun wallpaper_N : N; -fun wallsend_PN : PN; -fun wally_PN : PN; -fun walnut_N : N; -fun walrus_N : N; -fun walsall_PN : PN; -fun walsham_PN : PN; -fun walter_PN : PN; -fun waltham_forest_PN : PN; -fun walton_PN : PN; -fun waltz_N : N; -fun waltz_V : V; -fun waltz_V2 : V2; -fun wampum_N : N; -fun wan_A : A; -fun wand_N : N; -fun wander_V : V; -fun wander_V2 : V2; -fun wanderer_N : N; -fun wanderlust_N : N; -fun wandsworth_PN : PN; -fun wane_N : N; -fun wane_V : V; -fun wangle_N : N; -fun wangle_V2 : V2; -fun wank_N : N; -fun wank_V : V; -fun wanly_Adv : Adv; -fun wanness_N : N; -fun want_N : N; -fun want_V : V; -fun want_V2 : V2; -fun want_ad_N : N; -fun wantage_PN : PN; -fun wanton_A : A; -fun wanton_N : N; -fun wanton_V : V; -fun wantonly_Adv : Adv; -fun wantonness_N : N; -fun war_N : N; -fun war_V : V; -fun war_baby_N : N; -fun war_bride_N : N; -fun war_cloud_N : N; -fun war_cry_N : N; -fun war_dance_N : N; -fun war_god_N : N; -fun war_torn_A : A; -fun war_widow_N : N; -fun warble_N : N; -fun warble_V : V; -fun warble_V2 : V2; -fun warbler_N : N; -fun ward_N : N; -fun ward_V2 : V2; -fun warden_N : N; -fun warder_N : N; -fun wardress_N : N; -fun wardrobe_N : N; -fun wardroom_N : N; -fun ware_N : N; -fun ware_PN : PN; -fun ware_V2 : V2; -fun warehouse_N : N; -fun warehousing_N : N; -fun warfare_N : N; -fun warhead_N : N; -fun warhorse_N : N; -fun warily_Adv : Adv; -fun wariness_N : N; -fun warley_PN : PN; -fun warlike_A : A; -fun warlord_N : N; -fun warm_A : A; -fun warm_V : V; -fun warm_V2 : V2; -fun warm_blooded_A : A; -fun warm_hearted_A : A; -fun warmer_N : N; -fun warming_pan_N : N; -fun warminster_PN : PN; -fun warmly_Adv : Adv; -fun warmonger_N : N; -fun warmth_N : N; -fun warn_V2 : V2; -fun warning_A : A; -fun warning_N : N; -fun warp_N : N; -fun warp_V : V; -fun warp_V2 : V2; -fun warpaint_N : N; -fun warpath_N : N; -fun warrant_N : N; -fun warrant_V2 : V2; -fun warrantee_N : N; -fun warrantor_N : N; -fun warranty_N : N; -fun warren_N : N; -fun warrington_PN : PN; -fun warrior_N : N; -fun warsaw_PN : PN; -fun warship_N : N; -fun warsop_PN : PN; -fun wart_N : N; -fun warthog_N : N; -fun wartime_N : N; -fun warwick_PN : PN; -fun warwickshire_PN : PN; -fun wary_A : A; -fun wash_N : N; -fun wash_V : V; -fun wash_V2 : V2; -fun wash_drawing_N : N; -fun wash_hand_basin_N : N; -fun wash_hand_stand_N : N; -fun wash_house_N : N; -fun wash_leather_N : N; -fun washable_A : A; -fun washbasin_N : N; -fun washboard_N : N; -fun washbowl_N : N; -fun washcloth_N : N; -fun washday_N : N; -fun washer_N : N; -fun washerwoman_N : N; -fun washing_N : N; -fun washing_day_N : N; -fun washing_machine_N : N; -fun washing_up_N : N; -fun washington_PN : PN; -fun washington_dc_PN : PN; -fun washout_N : N; -fun washroom_N : N; -fun washstand_N : N; -fun washtub_N : N; -fun washy_A : A; -fun wasp_N : N; -fun wasp_waisted_A : A; -fun waspish_A : A; -fun wassail_N : N; -fun wastage_N : N; -fun waste_A : A; -fun waste_N : N; -fun waste_V : V; -fun waste_V2 : V2; -fun waste_paper_basket_N : N; -fun waste_pipe_N : N; -fun wastebasket_N : N; -fun wastebin_N : N; -fun wasteful_A : A; -fun wastefully_Adv : Adv; -fun wasteland_N : N; -fun waster_N : N; -fun wastrel_N : N; -fun watch_N : N; -fun watch_V : V; -fun watch_V2 : V2; -fun watch_chain_N : N; -fun watch_glass_N : N; -fun watch_guard_N : N; -fun watch_key_N : N; -fun watchdog_N : N; -fun watcher_N : N; -fun watchful_A : A; -fun watchfully_Adv : Adv; -fun watchfulness_N : N; -fun watchmaker_N : N; -fun watchman_N : N; -fun watchtower_N : N; -fun watchword_N : N; -fun water_N : N; -fun water_V : V; -fun water_V2 : V2; -fun water_biscuit_N : N; -fun water_blister_N : N; -fun water_bottle_N : N; -fun water_buffalo_N : N; -fun water_butt_N : N; -fun water_cart_N : N; -fun water_closet_N : N; -fun water_finder_N : N; -fun water_glass_N : N; -fun water_hole_N : N; -fun water_ice_N : N; -fun water_jacket_N : N; -fun water_level_N : N; -fun water_lily_N : N; -fun water_line_N : N; -fun water_main_N : N; -fun water_nymph_N : N; -fun water_polo_N : N; -fun water_power_N : N; -fun water_rat_N : N; -fun water_rate_N : N; -fun water_skiing_N : N; -fun water_skin_N : N; -fun water_softener_N : N; -fun water_spaniel_N : N; -fun water_supply_N : N; -fun water_tower_N : N; -fun water_vole_N : N; -fun water_waggon_N : N; -fun water_wagon_N : N; -fun water_wheel_N : N; -fun water_worn_A : A; -fun waterbird_N : N; -fun waterborne_A : A; -fun watercannon_N : N; -fun waterchute_N : N; -fun watercolour_N : N; -fun watercolourist_N : N; -fun watercourse_N : N; -fun watercress_N : N; -fun waterfall_N : N; -fun waterford_PN : PN; -fun waterfowl_N : N; -fun waterfront_N : N; -fun waterhen_N : N; -fun waterhyacinth_N : N; -fun watering_can_N : N; -fun watering_cart_N : N; -fun waterless_A : A; -fun waterlogged_A : A; -fun waterloo_PN : PN; -fun waterman_N : N; -fun watermark_N : N; -fun watermelon_N : N; -fun watermill_N : N; -fun waterproof_A : A; -fun waterproof_N : N; -fun waterproof_V2 : V2; -fun watershed_N : N; -fun waterside_N : N; -fun waterspout_N : N; -fun watertable_N : N; -fun watertight_A : A; -fun waterway_N : N; -fun waterworks_N : N; -fun watery_A : A; -fun watford_PN : PN; -fun watt_N : N; -fun wattage_N : N; -fun wattle_N : N; -fun wave_N : N; -fun wave_V : V; -fun wave_V2 : V2; -fun wavelength_N : N; -fun waver_V : V; -fun waverer_N : N; -fun wavy_A : A; -fun wax_N : N; -fun wax_V : V; -fun wax_V2 : V2; -fun wax_chandler_N : N; -fun wax_paper_N : N; -fun waxen_A : A; -fun waxwork_N : N; -fun waxy_A : A; -fun way_Adv : Adv; -fun way_N : N; -fun way_out_A : A; -fun waybill_N : N; -fun wayfarer_N : N; -fun wayfaring_A : A; -fun waylay_V2 : V2; -fun wayne_PN : PN; -fun wayside_N : N; -fun wayward_A : A; -fun wc_N : N; -fun wcs_N : N; -fun weak_A : A; -fun weak_kneed_A : A; -fun weaken_V : V; -fun weaken_V2 : V2; -fun weakling_N : N; -fun weakly_A : A; -fun weakly_Adv : Adv; -fun weakness_N : N; -fun weal_N : N; -fun weald_N : N; -fun wealth_N : N; -fun wealthily_Adv : Adv; -fun wealthy_A : A; -fun wean_V2 : V2; -fun weapon_N : N; -fun weaponless_A : A; -fun wear_N : N; -fun wear_PN : PN; -fun wear_V : V; -fun wear_V2 : V2; -fun wearable_A : A; -fun wearer_N : N; -fun wearily_Adv : Adv; -fun weariness_N : N; -fun wearing_A : A; -fun wearisome_A : A; -fun weary_A : A; -fun weary_V : V; -fun weary_V2 : V2; -fun weasel_N : N; -fun weather_N : N; -fun weather_V : V; -fun weather_V2 : V2; -fun weather_beaten_A : A; -fun weather_bound_A : A; -fun weather_bureau_N : N; -fun weather_chart_N : N; -fun weather_glass_N : N; -fun weather_map_N : N; -fun weather_ship_N : N; -fun weather_station_N : N; -fun weather_vane_N : N; -fun weatherboarding_N : N; -fun weathercock_N : N; -fun weatherman_N : N; -fun weatherproof_A : A; -fun weave_N : N; -fun weave_V : V; -fun weave_V2 : V2; -fun weaver_N : N; -fun weaverbird_N : N; -fun web_N : N; -fun web_footed_A : A; -fun web_toed_A : A; -fun webbed_A : A; -fun webbing_N : N; -fun wed_PN : PN; -fun wed_V : V; -fun wed_V2 : V2; -fun wedding_N : N; -fun wedding_cake_N : N; -fun wedding_ring_N : N; -fun wedge_N : N; -fun wedge_V2 : V2; -fun wedlock_N : N; -fun wednesday_N : N; -fun wednesday_PN : PN; -fun wee_A : A; -fun wee_N : N; -fun wee_V : V; -fun wee_wee_N : N; -fun weed_N : N; -fun weed_V : V; -fun weed_V2 : V2; -fun weedkiller_N : N; -fun weedy_A : A; -fun week_N : N; -fun weekday_N : N; -fun weekend_N : N; -fun weekend_V : V; -fun weekender_N : N; -fun weekly_A : A; -fun weekly_Adv : Adv; -fun weekly_N : N; -fun weeny_A : A; -fun weep_V : V; -fun weep_V2 : V2; -fun weeping_A : A; -fun weevil_N : N; -fun weft_N : N; -fun weigh_V : V; -fun weigh_V2 : V2; -fun weighbridge_N : N; -fun weighing_machine_N : N; -fun weight_N : N; -fun weight_V2 : V2; -fun weightily_Adv : Adv; -fun weightiness_N : N; -fun weightless_A : A; -fun weightlessness_N : N; -fun weightlifting_N : N; -fun weighty_A : A; -fun weir_N : N; -fun weird_A : A; -fun weirdie_N : N; -fun weirdly_Adv : Adv; -fun weirdness_N : N; -fun welcome_A : A; -fun welcome_N : N; -fun welcome_V2 : V2; -fun weld_N : N; -fun weld_V : V; -fun weld_V2 : V2; -fun welder_N : N; -fun welfare_N : N; -fun welkin_N : N; -fun well_A : A; -fun well_Adv : Adv; -fun well_N : N; -fun well_V : V; -fun well_adjusted_A : A; -fun well_advised_A : A; -fun well_appointed_A : A; -fun well_balanced_A : A; -fun well_behaved_A : A; -fun well_being_N : N; -fun well_born_A : A; -fun well_bred_A : A; -fun well_conducted_A : A; -fun well_connected_A : A; -fun well_disposed_A : A; -fun well_doer_N : N; -fun well_doing_N : N; -fun well_favoured_A : A; -fun well_found_A : A; -fun well_founded_A : A; -fun well_groomed_A : A; -fun well_grounded_A : A; -fun well_heeled_A : A; -fun well_informed_A : A; -fun well_intentioned_A : A; -fun well_knit_A : A; -fun well_known_A : A; -fun well_lined_A : A; -fun well_marked_A : A; -fun well_meaning_A : A; -fun well_meant_A : A; -fun well_nigh_Adv : Adv; -fun well_read_A : A; -fun well_rounded_A : A; -fun well_set_A : A; -fun well_shaven_A : A; -fun well_spoken_A : A; -fun well_timed_A : A; -fun well_to_do_A : A; -fun well_tried_A : A; -fun well_turned_A : A; -fun well_water_N : N; -fun well_wisher_N : N; -fun well_worn_A : A; -fun wellhead_N : N; -fun wellingborough_PN : PN; -fun wellington_N : N; -fun wellington_PN : PN; -fun wells_PN : PN; -fun welsh_A : A; -fun welsh_N : N; -fun welsh_V : V; -fun welsher_N : N; -fun welshman_N : N; -fun welshpool_PN : PN; -fun welt_N : N; -fun welter_A : A; -fun welter_N : N; -fun welter_V : V; -fun welterweight_N : N; -fun welwyn_PN : PN; -fun welwyn_garden_city_PN : PN; -fun wen_N : N; -fun wench_N : N; -fun wench_V : V; -fun wend_V2 : V2; -fun wendover_PN : PN; -fun wendy_PN : PN; -fun werewolf_N : N; -fun wesleyan_A : A; -fun wesleyan_N : N; -fun west_Adv : Adv; -fun west_N : N; -fun west_bromwich_PN : PN; -fun west_country_A : A; -fun west_end_A : A; -fun westbury_PN : PN; -fun westerly_A : A; -fun westerly_Adv : Adv; -fun western_A : A; -fun western_N : N; -fun westerner_N : N; -fun westernization_N : N; -fun westernize_V2 : V2; -fun westernmost_A : A; -fun westhoughton_PN : PN; -fun westmeath_PN : PN; -fun westminster_PN : PN; -fun westmoreland_PN : PN; -fun weston_super_mare_PN : PN; -fun westward_A : A; -fun westward_Adv : Adv; -fun westwards_Adv : Adv; -fun wet_A : A; -fun wet_N : N; -fun wet_V2 : V2; -fun wet_nurse_N : N; -fun wether_N : N; -fun wetherby_PN : PN; -fun wetting_N : N; -fun wexford_PN : PN; -fun weymouth_PN : PN; -fun whack_N : N; -fun whack_V2 : V2; -fun whacked_A : A; -fun whacker_N : N; -fun whacking_A : A; -fun whacking_Adv : Adv; -fun whacking_N : N; -fun whale_N : N; -fun whale_V : V; -fun whalebone_N : N; -fun whaler_N : N; -fun whaley_bridge_PN : PN; -fun whaling_gun_N : N; -fun whang_Adv : Adv; -fun whang_N : N; -fun whang_V2 : V2; -fun wharf_N : N; -fun wharfage_N : N; -fun what_A : A; -fun what_for_N : N; -fun whate'er_A : A; -fun whatever_A : A; -fun whatnot_N : N; -fun whatsoe'er_A : A; -fun whatsoever_A : A; -fun wheat_N : N; -fun wheaten_A : A; -fun wheatley_hill_PN : PN; -fun wheedle_V2 : V2; -fun wheel_N : N; -fun wheel_V : V; -fun wheel_V2 : V2; -fun wheelbarrow_N : N; -fun wheelbase_N : N; -fun wheelchair_N : N; -fun wheelhouse_N : N; -fun wheelwright_N : N; -fun wheeze_N : N; -fun wheeze_V : V; -fun wheeze_V2 : V2; -fun wheezily_Adv : Adv; -fun wheeziness_N : N; -fun wheezy_A : A; -fun whelk_N : N; -fun whelp_N : N; -fun whelp_V : V; -fun when_Adv : Adv; -fun whence_Adv : Adv; -fun whencesoever_A : A; -fun whenever_Adv : Adv; -fun where_Adv : Adv; -fun whereabouts_Adv : Adv; -fun whereat_Adv : Adv; -fun whereby_Adv : Adv; -fun wherefore_Adv : Adv; -fun wherein_Adv : Adv; -fun whereof_Adv : Adv; -fun whereon_Adv : Adv; -fun wheresoever_Adv : Adv; -fun whereto_Adv : Adv; -fun whereunto_Adv : Adv; -fun whereupon_Adv : Adv; -fun wherever_Adv : Adv; -fun wherewith_Adv : Adv; -fun wherewithal_Adv : Adv; -fun wherewithal_N : N; -fun wherry_N : N; -fun whet_V2 : V2; -fun whetstone_N : N; -fun whey_N : N; -fun which_A : A; -fun whichever_A : A; -fun whichsoever_A : A; -fun whiff_N : N; -fun whig_N : N; -fun while_N : N; -fun while_V2 : V2; -fun whim_N : N; -fun whimper_N : N; -fun whimper_V : V; -fun whimper_V2 : V2; -fun whimsey_N : N; -fun whimsical_A : A; -fun whimsicality_N : N; -fun whimsically_Adv : Adv; -fun whimsy_N : N; -fun whin_N : N; -fun whine_N : N; -fun whine_V : V; -fun whine_V2 : V2; -fun whiner_N : N; -fun whinny_N : N; -fun whinny_V : V; -fun whip_N : N; -fun whip_V : V; -fun whip_V2 : V2; -fun whip_round_N : N; -fun whipcord_N : N; -fun whipper_in_N : N; -fun whippersnapper_N : N; -fun whippet_N : N; -fun whipping_N : N; -fun whipping_boy_N : N; -fun whipping_post_N : N; -fun whipping_top_N : N; -fun whippoorwill_N : N; -fun whippy_A : A; -fun whir_N : N; -fun whir_V : V; -fun whirl_N : N; -fun whirl_V : V; -fun whirl_V2 : V2; -fun whirligig_N : N; -fun whirlpool_N : N; -fun whirlwind_N : N; -fun whirr_N : N; -fun whirr_V : V; -fun whisk_N : N; -fun whisk_V : V; -fun whisk_V2 : V2; -fun whisker_N : N; -fun whiskered_A : A; -fun whiskey_N : N; -fun whisky_N : N; -fun whisper_N : N; -fun whisper_V : V; -fun whisper_V2 : V2; -fun whisperer_N : N; -fun whispering_N : N; -fun whispering_gallery_N : N; -fun whist_N : N; -fun whist_drive_N : N; -fun whistle_N : N; -fun whistle_V : V; -fun whistle_V2 : V2; -fun whistle_stop_N : N; -fun whit_N : N; -fun whitburn_PN : PN; -fun whitby_PN : PN; -fun whitchurch_PN : PN; -fun white_A : A; -fun white_N : N; -fun white_collar_A : A; -fun white_hot_A : A; -fun white_lipped_A : A; -fun white_livered_A : A; -fun whitebait_N : N; -fun whitehall_PN : PN; -fun whitehaven_PN : PN; -fun whiten_V : V; -fun whiten_V2 : V2; -fun whiteness_N : N; -fun whitening_N : N; -fun whitethorn_N : N; -fun whitewash_N : N; -fun whitewash_V2 : V2; -fun whither_Adv : Adv; -fun whithersoever_Adv : Adv; -fun whiting_N : N; -fun whitish_A : A; -fun whitley_bay_PN : PN; -fun whitlow_N : N; -fun whitstable_PN : PN; -fun whitsun_N : N; -fun whitsun_PN : PN; -fun whitsuntide_N : N; -fun whitsuntide_PN : PN; -fun whittle_V : V; -fun whittle_V2 : V2; -fun whittle_le_woods_PN : PN; -fun whittlesey_PN : PN; -fun whitworth_PN : PN; -fun whiz_N : N; -fun whiz_V : V; -fun whizz_kid_N : N; -fun who_N : N; -fun whodunit_N : N; -fun whole_A : A; -fun whole_N : N; -fun whole_wheat_N : N; -fun wholehearted_A : A; -fun wholeheartedly_Adv : Adv; -fun wholeheartedness_N : N; -fun wholemeal_N : N; -fun wholesale_A : A; -fun wholesale_Adv : Adv; -fun wholesale_N : N; -fun wholesaler_N : N; -fun wholesome_A : A; -fun wholesomely_Adv : Adv; -fun wholly_Adv : Adv; -fun whoop_N : N; -fun whoop_V : V; -fun whoop_V2 : V2; -fun whoopee_N : N; -fun whooping_cough_N : N; -fun whop_V2 : V2; -fun whopper_N : N; -fun whopping_A : A; -fun whopping_Adv : Adv; -fun whore_N : N; -fun whoremonger_N : N; -fun whorl_N : N; -fun whorled_A : A; -fun why_Adv : Adv; -fun why_N : N; -fun wi_N : N; -fun wick_N : N; -fun wick_PN : PN; -fun wicked_A : A; -fun wickedly_Adv : Adv; -fun wickedness_N : N; -fun wicker_N : N; -fun wickerwork_N : N; -fun wicket_N : N; -fun wicket_door_N : N; -fun wicket_gate_N : N; -fun wicket_keeper_N : N; -fun wickford_PN : PN; -fun wicklow_PN : PN; -fun wide_A : A; -fun wide_Adv : Adv; -fun wide_awake_A : A; -fun widely_Adv : Adv; -fun widen_V : V; -fun widen_V2 : V2; -fun widespread_A : A; -fun widgeon_N : N; -fun widnes_PN : PN; -fun widow_N : N; -fun widowed_A : A; -fun widower_N : N; -fun widowhood_N : N; -fun width_N : N; -fun wield_V2 : V2; -fun wiesbaden_PN : PN; -fun wife_N : N; -fun wifelike_A : A; -fun wifely_A : A; -fun wig_N : N; -fun wigan_PN : PN; -fun wigged_A : A; -fun wigging_N : N; -fun wiggle_N : N; -fun wiggle_V : V; -fun wiggle_V2 : V2; -fun wight_N : N; -fun wight_PN : PN; -fun wigwam_N : N; -fun wild_A : A; -fun wild_Adv : Adv; -fun wildcat_A : A; -fun wildebeest_N : N; -fun wilderness_N : N; -fun wildfire_N : N; -fun wildly_Adv : Adv; -fun wildness_N : N; -fun wile_N : N; -fun wilf_PN : PN; -fun wilfrid_PN : PN; -fun wilful_A : A; -fun wilfully_Adv : Adv; -fun wilfulness_N : N; -fun wilhelmshaven_PN : PN; -fun will_N : N; -fun will_PN : PN; -fun will_V : V; -fun will_V2 : V2; -fun will_o'_the_wisp_N : N; -fun willed_A : A; -fun willful_A : A; -fun william_PN : PN; -fun willie_PN : PN; -fun willing_A : A; -fun willingly_Adv : Adv; -fun willingness_N : N; -fun willington_PN : PN; -fun willow_N : N; -fun willow_pattern_N : N; -fun willow_tree_N : N; -fun willowy_A : A; -fun willpower_N : N; -fun willy_PN : PN; -fun willy_nilly_Adv : Adv; -fun wilmslow_PN : PN; -fun wilt_V : V; -fun wilt_V2 : V2; -fun wilton_N : N; -fun wiltshire_PN : PN; -fun wily_A : A; -fun wimbourne_PN : PN; -fun wimbourne_minster_PN : PN; -fun wimple_N : N; -fun win_N : N; -fun win_V : V; -fun win_V2 : V2; -fun wince_N : N; -fun wince_V2 : V2; -fun winceyette_N : N; -fun winch_N : N; -fun winch_V2 : V2; -fun winchester_PN : PN; -fun wind_N : N; -fun wind_V : V; -fun wind_V2 : V2; -fun wind_gauge_N : N; -fun wind_tunnel_N : N; -fun windbag_N : N; -fun windblown_A : A; -fun windbreak_N : N; -fun windbreaker_N : N; -fun windcheater_N : N; -fun windermere_PN : PN; -fun windfall_N : N; -fun windflower_N : N; -fun windily_Adv : Adv; -fun windiness_N : N; -fun winding_sheet_N : N; -fun windjammer_N : N; -fun windlass_N : N; -fun windless_A : A; -fun windmill_N : N; -fun window_N : N; -fun window_box_N : N; -fun window_dressing_N : N; -fun windowpane_N : N; -fun windowsill_N : N; -fun windpipe_N : N; -fun windscreen_N : N; -fun windscreen_wiper_N : N; -fun windshield_N : N; -fun windsock_N : N; -fun windsor_PN : PN; -fun windswept_A : A; -fun windward_A : A; -fun windward_N : N; -fun windy_A : A; -fun wine_N : N; -fun wine_V2 : V2; -fun wineglass_N : N; -fun winepress_N : N; -fun wineskin_N : N; -fun wing_N : N; -fun wing_V : V; -fun wing_V2 : V2; -fun wing_commander_N : N; -fun wing_nut_N : N; -fun wing_screw_N : N; -fun wingate_PN : PN; -fun winged_A : A; -fun winger_N : N; -fun wingless_A : A; -fun wingspan_N : N; -fun wingspread_N : N; -fun winifred_PN : PN; -fun wink_N : N; -fun wink_V : V; -fun wink_V2 : V2; -fun winkle_N : N; -fun winkle_V2 : V2; -fun winner_N : N; -fun winnie_PN : PN; -fun winning_post_N : N; -fun winnipeg_PN : PN; -fun winnow_V2 : V2; -fun winsford_PN : PN; -fun winsome_A : A; -fun winsomely_Adv : Adv; -fun winsomeness_N : N; -fun winter_N : N; -fun winter_V : V; -fun wintery_A : A; -fun wintry_A : A; -fun wipe_N : N; -fun wipe_V : V; -fun wipe_V2 : V2; -fun wiper_N : N; -fun wire_N : N; -fun wire_V : V; -fun wire_V2 : V2; -fun wire_haired_A : A; -fun wireless_A : A; -fun wireless_N : N; -fun wirepuller_N : N; -fun wireworm_N : N; -fun wiring_N : N; -fun wiry_A : A; -fun wisbech_PN : PN; -fun wisconsin_PN : PN; -fun wisdom_N : N; -fun wisdom_tooth_N : N; -fun wise_A : A; -fun wise_N : N; -fun wiseacre_N : N; -fun wisecrack_N : N; -fun wisecrack_V : V; -fun wisely_Adv : Adv; -fun wish_N : N; -fun wish_V : V; -fun wish_V2 : V2; -fun wishbone_N : N; -fun wishful_A : A; -fun wishfully_Adv : Adv; -fun wishing_cap_N : N; -fun wishy_washy_A : A; -fun wisp_N : N; -fun wispy_A : A; -fun wisteria_N : N; -fun wistful_A : A; -fun wistfully_Adv : Adv; -fun wit_N : N; -fun witch_N : N; -fun witch_doctor_N : N; -fun witch_elm_N : N; -fun witch_hazel_N : N; -fun witch_hunt_N : N; -fun witchcraft_N : N; -fun witchery_N : N; -fun witching_A : A; -fun withal_Adv : Adv; -fun witham_PN : PN; -fun withdraw_V : V; -fun withdraw_V2 : V2; -fun withdrawal_N : N; -fun withe_N : N; -fun wither_V : V; -fun wither_V2 : V2; -fun witheringly_Adv : Adv; -fun withernsea_PN : PN; -fun withhold_V2 : V2; -fun within_Adv : Adv; -fun without_Adv : Adv; -fun withstand_V2 : V2; -fun withy_N : N; -fun witless_A : A; -fun witness_N : N; -fun witness_V : V; -fun witness_V2 : V2; -fun witness_box_N : N; -fun witness_stand_N : N; -fun witney_PN : PN; -fun witticism_N : N; -fun wittily_Adv : Adv; -fun wittingly_Adv : Adv; -fun witty_A : A; -fun wive_V : V; -fun wive_V2 : V2; -fun wizard_A : A; -fun wizard_N : N; -fun wizardry_N : N; -fun wizened_A : A; -fun wk_N : N; -fun woad_N : N; -fun wobble_V : V; -fun wobble_V2 : V2; -fun wobbler_N : N; -fun wobbly_A : A; -fun woburn_PN : PN; -fun woe_N : N; -fun woebegone_A : A; -fun woeful_A : A; -fun woefully_Adv : Adv; -fun wokingham_PN : PN; -fun wold_N : N; -fun wolf's_bane_N : N; -fun wolf_N : N; -fun wolf_V2 : V2; -fun wolf_cub_N : N; -fun wolfhound_N : N; -fun wolfish_A : A; -fun wolfram_N : N; -fun wolverhampton_PN : PN; -fun wolverton_PN : PN; -fun woman_N : N; -fun womanhood_N : N; -fun womanish_A : A; -fun womanize_V : V; -fun womanizer_N : N; -fun womankind_N : N; -fun womanlike_A : A; -fun womanly_A : A; -fun womb_N : N; -fun wombat_N : N; -fun wombourne_PN : PN; -fun wonder_N : N; -fun wonder_V : V; -fun wonder_V2 : V2; -fun wonder_struck_A : A; -fun wonderful_A : A; -fun wonderfully_Adv : Adv; -fun wonderingly_Adv : Adv; -fun wonderland_N : N; -fun wonderment_N : N; -fun wondrous_A : A; -fun wondrous_Adv : Adv; -fun wonky_A : A; -fun wont_A : A; -fun wont_N : N; -fun wonted_A : A; -fun woo_V2 : V2; -fun wood_N : N; -fun wood_block_N : N; -fun wood_pulp_N : N; -fun woodbine_N : N; -fun woodbridge_PN : PN; -fun woodcock_N : N; -fun woodcraft_N : N; -fun woodcut_N : N; -fun woodcutter_N : N; -fun wooded_A : A; -fun wooden_A : A; -fun woodenheaded_A : A; -fun woodland_N : N; -fun woodlouse_N : N; -fun woodman_N : N; -fun woodpecker_N : N; -fun woodpile_N : N; -fun woodshed_N : N; -fun woodsman_N : N; -fun woodwind_N : N; -fun woodwork_N : N; -fun woodworm_N : N; -fun woody_A : A; -fun wooer_N : N; -fun woof_N : N; -fun woofer_N : N; -fun wool_N : N; -fun woolen_A : A; -fun woolgathering_A : A; -fun woolgathering_N : N; -fun woollen_A : A; -fun woolly_A : A; -fun wooly_A : A; -fun wooly_N : N; -fun wootton_bassett_PN : PN; -fun worcester_PN : PN; -fun word_N : N; -fun word_V2 : V2; -fun word_division_N : N; -fun word_painter_N : N; -fun word_perfect_A : A; -fun word_picture_N : N; -fun word_splitting_N : N; -fun wordbook_N : N; -fun wordily_Adv : Adv; -fun wordiness_N : N; -fun wording_N : N; -fun wordless_A : A; -fun wordy_A : A; -fun work_N : N; -fun work_V : V; -fun work_V2 : V2; -fun work_in_N : N; -fun work_out_N : N; -fun work_study_N : N; -fun workable_A : A; -fun workaday_A : A; -fun workbag_N : N; -fun workbasket_N : N; -fun workbench_N : N; -fun workbook_N : N; -fun workbox_N : N; -fun workday_N : N; -fun worker_N : N; -fun workhouse_N : N; -fun working_A : A; -fun working_N : N; -fun working_class_A : A; -fun working_out_N : N; -fun workington_PN : PN; -fun workman_N : N; -fun workmanlike_A : A; -fun workmanship_N : N; -fun workmate_N : N; -fun workroom_N : N; -fun workshop_N : N; -fun workshy_A : A; -fun worksop_PN : PN; -fun worktable_N : N; -fun world_N : N; -fun world_weary_A : A; -fun worldliness_N : N; -fun worldly_A : A; -fun worldwide_A : A; -fun worm_N : N; -fun worm_V2 : V2; -fun worm_eaten_A : A; -fun worm_gear_N : N; -fun wormcast_N : N; -fun wormhole_N : N; -fun wormwood_N : N; -fun wormy_A : A; -fun worried_A : A; -fun worrisome_A : A; -fun worry_N : N; -fun worry_V : V; -fun worry_V2 : V2; -fun worrying_A : A; -fun worryingly_Adv : Adv; -fun worse_Adv : Adv; -fun worse_N : N; -fun worsen_V : V; -fun worsen_V2 : V2; -fun worship_N : N; -fun worship_V : V; -fun worship_V2 : V2; -fun worshipful_A : A; -fun worshipper_N : N; -fun worst_Adv : Adv; -fun worst_N : N; -fun worst_V2 : V2; -fun worsted_N : N; -fun worth_A : A; -fun worth_N : N; -fun worthily_Adv : Adv; -fun worthiness_N : N; -fun worthing_PN : PN; -fun worthless_A : A; -fun worthlessly_Adv : Adv; -fun worthlessness_N : N; -fun worthwhile_A : A; -fun worthy_A : A; -fun worthy_N : N; -fun would_be_A : A; -fun wound_N : N; -fun wound_V2 : V2; -fun wow_N : N; -fun wpb_N : N; -fun wpm_N : N; -fun wrac_N : N; -fun wrack_N : N; -fun wraf_N : N; -fun wraith_N : N; -fun wrangle_N : N; -fun wrangle_V : V; -fun wrap_N : N; -fun wrap_V : V; -fun wrap_V2 : V2; -fun wrapper_N : N; -fun wrapping_N : N; -fun wrath_N : N; -fun wrathful_A : A; -fun wrathfully_Adv : Adv; -fun wreak_V2 : V2; -fun wreath_N : N; -fun wreathe_V : V; -fun wreathe_V2 : V2; -fun wreck_N : N; -fun wreck_V2 : V2; -fun wreckage_N : N; -fun wrecker_N : N; -fun wren_N : N; -fun wrench_N : N; -fun wrench_V2 : V2; -fun wrest_V2 : V2; -fun wrestle_N : N; -fun wrestle_V : V; -fun wrestler_N : N; -fun wretch_N : N; -fun wretched_A : A; -fun wretchedly_Adv : Adv; -fun wretchedness_N : N; -fun wrexham_PN : PN; -fun wrick_N : N; -fun wrick_V2 : V2; -fun wriggle_N : N; -fun wriggle_V : V; -fun wriggle_V2 : V2; -fun wriggler_N : N; -fun wright_N : N; -fun wring_N : N; -fun wring_V2 : V2; -fun wringer_N : N; -fun wrinkle_N : N; -fun wrinkle_V : V; -fun wrinkle_V2 : V2; -fun wrinkly_A : A; -fun wrist_N : N; -fun wristband_N : N; -fun wristlet_N : N; -fun wristwatch_N : N; -fun writ_N : N; -fun writ_large_A : A; -fun write_V : V; -fun write_V2 : V2; -fun write_off_N : N; -fun write_up_N : N; -fun writer_N : N; -fun writhe_V : V; -fun writing_N : N; -fun writing_desk_N : N; -fun writing_ink_N : N; -fun writing_paper_N : N; -fun writtle_PN : PN; -fun wrns_N : N; -fun wroclaw_PN : PN; -fun wrong_A : A; -fun wrong_Adv : Adv; -fun wrong_N : N; -fun wrong_V2 : V2; -fun wrong_headed_A : A; -fun wrong_headedly_Adv : Adv; -fun wrongdoer_N : N; -fun wrongdoing_N : N; -fun wrongful_A : A; -fun wrongfully_Adv : Adv; -fun wrongly_Adv : Adv; -fun wroth_A : A; -fun wroughton_PN : PN; -fun wry_A : A; -fun wryly_Adv : Adv; -fun wt_N : N; -fun wuhan_PN : PN; -fun wuppertal_PN : PN; -fun wurzburg_PN : PN; -fun wusih_PN : PN; -fun wycombe_PN : PN; -fun wymondham_PN : PN; -fun wyoming_PN : PN; -fun wythall_PN : PN; -fun x_ray_N : N; -fun x_ray_V2 : V2; -fun xenophobia_N : N; -fun xerox_N : N; -fun xerox_V2 : V2; -fun xmas_N : N; -fun xmas_PN : PN; -fun xylophone_N : N; -fun yacht_N : N; -fun yacht_V : V; -fun yacht_club_N : N; -fun yachting_N : N; -fun yachtsman_N : N; -fun yahoo_N : N; -fun yak_N : N; -fun yam_N : N; -fun yammer_V : V; -fun yank_N : N; -fun yank_V2 : V2; -fun yankee_N : N; -fun yap_N : N; -fun yap_V : V; -fun yard_N : N; -fun yard_measure_N : N; -fun yardarm_N : N; -fun yardstick_N : N; -fun yarmouth_PN : PN; -fun yarn_N : N; -fun yarn_V : V; -fun yaroslavi_PN : PN; -fun yarrow_N : N; -fun yashmak_N : N; -fun yate_PN : PN; -fun yateley_PN : PN; -fun yaw_N : N; -fun yaw_V : V; -fun yawl_N : N; -fun yawn_N : N; -fun yawn_V : V; -fun yea_Adv : Adv; -fun yea_N : N; -fun yeah_Adv : Adv; -fun year_N : N; -fun yearbook_N : N; -fun yearling_N : N; -fun yearlong_A : A; -fun yearly_A : A; -fun yearly_Adv : Adv; -fun yearn_V : V; -fun yearning_N : N; -fun yearningly_Adv : Adv; -fun yeast_N : N; -fun yeasty_A : A; -fun yell_N : N; -fun yell_V : V; -fun yell_V2 : V2; -fun yellow_A : A; -fun yellow_N : N; -fun yellow_V : V; -fun yellow_V2 : V2; -fun yellow_bellied_A : A; -fun yellow_flag_N : N; -fun yellowish_A : A; -fun yellowness_N : N; -fun yelp_V : V; -fun yemen_PN : PN; -fun yemeni_A : A; -fun yemeni_N : N; -fun yen_N : N; -fun yen_V : V; -fun yeoman_N : N; -fun yeomanry_N : N; -fun yeovil_PN : PN; -fun yerevan_PN : PN; -fun yes_N : N; -fun yesterday_Adv : Adv; -fun yesterday_N : N; -fun yet_Adv : Adv; -fun yeti_N : N; -fun yew_N : N; -fun yew_tree_N : N; -fun yha_N : N; -fun yiddish_N : N; -fun yield_N : N; -fun yield_V : V; -fun yield_V2 : V2; -fun yielding_A : A; -fun yieldingly_Adv : Adv; -fun ymca_N : N; -fun yo_yo_N : N; -fun yob_N : N; -fun yobo_N : N; -fun yodel_N : N; -fun yodel_V : V; -fun yodel_V2 : V2; -fun yodeller_N : N; -fun yoga_N : N; -fun yoghourt_N : N; -fun yoghurt_N : N; -fun yogi_N : N; -fun yogurt_N : N; -fun yoke_N : N; -fun yoke_V : V; -fun yoke_V2 : V2; -fun yokel_N : N; -fun yokohama_PN : PN; -fun yolk_N : N; -fun yon_A : A; -fun yon_Adv : Adv; -fun yonder_A : A; -fun yonder_Adv : Adv; -fun yore_N : N; -fun york_PN : PN; -fun yorkley_PN : PN; -fun yorkshire_PN : PN; -fun young_A : A; -fun young_N : N; -fun youngish_A : A; -fun youngster_N : N; -fun your_A : A; -fun yours_A : A; -fun youth_N : N; -fun youthful_A : A; -fun youthfully_Adv : Adv; -fun youthfulness_N : N; -fun yowl_V : V; -fun yr_N : N; -fun ystradgynlais_PN : PN; -fun yugoslav_A : A; -fun yugoslav_N : N; -fun yugoslavia_PN : PN; -fun yugoslavian_A : A; -fun yugoslavian_N : N; -fun yukon_PN : PN; -fun yule_N : N; -fun yule_log_N : N; -fun yuletide_N : N; -fun yvonne_PN : PN; -fun ywca_N : N; -fun zagreb_PN : PN; -fun zaire_PN : PN; -fun zairean_A : A; -fun zairean_N : N; -fun zambia_PN : PN; -fun zambian_A : A; -fun zambian_N : N; -fun zany_A : A; -fun zany_N : N; -fun zap_V2 : V2; -fun zaporozhye_PN : PN; -fun zaragoza_PN : PN; -fun zeal_N : N; -fun zealand_PN : PN; -fun zealander_A : A; -fun zealander_N : N; -fun zealot_N : N; -fun zealotry_N : N; -fun zealous_A : A; -fun zealously_Adv : Adv; -fun zebra_N : N; -fun zebu_N : N; -fun zee_N : N; -fun zen_N : N; -fun zenith_N : N; -fun zenithal_A : A; -fun zephyr_N : N; -fun zeppelin_N : N; -fun zero_N : N; -fun zero_V : V; -fun zest_N : N; -fun zestful_A : A; -fun zestfully_Adv : Adv; -fun zigzag_Adv : Adv; -fun zigzag_N : N; -fun zigzag_V : V; -fun zimbabwe_PN : PN; -fun zimbabwean_A : A; -fun zimbabwean_N : N; -fun zinc_N : N; -fun zing_N : N; -fun zinnia_N : N; -fun zion_N : N; -fun zionism_N : N; -fun zionist_A : A; -fun zionist_N : N; -fun zip_N : N; -fun zip_V2 : V2; -fun zip_code_N : N; -fun zip_fastener_N : N; -fun zipper_N : N; -fun zither_N : N; -fun zloty_N : N; -fun zodiac_N : N; -fun zoe_PN : PN; -fun zombie_N : N; -fun zonal_A : A; -fun zone_N : N; -fun zone_V2 : V2; -fun zoning_N : N; -fun zoo_N : N; -fun zoological_A : A; -fun zoologist_N : N; -fun zoology_N : N; -fun zoom_N : N; -fun zoom_V : V; -fun zoophyte_N : N; -fun zoot_suit_N : N; -fun zucchini_N : N; -fun zurich_PN : PN; -fun a_la_carte_Adv : Adv; -fun a_la_mode_Adv : Adv; -fun eclair_N : N; -fun eclat_N : N; -fun elan_N : N; -fun elite_N : N; -fun emigre_N : N; -fun epee_N : N; -} \ No newline at end of file diff --git a/next-lib/src/english/ExtraEngAbs.gf b/next-lib/src/english/ExtraEngAbs.gf deleted file mode 100644 index 78e735d9d..000000000 --- a/next-lib/src/english/ExtraEngAbs.gf +++ /dev/null @@ -1,19 +0,0 @@ -abstract ExtraEngAbs = Extra ** { - --- uncontracted negations; contracted are the default - fun - UncNegCl : Temp -> Pol -> Cl -> S ; - UncNegQCl : Temp -> Pol -> QCl -> QS ; - UncNegRCl : Temp -> Pol -> RCl -> RS ; - - UncNegImpSg : Pol -> Imp -> Utt; -- do not help yourself - UncNegImpPl : Pol -> Imp -> Utt; -- do not help yourselves - --- freely compounded nouns - - CompoundCN : CN -> CN -> CN ; -- rock album - - that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who") - - each_Det : Det ; -} diff --git a/next-lib/src/english/MakeStructuralEng.gf b/next-lib/src/english/MakeStructuralEng.gf deleted file mode 100644 index 9f014bf63..000000000 --- a/next-lib/src/english/MakeStructuralEng.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:../common:../abstract - -resource MakeStructuralEng = open CatEng, ParadigmsEng, ResEng, MorphoEng, Prelude in { - -oper - mkSubj : Str -> Subj = \x -> - lin Subj {s = x} ; - mkNP : Str -> Number -> NP = \s,n -> - lin NP (regNP s n) ; - mkIDet : Str -> Number -> IDet = \s,n -> - lin IDet {s = s ; n = n} ; - -} diff --git a/next-lib/src/english/MorphoEng.gf b/next-lib/src/english/MorphoEng.gf deleted file mode 100644 index 437a0646f..000000000 --- a/next-lib/src/english/MorphoEng.gf +++ /dev/null @@ -1,40 +0,0 @@ ---# -path=.:../../prelude - ---1 A Simple English Resource Morphology --- --- Aarne Ranta 2002 -- 2005 --- --- This resource morphology contains definitions needed in the resource --- syntax. To build a lexicon, it is better to use $ParadigmsEng$, which --- gives a higher-level access to this module. - -resource MorphoEng = open Prelude, (Predef=Predef), ResEng in { - - flags optimize=all ; - ---2 Determiners - - oper - - mkDeterminer : Number -> Str -> {s : Str ; sp : Case => Str; n : Number} = \n,s -> - {s = s; - sp = regGenitiveS s ; - n = n} ; - ---2 Pronouns - - - mkPron : (i,me,my,mine : Str) -> Number -> Person -> Gender -> - {s : Case => Str ; sp : Case => Str ; a : Agr} = - \i,me,my,mine,n,p,g -> { - s = table { - Nom => i ; - Acc => me ; - Gen => my - } ; - a = toAgr n p g ; - sp = regGenitiveS mine - } ; - -} ; - diff --git a/next-lib/src/english/OverloadEng.gf b/next-lib/src/english/OverloadEng.gf deleted file mode 100644 index 90d365c7b..000000000 --- a/next-lib/src/english/OverloadEng.gf +++ /dev/null @@ -1 +0,0 @@ -resource OverloadEng = Overload with (Grammar = GrammarEng) ; diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf deleted file mode 100644 index 2d929a121..000000000 --- a/next-lib/src/english/StructuralEng.gf +++ /dev/null @@ -1,141 +0,0 @@ -concrete StructuralEng of Structural = CatEng ** - open MorphoEng, ResEng, ParadigmsEng, MakeStructuralEng, - (C = ConstructX), Prelude in { - - flags optimize=all ; - - lin - above_Prep = mkPrep "above" ; - after_Prep = mkPrep "after" ; - all_Predet = ss "all" ; - almost_AdA = mkAdA "almost" ; - almost_AdN = mkAdN "almost" ; - although_Subj = ss "although" ; - always_AdV = mkAdV "always" ; - and_Conj = mkConj "and" ; - because_Subj = ss "because" ; - before_Prep = mkPrep "before" ; - behind_Prep = mkPrep "behind" ; - between_Prep = mkPrep "between" ; - both7and_DConj = mkConj "both" "and"; - but_PConj = ss "but" ; - by8agent_Prep = mkPrep "by" ; - by8means_Prep = mkPrep "by" ; - can8know_VV, can_VV = { - s = table { - VVF VInf => ["be able to"] ; - VVF VPres => "can" ; - VVF VPPart => ["been able to"] ; - VVF VPresPart => ["being able to"] ; - VVF VPast => "could" ; --# notpresent - VVPastNeg => "couldn't" ; --# notpresent - VVPresNeg => "can't" - } ; - isAux = True - } ; - during_Prep = mkPrep "during" ; - either7or_DConj = mkConj "either" "or" singular ; - everybody_NP = regNP "everybody" singular ; - every_Det = mkDeterminer singular "every" ; - everything_NP = regNP "everything" singular ; - everywhere_Adv = mkAdv "everywhere" ; - few_Det = mkDeterminer plural "few" ; ---- first_Ord = ss "first" ; DEPRECATED - for_Prep = mkPrep "for" ; - from_Prep = mkPrep "from" ; - he_Pron = mkPron "he" "him" "his" "his" singular P3 masculine ; - here_Adv = mkAdv "here" ; - here7to_Adv = mkAdv ["to here"] ; - here7from_Adv = mkAdv ["from here"] ; - how_IAdv = ss "how" ; - how8many_IDet = mkDeterminer plural ["how many"] ; - if_Subj = ss "if" ; - in8front_Prep = mkPrep ["in front of"] ; - i_Pron = mkPron "I" "me" "my" "mine" singular P1 human ; - in_Prep = mkPrep "in" ; - it_Pron = mkPron "it" "it" "its" "its" singular P3 nonhuman ; - less_CAdv = C.mkCAdv "less" "than" ; - many_Det = mkDeterminer plural "many" ; - more_CAdv = C.mkCAdv "more" "than" ; - most_Predet = ss "most" ; - much_Det = mkDeterminer singular "much" ; - must_VV = { - s = table { - VVF VInf => ["have to"] ; - VVF VPres => "must" ; - VVF VPPart => ["had to"] ; - VVF VPresPart => ["having to"] ; - VVF VPast => ["had to"] ; --# notpresent - VVPastNeg => ["hadn't to"] ; --# notpresent - VVPresNeg => "mustn't" - } ; - isAux = True - } ; ----b no_Phr = ss "no" ; - no_Utt = ss "no" ; - on_Prep = mkPrep "on" ; ----- one_Quant = mkDeterminer singular "one" ; -- DEPRECATED - only_Predet = ss "only" ; - or_Conj = mkConj "or" singular ; - otherwise_PConj = ss "otherwise" ; - part_Prep = mkPrep "of" ; - please_Voc = ss "please" ; - possess_Prep = mkPrep "of" ; - quite_Adv = mkAdv "quite" ; - she_Pron = mkPron "she" "her" "her" "hers" singular P3 feminine ; - so_AdA = mkAdA "so" ; - somebody_NP = regNP "somebody" singular ; - someSg_Det = mkDeterminer singular "some" ; - somePl_Det = mkDeterminer plural "some" ; - something_NP = regNP "something" singular ; - somewhere_Adv = mkAdv "somewhere" ; - that_Quant = mkQuant "that" "those" ; - there_Adv = mkAdv "there" ; - there7to_Adv = mkAdv "there" ; - there7from_Adv = mkAdv ["from there"] ; - therefore_PConj = ss "therefore" ; - they_Pron = mkPron "they" "them" "their" "theirs" plural P3 human ; - this_Quant = mkQuant "this" "these" ; - through_Prep = mkPrep "through" ; - too_AdA = mkAdA "too" ; - to_Prep = mkPrep "to" ; - under_Prep = mkPrep "under" ; - very_AdA = mkAdA "very" ; - want_VV = mkVV (regV "want") ; - we_Pron = mkPron "we" "us" "our" "ours" plural P1 human ; - whatPl_IP = mkIP "what" "what" "what's" plural ; - whatSg_IP = mkIP "what" "what" "what's" singular ; - when_IAdv = ss "when" ; - when_Subj = ss "when" ; - where_IAdv = ss "where" ; - which_IQuant = {s = \\_ => "which"} ; ----b whichPl_IDet = mkDeterminer plural ["which"] ; ----b whichSg_IDet = mkDeterminer singular ["which"] ; - whoPl_IP = mkIP "who" "whom" "whose" plural ; - whoSg_IP = mkIP "who" "whom" "whose" singular ; - why_IAdv = ss "why" ; - without_Prep = mkPrep "without" ; - with_Prep = mkPrep "with" ; ----b yes_Phr = ss "yes" ; - yes_Utt = ss "yes" ; - youSg_Pron = mkPron "you" "you" "your" "yours" singular P2 human ; - youPl_Pron = mkPron "you" "you" "your" "yours" plural P2 human ; - youPol_Pron = mkPron "you" "you" "your" "yours" singular P2 human ; - - not_Predet = {s = "not" ; lock_Predet = <>} ; - no_Quant = mkQuant "no" "no" "none" "none" ; - if_then_Conj = mkConj "if" "then" singular ; - nobody_NP = regNP "nobody" singular ; - nothing_NP = regNP "nothing" singular ; - - at_least_AdN = mkAdN "at least" ; - at_most_AdN = mkAdN "at most" ; - - except_Prep = mkPrep "except" ; - - as_CAdv = C.mkCAdv "as" "as" ; - - have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; - -} - diff --git a/next-lib/src/english/SymbolEng.gf b/next-lib/src/english/SymbolEng.gf deleted file mode 100644 index 0b7405b93..000000000 --- a/next-lib/src/english/SymbolEng.gf +++ /dev/null @@ -1,44 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in { - -lin - SymbPN i = {s = addGenitiveS i.s ; g = Neutr} ; - IntPN i = {s = addGenitiveS i.s ; g = Neutr} ; - FloatPN i = {s = addGenitiveS i.s ; g = Neutr} ; - NumPN i = {s = i.s ; g = Neutr} ; - CNIntNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ (addGenitiveS i.s) ! c ; - a = agrgP3 Sg cn.g - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ++ cn.s ! det.n ! Nom ++ (addGenitiveS xs.s) ! c ; - a = agrgP3 det.n cn.g - } ; - CNNumNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ i.s ! c ; - a = agrgP3 Sg cn.g - } ; - - SymbS sy = sy ; - - SymbNum sy = { s = addGenitiveS sy.s ; n = Pl ; hasCard = True } ; - SymbOrd sy = { s = \\c => sy.s ++ (regGenitiveS "th")!c} ; - -lincat - - Symb, [Symb] = SS ; - -lin - MkSymb s = s ; - - BaseSymb = infixSS "and" ; - ConsSymb = infixSS "," ; - -oper - -- Note: this results in a space before 's, but there's - -- not mauch we can do about that. - addGenitiveS : Str -> Case => Str = \s -> - table { Gen => s ++ "'s"; _ => s } ; - -} diff --git a/next-lib/src/finnish/MakeStructuralFin.gf b/next-lib/src/finnish/MakeStructuralFin.gf deleted file mode 100644 index 2c32709cb..000000000 --- a/next-lib/src/finnish/MakeStructuralFin.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:../common:../abstract - -resource MakeStructuralFin = open CatFin, ParadigmsFin, MorphoFin, Prelude in { - -oper - mkConj : Str -> Str -> Number -> Conj = \x,y,n -> - {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; - mkSubj : Str -> Subj = \x -> - {s = x ; lock_Subj = <>} ; - mkIQuant : Str -> IQuant = \s -> - {s = \\n,c => s ; lock_IQuant = <>} ; ---- - -} diff --git a/next-lib/src/french/CatFre.gf b/next-lib/src/french/CatFre.gf deleted file mode 100644 index a7bfdf802..000000000 --- a/next-lib/src/french/CatFre.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../common:prelude - -concrete CatFre of Cat = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] - ** CatRomance with - (ResRomance = ResFre) ; diff --git a/next-lib/src/french/MakeStructuralFre.gf b/next-lib/src/french/MakeStructuralFre.gf deleted file mode 100644 index 5aa94dcfe..000000000 --- a/next-lib/src/french/MakeStructuralFre.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:../romance:../common:../abstract - -resource MakeStructuralFre = open CatFre, ParadigmsFre, MorphoFre, Prelude in { - -oper - mkConj : Str -> Str -> Number -> Conj = \x,y,n -> - {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; - mkSubj : Str -> Subj = \x -> - {s = x ; m = Indic ; lock_Subj = <>} ; - mkSubjSubj : Str -> Subj = \x -> - {s = x ; m = Conjunct ; lock_Subj = <>} ; - - mkIQuant : Str -> IQuant = \s -> - {s = \\_,_,c => prepCase c ++ s ; lock_IQuant = <>} ; - -} diff --git a/next-lib/src/german/MakeStructuralGer.gf b/next-lib/src/german/MakeStructuralGer.gf deleted file mode 100644 index 1a26e59cd..000000000 --- a/next-lib/src/german/MakeStructuralGer.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:../common:../abstract - -resource MakeStructuralGer = open CatGer, ParadigmsGer, MorphoGer, Prelude in { - -oper - mkConj : Str -> Str -> Number -> Conj = \x,y,n -> - {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; - mkSubj : Str -> Subj = \x -> - {s = x ; lock_Subj = <>} ; - mkIQuant : Str -> IQuant = \s -> - {s = \\_,_,_ => s ; lock_IQuant = <>} ; - -} diff --git a/next-lib/src/hindi/SymbolHin.gf b/next-lib/src/hindi/SymbolHin.gf deleted file mode 100644 index f972c60a3..000000000 --- a/next-lib/src/hindi/SymbolHin.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolHin of Symbol = CatHin ** open Prelude, ResHin in { - -{- TODO! -lin - SymbPN i = {s = addGenitiveS i.s ; g = Neutr} ; - IntPN i = {s = addGenitiveS i.s ; g = Neutr} ; - FloatPN i = {s = addGenitiveS i.s ; g = Neutr} ; - NumPN i = {s = i.s ; g = Neutr} ; - CNIntNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ (addGenitiveS i.s) ! c ; - a = agrgP3 Sg cn.g - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ++ cn.s ! det.n ! Nom ++ (addGenitiveS xs.s) ! c ; - a = agrgP3 det.n cn.g - } ; - CNNumNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ i.s ! c ; - a = agrgP3 Sg cn.g - } ; - - SymbS sy = sy ; - - SymbNum sy = { s = addGenitiveS sy.s ; n = Pl ; hasCard = True } ; - SymbOrd sy = { s = \\c => sy.s ++ (regGenitiveS "th")!c} ; --} - -lincat - - Symb, [Symb] = SS ; - -lin - MkSymb s = s ; - --- BaseSymb = infixSS "and" ; - ConsSymb = infixSS "," ; - - -} diff --git a/next-lib/src/interlingua/OverloadIna.gf b/next-lib/src/interlingua/OverloadIna.gf deleted file mode 100644 index 379dd33aa..000000000 --- a/next-lib/src/interlingua/OverloadIna.gf +++ /dev/null @@ -1 +0,0 @@ -resource OverloadIna = Overload with (Grammar = GrammarIna) ; diff --git a/next-lib/src/interlingua/SymbolIna.gf b/next-lib/src/interlingua/SymbolIna.gf deleted file mode 100644 index 1ea8b5841..000000000 --- a/next-lib/src/interlingua/SymbolIna.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolIna of Symbol = CatIna ** open Prelude, ResIna in { - -{- TODO! -lin - SymbPN i = {s = addGenitiveS i.s ; g = Neutr} ; - IntPN i = {s = addGenitiveS i.s ; g = Neutr} ; - FloatPN i = {s = addGenitiveS i.s ; g = Neutr} ; - NumPN i = {s = i.s ; g = Neutr} ; - CNIntNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ (addGenitiveS i.s) ! c ; - a = agrgP3 Sg cn.g - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ++ cn.s ! det.n ! Nom ++ (addGenitiveS xs.s) ! c ; - a = agrgP3 det.n cn.g - } ; - CNNumNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ i.s ! c ; - a = agrgP3 Sg cn.g - } ; - - SymbS sy = sy ; - - SymbNum sy = { s = addGenitiveS sy.s ; n = Pl ; hasCard = True } ; - SymbOrd sy = { s = \\c => sy.s ++ (regGenitiveS "th")!c} ; --} - -lincat - - Symb, [Symb] = SS ; - -lin - MkSymb s = s ; - --- BaseSymb = infixSS "and" ; - ConsSymb = infixSS "," ; - - -} diff --git a/next-lib/src/italian/CatIta.gf b/next-lib/src/italian/CatIta.gf deleted file mode 100644 index d64c6d695..000000000 --- a/next-lib/src/italian/CatIta.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatIta of Cat = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** CatRomance with - (ResRomance = ResIta) ; diff --git a/next-lib/src/italian/MakeStructuralIta.gf b/next-lib/src/italian/MakeStructuralIta.gf deleted file mode 100644 index 4f75b3e7d..000000000 --- a/next-lib/src/italian/MakeStructuralIta.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:../romance:../common:../abstract - -resource MakeStructuralIta = open CatIta, ParadigmsIta, MorphoIta, Prelude in { - -oper - mkConj : Str -> Str -> Number -> Conj = \x,y,n -> - {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; - mkSubj : Str -> Subj = \x -> - {s = x ; m = Indic ; lock_Subj = <>} ; - mkSubjSubj : Str -> Subj = \x -> - {s = x ; m = Conjunct ; lock_Subj = <>} ; - - mkIQuant : Str -> IQuant = \s -> - {s = \\_,_,c => prepCase c ++ s ; lock_IQuant = <>} ; - -} diff --git a/next-lib/src/latin/AdverbLat.gf b/next-lib/src/latin/AdverbLat.gf deleted file mode 100644 index b959ab8a5..000000000 --- a/next-lib/src/latin/AdverbLat.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbLat of Adverb = CatLat ** open ResLat, Prelude in { - - lin --- PositAdvAdj a = {s = a.s ! AAdv} ; --- ComparAdvAdj cadv a np = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom --- } ; --- ComparAdvAdjS cadv a s = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s --- } ; - - PrepNP prep np = {s = appPrep prep np.s} ; - --- AdAdv = cc2 ; --- --- SubjS = cc2 ; ------b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing --- --- AdnCAdv cadv = {s = cadv.s ++ "than"} ; --- -} diff --git a/next-lib/src/latin/AllEngAbs.gf b/next-lib/src/latin/AllEngAbs.gf deleted file mode 100644 index 687d573a5..000000000 --- a/next-lib/src/latin/AllEngAbs.gf +++ /dev/null @@ -1,9 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllEngAbs = - Lang, - IrregEngAbs-[ - blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, - sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], - ExtraEngAbs - ** {} ; diff --git a/next-lib/src/latin/AllLat.gf b/next-lib/src/latin/AllLat.gf deleted file mode 100644 index 79f911715..000000000 --- a/next-lib/src/latin/AllLat.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllLat of AllLatAbs = - LangLat --- ExtraLat - ** {} ; diff --git a/next-lib/src/latin/AllLatAbs.gf b/next-lib/src/latin/AllLatAbs.gf deleted file mode 100644 index 7b7af3ffa..000000000 --- a/next-lib/src/latin/AllLatAbs.gf +++ /dev/null @@ -1 +0,0 @@ -abstract AllLatAbs = Lang ; diff --git a/next-lib/src/latin/BackwardLat.gf b/next-lib/src/latin/BackwardLat.gf deleted file mode 100644 index 6f57b8ede..000000000 --- a/next-lib/src/latin/BackwardLat.gf +++ /dev/null @@ -1,76 +0,0 @@ ---concrete BackwardLat of Backward = CatLat ** open ResLat in { --- --- flags optimize=all_subs ; --- --- lin --- ----- A repository of obsolete constructs, needed for backward compatibility. ----- They create spurious ambiguities if used in combination with Lang. --- ----- from Verb 19/4/2008 --- --- ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; --- ComplV3 v np np2 = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; --- ComplV2V v np vp = --- insertObj (\\a => infVP v.isAux vp a) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2S v np s = --- insertObj (\\_ => conjThat ++ s.s) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2Q v np q = --- insertObj (\\_ => q.s ! QIndir) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2A v np ap = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; --- --- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; --- ----- from Sentence 19/4/2008 --- --- SlashV2 np v2 = --- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; --- --- SlashVVV2 np vv v2 = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** --- {c2 = v2.c2} ; --- ----- from Noun 19/4/2008 --- --- NumInt n = {s = n.s ; n = Pl} ; --- OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED --- --- DetSg quant ord = { --- s = quant.s ! Sg ++ ord.s ; --- n = Sg --- } ; --- --- DetPl quant num ord = { --- s = quant.s ! num.n ++ num.s ++ ord.s ; --- n = num.n --- } ; --- --- NoNum = {s = []; n = Pl } ; --- --- DefArt = {s = \\_ => artDef} ; --- --- IndefArt = { --- s = table { --- Sg => artIndef ; --- Pl => [] --- } --- } ; --- --- MassDet = {s = \\_ => []} ; --- --- --- ----- from Structural 19/4/2008 --- --- that_NP = regNP "that" Sg ; --- these_NP = regNP "these" Pl ; --- this_NP = regNP "this" Sg ; --- those_NP = regNP "those" Pl ; --- ---} diff --git a/next-lib/src/latin/CatLat.gf b/next-lib/src/latin/CatLat.gf deleted file mode 100644 index 5b7f32e9a..000000000 --- a/next-lib/src/latin/CatLat.gf +++ /dev/null @@ -1,88 +0,0 @@ -concrete CatLat of Cat = CommonX ** open ResLat, Prelude in { - - flags optimize=all_subs ; - - lincat - ----- Tensed/Untensed --- --- S = {s : Str} ; --- QS = {s : QForm => Str} ; --- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts --- SSlash = {s : Str ; c2 : Str} ; --- ----- Sentence --- - Cl = {s : VAnter => VTense => Polarity => Str} ; --- ClSlash = { --- s : ResLat.Tense => Anteriority => CPolarity => Order => Str ; --- c2 : Str --- } ; --- Imp = {s : CPolarity => ImpForm => Str} ; --- ----- Question --- --- QCl = {s : ResLat.Tense => Anteriority => CPolarity => QForm => Str} ; --- IP = {s : Case => Str ; n : Number} ; --- IComp = {s : Str} ; --- IDet = {s : Str ; n : Number} ; --- IQuant = {s : Number => Str} ; --- ----- Relative --- --- RCl = { --- s : ResLat.Tense => Anteriority => CPolarity => Agr => Str ; --- c : Case --- } ; --- RP = {s : RCase => Str ; a : RAgr} ; --- ----- Verb --- - VP = ResLat.VP ; - VPSlash = ResLat.VP ** {c2 : Preposition} ; - Comp = {s : Gender => Number => Case => Str} ; --- ----- Adjective --- - AP = Adjective ** {isPre : Bool} ; ---- {s : Agr => Str ; isPre : Bool} ; --- ----- Noun --- - CN = {s : Number => Case => Str ; g : Gender} ; - NP, Pron = {s : Case => Str ; g : Gender ; n : Number ; p : Person} ; - Det = Determiner ; --- Predet, Ord = {s : Str} ; - Num = {s : Gender => Case => Str ; n : Number} ; --- Card = {s : Str ; n : Number} ; - Quant = Quantifier ; --- ----- Numeral --- --- Numeral = {s : CardOrd => Str ; n : Number} ; --- Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; --- ----- Structural --- - Conj = {s1,s2 : Str ; n : Number} ; --- Subj = {s : Str} ; - Prep = {s : Str ; c : Case} ; --- ----- Open lexical classes, e.g. Lexicon - - V = Verb ; - V2 = Verb ** {c : Preposition} ; --- V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; --- V2, V2A, V2Q, V2S = Verb ** {c2 : Str} ; --- V3 = Verb ** {c2, c3 : Str} ; --- VV = {s : VVForm => Str ; isAux : Bool} ; --- V2V = Verb ** {c2 : Str ; isAux : Bool} ; --- - A = Adjective ** {isPre : Bool} ; --- A2 = {s : AForm => Str ; c2 : Str} ; --- - N = Noun ; --- N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; --- N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; - PN = {s : Case => Str ; g : Gender} ; --- -} diff --git a/next-lib/src/latin/ConjunctionLat.gf b/next-lib/src/latin/ConjunctionLat.gf deleted file mode 100644 index a857eef25..000000000 --- a/next-lib/src/latin/ConjunctionLat.gf +++ /dev/null @@ -1,60 +0,0 @@ ---concrete ConjunctionLat of Conjunction = --- CatLat ** open ResLat, Coordination, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- ConjS = conjunctDistrSS ; --- --- ConjAdv = conjunctDistrSS ; --- --- ConjNP conj ss = conjunctDistrTable Case conj ss ** { --- a = conjAgr (agrP3 conj.n) ss.a --- } ; --- --- ConjAP conj ss = conjunctDistrTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- ---{---b --- --- ConjS = conjunctSS ; --- DConjS = conjunctDistrSS ; --- --- ConjAdv = conjunctSS ; --- DConjAdv = conjunctDistrSS ; --- --- ConjNP conj ss = conjunctTable Case conj ss ** { --- a = conjAgr (agrP3 conj.n) ss.a --- } ; --- DConjNP conj ss = conjunctDistrTable Case conj ss ** { --- a = conjAgr (agrP3 conj.n) ss.a --- } ; --- --- ConjAP conj ss = conjunctTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- DConjAP conj ss = conjunctDistrTable Agr conj ss ** { --- isPre = ss.isPre --- } ; ----} --- ----- These fun's are generated from the list cat's. --- --- BaseS = twoSS ; --- ConsS = consrSS comma ; --- BaseAdv = twoSS ; --- ConsAdv = consrSS comma ; --- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; --- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; --- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; --- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; --- --- lincat --- [S] = {s1,s2 : Str} ; --- [Adv] = {s1,s2 : Str} ; --- [NP] = {s1,s2 : Case => Str ; a : Agr} ; --- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; --- ---} diff --git a/next-lib/src/latin/ExtraLat.gf b/next-lib/src/latin/ExtraLat.gf deleted file mode 100644 index 9dad2f9fb..000000000 --- a/next-lib/src/latin/ExtraLat.gf +++ /dev/null @@ -1,3 +0,0 @@ -concrete ExtraLat of ExtraLatAbs = CatLat ** - open ResLat, Coordination, Prelude in { -} diff --git a/next-lib/src/latin/GrammarLat.gf b/next-lib/src/latin/GrammarLat.gf deleted file mode 100644 index 18e5c0244..000000000 --- a/next-lib/src/latin/GrammarLat.gf +++ /dev/null @@ -1,18 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarLat of Grammar = - NounLat, - VerbLat, - AdjectiveLat, - AdverbLat, --- NumeralLat, - SentenceLat, --- QuestionLat, --- RelativeLat, --- ConjunctionLat, --- PhraseLat, - TextX, - StructuralLat --- IdiomLat - ** { -} ; diff --git a/next-lib/src/latin/IdiomLat.gf b/next-lib/src/latin/IdiomLat.gf deleted file mode 100644 index b8adec832..000000000 --- a/next-lib/src/latin/IdiomLat.gf +++ /dev/null @@ -1,30 +0,0 @@ ---concrete IdiomLat of Idiom = CatLat ** open Prelude, ResLat in { --- --- flags optimize=all_subs ; --- --- lin --- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; --- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; --- --- CleftNP np rs = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => rs.s ! np.a) --- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; --- --- CleftAdv ad s = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => conjThat ++ s.s) --- (insertObj (\\_ => ad.s) (predAux auxBe))) ; --- --- ExistNP np = --- mkClause "there" (agrP3 (fromAgr np.a).n) --- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; --- --- ExistIP ip = --- mkQuestion (ss (ip.s ! Nom)) --- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; --- --- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; --- --- ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; --- ---} --- diff --git a/next-lib/src/latin/IrregEngAbs.gf b/next-lib/src/latin/IrregEngAbs.gf deleted file mode 100644 index 103fe3278..000000000 --- a/next-lib/src/latin/IrregEngAbs.gf +++ /dev/null @@ -1,176 +0,0 @@ -abstract IrregEngAbs = Cat ** { -fun - awake_V : V ; - bear_V : V ; - beat_V : V ; - become_V : V ; - begin_V : V ; - bend_V : V ; - beset_V : V ; - bet_V : V ; - bid_V : V ; - bind_V : V ; - bite_V : V ; - bleed_V : V ; - blow_V : V ; - break_V : V ; - breed_V : V ; - bring_V : V ; - broadcast_V : V ; - build_V : V ; - burn_V : V ; - burst_V : V ; - buy_V : V ; - cast_V : V ; - catch_V : V ; - choose_V : V ; - cling_V : V ; - come_V : V ; - cost_V : V ; - creep_V : V ; - cut_V : V ; - deal_V : V ; - dig_V : V ; - dive_V : V ; - do_V : V ; - draw_V : V ; - dream_V : V ; - drive_V : V ; - drink_V : V ; - eat_V : V ; - fall_V : V ; - feed_V : V ; - feel_V : V ; - fight_V : V ; - find_V : V ; - fit_V : V ; - flee_V : V ; - fling_V : V ; - fly_V : V ; - forbid_V : V ; - forget_V : V ; - forgive_V : V ; - forsake_V : V ; - freeze_V : V ; - get_V : V ; - give_V : V ; - go_V : V ; - grind_V : V ; - grow_V : V ; - hang_V : V ; - have_V : V ; - hear_V : V ; - hide_V : V ; - hit_V : V ; - hold_V : V ; - hurt_V : V ; - keep_V : V ; - kneel_V : V ; - knit_V : V ; - know_V : V ; - lay_V : V ; - lead_V : V ; - leap_V : V ; - learn_V : V ; - leave_V : V ; - lend_V : V ; - let_V : V ; - lie_V : V ; - light_V : V ; - lose_V : V ; - make_V : V ; - mean_V : V ; - meet_V : V ; - misspell_V : V ; - mistake_V : V ; - mow_V : V ; - overcome_V : V ; - overdo_V : V ; - overtake_V : V ; - overthrow_V : V ; - pay_V : V ; - plead_V : V ; - prove_V : V ; - put_V : V ; - quit_V : V ; - read_V : V ; - rid_V : V ; - ride_V : V ; - ring_V : V ; - rise_V : V ; - run_V : V ; - saw_V : V ; - say_V : V ; - see_V : V ; - seek_V : V ; - sell_V : V ; - send_V : V ; - set_V : V ; - sew_V : V ; - shake_V : V ; - shave_V : V ; - shear_V : V ; - shed_V : V ; - shine_V : V ; - shoe_V : V ; - shoot_V : V ; - show_V : V ; - shrink_V : V ; - shut_V : V ; - sing_V : V ; - sink_V : V ; - sit_V : V ; - sleep_V : V ; - slay_V : V ; - slide_V : V ; - sling_V : V ; - slit_V : V ; - smite_V : V ; - sow_V : V ; - speak_V : V ; - speed_V : V ; - spend_V : V ; - spill_V : V ; - spin_V : V ; - spit_V : V ; - split_V : V ; - spread_V : V ; - spring_V : V ; - stand_V : V ; - steal_V : V ; - stick_V : V ; - sting_V : V ; - stink_V : V ; - stride_V : V ; - strike_V : V ; - string_V : V ; - strive_V : V ; - swear_V : V ; - sweep_V : V ; - swell_V : V ; - swim_V : V ; - swing_V : V ; - take_V : V ; - teach_V : V ; - tear_V : V ; - tell_V : V ; - think_V : V ; - thrive_V : V ; - throw_V : V ; - thrust_V : V ; - tread_V : V ; - understand_V : V ; - uphold_V : V ; - upset_V : V ; - wake_V : V ; - wear_V : V ; - weave_V : V ; - wed_V : V ; - weep_V : V ; - wind_V : V ; - win_V : V ; - withhold_V : V ; - withstand_V : V ; - wring_V : V ; - write_V : V ; -} diff --git a/next-lib/src/latin/IrregLat.gf b/next-lib/src/latin/IrregLat.gf deleted file mode 100644 index 20657f086..000000000 --- a/next-lib/src/latin/IrregLat.gf +++ /dev/null @@ -1,181 +0,0 @@ -----# -path=.:prelude:../abstract:../common --- ---concrete IrregLat of IrregLatAbs = CatLat ** open ParadigmsLat in { --- ---flags optimize=values ; --- --- lin --- awake_V = irregV "awake" "awoke" "awoken" ; --- bear_V = irregV "bear" "bore" "born" ; --- beat_V = irregV "beat" "beat" "beat" ; --- become_V = irregV "become" "became" "become" ; --- begin_V = irregV "begin" "began" "begun" ; --- bend_V = irregV "bend" "bent" "bent" ; --- beset_V = irregV "beset" "beset" "beset" ; --- bet_V = irregDuplV "bet" "bet" "bet" ; --- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; --- bind_V = irregV "bind" "bound" "bound" ; --- bite_V = irregV "bite" "bit" "bitten" ; --- bleed_V = irregV "bleed" "bled" "bled" ; --- blow_V = irregV "blow" "blew" "blown" ; --- break_V = irregV "break" "broke" "broken" ; --- breed_V = irregV "breed" "bred" "bred" ; --- bring_V = irregV "bring" "brought" "brought" ; --- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; --- build_V = irregV "build" "built" "built" ; --- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; --- burst_V = irregV "burst" "burst" "burst" ; --- buy_V = irregV "buy" "bought" "bought" ; --- cast_V = irregV "cast" "cast" "cast" ; --- catch_V = irregV "catch" "caught" "caught" ; --- choose_V = irregV "choose" "chose" "chosen" ; --- cling_V = irregV "cling" "clung" "clung" ; --- come_V = irregV "come" "came" "come" ; --- cost_V = irregV "cost" "cost" "cost" ; --- creep_V = irregV "creep" "crept" "crept" ; --- cut_V = irregDuplV "cut" "cut" "cut" ; --- deal_V = irregV "deal" "dealt" "dealt" ; --- dig_V = irregDuplV "dig" "dug" "dug" ; --- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; --- do_V = mk5V "do" "does" "did" "done" "doing" ; --- draw_V = irregV "draw" "drew" "drawn" ; --- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; --- drive_V = irregV "drive" "drove" "driven" ; --- drink_V = irregV "drink" "drank" "drunk" ; --- eat_V = irregV "eat" "ate" "eaten" ; --- fall_V = irregV "fall" "fell" "fallen" ; --- feed_V = irregV "feed" "fed" "fed" ; --- feel_V = irregV "feel" "felt" "felt" ; --- fight_V = irregV "fight" "fought" "fought" ; --- find_V = irregV "find" "found" "found" ; --- fit_V = irregDuplV "fit" "fit" "fit" ; --- flee_V = irregV "flee" "fled" "fled" ; --- fling_V = irregV "fling" "flung" "flung" ; --- fly_V = irregV "fly" "flew" "flown" ; --- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; --- forget_V = irregDuplV "forget" "forgot" "forgotten" ; --- forgive_V = irregV "forgive" "forgave" "forgiven" ; --- forsake_V = irregV "forsake" "forsook" "forsaken" ; --- freeze_V = irregV "freeze" "froze" "frozen" ; --- get_V = irregDuplV "get" "got" "gotten" ; --- give_V = irregV "give" "gave" "given" ; --- go_V = mk5V "go" "goes" "went" "gone" "going" ; --- grind_V = irregV "grind" "ground" "ground" ; --- grow_V = irregV "grow" "grew" "grown" ; --- hang_V = irregV "hang" "hung" "hung" ; --- have_V = mk5V "have" "has" "had" "had" "having" ; --- hear_V = irregV "hear" "heard" "heard" ; --- hide_V = irregV "hide" "hid" "hidden" ; --- hit_V = irregDuplV "hit" "hit" "hit" ; --- hold_V = irregV "hold" "held" "held" ; --- hurt_V = irregV "hurt" "hurt" "hurt" ; --- keep_V = irregV "keep" "kept" "kept" ; --- kneel_V = irregV "kneel" "knelt" "knelt" ; --- knit_V = irregDuplV "knit" "knit" "knit" ; --- know_V = irregV "know" "knew" "know" ; --- lay_V = irregV "lay" "laid" "laid" ; --- lead_V = irregV "lead" "led" "led" ; --- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; --- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; --- leave_V = irregV "leave" "left" "left" ; --- lend_V = irregV "lend" "lent" "lent" ; --- let_V = irregDuplV "let" "let" "let" ; --- lie_V = irregV "lie" "lay" "lain" ; --- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; --- lose_V = irregV "lose" "lost" "lost" ; --- make_V = irregV "make" "made" "made" ; --- mean_V = irregV "mean" "meant" "meant" ; --- meet_V = irregV "meet" "met" "met" ; --- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; --- mistake_V = irregV "mistake" "mistook" "mistaken" ; --- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; --- overcome_V = irregV "overcome" "overcame" "overcome" ; --- overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; --- overtake_V = irregV "overtake" "overtook" "overtaken" ; --- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; --- pay_V = irregV "pay" "paid" "paid" ; --- plead_V = irregV "plead" "pled" "pled" ; --- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; --- put_V = irregDuplV "put" "put" "put" ; --- quit_V = irregDuplV "quit" "quit" "quit" ; --- read_V = irregV "read" "read" "read" ; --- rid_V = irregDuplV "rid" "rid" "rid" ; --- ride_V = irregV "ride" "rode" "ridden" ; --- ring_V = irregV "ring" "rang" "rung" ; --- rise_V = irregV "rise" "rose" "risen" ; --- run_V = irregDuplV "run" "ran" "run" ; --- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; --- say_V = irregV "say" "said" "said" ; --- see_V = irregV "see" "saw" "seen" ; --- seek_V = irregV "seek" "sought" "sought" ; --- sell_V = irregV "sell" "sold" "sold" ; --- send_V = irregV "send" "sent" "sent" ; --- set_V = irregDuplV "set" "set" "set" ; --- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; --- shake_V = irregV "shake" "shook" "shaken" ; --- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; --- shear_V = irregV "shear" "shore" "shorn" ; --- shed_V = irregDuplV "shed" "shed" "shed" ; --- shine_V = irregV "shine" "shone" "shone" ; --- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; --- shoot_V = irregV "shoot" "shot" "shot" ; --- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; --- shrink_V = irregV "shrink" "shrank" "shrunk" ; --- shut_V = irregDuplV "shut" "shut" "shut" ; --- sing_V = irregV "sing" "sang" "sung" ; --- sink_V = irregV "sink" "sank" "sunk" ; --- sit_V = irregDuplV "sit" "sat" "sat" ; --- sleep_V = irregV "sleep" "slept" "slept" ; --- slay_V = irregV "slay" "slew" "slain" ; --- slide_V = irregV "slide" "slid" "slid" ; --- sling_V = irregV "sling" "slung" "slung" ; --- slit_V = irregDuplV "slit" "slit" "slit" ; --- smite_V = irregV "smite" "smote" "smitten" ; --- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; --- speak_V = irregV "speak" "spoke" "spoken" ; --- speed_V = irregV "speed" "sped" "sped" ; --- spend_V = irregV "spend" "spent" "spent" ; --- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; --- spin_V = irregDuplV "spin" "spun" "spun" ; --- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; --- split_V = irregDuplV "split" "split" "split" ; --- spread_V = irregV "spread" "spread" "spread" ; --- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; --- stand_V = irregV "stand" "stood" "stood" ; --- steal_V = irregV "steal" "stole" "stolen" ; --- stick_V = irregV "stick" "stuck" "stuck" ; --- sting_V = irregV "sting" "stung" "stung" ; --- stink_V = irregV "stink" "stank" "stunk" ; --- stride_V = irregV "stride" "strod" "stridden" ; --- strike_V = irregV "strike" "struck" "struck" ; --- string_V = irregV "string" "strung" "strung" ; --- strive_V = irregV "strive" "strove" "striven" ; --- swear_V = irregV "swear" "swore" "sworn" ; --- sweep_V = irregV "sweep" "swept" "swept" ; --- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; --- swim_V = irregDuplV "swim" "swam" "swum" ; --- swing_V = irregV "swing" "swung" "swung" ; --- take_V = irregV "take" "took" "taken" ; --- teach_V = irregV "teach" "taught" "taught" ; --- tear_V = irregV "tear" "tore" "torn" ; --- tell_V = irregV "tell" "told" "told" ; --- think_V = irregV "think" "thought" "thought" ; --- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; --- throw_V = irregV "throw" "threw" "thrown" ; --- thrust_V = irregV "thrust" "thrust" "thrust" ; --- tread_V = irregV "tread" "trod" "trodden" ; --- understand_V = irregV "understand" "understood" "understood" ; --- uphold_V = irregV "uphold" "upheld" "upheld" ; --- upset_V = irregDuplV "upset" "upset" "upset" ; --- wake_V = irregV "wake" "woke" "woken" ; --- wear_V = irregV "wear" "wore" "worn" ; --- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; --- wed_V = irregDuplV "wed" "wed" "wed" ; --- weep_V = irregV "weep" "wept" "wept" ; --- wind_V = irregV "wind" "wound" "wound" ; --- win_V = irregDuplV "win" "won" "won" ; --- withhold_V = irregV "withhold" "withheld" "withheld" ; --- withstand_V = irregV "withstand" "withstood" "withstood" ; --- wring_V = irregV "wring" "wrung" "wrung" ; --- write_V = irregV "write" "wrote" "written" ; ---} diff --git a/next-lib/src/latin/LangLat.gf b/next-lib/src/latin/LangLat.gf deleted file mode 100644 index c84169b5a..000000000 --- a/next-lib/src/latin/LangLat.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangLat of Lang = - GrammarLat, - LexiconLat - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/latin/LexiconLat.gf b/next-lib/src/latin/LexiconLat.gf deleted file mode 100644 index 4c0fc16a3..000000000 --- a/next-lib/src/latin/LexiconLat.gf +++ /dev/null @@ -1,377 +0,0 @@ ---# -path=.:prelude - -concrete LexiconLat of Lexicon = CatLat ** open - ParadigmsLat, --- IrregLat, - Prelude in { - -flags - optimize=values ; - -lin --- airplane_N = mkN "airplane" ; --- answer_V2S = mkV2S (regV "answer") toP ; --- apartment_N = mkN "apartment" ; --- apple_N = mkN "apple" ; - art_N = mkN "ars" ; --- ask_V2Q = mkV2Q (regV "ask") noPrep ; - baby_N = mkN "infans" ; - bad_A = mkA "malus" ; --- bank_N = mkN "bank" ; - beautiful_A = mkA "pulcher" ; --- become_VA = mkVA (irregV "become" "became" "become") ; - beer_N = mkN "cerevisia" ; --- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; - big_A = mkA "magnus" ; --- bike_N = mkN "bike" ; - bird_N = mkN "avis" "avis" masculine ; - black_A = mkA "niger" ; --- blue_A = regADeg "blue" ; --- boat_N = mkN "boat" ; - book_N = mkN "liber" ; --- boot_N = mkN "boot" ; --- boss_N = mkN human (mkN "boss") ; - boy_N = mkN "liber" ; - bread_N = mkN "panis" "panis" masculine ; - break_V2 = mkV2 (mkV "rumpo" "rupi" "ruptum" "rumpere") ; --- broad_A = regADeg "broad" ; --- brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; --- brown_A = regADeg "brown" ; --- butter_N = mkN "butter" ; --- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; --- camera_N = mkN "camera" ; --- cap_N = mkN "cap" ; --- car_N = mkN "car" ; --- carpet_N = mkN "carpet" ; - cat_N = mkN "felis" ; --- ceiling_N = mkN "ceiling" ; --- chair_N = mkN "chair" ; --- cheese_N = mkN "cheese" ; --- child_N = mk2N "child" "children" ; --- church_N = mkN "church" ; - city_N = mkN "urbs" "urbis" feminine ; --- clean_A = regADeg "clean" ; --- clever_A = regADeg "clever" ; --- close_V2 = dirV2 (regV "close") ; --- coat_N = mkN "coat" ; --- cold_A = regADeg "cold" ; --- come_V = (irregV "come" "came" "come") ; --- computer_N = mkN "computer" ; --- country_N = mkN "country" ; --- cousin_N = mkN human (mkN "cousin") ; --- cow_N = mkN "cow" ; --- die_V = (regV "die") ; --- dirty_A = regADeg "dirty" ; --- distance_N3 = mkN3 (mkN "distance") fromP toP ; --- doctor_N = mkN human (mkN "doctor") ; --- dog_N = mkN "dog" ; --- door_N = mkN "door" ; --- drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; --- easy_A2V = mkA2V (regA "easy") forP ; --- eat_V2 = dirV2 (irregV "eat" "ate" "eaten") ; --- empty_A = regADeg "empty" ; --- enemy_N = mkN "enemy" ; --- factory_N = mkN "factory" ; --- father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; --- fear_VS = mkVS (regV "fear") ; --- find_V2 = dirV2 (irregV "find" "found" "found") ; --- fish_N = mk2N "fish" "fish" ; --- floor_N = mkN "floor" ; --- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; --- fridge_N = mkN "fridge" ; --- friend_N = mkN human (mkN "friend") ; --- fruit_N = mkN "fruit" ; --- fun_AV = mkAV (regA "fun") ; --- garden_N = mkN "garden" ; --- girl_N = mkN feminine (mkN "girl") ; --- glove_N = mkN "glove" ; - gold_N = mkN "aurum" ; - good_A = mkA "bonus" ; --- go_V = mk5V "go" "goes" "went" "gone" "going" ; --- green_A = regADeg "green" ; --- harbour_N = mkN "harbour" ; --- hate_V2 = dirV2 (regV "hate") ; --- hat_N = mkN "hat" ; --- have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; --- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; --- hill_N = mkN "hill" ; --- hope_VS = mkVS (regV "hope") ; --- horse_N = mkN "horse" ; --- hot_A = duplADeg "hot" ; --- house_N = mkN "house" ; --- important_A = compoundADeg (regA "important") ; --- industry_N = mkN "industry" ; --- iron_N = mkN "iron" ; --- king_N = mkN masculine (mkN "king") ; --- know_V2 = dirV2 (irregV "know" "knew" "known") ; --- lake_N = mkN "lake" ; --- lamp_N = mkN "lamp" ; --- learn_V2 = dirV2 (regV "learn") ; --- leather_N = mkN "leather" ; --- leave_V2 = dirV2 (irregV "leave" "left" "left") ; --- like_V2 = dirV2 (regV "like") ; --- listen_V2 = prepV2 (regV "listen") toP ; --- live_V = (regV "live") ; --- long_A = regADeg "long" ; --- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; - love_N = mkN "amor" ; - love_V2 = mkV2 "amare" ; --- man_N = mkN masculine (mk2N "man" "men") ; --- married_A2 = mkA2 (regA "married") toP ; --- meat_N = mkN "meat" ; --- milk_N = mkN "milk" ; --- moon_N = mkN "moon" ; --- mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; --- mountain_N = mkN "mountain" ; --- music_N = mkN "music" ; --- narrow_A = regADeg "narrow" ; --- new_A = regADeg "new" ; --- newspaper_N = mkN "newspaper" ; --- oil_N = mkN "oil" ; --- old_A = regADeg "old" ; --- open_V2 = dirV2 (regV "open") ; --- paint_V2A = mkV2A (regV "paint") noPrep ; --- paper_N = mkN "paper" ; --- paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; --- peace_N = mkN "peace" ; --- pen_N = mkN "pen" ; --- planet_N = mkN "planet" ; --- plastic_N = mkN "plastic" ; --- play_V2 = dirV2 (regV "play") ; --- policeman_N = mkN masculine (mkN "policeman" "policemen") ; --- priest_N = mkN human (mkN "priest") ; --- probable_AS = mkAS (regA "probable") ; --- queen_N = mkN feminine (mkN "queen") ; --- radio_N = mkN "radio" ; --- rain_V0 = mkV0 (regV "rain") ; --- read_V2 = dirV2 (irregV "read" "read" "read") ; --- red_A = duplADeg "red" ; --- religion_N = mkN "religion" ; --- restaurant_N = mkN "restaurant" ; --- river_N = mkN "river" ; --- rock_N = mkN "rock" ; --- roof_N = mkN "roof" ; --- rubber_N = mkN "rubber" ; --- run_V = (irregDuplV "run" "ran" "run") ; --- say_VS = mkVS (irregV "say" "said" "said") ; --- school_N = mkN "school" ; --- science_N = mkN "science" ; --- sea_N = mkN "sea" ; --- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; --- see_V2 = dirV2 (irregV "see" "saw" "seen") ; --- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; --- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; --- sheep_N = mk2N "sheep" "sheep" ; --- ship_N = mkN "ship" ; --- shirt_N = mkN "shirt" ; --- shoe_N = mkN "shoe" ; --- shop_N = mkN "shop" ; --- short_A = regADeg "short" ; --- silver_N = mkN "silver" ; --- sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; - sleep_V = mkV "dormio" "dormivi" "dormitus" "dormire" ; --- small_A = regADeg "small" ; --- snake_N = mkN "snake" ; --- sock_N = mkN "sock" ; --- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; --- star_N = mkN "star" ; --- steel_N = mkN "steel" ; --- stone_N = mkN "stone" ; --- stove_N = mkN "stove" ; --- student_N = mkN human (mkN "student") ; --- stupid_A = regADeg "stupid" ; --- sun_N = mkN "sun" ; --- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; --- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; --- table_N = mkN "table" ; --- talk_V3 = mkV3 (regV "talk") toP aboutP ; --- teacher_N = mkN human (mkN "teacher") ; --- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; --- television_N = mkN "television" ; --- thick_A = regADeg "thick" ; --- thin_A = duplADeg "thin" ; --- train_N = mkN "train" ; --- travel_V = (regDuplV "travel") ; --- tree_N = mkN "tree" ; --- ---- trousers_N = mkN "trousers" ; --- ugly_A = regADeg "ugly" ; --- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; --- university_N = mkN "university" ; --- village_N = mkN "village" ; --- wait_V2 = prepV2 (regV "wait") forP ; --- walk_V = (regV "walk") ; --- warm_A = regADeg "warm" ; --- war_N = mkN "war" ; --- watch_V2 = dirV2 (regV "watch") ; --- water_N = mkN "water" ; --- white_A = regADeg "white" ; --- window_N = mkN "window" ; --- wine_N = mkN "wine" ; --- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; --- woman_N = mkN feminine (mk2N "woman" "women") ; --- wonder_VQ = mkVQ (regV "wonder") ; --- wood_N = mkN "wood" ; --- write_V2 = dirV2 (irregV "write" "wrote" "written") ; --- yellow_A = regADeg "yellow" ; --- young_A = regADeg "young" ; --- --- do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; --- now_Adv = mkAdv "now" ; --- already_Adv = mkAdv "already" ; --- song_N = mkN "song" ; --- add_V3 = dirV3 (regV "add") toP ; --- number_N = mkN "number" ; --- put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; --- stop_V = regDuplV "stop" ; --- jump_V = regV "jump" ; --- --- left_Ord = ss "left" ; --- right_Ord = ss "right" ; --- far_Adv = mkAdv "far" ; --- correct_A = (regA "correct") ; --- dry_A = regA "dry" ; --- dull_A = regA "dull" ; --- full_A = regA "full" ; --- heavy_A = regA "heavy" ; --- near_A = regA "near" ; --- rotten_A = (regA "rotten") ; --- round_A = regA "round" ; --- sharp_A = regA "sharp" ; --- smooth_A = regA "smooth" ; --- straight_A = regA "straight" ; --- wet_A = regA "wet" ; ---- --- wide_A = regA "wide" ; --- animal_N = mkN "animal" ; --- ashes_N = mkN "ash" ; -- FIXME: plural only? --- back_N = mkN "back" ; --- bark_N = mkN "bark" ; --- belly_N = mkN "belly" ; --- blood_N = mkN "blood" ; --- bone_N = mkN "bone" ; --- breast_N = mkN "breast" ; --- cloud_N = mkN "cloud" ; --- day_N = mkN "day" ; --- dust_N = mkN "dust" ; --- ear_N = mkN "ear" ; --- earth_N = mkN "earth" ; --- egg_N = mkN "egg" ; --- eye_N = mkN "eye" ; --- fat_N = mkN "fat" ; --- feather_N = mkN "feather" ; --- fingernail_N = mkN "fingernail" ; --- fire_N = mkN "fire" ; --- flower_N = mkN "flower" ; --- fog_N = mkN "fog" ; --- foot_N = mk2N "foot" "feet" ; --- forest_N = mkN "forest" ; --- grass_N = mkN "grass" ; --- guts_N = mkN "gut" ; -- FIXME: no singular --- hair_N = mkN "hair" ; --- hand_N = mkN "hand" ; --- head_N = mkN "head" ; --- heart_N = mkN "heart" ; --- horn_N = mkN "horn" ; --- husband_N = mkN masculine (mkN "husband") ; --- ice_N = mkN "ice" ; --- knee_N = mkN "knee" ; --- leaf_N = mk2N "leaf" "leaves" ; --- leg_N = mkN "leg" ; --- liver_N = mkN "liver" ; --- louse_N = mk2N "louse" "lice" ; --- mouth_N = mkN "mouth" ; --- name_N = mkN "name" ; --- neck_N = mkN "neck" ; --- night_N = mkN "night" ; --- nose_N = mkN "nose" ; --- person_N = mkN human (mkN "person") ; --- rain_N = mkN "rain" ; --- road_N = mkN "road" ; --- root_N = mkN "root" ; --- rope_N = mkN "rope" ; --- salt_N = mkN "salt" ; --- sand_N = mkN "sand" ; --- seed_N = mkN "seed" ; --- skin_N = mkN "skin" ; --- sky_N = mkN "sky" ; --- smoke_N = mkN "smoke" ; --- snow_N = mkN "snow" ; --- stick_N = mkN "stick" ; --- tail_N = mkN "tail" ; --- tongue_N = mkN "tongue" ; --- tooth_N = mk2N "tooth" "teeth" ; --- wife_N = mkN feminine (mk2N "wife" "wives") ; --- wind_N = mkN "wind" ; --- wing_N = mkN "wing" ; --- worm_N = mkN "worm" ; --- year_N = mkN "year" ; --- blow_V = IrregLat.blow_V ; --- breathe_V = dirV2 (regV "breathe") ; --- burn_V = IrregLat.burn_V ; --- dig_V = IrregLat.dig_V ; --- fall_V = IrregLat.fall_V ; --- float_V = regV "float" ; --- flow_V = regV "flow" ; --- fly_V = IrregLat.fly_V ; --- freeze_V = IrregLat.freeze_V ; --- give_V3 = dirV3 give_V toP ; --- laugh_V = regV "laugh" ; --- lie_V = IrregLat.lie_V ; --- play_V = regV "play" ; --- sew_V = IrregLat.sew_V ; --- sing_V = IrregLat.sing_V ; --- sit_V = IrregLat.sit_V ; --- smell_V = regV "smell" ; --- spit_V = IrregLat.spit_V ; --- stand_V = IrregLat.stand_V ; --- swell_V = IrregLat.swell_V ; --- swim_V = IrregLat.swim_V ; --- think_V = IrregLat.think_V ; --- turn_V = regV "turn" ; --- vomit_V = regV "vomit" ; --- --- bite_V2 = dirV2 IrregLat.bite_V ; --- count_V2 = dirV2 (regV "count") ; --- cut_V2 = dirV2 IrregLat.cut_V ; --- fear_V2 = dirV2 (regV "fear") ; --- fight_V2 = dirV2 fight_V ; --- hit_V2 = dirV2 hit_V ; --- hold_V2 = dirV2 hold_V ; --- hunt_V2 = dirV2 (regV "hunt") ; --- kill_V2 = dirV2 (regV "kill") ; --- pull_V2 = dirV2 (regV "pull") ; --- push_V2 = dirV2 (regV "push") ; --- rub_V2 = dirV2 (regDuplV "rub") ; --- scratch_V2 = dirV2 (regV "scratch") ; --- split_V2 = dirV2 split_V ; --- squeeze_V2 = dirV2 (regV "squeeze") ; --- stab_V2 = dirV2 (regDuplV "stab") ; --- suck_V2 = dirV2 (regV "suck") ; --- throw_V2 = dirV2 throw_V ; --- tie_V2 = dirV2 (regV "tie") ; --- wash_V2 = dirV2 (regV "wash") ; --- wipe_V2 = dirV2 (regV "wipe") ; --- ----- other_A = regA "other" ; --- --- grammar_N = mkN "grammar" ; --- language_N = mkN "language" ; --- rule_N = mkN "rule" ; --- ----- added 4/6/2007 --- john_PN = mkPN (mkN masculine (mkN "John")) ; --- question_N = mkN "question" ; --- ready_A = regA "ready" ; --- reason_N = mkN "reason" ; --- today_Adv = mkAdv "today" ; --- uncertain_A = regA "uncertain" ; --- ---oper --- aboutP = mkPrep "about" ; --- atP = mkPrep "at" ; --- forP = mkPrep "for" ; --- fromP = mkPrep "from" ; --- inP = mkPrep "in" ; --- onP = mkPrep "on" ; --- toP = mkPrep "to" ; --- -} diff --git a/next-lib/src/latin/MorphoLat.gf b/next-lib/src/latin/MorphoLat.gf deleted file mode 100644 index 1236145d0..000000000 --- a/next-lib/src/latin/MorphoLat.gf +++ /dev/null @@ -1,197 +0,0 @@ -----# -path=.:../../prelude --- -----1 A Simple Latlish Resource Morphology ----- ----- Aarne Ranta 2002 -- 2005 ----- ----- This resource morphology contains definitions needed in the resource ----- syntax. To build a lexicon, it is better to use $ParadigmsLat$, which ----- gives a higher-level access to this module. --- ---resource MorphoLat = ResLat ** open Prelude, (Predef=Predef) in { --- --- flags optimize=all ; --- -----2 Phonology ----- ----- To regulate the use of endings for both nouns, adjectives, and verbs: --- ---oper --- y2ie : Str -> Str -> Str = \fly,s -> --- let y = last (init fly) in --- case y of { --- "a" => fly + s ; --- "e" => fly + s ; --- "o" => fly + s ; --- "u" => fly + s ; --- _ => init fly + "ie" + s --- } ; --- --- -----2 Nouns ----- ----- For conciseness and abstraction, we define a worst-case macro for ----- noun inflection. It is used for defining special case that ----- only need one string as argument. --- ---oper --- CommonNoun : Type = {s : Number => Case => Str} ; --- --- nounGen : Str -> CommonNoun = \dog -> case last dog of { --- "y" => nounY "dog" ; --- "s" => nounS (init "dog") ; --- _ => nounReg "dog" --- } ; --- ----- These are auxiliaries to $nounGen$. --- --- nounReg : Str -> CommonNoun = \dog -> --- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); --- nounS : Str -> CommonNoun = \kiss -> --- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; --- nounY : Str -> CommonNoun = \fl -> --- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; --- --- -----3 Proper names ----- ----- Regular proper names are inflected with "'s" in the genitive. --- --- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> --- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; --- -----2 Determiners --- --- mkDeterminer : Number -> Str -> {s,sp : Str ; n : Number} = \n,s -> --- {s,sp = s ; n = n} ; --- -----2 Pronouns ----- ----- Here we define personal pronouns. ----- ----- We record the form "mine" and the gender for later use. --- --- Pronoun : Type = --- {s : Case => Str ; a : Agr} ; --- --- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = --- \I,me,my,mine,n,p,g -> --- {s = table {Nom => I ; Acc => me ; Gen => my} ; --- a = toAgr n p g --- } ; --- --- human : Gender = Masc ; --- doesn't matter --- --- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; --- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK --- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; --- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; --- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; --- --- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; --- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; --- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- --- --- -----2 Adjectives ----- ----- To form the adjectival and the adverbial forms, two strings are needed ----- in the worst case. (First without degrees.) --- --- Adjective = {s : AForm => Str} ; --- ----- However, most adjectives can be inflected using the final character. ----- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. --- --- regAdjective : Str -> Adjective = \free -> --- let --- e = last free ; --- fre = init free ; --- freely = case e of { --- "y" => fre + "ily" ; --- _ => free + "ly" --- } ; --- fre = case e of { --- "e" => fre ; --- "y" => fre + "i" ; --- _ => free --- } --- in --- mkAdjective free (fre + "er") (fre + "est") freely ; --- ----- Many adjectives are 'inflected' by adding a comparison word. --- --- adjDegrLong : Str -> Adjective = \ridiculous -> --- mkAdjective --- ridiculous --- ("more" ++ ridiculous) --- ("most" ++ ridiculous) --- ((regAdjective ridiculous).s ! AAdv) ; --- --- -----3 Verbs ----- ----- The worst case needs five forms. (The verb "be" is treated separately.) --- --- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> --- let going = case last go of { --- "e" => init go + "ing" ; --- _ => go + "ing" --- } --- in --- mkVerb go goes went gone going ; --- ----- This is what we use to derive the irregular forms in almost all cases --- --- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> --- let bites = case last bite of { --- "y" => y2ie bite "s" ; --- "s" => init bite + "es" ; --- _ => bite + "s" --- } --- in mkVerb4 bite bites bit bitten ; --- ----- This is used to derive regular forms. --- --- mkVerbReg : Str -> Verb = \soak -> --- let --- soaks = case last soak of { --- "y" => y2ie soak "s" ; --- "s" => init soak + "es" ; --- _ => soak + "s" --- } ; --- soaked = case last soak of { --- "e" => init soak + "s" ; --- _ => soak + "ed" --- } --- in --- mkVerb4 soak soaks soaked soaked ; --- --- verbGen : Str -> Verb = \kill -> case last kill of { --- "y" => verbP3y (init kill) ; --- "e" => verbP3e (init kill) ; --- "s" => verbP3s (init kill) ; --- _ => regVerbP3 kill --- } ; --- ----- These are just auxiliary to $verbGen$. --- --- regVerbP3 : Str -> Verb = \walk -> --- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; --- verbP3s : Str -> Verb = \kiss -> --- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; --- verbP3e : Str -> Verb = \love -> --- mkVerb4 love (love + "s") (love + "d") (love + "d") ; --- verbP3y : Str -> Verb = \cr -> --- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; --- ------ The particle always appears right after the verb. --- --- verbPart : Verb -> Str -> Verb = \v,p -> --- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; --- --- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; --- --- ---} ; --- diff --git a/next-lib/src/latin/NounLat.gf b/next-lib/src/latin/NounLat.gf deleted file mode 100644 index 01eb80a25..000000000 --- a/next-lib/src/latin/NounLat.gf +++ /dev/null @@ -1,132 +0,0 @@ -concrete NounLat of Noun = CatLat ** open ResLat, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ! cn.g ! c ++ cn.s ! det.n ! c ; - n = det.n ; g = cn.g ; p = P3 - } ; - --- UsePN pn = pn ** {a = agrgP3 Sg pn.g} ; - UsePron p = p ; - --- PredetNP pred np = { --- s = \\c => pred.s ++ np.s ! c ; --- a = np.a --- } ; --- --- PPartNP np v2 = { --- s = \\c => np.s ! c ++ v2.s ! VPPart ; --- a = np.a --- } ; --- --- RelNP np rs = { --- s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; --- a = np.a --- } ; --- --- AdvNP np adv = { --- s = \\c => np.s ! c ++ adv.s ; --- a = np.a --- } ; --- --- DetQuantOrd quant num ord = { --- s = quant.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; --- sp = quant.sp ! num.hasCard ! num.n ++ num.s ++ ord.s ; --- n = num.n --- } ; --- - DetQuant quant num = { - s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ! c ; - sp = \\g,c => quant.sp ! num.n ! g ! c ++ num.s ! g ! c ; - n = num.n - } ; - - DetNP det = { - s = det.sp ! Neutr ; - g = Neutr ; n = det.n ; p = P3 - } ; - --- PossPron p = { --- s = \\_,_ => p.s ! Gen ; --- sp = \\_,_ => p.sp --- } ; --- - NumSg = {s = \\_,_ => [] ; n = Sg} ; - NumPl = {s = \\_,_ => [] ; n = Pl} ; - --- NumCard n = n ** {hasCard = True} ; --- --- NumDigits n = {s = n.s ! NCard ; n = n.n} ; --- OrdDigits n = {s = n.s ! NOrd} ; --- --- NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; --- OrdNumeral numeral = {s = numeral.s ! NOrd} ; --- --- AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; --- --- OrdSuperl a = {s = a.s ! AAdj Superl} ; - - DefArt = { - s = \\_,_,_ => [] ; - sp = \\n,g => (personalPronoun g n P3).s - } ; - --- IndefArt = { --- s = \\c,n => case of { --- => artIndef ; --- _ => [] --- } ; --- sp = \\c,n => case of { --- => "one" ; --- => "ones" ; --- _ => [] --- } --- } ; --- --- MassNP cn = { --- s = cn.s ! Sg ; --- a = agrP3 Sg --- } ; --- - UseN n = n ; --- UseN2 n = n ; ------b UseN3 n = n ; --- --- Use2N3 f = { --- s = \\n,c => f.s ! n ! Nom ; --- g = f.g ; --- c2 = f.c2 --- } ; --- --- Use3N3 f = { --- s = \\n,c => f.s ! n ! Nom ; --- g = f.g ; --- c2 = f.c3 --- } ; --- --- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; --- ComplN3 f x = { --- s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; --- g = f.g ; --- c2 = f.c3 --- } ; - - AdjCN ap cn = { - s = \\n,c => preOrPost ap.isPre (ap.s ! cn.g ! n ! c) (cn.s ! n ! c) ; - g = cn.g - } ; - --- RelCN cn rs = { --- s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; --- g = cn.g --- } ; - - AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; - --- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; --- --- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; --- -} diff --git a/next-lib/src/latin/NumeralLat.gf b/next-lib/src/latin/NumeralLat.gf deleted file mode 100644 index 2b70db375..000000000 --- a/next-lib/src/latin/NumeralLat.gf +++ /dev/null @@ -1,95 +0,0 @@ ---concrete NumeralLat of Numeral = CatLat ** open ResLat in { --- ---lincat --- Digit = {s : DForm => CardOrd => Str} ; --- Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; --- Sub100 = {s : CardOrd => Str ; n : Number} ; --- Sub1000 = {s : CardOrd => Str ; n : Number} ; --- Sub1000000 = {s : CardOrd => Str ; n : Number} ; --- ---lin num x = x ; ---lin n2 = let two = mkNum "two" "twelve" "twenty" "second" in --- {s = \\f,c => case of { --- => "twelfth" ; --- _ => two.s ! f ! c --- } --- } ; --- ---lin n3 = mkNum "three" "thirteen" "thirty" "third" ; ---lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; ---lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; ---lin n6 = regNum "six" ; ---lin n7 = regNum "seven" ; ---lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; ---lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; --- ---lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; ---lin pot0 d = d ** {n = Pl} ; ---lin pot110 = regCardOrd "ten" ** {n = Pl} ; ---lin pot111 = regCardOrd "eleven" ** {n = Pl} ; ---lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; ---lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; ---lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; ---lin pot1plus d e = { --- s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; ---lin pot1as2 n = n ; ---lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; ---lin pot2plus d e = { --- s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; ---lin pot2as3 n = n ; ---lin pot3 n = { --- s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; ---lin pot3plus n m = { --- s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; --- ----- numerals as sequences of digits --- --- lincat --- Dig = TDigit ; --- --- lin --- IDig d = d ** {tail = T1} ; --- --- IIDig d i = { --- s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; --- n = Pl ; --- tail = inc i.tail --- } ; --- --- D_0 = mkDig "0" ; --- D_1 = mk3Dig "1" "1st" Sg ; --- D_2 = mk2Dig "2" "2nd" ; --- D_3 = mk2Dig "3" "3rd" ; --- D_4 = mkDig "4" ; --- D_5 = mkDig "5" ; --- D_6 = mkDig "6" ; --- D_7 = mkDig "7" ; --- D_8 = mkDig "8" ; --- D_9 = mkDig "9" ; --- --- oper --- commaIf : DTail -> Str = \t -> case t of { --- T3 => "," ; --- _ => [] --- } ; --- --- inc : DTail -> DTail = \t -> case t of { --- T1 => T2 ; --- T2 => T3 ; --- T3 => T1 --- } ; --- --- mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; --- mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; --- --- mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { --- s = table {NCard => c ; NOrd => o} ; --- n = n --- } ; --- --- TDigit = { --- n : Number ; --- s : CardOrd => Str --- } ; --- ---} diff --git a/next-lib/src/latin/OverloadLat.gf b/next-lib/src/latin/OverloadLat.gf deleted file mode 100644 index 466d54b75..000000000 --- a/next-lib/src/latin/OverloadLat.gf +++ /dev/null @@ -1 +0,0 @@ ---resource OverloadLat = Overload with (Grammar = GrammarLat) ; diff --git a/next-lib/src/latin/ParadigmsLat.gf b/next-lib/src/latin/ParadigmsLat.gf deleted file mode 100644 index 808d46bc4..000000000 --- a/next-lib/src/latin/ParadigmsLat.gf +++ /dev/null @@ -1,65 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 Latin Lexical Paradigms --- --- Aarne Ranta 2008 --- --- This is an API for the user of the resource grammar --- for adding lexical items. It gives functions for forming --- expressions of open categories: nouns, adjectives, verbs. --- --- Closed categories (determiners, pronouns, conjunctions) are --- accessed through the resource syntax API, $Structural.gf$. - -resource ParadigmsLat = open - (Predef=Predef), - Prelude, - ResLat, - CatLat - in { - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - masculine : Gender ; - feminine : Gender ; - neuter : Gender ; - - mkN = overload { - mkN : (verbum : Str) -> N - = \n -> noun n ** {lock_N = <>} ; - mkN : (verbum, verbi : Str) -> Gender -> N - = \x,y,z -> noun_ngg x y z ** {lock_N = <>} ; - } ; - - mkA = overload { - mkA : (verbum : Str) -> A - = \n -> adj n ** {isPre = False ; lock_A = <>} ; - mkA : (verbum, verbi : Str) -> A - = \x,y -> adj123 x y ** {isPre = False ; lock_A = <>} ; - mkA : (bonus,bona,bonum : N) -> A - = \x,y,z -> mkAdjective x y z ** {isPre = False ; lock_A = <>} ; - } ; - - - mkV = overload { - mkV : (tacere : Str) -> V - = \v -> verb v ** {lock_V = <>} ; - mkV : (iacio,ieci,iactus,iacere : Str) -> V - = \v,x,y,z -> verb_pppi v x y z ** {lock_V = <>} ; - } ; - - mkV2 = overload { - mkV2 : (amare : Str) -> V2 - = \v -> verb v ** {c = {s = [] ; c = Acc} ; lock_V2 = <>} ; - mkV2 : (facere : V) -> V2 - = \v -> v ** {c = {s = [] ; c = Acc} ; lock_V2 = <>} ; - } ; ---. - masculine = Masc ; - feminine = Fem ; - neuter = Neutr ; - -} diff --git a/next-lib/src/latin/PhraseLat.gf b/next-lib/src/latin/PhraseLat.gf deleted file mode 100644 index 1c92d447b..000000000 --- a/next-lib/src/latin/PhraseLat.gf +++ /dev/null @@ -1,24 +0,0 @@ ---concrete PhraseLat of Phrase = CatLat ** open Prelude, ResLat in { --- --- lin --- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; --- --- UttS s = s ; --- UttQS qs = {s = qs.s ! QDir} ; --- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; --- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; --- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; --- --- UttIP ip = {s = ip.s ! Nom} ; --- Acc also --- UttIAdv iadv = iadv ; --- UttNP np = {s = np.s ! Nom} ; --- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; --- UttAdv adv = adv ; --- --- NoPConj = {s = []} ; --- PConjConj conj = {s = conj.s2} ; --- --- --- NoVoc = {s = []} ; --- VocNP np = {s = "," ++ np.s ! Nom} ; --- ---} diff --git a/next-lib/src/latin/QuestionLat.gf b/next-lib/src/latin/QuestionLat.gf deleted file mode 100644 index 834fabcd7..000000000 --- a/next-lib/src/latin/QuestionLat.gf +++ /dev/null @@ -1,55 +0,0 @@ ---concrete QuestionLat of Question = CatLat ** open ResLat, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- QuestCl cl = { --- s = \\t,a,p => --- let cls = cl.s ! t ! a ! p --- in table { --- QDir => cls ! OQuest ; --- QIndir => "if" ++ cls ! ODir --- } ---- "whether" in ExtLat --- } ; --- --- QuestVP qp vp = --- let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp --- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; --- --- QuestSlash ip slash = --- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; --- --- stranding in ExratLat --- --- QuestIAdv iadv cl = mkQuestion iadv cl ; --- --- QuestIComp icomp np = --- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; --- --- --- PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; --- --- AdvIP ip adv = { --- s = \\c => ip.s ! c ++ adv.s ; --- n = ip.n --- } ; --- --- IdetCN idet cn = { --- s = \\c => idet.s ++ cn.s ! idet.n ! c ; --- n = idet.n --- } ; --- --- IdetIP idet = { --- s = \\c => idet.s ; --- n = idet.n --- } ; --- --- IdetQuant idet num = { --- s = idet.s ! num.n ++ num.s ; --- n = num.n --- } ; --- --- CompIAdv a = a ; --- CompIP p = ss (p.s ! Nom) ; --- ---} diff --git a/next-lib/src/latin/RelativeLat.gf b/next-lib/src/latin/RelativeLat.gf deleted file mode 100644 index de25508e0..000000000 --- a/next-lib/src/latin/RelativeLat.gf +++ /dev/null @@ -1,54 +0,0 @@ ---concrete RelativeLat of Relative = CatLat ** open ResLat in { --- --- flags optimize=all_subs ; --- --- lin --- --- RelCl cl = { --- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; --- c = Nom --- } ; --- --- RelVP rp vp = { --- s = \\t,ant,b,ag => --- let --- agr = case rp.a of { --- RNoAg => ag ; --- RAg a => a --- } ; --- cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp --- in --- cl.s ! t ! ant ! b ! ODir ; --- c = Nom --- } ; --- ----- Pied piping: "at which we are looking". Stranding and empty ----- relative are defined in $ExtraLat.gf$ ("that we are looking at", ----- "we are looking at"). --- --- RelSlash rp slash = { --- s = \\t,a,p,agr => --- slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; --- c = Acc --- } ; --- --- FunRP p np rp = { --- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; --- a = RAg np.a --- } ; --- --- IdRP = --- let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc --- in { --- s = table { --- RC _ Gen => "whose" ; --- RC Neutr _ => varr "which" ; --- RC _ Acc => varr "whom" ; --- RC _ Nom => varr "who" ; --- RPrep Neutr => "which" ; --- RPrep _ => "whom" --- } ; --- a = RNoAg --- } ; --- ---} diff --git a/next-lib/src/latin/ResLat.gf b/next-lib/src/latin/ResLat.gf deleted file mode 100644 index 29bf9db3d..000000000 --- a/next-lib/src/latin/ResLat.gf +++ /dev/null @@ -1,570 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Latlish auxiliary operations. - -resource ResLat = ParamX ** open Prelude in { - -param - Gender = Masc | Fem | Neutr ; - Case = Nom | Acc | Gen | Dat | Abl | Voc ; --- Degree = DPos | DComp | DSup ; - -oper - Noun : Type = {s : Number => Case => Str ; g : Gender} ; - Adjective : Type = {s : Gender => Number => Case => Str} ; - - -- worst case - - mkNoun : (n1,_,_,_,_,_,_,_,_,n10 : Str) -> Gender -> Noun = - \sn,sa,sg,sd,sab,sv,pn,pa,pg,pd, g -> { - s = table { - Sg => table { - Nom => sn ; - Acc => sa ; - Gen => sg ; - Dat => sd ; - Abl => sab ; - Voc => sv - } ; - Pl => table { - Nom | Voc => pn ; - Acc => pa ; - Gen => pg ; - Dat | Abl => pd - } - } ; - g = g - } ; - - -- declensions - - noun1 : Str -> Noun = \mensa -> - let - mensae = mensa + "e" ; - mensis = init mensa + "is" ; - in - mkNoun - mensa (mensa +"m") mensae mensae mensa mensa - mensae (mensa + "s") (mensa + "rum") mensis - Fem ; - - noun2us : Str -> Noun = \servus -> - let - serv = Predef.tk 2 servus ; - servum = serv + "um" ; - servi = serv + "i" ; - servo = serv + "o" ; - in - mkNoun - servus servum servi servo servo (serv + "e") - servi (serv + "os") (serv + "orum") (serv + "is") - Masc ; - - noun2er : Str -> Noun = \puer -> - let - puerum = puer + "um" ; - pueri = puer + "i" ; - puero = puer + "o" ; - in - mkNoun - puer puerum pueri puero puero (puer + "e") - pueri (puer + "os") (puer + "orum") (puer + "is") - Masc ; - - noun2um : Str -> Noun = \bellum -> - let - bell = Predef.tk 2 bellum ; - belli = bell + "i" ; - bello = bell + "o" ; - bella = bell + "a" ; - in - mkNoun - bellum bellum belli bello bello (bell + "e") - bella bella (bell + "orum") (bell + "is") - Neutr ; - --- smart paradigm for declensions 1&2 - - noun12 : Str -> Noun = \verbum -> - case verbum of { - _ + "a" => noun1 verbum ; - _ + "us" => noun2us verbum ; - _ + "um" => noun2um verbum ; - _ + "er" => noun2er verbum ; - _ => Predef.error ("noun12 does not apply to" ++ verbum) - } ; - - noun3c : Str -> Str -> Gender -> Noun = \rex,regis,g -> - let - reg = Predef.tk 2 regis ; - rege : Str = case rex of { - _ + "e" => reg + "i" ; - _ + ("al" | "ar") => rex + "i" ; - _ => reg + "e" - } ; - regemes : Str * Str = case g of { - Neutr => ; - _ => - } ; - in - mkNoun - rex regemes.p1 (reg + "is") (reg + "i") rege rex - regemes.p2 regemes.p2 (reg + "um") (reg + "ibus") - g ; - - - noun3 : Str -> Noun = \labor -> - case labor of { - _ + "r" => noun3c labor (labor + "is") Masc ; - fl + "os" => noun3c labor (fl + "oris") Masc ; - lim + "es" => noun3c labor (lim + "itis") Masc ; - cod + "ex" => noun3c labor (cod + "icis") Masc ; - poem + "a" => noun3c labor (poem + "atis") Neutr ; - calc + "ar" => noun3c labor (calc + "aris") Neutr ; - mar + "e" => noun3c labor (mar + "is") Neutr ; - car + "men" => noun3c labor (car + "minis") Neutr ; - rob + "ur" => noun3c labor (rob + "oris") Neutr ; - temp + "us" => noun3c labor (temp + "oris") Neutr ; - vers + "io" => noun3c labor (vers + "ionis") Fem ; - imag + "o" => noun3c labor (imag + "inis") Fem ; - ae + "tas" => noun3c labor (ae + "tatis") Fem ; - vo + "x" => noun3c labor (vo + "cis") Fem ; - pa + "rs" => noun3c labor (pa + "rtis") Fem ; - cut + "is" => noun3c labor (cut + "is") Fem ; - urb + "s" => noun3c labor (urb + "is") Fem ; - _ => Predef.error ("noun3 does not apply to" ++ labor) - } ; - - noun4us : Str -> Noun = \fructus -> - let - fructu = init fructus ; - fruct = init fructu - in - mkNoun - fructus (fructu + "m") fructus (fructu + "i") fructu fructus - fructus fructus (fructu + "um") (fruct + "ibus") - Masc ; - - noun4u : Str -> Noun = \cornu -> - let - corn = init cornu ; - cornua = cornu + "a" - in - mkNoun - cornu cornu (cornu + "s") (cornu + "i") cornu cornu - cornua cornua (cornu + "um") (corn + "ibus") - Neutr ; - - noun5 : Str -> Noun = \res -> - let - re = init res ; - rei = re + "i" - in - mkNoun - res (re+ "m") rei rei re res - res res (re + "rum") (re + "bus") - Fem ; - --- to change the default gender - - nounWithGen : Gender -> Noun -> Noun = \g,n -> - {s = n.s ; g = g} ; - --- smart paradigms - - noun_ngg : Str -> Str -> Gender -> Noun = \verbum,verbi,g -> - let s : Noun = case of { - <_ + "a", _ + "ae"> => noun1 verbum ; - <_ + "us", _ + "i"> => noun2us verbum ; - <_ + "um", _ + "i"> => noun2um verbum ; - <_ + "er", _ + "i"> => noun2er verbum ; - <_ + "us", _ + "us"> => noun4us verbum ; - <_ + "u", _ + "us"> => noun4u verbum ; - <_ + "es", _ + "ei"> => noun5 verbum ; - _ => noun3c verbum verbi g - } - in - nounWithGen g s ; - - noun : Str -> Noun = \verbum -> - case verbum of { - _ + "a" => noun1 verbum ; - _ + "us" => noun2us verbum ; - _ + "um" => noun2um verbum ; - _ + "er" => noun2er verbum ; - _ + "u" => noun4u verbum ; - _ + "es" => noun5 verbum ; - _ => noun3 verbum - } ; - - - --- adjectives - - mkAdjective : (_,_,_ : Noun) -> Adjective = \bonus,bona,bonum -> { - s = table { - Masc => bonus.s ; - Fem => bona.s ; - Neutr => bonum.s - } - } ; - - adj12 : Str -> Adjective = \bonus -> - let - bon : Str = case bonus of { - pulch + "er" => pulch + "r" ; - bon + "us" => bon ; - _ => Predef.error ("adj12 does not apply to" ++ bonus) - } - in - mkAdjective (noun12 bonus) (noun1 (bon + "a")) (noun2um (bon + "um")) ; - - adj3x : (_,_ : Str) -> Adjective = \acer,acris -> - let - ac = Predef.tk 2 acer ; - acrise : Str * Str = case acer of { - _ + "er" => ; - _ + "is" => ; - _ => - } - in - mkAdjective - (noun3adj acer acris Masc) - (noun3adj acrise.p1 acris Fem) - (noun3adj acrise.p2 acris Neutr) ; - - noun3adj : Str -> Str -> Gender -> Noun = \audax,audacis,g -> - let - audac = Predef.tk 2 audacis ; - audacem = case g of {Neutr => audax ; _ => audac + "em"} ; - audaces = case g of {Neutr => audac +"ia" ; _ => audac + "es"} ; - audaci = audac + "i" ; - in - mkNoun - audax audacem (audac + "is") audaci audaci audax - audaces audaces (audac + "ium") (audac + "ibus") - g ; - - --- smart paradigm - - adj123 : Str -> Str -> Adjective = \bonus,boni -> - case of { - <_ + ("us" | "er"), _ + "i"> => adj12 bonus ; - <_ + ("us" | "er"), _ + "is"> => adj3x bonus boni ; - <_ , _ + "is"> => adj3x bonus boni ; - _ => Predef.error ("adj123: not applicable to" ++ bonus ++ boni) - } ; - - adj : Str -> Adjective = \bonus -> - case bonus of { - _ + ("us" | "er") => adj12 bonus ; - facil + "is" => adj3x bonus bonus ; - feli + "x" => adj3x bonus (feli + "cis") ; - _ => adj3x bonus (bonus + "is") ---- any example? - } ; - - --- verbs - - param - VActForm = VAct VAnter VTense Number Person ; - VPassForm = VPass VTense Number Person ; - VInfForm = VInfActPres | VInfActPerf ; - VImpForm = VImpPres Number | VImpFut2 Number | VImpFut3 Number ; - VGerund = VGenAcc | VGenGen |VGenDat | VGenAbl ; - VSupine = VSupAcc | VSupAbl ; - - VAnter = VSim | VAnt ; - VTense = VPres VMood | VImpf VMood | VFut ; - VMood = VInd | VConj ; - - oper - Verb : Type = { - act : VActForm => Str ; --- pass : VPassForm => Str ; - inf : VAnter => Str ; --- imp : VImpForm => Str ; --- ger : VGerund => Str ; --- sup : VSupine => Str ; --- partActPres : Adjective ; --- partActFut : Adjective ; --- partPassPerf : Adjective ; --- partPassFut : Adjective ; - } ; - - mkVerb : - (cela,cele,celab,celo,celant,celare,celavi,celatus,celabo,celabunt,celabi : Str) - -> Verb = - \cela,cele,celab,celo,celant,celare,celavi,celatus,celabo,celabunt,celabi -> - let - celav = init celavi - in { - act = table { - VAct VSim (VPres VInd) Sg P1 => celo ; - VAct VSim (VPres VInd) Pl P3 => celant ; - VAct VSim (VPres VInd) n p => cela + actPresEnding n p ; - VAct VSim (VPres VConj) n p => cele + actPresEnding n p ; - VAct VSim (VImpf VInd) n p => celab + "ba" + actPresEnding n p ; - VAct VSim (VImpf VConj) n p => celare + actPresEnding n p ; - VAct VSim VFut Sg P1 => celabo ; - VAct VSim VFut Pl P3 => celabunt ; - VAct VSim VFut n p => celabi + actPresEnding n p ; - VAct VAnt (VPres VInd) Pl P3 => celav + "erunt" ; - VAct VAnt (VPres VInd) n p => celavi + actPerfEnding n p ; - VAct VAnt (VPres VConj) n p => celav + "eri" + actPresEnding n p ; - VAct VAnt (VImpf VInd) n p => celav + "era" + actPresEnding n p ; - VAct VAnt (VImpf VConj) n p => celav + "isse" + actPresEnding n p ; - VAct VAnt VFut Sg P1 => celav + "ero" ; - VAct VAnt VFut n p => celav + "eri" + actPresEnding n p - } ; - inf = table { - VSim => celare ; - VAnt => celav + "isse" - } - } ; - - actPresEnding : Number -> Person -> Str = - useEndingTable <"m", "s", "t", "mus", "tis", "nt"> ; - - actPerfEnding : Number -> Person -> Str = - useEndingTable <"", "sti", "t", "mus", "stis", "erunt"> ; - - useEndingTable : (Str*Str*Str*Str*Str*Str) -> Number -> Person -> Str = - \es,n,p -> case n of { - Sg => case p of { - P1 => es.p1 ; - P2 => es.p2 ; - P3 => es.p3 - } ; - Pl => case p of { - P1 => es.p4 ; - P2 => es.p5 ; - P3 => es.p6 - } - } ; - - esse_V : Verb = - let - esse = mkVerb "es" "si" "era" "sum" "sunt" "esse" "fui" "*futus" - "ero" "erunt" "eri" ; - in { - act = table { - VAct VSim (VPres VInd) Sg P2 => "es" ; - VAct VSim (VPres VInd) Pl P1 => "sumus" ; - v => esse.act ! v - } ; - inf = esse.inf - } ; - - verb1 : Str -> Verb = \celare -> - let - cela = Predef.tk 2 celare ; - cel = init cela ; - celo = cel + "o" ; - cele = cel + "e" ; - celavi = cela + "vi" ; - celatus = cela + "tus" ; - in mkVerb cela cele cela celo (cela + "nt") celare celavi celatus - (cela + "bo") (cela + "bunt") (cela + "bi") ; - - verb2 : Str -> Verb = \habere -> - let - habe = Predef.tk 2 habere ; - hab = init habe ; - habeo = habe + "o" ; - habea = habe + "a" ; - habui = hab + "ui" ; - habitus = hab + "itus" ; - in mkVerb habe habea habe habeo (habe + "nt") habere habui habitus - (habe + "bo") (habe + "bunt") (habe + "bi") ; - - verb3 : (_,_,_ : Str) -> Verb = \gerere,gessi,gestus -> - let - gere = Predef.tk 2 gerere ; - ger = init gere ; - gero = ger + "o" ; - geri = ger + "i" ; - gera = ger + "a" ; - in mkVerb geri gera gere gero (ger + "unt") gerere gessi gestus - (ger + "am") (ger + "ent") gere ; - - verb3i : (_,_,_ : Str) -> Verb = \iacere,ieci,iactus -> - let - iac = Predef.tk 3 iacere ; - iaco = iac + "io" ; - iaci = iac + "i" ; - iacie = iac + "ie" ; - iacia = iac + "ia" ; - in mkVerb iaci iacia iacie iaco (iaci + "unt") iacere ieci iactus - (iac + "iam") (iac + "ient") iacie ; - - verb4 : (_,_,_ : Str) -> Verb = \sentire,sensi,sensus -> - let - senti = Predef.tk 2 sentire ; - sentio = senti + "o" ; - sentia = senti + "a" ; - sentie = senti + "e" ; - in mkVerb senti sentia sentie sentio (senti + "unt") sentire sensi sensus - (senti + "am") (senti + "ent") sentie ; - - --- smart paradigms - - verb_pppi : (iacio,ieci,iactus,iacere : Str) -> Verb = - \iacio,ieci,iactus,iacere -> - case iacere of { - _ + "are" => verb1 iacere ; - _ + "ire" => verb4 iacere ieci iactus ; - _ + "ere" => case iacio of { - _ + "eo" => verb2 iacere ; - _ + "io" => verb3i iacere ieci iactus ; - _ => verb3 iacere ieci iactus - } ; - _ => Predef.error ("verb_pppi: illegal infinitive form" ++ iacere) - } ; - - verb : (iacere : Str) -> Verb = - \iacere -> - case iacere of { - _ + "are" => verb1 iacere ; - _ + "ire" => let iaci = Predef.tk 2 iacere - in verb4 iacere (iaci + "vi") (iaci + "tus") ; - _ + "ere" => verb2 iacere ; - _ => Predef.error ("verb: illegal infinitive form" ++ iacere) - } ; - --- pronouns - - Pronoun : Type = { - s : Case => Str ; - g : Gender ; - n : Number ; - p : Person ; - } ; - - mkPronoun : (_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pronoun = - \ego,me,mei,mihi,mee,g,n,p -> { - s = pronForms ego me mei mihi mee ; - g = g ; - n = n ; - p = p - } ; - - pronForms : (_,_,_,_,_ : Str) -> Case => Str = - \ego,me,mei,mihi,mee -> table Case [ego ; me ; mei ; mihi ; mee ; ego] ; - - personalPronoun : Gender -> Number -> Person -> Pronoun = \g,n,p -> { - s = case of { - <_,Sg,P1> => pronForms "ego" "me" "mei" "mihi" "me" ; - <_,Sg,P2> => pronForms "tu" "te" "tui" "tibi" "te" ; - <_,Pl,P1> => pronForms "nos" "nos" "nostri" "nobis" "nobis" ; --- nostrum - <_,Pl,P2> => pronForms "vos" "vos" "vestri" "vobis" "vobis" ; --- vestrum - => pronForms "is" "eum" "eius" "ei" "eo" ; - => pronForms "ea" "eam" "eius" "ei" "ea" ; - => pronForms "id" "id" "eius" "ei" "eo" ; - => pronForms "ii" "eos" "eorum" "iis" "iis" ; - => pronForms "ii" "eas" "earum" "iis" "iis" ; - => pronForms "ea" "ea" "eorum" "iis" "iis" - } ; - g = g ; - n = n ; - p = p - } ; - - Preposition : Type = {s : Str ; c : Case} ; - - VP : Type = { - fin : VActForm => Str ; - inf : VAnter => Str ; - obj : Str ; - adj : Gender => Number => Str - } ; - - VPSlash = VP ** {c2 : Preposition} ; - - predV : Verb -> VP = \v -> { - fin = v.act ; - inf = v.inf ; - obj = [] ; - adj = \\_,_ => [] - } ; - - predV2 : (Verb ** {c : Preposition}) -> VPSlash = \v -> predV v ** {c2 = v.c} ; - - appPrep : Preposition -> (Case => Str) -> Str = \c,s -> c.s ++ s ! c.c ; - - insertObj : Str -> VP -> VP = \obj,vp -> { - fin = vp.fin ; - inf = vp.inf ; - obj = obj ++ vp.obj ; - adj = vp.adj - } ; - - insertAdj : (Gender => Number => Case => Str) -> VP -> VP = \adj,vp -> { - fin = vp.fin ; - inf = vp.inf ; - obj = vp.obj ; - adj = \\g,n => adj ! g ! n ! Nom ++ vp.adj ! g ! n - } ; - - Clause = {s : VAnter => VTense => Polarity => Str} ; - - mkClause : Pronoun -> VP -> Clause = \np,vp -> { - s = \\a,t,p => np.s ! Nom ++ vp.obj ++ vp.adj ! np.g ! np.n ++ negation p ++ - vp.fin ! VAct a t np.n np.p - } ; - - negation : Polarity -> Str = \p -> case p of { - Pos => [] ; - Neg => "non" - } ; - --- determiners - - Determiner : Type = { - s,sp : Gender => Case => Str ; - n : Number - } ; - - Quantifier : Type = { - s,sp : Number => Gender => Case => Str ; - } ; - - mkQuantifG : (_,_,_,_,_ : Str) -> (_,_,_,_ : Str) -> (_,_,_ : Str) -> - Gender => Case => Str = - \mn,ma,mg,md,mab, fno,fa,fg,fab, nn,ng,nab -> table { - Masc => pronForms mn ma mg md mab ; - Fem => pronForms fno fa fg md fab ; - Neutr => pronForms nn nn ng md nab - } ; - - mkQuantifier : (sg,pl : Gender => Case => Str) -> Quantifier = \sg,pl -> - let ssp = table {Sg => sg ; Pl => pl} - in { - s = ssp ; - sp = ssp - } ; - - hic_Quantifier = mkQuantifier - (mkQuantifG - "hic" "hunc" "huius" "huic" "hoc" "haec" "hanc" "huius" "hac" "hoc" "huius" "hoc") - (mkQuantifG - "hi" "hos" "horum" "his" "his" "hae" "has" "harum" "his" "haec" "horum" "his") - ; - - ille_Quantifier = mkQuantifier - (mkQuantifG - "ille" "illum" "illius" "illi" "illo" - "illa" "illam" "illius" "illa" - "illud" "illius" "illo") - (mkQuantifG - "illi" "illos" "illorum" "illis" "illis" - "illae" "illas" "illarum" "illis" - "illa" "illorum" "illis") - ; - - mkPrep : Str -> Case -> {s : Str ; c : Case} = \s,c -> {s = s ; c = c} ; - -} - diff --git a/next-lib/src/latin/SentenceLat.gf b/next-lib/src/latin/SentenceLat.gf deleted file mode 100644 index 78676ee0c..000000000 --- a/next-lib/src/latin/SentenceLat.gf +++ /dev/null @@ -1,67 +0,0 @@ -concrete SentenceLat of Sentence = CatLat ** open Prelude, ResLat in { - - flags optimize=all_subs ; - - lin - - PredVP = mkClause ; --- --- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; --- --- ImpVP vp = { --- s = \\pol,n => --- let --- agr = AgP2 (numImp n) ; --- verb = infVP True vp agr ; --- dont = case pol of { --- CNeg True => "don't" ; --- CNeg False => "do" ++ "not" ; --- _ => [] --- } --- in --- dont ++ verb --- } ; --- --- SlashVP np vp = --- mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; --- --- AdvSlash slash adv = { --- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; --- c2 = slash.c2 --- } ; --- --- SlashPrep cl prep = cl ** {c2 = prep.s} ; --- --- SlashVS np vs slash = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** --- {c2 = slash.c2} ; --- --- EmbedS s = {s = conjThat ++ s.s} ; --- EmbedQS qs = {s = qs.s ! QIndir} ; --- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr --- --- UseCl t p cl = { --- s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! ODir --- } ; --- UseQCl t p cl = { --- s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! q --- } ; --- UseRCl t p cl = { --- s = \\r => t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! r ; --- c = cl.c --- } ; --- UseSlash t p cl = { --- s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! ODir ; --- c2 = cl.c2 --- } ; --- --- AdvS a s = {s = a.s ++ "," ++ s.s} ; --- --- RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; --- --- oper --- ctr = contrNeg True ; -- contracted negations --- -} - diff --git a/next-lib/src/latin/StructuralLat.gf b/next-lib/src/latin/StructuralLat.gf deleted file mode 100644 index c112ee640..000000000 --- a/next-lib/src/latin/StructuralLat.gf +++ /dev/null @@ -1,124 +0,0 @@ -concrete StructuralLat of Structural = CatLat ** - open ResLat, (P = ParadigmsLat), Prelude in - { - - flags optimize=all ; - - lin - above_Prep = mkPrep "super" Acc ; - after_Prep = mkPrep "post" Acc ; --- all_Predet = ss "all" ; - almost_AdA, almost_AdN = ss "quasi" ; --- although_Subj = ss "although" ; - always_AdV = ss "semper" ; --- and_Conj = sd2 [] "and" ** {n = Pl} ; ------b and_Conj = ss "and" ** {n = Pl} ; --- because_Subj = ss "because" ; - before_Prep = mkPrep "ante" Acc ; --- behind_Prep = ss "behind" ; - between_Prep = mkPrep "inter" Acc ; --- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; - but_PConj = ss "sed" ; - by8agent_Prep = mkPrep "a" Abl ; - by8means_Prep = mkPrep "per" Acc ; --- can8know_VV, can_VV = { --- s = table { --- VVF VInf => ["be able to"] ; --- VVF VPres => "can" ; --- VVF VPPart => ["been able to"] ; --- VVF VPresPart => ["being able to"] ; --- VVF VPast => "could" ; --# notpresent --- VVPastNeg => "couldn't" ; --# notpresent --- VVPresNeg => "can't" --- } ; --- isAux = True --- } ; --- during_Prep = ss "during" ; --- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; --- everybody_NP = regNP "everybody" Sg ; --- every_Det = mkDeterminer Sg "every" ; --- everything_NP = regNP "everything" Sg ; --- everywhere_Adv = ss "everywhere" ; --- few_Det = mkDeterminer Pl "few" ; ------ first_Ord = ss "first" ; DEPRECATED - for_Prep = mkPrep "pro" Abl ; - from_Prep = mkPrep "de" Abl ; - he_Pron = personalPronoun Masc Sg P3 ; - here_Adv = ss "hic" ; --- here7to_Adv = ss ["to here"] ; --- here7from_Adv = ss ["from here"] ; --- how_IAdv = ss "how" ; --- how8many_IDet = mkDeterminer Pl ["how many"] ; --- if_Subj = ss "if" ; - in8front_Prep = mkPrep "coram" Abl ; - i_Pron = personalPronoun Masc Sg P1 ; - in_Prep = mkPrep "in" Abl ; - it_Pron = personalPronoun Neutr Sg P3 ; --- less_CAdv = ss "less" ; --- many_Det = mkDeterminer Pl "many" ; --- more_CAdv = ss "more" ; --- most_Predet = ss "most" ; --- much_Det = mkDeterminer Sg "much" ; --- must_VV = { --- s = table { --- VVF VInf => ["have to"] ; --- VVF VPres => "must" ; --- VVF VPPart => ["had to"] ; --- VVF VPresPart => ["having to"] ; --- VVF VPast => ["had to"] ; --# notpresent --- VVPastNeg => ["hadn't to"] ; --# notpresent --- VVPresNeg => "mustn't" --- } ; --- isAux = True --- } ; ------b no_Phr = ss "no" ; - no_Utt = ss "non" ; --- on_Prep = ss "on" ; ------- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED - only_Predet = ss "tantum" ; --- or_Conj = sd2 [] "or" ** {n = Sg} ; --- otherwise_PConj = ss "otherwise" ; - part_Prep = mkPrep [] Gen ; --- please_Voc = ss "please" ; - possess_Prep = mkPrep [] Gen ; --- quite_Adv = ss "quite" ; - she_Pron = personalPronoun Fem Sg P3 ; - so_AdA = ss "sic" ; --- somebody_NP = regNP "somebody" Sg ; --- someSg_Det = mkDeterminer Sg "some" ; --- somePl_Det = mkDeterminer Pl "some" ; --- something_NP = regNP "something" Sg ; --- somewhere_Adv = ss "somewhere" ; - that_Quant = ille_Quantifier ; --- there_Adv = ss "there" ; --- there7to_Adv = ss "there" ; --- there7from_Adv = ss ["from there"] ; --- therefore_PConj = ss "therefore" ; - they_Pron = personalPronoun Masc Pl P3 ; - this_Quant = hic_Quantifier ; --- through_Prep = ss "through" ; --- too_AdA = ss "too" ; --- to_Prep = ss "to" ; - under_Prep = mkPrep "sub" Acc ; - very_AdA = ss "valde" ; --- want_VV = P.mkVV (P.regV "want") ; - we_Pron = personalPronoun Masc Pl P1 ; --- whatPl_IP = mkIP "what" "what" "what's" Pl ; --- whatSg_IP = mkIP "what" "what" "what's" Sg ; --- when_IAdv = ss "when" ; --- when_Subj = ss "when" ; --- where_IAdv = ss "where" ; --- which_IQuant = {s = \\_ => "which"} ; ------b whichPl_IDet = mkDeterminer Pl ["which"] ; ------b whichSg_IDet = mkDeterminer Sg ["which"] ; --- whoPl_IP = mkIP "who" "whom" "whose" Pl ; --- whoSg_IP = mkIP "who" "whom" "whose" Sg ; --- why_IAdv = ss "why" ; - without_Prep = mkPrep "sine" Abl ; - with_Prep = mkPrep "cum" Abl ; - yes_Utt = ss "sic" ; - youSg_Pron = personalPronoun Masc Sg P2 ; - youPl_Pron = personalPronoun Masc Pl P2 ; - youPol_Pron = personalPronoun Masc Sg P2 ; -} - diff --git a/next-lib/src/latin/SymbolLat.gf b/next-lib/src/latin/SymbolLat.gf deleted file mode 100644 index 04946b738..000000000 --- a/next-lib/src/latin/SymbolLat.gf +++ /dev/null @@ -1,39 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolLat of Symbol = CatLat ** open Prelude, ResLat in { --- ---lin --- SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c --- IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c --- FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c --- NumPN i = {s = \\c => i.s ; g = Neutr} ; --- c --- CNIntNP cn i = { --- s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; --- a = agrgP3 Sg cn.g --- } ; --- CNSymbNP det cn xs = { --- s = \\c => det.s ++ cn.s ! det.n ! c ++ xs.s ; --- a = agrgP3 det.n cn.g --- } ; --- CNNumNP cn i = { --- s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; --- a = agrgP3 Sg cn.g --- } ; --- --- SymbS sy = sy ; --- --- SymbNum sy = {s = sy.s ; n = Pl ; hasCard = True} ; --- SymbOrd sy = {s = sy.s ++ "th"} ; --- ---lincat --- --- Symb, [Symb] = SS ; --- ---lin --- --- MkSymb s = s ; --- --- BaseSymb = infixSS "and" ; --- ConsSymb = infixSS "," ; --- -} diff --git a/next-lib/src/latin/VerbLat.gf b/next-lib/src/latin/VerbLat.gf deleted file mode 100644 index 29f970a4a..000000000 --- a/next-lib/src/latin/VerbLat.gf +++ /dev/null @@ -1,50 +0,0 @@ -concrete VerbLat of Verb = CatLat ** open ResLat in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV2 v ; --- Slash2V3 v np = --- insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; --- Slash3V3 v np = --- insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- --- --- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; --- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; --- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; --- ComplVA v ap = insertObj (ap.s) (predV v) ; --- --- SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; --- SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; --- SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; --- SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- --- - ComplSlash vp np = insertObj (appPrep vp.c2 np.s) vp ; --- --- SlashVV vv vp = --- insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** --- {c2 = vp.c2} ; --- SlashV2VNP vv np vp = --- insertObjPre (\\_ => vv.c2 ++ np.s ! Acc) --- (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** --- {c2 = vp.c2} ; --- - UseComp comp = insertAdj comp.s (predV esse_V) ; - - AdvVP vp adv = insertObj adv.s vp ; - - AdVVP adv vp = insertObj adv.s vp ; - --- ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; --- --- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; --- ------b UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "to" --- - CompAP ap = ap ; --- CompNP np = {s = \\_ => np.s ! Acc} ; --- CompAdv a = {s = \\_ => a.s} ; --- -} diff --git a/next-lib/src/latin/notes.txt b/next-lib/src/latin/notes.txt deleted file mode 100644 index cd9bd5705..000000000 --- a/next-lib/src/latin/notes.txt +++ /dev/null @@ -1,29 +0,0 @@ -Renaming on Mac: - - for each in *Eng.gf ; - do - mv $each $(basename $each Eng.gf)Lat.gf - done - -In-place change: - - sed -e 's/Eng/Lat/g' -i *Lat.gf - -Start with the following: - -concrete GrammarLat of Grammar = - NounLat, - VerbLat, - AdjectiveLat, --- AdverbLat, --- NumeralLat, - SentenceLat, --- QuestionLat, --- RelativeLat, --- ConjunctionLat, --- PhraseLat, - TextX, - StructuralLat, --- IdiomLat - - diff --git a/next-lib/src/mkMinimal b/next-lib/src/mkMinimal deleted file mode 100644 index aaef00b07..000000000 --- a/next-lib/src/mkMinimal +++ /dev/null @@ -1 +0,0 @@ -grep -v "\-\-\# notminimal" $1 diff --git a/next-lib/src/parametric/Parametric.gf b/next-lib/src/parametric/Parametric.gf deleted file mode 100644 index a786c6a2e..000000000 --- a/next-lib/src/parametric/Parametric.gf +++ /dev/null @@ -1,58 +0,0 @@ -interface Parametric = { - -oper - --- primitive - - S : Type ; - NP : Type ; - CN : Type ; - AP : Type ; - - VPComp : Type ; - - ITense : Type ; - CCase : Type ; - Agr : Type ; - - V : Type ; - N : Type ; - A : Type ; - - agrNP : NP -> Agr ; - - PredVP : NP -> VP -> Cl ; - - mkVPComp : (Agr => Str) -> Str -> Str -> VPComp ; - - insertVPComp : VPComp -> VP -> VP ; - - insertNP : CCase -> NP -> VP -> VP ; - - iTense : Tense -> ITense ; - --- derived - - Cl : Type = {s : ITense => Polarity => S} ; - - VP : Type = { - verb : V ; - comp : VPComp - } ; - - VPSlash : Type = VP ** {c : CComp} ; - - UseV : V -> VP = \v -> { - verb = v ; - comp = mkVPComp (\\_ => []) [] [] - } ; - - SlashV : V -> (Agr => Str) -> Str -> Str -> CCase -> VPSlash = - \v,comp,adv,ext,c -> - insertVPComp (mkVPComp comp adv ext) (UseV v) ** {c = c} ; - - ComplSlash : VPSlash -> NP -> VP = \vp,np -> insertNP vp.c np vp ; - - UseCl : Tense -> Polarity -> Cl -> S = \t,p,cl -> cl.s ! iTense t ! p ; - -} diff --git a/next-lib/src/parse/BigLexEng.gf b/next-lib/src/parse/BigLexEng.gf deleted file mode 100644 index 88822a2d9..000000000 --- a/next-lib/src/parse/BigLexEng.gf +++ /dev/null @@ -1,5848 +0,0 @@ ---# -path=.:alltenses -concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { -lin abandon_V2 = mkV2 "abandon" ; -lin abbreviate_V2 = mkV2 "abbreviate" ; -lin abduct_V2 = mkV2 "abduct" ; -lin able_A2 = mkA2 "able" "" ; -lin able_A = mkA "able" ; -lin abolish_V2 = mkV2 "abolish" ; -lin abolition_N = mkN "abolition" ; -lin abound_V = mkV "abound" ; -lin about_Prep = mkPrep "about" ; -lin above_Adv = mkAdv "above" ; ---lin above_Prep = mkPrep "above" ; -lin abroad_Adv = mkAdv "abroad" ; -lin absence_N2from = mkN2 "absence" "from" ; -lin absent_A = mkA "absent" ; -lin absent_A2from = mkA2 "absent" "from" ; -lin absentee_N = mkN "absentee" ; -lin absolute_A = longA "absolute" ; -lin absolve_V3from = mkV3 "absolve" "from" ; -lin abstract_N = mkN "abstract" ; -lin abstract_A = longA "abstract" ; -lin abstract_V = mkV "abstract" ; -lin abundance_N = mkN "abundance" ; -lin abundant_A = longA "abundant" ; -lin academic_A = longA "academic" ; -lin accelerate_V2 = mkV2 "accelerate" ; -lin accept_V2 = mkV2 "accept" ; -lin access_V2 = mkV2 "access" ; -lin access_N2to = mkN2 "access" "to" ; -lin accessible_A = longA "accessible" ; -lin accessible_A2to = longA2 "accessible" "to" ; -lin accident_N = mkN "accident" ; -lin accommodate_V2 = mkV2 "accommodate" ; -lin accompany_V2 = mkV2 "accompany" ; -lin accomplish_V2 = mkV2 "accomplish" ; -lin accord_V2with = mkV2 "accord" "with" ; -lin accordingly_Adv = mkAdv "accordingly" ; -lin account_N = mkN "account" ; -lin account_V2for = mkV2 "account" "for" ; -lin accumulate_V2 = mkV2 "accumulate" ; -lin accuracy_N = mkN "accuracy" ; -lin accurate_A = longA "accurate" ; -lin accuse_V3of = mkV3 "accuse" "of" ; -lin ache_N = mkN "ache" ; -lin ache_V = mkV "ache" ; -lin achieve_V2 = mkV2 "achieve" ; -lin acknowledge_V2 = mkV2 "acknowledge" ; -lin acknowledge_VS = mkVS (mkV "acknowledge") ; -lin acquire_V2 = mkV2 "acquire" ; -lin acquisition_N = mkN "acquisition" ; -lin acquisitive_A = longA "acquisitive" ; -lin across_Prep = mkPrep "across" ; -lin act_N = mkN "act" ; -lin act_V = mkV "act" ; -lin activate_V2 = mkV2 "activate" ; -lin actor_N = mkN "actor" ; -lin actress_N = mkN "actress" ; -lin actual_A = longA "actual" ; -lin acute_A = longA "acute" ; -lin adage_N = mkN "adage" ; -lin adapt_V2 = mkV2 "adapt" ; -lin add_V3to = mkV3 "add" "to" ; -lin addict_N = mkN "addict" ; -lin addict_V2 = mkV2 "addict" ; -lin addition_N2to = mkN2 "addition" "to" ; -lin additive_N = mkN "additive" ; -lin address_N = mkN "address" ; -lin address_V2 = mkV2 "address" ; -lin adept_A = mkA "adept" ; -lin adept_A2at = mkA2 "adept" "at" ; -lin adequacy_N = mkN "adequacy" ; -lin adequate_A = longA "adequate" ; -lin adequate_A2for = longA2 "adequate" "for" ; -lin adhere_V2to = mkV2 "adhere" "to" ; -lin adherent_N = mkN "adherent" ; -lin adhesive_N = mkN "adhesive" ; -lin adhesive_A = longA "adhesive" ; -lin adjacency_N2to = mkN2 "adjacency" "to" ; -lin adjacent_A = longA "adjacent" ; -lin adjacent_A2to = longA2 "adjacent" "to" ; -lin adjective_N = mkN "adjective" ; -lin adjoin_V2 = mkV2 "adjoin" ; -lin adjunct_N = mkN "adjunct" ; -lin adjust_V2 = mkV2 "adjust" ; -lin administer_V2 = mkV2 "administer" ; -lin administration_N = mkN "administration" ; -lin admire_V2 = mkV2 "admire" ; -lin admissible_A = longA "admissible" ; -lin admission_N = mkN "admission" ; -lin admission_N2to = mkN2 "admission" "to" ; -lin admit_V2 = mkV2 "admit" ; -lin admit_V3to = mkV3 "admit" "to" ; -lin admit_V = mkV "admit" ; -lin admit_V2of = mkV2 "admit" "of" ; -lin admit_VS = mkVS (mkV "admit") ; -lin adopt_V2 = mkV2 "adopt" ; -lin adult_N = mkN "adult" ; -lin adult_A = longA "adult" ; -lin advance_N = mkN "advance" ; -lin advance_V = mkV "advance" ; -lin advantage_N = mkN "advantage" ; -lin advent_N = mkN "advent" ; -lin adventure_N = mkN "adventure" ; -lin adverb_N = mkN "adverb" ; -lin adverbial_A = longA "adverbial" ; -lin adverse_A = longA "adverse" ; -lin advertise_V2 = mkV2 "advertise" ; -lin advice_N = mkN "advice" ; -lin advise_V2 = mkV2 "advise" ; -lin advisor_N = mkN "advisor" ; -lin advocate_V2 = mkV2 "advocate" ; -lin aerobic_A = longA "aerobic" ; -lin aesthetic_A = longA "aesthetic" ; -lin affair_N = mkN "affair" ; -lin affect_V2 = mkV2 "affect" ; -lin affection_N2for = mkN2 "affection" "for" ; -lin affix_N = mkN "affix" ; -lin affix_V3with = mkV3 "affix" "with" ; -lin afflict_V2 = mkV2 "afflict" ; -lin afford_V2 = mkV2 "afford" ; -lin afford_VV = mkVV (mkV "afford") ; -lin afresh_Adv = mkAdv "afresh" ; -lin africa_PN = regPN "africa" ; -lin african_A = longA "african" ; -lin african_N = mkN "african" ; -lin after_Subj = mkSubj "after" ; ---lin after_Prep = mkPrep "after" ; -lin afternoon_N = mkN "afternoon" ; -lin afterthought_N = mkN "afterthought" ; -lin afterwards_Adv = mkAdv "afterwards" ; -lin again_Adv = mkAdv "again" ; -lin against_Prep = mkPrep "against" ; -lin age_N = mkN "age" ; -lin aged_A = mkA "aged" ; -lin agency_N = mkN "agency" ; -lin agenda_N = mkN "agenda" ; -lin agent_N = mkN "agent" ; -lin aggravate_V2 = mkV2 "aggravate" ; -lin aggressive_A = longA "aggressive" ; -lin ago_Adv = mkAdv "ago" ; -lin agree_V2with = mkV2 "agree" "with" ; -lin ahead_Adv = mkAdv "ahead" ; -lin aid_N = mkN "aid" ; -lin aid_V2 = mkV2 "aid" ; -lin aide_N = mkN "aide" ; -lin aim_N = mkN "aim" ; -lin aim_V2at = mkV2 "aim" "at" ; -lin aim_V2to = mkV2 "aim" "to" ; -lin air_N = mkN "air" ; -lin aircraft_N = mkN "aircraft" "aircraft" ; -lin akin_A = longA "akin" ; -lin akin_A = longA "akin" ; -lin alcohol_N = mkN "alcohol" ; -lin alcoholic_A = longA "alcoholic" ; -lin alcoholic_N = mkN "alcoholic" ; -lin algebra_N = mkN "algebra" ; -lin algorithm_N = mkN "algorithm" ; -lin alias_N2for = mkN2 "alias" "for" ; -lin align_V2 = mkV2 "align" ; --- lin all_Adv = mkAdv "all" ; -lin allege_VS = mkVS (mkV "allege") ; -lin alley_N = mkN "alley" ; -lin allocate_V3to = mkV3 "allocate" "to" ; -lin allow_V2 = mkV2 "allow" ; -lin allow_V2 = mkV2 "allow" ; -lin allow_V2for = mkV2 "allow" "for" ; -lin allow_V2of = mkV2 "allow" "of" ; -lin allude_V2to = mkV2 "allude" "to" ; -lin ally_N = mkN "ally" ; -lin ally_V2with = mkV2 "ally" "with" ; --- lin almost_Adv = mkAdv "almost" ; -lin alone_Adv = mkAdv "alone" ; -lin along_Prep = mkPrep "along" ; -lin aloud_Adv = mkAdv "aloud" ; -lin alphabet_N = mkN "alphabet" ; -lin alphabetic_A = longA "alphabetic" ; -lin alphanumeric_A = longA "alphanumeric" ; -lin already_Adv = mkAdv "already" ; -lin also_Adv = mkAdv "also" ; -lin altar_N = mkN "altar" ; -lin alter_V = mkV "alter" ; -lin alternate_V2with = mkV2 "alternate" "with" ; -lin alternative_N2to = mkN2 "alternative" "to" ; -lin alternatively_A = longA "alternatively" ; -lin always_Adv = mkAdv "always" ; -lin amaze_V2 = mkV2 "amaze" ; -lin amazing_A = longA "amazing" ; -lin ambiguity_N = mkN "ambiguity" ; -lin ambiguous_A = longA "ambiguous" ; -lin ambition_N2 = mkN2 "ambition" ; -lin ambitious_A = longA "ambitious" ; -lin amenable_A = longA "amenable" ; -lin amenable_A2to = longA2 "amenable" "to" ; -lin amend_V2 = mkV2 "amend" ; -lin amenity_N = mkN "amenity" ; -lin america_PN = regPN "america" ; -lin american_A = longA "american" ; -lin american_N = mkN "american" ; -lin among_Prep = mkPrep "among" ; -lin amongst_Prep = mkPrep "amongst" ; -lin ampere_N = mkN "ampere" ; -lin ampersand_N = mkN "ampersand" ; -lin amuse_V2 = mkV2 "amuse" ; -lin anachronism_N = mkN "anachronism" ; -lin anachronistic_A = longA "anachronistic" ; -lin analogous_A = longA "analogous" ; -lin analogous_A2to = longA2 "analogous" "to" ; -lin analogue_N = mkN "analogue" ; -lin analogy_N2with = mkN2 "analogy" "with" ; -lin analyse_V2 = mkV2 "analyse" ; -lin analysis_N = mkN "analysis" "analyses" ; -lin analytic_A = longA "analytic" ; -lin anaphor_N = mkN "anaphor" ; -lin anaphora_N = mkN "anaphora" ; -lin anaphoric_A = longA "anaphoric" ; -lin ancestor_N = mkN "ancestor" ; -lin ancient_A = longA "ancient" ; -lin anecdote_N = mkN "anecdote" ; -lin anger_N = mkN "anger" ; -lin angle_N = mkN "angle" ; -lin angled_A = longA "angled" ; -lin angler_N = mkN "angler" ; -lin angling_N = mkN "angling" ; -lin angry_A = mkA "angry" ; -lin angry_A2about = mkA2 "angry" "about" ; -lin angry_A2at = mkA2 "angry" "at" ; -lin angry_A2with = mkA2 "angry" "with" ; -lin angry_A2 = mkA2 "angry" "" ; -lin animal_N = mkN "animal" ; -lin animate_A = longA "animate" ; -lin animate_V2 = mkV2 "animate" ; -lin ankle_N = mkN "ankle" ; -lin annotate_V2 = mkV2 "annotate" ; -lin announce_V2 = mkV2 "announce" ; -lin announce_V2 = mkV2 "announce" ; -lin annoy_V2 = mkV2 "annoy" ; -lin annual_A = longA "annual" ; -lin anomalous_A = longA "anomalous" ; -lin anomaly_N = mkN "anomaly" ; -lin answer_N = mkN "answer" ; -lin answer_V2 = mkV2 "answer" ; -lin ant_N = mkN "ant" ; -lin antecedent_N = mkN "antecedent" ; -lin anthropomorphic_A = longA "anthropomorphic" ; -lin anthropomorphism_N = mkN "anthropomorphism" ; -lin antibiotic_N = mkN "antibiotic" ; -lin anticipate_V2 = mkV2 "anticipate" ; -lin anticipate_V = mkV "anticipate" ; -lin anticipate_VS = mkVS (mkV "anticipate") ; -lin anxiety_N = mkN "anxiety" ; -lin anxious_A = longA "anxious" ; -lin anxious_A2about = longA2 "anxious" "about" ; -lin anxious_A2 = longA2 "anxious" "" ; -lin anyhow_Adv = mkAdv "anyhow" ; -lin anyway_Adv = mkAdv "anyway" ; -lin anywhere_Adv = mkAdv "anywhere" ; -lin ape_N = mkN "ape" ; -lin apologetic_A = longA "apologetic" ; -lin apologetic_A2for = longA2 "apologetic" "for" ; -lin apologise_V2for = mkV2 "apologise" "for" ; -lin apologize_V2for = mkV2 "apologize" "for" ; -lin appal_V2 = mkV2 "appal" ; -lin apparatus_N = mkN "apparatus" ; -lin apparent_A = longA "apparent" ; -lin apparent_A2to = longA2 "apparent" "to" ; -lin apparition_N = mkN "apparition" ; -lin appeal_V2to = mkV2 "appeal" "to" ; -lin appeal_N2to = mkN2 "appeal" "to" ; -lin appear_V2 = mkV2 "appear" ; -lin appear_V2 = mkV2 "appear" ; -lin appear_V = mkV "appear" ; -lin appear_V2 = mkV2 "appear" ; -lin append_V3to = mkV3 "append" "to" ; -lin appendix_N = mkN "appendix" "appendices" ; -lin apple_N = mkN "apple" ; -lin applicable_A = longA "applicable" ; -lin applicable_A2to = longA2 "applicable" "to" ; -lin applicant_N = mkN "applicant" ; -lin apply_V3to = mkV3 "apply" "to" ; -lin apply_V2for = mkV2 "apply" "for" ; -lin appoint_V2 = mkV2 "appoint" ; -lin appoint_V = mkV "appoint" ; -lin appoint_V2 = mkV2 "appoint" ; -lin appointment_N = mkN "appointment" ; -lin apposite_A = longA "apposite" ; -lin appraise_V2 = mkV2 "appraise" ; -lin appreciate_VS = mkVS (mkV "appreciate") ; -lin apprehend_V2 = mkV2 "apprehend" ; -lin apprehension_N = mkN "apprehension" ; -lin apprehensive_A = longA "apprehensive" ; -lin approach_V2 = mkV2 "approach" ; -lin approach_N2to = mkN2 "approach" "to" ; -lin approbation_N = mkN "approbation" ; -lin appropriate_A = longA "appropriate" ; -lin appropriate_A2for = longA2 "appropriate" "for" ; -lin approve_V2of = mkV2 "approve" "of" ; -lin approximate_A = longA "approximate" ; -lin approximate_V2to = mkV2 "approximate" "to" ; -lin april_PN = regPN "april" ; -lin apse_N = mkN "apse" ; -lin apt_A = mkA "apt" ; -lin apt_A2 = mkA2 "apt" "" ; -lin aptitude_N = mkN "aptitude" ; -lin arabian_A = longA "arabian" ; -lin arabic_A = longA "arabic" ; -lin arbitrary_A = longA "arbitrary" ; -lin arc_N = mkN "arc" ; -lin arch_N = mkN "arch" ; -lin archetype_N = mkN "archetype" ; -lin architect_N = mkN "architect" ; -lin architecture_N = mkN "architecture" ; -lin area_N = mkN "area" ; -lin arena_N = mkN "arena" ; -lin argue_V = mkV "argue" ; -lin argument_N2s_withabout = mkN2 "argument" "s_withabout" ; -- -lin argument_N2 = mkN2 "argument" ; -- ---lin arise_V = IrregEng.arise_V ; -lin arithmetic_N = mkN "arithmetic" ; -lin arm_N = mkN "arm" ; -lin arm_V2 = mkV2 "arm" ; -lin armour_N = mkN "armour" ; -lin armoury_N = mkN "armoury" ; -lin army_N = mkN "army" ; -lin around_Prep = mkPrep "around" ; -lin arouse_V2 = mkV2 "arouse" ; -lin arrange_V = mkV "arrange" ; -lin arrange_V2 = mkV2 "arrange" ; -lin arrange_VV = mkVV (mkV "arrange") ; -lin arrange_V2 = mkV2 "arrange" ; -lin array_N = mkN "array" ; -lin arrest_V2 = mkV2 "arrest" ; -lin arrive_V = mkV "arrive" ; -lin arrive_V2at = mkV2 "arrive" "at" ; -lin arrow_N = mkN "arrow" ; -lin art_N = mkN "art" ; -lin artefact_N = mkN "artefact" ; -lin article_N = mkN "article" ; -lin articulate_V2 = mkV2 "articulate" ; -lin artificial_A = longA "artificial" ; -lin artist_N = mkN "artist" ; -lin as_Subj = mkSubj "as" ; -lin ascend_V2 = mkV2 "ascend" ; -lin ascend_V = mkV "ascend" ; -lin ascent_N = mkN "ascent" ; -lin ascertain_V2 = mkV2 "ascertain" ; -lin ascribe_V3to = mkV3 "ascribe" "to" ; -lin ash_N = mkN "ash" ; -lin asia_PN = regPN "asia" ; -lin ask_V2 = mkV2 "ask" ; -lin ask_V3for = mkV3 "ask" "for" ; -lin ask_V3to = mkV3 "ask" "to" ; -lin ask_V3s = mkV3 "ask" "s" ; -- -lin ask_V2 = mkV2 "ask" ; -lin ask_V2for = mkV2 "ask" "for" ; -lin ask_V2 = mkV2 "ask" ; -lin ask_V2 = mkV2 "ask" ; -lin ask_V2 = mkV2 "ask" ; -lin ask_V2 = mkV2 "ask" ; -lin aspect_N = mkN "aspect" ; -lin aspire_V2to = mkV2 "aspire" "to" ; -lin aspire_VV = mkVV (mkV "aspire") ; -lin aspirin_N = mkN "aspirin" ; -lin ass_N = mkN "ass" ; -lin assault_N = mkN "assault" ; -lin assault_V2 = mkV2 "assault" ; -lin assemble_V2 = mkV2 "assemble" ; -lin assembly_N = mkN "assembly" ; -lin assent_V2to = mkV2 "assent" "to" ; -lin assert_VS = mkVS (mkV "assert") ; -lin assess_V2 = mkV2 "assess" ; -lin assign_V3to = mkV3 "assign" "to" ; -lin assimilate_V2 = mkV2 "assimilate" ; -lin assist_V2 = mkV2 "assist" ; -lin assist_V = mkV "assist" ; -lin assist_V2 = mkV2 "assist" ; -lin assist_V2at = mkV2 "assist" "at" ; -lin assistant_N = mkN "assistant" ; -lin associate_V3with =mkV3 "associate" "with" ; -lin association_N = mkN "association" ; -lin assume_V2 = mkV2 "assume" ; -lin assume_VS = mkVS (mkV "assume") ; -lin assumption_N2 = mkN2 "assumption" ; -- -lin assure_VS = mkVS (mkV "assure") ; -lin asterisk_N = mkN "asterisk" ; -lin asthma_N = mkN "asthma" ; -lin asthmatic_A = longA "asthmatic" ; -lin asthmatically_Adv = mkAdv "asthmatically" ; -lin astonish_V2 = mkV2 "astonish" ; -lin astronomer_N = mkN "astronomer" ; -lin astronomy_N = mkN "astronomy" ; -lin asymmetry_N = mkN "asymmetry" ; -lin at_Prep = mkPrep "at" ; -lin atlas_N = mkN "atlas" ; -lin atmosphere_N = mkN "atmosphere" ; -lin atom_N = mkN "atom" ; -lin attach_V2 = mkV2 "attach" ; -lin attach_V3to =mkV3 "attach" "to" ; -lin attach_V2to = mkV2 "attach" "to" ; -lin attack_V2 = mkV2 "attack" ; -lin attack_N2on = mkN2 "attack" "on" ; -lin attain_V2 = mkV2 "attain" ; -lin attempt_N2 = mkN2 "attempt" ; -lin attempt_VV = mkVV (mkV "attempt") ; -lin attend_V2to = mkV2 "attend" "to" ; -lin attention_N2to = mkN2 "attention" "to" ; -lin attentive_A = longA "attentive" ; -lin attentive_A2to = longA2 "attentive" "to" ; -lin attitude_N = mkN "attitude" ; -lin attract_V2 = mkV2 "attract" ; -lin attribute_N = mkN "attribute" ; -lin attribute_V3to =mkV3 "attribute" "to" ; -lin audible_A = longA "audible" ; -lin audience_N = mkN "audience" ; -lin augment_V2 = mkV2 "augment" ; -lin august_PN = regPN "august" ; -lin aunt_N2of = mkN2 "aunt" "of" ; -lin australia_PN = regPN "australia" ; -lin australian_A = longA "australian" ; -lin austria_PN = regPN "austria" ; -lin author_N = mkN "author" ; -lin authority_N = mkN "authority" ; -lin authorize_V2 = mkV2 "authorize" ; -lin automate_V2 = mkV2 "automate" ; -lin automatic_A = longA "automatic" ; -lin automatically_Adv = mkAdv "automatically" ; -lin automaton_N = mkN "automaton" "automata" ; -lin autonomous_A = longA "autonomous" ; -lin autonomy_N = mkN "autonomy" ; -lin autumn_N = mkN "autumn" ; -lin auxiliary_A = longA "auxiliary" ; -lin auxiliary_N = mkN "auxiliary" ; -lin avail_V2 = mkV2 "avail" ; -lin available_A = longA "available" ; -lin avenue_N = mkN "avenue" ; -lin average_A = longA "average" ; -lin average_N = mkN "average" ; -lin average_V2 = mkV2 "average" ; -lin avoid_V2 = mkV2 "avoid" ; -lin avoid_V2 = mkV2 "avoid" ; -lin avowed_A = longA "avowed" ; -lin await_V2 = mkV2 "await" ; -lin awaken_V2 = mkV2 "awaken" ; -lin award_V3to =mkV3 "award" "to" ; -lin awful_A = longA "awful" ; -lin awkward_A = mkA "awkward" ; -lin axe_N = mkN "axe" ; -lin axiom_N = mkN "axiom" ; -lin axiomatic_A = longA "axiomatic" ; -lin axiomatize_V2 = mkV2 "axiomatize" ; -lin axis_N = mkN "axis" "axes" ; -lin baby_N = mkN "baby" ; -lin back_N = mkN "back" ; -lin background_N = mkN "background" ; -lin backing_N = mkN "backing" ; -lin backtrack_V = mkV "backtrack" ; -lin backward_A = longA "backward" ; -lin backwards_Adv = mkAdv "backwards" ; -lin bacterial_A = longA "bacterial" ; -lin bacterium_N = mkN "bacterium" "bacteria" ; -lin bad_A = longA "bad" ; -lin bag_N = mkN "bag" ; -lin bake_V2 = mkV2 "bake" ; -lin bake_V = mkV "bake" ; -lin balance_V = mkV "balance" ; -lin ball_N = mkN "ball" ; -lin ballad_N = mkN "ballad" ; -lin banal_A = longA "banal" ; -lin banana_N = mkN "banana" ; -lin band_N = mkN "band" ; -lin bang_N = mkN "bang" ; -lin banish_V2 = mkV2 "banish" ; -lin bank_N = mkN "bank" ; -lin bar_N = mkN "bar" ; -lin bar_V2 = mkV2 "bar" ; -lin bare_A = mkA "bare" ; -lin bare_V2 = mkV2 "bare" ; -lin bark_N = mkN "bark" ; -lin bark_V = mkV "bark" ; -lin barn_N = mkN "barn" ; -lin baron_N = mkN "baron" ; -lin barrel_N = mkN "barrel" ; -lin base_N = mkN "base" ; -lin base_V3loc =mkV3 "base" "loc" ; -lin basic_A = longA "basic" ; -lin basically_Adv = mkAdv "basically" ; -lin basin_N = mkN "basin" ; -lin basis_N = mkN "basis" "basis" ; -lin basis_N2for = mkN2 (mkN "basis" "bases") "for" ; -lin basis_N2of = mkN2 (mkN "basis" "bases") "of" ; -lin basket_N = mkN "basket" ; -lin bat_N = mkN "bat" ; -lin batch_N = mkN "batch" ; -lin bath_N = mkN "bath" ; -lin bathe_V = mkV "bathe" ; -lin batsman_N = mkN "batsman" "batsmen" ; -lin battle_N = mkN "battle" ; -lin beach_N = mkN "beach" ; -lin beak_N = mkN "beak" ; -lin beam_N = mkN "beam" ; -lin bean_N = mkN "bean" ; -lin bear_N = mkN "bear" ; -lin bear_V2 = mkV2 bear_V ; -lin beard_N = mkN "beard" ; -lin beast_N = mkN "beast" ; -lin beat_V2 = mkV2 beat_V ; -lin beauty_N = mkN "beauty" ; ---lin because_Subj = mkSubj "because" ; -lin become_V2 = mkV2 become_V ; -lin bed_N = mkN "bed" ; -lin bee_N = mkN "bee" ; -lin beer_N = massN "beer" ; -lin before_Subj = mkSubj "before" ; ---lin before_Prep = mkPrep "before" ; -lin beg_V2 = mkV2 "beg" ; -lin begin_V2 = mkV2 begin_V ; -lin beginning_N = mkN "beginning" ; -lin behalf_N = mkN "behalf" "behalf" ; -lin behave_V = mkV "behave" ; -lin behaviour_N = massN "behaviour" ; ---lin behind_Prep = mkPrep "behind" ; -lin being_N = mkN "being" ; -lin belief_N = mkN "belief" ; -lin belief_N2in = mkN2 "belief" "in" ; -lin belief_N2 = mkN2 "belief" ; -lin believe_V2 = mkV2 "believe" ; -lin believe_V2in = mkV2 "believe" "in" ; -lin believe_VS = mkVS (mkV "believe") ; -lin believe_VS = mkVS (mkV "believe") ; -lin believe_VS = mkVS (mkV "believe") ; -lin bell_N = mkN "bell" ; -lin belong_V2 = mkV2 "belong" ; -lin beloved_A = longA "beloved" ; -lin beloved_A2by = longA2 "beloved" "by" ; -lin below_Prep = mkPrep "below" ; -lin belt_N = mkN "belt" ; -lin bench_N = mkN "bench" ; -lin bend_V = IrregEng.bend_V ; -lin beneath_Prep = mkPrep "beneath" ; -lin beneficial_A = longA "beneficial" ; -lin beneficial_A2to = longA2 "beneficial" "to" ; -lin benefit_N = mkN "benefit" ; -lin berry_N = mkN "berry" ; -lin beside_Prep = mkPrep "beside" ; -lin besides_Adv = mkAdv "besides" ; -lin bet_N = mkN "bet" ; -lin betray_V2 = mkV2 "betray" ; -lin beyond_Prep = mkPrep "beyond" ; -lin bias_V2 = mkV2 "bias" ; -lin bible_N = mkN "bible" ; -lin biblical_A = mkA "biblical" ; -lin bibliography_N = mkN "bibliography" ; -lin biconditional_V = mkV "biconditional" ; -lin bicycle_N = mkN "bicycle" ; -lin bidirectional_A = longA "bidirectional" ; -lin big_A = mkA "big" ; -lin bike_N = mkN "bike" ; -lin bill_N = mkN "bill" ; -lin bill_PN = regPN "bill" ; -lin billion_N2 = mkN2 "billion" ; -lin bin_N = mkN "bin" ; -lin binary_A = longA "binary" ; -lin bind_V2 = mkV2 bind_V ; -lin binding_N = mkN "binding" ; -lin bird_N = mkN "bird" ; -lin birth_N = mkN "birth" ; -lin birthday_N = mkN "birthday" ; -lin bisect_V = mkV "bisect" ; -lin bisector_N = mkN "bisector" ; -lin bit_N = mkN "bit" ; -lin bite_V2 = mkV2 bite_V ; -lin bitter_A = longA "bitter" ; -lin bizarre_A = longA "bizarre" ; -lin black_A = mkA "black" ; -lin blackboard_N = mkN "blackboard" ; -lin blade_N = mkN "blade" ; -lin blame_V3for =mkV3 "blame" "for" ; -lin blame_N = mkN "blame" ; -lin blame_N2for = mkN2 "blame" "for" ; -lin blank_A = mkA "blank" ; -lin blank_N = mkN "blank" ; -lin bleed_V = IrregEng.bleed_V ; -lin blind_A = mkA "blind" ; -lin blind_V2 = mkV2 "blind" ; -lin block_N = mkN "block" ; -lin block_V2 = mkV2 "block" ; -lin blood_N = mkN "blood" ; -lin blow_N = mkN "blow" ; -lin blow_V = IrregEng.blow_V ; -lin blue_A = mkA "blue" ; -lin bluff_V = mkV "bluff" ; -lin board_N = mkN "board" ; -lin boat_N = mkN "boat" ; -lin body_N = mkN "body" ; -lin boil_V2 = mkV2 "boil" ; -lin bold_A = mkA "bold" ; -lin bomb_N = mkN "bomb" ; -lin bomb_V2 = mkV2 "bomb" ; -lin bombard_V2 = mkV2 "bombard" ; -lin bond_N = mkN "bond" ; -lin bond_V3to =mkV3 "bond" "to" ; -lin bone_N = mkN "bone" ; -lin bonus_N = mkN "bonus" ; -lin book_N = mkN "book" ; -lin bookkeeping_N = mkN "bookkeeping" ; -lin boolean_A = longA "boolean" ; -lin boorish_A = longA "boorish" ; -lin boost_V2 = mkV2 "boost" ; -lin boot_N = mkN "boot" ; -lin bootstrap_N = mkN "bootstrap" ; -lin border_N = mkN "border" ; -lin border_V2 = mkV2 "border" ; -lin bore_N = mkN "bore" ; -lin bore_V2 = mkV2 "bore" ; -lin borrow_V3from =mkV3 "borrow" "from" ; -lin boss_N = mkN "boss" ; -lin bother_V2 = mkV2 "bother" ; -lin bother_V2about = mkV2 "bother" "about" ; -lin bottle_N = mkN "bottle" ; -lin bottom_N = mkN "bottom" ; -lin bough_N = mkN "bough" ; -lin bound_A2for = longA2 "bound" "for" ; -lin bound_V = mkV "bound" ; -lin boundary_N = mkN "boundary" ; -lin bounded_A = longA "bounded" ; -lin bow_N = mkN "bow" ; -lin bowl_N = mkN "bowl" ; -lin box_N = mkN "box" ; -lin boy_N = mkN "boy" ; -lin brace_N = mkN "brace" ; -lin bracket_N = mkN "bracket" ; -lin bracket_V2 = mkV2 "bracket" ; -lin brain_N = mkN "brain" ; -lin branch_V = mkV "branch" ; -lin brand_N = mkN "brand" ; -lin brandy_N = mkN "brandy" ; -lin brass_N = mkN "brass" ; -lin brave_A = mkA "brave" ; -lin breach_N = mkN "breach" ; -lin breach_V2 = mkV2 "breach" ; -lin bread_N = mkN "bread" ; -lin breadth_N = mkN "breadth" ; -lin break_N = mkN "break" ; -lin break_V2 = mkV2 break_V ; -lin breakage_N = mkN "breakage" ; -lin breakfast_N = mkN "breakfast" ; -lin breath_N = mkN "breath" ; -lin breathe_V = mkV "breathe" ; -lin breed_V = mkV "breed" ; -lin breed_N = mkN "breed" ; -lin breeze_N = mkN "breeze" ; -lin brew_V2 = mkV2 "brew" ; -lin brick_N = mkN "brick" ; -lin bridge_N = mkN "bridge" ; -lin bridge_V2 = mkV2 "bridge" ; -lin brief_A = mkA "brief" ; -lin bright_A = mkA "bright" ; -lin brilliant_A = mkA "brilliant" ; -lin bring_V2 = mkV2 bring_V ; -lin bristle_N = mkN "bristle" ; -lin britain_PN = regPN "britain" ; -lin british_A = longA "british" ; -lin broach_V2 = mkV2 "broach" ; -lin broad_A = mkA "broad" ; -lin broadcast_N = mkN "broadcast" ; -lin bronchitis_N = mkN "bronchitis" ; -lin brother_N = mkN "brother" ; -lin brother_N2of = mkN2 "brother" "of" ; -lin brown_A = mkA "brown" ; -lin bruise_N = mkN "bruise" ; -lin bruise_V2 = mkV2 "bruise" ; -lin brute_N = mkN "brute" ; -lin bucket_N = mkN "bucket" ; -lin bud_N = mkN "bud" ; -lin bud_V = mkV "bud" ; -lin buffer_N = mkN "buffer" ; -lin buffer_V2 = mkV2 "buffer" ; -lin bug_N = mkN "bug" ; -lin build_V2 = mkV2 build_V ; -lin building_N = mkN "building" ; -lin bullet_N = mkN "bullet" ; -lin bully_N = mkN "bully" ; -lin bully_V2 = mkV2 "bully" ; -lin bun_N = mkN "bun" ; -lin bunch_N = mkN "bunch" ; -lin bundle_N = mkN "bundle" ; -lin burden_N = mkN "burden" ; -lin burn_V2 = mkV2 burn_V ; -lin burst_V = IrregEng.burst_V ; -lin bury_V2 = mkV2 "bury" ; -lin bus_N = mkN "bus" ; -lin bush_N = mkN "bush" ; -lin business_N = mkN "business" ; -lin busy_A = mkA "busy" ; -lin butter_N = massN "butter" ; -lin butter_V2 = mkV2 "butter" ; -lin butterfly_N = mkN "butterfly" ; -lin button_N = mkN "button" ; -lin buy_V2 = mkV2 buy_V ; -lin buzz_V = mkV "buzz" ; -lin by_Prep = mkPrep "by" ; -lin cabinet_N = mkN "cabinet" ; -lin cable_N = mkN "cable" ; -lin cage_N = mkN "cage" ; -lin cake_N = mkN "cake" ; -lin calculate_V2 = mkV2 "calculate" ; -lin calculus_N = mkN "calculus" ; -lin call_N = mkN "call" ; -lin call_V2 = mkV2 "call" ; -lin calm_A = mkA "calm" ; -lin cam_N = mkN "cam" ; -lin cambridge_PN = regPN "cambridge" ; -lin camel_N = mkN "camel" ; -lin camera_N = mkN "camera" ; -lin camp_N = mkN "camp" ; -lin campaign_N = mkN "campaign" ; -lin can_N = mkN "can" ; -lin can_V2 = mkV2 "can" ; -lin canada_PN = regPN "canada" ; -lin canadian_A = mkA "canadian" ; -lin cancel_V2 = mkV2 "cancel" ; -lin cancer_N = mkN "cancer" ; -lin candid_A = longA "candid" ; -lin candidate_N = mkN "candidate" ; -lin candle_N = mkN "candle" ; -lin cannon_N = mkN "cannon" ; -lin canonical_A = longA "canonical" ; -lin cap_N = mkN "cap" ; -lin capable_A = longA "capable" ; -lin capable_A2of = longA2 "capable" "of" ; -lin capacity_N = mkN "capacity" ; -lin capital_N = mkN "capital" ; -lin captain_N = mkN "captain" ; -lin captain_N2 = mkN2 "captain" ; -lin capture_V2 = mkV2 "capture" ; -lin car_N = mkN "car" ; -lin card_N = mkN "card" ; -lin cardboard_N = massN "cardboard" ; -lin cardinal_A = longA "cardinal" ; -lin cardinal_N = mkN "cardinal" ; -lin care_V = mkV "care" ; -lin care_N = massN "care" ; -lin career_N = mkN "career" ; -lin carriage_N = mkN "carriage" ; -lin carry_V2 = mkV2 "carry" ; -lin cart_N = mkN "cart" ; -lin cartesian_A = longA "cartesian" ; -lin carve_V2 = mkV2 "carve" ; -lin case_N = mkN "case" ; -lin cash_N = mkN "cash" ; -lin cast_N = mkN "cast" ; -lin cast_V2 = mkV2 cast_V ; -lin castle_N = mkN "castle" ; -lin casual_A = longA "casual" ; -lin cat_N = mkN "cat" ; -lin catch_N = mkN "catch" ; -lin catch_V2 = mkV2 catch_V ; -lin categorical_A = longA "categorical" ; -lin category_N = mkN "category" ; -lin cater_V2for = mkV2 "cater" "for" ; -lin cause_N = mkN "cause" ; -lin cause_V2 = mkV2 "cause" ; -lin caution_N = massN "caution" ; -lin cautious_A = longA "cautious" ; -lin cave_N = mkN "cave" ; -lin caviar_N = mkN "caviar" ; -lin cease_V = mkV "cease" ; -lin ceiling_N = mkN "ceiling" ; -lin cell_N = mkN "cell" ; -lin cellar_N = mkN "cellar" ; -lin cement_N = mkN "cement" ; ---lin cement_N = massN "cement" ; -lin census_N = mkN "census" ; -lin cent_N = mkN "cent" ; -lin centaur_N = mkN "centaur" ; -lin center_N = mkN "center" ; -lin centre_N = mkN "centre" ; -lin centre_V2 = mkV2 "centre" ; -lin century_N = mkN "century" ; -lin ceremonial_A = longA "ceremonial" ; -lin ceremony_N = mkN "ceremony" ; -lin certain_A = longA "certain" ; -lin certain_A2of = longA2 "certain" "of" ; -lin certain_A2 = longA2 "certain" "" ; -lin certainty_N = mkN "certainty" ; -lin certainty_N2 = mkN2 "certainty" ; -lin certify_V2 = mkV2 "certify" ; -lin certitude_N = mkN "certitude" ; -lin chain_N = mkN "chain" ; -lin chain_V3to =mkV3 "chain" "to" ; -lin chair_N = mkN "chair" ; -lin chairman_N = mkN "chairman" "chairmen" ; -lin chairwoman_N = mkN "chairwoman" "chairwomen" ; -lin chalk_N = massN "chalk" ; -lin challenge_N = mkN "challenge" ; -lin challenge_N2to = mkN2 "challenge" "to" ; -lin chance_N = mkN "chance" ; -lin chancellor_N = mkN "chancellor" ; -lin change_V = mkV "change" ; -lin change_N = mkN "change" ; -lin change_V2 = mkV2 "change" ; -lin channel_N = mkN "channel" ; -lin chap_N = mkN "chap" ; -lin chapter_N = mkN "chapter" ; -lin char_V = mkV "char" ; -lin character_N = mkN "character" ; -lin characteristic_N = mkN "characteristic" ; -lin characteristic_A = longA "characteristic" ; -lin characteristic_A2of = longA2 "characteristic" "of" ; -lin characteristically_A = longA "characteristically" ; -lin characterize_V3_pred =mkV3 "characterize" "_pred" ; -lin charge_N = mkN "charge" ; -lin charge_V3with =mkV3 "charge" "with" ; -lin charitable_A = longA "charitable" ; -lin charity_N = mkN "charity" ; -lin charm_N = mkN "charm" ; -lin charm_V2 = mkV2 "charm" ; -lin charming_A = longA "charming" ; -lin chart_N = mkN "chart" ; -lin chase_V2 = mkV2 "chase" ; -lin chaste_A = mkA "chaste" ; -lin cheap_A = mkA "cheap" ; -lin cheat_N = mkN "cheat" ; -lin cheat_V2 = mkV2 "cheat" ; -lin check_N = mkN "check" ; -lin check_V2 = mkV2 "check" ; -lin checkmate_N = mkN "checkmate" ; -lin cheek_N = mkN "cheek" ; -lin cheer_V = mkV "cheer" ; -lin cheer_N = mkN "cheer" ; -lin cheerful_A = longA "cheerful" ; -lin cheese_N = massN "cheese" ; -lin chemical_A = mkA "chemical" ; -lin chemist_N = mkN "chemist" ; -lin chemistry_N = mkN "chemistry" "chemistry" ; -lin cheque_N = mkN "cheque" ; -lin chequered_A = longA "chequered" ; -lin chess_N = massN "chess" ; -lin chest_N = mkN "chest" ; -lin chicken_N = mkN "chicken" ; -lin chief_N = mkN "chief" ; -lin child_N = mkN "child" "child" ; -lin chimney_N = mkN "chimney" ; -lin chin_N = mkN "chin" ; -lin china_PN = regPN "china" ; -lin chinaman_N = mkN "chinaman" ; -lin chinese_A = longA "chinese" ; -lin chocolate_N = massN "chocolate" ; -lin choice_N = mkN "choice" ; -lin choose_V2 = mkV2 choose_V ; -lin christian_N = mkN "christian" ; -lin christmas_N = mkN "christmas" ; -lin chronic_A = longA "chronic" ; -lin chronology_N = mkN "chronology" ; -lin chunk_N = mkN "chunk" ; -lin church_N = mkN "church" ; -lin churn_N = mkN "churn" ; -lin churn_V2 = mkV2 "churn" ; -lin churn_V = mkV "churn" ; -lin cigar_N = mkN "cigar" ; -lin cigarette_N = mkN "cigarette" ; -lin cinema_N = mkN "cinema" ; -lin circle_N = mkN "circle" ; -lin circuit_N = mkN "circuit" ; -lin circular_A = longA "circular" ; -lin circulate_V = mkV "circulate" ; -lin circumscribe_V2 = mkV2 "circumscribe" ; -lin circumstance_N = mkN "circumstance" ; -lin circumvent_V = mkV "circumvent" ; -lin cite_V2 = mkV2 "cite" ; -lin citizen_N = mkN "citizen" ; -lin city_N = mkN "city" ; -lin civilize_V2 = mkV2 "civilize" ; -lin clad_A = longA "clad" ; -lin clad_A2in = longA2 "clad" "in" ; -lin claim_VS = mkVS (mkV "claim") ; -lin claim_N2 = mkN2 "claim" ; -lin clan_N = mkN "clan" ; -lin clap_V = mkV "clap" ; -lin clap_N = mkN "clap" ; -lin clarify_V2 = mkV2 "clarify" ; -lin clarity_N = mkN "clarity" ; -lin clash_V2with = mkV2 "clash" "with" ; -lin class_N = mkN "class" ; -lin class_V3_pred =mkV3 "class" "_pred" ; -lin classic_A = longA "classic" ; -lin classify_V2 = mkV2 "classify" ; -lin clause_N = mkN "clause" ; -lin clay_N = massN "clay" ; -lin clean_A = mkA "clean" ; -lin clean_V2 = mkV2 "clean" ; -lin clear_V2 = mkV2 "clear" ; -lin clear_A = mkA "clear" ; -lin clear_A2 = mkA2 "clear" "" ; ---lin cleave_V2 = mkV2 cleave_V ; -lin cleaver_N = mkN "cleaver" ; -lin cleft_N = mkN "cleft" ; -lin clerk_N = mkN "clerk" ; -lin clever_A = mkA "clever" ; -lin client_N = mkN "client" ; -lin cliff_N = mkN "cliff" ; -lin climate_N = mkN "climate" ; -lin climax_N = mkN "climax" ; -lin climb_V2 = mkV2 "climb" ; -lin clinic_N = mkN "clinic" ; -lin clip_N = mkN "clip" ; -lin clitic_N = mkN "clitic" ; -lin clock_N = mkN "clock" ; -lin clog_N = mkN "clog" ; -lin close_V2 = mkV2 "close" ; -lin close_A = mkA "close" ; -lin close_A2to = mkA2 "close" "to" ; -lin closet_N = mkN "closet" ; -lin closure_N = mkN "closure" ; -lin cloth_N = mkN "cloth" ; -lin clothe_V2 = mkV2 "clothe" ; -lin clothing_N = mkN "clothing" ; -lin cloud_N = mkN "cloud" ; -lin clove_V2 = mkV2 "clove" ; -lin club_N = mkN "club" ; -lin clue_N = mkN "clue" ; -lin clumsy_A = mkA "clumsy" ; -lin clutter_N = mkN "clutter" ; -lin coach_N = mkN "coach" ; -lin coach_V2 = mkV2 "coach" ; -lin coal_N = massN "coal" ; -lin coalesce_V = mkV "coalesce" ; -lin coarse_A = mkA "coarse" ; -lin coast_N = mkN "coast" ; -lin coast_V2 = mkV2 "coast" ; -lin coaster_N = mkN "coaster" ; -lin coat_N = mkN "coat" ; -lin cocktail_N = mkN "cocktail" ; -lin cocoa_N = massN "cocoa" ; -lin coconut_N = mkN "coconut" ; -lin code_N = mkN "code" ; -lin code_V2 = mkV2 "code" ; -lin coefficient_N = mkN "coefficient" ; -lin coerce_V2 = mkV2 "coerce" ; -lin coffee_N = massN "coffee" ; -lin cog_N = mkN "cog" ; -lin cognition_N = mkN "cognition" ; -lin cognitive_A = longA "cognitive" ; -lin coherence_N = massN "coherence" ; -lin coherent_A = longA "coherent" ; -lin coin_N = mkN "coin" ; -lin coincide_V2with = mkV2 "coincide" "with" ; -lin coincidence_N = mkN "coincidence" ; -lin coincidental_A = longA "coincidental" ; -lin cold_A = mkA "cold" ; -lin cold_N = mkN "cold" ; -lin collaborate_V = mkV "collaborate" ; -lin collapse_N = mkN "collapse" ; -lin collapse_V = mkV "collapse" ; -lin collar_N = mkN "collar" ; -lin colleague_N = mkN "colleague" ; -lin collect_V3from =mkV3 "collect" "from" ; -lin college_N = mkN "college" ; -lin collide_V = mkV "collide" ; -lin collinear_A = longA "collinear" ; -lin collision_N = mkN "collision" ; -lin colon_N = mkN "colon" ; -lin colony_N = mkN "colony" ; -lin colour_N = mkN "colour" ; -lin colour_V2 = mkV2 "colour" ; -lin column_N = mkN "column" ; -lin comb_N = mkN "comb" ; -lin combat_N = mkN "combat" ; -lin combinator_N = mkN "combinator" ; -lin combine_V3with =mkV3 "combine" "with" ; -lin come_V2 = mkV2 come_V ; -lin comedy_N = mkN "comedy" ; -lin comfort_N = mkN "comfort" ; -lin comfort_V2 = mkV2 "comfort" ; -lin comfortable_A = longA "comfortable" ; -lin comma_N = mkN "comma" ; -lin command_N = mkN "command" ; -lin command_V2 = mkV2 "command" ; -lin commence_V = mkV "commence" ; -lin comment_N = mkN "comment" ; -lin comment_V2on = mkV2 "comment" "on" ; -lin commerce_N = mkN "commerce" ; -lin commercial_N = mkN "commercial" ; -lin commission_V2 = mkV2 "commission" ; -lin commission_N = mkN "commission" ; -lin commit_V = mkV "commit" ; -lin committee_N = mkN "committee" ; -lin commodity_N = mkN "commodity" ; -lin common_A = mkA "common" ; -lin commonsense_A = longA "commonsense" ; -lin commonwealth_N = mkN "commonwealth" ; -lin commune_N = mkN "commune" ; -lin communicate_V2with = mkV2 "communicate" "with" ; -lin community_N = mkN "community" ; -lin commutative_A = longA "commutative" ; -lin commutator_N = mkN "commutator" ; -lin compact_A = longA "compact" ; -lin companion_N = mkN "companion" ; -lin company_N = mkN "company" ; -lin comparative_A = longA "comparative" ; -lin comparative_N = mkN "comparative" ; -lin compare_V3with =mkV3 "compare" "with" ; -lin comparison_N2of_ppwith = mkN2 "comparison" "of_ppwith" ; -lin compass_V = mkV "compass" ; -lin compatible_A = longA "compatible" ; -lin compatible_A2with = longA2 "compatible" "with" ; -lin compel_V2 = mkV2 "compel" ; -lin compensate_V2for = mkV2 "compensate" "for" ; -lin compete_V2with = mkV2 "compete" "with" ; -lin competence_N = mkN "competence" ; -lin competent_A = longA "competent" ; -lin competition_N = mkN "competition" ; -lin competitor_N = mkN "competitor" ; -lin compile_V2 = mkV2 "compile" ; -lin complain_V2about = mkV2 "complain" "about" ; -lin complaint_N2about = mkN2 "complaint" "about" ; -lin complement_N = mkN "complement" ; -lin complement_V2 = mkV2 "complement" ; -lin complementary_A = longA "complementary" ; -lin complementary_A2to = longA2 "complementary" "to" ; -lin complete_A = longA "complete" ; -lin complete_V2 = mkV2 "complete" ; -lin complex_A = longA "complex" ; -lin complex_N = mkN "complex" ; -lin complicate_V2 = mkV2 "complicate" ; -lin compliment_N = mkN "compliment" ; -lin compliment_V2 = mkV2 "compliment" ; -lin comply_V2with = mkV2 "comply" "with" ; -lin component_N = mkN "component" ; -lin compose_V2 = mkV2 "compose" ; -lin composite_A = longA "composite" ; -lin composition_N = mkN "composition" ; -lin compound_A = longA "compound" ; -lin compound_N = mkN "compound" ; -lin compound_V2 = mkV2 "compound" ; -lin comprehend_V2 = mkV2 "comprehend" ; -lin comprehensible_A = longA "comprehensible" ; -lin comprehensible_A2to = longA2 "comprehensible" "to" ; -lin comprehension_N = mkN "comprehension" ; -lin comprehensive_A = longA "comprehensive" ; -lin compress_V2 = mkV2 "compress" ; -lin comprise_V2 = mkV2 "comprise" ; -lin compromise_V = mkV "compromise" ; -lin compute_V2 = mkV2 "compute" ; -lin computer_N = mkN "computer" ; -lin concatenate_V2 = mkV2 "concatenate" ; -lin concave_A = mkA "concave" ; -lin conceal_V2 = mkV2 "conceal" ; -lin concede_VS = mkVS (mkV "concede") ; -lin conceive_V2of = mkV2 "conceive" "of" ; -lin concentrate_V2 = mkV2 "concentrate" ; -lin concept_N = mkN "concept" ; -lin conception_N = mkN "conception" ; -lin conceptual_A = longA "conceptual" ; -lin concern_N = mkN "concern" ; -lin concern_V2 = mkV2 "concern" ; -lin concerning_Prep = mkPrep "concerning" ; -lin concert_N = mkN "concert" ; -lin concerted_A = longA "concerted" ; -lin concession_N = mkN "concession" ; -lin concise_A = longA "concise" ; -lin conclude_VS = mkVS (mkV "conclude") ; -lin conclusion_N2 = mkN2 "conclusion" ; -lin conclusive_A = longA "conclusive" ; -lin concomitant_A = longA "concomitant" ; -lin concrete_A = longA "concrete" ; -lin concrete_N = massN "concrete" ; -lin concur_V = mkV "concur" ; -lin concurrent_A = longA "concurrent" ; -lin condemn_V2 = mkV2 "condemn" ; -lin condition_N = mkN "condition" ; -lin condition_V2 = mkV2 "condition" ; -lin conditional_N = mkN "conditional" ; -lin conducive_A2to = mkA2 "conducive" "to" ; -lin conduct_N = mkN "conduct" ; -lin conduct_V2 = mkV2 "conduct" ; -lin confer_V2with = mkV2 "confer" "with" ; -lin conference_N = mkN "conference" ; -lin confess_VS = mkVS (mkV "confess") ; -lin confidence_N = mkN "confidence" ; -lin confident_A = longA "confident" ; -lin configure_V2 = mkV2 "configure" ; -lin confine_V3to =mkV3 "confine" "to" ; -lin confirm_V2 = mkV2 "confirm" ; -lin conflate_V2 = mkV2 "conflate" ; -lin conflict_V2with = mkV2 "conflict" "with" ; -lin confluence_N = mkN "confluence" ; -lin confluent_A = longA "confluent" ; -lin conform_V2to = mkV2 "conform" "to" ; -lin confound_V2 = mkV2 "confound" ; -lin confounded_A = longA "confounded" ; -lin confront_V3with =mkV3 "confront" "with" ; -lin confuse_V2 = mkV2 "confuse" ; -lin congruence_N = mkN "congruence" ; -lin congruent_A = longA "congruent" ; -lin conjecture_VS = mkVS (mkV "conjecture") ; -lin conjoin_V2 = mkV2 "conjoin" ; -lin conjunct_N = mkN "conjunct" ; -lin conjunction_N = mkN "conjunction" ; -lin conjunctive_A = longA "conjunctive" ; -lin connect_V2 = mkV2 "connect" ; -lin connective_N = mkN "connective" ; -lin conquer_V2 = mkV2 "conquer" ; -lin conqueror_N = mkN "conqueror" ; -lin conquest_N = mkN "conquest" ; -lin conscience_N = mkN "conscience" "conscience" ; -lin conscious_A = longA "conscious" ; -lin conscious_A2of = longA2 "conscious" "of" ; -lin consecutive_A = longA "consecutive" ; -lin consensus_N = mkN "consensus" ; -lin consequence_N = mkN "consequence" ; -lin consequent_A = longA "consequent" ; -lin conservative_A = longA "conservative" ; -lin conserve_V2 = mkV2 "conserve" ; -lin consider_V2 = mkV2 "consider" ; -lin consider_V3 =mkV3 "consider" ; -lin consider_V2 = mkV2 "consider" ; -lin consider_V2 = mkV2 "consider" ; -lin considerate_A = longA "considerate" ; -lin consist_V2of = mkV2 "consist" "of" ; -lin consistency_N = mkN "consistency" ; -lin consistent_A = longA "consistent" ; -lin consistent_A2with = longA2 "consistent" "with" ; -lin consonant_A = longA "consonant" ; -lin consonant_A2with = longA2 "consonant" "with" ; -lin consonant_N = mkN "consonant" ; -lin constant_A = longA "constant" ; -lin constant_N = mkN "constant" ; -lin constellation_N = mkN "constellation" ; -lin constituency_N = mkN "constituency" ; -lin constituent_N = mkN "constituent" ; -lin constitute_V2 = mkV2 "constitute" ; -lin constrain_V2 = mkV2 "constrain" ; -lin constraint_N = mkN "constraint" ; -lin constrict_V2 = mkV2 "constrict" ; -lin construct_V2 = mkV2 "construct" ; -lin constructor_N = mkN "constructor" ; -lin construe_V3_pred =mkV3 "construe" "_pred" ; -lin consult_V2 = mkV2 "consult" ; -lin consume_V2 = mkV2 "consume" ; -lin consumption_N = mkN "consumption" "consumption" ; -lin contact_N = mkN "contact" ; -lin contact_V2 = mkV2 "contact" ; -lin contagion_N = mkN "contagion" ; -lin contagious_A = longA "contagious" ; -lin contain_V2 = mkV2 "contain" ; -lin contaminate_V2 = mkV2 "contaminate" ; -lin contemplate_V2 = mkV2 "contemplate" ; -lin contemporary_A = longA "contemporary" ; -lin contemporary_N = mkN "contemporary" ; -lin contend_VS = mkVS (mkV "contend") ; -lin content_A = longA "content" ; -lin content_A2with = longA2 "content" "with" ; -lin contented_A = longA "contented" ; -lin contented_A2with = longA2 "contented" "with" ; -lin contention_N2 = mkN2 "contention" ; -lin context_N = mkN "context" ; -lin contextual_A = longA "contextual" ; -lin contiguous_A = longA "contiguous" ; -lin contiguous_A2to = longA2 "contiguous" "to" ; -lin contingency_N = mkN "contingency" ; -lin contingent_A = longA "contingent" ; -lin contingent_A2on = longA2 "contingent" "on" ; -lin continual_A = longA "continual" ; -lin continue_V2 = mkV2 "continue" ; -lin continue_V2 = mkV2 "continue" ; -lin continuity_N = mkN "continuity" ; -lin continuous_A = longA "continuous" ; -lin continuum_N = mkN "continuum" ; -lin contour_N = mkN "contour" ; -lin contract_V = mkV "contract" ; -lin contract_N = mkN "contract" ; -lin contradict_V2 = mkV2 "contradict" ; -lin contrary_A = longA "contrary" ; -lin contrary_A2to = longA2 "contrary" "to" ; -lin contrast_N = mkN "contrast" ; -lin contrast_V3with =mkV3 "contrast" "with" ; -lin contrastive_A = longA "contrastive" ; -lin contravene_V2 = mkV2 "contravene" ; -lin contribute_V2to = mkV2 "contribute" "to" ; -lin control_N = mkN "control" ; -lin control_V2 = mkV2 "control" ; -lin controversial_A = longA "controversial" ; -lin controversy_N = mkN "controversy" ; -lin convenience_N = mkN "convenience" ; -lin convenient_A = longA "convenient" ; -lin convention_N = mkN "convention" ; -lin converge_V = mkV "converge" ; -lin convergence_N = mkN "convergence" ; -lin conversation_N = mkN "conversation" ; -lin converse_A = longA "converse" ; -lin converse_V2with = mkV2 "converse" "with" ; -lin conversion_N = mkN "conversion" ; -lin convert_V3to =mkV3 "convert" "to" ; -lin convey_V2 = mkV2 "convey" ; -lin convict_N = mkN "convict" ; -lin convict_V2 = mkV2 "convict" ; -lin conviction_N = mkN "conviction" ; -lin convince_V3 =mkV3 "convince" ; -lin convincing_A = longA "convincing" ; -lin convoluted_A = longA "convoluted" ; -lin cook_N = mkN "cook" ; -lin cook_V2 = mkV2 "cook" ; -lin cool_A = mkA "cool" ; -lin cool_V = mkV "cool" ; -lin coordinate_V2 = mkV2 "coordinate" ; -lin cope_V2with = mkV2 "cope" "with" ; -lin copper_N = massN "copper" ; -lin copula_N = mkN "copula" ; -lin copy_N = mkN "copy" ; -lin copy_V2 = mkV2 "copy" ; -lin copyright_N = mkN "copyright" ; -lin cord_N = mkN "cord" ; -lin corn_N = massN "corn" ; -lin corner_N = mkN "corner" ; -lin corporation_N = mkN "corporation" ; -lin corpus_N = mkN "corpus" "corpus" ; -lin correct_A = longA "correct" ; -lin correct_V2 = mkV2 "correct" ; -lin correlate_V2 = mkV2 "correlate" ; -lin correspond_V2to = mkV2 "correspond" "to" ; -lin correspondence_N2to = mkN2 "correspondence" "to" ; -lin corresponding_A = longA "corresponding" ; -lin cosmetic_A = longA "cosmetic" ; -lin cost_N = mkN "cost" ; -lin cost_V2 = mkV2 "cost" ; -lin costly_A = mkA "costly" ; -lin costume_N = mkN "costume" ; -lin cotton_N = massN "cotton" ; -lin cough_V = mkV "cough" ; -lin cough_N = mkN "cough" ; -lin council_N = mkN "council" ; -lin councillor_N = mkN "councillor" ; -lin count_V2 = mkV2 "count" ; -lin counterfactual_A = longA "counterfactual" ; -lin counterintuitive_A = longA "counterintuitive" ; -lin country_N = mkN "country" ; -lin county_N = mkN "county" ; -lin couple_N = mkN "couple" ; -lin couple_V2 = mkV2 "couple" ; -lin courage_N = mkN "courage" ; -lin course_N = mkN "course" ; -lin court_N = mkN "court" ; -lin court_V2 = mkV2 "court" ; -lin court_V = mkV "court" ; -lin courteous_A = longA "courteous" ; -lin courtesy_N = mkN "courtesy" ; -lin cover_N = mkN "cover" ; -lin cover_V2 = mkV2 "cover" ; -lin covert_A = longA "covert" ; -lin cow_N = mkN "cow" ; -lin coward_N = mkN "coward" ; -lin crab_N = mkN "crab" ; -lin crack_N = mkN "crack" ; -lin crack_V2 = mkV2 "crack" ; -lin craft_N = mkN "craft" ; -lin crafty_A = mkA "crafty" ; -lin crag_N = mkN "crag" ; -lin crash_V = mkV "crash" ; -lin crate_N = mkN "crate" ; -lin crater_N = mkN "crater" ; -lin crave_V2 = mkV2 "crave" ; -lin crawl_V = mkV "crawl" ; -lin crayfish_N = mkN "crayfish" ; -lin crayon_N = mkN "crayon" ; -lin craze_N = mkN "craze" ; -lin crazy_A = mkA "crazy" ; -lin cream_N = mkN "cream" ; -lin create_V2 = mkV2 "create" ; -lin creator_N = mkN "creator" ; -lin creature_N = mkN "creature" ; -lin credit_N = mkN "credit" ; -lin creep_V2 = mkV2 creep_V ; -lin cricket_N = mkN "cricket" ; -lin crime_N = mkN "crime" ; -lin criminal_A = longA "criminal" ; -lin criminal_N = mkN "criminal" ; -lin crisis_N = mkN "crisis" "crisis" ; -lin criterion_N2for = mkN2 (mkN "criterion" "criterion") "for" ; -lin critic_N2of = mkN2 "critic" "of" ; -lin criticise_V2 = mkV2 "criticise" ; -lin criticism_N = mkN "criticism" ; -lin criticize_V2 = mkV2 "criticize" ; -lin critique_N = mkN "critique" ; -lin crochet_N = mkN "crochet" ; -lin crochet_V2 = mkV2 "crochet" ; -lin crochet_V = mkV "crochet" ; -lin crop_N = mkN "crop" ; -lin crop_V2 = mkV2 "crop" ; -lin cross_A = mkA "cross" ; -lin cross_N = mkN "cross" ; -lin cross_V2 = mkV2 "cross" ; -lin crow_V = mkV "crow" ; -lin crow_N = mkN "crow" ; -lin crowd_N = mkN "crowd" ; -lin crown_N = mkN "crown" ; -lin crown_V2 = mkV2 "crown" ; -lin crucial_A = longA "crucial" ; -lin crude_A = mkA "crude" ; -lin cruel_A = mkA "cruel" ; -lin cruel_A2to = mkA2 "cruel" "to" ; -lin cruelty_N2to = mkN2 "cruelty" "to" ; -lin crush_V2 = mkV2 "crush" ; -lin cry_V = mkV "cry" ; -lin cry_N = mkN "cry" ; -lin cub_N = mkN "cub" ; -lin cube_N = mkN "cube" ; -lin cubic_A = longA "cubic" ; -lin cue_N = mkN "cue" ; -lin cue_V2 = mkV2 "cue" ; -lin culprit_N = mkN "culprit" ; -lin cultivate_V2 = mkV2 "cultivate" ; -lin culture_N = mkN "culture" ; -lin cumbersome_A = longA "cumbersome" ; -lin cumulative_A = longA "cumulative" ; -lin cunning_A = longA "cunning" ; -lin cup_N = mkN "cup" ; -lin cupboard_N = mkN "cupboard" ; -lin curb_V2 = mkV2 "curb" ; -lin cure_N = mkN "cure" ; -lin cure_V3of =mkV3 "cure" "of" ; -lin curiosity_N = mkN "curiosity" ; -lin curious_A = longA "curious" ; -lin curl_V = mkV "curl" ; -lin curl_N = mkN "curl" ; -lin current_A = longA "current" ; -lin current_N = mkN "current" ; -lin curriculum_N = mkN "curriculum" ; -lin curse_N = mkN "curse" ; -lin curse_V2 = mkV2 "curse" ; -lin curtain_N = mkN "curtain" ; -lin curvature_N = mkN "curvature" ; -lin curve_V = mkV "curve" ; -lin curve_N = mkN "curve" ; -lin custard_N = massN "custard" ; -lin custom_N = mkN "custom" ; -lin cut_N = mkN "cut" ; -lin cut_V2 = mkV2 cut_V ; -lin cycle_V = mkV "cycle" ; -lin cyclic_A = longA "cyclic" ; -lin cynic_N = mkN "cynic" ; -lin dagger_N = mkN "dagger" ; -lin daily_A = longA "daily" ; -lin damage_N = mkN "damage" ; -lin damage_V2 = mkV2 "damage" ; -lin dance_N = mkN "dance" ; -lin dance_V = mkV "dance" ; -lin danger_N = mkN "danger" ; -lin dangle_V = mkV "dangle" ; -lin dare_V2 = mkV2 "dare" ; -lin dare_VV = mkVV (mkV "dare") ; -lin dark_N = mkN "dark" ; -lin dark_A = mkA "dark" ; -lin darken_V2 = mkV2 "darken" ; -lin darken_V = mkV "darken" ; -lin database_N = mkN "database" ; -lin date_N = mkN "date" ; -lin dative_A = longA "dative" ; -lin datum_N = mkN "datum" "datum" ; -lin daughter_N2of = mkN2 "daughter" "of" ; -lin day_N = mkN "day" ; -lin dead_A = mkA "dead" ; -lin deaf_A = mkA "deaf" ; -lin deal_N = mkN "deal" ; -lin deal_V2with = mkV2 deal_V "with" ; -lin dear_A = mkA "dear" ; -lin dear_A2to = mkA2 "dear" "to" ; -lin death_N = mkN "death" ; -lin debate_N = mkN "debate" ; -lin debate_V2 = mkV2 "debate" ; -lin debt_N = mkN "debt" ; -lin debtor_N = mkN "debtor" ; -lin debug_V2 = mkV2 "debug" ; -lin decade_N = mkN "decade" ; -lin decay_V = mkV "decay" ; -lin deceive_V2 = mkV2 "deceive" ; -lin december_PN = regPN "december" ; -lin deception_N = mkN "deception" ; -lin deceptive_A = longA "deceptive" ; -lin decide_VV = mkVV (mkV "decide") ; -lin decimal_A = longA "decimal" ; -lin decimal_N = mkN "decimal" ; -lin decision_N2 = mkN2 "decision" ; -lin decisive_A = longA "decisive" ; -lin declare_V2 = mkV2 "declare" ; -lin declare_VS = mkVS (mkV "declare") ; -lin decompose_V = mkV "decompose" ; -lin decomposition_N = mkN "decomposition" ; -lin decrease_V = mkV "decrease" ; -lin decrease_N2in = mkN2 "decrease" "in" ; -lin decrement_V2 = mkV2 "decrement" ; -lin dedicate_V3to =mkV3 "dedicate" "to" ; -lin deduce_VS = mkVS (mkV "deduce") ; -lin deducible_A = longA "deducible" ; -lin deed_N = mkN "deed" ; -lin deep_A = mkA "deep" ; -lin deer_N = mkN "deer" ; -lin defeat_N = mkN "defeat" ; -lin defeat_V2 = mkV2 "defeat" ; -lin defect_N = mkN "defect" ; -lin defect_V = mkV "defect" ; -lin defence_N = mkN "defence" ; -lin defend_V2 = mkV2 "defend" ; -lin defense_N = mkN "defense" ; -lin defensible_A = longA "defensible" ; -lin defer_V2 = mkV2 "defer" ; -lin deficiency_N = mkN "deficiency" ; -lin deficient_A = longA "deficient" ; -lin define_V2 = mkV2 "define" ; -lin definite_A = mkA "definite" ; -lin definition_N = mkN "definition" ; -lin definitive_A = longA "definitive" ; -lin deform_V2 = mkV2 "deform" ; -lin defy_V2 = mkV2 "defy" ; -lin degrade_V2 = mkV2 "degrade" ; -lin degree_N = mkN "degree" ; -lin delay_N = mkN "delay" ; -lin delay_V2 = mkV2 "delay" ; -lin delete_V2 = mkV2 "delete" ; -lin deliberate_A = longA "deliberate" ; -lin delicacy_N = mkN "delicacy" ; -lin delicate_A = longA "delicate" ; -lin delight_N = mkN "delight" ; -lin delight_V2 = mkV2 "delight" ; -lin delimit_V2 = mkV2 "delimit" ; -lin delineate_V2 = mkV2 "delineate" ; -lin deliver_V2 = mkV2 "deliver" ; -lin delve_V = mkV "delve" ; -lin demand_N = mkN "demand" ; -lin demand_V2 = mkV2 "demand" ; -lin demonstrate_VS = mkVS (mkV "demonstrate") ; -lin denial_N = mkN "denial" ; -lin denote_V2 = mkV2 "denote" ; -lin dense_A = mkA "dense" ; -lin deny_V2 = mkV2 "deny" ; -lin depart_V2from = mkV2 "depart" "from" ; -lin department_N = mkN "department" ; -lin departure_N = mkN "departure" ; -lin depend_V2on = mkV2 "depend" "on" ; -lin dependence_N2on = mkN2 "dependence" "on" ; -lin dependency_N = mkN "dependency" ; -lin dependent_N = mkN "dependent" ; -lin dependent_A = longA "dependent" ; -lin dependent_A2on = longA2 "dependent" "on" ; -lin depict_V2 = mkV2 "depict" ; -lin deploy_V2 = mkV2 "deploy" ; -lin deposit_N = mkN "deposit" ; -lin deposit_V2 = mkV2 "deposit" ; -lin depress_V2 = mkV2 "depress" ; -lin depressing_A = longA "depressing" ; -lin depth_N = mkN "depth" ; -lin derivative_N = mkN "derivative" ; -lin derive_V2from = mkV2 "derive" "from" ; -lin descend_V2 = mkV2 "descend" ; -lin descendant_N = mkN "descendant" ; -lin descent_N = mkN "descent" ; -lin describe_V2 = mkV2 "describe" ; -lin description_N = mkN "description" ; -lin descriptive_A = longA "descriptive" ; -lin desert_N = mkN "desert" ; -lin deserve_V2 = mkV2 "deserve" ; -lin design_N = mkN "design" ; -lin design_V2 = mkV2 "design" ; -lin designate_V3_pred =mkV3 "designate" "_pred" ; -lin desire_N2 = mkN2 "desire" ; -lin desire_V2 = mkV2 "desire" ; -lin desire_V2 = mkV2 "desire" ; -lin desire_VV = mkVV (mkV "desire") ; -lin desk_N = mkN "desk" ; -lin despair_N = mkN "despair" ; -lin despair_V = mkV "despair" ; -lin despair_V2of = mkV2 "despair" "of" ; -lin desperate_A = longA "desperate" ; -lin desperate_A2for = longA2 "desperate" "for" ; -lin desperation_N = mkN "desperation" ; -lin destination_N = mkN "destination" ; -lin destiny_N = mkN "destiny" ; -lin destroy_V2 = mkV2 "destroy" ; -lin destruction_N2of = mkN2 "destruction" "of" ; -lin destructive_A = longA "destructive" ; -lin detach_V2 = mkV2 "detach" ; -lin detail_N = mkN "detail" ; -lin detailed_A = longA "detailed" ; -lin detect_V2 = mkV2 "detect" ; -lin deteriorate_V = mkV "deteriorate" ; -lin determinate_A = longA "determinate" ; -lin determine_V2 = mkV2 "determine" ; -lin determinism_N = mkN "determinism" ; -lin deterministic_A = longA "deterministic" ; -lin determinize_V2 = mkV2 "determinize" ; -lin detract_V2from = mkV2 "detract" "from" ; -lin develop_V2 = mkV2 "develop" ; -lin deviance_N = mkN "deviance" ; -lin deviant_A = longA "deviant" ; -lin deviate_V2from = mkV2 "deviate" "from" ; -lin devil_N = mkN "devil" ; -lin devise_V2 = mkV2 "devise" ; -lin devote_V3to =mkV3 "devote" "to" ; -lin devour_V2 = mkV2 "devour" ; -lin diagnose_V2 = mkV2 "diagnose" ; -lin diagnosis_N = mkN "diagnosis" ; -lin diagnostic_A = longA "diagnostic" ; -lin diagonal_A = longA "diagonal" ; -lin diagonal_N = mkN "diagonal" ; -lin diagram_N = mkN "diagram" ; -lin diagrammatic_A = longA "diagrammatic" ; -lin diagrammatically_Adv = mkAdv "diagrammatically" ; -lin dialect_N = mkN "dialect" ; -lin dialogue_N = mkN "dialogue" ; -lin diamond_N = mkN "diamond" ; -lin dichotomy_N = mkN "dichotomy" ; -lin dictionary_N = mkN "dictionary" ; -lin die_V = mkV "die" ; -lin die_N = mkN "die" ; -lin differ_V2from = mkV2 "differ" "from" ; -lin difference_N = mkN "difference" ; -lin different_A = longA "different" ; -lin different_A2from = longA2 "different" "from" ; -lin differentiate_V2 = mkV2 "differentiate" ; -lin difficult_A = longA "difficult" ; -lin difficult_A2 = longA2 "difficult" "" ; -lin difficulty_N = mkN "difficulty" ; -lin diffuse_A = longA "diffuse" ; -lin diffuse_V = mkV "diffuse" ; -lin dig_V2 = mkV2 dig_V ; -lin digest_N = mkN "digest" ; -lin digest_V2 = mkV2 "digest" ; -lin digit_N = mkN "digit" ; -lin digital_A = longA "digital" ; -lin dilate_V = mkV "dilate" ; -lin dimension_N = mkN "dimension" ; -lin diminish_V = mkV "diminish" ; -lin dine_V = mkV "dine" ; -lin dinner_N = mkN "dinner" ; -lin dire_A = mkA "dire" ; -lin direct_A = longA "direct" ; -lin direct_V3to =mkV3 "direct" "to" ; -lin direction_N = mkN "direction" ; -lin director_N = mkN "director" ; -lin directory_N = mkN "directory" ; -lin dirt_N = mkN "dirt" ; -lin disable_V2 = mkV2 "disable" ; -lin disadvantage_N = mkN "disadvantage" ; -lin disambiguate_V2 = mkV2 "disambiguate" ; -lin disarm_V2 = mkV2 "disarm" ; -lin disarmament_N = mkN "disarmament" ; -lin disappoint_V2 = mkV2 "disappoint" ; -lin disaster_N = mkN "disaster" ; -lin disastrous_A = longA "disastrous" ; -lin disbelief_N = mkN "disbelief" ; -lin disc_N = mkN "disc" ; -lin discard_V2 = mkV2 "discard" ; -lin discern_V2 = mkV2 "discern" ; -lin discipline_N = mkN "discipline" ; -lin disciplined_A = longA "disciplined" ; -lin discontinuity_N = mkN "discontinuity" ; -lin discontinuous_A = longA "discontinuous" ; -lin discourage_V2 = mkV2 "discourage" ; -lin discourse_N = mkN "discourse" ; -lin discover_V2 = mkV2 "discover" ; -lin discover_VS = mkVS (mkV "discover") ; -lin discovery_N2 = mkN2 "discovery" ; -lin discrepancy_N = mkN "discrepancy" ; -lin discrete_A = mkA "discrete" ; -lin discriminate_V2 = mkV2 "discriminate" ; -lin discuss_V2 = mkV2 "discuss" ; -lin discussion_N = mkN "discussion" ; -lin discussion_N2about = mkN2 "discussion" "about" ; -lin discussion_N2s_withabout = mkN2 "discussion" "s_withabout" ; -lin discussion_N2with = mkN2 "discussion" "with" ; -lin disease_N = mkN "disease" ; -lin diseased_A = longA "diseased" ; -lin disguise_V = mkV "disguise" ; -lin disguise_N = mkN "disguise" ; -lin disguise_V2 = mkV2 "disguise" ; -lin dish_N = mkN "dish" ; -lin dishonest_A = longA "dishonest" ; -lin disillusion_V2 = mkV2 "disillusion" ; -lin disjoint_A = longA "disjoint" ; -lin disjunct_N = mkN "disjunct" ; -lin disjunction_N = mkN "disjunction" ; -lin disjunctive_A = longA "disjunctive" ; -lin disk_N = mkN "disk" ; -lin dislocate_V2 = mkV2 "dislocate" ; -lin dismiss_V2 = mkV2 "dismiss" ; -lin disparate_A = longA "disparate" ; -lin dispense_V2with = mkV2 "dispense" "with" ; -lin dispensible_A = longA "dispensible" ; -lin display_N = mkN "display" ; -lin display_V2 = mkV2 "display" ; -lin dispose_V2of = mkV2 "dispose" "of" ; -lin disproportionate_A = longA "disproportionate" ; -lin dispute_N = mkN "dispute" ; -lin dispute_V2 = mkV2 "dispute" ; -lin disquieting_A = longA "disquieting" ; -lin disrupt_V2 = mkV2 "disrupt" ; -lin dissatisfaction_N = mkN "dissatisfaction" ; -lin dissatisfied_A = longA "dissatisfied" ; -lin dissent_V = mkV "dissent" ; -lin dissertation_N = mkN "dissertation" ; -lin dissimilar_A = longA "dissimilar" ; -lin dissimilar_A2to = longA2 "dissimilar" "to" ; -lin distance_N = mkN "distance" ; -lin distant_A = longA "distant" ; -lin distant_A2from = longA2 "distant" "from" ; -lin distinct_A = longA "distinct" ; -lin distinct_A2from = longA2 "distinct" "from" ; -lin distinction_N = mkN "distinction" ; -lin distinctive_A = longA "distinctive" ; -lin distinguish_V3from =mkV3 "distinguish" "from" ; -lin distract_V3from =mkV3 "distract" "from" ; -lin distribute_V2 = mkV2 "distribute" ; -lin district_N = mkN "district" ; -lin disturb_V2 = mkV2 "disturb" ; -lin ditch_N = mkN "ditch" ; -lin ditransitive_A = longA "ditransitive" ; -lin dive_N = mkN "dive" ; -lin dive_V = mkV "dive" ; -lin diverse_A = longA "diverse" ; -lin divide_V2 = mkV2 "divide" ; -lin dividend_N = mkN "dividend" ; -lin divine_A = longA "divine" ; -lin divisible_A = longA "divisible" ; -lin division_N = mkN "division" ; -lin divisor_N = mkN "divisor" ; -lin divorce_V3from =mkV3 "divorce" "from" ; -lin do_V2 = mkV2 "do" ; -lin doctor_N = mkN "doctor" ; -lin document_N = mkN "document" ; -lin document_V2 = mkV2 "document" ; -lin dog_N = mkN "dog" ; -lin dollar_N = mkN "dollar" ; -lin dolt_N = mkN "dolt" ; -lin domain_N = mkN "domain" ; -lin dome_N = mkN "dome" ; -lin dominance_N = mkN "dominance" ; -lin dominant_A = longA "dominant" ; -lin dominate_V2 = mkV2 "dominate" ; -lin donate_V3to =mkV3 "donate" "to" ; -lin donkey_N = mkN "donkey" ; -lin doom_N = mkN "doom" ; -lin doomed_A = longA "doomed" ; -lin doomsday_N = mkN "doomsday" ; -lin door_N = mkN "door" ; -lin dormancy_N = mkN "dormancy" ; -lin dormant_A = mkA "dormant" ; -lin dosage_N = mkN "dosage" ; -lin dose_N = mkN "dose" ; -lin dose_V3with =mkV3 "dose" "with" ; -lin dot_N = mkN "dot" ; -lin double_A = longA "double" ; -lin double_V2 = mkV2 "double" ; -lin doubt_V2 = mkV2 "doubt" ; -lin doubt_VS = mkVS (mkV "doubt") ; -lin doubt_N2 = mkN2 "doubt" ; -lin dour_A = mkA "dour" ; -lin dove_N = mkN "dove" ; -lin down_N = mkN "down" ; -lin down_Prep = mkPrep "down" ; -lin downward_Adv = mkAdv "downward" ; -lin doze_V = mkV "doze" ; -lin dozen_N2 = mkN2 "dozen" ; -lin draft_N = mkN "draft" ; -lin drag_N = mkN "drag" ; -lin drag_V2 = mkV2 "drag" ; -lin drain_N = mkN "drain" ; -lin drain_V2 = mkV2 "drain" ; -lin dram_N = mkN "dram" ; -lin drama_N = mkN "drama" ; -lin dramatic_A = longA "dramatic" ; -lin dramatically_Adv = mkAdv "dramatically" ; -lin dramatist_N = mkN "dramatist" ; -lin drastic_A = longA "drastic" ; -lin drastically_Adv = mkAdv "drastically" ; -lin draught_N = mkN "draught" ; -lin draw_V2 = mkV2 draw_V ; -lin drawback_N = mkN "drawback" ; -lin drawer_N = mkN "drawer" ; -lin dread_N = mkN "dread" ; -lin dread_V2 = mkV2 "dread" ; -lin dreadful_A = longA "dreadful" ; -lin dream_N = mkN "dream" ; -lin dream_VS = mkVS (mkV "dream") ; -lin dress_V = mkV "dress" ; -lin dress_N = mkN "dress" ; -lin drill_N = mkN "drill" ; -lin drill_V2 = mkV2 "drill" ; -lin drink_N = mkN "drink" ; -lin drink_V2 = mkV2 drink_V ; -lin drive_V = IrregEng.drive_V ; -lin drop_N = mkN "drop" ; -lin drop_V2 = mkV2 "drop" ; -lin drought_N = mkN "drought" ; -lin drown_V = mkV "drown" ; -lin drug_N = mkN "drug" ; -lin drum_N = mkN "drum" ; -lin drunk_A = mkA "drunk" ; -lin dry_A = mkA "dry" ; -lin dry_V2 = mkV2 "dry" ; -lin dual_A = longA "dual" ; -lin dubious_A = longA "dubious" ; -lin duck_N = mkN "duck" ; -lin duck_V = mkV "duck" ; -lin due_A = longA "due" ; -lin due_A2to = longA2 "due" "to" ; -lin duel_N = mkN "duel" ; -lin dull_A = mkA "dull" ; -lin dumb_A = mkA "dumb" ; -lin dummy_N = mkN "dummy" ; -lin dump_N = mkN "dump" ; -lin dump_V2 = mkV2 "dump" ; -lin dumpling_N = mkN "dumpling" ; -lin duplicate_V2 = mkV2 "duplicate" ; ---lin during_Prep = mkPrep "during" ; -lin dust_N = mkN "dust" ; -lin dutch_A = longA "dutch" ; -lin duty_N = mkN "duty" ; -lin dwarf_N = mkN "dwarf" ; -lin dwarf_V2 = mkV2 "dwarf" ; ---lin dwell_V2 = mkV2 dwell_V ; -lin dwelling_N = mkN "dwelling" ; -lin dynamic_A = longA "dynamic" ; -lin dynamically_Adv = mkAdv "dynamically" ; -lin dynamism_N = mkN "dynamism" ; -lin dynamo_N = mkN "dynamo" ; -lin eager_A2 = longA2 "eager" "" ; -lin eager_A = longA "eager" ; -lin ear_N = mkN "ear" ; -lin earl_N = mkN "earl" ; -lin early_A = mkA "early" ; -lin earn_V2 = mkV2 "earn" ; -lin earth_N = massN "earth" ; -lin ease_N = mkN "ease" ; -lin east_N = massN "east" ; -lin east_A = longA "east" ; -lin east_A2of = longA2 "east" "of" ; -lin eastern_A = mkA "eastern" ; -lin easy_A = mkA "easy" ; -lin easy_A2 = mkA2 "easy" "" ; -lin eat_V2 = mkV2 eat_V ; -lin ebb_V = mkV "ebb" ; -lin echo_N = mkN "echo" ; -lin echo_V2 = mkV2 "echo" ; -lin economic_A = longA "economic" ; -lin economical_A = longA "economical" ; -lin economy_N = mkN "economy" ; -lin edge_N = mkN "edge" ; -lin edible_A = longA "edible" ; -lin edinburgh_PN = regPN "edinburgh" ; -lin edit_V2 = mkV2 "edit" ; -lin edition_N = mkN "edition" ; -lin editor_N = mkN "editor" ; -lin educate_V2 = mkV2 "educate" ; -lin effect_N = mkN "effect" ; -lin effect_V2 = mkV2 "effect" ; -lin effective_A = mkA "effective" ; -lin efficacy_N = mkN "efficacy" ; -lin efficiency_N = mkN "efficiency" ; -lin efficient_A = longA "efficient" ; -lin effort_N = mkN "effort" ; -lin egg_N = mkN "egg" ; -lin elaborate_A = longA "elaborate" ; -lin elaborate_V2 = mkV2 "elaborate" ; -lin elbow_N = mkN "elbow" ; -lin elect_V2 = mkV2 "elect" ; -lin electric_A = longA "electric" ; -lin electricity_N = massN "electricity" ; -lin electron_N = mkN "electron" ; -lin electronic_A = longA "electronic" ; -lin elegance_N = mkN "elegance" ; -lin elegant_A = longA "elegant" ; -lin element_N = mkN "element" ; -lin elephant_N = mkN "elephant" ; -lin elephantine_A = longA "elephantine" ; -lin elevate_V2 = mkV2 "elevate" ; -lin elicit_V = mkV "elicit" ; -lin eligible_A = longA "eligible" ; -lin eligible_A2for = longA2 "eligible" "for" ; -lin eliminate_V2 = mkV2 "eliminate" ; -lin ellipse_N = mkN "ellipse" ; -lin ellipsis_N = mkN "ellipsis" ; -lin elliptical_A = longA "elliptical" ; -lin elsewhere_Adv = mkAdv "elsewhere" ; -lin elucidate_V2 = mkV2 "elucidate" ; -lin elude_V2 = mkV2 "elude" ; -lin elusive_A = longA "elusive" ; -lin embarrass_V2 = mkV2 "embarrass" ; -lin embassy_N = mkN "embassy" ; -lin embed_V3in =mkV3 "embed" "in" ; -lin embody_V2 = mkV2 "embody" ; -lin embrace_N = mkN "embrace" ; -lin embrace_V2 = mkV2 "embrace" ; -lin embrace_V = mkV "embrace" ; -lin emerge_V = mkV "emerge" ; -lin emergency_N = mkN "emergency" ; -lin emergent_A = longA "emergent" ; -lin emphasis_N = mkN "emphasis" ; -lin emphasise_V2 = mkV2 "emphasise" ; -lin emphasise_VS = mkVS (mkV "emphasise") ; -lin emphasize_V2 = mkV2 "emphasize" ; -lin emphasize_VS = mkVS (mkV "emphasize") ; -lin emphatic_A = longA "emphatic" ; -lin emphatically_Adv = mkAdv "emphatically" ; -lin empire_N = mkN "empire" ; -lin empirical_A = longA "empirical" ; -lin empiricism_N = mkN "empiricism" ; -lin empiricist_N = mkN "empiricist" ; -lin employ_V2 = mkV2 "employ" ; -lin empty_A = mkA "empty" ; -lin empty_V2 = mkV2 "empty" ; -lin emulate_V2 = mkV2 "emulate" ; -lin enable_V2 = mkV2 "enable" ; -lin encapsulate_V2 = mkV2 "encapsulate" ; -lin enchant_V2 = mkV2 "enchant" ; -lin enclose_V2 = mkV2 "enclose" ; -lin enclosure_N = mkN "enclosure" ; -lin encode_V2 = mkV2 "encode" ; -lin encompass_V2 = mkV2 "encompass" ; -lin encounter_V2 = mkV2 "encounter" ; -lin encourage_V2 = mkV2 "encourage" ; -lin encrypt_V2 = mkV2 "encrypt" ; -lin encumber_V2 = mkV2 "encumber" ; -lin encyclopaedia_N = mkN "encyclopaedia" ; -lin encyclopaedic_A = longA "encyclopaedic" ; -lin end_N = mkN "end" ; -lin end_V2 = mkV2 "end" ; -lin endeavour_VV = mkVV (mkV "endeavour") ; -lin ending_N = mkN "ending" ; -lin endow_V3with =mkV3 "endow" "with" ; -lin enemy_N = mkN "enemy" ; -lin energetic_A = longA "energetic" ; -lin energetically_Adv = mkAdv "energetically" ; -lin energy_N = mkN "energy" ; -lin enforce_V2 = mkV2 "enforce" ; -lin engage_V2 = mkV2 "engage" ; -lin engender_V2 = mkV2 "engender" ; -lin engine_N = mkN "engine" ; -lin engineer_N = mkN "engineer" ; -lin engineer_V2 = mkV2 "engineer" ; -lin england_PN = regPN "england" ; -lin english_A = longA "english" ; -lin engross_V2 = mkV2 "engross" ; -lin engulf_V2 = mkV2 "engulf" ; -lin enhance_V2 = mkV2 "enhance" ; -lin enjoy_V2 = mkV2 "enjoy" ; -lin enlarge_V2 = mkV2 "enlarge" ; -lin enormous_A = longA "enormous" ; -lin enquire_V2about = mkV2 "enquire" "about" ; -lin enrich_V2 = mkV2 "enrich" ; -lin ensure_VS = mkVS (mkV "ensure") ; -lin entail_VS = mkVS (mkV "entail") ; -lin enter_V2 = mkV2 "enter" ; -lin enterprise_N = mkN "enterprise" ; -lin enterprising_A = longA "enterprising" ; -lin entertain_V2 = mkV2 "entertain" ; -lin enthusiast_N = mkN "enthusiast" ; -lin entire_A = longA "entire" ; -lin entitle_V3to =mkV3 "entitle" "to" ; -lin entity_N = mkN "entity" ; -lin entrance_N = mkN "entrance" ; -lin entrance_V2 = mkV2 "entrance" ; -lin entropy_N = mkN "entropy" ; -lin entrust_V3to =mkV3 "entrust" "to" ; -lin entry_N = mkN "entry" ; -lin enumerate_V2 = mkV2 "enumerate" ; -lin envelope_N = mkN "envelope" ; -lin environment_N = mkN "environment" ; -lin envisage_V2 = mkV2 "envisage" ; -lin envy_N = mkN "envy" ; -lin envy_V2 = mkV2 "envy" ; -lin epistemology_N = mkN "epistemology" ; -lin equal_N = mkN "equal" ; -lin equal_V2 = mkV2 "equal" ; -lin equal_A = mkA "equal" ; -lin equal_A2to = mkA2 "equal" "to" ; -lin equate_V3with =mkV3 "equate" "with" ; -lin equation_N = mkN "equation" ; -lin equidistant_A = longA "equidistant" ; -lin equip_V2 = mkV2 "equip" ; -lin equipment_N = mkN "equipment" ; -lin equivalence_N2to = mkN2 "equivalence" "to" ; -lin equivalent_V = mkV "equivalent" ; -lin equivalent_A = longA "equivalent" ; -lin equivalent_A2to = longA2 "equivalent" "to" ; -lin ergonomic_A = longA "ergonomic" ; -lin ergonomically_Adv = mkAdv "ergonomically" ; -lin erroneous_A = longA "erroneous" ; -lin error_N = mkN "error" ; -lin escape_V2from = mkV2 "escape" "from" ; -lin eschew_V2 = mkV2 "eschew" ; -lin esoteric_A = longA "esoteric" ; -lin especially_Adv = mkAdv "especially" ; -lin espouse_V2 = mkV2 "espouse" ; -lin essay_N = mkN "essay" ; -lin essence_N = mkN "essence" ; -lin essential_A = longA "essential" ; -lin establish_V2 = mkV2 "establish" ; -lin establishment_N = mkN "establishment" ; -lin estate_N = mkN "estate" ; -lin estimate_VS = mkVS (mkV "estimate") ; -lin euclidean_A = longA "euclidean" ; -lin europe_PN = regPN "europe" ; -lin european_A = longA "european" ; -lin european_N = mkN "european" ; -lin evade_V2 = mkV2 "evade" ; -lin evaluable_A = longA "evaluable" ; -lin evaluate_V2 = mkV2 "evaluate" ; -lin even_Adv = mkAdv "even" ; -lin even_A = mkA "even" ; -lin evening_N = mkN "evening" ; -lin event_N = mkN "event" ; -lin eventual_A = longA "eventual" ; -lin ever_Adv = mkAdv "ever" ; -lin everyday_A = longA "everyday" ; ----- lin everywhere_Adv = mkAdv "everywhere" ; -lin evidence_N = mkN "evidence" ; -lin evident_A = longA "evident" ; -lin evident_A2 = longA2 "evident" "" ; -lin evil_A = mkA "evil" ; -lin evocation_N = mkN "evocation" ; -lin evoke_V2 = mkV2 "evoke" ; -lin evolution_N = mkN "evolution" ; -lin evolve_V = mkV "evolve" ; -lin exacerbate_V2 = mkV2 "exacerbate" ; -lin exact_A = mkA "exact" ; -lin exaggerate_V2 = mkV2 "exaggerate" ; -lin exaggerate_V = mkV "exaggerate" ; -lin exalt_V2 = mkV2 "exalt" ; -lin examination_N = mkN "examination" ; -lin examine_V2 = mkV2 "examine" ; -lin example_N = mkN "example" ; -lin excede_V2 = mkV2 "excede" ; -lin exceed_V2 = mkV2 "exceed" ; -lin excellence_N = mkN "excellence" ; -lin excellent_A = longA "excellent" ; -lin exception_N = mkN "exception" ; -lin excess_N = mkN "excess" ; -lin excessive_A = longA "excessive" ; -lin exchange_N = mkN "exchange" ; -lin exchange_V3for =mkV3 "exchange" "for" ; -lin excite_V2 = mkV2 "excite" ; -lin exclude_V2 = mkV2 "exclude" ; -lin exclusion_N = mkN "exclusion" ; -lin exclusive_A = longA "exclusive" ; -lin exclusive_A2to = longA2 "exclusive" "to" ; -lin excursion_N = mkN "excursion" ; -lin excuse_V2 = mkV2 "excuse" ; -lin excuse_N2for = mkN2 "excuse" "for" ; -lin execute_V2 = mkV2 "execute" ; -lin exemplar_N = mkN "exemplar" ; -lin exemplify_V2 = mkV2 "exemplify" ; -lin exercise_N = mkN "exercise" ; -lin exert_V2 = mkV2 "exert" ; -lin exhaust_V2 = mkV2 "exhaust" ; -lin exhibit_N = mkN "exhibit" ; -lin exhibit_V2 = mkV2 "exhibit" ; -lin exhort_V2 = mkV2 "exhort" ; -lin exist_V = mkV "exist" ; -lin existence_N = mkN "existence" ; -lin existent_A = longA "existent" ; -lin exit_N = mkN "exit" ; -lin exit_V2from = mkV2 "exit" "from" ; -lin exophoric_A = longA "exophoric" ; -lin expand_V = mkV "expand" ; -lin expansion_N = mkN "expansion" ; -lin expect_V2 = mkV2 "expect" ; -lin expect_V2 = mkV2 "expect" ; -lin expect_VS = mkVS (mkV "expect") ; -lin expedient_N = mkN "expedient" ; -lin expel_V2 = mkV2 "expel" ; -lin expend_V2 = mkV2 "expend" ; -lin expenditure_N = mkN "expenditure" ; -lin expense_N = mkN "expense" ; -lin expensive_A = longA "expensive" ; -lin experience_N = mkN "experience" ; -lin experience_V2 = mkV2 "experience" ; -lin experiment_N = mkN "experiment" ; -lin experiment_V = mkV "experiment" ; -lin expert_N = mkN "expert" ; -lin expertise_N = mkN "expertise" ; -lin expire_V2 = mkV2 "expire" ; -lin expiry_N = mkN "expiry" ; -lin explain_V3to =mkV3 "explain" "to" ; -lin explanation_N = mkN "explanation" ; -lin explanatory_A = longA "explanatory" ; -lin explicate_V2 = mkV2 "explicate" ; -lin explicit_A = longA "explicit" ; -lin explode_V = mkV "explode" ; -lin exploit_V2 = mkV2 "exploit" ; -lin explore_V2 = mkV2 "explore" ; -lin explore_V = mkV "explore" ; -lin explosion_N = mkN "explosion" ; -lin explosive_A = longA "explosive" ; -lin explosive_N = mkN "explosive" ; -lin exponent_N = mkN "exponent" ; -lin exponential_A = longA "exponential" ; -lin exponential_N = mkN "exponential" ; -lin expose_V2 = mkV2 "expose" ; -lin exposure_V = mkV "exposure" ; -lin express_A = longA "express" ; -lin express_V2 = mkV2 "express" ; -lin expressible_A = longA "expressible" ; -lin expressible_A2by = longA2 "expressible" "by" ; -lin expression_N = mkN "expression" ; -lin expressly_Adv = mkAdv "expressly" ; -lin expulsion_N = mkN "expulsion" ; -lin expunge_V2 = mkV2 "expunge" ; -lin extant_A = longA "extant" ; -lin extend_V2 = mkV2 "extend" ; -lin extensible_A = longA "extensible" ; -lin extension_N = mkN "extension" ; -lin extensive_A = longA "extensive" ; -lin extent_N = mkN "extent" ; -lin external_A = longA "external" ; -lin extra_A = longA "extra" ; -lin extract_V3from =mkV3 "extract" "from" ; -lin extraneous_A = longA "extraneous" ; -lin extravagance_N = mkN "extravagance" ; -lin extravagant_A = longA "extravagant" ; -lin extreme_A = longA "extreme" ; -lin extrinsic_A = longA "extrinsic" ; -lin extrinsically_Adv = mkAdv "extrinsically" ; -lin eye_N = mkN "eye" ; -lin face_N = mkN "face" ; -lin face_V2 = mkV2 "face" ; -lin face_V3with =mkV3 "face" "with" ; -lin facet_N = mkN "facet" ; -lin facetious_A = longA "facetious" ; -lin facilitate_V2 = mkV2 "facilitate" ; -lin facility_N = mkN "facility" ; -lin fact_N2 = mkN2 "fact" ; -lin factive_A = longA "factive" ; -lin factive_N = mkN "factive" ; -lin factor_N = mkN "factor" ; -lin factor_V2 = mkV2 "factor" ; -lin factorial_N = mkN "factorial" ; -lin factory_N = mkN "factory" ; -lin factual_A = longA "factual" ; -lin faculty_N = mkN "faculty" ; -lin fail_V2 = mkV2 "fail" ; -lin failure_N = mkN "failure" ; -lin faint_A = mkA "faint" ; -lin fair_A = mkA "fair" ; -lin fair_N = mkN "fair" ; -lin fairy_N = mkN "fairy" ; -lin faith_N = mkN "faith" ; -lin fall_N = mkN "fall" ; -lin fall_V = IrregEng.fall_V ; -lin false_A = mkA "false" ; -lin falsehood_N = mkN "falsehood" ; -lin fame_N = mkN "fame" ; -lin familiar_A = longA "familiar" ; -lin familiar_A2to = longA2 "familiar" "to" ; -lin family_N = mkN "family" ; -lin fan_N = mkN "fan" ; -lin fancy_A = mkA "fancy" ; -lin fancy_V2 = mkV2 "fancy" ; -lin far_A = longA "far" ; -lin far_A2from = longA2 "far" "from" ; -lin farce_N = mkN "farce" ; -lin fare_N = mkN "fare" ; -lin farm_N = mkN "farm" ; -lin farm_V = mkV "farm" ; -lin fashion_N = mkN "fashion" ; -lin fashionable_A = longA "fashionable" ; -lin fast_A = mkA "fast" ; -lin fasten_V3to =mkV3 "fasten" "to" ; -lin fat_N = massN "fat" ; -lin fat_A = duplADeg "fat" ; -lin fate_N = mkN "fate" ; -lin father_N = mkN "father" ; -lin fatigue_N = mkN "fatigue" ; -lin fatigue_V2 = mkV2 "fatigue" ; -lin fault_N = mkN "fault" ; -lin favor_N = mkN "favor" ; -lin favor_V2 = mkV2 "favor" ; -lin favour_N = mkN "favour" ; -lin favour_V2 = mkV2 "favour" ; -lin favourable_A = longA "favourable" ; -lin favourable_A2to = longA2 "favourable" "to" ; -lin favourite_A = longA "favourite" ; -lin fear_N = mkN "fear" ; -lin fear_V2 = mkV2 "fear" ; -lin feasible_A = longA "feasible" ; -lin feast_N = mkN "feast" ; -lin feather_N = mkN "feather" ; -lin feature_N = mkN "feature" ; -lin feature_V2 = mkV2 "feature" ; -lin february_PN = regPN "february" ; -lin federal_A = longA "federal" ; -lin federation_N = mkN "federation" ; -lin fee_N = mkN "fee" ; -lin feed_V2 = mkV2 feed_V ; -lin feedback_N = mkN "feedback" ; -lin feel_V2 = mkV2 feel_V ; -lin feeling_N2 = mkN2 "feeling" ; -lin felix_PN = regPN "felix" ; -lin fellow_N = mkN "fellow" ; -lin felt_N = mkN "felt" ; -lin female_A = longA "female" ; -lin fence_N = mkN "fence" ; -lin fertilize_V2 = mkV2 "fertilize" ; -lin fertilizer_N = mkN "fertilizer" ; -lin fetch_V3from =mkV3 "fetch" "from" ; -lin fetter_V2 = mkV2 "fetter" ; -lin fever_N = mkN "fever" ; -lin fiction_N = mkN "fiction" ; -lin fictional_A = longA "fictional" ; -lin fido_PN = regPN "fido" ; -lin field_N = mkN "field" ; -lin fierce_A = mkA "fierce" ; -lin fig_N = mkN "fig" ; -lin fight_N = mkN "fight" ; -lin fight_V2 = mkV2 IrregEng.fight_V ; -lin fight_V = IrregEng.fight_V ; -lin figure_N = mkN "figure" ; -lin file_N = mkN "file" ; -lin file_V2 = mkV2 "file" ; -lin fill_V2 = mkV2 "fill" ; -lin fill_V3 =mkV3 "fill" ; -lin film_N = mkN "film" ; -lin film_V2 = mkV2 "film" ; -lin filter_N = mkN "filter" ; -lin filter_V2 = mkV2 "filter" ; -lin fin_N = mkN "fin" ; -lin final_A = longA "final" ; -lin finance_N = mkN "finance" ; -lin financial_A = longA "financial" ; -lin find_V2 = mkV2 find_V ; -lin fine_A = mkA "fine" ; -lin fine_N = mkN "fine" ; -lin fine_V2 = mkV2 "fine" ; -lin finger_N = mkN "finger" ; -lin fingerprint_N = mkN "fingerprint" ; -lin finish_N = mkN "finish" ; -lin finish_V2 = mkV2 "finish" ; -lin finish_V = mkV "finish" ; -lin finite_A = longA "finite" ; -lin fir_N = mkN "fir" ; -lin fire_N = mkN "fire" ; -lin fire_V2 = mkV2 "fire" ; -lin firm_N = mkN "firm" ; -lin firm_A = mkA "firm" ; -lin firstly_Adv = mkAdv "firstly" ; -lin fish_N = mkN "fish" ; -lin fish_V = mkV "fish" ; -lin fisherman_N = mkN "fisherman" "fishermen" ; -lin fit_V2 = mkV2 "fit" ; -lin fit_A = mkA "fit" ; -lin fit_A2for = mkA2 "fit" "for" ; -lin fix_V3to =mkV3 "fix" "to" ; -lin flag_N = mkN "flag" ; -lin flame_N = mkN "flame" ; -lin flash_N = mkN "flash" ; -lin flash_V = mkV "flash" ; -lin flat_A = mkA "flat" ; -lin flat_N = mkN "flat" ; -lin flavour_N = mkN "flavour" ; -lin flaw_N = mkN "flaw" ; -lin flawed_A = longA "flawed" ; -lin flesh_N = massN "flesh" ; -lin flexible_A = longA "flexible" ; -lin flight_N2from = mkN2 "flight" "from" ; -lin flip_V2 = mkV2 "flip" ; -lin float_V = mkV "float" ; -lin flood_N = mkN "flood" ; -lin flood_V2 = mkV2 "flood" ; -lin floor_N = mkN "floor" ; -lin flour_N = massN "flour" ; -lin flourish_V2 = mkV2 "flourish" ; -lin flourish_V = mkV "flourish" ; -lin flow_N = mkN "flow" ; -lin flower_N = mkN "flower" ; -lin flu_N = mkN "flu" ; -lin fluid_A = longA "fluid" ; -lin fluid_N = mkN "fluid" ; -lin flux_N = mkN "flux" ; -lin fly_N = mkN "fly" ; -lin fly_V = IrregEng.fly_V ; -lin foam_N = mkN "foam" ; -lin foam_V = mkV "foam" ; -lin focal_A = longA "focal" ; -lin focus_N = mkN "focus" ; -lin focus_V2 = mkV2 "focus" ; -lin focus_V2on = mkV2 "focus" "on" ; -lin fog_N = mkN "fog" ; -lin foist_V3on =mkV3 "foist" "on" ; -lin fold_N = mkN "fold" ; -lin fold_V2 = mkV2 "fold" ; -lin follow_V2 = mkV2 "follow" ; -lin fond_A2of = mkA2 "fond" "of" ; -lin food_N = massN "food" ; -lin fool_N = mkN "fool" ; -lin fool_V2 = mkV2 "fool" ; -lin foolish_A = longA "foolish" ; -lin foot_N = mkN "foot" "feet" ; -lin football_N = mkN "football" ; ---lin for_Prep = mkPrep "for" ; -lin foray_N = mkN "foray" ; -lin forbid_V2 = mkV2 forbid_V ; -lin force_N = mkN "force" ; -lin force_V2 = mkV2 "force" ; -lin forcible_A = longA "forcible" ; -lin forearm_N = mkN "forearm" ; ---lin forego_V2 = mkV2 forego_V ; -lin foreground_N = mkN "foreground" ; -lin forehead_N = mkN "forehead" ; -lin foreign_A = longA "foreign" ; -lin foreigner_N = mkN "foreigner" ; -lin forerunner_N = mkN "forerunner" ; ---lin foresee_V2 = mkV2 foresee_V ; -lin forest_N = mkN "forest" ; -lin forestall_V2 = mkV2 "forestall" ; -lin forever_Adv = mkAdv "forever" ; -lin forget_VV = mkVV forget_V ; ---lin forgive_V3for =mkV3 forgive_V "for" ; ---lin forgo_V2 = mkV2 forgo_V ; -lin fork_N = mkN "fork" ; -lin form_N = mkN "form" ; -lin form_V2 = mkV2 "form" ; -lin formal_A = longA "formal" ; -lin formalism_N = mkN "formalism" ; -lin format_N = mkN "format" ; -lin formation_N = mkN "formation" ; -lin former_A = longA "former" ; -lin formula_N = mkN "formula" ; -lin formulate_V2 = mkV2 "formulate" ; -lin fort_N = mkN "fort" ; -lin forthcoming_A = longA "forthcoming" ; -lin forthwith_Adv = mkAdv "forthwith" ; -lin fortnight_N = mkN "fortnight" ; -lin fortuitous_A = longA "fortuitous" ; -lin fortunate_A = longA "fortunate" ; -lin fortune_N = mkN "fortune" ; -lin forum_N = mkN "forum" ; -lin forward_A = longA "forward" ; -lin forwards_Adv = mkAdv "forwards" ; -lin found_V2 = mkV2 "found" ; -lin foundation_N = mkN "foundation" ; -lin fountain_N = mkN "fountain" ; -lin fox_N = mkN "fox" ; -lin fraction_N = mkN "fraction" ; -lin fracture_N = mkN "fracture" ; -lin fracture_V2 = mkV2 "fracture" ; -lin fragment_N = mkN "fragment" ; -lin fragment_V2 = mkV2 "fragment" ; -lin fragmentary_A = longA "fragmentary" ; -lin frame_N = mkN "frame" ; -lin frame_V2 = mkV2 "frame" ; -lin framework_N = mkN "framework" ; -lin france_PN = regPN "france" ; -lin franz_PN = regPN "franz" ; -lin free_A = mkA "free" ; -lin free_V2 = mkV2 "free" ; -lin freedom_N = mkN "freedom" ; -lin freeze_V2 = mkV2 freeze_V ; -lin french_A = mkA "french" ; -lin frequency_N = mkN "frequency" ; -lin frequent_A = longA "frequent" ; -lin fresh_A = mkA "fresh" ; -lin friction_N = mkN "friction" ; -lin friday_PN = regPN "friday" ; -lin friend_N = mkN "friend" ; -lin friendly_A = mkA "friendly" ; -lin friendly_A2to = mkA2 "friendly" "to" ; -lin fright_N = mkN "fright" ; -lin frighten_V2 = mkV2 "frighten" ; -lin frill_N = mkN "frill" ; -lin fringe_N = mkN "fringe" ; ---lin from_Prep = mkPrep "from" ; -lin front_A = longA "front" ; -lin front_N = mkN "front" ; -lin fruit_N = massN "fruit" ; -lin fry_V2 = mkV2 "fry" ; -lin fulfil_V = mkV "fulfil" ; -lin full_A = mkA "full" ; -lin fun_N = mkN "fun" ; -lin function_N = mkN "function" ; -lin function_V = mkV "function" ; -lin functor_N = mkN "functor" ; -lin fund_N = mkN "fund" ; -lin fundamental_A = longA "fundamental" ; -lin funeral_N = mkN "funeral" ; -lin funereal_A = longA "funereal" ; -lin fungus_N = mkN "fungus" "fungi" ; -lin funny_A = mkA "funny" ; -lin fur_N = mkN "fur" ; -lin furnish_V3with =mkV3 "furnish" "with" ; -lin furniture_N = massN "furniture" ; -lin fuss_N = mkN "fuss" ; -lin future_A = longA "future" ; -lin future_N = mkN "future" ; -lin fuzzy_A = longA "fuzzy" ; -lin gag_N = mkN "gag" ; -lin gag_V2 = mkV2 "gag" ; -lin gain_N = mkN "gain" ; -lin gain_V2 = mkV2 "gain" ; -lin galactic_A = longA "galactic" ; -lin galaxy_N = mkN "galaxy" ; -lin gale_N = mkN "gale" ; -lin gallon_N = mkN "gallon" ; -lin gamble_V = mkV "gamble" ; -lin game_N = mkN "game" ; -lin gap_N = mkN "gap" ; -lin gape_V = mkV "gape" ; -lin gape_V2at = mkV2 "gape" "at" ; -lin garage_N = mkN "garage" ; -lin garden_N = mkN "garden" ; -lin garment_N = mkN "garment" ; -lin gas_N = mkN "gas" ; -lin gaseous_A = longA "gaseous" ; -lin gate_N = mkN "gate" ; -lin gather_V = mkV "gather" ; -lin gauge_N = mkN "gauge" ; -lin gauge_V2 = mkV2 "gauge" ; -lin gay_A = mkA "gay" ; -lin gaze_V2at = mkV2 "gaze" "at" ; -lin gaze_N = mkN "gaze" ; -lin gear_N = mkN "gear" ; -lin gear_V2 = mkV2 "gear" ; -lin generable_A = longA "generable" ; -lin general_A = longA "general" ; -lin general_N = mkN "general" ; -lin generate_V2 = mkV2 "generate" ; -lin generation_N = mkN "generation" ; -lin generator_N = mkN "generator" ; -lin generic_A = longA "generic" ; -lin generosity_N = mkN "generosity" ; -lin generous_A = longA "generous" ; -lin generous_A2to = longA2 "generous" "to" ; -lin genitive_A = longA "genitive" ; -lin genius_N = mkN "genius" ; -lin gentle_A = mkA "gentle" ; -lin gentleman_N = mkN "gentleman" "gentlemen" ; -lin gently_Adv = mkAdv "gently" ; -lin genuine_A = longA "genuine" ; -lin genus_N = mkN "genus" ; -lin geography_N = mkN "geography" ; -lin geology_N = mkN "geology" ; -lin geometry_N = mkN "geometry" ; -lin german_A = longA "german" ; -lin germane_A = longA "germane" ; -lin germanic_A = longA "germanic" ; -lin germany_PN = regPN "germany" ; -lin gerund_N = mkN "gerund" ; -lin gesture_V = mkV "gesture" ; -lin gesture_N = mkN "gesture" ; -lin get_V2 = mkV2 get_V ; -lin gift_N = mkN "gift" ; -lin gin_N = massN "gin" ; -lin giraffe_N = mkN "giraffe" ; -lin girl_N = mkN "girl" ; -lin gist_N = mkN "gist" ; -lin give_V3 = mkV3 give_V ; -lin give_V3to =mkV3 give_V "to" ; -lin glad_A2 = mkA2 "glad" "" ; -lin glad_A = mkA "glad" ; -lin glad_A2 = mkA2 "glad" "" ; -lin glance_N = mkN "glance" ; -lin glance_V2at = mkV2 "glance" "at" ; -lin glass_N = mkN "glass" ; -lin glean_V2 = mkV2 "glean" ; -lin global_A = longA "global" ; -lin globe_N = mkN "globe" ; -lin glory_N = mkN "glory" ; -lin gloss_N = mkN "gloss" ; -lin gloss_V2 = mkV2 "gloss" ; -lin glow_N = mkN "glow" ; -lin glow_V2 = mkV2 "glow" ; -lin gnat_N = mkN "gnat" ; -lin gnu_N = mkN "gnu" ; -lin go_V2 = mkV2 go_V ; -lin goat_N = mkN "goat" ; -lin god_N = mkN "god" ; -lin goddess_N = mkN "goddess" ; -lin gold_N = mkN "gold" ; -lin golden_A = mkA "golden" ; -lin good_A = mkADeg "good" "better" "best" "well" ; -lin goose_N = mkN "goose" "geese" ; -lin gore_N = mkN "gore" ; -lin gorilla_N = mkN "gorilla" ; -lin gory_A = mkA "gory" ; -lin gospel_N = mkN "gospel" ; -lin govern_V = mkV "govern" ; -lin government_N = mkN "government" ; -lin grab_V2 = mkV2 "grab" ; -lin grace_N = mkN "grace" ; -lin grade_N = mkN "grade" ; -lin gradual_A = longA "gradual" ; -lin graft_N = mkN "graft" ; -lin graft_V2 = mkV2 "graft" ; -lin graham_PN = regPN "graham" ; -lin grain_N = mkN "grain" ; -lin gram_N = mkN "gram" ; -lin grammar_N = mkN "grammar" ; -lin grammatical_A = longA "grammatical" ; -lin grand_A = mkA "grand" ; -lin grandfather_N = mkN "grandfather" ; -lin grandmother_N = mkN "grandmother" ; -lin grant_N = mkN "grant" ; -lin grant_V2 = mkV2 "grant" ; -lin grape_N = mkN "grape" ; -lin graph_N = mkN "graph" ; -lin graphic_A = longA "graphic" ; -lin grasp_N = mkN "grasp" ; -lin grasp_V2 = mkV2 "grasp" ; -lin grass_N = massN "grass" ; -lin grateful_A = mkA "grateful" ; -lin grateful_A2to = mkA2 "grateful" "to" ; -lin grateful_A2 = mkA2 "grateful" "" ; -lin gratuitous_A = longA "gratuitous" ; -lin grave_N = mkN "grave" ; -lin gravitation_N = mkN "gravitation" ; -lin gravity_N = mkN "gravity" ; -lin gravy_N = massN "gravy" ; -lin gray_A = mkA "gray" ; -lin grease_N = massN "grease" ; -lin great_A = mkA "great" ; -lin greece_PN = regPN "greece" ; -lin greed_N = mkN "greed" ; -lin greek_A = longA "greek" ; -lin greek_N = mkN "greek" ; -lin green_N = mkN "green" ; -lin greet_V2 = mkV2 "greet" ; -lin gregarious_A = longA "gregarious" ; -lin grey_A = mkA "grey" ; -lin grid_N = mkN "grid" ; -lin grief_N = mkN "grief" ; -lin grieve_V = mkV "grieve" ; -lin grill_V2 = mkV2 "grill" ; -lin grim_A = mkA "grim" ; -lin grime_N = mkN "grime" ; -lin grin_N = mkN "grin" ; -lin grin_V = mkV "grin" ; -lin grind_V2 = mkV2 grind_V ; -lin grip_N = mkN "grip" ; -lin grip_V2 = mkV2 "grip" ; -lin grit_N = mkN "grit" ; -lin grog_N = mkN "grog" ; -lin gross_A = mkA "gross" ; -lin ground_N = mkN "ground" ; -lin group_N = mkN "group" ; -lin group_V2 = mkV2 "group" ; -lin grove_N = mkN "grove" ; -lin grow_V2 = mkV2 IrregEng.grow_V ; -lin grow_V = IrregEng.grow_V ; -lin growth_N = massN "growth" ; -lin guarantee_N = mkN "guarantee" ; -lin guarantee_VS = mkVS (mkV "guarantee") ; -lin guard_N = mkN "guard" ; -lin guard_V2 = mkV2 "guard" ; -lin guess_N = mkN "guess" ; -lin guess_VS = mkVS (mkV "guess") ; -lin guest_N = mkN "guest" ; -lin guide_N = mkN "guide" ; -lin guide_V2 = mkV2 "guide" ; -lin guideline_N = mkN "guideline" ; -lin guilt_N = mkN "guilt" ; -lin guinea_N = mkN "guinea" ; -lin guise_N = mkN "guise" ; -lin gun_N = mkN "gun" ; -lin habit_N = mkN "habit" ; -lin habitual_A = longA "habitual" ; -lin hail_N = mkN "hail" ; -lin hair_N = massN "hair" ; -lin half_Adv = mkAdv "half" ; -lin half_A = longA "half" ; -lin half_N = mkN "half" "halves" ; -lin hall_N = mkN "hall" ; -lin halt_N = mkN "halt" ; -lin halt_V2 = mkV2 "halt" ; -lin halt_V = mkV "halt" ; -lin halve_V2 = mkV2 "halve" ; -lin hamburger_N = mkN "hamburger" ; -lin hammer_N = mkN "hammer" ; -lin hammer_V2 = mkV2 "hammer" ; -lin hamper_V2 = mkV2 "hamper" ; -lin hand_N = mkN "hand" ; -lin hand_V3 = mkV3 "hand" ; -lin hand_V3to =mkV3 "hand" "to" ; -lin handicap_N = mkN "handicap" ; -lin handicap_V2 = mkV2 "handicap" ; -lin handkerchief_N = mkN "handkerchief" ; -lin handle_N = mkN "handle" ; -lin handle_V2 = mkV2 "handle" ; -lin handsome_A = longA "handsome" ; -lin hang_V2 = mkV2 "hang" ; -lin hang_V = IrregEng.hang_V ; -lin happen_V = mkV "happen" ; -lin happen_V2 = mkV2 "happen" ; -lin happening_N = mkN "happening" ; -lin happy_A = mkA "happy" ; -lin happy_A2 = mkA2 "happy" "" ; -lin harbour_N = mkN "harbour" ; -lin hard_A = mkA "hard" ; -lin hard_A2 = mkA2 "hard" "" ; -lin hardly_Adv = mkAdv "hardly" ; -lin hardware_N = mkN "hardware" ; -lin harm_N = mkN "harm" ; -lin harm_V2 = mkV2 "harm" ; -lin harmonium_N = mkN "harmonium" ; -lin harmony_N = mkN "harmony" ; -lin harness_N = mkN "harness" ; -lin harness_V3to =mkV3 "harness" "to" ; -lin hash_N = mkN "hash" ; -lin hash_V2 = mkV2 "hash" ; -lin haste_N = mkN "haste" ; -lin hasty_A = longA "hasty" ; -lin hat_N = mkN "hat" ; -lin hate_V2 = mkV2 "hate" ; -lin hatred_N = massN "hatred" ; -lin have_V2 = mkV2 have_V ; -lin haven_N = mkN "haven" ; -lin hazard_N = mkN "hazard" ; -lin haze_N = mkN "haze" ; -lin head_N = mkN "head" ; -lin head_V2 = mkV2 "head" ; -lin heading_N = mkN "heading" ; -lin heal_V2 = mkV2 "heal" ; -lin health_N = massN "health" ; -lin healthy_A = mkA "healthy" ; -lin heap_N = mkN "heap" ; -lin hear_V2 = mkV2 hear_V ; -lin heart_N = mkN "heart" ; -lin hearth_N = mkN "hearth" ; -lin heat_V = mkV "heat" ; -lin heath_N = mkN "heath" ; -lin heathen_N = mkN "heathen" ; -lin heave_V = mkV "heave" ; -lin heaven_N = mkN "heaven" ; -lin heavy_A = mkA "heavy" ; -lin heel_N = mkN "heel" ; -lin height_N = mkN "height" ; -lin helicopter_N = mkN "helicopter" ; -lin help_N = mkN "help" ; -lin help_V2 = mkV2 "help" ; -lin hemlock_N = mkN "hemlock" ; -lin hen_N = mkN "hen" ; -lin hence_Adv = mkAdv "hence" ; -lin herd_N2of = mkN2 "herd" "of" ; ----- lin here_Adv = mkAdv "here" ; -lin herring_N = mkN "herring" ; -lin heterogeneity_N = mkN "heterogeneity" ; -lin heterogeneous_A = longA "heterogeneous" ; -lin heuristic_A = longA "heuristic" ; -lin heuristic_N = mkN "heuristic" ; -lin heuristically_Adv = mkAdv "heuristically" ; -lin hide_V2 = mkV2 IrregEng.hide_V ; -lin hide_V = IrregEng.hide_V ; -lin hierarchy_N = mkN "hierarchy" ; -lin high_A = mkA "high" ; -lin highlight_N = mkN "highlight" ; -lin highlight_V2 = mkV2 "highlight" ; -lin hill_N = mkN "hill" ; -lin hind_A = longA "hind" ; -lin hinder_V2 = mkV2 "hinder" ; -lin hindrance_N = mkN "hindrance" ; -lin hinge_N = mkN "hinge" ; -lin hint_N = mkN "hint" ; -lin hint_V2at = mkV2 "hint" "at" ; -lin hire_V2 = mkV2 "hire" ; -lin history_N = mkN "history" ; -lin hit_V2 = mkV2 hit_V ; -lin hither_Adv = mkAdv "hither" ; -lin hitherto_Adv = mkAdv "hitherto" ; -lin hoax_N = mkN "hoax" ; -lin hoax_V2 = mkV2 "hoax" ; -lin hold_V2 = mkV2 hold_V ; -lin hole_N = mkN "hole" ; -lin holiday_N = mkN "holiday" ; -lin hollow_A = mkA "hollow" ; -lin holy_A = mkA "holy" ; -lin home_N = mkN "home" ; -lin homogeneous_A = longA "homogeneous" ; -lin homomorphism_N = mkN "homomorphism" ; -lin hone_V2 = mkV2 "hone" ; -lin honest_A = longA "honest" ; -lin honesty_N = massN "honesty" ; -lin honey_N = mkN "honey" ; -lin honor_N = mkN "honor" ; -lin honour_N = mkN "honour" ; -lin honour_V2 = mkV2 "honour" ; -lin honourable_A = longA "honourable" ; -lin hook_N = mkN "hook" ; -lin hook_V2 = mkV2 "hook" ; -lin hop_N = mkN "hop" ; -lin hop_V = mkV "hop" ; -lin hope_N = mkN "hope" ; -lin hope_V2for = mkV2 "hope" "for" ; -lin hope_VS = mkVS (mkV "hope") ; -lin horizon_N = mkN "horizon" ; -lin horizontal_A = longA "horizontal" ; -lin horn_N = mkN "horn" ; -lin horrendous_A = longA "horrendous" ; -lin horrible_A = longA "horrible" ; -lin horrify_V2 = mkV2 "horrify" ; -lin horror_N = mkN "horror" ; -lin horse_N = mkN "horse" ; -lin hospitable_A = longA "hospitable" ; -lin hospitable_A2to = longA2 "hospitable" "to" ; -lin hospital_N = mkN "hospital" ; -lin hospitality_N = mkN "hospitality" ; -lin host_N = mkN "host" ; -lin host_V2 = mkV2 "host" ; -lin hot_A = mkA "hot" ; -lin hotel_N = mkN "hotel" ; -lin hour_N = mkN "hour" ; -lin house_N = mkN "house" ; -lin house_V2 = mkV2 "house" ; -lin household_A = longA "household" ; -lin household_N = mkN "household" ; -lin how_Adv = mkAdv "how" ; -lin however_Adv = mkAdv "however" ; -lin huge_A = mkA "huge" ; -lin hum_N = mkN "hum" ; -lin hum_V = mkV "hum" ; -lin human_A = longA "human" ; -lin human_N = mkN "human" ; -lin humble_A = mkA "humble" ; -lin humility_N = mkN "humility" ; -lin humor_N = massN "humor" ; -lin humour_N = massN "humour" ; -lin hunch_V = mkV "hunch" ; -lin hundred_N = mkN "hundred" ; -lin hundred_N2 = mkN2 "hundred" ; -lin hunger_V2for = mkV2 "hunger" "for" ; -lin hungry_A = mkA "hungry" ; -lin hungry_A2for = mkA2 "hungry" "for" ; -lin hunt_N = mkN "hunt" ; -lin hunt_V2 = mkV2 "hunt" ; -lin huntsman_N = mkN "huntsman" "huntsmen" ; -lin hurry_V = mkV "hurry" ; -lin hurry_N = mkN "hurry" ; -lin hurt_V2 = mkV2 IrregEng.hurt_V ; -lin hurt_V = IrregEng.hurt_V ; -lin husband_N2of = mkN2 "husband" "of" ; -lin hut_N = mkN "hut" ; -lin hybrid_A = longA "hybrid" ; -lin hydrogen_N = mkN "hydrogen" ; -lin hygiene_N = mkN "hygiene" ; -lin hypothesis_N = mkN "hypothesis" "hypotheses" ; -lin hypothesize_V2 = mkV2 "hypothesize" ; -lin hypothetical_A = longA "hypothetical" ; -lin ice_N = massN "ice" ; -lin iceland_PN = regPN "iceland" ; -lin icelandic_A = longA "icelandic" ; -lin icon_N = mkN "icon" ; -lin idea_N = mkN "idea" ; -lin ideal_A = longA "ideal" ; -lin identical_A = longA "identical" ; -lin identical_A2to = longA2 "identical" "to" ; -lin identify_V2 = mkV2 "identify" ; -lin identity_N = mkN "identity" ; -lin idiocy_N = mkN "idiocy" ; -lin idiom_N = mkN "idiom" ; -lin idiomatic_A = longA "idiomatic" ; -lin idiot_N = mkN "idiot" ; -lin idle_A = mkA "idle" ; -lin idle_V = mkV "idle" ; -lin ignore_V2 = mkV2 "ignore" ; -lin illegal_A = longA "illegal" ; -lin illegitimacy_N = mkN "illegitimacy" ; -lin illegitimate_A = longA "illegitimate" ; -lin illocutionary_A = longA "illocutionary" ; -lin illogical_A = longA "illogical" ; -lin illuminate_V2 = mkV2 "illuminate" ; -lin illusion_N = mkN "illusion" ; -lin illusory_A = longA "illusory" ; -lin illustrate_V2 = mkV2 "illustrate" ; -lin image_N = mkN "image" ; -lin imaginary_A = longA "imaginary" ; -lin imagine_V2 = mkV2 "imagine" ; -lin imagine_VS = mkVS (mkV "imagine") ; -lin imbalance_N = mkN "imbalance" ; -lin imitate_V2 = mkV2 "imitate" ; -lin immaterial_A = longA "immaterial" ; -lin immediacy_N = mkN "immediacy" ; -lin immediate_A = longA "immediate" ; -lin immense_A = longA "immense" ; -lin immigrant_N = mkN "immigrant" ; -lin immigration_N = mkN "immigration" ; -lin immoderate_A = longA "immoderate" ; -lin immodest_A = longA "immodest" ; -lin immodesty_N = mkN "immodesty" ; -lin immune_A2to = longA2 "immune" "to" ; -lin impair_V2 = mkV2 "impair" ; -lin impart_V3to =mkV3 "impart" "to" ; -lin impartial_A = longA "impartial" ; -lin impatient_A = longA "impatient" ; -lin impatient_A2with = longA2 "impatient" "with" ; -lin impenetrable_A = longA "impenetrable" ; -lin imperative_A = longA "imperative" ; -lin imperative_A2 = longA2 "imperative" "" ; -lin imperfect_A = longA "imperfect" ; -lin imperfection_N = mkN "imperfection" ; -lin imperial_A = longA "imperial" ; -lin imperious_A = longA "imperious" ; -lin impersonal_A = longA "impersonal" ; -lin impertinent_A = longA "impertinent" ; -lin impinge_V2on = mkV2 "impinge" "on" ; -lin implausible_A = longA "implausible" ; -lin implement_V2 = mkV2 "implement" ; -lin implicate_V2 = mkV2 "implicate" ; -lin implicature_N = mkN "implicature" ; -lin implicit_A = longA "implicit" ; -lin implicit_A2in = longA2 "implicit" "in" ; -lin imply_VS = mkVS (mkV "imply") ; -lin impolite_A = longA "impolite" ; -lin impolite_A2to = longA2 "impolite" "to" ; -lin import_N = mkN "import" ; -lin import_V2 = mkV2 "import" ; -lin importance_N = massN "importance" ; -lin important_A = longA "important" ; -lin important_A2 = longA2 "important" "" ; -lin important_A2 = longA2 "important" "" ; -lin impose_V3on =mkV3 "impose" "on" ; -lin imposition_N = mkN "imposition" ; -lin impossible_A2 = longA2 "impossible" "" ; -lin impossible_A = longA "impossible" ; -lin impossible_A2 = longA2 "impossible" "" ; -lin impossible_A2 = longA2 "impossible" "" ; -lin imprecise_A = longA "imprecise" ; -lin imprecision_N = mkN "imprecision" ; -lin impress_V2 = mkV2 "impress" ; -lin improbable_A = longA "improbable" ; -lin improve_V = mkV "improve" ; -lin impure_A = mkA "impure" ; ---lin in_Prep = mkPrep "in" ; -lin inability_N2to = mkN2 "inability" "to" ; -lin inaccuracy_N = mkN "inaccuracy" ; -lin inactive_A = longA "inactive" ; -lin inadequacy_N2for = mkN2 "inadequacy" "for" ; -lin inadequecy_N = mkN "inadequecy" ; -lin incapacitate_V2 = mkV2 "incapacitate" ; -lin incarnation_N = mkN "incarnation" ; -lin inch_N = mkN "inch" ; -lin incident_N = mkN "incident" ; -lin incidental_A = longA "incidental" ; -lin incisive_A = longA "incisive" ; -lin incline_V = mkV "incline" ; -lin inclined_A2to = longA2 "inclined" "to" ; -lin include_V2 = mkV2 "include" ; -lin including_Prep = mkPrep "including" ; -lin inclusion_N = mkN "inclusion" ; -lin inclusive_A = longA "inclusive" ; -lin incoherence_N = mkN "incoherence" ; -lin income_N = mkN "income" ; -lin inconceivable_A2 = longA2 "inconceivable" "" ; -lin inconsistency_N = mkN "inconsistency" ; -lin incontestable_A = longA "incontestable" ; -lin incontestable_A2 = longA2 "incontestable" "" ; -lin inconvenience_N = mkN "inconvenience" ; -lin inconvenience_V2 = mkV2 "inconvenience" ; -lin incorporate_V2 = mkV2 "incorporate" ; -lin incorporate_V2 = mkV2 "incorporate" ; -lin incorrigible_A = longA "incorrigible" ; -lin increase_N = mkN "increase" ; -lin increase_V2 = mkV2 "increase" ; -lin increase_V = mkV "increase" ; -lin increment_N = mkN "increment" ; -lin increment_V2 = mkV2 "increment" ; -lin incur_V2 = mkV2 "incur" ; -lin indeed_Adv = mkAdv "indeed" ; -lin indefinite_A = mkA "indefinite" ; -lin independence_N = massN "independence" ; -lin independent_A = longA "independent" ; -lin indeterminacy_N = mkN "indeterminacy" ; -lin index_N = mkN "index" "indices" ; -lin index_V2 = mkV2 "index" ; -lin india_PN = regPN "india" ; -lin indian_A = mkA "indian" ; -lin indicate_VS = mkVS (mkV "indicate") ; -lin indigestion_N = mkN "indigestion" ; -lin indirect_A = longA "indirect" ; -lin indiscriminate_A = longA "indiscriminate" ; -lin indistinguishable_A = longA "indistinguishable" ; -lin individual_A = longA "individual" ; -lin individual_N = mkN "individual" ; -lin indoor_A = longA "indoor" ; -lin induce_V2 = mkV2 "induce" ; -lin induct_V2 = mkV2 "induct" ; -lin indulge_V2in = mkV2 "indulge" "in" ; -lin indulgent_A = longA "indulgent" ; -lin industry_N = mkN "industry" ; -lin inescapable_A = longA "inescapable" ; -lin inevitable_A = longA "inevitable" ; -lin infect_V2 = mkV2 "infect" ; -lin infection_N = mkN "infection" ; -lin infectious_A = longA "infectious" ; -lin infer_V3from =mkV3 "infer" "from" ; -lin inference_N = mkN "inference" ; -lin inferior_A = longA "inferior" ; -lin inferior_A2to = longA2 "inferior" "to" ; -lin infinite_A = longA "infinite" ; -lin infinitesimal_A = longA "infinitesimal" ; -lin infinitive_A = longA "infinitive" ; -lin infix_N = mkN "infix" ; -lin inflate_V2 = mkV2 "inflate" ; -lin inflation_N = mkN "inflation" ; -lin inflect_V = mkV "inflect" ; -lin influence_N = mkN "influence" ; -lin influence_V2 = mkV2 "influence" ; -lin inform_V3 =mkV3 "inform" ; -lin informal_A = longA "informal" ; -lin informant_N = mkN "informant" ; -lin information_N = mkN "information" ; -lin ingenious_A = longA "ingenious" ; -lin ingenuity_N = massN "ingenuity" ; -lin ingredient_N = mkN "ingredient" ; -lin inhabit_V2 = mkV2 "inhabit" ; -lin inherent_A = longA "inherent" ; -lin inherent_A2to = longA2 "inherent" "to" ; -lin inherit_V3from =mkV3 "inherit" "from" ; -lin inheritance_N = mkN "inheritance" ; -lin inhibit_V2 = mkV2 "inhibit" ; -lin initial_A = longA "initial" ; -lin initialize_V2 = mkV2 "initialize" ; -lin initiate_V2 = mkV2 "initiate" ; -lin inject_V3with =mkV3 "inject" "with" ; -lin injunction_N = mkN "injunction" ; -lin injure_V2 = mkV2 "injure" ; -lin injury_N = mkN "injury" ; -lin ink_N = mkN "ink" ; -lin inn_N = mkN "inn" ; -lin innate_A = longA "innate" ; -lin innate_A2to = longA2 "innate" "to" ; -lin inner_A = longA "inner" ; -lin innocuous_A = longA "innocuous" ; -lin innovation_N = mkN "innovation" ; -lin input_N = mkN "input" ; -lin inquire_V2about = mkV2 "inquire" "about" ; -lin inquire_V2 = mkV2 "inquire" ; -lin inquiry_N2about = mkN2 "inquiry" "about" ; -lin inscribe_V2 = mkV2 "inscribe" ; -lin inscription_N = mkN "inscription" ; -lin insect_N = mkN "insect" ; -lin insert_V2 = mkV2 "insert" ; -lin inside_Adv = mkAdv "inside" ; -lin inside_N = mkN "inside" ; -lin insight_N = mkN "insight" ; -lin insist_V2 = mkV2 "insist" ; -lin insistence_N2on = mkN2 "insistence" "on" ; -lin insistence_N2 = mkN2 "insistence" ; -lin insistent_A2 = longA2 "insistent" "" ; -lin inspect_V2 = mkV2 "inspect" ; -lin inspector_N = mkN "inspector" ; -lin inspire_V2 = mkV2 "inspire" ; -lin instability_N = mkN "instability" ; -lin install_V2 = mkV2 "install" ; -lin instance_N2of = mkN2 "instance" "of" ; -lin instant_N = mkN "instant" ; -lin instantiate_V2 = mkV2 "instantiate" ; -lin instantly_Adv = mkAdv "instantly" ; -lin instigate_V2 = mkV2 "instigate" ; -lin instil_V3in =mkV3 "instil" "in" ; -lin instinct_N = mkN "instinct" ; -lin institute_V2 = mkV2 "institute" ; -lin institute_N = mkN "institute" ; -lin institution_N = mkN "institution" ; -lin instruct_V2 = mkV2 "instruct" ; -lin instrument_N = mkN "instrument" ; -lin insulate_V3from =mkV3 "insulate" "from" ; -lin insult_N = mkN "insult" ; -lin insult_V2 = mkV2 "insult" ; -lin insurance_N = mkN "insurance" ; -lin insure_V2 = mkV2 "insure" ; -lin intact_A = longA "intact" ; -lin integer_N = mkN "integer" ; -lin integral_A = longA "integral" ; -lin integrate_V3with =mkV3 "integrate" "with" ; -lin intellectual_A = longA "intellectual" ; -lin intelligence_N = mkN "intelligence" ; -lin intelligent_A = longA "intelligent" ; -lin intelligible_A = longA "intelligible" ; -lin intend_VV = mkVV (mkV "intend") ; -lin intense_A = longA "intense" ; -lin intension_N = mkN "intension" ; -lin intention_N = mkN "intention" ; -lin inter_V2 = mkV2 "inter" ; -lin interdisciplinary_A = longA "interdisciplinary" ; -lin interest_N = mkN "interest" ; -lin interest_V2 = mkV2 "interest" ; -lin interface_N = mkN "interface" ; -lin interfere_V2with = mkV2 "interfere" "with" ; -lin interference_N = mkN "interference" ; -lin interject_V = mkV "interject" ; -lin intermediate_A = longA "intermediate" ; -lin internal_A = longA "internal" ; -lin international_A = longA "international" ; -lin interpolate_V2 = mkV2 "interpolate" ; -lin interpret_V2 = mkV2 "interpret" ; -lin interpretive_A = longA "interpretive" ; -lin interrogate_V2 = mkV2 "interrogate" ; -lin interrogative_A = longA "interrogative" ; -lin interrupt_V2 = mkV2 "interrupt" ; -lin intersect_V2 = mkV2 "intersect" ; -lin interval_N = mkN "interval" ; -lin intervene_V = mkV "intervene" ; -lin intimacy_N = mkN "intimacy" ; -lin intimate_A = longA "intimate" ; -lin intimate_VS = mkVS (mkV "intimate") ; -lin into_Prep = mkPrep "into" ; -lin intonation_N = mkN "intonation" ; -lin intractable_A = longA "intractable" ; -lin intransitive_A = longA "intransitive" ; -lin intravenous_A = longA "intravenous" ; -lin intricacy_N = mkN "intricacy" ; -lin intricate_A = longA "intricate" ; -lin intrigue_N = mkN "intrigue" ; -lin intrigue_V = mkV "intrigue" ; -lin intrinsic_A = longA "intrinsic" ; -lin intrinsically_Adv = mkAdv "intrinsically" ; -lin introduce_V3to =mkV3 "introduce" "to" ; -lin introduction_N2to = mkN2 "introduction" "to" ; -lin introspection_N = massN "introspection" ; -lin introspective_A = longA "introspective" ; -lin intrude_V = mkV "intrude" ; -lin intrusion_N = mkN "intrusion" ; -lin intuition_N = mkN "intuition" ; -lin intuitive_A = longA "intuitive" ; -lin invade_V2 = mkV2 "invade" ; -lin invalid_N = mkN "invalid" ; -lin invalidate_V2 = mkV2 "invalidate" ; -lin invaluable_A = longA "invaluable" ; -lin invariable_A = longA "invariable" ; -lin invariant_A = longA "invariant" ; -lin invasion_N = mkN "invasion" ; -lin invent_V2 = mkV2 "invent" ; -lin inverse_A = longA "inverse" ; -lin inversion_N = mkN "inversion" ; -lin invert_V2 = mkV2 "invert" ; -lin invest_V3with =mkV3 "invest" "with" ; -lin investigate_V2 = mkV2 "investigate" ; -lin invisible_A = longA "invisible" ; -lin invisible_A2to = longA2 "invisible" "to" ; -lin invite_V3to =mkV3 "invite" "to" ; -lin invocation_N = mkN "invocation" ; -lin invoke_V2 = mkV2 "invoke" ; -lin involve_V2 = mkV2 "involve" ; -lin inwards_Adv = mkAdv "inwards" ; -lin ireland_PN = regPN "ireland" ; -lin irish_A = longA "irish" ; -lin iron_N = mkN "iron" ; -lin iron_V2 = mkV2 "iron" ; -lin irony_N = mkN "irony" ; -lin irrational_A = longA "irrational" ; -lin irregular_A = longA "irregular" ; -lin irrelevant_A = longA "irrelevant" ; -lin irremediable_A = longA "irremediable" ; -lin irrespective_A2of = longA2 "irrespective" "of" ; -lin irretrievable_A = longA "irretrievable" ; -lin irritant_N = mkN "irritant" ; -lin irritate_V2 = mkV2 "irritate" ; -lin island_N = mkN "island" ; -lin isolable_A = longA "isolable" ; -lin isolate_V2 = mkV2 "isolate" ; -lin isomorphic_A = longA "isomorphic" ; -lin issue_V = mkV "issue" ; -lin issue_N = mkN "issue" ; -lin italy_PN = regPN "italy" ; -lin item_N = mkN "item" ; -lin itemize_V2 = mkV2 "itemize" ; -lin iterate_V = mkV "iterate" ; -lin january_PN = regPN "january" ; -lin japan_PN = regPN "japan" ; -lin japanese_A = longA "japanese" ; -lin jaundice_N = mkN "jaundice" ; -lin jaundiced_A = longA "jaundiced" ; -lin jaw_N = mkN "jaw" ; -lin jealous_A = longA "jealous" ; -lin jealous_A2of = longA2 "jealous" "of" ; -lin jealousy_N2of = mkN2 "jealousy" "of" ; -lin jew_N = mkN "jew" ; -lin jewel_N = mkN "jewel" ; -lin jeweller_N = mkN "jeweller" ; -lin jewellery_N = mkN "jewellery" ; -lin job_N = mkN "job" ; -lin john_PN = regPN "john" ; -lin join_V3to =mkV3 "join" "to" ; -lin joint_N = mkN "joint" ; -lin joke_N = mkN "joke" ; -lin joke_V = mkV "joke" ; -lin journal_N = mkN "journal" ; -lin journalism_N = mkN "journalism" ; -lin journalist_N = mkN "journalist" ; -lin journey_N = mkN "journey" ; -lin joy_N = mkN "joy" ; -lin judge_N = mkN "judge" ; -lin judge_V2 = mkV2 "judge" ; -lin judge_V2 = mkV2 "judge" ; -lin judgment_N = mkN "judgment" ; -lin judicious_A = longA "judicious" ; -lin juggle_V2 = mkV2 "juggle" ; -lin juggle_V = mkV "juggle" ; -lin juice_N = mkN "juice" ; -lin july_PN = regPN "july" ; -lin jumble_V2 = mkV2 "jumble" ; -lin jump_V = mkV "jump" ; -lin jump_N = mkN "jump" ; -lin june_PN = regPN "june" ; -lin junk_N = mkN "junk" ; -lin just_A = longA "just" ; -lin justice_N = mkN "justice" ; -lin justify_V2 = mkV2 "justify" ; -lin juxtapose_V2 = mkV2 "juxtapose" ; -lin juxtaposition_N = mkN "juxtaposition" ; -lin keen_A = mkA "keen" ; -lin keen_A2on = mkA2 "keen" "on" ; -lin keen_A2 = mkA2 "keen" "" ; -lin keep_V2 = mkV2 keep_V ; -lin kennel_N = mkN "kennel" ; -lin kettle_N = mkN "kettle" ; -lin key_N = mkN "key" ; -lin kick_N = mkN "kick" ; -lin kick_V2 = mkV2 "kick" ; -lin kidney_N = mkN "kidney" ; -lin kill_V2 = mkV2 "kill" ; -lin kill_V3f =mkV3 "kill" "f" ; -lin kilogram_N = mkN "kilogram" ; -lin kilometre_N = mkN "kilometre" ; -lin kim_PN = regPN "kim" ; -lin kind_N = mkN "kind" ; -lin kind_A = mkA "kind" ; -lin kind_A2to = mkA2 "kind" "to" ; -lin king_N = mkN "king" ; -lin kingdom_N = mkN "kingdom" ; -lin kiss_N = mkN "kiss" ; -lin kiss_V2 = mkV2 "kiss" ; -lin kiss_V = mkV "kiss" ; -lin kitchen_N = mkN "kitchen" ; -lin knee_N = mkN "knee" ; -lin kneel_V = IrregEng.kneel_V ; -lin knife_N = mkN "knife" "knives" ; -lin knob_N = mkN "knob" ; -lin knock_N = mkN "knock" ; -lin knock_V2 = mkV2 "knock" ; -lin knock_V = mkV "knock" ; -lin knocker_N = mkN "knocker" ; -lin knot_N = mkN "knot" ; -lin knot_V2 = mkV2 "knot" ; -lin know_VS = mkVS know_V ; -lin label_N = mkN "label" ; -lin label_V2 = mkV2 "label" ; -lin laboratory_N = mkN "laboratory" ; -lin laborious_A = longA "laborious" ; -lin labour_N = massN "labour" ; -lin labour_V = mkV "labour" ; -lin lace_N = mkN "lace" ; -lin lace_V2 = mkV2 "lace" ; -lin lack_N = mkN "lack" ; -lin lack_V2 = mkV2 "lack" ; -lin lacuna_N = mkN "lacuna" ; -lin ladder_N = mkN "ladder" ; -lin lady_N = mkN "lady" ; -lin lake_N = mkN "lake" ; -lin lamb_N = mkN "lamb" ; -lin lament_N = mkN "lament" ; -lin lament_V2 = mkV2 "lament" ; -lin lamp_N = mkN "lamp" ; -lin land_N = mkN "land" ; -lin land_V = mkV "land" ; -lin lane_N = mkN "lane" ; -lin language_N = mkN "language" ; -lin lapse_V = mkV "lapse" ; -lin large_A = mkA "large" ; -lin last_A = longA "last" ; -lin last_V = mkV "last" ; -lin late_A = mkA "late" ; -lin lately_Adv = mkAdv "lately" ; -lin latitude_N = mkN "latitude" ; -lin lattice_N = mkN "lattice" ; -lin laugh_N = mkN "laugh" ; -lin laugh_V2at = mkV2 "laugh" "at" ; -lin laughter_N = mkN "laughter" ; -lin law_N = mkN "law" ; -lin lawn_N = mkN "lawn" ; -lin lawyer_N = mkN "lawyer" ; -lin lax_A = mkA "lax" ; -lin lay_V3loc =mkV3 lay_V "loc" ; -lin layer_N = mkN "layer" ; -lin layer_V2 = mkV2 "layer" ; -lin laze_V = mkV "laze" ; -lin lazy_A = mkA "lazy" ; -lin lead_N = mkN "lead" ; -lin lead_V2 = mkV2 lead_V ; -lin leaf_N = mkN "leaf" "leaves" ; -lin league_N = mkN "league" ; -lin lean_V2on = mkV2 "lean" "on" ; -lin leap_V = mkV "leap" ; -lin learn_VS = mkVS (mkV "learn") ; -lin leather_N = massN "leather" ; -lin leave_V2 = mkV2 IrregEng.leave_V ; -lin leave_V = IrregEng.leave_V ; -lin lecture_N = mkN "lecture" ; -lin lecture_V = mkV "lecture" ; -lin lee_PN = regPN "lee" ; -lin left_A = longA "left" ; -lin leftward_A = longA "leftward" ; -lin leg_N = mkN "leg" ; -lin legacy_N = mkN "legacy" ; -lin legal_A = longA "legal" ; -lin legible_A = longA "legible" ; -lin legitimate_A = longA "legitimate" ; -lin legitimize_V2 = mkV2 "legitimize" ; -lin lemon_N = mkN "lemon" ; -lin lend_V3to =mkV3 "lend" "to" ; -lin length_N = mkN "length" ; -lin lengthen_V2 = mkV2 "lengthen" ; -lin lesson_N = mkN "lesson" ; -lin let_V3se_vp =mkV3 let_V "se_vp" ; -lin lethal_A = longA "lethal" ; -lin letter_N = mkN "letter" ; -lin level_A = longA "level" ; -lin level_N = mkN "level" ; -lin level_V2 = mkV2 "level" ; -lin lexical_A = longA "lexical" ; -lin lexicalist_A = longA "lexicalist" ; -lin lexicon_N = mkN "lexicon" ; -lin liable_A = longA "liable" ; -lin liable_A2to = longA2 "liable" "to" ; -lin liable_A2 = longA2 "liable" "" ; -lin liar_N = mkN "liar" ; -lin liberal_A = longA "liberal" ; -lin liberate_V3from =mkV3 "liberate" "from" ; -lin libertine_N = mkN "libertine" ; -lin liberty_N = mkN "liberty" ; -lin library_N = mkN "library" ; -lin licence_N = mkN "licence" ; -lin license_V2 = mkV2 "license" ; -lin lid_N = mkN "lid" ; -lin lie_V = mkV "lie" ; -lin lie_V2 = mkV2 IrregEng.lie_V ; -lin life_N = mkN "life" ; -lin lift_N = mkN "lift" ; -lin lift_V2 = mkV2 "lift" ; -lin light_A = mkA "light" ; -lin light_N = mkN "light" ; -lin light_V2 = mkV2 light_V ; -lin lightning_N = mkN "lightning" ; -lin like_A = longA "like" ; -lin like_V2 = mkV2 "like" ; -lin like_V2 = mkV2 "like" ; -lin like_V2 = mkV2 "like" ; -lin likelihood_N2of = mkN2 "likelihood" "of" ; -lin likely_A = longA "likely" ; -lin likely_A2 = longA2 "likely" "" ; -lin likely_A2 = longA2 "likely" "" ; -lin limb_N = mkN "limb" ; -lin lime_N = mkN "lime" ; -lin limit_N = mkN "limit" ; -lin limit_V2 = mkV2 "limit" ; -lin line_N = mkN "line" ; -lin line_V2 = mkV2 "line" ; -lin linear_A = longA "linear" ; -lin linguist_N = mkN "linguist" ; -lin linguistic_A = longA "linguistic" ; -lin linguistics_N = massN "linguistics" ; -lin link_N = mkN "link" ; -lin link_V3to =mkV3 "link" "to" ; -lin lion_N = mkN "lion" ; -lin lip_N = mkN "lip" ; -lin liquefaction_N = mkN "liquefaction" ; -lin liquefy_V = mkV "liquefy" ; -lin liquid_A = longA "liquid" ; -lin liquid_N = mkN "liquid" ; -lin lisp_N = mkN "lisp" ; -lin lisp_PN = regPN "lisp" ; -lin list_N = mkN "list" ; -lin list_V2 = mkV2 "list" ; -lin listen_V2to = mkV2 "listen" "to" ; -lin liszt_PN = regPN "liszt" ; -lin literal_A = longA "literal" ; -lin literary_A = longA "literary" ; -lin literature_N = massN "literature" ; -lin litre_N = mkN "litre" ; -lin little_N = massN "little" ; -lin live_A = mkA "live" ; -lin live_V2 = mkV2 "live" ; -lin load_N = mkN "load" ; -lin load_V2 = mkV2 "load" ; -lin loaf_N = mkN "loaf" "loaves" ; -lin loan_V3to =mkV3 "loan" "to" ; -lin lobster_N = mkN "lobster" ; -lin local_A = longA "local" ; -lin locate_V2 = mkV2 "locate" ; -lin location_N = mkN "location" ; -lin locative_A = longA "locative" ; -lin lock_N = mkN "lock" ; -lin lock_V2 = mkV2 "lock" ; -lin log_N = mkN "log" ; -lin logarithm_N = mkN "logarithm" ; -lin logic_N = mkN "logic" ; -lin loiter_V = mkV "loiter" ; -lin london_PN = regPN "london" ; -lin lonely_A = mkA "lonely" ; -lin long_Adv = mkAdv "long" ; -lin long_A = mkA "long" ; -lin long_V2for = mkV2 "long" "for" ; -lin longwinded_A = longA "longwinded" ; -lin look_N = mkN "look" ; -lin look_V3 =mkV3 "look" ; -lin look_V2for = mkV2 "look" "for" ; -lin loop_N = mkN "loop" ; -lin loophole_N = mkN "loophole" ; -lin loose_A = mkA "loose" ; -lin lord_N = mkN "lord" ; -lin lore_N = mkN "lore" ; -lin lose_V2 = mkV2 lose_V ; -lin loss_N = mkN "loss" ; -lin lot_N = mkN "lot" ; -lin lottery_N = mkN "lottery" ; -lin loud_A = mkA "loud" ; -lin lounge_V = mkV "lounge" ; -lin love_N = mkN "love" ; -lin love_V2 = mkV2 "love" ; -lin lovely_A = mkA "lovely" ; -lin low_A = mkA "low" ; -lin lower_V2 = mkV2 "lower" ; -lin loyal_A = longA "loyal" ; -lin loyal_A2to = longA2 "loyal" "to" ; -lin luck_N = mkN "luck" ; -lin lump_N = mkN "lump" ; -lin lung_N = mkN "lung" ; -lin lunge_V2 = mkV2 "lunge" ; -lin lurk_V = mkV "lurk" ; -lin lush_A = mkA "lush" ; -lin luxury_N = mkN "luxury" ; -lin machine_N = mkN "machine" ; -lin machinery_N = massN "machinery" ; -lin mad_A = mkA "mad" ; -lin mad_A2about = mkA2 "mad" "about" ; -lin mad_A2with = mkA2 "mad" "with" ; -lin made_A2from = longA2 "made" "from" ; -lin magazine_N = mkN "magazine" ; -lin magic_A = longA "magic" ; -lin magic_N = massN "magic" ; -lin magnet_N = mkN "magnet" ; -lin magnetic_A = longA "magnetic" ; -lin magnitude_N = mkN "magnitude" ; -lin mail_N = massN "mail" ; -lin mail_V3to =mkV3 "mail" "to" ; -lin main_A = longA "main" ; -lin mainstream_A = longA "mainstream" ; -lin maintain_V2 = mkV2 "maintain" ; -lin maintain_VS = mkVS (mkV "maintain") ; -lin maintenance_N = mkN "maintenance" ; -lin major_A = longA "major" ; -lin make_V2 = mkV2 make_V ; -lin male_A = longA "male" ; -lin malign_V2 = mkV2 "malign" ; -lin malignant_A = longA "malignant" ; -lin mammal_N = mkN "mammal" ; -lin man_N = mkN "man" "men" ; -lin man_V2 = mkV2 "man" ; -lin manage_V2 = mkV2 "manage" ; -lin manage_VV = mkVV (mkV "manage") ; -lin manager_N = mkN "manager" ; -lin mandatory_A = longA "mandatory" ; -lin manifest_A = longA "manifest" ; -lin manifest_N = mkN "manifest" ; -lin manifest_V2 = mkV2 "manifest" ; -lin manifestation_N = mkN "manifestation" ; -lin manipulate_V2 = mkV2 "manipulate" ; -lin manner_N = mkN "manner" ; -lin manoeuvre_N = mkN "manoeuvre" ; -lin manoeuvre_V2 = mkV2 "manoeuvre" ; -lin manoeuvre_V = mkV "manoeuvre" ; -lin manual_A = longA "manual" ; -lin manual_N = mkN "manual" ; -lin manufacture_V2 = mkV2 "manufacture" ; -lin manuscript_N = mkN "manuscript" ; -lin map_N = mkN "map" ; -lin map_V3to =mkV3 "map" "to" ; -lin mapping_N = mkN "mapping" ; -lin march_N = mkN "march" ; -lin march_PN = regPN "march" ; -lin margin_N = mkN "margin" ; -lin marginal_A = longA "marginal" ; -lin marine_A = longA "marine" ; -lin mark_N = mkN "mark" ; -lin mark_V2 = mkV2 "mark" ; -lin market_N = mkN "market" ; -lin marking_N = mkN "marking" ; -lin marriage_N = mkN "marriage" ; -lin marry_V2 = mkV2 "marry" ; -lin mars_PN = regPN "mars" ; -lin mary_PN = regPN "mary" ; -lin mass_N = mkN "mass" ; -lin massive_A = longA "massive" ; -lin master_N = mkN "master" ; -lin master_V2 = mkV2 "master" ; -lin mat_N = mkN "mat" ; -lin match_N = mkN "match" ; -lin match_V2 = mkV2 "match" ; -lin material_A = longA "material" ; -lin material_N = mkN "material" ; -lin mathematical_A = longA "mathematical" ; -lin mathematician_N = mkN "mathematician" ; -lin mathematics_N = massN "mathematics" ; -lin matrix_N = mkN "matrix" "matrices" ; -lin matter_N = mkN "matter" ; -lin matter_V = mkV "matter" ; -lin mature_A = mkA "mature" ; -lin mature_V = mkV "mature" ; -lin maxim_N = mkN "maxim" ; -lin maximal_A = longA "maximal" ; -lin maximize_V2 = mkV2 "maximize" ; -lin maximum_N = mkN "maximum" ; -lin may_PN = regPN "may" ; -lin maybe_Adv = mkAdv "maybe" ; -lin mayor_N = mkN "mayor" ; -lin meal_N = mkN "meal" ; -lin mean_A = mkA "mean" ; -lin mean_V2 = mkV2 mean_V ; -lin mean_VS = mkVS mean_V ; -lin meaning_N = mkN "meaning" ; -lin meanwhile_Adv = mkAdv "meanwhile" ; -lin measure_N = mkN "measure" ; -lin measure_V2 = mkV2 "measure" ; -lin meat_N = massN "meat" ; -lin mechanic_V = mkV "mechanic" ; -lin mechanical_A = longA "mechanical" ; -lin mechanism_N = mkN "mechanism" ; -lin mechanize_V2 = mkV2 "mechanize" ; -lin mediate_V2 = mkV2 "mediate" ; -lin medical_A = longA "medical" ; -lin medicine_N = massN "medicine" ; -lin medium_A = longA "medium" ; -lin medium_N = mkN "medium" ; -lin meet_V2 = mkV2 meet_V ; -lin meeting_N2with = mkN2 "meeting" "with" ; -lin melody_N = mkN "melody" ; -lin melt_V = mkV "melt" ; -lin member_N = mkN "member" ; -lin memorable_A = longA "memorable" ; -lin memorial_N = mkN "memorial" ; -lin memory_N2ger = mkN2 "memory" "ger" ; -lin memory_N2of = mkN2 "memory" "of" ; -lin mend_V2 = mkV2 "mend" ; -lin mental_A = longA "mental" ; -lin mention_N = mkN "mention" ; -lin mention_V2 = mkV2 "mention" ; -lin mercy_N = mkN "mercy" ; -lin merge_V2 = mkV2 "merge" ; -lin merit_N = mkN "merit" ; -lin merry_A = mkA "merry" ; -lin mess_N = mkN "mess" ; -lin message_N = mkN "message" ; -lin messenger_N = mkN "messenger" ; -lin metal_N = mkN "metal" ; -lin metaphor_N = mkN "metaphor" ; -lin method_N = mkN "method" ; -lin methodical_A = longA "methodical" ; -lin methodology_N = mkN "methodology" ; -lin metre_N = mkN "metre" ; -lin metric_A = longA "metric" ; -lin microbiology_N = mkN "microbiology" ; -lin microphone_N = mkN "microphone" ; -lin microscope_N = mkN "microscope" ; -lin middle_A = longA "middle" ; -lin middle_N = mkN "middle" ; -lin mighty_A = mkA "mighty" ; -lin migrate_V = mkV "migrate" ; -lin mild_A = mkA "mild" ; -lin mile_N = mkN "mile" ; -lin military_A = longA "military" ; -lin milk_N = massN "milk" ; -lin mill_N = mkN "mill" ; -lin mill_V2 = mkV2 "mill" ; -lin million_N2 = mkN2 "million" ; -lin mimic_N = mkN "mimic" ; -lin mimic_V2 = mkV2 "mimic" ; -lin mind_N = mkN "mind" ; -lin mind_V2 = mkV2 "mind" ; -lin mind_V2 = mkV2 "mind" ; -lin mine_N = mkN "mine" ; -lin mine_V2 = mkV2 "mine" ; -lin mineral_N = mkN "mineral" ; -lin minim_N = mkN "minim" ; -lin minimal_A = longA "minimal" ; -lin minimize_V2 = mkV2 "minimize" ; -lin minimum_N = mkN "minimum" ; -lin minister_N = mkN "minister" ; -lin ministry_N = mkN "ministry" ; -lin ministry_N2of = mkN2 "ministry" "of" ; -lin minor_A = longA "minor" ; -lin minor_N = mkN "minor" ; -lin minute_A = longA "minute" ; -lin minute_N = mkN "minute" ; -lin mirror_N = mkN "mirror" ; -lin miscellaneous_A = longA "miscellaneous" ; -lin misconception_N = mkN "misconception" ; -lin misery_N = mkN "misery" ; -lin mislead_V2 = mkV2 "mislead" ; -lin misplace_V2 = mkV2 "misplace" ; -lin miss_V2 = mkV2 "miss" ; -lin missile_N = mkN "missile" ; -lin mist_N = mkN "mist" ; -lin mistake_N = mkN "mistake" ; -lin mistake_V3for =mkV3 mistake_V "for" ; -lin mix_V3with =mkV3 "mix" "with" ; -lin mixture_N = mkN "mixture" ; -lin mnemonic_A = longA "mnemonic" ; -lin mode_N = mkN "mode" ; -lin model_A = longA "model" ; -lin model_N = mkN "model" ; -lin model_V2 = mkV2 "model" ; -lin moderate_A = longA "moderate" ; -lin moderate_V2 = mkV2 "moderate" ; -lin modern_A = longA "modern" ; -lin modest_A = longA "modest" ; -lin modesty_N = massN "modesty" ; -lin modify_V2 = mkV2 "modify" ; -lin modular_A = longA "modular" ; -lin module_N = mkN "module" ; -lin molecular_A = longA "molecular" ; -lin molecule_N = mkN "molecule" ; -lin moment_N = mkN "moment" ; -lin momentary_A = longA "momentary" ; -lin momentous_A = longA "momentous" ; -lin momentum_N = mkN "momentum" ; -lin monday_PN = regPN "monday" ; -lin money_N = massN "money" ; -lin monitor_N = mkN "monitor" ; -lin monitor_V2 = mkV2 "monitor" ; -lin monkey_N = mkN "monkey" ; -lin monotonic_A = longA "monotonic" ; -lin monotonically_Adv = mkAdv "monotonically" ; -lin month_N = mkN "month" ; -lin moon_N = mkN "moon" ; -lin moral_A = longA "moral" ; -lin moral_N = mkN "moral" ; -lin morning_N = mkN "morning" ; -lin morpheme_N = mkN "morpheme" ; -lin morphology_N = mkN "morphology" ; -lin morphosyntactic_A = longA "morphosyntactic" ; -lin mortal_A = longA "mortal" ; -lin mortise_N = mkN "mortise" ; -lin mosque_N = mkN "mosque" ; -lin mosquito_N = mkN "mosquito" ; -lin mostly_Adv = mkAdv "mostly" ; -lin mother_N2of = mkN2 "mother" "of" ; -lin motion_N = mkN "motion" ; -lin motivate_V2 = mkV2 "motivate" ; -lin motive_N = mkN "motive" ; -lin motor_N = mkN "motor" ; -lin mould_N = mkN "mould" ; -lin mould_V2 = mkV2 "mould" ; -lin mountain_N = mkN "mountain" ; -lin mouse_N = mk2N "mouse" "mice"; -lin mouth_N = mkN "mouth" ; -lin move_V = mkV "move" ; -lin mud_N = massN "mud" ; -lin muesli_N = massN "muesli" ; -lin multifarious_A = longA "multifarious" ; -lin multiple_A = longA "multiple" ; -lin multiplicity_N = mkN "multiplicity" ; -lin multiply_V3by =mkV3 "multiply" "by" ; -lin multitude_N2of = mkN2 "multitude" "of" ; -lin mundane_A = longA "mundane" ; -lin murder_N = mkN "murder" ; -lin muscle_N = mkN "muscle" ; -lin muscular_A = longA "muscular" ; -lin music_N = massN "music" ; -lin musical_N = mkN "musical" ; -lin mutter_V2about = mkV2 "mutter" "about" ; -lin mutual_A = longA "mutual" ; -lin mystery_N = mkN "mystery" ; -lin myth_N = mkN "myth" ; -lin mythical_A = longA "mythical" ; -lin mythology_N = mkN "mythology" ; -lin nail_N = mkN "nail" ; -lin naive_A = longA "naive" ; -lin name_N = mkN "name" ; -lin name_V2 = mkV2 "name" ; -lin namely_Adv = mkAdv "namely" ; -lin narrow_A = mkA "narrow" ; -lin narrow_V2 = mkV2 "narrow" ; -lin nasty_A = mkA "nasty" ; -lin nation_N = mkN "nation" ; -lin native_A = longA "native" ; -lin native_N = mkN "native" ; -lin nature_N = mkN "nature" ; -lin navigate_V = mkV "navigate" ; -lin navigator_N = mkN "navigator" ; -lin navy_N = mkN "navy" ; -lin near_A = mkA "near" ; -lin near_A2to = mkA2 "near" "to" ; -lin nearby_Adv = mkAdv "nearby" ; -lin neat_A = mkA "neat" ; -lin necessary_A = longA "necessary" ; -lin necessary_A2for = longA2 "necessary" "for" ; -lin necessary_A2to = longA2 "necessary" "to" ; -lin necessitate_V2 = mkV2 "necessitate" ; -lin necessity_N = mkN "necessity" ; -lin neck_N = mkN "neck" ; -lin need_N = mkN "need" ; -lin need_V2 = mkV2 "need" ; -lin needle_N = mkN "needle" ; -lin negate_V2 = mkV2 "negate" ; -lin negative_A = longA "negative" ; -lin negative_N = mkN "negative" ; -lin neglect_N = mkN "neglect" ; -lin neglect_V2 = mkV2 "neglect" ; -lin negligence_N = mkN "negligence" ; -lin negligent_A = longA "negligent" ; -lin negligible_A = longA "negligible" ; -lin negotiate_V2with = mkV2 "negotiate" "with" ; -lin neighbour_N = mkN "neighbour" ; -lin nephew_N2of = mkN2 "nephew" "of" ; -lin nerve_N = mkN "nerve" ; -lin nervous_A = longA "nervous" ; -lin nest_N = mkN "nest" ; -lin nest_V2in = mkV2 "nest" "in" ; -lin net_N = mkN "net" ; -lin network_N = mkN "network" ; -lin neutral_A = longA "neutral" ; -lin never_Adv = mkAdv "never" ; -lin nevertheless_Adv = mkAdv "nevertheless" ; -lin new_A = mkA "new" ; -lin news_N = mkN "news" ; -lin newspaper_N = mkN "newspaper" ; -lin newton_PN = regPN "newton" ; -lin next_A = longA "next" ; -lin nibble_V2 = mkV2 "nibble" ; -lin nice_A = mkA "nice" ; -lin nicety_N = mkN "nicety" ; -lin nigeria_PN = regPN "nigeria" ; -lin night_N = mkN "night" ; -lin nip_V2 = mkV2 "nip" ; -lin noble_A = mkA "noble" ; -lin nobleman_N = mkN "nobleman" "noblemen" ; -lin nod_V2 = mkV2 "nod" ; -lin nod_V = mkV "nod" ; -lin node_N = mkN "node" ; -lin noise_N = mkN "noise" ; -lin nominal_A = longA "nominal" ; -lin nominate_V2 = mkV2 "nominate" ; -lin nominative_A = longA "nominative" ; -lin nonetheless_Adv = mkAdv "nonetheless" ; -lin nonsense_N = mkN "nonsense" ; -lin nonsensical_A = longA "nonsensical" ; -lin normal_A = longA "normal" ; -lin normative_A = longA "normative" ; -lin north_N = massN "north" ; -lin north_A = longA "north" ; -lin north_A2of = longA2 "north" "of" ; -lin northern_A = longA "northern" ; -lin nose_N = mkN "nose" ; ---lin not_Adv = mkAdv "not" ; -lin notation_N = mkN "notation" ; -lin note_N = mkN "note" ; -lin note_VS = mkVS (mkV "note") ; -lin notice_N = mkN "notice" ; -lin notice_V2 = mkV2 "notice" ; -lin notice_VS = mkVS (mkV "notice") ; -lin notion_N = mkN "notion" ; -lin notoriety_N = massN "notoriety" ; -lin notorious_A = longA "notorious" ; -lin notorious_A2for = longA2 "notorious" "for" ; -lin noun_N = mkN "noun" ; -lin novel_A = longA "novel" ; -lin novel_N = mkN "novel" ; -lin novelty_N = mkN "novelty" ; -lin november_PN = regPN "november" ; -lin novice_N = mkN "novice" ; -lin now_Adv = mkAdv "now" ; ----- lin now_Adv = mkAdv "now" ; -lin nowhere_Adv = mkAdv "nowhere" ; -lin nuclear_A = mkA "nuclear" ; -lin nucleus_N = mkN "nucleus" ; -lin nudge_N = mkN "nudge" ; -lin nudge_V2 = mkV2 "nudge" ; -lin nuisance_N = mkN "nuisance" ; -lin numeral_N = mkN "numeral" ; -lin numeric_A = longA "numeric" ; -lin numerical_A = longA "numerical" ; -lin numerous_A = longA "numerous" ; -lin nurse_N = mkN "nurse" ; -lin nurse_V2 = mkV2 "nurse" ; -lin nut_N = mkN "nut" ; -lin nutrient_N = mkN "nutrient" ; -lin nutrition_N = mkN "nutrition" ; -lin nutritious_A = longA "nutritious" ; -lin nylon_N = massN "nylon" ; -lin oaf_N = mkN "oaf" ; -lin oak_N = mkN "oak" ; -lin oar_N = mkN "oar" ; -lin oath_N = mkN "oath" ; -lin obey_V2 = mkV2 "obey" ; -lin object_N = mkN "object" ; -lin object_V2to = mkV2 "object" "to" ; -lin objectionable_A = longA "objectionable" ; -lin objective_A = longA "objective" ; -lin objective_N = mkN "objective" ; -lin obligation_N = mkN "obligation" ; -lin obligatory_A = longA "obligatory" ; -lin obligatory_A2for = longA2 "obligatory" "for" ; -lin oblige_V2 = mkV2 "oblige" ; -lin oblique_A = longA "oblique" ; -lin obscure_A = longA "obscure" ; -lin obscure_V2 = mkV2 "obscure" ; -lin observe_V2 = mkV2 "observe" ; -lin obstacle_N = mkN "obstacle" ; -lin obstruct_V2 = mkV2 "obstruct" ; -lin obstruction_V = mkV "obstruction" ; -lin obtain_V2 = mkV2 "obtain" ; -lin obvious_A = longA "obvious" ; -lin obvious_A2 = longA2 "obvious" "" ; -lin occasion_N = mkN "occasion" ; -lin occupation_N = mkN "occupation" ; -lin occupy_V2 = mkV2 "occupy" ; -lin occur_V = mkV "occur" ; -lin occurrence_V = mkV "occurrence" ; -lin ocean_N = mkN "ocean" ; -lin october_PN = regPN "october" ; -lin odd_A = mkA "odd" ; -lin of_Prep = mkPrep "of" ; -lin off_Prep = mkPrep "off" ; -lin offence_N2against = mkN2 "offence" "against" ; -lin offend_V2 = mkV2 "offend" ; -lin offense_N2against = mkN2 "offense" "against" ; -lin offensive_A = longA "offensive" ; -lin offer_VV = mkVV (mkV "offer") ; -lin offer_N2 = mkN2 "offer" ; -lin office_N = mkN "office" ; -lin officer_N = mkN "officer" ; -lin official_N = mkN "official" ; -lin offset_V2 = mkV2 "offset" ; -lin often_Adv = mkAdv "often" ; -lin oil_N = massN "oil" ; -lin oil_V2 = mkV2 "oil" ; -lin old_A = mkA "old" ; -lin omission_N = mkN "omission" ; -lin omit_V2 = mkV2 "omit" ; -lin omniscient_A = longA "omniscient" ; ---lin on_Prep = mkPrep "on" ; -lin once_Adv = mkAdv "once" ; -lin onerous_A = longA "onerous" ; -lin onion_N = mkN "onion" ; --- lin only_Adv = mkAdv "only" ; -lin only_A = longA "only" ; -lin onto_Prep = mkPrep "onto" ; -lin ontology_N = mkN "ontology" ; -lin opacity_N = massN "opacity" ; -lin opaque_A = longA "opaque" ; -lin open_A = longA "open" ; -lin open_V = mkV "open" ; -lin opening_N = mkN "opening" ; -lin operand_N = mkN "operand" ; -lin operate_V2 = mkV2 "operate" ; -lin operation_N2on = mkN2 "operation" "on" ; -lin operator_N = mkN "operator" ; -lin opinion_N = mkN "opinion" ; -lin opponent_N = mkN "opponent" ; -lin opportune_A = longA "opportune" ; -lin opportunistic_A = longA "opportunistic" ; -lin opportunity_N = mkN "opportunity" ; -lin oppose_V2 = mkV2 "oppose" ; -lin opposite_A = longA "opposite" ; -lin opposition_N2to = mkN2 "opposition" "to" ; -lin optimal_A = longA "optimal" ; -lin optimism_N = massN "optimism" ; -lin optimist_N = mkN "optimist" ; -lin optimize_V2 = mkV2 "optimize" ; -lin optimum_V = mkV "optimum" ; -lin option_N = mkN "option" ; -lin oral_A = mkA "oral" ; -lin orange_A = longA "orange" ; -lin orange_N = mkN "orange" ; -lin order_N = mkN "order" ; -lin order_V2 = mkV2 "order" ; -lin order_V2 = mkV2 "order" ; -lin ordering_N = mkN "ordering" ; -lin orderly_A = longA "orderly" ; -lin ordinary_A = longA "ordinary" ; -lin ore_N = mkN "ore" ; -lin organ_N = mkN "organ" ; -lin organic_A = longA "organic" ; -lin organically_Adv = mkAdv "organically" ; -lin organization_N = mkN "organization" ; -lin organize_V2 = mkV2 "organize" ; -lin orient_N = mkN "orient" ; -lin orient_V2 = mkV2 "orient" ; -lin origin_N = mkN "origin" ; -lin original_A = longA "original" ; -lin original_N = mkN "original" ; -lin originate_V = mkV "originate" ; -lin orthography_N = massN "orthography" ; -lin ostensible_A = longA "ostensible" ; -lin ostensive_A = longA "ostensive" ; -lin ostentation_N = massN "ostentation" ; -lin ostentatious_A = longA "ostentatious" ; -lin other_A = longA "other" ; -lin other_N = mkN "other" ; -lin otherwise_Adv = mkAdv "otherwise" ; -lin outdated_A = longA "outdated" ; -lin outdoor_A = longA "outdoor" ; -lin outdoors_N = massN "outdoors" ; -lin outer_A = longA "outer" ; -lin outlaw_N = mkN "outlaw" ; -lin outlaw_V2 = mkV2 "outlaw" ; -lin outline_N = mkN "outline" ; -lin outline_V2 = mkV2 "outline" ; -lin outrage_N = mkN "outrage" ; -lin outrage_V2 = mkV2 "outrage" ; -lin outside_Adv = mkAdv "outside" ; -lin outside_N = mkN "outside" ; -lin outside_Prep = mkPrep "outside" ; -lin outstanding_A = longA "outstanding" ; -lin over_N = mkN "over" ; -lin over_Prep = mkPrep "over" ; -lin overflow_N = mkN "overflow" ; -lin overflow_V2 = mkV2 "overflow" ; -lin overflow_V = mkV "overflow" ; -lin overlap_V = mkV "overlap" ; -lin overt_A = longA "overt" ; -lin overture_N = mkN "overture" ; -lin overwhelm_V2 = mkV2 "overwhelm" ; -lin owe_V3 = mkV3 "owe" ; -lin own_A = longA "own" ; -lin own_V2 = mkV2 "own" ; -lin ox_N = mkN "ox" "ox" ; -lin oxford_PN = regPN "oxford" ; -lin oxygen_N = massN "oxygen" ; -lin pace_N = mkN "pace" ; -lin pack_V2 = mkV2 "pack" ; -lin package_N = mkN "package" ; -lin package_V2 = mkV2 "package" ; -lin packet_N = mkN "packet" ; -lin page_N = mkN "page" ; -lin pain_N = mkN "pain" ; -lin painstaking_A = longA "painstaking" ; -lin paint_N = massN "paint" ; -lin paint_V2 = mkV2 "paint" ; -lin pair_N = mkN "pair" ; -lin pair_V3with =mkV3 "pair" "with" ; -lin palace_N = mkN "palace" ; -lin pale_A = mkA "pale" ; -lin pamper_V2 = mkV2 "pamper" ; -lin pamphlet_N = mkN "pamphlet" ; -lin pan_N = mkN "pan" ; -lin panacea_N = mkN "panacea" ; -lin pane_N = mkN "pane" ; -lin panel_N = mkN "panel" ; -lin panelling_N = mkN "panelling" ; -lin panic_V = mkV "panic" ; -lin panic_N = mkN "panic" ; -lin pantry_N = mkN "pantry" ; -lin paper_N = mkN "paper" ; -lin paper_V2 = mkV2 "paper" ; -lin paradigm_N = mkN "paradigm" ; -lin paradox_N = mkN "paradox" ; -lin paragraph_N = mkN "paragraph" ; -lin parallel_N = mkN "parallel" ; -lin parallel_V2 = mkV2 "parallel" ; -lin parallel_A = longA "parallel" ; -lin parallel_A2to = longA2 "parallel" "to" ; -lin parameter_N = mkN "parameter" ; -lin paraphrase_N = mkN "paraphrase" ; -lin paraphrase_V2 = mkV2 "paraphrase" ; -lin parasite_N = mkN "parasite" ; -lin parasitic_A = longA "parasitic" ; -lin parasol_N = mkN "parasol" ; -lin parcel_N = mkN "parcel" ; -lin parent_N2of = mkN2 "parent" "of" ; -lin parenthesis_N = mkN "parenthesis" "parenthesis" ; -lin parenthesize_V2 = mkV2 "parenthesize" ; -lin parenthetical_A = longA "parenthetical" ; -lin parity_N = mkN "parity" ; -lin park_N = mkN "park" ; -lin park_V2 = mkV2 "park" ; -lin parliament_N = mkN "parliament" ; -lin parse_V2 = mkV2 "parse" ; -lin parsimony_N = mkN "parsimony" ; -lin part_N = mkN "part" ; -lin participant_N = mkN "participant" ; -lin participate_V2in = mkV2 "participate" "in" ; -lin particle_N = mkN "particle" ; -lin particular_A = longA "particular" ; -lin partition_N = mkN "partition" ; -lin partition_V2 = mkV2 "partition" ; -lin partly_Adv = mkAdv "partly" ; -lin partner_N = mkN "partner" ; -lin party_N = mkN "party" ; -lin pass_V3to =mkV3 "pass" "to" ; -lin passage_N = mkN "passage" ; -lin passenger_N = mkN "passenger" ; -lin passion_N = mkN "passion" ; -lin passionate_A = longA "passionate" ; -lin passive_A = longA "passive" ; -lin past_A = longA "past" ; -lin past_N = mkN "past" ; -lin paste_N = mkN "paste" ; -lin paste_V3to =mkV3 "paste" "to" ; -lin pastry_N = massN "pastry" ; -lin pasty_N = mkN "pasty" ; -lin pat_V2 = mkV2 "pat" ; -lin path_N = mkN "path" ; -lin pathology_N = mkN "pathology" ; -lin patience_N = mkN "patience" ; -lin patient_N = mkN "patient" ; -lin patient_A = longA "patient" ; -lin patient_A2with = longA2 "patient" "with" ; -lin pattern_N = mkN "pattern" ; -lin paucity_N2of = mkN2 "paucity" "of" ; -lin pause_V = mkV "pause" ; -lin pause_N = mkN "pause" ; -lin pay_N = mkN "pay" ; -lin pay_V2for = mkV2 pay_V "for" ; -lin pea_N = mkN "pea" ; -lin peace_N = massN "peace" ; -lin peak_N = mkN "peak" ; -lin pear_N = mkN "pear" ; -lin peculiar_A = longA "peculiar" ; -lin peculiar_A2to = longA2 "peculiar" "to" ; -lin pedagogical_A = longA "pedagogical" ; -lin pedant_N = mkN "pedant" ; -lin pedantic_A = longA "pedantic" ; -lin pedantically_A = longA "pedantically" ; -lin pelvic_A = longA "pelvic" ; -lin pelvis_N = mkN "pelvis" ; -lin pen_N = mkN "pen" ; -lin penal_A = longA "penal" ; -lin penalize_V2 = mkV2 "penalize" ; -lin penalty_N = mkN "penalty" ; -lin pencil_N = mkN "pencil" ; -lin pending_A = longA "pending" ; -lin penetrate_V2 = mkV2 "penetrate" ; -lin penny_N = mkN "penny" ; -lin people_N = mkN "people" ; -lin pepper_N = massN "pepper" ; -lin perceive_V2 = mkV2 "perceive" ; -lin perception_N = mkN "perception" ; -lin perceptive_A = longA "perceptive" ; -lin perceptual_A = longA "perceptual" ; -lin percolate_V = mkV "percolate" ; -lin percolator_N = mkN "percolator" ; -lin peremptory_A = longA "peremptory" ; -lin perfect_A = longA "perfect" ; -lin perform_V = mkV "perform" ; -lin perhaps_Adv = mkAdv "perhaps" ; -lin period_N = mkN "period" ; -lin peripheral_A = longA "peripheral" ; -lin periphery_N = mkN "periphery" ; -lin perjure_V2 = mkV2 "perjure" ; -lin permanent_A = longA "permanent" ; -lin permissible_A = longA "permissible" ; -lin permission_N = mkN "permission" ; -lin permissive_A = longA "permissive" ; -lin permit_N = mkN "permit" ; -lin permit_V2 = mkV2 "permit" ; -lin permute_V2 = mkV2 "permute" ; -lin perpetual_A = longA "perpetual" ; -lin perpetuate_V2 = mkV2 "perpetuate" ; -lin perpetuity_N = mkN "perpetuity" ; -lin persimmon_N = mkN "persimmon" ; -lin persist_V = mkV "persist" ; -lin persistence_N = mkN "persistence" ; -lin persistent_A = longA "persistent" ; -lin person_N = mkN "person" (variants { "persons"; "people"}); -lin personal_A = longA "personal" ; -lin perspective_N = mkN "perspective" ; -lin perspicuous_A = longA "perspicuous" ; -lin persuade_V3 =mkV3 "persuade" ; -lin persuade_V2 = mkV2 "persuade" ; -lin persuasion_N = mkN "persuasion" ; -lin persuasive_A = longA "persuasive" ; -lin perverse_A = longA "perverse" ; -lin perversion_N = mkN "perversion" ; -lin pervert_N = mkN "pervert" ; -lin pervert_V2 = mkV2 "pervert" ; -lin pet_N = mkN "pet" ; -lin petrol_N = massN "petrol" ; -lin phase_N = mkN "phase" ; -lin phenomenon_N = mkN "phenomenon" "phenomenon" ; -lin philosopher_N = mkN "philosopher" ; -lin philosophy_N = mkN "philosophy" ; -lin phone_N = mkN "phone" ; -lin phone_V2 = mkV2 "phone" ; -lin phonemic_A = longA "phonemic" ; -lin phonetic_A = longA "phonetic" ; -lin phonetically_Adv = mkAdv "phonetically" ; -lin phonology_N = massN "phonology" ; -lin phonotactic_A = longA "phonotactic" ; -lin photo_N = mkN "photo" ; -lin photograph_N = mkN "photograph" ; -lin photograph_V2 = mkV2 "photograph" ; -lin photography_N = massN "photography" ; -lin phrase_N = mkN "phrase" ; -lin physical_A = longA "physical" ; -lin physician_N = mkN "physician" ; -lin physics_N = mkN "physics" ; -lin pianist_N = mkN "pianist" ; -lin piano_N = mkN "piano" ; -lin pick_N = mkN "pick" ; -lin pick_V2 = mkV2 "pick" ; -lin pick_V3 =mkV3 "pick" ; -lin picnic_N = mkN "picnic" ; -lin picnic_V = mkV "picnic" ; -lin picture_N = mkN "picture" ; -lin picture_V2 = mkV2 "picture" ; -lin piece_N = mkN "piece" ; -lin pierce_V2 = mkV2 "pierce" ; -lin pig_N = mkN "pig" ; -lin pigeon_N = mkN "pigeon" ; -lin pilchard_N = mkN "pilchard" ; -lin pile_N = mkN "pile" ; -lin pilfer_V2 = mkV2 "pilfer" ; -lin pill_N = mkN "pill" ; -lin pillar_N = mkN "pillar" ; -lin pillow_N = mkN "pillow" ; -lin pilot_N = mkN "pilot" ; -lin pilot_V2 = mkV2 "pilot" ; -lin pin_N = mkN "pin" ; -lin pin_V3to =mkV3 "pin" "to" ; -lin pink_A = mkA "pink" ; -lin pipe_N = mkN "pipe" ; -lin pistol_N = mkN "pistol" ; -lin pit_N = mkN "pit" ; -lin pitch_N = mkN "pitch" ; -lin pitch_V2 = mkV2 "pitch" ; -lin pitchfork_N = mkN "pitchfork" ; -lin pith_N = mkN "pith" ; -lin pity_V2 = mkV2 "pity" ; -lin pity_N = mkN "pity" ; -lin place_N = mkN "place" ; -lin place_V2 = mkV2 "place" ; -lin place_V3in =mkV3 "place" "in" ; -lin plague_N = mkN "plague" ; -lin plague_V2 = mkV2 "plague" ; -lin plain_A = mkA "plain" ; -lin plain_N = mkN "plain" ; -lin plan_VV = mkVV (mkV "plan") ; -lin plan_N2 = mkN2 "plan" ; -lin planar_A = longA "planar" ; -lin plane_N = mkN "plane" ; -lin planet_N = mkN "planet" ; -lin plant_N = mkN "plant" ; -lin plastic_A = longA "plastic" ; -lin plastic_N = massN "plastic" ; -lin plate_N = mkN "plate" ; -lin plateau_N = mkN "plateau" ; -lin platypus_N = mkN "platypus" ; -lin plausible_A = longA "plausible" ; -lin play_N = mkN "play" ; -lin play_V2 = mkV2 "play" ; -lin play_V = mkV "play" ; -lin play_V2with = mkV2 "play" "with" ; -lin pleasant_A = longA "pleasant" ; -lin please_V2 = mkV2 "please" ; -lin pleasure_N = mkN "pleasure" ; -lin pledge_N = mkN "pledge" ; -lin pledge_VS = mkVS (mkV "pledge") ; -lin plenty_N = massN "plenty" ; -lin plot_N = mkN "plot" ; -lin plot_V = mkV "plot" ; -lin plug_N = mkN "plug" ; -lin plum_N = mkN "plum" ; -lin plumber_N = mkN "plumber" ; -lin plume_N = mkN "plume" ; -lin plummet_V = mkV "plummet" ; -lin plump_A = mkA "plump" ; -lin plunge_V = mkV "plunge" ; -lin plural_A = longA "plural" ; -lin plural_N = mkN "plural" ; -lin pocket_N = mkN "pocket" ; -lin pocket_V2 = mkV2 "pocket" ; -lin poem_N = mkN "poem" ; -lin poet_N = mkN "poet" ; -lin poetry_N = massN "poetry" ; -lin point_N = mkN "point" ; -lin point_V2to = mkV2 "point" "to" ; -lin poison_N = mkN "poison" ; -lin poison_V2 = mkV2 "poison" ; -lin poland_PN = regPN "poland" ; -lin polar_A = longA "polar" ; -lin pole_N = mkN "pole" ; -lin policeman_N = mkN "policeman" "policemen" ; -lin policy_N = mkN "policy" ; -lin polish_A = longA "polish" ; -lin polish_N = mkN "polish" ; -lin polish_V2 = mkV2 "polish" ; -lin polite_A = longA "polite" ; -lin polite_A2to = longA2 "polite" "to" ; -lin political_A = longA "political" ; -lin politician_N = mkN "politician" ; -lin politics_N = mkN "politics" "politics" ; -lin pollute_V2 = mkV2 "pollute" ; -lin ponder_V = mkV "ponder" ; -lin pool_N = mkN "pool" ; -lin poor_A = mkA "poor" ; -lin pop_N = mkN "pop" ; -lin popular_A = longA "popular" ; -lin popular_A2with = longA2 "popular" "with" ; -lin populated_A = longA "populated" ; -lin populated_A2by = longA2 "populated" "by" ; -lin population_N = mkN "population" ; -lin porcupine_N = mkN "porcupine" ; -lin pore_N = mkN "pore" ; -lin pore_V2over = mkV2 "pore" "over" ; -lin pork_N = massN "pork" ; -lin porosity_N = mkN "porosity" ; -lin porous_A = longA "porous" ; -lin porpoise_N = mkN "porpoise" ; -lin port_N = mkN "port" ; -lin portable_A = longA "portable" ; -lin portion_N = mkN "portion" ; -lin pose_N = mkN "pose" ; -lin pose_V2 = mkV2 "pose" ; -lin position_N = mkN "position" ; -lin positive_A = longA "positive" ; -lin positive_A2 = longA2 "positive" "" ; -lin positively_Adv = mkAdv "positively" ; -lin possess_V2 = mkV2 "possess" ; -lin possession_N = mkN "possession" ; -lin possible_A2 = longA2 "possible" "" ; -lin possible_A = longA "possible" ; -lin possible_A2 = longA2 "possible" "" ; -lin post_N = mkN "post" ; -lin post_V3to =mkV3 "post" "to" ; -lin posterior_A = longA "posterior" ; -lin postman_N = mkN "postman" "postmen" ; -lin postpone_V2 = mkV2 "postpone" ; -lin postulate_V2 = mkV2 "postulate" ; -lin pot_N = mkN "pot" ; -lin potato_N = mkN "potato" ; -lin potency_N = mkN "potency" ; -lin potent_A = longA "potent" ; -lin potential_A = longA "potential" ; -lin pound_N = mkN "pound" ; -lin pound_V2 = mkV2 "pound" ; -lin pour_V3loc =mkV3 "pour" "loc" ; -lin powder_N = mkN "powder" ; -lin power_N = mkN "power" ; -lin power_V2 = mkV2 "power" ; -lin practical_A = longA "practical" ; -lin practice_N = mkN "practice" ; -lin practise_V2 = mkV2 "practise" ; -lin practitioner_N = mkN "practitioner" ; -lin pragmatic_A = longA "pragmatic" ; -lin pragmatically_Adv = mkAdv "pragmatically" ; -lin pragmatics_N = mkN "pragmatics" "pragmatics" ; -lin praise_N = mkN "praise" ; -lin praise_V2 = mkV2 "praise" ; -lin pray_V2to = mkV2 "pray" "to" ; -lin prayer_N = mkN "prayer" ; -lin precarious_A = longA "precarious" ; -lin precede_V2 = mkV2 "precede" ; -lin precedence_N = mkN "precedence" ; -lin precedent_N = mkN "precedent" ; -lin precious_A = longA "precious" ; -lin precise_A = longA "precise" ; -lin precision_N = mkN "precision" ; -lin preclude_V2 = mkV2 "preclude" ; -lin precursor_N = mkN "precursor" ; -lin predecessor_N = mkN "predecessor" ; -lin predicate_N = mkN "predicate" ; -lin predicate_V2 = mkV2 "predicate" ; -lin predict_V2 = mkV2 "predict" ; -lin predilection_N2for = mkN2 "predilection" "for" ; -lin preface_N = mkN "preface" ; -lin prefer_V3to =mkV3 "prefer" "to" ; -lin prefer_V2 = mkV2 "prefer" ; -lin prefer_VV = mkVV (mkV "prefer") ; -lin prefer_V2 = mkV2 "prefer" ; -lin preference_N = mkN "preference" ; -lin pregnancy_N = mkN "pregnancy" ; -lin pregnant_A = longA "pregnant" ; -lin prejudice_N = mkN "prejudice" ; -lin prejudiced_A = longA "prejudiced" ; -lin preliminary_A = longA "preliminary" ; -lin premise_N = mkN "premise" ; -lin preoccupation_N2with = mkN2 "preoccupation" "with" ; -lin preoccupied_A2with = longA2 "preoccupied" "with" ; -lin preoccupy_V2 = mkV2 "preoccupy" ; -lin prepare_V3for =mkV3 "prepare" "for" ; -lin preposition_N = mkN "preposition" ; -lin prerequisite_N = mkN "prerequisite" ; -lin prescribe_V2 = mkV2 "prescribe" ; -lin prescription_N = mkN "prescription" ; -lin prescriptive_A = longA "prescriptive" ; -lin presence_N = mkN "presence" ; -lin present_A = longA "present" ; -lin present_N = mkN "present" ; -lin present_V3with =mkV3 "present" "with" ; -lin preserve_V3from =mkV3 "preserve" "from" ; -lin preside_V = mkV "preside" ; -lin presidency_N = mkN "presidency" ; -lin president_N = mkN "president" ; -lin press_V2 = mkV2 "press" ; -lin pressure_N = mkN "pressure" ; -lin prestige_N = mkN "prestige" ; -lin presume_VS = mkVS (mkV "presume") ; -lin presumption_N = mkN "presumption" ; -lin presumptuous_A = longA "presumptuous" ; -lin presuppose_VS = mkVS (mkV "presuppose") ; -lin presupposition_N2 = mkN2 "presupposition" ; -lin pretence_N2 = mkN2 "pretence" ; -lin pretend_VS = mkVS (mkV "pretend") ; -lin pretty_A = mkA "pretty" ; -lin prevent_V2 = mkV2 "prevent" ; -lin previous_A = longA "previous" ; -lin price_N = mkN "price" ; -lin prick_V = mkV "prick" ; -lin prickle_N = mkN "prickle" ; -lin pride_N = mkN "pride" ; -lin priest_N = mkN "priest" ; -lin prim_A = mkA "prim" ; -lin primary_A = longA "primary" ; -lin primitive_A = longA "primitive" ; -lin prince_N = mkN "prince" ; -lin principal_A = longA "principal" ; -lin principle_N = mkN "principle" ; -lin principled_A = longA "principled" ; -lin print_V2 = mkV2 "print" ; -lin prior_N = mkN "prior" ; -lin prior_A = longA "prior" ; -lin prior_A2to = longA2 "prior" "to" ; -lin priority_N = mkN "priority" ; -lin prison_N = mkN "prison" ; -lin privacy_N = mkN "privacy" ; -lin private_A = longA "private" ; -lin privilege_N = mkN "privilege" ; -lin prize_N = mkN "prize" ; -lin probability_N2 = mkN2 "probability" ; -lin probable_A = longA "probable" ; -lin probable_A2 = longA2 "probable" "" ; -lin probe_N = mkN "probe" ; -lin probe_V2 = mkV2 "probe" ; -lin problem_N = mkN "problem" ; -lin problematic_A = longA "problematic" ; -lin procedure_N = mkN "procedure" ; -lin proceed_V = mkV "proceed" ; -lin process_N = mkN "process" ; -lin process_V2 = mkV2 "process" ; -lin procession_N = mkN "procession" ; -lin processor_N = mkN "processor" ; -lin produce_N = mkN "produce" ; -lin produce_V2 = mkV2 "produce" ; -lin product_N = mkN "product" ; -lin profession_N = mkN "profession" ; -lin professor_N = mkN "professor" ; -lin proficiency_N2in = mkN2 "proficiency" "in" ; -lin proficient_A2in = longA2 "proficient" "in" ; -lin profit_N = mkN "profit" ; -lin profitable_A = longA "profitable" ; -lin profound_A = longA "profound" ; -lin profundity_N = mkN "profundity" ; -lin profuse_A = longA "profuse" ; -lin profusion_N2of = mkN2 "profusion" "of" ; -lin prognosis_N = mkN "prognosis" ; -lin program_N = mkN "program" ; -lin program_V = mkV "program" ; -lin programme_N = mkN "programme" ; -lin progress_V2of = mkV2 "progress" "of" ; -lin progress_N = mkN "progress" ; -lin prohibit_V2 = mkV2 "prohibit" ; -lin project_N = mkN "project" ; -lin project_V = mkV "project" ; -lin proliferate_V = mkV "proliferate" ; -lin prolong_V2 = mkV2 "prolong" ; -lin prominence_N = mkN "prominence" ; -lin prominent_A = longA "prominent" ; -lin promise_V2 = mkV2 "promise" ; -lin promote_V2 = mkV2 "promote" ; -lin prompt_A = mkA "prompt" ; -lin prompt_N = mkN "prompt" ; -lin prompt_V2 = mkV2 "prompt" ; -lin promulgate_V2 = mkV2 "promulgate" ; -lin prone_A = longA "prone" ; -lin prone_A2to = longA2 "prone" "to" ; -lin pronominal_A = longA "pronominal" ; -lin pronoun_N = mkN "pronoun" ; -lin pronounce_V2 = mkV2 "pronounce" ; -lin pronunciation_N = mkN "pronunciation" ; -lin proof_N2 = mkN2 "proof" ; -lin propagate_V = mkV "propagate" ; -lin propensity_N2for = mkN2 "propensity" "for" ; -lin proper_A = longA "proper" ; -lin property_N = mkN "property" ; -lin proponent_N = mkN "proponent" ; -lin proportion_N = mkN "proportion" ; -lin propose_V2 = mkV2 "propose" ; -lin propose_VV = mkVV (mkV "propose") ; -lin proposition_N = mkN "proposition" ; -lin prose_N = massN "prose" ; -lin prosody_N = mkN "prosody" ; -lin prospect_N2 = mkN2 "prospect" ; -lin prospect_V2for = mkV2 "prospect" "for" ; -lin prospective_A = longA "prospective" ; -lin prospector_N = mkN "prospector" ; -lin protect_V3from =mkV3 "protect" "from" ; -lin protest_N = mkN "protest" ; -lin protest_V2against = mkV2 "protest" "against" ; -lin protocol_N = mkN "protocol" ; -lin prototype_N = mkN "prototype" ; -lin proud_A = mkA "proud" ; -lin proud_A2of = mkA2 "proud" "of" ; -lin prove_VS = mkVS (mkV "prove") ; -lin proven_A = longA "proven" ; -lin provide_V3for =mkV3 "provide" "for" ; -lin provision_N = mkN "provision" ; -lin prune_N = mkN "prune" ; -lin prune_V2 = mkV2 "prune" ; -lin psychology_N = mkN "psychology" ; -lin pub_N = mkN "pub" ; -lin public_A = longA "public" ; -lin public_N = mkN "public" ; -lin publication_N = mkN "publication" ; -lin publicity_N = mkN "publicity" ; -lin publish_V2 = mkV2 "publish" ; -lin pull_V2 = mkV2 "pull" ; -lin pulley_N = mkN "pulley" ; -lin pulpit_N = mkN "pulpit" ; -lin pump_N = mkN "pump" ; -lin punch_N = mkN "punch" ; -lin punch_V2 = mkV2 "punch" ; -lin punctual_A = longA "punctual" ; -lin punctuate_V2 = mkV2 "punctuate" ; -lin punish_V2 = mkV2 "punish" ; -lin punitive_A = longA "punitive" ; -lin pupil_N = mkN "pupil" ; -lin purchase_V = mkV "purchase" ; -lin pure_A = mkA "pure" ; -lin purge_N = mkN "purge" ; -lin purple_A = mkA "purple" ; -lin purpose_N = mkN "purpose" ; -lin purse_N = mkN "purse" ; -lin pursue_V2 = mkV2 "pursue" ; -lin pursuit_N = mkN "pursuit" ; -lin purveyor_N = mkN "purveyor" ; -lin push_V2 = mkV2 "push" ; -lin put_V3loc =mkV3 put_V "loc" ; -lin puzzle_N = mkN "puzzle" ; -lin puzzle_V2 = mkV2 "puzzle" ; -lin pyramid_N = mkN "pyramid" ; -lin quadruple_N = mkN "quadruple" ; -lin quail_N = mkN "quail" ; -lin qualify_V2for = mkV2 "qualify" "for" ; -lin qualitative_A = longA "qualitative" ; -lin quality_N = mkN "quality" ; -lin quantify_V2 = mkV2 "quantify" ; -lin quantitative_A = longA "quantitative" ; -lin quarrel_N2with = mkN2 "quarrel" "with" ; -lin quarter_N = mkN "quarter" ; -lin quartet_N = mkN "quartet" ; -lin queen_N = mkN "queen" ; -lin queer_A = mkA "queer" ; -lin query_N = mkN "query" ; -lin query_V2 = mkV2 "query" ; -lin quest_N = mkN "quest" ; -lin question_N = mkN "question" ; -lin question_V2 = mkV2 "question" ; -lin quibble_V2about = mkV2 "quibble" "about" ; -lin quick_A = mkA "quick" ; -lin quiet_A = mkA "quiet" ; -lin quiet_N = mkN "quiet" ; -lin quilt_N = mkN "quilt" ; -lin quit_V2 = mkV2 "quit" ; ---lin quite_Adv = mkAdv "quite" ; -lin quiz_N = mkN "quiz" "quiz" ; -lin quote_V2 = mkV2 "quote" ; -lin rabbit_N = mkN "rabbit" ; -lin rabid_A = longA "rabid" ; -lin rabies_N = mkN "rabies" ; -lin race_N = mkN "race" ; -lin race_V2 = mkV2 "race" ; -lin rack_N = mkN "rack" ; -lin radar_N = mkN "radar" ; -lin radical_A = longA "radical" ; -lin radio_N = mkN "radio" ; -lin radish_N = mkN "radish" ; -lin radius_N = mkN "radius" "radius" ; -lin rage_N = mkN "rage" ; -lin raid_V2 = mkV2 "raid" ; -lin rail_N = mkN "rail" ; -lin railway_N = mkN "railway" ; -lin rain_V = mkV "rain" ; -lin rain_N = mkN "rain" ; -lin raise_V2 = mkV2 "raise" ; -lin raisin_N = mkN "raisin" ; -lin random_A = longA "random" ; -lin range_N = mkN "range" ; -lin range_V2over = mkV2 "range" "over" ; -lin rank_N = mkN "rank" ; -lin rank_V2 = mkV2 "rank" ; -lin rapid_A = longA "rapid" ; -lin rare_A = mkA "rare" ; -lin rat_N = mkN "rat" ; -lin rate_N = mkN "rate" ; -lin rather_Adv = mkAdv "rather" ; -lin ratio_N = mkN "ratio" ; -lin ration_N = mkN "ration" ; -lin ration_V2 = mkV2 "ration" ; -lin rational_A = longA "rational" ; -lin rationale_N = mkN "rationale" ; -lin raw_A = mkA "raw" ; -lin ray_N = mkN "ray" ; -lin razor_N = mkN "razor" ; -lin reach_V2 = mkV2 "reach" ; -lin read_V2 = mkV2 read_V ; -lin ready_A = mkA "ready" ; -lin ready_A2for = mkA2 "ready" "for" ; -lin real_A = longA "real" ; -lin realist_N = mkN "realist" ; -lin realistic_A = longA "realistic" ; -lin realistically_Adv = mkAdv "realistically" ; -lin realize_VS = mkVS (mkV "realize") ; -lin realm_N = mkN "realm" ; -lin rear_A = longA "rear" ; -lin rear_N = mkN "rear" ; -lin reason_V = mkV "reason" ; -lin reason_N2for = mkN2 "reason" "for" ; -lin reasonable_A = longA "reasonable" ; -lin rebut_V2 = mkV2 "rebut" ; -lin recapitulate_V2 = mkV2 "recapitulate" ; -lin recede_V = mkV "recede" ; -lin receipt_N = mkN "receipt" ; -lin receive_V3from =mkV3 "receive" "from" ; -lin recency_N = mkN "recency" ; -lin recent_A = longA "recent" ; -lin reception_N = mkN "reception" ; -lin recession_N = mkN "recession" ; -lin recipe_N = mkN "recipe" ; -lin recipient_N = mkN "recipient" ; -lin reciprocal_A = longA "reciprocal" ; -lin reciprocate_V = mkV "reciprocate" ; -lin recite_V2 = mkV2 "recite" ; -lin recognise_V2 = mkV2 "recognise" ; -lin recognition_N = mkN "recognition" ; -lin recognize_V2 = mkV2 "recognize" ; -lin recommend_V2 = mkV2 "recommend" ; -lin reconcile_V2 = mkV2 "reconcile" ; -lin record_N = mkN "record" ; -lin record_V2 = mkV2 "record" ; -lin recourse_N2to = mkN2 "recourse" "to" ; -lin recover_V = mkV "recover" ; -lin recovery_N = mkN "recovery" ; -lin rectify_V2 = mkV2 "rectify" ; -lin recursion_N = mkN "recursion" ; -lin recursive_A = longA "recursive" ; -lin red_A = mkA "red" ; -lin redeem_V2 = mkV2 "redeem" ; -lin reduce_V2 = mkV2 "reduce" ; -lin reducible_A = longA "reducible" ; -lin reducible_A2to = longA2 "reducible" "to" ; -lin redundancy_N = mkN "redundancy" ; -lin redundant_A = longA "redundant" ; -lin reed_N = mkN "reed" ; -lin refer_V2to = mkV2 "refer" "to" ; -lin reference_N2to = mkN2 "reference" "to" ; -lin referent_N = mkN "referent" ; -lin referral_N = mkN "referral" ; -lin refine_V2 = mkV2 "refine" ; -lin reflect_V2 = mkV2 "reflect" ; -lin reflexive_A = longA "reflexive" ; -lin refractor_N = mkN "refractor" ; -lin refractory_A = longA "refractory" ; -lin refresh_V2 = mkV2 "refresh" ; -lin refuse_N = mkN "refuse" ; -lin refuse_VV = mkVV (mkV "refuse") ; -lin refute_V2 = mkV2 "refute" ; -lin regard_N = mkN "regard" ; -lin regard_V3_pred =mkV3 "regard" "_pred" ; -lin regime_N = mkN "regime" ; -lin regiment_N = mkN "regiment" ; -lin regiment_V2 = mkV2 "regiment" ; -lin region_N = mkN "region" ; -lin regress_V = mkV "regress" ; -lin regular_A = longA "regular" ; -lin regulate_V2 = mkV2 "regulate" ; -lin regulation_N = mkN "regulation" ; -lin reinforce_V2 = mkV2 "reinforce" ; -lin reject_V2 = mkV2 "reject" ; -lin rejoice_V = mkV "rejoice" ; -lin relate_V3to =mkV3 "relate" "to" ; -lin related_A = longA "related" ; -lin related_A2to = longA2 "related" "to" ; -lin relation_N = mkN "relation" ; -lin relative_N = mkN "relative" ; -lin relax_V = mkV "relax" ; -lin release_V2 = mkV2 "release" ; -lin relegate_V3to =mkV3 "relegate" "to" ; -lin relevance_N2to = mkN2 "relevance" "to" ; -lin relevant_A = longA "relevant" ; -lin relevant_A2to = longA2 "relevant" "to" ; -lin reliable_A = longA "reliable" ; -lin relief_N = mkN "relief" ; -lin relieve_V2 = mkV2 "relieve" ; -lin religion_N = mkN "religion" ; -lin religious_A = longA "religious" ; -lin relinquish_V2 = mkV2 "relinquish" ; -lin reluctance_N2 = mkN2 "reluctance" ; -lin reluctant_A = longA "reluctant" ; -lin reluctant_A2 = longA2 "reluctant" "" ; -lin rely_V2on = mkV2 "rely" "on" ; -lin remain_V = mkV "remain" ; -lin remainder_N = mkN "remainder" ; -lin remark_N = mkN "remark" ; -lin remedial_A = longA "remedial" ; -lin remedy_N = mkN "remedy" ; -lin remedy_V2 = mkV2 "remedy" ; -lin remember_VS = mkVS (mkV "remember") ; -lin remind_V3 =mkV3 "remind" ; -lin remind_V2 = mkV2 "remind" ; -lin reminder_N = mkN "reminder" ; -lin reminiscent_A = longA "reminiscent" ; -lin reminiscent_A2of = longA2 "reminiscent" "of" ; -lin remnant_N = mkN "remnant" ; -lin remote_A = mkA "remote" ; -lin remove_V3from =mkV3 "remove" "from" ; -lin renaissance_N = mkN "renaissance" ; -lin render_V3 =mkV3 "render" ; -lin rendition_N = mkN "rendition" ; -lin renew_V2 = mkV2 "renew" ; -lin renounce_V2 = mkV2 "renounce" ; -lin rent_N = mkN "rent" ; -lin rent_V2 = mkV2 "rent" ; -lin renunciation_N = mkN "renunciation" ; -lin repair_N = mkN "repair" ; -lin repair_V2 = mkV2 "repair" ; -lin repeat_V2 = mkV2 "repeat" ; -lin repercussion_N = mkN "repercussion" ; -lin repetition_N = mkN "repetition" ; -lin repetitious_A = longA "repetitious" ; -lin repetitive_A = longA "repetitive" ; -lin replace_V2 = mkV2 "replace" ; -lin replica_N = mkN "replica" ; -lin replicate_V2 = mkV2 "replicate" ; -lin reply_N = mkN "reply" ; -lin reply_V2to = mkV2 "reply" "to" ; -lin report_N = mkN "report" ; -lin report_V2 = mkV2 "report" ; -lin report_VS = mkVS (mkV "report") ; -lin reprehend_V2 = mkV2 "reprehend" ; -lin reprehensible_A = longA "reprehensible" ; -lin represent_V3_pred =mkV3 "represent" "_pred" ; -lin representative_A = longA "representative" ; -lin representative_N = mkN "representative" ; -lin reprove_V2 = mkV2 "reprove" ; -lin reptile_N = mkN "reptile" ; -lin republic_N = mkN "republic" ; -lin request_V2 = mkV2 "request" ; -lin request_N2for = mkN2 "request" "for" ; -lin require_V2 = mkV2 "require" ; -lin require_V2_sbse = mkV2 "require" "_sbse" ; -lin requisite_A = longA "requisite" ; -lin rescue_V2 = mkV2 "rescue" ; -lin resemble_V2 = mkV2 "resemble" ; -lin reset_V2 = mkV2 "reset" ; -lin reside_V2 = mkV2 "reside" ; -lin residence_N = mkN "residence" ; -lin resident_N = mkN "resident" ; -lin residue_N = mkN "residue" ; -lin resist_V2 = mkV2 "resist" ; -lin resistant_A2to = longA2 "resistant" "to" ; -lin resistence_N = mkN "resistence" ; -lin resolute_A = longA "resolute" ; -lin resolution_N = mkN "resolution" ; -lin resolve_V2 = mkV2 "resolve" ; -lin resort_N = mkN "resort" ; -lin resort_V2to = mkV2 "resort" "to" ; -lin resource_N = mkN "resource" ; -lin respect_N = mkN "respect" ; -lin respect_V2 = mkV2 "respect" ; -lin respective_A = longA "respective" ; -lin respiration_N = mkN "respiration" ; -lin respiratory_A = longA "respiratory" ; -lin respond_V2to = mkV2 "respond" "to" ; -lin response_N2to = mkN2 "response" "to" ; -lin responsible_A = longA "responsible" ; -lin responsible_A2for = longA2 "responsible" "for" ; -lin rest_N = mkN "rest" ; -lin rest_V = mkV "rest" ; -lin restaurant_N = mkN "restaurant" ; -lin restore_V3to =mkV3 "restore" "to" ; -lin restrain_V2 = mkV2 "restrain" ; -lin restraint_N = mkN "restraint" ; -lin restrict_V2 = mkV2 "restrict" ; -lin result_N = mkN "result" ; -lin result_V = mkV "result" ; -lin resume_V2 = mkV2 "resume" ; -lin resumption_V = mkV "resumption" ; -lin resurgence_N = mkN "resurgence" ; -lin resurgent_A = longA "resurgent" ; -lin resurrect_V2 = mkV2 "resurrect" ; -lin retain_V2 = mkV2 "retain" ; -lin retention_N2 = mkN2 "retention" ; -lin retract_V2 = mkV2 "retract" ; -lin retrieve_V2 = mkV2 "retrieve" ; -lin return_N = mkN "return" ; -lin return_V2 = mkV2 "return" ; -lin return_V2to = mkV2 "return" "to" ; -lin revamp_V2 = mkV2 "revamp" ; -lin reveal_V2 = mkV2 "reveal" ; -lin revel_V2in = mkV2 "revel" "in" ; -lin revelation_N = mkN "revelation" ; -lin revenge_N = mkN "revenge" ; -lin revenue_N = mkN "revenue" ; -lin reverse_V2 = mkV2 "reverse" ; -lin reverse_N2of = mkN2 "reverse" "of" ; -lin reversible_A = longA "reversible" ; -lin revise_V2 = mkV2 "revise" ; -lin revive_V2 = mkV2 "revive" ; -lin revocation_N = mkN "revocation" ; -lin revoke_V = mkV "revoke" ; -lin revolution_N = mkN "revolution" ; -lin revolve_V = mkV "revolve" ; -lin reward_V2 = mkV2 "reward" ; -lin reward_N2for = mkN2 "reward" "for" ; -lin rhetoric_N = mkN "rhetoric" ; -lin rice_N = mkN "rice" ; -lin rich_A = mkA "rich" ; -lin rid_V3of =mkV3 "rid" "of" ; -lin ride_N = mkN "ride" ; -lin ride_V2 = mkV2 "ride" ; -lin ridiculous_A = longA "ridiculous" ; -lin right_A = longA "right" ; -lin right_N = mkN "right" ; -lin rigid_A = mkA "rigid" ; -lin rigorous_A = longA "rigorous" ; -lin rigour_N = mkN "rigour" ; -lin ring_N = mkN "ring" ; -lin ring_V2 = mkV2 IrregEng.ring_V ; -lin ring_V = IrregEng.ring_V ; -lin ripe_A = mkA "ripe" ; -lin rise_N = mkN "rise" ; -lin rise_V = IrregEng.rise_V ; -lin risk_N = mkN "risk" ; -lin risk_V2 = mkV2 "risk" ; -lin rite_N = mkN "rite" ; -lin rival_A = longA "rival" ; -lin rival_N = mkN "rival" ; -lin rivalry_N = mkN "rivalry" ; -lin river_N = mkN "river" ; -lin road_N = mkN "road" ; -lin roam_V = mkV "roam" ; -lin roast_A = longA "roast" ; -lin roast_V2 = mkV2 "roast" ; -lin rob_V2 = mkV2 "rob" ; -lin robot_N = mkN "robot" ; -lin robust_A = longA "robust" ; -lin rock_N = mkN "rock" ; -lin rock_V2 = mkV2 "rock" ; -lin rock_V = mkV "rock" ; -lin rod_N = mkN "rod" ; -lin role_N = mkN "role" ; -lin roll_V = mkV "roll" ; -lin romance_N = mkN "romance" ; -lin romantic_A = longA "romantic" ; -lin romantic_N = mkN "romantic" ; -lin roof_N = mkN "roof" ; -lin room_N = mkN "room" ; -lin root_N = mkN "root" ; -lin rope_N = mkN "rope" ; -lin rose_N = mkN "rose" ; -lin rot_V = mkV "rot" ; -lin rotten_A = mkA "rotten" ; -lin rough_A = mkA "rough" ; -lin round_A = mkA "round" ; -lin route_N = mkN "route" ; -lin routine_A = longA "routine" ; -lin routine_N = mkN "routine" ; -lin row_N = mkN "row" ; -lin row_V = mkV "row" ; -lin royal_A = mkA "royal" ; -lin royalty_N = massN "royalty" ; -lin rub_V = mkV "rub" ; -lin rubber_N = massN "rubber" ; -lin rubbish_N = mkN "rubbish" ; -lin rude_A = mkA "rude" ; -lin rude_A2to = mkA2 "rude" "to" ; -lin rudimentary_A = longA "rudimentary" ; -lin ruin_N = mkN "ruin" ; -lin ruin_V2 = mkV2 "ruin" ; -lin rule_N = mkN "rule" ; -lin rule_V2 = mkV2 "rule" ; -lin ruler_N = mkN "ruler" ; -lin rump_N = mkN "rump" ; -lin run_N = mkN "run" ; -lin run_V = IrregEng.run_V ; -lin rush_N = mkN "rush" ; -lin russian_A = longA "russian" ; -lin russian_N = mkN "russian" ; -lin sabbatical_A = longA "sabbatical" ; -lin sad_A = mkA "sad" ; -lin safe_N = mkN "safe" ; -lin safe_A = mkA "safe" ; -lin safe_A2from = mkA2 "safe" "from" ; -lin safety_N = massN "safety" ; -lin sail_N = mkN "sail" ; -lin saint_N = mkN "saint" ; -lin saintly_A = mkA "saintly" ; -lin sake_N = mkN "sake" ; -lin salad_N = mkN "salad" ; -lin sale_N = mkN "sale" ; -lin salient_A = longA "salient" ; -lin saline_A = longA "saline" ; -lin salt_N = mkN "salt" ; -lin same_A = longA "same" ; -lin sample_N = mkN "sample" ; -lin sanction_N = mkN "sanction" ; -lin sanction_V2 = mkV2 "sanction" ; -lin sand_N = massN "sand" ; -lin sandy_PN = regPN "sandy" ; -lin sane_A = mkA "sane" ; -lin sat_V = mkV "sat" ; -lin sat_V2 = mkV2 "sat" ; -lin satanic_A = longA "satanic" ; -lin satisfaction_N = mkN "satisfaction" ; -lin satisfactory_A = longA "satisfactory" ; -lin satisfy_V2 = mkV2 "satisfy" ; -lin saturday_PN = regPN "saturday" ; -lin sauce_N = mkN "sauce" ; -lin saucer_N = mkN "saucer" ; -lin saucy_A = mkA "saucy" ; -lin sausage_N = mkN "sausage" ; -lin save_V2 = mkV2 "save" ; -lin saw_N = mkN "saw" ; -lin saw_V2 = mkV2 "saw" ; -lin say_VS = mkVS say_V ; -lin scale_N = mkN "scale" ; -lin scan_V2 = mkV2 "scan" ; -lin scarce_A = mkA "scarce" ; -lin scare_V2 = mkV2 "scare" ; -lin scatter_V2 = mkV2 "scatter" ; -lin scenario_N = mkN "scenario" ; -lin scene_N = mkN "scene" ; -lin sceptic_N = mkN "sceptic" ; -lin schedule_N = mkN "schedule" ; -lin schedule_V2 = mkV2 "schedule" ; -lin schema_N = mkN "schema" "schema" ; -lin schematic_A = mkA "schematic" ; -lin scheme_N = mkN "scheme" ; -lin scholastic_A = longA "scholastic" ; -lin school_N = mkN "school" ; -lin science_N = mkN "science" ; -lin scientific_A = longA "scientific" ; -lin scientist_N = mkN "scientist" ; -lin scold_V = mkV "scold" ; -lin scope_N = mkN "scope" ; -lin score_N = mkN "score" ; -lin score_V = mkV "score" ; -lin score_N2of = mkN2 "score" "of" ; -lin scramble_V2 = mkV2 "scramble" ; -lin scratch_N = mkN "scratch" ; -lin scratch_V2 = mkV2 "scratch" ; -lin screen_N = mkN "screen" ; -lin screw_N = mkN "screw" ; -lin screw_V3to =mkV3 "screw" "to" ; -lin screw_V = mkV "screw" ; -lin script_N = mkN "script" ; -lin scrupulous_A = longA "scrupulous" ; -lin scrutiny_N = massN "scrutiny" ; -lin sea_N = mkN "sea" ; -lin search_N = mkN "search" ; -lin search_V2 = mkV2 "search" ; -lin search_V2for = mkV2 "search" "for" ; -lin season_N = mkN "season" ; -lin season_V2 = mkV2 "season" ; -lin seat_N = mkN "seat" ; -lin second_N = mkN "second" ; -lin secrecy_N = mkN "secrecy" ; -lin secret_A2from = longA2 "secret" "from" ; -lin secret_N = mkN "secret" ; -lin secretary_N = mkN "secretary" ; -lin section_N = mkN "section" ; -lin secure_V2 = mkV2 "secure" ; -lin secure_A = mkA "secure" ; -lin secure_A2from = mkA2 "secure" "from" ; -lin see_V2 = mkV2 see_V ; -lin seed_N = mkN "seed" ; -lin seek_V2 = mkV2 seek_V ; -lin seem_V2 = mkV2 "seem" ; -lin seem_V2 = mkV2 "seem" ; -lin seem_V2 = mkV2 "seem" ; -lin segment_N = mkN "segment" ; -lin segment_V2 = mkV2 "segment" ; -lin seize_V2 = mkV2 "seize" ; -lin seldom_Adv = mkAdv "seldom" ; -lin select_V2 = mkV2 "select" ; -lin self_N = mkN "self" "self" ; -lin sell_V2 = mkV2 sell_V ; -lin semantic_A = longA "semantic" ; -lin semantics_N = mkN "semantics" ; -lin send_V3 = mkV3 send_V ; -lin send_V3to =mkV3 send_V "to" ; -lin sensation_N = mkN "sensation" ; -lin sense_N = mkN "sense" ; -lin sense_V2 = mkV2 "sense" ; -lin sense_VS = mkVS (mkV "sense") ; -lin sensible_A = longA "sensible" ; -lin sensitive_A = longA "sensitive" ; -lin sensitive_A2to = longA2 "sensitive" "to" ; -lin sensory_A = longA "sensory" ; -lin sentence_N = mkN "sentence" ; -lin separate_V2 = mkV2 "separate" ; -lin separate_V3from =mkV3 "separate" "from" ; -lin separate_A = longA "separate" ; -lin separate_A2from = longA2 "separate" "from" ; -lin september_PN = regPN "september" ; -lin sequel_N2to = mkN2 "sequel" "to" ; -lin sequence_N = mkN "sequence" ; -lin serial_A = longA "serial" ; -lin series_N = mkN "series" ; -lin serious_A = longA "serious" ; -lin servant_N = mkN "servant" ; -lin serve_V2 = mkV2 "serve" ; -lin service_N = mkN "service" ; -lin session_N = mkN "session" ; -lin set_N = mkN "set" ; -lin set_V = IrregEng.set_V ; -lin setting_N2for = mkN2 "setting" "for" ; -lin settle_V = mkV "settle" ; -lin severe_A = longA "severe" ; -lin sew_V2 = mkV2 IrregEng.sew_V ; -lin sew_V = IrregEng.sew_V ; -lin sex_N = mkN "sex" ; -lin sexual_A = longA "sexual" ; -lin shade_N = mkN "shade" ; -lin shade_V2 = mkV2 "shade" ; -lin shadow_N = mkN "shadow" ; -lin shake_N = mkN "shake" ; -lin shake_V2 = mkV2 IrregEng.shake_V ; -lin shake_V = IrregEng.shake_V ; -lin shallow_A = mkA "shallow" ; -lin shame_N = mkN "shame" ; -lin shape_V2 = mkV2 "shape" ; -lin share_N = mkN "share" ; -lin share_V3with =mkV3 "share" "with" ; -lin sharp_A = mkA "sharp" ; -lin shatter_V2 = mkV2 "shatter" ; -lin shave_N = mkN "shave" ; -lin shave_V2 = mkV2 "shave" ; -lin shave_V = mkV "shave" ; -lin shaven_A = longA "shaven" ; -lin shear_V = mkV "shear" ; -lin shed_N = mkN "shed" ; -lin shed_V2 = mkV2 shed_V ; -lin sheep_N = mkN "sheep" "sheep" ; -lin sheer_A = mkA "sheer" ; -lin sheet_N = mkN "sheet" ; -lin shelf_N = mkN "shelf" ; -lin shell_N = mkN "shell" ; -lin shelve_V2 = mkV2 "shelve" ; -lin shift_V = mkV "shift" ; -lin shine_V = mkV "shine" ; -lin ship_N = mkN "ship" ; -lin shirt_N = mkN "shirt" ; -lin shock_N = mkN "shock" ; -lin shock_V2 = mkV2 "shock" ; -lin shoe_N = mkN "shoe" ; -lin shoot_V2 = mkV2 shoot_V ; -lin shop_N = mkN "shop" ; -lin shore_N = mkN "shore" ; -lin short_A = mkA "short" ; -lin shortcoming_N = mkN "shortcoming" ; -lin shot_N = mkN "shot" ; -lin shoulder_N = mkN "shoulder" ; -lin shoulder_V2 = mkV2 "shoulder" ; -lin shout_N = mkN "shout" ; -lin shout_V = mkV "shout" ; -lin show_N = mkN "show" ; -lin show_V3 =mkV3 show_V ; -lin shrug_V = mkV "shrug" ; -lin shrug_V2 = mkV2 "shrug" ; -lin shrug_N = mkN "shrug" ; -lin shut_V2 = mkV2 shut_V ; -lin sibling_N = mkN "sibling" ; -lin sick_A2of = mkA2 "sick" "of" ; -lin side_N = mkN "side" ; -lin sidestep_V2 = mkV2 "sidestep" ; -lin sideways_Adv = mkAdv "sideways" ; -lin sideways_A = longA "sideways" ; -lin sight_N = mkN "sight" ; -lin sign_N = mkN "sign" ; -lin sign_V2 = mkV2 "sign" ; -lin signal_N = mkN "signal" ; -lin signal_V2to_that_s = mkV2 "signal" "to_that_s" ; -lin signature_N = mkN "signature" ; -lin significance_N = mkN "significance" ; -lin significant_A = longA "significant" ; -lin signify_V2 = mkV2 "signify" ; -lin silence_N = mkN "silence" ; -lin silent_A = longA "silent" ; -lin silk_A = longA "silk" ; -lin silk_N = massN "silk" ; -lin silly_A = mkA "silly" ; -lin silver_N = massN "silver" ; -lin similar_A = longA "similar" ; -lin similar_A2to = longA2 "similar" "to" ; -lin simple_A = mkA "simple" ; -lin simplicity_N = mkN "simplicity" ; -lin simulate_V2 = mkV2 "simulate" ; -lin simultaneous_A = longA "simultaneous" ; -lin since_Subj = mkSubj "since" ; -lin since_Prep = mkPrep "since" ; -lin sincere_A = longA "sincere" ; -lin sing_V2 = mkV2 IrregEng.sing_V ; -lin sing_V = IrregEng.sing_V ; -lin single_A = longA "single" ; -lin singular_A = longA "singular" ; -lin sink_V2 = mkV2 IrregEng.sink_V ; -lin sink_V = IrregEng.sink_V ; -lin sister_N2of = mkN2 "sister" "of" ; -lin sit_V = mkV "sit" ; -lin sit_V2 = mkV2 "sit" ; -lin site_N = mkN "site" ; -lin situation_N = mkN "situation" ; -lin size_N = mkN "size" ; -lin skate_N = mkN "skate" ; -lin skate_V = mkV "skate" ; -lin skeletal_A = longA "skeletal" ; -lin skeleton_N = mkN "skeleton" ; -lin sketch_N = mkN "sketch" ; -lin sketch_V2 = mkV2 "sketch" ; -lin skilful_A = longA "skilful" ; -lin skill_N = mkN "skill" ; -lin skilled_A = longA "skilled" ; -lin skin_N = mkN "skin" ; -lin skip_V2 = mkV2 "skip" ; -lin skip_V = mkV "skip" ; -lin skirt_N = mkN "skirt" ; -lin sky_N = mkN "sky" ; -lin slash_N = mkN "slash" ; -lin slave_N = mkN "slave" ; -lin sledge_N = mkN "sledge" ; -lin sleep_N = mkN "sleep" ; -lin sleep_V = IrregEng.sleep_V ; -lin slide_V = mkV "slide" ; -lin slight_A = mkA "slight" ; -lin slight_N = mkN "slight" ; -lin slim_A = mkA "slim" ; -lin slim_V = mkV "slim" ; -lin slip_V = mkV "slip" ; -lin slip_N = mkN "slip" ; -lin slipper_N = mkN "slipper" ; -lin slippery_A = mkA "slippery" ; -lin sloe_N = mkN "sloe" ; -lin slope_N = mkN "slope" ; -lin slot_N = mkN "slot" ; -lin slow_A = mkA "slow" ; -lin small_A = mkA "small" ; -lin smart_A = mkA "smart" ; -lin smell_N = mkN "smell" ; -lin smell_V2 = mkV2 "smell" ; -lin smell_V = mkV "smell" ; -lin smelt_V2 = mkV2 "smelt" ; -lin smile_N = mkN "smile" ; -lin smile_V = mkV "smile" ; -lin smoke_N = massN "smoke" ; -lin smoke_V = mkV "smoke" ; -lin smooth_A = mkA "smooth" ; -lin smooth_V2 = mkV2 "smooth" ; -lin snake_N = mkN "snake" ; -lin snap_V2 = mkV2 "snap" ; -lin snap_V = mkV "snap" ; -lin snapshot_N = mkN "snapshot" ; -lin snow_V = mkV "snow" ; -lin snow_N = massN "snow" ; -lin soap_N = massN "soap" ; -lin social_A = longA "social" ; -lin society_N = mkN "society" ; -lin sock_N = mkN "sock" ; -lin sodium_N = mkN "sodium" ; -lin soft_A = mkA "soft" ; -lin software_N = massN "software" ; -lin soil_N = mkN "soil" ; -lin soldier_N = mkN "soldier" ; -lin sole_A = longA "sole" ; -lin sole_N = mkN "sole" ; -lin solemn_A = longA "solemn" ; -lin solid_A = mkA "solid" ; -lin solid_N = mkN "solid" ; -lin soliloquy_N = mkN "soliloquy" "soliloquy" ; -lin solo_A = longA "solo" ; -lin solo_N = mkN "solo" ; -lin solution_N = mkN "solution" ; -lin solve_V2 = mkV2 "solve" ; -lin somehow_Adv = mkAdv "somehow" ; -lin sometimes_Adv = mkAdv "sometimes" ; -lin somewhat_Adv = mkAdv "somewhat" ; ---lin somewhere_Adv = mkAdv "somewhere" ; -lin son_N2of = mkN2 "son" "of" ; -lin song_N = mkN "song" ; -lin soon_Adv = mkAdv "soon" ; -lin sophisticated_A = longA "sophisticated" ; -lin sophistication_N = mkN "sophistication" ; -lin sore_A = mkA "sore" ; -lin sore_N = mkN "sore" ; -lin sorrow_N = mkN "sorrow" ; -lin sorry_A = mkA "sorry" ; -lin sorry_A2for = mkA2 "sorry" "for" ; -lin sorry_A2 = mkA2 "sorry" "" ; -lin sort_N = mkN "sort" ; -lin sort_V2 = mkV2 "sort" ; -lin soul_N = mkN "soul" ; -lin sound_A = mkA "sound" ; -lin sound_N = mkN "sound" ; -lin sound_V2 = mkV2 "sound" ; -lin soup_N = mkN "soup" ; -lin sour_A = mkA "sour" ; -lin source_N = mkN "source" ; -lin south_N = mkN "south" ; -lin south_A = longA "south" ; -lin south_A2of = longA2 "south" "of" ; -lin southern_A = longA "southern" ; -lin space_N = mkN "space" ; -lin spade_N = mkN "spade" ; -lin spain_PN = regPN "spain" ; -lin span_V2 = mkV2 "span" ; -lin spanish_A = mkA "spanish" ; -lin spare_A = longA "spare" ; -lin spare_V3 = mkV3 "spare" ; -lin sparrow_N = mkN "sparrow" ; -lin spate_N = mkN "spate" ; -lin spatial_A = longA "spatial" ; -lin speak_V = IrregEng.speak_V ; -lin spear_N = mkN "spear" ; -lin spear_V2 = mkV2 "spear" ; -lin special_A = longA "special" ; -lin specialist_N = mkN "specialist" ; -lin specific_A = longA "specific" ; -lin specific_A2to = longA2 "specific" "to" ; -lin specifically_Adv = mkAdv "specifically" ; -lin specify_V2 = mkV2 "specify" ; -lin spectacle_N = mkN "spectacle" ; -lin spectacular_A = longA "spectacular" ; -lin spectral_A = longA "spectral" ; -lin spectrum_N = mkN "spectrum" "spectrum" ; -lin speculate_V = mkV "speculate" ; -lin speech_N = mkN "speech" ; -lin speed_N = mkN "speed" ; -lin spell_N = mkN "spell" ; ---lin spell_V2 = mkV2 spell_V ; ---lin spell_V = IrregEng.spell_V ; -lin spend_V2 = mkV2 spend_V ; -lin spin_V2 = mkV2 IrregEng.spin_V ; -lin spin_V = IrregEng.spin_V ; -lin spinster_N = mkN "spinster" ; -lin spirit_N = mkN "spirit" ; -lin spite_N = mkN "spite" ; -lin splendid_A = longA "splendid" ; -lin splendour_N = mkN "splendour" ; -lin split_V = IrregEng.split_V ; -lin split_N = mkN "split" ; -lin spoil_V2 = mkV2 "spoil" ; -lin spoke_N = mkN "spoke" ; -lin spokesman_N = mkN "spokesman" ; -lin spoon_N = mkN "spoon" ; -lin sport_N = mkN "sport" ; -lin spot_N = mkN "spot" ; -lin spot_V2 = mkV2 "spot" ; -lin spread_V = IrregEng.spread_V ; -lin spring_N = mkN "spring" ; -lin spring_V2 = mkV2 spring_V ; -lin spur_N = mkN "spur" ; -lin spurious_A = longA "spurious" ; -lin square_A = mkA "square" ; -lin square_N = mkN "square" ; -lin stable_A = mkA "stable" ; -lin stable_N = mkN "stable" ; -lin stack_N = mkN "stack" ; -lin stack_V2 = mkV2 "stack" ; -lin staff_N = mkN "staff" ; -lin staff_V2 = mkV2 "staff" ; -lin stag_N = mkN "stag" ; -lin stage_N = mkN "stage" ; -lin stage_V2 = mkV2 "stage" ; -lin stain_N = mkN "stain" ; -lin stain_V2 = mkV2 "stain" ; -lin stair_N = mkN "stair" ; -lin stake_N = mkN "stake" ; -lin stamp_N = mkN "stamp" ; -lin stance_N = mkN "stance" ; -lin stand_V = mkV "stand" ; -lin standard_A = longA "standard" ; -lin standard_N = mkN "standard" ; -lin star_N = mkN "star" ; -lin stare_N = mkN "stare" ; -lin stare_V2at = mkV2 "stare" "at" ; -lin start_N = mkN "start" ; -lin start_V2 = mkV2 "start" ; -lin start_V = mkV "start" ; -lin startle_V2 = mkV2 "startle" ; -lin state_N = mkN "state" ; -lin state_V2 = mkV2 "state" ; -lin static_A = longA "static" ; -lin station_N = mkN "station" ; -lin stationary_A = longA "stationary" ; -lin stationer_N = mkN "stationer" ; -lin stationery_N = massN "stationery" ; -lin statistic_N = mkN "statistic" ; -lin statistical_A = longA "statistical" ; -lin statistics_N = mkN "statistics" "statistics" ; ---lin statistics_N = mkN "statistics" ; -lin stative_A = longA "stative" ; -lin statue_N = mkN "statue" ; -lin stature_N = mkN "stature" ; -lin status_N = mkN "status" ; -lin stay_N = mkN "stay" ; -lin stay_V = mkV "stay" ; -lin steady_A = mkA "steady" ; -lin steal_V3from =mkV3 steal_V "from" ; -lin steam_N = massN "steam" ; -lin steam_V = mkV "steam" ; -lin steel_N = massN "steel" ; -lin steel_V2 = mkV2 "steel" ; -lin steep_A = mkA "steep" ; -lin steeple_N = mkN "steeple" ; -lin steer_N = mkN "steer" ; -lin steer_V2 = mkV2 "steer" ; -lin stem_N = mkN "stem" ; -lin stem_V2 = mkV2 "stem" ; -lin step_N = mkN "step" ; -lin step_V2 = mkV2 "step" ; -lin sterile_A = longA "sterile" ; -lin stick_N = mkN "stick" ; -lin stick_V2to = mkV2 stick_V "to" ; -lin sticky_A = mkA "sticky" ; -lin stiff_A = mkA "stiff" ; -lin still_Adv = mkAdv "still" ; -lin still_A = mkA "still" ; -lin sting_N = mkN "sting" ; -lin sting_V2 = mkV2 sting_V ; -lin stipulate_VS = mkVS (mkV "stipulate") ; -lin stitch_N = mkN "stitch" ; -lin stitch_V2 = mkV2 "stitch" ; -lin stock_N = mkN "stock" ; -lin stock_V2 = mkV2 "stock" ; -lin stocking_N = mkN "stocking" ; -lin stomach_N = mkN "stomach" ; -lin stone_N = mkN "stone" ; -lin stool_N = mkN "stool" ; -lin stoop_V = mkV "stoop" ; -lin stop_N = mkN "stop" ; -lin stop_V2 = mkV2 "stop" ; -lin stop_V = mkV "stop" ; -lin storage_N = massN "storage" ; -lin store_N = mkN "store" ; -lin store_V2 = mkV2 "store" ; -lin storm_N = mkN "storm" ; -lin story_N = mkN "story" ; -lin straight_A = mkA "straight" ; -lin straightforward_A = longA "straightforward" ; -lin strain_N = mkN "strain" ; -lin strain_V2 = mkV2 "strain" ; -lin strand_V2 = mkV2 "strand" ; -lin strange_A = mkA "strange" ; -lin stranger_N = mkN "stranger" ; -lin strategy_N = mkN "strategy" ; -lin stratum_N = mkN "stratum" "stratum" ; -lin straw_N = mkN "straw" ; -lin strawberry_N = mkN "strawberry" ; -lin stray_A = mkA "stray" ; -lin stray_V = mkV "stray" ; -lin stream_N = mkN "stream" ; -lin streamlined_A = longA "streamlined" ; -lin street_N = mkN "street" ; -lin strength_N = mkN "strength" ; -lin strengthen_V2 = mkV2 "strengthen" ; -lin stress_N = mkN "stress" ; -lin stress_V2 = mkV2 "stress" ; -lin stretch_V = mkV "stretch" ; ---lin strew_V2 = mkV2 strew_V ; -lin strict_A = mkA "strict" ; -lin strident_A = longA "strident" ; -lin strike_V2 = mkV2 "strike" ; -lin string_N = mkN "string" ; -lin strip_N = mkN "strip" ; -lin strip_V2 = mkV2 "strip" ; -lin strive_V2for = mkV2 strive_V "for" ; -lin stroke_N = mkN "stroke" ; -lin stroke_V2 = mkV2 "stroke" ; -lin strong_A = mkA "strong" ; -lin structuralism_N = mkN "structuralism" ; -lin structuralist_N = mkN "structuralist" ; -lin structure_N = mkN "structure" ; -lin struggle_N = mkN "struggle" ; -lin struggle_V2with = mkV2 "struggle" "with" ; -lin student_N = mkN "student" ; -lin study_V = mkV "study" ; -lin study_N2 = mkN2 "study" ; -lin stuff_N = mkN "stuff" ; -lin stuff_V2 = mkV2 "stuff" ; -lin stupid_A = mkA "stupid" ; -lin stupor_N = mkN "stupor" ; -lin stutter_V = mkV "stutter" ; -lin style_N = mkN "style" ; -lin stylistic_A = longA "stylistic" ; -lin suave_A = mkA "suave" ; -lin subcategorize_V = mkV "subcategorize" ; -lin subjacency_N = mkN "subjacency" ; -lin subjacent_A = longA "subjacent" ; -lin subjacent_A2to = longA2 "subjacent" "to" ; -lin subject_V3to =mkV3 "subject" "to" ; -lin subject_N = mkN "subject" ; -lin subjective_A = longA "subjective" ; -lin submarine_A = longA "submarine" ; -lin submarine_N = mkN "submarine" ; -lin submission_N = mkN "submission" ; -lin submit_V2to = mkV2 "submit" "to" ; -lin subordinate_A = longA "subordinate" ; -lin subordinate_V2 = mkV2 "subordinate" ; -lin subsequent_A = longA "subsequent" ; -lin subservient_A = longA "subservient" ; -lin substance_N = mkN "substance" ; -lin substantial_A = longA "substantial" ; -lin substantive_A = longA "substantive" ; -lin substitute_V3for =mkV3 "substitute" "for" ; -lin substitute_N = mkN "substitute" ; -lin subsume_V2 = mkV2 "subsume" ; -lin subsumption_N = mkN "subsumption" ; -lin subtle_A = mkA "subtle" ; -lin subtlety_N = mkN "subtlety" ; -lin subtract_V3from =mkV3 "subtract" "from" ; -lin succeed_V2in = mkV2 "succeed" "in" ; -lin success_N = mkN "success" ; -lin succession_N = mkN "succession" ; -lin successive_A = longA "successive" ; -lin successor_N = mkN "successor" ; -lin succinct_A = longA "succinct" ; -lin succumb_V2to = mkV2 "succumb" "to" ; -lin suck_V2 = mkV2 "suck" ; -lin sudden_A = longA "sudden" ; -lin sue_PN = regPN "sue" ; -lin suffer_V2from = mkV2 "suffer" "from" ; -lin suffice_V = mkV "suffice" ; -lin sufficient_A = longA "sufficient" ; -lin suffix_V2 = mkV2 "suffix" ; -lin suffix_N = mkN "suffix" ; -lin sugar_N = massN "sugar" ; -lin suggest_V2to_that_s = mkV2 "suggest" "to_that_s" ; -lin suit_V2 = mkV2 "suit" ; -lin suit_N = mkN "suit" ; -lin suitable_A = longA "suitable" ; -lin suite_N = mkN "suite" ; -lin sum_N = mkN "sum" ; -lin summer_N = mkN "summer" ; -lin sun_N = mkN "sun" ; -lin sunday_PN = regPN "sunday" ; -lin sunshine_N = mkN "sunshine" ; -lin super_A = longA "super" ; -lin superficial_A = longA "superficial" ; -lin superior_A = longA "superior" ; -lin supersede_V2 = mkV2 "supersede" ; -lin supervisor_N = mkN "supervisor" ; -lin supper_N = mkN "supper" ; -lin supplement_V2 = mkV2 "supplement" ; -lin supplement_N = mkN "supplement" ; -lin supplementary_A = longA "supplementary" ; -lin suppletion_N = mkN "suppletion" ; -lin suppletive_A = longA "suppletive" ; -lin supply_V2 = mkV2 "supply" ; -lin supply_V3to =mkV3 "supply" "to" ; -lin supply_V3with =mkV3 "supply" "with" ; -lin supply_N = mkN "supply" ; -lin support_V2 = mkV2 "support" ; -lin support_N = mkN "support" ; -lin suppose_VS = mkVS (mkV "suppose") ; -lin supposition_N = mkN "supposition" ; -lin suppress_V2 = mkV2 "suppress" ; -lin sure_A2 = mkA2 "sure" "" ; -lin sure_A = mkA "sure" ; -lin sure_A2 = mkA2 "sure" "" ; -lin surface_V = mkV "surface" ; -lin surface_N = mkN "surface" ; -lin surgeon_N = mkN "surgeon" ; -lin surgery_N = mkN "surgery" ; -lin surgical_A = longA "surgical" ; -lin surmount_V2 = mkV2 "surmount" ; -lin surprise_V2 = mkV2 "surprise" ; -lin surprise_N = mkN "surprise" ; -lin surround_V2 = mkV2 "surround" ; -lin survey_V2 = mkV2 "survey" ; -lin survey_N = mkN "survey" ; -lin survive_V2 = mkV2 "survive" ; -lin susceptible_A = longA "susceptible" ; -lin suspect_V2 = mkV2 "suspect" ; -lin suspect_VS = mkVS (mkV "suspect") ; -lin suspect_N = mkN "suspect" ; -lin suspend_V2 = mkV2 "suspend" ; -lin suspense_N = mkN "suspense" ; -lin suspicion_N = mkN "suspicion" ; -lin suspicious_A = longA "suspicious" ; -lin sustain_V2 = mkV2 "sustain" ; -lin sustenance_N = mkN "sustenance" ; -lin swallow_V2 = mkV2 "swallow" ; -lin swan_N = mkN "swan" ; -lin swap_V3for =mkV3 "swap" "for" ; -lin swear_VS = mkVS swear_V ; -lin swede_N = mkN "swede" ; -lin sweden_PN = regPN "sweden" ; -lin swedish_A = mkA "swedish" ; -lin sweep_V2 = mkV2 sweep_V ; -lin sweet_N = mkN "sweet" ; -lin swell_V = IrregEng.swell_V ; -lin swift_A = mkA "swift" ; -lin swift_N = mkN "swift" ; -lin swim_V = IrregEng.swim_V ; -lin swim_N = mkN "swim" ; -lin swing_V = IrregEng.swing_V ; -lin swiss_A = longA "swiss" ; -lin switch_V2 = mkV2 "switch" ; -lin switch_N = mkN "switch" ; -lin switzerland_PN = regPN "switzerland" ; -lin sword_N = mkN "sword" ; -lin syllabic_A = longA "syllabic" ; -lin syllable_N = mkN "syllable" ; -lin syllogism_N = mkN "syllogism" ; -lin symbol_N = mkN "symbol" ; -lin symmetry_N = mkN "symmetry" ; -lin sympathetic_A = longA "sympathetic" ; -lin sympathetic_A2to = longA2 "sympathetic" "to" ; -lin symptom_N = mkN "symptom" ; -lin symptomatic_A = longA "symptomatic" ; -lin symptomatic_A2of = longA2 "symptomatic" "of" ; -lin synchronous_A = longA "synchronous" ; -lin synonym_N = mkN "synonym" ; -lin synonymous_A = longA "synonymous" ; -lin synonymous_A2with = longA2 "synonymous" "with" ; -lin synonymy_N = mkN "synonymy" ; -lin synopsis_N = mkN "synopsis" ; -lin synoptic_A = longA "synoptic" ; -lin syntactic_A = longA "syntactic" ; -lin syntax_N = mkN "syntax" ; -lin synthesis_N = mkN "synthesis" "synthesis" ; -lin synthesize_V2 = mkV2 "synthesize" ; -lin synthetic_A = longA "synthetic" ; -lin system_N = mkN "system" ; -lin systematic_A = longA "systematic" ; -lin systematically_A = longA "systematically" ; -lin systematize_V2 = mkV2 "systematize" ; -lin table_N = mkN "table" ; -lin tabular_A = longA "tabular" ; -lin tabulate_V2 = mkV2 "tabulate" ; -lin tacit_A = longA "tacit" ; -lin tack_N = mkN "tack" ; -lin tackle_V2 = mkV2 "tackle" ; -lin tact_N = mkN "tact" ; -lin tactic_N = mkN "tactic" ; -lin tag_V2 = mkV2 "tag" ; -lin tag_N = mkN "tag" ; -lin tail_N = mkN "tail" ; -lin tailor_N = mkN "tailor" ; -lin take_V2 = mkV2 take_V ; -lin tale_N = mkN "tale" ; -lin talent_N = mkN "talent" ; -lin talented_A = longA "talented" ; -lin talk_V2about = mkV2 "talk" "about" ; -lin talk_N = mkN "talk" ; -lin tall_A = mkA "tall" ; -lin tame_A = mkA "tame" ; -lin tangent_N = mkN "tangent" ; -lin tangle_V2 = mkV2 "tangle" ; -lin tank_N = mkN "tank" ; -lin tap_V2 = mkV2 "tap" ; -lin tap_N = mkN "tap" ; -lin tape_V2 = mkV2 "tape" ; -lin tape_N = mkN "tape" ; -lin target_N = mkN "target" ; -lin task_N = mkN "task" ; -lin taste_V2 = mkV2 "taste" ; -lin taste_V2of = mkV2 "taste" "of" ; -lin taste_N = mkN "taste" ; -lin tautology_N = mkN "tautology" ; -lin tax_V2 = mkV2 "tax" ; -lin tax_N = mkN "tax" ; -lin taxi_N = mkN "taxi" ; -lin taxonomy_N = mkN "taxonomy" ; -lin tea_N = massN "tea" ; -lin teach_V2 = mkV2 teach_V ; -lin team_N = mkN "team" ; -lin tear_V2 = mkV2 tear_V ; -lin tear_N = mkN "tear" ; -lin tease_V2 = mkV2 "tease" ; -lin technical_A = longA "technical" ; -lin technique_N = mkN "technique" ; -lin technology_N = mkN "technology" ; -lin tedious_A = longA "tedious" ; -lin tedium_N = mkN "tedium" ; -lin teem_V2with = mkV2 "teem" "with" ; -lin telegram_N = mkN "telegram" ; -lin telegraph_V2 = mkV2 "telegraph" ; -lin telegraph_N = mkN "telegraph" ; -lin telephone_V2 = mkV2 "telephone" ; -lin telephone_N = mkN "telephone" ; -lin telescope_N = mkN "telescope" ; -lin television_N = mkN "television" ; -lin tell_V3 =mkV3 tell_V ; -lin temper_V3with =mkV3 "temper" "with" ; -lin temper_N = mkN "temper" ; -lin temperature_N = mkN "temperature" ; -lin template_N = mkN "template" ; -lin temple_N = mkN "temple" ; -lin temporal_A = longA "temporal" ; -lin temporary_A = longA "temporary" ; -lin tempt_V2 = mkV2 "tempt" ; -lin tend_V2 = mkV2 "tend" ; -lin tendency_N2to = mkN2 "tendency" "to" ; -lin tender_A = mkA "tender" ; -lin tenet_N = mkN "tenet" ; -lin tennis_N = massN "tennis" ; -lin tenon_N = mkN "tenon" ; -lin tenor_N = mkN "tenor" ; -lin tense_A = mkA "tense" ; -lin tense_N = mkN "tense" ; -lin tensed_A = longA "tensed" ; -lin tension_N = mkN "tension" ; -lin tent_N = mkN "tent" ; -lin tentative_A = longA "tentative" ; -lin term_V3ed =mkV3 "term" "ed" ; -lin term_N = mkN "term" ; -lin terminal_A = longA "terminal" ; -lin terminal_N = mkN "terminal" ; -lin terminate_V = mkV "terminate" ; -lin terminology_N = mkN "terminology" ; -lin terrace_N = mkN "terrace" ; -lin terrestrial_A = longA "terrestrial" ; -lin terrible_A = longA "terrible" ; -lin terrify_V2 = mkV2 "terrify" ; -lin territory_N = mkN "territory" ; -lin terror_N = mkN "terror" ; -lin terse_A = mkA "terse" ; -lin test_V2 = mkV2 "test" ; -lin test_N = mkN "test" ; -lin testimony_N = mkN "testimony" ; -lin text_N = mkN "text" ; -lin textbook_N = mkN "textbook" ; -lin thank_V2 = mkV2 "thank" ; -lin theatre_N = mkN "theatre" ; -lin theatrical_A = longA "theatrical" ; -lin thematic_A = longA "thematic" ; -lin thematically_Adv = mkAdv "thematically" ; -lin theme_N = mkN "theme" ; -lin then_Adv = mkAdv "then" ; -lin theorem_N = mkN "theorem" ; -lin theoretic_A = longA "theoretic" ; -lin theoretical_A = longA "theoretical" ; -lin theoretically_Adv = mkAdv "theoretically" ; -lin theory_N = mkN "theory" ; -lin therapeutic_A = longA "therapeutic" ; -lin therapy_N = mkN "therapy" ; -lin therefore_Subj = mkSubj "therefore" ; -lin thesis_N = mkN "thesis" ; -lin thick_A = mkA "thick" ; -lin thief_N = mkN "thief" ; -lin thigh_N = mkN "thigh" ; -lin thin_A = mkA "thin" ; -lin thing_N = mkN "thing" ; -lin think_VS = mkVS think_V ; -lin third_N = mkN "third" ; -lin thirst_N2for = mkN2 "thirst" "for" ; -lin thorough_A = longA "thorough" ; -lin thought_N2 = mkN2 "thought" ; -lin thousand_N2 = mkN2 "thousand" ; -lin thread_N = mkN "thread" ; -lin threat_N2 = mkN2 "threat" ; -lin threaten_V3with =mkV3 "threaten" "with" ; -lin threshold_N = mkN "threshold" ; -lin throat_N = mkN "throat" ; ---lin through_Prep = mkPrep "through" ; -lin throughout_Prep = mkPrep "throughout" ; -lin throw_V3loc =mkV3 throw_V "loc" ; -lin throw_N = mkN "throw" ; -lin thrown_V3loc =mkV3 "thrown" "loc" ; -lin thrust_V3loc =mkV3 "thrust" "loc" ; -lin thrust_N = mkN "thrust" ; -lin thumb_N = mkN "thumb" ; -lin thunder_N = mkN "thunder" ; -lin thursday_PN = regPN "thursday" ; -lin thus_Subj = mkSubj "thus" ; -lin ticket_N = mkN "ticket" ; -lin tidy_V2 = mkV2 "tidy" ; -lin tidy_A = mkA "tidy" ; -lin tie_V3to =mkV3 "tie" "to" ; -lin tie_N = mkN "tie" ; -lin tiger_N = mkN "tiger" ; -lin tight_A = mkA "tight" ; -lin till_V2 = mkV2 "till" ; -lin till_N = mkN "till" ; -lin time_V2 = mkV2 "time" ; -lin time_N = mkN "time" ; -lin timely_A = mkA "timely" ; -lin timetable_N = mkN "timetable" ; -lin tin_N = mkN "tin" ; -lin tinker_V2with = mkV2 "tinker" "with" ; -lin tinker_N = mkN "tinker" ; -lin tip_N = mkN "tip" ; -lin tire_V2of = mkV2 "tire" "of" ; -lin title_N = mkN "title" ; ---lin to_Prep = mkPrep "to" ; -lin toad_N = mkN "toad" ; -lin toast_N = massN "toast" ; -lin toast_V2 = mkV2 "toast" ; -lin tobacco_N = massN "tobacco" ; -lin today_Adv = mkAdv "today" ; -lin toe_N = mkN "toe" ; -lin together_Adv = mkAdv "together" ; -lin token_N = mkN "token" ; -lin tolerance_N = mkN "tolerance" ; -lin tolerate_V2 = mkV2 "tolerate" ; -lin toll_V = mkV "toll" ; -lin toll_N = mkN "toll" ; -lin tomato_N = mkN "tomato" ; -lin tomb_N = mkN "tomb" ; -lin tomorrow_Adv = mkAdv "tomorrow" ; -lin ton_N = mkN "ton" ; -lin tone_N = mkN "tone" ; -lin tongue_N = mkN "tongue" ; -lin tonight_Adv = mkAdv "tonight" ; -lin tonne_N = mkN "tonne" ; -lin tool_N = mkN "tool" ; -lin tooth_N = mkN "tooth" "tooth" ; -lin top_N = mkN "top" ; -lin topic_N = mkN "topic" ; -lin topology_N = mkN "topology" ; -lin torrent_N = mkN "torrent" ; -lin torrential_A = longA "torrential" ; -lin toss_V2 = mkV2 "toss" ; -lin total_A = longA "total" ; -lin total_N = mkN "total" ; -lin touch_V2 = mkV2 "touch" ; -lin touch_N = mkN "touch" ; -lin tough_A = mkA "tough" ; -lin tough_A2 = mkA2 "tough" "" ; -lin tour_V2 = mkV2 "tour" ; -lin tour_N = mkN "tour" ; -lin tourist_N = mkN "tourist" ; -lin tow_V2 = mkV2 "tow" ; -lin towards_Prep = mkPrep "towards" ; -lin tower_N = mkN "tower" ; -lin town_N = mkN "town" ; -lin toxic_A = longA "toxic" ; -lin toy_N = mkN "toy" ; -lin trace_V2 = mkV2 "trace" ; -lin trace_N = mkN "trace" ; -lin track_V2 = mkV2 "track" ; -lin track_N = mkN "track" ; -lin tract_N = mkN "tract" ; -lin tractable_A = longA "tractable" ; -lin trade_N = mkN "trade" ; -lin tradition_N = mkN "tradition" ; -lin traffic_N = massN "traffic" ; -lin traffic_V2in = mkV2 "traffic" "in" ; -lin tragedy_N = mkN "tragedy" ; -lin tragic_A = longA "tragic" ; -lin train_V2 = mkV2 "train" ; -lin train_N = mkN "train" ; -lin tramp_N = mkN "tramp" ; -lin tranquil_A = longA "tranquil" ; -lin transaction_N = mkN "transaction" ; -lin transcendental_A = longA "transcendental" ; -lin transcribe_V2 = mkV2 "transcribe" ; -lin transcript_N = mkN "transcript" ; -lin transcription_N = mkN "transcription" ; -lin transfer_V3to =mkV3 "transfer" "to" ; -lin transform_V2 = mkV2 "transform" ; -lin transience_N = mkN "transience" ; -lin transient_A = longA "transient" ; -lin transistor_N = mkN "transistor" ; -lin transit_N = mkN "transit" ; -lin transitive_A = longA "transitive" ; -lin transitory_A = longA "transitory" ; -lin translate_V3into =mkV3 "translate" "into" ; -lin transmit_V2 = mkV2 "transmit" ; -lin transparency_N = mkN "transparency" ; -lin transparent_A = longA "transparent" ; -lin transport_V2 = mkV2 "transport" ; -lin transport_N = mkN "transport" ; -lin trap_V2 = mkV2 "trap" ; -lin trap_N = mkN "trap" ; -lin travel_V2 = mkV2 "travel" ; -lin travel_N = mkN "travel" ; -lin traverse_V2 = mkV2 "traverse" ; -lin tray_N = mkN "tray" ; -lin treat_V3_pred =mkV3 "treat" "_pred" ; -lin treatment_N = mkN "treatment" ; -lin treble_A = longA "treble" ; -lin treble_V2 = mkV2 "treble" ; -lin tree_N = mkN "tree" ; -lin tremble_V = mkV "tremble" ; -lin triangle_N = mkN "triangle" ; -lin triangular_A = longA "triangular" ; -lin tribe_N = mkN "tribe" ; -lin trick_V2 = mkV2 "trick" ; -lin trick_N = mkN "trick" ; -lin trifle_V2with = mkV2 "trifle" "with" ; -lin trifle_N = mkN "trifle" ; -lin trigger_V2 = mkV2 "trigger" ; -lin trigger_N = mkN "trigger" ; -lin trip_V = mkV "trip" ; -lin trip_N = mkN "trip" ; -lin triple_A = longA "triple" ; -lin triple_V2 = mkV2 "triple" ; -lin triple_N = mkN "triple" ; -lin triple_N = mkN "triple" ; -lin triumph_V = mkV "triumph" ; -lin triumph_N = mkN "triumph" ; -lin trivial_A = longA "trivial" ; -lin tropic_N = mkN "tropic" ; -lin trouble_V2 = mkV2 "trouble" ; -lin trouble_N = mkN "trouble" ; -lin troublesome_A = longA "troublesome" ; -lin truck_N = mkN "truck" ; -lin true_A = mkA "true" ; -lin truncate_V2 = mkV2 "truncate" ; -lin trunk_N = mkN "trunk" ; -lin trust_V2 = mkV2 "trust" ; -lin trust_N = mkN "trust" ; -lin truth_N = mkN "truth" ; -lin try_V2 = mkV2 "try" ; -lin try_VV = mkVV (mkV "try") ; -lin tub_N = mkN "tub" ; -lin tube_N = mkN "tube" ; -lin tuck_V3 =mkV3 "tuck" ; -lin tuesday_PN = regPN "tuesday" ; -lin tuition_N = mkN "tuition" ; -lin tumble_V = mkV "tumble" ; -lin tune_V2 = mkV2 "tune" ; -lin tune_N = mkN "tune" ; -lin turn_V3f =mkV3 "turn" "f" ; -lin turn_V3 =mkV3 "turn" ; -lin turn_V = mkV "turn" ; -lin turn_N = mkN "turn" ; -lin turtle_N = mkN "turtle" ; -lin tutor_N = mkN "tutor" ; -lin twice_Adv = mkAdv "twice" ; -lin twiddle_V2 = mkV2 "twiddle" ; -lin twin_N = mkN "twin" ; -lin twist_V2 = mkV2 "twist" ; -lin twist_N = mkN "twist" ; -lin type_V2 = mkV2 "type" ; -lin type_N = mkN "type" ; -lin typical_A = longA "typical" ; -lin typical_A2of = longA2 "typical" "of" ; -lin tyre_N = mkN "tyre" ; -lin ugly_A = mkA "ugly" ; -lin ulcer_N = mkN "ulcer" ; -lin ultimate_A = longA "ultimate" ; -lin ultimatum_N = mkN "ultimatum" ; -lin unary_A = longA "unary" ; -lin uncertainty_N = mkN "uncertainty" ; -lin uncle_N2of = mkN2 "uncle" "of" ; ---lin under_Prep = mkPrep "under" ; -lin undergraduate_N = mkN "undergraduate" ; -lin underline_V2 = mkV2 "underline" ; -lin undermine_V2 = mkV2 "undermine" ; -lin underneath_Adv = mkAdv "underneath" ; -lin underneath_Prep = mkPrep "underneath" ; -lin underneath_N = mkN "underneath" ; -lin underscore_N = mkN "underscore" ; -lin understand_V2 = mkV2 understand_V ; ---lin undo_V2 = mkV2 undo_V ; -lin undoubtedly_Adv = mkAdv "undoubtedly" ; -lin ungainly_A = longA "ungainly" ; -lin uniform_A = longA "uniform" ; -lin uniform_N = mkN "uniform" ; -lin unify_V2 = mkV2 "unify" ; -lin union_N = mkN "union" ; -lin unique_A = longA "unique" ; -lin unit_N = mkN "unit" ; -lin unitary_A = longA "unitary" ; -lin unite_V2 = mkV2 "unite" ; -lin unity_N = mkN "unity" ; -lin universe_N = mkN "universe" ; -lin university_N = mkN "university" ; -lin unleash_V2 = mkV2 "unleash" ; -lin unplug_V2 = mkV2 "unplug" ; -lin unprecedented_A = longA "unprecedented" ; -lin until_Subj = mkSubj "until" ; -lin unusual_A = longA "unusual" ; -lin unwieldy_A = mkA "unwieldy" ; -lin unwitting_A = longA "unwitting" ; -lin up_Prep = mkPrep "up" ; -lin update_V2 = mkV2 "update" ; -lin upon_Prep = mkPrep "upon" ; -lin upper_A = longA "upper" ; -lin upright_A = longA "upright" ; -lin upset_V2 = mkV2 upset_V ; -lin upside_down_A = longA "upside_down" ; -lin upstairs_Adv = mkAdv "upstairs" ; -lin urge_V2 = mkV2 "urge" ; -lin urge_N2 = mkN2 "urge" ; -lin urgency_N = mkN "urgency" ; -lin urgent_A = mkA "urgent" ; -lin usage_N = mkN "usage" ; -lin use_V2 = mkV2 "use" ; -lin use_N = mkN "use" ; -lin used_A2to = longA2 "used" "to" ; -lin usual_A = longA "usual" ; -lin utility_N = mkN "utility" ; -lin utilize_V2 = mkV2 "utilize" ; -lin utter_A = longA "utter" ; -lin utter_V2 = mkV2 "utter" ; -lin utterance_N = mkN "utterance" ; -lin vacuous_A = longA "vacuous" ; -lin vacuum_N = mkN "vacuum" ; -lin vague_A = mkA "vague" ; -lin valence_N = mkN "valence" ; -lin valency_N = mkN "valency" ; -lin valid_A = longA "valid" ; -lin validate_V2 = mkV2 "validate" ; -lin valley_N = mkN "valley" ; -lin valuable_A = longA "valuable" ; -lin value_V2 = mkV2 "value" ; -lin value_N = mkN "value" ; -lin van_N = mkN "van" ; -lin vanilla_N = mkN "vanilla" ; -lin vanish_V = mkV "vanish" ; -lin variable_A = longA "variable" ; -lin variable_N = mkN "variable" ; -lin variant_N = mkN "variant" ; -lin variation_N = mkN "variation" ; -lin variety_N = mkN "variety" ; -lin various_A = longA "various" ; -lin varnish_V2 = mkV2 "varnish" ; -lin varnish_N = mkN "varnish" ; -lin vary_V = mkV "vary" ; -lin vase_N = mkN "vase" ; -lin vast_A = mkA "vast" ; -lin vector_N = mkN "vector" ; -lin vegetable_N = mkN "vegetable" ; -lin vegetation_N = mkN "vegetation" ; -lin vehicle_N = mkN "vehicle" ; -lin velocity_N = mkN "velocity" ; -lin verb_N = mkN "verb" ; -lin verbose_A = mkA "verbose" ; -lin verdict_N = mkN "verdict" ; -lin verify_V2 = mkV2 "verify" ; -lin versatile_A = longA "versatile" ; -lin verse_N = mkN "verse" ; -lin version_N = mkN "version" ; -lin vertex_N = mkN "vertex" "vertex" ; -lin vertical_A = longA "vertical" ; -lin vessel_N = mkN "vessel" ; -lin vet_N = mkN "vet" ; -lin viable_A = longA "viable" ; -lin vice_N = mkN "vice" ; -lin victim_N = mkN "victim" ; -lin victor_N = mkN "victor" ; -lin victory_N = mkN "victory" ; -lin vie_V2with = mkV2 "vie" "with" ; -lin view_V3_pred =mkV3 "view" "_pred" ; -lin view_N = mkN "view" ; -lin vigorous_A = longA "vigorous" ; -lin village_N = mkN "village" ; -lin vindicate_V2 = mkV2 "vindicate" ; -lin vine_N = mkN "vine" ; -lin vineyard_N = mkN "vineyard" ; -lin violate_V2 = mkV2 "violate" ; -lin violence_N = massN "violence" ; -lin violent_A = longA "violent" ; -lin viral_A = longA "viral" ; -lin virtual_A = longA "virtual" ; -lin virtue_N = mkN "virtue" ; -lin virus_N = mkN "virus" ; -lin visible_A = longA "visible" ; -lin visible_A2to = longA2 "visible" "to" ; -lin vision_N = mkN "vision" ; -lin visit_V2 = mkV2 "visit" ; -lin visit_N = mkN "visit" ; -lin visual_A = longA "visual" ; -lin vital_A = longA "vital" ; -lin vitiate_V2 = mkV2 "vitiate" ; -lin vocabulary_N = mkN "vocabulary" ; -lin voice_N = mkN "voice" ; -lin volatile_A = longA "volatile" ; -lin vole_N = mkN "vole" ; -lin volt_N = mkN "volt" ; -lin volume_N = mkN "volume" ; -lin voluntary_A = longA "voluntary" ; -lin volunteer_V = mkV "volunteer" ; -lin volunteer_V2for = mkV2 "volunteer" "for" ; -lin volunteer_N = mkN "volunteer" ; -lin vote_V2for = mkV2 "vote" "for" ; -lin vote_N = mkN "vote" ; -lin vow_VV = mkVV (mkV "vow") ; -lin vow_VS = mkVS (mkV "vow") ; -lin vow_N = mkN "vow" ; -lin vowel_N = mkN "vowel" ; -lin voyage_N = mkN "voyage" ; -lin vulgar_A = longA "vulgar" ; -lin wag_V2 = mkV2 "wag" ; -lin waist_N = mkN "waist" ; -lin waistcoat_N = mkN "waistcoat" ; -lin wait_V2for = mkV2 "wait" "for" ; -lin wait_N = mkN "wait" ; -lin wake_V2 = mkV2 wake_V ; -lin walk_V = mkV "walk" ; -lin walk_N = mkN "walk" ; -lin wall_N = mkN "wall" ; -lin wan_A = mkA "wan" ; -lin wander_V2 = mkV2 "wander" ; -lin want_V2 = mkV2 "want" ; ---lin want_VV = mkVV (mkV "want") ; -lin war_N = mkN "war" ; -lin ward_N = mkN "ward" ; -lin warm_V2 = mkV2 "warm" ; -lin warm_A = mkA "warm" ; -lin warn_V2 = mkV2 "warn" ; -lin warning_N = mkN "warning" ; -lin wash_V = mkV "wash" ; -lin waste_A = longA "waste" ; -lin waste_V2 = mkV2 "waste" ; -lin waste_N = mkN "waste" ; -lin watch_V2 = mkV2 "watch" ; -lin watch_N = mkN "watch" ; -lin water_N = mkN "water" ; -lin wave_V2to = mkV2 "wave" "to" ; -lin wave_N = mkN "wave" ; -lin wax_N = mkN "wax" ; -lin way_N = mkN "way" ; -lin weak_A = mkA "weak" ; -lin wealth_N = massN "wealth" ; -lin weapon_N = mkN "weapon" ; -lin wear_V2 = mkV2 wear_V ; -lin weather_N = massN "weather" ; -lin weave_V2 = mkV2 weave_V ; -lin wedding_N = mkN "wedding" ; -lin wedge_N = mkN "wedge" ; -lin wednesday_PN = regPN "wednesday" ; -lin weed_N = mkN "weed" ; -lin week_N = mkN "week" ; -lin weep_V = IrregEng.weep_V ; -lin weigh_V2 = mkV2 "weigh" ; -lin weigh_V2 = mkV2 "weigh" ; -lin weight_N = mkN "weight" ; -lin welcome_A = longA "welcome" ; -lin welcome_V3to = mkV3 "welcome" "to" ; -lin welcome_N2to = mkN2 "welcome" "to" ; -lin welfare_N = mkN "welfare" ; -lin well_Adv = mkAdv "well" ; -lin well_A = longA "well" ; -lin well_N = mkN "well" ; -lin well_formed_A = longA "well_formed" ; -lin west_N = massN "west" ; -lin west_A = longA "west" ; -lin west_A2of = longA2 "west" "of" ; -lin western_A = longA "western" ; -lin wet_A = mkA "wet" ; -lin wheat_N = massN "wheat" ; -lin wheel_N = mkN "wheel" ; -lin wheeled_A = longA "wheeled" ; -lin whelk_N = mkN "whelk" ; -lin when_Adv = mkAdv "when" ; --- lin when_Adv = mkAdv "when" ; -lin whenever_Adv = mkAdv "whenever" ; --- lin where_Adv = mkAdv "where" ; --- lin where_Adv = mkAdv "where" ; -lin whereas_Subj = mkSubj "whereas" ; -lin wherever_Adv = mkAdv "wherever" ; -lin while_Subj = mkSubj "while" ; -lin whim_N = mkN "whim" ; -lin whine_V = mkV "whine" ; -lin whine_N = mkN "whine" ; -lin whiskey_N = mkN "whiskey" ; -lin whisky_N = mkN "whisky" ; -lin whisper_N = mkN "whisper" ; -lin whisper_V = mkV "whisper" ; -lin whisper_VS = mkVS (mkV "whisper") ; -lin whistle_V = mkV "whistle" ; -lin white_A = mkA "white" ; -lin whole_A = longA "whole" ; ---lin whole_A = mkA "whole" ; -lin wholly_Adv = mkAdv "wholly" ; --- lin why_Adv = mkAdv "why" ; --- lin why_Adv = mkAdv "why" ; --- lin whyever_Adv = mkAdv "whyever" ; -lin wicked_A = longA "wicked" ; -lin wide_A = mkA "wide" ; -lin widow_N = mkN "widow" ; -lin width_N = mkN "width" ; -lin wife_N2of = mkN2 (mkN "wife" "wives") "of" ; -lin wild_A = mkA "wild" ; -lin will_N = mkN "will" ; -lin willing_A2 = longA2 "willing" "" ; -lin willing_A = longA "willing" ; -lin win_V2 = mkV2 (IrregEng.win_V) ; -lin wind_V2 = mkV2 IrregEng.wind_V ; -lin wind_V = IrregEng.wind_V ; -lin wind_N = mkN "wind" ; -lin window_N = mkN "window" ; -lin wine_N = massN "wine" ; -lin wing_N = mkN "wing" ; -lin winter_N = mkN "winter" ; -lin wire_N = mkN "wire" ; -lin wisdom_N = mkN "wisdom" ; -lin wise_A = mkA "wise" ; -lin wish_V2for = mkV2 "wish" "for" ; -lin wish_VS = mkVS (mkV "wish") ; -lin wish_N = mkN "wish" ; -lin witch_N = mkN "witch" ; ---lin with_Prep = mkPrep "with" ; -lin within_Adv = mkAdv "within" ; -lin within_Prep = mkPrep "within" ; ---lin withold_V2 = mkV2 withold_V ; ---lin without_Prep = mkPrep "without" ; -lin withstand_V2 = mkV2 "withstand" ; -lin witness_V2 = mkV2 "witness" ; -lin witness_N2to = mkN2 "witness" "to" ; -lin woman_N = mkN "woman" "women" ; -lin wonder_V2 = mkV2 "wonder" ; -lin wonder_N = mkN "wonder" ; -lin wood_N = mkN "wood" ; -lin wooden_A = longA "wooden" ; -lin wool_N = massN "wool" ; -lin word_N = mkN "word" ; -lin work_N = massN "work" ; -lin work_V = mkV "work" ; -lin world_N = mkN "world" ; -lin worm_N = mkN "worm" ; -lin worry_V2 = mkV2 "worry" ; -lin worry_V2about = mkV2 "worry" "about" ; -lin worry_N = mkN "worry" ; -lin worship_V2 = mkV2 "worship" ; -lin worth_Prep = mkPrep "worth" ; -lin worthless_A = longA "worthless" ; -lin worthwhile_A = longA "worthwhile" ; -lin worthy_A = mkA "worthy" ; -lin worthy_A2of = mkA2 "worthy" "of" ; -lin wound_V2 = mkV2 "wound" ; -lin wound_N = mkN "wound" ; -lin wrap_V2 = mkV2 "wrap" ; -lin wreck_V2 = mkV2 "wreck" ; -lin wreck_N = mkN "wreck" ; -lin wrinkle_N = mkN "wrinkle" ; -lin wrist_N = mkN "wrist" ; -lin write_V2 = mkV2 write_V ; -lin wrong_A = longA "wrong" ; -lin wry_A = mkA "wry" ; -lin yard_N = mkN "yard" ; -lin year_N = mkN "year" ; -lin yellow_N = massN "yellow" ; -lin yellow_A = mkA "yellow" ; -lin yesterday_Adv = mkAdv "yesterday" ; -lin yet_Adv = mkAdv "yet" ; -lin yield_V2 = mkV2 "yield" ; -lin yield_N = mkN "yield" ; -lin young_A = mkA "young" ; -lin youth_N = mkN "youth" ; -lin zinc_N = massN "zinc" ; -oper - massN : Str -> N = \s -> mkN s ; - longA : Str -> A = \s -> compoundADeg (mkA s) ; - longA2 : Str -> Str -> A2 = \s,p -> mkA2 (longA s) p ; -} diff --git a/next-lib/src/parse/BigLexEngAbs.gf b/next-lib/src/parse/BigLexEngAbs.gf deleted file mode 100644 index 9a93f15b3..000000000 --- a/next-lib/src/parse/BigLexEngAbs.gf +++ /dev/null @@ -1,5842 +0,0 @@ -abstract BigLexEngAbs = Cat **{ -fun abandon_V2 : V2 ; -fun abbreviate_V2 : V2 ; -fun abduct_V2 : V2 ; -fun able_A2 : A2 ; -fun able_A : A ; -fun abolish_V2 : V2 ; -fun abolition_N : N ; -fun abound_V : V ; -fun about_Prep : Prep ; -fun above_Adv : Adv ; ---fun above_Prep : Prep ; -fun abroad_Adv : Adv ; -fun absence_N2from : N2 ; -fun absent_A : A ; -fun absent_A2from : A2 ; -fun absentee_N : N ; -fun absolute_A : A ; -fun absolve_V3from : V3 ; -fun abstract_N : N ; -fun abstract_A : A ; -fun abstract_V : V ; -fun abundance_N : N ; -fun abundant_A : A ; -fun academic_A : A ; -fun accelerate_V2 : V2 ; -fun accept_V2 : V2 ; -fun access_V2 : V2 ; -fun access_N2to : N2 ; -fun accessible_A : A ; -fun accessible_A2to : A2 ; -fun accident_N : N ; -fun accommodate_V2 : V2 ; -fun accompany_V2 : V2 ; -fun accomplish_V2 : V2 ; -fun accord_V2with : V2 ; -fun accordingly_Adv : Adv ; -fun account_N : N ; -fun account_V2for : V2 ; -fun accumulate_V2 : V2 ; -fun accuracy_N : N ; -fun accurate_A : A ; -fun accuse_V3of : V3 ; -fun ache_N : N ; -fun ache_V : V ; -fun achieve_V2 : V2 ; -fun acknowledge_V2 : V2 ; -fun acknowledge_VS : VS ; -fun acquire_V2 : V2 ; -fun acquisition_N : N ; -fun acquisitive_A : A ; -fun across_Prep : Prep ; -fun act_N : N ; -fun act_V : V ; -fun activate_V2 : V2 ; -fun actor_N : N ; -fun actress_N : N ; -fun actual_A : A ; -fun acute_A : A ; -fun adage_N : N ; -fun adapt_V2 : V2 ; -fun add_V3to : V3 ; -fun addict_N : N ; -fun addict_V2 : V2 ; -fun addition_N2to : N2 ; -fun additive_N : N ; -fun address_N : N ; -fun address_V2 : V2 ; -fun adept_A : A ; -fun adept_A2at : A2 ; -fun adequacy_N : N ; -fun adequate_A : A ; -fun adequate_A2for : A2 ; -fun adhere_V2to : V2 ; -fun adherent_N : N ; -fun adhesive_N : N ; -fun adhesive_A : A ; -fun adjacency_N2to : N2 ; -fun adjacent_A : A ; -fun adjacent_A2to : A2 ; -fun adjective_N : N ; -fun adjoin_V2 : V2 ; -fun adjunct_N : N ; -fun adjust_V2 : V2 ; -fun administer_V2 : V2 ; -fun administration_N : N ; -fun admire_V2 : V2 ; -fun admissible_A : A ; -fun admission_N : N ; -fun admission_N2to : N2 ; -fun admit_V2 : V2 ; -fun admit_V3to : V3 ; -fun admit_V : V ; -fun admit_V2of : V2 ; -fun admit_VS : VS ; -fun adopt_V2 : V2 ; -fun adult_N : N ; -fun adult_A : A ; -fun advance_N : N ; -fun advance_V : V ; -fun advantage_N : N ; -fun advent_N : N ; -fun adventure_N : N ; -fun adverb_N : N ; -fun adverbial_A : A ; -fun adverse_A : A ; -fun advertise_V2 : V2 ; -fun advice_N : N ; -fun advise_V2 : V2 ; -fun advisor_N : N ; -fun advocate_V2 : V2 ; -fun aerobic_A : A ; -fun aesthetic_A : A ; -fun affair_N : N ; -fun affect_V2 : V2 ; -fun affection_N2for : N2 ; -fun affix_N : N ; -fun affix_V3with : V3 ; -fun afflict_V2 : V2 ; -fun afford_V2 : V2 ; -fun afford_VV : VV ; -fun afresh_Adv : Adv ; -fun africa_PN : PN ; -fun african_A : A ; -fun african_N : N ; -fun after_Subj : Subj ; ---fun after_Prep : Prep ; -fun afternoon_N : N ; -fun afterthought_N : N ; -fun afterwards_Adv : Adv ; -fun again_Adv : Adv ; -fun against_Prep : Prep ; -fun age_N : N ; -fun aged_A : A ; -fun agency_N : N ; -fun agenda_N : N ; -fun agent_N : N ; -fun aggravate_V2 : V2 ; -fun aggressive_A : A ; -fun ago_Adv : Adv ; -fun agree_V2with : V2 ; -fun ahead_Adv : Adv ; -fun aid_N : N ; -fun aid_V2 : V2 ; -fun aide_N : N ; -fun aim_N : N ; -fun aim_V2at : V2 ; -fun aim_V2to : V2 ; -fun air_N : N ; -fun aircraft_N : N ; -fun akin_A : A ; -fun akin_A : A ; -fun alcohol_N : N ; -fun alcoholic_A : A ; -fun alcoholic_N : N ; -fun algebra_N : N ; -fun algorithm_N : N ; -fun alias_N2for : N2 ; -fun align_V2 : V2 ; ---fun all_Adv : Adv ; -fun allege_VS : VS ; -fun alley_N : N ; -fun allocate_V3to : V3 ; -fun allow_V2 : V2 ; -fun allow_V2 : V2 ; -fun allow_V2for : V2 ; -fun allow_V2of : V2 ; -fun allude_V2to : V2 ; -fun ally_N : N ; -fun ally_V2with : V2 ; ---fun almost_Adv : Adv ; -fun alone_Adv : Adv ; -fun along_Prep : Prep ; -fun aloud_Adv : Adv ; -fun alphabet_N : N ; -fun alphabetic_A : A ; -fun alphanumeric_A : A ; -fun already_Adv : Adv ; -fun also_Adv : Adv ; -fun altar_N : N ; -fun alter_V : V ; -fun alternate_V2with : V2 ; -fun alternative_N2to : N2 ; -fun alternatively_A : A ; -fun always_Adv : Adv ; -fun amaze_V2 : V2 ; -fun amazing_A : A ; -fun ambiguity_N : N ; -fun ambiguous_A : A ; -fun ambition_N2 : N2 ; -fun ambitious_A : A ; -fun amenable_A : A ; -fun amenable_A2to : A2 ; -fun amend_V2 : V2 ; -fun amenity_N : N ; -fun america_PN : PN ; -fun american_A : A ; -fun american_N : N ; -fun among_Prep : Prep ; -fun amongst_Prep : Prep ; -fun ampere_N : N ; -fun ampersand_N : N ; -fun amuse_V2 : V2 ; -fun anachronism_N : N ; -fun anachronistic_A : A ; -fun analogous_A : A ; -fun analogous_A2to : A2 ; -fun analogue_N : N ; -fun analogy_N2with : N2 ; -fun analyse_V2 : V2 ; -fun analysis_N : N ; -fun analytic_A : A ; -fun anaphor_N : N ; -fun anaphora_N : N ; -fun anaphoric_A : A ; -fun ancestor_N : N ; -fun ancient_A : A ; -fun anecdote_N : N ; -fun anger_N : N ; -fun angle_N : N ; -fun angled_A : A ; -fun angler_N : N ; -fun angling_N : N ; -fun angry_A : A ; -fun angry_A2about : A2 ; -fun angry_A2at : A2 ; -fun angry_A2with : A2 ; -fun angry_A2 : A2 ; -fun animal_N : N ; -fun animate_A : A ; -fun animate_V2 : V2 ; -fun ankle_N : N ; -fun annotate_V2 : V2 ; -fun announce_V2 : V2 ; -fun announce_V2 : V2 ; -fun annoy_V2 : V2 ; -fun annual_A : A ; -fun anomalous_A : A ; -fun anomaly_N : N ; -fun answer_N : N ; -fun answer_V2 : V2 ; -fun ant_N : N ; -fun antecedent_N : N ; -fun anthropomorphic_A : A ; -fun anthropomorphism_N : N ; -fun antibiotic_N : N ; -fun anticipate_V2 : V2 ; -fun anticipate_V : V ; -fun anticipate_VS : VS ; -fun anxiety_N : N ; -fun anxious_A : A ; -fun anxious_A2about : A2 ; -fun anxious_A2 : A2 ; -fun anyhow_Adv : Adv ; -fun anyway_Adv : Adv ; -fun anywhere_Adv : Adv ; -fun ape_N : N ; -fun apologetic_A : A ; -fun apologetic_A2for : A2 ; -fun apologise_V2for : V2 ; -fun apologize_V2for : V2 ; -fun appal_V2 : V2 ; -fun apparatus_N : N ; -fun apparent_A : A ; -fun apparent_A2to : A2 ; -fun apparition_N : N ; -fun appeal_V2to : V2 ; -fun appeal_N2to : N2 ; -fun appear_V2 : V2 ; -fun appear_V2 : V2 ; -fun appear_V : V ; -fun appear_V2 : V2 ; -fun append_V3to : V3 ; -fun appendix_N : N ; -fun apple_N : N ; -fun applicable_A : A ; -fun applicable_A2to : A2 ; -fun applicant_N : N ; -fun apply_V3to : V3 ; -fun apply_V2for : V2 ; -fun appoint_V2 : V2 ; -fun appoint_V : V ; -fun appoint_V2 : V2 ; -fun appointment_N : N ; -fun apposite_A : A ; -fun appraise_V2 : V2 ; -fun appreciate_VS : VS ; -fun apprehend_V2 : V2 ; -fun apprehension_N : N ; -fun apprehensive_A : A ; -fun approach_V2 : V2 ; -fun approach_N2to : N2 ; -fun approbation_N : N ; -fun appropriate_A : A ; -fun appropriate_A2for : A2 ; -fun approve_V2of : V2 ; -fun approximate_A : A ; -fun approximate_V2to : V2 ; -fun april_PN : PN ; -fun apse_N : N ; -fun apt_A : A ; -fun apt_A2 : A2 ; -fun aptitude_N : N ; -fun arabian_A : A ; -fun arabic_A : A ; -fun arbitrary_A : A ; -fun arc_N : N ; -fun arch_N : N ; -fun archetype_N : N ; -fun architect_N : N ; -fun architecture_N : N ; -fun area_N : N ; -fun arena_N : N ; -fun argue_V : V ; -fun argument_N2s_withabout : N2 ; -fun argument_N2 : N2 ; -fun arise_V : V ; -fun arithmetic_N : N ; -fun arm_N : N ; -fun arm_V2 : V2 ; -fun armour_N : N ; -fun armoury_N : N ; -fun army_N : N ; -fun around_Prep : Prep ; -fun arouse_V2 : V2 ; -fun arrange_V : V ; -fun arrange_V2 : V2 ; -fun arrange_VV : VV ; -fun arrange_V2 : V2 ; -fun array_N : N ; -fun arrest_V2 : V2 ; -fun arrive_V : V ; -fun arrive_V2at : V2 ; -fun arrow_N : N ; -fun art_N : N ; -fun artefact_N : N ; -fun article_N : N ; -fun articulate_V2 : V2 ; -fun artificial_A : A ; -fun artist_N : N ; -fun as_Subj : Subj ; -fun ascend_V2 : V2 ; -fun ascend_V : V ; -fun ascent_N : N ; -fun ascertain_V2 : V2 ; -fun ascribe_V3to : V3 ; -fun ash_N : N ; -fun asia_PN : PN ; -fun ask_V2 : V2 ; -fun ask_V3for : V3 ; -fun ask_V3to : V3 ; -fun ask_V3s : V3 ; -fun ask_V2 : V2 ; -fun ask_V2for : V2 ; -fun ask_V2 : V2 ; -fun ask_V2 : V2 ; -fun ask_V2 : V2 ; -fun ask_V2 : V2 ; -fun aspect_N : N ; -fun aspire_V2to : V2 ; -fun aspire_VV : VV ; -fun aspirin_N : N ; -fun ass_N : N ; -fun assault_N : N ; -fun assault_V2 : V2 ; -fun assemble_V2 : V2 ; -fun assembly_N : N ; -fun assent_V2to : V2 ; -fun assert_VS : VS ; -fun assess_V2 : V2 ; -fun assign_V3to : V3 ; -fun assimilate_V2 : V2 ; -fun assist_V2 : V2 ; -fun assist_V : V ; -fun assist_V2 : V2 ; -fun assist_V2at : V2 ; -fun assistant_N : N ; -fun associate_V3with : V3 ; -fun association_N : N ; -fun assume_V2 : V2 ; -fun assume_VS : VS ; -fun assumption_N2 : N2 ; -fun assure_VS : VS ; -fun asterisk_N : N ; -fun asthma_N : N ; -fun asthmatic_A : A ; -fun asthmatically_Adv : Adv ; -fun astonish_V2 : V2 ; -fun astronomer_N : N ; -fun astronomy_N : N ; -fun asymmetry_N : N ; -fun at_Prep : Prep ; -fun atlas_N : N ; -fun atmosphere_N : N ; -fun atom_N : N ; -fun attach_V2 : V2 ; -fun attach_V3to : V3 ; -fun attach_V2to : V2 ; -fun attack_V2 : V2 ; -fun attack_N2on : N2 ; -fun attain_V2 : V2 ; -fun attempt_N2 : N2 ; -fun attempt_VV : VV ; -fun attend_V2to : V2 ; -fun attention_N2to : N2 ; -fun attentive_A : A ; -fun attentive_A2to : A2 ; -fun attitude_N : N ; -fun attract_V2 : V2 ; -fun attribute_N : N ; -fun attribute_V3to : V3 ; -fun audible_A : A ; -fun audience_N : N ; -fun augment_V2 : V2 ; -fun august_PN : PN ; -fun aunt_N2of : N2 ; -fun australia_PN : PN ; -fun australian_A : A ; -fun austria_PN : PN ; -fun author_N : N ; -fun authority_N : N ; -fun authorize_V2 : V2 ; -fun automate_V2 : V2 ; -fun automatic_A : A ; -fun automatically_Adv : Adv ; -fun automaton_N : N ; -fun autonomous_A : A ; -fun autonomy_N : N ; -fun autumn_N : N ; -fun auxiliary_A : A ; -fun auxiliary_N : N ; -fun avail_V2 : V2 ; -fun available_A : A ; -fun avenue_N : N ; -fun average_A : A ; -fun average_N : N ; -fun average_V2 : V2 ; -fun avoid_V2 : V2 ; -fun avoid_V2 : V2 ; -fun avowed_A : A ; -fun await_V2 : V2 ; -fun awaken_V2 : V2 ; -fun award_V3to : V3 ; -fun awful_A : A ; -fun awkward_A : A ; -fun axe_N : N ; -fun axiom_N : N ; -fun axiomatic_A : A ; -fun axiomatize_V2 : V2 ; -fun axis_N : N ; -fun baby_N : N ; -fun back_N : N ; -fun background_N : N ; -fun backing_N : N ; -fun backtrack_V : V ; -fun backward_A : A ; -fun backwards_Adv : Adv ; -fun bacterial_A : A ; -fun bacterium_N : N ; -fun bad_A : A ; -fun bag_N : N ; -fun bake_V2 : V2 ; -fun bake_V : V ; -fun balance_V : V ; -fun ball_N : N ; -fun ballad_N : N ; -fun banal_A : A ; -fun banana_N : N ; -fun band_N : N ; -fun bang_N : N ; -fun banish_V2 : V2 ; -fun bank_N : N ; -fun bar_N : N ; -fun bar_V2 : V2 ; -fun bare_A : A ; -fun bare_V2 : V2 ; -fun bark_N : N ; -fun bark_V : V ; -fun barn_N : N ; -fun baron_N : N ; -fun barrel_N : N ; -fun base_N : N ; -fun base_V3loc : V3 ; -fun basic_A : A ; -fun basically_Adv : Adv ; -fun basin_N : N ; -fun basis_N : N ; -fun basis_N2for : N2 ; -fun basis_N2of : N2 ; -fun basket_N : N ; -fun bat_N : N ; -fun batch_N : N ; -fun bath_N : N ; -fun bathe_V : V ; -fun batsman_N : N ; -fun battle_N : N ; -fun beach_N : N ; -fun beak_N : N ; -fun beam_N : N ; -fun bean_N : N ; -fun bear_N : N ; -fun bear_V2 : V2 ; -fun beard_N : N ; -fun beast_N : N ; -fun beat_V2 : V2 ; -fun beauty_N : N ; ---fun because_Subj : Subj ; -fun become_V2 : V2 ; -fun bed_N : N ; -fun bee_N : N ; -fun beer_N : N ; -fun before_Subj : Subj ; ---fun before_Prep : Prep ; -fun beg_V2 : V2 ; -fun begin_V2 : V2 ; -fun beginning_N : N ; -fun behalf_N : N ; -fun behave_V : V ; -fun behaviour_N : N ; ---fun behind_Prep : Prep ; -fun being_N : N ; -fun belief_N : N ; -fun belief_N2in : N2 ; -fun belief_N2 : N2 ; -fun believe_V2 : V2 ; -fun believe_V2in : V2 ; -fun believe_VS : VS ; -fun believe_VS : VS ; -fun believe_VS : VS ; -fun bell_N : N ; -fun belong_V2 : V2 ; -fun beloved_A : A ; -fun beloved_A2by : A2 ; -fun below_Prep : Prep ; -fun belt_N : N ; -fun bench_N : N ; -fun bend_V : V ; -fun beneath_Prep : Prep ; -fun beneficial_A : A ; -fun beneficial_A2to : A2 ; -fun benefit_N : N ; -fun berry_N : N ; -fun beside_Prep : Prep ; -fun besides_Adv : Adv ; -fun bet_N : N ; -fun betray_V2 : V2 ; -fun beyond_Prep : Prep ; -fun bias_V2 : V2 ; -fun bible_N : N ; -fun biblical_A : A ; -fun bibliography_N : N ; -fun biconditional_V : V ; -fun bicycle_N : N ; -fun bidirectional_A : A ; -fun big_A : A ; -fun bike_N : N ; -fun bill_N : N ; -fun bill_PN : PN ; -fun billion_N2 : N2 ; -fun bin_N : N ; -fun binary_A : A ; -fun bind_V2 : V2 ; -fun binding_N : N ; -fun bird_N : N ; -fun birth_N : N ; -fun birthday_N : N ; -fun bisect_V : V ; -fun bisector_N : N ; -fun bit_N : N ; -fun bite_V2 : V2 ; -fun bitter_A : A ; -fun bizarre_A : A ; -fun black_A : A ; -fun blackboard_N : N ; -fun blade_N : N ; -fun blame_V3for : V3 ; -fun blame_N : N ; -fun blame_N2for : N2 ; -fun blank_A : A ; -fun blank_N : N ; -fun bleed_V : V ; -fun blind_A : A ; -fun blind_V2 : V2 ; -fun block_N : N ; -fun block_V2 : V2 ; -fun blood_N : N ; -fun blow_N : N ; -fun blow_V : V ; -fun blue_A : A ; -fun bluff_V : V ; -fun board_N : N ; -fun boat_N : N ; -fun body_N : N ; -fun boil_V2 : V2 ; -fun bold_A : A ; -fun bomb_N : N ; -fun bomb_V2 : V2 ; -fun bombard_V2 : V2 ; -fun bond_N : N ; -fun bond_V3to : V3 ; -fun bone_N : N ; -fun bonus_N : N ; -fun book_N : N ; -fun bookkeeping_N : N ; -fun boolean_A : A ; -fun boorish_A : A ; -fun boost_V2 : V2 ; -fun boot_N : N ; -fun bootstrap_N : N ; -fun border_N : N ; -fun border_V2 : V2 ; -fun bore_N : N ; -fun bore_V2 : V2 ; -fun borrow_V3from : V3 ; -fun boss_N : N ; -fun bother_V2 : V2 ; -fun bother_V2about : V2 ; -fun bottle_N : N ; -fun bottom_N : N ; -fun bough_N : N ; -fun bound_A2for : A2 ; -fun bound_V : V ; -fun boundary_N : N ; -fun bounded_A : A ; -fun bow_N : N ; -fun bowl_N : N ; -fun box_N : N ; -fun boy_N : N ; -fun brace_N : N ; -fun bracket_N : N ; -fun bracket_V2 : V2 ; -fun brain_N : N ; -fun branch_V : V ; -fun brand_N : N ; -fun brandy_N : N ; -fun brass_N : N ; -fun brave_A : A ; -fun breach_N : N ; -fun breach_V2 : V2 ; -fun bread_N : N ; -fun breadth_N : N ; -fun break_N : N ; -fun break_V2 : V2 ; -fun breakage_N : N ; -fun breakfast_N : N ; -fun breath_N : N ; -fun breathe_V : V ; -fun breed_V : V ; -fun breed_N : N ; -fun breeze_N : N ; -fun brew_V2 : V2 ; -fun brick_N : N ; -fun bridge_N : N ; -fun bridge_V2 : V2 ; -fun brief_A : A ; -fun bright_A : A ; -fun brilliant_A : A ; -fun bring_V2 : V2 ; -fun bristle_N : N ; -fun britain_PN : PN ; -fun british_A : A ; -fun broach_V2 : V2 ; -fun broad_A : A ; -fun broadcast_N : N ; -fun bronchitis_N : N ; -fun brother_N : N ; -fun brother_N2of : N2 ; -fun brown_A : A ; -fun bruise_N : N ; -fun bruise_V2 : V2 ; -fun brute_N : N ; -fun bucket_N : N ; -fun bud_N : N ; -fun bud_V : V ; -fun buffer_N : N ; -fun buffer_V2 : V2 ; -fun bug_N : N ; -fun build_V2 : V2 ; -fun building_N : N ; -fun bullet_N : N ; -fun bully_N : N ; -fun bully_V2 : V2 ; -fun bun_N : N ; -fun bunch_N : N ; -fun bundle_N : N ; -fun burden_N : N ; -fun burn_V2 : V2 ; -fun burst_V : V ; -fun bury_V2 : V2 ; -fun bus_N : N ; -fun bush_N : N ; -fun business_N : N ; -fun busy_A : A ; -fun butter_N : N ; -fun butter_V2 : V2 ; -fun butterfly_N : N ; -fun button_N : N ; -fun buy_V2 : V2 ; -fun buzz_V : V ; -fun by_Prep : Prep ; -fun cabinet_N : N ; -fun cable_N : N ; -fun cage_N : N ; -fun cake_N : N ; -fun calculate_V2 : V2 ; -fun calculus_N : N ; -fun call_N : N ; -fun call_V2 : V2 ; -fun calm_A : A ; -fun cam_N : N ; -fun cambridge_PN : PN ; -fun camel_N : N ; -fun camera_N : N ; -fun camp_N : N ; -fun campaign_N : N ; -fun can_N : N ; -fun can_V2 : V2 ; -fun canada_PN : PN ; -fun canadian_A : A ; -fun cancel_V2 : V2 ; -fun cancer_N : N ; -fun candid_A : A ; -fun candidate_N : N ; -fun candle_N : N ; -fun cannon_N : N ; -fun canonical_A : A ; -fun cap_N : N ; -fun capable_A : A ; -fun capable_A2of : A2 ; -fun capacity_N : N ; -fun capital_N : N ; -fun captain_N : N ; -fun captain_N2 : N2 ; -fun capture_V2 : V2 ; -fun car_N : N ; -fun card_N : N ; -fun cardboard_N : N ; -fun cardinal_A : A ; -fun cardinal_N : N ; -fun care_V : V ; -fun care_N : N ; -fun career_N : N ; -fun carriage_N : N ; -fun carry_V2 : V2 ; -fun cart_N : N ; -fun cartesian_A : A ; -fun carve_V2 : V2 ; -fun case_N : N ; -fun cash_N : N ; -fun cast_N : N ; -fun cast_V2 : V2 ; -fun castle_N : N ; -fun casual_A : A ; -fun cat_N : N ; -fun catch_N : N ; -fun catch_V2 : V2 ; -fun categorical_A : A ; -fun category_N : N ; -fun cater_V2for : V2 ; -fun cause_N : N ; -fun cause_V2 : V2 ; -fun caution_N : N ; -fun cautious_A : A ; -fun cave_N : N ; -fun caviar_N : N ; -fun cease_V : V ; -fun ceiling_N : N ; -fun cell_N : N ; -fun cellar_N : N ; -fun cement_N : N ; -fun cement_N : N ; -fun census_N : N ; -fun cent_N : N ; -fun centaur_N : N ; -fun center_N : N ; -fun centre_N : N ; -fun centre_V2 : V2 ; -fun century_N : N ; -fun ceremonial_A : A ; -fun ceremony_N : N ; -fun certain_A : A ; -fun certain_A2of : A2 ; -fun certain_A2 : A2 ; -fun certainty_N : N ; -fun certainty_N2 : N2 ; -fun certify_V2 : V2 ; -fun certitude_N : N ; -fun chain_N : N ; -fun chain_V3to : V3 ; -fun chair_N : N ; -fun chairman_N : N ; -fun chairwoman_N : N ; -fun chalk_N : N ; -fun challenge_N : N ; -fun challenge_N2to : N2 ; -fun chance_N : N ; -fun chancellor_N : N ; -fun change_V : V ; -fun change_N : N ; -fun change_V2 : V2 ; -fun channel_N : N ; -fun chap_N : N ; -fun chapter_N : N ; -fun char_V : V ; -fun character_N : N ; -fun characteristic_N : N ; -fun characteristic_A : A ; -fun characteristic_A2of : A2 ; -fun characteristically_A : A ; -fun characterize_V3_pred : V3 ; -fun charge_N : N ; -fun charge_V3with : V3 ; -fun charitable_A : A ; -fun charity_N : N ; -fun charm_N : N ; -fun charm_V2 : V2 ; -fun charming_A : A ; -fun chart_N : N ; -fun chase_V2 : V2 ; -fun chaste_A : A ; -fun cheap_A : A ; -fun cheat_N : N ; -fun cheat_V2 : V2 ; -fun check_N : N ; -fun check_V2 : V2 ; -fun checkmate_N : N ; -fun cheek_N : N ; -fun cheer_V : V ; -fun cheer_N : N ; -fun cheerful_A : A ; -fun cheese_N : N ; -fun chemical_A : A ; -fun chemist_N : N ; -fun chemistry_N : N ; -fun cheque_N : N ; -fun chequered_A : A ; -fun chess_N : N ; -fun chest_N : N ; -fun chicken_N : N ; -fun chief_N : N ; -fun child_N : N ; -fun chimney_N : N ; -fun chin_N : N ; -fun china_PN : PN ; -fun chinaman_N : N ; -fun chinese_A : A ; -fun chocolate_N : N ; -fun choice_N : N ; -fun choose_V2 : V2 ; -fun christian_N : N ; -fun christmas_N : N ; -fun chronic_A : A ; -fun chronology_N : N ; -fun chunk_N : N ; -fun church_N : N ; -fun churn_N : N ; -fun churn_V2 : V2 ; -fun churn_V : V ; -fun cigar_N : N ; -fun cigarette_N : N ; -fun cinema_N : N ; -fun circle_N : N ; -fun circuit_N : N ; -fun circular_A : A ; -fun circulate_V : V ; -fun circumscribe_V2 : V2 ; -fun circumstance_N : N ; -fun circumvent_V : V ; -fun cite_V2 : V2 ; -fun citizen_N : N ; -fun city_N : N ; -fun civilize_V2 : V2 ; -fun clad_A : A ; -fun clad_A2in : A2 ; -fun claim_VS : VS ; -fun claim_N2 : N2 ; -fun clan_N : N ; -fun clap_V : V ; -fun clap_N : N ; -fun clarify_V2 : V2 ; -fun clarity_N : N ; -fun clash_V2with : V2 ; -fun class_N : N ; -fun class_V3_pred : V3 ; -fun classic_A : A ; -fun classify_V2 : V2 ; -fun clause_N : N ; -fun clay_N : N ; -fun clean_A : A ; -fun clean_V2 : V2 ; -fun clear_V2 : V2 ; -fun clear_A : A ; -fun clear_A2 : A2 ; -fun cleave_V2 : V2 ; -fun cleaver_N : N ; -fun cleft_N : N ; -fun clerk_N : N ; -fun clever_A : A ; -fun client_N : N ; -fun cliff_N : N ; -fun climate_N : N ; -fun climax_N : N ; -fun climb_V2 : V2 ; -fun clinic_N : N ; -fun clip_N : N ; -fun clitic_N : N ; -fun clock_N : N ; -fun clog_N : N ; -fun close_V2 : V2 ; -fun close_A : A ; -fun close_A2to : A2 ; -fun closet_N : N ; -fun closure_N : N ; -fun cloth_N : N ; -fun clothe_V2 : V2 ; -fun clothing_N : N ; -fun cloud_N : N ; -fun clove_V2 : V2 ; -fun club_N : N ; -fun clue_N : N ; -fun clumsy_A : A ; -fun clutter_N : N ; -fun coach_N : N ; -fun coach_V2 : V2 ; -fun coal_N : N ; -fun coalesce_V : V ; -fun coarse_A : A ; -fun coast_N : N ; -fun coast_V2 : V2 ; -fun coaster_N : N ; -fun coat_N : N ; -fun cocktail_N : N ; -fun cocoa_N : N ; -fun coconut_N : N ; -fun code_N : N ; -fun code_V2 : V2 ; -fun coefficient_N : N ; -fun coerce_V2 : V2 ; -fun coffee_N : N ; -fun cog_N : N ; -fun cognition_N : N ; -fun cognitive_A : A ; -fun coherence_N : N ; -fun coherent_A : A ; -fun coin_N : N ; -fun coincide_V2with : V2 ; -fun coincidence_N : N ; -fun coincidental_A : A ; -fun cold_A : A ; -fun cold_N : N ; -fun collaborate_V : V ; -fun collapse_N : N ; -fun collapse_V : V ; -fun collar_N : N ; -fun colleague_N : N ; -fun collect_V3from : V3 ; -fun college_N : N ; -fun collide_V : V ; -fun collinear_A : A ; -fun collision_N : N ; -fun colon_N : N ; -fun colony_N : N ; -fun colour_N : N ; -fun colour_V2 : V2 ; -fun column_N : N ; -fun comb_N : N ; -fun combat_N : N ; -fun combinator_N : N ; -fun combine_V3with : V3 ; -fun come_V2 : V2 ; -fun comedy_N : N ; -fun comfort_N : N ; -fun comfort_V2 : V2 ; -fun comfortable_A : A ; -fun comma_N : N ; -fun command_N : N ; -fun command_V2 : V2 ; -fun commence_V : V ; -fun comment_N : N ; -fun comment_V2on : V2 ; -fun commerce_N : N ; -fun commercial_N : N ; -fun commission_V2 : V2 ; -fun commission_N : N ; -fun commit_V : V ; -fun committee_N : N ; -fun commodity_N : N ; -fun common_A : A ; -fun commonsense_A : A ; -fun commonwealth_N : N ; -fun commune_N : N ; -fun communicate_V2with : V2 ; -fun community_N : N ; -fun commutative_A : A ; -fun commutator_N : N ; -fun compact_A : A ; -fun companion_N : N ; -fun company_N : N ; -fun comparative_A : A ; -fun comparative_N : N ; -fun compare_V3with : V3 ; -fun comparison_N2of_ppwith : N2 ; -fun compass_V : V ; -fun compatible_A : A ; -fun compatible_A2with : A2 ; -fun compel_V2 : V2 ; -fun compensate_V2for : V2 ; -fun compete_V2with : V2 ; -fun competence_N : N ; -fun competent_A : A ; -fun competition_N : N ; -fun competitor_N : N ; -fun compile_V2 : V2 ; -fun complain_V2about : V2 ; -fun complaint_N2about : N2 ; -fun complement_N : N ; -fun complement_V2 : V2 ; -fun complementary_A : A ; -fun complementary_A2to : A2 ; -fun complete_A : A ; -fun complete_V2 : V2 ; -fun complex_A : A ; -fun complex_N : N ; -fun complicate_V2 : V2 ; -fun compliment_N : N ; -fun compliment_V2 : V2 ; -fun comply_V2with : V2 ; -fun component_N : N ; -fun compose_V2 : V2 ; -fun composite_A : A ; -fun composition_N : N ; -fun compound_A : A ; -fun compound_N : N ; -fun compound_V2 : V2 ; -fun comprehend_V2 : V2 ; -fun comprehensible_A : A ; -fun comprehensible_A2to : A2 ; -fun comprehension_N : N ; -fun comprehensive_A : A ; -fun compress_V2 : V2 ; -fun comprise_V2 : V2 ; -fun compromise_V : V ; -fun compute_V2 : V2 ; -fun computer_N : N ; -fun concatenate_V2 : V2 ; -fun concave_A : A ; -fun conceal_V2 : V2 ; -fun concede_VS : VS ; -fun conceive_V2of : V2 ; -fun concentrate_V2 : V2 ; -fun concept_N : N ; -fun conception_N : N ; -fun conceptual_A : A ; -fun concern_N : N ; -fun concern_V2 : V2 ; -fun concerning_Prep : Prep ; -fun concert_N : N ; -fun concerted_A : A ; -fun concession_N : N ; -fun concise_A : A ; -fun conclude_VS : VS ; -fun conclusion_N2 : N2 ; -fun conclusive_A : A ; -fun concomitant_A : A ; -fun concrete_A : A ; -fun concrete_N : N ; -fun concur_V : V ; -fun concurrent_A : A ; -fun condemn_V2 : V2 ; -fun condition_N : N ; -fun condition_V2 : V2 ; -fun conditional_N : N ; -fun conducive_A2to : A2 ; -fun conduct_N : N ; -fun conduct_V2 : V2 ; -fun confer_V2with : V2 ; -fun conference_N : N ; -fun confess_VS : VS ; -fun confidence_N : N ; -fun confident_A : A ; -fun configure_V2 : V2 ; -fun confine_V3to : V3 ; -fun confirm_V2 : V2 ; -fun conflate_V2 : V2 ; -fun conflict_V2with : V2 ; -fun confluence_N : N ; -fun confluent_A : A ; -fun conform_V2to : V2 ; -fun confound_V2 : V2 ; -fun confounded_A : A ; -fun confront_V3with : V3 ; -fun confuse_V2 : V2 ; -fun congruence_N : N ; -fun congruent_A : A ; -fun conjecture_VS : VS ; -fun conjoin_V2 : V2 ; -fun conjunct_N : N ; -fun conjunction_N : N ; -fun conjunctive_A : A ; -fun connect_V2 : V2 ; -fun connective_N : N ; -fun conquer_V2 : V2 ; -fun conqueror_N : N ; -fun conquest_N : N ; -fun conscience_N : N ; -fun conscious_A : A ; -fun conscious_A2of : A2 ; -fun consecutive_A : A ; -fun consensus_N : N ; -fun consequence_N : N ; -fun consequent_A : A ; -fun conservative_A : A ; -fun conserve_V2 : V2 ; -fun consider_V2 : V2 ; -fun consider_V3 : V3 ; -fun consider_V2 : V2 ; -fun consider_V2 : V2 ; -fun considerate_A : A ; -fun consist_V2of : V2 ; -fun consistency_N : N ; -fun consistent_A : A ; -fun consistent_A2with : A2 ; -fun consonant_A : A ; -fun consonant_A2with : A2 ; -fun consonant_N : N ; -fun constant_A : A ; -fun constant_N : N ; -fun constellation_N : N ; -fun constituency_N : N ; -fun constituent_N : N ; -fun constitute_V2 : V2 ; -fun constrain_V2 : V2 ; -fun constraint_N : N ; -fun constrict_V2 : V2 ; -fun construct_V2 : V2 ; -fun constructor_N : N ; -fun construe_V3_pred : V3 ; -fun consult_V2 : V2 ; -fun consume_V2 : V2 ; -fun consumption_N : N ; -fun contact_N : N ; -fun contact_V2 : V2 ; -fun contagion_N : N ; -fun contagious_A : A ; -fun contain_V2 : V2 ; -fun contaminate_V2 : V2 ; -fun contemplate_V2 : V2 ; -fun contemporary_A : A ; -fun contemporary_N : N ; -fun contend_VS : VS ; -fun content_A : A ; -fun content_A2with : A2 ; -fun contented_A : A ; -fun contented_A2with : A2 ; -fun contention_N2 : N2 ; -fun context_N : N ; -fun contextual_A : A ; -fun contiguous_A : A ; -fun contiguous_A2to : A2 ; -fun contingency_N : N ; -fun contingent_A : A ; -fun contingent_A2on : A2 ; -fun continual_A : A ; -fun continue_V2 : V2 ; -fun continue_V2 : V2 ; -fun continuity_N : N ; -fun continuous_A : A ; -fun continuum_N : N ; -fun contour_N : N ; -fun contract_V : V ; -fun contract_N : N ; -fun contradict_V2 : V2 ; -fun contrary_A : A ; -fun contrary_A2to : A2 ; -fun contrast_N : N ; -fun contrast_V3with : V3 ; -fun contrastive_A : A ; -fun contravene_V2 : V2 ; -fun contribute_V2to : V2 ; -fun control_N : N ; -fun control_V2 : V2 ; -fun controversial_A : A ; -fun controversy_N : N ; -fun convenience_N : N ; -fun convenient_A : A ; -fun convention_N : N ; -fun converge_V : V ; -fun convergence_N : N ; -fun conversation_N : N ; -fun converse_A : A ; -fun converse_V2with : V2 ; -fun conversion_N : N ; -fun convert_V3to : V3 ; -fun convey_V2 : V2 ; -fun convict_N : N ; -fun convict_V2 : V2 ; -fun conviction_N : N ; -fun convince_V3 : V3 ; -fun convincing_A : A ; -fun convoluted_A : A ; -fun cook_N : N ; -fun cook_V2 : V2 ; -fun cool_A : A ; -fun cool_V : V ; -fun coordinate_V2 : V2 ; -fun cope_V2with : V2 ; -fun copper_N : N ; -fun copula_N : N ; -fun copy_N : N ; -fun copy_V2 : V2 ; -fun copyright_N : N ; -fun cord_N : N ; -fun corn_N : N ; -fun corner_N : N ; -fun corporation_N : N ; -fun corpus_N : N ; -fun correct_A : A ; -fun correct_V2 : V2 ; -fun correlate_V2 : V2 ; -fun correspond_V2to : V2 ; -fun correspondence_N2to : N2 ; -fun corresponding_A : A ; -fun cosmetic_A : A ; -fun cost_N : N ; -fun cost_V2 : V2 ; -fun costly_A : A ; -fun costume_N : N ; -fun cotton_N : N ; -fun cough_V : V ; -fun cough_N : N ; -fun council_N : N ; -fun councillor_N : N ; -fun count_V2 : V2 ; -fun counterfactual_A : A ; -fun counterintuitive_A : A ; -fun country_N : N ; -fun county_N : N ; -fun couple_N : N ; -fun couple_V2 : V2 ; -fun courage_N : N ; -fun course_N : N ; -fun court_N : N ; -fun court_V2 : V2 ; -fun court_V : V ; -fun courteous_A : A ; -fun courtesy_N : N ; -fun cover_N : N ; -fun cover_V2 : V2 ; -fun covert_A : A ; -fun cow_N : N ; -fun coward_N : N ; -fun crab_N : N ; -fun crack_N : N ; -fun crack_V2 : V2 ; -fun craft_N : N ; -fun crafty_A : A ; -fun crag_N : N ; -fun crash_V : V ; -fun crate_N : N ; -fun crater_N : N ; -fun crave_V2 : V2 ; -fun crawl_V : V ; -fun crayfish_N : N ; -fun crayon_N : N ; -fun craze_N : N ; -fun crazy_A : A ; -fun cream_N : N ; -fun create_V2 : V2 ; -fun creator_N : N ; -fun creature_N : N ; -fun credit_N : N ; -fun creep_V2 : V2 ; -fun cricket_N : N ; -fun crime_N : N ; -fun criminal_A : A ; -fun criminal_N : N ; -fun crisis_N : N ; -fun criterion_N2for : N2 ; -fun critic_N2of : N2 ; -fun criticise_V2 : V2 ; -fun criticism_N : N ; -fun criticize_V2 : V2 ; -fun critique_N : N ; -fun crochet_N : N ; -fun crochet_V2 : V2 ; -fun crochet_V : V ; -fun crop_N : N ; -fun crop_V2 : V2 ; -fun cross_A : A ; -fun cross_N : N ; -fun cross_V2 : V2 ; -fun crow_V : V ; -fun crow_N : N ; -fun crowd_N : N ; -fun crown_N : N ; -fun crown_V2 : V2 ; -fun crucial_A : A ; -fun crude_A : A ; -fun cruel_A : A ; -fun cruel_A2to : A2 ; -fun cruelty_N2to : N2 ; -fun crush_V2 : V2 ; -fun cry_V : V ; -fun cry_N : N ; -fun cub_N : N ; -fun cube_N : N ; -fun cubic_A : A ; -fun cue_N : N ; -fun cue_V2 : V2 ; -fun culprit_N : N ; -fun cultivate_V2 : V2 ; -fun culture_N : N ; -fun cumbersome_A : A ; -fun cumulative_A : A ; -fun cunning_A : A ; -fun cup_N : N ; -fun cupboard_N : N ; -fun curb_V2 : V2 ; -fun cure_N : N ; -fun cure_V3of : V3 ; -fun curiosity_N : N ; -fun curious_A : A ; -fun curl_V : V ; -fun curl_N : N ; -fun current_A : A ; -fun current_N : N ; -fun curriculum_N : N ; -fun curse_N : N ; -fun curse_V2 : V2 ; -fun curtain_N : N ; -fun curvature_N : N ; -fun curve_V : V ; -fun curve_N : N ; -fun custard_N : N ; -fun custom_N : N ; -fun cut_N : N ; -fun cut_V2 : V2 ; -fun cycle_V : V ; -fun cyclic_A : A ; -fun cynic_N : N ; -fun dagger_N : N ; -fun daily_A : A ; -fun damage_N : N ; -fun damage_V2 : V2 ; -fun dance_N : N ; -fun dance_V : V ; -fun danger_N : N ; -fun dangle_V : V ; -fun dare_V2 : V2 ; -fun dare_VV : VV ; -fun dark_N : N ; -fun dark_A : A ; -fun darken_V2 : V2 ; -fun darken_V : V ; -fun database_N : N ; -fun date_N : N ; -fun dative_A : A ; -fun datum_N : N ; -fun daughter_N2of : N2 ; -fun day_N : N ; -fun dead_A : A ; -fun deaf_A : A ; -fun deal_N : N ; -fun deal_V2with : V2 ; -fun dear_A : A ; -fun dear_A2to : A2 ; -fun death_N : N ; -fun debate_N : N ; -fun debate_V2 : V2 ; -fun debt_N : N ; -fun debtor_N : N ; -fun debug_V2 : V2 ; -fun decade_N : N ; -fun decay_V : V ; -fun deceive_V2 : V2 ; -fun december_PN : PN ; -fun deception_N : N ; -fun deceptive_A : A ; -fun decide_VV : VV ; -fun decimal_A : A ; -fun decimal_N : N ; -fun decision_N2 : N2 ; -fun decisive_A : A ; -fun declare_V2 : V2 ; -fun declare_VS : VS ; -fun decompose_V : V ; -fun decomposition_N : N ; -fun decrease_V : V ; -fun decrease_N2in : N2 ; -fun decrement_V2 : V2 ; -fun dedicate_V3to : V3 ; -fun deduce_VS : VS ; -fun deducible_A : A ; -fun deed_N : N ; -fun deep_A : A ; -fun deer_N : N ; -fun defeat_N : N ; -fun defeat_V2 : V2 ; -fun defect_N : N ; -fun defect_V : V ; -fun defence_N : N ; -fun defend_V2 : V2 ; -fun defense_N : N ; -fun defensible_A : A ; -fun defer_V2 : V2 ; -fun deficiency_N : N ; -fun deficient_A : A ; -fun define_V2 : V2 ; -fun definite_A : A ; -fun definition_N : N ; -fun definitive_A : A ; -fun deform_V2 : V2 ; -fun defy_V2 : V2 ; -fun degrade_V2 : V2 ; -fun degree_N : N ; -fun delay_N : N ; -fun delay_V2 : V2 ; -fun delete_V2 : V2 ; -fun deliberate_A : A ; -fun delicacy_N : N ; -fun delicate_A : A ; -fun delight_N : N ; -fun delight_V2 : V2 ; -fun delimit_V2 : V2 ; -fun delineate_V2 : V2 ; -fun deliver_V2 : V2 ; -fun delve_V : V ; -fun demand_N : N ; -fun demand_V2 : V2 ; -fun demonstrate_VS : VS ; -fun denial_N : N ; -fun denote_V2 : V2 ; -fun dense_A : A ; -fun deny_V2 : V2 ; -fun depart_V2from : V2 ; -fun department_N : N ; -fun departure_N : N ; -fun depend_V2on : V2 ; -fun dependence_N2on : N2 ; -fun dependency_N : N ; -fun dependent_N : N ; -fun dependent_A : A ; -fun dependent_A2on : A2 ; -fun depict_V2 : V2 ; -fun deploy_V2 : V2 ; -fun deposit_N : N ; -fun deposit_V2 : V2 ; -fun depress_V2 : V2 ; -fun depressing_A : A ; -fun depth_N : N ; -fun derivative_N : N ; -fun derive_V2from : V2 ; -fun descend_V2 : V2 ; -fun descendant_N : N ; -fun descent_N : N ; -fun describe_V2 : V2 ; -fun description_N : N ; -fun descriptive_A : A ; -fun desert_N : N ; -fun deserve_V2 : V2 ; -fun design_N : N ; -fun design_V2 : V2 ; -fun designate_V3_pred : V3 ; -fun desire_N2 : N2 ; -fun desire_V2 : V2 ; -fun desire_V2 : V2 ; -fun desire_VV : VV ; -fun desk_N : N ; -fun despair_N : N ; -fun despair_V : V ; -fun despair_V2of : V2 ; -fun desperate_A : A ; -fun desperate_A2for : A2 ; -fun desperation_N : N ; -fun destination_N : N ; -fun destiny_N : N ; -fun destroy_V2 : V2 ; -fun destruction_N2of : N2 ; -fun destructive_A : A ; -fun detach_V2 : V2 ; -fun detail_N : N ; -fun detailed_A : A ; -fun detect_V2 : V2 ; -fun deteriorate_V : V ; -fun determinate_A : A ; -fun determine_V2 : V2 ; -fun determinism_N : N ; -fun deterministic_A : A ; -fun determinize_V2 : V2 ; -fun detract_V2from : V2 ; -fun develop_V2 : V2 ; -fun deviance_N : N ; -fun deviant_A : A ; -fun deviate_V2from : V2 ; -fun devil_N : N ; -fun devise_V2 : V2 ; -fun devote_V3to : V3 ; -fun devour_V2 : V2 ; -fun diagnose_V2 : V2 ; -fun diagnosis_N : N ; -fun diagnostic_A : A ; -fun diagonal_A : A ; -fun diagonal_N : N ; -fun diagram_N : N ; -fun diagrammatic_A : A ; -fun diagrammatically_Adv : Adv ; -fun dialect_N : N ; -fun dialogue_N : N ; -fun diamond_N : N ; -fun dichotomy_N : N ; -fun dictionary_N : N ; -fun die_V : V ; -fun die_N : N ; -fun differ_V2from : V2 ; -fun difference_N : N ; -fun different_A : A ; -fun different_A2from : A2 ; -fun differentiate_V2 : V2 ; -fun difficult_A : A ; -fun difficult_A2 : A2 ; -fun difficulty_N : N ; -fun diffuse_A : A ; -fun diffuse_V : V ; -fun dig_V2 : V2 ; -fun digest_N : N ; -fun digest_V2 : V2 ; -fun digit_N : N ; -fun digital_A : A ; -fun dilate_V : V ; -fun dimension_N : N ; -fun diminish_V : V ; -fun dine_V : V ; -fun dinner_N : N ; -fun dire_A : A ; -fun direct_A : A ; -fun direct_V3to : V3 ; -fun direction_N : N ; -fun director_N : N ; -fun directory_N : N ; -fun dirt_N : N ; -fun disable_V2 : V2 ; -fun disadvantage_N : N ; -fun disambiguate_V2 : V2 ; -fun disarm_V2 : V2 ; -fun disarmament_N : N ; -fun disappoint_V2 : V2 ; -fun disaster_N : N ; -fun disastrous_A : A ; -fun disbelief_N : N ; -fun disc_N : N ; -fun discard_V2 : V2 ; -fun discern_V2 : V2 ; -fun discipline_N : N ; -fun disciplined_A : A ; -fun discontinuity_N : N ; -fun discontinuous_A : A ; -fun discourage_V2 : V2 ; -fun discourse_N : N ; -fun discover_V2 : V2 ; -fun discover_VS : VS ; -fun discovery_N2 : N2 ; -fun discrepancy_N : N ; -fun discrete_A : A ; -fun discriminate_V2 : V2 ; -fun discuss_V2 : V2 ; -fun discussion_N : N ; -fun discussion_N2about : N2 ; -fun discussion_N2s_withabout : N2 ; -fun discussion_N2with : N2 ; -fun disease_N : N ; -fun diseased_A : A ; -fun disguise_V : V ; -fun disguise_N : N ; -fun disguise_V2 : V2 ; -fun dish_N : N ; -fun dishonest_A : A ; -fun disillusion_V2 : V2 ; -fun disjoint_A : A ; -fun disjunct_N : N ; -fun disjunction_N : N ; -fun disjunctive_A : A ; -fun disk_N : N ; -fun dislocate_V2 : V2 ; -fun dismiss_V2 : V2 ; -fun disparate_A : A ; -fun dispense_V2with : V2 ; -fun dispensible_A : A ; -fun display_N : N ; -fun display_V2 : V2 ; -fun dispose_V2of : V2 ; -fun disproportionate_A : A ; -fun dispute_N : N ; -fun dispute_V2 : V2 ; -fun disquieting_A : A ; -fun disrupt_V2 : V2 ; -fun dissatisfaction_N : N ; -fun dissatisfied_A : A ; -fun dissent_V : V ; -fun dissertation_N : N ; -fun dissimilar_A : A ; -fun dissimilar_A2to : A2 ; -fun distance_N : N ; -fun distant_A : A ; -fun distant_A2from : A2 ; -fun distinct_A : A ; -fun distinct_A2from : A2 ; -fun distinction_N : N ; -fun distinctive_A : A ; -fun distinguish_V3from : V3 ; -fun distract_V3from : V3 ; -fun distribute_V2 : V2 ; -fun district_N : N ; -fun disturb_V2 : V2 ; -fun ditch_N : N ; -fun ditransitive_A : A ; -fun dive_N : N ; -fun dive_V : V ; -fun diverse_A : A ; -fun divide_V2 : V2 ; -fun dividend_N : N ; -fun divine_A : A ; -fun divisible_A : A ; -fun division_N : N ; -fun divisor_N : N ; -fun divorce_V3from : V3 ; -fun do_V2 : V2 ; -fun doctor_N : N ; -fun document_N : N ; -fun document_V2 : V2 ; -fun dog_N : N ; -fun dollar_N : N ; -fun dolt_N : N ; -fun domain_N : N ; -fun dome_N : N ; -fun dominance_N : N ; -fun dominant_A : A ; -fun dominate_V2 : V2 ; -fun donate_V3to : V3 ; -fun donkey_N : N ; -fun doom_N : N ; -fun doomed_A : A ; -fun doomsday_N : N ; -fun door_N : N ; -fun dormancy_N : N ; -fun dormant_A : A ; -fun dosage_N : N ; -fun dose_N : N ; -fun dose_V3with : V3 ; -fun dot_N : N ; -fun double_A : A ; -fun double_V2 : V2 ; -fun doubt_V2 : V2 ; -fun doubt_VS : VS ; -fun doubt_N2 : N2 ; -fun dour_A : A ; -fun dove_N : N ; -fun down_N : N ; -fun down_Prep : Prep ; -fun downward_Adv : Adv ; -fun doze_V : V ; -fun dozen_N2 : N2 ; -fun draft_N : N ; -fun drag_N : N ; -fun drag_V2 : V2 ; -fun drain_N : N ; -fun drain_V2 : V2 ; -fun dram_N : N ; -fun drama_N : N ; -fun dramatic_A : A ; -fun dramatically_Adv : Adv ; -fun dramatist_N : N ; -fun drastic_A : A ; -fun drastically_Adv : Adv ; -fun draught_N : N ; -fun draw_V2 : V2 ; -fun drawback_N : N ; -fun drawer_N : N ; -fun dread_N : N ; -fun dread_V2 : V2 ; -fun dreadful_A : A ; -fun dream_N : N ; -fun dream_VS : VS ; -fun dress_V : V ; -fun dress_N : N ; -fun drill_N : N ; -fun drill_V2 : V2 ; -fun drink_N : N ; -fun drink_V2 : V2 ; -fun drive_V : V ; -fun drop_N : N ; -fun drop_V2 : V2 ; -fun drought_N : N ; -fun drown_V : V ; -fun drug_N : N ; -fun drum_N : N ; -fun drunk_A : A ; -fun dry_A : A ; -fun dry_V2 : V2 ; -fun dual_A : A ; -fun dubious_A : A ; -fun duck_N : N ; -fun duck_V : V ; -fun due_A : A ; -fun due_A2to : A2 ; -fun duel_N : N ; -fun dull_A : A ; -fun dumb_A : A ; -fun dummy_N : N ; -fun dump_N : N ; -fun dump_V2 : V2 ; -fun dumpling_N : N ; -fun duplicate_V2 : V2 ; ---fun during_Prep : Prep ; -fun dust_N : N ; -fun dutch_A : A ; -fun duty_N : N ; -fun dwarf_N : N ; -fun dwarf_V2 : V2 ; -fun dwell_V2 : V2 ; -fun dwelling_N : N ; -fun dynamic_A : A ; -fun dynamically_Adv : Adv ; -fun dynamism_N : N ; -fun dynamo_N : N ; -fun eager_A2 : A2 ; -fun eager_A : A ; -fun ear_N : N ; -fun earl_N : N ; -fun early_A : A ; -fun earn_V2 : V2 ; -fun earth_N : N ; -fun ease_N : N ; -fun east_N : N ; -fun east_A : A ; -fun east_A2of : A2 ; -fun eastern_A : A ; -fun easy_A : A ; -fun easy_A2 : A2 ; -fun eat_V2 : V2 ; -fun ebb_V : V ; -fun echo_N : N ; -fun echo_V2 : V2 ; -fun economic_A : A ; -fun economical_A : A ; -fun economy_N : N ; -fun edge_N : N ; -fun edible_A : A ; -fun edinburgh_PN : PN ; -fun edit_V2 : V2 ; -fun edition_N : N ; -fun editor_N : N ; -fun educate_V2 : V2 ; -fun effect_N : N ; -fun effect_V2 : V2 ; -fun effective_A : A ; -fun efficacy_N : N ; -fun efficiency_N : N ; -fun efficient_A : A ; -fun effort_N : N ; -fun egg_N : N ; -fun elaborate_A : A ; -fun elaborate_V2 : V2 ; -fun elbow_N : N ; -fun elect_V2 : V2 ; -fun electric_A : A ; -fun electricity_N : N ; -fun electron_N : N ; -fun electronic_A : A ; -fun elegance_N : N ; -fun elegant_A : A ; -fun element_N : N ; -fun elephant_N : N ; -fun elephantine_A : A ; -fun elevate_V2 : V2 ; -fun elicit_V : V ; -fun eligible_A : A ; -fun eligible_A2for : A2 ; -fun eliminate_V2 : V2 ; -fun ellipse_N : N ; -fun ellipsis_N : N ; -fun elliptical_A : A ; -fun elsewhere_Adv : Adv ; -fun elucidate_V2 : V2 ; -fun elude_V2 : V2 ; -fun elusive_A : A ; -fun embarrass_V2 : V2 ; -fun embassy_N : N ; -fun embed_V3in : V3 ; -fun embody_V2 : V2 ; -fun embrace_N : N ; -fun embrace_V2 : V2 ; -fun embrace_V : V ; -fun emerge_V : V ; -fun emergency_N : N ; -fun emergent_A : A ; -fun emphasis_N : N ; -fun emphasise_V2 : V2 ; -fun emphasise_VS : VS ; -fun emphasize_V2 : V2 ; -fun emphasize_VS : VS ; -fun emphatic_A : A ; -fun emphatically_Adv : Adv ; -fun empire_N : N ; -fun empirical_A : A ; -fun empiricism_N : N ; -fun empiricist_N : N ; -fun employ_V2 : V2 ; -fun empty_A : A ; -fun empty_V2 : V2 ; -fun emulate_V2 : V2 ; -fun enable_V2 : V2 ; -fun encapsulate_V2 : V2 ; -fun enchant_V2 : V2 ; -fun enclose_V2 : V2 ; -fun enclosure_N : N ; -fun encode_V2 : V2 ; -fun encompass_V2 : V2 ; -fun encounter_V2 : V2 ; -fun encourage_V2 : V2 ; -fun encrypt_V2 : V2 ; -fun encumber_V2 : V2 ; -fun encyclopaedia_N : N ; -fun encyclopaedic_A : A ; -fun end_N : N ; -fun end_V2 : V2 ; -fun endeavour_VV : VV ; -fun ending_N : N ; -fun endow_V3with : V3 ; -fun enemy_N : N ; -fun energetic_A : A ; -fun energetically_Adv : Adv ; -fun energy_N : N ; -fun enforce_V2 : V2 ; -fun engage_V2 : V2 ; -fun engender_V2 : V2 ; -fun engine_N : N ; -fun engineer_N : N ; -fun engineer_V2 : V2 ; -fun england_PN : PN ; -fun english_A : A ; -fun engross_V2 : V2 ; -fun engulf_V2 : V2 ; -fun enhance_V2 : V2 ; -fun enjoy_V2 : V2 ; -fun enlarge_V2 : V2 ; -fun enormous_A : A ; -fun enquire_V2about : V2 ; -fun enrich_V2 : V2 ; -fun ensure_VS : VS ; -fun entail_VS : VS ; -fun enter_V2 : V2 ; -fun enterprise_N : N ; -fun enterprising_A : A ; -fun entertain_V2 : V2 ; -fun enthusiast_N : N ; -fun entire_A : A ; -fun entitle_V3to : V3 ; -fun entity_N : N ; -fun entrance_N : N ; -fun entrance_V2 : V2 ; -fun entropy_N : N ; -fun entrust_V3to : V3 ; -fun entry_N : N ; -fun enumerate_V2 : V2 ; -fun envelope_N : N ; -fun environment_N : N ; -fun envisage_V2 : V2 ; -fun envy_N : N ; -fun envy_V2 : V2 ; -fun epistemology_N : N ; -fun equal_N : N ; -fun equal_V2 : V2 ; -fun equal_A : A ; -fun equal_A2to : A2 ; -fun equate_V3with : V3 ; -fun equation_N : N ; -fun equidistant_A : A ; -fun equip_V2 : V2 ; -fun equipment_N : N ; -fun equivalence_N2to : N2 ; -fun equivalent_V : V ; -fun equivalent_A : A ; -fun equivalent_A2to : A2 ; -fun ergonomic_A : A ; -fun ergonomically_Adv : Adv ; -fun erroneous_A : A ; -fun error_N : N ; -fun escape_V2from : V2 ; -fun eschew_V2 : V2 ; -fun esoteric_A : A ; -fun especially_Adv : Adv ; -fun espouse_V2 : V2 ; -fun essay_N : N ; -fun essence_N : N ; -fun essential_A : A ; -fun establish_V2 : V2 ; -fun establishment_N : N ; -fun estate_N : N ; -fun estimate_VS : VS ; -fun euclidean_A : A ; -fun europe_PN : PN ; -fun european_A : A ; -fun european_N : N ; -fun evade_V2 : V2 ; -fun evaluable_A : A ; -fun evaluate_V2 : V2 ; -fun even_Adv : Adv ; -fun even_A : A ; -fun evening_N : N ; -fun event_N : N ; -fun eventual_A : A ; -fun ever_Adv : Adv ; -fun everyday_A : A ; ---fun everywhere_Adv : Adv ; -fun evidence_N : N ; -fun evident_A : A ; -fun evident_A2 : A2 ; -fun evil_A : A ; -fun evocation_N : N ; -fun evoke_V2 : V2 ; -fun evolution_N : N ; -fun evolve_V : V ; -fun exacerbate_V2 : V2 ; -fun exact_A : A ; -fun exaggerate_V2 : V2 ; -fun exaggerate_V : V ; -fun exalt_V2 : V2 ; -fun examination_N : N ; -fun examine_V2 : V2 ; -fun example_N : N ; -fun excede_V2 : V2 ; -fun exceed_V2 : V2 ; -fun excellence_N : N ; -fun excellent_A : A ; -fun exception_N : N ; -fun excess_N : N ; -fun excessive_A : A ; -fun exchange_N : N ; -fun exchange_V3for : V3 ; -fun excite_V2 : V2 ; -fun exclude_V2 : V2 ; -fun exclusion_N : N ; -fun exclusive_A : A ; -fun exclusive_A2to : A2 ; -fun excursion_N : N ; -fun excuse_V2 : V2 ; -fun excuse_N2for : N2 ; -fun execute_V2 : V2 ; -fun exemplar_N : N ; -fun exemplify_V2 : V2 ; -fun exercise_N : N ; -fun exert_V2 : V2 ; -fun exhaust_V2 : V2 ; -fun exhibit_N : N ; -fun exhibit_V2 : V2 ; -fun exhort_V2 : V2 ; -fun exist_V : V ; -fun existence_N : N ; -fun existent_A : A ; -fun exit_N : N ; -fun exit_V2from : V2 ; -fun exophoric_A : A ; -fun expand_V : V ; -fun expansion_N : N ; -fun expect_V2 : V2 ; -fun expect_V2 : V2 ; -fun expect_VS : VS ; -fun expedient_N : N ; -fun expel_V2 : V2 ; -fun expend_V2 : V2 ; -fun expenditure_N : N ; -fun expense_N : N ; -fun expensive_A : A ; -fun experience_N : N ; -fun experience_V2 : V2 ; -fun experiment_N : N ; -fun experiment_V : V ; -fun expert_N : N ; -fun expertise_N : N ; -fun expire_V2 : V2 ; -fun expiry_N : N ; -fun explain_V3to : V3 ; -fun explanation_N : N ; -fun explanatory_A : A ; -fun explicate_V2 : V2 ; -fun explicit_A : A ; -fun explode_V : V ; -fun exploit_V2 : V2 ; -fun explore_V2 : V2 ; -fun explore_V : V ; -fun explosion_N : N ; -fun explosive_A : A ; -fun explosive_N : N ; -fun exponent_N : N ; -fun exponential_A : A ; -fun exponential_N : N ; -fun expose_V2 : V2 ; -fun exposure_V : V ; -fun express_A : A ; -fun express_V2 : V2 ; -fun expressible_A : A ; -fun expressible_A2by : A2 ; -fun expression_N : N ; -fun expressly_Adv : Adv ; -fun expulsion_N : N ; -fun expunge_V2 : V2 ; -fun extant_A : A ; -fun extend_V2 : V2 ; -fun extensible_A : A ; -fun extension_N : N ; -fun extensive_A : A ; -fun extent_N : N ; -fun external_A : A ; -fun extra_A : A ; -fun extract_V3from : V3 ; -fun extraneous_A : A ; -fun extravagance_N : N ; -fun extravagant_A : A ; -fun extreme_A : A ; -fun extrinsic_A : A ; -fun extrinsically_Adv : Adv ; -fun eye_N : N ; -fun face_N : N ; -fun face_V2 : V2 ; -fun face_V3with : V3 ; -fun facet_N : N ; -fun facetious_A : A ; -fun facilitate_V2 : V2 ; -fun facility_N : N ; -fun fact_N2 : N2 ; -fun factive_A : A ; -fun factive_N : N ; -fun factor_N : N ; -fun factor_V2 : V2 ; -fun factorial_N : N ; -fun factory_N : N ; -fun factual_A : A ; -fun faculty_N : N ; -fun fail_V2 : V2 ; -fun failure_N : N ; -fun faint_A : A ; -fun fair_A : A ; -fun fair_N : N ; -fun fairy_N : N ; -fun faith_N : N ; -fun fall_N : N ; -fun fall_V : V ; -fun false_A : A ; -fun falsehood_N : N ; -fun fame_N : N ; -fun familiar_A : A ; -fun familiar_A2to : A2 ; -fun family_N : N ; -fun fan_N : N ; -fun fancy_A : A ; -fun fancy_V2 : V2 ; -fun far_A : A ; -fun far_A2from : A2 ; -fun farce_N : N ; -fun fare_N : N ; -fun farm_N : N ; -fun farm_V : V ; -fun fashion_N : N ; -fun fashionable_A : A ; -fun fast_A : A ; -fun fasten_V3to : V3 ; -fun fat_N : N ; -fun fat_A : A ; -fun fate_N : N ; -fun father_N : N ; -fun fatigue_N : N ; -fun fatigue_V2 : V2 ; -fun fault_N : N ; -fun favor_N : N ; -fun favor_V2 : V2 ; -fun favour_N : N ; -fun favour_V2 : V2 ; -fun favourable_A : A ; -fun favourable_A2to : A2 ; -fun favourite_A : A ; -fun fear_N : N ; -fun fear_V2 : V2 ; -fun feasible_A : A ; -fun feast_N : N ; -fun feather_N : N ; -fun feature_N : N ; -fun feature_V2 : V2 ; -fun february_PN : PN ; -fun federal_A : A ; -fun federation_N : N ; -fun fee_N : N ; -fun feed_V2 : V2 ; -fun feedback_N : N ; -fun feel_V2 : V2 ; -fun feeling_N2 : N2 ; -fun felix_PN : PN ; -fun fellow_N : N ; -fun felt_N : N ; -fun female_A : A ; -fun fence_N : N ; -fun fertilize_V2 : V2 ; -fun fertilizer_N : N ; -fun fetch_V3from : V3 ; -fun fetter_V2 : V2 ; -fun fever_N : N ; -fun fiction_N : N ; -fun fictional_A : A ; -fun fido_PN : PN ; -fun field_N : N ; -fun fierce_A : A ; -fun fig_N : N ; -fun fight_N : N ; -fun fight_V2 : V2 ; -fun fight_V : V ; -fun figure_N : N ; -fun file_N : N ; -fun file_V2 : V2 ; -fun fill_V2 : V2 ; -fun fill_V3 : V3 ; -fun film_N : N ; -fun film_V2 : V2 ; -fun filter_N : N ; -fun filter_V2 : V2 ; -fun fin_N : N ; -fun final_A : A ; -fun finance_N : N ; -fun financial_A : A ; -fun find_V2 : V2 ; -fun fine_A : A ; -fun fine_N : N ; -fun fine_V2 : V2 ; -fun finger_N : N ; -fun fingerprint_N : N ; -fun finish_N : N ; -fun finish_V2 : V2 ; -fun finish_V : V ; -fun finite_A : A ; -fun fir_N : N ; -fun fire_N : N ; -fun fire_V2 : V2 ; -fun firm_N : N ; -fun firm_A : A ; -fun firstly_Adv : Adv ; -fun fish_N : N ; -fun fish_V : V ; -fun fisherman_N : N ; -fun fit_V2 : V2 ; -fun fit_A : A ; -fun fit_A2for : A2 ; -fun fix_V3to : V3 ; -fun flag_N : N ; -fun flame_N : N ; -fun flash_N : N ; -fun flash_V : V ; -fun flat_A : A ; -fun flat_N : N ; -fun flavour_N : N ; -fun flaw_N : N ; -fun flawed_A : A ; -fun flesh_N : N ; -fun flexible_A : A ; -fun flight_N2from : N2 ; -fun flip_V2 : V2 ; -fun float_V : V ; -fun flood_N : N ; -fun flood_V2 : V2 ; -fun floor_N : N ; -fun flour_N : N ; -fun flourish_V2 : V2 ; -fun flourish_V : V ; -fun flow_N : N ; -fun flower_N : N ; -fun flu_N : N ; -fun fluid_A : A ; -fun fluid_N : N ; -fun flux_N : N ; -fun fly_N : N ; -fun fly_V : V ; -fun foam_N : N ; -fun foam_V : V ; -fun focal_A : A ; -fun focus_N : N ; -fun focus_V2 : V2 ; -fun focus_V2on : V2 ; -fun fog_N : N ; -fun foist_V3on : V3 ; -fun fold_N : N ; -fun fold_V2 : V2 ; -fun follow_V2 : V2 ; -fun fond_A2of : A2 ; -fun food_N : N ; -fun fool_N : N ; -fun fool_V2 : V2 ; -fun foolish_A : A ; -fun foot_N : N ; -fun football_N : N ; ---fun for_Prep : Prep ; -fun foray_N : N ; -fun forbid_V2 : V2 ; -fun force_N : N ; -fun force_V2 : V2 ; -fun forcible_A : A ; -fun forearm_N : N ; -fun forego_V2 : V2 ; -fun foreground_N : N ; -fun forehead_N : N ; -fun foreign_A : A ; -fun foreigner_N : N ; -fun forerunner_N : N ; -fun foresee_V2 : V2 ; -fun forest_N : N ; -fun forestall_V2 : V2 ; -fun forever_Adv : Adv ; -fun forget_VV : VV ; -fun forgive_V3for : V3 ; -fun forgo_V2 : V2 ; -fun fork_N : N ; -fun form_N : N ; -fun form_V2 : V2 ; -fun formal_A : A ; -fun formalism_N : N ; -fun format_N : N ; -fun formation_N : N ; -fun former_A : A ; -fun formula_N : N ; -fun formulate_V2 : V2 ; -fun fort_N : N ; -fun forthcoming_A : A ; -fun forthwith_Adv : Adv ; -fun fortnight_N : N ; -fun fortuitous_A : A ; -fun fortunate_A : A ; -fun fortune_N : N ; -fun forum_N : N ; -fun forward_A : A ; -fun forwards_Adv : Adv ; -fun found_V2 : V2 ; -fun foundation_N : N ; -fun fountain_N : N ; -fun fox_N : N ; -fun fraction_N : N ; -fun fracture_N : N ; -fun fracture_V2 : V2 ; -fun fragment_N : N ; -fun fragment_V2 : V2 ; -fun fragmentary_A : A ; -fun frame_N : N ; -fun frame_V2 : V2 ; -fun framework_N : N ; -fun france_PN : PN ; -fun franz_PN : PN ; -fun free_A : A ; -fun free_V2 : V2 ; -fun freedom_N : N ; -fun freeze_V2 : V2 ; -fun french_A : A ; -fun frequency_N : N ; -fun frequent_A : A ; -fun fresh_A : A ; -fun friction_N : N ; -fun friday_PN : PN ; -fun friend_N : N ; -fun friendly_A : A ; -fun friendly_A2to : A2 ; -fun fright_N : N ; -fun frighten_V2 : V2 ; -fun frill_N : N ; -fun fringe_N : N ; ---fun from_Prep : Prep ; -fun front_A : A ; -fun front_N : N ; -fun fruit_N : N ; -fun fry_V2 : V2 ; -fun fulfil_V : V ; -fun full_A : A ; -fun fun_N : N ; -fun function_N : N ; -fun function_V : V ; -fun functor_N : N ; -fun fund_N : N ; -fun fundamental_A : A ; -fun funeral_N : N ; -fun funereal_A : A ; -fun fungus_N : N ; -fun funny_A : A ; -fun fur_N : N ; -fun furnish_V3with : V3 ; -fun furniture_N : N ; -fun fuss_N : N ; -fun future_A : A ; -fun future_N : N ; -fun fuzzy_A : A ; -fun gag_N : N ; -fun gag_V2 : V2 ; -fun gain_N : N ; -fun gain_V2 : V2 ; -fun galactic_A : A ; -fun galaxy_N : N ; -fun gale_N : N ; -fun gallon_N : N ; -fun gamble_V : V ; -fun game_N : N ; -fun gap_N : N ; -fun gape_V : V ; -fun gape_V2at : V2 ; -fun garage_N : N ; -fun garden_N : N ; -fun garment_N : N ; -fun gas_N : N ; -fun gaseous_A : A ; -fun gate_N : N ; -fun gather_V : V ; -fun gauge_N : N ; -fun gauge_V2 : V2 ; -fun gay_A : A ; -fun gaze_V2at : V2 ; -fun gaze_N : N ; -fun gear_N : N ; -fun gear_V2 : V2 ; -fun generable_A : A ; -fun general_A : A ; -fun general_N : N ; -fun generate_V2 : V2 ; -fun generation_N : N ; -fun generator_N : N ; -fun generic_A : A ; -fun generosity_N : N ; -fun generous_A : A ; -fun generous_A2to : A2 ; -fun genitive_A : A ; -fun genius_N : N ; -fun gentle_A : A ; -fun gentleman_N : N ; -fun gently_Adv : Adv ; -fun genuine_A : A ; -fun genus_N : N ; -fun geography_N : N ; -fun geology_N : N ; -fun geometry_N : N ; -fun german_A : A ; -fun germane_A : A ; -fun germanic_A : A ; -fun germany_PN : PN ; -fun gerund_N : N ; -fun gesture_V : V ; -fun gesture_N : N ; -fun get_V2 : V2 ; -fun gift_N : N ; -fun gin_N : N ; -fun giraffe_N : N ; -fun girl_N : N ; -fun gist_N : N ; -fun give_V3 : V3 ; -fun give_V3to : V3 ; -fun glad_A2 : A2 ; -fun glad_A : A ; -fun glad_A2 : A2 ; -fun glance_N : N ; -fun glance_V2at : V2 ; -fun glass_N : N ; -fun glean_V2 : V2 ; -fun global_A : A ; -fun globe_N : N ; -fun glory_N : N ; -fun gloss_N : N ; -fun gloss_V2 : V2 ; -fun glow_N : N ; -fun glow_V2 : V2 ; -fun gnat_N : N ; -fun gnu_N : N ; -fun go_V2 : V2 ; -fun goat_N : N ; -fun god_N : N ; -fun goddess_N : N ; -fun gold_N : N ; -fun golden_A : A ; -fun good_A : A ; -fun goose_N : N ; -fun gore_N : N ; -fun gorilla_N : N ; -fun gory_A : A ; -fun gospel_N : N ; -fun govern_V : V ; -fun government_N : N ; -fun grab_V2 : V2 ; -fun grace_N : N ; -fun grade_N : N ; -fun gradual_A : A ; -fun graft_N : N ; -fun graft_V2 : V2 ; -fun graham_PN : PN ; -fun grain_N : N ; -fun gram_N : N ; -fun grammar_N : N ; -fun grammatical_A : A ; -fun grand_A : A ; -fun grandfather_N : N ; -fun grandmother_N : N ; -fun grant_N : N ; -fun grant_V2 : V2 ; -fun grape_N : N ; -fun graph_N : N ; -fun graphic_A : A ; -fun grasp_N : N ; -fun grasp_V2 : V2 ; -fun grass_N : N ; -fun grateful_A : A ; -fun grateful_A2to : A2 ; -fun grateful_A2 : A2 ; -fun gratuitous_A : A ; -fun grave_N : N ; -fun gravitation_N : N ; -fun gravity_N : N ; -fun gravy_N : N ; -fun gray_A : A ; -fun grease_N : N ; -fun great_A : A ; -fun greece_PN : PN ; -fun greed_N : N ; -fun greek_A : A ; -fun greek_N : N ; -fun green_N : N ; -fun greet_V2 : V2 ; -fun gregarious_A : A ; -fun grey_A : A ; -fun grid_N : N ; -fun grief_N : N ; -fun grieve_V : V ; -fun grill_V2 : V2 ; -fun grim_A : A ; -fun grime_N : N ; -fun grin_N : N ; -fun grin_V : V ; -fun grind_V2 : V2 ; -fun grip_N : N ; -fun grip_V2 : V2 ; -fun grit_N : N ; -fun grog_N : N ; -fun gross_A : A ; -fun ground_N : N ; -fun group_N : N ; -fun group_V2 : V2 ; -fun grove_N : N ; -fun grow_V2 : V2 ; -fun grow_V : V ; -fun growth_N : N ; -fun guarantee_N : N ; -fun guarantee_VS : VS ; -fun guard_N : N ; -fun guard_V2 : V2 ; -fun guess_N : N ; -fun guess_VS : VS ; -fun guest_N : N ; -fun guide_N : N ; -fun guide_V2 : V2 ; -fun guideline_N : N ; -fun guilt_N : N ; -fun guinea_N : N ; -fun guise_N : N ; -fun gun_N : N ; -fun habit_N : N ; -fun habitual_A : A ; -fun hail_N : N ; -fun hair_N : N ; -fun half_Adv : Adv ; -fun half_A : A ; -fun half_N : N ; -fun hall_N : N ; -fun halt_N : N ; -fun halt_V2 : V2 ; -fun halt_V : V ; -fun halve_V2 : V2 ; -fun hamburger_N : N ; -fun hammer_N : N ; -fun hammer_V2 : V2 ; -fun hamper_V2 : V2 ; -fun hand_N : N ; -fun hand_V3 : V3 ; -fun hand_V3to : V3 ; -fun handicap_N : N ; -fun handicap_V2 : V2 ; -fun handkerchief_N : N ; -fun handle_N : N ; -fun handle_V2 : V2 ; -fun handsome_A : A ; -fun hang_V2 : V2 ; -fun hang_V : V ; -fun happen_V : V ; -fun happen_V2 : V2 ; -fun happening_N : N ; -fun happy_A : A ; -fun happy_A2 : A2 ; -fun harbour_N : N ; -fun hard_A : A ; -fun hard_A2 : A2 ; -fun hardly_Adv : Adv ; -fun hardware_N : N ; -fun harm_N : N ; -fun harm_V2 : V2 ; -fun harmonium_N : N ; -fun harmony_N : N ; -fun harness_N : N ; -fun harness_V3to : V3 ; -fun hash_N : N ; -fun hash_V2 : V2 ; -fun haste_N : N ; -fun hasty_A : A ; -fun hat_N : N ; -fun hate_V2 : V2 ; -fun hatred_N : N ; -fun have_V2 : V2 ; -fun haven_N : N ; -fun hazard_N : N ; -fun haze_N : N ; -fun head_N : N ; -fun head_V2 : V2 ; -fun heading_N : N ; -fun heal_V2 : V2 ; -fun health_N : N ; -fun healthy_A : A ; -fun heap_N : N ; -fun hear_V2 : V2 ; -fun heart_N : N ; -fun hearth_N : N ; -fun heat_V : V ; -fun heath_N : N ; -fun heathen_N : N ; -fun heave_V : V ; -fun heaven_N : N ; -fun heavy_A : A ; -fun heel_N : N ; -fun height_N : N ; -fun helicopter_N : N ; -fun help_N : N ; -fun help_V2 : V2 ; -fun hemlock_N : N ; -fun hen_N : N ; -fun hence_Adv : Adv ; -fun herd_N2of : N2 ; ----- fun here_Adv : Adv ; -fun herring_N : N ; -fun heterogeneity_N : N ; -fun heterogeneous_A : A ; -fun heuristic_A : A ; -fun heuristic_N : N ; -fun heuristically_Adv : Adv ; -fun hide_V2 : V2 ; -fun hide_V : V ; -fun hierarchy_N : N ; -fun high_A : A ; -fun highlight_N : N ; -fun highlight_V2 : V2 ; -fun hill_N : N ; -fun hind_A : A ; -fun hinder_V2 : V2 ; -fun hindrance_N : N ; -fun hinge_N : N ; -fun hint_N : N ; -fun hint_V2at : V2 ; -fun hire_V2 : V2 ; -fun history_N : N ; -fun hit_V2 : V2 ; -fun hither_Adv : Adv ; -fun hitherto_Adv : Adv ; -fun hoax_N : N ; -fun hoax_V2 : V2 ; -fun hold_V2 : V2 ; -fun hole_N : N ; -fun holiday_N : N ; -fun hollow_A : A ; -fun holy_A : A ; -fun home_N : N ; -fun homogeneous_A : A ; -fun homomorphism_N : N ; -fun hone_V2 : V2 ; -fun honest_A : A ; -fun honesty_N : N ; -fun honey_N : N ; -fun honor_N : N ; -fun honour_N : N ; -fun honour_V2 : V2 ; -fun honourable_A : A ; -fun hook_N : N ; -fun hook_V2 : V2 ; -fun hop_N : N ; -fun hop_V : V ; -fun hope_N : N ; -fun hope_V2for : V2 ; -fun hope_VS : VS ; -fun horizon_N : N ; -fun horizontal_A : A ; -fun horn_N : N ; -fun horrendous_A : A ; -fun horrible_A : A ; -fun horrify_V2 : V2 ; -fun horror_N : N ; -fun horse_N : N ; -fun hospitable_A : A ; -fun hospitable_A2to : A2 ; -fun hospital_N : N ; -fun hospitality_N : N ; -fun host_N : N ; -fun host_V2 : V2 ; -fun hot_A : A ; -fun hotel_N : N ; -fun hour_N : N ; -fun house_N : N ; -fun house_V2 : V2 ; -fun household_A : A ; -fun household_N : N ; -fun how_Adv : Adv ; -fun however_Adv : Adv ; -fun huge_A : A ; -fun hum_N : N ; -fun hum_V : V ; -fun human_A : A ; -fun human_N : N ; -fun humble_A : A ; -fun humility_N : N ; -fun humor_N : N ; -fun humour_N : N ; -fun hunch_V : V ; -fun hundred_N : N ; -fun hundred_N2 : N2 ; -fun hunger_V2for : V2 ; -fun hungry_A : A ; -fun hungry_A2for : A2 ; -fun hunt_N : N ; -fun hunt_V2 : V2 ; -fun huntsman_N : N ; -fun hurry_V : V ; -fun hurry_N : N ; -fun hurt_V2 : V2 ; -fun hurt_V : V ; -fun husband_N2of : N2 ; -fun hut_N : N ; -fun hybrid_A : A ; -fun hydrogen_N : N ; -fun hygiene_N : N ; -fun hypothesis_N : N ; -fun hypothesize_V2 : V2 ; -fun hypothetical_A : A ; -fun ice_N : N ; -fun iceland_PN : PN ; -fun icelandic_A : A ; -fun icon_N : N ; -fun idea_N : N ; -fun ideal_A : A ; -fun identical_A : A ; -fun identical_A2to : A2 ; -fun identify_V2 : V2 ; -fun identity_N : N ; -fun idiocy_N : N ; -fun idiom_N : N ; -fun idiomatic_A : A ; -fun idiot_N : N ; -fun idle_A : A ; -fun idle_V : V ; -fun ignore_V2 : V2 ; -fun illegal_A : A ; -fun illegitimacy_N : N ; -fun illegitimate_A : A ; -fun illocutionary_A : A ; -fun illogical_A : A ; -fun illuminate_V2 : V2 ; -fun illusion_N : N ; -fun illusory_A : A ; -fun illustrate_V2 : V2 ; -fun image_N : N ; -fun imaginary_A : A ; -fun imagine_V2 : V2 ; -fun imagine_VS : VS ; -fun imbalance_N : N ; -fun imitate_V2 : V2 ; -fun immaterial_A : A ; -fun immediacy_N : N ; -fun immediate_A : A ; -fun immense_A : A ; -fun immigrant_N : N ; -fun immigration_N : N ; -fun immoderate_A : A ; -fun immodest_A : A ; -fun immodesty_N : N ; -fun immune_A2to : A2 ; -fun impair_V2 : V2 ; -fun impart_V3to : V3 ; -fun impartial_A : A ; -fun impatient_A : A ; -fun impatient_A2with : A2 ; -fun impenetrable_A : A ; -fun imperative_A : A ; -fun imperative_A2 : A2 ; -fun imperfect_A : A ; -fun imperfection_N : N ; -fun imperial_A : A ; -fun imperious_A : A ; -fun impersonal_A : A ; -fun impertinent_A : A ; -fun impinge_V2on : V2 ; -fun implausible_A : A ; -fun implement_V2 : V2 ; -fun implicate_V2 : V2 ; -fun implicature_N : N ; -fun implicit_A : A ; -fun implicit_A2in : A2 ; -fun imply_VS : VS ; -fun impolite_A : A ; -fun impolite_A2to : A2 ; -fun import_N : N ; -fun import_V2 : V2 ; -fun importance_N : N ; -fun important_A : A ; -fun important_A2 : A2 ; -fun important_A2 : A2 ; -fun impose_V3on : V3 ; -fun imposition_N : N ; -fun impossible_A2 : A2 ; -fun impossible_A : A ; -fun impossible_A2 : A2 ; -fun impossible_A2 : A2 ; -fun imprecise_A : A ; -fun imprecision_N : N ; -fun impress_V2 : V2 ; -fun improbable_A : A ; -fun improve_V : V ; -fun impure_A : A ; ---fun in_Prep : Prep ; -fun inability_N2to : N2 ; -fun inaccuracy_N : N ; -fun inactive_A : A ; -fun inadequacy_N2for : N2 ; -fun inadequecy_N : N ; -fun incapacitate_V2 : V2 ; -fun incarnation_N : N ; -fun inch_N : N ; -fun incident_N : N ; -fun incidental_A : A ; -fun incisive_A : A ; -fun incline_V : V ; -fun inclined_A2to : A2 ; -fun include_V2 : V2 ; -fun including_Prep : Prep ; -fun inclusion_N : N ; -fun inclusive_A : A ; -fun incoherence_N : N ; -fun income_N : N ; -fun inconceivable_A2 : A2 ; -fun inconsistency_N : N ; -fun incontestable_A : A ; -fun incontestable_A2 : A2 ; -fun inconvenience_N : N ; -fun inconvenience_V2 : V2 ; -fun incorporate_V2 : V2 ; -fun incorporate_V2 : V2 ; -fun incorrigible_A : A ; -fun increase_N : N ; -fun increase_V2 : V2 ; -fun increase_V : V ; -fun increment_N : N ; -fun increment_V2 : V2 ; -fun incur_V2 : V2 ; -fun indeed_Adv : Adv ; -fun indefinite_A : A ; -fun independence_N : N ; -fun independent_A : A ; -fun indeterminacy_N : N ; -fun index_N : N ; -fun index_V2 : V2 ; -fun india_PN : PN ; -fun indian_A : A ; -fun indicate_VS : VS ; -fun indigestion_N : N ; -fun indirect_A : A ; -fun indiscriminate_A : A ; -fun indistinguishable_A : A ; -fun individual_A : A ; -fun individual_N : N ; -fun indoor_A : A ; -fun induce_V2 : V2 ; -fun induct_V2 : V2 ; -fun indulge_V2in : V2 ; -fun indulgent_A : A ; -fun industry_N : N ; -fun inescapable_A : A ; -fun inevitable_A : A ; -fun infect_V2 : V2 ; -fun infection_N : N ; -fun infectious_A : A ; -fun infer_V3from : V3 ; -fun inference_N : N ; -fun inferior_A : A ; -fun inferior_A2to : A2 ; -fun infinite_A : A ; -fun infinitesimal_A : A ; -fun infinitive_A : A ; -fun infix_N : N ; -fun inflate_V2 : V2 ; -fun inflation_N : N ; -fun inflect_V : V ; -fun influence_N : N ; -fun influence_V2 : V2 ; -fun inform_V3 : V3 ; -fun informal_A : A ; -fun informant_N : N ; -fun information_N : N ; -fun ingenious_A : A ; -fun ingenuity_N : N ; -fun ingredient_N : N ; -fun inhabit_V2 : V2 ; -fun inherent_A : A ; -fun inherent_A2to : A2 ; -fun inherit_V3from : V3 ; -fun inheritance_N : N ; -fun inhibit_V2 : V2 ; -fun initial_A : A ; -fun initialize_V2 : V2 ; -fun initiate_V2 : V2 ; -fun inject_V3with : V3 ; -fun injunction_N : N ; -fun injure_V2 : V2 ; -fun injury_N : N ; -fun ink_N : N ; -fun inn_N : N ; -fun innate_A : A ; -fun innate_A2to : A2 ; -fun inner_A : A ; -fun innocuous_A : A ; -fun innovation_N : N ; -fun input_N : N ; -fun inquire_V2about : V2 ; -fun inquire_V2 : V2 ; -fun inquiry_N2about : N2 ; -fun inscribe_V2 : V2 ; -fun inscription_N : N ; -fun insect_N : N ; -fun insert_V2 : V2 ; -fun inside_Adv : Adv ; -fun inside_N : N ; -fun insight_N : N ; -fun insist_V2 : V2 ; -fun insistence_N2on : N2 ; -fun insistence_N2 : N2 ; -fun insistent_A2 : A2 ; -fun inspect_V2 : V2 ; -fun inspector_N : N ; -fun inspire_V2 : V2 ; -fun instability_N : N ; -fun install_V2 : V2 ; -fun instance_N2of : N2 ; -fun instant_N : N ; -fun instantiate_V2 : V2 ; -fun instantly_Adv : Adv ; -fun instigate_V2 : V2 ; -fun instil_V3in : V3 ; -fun instinct_N : N ; -fun institute_V2 : V2 ; -fun institute_N : N ; -fun institution_N : N ; -fun instruct_V2 : V2 ; -fun instrument_N : N ; -fun insulate_V3from : V3 ; -fun insult_N : N ; -fun insult_V2 : V2 ; -fun insurance_N : N ; -fun insure_V2 : V2 ; -fun intact_A : A ; -fun integer_N : N ; -fun integral_A : A ; -fun integrate_V3with : V3 ; -fun intellectual_A : A ; -fun intelligence_N : N ; -fun intelligent_A : A ; -fun intelligible_A : A ; -fun intend_VV : VV ; -fun intense_A : A ; -fun intension_N : N ; -fun intention_N : N ; -fun inter_V2 : V2 ; -fun interdisciplinary_A : A ; -fun interest_N : N ; -fun interest_V2 : V2 ; -fun interface_N : N ; -fun interfere_V2with : V2 ; -fun interference_N : N ; -fun interject_V : V ; -fun intermediate_A : A ; -fun internal_A : A ; -fun international_A : A ; -fun interpolate_V2 : V2 ; -fun interpret_V2 : V2 ; -fun interpretive_A : A ; -fun interrogate_V2 : V2 ; -fun interrogative_A : A ; -fun interrupt_V2 : V2 ; -fun intersect_V2 : V2 ; -fun interval_N : N ; -fun intervene_V : V ; -fun intimacy_N : N ; -fun intimate_A : A ; -fun intimate_VS : VS ; -fun into_Prep : Prep ; -fun intonation_N : N ; -fun intractable_A : A ; -fun intransitive_A : A ; -fun intravenous_A : A ; -fun intricacy_N : N ; -fun intricate_A : A ; -fun intrigue_N : N ; -fun intrigue_V : V ; -fun intrinsic_A : A ; -fun intrinsically_Adv : Adv ; -fun introduce_V3to : V3 ; -fun introduction_N2to : N2 ; -fun introspection_N : N ; -fun introspective_A : A ; -fun intrude_V : V ; -fun intrusion_N : N ; -fun intuition_N : N ; -fun intuitive_A : A ; -fun invade_V2 : V2 ; -fun invalid_N : N ; -fun invalidate_V2 : V2 ; -fun invaluable_A : A ; -fun invariable_A : A ; -fun invariant_A : A ; -fun invasion_N : N ; -fun invent_V2 : V2 ; -fun inverse_A : A ; -fun inversion_N : N ; -fun invert_V2 : V2 ; -fun invest_V3with : V3 ; -fun investigate_V2 : V2 ; -fun invisible_A : A ; -fun invisible_A2to : A2 ; -fun invite_V3to : V3 ; -fun invocation_N : N ; -fun invoke_V2 : V2 ; -fun involve_V2 : V2 ; -fun inwards_Adv : Adv ; -fun ireland_PN : PN ; -fun irish_A : A ; -fun iron_N : N ; -fun iron_V2 : V2 ; -fun irony_N : N ; -fun irrational_A : A ; -fun irregular_A : A ; -fun irrelevant_A : A ; -fun irremediable_A : A ; -fun irrespective_A2of : A2 ; -fun irretrievable_A : A ; -fun irritant_N : N ; -fun irritate_V2 : V2 ; -fun island_N : N ; -fun isolable_A : A ; -fun isolate_V2 : V2 ; -fun isomorphic_A : A ; -fun issue_V : V ; -fun issue_N : N ; -fun italy_PN : PN ; -fun item_N : N ; -fun itemize_V2 : V2 ; -fun iterate_V : V ; -fun january_PN : PN ; -fun japan_PN : PN ; -fun japanese_A : A ; -fun jaundice_N : N ; -fun jaundiced_A : A ; -fun jaw_N : N ; -fun jealous_A : A ; -fun jealous_A2of : A2 ; -fun jealousy_N2of : N2 ; -fun jew_N : N ; -fun jewel_N : N ; -fun jeweller_N : N ; -fun jewellery_N : N ; -fun job_N : N ; -fun john_PN : PN ; -fun join_V3to : V3 ; -fun joint_N : N ; -fun joke_N : N ; -fun joke_V : V ; -fun journal_N : N ; -fun journalism_N : N ; -fun journalist_N : N ; -fun journey_N : N ; -fun joy_N : N ; -fun judge_N : N ; -fun judge_V2 : V2 ; -fun judge_V2 : V2 ; -fun judgment_N : N ; -fun judicious_A : A ; -fun juggle_V2 : V2 ; -fun juggle_V : V ; -fun juice_N : N ; -fun july_PN : PN ; -fun jumble_V2 : V2 ; -fun jump_V : V ; -fun jump_N : N ; -fun june_PN : PN ; -fun junk_N : N ; -fun just_A : A ; -fun justice_N : N ; -fun justify_V2 : V2 ; -fun juxtapose_V2 : V2 ; -fun juxtaposition_N : N ; -fun keen_A : A ; -fun keen_A2on : A2 ; -fun keen_A2 : A2 ; -fun keep_V2 : V2 ; -fun kennel_N : N ; -fun kettle_N : N ; -fun key_N : N ; -fun kick_N : N ; -fun kick_V2 : V2 ; -fun kidney_N : N ; -fun kill_V2 : V2 ; -fun kill_V3f : V3 ; -fun kilogram_N : N ; -fun kilometre_N : N ; -fun kim_PN : PN ; -fun kind_N : N ; -fun kind_A : A ; -fun kind_A2to : A2 ; -fun king_N : N ; -fun kingdom_N : N ; -fun kiss_N : N ; -fun kiss_V2 : V2 ; -fun kiss_V : V ; -fun kitchen_N : N ; -fun knee_N : N ; -fun kneel_V : V ; -fun knife_N : N ; -fun knob_N : N ; -fun knock_N : N ; -fun knock_V2 : V2 ; -fun knock_V : V ; -fun knocker_N : N ; -fun knot_N : N ; -fun knot_V2 : V2 ; -fun know_VS : VS ; -fun label_N : N ; -fun label_V2 : V2 ; -fun laboratory_N : N ; -fun laborious_A : A ; -fun labour_N : N ; -fun labour_V : V ; -fun lace_N : N ; -fun lace_V2 : V2 ; -fun lack_N : N ; -fun lack_V2 : V2 ; -fun lacuna_N : N ; -fun ladder_N : N ; -fun lady_N : N ; -fun lake_N : N ; -fun lamb_N : N ; -fun lament_N : N ; -fun lament_V2 : V2 ; -fun lamp_N : N ; -fun land_N : N ; -fun land_V : V ; -fun lane_N : N ; -fun language_N : N ; -fun lapse_V : V ; -fun large_A : A ; -fun last_A : A ; -fun last_V : V ; -fun late_A : A ; -fun lately_Adv : Adv ; -fun latitude_N : N ; -fun lattice_N : N ; -fun laugh_N : N ; -fun laugh_V2at : V2 ; -fun laughter_N : N ; -fun law_N : N ; -fun lawn_N : N ; -fun lawyer_N : N ; -fun lax_A : A ; -fun lay_V3loc : V3 ; -fun layer_N : N ; -fun layer_V2 : V2 ; -fun laze_V : V ; -fun lazy_A : A ; -fun lead_N : N ; -fun lead_V2 : V2 ; -fun leaf_N : N ; -fun league_N : N ; -fun lean_V2on : V2 ; -fun leap_V : V ; -fun learn_VS : VS ; -fun leather_N : N ; -fun leave_V2 : V2 ; -fun leave_V : V ; -fun lecture_N : N ; -fun lecture_V : V ; -fun lee_PN : PN ; -fun left_A : A ; -fun leftward_A : A ; -fun leg_N : N ; -fun legacy_N : N ; -fun legal_A : A ; -fun legible_A : A ; -fun legitimate_A : A ; -fun legitimize_V2 : V2 ; -fun lemon_N : N ; -fun lend_V3to : V3 ; -fun length_N : N ; -fun lengthen_V2 : V2 ; -fun lesson_N : N ; -fun let_V3se_vp : V3 ; -fun lethal_A : A ; -fun letter_N : N ; -fun level_A : A ; -fun level_N : N ; -fun level_V2 : V2 ; -fun lexical_A : A ; -fun lexicalist_A : A ; -fun lexicon_N : N ; -fun liable_A : A ; -fun liable_A2to : A2 ; -fun liable_A2 : A2 ; -fun liar_N : N ; -fun liberal_A : A ; -fun liberate_V3from : V3 ; -fun libertine_N : N ; -fun liberty_N : N ; -fun library_N : N ; -fun licence_N : N ; -fun license_V2 : V2 ; -fun lid_N : N ; -fun lie_V : V ; -fun lie_V2 : V2 ; -fun life_N : N ; -fun lift_N : N ; -fun lift_V2 : V2 ; -fun light_A : A ; -fun light_N : N ; -fun light_V2 : V2 ; -fun lightning_N : N ; -fun like_A : A ; -fun like_V2 : V2 ; -fun like_V2 : V2 ; -fun like_V2 : V2 ; -fun likelihood_N2of : N2 ; -fun likely_A : A ; -fun likely_A2 : A2 ; -fun likely_A2 : A2 ; -fun limb_N : N ; -fun lime_N : N ; -fun limit_N : N ; -fun limit_V2 : V2 ; -fun line_N : N ; -fun line_V2 : V2 ; -fun linear_A : A ; -fun linguist_N : N ; -fun linguistic_A : A ; -fun linguistics_N : N ; -fun link_N : N ; -fun link_V3to : V3 ; -fun lion_N : N ; -fun lip_N : N ; -fun liquefaction_N : N ; -fun liquefy_V : V ; -fun liquid_A : A ; -fun liquid_N : N ; -fun lisp_N : N ; -fun lisp_PN : PN ; -fun list_N : N ; -fun list_V2 : V2 ; -fun listen_V2to : V2 ; -fun liszt_PN : PN ; -fun literal_A : A ; -fun literary_A : A ; -fun literature_N : N ; -fun litre_N : N ; -fun little_N : N ; -fun live_A : A ; -fun live_V2 : V2 ; -fun load_N : N ; -fun load_V2 : V2 ; -fun loaf_N : N ; -fun loan_V3to : V3 ; -fun lobster_N : N ; -fun local_A : A ; -fun locate_V2 : V2 ; -fun location_N : N ; -fun locative_A : A ; -fun lock_N : N ; -fun lock_V2 : V2 ; -fun log_N : N ; -fun logarithm_N : N ; -fun logic_N : N ; -fun loiter_V : V ; -fun london_PN : PN ; -fun lonely_A : A ; -fun long_Adv : Adv ; -fun long_A : A ; -fun long_V2for : V2 ; -fun longwinded_A : A ; -fun look_N : N ; -fun look_V3 : V3 ; -fun look_V2for : V2 ; -fun loop_N : N ; -fun loophole_N : N ; -fun loose_A : A ; -fun lord_N : N ; -fun lore_N : N ; -fun lose_V2 : V2 ; -fun loss_N : N ; -fun lot_N : N ; -fun lottery_N : N ; -fun loud_A : A ; -fun lounge_V : V ; -fun love_N : N ; -fun love_V2 : V2 ; -fun lovely_A : A ; -fun low_A : A ; -fun lower_V2 : V2 ; -fun loyal_A : A ; -fun loyal_A2to : A2 ; -fun luck_N : N ; -fun lump_N : N ; -fun lung_N : N ; -fun lunge_V2 : V2 ; -fun lurk_V : V ; -fun lush_A : A ; -fun luxury_N : N ; -fun machine_N : N ; -fun machinery_N : N ; -fun mad_A : A ; -fun mad_A2about : A2 ; -fun mad_A2with : A2 ; -fun made_A2from : A2 ; -fun magazine_N : N ; -fun magic_A : A ; -fun magic_N : N ; -fun magnet_N : N ; -fun magnetic_A : A ; -fun magnitude_N : N ; -fun mail_N : N ; -fun mail_V3to : V3 ; -fun main_A : A ; -fun mainstream_A : A ; -fun maintain_V2 : V2 ; -fun maintain_VS : VS ; -fun maintenance_N : N ; -fun major_A : A ; -fun make_V2 : V2 ; -fun male_A : A ; -fun malign_V2 : V2 ; -fun malignant_A : A ; -fun mammal_N : N ; -fun man_N : N ; -fun man_V2 : V2 ; -fun manage_V2 : V2 ; -fun manage_VV : VV ; -fun manager_N : N ; -fun mandatory_A : A ; -fun manifest_A : A ; -fun manifest_N : N ; -fun manifest_V2 : V2 ; -fun manifestation_N : N ; -fun manipulate_V2 : V2 ; -fun manner_N : N ; -fun manoeuvre_N : N ; -fun manoeuvre_V2 : V2 ; -fun manoeuvre_V : V ; -fun manual_A : A ; -fun manual_N : N ; -fun manufacture_V2 : V2 ; -fun manuscript_N : N ; -fun map_N : N ; -fun map_V3to : V3 ; -fun mapping_N : N ; -fun march_N : N ; -fun march_PN : PN ; -fun margin_N : N ; -fun marginal_A : A ; -fun marine_A : A ; -fun mark_N : N ; -fun mark_V2 : V2 ; -fun market_N : N ; -fun marking_N : N ; -fun marriage_N : N ; -fun marry_V2 : V2 ; -fun mars_PN : PN ; -fun mary_PN : PN ; -fun mass_N : N ; -fun massive_A : A ; -fun master_N : N ; -fun master_V2 : V2 ; -fun mat_N : N ; -fun match_N : N ; -fun match_V2 : V2 ; -fun material_A : A ; -fun material_N : N ; -fun mathematical_A : A ; -fun mathematician_N : N ; -fun mathematics_N : N ; -fun matrix_N : N ; -fun matter_N : N ; -fun matter_V : V ; -fun mature_A : A ; -fun mature_V : V ; -fun maxim_N : N ; -fun maximal_A : A ; -fun maximize_V2 : V2 ; -fun maximum_N : N ; -fun may_PN : PN ; -fun maybe_Adv : Adv ; -fun mayor_N : N ; -fun meal_N : N ; -fun mean_A : A ; -fun mean_V2 : V2 ; -fun mean_VS : VS ; -fun meaning_N : N ; -fun meanwhile_Adv : Adv ; -fun measure_N : N ; -fun measure_V2 : V2 ; -fun meat_N : N ; -fun mechanic_V : V ; -fun mechanical_A : A ; -fun mechanism_N : N ; -fun mechanize_V2 : V2 ; -fun mediate_V2 : V2 ; -fun medical_A : A ; -fun medicine_N : N ; -fun medium_A : A ; -fun medium_N : N ; -fun meet_V2 : V2 ; -fun meeting_N2with : N2 ; -fun melody_N : N ; -fun melt_V : V ; -fun member_N : N ; -fun memorable_A : A ; -fun memorial_N : N ; -fun memory_N2ger : N2 ; -fun memory_N2of : N2 ; -fun mend_V2 : V2 ; -fun mental_A : A ; -fun mention_N : N ; -fun mention_V2 : V2 ; -fun mercy_N : N ; -fun merge_V2 : V2 ; -fun merit_N : N ; -fun merry_A : A ; -fun mess_N : N ; -fun message_N : N ; -fun messenger_N : N ; -fun metal_N : N ; -fun metaphor_N : N ; -fun method_N : N ; -fun methodical_A : A ; -fun methodology_N : N ; -fun metre_N : N ; -fun metric_A : A ; -fun microbiology_N : N ; -fun microphone_N : N ; -fun microscope_N : N ; -fun middle_A : A ; -fun middle_N : N ; -fun mighty_A : A ; -fun migrate_V : V ; -fun mild_A : A ; -fun mile_N : N ; -fun military_A : A ; -fun milk_N : N ; -fun mill_N : N ; -fun mill_V2 : V2 ; -fun million_N2 : N2 ; -fun mimic_N : N ; -fun mimic_V2 : V2 ; -fun mind_N : N ; -fun mind_V2 : V2 ; -fun mind_V2 : V2 ; -fun mine_N : N ; -fun mine_V2 : V2 ; -fun mineral_N : N ; -fun minim_N : N ; -fun minimal_A : A ; -fun minimize_V2 : V2 ; -fun minimum_N : N ; -fun minister_N : N ; -fun ministry_N : N ; -fun ministry_N2of : N2 ; -fun minor_A : A ; -fun minor_N : N ; -fun minute_A : A ; -fun minute_N : N ; -fun mirror_N : N ; -fun miscellaneous_A : A ; -fun misconception_N : N ; -fun misery_N : N ; -fun mislead_V2 : V2 ; -fun misplace_V2 : V2 ; -fun miss_V2 : V2 ; -fun missile_N : N ; -fun mist_N : N ; -fun mistake_N : N ; -fun mistake_V3for : V3 ; -fun mix_V3with : V3 ; -fun mixture_N : N ; -fun mnemonic_A : A ; -fun mode_N : N ; -fun model_A : A ; -fun model_N : N ; -fun model_V2 : V2 ; -fun moderate_A : A ; -fun moderate_V2 : V2 ; -fun modern_A : A ; -fun modest_A : A ; -fun modesty_N : N ; -fun modify_V2 : V2 ; -fun modular_A : A ; -fun module_N : N ; -fun molecular_A : A ; -fun molecule_N : N ; -fun moment_N : N ; -fun momentary_A : A ; -fun momentous_A : A ; -fun momentum_N : N ; -fun monday_PN : PN ; -fun money_N : N ; -fun monitor_N : N ; -fun monitor_V2 : V2 ; -fun monkey_N : N ; -fun monotonic_A : A ; -fun monotonically_Adv : Adv ; -fun month_N : N ; -fun moon_N : N ; -fun moral_A : A ; -fun moral_N : N ; -fun morning_N : N ; -fun morpheme_N : N ; -fun morphology_N : N ; -fun morphosyntactic_A : A ; -fun mortal_A : A ; -fun mortise_N : N ; -fun mosque_N : N ; -fun mosquito_N : N ; -fun mostly_Adv : Adv ; -fun mother_N2of : N2 ; -fun motion_N : N ; -fun motivate_V2 : V2 ; -fun motive_N : N ; -fun motor_N : N ; -fun mould_N : N ; -fun mould_V2 : V2 ; -fun mountain_N : N ; -fun mouse_N : N ; -fun mouth_N : N ; -fun move_V : V ; -fun mud_N : N ; -fun muesli_N : N ; -fun multifarious_A : A ; -fun multiple_A : A ; -fun multiplicity_N : N ; -fun multiply_V3by : V3 ; -fun multitude_N2of : N2 ; -fun mundane_A : A ; -fun murder_N : N ; -fun muscle_N : N ; -fun muscular_A : A ; -fun music_N : N ; -fun musical_N : N ; -fun mutter_V2about : V2 ; -fun mutual_A : A ; -fun mystery_N : N ; -fun myth_N : N ; -fun mythical_A : A ; -fun mythology_N : N ; -fun nail_N : N ; -fun naive_A : A ; -fun name_N : N ; -fun name_V2 : V2 ; -fun namely_Adv : Adv ; -fun narrow_A : A ; -fun narrow_V2 : V2 ; -fun nasty_A : A ; -fun nation_N : N ; -fun native_A : A ; -fun native_N : N ; -fun nature_N : N ; -fun navigate_V : V ; -fun navigator_N : N ; -fun navy_N : N ; -fun near_A : A ; -fun near_A2to : A2 ; -fun nearby_Adv : Adv ; -fun neat_A : A ; -fun necessary_A : A ; -fun necessary_A2for : A2 ; -fun necessary_A2to : A2 ; -fun necessitate_V2 : V2 ; -fun necessity_N : N ; -fun neck_N : N ; -fun need_N : N ; -fun need_V2 : V2 ; -fun needle_N : N ; -fun negate_V2 : V2 ; -fun negative_A : A ; -fun negative_N : N ; -fun neglect_N : N ; -fun neglect_V2 : V2 ; -fun negligence_N : N ; -fun negligent_A : A ; -fun negligible_A : A ; -fun negotiate_V2with : V2 ; -fun neighbour_N : N ; -fun nephew_N2of : N2 ; -fun nerve_N : N ; -fun nervous_A : A ; -fun nest_N : N ; -fun nest_V2in : V2 ; -fun net_N : N ; -fun network_N : N ; -fun neutral_A : A ; -fun never_Adv : Adv ; -fun nevertheless_Adv : Adv ; -fun new_A : A ; -fun news_N : N ; -fun newspaper_N : N ; -fun newton_PN : PN ; -fun next_A : A ; -fun nibble_V2 : V2 ; -fun nice_A : A ; -fun nicety_N : N ; -fun nigeria_PN : PN ; -fun night_N : N ; -fun nip_V2 : V2 ; -fun noble_A : A ; -fun nobleman_N : N ; -fun nod_V2 : V2 ; -fun nod_V : V ; -fun node_N : N ; -fun noise_N : N ; -fun nominal_A : A ; -fun nominate_V2 : V2 ; -fun nominative_A : A ; -fun nonetheless_Adv : Adv ; -fun nonsense_N : N ; -fun nonsensical_A : A ; -fun normal_A : A ; -fun normative_A : A ; -fun north_N : N ; -fun north_A : A ; -fun north_A2of : A2 ; -fun northern_A : A ; -fun nose_N : N ; --- fun not_Adv : Adv ; -fun notation_N : N ; -fun note_N : N ; -fun note_VS : VS ; -fun notice_N : N ; -fun notice_V2 : V2 ; -fun notice_VS : VS ; -fun notion_N : N ; -fun notoriety_N : N ; -fun notorious_A : A ; -fun notorious_A2for : A2 ; -fun noun_N : N ; -fun novel_A : A ; -fun novel_N : N ; -fun novelty_N : N ; -fun november_PN : PN ; -fun novice_N : N ; -fun now_Adv : Adv ; -fun nowhere_Adv : Adv ; -fun nuclear_A : A ; -fun nucleus_N : N ; -fun nudge_N : N ; -fun nudge_V2 : V2 ; -fun nuisance_N : N ; -fun numeral_N : N ; -fun numeric_A : A ; -fun numerical_A : A ; -fun numerous_A : A ; -fun nurse_N : N ; -fun nurse_V2 : V2 ; -fun nut_N : N ; -fun nutrient_N : N ; -fun nutrition_N : N ; -fun nutritious_A : A ; -fun nylon_N : N ; -fun oaf_N : N ; -fun oak_N : N ; -fun oar_N : N ; -fun oath_N : N ; -fun obey_V2 : V2 ; -fun object_N : N ; -fun object_V2to : V2 ; -fun objectionable_A : A ; -fun objective_A : A ; -fun objective_N : N ; -fun obligation_N : N ; -fun obligatory_A : A ; -fun obligatory_A2for : A2 ; -fun oblige_V2 : V2 ; -fun oblique_A : A ; -fun obscure_A : A ; -fun obscure_V2 : V2 ; -fun observe_V2 : V2 ; -fun obstacle_N : N ; -fun obstruct_V2 : V2 ; -fun obstruction_V : V ; -fun obtain_V2 : V2 ; -fun obvious_A : A ; -fun obvious_A2 : A2 ; -fun occasion_N : N ; -fun occupation_N : N ; -fun occupy_V2 : V2 ; -fun occur_V : V ; -fun occurrence_V : V ; -fun ocean_N : N ; -fun october_PN : PN ; -fun odd_A : A ; -fun of_Prep : Prep ; -fun off_Prep : Prep ; -fun offence_N2against : N2 ; -fun offend_V2 : V2 ; -fun offense_N2against : N2 ; -fun offensive_A : A ; -fun offer_VV : VV ; -fun offer_N2 : N2 ; -fun office_N : N ; -fun officer_N : N ; -fun official_N : N ; -fun offset_V2 : V2 ; -fun often_Adv : Adv ; -fun oil_N : N ; -fun oil_V2 : V2 ; -fun old_A : A ; -fun omission_N : N ; -fun omit_V2 : V2 ; -fun omniscient_A : A ; ---fun on_Prep : Prep ; -fun once_Adv : Adv ; -fun onerous_A : A ; -fun onion_N : N ; --- fun only_Adv : Adv ; -fun only_A : A ; -fun onto_Prep : Prep ; -fun ontology_N : N ; -fun opacity_N : N ; -fun opaque_A : A ; -fun open_A : A ; -fun open_V : V ; -fun opening_N : N ; -fun operand_N : N ; -fun operate_V2 : V2 ; -fun operation_N2on : N2 ; -fun operator_N : N ; -fun opinion_N : N ; -fun opponent_N : N ; -fun opportune_A : A ; -fun opportunistic_A : A ; -fun opportunity_N : N ; -fun oppose_V2 : V2 ; -fun opposite_A : A ; -fun opposition_N2to : N2 ; -fun optimal_A : A ; -fun optimism_N : N ; -fun optimist_N : N ; -fun optimize_V2 : V2 ; -fun optimum_V : V ; -fun option_N : N ; -fun oral_A : A ; -fun orange_A : A ; -fun orange_N : N ; -fun order_N : N ; -fun order_V2 : V2 ; -fun order_V2 : V2 ; -fun ordering_N : N ; -fun orderly_A : A ; -fun ordinary_A : A ; -fun ore_N : N ; -fun organ_N : N ; -fun organic_A : A ; -fun organically_Adv : Adv ; -fun organization_N : N ; -fun organize_V2 : V2 ; -fun orient_N : N ; -fun orient_V2 : V2 ; -fun origin_N : N ; -fun original_A : A ; -fun original_N : N ; -fun originate_V : V ; -fun orthography_N : N ; -fun ostensible_A : A ; -fun ostensive_A : A ; -fun ostentation_N : N ; -fun ostentatious_A : A ; -fun other_A : A ; -fun other_N : N ; -fun otherwise_Adv : Adv ; -fun outdated_A : A ; -fun outdoor_A : A ; -fun outdoors_N : N ; -fun outer_A : A ; -fun outlaw_N : N ; -fun outlaw_V2 : V2 ; -fun outline_N : N ; -fun outline_V2 : V2 ; -fun outrage_N : N ; -fun outrage_V2 : V2 ; -fun outside_Adv : Adv ; -fun outside_N : N ; -fun outside_Prep : Prep ; -fun outstanding_A : A ; -fun over_N : N ; -fun over_Prep : Prep ; -fun overflow_N : N ; -fun overflow_V2 : V2 ; -fun overflow_V : V ; -fun overlap_V : V ; -fun overt_A : A ; -fun overture_N : N ; -fun overwhelm_V2 : V2 ; -fun owe_V3 : V3 ; -fun own_A : A ; -fun own_V2 : V2 ; -fun ox_N : N ; -fun oxford_PN : PN ; -fun oxygen_N : N ; -fun pace_N : N ; -fun pack_V2 : V2 ; -fun package_N : N ; -fun package_V2 : V2 ; -fun packet_N : N ; -fun page_N : N ; -fun pain_N : N ; -fun painstaking_A : A ; -fun paint_N : N ; -fun paint_V2 : V2 ; -fun pair_N : N ; -fun pair_V3with : V3 ; -fun palace_N : N ; -fun pale_A : A ; -fun pamper_V2 : V2 ; -fun pamphlet_N : N ; -fun pan_N : N ; -fun panacea_N : N ; -fun pane_N : N ; -fun panel_N : N ; -fun panelling_N : N ; -fun panic_V : V ; -fun panic_N : N ; -fun pantry_N : N ; -fun paper_N : N ; -fun paper_V2 : V2 ; -fun paradigm_N : N ; -fun paradox_N : N ; -fun paragraph_N : N ; -fun parallel_N : N ; -fun parallel_V2 : V2 ; -fun parallel_A : A ; -fun parallel_A2to : A2 ; -fun parameter_N : N ; -fun paraphrase_N : N ; -fun paraphrase_V2 : V2 ; -fun parasite_N : N ; -fun parasitic_A : A ; -fun parasol_N : N ; -fun parcel_N : N ; -fun parent_N2of : N2 ; -fun parenthesis_N : N ; -fun parenthesize_V2 : V2 ; -fun parenthetical_A : A ; -fun parity_N : N ; -fun park_N : N ; -fun park_V2 : V2 ; -fun parliament_N : N ; -fun parse_V2 : V2 ; -fun parsimony_N : N ; -fun part_N : N ; -fun participant_N : N ; -fun participate_V2in : V2 ; -fun particle_N : N ; -fun particular_A : A ; -fun partition_N : N ; -fun partition_V2 : V2 ; -fun partly_Adv : Adv ; -fun partner_N : N ; -fun party_N : N ; -fun pass_V3to : V3 ; -fun passage_N : N ; -fun passenger_N : N ; -fun passion_N : N ; -fun passionate_A : A ; -fun passive_A : A ; -fun past_A : A ; -fun past_N : N ; -fun paste_N : N ; -fun paste_V3to : V3 ; -fun pastry_N : N ; -fun pasty_N : N ; -fun pat_V2 : V2 ; -fun path_N : N ; -fun pathology_N : N ; -fun patience_N : N ; -fun patient_N : N ; -fun patient_A : A ; -fun patient_A2with : A2 ; -fun pattern_N : N ; -fun paucity_N2of : N2 ; -fun pause_V : V ; -fun pause_N : N ; -fun pay_N : N ; -fun pay_V2for : V2 ; -fun pea_N : N ; -fun peace_N : N ; -fun peak_N : N ; -fun pear_N : N ; -fun peculiar_A : A ; -fun peculiar_A2to : A2 ; -fun pedagogical_A : A ; -fun pedant_N : N ; -fun pedantic_A : A ; -fun pedantically_A : A ; -fun pelvic_A : A ; -fun pelvis_N : N ; -fun pen_N : N ; -fun penal_A : A ; -fun penalize_V2 : V2 ; -fun penalty_N : N ; -fun pencil_N : N ; -fun pending_A : A ; -fun penetrate_V2 : V2 ; -fun penny_N : N ; -fun people_N : N ; -fun pepper_N : N ; -fun perceive_V2 : V2 ; -fun perception_N : N ; -fun perceptive_A : A ; -fun perceptual_A : A ; -fun percolate_V : V ; -fun percolator_N : N ; -fun peremptory_A : A ; -fun perfect_A : A ; -fun perform_V : V ; -fun perhaps_Adv : Adv ; -fun period_N : N ; -fun peripheral_A : A ; -fun periphery_N : N ; -fun perjure_V2 : V2 ; -fun permanent_A : A ; -fun permissible_A : A ; -fun permission_N : N ; -fun permissive_A : A ; -fun permit_N : N ; -fun permit_V2 : V2 ; -fun permute_V2 : V2 ; -fun perpetual_A : A ; -fun perpetuate_V2 : V2 ; -fun perpetuity_N : N ; -fun persimmon_N : N ; -fun persist_V : V ; -fun persistence_N : N ; -fun persistent_A : A ; -fun person_N : N ; -fun personal_A : A ; -fun perspective_N : N ; -fun perspicuous_A : A ; -fun persuade_V3 : V3 ; -fun persuade_V2 : V2 ; -fun persuasion_N : N ; -fun persuasive_A : A ; -fun perverse_A : A ; -fun perversion_N : N ; -fun pervert_N : N ; -fun pervert_V2 : V2 ; -fun pet_N : N ; -fun petrol_N : N ; -fun phase_N : N ; -fun phenomenon_N : N ; -fun philosopher_N : N ; -fun philosophy_N : N ; -fun phone_N : N ; -fun phone_V2 : V2 ; -fun phonemic_A : A ; -fun phonetic_A : A ; -fun phonetically_Adv : Adv ; -fun phonology_N : N ; -fun phonotactic_A : A ; -fun photo_N : N ; -fun photograph_N : N ; -fun photograph_V2 : V2 ; -fun photography_N : N ; -fun phrase_N : N ; -fun physical_A : A ; -fun physician_N : N ; -fun physics_N : N ; -fun pianist_N : N ; -fun piano_N : N ; -fun pick_N : N ; -fun pick_V2 : V2 ; -fun pick_V3 : V3 ; -fun picnic_N : N ; -fun picnic_V : V ; -fun picture_N : N ; -fun picture_V2 : V2 ; -fun piece_N : N ; -fun pierce_V2 : V2 ; -fun pig_N : N ; -fun pigeon_N : N ; -fun pilchard_N : N ; -fun pile_N : N ; -fun pilfer_V2 : V2 ; -fun pill_N : N ; -fun pillar_N : N ; -fun pillow_N : N ; -fun pilot_N : N ; -fun pilot_V2 : V2 ; -fun pin_N : N ; -fun pin_V3to : V3 ; -fun pink_A : A ; -fun pipe_N : N ; -fun pistol_N : N ; -fun pit_N : N ; -fun pitch_N : N ; -fun pitch_V2 : V2 ; -fun pitchfork_N : N ; -fun pith_N : N ; -fun pity_V2 : V2 ; -fun pity_N : N ; -fun place_N : N ; -fun place_V2 : V2 ; -fun place_V3in : V3 ; -fun plague_N : N ; -fun plague_V2 : V2 ; -fun plain_A : A ; -fun plain_N : N ; -fun plan_VV : VV ; -fun plan_N2 : N2 ; -fun planar_A : A ; -fun plane_N : N ; -fun planet_N : N ; -fun plant_N : N ; -fun plastic_A : A ; -fun plastic_N : N ; -fun plate_N : N ; -fun plateau_N : N ; -fun platypus_N : N ; -fun plausible_A : A ; -fun play_N : N ; -fun play_V2 : V2 ; -fun play_V : V ; -fun play_V2with : V2 ; -fun pleasant_A : A ; -fun please_V2 : V2 ; -fun pleasure_N : N ; -fun pledge_N : N ; -fun pledge_VS : VS ; -fun plenty_N : N ; -fun plot_N : N ; -fun plot_V : V ; -fun plug_N : N ; -fun plum_N : N ; -fun plumber_N : N ; -fun plume_N : N ; -fun plummet_V : V ; -fun plump_A : A ; -fun plunge_V : V ; -fun plural_A : A ; -fun plural_N : N ; -fun pocket_N : N ; -fun pocket_V2 : V2 ; -fun poem_N : N ; -fun poet_N : N ; -fun poetry_N : N ; -fun point_N : N ; -fun point_V2to : V2 ; -fun poison_N : N ; -fun poison_V2 : V2 ; -fun poland_PN : PN ; -fun polar_A : A ; -fun pole_N : N ; -fun policeman_N : N ; -fun policy_N : N ; -fun polish_A : A ; -fun polish_N : N ; -fun polish_V2 : V2 ; -fun polite_A : A ; -fun polite_A2to : A2 ; -fun political_A : A ; -fun politician_N : N ; -fun politics_N : N ; -fun pollute_V2 : V2 ; -fun ponder_V : V ; -fun pool_N : N ; -fun poor_A : A ; -fun pop_N : N ; -fun popular_A : A ; -fun popular_A2with : A2 ; -fun populated_A : A ; -fun populated_A2by : A2 ; -fun population_N : N ; -fun porcupine_N : N ; -fun pore_N : N ; -fun pore_V2over : V2 ; -fun pork_N : N ; -fun porosity_N : N ; -fun porous_A : A ; -fun porpoise_N : N ; -fun port_N : N ; -fun portable_A : A ; -fun portion_N : N ; -fun pose_N : N ; -fun pose_V2 : V2 ; -fun position_N : N ; -fun positive_A : A ; -fun positive_A2 : A2 ; -fun positively_Adv : Adv ; -fun possess_V2 : V2 ; -fun possession_N : N ; -fun possible_A2 : A2 ; -fun possible_A : A ; -fun possible_A2 : A2 ; -fun post_N : N ; -fun post_V3to : V3 ; -fun posterior_A : A ; -fun postman_N : N ; -fun postpone_V2 : V2 ; -fun postulate_V2 : V2 ; -fun pot_N : N ; -fun potato_N : N ; -fun potency_N : N ; -fun potent_A : A ; -fun potential_A : A ; -fun pound_N : N ; -fun pound_V2 : V2 ; -fun pour_V3loc : V3 ; -fun powder_N : N ; -fun power_N : N ; -fun power_V2 : V2 ; -fun practical_A : A ; -fun practice_N : N ; -fun practise_V2 : V2 ; -fun practitioner_N : N ; -fun pragmatic_A : A ; -fun pragmatically_Adv : Adv ; -fun pragmatics_N : N ; -fun praise_N : N ; -fun praise_V2 : V2 ; -fun pray_V2to : V2 ; -fun prayer_N : N ; -fun precarious_A : A ; -fun precede_V2 : V2 ; -fun precedence_N : N ; -fun precedent_N : N ; -fun precious_A : A ; -fun precise_A : A ; -fun precision_N : N ; -fun preclude_V2 : V2 ; -fun precursor_N : N ; -fun predecessor_N : N ; -fun predicate_N : N ; -fun predicate_V2 : V2 ; -fun predict_V2 : V2 ; -fun predilection_N2for : N2 ; -fun preface_N : N ; -fun prefer_V3to : V3 ; -fun prefer_V2 : V2 ; -fun prefer_VV : VV ; -fun prefer_V2 : V2 ; -fun preference_N : N ; -fun pregnancy_N : N ; -fun pregnant_A : A ; -fun prejudice_N : N ; -fun prejudiced_A : A ; -fun preliminary_A : A ; -fun premise_N : N ; -fun preoccupation_N2with : N2 ; -fun preoccupied_A2with : A2 ; -fun preoccupy_V2 : V2 ; -fun prepare_V3for : V3 ; -fun preposition_N : N ; -fun prerequisite_N : N ; -fun prescribe_V2 : V2 ; -fun prescription_N : N ; -fun prescriptive_A : A ; -fun presence_N : N ; -fun present_A : A ; -fun present_N : N ; -fun present_V3with : V3 ; -fun preserve_V3from : V3 ; -fun preside_V : V ; -fun presidency_N : N ; -fun president_N : N ; -fun press_V2 : V2 ; -fun pressure_N : N ; -fun prestige_N : N ; -fun presume_VS : VS ; -fun presumption_N : N ; -fun presumptuous_A : A ; -fun presuppose_VS : VS ; -fun presupposition_N2 : N2 ; -fun pretence_N2 : N2 ; -fun pretend_VS : VS ; -fun pretty_A : A ; -fun prevent_V2 : V2 ; -fun previous_A : A ; -fun price_N : N ; -fun prick_V : V ; -fun prickle_N : N ; -fun pride_N : N ; -fun priest_N : N ; -fun prim_A : A ; -fun primary_A : A ; -fun primitive_A : A ; -fun prince_N : N ; -fun principal_A : A ; -fun principle_N : N ; -fun principled_A : A ; -fun print_V2 : V2 ; -fun prior_N : N ; -fun prior_A : A ; -fun prior_A2to : A2 ; -fun priority_N : N ; -fun prison_N : N ; -fun privacy_N : N ; -fun private_A : A ; -fun privilege_N : N ; -fun prize_N : N ; -fun probability_N2 : N2 ; -fun probable_A : A ; -fun probable_A2 : A2 ; -fun probe_N : N ; -fun probe_V2 : V2 ; -fun problem_N : N ; -fun problematic_A : A ; -fun procedure_N : N ; -fun proceed_V : V ; -fun process_N : N ; -fun process_V2 : V2 ; -fun procession_N : N ; -fun processor_N : N ; -fun produce_N : N ; -fun produce_V2 : V2 ; -fun product_N : N ; -fun profession_N : N ; -fun professor_N : N ; -fun proficiency_N2in : N2 ; -fun proficient_A2in : A2 ; -fun profit_N : N ; -fun profitable_A : A ; -fun profound_A : A ; -fun profundity_N : N ; -fun profuse_A : A ; -fun profusion_N2of : N2 ; -fun prognosis_N : N ; -fun program_N : N ; -fun program_V : V ; -fun programme_N : N ; -fun progress_V2of : V2 ; -fun progress_N : N ; -fun prohibit_V2 : V2 ; -fun project_N : N ; -fun project_V : V ; -fun proliferate_V : V ; -fun prolong_V2 : V2 ; -fun prominence_N : N ; -fun prominent_A : A ; -fun promise_V2 : V2 ; -fun promote_V2 : V2 ; -fun prompt_A : A ; -fun prompt_N : N ; -fun prompt_V2 : V2 ; -fun promulgate_V2 : V2 ; -fun prone_A : A ; -fun prone_A2to : A2 ; -fun pronominal_A : A ; -fun pronoun_N : N ; -fun pronounce_V2 : V2 ; -fun pronunciation_N : N ; -fun proof_N2 : N2 ; -fun propagate_V : V ; -fun propensity_N2for : N2 ; -fun proper_A : A ; -fun property_N : N ; -fun proponent_N : N ; -fun proportion_N : N ; -fun propose_V2 : V2 ; -fun propose_VV : VV ; -fun proposition_N : N ; -fun prose_N : N ; -fun prosody_N : N ; -fun prospect_N2 : N2 ; -fun prospect_V2for : V2 ; -fun prospective_A : A ; -fun prospector_N : N ; -fun protect_V3from : V3 ; -fun protest_N : N ; -fun protest_V2against : V2 ; -fun protocol_N : N ; -fun prototype_N : N ; -fun proud_A : A ; -fun proud_A2of : A2 ; -fun prove_VS : VS ; -fun proven_A : A ; -fun provide_V3for : V3 ; -fun provision_N : N ; -fun prune_N : N ; -fun prune_V2 : V2 ; -fun psychology_N : N ; -fun pub_N : N ; -fun public_A : A ; -fun public_N : N ; -fun publication_N : N ; -fun publicity_N : N ; -fun publish_V2 : V2 ; -fun pull_V2 : V2 ; -fun pulley_N : N ; -fun pulpit_N : N ; -fun pump_N : N ; -fun punch_N : N ; -fun punch_V2 : V2 ; -fun punctual_A : A ; -fun punctuate_V2 : V2 ; -fun punish_V2 : V2 ; -fun punitive_A : A ; -fun pupil_N : N ; -fun purchase_V : V ; -fun pure_A : A ; -fun purge_N : N ; -fun purple_A : A ; -fun purpose_N : N ; -fun purse_N : N ; -fun pursue_V2 : V2 ; -fun pursuit_N : N ; -fun purveyor_N : N ; -fun push_V2 : V2 ; -fun put_V3loc : V3 ; -fun puzzle_N : N ; -fun puzzle_V2 : V2 ; -fun pyramid_N : N ; -fun quadruple_N : N ; -fun quail_N : N ; -fun qualify_V2for : V2 ; -fun qualitative_A : A ; -fun quality_N : N ; -fun quantify_V2 : V2 ; -fun quantitative_A : A ; -fun quarrel_N2with : N2 ; -fun quarter_N : N ; -fun quartet_N : N ; -fun queen_N : N ; -fun queer_A : A ; -fun query_N : N ; -fun query_V2 : V2 ; -fun quest_N : N ; -fun question_N : N ; -fun question_V2 : V2 ; -fun quibble_V2about : V2 ; -fun quick_A : A ; -fun quiet_A : A ; -fun quiet_N : N ; -fun quilt_N : N ; -fun quit_V2 : V2 ; ---fun quite_Adv : Adv ; -fun quiz_N : N ; -fun quote_V2 : V2 ; -fun rabbit_N : N ; -fun rabid_A : A ; -fun rabies_N : N ; -fun race_N : N ; -fun race_V2 : V2 ; -fun rack_N : N ; -fun radar_N : N ; -fun radical_A : A ; -fun radio_N : N ; -fun radish_N : N ; -fun radius_N : N ; -fun rage_N : N ; -fun raid_V2 : V2 ; -fun rail_N : N ; -fun railway_N : N ; -fun rain_V : V ; -fun rain_N : N ; -fun raise_V2 : V2 ; -fun raisin_N : N ; -fun random_A : A ; -fun range_N : N ; -fun range_V2over : V2 ; -fun rank_N : N ; -fun rank_V2 : V2 ; -fun rapid_A : A ; -fun rare_A : A ; -fun rat_N : N ; -fun rate_N : N ; -fun rather_Adv : Adv ; -fun ratio_N : N ; -fun ration_N : N ; -fun ration_V2 : V2 ; -fun rational_A : A ; -fun rationale_N : N ; -fun raw_A : A ; -fun ray_N : N ; -fun razor_N : N ; -fun reach_V2 : V2 ; -fun read_V2 : V2 ; -fun ready_A : A ; -fun ready_A2for : A2 ; -fun real_A : A ; -fun realist_N : N ; -fun realistic_A : A ; -fun realistically_Adv : Adv ; -fun realize_VS : VS ; -fun realm_N : N ; -fun rear_A : A ; -fun rear_N : N ; -fun reason_V : V ; -fun reason_N2for : N2 ; -fun reasonable_A : A ; -fun rebut_V2 : V2 ; -fun recapitulate_V2 : V2 ; -fun recede_V : V ; -fun receipt_N : N ; -fun receive_V3from : V3 ; -fun recency_N : N ; -fun recent_A : A ; -fun reception_N : N ; -fun recession_N : N ; -fun recipe_N : N ; -fun recipient_N : N ; -fun reciprocal_A : A ; -fun reciprocate_V : V ; -fun recite_V2 : V2 ; -fun recognise_V2 : V2 ; -fun recognition_N : N ; -fun recognize_V2 : V2 ; -fun recommend_V2 : V2 ; -fun reconcile_V2 : V2 ; -fun record_N : N ; -fun record_V2 : V2 ; -fun recourse_N2to : N2 ; -fun recover_V : V ; -fun recovery_N : N ; -fun rectify_V2 : V2 ; -fun recursion_N : N ; -fun recursive_A : A ; -fun red_A : A ; -fun redeem_V2 : V2 ; -fun reduce_V2 : V2 ; -fun reducible_A : A ; -fun reducible_A2to : A2 ; -fun redundancy_N : N ; -fun redundant_A : A ; -fun reed_N : N ; -fun refer_V2to : V2 ; -fun reference_N2to : N2 ; -fun referent_N : N ; -fun referral_N : N ; -fun refine_V2 : V2 ; -fun reflect_V2 : V2 ; -fun reflexive_A : A ; -fun refractor_N : N ; -fun refractory_A : A ; -fun refresh_V2 : V2 ; -fun refuse_N : N ; -fun refuse_VV : VV ; -fun refute_V2 : V2 ; -fun regard_N : N ; -fun regard_V3_pred : V3 ; -fun regime_N : N ; -fun regiment_N : N ; -fun regiment_V2 : V2 ; -fun region_N : N ; -fun regress_V : V ; -fun regular_A : A ; -fun regulate_V2 : V2 ; -fun regulation_N : N ; -fun reinforce_V2 : V2 ; -fun reject_V2 : V2 ; -fun rejoice_V : V ; -fun relate_V3to : V3 ; -fun related_A : A ; -fun related_A2to : A2 ; -fun relation_N : N ; -fun relative_N : N ; -fun relax_V : V ; -fun release_V2 : V2 ; -fun relegate_V3to : V3 ; -fun relevance_N2to : N2 ; -fun relevant_A : A ; -fun relevant_A2to : A2 ; -fun reliable_A : A ; -fun relief_N : N ; -fun relieve_V2 : V2 ; -fun religion_N : N ; -fun religious_A : A ; -fun relinquish_V2 : V2 ; -fun reluctance_N2 : N2 ; -fun reluctant_A : A ; -fun reluctant_A2 : A2 ; -fun rely_V2on : V2 ; -fun remain_V : V ; -fun remainder_N : N ; -fun remark_N : N ; -fun remedial_A : A ; -fun remedy_N : N ; -fun remedy_V2 : V2 ; -fun remember_VS : VS ; -fun remind_V3 : V3 ; -fun remind_V2 : V2 ; -fun reminder_N : N ; -fun reminiscent_A : A ; -fun reminiscent_A2of : A2 ; -fun remnant_N : N ; -fun remote_A : A ; -fun remove_V3from : V3 ; -fun renaissance_N : N ; -fun render_V3 : V3 ; -fun rendition_N : N ; -fun renew_V2 : V2 ; -fun renounce_V2 : V2 ; -fun rent_N : N ; -fun rent_V2 : V2 ; -fun renunciation_N : N ; -fun repair_N : N ; -fun repair_V2 : V2 ; -fun repeat_V2 : V2 ; -fun repercussion_N : N ; -fun repetition_N : N ; -fun repetitious_A : A ; -fun repetitive_A : A ; -fun replace_V2 : V2 ; -fun replica_N : N ; -fun replicate_V2 : V2 ; -fun reply_N : N ; -fun reply_V2to : V2 ; -fun report_N : N ; -fun report_V2 : V2 ; -fun report_VS : VS ; -fun reprehend_V2 : V2 ; -fun reprehensible_A : A ; -fun represent_V3_pred : V3 ; -fun representative_A : A ; -fun representative_N : N ; -fun reprove_V2 : V2 ; -fun reptile_N : N ; -fun republic_N : N ; -fun request_V2 : V2 ; -fun request_N2for : N2 ; -fun require_V2 : V2 ; -fun require_V2_sbse : V2 ; -fun requisite_A : A ; -fun rescue_V2 : V2 ; -fun resemble_V2 : V2 ; -fun reset_V2 : V2 ; -fun reside_V2 : V2 ; -fun residence_N : N ; -fun resident_N : N ; -fun residue_N : N ; -fun resist_V2 : V2 ; -fun resistant_A2to : A2 ; -fun resistence_N : N ; -fun resolute_A : A ; -fun resolution_N : N ; -fun resolve_V2 : V2 ; -fun resort_N : N ; -fun resort_V2to : V2 ; -fun resource_N : N ; -fun respect_N : N ; -fun respect_V2 : V2 ; -fun respective_A : A ; -fun respiration_N : N ; -fun respiratory_A : A ; -fun respond_V2to : V2 ; -fun response_N2to : N2 ; -fun responsible_A : A ; -fun responsible_A2for : A2 ; -fun rest_N : N ; -fun rest_V : V ; -fun restaurant_N : N ; -fun restore_V3to : V3 ; -fun restrain_V2 : V2 ; -fun restraint_N : N ; -fun restrict_V2 : V2 ; -fun result_N : N ; -fun result_V : V ; -fun resume_V2 : V2 ; -fun resumption_V : V ; -fun resurgence_N : N ; -fun resurgent_A : A ; -fun resurrect_V2 : V2 ; -fun retain_V2 : V2 ; -fun retention_N2 : N2 ; -fun retract_V2 : V2 ; -fun retrieve_V2 : V2 ; -fun return_N : N ; -fun return_V2 : V2 ; -fun return_V2to : V2 ; -fun revamp_V2 : V2 ; -fun reveal_V2 : V2 ; -fun revel_V2in : V2 ; -fun revelation_N : N ; -fun revenge_N : N ; -fun revenue_N : N ; -fun reverse_V2 : V2 ; -fun reverse_N2of : N2 ; -fun reversible_A : A ; -fun revise_V2 : V2 ; -fun revive_V2 : V2 ; -fun revocation_N : N ; -fun revoke_V : V ; -fun revolution_N : N ; -fun revolve_V : V ; -fun reward_V2 : V2 ; -fun reward_N2for : N2 ; -fun rhetoric_N : N ; -fun rice_N : N ; -fun rich_A : A ; -fun rid_V3of : V3 ; -fun ride_N : N ; -fun ride_V2 : V2 ; -fun ridiculous_A : A ; -fun right_A : A ; -fun right_N : N ; -fun rigid_A : A ; -fun rigorous_A : A ; -fun rigour_N : N ; -fun ring_N : N ; -fun ring_V2 : V2 ; -fun ring_V : V ; -fun ripe_A : A ; -fun rise_N : N ; -fun rise_V : V ; -fun risk_N : N ; -fun risk_V2 : V2 ; -fun rite_N : N ; -fun rival_A : A ; -fun rival_N : N ; -fun rivalry_N : N ; -fun river_N : N ; -fun road_N : N ; -fun roam_V : V ; -fun roast_A : A ; -fun roast_V2 : V2 ; -fun rob_V2 : V2 ; -fun robot_N : N ; -fun robust_A : A ; -fun rock_N : N ; -fun rock_V2 : V2 ; -fun rock_V : V ; -fun rod_N : N ; -fun role_N : N ; -fun roll_V : V ; -fun romance_N : N ; -fun romantic_A : A ; -fun romantic_N : N ; -fun roof_N : N ; -fun room_N : N ; -fun root_N : N ; -fun rope_N : N ; -fun rose_N : N ; -fun rot_V : V ; -fun rotten_A : A ; -fun rough_A : A ; -fun round_A : A ; -fun route_N : N ; -fun routine_A : A ; -fun routine_N : N ; -fun row_N : N ; -fun row_V : V ; -fun royal_A : A ; -fun royalty_N : N ; -fun rub_V : V ; -fun rubber_N : N ; -fun rubbish_N : N ; -fun rude_A : A ; -fun rude_A2to : A2 ; -fun rudimentary_A : A ; -fun ruin_N : N ; -fun ruin_V2 : V2 ; -fun rule_N : N ; -fun rule_V2 : V2 ; -fun ruler_N : N ; -fun rump_N : N ; -fun run_N : N ; -fun run_V : V ; -fun rush_N : N ; -fun russian_A : A ; -fun russian_N : N ; -fun sabbatical_A : A ; -fun sad_A : A ; -fun safe_N : N ; -fun safe_A : A ; -fun safe_A2from : A2 ; -fun safety_N : N ; -fun sail_N : N ; -fun saint_N : N ; -fun saintly_A : A ; -fun sake_N : N ; -fun salad_N : N ; -fun sale_N : N ; -fun salient_A : A ; -fun saline_A : A ; -fun salt_N : N ; -fun same_A : A ; -fun sample_N : N ; -fun sanction_N : N ; -fun sanction_V2 : V2 ; -fun sand_N : N ; -fun sandy_PN : PN ; -fun sane_A : A ; -fun sat_V : V ; -fun sat_V2 : V2 ; -fun satanic_A : A ; -fun satisfaction_N : N ; -fun satisfactory_A : A ; -fun satisfy_V2 : V2 ; -fun saturday_PN : PN ; -fun sauce_N : N ; -fun saucer_N : N ; -fun saucy_A : A ; -fun sausage_N : N ; -fun save_V2 : V2 ; -fun saw_N : N ; -fun saw_V2 : V2 ; -fun say_VS : VS ; -fun scale_N : N ; -fun scan_V2 : V2 ; -fun scarce_A : A ; -fun scare_V2 : V2 ; -fun scatter_V2 : V2 ; -fun scenario_N : N ; -fun scene_N : N ; -fun sceptic_N : N ; -fun schedule_N : N ; -fun schedule_V2 : V2 ; -fun schema_N : N ; -fun schematic_A : A ; -fun scheme_N : N ; -fun scholastic_A : A ; -fun school_N : N ; -fun science_N : N ; -fun scientific_A : A ; -fun scientist_N : N ; -fun scold_V : V ; -fun scope_N : N ; -fun score_N : N ; -fun score_V : V ; -fun score_N2of : N2 ; -fun scramble_V2 : V2 ; -fun scratch_N : N ; -fun scratch_V2 : V2 ; -fun screen_N : N ; -fun screw_N : N ; -fun screw_V3to : V3 ; -fun screw_V : V ; -fun script_N : N ; -fun scrupulous_A : A ; -fun scrutiny_N : N ; -fun sea_N : N ; -fun search_N : N ; -fun search_V2 : V2 ; -fun search_V2for : V2 ; -fun season_N : N ; -fun season_V2 : V2 ; -fun seat_N : N ; -fun second_N : N ; -fun secrecy_N : N ; -fun secret_A2from : A2 ; -fun secret_N : N ; -fun secretary_N : N ; -fun section_N : N ; -fun secure_V2 : V2 ; -fun secure_A : A ; -fun secure_A2from : A2 ; -fun see_V2 : V2 ; -fun seed_N : N ; -fun seek_V2 : V2 ; -fun seem_V2 : V2 ; -fun seem_V2 : V2 ; -fun seem_V2 : V2 ; -fun segment_N : N ; -fun segment_V2 : V2 ; -fun seize_V2 : V2 ; -fun seldom_Adv : Adv ; -fun select_V2 : V2 ; -fun self_N : N ; -fun sell_V2 : V2 ; -fun semantic_A : A ; -fun semantics_N : N ; -fun send_V3 : V3 ; -fun send_V3to : V3 ; -fun sensation_N : N ; -fun sense_N : N ; -fun sense_V2 : V2 ; -fun sense_VS : VS ; -fun sensible_A : A ; -fun sensitive_A : A ; -fun sensitive_A2to : A2 ; -fun sensory_A : A ; -fun sentence_N : N ; -fun separate_V2 : V2 ; -fun separate_V3from : V3 ; -fun separate_A : A ; -fun separate_A2from : A2 ; -fun september_PN : PN ; -fun sequel_N2to : N2 ; -fun sequence_N : N ; -fun serial_A : A ; -fun series_N : N ; -fun serious_A : A ; -fun servant_N : N ; -fun serve_V2 : V2 ; -fun service_N : N ; -fun session_N : N ; -fun set_N : N ; -fun set_V : V ; -fun setting_N2for : N2 ; -fun settle_V : V ; -fun severe_A : A ; -fun sew_V2 : V2 ; -fun sew_V : V ; -fun sex_N : N ; -fun sexual_A : A ; -fun shade_N : N ; -fun shade_V2 : V2 ; -fun shadow_N : N ; -fun shake_N : N ; -fun shake_V2 : V2 ; -fun shake_V : V ; -fun shallow_A : A ; -fun shame_N : N ; -fun shape_V2 : V2 ; -fun share_N : N ; -fun share_V3with : V3 ; -fun sharp_A : A ; -fun shatter_V2 : V2 ; -fun shave_N : N ; -fun shave_V2 : V2 ; -fun shave_V : V ; -fun shaven_A : A ; -fun shear_V : V ; -fun shed_N : N ; -fun shed_V2 : V2 ; -fun sheep_N : N ; -fun sheer_A : A ; -fun sheet_N : N ; -fun shelf_N : N ; -fun shell_N : N ; -fun shelve_V2 : V2 ; -fun shift_V : V ; -fun shine_V : V ; -fun ship_N : N ; -fun shirt_N : N ; -fun shock_N : N ; -fun shock_V2 : V2 ; -fun shoe_N : N ; -fun shoot_V2 : V2 ; -fun shop_N : N ; -fun shore_N : N ; -fun short_A : A ; -fun shortcoming_N : N ; -fun shot_N : N ; -fun shoulder_N : N ; -fun shoulder_V2 : V2 ; -fun shout_N : N ; -fun shout_V : V ; -fun show_N : N ; -fun show_V3 : V3 ; -fun shrug_V : V ; -fun shrug_V2 : V2 ; -fun shrug_N : N ; -fun shut_V2 : V2 ; -fun sibling_N : N ; -fun sick_A2of : A2 ; -fun side_N : N ; -fun sidestep_V2 : V2 ; -fun sideways_Adv : Adv ; -fun sideways_A : A ; -fun sight_N : N ; -fun sign_N : N ; -fun sign_V2 : V2 ; -fun signal_N : N ; -fun signal_V2to_that_s : V2 ; -fun signature_N : N ; -fun significance_N : N ; -fun significant_A : A ; -fun signify_V2 : V2 ; -fun silence_N : N ; -fun silent_A : A ; -fun silk_A : A ; -fun silk_N : N ; -fun silly_A : A ; -fun silver_N : N ; -fun similar_A : A ; -fun similar_A2to : A2 ; -fun simple_A : A ; -fun simplicity_N : N ; -fun simulate_V2 : V2 ; -fun simultaneous_A : A ; -fun since_Subj : Subj ; -fun since_Prep : Prep ; -fun sincere_A : A ; -fun sing_V2 : V2 ; -fun sing_V : V ; -fun single_A : A ; -fun singular_A : A ; -fun sink_V2 : V2 ; -fun sink_V : V ; -fun sister_N2of : N2 ; -fun sit_V : V ; -fun sit_V2 : V2 ; -fun site_N : N ; -fun situation_N : N ; -fun size_N : N ; -fun skate_N : N ; -fun skate_V : V ; -fun skeletal_A : A ; -fun skeleton_N : N ; -fun sketch_N : N ; -fun sketch_V2 : V2 ; -fun skilful_A : A ; -fun skill_N : N ; -fun skilled_A : A ; -fun skin_N : N ; -fun skip_V2 : V2 ; -fun skip_V : V ; -fun skirt_N : N ; -fun sky_N : N ; -fun slash_N : N ; -fun slave_N : N ; -fun sledge_N : N ; -fun sleep_N : N ; -fun sleep_V : V ; -fun slide_V : V ; -fun slight_A : A ; -fun slight_N : N ; -fun slim_A : A ; -fun slim_V : V ; -fun slip_V : V ; -fun slip_N : N ; -fun slipper_N : N ; -fun slippery_A : A ; -fun sloe_N : N ; -fun slope_N : N ; -fun slot_N : N ; -fun slow_A : A ; -fun small_A : A ; -fun smart_A : A ; -fun smell_N : N ; -fun smell_V2 : V2 ; -fun smell_V : V ; -fun smelt_V2 : V2 ; -fun smile_N : N ; -fun smile_V : V ; -fun smoke_N : N ; -fun smoke_V : V ; -fun smooth_A : A ; -fun smooth_V2 : V2 ; -fun snake_N : N ; -fun snap_V2 : V2 ; -fun snap_V : V ; -fun snapshot_N : N ; -fun snow_V : V ; -fun snow_N : N ; -fun soap_N : N ; -fun social_A : A ; -fun society_N : N ; -fun sock_N : N ; -fun sodium_N : N ; -fun soft_A : A ; -fun software_N : N ; -fun soil_N : N ; -fun soldier_N : N ; -fun sole_A : A ; -fun sole_N : N ; -fun solemn_A : A ; -fun solid_A : A ; -fun solid_N : N ; -fun soliloquy_N : N ; -fun solo_A : A ; -fun solo_N : N ; -fun solution_N : N ; -fun solve_V2 : V2 ; -fun somehow_Adv : Adv ; -fun sometimes_Adv : Adv ; -fun somewhat_Adv : Adv ; ---fun somewhere_Adv : Adv ; -fun son_N2of : N2 ; -fun song_N : N ; -fun soon_Adv : Adv ; -fun sophisticated_A : A ; -fun sophistication_N : N ; -fun sore_A : A ; -fun sore_N : N ; -fun sorrow_N : N ; -fun sorry_A : A ; -fun sorry_A2for : A2 ; -fun sorry_A2 : A2 ; -fun sort_N : N ; -fun sort_V2 : V2 ; -fun soul_N : N ; -fun sound_A : A ; -fun sound_N : N ; -fun sound_V2 : V2 ; -fun soup_N : N ; -fun sour_A : A ; -fun source_N : N ; -fun south_N : N ; -fun south_A : A ; -fun south_A2of : A2 ; -fun southern_A : A ; -fun space_N : N ; -fun spade_N : N ; -fun spain_PN : PN ; -fun span_V2 : V2 ; -fun spanish_A : A ; -fun spare_A : A ; -fun spare_V3 : V3 ; -fun sparrow_N : N ; -fun spate_N : N ; -fun spatial_A : A ; -fun speak_V : V ; -fun spear_N : N ; -fun spear_V2 : V2 ; -fun special_A : A ; -fun specialist_N : N ; -fun specific_A : A ; -fun specific_A2to : A2 ; -fun specifically_Adv : Adv ; -fun specify_V2 : V2 ; -fun spectacle_N : N ; -fun spectacular_A : A ; -fun spectral_A : A ; -fun spectrum_N : N ; -fun speculate_V : V ; -fun speech_N : N ; -fun speed_N : N ; -fun spell_N : N ; -fun spell_V2 : V2 ; -fun spell_V : V ; -fun spend_V2 : V2 ; -fun spin_V2 : V2 ; -fun spin_V : V ; -fun spinster_N : N ; -fun spirit_N : N ; -fun spite_N : N ; -fun splendid_A : A ; -fun splendour_N : N ; -fun split_V : V ; -fun split_N : N ; -fun spoil_V2 : V2 ; -fun spoke_N : N ; -fun spokesman_N : N ; -fun spoon_N : N ; -fun sport_N : N ; -fun spot_N : N ; -fun spot_V2 : V2 ; -fun spread_V : V ; -fun spring_N : N ; -fun spring_V2 : V2 ; -fun spur_N : N ; -fun spurious_A : A ; -fun square_A : A ; -fun square_N : N ; -fun stable_A : A ; -fun stable_N : N ; -fun stack_N : N ; -fun stack_V2 : V2 ; -fun staff_N : N ; -fun staff_V2 : V2 ; -fun stag_N : N ; -fun stage_N : N ; -fun stage_V2 : V2 ; -fun stain_N : N ; -fun stain_V2 : V2 ; -fun stair_N : N ; -fun stake_N : N ; -fun stamp_N : N ; -fun stance_N : N ; -fun stand_V : V ; -fun standard_A : A ; -fun standard_N : N ; -fun star_N : N ; -fun stare_N : N ; -fun stare_V2at : V2 ; -fun start_N : N ; -fun start_V2 : V2 ; -fun start_V : V ; -fun startle_V2 : V2 ; -fun state_N : N ; -fun state_V2 : V2 ; -fun static_A : A ; -fun station_N : N ; -fun stationary_A : A ; -fun stationer_N : N ; -fun stationery_N : N ; -fun statistic_N : N ; -fun statistical_A : A ; -fun statistics_N : N ; -fun statistics_N : N ; -fun stative_A : A ; -fun statue_N : N ; -fun stature_N : N ; -fun status_N : N ; -fun stay_N : N ; -fun stay_V : V ; -fun steady_A : A ; -fun steal_V3from : V3 ; -fun steam_N : N ; -fun steam_V : V ; -fun steel_N : N ; -fun steel_V2 : V2 ; -fun steep_A : A ; -fun steeple_N : N ; -fun steer_N : N ; -fun steer_V2 : V2 ; -fun stem_N : N ; -fun stem_V2 : V2 ; -fun step_N : N ; -fun step_V2 : V2 ; -fun sterile_A : A ; -fun stick_N : N ; -fun stick_V2to : V2 ; -fun sticky_A : A ; -fun stiff_A : A ; -fun still_Adv : Adv ; -fun still_A : A ; -fun sting_N : N ; -fun sting_V2 : V2 ; -fun stipulate_VS : VS ; -fun stitch_N : N ; -fun stitch_V2 : V2 ; -fun stock_N : N ; -fun stock_V2 : V2 ; -fun stocking_N : N ; -fun stomach_N : N ; -fun stone_N : N ; -fun stool_N : N ; -fun stoop_V : V ; -fun stop_N : N ; -fun stop_V2 : V2 ; -fun stop_V : V ; -fun storage_N : N ; -fun store_N : N ; -fun store_V2 : V2 ; -fun storm_N : N ; -fun story_N : N ; -fun straight_A : A ; -fun straightforward_A : A ; -fun strain_N : N ; -fun strain_V2 : V2 ; -fun strand_V2 : V2 ; -fun strange_A : A ; -fun stranger_N : N ; -fun strategy_N : N ; -fun stratum_N : N ; -fun straw_N : N ; -fun strawberry_N : N ; -fun stray_A : A ; -fun stray_V : V ; -fun stream_N : N ; -fun streamlined_A : A ; -fun street_N : N ; -fun strength_N : N ; -fun strengthen_V2 : V2 ; -fun stress_N : N ; -fun stress_V2 : V2 ; -fun stretch_V : V ; -fun strew_V2 : V2 ; -fun strict_A : A ; -fun strident_A : A ; -fun strike_V2 : V2 ; -fun string_N : N ; -fun strip_N : N ; -fun strip_V2 : V2 ; -fun strive_V2for : V2 ; -fun stroke_N : N ; -fun stroke_V2 : V2 ; -fun strong_A : A ; -fun structuralism_N : N ; -fun structuralist_N : N ; -fun structure_N : N ; -fun struggle_N : N ; -fun struggle_V2with : V2 ; -fun student_N : N ; -fun study_V : V ; -fun study_N2 : N2 ; -fun stuff_N : N ; -fun stuff_V2 : V2 ; -fun stupid_A : A ; -fun stupor_N : N ; -fun stutter_V : V ; -fun style_N : N ; -fun stylistic_A : A ; -fun suave_A : A ; -fun subcategorize_V : V ; -fun subjacency_N : N ; -fun subjacent_A : A ; -fun subjacent_A2to : A2 ; -fun subject_V3to : V3 ; -fun subject_N : N ; -fun subjective_A : A ; -fun submarine_A : A ; -fun submarine_N : N ; -fun submission_N : N ; -fun submit_V2to : V2 ; -fun subordinate_A : A ; -fun subordinate_V2 : V2 ; -fun subsequent_A : A ; -fun subservient_A : A ; -fun substance_N : N ; -fun substantial_A : A ; -fun substantive_A : A ; -fun substitute_V3for : V3 ; -fun substitute_N : N ; -fun subsume_V2 : V2 ; -fun subsumption_N : N ; -fun subtle_A : A ; -fun subtlety_N : N ; -fun subtract_V3from : V3 ; -fun succeed_V2in : V2 ; -fun success_N : N ; -fun succession_N : N ; -fun successive_A : A ; -fun successor_N : N ; -fun succinct_A : A ; -fun succumb_V2to : V2 ; -fun suck_V2 : V2 ; -fun sudden_A : A ; -fun sue_PN : PN ; -fun suffer_V2from : V2 ; -fun suffice_V : V ; -fun sufficient_A : A ; -fun suffix_V2 : V2 ; -fun suffix_N : N ; -fun sugar_N : N ; -fun suggest_V2to_that_s : V2 ; -fun suit_V2 : V2 ; -fun suit_N : N ; -fun suitable_A : A ; -fun suite_N : N ; -fun sum_N : N ; -fun summer_N : N ; -fun sun_N : N ; -fun sunday_PN : PN ; -fun sunshine_N : N ; -fun super_A : A ; -fun superficial_A : A ; -fun superior_A : A ; -fun supersede_V2 : V2 ; -fun supervisor_N : N ; -fun supper_N : N ; -fun supplement_V2 : V2 ; -fun supplement_N : N ; -fun supplementary_A : A ; -fun suppletion_N : N ; -fun suppletive_A : A ; -fun supply_V2 : V2 ; -fun supply_V3to : V3 ; -fun supply_V3with : V3 ; -fun supply_N : N ; -fun support_V2 : V2 ; -fun support_N : N ; -fun suppose_VS : VS ; -fun supposition_N : N ; -fun suppress_V2 : V2 ; -fun sure_A2 : A2 ; -fun sure_A : A ; -fun sure_A2 : A2 ; -fun surface_V : V ; -fun surface_N : N ; -fun surgeon_N : N ; -fun surgery_N : N ; -fun surgical_A : A ; -fun surmount_V2 : V2 ; -fun surprise_V2 : V2 ; -fun surprise_N : N ; -fun surround_V2 : V2 ; -fun survey_V2 : V2 ; -fun survey_N : N ; -fun survive_V2 : V2 ; -fun susceptible_A : A ; -fun suspect_V2 : V2 ; -fun suspect_VS : VS ; -fun suspect_N : N ; -fun suspend_V2 : V2 ; -fun suspense_N : N ; -fun suspicion_N : N ; -fun suspicious_A : A ; -fun sustain_V2 : V2 ; -fun sustenance_N : N ; -fun swallow_V2 : V2 ; -fun swan_N : N ; -fun swap_V3for : V3 ; -fun swear_VS : VS ; -fun swede_N : N ; -fun sweden_PN : PN ; -fun swedish_A : A ; -fun sweep_V2 : V2 ; -fun sweet_N : N ; -fun swell_V : V ; -fun swift_A : A ; -fun swift_N : N ; -fun swim_V : V ; -fun swim_N : N ; -fun swing_V : V ; -fun swiss_A : A ; -fun switch_V2 : V2 ; -fun switch_N : N ; -fun switzerland_PN : PN ; -fun sword_N : N ; -fun syllabic_A : A ; -fun syllable_N : N ; -fun syllogism_N : N ; -fun symbol_N : N ; -fun symmetry_N : N ; -fun sympathetic_A : A ; -fun sympathetic_A2to : A2 ; -fun symptom_N : N ; -fun symptomatic_A : A ; -fun symptomatic_A2of : A2 ; -fun synchronous_A : A ; -fun synonym_N : N ; -fun synonymous_A : A ; -fun synonymous_A2with : A2 ; -fun synonymy_N : N ; -fun synopsis_N : N ; -fun synoptic_A : A ; -fun syntactic_A : A ; -fun syntax_N : N ; -fun synthesis_N : N ; -fun synthesize_V2 : V2 ; -fun synthetic_A : A ; -fun system_N : N ; -fun systematic_A : A ; -fun systematically_A : A ; -fun systematize_V2 : V2 ; -fun table_N : N ; -fun tabular_A : A ; -fun tabulate_V2 : V2 ; -fun tacit_A : A ; -fun tack_N : N ; -fun tackle_V2 : V2 ; -fun tact_N : N ; -fun tactic_N : N ; -fun tag_V2 : V2 ; -fun tag_N : N ; -fun tail_N : N ; -fun tailor_N : N ; -fun take_V2 : V2 ; -fun tale_N : N ; -fun talent_N : N ; -fun talented_A : A ; -fun talk_V2about : V2 ; -fun talk_N : N ; -fun tall_A : A ; -fun tame_A : A ; -fun tangent_N : N ; -fun tangle_V2 : V2 ; -fun tank_N : N ; -fun tap_V2 : V2 ; -fun tap_N : N ; -fun tape_V2 : V2 ; -fun tape_N : N ; -fun target_N : N ; -fun task_N : N ; -fun taste_V2 : V2 ; -fun taste_V2of : V2 ; -fun taste_N : N ; -fun tautology_N : N ; -fun tax_V2 : V2 ; -fun tax_N : N ; -fun taxi_N : N ; -fun taxonomy_N : N ; -fun tea_N : N ; -fun teach_V2 : V2 ; -fun team_N : N ; -fun tear_V2 : V2 ; -fun tear_N : N ; -fun tease_V2 : V2 ; -fun technical_A : A ; -fun technique_N : N ; -fun technology_N : N ; -fun tedious_A : A ; -fun tedium_N : N ; -fun teem_V2with : V2 ; -fun telegram_N : N ; -fun telegraph_V2 : V2 ; -fun telegraph_N : N ; -fun telephone_V2 : V2 ; -fun telephone_N : N ; -fun telescope_N : N ; -fun television_N : N ; -fun tell_V3 : V3 ; -fun temper_V3with : V3 ; -fun temper_N : N ; -fun temperature_N : N ; -fun template_N : N ; -fun temple_N : N ; -fun temporal_A : A ; -fun temporary_A : A ; -fun tempt_V2 : V2 ; -fun tend_V2 : V2 ; -fun tendency_N2to : N2 ; -fun tender_A : A ; -fun tenet_N : N ; -fun tennis_N : N ; -fun tenon_N : N ; -fun tenor_N : N ; -fun tense_A : A ; -fun tense_N : N ; -fun tensed_A : A ; -fun tension_N : N ; -fun tent_N : N ; -fun tentative_A : A ; -fun term_V3ed : V3 ; -fun term_N : N ; -fun terminal_A : A ; -fun terminal_N : N ; -fun terminate_V : V ; -fun terminology_N : N ; -fun terrace_N : N ; -fun terrestrial_A : A ; -fun terrible_A : A ; -fun terrify_V2 : V2 ; -fun territory_N : N ; -fun terror_N : N ; -fun terse_A : A ; -fun test_V2 : V2 ; -fun test_N : N ; -fun testimony_N : N ; -fun text_N : N ; -fun textbook_N : N ; -fun thank_V2 : V2 ; -fun theatre_N : N ; -fun theatrical_A : A ; -fun thematic_A : A ; -fun thematically_Adv : Adv ; -fun theme_N : N ; -fun then_Adv : Adv ; -fun theorem_N : N ; -fun theoretic_A : A ; -fun theoretical_A : A ; -fun theoretically_Adv : Adv ; -fun theory_N : N ; -fun therapeutic_A : A ; -fun therapy_N : N ; -fun therefore_Subj : Subj ; -fun thesis_N : N ; -fun thick_A : A ; -fun thief_N : N ; -fun thigh_N : N ; -fun thin_A : A ; -fun thing_N : N ; -fun think_VS : VS ; -fun third_N : N ; -fun thirst_N2for : N2 ; -fun thorough_A : A ; -fun thought_N2 : N2 ; -fun thousand_N2 : N2 ; -fun thread_N : N ; -fun threat_N2 : N2 ; -fun threaten_V3with : V3 ; -fun threshold_N : N ; -fun throat_N : N ; ---fun through_Prep : Prep ; -fun throughout_Prep : Prep ; -fun throw_V3loc : V3 ; -fun throw_N : N ; -fun thrown_V3loc : V3 ; -fun thrust_V3loc : V3 ; -fun thrust_N : N ; -fun thumb_N : N ; -fun thunder_N : N ; -fun thursday_PN : PN ; -fun thus_Subj : Subj ; -fun ticket_N : N ; -fun tidy_V2 : V2 ; -fun tidy_A : A ; -fun tie_V3to : V3 ; -fun tie_N : N ; -fun tiger_N : N ; -fun tight_A : A ; -fun till_V2 : V2 ; -fun till_N : N ; -fun time_V2 : V2 ; -fun time_N : N ; -fun timely_A : A ; -fun timetable_N : N ; -fun tin_N : N ; -fun tinker_V2with : V2 ; -fun tinker_N : N ; -fun tip_N : N ; -fun tire_V2of : V2 ; -fun title_N : N ; ---fun to_Prep : Prep ; -fun toad_N : N ; -fun toast_N : N ; -fun toast_V2 : V2 ; -fun tobacco_N : N ; -fun today_Adv : Adv ; -fun toe_N : N ; -fun together_Adv : Adv ; -fun token_N : N ; -fun tolerance_N : N ; -fun tolerate_V2 : V2 ; -fun toll_V : V ; -fun toll_N : N ; -fun tomato_N : N ; -fun tomb_N : N ; -fun tomorrow_Adv : Adv ; -fun ton_N : N ; -fun tone_N : N ; -fun tongue_N : N ; -fun tonight_Adv : Adv ; -fun tonne_N : N ; -fun tool_N : N ; -fun tooth_N : N ; -fun top_N : N ; -fun topic_N : N ; -fun topology_N : N ; -fun torrent_N : N ; -fun torrential_A : A ; -fun toss_V2 : V2 ; -fun total_A : A ; -fun total_N : N ; -fun touch_V2 : V2 ; -fun touch_N : N ; -fun tough_A : A ; -fun tough_A2 : A2 ; -fun tour_V2 : V2 ; -fun tour_N : N ; -fun tourist_N : N ; -fun tow_V2 : V2 ; -fun towards_Prep : Prep ; -fun tower_N : N ; -fun town_N : N ; -fun toxic_A : A ; -fun toy_N : N ; -fun trace_V2 : V2 ; -fun trace_N : N ; -fun track_V2 : V2 ; -fun track_N : N ; -fun tract_N : N ; -fun tractable_A : A ; -fun trade_N : N ; -fun tradition_N : N ; -fun traffic_N : N ; -fun traffic_V2in : V2 ; -fun tragedy_N : N ; -fun tragic_A : A ; -fun train_V2 : V2 ; -fun train_N : N ; -fun tramp_N : N ; -fun tranquil_A : A ; -fun transaction_N : N ; -fun transcendental_A : A ; -fun transcribe_V2 : V2 ; -fun transcript_N : N ; -fun transcription_N : N ; -fun transfer_V3to : V3 ; -fun transform_V2 : V2 ; -fun transience_N : N ; -fun transient_A : A ; -fun transistor_N : N ; -fun transit_N : N ; -fun transitive_A : A ; -fun transitory_A : A ; -fun translate_V3into : V3 ; -fun transmit_V2 : V2 ; -fun transparency_N : N ; -fun transparent_A : A ; -fun transport_V2 : V2 ; -fun transport_N : N ; -fun trap_V2 : V2 ; -fun trap_N : N ; -fun travel_V2 : V2 ; -fun travel_N : N ; -fun traverse_V2 : V2 ; -fun tray_N : N ; -fun treat_V3_pred : V3 ; -fun treatment_N : N ; -fun treble_A : A ; -fun treble_V2 : V2 ; -fun tree_N : N ; -fun tremble_V : V ; -fun triangle_N : N ; -fun triangular_A : A ; -fun tribe_N : N ; -fun trick_V2 : V2 ; -fun trick_N : N ; -fun trifle_V2with : V2 ; -fun trifle_N : N ; -fun trigger_V2 : V2 ; -fun trigger_N : N ; -fun trip_V : V ; -fun trip_N : N ; -fun triple_A : A ; -fun triple_V2 : V2 ; -fun triple_N : N ; -fun triple_N : N ; -fun triumph_V : V ; -fun triumph_N : N ; -fun trivial_A : A ; -fun tropic_N : N ; -fun trouble_V2 : V2 ; -fun trouble_N : N ; -fun troublesome_A : A ; -fun truck_N : N ; -fun true_A : A ; -fun truncate_V2 : V2 ; -fun trunk_N : N ; -fun trust_V2 : V2 ; -fun trust_N : N ; -fun truth_N : N ; -fun try_V2 : V2 ; -fun try_VV : VV ; -fun tub_N : N ; -fun tube_N : N ; -fun tuck_V3 : V3 ; -fun tuesday_PN : PN ; -fun tuition_N : N ; -fun tumble_V : V ; -fun tune_V2 : V2 ; -fun tune_N : N ; -fun turn_V3f : V3 ; -fun turn_V3 : V3 ; -fun turn_V : V ; -fun turn_N : N ; -fun turtle_N : N ; -fun tutor_N : N ; -fun twice_Adv : Adv ; -fun twiddle_V2 : V2 ; -fun twin_N : N ; -fun twist_V2 : V2 ; -fun twist_N : N ; -fun type_V2 : V2 ; -fun type_N : N ; -fun typical_A : A ; -fun typical_A2of : A2 ; -fun tyre_N : N ; -fun ugly_A : A ; -fun ulcer_N : N ; -fun ultimate_A : A ; -fun ultimatum_N : N ; -fun unary_A : A ; -fun uncertainty_N : N ; -fun uncle_N2of : N2 ; ---fun under_Prep : Prep ; -fun undergraduate_N : N ; -fun underline_V2 : V2 ; -fun undermine_V2 : V2 ; -fun underneath_Adv : Adv ; -fun underneath_Prep : Prep ; -fun underneath_N : N ; -fun underscore_N : N ; -fun understand_V2 : V2 ; -fun undo_V2 : V2 ; -fun undoubtedly_Adv : Adv ; -fun ungainly_A : A ; -fun uniform_A : A ; -fun uniform_N : N ; -fun unify_V2 : V2 ; -fun union_N : N ; -fun unique_A : A ; -fun unit_N : N ; -fun unitary_A : A ; -fun unite_V2 : V2 ; -fun unity_N : N ; -fun universe_N : N ; -fun university_N : N ; -fun unleash_V2 : V2 ; -fun unplug_V2 : V2 ; -fun unprecedented_A : A ; -fun until_Subj : Subj ; -fun unusual_A : A ; -fun unwieldy_A : A ; -fun unwitting_A : A ; -fun up_Prep : Prep ; -fun update_V2 : V2 ; -fun upon_Prep : Prep ; -fun upper_A : A ; -fun upright_A : A ; -fun upset_V2 : V2 ; -fun upside_down_A : A ; -fun upstairs_Adv : Adv ; -fun urge_V2 : V2 ; -fun urge_N2 : N2 ; -fun urgency_N : N ; -fun urgent_A : A ; -fun usage_N : N ; -fun use_V2 : V2 ; -fun use_N : N ; -fun used_A2to : A2 ; -fun usual_A : A ; -fun utility_N : N ; -fun utilize_V2 : V2 ; -fun utter_A : A ; -fun utter_V2 : V2 ; -fun utterance_N : N ; -fun vacuous_A : A ; -fun vacuum_N : N ; -fun vague_A : A ; -fun valence_N : N ; -fun valency_N : N ; -fun valid_A : A ; -fun validate_V2 : V2 ; -fun valley_N : N ; -fun valuable_A : A ; -fun value_V2 : V2 ; -fun value_N : N ; -fun van_N : N ; -fun vanilla_N : N ; -fun vanish_V : V ; -fun variable_A : A ; -fun variable_N : N ; -fun variant_N : N ; -fun variation_N : N ; -fun variety_N : N ; -fun various_A : A ; -fun varnish_V2 : V2 ; -fun varnish_N : N ; -fun vary_V : V ; -fun vase_N : N ; -fun vast_A : A ; -fun vector_N : N ; -fun vegetable_N : N ; -fun vegetation_N : N ; -fun vehicle_N : N ; -fun velocity_N : N ; -fun verb_N : N ; -fun verbose_A : A ; -fun verdict_N : N ; -fun verify_V2 : V2 ; -fun versatile_A : A ; -fun verse_N : N ; -fun version_N : N ; -fun vertex_N : N ; -fun vertical_A : A ; -fun vessel_N : N ; -fun vet_N : N ; -fun viable_A : A ; -fun vice_N : N ; -fun victim_N : N ; -fun victor_N : N ; -fun victory_N : N ; -fun vie_V2with : V2 ; -fun view_V3_pred : V3 ; -fun view_N : N ; -fun vigorous_A : A ; -fun village_N : N ; -fun vindicate_V2 : V2 ; -fun vine_N : N ; -fun vineyard_N : N ; -fun violate_V2 : V2 ; -fun violence_N : N ; -fun violent_A : A ; -fun viral_A : A ; -fun virtual_A : A ; -fun virtue_N : N ; -fun virus_N : N ; -fun visible_A : A ; -fun visible_A2to : A2 ; -fun vision_N : N ; -fun visit_V2 : V2 ; -fun visit_N : N ; -fun visual_A : A ; -fun vital_A : A ; -fun vitiate_V2 : V2 ; -fun vocabulary_N : N ; -fun voice_N : N ; -fun volatile_A : A ; -fun vole_N : N ; -fun volt_N : N ; -fun volume_N : N ; -fun voluntary_A : A ; -fun volunteer_V : V ; -fun volunteer_V2for : V2 ; -fun volunteer_N : N ; -fun vote_V2for : V2 ; -fun vote_N : N ; -fun vow_VV : VV ; -fun vow_VS : VS ; -fun vow_N : N ; -fun vowel_N : N ; -fun voyage_N : N ; -fun vulgar_A : A ; -fun wag_V2 : V2 ; -fun waist_N : N ; -fun waistcoat_N : N ; -fun wait_V2for : V2 ; -fun wait_N : N ; -fun wake_V2 : V2 ; -fun walk_V : V ; -fun walk_N : N ; -fun wall_N : N ; -fun wan_A : A ; -fun wander_V2 : V2 ; -fun want_V2 : V2 ; ---fun want_VV : VV ; -fun war_N : N ; -fun ward_N : N ; -fun warm_V2 : V2 ; -fun warm_A : A ; -fun warn_V2 : V2 ; -fun warning_N : N ; -fun wash_V : V ; -fun waste_A : A ; -fun waste_V2 : V2 ; -fun waste_N : N ; -fun watch_V2 : V2 ; -fun watch_N : N ; -fun water_N : N ; -fun wave_V2to : V2 ; -fun wave_N : N ; -fun wax_N : N ; -fun way_N : N ; -fun weak_A : A ; -fun wealth_N : N ; -fun weapon_N : N ; -fun wear_V2 : V2 ; -fun weather_N : N ; -fun weave_V2 : V2 ; -fun wedding_N : N ; -fun wedge_N : N ; -fun wednesday_PN : PN ; -fun weed_N : N ; -fun week_N : N ; -fun weep_V : V ; -fun weigh_V2 : V2 ; -fun weigh_V2 : V2 ; -fun weight_N : N ; -fun welcome_A : A ; -fun welcome_V3to : V3 ; -fun welcome_N2to : N2 ; -fun welfare_N : N ; -fun well_Adv : Adv ; -fun well_A : A ; -fun well_N : N ; -fun well_formed_A : A ; -fun west_N : N ; -fun west_A : A ; -fun west_A2of : A2 ; -fun western_A : A ; -fun wet_A : A ; -fun wheat_N : N ; -fun wheel_N : N ; -fun wheeled_A : A ; -fun whelk_N : N ; -fun when_Adv : Adv ; ----- fun when_Adv : Adv ; -fun whenever_Adv : Adv ; --- fun where_Adv : Adv ; --- fun where_Adv : Adv ; -fun whereas_Subj : Subj ; -fun wherever_Adv : Adv ; -fun while_Subj : Subj ; -fun whim_N : N ; -fun whine_V : V ; -fun whine_N : N ; -fun whiskey_N : N ; -fun whisky_N : N ; -fun whisper_N : N ; -fun whisper_V : V ; -fun whisper_VS : VS ; -fun whistle_V : V ; -fun white_A : A ; -fun whole_A : A ; -fun whole_A : A ; -fun wholly_Adv : Adv ; --- fun why_Adv : Adv ; --- fun why_Adv : Adv ; --- fun whyever_Adv : Adv ; -fun wicked_A : A ; -fun wide_A : A ; -fun widow_N : N ; -fun width_N : N ; -fun wife_N2of : N2 ; -fun wild_A : A ; -fun will_N : N ; -fun willing_A2 : A2 ; -fun willing_A : A ; -fun win_V2 : V2 ; -fun wind_V2 : V2 ; -fun wind_V : V ; -fun wind_N : N ; -fun window_N : N ; -fun wine_N : N ; -fun wing_N : N ; -fun winter_N : N ; -fun wire_N : N ; -fun wisdom_N : N ; -fun wise_A : A ; -fun wish_V2for : V2 ; -fun wish_VS : VS ; -fun wish_N : N ; -fun witch_N : N ; ---fun with_Prep : Prep ; -fun within_Adv : Adv ; -fun within_Prep : Prep ; -fun withold_V2 : V2 ; ---fun without_Prep : Prep ; -fun withstand_V2 : V2 ; -fun witness_V2 : V2 ; -fun witness_N2to : N2 ; -fun woman_N : N ; -fun wonder_V2 : V2 ; -fun wonder_N : N ; -fun wood_N : N ; -fun wooden_A : A ; -fun wool_N : N ; -fun word_N : N ; -fun work_N : N ; -fun work_V : V ; -fun world_N : N ; -fun worm_N : N ; -fun worry_V2 : V2 ; -fun worry_V2about : V2 ; -fun worry_N : N ; -fun worship_V2 : V2 ; -fun worth_Prep : Prep ; -fun worthless_A : A ; -fun worthwhile_A : A ; -fun worthy_A : A ; -fun worthy_A2of : A2 ; -fun wound_V2 : V2 ; -fun wound_N : N ; -fun wrap_V2 : V2 ; -fun wreck_V2 : V2 ; -fun wreck_N : N ; -fun wrinkle_N : N ; -fun wrist_N : N ; -fun write_V2 : V2 ; -fun wrong_A : A ; -fun wry_A : A ; -fun yard_N : N ; -fun year_N : N ; -fun yellow_N : N ; -fun yellow_A : A ; -fun yesterday_Adv : Adv ; -fun yet_Adv : Adv ; -fun yield_V2 : V2 ; -fun yield_N : N ; -fun young_A : A ; -fun youth_N : N ; -fun zinc_N : N ; -} diff --git a/next-lib/src/parse/Parse.gf b/next-lib/src/parse/Parse.gf deleted file mode 100644 index 4cfc7110d..000000000 --- a/next-lib/src/parse/Parse.gf +++ /dev/null @@ -1,14 +0,0 @@ -abstract Parse = - Noun, - Verb, - Adjective, - Adverb, - Numeral, - Sentence, - Question, - Relative, - Conjunction, - Phrase, - Text, - Structural, - Idiom ; diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf deleted file mode 100644 index 0e3582137..000000000 --- a/next-lib/src/parse/ParseEng.gf +++ /dev/null @@ -1,161 +0,0 @@ ---# -path=.:oald:alltenses - -concrete ParseEng of ParseEngAbs = - NounEng, - VerbEng - [ComplVS], - AdjectiveEng, - AdverbEng, - NumeralEng, - SentenceEng - [UseCl, UseQCl, UseRCl], - QuestionEng, - RelativeEng - [IdRP, RelSlash], - ConjunctionEng, - PhraseEng - [UttImpSg, UttImpPl], - TextX, - StructuralEng - [everybody_NP, every_Det, only_Predet, somebody_NP], - IdiomEng, - - ExtraEng - [ - UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl, - StrandRelSlash, - that_RP - ], - - LexiconEng [N3, distance_N3, - A2, married_A2, - VQ, wonder_VQ, - V2A, paint_V2A, - V2Q, ask_V2Q, - V2V, beg_V2V, - V2S, answer_V2S, - VA, become_VA], - OaldEng - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv] - - ** open ParadigmsEng, ResEng, MorphoEng, NounEng, ParamX, Prelude in { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - --- --- * Overridden things from the common API --- - --- Allow both "hope that he runs" and "hope he runs". -lin ComplVS v s = variants { VerbEng.ComplVS v s; ComplBareVS v s } ; - --- Allow both contracted and uncontracted negated clauses. -lin UseCl t p cl = - case p.p of { - Pos => SentenceEng.UseCl t p cl; - Neg => variants { SentenceEng.UseCl t p cl; UncNegCl t p cl } - } ; - -lin UseQCl t p cl = - case p.p of { - Pos => SentenceEng.UseQCl t p cl; - Neg => variants { SentenceEng.UseQCl t p cl; UncNegQCl t p cl } - } ; - -lin UseRCl t p cl = - case p.p of { - Pos => SentenceEng.UseRCl t p cl; - Neg => variants { SentenceEng.UseRCl t p cl; UncNegRCl t p cl } - } ; - -lin UttImpSg p i = - case p.p of { - Pos => PhraseEng.UttImpSg p i; - Neg => variants { PhraseEng.UttImpSg p i ; UncNegImpSg p i } - } ; - -lin UttImpPl p i = - case p.p of { - Pos => PhraseEng.UttImpPl p i; - Neg => variants { PhraseEng.UttImpPl p i ; UncNegImpPl p i } - } ; - --- Two different forms of relative clauses: --- Pied piping: "at which we are looking". --- Stranding: "that he looks at" --- EmptyRelSlash is not used here, since it would give --- a meta-variable for the RP. - -lin RelSlash rp slash = variants { RelativeEng.RelSlash rp slash; StrandRelSlash rp slash } ; - - --- Allow both "who"/"which" and "that" -lin IdRP = - { s = table { - RC _ Gen => "whose" ; - RC Neutr _ => variants { "which"; "that"; {- for dictionary entries with the wrong gender -} "who" } ; - RC _ Acc => variants { "whom"; "that"; {- incorrect but common -} "who" } ; - RC _ Nom => variants { "who" ; "that" } ; - RPrep _ => variants { "which"; "whom"; {- incorrect but common -} "who" } - } ; - a = RNoAg - } ; - -lin everybody_NP = variants { regNP "everybody" singular; regNP "everyone" singular } ; -lin somebody_NP = variants { regNP "somebody" singular; regNP "someone" singular } ; - -lin every_Det = variants { mkDeterminer singular "every"; mkDeterminer singular "each" }; - -lin only_Predet = variants { ss "only"; ss "just" }; - - --- --- English-specific additions --- - --- Syntactic additions - -lin - VerbCN v cn = {s = \\n,c => v.s ! VPresPart ++ cn.s ! n ! c; g = cn.g}; - - NumOfNP num np = { - s = \\c => num.s ! Nom ++ "of" ++ np.s ! c ; - a = agrP3 num.n - } ; - - CAdvNP ad cn np = { - s = \\c => ad.s ++ cn.s ! Sg ! c ++ ad.p ++ np.s ! Nom ; - a = agrP3 Sg - } ; - - CAdvSSlash ad cn slash = { - s = \\c => ad.s ++ cn.s ! Sg ! c ++ ad.p ++ slash.s ++ slash.c2; - a = agrP3 Sg - } ; - - CompCN cn = { s = \\a => let n = (fromAgr a).n - in IndefArt.s ! False ! n ++ cn.s ! n ! Acc} ; - --- Lexical additions - -lin - a8few_Det = mkDeterminer plural ["a few"]; - another_Predet = ss "another" ; - any_Predet = ss "any" ; - anybody_NP = variants { regNP "anybody" singular; regNP "anyone" singular }; - anything_NP = regNP "anything" singular; - both_Det = mkDeterminer plural "both"; - either_Det = mkDeterminer singular "either" ; - exactly_AdN = ss "exactly" ; - most_Det = mkDeterminer plural "most"; - neither_Det = mkDeterminer singular "neither" ; - only_AdV = mkAdV "only" ; - should_VV = { - s = table { - VVF VInf => ["ought to"] ; - VVF VPres => "should" ; - VVF VPPart => ["ought to"] ; - VVF VPresPart => variants {} ; -- FIXME: "shoulding" ? - VVF VPast => ["should have"] ; - VVPastNeg => ["shouldn't have"] ; - VVPresNeg => "shouldn't" - } ; - isAux = True - } ; - several_Det = mkDeterminer plural "several" ; - - -} ; diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf deleted file mode 100644 index ef6c9f556..000000000 --- a/next-lib/src/parse/ParseEngAbs.gf +++ /dev/null @@ -1,48 +0,0 @@ -abstract ParseEngAbs = - Parse, - ExtraEngAbs - [ - UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl, - StrandRelSlash, - that_RP - ], - - Lexicon [N3, distance_N3, - A2, married_A2, - VQ, wonder_VQ, - V2A, paint_V2A, - V2Q, ask_V2Q, - V2V, beg_V2V, - V2S, answer_V2S, - VA, become_VA], - Oald - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv] - - ** { - --- Syntactic additions - -fun VerbCN : V -> CN -> CN ; -- running man - -fun NumOfNP : Num -> NP -> NP ; -- ten of the dogs - -fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor -fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank - -fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs" - --- Lexical additions - -fun a8few_Det : Det ; -fun another_Predet : Predet ; -fun any_Predet : Predet ; -fun anybody_NP : NP ; -fun anything_NP : NP ; -fun both_Det : Det ; -fun either_Det : Det ; -fun exactly_AdN : AdN ; -fun most_Det : Det ; -fun neither_Det : Det ; -fun only_AdV : AdV ; -fun should_VV : VV ; -fun several_Det : Det ; - -} \ No newline at end of file diff --git a/next-lib/src/parse/oald/OaldStructural.gf b/next-lib/src/parse/oald/OaldStructural.gf deleted file mode 100644 index c930c9c6d..000000000 --- a/next-lib/src/parse/oald/OaldStructural.gf +++ /dev/null @@ -1,184 +0,0 @@ --- English lexicon for GF, produced from: --- Oxford advanced learner's dictionary of current English: --- expanded 'computer usable' version compiled by Roger Mitton --- The computer usable version is transcribed from: --- Oxford advanced learner's dictionary of current English --- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. --- 3rd. ed., London : Oxford University Press, 1974. --- Distributed as 'dict0710' by: --- Oxford Text Archive --- Oxford University Computing Services --- 13 Banbury Road --- Oxford --- OX2 6NN --- Under these conditions: --- Freely available for non-commercial use provided that this header is --- included in its entirety with any copy distributed. --- --- GF version generated by asc2gf, Bjorn Bringert Nov 2008 --- based on asc2lex, Matthew Purver Nov 2001 --- http://www.stanford.edu/~mpurver/software.html - -abstract OaldStructural = Cat ** { -fun abaft_Prep : Prep; -fun aboard_Prep : Prep; -fun about_Prep : Prep; -fun above_Prep : Prep; -fun according_as_Conj : Conj; -fun according_to_Prep : Prep; -fun across_Prep : Prep; -fun afore_Prep : Prep; -fun after_Conj : Conj; -fun after_Prep : Prep; -fun against_Prep : Prep; -fun agin_Prep : Prep; -fun albeit_Conj : Conj; -fun along_Prep : Prep; -fun alongside_Prep : Prep; -fun although_Conj : Conj; -fun amid_Prep : Prep; -fun amidst_Prep : Prep; -fun among_Prep : Prep; -fun amongst_Prep : Prep; -fun an_Conj : Conj; -fun and_Conj : Conj; -fun anent_Prep : Prep; -fun around_Prep : Prep; -fun as_Conj : Conj; -fun aslant_Prep : Prep; -fun astride_Prep : Prep; -fun at_Prep : Prep; -fun athwart_Prep : Prep; -fun bar_Prep : Prep; -fun barring_Prep : Prep; -fun because_Conj : Conj; -fun before_Conj : Conj; -fun before_Prep : Prep; -fun behind_Prep : Prep; -fun below_Prep : Prep; -fun beneath_Prep : Prep; -fun beside_Prep : Prep; -fun besides_Prep : Prep; -fun between_Prep : Prep; -fun betwixt_Prep : Prep; -fun beyond_Prep : Prep; -fun but_Conj : Conj; -fun but_Prep : Prep; -fun by_Prep : Prep; -fun circa_Prep : Prep; -fun concerning_Prep : Prep; -fun considering_Prep : Prep; -fun cos_Conj : Conj; -fun despite_Prep : Prep; -fun directly_Conj : Conj; -fun down_Prep : Prep; -fun during_Prep : Prep; -fun either_Conj : Conj; -fun ere_Prep : Prep; -fun except_Conj : Conj; -fun except_Prep : Prep; -fun excepting_Prep : Prep; -fun failing_Prep : Prep; -fun for_Conj : Conj; -fun for_Prep : Prep; -fun forasmuch_as_Conj : Conj; -fun from_Prep : Prep; -fun howbeit_Conj : Conj; -fun if_Conj : Conj; -fun immediately_Conj : Conj; -fun in_Prep : Prep; -fun inside_Prep : Prep; -fun instantly_Conj : Conj; -fun into_Prep : Prep; -fun less_Prep : Prep; -fun lest_Conj : Conj; -fun like_Conj : Conj; -fun like_Prep : Prep; -fun likewise_Conj : Conj; -fun mid_Prep : Prep; -fun midst_Prep : Prep; -fun minus_Prep : Prep; -fun near_Prep : Prep; -fun neath_Prep : Prep; -fun neither_Conj : Conj; -fun nevertheless_Conj : Conj; -fun next_Prep : Prep; -fun nigh_Prep : Prep; -fun nigher_Prep : Prep; -fun nighest_Prep : Prep; -fun nisi_Conj : Conj; -fun nor_Conj : Conj; -fun notwithstanding_Conj : Conj; -fun notwithstanding_Prep : Prep; -fun now_Conj : Conj; -fun o'er_Prep : Prep; -fun of_Prep : Prep; -fun off_Prep : Prep; -fun on_Prep : Prep; -fun on_to_Prep : Prep; -fun only_Conj : Conj; -fun onto_Prep : Prep; -fun or_Conj : Conj; -fun otherwise_Conj : Conj; -fun outside_Prep : Prep; -fun over_Prep : Prep; -fun past_Prep : Prep; -fun pending_Prep : Prep; -fun per_Prep : Prep; -fun plus_Prep : Prep; -fun provided_Conj : Conj; -fun providing_Conj : Conj; -fun qua_Conj : Conj; -fun qua_Prep : Prep; -fun re_Prep : Prep; -fun respecting_Prep : Prep; -fun round_Prep : Prep; -fun sans_Prep : Prep; -fun save_Prep : Prep; -fun saving_Prep : Prep; -fun since_Conj : Conj; -fun since_Prep : Prep; -fun so_Conj : Conj; -fun supposing_Conj : Conj; -fun than_Conj : Conj; -fun that_Conj : Conj; -fun tho'_Conj : Conj; -fun though_Conj : Conj; -fun thro'_Prep : Prep; -fun through_Prep : Prep; -fun throughout_Prep : Prep; -fun thru_Prep : Prep; -fun till_Conj : Conj; -fun till_Prep : Prep; -fun to_Prep : Prep; -fun touching_Prep : Prep; -fun toward_Prep : Prep; -fun towards_Prep : Prep; -fun tween_Prep : Prep; -fun twixt_Prep : Prep; -fun under_Prep : Prep; -fun underneath_Prep : Prep; -fun unless_Conj : Conj; -fun unlike_Prep : Prep; -fun until_Conj : Conj; -fun until_Prep : Prep; -fun unto_Prep : Prep; -fun up_Prep : Prep; -fun upon_Prep : Prep; -fun versus_Prep : Prep; -fun via_Prep : Prep; -fun vice_Prep : Prep; -fun vis__vis_Prep : Prep; -fun wanting_Prep : Prep; -fun when_Conj : Conj; -fun whencesoever_Conj : Conj; -fun whenever_Conj : Conj; -fun whereas_Conj : Conj; -fun whether_Conj : Conj; -fun while_Conj : Conj; -fun whilst_Conj : Conj; -fun with_Prep : Prep; -fun within_Prep : Prep; -fun without_Prep : Prep; -fun yet_Conj : Conj; -} \ No newline at end of file diff --git a/next-lib/src/parse/oald/OaldStructuralEng.gf b/next-lib/src/parse/oald/OaldStructuralEng.gf deleted file mode 100644 index ceba1cd11..000000000 --- a/next-lib/src/parse/oald/OaldStructuralEng.gf +++ /dev/null @@ -1,185 +0,0 @@ --- English lexicon for GF, produced from: --- Oxford advanced learner's dictionary of current English: --- expanded 'computer usable' version compiled by Roger Mitton --- The computer usable version is transcribed from: --- Oxford advanced learner's dictionary of current English --- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. --- 3rd. ed., London : Oxford University Press, 1974. --- Distributed as 'dict0710' by: --- Oxford Text Archive --- Oxford University Computing Services --- 13 Banbury Road --- Oxford --- OX2 6NN --- Under these conditions: --- Freely available for non-commercial use provided that this header is --- included in its entirety with any copy distributed. --- --- GF version generated by asc2gf, Bjorn Bringert Nov 2008 --- based on asc2lex, Matthew Purver Nov 2001 --- http://www.stanford.edu/~mpurver/software.html - ---# -path=.:alltenses -concrete OaldStructuralEng of OaldStructural = CatEng ** open ParadigmsEng in { -lin abaft_Prep = mkPrep "abaft"; -lin aboard_Prep = mkPrep "aboard"; -lin about_Prep = mkPrep "about"; -lin above_Prep = mkPrep "above"; -lin according_as_Conj = mkConj "according as"; -lin according_to_Prep = mkPrep "according to"; -lin across_Prep = mkPrep "across"; -lin afore_Prep = mkPrep "afore"; -lin after_Conj = mkConj "after"; -lin after_Prep = mkPrep "after"; -lin against_Prep = mkPrep "against"; -lin agin_Prep = mkPrep "agin"; -lin albeit_Conj = mkConj "albeit"; -lin along_Prep = mkPrep "along"; -lin alongside_Prep = mkPrep "alongside"; -lin although_Conj = mkConj "although"; -lin amid_Prep = mkPrep "amid"; -lin amidst_Prep = mkPrep "amidst"; -lin among_Prep = mkPrep "among"; -lin amongst_Prep = mkPrep "amongst"; -lin an_Conj = mkConj "an"; -lin and_Conj = mkConj "and"; -lin anent_Prep = mkPrep "anent"; -lin around_Prep = mkPrep "around"; -lin as_Conj = mkConj "as"; -lin aslant_Prep = mkPrep "aslant"; -lin astride_Prep = mkPrep "astride"; -lin at_Prep = mkPrep "at"; -lin athwart_Prep = mkPrep "athwart"; -lin bar_Prep = mkPrep "bar"; -lin barring_Prep = mkPrep "barring"; -lin because_Conj = mkConj "because"; -lin before_Conj = mkConj "before"; -lin before_Prep = mkPrep "before"; -lin behind_Prep = mkPrep "behind"; -lin below_Prep = mkPrep "below"; -lin beneath_Prep = mkPrep "beneath"; -lin beside_Prep = mkPrep "beside"; -lin besides_Prep = mkPrep "besides"; -lin between_Prep = mkPrep "between"; -lin betwixt_Prep = mkPrep "betwixt"; -lin beyond_Prep = mkPrep "beyond"; -lin but_Conj = mkConj "but"; -lin but_Prep = mkPrep "but"; -lin by_Prep = mkPrep "by"; -lin circa_Prep = mkPrep "circa"; -lin concerning_Prep = mkPrep "concerning"; -lin considering_Prep = mkPrep "considering"; -lin cos_Conj = mkConj "cos"; -lin despite_Prep = mkPrep "despite"; -lin directly_Conj = mkConj "directly"; -lin down_Prep = mkPrep "down"; -lin during_Prep = mkPrep "during"; -lin either_Conj = mkConj "either"; -lin ere_Prep = mkPrep "ere"; -lin except_Conj = mkConj "except"; -lin except_Prep = mkPrep "except"; -lin excepting_Prep = mkPrep "excepting"; -lin failing_Prep = mkPrep "failing"; -lin for_Conj = mkConj "for"; -lin for_Prep = mkPrep "for"; -lin forasmuch_as_Conj = mkConj "forasmuch as"; -lin from_Prep = mkPrep "from"; -lin howbeit_Conj = mkConj "howbeit"; -lin if_Conj = mkConj "if"; -lin immediately_Conj = mkConj "immediately"; -lin in_Prep = mkPrep "in"; -lin inside_Prep = mkPrep "inside"; -lin instantly_Conj = mkConj "instantly"; -lin into_Prep = mkPrep "into"; -lin less_Prep = mkPrep "less"; -lin lest_Conj = mkConj "lest"; -lin like_Conj = mkConj "like"; -lin like_Prep = mkPrep "like"; -lin likewise_Conj = mkConj "likewise"; -lin mid_Prep = mkPrep "mid"; -lin midst_Prep = mkPrep "midst"; -lin minus_Prep = mkPrep "minus"; -lin near_Prep = mkPrep "near"; -lin neath_Prep = mkPrep "'neath"; -lin neither_Conj = mkConj "neither"; -lin nevertheless_Conj = mkConj "nevertheless"; -lin next_Prep = mkPrep "next"; -lin nigh_Prep = mkPrep "nigh"; -lin nigher_Prep = mkPrep "nigher"; -lin nighest_Prep = mkPrep "nighest"; -lin nisi_Conj = mkConj "nisi"; -lin nor_Conj = mkConj "nor"; -lin notwithstanding_Conj = mkConj "notwithstanding"; -lin notwithstanding_Prep = mkPrep "notwithstanding"; -lin now_Conj = mkConj "now"; -lin o'er_Prep = mkPrep "o'er"; -lin of_Prep = mkPrep "of"; -lin off_Prep = mkPrep "off"; -lin on_Prep = mkPrep "on"; -lin on_to_Prep = mkPrep "on to"; -lin only_Conj = mkConj "only"; -lin onto_Prep = mkPrep "onto"; -lin or_Conj = mkConj "or"; -lin otherwise_Conj = mkConj "otherwise"; -lin outside_Prep = mkPrep "outside"; -lin over_Prep = mkPrep "over"; -lin past_Prep = mkPrep "past"; -lin pending_Prep = mkPrep "pending"; -lin per_Prep = mkPrep "per"; -lin plus_Prep = mkPrep "plus"; -lin provided_Conj = mkConj "provided"; -lin providing_Conj = mkConj "providing"; -lin qua_Conj = mkConj "qua"; -lin qua_Prep = mkPrep "qua"; -lin re_Prep = mkPrep "re"; -lin respecting_Prep = mkPrep "respecting"; -lin round_Prep = mkPrep "round"; -lin sans_Prep = mkPrep "sans"; -lin save_Prep = mkPrep "save"; -lin saving_Prep = mkPrep "saving"; -lin since_Conj = mkConj "since"; -lin since_Prep = mkPrep "since"; -lin so_Conj = mkConj "so"; -lin supposing_Conj = mkConj "supposing"; -lin than_Conj = mkConj "than"; -lin that_Conj = mkConj "that"; -lin tho'_Conj = mkConj "tho'"; -lin though_Conj = mkConj "though"; -lin thro'_Prep = mkPrep "thro'"; -lin through_Prep = mkPrep "through"; -lin throughout_Prep = mkPrep "throughout"; -lin thru_Prep = mkPrep "thru"; -lin till_Conj = mkConj "till"; -lin till_Prep = mkPrep "till"; -lin to_Prep = mkPrep "to"; -lin touching_Prep = mkPrep "touching"; -lin toward_Prep = mkPrep "toward"; -lin towards_Prep = mkPrep "towards"; -lin tween_Prep = mkPrep "'tween"; -lin twixt_Prep = mkPrep "'twixt"; -lin under_Prep = mkPrep "under"; -lin underneath_Prep = mkPrep "underneath"; -lin unless_Conj = mkConj "unless"; -lin unlike_Prep = mkPrep "unlike"; -lin until_Conj = mkConj "until"; -lin until_Prep = mkPrep "until"; -lin unto_Prep = mkPrep "unto"; -lin up_Prep = mkPrep "up"; -lin upon_Prep = mkPrep "upon"; -lin versus_Prep = mkPrep "versus"; -lin via_Prep = mkPrep "via"; -lin vice_Prep = mkPrep "vice"; -lin vis__vis_Prep = mkPrep "vis--vis"; -lin wanting_Prep = mkPrep "wanting"; -lin when_Conj = mkConj "when"; -lin whencesoever_Conj = mkConj "whencesoever"; -lin whenever_Conj = mkConj "whenever"; -lin whereas_Conj = mkConj "whereas"; -lin whether_Conj = mkConj "whether"; -lin while_Conj = mkConj "while"; -lin whilst_Conj = mkConj "whilst"; -lin with_Prep = mkPrep "with"; -lin within_Prep = mkPrep "within"; -lin without_Prep = mkPrep "without"; -lin yet_Conj = mkConj "yet"; -} \ No newline at end of file diff --git a/next-lib/src/parse/oald/asc2gf b/next-lib/src/parse/oald/asc2gf deleted file mode 100644 index d3db827f8..000000000 --- a/next-lib/src/parse/oald/asc2gf +++ /dev/null @@ -1,453 +0,0 @@ -#! /usr/bin/perl -w -# -# Perl script to process OALD machine-readable ASCII file -# into a GF lexicon -# -# Usage: ./asc2gf < ascii_0710-1.txt -# -# Bjorn Bringert 2008, -# based on asc2lex by -# Matthew Purver, 11/2001 - -use strict; - -my %irregular_verbs = (); -my %words = (); - -my $irreg_eng = "../../english/IrregEng.gf"; - -open(IRREG_ENG,"$irreg_eng") or die "Could not open $irreg_eng\n"; -while () { - if (s/\s*([a-z\d]+)_V\s*=.*/$1/) { - chomp; - $irregular_verbs{$_} = 1; - } -} -close IRREG_ENG; - -print "Known irregular verbs from $irreg_eng:\n"; -print join(",", keys %irregular_verbs) . "\n"; - - -# skip header section -while ( ) { - last if /<\/TEIHEADER>/; -} - -# read a line from stdin -while ( my $line = ) { - - # remove SGML tags - $line =~ s/<[^<>]+>//g; - - # split line into fields according to spec (line may be empty now) - if ( $line =~ /^(.{23}).{23}(.{23}).{1}(.{58})$/ ) { - - my ( $word, $pos, $cat ) = ( $1, $2, $3 ); - - # trim white space - for ( ( $word, $pos, $cat ) ) { - s/\s*$//; - } - - # make word lower-case - $word =~ tr/A-Z/a-z/; # lower case - - # translate OALD diacritics - $word =~ s/~n//g; - $word =~ s/ _ - $name =~ s/-/_/g; # - -> _ - $name =~ s/\./_/g; # . -> _ - $name =~ s/^'//; # drop initial ' - - - # get PoS & subcat info - my @pos = split( /,/, $pos ); - $cat =~ s/,/\',\'/g; - ( $cat = "\'$cat\'" ) unless ( $cat eq '' ); - - foreach ( @pos ) { - my ( $pcode, $infl, $freq )=split(//); - - # for verbs, get inflected forms - if ( $pcode =~ /^[GHIJ]/ ) { - $pos = 'verb'; - my ($vbz, $vbg, $vbd); - - # if this is a root form, work out the inflected forms - if ( $infl =~ /^\d/ ) { - if ( $infl == 0 ) { - ( $vbz = $word ) =~ s/$/s/; - ( $vbg = $word ) =~ s/$/ing/; - ( $vbd = $word ) =~ s/$/ed/; - } - elsif ( $infl == 1 ) { - ( $vbz = $word ) =~ s/$/es/; - ( $vbg = $word ) =~ s/$/ing/; - ( $vbd = $word ) =~ s/$/ed/; - } - elsif ( $infl == 2 ) { - ( $vbz = $word ) =~ s/e$/es/; - ( $vbg = $word ) =~ s/e$/ing/; - ( $vbd = $word ) =~ s/e$/ed/; - } - elsif ( $infl == 3 ) { - ( $vbz = $word ) =~ s/y$/ies/; - ( $vbg = $word ) =~ s/y$/ying/; - ( $vbd = $word ) =~ s/y$/ied/; - } - elsif ( $infl == 4 ) { - ( $vbz = $word ) =~ s/$/s/; - ( $vbg = $word ) =~ s/(\w)$/$1$1ing/; - ( $vbd = $word ) =~ s/(\w)$/$1$1ed/; - } - elsif ( $infl == 5 ) { - # for irregulars, just mark as such for now, we'll guess later - $vbz = 'IRREG'; - $vbg = 'IRREG'; - $vbd = 'IRREG'; - } - - my $lin = "mkV \"$word\" \"$vbz\" \"$vbd\" \"$vbd\" \"$vbg\""; - - # try to use a verb from IrregEng - if ( $infl == 5 ) { - for (my $i = 0; $i < length($word) - 1; $i++) { - my $suffix = substr($word, $i); - if ($irregular_verbs{$suffix}) { - if ($i == 0) { - $lin = "IrregEng.${name}_V"; - } else { - my $prefix = substr($word, 0, $i); - $lin = "mkV \"$prefix\" IrregEng.${suffix}_V"; - } - last; - } - } - } - - if ($pcode eq 'G') { - #add_word("${name}_VX", "mkVX ($lin)"); - print STDERR "Ignoring anomalous verb: $name\n"; - } - if ($pcode eq 'I' || $pcode eq 'J') { - add_word("${name}_V", "$lin"); - } - if ($pcode eq 'H' || $pcode eq 'J') { - add_word("${name}_V2", "mkV2 ($lin)"); - } - } - # if this is an inflected form, save for guessing irregulars later - elsif ( $infl =~ /^a/ ) { - #push( @vbz, $word ); - } - elsif ( $infl =~ /^b/ ) { - #push( @vbg, $word ); - } - elsif ( $infl =~ /^c/ ) { - #push( @vbd, $word ); - } - elsif ( $infl =~ /^d/ ) { - #push( @vbn, $word ); - } - } - # for nouns, get plural form - elsif( $pcode =~ /^[KLMNY]/ ) { - $pos = 'noun'; - $pcode =~ s/^K/count/; - $pcode =~ s/^L/mass/; - $pcode =~ s/^M/both/; - $pcode =~ s/^N/proper/; - if ( $pcode =~ /^Y/ ) { - $pcode = 'count' if $infl =~ /^[>\)\]]/; - $pcode = 'mass' if $infl =~ /^\}/; - $pcode = 'proper' if $infl =~ /^[:=~]/; - } - # if this is a singular form, work out plural form - unless ( $infl =~ /^j/ ) { - my $pl = '-'; - if ( $infl eq '6' ) { - ( $pl = $word ) =~ s/$/s/; - } - elsif ( $infl eq '7' ) { - ( $pl = $word ) =~ s/$/es/; - } - elsif ( $infl eq '8' ) { - ( $pl = $word ) =~ s/y$/ies/; - } - elsif ( $infl =~ /^[9k\]]/ ) { - $pl = $word; - } - elsif ( $infl =~ /^i/ ) { - # for irregulars, let's just make a guess and mark with '*' - # this could be done better, as for verbs, but I can't be bothered now - $pl = $word; - ( $pl =~ s/^((wo)?m)an/$1en\*/ ) or - ( $pl =~ s/man(-|$)/men$1\*/ ) or - ( $pl =~ s/-in-law/s-in-law\*/ ) or - ( $pl =~ s/um$/a\*/ ) or - ( $pl =~ s/us$/i\*/ ) or - ( $pl =~ s/a$/ae\*/ ) or - ( $pl =~ s/on$/a\*/ ) or - ( $pl =~ s/is$/es\*/ ) or - ( $pl =~ s/o$/i\*/ ) or - ( $pl =~ s/child$/children\*/ ) or - ( $pl =~ s/oot$/eet\*/ ) or - ( $pl =~ s/ooth$/eeth\*/ ) or - ( $pl =~ s/([lm])ouse$/$1ice\*/ ) or - ( $pl =~ s/f(e)?$/ves\*/ ) or - ( $pl =~ s/[ei]x$/ices\*/ ) or - ( $pl =~ s/eau$/eaux\*/ ) or - ( $pl = 'IRREG' ); - } - # if plural-only, swap root form & plural - elsif ( $infl =~ /^\)/ ) { - $pl = $word; - $word = '-'; - } - ( $infl =~ s/^[:l]/per/ ) or ( $infl =~ s/^[mn]/loc/ ) or ( $infl = '_' ); - - my $comment = ""; - if ( $word eq '-' ) { - $comment .= " {- FIXME: no singular form -}"; - } - if ( $pl eq '-' ) { - $comment .= " {- FIXME: no plural form -}"; - } - if ( $pl =~ s/\*$// ) { - $comment .= " {- FIXME: guessed plural form -}"; - } - - if ( $pcode eq 'proper' ) { - add_word("${name}_PN", "mkPN \"$word\""); - } else { - add_word("${name}_N", "mkN \"$word\" \"$pl\"$comment"); - } - } - } - # for adjectives, get comparative & superlative forms - elsif( $pcode =~ /^O/ ) { - $pos = 'adj'; - # if this is root form, work out inflected forms - unless ( $infl =~ /^[rs]/ ) { - my ($comp, $sup); - if ( $infl =~ /^[Apqt]/ ) { - $comp = $sup = '-'; - } - elsif ( $infl =~ /^B/ ) { - ( $comp = $word ) =~ s/$/r/; - ( $sup = $word ) =~ s/$/st/; - } - elsif ( $infl =~ /^C/ ) { - ( $comp = $word ) =~ s/$/er/; - ( $sup = $word ) =~ s/$/est/; - } - elsif ( $infl =~ /^D/ ) { - ( $comp = $word ) =~ s/y$/ier/; - ( $sup = $word ) =~ s/y$/iest/; - } - elsif ( $infl =~ /^E/ ) { - # for irregulars, let's just have a guess and mark with '*' - # (there aren't very many of these) - ( $comp = $word ) =~ s/(\w)$/$1$1er\*/; - ( $sup = $word ) =~ s/(\w)$/$1$1est\*/; - } - $infl =~ s/^[ABCDE]/normal/; - $infl =~ s/^p/pred/; - $infl =~ s/^q/attr/; - $infl =~ s/^t/affix/; - - if ( $comp eq '-' ) { - add_word("${name}_A", "compoundA (mkA \"$word\")"); - } else { - add_word("${name}_A", "mkA \"$word\" \"$comp\""); - } - } - } - # adverb - elsif( $pcode =~ /^P/ ) { - $pos = 'adv'; - $infl =~ s/^[u\+]/normal/; - $infl =~ s/^w/whrel/; - $infl =~ s/^v/whq/; - add_word("${name}_Adv", "mkAdv \"$word\""); - } - # pronoun - elsif( $pcode =~ s/^Q/_/ ) { - $pos = 'pron'; - $infl =~ s/^x/normal/; - $infl =~ s/^y/whq/; - $infl =~ s/^z/whrel/; - my $class = '_'; - # reflexive pronouns - if ( ( $word =~ /self$/ ) or - ( $word =~ /selves$/ ) ) { - $pcode = 'acc'; - } - # accusative personal pronouns - if ( ( $word =~ /^him/ ) or - ( $word =~ /^her/ ) or - ( $word =~ /^them/ ) or - ( $word eq 'us' ) or - ( $word eq 'thee' ) or - ( $word eq 'me' ) ) { - $pcode = 'acc'; - $class = 'per'; - } - # nominative personal pronouns - if ( ( $word eq 'he' ) or - ( $word eq 'she' ) or - ( $word eq 'they' ) or - ( $word eq 'we' ) or - ( $word eq 'thou' ) or - ( $word eq 'i' ) ) { - $pcode = 'nom'; - $class = 'per'; - } - # other personal pronouns - if ( ( $word =~ /.+one/ ) or - ( $word =~ /one.+/ ) or - ( $word =~ /body/ ) or - ( $word =~ /^you/ ) or - ( $word =~ /^who/ ) ) { - $class = 'per'; - } - # non-personal pronouns - if ( $word =~ /thing/ ) { - $class = 'nper'; - } - # otherwise case/person info will be '_' (anon variable) - # add full spec to @pron array - #push( @pron, "$pos( \'$word\', $pcode, $infl, $class ).\n" ); - } - # for determiners, leave anon variable as placeholder for semantics - elsif( $pcode =~ /^[RS]/ ) { - $pos = 'det'; - $pcode =~ s/^R/def/; - $pcode =~ s/^S/indef/; - #add_word("${name}_Det","mkDeterminer \"$word\""); - } - # for prepositions - nothing to say - elsif( $pcode =~ s/^T/prep/ ) { - $pos = 'prep'; - add_word("${name}_Prep","mkPrep \"$word\""); - } - # for conjunctions - nothing to say - elsif( $pcode =~ s/^V/conj/ ) { - $pos = 'conj'; - add_word("${name}_Conj","mkConj \"$word\""); - } - # for miscellaneous, leave '-' as placeholder for illocutionary info - elsif( $pcode =~ /^[UWXZ]/ ) { - $pos = 'misc'; - #push( @prefix, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^U/prefix/ ); - #push( @interj, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^W/interj/ ); - #push( @partcl, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^X/partcl/ ); - #push( @unknown, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^Z/unknown/ ); - } - } - } -} - -my $absfile = "Oald.gf"; -my $cncfile = "OaldEng.gf"; -my $abs_structfile = "OaldStructural.gf"; -my $cnc_structfile = "OaldStructuralEng.gf"; - -open (ABS, '>', $absfile); -open (CNC, '>', $cncfile); - -open (ABS_STRUCTURAL, '>', $abs_structfile); -open (CNC_STRUCTURAL, '>', $cnc_structfile); - - - -# print a nice comment at the top -my $header = "-- English lexicon for GF, produced from:\n" - . "-- Oxford advanced learner's dictionary of current English:\n" - . "-- expanded 'computer usable' version compiled by Roger Mitton\n" - . "-- The computer usable version is transcribed from:\n" - . "-- Oxford advanced learner's dictionary of current English\n" - . "-- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis.\n" - . "-- 3rd. ed., London : Oxford University Press, 1974.\n" - . "-- Distributed as 'dict0710' by:\n" - . "-- Oxford Text Archive\n" - . "-- Oxford University Computing Services\n" - . "-- 13 Banbury Road\n" - . "-- Oxford\n" - . "-- OX2 6NN\n" - . "-- Under these conditions:\n" - . "-- Freely available for non-commercial use provided that this header is\n" - . "-- included in its entirety with any copy distributed.\n" - . "--\n" - . "-- GF version generated by asc2gf, Bjorn Bringert Nov 2008\n" - . "-- based on asc2lex, Matthew Purver Nov 2001\n" - . "-- http://www.stanford.edu/~mpurver/software.html\n" - . "\n"; -print ABS $header; -print ABS "abstract Oald = Cat ** {\n"; - -print CNC $header; -print CNC "--# -path=.:alltenses\n"; -print CNC "concrete OaldEng of Oald = CatEng ** open ParadigmsEng, IrregEng in {\n"; - -print ABS_STRUCTURAL $header; -print ABS_STRUCTURAL "abstract OaldStructural = Cat ** {\n"; - -print CNC_STRUCTURAL $header; -print CNC_STRUCTURAL "--# -path=.:alltenses\n"; -print CNC_STRUCTURAL "concrete OaldStructuralEng of OaldStructural = CatEng ** open ParadigmsEng in {\n"; - -foreach my $name (sort (keys %words)) { - (my $cat = $name) =~ s/.*_([A-Z][A-Za-z\d]*)$/$1/; - my $lin = $words{$name}; - if ( $cat =~ /^(A)|(N)|(V)|(V2)$/ ) { - print ABS "fun $name : $cat;\n"; - print CNC "lin $name = $lin;\n"; - } else { - print ABS_STRUCTURAL "fun $name : $cat;\n"; - print CNC_STRUCTURAL "lin $name = $lin;\n"; - } -} - -print ABS "}"; -print CNC "}"; - -print ABS_STRUCTURAL "}"; -print CNC_STRUCTURAL "}"; - -close(ABS_STRUCTURAL); -close(CNC_STRUCTURAL); - -close(ABS); -close(CNC); - -print "\nWrote open lexicon to $absfile and $cncfile\n"; -print "Wrote closed lexicon to $abs_structfile and $cnc_structfile\n"; - - - -sub add_word { - my ($name,$lin) = @_; - if (exists $words{$name}) { - print STDERR "Duplicate word: $name\n"; - } else { - $words{$name} = $lin; - } -} diff --git a/next-lib/src/parse/oald/src/README b/next-lib/src/parse/oald/src/README deleted file mode 100644 index fd1e79cee..000000000 --- a/next-lib/src/parse/oald/src/README +++ /dev/null @@ -1,12 +0,0 @@ -This directory contains the Oxford Advanced Learner's Dictionary of Current English -(expanded computer-usable version), available from the Oxford Text Archive (http://ota.ahds.ac.uk). - -It has a flat structure but contains part-of-speech, verb subcategorisation & pronunciation info. - -Files: -ascii_0710-1.txt the original plain ASCII version of the OALD -ascii_0710-2.txt the information to go with it -asc2lex a Perl script to process ASCII -> Prolog -lexicon2.pl the resulting Prolog version, hand-corrected for irregulars etc. - -Matthew Purver, Jan 2001 diff --git a/next-lib/src/parse/oald/src/asc2lex b/next-lib/src/parse/oald/src/asc2lex deleted file mode 100644 index 1bbcabf2f..000000000 --- a/next-lib/src/parse/oald/src/asc2lex +++ /dev/null @@ -1,320 +0,0 @@ -#! /usr/bin/perl -# -# Perl script to process OALD machine-readable ASCII file -# into a Prolog-readable lexicon usable by SHARDS -# -# Usage: ./asc2lex < ascii_0710-1.txt [> OUTPUT.PL] -# -# Matthew Purver, 11/2001 - -# print a nice comment at the top -print "% Prolog lexicon for SHARDS, from OALD machine-readable dictionary\n"; -print "% Produced by asc2lex, Matthew Purver 11/2001\n\n"; - -# skip header section -while ( ) { - last if /<\/TEIHEADER>/; -} - -# read a line from stdin -while ( $line = ) { - - # remove SGML tags - $line =~ s/<[^<>]+>//g; - - # split line into fields according to spec (line may be empty now) - if ( $line =~ /^(.{23}).{23}(.{23}).{1}(.{58})$/ ) { - - # trim white space - for ( ( $word, $pos, $cat ) = ( $1, $2, $3 ) ) { - s/\s*$//; - } - - # make word lower-case atomic string - $word =~ s/\'/\\\'/g; # ' -> \' - $word =~ s/\"/\\\"/g; # " -> \" - $word =~ tr/A-Z/a-z/; # lower case - - # get PoS & subcat info - @pos = split( /,/, $pos ); - $cat =~ s/,/\',\'/g; - ( $cat = "\'$cat\'" ) unless ( $cat eq '' ); - - # set up Prolog-style string & put into array - foreach ( @pos ) { - ( $pcode, $infl, $freq )=split(//); - # for verbs, get inflected forms - if ( $pcode =~ /^[GHIJ]/ ) { - $pos = 'verb'; - $pcode =~ s/^G/unknown/; - $pcode =~ s/^H/tran/; - $pcode =~ s/^I/intran/; - $pcode =~ s/^J/_/; - # if this is a root form, work out the inflected forms - if ( $infl =~ /^\d/ ) { - if ( $infl == 0 ) { - ( $vbz = $word ) =~ s/$/s/; - ( $vbg = $word ) =~ s/$/ing/; - ( $vbd = $word ) =~ s/$/ed/; - } - elsif ( $infl == 1 ) { - ( $vbz = $word ) =~ s/$/es/; - ( $vbg = $word ) =~ s/$/ing/; - ( $vbd = $word ) =~ s/$/ed/; - } - elsif ( $infl == 2 ) { - ( $vbz = $word ) =~ s/e$/es/; - ( $vbg = $word ) =~ s/e$/ing/; - ( $vbd = $word ) =~ s/e$/ed/; - } - elsif ( $infl == 3 ) { - ( $vbz = $word ) =~ s/y$/ies/; - ( $vbg = $word ) =~ s/y$/ying/; - ( $vbd = $word ) =~ s/y$/ied/; - } - elsif ( $infl == 4 ) { - ( $vbz = $word ) =~ s/$/s/; - ( $vbg = $word ) =~ s/(\w)$/$1$1ing/; - ( $vbd = $word ) =~ s/(\w)$/$1$1ed/; - } - elsif ( $infl == 5 ) { - # for irregulars, just mark as such for now, we'll guess later - $vbz = 'IRREG'; - $vbg = 'IRREG'; - $vbd = 'IRREG'; - } - # add the full spec to @verb array - push( @verb, - "$pos( \'$word\', \'$vbz\', \'$vbg\', \'$vbd\', \'$vbd\', $pcode, [$cat] ).\n" ); - } - # if this is an inflected form, save for guessing irregulars later - elsif ( $infl =~ /^a/ ) { - push( @vbz, $word ); - } - elsif ( $infl =~ /^b/ ) { - push( @vbg, $word ); - } - elsif ( $infl =~ /^c/ ) { - push( @vbd, $word ); - } - elsif ( $infl =~ /^d/ ) { - push( @vbn, $word ); - } - } - # for nouns, get plural form - elsif( $pcode =~ /^[KLMNY]/ ) { - $pos = 'noun'; - $pcode =~ s/^K/count/; - $pcode =~ s/^L/mass/; - $pcode =~ s/^M/both/; - $pcode =~ s/^N/proper/; - if ( $pcode =~ /^Y/ ) { - $pcode = 'count' if $infl =~ /^[>\)\]]/; - $pcode = 'mass' if $infl =~ /^\}/; - $pcode = 'proper' if $infl =~ /^[:=~]/; - } - # if this is a singular form, work out plural form - unless ( $infl =~ /^j/ ) { - $pl = '-'; - if ( $infl == 6 ) { - ( $pl = $word ) =~ s/$/s/; - } - elsif ( $infl == 7 ) { - ( $pl = $word ) =~ s/$/es/; - } - elsif ( $infl == 8 ) { - ( $pl = $word ) =~ s/y$/ies/; - } - elsif ( $infl =~ /^[9k\]]/ ) { - $pl = $word; - } - elsif ( $infl =~ /^i/ ) { - # for irregulars, let's just make a guess and mark with '*' - # this could be done better, as for verbs, but I can't be bothered now - $pl = $word; - ( $pl =~ s/^((wo)?m)an/$1en\*/ ) or - ( $pl =~ s/man(-|$)/men$1\*/ ) or - ( $pl =~ s/-in-law/s-in-law\*/ ) or - ( $pl =~ s/um$/a\*/ ) or - ( $pl =~ s/us$/i\*/ ) or - ( $pl =~ s/a$/ae\*/ ) or - ( $pl =~ s/on$/a\*/ ) or - ( $pl =~ s/is$/es\*/ ) or - ( $pl =~ s/o$/i\*/ ) or - ( $pl =~ s/child$/children\*/ ) or - ( $pl =~ s/oot$/eet\*/ ) or - ( $pl =~ s/ooth$/eeth\*/ ) or - ( $pl =~ s/([lm])ouse$/$1ice\*/ ) or - ( $pl =~ s/f(e)?$/ves\*/ ) or - ( $pl =~ s/[ei]x$/ices\*/ ) or - ( $pl =~ s/eau$/eaux\*/ ) or - ( $pl = 'IRREG' ); - } - # if plural-only, swap root form & plural - elsif ( $infl =~ /^\)/ ) { - $pl = $word; - $word = '-'; - } - # and add full spec to @noun array - ( $infl =~ s/^[:l]/per/ ) or ( $infl =~ s/^[mn]/loc/ ) or ( $infl = '_' ); - push( @noun, "$pos( \'$word\', \'$pl\', $pcode, $infl ).\n" ) - } - } - # for adjectives, get comparative & superlative forms - elsif( $pcode =~ /^O/ ) { - $pos = 'adj'; - # if this is root form, work out inflected forms - unless ( $infl =~ /^[rs]/ ) { - if ( $infl =~ /^[Apqt]/ ) { - $comp = $sup = '-'; - } - elsif ( $infl =~ /^B/ ) { - ( $comp = $word ) =~ s/$/r/; - ( $sup = $word ) =~ s/$/st/; - } - elsif ( $infl =~ /^C/ ) { - ( $comp = $word ) =~ s/$/er/; - ( $sup = $word ) =~ s/$/est/; - } - elsif ( $infl =~ /^D/ ) { - ( $comp = $word ) =~ s/y$/ier/; - ( $sup = $word ) =~ s/y$/iest/; - } - elsif ( $infl =~ /^E/ ) { - # for irregulars, let's just have a guess and mark with '*' - # (there aren't very many of these) - ( $comp = $word ) =~ s/(\w)$/$1$1er\*/; - ( $sup = $word ) =~ s/(\w)$/$1$1est\*/; - } - $infl =~ s/^[ABCDE]/normal/; - $infl =~ s/^p/pred/; - $infl =~ s/^q/attr/; - $infl =~ s/^t/affix/; - # and add full spec to @adj array - push( @adj, "$pos( \'$word\', \'$comp\', \'$sup\', $infl ).\n" ); - } - } - # for adverbs, just add all info to @adv array - elsif( $pcode =~ /^P/ ) { - $pos = 'adv'; - $infl =~ s/^[u\+]/normal/; - $infl =~ s/^w/whrel/; - $infl =~ s/^v/whq/; - push( @adv, "$pos( \'$word\', $infl ).\n" ); - } - # for pronouns, work out some case/person info - elsif( $pcode =~ s/^Q/_/ ) { - $pos = 'pron'; - $infl =~ s/^x/normal/; - $infl =~ s/^y/whq/; - $infl =~ s/^z/whrel/; - $class = '_'; - # reflexive pronouns - if ( ( $word =~ /self$/ ) or - ( $word =~ /selves$/ ) ) { - $pcode = 'acc'; - } - # accusative personal pronouns - if ( ( $word =~ /^him/ ) or - ( $word =~ /^her/ ) or - ( $word =~ /^them/ ) or - ( $word eq 'us' ) or - ( $word eq 'thee' ) or - ( $word eq 'me' ) ) { - $pcode = 'acc'; - $class = 'per'; - } - # nominative personal pronouns - if ( ( $word eq 'he' ) or - ( $word eq 'she' ) or - ( $word eq 'they' ) or - ( $word eq 'we' ) or - ( $word eq 'thou' ) or - ( $word eq 'i' ) ) { - $pcode = 'nom'; - $class = 'per'; - } - # other personal pronouns - if ( ( $word =~ /.+one/ ) or - ( $word =~ /one.+/ ) or - ( $word =~ /body/ ) or - ( $word =~ /^you/ ) or - ( $word =~ /^who/ ) ) { - $class = 'per'; - } - # non-personal pronouns - if ( $word =~ /thing/ ) { - $class = 'nper'; - } - # otherwise case/person info will be '_' (anon variable) - # add full spec to @pron array - push( @pron, "$pos( \'$word\', $pcode, $infl, $class ).\n" ); - } - # for determiners, leave anon variable as placeholder for semantics - elsif( $pcode =~ /^[RS]/ ) { - $pos = 'det'; - $pcode =~ s/^R/def/; - $pcode =~ s/^S/indef/; - push( @det, "$pos( \'$word\', $pcode, _ ).\n" ); - } - # for prepositions - nothing to say - elsif( $pcode =~ s/^T/prep/ ) { - $pos = 'prep'; - push( @prep, "$pos( \'$word\', $pcode ).\n" ); - } - # for conjunctions - nothing to say - elsif( $pcode =~ s/^V/conj/ ) { - $pos = 'conj'; - push( @conj, "$pos( \'$word\', $pcode ).\n" ); - } - # for miscellaneous, leave '-' as placeholder for illocutionary info - elsif( $pcode =~ /^[UWXZ]/ ) { - $pos = 'misc'; - push( @prefix, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^U/prefix/ ); - push( @interj, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^W/interj/ ); - push( @partcl, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^X/partcl/ ); - push( @unknown, "$pos( \'$word\', $pcode, '-' ).\n" ) if ( $pcode =~ s/^Z/unknown/ ); - } - } - } -} - -# now have a guess at irregular verb forms (marking the best guess with '*') -foreach $verb ( @verb ) { - if ( $verb =~ /verb\( \'([^\']+)\', \'IRREG/ ) { - $word = $1; - $vbz = findbest( $word, @vbz ); - $vbg = findbest( $word, @vbg ); - $vbd = findbest( $word, @vbd ); - $vbn = findbest( $word, @vbn ); - $verb =~ s/($word\', \')IRREG(\', \')IRREG(\', \')IRREG(\', \')IRREG/\*$1$vbz$2$vbg$3$vbd$4$vbn/; - } -} - -# now print everything out (so we can group PoSs together) -print @verb, "\n", @noun, "\n", @adj, "\n", @adv; -print "\n", @pron, "\n", @det, "\n", @prep, "\n", @conj; -print "\n", @prefix, "\n", @interj, "\n", @partcl, "\n", @unknown; - - -# find closest string match -# similarity measure is just the length of identical prefix -# prefer shorter strings in the case of equal similarity -sub findbest -{ - my ( $word, @array ) = @_; - - $bestlen = 0; - foreach $test ( @array ) { - if ( ( substr( $word, 0, $bestlen-1 ) eq substr( $test, 0, $bestlen-1 ) ) && - ( length( $test ) < length( $best ) ) ) { - $best = $test; - } - while ( ( substr( $word, 0, $bestlen ) eq substr( $test, 0, $bestlen ) ) && - ( $bestlen <= length( $test ) ) ) { - $bestlen++; - $best = $test; - } - } - return $best; -} diff --git a/next-lib/src/parse/oald/src/ascii_0710-1.txt b/next-lib/src/parse/oald/src/ascii_0710-1.txt deleted file mode 100644 index ac11534c1..000000000 --- a/next-lib/src/parse/oald/src/ascii_0710-1.txt +++ /dev/null @@ -1,70648 +0,0 @@ - Oxford advanced learner's dictionary of current English : expanded "computer usable" version / compiled by Roger MittonA machine readable editionunspecifiedHornby, Albert SydneyunspecifiedCowie, Anthony PaulunspecifiedLewis, John Windsor, 1926-com (Compiler)Mitton, RogerText datagreater than 5 Mb Contains markup charactersofflineOxford Text ArchiveOxford
Oxford University Computing Services13 Banbury RoadOxfordOX2 6NNinfo@ota.ahds.ac.uk
dict0710

Freely available for non-commercial use provided that this header is included in its entirety with any copy distributed

[198-?]In EnglishTitle from title page of source text"[Entries have] all inflected forms included in full - but ... no definitions or examples"--Compiler, in OTA recordsPublication based on this text: Literary and Linguistic Computing. -- Vol. 1, No. 4, 1986. Transcribed from: Oxford advanced learner's dictionary of current English / A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. -- 3rd. ed. -- London : Oxford University Press, 1974.

Editorial practices unknown

Reference system unknown

Oxford Text Archive Subject HeadingsLibrary of Congress Subject Headings
UnspecifiedEnglishDictionariesEnglish language -- DictionariesDictionaries -- 20th century14 Jan 1998Burnard, Loucvt (converter)Header auto-generated from TOMES1990-1991Day, Michaeledt (Editor)The following information was at the beginning of a MARC record used to to generate this TEI header, and may contain useful information:"computer usable" version
-'em @m Qx$ 1 -'neath niT T-$ 1 -'shun SVn W-$ 1 -'twas tw0z Gf$ 1 -'tween twin Pu$,T-$ 1 -'tween-decks 'twin-deks Pu$ 2 -'twere tw3R Gf$ 1 -'twill twIl Gf$ 1 -'twixt twIkst T-$ 1 -'twould twUd Gf$ 1 -'un @n Qx$ 1 -A eI Ki$ 1 -A's eIz Kj$ 1 -A-bomb 'eI-b0m K6$ 2 -A-bombs 'eI-b0mz Kj$ 2 -A-level 'eI-levl K6% 3 -A-levels 'eI-levlz Kj% 3 -AA ,eI'eI Y>% 2 -ABC ,eI,bi'si Y>% 3 -ABCs ,eI,bi'siz Y)$ 3 -AD ,eI'di Y~% 2 -AGM ,eIdZI'em Y>% 2 -AIDS eIdz Y}% 1 -AWOL 'eIw0l Y~% 2 -Aachen 'Ak@n Nn$ 2 -Aarhus 'Ahus Nn$ 2 -Abe eIb Nl$ 1 -Abercarn '&b@kAn Nn$ 3 -Aberdare ,&b@'de@R Nn$ 3 -Aberdeen ,&b@'din Nn% 3 -Abergavenny ,&b@g@'venI Nn% 5 -Abergele ,&b@'gelI Nn$ 4 -Abertillery ,&b@tI'le@rI Nn% 5 -Aberystwyth ,&b@'rIstwIT Nn% 4 -Abingdon '&bINd@n Nn% 3 -Abo '&b@U K6$ 2 -Aborigine ,&b@'rIdZ@nI K6% 5 -Aborigines ,&b@'rIdZ@nIz Kj% 5 -Abos '&b@Uz Kj$ 2 -Abraham 'eIbr@h&m Nl% 3 -Accra @'krA Nn% 2 -Accrington '&krINt@n Nn% 3 -Achilles @'kIliz Nl% 3 -Ada 'eId@ Nl% 2 -Adam '&d@m Nl% 2 -Addis Ababa ,&dIs '&b@b@ Nn% 5 -Addressograph @'dres@UgrAf K6$ 4 -Addressographs @'dres@UgrAfs Kj$ 4 -Adelaide '&d@leId Nn% 3 -Adrian 'eIdrI@n Nl% 3 -Adventist '&dv@ntIst K6$ 3 -Adventists '&dv@ntIsts Kj$ 3 -Afghan '&fg&n M6%,OA% 2 -Afghanistan &f,g&nI'stAn Nm% 4 -Afghanistani &f,g&nI'stAnI K6$,OA$ 5 -Afghanistanis &f,g&nI'stAnIz Kj$ 5 -Afghans '&fg&nz Mj% 2 -Africa '&frIk@ Nm% 3 -African '&frIk@n K6%,OA% 3 -Africans '&frIk@nz Kj% 3 -Afrikaans ,&frI'kAns L@% 3 -Afrikaner ,&frI'kAn@R K6%,OA% 4 -Afrikaners ,&frI'kAn@z Kj% 4 -Afro- ,&fr@U- U-% 2 -Afro-American ,&fr@U-@'merIk@n K6% 6 -Afro-Americans ,&fr@U-@'merIk@nz Kj% 6 -Afro-Asian ,&fr@U-'eISn OA% 4 -Afro-wig ,&fr@U-'wIg K6$ 3 -Afro-wigs ,&fr@U-'wIgz Kj$ 3 -Agatha '&g@T@ Nl% 3 -Aggie '&gI Nl$ 2 -Agnes '&gnIs Nl% 2 -Agra 'Agr@ Nn$ 2 -Ahmedabad A'med@b&d Nn$ 4 -Airdrie 'e@drI Nn% 2 -Aireborough 'e@b@r@ Nn$ 3 -Airedale 'e@deIl K6$ 2 -Airedales 'e@deIlz Kj$ 2 -Akron '&kr0n Nn$ 2 -Al &l Nl% 1 -Alabama ,&l@'b&m@ Nm% 4 -Alan '&l@n Nl% 2 -Alaska @'l&sk@ Nm% 3 -Albania &l'beInI@ Nm% 4 -Albanian &l'beInI@n M6%,OA% 4 -Albanians &l'beInI@nz Mj% 4 -Albert '&lb@t Nl% 2 -Alberta &l'b3t@ Nm% 3 -Aldershot 'Old@S0t Nn% 3 -Aleppo @'lep@U Nn$ 3 -Alessandria ,&lI's&ndrI@ Nn$ 5 -Alex '&lIks Nl% 2 -Alexander ,&lIg'zAnd@R Nl% 4 -Alexandra ,&lIg'zAndr@ Nl% 4 -Alexandria ,&lIg'zAndrI@ Nn% 5 -Alf &lf Nl% 1 -Alfred '&lfrId Nl% 2 -Alfreton 'OlfrIt@n Nn$ 3 -Alger '&ldZ@R Nn$ 2 -Algeria &l'dZI@rI@ Nm% 4 -Algerian &l'dZI@rI@n K6%,OA% 4 -Algerians &l'dZI@rI@nz Kj% 4 -Ali '&lI Nl% 2 -Alicante &lI'k&ntI Nn$ 4 -Alice '&lIs Nl% 2 -Alison '&lIsn Nl% 3 -All right ,Ol 'raIt W-% 2 -Allah '&l@ No% 2 -Allahabad ,&l@h@'bAd Nn$ 4 -Allan '&l@n Nl% 2 -Allen '&l@n Nl% 2 -Alloa '&l@U@ Nn$ 3 -Alma Mater ,&lm@ 'mAt@R K6$ 4 -Alma Maters ,&lm@ 'mAt@z Kj$ 4 -Alma-Ata ,&lm@-'At@ Nn$ 4 -Almeria ,&lm@'rI@ Nn$ 4 -Alnwick '&nIk Nn$ 2 -Alright ,Ol'raIt W-% 2 -Alsatian &l'seISn K6% 3 -Alsatians &l'seISnz Kj% 3 -Alton 'Olt@n Nn% 2 -Altrincham 'OltrIN@m Nn% 3 -Alvechurch 'OlvtS3tS Nn$ 2 -Amanda @'m&nd@ Nl% 3 -Amazon '&m@z@n K6% 3 -Amazons '&m@z@nz Kj% 3 -America @'merIk@ Nm% 4 -American @'merIk@n K6*,OA* 4 -Americanism @'merIk@nIz@m M6% 6 -Americanisms @'merIk@nIz@mz Mj% 6 -Americans @'merIk@nz Kj% 4 -Amesbury 'eImzb@rI Nn$ 3 -Amharic &m'h&rIk L@% 3 -Amiens '&mI@nz Nn% 3 -Ammanford '&m@nf@d Nn$ 3 -Amsterdam ,&mst@'d&m Nn% 3 -Amy 'eImI Nl% 2 -Ancona &n'k@Un@ Nn$ 3 -Andorra &n'dOr@ Nm% 3 -Andorran &n'dOr@n K6%,OA% 3 -Andorrans &n'dOr@nz Kj% 3 -Andover '&nd@Uv@R Nn% 3 -Andrew '&ndru Nl% 2 -Andy '&ndI Nl% 2 -Angela '&ndZ@l@ Nl% 3 -Angers &n'Ze@z Nn$ 2 -Angie '&ndZI Nl% 2 -Anglican '&NglIk@n K6%,OA% 3 -Anglicans '&NglIk@nz Kj% 3 -Anglo- ,&Ngl@U- U-% 2 -Anglo-Catholic ,&Ngl@U-'k&TlIk K6%,OA% 4 -Anglo-Catholics ,&Ngl@U-'k&TlIks Kj% 4 -Anglo-Indian ,&Ngl@U-'IndI@n K6%,OA% 5 -Anglo-Indians ,&Ngl@U-'IndI@nz Kj% 5 -Anglo-Saxon ,&Ngl@U-'s&ks@n K6%,OA% 4 -Anglo-Saxons ,&Ngl@U-'s&ks@nz Kj% 4 -Anglomania ,&Ngl@U'meInI@ L@$ 5 -Anglophil '&Ngl@UfIl K6$ 3 -Anglophile '&Ngl@UfaIl K6% 3 -Anglophiles '&Ngl@UfaIlz Kj% 3 -Anglophils '&Ngl@UfIlz Kj$ 3 -Anglophobe '&Ngl@Uf@Ub K6$ 3 -Anglophobes '&Ngl@Uf@Ubz Kj$ 3 -Anglophobia ,&Ngl@U'f@UbI@ L@$ 5 -Angola &N'g@Ul@ Nm% 3 -Angolan &N'g@Ul@n K6%,OA% 3 -Angolans &N'g@Ul@nz Kj% 3 -Anguilla &N'gwIl@ Nm$ 3 -Anguillan &N'gwIl@n K6$,OA$ 3 -Anguillans &N'gwIl@nz Kj$ 3 -Angus '&Ng@s Nl% 2 -Anita @'nit@ Nl% 3 -Ankara '&Nk@r@ Nn% 3 -Ann &n Nl% 1 -Annabel '&n@bel Nl% 3 -Annan '&n@n Nn$ 2 -Anne &n Nl% 1 -Annfield '&nfild Nn$ 2 -Annfield Plain ,&nfild 'pleIn Nn$ 3 -Annie '&nI Nl% 2 -Anno Domini ,&n@U 'd0mInaI Z-% 5 -Anon @'n0n Y=% 2 -Anshan '&nSn Nn$ 2 -Anthea '&nTI@ Nl% 3 -Anthony '&nt@nI Nl% 3 -Antigua &n'tig@ Nm% 3 -Antiguan &n'tig@n K6%,OA% 3 -Antiguans &n'tig@nz Kj% 3 -Antony '&nt@nI Nl% 3 -Antrim '&ntrIm Nm% 2 -Antwerp '&ntw3p Nn% 2 -Apeldoorn '&pldOn Nn$ 3 -Apocrypha @'p0krIf@ Lk% 4 -Apr 'eIprIl Y=% 2 -April 'eIpr@l K6%,Nl% 2 -Aprils 'eIpr@lz Kj$ 2 -Aquarius @'kwe@rI@s No% 4 -Arab '&r@b K6% 2 -Arabian @'reIbI@n K6%,OA% 4 -Arabians @'reIbI@nz Kj% 4 -Arabic '&r@bIk L@%,OA% 3 -Arabist '&r@bIst K6$ 3 -Arabists '&r@bIsts Kj$ 3 -Arabs '&r@bz Kj% 2 -Arbroath A'br@UT Nn% 2 -Arcadian A'keIdI@n K6%,OA% 4 -Arcadians A'keIdI@nz Kj% 4 -Ardrossan A'dr0s@n Nn$ 3 -Argentina ,AdZ@n'tin@ Nm% 4 -Argentine 'AdZ@ntaIn Nm% 3 -Argentinian ,AdZ@n'tinI@n K6%,OA% 5 -Argentinians ,AdZ@n'tinI@nz Kj% 5 -Argonaut 'Ag@nOt K6% 3 -Argonauts 'Ag@nOts Kj% 3 -Argus 'Ag@s K7$ 2 -Argus-eyed 'Ag@s-aId OA$ 3 -Arguses 'Ag@sIz Kj$ 3 -Aries 'e@riz No% 2 -Arizona ,&rI'z@Un@ Nm% 4 -Arkansas 'Ak@nsO Nm% 3 -Armadale 'Am@deIl Nn$ 3 -Armageddon ,Am@'gedn No% 4 -Armagh A'mA Nm% 2 -Arnhem 'An@m Nn% 2 -Arnold 'Anld Nl% 2 -Art At Nl% 1 -Arthur 'AT@R Nl% 2 -Artie 'AtI Nl% 2 -Aryan 'e@rI@n K6%,OA% 3 -Aryans 'e@rI@nz Kj% 3 -Ascot '&sk@t Nn% 2 -Ashbourne '&SbOn Nn% 2 -Ashby '&SbI Nn$ 2 -Ashby Woulds ,&SbI 'w@Uldz Nn$ 3 -Ashby de la Zouch ,&SbI d@ l@ 'zuS Nn$ 5 -Ashford '&Sf@d Nn% 2 -Ashington '&SINt@n Nn$ 3 -Ashton-in-Makerfield ,&St@n-In-'meIk@fild Nn$ 6 -Ashton-under-Lyne ,&St@n-Vnd@-'laIn Nn$ 5 -Asian 'eISn K6%,OA% 2 -Asians 'eISnz Kj% 2 -Asiatic ,eISI'&tIk K6%,OA% 4 -Asiatics ,eISI'&tIks Kj% 4 -Askern '&sk@n Nn$ 2 -Aspull '&sp@l Nn$ 2 -Aston '&st@n Nn% 2 -Athenian @'TinI@n K6%,OA% 4 -Athenians @'TinI@nz Kj% 4 -Athens '&TInz Nn% 2 -Atherstone '&T@st@n Nn$ 3 -Athlone &T'l@Un Nn% 2 -Atlanta &t'l&nt@ Nn% 3 -Atlantic @t'l&ntIk No% 3 -Attic '&tIk OA$ 2 -Auckland 'Okl@nd Nm% 2 -Audley 'Odli Nn$ 2 -Audrey 'OdrI Nl% 2 -Aug 'Og@st Y=% 2 -Augsburg 'aUgzb3g Nn$ 2 -August 'Og@st K6%,No% 2 -Augustan O'gVst@n OA% 3 -Augusts 'Og@sts Kj$ 2 -Aussie '0zI K6% 2 -Aussies '0zIz Kj% 2 -Australia 0'streIlI@ Nm% 4 -Australian 0'streIlI@n K6%,OA% 4 -Australians 0'streIlI@nz Kj% 4 -Austria '0strI@ Nm% 3 -Austrian '0strI@n K6%,OA% 3 -Austrians '0strI@nz Kj% 3 -Ave &v Y=% 1 -Aveley 'eIvlI Nn$ 2 -Avignon '&vINj0n Nn% 3 -Avon 'eIv@n Nm% 2 -Aycliffe 'eIklIf Nn$ 2 -Aylesbury 'eIlzb@rI Nn% 3 -Aylesford 'eIlzf@d Nn$ 2 -Ayr e@R Nn% 1 -B bi Ki$ 1 -B Ed ,bi 'ed Y>% 2 -B's biz Kj$ 1 -BA ,bi'eI Y>% 2 -BBC ,bi,bi'si Y>% 3 -BC ,bi'si Y~% 2 -BMA ,bi,em'eI Y>% 3 -BMus ,bi'mVz Y>% 2 -BST ,bi,es'ti Y~% 3 -BSc ,bi,es'si Y>% 3 -BVM ,bi,vi'em Y>% 3 -Babs b&bz Nl% 1 -Backworth 'b&kw@T Nn$ 2 -Bacup 'beIk@p Nn$ 2 -Badajoz 'b&d@h0z Nn$ 3 -Badalona ,b&d@'l@Un@ Nn$ 4 -Baghdad b&g'd&d Nn% 2 -Bahamas b@'hAm@z Nm% 3 -Bahamian b@'hAmI@n K6%,OA% 4 -Bahamians b@'hAmI@nz Kj% 4 -Bahasa b@'hAz@ L@$ 3 -Bahrain bA'reIn Nm% 2 -Bahraini bA'reInI K6$,OA$ 3 -Bahrainis bA'reInIz Kj$ 3 -Bailey 'beIlI No% 2 -Baku 'b&ku Nn$ 2 -Baldock 'bOld0k Nn$ 2 -Baltimore 'bOltImOR Nn% 3 -Banbury 'b&nb@rI Nn% 3 -Bandung 'b&nd@N Nn$ 2 -Bangalore ,b&Ng@'lOR Nn$ 3 -Bangkok b&N'k0k Nn% 2 -Bangladesh ,b&Ngl@'deS Nm% 3 -Bangladeshi ,b&Ngl@'deSI K6%,OA% 4 -Bangladeshis ,b&Ngl@'deSIz Kj% 4 -Bangor 'b&Ng@R Nn% 2 -Bannockburn 'b&n@kb3n Nn% 3 -Bantry 'b&ntrI Nn$ 2 -Bantu b&n'tu K9%,OA% 2 -Bantus b&n'tuz Kj% 2 -Baptist 'b&ptIst K6%,OA% 2 -Baptists 'b&ptIsts Kj% 2 -Baracaldo ,b&r@'k&ld@U Nn$ 4 -Barbadian bA'beIdI@n K6%,OA% 4 -Barbadians bA'beIdI@nz Kj% 4 -Barbados bA'beId@s Nm% 3 -Barbara 'bAbr@ Nl% 2 -Barcelona ,bAsI'l@Un@ Nn% 4 -Bargoed bA'g@UId Nn$ 2 -Bari 'bAri Nn$ 2 -Barking 'bAkIN Nn% 2 -Barnard Castle ,bAn@d 'kAsl Nn% 4 -Barnet 'bAnIt Nn% 2 -Barnoldswick 'bAn@ldzwIk Nn$ 3 -Barnsley 'bAnzlI Nn% 2 -Barnstaple 'bAnst@pl Nn% 3 -Barranquilla ,b&r@n'ki@ Nn$ 4 -Barrhead 'bAhed Nn$ 2 -Barrow-in-Furness ,b&r@U-In-'f3nIs Nn% 5 -Barry 'b&rI Nl% 2 -Bart bAt Nl$,Y:$ 1 -Bartholomew bA'T0l@mju Nl% 4 -Barton-upon-Humber ,bAt@n-@p0n-'hVmb@R Nn$ 6 -Basel 'bAzl Nn% 2 -Basil 'b&zl Nl% 2 -Basildon 'b&zIld@n Nn% 3 -Basingstoke 'beIziNst@Uk Nn% 3 -Bass b&s L@$ 1 -Bath bAT Nn% 1 -Bath-chair 'bAT-tSe@R K6% 2 -Bath-chairs 'bAT-tSe@z Kj% 2 -Bathgate 'bATgeIt Nn$ 2 -Batley 'b&tlI Nn% 2 -Beaconsfield 'bek@nzfild Nn% 3 -Bearsden 'be@zd@n Nn$ 2 -Beatrice 'bI@trIs Nl% 3 -Beaujolais 'b@UZ@leI L@% 3 -Beaumaris b@U'm&rIs Nn% 3 -Bebington 'bebINt@n Nn$ 3 -Beccles 'beklz Nn% 2 -Beddau 'beDaU Nn$ 2 -Bedford 'bedf@d Nn% 2 -Bedfordshire 'bedf@dS@R Nm% 3 -Bedlington 'bedlINt@n Nn$ 3 -Bedouin 'bedUIn K9% 3 -Beduin 'bedUIn K9$ 3 -Bedwas 'bedw0z Nn$ 2 -Beirut ,beI'rut Nn% 2 -Beith biT Nn$ 1 -Belem 'bel@m Nn$ 2 -Belfast 'belfAst Nn% 2 -Belgian 'beldZ@n K6%,OA% 2 -Belgians 'beldZ@nz Kj% 2 -Belgium 'beldZ@m Nm% 2 -Belgrade ,bel'greId Nn% 2 -Belinda b@'lInd@ Nl% 3 -Bella 'bel@ Nl% 2 -Belle bel Nl% 1 -Bellshill 'belzhIl Nn$ 2 -Belo Horizonte ,bel@U h0rI'z0ntI Nn$ 6 -Belper 'belp@R Nn% 2 -Ben ben Nl% 1 -Benedictine ,benI'dIktIn M6%,OA% 4 -Benedictines ,benI'dIktInz Mj% 4 -Bengali beN'gOlI M6%,OA% 3 -Bengalis beN'gOlIz Mj% 3 -Benin be'nIn Nm% 2 -Beninese benI'niz K9%,OA% 3 -Benjamin 'bendZ@mIn Nl% 3 -Benny 'benI Nl% 2 -Benzedrine 'benz@drin K6% 3 -Benzedrines 'benz@drinz Kj$ 3 -Beograd 'beI@Ugr&d Nn$ 3 -Bergamo b3'gAm@U Nn$ 3 -Bergen 'b3g@n Nn% 2 -Berkhamsted 'b3k@mstId Nn% 3 -Berkshire 'bAkS@R Nm% 2 -Berlin b3'lIn Nn% 2 -Bermuda b@'mjud@ Nm% 3 -Bermudan b@'mjud@n K6$,OA$ 3 -Bermudans b@'mjud@nz Kj$ 3 -Bern b3n Nn$ 1 -Bernard 'b3n@d Nl% 2 -Bernie 'b3nI Nl% 2 -Bert b3t Nl% 1 -Bertha 'b3T@ Nl% 2 -Bertie 'b3tI Nl% 2 -Berwick-upon-Tweed ,berIk-@p0n-'twid Nn% 5 -Beryl 'ber@l Nl% 2 -Bess bes Nl% 1 -Bessie 'besI Nl% 2 -Bethune be'Tun Nn$ 2 -Betsy 'betsI Nl% 2 -Betty 'betI Nl% 2 -Beverley 'bev@lI Nn% 3 -Bewdley 'bjudlI Nn$ 2 -Bexhill ,beks'hIl Nn% 2 -Bexley 'bekslI Nn% 2 -Bhutan bu'tAn Nm% 2 -Bhutani bu'tAnI K6$,OA$ 3 -Bhutanis bu'tAnIz Kj$ 3 -Bible 'baIbl K6% 2 -Bibles 'baIblz Kj% 2 -Bicester 'bIst@R Nn% 2 -Biddulph 'bIdVlf Nn$ 2 -Bideford 'bIdIf@d Nn% 3 -Bielefeld 'bil@felt Nn$ 3 -Biggleswade 'bIglzweId Nn% 3 -Bilbao bIl'bA@U Nn% 3 -Bill bIl Nl% 1 -Billericay bIl@'rIkI Nn% 4 -Billington 'bIlINt@n Nn$ 3 -Billy 'bIlI Nl% 2 -Bingley 'bINlI Nn% 2 -Birkenhead 'b3k@nhed Nn% 3 -Birstall 'b3stOl Nn$ 2 -Birtley 'b3tlI Nn$ 2 -Bishop Auckland ,bIS@p 'Okl@nd Nn% 4 -Bishop's Cleeve ,bIS@ps 'kliv Nn$ 3 -Bishop's Stortford ,bIS@p 'stOf@d Nn% 4 -Bishopbriggs 'bIS@pbrIgz Nn$ 3 -Blackburn 'bl&kb3n Nn% 2 -Blackhall 'bl&khOl Nn$ 2 -Blackpool 'bl&kpul Nn% 2 -Blackshirt 'bl&kS3t K6$ 2 -Blackshirts 'bl&kS3ts Kj$ 2 -Blackwood 'bl&kwUd Nn$ 2 -Blaenau-Ffestiniog ,bleIn@-fes'tInI0g Nn% 6 -Blaenavon bleI'n&v@n Nn$ 3 -Blaengwrach bleIN'grAk Nn$ 2 -Blaina 'blaIn@ Nn$ 2 -Blairgowrie ble@'gaUrI Nn$ 3 -Blantyre bl&n'teI@R Nn% 2 -Bldg 'bIldIN Y=% 2 -Bldgs 'bIldINz Y=% 2 -Bletchley 'bletSlI Nn% 2 -Blidworth 'blIdw@T Nn$ 2 -Blighty 'blaItI Ki% 2 -Blvd 'bul@vAd Y>% 3 -Blyth blaI Nn$ 1 -Bo'ness ,b@U'nes Nn$ 2 -Bob b0b Nl% 1 -Bobby 'b0bI Nl% 2 -Boche b0S Kj$,OA$ 1 -Bochum 'b0k@m Nn$ 2 -Bodmin 'b0dmIn Nn% 2 -Boer 'b@U@R K6%,OA% 2 -Boers 'b@U@z Kj% 2 -Bognor 'b0gn@R Nn% 2 -Bognor Regis ,b0gn@ 'ridZIs Nn% 4 -Bogota ,b0g@'tA Nn% 3 -Boldon 'b0ld@n Nn$ 2 -Bolivia b@'lIvI@ Nm% 4 -Bolivian b@'lIvI@n K6%,OA% 4 -Bolivians b@'lIvI@nz Kj% 4 -Bollington 'b0lINt@n Nn$ 3 -Bologna b@'l0nj@ Nn% 3 -Bolshevik 'b0lS@vIk K6% 3 -Bolsheviks 'b0lS@vIks Kj% 3 -Bolsover 'b0ls@Uv@R Nn% 3 -Bolton 'b@Ult@n Nn% 2 -Bolton-le-Sands ,b@Ult@n-lI-'s&ndz Nn% 4 -Bolzano b0l'zAn@U Nn$ 3 -Bombay b0m'beI Nn% 2 -Bonn b0n Nn% 1 -Bonnybridge 'b0nIbrIdZ Nn$ 3 -Bonnyrigg 'b0nIrIg Nn$ 3 -Bootle 'butl Nn% 2 -Bordeaux bO'd@U L@%,Nn% 2 -Borders 'bOd@z Nm% 2 -Bordon 'bOd@n Nn$ 2 -Boris 'b0rIs Nl% 2 -Boston 'b0st@n Nn% 2 -Botswana b0'tswAn@ Nm% 3 -Bottrop 'b0tr@p Nn$ 2 -Bourne bOn Nn$ 1 -Bournemouth 'bOnm@T Nn% 2 -Bow Bells ,b@U 'belz Kj% 2 -Bowburn 'b@Ub@n Nn$ 2 -Boxing Day 'b0ksIN deI K6%,No% 3 -Boxing Days 'b0ksIN deIz Kj$ 3 -Bracknell 'br&kn@l Nn% 2 -Bradford 'br&df@d Nn% 2 -Bradford-on-Avon ,br&df@d-0n-'eIv@n Nn% 5 -Brahmin 'brAmIn K6% 2 -Brahmins 'brAmInz Kj% 2 -Braintree 'breIntri Nn% 2 -Branderburgh 'br&nd@b@r@ Nn$ 4 -Brasilia br@'zIlI@ Nn% 4 -Bratislava ,br&tI'slAv@ Nn% 4 -Braunschweig 'brOnSveIg Nn% 2 -Braunton 'brOnt@n Nn$ 2 -Brazil br@'zIl Nm% 2 -Brazilian br@'zIlI@n K6%,OA% 4 -Brazilians br@'zIlI@nz Kj% 4 -Breaston 'brist@n Nn$ 2 -Brecknock 'brekn0k Nn% 2 -Breda 'brid@ Nn$ 2 -Breedsall 'bridsOl Nn$ 2 -Bremen 'breIm@n Nn% 2 -Bremerhaven 'breIm@hAv@n Nn% 4 -Bren bren K6$ 1 -Bren-gun 'bren-gVn K6% 2 -Bren-guns 'bren-gVnz Kj% 2 -Brenda 'brend@ Nl% 2 -Brens brenz Kj$ 1 -Brent brent Nn% 1 -Brentwood 'brentwUd Nn% 2 -Brescia 'breSI@ Nn$ 3 -Brest brest Nn$ 1 -Brian 'braI@n Nl% 2 -Bricket Wood ,brIkIt 'wUd Nn% 3 -Bridgend brIdZ'end Nn% 2 -Bridget 'brIdZIt Nl% 2 -Bridgnorth 'brIdZnOT Nn% 2 -Bridgwater 'brIdZwOt@R Nn% 3 -Bridlington 'brIdlINt@n Nn% 3 -Bridport 'brIdpOt Nn% 2 -Brig brIg Y:% 1 -Brigadier ,brIg@'dI@R K6% 4 -Brigadiers ,brIg@'dI@z Kj% 4 -Brighouse 'brIghaUs Nn% 2 -Brightlingsea 'braItlINsi Nn% 3 -Brighton 'braItn Nn% 2 -Brisbane 'brIzb@n Nn% 2 -Bristol 'brIstl Nn% 2 -Brit brIt K6% 1 -Britain 'brItn Nm% 2 -Britannic brI't&nIk OA% 3 -British 'brItIS OA% 2 -Britisher 'brItIS@R K6% 3 -Britishers 'brItIS@z Kj% 3 -Briton 'brItn K6%,OA% 2 -Britons 'brItnz Kj% 2 -Brits brIts Kj% 1 -Brixham 'brIks@m Nn% 2 -Brno 'b3n@U Nn% 2 -Bromley 'br0mlI Nn% 2 -Bromsgrove 'br0mzgr@Uv Nn% 2 -Bros br0s Y=% 1 -Broughton 'brOtn Nn$ 2 -Broxburn 'br0ksb3n Nn$ 2 -Bruce brus Nl% 1 -Bruges bruZ Nn% 1 -Brunei 'brunaI Nm% 2 -Bruneian 'brunaI@n K6$,OA$ 3 -Bruneians 'brunaI@nz Kj$ 3 -Brunswick 'brVnzwIk Nm% 2 -Brussels 'brVslz Nn% 2 -Bryan 'braI@n Nl% 2 -Bt bAt Y:% 1 -Bucarest ,bjuk@'rest Nn% 3 -Buckhaven 'bVkheIvn Nn$ 3 -Buckie 'bVkI Nn$ 2 -Buckingham 'bVkIN@m Nn% 3 -Buckinghamshire 'bVkIN@mS@R Nm% 4 -Buckley 'bVklI Nn$ 2 -Bucksburn 'bVksb3n Nn$ 2 -Budapest 'bjud@pest Nn% 3 -Buddhism 'bUdIz@m L@% 3 -Buddhist 'bUdIst K6% 2 -Buddhists 'bUdIsts Kj% 2 -Buenos Aires ,bwen@s 'eI@rIz Nn% 4 -Buffalo 'bVf@l@U Nn% 3 -Bulgaria bVl'ge@rI@ Nm% 4 -Bulgarian bVl'ge@rI@n K6%,OA% 4 -Bulgarians bVl'ge@rI@nz Kj% 4 -Bulkington 'bVlkINtn Nn$ 3 -Bunsen 'bVnsn K6% 2 -Bunsens 'bVnsnz Kj$ 2 -Burberries 'b3b@rIz Kj$ 3 -Burberry 'b3b@rI K8% 3 -Burgess 'b3dZIs Nn% 2 -Burgos 'b3g0s Nn$ 2 -Burgundy 'b3g@ndI L@% 3 -Burley 'b3lI Nn$ 2 -Burma 'b3m@ Nm% 2 -Burmese b3'miz M9%,OA% 2 -Burnham-on-sea ,b3n@m-0n-'si Nn% 4 -Burnley 'b3nlI Nn% 2 -Burntisland b3nt'aIl@nd Nn$ 3 -Burntwood 'b3ntwUd Nn$ 2 -Burry Port 'bVrI pOt Nn$ 3 -Burscough 'b3sk@U Nn$ 2 -Burton-upon-Trent ,b3tn-@p0n-'trent Nn% 5 -Burundi bU'rUndI Nm% 3 -Burundian bU'rUndI@n K6$,OA$ 4 -Burundians bU'rUndI@nz Kj$ 4 -Bury 'berI Nn% 2 -Bury St. Edmunds ,berI snt 'edm@nz Nn% 5 -Bushman 'bVSm@n Ki% 2 -Bushmen 'bVSm@n Kj% 2 -Buxton 'bVkst@n Nn% 2 -C si Ki$ 1 -C of E ,si @v 'i Y>% 3 -C's siz Kj$ 1 -C-in-C ,siIn'si Y:% 3 -CBI ,si,bi'aI Y>% 3 -CD ,si'di Y>% 2 -CIA ,sI,aI'eI Y>% 3 -CID ,si,aI'di Y>% 3 -CO ,si'@U Y>% 1 -COD ,si@U'di Y~$ 3 -Cadiz k@'dIz Nn% 2 -Caen keIn Nn% 1 -Caerleon kA'li@n Nn% 3 -Caernarfon k@'nAv@n Nn% 3 -Caerphilly k@'fIlI Nn% 3 -Caesar 'siz@R K6% 2 -Caesarian sI'ze@rI@n OA% 4 -Caesars 'siz@z Kj% 2 -Cagliari k&'ljArI Nn$ 3 -Cairo 'kaIr@U Nn% 2 -Calcutta k&l'kVt@ Nn% 3 -Caldicot 'kOldIk0t Nn$ 3 -Cali 'kAlI Nn$ 2 -California ,k&lI'fOnI@ Nm% 4 -Californian ,k&lI'fOnI@n K6%,OA% 5 -Californians ,k&lI'fOnI@nz Kj% 5 -Calne kAn Nn$ 1 -Calor 'k&l@ No% 2 -Calvaries 'k&lv@rIz Kj$ 3 -Calvary 'k&lv@rI K8% 3 -Calverton 'k&lv@t@n Nn$ 3 -Calvinism 'k&lvInIz@m L@% 4 -Calvinist 'k&lvInIst K6% 3 -Calvinists 'k&lvInIsts Kj% 3 -Cambodia k&m'b@UdI@ Nm% 4 -Cambodian k&m'b@UdI@n K6%,OA% 4 -Cambodians k&m'b@UdI@nz Kj% 4 -Cambourne 'k&mbOn Nn$ 2 -Cambridge 'keImbrIdZ Nn% 2 -Cambridgeshire 'keImbrIdZ+S@R Nm% 3 -Cambuslang 'k&mb@sl&N Nn$ 3 -Camden 'k&md@n Nn% 2 -Camembert 'k&m@mbe@R K6% 3 -Camemberts 'k&m@mbe@z Kj$ 3 -Cameroon ,k&m@'run Nm% 3 -Cameroonian ,k&m@'runI@n K6%,OA% 5 -Cameroonians ,k&m@'runI@nz Kj% 5 -Campbeltown 'k&mb@ltaUn Nn% 3 -Canada 'k&n@d@ Nm% 3 -Canadian k@'neIdI@n K6%,OA% 4 -Canadians k@'neIdI@nz Kj% 4 -Canberra 'k&nb@r@ Nn% 3 -Cancer 'k&ns@R No% 2 -Cannes k&n Nn% 1 -Cannock 'k&n@k Nn% 2 -Cantab 'k&nt&b Y~$ 2 -Canterbury 'k&nt@brI Nn% 3 -Canton ,k&n't0n Nn% 2 -Canuck k@'nUk K6$ 2 -Canucks k@'nUks Kj$ 2 -Canvey 'k&nvI Nn% 2 -Canvey Island ,k&nvI 'aIl@nd Nn% 4 -Cape Town 'keIp taUn Nn% 2 -Capitol 'k&pItl K6$ 3 -Capitols 'k&pItlz Kj$ 3 -Capricorn 'k&prIkOn No% 3 -Capt k&pt Y:% 1 -Caracas k@'r&k@s Nn% 3 -Cardenden 'kAdnd@n Nn$ 3 -Cardiff 'kAdIf Nn% 2 -Cardigan 'kAdIg@n Nn% 3 -Carl kAl Nl% 1 -Carlisle kA'laIl Nn% 2 -Carlow 'kAl@U Nm$ 2 -Carluke kA'luk Nn$ 2 -Carmarthen k@'mAD@n Nn% 3 -Carmelite 'kAm@laIt K6%,OA% 3 -Carmelites 'kAm@laIts Kj% 3 -Carnforth 'kAnf@T Nn% 2 -Carnoustie kA'nustI Nn% 3 -Carol 'k&r@l Nl% 2 -Carole 'k&r@l Nl% 2 -Carolina ,k&r@'laIn@ Nm% 4 -Caroline 'k&r@laIn Nl% 3 -Carolyn 'k&r@lIn Nl% 3 -Carrie 'k&rI Nl% 2 -Carron 'k&r@n Nn$ 2 -Cartagena ,kAt@'dZin@ Nn$ 4 -Casablanca ,k&s@'bl&Nk@ Nn% 4 -Castleford 'kAslf@d Nn% 3 -Catalan 'k&t@l&n L@%,OA% 3 -Catania k@'teInI@ Nn$ 4 -Cath k&T Nl% 1 -Catherine 'k&TrIn Nl% 2 -Catholic 'k&TlIk K6%,OA% 2 -Catholicism k@'T0lIsizm L@% 5 -Catholics 'k&TlIks Kj% 2 -Cathy 'k&TI Nl% 2 -Caucasian kO'keIzI@n K6%,OA% 4 -Caucasians kO'keIzI@nz Kj% 4 -Cavan 'k&v@n Nm$ 2 -Cdr k@'mAnd@R Y:% 3 -Cdre 'k0m@dOR Y:% 3 -Cecil 'sesl Nl% 2 -Cecilia sI'silI@ Nl% 4 -Cecily 'ses@lI Nl% 3 -Cedric 'sedrIk Nl% 2 -Cefn-mawr ,kefn-'maUR Nn$ 3 -Celia 'silI@ Nl% 3 -Celsius 'selsI@s Z-% 3 -Celt kelt K6% 1 -Celtic 'keltIk K6%,OA% 2 -Celtics 'keltIks Kj$ 2 -Celts kelts Kj% 1 -Cesarean sI'ze@rI@n OA% 4 -Ceylon sI'l0n Nm% 2 -Chad tS&d Nm% 1 -Chadian 'tS&dI@n K6$,OA$ 3 -Chadians 'tS&dI@nz Kj$ 3 -Chalfont 'tS&lf@nt Nn% 2 -Chalfont St Giles ,tS&lf@nt snt 'dZaIlz Nn% 4 -Chalfont St Peter ,tS&lf@nt snt 'pit@R Nn% 5 -Changchun ,tS&N'tSUn Nn$ 2 -Changsha ,tS&N'SA Nn$ 2 -Chard tSAd Nn$ 1 -Charles tSAlz Nl% 1 -Charleston 'tSAlst@n K6% 2 -Charlestons 'tSAlst@nz Kj$ 2 -Charlie 'tSAlI Nl% 2 -Charlotte 'SAl@t Nl% 2 -Chartism 'tSAtIz@m L@% 3 -Chartist 'tSAtIst K6% 2 -Chartists 'tSAtIsts Kj% 2 -Charybdis k@'rIbdIs No% 3 -Chas tS&z Nl% 1 -Chatham 'tS&t@m Nn% 2 -Cheadle 'tSidl Nn% 2 -Cheddar 'tSed@R L@% 2 -Cheers tSI@z W-% 1 -Chelmsford 'tSelmzf@d Nn% 2 -Chelsea 'tSelsI Nn% 2 -Cheltenham 'tSeltn@m Nn% 2 -Chelyabinsk ,tSIlI@'bInsk Nn$ 3 -Chengchow ,tSeN'tSaU Nn$ 2 -Chengtu ,tSeN'tu Nn$ 2 -Chepstow 'tSepst@U Nn% 2 -Chesham 'tSeS@m Nn% 2 -Cheshire 'tSeS@R Nm% 2 -Chester 'tSest@R Nn% 2 -Chester-le-Street ,tSest@-lI-'strit Nn% 4 -Chesterfield 'tSest@fild Nn% 3 -Chianti kI'&ntI L@% 3 -Chicago SI'kAg@U Nn% 3 -Chichester 'tSItSIst@R Nn% 3 -Chile 'tSIlI Nm% 2 -Chilean 'tSIlI@n K6%,OA% 3 -Chileans 'tSIlI@nz Kj% 3 -China 'tSaIn@ Nm% 2 -Chinchow ,tSIn'tSaU Nn$ 2 -Chinese tSaI'niz M9%,OA% 2 -Chippendale 'tSIp@ndeIl K6% 3 -Chippendales 'tSIp@ndeIlz Kj% 3 -Chippenham 'tSIpn@m Nn% 3 -Chloe 'kl@UI Nl% 2 -Chopwell 'tS0pwIl Nn$ 2 -Chorley 'tSOlI Nn% 2 -Chris krIs Nl% 1 -Chrissie 'krIsI Nl% 2 -Chrissy 'krIsI Nl% 2 -Christ kraIst No% 1 -Christchurch 'kraIstS3tS Nn% 2 -Christendom 'krIsnd@m K6% 3 -Christendoms 'krIsnd@mz Kj$ 3 -Christian 'krIstS@n K6%,Nl%,OA% 2 -Christianity ,krIstI'&nItI L@% 5 -Christians 'krIstS@nz Kj% 2 -Christina krI'stin@ Nl% 3 -Christine 'krIstin Nl% 2 -Christlike 'kraIslaIk OA% 2 -Christmas 'krIsm@s K7%,No% 2 -Christmas-box 'krIsm@s-b0ks K7% 3 -Christmas-boxes 'krIsm@s-b0ksIz Kj% 4 -Christmas-tree 'krIsm@s-tri K6% 3 -Christmas-trees 'krIsm@s-triz Kj% 3 -Christmases 'krIsm@sIz Kj% 3 -Christmastide 'krIsm@staId K6% 3 -Christmastides 'krIsm@staIdz Kj$ 3 -Christmastime 'krIsm@staIm K6% 3 -Christmastimes 'krIsm@staImz Kj$ 3 -Christopher 'krIst@f@R Nl% 3 -Chungking ,tSUN'kIN Nn$ 2 -Cincinnati ,sInsI'n&tI Nn% 4 -Cinderella ,sInd@'rel@ K6% 4 -Cinderellas ,sInd@'rel@z Kj$ 4 -Cinderford 'sInd@f@d Nn$ 3 -Cirencester 'saIr@nsest@R Nn% 4 -Civvy Street 'sIvI strit No$ 3 -Clackmannon kl&k'm&n@n Nn$ 3 -Clacton 'kl&kt@n Nn% 2 -Clare kle@R Nl% 1 -Clarkston 'klAkst@n Nn$ 2 -Clarrie 'kl&rI Nl$ 2 -Classics 'kl&sIks Lk% 2 -Claud klOd Nl% 1 -Claude klOd Nl% 1 -Clay Cross ,kleI 'kr0s Nn$ 2 -Cleator Moor ,klit@ 'mU@R Nn$ 3 -Cleethorpes 'kliTOps Nn% 2 -Clem klem Nl% 1 -Clement 'klem@nt Nl% 2 -Clermont-Ferrand ,kle@m0N-fe'r0N Nn% 4 -Clevedon 'klivd@n Nn% 2 -Cleveland 'klivl@nd Nm% 2 -Cliff klIf Nl% 1 -Clifford 'klIf@d Nl% 2 -Clitheroe 'klID@r@U Nn% 3 -Clive klaIv Nl% 1 -Clowne klaUn Nn$ 1 -Clwyd 'kluId Nm% 2 -Clydach 'klId&k Nn$ 2 -Clydebank 'klaIdb&Nk Nn% 2 -Co k@U Y>% 1 -Co-op k@U-'0p Y>% 2 -Coalville 'k@UlvIl Nn$ 2 -Coatbridge 'k@UtbrIdZ Nn$ 2 -Cobham 'k0b@m Nn% 2 -Coca-Cola ,k@Uk@-'k@Ul@ M6% 4 -Coca-Colas ,k@Uk@-'k@Ul@z Mj% 4 -Cockermouth 'k0k@m@T Nn% 3 -Codsall 'k0ds@l Nn$ 2 -Coimbatore ,kOImb@'tOR Nn$ 4 -Col 'k3nl Y:% 2 -Colchester 'k0ltSest@R Nn% 3 -Coleshill 'k@UlzhIl Nn$ 2 -Colin 'k0lIn Nl% 2 -Coll 'k0lIdZ Y=% 2 -Colne k@Un Nn$ 1 -Cologne k@'l@Un Nn% 2 -Colombia k@'l0mbI@ Nm% 4 -Colombian k@'l0mbI@n K6%,OA% 4 -Colombians k@'l0mbI@nz Kj% 4 -Colombo k@'l0mb@U Nn% 3 -Colorado ,k0l@'rAd@U Nm% 4 -Columbia k@'lVmbI@ Nm% 4 -Columbus k@'lVmb@s Nn% 3 -Colwyn Bay ,k0lwIn 'beI Nn% 3 -Confucian k@n'fjuSn K6%,OA% 3 -Confucians k@n'fjuSnz Kj% 3 -Congleton 'k0Nglt@n Nn% 3 -Congo 'k0Ng@U Nm% 2 -Congolese ,k0Ng@'liz K9%,OA% 3 -Congregational ,k0NgrI'geIS@n@l OA% 5 -Connah's Quay ,k0n@z 'ki Nn$ 3 -Connaught 'k0nOt Nm% 2 -Connecticut k@'netIk@t Nm% 4 -Connie 'k0nI Nl% 2 -Cons k0ns Y~% 1 -Consett 'k0nsIt Nn$ 2 -Constance 'k0nst@ns Nl% 2 -Conwy 'k0nweI Nn% 2 -Cookham 'kUk@m Nn% 2 -Copenhagen ,k@Up@n'heIg@n Nn% 4 -Copernican k@'p3nIk@n OA% 4 -Coppull 'k0p@l Nn$ 2 -Copt k0pt K6$,OA$ 1 -Coptic 'k0ptIk K6% 2 -Coptics 'k0ptIks Kj% 2 -Copts k0pts Kj$ 1 -Corby 'kObI Nn% 2 -Cordoba 'kOd@b@ Nn% 3 -Corinthian k@'rInTI@n K6%,OA% 4 -Corinthians k@'rInTI@nz Kj% 4 -Cork kOk Nn% 1 -Cornwall 'kOnwOl Nm% 2 -Corp kOp Y=% 1 -Corps Diplomatique ,kO ,dIpl@m&'tik Ki% 5 -Corsham 'kOS@m Nn$ 2 -Corunna k@'rVn@ Nn% 3 -Cosenza k@'senz@ Nn$ 3 -Costa Rica ,k0st@ 'rik@ Nm% 4 -Costa Rican ,k0st@ 'rik@n K6%,OA% 4 -Costa Ricans ,k0st@ 'rik@nz Kj% 4 -Coventry 'k0vntrI Nn% 3 -Cowdenbeath ,kaUd@n'biT Nn% 3 -Cowes kaUz Nn% 1 -Cpl 'kOpr@l Y:% 2 -Cramlington 'kr&mlINt@n Nn$ 3 -Crawley 'krOlI Nn% 2 -Creole 'kri@Ul M6%,OA% 2 -Creoles 'kri@Ulz Mj$ 2 -Cres krez Y=% 1 -Creswell 'kreswIl Nn$ 2 -Crewe kru Nn% 1 -Crieff krif Nn$ 1 -Croesus 'kris@s Nl% 2 -Cromer 'kr@Um@R Nn% 2 -Crook krUk Nn$ 1 -Crosby 'kr0sbI Nn% 2 -Crowborough 'kr@Ub@r@ Nn% 3 -Crowthorne 'kr@UTOn Nn% 2 -Croydon 'kroId@n Nn% 2 -Cuba 'kjub@ Nm% 2 -Cuban 'kjub@n K6%,OA% 2 -Cubans 'kjub@nz Kj% 2 -Cudworth 'kVdw@T Nn$ 2 -Cuffley 'kVflI Nn$ 2 -Culcheth 'kVltS@T Nn$ 2 -Cumberland 'kVmb@l@nd Nm% 3 -Cumbernauld 'kVmb@nOld Nn% 3 -Cumbria 'kVmbrI@ Nm% 3 -Cumnock 'kVmn@k Nn$ 2 -Cupar 'kup@R Nn$ 2 -Cupid 'kjupId Nl% 2 -Curitiba ,kU@rI'tib@ Nn$ 4 -Currie 'kVrI Nn$ 2 -Cwmbran kum'brAn Nn% 2 -Cyclopean saI'kl@UpI@n OA% 4 -Cynthia 'sInTI@ Nl% 3 -Cyprian 'sIprI@n OA$ 3 -Cypriot 'sIprI@t K6%,OA% 3 -Cypriots 'sIprI@ts Kj% 3 -Cyprus 'saIpr@s Nm% 2 -Cyril 'sIr@l Nl% 2 -Cyrillic sI'rIlIk OA% 3 -Czech tSek M6%,OA% 1 -Czechoslovak ,tSek@U'sl@Uv&k K6%,OA% 4 -Czechoslovakia ,tSek@Usl@'v&kI@ Nm% 6 -Czechoslovakian ,tSek@Usl@'v&kI@n K6%,OA% 6 -Czechoslovakians ,tSek@Usl@'v&kI@nz Kj% 6 -Czechoslovaks ,tSek@U'sl@Uv&ks Kj% 4 -Czechs tSeks Mj% 1 -D di Ki$ 1 -D's diz Kj$ 1 -D-day 'di-deI No% 2 -DDT ,di,di'ti Y}% 3 -DES ,di,i'es Y>% 3 -DG ,di'dZi Y:$ 2 -DIY ,di,aI'waI Y}% 3 -DJ ,di'dZeI Y>% 2 -DJs ,di'dZeIz Y)% 2 -DLitt ,di'lIt Y>$ 2 -DM 'doItSmAk Y]% 2 -DNA ,di,en'eI Y}% 3 -DPhil ,di'fIl Y>% 2 -DSS ,di,es'es Y>% 3 -DSc ,di,es'si Y>% 3 -DTI ,di,ti'aI Y>% 3 -DTs ,di'tiz Y)$ 2 -Dacca 'd&k@ Nn% 2 -Dail Eireann ,doIl 'e@r@n Ki% 3 -Daisy 'deIzI Nl% 2 -Dakar 'd&k@R Nn$ 2 -Dakota d@'k@Ut@ Nm% 3 -Dalkeith d&l'kiT Nn% 2 -Dallas 'd&l@s Nn% 2 -Dalry d&l'raI Nn$ 2 -Dalton 'd0ltn Nn$ 2 -Damascus d@'m&sk@s Nn% 3 -Damocles 'd&m@kliz Nl% 3 -Dan d&n Nl% 1 -Dane deIn K6% 1 -Danes deInz Kj% 1 -Daniel 'dAnI@l K6%,Nl% 2 -Daniels 'dAnI@lz Kj% 2 -Danish 'deInIS L@%,OA% 2 -Danny 'd&nI Nl% 2 -Daphne 'd&fnI Nl% 2 -Darby 'dAbI Nl$ 2 -Darenth 'd&r@nT Nn$ 2 -Darfield 'dAfild Nn$ 2 -Darkey 'dAkI K6$ 2 -Darkeys 'dAkIz Kj$ 2 -Darkie 'dAkI K6% 2 -Darkies 'dAkIz Kj% 2 -Darky 'dAkI K8% 2 -Darlington 'dAlINt@n Nn% 3 -Darmstadt 'dAmst&t Nn% 2 -Dartford 'dAtf@d Nn% 2 -Dartmouth 'dAtm@T Nn% 2 -Darwen 'dAwIn Nn% 2 -Dave deIv Nl% 1 -Daventry 'd&vIntrI Nn% 3 -Davey 'deIvI Nl% 2 -David 'deIvId Nl% 2 -Dawley 'dOlI Nn$ 2 -Dawlish 'dOlIS Nn% 2 -Dawn dOn Nl% 1 -Dayton 'deItn Nn$ 2 -Deal dil Nn$ 1 -Dean din Nl% 1 -Debbie 'debI Nl% 2 -Debby 'debI Nl% 2 -Deborah 'deb@r@ Nl% 3 -Dec dek Y=% 1 -Decalogue 'dek@l0g K6% 3 -Decalogues 'dek@l0gz Kj$ 3 -December dI'semb@R K6%,No% 3 -Decembers dI'semb@z Kj$ 3 -Deirdre 'dI@drI Nl% 2 -Delaware 'del@we@R Nm% 3 -Delhi 'delI Nn% 2 -Delphic 'delfIk OA% 2 -Denain d@'neIn Nn$ 2 -Denbigh 'denbI Nn$ 2 -Denis 'denIs Nl% 2 -Denise d@'niz Nl% 2 -Denmark 'denmAk Nm% 2 -Dennis 'denIs Nl% 2 -Denny 'denI Nn% 2 -Denver 'denv@R Nn% 2 -Dept dI'pAtm@nt Y=% 3 -Derby 'dAbI Nn% 2 -Derbyshire 'dAbIS@R Nm% 3 -Dereham 'dI@r@m Nn$ 2 -Derek 'derIk Nl% 2 -Des dez Nl% 1 -Desmond 'dezm@nd Nl% 2 -Dessau 'desaU Nn$ 2 -Detroit dI'troIt Nn% 2 -Deutschmark 'doItSmAk K6% 2 -Deutschmarks 'doItSmAks Kj% 2 -Devizes dI'vaIzIz Nn% 3 -Devon 'devn Nm% 2 -Dewsbury 'djuzb@rI Nn% 3 -Di daI Nl% 1 -Diana daI'&n@ Nl% 3 -Diaspora daI'&sp@r@ K6% 4 -Diasporas daI'&sp@r@z Kj$ 4 -Dick dIk Nl% 1 -Dicky 'dIkI Nl% 2 -Dictaphone 'dIkt@f@Un K6% 3 -Dictaphones 'dIkt@f@Unz Kj$ 3 -Didcot 'dIdk@t Nn% 2 -Dijon 'diZ0N Nn% 2 -Dingle 'dINgl Nn% 2 -Dinnington 'dInINt@n Nn$ 3 -Dip dIp Y>% 1 -Dip Ed ,dIp 'ed Y>% 2 -Dir dI'rekt@R Y>% 3 -Dives 'daIviz Nl$ 2 -Djibouti dZI'butI Nm% 3 -Djiboutian dZI'butI@n K6$,OA$ 4 -Djiboutians dZI'butI@nz Kj$ 4 -Dnepropetrovsk nI,pr0pI'tr0fsk Nn$ 4 -DoE ,di,@U'i Y>% 3 -Dolly 'd0lI Nl% 2 -Domesday 'dumzdeI No% 2 -Dominic 'd0mInik Nl% 3 -Dominica d@'mInIk@ Nm% 4 -Dominican d@'mInIk@n K6%,OA% 4 -Dominicans d@'mInIk@nz Kj% 4 -Don d0n Nl% 1 -Donald 'd0nld Nl% 2 -Doncaster 'd0Nk&st@R Nn% 3 -Donegal 'd0nIgOl Nm% 3 -Donetsk d@'netsk Nn$ 2 -Doomsday 'dumzdeI No% 2 -Dora 'dOr@ Nl% 2 -Dorchester 'dOtSIst@R Nn% 3 -Dordrecht 'dOdrIkt Nn$ 2 -Doreen 'dOrin Nl% 2 -Doric 'd0rIk OA$ 2 -Doris 'd0rIs Nl% 2 -Dorking 'dOkIN Nn% 2 -Dorothy 'd0r@TI Nl% 3 -Dorset 'dOsIt Nm% 2 -Dortmund 'dOtm@nd Nn% 2 -Douai 'dueI Nn$ 2 -Doug dVg Nl% 1 -Douglas 'dVgl@s Nl% 2 -Dover 'd@Uv@R Nn% 2 -Down daUn Nm$ 1 -Downing Street 'daUnIN strit No% 3 -Dr 'd0kt@R Y:% 2 -Drayton 'dreItn Nn$ 2 -Dresden 'drezd@n Nn% 2 -Driffield 'drIfild Nn$ 2 -Drogheda 'droIId@ Nn% 3 -Droitwich 'droItwItS Nn% 2 -Dronfield 'dr0nfild Nn$ 2 -Druid 'druId K6% 2 -Druids 'druIdz Kj% 2 -Dublin 'dVblIn Nn% 2 -Dubliner 'dVblIn@R K6% 3 -Dubliners 'dVblIn@z Kj% 3 -Duce 'dutSeI Ki$ 2 -Dudley 'dVdlI Nn% 2 -Duisburg 'dusb3g Nn$ 2 -Dukinfield 'dVkInfild Nn$ 3 -Dumbarton dVm'bAtn Nn% 3 -Dumfries dVm'fris Nn% 2 -Dun Laoghaire dVn 'lI@rI Nn% 3 -Duncan 'dVnk@n Nl% 2 -Dundalk dVn'dOk Nn$ 2 -Dundee dVn'di Nn% 2 -Dunfermline dVn'f3mlIn Nn% 3 -Dunkirk dVn'k3k Nn% 2 -Dunoon dV'nun Nn$ 2 -Dunstable 'dVnst@bl Nn% 3 -Durban 'd3b@n Nn% 2 -Durham 'dVr@m Nn% 2 -Durrington 'dVrINt@n Nn$ 3 -Dursley 'd3zlI Nn$ 2 -Dusseldorf 'dVsldOf Nn% 3 -Dutch dVtS L@%,OA% 1 -Dutchman 'dVtSm@n Ki% 2 -Dutchmen 'dVtSm@n Kj% 2 -Dyfed 'dVvId Nm% 2 -E i Ki$ 1 -E's iz Kj$ 1 -EC ,i'si Y>% 2 -EDP ,i,di'pi Y}$ 3 -EEC ,i,i'si Y>% 3 -EEG ,i,i'dZi Y>% 3 -EFTA 'eft@ Y>% 2 -ESP ,i,es'pi Y}% 3 -Eaglescliffe 'iglzklIf Nn$ 3 -Ealing 'ilIN Nn% 2 -Earl Shilton ,3l 'SIltn Nn$ 3 -Easington 'izINt@n Nn$ 3 -East Dereham ,ist 'dI@r@m Nn$ 3 -East Grinstead ,ist 'grInstId Nn% 3 -East Kilbride ,ist kIl'braId Nn% 3 -East Retford ,ist 'retf@d Nn$ 3 -Eastbourne 'isbOn Nn% 2 -Easter 'ist@R K6%,No% 2 -Easters 'ist@z Kj$ 2 -Eastleigh 'istli Nn$ 2 -Ebbw Vale ,ebU 'veIl Nn% 3 -Eccles 'eklz Nn% 2 -Ecuador 'ekw@dOR Nm% 3 -Ecuadorian ,ekw@'dOrI@n K6%,OA% 5 -Ecuadorians ,ekw@'dOrI@nz Kj% 5 -Ed ed Nl% 1 -Eddie 'edI Nl% 2 -Eddy 'edI Nl% 2 -Eden 'idn No% 2 -Edenbridge 'idnbrIdZ Nn% 3 -Edgar 'edg@R Nl% 2 -Edinburgh 'edInbr@ Nn% 3 -Edith 'idIT Nl% 2 -Edmund 'edm@nd Nl% 2 -Edward 'edw@d Nl% 2 -Edwardian Id'wOdI@n K6%,OA% 4 -Edwardians Id'wOdI@nz Kj% 4 -Egremont 'egrIm0nt Nn$ 3 -Egypt 'idZIpt Nm% 2 -Egyptian I'dZIpSn K6%,OA% 3 -Egyptians I'dZIpSnz Kj% 3 -Eiche 'aIk@ Nn$ 2 -Eileen 'aIlin Nl% 2 -Eindhoven 'aIndh0vn Nn% 3 -El Dorado ,el d@'rAd@U Ki% 4 -El Dorados ,el d@'rAd@Uz Kj$ 4 -El Salvador el 's&lv@dOR Nm% 4 -Elaine I'leIn Nl% 2 -Elastoplast I'l&st@,plAst L@% 3 -Elderslie 'eld@zlI Nn$ 3 -Eleanor 'el@n@R Nl% 3 -Elgin 'elgIn Nn$ 2 -Eliza I'laIz@ Nl% 3 -Elizabeth I'lIz@b@T Nl% 4 -Elizabethan I,lIz@'biTn K6%,OA% 5 -Elizabethans I,lIz@'biTnz Kj% 5 -Elland 'el@nd Nn$ 2 -Ellen 'el@n Nl% 2 -Ellesmere 'elzmI@R Nn% 3 -Ellesmere Port ,elzmI@ 'pOt Nn% 3 -Ellie 'elI Nl% 2 -Elloughton 'el@t@n Nn$ 3 -Elsie 'elsI Nl% 2 -Elstree 'elstri Nn% 2 -Ely 'ilI Nn% 2 -Elysian I'lIzI@n OA% 4 -Elysium I'lIzI@m No% 4 -Emily 'emlI Nl% 2 -Emma 'em@ Nl% 2 -Emsworth 'emzw@T Nn$ 2 -Enfield 'enfild Nn% 2 -England 'INgl@nd Nm% 2 -English 'INglIS L@*,OA* 2 -Englishman 'INglISm@n Ki% 3 -Englishmen 'INglISm@n Kj% 3 -Englishwoman 'INglISwUm@n Ki% 4 -Englishwomen 'INglISwImIn Kj% 4 -Enoch 'in0k Nl% 2 -Enschede 'ensk@dI Nn$ 3 -Epiphany I'pIf@nI No% 4 -Epping 'epIN Nn% 2 -Epsom 'eps@m Nn% 2 -Erfurt 'e@f3t Nn$ 2 -Eric 'erik Nl% 2 -Erica 'erIk@ Nl% 3 -Erin 'erIn Nm% 2 -Eritrea ,erI'treI@ Nm% 4 -Eritrean ,erI'treI@n K6%,OA% 4 -Eritreans ,erI'treI@nz Kj% 4 -Erlangen '3l&N@n Nn$ 3 -Ernest '3nIst Nl% 2 -Ernie '3nI Nl% 2 -Erse 3s L@$ 1 -Esfahan ,Isf@'hAn Nn$ 3 -Eskimo 'eskIm@U K6% 3 -Eskimoes 'eskIm@Uz Kj% 3 -Eskimos 'eskIm@Uz Kj% 3 -Esperanto ,esp@'r&nt@U L@% 4 -Esq esk Y:% 1 -Esquire I'skwaI@R K6% 2 -Esquires I'skwaI@z Kj% 2 -Essen 'es@n Nn$ 2 -Essex 'esIks Nm% 2 -Esther 'est@R Nl% 2 -Ethel 'eTl Nl% 2 -Ethiopia ,iTI'@UpI@ Nm% 5 -Ethiopian ,iTI'@UpI@n K6%,OA% 5 -Ethiopians ,iTI'@UpI@nz Kj% 5 -Eucharist 'juk@rIst K6% 3 -Eucharists 'juk@rIsts Kj$ 3 -Euclidean ju'klIdI@n OA% 4 -Eugene ju'dZin Nl% 2 -Eunice 'junIs Nl% 2 -Eurasia jU@'reIZ@ Nm$ 3 -Eurasian jU@'reIZn K6%,OA% 3 -Eurasians jU@'reIZnz Kj% 3 -Eurodollar 'jU@r@Ud0l@R K6% 4 -Eurodollars 'jU@r@Ud0l@z Kj% 4 -Europe 'jU@r@p Nm% 2 -European ,jU@r@'pI@n K6%,OA% 4 -Europeans ,jU@r@'pI@nz Kj% 4 -Eurovision 'jU@r@vIZn No% 4 -Eustachian ju'steISn Oq% 3 -Eva 'iv@ Nl% 2 -Eve iv Nl% 1 -Evelyn 'ivlIn Nl% 2 -Evesham 'ivS@m Nn% 2 -Ewell 'ju@l Nn$ 2 -Excellencies 'eks@l@nsIz Kj% 4 -Excellency 'eks@l@nsI K8% 4 -Exeter 'eksIt@R Nn% 3 -Exmouth 'eksm@T Nn% 2 -F ef Ki$ 1 -F's efs Kj$ 1 -FA ,ef'eI Y>% 2 -FAO ,ef,eI'@U Y>% 3 -FBI ,efbI'aI Y>% 3 -FM ,ef'em Y}% 2 -FO ,ef'@U Y>% 2 -FRS ,efA'res Y>% 3 -Fabian 'feIbI@n K6%,OA% 3 -Fabians 'feIbI@nz Kj% 3 -Fahrenheit 'f&r@nhaIt Z-% 3 -Falkirk 'fOlk3k Nn% 2 -Fallopian f@'l@UpI@n Oq% 4 -Falmouth 'f&lm@T Nn% 2 -Fanny 'f&nI Nl% 2 -Farnham 'fAn@m Nn% 2 -Farnworth 'fAnw@T Nn$ 2 -Farsi 'fAsI L@$ 2 -Fauldhouse 'fOldhaUs Nn$ 2 -Faversham 'f&v@S@m Nn% 3 -Fawley 'fOlI Nn% 2 -Featherstone 'feD@st@n Nn% 3 -Feb feb Y=% 1 -Februaries 'febjU@rIz Kj$ 4 -February 'febjU@rI K8%,No% 4 -Fed fed Y>% 1 -Felicity f@'lIsItI Nl% 4 -Felix 'filIks Nl% 2 -Felixstowe 'filIkst@U Nn% 3 -Fermanagh f@'m&n@ Nm% 3 -Ferrara f@'rAr@ Nn$ 3 -Ferryhill 'ferIhIl Nn$ 3 -Fife faIf Nm% 1 -Fiji ,fi'dZi Nm% 2 -Fijian ,fi'dZI@n K6%,OA% 3 -Fijians ,fi'dZI@nz Kj% 3 -Filipino ,fIlI'pin@U K6%,OA% 4 -Filipinos ,fIlI'pin@Uz Kj% 4 -Finland 'fInl@nd Nm% 2 -Finn fIn K6% 1 -Finnish 'fInIS L@%,OA% 2 -Finns fInz Kj% 1 -Fiona fI'@Un@ Nl% 3 -Firenze fI'renzI Nn% 3 -Fleet flit Nn% 1 -Fleet Street 'flit strit No% 2 -Fleetwood 'flitwUd Nn% 2 -Flemish 'flemIS L@%,OA% 2 -Flint flInt Nn$ 1 -Flora 'flOr@ Nl% 2 -Florence 'fl0r@ns Nl% 2 -Florida 'fl0rId@ Nm% 3 -Florrie 'flOrI Nl% 2 -Foggia 'f0dZI@ Nn$ 3 -Folkestone 'f@Ukst@n Nn% 2 -Foochow ,fu'tSaU Nn$ 2 -Forfar 'fOf@R Nn% 2 -Forli 'fOlI Nn$ 2 -Formby 'fOmbI Nn% 2 -Formica fO'maIk@ L@% 3 -Formosa fO'm@Us@ Nm% 3 -Fort Lauderdale ,fOt 'lOd@deIl Nn% 4 -Fort William ,fOt 'wIlI@m Nn% 4 -Fort Worth ,fOt 'w3T Nn% 2 -Fortaleza ,fOt@'leIz@ Nn$ 4 -Fowey foI Nn% 1 -Fr 'fAD@R Y:% 2 -Fr"aulein 'froIlaIn K6% 2 -Fr"auleins 'froIlaInz Kj% 2 -Frampton Cotterell ,fr&mpt@n 'k0trIl Nn$ 4 -Fran fr&n Nl% 1 -France frAns Nm% 1 -Frances 'frAnsIs Nl% 2 -Francis 'frAnsIs Nl% 2 -Franciscan fr&n'sIsk@n K6%,OA% 3 -Franciscans fr&n'sIsk@nz Kj% 3 -Franco- 'fr&Nk@U- U-% 2 -Frank fr&Nk K6%,Nl% 1 -Frankfurt 'fr&nkf@t Nn% 2 -Frankie 'fr&nkI Nl% 2 -Franks fr&Nks Kj% 1 -Fraserburgh 'freIz@b@r@ Nn$ 4 -Frau fraU Ki% 1 -Frauen 'fraU@n Kj$ 2 -Freckleton 'freklt@n Nn$ 3 -Fred fred Nl% 1 -Freda 'frid@ Nl% 2 -Freddie 'fredI Nl% 2 -Freddy 'fredI Nl% 2 -Frederick 'fredrIk Nl% 2 -Frederiksberg 'fredrIksb3g Nn% 3 -Freemason 'frimeIsn K6% 3 -Freemasonry 'frimeIs@nrI L@% 4 -Freemasons 'frimeIsnz Kj% 3 -Freiburg 'fraIb3g Nn% 2 -French frentS L@%,OA% 1 -Frenchman 'frentSm@n Ki% 2 -Frenchmen 'frentSm@n Kj% 2 -Frenchwoman 'frentSwUm@n Ki% 3 -Frenchwomen 'frentSwImIn Kj% 3 -Freshwater 'freSwOt@R Nn$ 3 -Freudian 'froIdI@n OA% 3 -Fri 'fraIdeI Y=% 2 -Friday 'fraIdI K6%,No% 2 -Fridays 'fraIdIz Kj% 2 -Frinton 'frIntn Nn$ 2 -Frodsham 'fr0dS@m Nn$ 2 -Frome frum Nn$ 1 -Furth f3T Nn$ 1 -Fushun ,fu'SUn Nn$ 2 -G dZi Ki$ 1 -G's dZiz Kj$ 1 -G-man 'dZi-m&n Ki$ 2 -G-men 'dZi-men Kj$ 2 -GATT g&t Y>% 1 -GB ,dZi'bi Y=% 2 -GCSE ,dZisIe'si Y>% 4 -GCSEs ,dZisIe'siz Y)% 4 -GHQ ,dZi,eItS'kju Y=% 3 -GI ,dZi'aI Y>% 2 -GIs ,dZi'aIz Y)% 2 -GMT ,dZi,em'ti Y~% 3 -GNP ,dZI,en'pi Y>% 3 -GP ,dZi'pi Y>% 2 -GP's ,dZi'piz Y)% 2 -Gabon g&'b0n Nm% 2 -Gabonese ,g&b@'niz K9%,OA% 3 -Gael geIl K6$ 1 -Gaelic 'geIlIk K6%,OA% 2 -Gaelics 'geIlIks Kj% 2 -Gaels geIlz Kj$ 1 -Gainsborough 'geInzbr@ K6%,Nn% 2 -Gainsboroughs 'geInzbr@z Kj% 2 -Galashiels 'g&l@SI@lz Nn% 3 -Gallic 'g&lIk OA% 2 -Galloway 'g&l@weI Nm% 3 -Gallup 'g&l@p No% 2 -Galway 'gOlweI Nm% 2 -Gambia 'g&mbI@ Nm% 3 -Gambian 'g&mbI@n K6%,OA% 3 -Gambians 'g&mbI@nz Kj% 3 -Gareth 'g&r@T Nl% 2 -Garforth 'gAf@T Nn$ 2 -Garrowhill 'g&r@hIl Nn$ 3 -Gary 'g&rI Nl% 2 -Gateshead 'geItshed Nn% 2 -Gaul gOl K6% 1 -Gauls gOlz Kj% 1 -Gavin 'g&vIn Nl% 2 -Gdansk gd&nsk Nn% 1 -Gdn 'gAdn Y=% 2 -Gdns 'gAdnz Y=% 2 -Geiger 'gaIg@R K6% 2 -Geigers 'gaIg@z Kj$ 2 -Gelligaer 'gelIg@R Nn$ 3 -Gelsenkirchen 'gelz@nk3kn Nn$ 4 -Gemini 'dZemInI No% 3 -Gen 'dZenr@l Y:% 2 -Gene dZin Nl% 1 -Geneva dZI'niv@ Nn% 3 -Genoa 'dZen@U@ Nn% 3 -Genova 'dZen@v@ Nn% 3 -Geoff dZef Nl% 1 -Geoffrey 'dZefrI Nl% 2 -George dZOdZ Nl% 1 -Georges 'dZOdZIz Kj$ 2 -Georgia 'dZOdZ@ Nm% 2 -Georgian 'dZOdZ@n OA% 2 -Georgian 'dZOdZj@n K6%,OA% 2 -Georgians 'dZOdZj@nz Kj% 2 -Georgie 'dZOdZI Nl% 2 -Gerald 'dZer@ld Nl% 2 -Geraldine 'dZer@ldin Nl% 3 -Gerard 'dZer@d Nl% 2 -German 'dZ3m@n M6%,OA% 2 -Germanic dZ@'m&nIk OA% 3 -Germans 'dZ3m@nz Mj% 2 -Germany 'dZ3m@nI Nm% 3 -Gerry 'dZerI Nl% 2 -Gertie 'g3tI Nl% 2 -Gertrude 'g3trud Nl% 2 -Gestapo ge'stAp@U K6% 3 -Gestapos ge'stAp@Uz Kj$ 3 -Ghana 'gAn@ Nm% 2 -Ghanaian gA'neI@n K6%,OA% 3 -Ghanaians gA'neI@nz Kj% 3 -Ghent gent Nn% 1 -Gibraltar dZI'brOlt@R Nm% 3 -Gibraltarian ,dZIbrOl'te@rI@n K6%,OA% 5 -Gibraltarians ,dZIbrOl'te@rI@nz Kj% 5 -Giffnock 'gIfn0k Nn$ 2 -Gilbert 'gIlb@t Nl% 2 -Gilbertian gIl'b3tI@n OA$ 4 -Giles dZaIlz Nl% 1 -Gilfach Goch ,gilf&k 'g0k Nn$ 3 -Gill dZIl Nl% 1 -Gillian 'dZIlI@n Nl% 3 -Gillingham 'dZIlIN@m Nn% 3 -Gina 'dZin@ Nl% 2 -Girvan 'g3vn Nn$ 2 -Gladys 'gl&dIs Nl% 2 -Glamorgan gl@'mOg@n Nm% 3 -Glasgow 'gl&zg@U Nn% 2 -Glastonbury 'gl&st@nbrI Nn% 3 -Glaswegian gl&z'widZ@n K6%,OA% 3 -Glaswegians gl&z'widZ@nz Kj% 3 -Glen glen Nl% 1 -Glengarries ,glen'g&rIz Kj$ 3 -Glengarry ,glen'g&rI K8$ 3 -Glenrothes glen'r0TIs Nn$ 3 -Gloria 'glOrI@ Nl% 3 -Glossop 'gl0s@p Nn% 2 -Gloucester 'gl0st@R Nn% 2 -Gloucestershire 'gl0st@S@R Nm% 3 -Glusburn 'glVzb3n Nn$ 2 -God g0d No% 1 -Godalming 'g0dlmIN Nn% 3 -Godfrey 'g0dfrI Nl% 2 -Godmanchester 'g0dm@n,tSest@R Nn% 4 -Goffs Oak ,g0fs '@Uk Nn$ 2 -Golbourne 'g0lbOn Nn$ 2 -Goliath g@'laI@T K6% 3 -Goliaths g@'laI@Ts Kj$ 3 -Goole gul Nn$ 1 -Gordian 'gOdI@n OA% 3 -Gordon 'gOdn Nl% 2 -Gorgon 'gOg@n K6% 2 -Gorgons 'gOg@nz Kj$ 2 -Gorgonzola ,gOg@n'z@Ul@ L@% 4 -Gorky 'gOkI Nn$ 2 -Gorseinon gO'seIn@n Nn$ 3 -Gosport 'g0spOt Nn% 2 -Goteborg 'g0t@bOg Nn% 3 -Goth g0T K6% 1 -Gothenburg 'g0T@nb3g Nn% 3 -Gothic 'g0TIk L@%,OA% 2 -Goths g0Ts Kj% 1 -Gottingen 'g0tIN@n Nn% 3 -Gourock 'gVr@k Nn$ 2 -Gov 'gVv@n@R Y:% 3 -Governor-General ,gVvn@-'dZenr@l K6% 4 -Governor-Generals ,gVvn@-'dZenr@lz Kj$ 4 -Grampian 'gr&mpI@n Nm% 3 -Granada gr@'nAd@ Nn% 3 -Grand Prix ,grAn 'pri Ki% 2 -Grands Prix ,grAn 'pri Kj$ 2 -Grangemouth 'greIndZm@T Nn$ 2 -Grantham 'gr&nT@m Nn% 2 -Gravenhage ,grAvn'hAg@ Nn% 4 -Gravesend ,greIv'zend Nn% 2 -Graz grAts Nn% 1 -Great Harwood ,greIt 'hAwUd Nn$ 3 -Great Malvern ,greIt 'm0lv@n Nn$ 3 -Great Shelford ,greIt 'Self@d Nn$ 3 -Great Yarmouth ,greIt 'jAm@T Nn% 3 -Grecian 'griSn OA% 2 -Greece grIs Nm% 1 -Greek grik M6%,OA% 1 -Greeks griks Mj% 1 -Greenock 'grin@k Nn% 2 -Greenwich 'grenItS Nn% 2 -Greg greg Nl% 1 -Gregorian grI'gOrI@n OA% 4 -Gregory 'greg@rI Nl% 3 -Grenada grI'neId@ Nm% 3 -Grenadian grI'neIdI@n K6%,OA% 4 -Grenadians grI'neIdI@nz Kj% 4 -Grimethorpe 'graImTOp Nn% 2 -Grimsby 'grImzbI Nn% 2 -Grinstead 'grInstId Nn$ 2 -Groningen 'gr@UnIN@n Nn$ 3 -Grundyism 'grVndIIz@m L@$ 4 -Guadalajara ,gwAdl@'hAr@ Nn% 5 -Guatemala ,gwAt@'mAl@ Nm% 4 -Guatemala City ,gw&tI,mAl@ 'sItI Nn% 6 -Guatemalan ,gwAt@'mAl@n K6%,OA% 4 -Guatemalans ,gwAt@'mAl@nz Kj% 4 -Guayaquil ,gwaI@'kil Nn% 3 -Guild-hall 'gIld-hOl K6% 2 -Guild-halls 'gIld-hOlz Kj% 2 -Guildford 'gIlf@d Nn% 2 -Guildhall 'gIldhOl K6% 2 -Guildhalls 'gIldhOlz Kj% 2 -Guinea 'gInI Nm% 2 -Guinean 'gInI@n K6$,OA$ 3 -Guineans 'gInI@nz Kj$ 3 -Guinness 'gInIs K7% 2 -Guinnesses 'gInIsIz Kj% 3 -Guisborough 'gIzbr@ Nn$ 2 -Gurkha 'g3k@ K6% 2 -Gurkhas 'g3k@z Kj% 2 -Guy gaI Nl% 1 -Guy's gaIz No$ 1 -Guyana gaI'&n@ Nm% 3 -Guyanese ,gaI@'niz K9%,OA% 3 -Gwen gwen Nl% 1 -Gwendoline 'gwend@lIn Nl% 3 -Gwent gwent Nm% 1 -Gwersyllt 'gw3sIlt Nn$ 2 -Gwynedd 'gwIn@D Nm% 2 -Gypsies 'dZIpsIz Kj% 2 -Gypsy 'dZIpsI K8% 2 -H eItS Ki$ 1 -H's 'eItSIz Kj$ 2 -H-bomb 'eItS-b0m K6% 2 -H-bombs 'eItS-b0mz Kj% 2 -HM ,eI'tSem Y:% 2 -HMSO ,eItS,em,e's@U Y=% 4 -HP ,eItS'pi Y}% 2 -HQ ,eItS'kju Y=% 2 -HRH ,eItSA'reItS Y:% 3 -Haarlem 'hAl@m Nn% 2 -Hackney 'h&knI Nn% 2 -Haddington 'h&dINt@n Nn$ 3 -Hades 'heIdiz No% 2 -Hadji 'h&dZI K6$ 2 -Hadjis 'h&dZIz Kj$ 2 -Hagen 'hAg@n Nn$ 2 -Hagley 'h&glI Nn$ 2 -Hailsham 'heIlS@m Nn$ 2 -Haiphong ,haI'f0N Nn$ 2 -Haiti 'heItI Nm% 2 -Haitian 'heISn K6%,OA% 2 -Haitians 'heISnz Kj% 2 -Hal h&l Nl% 1 -Halesowen heIl'z@UIn Nn$ 3 -Halifax 'h&lIf&ks Nn% 3 -Halle 'h&lI Nn% 2 -Hallowe'en ,h&l@U'in K6%,No% 3 -Hallowe'ens ,h&l@U'inz Kj$ 3 -Halstead 'h0lstId Nn$ 2 -Hamburg 'h&mb3g Nn% 2 -Hamhung ,h&m'hUN Nn$ 2 -Hamilton 'h&mIltn Nn% 3 -Hammersmith 'h&m@smIT Nn% 3 -Hampreston 'h&mprIstn Nn$ 3 -Hampshire 'h&mpS@R Nm% 2 -Hangchon ,h&N'tS0n Nn$ 2 -Hanoi h&'noI Nn% 2 -Hanover 'h&n@Uv@R Nn% 3 -Hansard 'h&nsAd K6% 2 -Hansards 'h&nsAdz Kj$ 2 -Harbin 'hAbIn Nn$ 2 -Haringey 'h&rINgeI Nn% 3 -Harley Street 'hAlI strit No% 3 -Harlow 'hAl@U Nn% 2 -Harold 'h&r@ld Nl% 2 -Harpenden 'hApInd@n Nn% 3 -Harriet 'h&rI@t Nl% 3 -Harrogate 'h&r@gIt Nn% 3 -Harrow 'h&r@U Nn% 2 -Harry 'h&rI Nl% 2 -Hartlepool 'hAtlIpul Nn% 3 -Hartley 'hAtlI Nn$ 2 -Harvey 'hAvI Nl% 2 -Harwich 'h&rItS Nn% 2 -Harwood 'hAwUd Nn$ 2 -Harworth 'hAw@T Nn$ 2 -Haslemere 'heIzlmI@R Nn$ 3 -Haslingden 'h&zlINd@n Nn$ 3 -Hastings 'heIstINz Nn% 2 -Hatfield 'h&tfild Nn% 2 -Havana h@'v&n@ K6%,Nn% 3 -Havanas h@'v&n@z Kj% 3 -Haverfordwest ,h&v@f@d'west Nn% 4 -Haverhill 'heIv@rIl Nn$ 3 -Havering 'heIv@rIN Nn% 3 -Hawaii h@'waIi Nm% 3 -Hawick 'hOIk Nn$ 2 -Hawke's Bay ,hOks 'beI Nm$ 2 -Hayling 'heIlIN Nn% 2 -Haywards Heath ,heIw@dz 'hiT Nn% 3 -Hazel 'heIzl Nl% 2 -Heanor 'hin@R Nn$ 2 -Heather 'heD@R Nl% 2 -Heaviside 'hevIsaId No$ 3 -Hebden Royal ,hebd@n 'roI@l Nn$ 4 -Hebraic hi'breIIk OA$ 3 -Hebrew 'hibru M6%,OA% 2 -Hebrews 'hibruz Mj% 2 -Hedge End ,hedZ 'end Nn$ 2 -Hegira 'hedZIr@ K6$ 3 -Hegiras 'hedZIr@z Kj$ 3 -Heidelburg 'haIdlb3g Nn% 3 -Hejira 'hedZIr@ K6$ 3 -Hejiras 'hedZIr@z Kj$ 3 -Helen 'hel@n Nl% 2 -Helensburgh 'helInzbr@ Nn% 3 -Hellene 'helin K6% 2 -Hellenes 'helinz Kj% 2 -Hellenic he'linIk OA% 3 -Helsinki 'helsINkI Nn% 3 -Helston 'helst@n Nn$ 2 -Hemel Hempstead ,heml 'hempstId Nn% 4 -Hemsworth 'hemzw@T Nn$ 2 -Henley-on-Thames ,henlI-0n-'temz Nn% 4 -Henry 'henrI Nl% 2 -Herb h3b Nl% 1 -Herbert 'h3b@t Nl% 2 -Hereford 'herIf@d Nm% 3 -Herne h3n Nn$ 1 -Herne Bay ,h3n 'beI Nn% 2 -Herr he@R Ki% 1 -Herren 'her@n Kj$ 2 -Hertford 'hAtf@d Nn% 2 -Hertfordshire 'hAtf@dS@R Nm% 3 -Hertzian 'h3tsI@n OA$ 3 -Hetton 'hetn Nn$ 2 -Hexham 'heks@m Nn$ 2 -Hey presto ,heI 'prest@U W-$ 3 -Heysham 'hiS@m Nn$ 2 -Heywood 'heIwUd Nn$ 2 -High Spen ,haI 'spen Nn$ 2 -High Wycombe ,haI 'wIk@m Nn% 3 -Highland 'haIl@nd Nm% 2 -Highlander 'haIl@nd@R K6% 3 -Highlanders 'haIl@nd@z Kj% 3 -Hilary 'hIl@rI Nl% 3 -Hilda 'hIld@ Nl% 2 -Hillingdon 'hIlINd@n Nn% 3 -Hinckley 'hINklI Nn$ 2 -Hindi 'hIndi L@%,OA% 2 -Hindu ,hIn'du K6%,OA% 2 -Hinduism 'hInduIz@m L@% 4 -Hindus ,hIn'duz Kj% 2 -Hindustani ,hIndU'stAnI K6%,OA% 4 -Hindustanis ,hIndU'stAnIz Kj% 4 -Hippocratic ,hIp@'kr&tIk OA% 4 -Hiroshima hI'r0SIm@ Nn% 4 -Hitchin 'hItSIn Nn% 2 -Hobson 'h0bsn No$ 2 -Hockley 'h0klI Nn$ 2 -Hoddesdon 'h0dzd@n Nn$ 2 -Hofei ,h@U'feI Nn$ 2 -Hogmanay 'h0gm@neI K6%,No% 3 -Hogmanays 'h0gm@neIz Kj$ 3 -Holland 'h0l@nd Nm% 2 -Hollander 'h0l@nd@R K6$,OA$ 3 -Hollanders 'h0l@nd@z Kj$ 3 -Hollywood 'h0lIwUd No% 3 -Holmfirth 'h@Umf@T Nn% 2 -Holyhead 'h0lIhed Nn% 3 -Homeric h@U'merIk OA% 3 -Hon h0n Y:% 1 -Honduran h0n'djU@r@n K6%,OA% 3 -Hondurans h0n'djU@r@nz Kj% 3 -Honduras h0n'djU@r@s Nm% 3 -Hong Kong ,h0N 'k0N Nm% 2 -Honiton 'h0nItn Nn% 3 -Hoo hu Nn$ 1 -Hoover 'huv@R H0%,K6% 26A -Hoovered 'huv@d Hc%,Hd% 26A -Hoovering 'huv@rIN Hb% 36A -Hoovers 'huv@z Ha%,Kj% 26A -Hope h@Up Nn% 1 -Horace 'h0rIs Nl% 2 -Horley 'hOlI Nn$ 2 -Hornsea 'hOnzI Nn$ 2 -Horsham 'hOS@m Nn$ 2 -Horsley 'hOzlI Nn$ 2 -Horwich 'h0rItS Nn% 2 -Hosp h0sp Y=% 1 -Host h@Ust Ki$ 1 -Houghton 'hOtn Nn$ 2 -Hounslow 'haUnzl@U Nn% 2 -Houston 'hjustn Nn% 2 -Hove h@Uv Nn% 1 -Howard 'haU@d Nl% 2 -Hoylake 'hoIleIk Nn% 2 -Hoyland Nether ,hoIlnd 'neD@R Nn$ 4 -Hubert 'hjub@t Nl% 2 -Hucknall 'hVknl Nn$ 2 -Huddersfield 'hVd@sfild Nn% 3 -Hugh hju Nl% 1 -Hughie 'hjuI Nl% 2 -Huguenot 'hjug@n@U K6% 3 -Huguenots 'hjug@n@Uz Kj% 3 -Huhehot ,huhI'h0t Nn$ 3 -Humberside 'hVmb@saId Nm% 3 -Humberston 'hVmb@st@n Nn$ 3 -Humphrey 'hVmfrI Nl% 2 -Hun hVn K6$ 1 -Hungarian ,hVN'ge@rI@n M6%,OA% 4 -Hungarians ,hVN'ge@rI@nz Mj% 4 -Hungary 'hVNg@rI Nm% 3 -Huns hVnz Kj$ 1 -Huntingdon 'hVntINd@n Nn% 3 -Hurstpierpoint ,h3spi@'poInt Nn$ 3 -Hwainan ,hwaI'n&n Nn$ 2 -Hyde haId Nn% 1 -Hyderabad 'haIdr@b&d Nn% 3 -Hythe haID Nn% 1 -I aI Ki$,Qx* 1 -I'd aId Gf% 1 -I'll aIl Gf* 1 -I'm aIm Gf* 1 -I's aIz Kj$ 1 -I've aIv Gf% 1 -IBA ,aI,bi'eI Y>% 3 -ICBM ,aI,si,bi'em Y>% 4 -ILO ,aI,e'l@U Y>% 3 -IMF ,aI,e'mef Y>% 3 -IOU ,aI@U'ju Y>% 3 -IOUs ,aI@U'juz Y)% 3 -IQ ,aI'kju Y}% 2 -IRA ,aI,A'reI Y>% 3 -ITV ,aI,ti'vi Y>% 3 -IUD ,aI,ju'di Y>% 3 -Ian 'I@n Nl% 2 -Ibadan I'b&dn Nn% 3 -Iceland 'aIsl@nd Nm% 2 -Icelander 'aIsl@nd@R K6%,OA% 3 -Icelanders 'aIsl@nd@z Kj% 3 -Icelandic aIs'l@ndIk L@%,OA% 3 -Ida 'aId@ Nl% 2 -Idaho 'aId@h@U Nm% 3 -Ilfracombe 'Ilfr@kum Nn% 3 -Ilkeston 'Ilkst@n Nn% 2 -Ilkley 'IlklI Nn% 2 -Illinois ,Il@'noI Nm% 3 -Immingham 'ImIN@m Nn$ 3 -Inc INk Y~% 1 -Inchon ,In'tS0n Nn$ 2 -India 'IndI@ Nm% 3 -India-rubber 'IndI@-rVb@R M6% 5 -India-rubbers 'IndI@-rVb@z Mj$ 5 -Indiaman 'IndI@m@n Ki$ 4 -Indiamen 'IndI@m@n Kj$ 4 -Indian 'IndI@n K6%,OA% 3 -Indiana ,IndI'&n@ Nm% 4 -Indianapolis ,Indi@'n&p@lIs Nn% 6 -Indians 'IndI@nz Kj% 3 -Indies 'IndIz Nm% 2 -Indo- ,Ind@U- U-% 2 -Indo-European ,Ind@U-,jU@r@'pi@n OA% 6 -Indonesia ,Ind@'nizI@ Nm% 5 -Indonesian ,Ind@'nizI@n M6%,OA% 5 -Indonesians ,Ind@'nizI@nz Mj% 5 -Indore In'dOR Nn$ 2 -Ingatestone 'INgeItst@Un Nn$ 3 -Ingrid 'INgrId Nl% 2 -Innsbruck 'InzbrUk Nn% 2 -Inst Inst Y=% 1 -Interpol 'Int@p0l No% 3 -Inverkeithing ,Inv@'kiDIN Nn$ 4 -Inverness ,Inv@'nes Nn% 3 -Inverurie ,Inv@'rurI Nn$ 4 -Ionic aI'0nIk OA% 3 -Iowa 'aI@w@ Nm% 3 -Ipswich 'IpswItS Nn% 2 -Iran I'rAn Nm% 2 -Iranian I'reInI@n M6%,OA% 4 -Iranians I'reInI@nz Mj% 4 -Iraq I'rAk Nm% 2 -Iraqi I'rAkI K6%,OA% 3 -Iraqis I'rAkIz Kj% 3 -Ireland 'aI@l@nd Nm% 2 -Irene 'aIrin Nl% 2 -Iris 'aIrIs Nl% 2 -Irish 'aIrIS L@%,OA% 2 -Irishman 'aIrISm@n Ki% 3 -Irishmen 'aIrISm@n Kj% 3 -Irishwoman 'aIrISwUm@n Ki% 4 -Irishwomen 'aIrISwImIn Kj% 4 -Irthlingborough '3TlINbr@ Nn$ 3 -Irvine '3vaIn Nn% 2 -Isaac 'aIz@k Nl% 2 -Isabel 'Iz@bel Nl% 3 -Isabella ,Iz@'bel@ Nl% 4 -Islam Iz'lAm L@% 2 -Islamic Iz'l&mIk OA% 3 -Islington 'IzlINt@n Nn% 3 -Isobel 'Iz@bel Nl% 3 -Israel 'IzreIl Nm% 2 -Israeli Iz'reIlI K6%,OA% 3 -Israelis Iz'reIlIz Kj% 3 -Istanbul ,Ist&n'bUl Nn% 3 -Italian I't&lI@n M6%,OA% 4 -Italians I't&lI@nz Mj% 4 -Italy 'It@lI Nm% 3 -Ivan 'aIv@n Nl% 2 -Iver 'aIv@R Nn$ 2 -Ivor 'aIv@R Nl% 2 -Ivy 'aIvI Nl% 2 -Izmir Iz'mI@R Nn$ 2 -J dZeI Ki$ 1 -J's dZeIz Kj$ 1 -JC ,dZeI'si Y=$ 2 -JP ,dZeI'pi Y>% 2 -Jabalpur ,dZAbl'pU@R Nn$ 3 -Jack dZ&k Nl% 1 -Jackie 'dZ&kI Nl% 2 -Jacksonville 'dZ&ks@nvIl Nn$ 3 -Jacob 'dZeIk@b Nl% 2 -Jacobean ,dZ&k@'bI@n OA% 4 -Jacobin 'dZ&k@bIn K6$,OA$ 3 -Jacobinism 'dZ&k@bInIz@m L@$ 5 -Jacobins 'dZ&k@bInz Kj$ 3 -Jacobite 'dZ&k@baIt K6% 3 -Jacobites 'dZ&k@baIts Kj% 3 -Jacqueline 'dZ&k@lin Nl% 3 -Jaipur ,dZaI'pU@R Nn% 2 -Jakarta dZ@'kAt@ Nn% 3 -Jake dZeIk Nl% 1 -Jamaica dZ@'meIk@ Nm% 3 -Jamaican dZ@'meIk@n K6%,OA% 3 -Jamaicans dZ@'meIk@nz Kj% 3 -James dZeImz Nl% 1 -Jan dZ&n Nl%,Y=% 1 -Jane dZeIn Nl% 1 -Janet 'dZ&nIt Nl% 2 -Janice 'dZ&nIs Nl% 2 -Janie 'dZeInI Nl% 2 -Januaries 'dZ&njUrIz Kj$ 3 -January 'dZ&njUrI K8%,No% 3 -Janus 'dZeIn@s No$ 2 -Japan dZ@'p&n Nm% 2 -Japanese ,dZ&p@'niz M9%,OA% 3 -Jarrow 'dZ&r@U Nn% 2 -Jason 'dZeIs@n Nl% 2 -Java 'dZAv@ Nm% 2 -Javanese ,dZAv@'niz K9%,OA% 3 -Jean dZin Nl% 1 -Jeanie 'dZinI Nl% 2 -Jedburgh 'dZedbr@ Nn% 2 -Jeff dZef Nl% 1 -Jeffrey 'dZefrI Nl% 2 -Jehovah dZI'h@Uv@ No% 3 -Jekyll-and-Hyde ,dZekl-@n-'haId No% 4 -Jennifer 'dZenIf@R Nl% 3 -Jenny 'dZenI Nl% 2 -Jeremy 'dZer@mI Nl% 3 -Jerome dZe'r@Um Nl% 2 -Jerry 'dZerI Nl% 2 -Jersey 'dZ3zI Nm% 2 -Jess dZes Nl% 1 -Jessica 'dZesIk@ Nl% 3 -Jessie 'dZesI Nl% 2 -Jesuit 'dZezjUIt K6% 3 -Jesuitical ,dZezjU'ItIkl OA% 5 -Jesuits 'dZezjUIts Kj% 3 -Jesus 'dZiz@z Nl% 2 -Jew dZu K6% 1 -Jewess dZuIs K7% 2 -Jewesses 'dZuIsIz Kj% 3 -Jewish 'dZuIS OA% 2 -Jews dZuz Kj% 1 -Jezebel 'dZez@bl K6% 3 -Jezebels 'dZez@blz Kj$ 3 -Jill dZIl Nl% 1 -Jim dZIm Nl% 1 -Jim Crow ,dZIm 'kr@U Ki$ 2 -Jimmy 'dZImI Nl% 2 -Jnr 'dZunI@R Y~% 3 -Jo dZ@U Nl% 1 -Joan dZ@Un Nl% 1 -Joanie 'dZ@UnI Nl% 2 -Joann dZ@U'&n Nl% 2 -Joanna dZ@U'&n@ Nl% 3 -Joanne dZ@U'&n Nl% 2 -Job dZ@Ub Nl$ 1 -Jobs dZ@Ubz Kj$ 1 -Jocelyn 'dZ0slIn Nl% 2 -Joe dZ@U Nl% 1 -Joey 'dZ@UI Nl% 2 -Johannesburg dZ@'h&n@zb3g Nn% 4 -John dZ0n Nl% 1 -John Bull ,dZ0n 'bUl Ki$ 2 -Johnny 'dZ0nI Nl% 2 -Johnstone 'dZ0nst@n Nn$ 2 -Jonah 'dZ@Un@ Nl% 2 -Jonathan 'dZ0n@T@n Nl% 3 -Jordan 'dZOdn Nm% 2 -Jordanian dZO'deInI@n K6%,OA% 4 -Jordanians dZO'deInI@nz Kj% 4 -Joseph 'dZ@UzIf Nl% 2 -Josephine 'dZ@Uz@fin Nl% 3 -Josh dZ0S Nl% 1 -Joshua 'dZ0SU@ Nl% 3 -Jove dZ@Uv No% 1 -Joy dZoI Nl% 1 -Joyce dZoIs Nl% 1 -Judaic dZu'deIIk OA% 3 -Judaism 'dZudeIIz@m L@% 4 -Judas 'dZud@s K7%,Nl% 2 -Judases 'dZud@sIz Kj$ 3 -Judith 'dZudiT Nl% 2 -Judy 'dZudI Nl% 2 -Jul dZ@'laI Y=% 2 -Julia 'dZulI@ Nl% 3 -Julian 'dZulI@n Nl%,OA% 3 -Julie 'dZulI Nl% 2 -Juliet 'dZUlIet Nl% 3 -July dZu'laI Ki% 2 -Jun dZun Y=% 1 -June dZun K6%,Nl% 1 -Junes dZunz Kj% 1 -Junoesque ,dZun@U'esk OA$ 3 -Jupiter 'dZupIt@R No% 3 -Justin 'dZVstIn Nl% 2 -K keI Ki$ 1 -K's keIz Kj$ 1 -KGB ,keI,dZi'bi Y>% 3 -KO ,keI'@U Y>% 2 -Kaiser 'kaIz@R K6% 2 -Kaisers 'kaIz@z Kj% 2 -Kalgan ,kAl'gAn Nn$ 2 -Kampuchea k&mpU'tSI@ Nm% 4 -Kampuchean k&mpU'tSI@n K6%,OA% 4 -Kampucheans k&mpU'tSI@nz Kj% 4 -Kanpur ,kAn'pU@R Nn% 2 -Kansas 'k&nz@s Nm% 2 -Kansas City ,k&nz@s 'sItI Nn% 4 -Kaohsiung ,kaU'SjUN Nn$ 2 -Karachi k@'rAtSI Nn% 3 -Karaganda ,k&r@'g&nd@ Nn$ 4 -Karen 'k&r@n Nl% 2 -Karlsruhe 'kAlzrU@ Nn% 3 -Kashmir k&S'mI@R Nm% 2 -Kashmiri k&S'mI@rI K6%,OA% 3 -Kashmiris k&S'mI@rIz Kj% 3 -Kassel 'k&s@l Nn$ 2 -Kate keIt Nl% 1 -Kath k&T Nl% 1 -Katherine 'k&TrIn Nl% 2 -Kathy 'k&Ti Nl% 2 -Katie 'keItI Nl% 2 -Katowice ,k&t@'vitS@ Nn$ 4 -Kay keI Nl% 1 -Kazan k@'z&n Nn$ 2 -Keighley 'kiTlI Nn% 2 -Keith kiT Nl% 1 -Kelso 'kels@U Nn% 2 -Kelt kelt K6$ 1 -Kelts kelts Kj$ 1 -Kelty 'keltI Nn$ 2 -Kemsing 'kemzIN Nn$ 2 -Ken ken Nl% 1 -Kendal 'kendl Nn% 2 -Kenilworth 'kenlw@T Nn% 3 -Kenneth 'kenIT Nl% 2 -Kenny 'kenI Nl% 2 -Kensington 'kenzINt@n Nn% 3 -Kent kent Nm% 1 -Kentucky ken'tVkI Nm% 3 -Kenya 'kenj@ Nm% 2 -Kenyan 'kenj@n K6%,OA% 2 -Kenyans 'kenj@nz Kj% 2 -Kerry 'kerI Nm% 2 -Kettering 'ket@rIN Nn% 3 -Kevin 'kevIn Nl% 2 -Keynsham 'keInS@m Nn$ 2 -Keyworth 'kiw@T Nn$ 2 -Khalka 'k&lk@ L@$ 2 -Kharkov 'kAk0f Nn$ 2 -Khartoum ,kA'tum Nn% 2 -Khmer kme@R L@$ 1 -Kidderminster 'kId@mInst@R Nn% 4 -Kidlington 'kIdlINt@n Nn% 3 -Kidsgrove 'kIdzgr@Uv Nn% 2 -Kiev 'kief Nn% 2 -Kilbirnie kIl'b3nI Nn$ 3 -Kildare kIl'de@R Nm$ 2 -Kilkenny kIl'kenI Nm% 3 -Killarney kI'lAnI Nn% 3 -Kilmarnock kIl'mAn@k Nn% 3 -Kilsyth kIl'saIT Nn$ 2 -Kilwinning kIl'wInIN Nn$ 3 -Kimberley 'kImb@lI Nn% 3 -King's Lynn ,kINz 'lIn Nn% 2 -Kingsbury 'kINzb@rI Nn$ 3 -Kingsteignton kIN'steIntn Nn$ 3 -Kingston 'kINst@n Nn% 2 -Kingston upon Hull ,kINst@n Vp0n 'hVl Nn% 5 -Kingston upon Thames ,kINst@n Vp0n 'temz Nn% 5 -Kinshasa kIn'SAs@ Nn% 3 -Kippax 'kIp&ks Nn$ 2 -Kirin ,kI'rIn Nn$ 2 -Kirkby 'k3bI Nn% 2 -Kirkby in Ashfield ,k3bI In '&Sfild Nn$ 5 -Kirkcaldy k@'kOdI Nn% 3 -Kirkham 'k3k@m Nn$ 2 -Kirkintilloch ,k3kIn'tIl@k Nn$ 4 -Kirkwall 'k3kwOl Nn$ 2 -Kitakyushu ,kIt@'kjuSu Nn$ 4 -Kitty 'kItI Nl% 2 -Knaresborough 'ne@zbr@ Nn% 3 -Knesset 'kneset K6% 2 -Knessets 'knesets Kj$ 2 -Knottingley 'n0tINlI Nn$ 3 -Knutsford 'nVtsf@d Nn% 2 -Kobe 'k@UbI Nn$ 2 -Koblenz k@'blents Nn% 2 -Koln k3ln Nn% 1 -Koran k@'rAn K6% 2 -Koranic k@'r&nIk OA% 3 -Korans k@'rAnz Kj$ 2 -Korea k@'rI@ Nm% 3 -Korean k@'rI@n M6%,OA% 3 -Koreans k@'rI@nz Mj% 3 -Krakow 'krAk0f Nn% 2 -Krasnoyarsk ,kr&zn@'jAsk Nn$ 3 -Krefeld 'kreIfelt Nn% 2 -Kremlin 'kremlIn K6% 2 -Kremlins 'kremlInz Kj$ 2 -Krivoi Rog krI,voI 'r0k Nn$ 3 -Kunming ,kUn'mIN Nn$ 2 -Kuwait kU'weIt Nm% 2 -Kuwait City ,kUweIt 'sItI Nn% 4 -Kuwaiti kU'weItI K6%,OA% 3 -Kuwaitis kU'weItIz Kj% 3 -Kuybyshev 'kUbISef Nn$ 3 -Kweiyang ,kweI'jAN Nn$ 2 -Kyoto kI'@Ut@U Nn% 3 -L el Ki$ 1 -L's elz Kj$ 1 -L-plate 'el-pleIt K6% 2 -L-plates 'el-pleIts Kj% 2 -LA ,e'leI Y=% 2 -LEA ,el,i'eI Y>% 3 -LLB ,el,el'bi Y>% 3 -LP ,el'pi Y>% 2 -LPs ,el'piz Y)% 2 -LSD ,el,es'di Y}% 3 -La Habana l& h@'bAn@ Nn$ 4 -La Paz l& 'p&z Nn% 2 -La Plata l& 'plAt@ Nn% 3 -La Spezia l& 'spetsI@ Nn% 4 -Lab l&b Y~% 1 -Labourite 'leIb@raIt K6% 3 -Labourites 'leIb@raIts Kj% 3 -Labrador 'l&br@dOR Nm% 3 -Lady-chapel 'leIdI-tS&pl K6% 4 -Lady-chapels 'leIdI-tS&plz Kj% 4 -Lagos 'leIg0s Nn% 2 -Lahore l@'hOR Nn% 2 -Lakenheath 'leIknhiT Nn$ 3 -Lambeth 'l&mb@T Nn% 2 -Lammas 'l&m@s K7$,No$ 2 -Lammases 'l&m@sIz Kj$ 3 -Lanark 'l&n@k Nn% 2 -Lancashire 'l&Nk@S@R Nm% 3 -Lancaster 'l&NkIst@R Nn% 3 -Lancastrian l&N'k&strI@n K6%,OA% 4 -Lancastrians l&N'k&strI@nz Kj% 4 -Lanchow ,l&n'tSaU Nn$ 2 -Lancing 'lAnsIN Nn% 2 -Landrover 'l&ndr@Uv@R K6% 3 -Landrovers 'l&ndr@Uv@z Kj% 3 -Lao 'l&@U L@$ 2 -Laos 'lA0s Nm% 2 -Laotian 'lA0Sn M6%,OA% 3 -Laotians 'lA0Snz Mj% 3 -Largs lAgz Nn$ 1 -Larkhall 'lAkhOl Nn$ 2 -Larne lAn Nn$ 1 -Larry 'l&rI Nl% 2 -Las Palmas l&s 'p&lm@s Nn% 3 -Latin 'l&tIn K6%,OA% 2 -Latinist 'l&tInIst K6% 3 -Latinists 'l&tInIsts Kj$ 3 -Latinize 'l&tInaIz H2% 3 -Latinized 'l&tInaIzd Hc%,Hd% 3 -Latinizes 'l&tInaIzIz Ha% 4 -Latinizing 'l&tInaIzIN Hb% 4 -Latins 'l&tInz Kj% 2 -Laura 'lOr@ Nl% 2 -Laurence 'l0r@ns Nl% 2 -Lausanne l@U'z&n Nn% 2 -Lawrence 'l0r@ns Nl% 2 -Lazarus 'l&z@r@s Ki%,Nl% 3 -Lazaruses 'l&z@r@sIz Kj$ 4 -Le Havre l@ 'hAvr@ Nn% 3 -Le Mans l@ 'm0N Nn% 2 -Leamington Spa ,lemINt@n 'spA Nn% 4 -Leatherhead 'leD@hed Nn% 3 -Lebanese ,leb@'niz K9%,OA% 3 -Lebanon 'leb@n@n Nm% 3 -Leeds lidz Nn% 1 -Leek lik Nn$ 1 -Leicester 'lest@R Nn% 2 -Leicestershire 'lest@S@R Nm% 3 -Leiden 'laIdn Nn% 2 -Leigh li Nn% 1 -Leighton-Linslade ,leItn-'lInzleId Nn$ 4 -Leinster 'lenst@R Nm% 2 -Leipzig 'laIpzIg Nn% 2 -Leitrim 'litrIm Nm$ 2 -Leix liS Nm$ 1 -Len len Nl% 1 -Leningrad 'lenIngr&d Nn% 3 -Lenny 'lenI Nl% 2 -Lens l0ns Nn$ 1 -Lent lent K6%,No% 1 -Lenten 'lent@n OA% 2 -Lents lents Kj$ 1 -Leo 'li@U Nl% 2 -Leominster 'lemst@R Nn$ 2 -Leon 'li@n Nn% 2 -Leonard 'len@d Nl% 2 -Lerwick 'l3wIk Nn% 2 -Les lez Nl% 1 -Lesley 'lezlI Nl% 2 -Leslie 'lezlI Nl% 2 -Lesotho l@'sutu Nm% 3 -Letchworth 'letSw@T Nn% 2 -Lethe 'liTI No$ 2 -Levant lI'v&nt No% 2 -Levantine l@'v&ntaIn K6%,OA% 3 -Levantines l@'v&ntaInz Kj% 3 -Leven 'levn Nn$ 2 -Leverkusen 'leIv@kuzn Nn$ 4 -Lewes 'luIs Nn% 2 -Lewis 'luIs Nl% 2 -Lewisham 'luIS@m Nn% 3 -Leyland 'leIl@nd Nn% 2 -Lib lIb Y~% 1 -Liberia laI'bI@rI@ Nm% 4 -Liberian laI'bI@rI@n K6%,OA% 4 -Liberians laI'bI@rI@nz Kj% 4 -Libra 'libr@ No% 2 -Libya 'lIbI@ Nm% 3 -Libyan 'lIbI@n K6%,OA% 3 -Libyans 'lIbI@nz Kj% 3 -Lichfield 'lItSfild Nn% 2 -Liechtenstein 'lIkt@nstaIn Nm% 3 -Liechtensteiner 'lIkt@nstaIn@R K6%,OA% 4 -Liechtensteiners 'lIkt@nstaIn@z Kj% 4 -Liege lI'eIZ Nn% 2 -Lilian 'lIlI@n Nl% 3 -Lille lil Nn% 1 -Lilliputian ,lIlI'pjuSn K6$,OA$ 4 -Lilliputians ,lIlI'pjuSnz Kj$ 4 -Lily 'lIlI Nl% 2 -Lima 'lim@ Nn% 2 -Limerick 'lIm@rIk Nn% 3 -Limoges lI'm@UZ Nn% 2 -Lincoln 'lINk@n Nn% 2 -Lincolnshire 'lINk@nS@R Nm% 3 -Linda 'lInd@ Nl% 2 -Linlithgow lIn'lITg@U Nn$ 3 -Linwood 'lInwUd Nn$ 2 -Linz lInts Nn$ 1 -Lionel 'laI@nl Nl% 3 -Lisa 'lis@ Nl% 2 -Lisbon 'lIzb@n Nn% 2 -Liskeard lIs'kAd Nn$ 2 -Littlehampton 'lItlh&mt@n Nn% 4 -Liverpool 'lIv@pul Nn% 3 -Liverpudlian ,lIv@'pVdlI@n K6%,OA% 5 -Liverpudlians ,lIv@'pVdlI@nz Kj% 5 -Livingston 'lIvINst@n Nn% 3 -Livorno lI'vOn@U Nn% 3 -Liz lIz Nl% 1 -Liza 'laIz@ Nl% 2 -Lizzy 'lIzI Nl% 2 -Ljubljana ,ljublI'An@ Nn% 4 -Llandudno l&n'dIdn@U Nn% 3 -Llanelli l&'neTlI Nn% 3 -Llangollen l&n'g0Tl@n Nn% 3 -Llantrisant l&n'trIznt Nn$ 3 -Llantwit Major ,l&ntwIt 'meIdZ@R Nn$ 4 -Lloyd's loIdz No% 1 -Loanhead 'l@Unhed Nn$ 2 -Lochgelly l0k'gelI Nn$ 3 -Lodz l0dz Nn$ 1 -Loftus 'l0ft@s Nn$ 2 -Lois 'l@UIs Nl% 2 -London 'lVnd@n Nn% 2 -Londonderry 'lVnd@nderI Nn% 4 -Londoner 'lVnd@n@R K6% 3 -Londoners 'lVnd@n@z Kj% 3 -Long Eaton ,l0N 'itn Nn$ 3 -Longridge 'l0NrIdZ Nn$ 2 -Longton 'l0Nt@n Nn$ 2 -Lorna 'lOn@ Nl% 2 -Los Angeles l0s '&ndZIliz Nn% 4 -Lossiemouth 'l0sIm@T Nn% 3 -Lothian 'l@UDI@n Nm% 3 -Loughborough 'lVfbr@ Nn% 2 -Louis 'luI Nl% 2 -Louise lu'iz Nl% 2 -Louisiana lu,izI'&n@ Nm% 5 -Louisville 'luIvIl Nn% 3 -Louth laUD Nm$ 1 -Lowestoft 'l@UIst0ft Nn% 3 -Loyang ,l@U'jAN Nn$ 2 -Lt ,lef'ten@nt Y:% 3 -Ltd 'lImItId Y=% 3 -Lubeck 'lubek Nn% 2 -Lucifer 'lusIf@R K6% 3 -Lucifers 'lusIf@z Kj% 3 -Lucknow 'lVknaU Nn% 2 -Lucy 'lusI Nl% 2 -Luddite 'lVdaIt K6% 2 -Luddites 'lVdaIts Kj% 2 -Ludlow 'lVdl@U Nn% 2 -Ludwigshafen 'lVdvIgzhAfn Nn$ 4 -Luke luk Nl% 1 -Luta 'lut@ Nn$ 2 -Lutheran 'luT@r@n K6%,OA% 3 -Lutherans 'luT@r@nz Kj% 3 -Luton 'lutn Nn% 2 -Luxembourg 'lVks@mb3g Nn% 3 -Luxemburg 'lVks@mb3g Nm% 3 -Luxemburger 'lVks@mb3g@R K6%,OA% 4 -Luxemburgers 'lVks@mb3g@z Kj% 4 -Lvov l@'v0f Nn$ 2 -Lyallpur ,laI@l'pu@R Nn$ 3 -Lydia 'lIdI@ Nl% 3 -Lydney 'lIdnI Nn$ 2 -Lymington 'lImINt@n Nn% 3 -Lymm lIm Nn$ 1 -Lynn lIn Nl% 1 -Lynne lIn Nl% 1 -Lyons 'laI@nz Nn% 2 -Lytham 'lID@m Nn% 2 -Lytham St Annes ,lIDm snt '&nz Nn% 3 -M em Ki$ 1 -M's emz Kj$ 1 -MA ,em'eI Y>% 2 -MB ,em'bi Y>% 2 -MC ,em'si Y>% 2 -MCC ,em,si'si Y>% 3 -MD ,em'di Y>% 2 -MI5 ,em,aI'faIv Y=% 3 -MI6 ,em,aI'sIks Y=% 3 -MP ,em'pi Y>% 2 -MP's ,em'piz Y)% 2 -MS 'm&nj@skrIpt Y>% 3 -MSc ,em,es'si Y>% 3 -Maastricht 'mAstrIkt Nn% 2 -Mabel 'meIbl Nl% 2 -Macclesfield 'm&klzfild Nn% 3 -Macedonian ,m&sI'd@UnI@n M6%,OA% 5 -Macedonians ,m&sI'd@UnI@nz Mj% 5 -Mach mAk No% 1 -Madagascan ,m&d@'g&sk@n K6%,OA% 4 -Madagascans ,m&d@'g&sk@nz Kj% 4 -Madagascar ,m&d@'g&sk@R Nm% 4 -Madame m@'dAm K6% 2 -Madames m@'dAmz Kj$ 2 -Maddy 'm&dI Nl% 2 -Madeira m@'dI@r@ K6% 3 -Madeiras m@'dI@r@z Kj% 3 -Madeleine 'm&d@lIn Nl% 3 -Mademoiselle ,m&dmw@'zel K6% 3 -Mademoiselles ,m&dmw@'zelz Kj% 3 -Madge m&dZ Nl% 1 -Madonna m@'d0n@ K6% 3 -Madonnas m@'d0n@z Kj% 3 -Madras m@'drAs Nn% 2 -Madrid m@'drId Nn% 2 -Madurai 'm&djVraI Nn$ 3 -Maecenas maI'sin@s No$ 3 -Maesteg 'maIsteg Nn% 2 -Mafia 'm&fI@ K6% 3 -Mafias 'm&fI@z Kj$ 3 -Magdeburg 'm&gdIb3g Nn$ 3 -Maggie 'm&gI Nl% 2 -Maghull m@'gVl Nn% 2 -Magi 'meIdZaI Kj% 2 -Magnificat m&g'nIfIk&t K6% 4 -Magnificats m&g'nIfIk&ts Kj$ 4 -Magyar 'm&gjAR M6%,OA% 2 -Magyars 'm&gjAz Mj% 2 -Maharaja ,mAh@'rAdZ@ K6% 4 -Maharajah ,mAh@'rAdZ@ K6% 4 -Maharajahs ,mAh@'rAdZ@z Kj% 4 -Maharajas ,mAh@'rAdZ@z Kj% 4 -Maharanee ,mAh@'rAni K6$ 4 -Maharanees ,mAh@'rAniz Kj$ 4 -Mahatma m@'h&tm@ K6% 3 -Mahatmas m@'h&tm@z Kj$ 3 -Maidenhead 'meIdnhed Nn% 3 -Maidstone 'meIdst@n Nn% 2 -Maine meIn Nm% 1 -Mainz meInts Nn% 1 -Maj 'meIdZ@R Y:% 2 -Malaga 'm&l@g@ Nn% 3 -Malawi m@'lAwI Nm% 3 -Malawian m@'lAwI@n K6%,OA% 4 -Malawians m@'lAwI@nz Kj% 4 -Malay m@'leI M6%,OA% 2 -Malaya m@'leI@ Nm% 3 -Malayan m@'leI@n K6%,OA% 3 -Malayans m@'leI@nz Kj% 3 -Malays m@'leIz Mj% 2 -Malaysia m@'leIzI@ Nm% 4 -Malaysian m@'leIzI@n K6%,OA% 4 -Malaysians m@'leIzI@nz Kj% 4 -Malcolm 'm&lk@m Nl% 2 -Maldon 'm0ldn Nn% 2 -Mali 'mAlI Nm% 2 -Malian 'mAlI@n K6$,OA$ 3 -Malians 'mAlI@nz Kj$ 3 -Mallow 'm&l@U Nn$ 2 -Malmo 'm&lm@U Nn% 2 -Malta 'mOlt@ Nm% 2 -Maltby 'm0ltbI Nn$ 2 -Maltese mOl'tiz M9%,OA% 2 -Malthusian m&l'TjuzI@n OA$ 4 -Malvern 'm0lvn Nn% 2 -Mamie 'meImI Nl$ 2 -Manchester 'm&ntSIst@R Nn% 3 -Mancunian m&n'kjunI@n K6%,OA% 4 -Mancunians m&n'kjunI@nz Kj% 4 -Mandy 'm&ndI Nl% 2 -Manila m@'nIl@ Nn% 3 -Manilla m@'nIl@ K6% 3 -Manillas m@'nIl@z Kj$ 3 -Manitoba ,m&nI't@Ub@ Nm% 4 -Mannheim 'm&nhaIm Nn% 2 -Mansfield 'm&nsfild Nn% 2 -Manx m&Nks L@%,OA% 1 -Maoism 'maUIz@m L@% 3 -Maoist 'maUIst K6% 2 -Maoists 'maUIsts Kj% 2 -Maori 'maUrI K6% 2 -Maoris 'maUrIz Kj% 2 -Mar mAtS Y=% 1 -Maracaibo ,m&r@'kaIb@U Nn$ 4 -March mAtS K7%,Nn% 1 -Marches 'mAtSIz Kj$ 2 -Mardi Gras ,mAdI 'grA K9% 3 -Margaret 'mAgrIt Nl% 2 -Margate 'mAgeIt Nn% 2 -Marge mAdZ Nl% 1 -Margery 'mAdZ@rI Nl% 3 -Margie 'mAdZI Nl% 2 -Margrave 'mAgreIv K6$ 2 -Margraves 'mAgreIvz Kj$ 2 -Maria m@'rI@ Nl% 3 -Marian 'm&rI@n Nl% 3 -Marie m@'ri Nl% 2 -Marilyn 'm&rIlIn Nl% 3 -Marion 'm&rI@n Nl% 3 -Marjorie 'mAdZ@rI Nl% 3 -Mark mAk Nl% 1 -Market Drayton ,mAkIt 'dreItn Nn% 4 -Market Harborough ,mAkIt 'hAbr@ Nn% 4 -Marlborough 'mAlbr@ Nn% 2 -Marlene mA'lin Nl% 2 -Marlow 'mAl@U Nn% 2 -Marple 'mApl Nn$ 2 -Mars mAz No% 1 -Marsala mA'sAl@ L@$ 3 -Marseillaise ,mAs@'leIz K6% 3 -Marseillaises ,mAs@'leIzIz Kj$ 4 -Marseilles mA'seIlz Nn% 2 -Marske mAsk Nn$ 1 -Martha 'mAT@ Nl% 2 -Martian 'mASn K6%,OA% 2 -Martians 'mASnz Kj% 2 -Martin 'mAtIn Nl% 2 -Marxism 'mAksIz@m L@% 3 -Marxist 'mAksIst K6% 2 -Marxists 'mAksIsts Kj% 2 -Mary 'me@rI Nl% 2 -Maryland 'me@rIl@nd Nm% 3 -Maryport 'me@rIpOt Nn$ 3 -Mason-Dixon ,meIsn-'dIksn No$ 4 -Mass m&s M7% 1 -Massachusetts ,m&s@'tSusIts Nm% 4 -Masses 'm&sIz Mj% 2 -Matlock 'm&tl0k Nn% 2 -Matt m&t Nl% 1 -Matthew 'm&Tju Nl% 2 -Maud mOd Nl% 1 -Maudie 'mOdI Nl% 2 -Maundy Thursday ,mOndI 'T3zdI K6%,No% 4 -Maundy Thursdays ,mOndI 'T3zdIz Kj$ 4 -Maureen 'mOrin Nl% 2 -Maurice 'm0rIs Nl% 2 -Mauritania ,m0rI'teInI@ Nm% 5 -Mauritanian ,m0rI'teInI@n K6%,OA% 5 -Mauritanians ,m0rI'teInI@nz Kj% 5 -Mauritian m@'rIS@n K6%,OA% 3 -Mauritians m@'rIS@nz Kj% 3 -Mauritius m@'rIS@s Nm% 3 -Mavis 'meIvIs Nl% 2 -Max m&ks Nl% 1 -Maxine 'm&ksin Nl% 2 -May meI K6%,Nl% 1 -Mayfair 'meIfe@R No% 2 -Mayfield 'meIfild Nn$ 2 -Mayo 'meI@U Nm% 2 -Mays meIz Kj$ 1 -McCarthyism m@'kATIIz@m L@% 5 -Meath miT Nm$ 1 -Mecca 'mek@ Nn% 2 -Med med Y>% 1 -Medan m@'dAn Nn$ 2 -Medellin ,med@'lin Nn$ 3 -Medicare 'medIke@R L@% 3 -Mediterranean ,medIt@'reInI@n OA% 6 -Meg meg Nl% 1 -Melbourne 'melb@n Nn% 2 -Melcombe 'melk@m Nn$ 2 -Melcombe Regis ,melk@m 'ridZIs Nn$ 4 -Melksham 'melkS@m Nn$ 2 -Meltham 'melT@m Nn$ 2 -Melton Mowbray ,meltn 'm@UbreI Nn% 4 -Memphis 'memfIs Nn% 2 -Mendelian men'dilI@n OA$ 4 -Meopham 'mep@m Nn$ 2 -Mephistophelian ,mefIst@'filI@n OA% 6 -Mercator m@'keIt@R No% 3 -Mercury 'm3kjUrI No% 3 -Merthyr Tydfil ,m3T@ 'tIdvIl Nn% 4 -Merton 'm3tn Nn% 2 -Mesdames meI'dAm Kj% 2 -Mesdemoiselles ,meIdmw@'zel Kj% 4 -Messiah mI'saI@ K6% 3 -Messiahs mI'saI@z Kj% 3 -Messieurs meI'sj3R Kj% 2 -Messina me'sin@ Nn% 3 -Messrs 'mes@z Kj% 2 -Met met No$ 1 -Methodism 'meT@dIz@m L@% 4 -Methodist 'meT@dIst K6%,OA% 3 -Methodists 'meT@dIsts Kj% 3 -Methuselah mI'Tjuz@l@ No% 4 -Metro 'metr@U K6% 2 -Metros 'metr@Uz Kj% 2 -Metz mets Nn% 1 -Mexican 'meksIk@n K6%,OA% 3 -Mexicans 'meksIk@nz Kj% 3 -Mexico 'meksIk@U Nm% 3 -Mexico City ,meksIk@U 'sItI Nn% 5 -Mgr ,m0n'sinj@R Y:% 3 -Miami maI'&mI Nn% 3 -Michael 'maIkl Nl% 2 -Michaelmas 'mIklm@s K7%,No% 3 -Michaelmases 'mIklm@sIz Kj$ 4 -Michelle mI'Sel Nl% 2 -Michigan 'mISIg@n Nm% 3 -Mick mIk Nl% 1 -Mickey 'mIkI Nl% 2 -Middlesex 'mIdlseks Nm% 3 -Middleton 'mIdlt@n Nn% 3 -Middlewich 'mIdlwItS Nn$ 3 -Midlands 'mIdl@ndz Nm% 2 -Midwest mId'west No% 2 -Midwestern mId'westn OA% 3 -Mike maIk Nl% 1 -Milan mI'l&n Nn% 2 -Milano mI'lAn@U Nn% 3 -Mildenhall 'mIld@nhAl Nn$ 3 -Mildred 'mIldrId Nl% 2 -Miles maIlz Nl% 1 -Milford 'mIlf@d Nn$ 2 -Milford Haven ,mIlf@d 'heIvn Nn% 4 -Millicent 'mIlIsnt Nl% 3 -Millie 'mIlI Nl% 2 -Millom 'mIl@m Nn$ 2 -Milly 'mIlI Nl% 2 -Milngavie mIl'gaI Nn% 2 -Milnrow mIln'r@U Nn$ 2 -Milton Keynes ,mIltn 'kinz Nn% 3 -Milwaukee mIl'wOkI Nn% 3 -Minehead 'maInhed Nn% 2 -Minneapolis ,mInI'&p@lIs Nn% 5 -Minnesota ,mInI's@Ut@ Nm% 4 -Minotaur 'maIn@tOR K6% 3 -Minotaurs 'maIn@tOz Kj$ 3 -Minsk mInsk Nn% 1 -Minster-in-Sheppey ,mInst@r-In-'SepI Nn$ 5 -Miranda mI'r&nd@ Nl% 3 -Miriam 'mIrI@m Nl% 3 -Miss mIs K7% 1 -Misses 'mIsIz Kj% 2 -Mississippi ,mIsI'sIpI Nm% 4 -Missouri mI'zU@rI Nm% 3 -Mlle m&m'zel Y:$ 2 -Mme m&'d&m Y:$ 2 -Mo m@U Nl% 1 -Mod m0d K6$ 1 -Modena m@'din@ Nn% 3 -Mods m0dz Kj$ 1 -Mohammedan m@'h&mId@n K6% 4 -Mohammedans m@'h&mId@nz Kj% 4 -Moira 'moIr@ Nl% 2 -Mold m@Uld Nn$ 1 -Molly 'm0lI Nl% 2 -Moloch 'm@Ul0k No$ 2 -Mon 'mVndeI Y=% 2 -Monaco 'm0n@k@U Nm% 3 -Monaghan 'm0n@h@n Nm% 3 -Monchengladbach ,mVntSIn'gl&db&k Nn% 4 -Monday 'mVndI K6%,No% 2 -Mondays 'mVndIz Kj% 2 -Monegasque ,m0n@'g&sk K6$,OA$ 3 -Monegasques ,m0n@'g&sks Kj$ 3 -Mongol 'm0Ngl M6%,OA% 2 -Mongolia m0N'g@UlI@ Nm% 4 -Mongolian m0N'g@UlI@n M6%,OA% 4 -Mongolians m0N'g@UlI@nz Mj% 4 -Mongols 'm0Nglz Mj% 2 -Monica 'm0nIk@ Nl% 3 -Monifieth 'm0nIfiT Nn$ 3 -Monmouth 'm0nm@T Nn% 2 -Monsieur m@'sj3R Ki% 2 -Monsignor m0n'sinj@R K6% 3 -Monsignors m0n'sinj@z Kj% 3 -Montana m0n't&n@ Nm% 3 -Monterrey ,m0nt@'reI Nn% 3 -Montevideo ,m0ntIvI'deI@U Nn% 5 -Montreal ,m0ntrI'Ol Nn% 3 -Montrose m@n'tr@Uz Nn% 2 -Montserrat ,m0nts@'r&t Nm$ 3 -Montserratian ,m0nts@'r&Sn K6$,OA$ 4 -Montserratians ,m0nts@'r&Snz Kj$ 4 -Monza 'm0nz@ Nn% 2 -Moor mU@R K6$ 1 -Moorish 'mU@rIS OA$ 2 -Moors mU@z Kj$ 1 -Morecambe 'mOk@m Nn% 2 -Moresque mO'resk OA$ 2 -Morley 'mOlI Nn$ 2 -Mormon 'mOm@n K6%,OA% 2 -Mormonism 'mOm@nIz@m L@% 4 -Mormons 'mOm@nz Kj% 2 -Moroccan m@'r0k@n K6%,OA% 3 -Moroccans m@'r0k@nz Kj% 3 -Morocco m@'r0k@U Nm% 3 -Morpeth 'mOpIT Nn$ 2 -Morpheus 'mOfI@s No$ 3 -Morse mOs L@% 1 -Mosaic m@U'zeIIk OA$ 3 -Moscow 'm0sk@U Nn% 2 -Moslem 'm0zl@m K6%,OA% 2 -Moslems 'm0zl@mz Kj% 2 -Mossley 'm0slI Nn$ 2 -Motherwell 'mVD@wel Nn% 3 -Mountain Ash ,maUntIn '&S Nn$ 3 -Mountie 'maUntI K6% 2 -Mounties 'maUntIz Kj% 2 -Mozambican ,m@Uz&m'bik@n K6%,OA% 4 -Mozambicans ,m@Uz&m'bik@nz Kj% 4 -Mozambique ,m@Uz&m'bik Nm% 3 -Mr 'mIst@R Y:* 2 -Mrs 'mIsIz Y:* 2 -Ms mIz Y:% 1 -Mt maUnt Y=% 1 -Muhammad m@'h&mId No% 3 -Muhammadan m@'h&mId@n K6%,OA% 4 -Muhammadanism m@'h&mId@nIz@m L@% 6 -Muhammadans m@'h&mId@nz Kj% 4 -Mukden 'mUkd@n Nn$ 2 -Mulheim 'mUlhaIm Nn$ 2 -Mulhouse 'mUlhaUs Nn$ 2 -Multan ,mUl'tAn Nn$ 2 -Munich 'mjunIk Nn% 2 -Munster 'mVnst@R Nm% 2 -Muriel 'mjurI@l Nl% 3 -Murton 'm3tn Nn$ 2 -Muscovies 'mVsk@vIz Kj$ 3 -Muscovite 'mVsk@vaIt K6%,OA% 3 -Muscovites 'mVsk@vaIts Kj% 3 -Muscovy 'mVsk@vI K8$ 3 -Muslim 'mUzlIm K6% 2 -Muslims 'mUzlImz Kj% 2 -Musselburgh 'mVslbr@ Nn% 3 -Myra 'maI@r@ Nl% 2 -N en Ki$ 1 -N's enz Kj$ 1 -NAAFI 'n&fI Y>% 2 -NASA 'nAs@ Y=% 2 -NATO 'neIt@U Y=% 2 -NB ,en'bi Y~% 2 -NCO ,ensI'@U Y>% 3 -NHS ,en,eI'tSes Y>% 3 -NSPCC ,en,es,pi,si'si Y>% 5 -NT ,en'ti Y>% 2 -Nagoya 'nAg@Uj@ Nn$ 3 -Nagpur n&g'pU@R Nn$ 2 -Nailsea 'neIlzI Nn$ 2 -Nairn ne@n Nn$ 1 -Nairobi naI'r@UbI Nn% 3 -Namibia n@'mIbI@ Nm% 4 -Namibian n@'mIbI@n K6%,OA% 4 -Namibians n@'mIbI@nz Kj% 4 -Nanchang ,n&n'tS&N Nn$ 2 -Nancy 'n&nsI Nl% 2 -Nanking ,n&n'kIN Nn% 2 -Nanning ,n&n'nIN Nn$ 2 -Nantwich 'n&ntwItS Nn% 2 -Naomi 'neI@mI Nl% 3 -Naples 'neIplz Nn% 2 -Napoleonic n@,p@UlI'0nIk OA% 5 -Napoli 'nAp@lI Nn% 3 -Narborough 'nAbr@ Nn$ 2 -Nat n&t Nl% 1 -Natalie 'n&t@lI Nl% 3 -Nathaniel n@'T&nI@l Nl% 4 -Nauru 'naUru Nm$ 2 -Nauruan 'naUru@n M6$,OA$ 3 -Nauruans 'naUru@nz Mj$ 3 -Nazi 'nAtsI K6%,OA% 2 -Nazis 'nAtsIz Kj% 2 -Nazism 'nAtsIz@m L@% 3 -Neanderthal ni'&nd@tAl OA% 4 -Neapolitan nI@'p0lIt@n K6%,OA% 5 -Neapolitans nI@'p0lIt@nz Kj% 5 -Neath niT Nn$ 1 -Nebraska n@'br&sk@ Nm% 3 -Ned ned Nl% 1 -Neddy 'nedI Nl% 2 -Negress 'nigres K7% 2 -Negresses 'nigresIz Kj% 3 -Negro 'nigr@U K7% 2 -Negroes 'nigr@Uz Kj% 2 -Negroid 'nigroId K6$,OA% 2 -Negroids 'nigroIdz Kj$ 2 -Negus 'nig@s K7$ 2 -Neguses 'nig@sIz Kj$ 3 -Neil nil Nl% 1 -Nell nel Nl% 1 -Nelly 'nelI Ki%,Nl% 2 -Nelson 'nelsn Nn% 2 -Nepal nI'pOl Nm% 2 -Nepalese ,nep@'liz K9%,OA% 3 -Nepali nI'pOlI M6%,OA% 3 -Nepalis nI'pOlIz Mj% 3 -Neptune 'neptjun No% 2 -Neston 'nest@n Nn$ 2 -Nestor 'nest@R No$ 2 -Netherlander 'neD@l@nd@R K6% 4 -Netherlanders 'neD@l@nd@z Kj% 4 -Netherlands 'neD@l@ndz Nm% 3 -Netley 'netlI Nn$ 2 -Neuss noIs Nn$ 1 -Nevada n@'vAd@ Nm% 3 -Neville 'nevl Nl% 2 -New Cumnock ,nju 'kVmn@k Nn$ 3 -New Mills ,nju 'mIlz Nn$ 2 -New Orleans ,nju 'OlI@nz Nn% 3 -New Tredegar ,nju trI'dig@R Nn$ 4 -New Windsor ,nju 'wInz@R Nn$ 3 -New York ,nju 'jOk Nn% 2 -Newark 'nju@k Nn% 2 -Newarthill ,nju@t'hIl Nn$ 3 -Newbiggin 'njubIgIn Nn% 3 -Newbury 'njub@rI Nn% 3 -Newcastle 'njuk&sl Nn% 3 -Newcastle upon Tyne ,njuk&sl Vp0n 'taIn Nn% 6 -Newcastle-under-Lyme ,njuk&sl-,Vnd@-'laIm Nn% 6 -Newfoundland 'njuf@nl@nd Nm% 3 -Newham 'nju@m Nn% 2 -Newhaven 'njuheIvn Nn% 3 -Newmains 'njumeInz Nn$ 2 -Newmarket 'njumAkIt L@%,Nn% 3 -Newport 'njupOt Nn% 2 -Newport Pagnell ,njupOt 'p&gnIl Nn% 4 -Newquay 'njuki Nn% 2 -Newry 'njU@rI Nn% 2 -Newton Abbot ,njutn '&b@t Nn% 4 -Newton Aycliffe ,njutn 'eIklIf Nn$ 4 -Newton Mearns ,njutn 'mI@nz Nn$ 3 -Newton-le-Willows ,njutn-lI-'wIl@Uz Nn$ 5 -Newtonian nju't@UnI@n K6$,OA% 4 -Newtonians nju't@UnI@nz Kj$ 4 -Newtown 'njut@Un Nn$ 2 -Nicaragua ,nIk@'r&gjU@ Nm% 5 -Nicaraguan ,nIk@'r&gjU@n K6%,OA% 5 -Nicaraguans ,nIk@'r&gjU@nz Kj% 5 -Nice nis Nn% 1 -Nicholas 'nIk@l@s Nl% 3 -Nick nIk Nl% 1 -Nicola 'nIk@l@ Nl% 3 -Nicole nI'k0l Nl% 2 -Nigel 'naIdZl Nl% 2 -Niger ni'Ze@R Nm% 2 -Nigeria naI'dZI@rI@ Nm% 4 -Nigerian naI'dZI@rI@n K6%,OA% 4 -Nigerians naI'dZI@rI@nz Kj% 4 -Nigerien ni'Ze@rI@n K6$,OA$ 4 -Nigeriens ni'Ze@rI@nz Kj$ 4 -Nijmegen 'naImeIgn Nn% 3 -Nilotic naI'l0tIk OA$ 3 -Nimrod 'nImr0d No$ 2 -Niobe 'naI@bI No$ 3 -Nipponese ,nIp@'niz OA$ 3 -Nissen 'nIsn No$ 2 -Noah 'n@U@ No$ 2 -Nobel n@U'bel No$ 2 -Noel 'n@U@l K6$,Nl% 2 -Noels 'n@U@lz Kj$ 2 -Nora 'nOr@ Nl% 2 -Nordic 'nOdIk K6$,OA% 2 -Nordics 'nOdIks Kj$ 2 -Norfolk 'nOf@k Nm% 2 -Norman 'nOm@n K6%,Nl%,OA% 2 -Normans 'nOm@nz Kj% 2 -Normanton 'nOm@nt@n Nn$ 3 -Normantown 'nOm@ntaUn Nn$ 3 -Norse nOs L@%,OA% 1 -North Walsham ,nOT 'w0lS@m Nn$ 3 -Northallerton nOT'&l@t@n Nn% 4 -Northam 'nOT@m Nn$ 2 -Northampton nO'T&mpt@n Nn% 3 -Northamptonshire nO'T&mpt@nS@R Nm% 4 -Northman 'nOTm@n Ki$ 2 -Northmen 'nOTm@n Kj$ 2 -Northumberland nO'TVmb@l@nd Nm% 4 -Northwich 'nOTwItS Nn$ 2 -Norton 'nOtn Nn% 2 -Norway 'nOweI Nm% 2 -Norwegian nO'widZ@n M6%,OA% 3 -Norwegians nO'widZ@nz Mj% 3 -Norwich 'n0rItS Nn% 2 -Nottingham 'n0tIN@m Nn% 3 -Nottinghamshire 'n0tIN@mS@R Nm% 4 -Nov n0v Y=% 1 -Nova Scotia ,n@Uv@ 'sk@US@ Nm% 4 -Novara n@'vAr@ Nn$ 3 -November n@U'vemb@R K6%,No% 3 -Novembers n@U'vemb@z Kj$ 3 -Novokuznetsk ,n0v@kUz'njetsk Nn$ 4 -Novosibirsk ,n0v@sI'bI@sk Nn$ 4 -Nuneaton nVn'itn Nn% 3 -Nurenburg 'njU@r@nb3g Nn% 3 -O @U Ki$,W-$ 1 -O's @Uz Kj$ 1 -O-level '@U-levl K6% 3 -O-levels '@U-levlz Kj% 3 -OAP ,@U,eI'pi Y>% 3 -OAP's ,@U,eI'piz Y)% 3 -OAU ,@U,eI'ju Y>% 3 -OECD ,@U,i,si'di Y>% 4 -OED ,@U,i'di Y>% 3 -OK ,@U'keI W-% 2 -OPEC '@Upek Y=% 2 -OT ,@U'ti Y>% 2 -Oakengates '@UkngeIts Nn$ 3 -Oban '@Ub@n Nn% 2 -Oberhausen '@Ub@haUzn Nn$ 4 -Occident '0ksId@nt No% 3 -Occidental ,0ksI'dentl K6$,OA% 4 -Occidentals ,0ksI'dentlz Kj$ 4 -Ockbrook '0kbrUk Nn$ 2 -Ockendon '0knd@n Nn$ 3 -Oct 0kt Y=% 1 -October 0k't@Ub@R K6%,No% 3 -Octobers 0k't@Ub@z Kj$ 3 -Odessa @U'des@ Nn% 3 -Oedipus 'idIp@s No% 3 -Offaly '0f@lI Nm% 3 -Offenbach '0fnbAk Nn% 3 -Ogmore Valley ,0gmO 'v&lI Nn$ 4 -Ohio @U'haI@U Nm% 3 -Oklahoma ,@Ukl@'h@Um@ Nm% 4 -Oklahoma City ,@Ukl@,h@Um@ 'sItI Nn% 6 -Old Windsor ,@Uld 'wInz@R Nn$ 3 -Oldenburg '@Uldnb3g Nn$ 3 -Oldham '@Uld@m Nn% 2 -Oldland '@Uldl&nd Nn$ 2 -Olive '0lIv Nl% 2 -Oliver '0lIv@R Nl% 3 -Olivia @'lIvI@ Nl% 4 -Ollerton '0l@t@n Nn$ 3 -Ollie '0lI Nl% 2 -Olympiad @'lImpI&d K6% 4 -Olympiads @'lImpI&dz Kj$ 4 -Olympian @'lImpI@n K6%,OA% 4 -Olympians @'lImpI@nz Kj% 4 -Olympic @'lImpIk OA% 3 -Olympics @'lImpIks No% 3 -Oman @U'mAn Nm% 2 -Omani @U'mAnI K6%,OA% 3 -Omanis @U'mAnIz Kj% 3 -Omsk 0msk Nn% 1 -Ongar '0Ng@R Nn% 2 -Ontario 0n'te@rI@U Nm% 4 -Orangeman '0rIndZm&n Ki% 3 -Orangemen '0rIndZmen Kj% 3 -Oregon '0rIg@n Nm% 3 -Orkney 'OknI Nm% 2 -Orleans O'lI@nz Nn% 2 -Ormskirk 'Omzk3k Nn% 2 -Osaka @U'sAk@ Nn% 3 -Oscar '0sk@R K6%,Nl% 2 -Oscars '0sk@z Kj% 2 -Oslo '0zl@U Nn% 2 -Osnabruck '0zn@brUk Nn$ 3 -Ossett '0sIt Nn$ 2 -Oswald '0zw@ld Nl% 2 -Oswestry '0zwIstrI Nn% 3 -Otago @U'tAg@U Nm$ 3 -Otley '0tlI Nn% 2 -Ottawa '0t@w@ Nn% 3 -Oviedo ,0vI'eId@U Nn$ 4 -Oxbridge '0ksbrIdZ No% 2 -Oxford '0ksf@d Nn% 2 -Oxfordshire '0ksf@dS@R Nm% 3 -Oxon '0ksn Y~$ 2 -Oxonian 0k's@UnI@n K6$,OA$ 4 -Oxonians 0k's@UnI@nz Kj$ 4 -Oxted '0kstId Nn$ 2 -Ozzie '0zI Nl% 2 -P pi Ki$ 1 -P's piz Kj$ 1 -PA ,pi'eI Y>% 2 -PAYE ,pi,eI,waI'i Y=% 4 -PC ,pi'si Y:% 2 -PDSA ,pi,di,es'eI Y>% 4 -PE ,pi'i Y}% 2 -PLC ,pi,el'si Y=% 3 -PM ,pi'em Y>% 2 -PO ,pi'@U Y>% 2 -POW ,pi,@U'dVblju Y>% 5 -PR ,pi'AR Y}% 2 -PT ,pi'ti Y}% 2 -PTA ,pi,ti'eI Y>% 3 -PTO ,pi,ti'@U Y~% 3 -Pacific p@'sIfIk No% 3 -Paddies 'p&dIz Kj$ 2 -Paddy 'p&dI K8$,Nl% 2 -Paddy-wagon 'p&dI-w&gn K6$ 4 -Paddy-wagons 'p&dI-w&gnz Kj$ 4 -Padova 'pAd@v@ Nn$ 3 -Padua 'p&dZU@ Nn% 3 -Paisley 'peIzlI Nn% 2 -Pakistan ,pAkI'stAn Nm% 3 -Pakistani ,pAkI'stAnI K6%,OA% 4 -Pakistanis ,pAkI'stAnIz Kj% 4 -Palembang pA'lembAN Nn$ 3 -Palermo p@'l3m@U Nn% 3 -Palestine 'p&l@staIn Nm% 3 -Palestinian ,p&l@'stInI@n K6%,OA% 5 -Palestinians ,p&l@'stInI@nz Kj% 5 -Pam p&m Nl% 1 -Pamela 'p&m@l@ Nl% 3 -Pamplona p&m'pl@Un@ Nn% 3 -Panama ,p&n@'mA Nm% 3 -Panamanian ,p&n@'meInI@n K6%,OA% 5 -Panamanians ,p&n@'meInI@nz Kj% 5 -Paotow ,paU'taU Nn$ 2 -Papua 'p&pjU@ Nm% 3 -Papuan 'p&pjU@n K6%,OA% 3 -Papuans 'p&pjU@nz Kj% 3 -Paraguay 'p&r@gwaI Nm% 3 -Paraguayan ,p&r@'gwaI@n K6%,OA% 4 -Paraguayans ,p&r@'gwaI@nz Kj% 4 -Paris 'p&rIs Nn% 2 -Parisian p@'rIzI@n K6%,OA% 4 -Parisians p@'rIzI@nz Kj% 4 -Parkinson's 'pAkInsnz OA$ 3 -Parma 'pAm@ Nn% 2 -Parmesan 'pAmIz&n L@% 3 -Parsee pA'si K6$ 2 -Parsees pA'siz Kj$ 2 -Parthian 'pATI@n OA$ 3 -Pashto 'pVSt@U L@$ 2 -Passover 'pAs@Uv@R K6% 3 -Passovers 'pAs@Uv@z Kj$ 3 -Pat p&t Nl% 1 -Patience 'peISns Nl% 2 -Patrai 'p&trI Nn$ 2 -Patricia p@'trIS@ Nl% 3 -Patrick 'p&trIk Nl% 2 -Patty 'p&tI Nl% 2 -Paul pOl Nl% 1 -Paula 'pOl@ Nl% 2 -Pauline 'pOlin Nl% 2 -Pax Romana ,p&ks r@U'mAn@ Ki$ 4 -Peacehaven 'pisheIvn Nn$ 3 -Pearl p3l Nl% 1 -Peebles 'piblz Nn% 2 -Peg peg Nl% 1 -Peggy 'pegI Nl% 2 -Peking ,pi'kIN Nn% 2 -Pelton 'peltn Nn$ 2 -Pembroke 'pembr@k Nn% 2 -Penarth pI'nAT Nn% 2 -Pendlebury 'pendlbrI Nn$ 3 -Penelope p@'nel@pI Nl% 4 -Penicuik 'penIkUk Nn$ 3 -Penki ,pen'tSi Nn$ 2 -Pennsylvania ,pensl'veInI@ Nm% 5 -Penny 'penI Nl% 2 -Penrhyn 'penrIn Nn% 2 -Penrith 'penrIT Nn% 2 -Penryn 'penrIn Nn% 2 -Pentateuch 'pent@tjuk K6% 3 -Pentateuchs 'pent@tjuks Kj$ 3 -Pentecost 'pentIk0st L@% 3 -Pentecostal ,pentI'k0stl OA% 4 -Penzance pen'z&ns Nn% 2 -Percy 'p3sI Nl% 2 -Perm pjerm Nn$ 1 -Pershore 'p3SOR Nn% 2 -Persia 'p3S@ Nm% 2 -Persian 'p3Sn K6%,OA% 2 -Persians 'p3Snz Kj% 2 -Perth p3T Nn% 1 -Peru p@'ru Nm% 2 -Perugia p@'rudZI@ Nn% 4 -Peruvian p@'rUvI@n K6%,OA% 4 -Peruvians p@'rUvI@nz Kj% 4 -Pescara pes'kAr@ Nn$ 3 -Pete pit Nl% 1 -Peter 'pit@R Nl% 2 -Peterborough 'pit@br@ Nn% 3 -Peterhead 'pit@hed Nn% 3 -Peterlee 'pit@li Nn% 3 -Petersfield 'pit@zfild Nn$ 3 -PhD ,pi,eItS'di Y>% 3 -Pharaoh 'fe@r@U K6% 2 -Pharaohs 'fe@r@Uz Kj% 2 -Pharisee 'f&rIsi K6% 3 -Pharisees 'f&rIsiz Kj% 3 -Phil fIl Nl% 1 -Philadelphia ,fIl@'delfI@ Nn% 5 -Philip 'fIlIp Nl% 2 -Philippa 'fIlIp@ Nl% 3 -Philippine 'fIlIpin K6%,OA% 3 -Philippines 'fIlIpinz Nm% 3 -Philistine 'fIlIstaIn K6% 3 -Philistines 'fIlIstaInz Kj% 3 -Philistinism 'fIlIstInIzm L@% 5 -Phnom-Penh ,n0m-'pen Nn% 2 -Phoebe 'fibI Nl% 2 -Phoenix 'finIks Nn% 2 -Phyllis 'fIlIs Nl% 2 -Piacenza ,pI@'tSenz@ Nn$ 4 -Pill pIl Nn$ 1 -Piraeus paI'ri@s Nn% 3 -Pisa 'piz@ Nn% 2 -Pisces 'paIsiz No% 2 -Pittsburgh 'pItsb3g Nn% 2 -Platonic pl@'t0nIk OA% 3 -Plimsoll 'plIms@l K6$ 2 -Plimsolls 'plIms@lz Kj$ 2 -Pluto 'plut@U No% 2 -Plutos 'plut@Uz Kj$ 2 -Plymouth 'plIm@T Nn% 2 -Poland 'p@Ul@nd Nm% 2 -Polaris p@U'l&rIs Ki% 3 -Polaroid 'p@Ul@roId L@% 3 -Pole p@Ul K6% 1 -Poles p@Ulz Kj% 1 -Polish 'p@UlIS L@%,OA% 2 -Polly 'p0lI Nl% 2 -Pont-Llan-Fraith ,p0nt-l&n-'freIT Nn$ 3 -Pontardawe ,p0nt@'d@UI Nn$ 4 -Pontardulais ,p0nt@'duleIs Nn$ 4 -Pontefract 'p0ntIfr&kt Nn% 3 -Pontycymmer ,p0ntI'kIm@R Nn$ 4 -Pontypool ,p0ntI'pul Nn% 3 -Poole pul Nn% 1 -Poona 'pun@ Nn% 2 -Pope p@Up K6% 1 -Popes p@Ups Kj% 1 -Port Glasgow ,pOt 'gl&zg@U Nn$ 3 -Port Talbot ,pOt 't0lb@t Nn% 3 -Porthcawl pOT'kOl Nn% 2 -Porthmadog pOt'm&d@k Nn% 3 -Portishead 'pOtIzhed Nn% 3 -Portland 'pOtl@nd Nn% 2 -Porto Alegre ,pOt@U @'leIgrI Nn$ 5 -Portsmouth 'pOtsm@T Nn% 2 -Portugal 'pOtSUgl Nm% 3 -Portuguese ,pOtSU'giz M9%,OA% 3 -Potsdam 'p0tsd&m Nn% 2 -Potters Bar ,p0t@z 'bAR Nn$ 3 -Powys 'paUIs Nm% 2 -Poynton 'poInt@n Nn$ 2 -Poznan p0z'nAn Nn$ 2 -Prague prAg Nn% 1 -Prato 'prAt@U Nn$ 2 -Pre-Raphaelite ,pri'r&f@laIt K6%,OA% 4 -Pre-Raphaelites ,pri'r&f@laIts Kj% 4 -Pres prez Y>% 1 -Presbyterian ,prezbI'tI@rI@n K6%,OA% 5 -Presbyterianism ,presbI'tI@rI@nIz@m L@% 7 -Presbyterians ,prezbI'tI@rI@nz Kj% 5 -Prescot 'presk@t Nn$ 2 -Prestatyn pres't&tIn Nn% 3 -Preston 'prestn Nn% 2 -Prestonpans 'prestnp&nz Nn$ 3 -Prestwich 'prestwItS Nn$ 2 -Prestwick 'prestwIk Nn$ 2 -Pretoria prI'tOrI@ Nn% 4 -Princes Risborough ,prInsIz 'rIzbr@ Nn$ 4 -Priscilla prI'sIl@ Nl% 3 -Prof pr0f Y:% 1 -Protestant 'pr0tIst@nt K6%,OA% 3 -Protestantism 'pr0tIst@ntIz@m L@% 5 -Protestants 'pr0tIst@nts Kj% 3 -Providence 'pr0vIdns Nn% 3 -Pru pru Nl% 1 -Prudence 'prudns Nl% 2 -Prudhoe 'prud@U Nn$ 2 -Prussian 'prVSn K6%,OA% 2 -Prussians 'prVSnz Kj% 2 -Pte 'praIvIt Y:% 2 -Pty pr@'praI@t@rI Y=% 5 -Pudsey 'pVdzI Nn$ 2 -Pullman 'pUlm@n K6% 2 -Pullmans 'pUlm@nz Kj% 2 -Punch pVntS K7% 1 -Punches 'pVntSIz Kj$ 2 -Punic 'pjunIk OA$ 2 -Pusan ,pu's&n Nn$ 2 -Pwllheli pU'TelI Nn% 3 -Pyle paIl Nn$ 1 -Pyongyang ,pj0N'j&N Nn$ 2 -Pyrrhic 'pIrIk OA$ 2 -Q kju Ki$ 1 -Q's kjuz Kj$ 1 -QC ,kju'si Y>% 2 -QED ,kju,i'di Y~% 3 -Qatar kV'tAR Nm% 2 -Qatari kV'tArI K6%,OA% 3 -Qataris kV'tArIz Kj% 3 -Quai d'Orsay ,keI dO'seI Ki% 3 -Quaker 'kweIk@R K6% 2 -Quakers 'kweIk@z Kj% 2 -Quebec kwI'bek Nm% 2 -Queenborough-in-Sheppey,kwinbr@-In-'SepI Nn$ 5 -Queensbury 'kwinzb@rI Nn$ 3 -Queensferry 'kwinzferI Nn$ 3 -Queensland 'kwinzl@nd Nm% 2 -Quentin 'kwentIn Nl% 2 -Quinquagesima ,kwINkw@'dZesIm@ K6$,No$ 5 -Quinquagesimas ,kwINkw@'dZesIm@z Kj$ 5 -Quito 'kit@U Nn$ 2 -Quonset 'kw0nsIt K6$ 2 -Quonsets 'kw0nsIts Kj$ 2 -R AR Ki$ 1 -R"ontgen 'r0ntj@n K6% 2 -R"ontgens 'r0ntj@nz Kj$ 2 -R's Az Kj$ 1 -RA ,A'reI Y>% 2 -RADA 'rAd@ Y=% 2 -RAF ,A,reI'ef Y>% 3 -RC ,A'si Y~% 2 -RIP ,A,raI'pi Y~% 3 -RM ,A'rem Y>$ 2 -RN ,A'ren Y>% 2 -RSPCA ,A,res,pi,si'eI Y>% 5 -RSVP ,A,res,vi'pi Y~% 4 -Rabelaisian ,r&b@'leIzI@n OA$ 5 -Rachel 'reItSl Nl% 2 -Radcliffe 'r&dklIf Nn$ 2 -Radcliffe on Trent ,r&dklIf 0n 'trent Nn$ 4 -Radlett 'r&dlIt Nn$ 2 -Radstock 'r&dst0k Nn$ 2 -Rainford 'reInf@d Nn$ 2 -Ralph r&lf Nl% 1 -Ramadan ,r&m@'dAn K6%,No% 3 -Ramadans ,r&m@'dAnz Kj$ 3 -Ramsbottom 'r&mzb0t@m Nn$ 3 -Ramsgate 'r&mzgeIt Nn% 2 -Randolph 'r&nd0lf Nl% 2 -Rangoon r&N'gun Nn% 2 -Ravenna r@'ven@ Nn% 3 -Rawtenstall 'r0tnstOl Nn$ 3 -Ray reI Nl% 1 -Raymond 'reIm@nd Nl% 2 -Rd r@Ud Y=% 1 -Reading 'redIN Nn% 2 -Realtor 'rI@lt@R K6$ 3 -Realtors 'rI@lt@z Kj$ 3 -Rebecca r@'bek@ Nl% 3 -Recife re'sif@ Nn% 3 -Recklinghausen 'reklINhaUzn Nn$ 4 -Redbrick 'redbrIk OA% 2 -Redbridge 'redbrIdZ Nn$ 2 -Redditch 'redItS Nn$ 2 -Redruth 'redruT Nn$ 2 -Reg redZ Nl% 1 -Regensburg 'reIg@nzb3g Nn$ 3 -Regina rI'dZaIn@ No% 3 -Reginald 'redZInld Nl% 3 -Reich raIk K6% 1 -Reichs raIks Kj$ 1 -Reigate 'raIgeIt Nn% 2 -Remscheid 'remSaId Nn$ 2 -Renfrew 'renfru Nn% 2 -Rennes ren Nn% 1 -Retford 'retf@d Nn$ 2 -Rev rev Y:% 1 -Revd 'rev@r@nd Y:% 3 -Rex reks Nl% 1 -Reykjavik 'reIkj@vIk Nn% 3 -Rheims rimz Nn% 1 -Rhenish 'renIS OA$ 2 -Rheydt raIt Nn$ 1 -Rhine raIn No% 1 -Rhinestone 'raInst@Un K6% 2 -Rhinestones 'raInst@Unz Kj% 2 -Rhode r@Ud Nm% 1 -Rhondda 'r0nd@ Nn% 2 -Rhosllanerchrugog ,r0sl&n@'krug0g Nn$ 5 -Rhyl rIl Nn% 1 -Rhymney 'rImnI Nn$ 2 -Richard 'rItS@d Nl% 2 -Richmond 'rItSm@nd Nn% 2 -Richmond upon Thames ,rItSm@nd Vp0n 'temz Nn% 5 -Rick rIk Nl% 1 -Rickmansworth 'rIkm@nzw@T Nn% 3 -Ricky 'rIkI Nl% 2 -Riesling 'rislIN K6% 2 -Rieslings 'rislINz Kj$ 2 -Riga 'rig@ Nn$ 2 -Rijeka rI'ek@ Nn$ 3 -Rimini 'rImInI Nn% 3 -Ringwood 'rINwUd Nn$ 2 -Rio de Janeiro ,rI@U d@ dZ@'nI@r@U Nn% 6 -Ripley 'rIplI Nn$ 2 -Ripon 'rIpn Nn% 2 -Risborough 'rizbr@ Nn$ 2 -Risca 'rIsk@ Nn$ 2 -Rishton 'rISt@n Nn$ 2 -Rita 'rit@ Nl% 2 -Riviera ,rIvI'e@r@ No% 4 -Rob r0b Nl% 1 -Robert 'r0b@t Nl% 2 -Robin 'r0bIn Nl% 2 -Rochdale 'r0tSdeIl Nn% 2 -Rochester 'r0tSIst@R Nn% 3 -Rod r0d Nl% 1 -Rodney 'r0dnI Nl% 2 -Roentgen 'r0ntj@n K6% 2 -Roentgens 'r0ntj@nz Kj% 2 -Roger 'r0dZ@R Nl% 2 -Romaic r@U'meIIk L@$,OA$ 3 -Roman 'r@Um@n K6%,OA% 2 -Romance r@'m&ns OA% 2 -Romanesque ,r@Um@'nesk L@% 3 -Romania r@'meInI@ Nm% 4 -Romanian r@'meInI@n M6%,OA% 4 -Romanians r@'meInI@nz Mj% 4 -Romanies 'r0m@nIz Mj% 3 -Romans 'r@Um@nz Kj% 2 -Romany 'r0m@nI M8%,OA% 3 -Rome r@Um Nn% 1 -Romish 'r@UmIS OA$ 2 -Romsey 'rVmzI Nn$ 2 -Ron r0n Nl% 1 -Ronald 'r0nld Nl% 2 -Roneo 'r@UnI@U H0%,K6% 3 -Roneoed 'r@UnI@Ud Hc%,Hd% 3 -Roneoing 'r@UnI@UIN Hb$ 4 -Roneos 'r@UnI@Uz Ha$,Kj$ 3 -Ronnie 'r0nI Nl% 2 -Roquefort 'r0kfOR L@% 2 -Rosalie 'r@Uz@lI Nl% 3 -Rosalind 'r0z@lInd Nl% 3 -Rosamund 'r0z@m@nd Nl% 3 -Rosario r@'zArI@U Nn$ 4 -Roscommon r0s'k0m@n Nm$ 3 -Rose r@Uz Nl% 1 -Rosemary 'r@Uzm@rI Nl% 3 -Rosie 'r@UzI Nl% 2 -Roslyn 'r0zlIn Nl% 2 -Ross-on-Wye ,r0s-0n-'waI Nn% 3 -Rossington 'r0sINt@n Nn$ 3 -Rosslare 'r0sle@R Nn% 2 -Rostock 'r0st0k Nn$ 2 -Rostov-Na-Donu ,r0st0f-n@-'d@Unu Nn$ 5 -Rotarian r@U'te@rI@n K6% 4 -Rotarians r@U'te@rI@nz Kj% 4 -Rotherham 'r0D@r@m Nn% 3 -Rothesay 'r0TsI Nn$ 2 -Rothwell 'r0Twel Nn$ 2 -Rotterdam 'r0t@d&m Nn% 3 -Roubaix 'rubeI Nn$ 2 -Rouen 'ru0N Nn% 2 -Roundhead 'raUndhed K6% 2 -Roundheads 'raUndhedz Kj% 2 -Rowlands Gill ,r@Ul@nz 'gIl Nn$ 3 -Roy roI Nl% 1 -Royston 'roIst@n Nn$ 2 -Rt Hon 'raIt ,h0n Y~% 2 -Rubicon 'rubIk@n K6% 3 -Rubicons 'rubIk@nz Kj$ 3 -Ruddington 'rVdINt@n Nn$ 3 -Rudolf 'rud0lf Nl% 2 -Rudy 'rudI Nl% 2 -Rugby 'rVgbI Nn% 2 -Rugeley 'rudZlI Nn% 2 -Runcorn 'rVNkOn Nn% 2 -Rupert 'rup@t Nl% 2 -Ruritanian ,rU@rI'teInI@n OA% 5 -Russia 'rVS@ Nm% 2 -Russian 'rVS@n M6%,OA% 2 -Russians 'rVS@nz Mj% 2 -Ruth ruT Nl% 1 -Rutherglen 'rVD@glen Nn$ 3 -Rutland 'rVtl@nd Nm% 2 -Rwanda rU'&nd@ Nm% 3 -Rwandan rU'&nd@n K6%,OA% 3 -Rwandans rU'&nd@nz Kj% 3 -Ryde raId Nn$ 1 -Ryehill 'raIhIl Nn$ 2 -S es Ki$ 1 -S's 'esIz Kj$ 2 -SALT s0lt Y~% 1 -SOS ,es@U'es Y>% 3 -SOSs ,es@U'esIz Y)% 4 -SRN ,es,A'ren Y>% 3 -SS ,es'es Y>% 2 -STD ,es,ti'di Y~% 3 -Saarbrucken 'zAbrUk@n Nn% 3 -Sabadeli ,s&b@'delI Nn$ 4 -Sabah 'sVb@ Nm$ 2 -Sabahan 'sVb@h@n K6$,OA$ 3 -Sabahans 'sVb@h@nz Kj$ 3 -Sabbath 's&b@T K6% 2 -Sabbaths 's&b@Ts Kj$ 2 -Sacramento ,s&kr@'ment@U Nn% 4 -Saffron Walden ,s&fr@n 'w0ldn Nn% 4 -Sagittarius ,s&dZI'te@rI@s No% 5 -Saigon saI'g0n Nn% 2 -Salamanca ,s&l@'m&Nk@ Nn$ 4 -Sale seIl Nn$ 1 -Salerno s@'l3n@U Nn% 3 -Salford 's0lf@d Nn% 2 -Salisbury 's0lzb@rI Nn% 3 -Sally 's&lI Nl% 2 -Saltash 's0lt&S Nn$ 2 -Saltburn 's0ltb3n Nn$ 2 -Saltcoats 's0ltk@Uts Nn$ 2 -Salvador 's&lv@dOR Nn% 3 -Salvadorean ,s&lv@'dOrI@n K6%,OA% 5 -Salvadoreans ,s&lv@'dOrI@nz Kj% 5 -Salzburg 's0ltsb3g Nn% 2 -Sam s&m Nl% 1 -Samantha s@'m&nT@ Nl% 3 -Samaritan s@'m&rIt@n K6% 4 -Samaritans s@'m&rIt@nz Kj% 4 -Sammy 's&mI Nl% 2 -Samoa s@'m@U@ Nm% 3 -Samoan s@'m@U@n K6%,OA% 3 -Samoans s@'m@U@nz Kj% 3 -Samuel 's&mju@l Nl% 3 -San Antonio ,s&n &n't@UnI@U Nn% 5 -San Bernardino ,s&n ,b3n@'din@U Nn$ 5 -San Diego ,s&n dI'eIg@U Nn% 4 -San Francisco ,s&n fr@n'sisk@U Nn% 4 -San Jose ,s&n h@'zeI Nn% 3 -San Juan ,s&n 'hwAn Nn% 2 -San Marinese ,s&n ,m&rI'niz K9$,OA$ 4 -San Marino ,s&n m@'rin@U Nm$ 4 -San Sebastian ,s&n sI'b&stI@n Nn% 5 -Sandbach 's&nb&tS Nn$ 2 -Sandown 's&ndaUn Nn% 2 -Sandra 'sAndr@ Nl% 2 -Sandy 's&ndI Nl% 2 -Sango 'sANg@U L@$ 2 -Sanskrit 's&nskrIt L@% 2 -Santa Claus 's&nt@ klOz K7%,No% 3 -Santa Clauses 's&nt@ klOzIz Kj$ 4 -Santander ,s&nt@n'de@R Nn% 3 -Santiago ,s&ntI'Ag@U Nn% 4 -Santo Domingo ,s&nt@U d@'mINg@U Nn$ 5 -Santos 's&nt0s Nn$ 2 -Sao Paolo ,saU 'paUl@U Nn% 3 -Sapphic 's&fIk OA$ 2 -Sapporo 'sAp@Ur@U Nn$ 3 -Sara 'se@r@ Nl% 2 -Saracen 's&r@sn K6% 3 -Saracens 's&r@snz Kj% 3 -Sarah 'se@r@ Nl% 2 -Sarajevo ,s&r@'jeIv@U Nn% 4 -Saratov sI'rAt0f Nn$ 3 -Sarawak s@'rAw&k Nm% 3 -Sarawakian ,s&r@'w&kI@n K6$,OA$ 5 -Sarawakians ,s&r@'w&kI@nz Kj$ 5 -Sarisbury 'se@zb@rI Nn$ 3 -Saskatchewan s@'sk&tS@w@n Nm% 4 -Sassari 's&s@rI Nn$ 3 -Sassenach 's&s@n&k K6% 3 -Sassenachs 's&s@n&ks Kj% 3 -Sat 's&t@deI Y=% 3 -Satan 'seItn K6% 2 -Satanic s@'t&nIk OA% 3 -Satans 'seItnz Kj$ 2 -Saturday 's&t@dI K6%,No% 3 -Saturdays 's&t@dIz Kj% 3 -Saturn 's&t@n No% 2 -Sauchie 'sOkI Nn$ 2 -Saudi Arabia ,saUdI @'reIbI@ Nm% 6 -Saudi Arabian ,saUdI @'reIbI@n K6%,OA% 6 -Saudi Arabians ,saUdI @'reIbI@nz Kj% 6 -Sawbridgeworth 'sObrIdZw@T Nn$ 3 -Saxon 's&ksn K6%,OA% 2 -Saxons 's&ksnz Kj% 2 -Scandinavian ,sk&ndI'neIvI@n K6%,OA% 5 -Scandinavians ,sk&ndI'neIvI@nz Kj% 5 -Scarborough 'skAbr@ Nn% 2 -Schwerin Sve'rin Nn$ 2 -Sci Fi ,saI 'faI Y}% 2 -Scorpio 'skOpI@U No% 3 -Scot sk0t K6% 1 -Scotch sk0tS M7%,OA% 1 -Scotches 'sk0tSIz Mj% 2 -Scotchman 'sk0tSm@n Ki$ 2 -Scotchmen 'sk0tSm@n Kj$ 2 -Scotchwoman 'sk0tSwUm@n Ki$ 3 -Scotchwomen 'sk0tSwImIn Kj$ 3 -Scotland 'sk0tl@nd Nm% 2 -Scotland Yard ,sk0tl@nd 'jAd No% 3 -Scots sk0ts Kj%,OA% 1 -Scotsman 'sk0tsm@n Ki% 2 -Scotsmen 'sk0tsm@n Kj% 2 -Scotswoman 'sk0tswUm@n Ki% 3 -Scotswomen 'sk0tswImIn Kj% 3 -Scottish 'sk0tIS OA% 2 -Scrooge skrudZ K6% 1 -Scrooges 'skrudZIz Kj$ 2 -Scunthorpe 'skVnTOp Nn% 2 -Scylla 'sIl@ K6$ 2 -Scyllas 'sIl@z Kj$ 2 -Seaford 'sif@d Nn$ 2 -Seaham 'si@m Nn$ 2 -Sealyham 'silI@m K6$ 3 -Sealyhams 'silI@mz Kj$ 3 -Seamus 'SeIm@s Nl% 2 -Sean SOn Nl% 1 -Seaton Burn ,sitn 'b3n Nn$ 3 -Seaton Delaval ,sitn 'del@vAl Nn$ 5 -Seattle sI'&tl Nn% 3 -Secretary-General ,sekrIterI-'dZenr@l K6% 6 -Secretary-Generals ,sekrIterI-'dZenr@lz Kj% 6 -Securicor sI'kjU@rIkOR No% 4 -Selby 'selbI Nn% 2 -Selkirk 'selk3k Nn% 2 -Selsey 'selsI Nn% 2 -Selston 'selst@n Nn$ 2 -Semarang s@'mArAN Nn$ 3 -Semite 'simaIt K6$,OA$ 2 -Semites 'simaIts Kj$ 2 -Semitic sI'mItIk OA% 3 -Senegal ,senI'gOl Nm% 3 -Senegalese ,senIg@'liz K9%,OA% 4 -Seoul s@Ul Nn% 1 -Sept sept Y=% 1 -September sep'temb@R K6%,No% 3 -Septembers sep'temb@z Kj$ 3 -Septuagint 'septjU@dZInt K6$ 4 -Septuagints 'septjU@dZInts Kj$ 4 -Serbo-Croat ,s3b@U-'kr@U&t L@% 4 -Serjeant-at-arms ,sAdZ@nt-@t-'Amz Ki$ 4 -Serjeants-at-arms ,sAdZ@nts-@t-'Amz Kj$ 4 -Sesotho sI'sutu L@$ 3 -Setswana sI'tswAn@ L@$ 3 -Seven Sisters ,sevn 'sist@z Nn$ 4 -Sevenoaks 'sevn@Uks Nn% 3 -Sevilla s@'vilj@ Nn$ 3 -Seville s@'vIl Nn% 2 -Seychelles 'seISelz Nm% 2 -Seychellois seI'SelwA K9%,OA% 3 -Sgt 'sAdZ@nt Y:% 2 -Shakespearian SeIk'spI@rI@n OA% 4 -Shanghai ,S&N'haI Nn% 2 -Shanklin 'S&NklIn Nn$ 2 -Sharon 'S&r@n Nl% 2 -Shavian 'SeIvI@n K6$,OA$ 3 -Shavians 'SeIvI@nz Kj$ 3 -Sheerness ,SI@'nes Nn% 3 -Sheffield 'Sefild Nn% 2 -Sheila 'Sil@ Nl% 2 -Shelford 'Self@d Nn$ 2 -Shepshed 'SepSed Nn$ 2 -Shepton Mallet ,Sept@n 'm&lIt Nn% 4 -Sheraton 'Ser@t@n L@$ 3 -Sherbourne 'S3bOn Nn% 2 -Sheringham 'SerIN@m Nn$ 3 -Shetland 'Setl@nd Nm% 2 -Shevington 'SevINt@n Nn$ 3 -Shihkiachwang ,SitSA'tSw&N Nn$ 3 -Shildon 'SIldn Nn$ 2 -Shirebrook 'SaI@brUk Nn$ 2 -Shiremoor 'SaI@mU@R Nn$ 2 -Shirley 'S3lI Nl% 2 -Shotton 'S0tn Nn$ 2 -Shotts S0ts Nn$ 1 -Shrewsbury 'Sr@UzbrI Nn% 2 -Shropshire 'Sr0pS@R Nm% 2 -Shrove Tuesday ,Sr@Uv 'tjuzdI K6%,No% 3 -Shrove Tuesdays ,Sr@Uv 'tjuzdIz Kj$ 3 -Shucks SVks W-$ 1 -Siam saI'&m Nm% 2 -Siamese ,saI@'miz K9%,OA% 3 -Sian SjAn Nn$ 1 -Siberian saI'bI@rI@n OA% 4 -Sicilian sI'sIlI@n K6%,OA% 4 -Sicilians sI'sIlI@nz Kj% 4 -Sid sId Nl% 1 -Sidmouth 'sIdm@T Nn% 2 -Sidney 'sIdnI Nl% 2 -Sierra Leone sI,er@ lI'@Un Nm% 5 -Sierra Leonian sI,er@ lI'@UnI@n K6%,OA% 7 -Sierra Leonians sI,er@ lI'@UnI@nz Kj% 7 -Sikh sik K6% 1 -Sikhs siks Kj% 1 -Sileby 'saIlbI Nn$ 2 -Silsden 'sIlzd@n Nn$ 2 -Silvia 'sIlvI@ Nl% 3 -Simon 'saIm@n Nl% 2 -Singapore ,sIN@'pOR Nm% 3 -Singaporean ,sIN@'pOrI@n K6%,OA% 5 -Singaporeans ,sIN@'pOrI@nz Kj% 5 -Singhalese ,sINh@'liz OA$ 3 -Sinhala sIn'hAl@ L@$ 3 -Sinhalese ,sInh@'liz K9$,OA$ 3 -Sining ,Si'nIN Nn$ 2 -Sinn Fein ,SIn 'feIn No% 2 -Sinologist saI'n0l@dZIst K6$ 4 -Sinologists saI'n0l@dZIsts Kj$ 4 -Sinology saI'n0l@dZI L@$ 4 -Sioux su K9% 1 -Sir Roger de Coverley s3 ,r0dZ@ d@ 'kVv@lI Ki$ 7 -Siracusa ,sIr@'kuz@ Nn$ 4 -Siswati sI'swAtI L@$ 3 -Sittingbourne 'sItINbOn Nn% 3 -Skegness skeg'nes Nn% 2 -Skelmanthorpe 'skelm@nTOp Nn$ 3 -Skelmersdale 'skelm@zdeIl Nn$ 3 -Skewen 'skjuIn Nn$ 2 -Skipton 'skIpt@n Nn% 2 -Skopje 'skOpjI Nn$ 2 -Slav slAv K6%,OA% 1 -Slavonic sl@'v0nIk OA% 3 -Slavs slAvz Kj% 1 -Sleaford 'slif@d Nn$ 2 -Sligo 'slaIg@U Nm% 2 -Slough slaU Nn% 1 -Slovak 'sl@Uv&k L@% 2 -Slovenian sl@'vinI@n M6$,OA$ 4 -Slovenians sl@'vinI@nz Mj$ 4 -Snr 'sinI@R Y~% 3 -Soc s0k Y>% 1 -Socratic s@'kr&tIk OA% 3 -Sofia 's@UfI@ Nn% 3 -Soho 's@Uh@U No% 2 -Sol s0l No$ 1 -Solicitor-General s@,lIsIt@-'dZenr@l K6% 6 -Solicitor-Generals s@,lIsIt@-'dZenr@lz Kj$ 6 -Solihull ,s@UlI'hVl Nn% 3 -Solingen 'zOlIN@n Nn$ 3 -Solon 's@Ul0n No$ 2 -Somali s@'mAlI M6%,OA% 3 -Somalia s@'mAlI@ Nm% 4 -Somalian s@'mAlI@n K6%,OA% 4 -Somalians s@'mAlI@nz Kj% 4 -Somalis s@'mAlIz Mj% 3 -Somercotes 'sVm@k@Uts Nn$ 3 -Somerset 'sVm@s@t Nm% 3 -Sonia 's0nI@ Nl% 2 -Soochow ,su'tSaU Nn$ 2 -Sophia s@'faI@ Nl% 3 -Sophie 's@UfI Nl% 2 -Sotho 'sutu M6$,OA$ 2 -Sothos 'sutuz Mj$ 2 -South Kirkby ,saUT 'k3kbI Nn$ 3 -South Normantown ,saUT 'nOm@ntaUn Nn$ 4 -South Ockendon ,saUT '0knd@n Nn$ 4 -South Shields ,saUT 'Silz Nn% 2 -Southampton saUT'&mt@n Nn% 3 -Southend-on-Sea ,saUTend-0n-'si Nn% 4 -Southport 'saUTpOt Nn% 2 -Southwark 'sVD@k Nn% 2 -Soviet 's@UvI@t K6%,OA% 3 -Soviets 's@UvI@ts Kj% 3 -Spain speIn Nm% 1 -Spalding 'sp0ldIN Nn$ 2 -Spaniard 'sp&nI@d K6% 3 -Spaniards 'sp&nI@dz Kj% 3 -Spanish 'sp&nIS L@%,OA% 2 -Spartan 'spAtn K6%,OA% 2 -Spartans 'spAtnz Kj% 2 -Spenborough 'spenb@r@ Nn$ 3 -Spennymoor 'spenImU@R Nn$ 3 -Split splIt Nn$ 1 -Spode sp@Ud L@$ 1 -Springfield 'sprINfild Nn$ 2 -Sq skwe@R Y=% 1 -Sr 'sIst@R Y:% 2 -Sri Lanka ,srI 'l&nk@ Nm% 3 -Sri Lankan ,srI 'l&nk@n K6%,OA% 3 -Sri Lankans ,srI 'l&nk@nz Kj% 3 -St seInt Y=% 1 -St Albans snt '0lbnz Nn% 3 -St Andrews snt '&ndruz Nn% 3 -St Andrews Major snt ,&ndruz 'meIdZ@R Nn$ 5 -St Austell snt '0stl Nn% 3 -St Blazey snt 'bleIzI Nn$ 3 -St Helens snt 'helnz Nn% 3 -St Ives snt 'aIvz Nn% 2 -St Louis snt 'luI Nn% 3 -St Neots snt 'nI@ts Nn$ 3 -St Paul snt 'pOl Nn% 2 -St Petersburg snt 'pit@zb3g Nn% 4 -St Stephen snt 'stivn Nn$ 3 -Sta 'steISn Y=% 2 -Stafford 'st&f@d Nn% 2 -Staffordshire 'st&f@dS@R Nm% 3 -Stakeford 'steIkf@d Nn$ 2 -Stalybridge 'steIlIbrIdZ Nn$ 3 -Stamford 'st&mf@d Nn% 2 -Stan st&n Nl% 1 -Stanford 'st&nf@d Nn% 2 -Stanley 'st&nlI Nl% 2 -Statehouse 'steIthaUs K6$ 2 -Statehouses 'steIthaUzIz Kj$ 3 -Stella 'stel@ Nl% 2 -Sten sten No$ 1 -Stephanie 'stef@nI Nl% 3 -Stephen 'stivn Nl% 2 -Steve stiv Nl% 1 -Steven 'stivn Nl% 2 -Stevenage 'stivnIdZ Nn% 3 -Stevenston 'stivnst@n Nn$ 3 -Stewart 'stju@t Nl% 2 -Steyning 'stenIN Nn$ 2 -Stilton 'stIlt@n M6% 2 -Stiltons 'stIlt@nz Mj$ 2 -Stirling 'st3lIN Nn% 2 -Stockholm 'st0kh@Um Nn% 2 -Stockport 'st0kpOt Nn% 2 -Stocksbridge 'st0ksbrIdZ Nn$ 2 -Stoke-on-Trent ,st@Uk-0n-'trent Nn% 3 -Stone st@Un Nn$ 1 -Stonehouse 'st@UnhaUs Nn$ 2 -Stornoway 'stOn@weI Nn% 3 -Stotfold 'st0tf@Uld Nn$ 2 -Stourbridge 'staU@brIdZ Nn$ 3 -Stourport-on-Severn ,staU@pOt-0n-'sevn Nn$ 6 -Stowmarket 'st@UmAkIt Nn$ 3 -Stranraer str&n'rAR Nn% 2 -Strasbourg 'str&sb3g Nn% 2 -Stratford-on-Avon ,str&tf@d-0n-'eIvn Nn% 5 -Strathaven 'streIvn Nn$ 2 -Strathclyde str&T'klaId Nm% 2 -Street strit Nn$ 1 -Stretford 'stretf@d Nn$ 2 -Stroud straUd Nn$ 1 -Stuart 'stju@t Nl% 2 -Studley 'stVdlI Nn$ 2 -Stuttgart 'StVtgAt Nn% 2 -Stygian 'stIdZI@n OA$ 3 -Styx stIks No$ 1 -Suchow ,su'tSaU Nn$ 2 -Sudan su'dAn Nm% 2 -Sudanese ,sud@'niz K9%,OA% 3 -Sudbury 'sVdbrI Nn$ 2 -Sue su Nl% 1 -Suffolk 'sVf@k Nm% 2 -Sumatra su'mAtr@ Nm% 3 -Sumatran su'mAtr@n K6%,OA% 3 -Sumatrans su'mAtr@nz Kj% 3 -Sun 'sVndeI Y=% 2 -Sunday 'sVndI K6%,No% 2 -Sundays 'sVndIz Kj% 2 -Sunderland 'sVnd@l@nd Nn% 3 -Supt ,sup@rIn'tend@nt Y:% 5 -Surabaja ,sU@r@'baI@ Nn$ 4 -Surrey 'sVrI Nm% 2 -Susan 'suzn Nl% 2 -Susanna su'z&n@ Nl% 3 -Susie 'sUzI Nl% 2 -Sussex 'sVsIks Nm% 2 -Sutton 'sVtn Nn$ 2 -Sutton Coldfield ,sVtn 'k@Ulfild Nn% 4 -Sutton in Ashfield ,sVtn In '&Sfild Nn$ 5 -Sutton-at-Hone ,sVtn-&t-'h@Un Nn$ 4 -Suzanne su'z&n Nl% 2 -Sverdlovsk ,sf3d'l0fsk Nn$ 2 -Swadlincote 'sw0dlINk0t Nn$ 3 -Swahili sw@'hilI L@% 3 -Swanage 'sw0nIdZ Nn% 2 -Swanley 'sw0nlI Nn$ 2 -Swansea 'sw0nzI Nn% 2 -Swazi 'swAzI M6%,OA% 2 -Swaziland 'swAzIl&nd Nm% 3 -Swazis 'swAzIz Mj% 2 -Swede swid K6%,OA% 1 -Sweden 'swidn Nm% 2 -Swedes swidz Kj% 1 -Swedish 'swidIS L@%,OA% 2 -Swindon 'swInd@n Nn% 2 -Swinton 'swInt@n Nn$ 2 -Swiss swIs K9%,OA% 1 -Switzerland 'swIts@l@nd Nm% 3 -Sydney 'sIdnI Nn% 2 -Sylvia 'sIlvI@ Nl% 3 -Syracuse 'saIr@kjuz Nn% 3 -Syria 'sIrI@ Nm% 3 -Syrian 'sIrI@n K6%,OA% 3 -Syrians 'sIrI@nz Kj% 3 -Syston 'sIst@n Nn$ 2 -T ti Ki$ 1 -T's tiz Kj$ 1 -T-junction 'ti-dZVNkSn K6% 3 -T-junctions 'ti-dZVNkSnz Kj% 3 -T-shirt 'ti-S3t K6% 2 -T-shirts 'ti-S3ts Kj% 2 -T-square 'ti-skwe@R K6% 2 -T-squares 'ti-skwe@z Kj% 2 -TB ,ti'bi Y}% 2 -TNT ,ti,en'ti Y}% 3 -TUC ,ti,ju'si Y>% 3 -TV ,ti'vi Y>% 2 -TVs ,ti'viz Y)% 2 -Tadley 't&dlI Nn$ 2 -Taegu ,teI'gu Nn$ 2 -Taffies 't&fIz Kj$ 2 -Taffy 't&fI K8$ 2 -Tahiti tA'hitI Nm% 3 -Tahitian tA'hiSn K6%,OA% 3 -Tahitians tA'hiSnz Kj% 3 -Taipei ,taI'peI Nn$ 2 -Taiwan taI'wAn Nm% 2 -Taiwanese ,taIw@'niz K9%,OA% 3 -Taiyuan ,taIju'An Nn$ 3 -Talmud 't&lmUd K6% 2 -Talmuds 't&lmUdz Kj% 2 -Tamil 't&mIl M6%,OA% 2 -Tamils 't&mIlz Mj% 2 -Tammany 't&m@nI Ki$ 3 -Tampere 't&mp@r@ Nn$ 3 -Tamworth 't&mw@T Nn$ 2 -Tangshan ,t&N'S&n Nn$ 2 -Tanzania ,t&nz@'nI@ Nm% 4 -Tanzanian ,t&nz@'nI@n K6%,OA% 4 -Tanzanians ,t&nz@'nI@nz Kj% 4 -Taranaki ,t&r@'nAkI Nm$ 4 -Taranto t@'t&nt@U Nn$ 3 -Tarrasa t@'r&s@ Nn$ 3 -Tashkent ,t&S'kent Nn% 2 -Tasmania t&z'meInI@ Nm% 4 -Taunton 'tOnt@n Nn% 2 -Taurus 'tOr@s No% 2 -Taverham 't&v@r@m Nn$ 3 -Tavistock 't&vIst0k Nn$ 3 -Tayside 'teIsaId Nm$ 2 -Tbilisi dbI'lisI Nn$ 3 -Te Deum ti 'di@m K6$ 3 -Te Deums ti 'di@mz Kj$ 3 -Tech tek Y>% 1 -Technicolor 'teknIkVl@R L@% 4 -Ted ted K6%,Nl% 1 -Teddy 'tedI Nl% 2 -Teddy boy 'tedI bOI K6% 3 -Teddy boys 'tedI bOIz Kj% 3 -Teds tedz Kj$ 1 -Teesside 'tiz+saId Nn% 2 -Teheran ,tI@'rAn Nn% 3 -Teignmouth 'tInm@T Nn% 2 -Tel-Aviv ,tel-@'viv Nn% 3 -Telford 'telf@d Nn% 2 -Telstar 'telstAR No% 2 -Tenby 'tenbI Nn% 2 -Tennessee ,ten@'si Nm% 3 -Tenterden 'tent@d@n Nn$ 3 -Terence 'ter@ns Nl% 2 -Teresa t@'riz@ Nl% 3 -Termi 'te@mI Nn$ 2 -Terpsichorean ,t3psIk@'ri@n OA% 5 -Terr 'ter@s Y=% 2 -Terry 'terI Nl% 2 -Tess tes Nl% 1 -Tessa 'tes@ Nl% 2 -Teuton 'tjut@n K6$ 2 -Teutonic tju't0nIk OA% 3 -Teutons 'tjut@nz Kj$ 2 -Tewkesbury 'tjuksb@rI Nn% 3 -Texan 'teks@n K6%,OA% 2 -Texans 'teks@nz Kj% 2 -Texas 'teks@s Nm% 2 -Thai taI M6%,OA% 1 -Thailand 'taIl&nd Nm% 2 -Thais taIz Mj% 1 -Thame teIm Nn$ 1 -Thanksgiving 'T&NksgIvIN K6% 3 -Thanksgivings 'T&NksgIvINz Kj$ 3 -Thatcham 'T&tS@m Nn$ 2 -Theo 'Ti@U Nl% 2 -Theodore 'Ti@dOR Nl% 3 -Theresa t@'riz@ Nl% 3 -Thespian 'TespI@n K6%,OA% 3 -Thespians 'TespI@nz Kj% 3 -Thessaloniki ,Tes@'l0nIkI Nn% 5 -Thetford 'Tetf@d Nn% 2 -Thionville 'tI0Nvil Nn$ 3 -Thirsk T3sk Nn$ 1 -Thomas 't0m@s Nl% 2 -Thornbury 'TOnbrI Nn$ 2 -Thorne TOn Nn$ 1 -Thurcroft 'T3kr0ft Nn$ 2 -Thurmaston 'T3mIstn Nn$ 3 -Thurrock 'TVr@k Nn$ 2 -Thurs 'T3zdeI Y=% 2 -Thursday 'T3zdI K6%,No% 2 -Thursdays 'T3zdIz Kj% 2 -Thurso 'T3s@U Nn$ 2 -Tibet tI'bet Nm% 2 -Tibetan tI'betn M6%,OA% 3 -Tibetans tI'betnz Mj% 3 -Tidworth 'tIdw@T Nn$ 2 -Tientsin ,tIen'tsIn Nn$ 2 -Tilburg 'tIlb3g Nn$ 2 -Tilbury 'tIlbrI Nn% 2 -Tim tIm Nl% 1 -Timmy 'tImI Nl% 2 -Timothy 'tIm@TI Nl% 3 -Tina 'tin@ Nl% 2 -Tipperary ,tIp@'re@rI Nm% 4 -Tiverton 'tIv@t@n Nn$ 3 -Tobago t@'beIg@U Nm% 3 -Tobagonian ,t@Ub@'g@UnI@n K6$,OA$ 5 -Tobagonians ,t@Ub@'g@UnI@nz Kj$ 5 -Toby 't@UbI Nl% 2 -Todmorden 't0dm@d@n Nn$ 3 -Togo 't@Ug@U Nm% 2 -Togolese ,t@Ug@'liz K9$,OA$ 3 -Tokay t@U'keI L@$ 2 -Tokyo 't@Ukj@U Nn% 2 -Tom t0m Nl% 1 -Tommy 't0mI Nl% 2 -Tonbridge 't0nbrIdZ Nn% 2 -Tonga 't0N@ Nm% 2 -Tongan 't0N@n M6%,OA% 2 -Tongans 't0N@nz Mj% 2 -Tony 't@UnI Nl% 2 -Tonyrefail ,t0nI'refeIl Nn$ 4 -Torbay ,tO'beI Nn% 2 -Tories 'tOrIz Kj% 2 -Torino t@'rin@U Nn$ 3 -Toronto t@'r0nt@U Nn% 3 -Tory 'tOrI K8% 2 -Totnes 't0tnIs Nn% 2 -Toulon tu'l0n Nn% 2 -Toulouse tu'luz Nn% 2 -Tours 'tU@R Nn% 1 -Tower Hamlets ,taU@ 'h&mlIts Nn% 4 -Tracy 'treIsI Nl% 2 -Tralee tr@'li Nn$ 2 -Tranent tr@'nent Nn$ 2 -Trappist 'tr&pIst K6$ 2 -Trappists 'tr&pIsts Kj$ 2 -Tredegar trI'dig@R Nn$ 3 -Trevor 'trev@R Nl% 2 -Trieste trI'est Nn% 2 -Tring trIN Nn% 1 -Trinidad 'trInId&d Nm% 3 -Trinidadian ,trInI'd&dI@n K6%,OA% 5 -Trinidadians ,trInI'd&dI@nz Kj% 5 -Trojan 'tr@UdZ@n K6%,OA% 2 -Trojans 'tr@UdZ@nz Kj% 2 -Troon trun Nn$ 1 -Trowbridge 'tr@UbrIdZ Nn$ 2 -Truro 'trU@r@U Nn% 2 -Tsar zAR K6% 1 -Tsarina zA'rin@ K6% 3 -Tsarinas zA'rin@z Kj$ 3 -Tsars zAz Kj% 1 -Tsinan ,tsi'n&n Nn$ 2 -Tsingtao ,tsIN'taU Nn$ 2 -Tsitsihar ,tsItsI'hAR Nn$ 3 -Tswana 'tswAn@ M6$,OA$ 2 -Tswanas 'tswAn@z Mj$ 2 -Tues 'tjuzdeI Y=% 2 -Tuesday 'tjuzdI K6%,No% 2 -Tuesdays 'tjuzdIz Kj% 2 -Tullibody ,tVlI'b0dI Nn$ 4 -Tunbridge Wells ,tVnbrIdZ 'welz Nn% 3 -Tunis 'tjunIs Nn% 2 -Tunisia tju'nIzI@ Nm% 4 -Tunisian tju'nIzI@n K6%,OA% 4 -Tunisians tju'nIzI@nz Kj% 4 -Turin tjU'rIn Nn% 2 -Turk t3k K6% 1 -Turkey 't3kI Nm% 2 -Turkish 't3kIS L@%,OA% 2 -Turks t3ks Kj% 1 -Turku 't3ku Nn$ 2 -Twelfth-night ,twelfT-'naIt K6%,No% 2 -Twelfth-nights ,twelfT-'naIts Kj$ 2 -Tyne taIn Nm% 1 -Tynemouth 'taInmaUT Nn% 2 -Tyrone tI'r@Un Nm% 2 -Tzupo ,tsu'p@U Nn$ 2 -U ju Ki$ 1 -U's juz Kj$ 1 -U-boat 'ju-b@Ut K6% 2 -U-boats 'ju-b@Uts Kj% 2 -U-turn 'ju-t3n K6% 2 -U-turns 'ju-t3nz Kj% 2 -UDI ,judI'aI Y~% 3 -UFO ,ju,e'f@U Y>% 3 -UFO's ,ju,e'f@Uz Y)% 3 -UK ,ju'keI Y>% 2 -UN ,ju'en Y>% 2 -UNESCO ju'nesk@U Y=% 3 -UNICEF 'junIsef Y=% 3 -US ,ju'es Y>% 2 -USA ,ju,es'eI Y>% 3 -USAF ,ju,es,eI'ef Y>% 4 -USN ,ju,es'en Y>% 3 -USS ,ju,es'es Y>% 3 -USSR ,ju,es,es'AR Y>% 4 -Uddingston 'VdINst@n Nn$ 3 -Udine 'udin@ Nn$ 3 -Ufa u'fA Nn$ 2 -Uganda ju'g&nd@ Nm% 3 -Ugandan ju'g&nd@n K6%,OA% 3 -Ugandans ju'g&nd@nz Kj% 3 -Ulster 'Vlst@R Nm% 2 -Ulverston 'Vlv@st@n Nn% 3 -Unitarian ,junI'te@rI@n K6%,OA% 5 -Unitarianism ,junI'te@rI@nIz@m L@% 7 -Unitarians ,junI'te@rI@nz Kj% 5 -Univ ,junI'v3sItI Y=% 5 -Up Holland Vp 'h0l@nd Nn$ 3 -Upton 'Vpt@n Nn$ 2 -Uranus jU'reIn@s No% 3 -Urdu 'U@du L@%,OA% 2 -Ursula '3sjUl@ Nl% 3 -Uruguay 'jU@r@gwaI Nm% 3 -Uruguayan ,jU@r@'gwaI@n K6%,OA% 4 -Uruguayans ,jU@r@'gwaI@nz Kj% 4 -Urumchi u'rumtSI Nn$ 3 -Ushaw Moor 'VSO mU@R Nn$ 3 -Utah 'jutO Nm% 2 -Utopia ju't@UpI@ K6% 4 -Utopian ju't@UpI@n OA% 4 -Utopias ju't@UpI@z Kj% 4 -Utrecht 'jutrekt Nn% 2 -Uttoxeter ju't0ksIt@R Nn% 4 -V vi Ki$ 1 -V and A ,vi @n 'eI Y>% 3 -V's viz Kj$ 1 -VAT ,vi,eI'ti Y}% 3 -VC ,vi'si Y>% 2 -VD ,vi'di Y}% 2 -VHF ,vi,eI'tSef Y~% 3 -VIP ,vi,aI'pi Y>% 3 -VIPs ,vi,aI'piz Y)% 3 -VP ,vi'pi Y>% 2 -VSO ,vi,es'@U Y=% 3 -Valencia v@'lensI@ Nn% 4 -Valenciennes v@,l0nsI'en Nn% 4 -Valladolid ,v&l@d0'lid Nn$ 4 -Vancouver v&n'kuv@R Nn% 3 -Vandal 'v&ndl K6% 2 -Vandals 'v&ndlz Kj% 2 -Vanessa v@'nes@ Nl% 3 -Varanasi v@'rAn@sI Nn$ 4 -Vasteras ,vest@'rOs Nn$ 3 -Vatican 'v&tIk@n K6% 3 -Vaticans 'v&tIk@nz Kj$ 3 -Venetian v@'niSn OA% 3 -Venezia v@'netsI@ Nn$ 4 -Venezuela ,venI'zweIl@ Nm% 4 -Venezuelan ,venI'zweIl@n K6%,OA% 4 -Venezuelans ,venI'zweIl@nz Kj% 4 -Venice 'venIs Nn% 2 -Ventnor 'ventn@R Nn$ 2 -Venus 'vin@s No% 2 -Vera 'vI@r@ Nl% 2 -Verey 'verI OA$ 2 -Vermont v3'm0nt Nm% 2 -Vernon 'v3n@n Nl% 2 -Verona v@'r@Un@ Nn% 3 -Veronica v@'r0nIk@ Nl% 4 -Very 'verI OA$ 2 -Vic vIk Nl% 1 -Vicenza vI'tSenz@ Nn$ 3 -Vicky 'vIkI Nl% 2 -Victor 'vIkt@R Nl% 2 -Victoria vIk'tOrI@ Nl% 4 -Victorian vIk'tOrI@n K6%,OA% 4 -Victoriana vIk,tOrI'An@ L@% 5 -Victorians vIk'tOrI@nz Kj% 4 -Vienna vI'en@ Nn% 3 -Vietnam ,vIet'nAm Nm% 2 -Vietnamese ,vIetn@'miz M9%,OA% 4 -Viewpark 'vjupAk Nn$ 2 -Vigo 'vig@U Nn$ 2 -Viking 'vaIkIN K6% 2 -Vikings 'vaIkINz Kj% 2 -Vince vIns Nl% 1 -Vincent 'vInsnt Nl% 2 -Viola 'vaI@l@ Nl% 3 -Violet 'vaI@l@t Nl% 3 -Virginia v@'dZInI@ L@%,Nl% 4 -Virginia Water v@'dZInI@ ,wOt@R Nn% 6 -Virgo 'v3g@U No% 2 -Vitoria vI'tOrI@ Nn$ 4 -Viv vIv Nl% 1 -Vivian 'vIvI@n Nl% 3 -Vivien 'vIvI@n Nl% 3 -Vivienne 'vIvI@n Nl% 3 -Volgograd 'v0lg@gr&d Nn% 3 -Voronezh v@'r@UnI Nn$ 3 -Vulgate 'vVlgeIt K6$ 2 -Vulgates 'vVlgeIts Kj$ 2 -W 'dVblju Ki$ 3 -W's 'dVbljuz Kj$ 3 -WC ,dVblju'si Y>% 4 -WCs ,dVblju'siz Y)% 4 -WHO ,dVblju,eItS'@U Y>% 5 -WI ,dVblju'aI Y>% 4 -WRAC ,dVblju,A,reI'si Y>% 6 -WRAF ,dVblju,A,reI'ef Y>% 6 -WRNS renz Y>% 1 -Wakefield 'weIkfild Nn% 2 -Wales weIlz Nm% 1 -Wall Street 'wOl strit No% 2 -Wallace 'w0l@s Nl% 2 -Wallasey 'w0l@sI Nn% 3 -Wallingford 'w0lINf@d Nn$ 3 -Wallsend 'wOlzend Nn$ 2 -Wally 'w0lI Nl% 2 -Walsall 'w0lsOl Nn% 2 -Walsham 'w0lS@m Nn$ 2 -Walter 'wOlt@R Nl% 2 -Waltham Forest ,w0lT@m 'f0rIst Nn% 4 -Walton 'w0ltn Nn$ 2 -Wandsworth 'w0nzw@T Nn% 2 -Wantage 'w0ntIdZ Nn$ 2 -Ware we@R Nn$ 1 -Warley 'wOlI Nn$ 2 -Warminster 'wOmInst@R Nn$ 3 -Warrington 'w0rINt@n Nn% 3 -Warsaw 'wOsO Nn% 2 -Warsop 'wOs0p Nn$ 2 -Warwick 'w0rIk Nn% 2 -Warwickshire 'w0rIkS@R Nm% 3 -Washington 'w0SINt@n Nn% 3 -Washington DC ,w0SINt@n ,di 'si Nn% 5 -Waterford 'wOt@f@d Nn% 3 -Waterloo ,wOt@'lu No% 3 -Watford 'w0tf@d Nn% 2 -Wayne weIn Nl% 1 -Wear wI@R Nm$ 1 -Wed 'wenzdeI Y=% 2 -Wednesday 'wenzdeI K6%,No% 2 -Wednesdays 'wenzdeIz Kj% 2 -Wellingborough 'welINbr@ Nn$ 3 -Wellington 'welINt@n Nm% 3 -Wells welz Nn% 1 -Welsh welS L@%,OA% 1 -Welshman 'welSm@n Ki% 2 -Welshmen 'welSm@n Kj% 2 -Welshpool 'welSpul Nn$ 2 -Welwyn 'welIn Nn% 2 -Welwyn Garden City ,welIn ,gAdn 'sItI Nn% 6 -Wendover 'wend@UveR Nn$ 3 -Wendy 'wendI Nl% 2 -Wesleyan 'wezlI@n K6%,OA% 3 -Wesleyans 'wezlI@nz Kj% 3 -West Bromwich ,west 'br0mItS Nn% 3 -Westbury 'wesb@rI Nn$ 3 -Westhoughton west'hOtn Nn$ 3 -Westmeath west'miD Nm$ 2 -Westminster 'westmInst@R Nn% 3 -Westmoreland 'westm@l@nd Nm% 3 -Weston-super-Mare ,westn-,sup@-'me@R Nn% 5 -Wetherby 'weD@bI Nn% 3 -Wexford 'weksf@d Nm% 2 -Weymouth 'weIm@T Nn% 2 -Whaley Bridge ,weIlI 'brIdZ Nn$ 3 -Wheatley Hill ,witlI 'hIl Nn$ 3 -Whig wIg K6$ 1 -Whigs wIgz Kj$ 1 -Whit wIt K6$ 1 -Whitburn 'wItb3n Nn$ 2 -Whitby 'wItbI Nn% 2 -Whitchurch 'wItS3tS Nn$ 2 -Whitehall waIt'hOl No% 2 -Whitehaven 'waItheIvn Nn% 3 -Whitley Bay ,wItlI 'beI Nn$ 3 -Whits wIts Kj$ 1 -Whitstable 'wItst@bl Nn% 3 -Whitsun 'wItsn K6%,No% 2 -Whitsuns 'wItsnz Kj$ 2 -Whitsuntide 'wIts@ntaId K6%,No% 3 -Whitsuntides 'wIts@ntaIdz Kj$ 3 -Whittle-le-Woods ,wItl-I-'wUdz Nn$ 4 -Whittlesey 'wItlsI Nn$ 3 -Whitworth 'wItw@T Nn$ 2 -Wick wIk Nn$ 1 -Wickford 'wIkf@d Nn$ 2 -Wicklow 'wIkl@U Nm% 2 -Widnes 'wIdnIs Nn% 2 -Wiesbaden 'visbAdn Nn% 3 -Wigan 'wIgn Nn% 2 -Wight waIt Nm% 1 -Wilf wIlf Nl% 1 -Wilfrid 'wIlfrId Nl% 2 -Wilhelmshaven 'vIlhelmzhAvn Nn$ 4 -Will wIl Nl% 1 -William 'wIlI@m Nl% 3 -Willie 'wIlI Nl% 2 -Willington 'wIlINt@n Nn$ 3 -Willy 'wIlI Nl% 2 -Wilmslow 'wIlmzl@U Nn$ 2 -Wilton 'wIlt@n K6$ 2 -Wiltons 'wIlt@nz Kj$ 2 -Wiltshire 'wIltS@R Nm% 2 -Wimbourne 'wImbOn Nn$ 2 -Wimbourne Minster ,wImbOn 'mInst@R Nn$ 4 -Winchester 'wIntSIst@R Nn% 3 -Windermere 'wInd@mI@R Nn% 3 -Windsor 'wInz@R Nn% 2 -Wingate 'wINgeIt Nn$ 2 -Winifred 'wInIfrId Nl% 3 -Winnie 'wInI Nl% 2 -Winnipeg 'wInIpeg Nn% 3 -Winsford 'wInzf@d Nn$ 2 -Wisbech 'wIzbitS Nn$ 2 -Wisconsin wIs'k0nsIn Nm% 3 -Witham 'wIt@m Nn$ 2 -Withernsea 'wID@nsi Nn$ 3 -Witney 'wItnI Nn$ 2 -Woburn 'w@Ub@n Nn$ 2 -Wokingham 'w@UkIN@m Nn$ 3 -Wolverhampton 'wUlv@,h&mpt@n Nn% 4 -Wolverton 'wUlv@t@n Nn$ 3 -Wombourne 'w0mbOn Nn$ 2 -Woodbridge 'wUdbrIdZ Nn$ 2 -Wootton Bassett ,wUtn 'b&sIt Nn$ 4 -Worcester 'wUst@R Nn% 2 -Workington 'w3kINt@n Nn% 3 -Worksop 'w3ks0p Nn$ 2 -Worthing 'w3DIN Nn% 2 -Wrexham 'reks@m Nn% 2 -Writtle 'rItl Nn$ 2 -Wroclaw 'r0tslAf Nn$ 2 -Wroughton 'rOtn Nn$ 2 -Wuhan ,wU'hAn Nn$ 2 -Wuppertal 'vUp@tAl Nn$ 3 -Wurzburg 'v3tsb3g Nn$ 2 -Wusih ,wU'si Nn$ 2 -Wycombe 'wIk@m Nn$ 2 -Wymondham 'wIm@nd@m Nn$ 3 -Wyoming waI'@UmIN Nm% 3 -Wythall 'wItl Nn$ 2 -X eks Ki$ 1 -X's 'eksIz Kj$ 2 -X-ray 'eks-reI H0%,K6% 26A -X-rayed 'eks-reId Hc%,Hd% 26A -X-raying 'eks-reIIN Hb% 36A -X-rays 'eks-reIz Ha%,Kj% 26A -Xerox 'zI@r0ks H1%,K7% 2 -Xeroxed 'zI@r0kst Hc%,Hd% 2 -Xeroxes 'zI@r0ksIz Ha%,Kj% 3 -Xeroxing 'zI@r0ksIN Hb% 3 -Xmas 'eksm@s K7%,No% 2 -Xmases 'eksm@sIz Kj$ 3 -Y waI Ki$ 1 -Y's waIz Kj$ 1 -YHA ,waI,eI'tSeI Y>% 3 -YMCA ,waI,em,si'eI Y>% 4 -YWCA ,waI,dVblju,si'eI Y>% 4 -Yank j&Nk K6% 1 -Yankee 'j&NkI K6% 2 -Yankees 'j&NkIz Kj% 2 -Yanks j&Nks Kj% 1 -Yarmouth 'jAm@T Nn% 2 -Yaroslavi ,j&r@'slAvI Nn$ 4 -Yate jeIt Nn$ 1 -Yateley 'jeItlI Nn$ 2 -Yemen 'jem@n Nm% 2 -Yemeni 'jem@nI K6$,OA$ 3 -Yemenis 'jem@nIz Kj$ 3 -Yeovil 'j@UvIl Nn% 2 -Yerevan ,jerI'vAn Nn$ 3 -Yiddish 'jIdIS L@% 2 -Yokohama ,j@Uk@'hAm@ Nn% 4 -York jOk Nn% 1 -Yorkley 'jOklI Nn$ 2 -Yorkshire 'jOkS@R Nm% 2 -Ystradgynlais ,Istr&d'gInlaIs Nn$ 4 -Yugoslav 'jug@UslAv K6%,OA% 3 -Yugoslavia ,jug@U'slAvI@ Nm% 5 -Yugoslavian ,jug@U'slAvI@n K6%,OA% 5 -Yugoslavians ,jug@U'slAvI@nz Kj% 5 -Yugoslavs 'jug@UslAvz Kj% 3 -Yukon 'juk0n Nm$ 2 -Yvonne I'v0n Nl% 2 -Z zed Ki$ 1 -Z's zedz Kj$ 1 -Zagreb 'zAgreb Nn% 2 -Zaire zA'I@R Nm% 3 -Zairean zA'I@rI@n K6$,OA$ 4 -Zaireans zA'I@rI@nz Kj$ 4 -Zambia 'z&mbI@ Nm% 3 -Zambian 'z&mbI@n K6%,OA% 3 -Zambians 'z&mbI@nz Kj% 3 -Zaporozhye ,z&p@'rOZI Nn$ 4 -Zaragoza ,z&r@'g@Uz@ Nn$ 4 -Zealand 'zIl@nd Nm$ 2 -Zealander 'zIl@nd@R K6$,OA$ 3 -Zealanders 'zIl@nd@z Kj$ 3 -Zen zen L@% 1 -Zimbabwe zIm'bAbwI Nm% 3 -Zimbabwean zIm'bAbwI@n K6$,OA$ 4 -Zimbabweans zIm'bAbwI@nz Kj$ 4 -Zion 'zaI@n K6% 2 -Zionism 'zaI@nIz@m L@% 4 -Zionist 'zaI@nIst K6%,OA% 3 -Zionists 'zaI@nIsts Kj% 3 -Zions 'zaI@nz Kj$ 2 -Zoe 'z@UI Nl% 2 -Zurich 'zjU@rIk Nn% 2 -_eclair I'kle@R K6% 2 -_eclairs I'kle@z Kj% 2 -_eclat 'eIklA L@$ 2 -_elan eI'lAn L@$ 2 -_elite eI'lit K6% 2 -_elites eI'lits Kj$ 2 -_emigr_e 'emIgreI K6% 3 -_emigr_es 'emIgreIz Kj% 3 -_ep_ee eI'peI K6$ 2 -_ep_ees eI'peIz Kj$ 2 -`a la carte ,A lA 'kAt Pu% 3 -`a la mode ,A lA 'm@Ud Pu% 3 -a @ S-* 1 -a eI Ki$ 1 -a fortiori ,eI ,fOtI'OraI Pu$ 5 -a posteriori ,eI ,p0sterI'OraI OA$,Pu$ 6 -a priori ,eI ,praI'OraI OA$,Pu$ 4 -a's eIz Kj$ 1 -ab initio ,&b I'nISI@U Pu$ 5 -abaci '&b@saI Kj$ 3 -aback @'b&k Pu% 2 -abacus '&b@k@s K7% 3 -abacuses '&b@k@sIz Kj% 4 -abaft @'bAft Pu$,T-$ 2 -abandon @'b&nd@n H0%,L@% 36A,14 -abandoned @'b&nd@nd Hc%,Hd%,OA% 36A,14 -abandoning @'b&nd@nIN Hb% 46A,14 -abandonment @'b&nd@nm@nt L@% 4 -abandons @'b&nd@nz Ha% 36A,14 -abase @'beIs H2% 26B -abased @'beIst Hc%,Hd% 26B -abasement @'beIsm@nt L@% 3 -abases @'beIsIz Ha% 36B -abash @'b&S H1% 26A -abashed @'b&St Hc%,Hd% 26A -abashes @'b&SIz Ha$ 36A -abashing @'b&SIN Hb$ 36A -abasing @'beIsIN Hb% 36B -abate @'beIt J2% 22A,6A -abated @'beItId Jc%,Jd% 32A,6A -abatement @'beItm@nt L@% 3 -abates @'beIts Ja% 22A,6A -abating @'beItIN Jb% 32A,6A -abattoir '&b@twAR K6% 3 -abattoirs '&b@twAz Kj% 3 -abb_e '&beI K6$ 2 -abb_es '&beIz Kj$ 2 -abbess '&bes K7% 2 -abbesses '&besIz Kj% 3 -abbey '&bI K6% 2 -abbeys '&bIz Kj% 2 -abbot '&b@t K6% 2 -abbots '&b@ts Kj% 2 -abbreviate @'brivIeIt H2% 46A,14 -abbreviated @'brivIeItId Hc%,Hd% 56A,14 -abbreviates @'brivIeIts Ha% 46A,14 -abbreviating @'brivIeItIN Hb% 56A,14 -abbreviation @,brivI'eISn M6% 5 -abbreviations @,brivI'eISnz Mj% 5 -abdicate '&bdIkeIt J2% 32A,6A -abdicated '&bdIkeItId Jc%,Jd% 42A,6A -abdicates '&bdIkeIts Ja% 32A,6A -abdicating '&bdIkeItIN Jb% 42A,6A -abdication ,&bdI'keISn M6% 4 -abdications ,&bdI'keISnz Mj% 4 -abdomen '&bd@m@n K6% 3 -abdomens '&bd@m@nz Kj% 3 -abdominal &b'd0mInl OA% 4 -abduct &b'dVkt H0% 26A -abducted &b'dVktId Hc%,Hd% 36A -abducting &b'dVktIN Hb% 36A -abduction &b'dVkSn K6% 3 -abductions &b'dVkSnz Kj% 3 -abducts &b'dVkts Ha% 26A -abeam @'bim Pu$ 2 -abed @'bed Pu% 2 -aberrant &'ber@nt OA% 3 -aberration ,&b@'reISn M6% 4 -aberrations ,&b@'reISnz Mj% 4 -abet @'bet H4% 26A,14 -abets @'bets Ha% 26A,14 -abetted @'betId Hc%,Hd% 36A,14 -abetting @'betIN Hb% 36A,14 -abeyance @'beI@ns L@% 3 -abhor @b'hOR H4% 26A -abhorred @b'hOd Hc%,Hd% 26A -abhorrence @b'h0r@ns L@% 3 -abhorrent @b'h0r@nt OA% 3 -abhorring @b'hOrIN Hb% 36A -abhors @b'hOz Ha% 26A -abide @'baId J2% 22C,3A,6A -abided @'baIdId Jc%,Jd% 32C,3A,6A -abides @'baIdz Ja% 22C,3A,6A -abiding @'baIdIN Jb%,OA% 32C,3A,6A -abilities @'bIlItIz Mj% 4 -ability @'bIlItI M8% 4 -abject '&bdZekt OA% 2 -abjection &b'dZekSn K6% 3 -abjections &b'dZekSnz Kj$ 3 -abjectly '&bdZektlI Pu% 3 -abjuration ,&bdZU@'reISn M6$ 4 -abjurations ,&bdZU@'reISnz Mj$ 4 -abjure @b'dZU@R H2$ 26A -abjured @b'dZU@d Hc$,Hd$ 26A -abjures @b'dZU@z Ha$ 26A -abjuring @b'dZU@rIN Hb$ 36A -ablative '&bl@tIv K6$,OA$ 3 -ablatives '&bl@tIvz Kj$ 3 -ablaut '&blaUt K6$ 2 -ablauts '&blaUts Kj$ 2 -ablaze @'bleIz Op%,Pu% 2 -able 'eIbl OB* 2 -able-bodied ,eIb@l-'b0dId OA% 4 -abler 'eIbl@R Or% 2 -ablest 'eIblIst Os% 2 -ablution @'bluSn K6% 3 -ablutions @'bluSnz Kj% 3 -ably 'eIblI Pu% 2 -abnegation ,&bnI'geISn L@$ 4 -abnormal &b'nOml OA% 3 -abnormalities ,&bnO'm&lItIz Mj% 5 -abnormality ,&bnO'm&lItI M8% 5 -abnormally &b'nOm@lI Pu% 4 -aboard @'bOd Pu%,T-% 2 -abode @'b@Ud Ic%,K6% 22C -abodes @'b@Udz Kj% 2 -abolish @'b0lIS H1% 36A -abolished @'b0lISt Hc%,Hd% 36A -abolishes @'b0lISIz Ha% 46A -abolishing @'b0lISIN Hb% 46A -abolition ,&b@'lISn L@% 4 -abolitionist ,&b@'lIS@nIst K6% 5 -abolitionists ,&b@'lIS@nIsts Kj% 5 -abominable @'b0mIn@bl OA% 5 -abominably @'b0mIn@blI Pu% 5 -abominate @'b0mIneIt H2% 46A,6C -abominated @'b0mIneItId Hc%,Hd% 56A,6C -abominates @'b0mIneIts Ha% 46A,6C -abominating @'b0mIneItIN Hb% 56A,6C -abomination @,b0mI'neISn M6% 5 -abominations @,b0mI'neISnz Mj% 5 -aboriginal ,&b@'rIdZ@nl K6$,OA$ 5 -aboriginals ,&b@'rIdZ@nlz Kj$ 5 -aborigine ,&b@'rIdZ@nI K6% 5 -aborigines ,&b@'rIdZ@nIz Kj% 5 -abort @'bOt J0% 22A,6A -aborted @'bOtId Jc%,Jd% 32A,6A -aborting @'bOtIN Jb% 32A,6A -abortion @'bOSn M6% 3 -abortionist @'bOS@nIst K6% 4 -abortionists @'bOS@nIsts Kj% 4 -abortions @'bOSnz Mj% 3 -abortive @'bOtIv OA% 3 -abortively @'bOtIvlI Pu% 4 -aborts @'bOts Ja% 22A,6A -abound @'baUnd I0% 23A -abounded @'baUndId Ic%,Id% 33A -abounding @'baUndIN Ib% 33A -abounds @'baUndz Ia% 23A -about @'baUt P+*,T-* 2 -about-face @,baUt-'feIs I2%,Ki% 3 -about-faced @,baUt-'feIst Ic%,Id% 3 -about-faces @,baUt-'feIsIz Ia% 4 -about-facing @,baUt-'feIsIN Ib% 4 -above @'bVv Pu*,T-* 2 -above board @,bVv 'bOd Op%,Pu% 3 -above-mentioned ,@bVv-'menS@nd OA% 4 -above-named ,@bVv-'neImd OA% 3 -abracadabra ,&br@k@'d&br@ L@$,W-% 5 -abrade @'breId H2$ 26A -abraded @'breIdId Hc$,Hd$ 36A -abrades @'breIdz Ha$ 26A -abrading @'breIdIN Hb$ 36A -abrasion @'breIZn M6% 3 -abrasions @'breIZnz Mj% 3 -abrasive @'breIsIv M6%,OA% 3 -abrasives @'breIsIvz Mj% 3 -abreast @'brest Pu% 2 -abridge @'brIdZ H2% 26A -abridged @'brIdZd Hc%,Hd% 26A -abridgement @'brIdZm@nt M6% 3 -abridgements @'brIdZm@nts Mj% 3 -abridges @'brIdZIz Ha% 36A -abridging @'brIdZIN Hb% 36A -abridgment @'brIdZm@nt M6% 3 -abridgments @'brIdZm@nts Mj% 3 -abroad @'brOd Pu% 2 -abrogate '&br@geIt H2$ 36A -abrogated '&br@geItId Hc$,Hd$ 46A -abrogates '&br@geIts Ha$ 36A -abrogating '&br@geItIN Hb$ 46A -abrogation ,&br@'geISn K6$ 4 -abrogations ,&br@'geISnz Kj$ 4 -abrupt @'brVpt OA% 2 -abruptly @'brVptlI Pu% 3 -abruptness @'brVptn@s L@% 3 -abscess '&bses K7% 2 -abscesses '&bsesIz Kj% 3 -abscond @b'sk0nd I0% 22A,3A -absconded @b'sk0ndId Ic%,Id% 32A,3A -absconding @b'sk0ndIN Ib% 32A,3A -absconds @b'sk0ndz Ia% 22A,3A -absence '&bs@ns M6% 2 -absences '&bs@nsIz Mj% 3 -absent '&bs@nt OA% 2 -absent @b'sent H0% 26B,14 -absent-minded ,&bs@nt-'maIndId OA% 4 -absent-mindedly ,&bs@nt-'maIndIdlI Pu% 5 -absent-mindedness ,&bs@nt-'maIndIdn@s L@% 5 -absented @b'sentId Hc%,Hd% 36B,14 -absentee ,&bs@n'ti K6% 3 -absenteeism ,&bs@n'tiIz@m L@% 5 -absentees ,&bs@n'tiz Kj% 3 -absenting @b'sentIN Hb% 36B,14 -absently '&bs@ntlI Pu% 3 -absents @b'sents Ha% 26B,14 -absinth '&bsInT L@% 2 -absinthe '&bsInT L@% 2 -absolute '&bs@lut OA% 3 -absolutely '&bs@lutlI Pu% 4 -absolution ,&bs@'luSn L@% 4 -absolutism ,&bs@'lutIz@m L@% 5 -absolve @b'z0lv H2% 26A,14 -absolved @b'z0lvd Hc%,Hd% 26A,14 -absolves @b'z0lvz Ha% 26A,14 -absolving @b'z0lvIN Hb% 36A,14 -absorb @b'sOb H0% 26A -absorbed @b'sObd Hc%,Hd% 26A -absorbent @b'sOb@nt K6%,OA% 3 -absorbents @b'sOb@nts Kj% 3 -absorbing @b'sObIN Hb% 36A -absorbs @b'sObz Ha% 26A -absorption @b'sOpSn L@% 3 -abstain @b'steIn I0% 22A,3A -abstained @b'steInd Ic%,Id% 22A,3A -abstainer @b'steIn@R K6% 3 -abstainers @b'steIn@z Kj% 3 -abstaining @b'steInIN Ib% 32A,3A -abstains @b'steInz Ia% 22A,3A -abstemious @b'stimI@s OA% 4 -abstemiously @b'stimI@slI Pu% 5 -abstemiousness @b'stimI@sn@s L@% 5 -abstention @b'stenSn M6$ 3 -abstentions @b'stenSnz Mj$ 3 -abstinence '&bstIn@ns L@% 3 -abstract '&bstr&kt K6%,OA% 2 -abstract @b'str&kt H0% 26A,14 -abstracted @b'str&ktId Hc%,Hd%,OA% 36A,14 -abstractedly @b'str&ktIdlI Pu% 4 -abstracting @b'str&ktIN Hb% 36A,14 -abstraction @b'str&kSn M6% 3 -abstractions @b'str&kSnz Mj% 3 -abstracts '&bstr&kts Kj% 2 -abstracts @b'str&kts Ha% 26A,14 -abstruse @b'strus OA% 2 -abstrusely @b'struslI Pu% 3 -abstruseness @b'strusn@s L@% 3 -absurd @b's3d OA% 2 -absurdities @b's3dItIz Mj% 4 -absurdity @b's3dItI M8% 4 -absurdly @b's3dlI Pu% 3 -abundance @'bVnd@ns L@% 3 -abundant @'bVnd@nt OA% 3 -abundantly @'bVnd@ntlI Pu% 4 -abuse @'bjus M6% 2 -abuse @'bjuz H2% 26A -abused @'bjuzd Hc%,Hd% 26A -abuses @'bjusIz Mj% 3 -abuses @'bjuzIz Ha% 36A -abusing @'bjuzIN Hb% 36A -abusive @'bjusIv OA% 3 -abusively @'bjusIvlI Pu% 4 -abut @'bVt I4% 23A -abutment @'bVtm@nt K6% 3 -abutments @'bVtm@nts Kj% 3 -abuts @'bVts Ia% 23A -abutted @'bVtId Ic%,Id% 33A -abutting @'bVtIN Ib% 33A -abysm @'bIz@m K6$ 3 -abysmal @'bIzml OA% 3 -abysmally @'bIzm@lI Pu% 4 -abysms @'bIz@mz Kj$ 3 -abyss @'bIs K7% 2 -abysses @'bIsIz Kj% 3 -acacia @'keIS@ K6$ 3 -acacias @'keIS@z Kj$ 3 -academic ,&k@'demIk K6%,OA% 4 -academically ,&k@'demIklI Pu% 5 -academicals ,&k@'demIklz Kj$ 5 -academician @,k&d@'mISn K6% 5 -academicians @,k&d@'mISnz Kj% 5 -academics ,&k@'demIks Kj% 4 -academies @'k&d@mIz Kj% 4 -academy @'k&d@mI K8% 4 -accede @k'sid I2% 22A,3A -acceded @k'sidId Ic%,Id% 32A,3A -accedes @k'sidz Ia% 22A,3A -acceding @k'sidIN Ib% 32A,3A -accelerando &k,sel@'r&nd@U K6$,OA$,Pu$ 5 -accelerandos &k,sel@'r&nd@Uz Kj$ 5 -accelerate @k'sel@reIt J2% 42A,6A -accelerated @k'sel@reItId Jc%,Jd% 52A,6A -accelerates @k'sel@reIts Ja% 42A,6A -accelerating @k'sel@reItIN Jb% 52A,6A -acceleration @k,sel@'reISn L@% 5 -accelerator @k'sel@reIt@R K6% 5 -accelerators @k'sel@reIt@z Kj% 5 -accent &k'sent H0% 26A -accent '&ks@nt M6% 2 -accented &k'sentId Hc%,Hd% 36A -accenting &k'sentIN Hb% 36A -accents &k'sents Ha% 26A -accents '&ks@nts Mj% 2 -accentuate @k'sentSUeIt H2% 46A -accentuated @k'sentSUeItId Hc%,Hd% 56A -accentuates @k'sentSUeIts Ha% 46A -accentuating @k'sentSUeItIN Hb% 56A -accentuation @k,sentSU'eISn K6% 5 -accentuations @k,sentSU'eISnz Kj% 5 -accept @k'sept J0% 22A,6A,9,16B -acceptability @k,sept@'bIlItI L@% 6 -acceptable @k'sept@bl OA% 4 -acceptably @k'sept@blI Pu% 4 -acceptance @k'sept@ns L@% 3 -acceptation ,&ksep'teISn K6$ 4 -acceptations ,&ksep'teISnz Kj$ 4 -accepted @k'septId Jc%,Jd% 32A,6A,9,16B -accepting @k'septIN Jb% 32A,6A,9,16B -accepts @k'septs Ja% 22A,6A,9,16B -access '&kses L@% 2 -accessaries @k'ses@rIz Kj% 4 -accessary @k'ses@rI K8% 4 -accessibility @k,ses@'bIlItI L@% 6 -accessible @k'ses@bl OA% 4 -accession &k'seSn M6% 3 -accessions &k'seSnz Mj% 3 -accessories @k'ses@rIz Kj% 4 -accessory @k'ses@rI K8% 4 -accidence '&ksId@ns L@$ 3 -accident '&ksId@nt M6% 3 -accident-prone '&ksId@nt-,pr@Un OA% 4 -accidental ,&ksI'dentl OA% 4 -accidentally ,&ksI'dent@lI Pu% 5 -accidents '&ksId@nts Mj% 3 -acclaim @'kleIm H0%,L@% 26A,16B,23 -acclaimed @'kleImd Hc%,Hd% 26A,16B,23 -acclaiming @'kleImIN Hb% 36A,16B,23 -acclaims @'kleImz Ha% 26A,16B,23 -acclamation ,&kl@'meISn L@% 4 -acclimate '&klImeIt J2$ 3 -acclimated '&klImeItId Jc$,Jd$ 4 -acclimates '&klImeIts Ja$ 3 -acclimating '&klImeItIN Jb$ 4 -acclimation ,&klaI'meISn L@$ 4 -acclimatization @,klaIm@taI'zeISn L@% 6 -acclimatize @'klaIm@taIz J2% 42A,14 -acclimatized @'klaIm@taIzd Jc%,Jd% 42A,14 -acclimatizes @'klaIm@taIzIz Ja% 52A,14 -acclimatizing @'klaIm@taIzIN Jb% 52A,14 -acclivities @'klIvItIz Kj$ 4 -acclivity @'klIvItI K8$ 4 -accolade '&k@leId K6% 3 -accolades '&k@leIdz Kj% 3 -accommodate @'k0m@deIt H2% 46A,14 -accommodated @'k0m@deItId Hc%,Hd% 56A,14 -accommodates @'k0m@deIts Ha% 46A,14 -accommodating @'k0m@deItIN Hb%,OA% 56A,14 -accommodation @,k0m@'deISn M6% 5 -accommodations @,k0m@'deISnz Mj% 5 -accompanied @'kVmp@nId Hc%,Hd% 46A,14 -accompanies @'kVmp@nIz Ha% 46A,14 -accompaniment @'kVmp@nIm@nt K6% 5 -accompaniments @'kVmp@nIm@nts Kj% 5 -accompanist @'kVmp@nIst K6% 4 -accompanists @'kVmp@nIsts Kj% 4 -accompany @'kVmp@nI H3% 46A,14 -accompanying @'kVmp@nIIN Hb% 56A,14 -accomplice @'kVmplIs K6% 3 -accomplices @'kVmplIsIz Kj% 4 -accomplish @'kVmplIS H1% 36A -accomplished @'kVmplISt Hc%,Hd%,OA% 36A -accomplishes @'kVmplISIz Ha% 46A -accomplishing @'kVmplISIN Hb% 46A -accomplishment @'kVmplISm@nt M6% 4 -accomplishments @'kVmplISm@nts Mj% 4 -accord @'kOd J0%,M6% 22A,2C,3A,12A,13A -accordance @'kOd@ns K6% 3 -accordances @'kOd@nsIz Kj$ 4 -accorded @'kOdId Jc%,Jd% 32A,2C,3A,12A,13A -according @'kOdIN Jb% 32A,2C,3A,12A,13A -according as @'kOdIN &z V-% 4 -according to @'kOdIN t@ T-% 4 -accordingly @'kOdINlI Pu% 4 -accordion @'kOdI@n K6% 4 -accordions @'kOdI@nz Kj% 4 -accords @'kOdz Ja%,Mj% 22A,2C,3A,12A,13A -accost @'k0st H0% 26A -accosted @'k0stId Hc%,Hd% 36A -accosting @'k0stIN Hb% 36A -accosts @'k0sts Ha% 26A -accouchement @'kuSm0N K6$ 3 -accouchements @'kuSm0Nz Kj$ 3 -account @'kaUnt J0%,M6% 23A,25 -accountable @'k@Unt@bl OA% 4 -accountancy @'kaUnt@nsI L@% 4 -accountant @'kaUnt@nt K6% 3 -accountants @'kaUnt@nts Kj% 3 -accounted @'kaUntId Jc%,Jd% 33A,25 -accounting @'kaUntIN Jb% 33A,25 -accounts @'kaUnts Ja%,Mj% 23A,25 -accoutrements @'kut@m@nts Kj$ 4 -accredit @'kredIt H0% 314 -accredited @'kredItId Hc%,Hd%,OA% 414 -accrediting @'kredItIN Hb% 414 -accredits @'kredIts Ha% 314 -accretion @'kriSn M6% 3 -accretions @'kriSnz Mj% 3 -accrue @'kru I2% 22A,3A -accrued @'krud Ic%,Id% 22A,3A -accrues @'kruz Ia% 22A,3A -accruing @'kruIN Ib% 32A,3A -accumulate @'kjumjUleIt J2% 42A,6A -accumulated @'kjumjUleItId Jc%,Jd% 52A,6A -accumulates @'kjumjUleIts Ja% 42A,6A -accumulating @'kjumjUleItIN Jb% 52A,6A -accumulation @,kjumjU'leISn M6% 5 -accumulations @,kjumjU'leISnz Mj% 5 -accumulative @'kjumjUl@tIv OA% 5 -accumulator @'kjumjUleIt@R K6% 5 -accumulators @'kjumjUleIt@z Kj% 5 -accuracies '&kj@r@sIz Mj% 4 -accuracy '&kj@r@sI M8% 4 -accurate '&kj@r@t OA% 3 -accurately '&kj@r@tlI Pu% 4 -accursed @'k3sId OA% 3 -accurst @'k3st OA% 2 -accusation ,&kju'zeISn M6% 4 -accusations ,&kju'zeISnz Mj% 4 -accusative @'kjuz@tIv K6%,OA% 4 -accusatives @'kjuz@tIvz Kj% 4 -accuse @'kjuz H2% 26A,14 -accused @'kjuzd Hc%,Hd% 26A,14 -accuser @'kjuz@R K6% 3 -accusers @'kjuz@z Kj% 3 -accuses @'kjuzIz Ha% 36A,14 -accusing @'kjuzIN Hb% 36A,14 -accusingly @'kjuzINlI Pu% 4 -accustom @'kVst@m H0% 314 -accustomed @'kVst@md Hc%,Hd%,OA% 314 -accustoming @'kVst@mIN Hb% 414 -accustoms @'kVst@mz Ha% 314 -ace eIs K6% 1 -acerbities @'s3bItIz Mj$ 4 -acerbity @'s3bItI M8% 4 -aces 'eIsIz Kj% 2 -acetate '&sIteIt K6$ 3 -acetates '&sIteIts Kj$ 3 -acetic @'sitIk OA% 3 -acetylene @'setIlin L@% 4 -ache eIk I2%,K6% 12A,3A,4A -ached eIkt Ic%,Id% 12A,3A,4A -aches eIks Ia%,Kj% 12A,3A,4A -achievable @'tSiv@bl OA% 4 -achieve @'tSiv H2% 26A -achieved @'tSivd Hc%,Hd% 26A -achievement @'tSivm@nt M6% 3 -achievements @'tSivm@nts Mj% 3 -achieves @'tSivz Ha% 26A -achieving @'tSivIN Hb% 36A -aching 'eIkIN Ib% 22A,3A,4A -acid '&sId M6%,OA% 2 -acidic @'sIdIk OA% 3 -acidified @'sIdIfaId Jc%,Jd% 42A,6A -acidifies @'sIdIfaIz Ja% 42A,6A -acidify @'sIdIfaI J3% 42A,6A -acidifying @'sIdIfaIIN Jb% 52A,6A -acidity @'sIdItI L@% 4 -acids '&sIdz Mj% 2 -acidulated @'sIdjUleItId OA$ 5 -acidulous @'sIdjUl@s OA$ 4 -ack-ack ,&k-'&k L@$ 2 -acknowledge @k'n0lIdZ H2% 36A,6C,9,16B,24A,25 -acknowledged @k'n0lIdZd Hc%,Hd% 36A,6C,9,16B,24A,25 -acknowledgement @k'n0lIdZm@nt K6% 4 -acknowledgements @k'n0lIdZm@nts Kj% 4 -acknowledges @k'n0lIdZIz Ha% 46A,6C,9,16B,24A,25 -acknowledging @k'n0lIdZIN Hb% 46A,6C,9,16B,24A,25 -acme '&kmI Ki% 2 -acne '&knI L@% 2 -acolyte '&k@laIt K6$ 3 -acolytes '&k@laIts Kj$ 3 -aconite '&k@naIt K6$ 3 -aconites '&k@naIts Kj$ 3 -acorn 'eIkOn K6% 2 -acorn-cup 'eIkOn-kVp K6$ 3 -acorn-cups 'eIkOn-kVps Kj$ 3 -acorns 'eIkOnz Kj% 2 -acoustic @'kustIk K6%,OA% 3 -acoustics @'kustIks Lk% 3 -acquaint @'kweInt H0% 214 -acquaintance @'kweInt@ns M6% 3 -acquaintances @'kweInt@nsIz Mj% 4 -acquaintanceship @'kweInt@nSIp K6% 4 -acquaintanceships @'kweInt@nSIps Kj% 4 -acquainted @'kweIntId Hc%,Hd% 314 -acquainting @'kweIntIN Hb% 314 -acquaints @'kweInts Ha% 214 -acquiesce ,&kwI'es I2% 32A,3A -acquiesced ,&kwI'est Ic%,Id% 32A,3A -acquiescence ,&kwI'esns K6% 4 -acquiescences ,&kwI'esnsIz Kj$ 5 -acquiescent ,&kwI'esnt OA% 4 -acquiesces ,&kwI'esIz Ia% 42A,3A -acquiescing ,&kwI'esIN Ib% 42A,3A -acquire @'kwaI@R H2% 26A -acquired @'kwaI@d Hc%,Hd% 26A -acquirement @'kwaI@m@nt M6% 3 -acquirements @'kwaI@m@nts Mj% 3 -acquires @'kwaI@z Ha% 26A -acquiring @'kwaI@rIN Hb% 36A -acquisition ,&kwI'zISn M6% 4 -acquisitions ,&kwI'zISnz Mj% 4 -acquisitive @'kwIz@tIv OA% 4 -acquit @'kwIt H4% 26A,14,16B -acquits @'kwIts Ha% 26A,14,16B -acquittal @'kwItl M6% 3 -acquittals @'kwItlz Mj% 3 -acquitted @'kwItId Hc%,Hd% 36A,14,16B -acquitting @'kwItIN Hb% 36A,14,16B -acre 'eIk@R K6% 2 -acreage 'eIk@rIdZ L@% 3 -acres 'eIk@z Kj% 2 -acrid '&krId OA% 2 -acrimonious ,&krI'm@UnI@s OA% 5 -acrimony '&krIm@nI L@% 4 -acrobat '&kr@b&t K6% 3 -acrobatic ,&kr@'b&tIk OA% 4 -acrobatics ,&kr@'b&tIks Lk% 4 -acrobats '&kr@b&ts Kj% 3 -acronym '&kr@nIm K6% 3 -acronyms '&kr@nImz Kj% 3 -acropolis @'kr0p@lIs K7$ 4 -acropolises @'kr0p@lIsIz Kj$ 5 -across @'kr0s Pu*,T-* 2 -acrostic @'kr0stIk K6$ 3 -acrostics @'kr0stIks Kj$ 3 -acrylic @'krIlIk K6% 3 -acrylics @'krIlIks Kj% 3 -act &kt J0%,K6% 12A,2C,3A,6A,15B -acted '&ktId Jc%,Jd% 22A,2C,3A,6A,15B -acting '&ktIN Jb%,L@%,OA% 22A,2C,3A,6A,15B -actinic &k'tInIk OA$ 3 -actinism '&ktInIz@m L@$ 4 -action '&kSn M6% 2 -actionable '&kS@n@bl OA% 4 -actions '&kSnz Mj% 2 -activate '&ktIveIt H2% 36A -activated '&ktIveItId Hc%,Hd% 46A -activates '&ktIveIts Ha% 36A -activating '&ktIveItIN Hb% 46A -activation ,&ktI'veISn K6% 4 -activations ,&ktI'veISnz Kj% 4 -active '&ktIv OA% 2 -actively '&ktIvlI Pu% 3 -activist '&ktIvIst K6% 3 -activists '&ktIvIsts Kj% 3 -activities &k'tIvItIz Mj% 4 -activity &k'tIvItI M8% 4 -actor '&kt@R K6% 2 -actors '&kt@z Kj% 2 -actress '&ktrIs K7% 2 -actresses '&ktrIsIz Kj% 3 -acts &kts Ja%,Kj% 12A,2C,3A,6A,15B -actual '&ktSU@l OA% 3 -actualities ,&ktSU'&lItIz Mj% 5 -actuality ,&ktSU'&lItI M8% 5 -actually '&ktSUlI Pu% 3 -actuarial ,&ktSU'e@rI@l OA% 5 -actuaries '&ktSU@rIz Kj% 4 -actuary '&ktSU@rI K8% 4 -actuate '&ktSUeIt H2% 36A -actuated '&ktSUeItId Hc%,Hd% 46A -actuates '&ktSUeIts Ha% 36A -actuating '&ktSUeItIN Hb% 46A -acuity @'kjuItI L@$ 4 -acumen '&kjUm@n L@$ 3 -acupuncture '&kjUpVNktS@R L@% 4 -acute @'kjut OA% 2 -acutely @'kjutlI Pu% 3 -acuteness @'kjutn@s L@% 3 -ad &d K6% 1 -ad hoc ,&d 'h0k OA%,Pu% 2 -ad infinitum ,&d ,InfI'naIt@m Pu% 5 -ad interim ,&d 'Int@rIm Pu$ 4 -ad lib ,&d 'lIb Pu% 2 -ad libitum ,&d 'lIbIt@m Pu$ 4 -ad nauseam ,&d 'nOzI&m Pu% 4 -ad valorem ,&d v@'lOr@m Pu$ 4 -ad-lib &d-'lIb I4%,OA% 22A -ad-libbed &d-'lIbd Ic%,Id% 22A -ad-libbing &d-'lIbIN Ib% 32A -ad-libs &d-'lIbz Ia% 22A -ad-man '&d-m&n Ki$ 2 -ad-men '&d-men Kj$ 2 -adage '&dIdZ K6% 2 -adages '&dIdZIz Kj% 3 -adagio @'dAdZI@U K6%,OA%,Pu% 4 -adagios @'dAdZI@Uz Kj$ 4 -adamant '&d@m@nt K6%,Op% 3 -adamantine ,&d@'m&ntaIn OA$ 4 -adamants '&d@m@nts Kj$ 3 -adapt @'d&pt H0% 26A,14 -adaptability @,d&pt@'bIlItI L@% 6 -adaptable @'d&pt@bl OA% 4 -adaptation ,&d&p'teISn M6% 4 -adaptations ,&d&p'teISnz Mj% 4 -adapted @'d&ptId Hc%,Hd% 36A,14 -adapter @'d&pt@R K6% 3 -adapters @'d&pt@z Kj% 3 -adapting @'d&ptIN Hb% 36A,14 -adaptor @'d&pt@R K6% 3 -adaptors @'d&pt@z Kj% 3 -adapts @'d&pts Ha% 26A,14 -add &d J0% 12C,3A,6A,9,14,15B -added '&dId Jc%,Jd% 22C,3A,6A,9,14,15B -addenda @'dend@ Kj% 3 -addendum @'dend@m Ki% 3 -adder '&d@R K6% 2 -adders '&d@z Kj% 2 -addict '&dIkt K6% 2 -addict @'dIkt H0% 2 -addicted @'dIktId Hc%,Hd% 3 -addicting @'dIktIN Hb% 3 -addiction @'dIkSn M6% 3 -addictions @'dIkSnz Mj% 3 -addictive @'dIktIv OA% 3 -addicts '&dIkts Kj% 2 -addicts @'dIkts Ha% 2 -adding '&dIN Jb% 22C,3A,6A,9,14,15B -adding-machine '&dIN-m@Sin K6% 4 -adding-machines '&dIN-m@Sinz Kj% 4 -addition @'dISn M6% 3 -additional @'dIS@nl OA% 4 -additionally @'dIS@n@lI Pu% 5 -additions @'dISnz Mj% 3 -additive '&dItIv K6% 3 -additives '&dItIvz Kj% 3 -addle '&dl J2%,OA% 22A,6A -addle-brained '&dl-breInd OA% 3 -addle-head '&dl-hed K6$ 3 -addle-heads '&dl-hedz Kj$ 3 -addle-pated '&dl-,peItId OA% 4 -addled '&dld Jc%,Jd% 22A,6A -addles '&dlz Ja$ 22A,6A -addling '&dlIN Jb$ 22A,6A -address @'dres H1%,M7% 26A,14,16B -addressed @'drest Hc%,Hd% 26A,14,16B -addressee ,&dre'si K6% 3 -addressees ,&dre'siz Kj% 3 -addresses @'dresIz Ha%,Mj% 36A,14,16B -addressing @'dresIN Hb% 36A,14,16B -adds &dz Ja% 12C,3A,6A,9,14,15B -adduce @'djus H2% 26A -adduced @'djust Hc%,Hd% 26A -adduces @'djusIz Ha% 36A -adducing @'djusIN Hb% 36A -adenoidal ,&dI'noIdl OA% 4 -adenoids '&dInoIdz Kj% 3 -adept '&dept K6$,OA% 2 -adepts '&depts Kj$ 2 -adequacy '&dIkw@sI L@% 4 -adequate '&dIkw@t OA% 3 -adequately '&dIkw@tlI Pu% 4 -adhere @d'hI@R I2% 22A,3A -adhered @d'hI@d Ic%,Id% 22A,3A -adherence @d'hI@r@ns K6% 3 -adherences @d'hI@r@nsIz Kj$ 4 -adherent @d'hI@r@nt K6% 3 -adherents @d'hI@r@nts Kj% 3 -adheres @d'hI@z Ia% 22A,3A -adhering @d'hI@rIN Ib% 32A,3A -adhesion @d'hiZn M6% 3 -adhesions @d'hiZnz Mj$ 3 -adhesive @d'hisIv M6%,OA% 3 -adhesives @d'hisIvz Mj% 3 -adieu @'dju K6%,W-% 2 -adieus @'djuz Kj% 2 -adieux @'djuz Kj$ 2 -adipose '&dIp@Us OA$ 3 -adjacent @'dZeIsnt OA% 3 -adjectival ,&dZIk'taIvl OA% 4 -adjective '&dZIktIv K6% 3 -adjectives '&dZIktIvz Kj% 3 -adjoin @'dZoIn J0% 22A,6A -adjoined @'dZoInd Jc%,Jd% 22A,6A -adjoining @'dZoInIN Jb%,OA% 32A,6A -adjoins @'dZoInz Ja% 22A,6A -adjourn @'dZ3n J0% 22A,2C,6A -adjourned @'dZ3nd Jc%,Jd% 22A,2C,6A -adjourning @'dZ3nIN Jb% 32A,2C,6A -adjournment @'dZ3nm@nt K6% 3 -adjournments @'dZ3nm@nts Kj% 3 -adjourns @'dZ3nz Ja% 22A,2C,6A -adjudge @'dZVdZ H2% 29,14,25 -adjudged @'dZVdZd Hc%,Hd% 29,14,25 -adjudges @'dZVdZIz Ha% 39,14,25 -adjudging @'dZVdZIN Hb% 39,14,25 -adjudicate @'dZudIkeIt J2% 42A,3A,6A,14,25 -adjudicated @'dZudIkeItId Jc%,Jd% 52A,3A,6A,14,25 -adjudicates @'dZudIkeIts Ja% 42A,3A,6A,14,25 -adjudicating @'dZudIkeItIN Jb% 52A,3A,6A,14,25 -adjudication @,dZudI'keISn K6% 5 -adjudications @,dZudI'keISnz Kj% 5 -adjudicator '@dZudIkeIt@R K6% 5 -adjudicators '@dZudIkeIt@z Kj% 5 -adjunct '&dZVNkt K6$ 2 -adjuncts '&dZVNkts Kj$ 2 -adjuration ,&dZU@'reISn M6$ 4 -adjurations ,&dZU@'reISnz Mj$ 4 -adjure @'dZU@R H2$ 217 -adjured @'dZU@d Hc$,Hd$ 217 -adjures @'dZU@z Ha$ 217 -adjuring @'dZU@rIN Hb$ 317 -adjust @'dZVst H0% 26A,14 -adjustable @'dZVst@bl OA% 4 -adjusted @'dZVstId Hc%,Hd% 36A,14 -adjuster @'dZVst@R K6% 3 -adjusters @'dZVst@z Kj% 3 -adjusting @'dZVstIN Hb% 36A,14 -adjustment @'dZVstm@nt M6% 3 -adjustments @'dZVstm@nts Mj% 3 -adjusts @'dZVsts Ha% 26A,14 -adjutant '&dZUt@nt K6% 3 -adjutants '&dZUt@nts Kj% 3 -admass '&dm&s L@$ 2 -administer @d'mInIst@R J0% 46A,14 -administered @d'mInIst@d Jc%,Jd% 46A,14 -administering @d'mInIst@rIN Jb% 56A,14 -administers @d'mInIst@z Ja% 46A,14 -administration @d,mInI'streISn M6% 5 -administrations @d,mInI'streISnz Mj% 5 -administrative @d'mInIstr@tIv OA% 5 -administratively @d'mInIstr@tIvlI Pu% 6 -administrator @d'mInIstreIt@R K6% 5 -administrators @d'mInIstreIt@z Kj% 5 -admirable '&dm@r@bl OA% 4 -admirably '&dmIr@blI Pu% 4 -admiral '&dm@r@l K6% 3 -admirals '&dm@r@lz Kj% 3 -admiralties '&dm@r@ltIz Kj% 4 -admiralty '&dm@r@ltI K8% 4 -admiration ,&dm@'reISn L@% 4 -admire @d'maI@R H2% 26A -admired @d'maI@d Hc%,Hd% 26A -admirer @d'maIr@R K6% 3 -admirers @d'maIr@z Kj% 3 -admires @d'maI@z Ha% 26A -admiring @d'maI@rIN Hb%,OA% 36A -admiringly @d'maI@rINlI Pu% 4 -admissibility @d,mIs@'bIlItI L@% 6 -admissible @d'mIs@bl OA% 4 -admission @d'mISn M6% 3 -admissions @d'mISnz Mj% 3 -admit @d'mIt J4% 23A,6A,6C,9,14,25 -admits @d'mIts Ja% 23A,6A,6C,9,14,25 -admittance @d'mItns L@% 3 -admitted @d'mItId Jc%,Jd% 33A,6A,6C,9,14,25 -admittedly @d'mItIdlI Pu% 4 -admitting @d'mItIN Jb% 33A,6A,6C,9,14,25 -admix &d'mIks J1$ 22A,6A -admixed &d'mIkst Jc$,Jd$ 22A,6A -admixes &d'mIksIz Ja$ 32A,6A -admixing &d'mIksIN Jb$ 32A,6A -admixture &d'mIkstS@R K6% 3 -admixtures &d'mIkstS@z Kj$ 3 -admonish @d'm0nIS H1% 36A,14 -admonished @d'm0nISt Hc%,Hd% 36A,14 -admonishes @d'm0nISIz Ha% 46A,14 -admonishing @d'm0nISIN Hb% 46A,14 -admonition ,&dm@'nISn M6% 4 -admonitions ,&dm@'nISnz Mj% 4 -admonitory @d'm0nItrI OA% 4 -ado @'du L@% 2 -adobe @'d@UbI L@$ 3 -adolescence ,&d@'lesns L@% 4 -adolescent ,&d@'lesnt K6%,OA% 4 -adolescents ,&d@'lesnts Kj% 4 -adopt @'d0pt H0% 26A -adopted @'d0ptId Hc%,Hd% 36A -adopting @'d0ptIN Hb% 36A -adoption @'d0pSn K6% 3 -adoptions @'d0pSnz Kj% 3 -adoptive @'d0ptIv OA% 3 -adopts @'d0pts Ha% 26A -adorable @'dOr@bl OA% 4 -adorably @'dOr@blI Pu% 4 -adoration ,&d@'reISn L@% 4 -adore @'dOR H2% 26A,6C -adored @'dOd Hc%,Hd% 26A,6C -adorer @'dOr@R K6% 3 -adorers @'dOr@z Kj% 3 -adores @'dOz Ha% 26A,6C -adoring @'dOrIN Hb%,OA% 36A,6C -adoringly @'dOrINlI Pu% 4 -adorn @'dOn H0% 26A,14 -adorned @'dOnd Hc%,Hd% 26A,14 -adorning @'dOnIN Hb% 36A,14 -adornment @'dOnm@nt M6% 3 -adornments @'dOnm@nts Mj% 3 -adorns @'dOnz Ha% 26A,14 -adrenal @'drinl OA$ 3 -adrenalin @'dren@lIn L@% 4 -adrift @'drIft Op%,Pu% 2 -adroit @'droIt OA% 2 -adroitly @'droItlI Pu% 3 -adroitness @'droItn@s L@% 3 -ads &dz Kj% 1 -adulation ,&djU'leISn L@% 4 -adult '&dVlt K6%,OA% 2 -adulterant @'dVlt@r@nt K6% 4 -adulterants @'dVlt@r@nts Kj% 4 -adulterate @'dVlt@reIt H2% 46A,14 -adulterated @'dVlt@reItId Hc%,Hd% 56A,14 -adulterates @'dVlt@reIts Ha% 46A,14 -adulterating @'dVlt@reItIN Hb% 56A,14 -adulteration @,dVlt@'reISn K6% 5 -adulterations @,dVlt@'reISnz Kj% 5 -adulterer @'dVlt@r@R K6% 4 -adulterers @'dVlt@r@z Kj% 4 -adulteress @'dVlt@rIs K7% 4 -adulteresses @'dVlt@rIsIz Kj% 5 -adulteries @'dVlt@rIz Mj$ 4 -adulterous @'dVlt@r@s OA% 4 -adultery @'dVlt@rI M8% 4 -adulthood '&d@lthUd M6% 3 -adulthoods '&d@lthUdz Mj$ 3 -adults '&dVlts Kj% 2 -adumbrate '&dVmbreIt H2$ 36A -adumbrated '&dVmbreItId Hc$,Hd$ 46A -adumbrates '&dVmbreIts Ha$ 36A -adumbrating '&dVmbreItIN Hb$ 46A -advance @d'vAns J2%,M6% 22A,2B,3A,6A,12A,13A,14 -advanced @d'vAnst Jc%,Jd%,OA% 22A,2B,3A,6A,12A,13A,14 -advancement @d'vAnsm@nt L@% 3 -advances @d'vAnsIz Ja%,Mj% 32A,2B,3A,6A,12A,13A,14 -advancing @d'vAnsIN Jb% 32A,2B,3A,6A,12A,13A,14 -advantage @d'vAntIdZ H2%,M6% 36A -advantaged @d'vAntIdZd Hc%,Hd% 36A -advantageous ,&dv@n'teIdZ@s OA% 4 -advantageously ,&dv@n'teIdZ@slI Pu% 5 -advantages @d'vAntIdZIz Ha%,Mj% 46A -advantaging @d'vAntIdZIN Hb% 46A -advent '&dv@nt K6% 2 -adventitious ,&dven'tIS@s OA$ 4 -advents '&dv@nts Kj% 2 -adventure @d'ventS@R H2%,M6% 3 -adventured @d'ventS@d Hc%,Hd% 3 -adventurer @d'ventS@r@R K6% 4 -adventurers @d'ventS@r@z Kj% 4 -adventures @d'ventS@z Ha%,Mj% 3 -adventuresome @d'ventS@s@m OA% 4 -adventuress @d'ventS@rIs K7% 4 -adventuresses @d'ventS@rIsIz Kj% 5 -adventuring @d'ventS@rIN Hb% 4 -adventurous @d'ventS@r@s OA% 4 -adverb '&dv3b K6% 2 -adverbial &d'v3bI@l OA% 4 -adverbially &d'v3bI@lI Pu% 5 -adverbs '&dv3bz Kj% 2 -adversaries '&dv@s@rIz Kj% 4 -adversary '&dv@s@rI K8% 4 -adverse '&dv3s OA% 2 -adversely &d'v3slI Pu% 3 -adversities @d'v3sItIz Mj% 4 -adversity @d'v3sItI M8% 4 -advert '&dv3t K6% 2 -advert @d'v3t I0$ 23A -adverted @d'v3tId Ic$,Id$ 33A -adverting @d'v3tIN Ib$ 33A -advertise '&dv@taIz J2% 32A,3A,6A -advertised '&dv@taIzd Jc%,Jd% 32A,3A,6A -advertisement @d'v3tIsm@nt M6% 4 -advertisements @d'v3tIsm@nts Mj% 4 -advertiser '&dv@taIz@R K6% 4 -advertisers '&dv@taIz@z Kj% 4 -advertises '&dv@taIzIz Ja% 42A,3A,6A -advertising '&dv@taIzIN Jb% 42A,3A,6A -adverts '&dv3ts Kj% 2 -adverts @d'v3ts Ia$ 23A -advice @d'vaIs M6% 2 -advices @d'vaIsIz Mj$ 3 -advisability @d,vaIz@'bIlItI L@% 6 -advisable @d'vaIz@bl OA% 4 -advise @d'vaIz J2% 23A,6A,6C,14,17,20,21 -advised @d'vaIzd Jc%,Jd%,OA% 23A,6A,6C,14,17,20,21 -advisedly @d'vaIzIdlI Pu% 4 -adviser @d'vaIz@R K6% 3 -advisers @d'vaIz@z Kj% 3 -advises @d'vaIzIz Ja% 33A,6A,6C,14,17,20,21 -advising @d'vaIzIN Jb% 33A,6A,6C,14,17,20,21 -advisory @d'vaIz@rI OA% 4 -advocacy '&dv@k@sI L@% 4 -advocate '&dv@k@t K6% 3 -advocate '&dv@keIt H2% 36A,6C -advocated '&dv@keItId Hc%,Hd% 46A,6C -advocates '&dv@k@ts Kj% 3 -advocates '&dv@keIts Ha% 36A,6C -advocating '&dv@keItIN Hb% 46A,6C -advowson ,&d'vaUzn K6$ 3 -advowsons ,&d'vaUznz Kj$ 3 -adz &dz K7$ 1 -adze &dz K6$ 1 -adzes '&dzIz Kj$ 2 -aegis 'idZIs K7$ 2 -aegises 'idZIsIz Kj$ 3 -aeon 'i@n K6$ 2 -aeons 'i@nz Kj$ 2 -aerate 'e@reIt H2% 26A -aerated 'e@reItId Hc%,Hd% 36A -aerates 'e@reIts Ha% 26A -aerating 'e@reItIN Hb% 36A -aeration e@'reISn K6% 3 -aerations e@'reISnz Kj% 3 -aerial 'e@rI@l K6%,OA% 3 -aerials 'e@rI@lz Kj% 3 -aerie 'e@rI K6$ 2 -aeries 'e@rIz Kj$ 2 -aerobatics ,e@r@'b&tIks Lk% 4 -aerodrome 'e@r@dr@Um K6% 3 -aerodromes 'e@r@dr@Umz Kj% 3 -aerodynamic ,e@r@UdaI'n&mIk OA% 4 -aerodynamics ,e@r@UdaI'n&mIks Lk% 5 -aeronaut 'e@r@nOt K6% 3 -aeronautics ,e@r@'nOtIks Lk% 4 -aeronauts 'e@r@nOts Kj% 3 -aeroplane 'e@r@pleIn K6% 3 -aeroplanes 'e@r@pleInz Kj% 3 -aerosol 'e@r@s0l M6% 3 -aerosols 'e@r@s0lz Mj% 3 -aerospace 'e@r@UspeIs L@% 3 -aertex 'e@teks L@% 2 -aery 'e@rI K8$ 2 -aesthete 'isTit K6% 2 -aesthetes 'isTits Kj% 2 -aesthetic is'TetIk L@%,OA% 3 -aesthetical is'TetIkl OA% 4 -aesthetically is'TetIklI Pu% 4 -aesthetics is'TetIks Lk% 3 -aether 'iT@R L@$ 2 -aetiologies ,itI'0l@dZIz Kj% 5 -aetiology ,itI'0l@dZI K8% 5 -afar @'fAR Pu% 2 -affability ,&f@'bIlItI L@% 5 -affable '&f@bl OA% 3 -affably '&f@blI Pu% 3 -affair @'fe@R K6% 2 -affairs @'fe@z Kj% 2 -affect @'fekt H0% 26A,7A -affectation ,&fek'teISn M6% 4 -affectations ,&fek'teISnz Mj% 4 -affected @'fektId Hc%,Hd%,OA% 36A,7A -affecting @'fektIN Hb%,OA% 36A,7A -affectingly @'fektINlI Pu% 4 -affection @'fekSn M6% 3 -affectionate @'fekS@n@t OA% 4 -affectionately @'fekS@n@tlI Pu% 5 -affections @'fekSnz Mj% 3 -affects @'fekts Ha% 26A,7A -affiance @'faI@ns H2$ 36A -affianced @'faI@nst Hc$,Hd$ 36A -affiances @'faI@nsIz Ha$ 46A -affiancing @'faI@nsIN Hb$ 46A -affidavit ,&fI'deIvIt K6% 4 -affidavits ,&fI'deIvIts Kj% 4 -affiliate @'fIlIeIt J2% 42A,6A,14 -affiliated @'fIlIeItId Jc%,Jd% 52A,6A,14 -affiliates @'fIlIeIts Ja% 42A,6A,14 -affiliating @'fIlIeItIN Jb% 52A,6A,14 -affiliation @,fIlI'eISn M6% 5 -affiliations @,fIlI'eISnz Mj% 5 -affinities @'fInItIz Mj% 4 -affinity @'fInItI M8% 4 -affirm @'f3m J0% 22A,6A,9,14 -affirmation ,&f@'meISn M6% 4 -affirmations ,&f@'meISnz Mj% 4 -affirmative @'f3m@tIv K6%,OA% 4 -affirmatives @'f3m@tIvz Kj% 4 -affirmed @'f3md Jc%,Jd% 22A,6A,9,14 -affirming @'f3mIN Jb% 32A,6A,9,14 -affirms @'f3mz Ja% 22A,6A,9,14 -affix '&fIks K7% 2 -affix @'fIks H1% 26A,14 -affixed @'fIkst Hc%,Hd% 26A,14 -affixes '&fIksIz Kj% 3 -affixes @'fIksIz Ha% 36A,14 -affixing @'fIksIN Hb% 36A,14 -afflatus @'fleIt@s L@$ 3 -afflict @'flIkt H0% 26A,14 -afflicted @'flIktId Hc%,Hd% 36A,14 -afflicting @'flIktIN Hb% 36A,14 -affliction @'flIkSn M6% 3 -afflictions @'flIkSnz Mj% 3 -afflicts @'flIkts Ha% 26A,14 -affluence '&flU@ns L@% 3 -affluent '&flU@nt K6%,OA% 3 -affluents '&flU@nts Kj% 3 -afford @'fOd H0% 26A,7A,12A,13A -afforded @'fOdId Hc%,Hd% 36A,7A,12A,13A -affording @'fOdIN Hb% 36A,7A,12A,13A -affords @'fOdz Ha% 26A,7A,12A,13A -afforest @'f0rIst H0% 36A -afforestation @,f0rI'steISn K6% 5 -afforestations @,f0rI'steISnz Kj% 5 -afforested @'f0rIstId Hc%,Hd% 46A -afforesting @'f0rIstIN Hb% 46A -afforests @'f0rIsts Ha% 36A -affranchise @'fr&ntSaIz H2$ 36A -affranchised @'fr&ntSaIzd Hc$,Hd$ 36A -affranchises @'fr&ntSaIzIz Ha$ 46A -affranchising @'fr&ntSaIzIN Hb$ 46A -affray @'freI K6$ 2 -affrays @'freIz Kj$ 2 -affront @'frVnt H0$,K6% 26A -affronted @'frVntId Hc$,Hd% 36A -affronting @'frVntIN Hb$ 36A -affronts @'frVnts Ha$,Kj$ 26A -afield @'fild Pu% 2 -afire @'faI@R Op% 2 -aflame @'fleIm Op% 2 -afloat @'fl@Ut Op% 2 -afoot @'fUt Op% 2 -afore @'fOR Pu%,T-% 2 -aforesaid @'fOsed OA%,Qx% 3 -aforethought @'fOTOt Pu% 3 -afoul @'faUl Pu$ 2 -afraid @'freId Op% 2 -afresh @'freS Pu% 2 -aft Aft Pu% 1 -after 'Aft@R OA%,Pu*,T-*,V-* 2 -after- 'Aft@R- U-% 2 -aftercare 'Aft@ke@R L@% 3 -afterdamp 'Aft@d&mp L@$ 3 -aftereffect 'Aft@rIfekt K6% 4 -aftereffects 'Aft@rIfekts Kj% 4 -afterglow 'Aft@gl@U Ki% 3 -aftermath 'Aft@m&T Ki% 3 -afternoon ,Aft@'nun M6% 3 -afternoons ,Aft@'nunz Mj% 3 -afters 'Aft@z Kj% 2 -afterthought 'Aft@TOt M6% 3 -afterthoughts 'Aft@TOts Mj% 3 -afterwards 'Aft@w@dz Pu% 3 -again @'gen Pu* 2 -against @'genst T-* 2 -agape @'geIp Op% 2 -agar-agar ,eIgAr-'eIgAR L@$ 4 -agate '&g@t K6$ 2 -agates '&g@ts Kj$ 2 -agave @'geIvI K6$ 3 -agaves @'geIvIz Kj$ 3 -age eIdZ J2%,M6* 12A,6A -age-bracket 'eIdZ-br&kIt K6$ 3 -age-brackets 'eIdZ-br&kIts Kj$ 3 -age-group 'eIdZ-grup K6% 2 -age-groups 'eIdZ-grups Kj% 2 -age-long 'eIdZ-l0N OA$ 2 -age-old 'eIdZ-@Uld OA% 2 -aged 'eIdZId Oq% 2 -aged eIdZd Jc%,Jd%,Op% 12A,6A -ageing 'eIdZIN Jb%,L@% 22A,6A -ageless 'eIdZl@s OA% 2 -agencies 'eIdZ@nsIz Mj% 3 -agency 'eIdZ@nsI M8% 3 -agenda @'dZend@ K6% 3 -agendas @'dZend@z Kj% 3 -agent 'eIdZ@nt K6% 2 -agent provocateur ,&Z0n pr@,v0k@'t3R Ki$ 6 -agents 'eIdZ@nts Kj% 2 -agents provocateurs ,&Z0n pr@,v0k@'t3R Kj$ 6 -ages 'eIdZIz Ja%,Mj% 22A,6A -agglomerate @'gl0m@r@t OA$ 4 -agglomerate @'gl0m@reIt J2$ 42A,6A -agglomerated @'gl0m@reItId Jc$,Jd$ 52A,6A -agglomerates @'gl0m@reIts Ja$ 42A,6A -agglomerating @'gl0m@reItIN Jb$ 52A,6A -agglomeration @,gl0m@'reISn M6$ 5 -agglomerations @,gl0m@'reISnz Mj$ 5 -agglutinate @'glutIneIt H2$ 42A,6A -agglutinated @'glutIneItId Hc$,Hd$ 52A,6A -agglutinates @'glutIneIts Ha$ 42A,6A -agglutinating @'glutIneItIN Hb$ 52A,6A -agglutinative @'glutIn@tIv OA$ 5 -aggrandize @'gr&ndaIz H2$ 36A -aggrandized @'gr&ndaIzd Hc$,Hd$ 36A -aggrandizement @'gr&ndIzm@nt K6$ 4 -aggrandizements @'gr&ndIzm@nts Kj$ 4 -aggrandizes @'gr&ndaIzIz Ha$ 46A -aggrandizing @'gr&ndaIzIN Hb$ 46A -aggravate '&gr@veIt H2% 36A -aggravated '&gr@veItId Hc%,Hd% 46A -aggravates '&gr@veIts Ha% 36A -aggravating '&gr@veItIN Hb% 46A -aggravation ,&gr@'veISn M6% 4 -aggravations ,&gr@'veISnz Mj% 4 -aggregate '&grIg@t K6% 3 -aggregate '&grIgeIt J2$ 32A,2E,6A -aggregated '&grIgeItId Jc$,Jd% 42A,2E,6A -aggregates '&grIg@ts Kj$ 3 -aggregates '&grIgeIts Ja$ 32A,2E,6A -aggregating '&grIgeItIN Jb$ 42A,2E,6A -aggregation ,&grI'geISn M6$ 4 -aggregations ,&grI'geISnz Mj$ 4 -aggression @'greSn M6% 3 -aggressions @'greSnz Mj$ 3 -aggressive @'gresIv OA% 3 -aggressively @'gresIvlI Pu% 4 -aggressiveness @'gresIvn@s L@% 4 -aggressor @'gres@R K6% 3 -aggressors @'gres@z Kj% 3 -aggrieve @'griv H2$ 2 -aggrieved @'grivd Hc$,Hd% 2 -aggrieves @'grivz Ha$ 2 -aggrieving @'grivIN Hb$ 3 -aggro '&gr@U L@% 2 -aghast @'gAst Op% 2 -agile '&dZaIl OA% 2 -agilely '&dZaIlI Pu% 3 -agility @'dZIlItI L@% 4 -agin @'gIn T-$ 2 -aging 'eIdZIN Jb%,L@% 22A,6A -agitate '&dZIteIt J2% 33A,6A -agitated '&dZIteItId Jc%,Jd%,OA% 43A,6A -agitates '&dZIteIts Ja% 33A,6A -agitating '&dZIteItIN Jb%,OA% 43A,6A -agitation ,&dZI'teISn M6% 4 -agitations ,&dZI'teISnz Mj% 4 -agitator '&dZIteIt@R K6% 4 -agitators '&dZIteIt@z Kj% 4 -aglow @'gl@U Op% 2 -agnail '&gneIl L@$ 2 -agnostic &g'n0stIk K6%,OA% 3 -agnosticism &g'n0stIsIz@m L@% 5 -agnostics &g'n0stIks Kj% 3 -ago @'g@U Pu* 2 -agog @'g0g Op% 2 -agonies '&g@nIz Mj% 3 -agonized '&g@naIzd OA% 3 -agonizing '&g@naIzIN OA% 4 -agonizingly '&g@naIzINlI Pu% 5 -agony '&g@nI M8% 3 -agora '&g@r@ K6$ 3 -agoraphobia ,&g@r@'f@UbI@ L@% 6 -agoras '&g@r@z Kj$ 3 -agrarian @'gre@rI@n OA$ 4 -agree @'gri J5% 22A,2C,3A,3B,4C,6A,7A -agreeable @'gri@bl OA% 4 -agreeably @'gri@blI Pu% 4 -agreed @'grid Jc%,Jd% 22A,2C,3A,3B,4C,6A,7A -agreeing @'griIN Jb% 32A,2C,3A,3B,4C,6A,7A -agreement @'grim@nt M6% 3 -agreements @'grim@nts Mj% 3 -agrees @'griz Ja% 22A,2C,3A,3B,4C,6A,7A -agricultural ,&grI'kVltS@r@l OA% 5 -agriculture '&grIkVltS@R L@% 4 -aground @'graUnd Op%,Pu% 2 -ague 'eIgju K6$ 2 -agues 'eIgjuz Kj$ 2 -ah A W-% 1 -aha A'hA W-% 2 -ahead @'hed Pu% 2 -ahem @'h@m W-% 2 -ahoy @'hoI W-% 2 -aid eId H0%,M6% 16A,14,17 -aide-de-camp ,eId-d@-'k0m Ki% 3 -aide-m_emoire ,eId-,mem'wAR K6% 3 -aide-m_emoires ,eId-,mem'wAz Kj% 3 -aided 'eIdId Hc%,Hd% 26A,14,17 -aides-de-camp ,eId-d@-'k0m Kj% 3 -aiding 'eIdIN Hb% 26A,14,17 -aids eIdz Ha%,Mj% 16A,14,17 -aigret 'eIgret K6$ 2 -aigrets 'eIgrets Kj$ 2 -aigrette 'eIgret K6$ 2 -aigrettes 'eIgrets Kj$ 2 -ail eIl J0% 12A,2B,6A -ailed eIld Jc$,Jd$ 12A,2B,6A -aileron 'eIl@r0n K6$ 3 -ailerons 'eIl@r0nz Kj$ 3 -ailing 'eIlIN Jb% 22A,2B,6A -ailment 'eIlm@nt K6% 2 -ailments 'eIlm@nts Kj% 2 -ails eIlz Ja% 12A,2B,6A -aim eIm J0%,M6% 12A,3A,4A,6A,14 -aimed eImd Jc%,Jd% 12A,3A,4A,6A,14 -aiming 'eImIN Jb% 22A,3A,4A,6A,14 -aimless 'eIml@s OA% 2 -aimlessly 'eIml@slI Pu% 3 -aims eImz Ja%,Mj% 12A,3A,4A,6A,14 -ain't eInt Gg% 1 -air e@R H0%,M6* 16A -air-bladder 'e@-bl&d@R K6% 3 -air-bladders 'e@-bl&d@z Kj% 3 -air-conditioned 'e@-k@n,dISnd OA% 4 -air-conditioning 'e@-k@ndISnIN L@% 5 -air-cooled 'e@-kuld OA% 2 -air-minded e@-'maIndId OA$ 3 -air-pump 'e@-pVmp K6% 2 -air-pumps 'e@-pVmps Kj% 2 -air-raid 'e@-reId K6% 2 -air-raids 'e@-reIdz Kj% 2 -air-shaft 'e@-SAft K6% 2 -air-shafts 'e@-SAfts Kj% 2 -air-sick 'e@-sIk OA% 2 -air-sickness 'e@-sIkn@s L@% 3 -air-to-air ,e@-tU-'e@R OA% 3 -air-to-ground ,e@-tU-'graUnd OA% 3 -airbed 'e@bed K6% 2 -airbeds 'e@bedz Kj% 2 -airborne 'e@bOn OA% 2 -airbrake 'e@breIk K6% 2 -airbrakes 'e@breIks Kj% 2 -aircraft 'e@krAft K9% 2 -aircraftman 'e@kr&ftm@n Ki$ 3 -aircraftmen 'e@kr&ftm@n Kj$ 3 -aircrew 'e@kru K6% 2 -aircrews 'e@kruz Kj% 2 -airdrome 'e@dr@Um K6$ 2 -airdromes 'e@dr@Umz Kj$ 2 -aired e@d Hc%,Hd% 16A -airfield 'e@fild K6% 2 -airfields 'e@fildz Kj% 2 -airflow 'e@fl@U K6% 2 -airflows 'e@fl@Uz Kj$ 2 -airframe 'e@freIm K6$ 2 -airframes 'e@freImz Kj$ 2 -airily 'e@r@lI Pu% 3 -airing 'e@rIN Hb%,K6% 26A -airing-cupboard 'e@rIN-,kVb@d K6% 4 -airing-cupboards 'e@rIN-,kVb@dz Kj% 4 -airings 'e@rINz Kj% 2 -airless 'e@lIs OA% 2 -airline 'e@laIn K6% 2 -airliner 'e@laIn@R K6% 3 -airliners 'e@laIn@z Kj% 3 -airlines 'e@laInz Kj% 2 -airmail 'e@meIl L@% 2 -airman 'e@m@n Ki% 2 -airmen 'e@m@n Kj% 2 -airplane 'e@pleIn K6% 2 -airplanes 'e@pleInz Kj% 2 -airport 'e@pOt K6% 2 -airports 'e@pOts Kj% 2 -airs e@z Ha%,Mj% 16A -airscrew 'e@skru K6$ 2 -airscrews 'e@skruz Kj$ 2 -airship 'e@SIp K6% 2 -airships 'e@SIps Kj% 2 -airstrip 'e@strIp K6% 2 -airstrips 'e@strIps Kj% 2 -airtight 'e@taIt OA% 2 -airway 'e@weI K6% 2 -airways 'e@weIz Kj% 2 -airwoman 'e@wUm@n Ki$ 3 -airwomen 'e@wImIn Kj$ 3 -airworthiness 'e@w3DIn@s L@% 4 -airworthy 'e@w3DI OA% 3 -airy 'e@rI OA% 2 -aisle aIl K6% 1 -aisles aIlz Kj% 1 -aitch eItS K7% 1 -aitch-bone 'eItS-b@Un K6% 2 -aitch-bones 'eItS-b@Unz Kj$ 2 -aitches 'eItSIz Kj% 2 -ajar @'dZAR Op% 2 -akimbo @'kImb@U Pu% 3 -akin @'kIn Op% 2 -alabaster '&l@bAst@R L@%,OA% 4 -alack @'l&k W-$ 2 -alacrity @'l&krItI L@% 4 -alarm @'lAm H0%,M6% 26A -alarm-clock @'lAm-kl0k K6% 3 -alarm-clocks @'lAm-kl0ks Kj% 3 -alarmed @'lAmd Hc%,Hd% 26A -alarming @'lAmIN Hb%,OA% 36A -alarmingly @'lAmINlI Pu% 4 -alarmist @'lAmIst K6% 3 -alarmists @'lAmIsts Kj% 3 -alarms @'lAmz Ha%,Mj% 26A -alas @'l&s W-% 2 -alb &lb K6$ 1 -albatross '&lb@tr0s K7% 3 -albatrosses '&lb@tr0sIz Kj% 4 -albeit ,Ol'biIt V-% 3 -albino &l'bin@U K6% 3 -albinos &l'bin@Uz Kj% 3 -albs &lbz Kj$ 1 -album '&lb@m K6% 2 -albumen '&lbjUm@n L@% 3 -albums '&lb@mz Kj% 2 -alchemist '&lkImIst K6% 3 -alchemists '&lkImIsts Kj% 3 -alchemy '&lkImI L@% 3 -alcohol '&lk@h0l M6% 3 -alcoholic ,&lk@'h0lIk K6%,OA% 4 -alcoholics ,&lk@'h0lIks Kj% 4 -alcoholism '&lk@h0lIz@m L@% 5 -alcohols '&lk@h0lz Mj% 3 -alcove '&lk@Uv K6% 2 -alcoves '&lk@Uvz Kj% 2 -alder 'Old@R K6% 2 -alderman 'Old@m@n Ki% 3 -aldermanic ,Old@'m&nIk OA$ 4 -aldermen 'Old@m@n Kj% 3 -alders 'Old@z Kj% 2 -ale eIl M6% 1 -ale-house 'eIl-haUs K6% 2 -ale-houses 'eIl-haUzIz Kj% 3 -alee @'li Op$,Pu$ 2 -alert @'l3t H0%,K6%,OA% 26A -alerted @'l3tId Hc%,Hd% 36A -alerting @'l3tIN Hb% 36A -alertly @'l3tlI Pu% 3 -alertness @'l3tn@s L@% 3 -alerts @'l3ts Ha%,Kj% 26A -ales eIlz Mj% 1 -alexandrine ,&lIg'z&ndraIn K6$ 4 -alexandrines ,&lIg'z&ndraInz Kj$ 4 -alexia @'leksI@ L@$ 4 -alexic @'leksIk K6$,OA$ 3 -alexics @'leksIks Kj$ 3 -alfalfa &l'f&lf@ L@$ 3 -alfresco ,&l'fresk@U OA%,Pu% 3 -alga '&lg@ Ki$ 2 -algae '&ldZi Kj% 2 -algebra '&ldZIbr@ M6% 3 -algebraic ,&ldZI'breIIk OA% 4 -algebraical ,&ldZ@'breIkl OA$ 4 -algebraically ,&ldZ@'breIklI Pu% 4 -algebras '&ldZIbr@z Mj% 3 -alias 'eIlI@s K7%,Pu% 3 -aliases 'eIlI@sIz Kj% 4 -alibi '&lIbaI K6% 3 -alibis '&lIbaIz Kj% 3 -alien 'eIlI@n K6%,OA% 3 -alienate 'eIlI@neIt H2% 46A,14 -alienated 'eIlI@neItId Hc%,Hd% 56A,14 -alienates 'eIlI@neIts Ha% 46A,14 -alienating 'eIlI@neItIN Hb% 56A,14 -alienation ,eIlI@'neISn L@% 5 -alienist 'eIlI@nIst K6$ 4 -alienists 'eIlI@nIsts Kj$ 4 -aliens 'eIlI@nz Kj% 3 -alight @'laIt I0%,Op% 22A,3A -alighted @'laItId Ic%,Id% 32A,3A -alighting @'laItIN Ib% 32A,3A -alights @'laIts Ia% 22A,3A -align @'laIn J0% 22A,3A,6A,14 -aligned @'laInd Jc%,Jd% 22A,3A,6A,14 -aligning @'laInIN Jb% 32A,3A,6A,14 -alignment @'laInm@nt M6% 3 -alignments @'laInm@nts Mj% 3 -aligns @'laInz Ja% 22A,3A,6A,14 -alike @'laIk Op%,Pu% 2 -alimentary ,&lI'ment@rI OA% 5 -alimony '&lIm@nI L@% 4 -alive @'laIv Op% 2 -alkali '&lk@laI M6% 3 -alkaline '&lk@laIn OA% 3 -alkalis '&lk@laIz Mj% 3 -all Ol Ki%,OA*,Pu*,Qx*,U-% 1 -all-mains 'Al-meInz Oq$ 2 -all-round 'Ol-raUnd OA% 2 -all-rounder Ol-'raUnd@R K6% 3 -all-rounders Ol-'raUnd@z Kj% 3 -allay @'leI H0% 26A -allayed @'leId Hc%,Hd% 26A -allaying @'leIIN Hb% 36A -allays @'leIz Ha% 26A -allegation ,&lI'geISn M6% 4 -allegations ,&lI'geISnz Mj% 4 -allege @'ledZ H2% 26A,9 -alleged @'ledZd Hc%,Hd% 26A,9 -allegedly @'ledZIdlI Pu% 4 -alleges @'ledZIz Ha% 36A,9 -allegiance @'lidZ@ns L@% 3 -alleging @'ledZIN Hb% 36A,9 -allegoric ,&lI'g0rIk OA$ 4 -allegorical ,&lI'g0rIk@l OA% 5 -allegories '&lIg@rIz Kj% 4 -allegory '&lIg@rI K8% 4 -allegretto ,&lI'gret@U K6%,OA%,Pu% 4 -allegrettos ,&lI'gret@Uz Kj$ 4 -allegro @'leIgr@U K6%,OA%,Pu% 3 -allegros @'leIgr@Uz Kj% 3 -alleluia ,&lI'luj@ W-% 4 -allergen '&l@dZen K6$ 3 -allergens '&l@dZenz Kj$ 3 -allergic @'l3dZIk OA% 3 -allergies '&l@dZIz Kj% 3 -allergy '&l@dZI K8% 3 -alleviate @'livIeIt H2% 46A -alleviated @'livIeItId Hc%,Hd% 56A -alleviates @'livIeIts Ha% 46A -alleviating @'livIeItIN Hb% 56A -alleviation @,livI'eISn K6% 5 -alleviations @,livI'eISnz Kj$ 5 -alley '&lI K6% 2 -alleys '&lIz Kj% 2 -alleyway '&lIweI K6% 3 -alleyways '&lIweIz Kj% 3 -alliance @'laI@ns M6% 3 -alliances @'laI@nsIz Mj% 4 -allied @'laId Hc%,Hd% 214 -allies '&laIz Kj% 2 -allies @'laIz Ha% 214 -alligator '&lIgeIt@R K6% 4 -alligators '&lIgeIt@z Kj% 4 -alliteration @,lIt@'reISn L@% 5 -alliterative @'lItr@tIv OA% 4 -alliteratively @'lItr@tIvlI Pu% 5 -allocate '&l@keIt H2% 36A,14 -allocated '&l@keItId Hc%,Hd% 46A,14 -allocates '&l@keIts Ha% 36A,14 -allocating '&l@keItIN Hb% 46A,14 -allocation ,&l@'keISn M6% 4 -allocations ,&l@'keISnz Mj% 4 -allot @'l0t H4% 26A,12A,13A,14 -allotment @'l0tm@nt M6% 3 -allotments @'l0tm@nts Mj% 3 -allots @'l0ts Ha% 26A,12A,13A,14 -allotted @'l0tId Hc%,Hd% 36A,12A,13A,14 -allotting @'l0tIN Hb% 36A,12A,13A,14 -allow @'laU J0% 23A,6A,6C,9,12A,13A,14,15B,17,25 -allowable @'l@U@bl OA% 4 -allowance @'laU@ns K6% 3 -allowances @'laU@nsIz Kj% 4 -allowed @'laUd Jc%,Jd% 23A,6A,6C,9,12A,13A,14,15B,17,25 -allowing @'laUIN Jb% 33A,6A,6C,9,12A,13A,14,15B,17,25 -allows @'laUz Ja% 23A,6A,6C,9,12A,13A,14,15B,17,25 -alloy '&loI M6% 2 -alloy @'loI H0% 26A -alloyed @'loId Hc%,Hd% 26A -alloying @'loIIN Hb% 36A -alloys '&loIz Mj% 2 -alloys @'loIz Ha% 26A -allspice 'OlspaIs L@% 2 -allude @'lud I2% 23A -alluded @'ludId Ic%,Id% 33A -alludes @'ludz Ia% 23A -alluding @'ludIN Ib% 33A -allure @'lU@R H2%,M6% 26A,14,17 -allured @'lU@d Hc%,Hd% 26A,14,17 -allurement @'lU@m@nt M6% 3 -allurements @'lU@m@nts Mj$ 3 -allures @'lU@z Ha%,Mj% 26A,14,17 -alluring @'lU@rIN Hb%,OA% 36A,14,17 -allusion @'luZn K6% 3 -allusions @'luZnz Kj% 3 -allusive @'lusIv OA$ 3 -alluvial @'luvI@l OA% 4 -ally '&laI K8% 2 -ally @'laI H3% 214 -allying @'laIIN Hb% 314 -almanac 'Olm@n&k K6% 3 -almanacs 'Olm@n&ks Kj% 3 -almighty Ol'maItI Ki%,OA% 3 -almond 'Am@nd K6% 2 -almond-eyed ,Am@nd-'aId OA% 3 -almonds 'Am@ndz Kj% 2 -almoner 'Am@n@R K6% 3 -almoners 'Am@n@z Kj% 3 -almost 'Olm@Ust Pu* 2 -alms Amz Kj% 1 -alms-box 'Amz-b0ks K7% 2 -alms-boxes 'Amz-b0ksIz Kj% 3 -alms-giving 'Amz-gIvIN L@% 3 -alms-house 'Amz-haUs K6% 2 -alms-houses 'Amz-haUzIz Kj% 3 -aloe '&l@U K6% 2 -aloes '&l@Uz Kj% 2 -aloft @'l0ft Pu% 2 -alone @'l@Un Op*,Pu* 2 -along @'l0N Pu*,T-* 2 -alongside @,l0N'saId Pu%,T-% 3 -aloof @'luf OA%,Pu% 2 -aloofness @'lufn@s L@% 3 -aloud @'laUd Pu% 2 -alp &lp K6% 1 -alpaca &l'p&k@ M6% 3 -alpacas &l'p&k@z Mj$ 3 -alpenstock '&lp@nst0k K6% 3 -alpenstocks '&lp@nst0ks Kj% 3 -alpha '&lf@ K6% 2 -alphabet '&lf@bet K6% 3 -alphabetical ,&lf@'betIkl OA% 5 -alphabetically ,&lf@'betIklI Pu% 5 -alphabets '&lf@bets Kj% 3 -alphas '&lf@z Kj$ 2 -alpine '&lpaIn OA% 2 -alpinist '&lpInIst K6% 3 -alpinists '&lpInIsts Kj% 3 -alps &lps Kj% 1 -already Ol'redI Pu* 3 -alright Ol'raIt OA%,Pu% 2 -alsatian &l'seISn K6% 3 -alsatians &l'seISnz Kj% 3 -also 'Ols@U Pu* 2 -also-ran 'Ols@U-r&n K6% 3 -also-rans 'Ols@U-r&nz Kj% 3 -altar 'Olt@R K6% 2 -altar-piece 'Olt@-pis K6% 3 -altar-pieces 'Olt@-pisIz Kj$ 4 -altars 'Olt@z Kj% 2 -alter 'Olt@R J0% 22A,6A -alter ego ,<@r 'eg@U K6% 4 -alter egos ,<@r 'eg@Uz Kj% 4 -alterable '0lt@r@bl OA% 4 -alteration ,Olt@'reISn M6% 4 -alterations ,Olt@'reISnz Mj% 4 -altercation ,Olt@'keISn M6% 4 -altercations ,Olt@'keISnz Mj% 4 -altered 'Olt@d Jc%,Jd% 22A,6A -altering 'Olt@rIN Jb% 32A,6A -alternate 'Olt@neIt J2% 33A,6A,14 -alternate Ol't3n@t OA% 3 -alternated 'Olt@neItId Jc%,Jd% 43A,6A,14 -alternately Ol't3n@tlI Pu% 4 -alternates 'Olt@neIts Ja% 33A,6A,14 -alternating 'Olt@neItIN Jb% 43A,6A,14 -alternation ,Olt@'neISn K6% 4 -alternations ,Olt@'neISnz Kj$ 4 -alternative Ol't3n@tIv K6%,OA% 4 -alternatively Ol't3n@tIvlI Pu% 5 -alternatives Ol't3n@tIvz Kj% 4 -alters 'Olt@z Ja% 22A,6A -although Ol'D@U V-% 2 -altimeter '<Imit@R K6% 4 -altimeters '<Imit@z Kj% 4 -altitude '<Itjud K6% 3 -altitudes '<Itjudz Kj% 3 -alto '<@U K6% 2 -altogether ,Olt@'geD@R Pu% 4 -altos '<@Uz Kj% 2 -altruism '<ruIz@m M6% 4 -altruisms '<ruIz@mz Mj$ 4 -altruist '<ruIst K6% 3 -altruistic ,<ru'IstIk OA% 4 -altruistically ,<ru'IstIklI Pu% 5 -altruists '<ruIsts Kj$ 3 -alum '&l@m L@$ 2 -aluminium ,&ljU'mInI@m L@% 5 -alumna @'lVmn@ Ki$ 3 -alumnae @'lVmni Kj$ 3 -alumni @'lVmnaI Kj% 3 -alumnus @'lVmn@s Ki% 3 -alveolar &l'vI@l@R K6$,OA$ 4 -alveolars &l'vI@l@z Kj$ 4 -always 'OlweIz Pu* 2 -am &m Ge*,Ie% 11 -am ,eI'em Y~% 2 -amah 'Am@ K6$ 2 -amahs 'Am@z Kj$ 2 -amain @'meIn Pu$ 2 -amalgam @'m&lg@m K6% 3 -amalgamate @'m&lg@meIt J2% 42A,6A -amalgamated @'m&lg@meItId Jc%,Jd% 52A,6A -amalgamates @'m&lg@meIts Ja% 42A,6A -amalgamating @'m&lg@meItIN Jb% 52A,6A -amalgamation @,m&lg@'meISn M6% 5 -amalgamations @,m&lg@'meISnz Mj% 5 -amalgams @'m&lg@mz Kj% 3 -amanuenses @,m&njU'ensiz Kj$ 5 -amanuensis @,m&njU'ensIs Ki$ 5 -amaryllis ,&m@'rIlIs K7$ 4 -amaryllises ,&m@'rIlIsIz Kj$ 5 -amass @'m&s H1% 26A -amassed @'m&st Hc%,Hd% 26A -amasses @'m&sIz Ha% 36A -amassing @'m&sIN Hb% 36A -amateur '&m@t@R K6% 3 -amateurish '&m@t@rIS OA% 4 -amateurism '&m@t@rIz@m L@% 5 -amateurs '&m@t@z Kj% 3 -amatory '&m@t@rI OA% 4 -amaze @'meIz H2% 26A -amazed @'meIzd Hc%,Hd% 26A -amazement @'meIzm@nt L@% 3 -amazes @'meIzIz Ha% 36A -amazing @'meIzIN Hb%,OA% 36A -amazingly @'meIzINlI Pu% 4 -ambassador &m'b&s@d@R K6% 4 -ambassadorial &m,b&s@'dOrI@l OA% 6 -ambassadors &m'b&s@d@z Kj% 4 -ambassadress &m'b&s@drIs K7% 4 -ambassadresses &m'b&s@drIsIz Kj$ 5 -amber '&mb@R L@% 2 -ambergris '&mb@gris L@$ 3 -ambidextrous ,&mbI'dekstr@s OA% 4 -ambience '&mbI@ns Ki% 3 -ambient '&mbI@nt OA% 3 -ambiguities ,&mbI'gjuItIz Mj% 5 -ambiguity ,&mbI'gjuItI M8% 5 -ambiguous &m'bIgjU@s OA% 4 -ambiguously &m'bIgjU@slI Pu% 5 -ambit '&mbIt K6% 2 -ambition &m'bISn M6% 3 -ambitions &m'bISnz Mj% 3 -ambitious &m'bIS@s OA% 3 -ambitiously &m'bIS@slI Pu% 4 -ambits '&mbIts Kj$ 2 -ambivalence &m'bIv@l@ns L@% 4 -ambivalent &m'bIv@l@nt OA% 4 -amble '&mbl I2%,K6% 22A,2C -ambled '&mbld Ic%,Id% 22A,2C -ambles '&mblz Ia%,Kj% 22A,2C -ambling '&mblIN Ib% 22A,2C -ambrosia &m'br@UzI@ L@% 4 -ambulance '&mbjUl@ns K6% 3 -ambulances '&mbjUl@nsIz Kj% 4 -ambuscade ,&mb@'skeId H2$,K6$ 3 -ambuscaded ,&mb@'skeIdId Hc$,Hd$ 4 -ambuscades ,&mb@'skeIdz Ha$,Kj$ 3 -ambuscading ,&mb@'skeIdIN Hb$ 4 -ambush '&mbUS H1%,M7% 26A -ambushed '&mbUSt Hc%,Hd% 26A -ambushes '&mbUSIz Ha%,Mj% 36A -ambushing '&mbUSIN Hb% 36A -ameba @'mib@ K6$ 3 -amebas @'mib@z Kj$ 3 -ameer @'mI@R K6$ 2 -ameers @'mI@z Kj$ 2 -ameliorate @'milI@reIt J2% 42A,6A -ameliorated @'milI@reItId Jc%,Jd% 52A,6A -ameliorates @'milI@reIts Ja% 42A,6A -ameliorating @'milI@reItIN Jb% 52A,6A -amelioration @,milI@'reISn K6% 5 -ameliorations @,milI@'reISnz Kj$ 5 -amen A'men W-% 2 -amenable @'min@bl OA% 4 -amend @'mend J0% 22A,6A -amendable @'mend@bl OA$ 4 -amended @'mendId Jc%,Jd% 32A,6A -amending @'mendIN Jb% 32A,6A -amendment @'mendm@nt M6% 3 -amendments @'mendm@nts Mj% 3 -amends @'mendz Ja%,Kj% 22A,6A -amenities @'minItIz Kj% 4 -amenity @'minItI K8% 4 -amethyst '&mITIst K6% 3 -amethysts '&mITIsts Kj% 3 -amiability ,eImI@'bIlItI L@% 6 -amiable 'eImI@bl OA% 4 -amiably 'eImI@blI Pu% 4 -amicability ,&mIk@'bIlItI L@$ 6 -amicable '&mIk@bl OA% 4 -amicably '&mIk@blI Pu% 4 -amid @'mId T-% 2 -amidships @'mIdSIps Pu% 3 -amidst @'mIdst T-% 2 -amir @'mI@R K6$ 2 -amirs @'mI@z Kj$ 2 -amiss @'mIs Op%,Pu% 2 -amity '&mItI L@$ 3 -ammeter '&mIt@R K6$ 3 -ammeters '&mIt@z Kj$ 3 -ammonia @'m@UnI@ L@% 4 -ammoniated @'m@UnIeItId OA$ 5 -ammonite '&m@naIt K6% 3 -ammonites '&m@naIts Kj% 3 -ammunition ,&mjU'nISn L@% 4 -amnesia &m'nizI@ L@% 4 -amnesties '&mn@stIz Kj% 3 -amnesty '&mn@stI K8% 3 -amoeba @'mib@ K6% 3 -amoebae @'mibi Kj% 3 -amoebas @'mib@z Kj% 3 -amoebic @'mibIk OA% 3 -amok @'m0k Pu% 2 -among @'mVN T-* 2 -amongst @'mVNst T-% 2 -amoral ,eI'm0r@l OA% 3 -amorous '&m@r@s OA% 3 -amorously '&m@r@slI Pu% 4 -amorphous @'mOf@s OA% 3 -amortization @,mOtI'zeISn K6$ 5 -amortizations @,mOtI'zeISnz Kj$ 5 -amortize @'mOtaIz H2$ 36A -amortized @'mOtaIzd Hc$,Hd$ 36A -amortizes @'mOtaIzIz Ha$ 46A -amortizing @'mOtaIzIN Hb$ 46A -amount @'maUnt I0%,K6% 23A -amounted @'maUntId Ic%,Id% 33A -amounting @'maUntIN Ib% 33A -amounts @'maUnts Ia%,Kj% 23A -amour @'mU@R K6% 2 -amour-propre ,&mU@-'pr0pr@ L@% 4 -amours @'mU@z Kj% 2 -amp &mp K6% 1 -ampere '&mpe@R K6% 2 -amperes '&mpe@z Kj% 2 -amphetamine &m'fet@min M6% 4 -amphetamines &m'fet@minz Mj% 4 -amphibian &m'fIbI@n K6% 4 -amphibians &m'fIbI@nz Kj% 4 -amphibious &m'fIbI@s OA% 4 -amphitheatre '&mfITI@t@R K6% 4 -amphitheatres '&mfITI@t@z Kj% 4 -amphora '&mf@r@ K6$ 3 -amphorae '&mf@ri Kj$ 3 -amphoras '&mf@r@z Kj$ 3 -ample '&mpl OB% 2 -ampler '&mpl@R Or% 2 -amplest '&mplIst Os% 2 -amplification ,&mplIfI'keISn K6% 5 -amplifications ,&mplIfI'keISnz Kj% 5 -amplified '&mplIfaId Hc%,Hd% 36A -amplifier '&mplIfaI@R K6% 4 -amplifiers '&mplIfaI@z Kj% 4 -amplifies '&mplIfaIz Ha% 36A -amplify '&mplIfaI H3% 36A -amplifying '&mplIfaIIN Hb% 46A -amplitude '&mplItjud L@% 3 -amply '&mplI Pu% 2 -ampoule '&mpul K6$ 2 -ampoules '&mpulz Kj$ 2 -amps &mps Kj% 1 -amputate '&mpjUteIt H2% 36A -amputated '&mpjUteItId Hc%,Hd% 46A -amputates '&mpjUteIts Ha% 36A -amputating '&mpjUteItIN Hb% 46A -amputation ,&mpjU'teISn K6% 4 -amputations ,&mpjU'teISnz Kj% 4 -amuck @'mVk Pu% 2 -amulet '&mjUlIt K6% 3 -amulets '&mjUlIts Kj% 3 -amuse @'mjuz H2% 26A -amused @'mjuzd Hc%,Hd% 26A -amusement @'mjuzm@nt M6% 3 -amusements @'mjuzm@nts Mj% 3 -amuses @'mjuzIz Ha% 36A -amusing @'mjuzIN Hb%,OA% 36A -amusingly @'mjuzINlI Pu% 4 -an &n V-% 1 -an @n S-* 1 -anachronism @'n&kr@nIz@m K6% 5 -anachronisms @'n&kr@nIz@mz Kj% 5 -anachronistic @,n&kr@'nIstIk OA% 5 -anaconda ,&n@'k0nd@ K6% 4 -anacondas ,&n@'k0nd@z Kj% 4 -anaemia @'nimI@ L@% 4 -anaemic @'nimIk OA% 3 -anaesthesia ,&nIs'TizI@ L@% 5 -anaesthetic ,&nIs'TetIk K6%,OA% 4 -anaesthetics ,&nIs'TetIks Kj% 4 -anaesthetist @'nisT@tIst K6% 4 -anaesthetists @'nisT@tIsts Kj% 4 -anaesthetize @n'isT@taIz H2% 46A -anaesthetized @n'isT@taIzd Hc%,Hd% 46A -anaesthetizes @n'isT@taIzIz Ha% 56A -anaesthetizing @n'isT@taIzIN Hb% 56A -anagram '&n@gr&m K6% 3 -anagrams '&n@gr&mz Kj% 3 -anal 'eInl OA% 2 -analecta ,&n@'lekt@ Kj$ 4 -analects '&n@lekts Kj$ 3 -analgesia ,&n&l'dZizI@ L@% 5 -analgesic ,&n&l'dZizIk K6% 4 -analgesics ,&n&l'dZizIks Kj% 4 -analog '&n@l0g K6$ 3 -analogies @'n&l@dZIz Mj% 4 -analogous @'n&l@g@s OA% 4 -analogously @'n&l@g@slI Pu% 5 -analogs '&n@l0gz Kj$ 3 -analogue '&n@l0g K6% 3 -analogues '&n@l0gz Kj% 3 -analogy @'n&l@dZI M8% 4 -analyse '&n@laIz H2% 36A -analysed '&n@laIzd Hc%,Hd% 36A -analyses '&n@laIzIz Ha% 46A -analyses @'n&l@siz Kj% 4 -analysing '&n@laIzIN Hb% 46A -analysis @'n&l@sIs Mi% 4 -analyst '&n@lIst K6% 3 -analysts '&n@lIsts Kj% 3 -analytic ,&n@'lItIk OA% 4 -analytical ,&n@'lItIkl OA% 5 -analytically ,&n@'lItIklI Pu% 5 -analyze '&n@laIz H2% 36A -analyzed '&n@laIzd Hc%,Hd% 36A -analyzes '&n@laIzIz Ha% 46A -analyzing '&n@laIzIN Hb% 46A -anapaest '&n@pist K6$ 3 -anapaestic ,&n@'pistIk OA$ 4 -anapaests '&n@pists Kj$ 3 -anarchic @'nAkIk OA% 3 -anarchically @n'AkIklI Pu% 4 -anarchism '&n@kIz@m L@% 4 -anarchist '&n@kIst K6% 3 -anarchists '&n@kIsts Kj% 3 -anarchy '&n@kI L@% 3 -anathema @'n&T@m@ K6% 4 -anathemas @'n&T@m@z Kj$ 4 -anathematize @'n&T@m@taIz J2$ 5 -anathematized @'n&T@m@taIzd Jc$,Jd$ 5 -anathematizes @'n&T@m@taIzIz Ja$ 6 -anathematizing @'n&T@m@taIzIN Jb$ 6 -anatomical ,&n@'t0mIkl OA% 5 -anatomically ,&n@'t0mIklI Pu% 5 -anatomist @'n&t@mIst K6% 4 -anatomists @'n&t@mIsts Kj% 4 -anatomy @'n&t@mI L@% 4 -ancestor '&nsest@R K6% 3 -ancestors '&nsest@z Kj% 3 -ancestral &n'sestr@l OA% 3 -ancestress '&nsestrIs K7% 3 -ancestresses '&nsestrIsIz Kj% 4 -ancestries '&nsestrIz Kj% 3 -ancestry '&nsestrI K8% 3 -anchor '&Nk@R J0%,K6% 22A,6A -anchorage '&nk@rIdZ K6% 3 -anchorages '&nk@rIdZIz Kj$ 4 -anchored '&Nk@d Jc%,Jd% 22A,6A -anchoring '&Nk@rIN Jb% 32A,6A -anchorite '&Nk@raIt K6$ 3 -anchorites '&Nk@raIts Kj$ 3 -anchorman '&nk@m@n Ki% 3 -anchormen '&nk@m@n Kj% 3 -anchors '&Nk@z Ja%,Kj% 22A,6A -anchovies '&ntS@vIz Kj% 3 -anchovy '&ntS@vI K8% 3 -ancient 'eInS@nt OA% 2 -ancillary &n'sIl@rI OA% 4 -and &nd V-* 1 -andante &n'd&ntI K6%,OA%,Pu% 3 -andantes &n'd&ntIz Kj$ 3 -andiron '&ndaI@n K6$ 3 -andirons '&ndaI@nz Kj$ 3 -anecdotal ,&nIk'd@Utl OA% 4 -anecdote '&nIkd@Ut K6% 3 -anecdotes '&nIkd@Uts Kj% 3 -anemometer ,&nI'm0mIt@R K6% 5 -anemometers ,&nI'm0mIt@z Kj% 5 -anemone @'nem@nI K6% 4 -anemones @'nem@nIz Kj% 4 -anent @'nent T-$ 2 -aneroid '&n@roId K6$,OA$ 3 -aneroids '&n@roIdz Kj$ 3 -anesthetic ,&nIs'TetIk K6$,OA$ 4 -anesthetics ,&nIs'TetIks Kj$ 4 -anesthetist @'nisT@tIst K6$ 4 -anesthetists @'nisT@tIsts Kj$ 4 -anesthetize @n'isT@taIz H2$ 46A -anesthetized @n'isT@taIzd Hc$,Hd$ 46A -anesthetizes @n'isT@taIzIz Ha$ 56A -anesthetizing @n'isT@taIzIN Hb$ 56A -anew @'nju Pu% 2 -angel 'eIndZl K6% 2 -angelic &n'dZelIk OA% 3 -angelica &n'dZelIk@ L@% 4 -angelically @n'dZelIklI Pu% 4 -angels 'eIndZlz Kj% 2 -angelus '&ndZIl@s K7% 3 -angeluses '&ndZIl@sIz Kj$ 4 -anger '&Ng@R H0%,L@% 26A -angered '&Ng@d Hc%,Hd% 26A -angering '&Ng@rIN Hb% 36A -angers '&Ng@z Ha% 26A -angina &n'dZaIn@ L@% 3 -angle '&Ngl J2%,K6% 22A,3A,6A -angle-dozer '&Ng@l-d@Uz@R K6$ 4 -angle-dozers '&Ng@l-d@Uz@z Kj$ 4 -angle-iron '&Ng@l-aI@n K6% 4 -angle-irons '&Ng@l-aI@nz Kj% 4 -angle-park '&Ng@l-pAk J0$ 3 -angle-parked '&Ng@l-pAkt Jc$,Jd$ 3 -angle-parking '&Ng@l-pAkIN Jb$ 4 -angle-parks '&Ng@l-pAks Ja$ 3 -angled '&Ngld Jc%,Jd% 22A,3A,6A -angler '&Ngl@R K6% 2 -anglers '&Ngl@z Kj% 2 -angles '&Nglz Ja%,Kj% 22A,3A,6A -anglicism '&NglIsIz@m K6% 4 -anglicisms '&NglIsIz@mz Kj$ 4 -anglicize '&NglIsaIz H2% 36A -anglicized '&NglIsaIzd Hc%,Hd% 36A -anglicizes '&NglIsaIzIz Ha% 46A -anglicizing '&NglIsaIzIN Hb% 46A -angling '&NglIN Jb%,L@% 22A,3A,6A -angora &N'gOr@ M6% 3 -angoras &N'gOr@z Mj$ 3 -angostura ,&Ng@'stjU@r@ L@% 4 -angrier '&NgrI@R Or% 3 -angriest '&NgrIIst Os% 3 -angrily '&ngr@lI Pu% 3 -angry '&NgrI OD% 2 -angst &Nst L@% 1 -anguish '&NgwIS L@% 2 -anguished '&NgwISt OA% 2 -angular '&NgjUl@R OA% 3 -angularities ,&NgjU'l&rItIz Mj% 5 -angularity ,&NgjU'l&rItI M8% 5 -aniline '&nIlin M6$ 3 -anilines '&nIlinz Mj$ 3 -animadversion ,&nIm&d'v3Sn K6$ 5 -animadversions ,&nIm&d'v3Snz Kj$ 5 -animadvert ,&nIm&d'v3t I0$ 43A -animadverted ,&nIm&d'v3tId Ic$,Id$ 53A -animadverting ,&nIm&d'v3tIN Ib$ 53A -animadverts ,&nIm&d'v3ts Ia$ 43A -animal '&nIm@l K6% 3 -animalcule ,&nI'm&lkjul K6$ 4 -animalcules ,&nI'm&lkjulz Kj$ 4 -animals '&nIm@lz Kj% 3 -animate '&nIm@t OA% 3 -animate '&nImeIt H2% 36A,14 -animated '&nImeItId Hc%,Hd% 46A,14 -animatedly '&nImeItIdlI OA% 5 -animates '&nImeIts Ha% 36A,14 -animating '&nImeItIN Hb% 46A,14 -animation ,&nI'meISn L@% 4 -animism '&nImIz@m L@% 4 -animosities ,&nI'm0sItIz Mj% 5 -animosity ,&nI'm0sItI M8% 5 -animus '&nIm@s L@% 3 -anise '&nIs K6% 2 -aniseed '&nIsid L@% 3 -anises '&nIsIz Kj$ 3 -ankle '&Nkl K6% 2 -ankles '&Nklz Kj% 2 -anklet '&NklIt K6% 2 -anklets '&NklIts Kj% 2 -anna '&n@ K6$ 2 -annalist '&n@lIst K6$ 3 -annalists '&n@lIsts Kj$ 3 -annals '&nlz Kj% 2 -annas '&n@z Kj$ 2 -anneal @'nil H0$ 26A -annealed @'nild Hc$,Hd$ 26A -annealing @'nilIN Hb$ 36A -anneals @'nilz Ha$ 26A -annex '&neks K7% 2 -annex @'neks H1% 26A,14 -annexation ,&nek'seISn L@% 4 -annexe '&neks K6% 2 -annexed @'nekst Hc%,Hd% 26A,14 -annexes '&neksIz Kj% 3 -annexes @'neksIz Ha% 36A,14 -annexing @'neksIN Hb% 36A,14 -annihilate @'naI@leIt H2% 46A -annihilated @'naI@leItId Hc%,Hd% 56A -annihilates @'naI@leIts Ha% 46A -annihilating @'naI@leItIN Hb% 56A -annihilation @,naI@'leISn L@% 5 -anniversaries ,&nI'v3s@rIz Kj% 5 -anniversary ,&nI'v3s@rI K8% 5 -annotate '&n@teIt H2% 36A -annotated '&n@teItId Hc%,Hd% 46A -annotates '&n@teIts Ha% 36A -annotating '&n@teItIN Hb% 46A -annotation ,&n@'teISn M6% 4 -annotations ,&n@'teISnz Mj% 4 -announce @'naUns H2% 26A,9,14 -announced @'naUnst Hc%,Hd% 26A,9,14 -announcement @'naUnsm@nt K6% 3 -announcements @'naUnsm@nts Kj% 3 -announcer @'naUns@R K6% 3 -announcers @'naUns@z Kj% 3 -announces @'naUnsIz Ha% 36A,9,14 -announcing @'naUnsIN Hb% 36A,9,14 -annoy @'noI H0% 26A -annoyance @'noI@ns M6% 3 -annoyances @'noI@nsIz Mj% 4 -annoyed @'noId Hc%,Hd% 26A -annoying @'noIIN Hb%,OA% 36A -annoys @'noIz Ha% 26A -annual '&njU@l K6%,OA% 3 -annually '&njU@lI Pu% 4 -annuals '&njU@lz Kj% 3 -annuitant @'njuIt@nt K6$ 4 -annuitants @'njuIt@nts Kj$ 4 -annuities @'njuItIz Kj% 4 -annuity @'njuItI K8% 4 -annul @'nVl H4% 26A -annular '&njUl@R OA$ 3 -annulled @'nVld Hc%,Hd% 26A -annulling @'nVlIN Hb% 36A -annulment @'nVlm@nt K6% 3 -annulments @'nVlm@nts Kj% 3 -annuls @'nVlz Ha% 26A -annunciate @'nVnsIeIt H2$ 46A -annunciated @'nVnsIeItId Hc$,Hd$ 56A -annunciates @'nVnsIeIts Ha$ 46A -annunciating @'nVnsIeItIN Hb$ 56A -annunciation @,nVnsI'eISn K6% 5 -annunciations @,nVnsI'eISnz Kj$ 5 -anode '&n@Ud K6% 2 -anodes '&n@Udz Kj$ 2 -anodyne '&n@daIn M6%,OA% 3 -anodynes '&n@daInz Mj$ 3 -anoint @'noInt H0% 26A,14,23 -anointed @'noIntId Hc%,Hd% 36A,14,23 -anointing @'noIntIN Hb% 36A,14,23 -anointment @'noIntm@nt K6% 3 -anointments @'noIntm@nts Kj$ 3 -anoints @'noInts Ha% 26A,14,23 -anomalies @'n0m@lIz Kj% 4 -anomalous @'n0m@l@s OA% 4 -anomalously @'n0m@l@slI Pu% 5 -anomaly @'n0m@lI K8% 4 -anon @'n0n Pu%,Z-% 2 -anonymity ,&n@'nImItI L@% 5 -anonymous @'n0nIm@s OA% 4 -anonymously @'n0nIm@slI Pu% 5 -anopheles @'n0fIliz K9$ 4 -anorak '&n@r&k K6% 3 -anoraks '&n@r&ks Kj% 3 -another @'nVD@R OA*,Qx* 3 -answer 'Ans@R J0*,K6* 22A,2C,3A,6A,9,12A,15B -answerable '&ns@r@bl OA% 4 -answered 'Ans@d Jc%,Jd% 22A,2C,3A,6A,9,12A,15B -answering 'Ans@rIN Jb% 32A,2C,3A,6A,9,12A,15B -answers 'Ans@z Ja%,Kj% 22A,2C,3A,6A,9,12A,15B -ant &nt K6% 1 -ant-eater '&nt-it@R K6% 3 -ant-eaters '&nt-it@z Kj% 3 -ant-hill '&nt-hIl K6% 2 -ant-hills '&nt-hIlz Kj% 2 -antagonism &n't&g@nIz@m M6% 5 -antagonisms &n't&g@nIz@mz Mj% 5 -antagonist &n't&g@nIst K6% 4 -antagonistic &n,t&g@'nIstIk OA% 5 -antagonistically @n,t&g@'nIstIklI Pu% 6 -antagonists &n't&g@nIsts Kj% 4 -antagonize ,&n't&g@naIz H2% 46A -antagonized ,&n't&g@naIzd Hc%,Hd% 46A -antagonizes ,&n't&g@naIzIz Ha% 56A -antagonizing ,&n't&g@naIzIN Hb% 56A -antarctic &n'tAktIk OA% 3 -ante '&ntI K6%,U-% 2 -ante meridiem ,&ntI m@'rIdI@m Pu% 6 -antecedence '&ntIsidns K6$ 4 -antecedences '&ntIsidnsIz Kj$ 5 -antecedent ,&ntI'sidnt K6%,OA% 4 -antecedents ,&ntI'sidnts Kj% 4 -antechamber '&ntItSeImb@R K6% 4 -antechambers '&ntItSeImb@z Kj% 4 -antedate ,&ntI'deIt H2% 36A -antedated ,&ntI'deItId Hc%,Hd% 46A -antedates ,&ntI'deIts Ha% 36A -antedating ,&ntI'deItIN Hb% 46A -antediluvian ,&ntIdI'luvI@n K6%,OA% 6 -antediluvians ,&ntIdI'luvI@nz Kj% 6 -antelope '&ntIl@Up K6% 3 -antelopes '&ntIl@Ups Kj% 3 -antenatal ,&ntI'neItl OA% 4 -antenna &n'ten@ Ki% 3 -antennae &n'teni Kj% 3 -antenuptial ,&ntI'nVpSl OA$ 4 -antepenultimate ,&ntIpI'nVltIm@t OA$ 6 -anterior &n'tI@rI@R OA% 4 -anteroom '&ntIrUm K6% 3 -anterooms '&ntIrUmz Kj% 3 -antes '&ntIz Kj% 2 -anthem '&nT@m K6% 2 -anthems '&nT@mz Kj% 2 -anther '&nT@R K6$ 2 -anthers '&nT@z Kj$ 2 -anthologies ,&n'T0l@dZIz Kj% 4 -anthology ,&n'T0l@dZI K8% 4 -anthracite '&nTr@saIt L@% 3 -anthrax '&nTr&ks L@% 2 -anthropoid '&nTr@poId K6%,OA% 3 -anthropoids '&nTr@poIdz Kj% 3 -anthropological ,&nTr@p@'l0dZIkl OA% 6 -anthropologist ,&nTr@'p0l@dZIst K6% 5 -anthropologists ,&nTr@'p0l@dZIsts Kj% 5 -anthropology ,&nTr@'p0l@dZI L@% 5 -anti- ,&ntI- U-% 2 -anti-Semite ,&ntI-'simaIt K6%,OA% 4 -anti-Semites ,&ntI-'simaIts Kj% 4 -anti-Semitic ,&ntI-sI'mItIk OA% 5 -anti-Semitism ,&ntI-'semItIz@m L@% 6 -anti-aircraft ,&ntI-'e@krAft OA% 4 -anti-hero '&ntI-hI@r@U K7% 4 -anti-heroes '&ntI-hI@r@Uz Kj% 4 -anti-personnel ,&ntI-,p3s@'nel OA% 5 -antibiotic ,&ntIbaI'0tIk K6%,OA% 5 -antibiotics ,&ntIbaI'0tIks Kj% 5 -antibodies '&ntIb0dIz Kj% 4 -antibody '&ntIb0dI K8% 4 -antic '&ntIk K6% 2 -anticipate &n'tIsIpeIt H2% 46A,6C,9 -anticipated &n'tIsIpeItId Hc%,Hd% 56A,6C,9 -anticipates &n'tIsIpeIts Ha% 46A,6C,9 -anticipating &n'tIsIpeItIN Hb% 56A,6C,9 -anticipation &n,tIsI'peISn M6% 5 -anticipations &n,tIsI'peISnz Mj$ 5 -anticipatory &n,tIsI'peIt@rI OA% 6 -anticlimax ,&ntI'klaIm&ks K7% 4 -anticlimaxes ,&ntI'klaIm&ksIz Kj% 5 -anticlockwise ,&ntI'kl0kwaIz Pu% 4 -antics '&ntIks Kj% 2 -anticyclone ,&ntI'saIkl@Un K6% 4 -anticyclones ,&ntI'saIkl@Unz Kj% 4 -antidote '&ntId@Ut K6% 3 -antidotes '&ntId@Uts Kj% 3 -antifreeze '&ntIfriz L@% 3 -antiknock ,&ntI'n0k L@$ 3 -antilogarithm ,&ntI'l0g@rID@m K6% 6 -antilogarithms ,&ntI'l0g@rID@mz Kj% 6 -antimacassar ,&ntIm@'k&s@R K6$ 5 -antimacassars ,&ntIm@'k&s@z Kj$ 5 -antimony '&ntIm@nI L@$ 4 -antipathetic ,&ntIp@'TetIk OA% 5 -antipathies &n'tIp@TIz Mj% 4 -antipathy &n'tIp@TI M8% 4 -antipodes &n'tIp@diz Kj% 4 -antiquarian ,&ntI'kwe@rI@n K6%,OA% 5 -antiquarians ,&ntI'kwe@rI@nz Kj% 5 -antiquaries '&ntIkw@rIz Kj% 4 -antiquary '&ntIkw@rI K8% 4 -antiquated '&ntIkweItId OA% 4 -antique &n'tik K6%,OA% 2 -antiques &n'tiks Kj% 2 -antiquities &n'tIkwItIz Mj% 4 -antiquity &n'tIkwItI M8% 4 -antirrhinum ,&ntI'raIn@m K6% 4 -antirrhinums ,&ntI'raIn@mz Kj% 4 -antiseptic ,&ntI'septIk K6%,OA% 4 -antiseptics ,&ntI'septIks Kj% 4 -antisocial ,&ntI's@USl OA% 4 -antitank ,&ntI't&Nk Oq% 3 -antitheses &n'tIT@siz Kj% 4 -antithesis &n'tIT@sIs Mi% 4 -antithetic ,&ntI'TetIk OA$ 4 -antithetical ,&ntI'TetIkl OA$ 5 -antithetically ,&ntI'TetIklI Pu$ 5 -antitoxin ,&ntI't0ksIn K6% 4 -antitoxins ,&ntI't0ksInz Kj% 4 -antitrade ,&ntI'treId K6$,OA$ 3 -antitrades ,&ntI'treIdz Kj$ 3 -antler '&ntl@R K6% 2 -antlers '&ntl@z Kj% 2 -antonym '&nt@nIm K6% 3 -antonyms '&nt@nImz Kj% 3 -ants &nts Kj% 1 -anus 'eIn@s K7% 2 -anuses 'eIn@sIz Kj$ 3 -anvil '&nvIl K6% 2 -anvils '&nvIlz Kj% 2 -anxieties &N'zaI@tIz Mj% 4 -anxiety &N'zaI@tI M8% 4 -anxious '&NkS@s OA% 2 -anxiously '&NkS@slI Pu% 3 -any 'enI OA*,Pu*,Qx* 2 -anybody 'enIb0dI Ki%,Qx% 4 -anyhow 'enIhaU Pu% 3 -anyone 'enIwVn Ki%,Qx% 3 -anyplace 'enIpleIs Pu% 3 -anything 'enITIN Ki*,Qx* 3 -anyway 'enIweI Pu% 3 -anywhere 'enIwe@R Pu% 3 -aorta eI'Ot@ K6% 3 -aortas eI'Ot@z Kj% 3 -apace @'peIs Pu% 2 -apache @'p&tSI K6% 3 -apaches @'p&tSIz Kj% 3 -apanage '&p@nIdZ L@$ 3 -apart @'pAt Pu% 2 -apartheid @'pAtaIt L@% 3 -apartment @'pAtm@nt K6% 3 -apartments @'pAtm@nts Kj% 3 -apathetic ,&p@'TetIk OA% 4 -apathetically ,&p@'TetIklI Pu% 5 -apathy '&p@TI L@% 3 -ape eIp H2%,K6% 1 -aped eIpt Hc%,Hd% 1 -aperient @'pI@rI@nt K6$,OA$ 4 -aperients @'pI@rI@nts Kj$ 4 -aperitif @'per@tIf K6% 4 -aperitifs @'per@tIfs Kj% 4 -aperture '&p@tS@R K6% 3 -apertures '&p@tS@z Kj% 3 -apes eIps Ha%,Kj% 1 -apex 'eIpeks K7% 2 -apexes 'eIpeksIz Kj% 3 -aphasia @'feIzI@ L@% 4 -aphid 'eIfId K6% 2 -aphides 'eIfIdiz Kj$ 3 -aphids 'eIfIdz Kj% 2 -aphis 'eIfIs Ki% 2 -aphorism '&f@rIz@m K6% 4 -aphorisms '&f@rIz@mz Kj% 4 -aphrodisiac ,&fr@'dIzI&k M6%,OA% 5 -aphrodisiacs ,&fr@'dIzI&ks Mj% 5 -apiaries 'eIpI@rIz Kj% 4 -apiarist 'eIpI@rIst K6% 4 -apiarists 'eIpI@rIsts Kj% 4 -apiary 'eIpI@rI K8% 4 -apices 'eIpIsiz Kj$ 3 -apiculture 'eIpIkVltS@R K6% 4 -apicultures 'eIpIkVltS@z Kj$ 4 -apiece @'pis Pu% 2 -aping 'eIpIN Hb% 2 -apish 'eIpIS OA% 2 -aplomb @'pl0m L@% 2 -apocalypse @'p0k@lIps K6% 4 -apocalypses @'p0k@lIpsIz Kj% 5 -apocalyptic @,p0k@'lIptIk OA% 5 -apocryphal @'p0krIf@l OA% 4 -apogee '&p@dZi K6% 3 -apogees '&p@dZiz Kj$ 3 -apologetic @,p0l@'dZetIk OA% 5 -apologetically @,p0l@'dZetIklI Pu% 6 -apologetics @,p0l@'dZetIks Lk% 5 -apologies @'p0l@dZIz Kj% 4 -apologist @'p0l@dZIst K6% 4 -apologists @'p0l@dZIsts Kj% 4 -apologize @'p0l@dZaIz I2% 42A,3A -apologized @'p0l@dZaIzd Ic%,Id% 42A,3A -apologizes @'p0l@dZaIzIz Ia% 52A,3A -apologizing @'p0l@dZaIzIN Ib% 52A,3A -apology @'p0l@dZI K8% 4 -apophthegm '&p@Tem K6% 3 -apophthegms '&p@Temz Kj$ 3 -apoplectic ,&p@'plektIk OA% 4 -apoplexy '&p@pleksI L@% 4 -apostasies @'p0st@sIz Mj$ 4 -apostasy @'p0st@sI M8% 4 -apostate @'p0steIt K6%,OA% 3 -apostates @'p0steIts Kj% 3 -apostle @'p0sl K6% 3 -apostles @'p0slz Kj% 3 -apostolic ,&p@'st0lIk OA% 4 -apostrophe @'p0str@fI K6% 4 -apostrophes @'p0str@fIz Kj% 4 -apostrophize @'p0str@faIz H2$ 4 -apostrophized @'p0str@faIzd Hc$,Hd$ 4 -apostrophizes @'p0str@faIzIz Ha$ 5 -apostrophizing @'p0str@faIzIN Hb$ 5 -apothecaries @'p0TIk@rIz Kj% 5 -apothecary @'p0TIk@rI K8% 5 -apothegm '&p@Tem K6$ 3 -apothegms '&p@Temz Kj$ 3 -apotheoses @,p0TI'@Usiz Kj$ 5 -apotheosis @,p0TI'@UsIs Ki% 5 -appal @'pOl H4% 26A -appalled @'pOld Hc%,Hd% 26A -appalling @'pOlIN Hb%,OA% 36A -appallingly @'pOlINlI Pu% 4 -appals @'pOlz Ha% 26A -appanage '&p@nIdZ L@$ 3 -apparatus ,&p@'reIt@s M7% 4 -apparatuses ,&p@'reIt@sIz Mj% 5 -apparel @'p&r@l H4$,L@% 3 -apparelled @'p&r@ld Hc$,Hd$ 3 -apparelling @'p&r@lIN Hb$ 4 -apparels @'p&r@lz Ha$ 3 -apparent @'p&r@nt OA% 3 -apparently @'p&r@ntlI Pu% 4 -apparition ,&p@'rISn K6% 4 -apparitions ,&p@'rISnz Kj% 4 -appeal @'pil I0%,M6% 22A,3A -appealed @'pild Ic%,Id% 22A,3A -appealing @'pilIN Ib%,OA% 32A,3A -appealingly @'pilINlI Pu% 4 -appeals @'pilz Ia%,Mj% 22A,3A -appear @'pI@R I0% 22A,2C,4D,4E -appearance @'pI@r@ns K6% 3 -appearances @'pI@r@nsIz Kj% 4 -appeared @'pI@d Ic%,Id% 22A,2C,4D,4E -appearing @'pI@rIN Ib% 32A,2C,4D,4E -appears @'pI@z Ia% 22A,2C,4D,4E -appease @'piz H2% 26A -appeased @'pizd Hc%,Hd% 26A -appeasement @'pizm@nt L@% 3 -appeases @'pizIz Ha% 36A -appeasing @'pizIN Hb% 36A -appellant @'pel@nt K6$,OA$ 3 -appellants @'pel@nts Kj$ 3 -appellation ,&p@'leISn K6% 4 -appellations ,&p@'leISnz Kj$ 4 -append @'pend H0% 26A,14 -appendage @'pendIdZ K6% 3 -appendages @'pendIdZIz Kj% 4 -appendectomies ,&pen'dekt@mIz Kj% 5 -appendectomy ,&pen'dekt@mI K8% 5 -appended @'pendId Hc%,Hd% 36A,14 -appendices @'pendIsiz Kj% 4 -appendicitis @,pendI'saItIs L@% 5 -appending @'pendIN Hb% 36A,14 -appendix @'pendIks K7% 3 -appendixes @'pendIksIz Kj% 4 -appends @'pendz Ha% 26A,14 -appertain ,&p@'teIn I0% 33A -appertained ,&p@'teInd Ic%,Id% 33A -appertaining ,&p@'teInIN Ib% 43A -appertains ,&p@'teInz Ia% 33A -appetite '&pItaIt M6% 3 -appetites '&pItaIts Mj% 3 -appetizer '&pItaIz@R K6% 4 -appetizers '&pItaIz@z Kj% 4 -appetizing '&pItaIzIN OA% 4 -applaud @'plOd J0% 22A,2B,6A -applauded @'plOdId Jc%,Jd% 32A,2B,6A -applauding @'plOdIN Jb% 32A,2B,6A -applauds @'plOdz Ja% 22A,2B,6A -applause @'plOz L@% 2 -apple '&pl M6% 2 -applejack '&pldZ&k L@$ 3 -apples '&plz Mj% 2 -appliance @'plaI@ns K6% 3 -appliances @'plaI@nsIz Kj% 4 -applicability @,plIk@'bIlItI L@% 6 -applicable @'plIk@bl OA% 4 -applicant '&plIk@nt K6% 3 -applicants '&plIk@nts Kj% 3 -application ,&plI'keISn M6% 4 -applications ,&plI'keISnz Mj% 4 -applied @'plaId Jc%,Jd%,OA% 22C,3A,6A,14 -applies @'plaIz Ja% 22C,3A,6A,14 -appliqu_e &'plikeI H0%,L@% 3 -appliqu_eed &'plikeId Hc%,Hd% 3 -appliqu_eing &'plikeIIN Hb% 4 -appliqu_es &'plikeIz Ha% 3 -apply @'plaI J3% 22C,3A,6A,14 -applying @'plaIIN Jb% 32C,3A,6A,14 -appoint @'poInt H0% 26A,9,14,16A,23,25 -appointed @'poIntId Hc%,Hd% 36A,9,14,16A,23,25 -appointee @poIn'ti K6% 3 -appointees @poIn'tiz Kj% 3 -appointing @'poIntIN Hb% 36A,9,14,16A,23,25 -appointment @'poIntm@nt M6% 3 -appointments @'poIntm@nts Mj% 3 -appoints @'poInts Ha% 26A,9,14,16A,23,25 -apportion @'pOSn H0% 36A,12B,13B,14 -apportioned @'pOSnd Hc%,Hd% 36A,12B,13B,14 -apportioning @'pOSnIN Hb% 46A,12B,13B,14 -apportionment @'pOSnm@nt L@% 4 -apportions @'pOSnz Ha% 36A,12B,13B,14 -apposite '&p@zIt OA% 3 -appositely '&p@zItlI Pu% 4 -apposition ,&p@'zISn L@$ 4 -appraisal @'preIzl K6% 3 -appraisals @'preIzlz Kj$ 3 -appraise @'preIz H2% 26A -appraised @'preIzd Hc%,Hd% 26A -appraises @'preIzIz Ha% 36A -appraising @'preIzIN Hb% 36A -appreciable @'priS@bl OA% 4 -appreciably @'priS@blI Pu% 4 -appreciate @'priSIeIt J2% 42B,6A,9,10 -appreciated @'priSIeItId Jc%,Jd% 52B,6A,9,10 -appreciates @'priSIeIts Ja% 42B,6A,9,10 -appreciating @'priSIeItIN Jb% 52B,6A,9,10 -appreciation @,priSI'eISn M6% 5 -appreciations @,priSI'eISnz Mj% 5 -appreciative @'priS@tIv OA% 4 -appreciatively @'priS@tIvlI Pu% 5 -apprehend ,&prI'hend H0% 36A,9 -apprehended ,&prI'hendId Hc%,Hd% 46A,9 -apprehending ,&prI'hendIN Hb% 46A,9 -apprehends ,&prI'hendz Ha% 36A,9 -apprehensible ,&prI'hens@bl OA$ 5 -apprehension ,&prI'henSn M6% 4 -apprehensions ,&prI'henSnz Mj$ 4 -apprehensive ,&prI'hensIv OA% 4 -apprentice @'prentIs H2%,K6% 36A,14 -apprenticed @'prentIst Hc%,Hd% 36A,14 -apprentices @'prentIsIz Ha%,Kj% 46A,14 -apprenticeship @'prentISIp K6% 4 -apprenticeships @'prentISIps Kj% 4 -apprenticing @'prentIsIN Hb% 46A,14 -apprise @'praIz H2% 214 -apprised @'praIzd Hc%,Hd% 214 -apprises @'praIzIz Ha$ 314 -apprising @'praIzIN Hb$ 314 -appro '&pr@U L@$ 2 -approach @'pr@UtS J1%,M7% 22A,6A -approachable @'pr@UtS@bl OA% 4 -approached @'pr@UtSt Jc%,Jd% 22A,6A -approaches @'pr@UtSIz Ja%,Mj% 32A,6A -approaching @'pr@UtSIN Jb% 32A,6A -approbation ,&pr@'beISn L@% 4 -appropriate @'pr@UprI@t OA% 4 -appropriate @'pr@UprIeIt H2% 46A,14 -appropriated @'pr@UprIeItId Hc%,Hd% 56A,14 -appropriately @'pr@UprI@tlI Pu% 5 -appropriates @'pr@UprIeIts Ha% 46A,14 -appropriating @'pr@UprIeItIN Hb% 56A,14 -appropriation @,pr@UprI'eISn M6% 5 -appropriations @,pr@UprI'eISnz Mj% 5 -approval @'pruvl L@% 3 -approve @'pruv J2% 23A,6A -approved @'pruvd Jc%,Jd% 23A,6A -approves @'pruvz Ja% 23A,6A -approving @'pruvIN Jb% 33A,6A -approvingly @'pruvINlI Pu% 4 -approx @'pr0ks Y~% 2 -approximate @'pr0ksIm@t OA% 4 -approximate @'pr0ksImeIt J2% 43A,6A -approximated @'pr0ksImeItId Jc%,Jd% 53A,6A -approximately @'pr0ksIm@tlI Pu% 5 -approximates @'pr0ksImeIts Ja% 43A,6A -approximating @'pr0ksImeItIN Jb% 53A,6A -approximation @,pr0ksI'meISn M6% 5 -approximations @,pr0ksI'meISnz Mj% 5 -appurtenance @'p3tIn@ns K6% 4 -appurtenances @'p3tIn@nsIz Kj% 5 -apr`es-ski ,&preI-'ski Oq% 3 -apricot 'eIprIk0t K6% 3 -apricots 'eIprIk0ts Kj% 3 -apron 'eIpr@n K6% 2 -aprons 'eIpr@nz Kj% 2 -apropos ,&pr@'p@U Op%,Pu% 3 -apse &ps K6$ 1 -apses '&psIz Kj$ 2 -apt &pt OC% 1 -apter '&pt@R Or$ 2 -aptest '&ptIst Os$ 2 -aptitude '&ptItjud M6% 3 -aptitudes '&ptItjudz Mj% 3 -aptly '&ptlI Pu% 2 -aptness '&ptn@s L@% 2 -aqualung '&kw@lVN K6% 3 -aqualungs '&kw@lVNz Kj% 3 -aquamarine ,&kw@m@'rin M6% 4 -aquamarines ,&kw@m@'rinz Mj% 4 -aquanaut '&kw@nOt K6$ 3 -aquanauts '&kw@nOts Kj$ 3 -aquaplane '&kw@pleIn I2%,K6% 3 -aquaplaned '&kw@pleInd Ic%,Id% 3 -aquaplanes '&kw@pleInz Ia%,Kj% 3 -aquaplaning '&kw@pleInIN Ib% 4 -aquaria @'kwe@rI@ Kj$ 4 -aquarium @'kwe@rI@m K6% 4 -aquariums @'kwe@rI@mz Kj% 4 -aquatic @'kw&tIk OA% 3 -aquatint '&kw@tInt M6% 3 -aquatints '&kw@tInts Mj% 3 -aquavit '&kw@vIt L@$ 3 -aqueduct '&kwIdVkt K6% 3 -aqueducts '&kwIdVkts Kj% 3 -aqueous 'eIkwI@s OA$ 3 -aquiline '&kwIlaIn OA% 3 -ar^ete &'reIt K6$ 2 -ar^etes &'reIts Kj$ 2 -arabesque ,&r@'besk K6% 3 -arabesques ,&r@'besks Kj% 3 -arable '&r@bl OA% 3 -arachnid @'r&knId K6% 3 -arachnids @'r&knIdz Kj% 3 -arbiter 'AbIt@R K6% 3 -arbiters 'AbIt@z Kj% 3 -arbitrament A'bItr@m@nt M6$ 4 -arbitraments A'bItr@m@nts Mj$ 4 -arbitrarily ,AbI'tre@rIlI Pu% 5 -arbitrary 'AbItr@rI OA% 4 -arbitrate 'AbItreIt J2% 32A,6A -arbitrated 'AbItreItId Jc%,Jd% 42A,6A -arbitrates 'AbItreIts Ja% 32A,6A -arbitrating 'AbItreItIN Jb% 42A,6A -arbitration ,AbI'treISn M6% 4 -arbitrations ,AbI'treISnz Mj% 4 -arbitrator 'AbItreIt@R K6% 4 -arbitrators 'AbItreIt@z Kj% 4 -arboreal A'bOrI@l OA$ 4 -arbour 'Ab@R K6% 2 -arbours 'Ab@z Kj% 2 -arc Ak K6% 1 -arc-lamp 'Ak-l&mp K6% 2 -arc-lamps 'Ak-l&mps Kj% 2 -arc-light 'Ak-laIt K6% 2 -arc-lights 'Ak-laIts Kj% 2 -arcade A'keId K6% 2 -arcades A'keIdz Kj% 2 -arcane A'keIn OA% 2 -arch AtS J1%,K7%,Oq% 12C,6A -arch- AtS- U-% 1 -archaeological ,AkI@'l0dZIkl OA% 6 -archaeologist ,AkI'0l@dZIst K6% 5 -archaeologists ,AkI'0l@dZIsts Kj% 5 -archaeology ,AkI'0l@dZI L@% 5 -archaic A'keIIk OA% 3 -archaism 'AkeIIz@m M6% 4 -archaisms 'AkeIIz@mz Mj% 4 -archangel 'AkeIndZl K6% 3 -archangels 'AkeIndZlz Kj% 3 -archbishop ,AtS'bIS@p K6% 3 -archbishopric AtS'bIS@prIk K6% 4 -archbishoprics AtS'bIS@prIks Kj$ 4 -archbishops ,AtS'bIS@ps Kj% 3 -archdeacon ,AtS'dik@n K6% 3 -archdeaconries AtS'dik@nrIz Kj$ 4 -archdeaconry AtS'dik@nrI K8% 4 -archdeacons ,AtS'dik@nz Kj% 3 -archdiocese ,AtS'daI@sIs K6% 4 -archdioceses ,AtS'daI@sIsIz Kj$ 5 -archduke ,AtS'djuk K6% 2 -archdukes ,AtS'djuks Kj% 2 -arched AtSt Jc%,Jd% 12C,6A -archeology ,AkI'0l@dZI L@% 5 -archer 'AtS@R K6% 2 -archers 'AtS@z Kj% 2 -archery 'AtS@rI L@% 3 -arches 'AtSIz Ja%,Kj% 22C,6A -archetypal ,AkI'taIpl OA% 4 -archetype 'AkItaIp K6% 3 -archetypes 'AkItaIps Kj% 3 -archimandrite ,AkI'm&ndraIt K6$ 4 -archimandrites ,AkI'm&ndraIts Kj$ 4 -arching 'AtSIN Jb% 22C,6A -archipelago ,AkI'pel@g@U K6% 5 -archipelagoes ,AkI'pel@g@Uz Kj% 5 -archipelagos ,AkI'pel@g@Uz Kj% 5 -architect 'AkItekt K6% 3 -architects 'AkItekts Kj% 3 -architectural ,AkI'tektS@r@l OA% 5 -architecturally ,AkI'tektS@r@lI Pu% 6 -architecture 'AkItektS@R L@% 4 -archives 'AkaIvz Kj% 2 -archivist 'AkIvIst K6% 3 -archivists 'AkIvIsts Kj% 3 -archly 'AtSlI Pu% 2 -archway 'AtSweI K6% 2 -archways 'AtSweIz Kj% 2 -arcs Aks Kj% 1 -arctic 'AktIk OA% 2 -ardent 'Adnt OA% 2 -ardently 'AdntlI Pu% 3 -ardour 'Ad@R M6% 2 -ardours 'Ad@z Mj$ 2 -arduous 'AdjU@s OA% 3 -arduously 'AdjU@slI Pu% 4 -are AR Ge*,Ie*,K6$ 11 -area 'e@rI@ M6* 3 -areas 'e@rI@z Mj% 3 -areca '&rIk@ K6$ 3 -arecas '&rIk@z Kj$ 3 -aren't Ant Gg% 1 -arena @'rin@ K6% 3 -arenas @'rin@z Kj% 3 -ares Az Kj$ 1 -argent 'AdZ@nt K6$,OA$ 2 -argents 'AdZ@nts Kj$ 2 -argon 'Ag0n L@% 2 -argosies 'Ag@sIz Kj$ 3 -argosy 'Ag@sI K8$ 3 -argot 'Ag@U L@$ 2 -arguable 'AgjU@bl OA% 4 -arguably 'AgjU@blI Pu% 4 -argue 'Agju J2% 22A,2C,3A,6A,9,14 -argued 'Agjud Jc%,Jd% 22A,2C,3A,6A,9,14 -argues 'Agjuz Ja% 22A,2C,3A,6A,9,14 -arguing 'AgjuIN Jb% 32A,2C,3A,6A,9,14 -argument 'AgjUm@nt M6% 3 -argumentation ,AgjUmen'teISn L@$ 5 -argumentative ,AgjU'ment@tIv OA% 5 -arguments 'AgjUm@nts Mj% 3 -aria 'ArI@ K6% 3 -arias 'ArI@z Kj% 3 -arid '&rId OA% 2 -aridity @'rIdItI L@% 4 -aright @'raIt Pu% 2 -arise @'raIz I5% 22A,3A -arisen @'rIzn Id% 32A,3A -arises @'raIzIz Ia% 32A,3A -arising @'raIzIN Ib% 32A,3A -aristocracies ,&rI'st0kr@sIz Mj% 5 -aristocracy ,&rI'st0kr@sI M8% 5 -aristocrat '&rIst@kr&t K6% 4 -aristocratic ,&rIst@'kr&tIk OA% 5 -aristocratically ,&rIst@'kr&tIklI Pu% 6 -aristocrats '&rIst@kr&ts Kj% 4 -arithmetic @'rITm@tIk L@% 4 -arithmetical ,&rIT'metIkl OA% 5 -arithmetically ,&rIT'metIklI Pu% 5 -arithmetician @,rITm@'tISn K6$ 5 -arithmeticians @,rITm@'tISnz Kj$ 5 -ark Ak K6% 1 -arks Aks Kj% 1 -arm Am J0%,K6% 12A,6A,14 -arm-hole 'Am-h@Ul K6% 2 -arm-holes 'Am-h@Ulz Kj% 2 -armada A'mAd@ K6% 3 -armadas A'mAd@z Kj% 3 -armadillo ,Am@'dIl@U K6% 4 -armadillos ,Am@'dIl@Uz Kj% 4 -armament 'Am@m@nt M6% 3 -armaments 'Am@m@nts Mj% 3 -armature 'Am@tSU@R K6$ 3 -armatures 'Am@tSU@z Kj$ 3 -armband 'Amb&nd K6% 2 -armbands 'Amb&ndz Kj% 2 -armchair 'AmtSe@R K6% 2 -armchairs 'AmtSe@z Kj% 2 -armed Amd Jc%,Jd% 12A,6A,14 -armful 'AmfUl K6% 2 -armfuls 'AmfUlz Kj% 2 -armies 'AmIz Kj% 2 -arming 'AmIN Jb% 22A,6A,14 -armistice 'AmIstIs K6% 3 -armistices 'AmIstIsIz Kj% 4 -armlet 'AmlIt K6% 2 -armlets 'AmlIts Kj% 2 -armoire 'AmwAR K6$ 2 -armoires 'AmwAz Kj$ 2 -armorial A'mOrI@l OA% 4 -armour 'Am@R L@% 2 -armour-plate 'Am@-pleIt K6% 3 -armour-plates 'Am@-pleIts Kj$ 3 -armoured 'Am@d OA% 2 -armourer 'Am@r@R K6% 3 -armourers 'Am@r@z Kj% 3 -armouries 'Am@rIz Kj% 3 -armoury 'Am@rI K8% 3 -armpit 'AmpIt K6% 2 -armpits 'AmpIts Kj% 2 -arms Amz Ja%,Kj% 12A,6A,14 -arms-race 'Amz-reIs Ki% 2 -arms-runner 'Amz-rVn@R K6% 3 -arms-runners 'Amz-rVn@z Kj% 3 -army 'AmI K8% 2 -arnica 'AnIk@ L@$ 3 -aroma @'r@Um@ K6% 3 -aromas @'r@Um@z Kj% 3 -aromatic ,&r@'m&tIk OA% 4 -arose @'r@Uz Ic% 22A,3A -around @'raUnd Pu*,T-* 2 -arouse @'raUz H2% 26A,14 -aroused @'raUzd Hc%,Hd% 26A,14 -arouses @'raUzIz Ha% 36A,14 -arousing @'raUzIN Hb% 36A,14 -arpeggio A'pedZI@U K6% 4 -arpeggios A'pedZI@Uz Kj% 4 -arquebus 'AkwIb@s K7$ 3 -arquebuses 'AkwIb@sIz Kj$ 4 -arr @'raIv Y~% 2 -arrack '&r&k L@$ 2 -arraign @'reIn H0% 26A,14 -arraigned @'reInd Hc%,Hd% 26A,14 -arraigning @'reInIN Hb% 36A,14 -arraignment @'reInm@nt K6$ 3 -arraignments @'reInm@nts Kj$ 3 -arraigns @'reInz Ha% 26A,14 -arrange @'reIndZ J2% 23A,4C,6A,14,15A -arranged @'reIndZd Jc%,Jd% 23A,4C,6A,14,15A -arrangement @'reIndZm@nt M6% 3 -arrangements @'reIndZm@nts Mj% 3 -arranges @'reIndZIz Ja% 33A,4C,6A,14,15A -arranging @'reIndZIN Jb% 33A,4C,6A,14,15A -arrant '&r@nt OA% 2 -arras '&r@s K7$ 2 -arrases '&r@sIz Kj$ 3 -array @'reI H0%,K6% 26A,15A -arrayed @'reId Hc%,Hd% 26A,15A -arraying @'reIIN Hb% 36A,15A -arrays @'reIz Ha%,Kj% 26A,15A -arrears @'rI@z Kj% 2 -arrest @'rest H0%,K6% 26A -arrested @'restId Hc%,Hd% 36A -arrester @'rest@R K6% 3 -arresters @'rest@z Kj% 3 -arresting @'restIN Hb%,OA% 36A -arrests @'rests Ha%,Kj% 26A -arri`ere pens_ee ,&rIe@ 'p0nseI K6$ 5 -arri`ere pens_ees ,&rIe@ 'p0nseIz Kj$ 5 -arrival @'raIvl M6% 3 -arrivals @'raIvlz Mj% 3 -arrive @'raIv I2% 22A,2C,3A -arrived @'raIvd Ic%,Id% 22A,2C,3A -arrives @'raIvz Ia% 22A,2C,3A -arriving @'raIvIN Ib% 32A,2C,3A -arrogance '&r@g@ns L@% 3 -arrogant '&r@g@nt OA% 3 -arrogantly '&r@g@ntlI Pu% 4 -arrogate '&r@geIt H2$ 314 -arrogated '&r@geItId Hc$,Hd$ 414 -arrogates '&r@geIts Ha$ 314 -arrogating '&r@geItIN Hb% 414 -arrow '&r@U K6% 2 -arrowhead '&r@Uhed K6% 3 -arrowheads '&r@Uhedz Kj% 3 -arrowroot '&r@Urut L@% 3 -arrows '&r@Uz Kj% 2 -arse As K6% 1 -arsehole 'Ash@Ul K6% 2 -arseholes 'Ash@Ulz Kj% 2 -arsenal 'Asn@l K6% 2 -arsenals 'Asn@lz Kj% 2 -arsenic 'AsnIk L@% 2 -arses 'AsIz Kj% 2 -arson 'Asn L@% 2 -art At M6% 1 -artefact 'AtIf&kt K6% 3 -artefacts 'AtIf&kts Kj% 3 -arterial A'tI@rI@l OA% 4 -arteries 'At@rIz Kj% 3 -arteriosclerosis A,tI@rI@Uskl@'r@UsIs L@% 7 -artery 'At@rI K8% 3 -artesian A'tizI@n OA% 4 -artful 'Atf@l OA% 2 -artfully 'Atf@lI Pu% 3 -artfulness 'Atf@ln@s L@% 3 -arthritic A'TrItIk OA% 3 -arthritis ,A'TraItIs L@% 3 -artichoke 'AtItS@Uk K6% 3 -artichokes 'AtItS@Uks Kj% 3 -article 'AtIkl H2%,K6% 3 -articled 'AtIkld Hc%,Hd% 3 -articles 'AtIklz Ha$,Kj% 3 -articling 'AtIklIN Hb$ 3 -articulate A'tIkjUl@t OA% 4 -articulate A'tIkjUleIt J2% 42C,6A,15A -articulated A'tIkjUleItId Jc%,Jd% 52C,6A,15A -articulately A'tIkjUl@tlI Pu% 5 -articulates A'tIkjUleIts Ja% 42C,6A,15A -articulating A'tIkjUleItIN Jb% 52C,6A,15A -articulation A,tIkjU'leISn L@% 5 -artifact 'AtIf&kt K6% 3 -artifacts 'AtIf&kts Kj% 3 -artifice 'AtIfIs M6% 3 -artificer A'tIfIs@R K6$ 4 -artificers A'tIfIs@z Kj$ 4 -artifices 'AtIfIsIz Mj$ 4 -artificial ,AtI'fISl OA% 4 -artificially ,AtI'fIS@lI Pu% 5 -artillery A'tIl@rI L@% 4 -artisan ,AtI'z&n K6% 3 -artisans ,AtI'z&nz Kj% 3 -artist 'AtIst K6% 2 -artiste A'tist K6% 2 -artistes A'tists Kj% 2 -artistic A'tIstIk OA% 3 -artistically A'tIstIklI Pu% 4 -artistry 'AtIstrI L@% 3 -artists 'AtIsts Kj% 2 -artless 'AtlIs OA% 2 -artlessly 'AtlIslI Pu% 3 -artlessness 'AtlIsn@s L@% 3 -arts Ats Mj% 1 -arty 'AtI OA% 2 -arty-crafty ,AtI-'kr&ftI OA% 4 -arum 'e@r@m K6$ 2 -arums 'e@r@mz Kj$ 2 -as &z V-* 1 -asap ,eI,es,eI'pi Y~% 4 -asbestos &z'best0s L@% 3 -ascend @'send J0% 22A,2C,6A -ascendancy @'send@nsI L@% 4 -ascendant @'send@nt K6% 3 -ascendants @'send@nts Kj$ 3 -ascended @'sendId Jc%,Jd% 32A,2C,6A -ascendency @'send@nsI L@% 4 -ascendent @'send@nt K6$ 3 -ascendents @'send@nts Kj$ 3 -ascending @'sendIN Jb% 32A,2C,6A -ascends @'sendz Ja% 22A,2C,6A -ascension @'senSn K6% 3 -ascensions @'senSnz Kj$ 3 -ascent @'sent K6% 2 -ascents @'sents Kj% 2 -ascertain ,&s@'teIn H0% 36A,8,9,10,17 -ascertainable ,&s@'teIn@bl OA% 5 -ascertained ,&s@'teInd Hc%,Hd% 36A,8,9,10,17 -ascertaining ,&s@'teInIN Hb% 46A,8,9,10,17 -ascertains ,&s@'teInz Ha% 36A,8,9,10,17 -ascetic @'setIk K6%,OA% 3 -ascetically @'sitIklI Pu% 4 -asceticism @'setIsIz@m L@% 5 -ascetics @'setIks Kj% 3 -ascorbic @'skObIk OA% 3 -ascribable @s'kraIb@bl OA% 4 -ascribe @'skraIb H2% 214 -ascribed @'skraIbd Hc%,Hd% 214 -ascribes @'skraIbz Ha% 214 -ascribing @'skraIbIN Hb% 314 -ascription @'skrIpSn K6$ 3 -ascriptions @'skrIpSnz Kj$ 3 -asdic '&zdIk K6$ 2 -asdics '&zdIks Kj$ 2 -asepsis ,eI'sepsIs L@$ 3 -aseptic ,eI'septIk OA% 3 -asexual ,eI'sekSU@l OA% 4 -asexuality eI,sekSU'&lItI L@% 6 -ash &S M7% 1 -ash-bin '&S-bIn K6% 2 -ash-bins '&S-bInz Kj% 2 -ash-can '&S-k&n K6% 2 -ash-cans '&S-k&nz Kj% 2 -ash-key '&S-ki K6$ 2 -ash-keys '&S-kiz Kj$ 2 -ash-pan '&S-p&n K6% 2 -ash-pans '&S-p&nz Kj% 2 -ashamed @'SeImd Op% 2 -ashamedly @'SeImIdlI Pu% 4 -ashen '&Sn OA% 2 -ashes '&SIz Mj% 2 -ashore @'SOR Pu% 2 -ashtray '&StreI K6% 2 -ashtrays '&StreIz Kj% 2 -ashy '&SI OA% 2 -aside @'saId K6%,Pu% 2 -asides @'saIdz Kj% 2 -asinine '&sInaIn OA% 3 -ask Ask J0% 13A,6A,7A,8,9,10,12C,14,15B,17,20,21 -askance @'sk&ns Pu% 2 -asked Askt Jc*,Jd* 13A,6A,7A,8,9,10,12C,14,15B,17,20,21 -askew @'skju Op%,Pu% 2 -asking 'AskIN Jb%,Ki% 23A,6A,7A,8,9,10,12C,14,15B,17,20,21 -asks Asks Ja% 13A,6A,7A,8,9,10,12C,14,15B,17,20,21 -aslant @'slAnt Pu%,T-% 2 -asleep @'slip Op%,Pu% 2 -asp &sp K6% 1 -asparagus @'sp&r@g@s L@% 4 -aspect '&spekt K6% 2 -aspects '&spekts Kj% 2 -aspectual &'spektSU@l OA$ 4 -aspen '&sp@n K6$ 2 -aspens '&sp@nz Kj$ 2 -asperities &'sperItIz Mj$ 4 -asperity &'sperItI M8% 4 -asperse @'sp3s H2$ 26A -aspersed @'sp3st Hc$,Hd$ 26A -asperses @'sp3sIz Ha$ 36A -aspersing @'sp3sIN Hb$ 36A -aspersion @'sp3Sn K6% 3 -aspersions @'sp3Snz Kj% 3 -asphalt '&sf< H0%,L@% 26A -asphalted '&sf<Id Hc%,Hd% 36A -asphalting '&sf<IN Hb% 36A -asphalts '&sf<s Ha% 26A -asphodel '&sf@del K6$ 3 -asphodels '&sf@delz Kj$ 3 -asphyxia &s'fIksI@ L@% 4 -asphyxiate @s'fIksIeIt H2% 46A -asphyxiated @s'fIksIeItId Hc%,Hd% 56A -asphyxiates @s'fIksIeIts Ha% 46A -asphyxiating @s'fIksIeItIN Hb% 56A -asphyxiation @s,fIksI'eISn L@% 5 -aspic '&spIk L@% 2 -aspidistra ,&spI'dIstr@ K6% 4 -aspidistras ,&spI'dIstr@z Kj% 4 -aspirant '&spIr@nt K6% 3 -aspirants '&spIr@nts Kj% 3 -aspirate '&spIr@t K6% 3 -aspirate '&spIreIt H2% 3 -aspirated '&spIreItId Hc%,Hd% 4 -aspirates '&spIr@ts Kj% 3 -aspirates '&spIreIts Ha% 3 -aspirating '&spIreItIN Hb% 4 -aspiration ,&spI'reISn M6% 4 -aspirations ,&spI'reISnz Mj% 4 -aspire @'spaI@R I2% 23A,4A -aspired @'spaI@d Ic%,Id% 23A,4A -aspires @'spaI@z Ia% 23A,4A -aspirin '&sprIn M6% 3 -aspiring @'spaI@rIN Ib% 33A,4A -aspirins '&sprInz Mj% 3 -asps &sps Kj% 1 -ass &s K7% 1 -assagai '&s@gaI K6$ 3 -assagais '&s@gaIz Kj$ 3 -assail @'seIl H0% 26A,14 -assailable @'seIl@bl OA$ 4 -assailant @'seIl@nt K6% 3 -assailants @'seIl@nts Kj% 3 -assailed @'seIld Hc%,Hd% 26A,14 -assailing @'seIlIN Hb% 36A,14 -assails @'seIlz Ha% 26A,14 -assassin @'s&sIn K6% 3 -assassinate @'s&sIneIt H2% 46A -assassinated @'s&sIneItId Hc%,Hd% 56A -assassinates @'s&sIneIts Ha% 46A -assassinating @'s&sIneItIN Hb% 56A -assassination @,s&sI'neISn M6% 5 -assassinations @,s&sI'neISnz Mj% 5 -assassins @'s&sInz Kj% 3 -assault @'sOlt H0%,K6% 26A -assaulted @'sOltId Hc%,Hd% 36A -assaulting @'sOltIN Hb% 36A -assaults @'sOlts Ha%,Kj% 26A -assay @'seI H0$,K6$ 26A,7A -assayed @'seId Hc$,Hd$ 26A,7A -assaying @'seIIN Hb$ 36A,7A -assays @'seIz Ha$,Kj$ 26A,7A -assegai '&s@gaI K6% 3 -assegais '&s@gaIz Kj% 3 -assemblage @'semblIdZ M6% 3 -assemblages @'semblIdZIz Mj$ 4 -assemble @'sembl J2% 32A,6A -assembled @'sembld Jc%,Jd% 32A,6A -assembles @'semblz Ja% 32A,6A -assemblies @'semblIz Kj% 3 -assembling @'semblIN Jb% 32A,6A -assembly @'semblI K8% 3 -assent @'sent I0%,K6% 22A,3A -assented @'sentId Ic%,Id% 32A,3A -assenting @'sentIN Ib% 32A,3A -assents @'sents Ia%,Kj% 22A,3A -assert @'s3t H0% 26A,9,25 -asserted @'s3tId Hc%,Hd% 36A,9,25 -asserting @'s3tIN Hb% 36A,9,25 -assertion @'s3Sn M6% 3 -assertions @'s3Snz Mj% 3 -assertive @'s3tIv OA% 3 -assertively @'s3tIvlI Pu% 4 -asserts @'s3ts Ha% 26A,9,25 -asses '&sIz Kj% 2 -assess @'ses H1% 26A,14 -assessed @'sest Hc%,Hd% 26A,14 -assesses @'sesIz Ha% 36A,14 -assessing @'sesIN Hb% 36A,14 -assessment @'sesm@nt M6% 3 -assessments @'sesm@nts Mj% 3 -assessor @'ses@R K6% 3 -assessors @'ses@z Kj% 3 -asset '&set K6% 2 -assets '&sets Kj% 2 -asseverate @'sev@reIt H2$ 46A,9 -asseverated @'sev@reItId Hc$,Hd$ 56A,9 -asseverates @'sev@reIts Ha$ 46A,9 -asseverating @'sev@reItIN Hb$ 56A,9 -asseveration @,sev@'reISn K6$ 5 -asseverations @,sev@'reISnz Kj$ 5 -asshole '&sh@Ul K6% 2 -assholes '&sh@Ulz Kj% 2 -assiduities ,&sI'djuItIz Mj$ 5 -assiduity ,&sI'djuItI M8% 5 -assiduous @'sIdjU@s OA% 4 -assiduously @'sIdjU@slI Pu% 5 -assign @'saIn H0% 212A,13A,13B,14,17 -assignable @'saIn@bl OA% 4 -assignation ,&sIg'neISn K6% 4 -assignations ,&sIg'neISnz Kj% 4 -assigned @'saInd Hc%,Hd% 212A,13A,13B,14,17 -assigning @'saInIN Hb% 312A,13A,13B,14,17 -assignment @'saInm@nt M6% 3 -assignments @'saInm@nts Mj% 3 -assigns @'saInz Ha% 212A,13A,13B,14,17 -assimilate @'sIm@leIt J2% 42A,3A,6A -assimilated @'sIm@leItId Jc%,Jd% 52A,3A,6A -assimilates @'sIm@leIts Ja% 42A,3A,6A -assimilating @'sIm@leItIN Jb% 52A,3A,6A -assimilation @,sIm@'leISn L@% 5 -assist @'sIst J0% 22A,3A,6A,14,17 -assistance @'sIst@ns L@% 3 -assistant @'sIst@nt K6% 3 -assistants @'sIst@nts Kj% 3 -assisted @'sIstId Jc%,Jd% 32A,3A,6A,14,17 -assisting @'sIstIN Jb% 32A,3A,6A,14,17 -assists @'sIsts Ja% 22A,3A,6A,14,17 -assize @'saIz L@$ 2 -assizes @'saIzIz Kj% 3 -assoc @'s0k Y>% 2 -associate @'s@USI@t K6%,OA% 4 -associate @'s@USIeIt J2% 43A,14 -associated @'s@USIeItId Jc%,Jd% 53A,14 -associates @'s@USI@ts Kj% 4 -associates @'s@USIeIts Ja% 43A,14 -associating @'s@USIeItIN Jb% 53A,14 -association @,s@UsI'eISn M6% 5 -associations @,s@UsI'eISnz Mj% 5 -assonance '&s@n@ns K6% 3 -assonances '&s@n@nsIz Kj$ 4 -assorted @'sOtId OA% 3 -assortment @'sOtm@nt K6% 3 -assortments @'sOtm@nts Kj% 3 -asst @'sIst@nt Y>% 3 -assuage @'sweIdZ H2% 26A -assuaged @'sweIdZd Hc%,Hd% 26A -assuages @'sweIdZIz Ha% 36A -assuaging @'sweIdZIN Hb% 36A -assume @'sjum H2% 26A,9,25 -assumed @'sjumd Hc%,Hd% 26A,9,25 -assumes @'sjumz Ha% 26A,9,25 -assuming @'sjumIN Hb% 36A,9,25 -assumption @'sVmpSn K6% 3 -assumptions @'sVmpSnz Kj% 3 -assurance @'SU@r@ns M6% 3 -assurances @'SU@r@nsIz Mj% 4 -assure @'SU@R H2% 26A,11,14 -assured @'SU@d Hc%,Hd%,OA% 26A,11,14 -assuredly @'SU@rIdlI Pu% 4 -assuredness @'SU@rIdnIs L@% 4 -assures @'SU@z Ha% 26A,11,14 -assuring @'SU@rIN Hb% 36A,11,14 -aster '&st@R K6% 2 -asterisk '&st@rIsk K6% 3 -asterisks '&st@rIsks Kj% 3 -astern @'st3n Pu% 2 -asteroid '&st@roId K6% 3 -asteroids '&st@roIdz Kj% 3 -asters '&st@z Kj% 2 -asthma '&sm@ L@% 2 -asthmatic &s'm&tIk OA% 3 -astigmatic ,&stIg'm&tIk OA% 4 -astigmatism @'stIgm@tIz@m L@% 5 -astir @'st3R Op$,Pu$ 2 -astonish @'st0nIS H1% 36A -astonished @'st0nISt Hc%,Hd% 36A -astonishes @'st0nISIz Ha% 46A -astonishing @'st0nISIN Hb%,OA% 46A -astonishingly @'st0nISINlI Pu% 5 -astonishment @'st0nISm@nt L@% 4 -astound @'staUnd H0% 26A -astounded @'staUndId Hc%,Hd% 36A -astounding @'staUndIN Hb% 36A -astounds @'staUndz Ha% 26A -astrakhan ,&str@'k&n L@% 3 -astral '&str@l OA% 2 -astray @'streI Op%,Pu% 2 -astride @'straId Op%,Pu%,T-% 2 -astringency @'strIndZ@nsI L@% 4 -astringent @'strIndZ@nt K6%,OA% 3 -astringents @'strIndZ@nts Kj% 3 -astrodome '&str@d@Um K6$ 3 -astrodomes '&str@d@Umz Kj$ 3 -astrolabe '&str@leIb K6$ 3 -astrolabes '&str@leIbz Kj$ 3 -astrologer @s'tr0l@dZ@R K6% 4 -astrologers @s'tr0l@dZ@z Kj% 4 -astrological ,&str@'l0dZIkl OA% 5 -astrology @'str0l@dZI L@% 4 -astronaut '&str@nOt K6% 3 -astronautics ,&str@'nOtIks Lk$ 4 -astronauts '&str@nOts Kj% 3 -astronomer @'str0n@m@R K6% 4 -astronomers @'str0n@m@z Kj% 4 -astronomical ,&str@'n0mIkl OA% 5 -astronomically ,&str@'n0mIklI Pu% 5 -astronomy @'str0n@mI L@% 4 -astrophysics ,&str@U'fIzIks Lk% 4 -astute @'stjut OA% 2 -astutely @'stjutlI Pu% 3 -astuteness @'stjutn@s L@% 3 -asunder @'sVnd@R Pu% 3 -asylum @'saIl@m M6% 3 -asylums @'saIl@mz Mj% 3 -asymmetric ,eIsI'metrIk OA% 4 -asymmetrical ,eIsI'metrIkl OA% 5 -asymmetrically ,eIsI'metrIklI Pu% 5 -asymmetry eI'sImItrI L@% 4 -asymptote '&sImt@Ut K6% 3 -asymptotes '&sImt@Uts Kj$ 3 -asymptotic ,&sIm't0tIk OA% 4 -asymptotically ,&sIm't0tIklI Pu% 5 -at &t T-* 1 -at-home @t-'h@Um K6% 2 -at-homes @t-'h@Umz Kj% 2 -atabrine '&t@brin L@$ 3 -atavism '&t@vIz@m K6% 4 -atavisms '&t@vIz@mz Kj$ 4 -atavistic ,&t@'vIstIk OA% 4 -ate et Jc% 12A,2C,3A,4A,6A,15B -atelier &'telIeI K6$ 4 -ateliers &'telIeIz Kj$ 4 -atheism 'eITIIz@m L@% 4 -atheist 'eITIIst K6% 3 -atheistic ,eITI'IstIk OA% 4 -atheists 'eITIIsts Kj% 3 -athirst @'T3st Op$ 2 -athlete '&Tlit K6% 2 -athletes '&Tlits Kj% 2 -athletic &T'letIk OA% 3 -athletics &T'letIks Lk% 3 -athwart @'TwOt Pu%,T-% 2 -atishoo @'tISu W-% 3 -atlas '&tl@s K7% 2 -atlases '&tl@sIz Kj% 3 -atmosphere '&tm@sfI@R M6% 3 -atmospheres '&tm@sfI@z Mj% 3 -atmospheric ,&tm@s'ferIk OA% 4 -atmospherics ,&tm@s'ferIks Lk% 4 -atoll '&t0l K6$ 2 -atolls '&t0lz Kj$ 2 -atom '&t@m K6% 2 -atomic @'t0mIk OA% 3 -atomize '&t@maIz H2% 3 -atomized '&t@maIzd Hc%,Hd% 3 -atomizer '&t@maIz@R K6% 4 -atomizers '&t@maIz@z Kj% 4 -atomizes '&t@maIzIz Ha% 4 -atomizing '&t@maIzIN Hb% 4 -atoms '&t@mz Kj% 2 -atonal eI't@Unl OA% 3 -atonality ,eIt@U'n&lItI L@$ 5 -atone @'t@Un I2% 22A,3A -atoned @'t@Und Ic%,Id% 22A,3A -atonement @'t@Unm@nt L@% 3 -atones @'t@Unz Ia% 22A,3A -atoning @'t@UnIN Ib% 32A,3A -atop @'t0p Pu% 2 -atrabilious ,&tr@'bIlI@s OA$ 5 -atrocious @'tr@US@s OA% 3 -atrociously @'tr@US@slI Pu% 4 -atrocities @'tr0sItIz Mj% 4 -atrocity @'tr0sItI M8% 4 -atrophied '&tr@fId Jc%,Jd% 32A,2B,6A -atrophies '&tr@fIz Ja% 32A,2B,6A -atrophy '&tr@fI J3%,L@% 32A,2B,6A -atrophying '&tr@fIIN Jb% 42A,2B,6A -attaboy ,&t@'boI W-% 3 -attach @'t&tS J1% 23A,6A,14 -attach_e @'t&SeI K6% 3 -attach_es @'t&SeIz Kj% 3 -attached @'t&tSt Jc%,Jd% 23A,6A,14 -attaches @'t&tSIz Ja% 33A,6A,14 -attaching @'t&tSIN Jb% 33A,6A,14 -attachment @'t&tSm@nt M6% 3 -attachments @'t&tSm@nts Mj% 3 -attack @'t&k H0%,M6% 26A -attacked @'t&kt Hc%,Hd% 26A -attacker @'t&k@R K6% 3 -attackers @'t&k@z Kj% 3 -attacking @'t&kIN Hb% 36A -attacks @'t&ks Ha%,Mj% 26A -attain @'teIn J0% 23A,6A -attainable @'taIn@bl OA% 4 -attainder @'teInd@R K6$ 3 -attainders @'teInd@z Kj$ 3 -attained @'teInd Jc%,Jd% 23A,6A -attaining @'teInIN Jb% 33A,6A -attainment @'teInm@nt M6% 3 -attainments @'teInm@nts Mj% 3 -attains @'teInz Ja% 23A,6A -attar '&t@R L@$ 2 -attempt @'tempt H0%,K6% 26A,7A -attempted @'temptId Hc%,Hd% 36A,7A -attempting @'temptIN Hb% 36A,7A -attempts @'tempts Ha%,Kj% 26A,7A -attend @'tend J0% 22A,3A,6A -attendance @'tend@ns M6% 3 -attendances @'tend@nsIz Mj% 4 -attendant @'tend@nt K6%,OA% 3 -attendants @'tend@nts Kj% 3 -attended @'tendId Jc%,Jd% 32A,3A,6A -attending @'tendIN Jb% 32A,3A,6A -attends @'tendz Ja% 22A,3A,6A -attention @'tenSn M6% 3 -attentions @'tenSnz Mj% 3 -attentive @'tentIv OA% 3 -attentively @'tentIvlI Pu% 4 -attentiveness @'tentIvnIs L@% 4 -attenuate @'tenjUeIt H2$ 46A -attenuated @'tenjUeItId Hc$,Hd% 56A -attenuates @'tenjUeIts Ha$ 46A -attenuating @'tenjUeItIN Hb$ 56A -attenuation @,tenjU'eISn L@% 5 -attest @'test J0% 22A,3A,6A -attested @'testId Jc%,Jd% 32A,3A,6A -attesting @'testIN Jb% 32A,3A,6A -attests @'tests Ja% 22A,3A,6A -attic '&tIk K6% 2 -attics '&tIks Kj% 2 -attire @'taI@R H2%,L@% 26A -attired @'taI@d Hc%,Hd% 26A -attires @'taI@z Ha% 26A -attiring @'taI@rIN Hb% 36A -attitude '&tItjud K6% 3 -attitudes '&tItjudz Kj% 3 -attitudinize ,&tI'tjudInaIz I2$ 52A -attitudinized ,&tI'tjudInaIzd Ic$,Id$ 52A -attitudinizes ,&tI'tjudInaIzIz Ia$ 62A -attitudinizing ,&tI'tjudInaIzIN Ib$ 62A -attorney @'t3nI K6% 3 -attorneys @'t3nIz Kj% 3 -attract @'tr&kt H0% 26A -attracted @'tr&ktId Hc%,Hd% 36A -attracting @'tr&ktIN Hb% 36A -attraction @'tr&kSn M6% 3 -attractions @'tr&kSnz Mj% 3 -attractive @'tr&ktIv OA% 3 -attractively @'tr&ktIvlI Pu% 4 -attracts @'tr&kts Ha% 26A -attributable @'trIbjUt@bl OA% 5 -attribute '&trIbjut K6% 3 -attribute @'trIbjut H2% 314 -attributed @'trIbjutId Hc%,Hd% 414 -attributes '&trIbjuts Kj% 3 -attributes @'trIbjuts Ha% 314 -attributing @'trIbjutIN Hb% 414 -attribution ,&trI'bjuSn M6% 4 -attributions ,&trI'bjuSnz Mj$ 4 -attributive @'trIbjUtIv OA% 4 -attributively @'trIbjUtIvlI Pu% 5 -attrition @'trISn L@% 3 -attune @'tjun H2% 214 -attuned @'tjund Hc%,Hd% 214 -attunes @'tjunz Ha% 214 -attuning @'tjunIN Hb% 314 -atypical eI'tIpIkl OA% 4 -atypically eI'tIpIklI Pu% 4 -au fait ,@U 'feI Op% 2 -au fond ,@U 'f0n Pu$ 2 -au pair ,@U 'pe@R K6% 2 -au pairs ,@U 'pe@z Kj% 2 -au revoir ,@U r@'vwAR W-% 3 -aubergine '@Ub@Zin K6% 3 -aubergines '@Ub@Zinz Kj% 3 -aubrietia O'briS@ K6$ 3 -aubrietias O'briS@z Kj$ 3 -auburn 'Ob@n OA% 2 -auction 'OkSn H0%,M6% 26A,15B -auctioned 'OkSnd Hc%,Hd% 26A,15B -auctioneer ,OkS@'nI@R K6% 4 -auctioneers ,OkS@'nI@z Kj% 4 -auctioning 'OkSnIN Hb% 36A,15B -auctions 'OkSnz Ha%,Mj% 26A,15B -audacious O'deIS@s OA% 3 -audaciously O'deIS@slI Pu% 4 -audacity O'd&sItI L@% 4 -audibility ,OdI'bIlItI L@% 5 -audible 'Od@bl OA% 3 -audibly 'Od@blI Pu% 3 -audience 'OdI@ns K6% 3 -audiences 'OdI@nsIz Kj% 4 -audio- ,OdI@U- U-% 3 -audio-lingual ,OdI@U-'lINgw@l OA$ 5 -audit 'OdIt H0%,K6% 26A -audited 'OdItId Hc%,Hd% 36A -auditing 'OdItIN Hb% 36A -audition O'dISn H0%,M6% 36A -auditioned O'dISnd Hc%,Hd% 36A -auditioning O'dISnIN Hb% 46A -auditions O'dISnz Ha%,Mj% 36A -auditor 'OdIt@R K6% 3 -auditorium ,OdI'tOrI@m K6% 5 -auditoriums ,OdI'tOrI@mz Kj% 5 -auditors 'OdIt@z Kj% 3 -auditory 'OdItrI OA% 3 -audits 'OdIts Ha%,Kj% 26A -auger 'Og@R K6$ 2 -augers 'Og@z Kj$ 2 -aught Ot L@$ 1 -augment Og'ment J0% 22A,6A -augmentation ,Ogmen'teISn M6% 4 -augmentations ,Ogmen'teISnz Mj% 4 -augmented Og'mentId Jc%,Jd% 32A,6A -augmenting Og'mentIN Jb% 32A,6A -augments Og'ments Ja% 22A,6A -augur 'Og@R J0%,K6$ 22A,6A -augured 'Og@d Jc%,Jd% 22A,6A -auguries 'OgjUrIz Kj$ 3 -auguring 'Og@rIN Jb$ 32A,6A -augurs 'Og@z Ja%,Kj$ 22A,6A -augury 'OgjUrI K8$ 3 -august O'gVst OA% 2 -auk Ok K6% 1 -auks Oks Kj% 1 -auld lang syne ,Old l&N 'zaIn Ki% 3 -aunt Ant K6% 1 -auntie 'AntI K6% 2 -aunties 'AntIz Kj% 2 -aunts Ants Kj% 1 -aunty 'AntI K8% 2 -aura 'Or@ K6% 2 -aural 'Or@l OA% 2 -auras 'Or@z Kj% 2 -aureole 'OrI@Ul K6$ 3 -aureoles 'OrI@Ulz Kj$ 3 -auricle 'OrIkl K6$ 3 -auricles 'OrIklz Kj$ 3 -auricular O'rIkjUl@R OA$ 4 -auriferous O'rIf@r@s OA$ 4 -aurora O'rOr@ K6% 3 -auroras O'rOr@z Kj% 3 -auspices 'OspIsIz Kj% 3 -auspicious O'spIS@s OA% 3 -auspiciously O'spIS@slI Pu% 4 -austere O'stI@R OA% 2 -austerely O'stI@lI Pu% 3 -austerities O'sterItIz Mj% 4 -austerity O'sterItI M8% 4 -autarchies 'OtAkIz Mj$ 3 -autarchy 'OtAkI M8$ 3 -autarky 'OtAkI L@$ 3 -authentic O'TentIk OA% 3 -authentically O'TentIklI Pu% 4 -authenticate O'TentIkeIt H2% 46A -authenticated O'TentIkeItId Hc%,Hd% 56A -authenticates O'TentIkeIts Ha% 46A -authenticating O'TentIkeItIN Hb% 56A -authentication O,TentI'keISn L@% 5 -authenticity ,OT@n'tIsItI L@% 5 -author 'OT@R K6% 2 -authoress 'OT@rIs K7$ 3 -authoresses 'OT@rIsIz Kj$ 4 -authoritarian O,T0rI'te@rI@n K6%,OA% 6 -authoritarianism OT,0rI'te@rI@nIz@m L@% 8 -authoritarians O,T0rI'te@rI@nz Kj% 6 -authoritative O'T0rIt@tIv OA% 5 -authoritatively O'T0rIt@tIvlI Pu% 6 -authorities O'T0rItIz Mj% 4 -authority O'T0rItI M8% 4 -authorization ,OT@raI'zeISn L@% 5 -authorize 'OT@raIz H2% 36A,17 -authorized 'OT@raIzd Hc%,Hd% 36A,17 -authorizes 'OT@raIzIz Ha% 46A,17 -authorizing 'OT@raIzIN Hb% 46A,17 -authors 'OT@z Kj% 2 -authorship 'OT@SIp L@% 3 -autism 'OtIz@m L@% 3 -autistic O'tIstIk OA% 3 -auto 'Ot@U K6% 2 -auto- ,Ot@U- U-% 2 -auto-changer 'Ot@U-tSeIndZ@R K6$ 4 -auto-changers 'Ot@U-tSeIndZ@z Kj$ 4 -auto-da-f_e ,Ot@U-dA-'feI Ki$ 4 -autobahn 'Ot@bAn K6$ 3 -autobahnen 'Ot@bAn@n Kj$ 4 -autobahns 'Ot@bAnz Kj$ 3 -autobiographic ,Ot@baI@'gr&fIk OA$ 6 -autobiographical ,Ot@,baI@'gr&fIkl OA% 7 -autobiographies ,Ot@baI'0gr@fIz Mj% 6 -autobiography ,Ot@baI'0gr@fI M8% 6 -autocracies O't0kr@sIz Mj% 4 -autocracy O't0kr@sI M8% 4 -autocrat 'Ot@kr&t K6% 3 -autocratic ,Ot@'kr&tIk OA% 4 -autocratically ,Ot@'kr&tIklI Pu% 5 -autocrats 'Ot@kr&ts Kj% 3 -autogiro ,Ot@U'dZaI@r@U K6$ 4 -autogiros ,Ot@U'dZaI@r@Uz Kj$ 4 -autograph 'Ot@grAf H0%,K6% 36A -autographed 'Ot@grAft Hc%,Hd% 36A -autographing 'Ot@grAfIN Hb% 46A -autographs 'Ot@grAfs Ha%,Kj% 36A -autogyro ,Ot@U'dZaI@r@U K6$ 4 -autogyros ,Ot@U'dZaI@r@Uz Kj$ 4 -automat 'Ot@m&t K6$ 3 -automata O't0m@t@ Kj% 4 -automate 'Ot@meIt H2% 3 -automated 'Ot@meItId Hc%,Hd% 4 -automates 'Ot@meIts Ha% 3 -automatic ,Ot@'m&tIk K6%,OA% 4 -automatically ,Ot@'m&tIklI Pu% 5 -automatics ,Ot@'m&tIks Kj% 4 -automating 'Ot@meItIN Hb% 4 -automation ,Ot@'meISn L@% 4 -automaton O't0m@t@n K6% 4 -automatons O't0m@t@nz Kj% 4 -automats 'Ot@m&ts Kj$ 3 -automobile 'Ot@m@bil K6% 4 -automobiles 'Ot@m@bilz Kj% 4 -autonomies O't0n@mIz Mj$ 4 -autonomous O't0n@m@s OA% 4 -autonomy O't0n@mI M8% 4 -autopsies 'Ot0psIz Kj% 3 -autopsy 'Ot0psI K8% 3 -autos 'Ot@Uz Kj% 2 -autos-da-f_e ,Ot@Uz-dA-'feI Kj$ 4 -autostrada ,Ot@U'strAd@ K6$ 4 -autostradas ,Ot@U'strAd@z Kj% 4 -autostrade ,aUt@U'strAdeI Kj$ 4 -autumn 'Ot@m M6% 2 -autumnal O'tVmn@l OA% 3 -autumns 'Ot@mz Mj% 2 -auxiliaries Og'zIlI@rIz Kj% 5 -auxiliary Og'zIlI@rI K8%,OA% 5 -avail @'veIl J0%,L@% 22A,3A,14 -availability @,veIl@'bIlItI L@% 6 -available @'veIl@bl OA% 4 -availed @'veIld Jc%,Jd% 22A,3A,14 -availing @'veIlIN Jb% 32A,3A,14 -avails @'veIlz Ja% 22A,3A,14 -avalanche '&v@lAnS K6% 3 -avalanches '&v@lAnSIz Kj% 4 -avant-garde ,&v0n-'gAd Ki% 3 -avarice '&v@rIs L@% 3 -avaricious ,&v@'rIS@s OA% 4 -avariciously ,&v@'rIS@slI Pu% 5 -avast @'vAst W-% 2 -avatar ,&v@'tAR K6$ 3 -avatars ,&v@'tAz Kj$ 3 -avaunt @'vOnt W-$ 2 -avenge @'vendZ H2% 26A,14 -avenged @'vendZd Hc%,Hd% 26A,14 -avenger @'vendZ@R K6% 3 -avengers @'vendZ@z Kj% 3 -avenges @'vendZIz Ha% 36A,14 -avenging @'vendZIN Hb% 36A,14 -avenue '&v@nju K6% 3 -avenues '&v@njuz Kj% 3 -aver @'v3R H4% 26A,9 -average '&v@rIdZ J2%,M6%,OA% 32B,6A -averaged '&v@rIdZd Jc%,Jd% 32B,6A -averages '&v@rIdZIz Ja%,Mj% 42B,6A -averaging '&v@rIdZIN Jb% 42B,6A -averred @'v3d Hc%,Hd% 26A,9 -averring @'v3rIN Hb% 36A,9 -avers @'v3z Ha% 26A,9 -averse @'v3s OA% 2 -aversion @'v3Sn M6% 3 -aversions @'v3Snz Mj% 3 -avert @'v3t H0% 26A,14 -averted @'v3tId Hc%,Hd% 36A,14 -averting @'v3tIN Hb% 36A,14 -averts @'v3ts Ha% 26A,14 -aviaries 'eIvI@rIz Kj% 4 -aviary 'eIvI@rI K8% 4 -aviation ,eIvI'eISn L@% 4 -aviator 'eIvIeIt@R K6% 4 -aviators 'eIvIeIt@z Kj% 4 -avid '&vId OA% 2 -avidity @'vIdItI L@% 4 -avidly '&vIdlI Pu% 3 -avocado ,&v@'kAd@U K6% 4 -avocados ,&v@'kAd@Uz Kj% 4 -avocation ,&v@'keISn K6$ 4 -avocations ,&v@'keISnz Kj$ 4 -avoid @'voId H0% 26A,6C -avoidable @'voId@bl OA% 4 -avoidance @'voId@ns L@% 3 -avoided @'voIdId Hc%,Hd% 36A,6C -avoiding @'voIdIN Hb% 36A,6C -avoids @'voIdz Ha% 26A,6C -avoirdupois ,&v@d@'poIz L@$ 4 -avouch @'vaUtS J1$ 23A,6A,9 -avouched @'vaUtSt Jc$,Jd$ 23A,6A,9 -avouches @'vaUtSIz Ja$ 33A,6A,9 -avouching @'vaUtSIN Jb$ 33A,6A,9 -avow @'vaU H0$ 26A,25 -avowal @'v@U@l M6$ 3 -avowals @'v@U@lz Mj$ 3 -avowed @'vaUd Hc$,Hd% 26A,25 -avowedly @'vaUIdlI Pu% 4 -avowing @'vaUIN Hb% 36A,25 -avows @'vaUz Ha% 26A,25 -avuncular @'vVNkjUl@R OA% 4 -await @'weIt H0% 26A -awaited @'weItId Hc%,Hd% 36A -awaiting @'weItIN Hb% 36A -awaits @'weIts Ha% 26A -awake @'weIk I5%,Op% 22A,3A,4B -awaken @'weIk@n H0% 36A,14 -awakened @'weIk@nd Hc%,Hd% 36A,14 -awakening @'weIk@nIN Hb% 46A,14 -awakening @'weIknIN K6% 3 -awakenings @'weIknINz Kj% 3 -awakens @'weIk@nz Ha% 36A,14 -awakes @'weIks Ia% 22A,3A,4B -awaking @'weIkIN Ib% 32A,3A,4B -award @'wOd H0%,K6% 26A,12A,13A -awarded @'wOdId Hc%,Hd% 36A,12A,13A -awarding @'wOdIN Hb% 36A,12A,13A -awards @'wOdz Ha%,Kj% 26A,12A,13A -aware @'we@R Op% 2 -awareness @'we@n@s L@% 3 -awash @'w0S Op% 2 -away @'weI OA*,P+* 2 -awe O H2%,L@% 16A,14 -awe-inspiring 'O-InspaIrIN OA% 4 -awe-stricken 'O-strIk@n OA% 3 -awe-struck 'O-strVk OA% 2 -awed Od Hc%,Hd% 16A,14 -aweigh @'weI Pu$ 2 -awes Oz Ha% 16A,14 -awesome 'Os@m OA% 2 -awful 'Of@l OA% 2 -awfully 'OflI Pu% 2 -awhile @'waIl Pu% 2 -awing 'OIN Hb$ 26A,14 -awkward 'Okw@d OA% 2 -awkwardly 'Okw@dlI Pu% 3 -awkwardness 'Okw@dn@s L@% 3 -awl Ol K6$ 1 -awls Olz Kj$ 1 -awning 'OnIN K6% 2 -awnings 'OnINz Kj% 2 -awoke @'w@Uk Ic%,Id% 22A,3A,4B -awoken @'w@Uk@n Id% 32A,3A,4B -awry @'raI Op%,Pu% 2 -ax &ks H1$,K7$ 16A -axe &ks H2%,K6% 16A -axed &kst Hc%,Hd% 16A -axes '&ksIz Ha%,Kj% 26A -axes '&ksiz Kj% 2 -axing '&ksIN Hb% 26A -axiom '&ksI@m K6% 3 -axiomatic ,&ksI@'m&tIk OA% 5 -axiomatically ,&ksI@'m&tIklI Pu% 5 -axioms '&ksI@mz Kj% 3 -axis '&ksIs Ki% 2 -axle '&ksl K6% 2 -axles '&kslz Kj% 2 -ay aI Pu$,W-% 1 -ayah 'aI@ K6$ 2 -ayahs 'aI@z Kj$ 2 -aye aI Pu$,W-% 1 -aye eI Pu$ 1 -ayes aIz Kj$ 1 -ays aIz Kj$ 1 -azalea @'zeIlI@ K6$ 4 -azaleas @'zeIlI@z Kj$ 4 -azimuth '&zIm@T K6$ 3 -azimuths '&zIm@Ts Kj$ 3 -azure '&Z@R K6%,OA% 2 -azures '&Z@z Kj$ 2 -b bi Ki$ 1 -b's biz Kj$ 1 -b^ete noire ,bet 'nwAR Ki% 2 -b^etes noires ,bet 'nwA Kj% 2 -baa bA I0%,K6% 1 -baa'd bAd Ic$ 1 -baa-lamb 'bA-l&m K6% 2 -baa-lambs 'bA-l&mz Kj% 2 -baaed bAd Ic$,Id$ 1 -baaing 'bAIN Ib% 2 -baas bAs Ki$ 1 -baas bAz Ia$,Kj$ 1 -babble 'b&bl J2%,L@% 22A,2B,2C,6A,15B -babbled 'b&bld Jc%,Jd% 22A,2B,2C,6A,15B -babbler 'b&bl@R K6% 2 -babblers 'b&bl@z Kj% 2 -babbles 'b&blz Ja% 22A,2B,2C,6A,15B -babbling 'b&blIN Jb% 22A,2B,2C,6A,15B -babe beIb K6% 1 -babel 'beIbl K6% 2 -babels 'beIblz Kj$ 2 -babes beIbz Kj% 1 -babied 'beIbId Hc%,Hd% 26A -babies 'beIbIz Ha%,Kj% 26A -baboo 'bAbu K6$ 2 -baboon b@'bun K6% 2 -baboons b@'bunz Kj% 2 -baboos 'bAbuz Kj$ 2 -babu 'bAbu K6$ 2 -babus 'bAbuz Kj$ 2 -baby 'beIbI H3%,K8% 26A -baby-faced 'beIbI-feIst OA% 3 -baby-farmer 'beIbI-fAm@R K6$ 4 -baby-farmers 'beIbI-fAm@z Kj$ 4 -baby-minder 'beIbI-maInd@R K6% 4 -baby-minders 'beIbI-maInd@z Kj% 4 -baby-talk 'beIbI-tOk L@% 3 -babyhood 'beIbIhUd Ki% 3 -babying 'beIbIIN Hb% 36A -babyish 'beIbIIS OA% 3 -babysat 'beIbIs&t Ic%,Id% 3 -babysit 'beIbIsIt I5% 3 -babysits 'beIbIsIts Ia% 3 -babysitter 'beIbIsIt@R K6% 4 -babysitters 'beIbIsIt@z Kj% 4 -babysitting 'beIbIsItIN Ib%,L@% 4 -baccalaureate ,b&k@'lOrI@t K6% 5 -baccalaureates ,b&k@'lOrI@ts Kj% 5 -baccarat 'b&k@rA L@$ 3 -bacchanal 'b&k@n@l K6%,OA$ 3 -bacchanalian ,b&k@'neIlI@n OA% 5 -bacchanals 'b&k@n@lz Kj% 3 -baccy 'b&kI L@% 2 -bachelor 'b&tS@l@R K6% 3 -bachelors 'b&tS@l@z Kj% 3 -bacilli b@'sIlaI Kj% 3 -bacillus b@'sIl@s Ki% 3 -back b&k J0%,K6%,P+* 12A,2C,3A,6A,15A,15B -back-blocks 'b&k-bl0ks Kj$ 2 -back-breaking 'b&k-breIkIN OA% 3 -back-down 'b&k-daUn K6% 2 -back-downs 'b&k-daUnz Kj$ 2 -back-formation 'b&k-fO,meISn M6$ 4 -back-formations 'b&k-fO,meISnz Mj$ 4 -back-strokes 'b&k-str@Uks Mj% 2 -back-up 'b&k-Vp K6% 2 -back-ups 'b&k-Vps Kj% 2 -backache 'b&keIk M6% 2 -backaches 'b&keIks Mj% 2 -backband 'b&kb&nd K6$ 2 -backbands 'b&kb&ndz Kj$ 2 -backbench 'b&kbentS K7% 2 -backbencher b&k'bentS@R K6% 3 -backbenchers b&k'bentS@z Kj% 3 -backbenches 'b&kbentSIz Kj% 3 -backbit 'b&kbIt Jc$ 2 -backbite 'b&kbaIt J5% 2 -backbiter 'b&kbaIt@R K6% 3 -backbiters 'b&kbaIt@z Kj% 3 -backbites 'b&kbaIts Ja% 2 -backbiting 'b&kbaItIN Jb% 3 -backbitten 'b&kbIt@n Jd$ 3 -backboard 'b&kbOd K6$ 2 -backboards 'b&kbOdz Kj$ 2 -backbone 'b&kb@Un M6% 2 -backbones 'b&kb@Unz Mj% 2 -backchat 'b&ktS&t L@% 2 -backcloth 'b&k+kl0T K6% 2 -backcloths 'b&k+kl0Ts Kj% 2 -backdate b&k'deIt H2% 2 -backdated b&k'deItId Hc%,Hd% 3 -backdates b&k'deIts Ha% 2 -backdating b&k'deItIN Hb% 3 -backdoor b&k'dOR K6% 2 -backdoors b&k'dOz Kj% 2 -backdrop 'b&kdr0p K6% 2 -backdrops 'b&kdr0ps Kj% 2 -backed b&kt Jc%,Jd% 12A,2C,3A,6A,15A,15B -backer 'b&k@R K6% 2 -backers 'b&k@z Kj% 2 -backfire b&k'faI@R I2%,K6% 2 -backfired b&k'faI@d Ic%,Id% 2 -backfires b&k'faI@z Ia%,Kj% 2 -backfiring b&k'faI@rIN Ib% 3 -backgammon b&k'g&m@n L@% 3 -background 'b&kgraUnd K6% 2 -backgrounds 'b&kgraUndz Kj% 2 -backhand 'b&kh&nd OA% 2 -backhanded 'b&kh&ndId OA% 3 -backing 'b&kIN Jb%,M6% 22A,2C,3A,6A,15A,15B -backings 'b&kINz Mj% 2 -backlash 'b&kl&S L@% 2 -backless 'b&kl@s OA% 2 -backlog 'b&kl0g K6% 2 -backlogs 'b&kl0gz Kj$ 2 -backmost 'b&km@Ust OA$ 2 -backpedal b&k'ped@l I4% 3 -backpedalled b&k'ped@ld Ic%,Id% 3 -backpedalling b&k'ped@lIN Ib% 4 -backpedals b&k'ped@lz Ia% 3 -backroom 'b&krum K6% 2 -backrooms 'b&krumz Kj% 2 -backs b&ks Ja%,Kj% 12A,2C,3A,6A,15A,15B -backscratcher 'b&kskr&tS@R K6% 3 -backscratchers 'b&kskr&tS@z Kj% 3 -backseat b&k'sit K6% 2 -backseats b&k'sits Kj% 2 -backsheesh 'b&kSiS M9% 2 -backside 'b&ksaId K6% 2 -backsides 'b&ksaIdz Kj% 2 -backslid b&k'slId Ic$,Id$ 22A -backslide b&k'slaId I5% 22A -backslides b&k'slaIdz Ia% 22A -backsliding b&k'slaIdIN Ib% 32A -backspace 'b&kspeIs I2% 2 -backspaced 'b&kspeIst Ic%,Id% 2 -backspaces 'b&kspeIsIz Ia% 3 -backspacing 'b&kspeIsIN Ib% 3 -backstage 'b&ksteIdZ Pu% 2 -backstair 'b&kste@R OA$ 2 -backstairs 'b&kste@z Kj% 2 -backstays 'b&ksteIz Kj$ 2 -backstroke 'b&kstr@Uk M6% 2 -backsword 'b&ksOd K6$ 2 -backswords 'b&ksOdz Kj$ 2 -backtalk 'b&ktOk L@% 2 -backward 'b&kw@d OA%,Pu% 2 -backwards 'b&kw@dz OA%,Pu% 2 -backwash 'b&kw0S L@% 2 -backwater 'b&kwOt@R K6% 3 -backwaters 'b&kwOt@z Kj% 3 -backwoods 'b&kwUdz Kj% 2 -backwoodsman b&k'wUdzm@n Ki% 3 -backwoodsmen b&k'wUdzm@n Kj% 3 -bacon 'beIk@n L@% 2 -bacteria b&k'tI@rI@ Kj% 4 -bacterial b&k'tI@rI@l OA% 4 -bacteriologist b&k,tI@rI'0l@dZIst K6% 6 -bacteriologists b&k,tI@rI'0l@dZIsts Kj% 6 -bacteriology b&k,tI@rI'0l@dZI L@% 6 -bacterium b&k'tI@rI@m Ki% 4 -bad b&d L@%,OE% 1 -bade b&d Jc% 112A,13A,17,18B -badge b&dZ K6% 1 -badger 'b&dZ@R H0%,K6% 26A,14,16A -badgered 'b&dZ@d Hc%,Hd% 26A,14,16A -badgering 'b&dZ@rIN Hb% 36A,14,16A -badgers 'b&dZ@z Ha%,Kj% 26A,14,16A -badges 'b&dZIz Kj% 2 -badinage 'b&dInAZ L@% 3 -badlands 'b&dl&ndz Kj% 2 -badly 'b&dlI Pu% 2 -badly-behaved ,b&dlI-bI'heIvd OA% 4 -badminton 'b&dmInt@n L@% 3 -badness 'b&dn@s L@% 2 -baffle 'b&fl H2%,K6% 26A -baffled 'b&fld Hc%,Hd% 26A -baffles 'b&flz Ha%,Kj% 26A -baffling 'b&flIN Hb% 26A -bag b&g J4%,K6% 12A,2C,6A,15B -bagatelle ,b&g@'tel M6% 3 -bagatelles ,b&g@'telz Mj% 3 -baggage 'b&gIdZ L@% 2 -bagged b&gd Jc%,Jd% 12A,2C,6A,15B -bagging 'b&gIN Jb% 22A,2C,6A,15B -baggy 'b&gI OA% 2 -bagnio 'bAnI@U K6$ 3 -bagnios 'bAnI@Uz Kj$ 3 -bagpipe 'b&gpaIp K6$ 2 -bagpipes 'b&gpaIps Kj% 2 -bags b&gz Ja%,Kj% 12A,2C,6A,15B -bah bA W-% 1 -bail beIl J0%,M6% 12A,2C,6A,15B -bailed beIld Jc%,Jd% 12A,2C,6A,15B -bailee ,beI'li K6$ 2 -bailees ,beI'liz Kj$ 2 -bailey 'beIlI K6% 2 -baileys 'beIlIz Kj% 2 -bailiff 'beIlIf K6% 2 -bailiffs 'beIlIfs Kj% 2 -bailing 'beIlIN Jb% 22A,2C,6A,15B -bailment 'beIlm@nt K6$ 2 -bailments 'beIlm@nts Kj$ 2 -bailor 'beIlOR K6$ 2 -bailors 'beIlOz Kj$ 2 -bails beIlz Ja%,Mj% 12A,2C,6A,15B -bairn be@n K6% 1 -bairns be@nz Kj% 1 -bait beIt J0%,K6% 12A,6A -baited 'beItId Jc%,Jd% 22A,6A -baiting 'beItIN Jb% 22A,6A -baits beIts Ja%,Kj% 12A,6A -baize beIz L@% 1 -bake beIk J2% 12A,2C,6A,22 -baked beIkt Jc%,Jd% 12A,2C,6A,22 -bakelite 'beIk@laIt L@% 3 -baker 'beIk@R K6% 2 -bakeries 'beIk@rIz Kj% 3 -bakers 'beIk@z Kj% 2 -bakery 'beIk@rI K8% 3 -bakes beIks Ja% 12A,2C,6A,22 -baking 'beIkIN Jb% 22A,2C,6A,22 -baking-hot ,beIkIN-'h0t OA% 3 -baking-powder 'beIkIN-p@Ud@R K6% 4 -baking-powders 'beIkIN-p@Ud@z Kj% 4 -baksheesh 'b&kSiS M9% 2 -balaclava ,b&l@'klAv@ K6% 4 -balaclavas ,b&l@'klAv@z Kj% 4 -balalaika ,b&l@'laIk@ K6% 4 -balalaikas ,b&l@'laIk@z Kj% 4 -balance 'b&l@ns J2%,M6% 22A,6A,14,15A -balance-sheet 'b&l@ns-Sit K6% 3 -balance-sheets 'b&l@ns-Sits Kj% 3 -balance-wheel 'b&l@ns-wil K6% 3 -balance-wheels 'b&l@ns-wilz Kj% 3 -balanced 'b&l@nst Jc%,Jd% 22A,6A,14,15A -balances 'b&l@nsIz Ja%,Mj% 32A,6A,14,15A -balancing 'b&l@nsIN Jb% 32A,6A,14,15A -balconied 'b&lk@nId OA% 3 -balconies 'b&lk@nIz Kj% 3 -balcony 'b&lk@nI K8% 3 -bald bOld OC% 1 -bald-head 'bOld-hed K6$ 2 -bald-heads 'bOld-hedz Kj$ 2 -bald-pate 'bOld-peIt K6% 2 -bald-pates 'bOld-peIts Kj$ 2 -balder 'bOld@R Or% 2 -balderdash 'bOld@d&S L@% 3 -baldest 'bOldIst Os% 2 -baldly 'bOldlI Pu% 2 -baldness 'bOldn@s L@% 2 -baldric 'bOldrIk K6$ 2 -baldrics 'bOldrIks Kj$ 2 -bale beIl H2%,K6% 16A -baled beIld Hc%,Hd% 16A -baleful 'beIlf@l OA% 2 -balefully 'beIlf@lI Pu% 3 -bales beIlz Ha%,Kj% 16A -baling 'beIlIN Hb% 26A -balk bOk J0%,K6% 12A,3A,6A,14 -balked bOkt Jc%,Jd% 12A,3A,6A,14 -balking 'bOkIN Jb% 22A,3A,6A,14 -balks bOks Ja%,Kj% 12A,3A,6A,14 -ball bOl J0$,K6%,W-$ 1 -ball-cartridge bOl-'kAtrIdZ K6$ 3 -ball-cartridges bOl-'kAtrIdZIz Kj$ 4 -ball-dress 'bOl-dres K7% 2 -ball-dresses 'bOl-dresIz Kj% 3 -ballad 'b&l@d K6% 2 -ballade b&'lAd K6$ 2 -ballades b&'lAdz Kj$ 2 -ballads 'b&l@dz Kj% 2 -ballast 'b&l@st H0%,L@% 26A -ballasted 'b&l@stId Hc%,Hd% 36A -ballasting 'b&l@stIN Hb% 36A -ballasts 'b&l@sts Ha% 26A -ballbearing bOl'be@rIN K6% 3 -ballbearings bOl'be@rINz Kj% 3 -ballcock 'bOlk0k K6% 2 -ballcocks 'bOlk0ks Kj% 2 -balled bOld Jc$,Jd$ 1 -ballerina ,b&l@'rin@ K6% 4 -ballerinas ,b&l@'rin@z Kj% 4 -ballet 'b&leI M6% 2 -ballet-dancer 'b&lI-dAns@R K6% 4 -ballet-dancers 'b&lI-dAns@z Kj% 4 -ballet-skirt 'b&lI-sk3t K6% 3 -ballet-skirts 'b&lI-sk3ts Kj% 3 -ballets 'b&leIz Mj% 2 -balling 'bOlIN Jb$ 2 -ballistic b@'lIstIk OA% 3 -ballistics b@'lIstIks Lk% 3 -ballock 'b0l@k K6$ 2 -ballocks 'b0l@ks Kj$ 2 -balloon b@'lun I0%,K6% 22A,2C -ballooned b@'lund Ic%,Id% 22A,2C -ballooning b@'lunIN Ib% 32A,2C -balloonist b@'lunIst K6% 3 -balloonists b@'lunIsts Kj% 3 -balloons b@'lunz Ia%,Kj% 22A,2C -ballot 'b&l@t I0%,M6% 22A,3A -ballot-box 'b&l@t-b0ks K7% 3 -ballot-boxes 'b&l@t-b0ksIz Kj% 4 -balloted 'b&l@tId Ic%,Id% 32A,3A -balloting 'b&l@tIN Ib% 32A,3A -ballots 'b&l@ts Ia%,Mj% 22A,3A -ballpen 'bOlpen K6% 2 -ballpens 'bOlpenz Kj% 2 -ballpoint 'bOlpoInt K6% 2 -ballpoint-pen ,bAlpoInt-'pen K6% 3 -ballpoint-pens ,bAlpoInt-'penz Kj% 3 -ballpoints 'bOlpoInts Kj% 2 -ballroom 'bOlrum K6% 2 -ballrooms 'bOlrumz Kj% 2 -balls bOlz Ja$,Kj%,W-% 1 -balls-up 'bAlz-Vp K6% 2 -balls-ups 'bAlz-Vps Kj% 2 -bally 'b&lI OA$,Pu$ 2 -ballyhoo ,b&lI'hu L@% 3 -balm bAm L@% 1 -balmier 'bAmI@R Or% 3 -balmiest 'bAmIIst Os% 3 -balmy 'bAmI OD% 2 -baloney b@'l@UnI L@% 3 -balsa 'bOls@ M6% 2 -balsam 'bOls@m K6% 2 -balsams 'bOls@mz Kj$ 2 -balsas 'bOls@z Mj$ 2 -baluster 'b&l@st@R K6$ 3 -balusters 'b&l@st@z Kj$ 3 -balustrade ,b&l@'streId K6% 3 -balustrades ,b&l@'streIdz Kj% 3 -bambino b&m'bin@U K6% 3 -bambinos b&m'bin@Uz Kj% 3 -bamboo b&m'bu M6% 2 -bamboos b&m'buz Mj% 2 -bamboozle b&m'buzl H2% 36A,14 -bamboozled b&m'buzld Hc%,Hd% 36A,14 -bamboozles b&m'buzlz Ha% 36A,14 -bamboozling b&m'buzlIN Hb% 36A,14 -ban b&n H4%,K6% 16A,14 -banal b@'nAl OA% 2 -banalities b@'n&lItIz Mj% 4 -banality b@'n&lItI M8% 4 -banana b@'nAn@ K6% 3 -bananas b@'nAn@z Kj% 3 -band b&nd J0%,K6% 12C,6A,14,15B -band-saw 'b&nd-sO K6$ 2 -band-saws 'b&nd-sOz Kj$ 2 -bandage 'b&ndIdZ H2%,K6% 26A,15B -bandaged 'b&ndIdZd Hc%,Hd% 26A,15B -bandages 'b&ndIdZIz Ha%,Kj% 36A,15B -bandaging 'b&ndIdZIN Hb% 36A,15B -bandanna b&n'd&n@ K6$ 3 -bandannas b&n'd&n@z Kj$ 3 -bandbox 'b&ndb0ks K7$ 2 -bandboxes 'b&ndb0ksIz Kj$ 3 -bandeau 'b&nd@U Ki$ 2 -bandeaux 'b&nd@Uz Kj$ 2 -banded 'b&ndId Jc%,Jd% 22C,6A,14,15B -bandied 'b&ndId Hc%,Hd% 26A,14,15B -bandier 'b&ndI@R Or$ 3 -bandies 'b&ndIz Ha% 26A,14,15B -bandiest 'b&ndIIst Os% 3 -banding 'b&ndIN Jb% 22C,6A,14,15B -bandit 'b&ndIt K6% 2 -banditry 'b&ndItrI L@% 3 -bandits 'b&ndIts Kj% 2 -bandleader 'b&ndlid@R K6% 3 -bandleaders 'b&ndlid@z Kj% 3 -bandmaster 'b&ndmAst@R K6% 3 -bandmasters 'b&ndmAst@z Kj% 3 -bandoleer ,b&nd@'lI@R K6$ 3 -bandoleers ,b&nd@'lI@z Kj$ 3 -bandolier ,b&nd@'lI@R K6$ 4 -bandoliers ,b&nd@'lI@z Kj$ 4 -bands b&ndz Ja%,Kj% 12C,6A,14,15B -bandsman 'b&ndzm@n Ki% 2 -bandsmen 'b&ndzm@n Kj% 2 -bandstand 'b&ndst&nd K6% 2 -bandstands 'b&ndst&ndz Kj% 2 -bandwagon 'b&ndw&g@n K6% 3 -bandwagons 'b&ndw&g@nz Kj$ 3 -bandy 'b&ndI H3%,OD% 26A,14,15B -bandy-legged ,b&ndI-'legId OA% 4 -bandying 'b&ndIIN Hb% 36A,14,15B -bane beIn L@% 1 -baneful 'beInf@l OA$ 2 -banefully 'beInf@lI Pu$ 3 -bang b&N J0%,M6%,Pu%,W-% 12A,2C,6A,15B -banged b&Nd Jc%,Jd% 12A,2C,6A,15B -banger 'b&N@R K6% 2 -bangers 'b&N@z Kj% 2 -banging 'b&NIN Jb% 22A,2C,6A,15B -bangle 'b&Ngl K6% 2 -bangles 'b&Nglz Kj% 2 -bangs b&Nz Ja%,Mj% 12A,2C,6A,15B -banian 'b&nj@n K6$ 2 -banian-tree 'b&nj@n-tri K6$ 3 -banian-trees 'b&nj@n-triz Kj$ 3 -banians 'b&nj@nz Kj$ 2 -banish 'b&nIS H1% 26A,14 -banished 'b&nISt Hc%,Hd% 26A,14 -banishes 'b&nISIz Ha% 36A,14 -banishing 'b&nISIN Hb% 36A,14 -banishment 'b&nISm@nt L@% 3 -banister 'b&nIst@R K6% 3 -banisters 'b&nIst@z Kj% 3 -banjo 'b&ndZ@U K6% 2 -banjoes 'b&ndZ@Uz Kj% 2 -banjos 'b&ndZ@Uz Kj% 2 -bank b&Nk J0%,K6% 12A,2C,3A,6A,15B -bank-bill 'b&Nk-bIl K6$ 2 -bank-bills 'b&Nk-bIlz Kj$ 2 -bank-book 'b&Nk-bUk K6% 2 -bank-books 'b&Nk-bUks Kj% 2 -bank-draft 'b&Nk-drAft K6% 2 -bank-drafts 'b&Nk-drAfts Kj% 2 -bank-rate 'b&Nk-reIt K6% 2 -bank-rates 'b&Nk-reIts Kj% 2 -banked b&Nkt Jc%,Jd% 12A,2C,3A,6A,15B -banker 'b&Nk@R K6% 2 -bankers 'b&Nk@z Kj% 2 -banking 'b&NkIN Jb%,L@% 22A,2C,3A,6A,15B -banknote 'b&Nkn@Ut K6% 2 -banknotes 'b&Nkn@Uts Kj% 2 -bankroll 'b&Nkr@Ul K6% 2 -bankrolls 'b&Nkr@Ulz Kj% 2 -bankrupt 'b&NkrVpt H0%,K6%,OA% 26A -bankruptcies 'b&Nkr@psIz Mj% 3 -bankruptcy 'b&Nkr@psI M8% 3 -bankrupted 'b&NkrVptId Hc%,Hd% 36A -bankrupting 'b&NkrVptIN Hb% 36A -bankrupts 'b&NkrVpts Ha%,Kj% 26A -banks b&Nks Ja%,Kj% 12A,2C,3A,6A,15B -banned b&nd Hc%,Hd% 16A,14 -banner 'b&n@R K6% 2 -banners 'b&n@z Kj% 2 -banning 'b&nIN Hb% 26A,14 -banning-order 'b&nIN-Od@R K6% 4 -banning-orders 'b&nIN-Od@z Kj% 4 -bannister 'b&nIst@R K6$ 3 -bannisters 'b&nIst@z Kj$ 3 -bannock 'b&n@k K6$ 2 -bannocks 'b&n@ks Kj$ 2 -banns b&nz Kj% 1 -banquet 'b&NkwIt J0%,K6% 22A,6A -banqueted 'b&NkwItId Jc%,Jd% 32A,6A -banqueting 'b&NkwItIN Jb% 32A,6A -banquets 'b&NkwIts Ja%,Kj% 22A,6A -bans b&nz Ha%,Kj% 16A,14 -banshee b&n'Si K6% 2 -banshees b&n'Siz Kj% 2 -bant b&nt I0$ 12A -bantam 'b&nt@m K6% 2 -bantams 'b&nt@mz Kj% 2 -banted 'b&ntId Ic$,Id$ 22A -banter 'b&nt@R J0%,L@% 22A,6A -bantered 'b&nt@d Jc%,Jd% 22A,6A -bantering 'b&nt@rIN Jb%,OA% 32A,6A -banteringly 'b&nt@rINlI Pu% 4 -banters 'b&nt@z Ja% 22A,6A -banting 'b&ntIN Ib$,L@$ 22A -bants b&nts Ia$ 12A -banyan 'b&nj@n K6% 2 -banyans 'b&nj@nz Kj% 2 -baobab 'beI@b&b K6$ 3 -baobabs 'beI@b&bz Kj$ 3 -baptism 'b&ptIz@m M6% 3 -baptismal b&p'tIzm@l OA% 3 -baptisms 'b&ptIz@mz Mj% 3 -baptize b&p'taIz H2% 26A,23 -baptized b&p'taIzd Hc%,Hd% 26A,23 -baptizes b&p'taIzIz Ha% 36A,23 -baptizing b&p'taIzIN Hb% 36A,23 -bar bAR H4%,K6%,T-% 16A,6C,12C,14,15B -barb bAb K6% 1 -barbarian bA'be@rI@n K6%,OA% 4 -barbarians bA'be@rI@nz Kj% 4 -barbaric bA'b&rIk OA% 3 -barbarism 'bAb@rIz@m M6% 4 -barbarisms 'bAb@rIz@mz Mj$ 4 -barbarities bA'b&rItIz Mj% 4 -barbarity bA'b&rItI M8% 4 -barbarize 'bAb@raIz H2% 36A -barbarized 'bAb@raIzd Hc%,Hd% 36A -barbarizes 'bAb@raIzIz Ha$ 46A -barbarizing 'bAb@raIzIN Hb% 46A -barbarous 'bAb@r@s OA% 3 -barbarously 'bAb@r@slI Pu% 4 -barbecue 'bAbIkju H2%,K6% 3 -barbecued 'bAbIkjud Hc%,Hd% 3 -barbecues 'bAbIkjuz Ha%,Kj% 3 -barbecuing 'bAbIkjuIN Hb% 4 -barbed bAbd OA% 1 -barbel 'bAbl K6$ 2 -barbels 'bAblz Kj$ 2 -barber 'bAb@R K6% 2 -barbers 'bAb@z Kj% 2 -barbican 'bAbIk@n K6$ 3 -barbicans 'bAbIk@nz Kj$ 3 -barbitone 'bAbIt@Un L@$ 3 -barbiturate bA'bItjUr@t M6% 4 -barbiturates bA'bItjUr@ts Mj% 4 -barbs bAbz Kj% 1 -barcarole ,bAk@'r@Ul K6$ 3 -barcaroles ,bAk@'r@Ulz Kj$ 3 -barcarolle ,bAk@'r@Ul K6% 3 -barcarolles ,bAk@'r@Ulz Kj% 3 -bard bAd K6% 1 -bardic 'bAdIk OA% 2 -bardolatry bA'd0l@trI L@$ 4 -bards bAdz Kj% 1 -bare be@R H2%,OB% 16A -bareback 'be@b&k Pu% 2 -barebacked 'be@b&kt OA%,Pu$ 2 -bared be@d Hc%,Hd% 16A -barefaced 'be@feIst OA% 2 -barefacedly 'be@feIstlI Pu% 3 -barefoot be@'fUt Pu% 2 -barefooted be@'fUtId OA%,Pu% 3 -bareheaded be@'hedId OA% 3 -barelegged be@'legId OA% 3 -barely 'be@lI Pu% 2 -bareness 'be@n@s L@% 2 -barer 'be@r@R Or$ 2 -bares be@z Ha% 16A -barest 'be@rIst Os$ 2 -bargain 'bAgIn J0%,K6% 22A,3A,9,15B -bargained 'bAgInd Jc%,Jd% 22A,3A,9,15B -bargaining 'bAgInIN Jb% 32A,3A,9,15B -bargains 'bAgInz Ja%,Kj% 22A,3A,9,15B -barge bAdZ I2%,K6% 12C,3A -barged bAdZd Ic%,Id% 12C,3A -bargee bA'dZi K6% 2 -bargees bA'dZiz Kj% 2 -bargepole 'bAdZp@Ul K6% 2 -bargepoles 'bAdZp@Ulz Kj% 2 -barges 'bAdZIz Ia%,Kj% 22C,3A -barging 'bAdZIN Ib% 22C,3A -baring 'be@rIN Hb% 26A -baritone 'b&rIt@Un K6% 3 -baritones 'b&rIt@Unz Kj% 3 -barium 'be@rI@m L@$ 3 -bark bAk J0%,M6% 12A,2C,3A,6A,15B -barked bAkt Jc%,Jd% 12A,2C,3A,6A,15B -barker 'bAk@R K6% 2 -barkers 'bAk@z Kj% 2 -barking 'bAkIN Jb% 22A,2C,3A,6A,15B -barks bAks Ja%,Mj% 12A,2C,3A,6A,15B -barley 'bAlI L@% 2 -barley-sugar 'bAlI-SUg@R M6% 4 -barley-sugars 'bAlI-SUg@z Mj% 4 -barley-water 'bAlI-wOt@R L@% 4 -barleycorn 'bAlIkOn M6% 3 -barleycorns 'bAlIkOnz Mj% 3 -barm bAm L@$ 1 -barmaid 'bAmeId K6% 2 -barmaids 'bAmeIdz Kj% 2 -barman 'bAm&n Ki% 2 -barmen 'bAmen Kj% 2 -barmy 'bAmI OA% 2 -barn bAn K6% 1 -barn-door bAn-'dOR K6% 2 -barn-doors bAn-'dOz Kj% 2 -barnacle 'bAn@kl K6% 3 -barnacles 'bAn@klz Kj% 3 -barns bAnz Kj% 1 -barnstorm 'bAnstOm I0% 2 -barnstormed 'bAnstOmd Ic$,Id$ 2 -barnstormer 'bAnstOm@R K6$ 3 -barnstormers 'bAnstOm@z Kj$ 3 -barnstorming 'bAnstOmIN Ib$ 3 -barnstorms 'bAnstOmz Ia$ 2 -barnyard 'bAnjAd K6% 2 -barnyards 'bAnjAdz Kj% 2 -barometer b@'r0mIt@R K6% 4 -barometers b@'r0mIt@z Kj% 4 -barometric ,b&r@'metrIk OA$ 4 -baron 'b&r@n K6% 2 -baronage 'b&r@nIdZ K6$ 3 -baronages 'b&r@nIdZIz Kj$ 4 -baroness 'b&r@nes K7% 3 -baronesses 'b&r@nesIz Kj% 4 -baronet 'b&r@net K6% 3 -baronetcies 'b&r@nItsIz Kj$ 4 -baronetcy 'b&r@nItsI K8% 4 -baronets 'b&r@nets Kj% 3 -baronial b@'r@UnI@l OA% 4 -baronies 'b&r@nIz Kj$ 3 -barons 'b&r@nz Kj% 2 -barony 'b&r@nI K8$ 3 -baroque b@'r0k Ki%,OA% 2 -barouche b@'ruS K6$ 2 -barouches b@'ruSIz Kj$ 3 -barque bAk K6$ 1 -barques bAks Kj$ 1 -barrack 'b&r@k J0%,K6% 22A,6A -barracked 'b&r@kt Jc%,Jd% 22A,6A -barracking 'b&r@kIN Jb%,L@% 32A,6A -barracks 'b&r@ks Ja%,Kj% 22A,6A -barracuda ,b&r@'kud@ K6% 4 -barracudas ,b&r@'kud@z Kj% 4 -barrage 'b&rAZ K6% 2 -barrages 'b&rAZIz Kj% 3 -barred bAd Hc%,Hd% 16A,6C,12C,14,15B -barrel 'b&r@l H4$,K6% 2 -barrelled 'b&r@ld Hc$,Hd%,OA% 2 -barrelling 'b&r@lIN Hb$ 3 -barrels 'b&r@lz Ha$,Kj% 2 -barren 'b&r@n OA% 2 -barrenness 'b&r@n+n@s L@% 3 -barricade ,b&rI'keId H2%,K6% 36A,15B -barricaded ,b&rI'keIdId Hc%,Hd% 46A,15B -barricades ,b&rI'keIdz Ha%,Kj% 36A,15B -barricading ,b&rI'keIdIN Hb% 46A,15B -barrier 'b&rI@R K6% 3 -barriers 'b&rI@z Kj% 3 -barring 'bArIN Hb%,T-% 26A,6C,12C,14,15B -barrister 'b&rIst@R K6% 3 -barristers 'b&rIst@z Kj% 3 -barrow 'b&r@U K6% 2 -barrow-boy 'b&r@U-boI K6% 3 -barrow-boys 'b&r@U-boIz Kj% 3 -barrow-man 'b&r@U-m&n Ki$ 3 -barrow-men 'b&r@U-men Kj$ 3 -barrows 'b&r@Uz Kj% 2 -bars bAz Ha%,Kj% 16A,6C,12C,14,15B -bartender 'bAtend@R K6% 3 -bartenders 'bAtend@z Kj% 3 -barter 'bAt@R J0%,L@% 22A,14,15B -bartered 'bAt@d Jc%,Jd% 22A,14,15B -barterer 'bAt@r@R K6% 3 -barterers 'bAt@r@z Kj% 3 -bartering 'bAt@rIN Jb% 32A,14,15B -barters 'bAt@z Ja% 22A,14,15B -bas-relief ,b&s-rI'lif M6% 3 -bas-reliefs ,b&s-rI'lifs Mj% 3 -basal 'beIsl OA% 2 -basalt 'b&sOlt L@% 2 -bascule 'b&skjul K6$ 2 -bascules 'b&skjulz Kj$ 2 -base beIs H2%,K6%,OB% 114 -baseball 'beIsbOl M6% 2 -baseballs 'beIsbOlz Mj% 2 -baseboard 'beIsbOd K6% 2 -baseboards 'beIsbOdz Kj% 2 -based beIst Hc%,Hd% 114 -baseless 'beIslIs OA% 2 -basement 'beIsm@nt K6% 2 -basements 'beIsm@nts Kj% 2 -baser 'beIs@R Or$ 2 -bases 'beIsIz Ha%,Kj% 214 -bases 'beIsiz Kj% 2 -basest 'beIsIst Os% 2 -bash b&S H1%,K7% 16A,15A,15B -bashed b&St Hc%,Hd% 16A,15A,15B -bashes 'b&SIz Ha%,Kj% 26A,15A,15B -bashful 'b&SfUl OA% 2 -bashfully 'b&SfUlI Pu% 3 -bashing 'b&SIN Hb% 26A,15A,15B -basic 'beIsIk OA% 2 -basically 'beIsIklI Pu% 3 -basil 'b&zl L@% 2 -basilica b@'zIlIk@ K6% 4 -basilicas b@'zIlIk@z Kj% 4 -basilisk 'b&sIlIsk K6% 3 -basilisks 'b&sIlIsks Kj% 3 -basin 'beIsn K6% 2 -basing 'beIsIN Hb% 214 -basins 'beIsnz Kj% 2 -basis 'beIsIs Ki% 2 -bask bAsk I0% 12C -basked bAskt Ic%,Id% 12C -basket 'bAskIt K6% 2 -basketball 'bAskItbOl M6% 3 -basketballs 'bAskItbOlz Mj% 3 -basketry 'bAskItrI L@% 3 -baskets 'bAskIts Kj% 2 -basking 'bAskIN Ib% 22C -basks bAsks Ia% 12C -bass b&s K9% 1 -bass beIs K7%,OA% 1 -basses 'beIsIz Kj% 2 -bassinet ,b&sI'net K6$ 3 -bassinets ,b&sI'nets Kj$ 3 -bassoon b@'sun K6% 2 -bassoons b@'sunz Kj% 2 -bast b&st L@$ 1 -bastard 'bAst@d K6% 2 -bastardies 'bAst@dIz Kj$ 3 -bastardize 'b&st@daIz H2$ 3 -bastardized 'b&st@daIzd Hc$,Hd$ 3 -bastardizes 'b&st@daIzIz Ha$ 4 -bastardizing 'b&st@daIzIN Hb$ 4 -bastards 'bAst@dz Kj% 2 -bastardy 'bAst@dI K8% 3 -baste beIst H2% 16A,15B -basted 'beIstId Hc%,Hd% 26A,15B -bastes beIsts Ha% 16A,15B -bastinado ,b&stI'nAd@U H0$,Ki$ 46A -bastinadoed ,b&stI'nAd@Ud Hc$,Hd$ 46A -bastinadoes ,b&stI'nAd@Uz Kj$ 4 -bastinadoing ,b&stI'nAd@UIN Hb$ 56A -bastinados ,b&stI'nAd@Uz Ha$ 46A -basting 'beIstIN Hb% 26A,15B -bastion 'b&stI@n K6% 3 -bastions 'b&stI@nz Kj% 3 -bat b&t J4%,K6% 12A,2B,2C,6A -batch b&tS K7% 1 -batches 'b&tSIz Kj% 2 -bate beIt H2$ 1 -bated 'beItId Hc$,Hd% 2 -bates beIts Ha$ 1 -bath bAT J0%,K6% 12A,6A -bathe beID J2%,K6% 12A,6A -bathed bATt Jc%,Jd% 12A,6A -bathed beIDd Jc%,Jd% 12A,6A -bather 'beID@R K6% 2 -bathers 'beID@z Kj% 2 -bathes beIDz Ja%,Kj% 12A,6A -bathing 'bATIN Jb% 22A,6A -bathing 'beIDIN Jb%,K6% 22A,6A -bathing-cap 'beIDIN-k&p K6% 3 -bathing-caps 'beIDIN-k&ps Kj% 3 -bathing-costume 'beIDIN-k0stjum K6% 4 -bathing-costumes 'beIDIN-k0stjumz Kj% 4 -bathing-machine 'beIDIN-m@Sin K6% 4 -bathing-machines 'beIDIN-m@Sinz Kj% 4 -bathing-suit 'beIDIN-sut K6% 3 -bathing-suits 'beIDIN-suts Kj% 3 -bathings 'beIDINz Kj% 2 -bathos 'beIT0s L@% 2 -bathrobe 'bATr@Ub K6% 2 -bathrobes 'bATr@Ubz Kj% 2 -bathroom 'bATrum K6% 2 -bathrooms 'bATrumz Kj% 2 -baths bADz Kj% 1 -baths bATs Ja% 12A,6A -bathtub 'bATtVb K6% 2 -bathtubs 'bATtVbz Kj% 2 -bathysphere 'b&TIsfI@R K6% 3 -bathyspheres 'b&TIsfI@z Kj% 3 -batik b@'tik M6% 2 -batiks b@'tiks Mj$ 2 -bating 'beItIN Hb% 2 -batiste b&'tist L@$ 2 -batman 'b&tm@n Ki% 2 -batmen 'b&tm@n Kj% 2 -baton 'b&t@n K6% 2 -batons 'b&t@nz Kj% 2 -bats b&ts Ja%,Kj%,Op% 12A,2B,2C,6A -batsman 'b&tsm@n Ki% 2 -batsmen 'b&tsm@n Kj% 2 -battalion b@'t&lI@n K6% 4 -battalions b@'t&lI@nz Kj% 4 -batted 'b&tId Jc%,Jd% 22A,2B,2C,6A -batten 'b&tn J0%,K6% 23A,6A,15B -battened 'b&tnd Jc%,Jd% 23A,6A,15B -battening 'b&tnIN Jb% 23A,6A,15B -battens 'b&tnz Ja%,Kj% 23A,6A,15B -batter 'b&t@R J0%,L@% 22C,6A,15A,15B -battered 'b&t@d Jc%,Jd% 22C,6A,15A,15B -batteries 'b&t@rIz Kj% 3 -battering 'b&t@rIN Jb% 32C,6A,15A,15B -batters 'b&t@z Ja% 22C,6A,15A,15B -battery 'b&t@rI K8% 3 -batting 'b&tIN Jb%,L@% 22A,2B,2C,6A -battle 'b&tl I2%,M6% 23A -battle-axe 'b&tl-&ks K6% 3 -battle-axes 'b&tl-&ksIz Kj% 4 -battle-cruiser 'b&tl-kruz@R K6% 4 -battle-cruisers 'b&tl-kruz@z Kj% 4 -battled 'b&tld Ic%,Id% 23A -battledore 'b&tldOR K6$ 3 -battledores 'b&tldOz Kj$ 3 -battledress 'b&tldres Ki% 3 -battlefield 'b&tlfild K6% 3 -battlefields 'b&tlfildz Kj% 3 -battleground 'b&tlgraUnd K6% 3 -battlegrounds 'b&tlgraUndz Kj% 3 -battlements 'b&tlm@nts Kj% 3 -battles 'b&tlz Ia%,Mj% 23A -battleship 'b&tlSIp K6% 3 -battleships 'b&tlSIps Kj% 3 -battling 'b&tlIN Ib% 23A -battue b&'tu K6$ 2 -battues b&'tuz Kj$ 2 -batty 'b&tI OA% 2 -bauble 'bObl K6% 2 -baubles 'bOblz Kj% 2 -baulk bOk J0%,K6% 12A,3A,6A,14 -baulked bOkt Jc%,Jd% 12A,3A,6A,14 -baulking 'bOkIN Jb% 22A,3A,6A,14 -baulks bOks Ja%,Kj% 12A,3A,6A,14 -bauxite 'bOksaIt L@% 2 -bawbee 'bObi K6$ 2 -bawbees 'bObiz Kj$ 2 -bawd bOd K6% 1 -bawdier 'bOdI@R Or% 3 -bawdiest 'bOdIIst Os% 3 -bawdily 'bOdIlI Pu% 3 -bawds bOdz Kj% 1 -bawdy 'bOdI L@$,OD% 2 -bawl bOl J0% 12C,3A,6A,15A -bawled bOld Jc%,Jd% 12C,3A,6A,15A -bawling 'bOlIN Jb% 22C,3A,6A,15A -bawls bOlz Ja% 12C,3A,6A,15A -bay beI I0%,K6%,OA% 12A -bay-wreath 'beI-riT K6$ 2 -bay-wreaths 'beI-riTs Kj$ 2 -bayed beId Ic%,Id% 12A -baying 'beIIN Ib% 22A -bayonet 'beI@net H0%,K6% 36A -bayoneted 'beI@netId Hc%,Hd% 46A -bayoneting 'beI@netIN Hb% 46A -bayonets 'beI@nets Ha%,Kj% 36A -bayou 'baIu K6$ 2 -bayous 'baIuz Kj$ 2 -bays beIz Ia%,Kj% 12A -bazaar b@'zAR K6% 2 -bazaars b@'zAz Kj% 2 -bazooka b@'zuk@ K6% 3 -bazookas b@'zuk@z Kj% 3 -be bi G5*,I5% 11,4F -be- bI- U-% 1 -beach bitS H1%,K7% 16A -beachcomber 'bitSk@Um@R K6% 3 -beachcombers 'bitSk@Um@z Kj% 3 -beached bitSt Hc%,Hd% 16A -beaches 'bitSIz Ha%,Kj% 26A -beachhead 'bitShed K6% 2 -beachheads 'bitShedz Kj% 2 -beaching 'bitSIN Hb% 26A -beachwear 'bitSwe@R L@% 2 -beacon 'bik@n K6% 2 -beacon-fire 'bik@n-faI@R K6$ 3 -beacon-fires 'bik@n-faI@z Kj$ 3 -beacon-light 'bik@n-laIt K6$ 3 -beacon-lights 'bik@n-laIts Kj$ 3 -beacons 'bik@nz Kj% 2 -bead bid K6% 1 -beading 'bidIN L@% 2 -beadle 'bidl K6% 2 -beadles 'bidlz Kj% 2 -beads bidz Kj% 1 -beady 'bidI OA% 2 -beagle 'bigl K6% 2 -beagles 'biglz Kj% 2 -beagling 'biglIN L@$ 2 -beak bik K6% 1 -beaker 'bik@R K6% 2 -beakers 'bik@z Kj% 2 -beaks biks Kj% 1 -beam bim J0%,K6% 12C,6A,15A -beamed bimd Jc%,Jd% 12C,6A,15A -beaming 'bimIN Jb% 22C,6A,15A -beams bimz Ja%,Kj% 12C,6A,15A -bean bin K6% 1 -beanfeast 'binfist K6% 2 -beanfeasts 'binfists Kj% 2 -beano 'bin@U K6% 2 -beanos 'bin@Uz Kj% 2 -beans binz Kj% 1 -beanstalk 'binstOk K6% 2 -beanstalks 'binstOks Kj% 2 -bear be@R J5%,K6% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15B,16B,17 -bearable 'be@r@bl OA% 3 -beard bI@d H0%,K6% 16A -bearded 'bI@dId Hc%,Hd%,OA% 26A -bearding 'bI@dIN Hb% 26A -beardless 'bI@dl@s OA% 2 -beards bI@dz Ha%,Kj% 16A -bearer 'be@r@R K6% 2 -bearers 'be@r@z Kj% 2 -bearing 'be@rIN Jb%,M6% 22A,2C,3A,6A,6D,6E,7A,11,12C,14,15B,16B,17 -bearings 'be@rINz Mj% 2 -bearish 'be@rIS OA% 2 -bears be@z Ja%,Kj% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15B,16B,17 -bearskin 'be@skIn K6% 2 -bearskins 'be@skInz Kj% 2 -beast bist K6% 1 -beastlier 'bistlI@R Or% 3 -beastliest 'bistlIIst Os% 3 -beastliness 'bistlIn@s L@% 3 -beastly 'bistlI OD%,Pu% 2 -beasts bists Kj% 1 -beat bit J5%,Jc%,K6%,Oq% 12A,2C,6A,14,15A,15B,22 -beaten 'bitn Jd%,OA% 22A,2C,6A,14,15A,15B,22 -beater 'bit@R K6% 2 -beaters 'bit@z Kj% 2 -beatific bI@'tIfIk OA% 4 -beatification bI,&tIfI'keISn K6% 6 -beatifications bI,&tIfI'keISnz Kj$ 6 -beatified bI'&tIfaId Hc%,Hd% 46A -beatifies bI'&tIfaIz Ha% 46A -beatify bI'&tIfaI H3% 46A -beatifying bI'&tIfaIIN Hb% 56A -beating 'bitIN Jb%,K6% 22A,2C,6A,14,15A,15B,22 -beatings 'bitINz Kj% 2 -beatitude bI'&tItjud M6% 4 -beatitudes bI'&tItjudz Mj% 4 -beatnik 'bitnIk K6% 2 -beatniks 'bitnIks Kj% 2 -beats bits Ja%,Kj% 12A,2C,6A,14,15A,15B,22 -beau b@U Ki% 1 -beauteous 'bjutI@s OA% 3 -beautician bju'tISn K6% 3 -beauticians bju'tISnz Kj% 3 -beauties 'bjutIz Mj% 2 -beautified 'bjutIfaId Hc%,Hd% 36A -beautifies 'bjutIfaIz Ha% 36A -beautiful 'bjutIf@l OA% 3 -beautifully 'bjut@f@lI Pu% 4 -beautify 'bjutIfaI H3% 36A -beautifying 'bjutIfaIIN Hb% 46A -beauty 'bjutI M8% 2 -beauty-parlour 'bjutI-pAl@R K6% 4 -beauty-parlours 'bjutI-pAl@z Kj% 4 -beauty-salon 'bjutI-s&l0n K6% 4 -beauty-salons 'bjutI-s&l0nz Kj% 4 -beauty-sleep 'bjutI-slip L@% 3 -beauty-spot 'bjutI-sp0t K6% 3 -beauty-spots 'bjutI-sp0ts Kj% 3 -beaux b@Uz Kj$ 1 -beaver 'biv@R I0%,M6% 22A,2C -beavered 'biv@d Ic%,Id% 22A,2C -beavering 'biv@rIN Ib% 32A,2C -beavers 'biv@z Ia%,Mj% 22A,2C -becalmed bI'kAmd Op% 2 -became bI'keIm Jc* 22D,3A,6A -because bI'k0z V-* 2 -beck bek K6% 1 -beckon 'bek@n J0% 22A,6A,15B,16A -beckoned 'bek@nd Jc%,Jd% 22A,6A,15B,16A -beckoning 'bek@nIN Jb% 32A,6A,15B,16A -beckons 'bek@nz Ja% 22A,6A,15B,16A -becks beks Kj% 1 -become bI'kVm J5*,Jd* 22D,3A,6A -becomes bI'kVmz Ja% 22D,3A,6A -becoming bI'kVmIN Jb%,OA% 32D,3A,6A -becomingly bI'kVmINlI Pu% 4 -bed bed H4%,K6% 16A,15A,15B -bedaubed bI'dObd Op% 2 -bedbug 'bedbVg K6% 2 -bedbugs 'bedbVgz Kj% 2 -bedclothes 'bedkl@UDz Kj% 2 -bedded 'bedId Hc%,Hd%,Ot% 26A,15A,15B -bedding 'bedIN Hb%,L@% 26A,15A,15B -bedecked bI'dekt Op% 2 -bedevil bI'devl H4% 3 -bedevilled bI'devld Hc%,Hd% 3 -bedevilling bI'dev@lIN Hb$ 4 -bedevilment bI'devlm@nt K6$ 4 -bedevilments bI'devlm@nts Kj$ 4 -bedevils bI'devlz Ha$ 3 -bedewed bI'djud Op% 2 -bedfellow 'bedfel@U K6% 3 -bedfellows 'bedfel@Uz Kj% 3 -bedimmed bI'dImd Op$ 2 -bedlam 'bedl@m K6% 2 -bedlams 'bedl@mz Kj$ 2 -bedpan 'bedp&n K6% 2 -bedpans 'bedp&nz Kj% 2 -bedpost 'bedp@Ust K6% 2 -bedposts 'bedp@Usts Kj% 2 -bedraggled bI'dr&gld Op% 3 -bedridden 'bedrIdn OA% 3 -bedrock 'bedr0k K6% 2 -bedrocks 'bedr0ks Kj$ 2 -bedroll 'bedr@Ul K6% 2 -bedrolls 'bedr@Ulz Kj% 2 -bedroom 'bedrum K6% 2 -bedroomed 'bedrumd OA% 2 -bedrooms 'bedrumz Kj% 2 -beds bedz Ha%,Kj% 16A,15A,15B -bedside 'bedsaId K6% 2 -bedsides 'bedsaIdz Kj$ 2 -bedsit 'bedsIt K6% 2 -bedsits 'bedsIts Kj% 2 -bedsitter bed'sIt@R K6% 3 -bedsitters bed'sIt@z Kj% 3 -bedsitting-room bed'sItIN-rum K6% 4 -bedsitting-rooms bed'sItIN-rumz Kj% 4 -bedsore 'bedsOR K6% 2 -bedsores 'bedsOz Kj% 2 -bedspread 'bedspred K6% 2 -bedspreads 'bedspredz Kj% 2 -bedstead 'bedsted K6% 2 -bedsteads 'bedstedz Kj% 2 -bedtime 'bedtaIm K6% 2 -bedtimes 'bedtaImz Kj% 2 -bee bi K6% 1 -beech bitS M7% 1 -beeches 'bitSIz Mj% 2 -beef bif I0%,Mi% 1 -beefeater 'bifit@R K6% 3 -beefeaters 'bifit@z Kj% 3 -beefed bift Ic%,Id% 1 -beefier 'bifI@R Or% 3 -beefiest 'bifIIst Os% 3 -beefing 'bifIN Ib% 2 -beefs bifs Ia% 1 -beefsteak 'bifsteIk K6% 2 -beefsteaks 'bifsteIks Kj% 2 -beefy 'bifI OD% 2 -beehive 'bihaIv K6% 2 -beehives 'bihaIvz Kj% 2 -been bin Gd*,Id% 11 -beep bip K6% 1 -beeps bips Kj% 1 -beer bI@R M6% 1 -beerier 'bI@rI@R Or$ 3 -beeriest 'bI@rIIst Os$ 3 -beers bI@z Mj% 1 -beery 'bI@rI OD% 2 -bees biz Kj% 1 -beeswax 'bizw&ks H1$,L@% 2 -beeswaxed 'bizw&kst Hc$,Hd$ 2 -beeswaxes 'bizw&ksIz Ha$ 3 -beeswaxing 'bizw&ksIN Hb$ 3 -beet bit K6% 1 -beetle 'bitl I2%,K6% 22A -beetle-browed 'bitl-braUd OA% 3 -beetled 'bitld Ic%,Id% 22A -beetles 'bitlz Ia%,Kj% 22A -beetling 'bitlIN Ib% 22A -beetroot 'bitrut K6% 2 -beetroots 'bitruts Kj% 2 -beets bits Kj% 1 -beeves bivz Kj$ 1 -befall bI'fOl J5% 26A -befallen bI'fOl@n Jd% 36A -befalling bI'fOlIN Jb$ 36A -befalls bI'fOlz Ja% 26A -befell bI'fel Jc% 26A -befit bI'fIt H4% 26A -befits bI'fIts Ha% 26A -befitted bI'fItId Hc%,Hd% 36A -befitting bI'fItIN Hb%,OA% 36A -befittingly bI'fItINlI Pu% 4 -befogged bI'f0gd Op$ 2 -before bI'fOR Pu*,T-%,V-* 2 -beforehand bI'fOh&nd Op%,Pu% 3 -befoul bI'faUl H0% 2 -befouled bI'faUld Hc%,Hd% 2 -befouling bI'faUlIN Hb% 3 -befouls bI'faUlz Ha% 2 -befriend bI'frend H0% 26A -befriended bI'frendId Hc%,Hd% 36A -befriending bI'frendIN Hb% 36A -befriends bI'frendz Ha% 26A -beg beg J4% 12A,2C,3A,6A,7A,9,14,17 -begad bI'g&d W-$ 2 -began bI'g&n Jc* 22A,3A,6A,6D,7A -begat bI'g&t Hc$ 26A -beget bI'get H5% 26A -begets bI'gets Ha% 26A -begetter bI'get@R K6% 3 -begetters bI'get@z Kj% 3 -beggar 'beg@R H0%,K6% 26A -beggared 'beg@d Hc%,Hd% 26A -beggaring 'beg@rIN Hb% 36A -beggarly 'beg@lI OA% 3 -beggarman 'beg@m&n Ki% 3 -beggarmen 'beg@men Kj% 3 -beggars 'beg@z Ha%,Kj% 26A -beggarwoman 'beg@wUm@n Ki% 4 -beggarwomen 'beg@wImIn Kj% 4 -beggary 'beg@rI L@% 3 -begged begd Jc%,Jd% 12A,2C,3A,6A,7A,9,14,17 -begging 'begIN Jb% 22A,2C,3A,6A,7A,9,14,17 -begin bI'gIn J5% 22A,3A,6A,6D,7A -beginner bI'gIn@R K6% 3 -beginners bI'gIn@z Kj% 3 -beginning bI'gInIN Jb%,K6% 32A,3A,6A,6D,7A -beginnings bI'gInINz Kj% 3 -begins bI'gInz Ja% 22A,3A,6A,6D,7A -begone bI'g0n Z-% 2 -begonia bI'g@UnI@ K6% 4 -begonias bI'g@UnI@z Kj% 4 -begorra bI'g0r@ W-% 3 -begot bI'g0t Hc% 26A -begotten bI'g0tn Hd% 36A -begrimed bI'graImd Op$ 2 -begrudge bI'grVdZ H2% 26C,12A,13A -begrudged bI'grVdZd Hc%,Hd% 26C,12A,13A -begrudges bI'grVdZIz Ha% 36C,12A,13A -begrudging bI'grVdZIN Hb% 36C,12A,13A -begs begz Ja% 12A,2C,3A,6A,7A,9,14,17 -beguile bI'gaIl H2% 26A,14 -beguiled bI'gaIld Hc%,Hd% 26A,14 -beguiles bI'gaIlz Ha% 26A,14 -beguiling bI'gaIlIN Hb% 36A,14 -begum 'beIg@m K6$ 2 -begums 'beIg@mz Kj$ 2 -begun bI'gVn Jd% 22A,3A,6A,6D,7A -behalf bI'hAf Ki% 2 -behalves bI'hAvz Kj$ 2 -behave bI'heIv I2% 22A,2C,6B -behaved bI'heIvd Ic%,Id%,Ot% 22A,2C,6B -behaves bI'heIvz Ia% 22A,2C,6B -behaving bI'heIvIN Ib% 32A,2C,6B -behaviour bI'heIvI@R L@% 3 -behaviourism bI'heIvI@rIz@m L@% 5 -behaviourist bI'heIvI@rIst K6% 4 -behaviourists bI'heIvI@rIsts Kj% 4 -behead bI'hed H0% 26A -beheaded bI'hedId Hc%,Hd% 36A -beheading bI'hedIN Hb% 36A -beheads bI'hedz Ha% 26A -beheld bI'held Hc%,Hd% 26A -behest bI'hest K6% 2 -behests bI'hests Kj$ 2 -behind bI'haInd K6%,Pu*,T-* 2 -behindhand bI'haIndh&nd Op% 3 -behinds bI'haIndz Kj% 2 -behold bI'h@Uld H5% 26A -beholden bI'h@Uld@n Op% 3 -beholder bI'h@Uld@R K6% 3 -beholders bI'h@Uld@z Kj% 3 -beholding bI'h@UldIN Hb% 36A -beholds bI'h@Uldz Ha% 26A -behove bI'h@Uv H2% 2 -behoved bI'h@Uvd Hc%,Hd% 2 -behoves bI'h@Uvz Ha% 2 -behoving bI'h@UvIN Hb% 3 -beige beIZ L@% 1 -being 'biIN Gb*,Ib%,M6% 21 -beings 'biINz Mj% 2 -bejewelled bI'dZu@ld OA% 3 -belabour bI'leIb@R H0% 36A -belaboured bI'leIb@d Hc%,Hd% 36A -belabouring bI'leIb@rIN Hb% 46A -belabours bI'leIb@z Ha% 36A -belated bI'leItId OA% 3 -belatedly bI'leItIdlI Pu% 4 -belay bI'leI H0$,K6$ 26A -belayed bI'leId Hc$,Hd$ 26A -belaying bI'leIIN Hb$ 36A -belaying-pin bI'leIIN-pIn K6$ 4 -belaying-pins bI'leIIN-pInz Kj$ 4 -belays bI'leIz Ha$,Kj$ 26A -belch beltS J1%,K7% 12A,6A,15B -belched beltSt Jc%,Jd% 12A,6A,15B -belches 'beltSIz Ja%,Kj% 22A,6A,15B -belching 'beltSIN Jb% 22A,6A,15B -beldam 'beld@m K6$ 2 -beldame 'beld@m K6$ 2 -beldames 'beld@mz Kj$ 2 -beldams 'beld@mz Kj$ 2 -beleaguer bI'lig@R H0$ 36A -beleaguered bI'lig@d Hc$,Hd% 36A -beleaguering bI'lig@rIN Hb$ 46A -beleaguers bI'lig@z Ha$ 36A -belfries 'belfrIz Kj% 2 -belfry 'belfrI K8% 2 -belie bI'laI H5% 26A -belied bI'laId Hc%,Hd% 26A -belief bI'lif M6% 2 -beliefs bI'lifs Mj% 2 -belies bI'laIz Ha% 26A -believable bI'liv@bl OA% 4 -believe bI'liv J2* 23A,6A,9,10,25 -believed bI'livd Jc%,Jd% 23A,6A,9,10,25 -believer bI'liv@R K6% 3 -believers bI'liv@z Kj% 3 -believes bI'livz Ja% 23A,6A,9,10,25 -believing bI'livIN Jb%,L@% 33A,6A,9,10,25 -belike bI'laIk Pu% 2 -belittle bI'lItl H2% 36A -belittled bI'lItld Hc%,Hd% 36A -belittles bI'lItlz Ha% 36A -belittling bI'lItlIN Hb% 36A -bell bel H0$,K6% 1 -bell-bottomed 'bel-b0t@md OA% 3 -bell-bottoms 'bel-b0t@mz Kj% 3 -bell-buoy 'bel-boI K6$ 2 -bell-buoys 'bel-boIz Kj$ 2 -bell-flower 'bel-flaU@R K6% 3 -bell-flowers 'bel-flaU@z Kj% 3 -bell-founder 'bel-faUnd@R K6$ 3 -bell-founders 'bel-faUnd@z Kj$ 3 -bell-foundries 'bel-faUndrIz Kj% 3 -bell-foundry 'bel-faUndrI K8% 3 -bell-metal 'bel-metl L@$ 3 -bell-push 'bel-pUS K7% 2 -bell-pushes 'bel-pUSIz Kj% 3 -bell-ringer 'bel-rIN@R K6% 3 -bell-ringers 'bel-rIN@z Kj% 3 -bell-tent 'bel-tent K6% 2 -bell-tents 'bel-tents Kj% 2 -belladonna ,bel@'d0n@ M6% 4 -belladonnas ,bel@'d0n@z Mj$ 4 -bellboy 'belboI K6% 2 -bellboys 'belboIz Kj% 2 -belle bel K6% 1 -belled beld Hc$,Hd$ 1 -belles belz Kj% 1 -belles-lettres ,bel-'letr@ Kj% 3 -bellhop 'belh0p K6% 2 -bellhops 'belh0ps Kj% 2 -bellicose 'belIk@Us OA% 3 -bellied 'belId Jc%,Jd%,Ot% 22A,2C,6A,15B -bellies 'belIz Ja%,Kj% 22A,2C,6A,15B -belligerency bI'lIdZ@r@nsI L@% 5 -belligerent bI'lIdZ@r@nt K6$,OA% 4 -belligerently bI'lIdZ@r@ntlI Pu% 5 -belligerents bI'lIdZ@r@nts Kj$ 4 -belling 'belIN Hb$ 2 -bellow 'bel@U J0% 22A,6A,15B -bellowed 'bel@Ud Jc%,Jd% 22A,6A,15B -bellowing 'bel@UIN Jb% 32A,6A,15B -bellows 'bel@Uz Ja%,Kj% 22A,6A,15B -bells belz Ha%,Kj% 1 -bellwether 'belweD@R K6$ 3 -bellwethers 'belweD@z Kj$ 3 -belly 'belI J3$,K8% 22A,2C,6A,15B -bellyache 'belIeIk I2%,K6% 3 -bellyached 'belIeIkt Ic%,Id% 3 -bellyaches 'belIeIks Ia%,Kj% 3 -bellyaching 'belIeIkIN Ib% 4 -bellyflop 'belIfl0p K6% 3 -bellyflops 'belIfl0ps Kj% 3 -bellyful 'belIfUl K6% 3 -bellyfuls 'belIfUlz Kj% 3 -bellying 'belIIN Jb% 32A,2C,6A,15B -bellyland 'belIl&nd I0% 3 -bellylanded 'belIl&ndId Ic%,Id% 4 -bellylanding 'belIl&ndIN Ib% 4 -bellylands 'belIl&ndz Ia$ 3 -bellylaugh 'belIl&f I0$,K6% 3 -bellylaughed 'belIl&ft Ic$,Id$ 3 -bellylaughing 'belIl&fIN Ib$ 4 -bellylaughs 'belIl&fs Ia$,Kj% 3 -belong bI'l0N I0% 22C,3A -belonged bI'l0Nd Ic%,Id% 22C,3A -belonging bI'l0NIN Ib% 32C,3A -belongings bI'l0NINz Kj% 3 -belongs bI'l0Nz Ia% 22C,3A -beloved bI'lVvId K6%,OA% 3 -beloveds bI'lVvIdz Kj% 3 -below bI'l@U Pu%,T-% 2 -belt belt H0%,K6% 12C,3A,6A,15B -belted 'beltId Hc%,Hd% 22C,3A,6A,15B -belting 'beltIN Hb%,K6% 22C,3A,6A,15B -beltings 'beltINz Kj% 2 -belts belts Ha%,Kj% 12C,3A,6A,15B -belying bI'laIIN Hb% 36A -bemoan bI'm@Un H0% 26A -bemoaned bI'm@Und Hc%,Hd% 26A -bemoaning bI'm@UnIN Hb% 36A -bemoans bI'm@Unz Ha% 26A -bemused bI'mjuzd Op% 2 -ben ben K6$ 1 -bench bentS K7% 1 -benches 'bentSIz Kj% 2 -bend bend J0%,K6% 12A,2C,6A,15A,15B -bended 'bendId Jc%,Jd% 22A,2C,6A,15A,15B -bending 'bendIN Jb% 22A,2C,6A,15A,15B -bends bendz Ja%,Kj% 12A,2C,6A,15A,15B -beneath bI'niT Pu%,T-% 2 -benedick 'benIdIk K6% 3 -benedicks 'benIdIks Kj$ 3 -benediction ,benI'dIkSn K6$ 4 -benedictions ,benI'dIkSnz Kj% 4 -benefaction ,benI'f&kSn M6$ 4 -benefactions ,benI'f&kSnz Mj$ 4 -benefactor 'benIf&kt@R K6% 4 -benefactors 'benIf&kt@z Kj% 4 -benefactress 'benIf&ktrIs K7% 4 -benefactresses 'benIf&ktrIsIz Kj$ 5 -benefice 'benIfIs K6$ 3 -beneficed 'benIfIst OA$ 3 -beneficence bI'nefIsns L@% 4 -beneficent bI'nefIsnt OA% 4 -benefices 'benIfIsIz Kj$ 4 -beneficial ,benI'fISl OA% 4 -beneficially ,benI'fIS@lI Pu% 5 -beneficiaries ,benI'fIS@rIz Kj% 5 -beneficiary ,benI'fIS@rI K8% 5 -benefit 'benIfIt J0%,M6% 33A,6A -benefited 'benIfItId Jc%,Jd% 43A,6A -benefiting 'benIfItIN Jb% 43A,6A -benefits 'benIfIts Ja%,Mj% 33A,6A -benevolence bI'nev@l@ns L@% 4 -benevolent bI'nev@l@nt OA% 4 -benevolently bI'nev@l@ntlI Pu% 5 -benighted bI'naItId OA% 3 -benign bI'naIn OA% 2 -benignant bI'nIgn@nt OA$ 3 -benignantly bI'nIgn@ntlI Pu$ 4 -benignities bI'nIgnItIz Mj$ 4 -benignity bI'nIgnItI M8$ 4 -benignly bI'naInlI Pu% 3 -benison 'benIzn K6$ 3 -benisons 'benIznz Kj$ 3 -bens benz Kj$ 1 -bent bent Jc%,Jd%,K6%,Op% 12A,2C,6A,15A,15B -bents bents Kj$ 1 -benumbed bI'nVmd Op% 2 -benzene 'benzin L@% 2 -benzine 'benzin L@% 2 -benzol 'benz0l L@$ 2 -bequeath bI'kwiD H0% 26A,12A,13A -bequeathed bI'kwiDd Hc%,Hd% 26A,12A,13A -bequeathing bI'kwiDIN Hb% 36A,12A,13A -bequeaths bI'kwiDz Ha% 26A,12A,13A -bequest bI'kwest M6% 2 -bequests bI'kwests Mj% 2 -berate bI'reIt H2% 26A -berated bI'reItId Hc%,Hd% 36A -berates bI'reIts Ha% 26A -berating bI'reItIN Hb% 36A -bereave bI'riv H2% 214 -bereaved bI'rivd Hc%,Hd% 214 -bereavement bI'rivm@nt M6% 3 -bereavements bI'rivm@nts Mj% 3 -bereaves bI'rivz Ha% 214 -bereaving bI'rivIN Hb% 314 -bereft bI'reft Hc%,Hd% 214 -beret 'bereI K6% 2 -berets 'bereIz Kj% 2 -berg b3g K6$ 1 -bergs b3gz Kj$ 1 -beri-beri ,berI-'berI L@$ 4 -berries 'berIz Kj% 2 -berry 'berI K8% 2 -berserk b@'s3k Op% 2 -berth b3T J0%,K6% 12C,6A,15A -berthed b3Tt Jc%,Jd% 12C,6A,15A -berthing 'b3TIN Jb% 22C,6A,15A -berths b3Ts Ja%,Kj% 12C,6A,15A -beryl 'ber@l K6$ 2 -beryls 'ber@lz Kj$ 2 -beseech bI'sitS H1% 26A,11,13B,17 -beseeched bI'sitSt Hc%,Hd% 26A,11,13B,17 -beseeches bI'sitSIz Ha% 36A,11,13B,17 -beseeching bI'sitSIN Hb%,OA% 36A,11,13B,17 -beseechingly bI'sitSINlI Pu% 4 -beseem bI'sim H0$ 2 -beseemed bI'simd Hc$,Hd$ 2 -beseeming bI'simIN Hb$ 3 -beseems bI'simz Ha$ 2 -beset bI'set H5%,Hc%,Hd% 26A -besets bI'sets Ha% 26A -besetting bI'setIN Hb% 36A -beshrew bI'Sru H0$ 2 -beshrewed bI'Srud Hc$,Hd$ 2 -beshrewing bI'SruIN Hb$ 3 -beshrews bI'Sruz Ha$ 2 -beside bI'saId T-% 2 -besides bI'saIdz Pu%,T-% 2 -besiege bI'sidZ H2% 26A,14 -besieged bI'sidZd Hc%,Hd% 26A,14 -besieger bI'sidZ@R K6% 3 -besiegers bI'sidZ@z Kj% 3 -besieges bI'sidZIz Ha% 36A,14 -besieging bI'sidZIN Hb% 36A,14 -besmear bI'smI@R H0$ 2 -besmeared bI'smI@d Hc%,Hd% 2 -besmearing bI'smI@rIN Hb$ 3 -besmears bI'smI@z Ha$ 2 -besmirch bI'sm3tS H1$ 2 -besmirched bI'sm3tSt Hc%,Hd% 2 -besmirches bI'sm3tSIz Ha$ 3 -besmirching bI'sm3tSIN Hb$ 3 -besom 'biz@m K6$ 2 -besoms 'biz@mz Kj$ 2 -besotted bI's0tId OA% 3 -besought bI'sOt Hc%,Hd% 26A,11,13B,17 -bespangled bI'sp&Ngld Op% 3 -bespattered bI'sp&t@d Op% 3 -bespeak bI'spik H5$ 26A,25 -bespeaking bI'spikIN Hb$ 36A,25 -bespeaks bI'spiks Ha$ 26A,25 -bespectacled bI'spekt@k@ld OA% 4 -bespoke bI'sp@Uk Hc%,Hd% 26A,25 -bespoken bI'sp@Uk@n Hd$ 36A,25 -best best H0$,Os*,Pu*,Qx% 16A -best-seller best-'sel@R K6% 3 -best-sellers best-'sel@z Kj% 3 -bested 'bestId Hc%,Hd% 26A -bestial 'bestI@l OA% 3 -bestialities ,bestI'&lItIz Mj$ 5 -bestiality ,bestI'&lItI M8% 5 -bestially 'bestI@lI Pu% 4 -bestiaries 'bestI@rIz Kj% 4 -bestiary 'bestI@rI K8% 4 -besting 'bestIN Hb% 26A -bestir bI'st3R H4% 26A,17 -bestirred bI'st3d Hc%,Hd% 26A,17 -bestirring bI'st3rIN Hb% 36A,17 -bestirs bI'st3z Ha% 26A,17 -bestow bI'st@U H0% 26A,14 -bestowal bI'st@U@l K6$ 3 -bestowals bI'st@U@lz Kj$ 3 -bestowed bI'st@Ud Hc%,Hd% 26A,14 -bestowing bI'st@UIN Hb% 36A,14 -bestows bI'st@Uz Ha% 26A,14 -bestrew bI'stru H0% 26A,14 -bestrewed bI'strud Hc%,Hd% 26A,14 -bestrewing bI'struIN Hb% 36A,14 -bestrewn bI'strun Hd% 26A,14 -bestrews bI'struz Ha% 26A,14 -bestrid bI'strId Hd$ 26A -bestridden bI'strIdn Hd$ 36A -bestride bI'straId H5% 26A -bestrides bI'straIdz Ha% 26A -bestriding bI'straIdIN Hb% 36A -bestrode bI'str@Ud Hc$ 26A -bests bests Ha% 16A -bet bet J4%,Jc%,Jd%,K6% 12A,3A,9,11,12C -beta 'bit@ K6% 2 -betake bI'teIk H5$ 214 -betaken bI'teIk@n Hd$ 314 -betakes bI'teIks Ha$ 214 -betaking bI'teIkIN Hb$ 314 -betas 'bit@z Kj$ 2 -betel 'bitl K6$ 2 -betel-nut 'bitl-nVt K6% 3 -betel-nuts 'bitl-nVts Kj% 3 -betels 'bitlz Kj$ 2 -bethel 'beTl K6$ 2 -bethels 'beTlz Kj$ 2 -bethink bI'TINk H5$ 211,14,17,20,21 -bethinking bI'TINkIN Hb$ 311,14,17,20,21 -bethinks bI'TINks Ha$ 211,14,17,20,21 -bethought bI'TOt Hc%,Hd% 211,14,17,20,21 -betide bI'taId H2% 2 -betided bI'taIdId Hc$,Hd$ 3 -betides bI'taIdz Ha$ 2 -betiding bI'taIdIN Hb$ 3 -betimes bI'taImz Pu% 2 -betoken bI't@Uk@n H0% 36A -betokened bI't@Uk@nd Hc%,Hd% 36A -betokening bI't@Uk@nIN Hb$ 46A -betokens bI't@Uk@nz Ha% 36A -betook bI'tUk Hc% 214 -betray bI'treI H0% 26A,14,25 -betrayal bI'treI@l M6% 3 -betrayals bI'treI@lz Mj% 3 -betrayed bI'treId Hc%,Hd% 26A,14,25 -betrayer bI'treI@R K6% 3 -betrayers bI'treI@z Kj% 3 -betraying bI'treIIN Hb% 36A,14,25 -betrays bI'treIz Ha% 26A,14,25 -betroth bI'tr@UD H0$ 26A,14 -betrothal bI'tr@UD@l K6% 3 -betrothals bI'tr@UD@lz Kj$ 3 -betrothed bI'tr@UDd Hc$,Hd%,K6% 26A,14 -betrotheds bI'tr@UDdz Kj$ 2 -betrothing bI'tr@UDIN Hb$ 36A,14 -betroths bI'tr@UDz Ha$ 26A,14 -bets bets Ja%,Kj% 12A,3A,9,11,12C -betted 'betId Jc%,Jd% 22A,3A,9,11,12C -better 'bet@R H0%,K6%,Or*,Pu* 26A -bettered 'bet@d Hc%,Hd% 26A -bettering 'bet@rIN Hb% 36A -betterment 'bet@m@nt L@% 3 -betters 'bet@z Ha%,Kj% 26A -betting 'betIN Jb% 22A,3A,9,11,12C -bettor 'bet@R K6$ 2 -bettors 'bet@z Kj$ 2 -between bI'twin Pu*,T-* 2 -betwixt bI'twIkst Pu%,T-% 2 -bevel 'bevl H4%,K6% 2 -bevelled 'bevld Hc%,Hd% 2 -bevelling 'bev@lIN Hb% 3 -bevels 'bevlz Ha%,Kj% 2 -beverage 'bev@rIdZ K6% 3 -beverages 'bev@rIdZIz Kj% 4 -bevies 'bevIz Kj$ 2 -bevy 'bevI K8% 2 -bewail bI'weIl H0% 26A -bewailed bI'weIld Hc%,Hd% 26A -bewailing bI'weIlIN Hb% 36A -bewails bI'weIlz Ha% 26A -beware bI'we@R J5% 22A,3A,10 -bewilder bI'wIld@R H0% 36A -bewildered bI'wIld@d Hc%,Hd% 36A -bewildering bI'wIld@rIN Hb%,OA% 46A -bewilderment bI'wIld@m@nt L@% 4 -bewilders bI'wIld@z Ha% 36A -bewitch bI'wItS H1% 26A -bewitched bI'wItSt Hc%,Hd% 26A -bewitches bI'wItSIz Ha% 36A -bewitching bI'wItSIN Hb%,OA% 36A -bewitchingly bI'wItSINlI Pu% 4 -bey beI K6$ 1 -beyond bI'j0nd Pu%,T-% 2 -beys beIz Kj$ 1 -bezique b@'zik L@$ 2 -bhang b&N K6$ 1 -bhangs b&Nz Kj$ 1 -bi- ,baI- U-% 1 -bias 'baI@s H1%,K7% 26A,14 -biased 'baI@st Hc%,Hd% 26A,14 -biases 'baI@sIz Ha%,Kj% 36A,14 -biasing 'baI@sIN Hb% 36A,14 -biassed 'baI@st Hc%,Hd% 26A,14 -bib bIb I4$,K6% 1 -bibbed bIbd Ic$,Id$ 1 -bibbing 'bIbIN Ib$ 2 -biblical 'bIblIkl OA% 3 -bibliographer ,bIblI'0gr@f@R K6% 5 -bibliographers ,bIblI'0gr@f@z Kj% 5 -bibliographies ,bIblI'0gr@fIz Mj% 5 -bibliography ,bIblI'0gr@fI M8% 5 -bibliophile 'bIblI@faIl K6% 4 -bibliophiles 'bIblI@faIlz Kj% 4 -bibs bIbz Ia%,Kj% 1 -bibulous 'bIbjUl@s OA$ 3 -bicameral ,baI'k&m@r@l OA$ 4 -bicarbonate ,baI'kAb@n@t L@% 4 -bicentenaries ,baIsen'tin@rIz Kj% 5 -bicentenary ,baIsen'tin@rI K8% 5 -bicentennial ,baIsen'tenI@l K6%,OA% 5 -bicentennials ,baIsen'tenI@lz Kj% 5 -biceps 'baIseps K9% 2 -bicker 'bIk@R I0% 22A,2C,3A -bickered 'bIk@d Ic%,Id% 22A,2C,3A -bickering 'bIk@rIN Ib% 32A,2C,3A -bickers 'bIk@z Ia% 22A,2C,3A -bicycle 'baIsIkl I2%,K6% 32A,2C -bicycled 'baIsIkld Ic%,Id% 32A,2C -bicycles 'baIsIklz Ia%,Kj% 32A,2C -bicycling 'baIsIklIN Ib% 32A,2C -bid bId J5%,Jc%,Jd%,K6% 12A,3A,6A,12A,13A,14,15B,17,18B -biddable 'bId@bl OA% 3 -bidden 'bIdn Jd% 212A,13A,17,18B -bidder 'bId@R K6% 2 -bidders 'bId@z Kj% 2 -bidding 'bIdIN Jb%,L@% 22A,3A,6A,12A,13A,14,15B,17,18B -bide baId H2% 1 -bided 'baIdId Hc%,Hd% 2 -bides baIdz Ha% 1 -bidet 'bideI K6% 2 -bidets 'bideIz Kj% 2 -biding 'baIdIN Hb% 2 -bids bIdz Ja%,Kj% 12A,3A,6A,12A,13A,14,15B,17,18B -biennial baI'enI@l K6%,OA% 4 -biennially baI'enI@lI Pu% 5 -biennials baI'enI@lz Kj% 3 -bier bI@R K6% 1 -biers bI@z Kj% 1 -biff bIf H0%,K6% 1 -biffed bIft Hc%,Hd% 1 -biffing 'bIfIN Hb% 2 -biffs bIfs Ha%,Kj% 1 -bifocal ,baI'f@Ukl OA% 3 -bifocals ,baI'f@Uklz Kj% 3 -bifurcate 'baIf@keIt J2%,OA$ 32A,6A -bifurcated 'baIf@keItId Jc%,Jd%,OA% 42A,6A -bifurcates 'baIf@keIts Ja% 32A,6A -bifurcating 'baIf@keItIN Jb% 42A,6A -bifurcation ,baIf@'keISn K6% 4 -bifurcations ,baIf@'keISnz Kj$ 4 -big bIg OE% 1 -big-boned bIg-'b@Und OA% 2 -bigamist 'bIg@mIst K6% 3 -bigamists 'bIg@mIsts Kj% 3 -bigamous 'bIg@m@s OA% 3 -bigamy 'bIg@mI L@% 3 -bigger 'bIg@R Or% 2 -biggest 'bIgIst Os% 2 -bight baIt K6$ 1 -bights baIts Kj$ 1 -bigot 'bIg@t K6% 2 -bigoted 'bIg@tId OA% 3 -bigotries 'bIg@trIz Mj$ 3 -bigotry 'bIg@trI M8% 3 -bigots 'bIg@ts Kj% 2 -bigwig 'bIgwIg K6% 2 -bigwigs 'bIgwIgz Kj% 2 -bijou 'biZu Ki$,OA% 2 -bike baIk I2%,K6% 1 -biked baIkt Ic%,Id% 1 -bikes baIks Ia%,Kj% 1 -biking 'baIkIN Ib% 2 -bikini bI'kinI K6% 3 -bikinis bI'kinIz Kj% 3 -bilabial ,baI'leIbI@l K6$,OA$ 4 -bilabials ,baI'leIbI@lz Kj$ 4 -bilateral ,baI'l&t@r@l OA% 4 -bilateralism ,baI'l&tr@lIz@m M6% 5 -bilateralisms ,baI'l&tr@lIz@mz Mj$ 5 -bilaterally ,baI'l&t@r@lI Pu% 5 -bilberries 'bIlb@rIz Kj% 3 -bilberry 'bIlb@rI K8% 3 -bile baIl L@% 1 -bile-duct 'baIl-dVkt K6% 2 -bile-ducts 'baIl-dVkts Kj% 2 -bilge bIldZ L@% 1 -bilge-water 'bIldZ-wOt@R L@% 3 -bilharzia ,bIl'hAzI@ L@% 4 -bilingual baI'lINgw@l K6%,OA% 3 -bilinguals baI'lINgw@lz Kj$ 3 -bilious 'bIlI@s OA% 3 -biliousness 'bIlI@sn@s L@% 4 -bilk bIlk H0% 16A,14 -bilked bIlkt Hc%,Hd% 16A,14 -bilking 'bIlkIN Hb% 26A,14 -bilks bIlks Ha% 16A,14 -bill bIl J0%,K6% 16A,14 -bill-poster 'bIl-p@Ust@R K6% 3 -bill-posters 'bIl-p@Ust@z Kj% 3 -bill-sticker 'bIl-stIk@R K6% 3 -bill-stickers 'bIl-stIk@z Kj% 3 -billboard 'bIlbOd K6% 2 -billboards 'bIlbOdz Kj% 2 -billed bIld Jc%,Jd% 16A,14 -billet 'bIlIt H0%,K6% 26A,14 -billet-doux ,bIleI-'du Ki% 3 -billeted 'bIlItId Hc%,Hd% 36A,14 -billeting 'bIlItIN Hb% 36A,14 -billets 'bIlIts Ha%,Kj% 26A,14 -billets-doux ,bIleI-'du Kj% 3 -billfold 'bIlf@Uld K6$ 2 -billfolds 'bIlf@Uldz Kj$ 2 -billhook 'bIlhUk K6% 2 -billhooks 'bIlhUks Kj% 2 -billiard-marker 'bIlI@d-mAk@R K6$ 5 -billiard-markers 'bIlI@d-mAk@z Kj$ 5 -billiard-player 'bIlI@d-pleI@R K6% 5 -billiard-players 'bIlI@d-pleI@z Kj% 5 -billiard-room 'bIlI@d-rum K6% 4 -billiard-rooms 'bIlI@d-rumz Kj% 4 -billiard-table 'bIlI@d-teIbl K6% 5 -billiard-tables 'bIlI@d-teIblz Kj% 5 -billiards 'bIlI@dz Lk% 3 -billies 'bIlIz Kj$ 2 -billing 'bIlIN Jb% 26A,14 -billingsgate 'bIlINzgeIt L@$ 3 -billion 'bIlI@N K6%,OA% 3 -billions 'bIlI@Nz Kj% 3 -billionth 'bIlI@nT K6%,OA% 3 -billionths 'bIlI@nTs Kj% 3 -billow 'bIl@U I0%,K6% 22C -billowed 'bIl@Ud Ic%,Id% 22C -billowing 'bIl@UIN Ib% 32C -billows 'bIl@Uz Ia%,Kj% 22C -billowy 'bIl@UI OA% 3 -bills bIlz Ja%,Kj% 16A,14 -billy 'bIlI K8% 2 -billy-goat 'bIlI-g@Ut K6% 3 -billy-goats 'bIlI-g@Uts Kj% 3 -billy-ho 'bIlI-h@U Ki$ 3 -billy-o 'bIlI-@U L@$ 3 -biltong 'bIlt0N L@$ 2 -bimetallic ,baIm@'t&lIk OA$ 4 -bimetallism ,baI'met@lIz@m L@$ 5 -bin bIn K6% 1 -binary 'baIn@rI OA% 3 -bind baInd J5%,M6% 12A,6A,14,15A,15B,16B,17 -binder 'baInd@R K6% 2 -binderies 'baInd@rIz Kj$ 3 -binders 'baInd@z Kj% 2 -bindery 'baInd@rI K8$ 3 -binding 'baIndIN Jb%,OA% 22A,6A,14,15A,15B,16B,17 -binds baIndz Ja%,Mj$ 12A,6A,14,15A,15B,16B,17 -bindweed 'baIndwid L@% 2 -bine baIn K6$ 1 -bines baInz Kj$ 1 -binge bIndZ K6% 1 -binges 'bIndZIz Kj% 2 -bingo 'bINg@U L@% 2 -binnacle 'bIn@kl K6$ 3 -binnacles 'bIn@klz Kj$ 3 -binoculars bI'n0kjUl@z Kj% 4 -binomial baI'n@UmI@l OA% 4 -bins bInz Kj% 1 -biochemistry ,baI@U'kemIstrI L@% 5 -biodegradable ,baI@UdI'greId@bl OA% 6 -biograph 'baI@grAf K6$ 3 -biographer baI'0gr@f@R K6% 4 -biographers baI'0gr@f@z Kj% 4 -biographic ,baI@'gr&fIk OA$ 4 -biographical ,baI@'gr&fIkl OA% 5 -biographies baI'0gr@fIz Mj% 4 -biographs 'baI@grAfs Kj$ 3 -biography baI'0gr@fI M8% 4 -biological ,baI@'l0dZIkl OA% 5 -biologically ,baI@'l0dZIklI Pu% 5 -biologist baI'0l@dZIst K6% 4 -biologists baI'0l@dZIsts Kj% 4 -biology baI'0l@dZI L@% 4 -bioscope 'baI@sk@Up K6% 3 -bioscopes 'baI@sk@Ups Kj% 3 -bipartisan ,baIpAtI'z&n OA% 4 -biped 'baIped K6% 2 -bipeds 'baIpedz Kj% 2 -biplane 'baIpleIn K6% 2 -biplanes 'baIpleInz Kj% 2 -birch b3tS H1%,M7% 16A -birch-rod 'b3tS-r0d K6% 2 -birch-rods 'b3tS-r0dz Kj% 2 -birched b3tSt Hc%,Hd% 16A -birches 'b3tSIz Ha%,Mj% 26A -birching 'b3tSIN Hb$ 26A -bird b3d K6% 1 -bird's-eye 'b3dz-eI Oq% 2 -bird-fancier 'b3d-f&nsI@R K6% 4 -bird-fanciers 'b3d-f&nsI@z Kj% 4 -birdcage 'b3dkeIdZ K6% 2 -birdcages 'b3dkeIdZIz Kj% 3 -birdlime 'b3dlaIm K6% 2 -birdlimes 'b3dlaImz Kj$ 2 -birdnesting 'b3dnestIN L@% 3 -birds b3dz Kj% 1 -birdwatcher 'b3dw0tS@R K6% 3 -birdwatchers 'b3dw0tS@z Kj% 3 -biretta bI'ret@ K6$ 3 -birettas bI'ret@z Kj$ 3 -biro 'baI@r@U K6% 2 -biros 'baI@r@Uz Kj% 2 -birth b3T M6% 1 -birth-control 'b3T-k@ntr@Ul L@% 3 -birthday 'b3TdeI K6% 2 -birthdays 'b3TdeIz Kj% 2 -birthmark 'b3TmAk K6% 2 -birthmarks 'b3TmAks Kj% 2 -birthplace 'b3TpleIs K6% 2 -birthplaces 'b3TpleIsIz Kj% 3 -birthrate 'b3TreIt K6% 2 -birthrates 'b3TreIts Kj% 2 -birthright 'b3TraIt K6% 2 -birthrights 'b3TraIts Kj$ 2 -births b3Ts Mj% 1 -biscuit 'bIskIt K6% 2 -biscuits 'bIskIts Kj% 2 -bisect baI'sekt H0% 26A -bisected baI'sektId Hc%,Hd% 36A -bisecting baI'sektIN Hb% 36A -bisection baI'sekSn L@$ 3 -bisects baI'sekts Ha% 26A -bisexual ,baI'sekSU@l K6%,OA% 4 -bisexuality ,baIsekSU'&lItI L@% 6 -bisexuals ,baI'sekSU@lz Kj% 4 -bishop 'bIS@p K6% 2 -bishopric 'bIS@prIk K6% 3 -bishoprics 'bIS@prIks Kj% 3 -bishops 'bIS@ps Kj% 2 -bismuth 'bIzm@T L@$ 2 -bison 'baIsn K9% 2 -bistro 'bistr@U K6% 2 -bistros 'bistr@Uz Kj% 2 -bit bIt Jc%,K6% 12A,3A,6A,15B -bitch bItS I1%,K7% 12A -bitched bItSt Ic%,Id% 12A -bitches 'bItSIz Ia%,Kj% 22A -bitchier 'bItSI@R Or% 3 -bitchiest 'bItSIIst Os% 3 -bitching 'bItSIN Ib% 22A -bitchy 'bItSI OD% 2 -bite baIt J5%,M6% 12A,3A,6A,15B -bites baIts Ja%,Mj% 12A,3A,6A,15B -biting 'baItIN Jb%,OA% 22A,3A,6A,15B -bitingly 'baItINlI Pu% 3 -bits bIts Kj% 1 -bitten 'bItn Jd% 22A,3A,6A,15B -bitter 'bIt@R M6%,OA% 2 -bitter-sweet ,bIt@-'swit OA% 3 -bitterly 'bIt@lI Pu% 3 -bittern 'bIt@n K6% 2 -bitterness 'bIt@n@s L@% 3 -bitterns 'bIt@nz Kj% 2 -bitters 'bIt@z Mj% 2 -bitumen 'bItjUm@n L@$ 3 -bituminous bI'tjumIn@s OA$ 4 -bivalve 'baIv&lv K6% 2 -bivalves 'baIv&lvz Kj% 2 -bivouac 'bIvU&k I5%,K6% 32A -bivouacked 'bIvU&kt Ic%,Id% 32A -bivouacking 'bIvU&kIN Ib% 42A -bivouacs 'bIvU&ks Ia$,Kj% 32A -biz bIz L@% 1 -bizarre bI'zAR OA% 2 -bizonal ,baI'z@Unl OA$ 3 -blab bl&b J4% 12A,6A,15B -blabbed bl&bd Jc%,Jd% 12A,6A,15B -blabber 'bl&b@R J0% 2 -blabbered 'bl&b@d Jc%,Jd% 2 -blabbering 'bl&b@rIN Jb% 3 -blabbermouth 'bl&b@maUT K6% 3 -blabbermouths 'bl&b@maUDz Kj% 3 -blabbers 'bl&b@z Ja% 2 -blabbing 'bl&bIN Jb% 22A,6A,15B -blabs bl&bz Ja% 12A,6A,15B -black bl&k H0%,M6%,OC% 16A -black-beetle 'bl&k-bitl K6% 3 -black-beetles 'bl&k-bitlz Kj% 3 -black-lead 'bl&k-led H0%,L@% 2 -black-leaded 'bl&k-ledId Hc%,Hd% 3 -black-leading 'bl&k-ledIN Hb% 3 -black-leads 'bl&k-ledz Ha% 2 -blackamoor 'bl&k@mOR K6$ 3 -blackamoors 'bl&k@mOz Kj$ 3 -blackball 'bl&kbOl H0% 2 -blackballed 'bl&kbOld Hc%,Hd% 2 -blackballing 'bl&kbOlIN Hb% 3 -blackballs 'bl&kbOlz Ha% 2 -blackberries 'bl&kb@rIz Kj% 3 -blackberry 'bl&kb@rI K8% 3 -blackbird 'bl&kb3d K6% 2 -blackbirds 'bl&kb3dz Kj% 2 -blackboard 'bl&kbOd K6% 2 -blackboards 'bl&kbOdz Kj% 2 -blackcurrant bl&k'kVr@nt K6% 3 -blackcurrants bl&k'kVr@nts Kj% 3 -blacked bl&kt Hc%,Hd% 16A -blacken 'bl&k@n J0% 22A,6A -blackened 'bl&k@nd Jc%,Jd% 22A,6A -blackening 'bl&k@nIN Jb% 32A,6A -blackens 'bl&k@nz Ja% 22A,6A -blacker 'bl&k@R Or% 2 -blackest 'bl&kIst Os% 2 -blackguard 'bl&gAd H0$,K6% 2 -blackguarded 'bl&gAdId Hc$,Hd$ 3 -blackguarding 'bl&gAdIN Hb$ 3 -blackguardly 'bl&g@dlI OA% 3 -blackguards 'bl&gAdz Ha$,Kj% 2 -blackhead 'bl&khed K6% 2 -blackheads 'bl&khedz Kj% 2 -blacking 'bl&kIN Hb%,L@% 26A -blackish 'bl&kIS OA% 2 -blackleg 'bl&kleg J4$,K6% 2 -blacklegged 'bl&klegd Jc$,Jd$ 2 -blacklegging 'bl&klegIN Jb$ 3 -blacklegs 'bl&klegz Ja$,Kj% 2 -blacklist 'bl&klIst H0%,K6% 2 -blacklisted 'bl&klIstId Hc%,Hd% 3 -blacklisting 'bl&klIstIN Hb% 3 -blacklists 'bl&klIsts Ha%,Kj% 2 -blackmail 'bl&kmeIl H0%,L@% 2 -blackmailed 'bl&kmeIld Hc%,Hd% 2 -blackmailer 'bl&kmeIl@R K6% 3 -blackmailers 'bl&kmeIl@z Kj% 3 -blackmailing 'bl&kmeIlIN Hb% 3 -blackmails 'bl&kmeIlz Ha% 2 -blackness 'bl&knIs L@% 2 -blackout 'bl&kaUt K6% 2 -blackouts 'bl&kaUts Kj$ 2 -blacks bl&ks Ha%,Mj% 16A -blacksmith 'bl&ksmIT K6% 2 -blacksmiths 'bl&ksmITs Kj% 2 -blackthorn 'bl&kTOn K6% 2 -blackthorns 'bl&kTOnz Kj$ 2 -blackwater 'bl&kwOt@R Oq$ 3 -bladder 'bl&d@R K6% 2 -bladders 'bl&d@z Kj% 2 -blade bleId K6% 1 -blades bleIdz Kj% 1 -blaeberries 'bleIb@rIz Kj$ 3 -blaeberry 'bleIb@rI K8$ 3 -blah blA L@% 1 -blame bleIm H2%,L@% 16A,14 -blamed bleImd Hc%,Hd% 16A,14 -blameless 'bleIml@s OA% 2 -blamelessly 'bleIml@slI Pu% 3 -blames bleImz Ha% 16A,14 -blameworthy 'bleImw3DI OA% 3 -blaming 'bleImIN Hb% 26A,14 -blanch blAntS J1% 12A,6A -blanched blAntSt Jc%,Jd% 12A,6A -blanches 'blAntSIz Ja% 22A,6A -blanching 'blAntSIN Jb% 22A,6A -blancmange bl@'m0nZ M6% 2 -blancmanges bl@'m0nZIz Mj$ 3 -bland bl&nd OC% 1 -blander 'bl&nd@R Or% 2 -blandest 'bl&ndIst Os% 2 -blandishment 'bl&ndISm@nt K6% 3 -blandishments 'bl&ndISm@nts Kj% 3 -blandly 'bl&ndlI Pu% 2 -blandness 'bl&ndn@s L@% 2 -blank bl&Nk M6%,OA% 1 -blanket 'bl&NkIt H0%,K6% 26A,14 -blanketed 'bl&NkItId Hc%,Hd% 36A,14 -blanketing 'bl&NkItIN Hb% 36A,14 -blankets 'bl&NkIts Ha%,Kj% 26A,14 -blankly 'bl&NklI Pu% 2 -blanks bl&Nks Mj% 1 -blare ble@R J2%,L@% 12A,2C,15B -blared ble@d Jc%,Jd% 12A,2C,15B -blares ble@z Ja% 12A,2C,15B -blaring 'ble@rIN Jb% 22A,2C,15B -blarney 'blAnI L@% 2 -blas_e 'blAzeI OA% 2 -blaspheme bl&s'fim J2% 22A,6A -blasphemed bl&s'fimd Jc%,Jd% 22A,6A -blasphemer bl&s'fim@R K6% 3 -blasphemers bl&s'fim@z Kj% 3 -blasphemes bl&s'fimz Ja% 22A,6A -blasphemies 'bl&sf@mIz Mj% 3 -blaspheming bl&s'fimIN Jb% 32A,6A -blasphemous 'bl&sf@m@s OA% 3 -blasphemously 'bl&sf@m@slI Pu% 4 -blasphemy 'bl&sf@mI M8% 3 -blast blAst H0%,M6% 12A,2C,6A,15B -blast-furnace 'blAst-f3nIs K6% 3 -blast-furnaces 'blAst-f3nIsIz Kj% 4 -blast-off 'blAst-0f K6% 2 -blast-offs 'blAst-0fs Kj% 2 -blasted 'blAstId Hc%,Hd%,Oq% 22A,2C,6A,15B -blasting 'blAstIN Hb% 22A,2C,6A,15B -blasts blAsts Ha%,Mj% 12A,2C,6A,15B -blatant 'bleItnt OA% 2 -blatantly 'bleItntlI Pu% 3 -blather 'bl&D@R I0%,M6$ 2 -blathered 'bl&D@d Ic%,Id% 2 -blathering 'bl&D@rIN Ib% 3 -blathers 'bl&D@z Ia%,Mj$ 2 -blaze bleIz J2%,K6% 12A,2C,6A,15B -blazed bleIzd Jc%,Jd% 12A,2C,6A,15B -blazer 'bleIz@R K6% 2 -blazers 'bleIz@z Kj% 2 -blazes 'bleIzIz Ja%,Kj% 22A,2C,6A,15B -blazing 'bleIzIN Jb%,OA% 22A,2C,6A,15B -blazon 'bleIzn H0%,K6% 2 -blazoned 'bleIznd Hc%,Hd% 2 -blazoning 'bleIznIN Hb% 3 -blazonries 'bleIz@nrIz Kj$ 3 -blazonry 'bleIz@nrI K8$ 3 -blazons 'bleIznz Ha%,Kj% 2 -bleach blitS J1%,K7% 12A,6A -bleached blitSt Jc%,Jd% 12A,6A -bleachers 'blitS@z Kj$ 2 -bleaches 'blitSIz Ja%,Kj% 22A,6A -bleaching 'blitSIN Jb% 22A,6A -bleaching-powder 'blitSIN-paUd@R K6% 4 -bleaching-powders 'blitSIN-paUd@z Kj% 4 -bleak blik OC% 1 -bleaker 'blik@R Or% 2 -bleakest 'blikIst Os% 2 -bleakly 'bliklI Pu% 2 -bleary 'blI@rI OA% 2 -bleary-eyed ,blI@rI-'aId OA% 3 -bleat blit J0%,K6% 12A,6A,15B -bleated 'blitId Jc%,Jd% 22A,6A,15B -bleating 'blitIN Jb% 22A,6A,15B -bleats blits Ja%,Kj% 12A,6A,15B -bled bled Jc%,Jd% 12A,2C,3A,6A,14 -bleed blid J5% 12A,2C,3A,6A,14 -bleeding 'blidIN Jb% 22A,2C,3A,6A,14 -bleeds blidz Ja% 12A,2C,3A,6A,14 -bleep blip I0%,K6% 1 -bleeped blipt Ic%,Id% 1 -bleeping 'blipIN Ib% 2 -bleeps blips Ia%,Kj% 1 -blemish 'blemIS H1%,M7% 26A -blemished 'blemISt Hc%,Hd% 26A -blemishes 'blemISIz Ha%,Mj% 36A -blemishing 'blemISIN Hb% 36A -blench blentS I1% 12A -blenched blentSt Ic%,Id% 12A -blenches 'blentSIz Ia% 22A -blenching 'blentSIN Ib% 22A -blend blend J0%,K6% 12A,3A,6A -blended 'blendId Jc%,Jd% 22A,3A,6A -blending 'blendIN Jb% 22A,3A,6A -blends blendz Ja%,Kj% 12A,3A,6A -blent blent Jc$,Jd$ 12A,3A,6A -bless bles H1% 16A -blessed 'blesId OA% 2 -blessed blest Hc%,Hd% 16A -blessedness 'blesIdn@s L@% 3 -blesses 'blesIz Ha% 26A -blessing 'blesIN Hb%,K6% 26A -blessings 'blesINz Kj% 2 -blest blest Hc%,Hd% 16A -blether 'bleD@R I0%,L@% 22A,2C -blethered 'bleD@d Ic%,Id% 22A,2C -blethering 'bleD@rIN Ib% 32A,2C -blethers 'bleD@z Ia% 22A,2C -blew blu Jc% 12A,2B,2C,2E,3A,6A,12A,15A,15B -blight blaIt H0%,M6% 16A -blighted 'blaItId Hc%,Hd% 26A -blighter 'blaIt@R K6% 2 -blighters 'blaIt@z Kj% 2 -blighting 'blaItIN Hb% 26A -blights blaIts Ha%,Mj% 16A -blimey 'blaImI W-% 2 -blimp blImp K6$ 1 -blimps blImps Kj$ 1 -blind blaInd H0%,K6%,OA% 16A,14 -blinded 'blaIndId Hc%,Hd% 26A,14 -blinders 'blaInd@z Kj% 2 -blindfold 'blaIndf@Uld H0%,K6%,OA% 26A -blindfolded 'blaIndf@UldId Hc%,Hd% 36A -blindfolding 'blaIndf@UldIN Hb$ 36A -blindfolds 'blaIndf@Uldz Ha%,Kj% 26A -blinding 'blaIndIN Hb% 26A,14 -blindly 'blaIndlI Pu% 2 -blindman's buff ,blaIndm&nz 'bVf L@% 3 -blindness 'blaIndn@s L@% 2 -blinds blaIndz Ha%,Kj% 16A,14 -blink blINk J0%,K6% 12A,2C,6A,15B -blinked blINkt Jc%,Jd% 12A,2C,6A,15B -blinkers 'blINk@z Kj% 2 -blinking 'blINkIN Jb%,OA% 22A,2C,6A,15B -blinks blINks Ja%,Kj% 12A,2C,6A,15B -blip blIp K6% 1 -blips blIps Kj% 1 -bliss blIs L@% 1 -blissful 'blIsf@l OA% 2 -blissfully 'blIsf@lI Pu% 3 -blister 'blIst@R J0%,K6% 22A,6A -blistered 'blIst@d Jc%,Jd% 22A,6A -blistering 'blIst@rIN Jb% 32A,6A -blisters 'blIst@z Ja%,Kj% 22A,6A -blithe blaID OA% 1 -blithely 'blaIDlI Pu% 2 -blithering 'blID@rIN OA% 3 -blithesome 'blaIDs@m OA$ 2 -blitz blIts H1%,K7% 16A -blitzed blItst Hc%,Hd% 16A -blitzes 'blItsIz Ha$,Kj$ 26A -blitzing 'blItsIN Hb$ 26A -blizzard 'blIz@d K6% 2 -blizzards 'blIz@dz Kj% 2 -bloated 'bl@UtId OA% 2 -bloater 'bl@Ut@R K6% 2 -bloaters 'bl@Ut@z Kj% 2 -blob bl0b K6% 1 -blobs bl0bz Kj% 1 -bloc bl0k K6% 1 -block bl0k H0%,K6% 16A,15B -blockade bl0'keId H2%,K6% 26A -blockade-runner bl0'keId-rVn@R K6% 4 -blockade-runners bl0'keId-rVn@z Kj% 4 -blockaded bl0'keIdId Hc%,Hd% 36A -blockades bl0'keIdz Ha%,Kj% 26A -blockading bl0'keIdIN Hb% 36A -blockage 'bl0kIdZ K6% 2 -blockages 'bl0kIdZIz Kj% 3 -blockbuster 'bl0kbVst@R K6% 3 -blockbusters 'bl0kbVst@z Kj% 3 -blocked bl0kt Hc%,Hd% 16A,15B -blockhead 'bl0khed K6% 2 -blockheads 'bl0khedz Kj% 2 -blockhouse 'bl0khaUs K6$ 2 -blockhouses 'bl0khaUzIz Kj$ 3 -blocking 'bl0kIN Hb% 26A,15B -blocks bl0ks Ha%,Kj% 16A,15B -blocs bl0ks Kj% 1 -bloke bl@Uk K6% 1 -blokes bl@Uks Kj% 1 -blond bl0nd K6$,OC% 1 -blonde bl0nd K6%,OA% 1 -blonder 'bl0nd@R Or% 2 -blondes bl0ndz Kj% 1 -blondest 'bl0ndIst Os% 2 -blonds bl0ndz Kj$ 1 -blood blVd H0%,M6% 16A -blood-bath 'blVd-bAT K6% 2 -blood-baths 'blVd-bADz Kj% 2 -blood-donor 'blVd-d@Un@R K6% 3 -blood-donors 'blVd-d@Un@z Kj% 3 -blood-group 'blVd-grup K6% 2 -blood-groups 'blVd-grups Kj% 2 -blood-heat 'blVd-hit L@% 2 -blood-letting 'blVd-letIN M6% 3 -blood-lettings 'blVd-letINz Mj$ 3 -blood-money 'blVd-mVnI L@% 3 -blood-poisoning 'blVd-poIznIN L@% 4 -blood-pressure 'blVd-preS@R M6% 3 -blood-pressures 'blVd-preS@z Mj$ 3 -blood-relation ,blVd-rI'leISn K6% 4 -blood-relations ,blVd-rI'leISnz Kj% 4 -blood-sports 'blVd-spOts Kj% 2 -blood-transfusion ,blVd-tr&ns'fjuZn K6% 4 -blood-transfusions ,blVd-tr&ns'fjuZnz Kj% 4 -blood-type 'blVd-taIp K6% 2 -blood-types 'blVd-taIps Kj% 2 -blood-vessel 'blVd-vesl K6% 3 -blood-vessels 'blVd-veslz Kj% 3 -bloodcurdling 'blVdk3dlIN OA% 3 -blooded 'blVdId Hc%,Hd% 26A -bloodhound 'blVdhaUnd K6% 2 -bloodhounds 'blVdhaUndz Kj% 2 -bloodier 'blVdI@R Or% 3 -bloodiest 'blVdIIst Os% 3 -blooding 'blVdIN Hb$ 26A -bloodless 'blVdl@s OA% 2 -bloodlessly 'blVdl@slI Pu% 3 -bloodlust 'blVdlVst L@% 2 -bloods blVdz Ha$,Mj$ 16A -bloodshed 'blVdSed K6% 2 -bloodsheds 'blVdSedz Kj$ 2 -bloodshot 'blVdS0t OA% 2 -bloodstain 'blVdsteIn K6% 2 -bloodstained 'blVdsteInd OA% 2 -bloodstains 'blVdsteInz Kj% 2 -bloodstock 'blVdst0k K6% 2 -bloodstocks 'blVdst0ks Kj$ 2 -bloodsucker 'blVdsVk@R K6% 3 -bloodsuckers 'blVdsVk@z Kj% 3 -bloodthirstiness 'blVdT3stIn@s L@% 4 -bloodthirsty 'blUdT3stI OA% 3 -bloody 'blVdI OD%,Pu% 2 -bloody-minded ,blVdI-'maIndId OA% 4 -bloom blum I0%,M6% 12A,2C -bloomed blumd Ic%,Id% 12A,2C -bloomer 'blum@R K6% 2 -bloomers 'blum@z Kj% 2 -blooming 'blumIN Ib%,OA% 22A,2C -blooms blumz Ia%,Mj% 12A,2C -blossom 'bl0s@m I0%,M6% 22A,2C -blossomed 'bl0s@md Ic%,Id% 22A,2C -blossoming 'bl0s@mIN Ib% 32A,2C -blossoms 'bl0s@mz Ia%,Mj% 22A,2C -blot bl0t H4%,K6% 16A,15B -blotch bl0tS K7% 1 -blotches 'bl0tSIz Kj% 2 -blots bl0ts Ha%,Kj% 16A,15B -blotted 'bl0tId Hc%,Hd% 26A,15B -blotter 'bl0t@R K6% 2 -blotters 'bl0t@z Kj% 2 -blotting 'bl0tIN Hb% 26A,15B -blotting-paper 'bl0tIN-peIp@R K6% 4 -blotting-papers 'bl0tIN-peIp@z Kj$ 4 -blotto 'bl0t@U Op% 2 -blouse blaUz K6% 1 -blouses 'blaUzIz Kj% 2 -blow bl@U J5%,K6% 12A,2B,2C,2E,3A,6A,12A,15A,15B -blow-dried 'bl@U-draId Hc%,Hd% 26A -blow-dries 'bl@U-draIz Ha% 26A -blow-dry 'bl@U-draI H3% 26A -blow-drying 'bl@U-draIIN Hb% 36A -blow-up 'bl@U-Vp K6% 2 -blow-ups 'bl@U-Vps Kj$ 2 -blowback 'bl@Ub&k K6% 2 -blowbacks 'bl@Ub&ks Kj$ 2 -blowed bl@Ud Jd% 16A,15A -blower 'bl@U@R K6% 2 -blowers 'bl@U@z Kj% 2 -blowflies 'bl@UflaIz Kj% 2 -blowfly 'bl@UflaI K8% 2 -blowhole 'bl@Uh@Ul K6% 2 -blowholes 'bl@Uh@Ulz Kj% 2 -blowing 'bl@UIN Jb% 22A,2B,2C,2E,3A,6A,12A,15A,15B -blowing-up ,bl@UIN-'Vp K6% 3 -blowing-ups ,bl@UIN-'Vps Kj$ 3 -blowlamp 'bl@Ul&mp K6% 2 -blowlamps 'bl@Ul&mps Kj% 2 -blown bl@Un Jd% 12A,2B,2C,2E,3A,6A,12A,15A,15B -blowout 'bl@UaUt K6% 2 -blowouts 'bl@UaUts Kj% 2 -blowpipe 'bl@UpaIp K6% 2 -blowpipes 'bl@UpaIps Kj% 2 -blows bl@Uz Ja%,Kj% 12A,2B,2C,2E,3A,6A,12A,15A,15B -blowtorch 'bl@UtOtS K7% 2 -blowtorches 'bl@UtOtSIz Kj% 3 -blowzy 'blaUzI OA% 2 -blubber 'blVb@R J0%,L@% 22A,15B -blubbered 'blVb@d Jc%,Jd% 22A,15B -blubbering 'blVb@rIN Jb% 32A,15B -blubbers 'blVb@z Ja% 22A,15B -bludgeon 'blVdZ@n H0%,K6$ 26A,14 -bludgeoned 'blVdZ@nd Hc%,Hd% 26A,14 -bludgeoning 'blVdZ@nIN Hb% 36A,14 -bludgeons 'blVdZ@nz Ha%,Kj$ 26A,14 -blue blu H2%,M6%,OB% 1 -blue-collar 'blu-k0l@R OA% 3 -blue-jacket 'blu-dZ&kIt K6$ 3 -blue-jackets 'blu-dZ&kIts Kj$ 3 -blue-pencil blu-'pensIl H4% 3 -blue-pencilled blu-'pensIld Hc%,Hd% 3 -blue-pencilling blu-'pensIlIN Hb% 4 -blue-pencils blu-'pensIlz Ha% 3 -bluebell 'blubel K6% 2 -bluebells 'blubelz Kj% 2 -bluebottle 'blub0tl K6% 3 -bluebottles 'blub0tlz Kj% 3 -blued blud Hc%,Hd% 1 -blueprint 'bluprInt K6% 2 -blueprints 'bluprInts Kj% 2 -bluer 'blu@R Or% 2 -blues bluz Ha%,Mj% 1 -bluest 'bluIst Os% 2 -bluestocking 'blust0kIN K6% 3 -bluestockings 'blust0kINz Kj% 3 -bluff blVf J0%,M6%,OA% 12A,6A,14,15B -bluffed blVft Jc%,Jd% 12A,6A,14,15B -bluffer 'blVf@R K6% 2 -bluffers 'blVf@z Kj% 2 -bluffing 'blVfIN Jb% 22A,6A,14,15B -bluffly 'blVflI Pu% 2 -bluffness 'blVfn@s L@$ 2 -bluffs blVfs Ja%,Mj$ 12A,6A,14,15B -bluing 'bluIN Hb% 2 -bluish 'bluIS OA% 2 -blunder 'blVnd@R J0%,K6% 22A,2C,3A -blunderbuss 'blVnd@bVs K7% 3 -blunderbusses 'blVnd@bVsIz Kj% 4 -blundered 'blVnd@d Jc%,Jd% 22A,2C,3A -blunderer 'blVnd@r@R K6% 3 -blunderers 'blVnd@r@z Kj% 3 -blundering 'blVnd@rIN Jb% 32A,2C,3A -blunders 'blVnd@z Ja%,Kj% 22A,2C,3A -blunt blVnt H0%,OC% 16A -blunted 'blVntId Hc%,Hd% 26A -blunter 'blVnt@R Or% 2 -bluntest 'blVntIst Os% 2 -blunting 'blVntIN Hb% 26A -bluntly 'blVntlI Pu% 2 -bluntness 'blVntn@s L@% 2 -blunts blVnts Ha% 16A -blur bl3R J4%,K6% 12A,6A -blurb bl3b M6% 1 -blurbs bl3bz Mj$ 1 -blurred bl3d Jc%,Jd% 12A,6A -blurring 'bl3rIN Jb% 22A,6A -blurs bl3z Ja%,Kj$ 12A,6A -blurt bl3t H0% 115B -blurted 'bl3tId Hc%,Hd% 215B -blurting 'bl3tIN Hb% 215B -blurts bl3ts Ha% 115B -blush blVS I1%,K7% 12A,2C,3A,4B -blushed blVSt Ic%,Id% 12A,2C,3A,4B -blushes 'blVSIz Ia%,Kj% 22A,2C,3A,4B -blushing 'blVSIN Ib%,OA% 22A,2C,3A,4B -blushingly 'blVSINlI Pu% 3 -bluster 'blVst@R J0%,M6% 22A,2C,15B -blustered 'blVst@d Jc%,Jd% 22A,2C,15B -blustering 'blVst@rIN Jb% 32A,2C,15B -blusters 'blVst@z Ja%,Mj% 22A,2C,15B -blustery 'blVst@rI OA% 3 -bo b@U W-% 1 -bo'sn 'b@Usn K6$ 2 -bo'sns 'b@Usnz Kj$ 2 -bo'sun 'b@Usn K6% 2 -bo'suns 'b@Usnz Kj$ 2 -boa 'b@U@ K6% 2 -boa-constrictor 'b@U@-k@n,strIkt@R K6% 5 -boa-constrictors 'b@U@-k@n,strIkt@z Kj% 5 -boar bOR K6% 1 -board bOd J0%,K6% 13A,6A,15B -boarded 'bOdId Jc%,Jd% 23A,6A,15B -boarder 'bOd@R K6% 2 -boarders 'bOd@z Kj% 2 -boarding 'bOdIN Jb%,L@% 23A,6A,15B -boarding-card 'bOdIN-kAd K6% 3 -boarding-cards 'bOdIN-kAdz Kj% 3 -boarding-house 'bOdIN-haUs K6% 3 -boarding-houses 'bOdIN-haUzIz Kj% 4 -boarding-school 'bOdIN-skul K6% 3 -boarding-schools 'bOdIN-skulz Kj% 3 -boardroom 'bOdrum K6% 2 -boardrooms 'bOdrumz Kj% 2 -boards bOdz Ja%,Kj% 13A,6A,15B -boardwalk 'bOdwOk K6% 2 -boardwalks 'bOdwOks Kj$ 2 -boars bOz Kj% 1 -boas 'b@U@z Kj% 2 -boast b@Ust J0%,K6% 12A,3A,3B,6A -boasted 'b@UstId Jc%,Jd% 22A,3A,3B,6A -boaster 'b@Ust@R K6% 2 -boasters 'b@Ust@z Kj% 2 -boastful 'b@Ustf@l OA% 2 -boastfully 'b@Ustf@lI Pu% 3 -boasting 'b@UstIN Jb% 22A,3A,3B,6A -boasts b@Usts Ja%,Kj% 12A,3A,3B,6A -boat b@Ut I0$,K6% 12A,2C -boat-hook 'b@Ut-hUk K6% 2 -boat-hooks 'b@Ut-hUks Kj% 2 -boat-house 'b@Ut-haUs K6% 2 -boat-houses 'b@Ut-haUzIz Kj% 3 -boat-race 'b@Ut-reIs K6% 2 -boat-races 'b@Ut-reIsIz Kj% 3 -boat-train 'b@Ut-treIn K6% 2 -boat-trains 'b@Ut-treInz Kj% 2 -boated 'b@UtId Ic$,Id$ 22A,2C -boater 'b@Ut@R K6% 2 -boaters 'b@Ut@z Kj% 2 -boating 'b@UtIN Ib% 22A,2C -boatman 'b@Utm@n Ki% 2 -boatmen 'b@Utm@n Kj% 2 -boats b@Uts Ia%,Kj% 12A,2C -boatswain 'b@Usn K6$ 2 -boatswains 'b@Usnz Kj$ 2 -bob b0b J4%,K9% 12C,6A -bobbed b0bd Jc%,Jd% 12C,6A -bobbies 'b0bIz Kj% 2 -bobbin 'b0bIn K6% 2 -bobbing 'b0bIN Jb% 22C,6A -bobbins 'b0bInz Kj% 2 -bobby 'b0bI K8% 2 -bobby-socks 'b0bI-s0ks Kj$ 3 -bobby-sox 'b0bI-s0ks Kj$ 3 -bobby-soxer 'b0bI-s0ks@R K6$ 4 -bobby-soxers 'b0bI-s0ks@z Kj$ 4 -bobolink 'b0b@lINk K6$ 3 -bobolinks 'b0b@lINks Kj$ 3 -bobs b0bz Ja%,Kj% 12C,6A -bobsled 'b0bsled K6$ 2 -bobsleds 'b0bsledz Kj$ 2 -bobsleigh 'b0bsleI K6% 2 -bobsleighs 'b0bsleIz Kj% 2 -bobtail 'b0bteIl K6% 2 -bobtails 'b0bteIlz Kj% 2 -bode b@Ud J2% 112B,13B -boded 'b@UdId Jc%,Jd% 212B,13B -bodes b@Udz Ja% 112B,13B -bodice 'b0dIs K6% 2 -bodices 'b0dIsIz Kj% 3 -bodied 'b0dId Ot% 2 -bodies 'b0dIz Mj% 2 -bodily 'b0d@lI OA%,Pu% 3 -boding 'b@UdIN Jb%,L@% 212B,13B -bodkin 'b0dkIn K6$ 2 -bodkins 'b0dkInz Kj$ 2 -body 'b0dI M8* 2 -body-servant 'b0dI-s3v@nt K6$ 4 -body-servants 'b0dI-s3v@nts Kj$ 4 -body-snatcher 'b0dI-sn&tS@R K6% 4 -body-snatchers 'b0dI-sn&tS@z Kj% 4 -bodyguard 'b0dIgAd K6% 3 -bodyguards 'b0dIgAdz Kj% 3 -bodywork 'b0dIw3k K6% 3 -bodyworks 'b0dIw3ks Kj$ 3 -boffin 'b0fIn K6% 2 -boffins 'b0fInz Kj% 2 -bog b0g J4%,K6% 12E,15B -bogey 'b@UgI K6% 2 -bogeyman 'b@UgIm&n Ki% 3 -bogeymen 'b@UgImen Kj% 3 -bogeys 'b@UgIz Kj% 2 -bogged b0gd Jc%,Jd% 12E,15B -boggier 'b0gI@R Or$ 3 -boggiest 'b0gIIst Os$ 3 -bogging 'b0gIN Jb% 22E,15B -boggle 'b0gl I2% 22A,3A -boggled 'b0gld Ic%,Id% 22A,3A -boggles 'b0glz Ia% 22A,3A -boggling 'b0glIN Ib% 22A,3A -boggy 'b0gI OD% 2 -bogie 'b@UgI K6$ 2 -bogies 'b@UgIz Kj$ 2 -bogs b0gz Ja%,Kj% 12E,15B -bogus 'b@Ug@s OA% 2 -bogy 'b@UgI K8$ 2 -boh b@U W-% 1 -bohemian b@U'himI@n K6%,OA% 4 -bohemians b@U'himI@nz Kj% 4 -boil boIl J0%,K6% 12A,2B,2C,2D,6A,15B,22 -boiled boIld Jc%,Jd% 12A,2B,2C,2D,6A,15B,22 -boiler 'boIl@R K6% 2 -boilers 'boIl@z Kj% 2 -boilersuit 'boIl@sut K6% 3 -boilersuits 'boIl@suts Kj% 3 -boiling 'boIlIN Jb% 22A,2B,2C,2D,6A,15B,22 -boiling-point 'boIlIN-poInt K6% 3 -boiling-points 'boIlIN-poInts Kj% 3 -boils boIlz Ja%,Kj% 12A,2B,2C,2D,6A,15B,22 -boisterous 'boIst@r@s OA% 3 -boisterously 'boIst@r@slI Pu% 4 -boisterousness 'boIst@r@snIs L@% 4 -bold b@Uld OC% 1 -bolder 'b@Uld@R Or% 2 -boldest 'b@UldIst Os% 2 -boldly 'b@UldlI Pu% 2 -boldness 'b@Uldn@s L@% 2 -bole b@Ul K6$ 1 -bolero b@'le@r@U K6$ 3 -boleros b@'le@r@Uz Kj$ 3 -boles b@Ulz Kj$ 1 -boll b@Ul K6$ 1 -bollard 'b0l@d K6% 2 -bollards 'b0l@dz Kj% 2 -bollock 'b0l@k K6$ 2 -bollocks 'b0l@ks Kj% 2 -bolls b@Ulz Kj$ 1 -boloney b@'l@UnI L@$ 3 -bolshy 'b0lSI OA% 2 -bolster 'b@Ulst@R H0%,K6% 26A,15B -bolstered 'b@Ulst@d Hc%,Hd% 26A,15B -bolstering 'b@Ulst@rIN Hb% 36A,15B -bolsters 'b@Ulst@z Ha%,Kj% 26A,15B -bolt b@Ult J0%,K6%,Pu% 12A,2C,6A,15B -bolt-hole 'b@Ult-h@Ul K6% 2 -bolt-holes 'b@Ult-h@Ulz Kj% 2 -bolted 'b@UltId Jc%,Jd% 22A,2C,6A,15B -bolting 'b@UltIN Jb% 22A,2C,6A,15B -bolts b@Ults Ja%,Kj% 12A,2C,6A,15B -bomb b0m J0%,K6% 12C,6A,15B -bomb-proof 'b0m-pruf OA% 2 -bomb-sight 'b0m-saIt K6% 2 -bomb-sights 'b0m-saIts Kj% 2 -bomb-site 'b0m-saIt K6% 2 -bomb-sites 'b0m-saIts Kj% 2 -bombard b0m'bAd H0% 26A,14 -bombarded b0m'bAdId Hc%,Hd% 36A,14 -bombardier ,b0mb@'dI@R K6% 4 -bombardiers ,b0mb@'dI@z Kj% 4 -bombarding b0m'bAdIN Hb% 36A,14 -bombardment b0m'bAdm@nt M6% 3 -bombardments b0m'bAdm@nts Mj% 3 -bombards b0m'bAdz Ha% 26A,14 -bombast 'b0mb&st L@% 2 -bombastic b0m'b&stIk OA% 3 -bombastically b0m'b&stIklI Pu% 4 -bombed b0md Jc%,Jd% 12C,6A,15B -bomber 'b0m@R K6% 2 -bombers 'b0m@z Kj% 2 -bombing 'b0mIN Jb% 22C,6A,15B -bombs b0mz Ja%,Kj% 12C,6A,15B -bombshell 'b0mSel K6% 2 -bombshells 'b0mSelz Kj% 2 -bon mot ,b0n 'm@U Ki% 2 -bona fide ,b@Un@ 'faIdI OA%,Pu$ 4 -bona fides ,b@Un@ 'faIdIz Kj$ 4 -bonanza b@'n&nz@ K6% 3 -bonanzas b@'n&nz@z Kj$ 3 -bonbon 'b0nb0n K6% 2 -bonbons 'b0nb0nz Kj% 2 -bond b0nd H0%,K6% 16A -bond- b0nd- U-% 1 -bond-holder 'b0nd-h@Uld@R K6% 3 -bond-holders 'b0nd-h@Uld@z Kj% 3 -bondage 'b0ndIdZ L@% 2 -bonded 'b0ndId Hc%,Hd% 26A -bonding 'b0ndIN Hb% 26A -bonds b0ndz Ha%,Kj% 16A -bone b@Un H2%,M6% 16A -bone-dry b@Un-'draI OA% 2 -bone-head 'b@Un-hed K6% 2 -bone-heads 'b@Un-hedz Kj% 2 -bone-idle b@Un-'aIdl OA% 3 -bone-lazy b@Un-'leIzI OA$ 3 -bone-setter 'b@Un-set@R K6% 3 -bone-setters 'b@Un-set@z Kj% 3 -boned b@Und Hc%,Hd% 16A -boneless 'b@UnlIs OA% 2 -bonemeal 'b@Unmil K6% 2 -bonemeals 'b@Unmilz Kj$ 2 -boner 'b@Un@R K6$ 2 -boners 'b@Un@z Kj$ 2 -bones b@Unz Ha%,Mj% 16A -boneshaker 'b@UnSeIk@R K6% 3 -boneshakers 'b@UnSeIk@z Kj% 3 -bonfire 'b0nfaI@R K6% 2 -bonfires 'b0nfaI@z Kj% 2 -bongo 'b0Ng@U K6% 2 -bongos 'b0Ng@Uz Kj% 2 -bonhomie 'b0n@mI L@% 3 -bonier 'b@UnI@R Or% 3 -boniest 'b@UnIIst Os% 3 -boning 'b@UnIN Hb% 26A -bonito b@'nit@U K6$ 3 -bonitos b@'nit@Uz Kj$ 3 -bonkers 'b0Nk@z Op% 2 -bonnet 'b0nIt K6% 2 -bonnets 'b0nIts Kj% 2 -bonnier 'b0nI@R Or% 3 -bonniest 'b0nIIst Os% 3 -bonnily 'b0nIlI Pu% 3 -bonny 'b0nI OD% 2 -bons mots ,b0n 'm@Uz Kj% 2 -bonus 'b@Un@s K7% 2 -bonuses 'b@Un@sIz Kj% 3 -bony 'b@UnI OD% 2 -boo bu J0%,K6% 12A,6A,15B -boob bub I0%,K6% 1 -boobed bubd Ic%,Id% 1 -boobies 'bubIz Kj% 2 -boobing 'bubIN Ib% 2 -boobs bubz Ia%,Kj% 1 -booby 'bubI K8% 2 -booby-trap 'bubI-tr&p K6% 3 -booby-traps 'bubI-tr&ps Kj% 3 -booed bud Jc%,Jd% 12A,6A,15B -boogie 'bugI M6% 2 -boogie-woogie ,bugI-'wugI M6$ 4 -boogie-woogies ,bugI-'wugIz Mj$ 4 -boogies 'bugIz Mj% 2 -booing 'buIN Jb% 22A,6A,15B -book bUk H0%,K6* 16A -book-end 'bUk-end K6% 2 -book-ends 'bUk-endz Kj% 2 -book-keeper 'bUk-kip@R K6% 3 -book-keepers 'bUk-kip@z Kj% 3 -bookable 'bUk@bl OA% 3 -bookcase 'bUk+keIs K6% 2 -bookcases 'bUk+keIsIz Kj% 3 -bookclub 'bUk+klVb K6% 2 -bookclubs 'bUk+klVbz Kj% 2 -booked bUkt Hc%,Hd% 16A -bookie 'bUkI K6% 2 -bookies 'bUkIz Kj% 2 -booking 'bUkIN Hb%,K6% 26A -bookings 'bUkINz Kj% 2 -bookish 'bUkIS OA% 2 -bookishness 'bUkISn@s L@% 3 -bookkeeper 'bUk+kip@R K6% 3 -bookkeepers 'bUk+kip@z Kj% 3 -bookkeeping 'bUk+kipIN L@% 3 -booklet 'bUklIt K6% 2 -booklets 'bUklIts Kj% 2 -bookmaker 'bUkmeIk@R K6% 3 -bookmakers 'bUkmeIk@z Kj% 3 -bookmark 'bUkmAk K6% 2 -bookmarker 'bUkmAk@R K6$ 3 -bookmarkers 'bUkmAk@z Kj$ 3 -bookmarks 'bUkmAks Kj% 2 -bookmobile 'bUkm@Ubil K6$ 3 -bookmobiles 'bUkm@Ubilz Kj$ 3 -books bUks Ha%,Kj% 16A -bookseller 'bUksel@R K6% 3 -booksellers 'bUksel@z Kj% 3 -bookshop 'bUkS0p K6% 2 -bookshops 'bUkS0ps Kj% 2 -bookstall 'bUkstOl K6% 2 -bookstalls 'bUkstOlz Kj% 2 -bookworm 'bUkw3m K6% 2 -bookworms 'bUkw3mz Kj% 2 -boom bum J0%,K6% 12A,2C,15B -boomed bumd Jc%,Jd% 12A,2C,15B -boomerang 'bum@r&N K6% 3 -boomerangs 'bum@r&Nz Kj% 3 -booming 'bumIN Jb% 22A,2C,15B -booms bumz Ja%,Kj% 12A,2C,15B -boon bun K6%,OA$ 1 -boons bunz Kj$ 1 -boor bU@R K6% 1 -boorish 'bU@rIS OA% 2 -boorishly 'bU@rISlI Pu% 3 -boorishness 'bU@rISn@s L@% 3 -boors bU@z Kj% 1 -boos buz Ja%,Kj% 12A,6A,15B -boost bust H0%,K6% 16A -boosted 'bustId Hc%,Hd% 26A -booster 'bust@R K6% 2 -boosters 'bust@z Kj% 2 -boosting 'bustIN Hb% 26A -boosts busts Ha%,Kj% 16A -boot but H0%,K6% 16A,15A,15B -booted 'butId Hc%,Hd%,OA% 26A,15A,15B -bootee bu'ti K6% 2 -bootees bu'tiz Kj% 2 -booth buD K6% 1 -booths buDz Kj% 1 -booting 'butIN Hb% 26A,15A,15B -bootlace 'butleIs K6% 2 -bootlaces 'butleIsIz Kj% 3 -bootleg 'butleg H4$ 2 -bootlegged 'butlegd Hc$,Hd$ 2 -bootlegger 'butleg@R K6% 3 -bootleggers 'butleg@z Kj% 3 -bootlegging 'butlegIN Hb% 3 -bootlegs 'butlegz Ha$ 2 -bootless 'butlIs OA% 2 -boots buts Ha%,Kj% 16A,15A,15B -booty 'butI L@% 2 -booze buz I2%,L@% 12A,2C -booze-up 'buz-Vp K6% 2 -booze-ups 'buz-Vps Kj% 2 -boozed buzd Ic%,Id% 12A,2C -boozer 'buz@R K6% 2 -boozers 'buz@z Kj% 2 -boozes 'buzIz Ia% 22A,2C -boozier 'buzI@R Or% 3 -booziest 'buzIIst Os% 3 -boozing 'buzIN Ib% 22A,2C -boozy 'buzI OD% 2 -bopeep ,b@U'pip L@$ 2 -boracic b@'r&sIk OA% 3 -borage 'b0rIdZ L@$ 2 -borax 'bOr&ks L@$ 2 -border 'bOd@R J0%,K6% 23A,6A -bordered 'bOd@d Jc%,Jd% 23A,6A -borderer 'bOd@r@R K6$ 3 -borderers 'bOd@r@z Kj$ 3 -bordering 'bOd@rIN Jb% 33A,6A -borderland 'bOd@l&nd K6% 3 -borderlands 'bOd@l&ndz Kj% 3 -borderline 'bOd@laIn K6% 3 -borderlines 'bOd@laInz Kj% 3 -borders 'bOd@z Ja%,Kj% 23A,6A -bore bOR J2%,Jc%,K6% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15A,15B,16B,17 -bore-hole 'bO-h@Ul K6% 2 -bore-holes 'bO-h@Ulz Kj% 2 -bored bOd Jc%,Jd% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15A,15B,16B,17 -boredom 'bOd@m L@% 2 -borer 'bOr@R K6% 2 -borers 'bOr@z Kj% 2 -bores bOz Ja%,Kj% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15A,15B,16B,17 -boric 'bOrIk OA% 2 -boring 'bOrIN Jb%,OA% 22A,2C,3A,6A,6D,6E,7A,11,12C,14,15A,15B,16B,17 -born bOn Hd% 1 -borne bOn Jd% 12A,2C,3A,6A,6D,6E,7A,11,12C,14,15B,16B,17 -boron 'bOr0n L@$ 2 -borough 'bVr@ K6% 2 -boroughs 'bVr@z Kj% 2 -borrow 'b0r@U H0% 26A,14 -borrowed 'b0r@Ud Hc%,Hd% 26A,14 -borrower 'b0r@U@R K6% 3 -borrowers 'b0r@U@z Kj% 3 -borrowing 'b0r@UIN Hb% 36A,14 -borrows 'b0r@Uz Ha% 26A,14 -borsch bOS L@$ 1 -borstal 'bOstl K6% 2 -borstals 'bOstlz Kj$ 2 -bortsch bOtS L@$ 1 -borzoi 'bOzoI K6$ 2 -borzois 'bOzoIz Kj$ 2 -bosh b0S L@$,W-$ 1 -bosky 'b0skI OA$ 2 -bosom 'bUz@m K6% 2 -bosoms 'bUz@mz Kj% 2 -boss b0s H1%,K7% 16A,15B -boss-eyed 'b0s-aId OA% 2 -bossed b0st Hc%,Hd% 16A,15B -bosses 'b0sIz Ha%,Kj% 26A,15B -bossier 'b0sI@R Or% 3 -bossiest 'b0sIIst Os% 3 -bossing 'b0sIN Hb% 26A,15B -bossy 'b0sI OD% 2 -botanical b@'t&nIkl OA% 4 -botanist 'b0t@nIst K6% 3 -botanists 'b0t@nIsts Kj% 3 -botanize 'b0t@naIz I2$ 3 -botanized 'b0t@naIzd Ic$,Id$ 3 -botanizes 'b0t@naIzIz Ia$ 4 -botanizing 'b0t@naIzIN Ib$ 4 -botany 'b0t@nI L@% 3 -botch b0tS H1%,K7% 16A,15B -botched b0tSt Hc%,Hd% 16A,15B -botcher 'b0tS@R K6% 2 -botchers 'b0tS@z Kj% 2 -botches 'b0tSIz Ha%,Kj$ 26A,15B -botching 'b0tSIN Hb% 26A,15B -both b@UT OA*,Pu*,Qx* 1 -bother 'b0D@R J0%,L@% 22A,3A,4C,6A,14,16A -botheration ,b0D@'reISn W-% 4 -bothered 'b0D@d Jc%,Jd% 22A,3A,4C,6A,14,16A -bothering 'b0D@rIN Jb% 32A,3A,4C,6A,14,16A -bothers 'b0D@z Ja% 22A,3A,4C,6A,14,16A -bothersome 'b0D@s@m OA% 3 -bottle 'b0tl H2%,M6% 26A,15B -bottle-fed 'b0tl-fed OA% 3 -bottle-green ,b0tl-'grin OA% 3 -bottled 'b0tld Hc%,Hd% 26A,15B -bottleneck 'b0tlnek K6% 3 -bottlenecks 'b0tlneks Kj% 3 -bottles 'b0tlz Ha%,Mj% 26A,15B -bottling 'b0tlIN Hb% 26A,15B -bottom 'b0t@m I0%,K6% 2 -bottomed 'b0t@md Ic%,Id% 2 -bottoming 'b0t@mIN Ib% 3 -bottomless 'b0t@ml@s OA% 3 -bottoms 'b0t@mz Ia%,Kj% 2 -botulism 'b0tjUlIz@m L@$ 4 -boudoir 'budwAR K6% 2 -boudoirs 'budwAz Kj% 2 -bougainvillea ,bug@n'vIlI@ K6% 5 -bougainvilleas ,bug@n'vIlI@z Kj% 5 -bough baU K6% 1 -boughs baUz Kj% 1 -bought bOt Jc%,Jd% 12A,2C,6A,12B,13B,15B -bouillon 'buj0n L@$ 2 -boulder 'b@Uld@R K6% 2 -boulders 'b@Uld@z Kj% 2 -boulevard 'bul@vAd K6% 3 -boulevards 'bul@vAdz Kj% 3 -bounce baUns J2%,M6% 12A,2C,6A -bounced baUnst Jc%,Jd% 12A,2C,6A -bounces 'baUnsIz Ja%,Mj% 22A,2C,6A -bouncier 'baUnsI@R Or$ 3 -bounciest 'baUnsI@st Os% 3 -bouncing 'baUnsIN Jb%,OA% 22A,2C,6A -bouncy 'baUnsI OD% 2 -bound baUnd J0%,Jc%,Jd%,K6%,OA% 12A,2C,4A,6A,14,15A,15B,16B,17 -boundaries 'baUndrIz Kj% 2 -boundary 'baUndrI K8% 2 -bounded 'baUndId Jc%,Jd% 22A,2C,4A,6A,14,15A,15B,16B,17 -bounden 'baUnd@n OA% 2 -bounder 'baUnd@R K6% 2 -bounders 'baUnd@z Kj% 2 -bounding 'baUndIN Jb% 22A,2C,4A,6A,14,15A,15B,16B,17 -boundless 'baUndlIs OA% 2 -boundlessly 'baUndlIslI Pu% 3 -bounds baUndz Ja%,Kj% 12A,2C,4A,6A,14,15A,15B,16B,17 -bounteous 'baUntI@s OA% 3 -bounteously 'baUntI@slI Pu% 4 -bounties 'baUntIz Mj$ 2 -bountiful 'baUntIf@l OA% 3 -bountifully 'baUntIf@lI Pu% 4 -bounty 'baUntI M8% 2 -bouquet bU'keI K6% 2 -bouquets bU'keIz Kj% 2 -bourbon 'b3b@n M6% 2 -bourbons 'b3b@nz Mj$ 2 -bourgeois 'bU@ZwA K9%,OA% 2 -bourgeoisie ,bU@ZwA'zi K6% 3 -bourgeoisies ,bU@ZwA'ziz Kj$ 3 -bourn bU@n K6$ 1 -bourne bU@n K6$ 1 -bournes bU@nz Kj$ 1 -bourns bU@nz Kj$ 1 -bourse bU@s K6$ 1 -bourses 'bU@sIz Kj$ 2 -bout baUt K6% 1 -boutique bu'tik K6% 2 -boutiques bu'tiks Kj% 2 -bouts baUts Kj% 1 -bovine 'b@UvaIn OA% 2 -bovril 'b0vrIl L@% 2 -bow b@U H0%,K6% 1 -bow baU J0%,K6% 12A,2C,3A,6A,15A,15B -bow-wow 'baU-waU K6% 2 -bow-wow ,baU-'waU W-% 2 -bow-wows 'baU-waUz Kj% 2 -bowdlerize 'baUdl@raIz H2$ 3 -bowdlerized 'baUdl@raIzd Hc$,Hd$ 3 -bowdlerizes 'baUdl@raIzIz Ha$ 4 -bowdlerizing 'baUdl@raIzIN Hb$ 4 -bowed b@Ud Hc%,Hd% 1 -bowed baUd Jc%,Jd% 12A,2C,3A,6A,15A,15B -bowel 'baU@l K6% 2 -bowels 'baU@lz Kj% 2 -bower 'baU@R K6% 2 -bowers 'baU@z Kj% 2 -bowie knife 'b@UI naIf Ki% 3 -bowie knives 'b@UI naIvz Kj% 3 -bowing 'b@UIN Hb%,L@% 2 -bowing 'baUIN Jb% 22A,2C,3A,6A,15A,15B -bowl b@Ul J0%,K6% 12A,2C,6A,15B -bowled b@Uld Jc%,Jd% 12A,2C,6A,15B -bowler 'b@Ul@R K6% 2 -bowlers 'b@Ul@z Kj% 2 -bowline 'b@UlIn K6$ 2 -bowlines 'b@UlInz Kj$ 2 -bowling 'b@UlIN Jb% 22A,2C,6A,15B -bowling-green 'b@UlIN-grin K6% 3 -bowling-greens 'b@UlIN-grinz Kj% 3 -bowls b@Ulz Ja%,Kj%,Lk% 12A,2C,6A,15B -bowman 'b@Um@n Ki% 2 -bowmen 'b@Umen Kj% 2 -bows b@Uz Ha%,Kj% 1 -bows baUz Ja%,Kj% 12A,2C,3A,6A,15A,15B -bowsprit 'b@UsprIt K6$ 2 -bowsprits 'b@UsprIts Kj$ 2 -box b0ks J1%,M7% 12A,3A,6A,15B -box-kite 'b0ks-kaIt K6% 2 -box-kites 'b0ks-kaIts Kj% 2 -box-number 'b0ks-nVmb@R K6% 3 -box-numbers 'b0ks-nVmb@z Kj% 3 -box-office 'b0ks-0fIs K6% 3 -box-offices 'b0ks-0fIsIz Kj% 4 -boxed b0kst Jc%,Jd% 12A,3A,6A,15B -boxer 'b0ks@R K6% 2 -boxers 'b0ks@z Kj% 2 -boxes 'b0ksIz Ja%,Mj% 22A,3A,6A,15B -boxful 'b0ksfUl K6% 2 -boxfuls 'b0ksfUlz Kj% 2 -boxing 'b0ksIN Jb%,L@% 22A,3A,6A,15B -boxing-glove 'b0ksIN-glVv K6% 3 -boxing-gloves 'b0ksIN-glVvz Kj% 3 -boxing-match 'b0ksIN-m&tS K7% 3 -boxing-matches 'b0ksIN-m&tSIz Kj% 4 -boxwood 'b0kswUd L@% 2 -boy boI K6* 1 -boycott 'boIk0t H0%,K6% 26A -boycotted 'boIk0tId Hc%,Hd% 36A -boycotting 'boIk0tIN Hb% 36A -boycotts 'boIk0ts Ha%,Kj% 26A -boyfriend 'boIfrend K6% 2 -boyfriends 'boIfrendz Kj% 2 -boyhood 'boIhUd L@% 2 -boyish 'boIIS OA% 2 -boyishly 'boIISlI Pu% 3 -boys boIz Kj% 1 -bra brA K6% 1 -brace breIs J2%,K9% 16A,15B,16A -braced breIst Jc%,Jd% 16A,15B,16A -bracelet 'breIslIt K6% 2 -bracelets 'breIslIts Kj% 2 -braces 'breIsIz Ja%,Kj% 26A,15B,16A -bracing 'breIsIN Jb% 26A,15B,16A -bracken 'br&k@n L@% 2 -bracket 'br&kIt H0%,K6% 26A,15B -bracketed 'br&kItId Hc%,Hd% 36A,15B -bracketing 'br&kItIN Hb% 36A,15B -brackets 'br&kIts Ha%,Kj% 26A,15B -brackish 'br&kIS OA% 2 -bract br&kt K6$ 1 -bracts br&kts Kj$ 1 -brad br&d K6$ 1 -bradawl 'br&dOl K6$ 2 -bradawls 'br&dOlz Kj$ 2 -brads br&dz Kj$ 1 -brae breI K6$ 1 -braes breIz Kj$ 1 -brag br&g I4% 12A,3A -braggart 'br&g@t K6% 2 -braggarts 'br&g@ts Kj% 2 -bragged br&gd Ic%,Id% 12A,3A -bragging 'br&gIN Ib%,L@% 22A,3A -brags br&gz Ia% 12A,3A -braid breId H0%,M6% 16A -braided 'breIdId Hc%,Hd% 26A -braiding 'breIdIN Hb% 26A -braids breIdz Ha%,Mj% 16A -braille breIl L@% 1 -brain breIn H0%,K6% 16A -brain-fag 'breIn-f&g L@$ 2 -brain-teaser 'breIn-tiz@R K6% 3 -brain-teasers 'breIn-tiz@z Kj% 3 -brainchild 'breIntSaIld Ki% 2 -brained breInd Hc%,Hd% 16A -brainier 'breInI@R Or% 3 -brainiest 'breInIIst Os% 3 -braining 'breInIN Hb% 26A -brainless 'breInl@s OA% 2 -brains breInz Ha%,Kj% 16A -brainstorm 'breInstOm K6% 2 -brainstorms 'breInstOmz Kj% 2 -brainwash 'breInw0S H1% 26A -brainwashed 'breInw0St Hc%,Hd%,OA% 26A -brainwashes 'breInw0SIz Ha$ 36A -brainwashing 'breInw0SIN Hb$,L@% 36A -brainwave 'breInweIv K6% 2 -brainwaves 'breInweIvz Kj% 2 -brainy 'breInI OD% 2 -braise breIz H2% 16A -braised breIzd Hc%,Hd% 16A -braises 'breIzIz Ha% 26A -braising 'breIzIN Hb% 26A -brake breIk J2%,Jc%,K6% 12A,2C,2D,3A,6A,15A,15B,22 -braked breIkt Jc%,Jd% 12A,2C,2D,3A,6A,15A,15B,22 -brakeman 'breIkm@n Ki$ 2 -brakemen 'breIkm@n Kj$ 2 -brakes breIks Ja%,Kj% 12A,2C,2D,3A,6A,15A,15B,22 -braking 'breIkIN Jb% 22A,2C,2D,3A,6A,15A,15B,22 -bramble 'br&mbl K6% 2 -brambles 'br&mblz Kj% 2 -bran br&n L@% 1 -bran-new ,br&n-'nju OA$ 2 -branch brAntS I1%,K7% 12A,2C -branched brAntSt Ic%,Id% 12A,2C -branches 'brAntSIz Ia%,Kj% 22A,2C -branchier 'brAntSI@R Or$ 3 -branchiest 'brAntSIIst Os$ 3 -branching 'brAntSIN Ib% 22A,2C -branchy 'brAntSI OD$ 2 -brand br&nd H0%,K6% 16A,16B -brand-new ,br&n-'nju OA% 2 -branded 'br&ndId Hc%,Hd% 26A,16B -brandies 'br&ndIz Mj% 2 -branding 'br&ndIN Hb% 26A,16B -branding-iron 'br&ndIN-aI@n K6% 4 -branding-irons 'br&ndIN-aI@nz Kj% 4 -brandish 'br&ndIS H1% 26A -brandished 'br&ndISt Hc%,Hd% 26A -brandishes 'br&ndISIz Ha% 36A -brandishing 'br&ndISIN Hb% 36A -brands br&ndz Ha%,Kj% 16A,16B -brandy 'br&ndI M8% 2 -brandy-ball 'br&ndI-bOl K6% 3 -brandy-balls 'br&ndI-bOlz Kj% 3 -brandy-snap 'br&ndI-sn&p K6% 3 -brandy-snaps 'br&ndI-sn&ps Kj% 3 -bras brAz Kj% 1 -brash br&S OC% 1 -brasher 'br&S@R Or% 2 -brashest 'br&SIst Os% 2 -brass brAs M7% 1 -brassard 'br&sAd K6$ 2 -brassards 'br&sAdz Kj$ 2 -brasserie 'br&s@rI K6% 3 -brasseries 'br&s@rIz Kj% 3 -brasses 'brAsIz Mj% 2 -brassi`ere 'br&zI@R K6$ 3 -brassi`eres 'br&zI@z Kj$ 3 -brassier 'brAsI@R Or% 3 -brassiere 'br&zI@R K6$ 3 -brassieres 'br&zI@z Kj$ 3 -brassiest 'brAsIIst Os% 3 -brassy 'brAsI OD% 2 -brat br&t K6% 1 -brats br&ts Kj% 1 -bravado br@'vAd@U M6% 3 -bravados br@'vAd@Uz Mj$ 3 -brave breIv H2%,K6%,OB% 16A,15B -braved breIvd Hc%,Hd% 16A,15B -bravely 'breIvlI Pu% 2 -braver 'breIv@R Or% 2 -bravery 'breIv@rI L@% 3 -braves breIvz Ha%,Kj% 16A,15B -bravest 'breIvIst Os% 2 -braving 'breIvIN Hb% 26A,15B -bravo ,brA'v@U K6$,W-% 2 -bravoes ,brA'v@Uz Kj$ 2 -bravos ,brA'v@Uz Kj$ 2 -brawl brOl I0%,K6% 12A -brawled brOld Ic%,Id% 12A -brawler 'brOl@R K6% 2 -brawlers 'brOl@z Kj% 2 -brawling 'brOlIN Ib% 22A -brawls brOlz Ia%,Kj% 12A -brawn brOn L@% 1 -brawnier 'brOnI@R Or% 3 -brawniest 'brOnIIst Os% 3 -brawny 'brOnI OD% 2 -bray breI H0%,K6% 12A -brayed breId Hc%,Hd% 12A -braying 'breIIN Hb% 22A -brays breIz Ha%,Kj% 12A -braze breIz H2$ 16A -brazed breIzd Hc$,Hd$ 16A -brazen 'breIzn H0%,OA% 2 -brazen-faced 'breIzn-feIst OA$ 3 -brazened 'breIznd Hc%,Hd% 2 -brazening 'breIznIN Hb% 3 -brazens 'breIznz Ha% 2 -brazes 'breIzIz Ha$ 26A -brazier 'breIzI@R K6% 3 -braziers 'breIzI@z Kj% 3 -brazing 'breIzIN Hb$ 26A -breach britS H1%,K7% 16A -breached britSt Hc%,Hd% 16A -breaches 'britSIz Ha%,Kj% 26A -breaching 'britSIN Hb% 26A -bread bred L@% 1 -breadcrumb 'bredkrVm K6% 2 -breadcrumbs 'bredkrVmz Kj% 2 -breadfruit 'bredfrut K9% 2 -breadfruits 'bredfruts Kj$ 2 -breadline 'bredlaIn K6% 2 -breadlines 'bredlaInz Kj$ 2 -breadstuffs 'bredstVfs Kj$ 2 -breadth bredT M6% 1 -breadths bredTs Mj% 1 -breadthways 'bredTweIz Pu% 2 -breadthwise 'bredTwaIz Pu% 2 -breadwinner 'bredwIn@R K6% 3 -breadwinners 'bredwIn@z Kj% 3 -break breIk J5%,M6% 12A,2C,2D,3A,6A,15A,15B,22 -break-in 'breIk-In K6% 2 -break-ins 'breIk-Inz Kj% 2 -break-up 'breIk-Vp K6% 2 -break-ups 'breIk-Vps Kj% 2 -breakable 'breIk@bl OA% 3 -breakables 'breIk@blz Kj% 3 -breakage 'breIkIdZ K6% 2 -breakages 'breIkIdZIz Kj% 3 -breakaway 'breIk@weI K6% 3 -breakaways 'breIk@weIz K6$ 3 -breakdown 'breIkdaUn K6% 2 -breakdowns 'breIkdaUnz Kj% 2 -breaker 'breIk@R K6% 2 -breakers 'breIk@z Kj% 2 -breakfast 'brekf@st I0%,K6% 2 -breakfasted 'brekf@stId Ic%,Id% 3 -breakfasting 'brekf@stIN Ib% 3 -breakfasts 'brekf@sts Ia%,Kj% 2 -breaking 'breIkIN Jb% 22A,2C,2D,3A,6A,15A,15B,22 -breakneck 'breIknek OA% 2 -breaks breIks Ja%,Mj% 12A,2C,2D,3A,6A,15A,15B,22 -breakthrough 'breIkTru K6% 2 -breakthroughs 'breIkTruz Kj% 2 -breakwater 'breIkwOt@R K6% 3 -breakwaters 'breIkwOt@z Kj% 3 -bream brim K9% 1 -breast brest H0$,K6% 16A -breast-deep 'brest-dip Pu% 2 -breast-fed 'brest-fed OA% 2 -breast-high 'brest-haI Pu% 2 -breast-plate 'brest-pleIt K6% 2 -breast-plates 'brest-pleIts Kj% 2 -breasted 'brestId Hc$,Hd% 26A -breastfed 'brestfed Jc%,Jd% 2 -breastfeed 'brestfid J5% 2 -breastfeeding 'brestfidIN Jb% 3 -breastfeeds 'brestfidz Ja% 2 -breasting 'brestIN Hb$ 26A -breasts brests Ha$,Kj% 16A -breaststroke 'bres+str@Uk L@% 2 -breastwork 'brestw3k K6$ 2 -breastworks 'brestw3ks Kj$ 2 -breath breT M6% 1 -breathalyser 'breT@laIz@R K6% 4 -breathalysers 'breT@laIz@z Kj% 4 -breathe briD J2% 12A,2C,6A,15B -breathed briDd Jc%,Jd% 12A,2C,6A,15B -breather 'briD@R K6% 2 -breathers 'briD@z Kj% 2 -breathes briDz Ja% 12A,2C,6A,15B -breathing 'briDIN Jb%,L@% 22A,2C,6A,15B -breathing-space 'briDIN-speIs K6% 3 -breathing-spaces 'briDIN-speIsIz Kj$ 4 -breathless 'breTl@s OA% 2 -breathlessly 'breTl@slI Pu% 3 -breaths breTs Mj% 1 -breathtaking 'breTteIkIN OA% 3 -bred bred Jc%,Jd% 12A,6A -breech britS K7% 1 -breech-block 'britS-bl0k K6$ 2 -breech-blocks 'britS-bl0ks Kj$ 2 -breeches 'brItSIz Kj% 2 -breeches 'britSIz Kj% 2 -breeches-buoy ,britSIz-'boI K6% 3 -breeches-buoys ,britSIz-'boIz Kj% 3 -breed brid J5%,K6% 12A,6A -breeder 'brid@R K6% 2 -breeders 'brid@z Kj% 2 -breeding 'bridIN Jb%,L@% 22A,6A -breeds bridz Ja%,Kj% 12A,6A -breeze briz I2%,M6% 12C -breezed brizd Ic%,Id% 12C -breezes 'brizIz Ia%,Mj% 22C -breezier 'brizI@R Or% 3 -breeziest 'brizIIst Os% 3 -breezily 'briz@lI Pu% 3 -breeziness 'brizIn@s L@% 3 -breezing 'brizIN Ib% 22C -breezy 'brizI OD% 2 -brethren 'breDr@n Kj% 2 -breve briv K6$ 1 -breves brivz Kj$ 1 -brevet 'brevIt K6$ 2 -brevets 'brevIts Kj$ 2 -breviaries 'brivI@rIz Kj$ 4 -breviary 'brivI@rI K8$ 4 -brevity 'brevItI L@% 3 -brew bru J0%,K6% 12A,2C,6A -brewed brud Jc%,Jd% 12A,2C,6A -brewer 'bru@R K6% 2 -breweries 'brU@rIz Kj% 3 -brewers 'bru@z Kj% 2 -brewery 'brU@rI K8% 3 -brewing 'bruIN Jb% 22A,2C,6A -brews bruz Ja%,Kj% 12A,2C,6A -briar 'braI@R M6% 2 -briars 'braI@z Mj% 2 -bribable 'braIb@bl OA% 3 -bribe braIb H2%,K6% 16A,15A,17 -bribed braIbd Hc%,Hd% 16A,15A,17 -bribery 'braIb@rI L@% 3 -bribes braIbz Ha%,Kj% 16A,15A,17 -bribing 'braIbIN Hb% 26A,15A,17 -bric-a-brac 'brIk-@-br&k L@% 3 -brick brIk H0%,M6% 115B -brick-field 'brIk-fild K6$ 2 -brick-fields 'brIk-fildz Kj$ 2 -brickbat 'brIkb&t K6% 2 -brickbats 'brIkb&ts Kj% 2 -bricked brIkt Hc%,Hd% 115B -bricking 'brIkIN Hb% 215B -brickkiln 'brIk+kIln K6% 2 -brickkilns 'brIk+kIlnz Kj% 2 -bricklayer 'brIkleI@R K6% 3 -bricklayers 'brIkleI@z Kj% 3 -bricks brIks Ha%,Mj% 115B -brickwork 'brIkw3k K6% 2 -brickworks 'brIkw3ks Kj% 2 -bridal 'braIdl K6$,Oq% 2 -bridals 'braIdlz Kj$ 2 -bride braId K6% 1 -bridecake 'braIdkeIk K6$ 2 -bridecakes 'braIdkeIks Kj$ 2 -bridegroom 'braIdgrUm K6% 2 -bridegrooms 'braIdgrUmz Kj% 2 -brides braIdz Kj% 1 -bridesmaid 'braIdzmeId K6% 2 -bridesmaids 'braIdzmeIdz Kj% 2 -bridge brIdZ H2%,M6% 16A,15B -bridged brIdZd Hc%,Hd% 16A,15B -bridgehead 'brIdZhed K6% 2 -bridgeheads 'brIdZhedz Kj% 2 -bridges 'brIdZIz Ha%,Mj% 26A,15B -bridging 'brIdZIN Hb% 26A,15B -bridle 'braIdl J2%,K6% 22A,2C,6A -bridle-path 'braIdl-pAT K6% 3 -bridle-paths 'braIdl-pADz Kj% 3 -bridle-road 'braIdl-r@Ud K6% 3 -bridle-roads 'braIdl-r@Udz Kj% 3 -bridled 'braIdld Jc%,Jd% 22A,2C,6A -bridles 'braIdlz Ja%,Kj% 22A,2C,6A -bridling 'braIdlIN Jb% 22A,2C,6A -brief brif H0%,K6%,OC% 16A -briefcase 'brifkeIs K6% 2 -briefcases 'brifkeIsIz Kj% 3 -briefed brift Hc%,Hd% 16A -briefer 'brif@R Or% 2 -briefest 'brifIst Os% 2 -briefing 'brifIN Hb%,K6% 26A -briefings 'brifINz Kj% 2 -briefly 'briflI Pu% 2 -briefs brifs Ha%,Kj% 16A -brier 'braI@R K6$ 2 -briers 'braI@z Kj$ 2 -brig brIg K6$ 1 -brigade brI'geId K6% 2 -brigades brI'geIdz Kj% 2 -brigand 'brIg@nd K6% 2 -brigands 'brIg@ndz Kj% 2 -brigantine 'brIg@ntin K6$ 3 -brigantines 'brIg@ntinz Kj$ 3 -bright braIt OC%,Pu% 1 -brighten 'braItn J0% 22A,2C,6A,15B -brightened 'braItnd Jc%,Jd% 22A,2C,6A,15B -brightening 'braItnIN Jb% 22A,2C,6A,15B -brightens 'braItnz Ja% 22A,2C,6A,15B -brighter 'braIt@R Or% 2 -brightest 'braItIst Os% 2 -brightly 'braItlI Pu% 2 -brightness 'braItn@s L@% 2 -brigs brIgz Kj$ 1 -brill brIl K9$ 1 -brilliance 'brIlI@ns L@% 3 -brilliancy 'brIlI@nsI L@$ 4 -brilliant 'brIlI@nt OA% 3 -brilliantine 'brIlI@ntin L@$ 4 -brilliantly 'brIlI@ntlI Pu% 4 -brim brIm I4%,K6% 12A,2C -brimful ,brIm'fUl OA% 2 -brimfull ,brIm'fUl OA$ 2 -brimmed brImd Ic%,Id% 12A,2C -brimming 'brImIN Ib% 22A,2C -brims brImz Ia%,Kj% 12A,2C -brimstone 'brImst@Un L@% 2 -brindled 'brIndld OA$ 2 -brine braIn M6% 1 -brines braInz Mj$ 1 -bring brIN H5% 16A,12A,12C,13A,14,15B,17,19B -bringing 'brININ Hb% 26A,12A,12C,13A,14,15B,17,19B -brings brINz Ha% 16A,12A,12C,13A,14,15B,17,19B -brinier 'braInI@R Or$ 3 -briniest 'braInIIst Os$ 3 -brink brINk K6% 1 -brinkmanship 'brINkm@nSIp L@% 3 -brinks brINks Kj% 1 -briny 'braInI OD% 2 -brioche bri'0S K6% 2 -brioches bri'0SIz Kj$ 3 -briquet brI'ket K6$ 2 -briquets brI'kets Kj$ 2 -briquette brI'ket K6$ 2 -briquettes brI'kets Kj$ 2 -brisk brIsk OC% 1 -brisker 'brIsk@R Or% 2 -briskest 'brIskIst Os% 2 -brisket 'brIskIt L@% 2 -briskly 'brIsklI Pu% 2 -bristle 'brIsl I2%,K6% 22A,2C -bristled 'brIsld Ic%,Id% 22A,2C -bristles 'brIslz Ia%,Kj% 22A,2C -bristlier 'brIslI@R Or% 3 -bristliest 'brIslIIst Os$ 3 -bristling 'brIslIN Ib% 22A,2C -bristly 'brIslI OD% 2 -brittle 'brItl OA% 2 -broach br@UtS J1% 12C,6A,15B -broached br@UtSt Jc%,Jd% 12C,6A,15B -broaches 'br@UtSIz Ja% 22C,6A,15B -broaching 'br@UtSIN Jb% 22C,6A,15B -broad brOd K6%,OC% 1 -broad-minded brOd-'maIndId OA% 3 -broad-mindedness brOd-'maIndIdnIs L@% 4 -broadcast 'brOdkAst J0%,Jc%,Jd%,K6%,Pu% 22A,6A -broadcasted 'brOdkAstId Jc%,Jd% 32A,6A -broadcasting 'brOdkAstIN Jb%,L@%,OA% 32A,6A -broadcasts 'brOdkAsts Ja%,Kj% 22A,6A -broadcloth 'brOdkl0T L@$ 2 -broaden 'brOdn J0% 22A,2C,6A,15B -broadened 'brOdnd Jc%,Jd% 22A,2C,6A,15B -broadening 'brOdnIN Jb% 22A,2C,6A,15B -broadens 'brOdnz Ja% 22A,2C,6A,15B -broader 'brOd@R Or% 2 -broadest 'brOdIst Os% 2 -broadly 'brOdlI Pu% 2 -broadness 'brOdn@s L@% 2 -broads brOdz Kj% 1 -broadsheet 'brOdSit K6% 2 -broadsheets 'brOdSits Kj% 2 -broadside 'brOdsaId K6% 2 -broadsides 'brOdsaIdz Kj% 2 -broadways 'brOdweIz Pu$ 2 -broadwise 'brOdwaIz Pu$ 2 -brocade br@'keId H2$,M6$ 26A -brocaded br@'keIdId Hc$,Hd$ 36A -brocades br@'keIdz Ha$,Mj$ 26A -brocading br@'keIdIN Hb$ 36A -broccoli 'br0k@lI L@% 3 -brochure 'br@US@R K6% 2 -brochures 'br@US@z Kj% 2 -brogue br@Ug K6% 1 -brogues br@Ugz Kj% 1 -broil broIl J0% 12A,6A -broiled broIld Jc%,Jd% 12A,6A -broiler 'broIl@R K6% 2 -broilers 'broIl@z Kj% 2 -broiling 'broIlIN Jb% 22A,6A -broils broIlz Ja% 12A,6A -broke br@Uk Jc%,Op% 12A,2C,2D,3A,6A,15A,15B,22 -broken 'br@Uk@n Jd% 22A,2C,2D,3A,6A,15A,15B,22 -broken-hearted ,br@Uk@n-'hAtId OA% 4 -broker 'br@Uk@R K6% 2 -brokerage 'br@Uk@rIdZ L@% 3 -brokers 'br@Uk@z Kj% 2 -brollies 'br0lIz Kj% 2 -brolly 'br0lI K8% 2 -bromide 'br@UmaId M6% 2 -bromides 'br@UmaIdz Mj% 2 -bromine 'br@Umin L@$ 2 -bronchi 'br0NkaI Kj$ 2 -bronchial 'br0NkI@l OA% 3 -bronchitic br0N'kItIk OA% 3 -bronchitis br0N'kaItIs L@% 3 -bronchus 'br0Nk@s Ki$ 2 -bronco 'br0Nk@U K6% 2 -broncos 'br0Nk@Uz Kj$ 2 -bronze br0nz J2$,M6% 12A,6A -bronzed br0nzd Jc$,Jd% 12A,6A -bronzes 'br0nzIz Ja$,Mj% 22A,6A -bronzing 'br0nzIN Jb$ 22A,6A -brooch br@UtS K7% 1 -brooches 'br@UtSIz Kj% 2 -brood brud I0%,K6% 12A,2C,3A -brood-hen 'brud-hen K6$ 2 -brood-hens 'brud-henz Kj$ 2 -brood-mare 'brud-me@R K6% 2 -brood-mares 'brud-me@z Kj% 2 -brooded 'brudId Ic%,Id% 22A,2C,3A -broodier 'brudI@R Or$ 3 -broodiest 'brudIIst Os$ 3 -brooding 'brudIN Ib% 22A,2C,3A -broods brudz Ia%,Kj% 12A,2C,3A -broody 'brudI OD% 2 -brook brUk H0$,K6% 16A,6B -brooked brUkt Hc$,Hd$ 16A,6B -brooking 'brUkIN Hb$ 26A,6B -brooks brUks Ha$,Kj% 16A,6B -broom brum M6% 1 -brooms brumz Mj% 1 -broomstick 'brumstIk K6% 2 -broomsticks 'brumstIks Kj% 2 -broth br0T L@% 1 -brothel 'br0Tl K6% 2 -brothels 'br0Tlz Kj% 2 -brother 'brVD@R K6% 2 -brother-in-law 'brVD@r-In-lO Ki% 4 -brotherhood 'brVD@hUd M6% 3 -brotherhoods 'brVD@hUdz Mj$ 3 -brotherly 'brVD@lI OA% 3 -brothers 'brVD@z Kj% 2 -brothers-in-law 'brVD@z-In-lO Kj% 4 -brougham 'bru@m K6$ 2 -broughams 'bru@mz Kj$ 2 -brought brOt Hc*,Hd* 16A,12A,12C,13A,14,15B,17,19B -brouhaha 'bruhAhA K6$ 3 -brouhahas 'bruhAhAz Kj$ 3 -brow braU K6% 1 -browbeat 'braUbit H5%,Hc% 26A,14 -browbeaten 'braUbitn Hd% 36A,14 -browbeating 'braUbitIN Hb% 36A,14 -browbeats 'braUbits Ha% 26A,14 -brown braUn J0%,OC% 12A,6A -browned braUnd Jc%,Jd% 12A,6A -browner 'braUn@R Or% 2 -brownest 'braUnIst Os% 2 -brownie 'braUnI K6% 2 -brownies 'braUnIz Kj% 2 -browning 'braUnIN Jb% 22A,6A -brownish 'braUnIS OA% 2 -browns braUnz Ja% 12A,6A -brownstone 'braUnst@Un M6$ 2 -brownstones 'braUnst@Unz Mj$ 2 -brows braUz Kj% 1 -browse braUz I2%,K6% 12A,2C -browsed braUzd Ic%,Id% 12A,2C -browses 'braUzIz Ia%,Kj% 22A,2C -browsing 'braUzIN Ib% 22A,2C -bruin 'bruIn K6$ 2 -bruins 'bruInz Kj$ 2 -bruise bruz J2%,K6% 12A,6A -bruised bruzd Jc%,Jd% 12A,6A -bruiser 'bruz@R K6% 2 -bruisers 'bruz@z Kj% 2 -bruises 'bruzIz Ja%,Kj% 22A,6A -bruising 'bruzIN Jb% 22A,6A -bruit brut H0$ 115B -bruited 'brutId Hc$,Hd$ 215B -bruiting 'brutIN Hb$ 215B -bruits bruts Ha$ 115B -brunch brVntS K7% 1 -brunches 'brVntSIz Kj$ 2 -brunette bru'net K6% 2 -brunettes bru'nets Kj% 2 -brunt brVnt K6% 1 -brunts brVnts Kj$ 1 -brush brVS J1%,M7% 12A,2C,6A,15B,22 -brush-off 'brVS-0f K6% 2 -brush-offs 'brVS-0fs Kj$ 2 -brush-up 'brVS-Vp K6% 2 -brush-ups 'brVS-Vps Kj% 2 -brushed brVSt Jc%,Jd% 12A,2C,6A,15B,22 -brushes 'brVSIz Ja%,Mj% 22A,2C,6A,15B,22 -brushing 'brVSIN Jb% 22A,2C,6A,15B,22 -brushwood 'brVSwUd L@% 2 -brushwork 'brVSw3k K6% 2 -brushworks 'brVSw3ks Kj$ 2 -brusque brusk OA% 1 -brusquely 'brusklI Pu% 2 -brusqueness 'bruskn@s L@% 2 -brutal 'brutl OA% 2 -brutalities bru't&lItIz Mj$ 4 -brutality bru't&lItI M8% 4 -brutalize 'brut@laIz H2% 36A -brutalized 'brut@laIzd Hc%,Hd% 36A -brutalizes 'brut@laIzIz Ha% 46A -brutalizing 'brut@laIzIN Hb% 46A -brutally 'brut@lI Pu% 3 -brute brut K6% 1 -brutes bruts Kj% 1 -brutish 'brutIS OA% 2 -brutishly 'brutISlI Pu% 3 -bubble 'bVbl I2%,K6% 22A,2C -bubbled 'bVbld Ic%,Id% 22A,2C -bubbles 'bVblz Ia%,Kj% 22A,2C -bubblier 'bVblI@R Or% 3 -bubbliest 'bVblIIst Os% 3 -bubbling 'bVblIN Ib% 22A,2C -bubbly 'bVblI L@%,OD% 2 -bubonic bju'b0nIk OA$ 3 -buccaneer ,bVk@'nI@R K6% 3 -buccaneers ,bVk@'nI@z Kj% 3 -buck bVk J0%,K6% 12A,2C,6A,15B -bucked bVkt Jc%,Jd% 12A,2C,6A,15B -bucket 'bVkIt I0%,K6% 2 -bucketed 'bVkItId Ic%,Id% 3 -bucketful 'bVkItfUl K6% 3 -bucketfuls 'bVkItfUlz Kj% 3 -bucketing 'bVkItIN Ib% 3 -buckets 'bVkIts Ia%,Kj% 2 -bucking 'bVkIN Jb% 22A,2C,6A,15B -buckle 'bVkl J2%,K6% 22A,2C,6A,15B -buckled 'bVkld Jc%,Jd% 22A,2C,6A,15B -buckler 'bVkl@R K6$ 2 -bucklers 'bVkl@z Kj$ 2 -buckles 'bVklz Ja%,Kj% 22A,2C,6A,15B -buckling 'bVklIN Jb% 22A,2C,6A,15B -buckram 'bVkr@m L@$ 2 -bucks bVks Ja%,Kj% 12A,2C,6A,15B -buckshot 'bVkS0t L@% 2 -buckskin 'bVkskIn L@% 2 -buckteeth 'bVktiT Kj% 2 -bucktooth 'bVktuT Ki$ 2 -buckwheat 'bVkwit L@% 2 -bucolic bju'k0lIk OA% 3 -bucolics bju'k0lIks Lk$ 3 -bud bVd I4%,K6% 1 -budded 'bVdId Ic%,Id% 2 -buddies 'bVdIz Kj% 2 -budding 'bVdIN Ib%,OA% 2 -buddy 'bVdI K8% 2 -budge bVdZ J2% 12A,2C,6A -budged bVdZd Jc%,Jd% 12A,2C,6A -budgerigar 'bVdZ@rIgAR K6% 4 -budgerigars 'bVdZ@rIgAz Kj% 4 -budges 'bVdZIz Ja% 22A,2C,6A -budget 'bVdZ@t I0%,K6% 23A -budgetary 'bVdZ@t@rI OA% 4 -budgeted 'bVdZ@tId Ic%,Id% 33A -budgeting 'bVdZ@tIN Ib% 33A -budgets 'bVdZ@ts Ia%,Kj% 23A -budgie 'bVdZI K6% 2 -budgies 'bVdZIz Kj% 2 -budging 'bVdZIN Jb% 22A,2C,6A -buds bVdz Ia%,Kj% 1 -buff bVf H0$,M6$ 1 -buffalo 'bVf@l@U K9% 3 -buffalos 'bVf@l@Uz Kj% 3 -buffed bVft Hc$,Hd$ 1 -buffer 'bVf@R K6% 2 -buffers 'bVf@z Kj% 2 -buffet 'bUfeI K6% 2 -buffet 'bVfIt J0%,K6$ 23A,6A -buffeted 'bVfItId Jc%,Jd% 33A,6A -buffeting 'bVfItIN Jb% 33A,6A -buffets 'bUfeIz Kj% 2 -buffets 'bVfIts Ja%,Kj$ 23A,6A -buffing 'bVfIN Hb$ 2 -buffoon b@'fun K6% 2 -buffoonery b@'fun@rI L@% 4 -buffoons b@'funz Kj% 2 -buffs bVfs Ha$,Mj$ 1 -bug bVg H4%,K6% 16A -bug-hunter 'bVg-hVnt@R K6$ 3 -bug-hunters 'bVg-hVnt@z Kj$ 3 -bugaboo 'bVg@bu K6$ 3 -bugaboos 'bVg@buz Kj$ 3 -bugbear 'bVgbe@R K6% 2 -bugbears 'bVgbe@z Kj$ 2 -bugged bVgd Hc%,Hd% 16A -bugger 'bVg@R J0%,K6% 26A -bugger-all ,bVg@r-'Ol L@% 3 -buggered 'bVg@d Jc%,Jd% 26A -buggering 'bVg@rIN Jb% 36A -buggers 'bVg@z Ja%,Kj% 26A -buggery 'bVg@rI L@% 3 -buggies 'bVgIz Kj% 2 -bugging 'bVgIN Hb% 26A -buggy 'bVgI K8% 2 -bugle 'bjugl K6% 2 -bugler 'bjugl@R K6% 2 -buglers 'bjugl@z Kj% 2 -bugles 'bjuglz Kj% 2 -bugs bVgz Ha%,Kj% 16A -buhl bul L@$ 1 -build bIld J5%,L@% 12C,3A,6A,12B,13B,14,15B -build-up 'bIld-Vp K6% 2 -build-ups 'bIld-Vps Kj$ 2 -builder 'bIld@R K6% 2 -builders 'bIld@z Kj% 2 -building 'bIldIN Jb%,M6% 22C,3A,6A,12B,13B,14,15B -building-societies 'bIldIN-s@,saI@tIz Kj% 6 -building-society 'bIldIN-s@,saI@tI K8% 6 -buildings 'bIldINz Mj% 2 -builds bIldz Ja% 12C,3A,6A,12B,13B,14,15B -built bIlt Jc%,Jd% 12C,3A,6A,12B,13B,14,15B -built-in bIlt-'In OA% 2 -built-up bIlt-'Vp OA% 2 -bulb bVlb K6% 1 -bulbous 'bVlb@s OA% 2 -bulbs bVlbz Kj% 1 -bulbul 'bUlbUl K6$ 2 -bulbuls 'bUlbUlz Kj$ 2 -bulge bVldZ J2%,K6% 12A,2C,6A -bulged bVldZd Jc%,Jd% 12A,2C,6A -bulges 'bVldZIz Ja%,Kj% 22A,2C,6A -bulging 'bVldZIN Jb% 22A,2C,6A -bulk bVlk I0%,L@% 1 -bulked bVlkt Ic%,Id% 1 -bulkhead 'bVlkhed K6% 2 -bulkheads 'bVlkhedz Kj% 2 -bulkier 'bVlkI@R Or% 3 -bulkiest 'bVlkIIst Os% 3 -bulking 'bVlkIN Ib% 2 -bulks bVlks Ia% 1 -bulky 'bVlkI OD% 2 -bull bUl K6% 1 -bull's-eye 'bUlz-aI K6% 2 -bull's-eyes 'bUlz-aIz Kj% 2 -bull-headed 'bUl-hedId OA% 3 -bull-neck bUl-'nek K6% 2 -bull-necks bUl-'neks Kj$ 2 -bull-terrier bUl-'terI@R K6% 4 -bull-terriers bUl-'terI@z Kj% 4 -bulldog 'bUld0g K6% 2 -bulldogs 'bUld0gz Kj% 2 -bulldoze 'bUld@Uz H2% 26A,14 -bulldozed 'bUld@Uzd Hc%,Hd% 26A,14 -bulldozer 'bUld@Uz@R K6% 3 -bulldozers 'bUld@Uz@z Kj% 3 -bulldozes 'bUld@UzIz Ha% 36A,14 -bulldozing 'bUld@UzIN Hb% 36A,14 -bullet 'bUlIt K6% 2 -bullet-headed ,bUlIt-'hedId OA% 4 -bulletin 'bUl@tIn K6% 3 -bulletins 'bUl@tInz Kj% 3 -bulletproof 'bUlItpruf OA% 3 -bullets 'bUlIts Kj% 2 -bullfight 'bUlfaIt K6% 2 -bullfighter 'bUlfaIt@R K6% 3 -bullfighters 'bUlfaIt@z Kj% 3 -bullfights 'bUlfaIts Kj% 2 -bullfinch 'bUlfIntS K7% 2 -bullfinches 'bUlfIntSIz Kj% 3 -bullfrog 'bUlfr0g K6% 2 -bullfrogs 'bUlfr0gz Kj% 2 -bullied 'bUlId Jc%,Jd% 22C,6A,14 -bullies 'bUlIz Ja%,Mj% 22C,6A,14 -bullion 'bUlI@n L@% 3 -bullock 'bUl@k K6% 2 -bullocks 'bUl@ks Kj% 2 -bullring 'bUlrIN K6% 2 -bullrings 'bUlrINz Kj% 2 -bulls bUlz Kj% 1 -bullshit 'bUlSIt I4%,L@% 2 -bullshits 'bUlSIts Ia% 2 -bullshitted 'bUlSItId Ic%,Id% 3 -bullshitting 'bUlSItIN Ib% 3 -bully 'bUlI J3%,M8%,OA$ 22C,6A,14 -bullying 'bUlIIN Jb% 32C,6A,14 -bulrush 'bUlrVS K7% 2 -bulrushes 'bUlrVSIz Kj% 3 -bulwark 'bUlw@k K6% 2 -bulwarks 'bUlw@ks Kj% 2 -bum bVm J4%,K6%,OA% 12C,6A,14 -bumblebee 'bVmblbi K6% 3 -bumblebees 'bVmblbiz Kj% 3 -bumboat 'bVmb@Ut K6$ 2 -bumboats 'bVmb@Uts Kj$ 2 -bummed bVmd Jc%,Jd% 12C,6A,14 -bumming 'bVmIN Jb% 22C,6A,14 -bump bVmp J0%,K6%,Pu% 12C,3A,6A,14,15B -bumped bVmpt Jc%,Jd% 12C,3A,6A,14,15B -bumper 'bVmp@R K6% 2 -bumpers 'bVmp@z Kj% 2 -bumpier 'bVmpI@R Or% 3 -bumpiest 'bVmpIIst Os% 3 -bumping 'bVmpIN Jb% 22C,3A,6A,14,15B -bumpkin 'bVmpkIn K6% 2 -bumpkins 'bVmpkInz Kj% 2 -bumps bVmps Ja%,Kj% 12C,3A,6A,14,15B -bumptious 'bVmpS@s OA% 2 -bumptiously 'bVmpS@slI Pu% 3 -bumptiousness 'bVmpS@sn@s L@% 3 -bumpy 'bVmpI OD% 2 -bums bVmz Ja%,Kj% 12C,6A,14 -bun bVn K6% 1 -buna 'bun@ L@$ 2 -bunch bVntS J1%,K7% 12A,2C,15B -bunched bVntSt Jc%,Jd% 12A,2C,15B -bunches 'bVntSIz Ja%,Kj% 22A,2C,15B -bunching 'bVntSIN Jb% 22A,2C,15B -bundle 'bVndl J2%,K6% 22C,15A,15B -bundled 'bVndld Jc%,Jd% 22C,15A,15B -bundles 'bVndlz Ja%,Kj% 22C,15A,15B -bundling 'bVndlIN Jb% 22C,15A,15B -bung bVN H0%,K6% 16A,15B -bung-hole 'bVN-h@Ul K6% 2 -bung-holes 'bVN-h@Ulz Kj% 2 -bungaloid 'bVNg@loId OA$ 3 -bungalow 'bVNg@l@U K6% 3 -bungalows 'bVNg@l@Uz Kj% 3 -bunged bVNd Hc%,Hd% 16A,15B -bunging 'bVNIN Hb% 26A,15B -bungle 'bVNgl J2%,K6% 22A,6A -bungled 'bVNgld Jc%,Jd% 22A,6A -bungler 'bVNgl@R K6% 2 -bunglers 'bVNgl@z Kj% 2 -bungles 'bVNglz Ja%,Kj% 22A,6A -bungling 'bVNglIN Jb% 22A,6A -bungs bVNz Ha%,Kj% 16A,15B -bunion 'bVnI@n K6% 2 -bunions 'bVnI@nz Kj% 2 -bunk bVNk I0$,M6% 1 -bunked bVNkt Ic$,Id$ 1 -bunker 'bVNk@R J0%,K6% 22A,6A -bunkered 'bVNk@d Jc$,Jd$ 22A,6A -bunkering 'bVNk@rIN Jb$ 32A,6A -bunkers 'bVNk@z Ja$,Kj% 22A,6A -bunking 'bVNkIN Ib$ 2 -bunks bVNks Ia$,Mj% 1 -bunkum 'bVNk@m L@% 2 -bunnies 'bVnIz Kj% 2 -bunny 'bVnI K8% 2 -buns bVnz Kj% 1 -bunting 'bVntIN L@% 2 -buoy boI I0%,K6% 16A,15B -buoyancy 'boI@nsI L@% 3 -buoyant 'boI@nt OA% 2 -buoyantly 'boI@ntlI Pu% 3 -buoyed boId Ic%,Id% 26A,15B -buoying 'boIIN Ib% 26A,15B -buoys boIz Ia%,Kj% 16A,15B -bur b3R K6$ 1 -burble 'b3bl I2% 2 -burbled 'b3bld Ic%,Id% 2 -burbles 'b3blz Ia% 2 -burbling 'b3blIN Ib% 2 -burden 'b3dn H0%,M6% 26A,14 -burdened 'b3dnd Hc%,Hd% 26A,14 -burdening 'b3dnIN Hb% 26A,14 -burdens 'b3dnz Ha%,Mj% 26A,14 -burdensome 'b3dns@m OA% 3 -burdock 'b3d0k K6% 2 -burdocks 'b3d0ks Kj$ 2 -bureau 'bjU@r@U Ki% 2 -bureaucracies bjU@'r0kr@sIz Mj% 4 -bureaucracy bjU@'r0kr@sI M8% 4 -bureaucrat 'bjU@r@kr&t K6% 3 -bureaucratic ,bjU@r@'kr&tIk OA% 4 -bureaucratically ,bjU@r@'kr&tIklI Pu% 5 -bureaucrats 'bjU@r@kr&ts Kj% 3 -bureaux 'bjU@r@Uz Kj% 2 -burette bjU@'ret K6$ 2 -burettes bjU@'rets Kj$ 2 -burg b3g K6$ 1 -burgeon 'b3dZ@n I0% 2 -burgeoned 'b3dZ@nd Ic%,Id% 2 -burgeoning 'b3dZ@nIN Ib% 3 -burgeons 'b3dZ@nz Ia% 2 -burgess 'b3dZIs K7$ 2 -burgesses 'b3dZIsIz Kj$ 3 -burgh 'bVr@ K6$ 2 -burgher 'b3g@R K6% 2 -burghers 'b3g@z Kj% 2 -burghs 'bVr@z Kj$ 2 -burglar 'b3gl@R K6% 2 -burglar-alarm 'b3gl@r-@lAm K6% 4 -burglar-alarms 'b3gl@r-@lAmz Kj% 4 -burglar-proof 'b3gl@r-pruf OA% 3 -burglaries 'b3gl@rIz Mj% 3 -burglarious b3'gle@rI@s OA$ 4 -burglars 'b3gl@z Kj% 2 -burglary 'b3gl@rI M8% 3 -burgle 'b3gl J2% 22A,6A -burgled 'b3gld Jc%,Jd% 22A,6A -burgles 'b3glz Ja% 22A,6A -burgling 'b3glIN Jb% 22A,6A -burgomaster 'b3g@mAst@R K6% 4 -burgomasters 'b3g@mAst@z Kj% 4 -burgs b3gz Kj$ 1 -burial 'berI@l M6% 3 -burial-ground 'berI@l-graUnd K6% 4 -burial-grounds 'berI@l-graUndz Kj% 4 -burials 'berI@lz Mj% 3 -buried 'berId Hc%,Hd% 26A,15A,22 -buries 'berIz Ha% 26A,15A,22 -burke b3k H2$ 16A -burked b3kt Hc$,Hd$ 16A -burkes b3ks Ha$ 16A -burking 'b3kIN Hb$ 26A -burlap 'b3l&p L@$ 2 -burlesque b3'lesk H2$,M6% 26A -burlesqued b3'leskt Hc$,Hd$ 26A -burlesques b3'lesks Ha$,Mj% 26A -burlesquing b3'leskIN Hb$ 36A -burlier 'b3lI@R Or% 3 -burliest 'b3lIIst Os% 3 -burly 'b3lI OD% 2 -burn b3n J0%,K6% 12A,2B,2C,4A,6A,14,15B -burn-up 'b3n-Vp K6% 2 -burn-ups 'b3n-Vps Kj$ 2 -burned b3nd Jc%,Jd% 12A,2B,2C,4A,6A,14,15B -burner 'b3n@R K6% 2 -burners 'b3n@z Kj% 2 -burning 'b3nIN Jb%,OA% 22A,2B,2C,4A,6A,14,15B -burnish 'b3nIS J1% 22A,6A -burnished 'b3nISt Jc%,Jd% 22A,6A -burnishes 'b3nISIz Ja% 32A,6A -burnishing 'b3nISIN Jb% 32A,6A -burnouse b3'nus K6$ 2 -burnouses b3'nusIz Kj$ 3 -burns b3nz Ja%,Kj% 12A,2B,2C,4A,6A,14,15B -burnt b3nt Jc%,Jd% 12A,2B,2C,4A,6A,14,15B -burp b3p J0%,K6% 12A,6A -burped b3pt Jc%,Jd% 12A,6A -burping 'b3pIN Jb% 22A,6A -burps b3ps Ja%,Kj% 12A,6A -burr b3R K6$ 1 -burr-drill 'b3-drIl K6$ 2 -burr-drills 'b3-drIlz Kj$ 2 -burrow 'bVr@U J0%,K6% 22A,2C,6A -burrowed 'bVr@Ud Jc%,Jd% 22A,2C,6A -burrowing 'bVr@UIN Jb% 32A,2C,6A -burrows 'bVr@Uz Ja%,Kj% 22A,2C,6A -burrs b3z Kj$ 1 -burs b3z Kj$ 1 -bursar 'b3s@R K6% 2 -bursaries 'b3s@rIz Kj% 3 -bursars 'b3s@z Kj% 2 -bursary 'b3s@rI K8% 3 -burst b3st J5%,Jc%,Jd%,K6% 12A,2C,3A,6A,22 -bursting 'b3stIN Jb% 22A,2C,3A,6A,22 -bursts b3sts Ja%,Kj% 12A,2C,3A,6A,22 -burthen 'b3D@n H0$,K6$ 2 -burthened 'b3D@nd Hc$,Hd$ 2 -burthening 'b3D@nIN Hb$ 3 -burthens 'b3D@nz Ha$,Kj$ 2 -burton 'b3tn K6$ 2 -burtons 'b3tnz Kj$ 2 -bury 'berI H3% 26A,15A,22 -burying 'berIIN Hb% 36A,15A,22 -burying-ground 'berIIN-graUnd K6% 4 -burying-grounds 'berIIN-graUndz Kj% 4 -bus bVs J1%,K7% 12A,6A -busbies 'bVzbIz Kj% 2 -busby 'bVzbI K8% 2 -bused bVst Jc$,Jd$ 12A,6A -buses 'bVsIz Ja$,Kj% 22A,6A -bush bUS M7% 1 -bushel 'bUSl K6% 2 -bushels 'bUSlz Kj% 2 -bushes 'bUSIz Mj% 2 -bushy 'bUSI OA% 2 -busied 'bIzId Hc%,Hd% 26A,14 -busier 'bIzI@R Or% 3 -busies 'bIzIz Ha% 26A,14 -busiest 'bIzIIst Os% 3 -busily 'bIzIlI Pu% 3 -business 'bIzn@s M7* 2 -businesses 'bIzn@sIz Mj% 3 -businesslike 'bIzn@slaIk OA% 3 -businessman 'bIzn@sm&n Ki% 3 -businessmen 'bIzn@smen Kj% 3 -busing 'bVsIN Jb$ 22A,6A -busker 'bVsk@R K6% 2 -buskers 'bVsk@z Kj% 2 -busman 'bVsm@n Ki% 2 -busmen 'bVsm@n Kj% 2 -bussing 'bVsIN Jb% 22A,6A -bust bVst J0%,Jc%,Jd%,K6% 1 -bust-up 'bVst-Vp K6% 2 -bust-ups 'bVst-Vps Kj$ 2 -bustard 'bVst@d K6$ 2 -bustards 'bVst@dz Kj$ 2 -busted 'bVstId Jc%,Jd% 2 -buster 'bVst@R K6% 2 -busters 'bVst@z Kj$ 2 -busting 'bVstIN Jb% 2 -bustle 'bVsl J2%,M6% 22A,2C,15B -bustled 'bVsld Jc%,Jd% 22A,2C,15B -bustles 'bVslz Ja%,Mj% 22A,2C,15B -bustling 'bVslIN Jb% 22A,2C,15B -busts bVsts Ja%,Kj% 1 -busy 'bIzI H3%,OD% 26A,14 -busybodies 'bIzIb0dIz Kj% 4 -busybody 'bIzIb0dI K8% 4 -busying 'bIzIIN Hb% 36A,14 -but bVt Pu*,Qz$,T-*,V-* 1 -butane 'bjuteIn L@% 2 -butch bUtS OA% 1 -butcher 'bUtS@R H0%,K6% 26A -butchered 'bUtS@d Hc%,Hd% 26A -butchering 'bUtS@rIN Hb% 36A -butchers 'bUtS@z Ha%,Kj% 26A -butchery 'bUtS@rI L@% 3 -butler 'bVtl@R K6% 2 -butlers 'bVtl@z Kj% 2 -butt bVt J0%,K6% 12C,3A,6A,15A -butted 'bVtId Jc%,Jd% 22C,3A,6A,15A -butter 'bVt@R H0%,L@% 26A,15B -butterbean 'bVt@bin K6% 3 -butterbeans 'bVt@binz Kj% 3 -buttercup 'bVt@kVp K6% 3 -buttercups 'bVt@kVps Kj% 3 -buttered 'bVt@d Hc%,Hd% 26A,15B -butterfingers 'bVt@fINg@z Ki% 4 -butterflies 'bVt@flaIz Kj% 3 -butterfly 'bVt@flaI K8% 3 -butteries 'bVt@rIz Kj$ 3 -buttering 'bVt@rIN Hb% 36A,15B -buttermilk 'bVt@mIlk L@% 3 -butters 'bVt@z Ha% 26A,15B -butterscotch 'bVt@sk0tS L@% 3 -buttery 'bVt@rI K8% 3 -butting 'bVtIN Jb% 22C,3A,6A,15A -buttock 'bVt@k K6% 2 -buttocks 'bVt@ks Kj% 2 -button 'bVtn J0%,K6% 22A,6A,15B -buttoned 'bVtnd Jc%,Jd% 22A,6A,15B -buttoned-up ,bVtnd-'Vp OA% 3 -buttonhole 'bVtnh@Ul H2%,K6% 36A -buttonholed 'bVtnh@Uld Hc%,Hd% 36A -buttonholes 'bVtnh@Ulz Ha%,Kj% 36A -buttonholing 'bVtnh@UlIN Hb% 46A -buttonhook 'bVtnhUk K6$ 3 -buttonhooks 'bVtnhUks Kj$ 3 -buttoning 'bVtnIN Jb% 32A,6A,15B -buttons 'bVtnz Ja%,Kj% 22A,6A,15B -buttonwood 'bVtnwUd M6$ 3 -buttonwoods 'bVtnwUdz Mj$ 3 -buttress 'bVtr@s H1%,K7% 26A,15B -buttressed 'bVtr@st Hc%,Hd% 26A,15B -buttresses 'bVtr@sIz Ha%,Kj% 36A,15B -buttressing 'bVtr@sIN Hb% 36A,15B -butts bVts Ja%,Kj% 12C,3A,6A,15A -buxom 'bVks@m OA% 2 -buy baI J5%,K6% 12A,2C,6A,12B,13B,15B -buyer 'baI@R K6% 2 -buyers 'baI@z Kj% 2 -buying 'baIIN Jb% 22A,2C,6A,12B,13B,15B -buys baIz Ja%,Kj% 12A,2C,6A,12B,13B,15B -buzz bVz J1%,K7% 12A,2C,6A -buzzard 'bVz@d K6% 2 -buzzards 'bVz@dz Kj% 2 -buzzed bVzd Jc%,Jd% 12A,2C,6A -buzzer 'bVz@R K6% 2 -buzzers 'bVz@z Kj% 2 -buzzes 'bVzIz Ja%,Kj% 22A,2C,6A -buzzing 'bVzIN Jb% 22A,2C,6A -by baI P+*,T-* 1 -by-election 'baI-IlekSn K6% 4 -by-elections 'baI-IlekSnz Kj% 4 -bye baI K6% 1 -bye-bye 'baI-baI K6% 2 -bye-bye ,baI-'baI W-% 2 -bye-byes 'baI-baIz Kj% 2 -bye-law 'baI-lO K6% 2 -bye-laws 'baI-lOz Kj% 2 -byes baIz Kj% 1 -bygone 'baIg0n OA% 2 -bygones 'baIg0nz Kj% 2 -bylaw 'baIlO K6% 2 -bylaws 'baIlOz Kj% 2 -bypass 'baIpAs H1%,K7% 26A -bypassed 'baIpAst Hc%,Hd% 26A -bypasses 'baIpAsIz Ha%,Kj% 36A -bypassing 'baIpAsIN Hb% 36A -bypath 'baIpAT K6$ 2 -bypaths 'baIpADz Kj$ 2 -byplay 'baIpleI L@% 2 -byproduct 'baIpr0dVkt K6% 3 -byproducts 'baIpr0dVkts Kj% 3 -byroad 'baIr@Ud K6% 2 -byroads 'baIr@Udz Kj% 2 -bystander 'baIst&nd@R K6% 3 -bystanders 'baIst&nd@z Kj% 3 -byway 'baIweI K6% 2 -byways 'baIweIz Kj% 2 -byword 'baIw3d K6% 2 -bywords 'baIw3dz Kj% 2 -c si Ki$ 1 -c's siz Kj$ 1 -ca'canny ,kA'k&nI Ki$ 3 -cab k&b K6% 1 -cab-rank 'k&b-r&Nk K6% 2 -cab-ranks 'k&b-r&Nks Kj% 2 -cabal k@'b&l K6$ 2 -cabals k@'b&lz Kj$ 2 -cabaret 'k&b@reI K6% 3 -cabarets 'k&b@reIz Kj% 3 -cabbage 'k&bIdZ M6% 2 -cabbages 'k&bIdZIz Mj% 3 -cabbies 'k&bIz Kj% 2 -cabby 'k&bI K8% 2 -caber 'keIb@R K6$ 2 -cabers 'keIb@z Kj$ 2 -cabin 'k&bIn K6% 2 -cabinet 'k&bIn@t K6% 3 -cabinet-maker 'k&bIn@t-,meIk@R K6% 5 -cabinet-makers 'k&bIn@t-,meIk@z Kj% 5 -cabinets 'k&bIn@ts Kj% 3 -cabins 'k&bInz Kj% 2 -cable 'keIbl J2%,M6% 22A,6A -cable's-length 'keIblz-leNT K6% 3 -cable's-lengths 'keIblz-leNTs Kj% 3 -cable-car 'keIbl-kAR K6% 3 -cable-cars 'keIbl-kAz Kj% 3 -cable-length 'keIbl-leNT K6$ 3 -cable-lengths 'keIbl-leNTs Kj$ 3 -cable-railway ,keIbl-'reIlweI K6% 4 -cable-railways ,keIbl-'reIlweIz Kj% 4 -cabled 'keIbld Jc%,Jd% 22A,6A -cablegram 'keIblgr&m K6$ 3 -cablegrams 'keIblgr&mz Kj$ 3 -cables 'keIblz Ja%,Mj% 22A,6A -cabling 'keIblIN Jb% 22A,6A -cabman 'k&bm&n Ki% 2 -cabmen 'k&bmen Kj% 2 -caboodle k@'budl K6% 3 -caboodles k@'budlz Kj$ 3 -caboose k@'bus K6$ 2 -cabooses k@'busIz Kj$ 3 -cabs k&bz Kj% 1 -cabstand 'k&bst&nd K6$ 2 -cabstands 'k&bst&ndz Kj$ 2 -cacao k@'kA@U K6$ 3 -cacao-bean k@'kA@U-bin K6$ 4 -cacao-beans k@'kA@U-binz Kj$ 4 -cacao-tree k@'kA@U-tri K6$ 4 -cacao-trees k@'kA@U-triz Kj$ 4 -cacaos k@'kA@Uz Kj$ 3 -cache k&S H2$,K6% 1 -cached k&St Hc$,Hd$ 1 -caches 'k&SIz Ha$,Kj$ 2 -cachet 'k&SeI K6% 2 -cachets 'k&SeIz Kj$ 2 -caching 'k&SIN Hb$ 2 -cachou 'k&Su K6$ 2 -cachous 'k&Suz Kj$ 2 -cackle 'k&kl I2%,M6% 2 -cackled 'k&kld Ic%,Id% 2 -cackler 'k&kl@R K6% 2 -cacklers 'k&kl@z Kj% 2 -cackles 'k&klz Ia%,Mj% 2 -cackling 'k&klIN Ib% 2 -cacophonies k&'k0f@nIz Kj$ 4 -cacophonous k&'k0f@n@s OA% 4 -cacophony k&'k0f@nI K8% 4 -cacti 'k&ktaI Kj% 2 -cactus 'k&kt@s K7% 2 -cactuses 'k&kt@sIz Kj% 3 -cad k&d K6% 1 -cadaver k@'dAv@R K6% 3 -cadaverous k@'d&v@r@s OA% 4 -cadavers k@'dAv@z Kj% 3 -caddie 'k&dI K6% 2 -caddies 'k&dIz Kj% 2 -caddish 'k&dIS OA% 2 -caddy 'k&dI K8% 2 -cadence 'keId@ns K6% 2 -cadences 'keId@nsIz Kj% 3 -cadenza k@'denz@ K6% 3 -cadenzas k@'denz@z Kj% 3 -cadet k@'det K6% 2 -cadets k@'dets Kj% 2 -cadge k&dZ J2% 12A,6A,14 -cadged k&dZd Jc%,Jd% 12A,6A,14 -cadger 'k&dZ@R K6% 2 -cadgers 'k&dZ@z Kj% 2 -cadges 'k&dZIz Ja% 22A,6A,14 -cadging 'k&dZIN Jb% 22A,6A,14 -cadmium 'k&dmI@m L@% 3 -cadre 'kAd@R K6$ 2 -cadres 'kAd@z Kj$ 2 -cads k&dz Kj% 1 -caesura sI'zjU@r@ K6$ 3 -caesuras sI'zjU@r@z Kj$ 3 -caf_e 'k&feI K6% 2 -caf_es 'k&feIz Kj% 2 -cafe-au-lait ,k&feI-@U-'leI K6% 4 -cafe-au-laits ,k&feI-@U-'leIz Kj% 4 -cafeteria ,k&f@'tI@rI@ K6% 5 -cafeterias ,k&f@'tI@rI@z Kj% 5 -caff k&f K6% 1 -caffeine 'k&fin L@% 2 -caffs k&fs Kj% 1 -caftan 'k&ft&n K6% 2 -caftans 'k&ft&nz Kj% 2 -cage keIdZ H2%,K6% 16A -caged keIdZd Hc%,Hd% 16A -cages 'keIdZIz Ha%,Kj% 26A -cagey 'keIdZI OA% 2 -cagily 'keIdZIlI Pu% 3 -caging 'keIdZIN Hb% 26A -cagoule k@'gul K6% 2 -cagoules k@'gulz Kj% 2 -cahoots k@'huts Kj% 2 -caiman 'keIm@n K6$ 2 -caimans 'keIm@nz Kj$ 2 -cairn ke@n K6% 1 -cairns ke@nz Kj% 1 -caisson 'keIsn K6$ 2 -caissons 'keIsnz Kj$ 2 -caitiff 'keItIf K6$ 2 -caitiffs 'keItIfs Kj$ 2 -cajole k@'dZ@Ul H2% 26A,14 -cajoled k@'dZ@Uld Hc%,Hd% 26A,14 -cajolery k@'dZ@Ul@rI L@$ 4 -cajoles k@'dZ@Ulz Ha% 26A,14 -cajoling k@'dZ@UlIN Hb% 36A,14 -cake keIk J2%,M6% 12A,6A -caked keIkt Jc%,Jd% 12A,6A -cakes keIks Ja%,Mj% 12A,6A -caking 'keIkIN Jb% 22A,6A -calabash 'k&l@b&S K7$ 3 -calabashes 'k&l@b&SIz Kj$ 4 -calamities k@'l&mItIz Kj% 4 -calamitous k@'l&mIt@s OA% 4 -calamity k@'l&mItI K8% 4 -calcified 'k&lsIfaId Jc%,Jd% 32A,6A -calcifies 'k&lsIfaIz Ja% 32A,6A -calcify 'k&lsIfaI J3% 32A,6A -calcifying 'k&lsIfaIIN Jb% 42A,6A -calcination ,k&lsI'neISn K6% 4 -calcinations ,k&lsI'neISnz Kj$ 4 -calcine 'k&lsaIn J2$ 22A,6A -calcined 'k&lsaInd Jc$,Jd$ 22A,6A -calcines 'k&lsaInz Ja$ 22A,6A -calcining 'k&lsaInIN Jb$ 32A,6A -calcium 'k&lsI@m L@% 3 -calculable 'k&lkjUl@bl OA% 4 -calculate 'k&lkjUleIt J2% 32A,3A,6A,8,9,10 -calculated 'k&lkjUleItId Jc%,Jd% 42A,3A,6A,8,9,10 -calculates 'k&lkjUleIts Ja% 32A,3A,6A,8,9,10 -calculating 'k&lkjUleItIN Jb%,OA% 42A,3A,6A,8,9,10 -calculation ,k&lkjU'leISn M6% 4 -calculations ,k&lkjU'leISnz Mj% 4 -calculator 'k&lkjUleIt@R K6% 4 -calculators 'k&lkjUleIt@z Kj% 4 -calculi 'k&lkjUlaI Kj$ 3 -calculus 'k&lkjUl@s M7% 3 -calculuses 'k&lkjUl@sIz Mj$ 4 -caldron 'kOldr@n K6$ 2 -caldrons 'kOldr@nz Kj$ 2 -calendar 'k&lInd@R K6% 3 -calendars 'k&lInd@z Kj% 3 -calender 'k&lInd@R H0$,K6$ 36A -calendered 'k&lInd@d Hc$,Hd$ 36A -calendering 'k&lInd@rIN Hb$ 46A -calenders 'k&lInd@z Ha$,Kj$ 36A -calends 'k&l@ndz Kj$ 2 -calf kAf Mi% 1 -calf-love 'kAf-lVv L@% 2 -calibrate 'k&lIbreIt H2% 36A -calibrated 'k&lIbreItId Hc%,Hd% 46A -calibrates 'k&lIbreIts Ha% 36A -calibrating 'k&lIbreItIN Hb% 46A -calibration ,k&lI'breISn M6% 4 -calibrations ,k&lI'breISnz Mj% 4 -calibre 'k&lIb@R M6% 3 -calibres 'k&lIb@z Mj$ 3 -calico 'k&lIk@U L@% 3 -calif 'keIlIf K6$ 2 -califs 'keIlIfs Kj$ 2 -calipers 'k&lIp@z Kj% 3 -caliph 'keIlIf K6% 2 -caliphate 'k&lIfeIt K6$ 3 -caliphates 'k&lIfeIts Kj$ 3 -caliphs 'keIlIfs Kj$ 2 -calisthenics ,k&lIs'TenIks Lk$ 4 -calk kOk H0$,K6$ 1 -calked kOkt Hc$,Hd$ 1 -calking 'kOkIN Hb$ 2 -calks kOks Ha$,Kj$ 1 -call kOl J0%,M6% 12A,2B,2C,3A,4A,6A,12B,13B,15B,22,23 -call-box 'kOl-b0ks K7% 2 -call-boxes 'kOl-b0ksIz Kj% 3 -call-girl 'kOl-g3l K6% 2 -call-girls 'kOl-g3lz Kj% 2 -call-over 'kOl-@Uv@R K6$ 3 -call-overs 'kOl-@Uv@z Kj$ 3 -call-up 'kOl-Vp K6% 2 -call-ups 'kOl-Vps Kj$ 2 -called kOld Jc*,Jd* 12A,2B,2C,3A,4A,6A,12B,13B,15B,22,23 -caller 'kOl@R K6% 2 -callers 'kOl@z Kj% 2 -calligraphy k@'lIgr@fI L@% 4 -calling 'kOlIN Jb%,K6% 22A,2B,2C,3A,4A,6A,12B,13B,15B,22,23 -callings 'kOlINz Kj% 2 -calliope k@'laI@pI K6$ 4 -calliopes k@'laI@pIz Kj$ 4 -callipers 'k&lIp@z Kj$ 3 -callisthenics ,k&lIs'TenIks Lk$ 4 -callosities k&'l0sItIz Kj$ 4 -callosity k&'l0sItI K8$ 4 -callous 'k&l@s OA% 2 -callousness 'k&l@sn@s L@% 3 -callow 'k&l@U OA% 2 -callowness 'k&l@Un@s L@$ 3 -calls kOlz Ja%,Mj% 12A,2B,2C,3A,4A,6A,12B,13B,15B,22,23 -callus 'k&l@s K7$ 2 -calluses 'k&l@sIz Kj$ 3 -calm kAm J0%,K6%,OC% 12C,6A,15B -calmed kAmd Jc%,Jd% 12C,6A,15B -calmer 'kAm@R Or% 2 -calmest 'kAmIst Os% 2 -calming 'kAmIN Jb% 22C,6A,15B -calmly 'kAmlI Pu% 2 -calmness 'kAmn@s L@% 2 -calms kAmz Ja%,Kj% 12C,6A,15B -calomel 'k&l@mel L@$ 3 -calorie 'k&l@rI K6% 3 -calories 'k&l@rIz Kj% 3 -calorific ,k&l@'rIfIk OA% 4 -calumniate k@'lVmnIeIt H2$ 46A -calumniated k@'lVmnIeItId Hc$,Hd$ 56A -calumniates k@'lVmnIeIts Ha$ 46A -calumniating k@'lVmnIeItIN Hb$ 56A -calumnies 'k&l@mnIz Mj% 3 -calumny 'k&l@mnI M8% 3 -calve kAv I2% 1 -calved kAvd Ic%,Id% 1 -calves kAvz Ia%,Kj% 1 -calving 'kAvIN Ib% 2 -calyces 'keIlIsiz Kj$ 3 -calypso k@'lIps@U K6% 3 -calypsos k@'lIps@Uz Kj% 3 -calyx 'keIlIks K7$ 2 -calyxes 'keIlIksIz Kj$ 3 -cam k&m K6% 1 -camaraderie ,k&m@'rAd@rI L@% 5 -camber 'k&mb@R J0$,K6% 2 -cambered 'k&mb@d Jc$,Jd% 2 -cambering 'k&mb@rIN Jb$ 3 -cambers 'k&mb@z Ja$,Kj$ 2 -cambric 'keImbrIk L@$ 2 -came keIm Ic* 12A,2B,2C,2D,2E,3A,4A -camel 'k&m@l K6% 2 -camel-hair 'k&m@l-he@R L@% 3 -camellia k@'milI@ K6% 4 -camellias k@'milI@z Kj% 4 -camels 'k&m@lz Kj% 2 -cameo 'k&mI@U K6% 3 -cameos 'k&mI@Uz Kj% 3 -camera 'k&m@r@ K6% 3 -cameraman 'k&m@r@m&n Ki% 4 -cameramen 'k&m@r@men Kj% 4 -cameras 'k&m@r@z Kj% 3 -camion 'k&mI@n K6$ 3 -camions 'k&mI@nz Kj$ 3 -camomile 'k&m@maIl L@% 3 -camouflage 'k&m@flAZ H2%,L@% 36A -camouflaged 'k&m@flAZd Hc$,Hd% 36A -camouflages 'k&m@flAZIz Ha% 46A -camouflaging 'k&m@flAZIN Hb% 46A -camp k&mp J0%,K6%,OA% 12A,2C -camp-bed 'k&mp-bed K6% 2 -camp-beds 'k&mp-bedz Kj% 2 -camp-chair 'k&mp-tSe@R K6$ 2 -camp-chairs 'k&mp-tSe@z Kj$ 2 -camp-fire 'k&mp-faI@R K6% 2 -camp-fires 'k&mp-faI@z Kj% 2 -camp-follower k&mp-'f0l@U@R K6% 4 -camp-followers k&mp-'f0l@U@z Kj% 4 -camp-stool 'k&mp-stul K6% 2 -camp-stools 'k&mp-stulz Kj% 2 -campaign k&m'peIn I0%,K6% 22A,3A -campaigned k&m'peInd Ic%,Id% 22A,3A -campaigner k&m'peIn@R K6% 3 -campaigners k&m'peIn@z Kj% 3 -campaigning k&m'peInIN Ib% 32A,3A -campaigns k&m'peInz Ia%,Kj% 22A,3A -campanile ,k&mp@'nilI K6$ 4 -campaniles ,k&mp@'nilIz Kj$ 4 -campanula k@m'p&njUl@ K6$ 4 -campanulas k@m'p&njUl@z Kj$ 4 -camped k&mpt Jc%,Jd% 12A,2C -camper 'k&mp@R K6% 2 -campers 'k&mp@z Kj% 2 -camphor 'k&mf@R L@% 2 -camphorated 'k&mf@reItId OA% 4 -camping 'k&mpIN Jb%,L@% 22A,2C -campion 'k&mpI@n L@% 3 -camps k&mps Ja%,Kj% 12A,2C -campus 'k&mp@s K7% 2 -campuses 'k&mp@sIz Kj% 3 -cams k&mz Kj% 1 -camshaft 'k&mSAft K6% 2 -camshafts 'k&mSAfts Kj% 2 -can k&n G5*,Ga*,H4%,K6% 15,6A -can't kAnt Gg% 1 -canal k@'n&l K6% 2 -canalization ,k&n@laI'zeISn K6% 5 -canalizations ,k&n@laI'zeISnz Kj$ 5 -canalize 'k&n@laIz H2% 36A,14 -canalized 'k&n@laIzd Hc%,Hd% 36A,14 -canalizes 'k&n@laIzIz Ha% 46A,14 -canalizing 'k&n@laIzIN Hb% 46A,14 -canals k@'n&lz Kj% 2 -canap_e 'k&n@peI K6$ 3 -canap_es 'k&n@peIz Kj$ 3 -canard k&'nAd K6$ 2 -canards k&'nAdz Kj$ 2 -canaries k@'ne@rIz Kj% 3 -canary k@'ne@rI K8% 3 -canary-bird k@'ne@rI-b3d K6$ 4 -canary-birds k@'ne@rI-b3dz Kj$ 4 -canary-wine k@'ne@rI-waIn K6$ 4 -canary-wines k@'ne@rI-waInz Kj$ 4 -canasta k@'n&st@ K6$ 3 -canastas k@'n&st@z Kj$ 3 -cancan 'k&nk&n K6% 2 -cancans 'k&nk&nz Kj% 2 -cancel 'k&ns@l J4% 22C,6A,15B -cancellation ,k&ns@'leISn M6% 4 -cancellations ,k&ns@'leISnz Mj% 4 -cancelled 'k&ns@ld Jc%,Jd% 22C,6A,15B -cancelling 'k&ns@lIN Jb% 32C,6A,15B -cancels 'k&ns@lz Ja% 22C,6A,15B -cancer 'k&ns@R M6% 2 -cancerous 'k&ns@r@s OA% 3 -cancers 'k&ns@z Mj% 2 -candelabra ,k&nd@'lAbr@ Kj% 4 -candelabrum ,k&nd@'lAbr@m Ki$ 4 -candid 'k&ndId OA% 2 -candidate 'k&ndId@t K6% 3 -candidates 'k&ndId@ts Kj% 3 -candidature 'k&ndId@tS@R K6% 4 -candidatures 'k&ndId@tS@z Kj$ 4 -candidly 'k&ndIdlI Pu% 3 -candied 'k&ndId Jc$,Jd%,OA% 22A,6A -candies 'k&ndIz Ja%,Mj% 22A,6A -candle 'k&ndl K6% 2 -candle-power 'k&ndl-paU@R L@% 4 -candlelight 'k&ndl+laIt L@% 3 -candles 'k&ndlz Kj% 2 -candlestick 'k&ndlstIk K6% 3 -candlesticks 'k&ndlstIks Kj% 3 -candlewick 'k&ndlwIk L@% 3 -candour 'k&nd@R L@% 2 -candy 'k&ndI J3$,M8% 22A,6A -candy-floss 'k&ndI-fl0s L@% 3 -candying 'k&ndIIN Jb$ 32A,6A -candytuft 'k&ndItVft K6% 3 -candytufts 'k&ndItVfts Kj$ 3 -cane keIn H2%,M6% 16A -caned keInd Hc%,Hd% 16A -canes keInz Ha%,Mj% 16A -canine 'keInaIn OA% 2 -caning 'keInIN Hb% 26A -canister 'k&nIst@R K6% 3 -canisters 'k&nIst@z Kj% 3 -canker 'k&Nk@R H0$,L@$ 2 -cankered 'k&Nk@d Hc$,Hd$ 2 -cankering 'k&Nk@rIN Hb$ 3 -cankerous 'k&Nk@r@s OA$ 3 -cankers 'k&Nk@z Ha$ 2 -canna 'k&n@ K6$ 2 -cannabis 'k&n@bIs L@% 3 -cannas 'k&n@z Kj$ 2 -canned k&nd Hc%,Hd%,OA% 15,6A -canneries 'k&n@rIz Kj% 3 -cannery 'k&n@rI K8% 3 -cannibal 'k&nIb@l K6% 3 -cannibalism 'k&nIb@lIz@m L@% 5 -cannibalistic ,k&nIb@l'lIstIk OA% 5 -cannibalize 'k&nIb@laIz H2% 4 -cannibalized 'k&nIb@laIzd Hc%,Hd% 4 -cannibalizes 'k&nIb@laIzIz Ha% 5 -cannibalizing 'k&nIb@laIzIN Hb% 5 -cannibals 'k&nIb@lz Kj% 3 -cannier 'k&nI@R Or% 3 -canniest 'k&nIIst Os% 3 -cannily 'k&nIlI Pu% 3 -canning 'k&nIN Hb% 25,6A -cannon 'k&n@n K6% 2 -cannon-fodder 'k&n@n-f0d@R L@% 4 -cannonade ,k&n@'neId K6% 3 -cannonades ,k&n@'neIdz Kj% 3 -cannons 'k&n@nz Kj% 2 -cannot 'k&n@t Gg* 2 -canny 'k&nI OD% 2 -canoe k@'nu H5%,K6% 22A,2C -canoed k@'nud Hc%,Hd% 22A,2C -canoeing k@'nuIN Hb% 32A,2C -canoeist k@'nuIst K6% 3 -canoeists k@'nuIsts Kj% 3 -canoes k@'nuz Ha%,Kj% 22A,2C -canon 'k&n@n K6% 2 -canonical k@'n0nIkl OA% 4 -canonization ,k&n@naI'zeISn K6% 5 -canonizations ,k&n@naI'zeISnz Kj$ 5 -canonize 'k&n@naIz H2% 36A -canonized 'k&n@naIzd Hc%,Hd% 36A -canonizes 'k&n@naIzIz Ha% 46A -canonizing 'k&n@naIzIN Hb% 46A -canons 'k&n@nz Kj% 2 -canopied 'k&n@pId OA% 3 -canopies 'k&n@pIz Kj% 3 -canopy 'k&n@pI K8% 3 -cans k&nz Ha%,Kj% 15,6A -cant k&nt J0%,M6% 12A,2C,6A,15B -cantaloup 'k&nt@lup K6$ 3 -cantaloupe 'k&nt@lup K6% 3 -cantaloupes 'k&nt@lups Kj% 3 -cantaloups 'k&nt@lups Kj$ 3 -cantankerous k&n't&Nk@r@s OA% 4 -cantankerously k&n't&Nk@r@slI Pu% 5 -cantata k&n'tAt@ K6% 3 -cantatas k&n'tAt@z Kj% 3 -canted 'k&ntId Jc$,Jd$ 22A,2C,6A,15B -canteen k&n'tin K6% 2 -canteens k&n'tinz Kj% 2 -canter 'k&nt@R J0%,K6% 2 -cantered 'k&nt@d Jc%,Jd% 2 -cantering 'k&nt@rIN Jb% 3 -canters 'k&nt@z Ja%,Kj% 2 -canticle 'k&ntIkl K6% 3 -canticles 'k&ntIklz Kj% 3 -cantilever 'k&ntIliv@R K6% 4 -cantilevers 'k&ntIliv@z Kj% 4 -canting 'k&ntIN Jb$ 22A,2C,6A,15B -canto 'k&nt@U K6% 2 -canton 'k&nt0n K6% 2 -cantonment k&n'tunm@nt K6$ 3 -cantonments k&n'tunm@nts Kj$ 3 -cantons 'k&nt0nz Kj% 2 -cantor 'k&ntOR K6$ 2 -cantors 'k&ntOz Kj$ 2 -cantos 'k&nt@Uz Kj$ 2 -cants k&nts Ja$,Mj$ 12A,2C,6A,15B -canvas 'k&nv@s M7% 2 -canvases 'k&nv@sIz Mj% 3 -canvass 'k&nv@s J1%,K7% 22A,3A,6A -canvassed 'k&nv@st Jc%,Jd% 22A,3A,6A -canvasses 'k&nv@sIz Ja%,Kj% 32A,3A,6A -canvassing 'k&nv@sIN Jb% 32A,3A,6A -canyon 'k&nj@n K6% 2 -canyons 'k&nj@nz Kj% 2 -cap k&p H4%,K6% 16A -cap-`a-pie ,k&p-@-'pi Pu$ 3 -capabilities ,keIp@'bIlItIz Mj% 5 -capability ,keIp@'bIlItI M8% 5 -capable 'keIp@bl OA% 3 -capably 'keIp@blI Pu% 3 -capacious k@'peIS@s OA% 3 -capacities k@'p&sItIz Mj% 4 -capacity k@'p&sItI M8% 4 -caparison k@'p&rIs@n H0$,K6$ 4 -caparisoned k@'p&rIs@nd Hc$,Hd$ 4 -caparisoning k@'p&rIs@nIN Hb$ 5 -caparisons k@'p&rIs@nz Ha$,Kj$ 4 -cape keIp K6% 1 -caper 'keIp@R I0%,K6% 2 -capered 'keIp@d Ic%,Id% 2 -capering 'keIp@rIN Ib% 3 -capers 'keIp@z Ia%,Kj% 2 -capes keIps Kj% 1 -capillaries k@'pIl@rIz Kj% 4 -capillary k@'pIl@rI K8% 4 -capital 'k&pIt@l M6%,OA% 3 -capitalism 'k&pIt@lIz@m L@%,OA% 5 -capitalist 'k&pIt@lIst K6% 4 -capitalistic ,k&pIt@'lIstIk OA% 5 -capitalists 'k&pIt@lIsts Kj% 4 -capitalization ,k&pIt@laI'zeISn K6% 6 -capitalizations ,k&pIt@laI'zeISnz Kj$ 6 -capitalize 'k&pIt@laIz J2% 43A,6A -capitalized 'k&pIt@laIzd Jc%,Jd% 43A,6A -capitalizes 'k&pIt@laIzIz Ja% 53A,6A -capitalizing 'k&pIt@laIzIN Jb% 53A,6A -capitals 'k&pIt@lz Mj% 3 -capitation ,k&pI'teISn K6% 4 -capitations ,k&pI'teISnz Kj$ 4 -capitulate k@'pItSUleIt H2% 42A -capitulated k@'pItSUleItId Hc%,Hd% 52A -capitulates k@'pItSUleIts Ha% 42A -capitulating k@'pItSUleItIN Hb% 52A -capitulation k@,pItSU'leISn L@% 5 -capon 'keIp@n K6% 2 -capons 'keIp@nz Kj% 2 -capped k&pt Hc%,Hd% 16A -capping 'k&pIN Hb% 26A -caprice k@'pris K6% 2 -caprices k@'prisIz Kj% 3 -capricious k@'prIS@s OA% 3 -capriciously k@'prIS@slI Pu% 4 -capriciousness k@'prIS@snIs L@% 4 -caps k&ps Ha%,Kj% 16A -capsicum 'k&psIk@m K6% 3 -capsicums 'k&psIk@mz Kj% 3 -capsize k&p'saIz J2% 22A,6A -capsized k&p'saIzd Jc%,Jd% 22A,6A -capsizes k&p'saIzIz Ja% 32A,6A -capsizing k&p'saIzIN Jb% 32A,6A -capstan 'k&pst@n K6% 2 -capstans 'k&pst@nz Kj% 2 -capsule 'k&psjul K6% 2 -capsules 'k&psjulz Kj% 2 -captain 'k&ptIn H0%,K6% 26A -captained 'k&ptInd Hc%,Hd% 26A -captaining 'k&ptInIN Hb% 36A -captains 'k&ptInz Ha%,Kj% 26A -caption 'k&pSn K6% 2 -captions 'k&pSnz Kj% 2 -captious 'k&pS@s OA$ 2 -captiously 'k&pS@slI Pu$ 3 -captivate 'k&ptIveIt H2% 36A -captivated 'k&ptIveItId Hc%,Hd% 46A -captivates 'k&ptIveIts Ha% 36A -captivating 'k&ptIveItIN Hb% 46A -captive 'k&ptIv K6%,OA% 2 -captives 'k&ptIvz Kj% 2 -captivity k&p'tIvItI L@% 4 -captor 'k&pt@R K6% 2 -captors 'k&pt@z Kj% 2 -capture 'k&ptS@R H2%,M6% 26A -captured 'k&ptS@d Hc%,Hd% 26A -captures 'k&ptS@z Ha%,Mj% 26A -capturing 'k&ptS@rIN Hb% 36A -car kAR K6* 1 -car-ferries 'kA-ferIz Kj% 3 -car-ferry 'kA-ferI K8% 3 -carafe k@'r&f K6% 2 -carafes k@'r&fs Kj% 2 -caramel 'k&r@m@l M6% 3 -caramels 'k&r@m@lz Mj% 3 -carapace 'k&r@peIs K6$ 3 -carapaces 'k&r@peIsIz Kj$ 4 -carat 'k&r@t K6% 2 -carats 'k&r@ts Kj% 2 -caravan 'k&r@v&n K6% 3 -caravanning ,k&r@'v&nIN L@% 4 -caravans 'k&r@v&nz Kj% 3 -caravansaries ,k&r@'v&ns@rIz Kj$ 5 -caravansary ,k&r@'v&ns@rI K8$ 5 -caravanserai ,k&r@'v&ns@raI K6$ 5 -caravanserais ,k&r@'v&ns@raIz Kj$ 5 -caraway 'k&r@weI K6% 3 -caraways 'k&r@weIz Kj$ 3 -carbide 'kAbaId K6% 2 -carbides 'kAbaIdz Kj% 2 -carbine 'kAbaIn K6% 2 -carbines 'kAbaInz Kj% 2 -carbohydrate ,kAb@'haIdreIt M6% 4 -carbohydrates ,kAb@'haIdreIts Mj% 4 -carbolic kA'b0lIk OA% 3 -carbon 'kAb@n M6% 2 -carbon-paper 'kAb@n-peIp@R L@% 4 -carbonated 'kAb@neItId OA% 4 -carbonic kA'b0nIk OA$ 3 -carboniferous ,kAb@'nIf@r@s OA% 5 -carbonization ,kAb@naI'zeISn M6% 5 -carbonizations ,kAb@naI'zeISnz Mj$ 5 -carbonize 'kAb@naIz H2% 36A -carbonized 'kAb@naIzd Hc%,Hd% 36A -carbonizes 'kAb@naIzIz Ha% 46A -carbonizing 'kAb@naIzIN Hb% 46A -carbons 'kAb@nz Mj% 2 -carborundum ,kAb@'rVnd@m L@% 4 -carboy 'kAboI K6$ 2 -carboys 'kAboIz Kj$ 2 -carbuncle 'kAbVNkl K6% 3 -carbuncles 'kAbVNklz Kj% 3 -carburettor ,kAb@'ret@R K6% 4 -carburettors ,kAb@'ret@z Kj% 4 -carcase 'kAk@s K6$ 2 -carcases 'kAk@sIz Kj$ 3 -carcass 'kAk@s K7% 2 -carcasses 'kAk@sIz Kj% 3 -card kAd H0$,K6% 1 -card-sharper 'kAd-SAp@R K6% 3 -card-sharpers 'kAd-SAp@z Kj% 3 -cardamom 'kAd@m@m L@$ 3 -cardboard 'kAdbOd L@% 2 -carded 'kAdId Hc$,Hd$ 2 -cardiac 'kAdI&k OA% 3 -cardigan 'kAdIg@n K6% 3 -cardigans 'kAdIg@nz Kj% 3 -cardinal 'kAdInl K6%,OA% 3 -cardinals 'kAdInlz Kj% 3 -carding 'kAdIN Hb$ 2 -cards kAdz Ha$,Kj% 1 -care ke@R I2%,M6% 12A,3A,3B,4C -cared ke@d Ic%,Id% 12A,3A,3B,4C -careen k@'rin J0% 22A,6A -careened k@'rind Jc%,Jd% 22A,6A -careening k@'rinIN Jb% 32A,6A -careens k@'rinz Ja% 22A,6A -career k@'rI@R I0%,M6% 22C,3A -careered k@'rI@d Ic%,Id% 22C,3A -careering k@'rI@rIN Ib% 32C,3A -careerist k@'rI@rIst K6% 3 -careerists k@'rI@rIsts Kj% 3 -careers k@'rI@z Ia%,Mj% 22C,3A -carefree 'ke@fri OA% 3 -careful 'ke@fUl OA% 2 -carefully 'ke@f@lI Pu% 3 -carefulness 'ke@f@ln@s L@% 3 -careladen 'ke@leIdn OA$ 3 -careless 'ke@l@s OA% 2 -carelessly 'ke@l@slI Pu% 3 -carelessness 'ke@l@sn@s L@% 3 -cares ke@z Ia%,Mj% 12A,3A,3B,4C -caress k@'res H1%,K7% 26A -caressed k@'rest Hc%,Hd% 26A -caresses k@'resIz Ha%,Kj% 36A -caressing k@'resIN Hb%,OA% 36A -caressingly k@'resINlI Pu% 4 -caret 'k&ret K6$ 2 -caretaker 'ke@teIk@R K6% 3 -caretakers 'ke@teIk@z Kj% 3 -carets 'k&rets Kj$ 2 -careworn 'ke@wOn OA% 2 -cargo 'kAg@U M7% 2 -cargoes 'kAg@Uz Mj% 2 -caribou 'k&rIbu K9% 3 -caribous 'k&rIbuz Kj% 3 -caricature 'k&rIk@tSU@R H2%,M6% 46A -caricatured 'k&rIk@tSU@d Hc%,Hd% 46A -caricatures 'k&rIk@tSU@z Ha%,Mj% 46A -caricaturing 'k&rIk@tSU@rIN Hb% 56A -caricaturist 'k&rIk@tSurIst K6% 5 -caricaturists 'k&rIk@tSurIsts Kj% 5 -caries 'ke@riz L@% 2 -carillon k@'rIlj@n K6$ 3 -carillons k@'rIlj@nz Kj$ 3 -caring 'ke@rIN Ib% 22A,3A,3B,4C -carious 'ke@rI@s OA$ 3 -carmine 'kAmaIn M6%,OA% 2 -carmines 'kAmaInz Mj$ 2 -carnage 'kAnIdZ L@% 2 -carnal 'kAnl OA% 2 -carnally 'kAn@lI Pu% 3 -carnation kA'neISn K6% 3 -carnations kA'neISnz Kj% 3 -carnival 'kAnIvl M6% 3 -carnivals 'kAnIvlz Mj% 3 -carnivore 'kAnIvOR K6% 3 -carnivores 'kAnIvOz Kj% 3 -carnivorous kA'nIv@r@s OA% 4 -carol 'k&r@l H4%,K6% 2 -carolled 'k&r@ld Hc%,Hd% 2 -caroller 'k&r@l@R K6% 3 -carollers 'k&r@l@z Kj% 3 -carolling 'k&r@lIN Hb% 3 -carols 'k&r@lz Ha%,Kj% 2 -carousal k@'raUzl K6$ 3 -carousals k@'raUzlz Kj$ 3 -carouse k@'raUz H2% 22A -caroused k@'raUzd Hc%,Hd% 22A -carousel ,k&r@'sel K6% 3 -carousels ,k&r@'selz Kj$ 3 -carouses k@'raUzIz Ha% 32A -carousing k@'raUzIN Hb% 32A -carp kAp H0%,K9% 12A,3A -carpal 'kApl K6$,OA$ 2 -carpals 'kAplz Kj$ 2 -carped kApt Hc$,Hd$ 12A,3A -carpenter 'kApInt@R K6% 3 -carpenters 'kApInt@z Kj% 3 -carpentry 'kApIntrI L@% 3 -carpet 'kApIt H0%,K6% 26A -carpet-beater 'kApIt-bit@R K6% 4 -carpet-beaters 'kApIt-bit@z Kj% 4 -carpet-knight 'kApIt-naIt K6$ 3 -carpet-knights 'kApIt-naIts Kj$ 3 -carpet-slippers 'kApIt-slIp@z Kj% 4 -carpet-sweeper 'kApIt-swip@R K6% 4 -carpet-sweepers 'kApIt-swip@z Kj% 4 -carpetbag 'kApItb&g K6% 3 -carpetbagger 'kApItb&g@R K6% 4 -carpetbaggers 'kApItb&g@z Kj% 4 -carpetbags 'kApItb&gz Kj% 3 -carpeted 'kApItId Hc%,Hd% 36A -carpeting 'kApItIN Hb% 36A -carpets 'kApIts Ha%,Kj% 26A -carping 'kApIN Hb% 22A,3A -carport 'kApOt K6% 2 -carports 'kApOts Kj% 2 -carps kAps Ha% 12A,3A -carriage 'k&rIdZ M6% 2 -carriages 'k&rIdZIz Mj% 3 -carriageway 'k&rIdZweI K6% 3 -carriageways 'k&rIdZweIz Kj% 3 -carried 'k&rId Jc%,Jd% 22B,2C,6A,15A,15B,16B -carrier 'k&rI@R K6% 3 -carrier-bag 'k&rI@-b&g K6% 4 -carrier-bags 'k&rI@-b&gz Kj% 4 -carrier-pigeon 'k&rI@-pIdZ@n K6% 5 -carrier-pigeons 'k&rI@-pIdZ@nz Kj% 5 -carriers 'k&rI@z Kj% 3 -carries 'k&rIz Ja%,Kj% 22B,2C,6A,15A,15B,16B -carrion 'k&rI@n L@% 3 -carrion-crow 'k&rI@n-kr@U K6% 4 -carrion-crows 'k&rI@n-kr@Uz Kj% 4 -carrot 'k&r@t K6% 2 -carrots 'k&r@ts Kj% 2 -carroty 'k&r@tI OA% 3 -carry 'k&rI J3%,K8% 22B,2C,6A,15A,15B,16B -carrycot 'k&rIk0t K6% 3 -carrycots 'k&rIk0ts Kj% 3 -carrying 'k&rIIN Jb% 32B,2C,6A,15A,15B,16B -carryings-on ,k&rIINz-'0n Kj% 4 -cars kAz Kj% 1 -carsick 'kAsIk OA% 2 -carsickness 'kAsIkn@s L@% 3 -cart kAt H0%,K6% 16A,15B -cart-track 'kAt-tr&k K6% 2 -cart-tracks 'kAt-tr&ks Kj% 2 -cartage 'kAtIdZ L@$ 2 -carte blanche ,kAt 'bl0nS Ki% 2 -carted 'kAtId Hc%,Hd% 26A,15B -cartel kA'tel K6% 2 -cartels kA'telz Kj% 2 -carter 'kAt@R K6% 2 -carters 'kAt@z Kj% 2 -carthorse 'kAthOs K6% 2 -carthorses 'kAthOsIz Kj% 3 -cartilage 'kAtIlIdZ M6% 3 -cartilages 'kAtIlIdZIz Mj$ 4 -cartilaginous ,kAtI'l&dZIn@s OA$ 5 -carting 'kAtIN Hb% 26A,15B -cartload 'kAtl@Ud K6% 2 -cartloads 'kAtl@Udz Kj% 2 -cartographer kA't0gr@f@R K6% 4 -cartographers kA't0gr@f@z Kj% 4 -cartography kA't0gr@fI L@% 4 -carton 'kAtn K6% 2 -cartons 'kAtnz Kj% 2 -cartoon kA'tun H0$,K6% 2 -cartooned kA'tund Hc$,Hd$ 2 -cartooning kA'tunIN Hb$ 3 -cartoonist kA'tunIst K6% 3 -cartoonists kA'tunIsts Kj% 3 -cartoons kA'tunz Ha$,Kj% 2 -cartridge 'kAtrIdZ K6% 2 -cartridge-belt 'kAtrIdZ-belt K6% 3 -cartridge-belts 'kAtrIdZ-belts Kj% 3 -cartridge-paper 'kAtrIdZ-peIp@R K6% 4 -cartridge-papers 'kAtrIdZ-peIp@z Kj% 4 -cartridges 'kAtrIdZIz Kj% 3 -cartroad 'kAtr@Ud K6% 2 -cartroads 'kAtr@Udz Kj% 2 -carts kAts Ha%,Kj% 16A,15B -cartwheel 'kAtwil K6% 2 -cartwheels 'kAtwilz Kj% 2 -carve kAv J2% 16A,14,15A,15B -carved kAvd Jc%,Jd% 16A,14,15A,15B -carver 'kAv@R K6% 2 -carvers 'kAv@z Kj% 2 -carves kAvz Ja% 16A,14,15A,15B -carving 'kAvIN Jb%,M6% 26A,14,15A,15B -carving-fork 'kAvIN-fOk K6% 3 -carving-forks 'kAvIN-fOks Kj% 3 -carving-knife 'kAvIN-naIf Ki% 3 -carving-knives 'kAvIN-naIvz Kj% 3 -carvings 'kAvINz Mj% 2 -caryatid ,k&rI'&tId K6$ 4 -caryatids ,k&rI'&tIdz Kj$ 4 -cascade k&'skeId I2%,K6% 2 -cascaded k&'skeIdId Ic%,Id% 3 -cascades k&'skeIdz Ia%,Kj% 2 -cascading k&'skeIdIN Ib% 3 -case keIs H2%,K6% 16A -case-hardened 'keIs-hAd@nd OA% 3 -case-histories keIs-'hIstrIz Kj% 3 -case-history keIs-'hIstrI K8% 3 -case-law 'keIs-lO K6% 2 -case-laws 'keIs-lOz Kj$ 2 -casebook 'keIsbUk K6% 2 -casebooks 'keIsbUks Kj$ 2 -cased keIst Hc%,Hd% 16A -casein 'keIsin L@$ 2 -casement 'keIsm@nt K6% 2 -casements 'keIsm@nts Kj% 2 -cases 'keIsIz Ha%,Kj% 26A -casework 'keIsw3k K6% 2 -caseworks 'keIsw3ks Kj$ 2 -cash k&S J1%,L@% 12C,6A,12B,13B -cashable 'k&S@bl OA% 3 -cashed k&St Jc%,Jd% 12C,6A,12B,13B -cashes 'k&SIz Ja% 22C,6A,12B,13B -cashew 'k&Su K6% 2 -cashews 'k&Suz Kj% 2 -cashier k&'SI@R H0%,K6% 36A -cashiered k&'SI@d Hc%,Hd% 36A -cashiering k&'SI@rIN Hb% 46A -cashiers k&'SI@z Ha%,Kj% 36A -cashing 'k&SIN Jb% 22C,6A,12B,13B -cashmere k&S'mI@R L@% 2 -casing 'keIsIN Hb%,K6% 26A -casings 'keIsINz Kj% 2 -casino k@'sin@U K6% 3 -casinos k@'sin@Uz Kj% 3 -cask kAsk K6% 1 -casket 'kAskIt K6% 2 -caskets 'kAskIts Kj% 2 -casks kAsks Kj% 1 -cassava k@'sAv@ L@% 3 -casserole 'k&s@r@Ul K6% 3 -casseroles 'k&s@r@Ulz Kj% 3 -cassette k@'set K6% 2 -cassettes k@'sets Kj% 2 -cassock 'k&s@k K6% 2 -cassocks 'k&s@ks Kj% 2 -cassowaries 'k&s@we@rIz Kj$ 4 -cassowary 'k&s@we@rI K8$ 4 -cast kAst J5%,Jc%,Jd%,K6% 12C,6A,15A,15B -cast-iron kAst-'aI@n OA% 3 -cast-off 'kAst-0f Oq% 2 -cast-offs 'kAst-0fs Kj% 2 -castanets ,k&st@'nets Kj% 3 -castaway 'kAst@weI K6% 3 -castaways 'kAst@weIz Kj% 3 -caste kAst M6% 1 -castellated 'k&st@leItId OA% 4 -caster 'kAst@R K6% 2 -casters 'kAst@z Kj% 2 -castes kAsts Mj% 1 -castigate 'k&stIgeIt H2% 36A -castigated 'k&stIgeItId Hc%,Hd% 46A -castigates 'k&stIgeIts Ha% 36A -castigating 'k&stIgeItIN Hb% 46A -castigation ,k&stI'geISn M6% 4 -castigations ,k&stI'geISnz Mj$ 4 -casting 'kAstIN Jb%,K6% 22C,6A,15A,15B -castings 'kAstINz Kj% 2 -castle 'kAsl I2%,K6% 2 -castled 'kAsld Ic%,Id% 2 -castles 'kAslz Ia%,Kj% 2 -castling 'kAslIN Ib% 2 -castor 'kAst@R K6% 2 -castor oil ,kAst@r 'oIl L@% 3 -castors 'kAst@z Kj% 2 -castrate k&'streIt H2% 26A -castrated k&'streItId Hc%,Hd% 36A -castrates k&'streIts Ha% 26A -castrating k&'streItIN Hb% 36A -castration k&'streISn K6% 3 -castrations k&'streISnz Kj$ 3 -casts kAsts Ja%,Kj% 12C,6A,15A,15B -casual 'k&ZU@l OA% 3 -casually 'k&ZU@lI Pu% 4 -casuals 'k&ZU@lz Kj% 3 -casualties 'k&ZU@ltIz Kj% 4 -casualty 'k&ZU@ltI K8% 4 -casuist 'k&zjUIst K6$ 3 -casuistic ,k&zjU'IstIk OA$ 4 -casuistical ,k&zjU'IstIkl OA$ 5 -casuistries 'k&zjUIstrIz Mj$ 4 -casuistry 'k&zjUIstrI M8% 4 -casuists 'k&zjUIsts Kj$ 3 -casus belli ,keIs@s 'belaI Ki$ 4 -cat k&t K6% 1 -cat-nap 'k&t-n&p K6% 2 -cat-naps 'k&t-n&ps Kj% 2 -cat-o'-nine-tails ,k&t-@-'naIn-teIlz Ki% 4 -cat-sleep 'k&t-slip K6$ 2 -cat-sleeps 'k&t-slips Kj$ 2 -cataclysm 'k&t@klIz@m K6% 4 -cataclysmic ,k&t@'klIzmIk OA% 4 -cataclysms 'k&t@klIz@mz Kj% 4 -catacombs 'k&t@kumz Kj% 3 -catafalque 'k&t@f&lk K6$ 3 -catafalques 'k&t@f&lks Kj$ 3 -catalepsy 'k&t@lepsI L@$ 4 -cataleptic ,k&t@'leptIk K6$,OA$ 4 -cataleptics ,k&t@'leptIks Kj$ 4 -catalogue 'k&t@l0g H2%,K6% 36A -catalogued 'k&t@l0gd Hc%,Hd% 36A -catalogues 'k&t@l0gz Ha%,Kj% 36A -cataloguing 'k&t@l0gIN Hb% 46A -catalpa k@'t&lp@ K6$ 3 -catalpas k@'t&lp@z Kj$ 3 -catalysis k@'t&l@sIs L@$ 4 -catalyst 'k&t@lIst K6% 3 -catalysts 'k&t@lIsts Kj% 3 -catalytic ,k&t@'lItIk OA$ 4 -catamaran ,k&t@m@'r&n K6% 4 -catamarans ,k&t@m@'r&nz Kj% 4 -catapult 'k&t@pVlt H0%,K6% 3 -catapulted 'k&t@pVltId Hc%,Hd% 4 -catapulting 'k&t@pVltIN Hb% 4 -catapults 'k&t@pVlts Ha%,Kj% 3 -cataract 'k&t@r&kt K6% 3 -cataracts 'k&t@r&kts Kj% 3 -catarrh k@'tAR L@% 2 -catastrophe k@'t&str@fI K6% 4 -catastrophes k@'t&str@fIz Kj% 4 -catastrophic ,k&t@'str0fIk OA% 4 -catastrophically ,k&t@'str0fIklI Pu% 5 -catcall 'k&tkAl I0%,K6% 2 -catcalled 'k&tkAld Ic%,Id% 2 -catcalling 'k&tkAlIN Ib% 3 -catcalls 'k&tkAlz Ia%,Kj% 2 -catch k&tS J5%,K7% 12C,3A,6A,12C,14,15A,15B,19B,22 -catch-crop 'k&tS-kr0p K6$ 2 -catch-crops 'k&tS-kr0ps Kj$ 2 -catcher 'k&tS@R K6% 2 -catchers 'k&tS@z Kj% 2 -catches 'k&tSIz Ja%,Kj% 22C,3A,6A,12C,14,15A,15B,19B,22 -catchier 'k&tSI@R Or$ 3 -catchiest 'k&tSIIst Os% 3 -catching 'k&tSIN Jb%,OA% 22C,3A,6A,12C,14,15A,15B,19B,22 -catchment 'k&tSm@nt K6% 2 -catchment-area 'k&tSm@nt-e@rI@ K6% 5 -catchment-areas 'k&tSm@nt-e@rI@z Kj% 5 -catchment-basin 'k&tSm@nt-beIsn K6% 4 -catchment-basins 'k&tSm@nt-beIsnz Kj% 4 -catchments 'k&tSm@nts Kj% 2 -catchpenny 'k&tSpenI OA% 3 -catchup 'k&tS@p K6$ 2 -catchups 'k&tS@ps Kj$ 2 -catchword 'k&tSw3d K6% 2 -catchwords 'k&tSw3dz Kj% 2 -catchy 'k&tSI OD% 2 -catechism 'k&t@kIz@m M6% 4 -catechisms 'k&t@kIz@mz Mj$ 4 -catechize 'k&t@kaIz H2$ 36A -catechized 'k&t@kaIzd Hc$,Hd$ 36A -catechizes 'k&t@kaIzIz Ha$ 46A -catechizing 'k&t@kaIzIN Hb$ 46A -categorical ,k&tI'g0rIkl OA% 5 -categorically ,k&tI'g0rIklI Pu% 5 -categories 'k&tIg@rIz Kj% 4 -categorize 'k&tIg@raIz H2% 46A -categorized 'k&tIg@raIzd Hc%,Hd% 46A -categorizes 'k&tIg@raIzIz Ha% 56A -categorizing 'k&tIg@raIzIN Hb% 56A -category 'k&tIg@rI K8% 4 -cater 'keIt@R I0% 23A -catered 'keIt@d Ic%,Id% 23A -caterer 'keIt@r@R K6% 3 -caterers 'keIt@r@z Kj% 3 -catering 'keIt@rIN Ib% 33A -caterpillar 'k&t@pIl@R K6% 4 -caterpillars 'k&t@pIl@z Kj% 4 -caters 'keIt@z Ia% 23A -caterwaul 'k&t@wOl I0%,K6% 3 -caterwauled 'k&t@wOld Ic%,Id% 3 -caterwauling 'k&t@wOlIN Ib% 4 -caterwauls 'k&t@wOlz Ia%,Kj% 3 -catfish 'k&tfIS K9% 2 -catfishes 'k&tfISIz Kj% 3 -catgut 'k&tgVt L@% 2 -catharses k@'TAsiz Kj$ 3 -catharsis k@'TAsIs Mi% 3 -cathartic k@'TAtIk M6% 3 -cathartics k@'TAtIks Mj$ 3 -cathedral k@'Tidr@l K6% 3 -cathedrals k@'Tidr@lz Kj% 3 -cathode 'k&T@Ud K6% 2 -cathodes 'k&T@Udz Kj% 2 -catholic 'k&TlIk OA% 2 -catholicity ,k&T@'lIsItI L@$ 5 -catkin 'k&tkIn K6% 2 -catkins 'k&tkInz Kj% 2 -cats k&ts Kj% 1 -catsup 'k&ts@p M6$ 2 -catsups 'k&ts@ps Mj$ 2 -cattier 'k&tI@R Or% 3 -cattiest 'k&tIIst Os% 3 -cattiness 'k&tIn@s L@% 3 -cattish 'k&tIS OA$ 2 -cattle 'k&tl Kj% 2 -cattle-cake 'k&tl-keIk L@% 3 -cattleman 'k&tlm@n Ki% 3 -cattlemen 'k&tlmen Kj% 3 -catty 'k&tI OD% 2 -catwalk 'k&twOk K6% 2 -catwalks 'k&twOks Kj% 2 -caucus 'kOk@s K7% 2 -caucuses 'kOk@sIz Kj% 3 -caught kOt Jc%,Jd% 12C,3A,6A,12C,14,15A,15B,19B,22 -caul kOl K6$ 1 -cauldron 'kOldr@n K6% 2 -cauldrons 'kOldr@nz Kj% 2 -cauliflower 'k0lIflaU@R M6% 4 -cauliflowers 'k0lIflaU@z Mj% 4 -caulk kOk H0$ 16A -caulked kOkt Hc$,Hd$ 16A -caulking 'kOkIN Hb$ 26A -caulks kOks Ha$ 16A -cauls kOlz Kj$ 1 -causal 'kOzl OA$ 2 -causality kO'z&lItI L@% 4 -causation kO'zeISn L@% 3 -causative 'kOz@tIv OA% 3 -cause kOz H2%,M6% 16A,12A,13A,17 -caused kOzd Hc%,Hd% 16A,12A,13A,17 -causeless 'kOzl@s OA$ 2 -causerie 'k@Uz@rI K6$ 3 -causeries 'k@Uz@rIz Kj$ 3 -causes 'kOzIz Ha%,Mj% 26A,12A,13A,17 -causeway 'kOzweI K6% 2 -causeways 'kOzweIz Kj% 2 -causing 'kOzIN Hb% 26A,12A,13A,17 -caustic 'kOstIk OA% 2 -caustically 'kOstIklI Pu% 3 -cauterize 'kOt@raIz H2% 36A -cauterized 'kOt@raIzd Hc%,Hd% 36A -cauterizes 'kOt@raIzIz Ha% 46A -cauterizing 'kOt@raIzIN Hb% 46A -caution 'kOSn H0%,M6% 26A,14,17 -cautionary 'kOS@nrI OA% 3 -cautioned 'kOSnd Hc%,Hd% 26A,14,17 -cautioning 'kOSnIN Hb% 36A,14,17 -cautions 'kOSnz Ha%,Mj% 26A,14,17 -cautious 'kOS@s OA% 2 -cautiously 'kOS@slI Pu% 3 -cavalcade ,k&v@l'keId K6% 3 -cavalcades ,k&v@l'keIdz Kj% 3 -cavalier ,k&v@'lI@R K6%,OA% 4 -cavalierly ,k&v@'lI@lI Pu$ 5 -cavaliers ,k&v@'lI@z Kj% 4 -cavalries 'k&v@lrIz Kj% 3 -cavalry 'k&v@lrI K8% 3 -cavalryman 'k&v@lrIm@n Ki% 4 -cavalrymen 'k&v@lrImen Kj% 4 -cave keIv J2%,K6% 12C,15B -cave-dweller 'keIv-dwel@R K6% 3 -cave-dwellers 'keIv-dwel@z Kj% 3 -cave-in 'keIv-In K6% 2 -cave-ins 'keIv-Inz Kj% 2 -caveat 'keIvI&t K6% 3 -caveats 'keIvI&ts Kj% 3 -caved keIvd Jc%,Jd% 12C,15B -caveman 'keIvm&n Ki% 2 -cavemen 'keIvmen Kj% 2 -cavern 'k&v@n K6% 2 -cavernous 'k&v@n@s OA% 3 -caverns 'k&v@nz Kj% 2 -caves keIvz Ja%,Kj% 12C,15B -caviar 'k&vIAR L@% 3 -caviare 'k&vIAR L@% 3 -cavil 'k&v@l I4% 22A,3A -cavilled 'k&v@ld Ic%,Id% 22A,3A -cavilling 'k&v@lIN Ib% 32A,3A -cavils 'k&v@lz Ia% 22A,3A -caving 'keIvIN Jb% 22C,15B -cavities 'k&vItIz Kj% 3 -cavity 'k&vItI K8% 3 -cavort k@'vOt I0% 2 -cavorted k@'vOtId Ic%,Id% 3 -cavorting k@'vOtIN Ib% 3 -cavorts k@'vOts Ia% 2 -caw kO J0%,K6% 12A,15B -cawed kOd Jc%,Jd% 12A,15B -cawing 'kOIN Jb% 22A,15B -caws kOz Ja%,Kj% 12A,15B -cayenne keI'en L@% 2 -cayenne pepper ,keIen 'pep@R L@% 4 -cayman 'keIm@n K6$ 2 -caymans 'keIm@nz Kj$ 2 -ca~non 'k&nj@n K6$ 2 -ca~nons 'k&nj@nz Kj$ 2 -cc ,si'si Y]% 2 -cease sis J2%,K6% 12A,3A,6A,6D,7A -cease-fire 'sis-faI@R K6% 2 -cease-fires 'sis-faI@z Kj% 2 -ceased sist Jc%,Jd% 12A,3A,6A,6D,7A -ceaseless 'sisl@s OA% 2 -ceaselessly 'sisl@slI Pu% 3 -ceases 'sisIz Ja%,Kj% 22A,3A,6A,6D,7A -ceasing 'sisIN Jb% 22A,3A,6A,6D,7A -cedar 'sid@R M6% 2 -cedars 'sid@z Mj% 2 -cede sid H2% 16A,14 -ceded 'sidId Hc%,Hd% 26A,14 -cedes sidz Ha% 16A,14 -cedilla sI'dIl@ K6% 3 -cedillas sI'dIl@z Kj% 3 -ceding 'sidIN Hb% 26A,14 -ceiling 'silIN K6% 2 -ceilings 'silINz Kj% 2 -celandine 'sel@ndaIn K6% 3 -celandines 'sel@ndaInz Kj% 3 -celebrant 'selIbr@nt K6% 3 -celebrants 'selIbr@nts Kj% 3 -celebrate 'selIbreIt H2% 36A -celebrated 'selIbreItId Hc%,Hd%,OA% 46A -celebrates 'selIbreIts Ha% 36A -celebrating 'selIbreItIN Hb% 46A -celebration ,selI'breISn M6% 4 -celebrations ,selI'breISnz Mj% 4 -celebrities sI'lebrItIz Mj% 4 -celebrity sI'lebrItI M8% 4 -celerity sI'lerItI L@$ 4 -celery 'sel@rI L@% 3 -celestial sI'lestI@l OA% 4 -celibacy 'selIb@sI L@% 4 -celibate 'selIb@t K6% 3 -celibates 'selIb@ts Kj% 3 -cell sel K6% 1 -cellar 'sel@R K6% 2 -cellarage 'sel@rIdZ M6$ 3 -cellarages 'sel@rIdZIz Mj$ 4 -cellars 'sel@z Kj% 2 -cellist 'tSelIst K6% 2 -cellists 'tSelIsts Kj% 2 -cello 'tSel@U K6% 2 -cellophane 'sel@feIn L@% 3 -cellos 'tSel@Uz Kj% 2 -cells selz Kj% 1 -cellular 'seljUl@R OA% 3 -celluloid 'seljUloId L@% 3 -cellulose 'seljUl@Us L@% 3 -cement sI'ment H0%,L@% 26A,15B -cement-mixer sI'ment-mIks@R K6% 4 -cement-mixers sI'ment-mIks@z Kj% 4 -cemented sI'mentId Hc%,Hd% 36A,15B -cementing sI'mentIN Hb% 36A,15B -cements sI'ments Ha% 26A,15B -cemeteries 'sem@trIz Kj% 3 -cemetery 'sem@trI K8% 3 -cenotaph 'sen@tAf K6% 3 -cenotaphs 'sen@tAfs Kj$ 3 -censer 'sens@R K6$ 2 -censers 'sens@z Kj$ 2 -censor 'sens@R H0%,K6% 26A -censored 'sens@d Hc%,Hd% 26A -censoring 'sens@rIN Hb% 36A -censorious sen'sOrI@s OA% 4 -censors 'sens@z Ha%,Kj% 26A -censorship 'sens@SIp K6% 3 -censorships 'sens@SIps Kj$ 3 -censure 'senS@R H2%,M6% 26A,14 -censured 'senS@d Hc%,Hd% 26A,14 -censures 'senS@z Ha%,Mj% 26A,14 -censuring 'senS@rIN Hb% 36A,14 -census 'sens@s K7% 2 -censuses 'sens@sIz Kj% 3 -cent sent K6% 1 -centaur 'sentOR K6$ 2 -centaurs 'sentOz Kj$ 2 -centenarian ,sentI'ne@rI@n K6%,OA% 5 -centenarians ,sentI'ne@rI@nz Kj% 5 -centenaries sen'tin@rIz Kj% 4 -centenary sen'tin@rI K8%,OA% 4 -centennial sen'tenI@l K6%,OA% 4 -centennially sen'tenI@lI Pu$ 5 -centennials sen'tenI@lz Kj$ 4 -centi- 'sentI- U-% 2 -centigrade 'sentIgreId OA% 3 -centime 's0ntim K6% 2 -centimes 's0ntimz Kj% 2 -centimetre 'sentI,mit@R K6% 4 -centimetres 'sentI,mit@z Kj% 4 -centipede 'sentIpid K6% 3 -centipedes 'sentIpidz Kj% 3 -central 'sentr@l K6$,OA% 2 -centralization ,sentr@laI'zeISn M6% 5 -centralizations ,sentr@laI'zeISnz Mj$ 5 -centralize 'sentr@laIz J2% 32A,6A -centralized 'sentr@laIzd Jc%,Jd% 32A,6A -centralizes 'sentr@laIzIz Ja% 42A,6A -centralizing 'sentr@laIzIN Jb% 42A,6A -centrally 'sentr@lI Pu% 3 -centrals 'sentr@lz Kj$ 2 -centre 'sent@R J2%,K6% 23A,6A,14,15A -centre-bit 'sent@-bIt K6$ 3 -centre-bits 'sent@-bIts Kj$ 3 -centre-board 'sent@-bOd K6% 3 -centre-boards 'sent@-bOdz Kj% 3 -centred 'sent@d Jc%,Jd% 23A,6A,14,15A -centrepiece 'sent@pis K6% 3 -centrepieces 'sent@pisIz Kj$ 4 -centres 'sent@z Ja%,Kj% 23A,6A,14,15A -centrifugal sen'trIfjUgl OA% 4 -centrifuge 'sentrIfjudZ K6% 3 -centrifuges 'sentrIfjudZIz Kj% 4 -centring 'sent@rIN Jb% 23A,6A,14,15A -centripetal sen'trIpItl OA$ 4 -cents sents Kj% 1 -centuries 'sentS@rIz Kj% 3 -centurion sen'tjU@rI@n K6% 4 -centurions sen'tjU@rI@nz Kj% 4 -century 'sentS@rI K8% 3 -ceramic s@'r&mIk OA% 3 -ceramics s@'r&mIks Lk% 3 -cereal 'sI@rI@l M6% 3 -cereals 'sI@rI@lz Mj% 3 -cerebral 'ser@br@l OA% 3 -cerebration ,serI'breISn L@$ 4 -ceremonial ,serI'm@UnI@l M6%,OA% 5 -ceremonially ,serI'm@UnI@lI Pu% 6 -ceremonials ,serI'm@UnI@lz Mj% 5 -ceremonies 'serIm@nIz Mj% 4 -ceremonious ,serI'm@UnI@s OA% 5 -ceremoniously ,serI'm@UnI@slI Pu% 6 -ceremony 'serIm@nI M8% 4 -cerise s@'riz M6%,OA% 2 -cerises s@'rizIz Mj$ 3 -cert s3t K6% 1 -certain 's3tn OA* 2 -certainly 's3tnlI Pu% 3 -certainties 's3tntIz Mj% 3 -certainty 's3tntI M8% 3 -certifiable ,s3tI'faI@bl OA% 5 -certificate s@'tIfIk@t K6% 4 -certificate s@'tIfIkeIt H2$ 4 -certificated s@'tIfIkeItId Hc$,Hd$,OA% 5 -certificates s@'tIfIk@ts Kj% 4 -certificates s@'tIfIkeIts Ha$ 4 -certificating s@'tIfIkeItIN Hb$ 5 -certification ,s3tIfI'keISn M6% 5 -certifications ,s3tIfI'keISnz Mj$ 5 -certified 's3tIfaId Jc%,Jd% 33A,6A,9,16B,25 -certifies 's3tIfaIz Ja% 33A,6A,9,16B,25 -certify 's3tIfaI J3% 33A,6A,9,16B,25 -certifying 's3tIfaIIN Jb% 43A,6A,9,16B,25 -certitude 's3tItjud L@% 3 -certs s3ts Kj% 1 -cerulean sI'rulI@n OA$ 4 -cervical s3'vaIkl OA% 3 -cervices 's3vIsiz Kj$ 3 -cervix 's3vIks K7% 2 -cervixes 's3vIksIz Kj$ 3 -cessation se'seISn L@% 3 -cession 'seSn M6$ 2 -cessions 'seSnz Mj$ 2 -cesspit 'sespIt K6% 2 -cesspits 'sespIts Kj% 2 -cesspool 'sespul K6% 2 -cesspools 'sespulz Kj% 2 -cf ,si'ef Y~% 2 -ch^ateau 'S&t@U Ki% 2 -chafe tSeIf J2%,K6% 12A,3A,6A -chafed tSeIft Jc%,Jd% 12A,3A,6A -chafes tSeIfs Ja%,Kj% 12A,3A,6A -chaff tSAf H0%,L@% 12A,2C,6A,15A -chaffed tSAft Hc%,Hd% 12A,2C,6A,15A -chaffinch 'tS&fIntS K7% 2 -chaffinches 'tS&fIntSIz Kj% 3 -chaffing 'tSAfIN Hb% 22A,2C,6A,15A -chaffs tSAfs Ha% 12A,2C,6A,15A -chafing 'tSeIfIN Jb% 22A,3A,6A -chafing dish 'tSeIfIN dIS K7$ 3 -chafing dishes 'tSeIfIN dISIz Kj$ 4 -chagrin 'S&grIn H0$,L@% 26A -chagrined 'S&grInd Hc$,Hd$ 26A -chagrining 'S&grInIN Hb$ 36A -chagrins 'S&grInz Ha$ 26A -chain tSeIn H0%,K6% 16A,15A,15B -chain-armour tSeIn-'Am@R L@% 3 -chain-gang 'tSeIn-g&N K6% 2 -chain-gangs 'tSeIn-g&Nz Kj% 2 -chain-letter 'tSeIn-let@R K6% 3 -chain-letters 'tSeIn-let@z Kj% 3 -chain-mail 'tSeIn-meIl L@% 2 -chain-smoker 'tSeIn-sm@Uk@R K6% 3 -chain-smokers 'tSeIn-sm@Uk@z Kj% 3 -chain-stitch 'tSeIn-stItS K7% 2 -chain-stitches 'tSeIn-stItSIz Kj$ 3 -chain-store 'tSeIn-stOR K6% 2 -chain-stores 'tSeIn-stOz Kj% 2 -chained tSeInd Hc%,Hd% 16A,15A,15B -chaining 'tSeInIN Hb% 26A,15A,15B -chains tSeInz Ha%,Kj% 16A,15A,15B -chair tSe@R H0%,K6% 16A -chair-lift 'tSe@-lIft K6% 2 -chair-lifts 'tSe@-lIfts Kj% 2 -chaired tSe@d Hc%,Hd% 16A -chairing 'tSe@rIN Hb% 26A -chairman 'tSe@m@n Ki% 2 -chairmanship 'tSe@m@nSIp L@% 3 -chairmen 'tSe@m@n Kj% 2 -chairs tSe@z Ha%,Kj% 16A -chaise SeIz K6% 1 -chaise longue ,SeIz 'l0N K6% 2 -chaise longues ,SeIz 'l0Nz Kj% 2 -chaises 'SeIzIz Kj% 2 -chalet 'S&leI K6% 2 -chalets 'S&leIz Kj% 2 -chalice 'tS&lIs K6% 2 -chalices 'tS&lIsIz Kj% 3 -chalk tSOk H0%,M6% 115B -chalked tSOkt Hc%,Hd% 115B -chalkier 'tSOkI@R Or% 3 -chalkiest 'tSOkIIst Os% 3 -chalking 'tSOkIN Hb% 215B -chalkpit 'tSOkpIt K6% 2 -chalkpits 'tSOkpIts Kj% 2 -chalks tSOks Ha%,Mj% 115B -chalky 'tSOkI OD% 2 -challenge 'tS&l@ndZ H2%,K6% 26A,14,17 -challenged 'tS&l@ndZd Hc%,Hd% 26A,14,17 -challenger 'tS&l@ndZ@R K6% 3 -challengers 'tS&l@ndZ@z Kj% 3 -challenges 'tS&l@ndZIz Ha%,Kj% 36A,14,17 -challenging 'tS&l@ndZIN Hb% 36A,14,17 -chamber 'tSeImb@R K6% 2 -chamberlain 'tSeImb@lIn K6% 3 -chamberlains 'tSeImb@lInz Kj% 3 -chambermaid 'tSeImb@meId K6% 3 -chambermaids 'tSeImb@meIdz Kj% 3 -chamberpot 'tSeImb@p0t K6% 3 -chamberpots 'tSeImb@p0ts Kj% 3 -chambers 'tSeImb@z Kj% 2 -chameleon k@'milI@n K6% 4 -chameleons k@'milI@nz Kj% 4 -chammy-leather 'S&mI-leD@R K6% 4 -chammy-leathers 'S&mI-leD@z Kj% 4 -chamois 'S&mwA K7% 2 -chamois-leather 'S&mI-leD@R K6$ 4 -chamois-leathers 'S&mI-leD@z Kj$ 4 -chamoises 'S&mwAz Kj$ 2 -champ tS&mp J0%,K6% 12A,2C,4A,6A -champagne S&m'peIn K6% 2 -champagnes S&m'peInz Kj% 2 -champed tS&mpt Jc%,Jd% 12A,2C,4A,6A -champing 'tS&mpIN Jb% 22A,2C,4A,6A -champion 'tS&mpI@n H0%,K6%,OA%,Pu% 36A -championed 'tS&mpI@nd Hc%,Hd% 36A -championing 'tS&mpI@nIN Hb% 46A -champions 'tS&mpI@nz Ha%,Kj% 36A -championship 'tS&mpI@nSIp M6% 4 -championships 'tS&mpI@nSIps Mj% 4 -champs tS&mps Ja%,Kj% 12A,2C,4A,6A -chance tSAns J2%,M6% 12A,3A,4E,6A,6C -chanced tSAnst Jc%,Jd% 12A,3A,4E,6A,6C -chancel 'tSAnsl K6% 2 -chancelleries 'tSAns@lrIz Kj$ 3 -chancellery 'tSAns@lrI K8% 3 -chancellor 'tSAns@l@R K6% 3 -chancellors 'tSAns@l@z Kj% 3 -chancels 'tSAnslz Kj% 2 -chanceries 'tSAns@rIz Kj$ 3 -chancery 'tSAns@rI K8% 3 -chances 'tSAnsIz Ja%,Mj% 22A,3A,4E,6A,6C -chancing 'tSAnsIN Jb% 22A,3A,4E,6A,6C -chancy 'tSAnsI OA% 2 -chandelier ,S&nd@'lI@R K6% 4 -chandeliers ,S&nd@'lI@z Kj% 4 -chandler 'tSAndl@R K6% 2 -chandlers 'tSAndl@z Kj% 2 -change tSeIndZ J2*,M6* 12A,2C,6A,14 -changeable 'tSeIndZ@b@l OA% 3 -changeableness 'tSeIndZ@b@ln@s L@% 4 -changed tSeIndZd Jc%,Jd% 12A,2C,6A,14 -changeful 'tSeIndZf@l OA% 2 -changeless 'tSeIndZl@s OA% 2 -changeling 'tSeIndZlIN K6$ 2 -changelings 'tSeIndZlINz Kj$ 2 -changeover 'tSeIndZ@Uv@R K6% 3 -changeovers 'tSeIndZ@Uv@z Kj% 3 -changes 'tSeIndZIz Ja%,Mj% 22A,2C,6A,14 -changing 'tSeIndZIN Jb% 22A,2C,6A,14 -channel 'tS&nl H4%,K6% 26A,14 -channelled 'tS&nld Hc%,Hd% 26A,14 -channelling 'tS&n@lIN Hb% 36A,14 -channels 'tS&nlz Ha%,Kj% 26A,14 -chant tSAnt J0%,K6% 12A,6A -chanted 'tSAntId Jc%,Jd% 22A,6A -chanting 'tSAntIN Jb% 22A,6A -chants tSAnts Ja%,Kj% 12A,6A -chaos 'keI0s L@% 2 -chaotic keI'0tIk OA% 3 -chaotically keI'0tIklI Pu% 4 -chap tS&p J4$,K6% 12A,6A -chapel 'tS&pl K6% 2 -chapelgoer 'tS&plg@U@R K6% 4 -chapelgoers 'tS&plg@U@z Kj% 4 -chapels 'tS&plz Kj% 2 -chaperon 'S&p@r@Un H0%,K6% 36A -chaperoned 'S&p@r@Und Hc%,Hd% 36A -chaperoning 'S&p@r@UnIN Hb% 46A -chaperons 'S&p@r@Unz Ha%,Kj% 36A -chapfallen 'tS&pfOl@n OA$ 3 -chaplain 'tS&plIn K6% 2 -chaplaincies 'tS&plInsIz Kj$ 3 -chaplaincy 'tS&plInsI K8% 3 -chaplains 'tS&plInz Kj% 2 -chaplet 'tS&plIt K6$ 2 -chaplets 'tS&plIts Kj$ 2 -chapman 'tS&pm@n Ki$ 2 -chapmen 'tS&pm@n Kj$ 2 -chapped tS&pt Jc%,Jd% 12A,6A -chapping 'tS&pIN Jb$ 22A,6A -chaps tS&ps Ja$,Kj% 12A,6A -chapter 'tS&pt@R K6% 2 -chapterhouse 'tS&pt@haUs K6% 3 -chapterhouses 'tS&pt@haUzIz Kj% 4 -chapters 'tS&pt@z Kj% 2 -char tSAR J4%,M6% 12A,6A -char`abanc 'S&r@b&N K6$ 3 -char`abancs 'S&r@b&Nz Kj$ 3 -charabanc 'S&r@b&N K6% 3 -charabancs 'S&r@b&Nz Kj% 3 -character 'k&r@kt@R M6% 3 -characteristic ,k&r@kt@'rIstIk K6%,OA% 5 -characteristically ,k&r@kt@'rIstIklI Pu% 6 -characteristics ,k&r@kt@'rIstIks Kj% 5 -characterization ,k&r@kt@raI'zeISn L@% 6 -characterize 'k&r@kt@raIz H2% 46A -characterized 'k&r@kt@raIzd Hc%,Hd% 46A -characterizes 'k&r@kt@raIzIz Ha% 56A -characterizing 'k&r@kt@raIzIN Hb% 56A -characterless 'k&r@kt@l@s OA% 4 -characters 'k&r@kt@z Mj% 3 -charade S@'rAd K6% 2 -charades S@'rAdz Kj% 2 -charcoal 'tSAk@Ul L@% 2 -charcoal-burner 'tSAk@Ul-,b3n@R K6% 4 -charcoal-burners 'tSAk@Ul-,b3n@z Kj% 4 -chard tSAd K6$ 1 -chards tSAdz Kj$ 1 -charg_e d'affaires ,SAZeI d&'fe@R Ki% 4 -charg_es d'affaires ,SAZeI d&'fe@R Kj$ 4 -charge tSAdZ J2%,M6% 12A,2B,2C,6A,14,15A,15B,17 -charge-account 'tSAdZ-@kaUnt K6% 3 -charge-accounts 'tSAdZ-@kaUnts Kj% 3 -charge-sheet 'tSAdZ-Sit K6% 2 -charge-sheets 'tSAdZ-Sits Kj% 2 -chargeable 'tSAdZ@bl OA% 3 -charged tSAdZd Jc%,Jd% 12A,2B,2C,6A,14,15A,15B,17 -charger 'tSAdZ@R K6% 2 -chargers 'tSAdZ@z Kj% 2 -charges 'tSAdZIz Ja%,Mj% 22A,2B,2C,6A,14,15A,15B,17 -charging 'tSAdZIN Jb% 22A,2B,2C,6A,14,15A,15B,17 -charily 'tSe@rIlI Pu% 3 -chariot 'tS&rI@t K6% 3 -charioteer ,tS&rI@'tI@R K6% 4 -charioteers ,tS&rI@'tI@z Kj% 4 -chariots 'tS&rI@ts Kj% 3 -charisma k@'rIzm@ K6% 3 -charismas k@'rIzm@z Kj$ 3 -charismatic ,k&rIz'm&tIk OA% 4 -charitable 'tS&rIt@bl OA% 4 -charitably 'tS&rIt@blI Pu% 4 -charities 'tS&rItIz Mj% 3 -charity 'tS&rItI M8% 3 -charivari ,SArI'vArI L@$ 4 -charladies 'tSAleIdIz Kj% 3 -charlady 'tSAleIdI K8% 3 -charlatan 'SAl@t@n K6% 3 -charlatans 'SAl@t@nz Kj% 3 -charlock 'tSAl0k L@$ 2 -charm tSAm J0%,M6% 12A,6A,15A -charmed tSAmd Jc%,Jd% 12A,6A,15A -charmer 'tSAm@R K6% 2 -charmers 'tSAm@z Kj% 2 -charming 'tSAmIN Jb%,OA% 22A,6A,15A -charmingly 'tSAmINlI Pu% 3 -charms tSAmz Ja%,Mj% 12A,6A,15A -charnel house 'tSAnl haUs K6$ 3 -charnel houses 'tSAnl haUzIz Kj$ 4 -charred tSAd Jc%,Jd% 12A,6A -charring 'tSArIN Jb% 22A,6A -chars tSAz Ja%,Mj% 12A,6A -chart tSAt H0%,K6% 16A -charted 'tSAtId Hc%,Hd% 26A -charter 'tSAt@R H0%,K6% 26A -charter-parties 'tSAt@-,pAtIz Kj$ 4 -charter-party 'tSAt@-,pAtI K8$ 4 -chartered 'tSAt@d Hc%,Hd% 26A -chartering 'tSAt@rIN Hb% 36A -charters 'tSAt@z Ha%,Kj% 26A -charting 'tSAtIN Hb% 26A -chartreuse SA'tr3z L@% 2 -charts tSAts Ha%,Kj% 16A -charwoman 'tSAwUm@n Ki% 3 -charwomen 'tSAwImIn Kj% 3 -chary 'tSe@rI OA% 2 -chase tSeIs J2%,K6% 12C,3A,6A,15A,15B -chased tSeIst Jc%,Jd% 12C,3A,6A,15A,15B -chaser 'tSeIs@R K6% 2 -chasers 'tSeIs@z Kj% 2 -chases 'tSeIsIz Ja%,Kj% 22C,3A,6A,15A,15B -chasing 'tSeIsIN Jb% 22C,3A,6A,15A,15B -chasm 'k&z@m K6% 2 -chasms 'k&z@mz Kj% 2 -chassis 'S&sI K9% 2 -chaste tSeIst OA% 1 -chastely 'tSeIstlI Pu% 2 -chasten 'tSeIsn H0% 26A -chastened 'tSeIsnd Hc%,Hd% 26A -chastening 'tSeIsnIN Hb% 36A -chastens 'tSeIsnz Ha% 26A -chastise tS&'staIz H2% 26A -chastised tS&'staIzd Hc%,Hd% 26A -chastisement tS&'staIzm@nt L@% 3 -chastises tS&'staIzIz Ha% 36A -chastising tS&'staIzIN Hb% 36A -chastity 'tS&stItI L@% 3 -chasuble 'tS&zjUbl K6$ 3 -chasubles 'tS&zjUblz Kj$ 3 -chat tS&t J4%,K6% 12A,2C,15B -chateaux 'S&t@Uz Kj% 2 -chatelaine 'S&t@leIn K6$ 3 -chatelaines 'S&t@leInz Kj$ 3 -chats tS&ts Ja%,Kj% 12A,2C,15B -chatted 'tS&tId Jc%,Jd% 22A,2C,15B -chattel 'tS&tl K6$ 2 -chattels 'tS&tlz Kj% 2 -chatter 'tS&t@R I0%,L@% 22A,2C -chatterbox 'tS&t@b0ks K7% 3 -chatterboxes 'tS&t@b0ksIz Kj% 4 -chattered 'tS&t@d Ic%,Id% 22A,2C -chattering 'tS&t@rIN Ib% 32A,2C -chatters 'tS&t@z Ia% 22A,2C -chattier 'tS&tI@R Or% 3 -chattiest 'tS&tIIst Os% 3 -chattily 'tS&tIlI Pu% 3 -chatting 'tS&tIN Jb% 22A,2C,15B -chatty 'tS&tI OD% 2 -chauffeur 'S@Uf@R K6% 2 -chauffeurs 'S@Uf@z Kj% 2 -chauffeuse 'S@Uf3z Ki% 2 -chauffeuses 'S@Uf3z Kj% 2 -chauvinism 'S@UvInIz@m L@% 4 -chauvinist 'S@UvInIst K6% 3 -chauvinistic ,S@UvIn'IstIk OA% 4 -chauvinists 'S@UvInIsts Kj% 3 -chaw tSO H0$,K6$ 1 -chaw-bacon 'tSO-beIk@n K6$ 3 -chaw-bacons 'tSO-beIk@nz Kj$ 3 -chawed tSOd Hc$,Hd$ 1 -chawing 'tSOIN Hb$ 2 -chaws tSOz Ha$,Kj$ 1 -cheap tSip OC% 1 -cheapen 'tSip@n J0% 22A,6A -cheapened 'tSip@nd Jc%,Jd% 22A,6A -cheapening 'tSip@nIN Jb% 32A,6A -cheapens 'tSip@nz Ja% 22A,6A -cheaper 'tSip@R Or% 2 -cheapest 'tSipIst Os% 2 -cheapjack 'tSipdZ&k OA$ 2 -cheaply 'tSiplI Pu% 2 -cheapness 'tSipn@s L@$ 2 -cheat tSit J0%,K6% 12A,2C,6A,14 -cheated 'tSitId Jc%,Jd% 22A,2C,6A,14 -cheating 'tSitIN Jb% 22A,2C,6A,14 -cheats tSits Ja%,Kj% 12A,2C,6A,14 -check tSek J0%,M6% 12C,6A,15B -checkbook 'tSekbUk K6$ 2 -checkbooks 'tSekbUks Kj$ 2 -checked tSekt Jc%,Jd%,OA% 12C,6A,15B -checker 'tSek@R H0$,K6% 2 -checkered 'tSek@d Hc%,Hd% 2 -checkering 'tSek@rIN Hb$ 3 -checkers 'tSek@z Ha$,Kj%,Lk% 2 -checking 'tSekIN Jb% 22C,6A,15B -checklist 'tSeklIst K6% 2 -checklists 'tSeklIsts Kj% 2 -checkmate 'tSekmeIt H2%,K6% 26A -checkmated 'tSekmeItId Hc%,Hd% 36A -checkmates 'tSekmeIts Ha%,Kj% 26A -checkmating 'tSekmeItIN Hb% 36A -checkout 'tSekaUt K6% 2 -checkouts 'tSekaUts Kj% 2 -checkpoint 'tSekpoInt K6% 2 -checkpoints 'tSekpoInts Kj% 2 -checkroom 'tSekrum K6$ 2 -checkrooms 'tSekrumz Kj$ 2 -checks tSeks Ja%,Mj% 12C,6A,15B -checkup 'tSekVp K6% 2 -checkups 'tSekVps Kj% 2 -cheek tSik H0%,M6% 16A -cheekbone 'tSikb@Un K6% 2 -cheekbones 'tSikb@Unz Kj% 2 -cheeked tSikt Hc%,Hd%,Ot% 16A -cheekier 'tSikI@R Or% 3 -cheekiest 'tSikIIst Os% 3 -cheekily 'tSikIlI Pu% 3 -cheeking 'tSikIN Hb% 26A -cheeks tSiks Ha%,Mj% 16A -cheeky 'tSikI OD% 2 -cheep tSip I0%,K6% 1 -cheeped tSipt Ic%,Id% 1 -cheeping 'tSipIN Ib% 2 -cheeps tSips Ia%,Kj% 1 -cheer tSI@R J0%,M6% 12A,2C,6A,15B -cheered tSI@d Jc%,Jd% 12A,2C,6A,15B -cheerful 'tSI@f@l OA% 2 -cheerfully 'tSI@f@lI Pu% 3 -cheerfulness 'tSI@f@ln@s L@% 3 -cheerily 'tSI@r@lI Pu% 3 -cheering 'tSI@rIN Jb%,L@%,OA% 22A,2C,6A,15B -cheerio ,tSI@rI'@U W-% 3 -cheerleader 'tSI@lid@R K6% 3 -cheerleaders 'tSI@lid@z Kj% 3 -cheerless 'tSI@l@s OA% 2 -cheerlessly 'tSI@l@slI Pu% 3 -cheerlessness 'tSI@l@sn@s L@% 3 -cheers tSI@z Ja%,Mj% 12A,2C,6A,15B -cheery 'tSI@rI OA% 2 -cheese tSiz M6% 1 -cheesecake 'tSizkeIk M6% 2 -cheesecakes 'tSizkeIks Mj% 2 -cheesecloth 'tSizkl0T M6% 2 -cheesecloths 'tSizkl0Ts Mj$ 2 -cheeseparing 'tSizpe@rIN OA% 3 -cheeses 'tSizIz Mj% 2 -cheetah 'tSit@ K6% 2 -cheetahs 'tSit@z Kj% 2 -chef Sef K6% 1 -chef-d'oeuvre ,SeI-'d3vr@ Ki$ 3 -chefs Sefs Kj% 1 -chefs-d'oeuvre ,SeI-'d3vr@ Kj$ 3 -chemical 'kemIkl K6%,OA% 3 -chemically 'kemIklI Pu% 3 -chemicals 'kemIklz Kj% 3 -chemise S@'miz K6% 2 -chemises S@'mizIz Kj$ 3 -chemist 'kemIst K6% 2 -chemistry 'kemIstrI L@% 3 -chemists 'kemIsts Kj% 2 -chemotherapy ,kem@U'Ter@pI L@% 5 -chenille S@'nil L@$ 2 -cheque tSek K6% 1 -chequebook 'tSekbUk K6% 2 -chequebooks 'tSekbUks Kj% 2 -chequer 'tSek@R H0$ 2 -chequered 'tSek@d Hc$,Hd% 2 -chequering 'tSek@rIN Hb$ 3 -chequers 'tSek@z Ha$ 2 -cheques tSeks Kj% 1 -cherish 'tSerIS H1% 26A -cherished 'tSerISt Hc%,Hd% 26A -cherishes 'tSerISIz Ha% 36A -cherishing 'tSerISIN Hb% 36A -cheroot S@'rut K6% 2 -cheroots S@'ruts Kj% 2 -cherries 'tSerIz Kj% 2 -cherry 'tSerI K8%,OA% 2 -cherub 'tSer@b K6% 2 -cherubic tSI'rubIk OA% 3 -cherubs 'tSer@bz Kj% 2 -chervil 'tS3vIl L@% 2 -chess tSes L@% 1 -chessboard 'tSesbOd K6% 2 -chessboards 'tSesbOdz Kj% 2 -chessman 'tSesm&n Ki% 2 -chessmen 'tSesmen Kj% 2 -chest tSest K6% 1 -chesterfield 'tSest@fild K6% 3 -chesterfields 'tSest@fildz Kj% 3 -chestnut 'tSesnVt M6% 2 -chestnuts 'tSesnVts Mj% 2 -chests tSests Kj% 1 -cheval glass S@'v&l glAs K7$ 3 -cheval glasses S@'v&l glAsIz Kj$ 4 -chevron 'Sevr@n K6$ 2 -chevrons 'Sevr@nz Kj$ 2 -chew tSu J0%,K6% 12A,2C,3A,6A,15B -chewed tSud Jc%,Jd% 12A,2C,3A,6A,15B -chewing 'tSuIN Jb% 22A,2C,3A,6A,15B -chewing-gum 'tSuIN-gVm L@% 3 -chews tSuz Ja%,Kj% 12A,2C,3A,6A,15B -chiaroscuro kI,Ar@'skU@r@U L@$ 5 -chic Sik L@%,OA% 1 -chicaneries SI'keIn@rIz Mj$ 4 -chicanery SI'keIn@rI M8% 4 -chichi 'SiSi OA$ 2 -chick tSIk K6% 1 -chicken 'tSIkIn M6% 2 -chicken-hearted ,tSIkIn-'hAtId OA% 4 -chicken-run 'tSIkIn-rVn K6% 3 -chicken-runs 'tSIkIn-rVnz Kj% 3 -chickenfeed 'tSIkInfid L@% 3 -chickenpox 'tSIkInp0ks L@% 3 -chickens 'tSIkInz Mj% 2 -chickpea 'tSIkpi K6% 2 -chickpeas 'tSIkpiz Kj% 2 -chicks tSIks Kj% 1 -chickweed 'tSIkwid L@% 2 -chicle 'tSIkl L@$ 2 -chicory 'tSIk@rI L@% 3 -chid tSId Jc$ 16A,14 -chidden 'tSId@n Jd$ 26A,14 -chide tSaId J2% 16A,14 -chided 'tSaIdId Jc%,Jd% 26A,14 -chides tSaIdz Ja% 16A,14 -chiding 'tSaIdIN Jb% 26A,14 -chief tSif K6%,OA% 1 -chiefly 'tSiflI Pu% 2 -chiefs tSifs Kj% 1 -chieftain 'tSift@n K6% 2 -chieftaincies 'tSift@nsIz Kj$ 3 -chieftaincy 'tSift@nsI K8% 3 -chieftains 'tSift@nz Kj% 2 -chiffon 'SIf0n L@% 2 -chiffonier ,SIf@'nI@R K6$ 4 -chiffoniers ,SIf@'nI@z Kj$ 4 -chignon 'Sinj0n K6% 2 -chignons 'Sinj0nz Kj% 2 -chilblain 'tSIlbleIn K6% 2 -chilblained 'tSIlbleInd OA$ 2 -chilblains 'tSIlbleInz Kj% 2 -child tSaIld Ki* 1 -child's-play 'tSaIlz-pleI L@% 2 -child-bearing 'tSaIl-be@rIN L@% 3 -childbirth 'tSaIldb3T L@% 2 -childhood 'tSaIldhUd L@% 2 -childish 'tSaIldIS OA% 2 -childishly 'tSaIldISlI Pu% 3 -childless 'tSaIldl@s OA% 2 -childlike 'tSaIldlaIk OA% 2 -children 'tSIldr@n Kj* 2 -chill tSIl J0%,K6%,OA% 12A,2C,6A -chilled tSIld Jc%,Jd% 12A,2C,6A -chilli 'tSIlI K7% 2 -chillier 'tSIlI@R Or% 3 -chillies 'tSIlIz Kj% 2 -chilliest 'tSIlIIst Os% 3 -chilling 'tSIlIN Jb% 22A,2C,6A -chills tSIlz Ja%,Kj% 12A,2C,6A -chilly 'tSIlI K8$,OD% 2 -chimaera kaI'mI@r@ K6$ 3 -chimaeras kaI'mI@r@z Kj$ 3 -chime tSaIm J2%,K6% 12A,2C,6A,15A -chimed tSaImd Jc%,Jd% 12A,2C,6A,15A -chimera kaI'mI@r@ K6% 3 -chimeras kaI'mI@r@z Kj% 3 -chimerical kaI'merIkl OA$ 4 -chimes tSaImz Ja%,Kj% 12A,2C,6A,15A -chiming 'tSaImIN Jb% 22A,2C,6A,15A -chimney 'tSImnI K6% 2 -chimney-sweep 'tSImnI-swip K6% 3 -chimney-sweeps 'tSImnI-swips Kj% 3 -chimneybreast 'tSImnIbrest K6% 3 -chimneybreasts 'tSImnIbrests Kj% 3 -chimneypiece 'tSImnIpis K6% 3 -chimneypieces 'tSImnIpisIz Kj% 4 -chimneypot 'tSImnIp0t K6% 3 -chimneypots 'tSImnIp0ts Kj% 3 -chimneys 'tSImnIz Kj% 2 -chimneystack 'tSImnIst&k K6% 3 -chimneystacks 'tSImnIst&ks Kj% 3 -chimneysweep 'tSImnIswip K6% 3 -chimneysweeper 'tSImnIswip@R K6$ 4 -chimneysweepers 'tSImnIswip@z Kj$ 4 -chimneysweeps 'tSImnIswips Kj% 3 -chimp tSImp K6% 1 -chimpanzee ,tSImp&n'zi K6% 3 -chimpanzees ,tSImp&n'ziz Kj% 3 -chimps tSImps Kj% 1 -chin tSIn K6% 1 -chin-strap 'tSIn-str&p K6% 2 -chin-straps 'tSIn-str&ps Kj% 2 -chin-wagging 'tSIn-w&gIN L@% 3 -china 'tSaIn@ L@% 2 -china-closet ,tSaIn@-'kl0zIt K6$ 4 -china-closets ,tSaIn@-'kl0zIts Kj$ 4 -chinaware 'tSaIn@we@R L@% 3 -chinchilla tSIn'tSIl@ M6% 3 -chinchillas tSIn'tSIl@z Mj% 3 -chine tSaIn K6$ 1 -chines tSaInz Kj$ 1 -chink tSINk J0%,K6% 12A,2C,6A,15B -chinked tSINkt Jc%,Jd% 12A,2C,6A,15B -chinking 'tSINkIN Jb% 22A,2C,6A,15B -chinks tSINks Ja%,Kj% 12A,2C,6A,15B -chins tSInz Kj% 1 -chintz tSInts L@% 1 -chip tSIp J4%,K6% 12A,2C,6A,15A,15B -chipboard 'tSIpbOd L@% 2 -chipmunk 'tSIpmVNk K6% 2 -chipmunks 'tSIpmVNks Kj% 2 -chipped tSIpt Jc%,Jd% 12A,2C,6A,15A,15B -chipping 'tSIpIN Jb% 22A,2C,6A,15A,15B -chippings 'tSIpINz Kj% 2 -chips tSIps Ja%,Kj% 12A,2C,6A,15A,15B -chiropodist kI'r0p@dIst K6% 4 -chiropodists kI'r0p@dIsts Kj% 4 -chiropody kI'r0p@dI L@% 4 -chiropractor 'kaI@r@Upr&kt@R K6% 4 -chiropractors 'kaI@r@Upr&kt@z Kj% 4 -chirp tS3p J0%,K6% 1 -chirped tS3pt Jc%,Jd% 1 -chirpily 'tS3pIlI Pu% 3 -chirpiness 'tS3pIn@s L@% 3 -chirping 'tS3pIN Jb% 2 -chirps tS3ps Ja%,Kj% 1 -chirpy 'tS3pI OA% 2 -chirrup 'tSIr@p J0%,K6% 2 -chirruped 'tSIr@pt Jc%,Jd% 2 -chirruping 'tSIr@pIN Jb% 3 -chirrups 'tSIr@ps Ja%,Kj% 2 -chisel 'tSIzl H4%,K6% 26A,14,15B -chiselled 'tSIzld Hc%,Hd% 26A,14,15B -chiseller 'tSIz@l@R K6% 3 -chisellers 'tSIz@l@z Kj% 3 -chiselling 'tSIz@lIN Hb% 36A,14,15B -chisels 'tSIzlz Ha%,Kj% 26A,14,15B -chit tSIt K6% 1 -chit-chat 'tSIt-tS&t L@% 2 -chits tSIts Kj% 1 -chivalrous 'SIv@lr@s OA% 3 -chivalrously 'SIvlr@slI Pu% 4 -chivalry 'SIv@lrI L@% 3 -chive tSaIv M6$ 1 -chives tSaIvz Mj% 1 -chivied 'tSIvId Hc$,Hd$ 215B -chivies 'tSIvIz Ha$ 215B -chivvied 'tSIvId Hc%,Hd% 215B -chivvies 'tSIvIz Ha% 215B -chivvy 'tSIvI H3% 215B -chivvying 'tSIvIIN Hb% 315B -chivy 'tSIvI H3$ 215B -chivying 'tSIvIIN Hb$ 315B -chloride 'klOraId L@% 2 -chlorinate 'kl0rIneIt H2% 3 -chlorinated 'kl0rIneItId Hc%,Hd% 4 -chlorinates 'kl0rIneIts Ha% 3 -chlorinating 'kl0rIneItIN Hb% 4 -chlorination ,kl0rI'neISn L@% 4 -chlorine 'klOrin L@% 2 -chloroform 'kl0r@fOm L@% 3 -chlorophyll 'kl0r@fIl L@% 3 -choc tS0k K6% 1 -choc-ice 'tS0k-aIs K6% 2 -choc-ices 'tS0k-aIsIz Kj% 3 -chock tS0k H0%,K6% 16A,15B -chock-a-block ,tS0k-@-'bl0k OA%,Pu% 3 -chock-full tS0k-'fUl OA% 2 -chocked tS0kt Hc%,Hd% 16A,15B -chocking 'tS0kIN Hb% 26A,15B -chocks tS0ks Ha%,Kj% 16A,15B -chocolate 'tS0kl@t M6% 2 -chocolates 'tS0kl@ts Mj% 2 -chocs tS0ks Kj% 1 -choice tSoIs M6%,OA% 1 -choices 'tSoIsIz Mj% 2 -choir 'kwaI@R K6% 2 -choir-school 'kwaI@-skul K6% 3 -choir-schools 'kwaI@-skulz Kj% 3 -choirboy 'kwaI@boI K6% 3 -choirboys 'kwaI@boIz Kj% 3 -choirs 'kwaI@z Kj% 3 -choke tS@Uk J2%,K6% 12A,3A,6A,14,15B -choke-damp 'tS@Uk-d&mp L@$ 2 -choked tS@Ukt Jc%,Jd% 12A,3A,6A,14,15B -choker 'tS@Uk@R K6% 2 -chokers 'tS@Uk@z Kj% 2 -chokes tS@Uks Ja%,Kj% 12A,3A,6A,14,15B -chokey 'tS@UkI K6$ 2 -chokeys 'tS@UkIz Kj$ 2 -chokies 'tS@UkIz Kj$ 2 -choking 'tS@UkIN Jb% 22A,3A,6A,14,15B -choky 'tS@UkI K8$ 2 -choler 'k0l@R K6$ 2 -cholera 'k0l@r@ L@% 3 -choleric 'k0l@rIk OA% 3 -cholers 'k0l@z Kj$ 2 -choose tSuz J5% 12A,2C,3A,6A,7A,16A,16B,23 -chooses 'tSuzIz Ja% 22A,2C,3A,6A,7A,16A,16B,23 -choosey 'tSuzI OA% 2 -choosier 'tSuzI@R Or% 3 -choosiest 'tSuzIIst Os% 3 -choosing 'tSuzIN Jb% 22A,2C,3A,6A,7A,16A,16B,23 -choosy 'tSuzI OD% 2 -chop tS0p J4%,K6% 12A,2C,3A,6A,15A,15B -chop suey ,tS0p 'suI L@% 3 -chop-chop ,tS0p-'tS0p Pu% 2 -chop-house 'tS0p-haUs K6$ 2 -chop-houses 'tS0p-haUzIz Kj$ 3 -chopped tS0pt Jc%,Jd% 12A,2C,3A,6A,15A,15B -chopper 'tS0p@R K6% 2 -choppers 'tS0p@z Kj% 2 -choppier 'tS0pI@R Or% 3 -choppiest 'tS0pIIst Os% 3 -chopping 'tS0pIN Jb% 22A,2C,3A,6A,15A,15B -choppy 'tS0pI OD% 2 -chops tS0ps Ja%,Kj% 12A,2C,3A,6A,15A,15B -chopsticks 'tS0pstIks Kj% 2 -choral 'kOr@l OA% 2 -chorale k@'rAl K6% 2 -chorales k@'rAlz Kj% 2 -chord kOd K6% 1 -chords kOdz Kj% 1 -chore tSOR K6% 1 -choreographer ,k0rI'0gr@f@R K6% 5 -choreographers ,k0rI'0gr@f@z Kj% 5 -choreography ,k0rI'0gr@fI L@% 5 -chores tSOz Kj% 1 -chorister 'k0rIst@R K6% 3 -choristers 'k0rIst@z Kj% 3 -chortle 'tSOtl I2%,K6% 2 -chortled 'tSOtld Ic%,Id% 2 -chortles 'tSOtlz Ia%,Kj% 2 -chortling 'tSOtlIN Ib% 2 -chorus 'kOr@s H1%,K7% 2 -chorus-girl 'kOr@s-g3l K6% 3 -chorus-girls 'kOr@s-g3lz Kj% 3 -chorused 'kOr@st Hc%,Hd% 2 -choruses 'kOr@sIz Ha%,Kj% 3 -chorusing 'kOr@sIN Hb% 3 -chose tS@Uz Jc% 12A,2C,3A,6A,7A,16A,16B,23 -chosen 'tS@Uz@n Jd% 22A,2C,3A,6A,7A,16A,16B,23 -chow tSaU K6% 1 -chowder 'tSaUd@R K6% 2 -chowders 'tSaUd@z Kj$ 2 -chows tSaUz Kj% 1 -christen 'krIsn H0% 26A,23 -christened 'krIsnd Hc%,Hd% 26A,23 -christening 'krIsnIN Hb%,K6% 36A,23 -christenings 'krIsnINz Kj% 3 -christens 'krIsnz Ha% 26A,23 -chromatic kr@U'm&tIk OA% 3 -chrome kr@Um L@% 1 -chromium 'kr@UmI@m L@% 3 -chromosome 'kr@Um@s@Um K6% 3 -chromosomes 'kr@Um@s@Umz Kj% 3 -chronic 'kr0nIk OA% 2 -chronically 'kr0nIklI Pu% 3 -chronicle 'kr0nIkl H2%,K6% 36A -chronicled 'kr0nIkld Hc%,Hd% 36A -chronicler 'kr0nIkl@R K6% 3 -chroniclers 'kr0nIkl@z Kj% 3 -chronicles 'kr0nIklz Ha%,Kj% 36A -chronicling 'kr0nIklIN Hb% 36A -chronological ,kr0n@'l0dZIkl OA% 5 -chronologically ,kr0n@'l0dZIklI Pu% 5 -chronologies kr@'n0l@dZIz Mj$ 4 -chronology kr@'n0l@dZI M8% 4 -chronometer kr@'n0mIt@R K6$ 4 -chronometers kr@'n0mIt@z Kj$ 4 -chrysalis 'krIs@lIs K7% 3 -chrysalises 'krIs@lIsIz Kj$ 4 -chrysanthemum krI's&nT@m@m K6% 4 -chrysanthemums krI's&nT@m@mz Kj% 4 -chubbier 'tSVbI@R Or% 3 -chubbiest 'tSVbIIst Os% 3 -chubby 'tSVbI OD% 2 -chuck tSVk H0%,K6$ 16A,12A,13A,15A,15B -chucked tSVkt Hc%,Hd% 16A,12A,13A,15A,15B -chucker-out ,tSVk@r-'aUt Ki% 3 -chuckers-out ,tSVk@z-'aUt Kj% 3 -chucking 'tSVkIN Hb% 26A,12A,13A,15A,15B -chuckle 'tSVkl I2%,K6% 22A,2C -chuckled 'tSVkld Ic%,Id% 22A,2C -chuckles 'tSVklz Ia%,Kj% 22A,2C -chuckling 'tSVklIN Ib% 22A,2C -chucks tSVks Ha%,Kj$ 16A,12A,13A,15A,15B -chug tSVg I4%,K6% 12C -chugged tSVgd Ic%,Id% 12C -chugging 'tSVgIN Ib% 22C -chugs tSVgz Ia%,Kj% 12C -chukker 'tSVk@R K6$ 2 -chukkers 'tSVk@z Kj$ 2 -chum tSVm I4$,K6% 12C -chummed tSVmd Ic$,Id$ 12C -chummier 'tSVmI@R Or$ 3 -chummiest 'tSVmIIst Os$ 3 -chumming 'tSVmIN Ib$ 22C -chummy 'tSVmI OD% 2 -chump tSVmp K6% 1 -chumps tSVmps Kj% 1 -chums tSVmz Ia$,Kj% 12C -chunk tSVNk K6% 1 -chunkier 'tSVNkI@R Or% 3 -chunkiest 'tSVNkIIst Os% 3 -chunks tSVNks Kj% 1 -chunky 'tSVNkI OD% 2 -church tS3tS M7% 1 -churches 'tS3tSIz Mj% 2 -churchgoer 'tS3tSg@U@R K6% 3 -churchgoers 'tS3tSg@U@z Kj% 3 -churchman 'tS3tSm@n Ki% 2 -churchmen 'tS3tSmen Kj% 2 -churchwarden tS3tS'wOdn K6% 3 -churchwardens tS3tS'wOdnz Kj% 3 -churchyard 'tS3tSjAd K6% 2 -churchyards 'tS3tSjAdz Kj% 2 -churl tS3l K6% 1 -churlish 'tS3lIS OA% 2 -churlishly 'tS3lISlI Pu% 3 -churls tS3lz Kj% 1 -churn tS3n J0%,K6% 12A,2C,6A,15B -churned tS3nd Jc%,Jd% 12A,2C,6A,15B -churning 'tS3nIN Jb% 22A,2C,6A,15B -churns tS3nz Ja%,Kj% 12A,2C,6A,15B -chute Sut K6% 1 -chutes Suts Kj% 1 -chutney 'tSVtnI M6% 2 -chutneys 'tSVtnIz Mj% 2 -cicada sI'kAd@ K6% 3 -cicadas sI'kAd@z Kj% 3 -cicala sI'kAl@ K6$ 3 -cicalas sI'kAl@z Kj$ 3 -cicatrice 'sIk@trIs K6$ 3 -cicatrices 'sIk@trIsIz Kj$ 4 -cicatrices ,sIk@'traIsiz Kj$ 4 -cicatrix 'sIk@trIks Ki$ 3 -cicerone ,tSItS@'r@UnI Ki$ 4 -ciceroni ,tSItS@'r@Uni Kj$ 4 -cider 'saId@R M6% 2 -ciderpress 'saId@pres K7% 3 -ciderpresses 'saId@presIz Kj% 4 -ciders 'saId@z Mj% 2 -cif ,si,aI'ef Y~$ 3 -cigar sI'gAR K6% 2 -cigar-shaped sI'gA-SeIpt OA% 3 -cigarette ,sIg@'ret K6% 3 -cigarette-case ,sIg@'ret-keIs K6% 4 -cigarette-cases ,sIg@'ret-keIsIz Kj% 5 -cigarette-holder ,sIg@'ret-h@Uld@R K6% 5 -cigarette-holders ,sIg@'ret-h@Uld@z Kj% 5 -cigarette-paper ,sIg@'ret-peIp@R K6% 5 -cigarette-papers ,sIg@'ret-peIp@z Kj% 5 -cigarettes ,sIg@'rets Kj% 3 -cigars sI'gAz Kj% 2 -cinch sIntS Ki% 1 -cinchona sIN'k@Un@ K6$ 3 -cinchonas sIN'k@Un@z Kj$ 3 -cincture 'sINktS@R K6$ 2 -cinctures 'sINktS@z Kj$ 2 -cinder 'sInd@R K6% 2 -cinder-track 'sInd@-tr&k K6% 3 -cinder-tracks 'sInd@-tr&ks Kj% 3 -cinders 'sInd@z Kj% 2 -cine- 'sInI- U-% 2 -cine-camera 'sInI-k&mr@ K6% 4 -cine-cameras 'sInI-k&mr@z Kj% 4 -cine-film 'sInI-fIlm K6% 3 -cine-films 'sInI-fIlmz Kj% 3 -cine-projector 'sInI-pr@dZekt@R K6% 5 -cine-projectors 'sInI-pr@dZekt@z Kj% 5 -cinema 'sIn@m@ K6% 3 -cinemas 'sIn@m@z Kj% 3 -cinematic ,sIn@'m&tIk OA% 4 -cinematography ,sIn@m@'t0gr@fI L@% 6 -cinnamon 'sIn@m@n L@% 3 -cinquefoil 'sINkfoIl K6$ 2 -cinquefoils 'sINkfoIlz Kj$ 2 -cipher 'saIf@R J0%,K6% 22A,6A -ciphered 'saIf@d Jc%,Jd% 22A,6A -ciphering 'saIf@rIN Jb% 32A,6A -ciphers 'saIf@z Ja%,Kj% 22A,6A -circa 's3k@ T-% 2 -circle 's3kl J2%,K6% 22A,2C,6A -circled 's3kld Jc%,Jd% 22A,2C,6A -circles 's3klz Ja%,Kj% 22A,2C,6A -circlet 's3klIt K6$ 2 -circlets 's3klIts Kj$ 2 -circling 's3klIN Jb% 22A,2C,6A -circuit 's3kIt K6% 2 -circuitous s3'kjuIt@s OA% 4 -circuits 's3kIts Kj% 2 -circular 's3kjUl@R K6%,OA% 3 -circularity ,s3kjU'l&rItI L@% 5 -circularize 's3kjUl@raIz H2% 46A -circularized 's3kjUl@raIzd Hc%,Hd% 46A -circularizes 's3kjUl@raIzIz Ha$ 56A -circularizing 's3kjUl@raIzIN Hb$ 56A -circulars 's3kjUl@z Kj% 3 -circulate 's3kjUleIt J2% 32A,2C,6A -circulated 's3kjUleItId Jc%,Jd% 42A,2C,6A -circulates 's3kjUleIts Ja% 32A,2C,6A -circulating 's3kjUleItIN Jb% 42A,2C,6A -circulation ,s3kjU'leISn M6% 4 -circulations ,s3kjU'leISnz Mj$ 4 -circumcise 's3k@msaIz H2% 3 -circumcised 's3k@msaIzd Hc%,Hd% 3 -circumcises 's3k@msaIzIz Ha% 4 -circumcising 's3k@msaIzIN Hb% 4 -circumcision ,s3k@m'sIZn K6% 4 -circumcisions ,s3k@m'sIZnz Kj$ 4 -circumference s3'kVmf@r@ns K6% 4 -circumferences s3'kVmf@r@nsIz Kj% 5 -circumflex 's3k@mfleks K7% 3 -circumflexes 's3k@mfleksIz Kj$ 4 -circumlocution ,s3k@ml@'kjuSn M6% 5 -circumlocutions ,s3k@ml@'kjuSnz Mj% 5 -circumnavigate ,s3k@m'n&vIgeIt H2% 56A -circumnavigated ,s3k@m'n&vIgeItId Hc%,Hd% 66A -circumnavigates ,s3k@m'n&vIgeIts Ha% 56A -circumnavigating ,s3k@m'n&vIgeItIN Hb% 66A -circumnavigation ,s3k@m,n&vI'geISn K6% 6 -circumnavigations ,s3k@m,n&vI'geISnz Kj$ 6 -circumscribe 's3k@mskraIb H2% 36A -circumscribed 's3k@mskraIbd Hc%,Hd% 36A -circumscribes 's3k@mskraIbz Ha% 36A -circumscribing 's3k@mskraIbIN Hb% 46A -circumscription ,s3k@m'skrIpSn M6% 4 -circumscriptions ,s3k@m'skrIpSnz Mj$ 4 -circumspect 's3k@mspekt OA% 3 -circumspection ,s3k@m'spekSn L@% 4 -circumspectly 's3k@mspektlI Pu% 4 -circumstance 's3k@mst@ns K6% 3 -circumstances 's3k@mst@nsIz Kj% 4 -circumstantial ,s3k@m'st&nSl OA% 4 -circumstantially ,s3k@m'st&nS@lI Pu% 5 -circumvent ,s3k@m'vent H0% 36A -circumvented ,s3k@m'ventId Hc%,Hd% 46A -circumventing ,s3k@m'ventIN Hb% 46A -circumvention ,s3k@m'venSn K6% 4 -circumventions ,s3k@m'venSnz Kj% 4 -circumvents ,s3k@m'vents Ha% 36A -circus 's3k@s K7% 2 -circuses 's3k@sIz Kj% 3 -cirrhosis sI'r@UsIs L@% 3 -cirrus 'sIr@s L@% 2 -cissies 'sIsIz Kj% 2 -cissy 'sIsI K8%,OA% 2 -cistern 'sIst@n K6% 2 -cisterns 'sIst@nz Kj% 2 -citadel 'sIt@d@l K6% 3 -citadels 'sIt@d@lz Kj% 3 -citation saI'teISn M6% 3 -citations saI'teISnz Mj% 3 -cite saIt H2% 16A -cited 'saItId Hc%,Hd% 26A -cites saIts Ha% 16A -cities 'sItIz Kj% 2 -citing 'saItIN Hb% 26A -citizen 'sItIz@n K6% 3 -citizens 'sItIz@nz Kj% 3 -citizenship 'sItIz@nSIp K6% 4 -citizenships 'sItIz@nSIps Kj$ 4 -citric 'sItrIk OA% 2 -citron 'sItr@n K6% 2 -citrons 'sItr@nz Kj$ 2 -citrous 'sItr@s OA% 2 -citrus 'sItr@s K7% 2 -citruses 'sItr@sIz Kj$ 3 -city 'sItI K8* 2 -civet 'sIvIt M6% 2 -civet-cat 'sIvIt-k&t K6$ 3 -civet-cats 'sIvIt-k&ts Kj$ 3 -civets 'sIvIts Mj$ 2 -civic 'sIvIk OA% 2 -civics 'sIvIks Lk% 2 -civies 'sIvIz Kj$ 2 -civil 'sIv@l OA% 2 -civilian sI'vIlI@n K6%,OA% 4 -civilians sI'vIlI@nz Kj% 4 -civilities sI'vIlItIz Mj% 4 -civility sI'vIlItI M8% 4 -civilization ,sIvIlaI'zeISn M6% 5 -civilizations ,sIvIlaI'zeISnz Mj% 5 -civilize 'sIvIlaIz H2% 36A -civilized 'sIvIlaIzd Hc%,Hd% 36A -civilizes 'sIvIlaIzIz Ha% 46A -civilizing 'sIvIlaIzIN Hb% 46A -civilly 'sIv@lI Pu% 3 -civvies 'sIvIz Kj% 2 -clack kl&k I0%,K6% 1 -clacked kl&kt Ic%,Id% 1 -clacking 'kl&kIN Ib% 2 -clacks kl&ks Ia%,Kj% 1 -clad kl&d Hc%,Hd% 16A -claim kleIm J0%,M6% 12A,4A,7A,9 -claimant 'kleIm@nt K6% 2 -claimants 'kleIm@nts Kj% 2 -claimed kleImd Jc%,Jd% 12A,4A,7A,9 -claiming 'kleImIN Jb% 22A,4A,7A,9 -claims kleImz Ja%,Mj% 12A,4A,7A,9 -clairvoyance kle@'voI@ns L@% 3 -clairvoyant kle@'voI@nt K6% 3 -clairvoyants kle@'voI@nts Kj% 3 -clam kl&m I4%,K6% 12A,2C -clambake 'kl&mbeIk K6% 2 -clambakes 'kl&mbeIks Kj$ 2 -clamber 'kl&mb@R I0%,K6% 22C -clambered 'kl&mb@d Ic%,Id% 22C -clambering 'kl&mb@rIN Ib% 32C -clambers 'kl&mb@z Ia%,Kj% 22C -clammed kl&md Ic%,Id% 12A,2C -clammier 'kl&mI@R Or% 3 -clammiest 'kl&mIIst Os% 3 -clammily 'kl&mIlI Pu% 3 -clamming 'kl&mIN Ib% 22A,2C -clammy 'kl&mI OD% 2 -clamorous 'kl&m@r@s OA% 3 -clamour 'kl&m@R J0%,M6% 22A,2C,4A -clamoured 'kl&m@d Jc%,Jd% 22A,2C,4A -clamouring 'kl&m@rIN Jb% 32A,2C,4A -clamours 'kl&m@z Ja%,Mj% 22A,2C,4A -clamp kl&mp J0%,K6% 12C,6A,15B -clamp-down 'kl&mp-daUn K6% 2 -clamp-downs 'kl&mp-daUnz Kj% 2 -clamped kl&mpt Jc%,Jd% 12C,6A,15B -clamping 'kl&mpIN Jb% 22C,6A,15B -clamps kl&mps Ja%,Kj% 12C,6A,15B -clams kl&mz Ia%,Kj% 12A,2C -clan kl&n K6% 1 -clandestine kl&n'destIn OA% 3 -clang kl&N J0%,K6% 1 -clanged kl&Nd Jc%,Jd% 1 -clanger 'kl&N@R K6% 2 -clangers 'kl&N@z Kj% 2 -clanging 'kl&NIN Jb% 2 -clangorous 'kl&N@r@s OA$ 3 -clangour 'kl&N@R L@% 2 -clangs kl&Nz Ja%,Kj% 1 -clank kl&Nk J0%,K6% 1 -clanked kl&Nkt Jc%,Jd% 1 -clanking 'kl&NkIN Jb% 2 -clanks kl&Nks Ja%,Kj% 1 -clannish 'kl&nIS OA% 2 -clannishly 'kl&nISlI Pu% 3 -clans kl&nz Kj% 1 -clansman 'kl&nzm@n Ki% 2 -clansmen 'kl&nzm@n Kj% 2 -clap kl&p J4%,M6% 12A,2B,6A,14,15A,15B -clapboard 'kl&p+bOd K6% 2 -clapboards 'kl&p+bOdz Kj$ 2 -clapped kl&pt Jc%,Jd% 12A,2B,6A,14,15A,15B -clapper 'kl&p@R K6% 2 -clapperboard 'kl&p@bOd K6% 3 -clapperboards 'kl&p@bOdz Kj% 3 -clappers 'kl&p@z Kj% 2 -clapping 'kl&pIN Jb% 22A,2B,6A,14,15A,15B -claps kl&ps Ja%,Mj% 12A,2B,6A,14,15A,15B -claptrap 'kl&ptr&p L@% 2 -claque kl&k K6$ 1 -claques kl&ks Kj$ 1 -claret 'kl&r@t M6% 2 -clarets 'kl&r@ts Mj% 2 -clarification ,kl&rIfI'keISn L@% 5 -clarified 'kl&rIfaId Jc%,Jd% 32A,6A -clarifies 'kl&rIfaIz Ja% 32A,6A -clarify 'kl&rIfaI J3% 32A,6A -clarifying 'kl&rIfaIIN Jb% 42A,6A -clarinet ,kl&rI'net K6% 3 -clarinetist ,kl&rI'netIst K6$ 4 -clarinetists ,kl&rI'netIsts Kj$ 4 -clarinets ,kl&rI'nets Kj% 3 -clarinettist ,kl&rI'netIst K6% 4 -clarinettists ,kl&rI'netIsts Kj% 4 -clarion 'kl&rI@n K6% 3 -clarions 'kl&rI@nz Kj$ 3 -clarity 'kl&rItI L@% 3 -clash kl&S J1%,K7% 12A,2C,3A,6A,15B -clashed kl&St Jc%,Jd% 12A,2C,3A,6A,15B -clashes 'kl&SIz Ja%,Kj% 22A,2C,3A,6A,15B -clashing 'kl&SIN Jb% 22A,2C,3A,6A,15B -clasp klAsp J0%,K6% 12A,6A,15A -clasp-knife 'klAsp-naIf Ki% 2 -clasp-knives 'klAsp-naIvz Kj% 2 -clasped klAspt Jc%,Jd% 12A,6A,15A -clasping 'klAspIN Jb% 22A,6A,15A -clasps klAsps Ja%,Kj% 12A,6A,15A -class klAs H1%,M7% 16A,14 -class-conscious klAs-'k0nS@s OA% 3 -class-feeling klAs-'filIN L@% 3 -class-fellow 'klAs-fel@U K6% 3 -class-fellows 'klAs-fel@Uz Kj% 3 -class-list 'klAs-lIst K6% 2 -class-lists 'klAs-lIsts Kj% 2 -class-warfare klAs-'wOfe@R L@% 3 -classed klAst Hc%,Hd% 16A,14 -classes 'klAsIz Ha%,Mj% 26A,14 -classic 'kl&sIk K6%,OA% 2 -classical 'kl&sIkl OA% 3 -classically 'kl&sIklI Pu% 3 -classicism 'kl&sIsIzm L@% 4 -classicist 'kl&sIsIst K6% 3 -classicists 'kl&sIsIsts Kj% 3 -classics 'kl&sIks Kj%,Lk% 2 -classier 'klAsI@R Or% 3 -classiest 'klAsIIst Os% 3 -classifiable 'kl&sIfaI@bl OA% 5 -classification ,kl&sIfI'keISn M6% 5 -classifications ,kl&sIfI'keISnz Mj% 5 -classified 'kl&sIfaId Hc%,Hd%,OA% 36A -classifies 'kl&sIfaIz Ha% 36A -classify 'kl&sIfaI H3% 36A -classifying 'kl&sIfaIIN Hb% 46A -classing 'klAsIN Hb% 26A,14 -classless 'klAsl@s OA% 2 -classmate 'klAsmeIt K6% 2 -classmates 'klAsmeIts Kj% 2 -classroom 'kl&srum K6% 2 -classrooms 'kl&srumz Kj% 2 -classy 'klAsI OD% 2 -clatter 'kl&t@R J0%,Ki% 22A,2C,6A -clattered 'kl&t@d Jc%,Jd% 22A,2C,6A -clattering 'kl&t@rIN Jb% 32A,2C,6A -clatters 'kl&t@z Ja% 22A,2C,6A -clause klOz K6% 1 -clauses 'klOzIz Kj% 2 -claustrophobia ,klOstr@'f@UbI@ L@% 5 -claustrophobic ,klOstr@'f@UbIk OA% 4 -clave kleIv Ic$ 13A -clavichord 'kl&vIkOd K6% 3 -clavichords 'kl&vIkOdz Kj% 3 -clavicle 'kl&vIkl K6% 3 -clavicles 'kl&vIklz Kj% 3 -claw klO H0%,K6% 13A,6A,15B -clawback 'klOb&k L@% 2 -clawed klOd Hc%,Hd% 13A,6A,15B -clawhammer 'klOh&m@R K6% 3 -clawhammers 'klOh&m@z Kj% 3 -clawing 'klOIN Hb% 23A,6A,15B -claws klOz Ha%,Kj% 13A,6A,15B -clay kleI L@% 1 -clayey 'kleII OA% 2 -clean klin J0%,K6%,OC%,Pu% 12A,2C,6A,15B -clean-bowled klin-'b@Uld OA% 2 -clean-cut klin-'kVt OA% 2 -clean-limbed klin-'lImd OA% 2 -clean-living klin-'lIvIN OA% 3 -clean-shaven klin-'SeIvn OA% 3 -clean-up 'klin-Vp K6% 2 -clean-ups 'klin-Vps Kj$ 2 -cleaned klind Jc%,Jd% 12A,2C,6A,15B -cleaner 'klin@R K6%,Or% 2 -cleaners 'klin@z Kj% 2 -cleanest 'klinIst Os% 2 -cleaning 'klinIN Jb% 22A,2C,6A,15B -cleanlier 'klenlI@R Or$ 3 -cleanliest 'klenlIIst Os$ 3 -cleanliness 'klenlIn@s L@% 3 -cleanly 'klenlI OD$ 2 -cleanly 'klinlI Pu% 2 -cleans klinz Ja%,Kj% 12A,2C,6A,15B -cleanse klenz H2% 16A -cleansed klenzd Hc%,Hd% 16A -cleanser 'klenz@R M6% 2 -cleansers 'klenz@z Mj% 2 -cleanses 'klenzIz Ha% 26A -cleansing 'klenzIN Hb% 26A -clear klI@R J0%,K6%,OC%,Pu% 12C,6A,14,15B -clear-cut klI@-'kVt Pu% 2 -clear-headed klI@-'hedId OA% 3 -clear-sighted klI@-'saItId OA% 3 -clearance 'klI@r@ns M6% 2 -clearances 'klI@r@nsIz Mj% 3 -cleared klI@d Jc%,Jd% 12C,6A,14,15B -clearer 'klI@r@R Or% 2 -clearest 'klI@rIst Os% 2 -clearing 'klI@rIN Jb%,K6% 22C,6A,14,15B -clearing-house 'klI@rIN-haUs K6% 3 -clearing-houses 'klI@rIN-haUzIz Kj% 4 -clearings 'klI@rINz Kj% 2 -clearly 'klI@lI Pu% 2 -clearness 'klI@n@s L@% 2 -clears klI@z Ja%,Kj$ 12C,6A,14,15B -clearway 'klI@weI K6% 2 -clearways 'klI@weIz Kj% 2 -cleat klit K6$ 1 -cleats klits Kj$ 1 -cleavage 'klivIdZ K6% 2 -cleavages 'klivIdZIz Kj$ 3 -cleave kliv J2% 12A,3A,6A,14,15A,15B,22 -cleaved klivd Jc%,Jd% 12A,3A,6A,14,15A,15B,22 -cleaver 'kliv@R K6% 2 -cleavers 'kliv@z Kj% 2 -cleaves klivz Ja% 12A,3A,6A,14,15A,15B,22 -cleaving 'klivIN Jb% 22A,3A,6A,14,15A,15B,22 -clef klef K6% 1 -clefs klefs Kj% 1 -cleft kleft Jc%,Jd%,K6% 12A,6A,14,15A,15B,22 -clefts klefts Kj% 1 -clematis 'klem@tIs L@% 3 -clemency 'klem@nsI L@% 3 -clement 'klem@nt OA% 2 -clench klentS H1% 16A,14 -clenched klentSt Hc%,Hd% 16A,14 -clenches 'klentSIz Ha% 26A,14 -clenching 'klentSIN Hb% 26A,14 -clerestories 'klI@stOrIz Kj$ 3 -clerestory 'klI@stOrI K8$ 3 -clergies 'kl3dZIz Kj% 2 -clergy 'kl3dZI K8% 2 -clergyman 'kl3dZIm@n Ki% 3 -clergymen 'kl3dZIm@n Kj% 3 -cleric 'klerIk K6% 2 -clerical 'klerIkl OA% 3 -clerics 'klerIks Kj% 2 -clerihew 'klerIhju K6$ 3 -clerihews 'klerIhjuz Kj$ 3 -clerk klAk I0$,K6% 1 -clerked klAkt Ic$,Id$ 1 -clerking 'klAkIN Ib$ 2 -clerks klAks Ia$,Kj% 1 -clever 'klev@R OC% 2 -cleverer 'klev@r@R Or% 3 -cleverest 'klev@rIst Os% 3 -cleverly 'klev@lI Pu% 3 -cleverness 'klev@n@s L@% 3 -clew klu H0$,K6$ 1 -clewed klud Hc$,Hd$ 1 -clewing 'kluIN Hb$ 2 -clews kluz Ha$,Kj$ 1 -clich_e 'kliSeI K6% 2 -clich_es 'kliSeIz Kj% 2 -click klIk I0%,K6% 12A -clicked klIkt Ic%,Id% 12A -clicking 'klIkIN Ib% 22A -clicks klIks Ia%,Kj% 12A -client 'klaI@nt K6% 2 -clientele ,kli@n'tel K6% 3 -clienteles ,kli@n'telz Kj% 3 -clients 'klaI@nts Kj% 2 -cliff klIf K6% 1 -cliff-hanger 'klIf-h&N@R K6% 3 -cliff-hangers 'klIf-h&N@z Kj% 3 -cliffs klIfs Kj% 1 -climacteric klaI'm&kt@rIk K6$ 4 -climacterics klaI'm&kt@rIks Kj$ 4 -climactic klaI'm&ktIk OA% 3 -climate 'klaIm@t K6% 2 -climates 'klaIm@ts Kj% 2 -climatic klaI'm&tIk OA% 3 -climatically klaI'm&tIklI Pu% 4 -climatology ,klaIm@'t0l@dZI L@% 5 -climax 'klaIm&ks J1%,K7% 2 -climaxed 'klaIm&kst Jc%,Jd% 2 -climaxes 'klaIm&ksIz Ja%,Kj% 3 -climaxing 'klaIm&ksIN Jb% 3 -climb klaIm J0%,K6% 12A,2C,6A -climb-down 'klaIm-daUn K6% 2 -climb-downs 'klaIm-daUnz Kj$ 2 -climbed klaImd Jc%,Jd% 12A,2C,6A -climber 'klaIm@R K6% 2 -climbers 'klaIm@z Kj% 2 -climbing 'klaImIN Jb% 22A,2C,6A -climbs klaImz Ja%,Kj% 12A,2C,6A -clime klaIm K6$ 1 -climes klaImz Kj% 1 -clinch klIntS J1%,K7% 12A,6A -clinched klIntSt Jc%,Jd% 12A,6A -clincher 'klIntS@R K6% 2 -clinchers 'klIntS@z Kj$ 2 -clinches 'klIntSIz Ja%,Kj% 22A,6A -clinching 'klIntSIN Jb% 22A,6A -cling klIN I5% 12C,3A -clinging 'klININ Ib% 22C,3A -clings klINz Ia% 12C,3A -clinic 'klInIk K6% 2 -clinical 'klInIkl OA% 3 -clinically 'klInIklI Pu% 3 -clinics 'klInIks Kj% 2 -clink klINk J0%,K6% 1 -clinked klINkt Jc%,Jd% 1 -clinker 'klINk@R M6% 2 -clinker-built 'klINk@-bIlt OA$ 3 -clinkers 'klINk@z Mj% 2 -clinking 'klINkIN Jb% 2 -clinks klINks Ja%,Kj% 1 -clip klIp H4%,K6% 12C,6A,15A,15B,22 -clip-joint 'klIp-dZoInt K6% 2 -clip-joints 'klIp-dZoInts Kj% 2 -clip-on 'klIp-0n OA% 2 -clipped klIpt Hc%,Hd% 12C,6A,15A,15B,22 -clipper 'klIp@R K6% 2 -clippers 'klIp@z Kj% 2 -clipping 'klIpIN Hb%,K6% 22C,6A,15A,15B,22 -clippings 'klIpINz Kj% 2 -clips klIps Ha%,Kj% 12C,6A,15A,15B,22 -clique klik K6% 1 -cliques kliks Kj% 1 -cliquish 'klikIS OA% 2 -clitoris 'klIt@rIs K7% 3 -clitorises 'klIt@rIsIz Kj$ 4 -cloak kl@Uk H0%,K6% 16A -cloaked kl@Ukt Hc%,Hd% 16A -cloaking 'kl@UkIN Hb% 26A -cloakroom 'kl@Ukrum K6% 2 -cloakrooms 'kl@Ukrumz Kj% 2 -cloaks kl@Uks Ha%,Kj% 16A -clobber 'kl0b@R H0%,K6% 26A -clobbered 'kl0b@d Hc%,Hd% 26A -clobbering 'kl0b@rIN Hb% 36A -clobbers 'kl0b@z Ha%,Kj% 26A -cloche kl0S K6% 1 -cloches 'kl0SIz Kj% 2 -clock kl0k J0%,K6% 12C,6A,15B -clock-dial 'kl0k-daI@l K6$ 3 -clock-dials 'kl0k-daI@lz Kj$ 3 -clock-face 'kl0k-feIs K6% 2 -clock-faces 'kl0k-feIsIz Kj% 3 -clock-golf kl0k-'g0lf L@$ 2 -clock-tower 'kl0k-taU@R K6% 3 -clock-towers 'kl0k-taU@z Kj% 3 -clock-watching 'kl0k-w0tSIN L@% 3 -clocked kl0kt Jc%,Jd% 12C,6A,15B -clocking 'kl0kIN Jb% 22C,6A,15B -clocks kl0ks Ja%,Kj% 12C,6A,15B -clockwise 'kl0kwaIz Pu% 2 -clockwork 'kl0kw3k K6% 2 -clockworks 'kl0kw3ks Kj$ 2 -clod kl0d K6% 1 -clodhopper 'kl0dh0p@R K6% 3 -clodhoppers 'kl0dh0p@z Kj% 3 -clods kl0dz Kj% 1 -clog kl0g J4%,K6% 12A,2C,6A,15B -clog-dance 'kl0g-dAns K6% 2 -clog-dances 'kl0g-dAnsIz Kj% 3 -clogged kl0gd Jc%,Jd% 12A,2C,6A,15B -cloggier 'kl0gI@R Or$ 3 -cloggiest 'kl0gIIst Os$ 3 -clogging 'kl0gIN Jb% 22A,2C,6A,15B -cloggy 'kl0gI OD% 2 -clogs kl0gz Ja%,Kj% 12A,2C,6A,15B -cloisonn_e klwA'z0neI L@$ 3 -cloister 'kloIst@R H0%,K6% 26A -cloistered 'kloIst@d Hc%,Hd% 26A -cloistering 'kloIst@rIN Hb$ 36A -cloisters 'kloIst@z Ha$,Kj% 26A -clone kl@Un K6% 1 -clones kl@Unz Kj% 1 -close kl@Us K6%,OB*,Pu* 1 -close kl@Uz J2*,Ki% 12A,2C,3A,6A,15B -close-cropped kl@Us-'kr0pt OA% 2 -close-cut kl@Us-'kVt OA% 2 -close-down 'kl@Uz-daUn K6% 2 -close-downs 'kl@Uz-daUnz Kj$ 2 -close-fisted kl@Us-'fIstId OA% 3 -close-fitting kl@Us-'fItIN OA% 3 -close-grained kl@Us-'greInd OA% 2 -close-hauled kl@Us-'hOld OA$ 2 -close-set 'kl@Us-set OA% 2 -close-up 'kl@Us-Vp K6% 2 -close-ups 'kl@Us-Vps Kj% 2 -closed kl@Uzd Jc%,Jd% 12A,2C,3A,6A,15B -closely 'kl@UslI Pu% 2 -closeness 'kl@Usn@s L@% 2 -closer 'kl@Us@R Or% 2 -closes 'kl@UsIz Kj$ 2 -closes 'kl@UzIz Ja% 22A,2C,3A,6A,15B -closest 'kl@UsIst Os% 2 -closet 'kl0zIt H0%,K6%,Oq% 2 -closeted 'kl0zItId Hc%,Hd% 3 -closeting 'kl0zItIN Hb$ 3 -closets 'kl0zIts Ha$,Kj% 2 -closing 'kl@UzIN Jb% 22A,2C,3A,6A,15B -closure 'kl@UZ@R M6% 2 -closures 'kl@UZ@z Mj% 2 -clot kl0t J4%,K6% 12A,6A -cloth kl0T M6% 1 -clothe kl@UD H2% 16A -clothed kl@UDd Hc%,Hd% 16A -clothes kl@UDz Ha%,Kj% 16A -clothes-basket 'kl@UDz-bAskIt K6% 3 -clothes-baskets 'kl@UDz-bAskIts Kj% 3 -clothes-hanger 'kl@UDz-h&N@R K6% 3 -clothes-hangers 'kl@UDz-h&N@z Kj% 3 -clothes-moth 'kl@UDz-m0T K6% 2 -clothes-moths 'kl@UDz-m0Ts Kj% 2 -clothes-peg 'kl@UDz-peg K6% 2 -clothes-pegs 'kl@UDz-pegz Kj% 2 -clothes-pin 'kl@UDz-pIn K6$ 2 -clothes-pins 'kl@UDz-pInz Kj$ 2 -clotheshorse 'kl@UDzhOs K6% 2 -clotheshorses 'kl@UDzhOsIz Kj% 3 -clothesline 'kl@UDzlaIn K6% 2 -clotheslines 'kl@UDzlaInz Kj% 2 -clothier 'kl@UDI@R K6% 3 -clothiers 'kl@UDI@z Kj% 3 -clothing 'kl@UDIN Hb%,L@% 26A -cloths kl0Ts Mj% 1 -clots kl0ts Ja%,Kj% 12A,6A -clotted 'kl0tId Jc%,Jd% 22A,6A -clotting 'kl0tIN Jb% 22A,6A -cloud klaUd J0%,M6% 12A,2C,3A,6A -cloud-bank 'klaUd-b&Nk K6% 2 -cloud-banks 'klaUd-b&Nks Kj% 2 -cloud-capped 'klaUd-k&pt OA% 2 -cloud-cuckoo-land ,klaUd-'kUku-l&nd Ki% 4 -cloudburst 'klaUdb3st K6% 2 -cloudbursts 'klaUdb3sts Kj% 2 -clouded 'klaUdId Jc%,Jd% 22A,2C,3A,6A -cloudier 'klaUdI@R Or% 3 -cloudiest 'klaUdIIst Os% 3 -clouding 'klaUdIN Jb% 22A,2C,3A,6A -cloudless 'klaUdl@s OA% 2 -clouds klaUdz Ja%,Mj% 12A,2C,3A,6A -cloudy 'klaUdI OD% 2 -clout klaUt H0%,K6% 1 -clouted 'klaUtId Hc%,Hd% 2 -clouting 'klaUtIN Hb% 2 -clouts klaUts Ha%,Kj$ 1 -clove kl@Uv Jc%,K6% 12A,6A,14,15A,15B,22 -clove hitch 'kl@Uv hItS K7% 2 -clove hitches 'kl@Uv hItSIz Kj% 3 -cloven 'kl@Uvn Jc%,Jd% 22A,6A,14,15A,15B,22 -clover 'kl@Uv@R L@% 2 -cloverleaf 'kl@Uv@lif Ki% 3 -cloverleaves 'kl@Uv@livz Kj% 3 -cloves kl@Uvz Kj% 1 -clown klaUn I0%,K6% 12A -clowned klaUnd Ic%,Id% 12A -clowning 'klaUnIN Ib% 22A -clownish 'klaUnIS OA% 2 -clowns klaUnz Ia%,Kj% 12A -cloy kloI J0% 12A,6A -cloyed kloId Jc%,Jd% 12A,6A -cloying 'kloIIN Jb% 22A,6A -cloys kloIz Ja% 12A,6A -club klVb J4%,K6% 12C,6A,16A -club-footed 'klVb-fUtId OA% 3 -clubbable 'klVb@b@l OA% 3 -clubbed klVbd Jc%,Jd% 12C,6A,16A -clubbing 'klVbIN Jb% 22C,6A,16A -clubfoot 'klVbfUt Ki% 2 -clubhouse 'klVbhaUs K6% 2 -clubhouses 'klVbhaUzIz Kj% 3 -clubs klVbz Ja%,Kj% 12C,6A,16A -cluck klVk I0%,K6% 1 -clucked klVkt Ic%,Id% 1 -clucking 'klVkIN Ib% 2 -clucks klVks Ia%,Kj% 1 -clue klu K6% 1 -clues kluz Kj% 1 -clump klVmp J0%,K6% 12A,2C -clumped klVmpt Jc%,Jd% 12A,2C -clumping 'klVmpIN Jb% 22A,2C -clumps klVmps Ja%,Kj% 12A,2C -clumsier 'klVmzI@R Or% 3 -clumsiest 'klVmzIIst Os% 3 -clumsily 'klVmzIlI Pu% 3 -clumsiness 'klVmzIn@s L@% 3 -clumsy 'klVmzI OD% 2 -clung klVN Ic%,Id% 12C,3A -clunk klVNk I0%,K6% 1 -clunked klVNkt Ic%,Id% 1 -clunking 'klVNkIN Ib% 2 -clunks klVNks Ia%,Kj% 1 -cluster 'klVst@R I0%,K6% 22A,2C,3A -clustered 'klVst@d Ic%,Id% 22A,2C,3A -clustering 'klVst@rIN Ib% 32A,2C,3A -clusters 'klVst@z Ia%,Kj% 22A,2C,3A -clutch klVtS J1%,K7% 12A,3A,15A -clutched klVtSt Jc%,Jd% 12A,3A,15A -clutches 'klVtSIz Ja%,Kj% 22A,3A,15A -clutching 'klVtSIN Jb% 22A,3A,15A -clutter 'klVt@R H0%,M6% 26A,15B -cluttered 'klVt@d Hc%,Hd% 26A,15B -cluttering 'klVt@rIN Hb% 36A,15B -clutters 'klVt@z Ha%,Mj% 26A,15B -cm ,si'em Y]% 2 -co- k@U- U-% 1 -co-ed 'k@U-ed K6$ 2 -co-eds 'k@U-edz Kj$ 2 -co-op 'k@U-0p K6% 2 -co-ops 'k@U-0ps Kj% 2 -co-opt k@U-'0pt H0% 26A,14 -co-opted k@U-'0ptId Hc%,Hd% 36A,14 -co-opting k@U-'0ptIN Hb% 36A,14 -co-opts k@U-'0pts Ha% 26A,14 -co-respondent ,k@U-rI'sp0nd@nt K6% 4 -co-respondents ,k@U-rI'sp0nd@nts Kj% 4 -co-star 'k@U-stAR K6% 2 -co-star ,k@U-'stAR J4% 26A,14 -co-starred ,k@U-'stAd Jc%,Jd% 26A,14 -co-starring ,k@U-'stArIN Jb% 36A,14 -co-stars 'k@U-stAz Kj% 2 -co-stars ,k@U-'stAz Ja% 26A,14 -coach k@UtS J1%,K7% 12A,6A,14 -coach-builder 'k@UtS-bIld@R K6% 3 -coach-builders 'k@UtS-bIld@z Kj% 3 -coached k@UtSt Jc%,Jd% 12A,6A,14 -coaches 'k@UtSIz Ja%,Kj% 22A,6A,14 -coaching 'k@UtSIN Jb% 22A,6A,14 -coachman 'k@UtSm@n Ki% 2 -coachmen 'k@UtSmen Kj% 2 -coagulate k@U'&gjUleIt J2% 42A,6A -coagulated k@U'&gjUleItId Jc%,Jd% 52A,6A -coagulates k@U'&gjUleIts Ja% 42A,6A -coagulating k@U'&gjUleItIN Jb% 52A,6A -coagulation k@U,&gjU'leISn M6% 5 -coagulations k@U,&gjU'leISnz Mj$ 5 -coal k@Ul J0$,M6% 12A,6A -coal-gas 'k@Ul-g&s L@% 2 -coal-hole 'k@Ul-h@Ul K6% 2 -coal-holes 'k@Ul-h@Ulz Kj% 2 -coal-house 'k@Ul-haUs K6% 2 -coal-houses 'k@Ul-haUzIz Kj% 3 -coal-scuttle 'k@Ul-skVtl K6% 3 -coal-scuttles 'k@Ul-skVtlz Kj% 3 -coal-seam 'k@Ul-sim K6% 2 -coal-seams 'k@Ul-simz Kj% 2 -coal-tar 'k@Ul-tAR L@% 2 -coaled k@Uld Jc$,Jd$ 12A,6A -coalesce ,k@U@'les I2% 3 -coalesced ,k@U@'lest Ic%,Id% 3 -coalescence ,k@U@'les@ns M6% 4 -coalescences ,k@U@'les@nsIz Mj$ 5 -coalesces ,k@U@'lesIz Ia% 4 -coalescing ,k@U@'lesIN Ib% 4 -coalface 'k@UlfeIs K6% 2 -coalfaces 'k@UlfeIsIz Kj% 3 -coalfield 'k@Ulfild K6% 2 -coalfields 'k@Ulfildz Kj% 2 -coaling 'k@UlIN Jb$ 22A,6A -coaling-station 'k@UlIN-steISn K6$ 4 -coaling-stations 'k@UlIN-steISnz Kj$ 4 -coalition ,k@U@'lISn M6% 4 -coalitions ,k@U@'lISnz Mj% 4 -coalman 'k@Ulm@n Ki% 2 -coalmen 'k@Ulmen Kj% 2 -coalmine 'k@UlmaIn K6% 2 -coalmines 'k@UlmaInz Kj% 2 -coalpit 'k@UlpIt K6% 2 -coalpits 'k@UlpIts Kj% 2 -coals k@Ulz Ja$,Mj% 12A,6A -coaming 'k@UmIN K6$ 2 -coamings 'k@UmINz Kj$ 2 -coarse kOs OB% 1 -coarsely 'kOslI Pu% 2 -coarsen 'kOsn J0% 22A,6A -coarsened 'kOsnd Jc%,Jd% 22A,6A -coarseness 'kOsn@s L@% 2 -coarsening 'kOsnIN Jb% 32A,6A -coarsens 'kOsnz Ja% 22A,6A -coarser 'kOs@R Or% 2 -coarsest 'kOsIst Os% 2 -coast k@Ust J0%,K6% 12A,2C,3A,6A -coastal 'k@Ustl OA% 2 -coasted 'k@UstId Jc%,Jd% 22A,2C,3A,6A -coaster 'k@Ust@R K6% 2 -coasters 'k@Ust@z Kj% 2 -coastguard 'k@UstgAd K6% 2 -coastguards 'k@UstgAdz Kj% 2 -coasting 'k@UstIN Jb% 22A,2C,3A,6A -coastline 'k@UstlaIn K6% 2 -coastlines 'k@UstlaInz Kj% 2 -coasts k@Usts Ja%,Kj% 12A,2C,3A,6A -coastwise 'k@UstwaIz OA$,Pu$ 2 -coat k@Ut H0%,K6% 16A,14 -coat-hanger 'k@Ut-h&N@R K6% 3 -coat-hangers 'k@Ut-h&N@z Kj% 3 -coat-tails 'k@Ut-teIls Kj% 2 -coated 'k@UtId Hc%,Hd% 26A,14 -coatee k@U'ti K6$ 2 -coatees k@U'tiz Kj$ 2 -coating 'k@UtIN Hb%,M6% 26A,14 -coatings 'k@UtINz Mj% 2 -coats k@Uts Ha%,Kj% 16A,14 -coax k@Uks J1% 12A,6A,14,15B,17 -coaxed k@Ukst Jc%,Jd% 12A,6A,14,15B,17 -coaxes 'k@UksIz Ja% 22A,6A,14,15B,17 -coaxing 'k@UksIN Jb%,M6% 22A,6A,14,15B,17 -coaxingly 'k@UksINlI Pu% 3 -coaxings 'k@UksINz Mj$ 2 -cob k0b K6% 1 -cob-nut 'k0b-nVt K6% 2 -cob-nuts 'k0b-nVts Kj% 2 -cobalt 'k@UbOlt L@% 2 -cobber 'k0b@R K6$ 2 -cobbers 'k0b@z Kj$ 2 -cobble 'k0bl H2%,K6% 26A -cobbled 'k0bld Hc%,Hd% 26A -cobbler 'k0bl@R K6% 2 -cobblers 'k0bl@z Kj% 2 -cobbles 'k0blz Ha%,Kj% 26A -cobblestone 'k0blst@Un K6% 3 -cobblestones 'k0blst@Unz Kj% 3 -cobbling 'k0blIN Hb% 26A -cobra 'k@Ubr@ K6% 2 -cobras 'k@Ubr@z Kj% 2 -cobs k0bz Kj% 1 -cobweb 'k0bweb K6% 2 -cobwebs 'k0bwebz Kj% 2 -cocaine k@U'keIn L@% 2 -cochineal ,k0tSI'nil L@$ 3 -cochlea 'k0klI@ K6$ 3 -cochleas 'k0klI@z Kj$ 3 -cock k0k H0%,K6% 16A,15B -cock-a-doodle-doo ,k0k-@-,dudl-'du K6% 5 -cock-a-doodle-doos ,k0k-@-,dudl-'duz Kj% 5 -cock-a-hoop ,k0k-@-'hup OA%,Pu% 3 -cock-crow 'k0k-kr@U K6% 2 -cock-crows 'k0k-kr@Uz Kj% 2 -cockade k0'keId K6% 2 -cockades k0'keIdz Kj% 2 -cockatoo ,k0k@'tu K6% 3 -cockatoos ,k0k@'tuz Kj% 3 -cockchafer 'k0ktSeIf@R K6% 3 -cockchafers 'k0ktSeIf@z Kj% 3 -cocked k0kt Hc%,Hd% 16A,15B -cocker 'k0k@R K6$ 2 -cockerel 'k0k@r@l K6% 3 -cockerels 'k0k@r@lz Kj% 3 -cockers 'k0k@z Kj$ 2 -cockeyed 'k0kaId OA% 2 -cockfighting 'k0kfaItIN L@% 3 -cockhorse ,k0k'hOs K6% 2 -cockhorses ,k0k'hOsIz Kj$ 3 -cockier 'k0kI@R Or% 3 -cockiest 'k0kIIst Os% 3 -cocking 'k0kIN Hb% 26A,15B -cockle 'k0kl K6% 2 -cockles 'k0klz Kj% 2 -cockleshell 'k0klSel K6% 3 -cockleshells 'k0klSelz Kj% 3 -cockney 'k0knI K6%,OA% 2 -cockneys 'k0knIz Kj% 2 -cockpit 'k0kpIt K6% 2 -cockpits 'k0kpIts Kj% 2 -cockroach 'k0kr@UtS K7% 2 -cockroaches 'k0kr@UtSIz Kj% 3 -cocks k0ks Ha%,Kj% 16A,15B -cockscomb 'k0ksk@Um K6% 2 -cockscombs 'k0ksk@Umz Kj$ 2 -cocksure ,k0k'SU@R OA% 2 -cocktail 'k0kteIl K6% 2 -cocktails 'k0kteIlz Kj% 2 -cockup 'k0kVp K6% 2 -cockups 'k0kVps Kj% 2 -cocky 'k0kI OD% 2 -coco 'k@Uk@U K6$ 2 -cocoa 'k@Uk@U L@% 2 -coconut 'k@Uk@nVt K6% 3 -coconuts 'k@Uk@nVts Kj% 3 -cocoon k@'kun H0%,K6% 26A -cocooned k@'kund Hc%,Hd% 26A -cocooning k@'kunIN Hb% 36A -cocoons k@'kunz Ha%,Kj% 26A -cocos 'k@Uk@Uz Kj$ 2 -cocotte k0'k0t K6$ 2 -cocottes k0'k0ts Kj$ 2 -cod k0d J4%,M6% 12A,6A -cod-liver oil ,k0d-lIv@r 'oIl L@% 4 -coda 'k@Ud@ K6% 2 -codas 'k@Ud@z Kj% 2 -codded 'k0dId Jc%,Jd% 22A,6A -codding 'k0dIN Jb% 22A,6A -coddle 'k0dl H2% 26A -coddled 'k0dld Hc%,Hd% 26A -coddles 'k0dlz Ha% 26A -coddling 'k0dlIN Hb% 26A -code k@Ud H2%,M6% 1 -coded 'k@UdId Hc%,Hd% 2 -codeine 'k@Udin L@% 2 -codes k@Udz Ha%,Mj% 1 -codex 'k@Udeks Ki$ 2 -codfish 'k0dfIS K9% 2 -codfishes 'k0dfISIz Kj$ 3 -codger 'k0dZ@R K6% 2 -codgers 'k0dZ@z Kj% 2 -codices 'k@UdIsiz Kj$ 3 -codicil 'k@UdIsIl K6$ 3 -codicils 'k@UdIsIlz Kj$ 3 -codification ,k@UdIfI'keISn K6% 5 -codifications ,k@UdIfI'keISnz Kj$ 5 -codified 'k@UdIfaId Hc%,Hd% 36A -codifies 'k@UdIfaIz Ha% 36A -codify 'k@UdIfaI H3% 36A -codifying 'k@UdIfaIIN Hb% 46A -coding 'k@UdIN Hb% 2 -codling 'k0dlIN K6$ 2 -codlings 'k0dlINz Kj$ 2 -codpiece 'k0dpis K6% 2 -codpieces 'k0dpisIz Kj% 3 -cods k0dz Ja%,Mj$ 12A,6A -coeducation ,k@U,edZU'keISn L@% 5 -coeducational ,k@UIdj@'keIS@n@l OA% 6 -coefficient ,k@UI'fISnt K6% 4 -coefficients ,k@UI'fISnts Kj% 4 -coerce k@U'3s H2% 26A,14 -coerced k@U'3st Hc%,Hd% 26A,14 -coerces k@U'3sIz Ha% 36A,14 -coercing k@U'3sIN Hb% 36A,14 -coercion k@U'3Sn L@% 3 -coercive k@U'3sIv OA$ 3 -coeval ,k@U'ivl K6$,OA$ 3 -coevals ,k@U'ivlz Kj$ 3 -coexist ,k@UIg'zIst I0% 32A,3A -coexisted ,k@UIg'zIstId Ic%,Id% 42A,3A -coexistence ,k@UIg'zIst@ns L@% 4 -coexisting ,k@UIg'zIstIN Ib% 42A,3A -coexists ,k@UIg'zIsts Ia% 32A,3A -coffee 'k0fI M6% 2 -coffee-house 'k0fI-haUs K6% 3 -coffee-houses 'k0fI-haUzIz Kj% 4 -coffee-mill 'k0fI-mIl K6% 3 -coffee-mills 'k0fI-mIlz Kj% 3 -coffee-stall 'k0fI-stOl K6% 3 -coffee-stalls 'k0fI-stOlz Kj% 3 -coffees 'k0fIz Mj% 2 -coffer 'k0f@R K6$ 2 -coffer-dam 'k0f@-d&m K6$ 3 -coffer-dams 'k0f@-d&mz Kj$ 3 -coffers 'k0f@z Kj% 2 -coffin 'k0fIn K6% 2 -coffins 'k0fInz Kj% 2 -cog k0g K6% 1 -cogency 'k@UdZ@nsI L@% 3 -cogent 'k@UdZ@nt OA% 2 -cogitate 'k0dZIteIt J2% 32A,3A,6A,14 -cogitated 'k0dZIteItId Jc%,Jd% 42A,3A,6A,14 -cogitates 'k0dZIteIts Ja% 32A,3A,6A,14 -cogitating 'k0dZIteItIN Jb% 42A,3A,6A,14 -cogitation ,k0dZI'teISn L@% 4 -cognac 'k0nj&k L@% 2 -cognate 'k0gneIt K6$,OA% 2 -cognates 'k0gneIts Kj$ 2 -cognition k0g'nISn L@% 3 -cognizance 'k0gnIz@ns L@% 3 -cognizant 'k0gnIz@nt OA% 3 -cognomen k0g'n@Um@n K6$ 3 -cognomens k0g'n@Um@nz Kj$ 3 -cogs k0gz Kj% 1 -cogwheel 'k0gwil K6% 2 -cogwheels 'k0gwilz Kj% 2 -cohabit k@U'h&bIt I0% 3 -cohabitation ,k@Uh&bI'teISn M6% 5 -cohabited k@U'h&bItId Ic%,Id% 4 -cohabiting k@U'h&bItIN Ib% 4 -cohabits k@U'h&bIts Ia% 3 -cohere k@U'hI@R I2$ 22A -cohered k@U'hI@d Ic$,Id$ 22A -coherence ,k@U'hI@r@ns L@% 3 -coherency ,k@U'hI@r@nsI L@$ 4 -coherent k@'hI@r@nt OA% 3 -coherently k@'hI@r@ntlI Pu% 4 -coheres k@U'hI@z Ia$ 22A -cohering k@U'hI@rIN Ib% 32A -cohesion k@U'hiZn L@% 3 -cohesive k@U'hisIv OA% 3 -cohort 'k@UhOt K6% 2 -cohorts 'k@UhOts Kj% 2 -coif koIf K6$ 1 -coiffeur kwA'f3R K6% 2 -coiffeurs kwA'f3z Kj% 2 -coiffure kwA'fjU@R K6% 2 -coiffures kwA'fjU@z Kj% 2 -coifs koIfs Kj$ 1 -coign koIn K6$ 1 -coigns koInz Kj$ 1 -coil koIl J0%,K6% 12A,2C,6A,15A,15B -coiled koIld Jc%,Jd% 12A,2C,6A,15A,15B -coiling 'koIlIN Jb% 22A,2C,6A,15A,15B -coils koIlz Ja%,Kj% 12A,2C,6A,15A,15B -coin koIn H0%,M6% 16A -coinage 'koInIdZ M6% 2 -coinages 'koInIdZIz Mj% 3 -coincide ,k@UIn'saId I2% 32A,3A -coincided ,k@UIn'saIdId Ic%,Id% 42A,3A -coincidence k@U'InsId@ns M6% 4 -coincidences k@U'InsId@nsIz Mj% 5 -coincident k@U'InsId@nt OA$ 4 -coincidental k@U,InsI'dentl OA% 5 -coincides ,k@UIn'saIdz Ia% 32A,3A -coinciding ,k@UIn'saIdIN Ib% 42A,3A -coined koInd Hc%,Hd% 16A -coiner 'koIn@R K6% 2 -coiners 'koIn@z Kj% 2 -coining 'koInIN Hb% 26A -coins koInz Ha%,Mj% 16A -coir 'koI@R L@$ 2 -coition k@U'ISn L@$ 3 -coitus 'k@UIt@s L@% 3 -coke k@Uk H2$,M6% 1 -coked k@Ukt Hc$,Hd$ 1 -cokes k@Uks Ha$,Mj$ 1 -coking 'k@UkIN Hb$ 2 -col k0l K6$ 1 -cola 'k@Ul@ K6$ 2 -colander 'kVl@nd@R K6% 3 -colanders 'kVl@nd@z Kj% 3 -colas 'k@Ul@z Kj$ 2 -cold k@Uld M6%,OC% 1 -cold-blooded k@Uld-'blVdId OA% 3 -cold-hearted k@Uld-'hAtId OA% 3 -cold-shoulder k@Uld-'S@Uld@R H0% 36A -cold-shouldered k@Uld-'S@Uld@d Hc%,Hd% 36A -cold-shouldering k@Uld-'S@Uld@rIN Hb% 46A -cold-shoulders k@Uld-'S@Uld@z Ha% 36A -colder 'k@Uld@R Or% 2 -coldest 'k@UldIst Os% 2 -coldly 'k@UldlI Pu% 2 -coldness 'k@Uldn@s L@% 2 -colds k@Uldz Mj% 1 -coleslaw 'k@UlslO L@% 2 -colic 'k0lIk L@% 2 -colitis k@'laItIs L@% 3 -collaborate k@'l&b@reIt I2% 42A,3A -collaborated k@'l&b@reItId Ic%,Id% 52A,3A -collaborates k@'l&b@reIts Ia% 42A,3A -collaborating k@'l&b@reItIN Ib% 52A,3A -collaboration k@,l&b@'reISn L@% 5 -collaborationist k@,l&b@'reIS@nIst K6$ 6 -collaborationists k@,l&b@'reIS@nIsts Kj$ 6 -collaborator k@'l&b@reIt@R K6% 5 -collaborators k@'l&b@reIt@z Kj% 5 -collage 'k0lAZ M6% 2 -collages 'k0lAZIz Mj% 3 -collapsable k@'l&ps@bl OA$ 4 -collapse k@'l&ps I2%,K6% 22A,6A -collapsed k@'l&pst Ic%,Id% 22A,6A -collapses k@'l&psIz Ia%,Kj% 32A,6A -collapsible k@'l&ps@bl OA% 4 -collapsing k@'l&psIN Ib% 32A,6A -collar 'k0l@R H0%,K6% 26A -collarbone 'k0l@b@Un K6% 3 -collarbones 'k0l@b@Unz Kj% 3 -collared 'k0l@d Hc%,Hd% 26A -collaring 'k0l@rIN Hb% 36A -collars 'k0l@z Ha%,Kj% 26A -collate k@'leIt H2% 26A -collated k@'leItId Hc%,Hd% 36A -collateral k@'l&t@r@l L@%,OA% 4 -collates k@'leIts Ha% 26A -collating k@'leItIN Hb% 36A -collation k@'leISn K6$ 3 -collations k@'leISnz Kj$ 3 -colleague 'k0lig K6% 2 -colleagues 'k0ligz Kj% 2 -collect 'k0lekt K6$ 2 -collect k@'lekt J0%,OA%,Pu% 22A,2C,6A,15B -collected k@'lektId Jc%,Jd%,OA% 32A,2C,6A,15B -collectedly k@'lektIdlI Pu% 4 -collecting k@'lektIN Jb% 32A,2C,6A,15B -collection k@'lekSn M6% 3 -collections k@'lekSnz Mj% 3 -collective k@'lektIv OA% 3 -collectivization k@,lektIvaI'zeISn K6% 6 -collectivizations k@,lektIvaI'zeISnz Kj$ 6 -collectivize k@'lektIvaIz H2$ 46A -collectivized k@'lektIvaIzd Hc$,Hd$ 46A -collectivizes k@'lektIvaIzIz Ha$ 56A -collectivizing k@'lektIvaIzIN Hb$ 56A -collector k@'lekt@R K6% 3 -collectors k@'lekt@z Kj% 3 -collects 'k0lekts Kj$ 2 -collects k@'lekts Ja% 22A,2C,6A,15B -colleen 'k0lin K6$ 2 -colleens 'k0linz Kj$ 2 -college 'k0lIdZ M6% 2 -colleges 'k0lIdZIz Mj% 3 -collegiate k@'lidZI@t OA% 3 -collide k@'laId I2% 22A,2C,3A -collided k@'laIdId Ic%,Id% 32A,2C,3A -collides k@'laIdz Ia% 22A,2C,3A -colliding k@'laIdIN Ib% 32A,2C,3A -collie 'k0lI K6% 2 -collier 'k0lI@R K6% 3 -collieries 'k0lj@rIz Kj% 3 -colliers 'k0lI@z Kj% 3 -colliery 'k0lj@rI K8% 3 -collies 'k0lIz Kj% 2 -collision k@'lIZn M6% 3 -collisions k@'lIZnz Mj% 3 -collocate 'k0l@keIt I2$ 32A,3A -collocated 'k0l@keItId Ic$,Id$ 42A,3A -collocates 'k0l@keIts Ia$ 32A,3A -collocating 'k0l@keItIN Ib$ 42A,3A -collocation ,k0l@'keISn M6$ 4 -collocations ,k0l@'keISnz Mj$ 4 -colloquial k@'l@UkwI@l OA% 4 -colloquialism k@'l@UkwI@lIz@m K6% 6 -colloquialisms k@'l@UkwI@lIz@mz Kj% 6 -colloquially k@'l@UkwI@lI Pu% 5 -colloquies 'k0l@kwIz Mj$ 3 -colloquy 'k0l@kwI M8$ 3 -collusion k@'luZn L@% 3 -collusive k@'lusIv OA$ 3 -collywobbles 'k0lIw0blz Kj% 4 -colon 'k@Ul@n K6% 2 -colonel 'k3nl K6% 2 -colonels 'k3nlz Kj% 2 -colonial k@'l@UnI@l K6%,OA% 4 -colonialism k@'l@UnI@lIz@m L@% 6 -colonialist k@'l@UnI@lIst K6% 5 -colonialists k@'l@UnI@lIsts Kj% 5 -colonials k@'l@UnI@lz Kj% 4 -colonies 'k0l@nIz Kj% 3 -colonist 'k0l@nIst K6% 3 -colonists 'k0l@nIsts Kj% 3 -colonization ,k0l@naI'zeISn L@% 5 -colonize 'k0l@naIz H2% 36A -colonized 'k0l@naIzd Hc%,Hd% 36A -colonizer 'k0l@naIz@R K6% 4 -colonizers 'k0l@naIz@z Kj% 4 -colonizes 'k0l@naIzIz Ha% 46A -colonizing 'k0l@naIzIN Hb% 46A -colonnade ,k0l@'neId K6% 3 -colonnaded ,k0l@'neIdId OA% 4 -colonnades ,k0l@'neIdz Kj% 3 -colons 'k@Ul@nz Kj% 2 -colony 'k0l@nI K8% 3 -coloratura ,k0l@r@'tU@r@ L@$ 5 -colossal k@'l0sl OA% 3 -colossi k@'l0saI Kj$ 3 -colossus k@'l0s@s Ki% 3 -colour 'kVl@R J0%,M6% 22A,2C,6A,22 -colour-bar 'kVl@-bAR K6% 3 -colour-bars 'kVl@-bAz Kj% 3 -colour-blind 'kVl@-blaInd OA% 3 -colour-wash 'kVl@-w0S K7% 3 -colour-washes 'kVl@-w0SIz Kj% 4 -coloured 'kVl@d Jc%,Jd%,OA% 22A,2C,6A,22 -colourful 'kVl@f@l OA% 3 -colouring 'kVl@rIN Jb%,L@% 32A,2C,6A,22 -colourless 'kVl@l@s OA% 3 -colours 'kVl@z Ja%,Mj% 22A,2C,6A,22 -cols k0lz Kj$ 1 -colt k@Ult K6% 1 -coltish 'k@UltIS OA% 2 -colts k@Ults Kj% 1 -columbine 'k0l@mbaIn K6% 3 -columbines 'k0l@mbaInz Kj$ 3 -column 'k0l@m K6% 2 -columnist 'k0l@mnIst K6% 3 -columnists 'k0l@mnIsts Kj% 3 -columns 'k0l@mz Kj% 2 -coma 'k@Um@ K6% 2 -comas 'k@Um@z Kj% 2 -comatose 'k@Um@t@Us OA% 3 -comb k@Um J0%,K6% 12C,3A,6A,15B -comb-out 'k@Um-aUt K6% 2 -comb-outs 'k@Um-aUts Kj$ 2 -combat 'k0mb&t J0%,K6% 23A,6A -combatant 'k0mb@t@nt K6%,OA% 3 -combatants 'k0mb@t@nts Kj% 3 -combated 'k0mb&tId Jc%,Jd% 33A,6A -combating 'k0mb&tIN Jb% 33A,6A -combative 'k0mb@tIv OA% 3 -combatively 'k0mb@tIvlI Pu$ 4 -combats 'k0mb&ts Ja%,Kj% 23A,6A -combed k@Umd Jc%,Jd% 12C,3A,6A,15B -combination ,k0mbI'neISn M6% 4 -combination-lock ,k0mbI'neISn-l0k K6% 5 -combination-locks ,k0mbI'neISn-l0ks Kj% 5 -combinations ,k0mbI'neISnz Mj% 4 -combine 'k0mbaIn K6% 2 -combine k@m'baIn J2% 22A,3A,4A,6A,14 -combined k@m'baInd Jc%,Jd% 22A,3A,4A,6A,14 -combines 'k0mbaInz Kj% 2 -combines k@m'baInz Ja% 22A,3A,4A,6A,14 -combing 'k@UmIN Jb% 22C,3A,6A,15B -combining k@m'baInIN Jb% 32A,3A,4A,6A,14 -combs k@Umz Ja%,Kj% 12C,3A,6A,15B -combustible k@m'bVst@bl K6$,OA% 4 -combustibles k@m'bVst@blz Kj$ 4 -combustion k@m'bVstS@n L@% 3 -come kVm I5*,Id* 12A,2B,2C,2D,2E,3A,4A -come-at-able ,kVm-'&t-@bl OA$ 4 -come-on 'kVm-0n K6% 2 -come-ons 'kVm-0nz Kj$ 2 -comeback 'kVmb&k K6% 2 -comebacks 'kVmb&ks Kj$ 2 -comedian k@'midI@n K6% 4 -comedians k@'midI@nz Kj% 4 -comedienne k@,midI'en K6% 4 -comediennes k@,midI'enz Kj% 4 -comedies 'k0m@dIz Mj% 3 -comedown 'kVmdaUn K6% 2 -comedowns 'kVmdaUnz Kj$ 2 -comedy 'k0m@dI M8% 3 -comelier 'kVmlI@R Or% 3 -comeliest 'kVmlIIst Os% 3 -comeliness 'kVmlIn@s L@% 3 -comely 'kVmlI OD% 2 -comer 'kVm@R K6% 2 -comers 'kVm@z Kj% 2 -comes kVmz Ia% 12A,2B,2C,2D,2E,3A,4A -comestible k@'mest@bl K6$ 4 -comestibles k@'mest@blz Kj% 4 -comet 'k0mIt K6% 2 -comets 'k0mIts Kj% 2 -comfier 'kVmfI@R Or% 3 -comfiest 'kVmfIIst Os% 3 -comfit 'kVmfIt K6$ 2 -comfits 'kVmfIts Kj$ 2 -comfort 'kVmf@t H0%,M6% 26A -comfortable 'kVmft@bl OA% 4 -comfortably 'kVmft@blI Pu% 4 -comforted 'kVmf@tId Hc%,Hd% 36A -comforter 'kVmf@t@R K6% 3 -comforters 'kVmf@t@z Kj% 3 -comforting 'kVmf@tIN Hb% 36A -comfortingly 'kVmf@tINlI Pu% 4 -comfortless 'kVmf@tl@s OA% 3 -comforts 'kVmf@ts Ha%,Mj% 26A -comfrey 'kVmfrI L@$ 2 -comfy 'kVmfI OD% 2 -comic 'k0mIk K6%,OA% 2 -comical 'k0mIkl OA% 3 -comically 'k0mIklI Pu% 3 -comics 'k0mIks Kj% 2 -coming 'kVmIN Ib%,K6%,OA% 22A,2B,2C,2D,2E,3A,4A -comings 'kVmINz Kj% 2 -comity 'k0mItI L@$ 3 -comma 'k0m@ K6% 2 -command k@'mAnd J0%,M6% 22A,6A,9,17 -commandant ,k0m@n'd&nt K6% 3 -commandants ,k0m@n'd&nts Kj% 3 -commanded k@'mAndId Jc%,Jd% 32A,6A,9,17 -commandeer ,k0m@n'dI@R H0% 36A -commandeered ,k0m@n'dI@d Hc%,Hd% 36A -commandeering ,k0m@n'dI@rIN Hb% 46A -commandeers ,k0m@n'dI@z Ha% 36A -commander k@'mAnd@R K6% 3 -commanders k@'mAnd@z Kj% 3 -commanding k@'mAndIN Jb%,OA% 32A,6A,9,17 -commandment k@'mAndm@nt K6% 3 -commandments k@'mAndm@nts Kj% 3 -commando k@'mAnd@U K6% 3 -commandoes k@'mAnd@Uz Kj$ 3 -commandos k@'mAnd@Uz Kj% 3 -commands k@'mAndz Ja%,Mj% 22A,6A,9,17 -commas 'k0m@z Kj% 2 -commemorate k@'mem@reIt H2% 46A -commemorated k@'mem@reItId Hc%,Hd% 56A -commemorates k@'mem@reIts Ha% 46A -commemorating k@'mem@reItIN Hb% 56A -commemoration k@,mem@'reISn M6% 5 -commemorations k@,mem@'reISnz Mj$ 5 -commemorative k@'mem@r@tIv OA% 5 -commence k@'mens J2% 22A,3A,6A,6C -commenced k@'menst Jc%,Jd% 22A,3A,6A,6C -commencement k@'mensm@nt K6% 3 -commencements k@'mensm@nts Kj$ 3 -commences k@'mensIz Ja% 32A,3A,6A,6C -commencing k@'mensIN Jb% 32A,3A,6A,6C -commend k@'mend H0% 26A,14 -commendable k@'mend@bl OA% 4 -commendation ,k0men'deISn M6% 4 -commendations ,k0men'deISnz Mj% 4 -commended k@'mendId Hc%,Hd% 36A,14 -commending k@'mendIN Hb% 36A,14 -commends k@'mendz Ha% 26A,14 -commensurable k@'menS@r@bl OA$ 5 -commensurate k@'menS@r@t OA% 4 -comment 'k0ment I0%,M6% 22A,3A -commentaries 'k0m@ntrIz Kj% 3 -commentary 'k0m@ntrI K8% 3 -commentate 'k0m@nteIt I2% 33A -commentated 'k0m@nteItId Ic%,Id% 43A -commentates 'k0m@nteIts Ia% 33A -commentating 'k0m@nteItIN Ib% 43A -commentator 'k0m@nteIt@R K6% 4 -commentators 'k0m@nteIt@z Kj% 4 -commented 'k0mentId Ic%,Id% 32A,3A -commenting 'k0mentIN Ib% 32A,3A -comments 'k0ments Ia%,Mj% 22A,3A -commerce 'k0m3s L@% 2 -commercial k@'m3Sl K6%,OA% 3 -commercialism k@'m3SlIzm L@% 5 -commercialize k@'m3S@laIz H2% 46A -commercialized k@'m3S@laIzd Hc%,Hd% 46A -commercializes k@'m3S@laIzIz Ha% 56A -commercializing k@'m3S@laIzIN Hb% 56A -commercially k@'m3SlI Pu% 4 -commercials k@'m3Slz Kj% 3 -commination ,k0mI'neISn M6$ 4 -comminations ,k0mI'neISnz Mj$ 4 -comminatory 'k0mIn@trI OA$ 4 -commingle k@'mINgl J2$ 32A,6A -commingled k@'mINgld Jc$,Jd$ 32A,6A -commingles k@'mINglz Ja$ 32A,6A -commingling k@'mINglIN Jb$ 32A,6A -commiserate k@'mIz@reIt I2% 43A -commiserated k@'mIz@reItId Ic%,Id% 53A -commiserates k@'mIz@reIts Ia% 43A -commiserating k@'mIz@reItIN Ib% 53A -commiseration k@,mIz@'reISn M6% 5 -commiserations k@,mIz@'reISnz Mj% 5 -commissar 'k0mIsAR K6% 3 -commissariat ,k0mI'se@rI@t K6% 5 -commissariats ,k0mI'se@rI@ts Kj% 5 -commissaries 'k0mIs@rIz Kj$ 4 -commissars 'k0mIsAz Kj% 3 -commissary 'k0mIs@rI K8$ 4 -commission k@'mISn H0%,M6% 36A,17 -commissionaire k@,mIS@'ne@R K6% 4 -commissionaires k@,mIS@'ne@z Kj% 4 -commissioned k@'mISnd Hc%,Hd%,OA% 36A,17 -commissioner k@'mIS@n@R K6% 4 -commissioners k@'mIS@n@z Kj% 4 -commissioning k@'mISnIN Hb% 46A,17 -commissions k@'mISnz Ha%,Mj% 36A,17 -commit k@'mIt H4% 26A,14,16A -commital k@'mItl K6% 3 -commitals k@'mItlz Kj% 3 -commitment k@'mItm@nt M6% 3 -commitments k@'mItm@nts Mj% 3 -commits k@'mIts Ha% 26A,14,16A -committed k@'mItId Hc%,Hd% 36A,14,16A -committee k@'mItI K6% 3 -committees k@'mItIz Kj% 3 -committing k@'mItIN Hb% 36A,14,16A -commode k@'m@Ud K6% 2 -commodes k@'m@Udz Kj% 2 -commodious k@'m@UdI@s OA% 4 -commodities k@'m0dItIz Kj% 4 -commodity k@'m0dItI K8% 4 -commodore 'k0m@dOR K6% 3 -commodores 'k0m@dOz Kj% 3 -common 'k0m@n K6%,OC* 2 -common-room 'k0m@n-rum K6% 3 -common-rooms 'k0m@n-rumz Kj% 3 -commonalties 'k0m@n@ltIz Kj$ 4 -commonalty 'k0m@n@ltI K8$ 4 -commoner 'k0m@n@R K6%,Or% 3 -commoners 'k0m@n@z Kj% 3 -commonest 'k0m@nIst Os% 3 -commonly 'k0m@nlI Pu% 3 -commonplace 'k0m@npleIs K6%,OA% 3 -commonplaces 'k0m@npleIsIz Kj% 4 -commons 'k0m@nz Kj% 2 -commonwealth 'k0m@nwelT K6% 3 -commonwealths 'k0m@nwelTs Kj$ 3 -commotion k@'m@USn M6% 3 -commotions k@'m@USnz Mj$ 3 -communal 'k0mjUnl OA% 3 -communally 'k0mjUn@lI Pu% 4 -commune 'k0mjun K6% 2 -commune k@'mjun I2% 22C,3A -communed k@'mjund Ic%,Id% 22C,3A -communes 'k0mjunz Kj% 2 -communes k@'mjunz Ia% 22C,3A -communicable k@'mjunIk@bl OA% 5 -communicant k@'mjunIk@nt K6$ 4 -communicants k@'mjunIk@nts Kj$ 4 -communicate k@'mjunIkeIt J2% 42A,3A,6A,14 -communicated k@'mjunIkeItId Jc%,Jd% 52A,3A,6A,14 -communicates k@'mjunIkeIts Ja% 42A,3A,6A,14 -communicating k@'mjunIkeItIN Jb% 52A,3A,6A,14 -communication k@,mjunI'keISn M6% 5 -communications k@,mjunI'keISnz Mj% 5 -communicative k@'mjunIk@tIv OA% 5 -communing k@'mjunIN Ib% 32C,3A -communion k@'mjunI@n M6% 3 -communions k@'mjunI@nz Mj$ 3 -communiqu_e k@'mjunIkeI K6% 4 -communiqu_es k@'mjunIkeIz Kj% 4 -communism 'k0mjUnIz@m L@% 4 -communist 'k0mjUnIst K6%,OA% 3 -communists 'k0mjUnIsts Kj% 3 -communities k@'mjunItIz Mj% 4 -community k@'mjunItI M8% 4 -commutable k@'mjut@bl OA$ 4 -commutation ,k0mju'teISn M6$ 4 -commutations ,k0mju'teISnz Mj$ 4 -commutator 'k0mjuteIt@R K6$ 4 -commutators 'k0mjuteIt@z Kj$ 4 -commute k@'mjut J2% 22A,6A,14 -commuted k@'mjutId Jc%,Jd% 32A,6A,14 -commuter k@'mjut@R K6% 3 -commuters k@'mjut@z Kj% 3 -commutes k@'mjuts Ja% 22A,6A,14 -commuting k@'mjutIN Jb% 32A,6A,14 -comp`ere 'k0mpe@R H2%,K6% 2 -comp`ered 'k0mpe@d Hc%,Hd% 2 -comp`eres 'k0mpe@z Ha%,Kj% 2 -comp`ering 'k0mpe@rIN Hb% 3 -compact 'k0mp&kt K6% 2 -compact k@m'p&kt H0$,OA% 2 -compacted k@m'p&ktId Hc$,Hd% 3 -compacting k@m'p&ktIN Hb$ 3 -compactly k@m'p&ktlI Pu% 3 -compactness k@m'p&ktn@s L@% 3 -compacts 'k0mp&kts Kj% 2 -compacts k@m'p&kts Ha$ 2 -companies 'kVmp@nIz Mj% 3 -companion k@m'p&nI@n K6% 3 -companionable k@m'p&nI@n@bl OA% 5 -companions k@m'p&nI@nz Kj% 3 -companionship k@m'p&nI@nSIp L@% 4 -companionway k@m'p&nI@nweI K6% 4 -companionways k@m'p&nI@nweIz Kj$ 4 -company 'kVmp@nI M8% 3 -comparability ,k0mp@r@'bIlItI L@% 6 -comparable 'k0mp@r@bl OA% 4 -comparative k@m'p&r@tIv K6%,OA% 4 -comparatively k@m'p&r@tIvlI Pu% 5 -comparatives k@m'p&r@tIvz Kj% 4 -compare k@m'pe@R J2%,K6% 23A,6A,14 -compared k@m'pe@d Jc%,Jd% 23A,6A,14 -compares k@m'pe@z Ja%,Kj% 23A,6A,14 -comparing k@m'pe@rIN Jb% 33A,6A,14 -comparison k@m'p&rIsn M6% 4 -comparisons k@m'p&rIsnz Mj% 4 -compartment k@m'pAtm@nt K6% 3 -compartmentalize ,k0mpAt'ment@laIz H2% 5 -compartmentalized ,k0mpAt'ment@laIzd Hc%,Hd% 5 -compartmentalizes ,k0mpAt'ment@laIzIz Ha% 6 -compartmentalizing ,k0mpAt'ment@laIzIN Hb% 6 -compartments k@m'pAtm@nts Kj% 3 -compass 'kVmp@s H1$,K7% 2 -compassed 'kVmp@st Hc$,Hd$ 2 -compasses 'kVmp@sIz Ha$,Kj% 3 -compassing 'kVmp@sIN Hb$ 3 -compassion k@m'p&Sn L@% 3 -compassionate k@m'p&S@n@t OA% 4 -compassionately k@m'p&S@n@tlI Pu% 5 -compatibility k@m,p&t@'bIlItI L@% 6 -compatible k@m'p&t@bl OA% 4 -compatibly k@m'p&t@blI Pu% 4 -compatriot k@m'p&trI@t K6% 4 -compatriots k@m'p&trI@ts Kj% 4 -compeer 'k0mpI@R K6$ 2 -compeers 'k0mpI@z Kj$ 2 -compel k@m'pel H4% 26A,14,17 -compelled k@m'peld Hc%,Hd% 26A,14,17 -compelling k@m'pelIN Hb% 36A,14,17 -compels k@m'pelz Ha% 26A,14,17 -compendious k@m'pendI@s OA% 4 -compendium k@m'pendI@m K6% 4 -compendiums k@m'pendI@mz Kj% 4 -compensate 'k0mp@nseIt J2% 33A,6A,14 -compensated 'k0mp@nseItId Jc%,Jd% 43A,6A,14 -compensates 'k0mp@nseIts Ja% 33A,6A,14 -compensating 'k0mp@nseItIN Jb% 43A,6A,14 -compensation ,k0mpen'seISn M6% 4 -compensations ,k0mpen'seISnz Mj% 4 -compensatory k@m'pens@t@rI OA% 5 -compete k@m'pit I2% 22A,3A -competed k@m'pitId Ic%,Id% 32A,3A -competence 'k0mpIt@ns L@% 3 -competent 'k0mpIt@nt OA% 3 -competently 'k0mpIt@ntlI Pu% 4 -competes k@m'pits Ia% 22A,3A -competing k@m'pitIN Ib% 32A,3A -competition ,k0mp@'tISn M6% 4 -competitions ,k0mp@'tISnz Mj% 4 -competitive k@m'pet@tIv OA% 4 -competitiveness k@m'pet@tIvnIs L@% 5 -competitor k@m'petIt@R K6% 4 -competitors k@m'petIt@z Kj% 4 -compilation ,k0mpI'leISn M6% 4 -compilations ,k0mpI'leISnz Mj$ 4 -compile k@m'paIl H2% 26A -compiled k@m'paIld Hc%,Hd% 26A -compiler k@m'paIl@R K6% 3 -compilers k@m'paIl@z Kj% 3 -compiles k@m'paIlz Ha% 26A -compiling k@m'paIlIN Hb% 36A -complacence k@m'pleIs@ns L@% 3 -complacency k@m'pleIs@nsI L@% 4 -complacent k@m'pleIs@nt OA% 3 -complacently k@m'pleIs@ntlI Pu% 4 -complain k@m'pleIn I0% 22A,3A,3B -complainant k@m'pleIn@nt K6% 3 -complainants k@m'pleIn@nts Kj% 3 -complained k@m'pleInd Ic%,Id% 22A,3A,3B -complaining k@m'pleInIN Ib% 32A,3A,3B -complainingly k@m'pleInINlI Pu% 4 -complains k@m'pleInz Ia% 22A,3A,3B -complaint k@m'pleInt M6% 2 -complaints k@m'pleInts Mj% 2 -complaisance k@m'pleIz@ns L@$ 3 -complaisant k@m'pleIz@nt OA$ 3 -complement 'k0mplIm@nt H0%,K6% 36A -complementary ,k0mplI'mentrI OA% 4 -complemented 'k0mplIm@ntId Hc%,Hd% 46A -complementing 'k0mplIm@ntIN Hb% 46A -complements 'k0mplIm@nts Ha%,Kj% 36A -complete k@m'plit H2%,OA% 26A -completed k@m'plitId Hc%,Hd% 36A -completely k@m'plitlI Pu% 3 -completeness k@m'plitn@s L@% 3 -completes k@m'plits Ha% 26A -completing k@m'plitIN Hb% 36A -completion k@m'pliSn L@% 3 -complex 'k0mpleks K7%,OA% 2 -complexes 'k0mpleksIz Kj% 3 -complexion k@m'plekSn K6% 3 -complexions k@m'plekSnz Kj% 3 -complexities k@m'pleksItIz Mj% 4 -complexity k@m'pleksItI M8% 4 -compliance k@m'plaI@ns L@% 3 -compliant k@m'plaI@nt OA% 3 -complicate 'k0mplIkeIt H2% 36A -complicated 'k0mplIkeItId Hc%,Hd%,OA% 46A -complicates 'k0mplIkeIts Ha% 36A -complicating 'k0mplIkeItIN Hb% 46A -complication ,k0mplI'keISn K6% 4 -complications ,k0mplI'keISnz Kj% 4 -complicity k@m'plIsItI L@% 4 -complied k@m'plaId Hc%,Hd% 22A,3A -complies k@m'plaIz Ha% 22A,3A -compliment 'k0mplIm@nt K6% 3 -compliment 'k0mplIment H0% 36A,14 -complimentary ,k0mplI'mentrI OA% 4 -complimented 'k0mplImentId Hc%,Hd% 46A,14 -complimenting 'k0mplImentIN Hb% 46A,14 -compliments 'k0mplIm@nts Kj% 3 -compliments 'k0mplIments Ha% 36A,14 -complin 'k0mplIn K6$ 2 -compline 'k0mplIn K6$ 2 -complines 'k0mplInz Kj$ 2 -complins 'k0mplInz Kj$ 2 -comply k@m'plaI H3% 22A,3A -complying k@m'plaIIN Hb% 32A,3A -component k@m'p@Un@nt K6%,OA% 3 -components k@m'p@Un@nts Kj% 3 -comport k@m'pOt J0% 23A,15A -comported k@m'pOtId Jc%,Jd% 33A,15A -comporting k@m'pOtIN Jb% 33A,15A -comportment k@m'pOtm@nt K6$ 3 -comportments k@m'pOtm@nts Kj$ 3 -comports k@m'pOts Ja% 23A,15A -compos mentis ,k0mp@s 'mentIs OA% 4 -compose k@m'p@Uz J2% 22A,6A,16A -composed k@m'p@Uzd Jc%,Jd%,OA% 22A,6A,16A -composedly k@m'p@UzIdlI Pu% 4 -composer k@m'p@Uz@R K6% 3 -composers k@m'p@Uz@z Kj% 3 -composes k@m'p@UzIz Ja% 32A,6A,16A -composing k@m'p@UzIN Jb% 32A,6A,16A -composite 'k0mp@zIt OA% 3 -composition ,k0mp@'zISn M6% 4 -compositions ,k0mp@'zISnz Mj% 4 -compositor k@m'p0zIt@R K6% 4 -compositors k@m'p0zIt@z Kj% 4 -compost 'k0mp0st H0$,L@% 26A -composted 'k0mp0stId Hc$,Hd$ 36A -composting 'k0mp0stIN Hb$ 36A -composts 'k0mp0sts Ha$ 26A -composure k@m'p@UZ@R L@% 3 -compote 'k0mp0t M6$ 2 -compotes 'k0mp0ts Mj$ 2 -compound 'k0mpaUnd K6%,OA% 2 -compound k@m'paUnd J0% 22A,3A,6A -compounded k@m'paUndId Jc%,Jd% 32A,3A,6A -compounding k@m'paUndIN Jb% 32A,3A,6A -compounds 'k0mpaUndz Kj% 2 -compounds k@m'paUndz Ja% 22A,3A,6A -comprehend ,k0mprI'hend H0% 36A -comprehended ,k0mprI'hendId Hc%,Hd% 46A -comprehending ,k0mprI'hendIN Hb% 46A -comprehends ,k0mprI'hendz Ha% 36A -comprehensibility ,k0mprI,hens@'bIlItI L@% 7 -comprehensible ,k0mprI'hens@bl OA% 5 -comprehension ,k0mprI'henSn M6% 4 -comprehensions ,k0mprI'henSnz Mj$ 4 -comprehensive ,k0mprI'hensIv OA% 4 -comprehensively ,k0mprI'hensIvlI Pu% 5 -comprehensiveness ,k0mprI'hensIvn@s L@% 5 -compress 'k0mpres K7% 2 -compress k@m'pres H1% 26A,14 -compressed k@m'prest Hc%,Hd% 26A,14 -compresses 'k0mpresIz Kj% 3 -compresses k@m'presIz Ha% 36A,14 -compressing k@m'presIN Hb% 36A,14 -compression k@m'preSn L@% 3 -compressor k@m'pres@R K6% 3 -compressors k@m'pres@z Kj% 3 -comprise k@m'praIz H2% 26A -comprised k@m'praIzd Hc%,Hd% 26A -comprises k@m'praIzIz Ha% 36A -comprising k@m'praIzIN Hb% 36A -compromise 'k0mpr@maIz J2%,M6% 32A,6A -compromised 'k0mpr@maIzd Jc%,Jd% 32A,6A -compromises 'k0mpr@maIzIz Ja%,Mj% 42A,6A -compromising 'k0mpr@maIzIN Jb% 42A,6A -comptroller k@n'tr@Ul@R K6$ 3 -comptrollers k@n'tr@Ul@z Kj$ 3 -compulsion k@m'pVlSn L@% 3 -compulsive k@m'pVlsIv OA% 3 -compulsively k@m'pVlsIvlI Pu% 4 -compulsorily k@m'pVls@r@lI Pu% 5 -compulsory k@m'pVls@rI OA% 4 -compunction k@m'pVNkSn L@% 3 -computation ,k0mpjU'teISn M6% 4 -computational ,k0mpjU'teIS@nl OA% 5 -computationally ,k0mpjU'teISn@lI Pu% 6 -computations ,k0mpjU'teISnz Mj% 4 -compute k@m'pjut J2% 22A,6A,14 -computed k@m'pjutId Jc%,Jd% 32A,6A,14 -computer k@m'pjut@R K6% 3 -computerize k@m'pjut@raIz H2% 46A -computerized k@m'pjut@raIzd Hc%,Hd% 46A -computerizes k@m'pjut@raIzIz Ha% 56A -computerizing k@m'pjut@raIzIN Hb% 56A -computers k@m'pjut@z Kj% 3 -computes k@m'pjuts Ja% 22A,6A,14 -computing k@m'pjutIN Jb% 32A,6A,14 -comrade 'k0mreId K6% 2 -comradely 'k0mreIdlI Pu% 3 -comrades 'k0mreIdz Kj% 2 -comradeship 'k0mreIdSIp K6% 3 -comradeships 'k0mreIdSIps Kj$ 3 -con k0n H4%,K6%,Pu% 16A,14 -con-man 'k0n-m&n Ki% 2 -con-men 'k0n-men Kj% 2 -concatenation k0n,k&t@'neISn M6$ 5 -concatenations k0n,k&t@'neISnz Mj$ 5 -concave 'k0NkeIv OA% 2 -concavities ,k0n'k&vItIz Mj$ 4 -concavity ,k0n'k&vItI M8% 4 -conceal k@n'sil H0% 26A,14 -concealed k@n'sild Hc%,Hd% 26A,14 -concealing k@n'silIN Hb% 36A,14 -concealment k@n'silm@nt L@% 3 -conceals k@n'silz Ha% 26A,14 -concede k@n'sid H2% 26A,9,12A,13A -conceded k@n'sidId Hc%,Hd% 36A,9,12A,13A -concedes k@n'sidz Ha% 26A,9,12A,13A -conceding k@n'sidIN Hb% 36A,9,12A,13A -conceit k@n'sit M6% 2 -conceited k@n'sitId OA% 3 -conceitedly k@n'sitIdlI Pu% 4 -conceits k@n'sits Mj% 2 -conceivable k@n'siv@bl OA% 4 -conceivably k@n'siv@blI Pu% 4 -conceive k@n'siv J2% 22A,3A,6A,9,10,14 -conceived k@n'sivd Jc%,Jd% 22A,3A,6A,9,10,14 -conceives k@n'sivz Ja% 22A,3A,6A,9,10,14 -conceiving k@n'sivIN Jb% 32A,3A,6A,9,10,14 -concentrate 'k0ns@ntreIt J2%,K6% 32A,3A,6A,14 -concentrated 'k0ns@ntreItId Jc%,Jd%,OA% 42A,3A,6A,14 -concentrates 'k0ns@ntreIts Ja%,Kj% 32A,3A,6A,14 -concentrating 'k0ns@ntreItIN Jb% 42A,3A,6A,14 -concentration ,k0ns@n'treISn M6% 4 -concentrations ,k0ns@n'treISnz Mj% 4 -concentric k@n'sentrIk OA% 3 -concept 'k0nsept K6% 2 -conception k@n'sepSn M6% 3 -conceptions k@n'sepSnz Mj% 3 -concepts 'k0nsepts Kj% 2 -conceptual k@n'septjU@l OA% 4 -conceptually k@n'septjU@lI Pu% 5 -concern k@n's3n H0%,M6% 26A,14 -concerned k@n's3nd Hc%,Hd%,OA% 26A,14 -concernedly k@n's3nIdlI Pu% 4 -concerning k@n's3nIN Hb%,T-% 36A,14 -concerns k@n's3nz Ha%,Mj% 26A,14 -concert 'k0ns@t M6% 2 -concert k@n's3t H0$ 2 -concert-hall 'k0ns@t-hOl K6% 3 -concert-halls 'k0ns@t-hOlz Kj% 3 -concerted k@n's3tId Hc$,Hd%,OA% 3 -concertina ,k0ns@'tin@ K6% 4 -concertinas ,k0ns@'tin@z Kj% 4 -concerting k@n's3tIN Hb$ 3 -concerto k@n'tSe@t@U K6% 3 -concertos k@n'tSe@t@Uz Kj% 3 -concerts 'k0ns@ts Mj% 2 -concerts k@n's3ts Ha$ 2 -concession k@n'seSn M6% 3 -concessionaire k@n,seS@'ne@R K6$ 4 -concessionaires k@n,seS@'ne@z Kj$ 4 -concessions k@n'seSnz Mj% 3 -concessive k@n'sesIv OA$ 3 -conch k0ntS K7% 1 -conches 'k0ntSIz Kj% 2 -conchology k0N'k0l@dZI L@$ 4 -concierge ,k0nsI'e@Z K6% 3 -concierges ,k0nsI'e@ZIz Kj% 4 -conciliate k@n'sIlIeIt H2% 46A -conciliated k@n'sIlIeItId Hc%,Hd% 56A -conciliates k@n'sIlIeIts Ha% 46A -conciliating k@n'sIlIeItIN Hb% 56A -conciliation k@n,sIlI'eISn L@% 5 -conciliatory k@n'sIlI@t@rI OA% 6 -concise k@n'saIs OA% 2 -concisely k@n'saIslI Pu% 3 -conciseness k@n'saIsn@s L@% 3 -conclave 'k0nkleIv K6% 2 -conclaves 'k0nkleIvz Kj$ 2 -conclude k@n'klud J2% 22A,3A,6A,7A,9,14 -concluded k@n'kludId Jc%,Jd% 32A,3A,6A,7A,9,14 -concludes k@n'kludz Ja% 22A,3A,6A,7A,9,14 -concluding k@n'kludIN Jb% 32A,3A,6A,7A,9,14 -conclusion k@n'kluZn K6% 3 -conclusions k@n'kluZnz Kj% 3 -conclusive k@n'klusIv OA% 3 -conclusively k@n'klusIvlI Pu% 4 -concoct k@n'k0kt H0% 26A -concocted k@n'k0ktId Hc%,Hd% 36A -concocting k@n'k0ktIN Hb% 36A -concoction k@n'k0kSn M6% 3 -concoctions k@n'k0kSnz Mj% 3 -concocts k@n'k0kts Ha% 26A -concomitant k@n'k0mIt@nt K6$,OA% 4 -concomitants k@n'k0mIt@nts Kj$ 4 -concord 'k0NkOd M6% 2 -concordance k@n'kOd@ns M6% 3 -concordances k@n'kOd@nsIz Mj% 4 -concordant k@n'kOd@nt OA% 3 -concordat k@n'kOd&t K6% 3 -concordats k@n'kOd&ts Kj% 3 -concords 'k0NkOdz Mj$ 2 -concourse 'k0NkOs K6% 2 -concourses 'k0NkOsIz Kj$ 3 -concrete 'k0Nkrit J2%,L@%,OA% 22A,6A -concreted 'k0NkritId Jc%,Jd% 32A,6A -concretely k@n'kritlI Pu% 3 -concretes 'k0Nkrits Ja% 22A,6A -concreting 'k0NkritIN Jb% 32A,6A -concretion k@n'kriSn M6% 3 -concretions k@n'kriSnz Mj$ 3 -concubine 'k0NkjUbaIn K6% 3 -concubines 'k0NkjUbaInz Kj% 3 -concupiscence k@n'kjupIs@ns L@$ 4 -concur k@n'k3R I4% 22A,3A,4A -concurred k@n'k3d Ic%,Id% 22A,3A,4A -concurrence k@n'kVr@ns M6% 3 -concurrences k@n'kVr@nsIz Mj% 4 -concurrent k@n'kVr@nt OA% 3 -concurrently k@n'kVr@ntlI Pu% 4 -concurring k@n'k3rIN Ib% 32A,3A,4A -concurs k@n'k3z Ia% 22A,3A,4A -concuss k@n'kVs H1% 26A -concussed k@n'kVst Hc%,Hd% 26A -concusses k@n'kVsIz Ha% 36A -concussing k@n'kVsIN Hb% 36A -concussion k@n'kVSn M6% 3 -concussions k@n'kVSnz Mj$ 3 -condemn k@n'dem H0% 26A,14,16B,17 -condemnation ,k0ndem'neISn M6% 4 -condemnations ,k0ndem'neISnz Mj$ 4 -condemned k@n'demd Hc%,Hd% 26A,14,16B,17 -condemning k@n'demIN Hb% 36A,14,16B,17 -condemns k@n'demz Ha% 26A,14,16B,17 -condensation ,k0nden'seISn M6% 4 -condensations ,k0nden'seISnz Mj$ 4 -condense k@n'dens J2% 22A,3A,6A,14 -condensed k@n'denst Jc%,Jd% 22A,3A,6A,14 -condenser k@n'dens@R K6% 3 -condensers k@n'dens@z Kj% 3 -condenses k@n'densIz Ja% 32A,3A,6A,14 -condensing k@n'densIN Jb% 32A,3A,6A,14 -condescend ,k0ndI'send I0% 32A,3A,4A -condescended ,k0ndI'sendId Ic%,Id% 42A,3A,4A -condescending ,k0ndI'sendIN Ib%,OA% 42A,3A,4A -condescendingly ,k0ndI'sendINlI Pu% 5 -condescends ,k0ndI'sendz Ia% 32A,3A,4A -condescension ,k0ndI'senSn M6% 4 -condescensions ,k0ndI'senSnz Mj$ 4 -condign k@n'daIn OA$ 2 -condiment 'k0ndIm@nt M6$ 3 -condiments 'k0ndIm@nts Mj% 3 -condition k@n'dISn H0%,K6% 36A -conditional k@n'dIS@nl OA% 4 -conditionally k@n'dIS@n@lI Pu% 5 -conditioned k@n'dIS@nd OA% 3 -conditioned k@n'dISnd Hc%,Hd% 36A -conditioner k@n'dIS@n@R K6% 4 -conditioners k@n'dIS@n@z Kj% 4 -conditioning k@n'dISnIN Hb% 46A -conditions k@n'dISnz Ha%,Kj% 36A -condole k@n'd@Ul I2% 23A -condoled k@n'd@Uld Ic%,Id% 23A -condolence k@n'd@Ul@ns K6% 3 -condolences k@n'd@Ul@nsIz Kj% 4 -condoles k@n'd@Ulz Ia% 23A -condoling k@n'd@UlIN Ib% 33A -condominium ,k0nd@'mInI@m K6% 5 -condominiums ,k0nd@'mInI@mz Kj% 5 -condonation ,k0nd@U'neISn K6$ 4 -condonations ,k0nd@U'neISnz Kj$ 4 -condone k@n'd@Un H2% 26A,6C -condoned k@n'd@Und Hc%,Hd% 26A,6C -condones k@n'd@Unz Ha% 26A,6C -condoning k@n'd@UnIN Hb% 36A,6C -condor 'k0ndOR K6% 2 -condors 'k0ndOz Kj% 2 -conduce k@n'djus I2% 23A -conduced k@n'djust Ic%,Id% 23A -conduces k@n'djusIz Ia% 33A -conducing k@n'djusIN Ib% 33A -conducive k@n'djusIv OA% 3 -conduct 'k0ndVkt L@% 2 -conduct k@n'dVkt J0% 22A,6A,14,15A,15B,16A -conducted k@n'dVktId Jc%,Jd% 32A,6A,14,15A,15B,16A -conducting k@n'dVktIN Jb% 32A,6A,14,15A,15B,16A -conduction k@n'dVkSn L@% 3 -conductive k@n'dVktIv OA% 3 -conductivities ,k0ndVk'tIvItIz Mj$ 5 -conductivity ,k0ndVk'tIvItI M8% 5 -conductor k@n'dVkt@R K6% 3 -conductors k@n'dVkt@z Kj% 3 -conductress k@n'dVktrIs K7% 3 -conductresses k@n'dVktrIsIz Kj% 4 -conducts k@n'dVkts Ja% 22A,6A,14,15A,15B,16A -conduit 'k0ndwIt K6% 2 -conduits 'k0ndwIts Kj% 2 -cone k@Un H2$,K6% 115B -coned k@Und Hc$,Hd$ 115B -cones k@Unz Ha$,Kj% 115B -coney 'k@UnI K6% 2 -coneys 'k@UnIz Kj% 2 -confab 'k0nf&b I4$,K6% 2 -confabbed 'k0nf&bd Ic$,Id$ 2 -confabbing 'k0nf&bIN Ib$ 3 -confabs 'k0nf&bz Ia$,Kj% 2 -confabulate ,k@n'f&bjUleIt I2$ 42A,3A -confabulated ,k@n'f&bjUleItId Ic$,Id$ 52A,3A -confabulates ,k@n'f&bjUleIts Ia$ 42A,3A -confabulating ,k@n'f&bjUleItIN Ib$ 52A,3A -confabulation k@n,f&bjU'leISn K6$ 5 -confabulations k@n,f&bjU'leISnz Kj$ 5 -confection k@n'fekSn M6% 3 -confectioner k@n'fekSn@R K6% 4 -confectioneries k@n'fekS@n@rIz Mj$ 5 -confectioners k@n'fekSn@z Kj% 4 -confectionery k@n'fekS@n@rI M8% 5 -confections k@n'fekSnz Mj% 3 -confederacies k@n'fed@r@sIz Kj$ 5 -confederacy k@n'fed@r@sI K8% 5 -confederate k@n'fed@r@t K6%,OA% 4 -confederate k@n'fed@reIt J2% 42A,3A,6A,14 -confederated k@n'fed@reItId Jc%,Jd% 52A,3A,6A,14 -confederates k@n'fed@r@ts Kj% 4 -confederates k@n'fed@reIts Ja% 42A,3A,6A,14 -confederating k@n'fed@reItIN Jb% 52A,3A,6A,14 -confederation k@n,fed@'reISn M6% 5 -confederations k@n,fed@'reISnz Mj% 5 -confer k@n'f3R J4% 22A,3A,14 -conference 'k0nf@r@ns M6% 3 -conferences 'k0nf@r@nsIz Mj% 4 -conferment k@n'f3m@nt K6% 3 -conferments k@n'f3m@nts Kj$ 3 -conferred k@n'f3d Jc%,Jd% 22A,3A,14 -conferring k@n'f3rIN Jb% 32A,3A,14 -confers k@n'f3z Ja% 22A,3A,14 -confess k@n'fes J1% 22A,3A,3B,6A,9,14,25 -confessed k@n'fest Jc%,Jd% 22A,3A,3B,6A,9,14,25 -confessedly k@n'fesIdlI Pu% 4 -confesses k@n'fesIz Ja% 32A,3A,3B,6A,9,14,25 -confessing k@n'fesIN Jb% 32A,3A,3B,6A,9,14,25 -confession k@n'feSn M6% 3 -confessional k@n'feS@nl K6% 4 -confessionals k@n'feS@nlz Kj% 4 -confessions k@n'feSnz Mj% 3 -confessor k@n'fes@R K6% 3 -confessors k@n'fes@z Kj% 3 -confetti k@n'fetI Lk% 3 -confidant ,k0nfI'd&nt K6% 3 -confidants ,k0nfI'd&nts Kj% 3 -confide k@n'faId J2% 23A,14 -confided k@n'faIdId Jc%,Jd% 33A,14 -confidence 'k0nfId@ns M6% 3 -confidences 'k0nfId@nsIz Mj% 4 -confident 'k0nfId@nt OA% 3 -confidential ,k0nfI'denSl OA% 4 -confidentialities ,k0nfI,denSI'&lItIz Mj$ 7 -confidentiality ,k0nfI,denSI'&lItI M8% 7 -confidentially ,k0nfI'denS@lI Pu% 5 -confidently 'k0nfId@ntlI Pu% 4 -confides k@n'faIdz Ja% 23A,14 -confiding k@n'faIdIN Jb%,OA% 33A,14 -confidingly k@n'faIdINlI Pu% 4 -configuration k@n,fIg@'reISn K6% 5 -configurations k@n,fIg@'reISnz Kj% 5 -configure k@n'fIg@R H2% 36A -configured k@n'fIg@d Hc%,Hd%,OA% 36A -configures k@n'fIg@z Ha% 36A -configuring k@n'fIg@rIN Hb% 46A -confine k@n'faIn H2% 26A,14 -confined k@n'faInd Hc%,Hd%,OA% 26A,14 -confinement k@n'faInm@nt M6% 3 -confinements k@n'faInm@nts Mj% 3 -confines 'k0nfaInz Kj% 2 -confines k@n'faInz Ha% 26A,14 -confining k@n'faInIN Hb% 36A,14 -confirm k@n'f3m H0% 26A,9 -confirmation ,k0nf@'meISn M6% 4 -confirmations ,k0nf@'meISnz Mj% 4 -confirmed k@n'f3md Hc%,Hd%,OA% 26A,9 -confirming k@n'f3mIN Hb% 36A,9 -confirms k@n'f3mz Ha% 26A,9 -confiscate 'k0nfIskeIt H2% 36A -confiscated 'k0nfIskeItId Hc%,Hd% 46A -confiscates 'k0nfIskeIts Ha% 36A -confiscating 'k0nfIskeItIN Hb% 46A -confiscation ,k0nfI'skeISn M6% 4 -confiscations ,k0nfI'skeISnz Mj$ 4 -conflagration ,k0nfl@'greISn K6% 4 -conflagrations ,k0nfl@'greISnz Kj% 4 -conflict 'k0nflIkt M6% 2 -conflict k@n'flIkt I0% 22A,3A -conflicted k@n'flIktId Ic%,Id% 32A,3A -conflicting k@n'flIktIN Ib%,OA% 32A,3A -conflicts 'k0nflIkts Mj% 2 -conflicts k@n'flIkts Ia% 22A,3A -confluence 'k0nflU@ns K6% 3 -confluences 'k0nflU@nsIz Kj$ 3 -confluent 'k0nflU@nt OA$ 3 -conform k@n'fOm J0% 22A,3A,14 -conformable k@n'fOm@bl OA$ 4 -conformation ,k0nfO'meISn K6$ 4 -conformations ,k0nfO'meISnz Kj$ 4 -conformed k@n'fOmd Jc%,Jd% 22A,3A,14 -conforming k@n'fOmIN Jb% 32A,3A,14 -conformist k@n'fOmIst K6% 3 -conformists k@n'fOmIsts Kj% 3 -conformity k@n'fOmItI L@% 4 -conforms k@n'fOmz Ja% 22A,3A,14 -confound k@n'faUnd H0% 26A,14 -confounded k@n'faUndId Hc%,Hd%,OA% 36A,14 -confoundedly k@n'faUndIdlI Pu$ 4 -confounding k@n'faUndIN Hb% 36A,14 -confounds k@n'faUndz Ha% 26A,14 -confr`ere 'k0nfre@R K6$ 2 -confr`eres 'k0nfre@z Kj$ 2 -confront k@n'frVnt H0% 26A,14 -confrontation ,k0nfrVn'teISn M6% 4 -confrontations ,k0nfrVn'teISnz Mj% 4 -confronted k@n'frVntId Hc%,Hd% 36A,14 -confronting k@n'frVntIN Hb% 36A,14 -confronts k@n'frVnts Ha% 26A,14 -confuse k@n'fjuz H2% 26A,14 -confused k@n'fjuzd Hc%,Hd% 26A,14 -confusedly k@n'fjuzIdlI Pu% 4 -confuses k@n'fjuzIz Ha% 36A,14 -confusing k@n'fjuzIN Hb% 36A,14 -confusion k@n'fjuZn L@% 3 -confutation ,k0nfju'teISn K6$ 4 -confutations ,k0nfju'teISnz Kj$ 4 -confute k@n'fjut H2% 26A -confuted k@n'fjutId Hc%,Hd% 36A -confutes k@n'fjuts Ha% 26A -confuting k@n'fjutIN Hb$ 36A -cong_e 'k0nZeI K6$ 2 -cong_es 'k0nZeIz Kj$ 2 -congeal k@n'dZil J0% 22A,6A -congealed k@n'dZild Jc%,Jd% 22A,6A -congealing k@n'dZilIN Jb% 32A,6A -congeals k@n'dZilz Ja% 22A,6A -congenial k@n'dZinI@l OA% 4 -congenially k@n'dZinI@lI Pu% 5 -congenital k@n'dZenItl OA% 4 -conger 'k0Ng@R K6$ 2 -conger-eel 'k0Ng@r-il K6% 3 -conger-eels 'k0Ng@r-ilz Kj% 3 -congers 'k0Ng@z Kj$ 2 -congested k@n'dZestId OA% 3 -congestion k@n'dZestS@n L@% 3 -conglomerate k@n'gl0m@r@t K6%,OA% 4 -conglomerate k@n'gl0m@reIt J2$ 42A,6A -conglomerated k@n'gl0m@reItId Jc$,Jd$ 52A,6A -conglomerates k@n'gl0m@r@ts Kj% 4 -conglomerates k@n'gl0m@reIts Ja$ 42A,6A -conglomerating k@n'gl0m@reItIN Jb$ 52A,6A -conglomeration k@n,gl0m@'reISn M6% 5 -conglomerations k@n,gl0m@'reISnz Mj$ 5 -congratulate k@n'gr&tSUleIt H2% 46A,14 -congratulated k@n'gr&tSUleItId Hc%,Hd% 56A,14 -congratulates k@n'gr&tSUleIts Ha% 46A,14 -congratulating k@n'gr&tSUleItIN Hb% 56A,14 -congratulation k@n,gr&tSU'leISn K6% 5 -congratulations k@n,gr&tSU'leISnz Kj% 5 -congratulatory k@n'gr&tSUl@t@rI OA% 6 -congregate 'k0NgrIgeIt J2% 32A,2C,6A -congregated 'k0NgrIgeItId Jc%,Jd% 42A,2C,6A -congregates 'k0NgrIgeIts Ja% 32A,2C,6A -congregating 'k0NgrIgeItIN Jb% 42A,2C,6A -congregation ,k0NgrI'geISn M6% 4 -congregational ,k0NgrI'geISn@l OA% 5 -congregations ,k0NgrI'geISnz Mj% 4 -congress 'k0Ngres K7% 2 -congresses 'k0NgresIz Kj% 3 -congressional k@n'greS@nl OA% 4 -congressman 'k0Ngresm@n Ki% 3 -congressmen 'k0Ngresm@n Kj% 3 -congresswoman 'k0NgreswUm@n Ki$ 4 -congresswomen 'k0NgreswImIn Kj$ 4 -congruent 'k0NgrU@nt OA% 3 -congruous 'k0NgrU@s OA$ 3 -conic 'k0nIk OA$ 2 -conical 'k0nIkl OA% 3 -conies 'k@UnIz Kj$ 2 -conifer 'k0nIf@R K6% 3 -coniferous k@'nIf@r@s OA% 4 -conifers 'k0nIf@z Kj% 3 -coning 'k@UnIN Hb$ 215B -conjectural k@n'dZektS@r@l OA% 4 -conjecture k@n'dZektS@R J2%,M6% 32A,6A,9,25 -conjectured k@n'dZektS@d Jc%,Jd% 32A,6A,9,25 -conjectures k@n'dZektS@z Ja%,Mj% 32A,6A,9,25 -conjecturing k@n'dZektS@rIN Jb% 42A,6A,9,25 -conjoin k@n'dZoIn J0$ 22A,6A -conjoined k@n'dZoInd Jc$,Jd$ 22A,6A -conjoining k@n'dZoInIN Jb$ 32A,6A -conjoins k@n'dZoInz Ja$ 22A,6A -conjoint k@n'dZoInt OA$ 2 -conjointly k@n'dZoIntlI Pu% 3 -conjugal 'k0ndZUg@l OA% 3 -conjugally 'k0ndZUg@lI Pu% 4 -conjugate 'k0ndZUgeIt J2% 32A,6A -conjugated 'k0ndZUgeItId Jc%,Jd% 42A,6A -conjugates 'k0ndZUgeIts Ja% 32A,6A -conjugating 'k0ndZUgeItIN Jb% 42A,6A -conjugation ,k0ndZU'geISn M6% 4 -conjugations ,k0ndZU'geISnz Mj% 4 -conjunction k@n'dZVNkSn M6% 3 -conjunctions k@n'dZVNkSnz Mj% 3 -conjunctive k@n'dZVNktIv K6%,OA% 3 -conjunctives k@n'dZVNktIvz Kj% 3 -conjuncture k@n'dZVNktS@R K6$ 3 -conjunctures k@n'dZVNktS@z Kj$ 3 -conjuration ,k0ndZU'reISn K6$ 4 -conjurations ,k0ndZU'reISnz Kj$ 4 -conjure 'kVndZ@R J2% 22A,15A,15B,17 -conjured 'kVndZ@d Jc%,Jd% 22A,15A,15B,17 -conjurer 'kVndZ@r@R K6$ 3 -conjurers 'kVndZ@r@z Kj$ 3 -conjures 'kVndZ@z Ja% 22A,15A,15B,17 -conjuring 'kVndZ@rIN Jb% 32A,15A,15B,17 -conjuror 'kVndZ@r@R K6% 3 -conjurors 'kVndZ@r@z Kj% 3 -conk k0Nk I0%,K6% 1 -conked k0Nkt Ic%,Id% 1 -conker 'k0Nk@R K6% 2 -conkers 'k0Nk@z Kj% 2 -conking 'k0NkIN Ib% 2 -conks k0Nks Ia%,Kj% 1 -connect k@'nekt J0% 22A,2C,3A,6A,14,15A,15B -connected k@'nektId Jc%,Jd% 32A,2C,3A,6A,14,15A,15B -connecting k@'nektIN Jb% 32A,2C,3A,6A,14,15A,15B -connection k@'nekSn M6% 3 -connections k@'nekSnz Mj% 3 -connective k@'nektIv K6%,OA% 3 -connectives k@'nektIvz Kj% 3 -connects k@'nekts Ja% 22A,2C,3A,6A,14,15A,15B -conned k0nd Hc%,Hd% 16A,14 -connexion k@'nekSn M6$ 3 -connexions k@'nekSnz Mj$ 3 -conning 'k0nIN Hb%,Oq% 26A,14 -connivance k@'naIv@ns L@% 3 -connive k@'naIv I2% 23A -connived k@'naIvd Ic%,Id% 23A -connives k@'naIvz Ia% 23A -conniving k@'naIvIN Ib% 33A -connoisseur ,k0n@'s3R K6% 3 -connoisseurs ,k0n@'s3z Kj% 3 -connotation ,k0n@'teISn K6% 4 -connotations ,k0n@'teISnz Kj% 4 -connote k@'n@Ut H2$ 26A -connoted k@'n@UtId Hc$,Hd$ 36A -connotes k@'n@Uts Ha$ 26A -connoting k@'n@UtIN Hb$ 36A -connubial k@'njubI@l OA$ 4 -conquer 'k0Nk@R H0% 26A -conquered 'k0Nk@d Hc%,Hd% 26A -conquering 'k0Nk@rIN Hb% 36A -conqueror 'k0Nk@r@R K6% 3 -conquerors 'k0Nk@r@z Kj% 3 -conquers 'k0Nk@z Ha% 26A -conquest 'k0Nkwest M6% 2 -conquests 'k0Nkwests Mj% 2 -conquistador k0n'kwIst@dOR K6% 4 -conquistadors k0n'kwIst@dOz Kj% 4 -cons k0nz Ha%,Kj$ 16A,14 -consanguinity ,k0ns&N'gwInItI L@$ 5 -conscience 'k0nS@ns M6% 2 -conscience-smitten 'k0nS@ns-smItn OA% 4 -consciences 'k0nS@nsIz Mj% 3 -conscientious ,k0nSI'enS@s OA% 4 -conscientiously ,k0nSI'enS@slI Pu% 5 -conscientiousness ,k0nSI'enS@sn@s L@% 5 -conscious 'k0nS@s OA% 2 -consciously 'k0nS@slI Pu% 3 -consciousness 'k0nS@sn@s L@% 3 -conscript 'k0nskrIpt K6% 2 -conscript k@n'skrIpt H0% 26A,14 -conscripted k@n'skrIptId Hc%,Hd% 36A,14 -conscripting k@n'skrIptIN Hb% 36A,14 -conscription k@n'skrIpSn L@% 3 -conscripts 'k0nskrIpts Kj% 2 -conscripts k@n'skrIpts Ha% 26A,14 -consecrate 'k0nsIkreIt H2% 36A,14,23 -consecrated 'k0nsIkreItId Hc%,Hd% 46A,14,23 -consecrates 'k0nsIkreIts Ha% 36A,14,23 -consecrating 'k0nsIkreItIN Hb% 46A,14,23 -consecration ,k0nsI'kreISn M6% 4 -consecrations ,k0nsI'kreISnz Mj$ 4 -consecutive k@n'sekjUtIv OA% 4 -consecutively k@n'sekjUtIvlI Pu% 5 -consensus k@n'sens@s Mi% 3 -consent k@n'sent I0%,L@% 22A,3A,7A -consented k@n'sentId Ic%,Id% 32A,3A,7A -consenting k@n'sentIN Ib% 32A,3A,7A -consents k@n'sents Ia% 22A,3A,7A -consequence 'k0nsIkw@ns M6% 3 -consequences 'k0nsIkw@nsIz Mj% 4 -consequent 'k0nsIkw@nt OA% 3 -consequential ,k0nsI'kwenSl OA% 4 -consequentially ,k0nsI'kwenS@lI Pu% 5 -consequently 'k0nsIkw@ntlI Pu% 4 -conservancies k@n's3v@nsIz Mj$ 4 -conservancy k@n's3v@nsI M8$ 4 -conservation ,k0ns@'veISn L@% 4 -conservatism k@n's3v@tIz@m L@% 5 -conservative k@n's3v@tIv K6%,OA% 4 -conservatively k@n's3v@tIvlI Pu% 5 -conservatives k@n's3v@tIvz Kj% 4 -conservatoire k@n's3v@twAR K6% 4 -conservatoires k@n's3v@twAz Kj% 4 -conservatories k@n's3v@trIz Kj% 4 -conservatory k@n's3v@trI K8% 4 -conserve k@n's3v H2%,K6% 26A -conserved k@n's3vd Hc%,Hd% 26A -conserves k@n's3vz Ha%,Kj% 26A -conserving k@n's3vIN Hb% 36A -consider k@n'sId@R H0% 36A,6C,8,9,10,25 -considerable k@n'sId@r@bl OA% 5 -considerably k@n'sId@r@blI Pu% 5 -considerate k@n'sId@r@t OA% 4 -considerately k@n'sId@r@tlI Pu% 5 -considerateness k@n'sId@r@tn@s L@% 5 -consideration k@n,sId@'reISn M6% 5 -considerations k@n,sId@'reISnz Mj% 5 -considered k@n'sId@d Hc%,Hd% 36A,6C,8,9,10,25 -considering k@n'sId@rIN Hb%,T-% 46A,6C,8,9,10,25 -considers k@n'sId@z Ha% 36A,6C,8,9,10,25 -consign k@n'saIn H0% 26A,14 -consigned k@n'saInd Hc%,Hd% 26A,14 -consignee ,k0nsaI'ni K6$ 3 -consignees ,k0nsaI'niz Kj$ 3 -consigner k@n'saIn@R K6% 3 -consigners k@n'saIn@z Kj% 3 -consigning k@n'saInIN Hb% 36A,14 -consignment k@n'saInm@nt M6% 3 -consignments k@n'saInm@nts Mj% 3 -consignor k@n'saIn@R K6$ 3 -consignors k@n'saIn@z Kj$ 3 -consigns k@n'saInz Ha% 26A,14 -consist k@n'sIst I0% 23A -consisted k@n'sIstId Ic%,Id% 33A -consistence k@n'sIst@ns L@% 3 -consistencies k@n'sIst@nsIz Mj% 4 -consistency k@n'sIst@nsI M8% 4 -consistent k@n'sIst@nt OA% 3 -consistently k@n'sIst@ntlI Pu% 4 -consisting k@n'sIstIN Ib% 33A -consistories k@n'sIst@rIz Kj$ 4 -consistory k@n'sIst@rI K8$ 4 -consists k@n'sIsts Ia% 23A -consolable k@n's@Ul@bl OA% 4 -consolation ,k0ns@'leISn M6% 4 -consolations ,k0ns@'leISnz Mj% 4 -consolatory k@n's0l@t@rI OA$ 5 -console 'k0ns@Ul K6% 2 -console k@n's@Ul H2% 26A,14 -consoled k@n's@Uld Hc%,Hd% 26A,14 -consoles 'k0ns@Ulz Kj% 2 -consoles k@n's@Ulz Ha% 26A,14 -consolidate k@n's0lIdeIt J2% 42A,6A -consolidated k@n's0lIdeItId Jc%,Jd% 52A,6A -consolidates k@n's0lIdeIts Ja% 42A,6A -consolidating k@n's0lIdeItIN Jb% 52A,6A -consolidation k@n,s0lI'deISn M6% 5 -consolidations k@n,s0lI'deISnz Mj$ 5 -consoling k@n's@UlIN Hb% 36A,14 -consols 'k0ns0lz Kj% 2 -consomm_e k@n's0meI M6% 3 -consomm_es k@n's0meIz Mj$ 3 -consonance 'k0ns@n@ns L@$ 3 -consonant 'k0ns@n@nt K6%,OA% 3 -consonants 'k0ns@n@nts Kj% 3 -consort 'k0nsOt K6% 2 -consort k@n'sOt I0% 22C,3A -consorted k@n'sOtId Ic%,Id% 32C,3A -consortia k@n'sOtI@ Kj% 4 -consorting k@n'sOtIN Ib% 32C,3A -consortium k@n'sOtI@m Ki% 4 -consorts 'k0nsOts Kj% 2 -consorts k@n'sOts Ia% 22C,3A -conspectus k@n'spekt@s K7$ 3 -conspectuses k@n'spekt@sIz Kj$ 4 -conspicuous k@n'spIkjU@s OA% 4 -conspicuously k@n'spIkjU@slI Pu% 5 -conspicuousness k@n'spIkjU@sn@s L@% 5 -conspiracies k@n'spIr@sIz Mj% 4 -conspiracy k@n'spIr@sI M8% 4 -conspirator k@n'spIr@t@R K6% 4 -conspiratorial k@n,spIr@'tOrI@l OA% 6 -conspirators k@n'spIr@t@z Kj% 4 -conspire k@n'spaI@R J2% 22A,3A,4A,6A -conspired k@n'spaI@d Jc%,Jd% 22A,3A,4A,6A -conspires k@n'spaI@z Ja% 22A,3A,4A,6A -conspiring k@n'spaI@rIN Jb% 32A,3A,4A,6A -constable 'k0nst@bl K6% 3 -constables 'k0nst@blz Kj% 3 -constabularies k@n'st&bjUl@rIz Kj% 5 -constabulary k@n'st&bjUl@rI K8% 5 -constancy 'k0nst@nsI L@% 3 -constant 'k0nst@nt K6%,OA% 2 -constantly 'k0nst@ntlI Pu% 3 -constants 'k0nst@nts Kj% 2 -constellation ,k0nst@'leISn K6% 4 -constellations ,k0nst@'leISnz Kj% 4 -consternation ,k0nst@'neISn L@% 4 -constipate 'k0nstIpeIt H2% 36A -constipated 'k0nstIpeItId Hc%,Hd%,OA% 46A -constipates 'k0nstIpeIts Ha% 36A -constipating 'k0nstIpeItIN Hb% 46A -constipation ,k0nstI'peISn L@% 4 -constituencies k@n'stItjU@nsIz Kj% 5 -constituency k@n'stItjU@nsI K8% 5 -constituent k@n'stItjU@nt K6%,OA% 4 -constituents k@n'stItjU@nts Kj% 3 -constitute 'k0nstItjut H2% 36A,23 -constituted 'k0nstItjutId Hc%,Hd% 46A,23 -constitutes 'k0nstItjuts Ha% 36A,23 -constituting 'k0nstItjutIN Hb% 46A,23 -constitution ,k0nstI'tjuSn M6% 4 -constitutional ,k0nstI'tjuS@nl K6%,OA% 5 -constitutionalism ,k0nstI'tjuS@n@lIz@m L@$ 7 -constitutionalist ,k0nstI'tjuSn@lIst K6$ 5 -constitutionalists ,k0nstI'tjuSn@lIsts Kj$ 5 -constitutionalize ,k0nstI'tjuSn@laIz H2$ 5 -constitutionalized ,k0nstI'tjuSn@laIzd Hc$,Hd$ 5 -constitutionalizes ,k0nstI'tjuSn@laIzIz Ha$ 6 -constitutionalizing ,k0nstI'tjuSn@laIzIN Hb$ 6 -constitutionally ,k0nstI'tjuS@n@lI Pu% 6 -constitutionals ,k0nstI'tjuS@nlz Kj$ 5 -constitutions ,k0nstI'tjuSnz Mj% 4 -constitutive k@n'stItjUtIv OA$ 4 -constrain k@n'streIn H0% 26A,17 -constrained k@n'streInd Hc%,Hd%,OA% 26A,17 -constrainedly k@n'streIn@dlI Pu% 4 -constraining k@n'streInIN Hb% 36A,17 -constrains k@n'streInz Ha% 26A,17 -constraint k@n'streInt M6% 2 -constraints k@n'streInts Mj% 2 -constrict k@n'strIkt H0% 26A -constricted k@n'strIktId Hc%,Hd% 36A -constricting k@n'strIktIN Hb% 36A -constriction k@n'strIkSn M6% 3 -constrictions k@n'strIkSnz Mj% 3 -constricts k@n'strIkts Ha% 26A -construct k@n'strVkt H0% 26A -constructed k@n'strVktId Hc%,Hd% 36A -constructing k@n'strVktIN Hb% 36A -construction k@n'strVkSn M6% 3 -constructional k@n'strVkS@nl OA% 4 -constructions k@n'strVkSnz Mj% 3 -constructive k@n'strVktIv OA% 3 -constructively k@n'strVktIvlI Pu% 4 -constructor k@n'strVkt@R K6% 3 -constructors k@n'strVkt@z Kj% 3 -constructs k@n'strVkts Ha% 26A -construe k@n'stru J2% 22A,6A -construed k@n'strud Jc%,Jd% 22A,6A -construes k@n'struz Ja% 22A,6A -construing k@n'struIN Jb% 32A,6A -consubstantiation ,k0ns@b,st&nSI'eISn L@$ 6 -consul 'k0nsl K6% 2 -consular 'k0nsjUl@R OA% 3 -consulate 'k0nsjUl@t K6% 3 -consulates 'k0nsjUl@ts Kj% 3 -consuls 'k0nslz Kj% 2 -consulship 'k0ns@lSIp K6% 3 -consulships 'k0ns@lSIps Kj$ 3 -consult k@n'sVlt J0% 23A,6A,14 -consultant k@n'sVlt@nt K6% 3 -consultants k@n'sVlt@nts Kj% 3 -consultation ,k0nsl'teISn M6% 4 -consultations ,k0nsl'teISnz Mj% 4 -consultative k@n'sVlt@tIv OA% 4 -consulted k@n'sVltId Jc%,Jd% 33A,6A,14 -consulting k@n'sVltIN Jb% 33A,6A,14 -consults k@n'sVlts Ja% 23A,6A,14 -consume k@n'sjum J2% 26A -consumed k@n'sjumd Jc%,Jd% 26A -consumer k@n'sjum@R K6% 3 -consumers k@n'sjum@z Kj% 3 -consumes k@n'sjumz Ja% 26A -consuming k@n'sjumIN Jb%,OA% 36A -consummate 'k0ns@meIt H2% 36A -consummate k@n'sVm@t OA% 3 -consummated 'k0ns@meItId Hc%,Hd% 46A -consummates 'k0ns@meIts Ha% 36A -consummating 'k0ns@meItIN Hb% 46A -consummation ,k0ns@'meISn M6% 4 -consummations ,k0ns@'meISnz Mj$ 4 -consumption k@n'sVmpSn L@% 3 -consumptive k@n'sVmptIv K6%,OA% 3 -consumptives k@n'sVmptIvz Kj% 3 -cont k0nt Y~% 1 -contact 'k0nt&kt H0%,M6% 26A -contacted 'k0nt&ktId Hc%,Hd% 36A -contacting 'k0nt&ktIN Hb% 36A -contacts 'k0nt&kts Ha%,Mj% 26A -contagion k@n'teIdZ@n M6% 3 -contagions k@n'teIdZ@nz Mj$ 3 -contagious k@n'teIdZ@s OA% 3 -contagiously k@n'teIdZ@slI Pu% 4 -contain k@n'teIn H0% 26A -contained k@n'teInd Hc%,Hd% 26A -container k@n'teIn@R K6% 3 -containers k@n'teIn@z Kj% 3 -containing k@n'teInIN Hb% 36A -containment k@n'teInm@nt L@% 3 -contains k@n'teInz Ha% 26A -contaminant k@n't&mIn@nt K6% 4 -contaminants k@n't&mIn@nts Kj% 4 -contaminate k@n't&mIneIt H2% 46A -contaminated k@n't&mIneItId Hc%,Hd% 56A -contaminates k@n't&mIneIts Ha% 46A -contaminating k@n't&mIneItIN Hb% 56A -contamination k@n,t&mI'neISn M6% 5 -contaminations k@n,t&mI'neISnz Mj% 5 -contemn k@n'tem H0$ 26A -contemned k@n'temd Hc$,Hd$ 26A -contemning k@n'temIN Hb$ 36A -contemns k@n'temz Ha$ 26A -contemplate 'k0nt@mpleIt J2% 32A,6A,6C,19C -contemplated 'k0nt@mpleItId Jc%,Jd% 42A,6A,6C,19C -contemplates 'k0nt@mpleIts Ja% 32A,6A,6C,19C -contemplating 'k0nt@mpleItIN Jb% 42A,6A,6C,19C -contemplation ,k0nt@m'pleISn L@% 4 -contemplative k@n'templ@tIv OA% 4 -contemporaneous k@n,temp@'reInI@s OA% 6 -contemporaneously k@n,temp@'reInI@slI Pu% 7 -contemporaries k@n'tempr@rIz Kj% 4 -contemporary k@n'tempr@rI K8%,OA% 4 -contempt k@n'tempt L@% 2 -contemptible k@n'tempt@bl OA% 4 -contemptuous k@n'temptSU@s OA% 4 -contemptuously k@n'temptSU@slI Pu% 5 -contend k@n'tend J0% 23A,9 -contended k@n'tendId Jc%,Jd% 33A,9 -contender k@n'tend@R K6% 3 -contenders k@n'tend@z Kj% 3 -contending k@n'tendIN Jb% 33A,9 -contends k@n'tendz Ja% 23A,9 -content 'k0ntent K6% 2 -content k@n'tent H0%,L@%,OA% 26A,14 -contented k@n'tentId Hc%,Hd%,OA% 36A,14 -contentedly k@n'tentIdlI Pu% 4 -contenting k@n'tentIN Hb% 36A,14 -contention k@n'tenSn M6% 3 -contentions k@n'tenSnz Mj% 3 -contentious k@n'tenS@s OA% 3 -contentment k@n'tentm@nt L@% 3 -contents 'k0ntents Kj% 2 -contents k@n'tents Ha% 26A,14 -conterminous k0n't3mIn@s OA$ 4 -contest 'k0ntest K6% 2 -contest k@n'test J0% 23A,6A,9 -contestant k@n'test@nt K6% 3 -contestants k@n'test@nts Kj% 3 -contested k@n'testId Jc%,Jd% 33A,6A,9 -contesting k@n'testIN Jb% 33A,6A,9 -contests 'k0ntests Kj% 2 -contests k@n'tests Ja% 23A,6A,9 -context 'k0ntekst M6% 2 -contexts 'k0nteksts Mj% 2 -contextual k@n'tekstSU@l OA% 4 -contiguity ,k0ntI'gjuItI L@% 5 -contiguous k@n'tIgjU@s OA% 4 -contiguously k@n'tIgjU@slI Pu% 4 -continence 'k0ntIn@ns L@% 3 -continent 'k0ntIn@nt K6%,OA% 3 -continental ,k0ntI'nentl OA% 4 -continents 'k0ntIn@nts Kj% 3 -contingencies k@n'tIndZ@nsIz Mj% 4 -contingency k@n'tIndZ@nsI M8% 4 -contingent k@n'tIndZ@nt K6%,OA% 3 -contingents k@n'tIndZ@nts Kj$ 3 -continual k@n'tInjU@l OA% 4 -continually k@n'tInjU@lI Pu% 5 -continuance k@n'tInjU@ns Ki% 4 -continuation k@n,tInjU'eISn M6% 5 -continuations k@n,tInjU'eISnz Mj$ 5 -continue k@n'tInju J2% 32A,2B,2D,2E,6A,6D,7A,14 -continued k@n'tInjud Jc%,Jd% 32A,2B,2D,2E,6A,6D,7A,14 -continues k@n'tInjuz Ja% 32A,2B,2D,2E,6A,6D,7A,14 -continuing k@n'tInjuIN Jb% 42A,2B,2D,2E,6A,6D,7A,14 -continuity ,k0ntI'njuItI L@% 5 -continuous k@n'tInjU@s OA% 4 -continuously k@n'tInjU@slI Pu% 5 -contort k@n'tOt H0% 26A,14 -contorted k@n'tOtId Hc%,Hd% 36A,14 -contorting k@n'tOtIN Hb% 36A,14 -contortion k@n'tOSn M6% 3 -contortionist k@n'tOS@nIst K6% 4 -contortionists k@n'tOS@nIsts Kj% 4 -contortions k@n'tOSnz Mj% 3 -contorts k@n'tOts Ha% 26A,14 -contour 'k0ntU@R H0%,K6% 26A -contoured 'k0ntU@d Hc%,Hd% 26A -contouring 'k0ntU@rIN Hb% 36A -contours 'k0ntU@z Ha%,Kj% 26A -contra- ,k0ntr@- U-% 2 -contraband 'k0ntr@b&nd L@% 3 -contrabass ,k0ntr@'beIs K7% 3 -contrabasses ,k0ntr@'beIsIz Kj% 4 -contraception ,k0ntr@'sepSn L@% 4 -contraceptive ,k0ntr@'septIv K6%,OA% 4 -contraceptives ,k0ntr@'septIvz Kj% 4 -contract 'k0ntr&kt M6% 2 -contract k@n'tr&kt J0% 22A,2C,4A,6A,14 -contracted k@n'tr&ktId Jc%,Jd% 32A,2C,4A,6A,14 -contractible 'k0ntr&kt@bl OA$ 4 -contractile k@n'tr&ktaIl OA$ 3 -contracting k@n'tr&ktIN Jb% 32A,2C,4A,6A,14 -contraction k@n'tr&kSn M6% 3 -contractions k@n'tr&kSnz Mj% 3 -contractor 'k0ntr&kt@R K6% 3 -contractors 'k0ntr&kt@z Kj% 3 -contracts 'k0ntr&kts Mj% 2 -contracts k@n'tr&kts Ja% 22A,2C,4A,6A,14 -contractual k@n'tr&ktSU@l OA% 4 -contradict ,k0ntr@'dIkt H0% 36A -contradicted ,k0ntr@'dIktId Hc%,Hd% 46A -contradicting ,k0ntr@'dIktIN Hb% 46A -contradiction ,k0ntr@'dIkSn M6% 4 -contradictions ,k0ntr@'dIkSnz Mj% 4 -contradictory ,k0ntr@'dIkt@rI OA% 5 -contradicts ,k0ntr@'dIkts Ha% 36A -contradistinction ,k0ntr@dI'stINkSn K6$ 5 -contradistinctions ,k0ntr@dI'stINkSnz Kj$ 5 -contradistinguish ,k0ntr@dI'stINgwIS H1$ 514 -contradistinguished ,k0ntr@dI'stINgwISt Hc$,Hd$ 514 -contradistinguishes ,k0ntr@dI'stINgwISIz Ha$ 614 -contradistinguishing ,k0ntr@dI'stINgwISIN Hb$ 614 -contralto k@n'tr<@U K6% 3 -contraltos k@n'tr<@Uz Kj% 3 -contraption k@n'tr&pSn K6% 3 -contraptions k@n'tr&pSnz Kj% 3 -contrapuntal ,k0ntr@'pVntl OA% 4 -contraries 'k0ntr@rIz Mj$ 3 -contrarieties ,k0ntr@'raI@tIz Mj$ 5 -contrariety ,k0ntr@'raI@tI M8$ 5 -contrarily 'k0ntr@r@lI Pu% 4 -contrariness k@n'tre@rIn@s L@% 4 -contrariwise ,k0n'tre@rIwaIz Pu% 4 -contrary 'k0ntr@rI M8%,OA% 3 -contrary k@n'tre@rI OA% 3 -contrast 'k0ntrAst M6% 2 -contrast k@n'trAst J0% 22C,3A,6A,14 -contrasted k@n'trAstId Jc%,Jd% 32C,3A,6A,14 -contrasting k@n'trAstIN Jb% 32C,3A,6A,14 -contrastingly k@n'trAstINlI Pu% 4 -contrasts 'k0ntrAsts Mj% 2 -contrasts k@n'trAsts Ja% 22C,3A,6A,14 -contravene ,k0ntr@'vin H2% 36A -contravened ,k0ntr@'vind Hc%,Hd% 36A -contravenes ,k0ntr@'vinz Ha% 36A -contravening ,k0ntr@'vinIN Hb% 46A -contravention ,k0ntr@'venSn M6% 4 -contraventions ,k0ntr@'venSnz Mj% 4 -contretemps 'k0ntr@t0m K9% 3 -contribute k@n'trIbjut J2% 32A,3A,6A,14 -contributed k@n'trIbjutId Jc%,Jd% 42A,3A,6A,14 -contributes k@n'trIbjuts Ja% 32A,3A,6A,14 -contributing k@n'trIbjutIN Jb% 42A,3A,6A,14 -contribution ,k0ntrI'bjuSn M6% 4 -contributions ,k0ntrI'bjuSnz Mj% 4 -contributor k@n'trIbjut@R K6% 4 -contributors k@n'trIbjut@z Kj% 4 -contributory k@n'trIbjUt@rI OA% 5 -contrite k@n'traIt OA% 2 -contritely k@n'traItlI Pu% 3 -contrition k@n'trISn L@% 3 -contrivance k@n'traIv@ns M6% 3 -contrivances k@n'traIv@nsIz Mj% 4 -contrive k@n'traIv J2% 22A,6A,7A -contrived k@n'traIvd Jc%,Jd% 22A,6A,7A -contriver k@n'traIv@R K6$ 3 -contrivers k@n'traIv@z Kj$ 3 -contrives k@n'traIvz Ja% 22A,6A,7A -contriving k@n'traIvIN Jb% 32A,6A,7A -control k@n'tr@Ul H4%,M6% 26A -controllable k@n'tr@Ul@bl OA% 4 -controlled k@n'tr@Uld Hc%,Hd% 26A -controller k@n'tr@Ul@R K6% 3 -controllers k@n'tr@Ul@z Kj% 3 -controlling k@n'tr@UlIN Hb% 36A -controls k@n'tr@Ulz Ha%,Mj% 26A -controversial ,k0ntr@'v3Sl OA% 4 -controversialist ,k0ntr@'v3S@lIst K6$ 5 -controversialists ,k0ntr@'v3S@lIsts Kj$ 5 -controversially ,k0ntr@'v3S@lI Pu% 5 -controversies 'k0ntr@v3sIz Mj% 4 -controversy 'k0ntr@v3sI M8% 4 -controvert ,k0ntr@'v3t H0$ 36A -controverted ,k0ntr@'v3tId Hc$,Hd$ 46A -controverting ,k0ntr@'v3tIN Hb$ 46A -controverts ,k0ntr@'v3ts Ha$ 36A -contumacies 'k0ntjUm@sIz Mj$ 4 -contumacious ,k0ntju'meIS@s OA$ 4 -contumaciously ,k0ntju'meIS@slI Pu$ 5 -contumacy 'k0ntjUm@sI M8$ 4 -contumelies 'k0ntjumlIz Mj$ 3 -contumelious ,k0ntju'milI@s OA$ 5 -contumeliously ,k0ntju'milI@slI Pu$ 6 -contumely 'k0ntjumlI M8$ 3 -contuse k@n'tjuz H2$ 26A -contused k@n'tjuzd Hc$,Hd$ 26A -contuses k@n'tjuzIz Ha$ 36A -contusing k@n'tjuzIN Hb$ 36A -contusion k@n'tjuZn K6% 3 -contusions k@n'tjuZnz Kj% 3 -conundrum k@'nVndr@m K6% 3 -conundrums k@'nVndr@mz Kj% 3 -conurbation ,k0n3'beISn K6% 4 -conurbations ,k0n3'beISnz Kj% 4 -convalesce ,k0nv@'les I2% 32A -convalesced ,k0nv@'lest Ic%,Id% 32A -convalescence ,k0nv@'lesns L@% 4 -convalescent ,k0nv@'lesnt K6%,OA% 4 -convalescents ,k0nv@'lesnts Kj% 4 -convalesces ,k0nv@'lesIz Ia% 42A -convalescing ,k0nv@'lesIN Ib% 42A -convection k@n'vekSn L@% 3 -convector k@n'vekt@R K6% 3 -convectors k@n'vekt@z Kj% 3 -convene k@n'vin J2% 22A,6A -convened k@n'vind Jc%,Jd% 22A,6A -convener k@n'vin@R K6% 3 -conveners k@n'vin@z Kj% 3 -convenes k@n'vinz Ja% 22A,6A -convenience k@n'vinI@ns M6% 4 -conveniences k@n'vinI@nsIz Mj% 5 -convenient k@n'vinI@nt OA% 4 -conveniently k@n'vinI@ntlI Pu% 5 -convening k@n'vinIN Jb% 32A,6A -convent 'k0nv@nt K6% 2 -conventicle k@n'ventIkl K6$ 4 -conventicles k@n'ventIklz Kj$ 4 -convention k@n'venSn M6% 3 -conventional k@n'venS@nl OA% 4 -conventionalities k@n,venS@'n&lItIz Mj$ 6 -conventionality k@n,venS@'n&lItI M8$ 6 -conventionally k@n'venS@n@lI Pu% 5 -conventions k@n'venSnz Mj% 3 -convents 'k0nv@nts Kj% 2 -converge k@n'v3dZ I2% 22A,2C,3A -converged k@n'v3dZd Ic%,Id% 22A,2C,3A -convergence k@n'v3dZ@ns K6% 3 -convergences k@n'v3dZ@nsIz Kj$ 4 -convergent k@n'v3dZ@nt OA% 3 -converges k@n'v3dZIz Ia% 32A,2C,3A -converging k@n'v3dZIN Ib% 32A,2C,3A -conversant k@n'v3snt OA% 3 -conversation ,k0nv@'seISn M6% 4 -conversational ,k0nv@'seISn@l OA% 5 -conversationalist ,k0nv@'seISn@lIst K6% 6 -conversationalists ,k0nv@'seISn@lIsts Kj% 6 -conversationally ,k0nv@'seISn@lI Pu% 6 -conversations ,k0nv@'seISnz Mj% 4 -converse 'k0nv3s Mi%,OA% 2 -converse k@n'v3s I2% 22A,2C,3A -conversed k@n'v3st Ic%,Id% 22A,2C,3A -conversely k@n'v3slI Pu% 3 -converses k@n'v3sIz Ia% 32A,2C,3A -conversing k@n'v3sIN Ib% 32A,2C,3A -conversion k@n'v3Sn M6% 3 -conversions k@n'v3Snz Mj% 3 -convert 'k0nv3t K6% 2 -convert k@n'v3t H0% 26A,14 -converted k@n'v3tId Hc%,Hd%,OA% 36A,14 -converter k@n'v3t@R K6% 3 -converters k@n'v3t@z Kj% 3 -convertibility k@n,v3t@'bIlItI L@% 6 -convertible k@n'v3t@bl K6%,OA% 4 -convertibles k@n'v3t@blz Kj% 4 -converting k@n'v3tIN Hb% 36A,14 -converts 'k0nv3ts Kj% 2 -converts k@n'v3ts Ha% 26A,14 -convex 'k0nveks OA% 2 -convexity k@n'veksItI L@$ 4 -convexly 'k0nvekslI Pu$ 3 -convey k@n'veI H0% 26A,14 -conveyance k@n'veI@ns M6% 3 -conveyancer k@n'veI@ns@R K6% 4 -conveyancers k@n'veI@ns@z Kj% 4 -conveyances k@n'veI@nsIz Mj% 4 -conveyed k@n'veId Hc%,Hd% 26A,14 -conveyer k@n'veI@R K6% 3 -conveyer-belt k@n'veI@-belt K6% 4 -conveyer-belts k@n'veI@-belts Kj% 4 -conveyers k@n'veI@z Kj% 3 -conveying k@n'veIIN Hb% 36A,14 -conveyor k@n'veI@R K6% 3 -conveyors k@n'veI@z Kj% 3 -conveys k@n'veIz Ha% 26A,14 -convict 'k0nvIkt K6% 2 -convict k@n'vIkt H0% 26A,14 -convicted k@n'vIktId Hc%,Hd% 36A,14 -convicting k@n'vIktIN Hb% 36A,14 -conviction k@n'vIkSn M6% 3 -convictions k@n'vIkSnz Mj% 3 -convicts 'k0nvIkts Kj% 2 -convicts k@n'vIkts Ha% 26A,14 -convince k@n'vIns H2% 26A,11,14 -convinced k@n'vInst Hc%,Hd% 26A,11,14 -convinces k@n'vInsIz Ha% 36A,11,14 -convincible k@n'vIns@bl OA$ 4 -convincing k@n'vInsIN Hb%,OA% 36A,11,14 -convincingly k@n'vInsINlI Pu% 4 -convivial k@n'vIvI@l OA% 4 -convivialities k@n,vIvI'&lItIz Mj$ 6 -conviviality k@n,vIvI'&lItI M8% 6 -convivially k@n'vIvI@lI Pu% 5 -convocation ,k0nv@'keISn M6% 4 -convocations ,k0nv@'keISnz Mj$ 4 -convoke k@n'v@Uk H2$ 26A -convoked k@n'v@Ukt Hc$,Hd$ 26A -convokes k@n'v@Uks Ha$ 26A -convoking k@n'v@UkIN Hb$ 36A -convoluted ,k0nv@'lutId OA% 4 -convolution ,k0nv@'luSn K6% 4 -convolutions ,k0nv@'luSnz Kj% 4 -convolvulus k@n'v0lvjUl@s K7% 4 -convolvuluses k@n'v0lvjUl@sIz Kj$ 5 -convoy 'k0nvoI H0%,M6% 26A -convoyed 'k0nvoId Hc%,Hd% 26A -convoying 'k0nvoIIN Hb% 36A -convoys 'k0nvoIz Ha%,Mj% 26A -convulse k@n'vVls H2% 26A -convulsed k@n'vVlst Hc%,Hd% 26A -convulses k@n'vVlsIz Ha% 36A -convulsing k@n'vVlsIN Hb% 36A -convulsion k@n'vVlSn K6% 3 -convulsions k@n'vVlSnz Kj% 3 -convulsive k@n'vVlsIv OA% 3 -convulsively k@n'vVlsIvlI Pu% 4 -cony 'k@UnI K8$ 2 -coo ku J0%,K6% 1 -cooed kud Jc%,Jd% 1 -cooing 'kuIN Jb% 2 -cook kUk J0%,K6% 12A,6A,12B,13B,15B -cookbook 'kUkbUk K6% 2 -cookbooks 'kUkbUks Kj% 2 -cooked kUkt Jc%,Jd% 12A,6A,12B,13B,15B -cooker 'kUk@R K6% 2 -cookers 'kUk@z Kj% 2 -cookery 'kUk@rI L@% 3 -cookery-book 'kUk@rI-bUk K6% 4 -cookery-books 'kUk@rI-bUks Kj% 4 -cookhouse 'kUkhaUs K6% 2 -cookhouses 'kUkhaUzIz Kj% 3 -cookie 'kUkI K6% 2 -cookies 'kUkIz Kj% 2 -cooking 'kUkIN Jb%,L@% 22A,6A,12B,13B,15B -cooks kUks Ja%,Kj% 12A,6A,12B,13B,15B -cooky 'kUkI K8$ 2 -cool kul J0%,L@%,OC% 12A,2C,6A -cool-headed 'kul-hedId OA% 3 -coolant 'kul@nt M6% 2 -coolants 'kul@nts Mj% 2 -cooled kuld Jc%,Jd% 12A,2C,6A -cooler 'kul@R K6%,Or% 2 -coolers 'kul@z Kj% 2 -coolest 'kulIst Os% 2 -coolie 'kulI K6% 2 -coolies 'kulIz Kj% 2 -cooling 'kulIN Jb% 22A,2C,6A -cooling-tower 'kulIN-taU@R K6% 4 -cooling-towers 'kulIN-taU@z Kj% 4 -coolly 'kul+lI Pu% 2 -coolness 'kuln@s L@% 2 -cools kulz Ja% 12A,2C,6A -coon kun K6% 1 -coons kunz Kj% 1 -coop kup H0%,K6% 16A,15B -cooped kupt Hc%,Hd% 16A,15B -cooper 'kup@R K6$ 2 -cooperate k@U'0p@reIt I2% 42A,3A,4A -cooperated k@U'0p@reItId Ic%,Id% 52A,3A,4A -cooperates k@U'0p@reIts Ia% 42A,3A,4A -cooperating k@U'0p@reItIN Ib% 52A,3A,4A -cooperation k@U,0p@'reISn L@% 5 -cooperative k@U'0p@r@tIv K6%,OA% 4 -cooperatives k@U'0p@r@tIvz Kj% 4 -cooperator k@U'0p@reIt@R K6% 5 -cooperators k@U'0p@reIt@z Kj% 5 -coopers 'kup@z Kj$ 2 -cooping 'kupIN Hb$ 26A,15B -coops kups Ha$,Kj% 16A,15B -coordinate ,k@U'Od@n@t K6%,OA% 4 -coordinate ,k@U'OdIneIt H2% 46A -coordinated ,k@U'OdIneItId Hc%,Hd% 56A -coordinately ,k@U'OdIn@tlI Pu$ 5 -coordinates ,k@U'Od@n@ts Kj% 4 -coordinates ,k@U'OdIneIts Ha% 46A -coordinating ,k@U'OdIneItIN Hb% 56A -coordination ,k@U,OdIn'eISn M6% 5 -coordinations ,k@U,OdIn'eISnz Mj$ 5 -coordinator k@U'OdIneIt@R K6% 5 -coordinators k@U'OdIneIt@z Kj% 5 -coos kuz Ja%,Kj% 1 -coot kut K6% 1 -coots kuts Kj% 1 -cop k0p J4%,K6% 12C -cop-out 'k0p-aUt K6% 2 -cop-outs 'k0p-aUts Kj$ 2 -copartner ,k@U'pAtn@R K6% 3 -copartners ,k@U'pAtn@z Kj% 3 -copartnership k@U'pAtn@SIp K6% 4 -copartnerships k@U'pAtn@SIps Kj% 4 -cope k@Up I2%,K6% 12A,3A -copeck 'k@Upek K6$ 2 -copecks 'k@Upeks Kj$ 2 -coped k@Upt Ic%,Id% 12A,3A -copes k@Ups Ia%,Kj% 12A,3A -copied 'k0pId Jc%,Jd% 22A,6A,15A,15B -copies 'k0pIz Ja%,Mj% 22A,6A,15A,15B -coping 'k@UpIN Ib%,K6% 22A,3A -coping-stone 'k@UpIN-st@Un K6% 3 -coping-stones 'k@UpIN-st@Unz Kj% 3 -copings 'k@UpINz Kj$ 2 -copious 'k@UpI@s OA% 3 -copiously 'k@UpI@slI Pu% 4 -copped k0pt Jc%,Jd% 12C -copper 'k0p@R H0$,M6% 2 -copper-bottom ,k0p@-'b0t@m H0$ 4 -copper-bottomed 'k0p@-b0t@md OA% 4 -copper-bottomed ,k0p@-'b0t@md Hc$,Hd% 4 -copper-bottoming ,k0p@-'b0t@mIN Hb$ 5 -copper-bottoms ,k0p@-'b0t@mz Ha$ 4 -coppered 'k0p@d Hc$,Hd$ 2 -copperhead 'k0p@hed K6$ 3 -copperheads 'k0p@hedz Kj$ 3 -coppering 'k0p@rIN Hb$ 3 -copperplate 'k0p@pleIt L@% 3 -coppers 'k0p@z Ha$,Mj% 2 -coppersmith 'k0p@smIT K6% 3 -coppersmiths 'k0p@smITs Kj% 3 -coppice 'k0pIs K6% 2 -coppices 'k0pIsIz Kj% 3 -copping 'k0pIN Jb% 22C -copra 'k0pr@ L@$ 2 -cops k0ps Ja%,Kj% 12C -copse k0ps K6% 1 -copses 'k0psIz Kj% 2 -copula 'k0pjUl@ K6$ 3 -copulas 'k0pjUl@z Kj$ 3 -copulate 'k0pjUleIt I2% 32A,3A -copulated 'k0pjUleItId Ic%,Id% 42A,3A -copulates 'k0pjUleIts Ia% 32A,3A -copulating 'k0pjUleItIN Ib% 42A,3A -copulation ,k0pjU'leISn K6% 4 -copulations ,k0pjU'leISnz Kj% 4 -copulative 'k0pjUl@tIv K6$,OA$ 4 -copulatives 'k0pjUl@tIvz Kj$ 4 -copy 'k0pI J3%,M8% 22A,6A,15A,15B -copybook 'k0pIbUk K6% 3 -copybooks 'k0pIbUks Kj% 3 -copycat 'k0pIk&t K6% 3 -copycats 'k0pIk&ts Kj% 3 -copyhold 'k0pIh@Uld L@$ 3 -copyholder 'k0pIh@Uld@R K6$ 4 -copyholders 'k0pIh@Uld@z Kj$ 4 -copying 'k0pIIN Jb% 32A,6A,15A,15B -copyist 'k0pIIst K6$ 3 -copyists 'k0pIIsts Kj$ 3 -copyright 'k0pIraIt H0%,M6% 3 -copyrighted 'k0pIraItId Hc$,Hd% 4 -copyrighting 'k0pIraItIN Hb$ 4 -copyrights 'k0pIraIts Ha$,Mj$ 3 -copywriter 'k0pIraIt@R K6% 4 -copywriters 'k0pIraIt@z Kj% 4 -coquetries 'k0kItrIz Mj$ 3 -coquetry 'k0kItrI M8% 3 -coquette k0'ket K6% 2 -coquettes k0'kets Kj% 2 -coquettish k@U'ketIS OA% 3 -coquettishly k@U'ketISlI Pu% 4 -cor anglais ,kOr '0NgleI Ki% 3 -coracle 'k0r@kl K6% 3 -coracles 'k0r@klz Kj% 3 -coral 'k0r@l M6%,OA% 2 -coral-reef 'k0r@l-rif K6% 3 -coral-reefs 'k0r@l-rifs Kj% 3 -corals 'k0r@lz Mj% 2 -corbel 'kObl K6$ 2 -corbels 'kOblz Kj$ 2 -cord kOd H0%,M6% 1 -cordage 'kOdIdZ L@$ 2 -corded 'kOdId Hc$,Hd$ 2 -cordial 'kOdI@l M6%,OA% 3 -cordialities ,kOdI'&lItIz Mj$ 5 -cordiality ,kOdI'&lItI M8% 5 -cordially 'kOdI@lI Pu% 4 -cordials 'kOdI@lz Mj% 3 -cording 'kOdIN Hb$ 2 -cordite 'kOdaIt L@% 2 -cordon 'kOdn H0%,K6% 215B -cordon bleu ,kOd0n 'bl3 OA% 3 -cordoned 'kOdnd Hc%,Hd% 215B -cordoning 'kOdnIN Hb% 315B -cordons 'kOdnz Ha%,Kj% 215B -cords kOdz Ha%,Mj% 1 -corduroy 'kOd@roI L@% 3 -core kOR H2$,K6% 16A -cored kOd Hc$,Hd$ 16A -coreligionist ,k@UrI'lIdZ@nIst K6% 5 -coreligionists ,k@UrI'lIdZ@nIsts Kj% 5 -cores kOz Ha$,Kj% 16A -corgi 'kOgI K6% 2 -corgis 'kOgIz Kj% 2 -coring 'kOrIN Hb$ 26A -cork kOk H0%,M6% 16A,15A -corkage 'kOkIdZ L@% 2 -corked kOkt Hc%,Hd%,OA% 16A,15A -corker 'kOk@R K6% 2 -corkers 'kOk@z Kj% 2 -corking 'kOkIN Hb% 26A,15A -corks kOks Ha%,Mj% 16A,15A -corkscrew 'kOkskru K6% 2 -corkscrews 'kOkskruz Kj% 2 -corm kOm K6% 1 -cormorant 'kOm@r@nt K6% 3 -cormorants 'kOm@r@nts Kj% 3 -corms kOmz Kj% 1 -corn kOn H0$,M6% 1 -corn-exchange 'kOn-IkstSeIndZ K6% 3 -corn-exchanges 'kOn-IkstSeIndZIz Kj% 4 -corncob 'kOnk0b K6% 2 -corncobs 'kOnk0bz Kj% 2 -corncrake 'kOnkreIk K6% 2 -corncrakes 'kOnkreIks Kj% 2 -cornea 'kOnI@ K6% 3 -corneas 'kOnI@z Kj% 3 -corned kOnd Hc$,Hd$ 1 -cornelian kO'nilI@n K6$ 4 -cornelians kO'nilI@nz Kj$ 4 -corner 'kOn@R J0%,K6% 22A,6A -corner-kick 'kOn@-kIk K6% 3 -corner-kicks 'kOn@-kIks Kj% 3 -cornered 'kOn@d Jc%,Jd%,OA% 22A,6A -cornering 'kOn@rIN Jb% 32A,6A -corners 'kOn@z Ja%,Kj% 22A,6A -cornerstone 'kOn@st@Un K6% 3 -cornerstones 'kOn@st@Unz Kj% 3 -cornet 'kOnIt K6% 2 -cornets 'kOnIts Kj% 2 -cornflake 'kOnfleIk K6% 2 -cornflakes 'kOnfleIks Kj% 2 -cornflour 'kOnflaU@R L@% 3 -cornflower 'kOnflaU@R K6% 3 -cornflowers 'kOnflaU@z Kj% 3 -cornice 'kOnIs K6% 2 -cornices 'kOnIsIz Kj% 3 -cornier 'kOnI@R Or% 3 -corniest 'kOnIIst Os% 3 -corning 'kOnIN Hb$ 2 -cornpone 'kOnp@Un L@$ 2 -corns kOnz Ha$,Mj% 1 -cornstarch 'kOnstAtS L@% 2 -cornucopia ,kOnjU'k@UpI@ K6% 5 -cornucopias ,kOnjU'k@UpI@z Kj$ 5 -corny 'kOnI OD% 2 -corolla k@'r0l@ K6$ 3 -corollaries k@'r0l@rIz Kj% 4 -corollary k@'r0l@rI K8% 4 -corollas k@'r0l@z Kj$ 3 -corona k@'r@Un@ K6% 3 -coronaries 'k0r@nrIz Kj% 3 -coronary 'k0r@nrI K8%,OA% 3 -coronas k@'r@Un@z Kj$ 3 -coronation ,k0r@'neISn K6% 4 -coronations ,k0r@'neISnz Kj% 4 -coroner 'k0r@n@R K6% 3 -coroners 'k0r@n@z Kj% 3 -coronet 'k0r@net K6% 3 -coronets 'k0r@nets Kj% 3 -corpora 'kOp@r@ Kj$ 3 -corporal 'kOp@r@l K6%,OA% 3 -corporals 'kOp@r@lz Kj% 3 -corporate 'kOp@r@t OA% 3 -corporation ,kOp@'reISn K6% 4 -corporations ,kOp@'reISnz Kj% 4 -corporeal kO'pOrI@l OA% 4 -corps kOR Ki$ 1 -corps kOz Kj$ 1 -corps de ballet ,kO d@ 'b&leI Ki% 4 -corps de ballets ,kO d@ 'b&leI Kj$ 4 -corpse kOps K6% 1 -corpses 'kOpsIz Kj% 2 -corpulence 'kOpjUl@ns L@% 3 -corpulent 'kOpjUl@nt OA% 3 -corpus 'kOp@s Ki% 2 -corpuscle 'kOpVsl K6% 3 -corpuscles 'kOpVslz Kj% 3 -corral k@'rAl H4$,K6% 26A -corralled k@'rAld Hc$,Hd$ 26A -corralling k@'rAlIN Hb$ 36A -corrals k@'rAlz Ha$,Kj% 26A -correct k@'rekt H0%,OA% 26A,14 -corrected k@'rektId Hc%,Hd% 36A,14 -correcting k@'rektIN Hb% 36A,14 -correction k@'rekSn M6% 3 -corrections k@'rekSnz Mj% 3 -correctitude k@'rektItjud L@$ 4 -corrective k@'rektIv K6%,OA% 3 -correctives k@'rektIvz Kj% 3 -correctly k@'rektlI Pu% 3 -correctness k@'rektn@s L@% 3 -corrects k@'rekts Ha% 26A,14 -correlate 'k0r@leIt J2% 32A,3A,6A,14 -correlated 'k0r@leItId Jc%,Jd% 42A,3A,6A,14 -correlates 'k0r@leIts Ja% 32A,3A,6A,14 -correlating 'k0r@leItIN Jb% 42A,3A,6A,14 -correlation ,k0r@'leISn K6% 4 -correlations ,k0r@'leISnz Kj% 4 -correlative k0'rel@tIv K6$,OA$ 4 -correlatives k0'rel@tIvz Kj$ 4 -correspond ,k0rI'sp0nd I0% 32A,3A -corresponded ,k0rI'sp0ndId Ic%,Id% 42A,3A -correspondence ,k0rI'sp0nd@ns M6% 4 -correspondences ,k0rI'sp0nd@nsIz Mj% 5 -correspondent ,k0rI'sp0nd@nt K6% 4 -correspondents ,k0rI'sp0nd@nts Kj% 4 -corresponding ,k0rI'sp0ndIN Ib%,OA% 42A,3A -correspondingly ,k0rI'sp0ndINlI Pu% 5 -corresponds ,k0rI'sp0ndz Ia% 32A,3A -corridor 'k0rIdOR K6% 3 -corridors 'k0rIdOz Kj% 3 -corrie 'k0rI K6$ 2 -corries 'k0rIz Kj$ 2 -corrigenda ,k0rI'dZend@ Kj$ 4 -corrigendum ,k0rI'dZend@m Ki$ 4 -corrigible 'k0rIdZ@bl OA$ 4 -corroborate k@'r0b@reIt H2% 46A -corroborated k@'r0b@reItId Hc%,Hd% 56A -corroborates k@'r0b@reIts Ha% 46A -corroborating k@'r0b@reItIN Hb% 56A -corroboration k@,r0b@'reISn L@% 5 -corroborative k@'r0b@r@tIv OA% 5 -corrode k@'r@Ud J2% 22A,6A -corroded k@'r@UdId Jc%,Jd% 32A,6A -corrodes k@'r@Udz Ja% 22A,6A -corroding k@'r@UdIN Jb% 32A,6A -corrosion k@'r@UZn L@% 3 -corrosive k@'r@UsIv K6%,OA% 3 -corrosives k@'r@UsIvz Kj% 3 -corrugate 'k0r@geIt J2$ 32A,6A -corrugated 'k0r@geItId Jc$,Jd% 42A,6A -corrugates 'k0r@geIts Ja% 32A,6A -corrugating 'k0r@geItIN Jb$ 42A,6A -corrugation ,k0r@'geISn M6$ 4 -corrugations ,k0r@'geISnz Mj$ 4 -corrupt k@'rVpt J0%,OA% 22A,6A -corrupted k@'rVptId Jc%,Jd% 32A,6A -corruptibility k@,rVpt@'bIlItI L@$ 6 -corruptible k@'rVpt@bl OA% 4 -corrupting k@'rVptIN Jb% 32A,6A -corruption k@'rVpSn L@% 3 -corruptly k@'rVptlI Pu% 3 -corruptness k@'rVptn@s L@% 3 -corrupts k@'rVpts Ja% 22A,6A -cors anglais ,kOr '0NgleI Kj$ 3 -corsage kO'sAZ K6$ 2 -corsages kO'sAZIz Kj$ 3 -corsair 'kOse@R K6$ 2 -corsairs 'kOse@z Kj$ 2 -corse kOs K6$ 1 -corselet 'kOslIt K6$ 2 -corselets 'kOslIts Kj$ 2 -corses 'kOsIz Kj$ 2 -corset 'kOsIt K6% 2 -corsets 'kOsIts Kj% 2 -corslet 'kOslIt K6$ 2 -corslets 'kOslIts Kj$ 2 -cort`ege kO'teIZ K6$ 2 -cort`eges kO'teIZIz Kj$ 3 -cortege kO'teIZ K6$ 2 -corteges kO'teIZIz Kj$ 3 -cortex 'kOteks Ki% 2 -cortical 'kOtIkl OA% 3 -cortices 'kOtIsiz Kj$ 3 -cortisone 'kOtIz@Un L@% 3 -corundum k@'rVnd@m L@$ 3 -coruscate 'k0r@skeIt I2$ 32A -coruscated 'k0r@skeItId Ic$,Id$ 42A -coruscates 'k0r@skeIts Ia$ 32A -coruscating 'k0r@skeItIN Ib$ 42A -coruscation ,k0r@'skeISn K6$ 4 -coruscations ,k0r@'skeISnz Kj$ 4 -corv_ee 'kOveI K6$ 2 -corv_ees 'kOveIz Kj$ 2 -corvette kO'vet K6$ 2 -corvettes kO'vets Kj$ 2 -cos k0s K9$ 1 -cos k@z V-$ 1 -cosh k0S H1%,K7% 1 -coshed k0St Hc%,Hd% 1 -cosher 'k@US@R OA% 2 -coshes 'k0SIz Ha%,Kj% 2 -coshing 'k0SIN Hb% 2 -cosier 'k@UzI@R Or% 3 -cosies 'k@UzIz Kj% 2 -cosiest 'k@UzIIst Os% 3 -cosignatories ,k@U'sIgn@t@rIz Kj% 5 -cosignatory ,k@U'sIgn@t@rI K8%,OA% 5 -cosily 'k@UzIlI Pu% 3 -cosine 'k@UsaIn K6% 2 -cosines 'k@UsaInz Kj% 2 -cosiness 'k@UzIn@s L@% 3 -cosmetic k0z'metIk K6%,OA% 3 -cosmetician ,k0zm@'tISn K6% 4 -cosmeticians ,k0zm@'tISnz Kj% 4 -cosmetics k0z'metIks Kj% 3 -cosmic 'k0zmIk OA% 2 -cosmogonies k0z'm0g@nIz Kj$ 4 -cosmogony k0z'm0g@nI K8$ 4 -cosmonaut 'k0zm@nOt K6% 3 -cosmonauts 'k0zm@nOts Kj% 3 -cosmopolitan ,k0zm@'p0lIt@n K6$,OA% 5 -cosmopolitans ,k0zm@'p0lIt@nz Kj$ 5 -cosmos 'k0zm0s Ki% 2 -cosset 'k0sIt H0% 2 -cosseted 'k0sItId Hc%,Hd% 3 -cosseting 'k0sItIN Hb% 3 -cossets 'k0sIts Ha% 2 -cost k0st Ic%,Id%,J0%,M6% 12B,6A -costed 'k0stId Jc%,Jd% 22B,6A -costermonger 'k0st@mVNg@R K6% 4 -costermongers 'k0st@mVNg@z Kj% 4 -costing 'k0stIN Jb%,M6% 22B,6A -costings 'k0stINz Mj% 2 -costive 'k0stIv OA$ 2 -costlier 'k0stlI@R Or% 3 -costliest 'k0stlIIst Os% 3 -costliness 'k0stlIn@s L@% 3 -costly 'k0stlI OD% 2 -costs k0sts Ja%,Mj% 12B,6A -costume 'k0stjum M6% 2 -costumes 'k0stjumz Mj% 2 -costumier k0'stjumI@R K6% 4 -costumiers k0'stjumI@z Kj% 4 -cosy 'k@UzI K8%,OD% 2 -cot k0t K6% 1 -cote k@Ut K6$ 1 -cotenant ,k@U'ten@nt K6% 3 -cotenants ,k@U'ten@nts Kj% 3 -coterie 'k@Ut@rI K6% 3 -coteries 'k@Ut@rIz Kj% 3 -coterminous ,k@U't3mIn@s OA$ 4 -cotes k@Uts Kj$ 1 -cotilion k@'tIlI@n K6$ 4 -cotilions k@'tIlI@nz Kj$ 4 -cotillion k@'tIlI@n K6$ 4 -cotillions k@'tIlI@nz Kj$ 4 -cots k0ts Kj% 1 -cottage 'k0tIdZ K6% 2 -cottages 'k0tIdZIz Kj% 3 -cottar 'k0t@R K6$ 2 -cottars 'k0t@z Kj$ 2 -cotter 'k0t@R K6$ 2 -cotters 'k0t@z Kj$ 2 -cotton 'k0tn I0%,L@% 2 -cotton-cake 'k0tn-keIk L@$ 3 -cotton-plant 'k0tn-plAnt K6% 3 -cotton-plants 'k0tn-plAnts Kj% 3 -cotton-wool ,k0tn-'wUl L@% 3 -cottoned 'k0tnd Ic%,Id% 2 -cottoning 'k0tnIN Ib% 3 -cottons 'k0tnz Ia% 2 -cottontail 'k0tnteIl K6$ 3 -cottontails 'k0tnteIlz Kj$ 3 -cotyledon ,k0tI'lidn K6$ 4 -cotyledons ,k0tI'lidnz Kj$ 4 -couch kaUtS J1%,M7% 12A,6A,14 -couch-grass 'kaUtS-grAs L@% 2 -couchant 'kaUtS@nt OA$ 2 -couched kaUtSt Jc%,Jd% 12A,6A,14 -couches 'kaUtSIz Ja%,Mj% 22A,6A,14 -couchette ku'Set K6% 2 -couchettes ku'Sets Kj% 2 -couching 'kaUtSIN Jb% 22A,6A,14 -cougar 'kug@R K6% 2 -cougars 'kug@z Kj% 2 -cough k0f J0%,K6% 12A,15B -coughed k0ft Jc%,Jd% 12A,15B -coughing 'k0fIN Jb% 22A,15B -coughs k0fs Ja%,Kj% 12A,15B -could kUd Gc* 15 -couldn't 'kUdnt Gg% 2 -couldst kUdst Gc$ 1 -coulter 'k@Ult@R K6$ 2 -coulters 'k@Ult@z Kj$ 2 -council 'kaUnsl K6% 2 -council-board 'kaUnsl-bOd K6$ 3 -council-boards 'kaUnsl-bOdz Kj$ 3 -council-chamber 'kaUnsl-tSeImb@R K6% 4 -council-chambers 'kaUnsl-tSeImb@z Kj% 4 -councillor 'kaUns@l@R K6% 3 -councillors 'kaUns@l@z Kj% 3 -councils 'kaUnslz Kj% 2 -counsel 'kaUnsl H4%,L@% 26A,6B,17 -counselled 'kaUnsld Hc%,Hd% 26A,6B,17 -counselling 'kaUns@lIN Hb% 36A,6B,17 -counsellor 'kaUns@l@R K6% 3 -counsellors 'kaUns@l@z Kj% 3 -counsels 'kaUnslz Ha% 26A,6B,17 -count kaUnt J0%,M6% 12A,2C,3A,6A,14,16B,25 -countable 'kaUnt@bl OA% 3 -countdown 'kaUntdaUn K6% 2 -countdowns 'kaUntdaUnz Kj$ 2 -counted 'kaUntId Jc%,Jd% 22A,2C,3A,6A,14,16B,25 -countenance 'kaUntIn@ns H2%,M6% 36A -countenanced 'kaUntIn@nst Hc%,Hd% 36A -countenances 'kaUntIn@nsIz Ha%,Mj% 46A -countenancing 'kaUntIn@nsIN Hb% 46A -counter 'kaUnt@R J0%,K6%,Pu% 22A,3A,6A,14 -counter- ,kaUnt@R- U-% 2 -counter-example 'kaUnt@r-Ig,zAmpl K6% 5 -counter-examples 'kaUnt@r-Ig,zAmplz Kj% 5 -counter-revolution ,kaUnt@-,rev@'luSn M6% 6 -counter-revolutionaries,kaUnt@-,rev@'luSn@riz Kj% 7 -counter-revolutionary ,kaUnt@-,rev@'luSn@ri K8%,OA% 7 -counter-revolutions ,kaUnt@-,rev@'luSnz Mj% 6 -counteract ,kaUnt@'r&kt H0% 36A -counteracted ,kaUnt@'r&ktId Hc%,Hd% 46A -counteracting ,kaUnt@'r&ktIN Hb% 46A -counteraction ,kaUnt@'r&kSn K6% 4 -counteractions ,kaUnt@'r&kSnz Kj$ 4 -counteracts ,kaUnt@'r&kts Ha% 36A -counterattack 'kaUnt@r@t&k J0%,K6% 4 -counterattacked 'kaUnt@r@t&kt Jc%,Jd% 4 -counterattacking 'kaUnt@r@t&kIN Jb% 5 -counterattacks 'kaUnt@r@t&ks Ja%,Kj% 4 -counterattraction ,kaUnt@r@'tr&kSn K6% 5 -counterattractions ,kaUnt@r@'tr&kSnz Kj% 5 -counterbalance 'kaUnt@b&l@ns K6$ 4 -counterbalance ,kaUnt@'b&l@ns H2% 46A -counterbalanced ,kaUnt@'b&l@nst Hc%,Hd% 46A -counterbalances 'kaUnt@b&l@nsIz Kj$ 5 -counterbalances ,kaUnt@'b&l@nsIz Ha% 56A -counterbalancing ,kaUnt@'b&l@nsIN Hb% 56A -counterblast 'kaUnt@blAst K6% 3 -counterblasts 'kaUnt@blAsts Kj$ 3 -counterclaim 'kaUnt@kleIm K6% 3 -counterclaims 'kaUnt@kleImz Kj% 3 -counterclockwise ,kaUnt@'kl0kwaIz Pu$ 4 -countered 'kaUnt@d Jc%,Jd% 22A,3A,6A,14 -counterespionage ,kaUnt@'respI@nAZ L@% 5 -counterfeit 'kaUnt@fIt H0%,K6%,OA% 36A -counterfeited 'kaUnt@fItId Hc%,Hd% 46A -counterfeiter 'kaUnt@fIt@R K6% 4 -counterfeiters 'kaUnt@fIt@z Kj% 4 -counterfeiting 'kaUnt@fItIN Hb% 46A -counterfeits 'kaUnt@fIts Ha%,Kj% 36A -counterfoil 'kaUnt@foIl K6% 3 -counterfoils 'kaUnt@foIlz Kj% 3 -countering 'kaUnt@rIN Jb% 32A,3A,6A,14 -counterintelligence ,kaUnt@rIn'telIdZ@ns L@% 6 -counterirritant ,kaUnt@'rIrIt@nt K6$ 5 -counterirritants ,kaUnt@'rIrIt@nts Kj$ 5 -countermand ,kaUnt@'mAnd H0% 36A -countermanded ,kaUnt@'mAndId Hc%,Hd% 46A -countermanding ,kaUnt@'mAndIN Hb% 46A -countermands ,kaUnt@'mAndz Ha% 36A -countermine 'kaUnt@maIn J2$,K6$ 3 -countermined 'kaUnt@maInd Jc$,Jd$ 3 -countermines 'kaUnt@maInz Ja$,Kj$ 3 -countermining 'kaUnt@maInIN Jb$ 4 -counteroffer 'kaUnt@r0f@R K6% 4 -counteroffers 'kaUnt@r0f@z Kj% 4 -counterpane 'kaUnt@peIn K6% 3 -counterpanes 'kaUnt@peInz Kj% 3 -counterpart 'kaUnt@pAt K6% 3 -counterparts 'kaUnt@pAts Kj% 3 -counterplot 'kaUnt@pl0t J4$,K6$ 3 -counterplots 'kaUnt@pl0ts Ja$,Kj$ 3 -counterplotted 'kaUnt@pl0tId Jc$,Jd$ 4 -counterplotting 'kaUnt@pl0tIN Jb$ 4 -counterpoint 'kaUnt@poInt M6% 3 -counterpoints 'kaUnt@poInts Mj$ 3 -counterpoise 'kaUnt@poIz H2$,M6$ 3 -counterpoised 'kaUnt@poIzd Hc$,Hd$ 3 -counterpoises 'kaUnt@poIzIz Ha$,Mj$ 4 -counterpoising 'kaUnt@poIzIN Hb$ 4 -counters 'kaUnt@z Ja%,Kj% 22A,3A,6A,14 -countersank 'kaUnt@s&Nk Hc$ 3 -countersign 'kaUnt@saIn H0%,K6% 36A -countersigned 'kaUnt@saInd Hc%,Hd% 36A -countersigning 'kaUnt@saInIN Hb% 46A -countersigns 'kaUnt@saInz Ha%,Kj% 36A -countersink 'kaUnt@sINk H5% 3 -countersinking 'kaUnt@sINkIN Hb$ 4 -countersinks 'kaUnt@sINks Ha$ 3 -countersunk 'kaUnt@sVNk Hd% 3 -countertenor 'kaUnt@ten@R K6% 4 -countertenors 'kaUnt@ten@z Kj% 4 -countervail 'kaUnt@veIl J0$ 32A,6A -countervailed 'kaUnt@veIld Jc$,Jd$ 32A,6A -countervailing 'kaUnt@veIlIN Jb$ 42A,6A -countervails 'kaUnt@veIlz Ja$ 32A,6A -countess 'kaUntIs K7% 2 -countesses 'kaUntIsIz Kj% 3 -counties 'kaUntIz Kj% 2 -counting 'kaUntIN Jb% 22A,2C,3A,6A,14,16B,25 -counting-house 'kaUntIN-haUs K6% 3 -counting-houses 'kaUntIN-haUzIz Kj% 4 -countless 'kaUntl@s OA% 2 -countries 'kVntrIz Mj% 2 -countrified 'kVntrIfaId OA% 3 -country 'kVntrI M8* 2 -country-house ,kVntrI-'haUs K6% 3 -country-houses ,kVntrI-'haUzIz Kj% 4 -country-seat ,kVntrI-'sit K6% 3 -country-seats ,kVntrI-'sits Kj% 3 -countryman 'kVntrIm@n Ki% 3 -countrymen 'kVntrIm@n Kj% 3 -countryside 'kVntrIsaId L@% 3 -countrywoman 'kVntrIwUm@n Ki% 4 -countrywomen 'kVntrIwImIn Kj% 4 -counts kaUnts Ja%,Mj% 12A,2C,3A,6A,14,16B,25 -county 'kaUntI K8% 2 -coup ku K6% 1 -coup d'etat ,ku deI'tA Ki% 3 -coup de grace ,ku d@ 'grAs Ki% 3 -coup_e 'kupeI K6% 2 -coup_es 'kupeIz Kj% 2 -couple 'kVpl J2%,K6% 22A,6A,14 -coupled 'kVpld Jc%,Jd% 22A,6A,14 -couples 'kVplz Ja$,Kj% 22A,6A,14 -couplet 'kVplIt K6% 2 -couplets 'kVplIts Kj% 2 -coupling 'kVplIN Jb$,M6% 22A,6A,14 -couplings 'kVplINz Mj% 2 -coupon 'kup0n K6% 2 -coupons 'kup0nz Kj% 2 -coups kuz Kj% 1 -coups d'etat ,ku deI'tA Kj$ 3 -coups de grace ,ku d@ 'grAs Kj$ 3 -courage 'kVrIdZ L@% 2 -courageous k@'reIdZ@s OA% 3 -courageously k@'reIdZ@slI Pu% 4 -courgette kU@'Zet K6% 2 -courgettes kU@'Zets Kj% 2 -courier 'kUrI@R K6% 3 -couriers 'kUrI@z Kj% 3 -course kOs J2$,M6* 12A,2C,6A -coursed kOst Jc$,Jd$ 12A,2C,6A -courser 'kOs@R K6$ 2 -coursers 'kOs@z Kj$ 2 -courses 'kOsIz Ja$,Mj% 22A,2C,6A -coursing 'kOsIN Jb$,K6$ 22A,2C,6A -coursings 'kOsINz Kj$ 2 -court kOt J0%,M6% 12A,6A -court-card 'kOt-kAd K6% 2 -court-cards 'kOt-kAdz Kj% 2 -court-martial ,kOt-'mASl H0%,Ki% 36A -court-martialed ,kOt-'mASld Hc%,Hd% 36A -court-martialing ,kOt-'mAS@lIN Hb$ 46A -court-martials ,kOt-'mASlz Ha$ 36A -courted 'kOtId Jc%,Jd% 22A,6A -courteous 'k3tI@s OA% 2 -courteously 'k3tI@slI Pu% 3 -courtesan ,kOtI'z&n K6% 3 -courtesans ,kOtI'z&nz Kj% 3 -courtesies 'k3t@sIz Mj% 3 -courtesy 'k3t@sI M8% 3 -courtier 'kOtI@R K6% 3 -courtiers 'kOtI@z Kj% 3 -courting 'kOtIN Jb% 22A,6A -courtlier 'kOtlI@R Or$ 3 -courtliest 'kOtlIIst Os$ 3 -courtliness 'kOtlIn@s L@% 3 -courtly 'kOtlI OD% 2 -courtroom 'kOtrum K6% 2 -courtrooms 'kOtrumz Kj% 2 -courts kOts Ja%,Mj% 12A,6A -courts-martial ,kOts-'mASl Kj$ 3 -courtship 'kOt+SIp M6% 2 -courtships 'kOt+SIps Mj% 2 -courtyard 'kOtjAd K6% 2 -courtyards 'kOtjAdz Kj% 2 -cousin 'kVzn K6% 2 -cousinly 'kVznlI OA$ 3 -cousins 'kVznz Kj% 2 -cove k@Uv K6% 1 -coven 'kVvn K6% 2 -covenant 'kVv@n@nt J0%,K6% 33A,6A,7A,9,14 -covenanted 'kVv@n@ntId Jc%,Jd% 43A,6A,7A,9,14 -covenanting 'kVv@n@ntIN Jb% 43A,6A,7A,9,14 -covenants 'kVv@n@nts Ja%,Kj% 33A,6A,7A,9,14 -covens 'kVvnz Kj% 2 -cover 'kVv@R H0%,M6% 26A,15A,15B -cover-up 'kVv@r-Vp K6% 3 -cover-ups 'kVv@r-Vps Kj% 3 -coverage 'kVv@rIdZ L@% 3 -covered 'kVv@d Hc%,Hd% 26A,15A,15B -covering 'kVv@rIN Hb%,K6%,OA% 36A,15A,15B -coverings 'kVv@rINz Kj% 3 -coverlet 'kVv@lIt K6% 3 -coverlets 'kVv@lIts Kj% 3 -covers 'kVv@z Ha%,Mj% 26A,15A,15B -covert 'kVv@t K6%,OA% 2 -covertly 'kVv@tlI Pu% 3 -coverts 'kVv@ts Kj% 2 -coves k@Uvz Kj% 1 -covet 'kVvIt H0% 26A -coveted 'kVvItId Hc%,Hd% 36A -coveting 'kVvItIN Hb% 36A -covetous 'kVvIt@s OA% 3 -covetously 'kVvIt@slI Pu% 4 -covetousness 'kVvIt@sn@s L@% 4 -covets 'kVvIts Ha% 26A -covey 'kVvI K6% 2 -coveys 'kVvIz Kj% 2 -cow kaU H0%,K6% 16A -coward 'kaU@d K6% 2 -cowardice 'kaU@dIs L@% 3 -cowardly 'kaU@dlI OA% 3 -cowards 'kaU@dz Kj% 2 -cowbell 'kaUbel K6% 2 -cowbells 'kaUbelz Kj% 2 -cowboy 'kaUboI K6% 2 -cowboys 'kaUboIz Kj% 2 -cowcatcher 'kaUk&tS@R K6$ 3 -cowcatchers 'kaUk&tS@z Kj$ 3 -cowed kaUd Hc%,Hd% 16A -cower 'kaU@R I0% 22A,2C -cowered 'kaU@d Ic%,Id% 22A,2C -cowering 'kaU@rIN Ib% 32A,2C -cowers 'kaU@z Ia% 22A,2C -cowhand 'kaUh&nd K6% 2 -cowhands 'kaUh&ndz Kj% 2 -cowherd 'kaUh3d K6% 2 -cowherds 'kaUh3dz Kj% 2 -cowhide 'kaUhaId M6% 2 -cowhides 'kaUhaIdz Kj$ 2 -cowhouse 'kaUhaUs K6$ 2 -cowhouses 'kaUhaUzIz Kj$ 3 -cowing 'kaUIN Hb% 26A -cowl kaUl K6% 1 -cowling 'kaUlIN K6% 2 -cowlings 'kaUlINz Kj$ 2 -cowls kaUlz Kj% 1 -cowman 'kaUm&n Ki% 2 -cowmen 'kaUmen Kj% 2 -cowpox 'kaUp0ks K7% 2 -cowpoxes 'kaUp0ksIz Kj% 3 -cowrie 'kaUrI K6% 2 -cowries 'kaUrIz Kj% 2 -cows kaUz Ha%,Kj% 16A -cowshed 'kaUSed K6% 2 -cowsheds 'kaUSedz Kj% 2 -cowskin 'kaUskIn K6$ 2 -cowskins 'kaUskInz Kj$ 2 -cowslip 'kaUslIp K6% 2 -cowslips 'kaUslIps Kj% 2 -cox k0ks J1%,K7% 12A,6A -coxcomb 'k0ksk@Um K6% 2 -coxcombs 'k0ksk@Umz Kj% 2 -coxed k0kst Jc%,Jd% 12A,6A -coxes 'k0ksIz Ja%,Kj% 22A,6A -coxing 'k0ksIN Jb% 22A,6A -coxswain 'k0ksn K6$ 2 -coxswains 'k0ksnz Kj$ 2 -coy koI OC% 1 -coyer 'koI@R Or% 2 -coyest 'koIIst Os% 2 -coyly 'koIlI Pu% 2 -coyness 'koIn@s L@% 2 -coyote koI'@Ut K6% 2 -coyotes koI'@Uts Kj% 2 -coypu 'koIpu K6% 2 -coypus 'koIpuz Kj% 2 -cozen 'kVzn H0$ 26A,14 -cozened 'kVznd Hc$,Hd$ 26A,14 -cozening 'kVznIN Hb$ 36A,14 -cozens 'kVznz Ha$ 26A,14 -cozier 'k@UzI@R Or% 3 -coziest 'k@UzIIst Os% 3 -cozy 'k@UzI OD% 2 -cp ,si'pi Y~$ 2 -cr^epe kreIp L@% 1 -cr`eche kreIS K6% 1 -cr`eches 'kreISIz Kj% 2 -cr`eme de menthe ,krem d@ 'm0nT L@% 3 -crab kr&b J4%,M6% 1 -crab-apple 'kr&b-&pl K6% 3 -crab-apples 'kr&b-&plz Kj% 3 -crabbed 'kr&bId OA$ 2 -crabbed kr&bd Jc$,Jd$ 1 -crabbing 'kr&bIN Jb% 2 -crabs kr&bz Ja$,Mj% 1 -crack kr&k J0%,K6% 12A,2C,6A,14 -crack-down 'kr&k-daUn K6% 2 -crack-downs 'kr&k-daUnz Kj% 2 -crack-up 'kr&k-Vp K6% 2 -crack-ups 'kr&k-Vps Kj% 2 -cracked kr&kt Jc%,Jd% 12A,2C,6A,14 -cracker 'kr&k@R K6% 2 -crackers 'kr&k@z Kj%,Op% 2 -cracking 'kr&kIN Jb% 22A,2C,6A,14 -crackle 'kr&kl I2%,L@% 22A,2C -crackle-china 'kr&kl-tSaIn@ L@$ 4 -crackled 'kr&kld Ic%,Id% 22A,2C -crackles 'kr&klz Ia% 22A,2C -crackleware 'kr&klwe@R L@$ 3 -crackling 'kr&klIN Ib%,L@% 22A,2C -crackpot 'kr&kp0t K6% 2 -crackpots 'kr&kp0ts Kj% 2 -cracks kr&ks Ja%,Kj% 12A,2C,6A,14 -cracksman 'kr&ksm@n Ki% 2 -cracksmen 'kr&ksm@n Kj% 2 -cradle 'kreIdl H2%,K6% 26A,14 -cradled 'kreIdld Hc%,Hd% 26A,14 -cradles 'kreIdlz Ha%,Kj% 26A,14 -cradling 'kreIdlIN Hb% 26A,14 -craft krAft M6% 1 -craftier 'krAftI@R Or% 3 -craftiest 'krAftIIst Os% 3 -craftily 'krAftIlI Pu% 3 -craftiness 'krAftIn@s L@% 3 -crafts krAfts Mj% 1 -craftsman 'krAftsm@n Ki% 2 -craftsmanship 'krAftm@nSIp L@% 3 -craftsmen 'krAftsm@n Kj% 2 -crafty 'krAftI OD% 2 -crag kr&g K6% 1 -cragged 'kr&gId OA$ 2 -craggier 'kr&gI@R Or$ 3 -craggiest 'kr&gIIst Os$ 3 -craggy 'kr&gI OD% 2 -crags kr&gz Kj% 1 -cragsman 'kr&gzm@n Ki% 2 -cragsmen 'kr&gzm@n Kj% 2 -crake kreIk K6$ 1 -crakes kreIks Kj$ 1 -cram kr&m J4% 12A,6A,14,15B -cram-full kr&m-'fUl OA%,Pu$ 2 -crammed kr&md Jc%,Jd% 12A,6A,14,15B -crammer 'kr&m@R K6% 2 -crammers 'kr&m@z Kj% 2 -cramming 'kr&mIN Jb% 22A,6A,14,15B -cramp kr&mp H0%,M6% 16A -cramp-iron 'kr&mp-aI@n K6$ 3 -cramp-irons 'kr&mp-aI@nz Kj$ 3 -cramped kr&mpt Hc%,Hd%,OA% 16A -cramping 'kr&mpIN Hb% 26A -crampon 'kr&mp0n K6% 2 -crampons 'kr&mp0nz Kj% 2 -cramps kr&mps Ha%,Mj% 16A -crams kr&mz Ja% 12A,6A,14,15B -cranberries 'kr&nb@rIz Kj% 3 -cranberry 'kr&nb@rI K8% 3 -crane kreIn J2%,K6% 12A,2C,6A,16A -crane-flies 'kreIn-flaIz Kj$ 2 -crane-fly 'kreIn-flaI K8$ 2 -craned kreInd Jc%,Jd% 12A,2C,6A,16A -cranes kreInz Ja%,Kj% 12A,2C,6A,16A -cranial 'kreInI@l OA% 3 -craning 'kreInIN Jb% 22A,2C,6A,16A -cranium 'kreInI@m K6% 3 -craniums 'kreInI@mz Kj$ 3 -crank kr&Nk H0%,K6% 16A,15B -cranked kr&Nkt Hc%,Hd% 16A,15B -crankier 'kr&NkI@R Or% 3 -crankiest 'kr&NkIIst Os% 3 -cranking 'kr&NkIN Hb% 26A,15B -cranks kr&Nks Ha%,Kj% 16A,15B -crankshaft 'kr&nkSAft K6% 2 -crankshafts 'kr&nkSAfts Kj% 2 -cranky 'kr&NkI OD% 2 -crannied 'kr&nId OA$ 2 -crannies 'kr&nIz Kj% 2 -cranny 'kr&nI K8% 2 -crap kr&p I4%,M6% 1 -crap-shooting 'kr&p-SutIN K6% 3 -crap-shootings 'kr&p-SutINz Kj$ 3 -crape kreIp L@$ 1 -crapped kr&pt Ic%,Id% 1 -crapping 'kr&pIN Ib% 2 -craps kr&ps Ia%,Lk%,Mj% 1 -crash kr&S J1%,M7%,Pu% 12A,2C,6A -crash-dive 'kr&S-daIv I2%,K6% 2 -crash-dived 'kr&S-daIvd Ic%,Id% 2 -crash-dives 'kr&S-daIvz Ia%,Kj% 2 -crash-diving 'kr&S-daIvIN Ib% 3 -crash-helmet 'kr&S-helmIt K6% 3 -crash-helmets 'kr&S-helmIts Kj% 3 -crash-land kr&S-'l&nd J0% 2 -crash-landed kr&S-'l&ndId Jc%,Jd% 3 -crash-landing kr&S-'l&ndIN Jb%,K6% 3 -crash-landings kr&S-'l&ndINz Kj% 3 -crash-lands kr&S-'l&ndz Ja% 2 -crashed kr&St Jc%,Jd% 12A,2C,6A -crashes 'kr&SIz Ja%,Mj% 22A,2C,6A -crashing 'kr&SIN Jb% 22A,2C,6A -crass kr&s OA% 1 -crate kreIt H2$,K6% 1 -crated 'kreItId Hc$,Hd$ 2 -crater 'kreIt@R K6% 2 -craters 'kreIt@z Kj% 2 -crates kreIts Ha$,Kj% 1 -crating 'kreItIN Hb$ 2 -cravat kr@'v&t K6% 2 -cravats kr@'v&ts Kj% 2 -crave kreIv J2% 12A,3A -craved kreIvd Jc%,Jd% 12A,3A -craven 'kreIvn K6$,OA% 2 -cravens 'kreIvnz Kj$ 2 -craves kreIvz Ja% 12A,3A -craving 'kreIvIN Jb%,K6% 22A,3A -cravings 'kreIvINz Kj% 2 -crawfish 'krOfIS K7$ 2 -crawfishes 'krOfISIz Kj$ 3 -crawl krOl I0%,Ki% 12A,2C -crawled krOld Ic%,Id% 12A,2C -crawler 'krOl@R K6% 2 -crawlers 'krOl@z Kj% 2 -crawling 'krOlIN Ib% 22A,2C -crawls krOlz Ia% 12A,2C -crayfish 'kreIfIS K7% 2 -crayfishes 'kreIfISIz Kj$ 3 -crayon 'kreI@n H0%,K6% 2 -crayoned 'kreI@nd Hc%,Hd% 2 -crayoning 'kreI@nIN Hb% 3 -crayons 'kreI@nz Ha%,Kj% 2 -craze kreIz K6% 1 -crazed kreIzd OA% 1 -crazes 'kreIzIz Kj% 2 -crazier 'kreIzI@R Or% 3 -craziest 'kreIzIIst Os% 3 -crazily 'kreIzIlI Pu% 3 -craziness 'kreIzIn@s L@% 3 -crazy 'kreIzI OD% 2 -creak krik I0%,K6% 1 -creaked krikt Ic%,Id% 1 -creakier 'krikI@R Or% 3 -creakiest 'krikIIst Os% 3 -creakily 'krikIlI Pu% 3 -creaking 'krikIN Ib% 2 -creaks kriks Ia%,Kj% 1 -creaky 'krikI OD% 2 -cream krim H0%,M6% 1 -creamed krimd Hc%,Hd% 1 -creameries 'krim@rIz Kj% 3 -creamery 'krim@rI K8% 3 -creamier 'krimI@R Or% 3 -creamiest 'krimIIst Os% 3 -creaming 'krimIN Hb% 2 -creams krimz Ha%,Mj% 1 -creamy 'krimI OD% 2 -crease kris J2%,K6% 12A,6A -creased krist Jc%,Jd% 12A,6A -creases 'krisIz Ja%,Kj% 22A,6A -creasing 'krisIN Jb% 22A,6A -create kri'eIt H2% 26A,23 -created kri'eItId Hc%,Hd% 36A,23 -creates kri'eIts Ha% 26A,23 -creating kri'eItIN Hb% 36A,23 -creation kri'eISn M6% 3 -creations kri'eISnz Mj% 3 -creative kri'eItIv OA% 3 -creatively kri'eItIvlI Pu% 4 -creativeness kri'eItIvn@s L@% 4 -creator kri'eIt@R K6% 3 -creators kri'eIt@z Kj% 3 -creature 'kritS@R K6% 2 -creatures 'kritS@z Kj% 2 -credence 'kridns L@% 2 -credentials krI'denSlz Kj% 3 -credibility ,kredI'bIlItI L@% 5 -credible 'kred@bl OA% 3 -credibly 'kred@blI Pu% 3 -credit 'kredIt H0%,M6% 26A,14 -credit-side 'kredIt-saId K6% 3 -credit-sides 'kredIt-saIdz Kj$ 3 -credit-worthiness 'kredIt-w3DIn@s L@% 5 -credit-worthy 'kredIt-w3DI OA% 4 -creditable 'kredIt@bl OA% 4 -creditably 'kredIt@blI Pu% 4 -credited 'kredItId Hc%,Hd% 36A,14 -crediting 'kredItIN Hb% 36A,14 -creditor 'kredIt@R K6% 3 -creditors 'kredIt@z Kj% 3 -credits 'kredIts Ha%,Mj% 26A,14 -credo 'krid@U K6% 2 -credos 'krid@Uz Kj% 2 -credulities krI'djulItIz Mj$ 4 -credulity krI'djulItI M8% 4 -credulous 'kredjUl@s OA% 3 -credulously 'kredjUl@slI Pu% 4 -creed krid K6% 1 -creeds kridz Kj% 1 -creek krik K6% 1 -creeks kriks Kj% 1 -creel kril K6$ 1 -creels krilz Kj$ 1 -creep krip I5%,K6% 12A,2B,2C -creeper 'krip@R K6% 2 -creepers 'krip@z Kj% 2 -creepier 'kripI@R Or% 3 -creepiest 'kripIIst Os% 3 -creeping 'kripIN Ib% 22A,2B,2C -creeps krips Ia%,Kj% 12A,2B,2C -creepy 'kripI OD% 2 -cremate krI'meIt H2% 26A -cremated krI'meItId Hc%,Hd% 36A -cremates krI'meIts Ha% 26A -cremating krI'meItIN Hb% 36A -cremation krI'meISn M6% 3 -cremations krI'meISnz Mj% 3 -crematoria ,krem@'tOrI@ Kj% 5 -crematories 'krem@t@rIz Kj$ 4 -crematorium ,krem@'tOrI@m K6% 5 -crematoriums ,krem@'tOrI@mz Kj% 5 -crematory 'krem@t@rI K8$ 4 -crenellated 'kren@leItId OA$ 4 -creosote 'krI@s@Ut L@% 3 -crepe kreIp L@% 1 -crepitate 'krepIteIt I2$ 32A -crepitated 'krepIteItId Ic$,Id$ 42A -crepitates 'krepIteIts Ia$ 32A -crepitating 'krepIteItIN Ib$ 42A -crepitation ,krepI'teISn K6$ 4 -crepitations ,krepI'teISnz Kj$ 4 -crept krept Ic%,Id% 12A,2B,2C -crepuscular krI'pVskjUl@R OA$ 4 -crescendo krI'Send@U K6% 3 -crescendos krI'Send@Uz Kj% 3 -crescent 'kresnt K6% 2 -crescents 'kresnts Kj% 2 -cress kres L@% 1 -crest krest J0%,K6% 1 -crested 'krestId Jc%,Jd%,OA% 2 -crestfallen 'krestfOl@n OA% 3 -cresting 'krestIN Jb% 2 -crests krests Ja%,Kj% 1 -cretaceous krI'teIS@s OA$ 3 -cretin 'kretIn K6% 2 -cretinous 'kretIn@s OA% 3 -cretins 'kretInz Kj% 2 -cretonne 'kret0n L@$ 2 -crevasse krI'v&s K6% 2 -crevasses krI'v&sIz Kj% 3 -crevice 'krevIs K6% 2 -crevices 'krevIsIz Kj% 3 -crew kru I0%,Ic%,K6% 13A,6A -crew-cut 'kru-kVt K6% 2 -crew-cuts 'kru-kVts Kj% 2 -crew-neck 'kru-nek K6$ 2 -crew-necks 'kru-neks Kj$ 2 -crewed krud Ic%,Id% 13A,6A -crewing 'kruIN Ib% 23A,6A -crews kruz Ia%,Kj% 13A,6A -crib krIb J4%,K6% 1 -cribbage 'krIbIdZ L@% 2 -cribbage-board 'krIbIdZ-bOd K6% 3 -cribbage-boards 'krIbIdZ-bOdz Kj% 3 -cribbed krIbd Jc%,Jd% 1 -cribbing 'krIbIN Jb% 2 -cribs krIbz Ja%,Kj% 1 -crick krIk H0%,K6% 1 -cricked krIkt Hc%,Hd% 1 -cricket 'krIkIt M6% 2 -cricketer 'krIkIt@R K6% 3 -cricketers 'krIkIt@z Kj% 3 -crickets 'krIkIts Mj% 2 -cricking 'krIkIN Hb% 2 -cricks krIks Ha%,Kj% 1 -cried kraId Jc%,Jd% 12A,2B,2C,3A,4A,6A,9,14,15A,15B -crier 'kraI@R K6% 2 -criers 'kraI@z Kj% 2 -cries kraIz Ja%,Kj% 12A,2B,2C,3A,4A,6A,9,14,15A,15B -crikey 'kraIkI W-% 2 -crime kraIm H2$,M6% 1 -crimed kraImd Hc$,Hd$ 1 -crimes kraImz Ha$,Mj% 1 -criminal 'krImInl K6%,OA% 3 -criminally 'krImIn@lI Pu% 4 -criminals 'krImInlz Kj% 3 -criming 'kraImIN Hb$ 2 -criminology ,krImI'n0l@dZI L@% 5 -crimp krImp H0% 1 -crimped krImpt Hc%,Hd% 1 -crimping 'krImpIN Hb% 2 -crimps krImps Ha% 1 -crimson 'krImzn J0%,M6%,OA% 2 -crimsoned 'krImznd Jc%,Jd% 2 -crimsoning 'krImznIN Jb% 3 -crimsons 'krImznz Ja%,Mj% 2 -cringe krIndZ I2% 12A,2C -cringed krIndZd Ic%,Id% 12A,2C -cringes 'krIndZIz Ia% 22A,2C -cringing 'krIndZIN Ib% 22A,2C -crinkle 'krINkl J2%,K6% 22A,2C,6A,15B -crinkled 'krINkld Jc%,Jd% 22A,2C,6A,15B -crinkles 'krINklz Ja%,Kj% 22A,2C,6A,15B -crinklier 'krINklI@R Or% 3 -crinkliest 'krINklIIst Os% 3 -crinkling 'krINklIN Jb% 22A,2C,6A,15B -crinkly 'krINklI OD% 2 -crinoline 'krIn@lIn M6% 3 -crinolines 'krIn@lInz Mj% 3 -cripes kraIps W-$ 1 -cripple 'krIpl H2%,K6% 26A -crippled 'krIpld Hc%,Hd% 26A -cripples 'krIplz Ha%,Kj% 26A -crippling 'krIplIN Hb% 26A -crises 'kraIsiz Kj% 2 -crisis 'kraIsIs Ki% 2 -crisp krIsp J0%,K6%,OC% 1 -crisped krIspt Jc%,Jd% 1 -crisper 'krIsp@R Or% 2 -crispest 'krIspIst Os% 2 -crisping 'krIspIN Jb% 2 -crisply 'krIsplI Pu% 2 -crispness 'krIspn@s L@% 2 -crisps krIsps Ja%,Kj% 1 -crisscross 'krIskr0s J1%,OA%,Pu% 2 -crisscrossed 'krIskr0st Jc%,Jd% 2 -crisscrosses 'krIskr0sIz Ja% 3 -crisscrossing 'krIskr0sIN Jb% 3 -criteria kraI'tI@rI@ Kj% 4 -criterion kraI'tI@rI@n K6% 4 -criterions kraI'tI@rI@nz Kj$ 4 -critic 'krItIk K6% 2 -critical 'krItIkl OA% 3 -critically 'krItIklI Pu% 3 -criticism 'krItIsIz@m M6% 4 -criticisms 'krItIsIz@mz Mj% 4 -criticize 'krItIsaIz J2% 32A,6A,14 -criticized 'krItIsaIzd Jc%,Jd% 32A,6A,14 -criticizes 'krItIsaIzIz Ja% 42A,6A,14 -criticizing 'krItIsaIzIN Jb% 42A,6A,14 -critics 'krItIks Kj% 2 -critique krI'tik K6% 2 -critiques krI'tiks Kj% 2 -croak kr@Uk J0%,K6% 12A,6A,15B -croaked kr@Ukt Jc%,Jd% 12A,6A,15B -croaking 'kr@UkIN Jb% 22A,6A,15B -croaks kr@Uks Ja%,Kj% 12A,6A,15B -crochet 'kr@USeI J0%,L@% 22A,6A -crochet-hook 'kr@USeI-hUk K6% 3 -crochet-hooks 'kr@USeI-hUks Kj% 3 -crocheted 'kr@USeId Jc%,Jd% 22A,6A -crocheting 'kr@USeIIN Jb% 32A,6A -crochets 'kr@USeIz Ja% 22A,6A -crock kr0k J0$,K6% 12C,15B -crocked kr0kt Jc$,Jd$ 12C,15B -crockery 'kr0k@rI L@% 3 -crocking 'kr0kIN Jb$ 22C,15B -crocks kr0ks Ja$,Kj% 12C,15B -crocodile 'kr0k@daIl K6% 3 -crocodiles 'kr0k@daIlz Kj% 3 -crocus 'kr@Uk@s K7% 2 -crocuses 'kr@Uk@sIz Kj% 3 -croft kr0ft K6% 1 -crofter 'kr0ft@R K6% 2 -crofters 'kr0ft@z Kj% 2 -crofts kr0fts Kj% 1 -cromlech 'kr0mlek K6$ 2 -cromlechs 'kr0mleks Kj$ 2 -crone kr@Un K6% 1 -crones kr@Unz Kj% 1 -cronies 'kr@UnIz Kj% 2 -crony 'kr@UnI K8% 2 -crook krUk J0%,K6% 12A,6A -crook-back 'krUk-b&k OA$ 2 -crook-backed 'krUk-b&kt OA$ 2 -crooked 'krUkId OA% 2 -crooked krUkt Jc%,Jd% 12A,6A -crookedly 'krUkIdlI Pu% 3 -crookedness 'krUkIdn@s L@% 3 -crooking 'krUkIN Jb% 22A,6A -crooks krUks Ja%,Kj% 12A,6A -croon krun J0% 12C,6A,13A,15A -crooned krund Jc%,Jd% 12C,6A,13A,15A -crooner 'krun@R K6% 2 -crooners 'krun@z Kj% 2 -crooning 'krunIN Jb% 22C,6A,13A,15A -croons krunz Ja% 12C,6A,13A,15A -crop kr0p J4%,K6% 12A,2C,6A,14,22 -crop-dusting 'kr0p-dVstIN L@% 3 -cropped kr0pt Jc%,Jd% 12A,2C,6A,14,22 -cropper 'kr0p@R K6% 2 -croppers 'kr0p@z Kj$ 2 -cropping 'kr0pIN Jb% 22A,2C,6A,14,22 -crops kr0ps Ja%,Kj% 12A,2C,6A,14,22 -croquet 'kr@UkeI L@% 2 -croquette kr@U'ket K6% 2 -croquettes kr@U'kets Kj% 2 -crore krOR K6$ 1 -crores krOz Kj$ 1 -crosier 'kr@UzI@R K6$ 3 -crosiers 'kr@UzI@z Kj$ 3 -cross kr0s J1%,K7%,OA% 12A,2C,6A,14,15A,15B -cross-bench 'kr0s-bentS K7% 2 -cross-bencher 'kr0s-bentS@R K6% 3 -cross-benchers 'kr0s-bentS@z Kj% 3 -cross-benches 'kr0s-bentSIz Kj% 3 -cross-division ,kr0s-dI'vIzn M6$ 4 -cross-divisions ,kr0s-dI'vIznz Mj$ 4 -cross-examination ,kr0s-Ig,z&mI'neISn K6% 6 -cross-examinations ,kr0s-Ig,z&mI'neISnz Kj% 6 -cross-examine ,kr0s-Ig'z&mIn H2% 46A -cross-examined ,kr0s-Ig'z&mInd Hc%,Hd% 46A -cross-examiner ,kr0s-Ig'z&mIn@R K6% 5 -cross-examiners ,kr0s-Ig'z&mIn@z Kj% 5 -cross-examines ,kr0s-Ig'z&mInz Ha% 46A -cross-examining ,kr0s-Ig'z&mInIN Hb% 56A -cross-fertilization ,kr0s-,f3t@laI'zeISn K6% 6 -cross-fertilizations ,kr0s-,f3t@laI'zeISnz Kj% 6 -cross-fertilize ,kr0s-'f3t@laIz H2% 4 -cross-fertilized ,kr0s-'f3t@laIzd Hc%,Hd% 4 -cross-fertilizes ,kr0s-'f3t@laIzIz Ha% 5 -cross-fertilizing ,kr0s-'f3t@laIzIN Hb% 5 -cross-grained ,kr0s-'greInd OA% 2 -cross-heading ,kr0s-'hedIN K6% 3 -cross-headings ,kr0s-'hedINz Kj% 3 -cross-index ,kr0s-'Indeks H1%,K7% 3 -cross-indexed ,kr0s-'Indekst Hc%,Hd% 3 -cross-indexes ,kr0s-'IndeksIz Ha%,Kj% 4 -cross-indexing ,kr0s-'IndeksIN Hb% 4 -cross-indices ,kr0s-'IndIsiz Kj$ 4 -cross-legged ,kr0s-'legd Pu% 2 -cross-purposes ,kr0s-'p3p@sIz Kj% 4 -cross-question ,kr0s-'kwestS@n H0% 36A -cross-questioned ,kr0s-'kwestS@nd Hc%,Hd% 36A -cross-questioning ,kr0s-'kwestS@nIN Hb% 46A -cross-questions ,kr0s-'kwestS@nz Ha% 36A -cross-reference ,kr0s-'ref@r@ns K6% 4 -cross-references ,kr0s-'ref@r@nsIz Kj% 5 -cross-section ,kr0s-'sekSn K6% 3 -cross-sections ,kr0s-'sekSnz Kj% 3 -cross-stitch 'kr0s-stItS M7% 2 -cross-stitches 'kr0s-stItSIz Mj% 3 -crossbar 'kr0sbAR K6% 2 -crossbars 'kr0sbAz Kj% 2 -crossbeam 'kr0sbim K6$ 2 -crossbeams 'kr0sbimz Kj$ 2 -crossbones 'kr0sb@Unz Kj% 2 -crossbow 'kr0sb@U K6% 2 -crossbows 'kr0sb@Uz Kj% 2 -crossbred 'kr0sbred Hc%,Hd%,OA% 22A,6A -crossbreed 'kr0sbrid H5%,K6% 22A,6A -crossbreeding 'kr0sbridIN Hb% 32A,6A -crossbreeds 'kr0sbridz Ha%,Kj% 22A,6A -crosscheck ,kr0s'tSek J0%,K6% 22A,6A -crosschecked ,kr0s'tSekt Jc%,Jd% 22A,6A -crosschecking ,kr0s'tSekIN Jb% 32A,6A -crosschecks ,kr0s'tSeks Ja%,Kj% 22A,6A -crosscountry ,kr0s'kVntrI OA%,Pu% 3 -crosscurrent 'kr0skVr@nt K6% 3 -crosscurrents 'kr0skVr@nts Kj% 3 -crosscut 'kr0skVt K6%,OA% 2 -crosscuts 'kr0skVts Kj% 2 -crosse kr0s K6$ 1 -crossed kr0st Jc%,Jd% 12A,2C,6A,14,15A,15B -crosses 'kr0sIz Ja%,Kj% 22A,2C,6A,14,15A,15B -crosseyed 'kr0saId OA% 2 -crossfire 'kr0sfaI@R M6% 2 -crossfires 'kr0sfaI@z Mj$ 2 -crossing 'kr0sIN Jb%,M6% 22A,2C,6A,14,15A,15B -crossings 'kr0sINz Mj% 2 -crosskeys ,kr0s'kiz Kj$ 2 -crossly 'kr0slI Pu% 2 -crossness 'kr0sn@s L@% 2 -crosspatch 'kr0sp&tS K7% 2 -crosspatches 'kr0sp&tSIz Kj% 3 -crosspiece 'kr0spis K6% 2 -crosspieces 'kr0spisIz Kj% 3 -crossroad 'kr0sr@Ud K6% 2 -crossroads 'kr0sr@Udz Kj% 2 -crosstalk 'kr0stOk L@% 2 -crosstrees 'kr0striz Kj% 2 -crosswalk 'kr0swOk K6$ 2 -crosswalks 'kr0swOks Kj$ 2 -crosswind 'kr0swInd K6% 2 -crosswinds 'kr0swIndz Kj% 2 -crosswise 'kr0swaIz Pu% 2 -crossword 'kr0sw3d K6% 2 -crosswords 'kr0sw3dz Kj% 2 -crotch kr0tS K7% 1 -crotches 'kr0tSIz Kj% 2 -crotchet 'kr0tSIt K6% 2 -crotchets 'kr0tSIts Kj% 2 -crotchety 'kr0tSItI OA% 3 -crouch kraUtS I1%,K7% 12A,2C,4A -crouched kraUtSt Ic%,Id% 12A,2C,4A -crouches 'kraUtSIz Ia%,Kj% 22A,2C,4A -crouching 'kraUtSIN Ib% 22A,2C,4A -croup krup M6% 1 -croupier 'krupIeI K6% 3 -croupiers 'krupIeIz Kj% 3 -croups krups Mj$ 1 -crow kr@U I0%,K6% 13A,6A -crow's-feet 'kr@Uz-fit Kj% 2 -crow's-nest 'kr@Uz-nest K6% 2 -crow's-nests 'kr@Uz-nests Kj% 2 -crowbar 'kr@UbAR K6% 2 -crowbars 'kr@UbAz Kj% 2 -crowd kraUd J0%,K6% 12B,2C,6A,14,15A,15B -crowded 'kraUdId Jc%,Jd%,OA% 22B,2C,6A,14,15A,15B -crowding 'kraUdIN Jb% 22B,2C,6A,14,15A,15B -crowds kraUdz Ja%,Kj% 12B,2C,6A,14,15A,15B -crowed kr@Ud Ic%,Id% 13A,6A -crowing 'kr@UIN Ib% 23A,6A -crown kraUn H0%,K6% 16A,14,23 -crown-land 'kraUn-l&nd K6% 2 -crown-lands 'kraUn-l&ndz Kj% 2 -crowned kraUnd Hc%,Hd% 16A,14,23 -crowning 'kraUnIN Hb%,OA% 26A,14,23 -crowns kraUnz Ha%,Kj% 16A,14,23 -crows kr@Uz Ia%,Kj% 13A,6A -crozier 'kr@UzI@R K6$ 3 -croziers 'kr@UzI@z Kj$ 3 -crucial 'kruSl OA% 2 -crucially 'kruS@lI Pu% 3 -crucible 'krusIbl K6% 3 -crucibles 'krusIblz Kj% 3 -crucified 'krusIfaId Hc%,Hd% 3 -crucifies 'krusIfaIz Ha% 3 -crucifix 'krusIfIks K7% 3 -crucifixes 'krusIfIksIz Kj% 4 -crucifixion ,krusI'fIkSn M6% 4 -crucifixions ,krusI'fIkSnz Mj% 4 -cruciform 'krusIfOm OA$ 3 -crucify 'krusIfaI H3% 3 -crucifying 'krusIfaIIN Hb% 4 -crude krud OB% 1 -crudely 'krudlI Pu% 2 -crudeness 'krudnIs L@% 2 -cruder 'krud@R Or% 2 -crudest 'krudIst Os% 2 -crudities 'krudItIz Mj% 3 -crudity 'krudItI M8% 3 -cruel krU@l OE% 2 -crueller 'krU@l@R Or% 3 -cruellest 'krU@lIst Os% 3 -cruelly 'krU@lI Pu% 3 -cruelties 'kru@ltIz Mj% 3 -cruelty 'kru@ltI M8% 3 -cruet 'kruIt K6% 2 -cruet-stand 'kruIt-st&nd K6$ 3 -cruet-stands 'kruIt-st&ndz Kj$ 3 -cruets 'kruIts Kj$ 2 -cruise kruz I2%,K6% 12A,2C -cruised kruzd Ic%,Id% 12A,2C -cruiser 'kruz@R K6% 2 -cruisers 'kruz@z Kj% 2 -cruises 'kruzIz Ia%,Kj% 22A,2C -cruising 'kruzIN Ib% 22A,2C -crumb krVm M6% 1 -crumble 'krVmbl J2% 22A,2C,6A -crumbled 'krVmbld Jc%,Jd% 22A,2C,6A -crumbles 'krVmblz Ja% 22A,2C,6A -crumblier 'krVmblI@R Or% 3 -crumbliest 'krVmblIIst Os% 3 -crumbling 'krVmblIN Jb% 22A,2C,6A -crumbly 'krVmblI OD% 2 -crumbs krVmz Mj% 1 -crumpet 'krVmpIt K6% 2 -crumpets 'krVmpIts Kj% 2 -crumple 'krVmpl J2% 22A,2C,6A,15B -crumpled 'krVmpld Jc%,Jd% 22A,2C,6A,15B -crumples 'krVmplz Ja% 22A,2C,6A,15B -crumpling 'krVmplIN Jb% 22A,2C,6A,15B -crunch krVntS J1%,K7% 12A,2C,6A -crunched krVntSt Jc%,Jd% 12A,2C,6A -crunches 'krVntSIz Ja%,Kj% 22A,2C,6A -crunching 'krVntSIN Jb% 22A,2C,6A -crupper 'krVp@R K6$ 2 -cruppers 'krVp@z Kj$ 2 -crusade kru'seId I2%,K6% 22A,3A -crusaded kru'seIdId Ic%,Id% 32A,3A -crusader kru'seId@R K6% 3 -crusaders kru'seId@z Kj% 3 -crusades kru'seIdz Ia%,Kj% 22A,3A -crusading kru'seIdIN Ib% 32A,3A -cruse kruz K6$ 1 -cruses 'kruzIz Kj$ 2 -crush krVS J1%,L@% 12A,2C,6A,15A,15B -crushed krVSt Jc%,Jd% 12A,2C,6A,15A,15B -crushes 'krVSIz Ja% 22A,2C,6A,15A,15B -crushing 'krVSIN Jb%,OA% 22A,2C,6A,15A,15B -crushingly 'krVSINlI Pu% 3 -crust krVst J0%,M6% 12A,2C,6A -crustacean krV'steISn K6% 3 -crustaceans krV'steISnz Kj% 3 -crusted 'krVstId Jc%,Jd%,OA% 22A,2C,6A -crustier 'krVstI@R Or% 3 -crustiest 'krVstIIst Os% 3 -crusting 'krVstIN Jb% 22A,2C,6A -crusts krVsts Ja%,Mj% 12A,2C,6A -crusty 'krVstI OD% 2 -crutch krVtS K7% 1 -crutches 'krVtSIz Kj% 2 -crux krVks K7% 1 -cruxes 'krVksIz Kj$ 2 -cruzeiro kru'ze@r@U K6$ 3 -cruzeiros kru'ze@r@Uz Kj$ 3 -cry kraI J3%,K8% 12A,2B,2C,3A,4A,6A,9,14,15A,15B -crybabies 'kraIbeIbIz Kj% 3 -crybaby 'kraIbeIbI K8% 3 -crying 'kraIIN Jb%,Oq% 22A,2B,2C,3A,4A,6A,9,14,15A,15B -crypt krIpt K6% 1 -cryptic 'krIptIk OA% 2 -cryptically 'krIptIklI Pu% 3 -crypto- ,krIpt@U- U-% 2 -cryptogram 'krIpt@gr&m K6% 3 -cryptograms 'krIpt@gr&mz Kj% 3 -crypts krIpts Kj% 1 -crystal 'krIstl M6% 2 -crystal-gazing 'krIst@l-geIzIN L@% 4 -crystalline 'krIst@laIn OA% 3 -crystallization ,krIst@laI'zeISn M6% 5 -crystallizations ,krIst@laI'zeISnz Mj$ 5 -crystallize 'krIst@laIz J2% 32A,6A -crystallized 'krIst@laIzd Jc%,Jd% 32A,6A -crystallizes 'krIst@laIzIz Ja% 42A,6A -crystallizing 'krIst@laIzIN Jb% 42A,6A -crystallography ,krIst@'l0gr@fI L@% 5 -crystals 'krIstlz Mj% 2 -cub kVb K6% 1 -cubbyhole 'kVbIh@Ul K6% 3 -cubbyholes 'kVbIh@Ulz Kj% 3 -cube kjub H2%,K6% 16A -cubed kjubd Hc%,Hd% 16A -cubes kjubz Ha%,Kj% 16A -cubic 'kjubIk OA% 2 -cubical 'kjubIkl OA$ 3 -cubicle 'kjubIkl K6% 3 -cubicles 'kjubIklz Kj% 3 -cubing 'kjubIN Hb% 26A -cubism 'kjubIz@m L@% 3 -cubist 'kjubIst K6% 2 -cubists 'kjubIsts Kj% 2 -cubit 'kjubIt K6$ 2 -cubits 'kjubIts Kj$ 2 -cubs kVbz Kj% 1 -cuckold 'kVk@Uld H0%,K6% 26A -cuckolded 'kVk@UldId Hc%,Hd% 36A -cuckolding 'kVk@UldIN Hb% 36A -cuckolds 'kVk@Uldz Ha%,Kj% 26A -cuckoo 'kUku K6% 2 -cuckoo-clock 'kUku-kl0k K6% 3 -cuckoo-clocks 'kUku-kl0ks Kj% 3 -cuckoos 'kUkuz Kj% 2 -cucumber 'kjukVmb@R M6% 3 -cucumbers 'kjukVmb@z Mj% 3 -cud kVd L@% 1 -cuddle 'kVdl J2%,K6% 22C,6A,15B -cuddled 'kVdld Jc%,Jd% 22C,6A,15B -cuddles 'kVdlz Ja%,Kj% 22C,6A,15B -cuddlesome 'kVdls@m OA% 3 -cuddlier 'kVdlI@R Or% 3 -cuddliest 'kVdlIIst Os% 3 -cuddling 'kVdlIN Jb% 22C,6A,15B -cuddly 'kVdlI OD% 2 -cudgel 'kVdZ@l H0%,K6% 2 -cudgeled 'kVdZ@ld Hc%,Hd% 2 -cudgeling 'kVdZ@lIN Hb% 3 -cudgels 'kVdZ@lz Ha%,Kj% 2 -cue kju K6% 1 -cues kjuz Kj% 1 -cuff kVf H0%,K6% 1 -cuff-links 'kVf-lINks Kj% 2 -cuffed kVft Hc%,Hd% 1 -cuffing 'kVfIN Hb% 2 -cuffs kVfs Ha%,Kj% 1 -cuirass kwI'r&s K7$ 2 -cuirasses kwI'r&sIz Kj$ 3 -cuirassier ,kwIr@'sI@R K6$ 4 -cuirassiers ,kwIr@'sI@z Kj$ 4 -cuisine kwI'zin L@% 2 -cul-de-sac 'kVl-d@-s&k K6% 3 -cul-de-sacs 'kVl-d@-s&ks Kj% 3 -culinary 'kVlIn@rI OA% 4 -cull kVl H0%,K6% 16A -culled kVld Hc%,Hd% 16A -cullender 'kVl@nd@R K6$ 3 -cullenders 'kVl@nd@z Kj$ 3 -culling 'kVlIN Hb% 26A -culls kVlz Ha%,Kj% 16A -culminate 'kVlmIneIt H2% 33A -culminated 'kVlmIneItId Hc%,Hd% 43A -culminates 'kVlmIneIts Ha% 33A -culminating 'kVlmIneItIN Hb% 43A -culmination ,kVlmI'neISn K6% 4 -culminations ,kVlmI'neISnz Kj$ 4 -culpability ,kVlp@'bIlItI L@% 5 -culpable 'kVlp@bl OA% 3 -culpably 'kVlp@blI Pu% 3 -culprit 'kVlprIt K6% 2 -culprits 'kVlprIts Kj% 2 -cult kVlt K6% 1 -cultivable 'kVltIv@bl OA% 4 -cultivate 'kVltIveIt H2% 36A -cultivated 'kVltIveItId Hc%,Hd%,OA% 46A -cultivates 'kVltIveIts Ha% 36A -cultivating 'kVltIveItIN Hb% 46A -cultivation ,kVltI'veISn L@% 4 -cultivator 'kVltIveIt@R K6% 4 -cultivators 'kVltIveIt@z Kj% 4 -cults kVlts Kj% 1 -cultural 'kVltS@r@l OA% 3 -culture 'kVltS@R M6% 2 -cultured 'kVltS@d OA% 2 -cultures 'kVltS@z Mj% 2 -culvert 'kVlv@t K6% 2 -culverts 'kVlv@ts Kj% 2 -cumber 'kVmb@R H0$ 26A,14 -cumbered 'kVmb@d Hc%,Hd% 26A,14 -cumbering 'kVmb@rIN Hb$ 36A,14 -cumbers 'kVmb@z Ha$ 26A,14 -cumbersome 'kVmb@s@m OA% 3 -cumbrous 'kVmbr@s OA$ 2 -cummerbund 'kVm@bVnd K6$ 3 -cummerbunds 'kVm@bVndz Kj$ 3 -cumulative 'kjumjUl@tIv OA% 4 -cumulatively 'kjumjUl@tIvlI Pu% 5 -cumuli 'kjumjUlaI Kj$ 3 -cumulus 'kjumjUl@s Ki% 3 -cuneiform 'kjunIfOm OA$ 3 -cunning 'kVnIN L@%,OA% 2 -cunningly 'kVnINlI Pu% 3 -cunt kVnt K6% 1 -cunts kVnts Kj% 1 -cup kVp H4%,K6% 16A -cup-bearer 'kVp-be@r@R K6% 3 -cup-bearers 'kVp-be@r@z Kj% 3 -cup-final kVp-'faInl K6% 3 -cup-finals kVp-'faInlz Kj% 3 -cup-tie 'kVp-taI K6% 2 -cup-ties 'kVp-taIz Kj% 2 -cupboard 'kVb@d K6% 2 -cupboard-love 'kVb@d-lVv L@% 3 -cupboards 'kVb@dz Kj% 2 -cupful 'kVpfUl K6% 2 -cupfuls 'kVpfUlz Kj% 2 -cupidity kju'pIdItI L@$ 4 -cupola 'kjup@l@ K6$ 3 -cupolas 'kjup@l@z Kj$ 3 -cuppa 'kVp@ K6% 2 -cuppas 'kVp@z Kj% 2 -cupped kVpt Hc%,Hd% 16A -cupping 'kVpIN Hb%,L@% 26A -cupric 'kjuprIk OA$ 2 -cupro-nickel ,kjupr@U-'nIkl L@$ 4 -cups kVps Ha%,Kj% 16A -cur k3R K6% 1 -cur_e 'kjU@reI K6$ 2 -cur_es 'kjU@reIz Kj$ 2 -cura$ 3 -etc et'setr@ Y~% 3 -etch etS J1% 12A,6A -etched etSt Jc%,Jd% 12A,6A -etcher 'etS@R K6% 2 -etchers 'etS@z Kj% 2 -etches 'etSIz Ja% 22A,6A -etching 'etSIN Jb%,M6% 22A,6A -etchings 'etSINz Mj% 2 -etd ,i,ti'di Y>$ 3 -eternal I't3nl OA% 3 -eternally I't3n@lI Pu% 4 -eternities I't3nItIz Mj% 4 -eternity I't3nItI M8% 4 -ether 'iT@R L@$ 2 -ethereal I'TI@rI@l OA$ 4 -ethic 'eTIk Ki% 2 -ethical 'eTIkl OA% 3 -ethically 'eTIklI Pu% 3 -ethics 'eTIks Lk% 2 -ethnic 'eTnIk OA% 2 -ethnically 'eTnIklI Pu% 3 -ethnographer eT'n0gr@f@R K6% 4 -ethnographers eT'n0gr@f@z Kj% 4 -ethnographic ,eTn@'gr&fIk OA% 4 -ethnography eT'n0gr@fI L@% 4 -ethnological ,eTn@'l0dZIkl OA% 5 -ethnologist eT'n0l@dZIst K6% 4 -ethnologists eT'n0l@dZIsts Kj% 4 -ethnology eT'n0l@dZI L@% 4 -ethos 'iT0s Ki% 2 -ethyl 'eTIl M6$ 2 -ethyls 'eTIlz Mj$ 2 -etiologies ,itI'0l@dZIz Kj$ 5 -etiology ,itI'0l@dZI K8$ 5 -etiquette 'etIket L@% 3 -etymological ,etIm@'l0dZIkl OA% 6 -etymologies ,etI'm0l@dZIz Mj% 5 -etymologist ,etI'm0l@dZIst K6% 5 -etymologists ,etI'm0l@dZIsts Kj% 5 -etymology ,etI'm0l@dZI M8% 5 -eucalyptus ,juk@'lIpt@s K7% 4 -eucalyptuses ,juk@'lIpt@sIz Kj% 5 -eugenics ju'dZenIks Lk% 3 -eulogies 'jul@dZIz Mj% 3 -eulogist 'jul@dZIst K6$ 3 -eulogistic ,jul@'dZIstIk OA$ 4 -eulogists 'jul@dZIsts Kj$ 3 -eulogize 'jul@dZaIz H2% 36A -eulogized 'jul@dZaIzd Hc%,Hd% 36A -eulogizes 'jul@dZaIzIz Ha% 46A -eulogizing 'jul@dZaIzIN Hb% 46A -eulogy 'jul@dZI M8% 3 -eunuch 'jun@k K6% 2 -eunuchs 'jun@ks Kj% 2 -euphemism 'juf@mIz@m M6% 4 -euphemisms 'juf@mIz@mz Mj% 4 -euphemistic ,juf@'mIstIk OA% 4 -euphemistically ,juf@'mIstIklI Pu% 5 -euphonies 'juf@nIz Mj$ 3 -euphonium ju'f@UnI@m K6% 4 -euphoniums ju'f@UnI@mz Kj% 4 -euphony 'juf@nI M8$ 3 -euphoria ju'fOrI@ L@% 4 -euphoric ju'f0rIk OA% 3 -euphuism 'jufjuIz@m K6$ 4 -euphuisms 'jufjuIz@mz Kj$ 4 -eureka jU@'rik@ W-% 3 -eurhythmics ju'rIDmIks Lk$ 3 -eurythmics ju'rIDmIks Lk$ 3 -euthanasia ,juT@'neIzI@ L@% 5 -evacuate I'v&kjUeIt H2% 46A,14 -evacuated I'v&kjUeItId Hc%,Hd% 56A,14 -evacuates I'v&kjUeIts Ha% 46A,14 -evacuating I'v&kjUeItIN Hb% 56A,14 -evacuation I,v&kjU'eISn M6% 5 -evacuations I,v&kjU'eISnz Mj% 5 -evacuee I,v&kju'i K6% 4 -evacuees I,v&kju'iz Kj% 4 -evade I'veId H2% 26A,6C -evaded I'veIdId Hc%,Hd% 36A,6C -evades I'veIdz Ha% 26A,6C -evading I'veIdIN Hb% 36A,6C -evaluate I'v&ljUeIt H2% 46A -evaluated I'v&ljUeItId Hc%,Hd% 56A -evaluates I'v&ljUeIts Ha% 46A -evaluating I'v&ljUeItIN Hb% 56A -evaluation I,v&ljU'eISn K6% 5 -evaluations I,v&ljU'eISnz Kj% 5 -evaluative I'v&ljU@tIv OA% 5 -evanescence ,iv@'nesns L@$ 4 -evanescent ,iv@'nesnt OA$ 4 -evangelical ,iv&n'dZelIkl OA% 5 -evangelicalism ,iv&n'dZelIk@lIz@m L@% 7 -evangelism I'v&ndZ@lIz@m L@% 5 -evangelist I'v&ndZ@lIst K6% 4 -evangelistic I,v&ndZ@'lIstIk OA% 5 -evangelists I'v&ndZ@lIsts Kj% 4 -evaporate I'v&p@reIt J2% 42A,6A -evaporated I'v&p@reItId Jc%,Jd% 52A,6A -evaporates I'v&p@reIts Ja% 42A,6A -evaporating I'v&p@reItIN Jb% 52A,6A -evaporation I,v&p@'reISn M6% 5 -evaporations I,v&p@'reISnz Mj% 5 -evasion I'veIZn M6% 3 -evasions I'veIZnz Mj% 3 -evasive I'veIsIv OA% 3 -evasively I'veIsIvlI Pu% 4 -evasiveness I'veIsIvn@s L@% 4 -eve iv K6% 1 -even 'ivn H0%,K6%,OA*,Pu* 26A,15B -even-handed ,ivn-'h&ndId OA% 4 -evened 'ivnd Hc%,Hd% 26A,15B -evening 'ivnIN Hb%,M6% 26A,15B -evenings 'ivnINz Mj% 2 -evenly 'ivnlI Pu% 3 -evenness 'ivn+n@s L@% 3 -evens 'ivnz Ha%,Kj% 26A,15B -evensong 'ivns0N K6% 3 -evensongs 'ivns0Nz Kj$ 3 -event I'vent K6% 2 -eventful I'ventf@l OA% 3 -eventide 'ivntaId L@% 3 -events I'vents Kj% 2 -eventual I'ventSU@l OA% 4 -eventualities I,ventSU'&lItIz Kj% 6 -eventuality I,ventSU'&lItI K8% 6 -eventually I'ventSU@lI Pu% 5 -ever 'ev@R Pu* 2 -evergreen 'ev@grin K6%,OA% 3 -evergreens 'ev@grinz Kj% 3 -everlasting ,ev@'lAstIN OA% 4 -evermore ,ev@'mOR Pu$ 3 -every 'evrI OA* 2 -everybody 'evrIb0dI Qx% 4 -everyday 'evrIdeI OA% 3 -everyone 'evrIwVn Qx% 3 -everyplace 'evrIpleIs Pu$ 3 -everything 'evrITIN Qx* 3 -everywhere 'evrIwe@R Pu% 3 -eves ivz Kj% 1 -evict I'vIkt H0% 214 -evicted I'vIktId Hc%,Hd% 314 -evicting I'vIktIN Hb% 314 -eviction I'vIkSn M6% 3 -evictions I'vIkSnz Mj% 3 -evicts I'vIkts Ha% 214 -evidence 'evId@ns H2%,L@% 36A -evidenced 'evId@nst Hc%,Hd% 36A -evidences 'evId@nsIz Ha$ 46A -evidencing 'evId@nsIN Hb$ 46A -evident 'evId@nt OA% 3 -evidently 'evId@ntlI Pu% 4 -evil 'ivl M6%,OA% 2 -evil-doer 'ivl-du@R K6% 4 -evil-doers 'ivl-du@z Kj% 4 -evil-minded ,ivl-'maIndId OA% 4 -evilly 'iv@lI Pu% 3 -evils 'ivlz Mj% 2 -evince I'vIns H2% 26A,9 -evinced I'vInst Hc%,Hd% 26A,9 -evinces I'vInsIz Ha% 36A,9 -evincing I'vInsIN Hb% 36A,9 -eviscerate I'vIs@reIt H2$ 46A -eviscerated I'vIs@reItId Hc$,Hd$ 56A -eviscerates I'vIs@reIts Ha$ 46A -eviscerating I'vIs@reItIN Hb$ 56A -evocation ,iv@U'keISn K6% 4 -evocations ,iv@U'keISnz Kj% 4 -evocative I'v0k@tIv OA% 4 -evoke I'v@Uk H2% 26A -evoked I'v@Ukt Hc%,Hd% 26A -evokes I'v@Uks Ha% 26A -evoking I'v@UkIN Hb% 36A -evolution ,iv@'luSn M6% 4 -evolutionary ,iv@'luSnrI OA% 5 -evolutions ,iv@'luSnz Mj% 4 -evolve I'v0lv J2% 22A,6A -evolved I'v0lvd Jc%,Jd% 22A,6A -evolves I'v0lvz Ja% 22A,6A -evolving I'v0lvIN Jb% 32A,6A -ewe ju K6% 1 -ewer 'ju@R K6$ 2 -ewers 'ju@z Kj$ 2 -ewes juz Kj% 1 -ex gratia ,eks 'greIS@ OA% 3 -ex officio ,eks @'fISI@U OA%,Pu% 5 -ex- eks- U-% 1 -ex-directory ,eks-dI'rekt@rI OA% 5 -ex-service ,eks-'s3vIs OA% 3 -ex-serviceman ,eks-'s3vIsm@n Ki% 4 -ex-servicemen ,eks-'s3vIsm@n Kj% 4 -exacerbate Ig'z&s@beIt H2% 46A -exacerbated Ig'z&s@beItId Hc%,Hd% 56A -exacerbates Ig'z&s@beIts Ha% 46A -exacerbating Ig'z&s@beItIN Hb% 56A -exacerbation Ig,z&s@'beISn K6% 5 -exacerbations Ig,z&s@'beISnz Kj% 5 -exact Ig'z&kt H0%,OA% 26A,14 -exacted Ig'z&ktId Hc%,Hd% 36A,14 -exacting Ig'z&ktIN Hb%,OA% 36A,14 -exaction Ig'z&kSn M6$ 3 -exactions Ig'z&kSnz Mj$ 3 -exactitude Ig'z&ktItjud L@% 4 -exactly Ig'z&ktlI Pu% 3 -exactness Ig'z&ktn@s L@% 3 -exacts Ig'z&kts Ha% 26A,14 -exaggerate Ig'z&dZ@reIt J2% 42A,6A -exaggerated Ig'z&dZ@reItId Jc%,Jd% 52A,6A -exaggerates Ig'z&dZ@reIts Ja% 42A,6A -exaggerating Ig'z&dZ@reItIN Jb% 52A,6A -exaggeration Ig,z&dZ@'reISn M6% 5 -exaggerations Ig,z&dZ@'reISnz Mj% 5 -exalt Ig'zOlt H0% 26A -exaltation ,egzOl'teISn L@% 4 -exalted Ig'zOltId Hc%,Hd%,OA% 36A -exalting Ig'zOltIN Hb% 36A -exalts Ig'zOlts Ha% 26A -exam Ig'z&m K6% 2 -examination Ig,z&mI'neISn M6% 5 -examinations Ig,z&mI'neISnz Mj% 5 -examine Ig'z&mIn H2% 36A,14 -examined Ig'z&mInd Hc%,Hd% 36A,14 -examiner Ig'z&mIn@R K6% 4 -examiners Ig'z&mIn@z Kj% 4 -examines Ig'z&mInz Ha% 36A,14 -examining Ig'z&mInIN Hb% 46A,14 -example Ig'zAmpl M6* 3 -examples Ig'zAmplz Mj% 3 -exams Ig'z&mz Kj% 2 -exasperate Ig'z&sp@reIt H2% 46A -exasperated Ig'z&sp@reItId Hc%,Hd% 56A -exasperates Ig'z&sp@reIts Ha% 46A -exasperating Ig'z&sp@reItIN Hb% 56A -exasperation Ig,z&sp@'reISn L@% 5 -excavate 'eksk@veIt H2% 36A -excavated 'eksk@veItId Hc%,Hd% 46A -excavates 'eksk@veIts Ha% 36A -excavating 'eksk@veItIN Hb% 46A -excavation ,eksk@'veISn M6% 4 -excavations ,eksk@'veISnz Mj% 4 -excavator 'eksk@veIt@R K6% 4 -excavators 'eksk@veIt@z Kj% 4 -exceed Ik'sid H0% 26A -exceeded Ik'sidId Hc%,Hd% 36A -exceeding Ik'sidIN Hb% 36A -exceedingly Ik'sidINlI Pu% 4 -exceeds Ik'sidz Ha% 26A -excel Ik'sel J4% 22C,3A,6A,15A -excelled Ik'seld Jc%,Jd% 22C,3A,6A,15A -excellence 'eks@l@ns M6% 3 -excellences 'eks@l@nsIz Mj$ 4 -excellent 'eks@l@nt OA% 3 -excellently 'eks@l@ntlI Pu% 4 -excelling Ik'selIN Jb% 32C,3A,6A,15A -excels Ik'selz Ja% 22C,3A,6A,15A -excelsior ek'selsIOR L@$ 4 -except Ik'sept H0%,T-%,V-% 26A,14 -excepted Ik'septId Hc%,Hd% 36A,14 -excepting Ik'septIN Hb%,T-% 36A,14 -exception Ik'sepSn M6% 3 -exceptionable Ik'sepSn@bl OA$ 4 -exceptional Ik'sepS@nl OA% 4 -exceptionally Ik'sepS@n@lI Pu% 5 -exceptions Ik'sepSnz Mj% 3 -excepts Ik'septs Ha% 26A,14 -excerpt 'eks3pt K6% 2 -excerpts 'eks3pts Kj% 2 -excess 'ekses OA% 2 -excess Ik'ses M7% 2 -excesses Ik'sesIz Mj% 3 -excessive Ik'sesIv OA% 3 -excessively Ik'sesIvlI Pu% 4 -exchange Ik'stSeIndZ H2%,M6% 26A,14 -exchangeable Ik'stSeIndZ@bl OA% 4 -exchanged Ik'stSeIndZd Hc%,Hd% 26A,14 -exchanger Ik'stSeIndZ@R K6% 3 -exchangers Ik'stSeIndZ@z Kj% 3 -exchanges Ik'stSeIndZIz Ha%,Mj% 36A,14 -exchanging Ik'stSeIndZIN Hb% 36A,14 -exchequer Ik'stSek@R K6% 3 -exchequers Ik'stSek@z Kj$ 3 -excise 'eksaIz L@% 2 -excise Ik'saIz H2$ 26A -excised Ik'saIzd Hc%,Hd% 26A -exciseman 'eksaIsm@n Ki% 3 -excisemen 'eksaIsm@n Kj% 3 -excises Ik'saIzIz Ha$ 36A -excising Ik'saIzIN Hb$ 36A -excision Ik'sIZn M6% 3 -excisions Ik'sIZnz Mj% 3 -excitability Ik,saIt@'bIlItI L@% 6 -excitable Ik'saIt@bl OA% 4 -excite Ik'saIt H2% 26A,14,17 -excited Ik'saItId Hc%,Hd% 36A,14,17 -excitedly Ik'saItIdlI Pu% 4 -excitement Ik'saItm@nt M6% 3 -excitements Ik'saItm@nts Mj% 3 -excites Ik'saIts Ha% 26A,14,17 -exciting Ik'saItIN Hb% 36A,14,17 -excitingly Ik'saItINlI Pu% 4 -excl Ik'skludIN Y~% 3 -exclaim Ik'skleIm J0% 22A,9 -exclaimed Ik'skleImd Jc%,Jd% 22A,9 -exclaiming Ik'skleImIN Jb% 32A,9 -exclaims Ik'skleImz Ja% 22A,9 -exclamation ,ekskl@'meISn M6% 4 -exclamations ,ekskl@'meISnz Mj% 4 -exclamatory Ik'skl&m@trI OA% 4 -exclude Ik'sklud H2% 26A,14 -excluded Ik'skludId Hc%,Hd% 36A,14 -excludes Ik'skludz Ha% 26A,14 -excluding Ik'skludIN Hb% 36A,14 -exclusion Ik'skluZn L@% 3 -exclusive Ik'sklusIv OA% 3 -exclusively Ik'sklusIvlI Pu% 4 -excogitate eks'k0dZIteIt H2% 46A -excogitated eks'k0dZIteItId Hc$,Hd$ 56A -excogitates eks'k0dZIteIts Ha$ 46A -excogitating eks'k0dZIteItIN Hb$ 56A -excogitation ,eks,k0dZI'teISn M6$ 5 -excogitations ,eks,k0dZI'teISnz Mj$ 5 -excommunicate ,eksk@'mjunIkeIt H2% 56A -excommunicated ,eksk@'mjunIkeItId Hc%,Hd% 66A -excommunicates ,eksk@'mjunIkeIts Ha% 56A -excommunicating ,eksk@'mjunIkeItIN Hb% 66A -excommunication ,eksk@,mjunI'keISn M6% 6 -excommunications ,eksk@,mjunI'keISnz Mj$ 6 -excoriate Ik'skOrIeIt H2$ 46A -excoriated Ik'skOrIeItId Hc$,Hd$ 56A -excoriates Ik'skOrIeIts Ha$ 46A -excoriating Ik'skOrIeItIN Hb$ 56A -excoriation Ik,skOrI'eISn K6$ 5 -excoriations Ik,skOrI'eISnz Kj$ 5 -excrement 'ekskr@m@nt L@% 3 -excrescence Ik'skresns K6% 3 -excrescences Ik'skresnsIz Kj% 4 -excreta Ik'skrit@ Kj% 3 -excrete Ik'skrit H2% 26A -excreted Ik'skritId Hc%,Hd% 36A -excretes Ik'skrits Ha% 26A -excreting Ik'skritIN Hb% 36A -excretion Ik'skriSn M6% 3 -excretions Ik'skriSnz Mj% 3 -excruciating Ik'skruSIeItIN OA% 5 -excruciatingly Ik'skruSIeItINlI Pu% 6 -exculpate 'ekskVlpeIt H2$ 36A,14 -exculpated 'ekskVlpeItId Hc$,Hd$ 46A,14 -exculpates 'ekskVlpeIts Ha$ 36A,14 -exculpating 'ekskVlpeItIN Hb$ 46A,14 -excursion Ik'sk3Sn K6% 3 -excursionist Ik'sk3S@nIst K6$ 4 -excursionists Ik'sk3S@nIsts Kj$ 4 -excursions Ik'sk3Snz Kj% 3 -excusable Ik'skjuz@bl OA% 4 -excusably Ik'skjuz@blI Pu% 4 -excuse Ik'skjus K6% 2 -excuse Ik'skjuz H2% 26A,6C,12B,13B,14,19C -excused Ik'skjuzd Hc%,Hd% 26A,6C,12B,13B,14,19C -excuses Ik'skjusIz Kj% 3 -excuses Ik'skjuzIz Ha% 36A,6C,12B,13B,14,19C -excusing Ik'skjuzIN Hb% 36A,6C,12B,13B,14,19C -execrable 'eksIkr@bl OA% 4 -execrate 'eksIkreIt H2$ 36A -execrated 'eksIkreItId Hc$,Hd$ 46A -execrates 'eksIkreIts Ha$ 36A -execrating 'eksIkreItIN Hb$ 46A -execration ,eksI'kreISn K6$ 4 -execrations ,eksI'kreISnz Kj$ 4 -executant Ig'zekjUt@nt K6% 4 -executants Ig'zekjUt@nts Kj% 4 -execute 'eksIkjut H2% 36A -executed 'eksIkjutId Hc%,Hd% 46A -executes 'eksIkjuts Ha% 36A -executing 'eksIkjutIN Hb% 46A -execution ,eksI'kjuSn M6% 4 -executioner ,eksI'kjuSn@R K6% 5 -executioners ,eksI'kjuSn@z Kj% 5 -executions ,eksI'kjuSnz Mj% 4 -executive Ig'zekjUtIv K6%,OA% 4 -executives Ig'zekjUtIvz Kj% 4 -executor Ig'zekjUt@R K6% 4 -executors Ig'zekjUt@z Kj% 4 -executrix Ig'zekjUtrIks K7$ 4 -executrixes Ig'zekjUtrIksIz Kj$ 5 -exegesis ,eksI'dZisIs L@% 4 -exemplary Ig'zempl@rI OA% 4 -exemplification Ig,zemplIfI'keISn M6% 6 -exemplifications Ig,zemplIfI'keISnz Mj$ 6 -exemplified Ig'zemplIfaId Hc%,Hd% 46A -exemplifies Ig'zemplIfaIz Ha% 46A -exemplify Ig'zemplIfaI H3% 46A -exemplifying Ig'zemplIfaIIN Hb% 56A -exempt Ig'zempt H0%,OA% 26A,14 -exempted Ig'zemptId Hc%,Hd% 36A,14 -exempting Ig'zemptIN Hb% 36A,14 -exemption Ig'zempSn M6% 3 -exemptions Ig'zempSnz Mj% 3 -exempts Ig'zempts Ha% 26A,14 -exercise 'eks@saIz J2%,M6% 32A,6A,15A -exercised 'eks@saIzd Jc%,Jd% 32A,6A,15A -exercises 'eks@saIzIz Ja%,Mj% 42A,6A,15A -exercising 'eks@saIzIN Jb% 42A,6A,15A -exert Ig'z3t H0% 26A,14,16A -exerted Ig'z3tId Hc%,Hd% 36A,14,16A -exerting Ig'z3tIN Hb% 36A,14,16A -exertion Ig'z3Sn M6% 3 -exertions Ig'z3Snz Mj% 3 -exerts Ig'z3ts Ha% 26A,14,16A -exeunt 'eksI@nt Ie$ 3 -exhalation ,eksh@'leISn M6% 4 -exhalations ,eksh@'leISnz Mj% 4 -exhale eks'heIl J2% 22A,6A -exhaled eks'heIld Jc%,Jd% 22A,6A -exhales eks'heIlz Ja% 22A,6A -exhaling eks'heIlIN Jb% 32A,6A -exhaust Ig'zOst H0%,M6% 26A -exhaust-pipe Ig'zOst-paIp K6% 3 -exhaust-pipes Ig'zOst-paIps Kj% 3 -exhausted Ig'zOstId Hc%,Hd% 36A -exhausting Ig'zOstIN Hb% 36A -exhaustion Ig'zOstS@n L@% 3 -exhaustive Ig'zOstIv OA% 3 -exhaustively Ig'zOstIvlI Pu% 4 -exhausts Ig'zOsts Ha%,Mj% 26A -exhibit Ig'zIbIt H0%,K6% 32A,6A -exhibited Ig'zIbItId Hc%,Hd% 42A,6A -exhibiting Ig'zIbItIN Hb% 42A,6A -exhibition ,eksI'bISn K6% 4 -exhibitioner ,eksI'bISn@R K6$ 5 -exhibitioners ,eksI'bISn@z Kj$ 5 -exhibitionism ,eksI'bIS@nIz@m L@% 6 -exhibitionist ,eksI'bIS@nIst K6% 5 -exhibitionists ,eksI'bIS@nIsts Kj% 5 -exhibitions ,eksI'bISnz Kj% 4 -exhibitor Ig'zIbIt@R K6% 4 -exhibitors Ig'zIbIt@z Kj% 4 -exhibits Ig'zIbIts Ha%,Kj% 32A,6A -exhilarate Ig'zIl@reIt H2% 46A -exhilarated Ig'zIl@reItId Hc%,Hd% 56A -exhilarates Ig'zIl@reIts Ha% 46A -exhilarating Ig'zIl@reItIN Hb% 56A -exhilaration Ig,zIl@'reISn L@% 5 -exhort Ig'zOt H0% 26A,14,17 -exhortation ,eksO'teISn M6% 4 -exhortations ,eksO'teISnz Mj% 4 -exhorted Ig'zOtId Hc%,Hd% 36A,14,17 -exhorting Ig'zOtIN Hb% 36A,14,17 -exhorts Ig'zOts Ha% 26A,14,17 -exhumation ,ekshju'meISn M6% 4 -exhumations ,ekshju'meISnz Mj$ 4 -exhume eks'hjum H2% 26A -exhumed eks'hjumd Hc%,Hd% 26A -exhumes eks'hjumz Ha% 26A -exhuming eks'hjumIN Hb% 36A -exigencies 'eksIdZ@nsIz Kj% 4 -exigency 'eksIdZ@nsI K8% 4 -exigent 'egzIdZ@nt OA$ 3 -exiguous eg'zIgjU@s OA$ 4 -exile 'eksaIl H2%,M6% 26A,15A -exiled 'eksaIld Hc%,Hd% 26A,15A -exiles 'eksaIlz Ha%,Mj% 26A,15A -exiling 'eksaIlIN Hb% 36A,15A -exist Ig'zIst I0% 22A,2C,3A -existed Ig'zIstId Ic%,Id% 32A,2C,3A -existence Ig'zIst@ns M6% 3 -existences Ig'zIst@nsIz Mj% 4 -existent Ig'zIst@nt OA% 3 -existentialism ,egzI'stenS@lIz@m L@% 6 -existentialist ,egzI'stenS@lIst K6% 5 -existentialists ,egzI'stenS@lIsts Kj% 5 -existing Ig'zIstIN Ib% 32A,2C,3A -exists Ig'zIsts Ia% 22A,2C,3A -exit 'eksIt I0%,K6% 2 -exited 'eksItId Ic%,Id% 3 -exiting 'eksItIN Ib% 3 -exits 'eksIts Ia%,Kj% 2 -exodus 'eks@d@s K7% 3 -exoduses 'eks@d@sIz Kj$ 4 -exonerate Ig'z0n@reIt H2% 46A,14 -exonerated Ig'z0n@reItId Hc%,Hd% 56A,14 -exonerates Ig'z0n@reIts Ha% 46A,14 -exonerating Ig'z0n@reItIN Hb% 56A,14 -exoneration Ig,z0n@'reISn K6% 5 -exonerations Ig,z0n@'reISnz Kj$ 5 -exorbitance Ig'zObIt@ns L@$ 4 -exorbitant Ig'zObIt@nt OA% 4 -exorbitantly Ig'zObIt@ntlI Pu% 5 -exorcize 'eksOsaIz H2% 36A,14 -exorcized 'eksOsaIzd Hc%,Hd% 36A,14 -exorcizes 'eksOsaIzIz Ha% 46A,14 -exorcizing 'eksOsaIzIN Hb% 46A,14 -exotic Ig'z0tIk OA% 3 -expand Ik'sp&nd J0% 22A,2C,6A,14 -expanded Ik'sp&ndId Jc%,Jd% 32A,2C,6A,14 -expanding Ik'sp&ndIN Jb% 32A,2C,6A,14 -expands Ik'sp&ndz Ja% 22A,2C,6A,14 -expanse Ik'sp&ns K6% 2 -expanses Ik'sp&nsIz Kj% 3 -expansion Ik'sp&nSn L@% 3 -expansive Ik'sp&nsIv OA% 3 -expansively Ik'sp&nsIvlI Pu% 4 -expansiveness Ik'sp&nsIvn@s L@% 4 -expatiate Ik'speISIeIt I2$ 43A -expatiated Ik'speISIeItId Ic$,Id$ 53A -expatiates Ik'speISIeIts Ia$ 43A -expatiating Ik'speISIeItIN Ib$ 53A -expatriate eks'p&trI@t K6$ 4 -expatriate eks'p&trIeIt H2$ 46A -expatriated eks'p&trIeItId Hc$,Hd$ 56A -expatriates eks'p&trI@ts Kj$ 4 -expatriates eks'p&trIeIts Ha$ 46A -expatriating eks'p&trIeItIN Hb$ 56A -expect Ik'spekt H0% 26A,7A,9,14,17 -expectancies Ik'spekt@nsIz Mj% 4 -expectancy Ik'spekt@nsI M8% 4 -expectant Ik'spekt@nt OA% 3 -expectantly Ik'spekt@ntlI Pu% 4 -expectation ,ekspek'teISn M6% 4 -expectations ,ekspek'teISnz Mj% 4 -expected Ik'spektId Hc%,Hd%,OA% 36A,7A,9,14,17 -expecting Ik'spektIN Hb% 36A,7A,9,14,17 -expectorant Ik'spekt@r@nt K6$ 4 -expectorants Ik'spekt@r@nts Kj$ 4 -expectorate Ik'spekt@reIt J2$ 42A,6A -expectorated Ik'spekt@reItId Jc$,Jd$ 52A,6A -expectorates Ik'spekt@reIts Ja$ 42A,6A -expectorating Ik'spekt@reItIN Jb$ 52A,6A -expects Ik'spekts Ha% 26A,7A,9,14,17 -expedience Ik'spidI@ns L@% 4 -expediency Ik'spidI@nsI L@% 5 -expedient Ik'spidI@nt K6%,OA% 4 -expediently Ik'spidI@ntlI Pu% 5 -expedients Ik'spidI@nts Kj% 4 -expedite 'ekspIdaIt H2$ 36A -expedited 'ekspIdaItId Hc$,Hd$ 46A -expedites 'ekspIdaIts Ha$ 36A -expediting 'ekspIdaItIN Hb$ 46A -expedition ,ekspI'dISn M6% 4 -expeditionary ,ekspI'dIS@n@rI OA% 6 -expeditions ,ekspI'dISnz Mj% 4 -expeditious ,ekspI'dIS@s OA$ 4 -expeditiously ,ekspI'dIS@slI Pu$ 5 -expel Ik'spel H4% 26A,14 -expelled Ik'speld Hc%,Hd% 26A,14 -expelling Ik'spelIN Hb% 36A,14 -expels Ik'spelz Ha% 26A,14 -expend Ik'spend H0% 26A,14 -expendable Ik'spend@bl OA% 4 -expended Ik'spendId Hc%,Hd% 36A,14 -expending Ik'spendIN Hb% 36A,14 -expenditure Ik'spendItS@R M6% 4 -expenditures Ik'spendItS@z Mj% 4 -expends Ik'spendz Ha% 26A,14 -expense Ik'spens M6% 2 -expenses Ik'spensIz Mj% 3 -expensive Ik'spensIv OA% 3 -expensively Ik'spensIvlI Pu% 4 -experience Ik'spI@rI@ns H2%,M6% 46A -experienced Ik'spI@rI@nst Hc%,Hd%,OA% 46A -experiences Ik'spI@rI@nsIz Ha%,Mj% 56A -experiencing Ik'spI@rI@nsIN Hb% 56A -experiment Ik'sperIm@nt I0%,M6% 42A,2C,3A -experimental Ik,sperI'mentl OA% 5 -experimentally Ik,sperI'ment@lI Pu% 6 -experimentation Ik,sperImen'teISn L@% 6 -experimented Ik'sperIm@ntId Ic%,Id% 52A,2C,3A -experimenter Ik'sperIm@nt@R K6% 5 -experimenters Ik'sperIm@nt@z Kj% 5 -experimenting Ik'sperIm@ntIN Ib% 52A,2C,3A -experiments Ik'sperIm@nts Ia%,Mj% 42A,2C,3A -expert 'eksp3t K6%,OA% 2 -expertise ,eksp3'tiz L@% 3 -expertly 'eksp3tlI Pu% 3 -expertness 'eksp3tn@s L@$ 3 -experts 'eksp3ts Kj% 2 -expiate 'ekspIeIt H2$ 36A -expiated 'ekspIeItId Hc$,Hd$ 46A -expiates 'ekspIeIts Ha$ 36A -expiating 'ekspIeItIN Hb$ 46A -expiation ,ekspI'eISn L@$ 4 -expiration ,ekspI'reISn L@$ 4 -expire Ik'spaI@R I2$ 22A -expired Ik'spaI@d Ic%,Id% 22A -expires Ik'spaI@z Ia% 22A -expiries Ik'spaI@rIz Kj$ 3 -expiring Ik'spaI@rIN Ib% 32A -expiry Ik'spaI@rI K8% 3 -explain Ik'spleIn H0% 26A,8,9,10,14,15B -explained Ik'spleInd Hc%,Hd% 26A,8,9,10,14,15B -explaining Ik'spleInIN Hb% 36A,8,9,10,14,15B -explains Ik'spleInz Ha% 26A,8,9,10,14,15B -explanation ,ekspl@'neISn M6% 4 -explanations ,ekspl@'neISnz Mj% 4 -explanatory Ik'spl&n@trI OA% 4 -expletive Ik'splitIv K6% 3 -expletives Ik'splitIvz Kj% 3 -explicable ek'splIk@bl OA% 4 -explicate 'eksplIkeIt H2$ 36A -explicated 'eksplIkeItId Hc$,Hd$ 46A -explicates 'eksplIkeIts Ha$ 36A -explicating 'eksplIkeItIN Hb$ 46A -explicit Ik'splIsIt OA% 3 -explicitly Ik'splIsItlI Pu% 4 -explicitness Ik'splIsItn@s L@% 4 -explode Ik'spl@Ud J2% 22A,2C,6A -exploded Ik'spl@UdId Jc%,Jd% 32A,2C,6A -explodes Ik'spl@Udz Ja% 22A,2C,6A -exploding Ik'spl@UdIN Jb% 32A,2C,6A -exploit 'eksploIt K6% 2 -exploit Ik'sploIt H0% 26A -exploitation ,eksploI'teISn L@% 4 -exploited Ik'sploItId Hc%,Hd% 36A -exploiting Ik'sploItIN Hb% 36A -exploits 'eksploIts Kj% 2 -exploits Ik'sploIts Ha% 26A -exploration ,ekspl@'reISn M6% 4 -explorations ,ekspl@'reISnz Mj% 4 -exploratory Ik'spl0r@trI OA% 4 -explore Ik'splOR H2% 26A -explored Ik'splOd Hc%,Hd% 26A -explorer Ik'splOr@R K6% 3 -explorers Ik'splOr@z Kj% 3 -explores Ik'splOz Ha% 26A -exploring Ik'splOrIN Hb% 36A -explosion Ik'spl@UZn K6% 3 -explosions Ik'spl@UZnz Kj% 3 -explosive Ik'spl@UsIv K6%,OA% 3 -explosively Ik'spl@UsIvlI Pu% 4 -explosives Ik'spl@UsIvz Kj% 3 -expo 'eksp@U K6$ 2 -exponent Ik'sp@Un@nt K6% 3 -exponential ,eksp@'nenSl K6$,OA% 4 -exponentially ,eksp@'nenS@lI Pu% 5 -exponentials ,eksp@'nenSlz Kj$ 4 -exponents Ik'sp@Un@nts Kj% 3 -export 'ekspOt M6% 2 -export Ik'spOt H0% 26A -exportable Ik'spOt@bl OA% 4 -exportation ,ekspO'teISn L@$ 4 -exported Ik'spOtId Hc%,Hd% 36A -exporter Ik'spOt@R K6% 3 -exporters Ik'spOt@z Kj% 3 -exporting Ik'spOtIN Hb% 36A -exports 'ekspOts Mj% 2 -exports Ik'spOts Ha% 26A -expos 'eksp@Uz Kj$ 2 -expos_e ek'sp@UzeI K6% 3 -expos_es ek'sp@UzeIz Kj% 3 -expose Ik'sp@Uz H2% 26A,14,15A -exposed Ik'sp@Uzd Hc%,Hd% 26A,14,15A -exposes Ik'sp@UzIz Ha% 36A,14,15A -exposing Ik'sp@UzIN Hb% 36A,14,15A -exposition ,eksp@'zISn M6% 4 -expositions ,eksp@'zISnz Mj% 4 -expostulate Ik'sp0stSUleIt I2% 42A,3A -expostulated Ik'sp0stSUleItId Ic%,Id% 52A,3A -expostulates Ik'sp0stSUleIts Ia% 42A,3A -expostulating Ik'sp0stSUleItIN Ib% 52A,3A -expostulation Ik,sp0stSU'leISn M6% 5 -expostulations Ik,sp0stSU'leISnz Mj$ 5 -exposure Ik'sp@UZ@R M6% 3 -exposures Ik'sp@UZ@z Mj% 3 -expound Ik'spaUnd H0% 26A,14 -expounded Ik'spaUndId Hc%,Hd% 36A,14 -expounding Ik'spaUndIN Hb% 36A,14 -expounds Ik'spaUndz Ha% 26A,14 -express Ik'spres H1%,M7%,OA%,Pu% 26A,10,14,15A -expressed Ik'sprest Hc%,Hd% 26A,10,14,15A -expresses Ik'spresIz Ha%,Mj% 36A,10,14,15A -expressing Ik'spresIN Hb% 36A,10,14,15A -expression Ik'spreSn M6% 3 -expressionism Ik'spreS@nIz@m L@% 5 -expressionist Ik'spreS@nIst K6% 4 -expressionists Ik'spreS@nIsts Kj% 4 -expressionless Ik'spreSnl@s OA% 4 -expressions Ik'spreSnz Mj% 3 -expressive Ik'spresIv OA% 3 -expressively Ik'spresIvlI Pu% 4 -expressly Ik'spreslI Pu% 3 -expressway Iks'presweI K6$ 3 -expressways Iks'presweIz Kj$ 3 -expropriate eks'pr@UprIeIt H2$ 46A,14 -expropriated eks'pr@UprIeItId Hc$,Hd% 56A,14 -expropriates eks'pr@UprIeIts Ha$ 46A,14 -expropriating eks'pr@UprIeItIN Hb$ 56A,14 -expropriation ,eks,pr@UprI'eISn L@$ 5 -expulsion Ik'spVlSn M6% 3 -expulsions Ik'spVlSnz Mj% 3 -expunge Ik'spVndZ H2% 26A,14 -expunged Ik'spVndZd Hc%,Hd% 26A,14 -expunges Ik'spVndZIz Ha% 36A,14 -expunging Ik'spVndZIN Hb% 36A,14 -expurgate 'eksp@geIt H2% 36A -expurgated 'eksp@geItId Hc%,Hd% 46A -expurgates 'eksp@geIts Ha% 36A -expurgating 'eksp@geItIN Hb% 46A -expurgation ,eksp@'geISn K6% 4 -expurgations ,eksp@'geISnz Kj$ 4 -exquisite 'ekskwIzIt OA% 3 -exquisitely 'ekskwIzItlI Pu% 4 -exquisiteness 'ekskwIzItn@s L@% 4 -extant ek'st&nt OA% 2 -extemporaneous ek,stemp@'reInI@s OA$ 6 -extemporaneously ek,stemp@'reInI@slI Pu$ 7 -extemporarily Ik,stemp@'re@rIlI Pu$ 6 -extemporary Ik'stemp@r@rI OA$ 5 -extempore ek'stemp@rI OA%,Pu% 4 -extemporize Ik'stemp@raIz J3% 42A,6A -extemporized Ik'stemp@raIzd Jc%,Jd% 42A,6A -extemporizes Ik'stemp@raIzIz Ja% 52A,6A -extemporizing Ik'stemp@raIzIN Jb% 52A,6A -extend Ik'stend J0% 22B,2C,6A,14,15A -extended Ik'stendId Jc%,Jd% 32B,2C,6A,14,15A -extending Ik'stendIN Jb% 32B,2C,6A,14,15A -extends Ik'stendz Ja% 22B,2C,6A,14,15A -extension Ik'stenSn M6% 3 -extensions Ik'stenSnz Mj% 3 -extensive Ik'stensIv OA% 3 -extensively Ik'stensIvlI Pu% 4 -extent Ik'stent L@% 2 -extenuate Ik'stenjUeIt H2% 46A -extenuated Ik'stenjUeItId Hc%,Hd% 56A -extenuates Ik'stenjUeIts Ha% 46A -extenuating Ik'stenjUeItIN Hb% 56A -extenuation Ik,stenjU'eISn M6% 5 -extenuations Ik,stenjU'eISnz Mj$ 5 -exterior Ik'stI@rI@R K6%,OA% 4 -exteriorize Iks'tI@rI@raIz H2$ 5 -exteriorized Iks'tI@rI@raIzd Hc$,Hd$ 5 -exteriorizes Iks'tI@rI@raIzIz Ha$ 6 -exteriorizing Iks'tI@rI@raIzIN Hb$ 6 -exteriors Ik'stI@rI@z Kj% 4 -exterminate Ik'st3mIneIt H2% 46A -exterminated Ik'st3mIneItId Hc%,Hd% 56A -exterminates Ik'st3mIneIts Ha% 46A -exterminating Ik'st3mIneItIN Hb% 56A -extermination Ik,st3mI'neISn K6% 5 -exterminations Ik,st3mI'neISnz Kj$ 5 -external Ik'st3nl K6%,OA% 3 -externalize Iks't3n@laIz H2% 46A -externalized Iks't3n@laIzd Hc%,Hd% 46A -externalizes Iks't3n@laIzIz Ha% 56A -externalizing Iks't3n@laIzIN Hb% 56A -externally ek'st3n@lI Pu% 4 -externals Ik'st3nlz Kj% 3 -exterritorial ,eks,terI'tOrI@l OA$ 6 -extinct Ik'stINt OA% 2 -extinction Ik'stINkSn L@% 3 -extinguish Ik'stINwIS H1% 36A -extinguished Ik'stINwISt Hc%,Hd% 36A -extinguisher Ik'stINwIS@R K6% 4 -extinguishers Ik'stINwIS@z Kj% 4 -extinguishes Ik'stINwISIz Ha% 46A -extinguishing Ik'stINwISIN Hb% 46A -extirpate 'ekst@peIt H2$ 36A -extirpated 'ekst@peItId Hc$,Hd$ 46A -extirpates 'ekst@peIts Ha$ 36A -extirpating 'ekst@peItIN Hb$ 46A -extirpation ,ekst@'peISn L@$ 4 -extol Ik'st@Ul H4% 26A,15A -extolled Ik'st@Uld Hc%,Hd% 26A,15A -extolling Ik'st@UlIN Hb% 36A,15A -extols Ik'st@Ulz Ha% 26A,15A -extort Ik'stOt H0% 26A,14 -extorted Ik'stOtId Hc%,Hd% 36A,14 -extorting Ik'stOtIN Hb% 36A,14 -extortion Ik'stOSn M6% 3 -extortionate Ik'stOS@n@t OA% 4 -extortionately Ik'stOS@n@tlI Pu% 5 -extortions Ik'stOSnz Mj$ 3 -extorts Ik'stOts Ha% 26A,14 -extra 'ekstr@ K6%,OA%,Pu% 2 -extract 'ekstr&kt M6% 2 -extract Ik'str&kt H0% 26A,14 -extracted Ik'str&ktId Hc%,Hd% 36A,14 -extracting Ik'str&ktIN Hb% 36A,14 -extraction Ik'str&kSn M6% 3 -extractions Ik'str&kSnz Mj% 3 -extracts 'ekstr&kts Mj% 2 -extracts Ik'str&kts Ha% 26A,14 -extracurricular ,ekstr@k@'rIkjUl@R OA% 6 -extradite 'ekstr@daIt H2% 36A -extradited 'ekstr@daItId Hc%,Hd% 46A -extradites 'ekstr@daIts Ha% 36A -extraditing 'ekstr@daItIN Hb% 46A -extradition ,ekstr@'dISn M6% 4 -extraditions ,ekstr@'dISnz Mj% 4 -extrajudicial ,ekstr@dZu'dISl OA$ 5 -extramarital ,ekstr@'m&rItl OA% 5 -extramural ,ekstr@'mjU@r@l OA% 4 -extraneous Ik'streInI@s OA% 4 -extraordinarily Ik'strOdnr@lI Pu% 4 -extraordinary Ik'strOdnrI OA% 3 -extrapolate Ik'str&p@leIt J3% 46A -extrapolated Ik'str&p@leItId Jc%,Jd% 56A -extrapolates Ik'str&p@leIts Ja% 46A -extrapolating Ik'str&p@leItIN Jb% 56A -extrapolation Ik,str&p@'leISn L@% 5 -extras 'ekstr@z Kj% 2 -extrasensory ,ekstr@'sens@rI OA% 5 -extraterritorial ,ekstr@,terI'tOrI@l OA$ 7 -extravagance Ik'str&v@g@ns M6% 4 -extravagances Ik'str&v@g@nsIz Mj% 5 -extravagant Ik'str&v@g@nt OA% 4 -extravagantly Ik'str&v@g@ntlI Pu% 5 -extravaganza Ik,str&v@'g&nz@ K6% 5 -extravaganzas Ik,str&v@'g&nz@z Kj% 5 -extreme Ik'strim K6%,OA% 2 -extremely Ik'strimlI Pu% 3 -extremes Ik'strimz Kj% 2 -extremist Ik'strimIst K6% 3 -extremists Ik'strimIsts Kj% 3 -extremities Ik'stremItIz Kj% 4 -extremity Ik'stremItI K8% 4 -extricable ek'strIk@bl OA$ 4 -extricate 'ekstrIkeIt H2% 36A,14 -extricated 'ekstrIkeItId Hc%,Hd% 46A,14 -extricates 'ekstrIkeIts Ha% 36A,14 -extricating 'ekstrIkeItIN Hb% 46A,14 -extrication ,ekstrI'keISn L@$ 4 -extrinsic ek'strInsIk OA$ 3 -extroversion ,ekstr@'v3Sn L@$ 4 -extrovert 'ekstr@v3t K6% 3 -extroverts 'ekstr@v3ts Kj% 3 -extrude Ik'strud H2$ 26A,14 -extruded Ik'strudId Hc$,Hd% 36A,14 -extrudes Ik'strudz Ha$ 26A,14 -extruding Ik'strudIN Hb$ 36A,14 -extrusion Ik'struZn M6$ 3 -extrusions Ik'struZnz Mj$ 3 -exuberance Ig'zjub@r@ns L@% 4 -exuberant Ig'zjub@r@nt OA% 4 -exuberantly Ig'zjub@r@ntlI Pu% 5 -exude Ig'zjud J2% 22A,2C,6A -exuded Ig'zjudId Jc%,Jd% 32A,2C,6A -exudes Ig'zjudz Ja% 22A,2C,6A -exuding Ig'zjudIN Jb% 32A,2C,6A -exult Ig'zVlt I0% 22A,3A,4C -exultant Ig'zVlt@nt OA% 3 -exultantly Ig'zVlt@ntlI Pu% 4 -exultation ,egzVl'teISn L@% 4 -exulted Ig'zVltId Ic%,Id% 32A,3A,4C -exulting Ig'zVltIN Ib% 32A,3A,4C -exults Ig'zVlts Ia% 22A,3A,4C -eye aI H2%,K6% 16A,15A -eye-catching 'aI-k&tSIN OA% 3 -eye-opener 'aI-@Up@n@R K6% 4 -eye-openers 'aI-@Up@n@z Kj% 4 -eye-shadow 'aI-S&d@U L@% 3 -eyeball 'aIbOl K6% 2 -eyeballs 'aIbOlz Kj% 2 -eyebath 'aIbAT K6% 2 -eyebaths 'aIbADz Kj% 2 -eyebrow 'aIbraU K6% 2 -eyebrows 'aIbraUz Kj% 2 -eyecatching 'aIk&tSIN OA% 3 -eyecup 'aIkVp K6$ 2 -eyecups 'aIkVps Kj$ 2 -eyed aId Hc%,Hd%,Ot% 16A,15A -eyeful 'aIfUl K6% 2 -eyefuls 'aIfUlz Kj$ 2 -eyeglass 'aIglAs K7% 2 -eyeglasses 'aIglAsIz Kj% 3 -eyeing 'aIIN Hb% 26A,15A -eyelash 'aIl&S K7% 2 -eyelashes 'aIl&SIz Kj% 3 -eyeless 'aIl@s OA% 2 -eyelet 'aIlIt K6$ 2 -eyelets 'aIlIts Kj$ 2 -eyelid 'aIlId K6% 2 -eyelids 'aIlIdz Kj% 2 -eyepiece 'aIpis K6$ 2 -eyepieces 'aIpisIz Kj$ 3 -eyes aIz Ha%,Kj* 16A,15A -eyeshot 'aIS0t L@$ 2 -eyesight 'aIsaIt L@% 2 -eyesore 'aIsOR K6% 2 -eyesores 'aIsOz Kj% 2 -eyestrain 'aIstreIn L@% 2 -eyeteeth 'aItiT Kj$ 2 -eyetooth 'aItuT Ki$ 2 -eyewash 'aIw0S L@% 2 -eyewitness 'aIwItn@s K7% 3 -eyewitnesses 'aIwItn@sIz Kj% 4 -eying 'aIIN Hb$ 26A,15A -eyrie 'e@rI K6$ 2 -eyries 'e@rIz Kj$ 2 -eyry 'e@rI K8% 2 -f ef Ki$ 1 -f"uhrer 'fjU@r@R K6$ 2 -f"uhrers 'fjU@r@z Kj$ 2 -f's efs Kj$ 1 -f^ete feIt H2%,K6% 16A -f^eted 'feItId Hc%,Hd% 26A -f^etes feIts Ha%,Kj% 16A -f^eting 'feItIN Hb% 26A -fa fA Ki$ 1 -fa% 1 -fig-leaf 'fIg-lif Ki% 2 -fig-leaves 'fIg-livz Kj% 2 -fight faIt J5%,M6% 12A,2B,2C,3A,4A,6A,15A,15B -fighter 'faIt@R K6% 2 -fighters 'faIt@z Kj% 2 -fighting 'faItIN Jb%,L@% 22A,2B,2C,3A,4A,6A,15A,15B -fights faIts Ja%,Mj% 12A,2B,2C,3A,4A,6A,15A,15B -figment 'fIgm@nt K6% 2 -figments 'fIgm@nts Kj% 2 -figs fIgz Kj% 1 -figurative 'fIgj@r@tIv OA% 4 -figuratively 'fIgj@r@tIvlI Pu% 5 -figure 'fIg@R J2%,K6% 22C,3A,9,15A,15B,25 -figured 'fIg@d Jc%,Jd%,OA% 22C,3A,9,15A,15B,25 -figurehead 'fIg@hed K6% 3 -figureheads 'fIg@hedz Kj% 3 -figures 'fIg@z Ja%,Kj% 22C,3A,9,15A,15B,25 -figuring 'fIg@rIN Jb% 32C,3A,9,15A,15B,25 -filament 'fIl@m@nt K6% 3 -filaments 'fIl@m@nts Kj% 3 -filature 'fIl@tS@R K6$ 3 -filatures 'fIl@tS@z Kj$ 3 -filbert 'fIlb@t K6$ 2 -filberts 'fIlb@ts Kj$ 2 -filch fIltS H1$ 16A -filched fIltSt Hc$,Hd$ 16A -filches 'fIltSIz Ha$ 26A -filching 'fIltSIN Hb$ 26A -file faIl J2%,K6% 12C,6A,15A,15B,22 -filed faIld Jc%,Jd% 12C,6A,15A,15B,22 -files faIlz Ja%,Kj% 12C,6A,15A,15B,22 -filial 'fIlI@l OA% 3 -filibuster 'fIlIbVst@R I0%,K6% 4 -filibustered 'fIlIbVst@d Ic%,Id% 4 -filibustering 'fIlIbVst@rIN Ib% 5 -filibusters 'fIlIbVst@z Ia%,Kj% 4 -filigree 'fIlIgri L@$ 3 -filing 'faIlIN Jb% 22C,6A,15A,15B,22 -filings 'faIlINz Kj% 2 -fill fIl J0%,M6% 12A,2C,6A,12B,13B,14,15B -filled fIld Jc%,Jd% 12A,2C,6A,12B,13B,14,15B -fillet 'fIlIt H0%,K6% 26A -filleted 'fIlItId Hc%,Hd% 36A -filleting 'fIlItIN Hb% 36A -fillets 'fIlIts Ha%,Kj% 26A -fillies 'fIlIz Kj$ 2 -filling 'fIlIN Jb%,M6% 22A,2C,6A,12B,13B,14,15B -fillings 'fIlINz Mj% 2 -fillip 'fIlIp K6$ 2 -fillips 'fIlIps Kj$ 2 -fills fIlz Ja%,Mj% 12A,2C,6A,12B,13B,14,15B -filly 'fIlI K8$ 2 -film fIlm J0%,M6% 12A,2C,6A -film-star 'fIlm-stAR K6% 2 -film-stars 'fIlm-stAz Kj% 2 -filmable 'fIlm@bl OA% 3 -filmed fIlmd Jc%,Jd% 12A,2C,6A -filmier 'fIlmI@R Or$ 3 -filmiest 'fIlmIIst Os$ 3 -filming 'fIlmIN Jb% 22A,2C,6A -films fIlmz Ja%,Mj% 12A,2C,6A -filmy 'fIlmI OD% 2 -filter 'fIlt@R J0%,K6% 22A,2C,6A,14,15B -filtered 'fIlt@d Jc%,Jd% 22A,2C,6A,14,15B -filtering 'fIlt@rIN Jb% 32A,2C,6A,14,15B -filters 'fIlt@z Ja%,Kj% 22A,2C,6A,14,15B -filtertipped 'fIlt@tIpt OA% 3 -filth fIlT L@% 1 -filthier 'fIlTI@R Or% 3 -filthiest 'fIlTIIst Os% 3 -filthily 'fIlTIlI Pu% 3 -filthiness 'fIlTIn@s L@% 3 -filthy 'fIlTI OD% 2 -filtrate 'fIltreIt K6$ 2 -filtrate fIl'treIt J2$ 2 -filtrated fIl'treItId Jc$,Jd$ 3 -filtrates 'fIltreIts Kj$ 2 -filtrates fIl'treIts Ja$ 2 -filtrating fIl'treItIN Jb$ 3 -filtration fIl'treISn L@$ 3 -fin fIn K6% 1 -finable 'faIn@bl OA$ 3 -final 'faInl K6%,OA% 2 -finale fI'nAlI K6% 3 -finales fI'nAlIz Kj% 3 -finalist 'faIn@lIst K6% 3 -finalists 'faIn@lIsts Kj% 3 -finality faI'n&lItI L@% 4 -finalize 'faIn@laIz H2% 36A -finalized 'faIn@laIzd Hc%,Hd% 36A -finalizes 'faIn@laIzIz Ha% 46A -finalizing 'faIn@laIzIN Hb% 46A -finally 'faIn@lI Pu% 3 -finals 'faInlz Kj% 2 -finance 'faIn&ns H2%,M6% 26A -financed 'faIn&nst Hc%,Hd% 26A -finances 'faIn&nsIz Ha%,Mj% 36A -financial faI'n&nSl OA% 3 -financially faI'n&nS@lI Pu% 4 -financier faI'n&nsI@R K6% 4 -financiers faI'n&nsI@z Kj% 4 -financing 'faIn&nsIN Hb% 36A -finch fIntS K7% 1 -finches 'fIntSIz Kj% 2 -find faInd H5*,K6% 16A,8,9,10,12A,12B,13A,13B,15A,15B,19B,22,25 -finder 'faInd@R K6% 2 -finders 'faInd@z Kj% 2 -finding 'faIndIN Hb%,K6% 26A,8,9,10,12A,12B,13A,13B,15A,15B,19B,22,25 -findings 'faIndINz Kj% 2 -finds faIndz Ha%,Kj% 16A,8,9,10,12A,12B,13A,13B,15A,15B,19B,22,25 -fine faIn H2%,K6%,OB%,Pu% 16A,14 -fine-tooth 'faIn-tuT Oq% 2 -fineable 'faIn@bl OA$ 3 -fined faInd Hc%,Hd% 16A,14 -finely 'faInlI Pu% 2 -fineness 'faIn+n@s L@% 2 -finer 'faIn@R Or% 2 -finery 'faIn@rI L@% 3 -fines faInz Ha%,Kj% 16A,14 -finesse fI'nes M6% 2 -finesses fI'nesIz Mj$ 3 -finest 'faInIst Os% 2 -finger 'fINg@R H0%,K6% 26A -finger-alphabet ,fINg@r-'&lf@bet K6$ 5 -finger-alphabets ,fINg@r-'&lf@bets Kj$ 5 -finger-bowl 'fINg@-b@Ul K6% 3 -finger-bowls 'fINg@-b@Ulz Kj% 3 -finger-plate 'fINg@-pleIt K6% 3 -finger-plates 'fINg@-pleIts Kj% 3 -finger-post 'fINg@-p@Ust K6$ 3 -finger-posts 'fINg@-p@Usts Kj$ 3 -fingerboard 'fINg@bOd K6% 3 -fingerboards 'fINg@bOdz Kj% 3 -fingered 'fINg@d Hc%,Hd% 26A -fingering 'fINg@rIN Hb% 36A -fingermark 'fINg@mAk K6% 3 -fingermarks 'fINg@mAks Kj% 3 -fingernail ,fINg@'neIl K6% 3 -fingernails ,fINg@'neIlz Kj% 3 -fingerprint 'fINg@prInt K6% 3 -fingerprints 'fINg@prInts Kj% 3 -fingers 'fINg@z Ha%,Kj% 26A -fingerstall 'fINg@stOl K6$ 3 -fingerstalls 'fINg@stOlz Kj$ 3 -fingertip 'fINg@tIp K6% 3 -fingertips 'fINg@tIps Kj% 3 -finical 'fInIkl OA$ 3 -finicky 'fInIkI OA% 3 -fining 'faInIN Hb% 26A,14 -finis 'fInIs Ki$ 2 -finish 'fInIS J1%,M7% 22A,2C,6A,6C,15B,24B -finished 'fInISt Jc%,Jd% 22A,2C,6A,6C,15B,24B -finishes 'fInISIz Ja%,Mj% 32A,2C,6A,6C,15B,24B -finishing 'fInISIN Jb% 32A,2C,6A,6C,15B,24B -finite 'faInaIt OA% 2 -finnan 'fIn@n L@$ 2 -finnan haddie ,fIn@n 'h&dI L@$ 4 -finnan haddock ,fIn@n 'h&d@k L@% 4 -fins fInz Kj% 1 -fiord fI'Od K6% 2 -fiords fI'Odz Kj% 2 -fir f3R M6% 1 -fir-cone 'f3-k@Un K6% 2 -fir-cones 'f3-k@Unz Kj% 2 -fire 'faI@R J2%,M6% 12A,2C,3A,6A,15B -fire-alarm 'faI@r-@lAm K6% 3 -fire-alarms 'faI@r-@lAmz Kj% 3 -fire-brigade 'faI@-brIgeId K6% 3 -fire-brigades 'faI@-brIgeIdz Kj% 3 -fire-control 'faI@-k@ntr@Ul L@$ 3 -fire-eater 'faI@r-it@R K6% 3 -fire-eaters 'faI@r-it@z Kj% 3 -fire-engine 'faI@r-endZIn K6% 3 -fire-engines 'faI@r-endZInz Kj% 3 -fire-escape 'faI@r-IskeIp K6% 3 -fire-escapes 'faI@r-IskeIps Kj% 3 -fire-extinguisher 'faI@r-Ik,stINwIS@R K6% 5 -fire-extinguishers 'faI@r-Ik,stINwIS@z Kj% 5 -fire-fighter 'faI@-faIt@R K6% 3 -fire-fighters 'faI@-faIt@z Kj% 3 -fire-hose 'faI@-h@Uz K6% 2 -fire-hoses 'faI@-h@UzIz Kj% 3 -fire-irons 'faI@r-aI@nz Kj$ 3 -fire-power 'faI@-paU@R L@% 3 -fire-raising 'faI@-reIzIN L@% 3 -fire-walker 'faI@-wOk@R K6% 3 -fire-walkers 'faI@-wOk@z Kj% 3 -fire-walking 'faI@-wOkIN L@% 3 -fire-watcher 'faI@-w0tS@R K6% 3 -fire-watchers 'faI@-w0tS@z Kj% 3 -fire-watching 'faI@-w0tSIN L@% 3 -firearm 'faI@rAm K6% 2 -firearms 'faI@rAmz Kj% 2 -fireball 'faI@bOl K6% 2 -fireballs 'faI@bOlz Kj% 2 -firebird 'faI@b3d K6$ 2 -firebirds 'faI@b3dz Kj$ 2 -firebomb 'faI@b0m K6% 2 -firebombs 'faI@b0mz Kj% 2 -firebox 'faI@b0ks K7$ 2 -fireboxes 'faI@b0ksIz Kj$ 3 -firebrand 'faI@br&nd K6% 2 -firebrands 'faI@br&ndz Kj% 2 -firebreak 'faI@breIk K6% 3 -firebreaks 'faI@breIks Kj% 3 -firebrick 'faI@brIk K6% 2 -firebricks 'faI@brIks Kj% 2 -firebug 'faI@bVg K6$ 2 -firebugs 'faI@bVgz Kj$ 2 -fireclay 'faI@kleI L@% 2 -firecracker 'faI@kr&k@R K6% 3 -firecrackers 'faI@kr&k@z Kj% 3 -fired 'faI@d Jc%,Jd% 12A,2C,3A,6A,15B -firedamp 'faI@d&mp L@% 2 -firedog 'faI@d0g K6$ 2 -firedogs 'faI@d0gz Kj$ 2 -fireflies 'faI@flaIz Kj% 3 -firefly 'faI@flaI K8% 3 -fireguard 'faI@gAd K6% 2 -fireguards 'faI@gAdz Kj% 2 -firelight 'faI@laIt K6% 2 -firelighter 'faI@laIt@R K6% 3 -firelighters 'faI@laIt@z Kj% 3 -firelights 'faI@laIts Kj$ 2 -fireman 'faI@m@n Ki% 2 -firemen 'faI@m@n Kj% 2 -fireplace 'faI@pleIs K6% 2 -fireplaces 'faI@pleIsIz Kj% 3 -fireproof 'faI@pruf OA% 2 -fires 'faI@z Ja%,Mj% 12A,2C,3A,6A,15B -fireside 'faI@saId K6% 2 -firesides 'faI@saIdz Kj% 2 -firestone 'faI@st@Un L@$ 2 -firewater 'faI@wOt@R L@% 4 -firewood 'faI@wUd L@% 2 -firework 'faI@w3k K6% 2 -fireworks 'faI@w3ks Kj% 2 -firing 'faI@rIN Jb% 22A,2C,3A,6A,15B -firing-line 'faIrIN-laIn K6% 3 -firing-lines 'faIrIN-laInz Kj$ 3 -firing-parties 'faIrIN-pAtIz Kj$ 4 -firing-party 'faIrIN-pAtI K8$ 4 -firing-squad 'faIrIN-skw0d K6% 3 -firing-squads 'faIrIN-skw0dz Kj% 3 -firkin 'f3kIn K6$ 2 -firkins 'f3kInz Kj$ 2 -firm f3m J0%,K6%,OC%,Pu% 1 -firmament 'f3m@m@nt K6% 3 -firmaments 'f3m@m@nts Kj$ 3 -firmed f3md Jc%,Jd% 1 -firmer 'f3m@R Or% 2 -firmest 'f3mIst Os% 2 -firming 'f3mIN Jb% 2 -firmly 'f3mlI Pu% 2 -firmness 'f3mn@s L@% 2 -firms f3mz Ja%,Kj% 1 -firs f3z Mj% 1 -first f3st K6%,OA*,Pu* 1 -first-class f3st-'klAs OA%,Pu% 2 -first-fruits f3st-'fruts Kj% 2 -first-hand f3st-'h&nd OA%,Pu% 2 -first-nighter f3st-'naIt@R K6% 3 -first-nighters f3st-'naIt@z Kj% 3 -first-rate f3st-'reIt OA%,Pu% 2 -firstborn 'f3stbOn K6%,OA% 2 -firstborns 'f3stbOnz Kj$ 2 -firstly 'f3stlI Pu% 2 -firsts f3sts Kj$ 1 -firth f3T K6$ 1 -firths f3Ts Kj$ 1 -fiscal 'fIskl OA% 2 -fish fIS J1%,M9% 12A,2C,6A,15A,15B -fish-hook 'fIS-hUk K6% 2 -fish-hooks 'fIS-hUks Kj% 2 -fish-knife 'fIS-naIf Ki% 2 -fish-knives 'fIS-naIvz Kj% 2 -fish-slice 'fIS-slaIs K6% 2 -fish-slices 'fIS-slaIsIz Kj% 3 -fishball 'fISbOl K6$ 2 -fishballs 'fISbOlz Kj$ 2 -fishbone 'fISb@Un K6% 2 -fishbones 'fISb@Unz Kj% 2 -fishcake 'fISkeIk K6% 2 -fishcakes 'fISkeIks Kj% 2 -fished fISt Jc%,Jd% 12A,2C,6A,15A,15B -fisher 'fIS@R K6% 2 -fisheries 'fIS@rIz Kj% 3 -fisherman 'fIS@m@n Ki% 3 -fishermen 'fIS@m@n Kj% 3 -fishers 'fIS@z Kj% 2 -fishery 'fIS@rI K8% 3 -fishes 'fISIz Ja%,Kj% 22A,2C,6A,15A,15B -fishier 'fISI@R Or% 3 -fishiest 'fISIIst Os% 3 -fishing 'fISIN Jb%,L@% 22A,2C,6A,15A,15B -fishing-line 'fISIN-laIn K6% 3 -fishing-lines 'fISIN-laInz Kj% 3 -fishing-rod 'fISIN-r0d K6% 3 -fishing-rods 'fISIN-r0dz Kj% 3 -fishing-tackle 'fISIN-t&kl L@% 4 -fishmonger 'fISmVNg@R K6% 3 -fishmongers 'fISmVNg@z Kj% 3 -fishpaste 'fISpeIst M6% 2 -fishpastes 'fISpeIsts Mj% 2 -fishplate 'fISpleIt K6$ 2 -fishplates 'fISpleIts Kj$ 2 -fishwife 'fISwaIf Ki% 2 -fishwives 'fISwaIvz Kj% 2 -fishy 'fISI OD% 2 -fissile 'fIsaIl OA$ 2 -fission 'fISn L@% 2 -fissionable 'fISn@bl OA$ 4 -fissiparous fI'sIp@r@s OA$ 4 -fissure 'fIS@R K6% 2 -fissures 'fIS@z Kj% 2 -fist fIst K6% 1 -fisticuffs 'fIstIkVfs Kj% 3 -fists fIsts Kj% 1 -fistula 'fIstjUl@ K6$ 3 -fistulas 'fIstjUl@z Kj$ 3 -fit fIt J4%,K6%,OE% 12A,2C,6A,14,15A,15B,16A -fitful 'fItf@l OA% 2 -fitfully 'fItf@lI Pu% 3 -fitly 'fItlI Pu$ 2 -fitment 'fItm@nt K6$ 2 -fitments 'fItm@nts Kj% 2 -fitness 'fItn@s L@% 2 -fits fIts Ja%,Kj% 12A,2C,6A,14,15A,15B,16A -fitted 'fItId Jc%,Jd% 22A,2C,6A,14,15A,15B,16A -fitter 'fIt@R K6%,Or% 2 -fitters 'fIt@z Kj% 2 -fittest 'fItIst Os% 2 -fitting 'fItIN Jb%,K6%,OA% 22A,2C,6A,14,15A,15B,16A -fittings 'fItINz Kj% 2 -five faIv K6%,OA* 1 -fivefold 'faIvf@Uld OA% 2 -fivepence 'faIvp@ns K6% 2 -fivepences 'faIvp@nsIz Kj$ 3 -fivepenny 'faIvp@nI OA% 3 -fiver 'faIv@R K6% 2 -fivers 'faIv@z Kj% 2 -fives faIvz Kj%,Lk$ 1 -fix fIks J1%,K7% 13A,6A,14,15A,15B -fixate fIk'seIt H2% 26A -fixated fIk'seItId Hc%,Hd% 36A -fixates fIk'seIts Ha% 26A -fixating fIk'seItIN Hb% 36A -fixation fIk'seISn M6% 3 -fixations fIk'seISnz Mj% 3 -fixative 'fIks@tIv K6% 3 -fixatives 'fIks@tIvz Kj% 3 -fixed fIkst Jc%,Jd%,OA% 13A,6A,14,15A,15B -fixedly 'fIksIdlI Pu% 3 -fixes 'fIksIz Ja%,Kj% 23A,6A,14,15A,15B -fixing 'fIksIN Jb% 23A,6A,14,15A,15B -fixture 'fIkstS@R K6% 2 -fixtures 'fIkstS@z Kj% 2 -fizz fIz I1%,L@% 12A,2C -fizzed fIzd Ic%,Id% 12A,2C -fizzes 'fIzIz Ia% 22A,2C -fizzier 'fIzI@R Or% 3 -fizziest 'fIzIIst Os% 3 -fizzing 'fIzIN Ib% 22A,2C -fizzle 'fIzl I2% 22A,2C -fizzled 'fIzld Ic%,Id% 22A,2C -fizzles 'fIzlz Ia% 22A,2C -fizzling 'fIzlIN Ib% 22A,2C -fizzy 'fIzI OD% 2 -fjord fI'Od K6$ 2 -fjords fI'Odz Kj$ 2 -flabbergast 'fl&b@gAst H0$ 36A -flabbergasted 'fl&b@gAstId Hc$,Hd% 46A -flabbergasting 'fl&b@gAstIN Hb$ 46A -flabbergasts 'fl&b@gAsts Ha$ 36A -flabbier 'fl&bI@R Or% 3 -flabbiest 'fl&bIIst Os% 3 -flabbily 'fl&bIlI Pu% 3 -flabbiness 'fl&bIn@s L@% 3 -flabby 'fl&bI OD% 2 -flaccid 'fl&ksId OA% 2 -flaccidity fl&k'sIdItI L@$ 4 -flag fl&g J4%,K6% 12A,6A,15B -flag-captain 'fl&g-k&ptIn K6$ 3 -flag-captains 'fl&g-k&ptInz Kj$ 3 -flag-day 'fl&g-deI K6% 2 -flag-days 'fl&g-deIz Kj% 2 -flagellant 'fl&dZ@l@nt K6$ 3 -flagellants 'fl&dZ@l@nts Kj$ 3 -flagellate 'fl&dZ@leIt H2% 36A -flagellated 'fl&dZ@leItId Hc%,Hd% 46A -flagellates 'fl&dZ@leIts Ha% 36A -flagellating 'fl&dZ@leItIN Hb% 46A -flagellation ,fl&dZ@'leISn K6% 4 -flagellations ,fl&dZ@'leISnz Kj$ 4 -flageolet ,fl&dZ@U'let K6$ 3 -flageolets ,fl&dZ@U'lets Kj$ 3 -flagged fl&gd Jc%,Jd% 12A,6A,15B -flagging 'fl&gIN Jb% 22A,6A,15B -flagon 'fl&g@n K6% 2 -flagons 'fl&g@nz Kj% 2 -flagpole 'fl&gp@Ul K6% 2 -flagpoles 'fl&gp@Ulz Kj% 2 -flagrant 'fleIgr@nt OA% 2 -flagrantly 'fleIgr@ntlI Pu% 3 -flags fl&gz Ja%,Kj% 12A,6A,15B -flagship 'fl&gSIp K6% 2 -flagships 'fl&gSIps Kj% 2 -flagstaff 'fl&gstAf K6% 2 -flagstaffs 'fl&gstAfs Kj% 2 -flagstone 'fl&gst@Un K6% 2 -flagstones 'fl&gst@Unz Kj% 2 -flail fleIl H0%,K6% 16A -flailed fleIld Hc%,Hd% 16A -flailing 'fleIlIN Hb% 26A -flails fleIlz Ha%,Kj% 16A -flair fle@R M6% 1 -flairs fle@z Mj$ 1 -flak fl&k L@% 1 -flake fleIk I2%,K6% 12A,2C -flaked fleIkt Ic%,Id% 12A,2C -flakes fleIks Ia%,Kj% 12A,2C -flakier 'fleIkI@R Or% 3 -flakiest 'fleIkIIst Os% 3 -flakiness 'fleIkIn@s L@% 3 -flaking 'fleIkIN Ib% 22A,2C -flaky 'fleIkI OD% 2 -flambeau 'fl&mb@U K6$ 2 -flambeaus 'fl&mb@Uz Kj$ 2 -flambeaux 'fl&mb@Uz Kj$ 2 -flamboyance fl&m'boI@ns L@% 3 -flamboyant fl&m'boI@nt OA% 3 -flamboyantly fl&m'boI@ntlI Pu% 4 -flame fleIm I2%,M6% 12A,2C -flamed fleImd Ic%,Id% 12A,2C -flames fleImz Ia%,Mj% 12A,2C -flamethrower 'fleImTr@U@R K6% 3 -flamethrowers 'fleImTr@U@z Kj% 3 -flaming 'fleImIN Ib%,OA% 22A,2C -flamingo fl@'mINg@U K6% 3 -flamingoes fl@'miNg@Uz Kj% 3 -flamingos fl@'mINg@Uz Kj% 3 -flammable 'fl&m@bl OA% 3 -flan fl&n K6% 1 -flange fl&ndZ K6% 1 -flanges 'fl&ndZIz Kj% 2 -flank fl&Nk H0%,K6% 16A -flanked fl&Nkt Hc%,Hd% 16A -flanking 'fl&NkIN Hb% 26A -flanks fl&Nks Ha%,Kj% 16A -flannel 'fl&nl M6% 2 -flannelette ,fl&n@'let L@% 3 -flannels 'fl&nlz Mj% 2 -flans fl&nz Kj% 1 -flap fl&p J4%,K6% 12A,2C,6A,15B -flapjack 'fl&pdZ&k M6% 2 -flapjacks 'fl&pdZ&ks Mj$ 2 -flapped fl&pt Jc%,Jd% 12A,2C,6A,15B -flapper 'fl&p@R K6$ 2 -flappers 'fl&p@z Kj$ 2 -flapping 'fl&pIN Jb% 22A,2C,6A,15B -flaps fl&ps Ja%,Kj% 12A,2C,6A,15B -flare fle@R J2%,M6% 12A,2C,6A -flare-path 'fle@-pAT K6$ 2 -flare-paths 'fle@-pADz Kj$ 2 -flare-up 'fle@r-Vp K6% 2 -flare-ups 'fle@r-Vps Kj% 2 -flared fle@d Jc%,Jd% 12A,2C,6A -flares fle@z Ja%,Mj% 12A,2C,6A -flaring 'fle@rIN Jb% 22A,2C,6A -flash fl&S J1%,K7% 12A,2C,6A,12C,15A -flashback 'fl&Sb&k K6% 2 -flashbacks 'fl&Sb&ks Kj% 2 -flashbulb 'fl&SbVlb K6% 2 -flashbulbs 'fl&SbVlbz Kj% 2 -flashed fl&St Jc%,Jd% 12A,2C,6A,12C,15A -flashes 'fl&SIz Ja%,Kj% 22A,2C,6A,12C,15A -flashgun 'fl&SgVn K6% 2 -flashguns 'fl&SgVnz Kj% 2 -flashier 'fl&SI@R Or% 3 -flashiest 'fl&SIIst Os% 3 -flashily 'fl&SIlI Pu% 3 -flashing 'fl&SIN Jb% 22A,2C,6A,12C,15A -flashlight 'fl&SlaIt K6% 2 -flashlights 'fl&SlaIts Kj% 2 -flashpoint 'fl&SpoInt K6% 2 -flashpoints 'fl&SpoInts Kj% 2 -flashy 'fl&SI OD% 2 -flask flAsk K6% 1 -flasks flAsks Kj% 1 -flat fl&t K6%,OE%,Pu% 1 -flat-bottomed fl&t-'b0t@md OA% 3 -flat-car 'fl&t-kAR K6$ 2 -flat-cars 'fl&t-kAz Kj$ 2 -flat-footed fl&t-'fUtId OA% 3 -flat-iron 'fl&t-aI@n K6% 3 -flat-irons 'fl&t-aI@nz Kj% 3 -flatfish 'fl&tfIS K9% 2 -flatfishes 'fl&tfISIz Kj% 3 -flatlet 'fl&tlIt K6$ 2 -flatlets 'fl&tlIts Kj$ 2 -flatly 'fl&tlI Pu% 2 -flatness 'fl&tn@s L@% 2 -flats fl&ts Kj% 1 -flatten 'fl&tn J0% 22A,2C,6A,15A,15B -flattened 'fl&tnd Jc%,Jd% 22A,2C,6A,15A,15B -flattening 'fl&tnIN Jb% 32A,2C,6A,15A,15B -flattens 'fl&tnz Ja% 22A,2C,6A,15A,15B -flatter 'fl&t@R H0%,Or% 26A -flattered 'fl&t@d Hc%,Hd% 26A -flatterer 'fl&t@r@R K6% 3 -flatterers 'fl&t@r@z Kj% 3 -flatteries 'fl&t@rIz Mj% 3 -flattering 'fl&t@rIN Hb% 36A -flatters 'fl&t@z Ha% 26A -flattery 'fl&t@rI M8% 3 -flattest 'fl&tIst Os% 2 -flattop 'fl&t+t0p K6$ 2 -flattops 'fl&t+t0ps Kj$ 2 -flatulence 'fl&tjUl@ns L@% 3 -flaunt flOnt J0% 12A,2C,6A -flaunted 'flOntId Jc%,Jd% 22A,2C,6A -flaunting 'flOntIN Jb% 22A,2C,6A -flaunts flOnts Ja% 12A,2C,6A -flautist 'flOtIst K6% 2 -flautists 'flOtIsts Kj% 2 -flavour 'fleIv@R H0%,M6% 26A -flavoured 'fleIv@d Hc%,Hd% 26A -flavouring 'fleIv@rIN Hb%,M6% 36A -flavourings 'fleIv@rINz Mj% 3 -flavourless 'fleIv@l@s OA% 3 -flavours 'fleIv@z Ha%,Mj% 26A -flaw flO K6% 1 -flawed flOd OA% 1 -flawless 'flOl@s OA% 2 -flawlessly 'flOl@slI Pu% 3 -flaws flOz Kj% 1 -flax fl&ks L@$ 1 -flaxen 'fl&ksn OA% 2 -flay fleI H0% 16A -flayed fleId Hc%,Hd% 16A -flaying 'fleIIN Hb$ 26A -flays fleIz Ha$ 16A -flea fli K6% 1 -flea-bite 'fli-baIt K6% 2 -flea-bites 'fli-baIts Kj% 2 -flea-bitten 'fli-bItn OA% 3 -fleapit 'flipIt K6% 2 -fleapits 'flipIts Kj% 2 -fleas fliz Kj% 1 -fleck flek H0$,K6% 16A -flecked flekt Hc$,Hd% 16A -flecking 'flekIN Hb$ 26A -flecks fleks Ha$,Kj$ 16A -fled fled Jc%,Jd% 12A,2C,6A -fledged fledZd OA$ 1 -fledgeling 'fledZlIN K6% 2 -fledgelings 'fledZlINz Kj% 2 -fledgling 'fledZlIN K6% 2 -fledglings 'fledZlINz Kj% 2 -flee fli J5% 12A,2C,6A -fleece flis H2%,M6% 16A,14 -fleeced flist Hc%,Hd% 16A,14 -fleeces 'flisIz Ha%,Mj% 26A,14 -fleecier 'flisI@R Or$ 3 -fleeciest 'flisIIst Os$ 3 -fleecing 'flisIN Hb% 26A,14 -fleecy 'flisI OD% 2 -fleeing 'fliIN Jb% 22A,2C,6A -flees fliz Ja% 12A,2C,6A -fleet flit K6%,OC% 1 -fleeter 'flit@R Or$ 2 -fleetest 'flitIst Os$ 2 -fleeting 'flitIN OA% 2 -fleetly 'flitlI Pu$ 2 -fleetness 'flitn@s L@% 2 -fleets flits Kj% 1 -flesh fleS L@% 1 -flesh-wound 'fleS-wund K6% 2 -flesh-wounds 'fleS-wundz Kj% 2 -fleshier 'fleSI@R Or$ 3 -fleshiest 'fleSIIst Os$ 3 -fleshings 'fleSINz Kj$ 2 -fleshly 'fleSlI OA$ 2 -fleshpots 'fleSp0ts Kj% 2 -fleshy 'fleSI OD% 2 -fleur-de-lis ,fl3-d@-'li Ki$ 3 -fleur-de-lys ,fl3-d@-'li Ki% 3 -fleurs-de-lis ,fl3-d@-'li Kj$ 3 -fleurs-de-lys ,fl3-d@-'li Kj$ 3 -flew flu Jc% 12A,2B,2C,2D,4A,6A,15A,15B -flex fleks H1%,M7% 16A -flexed flekst Hc%,Hd% 16A -flexes 'fleksIz Ha%,Mj% 26A -flexibility ,fleks@'bIlItI L@% 5 -flexible 'fleks@bl OA% 3 -flexibly 'fleks@blI Pu% 3 -flexing 'fleksIN Hb% 26A -flibbertigibbet ,flIb@tI'dZIbIt K6$ 5 -flibbertigibbets ,flIb@tI'dZIbIts Kj$ 5 -flick flIk H0%,K6% 16A,15A,15B,22 -flick-knife 'flIk-naIf Ki% 2 -flick-knives 'flIk-naIvz Kj% 2 -flicked flIkt Hc%,Hd% 16A,15A,15B,22 -flicker 'flIk@R I0%,K6% 22A,2C -flickered 'flIk@d Ic%,Id% 22A,2C -flickering 'flIk@rIN Ib% 32A,2C -flickers 'flIk@z Ia%,Kj% 22A,2C -flicking 'flIkIN Hb% 26A,15A,15B,22 -flicks flIks Ha%,Kj% 16A,15A,15B,22 -flier 'flaI@R K6% 2 -fliers 'flaI@z Kj% 2 -flies flaIz Ja%,Kj% 12A,2B,2C,2D,4A,6A,15A,15B -flight flaIt H0$,M6% 16A -flighted 'flaItId Hc%,Hd% 26A -flighting 'flaItIN Hb$ 26A -flightless 'flaItl@s OA% 2 -flights flaIts Ha$,Mj% 16A -flighty 'flaItI OA% 2 -flimsier 'flImzI@R Or% 3 -flimsiest 'flImzIIst Os% 3 -flimsily 'flImzIlI Pu% 3 -flimsiness 'flImsIn@s L@% 3 -flimsy 'flImzI L@%,OD% 2 -flinch flIntS I1% 12A,3A -flinched flIntSt Ic%,Id% 12A,3A -flinches 'flIntSIz Ia% 22A,3A -flinching 'flIntSIN Ib% 22A,3A -fling flIN J5%,K6% 12C,6A,12A,13A,15A,15B,22 -flinging 'flININ Jb% 22C,6A,12A,13A,15A,15B,22 -flings flINz Ja%,Kj% 12C,6A,12A,13A,15A,15B,22 -flint flInt M6% 1 -flintier 'flIntI@R Or$ 3 -flintiest 'flIntIIst Os$ 3 -flints flInts Mj% 1 -flintstone 'flIntst@Un L@% 2 -flinty 'flIntI OD% 2 -flip flIp J4%,K6%,OA% 16A,15A,15B -flippancies 'flIp@nsIz Mj$ 3 -flippancy 'flIp@nsI M8% 3 -flippant 'flIp@nt OA% 2 -flippantly 'flIp@ntlI Pu% 3 -flipped flIpt Jc%,Jd% 16A,15A,15B -flipper 'flIp@R K6% 2 -flippers 'flIp@z Kj% 2 -flipping 'flIpIN Jb% 26A,15A,15B -flips flIps Ja%,Kj% 16A,15A,15B -flirt fl3t I0%,K6% 12A,3A -flirtation fl3'teISn M6% 3 -flirtations fl3'teISnz Mj% 3 -flirtatious fl3'teIS@s OA% 3 -flirted 'fl3tId Ic%,Id% 22A,3A -flirting 'fl3tIN Ib% 22A,3A -flirts fl3ts Ia%,Kj% 12A,3A -flit flIt I4%,K6% 12C -flits flIts Ia%,Kj% 12C -flitted 'flItId Ic%,Id% 22C -flitting 'flItIN Ib% 22C -float fl@Ut J0%,K6% 12A,2C,6A,15A,15B -floatation fl@U'teISn M6% 3 -floatations fl@U'teISnz Mj$ 3 -floated 'fl@UtId Jc%,Jd% 22A,2C,6A,15A,15B -floating 'fl@UtIN Jb%,OA% 22A,2C,6A,15A,15B -floats fl@Uts Ja%,Kj% 12A,2C,6A,15A,15B -flock fl0k I0%,K6% 12C,4A -flocked fl0kt Ic%,Id% 12C,4A -flocking 'fl0kIN Ib% 22C,4A -flocks fl0ks Ia%,Kj% 12C,4A -floe fl@U K6$ 1 -floes fl@Uz Kj$ 1 -flog fl0g H4% 16A -flogged fl0gd Hc%,Hd% 16A -flogging 'fl0gIN Hb%,M6% 26A -floggings 'fl0gINz Mj% 2 -flogs fl0gz Ha% 16A -flood flVd J0%,K6% 13A,6A,14,15B,16A -flood-tide flVd-'taId K6% 2 -flood-tides flVd-'taIdz Kj% 2 -flooded 'flVdId Jc%,Jd% 23A,6A,14,15B,16A -floodgate 'flVdgeIt K6% 2 -floodgates 'flVdgeIts Kj% 2 -flooding 'flVdIN Jb% 23A,6A,14,15B,16A -floodlight 'flVdlaIt H0% 2 -floodlighted 'flVdlaItId Hc$,Hd$ 3 -floodlighting 'flVdlaItIN Hb% 3 -floodlights 'flVdlaIts Ha%,Kj% 2 -floodlit 'flVdlIt Hc%,Hd% 2 -floods flVdz Ja%,Kj% 13A,6A,14,15B,16A -floor flOR H0%,K6% 16A -floor-walker 'flO-wOk@R K6% 3 -floor-walkers 'flO-wOk@z Kj% 3 -floorboard 'flObOd K6% 2 -floorboards 'flObOdz Kj% 2 -floored flOd Hc%,Hd% 16A -flooring 'flOrIN Hb%,L@% 26A -floors flOz Ha%,Kj% 16A -floozie 'fluzI K6$ 2 -floozies 'fluzIz Kj$ 2 -floozy 'fluzI K8$ 2 -flop fl0p J4%,K6%,Pu% 12A,2C,15A,15B -flopped fl0pt Jc%,Jd% 12A,2C,15A,15B -floppier 'fl0pI@R Or% 3 -floppiest 'fl0pIIst Os% 3 -flopping 'fl0pIN Jb% 22A,2C,15A,15B -floppy 'fl0pI OD% 2 -flops fl0ps Ja%,Kj% 12A,2C,15A,15B -flora 'flOr@ Kj% 2 -floral 'flOr@l OA% 2 -floriculture 'flOrIkVltS@R L@$ 4 -florid 'fl0rId OA% 2 -floridly 'fl0rIdlI Pu$ 3 -florin 'fl0rIn K6$ 2 -florins 'fl0rInz Kj$ 2 -florist 'fl0rIst K6% 2 -florists 'fl0rIsts Kj% 2 -floss fl0s L@% 1 -flotation fl@U'teISn M6% 3 -flotations fl@U'teISnz Mj% 3 -flotilla fl@'tIl@ K6% 3 -flotillas fl@'tIl@z Kj% 3 -flotsam 'fl0ts@m L@% 2 -flounce flaUns J2%,K6% 12C,6A -flounced flaUnst Jc%,Jd% 12C,6A -flounces 'flaUnsIz Ja%,Kj% 22C,6A -flouncing 'flaUnsIN Jb% 22C,6A -flounder 'flaUnd@R I0%,K6% 22A,2C -floundered 'flaUnd@d Ic%,Id% 22A,2C -floundering 'flaUnd@rIN Ib% 32A,2C -flounders 'flaUnd@z Ia%,Kj% 22A,2C -flour 'flaU@R H0%,L@% 26A -floured 'flaU@d Hc%,Hd% 26A -flourier 'flaU@rI@R Or$ 4 -flouriest 'flaU@rIIst Os$ 4 -flouring 'flaU@rIN Hb$ 36A -flourish 'flVrIS J1%,K7% 22A,6A -flourished 'flVrISt Jc%,Jd% 22A,6A -flourishes 'flVrISIz Ja%,Kj% 32A,6A -flourishing 'flVrISIN Jb% 32A,6A -flours 'flaU@z Ha$ 26A -floury 'flaU@rI OD% 3 -flout flaUt H0% 16A -flouted 'flaUtId Hc%,Hd% 26A -flouting 'flaUtIN Hb% 26A -flouts flaUts Ha% 16A -flow fl@U I0%,Ki% 12A,2C -flowed fl@Ud Ic%,Id% 12A,2C -flower 'flaU@R I0%,K6% 22A,2C -flower-girl 'flaU@-g3l K6% 3 -flower-girls 'flaU@-g3lz Kj% 3 -flowerbed 'flaU@bed K6% 3 -flowerbeds 'flaU@bedz Kj% 3 -flowered 'flaU@d Ic%,Id%,OA% 22A,2C -flowerier 'flaU@rI@R Or% 4 -floweriest 'flaU@rIIst Os% 4 -flowering 'flaU@rIN Ib% 32A,2C -flowerless 'flaU@l@s OA$ 3 -flowerpot 'flaU@p0t K6% 3 -flowerpots 'flaU@p0ts Kj% 3 -flowers 'flaU@z Ia%,Kj% 22A,2C -flowery 'flaU@rI OD% 3 -flowing 'fl@UIN Ib% 22A,2C -flown fl@Un Jd% 12A,2B,2C,2D,4A,6A,15A,15B -flows fl@Uz Ia% 12A,2C -flu flu L@% 1 -fluctuate 'flVktSUeIt I2% 32A,2C -fluctuated 'flVktSUeItId Ic%,Id% 42A,2C -fluctuates 'flVktSUeIts Ia% 32A,2C -fluctuating 'flVktSUeItIN Ib% 42A,2C -fluctuation ,flVktSU'eISn M6% 4 -fluctuations ,flVktSU'eISnz Mj% 4 -flue flu K6% 1 -fluency 'flu@nsI L@% 3 -fluent 'flu@nt OA% 2 -fluently 'flu@ntlI Pu% 3 -flues fluz Kj% 1 -fluff flVf H0%,L@% 16A,15B -fluffed flVft Hc%,Hd% 16A,15B -fluffier 'flVfI@R Or% 3 -fluffiest 'flVfIIst Os% 3 -fluffing 'flVfIN Hb% 26A,15B -fluffs flVfs Ha% 16A,15B -fluffy 'flVfI OD% 2 -fluid 'fluId M6%,OA% 2 -fluidities flu'IdItIz Mj$ 4 -fluidity flu'IdItI M8% 4 -fluids 'fluIdz Mj% 2 -fluke fluk K6% 1 -flukes fluks Kj% 1 -flume flum K6$ 1 -flumes flumz Kj$ 1 -flummox 'flVm@ks H1$ 26A -flummoxed 'flVm@kst Hc$,Hd% 26A -flummoxes 'flVm@ksIz Ha$ 36A -flummoxing 'flVm@ksIN Hb$ 36A -flung flVN Jc%,Jd% 12C,6A,12A,13A,15A,15B,22 -flunk flVNk J0% 12A,2C,6A,15B -flunked flVNkt Jc%,Jd% 12A,2C,6A,15B -flunkey 'flVNkI K6% 2 -flunkeys 'flVNkIz Kj% 2 -flunkies 'flVNkIz Kj$ 2 -flunking 'flVNkIN Jb% 22A,2C,6A,15B -flunks flVNks Ja% 12A,2C,6A,15B -flunky 'flVNkI K8$ 2 -fluorescence flU@'resns M6% 4 -fluorescences flU@'resnsIz Mj$ 5 -fluorescent flU@'resnt OA% 4 -fluoridate 'flU@rIdeIt H2% 46A -fluoridated 'flU@rIdeItId Hc%,Hd% 56A -fluoridates 'flU@rIdeIts Ha% 46A -fluoridating 'flU@rIdeItIN Hb% 56A -fluoridation ,flU@rI'deISn K6% 5 -fluoridations ,flU@rI'deISnz Kj$ 5 -fluoride 'flU@raId M6% 3 -fluorides 'flU@raIdz Mj$ 3 -fluoridization ,flU@rIdaI'zeISn K6$ 6 -fluoridizations ,flU@rIdaI'zeISnz Kj$ 6 -fluoridize 'flU@rIdaIz H2$ 4 -fluoridized 'flU@rIdaIzd Hc$,Hd$ 4 -fluoridizes 'flU@rIdaIzIz Ha$ 5 -fluoridizing 'flU@rIdaIzIN Hb$ 5 -fluorine 'flU@rin L@% 3 -flurried 'flVrId Hc%,Hd% 26A -flurries 'flVrIz Ha$,Kj% 26A -flurry 'flVrI H3$,K8% 26A -flurrying 'flVrIIN Hb$ 36A -flush flVS J1%,M7%,OA% 12A,2C,2D,6A,14 -flushed flVSt Jc%,Jd% 12A,2C,2D,6A,14 -flushes 'flVSIz Ja%,Mj% 22A,2C,2D,6A,14 -flushing 'flVSIN Jb% 22A,2C,2D,6A,14 -fluster 'flVst@R H0%,K6% 26A -flustered 'flVst@d Hc%,Hd% 26A -flustering 'flVst@rIN Hb% 36A -flusters 'flVst@z Ha%,Kj% 26A -flute flut J2%,K6% 16A -fluted 'flutId Jc%,Jd% 26A -flutes fluts Ja%,Kj% 16A -fluting 'flutIN Jb%,L@% 26A -flutist 'flutIst K6$ 2 -flutists 'flutIsts Kj$ 2 -flutter 'flVt@R J0%,M6% 22A,2C,6A,15A,15B -fluttered 'flVt@d Jc%,Jd% 22A,2C,6A,15A,15B -fluttering 'flVt@rIN Jb% 32A,2C,6A,15A,15B -flutters 'flVt@z Ja%,Mj% 22A,2C,6A,15A,15B -fluvial 'fluvI@l OA$ 3 -flux flVks M7% 1 -fluxes 'flVksIz Mj$ 2 -fly flaI J5%,K8%,OA% 12A,2B,2C,2D,4A,6A,15A,15B -fly-fish 'flaI-fIS I1% 22A -fly-fished 'flaI-fISt Ic%,Id% 22A -fly-fishes 'flaI-fISIz Ia% 32A -fly-fishing 'flaI-fISIN Ib%,L@% 32A -fly-swat 'flaI-sw0t K6% 2 -fly-swats 'flaI-sw0ts Kj$ 2 -fly-swatter 'flaI-sw0t@R K6% 3 -fly-swatters 'flaI-sw0t@z Kj% 3 -flyblown 'flaIbl@Un OA% 2 -flycatcher 'flaIk&tS@R K6% 3 -flycatchers 'flaIk&tS@z Kj% 3 -flyer 'flaI@R K6% 2 -flyers 'flaI@z Kj% 2 -flying 'flaIIN Jb%,OA% 22A,2B,2C,2D,4A,6A,15A,15B -flying-bomb 'flaIIN-b0m K6% 3 -flying-bombs 'flaIIN-b0mz Kj% 3 -flying-fish 'flaIIN-fIS K9% 3 -flying-fishes 'flaIIN-fISIz Kj% 4 -flying-fox 'flaIIN-f0ks K7$ 3 -flying-foxes 'flaIIN-f0ksIz Kj$ 4 -flying-squad 'flaIIN-skw0d K6% 3 -flying-squads 'flaIIN-skw0dz Kj$ 3 -flyleaf 'flaIlif Ki% 2 -flyleaves 'flaIlivz Kj% 2 -flyover 'flaI@Uv@R K6% 3 -flyovers 'flaI@Uv@z Kj% 3 -flypaper 'flaIpeIp@R K6% 3 -flypapers 'flaIpeIp@z Kj% 3 -flypast 'flaIpAst K6% 2 -flypasts 'flaIpAsts Kj% 2 -flytrap 'flaItr&p K6% 2 -flytraps 'flaItr&ps Kj% 2 -flyweight 'flaIweIt K6% 2 -flyweights 'flaIweIts Kj% 2 -flywheel 'flaIwil K6% 2 -flywheels 'flaIwilz Kj% 2 -fo'c'sle 'f@Uksl K6$ 2 -fo'c'sles 'f@Ukslz Kj$ 2 -foal f@Ul I0$,K6% 12A -foaled f@Uld Ic$,Id$ 12A -foaling 'f@UlIN Ib$ 22A -foals f@Ulz Ia$,Kj% 12A -foam f@Um I0%,M6% 12A,2C -foam-rubber f@Um-'rVb@R L@% 3 -foamed f@Umd Ic%,Id% 12A,2C -foamier 'f@UmI@R Or$ 3 -foamiest 'f@UmIIst Os$ 3 -foaming 'f@UmIN Ib% 22A,2C -foams f@Umz Ia%,Mj% 12A,2C -foamy 'f@UmI OD% 2 -fob f0b H4% 115B -fobbed f0bd Hc%,Hd% 115B -fobbing 'f0bIN Hb% 215B -fobs f0bz Ha% 115B -focal 'f@Ukl OA% 2 -foci 'f@UsaI Kj$ 2 -focus 'f@Uk@s J1%,K7% 22A,2C,6A,14 -focused 'f@Uk@st Jc%,Jd% 22A,2C,6A,14 -focuses 'f@Uk@sIz Ja%,Kj% 32A,2C,6A,14 -focusing 'f@Uk@sIN Jb% 32A,2C,6A,14 -focussed 'f@Uk@st Jc%,Jd% 22A,2C,6A,14 -focussing 'f@Uk@sIN Jb% 32A,2C,6A,14 -fodder 'f0d@R L@% 2 -foe f@U K6% 1 -foes f@Uz Kj% 1 -foetal 'fitl OA% 2 -foetus 'fit@s K7% 2 -foetuses 'fit@sIz Kj% 3 -fog f0g H4%,M6% 1 -fogbank 'f0gb&Nk K6$ 2 -fogbanks 'f0gb&Nks Kj$ 2 -fogbound 'f0gbaUnd OA% 2 -fogey 'f@UgI K6% 2 -fogeys 'f@UgIz Kj% 2 -fogged f0gd Hc%,Hd% 1 -foggier 'f0gI@R Or% 3 -foggiest 'f0gIIst Os% 3 -fogging 'f0gIN Hb% 2 -foggy 'f0gI OD% 2 -foghorn 'f0ghOn K6% 2 -foghorns 'f0ghOnz Kj% 2 -foglamp 'f0gl&mp K6% 2 -foglamps 'f0gl&mps Kj% 2 -fogs f0gz Ha%,Mj% 1 -fogsignal 'f0gsIgn@l K6% 3 -fogsignals 'f0gsIgn@lz Kj% 3 -foible 'foIbl K6$ 2 -foibles 'foIblz Kj% 2 -foil foIl H0%,M6% 16A -foiled foIld Hc%,Hd% 16A -foiling 'foIlIN Hb% 26A -foils foIlz Ha%,Mj% 16A -foist foIst H0% 114,15A -foisted 'foIstId Hc%,Hd% 214,15A -foisting 'foIstIN Hb% 214,15A -foists foIsts Ha% 114,15A -fold f@Uld J0%,K6% 12A,2C,6A,15A,15B -folded 'f@UldId Jc%,Jd% 22A,2C,6A,15A,15B -folder 'f@Uld@R K6% 2 -folders 'f@Uld@z Kj% 2 -folding 'f@UldIN Jb% 22A,2C,6A,15A,15B -folds f@Uldz Ja%,Kj% 12A,2C,6A,15A,15B -foliage 'f@UlIIdZ L@% 3 -folio 'f@UlI@U K6% 3 -folios 'f@UlI@Uz Kj% 3 -folk f@Uk K6% 1 -folk-dance 'f@Uk-dAns K6% 2 -folk-dances 'f@Uk-dAnsIz Kj% 3 -folklore 'f@UklOR L@% 2 -folks f@Uks Kj% 1 -folksong 'f@Uks0N K6% 2 -folksongs 'f@Uks0Nz Kj% 2 -folksy 'f@UksI OA% 2 -folktale 'f@UkteIl K6% 2 -folktales 'f@UkteIlz Kj% 2 -follies 'f0lIz Mj% 2 -follow 'f0l@U J0% 22A,2B,2C,6A,15B -follow-on ,f0l@U-'0n K6% 3 -follow-ons ,f0l@U-'0nz Kj$ 3 -follow-through ,f0l@U-'Tru K6% 3 -follow-throughs ,f0l@U-'Truz Kj$ 3 -follow-up 'f0l@U-Vp K6% 3 -follow-ups 'f0l@U-Vps Kj$ 3 -followed 'f0l@Ud Jc%,Jd% 22A,2B,2C,6A,15B -follower 'f0l@U@R K6% 3 -followers 'f0l@U@z Kj% 3 -following 'f0l@UIN Jb*,K6%,OA* 32A,2B,2C,6A,15B -followings 'f0l@UINz Kj% 3 -follows 'f0l@Uz Ja% 22A,2B,2C,6A,15B -folly 'f0lI M8% 2 -foment f@U'ment H0$ 26A -fomentation ,f@Umen'teISn M6$ 4 -fomentations ,f@Umen'teISnz Mj$ 4 -fomented f@U'mentId Hc$,Hd$ 36A -fomenting f@U'mentIN Hb$ 36A -foments f@U'ments Ha$ 26A -fond f0nd OC% 1 -fondant 'f0nd@nt K6% 2 -fondants 'f0nd@nts Kj% 2 -fonder 'f0nd@R Or% 2 -fondest 'f0ndIst Os% 2 -fondle 'f0ndl H2% 26A -fondled 'f0ndld Hc%,Hd% 26A -fondles 'f0ndlz Ha% 26A -fondling 'f0ndlIN Hb% 26A -fondly 'f0ndlI Pu% 2 -fondness 'f0ndn@s L@% 2 -font f0nt K6% 1 -fonts f0nts Kj% 1 -food fud M6* 1 -foodless 'fudl@s OA$ 2 -foods fudz Mj% 1 -foodstuff 'fudstVf K6% 2 -foodstuffs 'fudstVfs Kj% 2 -fool ful J0%,K6% 12A,2C,6A,14,15B -fooled fuld Jc%,Jd% 12A,2C,6A,14,15B -foolery 'ful@rI L@% 3 -foolhardiness 'fulhAdIn@s L@% 4 -foolhardy 'fulhAdI OA% 3 -fooling 'fulIN Jb% 22A,2C,6A,14,15B -foolish 'fulIS OA% 2 -foolishly 'fulISlI Pu% 3 -foolishness 'fulISn@s L@% 3 -foolproof 'fulpruf OA% 2 -fools fulz Ja%,Kj% 12A,2C,6A,14,15B -foolscap 'fulsk&p L@% 2 -foot fUt J0%,Ki% 16A -foot-and-mouth ,fUt-n-'maUT L@%,OA% 3 -foot-bath 'fUt-bAT K6% 2 -foot-baths 'fUt-bADz Kj% 2 -foot-pound 'fUt-paUnd K6$ 2 -foot-pounds 'fUt-paUndz Kj$ 2 -foot-race 'fUt-reIs K6$ 2 -foot-races 'fUt-reIsIz Kj$ 3 -foot-rot 'fUt-r0t L@% 2 -footage 'fUtIdZ L@% 2 -football 'fUtbOl M6% 2 -footballer 'fUtbOl@R K6% 3 -footballers 'fUtbOl@z Kj% 3 -footballs 'fUtbOlz Mj% 2 -footboard 'fUtbOd K6% 2 -footboards 'fUtbOdz Kj% 2 -footbridge 'fUtbrIdZ K6% 2 -footbridges 'fUtbrIdZIz Kj% 3 -footed 'fUtId Jc%,Jd%,Ot% 26A -footer 'fUt@R K6% 2 -footers 'fUt@z Kj% 2 -footfall 'fUtfOl K6% 2 -footfalls 'fUtfOlz Kj% 2 -footfault 'fUtfOlt K6% 2 -footfaults 'fUtfOlts Kj% 2 -foothills 'fUthIlz Kj% 2 -foothold 'fUth@Uld K6% 2 -footholds 'fUth@Uldz Kj% 2 -footing 'fUtIN Jb%,Ki% 26A -footle 'futl J2% 2 -footled 'futld Jc%,Jd% 2 -footles 'futlz Ja% 2 -footlights 'fUtlaIts Kj% 2 -footling 'futlIN Jb%,OA% 2 -footloose 'fUtlus OA% 2 -footman 'fUtm@n Ki% 2 -footmark 'fUtmAk K6% 2 -footmarks 'fUtmAks Kj% 2 -footmen 'fUtm@n Kj% 2 -footnote 'fUtn@Ut K6% 2 -footnotes 'fUtn@Uts Kj% 2 -footpath 'fUtpAT K6% 2 -footpaths 'fUtpADz Kj% 2 -footplate 'fUtpleIt K6% 2 -footplates 'fUtpleIts Kj% 2 -footprint 'fUtprInt K6% 2 -footprints 'fUtprInts Kj% 2 -foots fUts Ja$ 16A -footslog 'fUtsl0g I4% 2 -footslogged 'fUtsl0gd Ic%,Id% 2 -footslogger 'fUtsl0g@R K6% 3 -footsloggers 'fUtsl0g@z Kj% 3 -footslogging 'fUtsl0gIN Ib% 3 -footslogs 'fUtsl0gz Ia% 2 -footsore 'fUtsOR OA% 2 -footstep 'fUtstep K6% 2 -footsteps 'fUtsteps Kj% 2 -footstool 'fUtstul K6% 2 -footstools 'fUtstulz Kj% 2 -footsure 'fUtSU@R OA% 2 -footwear 'fUtwe@R L@% 2 -footwork 'fUtw3k L@% 2 -fop f0p K6% 1 -foppish 'f0pIS OA% 2 -fops f0ps Kj% 1 -for fOR T-*,V-* 1 -forage 'f0rIdZ I2%,L@% 22A,3A -foraged 'f0rIdZd Ic%,Id% 22A,3A -forages 'f0rIdZIz Ia% 32A,3A -foraging 'f0rIdZIN Ib% 32A,3A -forasmuch as ,fOr@z'mVtS @z V-% 4 -foray 'f0reI I0$,K6% 22A -forayed 'f0reId Ic$,Id$ 22A -foraying 'f0reIIN Ib$ 32A -forays 'f0reIz Ia$,Kj% 22A -forbad f@'b&d Hc$ 26A,12C,17 -forbade f@'b&d Hc% 26A,12C,17 -forbear 'fObe@R K6% 2 -forbear fO'be@R J5% 22A,3A,6C,7A -forbearance fO'be@r@ns L@% 3 -forbearing fO'be@rIN Jb% 32A,3A,6C,7A -forbears 'fObe@z Kj% 2 -forbears fO'be@z Ja% 22A,3A,6C,7A -forbid f@'bId H5% 26A,12C,17 -forbidden f@'bIdn Hd% 36A,12C,17 -forbidding f@'bIdIN Hb%,OA% 36A,12C,17 -forbiddingly f@'bIdINlI Pu% 4 -forbids f@'bIdz Ha% 26A,12C,17 -forbore fO'bOR Jc% 22A,3A,6C,7A -forborne fO'bOn Jd% 22A,3A,6C,7A -force fOs H2%,M6% 16A,15A,15B,17,22 -force majeure ,fOs m&'Z3R L@% 3 -force-fed 'fOs-fed Hc%,Hd% 26A -force-feed 'fOs-fid H5% 26A -force-feeding 'fOs-fidIN Hb% 36A -force-feeds 'fOs-fidz Ha% 26A -force-land fOs-'l&nd J0% 2 -force-landed fOs-'l&ndId Jc%,Jd% 3 -force-landing fOs-'l&ndIN Jb% 3 -force-lands fOs-'l&ndz Ja% 2 -forced fOst Hc%,Hd% 16A,15A,15B,17,22 -forceful 'fOsf@l OA% 2 -forcefully 'fOsf@lI Pu% 3 -forcefulness 'fOsf@ln@s L@% 3 -forcemeat 'fOsmit L@$ 2 -forceps 'fOseps Kj% 2 -forces 'fOsIz Ha%,Mj% 26A,15A,15B,17,22 -forcible 'fOs@bl OA% 3 -forcibly 'fOs@blI Pu% 3 -forcing 'fOsIN Hb% 26A,15A,15B,17,22 -ford fOd H0%,K6% 16A -fordable 'fOd@bl OA% 3 -forded 'fOdId Hc%,Hd% 26A -fording 'fOdIN Hb% 26A -fords fOdz Ha%,Kj% 16A -fore fOR L@%,OA%,Pu%,W-% 1 -forearm 'fOrAm K6$ 2 -forearm ,fO'rAm H0% 26A -forearmed ,fO'rAmd Hc%,Hd% 26A -forearming ,fO'rAmIN Hb$ 36A -forearms 'fOrAmz Kj% 2 -forearms ,fO'rAmz Ha$ 26A -forebode fO'b@Ud H2$ 26A,9 -foreboded fO'b@UdId Hc$,Hd$ 36A,9 -forebodes fO'b@Udz Ha$ 26A,9 -foreboding fO'b@UdIN Hb%,M6% 36A,9 -forebodings fO'b@UdINz Mj% 3 -forecast 'fOkAst H0%,Hc%,Hd%,K6% 26A -forecasted 'fOkAstId Hc%,Hd% 36A -forecaster 'fOkAst@R K6% 3 -forecasters 'fOkAst@z Kj% 3 -forecasting 'fOkAstIN Hb% 36A -forecastle 'f@Uksl K6$ 2 -forecastles 'f@Ukslz Kj$ 2 -forecasts 'fOkAsts Ha%,Kj% 26A -foreclose fO'kl@Uz J2% 22A,3A,6A -foreclosed fO'kl@Uzd Jc%,Jd% 22A,3A,6A -forecloses fO'kl@UzIz Ja% 32A,3A,6A -foreclosing fO'kl@UzIN Jb% 32A,3A,6A -foreclosure fO'kl@UZ@R M6% 3 -foreclosures fO'kl@UZ@z Mj% 3 -forecourt 'fOkOt K6% 2 -forecourts 'fOkOts Kj% 2 -foredoom fO'dum H0$ 26A,14 -foredoomed fO'dumd Hc$,Hd% 26A,14 -foredooming fO'dumIN Hb$ 36A,14 -foredooms fO'dumz Ha$ 26A,14 -forefather 'fOfAD@R K6% 3 -forefathers 'fOfAD@z Kj% 3 -forefeet 'fOfit Kj% 2 -forefinger 'fOfINg@R K6% 3 -forefingers 'fOfINg@z Kj% 3 -forefoot 'fOfUt Ki$ 2 -forefront 'fOfrVnt K6% 2 -forefronts 'fOfrVnts Kj$ 2 -foregather fO'g&D@R I0% 32A,2C -foregathered fO'g&D@d Ic%,Id% 32A,2C -foregathering fO'g&D@rIN Ib% 42A,2C -foregathers fO'g&D@z Ia% 32A,2C -forego fO'g@U J5% 2 -foregoes fO'g@Uz Ja% 2 -foregoing fO'g@UIN Jb%,OA% 3 -foregone 'fOg0n OA% 2 -foregone fO'g0n Jd% 2 -foreground 'fOgraUnd K6% 2 -foregrounds 'fOgraUndz Kj$ 2 -forehand 'fOh&nd OA% 2 -forehead 'f0rId K6% 2 -foreheads 'f0rIdz Kj% 2 -foreign 'f0r@n OA% 2 -foreigner 'f0r@n@R K6% 3 -foreigners 'f0r@n@z Kj% 3 -foreknew fO'nju Jc$ 22A,3A,6A,8,9,10,17,18B,25 -foreknow fO'n@U J5$ 22A,3A,6A,8,9,10,17,18B,25 -foreknowing fO'n@UIN Jb$ 32A,3A,6A,8,9,10,17,18B,25 -foreknowledge ,fO'n0lIdZ L@% 3 -foreknown fO'n@Un Jd% 22A,3A,6A,8,9,10,17,18B,25 -foreknows fO'n@Uz Ja$ 22A,3A,6A,8,9,10,17,18B,25 -foreland 'fOl@nd K6% 2 -forelands 'fOl@ndz Kj$ 2 -foreleg 'fOleg K6% 2 -forelegs 'fOlegz Kj% 2 -forelock 'fOl0k K6% 2 -forelocks 'fOl0ks Kj$ 2 -foreman 'fOm@n Ki% 2 -foremast 'fOmAst K6% 2 -foremasts 'fOmAsts Kj% 2 -foremen 'fOm@n Kj% 2 -foremost 'fOm@Ust OA%,Pu% 2 -forename 'fOneIm K6% 2 -forenames 'fOneImz Kj% 2 -forenoon 'fOnun K6% 2 -forenoons 'fOnunz Kj% 2 -forensic f@'rensIk OA% 3 -foreordain ,fOrO'deIn H0$ 36A,14,17 -foreordained ,fOrO'deInd Hc$,Hd% 36A,14,17 -foreordaining ,fOrO'deInIN Hb$ 46A,14,17 -foreordains ,fOrO'deInz Ha$ 36A,14,17 -forerunner 'fOrVn@R K6% 3 -forerunners 'fOrVn@z Kj% 3 -foresail 'fOseIl K6% 2 -foresails 'fOseIlz Kj% 2 -foresaw fO'sO Hc% 26A,9,10 -foresee fO'si H5% 26A,9,10 -foreseeable fO'si@bl OA% 4 -foreseeing fO'siIN Hb% 36A,9,10 -foreseen fO'sin Hd% 26A,9,10 -foresees fO'siz Ha% 26A,9,10 -foreshadow fO'S&d@U H0% 36A -foreshadowed fO'S&d@Ud Hc%,Hd% 36A -foreshadowing fO'S&d@UIN Hb% 46A -foreshadows fO'S&d@Uz Ha% 36A -foreshore 'fOSOR K6% 2 -foreshores 'fOSOz Kj$ 2 -foreshorten fO'SOtn H0% 36A -foreshortened fO'SOtnd Hc%,Hd% 36A -foreshortening fO'SOtnIN Hb% 36A -foreshortens fO'SOtnz Ha% 36A -foresight 'fOsaIt L@% 2 -foreskin 'fOskIn K6% 2 -foreskins 'fOskInz Kj$ 2 -forest 'f0rIst M6% 2 -forestall fO'stOl H0% 26A -forestalled fO'stOld Hc%,Hd% 26A -forestalling fO'stOlIN Hb% 36A -forestalls fO'stOlz Ha% 26A -forester 'f0rIst@R K6% 3 -foresters 'f0rIst@z Kj% 3 -forestry 'f0r@strI L@% 3 -forests 'f0rIsts Mj% 2 -foreswear fO'swe@R H5% 26A -foreswearing fO'swe@rIN Hb% 36A -foreswears fO'swe@z Ha% 26A -foreswore fO'swOR Hc% 26A -foresworn fO'swOn Hd% 26A -foretaste 'fOteIst K6% 2 -foretastes 'fOteIsts Kj% 2 -foretell fO'tel H5% 26A,9,10,12A,13A -foretelling fO'telIN Hb% 36A,9,10,12A,13A -foretells fO'telz Ha% 26A,9,10,12A,13A -forethought 'fOTOt L@% 2 -foretold fO't@Uld Hc%,Hd% 26A,9,10,12A,13A -foretop 'fOt0p K6$ 2 -foretops 'fOt0ps Kj$ 2 -forever f@'rev@R Pu% 3 -forewarn fO'wOn H0% 26A -forewarned fO'wOnd Hc%,Hd% 26A -forewarning fO'wOnIN Hb% 36A -forewarns fO'wOnz Ha% 26A -forewent fO'went Jc$ 2 -forewoman 'fOwUm@n Ki$ 3 -forewomen 'fOwImIn Kj$ 3 -foreword 'fOw3d K6% 2 -forewords 'fOw3dz Kj% 2 -forfeit 'fOfIt H0%,K6% 26A -forfeited 'fOfItId Hc%,Hd% 36A -forfeiting 'fOfItIN Hb% 36A -forfeits 'fOfIts Ha%,Kj% 26A -forfeiture 'fOfItS@R L@% 3 -forgather fO'g&D@R I0% 32A,2C -forgathered fO'g&D@d Ic%,Id% 32A,2C -forgathering fO'g&D@rIN Ib% 42A,2C -forgathers fO'g&D@z Ia% 32A,2C -forgave f@'geIv Jc% 22A,6A,12C,14 -forge fOdZ J2%,K6% 12C,6A -forged fOdZd Jc%,Jd% 12C,6A -forger 'fOdZ@R K6% 2 -forgeries 'fOdZ@rIz Mj% 3 -forgers 'fOdZ@z Kj% 2 -forgery 'fOdZ@rI M8% 3 -forges 'fOdZIz Ja%,Kj% 22C,6A -forget f@'get J5% 22A,3A,6A,6C,6D,7A,8,9,10 -forget-me-not f@'get-mI-n0t K6% 4 -forget-me-nots f@'get-mI-n0ts Kj% 4 -forgetful f@'getf@l OA% 3 -forgetfully f@'getf@lI Pu% 4 -forgetfulness f@'getf@ln@s L@% 4 -forgets f@'gets Ja% 22A,3A,6A,6C,6D,7A,8,9,10 -forgetting f@'getIN Jb% 32A,3A,6A,6C,6D,7A,8,9,10 -forging 'fOdZIN Jb$,K6% 22C,6A -forgings 'fOdZINz Kj$ 2 -forgivable f@'gIv@bl OA% 4 -forgivably f@'gIv@blI Pu% 4 -forgive f@'gIv J5% 22A,6A,12C,14 -forgiven f@'gIvn Jd% 32A,6A,12C,14 -forgiveness f@'gIvn@s L@% 3 -forgives f@'gIvz Ja% 22A,6A,12C,14 -forgiving f@'gIvIN Jb%,OA% 32A,6A,12C,14 -forgivingly f@'gIvINlI Pu% 4 -forgo fO'g@U H5% 2 -forgoes fO'g@Uz Ja% 2 -forgoing fO'g@UIN Jb% 3 -forgone fO'g0n Jd% 2 -forgot f@'g0t Jc% 22A,3A,6A,6C,6D,7A,8,9,10 -forgotten f@'g0tn Jd% 32A,3A,6A,6C,6D,7A,8,9,10 -fork fOk J0%,K6% 12A,2C,6A,15A,15B -forked fOkt Jc%,Jd%,OA% 12A,2C,6A,15A,15B -forking 'fOkIN Jb% 22A,2C,6A,15A,15B -forks fOks Ja%,Kj% 12A,2C,6A,15A,15B -forlorn f@'lOn OA% 2 -forlornly f@'lOnlI Pu% 3 -forlornness f@'lOn+n@s L@% 3 -form fOm J0*,M6* 12A,2C,6A,14,15A -formal 'fOml OA% 2 -formaldehyde fO'm&ldIhaId L@$ 4 -formalin 'fOm@lIn L@$ 3 -formalism 'fOm@lIz@m L@$ 4 -formalities fO'm&lItIz Mj% 4 -formality fO'm&lItI M8% 4 -formalize 'fOm@laIz H2% 36A -formalized 'fOm@laIzd Hc%,Hd% 36A -formalizes 'fOm@laIzIz Ha% 46A -formalizing 'fOm@laIzIN Hb% 46A -formally 'fOm@lI Pu% 3 -format 'fOm&t K6% 2 -formation fO'meISn M6% 3 -formations fO'meISnz Mj% 3 -formative 'fOm@tIv OA% 3 -formats 'fOm&ts Kj% 2 -formed fOmd Jc%,Jd% 12A,2C,6A,14,15A -former 'fOm@R OA% 2 -formerly 'fOm@lI Pu% 3 -formic 'fOmIk OA$ 2 -formidable 'fOmId@bl OA% 4 -formidably 'fOmId@blI Pu% 4 -forming 'fOmIN Jb% 22A,2C,6A,14,15A -formless 'fOml@s OA% 2 -formlessly 'fOml@slI Pu% 3 -forms fOmz Ja%,Mj% 12A,2C,6A,14,15A -formula 'fOmjUl@ K6% 3 -formulae 'fOmjUli Kj% 3 -formulas 'fOmjUl@z Kj% 3 -formulate 'fOmjUleIt H2% 36A -formulated 'fOmjUleItId Hc%,Hd% 46A -formulates 'fOmjUleIts Ha% 36A -formulating 'fOmjUleItIN Hb% 46A -formulation ,fOmjU'leISn M6$ 4 -formulations ,fOmjU'leISnz Mj$ 4 -fornicate 'fOnIkeIt I2% 321 -fornicated 'fOnIkeItId Ic%,Id% 421 -fornicates 'fOnIkeIts Ia% 321 -fornicating 'fOnIkeItIN Ib% 421 -fornication ,fOnI'keISn L@% 4 -forrader 'f0r@d@R Pu$ 3 -forsake f@'seIk H5% 26A -forsaken f@'seIk@n Hd% 36A -forsakes f@'seIks Ha% 26A -forsaking f@'seIkIN Hb% 36A -forsook f@'sUk Hc% 26A -forsooth fO'suT Pu$ 2 -forswear fO'swe@R H5% 26A -forswearing fO'swe@rIN Hb% 36A -forswears fO'swe@z Ha% 26A -forswore fO'swOR Hc% 26A -forsworn fO'swOn Hd% 26A -forsythia fO'saITI@ L@$ 4 -fort fOt K6% 1 -forte 'fOteI K6$,OA$,Pu$ 2 -fortes 'fOteIz Kj$ 2 -forth fOT Pu% 1 -forthcoming ,fOT'kVmIN OA% 3 -forthright 'fOTraIt OA% 2 -forthwith ,fOT'wIT Pu% 2 -forties 'fOtIz Kj% 2 -fortieth 'fOtI@T K6%,OA% 3 -fortieths 'fOtI@Ts Kj% 3 -fortification ,fOtIfI'keISn M6% 5 -fortifications ,fOtIfI'keISnz Mj% 5 -fortified 'fOtIfaId Hc%,Hd% 36A,14 -fortifies 'fOtIfaIz Ha% 36A,14 -fortify 'fOtIfaI H3% 36A,14 -fortifying 'fOtIfaIIN Hb% 46A,14 -fortissimo fO'tIsIm@U OA$,Pu% 4 -fortitude 'fOtItjud L@% 3 -fortnight 'fOtnaIt K6% 2 -fortnightly 'fOtnaItlI OA%,Pu% 3 -fortnights 'fOtnaIts Kj% 2 -fortress 'fOtrIs K7% 2 -fortresses 'fOtrIsIz Kj% 3 -forts fOts Kj% 1 -fortuitous fO'tjuIt@s OA% 4 -fortuitously fO'tjuIt@slI Pu% 5 -fortunate 'fOtS@n@t OA% 3 -fortunately 'fOtS@n@tlI Pu% 4 -fortune 'fOtSun M6% 2 -fortunes 'fOtSunz Mj% 2 -forty 'fOtI K8%,OA% 2 -fortyish 'fOtIIS OA% 3 -forum 'fOr@m K6% 2 -forums 'fOr@mz Kj$ 2 -forward 'fOw@d H0%,K6%,OA%,Pu% 26A,12A,13A,15A -forwarded 'fOw@dId Hc%,Hd% 36A,12A,13A,15A -forwarding 'fOw@dIN Hb% 36A,12A,13A,15A -forwardness 'fOw@dn@s L@% 3 -forwards 'fOw@dz Ha%,Kj%,Pu% 26A,12A,13A,15A -forwent fO'went Jc$ 2 -fosse f0s K6$ 1 -fosses 'f0sIz Kj$ 2 -fossil 'f0sl K6% 2 -fossilization ,f0s@laI'zeISn M6% 5 -fossilizations ,f0s@laI'zeISnz Mj$ 5 -fossilize 'f0s@laIz J2% 32A,6A -fossilized 'f0s@laIzd Jc%,Jd% 32A,6A -fossilizes 'f0s@laIzIz Ja% 42A,6A -fossilizing 'f0s@laIzIN Jb% 42A,6A -fossils 'f0slz Kj% 2 -foster 'f0st@R H0% 26A -foster-brother 'f0st@-brVD@R K6% 4 -foster-brothers 'f0st@-brVD@z Kj% 4 -foster-child 'f0st@-tSaIld Ki% 3 -foster-children 'f0st@-tSIldr@n Kj% 4 -foster-father 'f0st@-fAD@R K6% 4 -foster-fathers 'f0st@-fAD@z Kj% 4 -foster-mother 'f0st@-mVD@R K6% 4 -foster-mothers 'f0st@-mVD@z Kj% 4 -foster-parent 'f0st@-pe@r@nt K6% 4 -foster-parents 'f0st@-pe@r@nts Kj% 4 -foster-sister 'f0st@-sIst@R K6% 4 -foster-sisters 'f0st@-sIst@z Kj% 4 -fostered 'f0st@d Hc%,Hd% 26A -fostering 'f0st@rIN Hb% 36A -fosters 'f0st@z Ha% 26A -fought fOt Jc%,Jd% 12A,2B,2C,3A,4A,6A,15A,15B -foul faUl J0%,M6%,OC% 12A,2C,6A -foul-mouthed faUl-'maUDd OA% 2 -foul-spoken faUl-'sp@Uk@n OA% 3 -fouled faUld Jc%,Jd% 12A,2C,6A -fouler 'faUl@R Or% 2 -foulest 'faUlIst Os% 2 -fouling 'faUlIN Jb% 22A,2C,6A -foully 'faUlI Pu% 2 -foulness 'faUln@s L@% 2 -fouls faUlz Ja%,Mj% 12A,2C,6A -found faUnd H0%,Hc*,Hd* 16A,8,9,10,12A,12B,13A,13B,14,15A,15B,19B,22,25 -foundation faUn'deISn M6% 3 -foundation-stone faUn'deISn-st@Un K6% 4 -foundation-stones faUn'deISn-st@Unz Kj% 4 -foundations faUn'deISnz Mj% 3 -founded 'faUndId Hc%,Hd% 26A,8,9,10,12A,12B,13A,13B,14,15A,15B,19B,22,25 -founder 'faUnd@R J0%,K6% 22A,6A -foundered 'faUnd@d Jc%,Jd% 22A,6A -foundering 'faUnd@rIN Jb% 32A,6A -founders 'faUnd@z Ja%,Kj% 22A,6A -founding 'faUndIN Hb% 26A,8,9,10,12A,12B,13A,13B,14,15A,15B,19B,22,25 -foundling 'faUndlIN K6$ 2 -foundlings 'faUndlINz Kj$ 2 -foundress 'faUndrIs K7$ 2 -foundresses 'faUndrIsIz Kj$ 3 -foundries 'faUndrIz Kj% 2 -foundry 'faUndrI K8% 2 -founds faUndz Ha% 16A,8,9,10,12A,12B,13A,13B,14,15A,15B,19B,22,25 -fount faUnt K6% 1 -fountain 'faUntIn K6% 2 -fountain-head 'faUntIn-hed K6% 3 -fountain-heads 'faUntIn-hedz Kj$ 3 -fountain-pen 'faUntIn-pen K6% 3 -fountain-pens 'faUntIn-penz Kj% 3 -fountains 'faUntInz Kj% 2 -founts faUnts Kj% 1 -four fOR K6%,OA* 1 -four-in-hand ,fOr-In-'h&nd K6$ 3 -four-in-hands ,fOr-In-'h&ndz Kj$ 3 -four-part 'fO-pAt OA% 2 -four-ply 'fO-plaI OA% 2 -four-poster fO'-p@Ust@R K6% 3 -four-posters fO'-p@Ust@z Kj% 3 -four-pounder fO'-paUnd@R K6% 3 -four-pounders fO'-paUnd@z Kj% 3 -four-wheeler fO-'wil@R K6% 3 -four-wheelers fO-'wil@z Kj% 3 -fourfold 'fOf@Uld OA%,Pu% 2 -fourpence 'fOp@ns K6% 2 -fourpences 'fOp@nsIz Kj% 3 -fourpenny 'fOpnI OA% 3 -fours fOz Kj% 1 -fourscore 'fOskOR Ki%,OA% 2 -foursome 'fOs@m K6% 2 -foursomes 'fOs@mz Kj% 2 -foursquare 'fOskwe@R OA% 2 -fourteen ,fO'tin K6%,OA% 2 -fourteens ,fO'tinz Kj% 2 -fourteenth ,fO'tinT K6%,OA% 2 -fourteenths ,fO'tinTs Kj% 2 -fourth fOT K6%,OA% 1 -fourthly 'fOTlI Pu% 2 -fourths fOTs Kj% 1 -fowl faUl I0%,M6% 1 -fowl-run 'faUl-rVn K6% 2 -fowl-runs 'faUl-rVnz Kj$ 2 -fowled faUld Ic$,Id$ 1 -fowler 'faUl@R K6$ 2 -fowlers 'faUl@z Kj$ 2 -fowling 'faUlIN Ib$ 2 -fowlingpiece 'faUlINpis K6$ 3 -fowlingpieces 'faUlINpisIz Kj$ 4 -fowlpest 'faUlpest L@% 2 -fowls faUlz Ia%,Mj% 1 -fox f0ks H1%,K7% 16A -fox-terrier f0ks-'terI@R K6% 4 -fox-terriers f0ks-'terI@z Kj% 4 -foxed f0kst Hc%,Hd% 16A -foxes 'f0ksIz Ha%,Kj% 26A -foxglove 'f0ksglVv K6% 2 -foxgloves 'f0ksglVvz Kj% 2 -foxhole 'f0ksh@Ul K6% 2 -foxholes 'f0ksh@Ulz Kj% 2 -foxhound 'f0kshaUnd K6% 2 -foxhounds 'f0kshaUndz Kj% 2 -foxhunt 'f0kshVnt I0%,K6% 2 -foxhunted 'f0kshVntId Ic%,Id% 3 -foxhunter 'f0kshVnt@R K6% 3 -foxhunters 'f0kshVnt@z Kj% 3 -foxhunting 'f0kshVntIN Ib% 3 -foxhunts 'f0kshVnts Ia%,Kj% 2 -foxier 'f0ksI@R Or% 3 -foxiest 'f0ksIIst Os% 3 -foxing 'f0ksIN Hb% 26A -foxtrot 'f0kstr0t K6% 2 -foxtrots 'f0kstr0ts Kj% 2 -foxy 'f0ksI OD% 2 -foyer 'foIeI K6% 2 -foyers 'foIeIz Kj$ 2 -fracas 'fr&kA Ki$ 2 -fracas 'fr&kAz Kj$ 2 -fraction 'fr&kSn K6% 2 -fractional 'fr&kSn@l OA% 3 -fractions 'fr&kSnz Kj% 2 -fractious 'fr&kS@s OA$ 2 -fractiously 'fr&kS@slI Pu$ 3 -fractiousness 'fr&kS@sn@s L@$ 3 -fracture 'fr&ktS@R J2%,M6% 22A,6A -fractured 'fr&ktS@d Jc%,Jd% 22A,6A -fractures 'fr&ktS@z Ja%,Mj% 22A,6A -fracturing 'fr&ktS@rIN Jb% 32A,6A -fragile 'fr&dZaIl OA% 2 -fragility fr@'dZIlItI L@% 4 -fragment 'fr&gm@nt K6% 2 -fragment fr&g'ment I0% 22A -fragmentary 'fr&gm@ntrI OA% 3 -fragmentation ,fr&gmen'teISn M6% 4 -fragmentations ,fr&gmen'teISnz Mj$ 4 -fragmented fr&g'mentId Ic%,Id% 32A -fragmenting fr&g'mentIN Ib% 32A -fragments 'fr&gm@nts Kj% 2 -fragments fr&g'ments Ia% 22A -fragrance 'freIgr@ns M6% 2 -fragrances 'freIgr@nsIz Mj% 3 -fragrant 'freIgr@nt OA% 2 -frail freIl OC% 1 -frailer 'freIl@R Or% 2 -frailest 'freIlIst Os% 2 -frailties 'freIltIz Mj% 2 -frailty 'freIltI M8% 2 -frame freIm J2%,K6% 12A,2C,6A -frame-up 'freIm-Vp K6% 2 -frame-ups 'freIm-Vps Kj% 2 -framed freImd Jc%,Jd% 12A,2C,6A -frames freImz Ja%,Kj% 12A,2C,6A -framework 'freImw3k K6% 2 -frameworks 'freImw3ks Kj% 2 -framing 'freImIN Jb% 22A,2C,6A -franc fr&Nk K6% 1 -franchise 'fr&ntSaIz M6% 2 -franchises 'fr&ntSaIzIz Mj$ 3 -francs fr&Nks Kj% 1 -frank fr&Nk H0%,OC% 16A -franked fr&Nkt Hc%,Hd% 16A -franker 'fr&Nk@R Or% 2 -frankest 'fr&NkIst Os% 2 -frankfurter 'fr&Nkf3t@R K6% 3 -frankfurters 'fr&Nkf3t@z Kj% 3 -frankincense 'fr&NkInsens L@% 3 -franking 'fr&NkIN Hb% 26A -franking-machine 'fr&nkIN-m@Sin K6% 4 -franking-machines 'fr&nkIN-m@Sinz Kj% 4 -franklin 'fr&NklIn K6$ 2 -franklins 'fr&NklInz Kj$ 2 -frankly 'fr&NklI Pu% 2 -frankness 'fr&Nkn@s L@% 2 -franks fr&Nks Ha% 16A -frantic 'fr&ntIk OA% 2 -frantically 'fr&ntIklI Pu% 3 -fraternal fr@'t3nl OA% 3 -fraternally fr@'t3n@lI Pu% 4 -fraternities fr@'t3nItIz Mj% 4 -fraternity fr@'t3nItI M8% 4 -fraternization ,fr&t@naI'zeISn L@% 5 -fraternize 'fr&t@naIz I2% 32A,2C,3A -fraternized 'fr&t@naIzd Ic%,Id% 32A,2C,3A -fraternizes 'fr&t@naIzIz Ia% 42A,2C,3A -fraternizing 'fr&t@naIzIN Ib% 42A,2C,3A -fratricide 'fr&trIsaId M6% 3 -fratricides 'fr&trIsaIdz Mj% 3 -fraud frOd M6% 1 -frauds frOdz Mj% 1 -fraudulent 'frOdjUl@nt OA% 3 -fraudulently 'frOdjUl@ntlI Pu% 4 -fraught frOt Op% 1 -fray freI J0%,K6% 12A,2C,6A -frayed freId Jc%,Jd% 12A,2C,6A -fraying 'freIIN Jb% 22A,2C,6A -frays freIz Ja%,Kj% 12A,2C,6A -frazzle 'fr&zl K6% 2 -frazzles 'fr&zlz Kj% 2 -freak frik J0%,K6% 12C,15B -freak-out 'frik-aUt K6% 2 -freak-outs 'frik-aUts Kj$ 2 -freaked frikt Jc%,Jd% 12C,15B -freakier 'frikI@R Or% 3 -freakiest 'frikIIst Os% 3 -freaking 'frikIN Jb% 22C,15B -freakish 'frikIS OA% 2 -freakishly 'frikISlI Pu% 3 -freakishness 'frikISn@s L@% 3 -freaks friks Ja%,Kj% 12C,15B -freaky 'frikI OD% 2 -freckle 'frekl J2%,K6% 22A,6A -freckled 'frekld Jc%,Jd% 22A,6A -freckles 'freklz Ja%,Kj% 22A,6A -freckling 'freklIN Jb% 22A,6A -free fri H5%,OB% 16A,14 -free-and-easy ,fri-@n-'izI OA% 4 -free-for-all 'fri-f@r-Ol K6% 3 -free-for-alls 'fri-f@r-Olz Kj$ 3 -free-handed fri-'h&ndId OA$ 3 -free-list 'fri-lIst K6$ 2 -free-lists 'fri-lIsts Kj$ 2 -free-liver fri-'lIv@R K6$ 3 -free-livers fri-'lIv@z Kj$ 3 -free-living fri-'lIvIN L@% 3 -free-range fri-'reIndZ OA% 2 -free-spoken fri-'sp@Uk@n OA% 3 -free-standing fri-'st&ndIN OA% 3 -free-thinker fri-'TINk@R K6% 3 -free-thinkers fri-'TINk@z Kj% 3 -free-thinking fri-'TINkIN OA% 3 -free-thought fri-'TOt L@$ 2 -free-trader fri-'treId@R K6$ 3 -free-traders fri-'treId@z Kj$ 3 -freebooter 'fribut@R K6$ 3 -freebooters 'fribut@z Kj$ 3 -freeborn 'fribOn OA% 2 -freed frid Hc%,Hd% 16A,14 -freedman 'fridm@n Ki$ 2 -freedmen 'fridm@n Kj$ 2 -freedom 'frid@m M6% 2 -freedoms 'frid@mz Mj% 2 -freehand 'frih&nd OA% 2 -freehold 'frih@Uld K6% 2 -freeholder 'frih@Uld@R K6% 3 -freeholders 'frih@Uld@z Kj% 3 -freeholds 'frih@Uldz Kj% 2 -freeing 'friIN Hb% 26A,14 -freelance 'frilAns I2%,K6% 2 -freelanced 'frilAnst Ic%,Id% 2 -freelances 'frilAnsIz Ia%,Kj% 3 -freelancing 'frilAnsIN Ib% 3 -freely 'frilI Pu% 2 -freeman 'frim@n Ki% 2 -freemen 'frim@n Kj% 2 -freer 'fri@R Or% 2 -frees friz Ha% 16A,14 -freesia 'frizI@ K6$ 3 -freesias 'frizI@z Kj$ 3 -freest 'friIst Os$ 2 -freestone 'frist@Un L@$ 2 -freestyle 'fristaIl L@% 2 -freeway 'friweI K6% 2 -freeways 'friweIz Kj% 2 -freewheel fri'wil I0% 22A,2C -freewheeled fri'wild Ic%,Id% 22A,2C -freewheeling fri'wilIN Ib% 32A,2C -freewheels fri'wilz Ia% 22A,2C -freewill 'friwIl OA% 2 -freeze friz J5%,K6% 12A,2C,3A,6A,15B -freezer 'friz@R K6% 2 -freezers 'friz@z Kj% 2 -freezes 'frizIz Ja%,Kj% 22A,2C,3A,6A,15B -freezing 'frizIN Jb% 22A,2C,3A,6A,15B -freezing-mixture 'frizIN-mIkstS@R K6$ 4 -freezing-mixtures 'frizIN-mIkstS@z Kj$ 4 -freezing-point 'frizIN-poInt K6% 3 -freezing-points 'frizIN-poInts Kj% 3 -freight freIt H0$,L@% 16A,14 -freight-train 'freIt-treIn K6% 2 -freight-trains 'freIt-treInz Kj% 2 -freighted 'freItId Hc$,Hd$ 26A,14 -freighter 'freIt@R K6% 2 -freighters 'freIt@z Kj% 2 -freighting 'freItIN Hb$ 26A,14 -freightliner 'freItlaIn@R K6% 3 -freightliners 'freItlaIn@z Kj% 3 -freights freIts Ha$ 16A,14 -frenetic fr@'netIk OA% 3 -frenzied 'frenzId OA% 2 -frenziedly 'frenzIdlI Pu% 3 -frenzy 'frenzI L@% 2 -frequencies 'frikw@nsIz Mj% 3 -frequency 'frikw@nsI M8% 3 -frequent 'frikw@nt OA% 2 -frequent frI'kwent H0% 26A -frequented frI'kwentId Hc%,Hd% 36A -frequenting frI'kwentIN Hb% 36A -frequently 'frikw@ntlI Pu% 3 -frequents frI'kwents Ha% 26A -fresco 'fresk@U H0$,M6% 2 -frescoed 'fresk@Ud Hc$,Hd$ 2 -frescoes 'fresk@Uz Kj% 2 -frescoing 'fresk@UIN Hb$ 3 -frescos 'fresk@Uz Ha$,Mj$ 2 -fresh freS OC%,Pu% 1 -freshen 'freSn J0% 22A,2C,6A,15B -freshened 'freSnd Jc%,Jd% 22A,2C,6A,15B -freshening 'freSnIN Jb% 32A,2C,6A,15B -freshens 'freSnz Ja% 22A,2C,6A,15B -fresher 'freS@R K6%,Or% 2 -freshers 'freS@z Kj% 2 -freshest 'freSIst Os% 2 -freshly 'freSlI Pu% 2 -freshman 'freSm@n Ki% 2 -freshmen 'freSm@n Kj% 2 -freshness 'freSn@s L@% 2 -freshwater 'freSwOt@R OA% 3 -fret fret J4%,K6% 12A,2C,3A,6A,15A -fretful 'fretf@l OA% 2 -fretfully 'fretf@lI Pu% 3 -frets frets Ja%,Kj% 12A,2C,3A,6A,15A -fretsaw 'fretsO K6% 2 -fretsaws 'fretsOz Kj% 2 -fretted 'fretId Jc%,Jd% 22A,2C,3A,6A,15A -fretting 'fretIN Jb% 22A,2C,3A,6A,15A -fretwork 'fretw3k L@% 2 -friability ,fraI@'bIlItI L@$ 5 -friable 'fraI@bl OA% 3 -friar 'fraI@R K6% 2 -friars 'fraI@z Kj% 2 -fricassee 'frIk@si M6$ 3 -fricassee ,frIk@'si H5$ 3 -fricasseed ,frIk@'sid Hc$,Hd$ 3 -fricasseeing ,frIk@'siIN Hb$ 4 -fricassees 'frIk@siz Mj$ 3 -fricassees ,frIk@'siz Ha$ 3 -fricative 'frIk@tIv K6$,OA$ 3 -fricatives 'frIk@tIvz Kj$ 3 -friction 'frIkSn M6% 2 -frictions 'frIkSnz Mj$ 2 -fridge frIdZ K6% 1 -fridges 'frIdZIz Kj% 2 -fried fraId Jc%,Jd% 12A,6A -friend frend K6% 1 -friendless 'frendl@s OA% 2 -friendlessness 'frendl@sn@s L@% 3 -friendlier 'frendlI@R Or% 3 -friendliest 'frendlIIst Os% 3 -friendliness 'frendlIn@s L@% 3 -friendly 'frendlI OD% 2 -friends frendz Kj% 1 -friendship 'frendSIp M6% 2 -friendships 'frendSIps Mj% 2 -frier 'fraI@R K6$ 2 -friers 'fraI@z Kj$ 2 -fries fraIz Ja%,Kj% 12A,6A -frieze friz K6% 1 -friezes 'frizIz Kj% 2 -frigate 'frIg@t K6% 2 -frigates 'frIg@ts Kj% 2 -fright fraIt H0$,M6% 1 -frighted 'fraItId Hc$,Hd$ 2 -frighten 'fraItn H0% 26A,14,15B -frightened 'fraItnd Hc%,Hd%,OA% 26A,14,15B -frightening 'fraItnIN Hb%,OA% 36A,14,15B -frighteningly 'fraItnINlI Pu% 4 -frightens 'fraItnz Ha% 26A,14,15B -frightful 'fraItf@l OA% 2 -frightfully 'fraItf@lI Pu% 3 -frightfulness 'fraItf@ln@s L@% 3 -frighting 'fraItIN Hb$ 2 -frights fraIts Ha$,Mj% 1 -frigid 'frIdZId OA% 2 -frigidity frI'dZIdItI L@% 4 -frigidly 'frIdZIdlI Pu% 3 -frill frIl K6% 1 -frilled frIld OA% 1 -frillier 'frIlI@R Or$ 3 -frilliest 'frIlIIst Os$ 3 -frills frIlz Kj% 1 -frilly 'frIlI OD% 2 -fringe frIndZ H2%,K6% 16A -fringed frIndZd Hc%,Hd% 16A -fringes 'frIndZIz Ha%,Kj% 26A -fringing 'frIndZIN Hb% 26A -fripperies 'frIp@rIz Mj$ 3 -frippery 'frIp@rI M8$ 3 -frisk frIsk J0% 12A,2C,6A -frisked frIskt Jc%,Jd% 12A,2C,6A -friskier 'frIskI@R Or% 3 -friskiest 'frIskIIst Os% 3 -friskily 'frIskIlI Pu% 3 -frisking 'frIskIN Jb% 22A,2C,6A -frisks frIsks Ja% 12A,2C,6A -frisky 'frIskI OD% 2 -frisson 'fris0n K6$ 2 -frissons 'fris0nz Kj$ 2 -fritter 'frIt@R H0%,K6% 215B -frittered 'frIt@d Hc%,Hd% 215B -frittering 'frIt@rIN Hb% 315B -fritters 'frIt@z Ha%,Kj% 215B -frivol 'frIvl J4$ 22A,15B -frivolities frI'v0lItIz Mj% 4 -frivolity frI'v0lItI M8% 4 -frivolled 'frIvld Jc$,Jd$ 22A,15B -frivolling 'frIv@lIN Jb$ 32A,15B -frivolous 'frIv@l@s OA% 3 -frivolously 'frIv@l@slI Pu% 4 -frivols 'frIvlz Ja$ 22A,15B -frizz frIz H1$ 16A -frizzed frIzd Hc$,Hd% 16A -frizzes 'frIzIz Ha$ 26A -frizzier 'frIzI@R Or$ 3 -frizziest 'frIzIIst Os$ 3 -frizzing 'frIzIN Hb$ 26A -frizzle 'frIzl J2% 22A,2C,6A,15B -frizzled 'frIzld Jc%,Jd% 22A,2C,6A,15B -frizzles 'frIzlz Ja% 22A,2C,6A,15B -frizzling 'frIzlIN Jb% 22A,2C,6A,15B -frizzy 'frIzI OD% 2 -fro fr@U Pu% 1 -frock fr0k K6% 1 -frock-coat 'fr0k-k@Ut K6% 2 -frock-coats 'fr0k-k@Uts Kj% 2 -frocks fr0ks Kj% 1 -frog fr0g K6% 1 -frogman 'fr0gm@n Ki% 2 -frogmarch 'fr0gmAtS H1% 26A -frogmarched 'fr0gmAtSt Hc%,Hd% 26A -frogmarches 'fr0gmAtSIz Ha% 36A -frogmarching 'fr0gmAtSIN Hb% 36A -frogmen 'fr0gm@n Kj% 2 -frogs fr0gz Kj% 1 -frolic 'fr0lIk I5%,K6% 22A,2C -frolicked 'fr0lIkt Ic%,Id% 22A,2C -frolicking 'fr0lIkIN Ib% 32A,2C -frolics 'fr0lIks Ia%,Kj% 22A,2C -frolicsome 'fr0lIks@m OA% 3 -from fr0m T-* 1 -frond fr0nd K6% 1 -fronds fr0ndz Kj% 1 -front frVnt J0%,M6% 12A,2C,6A -front-bench frVnt-'bentS K7% 2 -front-bencher frVnt-'bentS@R K6% 3 -front-benchers frVnt-'bentS@z Kj% 3 -front-benches frVnt-'bentSIz Kj% 3 -frontage 'frVntIdZ K6$ 2 -frontages 'frVntIdZIz Kj$ 3 -frontal 'frVntl OA% 2 -fronted 'frVntId Jc%,Jd% 22A,2C,6A -frontier 'frVntI@R K6% 3 -frontiers 'frVntI@z Kj% 3 -frontiersman 'frVntI@zm@n Ki% 4 -frontiersmen 'frVntI@zm@n Kj% 4 -fronting 'frVntIN Jb% 22A,2C,6A -frontispiece 'frVntIspis K6% 3 -frontispieces 'frVntIspisIz Kj% 4 -fronts frVnts Ja%,Mj% 12A,2C,6A -frost fr0st J0%,M6% 12A,2C,6A -frost-bound 'fr0st-baUnd OA% 2 -frostbite 'fr0stbaIt L@% 2 -frostbitten 'fr0stbItn OA% 3 -frosted 'fr0stId Jc%,Jd% 22A,2C,6A -frostier 'fr0stI@R Or% 3 -frostiest 'fr0stIIst Os% 3 -frostily 'fr0stIlI Pu% 3 -frostiness 'fr0stIn@s L@% 3 -frosting 'fr0stIN Jb%,L@% 22A,2C,6A -frosts fr0sts Ja%,Mj% 12A,2C,6A -frosty 'fr0stI OD% 2 -froth fr0T I0%,L@% 12A,2C -frothed fr0Tt Ic%,Id% 12A,2C -frothier 'fr0TI@R Or% 3 -frothiest 'fr0TIIst Os% 3 -frothily 'fr0TIlI Pu% 3 -frothiness 'fr0TIn@s L@% 3 -frothing 'fr0TIN Ib% 22A,2C -froths fr0Ts Ia% 12A,2C -frothy 'fr0TI OD% 2 -froward 'fr@U@d OA$ 2 -frown fraUn I0%,K6% 12A,3A -frowned fraUnd Ic%,Id% 12A,3A -frowning 'fraUnIN Ib% 22A,3A -frowningly 'fraUnINlI Pu% 3 -frowns fraUnz Ia%,Kj% 12A,3A -frowsty 'fraUstI OA$ 2 -frowzy 'fraUzI OA$ 2 -froze fr@Uz Jc% 12A,2C,3A,6A,15B -frozen 'fr@Uz@n Jd% 22A,2C,3A,6A,15B -fructification ,frVktIfI'keISn L@$ 5 -fructified 'frVktIfaId Jc$,Jd$ 32A,6A -fructifies 'frVktIfaIz Ja$ 32A,6A -fructify 'frVktIfaI J3$ 32A,6A -fructifying 'frVktIfaIIN Jb$ 42A,6A -frugal 'frugl OA% 2 -frugalities fru'g&lItIz Mj$ 4 -frugality fru'g&lItI M8% 4 -frugally 'frug@lI Pu% 3 -fruit frut I0%,M6% 1 -fruit-flies 'frut-flaIz Kj% 2 -fruit-fly 'frut-flaI K8% 2 -fruitcake 'frutkeIk K6% 2 -fruitcakes 'frutkeIks Kj% 2 -fruited 'frutId Ic%,Id% 2 -fruiterer 'frut@r@R K6% 3 -fruiterers 'frut@r@z Kj% 3 -fruitful 'frutf@l OA% 2 -fruitfully 'frutf@lI Pu% 3 -fruitfulness 'frutf@ln@s L@% 3 -fruitier 'frutI@R Or% 3 -fruitiest 'frutIIst Os% 3 -fruiting 'frutIN Ib% 2 -fruition fru'ISn L@% 3 -fruitless 'frutl@s OA% 2 -fruitlessly 'frutl@slI Pu% 3 -fruitlessness 'frutl@sn@s L@% 3 -fruits fruts Ia%,Mj% 1 -fruity 'frutI OD% 2 -frump frVmp K6% 1 -frumpier 'frVmpI@R Or$ 3 -frumpiest 'frVmpIIst Os$ 3 -frumpish 'frVmpIS OA% 2 -frumps frVmps Kj$ 1 -frumpy 'frVmpI OD% 2 -frustrate frV'streIt H2% 26A,15A -frustrated frV'streItId Hc%,Hd% 36A,15A -frustrates frV'streIts Ha% 26A,15A -frustrating frV'streItIN Hb% 36A,15A -frustration frV'streISn M6% 3 -frustrations frV'streISnz Mj% 3 -fry fraI J3%,K9% 12A,6A -fry-pan 'fraI-p&n K6% 2 -fry-pans 'fraI-p&nz Kj% 2 -fryer 'fraI@R K6$ 2 -fryers 'fraI@z Kj$ 2 -frying 'fraIIN Jb% 22A,6A -frying-pan 'fraIIN-p&n K6% 3 -frying-pans 'fraIIN-p&nz Kj% 3 -ft fit Y]% 2 -fuchsia 'fjuS@ K6% 2 -fuchsias 'fjuS@z Kj% 2 -fuck fVk J0% 12A,6A -fuck-all fVk-'Ol L@% 2 -fucked fVkt Jc%,Jd% 12A,6A -fucker 'fVk@R K6% 2 -fuckers 'fVk@z Kj% 2 -fucking 'fVkIN Jb%,OA% 22A,6A -fucks fVks Ja% 12A,6A -fuddle 'fVdl H2$ 26A,15A -fuddled 'fVdld Hc$,Hd% 26A,15A -fuddles 'fVdlz Ha$ 26A,15A -fuddling 'fVdlIN Hb$ 26A,15A -fuddy-duddies 'fVdI-dVdIz Kj% 4 -fuddy-duddy 'fVdI-dVdI K8% 4 -fudge fVdZ M6%,W-% 1 -fudges 'fVdZIz Mj% 2 -fuel 'fju@l J4%,M6% 22A,6A -fuelled 'fju@ld Jc%,Jd% 22A,6A -fuelling 'fju@lIN Jb% 32A,6A -fuels 'fju@lz Ja%,Mj% 22A,6A -fug fVg K6% 1 -fuggier 'fVgI@R Or$ 3 -fuggiest 'fVgIIst Os$ 3 -fuggy 'fVgI OD% 2 -fugitive 'fjudZ@tIv K6%,OA% 3 -fugitives 'fjudZ@tIvz Kj% 3 -fugs fVgz Kj$ 1 -fugue fjug K6% 1 -fugues fjugz Kj% 1 -fulcra 'fUlkr@ Kj$ 2 -fulcrum 'fUlkr@m K6% 2 -fulcrums 'fUlkr@mz Kj$ 2 -fulfil fUl'fIl H4% 26A -fulfilled fUl'fIld Hc%,Hd% 26A -fulfilling fUl'fIlIN Hb% 36A -fulfilment fUl'fIlm@nt K6% 3 -fulfilments fUl'fIlm@nts Kj$ 3 -fulfils fUl'fIlz Ha% 26A -full fUl OC* 1 -full-blooded fUl-'blVdId OA% 3 -full-blown fUl-'bl@Un OA% 2 -full-dress fUl-'dres OA% 2 -full-fashioned fUl-'f&Snd OA% 3 -full-fledged fUl-'fledZd OA% 2 -full-grown fUl-'gr@Un OA% 2 -full-length fUl-'leNT OA% 2 -full-page fUl-'peIdZ OA% 2 -full-scale fUl-'skeIl OA% 2 -full-time fUl-'taIm OA%,Pu% 2 -fullback 'fUlb&k K6% 2 -fullbacks 'fUlb&ks Kj% 2 -fuller 'fUl@R K6$,Or% 2 -fullers 'fUl@z Kj$ 2 -fullest 'fUlIst Os% 2 -fullness 'fUln@s L@% 2 -fully 'fUlI Pu% 2 -fully-fashioned ,fUlI-'f&Snd OA% 4 -fully-fledged ,fUlI-'fledZd OA% 3 -fully-grown ,fUlI-'gr@Un OA% 3 -fulmar 'fUlm@R K6$ 2 -fulmars 'fUlm@z Kj$ 2 -fulminate 'fVlmIneIt I2$ 32A,3A -fulminated 'fVlmIneItId Ic$,Id$ 42A,3A -fulminates 'fVlmIneIts Ia$ 32A,3A -fulminating 'fVlmIneItIN Ib$ 42A,3A -fulmination ,fVlmI'neISn M6$ 4 -fulminations ,fVlmI'neISnz Mj$ 4 -fulsome 'fUls@m OA% 2 -fulsomely 'fUls@mlI Pu% 3 -fulsomeness 'fUls@mn@s L@$ 3 -fumble 'fVmbl J2% 22A,2C,6A -fumbled 'fVmbld Jc%,Jd% 22A,2C,6A -fumbler 'fVmbl@R K6% 2 -fumblers 'fVmbl@z Kj% 2 -fumbles 'fVmblz Ja% 22A,2C,6A -fumbling 'fVmblIN Jb% 22A,2C,6A -fume fjum J2%,K6% 12A,2C,3A,6A -fumed fjumd Jc%,Jd% 12A,2C,3A,6A -fumes fjumz Ja%,Kj% 12A,2C,3A,6A -fumigate 'fjumIgeIt H2% 36A -fumigated 'fjumIgeItId Hc%,Hd% 46A -fumigates 'fjumIgeIts Ha% 36A -fumigating 'fjumIgeItIN Hb% 46A -fumigation ,fjumI'geISn K6% 4 -fumigations ,fjumI'geISnz Kj% 4 -fuming 'fjumIN Jb% 22A,2C,3A,6A -fun fVn L@% 1 -function 'fVNkSn I0%,K6% 22A,2C -functional 'fVNkS@nl OA% 3 -functionalism 'fVNkS@n@lIz@m L@$ 5 -functionalist 'fVNkSn@lIst K6$ 3 -functionalists 'fVNkSn@lIsts Kj$ 3 -functionally 'fVNkS@n@lI Pu% 4 -functionaries 'fVNkS@n@rIz Kj$ 4 -functionary 'fVNkS@n@rI K8$ 4 -functioned 'fVNkSnd Ic%,Id% 22A,2C -functioning 'fVNkSnIN Ib% 32A,2C -functions 'fVNkSnz Ia%,Kj% 22A,2C -fund fVnd H0%,K6% 16A -fundamental ,fVnd@'mentl K6%,OA% 4 -fundamentalism ,fVnd@'ment@lIz@m L@% 6 -fundamentalist ,fVnd@'ment@lIst K6% 5 -fundamentalists ,fVnd@'ment@lIsts Kj% 5 -fundamentally ,fVnd@'ment@lI Pu% 5 -fundamentals ,fVnd@'mentlz Kj% 4 -funded 'fVndId Hc%,Hd% 26A -funding 'fVndIN Hb% 26A -funds fVndz Ha%,Kj% 16A -funeral 'fjun@r@l K6% 3 -funerals 'fjun@r@lz Kj% 3 -funereal fju'nI@rI@l OA% 4 -funfair 'fVnfe@R K6% 2 -funfairs 'fVnfe@z Kj% 2 -fungi 'fVNgaI Kj% 2 -fungicide 'fVndZIsaId M6% 3 -fungicides 'fVndZIsaIdZ Mj% 3 -fungoid 'fVNgoId OA$ 2 -fungous 'fVNg@s OA$ 2 -fungus 'fVNg@s M7% 2 -funguses 'fVNg@sIz Mj% 3 -funicular fju'nIkjUl@R K6$ 4 -funiculars fju'nIkjUl@z Kj$ 4 -funk fVNk J0%,K6% 12A,6A -funked fVNkt Jc%,Jd% 12A,6A -funkier 'fVNkI@R Or$ 3 -funkiest 'fVNkIIst Os$ 3 -funking 'fVNkIN Jb% 22A,6A -funks fVNks Ja%,Kj% 12A,6A -funky 'fVNkI OD% 2 -funnel 'fVnl J4%,K6% 22A,6A -funnelled 'fVnld Jc%,Jd% 22A,6A -funnelling 'fVn@lIN Jb% 32A,6A -funnels 'fVnlz Ja%,Kj% 22A,6A -funnier 'fVnI@R Or% 3 -funniest 'fVnIIst Os% 3 -funnily 'fVnIlI Pu% 3 -funniness 'fVnIn@s L@% 3 -funny 'fVnI OD% 2 -funny-bone 'fVnI-b@Un K6% 3 -funny-bones 'fVnI-b@Unz Kj% 3 -fur f3R M6% 1 -furbelow 'f3bIl@U K6$ 3 -furbelows 'f3bIl@Uz Kj% 3 -furbish 'f3bIS H1% 26A -furbished 'f3bISt Hc%,Hd% 26A -furbishes 'f3bISIz Ha% 36A -furbishing 'f3bISIN Hb% 36A -furies 'fjU@rIz Mj% 2 -furious 'fjU@rI@s OA% 3 -furiously 'fjU@rI@slI Pu% 4 -furl f3l J0% 12A,6A -furled f3ld Jc%,Jd% 12A,6A -furling 'f3lIN Jb$ 22A,6A -furlong 'f3l0N K6% 2 -furlongs 'f3l0Nz Kj% 2 -furlough 'f3l@U M6$ 2 -furloughs 'f3l@Uz Mj$ 2 -furls f3lz Ja% 12A,6A -furnace 'f3nIs K6% 2 -furnaces 'f3nIsIz Kj% 3 -furnish 'f3nIS H1% 26A,14 -furnished 'f3nISt Hc%,Hd% 26A,14 -furnishes 'f3nISIz Ha% 36A,14 -furnishing 'f3nISIN Hb% 36A,14 -furnishings 'f3nISINz Kj% 3 -furniture 'f3nItS@R L@% 3 -furore fjU'rOrI K6% 3 -furores fjU'rOrIz Kj% 3 -furrier 'f3rI@R Or% 3 -furrier 'fVrI@R K6% 3 -furriers 'fVrI@z Kj% 3 -furriest 'f3rIIst Os% 3 -furrow 'fVr@U H0%,K6% 26A -furrowed 'fVr@Ud Hc%,Hd% 26A -furrowing 'fVr@UIN Hb% 36A -furrows 'fVr@Uz Ha%,Kj% 26A -furry 'f3rI OD% 2 -furs f3z Mj% 1 -further 'f3D@R H0%,Or%,Pu% 26A -furtherance 'f3D@r@ns L@% 3 -furthered 'f3D@d Hc%,Hd% 26A -furthering 'f3D@rIN Hb% 36A -furthermore ,f3D@'mOR Pu% 3 -furthermost 'f3D@m@Ust OA% 3 -furthers 'f3D@z Ha% 26A -furthest 'f3DIst OA%,Pu% 2 -furtive 'f3tIv OA% 2 -furtively 'f3tIvlI Pu% 3 -furtiveness 'f3tIvn@s L@% 3 -fury 'fjU@rI M8% 2 -furze f3z L@$ 1 -fuse fjuz J2%,K6% 12A,6A,15A,15B -fused fjuzd Jc%,Jd% 12A,6A,15A,15B -fuselage 'fjuz@lAZ K6% 3 -fuselages 'fjuz@lAZIz Kj$ 4 -fuses 'fjuzIz Ja%,Kj% 22A,6A,15A,15B -fusilier ,fjuz@'lI@R K6% 4 -fusiliers ,fjuz@'lI@z Kj% 4 -fusillade ,fjuzI'leId K6$ 3 -fusillades ,fjuzI'leIdz Kj$ 3 -fusing 'fjuzIN Jb% 22A,6A,15A,15B -fusion 'fjuZn M6% 2 -fusions 'fjuZnz Mj% 2 -fuss fVs J1%,M7% 12A,2C,6A -fussed fVst Jc%,Jd% 12A,2C,6A -fusses 'fVsIz Ja%,Mj% 22A,2C,6A -fussier 'fVsI@R Or% 3 -fussiest 'fVsIIst Os% 3 -fussily 'fVsIlI Pu% 3 -fussiness 'fVsIn@s L@% 3 -fussing 'fVsIN Jb% 22A,2C,6A -fusspot 'fVsp0t K6% 2 -fusspots 'fVsp0ts Kj% 2 -fussy 'fVsI OD% 2 -fustian 'fVstI@n L@$ 3 -fusty 'fVstI OA$ 2 -futile 'fjutaIl OA% 2 -futilities fju'tIlItIz Mj% 4 -futility fju'tIlItI M8% 4 -future 'fjutS@R M6%,OA% 2 -futureless 'fjutS@l@s OA% 3 -futures 'fjutS@z Mj% 2 -futurism 'fjutS@rIz@m L@$ 4 -futurist 'fjutS@rIst K6$ 3 -futurists 'fjutS@rIsts Kj$ 3 -futurities fju'tjU@rItIz Mj$ 4 -futurity fju'tjU@rItI M8$ 4 -fuze fjuz K6% 1 -fuzes 'fjuzIz Kj% 2 -fuzz fVz L@% 1 -fuzzier 'fVzI@R Or% 3 -fuzziest 'fVzIIst Os% 3 -fuzzy 'fVzI OD% 2 -fwd 'fOw@d Y~% 2 -g dZi Ki$ 1 -g's dZiz Kj$ 1 -g^ateau 'g&t@U K6% 2 -g^ateaus 'g&t@Uz Kj% 2 -gab g&b L@% 1 -gabardine ,g&b@'din L@$ 3 -gabble 'g&bl J2%,L@% 22A,2C,6A,15B -gabbled 'g&bld Jc%,Jd% 22A,2C,6A,15B -gabbles 'g&blz Ja% 22A,2C,6A,15B -gabbling 'g&blIN Jb% 22A,2C,6A,15B -gaberdine ,g&b@'din L@% 3 -gable 'geIbl K6% 2 -gabled 'geIbld OA% 2 -gables 'geIblz Kj% 2 -gad g&d I4$,W-$ 12C -gadabout 'g&d@baUt K6% 3 -gadabouts 'g&d@baUts Kj% 3 -gadded 'g&dId Ic$,Id$ 22C -gadding 'g&dIN Ib$ 22C -gadflies 'g&dflaIz Kj% 2 -gadfly 'g&dflaI K8% 2 -gadget 'g&dZIt K6% 2 -gadgetry 'g&dZItrI L@% 3 -gadgets 'g&dZIts Kj% 2 -gads g&dz Ia$ 12C -gaff g&f K6$ 1 -gaffe g&f K6$ 1 -gaffer 'g&f@R K6% 2 -gaffers 'g&f@z Kj% 2 -gaffes g&fs Kj$ 1 -gaffs g&fs Kj$ 1 -gag g&g J4%,K6% 12A,6A -gaga 'gAgA OA$ 2 -gage geIdZ H2$,K6$ 16A -gaged geIdZd Hc$,Hd$ 16A -gages 'geIdZIz Ha$,Kj$ 26A -gagged g&gd Jc%,Jd% 12A,6A -gagging 'g&gIN Jb% 22A,6A -gaggle 'g&gl K6% 2 -gaggles 'g&glz Kj% 2 -gaging 'geIdZIN Hb$ 26A -gags g&gz Ja%,Kj% 12A,6A -gaiety 'geI@tI L@% 3 -gaily 'geIlI Pu% 2 -gain geIn J0%,M6% 12A,2B,2C,3A,6A,12B,13B,14 -gained geInd Jc%,Jd% 12A,2B,2C,3A,6A,12B,13B,14 -gainful 'geInf@l OA% 2 -gainfully 'geInf@lI Pu% 3 -gaining 'geInIN Jb% 22A,2B,2C,3A,6A,12B,13B,14 -gainings 'geIniNz Kj% 2 -gains geInz Ja%,Mj% 12A,2B,2C,3A,6A,12B,13B,14 -gainsaid ,geIn'sed Hc%,Hd% 26A -gainsay ,geIn'seI H5% 26A -gainsaying ,geIn'seIIN Hb% 36A -gainsays ,geIn'seIz Ha% 26A -gait geIt K6% 1 -gaiter 'geIt@R K6% 2 -gaiters 'geIt@z Kj% 2 -gaits geIts Kj$ 1 -gal g&l K6$ 1 -gala 'gAl@ K6% 2 -galactic g@'l&ktIk OA% 3 -galantine 'g&l@ntin K6$ 3 -galantines 'g&l@ntinz Kj$ 3 -galas 'gAl@z Kj% 2 -galaxies 'g&l@ksIz Kj% 3 -galaxy 'g&l@ksI K8% 3 -gale geIl K6% 1 -gales geIlz Kj% 1 -gall gOl H0%,M6% 16A -gallant 'g&l@nt OA% 2 -gallant g@'l&nt K6$ 2 -gallantly 'g&l@ntlI Pu% 3 -gallantries 'g&l@ntrIz Mj% 3 -gallantry 'g&l@ntrI M8% 3 -gallants g@'l&nts Kj$ 2 -galled gOld Hc%,Hd% 16A -galleon 'g&lI@n K6% 3 -galleons 'g&lI@nz Kj% 3 -galleries 'g&l@rIz Kj% 3 -gallery 'g&l@rI K8% 3 -galley 'g&lI K6% 2 -galley-proof 'g&lI-pruf K6% 3 -galley-proofs 'g&lI-prufs Kj% 3 -galley-slave 'g&lI-sleIv K6% 3 -galley-slaves 'g&lI-sleIvz Kj% 3 -galleys 'g&lIz Kj% 2 -gallicism 'g&lIsIz@m K6$ 4 -gallicisms 'g&lIsIz@mz Kj$ 4 -galling 'gOlIN Hb% 26A -gallivant ,g&lI'v&nt I0% 32C -gallivanted ,g&lI'v&ntId Ic%,Id% 42C -gallivanting ,g&lI'v&ntIN Ib% 42C -gallivants ,g&lI'v&nts Ia% 32C -gallon 'g&l@n K6% 2 -gallons 'g&l@nz Kj% 2 -gallop 'g&l@p J0%,K6% 22A,2B,2C,6A -galloped 'g&l@pt Jc%,Jd% 22A,2B,2C,6A -galloping 'g&l@pIN Jb% 32A,2B,2C,6A -gallops 'g&l@ps Ja%,Kj% 22A,2B,2C,6A -gallows 'g&l@Uz Kj% 2 -gallows-bird 'g&l@Uz-b3d K6$ 3 -gallows-birds 'g&l@Uz-b3dz Kj$ 3 -galls gOlz Ha%,Mj% 16A -gallstone 'gOlst@Un K6% 2 -gallstones 'gOlst@Unz Kj% 2 -galore g@'lOR Pu% 2 -galosh g@'l0S K7$ 2 -galoshes g@'l0SIz Kj% 3 -gals g&lz Kj$ 1 -galumph g@'lVmf I0$ 2 -galumphed g@'lVmft Ic$,Id$ 2 -galumphing g@'lVmfIN Ib$ 3 -galumphs g@'lVmfs Ia$ 2 -galvanic g&l'v&nIk OA$ 3 -galvanism 'g&lv@nIz@m L@$ 4 -galvanize 'g&lv@naIz H2% 36A,14 -galvanized 'g&lv@naIzd Hc%,Hd% 36A,14 -galvanizes 'g&lv@naIzIz Ha% 46A,14 -galvanizing 'g&lv@naIzIN Hb% 46A,14 -gambit 'g&mbIt K6% 2 -gambits 'g&mbIts Kj% 2 -gamble 'g&mbl J2%,K6% 22A,2B,2C,15B -gambled 'g&mbld Jc%,Jd% 22A,2B,2C,15B -gambler 'g&mbl@R K6% 2 -gamblers 'g&mbl@z Kj% 2 -gambles 'g&mblz Ja%,Kj% 22A,2B,2C,15B -gambling 'g&mblIN Jb%,L@% 22A,2B,2C,15B -gambling-den 'g&mblIN-den K6% 3 -gambling-dens 'g&mblIN-denz Kj% 3 -gamboge g&m'buZ L@$ 2 -gambol 'g&mbl I4%,K6% 22A,2C -gambolled 'g&mbld Ic%,Id% 22A,2C -gambolling 'g&mblIN Ib% 32A,2C -gambols 'g&mblz Ia%,Kj% 22A,2C -game geIm J2$,M6%,OA% 12A,2C,15B -game-bag 'geIm-b&g K6$ 2 -game-bags 'geIm-b&gz Kj$ 2 -game-bird 'geIm-b3d K6% 2 -game-birds 'geIm-b3dz Kj% 2 -game-licence 'geIm-laIsns K6% 3 -game-licences 'geIm-laIsnsIz Kj% 4 -gamecock 'geImk0k K6$ 2 -gamecocks 'geImk0ks Kj$ 2 -gamed geImd Jc$,Jd$ 12A,2C,15B -gamekeeper 'geImkip@R K6% 3 -gamekeepers 'geImkip@z Kj% 3 -gamely 'geImlI Pu% 2 -games geImz Ja$,Mj% 12A,2C,15B -games-master 'geImz-mAst@R K6% 3 -games-masters 'geImz-mAst@z Kj% 3 -games-mistress 'geImz-mIstrIs K7% 3 -games-mistresses 'geImz-mIstrIsIz Kj% 4 -gamesmanship 'geImzm@nSIp L@% 3 -gamier 'geImI@R Or$ 3 -gamiest 'geImIIst Os$ 3 -gaming 'geImIN Jb% 22A,2C,15B -gaming-house 'geImIN-haUs K6% 3 -gaming-houses 'geImIN-haUzIz Kj% 4 -gaming-rooms 'geImIN-rumz Kj% 3 -gaming-table 'geImIN-teIbl K6% 4 -gaming-tables 'geImIN-teIblz Kj% 4 -gamma 'g&m@ K6$ 2 -gamma-rays 'g&m@-reIz Kj% 3 -gammas 'g&m@z Kj$ 2 -gammon 'g&m@n M6% 2 -gammons 'g&m@nz Mj$ 2 -gammy 'g&mI OA$ 2 -gamp g&mp K6$ 1 -gamps g&mps Kj$ 1 -gamut 'g&m@t K6% 2 -gamuts 'g&m@ts Kj$ 2 -gamy 'geImI OD$ 2 -gander 'g&nd@R K6% 2 -ganders 'g&nd@z Kj% 2 -gang g&N I0%,K6% 12C -ganged g&Nd Ic%,Id% 12C -ganger 'g&N@R K6% 2 -gangers 'g&N@z Kj% 2 -ganging 'g&NIN Ib% 22C -ganglia 'g&NglI@ Kj$ 3 -gangling 'g&NglIN OA% 2 -ganglion 'g&NglI@n K6$ 3 -ganglions 'g&NglI@nz Kj$ 3 -gangplank 'g&Npl&Nk K6% 2 -gangplanks 'g&Npl&Nks Kj% 2 -gangrene 'g&Ngrin J2$,L@% 22A,6A -gangrened 'g&Ngrind Jc$,Jd$ 22A,6A -gangrenes 'g&Ngrinz Ja$ 22A,6A -gangrening 'g&NgrinIN Jb$ 32A,6A -gangrenous 'g&NgrIn@s OA% 3 -gangs g&Nz Ia%,Kj% 12C -gangster 'g&Nst@R K6% 2 -gangsters 'g&Nst@z Kj% 2 -gangway 'g&NweI K6%,W-% 2 -gangways 'g&NweIz Kj% 2 -gannet 'g&nIt K6% 2 -gannets 'g&nIts Kj% 2 -gantries 'g&ntrIz Kj% 2 -gantry 'g&ntrI K8% 2 -gaol dZeIl H0%,M6% 16A -gaolbird 'dZeIlb3d K6% 2 -gaolbirds 'dZeIlb3dz Kj% 2 -gaolbreak 'dZeIlbreIk K6% 2 -gaolbreaks 'dZeIlbreIks Kj% 2 -gaoled dZeIld Hc%,Hd% 16A -gaoler 'dZeIl@R K6% 2 -gaolers 'dZeIl@z Kj% 2 -gaoling 'dZeIlIN Hb% 26A -gaols dZeIlz Ha%,Mj% 16A -gap g&p K6% 1 -gap-toothed 'g&p-tuTt OA% 2 -gape geIp I2%,K6% 12A,2C -gaped geIpt Ic%,Id% 12A,2C -gapes geIps Ia%,Kj% 12A,2C -gaping 'geIpIN Ib% 22A,2C -gaps g&ps Kj% 1 -garage 'g&rAZ H2%,K6% 26A -garaged 'g&rAZd Hc%,Hd% 26A -garages 'g&rAZIz Ha%,Kj% 36A -garaging 'g&rAZIN Hb% 36A -garb gAb H0$,L@% 16A -garbage 'gAbIdZ L@% 2 -garbage-can 'gAbIdZ-k&n K6% 3 -garbage-cans 'gAbIdZ-k&nz Kj% 3 -garbed gAbd Hc$,Hd% 16A -garbing 'gAbIN Hb$ 26A -garble 'gAbl H2$ 26A -garbled 'gAbld Hc$,Hd% 26A -garbles 'gAblz Ha$ 26A -garbling 'gAblIN Hb$ 26A -garbs gAbz Ha$ 16A -garden 'gAdn I0%,M6% 22A -garden-truck ,gAdn-'trVk K6$ 3 -garden-trucks ,gAdn-'trVks Kj$ 3 -gardened 'gAdnd Ic%,Id% 22A -gardener 'gAdn@R K6% 2 -gardeners 'gAdn@z Kj% 2 -gardenia gA'dinI@ K6% 4 -gardenias gA'dinI@z Kj% 4 -gardening 'gAdnIN Ib%,L@% 22A -gardens 'gAdnz Ia%,Mj% 22A -gargantuan gA'g&ntjU@n OA% 4 -gargle 'gAgl J2%,K6% 22A,6A -gargled 'gAgld Jc%,Jd% 22A,6A -gargles 'gAglz Ja%,Kj% 22A,6A -gargling 'gAglIN Jb% 22A,6A -gargoyle 'gAgoIl K6% 2 -gargoyles 'gAgoIlz Kj% 2 -garish 'ge@rIS OA% 2 -garishly 'ge@rISlI Pu% 3 -garland 'gAl@nd H0%,K6% 26A -garlanded 'gAl@ndId Hc%,Hd% 36A -garlanding 'gAl@ndIN Hb% 36A -garlands 'gAl@ndz Ha%,Kj% 26A -garlic 'gAlIk L@% 2 -garment 'gAm@nt K6% 2 -garments 'gAm@nts Kj% 2 -garner 'gAn@R H0%,K6$ 26A,15B -garnered 'gAn@d Hc%,Hd% 26A,15B -garnering 'gAn@rIN Hb% 36A,15B -garners 'gAn@z Ha%,Kj$ 26A,15B -garnet 'gAnIt K6% 2 -garnets 'gAnIts Kj% 2 -garnish 'gAnIS H1%,K7% 26A,14 -garnished 'gAnISt Hc%,Hd% 26A,14 -garnishes 'gAnISIz Ha%,Kj% 36A,14 -garnishing 'gAnISIN Hb% 36A,14 -garotte g@'r0t H2%,K6% 26A -garotted g@'r0tId Hc%,Hd% 36A -garottes g@'r0ts Ha%,Kj% 26A -garotting g@'r0tIN Hb% 36A -garret 'g&r@t K6% 2 -garrets 'g&r@ts Kj% 2 -garrison 'g&rIsn H0$,K6% 36A -garrisoned 'g&rIsnd Hc$,Hd% 36A -garrisoning 'g&rIsnIN Hb$ 46A -garrisons 'g&rIsnz Ha$,Kj% 36A -garrotte g@'r0t H2$,K6$ 26A -garrotted g@'r0tId Hc$,Hd$ 36A -garrottes g@'r0ts Ha$,Kj$ 26A -garrotting g@'r0tIN Hb$ 36A -garrulity g@'rulItI L@$ 4 -garrulous 'g&r@l@s OA% 3 -garter 'gAt@R K6% 2 -garters 'gAt@z Kj% 2 -gas g&s J5%,M7% 12A,2C,6A -gas-bracket 'g&s-br&kIt K6% 3 -gas-brackets 'g&s-br&kIts Kj% 3 -gas-cooker 'g&s-kUk@R K6% 3 -gas-cookers 'g&s-kUk@z Kj% 3 -gas-engine 'g&s-endZIn K6$ 3 -gas-engines 'g&s-endZInz Kj$ 3 -gas-fitter 'g&s-fIt@R K6% 3 -gas-fitters 'g&s-fIt@z Kj% 3 -gas-fittings 'g&s-fItINz Kj% 3 -gas-helmet 'g&s-helmIt K6$ 3 -gas-helmets 'g&s-helmIts Kj$ 3 -gas-holder 'g&s-h@Uld@R K6% 3 -gas-holders 'g&s-h@Uld@z Kj% 3 -gas-mask 'g&s-mAsk K6% 2 -gas-masks 'g&s-mAsks Kj% 2 -gas-meter 'g&s-mit@R K6% 3 -gas-meters 'g&s-mit@z Kj% 3 -gas-oven 'g&s-Vvn K6% 3 -gas-ovens 'g&s-Vvnz Kj% 3 -gas-ring 'g&s-rIN K6% 2 -gas-rings 'g&s-rINz Kj% 2 -gas-station 'g&s-steISn K6% 3 -gas-stations 'g&s-steISnz Kj% 3 -gas-stove 'g&s-st@Uv K6% 2 -gas-stoves 'g&s-st@Uvz Kj% 2 -gasbag 'g&sb&g K6% 2 -gasbags 'g&sb&gz Kj% 2 -gaseous 'g&sI@s OA% 3 -gases 'g&sIz Mj% 2 -gash g&S H1%,K7% 16A -gashed g&St Hc%,Hd% 16A -gashes 'g&SIz Ha%,Kj% 26A -gashing 'g&SIN Hb% 26A -gasification ,g&sIfI'keISn M6$ 5 -gasifications ,g&sIfI'keISnz Mj$ 5 -gasified 'g&sIfaId Jc$,Jd$ 32A,6A -gasifies 'g&sIfaIz Ja$ 32A,6A -gasify 'g&sIfaI J3$ 32A,6A -gasifying 'g&sIfaIIN Jb$ 42A,6A -gasket 'g&skIt K6% 2 -gaskets 'g&skIts Kj% 2 -gaslight 'g&slaIt L@% 2 -gasmask 'g&smAsk K6% 2 -gasmasks 'g&smAsks Kj% 2 -gasolene 'g&s@lin L@$ 3 -gasoline 'g&s@lin L@% 3 -gasometer g@'s0mIt@R K6% 4 -gasometers g@'s0mIt@z Kj% 4 -gasp gAsp J0%,K6% 12A,2C,6A,15B -gasped gAspt Jc%,Jd% 12A,2C,6A,15B -gasping 'gAspIN Jb% 22A,2C,6A,15B -gasps gAsps Ja%,Kj% 12A,2C,6A,15B -gassed g&st Jc%,Jd% 12A,2C,6A -gasses 'g&sIz Ja% 22A,2C,6A -gassier 'g&sI@R Or% 3 -gassiest 'g&sIIst Os% 3 -gassing 'g&sIN Jb% 22A,2C,6A -gassy 'g&sI OD% 2 -gastric 'g&strIk OA% 2 -gastritis g&'straItIs L@% 3 -gastronomic ,g&str@'n0mIk OA% 4 -gastronomy g&'str0n@mI L@% 4 -gasworks 'g&sw3ks K9% 2 -gate geIt H2$,K6% 16A -gateaux 'g&t@Uz Kj% 2 -gatecrash 'geItkr&S H1% 26A -gatecrashed 'geItkr&St Hc%,Hd% 26A -gatecrasher 'geItkr&S@R K6% 3 -gatecrashers 'geItkr&S@z Kj% 3 -gatecrashes 'geItkr&SIz Ha% 36A -gatecrashing 'geItkr&SIN Hb% 36A -gated 'geItId Hc%,Hd% 26A -gatehouse 'geIthaUs K6% 2 -gatehouses 'geIthaUzIz Kj% 3 -gatepost 'geItp@Ust K6% 2 -gateposts 'geItp@Usts Kj% 2 -gates geIts Ha%,Kj% 16A -gateway 'geItweI K6% 2 -gateways 'geItweIz Kj% 2 -gather 'g&D@R J0% 22A,2C,6A,9,12B,13B,15A,15B -gathered 'g&D@d Jc%,Jd% 22A,2C,6A,9,12B,13B,15A,15B -gatherer 'g&D@r@R K6% 3 -gatherers 'g&D@r@z Kj% 3 -gathering 'g&D@rIN Jb%,K6% 32A,2C,6A,9,12B,13B,15A,15B -gatherings 'g&D@rINz Kj% 3 -gathers 'g&D@z Ja% 22A,2C,6A,9,12B,13B,15A,15B -gating 'geItIN Hb$ 26A -gauche g@US OA% 1 -gaucherie 'g@US@rI M6$ 3 -gaucheries 'g@US@rIz Mj$ 3 -gaucho 'gaUtS@U K6$ 2 -gauchos 'gaUtS@Uz Kj$ 2 -gaud gOd K6$ 1 -gaudier 'gOdI@R Or% 3 -gaudies 'gOdIz Kj$ 2 -gaudiest 'gOdIIst Os% 3 -gaudily 'gOdIlI Pu% 3 -gauds gOdz Kj$ 1 -gaudy 'gOdI K8%,OD% 2 -gauge geIdZ H2%,M6% 16A -gauged geIdZd Hc%,Hd% 16A -gauges 'geIdZIz Ha%,Mj% 26A -gauging 'geIdZIN Hb% 26A -gaunt gOnt OA% 1 -gauntlet 'gOntlIt K6% 2 -gauntlets 'gOntlIts Kj% 2 -gauntness 'gOntn@s L@% 2 -gauze gOz L@% 1 -gauzier 'gOzI@R Or$ 3 -gauziest 'gOzIIst Os$ 3 -gauzy 'gOzI OD% 2 -gave geIv Jc* 12A,2C,3A,6A,12A,12B,13A,15B,16A -gavel 'g&vl K6% 2 -gavels 'g&vlz Kj% 2 -gavotte g@'v0t K6% 2 -gavottes g@'v0ts Kj% 2 -gawk gOk K6% 1 -gawkier 'gOkI@R Or% 3 -gawkiest 'gOkIIst Os% 3 -gawkiness 'gOkIn@s L@% 3 -gawks gOks Kj% 1 -gawky 'gOkI OD% 2 -gawp gOp I0% 12A,3A -gawped gOpt Ic%,Id% 12A,3A -gawping 'gOpIN Ib% 22A,3A -gawps gOps Ia% 12A,3A -gay geI K6%,OC% 1 -gayer 'geI@R Or% 2 -gayest 'geIIst Os% 2 -gayness 'geIn@s L@% 2 -gays geIz Kj% 1 -gaze geIz I2%,Ki% 12A,2C,3A -gazed geIzd Ic%,Id% 12A,2C,3A -gazelle g@'zel K6% 2 -gazelles g@'zelz Kj% 2 -gazes 'geIzIz Ia% 22A,2C,3A -gazette g@'zet H2$,K6% 2 -gazetted g@'zetId Hc$,Hd% 3 -gazetteer ,g&z@'tI@R K6% 3 -gazetteers ,g&z@'tI@z Kj% 3 -gazettes g@'zets Ha$,Kj% 2 -gazetting g@'zetIN Hb$ 3 -gazing 'geIzIN Ib% 22A,2C,3A -gazump g@'zVmp J0% 22A,6A -gazumped g@'zVmpt Jc%,Jd% 22A,6A -gazumping g@'zVmpIN Jb% 32A,6A -gazumps g@'zVmps Ja% 22A,6A -gear gI@R J0%,M6% 12A,2C,3A,14,15A -gear-case 'gI@-keIs K6$ 2 -gear-cases 'gI@-keIsIz Kj$ 3 -gearbox 'gI@b0ks K7% 2 -gearboxes 'gI@b0ksIz Kj% 3 -geared gI@d Jc%,Jd% 12A,2C,3A,14,15A -gearing 'gI@rIN Jb% 22A,2C,3A,14,15A -gears gI@z Ja%,Mj% 12A,2C,3A,14,15A -gearshift 'gI@SIft K6% 2 -gearshifts 'gI@SIfts Kj% 2 -gecko 'gek@U K6$ 2 -geckoes 'gek@Uz Kj$ 2 -geckos 'gek@Uz Kj$ 2 -gee dZi W-% 1 -gee whiz ,dZi 'wIz W-% 2 -gee-gee 'dZi-dZi K6% 2 -gee-gees 'dZi-dZiz Kj% 2 -gee-up ,dZi-'Vp W-% 2 -geese gis Kj% 1 -geezer 'giz@R K6% 2 -geezers 'giz@z Kj% 2 -geisha 'geIS@ K6% 2 -geishas 'geIS@z Kj% 2 -gel dZel I4%,K6% 1 -gelatin 'dZel@tIn L@$ 3 -gelatine 'dZel@tin L@% 3 -gelatinous dZI'l&tIn@s OA% 4 -geld geld H0$ 16A -gelded 'geldId Hc$,Hd% 26A -gelding 'geldIN Hb$,K6% 26A -geldings 'geldINz Kj% 2 -gelds geldz Ha$ 16A -gelignite 'dZelIgnaIt L@% 3 -gelled dZeld Ic%,Id% 1 -gelling 'dZelIN Ib% 2 -gels dZelz Ia%,Kj% 1 -gem dZem K6% 1 -gemmed dZemd OA% 1 -gems dZemz Kj% 1 -gen dZen H4%,L@% 115B -gendarme 'Z0ndAm K6% 2 -gendarmerie Z0n'dAm@rI K6$ 4 -gendarmeries Z0n'dAm@rIz Kj$ 4 -gendarmes 'Z0ndAmz Kj% 2 -gender 'dZend@R K6% 2 -genders 'dZend@z Kj% 2 -gene dZin K6% 1 -genealogical ,dZinI@'l0dZIkl OA% 6 -genealogically ,dZinI@'l0dZIklI Pu% 6 -genealogies ,dZinI'&l@dZIz Mj% 5 -genealogist ,dZinI'&l@dZIst K6% 5 -genealogists ,dZinI'&l@dZIsts Kj% 5 -genealogy ,dZinI'&l@dZI M8% 5 -genera 'dZen@r@ Kj$ 3 -general 'dZenr@l K6%,OA% 2 -generalissimo ,dZenr@'lIsIm@U K6$ 5 -generalissimos ,dZenr@'lIsIm@Uz Kj$ 5 -generalities ,dZen@'r&lItIz Mj% 5 -generality ,dZen@'r&lItI M8% 5 -generalization ,dZenr@laI'zeISn M6% 5 -generalizations ,dZenr@laI'zeISnz Mj% 5 -generalize 'dZenr@laIz J2% 32A,3A,6A,14 -generalized 'dZenr@laIzd Jc%,Jd% 32A,3A,6A,14 -generalizes 'dZenr@laIzIz Ja% 42A,3A,6A,14 -generalizing 'dZenr@laIzIN Jb% 42A,3A,6A,14 -generally 'dZenr@lI Pu% 3 -generals 'dZenr@lz Kj% 2 -generate 'dZen@reIt H2% 36A -generated 'dZen@reItId Hc%,Hd% 46A -generates 'dZen@reIts Ha% 36A -generating 'dZen@reItIN Hb% 46A -generation ,dZen@'reISn M6% 4 -generations ,dZen@'reISnz Mj% 4 -generative 'dZen@r@tIv OA% 4 -generator 'dZen@reIt@R K6% 4 -generators 'dZen@reIt@z Kj% 4 -generic dZI'nerIk OA% 3 -generically dZI'nerIklI Pu% 4 -generosities ,dZen@'r0sItIz Mj$ 5 -generosity ,dZen@'r0sItI M8% 5 -generous 'dZen@r@s OA% 3 -generously 'dZen@r@slI Pu% 4 -genes dZinz Kj% 1 -genesis 'dZen@sIs Ki% 3 -genetic dZI'netIk OA% 3 -genetically dZI'netIklI Pu% 4 -geneticist dZI'netIsIst K6% 4 -geneticists dZI'netIsIsts Kj% 4 -genetics dZI'netIks Lk% 3 -genial 'dZinI@l OA% 3 -genialities ,dZinI'&lItIz Mj$ 5 -geniality ,dZinI'&lItI M8% 5 -genially 'dZinI@lI Pu% 4 -genie 'dZinI K6% 2 -genies 'dZinIz Kj% 2 -genii 'dZinIaI Kj$ 3 -genital 'dZenItl OA% 3 -genitals 'dZenItlz Kj% 3 -genitive 'dZen@tIv OA% 3 -genius 'dZinI@s M7% 3 -genius loci ,dZinI@s 'l@UsaI Ki$ 5 -geniuses 'dZinI@sIz Mj% 4 -genned dZend Hc%,Hd% 115B -genning 'dZenIN Hb$ 215B -genocide 'dZen@saId L@% 3 -genre 'ZAnr@ K6% 2 -genre-painting 'ZAnr@-peIntIN K6$ 4 -genre-paintings 'ZAnr@-peIntINz Kj$ 4 -genres 'ZAnr@z Kj% 2 -gens dZenz Ha$ 115B -gent dZent K6% 1 -genteel dZen'til OA% 2 -genteelly dZen'ti@lI Pu% 3 -gentian 'dZenSn K6$ 2 -gentians 'dZenSnz Kj$ 2 -gentile 'dZentaIl K6%,OA% 2 -gentiles 'dZentaIlz Kj% 2 -gentility dZen'tIlItI L@% 4 -gentle 'dZentl OB% 2 -gentlefolk 'dZentlf@Uk Kj% 3 -gentleman 'dZentlm@n Ki% 3 -gentleman-at-arms ,dZentlm@n-@t-'Amz Ki$ 5 -gentlemanly 'dZentlm@nlI OA% 4 -gentlemen 'dZentlm@n Kj% 3 -gentlemen-at-arms ,dZentlm@n-@t-'Amz Kj$ 5 -gentleness 'dZentln@s L@% 3 -gentler 'dZentl@R Or% 2 -gentlest 'dZentlIst Os% 2 -gentlewoman 'dZentlwUm@n Ki% 4 -gentlewomen 'dZentlwImIn Kj% 4 -gently 'dZentlI Pu% 2 -gentry 'dZentrI K9% 2 -gents dZents Kj% 1 -genuflect 'dZenjUflekt I0% 32A -genuflected 'dZenjUflektId Ic%,Id% 42A -genuflecting 'dZenjUflektIN Ib% 42A -genuflection ,dZenjU'flekSn K6% 4 -genuflections ,dZenjU'flekSnz Kj% 4 -genuflects 'dZenjUflekts Ia% 32A -genuflexion ,dZenjU'flekSn K6$ 4 -genuflexions ,dZenjU'flekSnz Kj$ 4 -genuine 'dZenjUIn OA% 3 -genuinely 'dZenjUInlI Pu% 4 -genuineness 'dZenjUIn+n@s L@% 4 -genus 'dZin@s Ki% 2 -geo- ,dZI@U- U-% 2 -geocentric ,dZi@U'sentrIk OA% 4 -geographer dZI'0gr@f@R K6% 4 -geographers dZI'0gr@f@z Kj% 4 -geographical ,dZI@'gr&fIkl OA% 5 -geographically ,dZI@'gr&fIklI Pu% 5 -geography dZI'0gr@fI L@% 4 -geological ,dZI@'l0dZIkl OA% 5 -geologically ,dZI@'l0dZIklI Pu% 5 -geologist dZI'0l@dZIst K6% 4 -geologists dZI'0l@dZIsts Kj% 4 -geology dZI'0l@dZI L@% 4 -geometric ,dZI@'metrIk OA% 4 -geometrical ,dZI@'metrIkl OA% 5 -geometrically ,dZI@'metrIklI Pu% 5 -geometry dZI'0m@trI L@% 4 -geophysical ,dZI@'fIzIkl OA% 5 -geophysics ,dZi@U'fIzIks Lk% 4 -geopolitics ,dZI@U'p0l@tIks Lk$ 5 -georgette dZO'dZet L@$ 2 -geranium dZ@'reInI@m K6% 4 -geraniums dZ@'reInI@mz Kj% 4 -geriatric ,dZerI'&trIk OA% 4 -geriatrician ,dZerI@'trISn K6% 5 -geriatricians ,dZerI@'trISnz Kj% 5 -geriatrics ,dZerI'&trIks Lk% 4 -germ dZ3m K6% 1 -germane dZ@'meIn OA% 2 -germicide 'dZ3mIsaId K6% 3 -germicides 'dZ3mIsaIdz Kj$ 3 -germinate 'dZ3mIneIt J2% 32A,6A -germinated 'dZ3mIneItId Jc%,Jd% 42A,6A -germinates 'dZ3mIneIts Ja% 32A,6A -germinating 'dZ3mIneItIN Jb% 42A,6A -germination ,dZ3mI'neISn L@% 4 -germs dZ3mz Kj% 1 -gerontology ,dZer0n't0l@dZI L@$ 5 -gerrymander ,dZerI'm&nd@R H0$,K6$ 46A -gerrymandered ,dZerI'm&nd@d Hc$,Hd$ 46A -gerrymandering ,dZerI'm&nd@rIN Hb$ 56A -gerrymanders ,dZerI'm&nd@z Ha$,Kj$ 46A -gerund 'dZer@nd K6$ 2 -gerunds 'dZer@ndz Kj$ 2 -gestation dZe'steISn K6% 3 -gestations dZe'steISnz Kj$ 3 -gesticulate dZe'stIkjUleIt I2% 42A -gesticulated dZe'stIkjUleItId Ic%,Id% 52A -gesticulates dZe'stIkjUleIts Ia% 42A -gesticulating dZe'stIkjUleItIN Ib% 52A -gesticulation dZe,stIkjU'leISn M6% 5 -gesticulations dZe,stIkjU'leISnz Mj% 5 -gesture 'dZestS@R I2%,M6% 22A -gestured 'dZestS@d Ic%,Id% 22A -gestures 'dZestS@z Ia%,Mj% 22A -gesturing 'dZestS@rIN Ib% 32A -get get J5* 12C,2D,2E,3A,4A,6A,7A,7B,12B,13B,14,15A,15B,17,19B,22,24C -get-at-able ,get-'&t-@bl OA$ 4 -get-together 'get-t@geD@R K6% 4 -get-togethers 'get-t@geD@z Kj$ 4 -get-up 'get-Vp K6% 2 -get-ups 'get-Vps Kj$ 2 -getaway 'get@weI K6% 3 -getaways 'get@weIz Kj$ 3 -gets gets Ja% 12C,2D,2E,3A,4A,6A,7A,7B,12B,13B,14,15A,15B,17,19B,22,24C -getting 'getIN Jb% 22C,2D,2E,3A,4A,6A,7A,7B,12B,13B,14,15A,15B,17,19B,22,24C -geum 'dZi@m K6$ 2 -geums 'dZi@mz Kj$ 2 -geyser 'giz@R K6% 2 -geysers 'giz@z Kj% 2 -gharries 'g&rIz Kj$ 2 -gharry 'g&rI K8$ 2 -ghastlier 'gAstlI@R Or% 3 -ghastliest 'gAstlIIst Os% 3 -ghastly 'gAstlI OD% 2 -ghat gOt K6$ 1 -ghats gOts Kj$ 1 -ghee gi L@$ 1 -gherkin 'g3kIn K6% 2 -gherkins 'g3kInz Kj% 2 -ghetto 'get@U K6% 2 -ghettos 'get@Uz Kj% 2 -ghost g@Ust J0%,K6% 1 -ghost-writer 'g@Ust-raIt@R K6% 3 -ghost-writers 'g@Ust-raIt@z Kj% 3 -ghosted 'g@UstId Jc%,Jd% 2 -ghosting 'g@UstIN Jb% 2 -ghostliness 'g@UstlIn@s L@% 3 -ghostly 'g@UstlI OA% 2 -ghosts g@Usts Ja%,Kj% 1 -ghoul gul K6% 1 -ghoulish 'gulIS OA% 2 -ghouls gulz Kj% 1 -giant 'dZaI@nt K6% 2 -giantess 'dZaI@ntes K7$ 3 -giantesses 'dZaI@ntesIz Kj$ 4 -giants 'dZaI@nts Kj% 2 -gibber 'dZIb@R I0$ 22A,2C -gibbered 'dZIb@d Ic%,Id% 22A,2C -gibbering 'dZIb@rIN Ib% 32A,2C -gibberish 'dZIb@rIS L@% 3 -gibbers 'dZIb@z Ia$ 22A,2C -gibbet 'dZIbIt H0$,K6% 2 -gibbeted 'dZIbItId Hc$,Hd$ 3 -gibbeting 'dZIbItIN Hb$ 3 -gibbets 'dZIbIts Ha$,Kj$ 2 -gibbon 'gIb@n K6% 2 -gibbons 'gIb@nz Kj% 2 -gibbous 'dZIb@s OA$ 2 -gibe dZaIb I2%,K6% 12A,3A -gibed dZaIbd Ic%,Id% 12A,3A -gibes dZaIbz Ia%,Kj% 12A,3A -gibing 'dZaIbIN Ib% 22A,3A -gibingly 'dZaIbINlI Pu% 3 -giblets 'dZIblIts Kj% 2 -giddier 'gIdI@R Or% 3 -giddiest 'gIdIIst Os% 3 -giddily 'gIdIlI Pu% 3 -giddiness 'gIdIn@s L@% 3 -giddy 'gIdI OD% 2 -gift gIft H0$,M6% 16A -gifted 'gIftId Hc$,Hd%,OA% 26A -gifting 'gIftIN Hb$ 26A -gifts gIfts Ha$,Mj% 16A -gig gIg K6% 1 -gigantic dZaI'g&ntIk OA% 3 -giggle 'gIgl I2%,K6% 22A,6A -giggled 'gIgld Ic%,Id% 22A,6A -giggles 'gIglz Ia%,Kj% 22A,6A -giggling 'gIglIN Ib% 22A,6A -gigolo 'ZIg@l@U K6% 3 -gigolos 'ZIg@l@Uz Kj% 3 -gigs gIgz Kj% 1 -gild gIld H0%,K6% 16A -gilded 'gIldId Hc%,Hd% 26A -gilder 'gIld@R K6$ 2 -gilders 'gIld@z Kj$ 2 -gilding 'gIldIN Hb%,L@% 26A -gilds gIldz Ha%,Kj% 16A -gill dZIl K6% 1 -gill gIl K6$ 1 -gillie 'gIlI K6$ 2 -gillies 'gIlIz Kj$ 2 -gills dZIlz Kj% 1 -gills gIlz Kj% 1 -gilt gIlt Hd$,L@% 16A -gilt-edged 'gIlt-edZd OA% 2 -gimbals 'dZImblz Kj$ 2 -gimcrack 'gImkr&k OA$ 2 -gimlet 'gImlIt K6% 2 -gimlets 'gImlIts Kj% 2 -gimmick 'gImIk K6% 2 -gimmicks 'gImIks Kj% 2 -gin dZIn H4$,M6% 16A -ginger 'dZIndZ@R H0%,L@% 26A,15B -gingerbread 'dZIndZ@bred M6% 3 -gingerbreads 'dZIndZ@bredz Mj% 3 -gingered 'dZIndZ@d Hc%,Hd% 26A,15B -gingering 'dZIndZ@rIN Hb% 36A,15B -gingerly 'dZIndZ@lI OA%,Pu% 3 -gingers 'dZIndZ@z Ha% 26A,15B -gingham 'gIN@m L@% 2 -gingko 'gINk@U K6$ 2 -gingkoes 'gINk@Uz Kj$ 2 -gingkos 'gINk@Uz Kj$ 2 -ginned dZInd Hc$,Hd$ 16A -ginning 'dZInIN Hb$ 26A -gins dZInz Ha$,Mj$ 16A -ginseng 'dZInseN L@% 2 -gipsies 'dZIpsIz Kj% 2 -gipsy 'dZIpsI K8% 2 -giraffe dZI'rAf K6% 2 -giraffes dZI'rAfs Kj% 2 -gird g3d H0% 115B -girded 'g3dId Hc%,Hd% 215B -girder 'g3d@R K6% 2 -girders 'g3d@z Kj% 2 -girding 'g3dIN Hb% 215B -girdle 'g3dl H2%,K6% 215A,15B -girdled 'g3dld Hc%,Hd% 215A,15B -girdles 'g3dlz Ha%,Kj% 215A,15B -girdling 'g3dlIN Hb% 215A,15B -girds g3dz Ha% 115B -girl g3l K6* 1 -girlfriend 'g3lfrend K6% 2 -girlfriends 'g3lfrendz Kj% 2 -girlhood 'g3lhUd L@% 2 -girlish 'g3lIS OA% 2 -girlishly 'g3lISlI Pu% 3 -girlishness 'g3lISn@s L@% 3 -girls g3lz Kj% 1 -giro 'dZaIr@U L@% 2 -girt g3t Hc$,Hd$ 115B -girth g3T K6% 1 -girths g3Ts Kj% 1 -gist dZIst K6% 1 -gists dZIsts Kj$ 1 -give gIv J5*,L@% 12A,2C,3A,6A,12A,12B,13A,15B,16A -giveaway 'gIv@weI K6% 3 -giveaways 'gIv@weIz Kj$ 3 -given gIvn Jd* 22A,2C,3A,6A,12A,12B,13A,15B,16A -giver 'gIv@R K6% 2 -givers 'gIv@z Kj% 2 -gives gIvz Ja% 12A,2C,3A,6A,12A,12B,13A,15B,16A -giving 'gIvIN Jb% 22A,2C,3A,6A,12A,12B,13A,15B,16A -gizzard 'gIz@d K6$ 2 -gizzards 'gIz@dz Kj$ 2 -glac_e 'gl&seI OA% 2 -glacial 'gleIsI@l OA% 3 -glacier 'gl&sI@R K6% 3 -glaciers 'gl&sI@z Kj% 3 -glad gl&d OE% 1 -gladden 'gl&dn H0% 26A -gladdened 'gl&dnd Hc%,Hd% 26A -gladdening 'gl&dnIN Hb% 36A -gladdens 'gl&dnz Ha% 26A -gladder 'gl&d@R Or$ 2 -gladdest 'gl&dIst Os$ 2 -glade gleId K6% 1 -glades gleIdz Kj% 1 -gladiator 'gl&dIeIt@R K6% 4 -gladiatorial ,gl&dI@'tOrI@l OA% 6 -gladiators 'gl&dIeIt@z Kj% 4 -gladioli ,gl&dI'@UlaI Kj$ 4 -gladiolus ,gl&dI'@Ul@s K7$ 4 -gladioluses ,gl&dI'@Ul@sIz Kj$ 5 -gladly 'gl&dlI Pu% 2 -gladness 'gl&dn@s L@% 2 -gladsome 'gl&ds@m OA$ 2 -glamorization ,gl&m@raI'zeISn L@% 5 -glamorize 'gl&m@raIz H2% 36A -glamorized 'gl&m@raIzd Hc%,Hd% 36A -glamorizes 'gl&m@raIzIz Ha% 46A -glamorizing 'gl&m@raIzIN Hb% 46A -glamorous 'gl&m@r@s OA% 3 -glamour 'gl&m@R L@% 2 -glance glAns J2%,K6% 12C,3A,15A -glanced glAnst Jc%,Jd% 12C,3A,15A -glances 'glAnsIz Ja%,Kj% 22C,3A,15A -glancing 'glAnsIN Jb% 22C,3A,15A -gland gl&nd K6% 1 -glanders 'gl&nd@z L@$ 2 -glands gl&ndz Kj% 1 -glandular 'gl&ndjUl@R OA% 3 -glare gle@R J2%,M6% 12A,2C,3A,6A,14 -glared gle@d Jc%,Jd% 12A,2C,3A,6A,14 -glares gle@z Ja%,Mj% 12A,2C,3A,6A,14 -glaring 'gle@rIN Jb%,OA% 22A,2C,3A,6A,14 -glass glAs H1$,M7% 16A,15B -glass-blower 'glAs-bl@U@R K6% 3 -glass-blowers 'glAs-bl@U@z Kj% 3 -glass-cutter 'glAs-kVt@R K6% 3 -glass-cutters 'glAs-kVt@z Kj% 3 -glass-wool 'glAs-wUl L@$ 2 -glassed glAst Hc$,Hd% 16A,15B -glasses 'glAsIz Ha$,Mj% 26A,15B -glassful 'glAsfUl K6% 2 -glassfuls 'glAsfUlz Kj% 2 -glasshouse 'glAshaUs K6% 2 -glasshouses 'glAshaUzIz Kj% 3 -glassier 'glAsI@R Or$ 3 -glassiest 'glAsIIst Os$ 3 -glassing 'glAsIN Hb$ 26A,15B -glassware 'glAswe@R L@% 2 -glassworks 'glAsw3ks K9% 2 -glassy 'glAsI OD% 2 -glaucoma glO'k@Um@ L@% 3 -glaucous 'glOk@s OA$ 2 -glaze gleIz J2%,M6% 12A,2C,6A,15B -glazed gleIzd Jc%,Jd% 12A,2C,6A,15B -glazes 'gleIzIz Ja%,Mj% 22A,2C,6A,15B -glazier 'gleIzI@R K6% 3 -glaziers 'gleIzI@z Kj% 3 -glazing 'gleIzIN Jb% 22A,2C,6A,15B -gleam glim I0%,K6% 12A,2C -gleamed glimd Ic%,Id% 12A,2C -gleaming 'glimIN Ib% 22A,2C -gleams glimz Ia%,Kj% 12A,2C -glean glin J0% 12A,6A -gleaned glind Jc%,Jd% 12A,6A -gleaner 'glin@R K6% 2 -gleaners 'glin@z Kj% 2 -gleaning 'glinIN Jb% 22A,6A -gleanings 'glinINz Kj% 2 -gleans glinz Ja% 12A,6A -glebe glib K6$ 1 -glebes glibz Kj$ 1 -glee gli M6% 1 -gleeful 'glif@l OA% 2 -gleefully 'glif@lI Pu% 3 -glees gliz Mj$ 1 -glen glen K6% 1 -glens glenz Kj% 1 -glib glIb OE% 1 -glibber 'glIb@R Or$ 2 -glibbest 'glIbIst Os$ 2 -glibly 'glIblI Pu% 2 -glibness 'glIbn@s L@% 2 -glide glaId I2%,K6% 12A,2C -glided 'glaIdId Ic%,Id% 22A,2C -glider 'glaId@R K6% 2 -gliders 'glaId@z Kj% 2 -glides glaIdz Ia%,Kj% 12A,2C -gliding 'glaIdIN Ib%,L@% 22A,2C -glimmer 'glIm@R I0%,K6% 22A,2C -glimmered 'glIm@d Ic%,Id% 22A,2C -glimmering 'glIm@rIN Ib% 32A,2C -glimmers 'glIm@z Ia%,Kj% 22A,2C -glimpse glImps H2%,K6% 16A,19A -glimpsed glImpst Hc%,Hd% 16A,19A -glimpses 'glImpsIz Ha%,Kj% 26A,19A -glimpsing 'glImpsIN Hb% 26A,19A -glint glInt I0%,K6% 1 -glinted 'glIntId Ic%,Id% 2 -glinting 'glIntIN Ib% 2 -glints glInts Ia%,Kj% 1 -glissade glI'seId I2$,K6$ 2 -glissaded glI'seIdId Ic$,Id$ 3 -glissades glI'seIdz Ia$,Kj$ 2 -glissading glI'seIdIN Ib$ 3 -glissando glI's&nd@U OA$,Pu$ 3 -glisten 'glIsn I0% 22A,2C -glistened 'glIsnd Ic%,Id% 22A,2C -glistening 'glIsnIN Ib% 32A,2C -glistens 'glIsnz Ia% 22A,2C -glister 'glIst@R I0$,Ki$ 2 -glistered 'glIst@d Ic$,Id$ 2 -glistering 'glIst@rIN Ib$ 3 -glisters 'glIst@z Ia$ 2 -glitter 'glIt@R I0%,L@% 22A,2C -glittered 'glIt@d Ic%,Id% 22A,2C -glittering 'glIt@rIN Ib%,OA% 32A,2C -glitters 'glIt@z Ia% 22A,2C -gloaming 'gl@UmIN Ki% 2 -gloat gl@Ut I0% 12A,3A -gloated 'gl@UtId Ic%,Id% 22A,3A -gloating 'gl@UtIN Ib% 22A,3A -gloatingly 'gl@UtINlI Pu% 3 -gloats gl@Uts Ia% 12A,3A -global 'gl@Ubl OA% 2 -globe gl@Ub K6% 1 -globes gl@Ubz Kj% 1 -globetrot 'gl@Ubtr0t I4% 22A -globetrots 'gl@Ubtr0ts Ia% 22A -globetrotted 'gl@Ubtr0tId Ic%,Id% 32A -globetrotter 'gl@Ubtr0t@R K6% 3 -globetrotters 'gl@Ubtr0t@z Kj% 3 -globetrotting 'gl@Ubtr0tIN Ib% 32A -globular 'gl0bjUl@R OA% 3 -globule 'gl0bjul K6% 2 -globules 'gl0bjulz Kj% 2 -glockenspiel 'gl0k@nspil K6% 3 -glockenspiels 'gl0k@nspilz Kj% 3 -gloom glum M6% 1 -gloomier 'glumI@R Or% 3 -gloomiest 'glumIIst Os% 3 -gloomily 'glumIlI Pu% 3 -glooms glumz Mj$ 1 -gloomy 'glumI OD% 2 -gloried 'glOrId Ic%,Id% 23A -glories 'glOrIz Ia%,Mj% 23A -glorification ,glOrIfI'keISn L@% 5 -glorified 'glOrIfaId Hc%,Hd% 36A -glorifies 'glOrIfaIz Ha% 36A -glorify 'glOrIfaI H3% 36A -glorifying 'glOrIfaIIN Hb% 46A -glorious 'glOrI@s OA% 3 -gloriously 'glOrI@slI Pu% 4 -glory 'glOrI I3%,M8% 23A -glory-hole 'glOrI-h@Ul K6% 3 -glory-holes 'glOrI-h@Ulz Kj$ 3 -glorying 'glOrIIN Ib% 33A -gloss gl0s H1%,K7% 16A,15A -glossaries 'gl0s@rIz Kj% 3 -glossary 'gl0s@rI K8% 3 -glossed gl0st Hc%,Hd% 16A,15A -glosses 'gl0sIz Ha%,Kj% 26A,15A -glossier 'gl0sI@R Or% 3 -glossiest 'gl0sIIst Os% 3 -glossily 'gl0sIlI Pu% 3 -glossiness 'gl0sIn@s L@% 3 -glossing 'gl0sIN Hb% 26A,15A -glossy 'gl0sI OD% 2 -glottal 'gl0tl OA% 2 -glottis 'gl0tIs K7$ 2 -glottises 'gl0tIsIz Kj$ 3 -glove glVv K6% 1 -glove-compartment 'glVv-k@m,pAtm@nt K6% 4 -glove-compartments 'glVv-k@m,pAtm@nts Kj% 4 -gloved glVvd OA% 1 -gloves glVvz Kj% 1 -glow gl@U I0%,Ki% 12A,2C -glow-worm 'gl@U-w3m K6% 2 -glow-worms 'gl@U-w3mz Kj% 2 -glowed gl@Ud Ic%,Id% 12A,2C -glower 'glaU@R I0% 22A,3A -glowered 'glaU@d Ic%,Id% 22A,3A -glowering 'glaU@rIN Ib% 32A,3A -gloweringly 'glaUw@rINlI Pu% 4 -glowers 'glaU@z Ia% 22A,3A -glowing 'gl@UIN Ib%,OA% 22A,2C -glowingly 'gl@UINlI Pu% 3 -glows gl@Uz Ia% 12A,2C -glucose 'gluk@Us L@% 2 -glue glu H5%,M6% 16A,15A,15B -glued glud Hc%,Hd% 16A,15A,15B -glues gluz Ha%,Mj% 16A,15A,15B -gluey 'gluI OA% 2 -gluing 'gluIN Hb% 26A,15A,15B -glum glVm OE% 1 -glumly 'glVmlI Pu% 2 -glummer 'glVm@R Or% 2 -glummest 'glVmIst Os% 2 -glumness 'glVmn@s L@% 2 -glut glVt H4%,K6% 16A,14 -gluten 'glut@n L@$ 2 -glutinous 'glutIn@s OA% 3 -gluts glVts Ha%,Kj% 16A,14 -glutted 'glVtId Hc%,Hd% 26A,14 -glutting 'glVtIN Hb% 26A,14 -glutton 'glVtn K6% 2 -gluttonous 'glVt@n@s OA% 3 -gluttonously 'glVt@n@slI Pu$ 4 -gluttons 'glVtnz Kj% 2 -gluttony 'glVtnI L@% 3 -glycerine 'glIs@rin L@% 3 -gnarled nAld OA% 1 -gnash n&S J1% 12A,6A -gnashed n&St Jc%,Jd% 12A,6A -gnashes 'n&SIz Ja% 22A,6A -gnashing 'n&SIN Jb% 22A,6A -gnat n&t K6% 1 -gnats n&ts Kj% 1 -gnaw nO J0% 13A,6A,15B -gnawed nOd Jc%,Jd% 13A,6A,15B -gnawing 'nOIN Jb% 23A,6A,15B -gnaws nOz Ja% 13A,6A,15B -gnome n@Um K6% 1 -gnomes n@Umz Kj% 1 -gnu nu K6$ 1 -gnus nuz Kj$ 1 -go g@U I5*,Ki% 12A,2B,2C,2D,2E,3A,4A,6A,15B -go-ahead 'g@U-@hed Ki% 3 -go-as-you-please ,g@U-@z-ju-'pliz Oq$ 4 -go-between 'g@U-bItwin K6% 3 -go-betweens 'g@U-bItwinz Kj% 3 -go-by 'g@U-baI Ki$ 2 -go-cart 'g@U-kAt K6$ 2 -go-carts 'g@U-kAts Kj$ 2 -go-getter ,g@U-'get@R K6% 3 -go-getters ,g@U-'get@z Kj% 3 -go-kart 'g@U-kAt K6% 2 -go-karts 'g@U-kAts Kj% 2 -go-slow 'g@U-sl@U K6% 2 -go-slows 'g@U-sl@Uz Kj$ 2 -go-to-meeting 'g@U-t@-mitIN Oq$ 4 -goad g@Ud H0%,K6% 16A,14,15B,17 -goaded 'g@UdId Hc%,Hd% 26A,14,15B,17 -goading 'g@UdIN Hb% 26A,14,15B,17 -goads g@Udz Ha%,Kj% 16A,14,15B,17 -goal g@Ul K6% 1 -goal-kick 'g@Ul-kIk K6% 2 -goal-kicks 'g@Ul-kIks Kj% 2 -goal-line 'g@Ul-laIn K6% 2 -goal-lines 'g@Ul-laInz Kj% 2 -goalie 'g@UlI K6% 2 -goalies 'g@UlIz Kj% 2 -goalkeeper 'g@Ulkip@R K6% 3 -goalkeepers 'g@Ulkip@z Kj% 3 -goalless 'g@Ul+lIs OA% 2 -goalmouth 'g@UlmaUT K6% 2 -goalmouths 'g@UlmaUDz Kj$ 2 -goals g@Ulz Kj% 1 -goat g@Ut K6% 1 -goatee g@U'ti K6$ 2 -goatees g@U'tiz Kj$ 2 -goatherd 'g@Uth3d K6% 2 -goatherds 'g@Uth3dz Kj% 2 -goats g@Uts Kj% 1 -goatskin 'g@UtskIn M6% 2 -goatskins 'g@UtskInz Mj% 2 -gob g0b K6% 1 -gobbet 'g0bIt K6$ 2 -gobbets 'g0bIts Kj$ 2 -gobble 'g0bl J2%,K6% 22A,2C,6A,15B -gobbled 'g0bld Jc%,Jd% 22A,2C,6A,15B -gobbledygook 'g0bldIgUk L@% 4 -gobbler 'g0bl@R K6$ 2 -gobblers 'g0bl@z Kj$ 2 -gobbles 'g0blz Ja%,Kj% 22A,2C,6A,15B -gobbling 'g0blIN Jb% 22A,2C,6A,15B -goblet 'g0blIt K6% 2 -goblets 'g0blIts Kj% 2 -goblin 'g0blIn K6% 2 -goblins 'g0blInz Kj% 2 -gobs g0bz Kj$ 1 -god g0d K6% 1 -god-damn 'g0d-d&m OA$ 2 -god-damned 'g0d-d&md OA% 2 -godchild 'g0dtSaIld Ki% 2 -godchildren 'g0dtSIldr@n Kj% 3 -goddam 'g0d&m OA%,Pu% 2 -goddaughter 'g0d+dOt@R K6% 3 -goddaughters 'g0d+dOt@z Kj% 3 -goddess 'g0dIs K7% 2 -goddesses 'g0dIsIz Kj% 3 -godfather 'g0dfAD@R K6% 3 -godfathers 'g0dfAD@z Kj% 3 -godfearing 'g0dfI@rIN OA% 3 -godforsaken 'g0df@seIk@n OA% 4 -godhead 'g0dhed L@% 2 -godless 'g0dlIs OA% 2 -godlessness 'g0dlIsn@s L@% 3 -godlier 'g0dlI@R Or$ 3 -godliest 'g0dlIIst Os$ 3 -godlike 'g0dlaIk OA% 2 -godliness 'g0dlIn@s L@% 3 -godly 'g0dlI OD% 2 -godmother 'g0dmVD@R K6% 3 -godmothers 'g0dmVD@z Kj% 3 -godown 'g@UdaUn K6$ 2 -godowns 'g@UdaUnz Kj$ 2 -godparent 'g0dpe@r@nt K6% 3 -godparents 'g0dpe@r@nts Kj% 3 -gods g0dz Kj% 1 -godsend 'g0dsend K6% 2 -godsends 'g0dsendz Kj% 2 -godson 'g0dsVn K6% 2 -godsons 'g0dsVnz Kj% 2 -godspeed g0d'spid L@% 2 -goes g@Uz Ia%,Kj% 12A,2B,2C,2D,2E,3A,4A,6A,15B -goggle 'g0gl I2% 22A,3A -goggle-box 'g0gl-b0ks K7% 3 -goggle-boxes 'g0gl-b0ksIz Kj% 4 -goggle-eyed 'g0gl-aId OA% 3 -goggled 'g0gld Ic%,Id% 22A,3A -goggles 'g0glz Ia%,Kj% 22A,3A -goggling 'g0glIN Ib% 22A,3A -going 'g@UIN Ib*,M6%,OA% 22A,2B,2C,2D,2E,3A,4A,6A,15B -going-over ,g@UIN-'@Uv@R K6% 4 -going-overs ,g@UIN-'@Uv@z Kj$ 4 -goings 'g@UINz Mj% 2 -goings-on ,g@UINz-'0n Kj% 3 -goitre 'goIt@R K6$ 2 -goitres 'goIt@z Kj$ 2 -gold g@Uld L@% 1 -gold-beater 'g@Uld-bit@R K6$ 3 -gold-beaters 'g@Uld-bit@z Kj$ 3 -gold-digger 'g@Uld-dIg@R K6% 3 -gold-diggers 'g@Uld-dIg@z Kj% 3 -gold-dust 'g@Uld-dVst L@% 2 -gold-foil g@Uld-'foIl L@% 2 -gold-leaf g@Uld-'lif L@% 2 -gold-plate g@Uld-'pleIt L@% 2 -gold-rush 'g@Uld-rVS K7% 2 -gold-rushes 'g@Uld-rVSIz Kj$ 3 -golden 'g@Uld@n OA% 2 -goldfield 'g@Uldfild K6% 2 -goldfields 'g@Uldfildz Kj% 2 -goldfinch 'g@UldfIntS K7% 2 -goldfinches 'g@UldfIntSIz Kj% 3 -goldfish 'g@UldfIS K9% 2 -goldfishes 'g@UldfISIz Kj% 3 -goldmine 'g@UldmaIn K6% 2 -goldmines 'g@UldmaInz Kj% 2 -goldsmith 'g@UldsmIT K6% 2 -goldsmiths 'g@UldsmITs Kj% 2 -golf g0lf I0$,L@% 1 -golf-ball 'g0lf-bOl K6% 2 -golf-balls 'g0lf-bOlz Kj% 2 -golf-club 'g0lf-klVb K6% 2 -golf-clubs 'g0lf-klVbz Kj% 2 -golf-course 'g0lf-kOs K6% 2 -golf-courses 'g0lf-kOsIz Kj% 3 -golf-links 'g0lf-lINks K9% 2 -golfed g0lft Ic$,Id$ 1 -golfer 'g0lf@R K6% 2 -golfers 'g0lf@z Kj% 2 -golfing 'g0lfIN Ib% 2 -golfs g0lfs Ia$ 1 -golliwog 'g0lIw0g K6% 3 -golliwogs 'g0lIw0gz Kj% 3 -golly 'g0lI W-% 2 -golosh g@'l0S K7$ 2 -goloshes g@'l0SIz Kj% 3 -gondola 'g0nd@l@ K6% 3 -gondolas 'g0nd@l@z Kj% 3 -gondolier ,g0nd@'lI@R K6% 4 -gondoliers ,g0nd@'lI@z Kj% 4 -gone g0n Id* 12A,2B,2C,2D,2E,3A,4A,6A,15B -goner 'g0n@R K6% 2 -goners 'g0n@z Kj% 2 -gong g0N H0$,K6% 1 -gonged g0Nd Hc$,Hd$ 1 -gonging 'g0NIN Hb$ 2 -gongs g0Nz Ha$,Kj% 1 -gonna 'g0n@ Gh% 2 -gonorrhea ,g0n@'rI@ L@$ 4 -gonorrhoea ,g0n@'rI@ L@% 4 -goo gu L@% 1 -good gUd L@%,OE* 1 -good-fellowship gUd-'fel@USIp L@$ 4 -good-for-naught 'gUd-f@-nOt K6$,OA$ 3 -good-for-naughts 'gUd-f@-nOts Kj$ 3 -good-for-nothing 'gUd-f@-nVTIN K6%,OA% 4 -good-for-nothings 'gUd-f@-nVTINz Kj% 4 -good-humoured gUd-'hjum@d OA% 3 -good-looking gUd-'lUkIN OA% 3 -good-natured gUd-'neItS@d OA% 3 -good-neighbourliness gUd-'neIb@lIn@s L@% 5 -good-tempered gUd-'temp@d OA% 3 -good-time 'gUd-taIm OA% 2 -goodbye ,gUd'baI K6%,W-% 2 -goodbyes ,gUd'baIz Kj% 2 -goodies 'gUdIz Kj% 2 -goodish 'gUdIS Oq% 2 -goodlier 'gUdlI@R Or$ 3 -goodliest 'gUdlIIst Os$ 3 -goodly 'gUdlI OD% 2 -goodness 'gUdn@s L@% 2 -goods gUdz Kj% 1 -goodwill ,gUd'wIl L@% 2 -goody 'gUdI K8$ 2 -goody-goodies 'gUdI-gUdIz Kj% 4 -goody-goody 'gUdI-gUdI K8%,OA% 4 -gooey 'guI OE% 2 -goof guf J0%,K6% 12A,6A -goofed guft Jc%,Jd% 12A,6A -goofier 'gufI@R Or$ 3 -goofiest 'gufIIst Os$ 3 -goofing 'gufIN Jb% 22A,6A -goofs gufs Ja%,Kj% 12A,6A -goofy 'gufI OD% 2 -googlies 'guglIz Kj% 2 -googly 'guglI K8% 2 -gooier 'guI@R Or% 2 -gooiest 'guIIst Os% 3 -goon gun K6% 1 -goons gunz Kj% 1 -goose gus Ki% 1 -goose-flesh 'gus-fleS L@% 2 -goose-step 'gus-step K6% 2 -goose-steps 'gus-steps Kj$ 2 -gooseberries 'gUzb@rIz Kj% 3 -gooseberry 'gUzb@rI K8% 3 -gopher 'g@Uf@R K6$ 2 -gophers 'g@Uf@z Kj$ 2 -gore gOR H2%,L@% 16A -gored gOd Hc%,Hd% 16A -gores gOz Ha% 16A -gorge gOdZ J2%,K6% 12A,2C,6A,14 -gorged gOdZd Jc%,Jd% 12A,2C,6A,14 -gorgeous 'gOdZ@s OA% 2 -gorgeously 'gOdZ@slI Pu% 3 -gorges 'gOdZIz Ja%,Kj% 22A,2C,6A,14 -gorging 'gOdZIN Jb% 22A,2C,6A,14 -gorier 'gOrI@R Or$ 3 -goriest 'gOrIIst Os% 3 -gorilla g@'rIl@ K6% 3 -gorillas g@'rIl@z Kj% 3 -goring 'gOrIN Hb% 26A -gormandize 'gOm@ndaIz I2$ 3 -gormandized 'gOm@ndaIzd Ic$,Id$ 3 -gormandizes 'gOm@ndaIzIz Ia$ 4 -gormandizing 'gOm@ndaIzIN Ib$ 4 -gormless 'gOmlIs OA% 2 -gorse gOs L@% 1 -gory 'gOrI OD% 2 -gosh g0S W-% 1 -gosling 'g0zlIN K6% 2 -goslings 'g0zlINz Kj% 2 -gospel 'g0spl M6% 2 -gospels 'g0splz Mj% 2 -gossamer 'g0s@m@R M6% 3 -gossamers 'g0s@m@z Mj$ 3 -gossip 'g0sIp I0%,M6% 22A,2C -gossiped 'g0sIpt Ic%,Id% 22A,2C -gossiping 'g0sIpIN Ib% 32A,2C -gossipped 'g0sIpt Ic%,Id% 22A,2C -gossipping 'g0sIpIN Ib% 32A,2C -gossips 'g0sIps Ia%,Mj% 22A,2C -got g0t Jc*,Jd* 12C,2D,2E,3A,4A,6A,7A,7B,12B,13B,14,15A,15B,17,19B,22,24C -gotta 'g0t@ Gh% 2 -gotten 'g0t@n Jd$ 22C,2D,2E,3A,4A,6A,7A,12B,13B,14,15A,15B,17,19B,22,24C -gouache gU'AS L@$ 2 -gouge gaUdZ H2%,K6% 16A,15B -gouged gaUdZd Hc%,Hd% 16A,15B -gouges 'gaUdZIz Ha%,Kj% 26A,15B -gouging 'gaUdZIN Hb% 26A,15B -goulash 'gul&S M7% 2 -goulashes 'gul&SIz Mj$ 3 -gourd gU@d K6% 1 -gourds gU@dz Kj% 1 -gourmand 'gU@m@nd K6$ 2 -gourmands 'gU@m@ndz Kj$ 2 -gourmet 'gU@meI K6% 2 -gourmets 'gU@meIz Kj% 2 -gout gaUt L@% 1 -goutier 'gaUtI@R Or$ 3 -goutiest 'gaUtIIst Os$ 3 -gouty 'gaUtI OD% 2 -govern 'gVvn J0% 22A,6A -governance 'gVv@n@ns L@% 3 -governed 'gVvnd Jc%,Jd% 22A,6A -governess 'gVv@nes K7% 3 -governesses 'gVv@nesIz Kj% 4 -governing 'gVvnIN Jb%,OA% 32A,6A -government 'gVv@nm@nt M6% 3 -governmental ,gVvn'mentl OA% 4 -governments 'gVv@nm@nts Mj% 3 -governor 'gVv@n@R K6% 3 -governors 'gVv@n@z Kj% 3 -governs 'gVvnz Ja% 22A,6A -govt 'gVv@nm@nt Y>% 3 -gown gaUn H0$,K6% 1 -gowned gaUnd Hc$,Hd% 1 -gowning 'gaUnIN Hb$ 2 -gowns gaUnz Ha$,Kj% 1 -grab gr&b J4%,K6% 13A,6A -grabbed gr&bd Jc%,Jd% 13A,6A -grabber 'gr&b@R K6% 2 -grabbers 'gr&b@z Kj% 2 -grabbing 'gr&bIN Jb% 23A,6A -grabs gr&bz Ja%,Kj% 13A,6A -grace greIs H2%,M6% 16A -graced greIst Hc%,Hd% 16A -graceful 'greIsf@l OA% 2 -gracefully 'greIsf@lI Pu% 3 -graceless 'greIslIs OA% 2 -gracelessly 'greIslIslI Pu% 3 -graces 'greIsIz Ha%,Mj% 26A -gracing 'greIsIN Hb% 26A -gracious 'greIS@s OA% 2 -graciously 'greIS@slI Pu% 3 -graciousness 'greIS@sn@s L@% 3 -gradation gr@'deISn M6% 3 -gradations gr@'deISnz Mj% 3 -grade greId H2%,K6% 16A,15B -graded 'greIdId Hc%,Hd% 26A,15B -grades greIdz Ha%,Kj% 16A,15B -gradient 'greIdI@nt K6% 3 -gradients 'greIdI@nts Kj% 3 -grading 'greIdIN Hb% 26A,15B -gradual 'gr&dZU@l OA% 3 -gradually 'gr&dZU@lI Pu% 4 -gradualness 'gr&dZU@ln@s L@% 4 -graduate 'gr&dZU@t K6% 3 -graduate 'gr&dZUeIt J2% 32A,2C,6A -graduated 'gr&dZUeItId Jc%,Jd% 42A,2C,6A -graduates 'gr&dZU@ts Kj% 3 -graduates 'gr&dZUeIts Ja% 32A,2C,6A -graduating 'gr&dZUeItIN Jb% 42A,2C,6A -graduation ,gr&dZU'eISn K6% 4 -graduations ,gr&dZU'eISnz Kj$ 4 -graffiti gr@'fiti Kj% 3 -graffito gr@'fit@U Ki$ 3 -graft grAft J0%,M6% 12A,6A,15A,15B -grafted 'grAftId Jc%,Jd% 22A,6A,15A,15B -grafting 'grAftIN Jb% 22A,6A,15A,15B -grafts grAfts Ja%,Mj% 12A,6A,15A,15B -grail greIl K6$ 1 -grails greIlz Kj$ 1 -grain greIn M6% 1 -grained greInd Ot% 1 -grains greInz Mj% 1 -gram gr&m K6% 1 -grammar 'gr&m@R M6% 2 -grammarian gr@'me@rI@n K6% 4 -grammarians gr@'me@rI@nz Kj% 4 -grammars 'gr&m@z Mj% 2 -grammatical gr@'m&tIkl OA% 4 -grammatically gr@'m&tIklI Pu% 4 -gramme gr&m K6% 1 -grammes gr&mz Kj% 1 -gramophone 'gr&m@f@Un K6% 3 -gramophones 'gr&m@f@Unz Kj% 3 -grampus 'gr&mp@s K7$ 2 -grampuses 'gr&mp@sIz Kj$ 3 -grams gr&mz Kj% 1 -granaries 'gr&n@rIz Kj% 3 -granary 'gr&n@rI K8% 3 -grand gr&nd OC% 1 -grand- gr&nd- U-% 1 -grandad 'gr&nd&d K6% 2 -grandads 'gr&nd&dz Kj% 2 -grandaunt gr&nd'Ant K6$ 2 -grandaunts gr&nd'Ants Kj$ 2 -grandchild 'gr&ntSaIld Ki% 2 -grandchildren 'gr&ntSIldr@n Kj% 3 -granddad 'gr&nd&d K6$ 2 -granddads 'gr&nd&dz Kj$ 2 -granddaughter 'gr&ndOt@R K6% 3 -granddaughters 'gr&ndOt@z Kj% 3 -grandee gr&n'di K6$ 2 -grandees gr&n'diz Kj$ 2 -grander 'gr&nd@R Or% 2 -grandest 'gr&ndIst Os% 2 -grandeur 'gr&ndZ@R L@% 2 -grandfather 'gr&nfAD@R K6% 3 -grandfathers 'gr&nfAD@z Kj% 3 -grandiloquence gr&n'dIl@kw@ns L@% 4 -grandiloquent gr&n'dIl@kw@nt OA% 4 -grandiose 'gr&ndI@Us OA% 3 -grandly 'gr&ndlI Pu% 2 -grandma 'gr&nmA K6% 2 -grandmas 'gr&nmAz Kj% 2 -grandmother 'gr&nmVD@R K6% 3 -grandmothers 'gr&nmVD@z Kj% 3 -grandnephew 'gr&n+nefju K6$ 3 -grandnephews 'gr&n+nefjuz Kj$ 3 -grandniece gr&n'nis K6$ 2 -grandnieces gr&n'nisIz Kj$ 3 -grandpa 'gr&npA K6% 2 -grandparent 'gr&npe@r@nt K6% 3 -grandparents 'gr&npe@r@nts Kj% 3 -grandpas 'gr&npAz Kj% 2 -grandson 'gr&nsVn K6% 2 -grandsons 'gr&nsVnz Kj% 2 -grandstand 'gr&nst&nd K6% 2 -grandstands 'gr&nst&ndz Kj% 2 -granduncle 'gr&ndVNkl K6$ 3 -granduncles 'gr&ndVNklz Kj$ 3 -grange greIndZ K6$ 1 -granges 'greIndZIz Kj$ 2 -granite 'gr&nIt L@% 2 -grannie 'gr&nI K6% 2 -grannies 'gr&nIz Kj% 2 -granny 'gr&nI K8% 2 -grant grAnt H0%,K6% 16A,9,12A,13A,25 -granted 'grAntId Hc%,Hd% 26A,9,12A,13A,25 -granting 'grAntIN Hb% 26A,9,12A,13A,25 -grants grAnts Ha%,Kj% 16A,9,12A,13A,25 -granular 'gr&njUl@R OA% 3 -granularity ,gr&njU'l&rItI L@% 5 -granulate 'gr&njUleIt J2$ 32A,6A -granulated 'gr&njUleItId Jc$,Jd% 42A,6A -granulates 'gr&njUleIts Ja$ 32A,6A -granulating 'gr&njUleItIN Jb$ 42A,6A -granule 'gr&njul K6% 2 -granules 'gr&njulz Kj% 2 -grape greIp K6% 1 -grape-sugar 'greIp-SUg@R L@% 3 -grapefruit 'greIpfrut M9% 2 -grapefruits 'greIpfruts Kj% 2 -grapes greIps Kj% 1 -grapeshot 'greIpS0t L@% 2 -grapevine 'greIpvaIn K6% 2 -grapevines 'greIpvaInz Kj% 2 -graph grAf K6% 1 -graphic 'gr&fIk OA% 2 -graphical 'gr&fIkl OA% 3 -graphically 'gr&fIklI Pu% 3 -graphics 'gr&fIks Lk% 2 -graphite 'gr&faIt L@% 2 -graphs grAfs Kj% 1 -grapnel 'gr&pnl K6$ 2 -grapnels 'gr&pnlz Kj$ 2 -grapple 'gr&pl I2% 22A,2C,3A -grappled 'gr&pld Ic%,Id% 22A,2C,3A -grapples 'gr&plz Ia% 22A,2C,3A -grappling 'gr&plIN Ib% 22A,2C,3A -grappling-iron 'gr&plIN-aI@n K6$ 4 -grappling-irons 'gr&plIN-aI@nz Kj$ 4 -grasp grAsp J0%,K6% 13A,6A -grasped grAspt Jc%,Jd% 13A,6A -grasping 'grAspIN Jb%,OA% 23A,6A -grasps grAsps Ja%,Kj% 13A,6A -grass grAs J1%,M7% 12A,3A,6A,15B -grassed grAst Jc%,Jd% 12A,3A,6A,15B -grasses 'grAsIz Ja%,Mj% 22A,3A,6A,15B -grasshopper 'grAsh0p@R K6% 3 -grasshoppers 'grAsh0p@z Kj% 3 -grassier 'grAsI@R Or% 3 -grassiest 'grAsIIst Os% 3 -grassing 'grAsIN Jb% 22A,3A,6A,15B -grassland 'grAsl&nd K6% 2 -grasslands 'grAsl&ndz Kj% 2 -grassroots 'grAsruts Kj% 2 -grassy 'grAsI OD% 2 -grate greIt J2%,K6% 12A,3A,6A,15A -grated 'greItId Jc%,Jd% 22A,3A,6A,15A -grateful 'greItf@l OA% 2 -gratefully 'greItf@lI Pu% 3 -gratefulness 'greItf@ln@s L@% 3 -grater 'greIt@R K6% 2 -graters 'greIt@z Kj% 2 -grates greIts Ja%,Kj% 12A,3A,6A,15A -gratification ,gr&tIfI'keISn M6% 5 -gratifications ,gr&tIfI'keISnz Mj% 5 -gratified 'gr&tIfaId Hc%,Hd% 36A -gratifies 'gr&tIfaIz Ha% 36A -gratify 'gr&tIfaI H3% 36A -gratifying 'gr&tIfaIIN Hb%,OA% 46A -grating 'greItIN Jb%,K6% 22A,3A,6A,15A -gratingly 'greItINlI Pu% 3 -gratings 'greItINz Kj$ 2 -gratis 'gr&tIs OA%,Pu% 2 -gratitude 'gr&tItjud L@% 3 -gratuities gr@'tjuItIz Kj% 4 -gratuitous gr@'tjuIt@s OA% 4 -gratuitously gr@'tjuIt@slI Pu% 5 -gratuity gr@'tjuItI K8% 4 -grave grAv K6% 1 -grave greIv H5$,K6%,OB% 1 -grave-clothes 'greIv-kl@UDz Kj% 2 -gravel 'gr&vl H4$,L@% 26A -gravelled 'gr&vld Hc$,Hd% 26A -gravelling 'gr&v@lIN Hb$ 36A -gravelly 'gr&v@lI OA% 3 -gravels 'gr&vlz Ha$ 26A -gravely 'greIvlI Pu$ 2 -graven 'greIv@n Hd$,OA% 2 -graver 'greIv@R Or% 2 -graves grAvz Kj$ 1 -graves greIvz Kj% 1 -gravest 'greIvIst Os% 2 -gravestone 'greIvst@Un K6% 2 -gravestones 'greIvst@Unz Kj% 2 -graveyard 'greIvjAd K6% 2 -graveyards 'greIvjAdz Kj% 2 -graving dock 'greIvIN d0k K6$ 3 -graving docks 'greIvIN d0ks Kj$ 3 -gravitate 'gr&vIteIt I2% 33A -gravitated 'gr&vIteItId Ic%,Id% 43A -gravitates 'gr&vIteIts Ia% 33A -gravitating 'gr&vIteItIN Ib% 43A -gravitation ,gr&vI'teISn L@% 4 -gravity 'gr&vItI L@% 3 -gravure gr@'vjU@R K6$ 2 -gravures gr@'vjU@z Kj$ 2 -gravy 'greIvI L@% 2 -gravy-boat 'greIvI-b@Ut K6% 3 -gravy-boats 'greIvI-b@Uts Kj% 3 -gray greI J0$,M6%,OC% 12A,6A -grayed greId Jc$,Jd$ 12A,6A -grayer 'greI@R Or% 2 -grayest 'greIIst Os% 2 -graying 'greIIN Jb% 22A,6A -grays greIz Ja$,Mj% 12A,6A -graze greIz J2%,K6% 12A,2C,6A -grazed greIzd Jc%,Jd% 12A,2C,6A -grazes 'greIzIz Ja%,Kj% 22A,2C,6A -grazier 'greIzI@R K6$ 3 -graziers 'greIzI@z Kj$ 3 -grazing 'greIzIN Jb% 22A,2C,6A -grazing-land 'greIzIN-l&nd K6% 3 -grazing-lands 'greIzIN-l&ndz Kj% 3 -grease gris H2%,L@% 1 -grease-gun 'gris-gVn K6% 2 -grease-guns 'gris-gVnz Kj% 2 -greased grist Hc%,Hd% 1 -greasepaint 'grispeInt L@% 2 -greaseproof 'grispruf OA% 2 -greaser 'gris@R K6% 2 -greasers 'gris@z Kj% 2 -greases 'grisIz Ha% 2 -greasier 'grisI@R Or% 3 -greasiest 'grisIIst Os% 3 -greasily 'grisIlI Pu% 3 -greasiness 'grisIn@s L@% 3 -greasing 'grisIN Hb% 2 -greasy 'grisI OD% 2 -great greIt OC* 1 -greatcoat 'greItk@Ut K6% 2 -greatcoats 'greItk@Uts Kj% 2 -greater 'greIt@R Or% 2 -greatest 'greItIst Os% 2 -greatly 'greItlI Pu% 2 -greatness 'greItn@s L@% 2 -greaves grivz Kj$ 1 -grebe grib K6$ 1 -grebes gribz Kj$ 1 -greed grid L@% 1 -greedier 'gridI@R Or% 3 -greediest 'gridIIst Os% 3 -greedily 'gridIlI Pu% 3 -greediness 'gridIn@s L@% 3 -greedy 'gridI OD% 2 -green grin M6%,OC% 1 -greenback 'grinb&k K6$ 2 -greenbacks 'grinb&ks Kj$ 2 -greener 'grin@R Or% 2 -greenery 'grin@rI L@% 3 -greenest 'grinIst Os% 2 -greeneyed 'grinaId OA% 2 -greenfly 'grinflaI L@% 2 -greengage 'gringeIdZ K6% 2 -greengages 'gringeIdZIz Kj% 3 -greengrocer 'gringr@Us@R K6% 3 -greengroceries 'gringr@Us@rIz Kj$ 4 -greengrocers 'gringr@Us@z Kj% 3 -greengrocery 'gringr@Us@rI K8% 4 -greenhorn 'grinhOn K6$ 2 -greenhorns 'grinhOnz Kj$ 2 -greenhouse 'grinhaUs K6% 2 -greenhouses 'grinhaUzIz Kj% 3 -greenish 'grinIS OA% 2 -greenishness 'grinISn@s L@% 3 -greens grinz Mj% 1 -greenstuffs 'grinstVfs Kj$ 2 -greensward 'grinswOd L@$ 2 -greenwood 'grinwUd K6$ 2 -greenwoods 'grinwUdz Kj$ 2 -greet grit H0% 16A,14 -greeted 'gritId Hc%,Hd% 26A,14 -greeting 'gritIN Hb%,K6% 26A,14 -greetings 'gritINz Kj% 2 -greets grits Ha% 16A,14 -gregarious grI'ge@rI@s OA% 4 -gregariously grI'ge@rI@slI Pu% 5 -gregariousness grI'ge@rI@sn@s L@% 5 -gremlin 'gremlIn K6% 2 -gremlins 'gremlInz Kj% 2 -grenade grI'neId K6% 2 -grenades grI'neIdz Kj% 2 -grenadier ,gren@'dI@R K6% 4 -grenadiers ,gren@'dI@z Kj% 4 -grew gru Jc% 12A,2C,2D,3A,4A,6A,12B,13B -grey greI J0$,M6%,OC% 12A,6A -grey-headed greI-'hedId OA% 3 -greybeard 'greIbI@d K6% 2 -greybeards 'greIbI@dz Kj% 2 -greyed greId Jc$,Jd$ 12A,6A -greyer 'greI@R Or% 2 -greyest 'greIIst Os% 2 -greyhound 'greIhaUnd K6% 2 -greyhounds 'greIhaUndz Kj% 2 -greying 'greIIN Jb% 22A,6A -greyish 'greIIS OA% 2 -greyly 'greIlI Pu% 2 -greys greIz Ja$,Mj% 12A,6A -grid grId K6% 1 -griddle 'grIdl K6% 2 -griddles 'grIdlz Kj% 2 -gridiron 'grIdaI@n K6% 3 -gridirons 'grIdaI@nz Kj$ 3 -grids grIdz Kj% 1 -grief grif M6% 1 -griefs grifs Mj% 1 -grievance 'grivns K6% 2 -grievances 'grivnsIz Kj% 3 -grieve griv J2% 12A,2C,6A -grieved grivd Jc%,Jd% 12A,2C,6A -grieves grivz Ja% 12A,2C,6A -grieving 'grivIN Jb% 22A,2C,6A -grievous 'griv@s OA% 2 -grievously 'griv@slI Pu% 3 -griffin 'grIfIn K6$ 2 -griffins 'grIfInz Kj$ 2 -griffon 'grIf@n K6$ 2 -griffons 'grIf@nz Kj$ 2 -grill grIl J0%,K6% 12A,2C,6A -grille grIl K6$ 1 -grilled grIld Jc%,Jd% 12A,2C,6A -grilles grIlz Kj$ 1 -grilling 'grIlIN Jb% 22A,2C,6A -grillroom 'grIlrum K6% 2 -grillrooms 'grIlrumz Kj% 2 -grills grIlz Ja%,Kj% 12A,2C,6A -grim grIm OE% 1 -grimace grI'meIs I2%,K6% 22A -grimaced grI'meIst Ic%,Id% 22A -grimaces grI'meIsIz Ia%,Kj% 32A -grimacing grI'meIsIN Ib% 32A -grime graIm H2$,L@% 16A -grimed graImd Hc$,Hd% 16A -grimes graImz Ha$ 16A -grimier 'graImI@R Or% 3 -grimiest 'graImIIst Os% 3 -griming 'graImIN Hb$ 26A -grimly 'grImlI Pu% 2 -grimmer 'grIm@R Or% 2 -grimmest 'grImIst Os% 2 -grimness 'grImn@s L@% 2 -grimy 'graImI OD% 2 -grin grIn J4%,K6% 12A,2C,6A -grind graInd J5%,K6% 12A,2C,6A,15A,15B -grinder 'graInd@R K6% 2 -grinders 'graInd@z Kj% 2 -grinding 'graIndIN Jb% 22A,2C,6A,15A,15B -grinds graIndz Ja%,Kj% 12A,2C,6A,15A,15B -grindstone 'graIndst@Un K6$ 2 -grindstones 'graIndst@Unz Kj$ 2 -grinned grInd Jc%,Jd% 12A,2C,6A -grinning 'grInIN Jb% 22A,2C,6A -grins grInz Ja%,Kj% 12A,2C,6A -grip grIp J4%,K6% 12A,6A -gripes graIps Kj% 1 -grippe grip K6$ 1 -gripped grIpt Jc%,Jd% 12A,6A -grippes grips Kj$ 1 -gripping 'grIpIN Jb% 22A,6A -grips grIps Ja%,Kj% 12A,6A -gripsack 'grIps&k K6$ 2 -gripsacks 'grIps&ks Kj$ 2 -grisly 'grIzlI OA% 2 -grist grIst L@% 1 -gristle 'grIsl L@% 2 -grit grIt H4%,L@% 1 -grits grIts Ha%,Lk% 1 -gritted 'grItId Hc%,Hd% 2 -grittier 'grItI@R Or% 3 -grittiest 'grItIIst Os% 3 -gritting 'grItIN Hb% 2 -gritty 'grItI OD% 2 -grizzle 'grIzl I2% 2 -grizzled 'grIzld Ic%,Id%,OA% 2 -grizzles 'grIzlz Ia% 2 -grizzlies 'grIzlIz Kj$ 2 -grizzling 'grIzlIN Ib% 2 -grizzly 'grIzlI K8$ 2 -groan gr@Un J0%,K6% 12A,2C,6A,15B -groaned gr@Und Jc%,Jd% 12A,2C,6A,15B -groaning 'gr@UnIN Jb% 22A,2C,6A,15B -groans gr@Unz Ja%,Kj% 12A,2C,6A,15B -groat gr@Ut K6$ 1 -groats gr@Uts Kj$ 1 -grocer 'gr@Us@R K6% 2 -groceries 'gr@Us@rIz Mj% 3 -grocers 'gr@Us@z Kj% 2 -grocery 'gr@Us@rI M8% 3 -grog gr0g L@% 1 -groggier 'gr0gI@R Or$ 3 -groggiest 'gr0gIIst Os$ 3 -groggy 'gr0gI OD% 2 -groin groIn H0$,K6% 1 -groined groInd Hc$,Hd% 1 -groining 'groInIN Hb$ 2 -groins groInz Ha$,Kj$ 1 -groom grum H0%,K6% 16A -groomed grumd Hc%,Hd% 16A -grooming 'grumIN Hb% 26A -grooms grumz Ha%,Kj% 16A -groove gruv H2$,K6% 1 -grooved gruvd Hc$,Hd% 1 -groover 'gruv@R K6% 2 -groovers 'gruv@z Kj% 2 -grooves gruvz Ha$,Kj% 1 -groovier 'gruvI@R Or% 3 -grooviest 'gruvIIst Os% 3 -grooving 'gruvIN Hb$ 2 -groovy 'gruvI OD% 2 -grope gr@Up J2% 12A,2C,3A,15A -groped gr@Upt Jc%,Jd% 12A,2C,3A,15A -gropes gr@Ups Ja% 12A,2C,3A,15A -groping 'gr@UpIN Jb% 22A,2C,3A,15A -gropingly 'gr@UpINlI Pu% 3 -gross gr@Us H1%,K9%,OA% 16A -grossed gr@Ust Hc%,Hd% 16A -grosses 'gr@UsIz Ha% 26A -grossing 'gr@UsIN Hb% 26A -grossly 'gr@UslI Pu% 2 -grossness 'gr@Usn@s L@% 2 -grot gr0t M6% 1 -grotesque gr@U'tesk K6%,OA% 2 -grotesquely gr@U'tesklI Pu% 3 -grotesqueness gr@U'teskn@s L@% 3 -grotesques gr@U'tesks Kj$ 2 -grots gr0ts Mj$ 1 -grottier 'gr0tI@R Or% 3 -grottiest 'gr0tIIst Os% 3 -grotto 'gr0t@U K6% 2 -grottoes 'gr0t@Uz Kj% 2 -grottos 'gr0t@Uz Kj% 2 -grotty 'gr0tI OD% 2 -grouch graUtS I1%,K7% 1 -grouched graUtSt Ic%,Id% 1 -grouches 'graUtSIz Ia%,Kj% 2 -grouchier 'graUtSI@R Or$ 3 -grouchiest 'graUtSIIst Os$ 3 -grouching 'graUtSIN Ib% 2 -grouchy 'graUtSI OD% 2 -ground graUnd J0%,Jc%,Jd%,M6% 12A,2C,6A,14,15A,15B -ground-bait 'graUnd-beIt L@% 2 -ground-fish 'graUnd-fIS K9$ 2 -ground-fishes 'graUnd-fISIz Kj$ 3 -ground-plan 'graUnd-pl&n K6% 2 -ground-plans 'graUnd-pl&nz Kj% 2 -ground-rent 'graUnd-rent M6% 2 -ground-rents 'graUnd-rents Mj$ 2 -grounded 'graUndId Jc%,Jd% 22A,2C,6A,14,15A,15B -grounding 'graUndIN Jb%,K6% 22A,2C,6A,14,15A,15B -groundings 'graUndINz Kj% 2 -groundless 'graUndlIs OA% 2 -groundnut 'graUndnVt K6% 2 -groundnuts 'graUndnVts Kj% 2 -grounds graUndz Ja%,Mj% 12A,2C,6A,14,15A,15B -groundsel 'graUnsl L@$ 2 -groundsheet 'graUndSit K6% 2 -groundsheets 'graUndSits Kj% 2 -groundsman 'graUndzm@n Ki% 2 -groundsmen 'graUndzm@n Kj% 2 -groundwork 'graUndw3k L@% 2 -group grup J0%,K6* 12C,6A,15A,15B -grouped grupt Jc%,Jd% 12C,6A,15A,15B -grouping 'grupIN Jb%,K6% 22C,6A,15A,15B -groupings 'grupINz Kj% 2 -groups grups Ja%,Kj% 12C,6A,15A,15B -grouse graUs I2%,K9% 12A,2C -groused graUst Ic%,Id% 12A,2C -grouses 'graUsIz Ia%,Kj% 22A,2C -grousing 'graUsIN Ib% 22A,2C -grove gr@Uv K6% 1 -grovel 'gr0vl I4% 22A,2C -grovelled 'gr0vld Ic%,Id% 22A,2C -groveller 'gr0vl@R K6% 3 -grovellers 'gr0vl@z Kj% 3 -grovelling 'gr0v@lIN Ib% 32A,2C -grovels 'gr0vlz Ia% 22A,2C -groves gr@Uvz Kj% 1 -grow gr@U J5% 12A,2C,2D,3A,4A,6A,12B,13B -grower 'gr@U@R K6% 2 -growers 'gr@U@z Kj% 2 -growing 'gr@UIN Jb% 22A,2C,2D,3A,4A,6A,12B,13B -growing-pains 'gr@UIN-peInz Kj% 3 -growl graUl J0%,K6% 12A,2C,6A,15B -growled graUld Jc%,Jd% 12A,2C,6A,15B -growler 'graUl@R K6% 2 -growlers 'graUl@z Kj% 2 -growling 'graUlIN Jb% 22A,2C,6A,15B -growlingly 'graUlINlI Pu$ 3 -growls graUlz Ja%,Kj% 12A,2C,6A,15B -grown gr@Un Jd% 12A,2C,2D,3A,4A,6A,12B,13B -grown-up 'gr@Un-Vp K6%,OA% 2 -grown-ups 'gr@Un-Vps Kj% 2 -grows gr@Uz Ja% 12A,2C,2D,3A,4A,6A,12B,13B -growth gr@UT M6% 1 -growths gr@UTs Mj% 1 -groyne groIn K6$ 1 -groynes groInz Kj$ 1 -grub grVb J4$,M6% 12C,6A,15B -grubbed grVbd Jc$,Jd$ 12C,6A,15B -grubbier 'grVbI@R Or% 3 -grubbiest 'grVbIIst Os% 3 -grubbiness 'grVbInIs L@% 3 -grubbing 'grVbIN Jb% 22C,6A,15B -grubby 'grVbI OD% 2 -grubs grVbz Ja$,Mj% 12C,6A,15B -grudge grVdZ H2%,K6% 16C,12A,13A -grudged grVdZd Hc%,Hd% 16C,12A,13A -grudges 'grVdZIz Ha%,Kj% 26C,12A,13A -grudging 'grVdZIN Hb% 26C,12A,13A -grudgingly 'grVdZINlI Pu% 3 -gruel 'gru@l L@$ 2 -gruelling 'gru@lIN OA% 3 -gruesome 'grus@m OA% 2 -gruesomely 'grus@mlI Pu% 3 -gruesomeness 'grus@mn@s L@$ 3 -gruff grVf OC% 1 -gruffer 'grVf@R Or% 2 -gruffest 'grVfIst Os% 2 -gruffly 'grVflI Pu% 2 -gruffness 'grVfn@s L@% 2 -grumble 'grVmbl J2%,K6% 22A,2C,3A,6A,15B -grumbled 'grVmbld Jc%,Jd% 22A,2C,3A,6A,15B -grumbler 'grVmbl@R K6% 2 -grumblers 'grVmbl@z Kj% 2 -grumbles 'grVmblz Ja%,Kj% 22A,2C,3A,6A,15B -grumbling 'grVmblIN Jb% 22A,2C,3A,6A,15B -grumpier 'grVmpI@R Or% 3 -grumpiest 'grVmpIIst Os% 3 -grumpily 'grVmpIlI Pu% 3 -grumpiness 'grVmpIn@s L@% 3 -grumpy 'grVmpI OD% 2 -grunt grVnt J0%,K6% 12A,6A,15B -grunted 'grVntId Jc%,Jd% 22A,6A,15B -grunting 'grVntIN Jb% 22A,6A,15B -grunts grVnts Ja%,Kj% 12A,6A,15B -gryphon 'grIf@n K6$ 2 -gryphons 'grIf@nz Kj$ 2 -guano 'gwAn@U M6$ 2 -guanos 'gwAn@Uz Mj$ 2 -guarantee ,g&r@n'ti H5%,K6% 36A,7A,9,12A,13A,25 -guaranteed ,g&r@n'tid Hc%,Hd% 36A,7A,9,12A,13A,25 -guaranteeing ,g&r@n'tiIN Hb% 46A,7A,9,12A,13A,25 -guarantees ,g&r@n'tiz Ha%,Kj% 36A,7A,9,12A,13A,25 -guaranties 'g&r@ntIz Kj$ 3 -guarantor ,g&r@n'tOR K6% 3 -guarantors ,g&r@n'tOz Kj% 3 -guaranty 'g&r@ntI K8$ 3 -guard gAd J0%,M6% 13A,6A,15A -guard-boat 'gAd-b@Ut K6$ 2 -guard-boats 'gAd-b@Uts Kj$ 2 -guarded 'gAdId Jc%,Jd%,OA% 23A,6A,15A -guardedly 'gAdIdlI Pu% 3 -guardhouse 'gAdhaUs K6% 2 -guardhouses 'gAdhaUzIz Kj% 3 -guardian 'gAdI@n K6% 3 -guardians 'gAdI@nz Kj% 3 -guardianship 'gAdI@nSIp K6% 4 -guardianships 'gAdI@nSIps Kj$ 4 -guarding 'gAdIN Jb% 23A,6A,15A -guardrail 'gAdreIl K6% 2 -guardrails 'gAdreIlz Kj% 2 -guardroom 'gAdrum K6% 2 -guardrooms 'gAdrumz Kj% 2 -guards gAdz Ja%,Mj% 13A,6A,15A -guardship 'gAdSIp K6$ 2 -guardships 'gAdSIps Kj$ 2 -guardsman 'gAdzm@n Ki% 2 -guardsmen 'gAdzm@n Kj% 2 -guava 'gwAv@ M6% 2 -guavas 'gwAv@z Mj% 2 -gudgeon 'gVdZ@n K6$ 2 -gudgeons 'gVdZ@nz Kj$ 2 -guelder rose 'geld@ r@Uz K6$ 3 -guelder roses 'geld@ r@UzIz Kj$ 4 -guerilla g@'rIl@ K6% 3 -guerillas g@'rIl@z Kj% 3 -guerrilla g@'rIl@ K6$ 3 -guerrillas g@'rIl@z Kj$ 3 -guess ges J1%,K7% 12A,2C,3A,6A,8,9,10,25 -guessed gest Jc%,Jd% 12A,2C,3A,6A,8,9,10,25 -guesses 'gesIz Ja%,Kj% 22A,2C,3A,6A,8,9,10,25 -guessing 'gesIN Jb% 22A,2C,3A,6A,8,9,10,25 -guesstimate 'gestIm@t K6$ 3 -guesstimates 'gestIm@ts Kj$ 3 -guesswork 'gesw3k L@% 2 -guest gest K6% 1 -guest-night 'gest-naIt K6% 2 -guest-nights 'gest-naIts Kj% 2 -guesthouse 'gesthaUs K6% 2 -guesthouses 'gesthaUzIz Kj% 3 -guestroom 'gestrum K6% 2 -guestrooms 'gestrumz Kj% 2 -guests gests Kj% 1 -guffaw g@'fO I0%,K6% 2 -guffawed g@'fOd Ic%,Id% 2 -guffawing g@'fOIN Ib$ 3 -guffaws g@'fOz Ia%,Kj% 2 -guidance 'gaIdns L@% 2 -guide gaId H2%,K6% 16A,15A,15B -guidebook 'gaIdbUk K6% 2 -guidebooks 'gaIdbUks Kj% 2 -guided 'gaIdId Hc%,Hd% 26A,15A,15B -guideline 'gaIdlaIn K6% 2 -guidelines 'gaIdlaInz Kj% 2 -guides gaIdz Ha%,Kj% 16A,15A,15B -guiding 'gaIdIN Hb% 26A,15A,15B -guild gIld K6% 1 -guilder 'gIld@R K6$ 2 -guilders 'gIld@z Kj$ 2 -guildhall 'gIldhOl K6% 2 -guildhalls 'gIldhOlz Kj$ 2 -guilds gIldz Kj% 1 -guile gaIl L@% 1 -guileful 'gaIlf@l OA% 2 -guileless 'gaIl+l@s OA% 2 -guillemot 'gIlIm0t K6$ 3 -guillemots 'gIlIm0ts Kj$ 3 -guillotine 'gIl@tin H2%,K6% 36A -guillotined 'gIl@tind Hc%,Hd% 36A -guillotines 'gIl@tinz Ha%,Kj% 36A -guillotining 'gIl@tinIN Hb% 46A -guilt gIlt L@% 1 -guiltier 'gIltI@R Or% 3 -guiltiest 'gIltIIst Os% 3 -guiltily 'gIltIlI Pu% 3 -guiltiness 'gIltIn@s L@% 3 -guiltless 'gIltl@s OA% 2 -guilty 'gIltI OD% 2 -guinea 'gInI K6% 2 -guinea-fowl 'gInI-faUl K9% 3 -guinea-pig 'gInI-pIg K6% 3 -guinea-pigs 'gInI-pIgz Kj% 3 -guineas 'gInIz Kj% 2 -guise gaIz K6% 1 -guises 'gaIzIz Kj% 2 -guitar gI'tAR K6% 2 -guitarist gI'tArIst K6% 3 -guitarists gI'tArIsts Kj% 3 -guitars gI'tAz Kj% 2 -gulch gVltS K7$ 1 -gulches 'gVltSIz Kj$ 2 -gulden 'gUld@n K6$ 2 -guldens 'gUld@nz Kj$ 2 -gulf gVlf K6% 1 -gulfs gVlfs Kj% 1 -gull gVl H0%,K6% 16A,15A -gulled gVld Hc%,Hd% 16A,15A -gullet 'gVlIt K6% 2 -gullets 'gVlIts Kj% 2 -gullibility ,gVl@'bIlItI L@% 5 -gullible 'gVlIbl OA% 3 -gullies 'gVlIz Kj% 2 -gulling 'gVlIN Hb% 26A,15A -gulls gVlz Ha%,Kj% 16A,15A -gully 'gVlI K8% 2 -gulp gVlp J0%,K6% 12A,6A,15B -gulped gVlpt Jc%,Jd% 12A,6A,15B -gulping 'gVlpIN Jb% 22A,6A,15B -gulps gVlps Ja%,Kj% 12A,6A,15B -gum gVm H4%,M6% 16A,15A,15B -gumbo 'gVmb@U K6$ 2 -gumboil 'gVmboIl K6% 2 -gumboils 'gVmboIlz Kj% 2 -gumboot 'gVmbut K6% 2 -gumboots 'gVmbuts Kj% 2 -gumbos 'gVmb@Uz Kj$ 2 -gummed gVmd Hc%,Hd% 16A,15A,15B -gummier 'gVmI@R Or$ 3 -gummiest 'gVmIIst Os$ 3 -gumming 'gVmIN Hb% 26A,15A,15B -gummy 'gVmI OD% 2 -gumption 'gVmpSn L@% 2 -gums gVmz Ha%,Mj% 16A,15A,15B -gumshoe 'gVmSu K6$ 2 -gumshoes 'gVmSuz Kj$ 2 -gun gVn H4%,K6% 16A,15B -gun-carriage 'gVn-k&rIdZ K6% 3 -gun-carriages 'gVn-k&rIdZIz Kj% 4 -gunboat 'gVnb@Ut K6% 2 -gunboats 'gVnb@Uts Kj% 2 -guncotton 'gVnk0tn L@$ 3 -gundog 'gVnd0g K6% 2 -gundogs 'gVnd0gz Kj% 2 -gunfire 'gVnfaI@R L@% 2 -gunman 'gVnm@n Ki% 2 -gunmen 'gVnm@n Kj% 2 -gunmetal 'gVnmetl L@% 3 -gunned gVnd Hc%,Hd% 16A,15B -gunner 'gVn@R K6% 2 -gunners 'gVn@z Kj% 2 -gunnery 'gVn@rI L@% 3 -gunning 'gVnIN Hb% 26A,15B -gunny 'gVnI L@$ 2 -gunplay 'gVnpleI L@% 2 -gunpoint 'gVnpoInt Ki% 2 -gunpowder 'gVnpaUd@R L@% 3 -gunroom 'gVnrum K6% 2 -gunrooms 'gVnrumz Kj% 2 -gunrunner 'gVnrVn@R K6% 3 -gunrunners 'gVnrVn@z Kj% 3 -gunrunning 'gVnrVnIN L@% 3 -guns gVnz Ha%,Kj% 16A,15B -gunshot 'gVnS0t M6% 2 -gunshots 'gVnS0ts Mj% 2 -gunsmith 'gVnsmIT K6% 2 -gunsmiths 'gVnsmITs Kj% 2 -gunwale 'gVnl K6$ 2 -gunwales 'gVnlz Kj$ 2 -gurgle 'g3gl I2%,M6% 2 -gurgled 'g3gld Ic%,Id% 2 -gurgles 'g3glz Ia%,Mj% 2 -gurgling 'g3glIN Ib% 2 -guru 'gUru K6% 2 -gurus 'gUruz Kj% 2 -gush gVS I1%,K7% 12A,2C,3A -gushed gVSt Ic%,Id% 12A,2C,3A -gusher 'gVS@R K6$ 2 -gushers 'gVS@z Kj$ 2 -gushes 'gVSIz Ia%,Kj% 22A,2C,3A -gushing 'gVSIN Ib%,OA% 22A,2C,3A -gushingly 'gVSINlI Pu% 3 -gusset 'gVsIt K6% 2 -gusseted 'gVsItId OA% 3 -gussets 'gVsIts Kj% 2 -gust gVst K6% 1 -gustation gV'steISn L@$ 3 -gustier 'gVstI@R Or$ 3 -gustiest 'gVstIIst Os$ 3 -gusto 'gVst@U L@% 2 -gusts gVsts Kj% 1 -gusty 'gVstI OD% 2 -gut gVt H4%,M6% 16A -gutless 'gVtl@s OA% 2 -guts gVts Ha%,Mj% 16A -gutta-percha ,gVt@-'p3tS@ L@$ 4 -gutted 'gVtId Hc%,Hd% 26A -gutter 'gVt@R I0%,K6% 22A -guttered 'gVt@d Ic%,Id% 22A -guttering 'gVt@rIN Ib% 32A -gutters 'gVt@z Ia%,Kj% 22A -guttersnipe 'gVt@snaIp K6% 3 -guttersnipes 'gVt@snaIps Kj% 3 -gutting 'gVtIN Hb% 26A -guttural 'gVt@r@l K6%,OA% 3 -gutturally 'gVt@r@lI Pu% 4 -gutturals 'gVt@r@lz Kj% 3 -guvnor 'gVvn@R K6$ 2 -guvnors 'gVvn@z Kj$ 2 -guy gaI H0$,K6% 16A -guyed gaId Hc$,Hd$ 16A -guying 'gaIIN Hb$ 26A -guys gaIz Ha$,Kj% 16A -guzzle 'gVzl J2% 22A,6A,15B -guzzled 'gVzld Jc%,Jd% 22A,6A,15B -guzzler 'gVzl@R K6% 2 -guzzlers 'gVzl@z Kj% 2 -guzzles 'gVzlz Ja% 22A,6A,15B -guzzling 'gVzlIN Jb% 22A,6A,15B -gybe dZaIb J2$ 12A,6A -gybed dZaIbd Jc$,Jd$ 12A,6A -gybes dZaIbz Ja$ 12A,6A -gybing 'dZaIbIN Jb$ 22A,6A -gym dZIm K6% 1 -gymkhana dZIm'kAn@ K6% 3 -gymkhanas dZIm'kAn@z Kj% 3 -gymnasium dZIm'neIzI@m K6% 4 -gymnasiums dZIm'neIzI@mz Kj% 4 -gymnast 'dZImn&st K6% 2 -gymnastic dZIm'n&stIk OA% 3 -gymnastics dZIm'n&stIks Lk% 3 -gymnasts 'dZImn&sts Kj% 2 -gyms dZImz Kj% 1 -gymslip 'dZImslIp K6% 2 -gymslips 'dZImslIps Kj% 2 -gynaecological ,gaInIk@'l0dZIkl OA% 6 -gynaecologist ,gaInI'k0l@dZIst K6% 5 -gynaecologists ,gaInI'k0l@dZIsts Kj% 5 -gynaecology ,gaInI'k0l@dZI L@% 5 -gynecological ,gaInIk@'l0dZIkl OA$ 6 -gynecologist ,gaInI'k0l@dZIst K6$ 5 -gynecologists ,gaInI'k0l@dZIsts Kj$ 5 -gyp dZIp H4$,K6% 16A -gypped dZIpt Hc$,Hd$ 16A -gypping 'dZIpIN Hb$ 26A -gyps dZIps Ha$,Kj$ 16A -gypsum 'dZIps@m L@% 2 -gyrate ,dZaI'reIt I2% 2 -gyrated ,dZaI'reItId Ic%,Id% 3 -gyrates ,dZaI'reIts Ia% 2 -gyrating ,dZaI'reItIN Ib% 3 -gyration ,dZaI'reISn M6% 3 -gyrations ,dZaI'reISnz Mj% 3 -gyro 'dZaI@r@U K6$ 2 -gyros 'dZaI@r@Uz Kj$ 2 -gyroscope 'dZaIr@sk@Up K6% 3 -gyroscopes 'dZaIr@sk@Ups Kj% 3 -gyroscopic ,dZaIr@'sk0pIk OA% 4 -h eItS Ki$ 1 -h'm h@m I4$,W-$ 1 -h'mmed h@md Ic$,Id$ 1 -h'mming 'h@mIN Ib$ 1 -h'ms h@mz Ia$ 1 -h's 'eItSIz Kj$ 2 -ha hA W-% 1 -ha'p'orth 'heIp@T K6$ 2 -ha'p'orths 'heIp@Ts Kj$ 2 -ha'pennies 'heIpnIz Kj% 2 -ha'penny 'heIpnI K8% 2 -habeas corpus ,heIbI@s 'kOp@s L@% 4 -haberdasher 'h&b@d&S@R K6% 4 -haberdashers 'h&b@d&S@z Kj% 4 -haberdashery ,h&b@'d&S@rI L@% 5 -habiliments h@'bIlIm@nts Kj$ 4 -habit 'h&bIt M6% 2 -habitable 'h&bIt@bl OA% 4 -habitat 'h&bIt&t K6% 3 -habitation ,h&bI'teISn M6% 4 -habitations ,h&bI'teISnz Mj% 4 -habitats 'h&bIt&ts Kj% 3 -habits 'h&bIts Mj% 2 -habitu_e h@'bItSUeI K6% 4 -habitu_es h@'bItSUeIz Kj% 4 -habitual h@'bItSU@l OA% 4 -habitually h@'bItSU@lI Pu% 5 -habituate h@'bItSUeIt H2$ 414 -habituated h@'bItSUeItId Hc$,Hd% 514 -habituates h@'bItSUeIts Ha$ 414 -habituating h@'bItSUeItIN Hb$ 514 -habituation h@,bItSU'eISn L@% 5 -habitude 'h&bItjud L@$ 3 -hacienda ,h&sI'end@ K6$ 4 -haciendas ,h&sI'end@z Kj$ 4 -hack h&k J0%,K6% 12A,2C,3A,6A,15A,15B -hacked h&kt Jc%,Jd% 12A,2C,3A,6A,15A,15B -hacking 'h&kIN Jb% 22A,2C,3A,6A,15A,15B -hackles 'h&klz Kj% 2 -hackney 'h&knI K6$ 2 -hackneyed 'h&knId OA% 2 -hackneys 'h&knIz Kj$ 2 -hacks h&ks Ja%,Kj% 12A,2C,3A,6A,15A,15B -hacksaw 'h&ksO K6% 2 -hacksaws 'h&ksOz Kj% 2 -had h&d Gc*,Gd*,Jc*,Jd* 16A,6B,7B,15B,18C,19B,24B,24C -haddock 'h&d@k M9% 2 -hadn't 'h&dnt Gg% 2 -haematite 'hem@taIt K6$ 3 -haematites 'hem@taIts Kj$ 3 -haemoglobin ,him@'gl@UbIn L@% 4 -haemophilia ,him@'fIlI@ L@% 5 -haemophiliac ,him@'fIlI&k K6% 5 -haemophiliacs ,him@'fIlI&ks Kj% 5 -haemorrhage 'hem@rIdZ M6% 3 -haemorrhages 'hem@rIdZIz Mj% 4 -haemorrhoids 'hem@roIdz Kj% 3 -haft hAft K6$ 1 -hafts hAfts Kj$ 1 -hag h&g K6% 1 -hag-ridden 'h&g-rIdn OA$ 3 -haggard 'h&g@d OA% 2 -haggis 'h&gIs K7% 2 -haggises 'h&gIsIz Kj% 3 -haggle 'h&gl I2% 22A,3A -haggled 'h&gld Ic%,Id% 22A,3A -haggles 'h&glz Ia% 22A,3A -haggling 'h&glIN Ib% 22A,3A -hagiologies ,h&gI'0l@dZIz Kj$ 5 -hagiology ,h&gI'0l@dZI K8$ 5 -hags h&gz Kj% 1 -haha 'hAhA K6$ 2 -hahas 'hAhAz Kj$ 2 -hail heIl J0%,M6% 12C,3A,6A,15B,16B,23 -hailed heIld Jc%,Jd% 12C,3A,6A,15B,16B,23 -hailing 'heIlIN Jb% 22C,3A,6A,15B,16B,23 -hails heIlz Ja%,Mj% 12C,3A,6A,15B,16B,23 -hailstone 'heIlst@Un K6% 2 -hailstones 'heIlst@Unz Kj% 2 -hailstorm 'heIlstOm K6% 2 -hailstorms 'heIlstOmz Kj% 2 -hair he@R M6% 1 -hair's-breadth 'he@z-bretT K6% 2 -hair's-breadths 'he@z-bretTs Kj% 2 -hair-breadth 'he@-bretT K6$ 2 -hair-breadths 'he@-bretTs Kj$ 2 -hair-dye 'he@-daI K6% 2 -hair-dyes 'he@-daIz Kj% 2 -hair-oil 'he@r-oIl M6% 2 -hair-oils 'he@r-oIlz Mj% 2 -hair-raising 'he@-reIzIN OA% 3 -hair-shirt 'he@-S3t K6% 2 -hair-shirts 'he@-S3ts Kj% 2 -hair-slide 'he@-slaId K6% 2 -hair-slides 'he@-slaIdz Kj% 2 -hair-trigger 'he@-trIg@R K6$ 3 -hair-triggers 'he@-trIg@z Kj$ 3 -hairbrush 'he@brVS K7% 2 -hairbrushes 'he@brVSIz Kj% 3 -haircloth 'he@kl0T K6$ 2 -haircloths 'he@kl0Ts Kj$ 2 -haircut 'he@kVt K6% 2 -haircuts 'he@kVts Kj% 2 -hairdo 'he@du K6% 2 -hairdos 'he@duz Kj% 2 -hairdresser 'he@dres@R K6% 3 -hairdressers 'he@dres@z Kj% 3 -hairdressing 'he@dresIN L@% 3 -hairier 'he@rI@R Or% 3 -hairiest 'he@rIIst Os% 3 -hairiness 'he@rIn@s L@% 3 -hairless 'he@l@s OA% 2 -hairlike 'he@laIk OA% 2 -hairline 'he@laIn K6% 2 -hairlines 'he@laInz Kj% 2 -hairnet 'he@net K6% 2 -hairnets 'he@nets Kj% 2 -hairpiece 'he@pis K6% 2 -hairpieces 'he@pisIz Kj% 3 -hairpin 'he@pIn K6% 2 -hairpins 'he@pInz Kj% 2 -hairs he@z Mj% 1 -hairsplitting 'he@splItIN L@%,OA$ 3 -hairspring 'he@sprIN K6$ 2 -hairsprings 'he@sprINz Kj$ 2 -hairstyle 'he@staIl K6% 2 -hairstyles 'he@staIlz Kj% 2 -hairstylist 'he@staIlIst K6% 3 -hairstylists 'he@staIlIsts Kj% 3 -hairy 'he@rI OD% 2 -hake heIk M9% 1 -halberd 'h&lb@d K6$ 2 -halberdier ,h&lb@'dI@R K6$ 4 -halberdiers ,h&lb@'dI@z Kj$ 4 -halberds 'h&lb@dz Kj$ 2 -halcyon 'h&lsI@n OA% 3 -hale heIl OA% 1 -half hAf Ki* 1 -half-baked hAf-'beIkt OA% 2 -half-blood 'hAf-blVd K6$ 2 -half-bloods 'hAf-blVdz Kj$ 2 -half-breed 'hAf-brid K6% 2 -half-breeds 'hAf-bridz Kj% 2 -half-brother 'hAf-brVD@R K6% 3 -half-brothers 'hAf-brVD@z Kj% 3 -half-caste 'hAf-kAst K6% 2 -half-castes 'hAf-kAsts Kj% 2 -half-crazed hAf-'kreIzd OA% 2 -half-crown hAf-'kraUn K6% 2 -half-crowns hAf-'kraUnz Kj% 2 -half-hardy hAf-'hAdI OA$ 3 -half-hearted 'hAf-hAtId OA% 3 -half-heartedly hAf-'hAtIdlI Pu% 4 -half-holiday hAf-'h0l@deI K6% 4 -half-holidays hAf-'h0l@deIz Kj% 4 -half-hour hAf-'aU@R K6% 3 -half-hourly hAf-'aU@lI OA%,Pu% 4 -half-hours hAf-'aU@z Kj% 3 -half-length hAf-'leNT OA% 2 -half-pay hAf-'peI L@% 2 -half-price hAf-'praIs Pu% 2 -half-seas-over ,hAf-siz-'@Uv@R Op$ 4 -half-sister 'hAf-sIst@R K6% 3 -half-sisters 'hAf-sIst@z Kj% 3 -half-size hAf-'saIz OA% 2 -half-timbered hAf-'tImb@d OA% 3 -half-time hAf-'taIm L@% 2 -half-track 'hAf-tr&k K6$ 2 -half-tracked 'hAf-tr&kt OA$ 2 -half-tracks 'hAf-tr&ks Kj$ 2 -half-truth 'hAf-truT K6% 2 -half-truths 'hAf-truDz Kj% 2 -half-volley hAf-'v0lI K6% 3 -half-volleys hAf-'v0lIz Kj% 3 -half-yearly hAf-'j3lI OA%,Pu% 3 -halfback 'hAfb&k K6% 2 -halfbacks 'hAfb&ks Kj% 2 -halfpennies 'heIpnIz Kj% 2 -halfpenny 'heIpnI K8% 2 -halfpennyworth 'heIpnIw3T K6$ 3 -halfpennyworths 'heIpnIw3Ts Kj$ 3 -halftone 'hAft@Un K6% 2 -halftones 'hAft@Unz Kj% 2 -halfway hAf'weI OA%,Pu% 2 -halfwit 'hAfwIt K6% 2 -halfwits 'hAfwIts Kj% 2 -halfwitted 'hAfwItId OA% 3 -halibut 'h&lIb@t M9% 3 -halitosis ,h&lI't@UsIs L@% 4 -hall hOl K6% 1 -hall-stand 'hOl-st&nd K6% 2 -hall-stands 'hOl-st&ndz Kj% 2 -hallelujah ,h&lI'luj@ K6%,W-% 4 -hallelujahs ,h&lI'luj@z Kj% 4 -halliard 'h&lj@d K6$ 2 -halliards 'h&lj@dz Kj$ 2 -hallmark 'hOlmAk K6% 2 -hallmarks 'hOlmAks Kj% 2 -hallo h@'l@U W-$ 2 -halloo h@'lu I0$,K6$,W-$ 2 -hallooed h@'lud Ic$,Id$ 2 -hallooing h@'luIN Ib$ 3 -halloos h@'luz Ia$,Kj$ 2 -hallow 'h&l@U H0%,K6$ 26A -hallowed 'h&l@Ud Hc%,Hd% 26A -hallowing 'h&l@UIN Hb% 36A -hallows 'h&l@Uz Ha%,Kj$ 26A -halls hOlz Kj% 1 -hallucination h@,lusI'neISn M6% 5 -hallucinations h@,lusI'neISnz Mj% 5 -hallucinatory h@'lusIn@trI OA% 5 -hallucinogenic h@,lusIn@'dZenIk OA% 6 -halma 'h&lm@ L@$ 2 -halo 'heIl@U K6% 2 -haloes 'heIl@Uz Kj% 2 -halos 'heIl@Uz Kj% 2 -halt hOlt J0%,K6%,OA% 12A,2C,6A -halted 'hOltId Jc%,Jd% 22A,2C,6A -halter 'hOlt@R K6% 2 -halters 'hOlt@z Kj% 2 -halting 'hOltIN Jb% 22A,2C,6A -haltingly 'hOltINlI Pu% 3 -halts hOlts Ja%,Kj% 12A,2C,6A -halve hAv H2% 16A -halved hAvd Hc%,Hd% 16A -halves hAvz Ha%,Kj% 16A -halving 'hAvIN Hb% 26A -halyard 'h&lj@d K6$ 2 -halyards 'h&lj@dz Kj$ 2 -ham h&m J4%,M6% 12A,6A,15B -ham-fisted h&m-'fIstId OA% 3 -ham-handed h&m-'h&ndId OA% 3 -hamadryad ,h&m@'draI@d K6$ 4 -hamadryads ,h&m@'draI@dz Kj$ 4 -hamburger 'h&mb3g@R K6% 3 -hamburgers 'h&mb3g@z Kj% 3 -hamlet 'h&mlIt K6% 2 -hamlets 'h&mlIts Kj% 2 -hammed h&md Jc%,Jd% 12A,6A,15B -hammer 'h&m@R J0%,K6% 22A,2C,3A,6A,15B,22 -hammered 'h&m@d Jc%,Jd% 22A,2C,3A,6A,15B,22 -hammering 'h&m@rIN Jb% 32A,2C,3A,6A,15B,22 -hammers 'h&m@z Ja%,Kj% 22A,2C,3A,6A,15B,22 -hamming 'h&mIN Jb% 22A,6A,15B -hammock 'h&m@k K6% 2 -hammocks 'h&m@ks Kj% 2 -hamper 'h&mp@R H0%,K6% 26A -hampered 'h&mp@d Hc%,Hd% 26A -hampering 'h&mp@rIN Hb% 36A -hampers 'h&mp@z Ha%,Kj% 26A -hams h&mz Ja%,Mj% 12A,6A,15B -hamster 'h&mst@R K6% 2 -hamsters 'h&mst@z Kj% 2 -hamstring 'h&mstrIN H5%,K6% 26A -hamstringing 'h&mstrININ Hb$ 36A -hamstrings 'h&mstrINz Ha%,Kj% 26A -hamstrung 'h&mstrVN Hc%,Hd% 26A -hand h&nd H0%,K6* 112A,13A,15A,15B -hand-barrow 'h&nd-b&r@U K6% 3 -hand-barrows 'h&nd-b&r@Uz Kj% 3 -hand-grenade 'h&nd-grIneId K6% 3 -hand-grenades 'h&nd-grIneIdz Kj% 3 -hand-luggage 'h&nd-lVgIdZ L@% 3 -hand-me-down 'h&nd-mI-daUn K6% 3 -hand-me-downs 'h&nd-mI-daUnz Kj% 3 -hand-organ 'h&nd-Og@n K6$ 3 -hand-organs 'h&nd-Og@nz Kj$ 3 -hand-out 'h&nd-aUt K6% 2 -hand-outs 'h&nd-aUts Kj% 2 -hand-picked h&nd-'pIkt OA% 2 -handbag 'h&ndb&g K6% 2 -handbags 'h&ndb&gz Kj% 2 -handbill 'h&ndbIl K6% 2 -handbills 'h&ndbIlz Kj% 2 -handbook 'h&ndbUk K6% 2 -handbooks 'h&ndbUks Kj% 2 -handbrake 'h&ndbreIk K6% 2 -handbrakes 'h&ndbreIks Kj% 2 -handcart 'h&ndkAt K6% 2 -handcarts 'h&ndkAts Kj% 2 -handclap 'h&ndkl&p K6% 2 -handclaps 'h&ndkl&ps Kj% 2 -handcuff 'h&ndkVf H0%,K6% 2 -handcuffed 'h&ndkVft Hc%,Hd% 2 -handcuffing 'h&ndkVfIN Hb% 3 -handcuffs 'h&ndkVfs Ha%,Kj% 2 -handed 'h&ndId Hc%,Hd% 212A,13A,15A,15B -handful 'h&ndfUl K6% 2 -handfuls 'h&ndfUlz Kj% 2 -handhold 'h&ndh@Uld K6% 2 -handholds 'h&ndh@Uldz Kj% 2 -handicap 'h&ndIk&p H4%,K6% 36A -handicapped 'h&ndIk&pt Hc%,Hd% 36A -handicapping 'h&ndIk&pIN Hb% 46A -handicaps 'h&ndIk&ps Ha%,Kj% 36A -handicraft 'h&ndIkrAft M6% 3 -handicrafts 'h&ndIkrAfts Mj% 3 -handier 'h&ndI@R Or% 3 -handiest 'h&ndIIst Os% 3 -handily 'h&ndIlI Pu% 3 -handiness 'h&ndIn@s L@% 3 -handing 'h&ndIN Hb% 212A,13A,15A,15B -handiwork 'h&ndIw3k M6% 3 -handiworks 'h&ndIw3ks Mj$ 3 -handkerchief 'h&Nk@tSIf K6% 3 -handkerchiefs 'h&Nk@tSIfs Kj% 3 -handle 'h&ndl H2%,K6% 26A -handlebar 'h&ndlbAR K6% 3 -handlebars 'h&ndlbAz Kj% 3 -handled 'h&ndld Hc%,Hd% 26A -handler 'h&ndl@R K6% 2 -handlers 'h&ndl@z Kj% 2 -handles 'h&ndlz Ha%,Kj% 26A -handling 'h&ndlIN Hb% 26A -handmade h&nd'meId OA% 2 -handmaid 'h&ndmeId K6% 2 -handmaids 'h&ndmeIdz Kj% 2 -handover 'h&nd@Uv@R K6% 3 -handovers 'h&nd@Uv@z Kj$ 3 -handrail 'h&ndreIl K6% 2 -handrails 'h&ndreIlz Kj% 2 -hands h&ndz Ha%,Kj* 112A,13A,15A,15B -handsaw 'h&ndsO K6$ 2 -handsaws 'h&ndsOz Kj$ 2 -handshake 'h&ndSeIk K6% 2 -handshakes 'h&ndSeIks Kj% 2 -handshaking 'h&ndSeIkIN L@% 3 -handsome 'h&ns@m OA% 2 -handsomely 'h&ns@mlI Pu% 3 -handsomest 'h&ns@mIst Os% 3 -handstand 'h&ndst&nd K6% 2 -handstands 'h&ndst&ndz Kj% 2 -handwork 'h&ndw3k L@% 2 -handwriting 'h&ndraItIN L@% 3 -handy 'h&ndI OD% 2 -handyman 'h&ndIm&n Ki% 3 -handymen 'h&ndImen Kj% 3 -hang h&N J0%,Ki% 12A,2B,2C,3A,6A,15A,15B -hang-up 'h&N-Vp K6% 2 -hang-ups 'h&N-Vps Kj% 2 -hangar 'h&N@R K6% 2 -hangars 'h&N@z Kj% 2 -hangdog 'h&Nd0g Oq% 2 -hanged h&Nd Jc%,Jd% 12A,2B,2C,3A,6A,15A,15B -hanger 'h&N@R K6% 2 -hanger-on ,h&N@r-'0n Ki% 3 -hangers 'h&N@z Kj% 2 -hangers-on ,h&N@z-'0n Kj% 3 -hanging 'h&NIN Jb%,M6% 22A,2B,2C,3A,6A,15A,15B -hangings 'h&NINz Mj% 2 -hangman 'h&Nm@n Ki% 2 -hangmen 'h&Nm@n Kj% 2 -hangnail 'h&NneIl K6$ 2 -hangnails 'h&NneIlz Kj$ 2 -hangover 'h&N@Uv@R K6% 3 -hangovers 'h&N@Uv@z Kj% 3 -hangs h&Nz Ja% 12A,2B,2C,3A,6A,15A,15B -hank h&Nk K6$ 1 -hanker 'h&Nk@R I0% 23A -hankered 'h&Nk@d Ic%,Id% 23A -hankering 'h&Nk@rIN Ib%,K6% 33A -hankerings 'h&Nk@rINz Kj% 3 -hankers 'h&Nk@z Ia% 23A -hankies 'h&NkIz Kj% 2 -hanks h&Nks Kj$ 1 -hanky 'h&NkI K8% 2 -hanky-panky ,h&NkI-'p&NkI L@% 4 -hansom 'h&ns@m K6$ 2 -hansoms 'h&ns@mz Kj$ 2 -hap h&p I4$,K6$ 1 -haphazard h&p'h&z@d OA%,Pu% 3 -haphazardly h&p'h&z@dlI Pu% 4 -hapless 'h&plIs OA% 2 -haply 'h&plI Pu$ 2 -happed h&pt Ic$,Id$ 1 -happen 'h&p@n I0% 22A,3A,4E -happened 'h&p@nd Ic%,Id% 22A,3A,4E -happening 'h&p@nIN Ib%,K6% 32A,3A,4E -happenings 'h&p@nINz Kj% 3 -happens 'h&p@nz Ia% 22A,3A,4E -happier 'h&pI@R Or% 3 -happiest 'h&pIIst Os% 3 -happily 'h&pIlI Pu% 3 -happiness 'h&pIn@s L@% 3 -happing 'h&pIN Ib$ 2 -happy 'h&pI OD% 2 -happy-go-lucky ,h&pI-g@U-'lVkI OA% 5 -haps h&ps Ia$,Kj$ 1 -hara-kiri ,h&r@-'kIrI L@$ 4 -harangue h@'r&N J2%,K6% 22A,6A -harangued h@'r&Nd Jc%,Jd% 22A,6A -harangues h@'r&Nz Ja%,Kj% 22A,6A -haranguing h@'r&NIN Jb% 32A,6A -harass 'h&r@s H1% 26A -harassed 'h&r@st Hc%,Hd% 26A -harasses 'h&r@sIz Ha% 36A -harassing 'h&r@sIN Hb% 36A -harassment 'h&r@sm@nt L@% 3 -harbinger 'hAbIndZ@R K6$ 3 -harbingers 'hAbIndZ@z Kj$ 3 -harbour 'hAb@R J0%,K6% 22A,6A -harbourage 'hAb@rIdZ K6$ 3 -harbourages 'hAb@rIdZIz Kj$ 4 -harboured 'hAb@d Jc%,Jd% 22A,6A -harbouring 'hAb@rIN Jb% 32A,6A -harbours 'hAb@z Ja%,Kj% 22A,6A -hard hAd OC*,Pu* 1 -hard-baked hAd-'beIkt OA% 2 -hard-bitten hAd-'bItn OA% 3 -hard-boiled hAd-'boIld OA% 2 -hard-headed hAd-'hedId OA% 3 -hardback 'hAdb&k K6% 2 -hardbacked 'hAdb&kt OA% 2 -hardbacks 'hAdb&ks Kj% 2 -hardboard 'hAdbOd L@% 2 -hardbound 'hAdbaUnd OA% 2 -hardcover 'hAdkVv@R K6% 3 -hardcovered 'hAdkVv@d OA$ 3 -hardcovers 'hAdkVv@z Kj% 3 -harden 'hAdn J0% 22A,2C,6A,15B -hardened 'hAdnd Jc%,Jd% 22A,2C,6A,15B -hardening 'hAdnIN Jb% 32A,2C,6A,15B -hardens 'hAdnz Ja% 22A,2C,6A,15B -harder 'hAd@R Or% 2 -hardest 'hAdIst Os% 2 -hardhearted hAd'hAtId OA% 3 -hardhitting hAd'hItIN OA% 3 -hardier 'hAdI@R Or% 3 -hardiest 'hAdIIst Os% 3 -hardihood 'hAdIhUd L@$ 3 -hardiness 'hAdIn@s L@% 3 -hardliner hAd'laIn@R K6% 3 -hardliners hAd'laIn@z Kj% 3 -hardly 'hAdlI Pu% 2 -hardness 'hAdn@s L@% 2 -hardship 'hAdSIp M6% 2 -hardships 'hAdSIps Mj% 2 -hardtop 'hAdt0p K6$ 2 -hardtops 'hAdt0ps Kj$ 2 -hardware 'hAdwe@R L@% 2 -hardwood 'hAdwUd L@% 2 -hardworking hAd'w3kIN OA% 3 -hardy 'hAdI OD% 2 -hare he@R I2%,K6% 12C -harebell 'he@bel K6$ 2 -harebells 'he@belz Kj$ 2 -harebrained 'he@breInd OA% 2 -hared he@d Ic%,Id% 12C -harelip 'he@lIp K6% 2 -harelips 'he@lIps Kj$ 2 -harem 'hArim K6% 2 -harems 'hArimz Kj% 2 -hares he@z Ia%,Kj% 12C -haricot 'h&rIk@U K6% 3 -haricots 'h&rIk@Uz Kj% 3 -haring 'he@rIN Ib% 22C -hark hAk I0% 1 -harked hAkt Ic%,Id% 1 -harking 'hAkIN Ib% 2 -harks hAks Ia% 1 -harlequin 'hAlIkwIn K6% 3 -harlequinade ,hAlIkwI'neId K6$ 4 -harlequinades ,hAlIkwI'neIdz Kj$ 4 -harlequins 'hAlIkwInz Kj% 3 -harlot 'hAl@t K6% 2 -harlots 'hAl@ts Kj% 2 -harm hAm H0%,L@% 16A -harmattan ,hAm@'t&n K6$ 3 -harmattans ,hAm@'t&nz Kj$ 3 -harmed hAmd Hc%,Hd% 16A -harmful 'hAmf@l OA% 2 -harmfully 'hAmf@lI Pu% 3 -harming 'hAmIN Hb% 26A -harmless 'hAml@s OA% 2 -harmlessly 'hAml@slI Pu% 3 -harmonic hA'm0nIk K6% 3 -harmonica hA'm0nIk@ K6% 4 -harmonicas hA'm0nIk@z Kj% 4 -harmonics hA'm0nIks Kj% 3 -harmonies 'hAm@nIz Mj% 3 -harmonious hA'm@UnI@s OA% 4 -harmoniously hA'm@UnI@slI Pu% 5 -harmonium hA'm@UnI@m K6% 4 -harmoniums hA'm@UnI@mz Kj% 4 -harmonization ,hAm@naI'zeISn K6% 5 -harmonizations ,hAm@naI'zeISnz Kj$ 5 -harmonize 'hAm@naIz J2% 32A,2C,6A,14 -harmonized 'hAm@naIzd Jc%,Jd% 32A,2C,6A,14 -harmonizes 'hAm@naIzIz Ja% 42A,2C,6A,14 -harmonizing 'hAm@naIzIN Jb% 42A,2C,6A,14 -harmony 'hAm@nI M8% 3 -harms hAmz Ha% 16A -harness 'hAn@s H1%,K7% 26A -harnessed 'hAn@st Hc%,Hd% 26A -harnesses 'hAn@sIz Ha%,Kj% 36A -harnessing 'hAn@sIN Hb% 36A -harp hAp I0%,K6% 1 -harped hApt Ic%,Id% 1 -harper 'hAp@R K6% 2 -harpers 'hAp@z Kj% 2 -harpies 'hApIz Kj% 2 -harping 'hApIN Ib% 2 -harpist 'hApIst K6% 2 -harpists 'hApIsts Kj$ 2 -harpoon hA'pun H0%,K6% 2 -harpooned hA'pund Hc%,Hd% 2 -harpooning hA'punIN Hb% 3 -harpoons hA'punz Ha%,Kj% 2 -harps hAps Ia%,Kj% 1 -harpsichord 'hApsIkOd K6% 3 -harpsichordist 'hApsIkOdIst K6% 4 -harpsichordists 'hApsIkOdIsts Kj% 4 -harpsichords 'hApsIkOdz Kj% 3 -harpy 'hApI K8% 2 -harridan 'h&rId@n K6$ 3 -harridans 'h&rId@nz Kj$ 3 -harried 'h&rId Hc%,Hd% 26A -harrier 'h&rI@R K6% 3 -harriers 'h&rI@z Kj% 3 -harries 'h&rIz Ha% 26A -harrow 'h&r@U H0%,K6% 26A -harrowed 'h&r@Ud Hc%,Hd% 26A -harrowing 'h&r@UIN Hb% 36A -harrows 'h&r@Uz Ha%,Kj% 26A -harry 'h&rI H3% 26A -harrying 'h&rIIN Hb% 36A -harsh hAS OC% 1 -harsher 'hAS@R Or% 2 -harshest 'hASIst Os% 2 -harshly 'hASlI Pu% 2 -harshness 'hASn@s L@% 2 -hart hAt K6$ 1 -harts hAts Kj$ 1 -harum-scarum ,he@r@m-'ske@r@m K6$,OA$ 4 -harum-scarums ,he@r@m-'ske@r@mz Kj$ 4 -harvest 'hAvIst H0%,K6% 26A -harvested 'hAvIstId Hc%,Hd% 36A -harvester 'hAvIst@R K6% 3 -harvesters 'hAvIst@z Kj% 3 -harvesting 'hAvIstIN Hb% 36A -harvests 'hAvIsts Ha%,Kj% 26A -has h&z Ga*,Ja* 16A,6B,7B,15B,18C,19B,24B,24C -has-been 'h&z-bin K6% 2 -has-beens 'h&z-binz Kj$ 2 -hash h&S H1%,L@% 16A,15B -hashed h&St Hc%,Hd% 16A,15B -hashes 'h&SIz Ha% 26A,15B -hashing 'h&SIN Hb% 26A,15B -hashish 'h&SiS L@% 2 -hasn't 'h&znt Gg% 2 -hasp hAsp K6$ 1 -hasps hAsps Kj$ 1 -hassle 'h&sl J2%,K6% 22A,3A,6A -hassled 'h&sld Jc%,Jd% 22A,3A,6A -hassles 'h&slz Ja%,Kj% 22A,3A,6A -hassling 'h&slIN Jb% 22A,3A,6A -hassock 'h&s@k K6% 2 -hassocks 'h&s@ks Kj% 2 -hast h&st Ge$ 1 -haste heIst L@% 1 -hasten 'heIsn J0% 22A,2C,4A,6A -hastened 'heIsnd Jc%,Jd% 22A,2C,4A,6A -hastening 'heIsnIN Jb% 32A,2C,4A,6A -hastens 'heIsnz Ja% 22A,2C,4A,6A -hastier 'heIstI@R Or$ 3 -hastiest 'heIstIIst Os$ 3 -hastily 'heIstIlI Pu% 3 -hastiness 'heIstIn@s L@% 3 -hasty 'heIstI OD% 2 -hat h&t K6% 1 -hatband 'h&tb&nd K6$ 2 -hatbands 'h&tb&ndz Kj$ 2 -hatch h&tS J1%,K7% 12A,6A -hatched h&tSt Jc%,Jd% 12A,6A -hatcheries 'h&tS@rIz Kj% 3 -hatchery 'h&tS@rI K8% 3 -hatches 'h&tSIz Ja%,Kj% 22A,6A -hatchet 'h&tSIt K6% 2 -hatchets 'h&tSIts Kj% 2 -hatching 'h&tSIN Jb%,L@% 22A,6A -hatchway 'h&tSweI K6% 2 -hatchways 'h&tSweIz Kj% 2 -hate heIt H2%,M6% 16A,6D,7A,17,19C -hated 'heItId Hc%,Hd% 26A,6D,7A,17,19C -hateful 'heItf@l OA% 2 -hatefully 'heItf@lI Pu% 3 -hates heIts Ha%,Mj% 16A,6D,7A,17,19C -hatful 'h&tfUl K6% 2 -hatfuls 'h&tfUlz Kj% 2 -hath h&T Ge$ 1 -hating 'heItIN Hb% 26A,6D,7A,17,19C -hatless 'h&tl@s OA% 2 -hatpin 'h&tpIn K6% 2 -hatpins 'h&tpInz Kj% 2 -hatred 'heItrId M6% 2 -hatreds 'heItrIdz Mj$ 2 -hats h&ts Kj% 1 -hatter 'h&t@R K6% 2 -hatters 'h&t@z Kj% 2 -hauberk 'hOb3k K6$ 2 -hauberks 'hOb3ks Kj$ 2 -haughtier 'hOtI@R Or% 3 -haughtiest 'hOtIIst Os% 3 -haughtily 'hOtIlI Pu% 3 -haughtiness 'hOtIn@s L@% 3 -haughty 'hOtI OD% 2 -haul hOl J0%,K6% 12C,3A,6A,15A,15B -haulage 'hOlIdZ L@% 2 -hauled hOld Jc%,Jd% 12C,3A,6A,15A,15B -haulier 'hOlI@R K6% 3 -hauliers 'hOlI@z Kj% 3 -hauling 'hOlIN Jb% 22C,3A,6A,15A,15B -haulm hOm L@$ 1 -hauls hOlz Ja%,Kj% 12C,3A,6A,15A,15B -haunch hOntS K7% 1 -haunches 'hOntSIz Kj% 2 -haunt hOnt H0%,K6% 16A -haunted 'hOntId Hc%,Hd% 26A -haunting 'hOntIN Hb% 26A -haunts hOnts Ha%,Kj% 16A -hautboy 'h@UboI K6$ 2 -hautboys 'h@UboIz Kj$ 2 -hauteur @U't3R L@$ 2 -have h&v G5*,J5* 16A,6B,7B,15B,18C,19B,24B,24C -haven 'heIvn K6% 2 -haven't 'h&vnt Gg% 2 -havens 'heIvnz Kj% 2 -haversack 'h&v@s&k K6% 3 -haversacks 'h&v@s&ks Kj% 3 -haves h&vz Kj% 1 -having 'h&vIN Gb%,Jb% 26A,6B,7B,15B,18C,19B,24B,24C -havoc 'h&v@k L@% 2 -haw hO I0%,K6% 1 -haw-haw 'hO-hO K6$,W-$ 2 -haw-haws 'hO-hOz Kj$ 2 -hawed hOd Ic$,Id$ 1 -hawing 'hOIN Ib$ 2 -hawk hOk H0%,K6% 16A,15B -hawk-eyed 'hOk-aId OA% 2 -hawked hOkt Hc%,Hd% 16A,15B -hawker 'hOk@R K6% 2 -hawkers 'hOk@z Kj% 2 -hawking 'hOkIN Hb% 26A,15B -hawks hOks Ha%,Kj% 16A,15B -haws hOz Ia$,Kj$ 1 -hawser 'hOz@R K6% 2 -hawsers 'hOz@z Kj% 2 -hawthorn 'hOTOn K6% 2 -hawthorns 'hOTOnz Kj% 2 -hay heI L@% 1 -haycock 'heIk0k K6$ 2 -haycocks 'heIk0ks Kj$ 2 -hayfork 'heIfOk K6% 2 -hayforks 'heIfOks Kj% 2 -haymaker 'heImeIk@R K6% 3 -haymakers 'heImeIk@z Kj% 3 -haymaking 'heImeIkIN L@% 3 -hayrick 'heIrIk K6% 2 -hayricks 'heIrIks Kj% 2 -haystack 'heIst&k K6% 2 -haystacks 'heIst&ks Kj% 2 -haywire 'heIwaI@R L@$,Op% 2 -hazard 'h&z@d H0%,M6% 26A -hazarded 'h&z@dId Hc%,Hd% 36A -hazarding 'h&z@dIN Hb% 36A -hazardous 'h&z@d@s OA% 3 -hazards 'h&z@dz Ha%,Mj% 26A -haze heIz H2$,M6% 1 -hazed heIzd Hc$,Hd$ 1 -hazel 'heIzl M6% 2 -hazels 'heIzlz Mj% 2 -hazes 'heIzIz Ha$,Mj% 2 -hazier 'heIzI@R Or% 3 -haziest 'heIzIIst Os% 3 -hazily 'heIzIlI Pu% 3 -haziness 'heIzIn@s L@% 3 -hazing 'heIzIN Hb% 2 -hazy 'heIzI OD% 2 -he hi Qx* 1 -he'd hid Gf% 1 -he'll hil Gf% 1 -he's hiz Gf% 1 -he-goat 'hi-g@Ut K6% 2 -he-goats 'hi-g@Uts Kj% 2 -he-man 'hi-m&n Ki% 2 -he-men 'hi-men Kj% 2 -head hed J0%,K6* 12C,6A,15B -head-hunter 'hed-hVnt@R K6% 3 -head-hunters 'hed-hVnt@z Kj% 3 -head-on 'hed-0n OA%,Pu% 2 -headache 'hedeIk M6% 2 -headaches 'hedeIks Mj% 2 -headband 'hedb&nd K6% 2 -headbands 'hedb&ndz Kj% 2 -headdress 'hed+dres K7% 2 -headdresses 'hed+dresIz Kj% 3 -headed 'hedId Jc%,Jd%,OA% 22C,6A,15B -header 'hed@R K6% 2 -headers 'hed@z Kj% 2 -headgear 'hedgI@R L@% 2 -headier 'hedI@R Or$ 3 -headiest 'hedIIst Os$ 3 -heading 'hedIN Jb%,K6% 22C,6A,15B -headings 'hedINz Kj% 2 -headlamp 'hedl&mp K6% 2 -headlamps 'hedl&mps Kj% 2 -headland 'hedl&nd K6% 2 -headlands 'hedl&ndz Kj% 2 -headless 'hedl@s OA% 2 -headlight 'hedlaIt K6% 2 -headlights 'hedlaIts Kj% 2 -headline 'hedlaIn K6% 2 -headlines 'hedlaInz Kj% 2 -headlong 'hedl0N OA%,Pu% 2 -headman 'hedm&n Ki% 2 -headmaster hed'mAst@R K6% 3 -headmasters hed'mAst@z Kj% 3 -headmen 'hedmen Kj% 2 -headmistress hed'mIstrIs K7% 3 -headmistresses hed'mIstrIsIz Kj% 4 -headphones 'hedf@Unz Kj% 2 -headpiece 'hedpis K6$ 2 -headpieces 'hedpisIz Kj$ 3 -headquarters hed'kwOt@z Kj% 3 -headrest 'hedrest K6% 2 -headrests 'hedrests Kj% 2 -headroom 'hedrum L@% 2 -heads hedz Ja%,Kj% 12C,6A,15B -headset 'hedset K6% 2 -headsets 'hedsets Kj% 2 -headship 'hedSIp K6% 2 -headships 'hedSIps Kj% 2 -headstall 'hedstOl K6$ 2 -headstalls 'hedstOlz Kj$ 2 -headstone 'hedst@Un K6% 2 -headstones 'hedst@Unz Kj% 2 -headstrong 'hedstr0N OA% 2 -headwaters 'hedwOt@z Kj$ 3 -headway 'hedweI L@% 2 -headwind 'hedwInd K6% 2 -headwinds 'hedwIndz Kj% 2 -headword 'hedw3d K6$ 2 -headwords 'hedw3dz Kj$ 2 -heady 'hedI OD% 2 -heal hil J0% 12A,2C,6A -healed hild Jc%,Jd% 12A,2C,6A -healer 'hil@R K6% 2 -healers 'hil@z Kj% 2 -healing 'hilIN Jb%,OA% 22A,2C,6A -heals hilz Ja% 12A,2C,6A -health helT L@% 1 -healthful 'helTf@l OA$ 2 -healthier 'helTI@R Or% 3 -healthiest 'helTIIst Os% 3 -healthily 'helTIlI Pu% 3 -healthy 'helTI OD% 2 -heap hip H0%,K6% 16A,14,15A,15B -heaped hipt Hc%,Hd% 16A,14,15A,15B -heaping 'hipIN Hb% 26A,14,15A,15B -heaps hips Ha%,Kj%,Pu% 16A,14,15A,15B -hear hI@R J5% 12A,3A,6A,9,10,15A,18A,19A,24A -heard h3d Jc*,Jd* 12A,3A,6A,9,10,15A,18A,19A,24A -hearer 'hI@r@R K6% 2 -hearers 'hI@r@z Kj% 2 -hearing 'hI@rIN Jb%,M6% 22A,3A,6A,9,10,15A,18A,19A,24A -hearing-aid 'hI@rIN-eId K6% 3 -hearing-aids 'hI@rIN-eIdz Kj% 3 -hearings 'hI@rINz Mj$ 2 -hearken 'hAk@n I0% 2 -hearkened 'hAk@nd Ic%,Id% 2 -hearkening 'hAk@nIN Ib% 3 -hearkens 'hAk@nz Ia% 2 -hears hI@z Ja% 12A,3A,6A,9,10,15A,18A,19A,24A -hearsay 'hI@seI L@% 2 -hearse h3s K6% 1 -hearses 'h3sIz Kj$ 2 -heart hAt M6% 1 -heart's-ease 'hAts-iz L@$ 2 -heart-disease 'hAt-dIziz M6% 3 -heart-diseases 'hAt-dIzizIz Mj% 4 -heart-failure 'hAt-feIlj@R L@% 3 -heart-rending 'hAt-rendIN OA% 3 -heartache 'hAteIk M6% 2 -heartaches 'hAteIks Mj% 2 -heartbeat 'hAtbit K6% 2 -heartbeats 'hAtbits Kj% 2 -heartbreak 'hAtbreIk L@% 2 -heartbreaking 'hAtbreIkIN OA% 3 -heartbroken 'hAtbr@Uk@n OA% 3 -heartburn 'hAtb3n L@% 2 -heartburning 'hAtb3nIN L@$ 3 -hearted 'hAtId Ot% 2 -hearten 'hAtn H0% 26A -heartened 'hAtnd Hc%,Hd% 26A -heartening 'hAtnIN Hb% 36A -heartens 'hAtnz Ha% 26A -heartfelt 'hAtfelt OA% 2 -hearth hAT K6% 1 -hearthrug 'hATrVg K6% 2 -hearthrugs 'hATrVgz Kj% 2 -hearths hATs Kj% 1 -heartier 'hAtI@R Or% 3 -heartiest 'hAtIIst Os% 3 -heartily 'hAtIlI Pu% 3 -heartless 'hAtl@s OA% 2 -heartlessly 'hAtl@slI Pu% 3 -heartlessness 'hAtl@sn@s L@% 3 -hearts hAts Mj% 1 -heartsick 'hAtsIk OA$ 2 -heartstrings 'hAtstrINz Kj% 2 -hearty 'hAtI OD% 2 -heat hit J0%,M6% 12C,6A,15B -heat-flash 'hit-fl&S K7$ 2 -heat-flashes 'hit-fl&SIz Kj$ 3 -heated 'hitId Jc%,Jd%,OA% 22C,6A,15B -heatedly 'hitIdlI Pu% 3 -heater 'hit@R K6% 2 -heaters 'hit@z Kj% 2 -heath hiT M6% 1 -heathen 'hiDn K6% 2 -heathenish 'hiDnIS OA% 3 -heathens 'hiDnz Kj% 2 -heather 'heD@R M6% 2 -heather-mixture 'heD@-mIkstS@R L@$ 4 -heathers 'heD@z Mj$ 2 -heaths hiTs Mj% 1 -heating 'hitIN Jb%,L@% 22C,6A,15B -heats hits Ja%,Mj$ 12C,6A,15B -heatspot 'hitsp0t K6% 2 -heatspots 'hitsp0ts Kj% 2 -heatstroke 'hitstr@Uk L@% 2 -heatwave 'hitweIv K6% 2 -heatwaves 'hitweIvz Kj% 2 -heave hiv J2%,K6% 12A,2C,3A,6A,15A,15B -heaved hivd Jc%,Jd% 12A,2C,3A,6A,15A,15B -heaven 'hevn K6% 2 -heavenly 'hevnlI OA% 3 -heavens 'hevnz Kj% 2 -heavensent 'hevnsent OA% 3 -heavenward 'hevnw@d OA%,Pu% 3 -heavenwards 'hevnw@dz OA%,Pu% 3 -heaves hivz Ja%,Kj% 12A,2C,3A,6A,15A,15B -heavier 'hevI@R Or% 3 -heaviest 'hevIIst Os% 3 -heavily 'hevIlI Pu% 3 -heaviness 'hevIn@s L@% 3 -heaving 'hivIN Jb% 22A,2C,3A,6A,15A,15B -heavy 'hevI OD%,Pu% 2 -heavy-handed ,hevI-'h&ndId OA% 4 -heavy-hearted ,hevI-'hAtId OA% 4 -heavy-laden ,hevI-'leIdn OA% 4 -heavyweight 'hevIweIt K6% 3 -heavyweights 'hevIweIts Kj% 3 -hebdomadal heb'd0m@dl OA$ 4 -hecatomb 'hek@tum K6$ 3 -hecatombs 'hek@tumz Kj$ 3 -heck hek K6$ 1 -heckle 'hekl H2% 26A -heckled 'hekld Hc%,Hd% 26A -heckler 'hekl@R K6% 2 -hecklers 'hekl@z Kj% 2 -heckles 'heklz Ha% 26A -heckling 'heklIN Hb% 26A -hecks heks Kj$ 1 -hectare 'hekte@R K6% 2 -hectares 'hekte@z Kj% 2 -hectic 'hektIk OA% 2 -hecto- 'hekt@U- U-% 2 -hector 'hekt@R J0$ 2 -hectored 'hekt@d Jc$,Jd$ 2 -hectoring 'hekt@rIN Jb% 3 -hectors 'hekt@z Ja$ 2 -hedge hedZ J2%,K6% 12A,6A,15A,15B -hedge-sparrow 'hedZ-sp&r@U K6% 3 -hedge-sparrows 'hedZ-sp&r@Uz Kj% 3 -hedged hedZd Jc%,Jd% 12A,6A,15A,15B -hedgehog 'hedZh0g K6% 2 -hedgehogs 'hedZh0gz Kj% 2 -hedgehop 'hedZh0p I4$ 2 -hedgehopped 'hedZh0pt Ic$,Id$ 2 -hedgehopping 'hedZh0pIN Ib$ 3 -hedgehops 'hedZh0ps Ia$ 2 -hedgerow 'hedZr@U K6% 2 -hedgerows 'hedZr@Uz Kj% 2 -hedges 'hedZIz Ja%,Kj% 22A,6A,15A,15B -hedging 'hedZIN Jb% 22A,6A,15A,15B -hedonism 'hid@nIz@m L@$ 4 -hedonist 'hid@nIst K6% 3 -hedonistic ,hid@'nIstIk OA$ 4 -hedonists 'hid@nIsts Kj$ 3 -heed hid H0%,L@% 16A -heeded 'hidId Hc%,Hd% 26A -heedful 'hidf@l OA% 2 -heeding 'hidIN Hb% 26A -heedless 'hidl@s OA% 2 -heeds hidz Ha% 16A -heehaw 'hihO K6$ 2 -heehaws 'hihOz Kj$ 2 -heel hil J0%,K6% 12A,2C,6A,15B -heeled hild Jc%,Jd% 12A,2C,6A,15B -heeling 'hilIN Jb% 22A,2C,6A,15B -heels hilz Ja%,Kj% 12A,2C,6A,15B -heftier 'heftI@R Or% 3 -heftiest 'heftIIst Os% 3 -hefty 'heftI OD% 2 -hegemonies hI'gem@nIz Mj$ 4 -hegemony hI'gem@nI M8$ 4 -heifer 'hef@R K6% 2 -heifers 'hef@z Kj% 2 -heighho ,heI'h@U W-$ 2 -height haIt M6% 1 -heighten 'haItn J0% 22A,6A -heightened 'haItnd Jc%,Jd% 22A,6A -heightening 'haItnIN Jb% 32A,6A -heightens 'haItnz Ja% 22A,6A -heights haIts Mj% 1 -heinous 'heIn@s OA% 2 -heinously 'heIn@slI Pu$ 3 -heinousness 'heIn@sn@s L@$ 3 -heir e@R K6% 1 -heiress 'e@rIs K7% 2 -heiresses 'e@rIsIz Kj% 3 -heirloom 'e@lum K6% 2 -heirlooms 'e@lumz Kj% 2 -heirs e@z Kj% 1 -held held Jc*,Jd* 12A,2C,2D,3A,6A,9,14,15A,15B,22,25 -helicopter 'helIk0pt@R K6% 4 -helicopters 'helIk0pt@z Kj% 4 -heliograph 'hilI@grAf H0$,K6$ 4 -heliographed 'hilI@grAft Hc$,Hd$ 4 -heliographing 'hilI@grAfIN Hb$ 5 -heliographs 'hilI@grAfs Ha$,Kj$ 4 -heliotrope 'hilI@tr@Up K6$ 4 -heliotropes 'hilI@tr@Ups Kj$ 4 -heliport 'helIpOt K6$ 3 -heliports 'helIpOts Kj$ 3 -helium 'hilI@m L@% 3 -hell hel K6% 1 -hellcat 'helk&t K6% 2 -hellcats 'helk&ts Kj% 2 -hellish 'helIS OA% 2 -hello h@'l@U W-% 2 -hells helz Kj$ 1 -helm helm K6% 1 -helmet 'helmIt K6% 2 -helmeted 'helmItId OA% 3 -helmets 'helmIts Kj% 2 -helms helmz Kj% 1 -helmsman 'helmzm@n Ki% 2 -helmsmen 'helmzm@n Kj% 2 -helot 'hel@t K6$ 2 -helots 'hel@ts Kj$ 2 -help help J0*,M6* 12A,2C,6A,6C,14,15A,15B,17,18B -helped helpt Jc%,Jd% 12A,2C,6A,6C,14,15A,15B,17,18B -helper 'help@R K6% 2 -helpers 'help@z Kj% 2 -helpful 'helpf@l OA% 2 -helpfully 'helpf@lI Pu% 3 -helpfulness 'helpf@ln@s L@% 3 -helping 'helpIN Jb%,K6% 22A,2C,6A,6C,14,15A,15B,17,18B -helpings 'helpINz Kj% 2 -helpless 'helpl@s OA% 2 -helplessly 'helpl@slI Pu% 3 -helplessness 'helpl@sn@s L@% 3 -helpmate 'helpmeIt K6$ 2 -helpmates 'helpmeIts Kj$ 2 -helpmeet 'helpmit K6$ 2 -helpmeets 'helpmits Kj$ 2 -helps helps Ja%,Mj% 12A,2C,6A,6C,14,15A,15B,17,18B -helter-skelter ,helt@-'skelt@R K6%,Pu% 4 -helter-skelters ,helt@-'skelt@z Kj% 4 -helve helv K6$ 1 -helves helvz Kj$ 1 -hem hem J4%,K6%,W-% 16A,15B -hematite 'hem@taIt K6$ 3 -hematites 'hem@taIts Kj$ 3 -hemisphere 'hemIsfI@R K6% 3 -hemispheres 'hemIsfI@z Kj% 3 -hemline 'hemlaIn K6% 2 -hemlines 'hemlaInz Kj% 2 -hemlock 'heml0k M6% 2 -hemlocks 'heml0ks Mj$ 2 -hemmed hemd Jc%,Jd% 16A,15B -hemming 'hemIN Jb% 26A,15B -hemming-stitch 'hemIN-stItS K7% 3 -hemming-stitches 'hemIN-stItSIz Kj$ 4 -hemoglobin ,him@'gl@UbIn L@$ 4 -hemophilia ,him@'fIlI@ L@$ 5 -hemophiliac ,him@'fIlI&k K6$ 5 -hemophiliacs ,him@'fIlI&ks Kj$ 5 -hemorrhage 'hem@rIdZ M6$ 3 -hemorrhages 'hem@rIdZIz Mj$ 4 -hemorrhoids 'hem@roIdz Kj$ 3 -hemp hemp L@% 1 -hempen 'hemp@n OA$ 2 -hems hemz Ja%,Kj% 16A,15B -hemstitch 'hemstItS H1$,K7% 2 -hemstitched 'hemstItSt Hc$,Hd% 2 -hemstitches 'hemstItSIz Ha$,Kj% 3 -hemstitching 'hemstItSIN Hb% 3 -hen hen K6% 1 -hen-parties 'hen-pAtIz Kj% 3 -hen-party 'hen-pAtI K8% 3 -henbane 'henbeIn L@$ 2 -hence hens Pu% 1 -henceforth hens'fOT Pu% 2 -henceforward hens'fOw@d Pu% 3 -henchman 'hentSm@n Ki% 2 -henchmen 'hentSm@n Kj% 2 -hencoop 'henkup K6% 2 -hencoops 'henkups Kj% 2 -henhouse 'henhaUs K6% 2 -henhouses 'henhaUzIz Kj% 3 -henna 'hen@ L@% 2 -hennaed 'hen@d OA% 2 -henpecked 'henpekt OA% 2 -henroost 'henrust K6% 2 -henroosts 'henrusts Kj% 2 -hens henz Kj% 1 -hep hep OA$ 1 -hepatitis ,hep@'taItIs L@% 4 -heptagon 'hept@g@n K6% 3 -heptagons 'hept@g@nz Kj% 3 -her h3R Oq*,Qx* 1 -herald 'her@ld H0%,K6% 26A -heralded 'her@ldId Hc%,Hd% 36A -heraldic he'r&ldIk OA% 3 -heralding 'her@ldIN Hb% 36A -heraldry 'her@ldrI L@% 3 -heralds 'her@ldz Ha%,Kj% 26A -herb h3b K6% 1 -herbaceous h3'beIS@s OA% 3 -herbage 'h3bIdZ L@$ 2 -herbal 'h3bl OA% 2 -herbalist 'h3b@lIst K6% 3 -herbalists 'h3b@lIsts Kj% 3 -herbivorous h3'bIv@r@s OA% 4 -herbs h3bz Kj% 1 -herculean ,h3kjU'li@n OA% 4 -herd h3d J0%,K6% 12C,15A,15B -herded 'h3dId Jc%,Jd% 22C,15A,15B -herding 'h3dIN Jb% 22C,15A,15B -herds h3dz Ja%,Kj% 12C,15A,15B -herdsman 'h3dzm@n Ki% 2 -herdsmen 'h3dzm@n Kj% 2 -here hI@R Pu* 1 -here's hI@z Gh% 1 -hereabouts ,hI@r@'baUts Pu% 3 -hereafter hI@'rAft@R Ki%,Pu% 3 -hereby hI@'baI Pu% 2 -hereditament ,herI'dIt@m@nt K6$ 5 -hereditaments ,herI'dIt@m@nts Kj$ 5 -hereditary hI'redItrI OA% 4 -heredity hI'redItI L@% 4 -herein ,hI@'rIn Pu% 2 -hereinafter ,hI@rIn'Aft@R Pu% 4 -hereinbefore ,hI@rInbI'fOR Pu$ 4 -hereof hI@'r0v Pu% 2 -heresies 'her@sIz Mj% 3 -heresy 'her@sI M8% 3 -heretic 'her@tIk K6% 3 -heretical hI'retIkl OA% 4 -heretics 'her@tIks Kj% 3 -hereto hI@'tu Pu% 3 -heretofore ,hI@tu'fOR Pu$ 3 -hereupon ,hI@r@'p0n Pu% 3 -herewith ,hI@'wID Pu% 2 -heritable 'herIt@bl OA$ 4 -heritage 'herItIdZ Ki% 3 -hermaphrodite h3'm&fr@daIt K6$ 4 -hermaphrodites h3'm&fr@daIts Kj$ 4 -hermetic h3'metIk OA$ 3 -hermetically h3'metIklI Pu% 4 -hermit 'h3mIt K6% 2 -hermitage 'h3mItIdZ K6% 3 -hermitages 'h3mItIdZIz Kj% 4 -hermits 'h3mIts Kj% 2 -hernia 'h3nI@ M6% 3 -hernias 'h3nI@z Mj% 3 -hero 'hI@r@U K7% 2 -heroes 'hI@r@Uz Kj% 2 -heroic hI'r@UIk OA% 3 -heroically hI'r@UIklI Pu% 4 -heroics hI'r@UIks Lk% 3 -heroin 'her@UIn L@% 3 -heroine 'her@UIn K6% 3 -heroines 'her@UInz Kj% 3 -heroism 'her@UIz@m L@% 4 -heron 'her@n K6% 2 -heronries 'her@nrIz Kj$ 3 -heronry 'her@nrI K8$ 3 -herons 'her@nz Kj% 2 -herring 'herIN M9% 2 -herringbone 'herINb@Un L@% 3 -herrings 'herINz Kj% 2 -hers h3z Qx% 1 -herself h3'self Qx% 2 -hertz h3ts K9$ 1 -hesitance 'hezIt@ns Mi$ 3 -hesitancy 'hezIt@nsI L@$ 4 -hesitant 'hezIt@nt OA% 3 -hesitantly 'hezIt@ntlI Pu% 4 -hesitate 'hezIteIt I2% 32A,3A,3B,4C -hesitated 'hezIteItId Ic%,Id% 42A,3A,3B,4C -hesitates 'hezIteIts Ia% 32A,3A,3B,4C -hesitating 'hezIteItIN Ib% 42A,3A,3B,4C -hesitatingly 'hesIteItINlI Pu% 5 -hesitation ,hezI'teISn M6% 4 -hesitations ,hezI'teISnz Mj% 4 -hessian 'hesI@n L@% 3 -het-up ,het-'Vp OA% 2 -heterodox 'het@r@d0ks OA$ 4 -heterodoxy 'het@r@d0ksI L@$ 5 -heterogeneous ,het@r@'dZinI@s OA% 6 -heterosexual ,het@r@'sekSU@l K6%,OA% 6 -heterosexuality ,het@r@,sekSU'&lItI L@% 8 -heterosexuals ,het@r@'sekSU@lz Kj% 6 -heuristic hjU@'rIstIk OA$ 3 -heuristics hjU@'rIstIks Lk$ 3 -hew hju J0$ 12A,2C,6A,15A,15B -hewed hjud Jc$,Jd$ 12A,2C,6A,15A,15B -hewer 'hju@R K6$ 2 -hewers 'hju@z Kj$ 2 -hewing 'hjuIN Jb% 22A,2C,6A,15A,15B -hewn hjun Jd% 12A,2C,6A,15A,15B -hews hjuz Ja$ 12A,2C,6A,15A,15B -hexagon 'heks@g@n K6% 3 -hexagonal heks'&g@nl OA% 4 -hexagons 'heks@g@nz Kj% 3 -hexameter heks'&mIt@R K6$ 4 -hexameters heks'&mIt@z Kj$ 4 -hey heI W-% 1 -heyday 'heIdeI Ki% 2 -hi haI W-% 1 -hi-fi ,haI-'faI K6%,OA% 2 -hi-fis ,haI-'faIz Kj$ 2 -hiatus haI'eIt@s K7$ 3 -hiatuses haI'eIt@sIz Kj$ 4 -hibernate 'haIb@neIt I2% 32A -hibernated 'haIb@neItId Ic%,Id% 42A -hibernates 'haIb@neIts Ia% 32A -hibernating 'haIb@neItIN Ib% 42A -hibernation ,haIb@'neISn L@% 4 -hibiscus hI'bIsk@s L@$ 3 -hiccough 'hIkVp I0$,K6$ 2 -hiccoughed 'hIkVpt Ic$,Id$ 2 -hiccoughing 'hIkVpIN Ib$ 3 -hiccoughs 'hIkVps Ia$,Kj$ 2 -hiccup 'hIkVp I4%,K6% 2 -hiccupped 'hIkVpt Ic%,Id% 2 -hiccupping 'hIkVpIN Ib% 3 -hiccups 'hIkVps Ia%,Kj% 2 -hick hIk K6$,OA$ 1 -hickories 'hIk@rIz Mj$ 3 -hickory 'hIk@rI M8$ 3 -hicks hIks Kj$ 1 -hid hId Jc% 12A,6A,14 -hidden 'hIdn Jd% 22A,6A,14 -hide haId J5%,M6% 12A,6A,14 -hide-and-seek ,haId-n-'sik L@% 3 -hide-out 'haId-aUt K6% 2 -hide-outs 'haId-aUts Kj$ 2 -hideaway 'haId@weI K6% 3 -hideaways 'haId@weIz Kj$ 3 -hidebound 'haIdbaUnd OA% 2 -hideous 'hIdI@s OA% 3 -hideously 'hIdI@slI Pu% 4 -hides haIdz Ja%,Mj% 12A,6A,14 -hiding 'haIdIN Jb%,M6% 22A,6A,14 -hiding-place 'haIdIN-pleIs K6% 3 -hiding-places 'haIdIN-pleIsIz Kj% 4 -hidings 'haIdINz Mj$ 2 -hie haI I5$ 1 -hied haId Ic$,Id$ 1 -hieing 'haIIN Ib$ 2 -hierarchic ,haI@'rAkIk OA$ 4 -hierarchical ,haI@'rAkIkl OA% 5 -hierarchies 'haI@rAkIz Kj% 4 -hierarchy 'haI@rAkI K8% 4 -hieroglyph 'haI@r@glIf K6$ 4 -hieroglyphic ,haI@r@'glIfIk OA$ 5 -hieroglyphics ,haI@r@'glIfIks Lk% 5 -hieroglyphs 'haI@r@glIfs Kj$ 4 -hies haIz Ia$ 1 -higgledy-piggledy ,hIgldI-'pIgldI OA%,Pu% 6 -high haI OC*,Pu* 1 -high-class 'haI-klAs OA% 2 -high-falutin ,haI-f@'lutn OA% 4 -high-fidelity ,haI-fI'delItI L@%,OA% 5 -high-frequencies haI-'frikw@nsIz Mj$ 4 -high-frequency haI-'frikw@nsI M8% 4 -high-grade 'haI-greId OA% 2 -high-handed haI-'h&ndId OA% 3 -high-handedly haI-'h&ndIdlI Pu% 4 -high-keyed haI-'kid OA$ 2 -high-level 'haI-levl OA% 3 -high-minded haI-'maIndId OA% 3 -high-mindedly ,haI-'maIndIdlI Pu% 4 -high-mindedness ,haI-'maIndIdn@s L@% 4 -high-necked haI-'nekt OA% 2 -high-octane haI-'0kteIn OA% 3 -high-pitched haI-'pItSt OA% 2 -high-powered haI-'paU@d OA% 3 -high-pressure haI-'preS@R L@% 3 -high-priced haI-'praIst OA% 2 -high-principled haI-'prIns@pld OA% 4 -high-ranking haI-'r&nkIN OA% 3 -high-rise 'haI-raIz Oq% 2 -high-sounding haI-'saUndIN OA% 3 -high-speed 'haI-spid OA% 2 -high-spirited haI-'spIrItId OA% 4 -high-tension haI-'tenSn OA% 3 -high-toned haI-'t@Und OA% 2 -high-up 'haI-Vp K6$ 2 -high-ups 'haI-Vps Kj% 2 -highball 'haIbOl K6$ 2 -highballs 'haIbOlz Kj$ 2 -highborn 'haIbOn OA% 2 -highboy 'haIboI K6$ 2 -highboys 'haIboIz Kj$ 2 -highbrow 'haIbraU K6$,OA% 2 -highbrows 'haIbraUz Kj$ 2 -higher 'haI@R Or% 2 -higher-ups ,haI@r-'Vps Kj$ 3 -highest 'haIIst Os% 2 -highflier haI'flaI@R K6% 3 -highfliers haI'flaI@z Kj% 3 -highflown 'haIfl@Un OA% 2 -highflyer haI'flaI@R K6% 3 -highflyers haI'flaI@z Kj% 3 -highflying haI'flaIIN OA% 3 -highjack 'haIdZ&k H0$,K6$ 26A -highjacked 'haIdZ&kt Hc$,Hd$ 26A -highjacking 'haIdZ&kIN Hb$ 36A -highjacks 'haIdZ&ks Ha$,Kj$ 26A -highland 'haIl&nd K6% 2 -highlands 'haIl&ndz Kj% 2 -highlight 'haIlaIt H0%,K6% 2 -highlighted 'haIlaItId Hc%,Hd% 3 -highlighting 'haIlaItIN Hb% 3 -highlights 'haIlaIts Ha%,Kj% 2 -highly 'haIlI Pu% 2 -highness 'haIn@s M7% 2 -highnesses 'haIn@sIz Mj% 3 -highroad 'haIr@Ud K6% 2 -highroads 'haIr@Udz Kj% 2 -highway 'haIweI K6% 2 -highwayman 'haIweIm@n Ki% 3 -highwaymen 'haIweIm@n Kj% 3 -highways 'haIweIz Kj% 2 -hijack 'haIdZ&k H0%,K6% 26A -hijacked 'haIdZ&kt Hc%,Hd% 26A -hijacker 'haIdZ&k@R K6% 3 -hijackers 'haIdZ&k@z Kj% 3 -hijacking 'haIdZ&kIN Hb% 36A -hijacks 'haIdZ&ks Ha%,Kj% 26A -hike haIk I2%,K6% 1 -hiked haIkt Ic%,Id% 1 -hiker 'haIk@R K6% 2 -hikers 'haIk@z Kj% 2 -hikes haIks Ia%,Kj% 1 -hiking 'haIkIN Ib% 2 -hilarious hI'le@rI@s OA% 4 -hilariously hI'le@rI@slI Pu% 5 -hilarity hI'l&rItI L@% 4 -hill hIl K6% 1 -hill-billies 'hIl-bIlIz Kj% 3 -hill-billy 'hIl-bIlI K8% 3 -hillier 'hIlI@R Or% 3 -hilliest 'hIlIIst Os% 3 -hillock 'hIl@k K6% 2 -hillocks 'hIl@ks Kj% 2 -hills hIlz Kj% 1 -hillside 'hIlsaId K6% 2 -hillsides 'hIlsaIdz Kj% 2 -hilly 'hIlI OD% 2 -hilt hIlt K6% 1 -hilts hIlts Kj$ 1 -him hIm Qx* 1 -himself hIm'self Qx* 2 -hind haInd K6$,OA$ 1 -hinder 'hInd@R H0% 26A,6C,15A -hindered 'hInd@d Hc%,Hd% 26A,6C,15A -hindering 'hInd@rIN Hb% 36A,6C,15A -hinders 'hInd@z Ha% 26A,6C,15A -hindmost 'haIndm@Ust OA% 2 -hindrance 'hIndr@ns K6% 2 -hindrances 'hIndr@nsIz Kj% 3 -hinds haIndz Kj$ 1 -hindsight 'haIndsaIt L@% 2 -hinge hIndZ J2%,K6% 13A,6A -hinged hIndZd Jc%,Jd% 13A,6A -hinges 'hIndZIz Ja%,Kj% 23A,6A -hinging 'hIndZIN Jb% 23A,6A -hint hInt J0%,K6% 13A,6A,9 -hinted 'hIntId Jc%,Jd% 23A,6A,9 -hinterland 'hInt@l&nd K6% 3 -hinterlands 'hInt@l&ndz Kj$ 3 -hinting 'hIntIN Jb% 23A,6A,9 -hints hInts Ja%,Kj% 13A,6A,9 -hip hIp K6%,OA%,W-% 1 -hip-bath 'hIp-bAT K6% 2 -hip-baths 'hIp-bADz Kj% 2 -hip-flask 'hIp-flAsk K6% 2 -hip-flasks 'hIp-flAsks Kj% 2 -hip-pocket hIp-'p0kIt K6% 3 -hip-pockets hIp-'p0kIts Kj% 3 -hippie 'hIpI K6% 2 -hippies 'hIpIz Kj% 2 -hippo 'hIp@U K6% 2 -hippodrome 'hIp@dr@Um K6$ 3 -hippodromes 'hIp@dr@Umz Kj$ 3 -hippopotami ,hIp@'p0t@maI Kj% 5 -hippopotamus ,hIp@'p0t@m@s K7% 5 -hippopotamuses ,hIp@'p0t@m@sIz Kj% 6 -hippos 'hIp@Uz Kj% 2 -hippy 'hIpI K8% 2 -hips hIps Kj% 1 -hire 'haI@R H2%,L@% 16A,15B -hired 'haI@d Hc%,Hd% 16A,15B -hireling 'haI@lIN K6% 2 -hirelings 'haI@lINz Kj% 2 -hires 'haI@z Ha% 16A,15B -hiring 'haI@rIN Hb% 26A,15B -hirsute 'h3sjut OA$ 2 -his hIz OA*,Qx* 1 -hiss hIs J1%,K7% 12A,3A,6A,15A -hissed hIst Jc%,Jd% 12A,3A,6A,15A -hisses 'hIsIz Ja%,Kj% 22A,3A,6A,15A -hissing 'hIsIN Jb% 22A,3A,6A,15A -histogram 'hIst@gr&m K6% 3 -histograms 'hIst@gr&mz Kj% 3 -historian hI'stOrI@n K6% 4 -historians hI'stOrI@nz Kj% 4 -historic hI'st0rIk OA% 3 -historical hI'st0rIkl OA% 4 -historically hI'st0rIklI Pu% 4 -histories 'hIstrIz Mj% 2 -history 'hIstrI M8% 2 -histrionic ,hIstrI'0nIk OA% 4 -histrionics ,hIstrI'0nIks Lk% 4 -hit hIt J5%,Jc%,Jd%,K6% 12C,3A,6A,12C,15A,15B -hit-and-run ,hIt-n-'rVn Oq% 3 -hitch hItS J1%,K7% 12A,2C,6A,15A,15B -hitched hItSt Jc%,Jd% 12A,2C,6A,15A,15B -hitches 'hItSIz Ja%,Kj% 22A,2C,6A,15A,15B -hitchhike 'hItShaIk I2% 22A -hitchhiked 'hItShaIkt Ic%,Id% 22A -hitchhiker 'hItShaIk@R K6% 3 -hitchhikers 'hItShaIk@z Kj% 3 -hitchhikes 'hItShaIks Ia% 22A -hitchhiking 'hItShaIkIN Ib% 32A -hitching 'hItSIN Jb% 22A,2C,6A,15A,15B -hither 'hID@R Pu% 2 -hitherto ,hID@'tu Pu% 3 -hits hIts Ja%,Kj% 12C,3A,6A,12C,15A,15B -hitting 'hItIN Jb% 22C,3A,6A,12C,15A,15B -hive haIv J2$,K6% 12C,6A -hived haIvd Jc$,Jd$ 12C,6A -hives haIvz Ja$,Kj% 12C,6A -hiving 'haIvIN Jb$ 22C,6A -ho h@U W-$ 1 -hoar hOR OA$ 1 -hoard hOd J0%,K6% 16A,15B -hoarded 'hOdId Jc%,Jd% 26A,15B -hoarder 'hOd@R K6% 2 -hoarders 'hOd@z Kj% 2 -hoarding 'hOdIN Jb%,K6% 26A,15B -hoardings 'hOdINz Kj% 2 -hoards hOdz Ja%,Kj% 16A,15B -hoarfrost 'hOfr0st L@% 2 -hoarier 'hOrI@R Or$ 3 -hoariest 'hOrIIst Os$ 3 -hoariness 'hOrIn@s L@$ 3 -hoarse hOs OB% 1 -hoarsely 'hOslI Pu% 2 -hoarseness 'hOsn@s L@% 2 -hoarser 'hOs@R Or% 2 -hoarsest 'hOsIst Os% 2 -hoary 'hOrI OD% 2 -hoax h@Uks H1%,K7% 16A,14 -hoaxed h@Ukst Hc%,Hd% 16A,14 -hoaxer 'h@Uks@R K6% 2 -hoaxers 'h@Uks@z Kj% 2 -hoaxes 'h@UksIz Ha%,Kj% 26A,14 -hoaxing 'h@UksIN Hb% 26A,14 -hob h0b K6% 1 -hobbies 'h0bIz Kj% 2 -hobble 'h0bl J2%,K6% 22A,2C,6A -hobble-skirt 'h0bl-sk3t K6$ 3 -hobble-skirts 'h0bl-sk3ts Kj$ 3 -hobbled 'h0bld Jc%,Jd% 22A,2C,6A -hobbledehoy 'h0bldIhoI K6$ 4 -hobbledehoys 'h0bldIhoIz Kj$ 4 -hobbles 'h0blz Ja%,Kj% 22A,2C,6A -hobbling 'h0blIN Jb% 22A,2C,6A -hobby 'h0bI K8% 2 -hobbyhorse 'h0bIhOs K6% 3 -hobbyhorses 'h0bIhOsIz Kj% 4 -hobgoblin ,h0b'g0blIn K6% 3 -hobgoblins ,h0b'g0blInz Kj% 3 -hobnail 'h0bneIl K6% 2 -hobnailed 'h0bneIld OA% 2 -hobnails 'h0bneIlz Kj$ 2 -hobnob 'h0bn0b I4% 22A,2C,3A -hobnobbed 'h0bn0bd Ic%,Id% 22A,2C,3A -hobnobbing 'h0bn0bIN Ib% 32A,2C,3A -hobnobs 'h0bn0bz Ia% 22A,2C,3A -hobo 'h@Ub@U K6% 2 -hoboes 'h@Ub@Uz Kj$ 2 -hobos 'h@Ub@Uz Kj% 2 -hobs h0bz Kj% 1 -hock h0k H0$,M6$ 16A -hocked h0kt Hc$,Hd$ 16A -hockey 'h0kI L@% 2 -hocking 'h0kIN Hb$ 26A -hocks h0ks Ha$,Mj$ 16A -hocus-pocus ,h@Uk@s-'p@Uk@s L@% 4 -hod h0d K6% 1 -hodgepodge 'h0dZp0dZ L@% 2 -hods h0dz Kj% 1 -hoe h@U J5%,K6% 12A,6A,15B -hoed h@Ud Jc%,Jd% 12A,6A,15B -hoeing 'h@UIN Jb% 22A,6A,15B -hoes h@Uz Ja%,Kj% 12A,6A,15B -hog h0g H4%,K6% 16A -hogged h0gd Hc%,Hd% 16A -hogging 'h0gIN Hb% 26A -hoggish 'h0gIS OA$ 2 -hogs h0gz Ha%,Kj% 16A -hogshead 'h0gzhed K6% 2 -hogsheads 'h0gzhedz Kj% 2 -hogwash 'h0gw0S L@% 2 -hoi polloi ,hoI p@'loI Kj$ 3 -hoist hoIst H0%,K6% 16A,15B -hoisted 'hoIstId Hc%,Hd% 26A,15B -hoisting 'hoIstIN Hb% 26A,15B -hoists hoIsts Ha%,Kj% 16A,15B -hoity-toity ,hoItI-'toItI OA%,W-$ 4 -hold h@Uld J5%,M6% 12A,2C,2D,3A,6A,9,14,15A,15B,22,25 -hold-up 'h@Uld-Vp K6% 2 -hold-ups 'h@Uld-Vps Kj$ 2 -holdall 'h@UldOl K6% 2 -holdalls 'h@UldOlz Kj% 2 -holder 'h@Uld@R K6% 2 -holders 'h@Uld@z Kj% 2 -holding 'h@UldIN Jb%,K6% 22A,2C,2D,3A,6A,9,14,15A,15B,22,25 -holdings 'h@UldINz Kj% 2 -holds h@Uldz Ja%,Mj% 12A,2C,2D,3A,6A,9,14,15A,15B,22,25 -holdup 'h@UldVp K6$ 2 -holdups 'h@UldVps Kj$ 2 -hole h@Ul J2%,K6% 12C,6A,15B -hole-and-corner ,h@Ul-n-'kOn@R OA% 4 -holed h@Uld Jc%,Jd% 12C,6A,15B -holes h@Ulz Ja%,Kj% 12C,6A,15B -holiday 'h0l@deI I0%,K6% 3 -holiday-maker 'h0l@dI-,meIk@R K6% 5 -holiday-makers 'h0l@dI-,meIk@z Kj% 5 -holidayed 'h0l@deId Ic% 3 -holidaying 'h0l@deIIN Ib% 4 -holidays 'h0l@deIz Kj% 3 -holier 'h@UlI@R Or% 3 -holies 'h@UlIz Kj% 2 -holiest 'h@UlIIst Os% 3 -holiness 'h@UlIn@s L@% 3 -holing 'h@UlIN Jb% 22C,6A,15B -holler 'h0l@R J0% 2 -hollered 'h0l@d Jc%,Jd% 2 -hollering 'h0l@rIN Jb% 3 -hollers 'h0l@z Ja% 2 -holloa 'h0l@U K6$,W-$ 2 -holloas 'h0l@Uz Kj$ 2 -hollow 'h0l@U H0%,K6%,OA% 26A,15A,15B -hollowed 'h0l@Ud Hc%,Hd% 26A,15A,15B -hollowing 'h0l@UIN Hb% 36A,15A,15B -hollows 'h0l@Uz Ha%,Kj% 26A,15A,15B -holly 'h0lI L@% 2 -hollyhock 'h0lIh0k K6% 3 -hollyhocks 'h0lIh0ks Kj% 3 -holm-oak 'h@Um-@Uk K6$ 2 -holm-oaks 'h@Um-@Uks Kj$ 2 -holocaust 'h0l@kOst K6% 3 -holocausts 'h0l@kOsts Kj$ 3 -holograph 'h0l@grAf K6% 3 -holographs 'h0l@grAfs Kj% 3 -holster 'h@Ulst@R K6% 2 -holsters 'h@Ulst@z Kj% 2 -holy 'h@UlI K8%,OD% 2 -holystone 'h@UlIst@Un H2$,L@$ 3 -holystoned 'h@UlIst@Und Hc$,Hd$ 3 -holystones 'h@UlIst@Unz Ha$ 3 -holystoning 'h@UlIst@UnIN Hb$ 4 -homage 'h0mIdZ L@% 2 -home h@Um K6*,Pu* 1 -home-baked h@Um-'beIkt OA% 2 -home-brewed h@Um-'brud OA% 2 -home-cured h@Um-'kju@d OA% 2 -home-farm h@Um-'fAm K6% 2 -home-farms h@Um-'fAmz Kj% 2 -home-grown 'h@Um-gr@Un OA% 2 -home-made 'h@Um-meId OA% 2 -homecoming 'h@UmkVmIN K6% 3 -homecomings 'h@UmkVmINz Kj% 3 -homeland 'h@Uml&nd K6% 2 -homelands 'h@Uml&ndz Kj% 2 -homeless 'h@Uml@s OA% 2 -homelier 'h@UmlI@R Or% 3 -homeliest 'h@UmlIIst Os% 3 -homelike 'h@UmlaIk OA% 2 -homeliness 'h@UmlIn@s L@% 3 -homely 'h@UmlI OD% 2 -homeopath 'h@UmI@p&T K6% 4 -homeopathic ,h@UmI@'p&TIk OA% 5 -homeopaths 'h@Umi@Up&Ts Kj% 4 -homes h@Umz Kj% 1 -homesick 'h@UmsIk OA% 2 -homesickness 'h@UmsIkn@s L@% 3 -homespun 'h@UmspVn L@$,OA% 2 -homestead 'h@Umsted K6% 2 -homesteads 'h@Umstedz Kj% 2 -homeward 'h@Umw@d OA%,Pu% 2 -homewards 'h@Umw@dz Pu% 2 -homework 'h@Umw3k L@% 2 -homey 'h@UmI OA$ 2 -homicidal ,h0mI'saIdl OA% 4 -homicide 'h0mIsaId M6% 3 -homicides 'h0mIsaIdz Mj% 3 -homiletic ,h0mI'letIk OA$ 4 -homiletics ,h0mI'letIks Lk$ 4 -homilies 'h0mIlIz Kj% 3 -homily 'h0mIlI K8% 3 -homing 'h@UmIN OA% 2 -hominy 'h0mInI L@$ 3 -homo 'h@Um@U K6$ 2 -homo sapiens ,h@Um@U 's&pIenz Ki% 5 -homoeopath 'h@Umi@Up&T K6% 4 -homoeopaths 'h@Umi@Up&Ts Kj% 4 -homoeopathy ,h@UmI'0p@TI L@% 5 -homogeneity ,h@Um@dZI'nI@tI L@% 6 -homogeneous ,h0m@'dZinI@s OA% 5 -homogenize h@'m0dZInaIz H2% 46A -homogenized h@'m0dZInaIzd Hc%,Hd% 46A -homogenizes h@'m0dZInaIzIz Ha$ 56A -homogenizing h@'m0dZInaIzIN Hb$ 56A -homograph 'h0m@grAf K6$ 3 -homographs 'h0m@grAfs Kj$ 3 -homonym 'h0m@nIm K6% 3 -homonyms 'h0m@nImz Kj% 3 -homophone 'h0m@f@Un K6% 3 -homophones 'h0m@f@Unz Kj% 3 -homos 'h@Um@Uz Kj$ 2 -homosexual ,h0m@'sekSU@l K6%,OA% 5 -homosexuality ,h@Um@sekSU'&lItI L@% 7 -homosexuals ,h0m@'sekSU@lz Kj% 5 -hone h@Un H2%,K6$ 16A -honed h@Und Hc%,Hd% 16A -hones h@Unz Ha%,Kj$ 16A -honest '0nIst OA% 2 -honestly '0nIstlI Pu% 3 -honesty '0nIstI L@% 3 -honey 'hVnI M6% 2 -honeybee 'hVnIbi K6% 3 -honeybees 'hVnIbiz Kj% 3 -honeycomb 'hVnIk@Um H0$,M6% 36A -honeycombed 'hVnIk@Umd Hc$,Hd% 36A -honeycombing 'hVnIk@UmIN Hb$ 46A -honeycombs 'hVnIk@Umz Ha$,Mj% 36A -honeydew 'hVnIdju L@% 3 -honeyed 'hVnId OA% 2 -honeymoon 'hVnImun I0%,K6% 3 -honeymooned 'hVnImund Ic%,Id% 3 -honeymooning 'hVnImunIN Ib% 4 -honeymoons 'hVnImunz Ia$,Kj% 3 -honeys 'hVnIz Mj% 2 -honeysuckle 'hVnIsVkl L@% 4 -honing 'h@UnIN Hb% 26A -honk h0Nk I0%,K6% 1 -honked h0Nkt Ic%,Id% 1 -honking 'h0NkIN Ib% 2 -honks h0Nks Ia%,Kj% 1 -honorarium ,0n@'re@rI@m K6% 5 -honorariums ,0n@'re@rI@mz Kj$ 5 -honorary '0n@r@rI OA% 4 -honorific ,0n@'rIfIk K6$,OA% 4 -honorifics ,0n@'rIfIks Kj$ 4 -honour '0n@R H0%,M6% 26A -honourable '0n@r@bl OA% 4 -honourably '0n@r@blI Pu% 4 -honoured '0n@d Hc%,Hd% 26A -honouring '0n@rIN Hb% 36A -honours '0n@z Ha%,Mj% 26A -hooch hutS L@% 1 -hood hUd H0%,K6% 1 -hooded 'hUdId Hc%,Hd% 2 -hooding 'hUdIN Hb% 2 -hoodlum 'hudl@m K6% 2 -hoodlums 'hudl@mz Kj% 2 -hoodoo 'hudu H0$,K6% 2 -hoodooed 'hudud Hc$,Hd$ 2 -hoodooing 'huduIN Hb$ 3 -hoodoos 'huduz Ha$,Kj$ 2 -hoods hUdz Ha%,Kj% 1 -hoodwink 'hUdwINk H0% 26A,14 -hoodwinked 'hUdwINkt Hc%,Hd% 26A,14 -hoodwinking 'hUdwINkIN Hb% 36A,14 -hoodwinks 'hUdwINks Ha% 26A,14 -hooey 'huI L@$ 2 -hoof huf K6% 1 -hoofs hufs Kj% 1 -hook hUk J0%,K6% 12C,6A,15A,15B -hook-nosed 'hUk-n@Uzd OA% 2 -hook-up 'hUk-Vp K6$ 2 -hook-ups 'hUk-Vps Kj$ 2 -hookah 'hUk@ K6$ 2 -hookahs 'hUk@z Kj$ 2 -hooked hUkt Jc%,Jd%,OA% 12C,6A,15A,15B -hooker 'hUk@R K6% 2 -hookers 'hUk@z Kj% 2 -hooking 'hUkIN Jb% 22C,6A,15A,15B -hooks hUks Ja%,Kj% 12C,6A,15A,15B -hookworm 'hUkw3m M6% 2 -hookworms 'hUkw3mz Mj% 2 -hooky 'hUkI Ki% 2 -hooligan 'hulIg@n K6% 3 -hooliganism 'hulIg@nIz@m L@% 5 -hooligans 'hulIg@nz Kj% 3 -hoop hup H0$,K6% 1 -hoop-la 'hup-lA L@% 2 -hooped hupt Hc$,Hd$ 1 -hooping 'hupIN Hb$ 2 -hoops hups Ha$,Kj% 1 -hooray hu'reI W-% 2 -hoot hut J0%,K6% 12A,2C,6A,15A,15B -hooted 'hutId Jc%,Jd% 22A,2C,6A,15A,15B -hooter 'hut@R K6% 2 -hooters 'hut@z Kj% 2 -hooting 'hutIN Jb% 22A,2C,6A,15A,15B -hoots huts Ja%,Kj% 12A,2C,6A,15A,15B -hooves huvz Kj% 1 -hop h0p J4%,K6% 12A,2C,6A -hop-field 'h0p-fild K6% 2 -hop-fields 'h0p-fildz Kj% 2 -hop-garden 'h0p-gAdn K6% 3 -hop-gardens 'h0p-gAdnz Kj% 3 -hop-picker 'h0p-pIk@R K6% 3 -hop-pickers 'h0p-pIk@z Kj% 3 -hop-pole 'h0p-p@Ul K6% 2 -hop-poles 'h0p-p@Ulz Kj% 2 -hope h@Up J2%,M6% 12A,3A,7A,9 -hoped h@Upt Jc%,Jd% 12A,3A,7A,9 -hopeful 'h@Upf@l OA% 2 -hopefully 'h@Upf@lI Pu% 3 -hopefulness 'h@Upfln@s L@% 3 -hopeless 'h@UplIs OA% 2 -hopelessly 'h@UplIslI Pu% 3 -hopelessness 'h@UplIsn@s L@% 3 -hopes h@Ups Ja%,Mj% 12A,3A,7A,9 -hoping 'h@UpIN Jb% 22A,3A,7A,9 -hopped h0pt Jc%,Jd% 12A,2C,6A -hopped-up h0pt-'Vp OA$ 2 -hopper 'h0p@R K6% 2 -hoppers 'h0p@z Kj% 2 -hopping 'h0pIN Jb% 22A,2C,6A -hops h0ps Ja%,Kj% 12A,2C,6A -hopscotch 'h0psk0tS L@% 2 -horde hOd K6% 1 -hordes hOdz Kj% 1 -horizon h@'raIzn K6% 3 -horizons h@'raIznz Kj% 3 -horizontal ,h0rI'z0ntl OA% 4 -horizontally ,h0rI'z0nt@lI Pu% 5 -hormone 'hOm@Un K6% 2 -hormones 'hOm@Unz Kj% 2 -horn hOn I0%,M6% 1 -horn-rimmed 'hOn-rImd OA% 2 -hornbeam 'hOnbim K6% 2 -hornbeams 'hOnbimz Kj% 2 -hornbill 'hOnbIl K6% 2 -hornbills 'hOnbIlz Kj% 2 -horned hOnd Ic%,Id%,OA% 1 -hornet 'hOnIt K6% 2 -hornets 'hOnIts Kj% 2 -hornier 'hOnI@R Or$ 3 -horniest 'hOnIIst Os$ 3 -horning 'hOnIN Ib$ 2 -hornless 'hOnl@s OA% 2 -hornlike 'hOnlaIk OA$ 2 -hornpipe 'hOnpaIp K6% 2 -hornpipes 'hOnpaIps Kj% 2 -horns hOnz Ia$,Mj% 1 -horny 'hOnI OD% 2 -horology h0'r0l@dZI L@$ 4 -horoscope 'h0r@sk@Up K6% 3 -horoscopes 'h0r@sk@Ups Kj% 3 -horrible 'h0r@bl OA% 3 -horribly 'h0r@blI Pu% 3 -horrid 'h0rId OA% 2 -horridly 'h0rIdlI Pu% 3 -horridness 'h0rIdn@s L@% 3 -horrific h@'rIfIk OA% 3 -horrified 'h0rIfaId Hc%,Hd% 36A -horrifies 'h0rIfaIz Ha% 36A -horrify 'h0rIfaI H3% 36A -horrifying 'h0rIfaIIN Hb% 46A -horrifyingly 'h0rIfaIINlI Pu% 5 -horror 'h0r@R M6% 2 -horror-stricken 'h0r@-strIk@n OA% 4 -horror-struck 'h0r@-strVk OA% 3 -horrors 'h0r@z Mj% 2 -hors d'oeuvres ,O 'd3v Kj% 2 -hors de combat ,O d@ 'k0mbA Op% 4 -horse hOs K6% 1 -horse-chestnut hOs-'tSesnVt K6% 3 -horse-chestnuts hOs-'tSesnVts Kj% 3 -horse-laugh 'hOs-lAf K6$ 2 -horse-laughs 'hOs-lAfs Kj$ 2 -horse-pond 'hOs-p0nd K6$ 2 -horse-ponds 'hOs-p0ndz Kj$ 2 -horse-sense 'hOs-sens L@% 2 -horseback 'hOsb&k L@% 2 -horsebox 'hOsb0ks K7% 2 -horseboxes 'hOsb0ksIz Kj% 3 -horseflesh 'hOsfleS L@% 2 -horseflies 'hOsflaIz Kj% 2 -horsefly 'hOsflaI K8% 2 -horsehair 'hOshe@R L@% 2 -horseman 'hOsm@n Ki% 2 -horsemanship 'hOsm@nSIp L@% 3 -horsemeat 'hOsmit L@% 2 -horsemen 'hOsm@n Kj% 2 -horseplay 'hOspleI L@% 2 -horsepower 'hOspaU@R M9% 3 -horserace 'hOsreIs K6% 2 -horseraces 'hOsreIsIz Kj% 3 -horseracing 'hOsreIsIN L@% 3 -horseradish 'hOsr&dIS L@% 3 -horses 'hOsIz Kj% 2 -horseshoe 'hOs+Su K6% 2 -horseshoes 'hOs+Suz Kj% 2 -horsewhip 'hOswIp H4%,K6% 2 -horsewhipped 'hOswIpt Hc%,Hd% 2 -horsewhipping 'hOswIpIN Hb$ 3 -horsewhips 'hOswIps Ha$,Kj$ 2 -horsewoman 'hOswUm@n Ki% 3 -horsewomen 'hOswImIn Kj% 3 -horsy 'hOsI OA% 2 -hortative 'hOt@tIv OA$ 3 -horticultural ,hOtI'kVltS@r@l OA% 5 -horticulture 'hOtIkVltS@R L@% 4 -horticulturist ,hOtI'kVltS@rIst K6$ 5 -horticulturists ,hOtI'kVltS@rIsts Kj$ 5 -hosanna h@U'z&n@ K6$,W-$ 3 -hosannas h@U'z&n@z Kj$ 3 -hose h@Uz H2%,M6% 16A,15B -hosed h@Uzd Hc%,Hd% 16A,15B -hosepipe 'h@UzpaIp K6% 2 -hosepipes 'h@UzpaIps Kj% 2 -hoses 'h@UzIz Ha%,Mj% 26A,15B -hosier 'h@UzI@R K6$ 3 -hosiers 'h@UzI@z Kj$ 3 -hosiery 'h@UzI@rI L@% 4 -hosing 'h@UzIN Hb% 26A,15B -hospice 'h0spIs K6% 2 -hospices 'h0spIsIz Kj% 3 -hospitable h0'spIt@bl OA% 4 -hospitably h0'spIt@blI Pu% 4 -hospital 'h0spItl K6% 3 -hospitality ,h0spI't&lItI L@% 5 -hospitalization ,h0spIt@laI'zeISn M6% 6 -hospitalizations ,h0spIt@laI'zeISnz Mj% 6 -hospitalize 'h0spIt@laIz H2$ 4 -hospitalized 'h0spIt@laIzd Hc$,Hd% 4 -hospitalizes 'h0spIt@laIzIz Ha$ 5 -hospitalizing 'h0spIt@laIzIN Hb$ 5 -hospitals 'h0spItlz Kj% 3 -host h@Ust H0%,K6% 16A -hostage 'h0stIdZ K6% 2 -hostages 'h0stIdZIz Kj% 3 -hosted 'h@UstId Hc%,Hd% 26A -hostel 'h0stl K6% 2 -hosteller 'h0st@l@R K6% 3 -hostellers 'h0st@l@z Kj% 3 -hostelries 'h0stlrIz Kj% 3 -hostelry 'h0stlrI K8% 3 -hostels 'h0stlz Kj% 2 -hostess 'h@UstIs K7% 2 -hostesses 'h@UstIsIz Kj% 3 -hostile 'h0staIl OA% 2 -hostilely 'h0staIlI Pu$ 3 -hostilities h0'stIlItIz Mj% 4 -hostility h0'stIlItI M8% 4 -hosting 'h@UstIN Hb% 26A -hosts h@Usts Ha%,Kj% 16A -hot h0t J4$,OE% 12C,15B -hot-blooded h0t-'blVdId OA% 3 -hot-headed h0t-'hedId OA% 3 -hot-tempered h0t-'temp@d OA% 3 -hot-water-bottle h0t-'wOt@-b0tl K6% 5 -hot-water-bottles h0t-'wOt@-b0tlz Kj% 5 -hotbed 'h0tbed K6% 2 -hotbeds 'h0tbedz Kj% 2 -hotchpotch 'h0tSp0tS K7% 2 -hotchpotches 'h0tSp0tSIz Kj$ 3 -hotel h@U'tel K6% 2 -hotelier h@U'telI@R K6% 4 -hoteliers h@U'telI@z Kj% 4 -hotels h@U'telz Kj% 2 -hotfoot 'h0tfUt I0%,Pu% 2 -hotfooted 'h0tfUtId Ic%,Id% 3 -hotfooting 'h0tfUtIN Ib$ 3 -hotfoots 'h0tfUts Ia$ 2 -hothead 'h0thed K6% 2 -hotheads 'h0thedz Kj% 2 -hothouse 'h0thaUs K6% 2 -hothouses 'h0thaUzIz Kj% 3 -hotly 'h0tlI Pu% 2 -hotplate 'h0tpleIt K6% 2 -hotplates 'h0tpleIts Kj% 2 -hots h0ts Ja$ 12C,15B -hotted 'h0tId Jc$,Jd$ 22C,15B -hotter 'h0t@R Or% 2 -hottest 'h0tIst Os% 2 -hotting 'h0tIN Jb% 22C,15B -hound haUnd H0%,K6% 16A -hounded 'haUndId Hc%,Hd% 26A -hounding 'haUndIN Hb% 26A -hounds haUndz Ha%,Kj% 16A -hour 'aU@R K6% 2 -hourglass 'aU@glAs K7% 3 -hourglasses 'aU@glAsIz Kj% 4 -houri 'hU@rI K6$ 2 -houris 'hU@rIz Kj$ 2 -hourly 'aU@lI OA%,Pu% 3 -hours 'aU@z Kj% 2 -house haUs K6* 1 -house haUz H2% 16A -house-parties 'haUs-pAtIz Kj% 3 -house-party 'haUs-pAtI K8% 3 -house-warming 'haUs-wOmIN K6% 3 -house-warmings 'haUs-wOmINz Kj% 3 -houseboat 'haUsb@Ut K6% 2 -houseboats 'haUsb@Uts Kj% 2 -housebound 'haUsbaUnd OA% 2 -housebreaker 'haUsbreIk@R K6$ 3 -housebreakers 'haUsbreIk@z Kj$ 3 -housecoat 'haUsk@Ut K6% 2 -housecoats 'haUsk@Uts Kj% 2 -housecraft 'haUskrAft L@% 2 -housed haUzd Hc%,Hd% 16A -housedog 'haUsd0g K6% 2 -housedogs 'haUsd0gz Kj% 2 -housefather 'haUsfAD@R K6% 3 -housefathers 'haUsfAD@z Kj% 3 -houseflies 'haUsflaIz Kj% 2 -housefly 'haUsflaI K8% 2 -houseful 'haUsfUl K6% 2 -housefuls 'haUsfUlz Kj% 2 -household 'haUsh@Uld K6% 2 -householder 'haUsh@Uld@R K6% 3 -householders 'haUsh@Uld@z Kj% 3 -households 'haUsh@Uldz Kj% 2 -housekeeper 'haUskip@R K6% 3 -housekeepers 'haUskip@z Kj% 3 -houselights 'haUslaIts Kj% 2 -housemaid 'haUsmeId K6% 2 -housemaids 'haUsmeIdz Kj% 2 -houseman 'haUsm@n Ki% 2 -housemaster 'haUsmAst@R K6% 3 -housemasters 'haUsmAst@z Kj% 3 -housemen 'haUsm@n Kj% 2 -housemother 'haUsmVD@R K6% 3 -housemothers 'haUsmVD@z Kj% 3 -houseproud 'haUspraUd OA% 2 -houseroom 'haUsrum L@% 2 -houses 'haUzIz Ha%,Kj% 26A -housetop 'haUst0p K6% 2 -housetops 'haUst0ps Kj% 2 -housetrained 'haUstreInd OA% 2 -housewife 'haUswaIf Ki% 2 -housewifely 'haUswaIflI OA$ 3 -housewifery 'haUswIfrI L@% 3 -housewives 'haUswaIvz Kj% 2 -housework 'haUsw3k L@% 2 -housewrecker 'haUsrek@R K6$ 3 -housewreckers 'haUsrek@z Kj$ 3 -housing 'haUzIN Hb%,L@% 26A -hove h@Uv Jc$,Jd$ 12A,2C,3A,6A,15A,15B -hovel 'h0vl K6% 2 -hovels 'h0vlz Kj% 2 -hover 'h0v@R I0% 22A,2C -hovercraft 'h0v@krAft K9% 3 -hovered 'h0v@d Ic%,Id% 22A,2C -hovering 'h0v@rIN Ib% 32A,2C -hovers 'h0v@z Ia% 22A,2C -how haU Pu* 1 -how's haUz Gh% 1 -how-d'ye-do ,haU-djU-'du K6$ 3 -how-d'ye-dos ,haU-djU-'duz Kj$ 3 -howbeit haU'biIt V-$ 3 -howdah 'haUd@ K6$ 2 -howdahs 'haUd@z Kj$ 2 -however haU'ev@R Pu* 3 -howitzer 'haUIts@R K6% 3 -howitzers 'haUIts@z Kj% 3 -howl haUl J0%,K6% 12A,2C,6A,15A,15B -howled haUld Jc%,Jd% 12A,2C,6A,15A,15B -howler 'haUl@R K6% 2 -howlers 'haUl@z Kj% 2 -howling 'haUlIN Jb%,OA% 22A,2C,6A,15A,15B -howls haUlz Ja%,Kj% 12A,2C,6A,15A,15B -hoyden 'hoIdn K6$ 2 -hoydenish 'hoIdnIS OA$ 3 -hoydens 'hoIdnz Kj$ 2 -hub hVb K6% 1 -hubbies 'hVbIz Kj% 2 -hubble-bubble 'hVbl-bVbl K6$ 4 -hubble-bubbles 'hVbl-bVblz Kj$ 4 -hubbub 'hVbVb L@% 2 -hubby 'hVbI K8% 2 -hubris 'hjubrIs L@$ 2 -hubs hVbz Kj% 1 -huckaback 'hVk@b&k L@$ 3 -huckleberries 'hVklb@rIz Kj$ 4 -huckleberry 'hVklb@rI K8$ 4 -huckster 'hVkst@R K6$ 2 -hucksters 'hVkst@z Kj$ 2 -huddle 'hVdl J2%,K6% 22C,15A,15B -huddled 'hVdld Jc%,Jd% 22C,15A,15B -huddles 'hVdlz Ja%,Kj% 22C,15A,15B -huddling 'hVdlIN Jb% 22C,15A,15B -hue hju K6% 1 -hued hjud Ot% 1 -hues hjuz Kj% 1 -huff hVf I0%,K6% 1 -huffed hVft Ic%,Id% 1 -huffier 'hVfI@R Or$ 3 -huffiest 'hVfIIst Os$ 3 -huffily 'hVfIlI Pu% 3 -huffing 'hVfIN Ib% 2 -huffish 'hVfIS OA$ 2 -huffs hVfs Ia%,Kj% 1 -huffy 'hVfI OD% 2 -hug hVg H4%,K6% 16A -huge hjudZ OA% 1 -hugely 'hjudZlI Pu% 2 -hugged hVgd Hc%,Hd% 16A -hugger-mugger 'hVg@-mVg@R Ki%,OA%,Pu% 4 -hugging 'hVgIN Hb% 26A -hugs hVgz Ha%,Kj% 16A -hula 'hul@ K6$ 2 -hulas 'hul@z Kj$ 2 -hulk hVlk K6% 1 -hulking 'hVlkIN OA% 2 -hulks hVlks Kj% 1 -hull hVl H0$,K6% 1 -hullabaloo ,hVl@b@'lu K6% 4 -hullabaloos ,hVl@b@'luz Kj% 4 -hulled hVld Hc$,Hd$ 1 -hulling 'hVlIN Hb$ 2 -hullo h@'l@U W-% 2 -hulls hVlz Ha$,Kj% 1 -hum hVm J4%,K6% 12A,2C,6A -human 'hjum@n K6$,OA% 2 -humane hju'meIn OA% 2 -humanely hju'meInlI Pu% 3 -humanism 'hjum@nIz@m L@% 4 -humanist 'hjum@nIst K6% 3 -humanists 'hjum@nIsts Kj% 3 -humanitarian hju,m&nI'te@rI@n K6%,OA% 6 -humanitarianism hju,m&nI'te@rI@nIz@m L@% 8 -humanitarians hju,m&nI'te@rI@nz Kj% 6 -humanities hju'm&nItIz Mj% 4 -humanity hju'm&nItI M8% 4 -humanize 'hjum@naIz J2% 32A,6A -humanized 'hjum@naIzd Jc%,Jd% 32A,6A -humanizes 'hjum@naIzIz Ja% 42A,6A -humanizing 'hjum@naIzIN Jb% 42A,6A -humankind ,hjum@n'kaInd L@% 3 -humanly 'hjum@nlI Pu% 3 -humans 'hjum@nz Kj% 2 -humble 'hVmbl H2%,OB% 26A -humbled 'hVmbld Hc%,Hd% 26A -humbler 'hVmbl@R Or% 2 -humbles 'hVmblz Ha% 26A -humblest 'hVmblIst Os% 2 -humbling 'hVmblIN Hb% 26A -humbly 'hVmblI Pu% 2 -humbug 'hVmbVg H4$,M6%,W-% 26A,14 -humbugged 'hVmbVgd Hc$,Hd$ 26A,14 -humbugging 'hVmbVgIN Hb$ 36A,14 -humbugs 'hVmbVgz Ha$,Mj% 26A,14 -humdinger ,hVm'dIN@R K6% 3 -humdingers ,hVm'dIN@z Kj$ 3 -humdrum 'hVmdrVm OA% 2 -humerus 'hjum@r@s K7% 3 -humeruses 'hjum@r@sIz Kj$ 4 -humid 'hjumId OA% 2 -humidified hju'mIdIfaId Hc$,Hd$ 4 -humidifies hju'mIdIfaIz Ha$ 4 -humidify hju'mIdIfaI H3$ 4 -humidifying hju'mIdIfaIIN Hb$ 5 -humidity hju'mIdItI L@% 4 -humiliate hju'mIlIeIt H2% 46A -humiliated hju'mIlIeItId Hc%,Hd% 56A -humiliates hju'mIlIeIts Ha% 46A -humiliating hju'mIlIeItIN Hb% 56A -humiliation hju,mIlI'eISn M6% 5 -humiliations hju,mIlI'eISnz Mj% 5 -humility hju'mIlItI L@% 4 -hummed hVmd Jc%,Jd% 12A,2C,6A -humming 'hVmIN Jb% 22A,2C,6A -humming-top 'hVmIN-t0p K6$ 3 -humming-tops 'hVmIN-t0ps Kj$ 3 -hummingbird 'hVmINb3d K6% 3 -hummingbirds 'hVmINb3dz Kj% 3 -hummock 'hVm@k K6% 2 -hummocks 'hVm@ks Kj% 2 -humorist 'hjum@rIst K6% 3 -humorists 'hjum@rIsts Kj% 3 -humorous 'hjum@r@s OA% 3 -humorously 'hjum@r@slI Pu% 4 -humour 'hjum@R H0%,M6% 26A -humoured 'hjum@d Hc%,Hd% 26A -humouring 'hjum@rIN Hb% 36A -humourist 'hjum@rIst K6% 3 -humourists 'hjum@rIsts Kj% 3 -humourless 'hjum@lIs OA% 3 -humours 'hjum@z Ha%,Mj% 26A -hump hVmp H0%,K6% 16A,15B -humpback 'hVmp+b&k K6% 2 -humpbacked 'hVmp+b&kt OA% 2 -humpbacks 'hVmp+b&ks Kj% 2 -humped hVmpt Hc%,Hd% 16A,15B -humph hVmpf W-$ 1 -humping 'hVmpIN Hb% 26A,15B -humps hVmps Ha%,Kj% 16A,15B -hums hVmz Ja%,Kj% 12A,2C,6A -humus 'hjum@s L@% 2 -hunch hVntS H1%,K7% 16A,15B -hunchback 'hVntSb&k K6%,OA% 2 -hunchbacked 'hVntSb&kt OA% 2 -hunchbacks 'hVntSb&ks Kj% 2 -hunched hVntSt Hc%,Hd% 16A,15B -hunches 'hVntSIz Ha%,Kj% 26A,15B -hunching 'hVntSIN Hb% 26A,15B -hundred 'hVndr@d K6%,OA% 2 -hundredfold 'hVndr@df@Uld Pu% 3 -hundreds 'hVndr@dz Kj% 2 -hundredth 'hVndr@dT K6%,OA% 2 -hundredths 'hVndr@dTs Kj% 2 -hundredweight 'hVndr@dweIt K6% 3 -hundredweights 'hVndr@dweIts Kj% 3 -hung hVN Jc%,Jd% 12A,2B,2C,3A,6A,15A,15B -hunger 'hVNg@R I0%,L@% 22A,3A,4C -hunger-march 'hVNg@-mAtS K7% 3 -hunger-marcher 'hVNg@-,mAtS@R K6% 4 -hunger-marchers 'hVNg@-,mAtS@z Kj% 4 -hunger-marches 'hVNg@-mAtSIz Kj% 4 -hungered 'hVNg@d Ic%,Id% 22A,3A,4C -hungering 'hVNg@rIN Ib% 32A,3A,4C -hungers 'hVNg@z Ia% 22A,3A,4C -hungrier 'hVNgrI@R Or% 3 -hungriest 'hVNgrIIst Os% 3 -hungrily 'hVNgr@lI Pu% 3 -hungry 'hVNgrI OD% 2 -hunk hVNk K6% 1 -hunkers 'hVNk@z Kj$ 2 -hunks hVNks Kj% 1 -hunt hVnt J0%,K6% 12A,2C,3A,6A,15A,15B -hunted 'hVntId Jc%,Jd% 22A,2C,3A,6A,15A,15B -hunter 'hVnt@R K6% 2 -hunters 'hVnt@z Kj% 2 -hunting 'hVntIN Jb%,L@% 22A,2C,3A,6A,15A,15B -hunting-crop 'hVntIN-kr0p K6% 3 -hunting-crops 'hVntIN-kr0ps Kj% 3 -huntress 'hVntrIs K7% 2 -huntresses 'hVntrIsIz Kj$ 3 -hunts hVnts Ja%,Kj% 12A,2C,3A,6A,15A,15B -huntsman 'hVntsm@n Ki% 2 -huntsmen 'hVntsm@n Kj% 2 -hurdle 'h3dl J2%,K6% 22A,15B -hurdled 'h3dld Jc%,Jd% 22A,15B -hurdler 'h3dl@R K6% 2 -hurdlers 'h3dl@z Kj% 2 -hurdles 'h3dlz Ja%,Kj% 22A,15B -hurdling 'h3dlIN Jb% 22A,15B -hurdy-gurdies 'h3dI-g3dIz Kj$ 4 -hurdy-gurdy 'h3dI-g3dI K8% 4 -hurl h3l H0%,K6$ 16A,15A,15B -hurled h3ld Hc%,Hd% 16A,15A,15B -hurling 'h3lIN Hb%,L@% 26A,15A,15B -hurls h3lz Ha%,Kj$ 16A,15A,15B -hurly-burly 'h3lI-b3lI L@% 4 -hurrah hU'rA I0%,W-% 2 -hurrahed hU'rAd Ic%,Id% 2 -hurrahing hU'rAIN Ib$ 3 -hurrahs hU'rAz Ia$ 2 -hurray hU'reI W-% 2 -hurricane 'hVrIk@n K6% 3 -hurricanes 'hVrIk@nz Kj% 3 -hurried 'hVrId Jc%,Jd%,OA% 22A,2C,6A,15A,15B -hurriedly 'hVrIdlI Pu% 3 -hurries 'hVrIz Ja%,Mj% 22A,2C,6A,15A,15B -hurry 'hVrI J3%,M8% 22A,2C,6A,15A,15B -hurrying 'hVrIIN Jb% 32A,2C,6A,15A,15B -hurt h3t J5%,Jc%,Jd%,L@% 12A,6A,6B -hurtful 'h3tf@l OA% 2 -hurting 'h3tIN Jb% 22A,6A,6B -hurtle 'h3tl I2% 22C -hurtled 'h3tld Ic%,Id% 22C -hurtles 'h3tlz Ia% 22C -hurtling 'h3tlIN Ib% 22C -hurts h3ts Ja% 12A,6A,6B -husband 'hVzb@nd H0%,K6% 21,6A -husbanded 'hVzb@ndId Hc%,Hd% 31,6A -husbanding 'hVzb@ndIN Hb% 31,6A -husbandman 'hVzb@ndm@n Ki% 3 -husbandmen 'hVzb@ndm@n Kj% 3 -husbandry 'hVzb@ndrI L@% 3 -husbands 'hVzb@ndz Ha%,Kj% 21,6A -hush hVS J1%,K7% 12A,15A,15B -hush-hush 'hVS-hVS OA% 2 -hush-money 'hVS-mVnI L@% 3 -hushed hVSt Jc%,Jd% 12A,15A,15B -hushes 'hVSIz Ja%,Kj% 22A,15A,15B -hushing 'hVSIN Jb% 22A,15A,15B -husk hVsk H0$,K6% 1 -husked hVskt Hc$,Hd$ 1 -huskier 'hVskI@R Or% 3 -huskies 'hVskIz Kj% 2 -huskiest 'hVskIIst Os% 3 -huskily 'hVskIlI Pu% 3 -huskiness 'hVskIn@s L@% 3 -husking 'hVskIN Hb$ 2 -husks hVsks Ha$,Kj% 1 -husky 'hVskI K8%,OD% 2 -hussar hU'zAR K6$ 2 -hussars hU'zAz Kj$ 2 -hussies 'hVsIz Kj% 2 -hussy 'hVsI K8% 2 -hustings 'hVstINz Kj% 2 -hustle 'hVsl J2%,Ki% 22A,2C,6A,15A,15B -hustled 'hVsld Jc%,Jd% 22A,2C,6A,15A,15B -hustler 'hVsl@R K6% 2 -hustlers 'hVsl@z Kj% 2 -hustles 'hVslz Ja% 22A,2C,6A,15A,15B -hustling 'hVslIN Jb% 22A,2C,6A,15A,15B -hut hVt K6% 1 -hutch hVtS K7% 1 -hutches 'hVtSIz Kj% 2 -hutment 'hVtm@nt K6$ 2 -hutments 'hVtm@nts Kj$ 2 -huts hVts Kj% 1 -hutted 'hVtId OA$ 2 -hyacinth 'haI@sInT K6% 3 -hyacinths 'haI@sInTs Kj% 3 -hyaena haI'in@ K6$ 3 -hyaenas haI'in@z Kj$ 3 -hybrid 'haIbrId K6%,OA% 2 -hybridize 'haIbrIdaIz J2$ 32A,6A -hybridized 'haIbrIdaIzd Jc$,Jd$ 32A,6A -hybridizes 'haIbrIdaIzIz Ja$ 42A,6A -hybridizing 'haIbrIdaIzIN Jb$ 42A,6A -hybrids 'haIbrIdz Kj% 2 -hydra 'haIdr@ K6$ 2 -hydrangea haI'dreIndZ@ K6% 3 -hydrangeas haI'dreIndZ@z Kj% 3 -hydrant 'haIdr@nt K6% 2 -hydrants 'haIdr@nts Kj% 2 -hydras 'haIdr@z Kj% 2 -hydrate 'haIdreIt J2$,K6$ 2 -hydrated 'haIdreItId Jc$,Jd$ 3 -hydrates 'haIdreIts Ja$,Kj$ 2 -hydrating 'haIdreItIN Jb$ 3 -hydraulic haI'drOlIk OA% 3 -hydraulicly haI'drOlIklI Pu% 4 -hydraulics haI'drOlIks Lk% 3 -hydrocarbon ,haIdr@'kAb@n K6% 4 -hydrocarbons ,haIdr@'kAb@nz Kj% 4 -hydrochloric ,haIdr@'kl0rIk OA% 4 -hydroelectric ,haIdr@UI'lektrIk OA% 5 -hydrofoil 'haIdr@foIl K6% 3 -hydrofoils 'haIdr@foIlz Kj% 3 -hydrogen 'haIdr@dZ@n L@% 3 -hydropathic ,haIdr@'p&TIk OA$ 4 -hydropathy haI'dr0p@TI L@$ 4 -hydrophobia ,haIdr@'f@UbI@ L@% 5 -hydroplane 'haIdr@pleIn K6% 3 -hydroplanes 'haIdr@pleInz Kj% 3 -hydroponics ,haIdr@'p0nIks Lk$ 4 -hyena haI'in@ K6% 3 -hyenas haI'in@z Kj% 3 -hygiene 'haIdZin L@% 2 -hygienic haI'dZinIk OA% 3 -hygienically haI'dZinIklI Pu% 4 -hying 'haIIN Ib$ 2 -hymen 'haIm@n K6$ 2 -hymens 'haIm@nz Kj$ 2 -hymn hIm H0%,K6% 1 -hymnal 'hImn@l K6% 2 -hymnals 'hImn@lz Kj% 2 -hymned hImd Hc%,Hd% 1 -hymning 'hImIN Hb% 2 -hymns hImz Ha%,Kj% 1 -hyperbola haI'p3b@l@ K6$ 4 -hyperbolas haI'p3b@l@z Kj$ 4 -hyperbole haI'p3b@lI M6% 4 -hyperboles haI'p3b@lIz Mj% 4 -hyperbolic ,haIp@'b0lIk OA$ 4 -hypercritical ,haIp@'krItIkl OA% 5 -hypermarket 'haIp@mAkIt K6% 4 -hypermarkets 'haIp@mAkIts Kj% 4 -hypersensitive ,haIp@'sensItIv OA% 5 -hyphen 'haIfn H0%,K6% 2 -hyphenate 'haIf@neIt H2% 3 -hyphenated 'haIf@neItId Hc%,Hd% 4 -hyphenates 'haIf@neIts Ha% 3 -hyphenating 'haIf@neItIN Hb% 4 -hyphened 'haIfnd Hc$,Hd% 2 -hyphening 'haIfnIN Hb$ 3 -hyphens 'haIfnz Ha$,Kj% 2 -hypnoses 'hIpn@Usiz Kj% 3 -hypnosis hIp'n@UsIs Mi% 3 -hypnotic hIp'n0tIk OA% 3 -hypnotism 'hIpn@tIz@m L@% 4 -hypnotist 'hIpn@tIst K6% 3 -hypnotists 'hIpn@tIsts Kj% 3 -hypnotize 'hIpn@taIz H2% 36A -hypnotized 'hIpn@taIzd Hc%,Hd% 36A -hypnotizes 'hIpn@taIzIz Ha% 46A -hypnotizing 'hIpn@taIzIN Hb% 46A -hypo 'haIp@U L@$ 2 -hypochondria ,haIp@'k0ndrI@ M6% 5 -hypochondriac ,haIp@'k0ndrI&k K6%,OA% 5 -hypochondriacal ,haIp@k@n'draI@kl OA% 6 -hypochondriacs ,haIp@'k0ndrI&ks Kj% 5 -hypochondrias ,haIp@'k0ndrI@z Mj$ 5 -hypocrisies hI'p0kr@sIz Mj$ 4 -hypocrisy hI'p0kr@sI M8% 4 -hypocrite 'hIp@krIt K6% 3 -hypocrites 'hIp@krIts Kj% 3 -hypocritical ,hIp@'krItIkl OA% 5 -hypocritically ,hIp@'krItIklI Pu% 5 -hypodermic ,haIp@'d3mIk K6$,OA% 4 -hypodermics ,haIp@'d3mIks Kj$ 4 -hypotenuse ,haI'p0t@njuz K6% 4 -hypotenuses ,haI'p0t@njuzIz Kj$ 5 -hypothecate haI'p0TIkeIt H2$ 4 -hypothecated haI'p0TIkeItId Hc$,Hd$ 5 -hypothecates haI'p0TIkeIts Ha$ 4 -hypothecating haI'p0TIkeItIN Hb$ 5 -hypotheses haI'p0TIsiz Kj% 4 -hypothesis haI'p0T@sIs Ki% 4 -hypothetical ,haIp@'TetIkl OA% 5 -hyssop 'hIs@p L@$ 2 -hysteria hI'stI@rI@ L@% 4 -hysterical hI'sterIkl OA% 4 -hysterically hI'sterIklI Pu% 4 -hysterics hI'sterIks Lk% 3 -i aI Ki$ 1 -i's aIz Kj$ 1 -iamb 'aI&m K6$ 2 -iambi aI'&mbaI Kj$ 3 -iambic aI'&mbIk OA$ 3 -iambics aI'&mbIks Lk$ 3 -iambs 'aI&mz Kj$ 2 -iambus aI'&mb@s K7$ 3 -iambuses aI'&mb@sIz Kj$ 4 -ibex 'aIbeks K7$ 2 -ibexes 'aIbeksIz Kj$ 3 -ibid I'bId Y~% 2 -ibidem 'IbIdem Pu$ 3 -ibis 'aIbIs K7$ 2 -ibises 'aIbIsIz Kj$ 3 -ice aIs J2%,M6% 12C,6A,15B -ice-axe 'aIs-&ks K6% 2 -ice-axes 'aIs-&ksIz Kj% 3 -ice-cream aIs-'krim M6% 2 -ice-creams aIs-'krimz Mj% 2 -ice-lollies aIs-'l0lIz Kj% 3 -ice-lolly aIs-'l0lI K8% 3 -ice-show 'aIs-S@U K6% 2 -ice-shows 'aIs-S@Uz Kj% 2 -ice-skate 'aIs-skeIt I2%,K6% 2 -ice-skated 'aIs-skeItId Ic%,Id% 3 -ice-skates 'aIs-skeIts Ia%,Kj% 2 -ice-skating 'aIs-skeItIN Ib%,L@% 3 -ice-tray 'aIs-treI K6% 2 -ice-trays 'aIs-treIz Kj% 2 -iceberg 'aIsb3g K6% 2 -icebergs 'aIsb3gz Kj% 2 -iceboat 'aIsb@Ut K6$ 2 -iceboats 'aIsb@Uts Kj$ 2 -icebound 'aIsbaUnd OA% 2 -icebox 'aIsb0ks K7% 2 -iceboxes 'aIsb0ksIz Kj% 3 -icebreaker 'aIsbreIk@R K6% 3 -icebreakers 'aIsbreIk@z Kj% 3 -icecap 'aIsk&p K6% 2 -icecaps 'aIsk&ps Kj% 2 -icecube 'aIskjub K6% 2 -icecubes 'aIskjubz Kj% 2 -iced aIst Jc%,Jd% 12C,6A,15B -icefall 'aIsfOl K6$ 2 -icefalls 'aIsfOlz Kj$ 2 -icefield 'aIsfild K6% 2 -icefields 'aIsfildz Kj% 2 -icefloe 'aIsfl@U K6% 2 -icefloes 'aIsfl@Uz Kj% 2 -icefree 'aIsfri OA$ 2 -icehouse 'aIshaUs K6% 2 -icehouses 'aIshaUzIz Kj% 3 -iceman 'aIsm&n Ki$ 2 -icemen 'aIsmen Kj$ 2 -icepack 'aIsp&k K6% 2 -icepacks 'aIsp&ks Kj% 2 -icepick 'aIspIk K6% 2 -icepicks 'aIspIks Kj% 2 -icerink 'aIsrINk K6% 2 -icerinks 'aIsrINks Kj% 2 -ices 'aIsIz Ja%,Mj% 22C,6A,15B -ichneumon Ik'njum@n K6$ 3 -ichneumon-flies Ik'njum@n-flaIz Kj$ 4 -ichneumon-fly Ik'njum@n-flaI K8$ 4 -ichneumons Ik'njum@nz Kj$ 3 -icicle 'aIsIkl K6% 3 -icicles 'aIsIklz Kj% 3 -icier 'aIsI@R Or% 3 -iciest 'aIsIIst Os% 3 -icily 'aIsIlI Pu% 3 -icing 'aIsIN Jb%,L@% 22C,6A,15B -icon 'aIk0n K6% 2 -iconoclast aI'k0n@kl&st K6% 4 -iconoclasts aI'k0n@kl&sts Kj% 4 -icons 'aIk0nz Kj% 2 -icy 'aIsI OD% 2 -id Id Ki$ 1 -id est ,Id 'est Z-$ 2 -idea aI'dI@ K6* 3 -ideal aI'dI@l K6%,OA% 3 -idealism aI'dI@lIz@m L@% 5 -idealist aI'dI@lIst K6% 4 -idealistic aI,dI@'lIstIk OA% 5 -idealists aI'dI@lIsts Kj% 4 -idealization aI,dI@laI'zeISn K6% 6 -idealizations aI,dI@laI'zeISnz Kj% 6 -idealize aI'dI@laIz H2% 46A -idealized aI'dI@laIzd Hc%,Hd% 46A -idealizes aI'dI@laIzIz Ha% 56A -idealizing aI'dI@laIzIN Hb% 56A -ideally aI'dI@lI Pu% 4 -ideals aI'dI@lz Kj% 3 -ideas aI'dI@z Kj% 3 -idem 'Idem Y~$ 2 -identical aI'dentIkl OA% 4 -identically aI'dentIklI Pu% 4 -identifiable aI,dentI'faI@bl OA% 6 -identifiably aI,dentI'faI@blI Pu% 6 -identification aI,dentIfI'keISn L@% 6 -identified aI'dentIfaId Hc%,Hd% 43A,6A,14 -identifies aI'dentIfaIz Ha% 43A,6A,14 -identify aI'dentIfaI H3% 43A,6A,14 -identifying aI'dentIfaIIN Hb% 53A,6A,14 -identikit aI'dentIkIt K6% 4 -identikits aI'dentIkIts Kj$ 4 -identities aI'dentItIz Mj% 4 -identity aI'dentItI M8% 4 -ideogram 'IdI@gr&m K6$ 4 -ideograms 'IdI@gr&mz Kj$ 4 -ideograph 'IdI@grAf K6$ 4 -ideographic ,IdI@'gr&fIk OA$ 5 -ideographs 'IdI@grAfs Kj$ 4 -ideological ,aIdI@'l0dZIkl OA$ 6 -ideologically ,aIdI@'l0dZIklI Pu% 6 -ideologies ,aIdI'0l@dZIz Mj% 5 -ideology ,aIdI'0l@dZI M8% 5 -ides aIdz Kj$ 1 -idiocies 'IdI@sIz Mj% 4 -idiocy 'IdI@sI M8% 4 -idiolect 'IdI@lekt K6$ 4 -idiolects 'IdI@lekts Kj$ 4 -idiom 'IdI@m M6% 3 -idiomatic ,IdI@'m&tIk OA% 5 -idiomatically ,IdI@'m&tIklI Pu% 6 -idioms 'IdI@mz Mj% 3 -idiosyncrasies ,IdI@'sINkr@sIz Kj% 6 -idiosyncrasy ,IdI@'sINkr@sI K8% 6 -idiosyncratic ,IdI@sIN'kr&tIk OA% 6 -idiot 'IdI@t K6% 3 -idiotic ,IdI'0tIk OA% 4 -idiotically ,IdI'0tIklI Pu% 5 -idiots 'IdI@ts Kj% 3 -idle 'aIdl J2%,OB% 22A,2C,15B -idled 'aIdld Jc%,Jd% 22A,2C,15B -idleness 'aIdln@s L@% 3 -idler 'aIdl@R K6%,Or% 2 -idlers 'aIdl@z Kj% 2 -idles 'aIdlz Ja% 22A,2C,15B -idlest 'aIdlIst Os% 2 -idling 'aIdlIN Jb% 22A,2C,15B -idly 'aIdlI Pu% 2 -idol 'aIdl K6% 2 -idolater aI'd0l@t@R K6% 4 -idolaters aI'd0l@t@z Kj% 4 -idolatress aI'd0l@trIs K7$ 4 -idolatresses aI'd0l@trIsIz Kj$ 5 -idolatries aI'd0l@trIz Mj$ 4 -idolatrous aI'd0l@tr@s OA% 4 -idolatrously aI'd0l@tr@slI Pu% 5 -idolatry aI'd0l@trI M8% 4 -idolization ,aId@laI'zeISn K6% 5 -idolizations ,aId@laI'zeISnz Kj$ 5 -idolize 'aId@laIz H2% 36A -idolized 'aId@laIzd Hc%,Hd% 36A -idolizes 'aId@laIzIz Ha% 46A -idolizing 'aId@laIzIN Hb% 46A -idols 'aIdlz Kj% 2 -idyll 'IdIl K6% 2 -idyllic I'dIlIk OA% 3 -idylls 'IdIlz Kj% 2 -ie ,aI'i Y~% 2 -if If V-* 1 -igloo 'Iglu K6% 2 -igloos 'Igluz Kj% 2 -igneous 'IgnI@s OA$ 3 -ignes fatui ,Igniz 'f&tjUaI Kj$ 5 -ignis fatuus ,IgnIs 'f&tjU@s Ki$ 5 -ignite Ig'naIt J2% 22A,6A -ignited Ig'naItId Jc%,Jd% 32A,6A -ignites Ig'naIts Ja% 22A,6A -igniting Ig'naItIN Jb% 32A,6A -ignition Ig'nISn L@% 3 -ignoble Ig'n@Ubl OA% 3 -ignobly Ig'n@UblI Pu% 3 -ignominies 'Ign@mInIz Mj$ 4 -ignominious ,Ign@'mInI@s OA% 5 -ignominiously ,Ign@'mInI@slI Pu% 6 -ignominy 'Ign@mInI M8% 4 -ignoramus ,Ign@'reIm@s K7% 4 -ignoramuses ,Ign@'reIm@sIz Kj% 5 -ignorance 'Ign@r@ns L@% 3 -ignorant 'Ign@r@nt OA% 3 -ignorantly 'Ign@r@ntlI Pu% 4 -ignore Ig'nOR H2% 26A -ignored Ig'nOd Hc%,Hd% 26A -ignores Ig'nOz Ha% 26A -ignoring Ig'nOrIN Hb% 36A -iguana I'gwAn@ K6$ 3 -iguanas I'gwAn@z Kj$ 3 -ikon 'aIk0n K6$ 2 -ikons 'aIk0nz Kj$ 2 -ilex 'aIleks K7$ 2 -ilexes 'aIleksIz Kj$ 3 -ilk Ilk L@% 1 -ill Il M6$,OA%,Pu% 1 -ill-advised ,Il-@d'vaIzd OA% 3 -ill-affected ,Il-@'fektId OA$ 4 -ill-bred Il-'bred OA% 2 -ill-breeding Il-'bridIN L@% 3 -ill-disposed ,Il-dIs'p@Uzd OA% 3 -ill-fated Il-'feItId OA% 3 -ill-favoured Il-'feIv@d OA% 3 -ill-gotten Il-'g0t@n OA% 3 -ill-judged Il-'dZVdZd OA% 2 -ill-mannered Il-'m&n@d OA% 3 -ill-natured Il-'neItS@d OA% 3 -ill-omened Il-'@Umnd OA% 3 -ill-starred Il-'stAd OA% 2 -ill-timed Il-'taImd OA% 2 -ill-treat Il-'trit H0% 2 -ill-treated Il-'tritId Hc%,Hd% 3 -ill-treating Il-'tritIN Hb% 3 -ill-treatment Il-'tritm@nt L@% 3 -ill-treats Il-'trits Ha% 2 -ill-usage Il-'juzIdZ L@% 3 -ill-use Il-'juz H2$ 2 -ill-used Il-'juzd Hc$,Hd% 2 -ill-uses Il-'juzIz Ha$ 3 -ill-using Il-'juzIN Hb$ 3 -illegal I'ligl OA% 3 -illegalities ,IlI'g&lItIz Mj% 5 -illegality ,IlI'g&lItI M8% 5 -illegally I'lig@lI Pu% 4 -illegibility I,ledZ@'bIlItI L@% 6 -illegible I'ledZ@bl OA% 4 -illegibly I'ledZ@blI Pu% 4 -illegitimacy ,IlI'dZItIm@sI L@% 6 -illegitimate ,IlI'dZItIm@t K9%,OA% 5 -illegitimately ,IlI'dZItIm@tlI Pu% 6 -illiberal I'lIb@r@l OA% 4 -illiberality I,lIb@'r&lItI L@$ 6 -illiberally I'lIb@r@lI Pu% 5 -illicit I'lIsIt OA% 3 -illicitly I'lIsItlI Pu% 4 -illimitable I'lImIt@bl OA% 5 -illiteracies I'lIt@r@sIz Mj$ 5 -illiteracy I'lIt@r@sI M8% 5 -illiterate I'lIt@r@t K6%,OA% 4 -illiterates I'lIt@r@ts Kj% 4 -illness 'Iln@s M7% 2 -illnesses 'Iln@sIz Mj% 3 -illogical I'l0dZIkl OA% 4 -illogicalities I,l0dZI'k&lItIz Mj% 6 -illogicality I,l0dZI'k&lItI M8% 6 -illogically I'l0dZIklI Pu% 4 -illogicalness I'l0dZIkln@s L@$ 5 -ills Ilz Mj% 1 -illume I'lum H2$ 2 -illumed I'lumd Hc$,Hd$ 2 -illumes I'lumz Ha$ 2 -illuminate I'lumIneIt H2% 46A -illuminated I'lumIneItId Hc%,Hd% 56A -illuminates I'lumIneIts Ha% 46A -illuminating I'lumIneItIN Hb% 56A -illumination I,lumI'neISn M6% 5 -illuminations I,lumI'neISnz Mj% 5 -illumine I'lumIn H2% 36A -illumined I'lumInd Hc%,Hd% 36A -illumines I'lumInz Ha% 36A -illuming I'lumIN Hb$ 3 -illumining I'lumInIN Hb$ 46A -illusion I'luZn M6% 3 -illusionist I'luZ@nIst K6% 4 -illusionists I'luZ@nIsts Kj% 4 -illusions I'luZnz Mj% 3 -illusive I'lusIv OA$ 3 -illusory I'lus@rI OA% 4 -illustrate 'Il@streIt H2% 36A -illustrated 'Il@streItId Hc%,Hd% 46A -illustrates 'Il@streIts Ha% 36A -illustrating 'Il@streItIN Hb% 46A -illustration ,Il@'streISn M6% 4 -illustrations ,Il@'streISnz Mj% 4 -illustrative 'Il@str@tIv OA% 4 -illustrator 'Il@streIt@R K6% 4 -illustrators 'Il@streIt@z Kj% 4 -illustrious I'lVstrI@s OA% 4 -illustriously I'lVstrI@slI Pu% 5 -image 'ImIdZ H2$,K6% 26A -imaged 'ImIdZd Hc$,Hd$ 26A -imagery 'ImIdZ@rI L@% 4 -images 'ImIdZIz Ha$,Kj% 36A -imaginable I'm&dZIn@bl OA% 5 -imaginary I'm&dZIn@rI OA% 5 -imagination I,m&dZI'neISn M6% 5 -imaginations I,m&dZI'neISnz Mj% 5 -imaginative I'm&dZIn@tIv OA% 5 -imaginatively I'm&dZIn@tIvlI Pu% 6 -imagine I'm&dZIn H2% 36A,6C,9,10,16B,19A,19C,25 -imagined I'm&dZInd Hc%,Hd% 36A,6C,9,10,16B,19A,19C,25 -imagines I'm&dZInz Ha% 36A,6C,9,10,16B,19A,19C,25 -imaging 'ImIdZIN Hb$ 36A -imagining I'm&dZInIN Hb% 46A,6C,9,10,16B,19A,19C,25 -imam I'mAm K6$ 2 -imams I'mAmz Kj$ 2 -imbalance ,Im'b&l@ns K6% 3 -imbalances ,Im'b&l@nsIz Kj$ 4 -imbecile 'Imb@sil K6%,OA% 3 -imbeciles 'Imb@silz Kj% 3 -imbecilities ,Imb@'sIlItIz Mj% 5 -imbecility ,Imb@'sIlItI M8% 5 -imbed Im'bed H4$ 2 -imbedded Im'bedId Hc$,Hd$ 3 -imbedding Im'bedIN Hb$ 3 -imbeds Im'bedz Ha$ 2 -imbibe Im'baIb H2% 2 -imbibed Im'baIbd Hc%,Hd% 2 -imbibes Im'baIbz Ha% 2 -imbibing Im'baIbIN Hb% 3 -imbroglio Im'br@UlI@U K6$ 4 -imbroglios Im'br@UlI@Uz Kj$ 4 -imbue Im'bju H2$ 214 -imbued Im'bjud Hc$,Hd% 214 -imbues Im'bjuz Ha$ 214 -imbuing Im'bjuIN Hb$ 314 -imitate 'ImIteIt H2% 36A -imitated 'ImIteItId Hc%,Hd% 46A -imitates 'ImIteIts Ha% 36A -imitating 'ImIteItIN Hb% 46A -imitation ,ImI'teISn M6% 4 -imitations ,ImI'teISnz Mj% 4 -imitative 'ImIt@tIv OA% 4 -imitator 'ImIteIt@R K6% 4 -imitators 'ImIteIt@z Kj% 4 -immaculate I'm&kjUl@t OA% 4 -immaculately I'm&kjUl@tlI Pu% 5 -immanence 'Im@n@ns K6$ 3 -immanences 'Im@n@nsIz Kj$ 4 -immanent 'Im@n@nt OA$ 3 -immaterial ,Im@'tI@rI@l OA% 5 -immature ,Im@'tjU@R OA% 3 -immaturity ,Im@'tjU@rItI L@% 5 -immeasurable I'meZ@r@bl OA% 5 -immeasurably I'meZ@r@blI Pu% 5 -immediacy I'midI@sI L@% 5 -immediate I'midI@t OA% 4 -immediately I'midI@tlI Pu%,V-% 5 -immemorial ,Im@'mOrI@l OA% 5 -immense I'mens OA% 2 -immensely I'menslI Pu% 3 -immensities I'mensItIz Mj% 4 -immensity I'mensItI M8% 4 -immerse I'm3s H2% 26A,14 -immersed I'm3st Hc%,Hd% 26A,14 -immerses I'm3sIz Ha% 36A,14 -immersing I'm3sIN Hb% 36A,14 -immersion I'm3Sn K6% 3 -immersions I'm3Snz Kj% 3 -immigrant 'ImIgr@nt K6% 3 -immigrants 'ImIgr@nts Kj% 3 -immigrate 'ImIgreIt I2% 32A,3A -immigrated 'ImIgreItId Ic%,Id% 42A,3A -immigrates 'ImIgreIts Ia% 32A,3A -immigrating 'ImIgreItIN Ib% 42A,3A -immigration ,ImI'greISn M6% 4 -immigrations ,ImI'greISnz Mj$ 4 -imminence 'ImIn@ns L@% 3 -imminent 'ImIn@nt OA% 3 -imminently 'ImIn@ntlI Pu% 4 -immobile I'm@UbaIl OA% 3 -immobility ,Im@'bIlItI L@% 5 -immobilization I,m@UbIlaI'zeISn L@% 6 -immobilize I'm@UbIlaIz H2% 46A -immobilized I'm@UbIlaIzd Hc%,Hd% 46A -immobilizes I'm@UbIlaIzIz Ha% 56A -immobilizing I'm@UbIlaIzIN Hb% 56A -immoderate I'm0d@r@t OA% 4 -immoderately I'm0d@r@tlI Pu% 5 -immodest I'm0dIst OA% 3 -immodesties I'm0dIstIz Mj$ 4 -immodestly I'm0dIstlI Pu% 4 -immodesty I'm0dIstI M8% 4 -immolate 'Im@leIt H2$ 36A,14 -immolated 'Im@leItId Hc$,Hd$ 46A,14 -immolates 'Im@leIts Ha$ 36A,14 -immolating 'Im@leItIN Hb$ 46A,14 -immolation ,Im@'leISn M6$ 4 -immolations ,Im@'leISnz Mj$ 4 -immoral I'm0r@l OA% 3 -immoralities ,Im@'r&lItIz Mj% 5 -immorality ,Im@'r&lItI M8% 5 -immorally I'm0r@lI Pu% 4 -immortal I'mOtl K6%,OA% 3 -immortality ,ImO't&lItI L@% 5 -immortalize I'mOt@laIz H2% 46A -immortalized I'mOt@laIzd Hc%,Hd% 46A -immortalizes I'mOt@laIzIz Ha% 56A -immortalizing I'mOt@laIzIN Hb% 56A -immortals I'mOtlz Kj% 3 -immovable I'muv@bl OA% 4 -immovably I'muv@blI Pu% 4 -immune I'mjun OA% 2 -immunity I'mjunItI L@% 4 -immunization ,ImjUnaI'zeISn L@% 5 -immunize 'ImjUnaIz H2% 36A,14 -immunized 'ImjUnaIzd Hc%,Hd% 36A,14 -immunizes 'ImjUnaIzIz Ha% 46A,14 -immunizing 'ImjUnaIzIN Hb% 46A,14 -immunology ,ImjU'n0l@dZI L@% 5 -immure I'mjU@R H2$ 26A -immured I'mjU@d Hc$,Hd$ 26A -immures I'mjU@z Ha$ 26A -immuring I'mjU@rIN Hb$ 36A -immutability I,mjut@'bIlItI L@% 6 -immutable I'mjut@bl OA% 4 -immutably I'mjut@blI Pu% 4 -imp Imp K6% 1 -impact 'Imp&kt M6% 2 -impact Im'p&kt H0$ 2 -impacted Im'p&ktId Hc%,Hd% 3 -impacting Im'p&ktIN Hb$ 3 -impacts 'Imp&kts Mj% 2 -impacts Im'p&kts Ha$ 2 -impair Im'pe@R H0% 26A -impaired Im'pe@d Hc%,Hd% 26A -impairing Im'pe@rIN Hb% 36A -impairment Im'pe@m@nt K6% 3 -impairments Im'pe@m@nts Kj$ 3 -impairs Im'pe@z Ha% 26A -impala Im'pAl@ K6$ 3 -impalas Im'pAl@z Kj$ 3 -impale Im'peIl H2% 26A,15A -impaled Im'peIld Hc%,Hd% 26A,15A -impalement Im'peIlm@nt K6$ 3 -impalements Im'peIlm@nts Kj$ 3 -impales Im'peIlz Ha% 26A,15A -impaling Im'peIlIN Hb% 36A,15A -impalpable Im'p&lp@bl OA$ 4 -impanel Im'p&nl H4$ 36A -impanelled Im'p&nld Hc$,Hd$ 36A -impanelling Im'p&n@lIN Hb$ 46A -impanels Im'p&nlz Ha$ 36A -impart Im'pAt H0% 26A,14 -imparted Im'pAtId Hc%,Hd% 36A,14 -impartial Im'pASl OA% 3 -impartiality ,Im,pASI'&lItI L@% 6 -impartially Im'pAS@lI Pu% 4 -imparting Im'pAtIN Hb% 36A,14 -imparts Im'pAts Ha% 26A,14 -impassable Im'pAs@bl OA% 4 -impasse '&mpAs K6% 2 -impasses '&mpAsIz Kj$ 3 -impassioned Im'p&Snd OA% 3 -impassive Im'p&sIv OA% 3 -impassively Im'p&sIvlI Pu% 4 -impassiveness Im'p&sIvn@s L@% 4 -impassivity ,Imp&'sIvItI L@$ 5 -impatience Im'peISns L@% 3 -impatient Im'peISnt OA% 3 -impatiently Im'peISntlI Pu% 4 -impeach Im'pitS H1% 26A,14 -impeached Im'pitSt Hc%,Hd% 26A,14 -impeaches Im'pitSIz Ha% 36A,14 -impeaching Im'pitSIN Hb% 36A,14 -impeachment Im'pitSm@nt M6% 3 -impeachments Im'pitSm@nts Mj% 3 -impeccable Im'pek@bl OA% 4 -impeccably Im'pek@blI Pu% 4 -impecunious ,ImpI'kjunI@s OA% 5 -impede Im'pid H2% 26A -impeded Im'pidId Hc%,Hd% 36A -impedes Im'pidz Ha% 26A -impediment Im'pedIm@nt K6% 4 -impedimenta Im,pedI'ment@ Kj% 5 -impediments Im'pedIm@nts Kj% 4 -impeding Im'pidIN Hb% 36A -impel Im'pel H4% 214,17 -impelled Im'peld Hc%,Hd% 214,17 -impeller Im'pel@R K6$ 3 -impellers Im'pel@z Kj$ 3 -impelling Im'pelIN Hb% 314,17 -impels Im'pelz Ha% 214,17 -impend Im'pend I0$ 2 -impended Im'pendId Ic$,Id$ 3 -impending Im'pendIN Ib% 3 -impends Im'pendz Ia$ 2 -impenetrable Im'penItr@bl OA% 5 -impenitence Im'penIt@ns L@$ 4 -impenitent Im'penIt@nt OA$ 4 -impenitently Im'penIt@ntlI Pu$ 5 -imperative Im'per@tIv OA% 4 -imperatively Im'per@tIvlI Pu% 5 -imperceptible ,Imp@'sept@bl OA% 5 -imperceptibly ,Imp@'sept@blI Pu% 5 -imperfect Im'p3fIkt Ki%,OA% 3 -imperfection ,Imp@'fekSn M6% 4 -imperfections ,Imp@'fekSnz Mj% 4 -imperfectly Im'p3fIktlI Pu% 4 -imperial Im'pI@rI@l K6$,OA% 4 -imperialism Im'pI@rI@lIz@m L@% 6 -imperialist Im'pI@rI@lIst K6% 5 -imperialistic Im,pI@rI@'lIstIk OA% 6 -imperialists Im'pI@rI@lIsts Kj% 5 -imperially Im'pI@rI@lI Pu% 5 -imperials Im'pI@rI@lz Kj$ 4 -imperil Im'per@l H4% 36A -imperilled Im'per@ld Hc%,Hd% 36A -imperilling Im'per@lIN Hb% 46A -imperils Im'per@lz Ha% 36A -imperious Im'pI@rI@s OA% 4 -imperiously Im'pI@rI@slI Pu% 5 -imperiousness Im'pI@rI@sn@s L@% 5 -imperishable Im'perIS@bl OA% 5 -impermanence Im'p3m@n@ns L@% 4 -impermanent Im'p3m@n@nt OA% 4 -impermeable Im'p3mI@bl OA% 4 -impersonal ,Im'p3s@nl OA% 4 -impersonally ,Im'p3s@n@lI Pu% 5 -impersonate Im'p3s@neIt H2% 46A -impersonated Im'p3s@neItId Hc%,Hd% 56A -impersonates Im'p3s@neIts Ha% 46A -impersonating Im'p3s@neItIN Hb% 56A -impersonation Im,p3s@'neISn M6% 5 -impersonations Im,p3s@'neISnz Mj% 5 -impersonator Im'p3s@neIt@R K6% 5 -impersonators Im'p3s@neIt@z Kj% 5 -impertinence Im'p3tIn@ns M6% 4 -impertinences Im'p3tIn@nsIz Mj% 5 -impertinent Im'p3tIn@nt OA% 4 -impertinently Im'p3tIn@ntlI Pu% 5 -imperturbability ,Imp@,t3b@'bIlItI L@% 7 -imperturbable ,Imp@'t3b@bl OA% 5 -impervious Im'p3vI@s OA% 4 -impetigo ,ImpI'taIg@U L@$ 4 -impetuosities Im,petSU'0sItIz Mj$ 6 -impetuosity Im,petSU'0sItI M8% 6 -impetuous Im'petSU@s OA% 4 -impetuously Im'petSU@slI Pu% 5 -impetus 'ImpIt@s Mi% 3 -impieties Im'paI@tIz Mj$ 4 -impiety Im'paI@tI M8% 4 -impinge Im'pIndZ I2% 23A -impinged Im'pIndZd Ic%,Id% 23A -impingement Im'pIndZm@nt K6$ 3 -impingements Im'pIndZm@nts Kj$ 3 -impinges Im'pIndZIz Ia% 33A -impinging Im'pIndZIN Ib% 33A -impious 'ImpI@s OA% 3 -impiously 'ImpI@slI Pu% 4 -impish 'ImpIS OA% 2 -impishly 'ImpISlI Pu% 3 -impishness 'ImpISn@s L@% 3 -implacable Im'pl&k@bl OA% 4 -implant Im'plAnt H0% 26A,14 -implanted Im'plAntId Hc%,Hd% 36A,14 -implanting Im'plAntIN Hb% 36A,14 -implants Im'plAnts Ha% 26A,14 -implausibility Im,plOzI'bIlItI L@% 6 -implausible Im'plOzIbl OA% 4 -implausibly Im'plOzIblI Pu% 4 -implement 'ImplIm@nt K6% 3 -implement 'ImplIment H0% 36A -implementation ,ImplImen'teISn K6% 5 -implementations ,ImplImen'teISnz Kj% 5 -implemented 'ImplImentId Hc%,Hd% 46A -implementing 'ImplImentIN Hb% 46A -implements 'ImplIm@nts Kj% 3 -implements 'ImplIments Ha% 36A -implicate 'ImplIkeIt H2% 36A,14 -implicated 'ImplIkeItId Hc%,Hd% 46A,14 -implicates 'ImplIkeIts Ha% 36A,14 -implicating 'ImplIkeItIN Hb% 46A,14 -implication ,ImplI'keISn M6% 4 -implications ,ImplI'keISnz Mj% 4 -implicit Im'plIsIt OA% 3 -implicitly Im'plIsItlI Pu% 4 -implied Im'plaId Hc%,Hd% 26A,9 -implies Im'plaIz Ha% 26A,9 -implore Im'plOR H2% 26A,14,17 -implored Im'plOd Hc%,Hd% 26A,14,17 -implores Im'plOz Ha% 26A,14,17 -imploring Im'plOrIN Hb% 36A,14,17 -imploringly Im'plOrINlI Pu% 4 -implosion Im'pl@UZn M6$ 3 -implosions Im'pl@UZnz Mj$ 3 -imply Im'plaI H3% 26A,9 -implying Im'plaIIN Hb% 36A,9 -impolite ,Imp@'laIt OA% 3 -impolitely ,Imp@'laItlI Pu% 4 -impoliteness ,Imp@'laItn@s L@% 4 -impolitic Im'p0l@tIk OA% 4 -imponderable Im'p0nd@r@bl K6%,OA% 5 -imponderables Im'p0nd@r@blz Kj% 5 -import 'ImpOt M6% 2 -import Im'pOt H0% 26A,9,14 -importance Im'pOtns L@% 3 -important Im'pOtnt OA* 3 -importantly Im'pOtntlI Pu% 4 -importation ,ImpO'teISn M6% 4 -importations ,ImpO'teISnz Mj$ 4 -imported Im'pOtId Hc%,Hd% 36A,9,14 -importer Im'pOt@R K6% 3 -importers Im'pOt@z Kj% 3 -importing Im'pOtIN Hb% 36A,9,14 -imports 'ImpOts Mj% 2 -imports Im'pOts Ha% 26A,9,14 -importunate Im'pOtSUn@t OA% 4 -importunately Im'pOtSUn@tlI Pu% 5 -importune ,Imp@'tjun H2% 36A,9,14,17 -importuned ,Imp@'tjund Hc%,Hd% 36A,9,14,17 -importunes ,Imp@'tjunz Ha% 36A,9,14,17 -importuning ,Imp@'tjunIN Hb% 46A,9,14,17 -importunity ,Imp@'tjunItI L@% 5 -impose Im'p@Uz J2% 23A,14 -imposed Im'p@Uzd Jc%,Jd% 23A,14 -imposes Im'p@UzIz Ja% 33A,14 -imposing Im'p@UzIN Jb%,OA% 33A,14 -imposingly Im'p@UzINlI Pu% 4 -imposition ,Imp@'zISn M6% 4 -impositions ,Imp@'zISnz Mj% 4 -impossibilities Im,p0s@'bIlItIz Mj% 6 -impossibility Im,p0s@'bIlItI M8% 6 -impossible Im'p0s@bl OA% 4 -impossibly Im'p0s@blI Pu% 4 -impostor Im'p0st@R K6% 3 -impostors Im'p0st@z Kj% 3 -imposture Im'p0stS@R M6$ 3 -impostures Im'p0stS@z Mj$ 3 -impotence 'Imp@t@ns L@% 3 -impotent 'Imp@t@nt OA% 3 -impotently 'Imp@t@ntlI Pu% 4 -impound Im'paUnd H0% 26A -impounded Im'paUndId Hc%,Hd% 36A -impounding Im'paUndIN Hb% 36A -impounds Im'paUndz Ha% 26A -impoverish Im'p0v@rIS H1% 46A -impoverished Im'p0v@rISt Hc%,Hd% 46A -impoverishes Im'p0v@rISIz Ha% 56A -impoverishing Im'p0v@rISIN Hb% 56A -impoverishment Im'p0v@rISm@nt K6% 5 -impoverishments Im'p0v@rISm@nts Kj$ 5 -impracticability Im,pr&ktIk@'bIlItI L@% 7 -impracticable Im'pr&ktIk@bl OA% 5 -impracticableness Im'pr&ktIk@bln@s L@$ 6 -impracticably Im'pr&ktIk@blI Pu% 5 -impractical Im'pr&ktIkl OA% 4 -imprecate 'ImprIkeIt H2$ 314 -imprecated 'ImprIkeItId Hc$,Hd$ 414 -imprecates 'ImprIkeIts Ha$ 314 -imprecating 'ImprIkeItIN Hb$ 414 -imprecation ,ImprI'keISn K6$ 4 -imprecations ,ImprI'keISnz Kj$ 4 -imprecise ,ImprI'saIs OA% 3 -imprecisely ,ImprI'saIslI Pu% 4 -imprecision ,ImprI'sIZn L@% 4 -impregnability Im,pregn@'bIlItI L@% 6 -impregnable Im'pregn@bl OA% 4 -impregnably Im'pregn@blI Pu% 4 -impregnate 'ImpregneIt H2% 36A,14 -impregnated 'ImpregneItId Hc%,Hd% 46A,14 -impregnates 'ImpregneIts Ha% 36A,14 -impregnating 'ImpregneItIN Hb% 46A,14 -impresario ,ImprI'sArI@U K6% 5 -impresarios ,ImprI'sArI@Uz Kj% 5 -impress 'Impres K7$ 2 -impress Im'pres H1% 26A,14 -impressed Im'prest Hc%,Hd% 26A,14 -impresses 'ImpresIz Kj$ 3 -impresses Im'presIz Ha% 36A,14 -impressing Im'presIN Hb% 36A,14 -impression Im'preSn K6% 3 -impressionable Im'preS@n@bl OA% 5 -impressionism Im'preS@nIz@m L@% 5 -impressionist Im'preS@nIst K6% 4 -impressionistic Im,preS@'nIstIk OA% 5 -impressionists Im'preS@nIsts Kj% 4 -impressions Im'preSnz Kj% 3 -impressive Im'presIv OA% 3 -impressively Im'presIvlI Pu% 4 -impressiveness Im'presIvn@s L@% 4 -imprimatur ,ImprI'meIt@R K6$ 4 -imprimaturs ,ImprI'meIt@z Kj$ 4 -imprint 'ImprInt K6% 2 -imprint Im'prInt H0% 214 -imprinted Im'prIntId Hc%,Hd% 314 -imprinting Im'prIntIN Hb% 314 -imprints 'ImprInts Kj% 2 -imprints Im'prInts Ha% 214 -imprison Im'prIzn H0% 36A -imprisoned Im'prIznd Hc%,Hd% 36A -imprisoning Im'prIznIN Hb% 46A -imprisonment Im'prIznm@nt L@% 4 -imprisons Im'prIznz Ha% 36A -improbabilities Im,pr0b@'bIlItIz Mj% 6 -improbability Im,pr0b@'bIlItI M8% 6 -improbable Im'pr0b@bl OA% 4 -improbably Im'pr0b@blI Pu% 4 -impromptu Im'pr0mptju K6%,OA%,Pu% 3 -impromptus Im'pr0mptjuz Kj$ 3 -improper Im'pr0p@R OA% 3 -improperly Im'pr0p@lI Pu% 4 -improprieties ,Impr@'praI@tIz Mj% 5 -impropriety ,Impr@'praI@tI M8% 5 -improve Im'pruv J2% 22A,3A,6A -improved Im'pruvd Jc%,Jd% 22A,3A,6A -improvement Im'pruvm@nt M6% 3 -improvements Im'pruvm@nts Mj% 3 -improver Im'pruv@R K6% 3 -improvers Im'pruv@z Kj% 3 -improves Im'pruvz Ja% 22A,3A,6A -improvidence Im'pr0vId@ns L@% 4 -improvident Im'pr0vId@nt OA% 4 -improvidently Im'pr0vId@ntlI Pu% 5 -improving Im'pruvIN Jb% 32A,3A,6A -improvisation ,Impr@vaI'zeISn M6% 5 -improvisations ,Impr@vaI'zeISnz Mj% 5 -improvise 'Impr@vaIz J2% 32A,6A -improvised 'Impr@vaIzd Jc%,Jd% 32A,6A -improvises 'Impr@vaIzIz Ja% 42A,6A -improvising 'Impr@vaIzIN Jb% 42A,6A -imprudence Im'prudns M6% 3 -imprudences Im'prudnsIz Mj$ 4 -imprudent Im'prudnt OA% 3 -imprudently Im'prudntlI Pu% 4 -imps Imps Kj% 1 -impudence 'ImpjUd@ns L@% 3 -impudent 'ImpjUd@nt OA% 3 -impudently 'ImpjUd@ntlI Pu% 4 -impugn Im'pjun H0$ 26A -impugned Im'pjund Hc$,Hd$ 26A -impugning Im'pjunIN Hb$ 36A -impugns Im'pjunz Ha$ 26A -impulse 'ImpVls M6% 2 -impulse-bought ,Imp@ls-'bOt Jc$,Jd$ 3 -impulse-buy ,Imp@ls-'baI J5$ 3 -impulse-buying ,Imp@ls-'baIIN Jb$ 4 -impulse-buys ,Imp@ls-'baIz Ja$ 3 -impulses 'ImpVlsIz Mj% 3 -impulsion Im'pVlSn M6$ 3 -impulsions Im'pVlSnz Mj$ 3 -impulsive Im'pVlsIv OA% 3 -impulsively Im'pVlsIvlI Pu% 4 -impulsiveness Im'pVlsIvn@s L@% 4 -impunity Im'pjunItI L@% 4 -impure Im'pjU@R OA% 2 -impurities Im'pjurItIz Mj% 4 -impurity Im'pjurItI M8% 4 -imputation ,ImpjU'teISn M6% 4 -imputations ,ImpjU'teISnz Mj$ 4 -impute Im'pjut H2% 214 -imputed Im'pjutId Hc%,Hd% 314 -imputes Im'pjuts Ha% 214 -imputing Im'pjutIN Hb% 314 -in In K6%,P+*,T-* 1 -in loco parentis In ,l@Uk@U p@'rentIs Pu% 6 -in memoriam ,In m@'mOrI@m Z-% 5 -in situ ,In 'sItju Pu% 3 -in toto In 't@Ut@U Pu$ 3 -in-chief In-'tSif Ot% 2 -in-fighting 'In-faItIN L@% 3 -in-laws 'In-lOz Kj% 2 -in-patient 'In-peISnt K6% 3 -in-patients 'In-peISnts Kj% 3 -in-service 'In-s3vIs Oq% 3 -in-tray 'In-treI K6% 2 -in-trays 'In-treIz Kj% 2 -inability ,In@'bIlItI L@% 5 -inaccessibility ,In&k,ses@'bIlItI L@% 7 -inaccessible ,In&k'ses@bl OA% 5 -inaccuracies In'&kj@r@sIz Mj% 5 -inaccuracy In'&kj@r@sI M8% 5 -inaccurate In'&kjUr@t OA% 4 -inaccurately In'&kjUr@tlI Pu% 5 -inaction In'&kSn L@% 3 -inactivate ,In'&ktIveIt H2% 4 -inactivated ,In'&ktIveItId Hc%,Hd% 5 -inactivates ,In'&ktIveIts Ha$ 4 -inactivating ,In'&ktIveItIN Hb$ 5 -inactive In'&ktIv OA% 3 -inactivity ,In&k'tIvItI L@% 5 -inadequacies In'&dIkw@sIz Mj% 5 -inadequacy In'&dIkw@sI M8% 5 -inadequate In'&dIkw@t OA% 4 -inadequately In'&dIkw@tlI Pu% 5 -inadmissible ,In@d'mIs@bl OA% 5 -inadvertence ,In@d'v3t@ns M6$ 4 -inadvertences ,In@d'v3t@nsIz Mj$ 5 -inadvertent ,In@d'v3t@nt OA% 4 -inadvertently ,In@d'v3t@ntlI Pu% 5 -inadvisability ,In@d,vaIz@b'IlItI L@% 7 -inadvisable ,In@d'vaIz@bl OA% 5 -inadvisably ,In@d'vaIz@blI Pu% 5 -inalienable ,In'eIlI@n@bl OA% 6 -inane I'neIn OA% 2 -inanely I'neInlI Pu% 3 -inanimate In'&nIm@t OA% 4 -inanities I'n&nItIz Mj% 4 -inanition ,In@'nISn L@$ 4 -inanity I'n&nItI M8% 4 -inapplicable In'&plIk@bl OA% 5 -inappreciable ,In@'priS@bl OA$ 5 -inappropriate ,In@'pr@UprI@t OA% 5 -inappropriately ,In@'pr@UprI@tlI Pu% 6 -inappropriateness ,In@'pr@UprI@tnIs L@% 6 -inapt In'&pt OA$ 2 -inaptitude In'&ptItjud L@$ 4 -inarticulate ,InA'tIkjUl@t OA% 5 -inasmuch as ,In@z'mVtS @z Pu% 4 -inattention ,In@'tenSn L@% 4 -inattentive ,In@'tentIv OA% 4 -inaudibility In,Od@'bIlItI L@% 6 -inaudible In'Od@bl OA% 4 -inaugural I'nOgjUr@l K6$,OA% 4 -inaugurals I'nOgjUr@lz Kj$ 4 -inaugurate I'nOgjUreIt H2% 46A -inaugurated I'nOgjUreItId Hc%,Hd% 56A -inaugurates I'nOgjUreIts Ha% 46A -inaugurating I'nOgjUreItIN Hb% 56A -inauguration I,nOgjU'reISn M6% 5 -inaugurations I,nOgjU'reISnz Mj% 5 -inauspicious ,InO'spIS@s OA% 4 -inauspiciously ,InO'spIS@slI Pu% 5 -inboard 'InbOd OA$ 2 -inborn ,In'bOn OA% 2 -inbound 'InbaUnd OA$ 2 -inbred ,In'bred OA% 2 -inbreeding ,In'bridIN L@% 3 -inbuilt ,In'bIlt OA% 2 -incalculable In'k&lkjUl@bl OA% 5 -incandescence ,Ink&n'desns L@% 4 -incandescent ,Ink&n'desnt OA% 4 -incantation ,Ink&n'teISn M6% 4 -incantations ,Ink&n'teISnz Mj% 4 -incapability In,keIp@'bIlItI L@% 6 -incapable In'keIp@bl OA% 4 -incapacitate ,Ink@'p&sIteIt H2% 56A,14 -incapacitated ,Ink@'p&sIteItId Hc%,Hd% 66A,14 -incapacitates ,Ink@'p&sIteIts Ha% 56A,14 -incapacitating ,Ink@'p&sIteItIN Hb% 66A,14 -incapacity ,Ink@'p&sItI L@% 5 -incarcerate In'kAs@reIt H2% 46A -incarcerated In'kAs@reItId Hc%,Hd% 56A -incarcerates In'kAs@reIts Ha% 46A -incarcerating In'kAs@reItIN Hb% 56A -incarceration In,kAs@'reISn K6% 5 -incarcerations In,kAs@'reISnz Kj% 5 -incarnate In'kAn@t OA% 3 -incarnate In'kAneIt H2$ 36A -incarnated In'kAneItId Hc$,Hd$ 46A -incarnates In'kAneIts Ha$ 36A -incarnating In'kAneItIN Hb$ 46A -incarnation ,InkA'neISn K6% 4 -incarnations ,InkA'neISnz Kj% 4 -incautious In'kOS@s OA% 3 -incautiously In'kOS@slI Pu% 4 -incendiaries In'sendI@rIz Kj% 5 -incendiarism In'sendI@rIz@m L@$ 6 -incendiary In'sendI@rI K8% 5 -incense 'Insens L@% 2 -incense In'sens H2% 26A -incensed In'senst Hc%,Hd% 26A -incenses In'sensIz Ha% 36A -incensing In'sensIN Hb% 36A -incentive In'sentIv M6% 3 -incentives In'sentIvz Mj% 3 -inception In'sepSn K6% 3 -inceptions In'sepSnz Kj$ 3 -incertitude In's3tItjud L@$ 4 -incessant In'sesnt OA% 3 -incessantly In'sesntlI Pu% 4 -incest 'Insest L@% 2 -incestuous In'sestjU@s OA% 4 -inch IntS J1%,K7% 12C,15A,15B -inched IntSt Jc%,Jd% 12C,15A,15B -inches 'IntSIz Ja%,Kj% 22C,15A,15B -inching 'IntSIN Jb% 22C,15A,15B -inchoate In'k@UIt OA$ 3 -inchoative In'k@U@tIv OA$ 4 -incidence 'InsId@ns K6% 3 -incidences 'InsId@nsIz Kj$ 4 -incident 'InsId@nt K6%,OA% 3 -incidental ,InsI'dentl OA% 4 -incidentally ,InsI'dent@lI Pu% 5 -incidents 'InsId@nts Kj% 3 -incinerate In'sIn@reIt H2% 46A -incinerated In'sIn@reItId Hc%,Hd% 56A -incinerates In'sIn@reIts Ha% 46A -incinerating In'sIn@reItIN Hb% 56A -incineration In,sIn@'reISn L@% 5 -incinerator In'sIn@reIt@R K6% 5 -incinerators In'sIn@reIt@z Kj% 5 -incipient In'sIpI@nt OA% 4 -incise In'saIz H2$ 26A -incised In'saIzd Hc$,Hd% 26A -incises In'saIzIz Ha$ 36A -incising In'saIzIN Hb$ 36A -incision In'sIZn M6% 3 -incisions In'sIZnz Mj% 3 -incisive In'saIsIv OA% 3 -incisively In'saIsIvlI Pu% 4 -incisor In'saIz@R K6% 3 -incisors In'saIz@z Kj% 3 -incite In'saIt H2% 26A,14,17 -incited In'saItId Hc%,Hd% 36A,14,17 -incitement In'saItm@nt M6% 3 -incitements In'saItm@nts Mj% 3 -incites In'saIts Ha% 26A,14,17 -inciting In'saItIN Hb% 36A,14,17 -incivilities ,InsI'vIlItIz Mj$ 5 -incivility ,InsI'vIlItI M8$ 5 -incl In'kludIN Y~% 3 -inclemency In'klem@nsI L@% 4 -inclement In'klem@nt OA% 3 -inclination ,InklI'neISn M6% 4 -inclinations ,InklI'neISnz Mj% 4 -incline 'InklaIn K6% 2 -incline In'klaIn J2% 22A,3A,4C,6A,15A,17 -inclined In'klaInd Jc%,Jd% 22A,3A,4C,6A,15A,17 -inclines 'InklaInz Kj% 2 -inclines In'klaInz Ja% 22A,3A,4C,6A,15A,17 -inclining In'klaInIN Jb% 32A,3A,4C,6A,15A,17 -inclose In'kl@Uz H2$ 26A,14 -inclosed In'kl@Uzd Hc$,Hd$ 26A,14 -incloses In'kl@UzIz Ha$ 36A,14 -inclosing In'kl@UzIN Hb$ 36A,14 -inclosure In'kl@UZ@R M6$ 3 -inclosures In'kl@UZ@z Mj$ 3 -include In'klud H2% 26A,6C -included In'kludId Hc%,Hd% 36A,6C -includes In'kludz Ha% 26A,6C -including In'kludIN Hb% 36A,6C -inclusion In'kluZn L@% 3 -inclusive In'klusIv OA% 3 -inclusively In'klusIvlI Pu% 4 -incognito ,Ink0g'nit@U OA%,Pu% 4 -incoherence ,Ink@U'hI@r@ns L@% 4 -incoherent ,Ink@U'hI@r@nt OA% 4 -incoherently ,Ink@U'hI@r@ntlI Pu% 5 -incombustible ,Ink@m'bVst@bl OA$ 5 -income 'INkVm K6% 2 -income-tax 'INk@m-t&ks M7% 3 -income-taxes 'INk@m-t&ksIz Mj% 4 -incomes 'INkVmz Kj% 2 -incoming ,In'kVmIN OA% 3 -incommensurable ,Ink@'menS@r@bl OA% 6 -incommensurate ,Ink@'menS@r@t OA$ 5 -incommode ,Ink@'m@Ud H2$ 36A -incommoded ,Ink@'m@UdId Hc$,Hd% 46A -incommodes ,Ink@'m@Udz Ha$ 36A -incommoding ,Ink@'m@UdIN Hb$ 46A -incommunicado ,Ink@,mjunI'kAd@U OA% 6 -incomparable In'k0mpr@bl OA% 4 -incomparably In'k0mpr@blI Pu% 4 -incompatibilities ,Ink@m,p&t@'bIlItIz Mj$ 7 -incompatibility ,Ink@m,p&t@'bIlItI M8% 7 -incompatible ,Ink@m'p&t@bl OA% 5 -incompetence In'k0mpIt@ns L@% 4 -incompetency In'k0mpIt@nsI L@$ 5 -incompetent In'k0mpIt@nt OA% 4 -incompetently In'k0mpIt@ntlI Pu% 5 -incomplete ,Ink@m'plit OA% 3 -incompletely ,Ink@m'plitlI Pu% 4 -incomprehensibility In,k0mprI,hens@'bIlItI L@% 8 -incomprehensible ,In,k0mprI'hens@bl OA% 6 -incomprehension In,k0mprI'henSn L@% 5 -incompressible Ink@m'pres@bl OA$ 5 -inconceivable ,Ink@n'siv@bl OA% 5 -inconclusive ,Ink@n'klusIv OA% 4 -inconclusively ,Ink@n'klusIvlI Pu% 5 -incongruities ,Ink0N'gruItIz Mj% 5 -incongruity ,Ink0N'gruItI M8% 5 -incongruous In'k0NgrU@s OA% 4 -incongruously In'k0NgrU@slI Pu% 5 -inconsequent In'k0nsIkw@nt OA$ 4 -inconsequential In,k0nsI'kwenSl OA% 5 -inconsequentially In,k0nsI'kwenS@lI Pu% 6 -inconsequently In'k0nsIkw@ntlI Pu% 5 -inconsiderable ,Ink@n'sIdr@bl OA% 5 -inconsiderate ,Ink@n'sId@r@t OA% 5 -inconsiderately ,Ink@n'sId@r@tlI Pu% 6 -inconsistencies ,Ink@n'sIst@nsIz Mj% 5 -inconsistency ,Ink@n'sIst@nsI M8% 5 -inconsistent ,Ink@n'sIst@nt OA% 4 -inconsistently ,Ink@n'sIst@ntlI Pu% 5 -inconsolable ,Ink@n's@Ul@bl OA% 5 -inconspicuous ,Ink@n'spIkjU@s OA% 5 -inconspicuously ,Ink@n'spIkjU@slI Pu% 6 -inconstancies In'k0nst@nsIz Mj$ 4 -inconstancy In'k0nst@nsI M8% 4 -inconstant In'k0nst@nt OA% 3 -incontestable ,Ink@n'test@bl OA% 5 -incontinence In'k0ntIn@ns L@% 4 -incontinent In'k0ntIn@nt OA% 4 -incontrovertible In,k0ntr@'v3t@bl OA% 6 -inconvenience ,Ink@n'vinI@ns H2%,M6% 56A -inconvenienced ,Ink@n'vinI@nst Hc%,Hd% 56A -inconveniences ,Ink@n'vinI@nsIz Ha%,Mj% 66A -inconveniencing ,Ink@n'vinI@nsIN Hb% 66A -inconvenient ,Ink@n'vinI@nt OA% 5 -inconveniently ,Ink@n'vinI@ntlI Pu% 6 -inconvertibility ,Ink@n,v3t@'bIlItI L@$ 7 -inconvertible ,Ink@n'v3t@bl OA$ 5 -incorporate In'kOp@r@t OA$ 4 -incorporate In'kOp@reIt J2% 42A,3A,6A,14,23 -incorporated In'kOp@reItId Jc%,Jd% 52A,3A,6A,14,23 -incorporates In'kOp@reIts Ja% 42A,3A,6A,14,23 -incorporating In'kOp@reItIN Jb% 52A,3A,6A,14,23 -incorporation In,kOp@'reISn L@% 5 -incorporeal ,InkO'pOrI@l OA$ 5 -incorrect ,Ink@'rekt OA% 3 -incorrectly ,Ink@'rektlI Pu% 4 -incorrectness ,Ink@'rektn@s L@% 4 -incorrigible In'k0rIdZ@bl OA% 5 -incorruptibility ,Ink@,rVpt@'bIlItI L@% 7 -incorruptible ,Ink@'rVpt@bl OA% 5 -increase 'INkris M6% 2 -increase In'kris J2% 22A,6A -increased In'krist Jc%,Jd% 22A,6A -increases 'INkrisIz Mj% 3 -increases In'krisIz Ja% 32A,6A -increasing In'krisIN Jb% 32A,6A -increasingly In'krisINlI Pu% 4 -incredibility In,kred@'bIlItI L@% 6 -incredible In'kred@bl OA% 4 -incredibly In'kred@blI Pu% 4 -incredulity ,InkrI'djulItI L@% 5 -incredulous In'kredjUl@s OA% 4 -incredulously In'kredjUl@slI Pu% 5 -increment 'Inkr@m@nt M6% 3 -incremental ,Inkr@'mentl OA% 4 -increments 'Inkr@m@nts Mj% 3 -incriminate In'krImIneIt H2% 46A -incriminated In'krImIneItId Hc%,Hd% 56A -incriminates In'krImIneIts Ha% 46A -incriminating In'krImIneItIN Hb% 56A -incrustation ,InkrV'steISn M6$ 4 -incrustations ,InkrV'steISnz Mj$ 4 -incubate 'InkjUbeIt J2% 32A,6A -incubated 'InkjUbeItId Jc%,Jd% 42A,6A -incubates 'InkjUbeIts Ja% 32A,6A -incubating 'InkjUbeItIN Jb% 42A,6A -incubation ,InkjU'beISn K6% 4 -incubations ,InkjU'beISnz Kj% 4 -incubator 'InkjUbeIt@R K6% 4 -incubators 'InkjUbeIt@z Kj% 4 -incubi 'INkjUbaI Kj$ 3 -incubus 'INkjUb@s K7$ 3 -incubuses 'INkjUb@sIz Kj$ 4 -inculcate 'InkVlkeIt H2% 36A,14 -inculcated 'InkVlkeItId Hc%,Hd% 46A,14 -inculcates 'InkVlkeIts Ha% 36A,14 -inculcating 'InkVlkeItIN Hb% 46A,14 -inculpate 'InkVlpeIt H2% 36A -inculpated 'InkVlpeItId Hc$,Hd$ 46A -inculpates 'InkVlpeIts Ha$ 36A -inculpating 'InkVlpeItIN Hb$ 46A -incumbencies In'kVmb@nsIz Kj$ 4 -incumbency In'kVmb@nsI K8$ 4 -incumbent In'kVmb@nt K6%,OA% 3 -incumbents In'kVmb@nts Kj% 3 -incur In'k3R H4% 26A -incurable In'kjU@r@bl K6%,OA% 4 -incurables In'kjU@r@blz Kj% 4 -incurably In'kjU@r@blI Pu% 4 -incurious In'kjU@rI@s OA% 4 -incurred In'k3d Hc%,Hd% 26A -incurring In'k3rIN Hb% 36A -incurs In'k3z Ha% 26A -incursion In'k3Sn K6% 3 -incursions In'k3Snz Kj% 3 -incurved ,In'k3vd OA$ 2 -indebted In'detId OA% 3 -indebtedness In'detIdn@s L@% 4 -indecencies In'dis@nsIz Mj% 4 -indecency In'dis@nsI M8% 4 -indecent In'disnt OA% 3 -indecently In'disntlI Pu% 4 -indecipherable ,IndI'saIfr@bl OA% 5 -indecision ,IndI'sIZn L@% 4 -indecisive ,IndI'saIsIv OA% 4 -indecisively ,IndI'saIsIvlI Pu% 5 -indecorous In'dek@r@s OA% 4 -indecorously In'dek@r@slI Pu% 5 -indecorum ,IndI'kOr@m L@$ 4 -indeed In'did Pu% 2 -indefatigable ,IndI'f&tIg@bl OA% 6 -indefeasible ,IndI'fiz@bl OA$ 5 -indefensible ,IndI'fens@bl OA% 5 -indefinable ,IndI'faIn@bl OA% 5 -indefinite In'defIn@t OA% 4 -indefinitely In'defIn@tlI Pu% 5 -indelible In'del@bl OA% 4 -indelibly In'del@blI Pu% 4 -indelicacies In'delIk@sIz Mj% 5 -indelicacy In'delIk@sI M8% 5 -indelicate In'delIk@t OA% 4 -indemnification In,demnIfI'keISn M6% 6 -indemnifications In,demnIfI'keISnz Mj$ 6 -indemnified In'demnIfaId Hc%,Hd% 46A,14 -indemnifies In'demnIfaIz Ha% 46A,14 -indemnify In'demnIfaI H3% 46A,14 -indemnifying In'demnIfaIIN Hb% 56A,14 -indemnities In'demnItIz Mj% 4 -indemnity In'demnItI M8% 4 -indent 'Indent K6% 2 -indent In'dent J0% 23A,6A -indentation ,Inden'teISn M6% 4 -indentations ,Inden'teISnz Mj% 4 -indented In'dentId Jc%,Jd% 33A,6A -indenting In'dentIN Jb% 33A,6A -indents 'Indents Kj$ 2 -indents In'dents Ja% 23A,6A -indenture In'dentS@R H2%,K6% 36A -indentured In'dentS@d Hc$,Hd$ 36A -indentures In'dentS@z Ha$,Kj$ 36A -indenturing In'dentS@rIN Hb$ 46A -independence ,IndI'pend@ns L@% 4 -independent ,IndI'pend@nt K6%,OA% 4 -independently ,IndI'pend@ntlI Pu% 5 -independents ,IndI'pend@nts Kj% 4 -indescribable ,IndI'skraIb@bl OA% 5 -indescribably ,IndI'skraIb@blI Pu% 5 -indestructibility ,IndI,strVkt@'bIlItI L@% 7 -indestructible ,IndI'strVkt@bl OA% 5 -indeterminable ,IndI't3mIn@bl OA% 6 -indeterminably ,IndI't3mIn@blI Pu% 6 -indeterminacy ,IndI't3mIn@sI L@% 6 -indeterminate ,IndI't3mIn@t OA% 5 -index 'Indeks H1%,K7% 26A -indexed 'Indekst Hc%,Hd% 26A -indexer 'Indeks@R K6% 3 -indexers 'Indeks@z Kj% 3 -indexes 'IndeksIz Ha%,Kj% 36A -indexing 'IndeksIN Hb% 36A -indicate 'IndIkeIt H2% 36A,9,14 -indicated 'IndIkeItId Hc%,Hd% 46A,9,14 -indicates 'IndIkeIts Ha% 36A,9,14 -indicating 'IndIkeItIN Hb% 46A,9,14 -indication ,IndI'keISn M6% 4 -indications ,IndI'keISnz Mj% 4 -indicative In'dIk@tIv OA% 4 -indicator 'IndIkeIt@R K6% 4 -indicators 'IndIkeIt@z Kj% 4 -indices 'IndIsiz Kj% 3 -indict In'daIt H0% 26A,14,16B -indictable In'daIt@bl OA% 4 -indicted In'daItId Hc%,Hd% 36A,14,16B -indicting In'daItIN Hb% 36A,14,16B -indictment In'daItm@nt M6% 3 -indictments In'daItm@nts Mj% 3 -indicts In'daIts Ha% 26A,14,16B -indifference In'dIfr@ns L@% 3 -indifferent In'dIfr@nt OA% 3 -indifferently In'dIfr@ntlI Pu% 4 -indigence 'IndIdZ@ns L@$ 3 -indigenous In'dIdZIn@s OA% 4 -indigent 'IndIdZ@nt OA$ 3 -indigestible ,IndI'dZ@st@bl OA% 5 -indigestion ,IndI'dZestS@n L@% 4 -indignant In'dIgn@nt OA% 3 -indignantly In'dIgn@ntlI Pu% 4 -indignation ,IndIg'neISn L@% 4 -indignities In'dIgnItIz Mj% 4 -indignity In'dIgnItI M8% 4 -indigo 'IndIg@U L@% 3 -indirect ,IndI'rekt OA% 3 -indirectly ,IndI'rektlI Pu% 4 -indirectness ,IndI'rektn@s L@% 4 -indiscernible ,IndI's3n@bl OA% 5 -indiscipline In'dIsIplIn L@% 4 -indiscreet ,IndI'skrit OA% 3 -indiscreetly ,IndI'skritlI Pu% 4 -indiscrete ,IndI'skrit OA$ 3 -indiscretion ,IndI'skreSn M6% 4 -indiscretions ,IndI'skreSnz Mj% 4 -indiscriminate ,IndI'skrImIn@t OA% 5 -indiscriminately ,IndI'skrImIn@tlI Pu% 6 -indispensability ,IndI,spens@'bIlItI L@$ 7 -indispensable ,IndI'spens@bl OA% 5 -indisposed ,IndI'sp@Uzd OA% 3 -indisposition ,IndIsp@'zISn M6% 5 -indispositions ,IndIsp@'zISnz Mj$ 5 -indisputable ,IndI'spjut@bl OA% 5 -indissoluble ,IndI's0ljUbl OA% 5 -indistinct ,IndI'stINkt OA% 3 -indistinctly ,IndI'stINktlI Pu% 4 -indistinctness ,IndI'stINktn@s L@$ 4 -indistinguishable ,IndI'stINgwIS@bl OA% 6 -indite In'daIt H2$ 26A -indited In'daItId Hc$,Hd$ 36A -indites In'daIts Ha$ 26A -inditing In'daItIN Hb$ 36A -individual ,IndI'vIdZU@l K6%,OA% 5 -individualism ,IndI'vIdZU@lIz@m L@% 7 -individualist ,IndI'vIdZU@lIst K6% 6 -individualistic ,IndI,vIdZU@'lIstIk OA% 7 -individualists ,IndI'vIdZU@lIsts Kj% 6 -individualities ,IndI,vIdZU'&lItIz Mj$ 7 -individuality ,IndI,vIdZU'&lItI M8% 7 -individualize ,IndI'vIdZU@laIz H2$ 66A -individualized ,IndI'vIdZU@laIzd Hc$,Hd$ 66A -individualizes ,IndI'vIdZU@laIzIz Ha$ 76A -individualizing ,IndI'vIdZU@laIzIN Hb$ 76A -individually ,IndI'vIdZU@lI Pu% 6 -individuals ,IndI'vIdZU@lz Kj% 5 -indivisible ,IndI'vIz@bl OA% 5 -indoctrinate In'd0ktrIneIt H2% 46A,14 -indoctrinated In'd0ktrIneItId Hc%,Hd% 56A,14 -indoctrinates In'd0ktrIneIts Ha% 46A,14 -indoctrinating In'd0ktrIneItIN Hb% 56A,14 -indoctrination In,d0ktrI'neISn L@% 5 -indolence 'Ind@l@ns L@% 3 -indolent 'Ind@l@nt OA% 3 -indolently 'Ind@l@ntlI Pu% 4 -indomitable In'd0mIt@bl OA% 5 -indoor 'IndOR OA% 2 -indoors ,In'dOz Pu% 2 -indorse In'dOs H2$ 26A -indorsed In'dOst Hc$,Hd$ 26A -indorses In'dOsIz Ha$ 36A -indorsing In'dOsIN Hb$ 36A -indrawn ,In'drOn OA% 2 -indubitable In'djubIt@bl OA% 5 -indubitably In'djubIt@blI Pu% 5 -induce In'djus H2% 26A,14,17 -induced In'djust Hc%,Hd% 26A,14,17 -inducement In'djusm@nt M6% 3 -inducements In'djusm@nts Mj% 3 -induces In'djusIz Ha% 36A,14,17 -inducing In'djusIN Hb% 36A,14,17 -induct In'dVkt H0$ 26A,14,16B -inducted In'dVktId Hc$,Hd$ 36A,14,16B -inducting In'dVktIN Hb$ 36A,14,16B -induction In'dVkSn K6% 3 -inductions In'dVkSnz Kj% 3 -inductive In'dVktIv OA% 3 -inducts In'dVkts Ha$ 26A,14,16B -indue In'dju H2$ 214 -indued In'djud Hc$,Hd$ 214 -indues In'djuz Ha$ 214 -induing In'djuIN Hb$ 314 -indulge In'dVldZ J2% 23A,6A -indulged In'dVldZd Jc%,Jd% 23A,6A -indulgence In'dVldZ@ns M6% 3 -indulgences In'dVldZ@nsIz Mj% 4 -indulgent In'dVldZ@nt OA% 3 -indulgently In'dVldZ@ntlI Pu% 4 -indulges In'dVldZIz Ja% 33A,6A -indulging In'dVldZIN Jb% 33A,6A -industrial In'dVstrI@l OA% 4 -industrialism In'dVstrI@lIz@m L@% 6 -industrialist In'dVstrI@lIst K6% 5 -industrialists In'dVstrI@lIsts Kj% 5 -industrialization In,dVstrI@laI'zeISn L@% 7 -industrialized In'dVstrI@laIzd OA% 5 -industries 'Ind@strIz Mj% 3 -industrious In'dVstrI@s OA% 4 -industriously In'dVstrI@slI Pu% 5 -industry 'Ind@strI M8% 3 -indwelling ,In'dwelIN OA$ 3 -inebriate I'nibrI@t K6$,OA% 4 -inebriate I'nibrIeIt H2$ 46A -inebriated I'nibrIeItId Hc$,Hd% 56A -inebriates I'nibrI@ts Kj$ 4 -inebriates I'nibrIeIts Ha$ 46A -inebriating I'nibrIeItIN Hb$ 56A -inebriation I,nibrI'eISn K6% 5 -inebriations I,nibrI'eISnz Kj$ 5 -inebriety ,InI'braI@tI L@$ 5 -inedible In'ed@bl OA% 4 -ineffable In'ef@bl OA% 4 -ineffably In'ef@blI Pu% 4 -ineffective ,InI'fektIv OA% 4 -ineffectively ,InI'fektIvlI Pu% 5 -ineffectiveness ,InI'fektIvn@s L@% 5 -ineffectual ,InI'fektSU@l OA% 5 -ineffectuality ,InI,fektSU'&lItI L@% 7 -ineffectually ,InI'fektSU@lI Pu% 6 -inefficiencies ,InI'fIS@nsIz Kj% 5 -inefficiency ,InI'fIS@nsI M8% 5 -inefficient ,InI'fISnt OA% 4 -inefficiently ,InI'fISntlI Pu% 5 -inelastic ,InI'l&stIk OA% 4 -inelegance ,In'elIg@ns K6% 4 -inelegances ,In'elIg@nsIz Kj$ 5 -inelegant ,In'elIg@nt OA% 4 -inelegantly ,In'elIg@ntlI Pu% 5 -ineligibility In,elIdZ@'bIlItI L@% 7 -ineligible In'elIdZ@bl OA% 5 -ineluctable ,InI'lVkt@bl OA% 5 -inept I'nept OA% 2 -ineptitude I'neptItjud M6% 4 -ineptitudes I'neptItjudz Mj$ 4 -ineptly I'neptlI Pu% 3 -inequalities ,InI'kw0lItIz Mj% 5 -inequality ,InI'kw0lItI M8% 5 -inequitable In'ekwIt@bl OA% 5 -inequities In'ekwItIz Mj$ 4 -inequity In'ekwItI M8$ 4 -ineradicable ,InI'r&dIk@bl OA% 6 -inert I'n3t OA% 2 -inertia I'n3S@ L@% 3 -inescapable ,InI'skeIp@bl OA% 5 -inescapably ,InI'skeIp@blI Pu% 5 -inessential ,InI'senSl K6$,OA% 4 -inessentials ,InI'senSlz Kj$ 4 -inestimable In'estIm@bl OA% 5 -inevitability In,evIt@'bIlItI L@% 7 -inevitable In'evIt@bl OA% 5 -inevitably In'evIt@blI Pu% 5 -inexact ,InIg'z&kt OA% 3 -inexactitude ,InIg'z&ktItjud M6% 5 -inexactitudes ,InIg'z&ktItjudz Mj$ 5 -inexcusable ,InIk'skjuz@bl OA% 5 -inexhaustible ,InIg'zOst@bl OA% 5 -inexorable ,In'eks@r@bl OA% 5 -inexorably ,In'eks@r@blI Pu% 5 -inexpediency ,InIk'spidI@nsI L@$ 6 -inexpedient ,InIk'spidI@nt OA$ 5 -inexpensive ,InIk'spensIv OA% 4 -inexpensively ,InIk'spensIvlI Pu% 5 -inexperience ,InIk'spI@rI@ns L@% 5 -inexperienced ,InIk'spI@rI@nst OA% 5 -inexpert In'eksp3t OA% 3 -inexpertly In'eksp3tlI Pu% 4 -inexpiable In'ekspI@bl OA$ 5 -inexplicable ,InIk'splIk@bl OA% 5 -inexpressible ,InIk'spres@bl OA% 5 -inextinguishable ,InIk'stINgwIS@bl OA% 6 -inextricable ,InIk'strIk@bl OA% 5 -inextricably ,InIk'strIk@blI Pu% 5 -infallibility In,f&l@'bIlItI L@% 6 -infallible In'f&l@bl OA% 4 -infamies 'Inf@mIz Mj% 3 -infamous 'Inf@m@s OA% 3 -infamy 'Inf@mI M8% 3 -infancies 'Inf@nsIz Mj$ 3 -infancy 'Inf@nsI M8% 3 -infant 'Inf@nt K6% 2 -infanticide In'f&ntIsaId L@% 4 -infantile 'Inf@ntaIl OA% 3 -infantilism In'f&ntIlIz@m L@% 5 -infantries 'Inf@ntrIz Mj% 3 -infantry 'Inf@ntrI M8% 3 -infantryman 'Inf@ntrIm@n Ki% 4 -infantrymen 'Inf@ntrIm@n Kj% 4 -infants 'Inf@nts Kj% 2 -infatuate In'f&tSUeIt H2$ 4 -infatuated In'f&tSUeItId Hc$,Hd% 5 -infatuates In'f&tSUeIts Ha$ 4 -infatuating In'f&tSUeItIN Hb$ 5 -infatuation In,f&tSU'eISn M6% 5 -infatuations In,f&tSU'eISnz Mj% 5 -infect In'fekt H0% 26A,14 -infected In'fektId Hc%,Hd% 36A,14 -infecting In'fektIN Hb% 36A,14 -infection In'fekSn M6% 3 -infections In'fekSnz Mj% 3 -infectious In'fekS@s OA% 3 -infects In'fekts Ha% 26A,14 -infer In'f3R H4% 26A,9,14 -inference 'Inf@r@ns M6% 3 -inferences 'Inf@r@nsIz Mj% 4 -inferential ,Inf@'renSl OA$ 4 -inferior In'fI@rI@R K6%,OA% 4 -inferiority In,fI@rI'0rItI L@% 6 -inferiors In'fI@rI@z Kj% 4 -infernal In'f3nl OA% 3 -infernally In'f3n@lI Pu% 4 -inferno In'f3n@U K6% 3 -infernos In'f3n@Uz Kj% 3 -inferred In'f3d Hc%,Hd% 26A,9,14 -inferring In'f3rIN Hb% 36A,9,14 -infers In'f3z Ha% 26A,9,14 -infertile In'f3taIl OA% 3 -infertility ,Inf@'tIlItI L@% 5 -infest In'fest H0% 26A -infestation ,Infe'steISn M6% 4 -infestations ,Infe'steISnz Mj% 4 -infested In'festId Hc%,Hd% 36A -infesting In'festIN Hb% 36A -infests In'fests Ha% 26A -infidel 'InfId@l K6% 3 -infidelities ,InfI'delItIz Mj% 5 -infidelity ,InfI'delItI M8% 5 -infidels 'InfId@lz Kj% 3 -infield 'Infild L@% 2 -infiltrate 'InfIltreIt J2% 32A,3A,6A,14 -infiltrated 'InfIltreItId Jc%,Jd% 42A,3A,6A,14 -infiltrates 'InfIltreIts Ja% 32A,3A,6A,14 -infiltrating 'InfIltreItIN Jb% 42A,3A,6A,14 -infiltration ,InfIl'treISn L@% 4 -infinite 'InfIn@t OA% 3 -infinitely 'InfIn@tlI Pu% 4 -infinitesimal ,InfInI'tesIml OA% 6 -infinitive In'fIn@tIv K6%,OA% 4 -infinitives In'fIn@tIvz Kj% 4 -infinitude In'fInItjud M6% 4 -infinitudes In'fInItjudz Mj$ 4 -infinity In'fInItI L@% 4 -infirm In'f3m OA% 2 -infirmaries In'f3m@rIz Kj% 4 -infirmary In'f3m@rI K8% 4 -infirmities In'f3mItIz Mj% 4 -infirmity In'f3mItI M8% 4 -inflame In'fleIm J2$ 22A,6A -inflamed In'fleImd Jc$,Jd% 22A,6A -inflames In'fleImz Ja$ 22A,6A -inflaming In'fleImIN Jb$ 32A,6A -inflammable In'fl&m@bl OA% 4 -inflammation ,Infl@'meISn M6% 4 -inflammations ,Infl@'meISnz Mj% 4 -inflammatory In'fl&m@trI OA% 4 -inflatable In'fleIt@bl OA% 4 -inflate In'fleIt H2% 26A,14 -inflated In'fleItId Hc%,Hd% 36A,14 -inflates In'fleIts Ha% 26A,14 -inflating In'fleItIN Hb% 36A,14 -inflation In'fleISn L@% 3 -inflationary In'fleISnrI OA% 4 -inflect In'flekt H0% 26A -inflected In'flektId Hc%,Hd% 36A -inflecting In'flektIN Hb% 36A -inflection In'flekSn M6% 3 -inflectional In'flekSn@l OA% 4 -inflections In'flekSnz Mj% 3 -inflects In'flekts Ha% 26A -inflexibility In,fleks@'bIlItI L@% 6 -inflexible In'fleks@bl OA% 4 -inflexibly In'fleks@blI Pu% 4 -inflexion In'flekSn M6$ 3 -inflexions In'flekSnz Mj$ 3 -inflict In'flIkt H0% 26A,14 -inflicted In'flIktId Hc%,Hd% 36A,14 -inflicting In'flIktIN Hb% 36A,14 -infliction In'flIkSn M6$ 3 -inflictions In'flIkSnz Mj$ 3 -inflicts In'flIkts Ha% 26A,14 -inflorescence ,InflO'resns L@$ 4 -inflow 'Infl@U M6$ 2 -inflows 'Infl@Uz Mj$ 2 -influence 'InflU@ns H2%,M6% 36A -influenced 'InflU@nst Hc%,Hd% 36A -influences 'InflU@nsIz Ha%,Mj% 46A -influencing 'InflU@nsIN Hb% 46A -influential ,InflU'enSl OA% 4 -influentially ,InflU'enS@lI Pu% 5 -influenza ,InflU'enz@ L@% 4 -influx 'InflVks M7% 2 -influxes 'InflVksIz Mj$ 3 -info 'Inf@U L@% 2 -inform In'fOm J0% 23A,6A,11,14,21 -informal In'fOml OA% 3 -informalities ,InfO'm&lItIz Mj% 5 -informality ,InfO'm&lItI M8% 5 -informally In'fOm@lI Pu% 4 -informant In'fOm@nt K6% 3 -informants In'fOm@nts Kj% 3 -information ,Inf@'meISn L@% 4 -informative In'fOm@tIv OA% 4 -informatively In'fOm@tIvlI Pu% 5 -informed In'fOmd Jc%,Jd% 23A,6A,11,14,21 -informer In'fOm@R K6% 3 -informers In'fOm@z Kj% 3 -informing In'fOmIN Jb% 33A,6A,11,14,21 -informs In'fOmz Ja% 23A,6A,11,14,21 -infra 'Infr@ Pu%,U-% 2 -infra dig ,Infr@ 'dIg Op$ 3 -infra-red ,Infr@-'red OA% 3 -infraction In'fr&kSn M6$ 3 -infractions In'fr&kSnz Mj$ 3 -infrastructure 'Infr@strVktS@R K6% 4 -infrastructures 'Infr@strVktS@z Kj$ 4 -infrequency In'frikw@nsI L@% 4 -infrequent In'frikw@nt OA% 3 -infrequently In'frikw@ntlI Pu% 4 -infringe In'frIndZ J2% 23A,6A -infringed In'frIndZd Jc%,Jd% 23A,6A -infringement In'frIndZm@nt M6% 3 -infringements In'frIndZm@nts Mj% 3 -infringes In'frIndZIz Ja% 33A,6A -infringing In'frIndZIN Jb% 33A,6A -infuriate In'fjU@rIeIt H2% 46A -infuriated In'fjU@rIeItId Hc%,Hd% 56A -infuriates In'fjU@rIeIts Ha% 46A -infuriating In'fjU@rIeItIN Hb% 56A -infuse In'fjuz J2$ 22A,6A,14 -infused In'fjuzd Jc$,Jd$ 22A,6A,14 -infuses In'fjuzIz Ja$ 32A,6A,14 -infusing In'fjuzIN Jb$ 32A,6A,14 -infusion In'fjuZn M6% 3 -infusions In'fjuZnz Mj% 3 -ing_enue '&nZeInju K6% 3 -ing_enues '&nZeInjuz Kj% 3 -ingathering 'Ing&D@rIN K6$ 4 -ingatherings 'Ing&D@rINz Kj$ 4 -ingenious In'dZinI@s OA% 4 -ingeniously In'dZinI@slI Pu% 5 -ingenuity ,IndZI'njuItI L@% 5 -ingenuous In'dZenjU@s OA% 4 -ingenuously In'dZenjU@slI Pu% 5 -ingenuousness In'dZenjU@sn@s L@% 5 -ingest In'dZest H0% 26A -ingested In'dZestId Hc%,Hd% 36A -ingesting In'dZestIN Hb% 36A -ingests In'dZests Ha% 26A -ingle-nook 'INgl-nUk K6$ 3 -ingle-nooks 'INgl-nUks Kj$ 3 -inglorious In'glOrI@s OA% 4 -ingloriously In'glOrI@slI Pu% 5 -ingoing 'Ing@UIN OA% 3 -ingot 'INg@t K6$ 2 -ingots 'INg@ts Kj$ 2 -ingraft In'grAft H0$ 26A,14 -ingrafted In'grAftId Hc$,Hd$ 36A,14 -ingrafting In'grAftIN Hb$ 36A,14 -ingrafts In'grAfts Ha$ 26A,14 -ingrained ,In'greInd OA% 2 -ingratiate In'greISIeIt H2% 414 -ingratiated In'greISIeItId Hc%,Hd% 514 -ingratiates In'greISIeIts Ha% 414 -ingratiating In'greISIeItIN Hb% 514 -ingratiatingly In'greISIeItINlI Pu% 6 -ingratitude In'gr&tItjud L@% 4 -ingredient In'gridI@nt K6% 4 -ingredients In'gridI@nts Kj% 4 -ingress 'Ingres L@$ 2 -ingrowing 'Ingr@UIN OA% 3 -inhabit In'h&bIt H0% 36A -inhabitable In'h&bIt@bl OA% 5 -inhabitant In'h&bIt@nt K6% 4 -inhabitants In'h&bIt@nts Kj% 4 -inhabited In'h&bItId Hc%,Hd% 46A -inhabiting In'h&bItIN Hb% 46A -inhabits In'h&bIts Ha% 36A -inhalation ,Inh@'leISn K6% 4 -inhalations ,Inh@'leISnz Kj% 4 -inhale In'heIl J2% 22A,6A -inhaled In'heIld Jc%,Jd% 22A,6A -inhaler In'heIl@R K6% 3 -inhalers In'heIl@z Kj% 3 -inhales In'heIlz Ja% 22A,6A -inhaling In'heIlIN Jb% 32A,6A -inharmonious ,InhA'm@UnI@s OA$ 5 -inherent In'hI@r@nt OA% 3 -inherently In'hI@r@ntlI Pu% 4 -inherit In'herIt J0% 32A,6A -inheritance In'herIt@ns M6% 4 -inheritances In'herIt@nsIz Mj% 5 -inherited In'herItId Jc%,Jd% 42A,6A -inheriting In'herItIN Jb% 42A,6A -inheritor In'herIt@R K6% 4 -inheritors In'herIt@z Kj% 4 -inherits In'herIts Ja% 32A,6A -inhibit In'hIbIt H0% 36A,14 -inhibited In'hIbItId Hc%,Hd% 46A,14 -inhibiting In'hIbItIN Hb% 46A,14 -inhibition ,InI'bISn M6% 4 -inhibitions ,InI'bISnz Mj% 4 -inhibitor In'hIbIt@R K6% 4 -inhibitors In'hIbIt@z Kj% 4 -inhibitory In'hIbItrI OA$ 4 -inhibits In'hIbIts Ha% 36A,14 -inhospitable ,Inh0'spIt@bl OA% 5 -inhuman In'hjum@n OA% 3 -inhumane ,Inhju'meIn OA% 3 -inhumanely ,Inhju'meInlI Pu% 4 -inhumanities ,Inhju'm&nItIz Mj$ 5 -inhumanity ,Inhju'm&nItI M8% 5 -inimical I'nImIkl OA% 4 -inimitable I'nImIt@bl OA% 5 -inimitably I'nImIt@blI Pu% 5 -iniquities I'nIkwItIz Mj% 4 -iniquitous I'nIkwIt@s OA% 4 -iniquitously I'nIkwIt@slI Pu% 5 -iniquity I'nIkwItI M8% 4 -initial I'nISl H4%,K6%,OA% 36A -initialled I'nISld Hc%,Hd% 36A -initialling I'nIS@lIN Hb% 46A -initially I'nIS@lI Pu% 4 -initials I'nISlz Ha%,Kj% 36A -initiate I'nISI@t K6%,OA% 4 -initiate I'nISIeIt H2% 46A,14 -initiated I'nISIeItId Hc%,Hd% 56A,14 -initiates I'nISI@ts Kj% 4 -initiates I'nISIeIts Ha% 46A,14 -initiating I'nISIeItIN Hb% 56A,14 -initiation I,nISI'eISn L@% 5 -initiative I'nIS@tIv M6% 4 -initiatives I'nIS@tIvz Mj% 4 -inject In'dZekt H0% 26A,14 -injected In'dZektId Hc%,Hd% 36A,14 -injecting In'dZektIN Hb% 36A,14 -injection In'dZekSn M6% 3 -injections In'dZekSnz Mj% 3 -injects In'dZekts Ha% 26A,14 -injudicious ,IndZu'dIS@s OA% 4 -injudiciously ,IndZu'dIS@slI Pu% 5 -injunction In'dZVNkSn K6% 3 -injunctions In'dZVNkSnz Kj% 3 -injure 'IndZ@R H2% 26A -injured 'IndZ@d Hc%,Hd%,OA% 26A -injures 'IndZ@z Ha% 26A -injuries 'IndZ@rIz Mj% 3 -injuring 'IndZ@rIN Hb% 36A -injurious In'dZU@rI@s OA% 4 -injury 'IndZ@rI M8% 3 -injustice In'dZVstIs M6% 3 -injustices In'dZVstIsIz Mj% 4 -ink INk H0%,M6% 16A,15B -ink-bottle 'INk-b0tl K6% 3 -ink-bottles 'INk-b0tlz Kj% 3 -ink-pad 'INk-p&d K6% 2 -ink-pads 'INk-p&dz Kj% 2 -ink-pot 'INk-p0t K6% 2 -ink-pots 'INk-p0ts Kj% 2 -inked INkt Hc%,Hd% 16A,15B -inkier 'INkI@R Or$ 3 -inkiest 'INkIIst Os$ 3 -inking 'INkIN Hb% 26A,15B -inkling 'INklIN K6% 2 -inklings 'INklINz Kj$ 2 -inks INks Ha%,Mj% 16A,15B -inkstand 'Inkst&nd K6% 2 -inkstands 'Inkst&ndz Kj% 2 -inkwell 'INkwel K6% 2 -inkwells 'INkwelz Kj% 2 -inky 'INkI OD% 2 -inlaid ,In'leId Hc$,Hd% 26A,14 -inland 'Inl@nd OA% 2 -inland In'l&nd Pu% 2 -inlay 'InleI M6% 2 -inlay ,In'leI H5$ 26A,14 -inlaying ,In'leIIN Hb$ 36A,14 -inlays 'InleIz Mj$ 2 -inlays ,In'leIz Ha$ 26A,14 -inlet 'Inlet K6% 2 -inlets 'Inlets Kj% 2 -inmate 'InmeIt K6% 2 -inmates 'InmeIts Kj% 2 -inmost 'Inm@Ust OA% 2 -inn In K6% 1 -innards 'In@dZ Kj% 2 -innate I'neIt OA% 2 -innately I'neItlI Pu% 3 -inner 'In@R OA% 2 -innermost 'In@m@Ust OA% 3 -inning 'InIN K6$ 2 -innings 'InINz K9% 2 -innkeeper 'Inkip@R K6% 3 -innkeepers 'Inkip@z Kj% 3 -innocence 'In@sns L@% 3 -innocent 'In@snt K6%,OA% 3 -innocently 'In@sntlI Pu% 4 -innocents 'In@snts Kj% 3 -innocuous I'n0kjU@s OA% 4 -innovate 'In@veIt I2$ 32A -innovated 'In@veItId Ic$,Id$ 42A -innovates 'In@veIts Ia$ 32A -innovating 'In@veItIN Ib$ 42A -innovation ,In@'veISn M6% 4 -innovations ,In@'veISnz Mj% 4 -innovator 'In@veIt@R K6% 4 -innovators 'In@veIt@z Kj% 4 -inns Inz Kj% 1 -innuendo ,Inju'end@U K7% 4 -innuendoes ,Inju'end@Uz Kj% 4 -innumerable I'njum@r@bl OA% 5 -inoculate I'n0kjUleIt H2% 46A,14 -inoculated I'n0kjUleItId Hc%,Hd% 56A,14 -inoculates I'n0kjUleIts Ha% 46A,14 -inoculating I'n0kjUleItIN Hb% 56A,14 -inoculation I,n0kjU'leISn M6% 5 -inoculations I,n0kjU'leISnz Mj% 5 -inoffensive ,In@'fensIv OA% 4 -inoffensively ,In@'fensIvlI Pu% 5 -inoperable ,In'0p@r@bl OA% 5 -inoperative ,In'0p@r@tIv OA% 5 -inopportune ,In'0p@tjun OA% 4 -inopportunely ,In'0p@tjunlI Pu% 5 -inordinate I'nOdIn@t OA% 4 -inordinately I'nOdIn@tlI Pu% 5 -inorganic ,InO'g&nIk OA% 4 -inorganically ,InO'g&nIklI Pu% 5 -inpouring 'InpOrIN K6$,OA$ 3 -inpourings 'InpOrINz Kj$ 3 -input 'InpUt M6% 2 -inputs 'InpUts Mj$ 2 -inquest 'Inkwest K6% 2 -inquests 'Inkwests Kj% 2 -inquietude In'kwaI@tjud L@$ 4 -inquire In'kwaI@R J2% 22A,3A,6A,8,10,14 -inquired In'kwaI@d Jc%,Jd% 22A,3A,6A,8,10,14 -inquirer In'kwaI@r@R K6% 3 -inquirers In'kwaI@r@z Kj% 3 -inquires In'kwaI@z Ja% 22A,3A,6A,8,10,14 -inquiries In'kwaI@rIz Mj% 3 -inquiring In'kwaI@rIN Jb%,OA% 32A,3A,6A,8,10,14 -inquiringly In'kwaI@rINlI Pu% 4 -inquiry In'kwaI@rI M8% 3 -inquisition ,InkwI'zISn M6% 4 -inquisitions ,InkwI'zISnz Mj% 4 -inquisitive In'kwIz@tIv OA% 4 -inquisitively In'kwIz@tIvlI Pu% 5 -inquisitiveness In'kwIz@tIvn@s L@% 5 -inquisitor In'kwIzIt@R K6% 4 -inquisitorial In,kwIzI'tOrI@l OA% 6 -inquisitors In'kwIzIt@z Kj% 4 -inroad 'Inr@Ud K6% 2 -inroads 'Inr@Udz Kj% 2 -inrush 'InrVS K7$ 2 -inrushes 'InrVSIz Kj$ 3 -ins 'IntSIz Y)% 2 -ins Inz Kj$ 1 -insane In'seIn OA% 2 -insanely In'seInlI Pu% 3 -insanitary In's&nItrI OA% 4 -insanity In's&nItI L@% 4 -insatiable In'seIS@bl OA% 4 -insatiably In'seIS@blI Pu% 4 -insatiate In'seISI@t OA$ 4 -inscribe In'skraIb H2% 26A,15A -inscribed In'skraIbd Hc%,Hd% 26A,15A -inscribes In'skraIbz Ha% 26A,15A -inscribing In'skraIbIN Hb% 36A,15A -inscription In'skrIpSn K6% 3 -inscriptions In'skrIpSnz Kj% 3 -inscrutable In'skrut@bl OA% 4 -insect 'Insekt K6% 2 -insect-powder 'Insekt-paUd@R K6% 4 -insect-powders 'Insekt-paUd@z Kj% 4 -insecticide In'sektIsaId K6% 4 -insecticides In'sektIsaIdz Kj% 4 -insectivorous ,Insek'tIv@r@s OA% 5 -insects 'Insekts Kj% 2 -insecure ,InsI'kjU@R OA% 3 -insecurely ,InsI'kjU@lI Pu% 4 -insecurity ,InsI'kjU@rItI L@% 5 -inseminate In'semIneIt H2$ 46A -inseminated In'semIneItId Hc$,Hd$ 56A -inseminates In'semIneIts Ha$ 46A -inseminating In'semIneItIN Hb$ 56A -insemination In,semI'neISn L@% 5 -insensate In'senseIt OA$ 3 -insensibility In,sens@'bIlItI L@% 6 -insensible In'sens@bl OA% 4 -insensibly In'sens@blI Pu% 4 -insensitive In'sens@tIv OA% 4 -insensitively In'sens@tIvlI Pu% 5 -insensitivity In,sens@'tIvItI L@% 6 -insentient In'senSnt OA$ 3 -inseparable In'sepr@bl OA% 4 -insert 'Ins3t K6% 2 -insert In's3t H0% 26A,15A -inserted In's3tId Hc%,Hd% 36A,15A -inserting In's3tIN Hb% 36A,15A -insertion In's3Sn M6% 3 -insertions In's3Snz Mj% 3 -inserts 'Ins3ts Kj% 2 -inserts In's3ts Ha% 26A,15A -inset 'Inset K6% 2 -inset ,In'set H5$,Hc$,Hd$ 2 -insets 'Insets Kj$ 2 -insets ,In'sets Ha$ 2 -insetting ,In'setIN Hb$ 3 -inshore ,In'SOR OA%,Pu% 2 -inside In'saId K6%,OA%,Pu%,T-% 2 -insider In'saId@R K6% 3 -insiders In'saId@z Kj% 3 -insides In'saIdz Kj% 2 -insidious In'sIdI@s OA% 4 -insidiously In'sIdI@slI Pu% 5 -insidiousness In'sIdI@sn@s L@% 5 -insight 'InsaIt M6% 2 -insights 'InsaIts Mj% 2 -insignia In'sIgnI@ Kj% 4 -insignificance ,InsIg'nIfIk@ns L@% 5 -insignificant ,InsIg'nIfIk@nt OA% 5 -insignificantly ,InsIg'nIfIk@ntlI Pu% 6 -insincere ,InsIn'sI@R OA% 3 -insincerely ,InsIn'sI@lI Pu% 4 -insincerity ,InsIn'serItI L@$ 5 -insinuate In'sInjUeIt H2$ 46A,9,14 -insinuated In'sInjUeItId Hc$,Hd$ 56A,9,14 -insinuates In'sInjUeIts Ha$ 46A,9,14 -insinuating In'sInjUeItIN Hb% 56A,9,14 -insinuatingly In'sInjUeItINlI Pu% 6 -insinuation In,sInjU'eISn M6% 5 -insinuations In,sInjU'eISnz Mj% 5 -insipid In'sIpId OA% 3 -insipidity ,InsI'pIdItI L@$ 5 -insipidly In'sIpIdlI Pu% 4 -insipidness In'sIpIdn@s L@$ 4 -insist In'sIst J0% 23A,3B -insisted In'sIstId Jc%,Jd% 33A,3B -insistence In'sIst@ns L@% 3 -insistent In'sIst@nt OA% 3 -insisting In'sIstIN Jb% 33A,3B -insists In'sIsts Ja% 23A,3B -insofar ,Ins@'fAR Pu% 3 -insole 'Ins@Ul K6% 2 -insolence 'Ins@l@ns L@% 3 -insolent 'Ins@l@nt OA% 3 -insolently 'Ins@l@ntlI Pu% 4 -insoles 'Ins@Ulz Kj% 2 -insoluble In's0ljUbl OA% 4 -insolvency In's0lv@nsI L@% 4 -insolvent In's0lv@nt K6$,OA% 3 -insolvents In's0lv@nts Kj$ 3 -insomnia In's0mnI@ L@% 4 -insomniac In's0mnI&k K6% 4 -insomniacs In's0mnI&ks Kj% 4 -insomuch ,Ins@U'mVtS Pu% 3 -insouciance In'susI@ns L@$ 4 -insouciant In'susI@nt OA$ 4 -inspan In'sp&n H4$ 2 -inspanned In'sp&nd Hc$,Hd$ 2 -inspanning In'sp&nIN Hb$ 3 -inspans In'sp&nz Ha$ 2 -inspect In'spekt H0% 26A -inspected In'spektId Hc%,Hd% 36A -inspecting In'spektIN Hb% 36A -inspection In'spekSn M6% 3 -inspections In'spekSnz Mj% 3 -inspector In'spekt@R K6% 3 -inspectorate In'spekt@r@t K6% 4 -inspectorates In'spekt@r@ts Kj% 4 -inspectors In'spekt@z Kj% 3 -inspects In'spekts Ha% 26A -inspiration ,Insp@'reISn M6% 4 -inspirational ,Insp@'reIS@nl OA% 5 -inspirationally ,Insp@'reISn@lI Pu% 5 -inspirations ,Insp@'reISnz Mj% 4 -inspire In'spaI@R H2% 26A,14,17 -inspired In'spaI@d Hc%,Hd%,OA% 26A,14,17 -inspires In'spaI@z Ha% 26A,14,17 -inspiring In'spaI@rIN Hb% 36A,14,17 -instabilities ,Inst@'bIlItIz Mj$ 5 -instability ,Inst@'bIlItI M8% 5 -install In'stOl H0% 26A,14 -installation ,Inst@'leISn M6% 4 -installations ,Inst@'leISnz Mj% 4 -installed In'stOld Hc%,Hd% 26A,14 -installing In'stOlIN Hb% 36A,14 -installs In'stOlz Ha% 26A,14 -instalment In'stOlm@nt K6% 3 -instalments In'stOlm@nts Kj% 3 -instance 'Inst@ns H2$,K6% 26A -instanced 'Inst@nst Hc$,Hd$ 26A -instances 'Inst@nsIz Ha$,Kj% 36A -instancing 'Inst@nsIN Hb$ 36A -instant 'Inst@nt K6%,OA% 2 -instantaneous ,Inst@n'teInI@s OA% 5 -instantaneously ,Inst@n'teInI@slI Pu% 6 -instantly 'Inst@ntlI Pu%,V-% 3 -instants 'Inst@nts Kj% 2 -instead In'sted Pu% 2 -instep 'Instep K6% 2 -insteps 'Insteps Kj% 2 -instigate 'InstIgeIt H2% 36A,17 -instigated 'InstIgeItId Hc%,Hd% 46A,17 -instigates 'InstIgeIts Ha% 36A,17 -instigating 'InstIgeItIN Hb% 46A,17 -instigation ,InstI'geISn K6% 4 -instigations ,InstI'geISnz Kj$ 4 -instigator 'InstIgeIt@R K6% 4 -instigators 'InstIgeIt@z Kj% 4 -instil In'stIl H4% 26A,14 -instillation ,InstI'leISn K6$ 4 -instillations ,InstI'leISnz Kj$ 4 -instilled In'stIld Hc%,Hd% 26A,14 -instilling In'stIlIN Hb% 36A,14 -instils In'stIlz Ha% 26A,14 -instinct 'InstINkt M6% 2 -instinct ,In'stINkt Op% 2 -instinctive In'stINktIv OA% 3 -instinctively In'stINktIvlI Pu% 4 -instincts 'InstINkts Mj% 2 -institute 'InstItjut H2%,K6% 36A,14 -instituted 'InstItjutId Hc%,Hd% 46A,14 -institutes 'InstItjuts Ha%,Kj% 36A,14 -instituting 'InstItjutIN Hb% 46A,14 -institution ,InstI'tjuSn M6% 4 -institutional ,InstI'tjuSn@l OA% 5 -institutionalize ,InstI'tjuS@n@laIz H2% 66A -institutionalized ,InstI'tjuS@n@laIzd Hc%,Hd% 66A -institutionalizes ,InstI'tjuS@n@laIzIz Ha% 76A -institutionalizing ,InstI'tjuS@n@laIzIN Hb% 76A -institutionally ,InstI'tjuSn@lI Pu% 5 -institutions ,InstI'tjuSnz Mj% 4 -instruct In'strVkt H0% 26A,11,15A,17,20,21 -instructed In'strVktId Hc%,Hd% 36A,11,15A,17,20,21 -instructing In'strVktIN Hb% 36A,11,15A,17,20,21 -instruction In'strVkSn M6% 3 -instructional In'strVkSn@l OA% 4 -instructions In'strVkSnz Mj% 3 -instructive In'strVktIv OA% 3 -instructively In'strVktIvlI Pu% 4 -instructor In'strVkt@R K6% 3 -instructors In'strVkt@z Kj% 3 -instructress In'strVktrIs K7% 3 -instructresses In'strVktrIsIz Kj$ 4 -instructs In'strVkts Ha% 26A,11,15A,17,20,21 -instrument 'InstrUm@nt K6% 3 -instrumental ,InstrU'mentl OA% 4 -instrumentalist ,InstrU'ment@lIst K6% 5 -instrumentalists ,InstrU'ment@lIsts Kj% 5 -instrumentality ,InstrUmen't&lItI L@$ 6 -instrumentation ,InstrUmen'teISn L@% 5 -instruments 'InstrUm@nts Kj% 3 -insubordinate ,Ins@'bOdIn@t OA% 5 -insubordination ,Ins@,bOdI'neISn M6% 6 -insubordinations ,Ins@,bOdI'neISnz Mj$ 6 -insubstantial ,Ins@b'st&nSl OA% 4 -insubstantially ,Ins@b'st&nS@lI Pu% 5 -insufferable In'sVfr@bl OA% 4 -insufficiency ,Ins@'fISnsI L@% 5 -insufficient ,Ins@'fISnt OA% 4 -insufficiently ,Ins@'fISntlI Pu% 5 -insular 'InsjUl@R OA% 3 -insularism 'InsjUl@rIz@m L@$ 5 -insularity ,InsjU'l&rItI L@% 5 -insulate 'InsjUleIt H2% 36A,14 -insulated 'InsjUleItId Hc%,Hd% 46A,14 -insulates 'InsjUleIts Ha% 36A,14 -insulating 'InsjUleItIN Hb% 46A,14 -insulation ,InsjU'leISn L@% 4 -insulator 'InsjUleIt@R K6% 4 -insulators 'InsjUleIt@z Kj% 4 -insulin 'InsjUlIn L@% 3 -insult 'InsVlt M6% 2 -insult In'sVlt H0% 26A -insulted In'sVltId Hc%,Hd% 36A -insulting In'sVltIN Hb%,OA% 36A -insultingly In'sVltINlI Pu% 4 -insults 'InsVlts Mj% 2 -insults In'sVlts Ha% 26A -insuperable In'sjupr@bl OA% 4 -insuperably In'sjupr@blI Pu% 5 -insupportable ,Ins@'pOt@bl OA% 5 -insurance In'SU@r@ns M6% 3 -insurances In'SU@r@nsIz Mj$ 4 -insure In'SU@R H2% 26A,14 -insured In'SU@d Hc%,Hd% 26A,14 -insures In'SU@z Ha% 26A,14 -insurgent In's3dZ@nt K6%,OA% 3 -insurgents In's3dZ@nts Kj% 3 -insuring In'SU@rIN Hb% 36A,14 -insurmountable ,Ins@'maUnt@bl OA% 5 -insurrection ,Ins@'rekSn M6% 4 -insurrections ,Ins@'rekSnz Mj% 4 -intact In't&kt OA% 2 -intaglio In'tAlI@U M6$ 4 -intaglios In'tAlI@Uz Mj$ 4 -intake 'InteIk M6% 2 -intakes 'InteIks Mj% 2 -intangibility In,t&ndZ@'bIlItI L@$ 6 -intangible In't&ndZ@bl OA% 4 -intangibles In't&ndZ@blz K6% 4 -integer 'IntIdZ@R K6$ 3 -integers 'IntIdZ@z Kj$ 3 -integral 'IntIgr@l OA% 3 -integrally 'IntIgr@lI Pu% 4 -integrate 'IntIgreIt H2% 32A,6A -integrated 'IntIgreItId Hc%,Hd% 42A,6A -integrates 'IntIgreIts Ha% 32A,6A -integrating 'IntIgreItIN Hb% 42A,6A -integration ,IntI'greISn L@% 4 -integrity In'tegrItI L@% 4 -integument In'tegjUm@nt K6$ 4 -integuments In'tegjUm@nts Kj$ 4 -intellect 'Int@lekt M6% 3 -intellects 'Int@lekts Mj% 3 -intellectual ,Int@'lektSU@l K6%,OA% 5 -intellectually ,Int@'lektSU@lI Pu% 6 -intellectuals ,Int@'lektSU@lz Kj% 5 -intelligence In'telIdZ@ns L@% 4 -intelligent In'telIdZ@nt OA% 4 -intelligently In'telIdZ@ntlI Pu% 5 -intelligentsia In,telI'dZentsI@ K6% 6 -intelligentsias In,telI'dZentsI@z Kj$ 6 -intelligibility In,telIdZ@'bIlItI L@$ 7 -intelligible In'telIdZ@bl OA% 5 -intelligibly In'telIdZ@blI Pu% 5 -intemperance In'temp@r@ns L@% 4 -intemperate In'temp@r@t OA% 4 -intemperately In'temp@r@tlI Pu% 5 -intend In'tend H0% 26A,6D,7A,9,14,17 -intended In'tendId Hc%,Hd% 36A,6D,7A,9,14,17 -intending In'tendIN Hb% 36A,6D,7A,9,14,17 -intends In'tendz Ha% 26A,6D,7A,9,14,17 -intense In'tens OA% 2 -intensely In'tenslI Pu% 3 -intensification In,tensIfI'keISn M6% 6 -intensifications In,tensIfI'keISnz Mj$ 6 -intensified In'tensIfaId Jc%,Jd% 42A,6A -intensifies In'tensIfaIz Ja% 42A,6A -intensify In'tensIfaI J3% 42A,6A -intensifying In'tensIfaIIN Jb% 52A,6A -intensities In'tensItIz Mj% 4 -intensity In'tensItI M8% 4 -intensive In'tensIv OA% 3 -intensively In'tensIvlI Pu% 4 -intent In'tent M6%,OA% 2 -intention In'tenSn M6% 3 -intentional In'tenSn@l OA% 4 -intentionally In'tenSn@lI Pu% 4 -intentions In'tenSnz Mj% 3 -intently In'tentlI Pu% 3 -intentness In'tentn@s L@$ 3 -intents In'tents Mj% 2 -inter In't3R H4% 2 -inter alia ,Int@r 'eIlI@ Pu% 5 -interact ,Int@'r&kt I0% 3 -interacted ,Int@'r&ktId Ic%,Id% 4 -interacting ,Int@'r&ktIN Ib% 4 -interaction ,Int@'r&kSn K6% 4 -interactions ,Int@'r&kSnz Kj% 4 -interactive ,Int@'r&ktIv OA$ 4 -interacts ,Int@'r&kts Ia% 3 -interbred ,Int@'bred Jc%,Jd% 32A,6A -interbreed ,Int@'brid J5% 32A,6A -interbreeding ,Int@'bridIN Jb% 42A,6A -interbreeds ,Int@'bridz Ja% 32A,6A -intercalary In't3k@l@rI OA$ 5 -intercede ,Int@'sid I2% 33A -interceded ,Int@'sidId Ic%,Id% 43A -intercedes ,Int@'sidz Ia% 33A -interceding ,Int@'sidIN Ib% 43A -intercept ,Int@'sept H0% 36A -intercepted ,Int@'septId Hc%,Hd% 46A -intercepting ,Int@'septIN Hb% 46A -interception ,Int@'sepSn M6% 4 -interceptions ,Int@'sepSnz Mj% 4 -interceptor ,Int@'sept@R K6% 4 -interceptors ,Int@'sept@z Kj% 4 -intercepts ,Int@'septs Ha% 36A -intercession ,Int@'seSn M6% 4 -intercessions ,Int@'seSnz Mj$ 4 -interchange 'Int@tSeIndZ M6% 3 -interchange ,Int@'tSeIndZ H2% 32A,6A -interchangeable ,Int@'tSeIndZ@bl OA% 5 -interchangeably ,Int@'tSeIndZ@blI Pu% 5 -interchanged ,Int@'tSeIndZd Hc%,Hd% 32A,6A -interchanges 'Int@tSeIndZIz Mj% 4 -interchanges ,Int@'tSeIndZIz Ha% 42A,6A -interchanging ,Int@'tSeIndZIN Hb% 42A,6A -intercollegiate ,Int@k@'lidZI@t OA% 6 -intercom 'Int@k0m K6% 3 -intercommunicate ,Int@k@'mjunIkeIt I2$ 6 -intercommunicated ,Int@k@'mjunIkeItId Ic$,Id$ 7 -intercommunicates ,Int@k@'mjunIkeIts Ia$ 6 -intercommunicating ,Int@k@'mjunIkeItIN Ib$ 7 -intercommunication ,Int@k@,mjunI'keISn L@$ 7 -intercommunion ,Int@k@'mjunI@n K6$ 5 -intercommunions ,Int@k@'mjunI@nz Kj$ 5 -intercoms 'Int@k0mz Kj% 3 -interconnect ,Int@k@'nekt J0% 46A -interconnected ,Int@k@'nektId Jc%,Jd% 56A -interconnectedness ,Int@k@'nektIdnIs L@% 6 -interconnecting ,Int@k@'nektIN Jb% 56A -interconnection ,Int@k@'nekSn M6% 5 -interconnections ,Int@k@'nekSnz Mj% 5 -interconnects ,Int@k@'nekts Ja% 46A -intercontinental ,Int@,k0ntI'nentl OA% 6 -intercourse 'Int@kOs L@% 3 -interdenominational ,Int@dI,n0mI'neIS@nl OA% 8 -interdepartmental ,Int@,dipAt'mentl OA% 6 -interdepartmentally ,Int@,dipAt'ment@lI Pu% 7 -interdependence ,Int@dI'pend@ns K6% 5 -interdependences ,Int@dI'pend@nsIz Kj% 6 -interdependent ,Int@dI'pend@nt OA% 5 -interdict 'Int@dIkt K6$ 3 -interdict ,Int@'dIkt H0$ 36A -interdicted ,Int@'dIktId Hc$,Hd$ 46A -interdicting ,Int@'dIktIN Hb$ 46A -interdiction ,Int@'dIkSn M6$ 4 -interdictions ,Int@'dIkSnz Mj$ 4 -interdicts 'Int@dIkts Kj$ 3 -interdicts ,Int@'dIkts Ha$ 36A -interdisciplinary ,Int@,dIsI'plIn@rI OA% 7 -interest 'Intr@st H0*,M6* 26A,14 -interested 'Intr@stId Hc%,Hd%,OA% 36A,14 -interesting 'Intr@stIN Hb%,OA% 36A,14 -interestingly 'Intr@stINlI Pu% 4 -interests 'Intr@sts Ha%,Mj% 26A,14 -interface 'Int@feIs K6% 3 -interfaces 'Int@feIsIz Kj% 4 -interfere ,Int@'fI@R I2% 32A,3A -interfered ,Int@'fI@d Ic%,Id% 32A,3A -interference ,Int@'fI@r@ns L@% 4 -interferes ,Int@'fI@z Ia% 32A,3A -interfering ,Int@'fI@rIN Ib% 42A,3A -interim 'Int@rIm L@% 3 -interior In'tI@rI@R K6%,OA% 4 -interiors In'tI@rI@z Kj% 4 -interject ,Int@'dZekt H0% 36A -interjected ,Int@'dZektId Hc%,Hd% 46A -interjecting ,Int@'dZektIN Hb% 46A -interjection ,Int@'dZekSn K6% 4 -interjections ,Int@'dZekSnz Kj% 4 -interjects ,Int@'dZekts Ha% 36A -interlace ,Int@'leIs J2$ 32A,6A,14 -interlaced ,Int@'leIst Jc$,Jd% 32A,6A,14 -interlaces ,Int@'leIsIz Ja$ 42A,6A,14 -interlacing ,Int@'leIsIN Jb$ 42A,6A,14 -interlard ,Int@'lAd H0$ 314 -interlarded ,Int@'lAdId Hc$,Hd% 414 -interlarding ,Int@'lAdIN Hb$ 414 -interlards ,Int@'lAdz Ha$ 314 -interleave ,Int@'liv H2$ 36A,14 -interleaved ,Int@'livd Hc$,Hd% 36A,14 -interleaves ,Int@'livz Ha$ 36A,14 -interleaving ,Int@'livIN Hb$ 46A,14 -interlink ,Int@'lINk J0$ 32A,6A -interlinked ,Int@'lINkt Jc$,Jd% 32A,6A -interlinking ,Int@'lINkIN Jb$ 42A,6A -interlinks ,Int@'lINks Ja$ 32A,6A -interlock ,Int@'l0k J0% 32A,6A -interlocked ,Int@'l0kt Jc%,Jd% 32A,6A -interlocking ,Int@'l0kIN Jb% 42A,6A -interlocks ,Int@'l0ks Ja$ 32A,6A -interlocutor ,Int@'l0kjUt@R K6% 5 -interlocutors ,Int@'l0kjUt@z Kj% 5 -interloper 'Int@l@Up@R K6% 4 -interlopers 'Int@l@Up@z Kj% 4 -interlude 'Int@lud K6% 3 -interludes 'Int@ludz Kj% 3 -intermarriage ,Int@'m&rIdZ M6% 4 -intermarriages ,Int@'m&rIdZIz Mj% 5 -intermarried ,Int@'m&rId Ic%,Id% 42A,3A -intermarries ,Int@'m&rIz Ia$ 42A,3A -intermarry ,Int@'m&rI I3% 42A,3A -intermarrying ,Int@'m&rIIN Ib% 52A,3A -intermediaries ,Int@'midI@rIz Kj% 5 -intermediary ,Int@'midI@rI K8% 5 -intermediate ,Int@'midI@t K6%,OA% 5 -intermediately ,Int@'midI@tlI Pu$ 6 -intermediates ,Int@'midI@ts Kj$ 5 -interment In't3m@nt M6$ 3 -interments In't3m@nts Mj$ 3 -intermezzi ,Int@'metsI Kj$ 4 -intermezzo ,Int@'mets@U K6% 4 -intermezzos ,Int@'mets@Uz Kj$ 4 -interminable In't3mIn@bl OA% 5 -interminably In't3mIn@blI Pu% 5 -intermingle ,Int@'mINgl J2% 46A,14 -intermingled ,Int@'mINgld Jc%,Jd% 46A,14 -intermingles ,Int@'mINglz Ja% 46A,14 -intermingling ,Int@'mINglIN Jb% 46A,14 -intermission ,Int@'mISn K6% 4 -intermissions ,Int@'mISnz Kj% 4 -intermittent ,Int@'mItnt OA% 4 -intermittently ,Int@'mItntlI Pu% 5 -intermix ,Int@'mIks J1$ 3 -intermixed ,Int@'mIkst Jc$,Jd% 3 -intermixes ,Int@'mIksIz Ja$ 4 -intermixing ,Int@'mIksIN Jb$ 4 -intermixture ,Int@'mIkstS@R K6$ 4 -intermixtures ,Int@'mIkstS@z Kj$ 4 -intern 'Int3n K6% 2 -intern In't3n H0% 26A -internal In't3nl OA% 3 -internalize In't3n@laIz H2% 46A -internalized In't3n@laIzd Hc%,Hd% 46A -internalizes In't3n@laIzIz Ha% 56A -internalizing In't3n@laIzIN Hb% 56A -internally In't3n@lI Pu% 4 -international ,Int@'n&S@nl K6%,OA% 5 -internationale ,Int@n&S@'nAl K6% 5 -internationales ,Int@n&S@'nAlz Kj$ 5 -internationalism ,Int@'n&Sn@lIz@m L@% 6 -internationalist ,Int@'n&Sn@lIst K6% 5 -internationalists ,Int@'n&Sn@lIsts Kj% 5 -internationalization ,Int@,n&S@n@laI'zeISn M6% 8 -internationalizations ,Int@,n&S@n@laI'zeISnz Mj$ 8 -internationalize ,Int@'n&S@n@laIz H2% 66A -internationalized ,Int@'n&S@n@laIzd Hc%,Hd% 66A -internationalizes ,Int@'n&S@n@laIzIz Ha% 76A -internationalizing ,Int@'n&S@n@laIzIN Hb% 76A -internationally ,Int@'n&Sn@lI Pu% 5 -internationals ,Int@'n&S@nlz Kj% 5 -interne 'Int3n K6$ 2 -internecine ,Int@'nisaIn OA% 4 -interned In't3nd Hc%,Hd% 26A -internee ,Int3'ni K6% 3 -internees ,Int3'niz Kj% 3 -internes 'Int3nz Kj$ 2 -interning In't3nIN Hb$ 36A -internment In't3nm@nt L@% 3 -interns 'Int3nz Kj% 2 -interns In't3nz Ha% 26A -interpellate In't3p@leIt H2$ 46A -interpellated In't3p@leItId Hc$,Hd% 56A -interpellates In't3p@leIts Ha$ 46A -interpellating In't3p@leItIN Hb$ 56A -interpellation In,t3p@'leISn M6$ 5 -interpellations In,t3p@'leISnz Mj$ 5 -interphone 'Int@f@Un K6$ 3 -interphones 'Int@f@Unz Kj$ 3 -interplanetary ,Int@'pl&nItrI OA% 5 -interplay 'Int@pleI L@% 3 -interpolate In't3p@leIt H2% 46A -interpolated In't3p@leItId Hc%,Hd% 56A -interpolates In't3p@leIts Ha% 46A -interpolating In't3p@leItIN Hb% 56A -interpolation In,t3p@'leISn M6% 5 -interpolations In,t3p@'leISnz Mj% 5 -interpose ,Int@'p@Uz J2% 32A,3A,6A,14 -interposed ,Int@'p@Uzd Jc%,Jd% 32A,3A,6A,14 -interposes ,Int@'p@UzIz Ja% 42A,3A,6A,14 -interposing ,Int@'p@UzIN Jb% 42A,3A,6A,14 -interposition ,Int@p@'zISn M6$ 5 -interpositions ,Int@p@'zISnz Mj$ 5 -interpret In't3prIt J0% 32A,6A,16B -interpretation In,t3prI'teISn M6% 5 -interpretations In,t3prI'teISnz Mj% 5 -interpretative In't3prIt@tIv OA% 5 -interpreted In't3prItId Jc%,Jd% 42A,6A,16B -interpreter In't3prIt@R K6% 4 -interpreters In't3prIt@z Kj% 4 -interpreting In't3prItIN Jb% 42A,6A,16B -interprets In't3prIts Ja% 32A,6A,16B -interracial ,Int@'reISl OA% 4 -interred In't3d Hc%,Hd% 2 -interregna ,Int@'regn@ Kj$ 4 -interregnum ,Int@'regn@m K6% 4 -interregnums ,Int@'regn@mz Kj$ 4 -interrelate ,Int@rI'leIt J2% 42A,6A -interrelated ,Int@rI'leItId Jc%,Jd% 52A,6A -interrelates ,Int@rI'leIts Ja% 42A,6A -interrelating ,Int@rI'leItIN Jb% 52A,6A -interrelation ,Int@rI'leISn M6% 5 -interrelations ,Int@rI'leISnz Mj% 5 -interrelationship ,Int@rI'leIS@nSIp M6% 6 -interrelationships ,Int@rI'leIS@nSIps Mj% 6 -interring In't3rIN Hb% 3 -interrogate In'ter@geIt H2% 46A -interrogated In'ter@geItId Hc%,Hd% 56A -interrogates In'ter@geIts Ha% 46A -interrogating In'ter@geItIN Hb% 56A -interrogation In,ter@'geISn M6% 5 -interrogations In,ter@'geISnz Mj% 5 -interrogative ,Int@'r0g@tIv K6%,OA% 5 -interrogatively ,Int@'r0g@tIvlI Pu% 6 -interrogatives ,Int@'r0g@tIvz Kj% 5 -interrogator In'ter@geIt@R K6% 5 -interrogators In'ter@geIt@z Kj% 5 -interrogatory ,Int@'r0g@trI OA% 5 -interrupt ,Int@'rVpt J0% 32A,6A -interrupted ,Int@'rVptId Jc%,Jd% 42A,6A -interrupter ,Int@'rVpt@R K6% 4 -interrupters ,Int@'rVpt@z Kj% 4 -interrupting ,Int@'rVptIN Jb% 42A,6A -interruption ,Int@'rVpSn M6% 4 -interruptions ,Int@'rVpSnz Mj% 4 -interrupts ,Int@'rVpts Ja% 32A,6A -inters In't3z Ha$ 2 -intersect ,Int@'sekt J0% 32A,6A -intersected ,Int@'sektId Jc%,Jd% 42A,6A -intersecting ,Int@'sektIN Jb% 42A,6A -intersection ,Int@'sekSn M6% 4 -intersections ,Int@'sekSnz Mj% 4 -intersects ,Int@'sekts Ja% 32A,6A -intersperse ,Int@'sp3s H2% 314 -interspersed ,Int@'sp3st Hc%,Hd% 314 -intersperses ,Int@'sp3sIz Ha% 414 -interspersing ,Int@'sp3sIN Hb% 414 -interstate ,Int@'steIt OA% 3 -interstellar ,Int@'stel@R OA% 4 -interstice In't3stIs K6$ 3 -interstices In't3stIsIz Kj% 4 -intertribal ,Int@'traIbl OA% 4 -intertwine ,Int@'twaIn J2% 32A,6A -intertwined ,Int@'twaInd Jc%,Jd% 32A,6A -intertwines ,Int@'twaInz Ja% 32A,6A -intertwining ,Int@'twaInIN Jb% 42A,6A -interval 'Int@vl K6% 3 -intervals 'Int@vlz Kj% 3 -intervene ,Int@'vin I2% 32A,3A -intervened ,Int@'vind Ic%,Id% 32A,3A -intervenes ,Int@'vinz Ia% 32A,3A -intervening ,Int@'vinIN Ib% 42A,3A -intervention ,Int@'venSn M6% 4 -interventions ,Int@'venSnz Mj% 4 -interview 'Int@vju H0%,K6% 36A -interviewed 'Int@vjud Hc%,Hd% 36A -interviewer 'Int@vju@R K6% 4 -interviewers 'Int@vju@z Kj% 4 -interviewing 'Int@vjuIN Hb% 46A -interviews 'Int@vjuz Ha%,Kj% 36A -interweave ,Int@'wiv H5% 36A,14 -interweaves ,Int@'wivz Ha% 36A,14 -interweaving ,Int@'wivIN Hb% 46A,14 -interwove ,Int@'w@Uv Hc% 36A,14 -interwoven ,Int@'w@Uvn Hd% 46A,14 -intestate In'testeIt OA$ 3 -intestinal In'testInl OA% 4 -intestine In'testIn K6% 3 -intestines In'testInz Kj% 3 -intimacies 'IntIm@sIz Mj% 4 -intimacy 'IntIm@sI M8% 4 -intimate 'IntIm@t K6%,OA% 3 -intimate 'IntImeIt H2% 36A,9,14 -intimated 'IntImeItId Hc%,Hd% 46A,9,14 -intimately 'IntIm@tlI Pu% 4 -intimates 'IntIm@ts Kj% 3 -intimates 'IntImeIts Ha$ 36A,9,14 -intimating 'IntImeItIN Hb% 46A,9,14 -intimation ,IntI'meISn M6% 4 -intimations ,IntI'meISnz Mj% 4 -intimidate In'tImIdeIt H2% 46A,14 -intimidated In'tImIdeItId Hc%,Hd% 56A,14 -intimidates In'tImIdeIts Ha% 46A,14 -intimidating In'tImIdeItIN Hb% 56A,14 -intimidation In,tImI'deISn L@% 5 -into 'Int@ T-* 2 -intolerable In't0l@r@bl OA% 5 -intolerably In't0l@r@blI Pu% 5 -intolerance In't0l@r@ns L@% 4 -intolerant In't0l@r@nt OA% 4 -intolerantly In't0l@r@ntlI Pu% 5 -intonation ,Int@'neISn L@% 4 -intone In't@Un J2% 22A,6A -intoned In't@Und Jc%,Jd% 22A,6A -intones In't@Unz Ja% 22A,6A -intoning In't@UnIN Jb% 32A,6A -intoxicant In't0ksIk@nt K6%,OA% 4 -intoxicants In't0ksIk@nts Kj% 4 -intoxicate In't0ksIkeIt H2% 46A -intoxicated In't0ksIkeItId Hc%,Hd% 56A -intoxicates In't0ksIkeIts Ha% 46A -intoxicating In't0ksIkeItIN Hb% 56A -intoxication In,t0ksI'keISn L@% 5 -intra-uterine ,Intr@-'jut@raIn OA$ 5 -intractability In,tr&kt@'bIlItI L@% 6 -intractable ,In'tr&kt@bl OA% 4 -intramural ,Intr@'mjU@r@l OA$ 4 -intransigence In'tr&nsIdZ@ns L@% 4 -intransigent In'tr&nsIdZ@nt OA% 4 -intransitive In'tr&ns@tIv OA% 4 -intransitively In'tr&ns@tIvlI Pu% 5 -intravenous ,Intr@'vin@s OA% 4 -intravenously ,Intr@'vin@slI Pu% 5 -intrench In'trentS H1$ 26A -intrenched In'trentSt Hc$,Hd$ 26A -intrenches In'trentSIz Ha$ 36A -intrenching In'trentSIN Hb$ 36A -intrepid In'trepId OA% 3 -intrepidities ,IntrI'pIdItIz Mj$ 5 -intrepidity ,IntrI'pIdItI M8$ 5 -intrepidly In'trepIdlI Pu% 4 -intricacies 'IntrIk@sIz Mj% 4 -intricacy 'IntrIk@sI M8% 4 -intricate 'IntrIk@t OA% 3 -intricately 'IntrIk@tlI Pu% 4 -intrigue In'trig J2%,M6% 22A,3A,6A -intrigued In'trigd Jc%,Jd% 22A,3A,6A -intrigues In'trigz Ja%,Mj% 22A,3A,6A -intriguing In'trigIN Jb% 32A,3A,6A -intrinsic In'trInsIk OA% 3 -intrinsically In'trInsIklI Pu% 4 -intro 'Intr@U Ki% 2 -introduce ,Intr@'djus H2% 36A,14,15A -introduced ,Intr@'djust Hc%,Hd% 36A,14,15A -introduces ,Intr@'djusIz Ha% 46A,14,15A -introducing ,Intr@'djusIN Hb% 46A,14,15A -introduction ,Intr@'dVkSn M6% 4 -introductions ,Intr@'dVkSnz Mj% 4 -introductory ,Intr@'dVkt@rI OA% 5 -introspect ,Intr@'spekt I0$ 32A -introspected ,Intr@'spektId Ic$,Id$ 42A -introspecting ,Intr@'spektIN Ib$ 42A -introspection ,Intr@'spekSn L@% 4 -introspective ,Intr@'spektIv OA% 4 -introspects ,Intr@'spekts Ia$ 32A -introversion ,Intr@'v3Sn L@% 4 -introvert 'Intr@v3t K6% 3 -introvert ,Intr@'v3t H0$ 36A -introverted ,Intr@'v3tId Hc$,Hd% 46A -introverting ,Intr@'v3tIN Hb$ 46A -introverts 'Intr@v3ts Kj% 3 -introverts ,Intr@'v3ts Ha$ 36A -intrude In'trud J2% 22A,3A,14 -intruded In'trudId Jc%,Jd% 32A,3A,14 -intruder In'trud@R K6% 3 -intruders In'trud@z Kj% 3 -intrudes In'trudz Ja% 22A,3A,14 -intruding In'trudIN Jb% 32A,3A,14 -intrusion In'truZn M6% 3 -intrusions In'truZnz Mj% 3 -intrusive In'trusIv OA% 3 -intrust In'trVst H0$ 214 -intrusted In'trVstId Hc$,Hd$ 314 -intrusting In'trVstIN Hb$ 314 -intrusts In'trVsts Ha$ 214 -intuit In'tjuIt J0$ 32A,6A -intuited In'tjuItId Jc$,Jd$ 42A,6A -intuiting In'tjuItIN Jb$ 42A,6A -intuition ,Intju'ISn M6% 4 -intuitions ,Intju'ISnz Mj% 4 -intuitive In'tjuItIv OA% 4 -intuitively In'tjuItIvlI Pu% 5 -intuits In'tjuIts Ja$ 22A,6A -intumescence ,Intju'mesns L@$ 4 -inundate 'InVndeIt H2$ 36A,14 -inundated 'InVndeItId Hc$,Hd% 46A,14 -inundates 'InVndeIts Ha$ 36A,14 -inundating 'InVndeItIN Hb$ 46A,14 -inundation ,InVn'deISn M6% 4 -inundations ,InVn'deISnz Mj% 4 -inure I'njU@R H2$ 214 -inured I'njU@d Hc$,Hd% 214 -inures I'njU@z Ha$ 214 -inuring I'njU@rIN Hb$ 314 -invade In'veId H2% 26A -invaded In'veIdId Hc%,Hd% 36A -invader In'veId@R K6% 3 -invaders In'veId@z Kj% 3 -invades In'veIdz Ha% 26A -invading In'veIdIN Hb% 36A -invalid 'Inv@lId H0%,K6%,OA% 315A -invalid In'v&lId OA% 3 -invalidate In'v&lIdeIt H2% 46A -invalidated In'v&lIdeItId Hc%,Hd% 56A -invalidates In'v&lIdeIts Ha% 46A -invalidating In'v&lIdeItIN Hb% 56A -invalidation In,v&lI'deISn M6% 5 -invalidations In,v&lI'deISnz Mj$ 5 -invalided 'Inv@lIdId Hc%,Hd% 415A -invaliding 'Inv@lIdIN Hb$ 415A -invalidism 'Inv@lIdIz@m L@$ 5 -invalidity ,Inv@'lIdItI L@% 5 -invalids 'Inv@lIdz Ha$,Kj% 315A -invaluable In'v&ljU@bl OA% 5 -invariable In've@rI@bl OA% 5 -invariably In've@rI@blI Pu% 5 -invasion In'veIZn M6% 3 -invasions In'veIZnz Mj% 3 -invasive In'veIsIv OA$ 3 -invective In'vektIv L@% 3 -inveigh In'veI I0$ 23A -inveighed In'veId Ic$,Id$ 23A -inveighing In'veIIN Ib$ 33A -inveighs In'veIz Ia$ 23A -inveigle In'veIgl H2% 314 -inveigled In'veIgld Hc%,Hd% 314 -inveigles In'veIglz Ha% 314 -inveigling In'veIglIN Hb% 314 -invent In'vent H0% 26A -invented In'ventId Hc%,Hd% 36A -inventing In'ventIN Hb% 36A -invention In'venSn M6% 3 -inventions In'venSnz Mj% 3 -inventive In'ventIv OA% 3 -inventively In'ventIvlI Pu% 4 -inventor In'vent@R K6% 3 -inventories 'Inv@ntrIz Kj% 3 -inventors In'vent@z Kj% 3 -inventory 'Inv@ntrI K8% 3 -invents In'vents Ha% 26A -inverse 'Inv3s L@$ 2 -inverse In'v3s OA% 2 -inversely In'v3slI Pu% 3 -inversion In'v3Sn M6% 3 -inversions In'v3Snz Mj% 3 -invert In'v3t H0% 26A -invertebrate In'v3tIbreIt K6%,OA% 4 -invertebrates In'v3tIbreIts Kj% 4 -inverted In'v3tId Hc%,Hd% 36A -inverting In'v3tIN Hb% 36A -inverts In'v3ts Ha% 26A -invest In'vest J0% 23A,6A,14 -invested In'vestId Jc%,Jd% 33A,6A,14 -investigate In'vestIgeIt H2% 46A -investigated In'vestIgeItId Hc%,Hd% 56A -investigates In'vestIgeIts Ha% 46A -investigating In'vestIgeItIN Hb% 56A -investigation In,vestI'geISn M6% 5 -investigations In,vestI'geISnz Mj% 5 -investigator In'vestIgeIt@R K6% 5 -investigators In'vestIgeIt@z Kj% 5 -investing In'vestIN Jb% 33A,6A,14 -investiture In'vestItS@R K6$ 4 -investitures In'vestItS@z Kj$ 4 -investment In'vestm@nt M6% 3 -investments In'vestm@nts Mj% 3 -investor In'vest@R K6% 3 -investors In'vest@z Kj% 3 -invests In'vests Ja% 23A,6A,14 -inveterate In'vet@r@t OA% 4 -invidious In'vIdI@s OA% 4 -invidiously In'vIdI@slI Pu% 5 -invigilate In'vIdZIleIt I2% 42A,6A -invigilated In'vIdZIleItId Ic%,Id% 52A,6A -invigilates In'vIdZIleIts Ia% 42A,6A -invigilating In'vIdZIleItIN Ib% 52A,6A -invigilation In,vIdZI'leISn M6% 5 -invigilations In,vIdZI'leISnz Mj% 5 -invigilator In'vIdZIleIt@R K6% 5 -invigilators In'vIdZIleIt@z Kj% 5 -invigorate In'vIg@reIt H2% 46A -invigorated In'vIg@reItId Hc%,Hd% 56A -invigorates In'vIg@reIts Ha% 46A -invigorating In'vIg@reItIN Hb% 56A -invincibility In,vIns@'bIlItI L@% 6 -invincible In'vIns@bl OA% 4 -invincibly In'vIns@blI Pu% 4 -inviolable In'vaI@l@bl OA% 5 -inviolate ,In'vaI@l@t OA% 4 -invisibility In,vIz@'bIlItI L@% 6 -invisible In'vIz@bl OA% 4 -invisibly In'vIz@blI Pu% 4 -invitation ,InvI'teISn M6% 4 -invitations ,InvI'teISnz Mj% 4 -invite 'InvaIt K6% 2 -invite In'vaIt H2% 26A,15A,15B,17 -invited In'vaItId Hc%,Hd% 36A,15A,15B,17 -invites 'InvaIts Kj% 2 -invites In'vaIts Ha% 26A,15A,15B,17 -inviting In'vaItIN Hb%,OA% 36A,15A,15B,17 -invitingly In'vaItINlI Pu% 4 -invocation ,Inv@'keISn M6% 4 -invocations ,Inv@'keISnz Mj% 4 -invoice 'InvoIs H2%,K6% 2 -invoiced 'InvoIst Hc%,Hd% 2 -invoices 'InvoIsIz Ha%,Kj% 3 -invoicing 'InvoIsIN Hb% 3 -invoke In'v@Uk H2% 26A,14 -invoked In'v@Ukt Hc%,Hd% 26A,14 -invokes In'v@Uks Ha% 26A,14 -invoking In'v@UkIN Hb% 36A,14 -involuntarily In'v0l@ntr@lI Pu% 5 -involuntary In'v0l@ntrI OA% 4 -involute 'Inv@lut OA$ 3 -involution ,Inv@'luSn K6$ 4 -involutions ,Inv@'luSnz Kj$ 4 -involve In'v0lv H2% 26A,6B,14,19C -involved In'v0lvd Hc%,Hd%,OA% 26A,6B,14,19C -involvement In'v0lvm@nt K6% 3 -involvements In'v0lvm@nts Kj% 3 -involves In'v0lvz Ha% 26A,6B,14,19C -involving In'v0lvIN Hb% 36A,6B,14,19C -invulnerable In'vVln@r@bl OA% 5 -inward 'Inw@d OA%,Pu% 2 -inwardly 'Inw@dlI Pu% 3 -inwardness 'Inw@dn@s L@% 3 -inwards 'Inw@dz Pu% 2 -inwrought ,In'rOt OA$ 2 -iodine 'aI@din L@% 3 -ion 'aI@n K6$ 2 -ionization ,aI@naI'zeISn L@$ 5 -ionize 'aI@naIz J2$ 32A,6A -ionized 'aI@naIzd Jc$,Jd$ 32A,6A -ionizes 'aI@naIzIz Ja$ 42A,6A -ionizing 'aI@naIzIN Jb$ 42A,6A -ionosphere aI'0n@sfI@R K6$ 4 -ionospheres aI'0n@sfI@z Kj$ 4 -ions 'aI@nz Kj$ 2 -iota aI'@Ut@ K6$ 3 -iotas aI'@Ut@z Kj$ 3 -ipse dixit ,IpsI 'dIksIt K6$ 4 -ipse dixits ,IpsI 'dIksIts Kj$ 4 -ipso facto ,Ips@U 'f&kt@U Pu% 4 -irascibility I,r&s@'bIlItI L@% 6 -irascible I'r&s@bl OA% 4 -irate aI'reIt OA% 2 -irately aI'reItlI Pu% 3 -ire 'aI@R L@$ 1 -ireful 'aI@f@l OA$ 2 -iridescence ,IrI'desns L@% 4 -iridescent ,IrI'desnt OA% 4 -iridium I'rIdI@m L@$ 4 -iris 'aI@rIs K7% 2 -irises 'aI@rIsIz Kj% 3 -irk 3k H0$ 1 -irked 3kt Hc$,Hd% 1 -irking '3kIN Hb$ 2 -irks 3ks Ha% 1 -irksome '3ks@m OA% 2 -iron 'aI@n J0%,M6% 22A,2C,6A,15A,15B -iron-foundries 'aI@n-faUndrIz Kj% 4 -iron-foundry 'aI@n-faUndrI K8% 4 -iron-grey ,aI@n-'greI L@%,OA% 3 -ironclad 'aI@nkl&d OA$ 3 -ironed 'aI@nd Jc%,Jd% 22A,2C,6A,15A,15B -ironic aI'r0nIk OA% 3 -ironical aI'r0nIkl OA% 4 -ironically aI'r0nIklI Pu% 4 -ironies 'aI@r@nIz Mj% 3 -ironing 'aI@nIN Jb% 32A,2C,6A,15A,15B -ironing-board 'aI@nIN-bOd K6% 4 -ironing-boards 'aI@nIN-bOdz Kj% 4 -ironmonger 'aI@nmVNg@R K6% 4 -ironmongeries 'aI@nmVNg@rIz Mj$ 5 -ironmongers 'aI@nmVNg@z Kj% 4 -ironmongery 'aI@nmVNg@rI M8% 5 -ironmould 'aI@nm@Uld K6$ 3 -ironmoulds 'aI@nm@Uldz Kj$ 3 -irons 'aI@nz Ja%,Mj% 22A,2C,6A,15A,15B -ironside 'aI@nsaId K6$ 3 -ironsides 'aI@nsaIdz Kj$ 3 -ironware 'aI@nwe@R L@$ 3 -ironwork 'aI@nw3k K6% 3 -ironworks 'aI@nw3ks K9$ 3 -irony 'aI@r@nI M8% 3 -irradiate I'reIdIeIt H2% 46A -irradiated I'reIdIeItId Hc%,Hd% 56A -irradiates I'reIdIeIts Ha% 46A -irradiating I'reIdIeItIN Hb% 56A -irrational I'r&S@nl OA% 4 -irrationally I'r&S@n@lI Pu% 5 -irreconcilable I,rek@n'saIl@bl OA% 6 -irrecoverable ,IrI'kVv@r@bl OA% 6 -irredeemable ,IrI'dim@bl OA% 5 -irredentist ,IrI'dentIst K6$ 4 -irredentists ,IrI'dentIsts Kj$ 4 -irreducible ,IrI'djus@bl OA% 5 -irrefutable ,IrI'fjut@bl OA% 5 -irregular I'regjUl@R K6$,OA% 4 -irregularities I,regjU'l&rItIz Mj% 6 -irregularity I,regjU'l&rItI M8% 6 -irregularly I'regjUl@lI Pu% 5 -irregulars I'regjUl@z Kj$ 4 -irrelevance I'rel@v@ns M6% 4 -irrelevances I'rel@v@nsIz Mj$ 5 -irrelevancies I'rel@v@nsIz Mj$ 5 -irrelevancy I'rel@v@nsI M8$ 5 -irrelevant I'rel@v@nt OA% 4 -irrelevantly I'rel@v@ntlI Pu% 5 -irreligious ,IrI'lIdZ@s OA% 4 -irremediable ,IrI'midI@bl OA% 6 -irremovable ,IrI'muv@bl OA% 5 -irreparable I'rep@r@bl OA% 5 -irreplaceable ,IrI'pleIs@bl OA% 5 -irrepressible ,IrI'pres@bl OA% 5 -irreproachable ,IrI'pr@UtS@bl OA% 5 -irresistible ,IrI'zIst@bl OA% 5 -irresolute I'rez@lut OA% 4 -irresolution I,rez@'luSn L@$ 5 -irrespective ,IrI'spektIv OA% 4 -irresponsibility ,IrI,sp0ns@'bIlItI L@% 7 -irresponsible ,IrI'sp0ns@bl OA% 5 -irretrievable ,IrI'triv@bl OA% 5 -irretrievably ,IrI'triv@blI Pu% 5 -irreverence I'rev@r@ns L@% 4 -irreverent I'rev@r@nt OA% 4 -irreverently I'rev@r@ntlI Pu% 5 -irreversibility ,IrI,v3s@'bIlItI L@% 7 -irreversible ,IrI'v3s@bl OA% 5 -irreversibly ,IrI'v3s@blI Pu% 5 -irrevocable I'rev@k@bl OA% 5 -irridentism ,IrI'dentIz@m L@$ 5 -irrigate 'IrIgeIt H2% 36A -irrigated 'IrIgeItId Hc%,Hd% 46A -irrigates 'IrIgeIts Ha% 36A -irrigating 'IrIgeItIN Hb% 46A -irrigation ,IrI'geISn L@% 4 -irritability ,IrIt@'bIlItI L@% 6 -irritable 'IrIt@bl OA% 4 -irritably 'IrIt@blI Pu% 4 -irritant 'IrIt@nt K6%,OA% 3 -irritants 'IrIt@nts Kj% 3 -irritate 'IrIteIt H2% 36A -irritated 'IrIteItId Hc%,Hd% 46A -irritates 'IrIteIts Ha% 36A -irritating 'IrIteItIN Hb% 46A -irritation ,IrI'teISn M6% 4 -irritations ,IrI'teISnz Mj% 4 -irruption I'rVpSn K6$ 3 -irruptions I'rVpSnz Kj$ 3 -is Iz Ga*,Ia% 11 -isinglass 'aIzINglAs L@$ 3 -island 'aIl@nd K6% 2 -islander 'aIl@nd@R K6% 3 -islanders 'aIl@nd@z Kj% 3 -islands 'aIl@ndz Kj% 2 -isle aIl K6% 1 -isles aIlz Kj% 1 -islet 'aIlIt K6$ 2 -islets 'aIlIts Kj$ 2 -ism 'Iz@m K6$ 2 -isms 'Iz@mz Kj$ 2 -isn't 'Iznt Gg% 2 -isobar 'aIs@bAR K6% 3 -isobars 'aIs@bAz Kj% 3 -isolate 'aIs@leIt H2% 36A,14 -isolated 'aIs@leItId Hc%,Hd% 46A,14 -isolates 'aIs@leIts Ha% 36A,14 -isolating 'aIs@leItIN Hb% 46A,14 -isolation ,aIs@'leISn L@% 4 -isolationism ,aIs@'leIS@nIz@m L@% 6 -isolationist ,aIs@'leIS@nIst K6% 5 -isolationists ,aIs@'leIS@nIsts Kj% 5 -isosceles aI's0s@liz OA% 4 -isotherm 'aIs@T3m K6$ 3 -isotherms 'aIs@T3mz Kj$ 3 -isotope 'aIs@t@Up K6% 3 -isotopes 'aIs@t@Ups Kj% 3 -issue 'ISu J2%,M6% 22A,3A,6A,14 -issued 'ISud Jc%,Jd% 22A,3A,6A,14 -issues 'ISuz Ja%,Mj% 22A,3A,6A,14 -issuing 'ISuIN Jb% 32A,3A,6A,14 -isthmus 'Ism@s K7% 2 -isthmuses 'Ism@sIz Kj% 3 -it It Qx* 1 -it'll 'Itl Gf% 2 -it's Its Gf* 1 -italic I't&lIk OA% 3 -italicize I't&lIsaIz H2% 4 -italicized I't&lIsaIzd Hc%,Hd% 4 -italicizes I't&lIsaIzIz Ha% 5 -italicizing I't&lIsaIzIN Hb% 5 -italics I't&lIks Kj% 3 -itch ItS I1%,K7% 12A,3A,4A -itched ItSt Ic%,Id% 12A,3A,4A -itches 'ItSIz Ia%,Kj% 22A,3A,4A -itchier 'ItSI@R Or$ 3 -itchiest 'ItSIIst Os$ 3 -itching 'ItSIN Ib% 22A,3A,4A -itchy 'ItSI OD% 2 -item 'aIt@m K6%,Pu% 2 -itemize 'aIt@maIz H2% 36A -itemized 'aIt@maIzd Hc%,Hd% 36A -itemizes 'aIt@maIzIz Ha% 46A -itemizing 'aIt@maIzIN Hb% 46A -items 'aIt@mz Kj% 2 -iterate 'It@reIt H2$ 36A -iterated 'It@reItId Hc$,Hd$ 46A -iterates 'It@reIts Ha$ 36A -iterating 'It@reItIN Hb$ 46A -iteration ,It@'reISn M6$ 4 -iterations ,It@'reISnz Mj$ 4 -itinerant aI'tIn@r@nt OA% 4 -itineraries aI'tIn@r@rIz Kj% 5 -itinerary aI'tIn@r@rI K8% 5 -its Its OA* 1 -itself It'self Qx% 2 -ivied 'aIvId OA$ 2 -ivies 'aIvIz Mj$ 2 -ivory 'aIv@rI L@% 3 -ivy 'aIvI M8% 2 -j dZeI Ki$ 1 -j's dZeIz Kj$ 1 -jab dZ&b J4%,K6% 13A,14,15B -jabbed dZ&bd Jc%,Jd% 13A,14,15B -jabber 'dZ&b@R J0%,L@% 22A,2C,6A,15B -jabbered 'dZ&b@d Jc%,Jd% 22A,2C,6A,15B -jabberer 'dZ&b@r@R K6% 3 -jabberers 'dZ&b@r@z Kj% 3 -jabbering 'dZ&b@rIN Jb% 32A,2C,6A,15B -jabbers 'dZ&b@z Ja% 22A,2C,6A,15B -jabbing 'dZ&bIN Jb% 23A,14,15B -jabot 'Z&b@U K6$ 2 -jabots 'Z&b@Uz Kj$ 2 -jabs dZ&bz Ja%,Kj% 13A,14,15B -jack dZ&k H0%,K6% 115B -jack-in-the-box 'dZ&k-In-D@-b0ks K7% 4 -jack-in-the-boxes 'dZ&k-In-D@-b0ksIz Kj% 5 -jack-knife 'dZ&k-naIf I2%,Ki% 22A -jack-knifed 'dZ&k-naIft Ic%,Id% 22A -jack-knifes 'dZ&k-naIfs Ia% 22A -jack-knifing 'dZ&k-naIfIN Ib% 32A -jack-knives 'dZ&k-naIvz Kj% 2 -jack-o'-lantern dZ&k-@-'l&nt@n K6$ 4 -jack-o'-lanterns dZ&k-@-'l&nt@nz Kj$ 4 -jack-plane 'dZ&k-pleIn K6$ 2 -jack-planes 'dZ&k-pleInz Kj$ 2 -jackal 'dZ&kOl K6% 2 -jackals 'dZ&kOlz Kj% 2 -jackanapes 'dZ&k@neIps Ki$ 3 -jackass 'dZ&k&s K7% 2 -jackasses 'dZ&k&sIz Kj% 3 -jackboot 'dZ&kbut K6% 2 -jackboots 'dZ&kbuts Kj% 2 -jackdaw 'dZ&kdO K6% 2 -jackdaws 'dZ&kdOz Kj% 2 -jacked dZ&kt Hc%,Hd% 115B -jacket 'dZ&kIt K6% 2 -jackets 'dZ&kIts Kj% 2 -jacking 'dZ&kIN Hb% 215B -jackpot 'dZ&kp0t K6% 2 -jackpots 'dZ&kp0ts Kj% 2 -jacks dZ&ks Ha%,Kj% 115B -jade dZeId M6% 1 -jaded 'dZeIdId OA% 2 -jades dZeIdz Mj$ 1 -jag dZ&g H4$,K6$ 16A -jagged 'dZ&gId OA% 2 -jagged dZ&gd Hc$,Hd$ 16A -jaggier 'dZ&gI@R Or$ 3 -jaggiest 'dZ&gIIst Os$ 3 -jagging 'dZ&gIN Hb$ 26A -jaggy 'dZ&gI OD$ 2 -jags dZ&gz Ha$,Kj$ 16A -jaguar 'dZ&gjU@R K6% 3 -jaguars 'dZ&gjU@z Kj% 3 -jail dZeIl H0%,M6% 16A -jailed dZeIld Hc%,Hd% 16A -jailer 'dZeIl@R K6% 2 -jailers 'dZeIl@z Kj% 2 -jailing 'dZeIlIN Hb% 26A -jailor 'dZeIl@R K6% 2 -jailors 'dZeIl@z Kj% 2 -jails dZeIlz Ha%,Mj% 16A -jakes dZeIks Ki$ 1 -jalopies dZ@'l0pIz Kj% 3 -jalopy dZ@'l0pI K8% 3 -jam dZ&m J4%,M6% 12A,2C,6A,14,15A,15B -jamb dZ&m K6$ 1 -jamboree ,dZ&mb@'ri K6% 3 -jamborees ,dZ&mb@'riz Kj% 3 -jambs dZ&mz Kj$ 1 -jamjar 'dZ&mdZAR K6% 2 -jamjars 'dZ&mdZAz Kj% 2 -jammed dZ&md Jc%,Jd% 12A,2C,6A,14,15A,15B -jamming 'dZ&mIN Jb% 22A,2C,6A,14,15A,15B -jampack ,dZ&m'p&k H0$ 26A -jampacked ,dZ&m'p&kt Hc$,Hd% 26A -jampacking ,dZ&m'p&kIN Hb$ 36A -jampacks ,dZ&m'p&ks Ha$ 26A -jampot 'dZ&mp0t K6% 2 -jampots 'dZ&mp0ts Kj% 2 -jams dZ&mz Ja%,Mj% 12A,2C,6A,14,15A,15B -jangle 'dZ&Ngl J2%,L@% 22A,6A -jangled 'dZ&Ngld Jc%,Jd% 22A,6A -jangles 'dZ&Nglz Ja% 22A,6A -jangling 'dZ&NglIN Jb% 22A,6A -janitor 'dZ&nIt@R K6% 3 -janitors 'dZ&nIt@z Kj% 3 -japan dZ@'p&n H4$ 2 -japanned dZ@'p&nd Hc$,Hd$ 2 -japanning dZ@'p&nIN Hb$ 3 -japans dZ@'p&nz Ha$ 2 -jape dZeIp K6% 1 -japes dZeIps Kj% 1 -japonica dZ@'p0nIk@ L@$ 4 -jar dZAR J4%,K6% 12A,3A,6A -jarful 'dZAfUl K6% 2 -jarfuls 'dZAfUlz Kj% 2 -jargon 'dZAg@n L@% 2 -jarred dZAd Jc%,Jd% 12A,3A,6A -jarring 'dZArIN Jb%,OA% 22A,3A,6A -jarringly 'dZArINlI Pu% 3 -jars dZAz Ja%,Kj% 12A,3A,6A -jasmine 'dZ&smIn L@% 2 -jasper 'dZ&sp@R L@% 2 -jaundice 'dZOndIs H2$,L@% 2 -jaundiced 'dZOndIst Hc$,Hd% 2 -jaundices 'dZOndIsIz Ha$ 3 -jaundicing 'dZOndIsIN Hb$ 3 -jaunt dZOnt I0%,K6% 12A,2C -jaunted 'dZOntId Ic%,Id% 22A,2C -jauntier 'dZOntI@R Or$ 3 -jauntiest 'dZOntIIst Os$ 3 -jauntily 'dZOntIlI Pu% 3 -jauntiness 'dZOntIn@s L@% 3 -jaunting 'dZOntIN Ib% 22A,2C -jaunting-car 'dZOntIN-kAR K6$ 3 -jaunting-cars 'dZOntIN-kAz Kj$ 3 -jaunts dZOnts Ia%,Kj% 12A,2C -jaunty 'dZOntI OD% 2 -javelin 'dZ&vlIn K6% 2 -javelins 'dZ&vlInz Kj% 2 -jaw dZO I0%,K6% 12A,2C,3A -jawbone 'dZOb@Un K6% 2 -jawbones 'dZOb@Unz Kj% 2 -jawbreaker 'dZObreIk@R K6% 3 -jawbreakers 'dZObreIk@z Kj% 3 -jawed dZOd Ic$,Id$ 12A,2C,3A -jawing 'dZOIN Ib$ 22A,2C,3A -jaws dZOz Ia$,Kj% 12A,2C,3A -jay dZeI K6% 1 -jays dZeIz Kj% 1 -jaywalk 'dZeIwOk I0% 2 -jaywalked 'dZeIwOkt Ic%,Id% 2 -jaywalker 'dZeIwOk@R K6% 3 -jaywalkers 'dZeIwOk@z Kj% 3 -jaywalking 'dZeIwOkIN Ib% 3 -jaywalks 'dZeIwOks Ia% 2 -jazz dZ&z H1$,L@% 16A,15B -jazzed dZ&zd Hc$,Hd% 16A,15B -jazzes 'dZ&zIz Ha$ 26A,15B -jazzier 'dZ&zI@R Or$ 3 -jazziest 'dZ&zIIst Os$ 3 -jazzing 'dZ&zIN Hb$ 26A,15B -jazzy 'dZ&zI OD% 2 -jealous 'dZel@s OA% 2 -jealousies 'dZel@sIz Mj% 3 -jealously 'dZel@slI Pu% 3 -jealousy 'dZel@sI M8% 3 -jean dZin L@$ 1 -jeans dZinz Kj% 1 -jeep dZip K6% 1 -jeeps dZips Kj% 1 -jeer dZI@R J0%,K6% 12A,3A,6A -jeered dZI@d Jc%,Jd% 12A,3A,6A -jeering 'dZI@rIN Jb% 22A,3A,6A -jeeringly 'dZI@rINlI Pu% 3 -jeers dZI@z Ja%,Kj% 12A,3A,6A -jejune dZI'dZun OA$ 2 -jejunely dZI'dZunlI Pu$ 3 -jejuneness dZI'dZun+n@s L@$ 3 -jell dZel J0$ 12A,6A -jellaba 'dZel@b@ K6$ 3 -jellabas 'dZel@b@z Kj$ 3 -jelled dZeld Jc$,Jd$ 12A,6A -jellied 'dZelId Jc%,Jd%,OA% 22A,6A -jellies 'dZelIz Ja%,Mj% 22A,6A -jelling 'dZelIN Jb$ 22A,6A -jells dZelz Ja$ 12A,6A -jelly 'dZelI J3%,M8% 22A,6A -jellyfish 'dZelIfIS K9% 3 -jellyfishes 'dZelIfISIz Kj% 4 -jellying 'dZelIIN Jb% 32A,6A -jemmies 'dZemIz Kj% 2 -jemmy 'dZemI K8% 2 -jennies 'dZenIz Kj$ 2 -jenny 'dZenI K8$ 2 -jeopardize 'dZep@daIz H2% 36A -jeopardized 'dZep@daIzd Hc%,Hd% 36A -jeopardizes 'dZep@daIzIz Ha% 46A -jeopardizing 'dZep@daIzIN Hb% 46A -jeopardy 'dZep@dI L@% 3 -jerboa dZ3'b@U@ K6$ 3 -jerboas dZ3'b@U@z Kj$ 3 -jeremiad ,dZerI'maI&d K6$ 4 -jeremiads ,dZerI'maI&dz Kj$ 4 -jerk dZ3k J0%,K6% 12C,6A,15A,15B -jerked dZ3kt Jc%,Jd% 12C,6A,15A,15B -jerkier 'dZ3kI@R Or$ 3 -jerkiest 'dZ3kIIst Os$ 3 -jerkily 'dZ3kIlI Pu% 3 -jerkin 'dZ3kIn K6% 2 -jerkiness 'dZ3kIn@s L@% 3 -jerking 'dZ3kIN Jb% 22C,6A,15A,15B -jerkins 'dZ3kInz Kj% 2 -jerks dZ3ks Ja%,Kj% 12C,6A,15A,15B -jerky 'dZ3kI OD% 2 -jerries 'dZerIz Kj$ 2 -jerry 'dZerI K8$ 2 -jerry-builder 'dZerI-bIld@R K6% 4 -jerry-builders 'dZerI-bIld@z Kj% 4 -jerry-building 'dZerI-bIldIN L@% 4 -jerry-built 'dZerI-bIlt OA% 3 -jersey 'dZ3zI M6% 2 -jerseys 'dZ3zIz Mj% 2 -jest dZest I0%,K6% 12A,3A -jested 'dZestId Ic%,Id% 22A,3A -jester 'dZest@R K6% 2 -jesters 'dZest@z Kj% 2 -jesting 'dZestIN Ib%,OA% 22A,3A -jestingly 'dZestINlI Pu% 3 -jests dZests Ia%,Kj% 12A,3A -jet dZet J4%,M6% 1 -jet-black 'dZet-,bl&k OA% 2 -jet-propelled dZet-pr@'peld OA% 3 -jets dZets Ja%,Mj% 1 -jetsam 'dZets@m L@$ 2 -jetted 'dZetId Jc%,Jd% 2 -jetties 'dZetIz Kj% 2 -jetting 'dZetIN Jb% 2 -jettison 'dZetIsn H0% 36A -jettisoned 'dZetIsnd Hc%,Hd% 36A -jettisoning 'dZetIsnIN Hb$ 46A -jettisons 'dZetIsnz Ha$ 36A -jetty 'dZetI K8% 2 -jewel 'dZu@l H4$,K6% 2 -jewelled 'dZu@ld Hc$,Hd% 2 -jeweller 'dZu@l@R K6% 3 -jewellers 'dZu@l@z Kj% 3 -jewellery 'dZu@lrI L@% 3 -jewelling 'dZu@lIN Hb$ 3 -jewelry 'dZu@lrI L@% 3 -jewels 'dZu@lz Ha$,Kj% 2 -jib dZIb I4%,K6% 12A,3A -jib-boom 'dZIb-bum K6$ 2 -jib-booms 'dZIb-bumz Kj$ 2 -jibbed dZIbd Ic%,Id% 12A,3A -jibbing 'dZIbIN Ib% 22A,3A -jibe dZaIb I2%,K6% 12A,3A -jibed dZaIbd Ic%,Id% 12A,3A -jibes dZaIbz Ia%,Kj% 12A,3A -jibing 'dZaIbIN Ib% 22A,3A -jibs dZIbz Ia%,Kj% 12A,3A -jiffies 'dZIfIz Kj$ 2 -jiffy 'dZIfI K8% 2 -jig dZIg J4%,K6% 12A,2C,15B -jigged dZIgd Jc%,Jd% 12A,2C,15B -jigger 'dZIg@R K6$ 2 -jiggered 'dZIg@d Op% 2 -jiggers 'dZIg@z Kj$ 2 -jiggery-pokery ,dZIg@rI-'p@Uk@rI L@% 6 -jigging 'dZIgIN Jb% 22A,2C,15B -jiggle 'dZIgl J2$,K6$ 2 -jiggled 'dZIgld Jc$,Jd$ 2 -jiggles 'dZIglz Ja$,Kj$ 2 -jiggling 'dZIglIN Jb$ 2 -jigs dZIgz Ja%,Kj% 12A,2C,15B -jigsaw 'dZIgsO K6% 2 -jigsaws 'dZIgsOz Kj% 2 -jihad dZI'hAd K6$ 2 -jihads dZI'hAdz Kj$ 2 -jilt dZIlt H0%,K6% 16A -jilted 'dZIltId Hc%,Hd% 26A -jilting 'dZIltIN Hb% 26A -jilts dZIlts Ha%,Kj% 16A -jim-jams 'dZIm-dZ&mz Kj$ 2 -jiminy 'dZIm@nI W-$ 3 -jimmies 'dZImIz Kj$ 2 -jimmy 'dZImI K8$ 2 -jingle 'dZINgl J2%,K6% 22A,2C,6A,15B -jingled 'dZINgld Jc%,Jd% 22A,2C,6A,15B -jingles 'dZINglz Ja%,Kj% 22A,2C,6A,15B -jingling 'dZINglIN Jb% 22A,2C,6A,15B -jingo 'dZINg@U K7$ 2 -jingoes 'dZINg@Uz Kj$ 2 -jingoism 'dZINg@UIz@m L@% 4 -jingoist 'dZINg@UIst K6% 3 -jingoistic ,dZINg@U'IstIk OA% 4 -jingoists 'dZINg@UIsts Kj% 3 -jinks dZINks L@% 1 -jinn dZIn K6$ 1 -jinns dZInz Kj$ 1 -jinx dZINks K7% 1 -jinxes 'dZINksIz Kj$ 2 -jitney 'dZItnI K6$ 2 -jitneys 'dZItnIz Kj$ 2 -jitterbug 'dZIt@bVg K6% 3 -jitterbugs 'dZIt@bVgz Kj$ 3 -jitters 'dZIt@z Kj% 2 -jittery 'dZIt@rI OA% 3 -jive dZaIv I2%,K6% 1 -jived dZaIvd Ic%,Id% 1 -jives dZaIvz Ia%,Kj% 1 -jiving 'dZaIvIN Ib% 2 -job dZ0b J4$,K6* 12A,6A,14 -jobbed dZ0bd Jc$,Jd$ 12A,6A,14 -jobber 'dZ0b@R K6% 2 -jobbers 'dZ0b@z Kj% 2 -jobbery 'dZ0b@rI L@$ 3 -jobbing 'dZ0bIN Jb% 22A,6A,14 -jobs dZ0bz Ja$,Kj% 12A,6A,14 -jockey 'dZ0kI J0%,K6% 23A,15A -jockeyed 'dZ0kId Jc%,Jd% 23A,15A -jockeying 'dZ0kIIN Jb% 33A,15A -jockeys 'dZ0kIz Ja%,Kj% 23A,15A -jocose dZ@U'k@Us OA% 2 -jocosely dZ@U'k@UslI Pu% 3 -jocoseness dZ@U'k@Usn@s L@$ 3 -jocosity dZ@U'k0sItI L@$ 4 -jocular 'dZ0kjUl@R OA% 3 -jocularities ,dZ0kjU'l&rItIz Mj$ 5 -jocularity ,dZ0kjU'l&rItI M8% 5 -jocularly 'dZ0kjUl@lI Pu% 4 -jocund 'dZ0k@nd OA% 2 -jocundities dZ@U'kVndItIz Mj$ 4 -jocundity dZ@U'kVndItI M8$ 4 -jodhpurs 'dZ0dp@z Kj% 2 -jog dZ0g J4%,K6% 12A,2C,6A,15B -jog-trot 'dZ0g-tr0t K6% 2 -jog-trots 'dZ0g-tr0ts Kj% 2 -jogged dZ0gd Jc%,Jd% 12A,2C,6A,15B -jogger 'dZ0g@R K6% 2 -joggers 'dZ0g@z Kj% 2 -jogging 'dZ0gIN Jb%,L@% 22A,2C,6A,15B -joggle 'dZ0gl J2$,K6$ 22A,6A -joggled 'dZ0gld Jc$,Jd$ 22A,6A -joggles 'dZ0glz Ja$,Kj$ 22A,6A -joggling 'dZ0glIN Jb$ 22A,6A -jogs dZ0gz Ja%,Kj% 12A,2C,6A,15B -john dZ0n Ki$ 1 -joie de vivre ,ZwA d@ 'vivr@ L@% 4 -join dZoIn J0%,K6% 12A,2C,3A,6A,14,15A,15B -joined dZoInd Jc%,Jd% 12A,2C,3A,6A,14,15A,15B -joiner 'dZoIn@R K6% 2 -joiners 'dZoIn@z Kj% 2 -joinery 'dZoIn@rI L@% 3 -joining 'dZoInIN Jb% 22A,2C,3A,6A,14,15A,15B -joins dZoInz Ja%,Kj% 12A,2C,3A,6A,14,15A,15B -joint dZoInt H0$,K6%,OA% 16A -jointed 'dZoIntId Hc$,Hd% 26A -jointing 'dZoIntIN Hb$ 26A -jointly 'dZoIntlI Pu% 2 -joints dZoInts Ha$,Kj% 16A -jointure 'dZoIntS@R K6$ 2 -jointures 'dZoIntS@z Kj$ 2 -joist dZoIst K6% 1 -joists dZoIsts Kj% 1 -joke dZ@Uk I2%,K6% 12A,2C -joked dZ@Ukt Ic%,Id% 12A,2C -joker 'dZ@Uk@R K6% 2 -jokers 'dZ@Uk@z Kj% 2 -jokes dZ@Uks Ia%,Kj% 12A,2C -joking 'dZ@UkIN Ib% 22A,2C -jokingly 'dZ@UkINlI Pu% 3 -jollied 'dZ0lId Hc%,Hd% 26A,15A,15B -jollier 'dZ0lI@R Or% 3 -jollies 'dZ0lIz Ha% 26A,15A,15B -jolliest 'dZ0lIIst Os% 3 -jollification ,dZ0lIfI'keISn M6% 5 -jollifications ,dZ0lIfI'keISnz Mj% 5 -jollities 'dZ0lItIz Mj% 3 -jollity 'dZ0lItI M8% 3 -jolly 'dZ0lI H3%,OD%,Pu% 26A,15A,15B -jollyboat 'dZ0lIb@Ut K6$ 3 -jollyboats 'dZ0lIb@Uts Kj$ 3 -jollying 'dZ0lIIN Hb% 36A,15A,15B -jolt dZ@Ult J0%,K6% 12A,2C,6A,15A,15B -jolted 'dZ@UltId Jc%,Jd% 22A,2C,6A,15A,15B -joltier 'dZ@UltI@R Or$ 3 -joltiest 'dZ@UltIIst Os$ 3 -jolting 'dZ@UltIN Jb% 22A,2C,6A,15A,15B -jolts dZ@Ults Ja%,Kj% 12A,2C,6A,15A,15B -jolty 'dZ@UltI OD% 2 -jonquil 'dZ0NkwIl K6$ 2 -jonquils 'dZ0NkwIlz Kj$ 2 -joss dZ0s K7$ 1 -joss-house 'dZ0s-haUs K6$ 2 -joss-houses 'dZ0s-haUzIz Kj$ 3 -joss-stick 'dZ0s-stIk K6% 2 -joss-sticks 'dZ0s-stIks Kj% 2 -josses 'dZ0sIz Kj$ 2 -jostle 'dZ0sl J2% 22C,6A -jostled 'dZ0sld Jc%,Jd% 22C,6A -jostles 'dZ0slz Ja% 22C,6A -jostling 'dZ0slIN Jb% 22C,6A -jot dZ0t H4%,K6% 115B -jots dZ0ts Ha%,Kj% 115B -jotted 'dZ0tId Hc%,Hd% 215B -jotter 'dZ0t@R K6% 2 -jotters 'dZ0t@z Kj% 2 -jotting 'dZ0tIN Hb% 215B -jottings 'dZ0tINs Kj% 2 -joule dZul K6$ 1 -joules dZulz Kj$ 1 -journal 'dZ3nl K6% 2 -journalese ,dZ3n@'liz L@% 3 -journalism 'dZ3n@lIz@m L@% 4 -journalist 'dZ3n@lIst K6% 3 -journalistic ,dZ3n@'lIstIk OA% 4 -journalistically ,dZ3n@'lIstIklI Pu% 5 -journalists 'dZ3n@lIsts Kj% 3 -journals 'dZ3nlz Kj% 2 -journey 'dZ3nI I0%,K6% 22A,2C -journeyed 'dZ3nId Ic%,Id% 22A,2C -journeying 'dZ3nIIN Ib% 32A,2C -journeyman 'dZ3nIm@n Ki% 3 -journeymen 'dZ3nIm@n Kj% 3 -journeys 'dZ3nIz Ia%,Kj% 22A,2C -joust dZaUst I0%,K6% 1 -jousted 'dZaUstId Ic%,Id% 2 -jousting 'dZaUstIN Ib% 2 -jousts dZaUsts Ia%,Kj% 1 -jovial 'dZ@UvI@l OA% 3 -jovialities ,dZ@UvI'&lItIz Mj$ 5 -joviality ,dZ@UvI'&lItI M8% 5 -jovially 'dZ@UvI@lI Pu% 4 -jowl dZaUl K6% 1 -jowlier 'dZaUlI@R Or$ 3 -jowliest 'dZaUlIIst Os$ 3 -jowls dZaUlz Kj% 1 -jowly 'dZaUlI OD$ 2 -joy dZoI I0$,M6% 1 -joy-bells 'dZoI-belz Kj$ 2 -joy-ride 'dZoI-raId K6% 2 -joy-rides 'dZoI-raIdz Kj% 2 -joy-stick 'dZoI-stIk K6% 2 -joy-sticks 'dZoI-stIks Kj% 2 -joyed dZoId Ic$,Id$ 1 -joyful 'dZoIf@l OA% 2 -joyfully 'dZoIf@lI Pu% 3 -joyfulness 'dZoIf@ln@s L@% 3 -joying 'dZoIIN Ib$ 2 -joyless 'dZoIl@s OA% 2 -joylessly 'dZoIl@slI Pu% 3 -joylessness 'dZoIl@sn@s L@% 3 -joyous 'dZoI@s OA% 2 -joyously 'dZoI@slI Pu% 3 -joyousness 'dZoI@sn@s L@% 3 -joys dZoIz Ia$,Mj% 1 -ju-jitsu ,dZu-'dZItsu L@% 3 -jubilant 'dZubIl@nt OA% 3 -jubilantly 'dZubIl@ntlI Pu% 4 -jubilation ,dZubI'leISn M6% 4 -jubilations ,dZubI'leISnz Mj$ 4 -jubilee 'dZubIli K6% 3 -jubilees 'dZubIliz Kj% 3 -judder 'dZVd@R I0% 2 -juddered 'dZVd@d Ic%,Id% 2 -juddering 'dZVd@rIN Ib% 3 -judders 'dZVd@z Ia% 2 -judge dZVdZ J2%,K6% 12A,3A,6A,9,10,22,25 -judged dZVdZd Jc%,Jd% 12A,3A,6A,9,10,22,25 -judgement 'dZVdZm@nt M6% 2 -judgements 'dZVdZm@nts Mj% 2 -judges 'dZVdZIz Ja%,Kj% 22A,3A,6A,9,10,22,25 -judging 'dZVdZIN Jb% 22A,3A,6A,9,10,22,25 -judicature 'dZudIk@tS@R M6$ 4 -judicatures 'dZudIk@tS@z Mj$ 4 -judicial dZu'dISl OA% 3 -judiciaries dZu'dIS@rIz Kj$ 4 -judiciary dZu'dIS@rI K8% 4 -judicious dZu'dIS@s OA% 3 -judiciously dZu'dIS@slI Pu% 4 -judiciousness dZu'dIS@sn@s L@% 4 -judo 'dZud@U L@% 2 -jug dZVg H4$,K6% 16A -jugful 'dZVgfUl K6% 2 -jugfuls 'dZVgfUlz Kj% 2 -jugged dZVgd Hc$,Hd% 16A -juggernaut 'dZVg@nOt K6% 3 -juggernauts 'dZVg@nOts Kj% 3 -jugging 'dZVgIN Hb$ 26A -juggle 'dZVgl J2% 22A,3A,6A,16A -juggled 'dZVgld Jc%,Jd% 22A,3A,6A,16A -juggler 'dZVgl@R K6% 2 -jugglers 'dZVgl@z Kj% 2 -juggles 'dZVglz Ja% 22A,3A,6A,16A -juggling 'dZVglIN Jb% 22A,3A,6A,16A -jugs dZVgz Ha$,Kj% 16A -jugular 'dZVgjUl@R OA% 3 -juice dZus M6% 1 -juices 'dZusIz Mj% 2 -juicier 'dZusI@R Or% 3 -juiciest 'dZusIIst Os% 3 -juiciness 'dZusIn@s L@% 3 -juicy 'dZusI OD% 2 -juju 'dZudZu K6$ 2 -jujube 'dZudZub K6$ 2 -jujubes 'dZudZubz Kj$ 2 -jujus 'dZudZuz Kj$ 2 -jukebox 'dZukb0ks K7% 2 -jukeboxes 'dZukb0ksIz Kj% 3 -julep 'dZulIp K6$ 2 -juleps 'dZulIps Kj$ 2 -jumble 'dZVmbl J2%,M6% 22C,15B -jumble-sale 'dZVmbl-seIl K6% 3 -jumble-sales 'dZVmbl-seIlz Kj% 3 -jumbled 'dZVmbld Jc%,Jd% 22C,15B -jumbles 'dZVmblz Ja%,Mj% 22C,15B -jumbling 'dZVmblIN Jb% 22C,15B -jumbo 'dZVmb@U OA% 2 -jump dZVmp J0%,K6% 12A,2C,6A -jumped dZVmpt Jc%,Jd% 12A,2C,6A -jumped-up 'dZVmpt-Vp OA% 2 -jumper 'dZVmp@R K6% 2 -jumpers 'dZVmp@z Kj% 2 -jumpier 'dZVmpI@R Or$ 3 -jumpiest 'dZVmpIIst Os$ 3 -jumpiness 'dZVmpIn@s L@% 3 -jumping 'dZVmpIN Jb% 22A,2C,6A -jumps dZVmps Ja%,Kj% 12A,2C,6A -jumpy 'dZVmpI OD% 2 -junction 'dZVNkSn M6% 2 -junctions 'dZVNkSnz Mj% 2 -juncture 'dZVNktS@R K6% 2 -junctures 'dZVNktS@z Kj$ 2 -jungle 'dZVNgl K6% 2 -jungles 'dZVNglz Kj% 2 -junglier 'dZVNglI@R Or$ 3 -jungliest 'dZVNglIIst Os$ 3 -jungly 'dZVNglI OD% 2 -junior 'dZunI@R K6%,OA% 3 -juniors 'dZunI@z Kj% 3 -juniper 'dZunIp@R K6% 3 -junipers 'dZunIp@z Kj% 3 -junk dZVNk M6% 1 -junk-shop 'dZVNk-S0p K6% 2 -junk-shops 'dZVNk-S0ps Kj% 2 -junket 'dZVNkIt I0%,M6% 2 -junketed 'dZVNkItId Ic%,Id% 3 -junketing 'dZVNkItIN Ib%,L@% 3 -junkets 'dZVNkIts Ia%,Mj% 2 -junkie 'dZVNkI K6% 2 -junkies 'dZVNkIz Kj% 2 -junks dZVNks Mj% 1 -junky 'dZVNkI K8% 2 -junta 'dZVnt@ K6% 2 -juntas 'dZVnt@z Kj% 2 -juridical dZU@'rIdIkl OA$ 4 -juries 'dZU@rIz Kj% 2 -jurisdiction ,dZU@rIs'dIkSn L@% 4 -jurisprudence ,dZU@rIs'prudns L@% 4 -jurist 'dZU@rIst K6% 2 -jurists 'dZU@rIsts Kj% 2 -juror 'dZU@r@R K6% 2 -jurors 'dZU@r@z Kj% 2 -jury 'dZU@rI K8% 2 -jury-box 'dZU@rI-b0ks K7% 3 -jury-boxes 'dZU@rI-b0ksIz Kj% 4 -jury-mast 'dZU@rI-mAst K6$ 3 -jury-masts 'dZU@rI-mAsts Kj$ 3 -juryman 'dZU@rIm@n Ki% 3 -jurymen 'dZU@rIm@n Kj% 3 -just dZVst OA%,Pu* 1 -justice 'dZVstIs M6% 2 -justices 'dZVstIsIz Mj% 3 -justiciaries dZV'stIS@rIz Kj$ 4 -justiciary dZV'stIS@rI K8$ 4 -justifiable ,dZVstI'faI@bl OA% 5 -justifiably ,dZVstI'faI@blI Pu% 5 -justification ,dZVstIfI'keISn M6% 5 -justifications ,dZVstIfI'keISnz Mj% 5 -justified 'dZVstIfaId Hc%,Hd% 36A,19C -justifies 'dZVstIfaIz Ha% 36A,19C -justify 'dZVstIfaI H3% 36A,19C -justifying 'dZVstIfaIIN Hb% 46A,19C -justly 'dZVstlI Pu% 2 -justness 'dZVstn@s L@% 2 -jut dZVt I4% 12C -jute dZut L@% 1 -juts dZVts Ia% 12C -jutted 'dZVtId Ic%,Id% 22C -jutting 'dZVtIN Ib% 22C -juvenile 'dZuv@naIl K6%,OA% 3 -juveniles 'dZuv@naIlz Kj% 3 -juxtapose ,dZVkst@'p@Uz H2% 36A -juxtaposed ,dZVkst@'p@Uzd Hc%,Hd% 36A -juxtaposes ,dZVkst@'p@UzIz Ha% 46A -juxtaposing ,dZVkst@'p@UzIN Hb% 46A -juxtaposition ,dZVkst@p@'zISn L@% 5 -k keI Ki$ 1 -k"ummel 'kUm@l L@$ 2 -k's keIz Kj$ 1 -kaffir 'k&f@R K6$ 2 -kaffirs 'k&f@z Kj$ 2 -kail keIl L@$ 1 -kakemono ,k&kI'm@Un@U K6$ 4 -kakemonos ,k&kI'm@Un@Uz Kj$ 4 -kale keIl L@$ 1 -kaleidoscope k@'laId@sk@Up K6% 4 -kaleidoscopes k@'laId@sk@Ups Kj% 4 -kaleidoscopic k@,laId@'sk0pIk OA% 5 -kalends 'k&lendz Kj$ 2 -kampong 'k&mp0N K6$ 2 -kampongs 'k&mp0Nz Kj$ 2 -kangaroo ,k&Ng@'ru K6% 3 -kangaroos ,k&Ng@'ruz Kj% 3 -kaolin 'keI@lIn L@$ 3 -kapok 'keIp0k L@$ 2 -kaput k@'pUt OA$ 2 -karat 'k&r@t K6$ 2 -karate k@'rAtI L@% 3 -karats 'k&r@ts Kj$ 2 -karma 'kAm@ K6$ 2 -karmas 'kAm@z Kj$ 2 -kava 'kAv@ L@$ 2 -kayak 'kaI&k K6$ 2 -kayaks 'kaI&ks Kj$ 2 -kebab k@'b&b K6% 2 -kebabs k@'b&bz Kj% 2 -kedgeree 'kedZ@ri L@% 3 -keel kil J0%,K6% 12C,6A,15B -keeled kild Jc%,Jd% 12C,6A,15B -keeling 'kilIN Jb% 22C,6A,15B -keels kilz Ja%,Kj% 12C,6A,15B -keen kin J0$,K6$,OC% 1 -keened kind Jc$,Jd$ 1 -keener 'kin@R Or% 2 -keenest 'kinIst Os% 2 -keening 'kinIN Jb$ 2 -keenly 'kinlI Pu% 2 -keenness 'kin+n@s L@% 2 -keens kinz Ja$,Kj$ 1 -keep kip J5*,M6% 12A,2C,2E,3A,6A,14,15A,15B,19B,22 -keeper 'kip@R K6% 2 -keepers 'kip@z Kj% 2 -keeping 'kipIN Jb%,L@% 22A,2C,2E,3A,6A,14,15A,15B,19B,22 -keeps kips Ja%,Mj% 12A,2C,2E,3A,6A,14,15A,15B,19B,22 -keepsake 'kipseIk K6% 2 -keepsakes 'kipseIks Kj% 2 -keg keg K6% 1 -kegs kegz Kj% 1 -kelp kelp L@$ 1 -ken ken H4$,L@$ 16A,9 -kenned kend Hc$,Hd$ 16A,9 -kennel 'kenl J4$,K6% 2 -kennelled 'kenld Jc$,Jd$ 2 -kennelling 'ken@lIN Jb$ 3 -kennels 'kenlz Ja$,Kj% 2 -kenning 'kenIN Hb$ 26A,9 -kens kenz Ha$ 16A,9 -kepi 'keIpI K6$ 2 -kepis 'keIpIz Kj$ 2 -kept kept Jc*,Jd* 12A,2C,2E,3A,6A,14,15A,15B,19B,22 -kerb k3b K6% 1 -kerbs k3bz Kj% 1 -kerbstone 'k3bst@Un K6% 2 -kerbstones 'k3bst@Unz Kj% 2 -kerchief 'k3tSIf K6$ 2 -kerchiefs 'k3tSIfs Kj$ 2 -kernel 'k3nl K6% 2 -kernels 'k3nlz Kj% 2 -kerosene 'ker@sin L@% 3 -kestrel 'kestr@l K6% 2 -kestrels 'kestr@lz Kj% 2 -ketch ketS K7$ 1 -ketches 'ketSIz Kj$ 2 -ketchup 'ketS@p L@% 2 -kettle 'ketl K6% 2 -kettledrum 'ketldrVm K6% 3 -kettledrums 'ketldrVmz Kj% 3 -kettles 'ketlz Kj% 2 -key ki H0%,K6% 16A -keyboard 'kibOd K6% 2 -keyboards 'kibOdz Kj% 2 -keyed kid Hc%,Hd% 16A -keyhole 'kih@Ul K6% 2 -keyholes 'kih@Ulz Kj% 2 -keying 'kiIN Hb% 26A -keyless 'kil@s OA$ 2 -keynote 'kin@Ut K6% 2 -keynotes 'kin@Uts Kj% 2 -keyring 'kirIN K6% 2 -keyrings 'kirINz Kj% 2 -keys kiz Ha%,Kj% 16A -keystone 'kist@Un K6% 2 -keystones 'kist@Unz Kj$ 2 -keyword 'kiw3d K6% 2 -keywords 'kiw3dz Kj% 2 -kg 'kIl@gr&mz Y]% 3 -khaki 'kAkI L@%,OA% 2 -khan kAn K6$ 1 -khans kAnz Kj$ 1 -kibbutz kI'bUts Ki% 2 -kibbutzim kIbU'tsim Kj$ 3 -kibbutznik kI'bUtsnIk K6$ 3 -kibbutzniks kI'bUtsnIks Kj$ 3 -kick kIk J0%,M6% 12A,2C,3A,6A,15A,15B -kick-start 'kIk-stAt K6% 2 -kick-starter 'kIk-stAt@R K6% 3 -kick-starters 'kIk-stAt@z Kj% 3 -kick-starts 'kIk-stAts Kj$ 2 -kickback 'kIkb&k K6% 2 -kickbacks 'kIkb&ks Kj$ 2 -kicked kIkt Jc%,Jd% 12A,2C,3A,6A,15A,15B -kicking 'kIkIN Jb% 22A,2C,3A,6A,15A,15B -kickoff 'kIk0f K6% 2 -kickoffs 'kIk0fs Kj% 2 -kicks kIks Ja%,Mj% 12A,2C,3A,6A,15A,15B -kid kId J4%,M6% 1 -kidded 'kIdId Jc%,Jd% 2 -kiddies 'kIdIz Kj% 2 -kidding 'kIdIN Jb% 2 -kiddy 'kIdI K8% 2 -kidnap 'kIdn&p H4% 2 -kidnapped 'kIdn&pt Hc%,Hd% 2 -kidnapper 'kIdn&p@R K6% 3 -kidnappers 'kIdn&p@z Kj% 3 -kidnapping 'kIdn&pIN Hb% 3 -kidnaps 'kIdn&ps Ha% 2 -kidney 'kIdnI K6% 2 -kidney-bean ,kIdnI-'bin K6% 3 -kidney-beans ,kIdnI-'binz Kj% 3 -kidneys 'kIdnIz Kj% 2 -kids kIdz Ja%,Mj% 1 -kill kIl J0%,Ki% 12A,6A,15B -killed kIld Jc%,Jd% 12A,6A,15B -killer 'kIl@R K6% 2 -killers 'kIl@z Kj% 2 -killing 'kIlIN Jb%,M6%,OA% 22A,6A,15B -killingly 'kIlINlI Pu$ 3 -killings 'kIlINz Mj% 2 -killjoy 'kIldZoI K6% 2 -killjoys 'kIldZoIz Kj$ 2 -kills kIlz Ja% 12A,6A,15B -kiln kIln K6% 1 -kilns kIlnz Kj% 1 -kilo 'kil@U K6% 2 -kilo- 'kIl@- U-% 2 -kilocycle 'kIl@saIkl K6$ 4 -kilocycles 'kIl@saIklz Kj$ 4 -kilogram 'kIl@gr&m K6% 3 -kilograms 'kIl@gr&mz Kj% 3 -kilolitre 'kIl@lit@R K6$ 4 -kilolitres 'kIl@lit@z Kj$ 4 -kilometre kI'l0mIt@R K6% 4 -kilometres kI'l0mIt@z Kj% 4 -kilos 'kil@Uz Kj% 2 -kilowatt 'kIl@w0t K6% 3 -kilowatts 'kIl@w0ts Kj% 3 -kilt kIlt K6% 1 -kilts kIlts Kj% 1 -kimono kI'm@Un@U K6% 3 -kimonos kI'm@Un@Uz Kj% 3 -kin kIn Kj% 1 -kind kaInd M6*,OC% 1 -kind-hearted kaInd-'hAtId OA% 3 -kinda 'kaInd@ Pu$ 2 -kinder 'kaInd@R Or% 2 -kindergarten 'kInd@gAtn K6% 4 -kindergartens 'kInd@gAtnz Kj% 4 -kindest 'kaIndIst Os% 2 -kindle 'kIndl J2% 22A,6A -kindled 'kIndld Jc%,Jd% 22A,6A -kindles 'kIndlz Ja% 22A,6A -kindlier 'kaIndlI@R Or% 3 -kindliest 'kaIndlIIst Os% 3 -kindling 'kIndlIN Jb%,L@% 22A,6A -kindly 'kaIndlI OD%,Pu% 2 -kindness 'kaIndn@s M7% 2 -kindnesses 'kaIndn@sIz Mj% 3 -kindred 'kIndrId L@%,OA% 2 -kinds kaIndz Mj% 1 -kine kaIn Kj$ 1 -kinetic kI'netIk OA$ 3 -kinetics kI'netIks Lk$ 3 -king kIN K6% 1 -king-size 'kIN-saIz OA% 2 -king-sized 'kIN-saIzd OA% 2 -kingcup 'kINkVp K6% 2 -kingcups 'kINkVps Kj% 2 -kingdom 'kINd@m K6% 2 -kingdoms 'kINd@mz Kj% 2 -kingfisher 'kINfIS@R K6% 3 -kingfishers 'kINfIS@z Kj% 3 -kinglike 'kINlaIk OA% 2 -kingly 'kINlI OA% 2 -kingpin 'kINpIn K6% 2 -kingpins 'kINpInz Kj$ 2 -kings kINz Kj% 1 -kingship 'kINSIp L@% 2 -kink kINk J0%,K6% 1 -kinked kINkt Jc%,Jd% 1 -kinkier 'kINkI@R Or% 3 -kinkiest 'kINkIIst Os% 3 -kinking 'kINkIN Jb$ 2 -kinks kINks Ja%,Kj% 1 -kinky 'kINkI OD% 2 -kinsfolk 'kInzf@Uk Kj% 2 -kinship 'kinSIp L@% 2 -kinsman 'kInzm@n Ki% 2 -kinsmen 'kInzm@n Kj% 2 -kinswoman 'kInzwUm@n Ki% 3 -kinswomen 'kInzwImIn Kj% 3 -kiosk 'ki0sk K6% 2 -kiosks 'ki0sks Kj% 2 -kip kIp I4%,K6% 12A,2C -kipped kIpt Ic%,Id% 12A,2C -kipper 'kIp@R K6% 2 -kippers 'kIp@z Kj% 2 -kipping 'kIpIN Ib% 22A,2C -kips kIps Ia%,Kj% 12A,2C -kirk k3k K6$ 1 -kirks k3ks Kj$ 1 -kirsch kI@S L@$ 1 -kirtle 'k3tl K6$ 2 -kirtles 'k3tlz Kj$ 2 -kismet 'kIzmet L@$ 2 -kiss kIs J1%,K7% 12A,6A,15A,15B -kissed kIst Jc%,Jd% 12A,6A,15A,15B -kisser 'kIs@R K6% 2 -kissers 'kIs@z Kj% 2 -kisses 'kIsIz Ja%,Kj% 22A,6A,15A,15B -kissing 'kIsIN Jb% 22A,6A,15A,15B -kit kIt H4%,M6% 115B -kitbag 'kItb&g K6% 2 -kitbags 'kItb&gz Kj% 2 -kitchen 'kItSIn K6% 2 -kitchenette ,kItSI'net K6% 3 -kitchenettes ,kItSI'nets Kj% 3 -kitchens 'kItSInz Kj% 2 -kite kaIt K6% 1 -kite-balloon 'kaIt-b@lun K6$ 3 -kite-balloons 'kaIt-b@lunz Kj$ 3 -kites kaIts Kj% 1 -kith kIT Kj% 1 -kits kIts Ha$,Mj% 115B -kitsch kItS OA% 1 -kitted 'kItId Hc%,Hd% 215B -kitten 'kItn K6% 2 -kittenish 'kItnIS OA% 3 -kittens 'kItnz Kj% 2 -kitties 'kItIz Kj% 2 -kitting 'kItIN Hb$ 215B -kitty 'kItI K8% 2 -kiwi 'kiwi K6% 2 -kiwis 'kiwiz Kj% 2 -klaxon 'kl&ksn K6% 2 -klaxons 'kl&ksnz Kj% 2 -kleenex 'klineks M7% 2 -kleenexes 'klineksIz Mj$ 3 -kleptomania ,klept@'meInI@ L@% 5 -kleptomaniac ,klept@'meInI&k K6% 5 -kleptomaniacs ,klept@'meInI&ks Kj% 5 -km 'kIl@mit@z Y]% 4 -knack n&k K6% 1 -knacker 'n&k@R K6% 2 -knackers 'n&k@z Kj% 2 -knacks n&ks Kj$ 1 -knap n&p H4$ 1 -knapped n&pt Hc$,Hd% 1 -knapping 'n&pIN Hb$ 2 -knaps n&ps Ha$ 1 -knapsack 'n&ps&k K6% 2 -knapsacks 'n&ps&ks Kj% 2 -knave neIv K6% 1 -knaveries 'neIv@rIz Mj% 3 -knavery 'neIv@rI M8% 3 -knaves neIvz Kj% 1 -knavish 'neIvIS OA% 2 -knavishly 'neIvISlI Pu% 3 -knead nid H0$ 16A -kneaded 'nidId Hc$,Hd$ 26A -kneading 'nidIN Hb$ 26A -kneads nidz Ha$ 16A -knee ni K6% 1 -knee-breeches 'ni-brItSIz Kj% 3 -knee-deep ni-'dip OA%,Pu% 2 -knee-high ni-'haI OA%,Pu% 2 -kneecap 'nik&p K6% 2 -kneecaps 'nik&ps Kj% 2 -kneel nil I0% 12A,2C -kneeled nild Ic%,Id% 12A,2C -kneeling 'nilIN Ib% 22A,2C -kneels nilz Ia% 12A,2C -knees niz Kj% 1 -knell nel Ki$ 1 -knelt nelt Ic%,Id% 12A,2C -knew nju Jc* 12A,3A,6A,8,9,10,17,18B,25 -knick-knack 'nIk-n&k K6% 2 -knick-knacks 'nIk-n&ks Kj% 2 -knickerbockers 'nIk@b0k@z Kj% 4 -knickers 'nIk@z Kj% 2 -knife naIf H2%,Ki% 16A -knife-edge 'naIf-edZ K6% 2 -knife-edges 'naIf-edZIz Kj$ 3 -knifed naIft Hc%,Hd% 16A -knifes naIfs Ha% 16A -knifing 'naIfIN Hb% 26A -knight naIt H0%,K6% 16A -knight-errant naIt-'er@nt Ki% 3 -knighted 'naItId Hc%,Hd% 26A -knighthood 'naIthUd M6% 2 -knighthoods 'naIthUdz Mj% 2 -knighting 'naItIN Hb% 26A -knightly 'naItlI OA$ 2 -knights naIts Ha%,Kj% 16A -knights-errant naIts-'er@nt Kj% 3 -knit nIt J4%,Jc%,Jd% 12A,2C,6A,15A,15B -knits nIts Ja% 12A,2C,6A,15A,15B -knitted 'nItId Jc%,Jd% 22A,2C,6A,15A,15B -knitter 'nIt@R K6% 2 -knitters 'nIt@z Kj% 2 -knitting 'nItIN Jb%,L@% 22A,2C,6A,15A,15B -knitting-machine 'nItIN-m@Sin K6% 4 -knitting-machines 'nItIN-m@Sinz Kj% 4 -knitting-needle 'nItIN-nidl K6% 4 -knitting-needles 'nItIN-nidlz Kj% 4 -knitwear 'nItwe@R L@% 2 -knives naIvz Kj% 1 -knob n0b K6% 1 -knobble 'n0bl K6$ 2 -knobbles 'n0blz Kj$ 2 -knobblier 'n0blI@R Or$ 3 -knobbliest 'n0blIIst Os$ 3 -knobbly 'n0blI OD% 2 -knobkerrie 'n0bkerI K6$ 3 -knobkerries 'n0bkerIz Kj$ 3 -knobs n0bz Kj% 1 -knock n0k J0%,K6% 12A,2C,6A,14,15A,15B -knock-kneed n0k-'nid OA% 2 -knock-on n0k-'0n K6% 2 -knock-ons n0k-'0nz Kj$ 2 -knockabout 'n0k@baUt OA% 3 -knockdown 'n0kdaUn OA% 2 -knocked n0kt Jc%,Jd% 12A,2C,6A,14,15A,15B -knocker 'n0k@R K6% 2 -knockers 'n0k@z Kj% 2 -knocking 'n0kIN Jb% 22A,2C,6A,14,15A,15B -knockout 'n0kaUt K6%,OA% 2 -knockouts 'n0kaUts Kj% 2 -knocks n0ks Ja%,Kj% 12A,2C,6A,14,15A,15B -knoll n@Ul K6$ 1 -knolls n@Ulz Kj$ 1 -knot n0t J4%,K6% 12A,6A,15B -knothole 'n0th@Ul K6% 2 -knotholes 'n0th@Ulz Kj% 2 -knots n0ts Ja%,Kj% 12A,6A,15B -knotted 'n0tId Jc%,Jd% 22A,6A,15B -knottier 'n0tI@R Or% 3 -knottiest 'n0tIIst Os% 3 -knotting 'n0tIN Jb% 22A,6A,15B -knotty 'n0tI OD% 2 -knout naUt K6$ 1 -knouts naUts Kj$ 1 -know n@U J5*,Ki% 12A,3A,6A,8,9,10,17,18B,25 -know-all 'n@U-Ol K6% 2 -know-alls 'n@U-Olz Kj% 2 -know-how 'n@U-haU L@% 2 -knowing 'n@UIN Jb%,OA% 22A,3A,6A,8,9,10,17,18B,25 -knowingly 'n@UINlI Pu% 3 -knowledge 'n0lIdZ L@% 2 -knowledgeable 'n0lIdZ@bl OA% 4 -known n@Un Jd* 12A,3A,6A,8,9,10,17,18B,25 -knows n@Uz Ja% 12A,3A,6A,8,9,10,17,18B,25 -knuckle 'nVkl I2%,K6% 2 -knuckled 'nVkld Ic%,Id% 2 -knuckles 'nVklz Ia%,Kj% 2 -knuckling 'nVklIN Ib% 2 -koala k@U'Al@ K6% 3 -koalas k@U'Al@z Kj% 3 -kobo 'k@Ub@U K6$ 2 -kobos 'k@Ub@Uz Kj$ 2 -kohl k@Ul L@$ 1 -kohlrabi ,k@Ul'rAbI M6% 3 -kohlrabis ,k@Ul'rAbIz Mj$ 3 -kola 'k@Ul@ K6$ 2 -kola-nut 'k@Ul@-nVt K6$ 3 -kola-nuts 'k@Ul@-nVts Kj$ 3 -kolas 'k@Ul@z Kj$ 2 -kookaburra 'kUk@bVr@ K6$ 4 -kookaburras 'kUk@bVr@z Kj$ 4 -kopeck 'k@Upek K6$ 2 -kopecks 'k@Upeks Kj$ 2 -kopje 'k0pI K6$ 2 -kopjes 'k0pIz Kj$ 2 -koppie 'k0pI K6$ 2 -koppies 'k0pIz Kj$ 2 -kosher 'k@US@R L@$,OA$ 2 -kotow ,kaU'taU I0$,K6$ 2 -kotowed ,kaU'taUd Ic$,Id$ 2 -kotowing ,kaU'taUIN Ib$ 3 -kotows ,kaU'taUz Ia$,Kj$ 2 -koumiss 'kumIs L@$ 2 -kowtow ,kaU'taU I0$,K6$ 2 -kowtowed ,kaU'taUd Ic$,Id$ 2 -kowtowing ,kaU'taUIN Ib$ 3 -kowtows ,kaU'taUz Ia$,Kj$ 2 -kraal krAl K6$ 1 -kraals krAlz Kj$ 1 -krona 'kr@Un@ Ki$ 2 -krone 'kr@Un@ Ki$ 2 -kroner 'kr@Un@R Kj$ 2 -kronor 'kr@Un@R Kj$ 2 -kudos 'kjud0s L@$ 2 -kumis 'kumIs L@$ 2 -kung fu ,kUN 'fu L@% 2 -kvass kv&s L@$ 1 -kw 'kIl@w0ts Y]% 3 -kwacha 'kw&tS@ K9$ 2 -kwela 'kweIl@ L@$ 2 -l el Ki$ 1 -l's elz Kj$ 1 -la lA Ki$ 1 -la-di-da ,lA-dI-'dA OA$ 3 -laager 'lAg@R K6$ 2 -laagers 'lAg@z Kj$ 2 -lab l&b K6% 1 -label 'leIbl H4%,K6% 26A -labelled 'leIbld Hc%,Hd% 26A -labelling 'leIb@lIN Hb% 36A -labels 'leIblz Ha%,Kj% 26A -labial 'leIbI@l OA% 3 -laboratories l@'b0r@trIz Kj% 4 -laboratory l@'b0r@trI K8% 4 -laborious l@'bOrI@s OA% 4 -laboriously l@'bOrI@slI Pu% 5 -labour 'leIb@R J0%,M6% 22A,2C,3A,4A,6A -labour-saving 'leIb@-seIvIN OA% 4 -laboured 'leIb@d Jc%,Jd%,OA% 22A,2C,3A,4A,6A -labourer 'leIb@r@R K6% 3 -labourers 'leIb@r@z Kj% 3 -labouring 'leIb@rIN Jb% 32A,2C,3A,4A,6A -labours 'leIb@z Ja%,Mj% 22A,2C,3A,4A,6A -labs l&bz Kj% 1 -laburnum l@'b3n@m K6% 3 -laburnums l@'b3n@mz Kj% 3 -labyrinth 'l&b@rInT K6% 3 -labyrinthine ,l&b@'rInTaIn OA% 4 -labyrinths 'l&b@rInTs Kj% 3 -lace leIs J2%,M6% 12A,2C,3A,6A,14,15A,15B -laced leIst Jc%,Jd% 12A,2C,3A,6A,14,15A,15B -lacerate 'l&s@reIt H2% 36A -lacerated 'l&s@reItId Hc%,Hd% 46A -lacerates 'l&s@reIts Ha% 36A -lacerating 'l&s@reItIN Hb% 46A -laceration ,l&s@'reISn M6% 4 -lacerations ,l&s@'reISnz Mj% 4 -laces 'leIsIz Ja%,Mj% 22A,2C,3A,6A,14,15A,15B -lachrymal 'l&krIml OA$ 3 -lachrymose 'l&krIm@Us OA$ 3 -lacier 'leIsI@R Or$ 3 -laciest 'leIsIIst Os$ 3 -lacing 'leIsIN Jb% 22A,2C,3A,6A,14,15A,15B -lack l&k J0%,L@% 13A,6B -lack-lustre 'l&k-lVst@R OA% 3 -lackadaisical ,l&k@'deIzIkl OA% 5 -lackadaisically ,l&k@'deIzIklI Pu% 5 -lacked l&kt Jc%,Jd% 13A,6B -lackey 'l&kI K6% 2 -lackeys 'l&kIz Kj% 2 -lacking 'l&kIN Jb% 23A,6B -lacks l&ks Ja% 13A,6B -laconic l@'k0nIk OA% 3 -laconically l@'k0nIklI Pu% 4 -laconicism l@'k0nIsIz@m M6$ 5 -laconicisms l@'k0nIsIz@mz Mj$ 5 -laconism 'l&k@nIz@m M6$ 4 -laconisms 'l&k@nIz@mz Mj$ 4 -lacquer 'l&k@R H0$,M6% 26A -lacquered 'l&k@d Hc$,Hd% 26A -lacquering 'l&k@rIN Hb$ 36A -lacquers 'l&k@z Ha$,Mj$ 26A -lacrosse l@'kr0s L@% 2 -lactic 'l&ktIk OA% 2 -lacuna l@'kjun@ K6$ 3 -lacunae l@'kjuni Kj$ 3 -lacunas l@'kjun@z Kj$ 3 -lacy 'leIsI OD% 2 -lad l&d K6% 1 -ladder 'l&d@R I0%,K6% 2 -ladder-proof 'l&d@-pruf OA% 3 -laddered 'l&d@d Ic%,Id% 2 -laddering 'l&d@rIN Ib% 3 -ladders 'l&d@z Ia%,Kj% 2 -laddie 'l&dI K6% 2 -laddies 'l&dIz Kj% 2 -lade leId H5$ 16A -laden 'leIdn Hd%,OA% 26A -ladies 'leIdIz Kj% 2 -ladies-in-waiting ,leIdIz-In-'weItIN Kj% 5 -lading 'leIdIN L@$ 2 -ladle 'leIdl H2%,K6% 26A,15B -ladled 'leIdld Hc%,Hd% 26A,15B -ladles 'leIdlz Ha%,Kj% 26A,15B -ladling 'leIdlIN Hb% 26A,15B -lads l&dz Kj% 1 -lady 'leIdI K8% 2 -lady's-maid 'leIdIz-meId K6% 3 -lady's-maids 'leIdIz-meIdz Kj% 3 -lady-in-waiting ,leIdI-In-'weItIN Ki% 5 -lady-killer 'leIdI-kIl@R K6$ 4 -lady-killers 'leIdI-kIl@z Kj$ 4 -ladybird 'leIdIb3d K6% 3 -ladybirds 'leIdIb3dz Kj% 3 -ladylike 'leIdIlaIk OA% 3 -ladyship 'leIdISIp K6% 3 -ladyships 'leIdISIps Kj% 3 -lag l&g J4%,K6% 12A,2C,6A,14 -lager 'lAg@R M6% 2 -lagers 'lAg@z Mj% 2 -laggard 'l&g@d K6% 2 -laggards 'l&g@dz Kj% 2 -lagged l&gd Jc%,Jd% 12A,2C,6A,14 -lagging 'l&gIN Jb%,L@% 22A,2C,6A,14 -lagoon l@'gun K6% 2 -lagoons l@'gunz Kj% 2 -lags l&gz Ja%,Kj% 12A,2C,6A,14 -laic 'leIIk OA$ 2 -laicize 'leIIsaIz H2$ 36A -laicized 'leIIsaIzd Hc$,Hd$ 36A -laicizes 'leIIsaIzIz Ha$ 46A -laicizing 'leIIsaIzIN Hb$ 46A -laid leId Jc%,Jd% 12A,2B,2C,6A,12C,14,15A,15B,22 -lain leIn Id$ 12A,2C,2D,3A -lair le@R K6% 1 -laird le@d K6% 1 -lairds le@dz Kj% 1 -lairs le@z Kj% 1 -laissez-faire ,leIseI-'fe@R L@% 3 -laities 'leI@tIz Kj$ 3 -laity 'leI@tI K8% 3 -lake leIk K6% 1 -lakes leIks Kj% 1 -lakh lAk K6$ 1 -lakhs lAks Kj$ 1 -lam l&m J4$ 13A,6A -lam_e 'lAmeI L@% 2 -lama 'lAm@ K6$ 2 -lamas 'lAm@z Kj$ 2 -lamaseries 'lAm@s@rIz Kj$ 4 -lamasery 'lAm@s@rI K8$ 4 -lamb l&m I0%,M6% 1 -lambaste l&m'beIst H2$ 2 -lambasted l&m'beIstId Hc$,Hd% 3 -lambastes l&m'beIsts Ha$ 2 -lambasting l&m'beIstIN Hb$ 3 -lambed l&md Ic%,Id% 1 -lambency 'l&mb@nsI L@$ 3 -lambent 'l&mb@nt OA$ 2 -lambing 'l&mIN Ib% 2 -lambkin 'l&mkIn K6% 2 -lambkins 'l&mkInz Kj% 2 -lambs l&mz Ia%,Mj% 1 -lambskin 'l&mskIn M6% 2 -lambskins 'l&mskInz Mj$ 2 -lame leIm H2%,OB% 1 -lamed leImd Hc%,Hd% 1 -lamely 'leImlI Pu% 2 -lameness 'leImn@s L@% 2 -lament l@'ment J0%,K6% 22A,3A,6A -lamentable 'l&m@nt@bl OA% 4 -lamentably 'l&m@nt@blI Pu% 4 -lamentation ,l&men'teISn M6% 4 -lamentations ,l&men'teISnz Mj% 4 -lamented l@'mentId Jc%,Jd% 32A,3A,6A -lamenting l@'mentIN Jb% 32A,3A,6A -laments l@'ments Ja%,Kj% 22A,3A,6A -lamer 'leIm@R Or% 2 -lames leImz Ha% 1 -lamest 'leImIst Os% 2 -laminate 'l&mIneIt J2% 32A,6A -laminated 'l&mIneItId Jc%,Jd% 42A,6A -laminates 'l&mIneIts Ja% 32A,6A -laminating 'l&mIneItIN Jb% 42A,6A -laming 'leImIN Hb% 2 -lammed l&md Jc$,Jd$ 13A,6A -lamming 'l&mIN Jb$ 23A,6A -lamp l&mp K6% 1 -lamp-black 'l&mp-bl&k L@% 2 -lamplight 'l&mplaIt L@% 2 -lamplighter 'l&mplaIt@R K6% 3 -lamplighters 'l&mplaIt@z Kj% 3 -lamplit 'l&mplIt OA% 2 -lampoon l&m'pun H0%,K6% 26A -lampooned l&m'pund Hc%,Hd% 26A -lampooning l&m'punIN Hb% 36A -lampoons l&m'punz Ha%,Kj% 26A -lamppost 'l&mp@Ust K6% 2 -lampposts 'l&mp@Usts Kj% 2 -lamprey 'l&mprI K6% 2 -lampreys 'l&mprIz Kj% 2 -lamps l&mps Kj% 1 -lampshade 'l&mpSeId K6% 2 -lampshades 'l&mpSeIdz Kj% 2 -lams l&mz Ja$ 13A,6A -lance lAns H2%,K6% 16A -lance-corporal lAns-'kOp@r@l K6% 4 -lance-corporals lAns-'kOp@r@lz Kj% 4 -lanced lAnst Hc%,Hd% 16A -lancer 'lAns@R K6% 2 -lancers 'lAns@z Kj% 2 -lances 'lAnsIz Ha%,Kj% 26A -lancet 'lAnsIt K6% 2 -lancets 'lAnsIts Kj% 2 -lancing 'lAnsIN Hb% 26A -land l&nd J0%,M6* 12A,2C,6A,12C -land-agent 'l&nd-eIdZ@nt K6% 3 -land-agents 'l&nd-eIdZ@nts Kj% 3 -landau 'l&ndO K6$ 2 -landaus 'l&ndOz Kj$ 2 -landed 'l&ndId Jc%,Jd%,OA% 22A,2C,6A,12C -landfall 'l&ndfOl K6% 2 -landfalls 'l&ndfOlz Kj% 2 -landgrave 'l&ndgreIv K6$ 2 -landgraves 'l&ndgreIvz Kj$ 2 -landholder 'l&ndh@Uld@R K6% 3 -landholders 'l&ndh@Uld@z Kj% 3 -landing 'l&ndIN Jb%,K6% 22A,2C,6A,12C -landing-craft 'l&ndIN-krAft K9% 3 -landing-field 'l&ndIN-fild K6% 3 -landing-fields 'l&ndIN-fildz Kj% 3 -landing-gear 'l&ndIN-gI@R L@% 3 -landing-net 'l&ndIN-net K6% 3 -landing-nets 'l&ndIN-nets Kj% 3 -landing-parties 'l&ndIN-pAtIz Kj% 4 -landing-party 'l&ndIN-pAtI K8% 4 -landing-place 'l&ndIN-pleIs K6% 3 -landing-places 'l&ndIN-pleIsIz Kj% 4 -landing-stage 'l&ndIN-steIdZ K6% 3 -landing-stages 'l&ndIN-steIdZIz Kj% 4 -landing-strip 'l&ndIN-strIp K6% 3 -landing-strips 'l&ndIN-strIps Kj% 3 -landings 'l&ndINz Kj% 2 -landladies 'l&ndleIdIz Kj% 3 -landlady 'l&ndleIdI K8% 3 -landless 'l&ndl@s OA% 2 -landlocked 'l&ndl0kt OA% 2 -landlord 'l&ndlOd K6% 2 -landlords 'l&ndlOdz Kj% 2 -landlubber 'l&ndlVb@R K6% 3 -landlubbers 'l&ndlVb@z Kj% 3 -landmark 'l&ndmAk K6% 2 -landmarks 'l&ndmAks Kj% 2 -landmine 'l&ndmaIn K6% 2 -landmines 'l&ndmaInz Kj% 2 -landowner 'l&nd@Un@R K6% 3 -landowners 'l&nd@Un@z Kj% 3 -lands l&ndz Ja%,Mj% 12A,2C,6A,12C -landscape 'l&ndskeIp H2%,M6% 26A -landscaped 'l&ndskeIpt Hc%,Hd% 26A -landscapes 'l&ndskeIps Ha%,Mj% 26A -landscaping 'l&ndskeIpIN Hb% 36A -landslide 'l&ndslaId K6% 2 -landslides 'l&ndslaIdz Kj% 2 -landslip 'l&ndslIp K6% 2 -landslips 'l&ndslIps Kj% 2 -landsman 'l&ndzm@n Ki% 2 -landsmen 'l&ndzm@n Kj% 2 -landward 'l&ndw@d Pu% 2 -lane leIn K6% 1 -lanes leInz Kj% 1 -langsyne ,l&N'saIn L@$,Pu$ 2 -language 'l&NgwIdZ M6% 2 -languages 'l&NgwIdZIz Mj% 3 -languid 'l&NgwId OA% 2 -languidly 'l&NgwIdlI Pu% 3 -languish 'l&NgwIS I1% 22A,2C -languished 'l&NgwISt Ic%,Id% 22A,2C -languishes 'l&NgwISIz Ia% 32A,2C -languishing 'l&NgwISIN Ib% 32A,2C -languor 'l&Ng@R L@$ 2 -languorous 'l&ng@r@s OA$ 3 -languorously 'l&Ng@r@slI Pu$ 4 -langur lVN'gU@R K6$ 2 -langurs lVN'gU@z Kj$ 2 -lank l&Nk OA% 1 -lankier 'l&NkI@R Or% 3 -lankiest 'l&NkIIst Os% 3 -lanky 'l&NkI OD% 2 -lanolin 'l&n@lIn L@% 3 -lantern 'l&nt@n K6% 2 -lantern-jawed 'l&nt@n-dZOd OA% 3 -lanterns 'l&nt@nz Kj% 2 -lanyard 'l&nj@d K6$ 2 -lanyards 'l&nj@dz Kj$ 2 -lap l&p J4%,M6% 12A,2C,6A,15B -lap-dog 'l&p-d0g K6% 2 -lap-dogs 'l&p-d0gz Kj% 2 -lapel l@'pel K6% 2 -lapels l@'pelz Kj% 2 -lapidaries 'l&pId@rIz Kj$ 4 -lapidary 'l&pId@rI K8$,OA$ 4 -lapis lazuli ,l&pIs 'l&zjUlI M6$ 5 -lapis lazulis ,l&pIs 'l&zjUlIz Mj$ 5 -lapped l&pt Jc%,Jd% 12A,2C,6A,15B -lapping 'l&pIN Jb% 22A,2C,6A,15B -laps l&ps Ja%,Mj% 12A,2C,6A,15B -lapse l&ps I2%,K6% 12A,3A -lapsed l&pst Ic%,Id% 12A,3A -lapses 'l&psIz Ia%,Kj% 22A,3A -lapsing 'l&psIN Ib% 22A,3A -lapwing 'l&pwIN K6% 2 -lapwings 'l&pwINz Kj% 2 -larboard 'lAb@d L@$,OA$ 2 -larcenies 'lAs@nIz Mj$ 3 -larceny 'lAs@nI M8% 3 -larch lAtS M7% 1 -larches 'lAtSIz Mj% 2 -lard lAd H0%,L@% 16A -larded 'lAdId Hc%,Hd% 26A -larder 'lAd@R K6% 2 -larders 'lAd@z Kj% 2 -larding 'lAdIN Hb% 26A -lards lAdz Ha% 16A -large lAdZ L@%,OB*,Pu* 1 -large-scale 'lAdZ-skeIl OA% 2 -largely 'lAdZlI Pu% 2 -largeness 'lAdZn@s L@% 2 -larger 'lAdZ@R Or% 2 -largesse lA'dZes L@% 2 -largest 'lAdZIst Os% 2 -largish 'lAdZIS OA$ 2 -largo 'lAg@U K6$ 2 -largos 'lAg@Uz Kj$ 2 -lariat 'l&rI@t K6$ 3 -lariats 'l&rI@ts Kj$ 3 -lark lAk I0%,K6% 12A,2C -larked lAkt Ic%,Id% 12A,2C -larking 'lAkIN Ib% 22A,2C -larks lAks Ia%,Kj% 12A,2C -larkspur 'lAksp3R K6% 2 -larkspurs 'lAksp3z Kj% 2 -larn lAn J0$ 1 -larned lAnd Jc$,Jd$ 1 -larning 'lAnIN Jb$ 2 -larns lAnz Ja$ 1 -larva 'lAv@ Ki% 2 -larvae 'lAvi Kj% 2 -larval 'lAvl OA% 2 -laryngitis ,l&rIn'dZaItIs L@% 4 -larynx 'l&rINks K7% 2 -larynxes 'l&rINksIz Kj% 3 -lascar 'l&sk@R K6$ 2 -lascars 'l&sk@z Kj$ 2 -lascivious l@'sIvI@s OA% 4 -lasciviously l@'sIvI@slI Pu% 5 -lasciviousness l@'sIvI@sn@s L@% 5 -laser 'leIz@R K6% 2 -lasers 'leIz@z Kj% 2 -lash l&S J1%,K7% 12C,6A,14,15A,15B -lash-up 'l&S-Vp K6$ 2 -lash-ups 'l&S-Vps Kj$ 2 -lashed l&St Jc%,Jd% 12C,6A,14,15A,15B -lashes 'l&SIz Ja%,Kj% 22C,6A,14,15A,15B -lashing 'l&SIN Jb%,K6% 22C,6A,14,15A,15B -lashings 'l&SINz Kj% 2 -lass l&s K7% 1 -lasses 'l&sIz Kj% 2 -lassie 'l&sI K6% 2 -lassies 'l&sIz Kj% 2 -lassitude 'l&sItjud L@% 3 -lasso l&'su H0%,K6% 2 -lassoed l&'sud Hc%,Hd% 2 -lassoes l&'suz Kj% 2 -lassoing l&'suIN Hb% 3 -lassos l&'suz Ha%,Kj% 2 -last lAst I0%,K6%,OA*,Pu* 12A,2B,2C -lasted 'lAstId Ic%,Id% 22A,2B,2C -lasting 'lAstIN Ib%,OA% 22A,2B,2C -lastly 'lAstlI Pu% 2 -lasts lAsts Ia%,Kj% 12A,2B,2C -lat l&t Y>% 1 -latch l&tS J1%,K7% 12A,2C,3A,6A -latched l&tSt Jc%,Jd% 12A,2C,3A,6A -latches 'l&tSIz Ja%,Kj% 22A,2C,3A,6A -latching 'l&tSIN Jb% 22A,2C,3A,6A -latchkey 'l&tSki K6% 2 -latchkeys 'l&tSkiz Kj% 2 -late leIt OB%,Pu% 1 -lateen l@'tin OA$ 2 -lately 'leItlI Pu% 2 -latent 'leItnt OA% 2 -later 'leIt@R Or* 2 -lateral 'l&t@r@l OA% 3 -laterally 'l&tr@lI Pu% 3 -laterite 'l&t@raIt L@$ 3 -latest 'leItIst Os% 2 -latex 'leIteks L@% 2 -lath lAT K6$ 1 -lathe leID K6% 1 -lather 'lAD@R J0%,L@% 22A,6A -lathered 'lAD@d Jc%,Jd% 22A,6A -lathering 'lAD@rIN Jb% 32A,6A -lathers 'lAD@z Ja% 22A,6A -lathes leIDz Kj% 1 -lathi 'lAtI K6$ 2 -lathis 'lAtIz Kj$ 2 -laths lADz Kj% 1 -latish 'leItIS OA% 2 -latitude 'l&tItjud M6% 3 -latitudes 'l&tItjudz M6% 3 -latitudinal ,l&tI'tjudInl OA% 5 -latitudinarian ,l&tItjudI'ne@rI@n K6$,OA$ 7 -latitudinarians ,l&tItjudI'ne@rI@nz Kj$ 7 -latrine l@'trin K6% 2 -latrines l@'trinz Kj% 2 -latter 'l&t@R OA% 2 -latter-day 'l&t@-deI OA% 3 -latterly 'l&t@lI Pu% 3 -lattice 'l&tIs K6% 2 -latticed 'l&tIst OA% 2 -lattices 'l&tIsIz Kj% 3 -laud lOd H0$ 16A -laudable 'lOd@bl OA% 3 -laudably 'lOd@blI Pu% 3 -laudanum 'lOd@n@m L@% 3 -laudatory 'lOd@t@rI OA% 4 -lauded 'lOdId Hc$,Hd% 26A -lauding 'lOdIN Hb$ 26A -lauds lOdz Ha$ 16A -laugh lAf J0%,K6% 12A,2B,2C,3A,6B,15A,15B,22 -laughable 'lAf@bl OA% 3 -laughably 'lAf@blI Pu% 3 -laughed lAft Jc%,Jd% 12A,2B,2C,3A,6B,15A,15B,22 -laughing 'lAfIN Jb%,OA% 22A,2B,2C,3A,6B,15A,15B,22 -laughing-gas 'lAfIN-g&s L@% 3 -laughing-stock 'lAfIN-st0k K6% 3 -laughing-stocks 'lAfIN-st0ks Kj% 3 -laughingly 'lAfINlI Pu% 3 -laughs lAfs Ja%,Kj% 12A,2B,2C,3A,6B,15A,15B,22 -laughter 'lAft@R L@% 2 -launch lOntS J1%,K7% 12C,3A,6A,15A -launched lOntSt Jc%,Jd% 12C,3A,6A,15A -launcher 'lOntS@R K6% 2 -launchers 'lOntS@z Kj% 2 -launches 'lOntSIz Ja%,Kj% 22C,3A,6A,15A -launching 'lOntSIN Jb% 22C,3A,6A,15A -launching-pad 'lOntSIN-p&d K6% 3 -launching-pads 'lOntSIN-p&dz Kj% 3 -launching-site 'lOntSIN-saIt K6% 3 -launching-sites 'lOntSIN-saIts Kj% 3 -launder 'lOnd@R J0$ 22A,6A -laundered 'lOnd@d Jc$,Jd% 22A,6A -launderette lOn'dret K6% 2 -launderettes lOn'drets Kj% 2 -laundering 'lOnd@rIN Jb$ 32A,6A -launders 'lOnd@z Ja$ 22A,6A -laundress 'lOndrIs K7$ 2 -laundresses 'lOndrIsIz Kj$ 3 -laundries 'lOndrIz Kj% 2 -laundry 'lOndrI K8% 2 -laundryman 'lOndrIm&n Ki% 3 -laundrymen 'lOndrImen Kj% 3 -laundrywoman 'lOndrIwUm@n Ki% 4 -laundrywomen 'lOndrIwImIn Kj% 4 -laureate 'l0rI@t K6%,OA% 2 -laureates 'l0rI@ts Kj% 2 -laurel 'l0r@l K6% 2 -laurelled 'l0r@ld OA$ 2 -laurels 'l0r@lz Kj% 2 -lav l&v K6% 1 -lava 'lAv@ L@% 2 -lavatories 'l&v@trIz Kj% 3 -lavatory 'l&v@trI K8% 3 -lave leIv H2$ 1 -laved leIvd Hc$,Hd$ 1 -lavender 'l&v@nd@R L@% 3 -laves leIvz Ha$ 1 -laving 'leIvIN Hb$ 2 -lavish 'l&vIS H1%,OA% 214 -lavished 'l&vISt Hc%,Hd% 214 -lavishes 'l&vISIz Ha% 314 -lavishing 'l&vISIN Hb% 314 -lavishly 'l&vISlI Pu% 3 -lavs l&vz Kj% 1 -law lO M6% 1 -law-abiding 'lO-@baIdIN OA% 4 -law-officer 'lO-0fIs@R K6% 4 -law-officers 'lO-0fIs@z Kj% 4 -lawbreaker 'lObreIk@R K6% 3 -lawbreakers 'lObreIk@z Kj% 3 -lawful 'lOf@l OA% 2 -lawfully 'lOf@lI Pu% 3 -lawgiver 'lOgIv@R K6% 3 -lawgivers 'lOgIv@z Kj% 3 -lawless 'lOl@s OA% 2 -lawlessly 'lOl@slI Pu% 3 -lawlessness 'lOl@sn@s L@% 3 -lawmaker 'lOmeIk@R K6% 3 -lawmakers 'lOmeIk@z Kj% 3 -lawmaking 'lOmeIkIN L@% 3 -lawn lOn M6% 1 -lawn-mower 'lOn-m@U@R K6% 3 -lawn-mowers 'lOn-m@U@z Kj% 3 -lawns lOnz Mj% 1 -laws lOz Mj% 1 -lawyer 'lOj@R K6% 2 -lawyers 'lOj@z Kj% 2 -lax l&ks OA% 1 -laxative 'l&ks@tIv M6%,OA% 3 -laxatives 'l&ks@tIvz Mj% 3 -laxities 'l&ksItIz Mj$ 3 -laxity 'l&ksItI M8% 3 -laxly 'l&kslI Pu$ 2 -lay leI Ic%,J5%,K6%,OA% 12A,2B,2C,2D,3A,6A,12C,14,15A,15B,22 -lay figure ,leI 'fIg@R K6$ 3 -lay figures ,leI 'fIg@z Kj$ 3 -lay-off 'leI-0f K6% 2 -lay-offs 'leI-0fs Kj$ 2 -lay-out 'leI-aUt K6% 2 -lay-outs 'leI-aUts Kj$ 2 -layabout 'leI@baUt K6% 3 -layabouts 'leI@baUts Kj% 3 -layby 'leIbaI K6% 2 -laybys 'leIbaIz Kj% 2 -layer 'leI@R H0%,K6% 26A -layer-cake 'leI@-keIk K6% 3 -layer-cakes 'leI@-keIks Kj% 3 -layered 'leI@d Hc%,Hd% 26A -layering 'leI@rIN Hb% 36A -layers 'leI@z Ha%,Kj% 26A -layette leI'et K6$ 2 -layettes leI'ets Kj$ 2 -laying 'leIIN Jb% 22A,2B,2C,6A,12C,14,15A,15B,22 -layman 'leIm@n Ki% 2 -laymen 'leIm@n Kj% 2 -layover 'leI@Uv@R K6$ 3 -layovers 'leI@Uv@z Kj$ 3 -lays leIz Ja%,Kj% 12A,2B,2C,6A,12C,14,15A,15B,22 -lazar 'l&z@R K6$ 2 -lazaret ,l&z@'ret K6$ 3 -lazarets ,l&z@'rets Kj$ 3 -lazarette ,l&z@'ret K6$ 3 -lazarettes ,l&z@'rets Kj$ 3 -lazaretto ,l&z@'ret@U K6$ 4 -lazarettos ,l&z@'ret@Uz Kj$ 4 -lazars 'l&z@z Kj$ 2 -laze leIz J2% 12A,2C,15B -lazed leIzd Jc%,Jd% 12A,2C,15B -lazes 'leIzIz Ja% 22A,2C,15B -lazier 'leIzI@R Or% 3 -laziest 'leIzIIst Os% 3 -lazily 'leIzIlI Pu% 3 -laziness 'leIzIn@s L@% 3 -lazing 'leIzIN Jb% 22A,2C,15B -lazy 'leIzI OD% 2 -lazybones 'leIzIb@Unz Ki% 3 -lb paUnd Y]% 1 -lbs paUndz Y)% 1 -lbw ,el,bi'dVblju Y~% 5 -lea li K6$ 1 -leach litS H1$ 16A,15B -leached litSt Hc$,Hd% 16A,15B -leaches 'litSIz Ha$ 26A,15B -leaching 'litSIN Hb$ 26A,15B -lead led M6% 1 -lead lid J5%,M6% 12A,2C,3A,6A,12C,14,15A,15B,17 -lead-in 'lid-In K6% 2 -lead-ins 'lid-Inz Kj% 2 -lead-ore 'led-OR L@% 2 -leaded 'ledId OA% 2 -leaden 'ledn OA% 2 -leader 'lid@R K6% 2 -leaderless 'lid@l@s OA% 3 -leaders 'lid@z Kj% 2 -leadership 'lid@SIp L@% 3 -leading 'ledIN L@% 2 -leading 'lidIN Jb%,L@%,OA% 22A,2C,3A,6A,12C,14,15A,15B,17 -leading-rein 'lidIN-reIn K6% 3 -leading-reins 'lidIN-reInz Kj% 3 -leading-strings 'lidIN-strINz Kj$ 3 -leads ledz Mj$ 1 -leads lidz Ja%,Mj% 12A,2C,3A,6A,12C,14,15A,15B,17 -leaf lif I0%,Ki% 1 -leaf-bud 'lif-bVd K6$ 2 -leaf-buds 'lif-bVdz Kj$ 2 -leaf-mould 'lif-m@Uld L@% 2 -leafed lift Ic%,Id% 1 -leafier 'lifI@R Or% 3 -leafiest 'lifIIst Os% 3 -leafing 'lifIN Ib% 2 -leafless 'lifl@s OA% 2 -leaflet 'liflIt K6% 2 -leaflets 'liflIts Kj% 2 -leafs lifs Ia$ 1 -leafy 'lifI OD% 2 -league lig J2$,K6% 12C,6A,15A,15B -leagued ligd Jc$,Jd$ 12C,6A,15A,15B -leagues ligz Ja$,Kj% 12C,6A,15A,15B -leaguing 'ligIN Jb$ 22C,6A,15A,15B -leak lik J0%,K6% 12A,2C,6A,14 -leakage 'likIdZ M6% 2 -leakages 'likIdZIz Mj% 3 -leaked likt Jc%,Jd% 12A,2C,6A,14 -leakier 'likI@R Or% 3 -leakiest 'likIIst Os% 3 -leaking 'likIN Jb% 22A,2C,6A,14 -leaks liks Ja%,Kj% 12A,2C,6A,14 -leaky 'likI OD% 2 -leal lil OA$ 1 -lean lin J0%,L@%,OC% 12A,2C,3A,15A -lean-to 'lin-tu K6% 2 -lean-tos 'lin-tuz Kj$ 2 -leaned lind Jc%,Jd% 12A,2C,3A,15A -leaner 'lin@R Or% 2 -leanest 'linIst Os% 2 -leaning 'linIN Jb%,K6% 22A,2C,3A,15A -leanings 'linINz Kj% 2 -leanness 'lin+n@s L@% 2 -leans linz Ja% 12A,2C,3A,15A -leant lent Jc%,Jd% 12A,2C,3A,15A -leap lip J0%,K6% 12A,2C,3A,6A,15A -leap-year 'lip-j3R K6% 2 -leap-years 'lip-j3z Kj% 2 -leaped lipt Jc%,Jd% 12A,2C,3A,6A,15A -leapfrog 'lipfr0g H4%,L@% 2 -leapfrogged 'lipfr0gd Hc%,Hd% 2 -leapfrogging 'lipfr0gIN Hb% 3 -leapfrogs 'lipfr0gz Ha% 2 -leaping 'lipIN Jb% 22A,2C,3A,6A,15A -leaps lips Ja%,Kj% 12A,2C,3A,6A,15A -leapt lept Jc%,Jd% 12A,2C,3A,6A,15A -learn l3n J0% 12A,3A,6A,7A,8,9,10,15A,15B -learned 'l3nId OA% 2 -learned l3nd Jc%,Jd% 12A,3A,6A,7A,8,9,10,15A,15B -learnedly 'l3nIdlI Pu% 3 -learner 'l3n@R K6% 2 -learners 'l3n@z Kj% 2 -learning 'l3nIN Jb%,L@% 22A,3A,6A,7A,8,9,10,15A,15B -learns l3nz Ja% 12A,3A,6A,7A,8,9,10,15A,15B -learnt l3nt Jc%,Jd% 12A,3A,6A,7A,8,9,10,15A,15B -leas liz Kj$ 1 -lease lis H2%,K6% 16A -lease-lend 'lis-lend L@$ 2 -leased list Hc%,Hd% 16A -leasehold 'lish@Uld K6%,OA% 2 -leaseholder 'lish@Uld@R K6% 3 -leaseholders 'lish@Uld@z Kj% 3 -leaseholds 'lish@Uldz Kj% 2 -leases 'lisIz Ha%,Kj% 26A -leash liS K7% 1 -leashes 'liSIz Kj$ 2 -leasing 'lisIN Hb% 26A -least list Ki%,OA*,Pu* 1 -leastways 'listweIz Pu% 2 -leastwise 'listwaIz Pu% 2 -leather 'leD@R M6% 2 -leather-jacket 'leD@-dZ&kIt K6% 4 -leather-jackets 'leD@-dZ&kIts Kj% 4 -leatherette ,leD@'ret L@$ 3 -leatherneck 'leD@nek K6$ 3 -leathernecks 'leD@neks Kj$ 3 -leathers 'leD@z Mj% 2 -leatherwork 'leD@w3k L@% 3 -leathery 'leD@rI OA% 3 -leave liv J5*,M6% 12A,2C,3A,6A,12B,13B,14,15A,15B,16A,19B,22,24B,25 -leave-taking 'liv-teIkIN K6% 3 -leave-takings 'liv-teIkINz Kj% 3 -leaven 'levn H0$,L@$ 26A -leavened 'levnd Hc$,Hd% 26A -leavening 'levnIN Hb$ 36A -leavens 'levnz Ha$ 26A -leaves livz Ja%,Mj% 12A,2C,3A,6A,12B,13B,14,15A,15B,16A,19B,22,24B,25 -leaving 'livIN Jb% 22A,2C,3A,6A,12B,13B,14,15A,15B,16A,19B,22,24B,25 -leavings 'livINz Kj% 2 -lecher 'letS@R K6% 2 -lecheries 'letS@rIz Mj$ 3 -lecherous 'letS@r@s OA% 3 -lechers 'letS@z Kj% 2 -lechery 'letS@rI M8% 3 -lectern 'lekt@n K6% 2 -lecterns 'lekt@nz Kj% 2 -lecture 'lektS@R J2%,K6% 22A,3A,6A,14 -lectured 'lektS@d Jc%,Jd% 22A,3A,6A,14 -lecturer 'lektS@r@R K6% 3 -lecturers 'lektS@r@z Kj% 3 -lectures 'lektS@z Ja%,Kj% 22A,3A,6A,14 -lectureship 'lektS@SIp K6% 3 -lectureships 'lektS@SIps Kj% 3 -lecturing 'lektS@rIN Jb% 32A,3A,6A,14 -led led Jc%,Jd% 12A,2C,3A,6A,12C,14,15A,15B,17 -ledge ledZ K6% 1 -ledger 'ledZ@R K6% 2 -ledgers 'ledZ@z Kj% 2 -ledges 'ledZIz Kj% 2 -lee li L@$ 1 -leech litS K7% 1 -leeches 'litSIz Kj% 2 -leek lik K6% 1 -leeks liks Kj% 1 -leer lI@R I0%,K6% 12A,3A -leered lI@d Ic%,Id% 12A,3A -leering 'lI@rIN Ib% 22A,3A -leers lI@z Ia%,Kj% 12A,3A -lees liz Kj$ 1 -leeward 'liw@d OA%,Pu% 2 -leeway 'liweI L@% 2 -left left Jc*,Jd*,L@%,OA*,Pu* 12A,2C,3A,6A,12B,13B,14,15A,15B,16A,19B,22,24B,25 -left-hand 'left-h&nd OA% 2 -left-handed left-'h&ndId OA% 3 -left-wing left-'wIN K6% 2 -left-winger left-'wIN@R K6% 3 -left-wingers left-'wIN@z Kj% 3 -left-wings left-'wINz Kj$ 2 -leftist 'leftIst K6% 2 -leftists 'leftIsts Kj% 2 -leg leg M6% 1 -leg-pull 'leg-pUl K6% 2 -leg-pulling 'leg-pUlIN L@% 3 -leg-pulls 'leg-pUlz Kj% 2 -legacies 'leg@sIz Kj% 3 -legacy 'leg@sI K8% 3 -legal 'ligl OA% 2 -legalism 'lig@lIz@m L@$ 4 -legalistic ,lig@'lIstIk OA% 4 -legality li'g&lItI L@% 4 -legalization ,lig@laI'zeISn L@% 5 -legalize 'lig@laIz H2% 36A -legalized 'lig@laIzd Hc%,Hd% 36A -legalizes 'lig@laIzIz Ha% 46A -legalizing 'lig@laIzIN Hb% 46A -legally 'lig@lI Pu% 3 -legate 'legIt K6$ 2 -legatee ,leg@'ti K6$ 3 -legatees ,leg@'tiz Kj$ 3 -legates 'legIts Kj$ 2 -legation lI'geISn K6$ 3 -legations lI'geISnz Kj$ 3 -legato lI'gAt@U OA$,Pu$ 3 -legend 'ledZ@nd M6% 2 -legendary 'ledZ@ndrI OA% 3 -legends 'ledZ@ndz Mj% 2 -leger line 'ledZ@ laIn K6$ 3 -leger lines 'ledZ@ laInz Kj$ 3 -legerdemain ,ledZ@d@'meIn L@$ 4 -legged 'legId Ot% 2 -legging 'legIN K6$ 2 -leggings 'legINz Kj% 2 -leggy 'legI OA% 2 -leghorn le'gOn K6$ 2 -leghorns le'gOnz Kj$ 2 -legibility ,ledZ@'bIlItI L@% 5 -legible 'ledZ@bl OA% 3 -legibly 'ledZ@blI Pu% 3 -legion 'lidZ@n K6% 2 -legionaries 'lIdZ@n@rIz Kj% 4 -legionary 'lIdZ@n@rI K8% 4 -legions 'lidZ@nz Kj% 2 -legislate 'ledZIsleIt I2% 32A,3A -legislated 'ledZIsleItId Ic%,Id% 42A,3A -legislates 'ledZIsleIts Ia% 32A,3A -legislating 'ledZIsleItIN Ib% 42A,3A -legislation ,ledZIs'leISn L@% 4 -legislative 'ledZIsl@tIv OA% 4 -legislator 'ledZIsleIt@R K6% 4 -legislators 'ledZIsleIt@z Kj% 4 -legislature 'ledZIsleItS@R K6% 4 -legislatures 'ledZIsleItS@z Kj% 4 -legitimacy lI'dZItIm@sI L@% 5 -legitimate lI'dZItIm@t OA% 4 -legitimately lI'dZItIm@tlI Pu% 5 -legitimatize lI'dZItIm@taIz H2% 5 -legitimatized lI'dZItIm@taIzd Hc%,Hd% 5 -legitimatizes lI'dZItIm@taIzIz Ha% 6 -legitimatizing lI'dZItIm@taIzIN Hb% 6 -legless 'legl@s OA% 2 -legs legz Mj% 1 -leguminous lI'gjumIn@s OA% 4 -lei 'leIi K6$ 1 -leis 'leIiz Kj$ 1 -leisure 'leZ@R L@% 2 -leisured 'leZ@d OA% 2 -leisurely 'leZ@lI OA%,Pu% 3 -lemming 'lemIN K6% 2 -lemmings 'lemINz Kj% 2 -lemon 'lem@n K6% 2 -lemonade ,lem@'neId L@% 3 -lemons 'lem@nz Kj% 2 -lemur 'lim@R K6$ 2 -lemurs 'lim@z Kj$ 2 -lend lend H5% 16A,12A,13A,14 -lender 'lend@R K6% 2 -lenders 'lend@z Kj% 2 -lending 'lendIN Hb% 26A,12A,13A,14 -lending-libraries 'lendIN-laIbr@rIz Kj% 5 -lending-library 'lendIN-laIbr@rI K8% 5 -lends lendz Ha% 16A,12A,13A,14 -length leNT M6% 1 -lengthen 'leNT@n J0% 22A,6A -lengthened 'leNT@nd Jc%,Jd% 22A,6A -lengthening 'leNT@nIN Jb% 32A,6A -lengthens 'leNT@nz Ja% 22A,6A -lengthier 'leNTI@R Or% 3 -lengthiest 'leNTIIst Os% 3 -lengthily 'leNTIlI Pu% 3 -lengths leNTs Mj% 1 -lengthways 'leNTweIz OA%,Pu% 2 -lengthwise 'leNTwaIz Pu% 2 -lengthy 'leNTI OD% 2 -lenience 'linI@ns L@% 3 -leniency 'linI@nsI L@% 4 -lenient 'linI@nt OA% 3 -leniently 'linI@ntlI Pu% 4 -lenity 'lenItI L@$ 3 -lens lenz K7% 1 -lenses 'lenzIz Kj% 2 -lent lent Hc%,Hd% 16A,12A,13A,14 -lentil 'lentl K6% 2 -lentils 'lentlz Kj% 2 -lento 'lent@U OA$,Pu$ 2 -leonine 'lI@naIn OA% 3 -leopard 'lep@d K6% 2 -leopardess ,lep@'des K7% 3 -leopardesses ,lep@'desIz Kj% 4 -leopards 'lep@dz Kj% 2 -leper 'lep@R K6% 2 -lepers 'lep@z Kj% 2 -leprechaun 'lepr@kOn K6% 3 -leprechauns 'lepr@kOnz Kj% 3 -leprosy 'lepr@sI L@% 3 -leprous 'lepr@s OA% 2 -lesbian 'lezbI@n K6% 3 -lesbianism 'lezbI@nIz@m L@% 5 -lesbians 'lezbI@nz Kj% 3 -lese majesty ,leIz 'm&dZIstI L@$ 4 -lesion 'liZn K6% 2 -lesions 'liZnz Kj% 2 -less les L@%,OA*,Pu*,T-* 1 -lessee le'si K6% 2 -lessees le'siz Kj% 2 -lessen 'lesn J0% 22A,6A -lessened 'lesnd Jc%,Jd% 22A,6A -lessening 'lesnIN Jb% 32A,6A -lessens 'lesnz Ja% 22A,6A -lesser 'les@R OA% 2 -lesson 'lesn K6% 2 -lessons 'lesnz Kj% 2 -lessor 'lesOR K6$ 2 -lessors 'lesOz Kj$ 2 -lest lest V-% 1 -let let J5*,Jc*,Jd*,K6% 12C,6A,14,15A,15B,18B,22,24A -let's lets Gf% 1 -let-down 'let-daUn K6% 2 -let-downs 'let-daUnz Kj$ 2 -let-up 'let-Vp K6% 2 -let-ups 'let-Vps Kj$ 2 -lethal 'liTl OA% 2 -lethargic lI'TAdZIk OA% 3 -lethargically lI'TAdZIklI Pu% 4 -lethargy 'leT@dZI L@% 3 -lets lets Ja%,Kj$ 12C,6A,14,15A,15B,18B,22,24A -letter 'let@R K6% 2 -letter-box 'let@-b0ks K7% 3 -letter-boxes 'let@-b0ksIz Kj% 4 -letter-card 'let@-kAd K6$ 3 -letter-cards 'let@-kAdz Kj$ 3 -letter-case 'let@-keIs K6$ 3 -letter-cases 'let@-keIsIz Kj$ 4 -lettered 'let@d OA% 2 -letterhead 'let@hed K6% 3 -letterheads 'let@hedz Kj% 3 -lettering 'let@rIN L@% 3 -letterpress 'let@pres L@% 3 -letters 'let@z Kj% 2 -letting 'letIN Jb%,K6% 22C,6A,14,15A,15B,18B,22,24A -lettings 'letINz Kj% 2 -lettuce 'letIs M6% 2 -lettuces 'letIsIz Mj% 3 -leucocyte 'luk@saIt K6$ 3 -leucocytes 'luk@saIts Kj$ 3 -leukaemia lu'kimI@ L@% 4 -levant lI'v&nt I0$ 2 -levanted lI'v&ntId Ic$,Id$ 3 -levanting lI'v&ntIN Ib$ 3 -levants lI'v&nts Ia$ 2 -levee 'levI K6$ 2 -levees 'levIz Kj$ 2 -level 'levl J4%,M6%,OA% 22C,3A,6A,14,15A,15B -level-headed ,levl-'hedId OA% 4 -levelled 'levld Jc%,Jd% 22C,3A,6A,14,15A,15B -leveller 'levl@R K6% 3 -levellers 'levl@z Kj% 3 -levelling 'lev@lIN Jb% 32C,3A,6A,14,15A,15B -levels 'levlz Ja%,Mj% 22C,3A,6A,14,15A,15B -lever 'liv@R H0%,K6% 26A,15B -leverage 'liv@rIdZ L@% 3 -levered 'liv@d Hc%,Hd% 26A,15B -leveret 'lev@rIt K6$ 3 -leverets 'lev@rIts Kj$ 3 -levering 'liv@rIN Hb% 36A,15B -levers 'liv@z Ha%,Kj% 26A,15B -leviathan lI'vaI@T@n K6$ 4 -leviathans lI'vaI@T@nz Kj$ 4 -levied 'levId Jc%,Jd% 23A,6A,14 -levies 'levIz Ja%,Kj% 23A,6A,14 -levis 'livaIz Kj% 2 -levitate 'levIteIt J2% 32A,6A -levitated 'levIteItId Jc%,Jd% 42A,6A -levitates 'levIteIts Ja% 32A,6A -levitating 'levIteItIN Jb% 42A,6A -levitation ,levI'teISn M6% 4 -levitations ,levI'teISnz Mj% 4 -levities 'levItIz Mj$ 3 -levity 'levItI M8% 3 -levy 'levI J3%,K8% 23A,6A,14 -levying 'levIIN Jb% 33A,6A,14 -lewd ljud OC% 1 -lewder 'ljud@R Or% 2 -lewdest 'ljudIst Os% 2 -lewdly 'ljudlI Pu% 2 -lewdness 'ljudn@s L@% 2 -lexical 'leksIkl OA% 3 -lexically 'leksIklI Pu% 3 -lexicographer ,leksI'k0gr@f@R K6% 5 -lexicographers ,leksI'k0gr@f@z Kj% 5 -lexicography ,leksI'k0gr@fI L@% 5 -lexicon 'leksIk@n K6% 3 -lexicons 'leksIk@nz Kj% 3 -lexis 'leksIs L@$ 2 -ley leI K6$ 1 -leys leIz Kj$ 1 -liabilities ,laI@'bIlItIz Mj% 5 -liability ,laI@'bIlItI M8% 5 -liable 'laI@bl OA% 3 -liaise lI'eIz I2% 22A,3A -liaised lI'eIzd Ic%,Id% 22A,3A -liaises lI'eIzIz Ia% 32A,3A -liaising lI'eIzIN Ib% 32A,3A -liaison lI'eIzn M6% 3 -liaisons lI'eIznz Mj% 3 -liana lI'An@ K6$ 3 -lianas lI'An@z Kj$ 3 -liar 'laI@R K6% 2 -liars 'laI@z Kj% 2 -lib lIb Ki% 1 -libation laI'beISn K6% 3 -libations laI'beISnz Kj% 3 -libel 'laIbl H4%,M6% 26A -libelled 'laIbld Hc%,Hd% 26A -libelling 'laIb@lIN Hb% 36A -libellous 'laIb@l@s OA% 3 -libels 'laIblz Ha%,Mj% 26A -liberal 'lIb@r@l K6%,OA% 3 -liberalism 'lIb@r@lIz@m L@% 5 -liberalities ,lIb@'r&lItIz Mj$ 5 -liberality ,lIb@'r&lItI M8% 5 -liberalization ,lIbr@laI'zeISn K6% 5 -liberalizations ,lIbr@laI'zeISnz Kj$ 5 -liberalize 'lIbr@laIz H2% 3 -liberalized 'lIbr@laIzd Hc%,Hd% 3 -liberalizes 'lIbr@laIzIz Ha% 4 -liberalizing 'lIbr@laIzIN Hb% 4 -liberally 'lIbr@lI Pu% 3 -liberals 'lIb@r@lz Kj% 3 -liberate 'lIb@reIt H2% 36A,14 -liberated 'lIb@reItId Hc%,Hd% 46A,14 -liberates 'lIb@reIts Ha% 36A,14 -liberating 'lIb@reItIN Hb% 46A,14 -liberation ,lIb@'reISn M6% 4 -liberations ,lIb@'reISnz Mj% 4 -liberator 'lIb@reIt@R K6% 4 -liberators 'lIb@reIt@z Kj% 4 -liberties 'lIbItIz Mj% 3 -libertine 'lIb@tin K6% 3 -libertines 'lIb@tinz Kj% 3 -liberty 'lIbItI M8% 3 -libidinous lI'bIdIn@s OA% 4 -libido lI'bid@U M6% 3 -libidos lI'bid@Uz Mj$ 3 -librarian laI'bre@rI@n K6% 4 -librarians laI'bre@rI@nz Kj% 4 -librarianship laI'bre@ri@nSIp L@% 5 -libraries 'laIbr@rIz Kj% 3 -library 'laIbr@rI K8% 3 -libretti lI'breti Kj% 3 -librettist lI'bretIst K6% 3 -librettists lI'bretIsts Kj% 3 -libretto lI'bret@U K6% 3 -librettos lI'bret@Uz Kj% 3 -lice laIs Kj% 1 -licence 'laIsns H2%,M6% 26A,17 -licenced 'laIsnst Hc%,Hd% 26A,17 -licences 'laIsnsIz Ha%,Mj% 36A,17 -licencing 'laIsnsIN Hb% 36A,17 -license 'laIsns H2% 26A,17 -licensed 'laIsnst Hc%,Hd% 26A,17 -licensee ,laIs@n'si K6% 3 -licensees ,laIs@n'siz Kj% 3 -licenses 'laIsnsIz Ha% 36A,17 -licensing 'laIsnsIN Hb% 36A,17 -licentiate laI'senSI@t K6$ 4 -licentiates laI'senSI@ts Kj$ 4 -licentious laI'senS@s OA% 3 -licentiously laI'senS@slI Pu% 4 -licentiousness laI'senS@sn@s L@% 4 -lichee 'laItSi K6% 2 -lichees 'laItSiz Kj% 2 -lichen 'laIk@n L@% 2 -lichgate 'lItSgeIt K6$ 2 -lichgates 'lItSgeIts Kj$ 2 -lichi 'laItSi K6$ 2 -lichis 'laItSiz Kj$ 2 -licit 'lIsIt OA$ 2 -lick lIk J0%,K6% 12A,6A,15A,15B,22 -licked lIkt Jc%,Jd% 12A,6A,15A,15B,22 -licking 'lIkIN Jb%,Ki% 22A,6A,15A,15B,22 -licks lIks Ja%,Kj% 12A,6A,15A,15B,22 -lid lId K6% 1 -lidless 'lIdl@s OA% 2 -lido 'lid@U K6% 2 -lidos 'lid@Uz Kj% 2 -lids lIdz Kj% 1 -lie laI I5%,K6% 12A,2C,2D,3A -lie-abed 'laI-@bed K6$ 3 -lie-abeds 'laI-@bedz Kj$ 3 -lie-detector 'laI-dItekt@R K6% 4 -lie-detectors 'laI-dItekt@z Kj% 4 -lie-in laI-'In K6% 2 -lie-ins laI-'Inz Kj$ 2 -lied laId Ic%,Id% 12A -lied lit Ki$ 1 -lieder 'lid@R Kj% 2 -lieder-singer 'lid@-sIN@R K6% 4 -lieder-singers 'lid@-sIN@z Kj% 4 -lief lif Pu$ 1 -liege lidZ K6$,OA$ 1 -liegeman 'lidZm&n Ki$ 2 -liegemen 'lidZmen Kj$ 2 -lieges 'lidZIz Kj$ 2 -lien lI@n K6$ 2 -liens lI@nz Kj$ 2 -lies laIz Ia%,Kj% 12A,2C,2D,3A -lieu lu L@% 1 -lieutenancies lef'ten@nsIz Kj$ 4 -lieutenancy lef'ten@nsI K8$ 4 -lieutenant lef'ten@nt K6% 3 -lieutenants lef'ten@nts Kj% 3 -life laIf Mi* 1 -life-buoy 'laIf-boI K6% 2 -life-buoys 'laIf-boIz Kj% 2 -life-giving 'laIf-gIvIN OA% 3 -life-jacket 'laIf-dZ&kIt K6% 3 -life-jackets 'laIf-dZ&kIts Kj% 3 -life-office 'laIf-0fIs K6$ 3 -life-offices 'laIf-0fIsIz Kj$ 4 -life-preserver 'laIf-prIz3v@R K6% 4 -life-preservers 'laIf-prIz3v@z Kj% 4 -life-raft 'laIf-rAft K6% 2 -life-rafts 'laIf-rAfts Kj% 2 -life-saver 'laIf-seIv@R K6% 3 -life-savers 'laIf-seIv@z Kj% 3 -life-size 'laIf-saIz OA% 2 -life-sized 'laIf-saIzd OA% 2 -life-span 'laIf-sp&n K6% 2 -life-spans 'laIf-sp&nz Kj% 2 -life-work laIf-'w3k K6$ 2 -life-works laIf-'w3ks Kj$ 2 -lifebelt 'laIfbelt K6% 2 -lifebelts 'laIfbelts Kj% 2 -lifeblood 'laIfblVd L@% 2 -lifeboat 'laIfb@Ut K6% 2 -lifeboats 'laIfb@Uts Kj% 2 -lifebuoy 'laIfboI K6% 2 -lifebuoys 'laIfboIz Kj% 2 -lifeguard 'laIfgAd K6% 2 -lifeguards 'laIfgAdz Kj% 2 -lifeless 'laIfl@s OA% 2 -lifelessly 'laIfl@slI Pu% 3 -lifelike 'laIflaIk OA% 2 -lifeline 'laIflaIn K6% 2 -lifelines 'laIflaInz Kj% 2 -lifelong 'laIfl0N OA% 2 -lifer 'laIf@R K6$ 2 -lifers 'laIf@z Kj$ 2 -lifetime 'laIftaIm K6% 2 -lifetimes 'laIftaImz Kj% 2 -lift lIft J0%,K6% 12A,2C,6A,15A,15B -lift-off 'lIft-0f K6% 2 -lift-offs 'lIft-0fs Kj% 2 -lifted 'lIftId Jc%,Jd% 22A,2C,6A,15A,15B -lifting 'lIftIN Jb% 22A,2C,6A,15A,15B -liftman 'lIftm&n Ki% 2 -liftmen 'lIftmen Kj% 2 -lifts lIfts Ja%,Kj% 12A,2C,6A,15A,15B -ligament 'lIg@m@nt K6% 3 -ligaments 'lIg@m@nts Kj% 3 -ligature 'lIg@tS@R K6$ 3 -ligatures 'lIg@tS@z Kj$ 3 -light laIt J0%,M6*,OC*,Pu% 12C,3A,6A,15A,15B -light-armed laIt-'Amd OA$ 2 -light-coloured laIt-'kVl@d OA% 3 -light-fingered laIt-'fINg@d OA% 3 -light-handed laIt-'h&ndId OA$ 3 -light-handedly laIt-'h&ndIdlI Pu$ 4 -light-headed laIt-'hedId OA% 3 -light-headedly laIt-'hedIdlI Pu% 4 -light-headedness laIt-'hedIdn@s L@% 4 -light-hearted laIt-'hAtId OA% 3 -light-heartedly laIt-'hAtIdlI Pu% 4 -light-heartedness laIt-'hAtIdn@s L@% 4 -light-heavyweight laIt-'hevIweIt K6% 4 -light-heavyweights laIt-'hevIweIts Kj% 4 -light-minded laIt-'maIndId OA$ 3 -light-mindedness laIt-'maIndIdn@s L@$ 4 -light-o'-love laIt-@-'lVv K6$ 3 -light-o'-loves laIt-@-'lVvz Kj$ 3 -lighted 'laItId Jc%,Jd% 22C,3A,6A,15A,15B -lighten 'laItn J0% 22A,6A -lightened 'laItnd Jc%,Jd% 22A,6A -lightening 'laItnIN Jb% 32A,6A -lightens 'laItnz Ja% 22A,6A -lighter 'laIt@R H0$,K6%,Or% 2 -lighterage 'laIt@rIdZ L@$ 3 -lightered 'laIt@d Hc$,Hd$ 2 -lightering 'laIt@rIN Hb$ 3 -lighters 'laIt@z Ha$,Kj% 2 -lightest 'laItIst Os% 2 -lighthouse 'laIthaUs K6% 2 -lighthouses 'laIthaUzIz Kj% 3 -lighting 'laItIN Jb% 22C,3A,6A,15A,15B -lighting-up ,laItIN-'Vp Oq% 3 -lightly 'laItlI Pu% 2 -lightness 'laItnes L@% 2 -lightning 'laItnIN L@% 2 -lightning-conductor 'laItnIN-k@n,dVkt@R K6% 5 -lightning-conductors 'laItnIN-k@n,dVkt@z Kj% 5 -lightning-rod 'laItnIN-r0d K6% 3 -lightning-rods 'laItnIN-r0dz Kj% 3 -lights laIts Ja%,Mj% 12C,3A,6A,15A,15B -lightship 'laItSIp K6% 2 -lightships 'laItSIps Kj% 2 -lightsome 'laIts@m OA$ 2 -lightsomely 'laIts@mlI Pu$ 3 -lightsomeness 'laIts@mn@s L@$ 3 -lightweight 'laItweIt K6%,OA% 2 -lightweights 'laItweIts Kj% 2 -ligneous 'lIgnI@s OA$ 3 -lignite 'lIgnaIt L@$ 2 -likable 'laIk@bl OA$ 3 -like laIk H2*,K6%,OA%,Pu%,T-*,V-*16A,6D,7A,17,19B,19C,22 -like-minded laIk-'maIndId OA% 3 -likeable 'laIk@bl OA% 3 -liked laIkt Hc%,Hd% 16A,6D,7A,17,19B,19C,22 -likelier 'laIklI@R Or% 3 -likeliest 'laIklIIst Os% 3 -likelihood 'laIklIhUd L@% 3 -likely 'laIklI OD%,Pu% 2 -liken 'laIk@n H0% 214 -likened 'laIk@nd Hc%,Hd% 214 -likeness 'laIkn@s M7% 2 -likenesses 'laIkn@sIz Mj% 3 -likening 'laIk@nIN Hb$ 314 -likens 'laIk@nz Ha$ 214 -likes laIks Ha%,Kj% 16A,6D,7A,17,19B,19C,22 -likewise 'laIkwaIz Pu%,V-% 2 -liking 'laIkIN Hb%,K6% 26A,6D,7A,17,19B,19C,22 -likings 'laIkINz Kj% 2 -lilac 'laIl@k K6% 2 -lilacs 'laIl@ks Kj% 2 -lilies 'lIlIz Kj% 2 -lilt lIlt J0%,K6% 1 -lilted 'lIltId Jc%,Jd% 2 -lilting 'lIltIN Jb% 2 -lilts lIlts Ja%,Kj% 1 -lily 'lIlI K8% 2 -lily-livered 'lIlI-lIv@d OA% 4 -lily-white 'lIlI-waIt OA% 3 -limb lIm K6% 1 -limbed lImd Ot% 1 -limber 'lImb@R J0%,OA$ 22C,15B -limbered 'lImb@d Jc%,Jd% 22C,15B -limbering 'lImb@rIN Jb% 32C,15B -limbers 'lImb@z Ja% 22C,15B -limbless 'lIml@s OA% 2 -limbo 'lImb@U M6% 2 -limbos 'lImb@Uz Mj$ 2 -limbs lImz Kj% 1 -lime laIm H2$,M6% 16A -lime-tree 'laIm-tri K6% 2 -lime-trees 'laIm-triz Kj% 2 -limed laImd Hc$,Hd% 16A -limejuice 'laImdZus L@% 2 -limekiln 'laImkIln K6$ 2 -limekilns 'laImkIlnz Kj$ 2 -limelight 'laImlaIt L@% 2 -limerick 'lIm@rIk K6% 3 -limericks 'lIm@rIks Kj% 3 -limes laImz Ha%,Mj% 16A -limestone 'laImst@Un L@% 2 -limey 'laImI K6$ 2 -limeys 'laImIz Kj$ 2 -liming 'laImIN Hb$ 26A -limit 'lImIt H0%,K6% 26A,14 -limitation ,lImI'teISn M6% 4 -limitations ,lImI'teISnz Mj% 4 -limited 'lImItId Hc%,Hd% 36A,14 -limiting 'lImItIN Hb% 36A,14 -limitless 'lImItl@s OA% 3 -limits 'lImIts Ha%,Kj% 26A,14 -limn lIm H0$ 1 -limned lImd Hc$,Hd$ 1 -limning 'lImIN Hb$ 2 -limns lImz Ha$ 1 -limousine 'lIm@zin K6% 3 -limousines 'lIm@zinz Kj% 3 -limp lImp I0%,K6%,OA% 12A,2C -limped lImpt Ic%,Id% 12A,2C -limpet 'lImpIt K6% 2 -limpets 'lImpIts Kj% 2 -limpid 'lImpId OA% 2 -limpidity lIm'pIdItI L@% 4 -limpidly 'lImpIdlI Pu% 3 -limping 'lImpIN Ib% 22A,2C -limply 'lImplI Pu% 2 -limpness 'lImpn@s L@% 2 -limps lImps Ia%,Kj% 12A,2C -linchpin 'lIntSpIn K6% 2 -linchpins 'lIntSpInz Kj% 2 -linden 'lInd@n K6$ 2 -linden-tree 'lInd@n-tri K6$ 3 -linden-trees 'lInd@n-triz Kj$ 3 -lindens 'lInd@nz Kj$ 2 -line laIn J2%,M6* 12C,6A,14,15B -line-shooter 'laIn-Sut@R K6$ 3 -line-shooters 'laIn-Sut@z Kj$ 3 -line-shooting 'laIn-SutIN L@$ 3 -line-up 'laIn-Vp K6% 2 -line-ups 'laIn-Vps Kj% 2 -lineage 'lInIIdZ L@% 3 -lineal 'lInI@l OA$ 3 -lineally 'lInI@lI Pu$ 4 -lineament 'lInI@m@nt K6$ 4 -lineaments 'lInI@m@nts Kj% 4 -linear 'lInI@R OA% 3 -linearly 'lInI@lI Pu% 4 -lined laInd Jc%,Jd% 12C,6A,14,15B -lineman 'laInm@n Ki% 2 -linemen 'laInm@n Kj% 2 -linen 'lInIn L@% 2 -linen-draper 'lInIn-dreIp@R K6$ 4 -linen-drapers 'lInIn-dreIp@z Kj$ 4 -liner 'laIn@R K6% 2 -liner-train 'laIn@-treIn K6$ 3 -liner-trains 'laIn@-treInz Kj$ 3 -liners 'laIn@z Kj% 2 -lines laInz Ja%,Mj% 12C,6A,14,15B -linesman 'laInzm@n Ki% 2 -linesmen 'laInzm@n Kj% 2 -ling lIN M6$ 1 -lingam 'lINg@m K6$ 2 -lingams 'lINg@mz Kj$ 2 -linger 'lINg@R I0% 22A,2C -lingered 'lINg@d Ic%,Id% 22A,2C -lingerer 'lINg@r@R K6% 3 -lingerers 'lINg@r@z Kj% 3 -lingerie 'l&nZ@ri L@% 3 -lingering 'lINg@rIN Ib%,OA% 32A,2C -lingeringly 'lINg@rINlI Pu% 4 -lingers 'lINg@z Ia% 22A,2C -lingo 'lINg@U K7% 2 -lingoes 'lINg@Uz Kj$ 2 -lings lINz Mj$ 1 -lingua franca ,lINgw@ 'fr&Nk@ Ki% 4 -lingual 'lINgw@l OA% 2 -linguist 'lINgwIst K6% 2 -linguistic lIN'gwIstIk OA% 3 -linguistically lIN'gwIstIklI Pu% 4 -linguistics lIN'gwIstIks Lk% 3 -linguists 'lINgwIsts Kj% 2 -liniment 'lInIm@nt M6% 3 -liniments 'lInIm@nts Mj$ 3 -lining 'laInIN Jb%,M6% 22C,6A,14,15B -linings 'laInINz Mj% 2 -link lINk J0%,K6% 12A,2C,6A,15A,15B -link-up 'lINk-Vp K6% 2 -link-ups 'lINk-Vps Kj% 2 -linkage 'lINkIdZ M6% 2 -linkages 'lINkIdZIz Mj% 2 -linkboy 'lInkboI K6$ 2 -linkboys 'lInkboIz Kj$ 2 -linked lINkt Jc%,Jd% 12A,2C,6A,15A,15B -linking 'lINkIN Jb% 22A,2C,6A,15A,15B -linkman 'lINkm&n Ki$ 2 -linkmen 'lINkmen Kj$ 2 -links lINks Ja%,K9% 12A,2C,6A,15A,15B -linnet 'lInIt K6% 2 -linnets 'lInIts Kj% 2 -lino 'laIn@U L@% 2 -linocut 'laIn@UkVt K6% 3 -linocuts 'laIn@UkVts Kj% 3 -linoleum lI'n@UlI@m L@% 4 -linotype 'laIn@UtaIp K6% 3 -linotypes 'laIn@UtaIps Kj% 3 -linseed 'lInsid L@% 2 -linsey-woolsey ,lInzI-'wUlzI L@$ 4 -lint lInt L@% 1 -lintel 'lIntl K6% 2 -lintels 'lIntlz Kj% 2 -lion 'laI@n K6% 2 -lion-hearted 'laI@n-hAtId OA% 4 -lion-hunter 'laI@n-hVnt@R K6% 4 -lion-hunters 'laI@n-hVnt@z Kj% 4 -lioness 'laI@nes K7% 3 -lionesses 'laI@nesIz Kj% 4 -lionize 'laI@naIz H2$ 36A -lionized 'laI@naIzd Hc$,Hd$ 36A -lionizes 'laI@naIzIz Ha$ 46A -lionizing 'laI@naIzIN Hb$ 46A -lions 'laI@nz Kj% 2 -lip lIp M6% 1 -lip-read 'lIp-red Hc$,Hd$ 2 -lip-read 'lIp-rid H5% 2 -lip-reading 'lIp-ridIN Hb%,L@% 3 -lip-reads 'lIp-ridz Ha% 2 -lipped lIpt Ot% 1 -lips lIps Mj% 1 -lipstick 'lIpstIk M6% 2 -lipsticks 'lIpstIks Mj% 2 -liquefaction ,lIkwI'f&kSn L@$ 4 -liquefied 'lIkwIfaId Jc%,Jd% 32A,6A -liquefies 'lIkwIfaIz Ja% 32A,6A -liquefy 'lIkwIfaI J3% 32A,6A -liquefying 'lIkwIfaIIN Jb% 42A,6A -liquescent lI'kwesnt OA$ 3 -liqueur lI'kjU@R K6% 2 -liqueurs lI'kjU@z Kj% 2 -liquid 'lIkwId M6%,OA% 2 -liquidate 'lIkwIdeIt J2% 32A,6A -liquidated 'lIkwIdeItId Jc%,Jd% 42A,6A -liquidates 'lIkwIdeIts Ja% 32A,6A -liquidating 'lIkwIdeItIN Jb% 42A,6A -liquidation ,lIkwI'deISn L@% 4 -liquidator 'lIkwIdeIt@R K6% 4 -liquidators 'lIkwIdeIt@z Kj% 4 -liquidity lI'kwIdItI L@% 4 -liquidize 'lIkwIdaIz H2% 36A -liquidized 'lIkwIdaIzd Hc%,Hd% 36A -liquidizer 'lIkwIdaIz@R K6% 4 -liquidizers 'lIkwIdaIz@z Kj% 4 -liquidizes 'lIkwIdaIzIz Ha% 46A -liquidizing 'lIkwIdaIzIN Hb% 46A -liquids 'lIkwIdz Mj% 2 -liquor 'lIk@R M6% 2 -liquorice 'lIk@rIs L@% 3 -liquors 'lIk@z Mj$ 2 -lira 'lI@r@ K6$ 2 -liras 'lI@r@z Kj$ 2 -lire 'lI@r@ Kj$ 2 -lisle laIl L@$ 1 -lisp lIsp J0%,K6% 12A,6A,15B -lisped lIspt Jc%,Jd% 12A,6A,15B -lisping 'lIspIN Jb% 22A,6A,15B -lispingly 'lIspINlI Pu% 3 -lisps lIsps Ja%,Kj% 12A,6A,15B -lissom 'lIs@m OA% 2 -lissome 'lIs@m OA$ 2 -lissomness 'lIs@mn@s L@$ 3 -list lIst J0%,K6% 12A,2C,6A -list-price 'lIst-praIs K6% 2 -list-prices 'lIst-praIsIz Kj$ 3 -listed 'lIstId Jc%,Jd% 22A,2C,6A -listen 'lIsn I0% 22A,2C,3A -listened 'lIsnd Ic%,Id% 22A,2C,3A -listener 'lIsn@R K6% 2 -listeners 'lIsn@z Kj% 2 -listening 'lIsnIN Ib% 22A,2C,3A -listens 'lIsnz Ia% 22A,2C,3A -listing 'lIstIN Jb%,K6% 22A,2C,6A -listings 'lIstINz Kj% 2 -listless 'lIstlIs OA% 2 -listlessly 'lIstlIslI Pu% 3 -listlessness 'lIstlIsn@s L@% 3 -lists lIsts Ja%,Kj% 12A,2C,6A -lists lists Kj$ 1 -lit lIt Jc%,Jd% 12C,6A,15A,15B -litanies 'lIt@nIz Kj% 3 -litany 'lIt@nI K8% 3 -litchee 'laItSi K6$ 2 -litchees 'laItSiz Kj$ 2 -litchi 'laItSi K6$ 2 -litchis 'laItSiz Kj$ 2 -literacy 'lIt@r@sI L@% 4 -literal 'lIt@r@l K6$,OA% 3 -literally 'lIt@r@lI Pu% 4 -literals 'lIt@r@lz Kj$ 3 -literary 'lIt@r@rI OA% 4 -literate 'lIt@r@t K6$,OA% 3 -literates 'lIt@r@ts Kj$ 3 -literati ,lIt@'rAtI Kj% 4 -literature 'lItr@tS@R L@% 3 -lithe laID OA% 1 -lithograph 'lIT@grAf J0$,K6% 3 -lithographed 'lIT@grAft Jc$,Jd% 3 -lithographic ,lIT@'gr&fIk OA% 4 -lithographing 'lIT@grAfIN Jb$ 4 -lithographs 'lIT@grAfs Ja$,Kj% 3 -lithography lI'T0gr@fI L@% 4 -litigant 'lItIg@nt K6% 3 -litigants 'lItIg@nts Kj% 3 -litigate 'lItIgeIt J2% 32A,6A -litigated 'lItIgeItId Jc%,Jd% 42A,6A -litigates 'lItIgeIts Ja% 32A,6A -litigating 'lItIgeItIN Jb% 42A,6A -litigation ,lItI'geISn L@% 4 -litigious lI'tIdZ@s OA$ 3 -litmus 'lItm@s L@% 2 -litmus-paper 'lItm@s-peIp@R M6% 4 -litmus-papers 'lItm@s-peIp@z Mj% 4 -litotes 'laIt@Utiz K9$ 3 -litre 'lit@R K6% 2 -litres 'lit@z Kj% 2 -litter 'lIt@R J0%,M6% 22A,6A,14,15A,15B -litter-basket 'lIt@-bAskIt K6% 4 -litter-baskets 'lIt@-bAskIts Kj% 4 -litter-lout 'lIt@-laUt K6% 3 -litter-louts 'lIt@-laUts Kj% 3 -litterbin 'lIt@bIn K6% 3 -litterbins 'lIt@bInz Kj% 3 -littered 'lIt@d Jc%,Jd% 22A,6A,14,15A,15B -littering 'lIt@rIN Jb% 32A,6A,14,15A,15B -litters 'lIt@z Ja%,Mj$ 22A,6A,14,15A,15B -little 'lItl L@%,OB*,Pu* 2 -littleness 'lItln@s L@% 3 -littler 'lItl@R Or% 2 -littlest 'lItlIst Os% 2 -littoral 'lIt@r@l K6$,OA$ 3 -littorals 'lIt@r@lz Kj$ 3 -liturgical lI't3dZIkl OA% 4 -liturgies 'lIt@dZIz Mj% 3 -liturgy 'lIt@dZI M8% 3 -livable 'lIv@bl OA% 3 -live lIv J2% 12A,2B,2C,2D,3A,4A,6B,15B -live laIv OA%,Pu% 1 -live-birth 'laIv-b3T K6% 2 -live-births 'laIv-b3Ts Kj% 2 -liveable 'lIv@bl OA% 3 -lived lIvd Jc%,Jd% 12A,2B,2C,2D,3A,4A,6B,15B -livelier 'laIvlI@R Or% 3 -liveliest 'laIvlIIst Os% 3 -livelihood 'laIvlIhUd K6% 3 -livelihoods 'laIvlIhUdz Kj% 3 -liveliness 'laIvlIn@s L@% 3 -livelong 'lIvl0N OA$ 2 -lively 'laIvlI OD% 2 -liven 'laIvn J0% 22C,15B -livened 'laIvnd Jc%,Jd% 22C,15B -livening 'laIvnIN Jb% 22C,15B -livens 'laIvnz Ja% 22C,15B -liver 'lIv@R M6% 2 -liveried 'lIv@rId OA% 3 -liveries 'lIv@rIz Kj$ 3 -liverish 'lIv@rIS OA% 3 -livers 'lIv@z Mj% 2 -liverwurst 'lIv@w3st L@$ 3 -livery 'lIv@rI K8%,OA% 3 -liveryman 'lIv@rIm&n Ki$ 4 -liverymen 'lIv@rImen Kj$ 4 -lives lIvz Ja% 12A,2B,2C,2D,3A,4A,6B,15B -lives laIvz Kj% 1 -livestock 'laIvst0k L@% 2 -livid 'lIvId OA% 2 -lividly 'lIvIdlI Pu$ 3 -living 'lIvIN Jb*,M6%,OA* 22A,2B,2C,2D,3A,4A,6B,15B -living-room 'lIvIN-rum K6% 3 -living-rooms 'lIvIN-rumz Kj% 3 -living-space 'lIvIN-speIs K6% 3 -living-spaces 'lIvIN-speIsIz Kj% 4 -livings 'lIvINz Mj% 2 -lizard 'lIz@d K6% 2 -lizards 'lIz@dz Kj% 2 -ll laInz Y)% 1 -llama 'lAm@ K6% 2 -llamas 'lAm@z Kj% 2 -lo l@U W-$ 1 -load l@Ud J0%,K6% 12A,2C,6A,14,15A,15B -load-line 'l@Ud-laIn K6$ 2 -load-lines 'l@Ud-laInz Kj$ 2 -load-shedding 'l@Ud-SedIN L@$ 3 -loaded 'l@UdId Jc%,Jd%,OA% 22A,2C,6A,14,15A,15B -loader 'l@Ud@R K6% 2 -loaders 'l@Ud@z Kj% 2 -loading 'l@UdIN Jb%,K6% 22A,2C,6A,14,15A,15B -loadings 'l@UdINz Kj% 2 -loads l@Udz Ja%,Kj% 12A,2C,6A,14,15A,15B -loadstar 'l@UdstAR K6$ 2 -loadstars 'l@UdstAz Kj$ 2 -loadstone 'l@Udst@Un L@$ 2 -loaf l@Uf J0%,Mi% 12A,2C,15A,15B -loaf-sugar 'l@Uf-SUg@R L@$ 3 -loafed l@Uft Jc%,Jd% 12A,2C,15A,15B -loafer 'l@Uf@R K6% 2 -loafers 'l@Uf@z Kj% 2 -loafing 'l@UfIN Jb% 22A,2C,15A,15B -loafs l@Ufs Ja% 12A,2C,15A,15B -loam l@Um L@% 1 -loamier 'l@UmI@R Or% 3 -loamiest 'l@UmIIst Os% 3 -loamy 'l@UmI OD% 2 -loan l@Un H0%,M6% 16A,14 -loan-collection 'l@Un-k@,lekSn K6$ 4 -loan-collections 'l@Un-k@,lekSnz Kj$ 4 -loan-office 'l@Un-0fIs K6$ 3 -loan-offices 'l@Un-0fIsIz Kj$ 4 -loaned l@Und Hc%,Hd% 16A,14 -loaning 'l@UnIN Hb% 26A,14 -loans l@Unz Ha%,Mj% 16A,14 -loanword 'l@Unw3d K6% 2 -loanwords 'l@Unw3dz Kj% 2 -loath l@UT OA% 1 -loathe l@UD H2% 16A,6C -loathed l@UDd Hc%,Hd% 16A,6C -loathes l@UDz Ha% 16A,6C -loathing 'l@UDIN Hb%,L@% 26A,6C -loathlier 'l@UTlI@R Or$ 3 -loathliest 'l@UTlIIst Os$ 3 -loathly 'l@UTlI OD$ 2 -loathsome 'l@UDs@m OA% 2 -loaves l@Uvz Kj% 1 -lob l0b J4%,K6% 12C,6A,15A -lobbed l0bd Jc%,Jd% 12C,6A,15A -lobbied 'l0bId Jc%,Jd% 22A,2C,6A,15A -lobbies 'l0bIz Ja%,Kj% 22A,2C,6A,15A -lobbing 'l0bIN Jb% 22C,6A,15A -lobby 'l0bI J3%,K8% 22A,2C,6A,15A -lobbying 'l0bIIN Jb% 32A,2C,6A,15A -lobbyist 'l0bIIst K6% 3 -lobbyists 'l0bIIsts Kj% 3 -lobe l@Ub K6% 1 -lobed l@Ubd OA% 1 -lobes l@Ubz Kj% 1 -lobs l0bz Ja%,Kj% 12C,6A,15A -lobster 'l0bst@R M6% 2 -lobster-pot 'l0bst@-p0t K6% 3 -lobster-pots 'l0bst@-p0ts Kj% 3 -lobsters 'l0bst@z Mj% 2 -loc cit ,l0k 'sIt Y~$ 2 -local 'l@Ukl K6%,OA% 2 -locale l@U'kAl K6% 2 -locales l@U'kAlz Kj$ 2 -localism 'l@Uk@lIz@m M6$ 4 -localisms 'l@Uk@lIz@mz Mj$ 4 -localities l@U'k&lItIz Mj% 4 -locality l@U'k&lItI M8% 4 -localization ,l@Uk@laI'zeISn M6% 5 -localizations ,l@Uk@laI'zeISnz Mj$ 5 -localize 'l@Uk@laIz H2% 36A -localized 'l@Uk@laIzd Hc%,Hd% 36A -localizes 'l@Uk@laIzIz Ha% 46A -localizing 'l@Uk@laIzIN Hb% 46A -locally 'l@Uk@lI Pu% 3 -locals 'l@Uklz Kj% 2 -locate l@U'keIt H2% 26A,15A -located l@U'keItId Hc%,Hd% 36A,15A -locates l@U'keIts Ha% 26A,15A -locating l@U'keItIN Hb% 36A,15A -location l@U'keISn M6% 3 -locations l@U'keISnz Mj% 3 -loch l0k K6% 1 -lochs l0ks Kj% 1 -loci 'l@UsaI Kj$ 2 -lock l0k J0%,M6% 12A,2C,6A,15A,15B -lock-gate 'l0k-geIt K6% 2 -lock-gates 'l0k-geIts Kj% 2 -lock-keeper 'l0k-kip@R K6% 3 -lock-keepers 'l0k-kip@z Kj% 3 -locked l0kt Jc%,Jd% 12A,2C,6A,15A,15B -locker 'l0k@R K6% 2 -lockers 'l0k@z Kj% 2 -locket 'l0kIt K6% 2 -lockets 'l0kIts Kj% 2 -locking 'l0kIN Jb% 22A,2C,6A,15A,15B -lockjaw 'l0kdZO L@% 2 -locknut 'l0knVt K6$ 2 -locknuts 'l0knVts Kj$ 2 -lockout 'l0kaUt K6% 2 -lockouts 'l0kaUts Kj$ 2 -locks l0ks Ja%,Mj% 12A,2C,6A,15A,15B -locksmith 'l0ksmIT K6% 2 -locksmiths 'l0ksmITs Kj% 2 -lockstitch 'l0kstItS K7$ 2 -lockstitches 'l0kstItSIz Kj$ 3 -lockup 'l0kVp K6%,OA% 2 -lockups 'l0kVps Kj$ 2 -loco 'l@Uk@U OA$ 2 -locomotion 'l@Uk@m@USn L@% 4 -locomotive ,l@Uk@'m@UtIv K6%,OA% 4 -locomotives ,l@Uk@'m@UtIvz Kj% 4 -locum 'l@Uk@m K6% 2 -locum tenens ,l@Uk@m 'tinenz Ki$ 4 -locums 'l@Uk@mz Kj$ 2 -locus 'l@Uk@s Ki$ 2 -locus classicus ,l@Uk@s 'kl&sIk@s Ki$ 5 -locust 'l@Uk@st K6% 2 -locust-tree 'l@Uk@st-tri K6$ 3 -locust-trees 'l@Uk@st-triz Kj$ 3 -locusts 'l@Uk@sts Kj% 2 -locution l@'kjuSn M6% 3 -locutions l@'kjuSnz Mj% 3 -lode l@Ud K6$ 1 -lodes l@Udz Kj$ 1 -lodestar 'l@UdstAR K6% 2 -lodestars 'l@UdstAz Kj% 2 -lodestone 'l@Udst@Un L@% 2 -lodge l0dZ J2%,K6% 13A,6A,14,15A -lodged l0dZd Jc%,Jd% 13A,6A,14,15A -lodgement 'l0dZm@nt M6$ 2 -lodgements 'l0dZm@nts Mj$ 2 -lodger 'l0dZ@R K6% 2 -lodgers 'l0dZ@z Kj% 2 -lodges 'l0dZIz Ja%,Kj% 23A,6A,14,15A -lodging 'l0dZIN Jb%,K6% 23A,6A,14,15A -lodging-house 'l0dZIN-haUs K6% 3 -lodging-houses 'l0dZIN-haUzIz Kj% 4 -lodgings 'l0dZINz Kj% 2 -lodgment 'l0dZm@nt M6$ 2 -lodgments 'l0dZm@nts Mj$ 2 -loess 'l@Ues L@$ 2 -loft l0ft H0$,K6% 16A -lofted 'l0ftId Hc$,Hd% 26A -loftier 'l0ftI@R Or% 3 -loftiest 'l0ftIIst Os% 3 -loftily 'l0ftIlI Pu% 3 -loftiness 'l0ftIn@s L@% 3 -lofting 'l0ftIN Hb$ 26A -lofts l0fts Ha$,Kj% 16A -lofty 'l0ftI OD% 2 -log l0g H4%,K6% 16A -log-cabin l0g-'k&bIn K6% 3 -log-cabins l0g-'k&bInz Kj% 3 -log-jam 'l0g-dZ&m K6% 2 -log-jams 'l0g-dZ&mz Kj$ 2 -log-rolling 'l0g-r@UlIN L@% 3 -loganberries 'l@Ug@nberIz Kj% 4 -loganberry 'l@Ug@nberI K8% 4 -logarithm 'l0g@rID@m K6% 4 -logarithmic ,l0g@'rIDmIk OA% 4 -logarithmically ,l0g@'rIDmIklI Pu% 5 -logarithms 'l0g@rID@mz Kj% 4 -logbook 'l0gbUk K6% 2 -logbooks 'l0gbUks Kj% 2 -logged l0gd Hc%,Hd% 16A -loggerheads 'l0g@hedz L@% 3 -loggia 'l0dZI@ K6$ 3 -loggias 'l0dZI@z Kj$ 3 -logging 'l0gIN Hb%,L@% 26A -logic 'l0dZIk M6% 2 -logical 'l0dZIkl OA% 3 -logicality ,l0dZI'k&lItI L@$ 5 -logically 'l0dZIklI Pu% 3 -logician l@'dZISn K6% 3 -logicians l@'dZISnz Kj% 3 -logics 'l0dZIks Mj% 2 -logistics l@'dZIstIks Lk% 3 -logs l0gz Ha%,Kj% 16A -loin loIn K6% 1 -loincloth 'loInkl0T K6% 2 -loincloths 'loInkl0Ts Kj% 2 -loins loInz Kj% 1 -loiter 'loIt@R J0% 22A,2C,15B -loitered 'loIt@d Jc%,Jd% 22A,2C,15B -loiterer 'loIt@r@R K6% 3 -loiterers 'loIt@r@z Kj% 3 -loitering 'loIt@rIN Jb% 32A,2C,15B -loiters 'loIt@z Ja% 22A,2C,15B -loll l0l J0% 12A,2C,15B -lolled l0ld Jc%,Jd% 12A,2C,15B -lollies 'l0lIz Kj% 2 -lolling 'l0lIN Jb% 22A,2C,15B -lollipop 'l0lIp0p K6% 3 -lollipops 'l0lIp0ps Kj% 3 -lolls l0lz Ja% 12A,2C,15B -lolly 'l0lI K8% 2 -lone l@Un OA% 1 -lonelier 'l@UnlI@R Or% 3 -loneliest 'l@UnlIIst Os% 3 -loneliness 'l@UnlIn@s L@% 3 -lonely 'l@UnlI OD% 2 -lonesome 'l@Uns@m OA% 2 -long l0N I0%,M6%,OC*,Pu*,Y>$ 13A,4C -long-distance 'l0N-dIst@ns Oq% 3 -long-drawn-out ,l0N-drOn-'@Ut OA% 3 -long-haired l0N-'he@d OA% 2 -long-headed l0N-'hedId OA$ 3 -long-lived l0N-'lIvd OA% 2 -long-play 'l0N-pleI OA$ 2 -long-playing 'l0N-pleIIN OA% 3 -long-range 'l0N-reIndZ Oq% 2 -long-sighted l0N-'saItId OA% 3 -long-standing 'l0N-st&ndIN OA% 3 -long-suffering l0N-'sVf@rIN OA% 4 -long-term 'l0N-t3m Oq% 2 -long-time 'l0N-taIm Oq% 2 -long-winded l0N-'wIndId OA% 3 -long-windedness l0N-'wIndIdn@s L@% 4 -longboat 'l0Nb@Ut K6% 2 -longboats 'l0Nb@Uts Kj% 2 -longbow 'l0NbaU K6% 2 -longbows 'l0NbaUz Kj% 2 -longed l0Nd Ic%,Id% 13A,4C -longer 'l0Ng@R Or%,Pu% 2 -longest 'l0NgIst Os%,Pu% 2 -longevity l0n'dZevItI L@% 4 -longhand 'l0Nh&nd L@% 2 -longing 'l0NIN Ib%,M6%,OA% 23A,4C -longingly 'l0NINlI Pu% 3 -longings 'l0NINz Mj$ 2 -longish 'l0NIS OA% 2 -longitude 'l0ndZItjud K6% 3 -longitudes 'l0ndZItjudz Kj$ 3 -longitudinal ,l0ndZI'tjudInl OA% 5 -longitudinally ,l0ndZI'tjudIn@lI Pu% 6 -longs l0Nz Ia%,Mj$ 13A,4C -longshoreman 'l0NSOm@n Ki% 3 -longshoremen 'l0NSOm@n Kj% 3 -longways 'l0NweIz Pu% 2 -longwise 'l0NwaIz Pu% 2 -loo lu K6% 1 -loofa 'luf@ K6$ 2 -loofah 'luf@ K6% 2 -loofahs 'luf@z Kj% 2 -loofas 'luf@z Kj$ 2 -look lUk J0*,K6* 12A,2C,2D,3A,4A,4D,6A,8,15B -look-over 'lUk-@Uv@R Ki$ 3 -looked lUkt Jc*,Jd* 12A,2C,2D,3A,4A,4D,6A,8,15B -looker 'lUk@R K6% 2 -looker-on ,lUk@r-'0n Ki% 3 -lookers 'lUk@z Kj% 2 -lookers-on ,lUk@z-'0n Kj% 3 -looking 'lUkIN Jb% 22A,2C,2D,3A,4A,4D,6A,8,15B -looking-glass 'lUkIN-glAs K7% 3 -looking-glasses 'lUkIN-glAsIz Kj% 4 -lookout 'lUkaUt K6% 2 -lookouts 'lUkaUts Kj% 2 -looks lUks Ja%,Kj% 12A,2C,2D,3A,4A,4D,6A,8,15B -loom lum I0%,K6% 12C,2D -loomed lumd Ic%,Id% 12C,2D -looming 'lumIN Ib% 22C,2D -looms lumz Ia%,Kj% 12C,2D -loon lun K6$ 1 -loonier 'lunI@R Or% 3 -loonies 'lunIz Kj% 2 -looniest 'lunIIst Os% 3 -loons lunz Kj$ 1 -loony 'lunI K8%,OD% 2 -loonybin 'lunIbIn K6$ 3 -loonybins 'lunIbInz Kj$ 3 -loop lup J0%,K6% 12A,6A,15B -loop-line 'lup-laIn K6$ 2 -loop-lines 'lup-laInz Kj$ 2 -looped lupt Jc%,Jd% 12A,6A,15B -loophole 'luph@Ul K6% 2 -loopholes 'luph@Ulz Kj% 2 -looping 'lupIN Jb% 22A,6A,15B -loops lups Ja% 12A,6A,15B -loopy 'lupI OA% 2 -loos luz Kj% 1 -loose lus H2%,OB% 16A -loose-leaf 'lus-lif Oq% 2 -loosed lust Hc%,Hd% 16A -loosely 'luslI Pu% 2 -loosen 'lusn J0% 22A,6A,15B -loosened 'lusnd Jc%,Jd% 22A,6A,15B -loosening 'lusnIN Jb% 32A,6A,15B -loosens 'lusnz Ja% 22A,6A,15B -looser 'lus@R Or% 2 -looses 'lusIz Ha% 26A -loosest 'lusIst Os% 2 -loosing 'lusIN Hb% 26A -loot lut J0%,L@% 12A,6A -looted 'lutId Jc%,Jd% 22A,6A -looter 'lut@R K6% 2 -looters 'lut@z Kj% 2 -looting 'lutIN Jb% 22A,6A -loots luts Ja% 12A,6A -lop l0p J4% 16A,15B -lop-eared 'l0p-I@d OA$ 2 -lop-ears 'l0p-I@z Kj$ 2 -lope l@Up I2%,Ki% 12A,2C -loped l@Upt Ic%,Id% 12A,2C -lopes l@Ups Ia% 12A,2C -loping 'l@UpIN Ib% 22A,2C -lopped l0pt Jc%,Jd% 16A,15B -lopping 'l0pIN Jb% 26A,15B -lops l0ps Ja% 16A,15B -lopsided l0p'saIdId OA% 3 -loquacious l@'kweIS@s OA% 3 -loquaciously l@'kweIS@slI Pu% 4 -loquaciousness l@'kweIS@sn@s L@% 4 -loquacity l@'kw&sItI L@$ 4 -loquat 'l@Ukw0t K6$ 2 -loquats 'l@Ukw0ts Kj$ 2 -lor lOR W-$ 1 -lord lOd H0%,K6% 1 -lorded 'lOdId Hc%,Hd% 2 -lording 'lOdIN Hb% 2 -lordless 'lOdl@s OA% 2 -lordlier 'lOdlI@R Or$ 3 -lordliest 'lOdlIIst Os$ 3 -lordliness 'lOdlIn@s L@% 3 -lordly 'lOdlI OD% 2 -lords lOdz Ha%,Kj% 1 -lordship 'lOdSIp M6% 2 -lordships 'lOdSIps Mj% 2 -lore lOR L@% 1 -lorgnette lO'njet K6$ 2 -lorgnettes lO'njets Kj$ 2 -lorn lOn OA$ 1 -lorries 'l0rIz Kj% 2 -lorry 'l0rI K8% 2 -lose luz J5% 12A,2B,3A,6A,12C,15A -loser 'luz@R K6% 2 -losers 'luz@z Kj% 2 -loses 'luzIz Ja% 22A,2B,3A,6A,12C,15A -losing 'luzIN Jb% 22A,2B,3A,6A,12C,15A -loss l0s M7% 1 -loss-leader 'l0s-lid@R K6% 3 -loss-leaders 'l0s-lid@z Kj% 3 -losses 'l0sIz Mj% 2 -lost l0st Jc%,Jd% 12A,2B,3A,6A,12C,15A -lot l0t M6% 1 -loth l@UT OA$ 1 -lotion 'l@USn M6% 2 -lotions 'l@USnz Mj% 2 -lots l0ts Mj% 1 -lotteries 'l0t@rIz Kj% 3 -lottery 'l0t@rI K8% 3 -lotto 'l0t@U L@$ 2 -lotus 'l@Ut@s K7% 2 -lotus-eater 'l@Ut@s-it@R K6$ 4 -lotus-eaters 'l@Ut@s-it@z Kj$ 4 -lotuses 'l@Ut@sIz Kj$ 3 -loud laUd OC%,Pu% 1 -loud-hailer laUd-'heIl@R K6% 3 -loud-hailers laUd-'heIl@z Kj% 3 -louder 'laUd@R Or% 2 -loudest 'laUdIst Os% 2 -loudly 'laUdlI Pu% 2 -loudness 'laUdn@s L@% 2 -loudspeaker laUd'spik@R K6% 3 -loudspeakers laUd'spik@z Kj% 3 -lough l0k K6$ 1 -loughs l0ks Kj$ 1 -lounge laUndZ I2%,K6% 12A,2C -lounge-chair 'laUndZ-tSe@R K6% 2 -lounge-chairs 'laUndZ-tSe@z Kj% 2 -lounge-lizard 'laUndZ-lIz@d K6% 3 -lounge-lizards 'laUndZ-lIz@dz Kj% 3 -lounge-suit 'laUndZ-sut K6% 2 -lounge-suits 'laUndZ-suts Kj% 2 -lounged laUndZd Ic%,Id% 12A,2C -lounger 'laUndZ@R K6% 2 -loungers 'laUndZ@z Kj% 2 -lounges 'laUndZIz Ia%,Kj% 22A,2C -lounging 'laUndZIN Ib% 22A,2C -lour 'laU@R I0$ 22A,3A -loured 'laU@d Ic%,Id% 22A,3A -louring 'laU@rIN Ib% 32A,3A -louringly 'laU@rINlI Pu% 4 -lours 'laU@z Ia$ 22A,3A -louse laUs Ki% 1 -lousier 'laUzI@R Or% 3 -lousiest 'laUzIIst Os% 3 -lousy 'laUzI OD% 2 -lout laUt K6% 1 -loutish 'laUtIS OA% 2 -louts laUts Kj% 1 -louvered 'luv@d OA$ 2 -louvre 'luv@R K6$ 2 -louvres 'luv@z Kj$ 2 -lovable 'lVv@bl OA% 3 -love lVv H2*,M6* 16A,6D,7A,17 -love-affair 'lVv-@fe@R K6% 3 -love-affairs 'lVv-@fe@z Kj% 3 -love-child 'lVv-tSaIld Ki% 2 -love-children 'lVv-tSIldr@n Kj$ 3 -love-feast 'lVv-fist K6$ 2 -love-feasts 'lVv-fists Kj$ 2 -love-knot 'lVv-n0t K6% 2 -love-knots 'lVv-n0ts Kj$ 2 -love-letter 'lVv-let@R K6% 3 -love-letters 'lVv-let@z Kj% 3 -love-match 'lVv-m&tS K7% 2 -love-matches 'lVv-m&tSIz Kj$ 3 -love-philtre 'lVv-fIlt@R K6$ 3 -love-philtres 'lVv-fIlt@z Kj$ 3 -love-potion 'lVv-p@USn K6% 3 -love-potions 'lVv-p@USnz Kj% 3 -love-seat 'lVv-sit K6$ 2 -love-seats 'lVv-sits Kj$ 2 -love-song 'lVv-s0N K6% 2 -love-songs 'lVv-s0Nz Kj% 2 -love-stories 'lVv-stOrIz Kj% 3 -love-story 'lVv-stOrI K8% 3 -love-token 'lVv-t@Uk@n K6% 3 -love-tokens 'lVv-t@Uk@nz Kj% 3 -lovebird 'lVvb3d K6% 2 -lovebirds 'lVvb3dz Kj% 2 -loved lVvd Hc%,Hd% 16A,6D,7A,17 -loveless 'lVvl@s OA% 2 -lovelier 'lVvlI@R Or% 3 -loveliest 'lVvlIIst Os% 3 -loveliness 'lVvlIn@s L@% 3 -lovelorn 'lVvlOn OA% 2 -lovely 'lVvlI OD% 2 -lovemaking 'lVvmeIkIN L@% 3 -lover 'lVv@R K6% 2 -loverlike 'lVv@laIk OA$ 3 -lovers 'lVv@z Kj% 2 -loves lVvz Ha%,Mj% 16A,6D,7A,17 -lovesick 'lVvsIk OA% 2 -loving 'lVvIN Hb%,OA% 26A,6D,7A,17 -loving-cup 'lVvIN-kVp K6% 3 -loving-cups 'lVvIN-kVps Kj% 3 -loving-kindness ,lVvIN-'kaIndn@s L@% 4 -lovingly 'lVvINlI Pu% 3 -low l@U I0%,K6%,OC%,Pu% 1 -low-down l@U-'daUn OA% 2 -low-keyed l@U-'kid OA% 2 -low-pitched l@U-'pItSt OA% 2 -low-relief ,l@U-rI'lif M6% 3 -low-reliefs ,l@U-rI'lifs Mj% 3 -low-spirited l@U-'spIrItId OA% 4 -lowborn l@U'bOn OA% 2 -lowbred l@U'bred OA% 2 -lowbrow 'l@UbraU K6$,OA% 2 -lowbrows 'l@UbraUz Kj$ 2 -lowed l@Ud Ic$,Id$ 1 -lower 'l@U@R J0%,Or%,Pu% 22A,6A,15A -lower 'laU@R I0$ 22A,3A -lowered 'l@U@d Jc%,Jd% 22A,6A,15A -lowered 'laU@d Ic$,Id$ 22A,3A -lowering 'l@U@rIN Jb% 32A,6A,15A -lowering 'laU@rIN Ib$ 32A,3A -lowermost 'l@U@m@Ust OA% 3 -lowers 'l@U@z Ja% 22A,6A,15A -lowers 'laU@z Ia$ 22A,3A -lowest 'l@UIst Os%,Pu% 2 -lowing 'l@UIN Ib$ 2 -lowlander 'l@Ul@nd@R K6% 3 -lowlanders 'l@Ul@nd@z Kj% 3 -lowlands 'l@Ul@ndz Kj% 2 -lowlier 'l@UlI@R Or% 3 -lowliest 'l@UlIIst Os% 3 -lowliness 'l@UlIn@s L@% 3 -lowly 'l@UlI OD% 2 -lowness 'l@Unes L@% 2 -lows l@Uz Ia$,Kj$ 1 -loyal 'loI@l OE% 2 -loyalist 'loI@lIst K6% 3 -loyalists 'loI@lIsts Kj% 3 -loyaller 'loI@l@R Or$ 3 -loyallest 'loI@lIst Os$ 3 -loyally 'loI@lI Pu% 3 -loyalties 'loI@ltIz Mj% 3 -loyalty 'loI@ltI M8% 3 -lozenge 'l0zIndZ K6% 2 -lozenges 'l0zIndZIz Kj% 3 -lubber 'lVb@R K6$ 2 -lubberly 'lVb@lI OA$ 3 -lubbers 'lVb@z Kj$ 2 -lubricant 'lubrIk@nt M6% 3 -lubricants 'lubrIk@nts Mj% 3 -lubricate 'lubrIkeIt H2% 36A -lubricated 'lubrIkeItId Hc%,Hd% 46A -lubricates 'lubrIkeIts Ha% 36A -lubricating 'lubrIkeItIN Hb% 46A -lubrication ,lubrI'keISn M6% 4 -lubrications ,lubrI'keISnz Mj% 4 -lucent 'lusnt OA$ 2 -lucerne lu's3n L@$ 2 -lucid 'lusId OA% 2 -lucidity lu'sIdItI L@% 4 -lucidly 'lusIdlI Pu% 3 -luck lVk L@% 1 -luckier 'lVkI@R Or% 3 -luckiest 'lVkIIst Os% 3 -luckily 'lVkIlI Pu% 3 -luckless 'lVkl@s OA% 2 -lucky 'lVkI OD% 2 -lucrative 'lukr@tIv OA% 3 -lucre 'luk@R L@% 2 -ludicrous 'ludIkr@s OA% 3 -ludicrously 'ludIkr@slI Pu% 4 -ludo 'lud@U L@% 2 -luff lVf J0$ 1 -luffed lVft Jc$,Jd$ 1 -luffing 'lVfIN Jb$ 2 -luffs lVfs Ja$ 1 -lug lVg H4%,K6% 16A,15A,15B -luge luZ K6$ 1 -luges 'luZIz Kj$ 2 -luggage 'lVgIdZ L@% 2 -luggage-carrier 'lVgIdZ-k&rI@R K6% 5 -luggage-carriers 'lVgIdZ-k&rI@z Kj% 5 -luggage-rack 'lVgIdZ-r&k K6% 3 -luggage-racks 'lVgIdZ-r&ks Kj% 3 -luggage-van 'lVgIdZ-v&n K6% 3 -luggage-vans 'lVgIdZ-v&nz Kj% 3 -lugged lVgd Hc%,Hd% 16A,15A,15B -lugger 'lVg@R K6$ 2 -luggers 'lVg@z Kj$ 2 -lugging 'lVgIN Hb% 26A,15A,15B -lugs lVgz Ha%,Kj% 16A,15A,15B -lugsail 'lVgseIl K6$ 2 -lugsails 'lVgseIlz Kj$ 2 -lugubrious l@'gubrI@s OA% 4 -lugubriously l@'gubrI@slI Pu% 5 -lugubriousness l@'gubrI@sn@s L@% 5 -lukewarm ,luk'wOm OA% 2 -lukewarmly ,luk'wOmlI Pu$ 3 -lukewarmness ,luk'wOmn@s L@$ 3 -lull lVl J0%,K6% 12A,6A,15A -lullabies 'lVl@baIz Kj% 3 -lullaby 'lVl@baI K8% 3 -lulled lVld Jc%,Jd% 12A,6A,15A -lulling 'lVlIN Jb% 22A,6A,15A -lulls lVlz Ja%,Kj% 12A,6A,15A -lumbago lVm'beIg@U L@% 3 -lumbar 'lVmb@R OA$ 2 -lumber 'lVmb@R J0%,L@% 22C,6A,14,15A,15B -lumber-mill 'lVmb@-mIl K6% 3 -lumber-mills 'lVmb@-mIlz Kj% 3 -lumbered 'lVmb@d Jc%,Jd% 22C,6A,14,15A,15B -lumbering 'lVmb@rIN Jb% 32C,6A,14,15A,15B -lumberjack 'lVmb@dZ&k K6% 3 -lumberjacks 'lVmb@dZ&ks Kj% 3 -lumberman 'lVmb@m&n Ki$ 3 -lumbermen 'lVmb@men Kj$ 3 -lumberroom 'lVmb@rum K6% 3 -lumberrooms 'lVmb@rumz Kj% 3 -lumbers 'lVmb@z Ja$ 22C,6A,14,15A,15B -lumberyard 'lVmb@jAd K6% 3 -lumberyards 'lVmb@jAdz Kj% 3 -luminaries 'lumIn@rIz Kj% 4 -luminary 'lumIn@rI K8% 4 -luminosity ,lumI'n0sItI L@% 5 -luminous 'lumIn@s OA% 3 -lumme 'lVmI W-$ 2 -lummy 'lVmI W-$ 2 -lump lVmp H0%,K6% 12A,6A,15B -lumped lVmpt Hc%,Hd% 12A,6A,15B -lumpier 'lVmpI@R Or% 3 -lumpiest 'lVmpIIst Os% 3 -lumping 'lVmpIN Hb% 22A,6A,15B -lumpish 'lVmpIS OA$ 2 -lumps lVmps Ha%,Kj% 12A,6A,15B -lumpy 'lVmpI OD% 2 -lunacies 'lun@sIz Mj$ 3 -lunacy 'lun@sI M8% 3 -lunar 'lun@R OA% 2 -lunatic 'lun@tIk K6% 3 -lunatics 'lun@tIks Kj% 3 -lunch lVntS J1%,K7% 1 -lunched lVntSt Jc%,Jd% 1 -luncheon 'lVntS@n K6% 2 -luncheons 'lVntS@nz Kj% 2 -lunches 'lVntSIz Ja%,Kj% 2 -lunching 'lVntSIN Jb% 2 -lunchtime 'lVntStaIm M6% 2 -lunchtimes 'lVntStaImz Mj% 2 -lung lVN K6% 1 -lung-power 'lVN-paU@R L@$ 3 -lunge lVndZ I2%,K6% 12A,2C -lunged lVndZd Ic%,Id% 12A,2C -lunges 'lVndZIz Ia%,Kj% 22A,2C -lunging 'lVndZIN Ib% 22A,2C -lungs lVNz Kj% 1 -lupin 'lupIn K6% 2 -lupins 'lupInz Kj% 2 -lurch l3tS I1%,K7% 12C -lurched l3tSt Ic%,Id% 12C -lurcher 'l3tS@R K6$ 2 -lurchers 'l3tS@z Kj$ 2 -lurches 'l3tSIz Ia%,Kj% 22C -lurching 'l3tSIN Ib% 22C -lure lU@R H2%,K6% 16A,15B -lured lU@d Hc%,Hd% 16A,15B -lures lU@z Ha%,Kj% 16A,15B -lurid 'lU@rId OA% 2 -luridly 'lU@rIdlI Pu% 3 -luridness 'lU@rIdn@s L@$ 3 -luring 'lU@rIN Hb% 26A,15B -lurk l3k I0% 12C -lurked l3kt Ic%,Id% 12C -lurking 'l3kIN Ib% 22C -lurking-place 'l3kIN-pleIs K6$ 3 -lurking-places 'l3kIN-pleIsIz Kj$ 4 -lurks l3ks Ia% 12C -luscious 'lVS@s OA% 2 -lusciously 'lVS@slI Pu% 3 -lusciousness 'lVS@sn@s L@% 3 -lush lVS K7$,OC% 1 -lusher 'lVS@R Or% 2 -lushes 'lVSIz Kj$ 2 -lushest 'lVSIst Os% 2 -lust lVst I0%,M6% 13A -lusted 'lVstId Ic%,Id% 23A -lustful 'lVstf@l OA% 2 -lustfully 'lVstf@lI Pu% 3 -lustier 'lVstI@R Or% 3 -lustiest 'lVstIIst Os% 3 -lustily 'lVstIlI Pu% 3 -lusting 'lVstIN Ib% 23A -lustre 'lVst@R L@% 2 -lustrous 'lVstr@s OA% 2 -lusts lVsts Ia%,Mj% 13A -lusty 'lVstI OD% 2 -lutanist 'lut@nIst K6% 3 -lutanists 'lut@nIsts Kj% 3 -lute lut K6% 1 -lutenist 'lut@nIst K6% 3 -lutenists 'lut@nIsts Kj% 3 -lutes luts Kj% 1 -luxe lVks OA$ 1 -luxuriance lVg'ZU@rI@ns L@% 4 -luxuriant lVg'ZU@rI@nt OA% 4 -luxuriantly lVg'ZU@rI@ntlI Pu% 5 -luxuriate lVg'ZU@rIeIt I2% 43A -luxuriated lVg'ZU@rIeItId Ic%,Id% 53A -luxuriates lVg'ZU@rIeIts Ia% 43A -luxuriating lVg'ZU@rIeItIN Ib% 53A -luxuries 'lVkS@rIz Mj% 3 -luxurious lVg'ZU@rI@s OA% 4 -luxuriously lVg'ZU@rI@slI Pu% 5 -luxury 'lVkS@rI M8% 3 -lyc_ee 'liseI K6$ 2 -lyc_ees 'liseIz Kj$ 2 -lyceum laI'si@m K6$ 3 -lyceums laI'si@mz Kj$ 3 -lychee 'laItSi K6% 2 -lychees 'laItSiz Kj% 2 -lychgate 'lItSgeIt K6% 2 -lychgates 'lItSgeIts Kj% 2 -lye laI K6$ 1 -lyes laIz Kj$ 1 -lying 'laIIN Ib% 22A,2C,2D,3A -lying-in ,laIIN-'In OA% 3 -lymph lImf L@% 1 -lymphatic lIm'f&tIk OA% 3 -lynch lIntS H1%,L@% 16A -lynched lIntSt Hc%,Hd% 16A -lynches 'lIntSIz Ha% 26A -lynching 'lIntSIN Hb% 26A -lynchpin 'lIntSpIn K6% 2 -lynchpins 'lIntSpInz Kj% 2 -lynx lINks K7% 1 -lynx-eyed 'lINks-aId OA% 2 -lynxes 'lINksIz Kj% 2 -lyre 'laI@R K6% 1 -lyre-bird 'laI@-b3d K6% 2 -lyre-birds 'laI@-b3dz Kj% 2 -lyres 'laI@z Kj% 1 -lyric 'lIrIk K6%,OA% 2 -lyrical 'lIrIkl OA% 3 -lyrically 'lIrIklI Pu% 3 -lyricism 'lIrIsIzm L@% 4 -lyricist 'lIrIsIst K6% 3 -lyricists 'lIrIsIsts Kj% 3 -lyrics 'lIrIks Kj% 2 -lysol 'laIs0l L@$ 2 -m em Ki$ 1 -m's emz Kj$ 1 -m^el_ee 'meleI K6% 2 -m^el_ees 'meleIz Kj% 2 -m_elange 'meIlAnZ K6$ 2 -m_elanges 'meIlAnZIz Kj$ 3 -m_enage meI'nAZ K6% 2 -m_enages meI'nAZIz Kj% 3 -m_esalliance ,meI'z&lIAns K6$ 4 -m_esalliances ,meI'z&lIAnsIz Kj$ 5 -m_etier 'metIeI K6% 3 -m_etiers 'metIeIz Kj% 3 -ma mA Ki% 1 -ma'am m&m Ki% 1 -mac m&k K6% 1 -macabre m@'kAbr@ OA% 3 -macadam m@'k&d@m L@% 3 -macadamize m@'k&d@maIz H2$ 4 -macadamized m@'k&d@maIzd Hc$,Hd$ 4 -macadamizes m@'k&d@maIzIz Ha$ 5 -macadamizing m@'k&d@maIzIN Hb$ 5 -macaroni ,m&k@'r@UnI L@% 4 -macaroon ,m&k@'run K6% 3 -macaroons ,m&k@'runz Kj% 3 -macaw m@'kO K6% 2 -macaws m@'kOz Kj% 2 -mace meIs M6% 1 -mace-bearer 'meIs-be@r@R K6% 3 -mace-bearers 'meIs-be@r@z Kj% 3 -macerate 'm&s@reIt J2$ 32A,6A -macerated 'm&s@reItId Jc$,Jd% 42A,6A -macerates 'm&s@reIts Ja$ 32A,6A -macerating 'm&s@reItIN Jb$ 42A,6A -maces 'meIsIz Mj% 2 -machete m@'tSetI K6% 3 -machetes m@'tSetIz Kj% 3 -machiavellian ,m&kI@'velI@n OA% 6 -machination ,m&kI'neISn M6% 4 -machinations ,m&kI'neISnz Mj% 4 -machine m@'Sin H2%,K6% 26A -machine-gun m@'Sin-gVn K6% 3 -machine-guns m@'Sin-gVnz Kj% 3 -machine-made m@'Sin-meId OA% 3 -machined m@'Sind Hc%,Hd% 26A -machinery m@'Sin@rI L@% 4 -machines m@'Sinz Ha%,Kj% 26A -machining m@'SinIN Hb% 36A -machinist m@'SinIst K6% 3 -machinists m@'SinIsts Kj% 3 -machismo m@'tSIzm@U L@% 3 -mackerel 'm&kr@l M9% 2 -mackintosh 'm&kInt0S K7% 3 -mackintoshes 'm&kInt0SIz Kj% 4 -macrobiotic ,m&kr@UbaI'0tIk OA% 5 -macrocosm 'm&kr@Uk0z@m K6$ 4 -macrocosms 'm&kr@Uk0z@mz Kj$ 4 -macs m&ks Kj% 1 -mad m&d OE% 1 -madam 'm&d@m K6% 2 -madams 'm&d@mz Kj$ 2 -madcap 'm&dk&p K6$ 2 -madcaps 'm&dk&ps Kj$ 2 -madden 'm&dn H0% 26A -maddened 'm&dnd Hc%,Hd% 26A -maddening 'm&dnIN Hb% 36A -maddens 'm&dnz Ha% 26A -madder 'm&d@R L@$,Or% 2 -maddest 'm&dIst Os% 2 -made meId Jc*,Jd* 12A,2C,2D,3A,6A,12A,12B,13A,13B,14,15B,16A,18B,22,23,24A,25 -madhouse 'm&dhaUs K6% 2 -madhouses 'm&dhaUzIz Kj$ 3 -madly 'm&dlI Pu% 2 -madman 'm&dm@n Ki% 2 -madmen 'm&dm@n Kj% 2 -madness 'm&dn@s L@% 2 -madrigal 'm&drIgl K6% 3 -madrigals 'm&drIglz Kj% 3 -madwoman 'm&dwUm@n Ki% 3 -madwomen 'm&dwImIn Kj% 3 -maelstrom 'meIlstr@m K6% 2 -maelstroms 'meIlstr@mz Kj$ 2 -maenad 'min&d K6$ 2 -maenads 'min&dz Kj$ 2 -maestri 'maIstrI Kj$ 2 -maestro 'maIstr@U K6% 2 -maestros 'maIstr@Uz Kj% 2 -maffick 'm&fIk I0$ 2 -mafficked 'm&fIkt Ic$,Id$ 2 -mafficking 'm&fIkIN Ib$ 3 -mafficks 'm&fIks Ia$ 2 -mag m&g K6% 1 -magazine ,m&g@'zin K6% 3 -magazines ,m&g@'zinz Kj% 3 -magenta m@'dZent@ L@%,OA% 3 -maggot 'm&g@t K6% 2 -maggots 'm&g@ts Kj% 2 -maggoty 'm&g@tI OA% 3 -magic 'm&dZIk L@%,OA% 2 -magical 'm&dZIkl OA% 3 -magically 'm&dZIklI Pu% 3 -magician m@'dZISn K6% 3 -magicians m@'dZISnz Kj% 3 -magisterial ,m&dZI'stI@rI@l OA% 5 -magisterially ,m&dZI'stI@rI@lI Pu% 6 -magistracies 'm&dZIstr@sIz Kj$ 4 -magistracy 'm&dZIstr@sI K8$ 4 -magistrate 'm&dZIstreIt K6% 3 -magistrates 'm&dZIstreIts Kj% 3 -magnanimities ,m&gn@'nImItIz Mj$ 5 -magnanimity ,m&gn@'nImItI M8% 5 -magnanimous m&g'n&nIm@s OA% 4 -magnanimously m&g'n&nIm@slI Pu% 5 -magnate 'm&gneIt K6% 2 -magnates 'm&gneIts Kj% 2 -magnesia m&g'niS@ L@$ 3 -magnesium m&g'nizI@m L@% 4 -magnet 'm&gnIt K6% 2 -magnetic m&g'netIk OA% 3 -magnetically m&g'netIklI Pu% 4 -magnetism 'm&gnItIz@m L@% 4 -magnetization ,m&gnItaI'zeISn L@% 5 -magnetize 'm&gnItaIz H2% 36A -magnetized 'm&gnItaIzd Hc%,Hd% 36A -magnetizes 'm&gnItaIzIz Ha% 46A -magnetizing 'm&gnItaIzIN Hb% 46A -magneto m&g'nit@U K6$ 3 -magnetos m&g'nit@Uz Kj$ 3 -magnets 'm&gnIts Kj% 2 -magnification ,m&gnIfI'keISn M6% 5 -magnifications ,m&gnIfI'keISnz Mj% 5 -magnificence m&g'nIfIsns L@% 4 -magnificent m&g'nIfIsnt OA% 4 -magnificently m&g'nIfIsntlI Pu% 5 -magnified 'm&gnIfaId Hc%,Hd% 36A -magnifier 'm&gnIfaI@R K6% 4 -magnifiers 'm&gnIfaI@z Kj% 4 -magnifies 'm&gnIfaIz Ha% 36A -magnify 'm&gnIfaI H3% 36A -magnifying 'm&gnIfaIIN Hb% 46A -magniloquence m&g'nIl@kw@ns L@$ 4 -magniloquent m&g'nIl@kw@nt OA$ 4 -magniloquently m&g'nIl@kw@ntlI Pu$ 5 -magnitude 'm&gnItjud L@% 3 -magnolia m&g'n@UlI@ K6% 4 -magnolias m&g'n@UlI@z Kj% 4 -magnum 'm&gn@m K6% 2 -magnum opus ,m&gn@m '@Up@s Ki$ 4 -magnums 'm&gn@mz Kj$ 2 -magpie 'm&gpaI K6% 2 -magpies 'm&gpaIz Kj% 2 -mags m&gz Kj% 1 -mahjong ,mA'dZ0N L@% 2 -mahoganies m@'h0g@nIz Mj$ 4 -mahogany m@'h0g@nI M8% 4 -mahout m@'haUt K6$ 2 -mahouts m@'haUts Kj$ 2 -maid meId K6% 1 -maiden 'meIdn K6%,OA% 2 -maidenhair 'meIdnhe@R K6% 3 -maidenhairs 'meIdnhe@z Kj$ 3 -maidenhead 'meIdnhed L@% 3 -maidenhood 'meIdnhUd K6% 3 -maidenhoods 'meIdnhUdz Kj$ 3 -maidenlike 'meIdnlaIk OA$ 3 -maidenly 'meIdnlI OA% 3 -maidens 'meIdnz Kj% 2 -maids meIdz Kj% 1 -maidservant 'meIds3vnt K6% 3 -maidservants 'meIds3vnts Kj% 3 -mail meIl H0%,M6% 16A -mail-train 'meIl-treIn K6% 2 -mail-trains 'meIl-treInz Kj% 2 -mailbag 'meIlb&g K6% 2 -mailbags 'meIlb&gz Kj% 2 -mailboat 'meIlb@Ut K6% 2 -mailboats 'meIlb@Uts Kj% 2 -mailbox 'meIlb0ks K7% 2 -mailboxes 'meIlb0ksIz Kj% 3 -mailed meIld Hc%,Hd%,OA% 16A -mailing 'meIlIN Hb% 26A -mailing-card 'meIlIN-kAd K6% 3 -mailing-cards 'meIlIN-kAdz Kj% 3 -mailing-list 'meIlIN-lIst K6% 3 -mailing-lists 'meIlIN-lIsts Kj% 3 -mailman 'meIlm&n Ki% 2 -mailmen 'meIlmen Kj% 2 -mails meIlz Ha%,Mj% 16A -maim meIm H0% 16A -maimed meImd Hc%,Hd% 16A -maiming 'meImIN Hb% 26A -maims meImz Ha% 16A -main meIn K6%,OA% 1 -mainland 'meInl&nd K6% 2 -mainlands 'meInl&ndz Kj$ 2 -mainly 'meInlI Pu% 2 -mainmast 'meInmAst K6% 2 -mainmasts 'meInmAsts Kj$ 2 -mains meInz Kj% 1 -mainspring 'meInsprIN K6% 2 -mainsprings 'meInsprINz Kj$ 2 -mainstay 'meInsteI K6% 2 -mainstays 'meInsteIz Kj$ 2 -mainstream 'meInstrim Ki% 2 -maintain meIn'teIn H0% 26A,9,25 -maintainable meIn'teIn@bl OA% 4 -maintained meIn'teInd Hc%,Hd% 26A,9,25 -maintaining meIn'teInIN Hb% 36A,9,25 -maintains meIn'teInz Ha% 26A,9,25 -maintenance 'meInt@n@ns L@% 3 -maisonnette ,meIz@'net K6% 3 -maisonnettes ,meIz@'nets Kj% 3 -maize meIz L@% 1 -majestic m@'dZestIk OA% 3 -majestically m@'dZestIklI Pu% 4 -majesties 'm&dZ@stIz Mj% 3 -majesty 'm&dZ@stI M8% 3 -majolica m@'dZ0lIk@ L@$ 4 -major 'meIdZ@R I0%,K6%,OA% 23A -major-domo ,meIdZ@-'d@Um@U K6$ 4 -major-domos ,meIdZ@-'d@Um@Uz Kj$ 4 -major-general ,meIdZ@-'dZenr@l K6% 4 -major-generals ,meIdZ@-'dZenr@lz Kj% 4 -majored 'meIdZ@d Ic%,Id% 23A -majoring 'meIdZ@rIN Ib% 33A -majorities m@'dZ0rItIz Kj% 4 -majority m@'dZ0rItI K8% 4 -majors 'meIdZ@z Ia%,Kj% 23A -make meIk J5*,M6% 12A,2C,2D,3A,6A,12A,12B,13A,13B,14,15B,16A,18B,22,23,24A,25 -make-believe 'meIk-bIliv M6% 3 -make-believes 'meIk-bIlivz Mj$ 3 -make-up 'meIk-Vp M6% 2 -make-ups 'meIk-Vps Mj$ 2 -maker 'meIk@R K6% 2 -makers 'meIk@z Kj% 2 -makes meIks Ja%,Mj% 12A,2C,2D,3A,6A,12A,12B,13A,13B,14,15B,16A,18B,22,23,24A,25 -makeshift 'meIkSIft K6% 2 -makeshifts 'meIkSIfts Kj$ 2 -makeweight 'meIkweIt K6% 2 -makeweights 'meIkweIts Kj$ 2 -making 'meIkIN Jb*,K6% 22A,2C,2D,3A,6A,12A,12B,13A,13B,14,15B,16A,18B,22,23,24A,25 -makings 'meIkINz Kj% 2 -malacca m@'l&k@ L@$ 3 -malachite 'm&l@kaIt L@$ 3 -maladies 'm&l@dIz Kj% 3 -maladjusted ,m&l@'dZVstId OA% 4 -maladjustment ,m&l@'dZVsm@nt L@% 4 -maladroit 'm&l@droIt OA% 3 -maladroitly 'm&l@droItlI Pu$ 4 -maladroitness 'm&l@droItn@s L@$ 4 -malady 'm&l@dI K8% 3 -malaise m&'leIz M6% 2 -malaises m&'leIzIz Mj$ 3 -malapropism 'm&l@pr0pIz@m K6% 5 -malapropisms 'm&l@pr0pIz@mz Kj% 5 -malapropos ,m&l,&pr@'p@U OA$,Pu$ 4 -malaria m@'le@rI@ L@% 4 -malarial m@'le@rI@l OA% 4 -malcontent 'm&lk@ntent K6%,OA$ 3 -malcontents 'm&lk@ntents Kj% 3 -male meIl K6%,OA% 1 -malediction ,m&lI'dIkSn K6$ 4 -maledictions ,m&lI'dIkSnz Kj$ 4 -malefactor 'm&lIf&kt@R K6% 4 -malefactors 'm&lIf&kt@z Kj% 4 -maleficent m@'lefIsnt OA$ 4 -males meIlz Kj% 1 -malevolence m@'lev@lns L@% 4 -malevolent m@'lev@lnt OA% 4 -malevolently m@'lev@lntlI Pu% 5 -malfeasance ,m&l'fizns M6$ 3 -malfeasances ,m&l'fiznsIz Mj$ 4 -malformation ,m&lfO'meISn M6% 4 -malformations ,m&lfO'meISnz Mj% 4 -malformed ,m&l'fOmd OA% 2 -malfunction ,m&l'fVNkSn I0%,M6% 32A -malfunctioned ,m&l'fVNkSnd Ic%,Id% 32A -malfunctioning ,m&l'fVNkSnIN Ib% 42A -malfunctions ,m&l'fVNkSnz Ia%,Mj% 32A -malice 'm&lIs L@% 2 -malicious m@'lIS@s OA% 3 -maliciously m@'lIS@slI Pu% 4 -malign m@'laIn H0%,OA% 26A -malignancy m@'lIgn@nsI L@% 4 -malignant m@'lIgn@nt OA% 3 -malignantly m@'lIgn@ntlI Pu% 4 -maligned m@'laInd Hc%,Hd% 26A -maligning m@'laInIN Hb% 36A -malignities m@'lIgnItIz Mj$ 4 -malignity m@'lIgnItI M8$ 4 -maligns m@'laInz Ha% 26A -malinger m@'lINg@R I0% 32A -malingered m@'lINg@d Ic%,Id% 32A -malingerer m@'lINg@r@R K6% 4 -malingerers m@'lINg@r@z Kj% 4 -malingering m@'lINg@rIN Ib% 42A -malingers m@'lINg@z Ia% 32A -mallard 'm&lAd K6% 2 -mallards 'm&lAdz Kj% 2 -malleability ,m&lI@'bIlItI L@% 6 -malleable 'm&lI@bl OA% 4 -mallet 'm&lIt K6% 2 -mallets 'm&lIts Kj% 2 -mallow 'm&l@U K6$ 2 -mallows 'm&l@Uz Kj$ 2 -malmsey 'mAmzI L@$ 2 -malnutrition ,m&lnju'trISn L@% 4 -malodorous ,m&l'@Ud@r@s OA% 4 -malpractice ,m&l'pr&ktIs M6% 3 -malpractices ,m&l'pr&ktIsIz Mj% 4 -malt mOlt J0%,L@% 12A,6A -malted 'mOltId Jc%,Jd% 22A,6A -malting 'mOltIN Jb% 22A,6A -maltreat ,m&l'trit H0% 26A -maltreated ,m&l'tritId Hc%,Hd% 36A -maltreating ,m&l'tritIN Hb% 36A -maltreatment ,m&l'tritm@nt L@% 3 -maltreats ,m&l'trits Ha% 26A -malts mOlts Ja$ 12A,6A -maltster 'mOltst@R K6$ 2 -maltsters 'mOltst@z Kj$ 2 -malversation ,m&lv@'seISn L@$ 4 -mama m@'mA K6% 2 -mamas m@'mAz Kj$ 2 -mamba 'm&mb@ K6% 2 -mambas 'm&mb@z Kj% 2 -mamma m@'mA K6$ 2 -mammal 'm&ml K6% 2 -mammals 'm&mlz Kj% 2 -mammas m@'mAz Kj$ 2 -mammies 'm&mIz Kj% 2 -mammon 'm&m@n L@% 2 -mammoth 'm&m@T K6% 2 -mammoths 'm&m@Ts Kj% 2 -mammy 'm&mI K8% 2 -man m&n H4%,Ki* 16A -man-at-arms ,m&n-@t-'Amz Ki% 3 -man-eater 'm&n-it@R K6% 3 -man-eaters 'm&n-it@z Kj% 3 -man-hour 'm&n-aU@R K6% 3 -man-hours 'm&n-aU@z Kj% 3 -man-of-war ,m&n-@v-'wOR Ki% 3 -man-sized 'm&n-saIzd OA% 2 -manacle 'm&n@kl H2%,K6% 36A -manacled 'm&n@kld Hc%,Hd% 36A -manacles 'm&n@klz Ha$,Kj% 36A -manacling 'm&n@klIN Hb$ 36A -manage 'm&nIdZ J2% 22A,2C,3A,4A,6A -manageability ,m&nIdZ@'bIlItI L@% 6 -manageable 'm&nIdZ@bl OA% 4 -manageably 'm&nIdZ@blI Pu% 4 -managed 'm&nIdZd Jc%,Jd% 22A,2C,3A,4A,6A -management 'm&nIdZm@nt M6% 3 -managements 'm&nIdZm@nts Mj% 3 -manager 'm&nIdZ@R K6% 3 -manageress ,m&nIdZ@'res K7% 4 -manageresses ,m&nIdZ@'resIz Kj% 5 -managerial ,m&nI'dZI@rI@l OA% 5 -managers 'm&nIdZ@z Kj% 3 -manages 'm&nIdZIz Ja% 32A,2C,3A,4A,6A -managing 'm&nIdZIN Jb% 32A,2C,3A,4A,6A -manatee ,m&n@'ti K6$ 3 -manatees ,m&n@'tiz Kj$ 3 -mandarin 'm&nd@rIn K6% 3 -mandarins 'm&nd@rInz Kj% 3 -mandataries 'm&nd@t@rIz Kj$ 4 -mandatary 'm&nd@t@rI K8$ 4 -mandate 'm&ndeIt H2%,K6% 26A -mandated 'm&ndeItId Hc%,Hd% 36A -mandates 'm&ndeIts Ha$,Kj% 26A -mandating 'm&ndeItIN Hb$ 36A -mandatories 'm&nd@trIz Kj$ 3 -mandatory 'm&nd@trI K8$,OA% 3 -mandible 'm&ndIbl K6% 3 -mandibles 'm&ndIblz Kj% 3 -mandolin 'm&nd@lIn K6% 3 -mandolins 'm&nd@lInz Kj% 3 -mandragora m&n'dr&g@r@ L@$ 4 -mandrake 'm&ndreIk K6$ 2 -mandrakes 'm&ndreIks Kj$ 2 -mandrill 'm&ndrIl K6$ 2 -mandrills 'm&ndrIlz Kj$ 2 -mane meIn K6% 1 -manes 'mAneIz Kj% 2 -manes meInz Kj% 1 -manful 'm&nf@l OA% 2 -manfully 'm&nf@lI Pu% 3 -manganese 'm&Ng@niz L@% 3 -mange meIndZ L@$ 1 -mangel-wurzel 'm&Ngl-w3zl K6% 4 -mangel-wurzels 'm&Ngl-w3zlz Kj% 4 -manger 'meIndZ@R K6% 2 -mangers 'meIndZ@z Kj% 2 -mangier 'meIndZI@R Or% 3 -mangiest 'meIndZIIst Os% 3 -mangily 'meIndZIlI Pu$ 3 -mangle 'm&Ngl H2%,K6% 26A -mangled 'm&Ngld Hc%,Hd% 26A -mangles 'm&Nglz Ha%,Kj% 26A -mangling 'm&NglIN Hb% 26A -mango 'm&Ng@U K6% 2 -mangoes 'm&Ng@Uz Kj% 2 -mangos 'm&Ng@Uz Kj% 2 -mangosteen ,m&Ng@'stin K6$ 3 -mangosteens ,m&Ng@'stinz Kj$ 3 -mangrove 'm&Ngr@Uv K6% 2 -mangroves 'm&Ngr@Uvz Kj% 2 -mangy 'meIndZI OD% 2 -manhandle m&n'h&ndl H2% 3 -manhandled m&n'h&ndld Hc%,Hd% 3 -manhandles m&n'h&ndlz Ha$ 3 -manhandling m&n'h&ndlIN Hb% 3 -manhattan m&n'h&tn K6$ 3 -manhattans m&n'h&tnz Kj$ 3 -manhole 'm&nh@Ul K6% 2 -manholes 'm&nh@Ulz Kj% 2 -manhood 'm&nhUd L@% 2 -mania 'meInI@ M6% 3 -maniac 'meInI&k K6% 3 -maniacal m@'naI@kl OA% 4 -maniacally m@'naI@klI Pu% 4 -maniacs 'meInI&ks Kj% 3 -manias 'meInI@z Mj% 3 -manic-depressive ,m&nIk-dI'presIv K6%,OA% 5 -manic-depressives ,m&nIk-dI'presIvz Kj% 5 -manicure 'm&nIkjU@R H2%,M6% 36A -manicured 'm&nIkjU@d Hc%,Hd% 36A -manicures 'm&nIkjU@z Ha%,Mj% 36A -manicuring 'm&nIkjU@rIN Hb% 46A -manicurist 'm&nIkjurIst K6% 4 -manicurists 'm&nIkjurIsts Kj% 4 -manifest 'm&nIfest H0%,K6$,OA% 36A -manifestation ,m&nIfe'steISn M6% 5 -manifestations ,m&nIfe'steISnz Mj% 5 -manifested 'm&nIfestId Hc%,Hd% 46A -manifesting 'm&nIfestIN Hb% 46A -manifestly 'm&nIfestlI Pu% 4 -manifesto ,m&nI'fest@U K6% 4 -manifestoes ,m&nI'fest@Uz Kj% 4 -manifestos ,m&nI'fest@Uz Kj% 4 -manifests 'm&nIfests Ha%,Kj$ 36A -manifold 'm&nIf@Uld H0$,K6$,OA% 36A -manifolded 'm&nIf@UldId Hc$,Hd$ 46A -manifolding 'm&nIf@UldIN Hb$ 46A -manifolds 'm&nIf@Uldz Ha$,Kj$ 36A -manikin 'm&nIkIn K6$ 3 -manikins 'm&nIkInz Kj$ 3 -manipulate m@'nIpjUleIt H2% 46A -manipulated m@'nIpjUleItId Hc%,Hd% 56A -manipulates m@'nIpjUleIts Ha% 46A -manipulating m@'nIpjUleItIN Hb% 56A -manipulation m@,nIpjU'leISn M6% 5 -manipulations m@,nIpjU'leISnz Mj% 5 -manipulative m@'nIpjUl@tIv OA% 5 -mankind 'm&nkaInd L@% 2 -mankind ,m&n'kaInd L@% 2 -manlier 'm&nlI@R Or% 3 -manliest 'm&nlIIst Os% 3 -manlike 'm&nlaIk OA$ 2 -manliness 'm&nlIn@s L@% 3 -manly 'm&nlI OD% 2 -manna 'm&n@ L@% 2 -manned m&nd Hc%,Hd% 16A -mannequin 'm&nIkIn K6% 3 -mannequins 'm&nIkInz Kj% 3 -manner 'm&n@R K6% 2 -mannered 'm&n@d OA% 2 -mannerism 'm&n@rIz@m K6% 4 -mannerisms 'm&n@rIz@mz Kj% 4 -mannerly 'm&n@lI OA% 3 -manners 'm&n@z Kj% 2 -manning 'm&nIN Hb% 26A -mannish 'm&nIS OA% 2 -manoeuvrability m@,nuvr@'bIlItI L@% 6 -manoeuvrable m@'nuvr@bl OA% 4 -manoeuvre m@'nuv@R J2%,K6% 32A,2C,6A,15A -manoeuvred m@'nuv@d Jc%,Jd% 32A,2C,6A,15A -manoeuvrer m@'nuv@r@R K6$ 3 -manoeuvrers m@'nuv@r@z Kj$ 3 -manoeuvres m@'nuv@z Ja%,Kj% 32A,2C,6A,15A -manoeuvring m@'nuv@rIN Jb% 32A,2C,6A,15A -manor 'm&n@R K6% 2 -manor-house 'm&n@-haUs K6% 3 -manor-houses 'm&n@-haUzIz Kj% 4 -manorial m@'nOrI@l OA% 4 -manors 'm&n@z Kj$ 2 -manpower 'm&npaU@R L@% 3 -mans m&nz Ha% 16A -mansard 'm&nsAd K6$ 2 -mansards 'm&nsAdz Kj$ 2 -manse m&ns K6% 1 -manservant 'm&ns3v@nt K6% 3 -manservants 'm&ns3v@nts Kj% 3 -manses 'm&nsIz Kj$ 2 -mansion 'm&nSn K6% 2 -mansions 'm&nSnz Kj% 2 -manslaughter 'm&nslOt@R L@% 3 -mantel 'm&ntl K6% 2 -mantelpiece 'm&ntlpis K6% 3 -mantelpieces 'm&ntlpisIz Kj% 4 -mantels 'm&ntlz Kj% 2 -mantilla m&n'tIl@ K6$ 3 -mantillas m&n'tIl@z Kj$ 3 -mantis 'm&ntIs K7% 2 -mantises 'm&ntIsIz Kj% 3 -mantle 'm&ntl J2%,K6% 22C,6A -mantled 'm&ntld Jc%,Jd% 22C,6A -mantles 'm&ntlz Ja%,Kj% 22C,6A -mantling 'm&ntlIN Jb% 22C,6A -mantrap 'm&ntr&p K6% 2 -mantraps 'm&ntr&ps Kj% 2 -manual 'm&njU@l K6%,OA% 3 -manually 'm&njU@lI Pu% 4 -manuals 'm&njU@lz Kj% 3 -manufacture ,m&njU'f&ktS@R H2%,L@% 46A -manufactured ,m&njU'f&ktS@d Hc%,Hd% 46A -manufacturer ,m&njU'f&ktS@r@R K6% 5 -manufacturers ,m&njU'f&ktS@r@z Kj% 5 -manufactures ,m&njU'f&ktS@z Ha% 46A -manufacturing ,m&njU'f&ktS@rIN Hb% 56A -manumission ,m&njU'mISn M6$ 4 -manumissions ,m&njU'mISnz Mj$ 4 -manumit ,m&njU'mIt H4$ 3 -manumits ,m&njU'mIts Ha$ 3 -manumitted ,m&njU'mItId Hc$,Hd$ 4 -manumitting ,m&njU'mItIN Hb$ 4 -manure m@'njU@R H2$,L@% 26A -manured m@'njU@d Hc$,Hd% 26A -manures m@'njU@z Ha$ 26A -manuring m@'njU@rIN Hb$ 36A -manuscript 'm&njUskrIpt K6% 3 -manuscripts 'm&njUskrIpts Kj% 3 -many 'menI Kj%,OA* 2 -many-sided ,menI-'saIdId OA% 4 -map m&p H4%,K6% 16A,15B -map-reader 'm&p-rid@R K6% 3 -map-readers 'm&p-rid@z Kj% 3 -maple 'meIpl M6% 2 -maple-leaf 'meIpl-lif Ki% 3 -maple-leaves 'meIpl-livz Kj% 3 -maples 'meIplz Mj% 2 -mapped m&pt Hc%,Hd% 16A,15B -mapping 'm&pIN Hb% 26A,15B -maps m&ps Ha%,Kj% 16A,15B -maquis 'm&ki Ki$ 2 -mar mAR H4% 16A -marabou 'm&r@bu K6$ 3 -marabous 'm&r@buz Kj$ 3 -maraschino ,m&r@'skin@U K6% 4 -maraschinos ,m&r@'skin@Uz Kj$ 4 -marathon 'm&r@T@n K6% 3 -marathons 'm&r@T@nz Kj% 3 -maraud m@'rOd I0$ 22A -marauded m@'rOdId Ic$,Id$ 32A -marauder m@'rOd@R K6% 3 -marauders m@'rOd@z Kj% 3 -marauding m@'rOdIN Ib% 32A -marauds m@'rOdz Ia$ 22A -marble 'mAbl M6% 2 -marbled 'mAbld OA% 2 -marbles 'mAblz Mj% 2 -marbling 'mAblIN L@% 2 -march mAtS J1%,M7% 12A,2B,2C,3A,15A,15B -marched mAtSt Jc%,Jd% 12A,2B,2C,3A,15A,15B -marcher 'mAtS@R K6% 2 -marchers 'mAtS@z Kj% 2 -marches 'mAtSIz Ja%,Mj% 22A,2B,2C,3A,15A,15B -marching 'mAtSIN Jb% 22A,2B,2C,3A,15A,15B -marchioness ,mAS@'nes K7% 3 -marchionesses ,mAS@'nesIz Kj$ 4 -mare me@R K6% 1 -mares me@z Kj% 1 -margarine ,mAdZ@'rin L@% 3 -marge mAdZ L@% 1 -margin 'mAdZIn K6% 2 -marginal 'mAdZInl OA% 3 -marginally 'mAdZIn@lI Pu% 4 -margins 'mAdZInz Kj% 2 -marguerite ,mAg@'rit K6$ 3 -marguerites ,mAg@'rits Kj$ 3 -marigold 'm&rIg@Uld K6% 3 -marigolds 'm&rIg@Uldz Kj% 3 -marihuana ,m&rI'wAn@ L@% 4 -marijuana ,m&rI'wAn@ L@% 4 -marimba m@'rImb@ K6$ 3 -marimbas m@'rImb@z Kj$ 3 -marina m@'rin@ K6% 3 -marinade ,m&rI'neId H2%,L@% 3 -marinaded ,m&rI'neIdId Hc%,Hd% 4 -marinades ,m&rI'neIdz Ha% 3 -marinading ,m&rI'neIdIN Hb% 4 -marinas m@'rin@z Kj% 3 -marinate 'm&rIneIt H2% 3 -marinated 'm&rIneItId Hc%,Hd% 4 -marinates 'm&rIneIts Ha% 3 -marinating 'm&rIneItIN Hb% 4 -marine m@'rin K6%,OA% 2 -mariner 'm&rIn@R K6% 3 -mariners 'm&rIn@z Kj% 3 -marines m@'rinz Kj% 2 -marionette ,m&rI@'net K6% 4 -marionettes ,m&rI@'nets Kj% 4 -marital 'm&rItl OA% 3 -maritime 'm&rItaIm OA% 3 -marjoram 'mAdZ@r@m L@% 3 -mark mAk H0%,M6% 12A,6A,8,10,15A,15B,22 -mark-up 'mAk-Vp K6% 2 -mark-ups 'mAk-Vps Kj$ 2 -marked mAkt Hc%,Hd%,OA% 12A,6A,8,10,15A,15B,22 -markedly 'mAkIdlI Pu% 3 -marker 'mAk@R K6% 2 -markers 'mAk@z Kj% 2 -market 'mAkIt J0%,K6% 22A,6A -market-cross ,mAkIt-'kr0s K7% 3 -market-crosses ,mAkIt-'kr0sIz Kj% 4 -market-day 'mAkIt-deI K6% 3 -market-days 'mAkIt-deIz Kj% 3 -market-garden ,mAkIt-'gAdn K6% 4 -market-gardening ,mAkIt-'gAdnIN L@% 4 -market-gardens ,mAkIt-'gAdnz Kj% 4 -market-square ,mAkIt-'skwe@R K6% 3 -market-squares ,mAkIt-'skwe@z Kj% 3 -market-town 'mAkIt-taUn K6% 3 -market-towns 'mAkIt-taUnz Kj% 3 -marketable 'mAkIt@bl OA% 4 -marketed 'mAkItId Jc%,Jd% 32A,6A -marketing 'mAkItIN Jb%,M6% 32A,6A -marketings 'mAkItINz Kj$ 3 -marketplace 'mAkItpleIs K6% 3 -marketplaces 'mAkItpleIsIz Kj% 4 -markets 'mAkIts Ja%,Kj% 22A,6A -marking 'mAkIN Hb%,K6% 22A,6A,8,10,15A,15B,22 -marking-ink 'mAkIN-INk M6% 3 -marking-inks 'mAkIN-INks M6% 3 -markings 'mAkINz Kj% 2 -marks mAks Ha%,Mj% 12A,6A,8,10,15A,15B,22 -marksman 'mAksm@n Ki% 2 -marksmanship 'mAksm@nSIp L@% 3 -marksmen 'mAksm@n Kj% 2 -marl mAl L@$ 1 -marlinespike 'mAlInspaIk K6$ 3 -marlinespikes 'mAlInspaIks Kj$ 3 -marmalade 'mAm@leId L@% 3 -marmoreal mA'mOrI@l OA$ 4 -marmoset 'mAm@zet K6$ 3 -marmosets 'mAm@zets Kj$ 3 -marmot 'mAm@t K6$ 2 -marmots 'mAm@ts Kj$ 2 -marocain 'm&r@keIn L@$ 3 -maroon m@'run H0%,K6%,OA% 26A -marooned m@'rund Hc%,Hd% 26A -marooning m@'runIN Hb$ 36A -maroons m@'runz Ha$,Kj$ 26A -marque mAk K6$ 1 -marquee mA'ki K6% 2 -marquees mA'kiz Kj% 2 -marques mAks Kj$ 1 -marquess 'mAkwIs K7% 2 -marquesses 'mAkwIsIz Kj% 3 -marquetry 'mAkItrI L@% 3 -marquis 'mAkwIs K7% 2 -marquises 'mAkwIsIz Kj% 3 -marred mAd Hc%,Hd% 16A -marriage 'm&rIdZ M6% 2 -marriageability ,m&rIdZ@'bIlItI L@$ 6 -marriageable 'm&rIdZ@bl OA% 4 -marriages 'm&rIdZIz Mj% 3 -married 'm&rId Jc%,Jd%,OA% 22A,2D,4A,6A,15B -marries 'm&rIz Ja% 22A,2D,4A,6A,15B -marring 'mArIN Hb% 26A -marrow 'm&r@U M6% 2 -marrowbone 'm&r@Ub@Un K6% 3 -marrowbones 'm&r@Ub@Unz Kj$ 3 -marrows 'm&r@Uz Mj% 2 -marry 'm&rI J3% 22A,2D,4A,6A,15B -marrying 'm&rIIN Jb% 32A,2D,4A,6A,15B -mars mAz Ha% 16A -marsh mAS M7% 1 -marshal 'mASl H4%,K6% 26A,15A,15B -marshalled 'mASld Hc%,Hd% 26A,15A,15B -marshalling 'mAS@lIN Hb% 36A,15A,15B -marshalling-yard 'mAS@lIN-jAd K6% 4 -marshalling-yards 'mAS@lIN-jAdz Kj% 4 -marshals 'mASlz Ha%,Kj% 26A,15A,15B -marshes 'mASIz Mj% 2 -marshier 'mASI@R Or% 3 -marshiest 'mASIIst Os% 3 -marshmallow mAS'm&l@U M6% 3 -marshmallows mAS'm&l@Uz Mj% 3 -marshy 'mASI OD% 2 -marsupial mA'supI@l K6%,OA% 4 -marsupials mA'supI@lz Kj% 4 -mart mAt K6$ 1 -marten 'mAtIn M6$ 2 -martens 'mAtInz Mj$ 2 -martial 'mASl OA% 2 -martially 'mAS@lI Pu% 3 -martin 'mAtIn K6$ 2 -martinet ,mAtI'net K6% 3 -martinets ,mAtI'nets Kj% 3 -martini mA'tinI K6% 3 -martinis mA'tinIz Kj% 3 -martins 'mAtInz Kj$ 2 -marts mAts Kj$ 1 -martyr 'mAt@R H0%,K6% 26A -martyrdom 'mAt@d@m K6% 3 -martyrdoms 'mAt@d@mz Kj$ 3 -martyred 'mAt@d Hc%,Hd% 26A -martyring 'mAt@rIN Hb$ 36A -martyrs 'mAt@z Ha$,Kj% 26A -marvel 'mAvl I4%,K6% 23A,3B -marvelled 'mAvld Ic%,Id% 23A,3B -marvelling 'mAv@lIN Ib% 33A,3B -marvellous 'mAv@l@s OA% 3 -marvellously 'mAv@l@slI Pu% 4 -marvelous 'mAv@l@s OA$ 3 -marvelously 'mAv@l@slI Pu$ 4 -marvels 'mAvlz Ia%,Kj% 23A,3B -marzipan 'mAzIp&n M6% 3 -marzipans 'mAzIp&nz Mj$ 3 -masc m&sk Y~% 1 -mascara m&'skAr@ L@% 3 -mascot 'm&sk@t K6% 2 -mascots 'm&sk@ts Kj% 2 -masculine 'm&skjUlIn OA% 3 -masculinity ,m&skjU'lInItI L@% 5 -maser 'meIz@R K6$ 2 -masers 'meIz@z Kj$ 2 -mash m&S H1%,M7% 16A -mashed m&St Hc%,Hd% 16A -masher 'm&S@R K6% 2 -mashers 'm&S@z Kj$ 2 -mashes 'm&SIz Ha%,Mj% 26A -mashing 'm&SIN Hb% 26A -mask mAsk H0%,K6% 16A -masked mAskt Hc%,Hd% 16A -masking 'mAskIN Hb% 26A -masks mAsks Ha%,Kj% 16A -masochism 'm&s@kIz@m L@% 4 -masochist 'm&s@kIst K6% 3 -masochistic ,m&s@'kIstIk OA% 4 -masochistically ,m&s@'kIstIklI Pu% 5 -masochists 'm&s@kIsts Kj% 3 -mason 'meIsn K6% 2 -masonic m@'s0nIk OA% 3 -masonry 'meIsnrI L@% 3 -masons 'meIsnz Kj% 2 -masque mAsk K6% 1 -masquerade ,mAsk@'reId I2%,K6% 32A,2C -masqueraded ,mAsk@'reIdId Ic%,Id% 42A,2C -masquerades ,mAsk@'reIdz Ia%,Kj% 32A,2C -masquerading ,mAsk@'reIdIN Ib% 42A,2C -masques mAsks Kj% 1 -mass m&s J1%,M7% 12A,6A -mass-produce ,m&s-pr@'djus H2% 3 -mass-produced ,m&s-pr@'djust Hc%,Hd% 3 -mass-produces ,m&s-pr@'djusIz Ha% 4 -mass-producing ,m&s-pr@'djusIN Hb% 4 -massacre 'm&s@k@R H2%,K6% 36A -massacred 'm&s@k@d Hc%,Hd% 36A -massacres 'm&s@k@z Ha%,Kj% 36A -massacring 'm&s@k@rIN Hb% 36A -massage 'm&sAZ H2%,M6% 26A -massaged 'm&sAZd Hc%,Hd% 26A -massages 'm&sAZIz Ha%,Mj% 36A -massaging 'm&sAZIN Hb% 36A -massed m&st Jc%,Jd% 12A,6A -masses 'm&sIz Ja%,Mj% 22A,6A -masseur m&'s3R K6% 2 -masseurs m&'s3z Kj% 2 -masseuse m&'s3z K6% 2 -masseuses m&'s3z Kj$ 2 -massier 'm&sI@R Or$ 3 -massiest 'm&sIIst Os$ 3 -massif m&'sif K6$ 2 -massifs m&'sifs Kj$ 2 -massing 'm&sIN Jb% 22A,6A -massive 'm&sIv OA% 2 -massively 'm&sIvlI Pu% 3 -massiveness 'm&sIvn@s L@% 3 -massy 'm&sI OD$ 2 -mast mAst M6% 1 -master 'mAst@R H0%,K6% 26A -master-at-arms ,mAst@r-@t-'Amz Ki$ 4 -master-key ,mAst@-'ki K6% 3 -master-keys ,mAst@-'kiz Kj% 3 -mastered 'mAst@d Hc%,Hd% 26A -masterful 'mAst@f@l OA% 3 -masterfully 'mAst@f@lI Pu% 4 -mastering 'mAst@rIN Hb% 36A -masterless 'mAst@l@s OA% 3 -masterly 'mAst@lI OA% 3 -mastermind 'mAst@maInd H0%,K6% 3 -masterminded 'mAst@maIndId Hc%,Hd% 4 -masterminding 'mAst@maIndIN Hb% 4 -masterminds 'mAst@maIndz Ha%,Kj% 3 -masterpiece 'mAst@pis K6% 3 -masterpieces 'mAst@pisIz Kj% 4 -masters 'mAst@z Ha%,Kj% 26A -masters-at-arms ,m&st@z-@t-'Amz Kj$ 4 -mastership 'mAst@SIp M6% 3 -masterships 'mAst@SIps Mj$ 3 -masterstroke 'mAst@str@Uk K6% 3 -masterstrokes 'mAst@str@Uks Kj$ 3 -mastery 'mAst@rI L@% 3 -masthead 'mAsthed K6% 2 -mastheads 'mAsthedz Kj$ 2 -masticate 'm&stIkeIt H2$ 36A -masticated 'm&stIkeItId Hc$,Hd$ 46A -masticates 'm&stIkeIts Ha$ 36A -masticating 'm&stIkeItIN Hb$ 46A -mastication ,m&stI'keISn L@$ 4 -mastiff 'm&stIf K6% 2 -mastiffs 'm&stIfs Kj% 2 -mastodon 'm&st@d0n K6$ 3 -mastodons 'm&st@d0nz Kj$ 3 -mastoid 'm&stoId K6% 2 -mastoiditis ,m&stoI'daItIs L@% 4 -mastoids 'm&stoIdz Kj% 2 -masts mAsts Mj% 1 -masturbate 'm&st@beIt J2% 32A,6A -masturbated 'm&st@beItId Jc%,Jd% 42A,6A -masturbates 'm&st@beIts Ja% 32A,6A -masturbating 'm&st@beItIN Jb% 42A,6A -masturbation ,m&st@'beISn L@% 4 -mat m&t J4%,K6%,OA% 12A,2C,6A,15A -mat_e 'mAteI L@$ 2 -matador 'm&t@dOR K6% 3 -matadors 'm&t@dOz Kj% 3 -match m&tS J1%,K7% 12A,6A,12B,13B,14 -match-point m&tS-'poInt K6% 2 -match-points m&tS-'poInts Kj% 2 -matchbox 'm&tSb0ks K7% 2 -matchboxes 'm&tSb0ksIz Kj% 3 -matched m&tSt Jc%,Jd% 12A,6A,12B,13B,14 -matches 'm&tSIz Ja%,Kj% 22A,6A,12B,13B,14 -matchet 'm&tSIt K6$ 2 -matchets 'm&tSIts Kj$ 2 -matching 'm&tSIN Jb% 22A,6A,12B,13B,14 -matchless 'm&tSl@s OA% 2 -matchlock 'm&tSl0k K6$ 2 -matchlocks 'm&tSl0ks Kj$ 2 -matchmaker 'm&tSmeIk@R K6% 3 -matchmakers 'm&tSmeIk@z Kj% 3 -matchwood 'm&tSwUd L@% 2 -mate meIt J2%,K6% 12A,3A,6A,14 -mated 'meItId Jc%,Jd% 22A,3A,6A,14 -material m@'tI@rI@l M6%,OA% 4 -materialism m@'tI@rI@lIz@m L@% 6 -materialist m@'tI@rI@lIst K6% 5 -materialistic m@,tI@rI@'lIstIk OA% 6 -materialistically m@,tI@rI@'lIstIklI Pu% 7 -materialists m@'tI@rI@lIsts Kj% 5 -materialization m@,tI@rI@laI'zeISn K6% 7 -materializations m@,tI@rI@laI'zeISnz Kj$ 7 -materialize m@'tI@rI@laIz I2% 52A,6A -materialized m@'tI@rI@laIzd Ic%,Id% 52A,6A -materializes m@'tI@rI@laIzIz Ia% 62A,6A -materializing m@'tI@rI@laIzIN Ib% 62A,6A -materially m@'tI@rI@lI Pu% 5 -materials m@'tI@rI@lz Mj% 4 -maternal m@'t3nl OA% 3 -maternally m@'t3n@lI Pu% 4 -maternity m@'t3nItI L@% 4 -mates meIts Ja%,Kj% 12A,3A,6A,14 -matey 'meItI OA% 2 -mathematical ,m&T@'m&tIkl OA% 5 -mathematically ,m&T@'m&tIklI Pu% 5 -mathematician ,m&T@m@'tISn K6% 5 -mathematicians ,m&T@m@'tISnz Kj% 5 -mathematics ,m&T@'m&tIks Lk% 4 -maths m&Ts Lk% 1 -matin_ee 'm&tIneI K6% 3 -matin_ees 'm&tIneIz Kj% 3 -mating 'meItIN Jb% 22A,3A,6A,14 -matins 'm&tInz Kj% 2 -matriarch 'meItrIAk K6% 3 -matriarchal ,meItrI'Akl OA% 4 -matriarchies 'meItrIAkIz Kj% 4 -matriarchs 'meItrIAks Kj% 3 -matriarchy 'meItrIAkI K8% 4 -matric m@'trIk K6$ 2 -matrices 'meItrIsiz Kj% 3 -matricide 'm&trIsaId M6% 3 -matricides 'm&trIsaIdz Mj% 3 -matrics m@'trIks Kj$ 2 -matriculate m@'trIkjUleIt J2% 42A,2C,6A -matriculated m@'trIkjUleItId Jc%,Jd% 52A,2C,6A -matriculates m@'trIkjUleIts Ja% 42A,2C,6A -matriculating m@'trIkjUleItIN Jb% 52A,2C,6A -matriculation m@,trIkjU'leISn M6% 5 -matriculations m@,trIkjU'leISnz Mj$ 5 -matrimonial ,m&trI'm@UnI@l OA% 5 -matrimony 'm&trIm@nI L@% 4 -matrix 'meItrIks K7% 2 -matrixes 'meItrIksIz Kj% 3 -matron 'meItr@n K6% 2 -matronly 'meItr@nlI OA% 3 -matrons 'meItr@nz Kj% 2 -mats m&ts Ja%,Kj% 12A,2C,6A,15A -matt m&t OA% 1 -matted 'm&tId Jc%,Jd%,OA% 22A,2C,6A,15A -matter 'm&t@R I0*,M6* 22A,2C -matter-of-course ,m&t@r-@v-'kOs OA% 4 -matter-of-fact ,m&t@r-@v-'f&kt OA% 4 -mattered 'm&t@d Ic%,Id% 22A,2C -mattering 'm&t@rIN Ib$ 32A,2C -matters 'm&t@z Ia%,Mj% 22A,2C -matting 'm&tIN Jb$,L@% 22A,2C,6A,15A -mattins 'm&tInz Kj% 2 -mattock 'm&t@k K6$ 2 -mattocks 'm&t@ks Kj$ 2 -mattress 'm&trIs K7% 2 -mattresses 'm&trIsIz Kj% 3 -maturate 'm&tjUreIt I2$ 32A -maturated 'm&tjUreItId Ic$,Id$ 42A -maturates 'm&tjUreIts Ia$ 32A -maturating 'm&tjUreItIN Ib$ 42A -maturation ,m&tjU'reISn L@% 4 -mature m@'tjU@R J2%,OA% 22A,6A -matured m@'tjU@d Jc%,Jd% 22A,6A -maturely m@'tjU@lI Pu% 3 -matures m@'tjU@z Ja% 22A,6A -maturing m@'tjU@rIN Jb% 32A,6A -maturity m@'tjU@rItI L@% 4 -matutinal m@'tjutInl OA$ 4 -maudlin 'mOdlIn OA% 2 -maul mOl H0% 16A,15B -mauled mOld Hc%,Hd% 16A,15B -mauling 'mOlIN Hb% 26A,15B -mauls mOlz Ha% 16A,15B -maulstick 'mOlstIk K6$ 2 -maulsticks 'mOlstIks Kj$ 2 -maunder 'mOnd@R I0$ 22A,2C -maundered 'mOnd@d Ic$,Id$ 22A,2C -maundering 'mOnd@rIN Ib$ 32A,2C -maunders 'mOnd@z Ia$ 22A,2C -mausoleum ,mOs@'li@m K6% 4 -mausoleums ,mOs@'li@mz Kj% 4 -mauve m@Uv M6%,OA% 1 -mauves m@Uvz Mj$ 1 -maverick 'm&v@rIk K6% 3 -mavericks 'm&v@rIks Kj% 3 -mavis 'meIvIs K7$ 2 -mavises 'meIvIsIz Kj$ 3 -maw mO K6% 1 -mawkish 'mOkIS OA% 2 -mawkishly 'mOkISlI Pu% 3 -mawkishness 'mOkISn@s L@% 3 -maws mOz Kj$ 1 -max m&ks Y>% 1 -maxi- 'm&ksI- U-% 2 -maxim 'm&ksIm K6% 2 -maxima 'm&ksIm@ Kj$ 3 -maximal 'm&ksIml OA$ 3 -maximally 'm&ksIm@lI Pu$ 4 -maximization ,m&ksImaI'zeISn M6% 5 -maximizations ,m&ksImaI'zeISnz Mj$ 5 -maximize 'm&ksImaIz H2% 36A -maximized 'm&ksImaIzd Hc%,Hd% 36A -maximizes 'm&ksImaIzIz Ha% 46A -maximizing 'm&ksImaIzIN Hb% 46A -maxims 'm&ksImz Kj% 2 -maximum 'm&ksIm@m K6%,OA% 3 -maximums 'm&ksIm@mz Kj$ 3 -may meI G5*,Ga* 15 -may-beetle 'meI-bitl K6$ 3 -may-beetles 'meI-bitlz Kj$ 3 -may-bug 'meI-bVg K6$ 2 -may-bugs 'meI-bVgz Kj$ 2 -maybe 'meIbi Pu% 2 -mayday 'meIdeI K6% 2 -maydays 'meIdeIz Kj% 2 -mayflies 'meIflaIz Kj% 2 -mayfly 'meIflaI K8% 2 -mayhem 'meIhem L@% 2 -mayn't 'meI@nt Gg% 2 -mayonnaise ,meI@'neIz L@% 3 -mayor me@R K6% 1 -mayoral 'me@r@l OA% 3 -mayoralties 'me@r@ltIz Kj$ 4 -mayoralty 'me@r@ltI K8% 4 -mayoress me@'res K7% 2 -mayoresses me@'resIz Kj% 3 -mayors me@z Kj% 1 -maypole 'meIp@Ul K6% 2 -maypoles 'meIp@Ulz Kj% 2 -maze meIz K6% 1 -mazed meIzd OA$ 1 -mazes 'meIzIz Kj% 2 -mazurka m@'z3k@ K6% 3 -mazurkas m@'z3k@z Kj% 3 -me mi Qx* 1 -mead mid M6$ 1 -meadow 'med@U M6% 2 -meadows 'med@Uz Mj% 2 -meads midz Mj$ 1 -meagre 'mig@R OA% 2 -meagrely 'mig@lI Pu% 3 -meagreness 'mig@n@s L@% 3 -meal mil M6% 1 -mealie 'milI K6$ 2 -mealier 'milI@R Or$ 3 -mealies 'milIz Kj$ 2 -mealiest 'milIIst Os$ 3 -meals milz Mj% 1 -mealtime 'miltaIm K6% 2 -mealtimes 'miltaImz Kj% 2 -mealy 'milI OD$ 2 -mealy-bug 'milI-bVg K6% 3 -mealy-bugs 'milI-bVgz Kj% 3 -mealy-mouthed 'milI-maUDd OA% 3 -mean min H5*,K6%,OC* 16A,6A,6C,7A,9,12A,13A,14,16B,17 -meander mI'&nd@R I0% 32A,2C -meandered mI'&nd@d Ic%,Id% 32A,2C -meandering mI'&nd@rIN Ib% 42A,2C -meanderingly mI'&ndrINlI Pu% 4 -meanderings mI'&ndrINz Kj% 3 -meanders mI'&nd@z Ia% 32A,2C -meaner 'min@R Or% 2 -meanest 'minIst Os% 2 -meanie 'minI K6% 2 -meanies 'minIz Kj% 2 -meaning 'minIN Hb%,M6%,OA% 26A,6A,6C,7A,9,12A,13A,14,16B,17 -meaningful 'minINf@l OA% 3 -meaningfully 'minINf@lI Pu% 4 -meaningless 'minINl@s OA% 3 -meaningly 'minINlI Pu% 3 -meanings 'minINz Mj% 2 -meanly 'minlI Pu% 2 -meanness 'min+n@s L@% 2 -means minz Ha*,Kj* 16A,6C,7A,9,12A,13A,14,16B,17 -meant ment Hc%,Hd% 16A,6A,6C,7A,9,12A,13A,14,16B,17 -meantime 'mintaIm L@%,Pu% 2 -meanwhile 'minwaIl Pu% 2 -meany 'minI K8% 2 -measles 'mizlz Lk% 2 -measly 'mizlI OA% 2 -measurable 'meZ@r@bl OA% 4 -measurably 'meZ@r@blI Pu% 4 -measure 'meZ@R J2%,M6% 22A,2B,6A,15A,15B -measured 'meZ@d Jc%,Jd%,OA% 22A,2B,6A,15A,15B -measureless 'meZ@l@s OA% 3 -measurement 'meZ@m@nt M6% 3 -measurements 'meZ@m@nts Mj% 3 -measures 'meZ@z Ja%,Mj% 22A,2B,6A,15A,15B -measuring 'meZ@rIN Jb% 32A,2B,6A,15A,15B -meat mit M6% 1 -meat-safe 'mit-seIf K6% 2 -meat-safes 'mit-seIfs Kj$ 2 -meatball 'mitbOl K6% 2 -meatballs 'mitbOlz Kj% 2 -meatier 'mitI@R Or% 3 -meatiest 'mitIIst Os% 3 -meatless 'mitl@s OA$ 2 -meats mits Mj% 1 -meaty 'mitI OD% 2 -mechanic mI'k&nIk K6% 3 -mechanical mI'k&nIkl OA% 4 -mechanically mI'k&nIklI Pu% 4 -mechanics mI'k&nIks Kj%,Lk% 3 -mechanism 'mek@nIz@m M6% 4 -mechanisms 'mek@nIz@mz Mj% 4 -mechanistic ,mek@'nIstIk OA% 4 -mechanistically ,mek@'nIstIklI Pu% 5 -mechanization ,mek@naI'zeISn M6% 5 -mechanizations ,mek@naI'zeISnz Mj$ 5 -mechanize 'mek@naIz H2% 36A -mechanized 'mek@naIzd Hc%,Hd% 36A -mechanizes 'mek@naIzIz Ha% 46A -mechanizing 'mek@naIzIN Hb% 46A -medal 'medl K6% 2 -medalist 'med@lIst K6% 3 -medalists 'med@lIsts Kj% 3 -medallion mI'd&lI@n K6% 4 -medallions mI'd&lI@nz Kj% 4 -medallist 'med@lIst K6$ 3 -medallists 'med@lIsts Kj$ 3 -medals 'medlz Kj% 2 -meddle 'medl I2% 22A,3A -meddled 'medld Ic%,Id% 22A,3A -meddler 'medl@R K6% 2 -meddlers 'medl@z Kj% 2 -meddles 'medlz Ia% 22A,3A -meddlesome 'medls@m OA% 3 -meddling 'medlIN Ib% 22A,3A -media 'midI@ Kj% 3 -mediaeval ,medI'ivl OA% 4 -medial 'midI@l OA% 3 -medially 'midI@lI Pu$ 4 -median 'midI@n K6$,OA$ 3 -medians 'midI@nz Kj$ 3 -mediate 'midIeIt J2% 32A,3A,6A -mediated 'midIeItId Jc%,Jd% 42A,3A,6A -mediates 'midIeIts Ja% 32A,3A,6A -mediating 'midIeItIN Jb% 42A,3A,6A -mediation ,midI'eISn L@% 4 -mediator 'midIeIt@R K6% 4 -mediators 'midIeIt@z Kj% 4 -medic 'medIk K6% 2 -medical 'medIkl K6%,OA% 3 -medically 'medIklI Pu% 3 -medicals 'medIklz Kj% 3 -medicament mI'dIk@m@nt K6% 4 -medicaments mI'dIk@m@nts Kj% 4 -medicate 'medIkeIt H2% 36A -medicated 'medIkeItId Hc%,Hd% 46A -medicates 'medIkeIts Ha% 36A -medicating 'medIkeItIN Hb% 46A -medication ,medI'keISn M6% 4 -medications ,medI'keISnz Mj% 4 -medicinal mI'dIsn@l OA% 4 -medicine 'medsn M6% 2 -medicine-ball 'medsn-bOl K6% 3 -medicine-balls 'medsn-bOlz Kj% 3 -medicine-chest 'medsn-tSest K6% 3 -medicine-chests 'medsn-tSests Kj% 3 -medicine-man 'medsn-m&n Ki% 3 -medicine-men 'medsn-men Kj% 3 -medicines 'medsnz Mj% 3 -medico 'medIk@U K6$ 3 -medicos 'medIk@Uz Kj$ 3 -medics 'medIks Kj% 2 -medieval ,medI'ivl OA% 4 -mediocre ,midI'@Uk@R OA% 4 -mediocrities ,midI'0krItIz Mj% 5 -mediocrity ,midI'0krItI M8% 5 -meditate 'medIteIt J2% 32A,3A,6A -meditated 'medIteItId Jc%,Jd% 42A,3A,6A -meditates 'medIteIts Ja% 32A,3A,6A -meditating 'medIteItIN Jb% 42A,3A,6A -meditation ,medI'teISn M6% 4 -meditations ,medI'teISnz Mj% 4 -meditative 'medIt@tIv OA% 4 -meditatively 'medIt@tIvlI Pu% 5 -medium 'midI@m K6%,OA% 3 -mediums 'midI@mz Kj% 3 -medlar 'medl@R K6$ 2 -medlars 'medl@z Kj$ 2 -medley 'medlI K6% 2 -medleys 'medlIz Kj% 2 -meed mid K6$ 1 -meeds midz Kj$ 1 -meek mik OC% 1 -meeker 'mik@R Or% 2 -meekest 'mikIst Os% 2 -meekly 'miklI Pu% 2 -meekness 'mikn@s L@% 2 -meerschaum 'mI@S@m M6$ 2 -meerschaums 'mI@S@mz Mj$ 2 -meet mit J5%,K6$,OA$ 12A,2C,6A -meeting 'mitIN Jb%,K6% 22A,2C,6A -meeting-house 'mitIN-haUs K6% 3 -meeting-houses 'mitIN-haUzIz Kj% 4 -meeting-place 'mitIN-pleIs K6% 3 -meeting-places 'mitIN-pleIsIz Kj% 4 -meetings 'mitINz Kj% 2 -meets mits Ja%,Kj% 12A,2C,6A -megacycle 'meg@saIkl K6$ 4 -megacycles 'meg@saIklz Kj$ 4 -megadeath 'meg@deT K6$ 3 -megadeaths 'meg@deTs Kj$ 3 -megalith 'meg@lIT K6$ 3 -megalithic ,meg@'lITIk OA$ 4 -megaliths 'meg@lITs Kj$ 3 -megalomania ,meg@l@'meInI@ L@% 6 -megalomaniac ,meg@l@'meInI&k K6% 6 -megalomaniacs ,meg@l@'meInI&ks Kj% 6 -megaphone 'meg@f@Un K6% 3 -megaphones 'meg@f@Unz Kj% 3 -megaton 'meg@tVn K6% 3 -megatons 'meg@tVnz Kj% 3 -megrim 'migrIm K6$ 2 -megrims 'migrImz Kj$ 2 -meiosis maI'@UsIs L@$ 3 -melancholia ,mel@n'k@UlI@ L@% 5 -melancholic ,mel@N'k0lIk OA% 4 -melancholy 'mel@Nk0lI L@%,OA% 4 -meliorate 'milI@reIt J2$ 42A,6A -meliorated 'milI@reItId Jc$,Jd$ 52A,6A -meliorates 'milI@reIts Ja$ 42A,6A -meliorating 'milI@reItIN Jb$ 52A,6A -melioration ,milI@'reISn M6$ 5 -meliorations ,milI@'reISnz Mj$ 5 -meliorism 'milI@rIz@m L@$ 5 -mellifluous me'lIflU@s OA% 4 -mellow 'mel@U J0%,OC% 22A,6A -mellowed 'mel@Ud Jc%,Jd% 22A,6A -mellower 'mel@U@R Or% 3 -mellowest 'mel@UIst Os% 3 -mellowing 'mel@UIN Jb% 32A,6A -mellowly 'mel@UlI Pu% 3 -mellowness 'mel@Un@s L@% 3 -mellows 'mel@Uz Ja% 22A,6A -melodic mI'l0dIk OA% 3 -melodies 'mel@dIz Mj% 3 -melodious mI'l@UdI@s OA% 4 -melodiously mI'l@UdI@slI Pu% 5 -melodiousness mI'l@UdI@sn@s L@% 5 -melodrama 'mel@drAm@ M6% 4 -melodramas 'mel@drAm@z Mj% 4 -melodramatic ,mel@dr@'m&tIk OA% 5 -melodramatically ,mel@dr@'m&tIklI Pu% 6 -melody 'mel@dI M8% 3 -melon 'mel@n K6% 2 -melons 'mel@nz Kj% 2 -melt melt J0% 12A,2C,6A,15B -melted 'meltId Jc%,Jd% 22A,2C,6A,15B -melting 'meltIN Jb%,OA% 22A,2C,6A,15B -melting-point 'meltIN-poInt K6% 3 -melting-points 'meltIN-poInts Kj% 3 -melting-pot 'meltIN-p0t K6% 3 -melting-pots 'meltIN-p0ts Kj$ 3 -melts melts Ja% 12A,2C,6A,15B -member 'memb@R K6% 2 -members 'memb@z Kj% 2 -membership 'memb@SIp L@% 3 -membrane 'membreIn M6% 2 -membranes 'membreInz Mj% 2 -membranous 'membr@n@s OA$ 3 -memento mI'ment@U K6% 3 -mementoes mI'ment@Uz Kj% 3 -mementos mI'ment@Uz Kj% 3 -memo 'mem@U K6% 2 -memoir 'memwAR K6% 2 -memoirs 'memwAz Kj% 2 -memorable 'mem@r@bl OA% 4 -memorably 'mem@r@blI Pu% 4 -memoranda ,mem@'r&nd@ Kj% 4 -memorandum ,mem@'r&nd@m K6% 4 -memorandums ,mem@'r&nd@mz Kj% 4 -memorial mI'mOrI@l K6% 4 -memorialize mI'mOrI@laIz H2$ 56A -memorialized mI'mOrI@laIzd Hc$,Hd$ 56A -memorializes mI'mOrI@laIzIz Ha$ 66A -memorializing mI'mOrI@laIzIN Hb$ 66A -memorials mI'mOrI@lz Kj% 4 -memories 'mem@rIz Mj% 3 -memorize 'mem@raIz H2% 36A -memorized 'mem@raIzd Hc%,Hd% 36A -memorizes 'mem@raIzIz Ha% 46A -memorizing 'mem@raIzIN Hb% 46A -memory 'mem@rI M8% 3 -memos 'mem@Uz Kj% 2 -memsahib 'memsAb K6$ 2 -memsahibs 'memsAbz Kj$ 2 -men men Kj* 1 -men-at-arms ,men-@t-'Amz Kj% 3 -men-of-war ,men-@v-'wOR Kj% 3 -menace 'men@s H2%,M6% 26A -menaced 'men@st Hc%,Hd% 26A -menaces 'men@sIz Ha%,Mj% 36A -menacing 'men@sIN Hb% 36A -menacingly 'men@sINlI Pu% 4 -menagerie mI'n&dZ@rI K6% 4 -menageries mI'n&dZ@rIz Kj% 4 -mend mend J0%,K6% 12A,6A -mendacious men'deIS@s OA% 3 -mendaciously men'deIS@slI Pu% 4 -mendacities men'd&sItIz Mj$ 4 -mendacity men'd&sItI M8% 4 -mended 'mendId Jc%,Jd% 22A,6A -mender 'mend@R K6% 2 -menders 'mend@z Kj% 2 -mendicant 'mendIk@nt K6$,OA$ 3 -mendicants 'mendIk@nts Kj$ 3 -mending 'mendIN Jb%,L@% 22A,6A -mends mendz Ja%,Kj% 12A,6A -menfolk 'menf@Uk Kj% 2 -menial 'minI@l K6$,OA% 3 -menially 'minI@lI Pu% 4 -menials 'minI@lz Kj$ 3 -meningitis ,menIn'dZaItIs L@% 4 -menopause 'men@pOz K6% 3 -menopauses 'men@pOzIz Kj$ 4 -menses 'mensiz Kj$ 2 -menstrual 'menstrU@l OA% 3 -menstruate 'menstrUeIt I2% 32A -menstruated 'menstrUeItId Ic%,Id% 42A -menstruates 'menstrUeIts Ia% 32A -menstruating 'menstrUeItIN Ib% 42A -menstruation ,menstrU'eISn L@% 4 -mensurable 'mensjUr@bl OA$ 4 -mensuration ,mensjU'reISn M6$ 4 -mensurations ,mensjU'reISnz Mj$ 4 -mental 'mentl OA% 2 -mentalities men't&lItIz Mj$ 4 -mentality men't&lItI M8% 4 -mentally 'ment@lI Pu% 3 -menthol 'menT0l L@% 2 -mentholated 'menT@leItId OA% 4 -mention 'menSn H0%,M6% 26A,6C,9,13A -mentioned 'menSnd Hc%,Hd%,Ot% 26A,6C,9,13A -mentioning 'menSnIN Hb% 36A,6C,9,13A -mentions 'menSnz Ha%,Mj% 26A,6C,9,13A -mentor 'mentOR K6% 2 -mentors 'mentOz Kj% 2 -menu 'menju K6% 2 -menus 'menjuz Kj% 2 -mercantile 'm3k@ntaIl OA% 3 -mercenaries 'm3sIn@rIz Kj% 4 -mercenary 'm3sIn@rI K8%,OA% 4 -mercer 'm3s@R K6$ 2 -mercerize 'm3s@raIz H2$ 36A -mercerized 'm3s@raIzd Hc$,Hd$ 36A -mercerizes 'm3s@raIzIz Ha$ 46A -mercerizing 'm3s@raIzIN Hb$ 46A -mercers 'm3s@z Kj$ 2 -merchandise 'm3tS@ndaIz L@% 3 -merchant 'm3tS@nt K6% 2 -merchantman 'm3tS@ntm@n Ki% 3 -merchantmen 'm3tS@ntm@n Kj% 3 -merchants 'm3tS@nts Kj% 2 -mercies 'm3sIz Mj% 2 -merciful 'm3sIf@l OA% 3 -mercifully 'm3sIf@lI Pu% 4 -merciless 'm3sIlIs OA% 3 -mercilessly 'm3sIlIslI Pu% 4 -mercurial m3'kjU@rI@l OA% 4 -mercury 'm3kjUrI L@% 3 -mercy 'm3sI M8% 2 -mere mI@R K6$,OA% 1 -merely 'mI@lI Pu% 2 -meres mI@z Kj$ 1 -meretricious ,merI'trIS@s OA% 4 -meretriciously ,merI'trIS@slI Pu$ 5 -meretriciousness ,merI'trIS@sn@s L@$ 5 -merge m3dZ J2% 12A,3A,6A,14 -merged m3dZd Jc%,Jd% 12A,3A,6A,14 -merger 'm3dZ@R M6% 2 -mergers 'm3dZ@z Mj% 2 -merges 'm3dZIz Ja% 22A,3A,6A,14 -merging 'm3dZIN Jb% 22A,3A,6A,14 -meridian m@'rIdI@n K6% 4 -meridians m@'rIdI@nz Kj% 4 -meridional m@'rIdI@nl OA$ 5 -meringue m@'r&N M6% 2 -meringues m@'r&Nz Mj% 2 -merino m@'rin@U L@$ 3 -merino-sheep m@,rin@U-'Sip K9$ 4 -merit 'merIt H0%,M6% 26A -merited 'merItId Hc%,Hd% 36A -meriting 'merItIN Hb% 36A -meritocracies ,merI't0kr@sIz Kj% 5 -meritocracy ,merI't0kr@sI K8% 5 -meritocratic ,merIt@'kr&tIk OA% 5 -meritorious ,merI'tOrI@s OA% 5 -meritoriously ,merI'tOrI@slI Pu% 6 -merits 'merIts Ha%,Mj% 26A -mermaid 'm3meId K6% 2 -mermaids 'm3meIdz Kj% 2 -merman 'm3m@n Ki$ 2 -mermen 'm3m@n Kj$ 2 -merrier 'merI@R Or% 3 -merriest 'merIIst Os% 3 -merrily 'mer@lI Pu% 3 -merriment 'merIm@nt L@% 3 -merry 'merI OD% 2 -merry-go-round 'merI-g@-raUnd K6% 4 -merry-go-rounds 'merI-g@-raUndz Kj% 4 -merrymaker 'merImeIk@R K6% 4 -merrymakers 'merImeIk@z Kj% 4 -merrymaking 'merImeIkIN L@% 4 -mescal 'meskl M6$ 2 -mescaline 'mesk@lIn L@$ 3 -mescals 'mesklz Mj$ 2 -meseems mI'simz Pu$ 2 -mesh meS J1%,K7% 12A,3A,6A -meshed meSt Jc%,Jd% 12A,3A,6A -meshes 'meSIz Ja%,Kj% 22A,3A,6A -meshing 'meSIN Jb% 22A,3A,6A -mesmeric mez'merIk OA$ 3 -mesmerism 'mezm@rIz@m L@$ 4 -mesmerist 'mezm@rIst K6$ 3 -mesmerists 'mezm@rIsts Kj$ 3 -mesmerize 'mezm@raIz H2% 36A -mesmerized 'mezm@raIzd Hc%,Hd% 36A -mesmerizes 'mezm@raIzIz Ha% 46A -mesmerizing 'mezm@raIzIN Hb% 46A -meson 'mis@n K6$ 2 -mesons 'mis@nz Kj$ 2 -mess mes J1%,M7% 12C,6A,15B -mess-jacket 'mes-dZ&kIt K6$ 3 -mess-jackets 'mes-dZ&kIts Kj$ 3 -mess-up 'mes-Vp K6% 2 -mess-ups 'mes-Vps Kj$ 2 -message 'mesIdZ K6% 2 -messages 'mesIdZIz Kj% 3 -messed mest Jc%,Jd% 12C,6A,15B -messenger 'mesIndZ@R K6% 3 -messengers 'mesIndZ@z Kj% 3 -messes 'mesIz Ja%,Mj% 22C,6A,15B -messianic ,mesI'&nIk OA% 4 -messier 'mesI@R Or% 3 -messiest 'mesIIst Os% 3 -messily 'mesIlI Pu% 3 -messiness 'mesInIs L@% 3 -messing 'mesIN Jb% 22C,6A,15B -messmate 'mesmeIt K6% 2 -messmates 'mesmeIts Kj% 2 -messuage 'meswIdZ K6$ 2 -messuages 'meswIdZIz Kj$ 3 -messy 'mesI OD% 2 -met met Jc%,Jd% 12A,2C,6A -metabolic ,met@'b0lIk OA% 4 -metabolism mI't&b@lIz@m L@% 5 -metacarpal ,met@'kApl K6$,OA$ 4 -metacarpals ,met@'kAplz Kj$ 4 -metal 'metl H4%,M6% 26A -metalled 'metld Hc%,Hd% 26A -metallic mI't&lIk OA% 3 -metalling 'met@lIN Hb$ 36A -metallurgical ,met@'l3dZIkl OA% 5 -metallurgist mI't&l@dZIst K6% 4 -metallurgists mI't&l@dZIsts Kj% 4 -metallurgy mI't&l@dZI L@% 4 -metals 'metlz Ha$,Mj% 26A -metalwork 'metlw3k K6% 3 -metalworker 'metlw3k@R K6% 4 -metalworkers 'metlw3k@z Kj% 4 -metalworks 'metlw3ks Kj% 3 -metamorphose ,met@'mOf@Uz J2$ 43A,6A,14 -metamorphosed ,met@'mOf@Uzd Jc$,Jd$ 43A,6A,14 -metamorphoses ,met@'mOf@UzIz Ja$ 53A,6A,14 -metamorphoses ,met@'mOf@siz Kj% 5 -metamorphosing ,met@'mOf@UzIN Jb$ 53A,6A,14 -metamorphosis ,met@'mOf@sIs Ki% 5 -metaphor 'met@f@R M6% 3 -metaphorical ,met@'f0rIkl OA% 5 -metaphorically ,met@'f0rIklI Pu% 5 -metaphors 'met@f@z Mj% 3 -metaphysical ,met@'fIzIkl OA% 5 -metaphysically ,met@'fIzIklI Pu% 5 -metaphysics ,met@'fIzIks Lk% 4 -metatarsal ,met@'tAsl K6$,OA$ 4 -metatarsals ,met@'tAslz Kj$ 4 -mete mit H2% 115B -meted 'mitId Hc%,Hd% 215B -meteor 'mitI@R K6% 3 -meteoric ,mitI'0rIk OA% 4 -meteorite 'mitI@raIt K6% 4 -meteorites 'mitI@raIts Kj% 4 -meteorological ,mitj@r@'l0dZIkl OA% 6 -meteorologist ,mitI@'r0l@dZIst K6% 6 -meteorologists ,mitI@'r0l@dZIsts Kj% 6 -meteorology ,mitI@'r0l@dZI L@% 6 -meteors 'mitI@z Kj% 3 -meter 'mit@R K6% 2 -meters 'mit@z Kj% 2 -metes mits Ha$ 115B -methane 'miTeIn L@% 2 -methinks mI'TINks Pu$ 2 -method 'meT@d M6% 2 -methodical mI'T0dIkl OA% 4 -methodically mI'T0dIklI Pu% 4 -methodological ,meT@d@'l0dZIkl OA% 6 -methodologically ,meT@d@'l0dZIklI Pu% 6 -methodologies ,meT@'d0l@dZIz Mj% 5 -methodology ,meT@'d0l@dZI M8% 5 -methods 'meT@dz Mj% 2 -methought mI'TOt Pu$ 2 -meths meTs Kj% 1 -methyl 'meTIl M6$ 2 -methylated 'meTIleItId OA% 4 -methyls 'meTIlz Mj$ 2 -meticulous mI'tIkjUl@s OA% 4 -meticulously mI'tIkjUl@slI Pu% 5 -meticulousness mI'tIkjUl@snIs L@% 5 -meting 'mitIN Hb$ 215B -metre 'mit@R M6% 2 -metres 'mit@z Mj% 2 -metric 'metrIk OA% 2 -metrical 'metrIkl OA% 3 -metrically 'metrIklI Pu% 3 -metrication ,metrI'keISn M6% 4 -metrications ,metrI'keISnz Mj$ 4 -metricize 'metrIsaIz H2$ 3 -metricized 'metrIsaIzd Hc$,Hd$ 3 -metricizes 'metrIsaIzIz Ha$ 4 -metricizing 'metrIsaIzIN Hb$ 4 -metronome 'metr@n@Um K6% 3 -metronomes 'metr@n@Umz Kj% 3 -metropolis m@'tr0p@lIs K7% 4 -metropolises m@'tr0p@lIsIz Kj$ 5 -metropolitan ,metr@'p0lIt@n K6%,OA% 5 -metropolitans ,metr@'p0lIt@nz Kj$ 5 -mettle 'metl L@% 2 -mettlesome 'metls@m OA$ 3 -mew mju I0%,K6% 12A -mewed mjud Ic%,Id% 12A -mewing 'mjuIN Ib% 22A -mews mjuz Ia%,K9% 12A -mezzanine 'mez@nin K6%,OA% 3 -mezzanines 'mez@ninz Kj$ 3 -mezzo 'mets@U Pu$ 2 -mezzo-soprano ,mets@U-s@'prAn@U K6% 5 -mezzo-sopranos ,mets@U-s@'prAn@Uz Kj% 5 -mezzotint 'mets@UtInt M6$ 3 -mezzotints 'mets@UtInts Mj$ 3 -mg 'mIlIgr&mz Y]% 3 -mi mi Ki$ 1 -miaou mi'aU I0$,K6$ 2 -miaoued mi'aUd Ic$,Id$ 2 -miaouing mi'aUIN Ib$ 3 -miaous mi'aUz Ia$,Kj$ 2 -miaow mi'aU I0%,K6% 22A -miaowed mi'aUd Ic%,Id% 22A -miaowing mi'aUIN Ib% 32A -miaows mi'aUz Ia%,Kj% 22A -miasma mI'&zm@ K6$ 3 -miasmas mI'&zm@z Kj$ 3 -mica 'maIk@ L@$ 2 -mice maIs Kj% 1 -mickey 'mIkI Ki% 2 -mickle 'mIkl Ki$ 2 -micro-organism ,maIkr@U-'Og@nIz@m K6% 6 -micro-organisms ,maIkr@U-'Og@nIz@mz Kj% 6 -microbe 'maIkr@Ub K6% 2 -microbes 'maIkr@Ubz Kj% 2 -microbiology ,maIkr@UbaI'0l@dZI L@% 6 -microcosm 'maIkr@Uk0z@m K6% 4 -microcosms 'maIkr@Uk0z@mz Kj% 4 -microdot 'maIkr@Ud0t K6$ 3 -microdots 'maIkr@Ud0ts Kj$ 3 -microelectronics ,maIkr@U,ilek'tr0nIks Lk% 6 -microfiche 'maIkr@UfiS M6% 3 -microfiches 'maIkr@UfiSIz Mj$ 4 -microfilm 'maIkr@UfIlm H0$,M6% 36A -microfilmed 'maIkr@UfIlmd Hc$,Hd$ 36A -microfilming 'maIkr@UfIlmIN Hb$ 46A -microfilms 'maIkr@UfIlmz Ha$,Mj$ 36A -micrometer maI'kr0mIt@R K6$ 4 -micrometers maI'kr0mIt@z Kj$ 4 -micron 'maIkr0n K6$ 2 -microns 'maIkr0nz Kj$ 2 -microphone 'maIkr@f@Un K6% 3 -microphones 'maIkr@f@Unz Kj% 3 -microscope 'maIkr@sk@Up K6% 3 -microscopes 'maIkr@sk@Ups Kj% 3 -microscopic ,maIkr@'sk0pIk OA% 4 -microscopical ,maIkr@'sk0pIkl OA$ 5 -microscopically ,maIkr@'sk0pIklI Pu% 5 -microscopy maI'kr0sk@pI L@% 4 -microwave 'maIkr@UweIv K6% 3 -microwaves 'maIkr@UweIvz Kj% 3 -mid mId OA%,T-% 1 -mid-off mId-'0f Ki% 2 -mid-on mId-'0n Ki% 2 -midday ,mId'deI L@% 2 -midden 'mIdn K6$ 2 -middens 'mIdnz Kj$ 2 -middies 'mIdIz Kj$ 2 -middle 'mIdl K6% 2 -middle-aged ,mIdl-'eIdZd OA% 3 -middle-class ,mIdl-'klAs OA% 3 -middle-distance ,mIdl-'dIst@ns OA% 4 -middle-of-the-road ,mIdl-@v-D@-'r@Ud OA% 5 -middleman 'mIdlm&n Ki% 3 -middlemen 'mIdlmen Kj% 3 -middles 'mIdlz Kj% 2 -middleweight 'mIdlweIt K6%,OA% 3 -middleweights 'mIdlweIts Kj% 3 -middling 'mIdlIN K6$,OA%,Pu% 2 -middlings 'mIdlINz Kj$ 2 -middy 'mIdI K8$ 2 -midfield 'mIdfild Ki% 2 -midge mIdZ K6% 1 -midges 'mIdZIz Kj% 2 -midget 'mIdZIt K6% 2 -midgets 'mIdZIts Kj% 2 -midinette ,mIdI'net K6$ 3 -midinettes ,mIdI'nets Kj$ 3 -midland 'mIdl@nd K6% 2 -midlands 'mIdl@ndz Kj% 2 -midmost 'mIdm@Ust OA$,Pu$ 2 -midnight 'mIdnaIt L@% 2 -midriff 'mIdrIf K6% 2 -midriffs 'mIdrIfs Kj$ 2 -midshipman 'mIdSIpm@n Ki% 3 -midshipmen 'mIdSIpm@n Kj% 3 -midships 'mIdSIps Pu$ 2 -midst mIdst Ki%,T-% 1 -midstream ,mId'strim L@% 2 -midsummer ,mId'sVm@R L@% 3 -midway ,mId'weI OA%,Pu% 2 -midweek mId'wik Oq%,Pu% 2 -midwife 'mIdwaIf Ki% 2 -midwifery 'mIdwIfrI L@% 3 -midwives 'mIdwaIvz Kj% 2 -mien min K6$ 1 -miens minz Kj$ 1 -might maIt Gc*,L@% 15 -might-have-been 'maIt-@v-bin K6$ 3 -might-have-beens 'maIt-@v-binz Kj$ 3 -mightier 'maItI@R Or% 3 -mightiest 'maItIIst Os% 3 -mightily 'maItIlI Pu% 3 -mightn't 'maItnt Gg% 2 -mighty 'maItI OD%,Pu% 2 -mignonette ,mInj@'net L@$ 3 -migraine 'migreIn K6% 2 -migraines 'migreInz Kj$ 2 -migrant 'maIgr@nt K6% 2 -migrants 'maIgr@nts Kj% 2 -migrate maI'greIt I2% 22A,3A -migrated maI'greItId Ic%,Id% 32A,3A -migrates maI'greIts Ia% 22A,3A -migrating maI'greItIN Ib% 32A,3A -migration maI'greISn M6% 3 -migrations maI'greISnz Mj% 3 -migratory 'maIgr@trI OA% 3 -mikado mI'kAd@U K6$ 3 -mikados mI'kAd@Uz Kj$ 3 -mike maIk K6% 1 -mikes maIks Kj% 1 -miladies mI'leIdIz Kj$ 3 -milady mI'leIdI K8$ 3 -milage 'maIlIdZ K6% 2 -milages 'maIlIdZIz Kj% 3 -milch mIltS OA$ 1 -mild maIld OC% 1 -milder 'maIld@R Or% 2 -mildest 'maIldIst Os% 2 -mildew 'mIldju J0$,L@% 22A,6A -mildewed 'mIldjud Jc$,Jd$ 22A,6A -mildewing 'mIldjuIN Jb$ 32A,6A -mildews 'mIldjuz Ja$ 22A,6A -mildly 'maIldlI Pu% 2 -mildness 'maIldn@s L@% 2 -mile maIl K6% 1 -mileage 'maIlIdZ K6% 2 -mileages 'maIlIdZIz Kj% 3 -mileometer maI'l0mIt@R K6% 4 -mileometers maI'l0mIt@z Kj% 4 -miler 'maIl@R K6% 2 -milers 'maIl@z Kj% 2 -miles maIlz Kj% 1 -milestone 'maIlst@Un K6% 2 -milestones 'maIlst@Unz Kj% 2 -milieu 'milj3 K6% 2 -milieus 'milj3z Kj$ 2 -militancy 'mIlIt@nsI L@% 4 -militant 'mIlIt@nt K6%,OA% 3 -militants 'mIlIt@nts Kj% 3 -militarily 'mIlItrIlI Pu% 4 -militarism 'mIlIt@rIz@m L@% 5 -militarist 'mIlIt@rIst K6% 4 -militaristic ,mIlIt@'rIstIk OA% 5 -militarists 'mIlIt@rIsts Kj$ 4 -military 'mIlItrI L@%,OA% 3 -militate 'mIlIteIt I2% 33A -militated 'mIlIteItId Ic%,Id% 43A -militates 'mIlIteIts Ia% 33A -militating 'mIlIteItIN Ib% 43A -militia mI'lIS@ K6% 3 -militiaman mI'lIS@m@n Ki% 4 -militiamen mI'lIS@m@n Kj% 4 -militias mI'lIS@z Kj% 3 -milk mIlk J0%,L@% 12A,6A -milk-churn 'mIlk-tS3n K6% 2 -milk-churns 'mIlk-tS3nz Kj% 2 -milk-powder 'mIlk-paUd@R M6% 3 -milk-powders 'mIlk-paUd@z Mj% 3 -milk-shake 'mIlk-SeIk K6% 2 -milk-shakes 'mIlk-SeIks Kj% 2 -milk-teeth 'mIlk-tiT Kj% 2 -milk-tooth 'mIlk-tuT Ki$ 2 -milk-white 'mIlk-waIt OA% 2 -milkbar 'mIlkbAR K6% 2 -milkbars 'mIlkbAz Kj% 2 -milked mIlkt Jc%,Jd% 12A,6A -milkier 'mIlkI@R Or% 3 -milkiest 'mIlkIIst Os% 3 -milking 'mIlkIN Jb% 22A,6A -milking-machine 'mIlkIN-m@Sin K6% 4 -milking-machines 'mIlkIN-m@Sinz Kj% 4 -milkmaid 'mIlkmeId K6% 2 -milkmaids 'mIlkmeIdz Kj% 2 -milkman 'mIlkm@n Ki% 2 -milkmen 'mIlkm@n Kj% 2 -milks mIlks Ja% 12A,6A -milkshake 'mIlkSeIk K6% 2 -milkshakes 'mIlkSeIks Kj% 2 -milksop 'mIlks0p K6% 2 -milksops 'mIlks0ps Kj% 2 -milkweed 'mIlkwid M6$ 2 -milkweeds 'mIlkwidz Mj$ 2 -milky 'mIlkI OD% 2 -mill mIl J0%,K6% 12C,6A -mill-dam 'mIl-d&m K6$ 2 -mill-dams 'mIl-d&mz Kj$ 2 -mill-girl 'mIl-g3l K6% 2 -mill-girls 'mIl-g3lz Kj% 2 -mill-hand 'mIl-h&nd K6% 2 -mill-hands 'mIl-h&ndz Kj% 2 -millboard 'mIlbOd L@$ 2 -milled mIld Jc%,Jd% 12C,6A -millenarian ,mIlI'ne@rI@n K6$ 5 -millenarians ,mIlI'ne@rI@nz Kj$ 5 -millennia mI'lenI@ Kj% 4 -millennial mI'lenI@l OA% 4 -millennium mI'lenI@m Ki% 4 -millepede 'mIlIpid K6% 3 -millepedes 'mIlIpidz Kj% 3 -miller 'mIl@R K6% 2 -millers 'mIl@z Kj% 2 -millet 'mIlIt L@% 2 -milli- 'mIlI- U-% 2 -milliard 'mIlIAd K6$ 3 -milliards 'mIlIAdz Kj$ 3 -millibar 'mIlIbAR K6% 3 -millibars 'mIlIbAz Kj% 3 -milligram 'mIlIgr&m K6% 3 -milligrams 'mIlIgr&mz Kj% 3 -millimetre 'mIlImit@R K6% 4 -millimetres 'mIlImit@z Kj% 4 -milliner 'mIlIn@R K6% 3 -milliners 'mIlIn@z Kj% 3 -millinery 'mIlIn@rI L@% 4 -milling 'mIlIN Jb% 22C,6A -million 'mIlI@n K6%,OA% 3 -millionaire ,mIlI@'ne@R K6% 4 -millionaires ,mIlI@'ne@z Kj% 4 -millionairess ,mIlI@'ne@rIs K6% 5 -millionairesses ,mIlI@'ne@rIsIz Kj$ 6 -millionfold 'mIlI@nf@Uld Pu% 4 -millions 'mIlI@nz Kj% 3 -millionth 'mIlI@nT K6%,OA% 3 -millionths 'mIlI@nTs Kj% 3 -millipede 'mIlIpid K6% 3 -millipedes 'mIlIpidz Kj% 3 -millpond 'mIlp0nd K6% 2 -millponds 'mIlp0ndz Kj$ 2 -millrace 'mIlreIs K6% 2 -millraces 'mIlreIsIz Kj$ 3 -mills mIlz Ja%,Kj% 12C,6A -millstone 'mIlst@Un K6% 2 -millstones 'mIlst@Unz Kj% 2 -millwheel 'mIlwil K6% 2 -millwheels 'mIlwilz Kj% 2 -millwright 'mIlraIt K6$ 2 -millwrights 'mIlraIts Kj$ 2 -milometer maI'l0mIt@R K6% 4 -milometers maI'l0mIt@z Kj% 4 -milord mI'lOd K6$ 2 -milords mI'lOdz Kj$ 2 -milt mIlt L@$ 1 -mime maIm J2%,M6% 12A,6A -mimed maImd Jc%,Jd% 12A,6A -mimeograph 'mImI@grAf H0%,K6% 46A -mimeographed 'mImI@grAft Hc%,Hd% 46A -mimeographing 'mImI@grAfIN Hb$ 56A -mimeographs 'mImI@grAfs Ha$,Kj% 46A -mimes maImz Ja%,Mj% 12A,6A -mimetic mI'metIk OA$ 3 -mimic 'mImIk H5%,K6%,Oq% 26A -mimicked 'mImIkt Hc%,Hd% 26A -mimicking 'mImIkIN Hb% 36A -mimicry 'mImIkrI L@% 3 -mimics 'mImIks Ha%,Kj% 26A -miming 'maImIN Jb% 22A,6A -mimosa mI'm@Uz@ M6% 3 -mimosas mI'm@Uz@z Mj$ 3 -min min Y>% 1 -minaret ,mIn@'ret K6% 3 -minarets ,mIn@'rets Kj% 3 -minatory 'mIn@t@rI OA$ 4 -mince mIns J2%,L@% 12A,6A -mince-pie mIns-'paI K6% 2 -mince-pies mIns-'paIz Kj% 2 -minced mInst Jc%,Jd% 12A,6A -mincemeat 'mInsmit L@% 2 -mincer 'mIns@R K6% 2 -mincers 'mIns@z Kj% 2 -minces 'mInsIz Ja% 22A,6A -mincing 'mInsIN Jb%,OA% 22A,6A -mincingly 'mInsINlI Pu% 3 -mind maInd J0*,M6* 12A,6A,6C,9,19C -mind-bending 'maInd-bendIN OA% 3 -mind-blowing 'maInd-bl@UIN OA% 3 -mind-boggling 'maInd-b0glIN OA% 3 -mind-reader 'maInd-rid@R K6% 3 -mind-readers 'maInd-rid@z Kj% 3 -minded 'maIndId Jc%,Jd%,Op%,Ot% 22A,6A,6C,9,19C -minder 'maInd@R K6% 2 -minders 'maInd@z Kj% 2 -mindful 'maIndf@l OA% 2 -mindfully 'maIndf@lI Pu% 3 -mindfulness 'maIndfln@s L@% 3 -minding 'maIndIN Jb% 22A,6A,6C,9,19C -mindless 'maIndlIs OA% 2 -mindlessly 'maIndlIslI Pu% 3 -mindlessness 'maIndlIsn@s L@% 3 -minds maIndz Ja%,Mj% 12A,6A,6C,9,19C -mine maIn J2%,K6%,OA%,Qx% 12A,3A,6A -mine-detector 'maIn-dItekt@R K6% 4 -mine-detectors 'maIn-dItekt@z Kj% 4 -mine-disposal 'maIn-dIsp@Uzl M6% 4 -mine-disposals 'maIn-dIsp@Uzlz Mj$ 4 -mined maInd Jc%,Jd% 12A,3A,6A -minefield 'maInfild K6% 2 -minefields 'maInfildz Kj% 2 -minelayer 'maInleI@R K6% 3 -minelayers 'maInleI@z Kj% 3 -minelaying 'maInleIIN L@% 3 -miner 'maIn@R K6% 2 -mineral 'mIn@r@l K6%,OA% 3 -mineralogist ,mIn@'r&l@dZIst K6% 5 -mineralogists ,mIn@'r&l@dZIsts Kj% 5 -mineralogy ,mIn@'r&l@dZI L@% 5 -minerals 'mIn@r@lz Kj% 3 -miners 'maIn@z Kj% 2 -mines maInz Ja%,Kj% 12A,3A,6A -minestrone ,mInI'str@UnI L@% 4 -minesweeper 'maInswip@R K6% 3 -minesweepers 'maInswip@z Kj% 3 -minesweeping 'maInswipIN L@% 3 -mineworker 'maInw3k@R K6% 3 -mineworkers 'maInw3k@z Kj% 3 -mingier 'mIndZI@R Or$ 3 -mingiest 'mIndZIIst Os$ 3 -mingle 'mINgl J2% 22A,2C,6A,14 -mingled 'mINgld Jc%,Jd% 22A,2C,6A,14 -mingles 'mINglz Ja% 22A,2C,6A,14 -mingling 'mINglIN Jb% 22A,2C,6A,14 -mingy 'mIndZI OD% 2 -mini- 'mInI- U-% 2 -miniature 'mInItS@R M6% 3 -miniatures 'mInItS@z Mj% 3 -miniaturist 'mInItS@rIst K6% 4 -miniaturists 'mInItS@rIsts Kj% 4 -miniaturization ,mInItS@raI'zeISn L@% 6 -miniaturize 'mInItS@raIz H2% 46A -miniaturized 'mInItS@raIzd Hc%,Hd% 46A -miniaturizes 'mInItS@raIzIz Ha% 56A -miniaturizing 'mInItS@raIzIN Hb% 56A -minim 'mInIm K6% 2 -minima 'mInIm@ Kj$ 3 -minimal 'mInIml OA% 3 -minimally 'mInIm@lI Pu% 4 -minimize 'mInImaIz H2% 36A -minimized 'mInImaIzd Hc%,Hd% 36A -minimizes 'mInImaIzIz Ha% 46A -minimizing 'mInImaIzIN Hb% 46A -minims 'mInImz Kj% 2 -minimum 'mInIm@m K6%,OA% 3 -minimums 'mInIm@mz Kj$ 3 -mining 'maInIN Jb%,L@% 22A,3A,6A -minion 'mInI@n K6$ 2 -minions 'mInI@nz Kj% 2 -minister 'mInIst@R I0%,K6% 33A -ministered 'mInIst@d Ic%,Id% 33A -ministerial ,mInI'stI@rI@l OA% 5 -ministerially ,mInI'stI@rI@lI Pu% 6 -ministering 'mInIst@rIN Ib% 43A -ministers 'mInIst@z Ia%,Kj% 33A -ministrant 'mInIstr@nt K6$,Oq$ 3 -ministrants 'mInIstr@nts Kj$ 3 -ministration ,mInI'streISn M6$ 4 -ministrations ,mInI'streISnz Mj% 4 -ministries 'mInIstrIz Kj% 3 -ministry 'mInIstrI K8% 3 -miniver 'mInIv@R L@$ 3 -mink mINk M6% 1 -minks mINks Mj% 1 -minnow 'mIn@U K6% 2 -minnows 'mIn@Uz Kj% 2 -minor 'maIn@R K6%,OA% 2 -minorities maI'n0rItIz Mj% 4 -minority maI'n0rItI M8% 4 -minors 'maIn@z Kj% 2 -minster 'mInst@R K6% 2 -minsters 'mInst@z Kj$ 2 -minstrel 'mInstr@l K6% 2 -minstrels 'mInstr@lz Kj% 2 -minstrelsy 'mInstr@lsI L@$ 3 -mint mInt H0%,M6% 16A -minted 'mIntId Hc%,Hd% 26A -minting 'mIntIN Hb% 26A -mints mInts Ha%,Mj% 16A -minuet ,mInjU'et K6% 3 -minuets ,mInjU'ets Kj% 3 -minus 'maIn@s K7%,OA%,T-% 2 -minuscule 'mIn@skjul OA% 3 -minuses 'maIn@sIz Kj$ 3 -minute 'mInIt H2%,K6% 26A -minute maI'njut OB% 2 -minute-book 'mInIt-bUk K6% 3 -minute-books 'mInIt-bUks Kj% 3 -minute-gun 'mInIt-gVn K6$ 3 -minute-guns 'mInIt-gVnz Kj$ 3 -minute-hand 'mInIt-h&nd K6% 3 -minute-hands 'mInIt-h&ndz Kj$ 3 -minuted 'mInItId Hc%,Hd% 36A -minutely maI'njutlI Pu% 3 -minuteman 'mInItm&n Ki$ 3 -minutemen 'mInItmen Kj$ 3 -minuteness maI'njutn@s L@% 3 -minuter maI'njut@R Or$ 3 -minutes 'mInIts Ha$,Kj% 26A -minutest maI'njutIst Os% 3 -minutiae maI'njuSIi Kj% 4 -minuting 'mInItIN Hb% 36A -minx mINks K7% 1 -minxes 'mINksIz Kj% 2 -miracle 'mIr@kl K6% 3 -miracles 'mIr@klz Kj% 3 -miraculous mI'r&kjUl@s OA% 4 -miraculously mI'r&kjUl@slI Pu% 5 -mirage 'mIrAZ K6% 2 -mirages 'mIrAZIz Kj% 3 -mire 'maI@R J2$,L@% 12A,6A -mired 'maI@d Jc$,Jd$ 12A,6A -mires 'maI@z Ja$ 12A,6A -mirier 'maI@rI@R Or$ 3 -miriest 'maI@rIIst Os$ 3 -miring 'maI@rIN Jb$ 22A,6A -mirror 'mIr@R H0%,K6% 26A -mirrored 'mIr@d Hc%,Hd% 26A -mirroring 'mIr@rIN Hb% 36A -mirrors 'mIr@z Ha%,Kj% 26A -mirth m3T L@% 1 -mirthful 'm3Tf@l OA% 2 -mirthfully 'm3Tf@lI Pu% 3 -mirthless 'm3Tl@s OA% 2 -miry 'maI@rI OD$ 2 -misadventure ,mIs@d'ventS@R M6% 4 -misadventures ,mIs@d'ventS@z Mj$ 4 -misadvise ,mIs@d'vaIz H2$ 36A -misadvised ,mIs@d'vaIzd Hc$,Hd$ 36A -misadvises ,mIs@d'vaIzIz Ha$ 46A -misadvising ,mIs@d'vaIzIN Hb$ 46A -misalliance ,mIs@'laI@ns K6$ 4 -misalliances ,mIs@'laI@nsIz Kj$ 5 -misanthrope 'mIsnTr@Up K6% 3 -misanthropes 'mIsnTr@Ups Kj$ 3 -misanthropic ,mIsn'Tr0pIk OA% 4 -misanthropy mIs'&nTr@pI L@% 4 -misapplication ,mIs,&plI'keISn K6% 5 -misapplications ,mIs,&plI'keISnz Kj$ 5 -misapplied ,mIs@'plaId Hc%,Hd% 36A -misapplies ,mIs@'plaIz Ha% 36A -misapply ,mIs@'plaI H3% 36A -misapplying ,mIs@'plaIIN Hb% 46A -misapprehend ,mIs&prI'hend H0% 46A -misapprehended ,mIs&prI'hendId Hc%,Hd% 56A -misapprehending ,mIs&prI'hendIN Hb% 56A -misapprehends ,mIs&prI'hendz Ha% 46A -misapprehension ,mIs&prI'henSn M6% 5 -misapprehensions ,mIs&prI'henSnz Mj% 5 -misappropriate ,mIs@'pr@UprIeIt H2% 56A -misappropriated ,mIs@'pr@UprIeItId Hc%,Hd% 66A -misappropriates ,mIs@'pr@UprIeIts Ha% 56A -misappropriating ,mIs@'pr@UprIeItIN Hb% 66A -misappropriation ,mIs@,pr@UprI'eISn M6% 6 -misappropriations ,mIs@,pr@UprI'eISnz Mj% 6 -misbegotten ,mIsbI'g0tn OA% 4 -misbehave ,mIsbI'heIv J2% 32A,6B -misbehaved ,mIsbI'heIvd Jc%,Jd% 32A,6B -misbehaves ,mIsbI'heIvz Ja% 32A,6B -misbehaving ,mIsbI'heIvIN Jb% 42A,6B -misbehaviour ,mIsbI'heIvI@R L@% 4 -misc mIsk Y~% 1 -miscalculate ,mIs'k&lkjUleIt J2% 4 -miscalculated ,mIs'k&lkjUleItId Jc%,Jd% 5 -miscalculates ,mIs'k&lkjUleIts Ja% 4 -miscalculating ,mIs'k&lkjUleItIN Jb% 5 -miscalculation ,mIs,k&lkjU'leISn M6% 5 -miscalculations ,mIs,k&lkjU'leISnz Mj% 5 -miscall ,mIs'kOl H0$ 2 -miscalled ,mIs'kOld Hc$,Hd$ 2 -miscalling ,mIs'kOlIN Hb$ 3 -miscalls ,mIs'kOlz Ha$ 2 -miscarriage ,mIs'k&rIdZ M6% 3 -miscarriages ,mIs'k&rIdZIz Mj% 4 -miscarried ,mIs'k&rId Hc%,Hd% 32A -miscarries ,mIs'k&rIz Ha% 32A -miscarry ,mIs'k&rI H3% 32A -miscarrying ,mIs'k&rIIN Hb% 42A -miscast ,mIs'kAst H5$,Hc%,Hd% 26A -miscasting ,mIs'kAstIN Hb% 36A -miscasts ,mIs'kAsts Ha$ 26A -miscegenation ,mIsIdZI'neISn L@$ 5 -miscellanea ,mIs@'leInI@ Kj% 5 -miscellaneous ,mIs@'leInI@s OA% 5 -miscellanies mI'sel@nIz Kj$ 4 -miscellany mI'sel@nI K8% 4 -mischance ,mIs'tSAns M6% 2 -mischances ,mIs'tSAnsIz Mj$ 3 -mischief 'mIstSIf M6% 2 -mischief-maker 'mIstSif-meIk@R K6% 4 -mischief-makers 'mIstSif-meIk@z Kj% 4 -mischief-making 'mIstSif-meIkIN L@% 4 -mischiefs 'mIstSIfs Mj$ 2 -mischievous 'mIstSIv@s OA% 3 -mischievously 'mIstSIv@slI Pu% 4 -mischievousness 'mIstSIv@sn@s L@% 4 -misconceive ,mIsk@n'siv J2$ 33A,6A -misconceived ,mIsk@n'sivd Jc$,Jd% 33A,6A -misconceives ,mIsk@n'sivz Ja$ 33A,6A -misconceiving ,mIsk@n'sivIN Jb$ 43A,6A -misconception ,mIsk@n'sepSn M6% 4 -misconceptions ,mIsk@n'sepSnz Mj% 4 -misconduct ,mIs'k0ndVkt L@% 3 -misconduct ,mIsk@n'dVkt H0$ 36A,6B,14 -misconducted ,mIsk@n'dVktId Hc$,Hd$ 46A,6B,14 -misconducting ,mIsk@n'dVktIN Hb$ 46A,6B,14 -misconducts ,mIsk@n'dVkts Ha$ 36A,6B,14 -misconstruction ,mIsk@n'strVkSn M6% 4 -misconstructions ,mIsk@n'strVkSnz Mj$ 4 -misconstrue ,mIsk@n'stru H2% 36A -misconstrued ,mIsk@n'strud Hc%,Hd% 36A -misconstrues ,mIsk@n'struz Ha% 36A -misconstruing ,mIsk@n'struIN Hb% 46A -miscount ,mIs'kaUnt J0%,K6% 22A,6A -miscounted ,mIs'kaUntId Jc%,Jd% 32A,6A -miscounting ,mIs'kaUntIN Jb% 32A,6A -miscounts ,mIs'kaUnts Ja%,Kj% 22A,6A -miscreant 'mIskrI@nt K6% 3 -miscreants 'mIskrI@nts Kj% 3 -misdate ,mIs'deIt H2% 26A -misdated ,mIs'deItId Hc$,Hd$ 36A -misdates ,mIs'deIts Ha$ 26A -misdating ,mIs'deItIN Hb$ 36A -misdeal ,mIs'dil J5$,K6$ 22A,6A -misdealing ,mIs'dilIN Jb$ 32A,6A -misdeals ,mIs'dilz Ja$,Kj$ 22A,6A -misdealt ,mIs'delt Jc$,Jd$ 22A,6A -misdeed ,mIs'did K6% 2 -misdeeds ,mIs'didz Kj% 2 -misdemeanour ,mIsdI'min@R K6% 4 -misdemeanours ,mIsdI'min@z Kj% 4 -misdirect ,mIsdI'rekt H0% 36A -misdirected ,mIsdI'rektId Hc%,Hd% 46A -misdirecting ,mIsdI'rektIN Hb% 46A -misdirection ,mIsdI'rekSn K6$ 4 -misdirections ,mIsdI'rekSnz Kj$ 4 -misdirects ,mIsdI'rekts Ha% 36A -misdoing ,mIs'duIN K6% 3 -misdoings ,mIs'duINz Kj% 3 -mise en sc`ene ,miz 0n 'seIn L@$ 3 -miser 'maIz@R K6% 2 -miserable 'mIzr@bl OA% 3 -miserably 'mIzr@blI Pu% 3 -miseries 'mIz@rIz Mj% 3 -miserliness 'maIz@lIn@s L@% 4 -miserly 'maIz@lI OA% 3 -misers 'maIz@z Kj% 2 -misery 'mIz@rI M8% 3 -misfire ,mIs'faI@R I2%,K6% 22A -misfired ,mIs'faI@d Ic%,Id% 22A -misfires ,mIs'faI@z Ia%,Kj% 22A -misfiring ,mIs'faI@rIN Ib% 32A -misfit 'mIsfIt K6% 2 -misfits 'mIsfIts Kj% 2 -misfortune ,mIs'fOtSun M6% 3 -misfortunes ,mIs'fOtSunz Mj% 3 -misgave ,mIs'geIv Hc$ 2 -misgive ,mIs'gIv H5$ 2 -misgiven ,mIs'gIvn Hd$ 3 -misgives ,mIs'gIvz Ha$ 2 -misgiving ,mIs'gIvIN Hb$,M6$ 3 -misgivings ,mIs'gIvINz Mj% 3 -misgovern ,mIs'gVvn H0% 36A -misgoverned ,mIs'gVvnd Hc%,Hd% 36A -misgoverning ,mIs'gVvnIN Hb% 46A -misgovernment ,mIs'gVvnm@nt L@% 4 -misgoverns ,mIs'gVvnz Ha% 36A -misguide ,mIs'gaId H2$ 26A,14 -misguided ,mIs'gaIdId Hc$,Hd%,OA% 36A,14 -misguides ,mIs'gaIdz Ha$ 26A,14 -misguiding ,mIs'gaIdIN Hb$ 36A,14 -mishandle ,mIs'h&ndl H2% 3 -mishandled ,mIs'h&ndld Hc%,Hd% 3 -mishandles ,mIs'h&ndlz Ha% 3 -mishandling ,mIs'h&ndlIN Hb% 3 -mishap 'mIsh&p M6% 2 -mishaps 'mIsh&ps Mj% 2 -mishmash 'mISm&S L@% 2 -misinform ,mIsIn'fOm H0% 36A -misinformation ,mIsInf@'meISn L@% 5 -misinformed ,mIsIn'fOmd Hc%,Hd% 36A -misinforming ,mIsIn'fOmIN Hb% 46A -misinforms ,mIsIn'fOmz Ha% 36A -misinterpret ,mIsIn't3prIt H0% 46A -misinterpretation ,mIsIn,t3prI'teISn M6% 6 -misinterpretations ,mIsIn,t3prI'teISnz Mj% 6 -misinterpreted ,mIsIn't3prItId Hc%,Hd% 56A -misinterpreting ,mIsIn't3prItIN Hb% 56A -misinterprets ,mIsIn't3prIts Ha% 46A -misjudge ,mIs'dZVdZ J2% 22A,6A -misjudged ,mIs'dZVdZd Jc%,Jd% 22A,6A -misjudges ,mIs'dZVdZIz Ja% 32A,6A -misjudging ,mIs'dZVdZIN Jb% 32A,6A -mislaid ,mIs'leId Hc%,Hd% 26A -mislay ,mIs'leI H5% 26A -mislaying ,mIs'leIIN Hb% 36A -mislays ,mIs'leIz Ha% 26A -mislead ,mIs'lid H5% 26A -misleading ,mIs'lidIN Hb% 36A -misleads ,mIs'lidz Ha% 26A -misled ,mIs'led Hc%,Hd% 26A -mismanage ,mIs'm&nIdZ H2% 36A -mismanaged ,mIs'm&nIdZd Hc%,Hd% 36A -mismanagement ,mIs'm&nIdZm@nt L@% 4 -mismanages ,mIs'm&nIdZIz Ha% 46A -mismanaging ,mIs'm&nIdZIN Hb% 46A -misname ,mIs'neIm H2% 26A -misnamed ,mIs'neImd Hc%,Hd% 26A -misnames ,mIs'neImz Ha% 26A -misnaming ,mIs'neImIN Hb% 36A -misnomer ,mIs'n@Um@R K6% 3 -misnomers ,mIs'n@Um@z Kj% 3 -misogynist mI's0dZInIst K6% 4 -misogynists mI's0dZInIsts Kj% 4 -misplace ,mIs'pleIs H2% 26A -misplaced ,mIs'pleIst Hc%,Hd% 26A -misplaces ,mIs'pleIsIz Ha% 36A -misplacing ,mIs'pleIsIN Hb% 36A -misprint 'mIsprInt K6% 2 -misprint ,mIs'prInt H0$ 26A -misprinted ,mIs'prIntId Hc$,Hd% 36A -misprinting ,mIs'prIntIN Hb$ 36A -misprints 'mIsprInts Kj% 2 -misprints ,mIs'prInts Ha$ 26A -mispronounce ,mIspr@'naUns H2% 36A -mispronounced ,mIspr@'naUnst Hc%,Hd% 36A -mispronounces ,mIspr@'naUnsIz Ha% 46A -mispronouncing ,mIspr@'naUnsIN Hb% 46A -mispronunciation ,mIspr@,nVnsI'eISn K6% 6 -mispronunciations ,mIspr@,nVnsI'eISnz Kj% 6 -misquotation ,mIskw@U'teISn M6% 4 -misquotations ,mIskw@U'teISnz Mj% 4 -misquote ,mIs'kw@Ut H2% 26A -misquoted ,mIs'kw@UtId Hc%,Hd% 36A -misquotes ,mIs'kw@Uts Ha% 26A -misquoting ,mIs'kw@UtIN Hb% 36A -misread ,mIs'red Hc%,Hd% 26A -misread ,mIs'rid H5% 26A -misreading ,mIs'ridIN Hb% 36A -misreads ,mIs'ridz Ha% 26A -misrepresent ,mIs,reprI'zent H0% 4 -misrepresentation ,mIs,reprIzen'teISn M6% 6 -misrepresentations ,mIs,reprIzen'teISnz Mj% 6 -misrepresented ,mIs,reprI'zentId Hc%,Hd% 5 -misrepresenting ,mIs,reprI'zentIN Hb% 5 -misrepresents ,mIs,reprI'zents Ha% 4 -misrule ,mIs'rul L@% 2 -miss mIs J1%,K7% 12A,2C,6A,6B,6C,15B -missal 'mIsl K6$ 2 -missals 'mIslz Kj$ 2 -missed mIst Jc%,Jd% 12A,2C,6A,6B,6C,15B -misses 'mIsIz Ja%,Kj% 22A,2C,6A,6B,6C,15B -misshapen ,mIs'SeIp@n OA% 3 -missies 'mIsIz Kj$ 2 -missile 'mIsaIl K6% 2 -missiles 'mIsaIlz Kj% 2 -missing 'mIsIN Jb%,OA% 22A,2C,6A,6B,6C,15B -mission 'mISn K6% 2 -missionaries 'mIS@nrIz Kj% 3 -missionary 'mIS@nrI K8% 3 -missions 'mISnz Kj% 2 -missis 'mIsIz Ki$ 2 -missive 'mIsIv K6% 2 -missives 'mIsIvz Kj% 2 -misspell ,mIs'spel H0% 26A -misspelled ,mIs'speld Hc%,Hd% 26A -misspelling ,mIs'spelIN Hb%,K6% 36A -misspellings ,mIs'spelINz Kj% 3 -misspells ,mIs'spelz Ha% 26A -misspelt ,mIs'spelt Hc%,Hd% 26A -misspend ,mIs'spend H5% 26A -misspending ,mIs'spendIN Hb% 36A -misspends ,mIs'spendz Ha% 26A -misspent ,mIs'spent Hc%,Hd% 26A -misstate ,mIs'steIt H2$ 26A -misstated ,mIs'steItId Hc$,Hd$ 36A -misstatement ,mIs'steItm@nt K6% 3 -misstatements ,mIs'steItm@nts Kj% 3 -misstates ,mIs'steIts Ha$ 26A -misstating ,mIs'steItIN Hb$ 36A -missus 'mIsIz Ki$ 2 -missy 'mIsI K8$ 2 -mist mIst J0%,M6% 12C,6A -mistake mI'steIk J5%,K6% 26A,10,14 -mistaken mI'steIkn Jd%,OA% 36A,10,14 -mistakenly mI'steIknlI Pu% 4 -mistakes mI'steIks Ja%,Kj% 26A,10,14 -mistaking mI'steIkIN Jb% 36A,10,14 -misted 'mIstId Jc%,Jd% 22C,6A -mister 'mIst@R Ki% 2 -mistier 'mIstI@R Or% 3 -mistiest 'mIstIIst Os% 3 -mistily 'mIstIlI Pu% 3 -mistime ,mIs'taIm H2% 2 -mistimed ,mIs'taImd Hc%,Hd% 2 -mistimes ,mIs'taImz Ha% 2 -mistiming ,mIs'taImIN Hb% 3 -mistiness 'mIstIn@s L@% 3 -misting 'mIstIN Jb% 22C,6A -mistletoe 'mIslt@U L@% 3 -mistook mI'stUk Jc% 26A,10,14 -mistral 'mIstr@l K6$ 2 -mistrals 'mIstr@lz Kj$ 2 -mistranslate ,mIstr&nz'leIt H2% 36A -mistranslated ,mIstr&nz'leItId Hc%,Hd% 46A -mistranslates ,mIstr&nz'leIts Ha% 36A -mistranslating ,mIstr&nz'leItIN Hb% 46A -mistranslation ,mIstr&ns'leISn M6% 4 -mistranslations ,mIstr&ns'leISnz Mj% 4 -mistress 'mIstrIs K7% 2 -mistresses 'mIstrIsIz Kj% 3 -mistrial ,mIs'traI@l K6$ 3 -mistrials ,mIs'traI@lz Kj$ 3 -mistrust ,mIs'trVst H0%,L@% 26A -mistrusted ,mIs'trVstId Hc%,Hd% 36A -mistrustful ,mIs'trVstf@l OA% 3 -mistrustfully mIs'trVstf@lI Pu% 4 -mistrusting ,mIs'trVstIN Hb% 36A -mistrusts ,mIs'trVsts Ha% 26A -mists mIsts Ja%,Mj% 12C,6A -misty 'mIstI OD% 2 -misunderstand ,mIs,Vnd@'st&nd H5% 46A -misunderstanding ,mIs,Vnd@'st&ndIN Hb%,M6% 56A -misunderstandings ,mIs,Vnd@'st&ndINz Mj% 5 -misunderstands ,mIs,Vnd@'st&ndz Ha% 46A -misunderstood ,mIs,Vnd@'stUd Hc%,Hd% 46A -misuse ,mIs'jus M6% 2 -misuse ,mIs'juz H2% 26A -misused ,mIs'juzd Hc%,Hd% 26A -misuses ,mIs'jusIz Mj$ 3 -misuses ,mIs'juzIz Ha% 36A -misusing ,mIs'juzIN Hb% 36A -mite maIt K6$ 1 -mites maIts Kj$ 1 -mitigate 'mItIgeIt H2% 36A -mitigated 'mItIgeItId Hc%,Hd% 46A -mitigates 'mItIgeIts Ha% 36A -mitigating 'mItIgeItIN Hb% 46A -mitigation ,mItI'geISn L@% 4 -mitre 'maIt@R K6% 2 -mitre-joint 'maIt@-dZoInt K6$ 3 -mitre-joints 'maIt@-dZoInts Kj$ 3 -mitres 'maIt@z Kj% 2 -mitt mIt K6% 1 -mitten 'mItn K6% 2 -mittens 'mItnz Kj% 2 -mitts mIts Kj% 1 -mix mIks J1%,K7% 12A,2C,3A,6A,12B,13B,14,15B -mix-up 'mIks-Vp K6% 2 -mix-ups 'mIks-Vps Kj% 2 -mixed mIkst Jc%,Jd%,OA% 12A,2C,3A,6A,12B,13B,14,15B -mixed-up mIkst-'Vp OA% 2 -mixer 'mIks@R K6% 2 -mixers 'mIks@z Kj% 2 -mixes 'mIksIz Ja%,Kj% 22A,2C,3A,6A,12B,13B,14,15B -mixing 'mIksIN Jb% 22A,2C,3A,6A,12B,13B,14,15B -mixture 'mIkstS@R M6% 2 -mixtures 'mIkstS@z Mj% 2 -mizen 'mIzn K6$ 2 -mizens 'mIznz Kj$ 2 -mizzen 'mIzn K6$ 2 -mizzen-mast 'mIzn-mAst K6$ 3 -mizzen-masts 'mIzn-mAsts Kj$ 3 -mizzens 'mIznz Kj$ 2 -mizzle 'mIzl I2$ 22A -mizzled 'mIzld Ic$,Id$ 22A -mizzles 'mIzlz Ia$ 22A -mizzling 'mIzlIN Ib$ 22A -ml 'mIlIlit@z Y]% 4 -mm 'mIlImit@z Y]% 4 -mnemonic nI'm0nIk OA% 3 -mnemonics nI'm0nIks Lk% 3 -mo m@U Ki$ 1 -moan m@Un J0%,K6% 12A,2C,15B -moaned m@Und Jc%,Jd% 12A,2C,15B -moaning 'm@UnIN Jb% 22A,2C,15B -moans m@Unz Ja%,Kj% 12A,2C,15B -moat m@Ut K6% 1 -moated 'm@UtId OA% 2 -moats m@Uts Kj% 1 -mob m0b H4%,K6% 16A -mobbed m0bd Hc%,Hd% 16A -mobbing 'm0bIN Hb% 26A -mobcap 'm0bk&p K6$ 2 -mobcaps 'm0bk&ps Kj$ 2 -mobile 'm@UbaIl K6%,OA% 2 -mobiles 'm@UbaIlz Kj% 2 -mobility m@U'bIlItI L@% 4 -mobilization ,m@UbIlaI'zeISn M6% 5 -mobilizations ,m@UbIlaI'zeISnz Mj% 5 -mobilize 'm@UbIlaIz J2% 32A,6A -mobilized 'm@UbIlaIzd Jc%,Jd% 32A,6A -mobilizes 'm@UbIlaIzIz Ja% 42A,6A -mobilizing 'm@UbIlaIzIN Jb% 42A,6A -mobs m0bz Ha%,Kj% 16A -mobster 'm0bst@R K6% 2 -mobsters 'm0bst@z Kj% 2 -moccasin 'm0k@sIn M6% 3 -moccasins 'm0k@sInz Mj% 3 -mocha 'm0k@ L@$ 2 -mock m0k J0%,K6%,Oq% 13A,6A -mock-up 'm0k-Vp K6% 2 -mock-ups 'm0k-Vps Kj% 2 -mocked m0kt Jc%,Jd% 13A,6A -mocker 'm0k@R K6% 2 -mockeries 'm0k@rIz Mj% 3 -mockers 'm0k@z Kj% 2 -mockery 'm0k@rI M8% 3 -mocking 'm0kIN Jb% 23A,6A -mockingly 'm0kINlI Pu% 3 -mocks m0ks Ja%,Kj% 13A,6A -mod m0d K6$,OA$ 1 -mod cons ,m0d 'k0nz Y)% 2 -modal 'm@Udl OA% 2 -modalities m@U'd&lItIz Mj% 4 -modality m@U'd&lItI M8% 4 -mode m@Ud K6% 1 -model 'm0dl J4%,K6% 22A,6A,14,15A -modeler 'm0dl@R K6% 3 -modelers 'm0dl@z Kj% 3 -modelled 'm0dld Jc%,Jd% 22A,6A,14,15A -modeller 'm0dl@R K6% 3 -modellers 'm0dl@z Kj% 3 -modelling 'm0d@lIN Jb%,L@% 32A,6A,14,15A -models 'm0dlz Ja%,Kj% 22A,6A,14,15A -moderate 'm0d@r@t K6%,OA% 3 -moderate 'm0d@reIt J2% 32A,6A -moderated 'm0d@reItId Jc%,Jd% 42A,6A -moderately 'm0d@r@tlI Pu% 4 -moderates 'm0d@r@ts Kj% 3 -moderates 'm0d@reIts Ja% 32A,6A -moderating 'm0d@reItIN Jb% 42A,6A -moderation ,m0d@'reISn L@% 4 -moderator 'm0d@reIt@R K6% 4 -moderators 'm0d@reIt@z Kj% 4 -modern 'm0dn K6%,OA% 2 -modernism 'm0d@nIz@m L@% 4 -modernist 'm0d@nIst K6% 3 -modernistic ,m0d@'nIstIk OA% 4 -modernists 'm0d@nIsts Kj% 3 -modernity m@'d3nItI L@% 4 -modernization ,m0d@naI'zeISn L@% 5 -modernize 'm0d@naIz H2% 36A -modernized 'm0d@naIzd Hc%,Hd% 36A -modernizes 'm0d@naIzIz Ha% 46A -modernizing 'm0d@naIzIN Hb% 46A -moderns 'm0dnz Kj$ 2 -modes m@Udz Kj% 1 -modest 'm0dIst OA% 2 -modestly 'm0dIstlI Pu% 3 -modesty 'm0dIstI L@% 3 -modicum 'm0dIk@m Ki% 3 -modification ,m0dIfI'keISn M6% 5 -modifications ,m0dIfI'keISnz Mj% 5 -modified 'm0dIfaId Hc%,Hd% 36A -modifier 'm0dIfaI@R K6% 4 -modifiers 'm0dIfaI@z Kj% 4 -modifies 'm0dIfaIz Ha% 36A -modify 'm0dIfaI H3% 36A -modifying 'm0dIfaIIN Hb% 46A -modish 'm@UdIS OA% 2 -modishly 'm@UdISlI Pu% 3 -modiste m@U'dist K6$ 2 -modistes m@U'dists Kj$ 2 -mods m0dz Kj% 1 -modular 'm0djUl@R OA% 3 -modulate 'm0djUleIt J2% 32C,6A -modulated 'm0djUleItId Jc%,Jd% 42C,6A -modulates 'm0djUleIts Ja% 32C,6A -modulating 'm0djUleItIN Jb% 42C,6A -modulation ,m0djU'leISn M6% 4 -modulations ,m0djU'leISnz Mj% 4 -module 'm0djul K6% 2 -modules 'm0djulz Kj% 2 -modus operandi ,m@Ud@s ,0p@'r&ndi Ki% 6 -modus vivendi ,m@Ud@s vI'vendi Ki% 5 -mogul 'm@Ugl K6$ 2 -moguls 'm@Uglz Kj$ 2 -mohair 'm@Uhe@R L@% 2 -moieties 'moI@tIz Kj$ 3 -moiety 'moI@tI K8$ 3 -moil moIl I0$ 1 -moiled moIld Ic$,Id$ 1 -moiling 'moIlIN Ib$ 2 -moils moIlz Ia$ 1 -moist moIst OA% 1 -moisten 'moIsn J0% 22A,6A -moistened 'moIsnd Jc%,Jd% 22A,6A -moistening 'moIsnIN Jb% 32A,6A -moistens 'moIsnz Ja% 22A,6A -moistly 'moIstlI Pu% 2 -moisture 'moIstS@R L@% 2 -moke m@Uk K6$ 1 -mokes m@Uks Kj$ 1 -molar 'm@Ul@R K6%,OA% 2 -molars 'm@Ul@z Kj% 2 -molasses m@'l&sIz L@% 3 -moldier 'm@UldI@R Or% 3 -moldiest 'm@UldIIst Os% 3 -moldy 'm@UldI OD% 2 -mole m@Ul K6% 1 -molecular m@'lekjUl@R OA% 4 -molecule 'm0lIkjul K6% 3 -molecules 'm0lIkjulz Kj% 3 -molehill 'm@UlhIl K6% 2 -molehills 'm@UlhIlz Kj% 2 -moles m@Ulz Kj% 1 -moleskin 'm@UlskIn K6% 2 -moleskins 'm@UlskInz Kj% 2 -molest m@'lest H0% 26A -molestation ,m@Ul@'steISn L@% 4 -molested m@'lestId Hc%,Hd% 36A -molesting m@'lestIN Hb% 36A -molests m@'lests Ha% 26A -moll m0l K6% 1 -mollification ,m0lIfI'keISn L@$ 5 -mollified 'm0lIfaId Hc%,Hd% 36A -mollifies 'm0lIfaIz Ha% 36A -mollify 'm0lIfaI H3% 36A -mollifying 'm0lIfaIIN Hb% 46A -molls m0lz Kj$ 1 -mollusc 'm0l@sk K6% 2 -molluscs 'm0l@sks Kj% 2 -mollycoddle 'm0lIk0dl H2%,K6% 46A -mollycoddled 'm0lIk0dld Hc%,Hd% 46A -mollycoddles 'm0lIk0dlz Ha%,Kj% 46A -mollycoddling 'm0lIk0dlIN Hb% 46A -molten 'm@Ult@n Jd% 22A,2C,6A,15B -molto 'm0lt@U Pu$ 2 -molybdenum m@'lIbd@n@m L@$ 4 -moment 'm@Um@nt M6* 2 -momentarily 'm@Um@ntr@lI Pu% 4 -momentary 'm@Um@ntrI OA% 3 -momentous m@'ment@s OA% 3 -momentously m@'ment@slI Pu% 4 -momentousness m@'ment@sn@s L@$ 4 -moments 'm@Um@nts Mj% 2 -momentum m@'ment@m L@% 3 -monarch 'm0n@k K6% 2 -monarchic m@'nAkIk OA$ 3 -monarchies 'm0n@kIz Mj% 3 -monarchism 'm0n@kIz@m L@% 4 -monarchist 'm0n@kIst K6% 3 -monarchists 'm0n@kIsts Kj% 3 -monarchs 'm0n@ks Kj% 2 -monarchy 'm0n@kI M8% 3 -monasteries 'm0n@strIz Kj% 3 -monastery 'm0n@strI K8% 3 -monastic m@'n&stIk OA% 3 -monasticism m@'n&stIsIz@m L@% 5 -monaural ,m0n'Or@l OA$ 3 -monetary 'mVnItrI OA% 3 -monetize 'mVn@taIz H2$ 36A -monetized 'mVn@taIzd Hc$,Hd$ 36A -monetizes 'mVn@taIzIz Ha$ 46A -monetizing 'mVn@taIzIN Hb$ 46A -money 'mVnI L@* 2 -money-grubber 'mVnI-grVb@R K6% 4 -money-grubbers 'mVnI-grVb@z Kj% 4 -money-order 'mVnI-Od@R K6% 4 -money-orders 'mVnI-Od@z Kj% 4 -money-spinner 'mVnI-spIn@R K6% 4 -money-spinners 'mVnI-spIn@z Kj% 4 -moneybox 'mVnIb0ks K7% 3 -moneyboxes 'mVnIb0ksIz Kj% 4 -moneychanger 'mVnItSeIndZ@R K6% 4 -moneychangers 'mVnItSeIndZ@z Kj% 4 -moneyed 'mVnId OA% 2 -moneylender 'mVnIlend@R K6% 4 -moneylenders 'mVnIlend@z Kj% 4 -moneyless 'mVnIl@s OA% 3 -monger 'mVNg@R K6$ 2 -mongers 'mVNg@z Kj$ 2 -mongol 'm0Ngl K6%,Oq% 2 -mongolism 'm0Ng@lIz@m L@% 4 -mongols 'm0Nglz Kj% 2 -mongoose 'm0Ngus K6% 2 -mongooses 'm0NgusIz Kj% 3 -mongrel 'mVNgr@l K6%,Oq% 2 -mongrels 'mVNgr@lz Kj% 2 -monies 'mVnIz Kj% 2 -monitor 'm0nIt@R J0%,K6% 3 -monitored 'm0nIt@d Jc%,Jd% 3 -monitoring 'm0nIt@rIN Jb% 4 -monitors 'm0nIt@z Ja%,Kj% 3 -monk mVNk K6% 1 -monkey 'mVNkI I0%,K6% 22C -monkey-jacket 'mVNkI-dZ&kIt K6$ 4 -monkey-jackets 'mVNkI-dZ&kIts Kj$ 4 -monkey-nut 'mVNkI-nVt K6% 3 -monkey-nuts 'mVNkI-nVts Kj% 3 -monkey-puzzle 'mVNkI-pVzl K6% 4 -monkey-puzzles 'mVNkI-pVzlz Kj% 4 -monkey-wrench 'mVNkI-rentS K7% 3 -monkey-wrenches 'mVNkI-rentSIz Kj% 4 -monkeyed 'mVNkId Ic%,Id% 22C -monkeying 'mVNkIIN Ib% 32C -monkeys 'mVNkIz Ia%,Kj% 22C -monkish 'mVNkIS OA% 2 -monks mVNks Kj% 1 -mono 'm0n@U OA% 2 -monochrome 'm0n@kr@Um K6%,OA% 3 -monochromes 'm0n@kr@Umz Kj$ 3 -monocle 'm0n@kl K6% 3 -monocled 'm0n@kld OA% 3 -monocles 'm0n@klz Kj% 3 -monogamist m@'n0g@mIst K6$ 4 -monogamists m@'n0g@mIsts Kj$ 4 -monogamous m@'n0g@m@s OA% 4 -monogamy m@'n0g@mI L@% 4 -monogram 'm0n@gr&m K6% 3 -monograms 'm0n@gr&mz Kj% 3 -monograph 'm0n@grAf K6% 3 -monographs 'm0n@grAfs Kj% 3 -monolith 'm0n@lIT K6% 3 -monolithic ,m0n@'lITIk OA% 4 -monoliths 'm0n@lITs Kj% 3 -monologue 'm0n@l0g K6% 3 -monologues 'm0n@l0gz Kj% 3 -monomania ,m0n@U'meInI@ M6% 5 -monomaniac ,m0n@U'meInI&k K6% 5 -monomaniacs ,m0n@U'meInI&ks Kj% 5 -monomanias ,m0n@U'meInI@z Mj$ 5 -monoplane 'm0n@pleIn K6% 3 -monoplanes 'm0n@pleInz Kj% 3 -monopolies m@'n0p@lIz Kj% 4 -monopolist m@'n0p@lIst K6$ 4 -monopolistic m@,n0p@'lIstIk OA% 5 -monopolists m@'n0p@lIsts Kj$ 4 -monopolization m@,n0p@laI'zeISn M6% 6 -monopolizations m@,n0p@laI'zeISnz Mj$ 6 -monopolize m@'n0p@laIz H2% 46A -monopolized m@'n0p@laIzd Hc%,Hd% 46A -monopolizes m@'n0p@laIzIz Ha% 56A -monopolizing m@'n0p@laIzIN Hb% 56A -monopoly m@'n0p@lI K8% 4 -monorail 'm0n@UreIl K6% 3 -monorails 'm0n@UreIlz Kj% 3 -monosyllabic ,m0n@sI'l&bIk OA% 5 -monosyllable 'm0n@sIl@bl K6% 5 -monosyllables 'm0n@sIl@blz Kj% 5 -monotheism 'm0n@UTiIz@m L@$ 5 -monotheist 'm0n@UTiIst K6$ 4 -monotheistic ,m0n@UTi'Istik OA$ 5 -monotheists 'm0n@UTiIsts Kj$ 4 -monotone 'm0n@t@Un K6% 3 -monotones 'm0n@t@Unz Kj% 3 -monotonous m@'n0t@n@s OA% 4 -monotonously m@'n0t@n@slI Pu% 5 -monotony m@'n0t@nI L@% 4 -monotype 'm0n@taIp K6$ 3 -monotypes 'm0n@taIps Kj$ 3 -monoxide m0'n0ksaId M6% 3 -monoxides m0'n0ksaIdz Mj% 3 -monsoon m0n'sun K6% 2 -monsoons m0n'sunz Kj% 2 -monster 'm0nst@R K6% 2 -monsters 'm0nst@z Kj% 2 -monstrance 'm0nstr@ns K6$ 2 -monstrances 'm0nstr@nsIz Kj$ 3 -monstrosities m0n'str0sItIz Mj% 4 -monstrosity m0n'str0sItI M8% 4 -monstrous 'm0nstr@s OA% 2 -monstrously 'm0nstr@slI Pu% 3 -montage 'm0ntAZ L@% 2 -month mVnT K6% 1 -monthlies 'mVnTlIz Kj% 2 -monthly 'mVnTlI K8%,OA%,Pu% 2 -months mVnTs Kj% 1 -monument 'm0njUm@nt K6% 3 -monumental ,m0njU'mentl OA% 4 -monuments 'm0njUm@nts Kj% 3 -moo mu I0%,K6% 1 -moo-cow 'mu-kaU K6% 2 -moo-cows 'mu-kaUz Kj% 2 -mooch mutS I1% 12C -mooched mutSt Ic%,Id% 12C -mooches 'mutSIz Ia% 22C -mooching 'mutSIN Ib% 22C -mood mud K6% 1 -moodier 'mudI@R Or% 3 -moodiest 'mudIIst Os% 3 -moodily 'mudIlI Pu% 3 -moodiness 'mudIn@s L@% 3 -moods mudz Kj% 1 -moody 'mudI OD% 2 -mooed mud Ic%,Id% 1 -mooing 'muIN Ib% 2 -moon mun J0%,K6% 12C,15B -moonbeam 'munbim K6% 2 -moonbeams 'munbimz Kj% 2 -mooned mund Jc%,Jd% 12C,15B -moonflower 'munflaU@R K6$ 3 -moonflowers 'munflaU@z Kj$ 3 -moonier 'munI@R Or$ 3 -mooniest 'munIIst Os$ 3 -mooning 'munIN Jb% 22C,15B -moonless 'munl@s OA% 2 -moonlight 'munlaIt L@% 2 -moonlit 'munlIt OA% 2 -moons munz Ja$,Kj% 12C,15B -moonshine 'munSaIn L@% 2 -moonstone 'munst@Un K6% 2 -moonstones 'munst@Unz Kj% 2 -moonstruck 'munstrVk OA% 2 -moony 'munI OD% 2 -moor mU@R H0%,M6% 16A,15A -moorcock 'mU@k0k K6$ 2 -moorcocks 'mU@k0ks Kj$ 2 -moored mU@d Hc%,Hd% 16A,15A -moorfowl 'mU@faUl K6% 2 -moorfowls 'mU@faUlz Kj$ 2 -moorgame 'mU@geIm K9$ 2 -moorhen 'mU@hen K6% 2 -moorhens 'mU@henz Kj% 2 -mooring 'mU@rIN Hb% 26A,15A -mooring-mast 'mU@rIN-mAst K6$ 3 -mooring-masts 'mU@rIN-mAsts Kj$ 3 -moorings 'mU@rINz Kj% 2 -moorland 'mU@l&nd M6% 2 -moorlands 'mU@l&ndz Mj% 2 -moors mU@z Ha%,Mj% 16A,15A -moos muz Ia$,Kj$ 1 -moose mus K9% 1 -mooses 'musIz Kj$ 2 -moot mut H0$,OA$ 16A -mooted 'mutId Hc$,Hd% 26A -mooting 'mutIN Hb% 26A -moots muts Ha$ 16A -mop m0p J4%,K6% 16A,15B -mope m@Up I2%,K6% 12A,2C -moped 'm@Uped K6% 2 -moped m@Upt Ic%,Id% 12A,2C -mopeds 'm@Upedz Kj% 2 -mopes m@Ups Ia%,Kj% 12A,2C -moping 'm@UpIN Ib% 22A,2C -mopped m0pt Jc%,Jd% 16A,15B -mopping 'm0pIN Jb% 26A,15B -mops m0ps Ja%,Kj% 16A,15B -moquette m@'ket L@$ 2 -moraine m0'reIn K6$ 2 -moraines m0'reInz Kj$ 2 -moral 'm0r@l K6%,OA% 2 -morale m@'rAl L@% 2 -moralist 'm0r@lIst K6% 3 -moralistic ,m0r@'lIstIk OA% 4 -moralists 'm0r@lIsts Kj% 3 -moralities m@'r&lItIz Mj% 4 -morality m@'r&lItI M8% 4 -moralize 'm0r@laIz J2% 32A,3A,6A -moralized 'm0r@laIzd Jc%,Jd% 32A,3A,6A -moralizes 'm0r@laIzIz Ja% 42A,3A,6A -moralizing 'm0r@laIzIN Jb% 42A,3A,6A -morally 'm0r@lI Pu% 3 -morals 'm0r@lz Kj% 2 -morass m@'r&s K7% 2 -morasses m@'r&sIz Kj$ 3 -moratoria ,m0r@'tOrI@ Kj% 5 -moratorium ,m0r@'tOrI@m K6% 5 -moratoriums ,m0r@'tOrI@mz Kj% 5 -morbid 'mObId OA% 2 -morbidities mO'bIdItIz Mj$ 4 -morbidity mO'bIdItI M8% 4 -morbidly 'mObIdlI Pu% 3 -morbidness 'mObIdn@s L@$ 3 -mordant 'mOdnt OA% 2 -more mOR L@*,Or*,Pu* 1 -morello m@'rel@U K6% 3 -morellos m@'rel@Uz Kj$ 3 -moreover mO'r@Uv@R Pu% 3 -mores 'mOreIz Kj% 2 -morganatic ,mOg@'n&tIk OA$ 4 -morgue mOg K6% 1 -morgues mOgz Kj% 1 -moribund 'm0rIbVnd OA% 3 -morn mOn K6% 1 -morning 'mOnIN M6* 2 -morning-glories ,mOnIN-'glOrIz Kj$ 4 -morning-glory ,mOnIN-'glOrI K8$ 4 -morning-room 'mOnIN-rum K6% 3 -morning-rooms 'mOnIN-rumz Kj% 3 -mornings 'mOnINz Mj% 2 -morns mOnz Kj$ 1 -morocco m@'r0k@U L@% 3 -moron 'mOr0n K6% 2 -moronic m@'r0nIk OA% 3 -morons 'mOr0nz Kj% 2 -morose m@'r@Us OA% 2 -morosely m@'r@UslI Pu% 3 -moroseness m@'r@Usn@s L@% 3 -morpheme 'mOfim K6$ 2 -morphemes 'mOfimz Kj$ 2 -morphemic mO'fimIk OA$ 3 -morphia 'mOfI@ L@$ 3 -morphine 'mOfin L@% 2 -morphological ,mOf@'l0dZIkl OA$ 5 -morphologically ,mOf@'l0dZIklI Pu$ 5 -morphology mO'f0l@dZI L@$ 4 -morris dance 'm0rIs dAns K6$ 3 -morris dances 'm0rIs dAnsIz Kj$ 4 -morrow 'm0r@U K6% 2 -morrows 'm0r@Uz Kj$ 2 -morsel 'mOsl K6% 2 -morsels 'mOslz Kj% 2 -mortal 'mOtl K6%,OA% 2 -mortality mO't&lItI L@% 4 -mortally 'mOt@lI Pu% 3 -mortals 'mOtlz Kj% 2 -mortar 'mOt@R H0%,M6% 26A -mortarboard 'mOt@bOd K6% 3 -mortarboards 'mOt@bOdz Kj% 3 -mortared 'mOt@d Hc$,Hd$ 26A -mortaring 'mOt@rIN Hb$ 36A -mortars 'mOt@z Ha$,Mj$ 26A -mortgage 'mOgIdZ H2%,K6% 26A,14 -mortgaged 'mOgIdZd Hc%,Hd% 26A,14 -mortgagee ,mOgI'dZi K6% 3 -mortgagees ,mOgI'dZiz Kj% 3 -mortgages 'mOgIdZIz Ha%,Kj% 36A,14 -mortgaging 'mOgIdZIN Hb% 36A,14 -mortgagor ,mOgI'dZOR K6% 3 -mortgagors ,mOgI'dZOz Kj% 3 -mortice 'mOtIs H2%,K6% 215A,15B -morticed 'mOtIst Hc%,Hd% 215A,15B -mortices 'mOtIsIz Ha$,Kj$ 315A,15B -mortician mO'tISn K6% 3 -morticians mO'tISnz Kj% 3 -morticing 'mOtIsIN Hb$ 315A,15B -mortification ,mOtIfI'keISn L@% 5 -mortified 'mOtIfaId Jc%,Jd% 32A,6A -mortifies 'mOtIfaIz Ja% 32A,6A -mortify 'mOtIfaI J3% 32A,6A -mortifying 'mOtIfaIIN Jb% 42A,6A -mortise 'mOtIs H2$,K6$ 215A,15B -mortised 'mOtIst Hc$,Hd% 215A,15B -mortises 'mOtIsIz Ha$,Kj$ 315A,15B -mortising 'mOtIsIN Hb$ 315A,15B -mortuaries 'mOtS@rIz Kj% 3 -mortuary 'mOtS@rI K8% 3 -mosaic m@U'zeIIk K6%,OA% 3 -mosaics m@U'zeIIks Kj% 3 -moselle m@U'zel M6% 2 -moselles m@U'zelz Mj$ 2 -mosey 'm@UzI I0% 22A,2C -moseyed 'm@UzId Ic%,Id% 22A,2C -moseying 'm@UzIIN Ib% 32A,2C -moseys 'm@UzIz Ia% 22A,2C -mosque m0sk K6% 1 -mosques m0sks Kj% 1 -mosquito m@'skit@U K7% 3 -mosquito-craft m@'skit@U-krAft K9$ 4 -mosquito-net m@'skit@U-net K6% 4 -mosquito-nets m@'skit@U-nets Kj% 4 -mosquitoes m@'skit@Uz Kj% 3 -moss m0s M7% 1 -moss-grown 'm0s-gr@Un OA$ 2 -mosses 'm0sIz Mj% 2 -mossier 'm0sI@R Or% 3 -mossiest 'm0sIIst Os% 3 -mossy 'm0sI OD% 2 -most m@Ust K9*,Os*,Pu* 1 -mostly 'm@UstlI Pu% 2 -mote m@Ut K6$ 1 -motel m@U'tel K6% 2 -motels m@U'telz Kj% 2 -motes m@Uts Kj$ 1 -moth m0T K6% 1 -moth-eaten 'm0T-itn OA% 3 -mothball 'm0TbOl K6% 2 -mothballs 'm0TbOlz Kj% 2 -mother 'mVD@R H0%,K6* 26A -mother-in-law 'mVD@r-In-lO Ki% 4 -mother-of-pearl ,mVD@r-@v-'p3l L@% 4 -mothered 'mVD@d Hc%,Hd% 26A -motherhood 'mVD@hUd L@% 3 -mothering 'mVD@rIN Hb% 36A -motherland 'mVD@l&nd K6% 3 -motherlands 'mVD@l&ndz Kj$ 3 -motherless 'mVD@l@s OA% 3 -motherlike 'mVD@laIk OA% 3 -motherliness 'mVD@lIn@s L@% 4 -motherly 'mVD@lI OA% 3 -mothers 'mVD@z Ha%,Kj% 26A -mothers-in-law 'mVD@z-In-lO Kj$ 4 -mothproof 'm0Tpruf H0%,OA% 2 -mothproofed 'm0Tpruft Hc%,Hd% 2 -mothproofing 'm0TprufIN Hb$ 3 -mothproofs 'm0Tprufs Ha$ 2 -moths m0Ts Kj% 1 -motif m@U'tif K6% 2 -motifs m@U'tifs Kj% 2 -motion 'm@USn J0%,M6% 23A,15A,15B,17 -motioned 'm@USnd Jc%,Jd% 23A,15A,15B,17 -motioning 'm@USnIN Jb$ 33A,15A,15B,17 -motionless 'm@USnl@s OA% 3 -motionlessly 'm@USnl@slI Pu% 4 -motions 'm@USnz Ja%,Mj% 23A,15A,15B,17 -motivate 'm@UtIveIt H2% 36A -motivated 'm@UtIveItId Hc%,Hd% 46A -motivates 'm@UtIveIts Ha% 36A -motivating 'm@UtIveItIN Hb% 46A -motivation ,m@UtI'veISn M6% 4 -motivations ,m@UtI'veISnz Mj% 4 -motive 'm@UtIv K6%,OA% 2 -motiveless 'm@UtIvl@s OA% 3 -motives 'm@UtIvz Kj% 2 -motley 'm0tlI L@$,OA% 2 -motor 'm@Ut@R I0%,K6% 22A,2C -motor-assisted ,m@Ut@r-@'sIstId OA% 5 -motorbike 'm@Ut@baIk K6% 3 -motorbikes 'm@Ut@baIks Kj% 3 -motorboat 'm@Ut@b@Ut K6% 3 -motorboats 'm@Ut@b@Uts Kj% 3 -motorcade 'm@Ut@keId K6% 3 -motorcades 'm@Ut@keIdz Kj% 3 -motorcar 'm@Ut@kAR K6% 3 -motorcars 'm@Ut@kAz Kj% 3 -motorcoach 'm@Ut@k@UtS K7% 3 -motorcoaches 'm@Ut@k@UtSIz Kj% 4 -motorcycle 'm@Ut@saIkl K6% 4 -motorcycles 'm@Ut@saIklz Kj% 4 -motored 'm@Ut@d Ic%,Id% 22A,2C -motoring 'm@Ut@rIN Ib% 32A,2C -motorist 'm@Ut@rIst K6% 3 -motorists 'm@Ut@rIsts Kj% 3 -motorize 'm@Ut@raIz H2$ 36A -motorized 'm@Ut@raIzd Hc$,Hd% 36A -motorizes 'm@Ut@raIzIz Ha$ 46A -motorizing 'm@Ut@raIzIN Hb$ 46A -motorman 'm@Ut@m@n Ki% 3 -motormen 'm@Ut@m@n Kj% 3 -motors 'm@Ut@z Ia%,Kj% 22A,2C -motorway 'm@Ut@weI K6% 3 -motorways 'm@Ut@weIz Kj% 3 -mottle 'm0tl H2$ 26A -mottled 'm0tld Hc$,Hd% 26A -mottles 'm0tlz Ha$ 26A -mottling 'm0tlIN Hb$ 26A -motto 'm0t@U K6% 2 -mottoes 'm0t@Uz Kj% 2 -mottos 'm0t@Uz Kj% 2 -moujik 'muZIk K6$ 2 -moujiks 'muZIks Kj$ 2 -mould m@Uld J0%,M6% 12A,6A,14 -moulded 'm@UldId Jc%,Jd% 22A,6A,14 -moulder 'm@Uld@R I0% 22A,2C -mouldered 'm@Uld@d Ic%,Id% 22A,2C -mouldering 'm@Uld@rIN Ib% 32A,2C -moulders 'm@Uld@z Ia$ 22A,2C -mouldier 'm@UldI@R Or% 3 -mouldiest 'm@UldIIst Os% 3 -moulding 'm@UldIN Jb%,M6% 22A,6A,14 -mouldings 'm@UldINz Mj% 2 -moulds m@Uldz Ja%,Mj% 12A,6A,14 -mouldy 'm@UldI OD% 2 -moult m@Ult J0%,K6$ 12A,6A -moulted 'm@UltId Jc%,Jd% 22A,6A -moulting 'm@UltIN Jb% 22A,6A -moults m@Ults Ja%,Kj$ 12A,6A -mound maUnd K6% 1 -mounds maUndz Kj% 1 -mount maUnt J0%,K6% 12A,2C,6A -mountain 'maUntIn K6% 2 -mountaineer ,maUntI'nI@R K6% 3 -mountaineering ,maUntI'nI@rIN L@% 4 -mountaineers ,maUntI'nI@z Kj% 3 -mountainous 'maUntIn@s OA% 3 -mountains 'maUntInz Kj% 2 -mountebank 'maUntIb&Nk K6$ 3 -mountebanks 'maUntIb&Nks Kj$ 3 -mounted 'maUntId Jc%,Jd% 22A,2C,6A -mounting 'maUntIN Jb% 22A,2C,6A -mounts maUnts Ja%,Kj% 12A,2C,6A -mourn mOn J0% 13A,6A -mourned mOnd Jc%,Jd% 13A,6A -mourner 'mOn@R K6% 2 -mourners 'mOn@z Kj% 2 -mournful 'mOnf@l OA% 2 -mournfully 'mOnf@lI Pu% 3 -mourning 'mOnIN Jb%,L@% 23A,6A -mourning-band 'mOnIN-b&nd K6$ 3 -mourning-bands 'mOnIN-b&ndz Kj$ 3 -mourning-ring 'mOnIN-rIN K6$ 3 -mourning-rings 'mOnIN-rINz Kj$ 3 -mourns mOnz Ja% 13A,6A -mouse maUs I2$,Ki% 12A -moused maUst Ic$,Id$ 12A -mouser 'maUz@R K6% 2 -mousers 'maUz@z Kj% 2 -mouses 'maUsIz Ia$ 22A -mousetrap 'maUstr&p K6% 2 -mousetraps 'maUstr&ps Kj% 2 -mousier 'maUsI@R Or% 3 -mousiest 'maUsIIst Os% 3 -mousing 'maUsIN Ib% 22A -mousse mus M6% 1 -mousses 'musIz Mj% 2 -moustache m@'stAS K6% 2 -moustaches m@'stASIz Kj% 3 -mousy 'maUsI OD% 2 -mouth maUD J0% 12A,6A -mouth maUT K6% 1 -mouth-organ 'maUT-Og@n K6% 3 -mouth-organs 'maUT-Og@nz Kj% 3 -mouth-watering 'maUT-wOt@rIN OA% 4 -mouthed maUDd Jc%,Jd% 12A,6A -mouthful 'maUTfVl K6% 2 -mouthfuls 'maUTfVlz Kj% 2 -mouthing 'maUDIN Jb% 22A,6A -mouthpiece 'maUTpis K6% 2 -mouthpieces 'maUTpisIz Kj% 3 -mouths maUDz Ja%,Kj% 12A,6A -movable 'muv@bl OA% 3 -movables 'muv@blz Kj% 3 -move muv J2%,K6% 12A,2C,3A,6A,9,15A,15B,17 -moved muvd Jc%,Jd% 12A,2C,3A,6A,9,15A,15B,17 -movement 'muvm@nt M6% 2 -movements 'muvm@nts Mj% 2 -mover 'muv@R K6% 2 -movers 'muv@z Kj% 2 -moves muvz Ja%,Kj% 12A,2C,3A,6A,9,15A,15B,17 -movie 'muvI K6% 2 -movies 'muvIz Kj% 2 -moving 'muvIN Jb% 22A,2C,3A,6A,9,15A,15B,17 -mow m@U H0%,K6% 12A,6A,15B -mow maU I0$ 1 -mowed m@Ud Hc%,Hd% 12A,6A,15B -mowed maUd Ic$,Id$ 1 -mower 'm@U@R K6% 2 -mowers 'm@U@z Kj% 2 -mowing 'm@UIN Hb% 22A,6A,15B -mowing 'maUIN Ib$ 2 -mown m@Un Hd% 12A,6A,15B -mows m@Uz Ha%,Kj% 12A,6A,15B -mows maUz Ia$ 1 -mpg ,em,pi'dZi Y]% 3 -mph ,em,pi'eItS Y]% 3 -much mVtS Ki*,OA*,Pu* 1 -muchness 'mVtSn@s L@% 2 -mucilage 'mjusIlIdZ L@$ 3 -muck mVk J0%,L@% 12C,6A,15B -muck-heap 'mVk-hip K6% 2 -muck-heaps 'mVk-hips Kj% 2 -mucked mVkt Jc%,Jd% 12C,6A,15B -muckier 'mVkI@R Or% 3 -muckiest 'mVkIIst Os% 3 -mucking 'mVkIN Jb% 22C,6A,15B -muckle 'mVkl Ki$ 2 -muckraker 'mVkreIk@R K6% 3 -muckrakers 'mVkreIk@z Kj$ 3 -muckraking 'mVkreIkIN L@% 3 -mucks mVks Ja% 12C,6A,15B -mucky 'mVkI OD% 2 -mucous 'mjuk@s OA% 2 -mucus 'mjuk@s L@% 2 -mud mVd H4%,L@% 16A -mud-bath 'mVd-bAT K6% 2 -mud-baths 'mVd-bADz Kj% 2 -mudded 'mVdId Hc$,Hd$ 26A -muddied 'mVdId Hc%,Hd% 26A -muddier 'mVdI@R Or% 3 -muddies 'mVdIz Ha% 26A -muddiest 'mVdIIst Os% 3 -mudding 'mVdIN Hb$ 26A -muddle 'mVdl J2%,K6% 22C,6A,15B -muddle-headed ,mVdl-'hedId OA% 4 -muddled 'mVdld Jc%,Jd% 22C,6A,15B -muddles 'mVdlz Ja%,Kj% 22C,6A,15B -muddling 'mVdlIN Jb% 22C,6A,15B -muddy 'mVdI H3%,OD% 26A -muddying 'mVdIIN Hb% 36A -mudguard 'mVdgAd K6% 2 -mudguards 'mVdgAdz Kj% 2 -muds mVdz Ha$ 16A -mudslinger 'mVdslIN@R K6% 3 -mudslingers 'mVdslIN@z Kj% 3 -muesli 'mjuzlI L@% 2 -muezzin mu'ezIn K6$ 3 -muezzins mu'ezInz Kj$ 3 -muff mVf H0%,K6% 16A -muffed mVft Hc%,Hd% 16A -muffin 'mVfIn K6% 2 -muffin-man 'mVfIn-m&n Ki% 3 -muffin-men 'mVfIn-men Kj% 3 -muffing 'mVfIN Hb% 26A -muffins 'mVfInz Kj% 2 -muffle 'mVfl H2% 26A,15B -muffled 'mVfld Hc%,Hd% 26A,15B -muffler 'mVfl@R K6% 2 -mufflers 'mVfl@z Kj% 2 -muffles 'mVflz Ha% 26A,15B -muffling 'mVflIN Hb% 26A,15B -muffs mVfs Ha%,Kj% 16A -mufti 'mVftI L@% 2 -mug mVg H4%,K6% 16A,15B -mugged mVgd Hc%,Hd% 16A,15B -mugger 'mVg@R K6% 2 -muggers 'mVg@z Kj% 2 -muggier 'mVgI@R Or$ 3 -muggiest 'mVgIIst Os$ 3 -mugginess 'mVgIn@s L@$ 3 -mugging 'mVgIN Hb%,M6% 26A,15B -muggings 'mVgINz Mj% 2 -muggins 'mVgInz K7% 2 -mugginses 'mVgInzIz Kj$ 3 -muggy 'mVgI OD% 2 -mugs mVgz Ha%,Kj% 16A,15B -mugwump 'mVgwVmp K6$ 2 -mugwumps 'mVgwVmps Kj$ 2 -mulatto mju'l&t@U K6$ 3 -mulattoes mju'l&t@Uz Kj$ 3 -mulattos mju'l&t@Uz Kj$ 3 -mulberries 'mVlbrIz Kj% 2 -mulberry 'mVlbrI K8% 2 -mulch mVltS H1$,K7$ 1 -mulched mVltSt Hc$,Hd$ 1 -mulches 'mVltSIz Ha$,Kj$ 2 -mulching 'mVltSIN Hb$ 2 -mulct mVlkt H0$ 112C,14 -mulcted 'mVlktId Hc$,Hd$ 212C,14 -mulcting 'mVlktIN Hb$ 212C,14 -mulcts mVlkts Ha$ 112C,14 -mule mjul K6% 1 -mules mjulz Kj% 1 -muleteer ,mjul@'tI@R K6% 3 -muleteers ,mjul@'tI@z Kj% 3 -mulish 'mjulIS OA% 2 -mulishly 'mjulISlI Pu% 3 -mulishness 'mjulISn@s L@% 3 -mull mVl H0%,K6% 16A,15A -mullah 'mVl@ K6$ 2 -mullahs 'mVl@z Kj$ 2 -mulled mVld Hc%,Hd% 16A,15A -mullein 'mVlIn K6$ 2 -mulleins 'mVlInz Kj$ 2 -mullet 'mVlIt K6% 2 -mullets 'mVlIts Kj$ 2 -mulligatawny ,mVlIg@'tOnI L@% 5 -mulling 'mVlIN Hb% 26A,15A -mullion 'mVlI@n K6% 3 -mullioned 'mVlI@nd OA% 3 -mullions 'mVlI@nz Kj% 3 -mulls mVlz Ha%,Kj% 16A,15A -multi- 'mVltI- U-% 2 -multi-lingual ,mVltI-'lINgw@l OA% 4 -multifarious ,mVltI'fe@rI@s OA% 5 -multifariously ,mVltI'fe@rI@slI Pu% 6 -multiform 'mVltIfOm OA% 3 -multilateral ,mVltI'l&t@r@l OA% 5 -multiple 'mVltIpl K6%,OA% 3 -multiples 'mVltIplz Kj% 3 -multiplex 'mVltIpleks OA$ 3 -multiplication ,mVltIplI'keISn M6% 5 -multiplications ,mVltIplI'keISnz Mj% 5 -multiplicity ,mVltI'plIsItI L@% 5 -multiplied 'mVltIplaId Jc%,Jd% 32A,6A,14 -multiplies 'mVltIplaIz Ja% 32A,6A,14 -multiply 'mVltIplaI J3% 32A,6A,14 -multiplying 'mVltIplaIIN Jb% 42A,6A,14 -multitude 'mVltItjud M6% 3 -multitudes 'mVltItjudz Mj% 3 -multitudinous ,multI'tjudIn@s OA% 5 -multum in parvo ,mUlt@m In 'pAv@U L@$ 5 -mum mVm K6%,OA%,W-% 1 -mumble 'mVmbl J2% 22A,2C,6A -mumbled 'mVmbld Jc%,Jd% 22A,2C,6A -mumbles 'mVmblz Ja% 22A,2C,6A -mumbling 'mVmblIN Jb% 22A,2C,6A -mumbo-jumbo ,mVmb@U-'dZVmb@U L@% 4 -mummer 'mVm@R K6$ 2 -mummeries 'mVm@rIz Mj$ 3 -mummers 'mVm@z Kj$ 2 -mummery 'mVm@rI M8$ 3 -mummies 'mVmIz Kj% 2 -mummification ,mVmIfI'keISn M6% 5 -mummifications ,mVmIfI'keISnz Mj$ 5 -mummified 'mVmIfaId Hc$,Hd% 36A -mummifies 'mVmIfaIz Ha$ 36A -mummify 'mVmIfaI H3$ 36A -mummifying 'mVmIfaIIN Hb$ 46A -mummy 'mVmI K8% 2 -mumps mVmps Lk% 1 -mums mVmz Kj% 1 -munch mVntS J1% 12A,2C,6A -munched mVntSt Jc%,Jd% 12A,2C,6A -munches 'mVntSIz Ja% 22A,2C,6A -munching 'mVntSIN Jb% 22A,2C,6A -mundane mVn'deIn OA% 2 -mundanely mVn'deInlI Pu% 3 -municipal mju'nIsIpl OA% 4 -municipalities mju,nIsI'p&lItIz Kj% 6 -municipality mju,nIsI'p&lItI K8% 6 -municipally mju'nIsIplI Pu% 4 -munificence mju'nIfIsns L@% 4 -munificent mju'nIfIsnt OA% 4 -munificently mju'nIfIsntlI Pu% 5 -muniments 'mjunIm@nts Kj$ 3 -munition mju'nISn H0$,K6% 36A -munitioned mju'nISnd Hc%,Hd% 36A -munitioning mju'nISnIN Hb$ 46A -munitions mju'nISnz Ha$,Kj% 36A -mural 'mjU@r@l K6%,OA% 2 -murals 'mjU@r@lz Kj% 2 -murder 'm3d@R H0%,M6% 26A -murdered 'm3d@d Hc%,Hd% 26A -murderer 'm3d@r@R K6% 3 -murderers 'm3d@r@z Kj% 3 -murderess 'm3d@rIs K7% 3 -murderesses 'm3d@rIsIz Kj% 4 -murdering 'm3d@rIN Hb% 36A -murderous 'm3d@r@s OA% 3 -murderously 'm3d@r@slI Pu% 4 -murders 'm3d@z Ha%,Mj% 26A -murk m3k L@% 1 -murkier 'm3kI@R Or% 3 -murkiest 'm3kIIst Os% 3 -murkily 'm3kIlI Pu% 3 -murky 'm3kI OD% 2 -murmur 'm3m@R J0%,K6% 22A,2C,3A,6A -murmured 'm3m@d Jc%,Jd% 22A,2C,3A,6A -murmuring 'm3m@rIN Jb% 32A,2C,3A,6A -murmurs 'm3m@z Ja%,Kj% 22A,2C,3A,6A -murphies 'm3fIz Kj$ 2 -murphy 'm3fI K8$ 2 -murrain 'mVrIn L@$ 2 -muscatel ,mVsk@'tel L@$ 3 -muscle 'mVsl I2%,M6% 22C -muscle-bound 'mVsl-baUnd OA% 3 -muscled 'mVsld Ic%,Id% 22C -muscleman 'mVslm&n Ki% 3 -musclemen 'mVslmen Kj% 3 -muscles 'mVslz Ia%,Mj% 22C -muscling 'mVslIN Ib% 22C -muscular 'mVskjUl@R OA% 3 -muse mjuz I2%,K6% 12A,3A -mused mjuzd Ic%,Id% 12A,3A -muses 'mjuzIz Ia%,Kj% 22A,3A -museum mju'zI@m K6% 3 -museums mju'zI@mz Kj% 3 -mush mVS L@% 1 -mushier 'mVSI@R Or% 3 -mushiest 'mVSIIst Os% 3 -mushroom 'mVSrUm I0%,K6% 22C -mushroomed 'mVSrUmd Ic%,Id% 22C -mushrooming 'mVSrUmIN Ib% 32C -mushrooms 'mVSrUmz Ia%,Kj% 22C -mushy 'mVSI OD% 2 -music 'mjuzIk L@% 2 -music-box 'mjuzIk-b0ks K7% 3 -music-boxes 'mjuzIk-b0ksIz Kj% 4 -music-hall 'mjuzIk-hOl K6% 3 -music-halls 'mjuzIk-hOlz Kj% 3 -music-stand 'mjuzIk-st&nd K6% 3 -music-stands 'mjuzIk-st&ndz Kj% 3 -music-stool 'mjuzIk-stul K6% 3 -music-stools 'mjuzIk-stulz Kj% 3 -musical 'mjuzIkl K6%,OA% 3 -musical-box 'mjuzIkl-b0ks K7% 4 -musical-boxes 'mjuzIkl-b0ksIz Kj% 5 -musically 'mjuzIklI Pu% 3 -musicals 'mjuzIklz Kj% 3 -musician mju'zISn K6% 3 -musicians mju'zISnz Kj% 3 -musicianship mju'zISnSIp L@% 4 -musing 'mjuzIN Ib% 22A,3A -musingly 'mjuzINlI Pu% 3 -musk mVsk L@$ 1 -musk-deer 'mVsk-dI@R K9$ 2 -musk-rose 'mVsk-r@Uz K6$ 2 -musk-roses 'mVsk-r@UzIz Kj$ 3 -musket 'mVskIt K6% 2 -musketeer ,mVskI'tI@R K6% 3 -musketeers ,mVskI'tI@z Kj% 3 -musketry 'mVskItrI L@$ 3 -muskets 'mVskIts Kj% 2 -muskier 'mVskI@R Or$ 3 -muskiest 'mVskIIst Os$ 3 -muskrat 'mVskr&t K6$ 2 -muskrats 'mVskr&ts Kj$ 2 -musky 'mVskI OD% 2 -muslin 'mVzlIn L@% 2 -musquash 'mVskw0S L@$ 2 -muss mVs H1$,M7$ 16A,15B -mussed mVst Hc%,Hd% 16A,15B -mussel 'mVsl K6% 2 -mussels 'mVslz Kj% 2 -musses 'mVsIz Ha$,Mj$ 26A,15B -mussing 'mVsIN Hb$ 26A,15B -must mVst G5*,M6% 15 -mustachio m@'stASI@U K6$ 4 -mustachios m@'stASI@Uz Kj$ 4 -mustang 'mVst&N K6$ 2 -mustangs 'mVst&Nz Kj$ 2 -mustard 'mVst@d L@% 2 -muster 'mVst@R J0%,K6% 22A,6A,15B -mustered 'mVst@d Jc%,Jd% 22A,6A,15B -mustering 'mVst@rIN Jb% 32A,6A,15B -musters 'mVst@z Ja$,Kj$ 22A,6A,15B -mustier 'mVstI@R Or% 3 -mustiest 'mVstIIst Os% 3 -mustiness 'mVstIn@s L@% 3 -mustn't 'mVsnt Gg% 2 -musts mVsts Mj$ 1 -musty 'mVstI OD% 2 -mutability ,mjut@'bIlItI L@% 5 -mutable 'mjut@bl OA% 3 -mutation mju'teISn M6% 3 -mutations mju'teISnz Mj% 3 -mutatis mutandis mu,tAtIs mu't&ndIs Pu$ 6 -mute mjut H2$,K6%,OA% 16A -muted 'mjutId Hc$,Hd% 26A -mutely 'mjutlI Pu% 2 -mutes mjuts Ha$,Kj% 16A -mutilate 'mjutIleIt H2% 36A -mutilated 'mjutIleItId Hc%,Hd% 46A -mutilates 'mjutIleIts Ha% 36A -mutilating 'mjutIleItIN Hb% 46A -mutilation ,mjutI'leISn M6% 4 -mutilations ,mjutI'leISnz Mj% 4 -mutineer ,mjutI'nI@R K6% 3 -mutineers ,mjutI'nI@z Kj% 3 -muting 'mjutIN Hb$ 26A -mutinied 'mjutInId Ic%,Id% 32A,3A -mutinies 'mjutInIz Ia%,Mj% 32A,3A -mutinous 'mjutIn@s OA% 3 -mutiny 'mjutInI I3%,M8% 32A,3A -mutinying 'mjutInIIN Ib% 42A,3A -mutt mVt K6$ 1 -mutter 'mVt@R J0%,K6% 22A,2C,6A,14 -muttered 'mVt@d Jc%,Jd% 22A,2C,6A,14 -mutterer 'mVt@r@R K6% 3 -mutterers 'mVt@r@z Kj% 3 -muttering 'mVt@rIN Jb% 32A,2C,6A,14 -mutters 'mVt@z Ja%,Kj% 22A,2C,6A,14 -mutton 'mVtn L@% 2 -mutton-head 'mVtn-hed K6$ 3 -mutton-heads 'mVtn-hedz Kj$ 3 -mutts mVts Kj$ 1 -mutual 'mjutSU@l OA% 3 -mutually 'mjutSU@lI Pu% 4 -muzzier 'mVzI@R Or% 3 -muzziest 'mVzIIst Os% 3 -muzzle 'mVzl H2%,K6% 26A -muzzle-velocities ,mVzl-vI'l0sItIz Kj$ 6 -muzzle-velocity ,mVzl-vI'l0sItI K8$ 6 -muzzled 'mVzld Hc%,Hd% 26A -muzzles 'mVzlz Ha%,Kj% 26A -muzzling 'mVzlIN Hb% 26A -muzzy 'mVzI OD% 2 -my maI OA* 1 -mycology maI'k0l@dZI L@$ 4 -myelitis maI@'laItIs L@$ 4 -myna 'maIn@ K6$ 2 -mynah 'maIn@ K6$ 2 -mynahs 'maIn@z Kj$ 2 -mynas 'maIn@z Kj$ 2 -myopia maI'@UpI@ L@% 4 -myopic maI'0pIk OA% 3 -myriad 'mIrI@d K6%,Oq% 3 -myriads 'mIrI@dz Kj% 3 -myrmidon 'm3mId@n K6$ 3 -myrmidons 'm3mId@nz Kj$ 3 -myrrh m3R L@% 1 -myrtle 'm3tl K6% 2 -myrtles 'm3tlz Kj$ 2 -myself maI'self Qx% 2 -mysteries 'mIst@rIz Mj% 3 -mysterious mI'stI@rI@s OA% 4 -mysteriously mI'stI@rI@slI Pu% 5 -mystery 'mIst@rI M8% 3 -mystic 'mIstIk K6%,OA% 2 -mystical 'mIstIkl OA% 3 -mysticism 'mIstIsIz@m L@% 4 -mystics 'mIstIks Kj% 2 -mystification ,mIstIfI'keISn M6% 5 -mystifications ,mIstIfI'keISnz Mj% 5 -mystified 'mIstIfaId Hc%,Hd% 36A -mystifies 'mIstIfaIz Ha% 36A -mystify 'mIstIfaI H3% 36A -mystifying 'mIstIfaIIN Hb% 46A -mystique mI'stik K6% 2 -mystiques mI'stiks Kj$ 2 -myth mIT M6% 1 -mythical 'mITIkl OA% 3 -mythological ,mIT@'l0dZIkl OA% 5 -mythologies mI'T0l@dZIz Mj% 4 -mythologist mI'T0l@dZIst K6% 4 -mythologists mI'T0l@dZIsts Kj% 4 -mythology mI'T0l@dZI M8% 4 -myths mITs Mj% 1 -myxomatosis ,mIks@m@'t@UsIs L@% 5 -n en Ki$ 1 -n's enz Kj$ 1 -n_ee neI OA% 1 -n_eglig_e 'neglIZeI M6% 3 -n_eglig_es 'neglIZeIz Mj% 3 -na"ive naI'iv OA% 2 -nab n&b H4% 1 -nabbed n&bd Hc%,Hd% 1 -nabbing 'n&bIN Hb$ 2 -nabob 'neIb0b K6$ 2 -nabobs 'neIb0bz Kj$ 2 -nabs n&bz Ha% 1 -nacelle n&'sel K6$ 2 -nacelles n&'selz Kj$ 2 -nacre 'neIk@R L@$ 2 -nadir 'neIdI@R K6% 2 -nadirs 'neIdI@z Kj$ 2 -nag n&g J4%,K6% 12A,2C,3A,6A -nagged n&gd Jc%,Jd% 12A,2C,3A,6A -nagger 'n&g@R K6% 2 -naggers 'n&g@z Kj% 2 -nagging 'n&gIN Jb% 22A,2C,3A,6A -nags n&gz Ja%,Kj% 12A,2C,3A,6A -naiad 'naI&d K6$ 2 -naiades 'naI&diz Kj$ 3 -naiads 'naI&dz Kj$ 2 -nail neIl H0%,K6% 115A,15B -nail-polish 'neIl-p0lIS M7% 3 -nail-polishes 'neIl-p0lISIz Mj$ 4 -nail-scissors 'neIl-sIz@z Kj% 3 -nail-varnish 'neIl-vAnIS M7% 3 -nail-varnishes 'neIl-vAnISIz Mj$ 4 -nailbrush 'neIlbrVS K7% 2 -nailbrushes 'neIlbrVSIz Kj% 3 -nailed neIld Hc%,Hd% 115A,15B -nailfile 'neIlfaIl K6% 2 -nailfiles 'neIlfaIlz Kj% 2 -nailing 'neIlIN Hb% 215A,15B -nails neIlz Ha%,Kj% 115A,15B -nainsook 'neInsUk L@$ 2 -naira 'naIr@ K6$ 2 -nairas 'naIr@z Kj$ 2 -naive naI'iv OA% 2 -naively naI'ivlI Pu% 3 -naivet_e naI'iv@tI M6$ 4 -naivet_es naI'iv@tIz Mj$ 4 -naiveties naI'iv@tIz Mj% 4 -naivety naI'iv@tI M8% 4 -naked 'neIkId OA% 2 -nakedly 'neIkIdlI Pu% 3 -nakedness 'neIkIdn@s L@% 3 -namby-pambies ,n&mbI-'p&mbIz Kj% 4 -namby-pamby ,n&mbI-'p&mbI K8%,OA% 4 -name neIm H2%,K6* 16A,14,23 -name-day 'neIm-deI K6$ 2 -name-days 'neIm-deIz Kj$ 2 -name-drop 'neIm-dr0p I4$ 22A -name-dropped 'neIm-dr0pt Ic$,Id$ 22A -name-dropping 'neIm-dr0pIN Ib%,L@% 32A -name-drops 'neIm-dr0ps Ia$ 22A -name-part 'neIm-pAt K6$ 2 -name-parts 'neIm-pAts Kj$ 2 -named neImd Hc%,Hd% 16A,14,23 -nameless 'neImlIs OA% 2 -namely 'neImlI Pu% 2 -nameplate 'neImpleIt K6% 2 -nameplates 'neImpleIts Kj% 2 -names neImz Ha%,Kj% 16A,14,23 -namesake 'neImseIk K6% 2 -namesakes 'neImseIks Kj% 2 -naming 'neImIN Hb% 26A,14,23 -nankeen n&n'kin L@$ 2 -nannies 'n&nIz Kj% 2 -nanny 'n&nI K8% 2 -nanny-goat 'n&nI-g@Ut K6% 3 -nanny-goats 'n&nI-g@Uts Kj% 3 -nap n&p I4%,M6% 1 -napalm 'neIpAm L@% 2 -nape neIp K6% 1 -napery 'neIp@rI L@$ 3 -napes neIps Kj$ 1 -naphtha 'n&fT@ L@% 2 -naphthalene 'n&fT@lin L@% 3 -napkin 'n&pkIn K6% 2 -napkin-ring 'n&pkIn-rIN K6% 3 -napkin-rings 'n&pkIn-rINz Kj% 3 -napkins 'n&pkInz Kj% 2 -napped n&pt Ic$,Id$ 1 -nappies 'n&pIz Kj% 2 -napping 'n&pIN Ib% 2 -nappy 'n&pI K8% 2 -naps n&ps Ia$,Mj% 1 -narcissi nA'sIsaI Kj% 3 -narcissism 'nAsIsIz@m L@% 4 -narcissus nA'sIs@s K7% 3 -narcissuses nA'sIs@sIz Kj$ 4 -narcotic nA'k0tIk K6%,OA% 3 -narcotics nA'k0tIks Kj% 3 -nark nAk H0$,K6% 1 -narked nAkt Hc$,Hd% 1 -narking 'nAkIN Hb$ 2 -narks nAks Ha$,Kj% 1 -narrate n@'reIt H2% 26A -narrated n@'reItId Hc%,Hd% 36A -narrates n@'reIts Ha% 26A -narrating n@'reItIN Hb% 36A -narration n@'reISn M6% 3 -narrations n@'reISnz Mj% 3 -narrative 'n&r@tIv M6% 3 -narratives 'n&r@tIvz Mj% 3 -narrator n@'reIt@R K6% 3 -narrators n@'reIt@z Kj% 3 -narrow 'n&r@U J0%,K6%,OC% 22A,6A -narrow-minded ,n&r@U-'maIndId OA% 4 -narrow-mindedly ,n&r@U-'maIndIdlI Pu% 5 -narrow-mindedness ,n&r@U-'maIndIdn@s L@% 5 -narrowed 'n&r@Ud Jc%,Jd% 22A,6A -narrower 'n&r@U@R Or% 3 -narrowest 'n&r@UIst Os% 3 -narrowing 'n&r@UIN Jb% 32A,6A -narrowly 'n&r@UlI Pu% 3 -narrowness 'n&r@Un@s L@% 3 -narrows 'n&r@Uz Ja%,Kj% 22A,6A -narwhal 'nAw@l K6$ 2 -narwhals 'nAw@lz Kj$ 2 -nasal 'neIzl K6%,OA% 2 -nasalize 'neIz@laIz H2$ 36A -nasalized 'neIz@laIzd Hc%,Hd% 36A -nasalizes 'neIz@laIzIz Ha$ 46A -nasalizing 'neIz@laIzIN Hb$ 46A -nasals 'neIzlz Kj% 2 -nascent 'n&snt OA$ 2 -nastier 'nAstI@R Or% 3 -nastiest 'nAstIIst Os% 3 -nastily 'nAstIlI Pu% 3 -nastiness 'n&stIn@s L@% 3 -nasturtium n@'st3S@m K6% 3 -nasturtiums n@'st3S@mz Kj% 3 -nasty 'nAstI OD% 2 -natal 'neItl OA$ 2 -nation 'neISn K6% 2 -national 'n&Sn@l K6%,OA% 2 -nationalism 'n&Sn@lIz@m L@% 4 -nationalist 'n&Sn@lIst K6%,OA% 3 -nationalistic ,n&Sn@'lIstIk OA% 4 -nationalists 'n&Sn@lIsts Kj% 3 -nationalities ,n&S@'n&lItIz Mj% 5 -nationality ,n&S@'n&lItI M8% 5 -nationalization ,n&Sn@laI'zeISn M6% 5 -nationalizations ,n&Sn@laI'zeISnz Mj$ 5 -nationalize 'n&Sn@laIz H2% 36A -nationalized 'n&Sn@laIzd Hc%,Hd% 36A -nationalizes 'n&Sn@laIzIz Ha% 46A -nationalizing 'n&Sn@laIzIN Hb% 46A -nationally 'n&Sn@lI Pu% 3 -nationals 'n&Sn@lz Kj% 2 -nations 'neISnz Kj% 2 -nationwide 'neISnwaId OA%,Pu% 3 -native 'neItIv K6%,OA% 2 -natives 'neItIvz Kj% 2 -nativities n@'tIvItIz Kj% 4 -nativity n@'tIvItI K8% 4 -natter 'n&t@R I0% 22A,2C -nattered 'n&t@d Ic%,Id% 22A,2C -nattering 'n&t@rIN Ib% 32A,2C -natters 'n&t@z Ia% 22A,2C -nattier 'n&tI@R Or% 3 -nattiest 'n&tIIst Os% 3 -nattily 'n&tIlI Pu% 3 -natty 'n&tI OD% 2 -natural 'n&tSr@l K6%,OA% 2 -naturalism 'n&tSr@lIz@m L@% 4 -naturalist 'n&tSr@lIst K6% 3 -naturalistic ,n&tSr@'lIstIk OA% 4 -naturalists 'n&tSr@lIsts Kj% 3 -naturalization ,n&tSr@laI'zeISn L@% 5 -naturalize 'n&tSr@laIz J2$ 32A,6A -naturalized 'n&tSr@laIzd Jc%,Jd% 32A,6A -naturalizes 'n&tSr@laIzIz Ja$ 42A,6A -naturalizing 'n&tSr@laIzIN Jb$ 42A,6A -naturally 'n&tSr@lI Pu% 3 -naturalness 'n&tSr@lnIs L@% 3 -naturals 'n&tSr@lz Kj% 3 -nature 'neItS@R M6% 2 -natures 'neItS@z Mj% 2 -naturism 'neItS@rIz@m L@% 4 -naturist 'neItS@rIst K6% 3 -naturists 'neItS@rIsts Kj% 3 -naught nOt M6% 1 -naughtier 'nOtI@R Or% 3 -naughtiest 'nOtIIst Os% 3 -naughtily 'nOtIlI Pu% 3 -naughtiness 'nOtIn@s L@% 3 -naughts nOts Mj% 1 -naughty 'nOtI OD% 2 -nausea 'nOsI@ L@% 3 -nauseate 'nOsIeIt H2$ 36A -nauseated 'nOsIeItId Hc$,Hd% 46A -nauseates 'nOsIeIts Ha$ 36A -nauseating 'nOsIeItIN Hb% 46A -nauseous 'nOsI@s OA% 3 -nautch nOtS K7$ 1 -nautch-girl 'nOtS-g3l K6$ 2 -nautch-girls 'nOtS-g3lz Kj$ 2 -nautches 'nOtSIz Kj$ 2 -nautical 'nOtIkl OA% 3 -nautilus 'nOtIl@s K7$ 3 -nautiluses 'nOtIl@sIz Kj$ 4 -naval 'neIvl OA% 2 -nave neIv K6% 1 -navel 'neIvl K6% 2 -navels 'neIvlz Kj% 2 -naves neIvz Kj% 1 -navies 'neIvIz Kj% 2 -navigability ,n&vIg@'bIlItI L@% 6 -navigable 'n&vIg@bl OA% 4 -navigate 'n&vIgeIt J2% 32A,6A -navigated 'n&vIgeItId Jc%,Jd% 42A,6A -navigates 'n&vIgeIts Ja% 32A,6A -navigating 'n&vIgeItIN Jb% 42A,6A -navigation ,n&vI'geISn L@% 4 -navigator 'n&vIgeIt@R K6% 4 -navigators 'n&vIgeIt@z Kj% 4 -navvies 'n&vIz Kj% 2 -navvy 'n&vI K8% 2 -navy 'neIvI K8% 2 -nay neI Pu% 1 -ne plus ultra ,ni ,plVs 'Vltr@ Ki$ 4 -ne'er ne@R Pu$ 1 -ne'er-do-well 'ne@-du-wel K6% 3 -ne'er-do-wells 'ne@-du-welz Kj% 3 -neap nip K6$ 1 -neap-tide 'nip-taId K6% 2 -neap-tides 'nip-taIdz Kj% 2 -neaps nips Kj$ 1 -near nI@R J0%,OC*,Pu*,T-* 12A,6A -near-sighted nI@-'saItId OA% 3 -nearby 'nI@baI OA% 2 -neared nI@d Jc%,Jd% 12A,6A -nearer 'nI@r@R Or%,Pu% 2 -nearest 'nI@rIst Os%,Pu% 2 -nearing 'nI@rIN Jb% 22A,6A -nearly 'nI@lI Pu% 2 -nearness 'nI@n@s L@% 2 -nears nI@z Ja% 12A,6A -nearside 'nI@saId K6% 2 -nearsides 'nI@saIdz Kj$ 2 -neat nit OC% 1 -neater 'nit@R Or% 2 -neatest 'nitIst Os% 2 -neatly 'nitlI Pu% 2 -neatness 'nitn@s L@% 2 -nebula 'nebjUl@ K6% 3 -nebulae 'nebjUli Kj% 3 -nebular 'nebjUl@R OA$ 3 -nebulas 'nebjUl@z Kj% 3 -nebulous 'nebjUl@s OA% 3 -necessaries 'nes@s@rIz Kj% 4 -necessarily ,nes@'ser@lI Pu% 5 -necessary 'nes@s@rI K8%,OA% 4 -necessitate nI'sesIteIt H2% 46A,6C -necessitated nI'sesIteItId Hc%,Hd% 56A,6C -necessitates nI'sesIteIts Ha% 46A,6C -necessitating nI'sesIteItIN Hb% 56A,6C -necessities nI'sesItIz Mj% 4 -necessitous nI'sesIt@s OA$ 4 -necessity nI'sesItI M8% 4 -neck nek I0%,K6% 1 -neckband 'nekb&nd K6% 2 -neckbands 'nekb&ndz Kj% 2 -neckcloth 'nek+kl0T K6$ 2 -neckcloths 'nek+kl0Ts Kj$ 2 -necked nekt Ic%,Id% 1 -neckerchief 'nek@tSIf K6$ 3 -neckerchiefs 'nek@tSIfs Kj$ 3 -necking 'nekIN Ib% 2 -necklace 'nekl@s K6% 2 -necklaces 'nekl@sIz Kj% 3 -necklet 'neklIt K6$ 2 -necklets 'neklIts Kj$ 2 -neckline 'neklaIn K6% 2 -necklines 'neklaInz Kj% 2 -necks neks Ia%,Kj% 1 -necktie 'nektaI K6% 2 -neckties 'nektaIz Kj% 2 -neckwear 'nekwe@R L@% 2 -necromancer 'nekr@m&ns@R K6$ 4 -necromancers 'nekr@m&ns@z Kj$ 4 -necromancy 'nekr@m&nsI L@$ 4 -necropolis nI'kr0p@lIs K7$ 4 -necropolises nI'kr0p@lIsIz Kj$ 5 -nectar 'nekt@R L@% 2 -nectarine 'nekt@rIn K6% 3 -nectarines 'nekt@rInz Kj% 3 -need nid G0*,H0*,M6* 15,6A,6E,7A -needed 'nidId Gc%,Gd%,Hc%,Hd% 25,6A,6E,7A -needful 'nidf@l OA% 2 -needfully 'nidf@lI Pu$ 3 -needier 'nidI@R Or% 3 -neediest 'nidIIst Os% 3 -needing 'nidIN Gb%,Hb% 25,6A,6E,7A -needle 'nidl H2%,K6% 26A,15A -needlecraft 'nidlkrAft L@% 3 -needled 'nidld Hc%,Hd% 26A,15A -needles 'nidlz Ha%,Kj% 26A,15A -needless 'nidl@s OA% 2 -needlessly 'nidl@slI Pu% 3 -needlewoman 'nidlwUm@n Ki% 4 -needlewomen 'nidlwImIn Kj% 4 -needlework 'nidlw3k L@% 3 -needling 'nidlIN Hb% 26A,15A -needn't 'nidnt Gg% 2 -needs nidz Ga%,Ha%,Mj%,Pu$ 15,6A,6E,7A -needy 'nidI OD% 2 -nefarious nI'fe@rI@s OA% 4 -nefariously nI'fe@rI@slI Pu% 5 -nefariousness nI'fe@rI@sn@s L@$ 5 -negate nI'geIt H2% 26A -negated nI'geItId Hc%,Hd% 36A -negates nI'geIts Ha% 26A -negating nI'geItIN Hb% 36A -negation nI'geISn L@% 3 -negative 'neg@tIv H2$,K6%,OA% 36A -negatived 'neg@tIvd Hc$,Hd$ 36A -negatively 'neg@tIvlI Pu% 4 -negatives 'neg@tIvz Ha%,Kj% 36A -negativing 'neg@tIvIN Hb$ 46A -neglect nI'glekt H0%,L@% 26A,6C,7A -neglected nI'glektId Hc%,Hd% 36A,6C,7A -neglectful nI'glektf@l OA% 3 -neglectfully nI'glektf@lI Pu% 4 -neglectfulness nI'glektf@ln@s L@% 4 -neglecting nI'glektIN Hb% 36A,6C,7A -neglects nI'glekts Ha% 26A,6C,7A -negligee 'neglIZeI M6% 3 -negligees 'neglIZeIz Mj% 3 -negligence 'neglIdZ@ns L@% 3 -negligent 'neglIdZ@nt OA% 3 -negligently 'neglIdZ@ntlI Pu% 4 -negligible 'neglIdZ@bl OA% 4 -negotiable nI'g@USI@bl OA% 4 -negotiate nI'g@USIeIt J2% 42A,3A,6A,14 -negotiated nI'g@USIeItId Jc%,Jd% 52A,3A,6A,14 -negotiates nI'g@USIeIts Ja% 42A,3A,6A,14 -negotiating nI'g@USIeItIN Jb% 52A,3A,6A,14 -negotiation nI,g@USI'eISn M6% 5 -negotiations nI,g@USI'eISnz Mj% 5 -negotiator nI'g@USIeIt@R K6% 5 -negotiators nI'g@USIeIt@z Kj% 5 -negus 'nig@s L@$ 2 -neigh neI I0%,K6% 1 -neighbour 'neIb@R J0$,K6% 23A,6A -neighboured 'neIb@d Jc$,Jd$ 23A,6A -neighbourhood 'neIb@hUd K6% 3 -neighbourhoods 'neIb@hUdz Kj% 3 -neighbouring 'neIb@rIN Jb% 33A,6A -neighbourliness 'neIb@lIn@s L@% 4 -neighbourly 'neIb@lI OA% 3 -neighbours 'neIb@z Ja$,Kj% 23A,6A -neighed neId Ic%,Id% 1 -neighing 'neIIN Ib% 2 -neighs neIz Ia%,Kj% 1 -neither 'naID@R OA%,Pu%,Qx%,V-% 2 -nem con ,nem 'k0n Pu$ 2 -nemeses 'nem@siz Kj$ 3 -nemesis 'nem@sIs Ki% 3 -neo- 'ni@U- U-% 2 -neocolonialism ,ni@Uk@'l@UnI@lIz@m L@% 8 -neolithic ,ni@'lITIk OA% 4 -neologism ni'0l@dZIz@m M6% 5 -neologisms ni'0l@dZIz@mz Mj% 5 -neon 'ni0n L@% 2 -neophyte 'ni@faIt K6$ 3 -neophytes 'ni@faIts Kj$ 3 -neoplasm 'ni@Upl&z@m K6$ 4 -neoplasms 'ni@Upl&z@mz Kj$ 4 -nephew 'nevju K6% 2 -nephews 'nevjuz Kj% 2 -nephritis nI'fraItIs L@$ 3 -nepotism 'nep@tIz@m L@% 4 -nereid 'nI@rIId K6$ 3 -nereids 'nI@rIIdz Kj$ 3 -nerve n3v H2%,M6% 16A,14,16A -nerve-cell 'n3v-sel K6% 2 -nerve-cells 'n3v-selz Kj% 2 -nerve-centre 'n3v-sent@R K6% 3 -nerve-centres 'n3v-sent@z Kj% 3 -nerve-racking 'n3v-r&kIN OA% 3 -nerved n3vd Hc%,Hd% 16A,14,16A -nerveless 'n3vl@s OA% 2 -nervelessly 'n3vl@slI Pu% 3 -nerves n3vz Ha$,Mj% 16A,14,16A -nerving 'n3vIN Hb$ 26A,14,16A -nervous 'n3v@s OA% 2 -nervously 'n3v@slI Pu% 3 -nervousness 'n3v@sn@s L@% 3 -nervy 'n3vI OA% 2 -nescience 'nesI@ns L@$ 3 -nescient 'nesI@nt OA$ 3 -ness nes K7$ 1 -nesses 'nesIz Kj$ 2 -nest nest I0%,K6% 12A,2C -nest-egg 'nest-eg K6% 2 -nest-eggs 'nest-egz Kj% 2 -nested 'nestId Ic%,Id% 22A,2C -nesting 'nestIN Ib% 22A,2C -nestle 'nesl J2% 22C,15A -nestled 'nesld Jc%,Jd% 22C,15A -nestles 'neslz Ja% 22C,15A -nestling 'neslIN Jb% 22C,15A -nestling 'nestlIN K6% 2 -nestlings 'nestlINz Kj% 2 -nests nests Ia%,Kj% 12A,2C -net net H4%,M6%,OA% 16A -netball 'netbOl L@% 2 -nether 'neD@R OA% 2 -nethermost 'neD@m@Ust OA% 3 -nets nets Ha%,Mj% 16A -nett net H0$,OA$ 16A -netted 'netId Hc%,Hd% 26A -netting 'netIN Hb%,L@% 26A -nettle 'netl H2%,K6% 26A -nettled 'netld Hc%,Hd% 26A -nettlerash 'netlr&S L@$ 3 -nettles 'netlz Ha%,Kj% 26A -nettling 'netlIN Hb% 26A -netts nets Ha$ 16A -network 'netw3k K6% 2 -networks 'netw3ks Kj% 2 -neural 'njU@r@l OA% 2 -neuralgia njU@'r&ldZ@ L@% 3 -neuralgic nju'r&ldZIk OA$ 3 -neurasthenia ,njU@r@s'TinI@ L@% 5 -neurasthenic ,njur@s'TenIk K6$,OA$ 4 -neurasthenics ,njur@s'TenIks Kj$ 4 -neuritis njU@'raItIs L@$ 3 -neurologist njU@'r0l@dZIst K6% 4 -neurologists njU@'r0l@dZIsts Kj% 4 -neurology njU@'r0l@dZI L@% 4 -neuroses njU@'r@Usiz Kj% 3 -neurosis njU@'r@UsIs Ki% 3 -neurotic njU@'r0tIk K6%,OA% 3 -neurotically njU@'r0tIklI Pu% 4 -neurotics njU@'r0tIks Kj% 3 -neuter 'njut@R H0$,K6%,OA% 2 -neutered 'njut@d Hc$,Hd% 2 -neutering 'njut@rIN Hb$ 3 -neuters 'njut@z Ha$,Kj$ 2 -neutral 'njutr@l K6%,OA% 2 -neutrality nju'tr&lItI L@% 4 -neutralization ,njutr@laI'zeISn M6% 5 -neutralizations ,njutr@laI'zeISnz Mj% 5 -neutralize 'njutr@laIz H2% 36A -neutralized 'njutr@laIzd Hc%,Hd% 36A -neutralizes 'njutr@laIzIz Ha% 46A -neutralizing 'njutr@laIzIN Hb% 46A -neutrals 'njutr@lz Kj% 2 -neutron 'njutr0n K6% 2 -neutrons 'njutr0nz Kj% 2 -never 'nev@R Pu* 2 -nevermore ,nev@'mOR Pu% 3 -nevertheless ,nev@D@'les Pu%,V-% 4 -new nju OC*,Pu* 1 -newcomer 'njukVm@R K6% 3 -newcomers 'njukVm@z Kj% 3 -newel 'nju@l K6$ 2 -newels 'nju@lz Kj$ 2 -newer 'nju@R Or% 2 -newest 'njuIst Os% 2 -newfangled ,nju'f&Ngld OA% 3 -newly 'njulI Pu% 2 -newlywed 'njulIwed K6% 3 -newlyweds 'njulIwedz Kj% 3 -newness 'njun@s L@% 2 -news njuz L@% 1 -newsagent 'njuzeIdZ@nt K6% 3 -newsagents 'njuzeIdZ@nts Kj% 3 -newsboy 'njuzboI K6% 2 -newsboys 'njuzboIz Kj% 2 -newscast 'njuzkAst K6% 2 -newscaster 'njuzkAst@R K6% 3 -newscasters 'njuzkAst@z Kj% 3 -newscasts 'njuzkAsts Kj% 2 -newsdealer 'njuzdil@R K6% 3 -newsdealers 'njuzdil@z Kj% 3 -newsflash 'njuzfl&S K7% 2 -newsflashes 'njuzfl&SIz Kj% 3 -newsier 'njuzI@R Or$ 3 -newsiest 'njuzIIst Os$ 3 -newsless 'njuzl@s OA$ 2 -newsletter 'njuzlet@R K6% 3 -newsletters 'njuzlet@z Kj% 3 -newsmonger 'njuzmVNg@R K6$ 3 -newsmongers 'njuzmVNg@z Kj$ 3 -newspaper 'njuspeIp@R K6% 3 -newspaperman 'njuspeIp@m&n Ki% 4 -newspapermen 'njuspeIp@men Kj% 4 -newspapers 'njuspeIp@z Kj% 3 -newsprint 'njuzprInt L@% 2 -newsreel 'njuzril K6% 2 -newsreels 'njuzrilz Kj% 2 -newsroom 'njuzrum K6% 2 -newsrooms 'njuzrumz Kj% 2 -newssheet 'njuz+Sit K6% 2 -newssheets 'njuz+Sits Kj% 2 -newsstand 'njuz+st&nd K6% 2 -newsstands 'njuz+st&ndz Kj% 2 -newsvendor 'njuzvend@R K6% 3 -newsvendors 'njuzvend@z Kj% 3 -newsworthy 'njuzw3DI OA% 3 -newsy 'njuzI OD% 2 -newt njut K6% 1 -newts njuts Kj% 1 -next nekst K9%,OA*,Pu*,T-* 1 -nexus 'neks@s K7% 2 -nexuses 'neks@sIz Kj$ 3 -nib nIb K6% 1 -nibble 'nIbl J2%,K6% 22A,3A,6A -nibbled 'nIbld Jc%,Jd% 22A,3A,6A -nibbles 'nIblz Ja%,Kj% 22A,3A,6A -nibbling 'nIblIN Jb% 22A,3A,6A -nibs nIbz Kj% 1 -nice naIs OB% 1 -nicely 'naIslI Pu% 2 -niceness 'naIsn@s L@% 2 -nicer 'naIs@R Or% 2 -nicest 'naIsIst Os% 2 -niceties 'naIs@tIz Mj% 3 -nicety 'naIs@tI M8$ 3 -niche nItS K6% 1 -niches 'nItSIz Kj% 2 -nick nIk H0%,K6% 1 -nicked nIkt Hc%,Hd% 1 -nickel 'nIkl H4%,M6% 2 -nickelled 'nIkld Hc$,Hd$ 2 -nickelling 'nIk@lIN Hb$ 3 -nickels 'nIklz Ha$,Mj$ 2 -nicking 'nIkIN Hb% 2 -nicknack 'nIkn&k K6% 2 -nicknacks 'nIkn&ks Kj% 2 -nickname 'nIkneIm H2%,K6% 26A,23 -nicknamed 'nIkneImd Hc%,Hd% 26A,23 -nicknames 'nIkneImz Ha%,Kj% 26A,23 -nicknaming 'nIkneImIN Hb% 36A,23 -nicks nIks Ha%,Kj% 1 -nicotine 'nIk@tin L@% 3 -niece nis K6% 1 -nieces 'nisIz Kj% 2 -niff nIf K6$ 1 -niffier 'nIfI@R Or$ 3 -niffiest 'nIfIIst Os$ 3 -niffs nIfs Kj$ 1 -niffy 'nIfI OD$ 2 -niftier 'nIftI@R Or% 3 -niftiest 'nIftIIst Os% 3 -nifty 'nIftI OD% 2 -niggard 'nIg@d K6$ 2 -niggardliness 'nIg@dlIn@s L@% 4 -niggardly 'nIg@dlI OA% 3 -niggards 'nIg@dz Kj$ 2 -nigger 'nIg@R K6% 2 -niggers 'nIg@z Kj% 2 -niggle 'nIgl I2% 2 -niggled 'nIgld Ic%,Id% 2 -niggles 'nIglz Ia% 2 -niggling 'nIglIN Ib%,OA% 2 -nigh naI Pu$,T-$ 1 -nigher 'naI@R Pu$,T-$ 2 -nighest 'naIIst Pu$,T-$ 2 -night naIt M6* 1 -night-bell 'naIt-bel K6$ 2 -night-bells 'naIt-belz Kj$ 2 -night-bird 'naIt-b3d K6% 2 -night-birds 'naIt-b3dz Kj% 2 -night-light 'naIt-laIt K6% 2 -night-lights 'naIt-laIts Kj% 2 -night-line 'naIt-laIn K6$ 2 -night-lines 'naIt-laInz Kj$ 2 -night-porter naIt-'pOt@R K6% 3 -night-porters naIt-'pOt@z Kj% 3 -night-soil 'naIt-soIl L@% 2 -night-stop 'naIt-st0p K6$ 2 -night-stops 'naIt-st0ps Kj$ 2 -night-time 'naIt-aIm L@% 2 -night-watch 'naIt-w0tS K7% 2 -night-watches 'naIt-w0tSIz Kj% 3 -night-watchman naIt-'w0tSm@n Ki% 3 -night-watchmen naIt-'w0tSm@n Kj% 3 -nightcap 'naItk&p K6% 2 -nightcaps 'naItk&ps Kj% 2 -nightclub 'naItklVb K6% 2 -nightclubs 'naItklVbz Kj% 2 -nightdress 'naItdres K7% 2 -nightdresses 'naItdresIz Kj% 3 -nightfall 'naItfOl L@% 2 -nightgown 'naItgaUn K6% 2 -nightgowns 'naItgaUnz Kj% 2 -nightie 'naItI K6% 2 -nighties 'naItIz Kj% 2 -nightingale 'naItINgeIl K6% 3 -nightingales 'naItINgeIlz Kj% 3 -nightjar 'naItdZAR K6% 2 -nightjars 'naItdZAz Kj% 2 -nightlong 'naItl0N OA% 2 -nightly 'naItlI OA%,Pu% 2 -nightmare 'naItme@R K6% 2 -nightmares 'naItme@z Kj% 2 -nightmarish 'naItme@rIS OA% 3 -nights naIts Mj% 1 -nightshade 'naItSeId L@% 2 -nightshirt 'naItS3t K6% 2 -nightshirts 'naItS3ts Kj% 2 -nightwork 'naItw3k L@% 2 -nihilism 'naIIlIz@m L@% 4 -nihilist 'naIIlIst K6$ 3 -nihilistic ,naII'lIstIk OA% 4 -nihilists 'naIIlIsts Kj$ 3 -nil nIl L@% 1 -nimble 'nImbl OB% 2 -nimbleness 'nImbln@s L@% 3 -nimbler 'nImbl@R Or% 2 -nimblest 'nImblIst Os% 2 -nimbly 'nImblI Pu% 2 -nimbus 'nImb@s K7$ 2 -nimbuses 'nImb@sIz Kj$ 3 -niminy-piminy ,nImInI-'pImInI OA$ 6 -nincompoop 'nINk@mpup K6% 3 -nincompoops 'nINk@mpups Kj% 3 -nine naIn K6%,OA% 1 -ninefold 'naInf@Uld OA%,Pu% 2 -ninepence 'naInp@ns K6% 2 -ninepences 'naInp@nsIz Kj% 3 -ninepenny 'naInp@nI OA% 3 -ninepins 'naInpInz Lk% 2 -nines naInz Kj% 1 -nineteen ,naIn'tin K6%,OA% 2 -nineteens ,naIn'tinz Kj% 2 -nineteenth ,naIn'tinT K6%,OA% 2 -nineteenths ,naIn'tinTs Kj% 2 -nineties 'naIntIz Kj% 2 -ninetieth 'naIntI@T K6%,OA% 3 -ninetieths 'naIntI@Ts Kj% 3 -ninety 'naIntI K8%,OA% 2 -ninnies 'nInIz Kj% 2 -ninny 'nInI K8% 2 -ninth naInT K6%,OA% 1 -ninths naInTs Kj% 1 -nip nIp J4%,K6% 12A,2C,6A,15A,15B -nipped nIpt Jc%,Jd% 12A,2C,6A,15A,15B -nipper 'nIp@R K6% 2 -nippers 'nIp@z Kj% 2 -nippier 'nIpI@R Or$ 3 -nippiest 'nIpIIst Os$ 3 -nipping 'nIpIN Jb%,OA% 22A,2C,6A,15A,15B -nipple 'nIpl K6% 2 -nipples 'nIplz Kj% 2 -nippy 'nIpI OD% 2 -nips nIps Ja%,Kj% 12A,2C,6A,15A,15B -nirvana nI@'vAn@ K6$ 3 -nirvanas nI@'vAn@z Kj$ 3 -nisi 'naIsaI OA$,V-$ 2 -nit nIt K6% 1 -nitrate 'naItreIt K6% 2 -nitrates 'naItreIts Kj% 2 -nitre 'naIt@R L@$ 2 -nitric 'naItrIk OA% 2 -nitrochalk ,naItr@U'tSOk L@$ 3 -nitrogen 'naItr@dZ@n L@% 3 -nitroglycerin ,naItr@U'glIs@rin L@% 5 -nitroglycerine ,naItr@U'glIs@rin L@% 5 -nitrous 'naItr@s OA% 2 -nits nIts Kj% 1 -nitty-gritty ,nItI-'grItI L@% 4 -nitwit 'nItwIt K6% 2 -nitwits 'nItwIts Kj% 2 -nitwitted ,nIt'wItId OA% 3 -nix nIks L@$ 1 -no 'nVmb@R Y>% 2 -no n@U K6%,OA*,Pu*,W-* 1 -no one 'n@U wVn Qx% 2 -no-ball 'n@U-bOl K6% 2 -no-balls 'n@U-bOlz Kj% 2 -no-go 'n@U-g@U Oq% 2 -no-man's-land 'n@U-m&nz-l&nd Ki% 3 -no-one 'n@U-wVn Qx% 2 -nob n0b K6$ 1 -nobble 'n0bl H2% 26A -nobbled 'n0bld Hc%,Hd% 26A -nobbles 'n0blz Ha% 26A -nobbling 'n0blIN Hb% 26A -nobility n@U'bIlItI L@% 4 -noble 'n@Ubl K6%,OB% 2 -noble-mindedness ,n@Ubl-'maIndIdn@s L@% 5 -nobleman 'n@Ublm@n Ki% 3 -noblemen 'n@Ublm@n Kj% 3 -nobler 'n@Ubl@R Or% 2 -nobles 'n@Ublz Kj% 2 -noblesse n@U'bles Ki% 2 -noblesse oblige n@U,bles @'bliZ L@% 4 -noblest 'n@UblIst Os% 2 -nobly 'n@UblI Pu% 2 -nobodies 'n@Ub@dIz Kj% 3 -nobody 'n@Ub@dI K8%,Qx% 3 -nobs n0bz Kj% 1 -noctambulist n0k't&mbjUlIst K6$ 4 -noctambulists n0k't&mbjUlIsts Kj$ 4 -nocturnal n0k't3nl OA% 3 -nocturne 'n0kt3n K6% 2 -nocturnes 'n0kt3nz Kj% 2 -nod n0d J4%,K6% 12A,2C,3A,4A,6A,12A,13A -nodded 'n0dId Jc%,Jd% 22A,2C,3A,4A,6A,12A,13A -nodding 'n0dIN Jb% 22A,2C,3A,4A,6A,12A,13A -noddle 'n0dl K6$ 2 -noddles 'n0dlz Kj$ 2 -node n@Ud K6$ 1 -nodes n@Udz Kj$ 1 -nods n0dz Ja%,Kj% 12A,2C,3A,4A,6A,12A,13A -nodular 'n0djUl@R OA$ 3 -nodulated 'n0djUleItId OA$ 4 -nodule 'n0djul K6% 2 -nodules 'n0djulz Kj% 2 -noggin 'n0gIn K6$ 2 -noggins 'n0gInz Kj$ 2 -nohow 'n@UhaU Pu$ 2 -noise noIz H2%,M6% 1 -noised noIzd Hc%,Hd% 1 -noiseless 'noIzl@s OA% 2 -noiselessly 'noIzl@slI Pu% 3 -noiselessness 'noIzl@sn@s L@% 3 -noises 'noIzIz Ha%,Mj% 2 -noisier 'noIzI@R Or% 3 -noisiest 'noIzIIst Os% 3 -noisily 'noIzIlI Pu% 3 -noisiness 'noIzIn@s L@% 3 -noising 'noIzIN Hb$ 2 -noisome 'noIs@m OA$ 2 -noisy 'noIzI OD% 2 -nom de plume ,n0m d@ 'plum Ki% 3 -nomad 'n@Um&d K6% 2 -nomadic n@U'm&dIk OA% 3 -nomads 'n@Um&dz Kj% 2 -nomenclature n@'menkl@tS@R K6% 4 -nomenclatures n@'menkl@tS@z Kj$ 4 -nominal 'n0mInl OA% 3 -nominally 'n0mIn@lI Pu% 4 -nominate 'n0mIneIt H2% 36A,14,23 -nominated 'n0mIneItId Hc%,Hd% 46A,14,23 -nominates 'n0mIneIts Ha% 36A,14,23 -nominating 'n0mIneItIN Hb% 46A,14,23 -nomination ,n0mI'neISn M6% 4 -nominations ,n0mI'neISnz Mj% 4 -nominative 'n0mIn@tIv K6$,OA$ 4 -nominatives 'n0mIn@tIvz Kj$ 4 -nominee ,n0mI'ni K6% 3 -nominees ,n0mI'niz Kj% 3 -noms de plume ,n0m d@ 'plum Kj$ 3 -non compos mentis ,n0n ,k0mp@s 'mentIs OA$ 5 -non sequitur ,n0n 'sekwIt@R K6% 4 -non sequiturs ,n0n 'sekwIt@z Kj% 4 -non- ,n0n- U-% 1 -non-U 'n0n-ju OA$ 2 -non-compliance ,n0n-k@m'plaI@ns L@% 4 -non-contentious ,n0n-k@n'tenS@s OA% 4 -non-interference ,n0n-Int@'fI@r@ns L@% 5 -non-skid 'n0n-skId OA% 2 -nonage 'n@UnIdZ L@$ 2 -nonagenarian ,n0n@dZI'ne@rI@n K6$,OA$ 6 -nonagenarians ,n0n@dZI'ne@rI@nz Kj$ 6 -nonaggression ,n0n@'greSn L@% 4 -nonalignment ,n0n@'laInm@nt L@% 4 -nonce n0ns K6$ 1 -nonce-word 'n0ns-w3d K6$ 2 -nonce-words 'n0ns-w3dz Kj$ 2 -nonces 'n0nsIz Kj$ 2 -nonchalance 'n0nS@l@ns L@% 3 -nonchalant 'n0nS@l@nt OA% 3 -nonchalantly 'n0nS@l@ntlI Pu% 4 -noncombatant n0n'k0mb@t@nt K6% 4 -noncombatants n0n'k0mb@t@nts Kj% 4 -noncommissioned ,n0nk@'mISnd OA% 4 -noncommittal ,n0nk@'mItl OA% 4 -nonconductor ,n0nk@n'dVkt@R K6$ 4 -nonconductors ,n0nk@n'dVkt@z Kj$ 4 -nonconformist ,n0nk@n'fOmIst K6% 4 -nonconformists ,n0nk@n'fOmIsts Kj% 4 -nonconformity ,n0nk@n'fOmItI L@% 5 -nondescript 'n0ndIskrIpt K6$,OA% 3 -nondescripts 'n0ndIskrIpts Kj$ 3 -none nVn Pu%,Qx% 1 -nonentities n0'nentItIz Kj% 4 -nonentity n0'nentItI K8% 4 -nonesuch 'nVnsVtS Ki$ 2 -nonevent 'n0nIvent K6% 3 -nonevents 'n0nIvents Kj$ 3 -nonfiction n0n'fIkSn L@% 3 -nonflammable n0n'fl&m@bl OA% 4 -nonintervention ,n0nInt@'venSn L@% 5 -nonmoral n0n'm0r@l OA$ 3 -nonobservance ,n0n@b'z3v@ns L@% 4 -nonpareil ,n0np@'reIl K6$,OA$ 3 -nonpareils ,n0np@'reIlz Kj$ 3 -nonpayment n0n'peIm@nt M6% 3 -nonpayments n0n'peIm@nts Mj$ 3 -nonplus n0n'plVs H5$ 26A -nonplussed n0n'plVst Hc$,Hd% 26A -nonplusses n0n'plVsIz Ha$ 36A -nonplussing n0n'plVsIN Hb$ 36A -nonresident n0n'rezId@nt OA% 4 -nonsense 'n0nsns M6% 2 -nonsenses 'n0nsnsIz Mj% 3 -nonsensical n0n'sensIkl OA% 4 -nonsmoker n0n'sm@Uk@R K6% 3 -nonsmokers n0n'sm@Uk@z Kj% 3 -nonstarter n0n'stAt@R K6% 3 -nonstarters n0n'stAt@z Kj% 3 -nonstick 'n0nstIk OA% 2 -nonstop 'n0nst0p OA%,Pu% 2 -nonsuch 'nVnsVtS Ki$ 2 -nonunion n0n'junI@n OA% 3 -nonviolence n0n'vaI@l@ns L@% 4 -noodle 'nudl K6% 2 -noodles 'nudlz Kj% 2 -nook nUk K6% 1 -nooks nUks Kj% 1 -noon nun L@% 1 -noonday 'nundeI OA% 2 -noontide 'nuntaId L@% 2 -noose nus H2$,K6% 1 -noosed nust Hc$,Hd$ 1 -nooses 'nusIz Ha$,Kj% 2 -noosing 'nusIN Hb$ 2 -nope n@Up W-$ 1 -nor nOR V-% 1 -nor'- ,nOR- U-$ 1 -nor'-east ,nOr-'ist L@%,Pu% 2 -nor'-nor'-east ,nO-nOr-'ist L@%,Pu% 3 -nor'-nor'-west ,nO-nO-'west L@%,Pu% 3 -nor'-west ,nO-'west L@%,Pu% 2 -norm nOm K6% 1 -normal 'nOml L@%,OA% 2 -normalcy 'nOmlsI L@$ 3 -normality nO'm&lItI L@% 4 -normalization ,nOm@laI'zeISn M6% 5 -normalizations ,nOm@laI'zeISnz Mj% 5 -normalize 'nOm@laIz H2% 3 -normalized 'nOm@laIzd Hc%,Hd% 3 -normalizes 'nOm@laIzIz Ha% 4 -normalizing 'nOm@laIzIN Hb% 4 -normally 'nOm@lI Pu% 3 -normative 'nOm@tIv OA$ 3 -norms nOmz Kj% 1 -north nOT L@%,Pu% 1 -north-northeast ,nOT-nOT'ist L@%,Pu% 3 -north-northwest ,nOT-nOT'west L@%,Pu% 3 -northeast nOT'ist L@%,Pu% 2 -northeaster nOT'ist@R K6% 3 -northeasterly nOT'ist@lI OA% 4 -northeastern nOT'ist@n OA% 3 -northeasters nOT'ist@z Kj% 3 -northerly 'nOD@lI OA%,Pu% 3 -northern 'nOD@n OA% 2 -northerner 'nOD@n@R K6% 3 -northerners 'nOD@n@z Kj% 3 -northernmost 'nOD@nm@Ust OA% 3 -northwards 'nOTw@dz Pu% 2 -northwest nOT'west L@%,Pu% 2 -northwester nOT'west@R K6$ 3 -northwesterly nOT'west@lI OA% 4 -northwestern nOT'west@n OA% 3 -northwesters nOT'west@z Kj$ 3 -nos 'nVmb@z Y)% 2 -nos n@Uz Kj$ 1 -nose n@Uz J2%,K6% 12C,3A,15A,15B -nose-flute 'n@Uz-flut K6$ 2 -nose-flutes 'n@Uz-fluts Kj$ 2 -nose-wheel 'n@Uz-wil K6$ 2 -nose-wheels 'n@Uz-wilz Kj$ 2 -nosebag 'n@Uzb&g K6% 2 -nosebags 'n@Uzb&gz Kj% 2 -nosebleed 'n@Uzblid K6% 2 -nosebleeds 'n@Uzblidz Kj% 2 -nosecone 'n@Uzk@Un K6% 2 -nosecones 'n@Uzk@Unz Kj% 2 -nosed n@Uzd Jc%,Jd%,Ot% 12C,3A,15A,15B -nosedive 'n@UzdaIv I2%,K6% 2 -nosedived 'n@UzdaIvd Ic%,Id% 2 -nosedives 'n@UzdaIvz Ia%,Kj% 2 -nosediving 'n@UzdaIvIN Ib% 3 -nosegay 'n@UzgeI K6% 2 -nosegays 'n@UzgeIz Kj% 2 -nosering 'n@UzrIN K6$ 2 -noserings 'n@UzrINz Kj$ 2 -noses 'n@UzIz Ja%,Kj% 22C,3A,15A,15B -nosey 'n@UzI OA% 2 -nosh n0S I1%,L@% 1 -nosh-up 'n0S-Vp K6% 2 -nosh-ups 'n0S-Vps Kj$ 2 -noshed n0St Ic%,Id% 1 -noshes 'n0SIz Ia$ 2 -noshing 'n0SIN Ib$ 2 -nosier 'n@UzI@R Or% 3 -nosiest 'n@UzIIst Os% 3 -nosing 'n@UzIN Jb% 22C,3A,15A,15B -nostalgia n0'st&ldZ@ L@% 3 -nostalgic n0'st&ldZIk OA% 3 -nostalgically n0'st&ldZIklI Pu% 4 -nostril 'n0str@l K6% 2 -nostrils 'n0str@lz Kj% 2 -nostrum 'n0str@m K6$ 2 -nostrums 'n0str@mz Kj$ 2 -nosy 'n@UzI OD% 2 -not n0t Pu* 1 -nota bene ,n@Ut@ 'beneI Z-$ 4 -notabilities ,n@Ut@'bIlItIz Mj$ 5 -notability ,n@Ut@'bIlItI M8$ 5 -notable 'n@Ut@bl K6%,OA% 3 -notables 'n@Ut@blz Kj% 3 -notably 'n@Ut@blI Pu% 3 -notaries 'n@Ut@rIz Kj% 3 -notary 'n@Ut@rI K8% 3 -notation n@U'teISn M6% 3 -notations n@U'teISnz Mj% 3 -notch n0tS H1%,K7% 16A,15B -notched n0tSt Hc%,Hd% 16A,15B -notches 'n0tSIz Ha%,Kj% 26A,15B -notching 'n0tSIN Hb% 26A,15B -note n@Ut H2%,M6% 16A,8,9,10,15B -notebook 'n@UtbUk K6% 2 -notebooks 'n@UtbUks Kj% 2 -notecase 'n@UtkeIs K6$ 2 -notecases 'n@UtkeIsIz Kj$ 3 -noted 'n@UtId Hc%,Hd%,OA% 26A,8,9,10,15B -notepaper 'n@UtpeIp@R L@% 3 -notes n@Uts Ha%,Mj% 16A,8,9,10,15B -noteworthy 'n@Utw3DI OA% 3 -nothing 'nVTIN K6*,Pu* 2 -nothingness 'nVTINn@s L@% 3 -nothings 'nVTINz Kj% 2 -notice 'n@UtIs J2%,M6% 22A,6A,8,9,10,18A,19A -notice-board 'n@UtIs-bOd K6% 3 -notice-boards 'n@UtIs-bOdz Kj% 3 -noticeable 'n@UtIs@bl OA% 4 -noticeably 'n@UtIs@blI Pu% 4 -noticed 'n@UtIst Jc%,Jd% 22A,6A,8,9,10,18A,19A -notices 'n@UtIsIz Ja%,Mj% 32A,6A,8,9,10,18A,19A -noticing 'n@UtIsIN Jb% 32A,6A,8,9,10,18A,19A -notifiable 'n@UtIfaI@bl OA% 5 -notification ,n@UtIfI'keISn M6% 5 -notifications ,n@UtIfI'keISnz Mj% 5 -notified 'n@UtIfaId Hc%,Hd% 36A,11,14 -notifies 'n@UtIfaIz Ha% 36A,11,14 -notify 'n@UtIfaI H3% 36A,11,14 -notifying 'n@UtIfaIIN Hb% 46A,11,14 -noting 'n@UtIN Hb% 26A,8,9,10,15B -notion 'n@USn K6% 2 -notional 'n@USn@l OA% 3 -notions 'n@USnz Kj% 2 -notoriety ,n@Ut@'raI@tI L@% 5 -notorious n@U'tOrI@s OA% 4 -notoriously n@U'tOrI@slI Pu% 5 -notwithstanding ,n0twIT'st&ndIN Pu%,T-%,V-% 4 -nougat 'nugA M6% 2 -nougats 'nugAz Mj$ 2 -nought nOt K6% 1 -noughts nOts Kj% 1 -noun naUn K6% 1 -nouns naUnz Kj% 1 -nourish 'nVrIS H1% 26A -nourished 'nVrISt Hc%,Hd% 26A -nourishes 'nVrISIz Ha% 36A -nourishing 'nVrISIN Hb% 36A -nourishment 'nVrISm@nt L@% 3 -nous naUs L@$ 1 -nouveau riche ,nuv@U 'riS Ki$ 3 -nouveaux riches ,nuv@U 'riS Kj$ 3 -nova 'n@Uv@ K6$ 2 -novae 'n@Uvi Kj$ 2 -novas 'n@Uv@z Kj$ 2 -novel 'n0vl K6%,OA% 2 -novelette ,n0v@l'et K6% 3 -novelettes ,n0v@l'ets Kj% 3 -novelist 'n0v@lIst K6% 3 -novelists 'n0v@lIsts Kj% 3 -novels 'n0vlz Kj% 2 -novelties 'n0vltIz Mj% 3 -novelty 'n0vltI M8% 3 -novice 'n0vIs K6% 2 -novices 'n0vIsIz Kj% 3 -noviciate n@'vISI@t K6% 4 -noviciates n@'vISI@ts Kj$ 4 -novitiate n@'vISI@t K6% 4 -novitiates n@'vISI@ts Kj$ 4 -now naU Pu*,V-* 1 -nowadays 'naU@deIz Pu% 3 -nowhere 'n@Uwe@R Pu% 2 -nowise 'n@UwaIz Pu$ 2 -noxious 'n0kS@s OA% 2 -noxiously 'n0kS@slI Pu% 3 -noxiousness 'n0kS@sn@s L@% 3 -nozzle 'n0zl K6% 2 -nozzles 'n0zlz Kj% 2 -nr nI@R Y~% 2 -nuance 'njuAns K6% 2 -nuances 'njuAnsIz Kj% 3 -nub nVb K6% 1 -nubile 'njubaIl OA% 2 -nubs nVbz Kj$ 1 -nuclear 'njuklI@R OA% 3 -nuclei 'njuklIaI Kj% 3 -nucleic nju'kleIIk OA% 3 -nucleus 'njuklI@s Ki% 3 -nude njud K6%,OA% 1 -nudes njudz Kj% 1 -nudge nVdZ H2%,K6% 16A -nudged nVdZd Hc%,Hd% 16A -nudges 'nVdZIz Ha%,Kj% 26A -nudging 'nVdZIN Hb% 26A -nudism 'njudIz@m L@% 3 -nudist 'njudIst K6% 2 -nudists 'njudIsts Kj% 2 -nudity 'njudItI L@% 3 -nugatory 'njug@t@rI OA$ 4 -nugget 'nVgIt K6% 2 -nuggets 'nVgIts Kj% 2 -nuisance 'njusns K6% 2 -nuisances 'njusnsIz Kj% 3 -null nVl OA% 1 -nullification ,nVlIfI'keISn L@% 5 -nullified 'nVlIfaId Hc%,Hd% 36A -nullifies 'nVlIfaIz Ha% 36A -nullify 'nVlIfaI H3% 36A -nullifying 'nVlIfaIIN Hb% 46A -nullity 'nVlItI L@% 3 -numb nVm H0%,OA% 16A -numbed nVmd Hc%,Hd% 16A -number 'nVmb@R H0%,K6* 22C,6A,14 -numbered 'nVmb@d Hc%,Hd% 22C,6A,14 -numbering 'nVmb@rIN Hb% 32C,6A,14 -numberless 'nVmb@lIs OA% 3 -numberplate 'nVmb@pleIt K6% 3 -numberplates 'nVmb@pleIts Kj% 3 -numbers 'nVmb@z Ha%,Kj% 22C,6A,14 -numbing 'nVmIN Hb% 26A -numbly 'nVmlI Pu% 2 -numbness 'nVmn@s L@% 2 -numbs nVmz Ha% 16A -numerable 'njum@r@bl OA$ 4 -numeracy 'njum@r@sI L@% 4 -numeral 'njum@r@l K6%,OA% 3 -numerals 'njum@r@lz Kj% 3 -numerate 'njum@r@t OA% 3 -numeration ,njum@'reISn M6$ 4 -numerations ,njum@'reISnz Mj$ 4 -numerator 'njum@reIt@R K6$ 4 -numerators 'njum@reIt@z Kj$ 4 -numeric nju'merIk OA% 3 -numerical nju'merIkl OA% 4 -numerically nju'merIklI Pu% 4 -numerous 'njum@r@s OA% 3 -numinous 'njumIn@s OA$ 3 -numismatics ,njumIz'm&tIks Lk$ 4 -numismatist nju'mIzm@tIst K6$ 4 -numismatists nju'mIzm@tIsts Kj$ 4 -numskull 'nVmskVl K6% 2 -numskulls 'nVmskVlz Kj% 2 -nun nVn K6% 1 -nuncio 'nVnsI@U K6$ 3 -nuncios 'nVnsI@Uz Kj$ 3 -nunneries 'nVn@rIz Kj% 3 -nunnery 'nVn@rI K8% 3 -nuns nVnz Kj% 1 -nuptial 'nVpSl OA% 2 -nuptials 'nVpSlz Kj% 2 -nurse n3s H2%,M6% 16A -nursed n3st Hc%,Hd% 16A -nurseling 'n3slIN K6% 2 -nurselings 'n3slINz Kj% 2 -nursemaid 'n3smeId K6% 2 -nursemaids 'n3smeIdz Kj% 2 -nurseries 'n3s@rIz Kj% 3 -nursery 'n3s@rI K8% 3 -nurseryman 'n3s@rIm@n Ki% 4 -nurserymen 'n3s@rIm@n Kj% 4 -nurses 'n3sIz Ha%,Mj% 26A -nursing 'n3sIN Hb% 26A -nursing-home 'n3sIN-h@Um K6% 3 -nursing-homes 'n3sIN-h@Umz Kj% 3 -nursling 'n3slIN K6% 2 -nurslings 'n3slINz Kj% 2 -nurture 'n3tS@R H2%,L@% 2 -nurtured 'n3tS@d Hc%,Hd% 2 -nurtures 'n3tS@z Ha% 2 -nurturing 'n3tS@rIN Hb% 3 -nut nVt I4%,K6% 1 -nut-brown 'nVt-braUn OA% 2 -nut-butter nVt-'bVt@R M6$ 3 -nut-butters nVt-'bVt@z Mj$ 3 -nutcrackers 'nVtkr&k@z Kj% 3 -nuthouse 'nVthaUs K6% 2 -nuthouses 'nVthaUzIz Kj$ 3 -nutmeg 'nVtmeg M6% 2 -nutmegs 'nVtmegz Mj$ 2 -nutria 'njutrI@ L@$ 3 -nutrient 'njutrI@nt K6%,OA% 3 -nutrients 'njutrI@nts Kj% 3 -nutriment 'njutrIm@nt K6% 3 -nutriments 'njutrIm@nts Kj% 3 -nutrition nju'trISn L@% 3 -nutritional nju'trIS@nl OA% 4 -nutritionally nju'trISn@lI Pu% 4 -nutritious nju'trIS@s OA% 3 -nutritive 'njutrItIv OA$ 3 -nuts nVts Ia$,Kj%,OA% 1 -nutshell 'nVt+Sel K6% 2 -nutshells 'nVt+Selz Kj% 2 -nutted 'nVtId Ic%,Id% 2 -nuttier 'nVtI@R Or% 3 -nuttiest 'nVtIIst Os% 3 -nutting 'nVtIN Ib$ 2 -nutty 'nVtI OD% 2 -nuzzle 'nVzl J2% 22C,6A -nuzzled 'nVzld Jc%,Jd% 22C,6A -nuzzles 'nVzlz Ja% 22C,6A -nuzzling 'nVzlIN Jb% 22C,6A -nylon 'naIl0n M6% 2 -nylons 'naIl0nz Mj% 2 -nymph nImf K6% 1 -nymphet nIm'fet K6$ 2 -nymphets nIm'fets Kj$ 2 -nympho 'nImf@U K6% 2 -nymphomania ,nImf@'meInI@ L@% 5 -nymphomaniac ,nImf@'meInI&k K6%,OA% 5 -nymphomaniacs ,nImf@'meInI&ks Kj% 5 -nymphos 'nImf@Uz Kj% 2 -nymphs nImfs Kj% 1 -o @U Ki$ 1 -o'clock @'kl0k Z-% 2 -o'er OR Pu$,T-$ 1 -o's @Uz Kj$ 1 -oaf @Uf K6% 1 -oafish '@UfIS OA% 2 -oafs @Ufs Kj% 1 -oak @Uk M6% 1 -oak-apple '@Uk-&pl K6% 3 -oak-apples '@Uk-&plz Kj% 3 -oaken '@Uk@n OA% 2 -oaks @Uks Mj% 1 -oakum '@Uk@m L@$ 2 -oar OR K6% 1 -oars Oz Kj% 1 -oarsman 'Ozm@n Ki% 2 -oarsmanship 'Ozm@nSIp L@% 3 -oarsmen 'Ozm@n Kj% 2 -oarswoman 'OzwUm@n Ki% 3 -oarswomen 'OzwImIn Kj% 3 -oases @U'eIsiz Kj% 3 -oasis @U'eIsIs Ki% 3 -oast @Ust K6$ 1 -oasthouse '@UsthaUs K6% 2 -oasthouses '@UsthaUzIz Kj% 3 -oasts @Usts Kj$ 1 -oat @Ut K6% 1 -oatcake '@UtkeIk K6% 2 -oatcakes '@UtkeIks Kj% 2 -oath @UT K6% 1 -oaths @UDz Kj% 1 -oatmeal '@Utmil L@% 2 -oats @Uts Kj% 1 -oaves @Uvz Kj$ 1 -ob 0b Y~% 1 -obbligato ,0blI'gAt@U K6$ 4 -obbligatos ,0blI'gAt@Uz Kj$ 4 -obduracy '0bdjU@r@sI L@% 4 -obdurate '0bdjU@r@t OA% 3 -obdurately '0bdjU@r@tlI Pu% 4 -obedience @'bidI@ns L@% 4 -obedient @'bidI@nt OA% 4 -obediently @'bidI@ntlI Pu% 5 -obeisance @U'beIsns M6$ 3 -obeisances @U'beIsnsIz Mj$ 4 -obelisk '0b@lIsk K6% 3 -obelisks '0b@lIsks Kj% 3 -obese @U'bis OA% 2 -obesity @U'bisItI L@% 4 -obey @'beI J0% 22A,6A -obeyed @'beId Jc%,Jd% 22A,6A -obeying @'beIIN Jb% 32A,6A -obeys @'beIz Ja% 22A,6A -obfuscate '0bf@skeIt H2$ 36A -obfuscated '0bf@skeItId Hc$,Hd$ 46A -obfuscates '0bf@skeIts Ha$ 36A -obfuscating '0bf@skeItIN Hb$ 46A -obi '@UbI K6$ 2 -obis '@UbIz Kj$ 2 -obiter dicta ,0bIt@ 'dIkt@ Kj$ 5 -obiter dictum ,0bIt@ 'dIkt@m Ki$ 5 -obituaries @'bItSU@rIz Kj% 5 -obituary @'bItSU@rI K8% 5 -object '0bdZIkt K6% 2 -object @b'dZekt J0% 22A,3A,9 -objected @b'dZektId Jc%,Jd% 32A,3A,9 -objecting @b'dZektIN Jb% 32A,3A,9 -objection @b'dZekSn M6% 3 -objectionable @b'dZekSn@bl OA% 4 -objectionably @b'dZekSn@blI Pu% 5 -objections @b'dZekSnz Mj% 3 -objective @b'dZektIv K6%,OA% 3 -objectively @b'dZektIvlI Pu% 4 -objectives @b'dZektIvz Kj% 3 -objectivity ,0bdZek'tIvItI L@% 5 -objector @b'dZekt@R K6% 3 -objectors @b'dZekt@z Kj% 3 -objects '0bdZIkts Kj% 2 -objects @b'dZekts Ja% 22A,3A,9 -objurgate '0bdZ@geIt H2$ 36A -objurgated '0bdZ@geItId Hc$,Hd$ 46A -objurgates '0bdZ@geIts Ha$ 36A -objurgating '0bdZ@geItIN Hb$ 46A -objurgation ,0bdZ@'geISn M6$ 4 -objurgations ,0bdZ@'geISnz Mj$ 4 -oblate '0bleIt OA$ 2 -oblation @'bleISn K6$ 3 -oblations @'bleISnz Kj$ 3 -obligate '0blIgeIt H2% 317 -obligated '0blIgeItId Hc%,Hd% 417 -obligates '0blIgeIts Ha% 317 -obligating '0blIgeItIN Hb$ 417 -obligation ,0blI'geISn K6% 4 -obligations ,0blI'geISnz Kj% 4 -obligatory @'blIg@trI OA% 4 -oblige @'blaIdZ H2% 26A,14,17 -obliged @'blaIdZd Hc%,Hd% 26A,14,17 -obliges @'blaIdZIz Ha% 36A,14,17 -obliging @'blaIdZIN Hb%,OA% 36A,14,17 -obligingly @'blaIdZINlI Pu% 4 -oblique @'blik OA% 2 -obliquely @'bliklI Pu% 3 -obliquities @'blIkwItIz Mj$ 4 -obliquity @'blIkwItI M8$ 4 -obliterate @'blIt@reIt H2% 46A -obliterated @'blIt@reItId Hc%,Hd% 56A -obliterates @'blIt@reIts Ha% 46A -obliterating @'blIt@reItIN Hb% 56A -obliteration @,blIt@'reISn L@% 5 -oblivion @'blIvI@n L@% 4 -oblivious @'blIvI@s OA% 4 -oblong '0bl0N K6%,OA% 2 -oblongs '0bl0Nz Kj% 2 -obloquy '0bl@kwI L@$ 3 -obnoxious @b'n0kS@s OA% 3 -obnoxiously @b'n0kS@slI Pu% 4 -obnoxiousness @b'n0kS@sn@s L@% 4 -oboe '@Ub@U K6% 2 -oboes '@Ub@Uz Kj% 2 -oboist '@Ub@UIst K6% 3 -oboists '@Ub@UIsts Kj% 3 -obscene @b'sin OA% 2 -obscenely @b'sinlI Pu% 3 -obscenities @b'senItIz Mj% 4 -obscenity @b'senItI M8% 4 -obscurantism ,0bskjU'r&ntIz@m L@$ 5 -obscurantist ,0bskjU'r&ntIst K6$ 4 -obscurantists ,0bskjU'r&ntIsts Kj$ 4 -obscure @b'skjU@R H2%,OA% 26A -obscured @b'skjU@d Hc%,Hd% 26A -obscurely @b'skjU@lI Pu% 3 -obscures @b'skjU@z Ha% 26A -obscuring @b'skjU@rIN Hb% 36A -obscurities @b'skjU@rItIz Mj% 4 -obscurity @b'skjU@rItI M8% 4 -obsequies '0bsIkwIz Kj$ 3 -obsequious @b'sikwI@s OA% 4 -obsequiously @b'sikwI@slI Pu% 5 -obsequiousness @b'sikwI@sn@s L@% 5 -observable @b'z3v@bl OA% 4 -observably @b'z3v@blI Pu% 4 -observance @b'z3v@ns M6% 3 -observances @b'z3v@nsIz Mj% 4 -observant @b'z3v@nt OA% 3 -observantly @b'z3v@ntlI Pu% 4 -observation ,0bz@'veISn M6% 4 -observations ,0bz@'veISnz Mj% 4 -observatories @b'z3v@trIz Kj% 4 -observatory @b'z3v@trI K8% 4 -observe @b'z3v J2% 22A,6A,8,9,10,18A,19A,25 -observed @b'z3vd Jc%,Jd% 22A,6A,8,9,10,18A,19A,25 -observer @b'z3v@R K6% 3 -observers @b'z3v@z Kj% 3 -observes @b'z3vz Ja% 22A,6A,8,9,10,18A,19A,25 -observing @b'z3vIN Jb%,OA% 32A,6A,8,9,10,18A,19A,25 -observingly @b'z3vINlI Pu$ 4 -obsess @b'ses H1$ 26A -obsessed @b'sest Hc$,Hd% 26A -obsesses @b'sesIz Ha$ 36A -obsessing @b'sesIN Hb$ 36A -obsession @b'seSn M6% 3 -obsessional @b'seS@nl OA% 4 -obsessionally @b'seSn@lI Pu% 4 -obsessions @b'seSnz Mj% 3 -obsessive @b'sesIv OA% 3 -obsessively @b'sesIvlI Pu% 4 -obsidian @b'sIdI@n L@$ 4 -obsolescence ,0bs@'lesns L@% 4 -obsolescent ,0bs@'lesnt OA% 4 -obsolete '0bs@lit OA% 3 -obstacle '0bst@kl K6% 3 -obstacles '0bst@klz Kj% 3 -obstetric @b'stetrIk OA% 3 -obstetrical @b'stetrIkl OA$ 4 -obstetrician ,0bstI'trISn K6% 4 -obstetricians ,0bstI'trISnz Kj% 4 -obstetrics @b'stetrIks Lk% 3 -obstinacy '0bstIn@sI L@% 4 -obstinate '0bstIn@t OA% 3 -obstinately '0bstIn@tlI Pu% 4 -obstreperous @b'strep@r@s OA% 4 -obstreperously @b'strep@r@slI Pu% 5 -obstreperousness @b'strep@r@sn@s L@% 5 -obstruct @b'strVkt H0% 26A -obstructed @b'strVktId Hc%,Hd% 36A -obstructing @b'strVktIN Hb% 36A -obstruction @b'strVkSn M6% 3 -obstructionism @b'strVkS@nIz@m L@$ 5 -obstructionist @b'strVkS@nIst K6$ 4 -obstructionists @b'strVkS@nIsts Kj$ 4 -obstructions @b'strVkSnz Mj% 3 -obstructive @b'strVktIv OA% 3 -obstructively @b'strVktIvlI Pu% 4 -obstructs @b'strVkts Ha% 26A -obtain @b'teIn J0% 22A,6A -obtainable @b'teIn@bl OA% 4 -obtained @b'teInd Jc%,Jd% 22A,6A -obtaining @b'teInIN Jb% 32A,6A -obtains @b'teInz Ja% 22A,6A -obtrude @b'trud J2% 22A,14 -obtruded @b'trudId Jc%,Jd% 32A,14 -obtrudes @b'trudz Ja% 22A,14 -obtruding @b'trudIN Jb% 32A,14 -obtrusive @b'trusIv OA% 3 -obtrusively @b'trusIvlI Pu% 4 -obtuse @b'tjus OA% 2 -obtusely @b'tjuslI Pu% 3 -obtuseness @b'tjusn@s L@% 3 -obverse '0bv3s K6% 2 -obverses '0bv3sIz Kj$ 3 -obviate '0bvIeIt H2% 36A -obviated '0bvIeItId Hc%,Hd% 46A -obviates '0bvIeIts Ha% 36A -obviating '0bvIeItIN Hb% 46A -obvious '0bvI@s OA% 3 -obviously '0bvI@slI Pu% 4 -obviousness '0bvI@sn@s L@% 4 -ocarina ,0k@'rin@ K6$ 4 -ocarinas ,0k@'rin@z Kj$ 4 -occasion @'keIZn H0%,M6% 36A,12A,13A -occasional @'keIZ@nl OA% 4 -occasionally @'keIZ@n@lI Pu% 5 -occasioned @'keIZnd Hc%,Hd% 36A,12A,13A -occasioning @'keIZnIN Hb% 46A,12A,13A -occasions @'keIZnz Ha%,Mj% 36A,12A,13A -occult 0'kVlt Ki%,OA% 2 -occupancies '0kjUp@nsIz Kj% 4 -occupancy '0kjUp@nsI K8% 4 -occupant '0kjUp@nt K6% 3 -occupants '0kjUp@nts Kj% 3 -occupation ,0kjU'peISn M6% 4 -occupational ,0kjU'peISn@l OA% 5 -occupations ,0kjU'peISnz Mj% 4 -occupied '0kjUpaId Hc%,Hd% 36A -occupier '0kjUpaI@R K6% 4 -occupiers '0kjUpaI@z Kj% 4 -occupies '0kjUpaIz Ha% 36A -occupy '0kjUpaI H3% 36A -occupying '0kjUpaIIN Hb% 46A -occur @'k3R I4% 22A,2C,3A -occurred @'k3d Ic%,Id% 22A,2C,3A -occurrence @'kVr@ns M6% 3 -occurrences @'kVr@nsIz Mj% 4 -occurring @'k3rIN Ib% 32A,2C,3A -occurs @'k3z Ia% 22A,2C,3A -ocean '@USn K6% 2 -oceanic ,@USI'&nIk OA% 4 -oceans '@USnz Kj% 2 -ochre '@Uk@R L@$ 2 -octagon '0kt@g@n K6% 3 -octagonal 0k't&g@nl OA% 4 -octagons '0kt@g@nz Kj% 3 -octane '0kteIn L@% 2 -octave '0ktIv K6% 2 -octaves '0ktIvz Kj% 2 -octavo 0k'teIv@U K6$ 3 -octavos 0k'teIv@Uz Kj$ 3 -octet 0k'tet K6% 2 -octets 0k'tets Kj% 2 -octette 0k'tet K6$ 2 -octettes 0k'tets Kj$ 2 -octogenarian ,0kt@dZI'ne@rI@n K6$,OA$ 6 -octogenarians ,0kt@dZI'ne@rI@nz Kj$ 6 -octopus '0kt@p@s K7% 3 -octopuses '0kt@p@sIz Kj% 4 -octroi '0ktrwA K6$ 2 -octrois '0ktrwAz Kj$ 2 -ocular '0kjUl@R OA% 3 -oculist '0kjUlIst K6% 3 -oculists '0kjUlIsts Kj% 3 -odalisque '@Ud@lIsk K6$ 3 -odalisques '@Ud@lIsks Kj$ 3 -odd 0d OC% 1 -odd-job 0d-'dZ0b Oq% 2 -odder '0d@R Or% 2 -oddest '0dIst Os% 2 -oddities '0dItIz Mj% 3 -oddity '0dItI M8% 3 -oddly '0dlI Pu% 2 -oddment '0dm@nt K6% 2 -oddments '0dm@nts Kj% 2 -odds 0dz Kj% 1 -odds-on 0dz-'0n OA%,Pu% 2 -ode @Ud K6% 1 -odes @Udz Kj% 1 -odious '@UdI@s OA% 3 -odiously '@UdI@slI Pu% 4 -odium '@UdI@m L@% 3 -odoriferous ,@Ud@'rIf@r@s OA$ 5 -odorous '@Ud@r@s OA% 3 -odour '@Ud@R M6% 2 -odourless '@Ud@l@s OA% 3 -odours '@Ud@z Mj% 2 -odyssey '0dIsI K6% 3 -odysseys '0dIsIz Kj% 3 -oecumenical ,ikju'menIkl OA$ 5 -oesophagus i's0f@g@s K7% 4 -oesophaguses i's0f@g@sIz Kj$ 5 -of 0v T-* 1 -off 0f OA%,P+*,T-*,U-* 1 -off-day '0f-deI K6% 2 -off-days '0f-deIz Kj$ 2 -off-licence '0f-laIsns K6% 3 -off-licences '0f-laIsnsIz Kj% 4 -off-peak '0f-pik Oq% 2 -off-putting ,0f-'pUtIN OA% 3 -off-scourings '0f-skaU@rINz Kj$ 4 -off-street '0f-strit Oq$ 2 -off-white ,0f-'waIt OA% 2 -offal '0fl L@% 2 -offbeat ,0f'bit OA% 2 -offence @'fens M6% 2 -offenceless @'fensl@s OA$ 3 -offences @'fensIz Mj% 3 -offend @'fend J0% 23A,6A -offended @'fendId Jc%,Jd% 33A,6A -offender @'fend@R K6% 3 -offenders @'fend@z Kj% 3 -offending @'fendIN Jb% 33A,6A -offends @'fendz Ja% 23A,6A -offensive @'fensIv K6%,OA% 3 -offensively @'fensIvlI Pu% 4 -offensiveness @'fensIvn@s L@% 4 -offensives @'fensIvz Kj% 3 -offer '0f@R J0%,K6% 22A,6A,7A,12A,13A,14,15B -offered '0f@d Jc%,Jd% 22A,6A,7A,12A,13A,14,15B -offering '0f@rIN Jb%,M6% 32A,6A,7A,12A,13A,14,15B -offerings '0f@rINz Mj% 3 -offers '0f@z Ja%,Kj% 22A,6A,7A,12A,13A,14,15B -offertories '0f@trIz Kj$ 3 -offertory '0f@trI K8$ 3 -offhand ,0f'h&nd OA%,Pu% 2 -offhanded ,0f'h&ndId OA%,Pu% 3 -offhandedly ,0f'h&ndIdlI OA%,Pu% 4 -office '0fIs K6* 2 -office-bearer '0fIs-be@r@R K6% 4 -office-bearers '0fIs-be@r@z Kj% 4 -office-block '0fIs-bl0k K6% 3 -office-blocks '0fIs-bl0ks Kj% 3 -office-boy '0fIs-boI K6% 3 -office-boys '0fIs-boIz Kj% 3 -office-holder '0fIs-h@Uld@R K6% 4 -office-holders '0fIs-h@Uld@z Kj% 4 -officer '0fIs@R K6% 3 -officers '0fIs@z Kj% 3 -offices '0fIsIz Kj% 3 -official @'fISl K6%,OA% 3 -officialdom @'fISld@m K6% 4 -officialdoms @'fISld@mz Kj$ 4 -officialese @,fIS@'liz L@$ 4 -officially @'fIS@lI Pu% 4 -officials @'fISlz Kj% 3 -officiate @'fISIeIt I2% 42A,2C,3A -officiated @'fISIeItId Ic%,Id% 52A,2C,3A -officiates @'fISIeIts Ia% 42A,2C,3A -officiating @'fISIeItIN Ib% 52A,2C,3A -officious @'fIS@s OA% 3 -officiously @'fIS@slI Pu% 4 -officiousness @'fIS@sn@s L@% 4 -offing '0fIN Ki% 2 -offish '0fIS OA$ 2 -offprint '0fprInt K6% 2 -offprints '0fprInts Kj% 2 -offset '0fset H5%,Hc%,Hd%,L@% 26A,14 -offsets '0fsets Ha% 26A,14 -offsetting 0f'setIN Hb% 36A,14 -offshoot '0fSut K6% 2 -offshoots '0fSuts Kj% 2 -offshore ,0f'SOR OA% 2 -offside 0f'saId Oq%,Pu% 2 -offspring '0fsprIN K9% 2 -offstage 0f'steIdZ OA%,Pu% 2 -oft 0ft Pu$ 1 -oft-times '0f-taImz Pu$ 2 -often '0fn Pu* 2 -oftener '0fn@R Pu% 2 -ogle '@Ugl J2% 23A,6A -ogled '@Ugld Jc%,Jd% 23A,6A -ogles '@Uglz Ja% 23A,6A -ogling '@UglIN Jb% 23A,6A -ogre '@Ug@R K6% 2 -ogreish '@Ug@rIS OA$ 3 -ogres '@Ug@z Kj% 2 -ogress '@Ugres K7$ 2 -ogresses '@UgresIz Kj$ 3 -oh @U W-% 1 -ohm @Um K6$ 1 -ohms @Umz Kj$ 1 -oho @U'h@U W-$ 2 -oil oIl H0%,M6% 16A -oil-bearing 'oIl-be@rIN OA% 3 -oil-burner 'oIl-b3n@R K6% 3 -oil-burners 'oIl-b3n@z Kj% 3 -oil-cake 'oIl-keIk L@$ 2 -oil-colours 'oIl-kVl@z Kj% 3 -oil-painting 'oIl-peIntIN M6% 3 -oil-paintings 'oIl-peIntINz Mj% 3 -oil-palm 'oIl-pAm K6% 2 -oil-palms 'oIl-pAmz Kj% 2 -oil-paper 'oIl-peIp@R L@$ 3 -oil-rig 'oIl-rIg K6% 2 -oil-rigs 'oIl-rIgz Kj% 2 -oil-silk 'oIl-sIlk L@$ 2 -oil-slick 'oIl-slIk K6% 2 -oil-slicks 'oIl-slIks Kj% 2 -oil-tanker 'oIl-t&Nk@R K6% 3 -oil-tankers 'oIl-t&Nk@z Kj% 3 -oil-well 'oIl-wel K6% 2 -oil-wells 'oIl-welz Kj% 2 -oilcan 'oIlk&n K6% 2 -oilcans 'oIlk&nz Kj% 2 -oilcloth 'oIlkl0T L@% 2 -oiled oIld Hc%,Hd%,OA% 16A -oiler 'oIl@R K6$ 2 -oilers 'oIl@z Kj$ 2 -oilfield 'oIlfild K6% 2 -oilfields 'oIlfildz Kj% 2 -oilfired 'oIlfaI@d OA% 2 -oilier 'oIlI@R Or% 3 -oiliest 'oIlIIst Os% 3 -oiliness 'oIlIn@s L@% 3 -oiling 'oIlIN Hb% 26A -oils oIlz Ha%,Mj% 16A -oilskin 'oIlskIn M6% 2 -oilskins 'oIlskInz Mj% 2 -oily 'oIlI OD% 2 -ointment 'oIntm@nt M6% 2 -ointments 'oIntm@nts Mj% 2 -okapi @U'kApI K6$ 3 -okapis @U'kApIz Kj$ 3 -okay ,@U'keI H0%,Ki%,OA%,Pu% 26A -okayed ,@U'keId Hc%,Hd% 26A -okaying ,@U'keIIN Hb$ 36A -okays ,@U'keIz Ha% 26A -okra '@Ukr@ L@$ 2 -old @Uld L@%,OC* 1 -old-fashioned @Ul-'f&Snd OA% 3 -old-maidish @Ul-'meIdIS OA% 3 -old-time '@Ul-taIm OA% 2 -old-timer @Ul-'taIm@R K6% 3 -old-timers @Ul-'taIm@z Kj% 3 -old-womanish @Ul-'wUm@nIS OA% 4 -old-world '@Uld-w3ld OA% 2 -olden '@Uld@n OA% 2 -older '@Uld@R Or% 2 -oldest '@UldIst Os% 2 -oldish '@UldIS OA% 2 -oldster '@Uldst@R K6% 2 -oldsters '@Uldst@z Kj% 2 -oleaginous ,@UlI'&dZIn@s OA$ 5 -oleander ,@UlI'&nd@R K6$ 4 -oleanders ,@UlI'&nd@z Kj$ 4 -olfactory 0l'f&kt@rI OA$ 4 -oligarch '0lIgAk K6$ 3 -oligarchies '0lIgAkIz Mj$ 4 -oligarchs '0lIgAks Kj$ 3 -oligarchy '0lIgAkI M8$ 4 -olive '0lIv K6%,OA% 2 -olive-tree '0lIv-tri K6% 3 -olive-trees '0lIv-triz Kj% 3 -olives '0lIvz Kj% 2 -ombudsman '0mbUdzm&n Ki% 3 -ombudsmen '0mbUdzmen Kj% 3 -omega '@UmIg@ K6% 3 -omegas '@UmIg@z Kj$ 3 -omelet '0mlIt K6$ 2 -omelets '0mlIts Kj$ 2 -omelette '0mlIt K6% 2 -omelettes '0mlIts Kj% 2 -omen '@Umen H0$,M6% 26A -omened '@Umend Hc$,Hd% 26A -omening '@UmenIN Hb$ 36A -omens '@Umenz Ha$,Mj% 26A -ominous '0mIn@s OA% 3 -ominously '0mIn@slI Pu% 4 -omission @'mISn M6% 3 -omissions @'mISnz Mj% 3 -omit @'mIt H4% 26A,6C,7A -omits @'mIts Ha% 26A,6C,7A -omitted @'mItId Hc%,Hd% 36A,6C,7A -omitting @'mItIN Hb% 36A,6C,7A -omnibus '0mnIb@s K7% 3 -omnibuses '0mnIb@sIz Kj% 4 -omnipotence 0m'nIp@t@ns L@% 4 -omnipotent 0m'nIp@t@nt OA% 4 -omniscience 0m'nIsI@ns L@% 4 -omniscient 0m'nIsI@nt OA% 4 -omnivorous 0m'nIv@r@s OA% 4 -on 0n P+*,T-* 1 -on to '0n t@ T-% 2 -on-licence '0n-laIsns K6$ 3 -on-licences '0n-laIsnsIz Kj$ 4 -once wVns Pu* 1 -oncoming '0nkVmIN Ki%,OA% 3 -one wVn K6%,OA*,Qx* 1 -one-armed 'wVn-Amd OA% 2 -one-eyed 'wVn-aId OA% 2 -one-horse 'wVn-hOs OA% 2 -one-idea'd wVn-aI'dI@d OA$ 4 -one-sided wVn-'saIdId OA% 3 -one-step 'wVn-step K6$ 2 -one-steps 'wVn-steps Kj$ 2 -one-time 'wVn-taIm OA% 2 -one-upmanship wVn-'Vpm@nSIp L@% 4 -oneness 'wVn+nIs L@% 2 -onerous '0n@r@s OA% 3 -onerously '0n@r@slI Pu% 4 -ones wVnz Kj% 1 -oneself wVn'self Qx% 2 -ongoing '0ng@UIN OA% 3 -onion 'VnI@n M6% 2 -onions 'VnI@nz Mj% 2 -onlooker '0nlUk@R K6% 3 -onlookers '0nlUk@z Kj% 3 -only '@UnlI OA*,Pu*,V-* 2 -onomatopoeia ,0n@,m&t@'pI@ L@$ 6 -onrush '0nrVS K7% 2 -onrushes '0nrVSIz Kj$ 3 -onset '0nset K6% 2 -onsets '0nsets Kj$ 2 -onshore '0nSOR OA%,Pu% 2 -onslaught '0nslOt K6% 2 -onslaughts '0nslOts Kj% 2 -onto '0nt@ T-% 2 -ontologies 0n't0l@dZIz Mj$ 4 -ontology 0n't0l@dZI M8$ 4 -onus '@Un@s Ki% 2 -onward '0nw@d OA%,Pu% 2 -onwards '0nw@dz Pu% 2 -onyx '0nIks L@$ 2 -oodles 'udlz Kj% 2 -oomph Umf L@$ 1 -ooze uz J2%,L@% 12C,6A -oozed uzd Jc%,Jd% 12C,6A -oozes 'uzIz Ja% 22C,6A -oozier 'uzI@R Or$ 3 -ooziest 'uzIIst Os$ 3 -oozing 'uzIN Jb% 22C,6A -oozy 'uzI OD$ 2 -op 0p Y~% 1 -op art '0p At L@$ 2 -op cit ,0p 'sIt Y~% 2 -opacity @U'p&sItI L@% 4 -opal '@Upl K6% 2 -opalescent ,@Up@'lesnt OA% 4 -opals '@Uplz Kj% 2 -opaque @U'peIk OA% 2 -opaquely @U'peIklI Pu% 3 -opaqueness @U'peIkn@s L@% 3 -open '@Up@n J0*,L@%,OA* 22A,2C,3A,6A,12C,14,15A,15B,16A -open-air '@Up@n-e@R Oq% 3 -open-ended ,@Up@n-'endId OA% 4 -open-eyed ,@Up@n-'aId OA% 3 -open-handed ,@Up@n-'h&ndId OA% 4 -open-hearted ,@Up@n-'hAtId OA% 4 -open-minded @Up@n-'maIndId OA% 4 -open-mouthed ,@Up@n-'maUDd OA% 3 -opencast '@Up@nkAst OA% 3 -opened '@Up@nd Jc%,Jd% 22A,2C,3A,6A,12C,14,15A,15B,16A -opener '@Up@n@R K6% 3 -openers '@Up@n@z Kj% 3 -opening '@Up@nIN Jb%,K6%,OA% 32A,2C,3A,6A,12C,14,15A,15B,16A -openings '@Up@nINz Kj% 3 -openly '@Up@nlI Pu% 3 -openness '@Up@n+n@s L@% 3 -opens '@Up@nz Ja% 22A,2C,3A,6A,12C,14,15A,15B,16A -openwork '@Up@nw3k L@$ 3 -opera '0p@r@ Kj$ 3 -opera '0pr@ M6% 2 -opera-cloak '0p@r@-kl@Uk K6% 4 -opera-cloaks '0p@r@-kl@Uks Kj% 4 -opera-glasses '0p@r@-glAsIz Kj% 5 -opera-hat '0p@r@-h&t K6$ 4 -opera-hats '0p@r@-h&ts Kj$ 4 -opera-house '0p@r@-haUs K6% 4 -opera-houses '0p@r@-haUzIz Kj% 5 -operable '0p@r@bl OA% 4 -operas '0pr@z Mj% 2 -operate '0p@reIt J2% 32A,2C,3A,4A,6A -operated '0p@reItId Jc%,Jd% 42A,2C,3A,4A,6A -operates '0p@reIts Ja% 32A,2C,3A,4A,6A -operatic ,0p@'r&tIk OA% 4 -operating '0p@reItIN Jb% 42A,2C,3A,4A,6A -operating-table '0p@reItIN-teIbl K6% 6 -operating-tables '0p@reItIN-teIblz Kj% 6 -operating-theatre '0p@reItIN-TI@t@R K6% 7 -operating-theatres '0p@reItIN-TI@t@z Kj% 7 -operation ,0p@'reISn M6% 4 -operational ,0p@'reISn@l OA% 4 -operations ,0p@'reISnz Mj% 4 -operative '0p@r@tIv K6%,OA% 4 -operatives '0p@r@tIvz Kj% 4 -operator '0p@reIt@R K6% 4 -operators '0p@reIt@z Kj% 4 -operetta ,0p@'ret@ K6% 4 -operettas ,0p@'ret@z Kj% 4 -ophthalmia 0f'T&lmI@ L@$ 4 -ophthalmic 0f'T&lmIk OA% 3 -ophthalmoscope 0f'T&lm@sk@Up K6% 4 -ophthalmoscopes 0f'T&lm@sk@Ups Kj% 4 -opiate '@UpI@t K6$ 3 -opiates '@UpI@ts Kj$ 3 -opine @'paIn H2$ 29 -opined @'paInd Hc$,Hd$ 29 -opines @'paInz Ha$ 29 -opining @'paInIN Hb$ 39 -opinion @'pInI@n M6% 3 -opinionated @'pInI@neItId OA% 5 -opinionative @'pInI@n@tIv OA$ 5 -opinions @'pInI@nz Mj% 3 -opium '@UpI@m L@% 3 -opium-den '@UpI@m-den K6% 4 -opium-dens '@UpI@m-denz Kj% 4 -opossum @'p0s@m K6$ 3 -opossums @'p0s@mz Kj$ 3 -opp 0p Y~$ 1 -opponent @'p@Un@nt K6% 3 -opponents @'p@Un@nts Kj% 3 -opportune '0p@tjun OA% 3 -opportunely '0p@tjunlI Pu% 4 -opportunism ,0p@'tjunIz@m L@% 5 -opportunist ,0p@'tjunIst K6% 4 -opportunists ,0p@'tjunIsts Kj% 4 -opportunities ,0p@'tjunItIz Mj% 5 -opportunity ,0p@'tjunItI M8% 5 -oppose @'p@Uz H2% 26A,14 -opposed @'p@Uzd Hc%,Hd% 26A,14 -opposes @'p@UzIz Ha% 36A,14 -opposing @'p@UzIN Hb% 36A,14 -opposite '0p@zIt K6%,OA% 3 -opposites '0p@zIts Kj% 3 -opposition ,0p@'zISn L@% 4 -oppress @'pres H1% 26A -oppressed @'prest Hc%,Hd% 26A -oppresses @'presIz Ha% 36A -oppressing @'presIN Hb% 36A -oppression @'preSn M6% 3 -oppressions @'preSnz Mj% 3 -oppressive @'presIv OA% 3 -oppressively @'presIvlI Pu% 4 -oppressor @'pres@R K6% 3 -oppressors @'pres@z Kj% 3 -opprobrious @'pr@UbrI@s OA$ 4 -opprobriously @'pr@UbrI@slI Pu$ 5 -opprobrium @'pr@UbrI@m L@% 4 -oppugn @'pjun H0$ 26A -oppugned @'pjund Hc$,Hd$ 26A -oppugning @'pjunIN Hb$ 36A -oppugns @'pjunz Ha$ 26A -opt 0pt I0% 13A -optative '0pt@tIv K6$,OA$ 3 -optatives '0pt@tIvz Kj$ 3 -opted '0ptId Ic%,Id% 23A -optic '0ptIk OA% 2 -optical '0ptIkl OA% 3 -optically '0ptIklI Pu% 3 -optician 0p'tISn K6% 3 -opticians 0p'tISnz Kj% 3 -optics '0ptIks Lk% 2 -optimal '0ptIml OA% 3 -optimally '0ptIm@lI Pu% 4 -optimism '0ptImIz@m L@% 4 -optimist '0ptImIst K6% 3 -optimistic ,0ptI'mIstIk OA% 4 -optimistically ,0ptI'mIstIklI Pu% 5 -optimists '0ptImIsts Kj% 3 -optimum '0ptIm@m K6% 3 -optimums '0ptIm@mz Kj$ 3 -opting '0ptIN Ib% 23A -option '0pSn M6% 2 -optional '0pSn@l OA% 3 -optionally '0pSn@lI Pu% 4 -options '0pSnz Mj% 2 -opts 0pts Ia% 13A -opulence '0pjUl@ns L@% 3 -opulent '0pjUl@nt OA% 3 -opulently '0pjul@ntlI Pu% 4 -opus '@Up@s Ki% 2 -or OR V-* 1 -oracle '0r@kl K6% 3 -oracles '0r@klz Kj% 3 -oracular @'r&kjUl@R OA% 4 -oral 'Or@l K6$,OA% 2 -orally 'Or@lI Pu% 3 -orals 'Or@lz Kj$ 2 -orang-outan O,r&N-u't&n K6$ 4 -orang-outang O,r&N-u't&N K6$ 4 -orang-outangs O,r&N-u't&Nz Kj$ 4 -orang-outans O,r&N-u't&nz Kj$ 4 -orang-utan O,r&N-u't&n K6$ 4 -orang-utans O,r&N-u't&nz Kj$ 4 -orange '0rIndZ M6%,OA% 2 -orangeade ,0rIndZ'eId L@% 3 -oranges '0rIndZIz Mj% 3 -orate O'reIt I2$ 22A -orated O'reItId Ic$,Id$ 32A -orates O'reIts Ia$ 22A -orating O'reItIN Ib$ 32A -oration O'reISn K6% 3 -orations O'reISnz Kj% 3 -orator '0r@t@R K6% 3 -oratorical ,0r@'t0rIkl OA% 5 -oratories '0r@trIz Mj% 3 -oratorio ,0r@'tOrI@U M6% 5 -oratorios ,0r@'tOrI@Uz Mj% 5 -orators '0r@t@z Kj% 3 -oratory '0r@trI M8% 3 -orb Ob K6$ 1 -orbit 'ObIt J0%,K6% 22A,2C,6A -orbital 'ObItl OA% 3 -orbited 'ObItId Jc%,Jd% 32A,2C,6A -orbiting 'ObItIN Jb% 32A,2C,6A -orbits 'ObIts Ja%,Kj% 22A,2C,6A -orbs Obz Kj$ 1 -orchard 'OtS@d K6% 2 -orchards 'OtS@dz Kj% 2 -orchestra 'OkIstr@ K6% 3 -orchestral O'kestr@l OA% 3 -orchestras 'OkIstr@z Kj% 3 -orchestrate 'OkIstreIt H2% 36A -orchestrated 'OkIstreItId Hc%,Hd% 46A -orchestrates 'OkIstreIts Ha% 36A -orchestrating 'OkIstreItIN Hb% 46A -orchestration ,OkI'streISn K6% 4 -orchestrations ,OkI'streISnz Kj% 4 -orchid 'OkId K6% 2 -orchids 'OkIdz Kj% 2 -orchis 'OkIs K7$ 2 -orchises 'OkIsIz Kj$ 3 -ordain O'deIn H0% 26A,9,23 -ordained O'deInd Hc%,Hd% 26A,9,23 -ordaining O'deInIN Hb% 36A,9,23 -ordains O'deInz Ha% 26A,9,23 -ordeal O'dil K6% 2 -ordeals O'dilz Kj% 2 -order 'Od@R H0%,M6* 26A,9,12B,13B,15A,15B,17 -order-book 'Od@-bUk K6% 3 -order-books 'Od@-bUks Kj% 3 -order-form 'Od@-fOm K6% 3 -order-forms 'Od@-fOmz Kj% 3 -order-paper 'Od@-peIp@R K6% 4 -order-papers 'Od@-peIp@z Kj% 4 -ordered 'Od@d Hc%,Hd% 26A,9,12B,13B,15A,15B,17 -ordering 'Od@rIN Hb%,K6% 36A,9,12B,13B,15A,15B,17 -orderings 'Od@rINz Kj$ 3 -orderlies 'Od@lIz Kj% 3 -orderliness 'Od@lIn@s L@% 4 -orderly 'Od@lI K8%,OA% 3 -orders 'Od@z Ha%,Mj% 26A,9,12B,13B,15A,15B,17 -ordinal 'OdInl K6$,OA% 3 -ordinals 'OdInlz Kj$ 3 -ordinance 'OdIn@ns K6$ 3 -ordinances 'OdIn@nsIz Kj$ 4 -ordinand ,OdI'n&nd K6$ 3 -ordinands ,OdI'n&ndz Kj$ 3 -ordinarily 'OdIn@r@lI Pu% 5 -ordinary 'OdInrI OA% 3 -ordination ,OdI'neISn M6% 4 -ordinations ,OdI'neISnz Mj$ 4 -ordnance 'Odn@ns L@% 2 -ordure 'OdjU@R L@$ 2 -ore OR M6% 1 -ores Oz Mj$ 1 -organ 'Og@n K6% 2 -organ-blower 'Og@n-bl@U@R K6% 4 -organ-blowers 'Og@n-bl@U@z Kj% 4 -organ-grinder 'Og@n-graInd@R K6% 4 -organ-grinders 'Og@n-graInd@z Kj% 4 -organ-loft 'Og@n-l0ft K6% 3 -organ-lofts 'Og@n-l0fts Kj% 3 -organdie O'g&ndI L@$ 3 -organic O'g&nIk OA% 3 -organically O'g&nIklI Pu% 4 -organism 'Og@nIz@m K6% 4 -organisms 'Og@nIz@mz Kj% 4 -organist 'Og@nIst K6% 3 -organists 'Og@nIsts Kj% 3 -organization ,Og@naI'zeISn M6% 5 -organizational ,Og@naI'zeISnl OA% 5 -organizationally ,Og@naI'zeISn@lI Pu% 6 -organizations ,Og@naI'zeISnz Mj% 5 -organize 'Og@naIz H2% 36A -organized 'Og@naIzd Hc%,Hd%,OA% 36A -organizer 'Og@naIz@R K6% 4 -organizers 'Og@naIz@z Kj% 4 -organizes 'Og@naIzIz Ha% 46A -organizing 'Og@naIzIN Hb% 46A -organs 'Og@nz Kj% 2 -orgasm 'Og&z@m K6% 3 -orgasms 'Og&z@mz Kj% 3 -orgiastic ,OdZI'&stIk OA% 4 -orgies 'OdZIz Kj% 2 -orgy 'OdZI K8% 2 -oriel 'OrI@l K6$ 3 -oriels 'OrI@lz Kj$ 3 -orient 'OrI@nt H0%,Ki%,OA% 3 -oriental ,OrI'entl K6%,OA% 4 -orientalist ,OrI'ent@lIst K6% 5 -orientalists ,OrI'ent@lIsts Kj% 5 -orientals ,OrI'entlz Kj% 4 -orientate 'OrI@nteIt H2% 46A -orientated 'OrI@nteItId Hc%,Hd% 56A -orientates 'OrI@nteIts Ha% 46A -orientating 'OrI@nteItIN Hb% 56A -orientation ,OrIen'teISn L@% 5 -oriented 'OrI@ntId Hc%,Hd% 4 -orienting 'OrI@ntIN Hb% 4 -orients 'OrI@nts Ha% 3 -orifice '0rIfIs K6% 3 -orifices '0rIfIsIz Kj% 4 -origin '0rIdZIn M6% 3 -original @'rIdZ@nl K6%,OA% 4 -originality @,rIdZ@'n&lItI L@% 6 -originally @'rIdZ@n@lI Pu% 5 -originals @'rIdZ@nlz Kj% 4 -originate @'rIdZIneIt J2% 42C,3A,6A -originated @'rIdZIneItId Jc%,Jd% 52C,3A,6A -originates @'rIdZIneIts Ja% 42C,3A,6A -originating @'rIdZIneItIN Jb% 52C,3A,6A -originator @'rIdZIneIt@R K6% 5 -originators @'rIdZIneIt@z Kj% 5 -origins '0rIdZInz Mj% 3 -oriole 'OrI@Ul K6$ 3 -orioles 'OrI@Ulz Kj$ 3 -orison '0rIzn K6$ 3 -orisons '0rIznz Kj$ 3 -orlop 'Ol0p K6$ 2 -orlops 'Ol0ps Kj$ 2 -ormolu 'Om@lu M6$ 3 -ormolus 'Om@luz Mj$ 3 -ornament 'On@m@nt M6% 3 -ornament 'On@ment H0% 36A,14 -ornamental ,On@'mentl OA% 4 -ornamentation ,On@men'teISn L@% 5 -ornamented 'On@mentId Hc%,Hd% 46A,14 -ornamenting 'On@mentIN Hb% 46A,14 -ornaments 'On@m@nts Mj% 3 -ornaments 'On@ments Ha% 36A,14 -ornate O'neIt OA% 2 -ornately O'neItlI Pu% 3 -ornateness O'neItn@s L@% 3 -ornery 'On@rI OA$ 3 -ornithological ,OnIT@'l0dZIkl OA% 6 -ornithologist ,OnI'T0l@dZIst K6% 5 -ornithologists ,OnI'T0l@dZIsts Kj% 5 -ornithology ,OnI'T0l@dZI L@% 5 -orotund 'Or@UtVnd OA$ 3 -orphan 'Ofn H0%,K6% 26A -orphanage 'Of@nIdZ K6% 3 -orphanages 'Of@nIdZIz Kj% 4 -orphaned 'Ofnd Hc%,Hd% 26A -orphaning 'OfnIN Hb$ 36A -orphans 'Ofnz Ha%,Kj% 26A -orrisroot '0rIsrut L@$ 3 -orthodontic ,OT@'d0ntIk OA% 4 -orthodontics ,OT@'d0ntIks Lk$ 4 -orthodontist ,OT@'d0ntIst K6% 4 -orthodontists ,OT@'d0ntIsts Kj$ 4 -orthodox 'OT@d0ks OA% 3 -orthodoxies 'OT@d0ksIz Mj% 4 -orthodoxy 'OT@d0ksI M8% 4 -orthogonal O'T0g@nl OA% 4 -orthogonally O'T0g@n@lI Pu% 5 -orthographic ,OT@'gr&fIk OA% 4 -orthographies O'T0gr@fIz Mj% 4 -orthography O'T0gr@fI M8% 4 -orthopaedic ,OT@'pidIk OA% 4 -orthopaedics ,OT@'pidIks Lk% 4 -orthopedic ,OT@'pidIk OA% 4 -orthopedics ,OT@'pidIks Lk% 4 -ortolan 'Ot@l@n K6$ 3 -ortolans 'Ot@l@nz Kj$ 3 -oryx '0rIks K7$ 2 -oryxes '0rIksIz Kj$ 3 -oscillate '0sIleIt J2% 32A,6A -oscillated '0sIleItId Jc%,Jd% 42A,6A -oscillates '0sIleIts Ja% 32A,6A -oscillating '0sIleItIN Jb% 42A,6A -oscillation ,0sI'leISn M6% 4 -oscillations ,0sI'leISnz Mj% 4 -oscillator '0sIleIt@R K6% 4 -oscillators '0sIleIt@z Kj% 4 -oscillograph @'sIl@grAf K6$ 4 -oscillographs @'sIl@grAfs Kj$ 4 -oscilloscope @'sIl@sk@Up K6% 4 -oscilloscopes @'sIl@sk@Ups Kj% 4 -osier '@UzI@R K6$ 3 -osiers '@UzI@z Kj$ 3 -osprey '0sprI K6% 2 -ospreys '0sprIz Kj% 2 -osseous '0sI@s OA$ 3 -ossification ,0sIfI'keISn L@% 5 -ossified '0sIfaId Jc%,Jd% 32A,6A -ossifies '0sIfaIz Ja$ 32A,6A -ossify '0sIfaI J3% 32A,6A -ossifying '0sIfaIIN Jb$ 42A,6A -ostensible 0'stens@bl OA% 4 -ostensibly 0'stens@blI Pu% 4 -ostentation ,0sten'teISn L@% 4 -ostentatious ,0sten'teIS@s OA% 4 -ostentatiously ,0sten'teIS@slI Pu% 5 -osteopath '0stI@p&T K6% 4 -osteopaths '0stI@p&Ts Kj% 4 -osteopathy ,0stI'0p@TI L@% 5 -ostler '0sl@R K6$ 2 -ostlers '0sl@z Kj$ 2 -ostracism '0str@sIz@m L@% 4 -ostracize '0str@saIz H2% 36A -ostracized '0str@saIzd Hc%,Hd% 36A -ostracizes '0str@saIzIz Ha% 46A -ostracizing '0str@saIzIN Hb% 46A -ostrich '0strItS K7% 2 -ostriches '0strItSIz Kj% 3 -other 'VD@R K6*,OA*,Pu% 2 -others 'VD@z Kj* 2 -otherwise 'VD@waIz Pu%,V-% 3 -otherworldly ,VD@'w3ldlI OA% 4 -otiose '@USI@Us OA$ 3 -otter '0t@R M6% 2 -otters '0t@z Mj% 2 -ottoman '0t@m@n K6$ 3 -ottomans '0t@m@nz Kj$ 3 -oubliette ,ublI'et K6$ 3 -oubliettes ,ublI'ets Kj$ 3 -ouch aUtS W-% 1 -ought Ot G5% 17B -oughtn't 'Otnt Gg% 2 -ouija 'widZ@ K6$ 2 -ouija-board 'widZ@-bOd K6% 3 -ouija-boards 'widZ@-bOdz Kj% 3 -ouijas 'widZ@z Kj$ 2 -ounce aUns K6% 1 -ounces 'aUnsIz Kj% 2 -our 'aU@R OA* 2 -ours 'aU@z Op%,Qx% 2 -ourselves aU@'selvz Qx% 3 -oust aUst H0$ 16A,14 -ousted 'aUstId Hc%,Hd% 26A,14 -ousting 'aUstIN Hb$ 26A,14 -ousts aUsts Ha$ 16A,14 -out aUt H0%,P+* 1 -out-herod ,aUt-'her@d H0$ 36A -out-heroded ,aUt-'her@dId Hc$,Hd$ 46A -out-heroding ,aUt-'her@dIN Hb$ 46A -out-herods ,aUt-'her@dz Ha$ 36A -out-of-date ,aUt-@v-'deIt OA% 3 -out-of-door ,aUt-@v-'dOR Oq$ 3 -out-of-doors ,aUt-@v-'dOz Pu$ 3 -out-of-the-way ,aUt-@v-D@-'weI OA%,Pu% 4 -out-of-work 'aUt-@v-w3k OA% 3 -out-tray 'aUt-treI K6% 2 -out-trays 'aUt-treIz Kj% 2 -outback 'aUtb&k Ki%,OA% 2 -outbalance aUt'b&l@ns H2$ 36A -outbalanced aUt'b&l@nst Hc$,Hd$ 36A -outbalances aUt'b&l@nsIz Ha$ 46A -outbalancing aUt'b&l@nsIN Hb$ 46A -outbid aUt'bId H5%,Hc%,Hd% 26A -outbidding aUt'bIdIN Hb% 36A -outbids aUt'bIdz Ha% 26A -outboard 'aUtbOd Oq% 2 -outbound 'aUtbaUnd OA$ 2 -outbrave aUt'breIv H2$ 26A -outbraved aUt'breIvd Hc$,Hd$ 26A -outbraves aUt'breIvz Ha$ 26A -outbraving aUt'breIvIN Hb$ 36A -outbreak 'aUtbreIk K6% 2 -outbreaks 'aUtbreIks Kj% 2 -outbuilding 'aUtbIldIN K6% 3 -outbuildings 'aUtbIldINz Kj% 3 -outburst 'aUtb3st K6% 2 -outbursts 'aUtb3sts Kj% 2 -outcast 'aUtkAst K6%,OA% 2 -outcaste 'aUtkAst K6$,OA$ 2 -outcastes 'aUtkAsts Kj$ 2 -outcasts 'aUtkAsts Kj% 2 -outclass aUt'klAs H1$ 26A -outclassed aUt'klAst Hc%,Hd% 26A -outclasses aUt'klAsIz Ha$ 36A -outclassing aUt'klAsIN Hb$ 36A -outcome 'aUtkVm K6% 2 -outcomes 'aUtkVmz Kj% 2 -outcries 'aUtkraIz Mj% 2 -outcrop 'aUtkr0p K6% 2 -outcrops 'aUtkr0ps Kj% 2 -outcry 'aUtkraI M8% 2 -outdated aUt'deItId OA% 3 -outdid aUt'dId Hc% 26A -outdistance aUt'dIst@ns H2% 36A -outdistanced aUt'dIst@nst Hc%,Hd% 36A -outdistances aUt'dIst@nsIz Ha% 46A -outdistancing aUt'dIst@nsIN Hb% 46A -outdo aUt'du H5% 26A -outdoes aUt'dVz Ha% 26A -outdoing aUt'duIN Hb% 36A -outdone aUt'dVn Hd% 26A -outdoor 'aUtdOR Oq% 2 -outdoors ,aUt'dOz Pu% 2 -outed 'aUtId Hc$,Hd$ 2 -outer 'aUt@R OA% 2 -outermost 'aUt@m@Ust OA% 3 -outface ,aUt'feIs H2% 26A -outfaced ,aUt'feIst Hc%,Hd% 26A -outfaces ,aUt'feIsIz Ha% 36A -outfacing ,aUt'feIsIN Hb% 36A -outfall 'aUtfOl K6% 2 -outfalls 'aUtfOlz Kj% 2 -outfield 'aUtfild K6% 2 -outfielder 'aUtfild@R K6% 3 -outfielders 'aUtfild@z Kj% 3 -outfields 'aUtfildz Kj$ 2 -outfight ,aUt'faIt H5$ 26A -outfighting ,aUt'faItIN Hb$ 36A -outfights ,aUt'faIts Ha$ 26A -outfit 'aUtfIt H4%,K6% 2 -outfits 'aUtfIts Ha%,Kj% 2 -outfitted 'aUtfItId Hc%,Hd% 3 -outfitter 'aUtfIt@R K6% 3 -outfitters 'aUtfIt@z Kj% 3 -outfitting 'aUtfItIN Hb% 3 -outflank ,aUt'fl&Nk H0% 26A -outflanked ,aUt'fl&Nkt Hc%,Hd% 26A -outflanking ,aUt'fl&NkIN Hb% 36A -outflanks ,aUt'fl&Nks Ha% 26A -outflow 'aUtfl@U K6% 2 -outflows 'aUtfl@Uz Kj% 2 -outfought ,aUt'fOt Hc$,Hd$ 26A -outfox ,aUt'f0ks H1$ 26A -outfoxed ,aUt'f0kst Hc$,Hd$ 26A -outfoxes ,aUt'f0ksIz Ha$ 36A -outfoxing ,aUt'f0ksIN Hb$ 36A -outgo 'aUtg@U I5$,K7$ 2 -outgoes 'aUtg@Uz Ia$,Kj$ 2 -outgoing 'aUtg@UIN OA% 3 -outgoings 'aUtg@UINz Kj% 3 -outgone aUt'g0n Id$ 2 -outgrew ,aUt'gru Hc% 26A -outgrow ,aUt'gr@U H5% 26A -outgrowing ,aUt'gr@UIN Hb% 36A -outgrown ,aUt'gr@Un Hd% 26A -outgrows ,aUt'gr@Uz Ha% 26A -outgrowth 'aUtgr@UT K6% 2 -outgrowths 'aUtgr@UTs Kj% 2 -outhouse 'aUthaUs K6% 2 -outhouses 'aUthaUzIz Kj% 3 -outing 'aUtIN Hb%,K6% 2 -outings 'aUtINz Kj% 2 -outlandish aUt'l&ndIS OA% 3 -outlandishly aUt'l&ndISlI Pu% 4 -outlandishness aUt'l&ndISn@s L@% 4 -outlast ,aUt'lAst H0% 26A -outlasted ,aUt'lAstId Hc%,Hd% 36A -outlasting ,aUt'lAstIN Hb% 36A -outlasts ,aUt'lAsts Ha% 26A -outlaw 'aUtlO H0%,K6% 26A -outlawed 'aUtlOd Hc%,Hd% 26A -outlawing 'aUtlOIN Hb$ 36A -outlawry 'aUtlOrI L@$ 3 -outlaws 'aUtlOz Ha%,Kj% 26A -outlay 'aUtleI M6% 2 -outlays 'aUtleIz Mj% 2 -outlet 'aUtlet K6% 2 -outlets 'aUtlets Kj% 2 -outlier 'aUtlaI@R K6% 3 -outliers 'aUtlaI@z Kj% 3 -outline 'aUtlaIn H2%,K6% 26A -outlined 'aUtlaInd Hc%,Hd% 26A -outlines 'aUtlaInz Ha%,Kj% 26A -outlining 'aUtlaInIN Hb% 36A -outlive ,aUt'lIv H2% 26A -outlived ,aUt'lIvd Hc%,Hd% 26A -outlives ,aUt'lIvz Ha% 26A -outliving ,aUt'lIvIN Hb% 36A -outlook 'aUtlUk K6% 2 -outlooks 'aUtlUks Kj% 2 -outlying 'aUtlaIIN OA% 3 -outmanoeuvre ,aUtm@'nuv@R H2% 46A -outmanoeuvred ,aUtm@'nuv@d Hc%,Hd% 46A -outmanoeuvres ,aUtm@'nuv@z Ha% 46A -outmanoeuvring ,aUtm@'nuv@rIN Hb% 56A -outmarch ,aUt'mAtS H1$ 26A -outmarched ,aUt'mAtSt Hc$,Hd$ 26A -outmarches ,aUt'mAtSIz Ha$ 36A -outmarching ,aUt'mAtSIN Hb$ 36A -outmatch ,aUt'm&tS H1$ 26A -outmatched ,aUt'm&tSt Hc$,Hd% 26A -outmatches ,aUt'm&tSIz Ha$ 36A -outmatching ,aUt'm&tSIN Hb$ 36A -outmoded ,aUt'm@UdId OA% 3 -outmost 'aUtm@Ust OA$ 2 -outnumber ,aUt'nVmb@R H0% 36A -outnumbered ,aUt'nVmb@d Hc%,Hd% 36A -outnumbering ,aUt'nVmb@rIN Hb% 46A -outnumbers ,aUt'nVmb@z Ha% 36A -outpatient 'aUtpeISnt K6% 3 -outpatients 'aUtpeISnts Kj% 3 -outplay ,aUt'pleI H0% 26A -outplayed ,aUt'pleId Hc%,Hd% 26A -outplaying ,aUt'pleIIN Hb% 36A -outplays ,aUt'pleIz Ha% 26A -outpoint ,aUt'poInt H0$ 26A -outpointed ,aUt'poIntId Hc$,Hd% 36A -outpointing ,aUt'poIntIN Hb$ 36A -outpoints ,aUt'poInts Ha$ 26A -outport 'aUtpOt K6$ 2 -outports 'aUtpOts Kj$ 2 -outpost 'aUtp@Ust K6% 2 -outposts 'aUtp@Usts Kj% 2 -outpouring 'aUtpOrIN K6% 3 -outpourings 'aUtpOrINz Kj% 3 -output 'aUtpUt Ki% 2 -outr_e 'utreI OA$ 2 -outrage 'aUtreIdZ H2$,M6% 26A -outraged 'aUtreIdZd Hc$,Hd% 26A -outrageous aUt'reIdZ@s OA% 3 -outrageously aUt'reIdZ@slI Pu% 4 -outrages 'aUtreIdZIz Ha$,Mj$ 36A -outraging 'aUtreIdZIN Hb$ 36A -outran ,aUt'r&n Hc% 26A -outrange ,aUt'reIndZ H2$ 26A -outranged ,aUt'reIndZd Hc$,Hd$ 26A -outranges ,aUt'reIndZIz Ha$ 36A -outranging ,aUt'reIndZIN Hb$ 36A -outrank ,aUt'r&Nk H0% 26A -outranked ,aUt'r&Nkt Hc%,Hd% 26A -outranking ,aUt'r&NkIN Hb% 36A -outranks ,aUt'r&Nks Ha% 26A -outridden ,aUt'rIdn Hd$ 36A -outride ,aUt'raId H5$ 26A -outrider 'aUtraId@R K6% 3 -outriders 'aUtraId@z Kj% 3 -outrides ,aUt'raIdz Ha$ 26A -outriding ,aUt'raIdIN Hb$ 36A -outrigged 'aUtrIgd OA$ 2 -outrigger 'aUtrIg@R K6% 3 -outriggers 'aUtrIg@z Kj% 3 -outright 'aUtraIt OA%,Pu% 2 -outrival ,aUt'raIvl H4$ 36A -outrivalled ,aUt'raIvld Hc$,Hd$ 36A -outrivalling ,aUt'raIv@lIN Hb$ 46A -outrivals ,aUt'raIvlz Ha$ 36A -outrode ,aUt'r@Ud Hc$ 26A -outrun ,aUt'rVn H5%,Hd% 26A -outrunning ,aUt'rVnIN Hb% 36A -outruns ,aUt'rVnz Ha% 26A -outs aUts Ha$ 1 -outsail aUt'seIl H0$ 26A -outsailed aUt'seIld Hc$,Hd$ 26A -outsailing aUt'seIlIN Hb$ 36A -outsails aUt'seIlz Ha$ 26A -outset 'aUtset K6% 2 -outsets 'aUtsets Kj$ 2 -outshine ,aUt'SaIn H5% 26A -outshines ,aUt'SaInz Ha% 26A -outshining ,aUt'SaInIN Hb% 36A -outshone ,aUt'S0n Hc%,Hd% 26A -outside 'aUtsaId OA*,Pu*,T-* 2 -outside ,aUt'saId K6% 2 -outsider ,aUt'saId@R K6% 3 -outsiders ,aUt'saId@z Kj% 3 -outsides ,aUt'saIdz Kj% 2 -outsize 'aUtsaIz OA% 2 -outskirts 'aUtsk3ts Kj% 2 -outsmart ,aUt'smAt H0% 26A -outsmarted ,aUt'smAtId Hc%,Hd% 36A -outsmarting ,aUt'smAtIN Hb$ 36A -outsmarts ,aUt'smAts Ha% 26A -outspan ,aUt'sp&n J4$ 22A,6A -outspanned ,aUt'sp&nd Jc$,Jd$ 22A,6A -outspanning ,aUt'sp&nIN Jb$ 32A,6A -outspans ,aUt'sp&nz Ja$ 22A,6A -outspoken ,aUt'sp@Uk@n OA% 3 -outspokenly ,aUt'sp@Uk@nlI Pu% 4 -outspokenness ,aUt'sp@Uk@n+n@s L@% 4 -outspread 'aUtspred OA% 2 -outstanding ,aUt'st&ndIN OA% 3 -outstandingly ,aUt'st&ndINlI Pu% 4 -outstation 'aUtsteISn K6% 3 -outstations 'aUtsteISnz Kj% 3 -outstay ,aUt'steI H0% 26A -outstayed ,aUt'steId Hc%,Hd% 26A -outstaying ,aUt'steIIN Hb% 36A -outstays ,aUt'steIz Ha% 26A -outstretched ,aUt'stretSt OA% 2 -outstrip ,aUt'strIp H4% 26A -outstripped ,aUt'strIpt Hc%,Hd% 26A -outstripping ,aUt'strIpIN Hb% 36A -outstrips ,aUt'strIps Ha% 26A -outvie ,aUt'vaI H5$ 26A -outvied ,aUt'vaId Hc$,Hd$ 26A -outvies ,aUt'vaIz Ha$ 26A -outvote ,aUt'v@Ut H2% 26A -outvoted ,aUt'v@UtId Hc%,Hd% 36A -outvotes ,aUt'v@Uts Ha% 26A -outvoting ,aUt'v@UtIN Hb% 36A -outvying ,aUt'vaIIN Hb$ 36A -outward 'aUtw@d OA%,Pu% 2 -outwardly 'aUtw@dlI Pu% 3 -outwards 'aUtw@dz Pu% 2 -outwear aUt'we@R H5% 26A -outwearing ,aUt'we@rIN Hb% 36A -outwears ,aUt'we@z Ha% 26A -outweigh ,aUt'weI H0% 26A -outweighed ,aUt'weId Hc%,Hd% 26A -outweighing ,aUt'weIIN Hb% 36A -outweighs ,aUt'weIz Ha% 26A -outwent aUt'went Ic$ 2 -outwit ,aUt'wIt H4% 26A -outwits ,aUt'wIts Ha% 26A -outwitted ,aUt'wItId Hc%,Hd% 36A -outwitting ,aUt'wItIN Hb% 36A -outwore ,aUt'wOR Hc$ 26A -outwork 'aUtw3k K6$ 2 -outworks 'aUtw3ks Kj$ 2 -outworn ,aUt'wOn Hd% 26A -ouzel 'uzl K6$ 2 -ouzels 'uzlz Kj$ 2 -ouzo 'uz@U L@$ 2 -ova '@Uv@ Kj$ 2 -oval '@Uvl K6%,OA% 2 -ovals '@Uvlz Kj% 2 -ovaries '@Uv@rIz Kj% 3 -ovary '@Uv@rI K8% 3 -ovation @U'veISn K6% 3 -ovations @U'veISnz Kj% 3 -oven 'Vvn K6% 2 -ovens 'Vvnz Kj% 2 -ovenware 'Vvnwe@R L@% 3 -over '@Uv@R K6%,Pu*,T-* 2 -over- ,@Uv@R- U-% 2 -over-abundance ,@Uv@r-@'bVnd@ns L@% 5 -over-ripe ,@Uv@-'raIp OA% 3 -overabundant ,@Uv@r@'bVnd@nt OA% 5 -overact ,@Uv@'r&kt J0% 32A,6A -overacted ,@Uv@'r&ktId Jc%,Jd% 42A,6A -overacting ,@Uv@'r&ktIN Jb% 42A,6A -overactive ,@Uv@'r&ktIv OA% 4 -overacts ,@Uv@'r&kts Ja% 32A,6A -overall '@Uv@rOl K6$ 3 -overall ,@Uv@'rOl OA% 3 -overalls '@Uv@rOlz Kj% 3 -overambitious ,@Uv@r&m'bIS@s OA% 5 -overanxiety ,@Uv@r&N'zaI@tI L@% 6 -overanxious ,@Uv@'r&NkS@s OA% 4 -overarch ,@Uv@'rAtS J1$ 32A,6A -overarched ,@Uv@'rAtSt Jc$,Jd$ 32A,6A -overarches ,@Uv@'rAtSIz Ja$ 42A,6A -overarching ,@Uv@'rAtSIN Jb$ 42A,6A -overarm '@Uv@rAm OA%,Pu% 3 -overate ,@Uv@'reIt Ic% 3 -overawe ,@Uv@'rO H2% 36A -overawed ,@Uv@'rOd Hc%,Hd% 36A -overawes ,@Uv@'rOz Ha% 36A -overawing ,@Uv@'rOIN Hb$ 46A -overbalance ,@Uv@'b&l@ns J2% 42A,6A -overbalanced ,@Uv@'b&l@nst Jc%,Jd% 42A,6A -overbalances ,@Uv@'b&l@nsIz Ja% 52A,6A -overbalancing ,@Uv@'b&l@nsIN Jb% 52A,6A -overbear ,@Uv@'be@R H5$ 36A -overbearing ,@Uv@'be@rIN Hb$,OA% 46A -overbearingly ,@Uv@'be@rINlI Pu% 5 -overbears ,@Uv@'be@z Ha$ 36A -overbid '@Uv@bId K6$ 3 -overbid ,@Uv@'bId J5%,Jc%,Jd% 32A,6A -overbidding ,@Uv@'bIdIN Jb% 42A,6A -overbids '@Uv@bIdz Kj$ 3 -overbids ,@Uv@'bIdz Ja$ 32A,6A -overblown ,@Uv@'bl@Un OA% 3 -overboard '@Uv@bOd Pu% 3 -overbold ,@Uv@'b@Uld OA$ 3 -overbore ,@Uv@'bOR Hc$ 36A -overborne ,@Uv@'bOn Hd$ 36A -overburden ,@Uv@'b3d@n H0%,L@$ 46A -overburdened ,@Uv@'b3d@nd Hc%,Hd% 46A -overburdening ,@Uv@'b3d@nIN Hb$ 56A -overburdens ,@Uv@'b3d@nz Ha$ 46A -overbusy ,@Uv@'bIzI OA% 4 -overcall ,@Uv@'kOl J0$ 3 -overcalled ,@Uv@'kOld Jc$,Jd$ 3 -overcalling ,@Uv@'kOlIN Jb$ 4 -overcalls ,@Uv@'kOlz Ja$ 3 -overcame ,@Uv@'keIm Hc% 36A -overcapitalization ,@Uv@,k&pIt@laI'zeISn L@% 8 -overcapitalize ,@Uv@'k&pIt@laIz H2$ 6 -overcapitalized ,@Uv@'k&pIt@laIzd Hc$,Hd% 6 -overcapitalizes ,@Uv@'k&pIt@laIzIz Ha$ 7 -overcapitalizing ,@Uv@'k&pIt@laIzIN Hb$ 7 -overcareful ,@Uv@'ke@f@l OA% 4 -overcast ,@Uv@'kAst Ki%,OA% 3 -overcautious ,@Uv@'kOS@s OA% 4 -overcharge '@Uv@tSAdZ K6$ 3 -overcharge ,@Uv@'tSAdZ J2% 32A,6A -overcharged ,@Uv@'tSAdZd Jc%,Jd% 32A,6A -overcharges '@Uv@tSAdZIz Kj$ 4 -overcharges ,@Uv@'tSAdZIz Ja% 42A,6A -overcharging ,@Uv@'tSAdZIN Jb% 42A,6A -overclothe ,@Uv@'kl@UD H2% 36A -overclothed ,@Uv@'kl@UDd Hc%,Hd% 36A -overclothes ,@Uv@'kl@UDz Ha% 36A -overclothing ,@Uv@'kl@UDIN Hb% 46A -overcloud ,@Uv@'klaUd J0$ 32A,6A -overclouded ,@Uv@'klaUdId Jc$,Jd% 42A,6A -overclouding ,@Uv@'klaUdIN Jb$ 42A,6A -overclouds ,@Uv@'klaUdz Ja$ 32A,6A -overcoat '@Uv@k@Ut K6% 3 -overcoats '@Uv@k@Uts Kj% 3 -overcome ,@Uv@'kVm H5%,Hd% 36A -overcomes ,@Uv@'kVmz Ha% 36A -overcoming ,@Uv@'kVmIN Hb% 46A -overconfidence ,@Uv@'k0nfId@ns L@% 5 -overconfident ,@Uv@'k0nfId@nt OA% 5 -overcook ,@Uv@'kUk H0% 3 -overcooked ,@Uv@'kUkt Hc%,Hd% 3 -overcooking ,@Uv@'kUkIN Hb% 4 -overcooks ,@Uv@'kUks Ha% 3 -overcredulity ,@Uv@krI'djulItI L@$ 6 -overcredulous ,@Uv@'kredjUl@s OA$ 5 -overcritical ,@Uv@'krItIkl OA% 5 -overcrop ,@Uv@'kr0p H4$ 36A -overcropped ,@Uv@'kr0pt Hc$,Hd% 36A -overcropping ,@Uv@'kr0pIN Hb$ 46A -overcrops ,@Uv@'kr0ps Ha$ 36A -overcrowd ,@Uv@'kraUd H0% 36A -overcrowded ,@Uv@'kraUdId Hc%,Hd% 46A -overcrowding ,@Uv@'kraUdIN Hb% 46A -overcrowds ,@Uv@'kraUdz Ha% 36A -overcurious ,@Uv@'kjU@rI@s OA% 5 -overdelicate ,@Uv@'delIk@t OA% 5 -overdid ,@Uv@'dId Hc% 36A -overdo ,@Uv@'du H5% 36A -overdoes ,@Uv@'dVz Ha% 36A -overdoing ,@Uv@'duIN Hb% 46A -overdone ,@Uv@'dVn Hd% 36A -overdraft '@Uv@drAft K6% 3 -overdrafts '@Uv@drAfts Kj% 3 -overdraw ,@Uv@'drO J5% 32A,6A -overdrawing ,@Uv@'drOIN Jb$ 42A,6A -overdrawn ,@Uv@'drOn Jd% 32A,6A -overdraws ,@Uv@'drOz Ja% 32A,6A -overdress ,@Uv@'dres J1% 32A,6A -overdressed ,@Uv@'drest Jc%,Jd% 32A,6A -overdresses ,@Uv@'dresIz Ja% 42A,6A -overdressing ,@Uv@'dresIN Jb% 42A,6A -overdrew ,@Uv@'dru Jc$ 32A,6A -overdrive '@Uv@draIv M6% 3 -overdrives '@Uv@draIvz Mj$ 3 -overdue ,@Uv@'dju OA% 3 -overeager ,@Uv@'rig@R OA% 4 -overeat ,@Uv@'rit I5% 3 -overeaten ,@Uv@'ritn Id% 4 -overeating ,@Uv@'ritIN Ib% 4 -overeats ,@Uv@'rits Ia% 3 -overemotional ,@Uv@rI'm@US@nl OA% 6 -overemphasis ,@Uv@'emf@sIs L@% 5 -overemphasize ,@Uv@'remf@saIz H2% 5 -overemphasized ,@Uv@'remf@saIzd Hc%,Hd% 5 -overemphasizes ,@Uv@'remf@saIzIz Ha% 6 -overemphasizing ,@Uv@'remf@saIzIN Hb% 6 -overenthusiastic ,@Uv@rIn,TjuzI'&stIk OA% 7 -overestimate ,@Uv@'restImeIt H2% 5 -overestimated ,@Uv@'restImeItId Hc%,Hd% 6 -overestimates ,@Uv@'restImeIts Ha% 5 -overestimating ,@Uv@'restImeItIN Hb% 6 -overexcited ,@Uv@rIk'saItId OA% 5 -overexert ,@Uv@rIg'z3t H0% 4 -overexerted ,@Uv@rIg'z3tId Hc%,Hd% 5 -overexerting ,@Uv@rIg'z3tIN Hb% 5 -overexertion ,@Uv@rIg'z3Sn M6% 5 -overexertions ,@Uv@rIg'z3Snz Mj% 5 -overexerts ,@Uv@rIg'z3ts Ha% 4 -overexpose ,@Uv@rIk'sp@Uz H2% 4 -overexposed ,@Uv@rIk'sp@Uzd Hc%,Hd% 4 -overexposes ,@Uv@rIk'sp@UzIz Ha% 5 -overexposing ,@Uv@rIk'sp@UzIN Hb% 5 -overexposure ,@Uv@rIk'sp@UZ@R M6% 5 -overexposures ,@Uv@rIk'sp@UZ@z Mj$ 5 -overfamiliar ,@Uv@f@'mIlI@R OA% 6 -overfed ,@Uv@'fed Jc%,Jd% 32A,2C,3A,6A,14,15A,15B -overfeed ,@Uv@'fid J0% 32A,2C,3A,6A,14,15A,15B -overfeeding ,@Uv@'fidIN Jb%,L@% 42A,2C,3A,6A,14,15A,15B -overfeeds ,@Uv@'fidz Ja% 32A,2C,3A,6A,14,15A,15B -overflew ,@Uv@'flu Hc% 32A,2B,2C,2D,4A,6A,15A,15B -overflies ,@Uv@'flaIz Ha% 32A,2B,2C,2D,4A,6A,15A,15B -overflow '@Uv@fl@U K6% 3 -overflow ,@Uv@'fl@U J0% 32A,3A,6A -overflowed ,@Uv@'fl@Ud Jc%,Jd% 32A,3A,6A -overflowing ,@Uv@'fl@UIN Jb% 42A,3A,6A -overflown ,@Uv@'fl@Un Hb% 32A,2B,2C,2D,4A,6A,15A,15B -overflows '@Uv@fl@Uz Kj% 3 -overflows ,@Uv@'fl@Uz Ja% 32A,3A,6A -overfly ,@Uv@'flaI H5% 32A,2B,2C,2D,4A,6A,15A,15B -overflying ,@Uv@'flaIIN Hb% 42A,2B,2C,2D,4A,6A,15A,15B -overfond ,@Uv@'f0nd OA% 3 -overfull ,@Uv@'fUl OA% 3 -overgenerous ,@Uv@'dZen@r@s OA% 5 -overgreedy ,@Uv@'gridI OA% 4 -overgrown ,@Uv@'gr@Un OA% 3 -overgrowth '@Uv@gr@UT M6% 3 -overgrowths '@Uv@gr@UTs Mj$ 3 -overhand '@Uv@h&nd OA$ 3 -overhang '@Uv@h&N K6% 3 -overhang ,@Uv@'h&N J5% 32A,6A -overhanging ,@Uv@'h&NIN Jb% 42A,6A -overhangs '@Uv@h&Nz Kj$ 3 -overhangs ,@Uv@'h&Nz Ja% 32A,6A -overhasty ,@Uv@'heIstI OA% 4 -overhaul '@Uv@hOl K6% 3 -overhaul ,@Uv@'hOl H0% 36A -overhauled ,@Uv@'hOld Hc%,Hd% 36A -overhauling ,@Uv@'hOlIN Hb% 46A -overhauls '@Uv@hOlz Kj% 3 -overhauls ,@Uv@'hOlz Ha% 36A -overhead '@Uv@hed OA% 3 -overhead ,@Uv@'hed Pu% 3 -overheads '@Uv@hedz Kj% 3 -overhear ,@Uv@'hI@R H5% 36A,18A,19A -overheard ,@Uv@'h3d Hc%,Hd% 36A,18A,19A -overhearing ,@Uv@'hI@rIN Hb% 46A,18A,19A -overhears ,@Uv@'hI@z Ha% 36A,18A,19A -overheat ,@Uv@'hit H0% 3 -overheated ,@Uv@'hitId Hc%,Hd% 4 -overheating ,@Uv@'hitIN Hb% 4 -overheats ,@Uv@'hits Ha% 3 -overhung ,@Uv@'hVN Jc%,Jd% 32A,6A -overindulge ,@Uv@rIn'dVldZ J2% 4 -overindulged ,@Uv@rIn'dVldZd Jc%,Jd% 4 -overindulgence ,@Uv@rIn'dVldZ@ns M6% 5 -overindulgences ,@Uv@rIn'dVldZ@nsIz Mj$ 6 -overindulges ,@Uv@rIn'dVldZIz Ja% 5 -overindulging ,@Uv@rIn'dVldZIN Jb% 5 -overjealous ,@Uv@'dZel@s OA$ 4 -overjoyed ,@Uv@'dZoId OA% 3 -overkill '@Uv@kIl L@% 3 -overladen ,@Uv@'leIdn OA% 4 -overlaid ,@Uv@'leId Hc%,Hd% 3 -overlain @Uv@'leIn Id$ 32A,2C,2D,3A -overland '@Uv@l&nd OA% 3 -overlap '@Uv@l&p M6% 3 -overlap ,@Uv@'l&p J4% 32A,6A -overlapped ,@Uv@'l&pt Jc%,Jd% 32A,6A -overlapping ,@Uv@'l&pIN Jb% 42A,6A -overlaps '@Uv@l&ps Mj% 3 -overlaps ,@Uv@'l&ps Ja% 32A,6A -overlarge ,@Uv@'lAdZ OA% 3 -overlay '@Uv@leI K6% 3 -overlay ,@Uv@'leI H5% 3 -overlaying ,@Uv@'leIIN Hb% 4 -overlays '@Uv@leIz Kj% 3 -overlays ,@Uv@'leIz Ha% 3 -overleaf ,@Uv@'lif Pu% 3 -overleap ,@Uv@'lip H0% 36A -overleaped ,@Uv@'lipt Hc%,Hd% 36A -overleaping ,@Uv@'lipIN Hb% 46A -overleaps ,@Uv@'lips Ha% 36A -overleapt ,@Uv@'lept Hc%,Hd% 36A -overlie ,@Uv@'laI I5$ 32A,2C,2D,3A -overlies ,@Uv@'laIz Ia$ 32A,2C,2D,3A -overload ,@Uv@'l@Ud H0% 36A -overloaded ,@Uv@'l@UdId Hc%,Hd% 46A -overloading ,@Uv@'l@UdIN Hb% 46A -overloads ,@Uv@'l@Udz Ha% 36A -overlook ,@Uv@'lUk H0% 36A -overlooked ,@Uv@'lUkt Hc%,Hd% 36A -overlooking ,@Uv@'lUkIN Hb% 46A -overlooks ,@Uv@'lUks Ha% 36A -overlord '@Uv@lOd K6% 3 -overlords '@Uv@lOdz Kj% 3 -overly '@Uv@lI Pu$ 3 -overlying ,@Uv@'laIIN Ib% 42A,2C,2D,3A -overmantel '@Uv@m&ntl K6$ 4 -overmantels '@Uv@m&ntlz Kj$ 4 -overmaster ,@Uv@'mAst@R H0$ 46A -overmastered ,@Uv@'mAst@d Hc$,Hd$ 46A -overmastering ,@Uv@'mAst@rIN Hb$ 56A -overmasters ,@Uv@'mAst@z Ha$ 46A -overmodest ,@Uv@'m0dIst OA% 4 -overmuch ,@Uv@'mVtS OA%,Pu% 3 -overnervous ,@Uv@'n3v@s OA$ 4 -overnight '@Uv@naIt OA% 3 -overnight ,@Uv@'naIt Pu% 3 -overpaid ,@Uv@'peId Hc%,Hd% 36A,14 -overpass '@Uv@pAs K7$ 3 -overpasses '@Uv@pAsIz Kj$ 4 -overpay ,@Uv@'peI H5% 36A,14 -overpaying ,@Uv@'peIIN Hb% 46A,14 -overpayment ,@Uv@'peIm@nt M6% 4 -overpayments ,@Uv@'peIm@nts Mj% 4 -overpays ,@Uv@'peIz Ha% 36A,14 -overplay ,@Uv@'pleI H0% 3 -overplayed ,@Uv@'pleId Hc%,Hd% 3 -overplaying ,@Uv@'pleIIN Hb% 4 -overplays ,@Uv@'pleIz Ha% 3 -overplus '@Uv@plVs K7$ 3 -overpluses '@Uv@plVsIz Kj$ 4 -overpopulation ,@Uv@,p0pjU'leISn L@% 6 -overpower ,@Uv@'paU@R H0% 46A -overpowered ,@Uv@'paU@d Hc%,Hd% 46A -overpowering ,@Uv@'paU@rIN Hb%,OA% 56A -overpowers ,@Uv@'paU@z Ha% 46A -overpraise ,@Uv@'preIz H2% 3 -overpraised ,@Uv@'preIzd Hc%,Hd% 3 -overpraises ,@Uv@'preIzIz Ha% 4 -overpraising ,@Uv@'preIzIN Hb% 4 -overprint '@Uv@prInt K6$ 3 -overprint ,@Uv@'prInt H0% 36A -overprinted ,@Uv@'prIntId Hc%,Hd% 46A -overprinting ,@Uv@'prIntIN Hb% 46A -overprints '@Uv@prInts Kj$ 3 -overprints ,@Uv@'prInts Ha% 36A -overproduce ,@Uv@pr@'djus J2% 4 -overproduced ,@Uv@pr@'djust Jc%,Jd% 4 -overproduces ,@Uv@pr@'djusIz Ja% 5 -overproducing ,@Uv@pr@'djusIN Jb% 5 -overproduction ,@Uv@pr@'dVkSn L@% 5 -overproud ,@Uv@'praUd OA% 3 -overran ,@Uv@'r&n Hc% 36A -overrate ,@Uv@'reIt H2% 36A -overrated ,@Uv@'reItId Hc%,Hd% 46A -overrates ,@Uv@'reIts Ha% 36A -overrating ,@Uv@'reItIN Hb% 46A -overreach ,@Uv@'ritS H1% 36A -overreached ,@Uv@'ritSt Hc%,Hd% 36A -overreaches ,@Uv@'ritSIz Ha% 46A -overreaching ,@Uv@'ritSIN Hb% 46A -overridden ,@Uv@'rIdn Hd% 46A -override ,@Uv@'raId H5% 36A -overrides ,@Uv@'raIdz Ha% 36A -overriding ,@Uv@'raIdIN Hb% 46A -overripe ,@Uv@'raIp OA% 3 -overrode ,@Uv@'r@Ud Hc% 36A -overrule ,@Uv@'rul H2% 36A -overruled ,@Uv@'ruld Hc%,Hd% 36A -overrules ,@Uv@'rulz Ha% 36A -overruling ,@Uv@'rulIN Hb% 46A -overrun ,@Uv@'rVn H5%,Hd% 36A -overrunning ,@Uv@'rVnIN Hb% 46A -overruns ,@Uv@'rVnz Ha% 36A -overs '@Uv@z Kj% 2 -oversaw ,@Uv@'sO Hc% 36A -oversea ,@Uv@'si OA%,Pu% 3 -overseas ,@Uv@'siz OA%,Pu% 3 -oversee ,@Uv@'si H5% 36A -overseeing ,@Uv@'siIN Hb% 46A -overseen ,@Uv@'sin Hd% 36A -overseer '@Uv@sI@R K6% 3 -overseers '@Uv@sI@z Kj% 3 -oversees ,@Uv@'siz Ha% 36A -oversensitive ,@Uv@'sens@tIv OA% 5 -overserious ,@Uv@'sI@rI@s OA% 5 -oversew ,@Uv@'s@U H5% 32A,2B,2C,6A,15B -oversewed ,@Uv@'s@Ud Hc% 32A,2B,2C,6A,15B -oversewing ,@Uv@'s@UIN Hb% 32A,2B,2C,6A,15B -oversewn ,@Uv@'s@Un Hd%,OA% 32A,2B,2C,6A,15B -oversews ,@Uv@'s@Uz Ha% 32A,2B,2C,6A,15B -oversexed ,@Uv@'sekst OA% 3 -overshadow ,@Uv@'S&d@U H0% 46A -overshadowed ,@Uv@'S&d@Ud Hc%,Hd% 46A -overshadowing ,@Uv@'S&d@UIN Hb% 56A -overshadows ,@Uv@'S&d@Uz Ha% 46A -overshoe '@Uv@Su K6$ 3 -overshoes '@Uv@Suz Kj% 3 -overshoot ,@Uv@'Sut H5% 36A -overshooting ,@Uv@'SutIN Hb% 46A -overshoots ,@Uv@'Suts Ha% 36A -overshot ,@Uv@'S0t Hc%,Hd%,OA% 36A -overside '@Uv@saId Pu$ 3 -oversight '@Uv@saIt M6% 3 -oversights '@Uv@saIts Mj% 3 -oversimplified ,@Uv@'sImplIfaId Hc%,Hd% 5 -oversimplifies ,@Uv@'sImplIfaIz Ha% 5 -oversimplify ,@Uv@'sImplIfaI H3% 5 -oversimplifying ,@Uv@'sImplIfaIIN Hb% 6 -oversize ,@Uv@'saIz OA% 3 -overskirt '@Uv@sk3t K6$ 3 -overskirts '@Uv@sk3ts Kj$ 3 -oversleep ,@Uv@'slip I5% 32A -oversleeping ,@Uv@'slipIN Ib% 42A -oversleeps ,@Uv@'slips Ia% 32A -overslept ,@Uv@'slept Ic%,Id% 32A -overspend ,@Uv@'spend J5% 32A,6A,14,19B -overspending ,@Uv@'spendIN Jb% 42A,6A,14,19B -overspends ,@Uv@'spendz Ja% 32A,6A,14,19B -overspent ,@Uv@'spent Jc%,Jd% 32A,6A,14,19B -overspill '@Uv@spIl K6% 3 -overspills '@Uv@spIlz Kj$ 3 -overstate ,@Uv@'steIt H2% 36A -overstated ,@Uv@'steItId Hc%,Hd% 46A -overstatement '@Uv@steItm@nt M6% 4 -overstatements '@Uv@steItm@nts Mj% 4 -overstates ,@Uv@'steIts Ha% 36A -overstating ,@Uv@'steItIN Hb% 46A -overstay ,@Uv@'steI H0% 36A -overstayed ,@Uv@'steId Hc%,Hd% 36A -overstaying ,@Uv@'steIIN Hb% 46A -overstays ,@Uv@'steIz Ha% 36A -overstep ,@Uv@'step H4% 36A -overstepped ,@Uv@'stept Hc%,Hd% 36A -overstepping ,@Uv@'stepIN Hb% 46A -oversteps ,@Uv@'steps Ha% 36A -overstock ,@Uv@'st0k H0% 36A -overstocked ,@Uv@'st0kt Hc%,Hd% 36A -overstocking ,@Uv@'st0kIN Hb% 46A -overstocks ,@Uv@'st0ks Ha% 36A -overstrain '@Uv@streIn L@% 3 -overstrain ,@Uv@'streIn H0% 3 -overstrained ,@Uv@'streInd Hc%,Hd% 3 -overstraining ,@Uv@'streInIN Hb% 4 -overstrains ,@Uv@'streInz Ha% 3 -overstrung ,@Uv@'strVN OA% 3 -overstuffed ,@Uv@'stVft OA% 3 -oversubscribed ,@Uv@s@b'skraIbd OA% 4 -oversuspicious ,@Uv@s@'spIS@s OA% 5 -overt @U'v3t OA% 2 -overtake ,@Uv@'teIk H5% 36A -overtaken ,@Uv@'teIk@n Hd% 46A -overtakes ,@Uv@'teIks Ha% 36A -overtaking ,@Uv@'teIkIN Hb% 46A -overtax ,@Uv@'t&ks H1% 36A -overtaxed ,@Uv@'t&kst Hc%,Hd% 36A -overtaxes ,@Uv@'t&ksIz Ha% 46A -overtaxing ,@Uv@'t&ksIN Hb% 46A -overthrew ,@Uv@'Tru Hc% 36A -overthrow '@Uv@Tr@U K6% 3 -overthrow ,@Uv@'Tr@U H5% 36A -overthrowing ,@Uv@'Tr@UIN Hb% 46A -overthrown ,@Uv@'Tr@Un Hd% 36A -overthrows '@Uv@Tr@Uz Kj% 3 -overthrows ,@Uv@'Tr@Uz Ha% 36A -overtime '@Uv@taIm L@%,Pu% 3 -overtly @U'v3tlI Pu% 3 -overtolerance ,@Uv@'t0l@r@ns L@$ 5 -overtone '@Uv@t@Un K6% 3 -overtones '@Uv@t@Unz Kj% 3 -overtook ,@Uv@'tUk Hc% 36A -overtop ,@Uv@'t0p H4$ 36A -overtopped ,@Uv@'t0pt Hc$,Hd% 36A -overtopping ,@Uv@'t0pIN Hb$ 46A -overtops ,@Uv@'t0ps Ha$ 36A -overtrump ,@Uv@'trVmp H0$ 36A -overtrumped ,@Uv@'trVmpt Hc$,Hd$ 36A -overtrumping ,@Uv@'trVmpIN Hb$ 46A -overtrumps ,@Uv@'trVmps Ha$ 36A -overture '@Uv@tjU@R K6% 3 -overtures '@Uv@tjU@z Kj% 3 -overturn ,@Uv@'t3n J0% 32A,6A -overturned ,@Uv@'t3nd Jc%,Jd% 32A,6A -overturning ,@Uv@'t3nIN Jb% 42A,6A -overturns ,@Uv@'t3nz Ja% 32A,6A -overvalue ,@Uv@'v&lju H2% 4 -overvalued ,@Uv@'v&ljud Hc%,Hd% 4 -overvalues ,@Uv@'v&ljuz Ha% 4 -overvaluing ,@Uv@'v&ljuIN Hb% 5 -overweening ,@Uv@'winIN OA% 4 -overweight '@Uv@weIt L@$ 3 -overweight ,@Uv@'weIt OA% 3 -overweighted ,@Uv@'weItId OA% 4 -overwhelm ,@Uv@'welm H0% 36A -overwhelmed ,@Uv@'welmd Hc%,Hd% 36A -overwhelming ,@Uv@'welmIN Hb% 46A -overwhelmingly ,@Uv@'welmINlI Pu% 5 -overwhelms ,@Uv@'welmz Ha% 36A -overwork '@Uv@w3k L@$ 3 -overwork ,@Uv@'w3k J0% 32A,6A -overworked ,@Uv@'w3kt Jc%,Jd% 32A,6A -overworking ,@Uv@'w3kIN Jb% 42A,6A -overworks ,@Uv@'w3ks Ja% 32A,6A -overwrought ,@Uv@'rOt OA% 3 -overzealous ,@Uv@'zel@s OA% 4 -oviduct '@UvIdVkt K6$ 3 -oviducts '@UvIdVkts Kj$ 3 -oviparous @U'vIp@r@s OA$ 4 -ovoid '@UvoId K6$,OA$ 2 -ovoids '@UvoIdz Kj$ 2 -ovum '@Uv@m Ki$ 2 -owe @U J2% 12A,3A,6A,12A,13A,14 -owed @Ud Jc%,Jd% 12A,3A,6A,12A,13A,14 -owes @Uz Ja% 12A,3A,6A,12A,13A,14 -owing '@UIN Jb%,OA% 22A,3A,6A,12A,13A,14 -owl aUl K6% 1 -owlet 'aUlIt K6$ 2 -owlets 'aUlIts Kj$ 2 -owlish 'aUlIS OA% 2 -owlishly 'aUlISlI Pu% 3 -owls aUlz Kj% 1 -own @Un J0%,OA*,Qx* 12C,3B,6A,9 -owned @Und Jc%,Jd% 12C,3B,6A,9 -owner '@Un@R K6% 2 -owner-driven ,@Un@-'drIvn OA$ 4 -owner-driver ,@Un@-'draIv@R K6% 4 -owner-drivers ,@Un@-'draIv@z Kj% 4 -owner-occupied ,@Un@r-'0kj@paId OA% 5 -owner-occupier ,@Un@r-'0kjUpaI@R K6% 6 -owner-occupiers ,@Un@r-'0kjUpaI@z Kj% 6 -ownerless '@Un@l@s OA% 3 -owners '@Un@z Kj% 2 -ownership '@Un@SIp L@% 3 -owning '@UnIN Jb% 22C,3B,6A,9 -owns @Unz Ja% 12C,3B,6A,9 -ox 0ks Ki% 1 -oxen '0ksn Kj% 2 -oxeye '0ksaI K6$ 2 -oxeyed '0ksaId OA$ 2 -oxeyes '0ksaIz Kj$ 2 -oxidation ,0ksId'eISn L@% 4 -oxide '0ksaId M6% 2 -oxides '0ksaIdz Mj% 2 -oxidization ,0ksIdaI'zeISn M6% 5 -oxidizations ,0ksIdaI'zeISnz Mj$ 5 -oxidize '0ksIdaIz J2% 32A,6A -oxidized '0ksIdaIzd Jc%,Jd% 32A,6A -oxidizes '0ksIdaIzIz Ja% 42A,6A -oxidizing '0ksIdaIzIN Jb% 42A,6A -oxtail '0ksteIl K6% 2 -oxtails '0ksteIlz Kj$ 2 -oxyacetylene ,0ksI@'set@lin L@%,OA% 6 -oxygen '0ksIdZ@n L@% 3 -oxygenate '0ksIdZ@neIt H2% 4 -oxygenated '0ksIdZ@neItId Hc%,Hd% 5 -oxygenates '0ksIdZ@neIts Ha% 4 -oxygenating '0ksIdZ@neItIN Hb% 5 -oxygenize '0ksIdZ@naIz H2$ 4 -oxygenized '0ksIdZ@naIzd Hc$,Hd$ 4 -oxygenizes '0ksIdZ@naIzIz Ha$ 5 -oxygenizing '0ksIdZ@naIzIN Hb$ 5 -oyes @U'jes W-$ 2 -oyez @U'jez W-$ 2 -oyster 'oIst@R K6% 2 -oyster-bank 'oIst@-b&Nk K6$ 3 -oyster-banks 'oIst@-b&Nks Kj$ 3 -oyster-bar 'oIst@-bAR K6$ 3 -oyster-bars 'oIst@-bAz Kj$ 3 -oyster-bed 'oIst@-bed K6% 3 -oyster-beds 'oIst@-bedz Kj% 3 -oyster-catcher 'oIst@-k&tS@R K6% 4 -oyster-catchers 'oIst@-k&tS@z Kj% 4 -oysters 'oIst@z Kj% 2 -oz 0z Y]% 1 -ozone '@Uz@Un L@% 2 -p pi Ki$ 1 -p's piz Kj$ 1 -p^at_e 'p&teI M6% 2 -p^at_es 'p&teIz Mj% 2 -pa pA Ki% 1 -pabulum 'p&bjUl@m L@$ 3 -pace peIs J2%,K6% 12A,2C,6A,15B -paced peIst Jc%,Jd% 12A,2C,6A,15B -pacemaker 'peIsmeIk@R K6% 3 -pacemakers 'peIsmeIk@z Kj% 3 -paces 'peIsIz Ja%,Kj% 22A,2C,6A,15B -pacesetter 'peIs+set@R K6% 3 -pacesetters 'peIs+set@z Kj% 3 -pachyderm 'p&kId3m K6$ 3 -pachyderms 'p&kId3mz Kj$ 3 -pacific p@'sIfIk OA$ 3 -pacifically p@'sIfIklI Pu$ 4 -pacification ,p&sIfI'keISn L@$ 5 -pacified 'p&sIfaId Hc%,Hd% 36A -pacifies 'p&sIfaIz Ha% 36A -pacifism 'p&sIfIz@m L@% 4 -pacifist 'p&sifIst K6% 3 -pacifists 'p&sifIsts Kj% 3 -pacify 'p&sIfaI H3% 36A -pacifying 'p&sIfaIIN Hb% 46A -pacing 'peIsIN Jb% 22A,2C,6A,15B -pack p&k J0%,K6% 12A,2C,3A,6A,14,15A,15B -pack-animal 'p&k-&nIml K6% 4 -pack-animals 'p&k-&nImlz Kj% 4 -pack-saddle 'p&k-s&dl K6% 3 -pack-saddles 'p&k-s&dlz Kj% 3 -pack-thread 'p&k-Tred L@$ 2 -package 'p&kIdZ H2%,K6% 2 -packaged 'p&kIdZd Hc%,Hd% 2 -packages 'p&kIdZIz Ha%,Kj% 3 -packaging 'p&kIdZIN Hb% 3 -packed p&kt Jc%,Jd% 12A,2C,3A,6A,14,15A,15B -packer 'p&k@R K6% 2 -packers 'p&k@z Kj% 2 -packet 'p&kIt K6% 2 -packet-boat 'p&kIt-b@Ut K6% 3 -packet-boats 'p&kIt-b@Uts Kj% 3 -packets 'p&kIts Kj% 2 -packhorse 'p&khOs K6% 2 -packhorses 'p&khOsIz Kj% 3 -packing 'p&kIN Jb%,L@% 22A,2C,3A,6A,14,15A,15B -packing-case 'p&kIN-keIs K6% 3 -packing-cases 'p&kIN-keIsIz Kj% 4 -packing-needle 'p&kIN-nidl K6$ 4 -packing-needles 'p&kIN-nidlz Kj$ 4 -packs p&ks Ja%,Kj% 12A,2C,3A,6A,14,15A,15B -pact p&kt K6% 1 -pacts p&kts Kj$ 1 -pad p&d J4%,K6% 12A,2C,6A,15B -padded 'p&dId Jc%,Jd% 22A,2C,6A,15B -paddies 'p&dIz Mj$ 2 -padding 'p&dIN Jb%,L@% 22A,2C,6A,15B -paddle 'p&dl J2%,K6% 22A,6A -paddle-box 'p&dl-b0ks K7$ 3 -paddle-boxes 'p&dl-b0ksIz Kj$ 4 -paddle-steamer 'p&dl-stim@R K6% 4 -paddle-steamers 'p&dl-stim@z Kj% 4 -paddle-wheel 'p&dl-wil K6% 3 -paddle-wheels 'p&dl-wilz Kj% 3 -paddled 'p&dld Jc%,Jd% 22A,6A -paddles 'p&dlz Ja%,Kj% 22A,6A -paddling 'p&dlIN Jb% 22A,6A -paddock 'p&d@k K6% 2 -paddocks 'p&d@ks Kj% 2 -paddy 'p&dI M8$ 2 -paddy-field 'p&dI-fild K6% 3 -paddy-fields 'p&dI-fildz Kj% 3 -padlock 'p&dl0k H0%,K6% 26A -padlocked 'p&dl0kt Hc%,Hd% 26A -padlocking 'p&dl0kIN Hb% 36A -padlocks 'p&dl0ks Ha%,Kj% 26A -padre 'pAdreI K6% 2 -padres 'pAdreIz Kj% 2 -pads p&dz Ja%,Kj% 12A,2C,6A,15B -paean 'pi@n K6$ 2 -paeans 'pi@nz Kj$ 2 -paederasty 'ped@r&stI L@$ 4 -paediatrics ,pidI'&trIks Lk% 4 -paeonies 'pi@nIz Kj$ 3 -paeony 'pi@nI K8$ 3 -pagan 'peIg@n K6%,OA% 2 -paganism 'peIg@nIz@m L@$ 4 -pagans 'peIg@nz Kj$ 2 -page peIdZ H2%,K6% 16A -pageant 'p&dZ@nt K6% 2 -pageantry 'p&dZ@ntrI L@% 3 -pageants 'p&dZ@nts Kj% 2 -paged peIdZd Hc%,Hd% 16A -pages 'peIdZIz Ha%,Kj% 26A -pagination ,p&dZI'neISn L@% 4 -paging 'peIdZIN Hb% 26A -pagoda p@'g@Ud@ K6% 3 -pagodas p@'g@Ud@z Kj% 3 -pah pA W-$ 1 -paid peId Jc%,Jd% 12A,3A,6A,12A,12B,13A,13B,14,15B -pail peIl K6% 1 -pailful 'peIlfUl K6% 2 -pailfuls 'peIlfUlz Kj% 2 -paillasse 'p&lI&s K6$ 3 -paillasses 'p&lI&sIz Kj$ 4 -pailliasse 'p&lI&s K6$ 3 -pailliasses 'p&lI&sIz Kj$ 4 -pails peIlz Kj% 1 -pain peIn H0%,M6% 16A -pained peInd Hc%,Hd%,OA% 16A -painful 'peInf@l OA% 2 -painfully 'peInf@lI Pu% 3 -paining 'peInIN Hb% 26A -painkiller 'peInkIl@R K6% 3 -painkillers 'peInkIl@z Kj% 3 -painless 'peInl@s OA% 2 -painlessly 'peInl@slI Pu% 3 -pains peInz Ha%,Mj% 16A -painstaking 'peInzteIkIN OA% 3 -painstakingly 'peInzteIkINlI Pu% 4 -paint peInt J0%,M6% 12A,2C,6A,15A,15B,22 -paintbox 'peIntb0ks K7% 2 -paintboxes 'peIntb0ksIz Kj% 3 -paintbrush 'peIntbrVS K7% 2 -paintbrushes 'peIntbrVSIz Kj% 3 -painted 'peIntId Jc%,Jd% 22A,2C,6A,15A,15B,22 -painter 'peInt@R K6% 2 -painters 'peInt@z Kj% 2 -painting 'peIntIN Jb%,M6% 22A,2C,6A,15A,15B,22 -paintings 'peIntINz Mj% 2 -paints peInts Ja%,Mj% 12A,2C,6A,15A,15B,22 -pair pe@R J0%,K6% 12A,2C,6A,15B -paired pe@d Jc%,Jd% 12A,2C,6A,15B -pairing 'pe@rIN Jb% 22A,2C,6A,15B -pairs pe@z Ja%,Kj% 12A,2C,6A,15B -paisley 'peIzlI L@% 2 -pajamas p@'dZAm@z Kj% 3 -pal p&l I4%,K6% 1 -palace 'p&lIs K6% 2 -palaces 'p&lIsIz Kj% 3 -paladin 'p&l@dIn K6$ 3 -paladins 'p&l@dInz Kj$ 3 -palaeo- ,p&lI@U- U-% 3 -palaeolithic ,p&lI@U'lITIk OA% 5 -palaeontologist ,p&lI0n't0l@dZIst K6% 6 -palaeontologists ,p&lI0n't0l@dZIsts Kj% 6 -palaeontology ,p&lI0n't0l@dZI L@% 6 -palankeen ,p&l@n'kin K6$ 3 -palankeens ,p&l@n'kinz Kj$ 3 -palanquin ,p&l@n'kin K6$ 3 -palanquins ,p&l@n'kinz Kj$ 3 -palatable 'p&l@t@bl OA% 4 -palatably 'p&l@t@blI Pu% 4 -palatal 'p&l@tl K6$,OA$ 3 -palatals 'p&l@tlz Kj$ 3 -palate 'p&l@t K6% 2 -palates 'p&l@ts Kj% 2 -palatial p@'leISl OA% 3 -palatinate p@'l&tIn@t K6$ 4 -palatinates p@'l&tIn@ts Kj$ 4 -palaver p@'lAv@R I0$,M6$ 32A -palavered p@'lAv@d Ic$,Id$ 32A -palavering p@'lAv@rIN Ib$ 42A -palavers p@'lAv@z Ia$,Mj$ 32A -pale peIl I2%,K6%,OB% 12A,2C -paled peIld Ic%,Id% 12A,2C -paleface 'peIlfeIs K6% 2 -palefaces 'peIlfeIsIz Kj% 3 -palely 'peIl+lI Pu$ 2 -paleness 'peIln@s L@% 2 -paleolithic ,p&lI@U'lITIk OA% 5 -paleontologist ,p&lI0n't0l@dZIst K6% 6 -paleontologists ,p&lI0n't0l@dZIsts Kj% 6 -paleontology ,p&lI0n't0l@dZI L@% 6 -paler 'peIl@R Or% 2 -pales peIlz Ia%,Kj% 12A,2C -palest 'peIlIst Os% 2 -palette 'p&lIt K6% 2 -palette-knife 'p&lIt-naIf Ki% 3 -palette-knives 'p&lIt-naIvz Kj% 3 -palettes 'p&lIts Kj% 2 -palfrey 'pOlfrI K6$ 2 -palfreys 'pOlfrIz Kj$ 2 -palimpsest 'p&lImpsest K6$ 3 -palimpsests 'p&lImpsests Kj$ 3 -palindrome 'p&lIndr@Um K6% 3 -palindromes 'p&lIndr@Umz Kj% 3 -paling 'peIlIN Ib$,K6$ 22A,2C -palings 'peIlINz Kj% 2 -palisade ,p&lI'seId H2$,K6$ 36A -palisaded ,p&lI'seIdId Hc$,Hd$ 46A -palisades ,p&lI'seIdz Ha$,Kj$ 36A -palisading ,p&lI'seIdIN Hb$ 46A -palish 'peIlIS OA$ 2 -pall pOl I0%,K6% 12A,3A -pallbearer 'pOlbe@r@R K6% 3 -pallbearers 'pOlbe@r@z Kj% 3 -palled p&ld Ic$,Id$ 1 -palled pOld Ic%,Id% 12A,3A -pallet 'p&lIt K6% 2 -pallets 'p&lIts Kj% 2 -palliasse 'p&lI&s K6$ 3 -palliasses 'p&lI&sIz Kj$ 4 -palliate 'p&lIeIt H2$ 36A -palliated 'p&lIeItId Hc$,Hd$ 46A -palliates 'p&lIeIts Ha$ 36A -palliating 'p&lIeItIN Hb$ 46A -palliation ,p&lI'eISn M6$ 4 -palliations ,p&lI'eISnz Mj$ 4 -palliative 'p&lI@tIv K6%,OA% 4 -palliatives 'p&lI@tIvz Kj% 4 -pallid 'p&lId OA% 2 -pallidly 'p&lIdlI Pu% 3 -pallidness 'p&lIdn@s L@$ 3 -pallier 'p&lI@R Or$ 3 -palliest 'p&lIIst Os$ 3 -palling 'p&lIN Ib% 2 -palling 'pOlIN Ib% 22A,3A -pallor 'p&l@R L@% 2 -palls pOlz Ia%,Kj% 12A,3A -pally 'p&lI OD% 2 -palm pAm H0%,K6% 16A,15B -palm-oil 'pAm-oIl L@% 2 -palmed pAmd Hc%,Hd% 16A,15B -palmer 'pAm@R K6$ 2 -palmers 'pAm@z Kj$ 2 -palmetto p&l'met@U K6$ 3 -palmettoes p&l'met@Uz Kj$ 3 -palmettos p&l'met@Uz Kj$ 3 -palmier 'pAmI@R Or$ 3 -palmiest 'pAmIIst Os$ 3 -palming 'pAmIN Hb% 26A,15B -palmist 'pAmIst K6% 2 -palmistry 'pAmIstrI L@% 3 -palmists 'pAmIsts Kj% 2 -palms pAmz Ha%,Kj% 16A,15B -palmy 'pAmI OD% 2 -palpable 'p&lp@bl OA% 3 -palpably 'p&lp@blI Pu% 3 -palpitate 'p&lpIteIt I2% 32A,2C -palpitated 'p&lpIteItId Ic%,Id% 42A,2C -palpitates 'p&lpIteIts Ia% 32A,2C -palpitating 'p&lpIteItIN Ib% 42A,2C -palpitation ,p&lpI'teISn K6% 4 -palpitations ,p&lpI'teISnz Kj% 4 -pals p&lz Ia%,Kj% 1 -palsied 'pOlzId Hc$,Hd% 2 -palsies 'pOlzIz Ha$ 2 -palsy 'pOlzI H3$,L@% 2 -palsying 'pOlzIIN Hb$ 3 -palter 'pOlt@R I0$ 23A -paltered 'pOlt@d Ic$,Id$ 23A -paltering 'pOlt@rIN Ib$ 33A -palters 'pOlt@z Ia$ 23A -paltrier 'pOltrI@R Or% 3 -paltriest 'pOltrIIst Os% 3 -paltry 'pOltrI OD% 2 -pampas 'p&mp@s Kj% 2 -pampas-grass 'p&mp@s-grAs L@% 3 -pamper 'p&mp@R H0% 26A -pampered 'p&mp@d Hc%,Hd% 26A -pampering 'p&mp@rIN Hb% 36A -pampers 'p&mp@z Ha% 26A -pamphlet 'p&mflIt K6% 2 -pamphleteer ,p&mfl@'tI@R K6% 3 -pamphleteers ,p&mfl@'tI@z Kj% 3 -pamphlets 'p&mflIts Kj% 2 -pan p&n J4%,M6% 12C,3A,6A,15B -pan- p&n- U-% 1 -pan-pipes 'p&n-paIps Kj% 2 -panacea ,p&n@'sI@ K6% 4 -panaceas ,p&n@'sI@z Kj% 4 -panache p&'n&S L@% 2 -panama 'p&n@mA K6$ 3 -panamas 'p&n@mAz Kj$ 3 -panatella ,p&n@'tel@ K6$ 4 -panatellas ,p&n@'tel@z Kj$ 4 -pancake 'p&nkeIk K6% 2 -pancakes 'p&nkeIks Kj% 2 -panchromatic ,p&nkr@'m&tIk OA$ 4 -pancreas 'p&NkrI@s K7% 3 -pancreases 'p&NkrI@sIz Kj$ 4 -pancreatic ,p&NkrI'&tIk OA% 4 -panda 'p&nd@ K6% 2 -pandas 'p&nd@z Kj% 2 -pandemic p&n'demIk K6$,OA$ 3 -pandemics p&n'demIks Kj$ 3 -pandemonium ,p&ndI'm@UnI@m M6% 5 -pandemoniums ,p&ndI'm@UnI@mz Mj$ 5 -pander 'p&nd@R I0%,K6% 23A -pandered 'p&nd@d Ic%,Id% 23A -pandering 'p&nd@rIN Ib% 33A -panders 'p&nd@z Ia%,Kj% 23A -pane peIn K6% 1 -panegyric ,p&nI'dZIrIk K6% 4 -panegyrics ,p&nI'dZIrIks Kj% 4 -panel 'p&nl H4%,K6% 2 -panelled 'p&nld Hc%,Hd% 2 -panelling 'p&n@lIN Hb%,L@% 3 -panels 'p&nlz Ha%,Kj% 2 -panes peInz Kj% 1 -pang p&N K6% 1 -panga 'p&Ng@ K6$ 2 -pangas 'p&Ng@z Kj$ 2 -pangs p&Nz Kj% 1 -panhandle 'p&nh&ndl I2$,K6$ 3 -panhandled 'p&nh&ndld Ic$,Id$ 3 -panhandles 'p&nh&ndlz Ia$,Kj$ 3 -panhandling 'p&nh&ndlIN Ib$ 3 -panic 'p&nIk I5%,M6% 2 -panic-stricken 'p&nIk-strIk@n OA% 4 -panicked 'p&nIkt Ic%,Id% 2 -panicking 'p&nIkIN Ib% 3 -panicky 'p&nIkI OA% 3 -panics 'p&nIks Ia%,Mj% 2 -panjandrum p&n'dZ&ndr@m K6$ 3 -panjandrums p&n'dZ&ndr@mz Kj$ 3 -panned p&nd Jc%,Jd% 12C,3A,6A,15B -pannier 'p&nI@R K6% 3 -panniers 'p&nI@z Kj% 3 -pannikin 'p&nIkIn K6$ 3 -pannikins 'p&nIkInz Kj$ 3 -panning 'p&nIN Jb% 22C,3A,6A,15B -panoplied 'p&n@plId OA% 3 -panoplies 'p&n@plIz Kj% 3 -panoply 'p&n@plI K8% 3 -panoptic p&n'0ptIk OA$ 3 -panorama ,p&n@'rAm@ K6% 4 -panoramas ,p&n@'rAm@z Kj% 4 -panoramic ,p&n@'r&mIk OA% 4 -pans p&nz Ja%,Mj% 12C,3A,6A,15B -pansies 'p&nzIz Kj% 2 -pansy 'p&nzI K8% 2 -pant p&nt J0%,K6% 12A,2C,3A,6A,15B -pantaloon ,p&nt@'lun K6$ 3 -pantaloons ,p&nt@'lunz Kj$ 3 -pantechnicon p&n'teknIk@n K6% 4 -pantechnicons p&n'teknIk@nz Kj$ 4 -panted 'p&ntId Jc%,Jd% 22A,2C,3A,6A,15B -pantheism 'p&nTIIz@m L@% 4 -pantheist 'p&nTIIst K6% 3 -pantheistic ,p&nTI'IstIk OA% 4 -pantheists 'p&nTIIsts Kj$ 3 -pantheon 'p&nTI@n K6% 3 -pantheons 'p&nTI@nz Kj$ 3 -panther 'p&nT@R K6% 2 -panthers 'p&nT@z Kj% 2 -panties 'p&ntIz Kj% 2 -pantile 'p&ntaIl K6$ 2 -pantiles 'p&ntaIlz Kj$ 2 -panting 'p&ntIN Jb% 22A,2C,3A,6A,15B -pantingly 'p&ntINlI Pu$ 3 -panto 'p&nt@U K6% 2 -pantograph 'p&nt@grAf K6$ 3 -pantographs 'p&nt@grAfs Kj$ 3 -pantomime 'p&nt@maIm M6% 3 -pantomimes 'p&nt@maImz Mj% 3 -pantos 'p&nt@Uz Kj% 2 -pantries 'p&ntrIz Kj% 2 -pantry 'p&ntrI K8% 2 -pantryman 'p&ntrIm&n Ki$ 3 -pantrymen 'p&ntrImen Kj$ 3 -pants p&nts Ja%,Kj% 12A,2C,3A,6A,15B -panty-hose 'p&ntI-h@Uz L@% 3 -panzer 'p&nts@R Oq$ 2 -pap p&p L@% 1 -papa p@'pA K6% 2 -papacies 'peIp@sIz Kj$ 3 -papacy 'peIp@sI K8% 3 -papal 'peIpl OA% 2 -papas p@'pAz Kj$ 2 -papaw 'pOpO K6$ 2 -papaws pO'pOz Kj$ 2 -papaya p@'paI@ K6$ 3 -papayas p@'paI@z Kj$ 3 -paper 'peIp@R H0%,M6% 26A,15B -paper-chase 'peIp@-tSeIs K6% 3 -paper-chases 'peIp@-tSeIsIz Kj$ 4 -paperback 'peIp@b&k K6% 3 -paperbacked 'peIp@b&kt OA% 3 -paperbacks 'peIp@b&ks Kj% 3 -paperclip 'peIp@klIp K6% 3 -paperclips 'peIp@klIps Kj% 3 -papered 'peIp@d Hc%,Hd% 26A,15B -paperhanger 'peIp@h&N@R K6$ 4 -paperhangers 'peIp@h&N@z Kj$ 4 -papering 'peIp@rIN Hb% 36A,15B -paperknife 'peIp@naIf Ki% 3 -paperknives 'peIp@naIvz Kj% 3 -paperless 'peIp@lIs OA% 3 -papermill 'peIp@mIl K6% 3 -papermills 'peIp@mIlz Kj% 3 -papers 'peIp@z Ha%,Mj% 26A,15B -paperweight 'peIp@weIt K6% 3 -paperweights 'peIp@weIts Kj% 3 -paperwork 'peIp@w3k L@% 3 -papier-m^ach_e ,p&pIeI-'m&SeI L@% 4 -papist 'peIpIst K6%,OA% 2 -papists 'peIpIsts Kj% 2 -papoose p@'pus K6$ 2 -papooses p@'pusIz Kj$ 3 -paprika 'p&prIk@ L@% 3 -papyri p@'paIraI Kj$ 3 -papyrus p@'paIr@s M7$ 3 -papyruses p@'paIr@sIz Mj$ 4 -par pAR M6% 1 -par excellence ,pAr 'eks@lAns Pu% 4 -para 'p&r@ Y>% 2 -parable 'p&r@bl K6% 3 -parables 'p&r@blz Kj% 3 -parabola p@'r&b@l@ K6% 4 -parabolas p@'r&b@l@z Kj% 4 -parabolic ,p&r@'b0lIk OA% 4 -parabolical ,p&r@'b0lIkl OA$ 5 -parachute 'p&r@Sut J2%,K6% 32A,2C,6A,15A,15B -parachuted 'p&r@SutId Jc%,Jd% 42A,2C,6A,15A,15B -parachutes 'p&r@Suts Ja%,Kj% 32A,2C,6A,15A,15B -parachuting 'p&r@SutIN Jb% 42A,2C,6A,15A,15B -parachutist 'p&r@SutIst K6% 4 -parachutists 'p&r@SutIsts Kj% 4 -parade p@'reId J2%,M6% 22A,6A -parade-ground p@'reId-graUnd K6% 3 -parade-grounds p@'reId-graUndz Kj% 3 -paraded p@'reIdId Jc%,Jd% 32A,6A -parades p@'reIdz Ja%,Mj% 22A,6A -paradigm 'p&r@daIm K6% 3 -paradigms 'p&r@daImz Kj% 3 -parading p@'reIdIN Jb% 32A,6A -paradise 'p&r@daIs M6% 3 -paradises 'p&r@daIsIz Mj$ 4 -paradisiac ,p&r@'dIzI&k OA$ 5 -paradisiacal ,p&r@dI'zaI@kl OA$ 6 -paradox 'p&r@d0ks K7% 3 -paradoxes 'p&r@d0ksIz Kj% 4 -paradoxical ,p&r@'d0ksIkl OA% 5 -paradoxically ,p&r@'d0ksIklI Pu% 5 -paraffin 'p&r@fIn L@% 3 -paragon 'p&r@g@n K6% 3 -paragons 'p&r@g@nz Kj% 3 -paragraph 'p&r@grAf H0%,K6% 3 -paragraphed 'p&r@grAft Hc%,Hd% 3 -paragraphing 'p&r@grAfIN Hb% 4 -paragraphs 'p&r@grAfs Ha%,Kj% 3 -parakeet 'p&r@kit K6% 3 -parakeets 'p&r@kits Kj% 3 -parallel 'p&r@lel H4%,M6%,OA% 36A -paralleled 'p&r@leld Hc%,Hd% 36A -paralleling 'p&r@lelIN Hb% 46A -parallelism 'p&r@lelIz@m M6% 5 -parallelisms 'p&r@lelIz@mz Mj$ 5 -parallelogram ,p&r@'lel@gr&m K6% 5 -parallelograms ,p&r@'lel@gr&mz Kj% 5 -parallels 'p&r@lelz Ha%,Mj% 36A -paralyse 'p&r@laIz H2% 36A -paralysed 'p&r@laIzd Hc%,Hd% 36A -paralyses 'p&r@laIzIz Ha% 46A -paralysing 'p&r@laIzIN Hb% 46A -paralysis p@'r&l@sIs L@% 4 -paralytic ,p&r@'lItIk K6%,OA% 4 -paralytics ,p&r@'lItIks Kj% 4 -paralyze 'p&r@laIz H2% 36A -paralyzed 'p&r@laIzd Hc%,Hd% 36A -paralyzes 'p&r@laIzIz Ha% 46A -paralyzing 'p&r@laIzIN Hb% 46A -parameter p@'r&mIt@R K6% 4 -parameters p@'r&mIt@z Kj% 4 -paramilitary ,p&r@'mIlItrI OA% 5 -paramount 'p&r@maUnt OA% 3 -paramountcy 'p&r@maUntsI L@$ 4 -paramour 'p&r@mU@R K6% 3 -paramours 'p&r@mU@z Kj% 3 -paranoia ,p&r@'noI@ L@% 4 -paranoiac ,p&r@'noI&k K6% 4 -paranoiacs ,p&r@'noI&ks Kj% 4 -paranoid 'p&r@noId K6$,OA% 3 -paranoids 'p&r@noIdz Kj$ 3 -parapet 'p&r@pIt K6% 3 -parapets 'p&r@pIts Kj% 3 -paraphernalia ,p&r@f@'neIlI@ L@% 6 -paraphrase 'p&r@freIz H2% 36A -paraphrased 'p&r@freIzd Hc%,Hd% 36A -paraphrases 'p&r@freIzIz Ha% 46A -paraphrasing 'p&r@freIzIN Hb% 46A -paraplegia ,p&r@'plidZ@ L@% 5 -paraplegic ,p&r@'plidZIk K6%,OA% 4 -paraplegics ,p&r@'plidZIks Kj% 4 -parasite 'p&r@saIt K6% 3 -parasites 'p&r@saIts Kj% 3 -parasitic ,p&r@'sItIk OA% 4 -parasitical ,p&r@'sItIkl OA% 5 -parasol 'p&r@s0l K6% 3 -parasols 'p&r@s0lz Kj% 3 -paratrooper 'p&r@trup@R K6% 4 -paratroopers 'p&r@trup@z Kj% 4 -paratroops 'p&r@trups Kj% 3 -paratyphoid ,p&r@'taIfoId L@% 4 -parboil 'pAboIl H0% 26A -parboiled 'pAboIld Hc%,Hd% 26A -parboiling 'pAboIlIN Hb$ 36A -parboils 'pAboIlz Ha$ 26A -parcel 'pAsl H4%,K6% 26A,15B -parcelled 'pAsld Hc%,Hd% 26A,15B -parcelling 'pAslIN Hb% 26A,15B -parcels 'pAslz Ha%,Kj% 26A,15B -parch pAtS H1$ 16A -parched pAtSt Hc$,Hd% 16A -parches 'pAtSIz Ha$ 26A -parching 'pAtSIN Hb$ 26A -parchment 'pAtSm@nt M6% 2 -parchments 'pAtSm@nts Mj% 2 -pardon 'pAdn H0%,M6% 26A,12B,13B -pardonable 'pAdn@bl OA% 3 -pardonably 'pAdn@blI Pu% 3 -pardoned 'pAdnd Hc%,Hd% 26A,12B,13B -pardoner 'pAd@n@R K6% 3 -pardoners 'pAd@n@z Kj% 3 -pardoning 'pAd@nIN Hb% 36A,12B,13B -pardons 'pAdnz Ha%,Mj% 26A,12B,13B -pare pe@R H2% 16A,15B -pared pe@d Hc%,Hd% 16A,15B -paregoric ,p&r@'g0rIk L@$ 4 -parent 'pe@r@nt K6% 2 -parentage 'pe@r@ntIdZ L@% 3 -parental p@'rentl OA% 3 -parentally p@'rent@lI Pu% 4 -parentheses p@'renT@siz Kj% 4 -parenthesis p@'renT@sIs Ki% 4 -parenthetic ,p&r@n'TetIk OA$ 4 -parenthetical ,p&r@n'TetIkl OA$ 5 -parenthetically ,p&r@n'TetIklI Pu% 5 -parents 'pe@r@nts Kj% 2 -pares pe@z Ha% 16A,15B -pari passu ,p&rI 'p&su Pu$ 4 -pari-mutuel ,p&rI-'mjutjUel K6$ 5 -pari-mutuels ,p&rI-'mjutjUelz Kj$ 5 -pariah p@'raI@ K6% 3 -pariah-dog p@-'raI@d0g K6$ 4 -pariah-dogs p@-'raI@d0gz Kj$ 4 -pariahs p@'raI@z Kj% 3 -paring 'pe@rIN Hb% 26A,15B -parings 'pe@rINz Kj% 2 -parish 'p&rIS K7% 2 -parishes 'p&rISIz Kj% 3 -parishioner p@'rIS@n@R K6% 4 -parishioners p@'rIS@n@z Kj% 4 -parity 'p&rItI L@% 3 -park pAk J0%,K6% 12A,6A,15A -parka 'pAk@ K6$ 2 -parkas 'pAk@z Kj$ 2 -parked pAkt Jc%,Jd% 12A,6A,15A -parking 'pAkIN Jb%,L@% 22A,6A,15A -parks pAks Ja%,Kj% 12A,6A,15A -parky 'pAkI OA% 2 -parlance 'pAl@ns K6% 2 -parlances 'pAl@nsIz Kj$ 3 -parley 'pAlI I0%,K6% 22A,3A -parleyed 'pAlId Ic%,Id% 22A,3A -parleying 'pAlIIN Ib% 32A,3A -parleys 'pAlIz Ia%,Kj% 22A,3A -parliament 'pAl@m@nt K6% 3 -parliamentarian ,pAl@m@n'te@rI@n K6% 6 -parliamentarians ,pAl@m@n'te@rI@nz Kj% 6 -parliamentary ,pAl@'mentrI OA% 4 -parliaments 'pAl@m@nts Kj% 3 -parlour 'pAl@R K6% 2 -parlour-car 'pAl@-kAR K6$ 3 -parlour-cars 'pAl@-kAz Kj$ 3 -parlours 'pAl@z Kj% 2 -parlous 'pAl@s OA$ 2 -parochial p@'r@UkI@l OA% 4 -parochialism p@'r@UkI@lIz@m L@% 6 -parochially p@'r@UkI@lI Pu% 5 -parodied 'p&r@dId Hc%,Hd% 36A -parodies 'p&r@dIz Ha%,Mj% 36A -parodist 'p&r@dIst K6$ 3 -parodists 'p&r@dIsts Kj$ 3 -parody 'p&r@dI H3%,M8% 36A -parodying 'p&r@dIIN Hb% 46A -parole p@'r@Ul H2$,L@% 26A -paroled p@'r@Uld Hc$,Hd% 26A -paroles p@'r@Ulz Ha$ 26A -paroling p@'r@UlIN Hb$ 36A -paroquet 'p&r@kit K6$ 3 -paroquets 'p&r@kits Kj$ 3 -paroxysm 'p&r@ksIz@m K6% 4 -paroxysms 'p&r@ksIz@mz Kj% 4 -parquet 'pAkeI L@% 2 -parr pAR K6$ 1 -parricide 'p&rIsaId M6$ 3 -parricides 'p&rIsaIdz Mj$ 3 -parried 'p&rId Hc%,Hd% 26A -parries 'p&rIz Ha%,Kj% 26A -parrot 'p&r@t K6% 2 -parrots 'p&r@ts Kj% 2 -parrs pAz Kj$ 1 -parry 'p&rI H3%,K8% 26A -parrying 'p&rIIN Hb% 36A -pars pAz Mj$ 1 -parse pAz H2% 16A -parsed pAzd Hc%,Hd% 16A -parses 'pAzIz Ha% 26A -parsimonious ,pAsI'm@UnI@s OA% 5 -parsimony 'pAsIm@nI L@% 4 -parsing 'pAzIN Hb% 26A -parsley 'pAslI L@% 2 -parsnip 'pAsnIp K6% 2 -parsnips 'pAsnIps Kj% 2 -parson 'pAsn K6% 2 -parsonage 'pAs@nIdZ K6% 3 -parsonages 'pAs@nIdZIz Kj$ 4 -parsons 'pAsnz Kj% 2 -part pAt J0%,K6*,Pu% 12A,2D,3A,6A -part-owner pAt-'@Un@R K6% 3 -part-owners pAt-'@Un@z Kj% 3 -part-singing 'pAt-sININ L@% 3 -part-song 'pAt-s0N K6% 2 -part-songs 'pAt-s0Nz Kj% 2 -part-time 'pAt-taIm OA%,Pu% 2 -part-timer pAt-'taIm@R K6% 3 -part-timers pAt-'taIm@z Kj% 3 -partake pA'teIk J5% 23A -partaken pA'teIk@n Jd% 33A -partakes pA'teIks Ja% 23A -partaking pA'teIkIN Jb% 33A -parted 'pAtId Jc%,Jd% 22A,2D,3A,6A -parterre pA'te@R K6$ 2 -parterres pA'te@z Kj$ 2 -parthenogenesis ,pATIn@U'dZen@sIs L@$ 6 -parti-coloured 'pAtI-kVl@d OA$ 4 -partial 'pASl OA% 2 -partialities ,pASI'&lItIz Mj% 5 -partiality ,pASI'&lItI M8% 5 -partially 'pAS@lI Pu% 3 -participant pA'tIsIp@nt K6% 4 -participants pA'tIsIp@nts Kj% 4 -participate pA'tIsIpeIt I2% 42A,3A -participated pA'tIsIpeItId Ic%,Id% 52A,3A -participates pA'tIsIpeIts Ia% 42A,3A -participating pA'tIsIpeItIN Ib% 52A,3A -participation pA,tIsI'peISn L@% 5 -participial ,pAtI'sIpI@l OA$ 5 -participle 'pAtIsIpl K6% 4 -participles 'pAtIsIplz Kj% 4 -particle 'pAtIkl K6% 3 -particles 'pAtIklz Kj% 3 -particular p@'tIkjUl@R K6%,OA% 4 -particularities p@,tIkjU'l&rItIz Mj% 6 -particularity p@,tIkjU'l&rItI M8% 6 -particularize p@'tIkjul@raIz J2% 52A,6A -particularized p@'tIkjul@raIzd Jc%,Jd% 52A,6A -particularizes p@'tIkjul@raIzIz Ja% 62A,6A -particularizing p@'tIkjul@raIzIN Jb% 62A,6A -particularly p@'tIkjUl@lI Pu% 5 -particulars p@'tIkjUl@z Kj% 4 -parties 'pAtIz Mj% 2 -parting 'pAtIN Jb%,M6% 22A,2D,3A,6A -partings 'pAtINz Mj% 2 -partisan ,pAtI'z&n K6%,OA% 3 -partisans ,pAtI'z&nz Kj% 3 -partisanship ,pAtI'z&nSIp L@% 4 -partition pA'tISn H0%,M6% 36A,15B -partitioned pA'tISnd Hc%,Hd% 36A,15B -partitioning pA'tISnIN Hb% 46A,15B -partitions pA'tISnz Ha%,Mj% 36A,15B -partitive 'pAtItIv K6$,OA$ 3 -partitives 'pAtItIvz Kj$ 3 -partly 'pAtlI Pu% 2 -partner 'pAtn@R H0%,K6% 26A,15A -partnered 'pAtn@d Hc%,Hd% 26A,15A -partnering 'pAtn@rIN Hb% 36A,15A -partners 'pAtn@z Ha%,Kj% 26A,15A -partnership 'pAtn@SIp M6% 3 -partnerships 'pAtn@SIps Mj% 3 -partook pA'tUk Jc% 23A -partridge 'pAtrIdZ M6% 2 -partridges 'pAtrIdZIz Mj% 3 -parts pAts Ja%,Kj% 12A,2D,3A,6A -parturition ,pAtjU'rISn L@% 4 -party 'pAtI M8* 2 -party-spirit ,pAtI-'spIrIt L@% 4 -party-spirited ,pAtI-'spIrItId OA$ 5 -party-wall ,pAtI-'wOl K6% 3 -party-walls ,pAtI-'wOlz Kj% 3 -parvenu 'pAv@nju K6$ 3 -parvenus 'pAv@njuz Kj$ 3 -paschal 'p&skl OA$ 2 -pasha 'pAS@ K6$ 2 -pashas 'pAS@z Kj$ 2 -pass pAs J1%,K7% 12A,2C,3A,6A,12A,13A,14,15A,15B -pass_e 'p&seI OA% 2 -pass_ee 'p&seI OA$ 2 -passable 'pAs@bl OA% 3 -passably 'pAs@blI Pu% 3 -passage 'p&sIdZ M6% 2 -passages 'p&sIdZIz Mj% 3 -passageway 'p&sIdZweI K6% 3 -passageways 'p&sIdZweIz Kj% 3 -passbook 'pAsbUk K6% 2 -passbooks 'pAsbUks Kj% 2 -passed pAst Jc%,Jd% 12A,2C,3A,6A,12A,13A,14,15A,15B -passenger 'p&sIndZ@R K6% 3 -passengers 'p&sIndZ@z Kj% 3 -passepartout ,p&spA'tu M6$ 3 -passepartouts ,p&spA'tuz Mj$ 3 -passer-by ,pAs@-'baI Ki% 3 -passers-by ,pAs@z-'baI Kj% 3 -passes 'pAsIz Ja%,Kj% 22A,2C,3A,6A,12A,13A,14,15A,15B -passim 'p&sIm Pu$ 2 -passing 'pAsIN Jb%,L@%,OA%,Pu% 22A,2C,3A,6A,12A,13A,14,15A,15B -passing-out ,pAsIN-'aUt OA% 3 -passion 'p&Sn M6% 2 -passion-flower 'p&Sn-flaU@R K6% 4 -passion-flowers 'p&Sn-flaU@z Kj% 4 -passionate 'p&S@n@t OA% 3 -passionately 'p&S@n@tlI Pu% 4 -passionless 'p&Snl@s OA% 3 -passions 'p&Snz Mj% 2 -passive 'p&sIv K6%,OA% 2 -passively 'p&sIvlI Pu% 3 -passiveness 'p&sIvn@s L@% 3 -passives 'p&sIvz Kj$ 2 -passivity p&'sIvItI L@% 4 -passkey 'pAski K6% 2 -passkeys 'pAskiz Kj% 2 -passport 'pAspOt K6% 2 -passports 'pAspOts Kj% 2 -password 'pAsw3d K6% 2 -passwords 'pAsw3dz Kj% 2 -past pAst Jd%,K6*,OA*,Pu*,T-* 12A,2C,3A,6A,12A,13A,14,15A,15B -pasta 'p&st@ L@% 2 -paste peIst H2%,M6% 16A,15A,15B -paste-up 'peIst-Vp K6$ 2 -paste-ups 'peIst-Vps Kj$ 2 -pasteboard 'peIstbOd L@% 2 -pasted 'peIstId Hc%,Hd% 26A,15A,15B -pastel 'p&stl K6% 2 -pastels 'p&stlz Kj% 2 -pastern 'p&st@n K6$ 2 -pasterns 'p&st@nz Kj$ 2 -pastes peIsts Ha%,Mj% 16A,15A,15B -pasteurization ,pAstS@raI'zeISn L@% 5 -pasteurize 'pAstS@raIz H2% 36A -pasteurized 'pAstS@raIzd Hc%,Hd% 36A -pasteurizes 'pAstS@raIzIz Ha% 46A -pasteurizing 'pAstS@raIzIN Hb% 46A -pastiche p&'stiS K6% 2 -pastiches p&'stiSIz Kj$ 3 -pastier 'peIstI@R Or% 3 -pasties 'p&stIz Kj% 2 -pastiest 'peIstIIst Os% 3 -pastille 'p&stIl K6% 2 -pastilles 'p&stIlz Kj% 2 -pastime 'pAstaIm K6% 2 -pastimes 'pAstaImz Kj% 2 -pasting 'peIstIN Hb%,K6% 26A,15A,15B -pastings 'peIstINz Kj% 2 -pastor 'pAst@R K6% 2 -pastoral 'pAst@r@l K6%,OA% 3 -pastorals 'pAst@r@lz Kj% 3 -pastorate 'pAst@r@t K6$ 3 -pastorates 'pAst@r@ts Kj$ 3 -pastors 'pAst@z Kj% 2 -pastries 'peIstrIz Mj% 2 -pastry 'peIstrI M8% 2 -pastry-cook 'peIstrI-kUk K6% 3 -pastry-cooks 'peIstrI-kUks Kj% 3 -pasts pAsts Kj% 1 -pasturage 'pAstS@rIdZ L@% 3 -pasture 'pAstS@R J2%,M6% 22A,6A -pastured 'pAstS@d Jc%,Jd% 22A,6A -pastures 'pAstS@z Ja%,Mj% 22A,6A -pasturing 'pAstS@rIN Jb% 32A,6A -pasty 'p&stI K8% 2 -pasty 'peIstI OD% 2 -pat p&t J4%,K6%,Pu% 12A,6A,15A -patch p&tS H1%,K7% 16A,15B -patch-pocket 'p&tS-p0kIt K6$ 3 -patch-pockets 'p&tS-p0kIts Kj$ 3 -patched p&tSt Hc%,Hd% 16A,15B -patches 'p&tSIz Ha%,Kj% 26A,15B -patchier 'p&tSI@R Or% 3 -patchiest 'p&tSIIst Os% 3 -patchily 'p&tSIlI Pu% 3 -patchiness 'p&tSIn@s L@% 3 -patching 'p&tSIN Hb% 26A,15B -patchouli 'p&tSUlI L@$ 3 -patchwork 'p&tSw3k L@% 2 -patchy 'p&tSI OD% 2 -pate peIt K6% 1 -pate de foie gras ,p&teI d@ ,fwA 'grA L@% 5 -patella p@'tel@ K6% 3 -patellas p@'tel@z Kj$ 3 -patent 'peItnt H0%,K6%,OA% 26A -patented 'peItntId Hc%,Hd% 36A -patentee ,peItn'ti K6$ 3 -patentees ,peItn'tiz Kj$ 3 -patenting 'peItntIN Hb% 36A -patently 'peItntlI Pu% 3 -patents 'peItnts Ha%,Kj% 26A -paterfamilias ,peIt@f@'mIlI&s Ki% 6 -paternal p@'t3nl OA% 3 -paternalism p@'t3n@lIz@m L@% 5 -paternally p@'t3n@lI Pu% 4 -paternity p@'t3nItI L@% 4 -paternoster ,p&t@'n0st@R K6$ 4 -paternosters ,p&t@'n0st@z Kj$ 4 -pates peIts Kj% 1 -path pAT K6% 1 -path-finder 'pAT-faInd@R K6% 3 -path-finders 'pAT-faInd@z Kj% 3 -pathetic p@'TetIk OA% 3 -pathetically p@'TetIklI Pu% 4 -pathless 'pATl@s OA% 2 -pathogen 'p&T@dZ@n K6% 3 -pathogens 'p&T@dZ@nz Kj% 3 -pathological ,p&T@'l0dZIkl OA% 5 -pathologically ,p&T@'l0dZIklI Pu% 5 -pathologist p@'T0l@dZIst K6% 4 -pathologists p@'T0l@dZIsts Kj% 4 -pathology p@'T0l@dZI L@% 4 -pathos 'peIT0s L@% 2 -paths pADz Kj% 1 -pathway 'pATweI K6% 2 -pathways 'pATweIz Kj% 2 -patience 'peISns L@% 2 -patient 'peISnt K6%,OA% 2 -patiently 'peISntlI Pu% 3 -patients 'peISnts Kj% 2 -patina 'p&tIn@ K6$ 3 -patinas 'p&tIn@z Kj$ 3 -patio 'p&tI@U K6% 3 -patios 'p&tI@Uz Kj% 3 -patisserie p@'tis@rI K6% 4 -patisseries p@'tis@rIz Kj% 4 -patois 'p&twA Ki$ 2 -patois 'p&twAz Kj$ 2 -patrial 'peItrI@l K6$ 3 -patrials 'peItrI@lz Kj$ 3 -patriarch 'peItrIAk K6% 3 -patriarchal ,peItrI'Akl OA% 4 -patriarchate 'peItrIAkeIt K6$ 4 -patriarchates 'peItrIAkeIts Kj$ 4 -patriarchies 'peItrIAkIz Kj$ 4 -patriarchs 'peItrIAks Kj% 3 -patriarchy 'peItrIAkI K8% 4 -patrician p@'trISn K6%,OA% 3 -patricians p@'trISnz Kj% 3 -patricide 'p&trIsaId M6% 3 -patricides 'p&trIsaIdz Mj% 3 -patrimonial ,p&trI'm@UnI@l OA$ 5 -patrimonies 'p&trIm@nIz Kj$ 4 -patrimony 'p&trIm@nI K8$ 4 -patriot 'p&trI@t K6% 3 -patriotic ,p&trI'0tIk OA% 4 -patriotically ,p&trI'0tIklI Pu% 5 -patriotism 'p&trI@tIz@m L@% 5 -patriots 'p&trI@ts Kj% 3 -patrol p@'tr@Ul J4%,M6% 22A,6A -patrolled p@'tr@Uld Jc%,Jd% 22A,6A -patrolling p@'tr@UlIN Jb% 32A,6A -patrolman p@'tr@Ulm@n Ki% 3 -patrolmen p@'tr@Ulm@n Kj% 3 -patrols p@'tr@Ulz Ja%,Mj% 22A,6A -patron 'peItr@n K6% 2 -patronage 'p&tr@nIdZ L@% 3 -patroness 'peItr@nes K7% 3 -patronesses 'peItr@nesIz Kj% 4 -patronize 'p&tr@naIz H2% 36A -patronized 'p&tr@naIzd Hc%,Hd% 36A -patronizes 'p&tr@naIzIz Ha% 46A -patronizing 'p&tr@naIzIN Hb%,OA% 46A -patronizingly 'p&tr@naIzINlI Pu% 5 -patrons 'peItr@nz Kj% 2 -patronymic ,p&tr@'nImIk K6%,OA% 4 -patronymics ,p&tr@'nImIks Kj% 4 -pats p&ts Ja%,Kj% 12A,6A,15A -patted 'p&tId Jc%,Jd% 22A,6A,15A -patten 'p&tn K6$ 2 -pattens 'p&tnz Kj$ 2 -patter 'p&t@R J0%,L@% 22A,2C,6A -pattered 'p&t@d Jc%,Jd% 22A,2C,6A -pattering 'p&t@rIN Jb% 32A,2C,6A -pattern 'p&tn H0%,K6% 214 -patterned 'p&tnd Hc%,Hd% 214 -patterning 'p&tnIN Hb% 314 -patterns 'p&tnz Ha%,Kj% 214 -patters 'p&t@z Ja% 22A,2C,6A -patties 'p&tIz Kj% 2 -patting 'p&tIN Jb% 22A,6A,15A -patty 'p&tI K8% 2 -patty-pan 'p&tI-p&n K6$ 3 -patty-pans 'p&tI-p&nz Kj$ 3 -paucity 'pOsItI L@% 3 -paunch pOntS K7% 1 -paunches 'pOntSIz Kj% 2 -paunchier 'pOntSI@R Or% 3 -paunchiest 'pOntSIIst Os% 3 -paunchiness 'pOntSIn@s L@% 3 -paunchy 'pOntSI OD% 2 -pauper 'pOp@R K6% 2 -pauperism 'pOp@rIz@m L@$ 4 -pauperization ,pOp@raI'zeISn L@$ 5 -pauperize 'pOp@raIz H2% 36A -pauperized 'pOp@raIzd Hc%,Hd% 36A -pauperizes 'pOp@raIzIz Ha% 46A -pauperizing 'pOp@raIzIN Hb% 46A -paupers 'pOp@z Kj% 2 -pause pOz I2%,K6% 12A,4A -paused pOzd Ic%,Id% 12A,4A -pauses 'pOzIz Ia%,Kj% 22A,4A -pausing 'pOzIN Ib% 22A,4A -pave peIv H2% 16A -paved peIvd Hc%,Hd% 16A -pavement 'peIvm@nt K6% 2 -pavements 'peIvm@nts Kj% 2 -paves peIvz Ha% 16A -pavilion p@'vIlI@n K6% 4 -pavilions p@'vIlI@nz Kj% 4 -paving 'peIvIN Hb% 26A -paving-stone 'peIvIN-st@Un K6% 3 -paving-stones 'peIvIN-st@Unz Kj% 3 -paw pO H0%,K6% 16A,15B -pawed pOd Hc%,Hd% 16A,15B -pawing 'pOIN Hb% 26A,15B -pawkily 'pOkIlI Pu$ 3 -pawky 'pOkI OA$ 2 -pawl pOl K6$ 1 -pawls pOlz Kj$ 1 -pawn pOn H0%,M6% 16A -pawn-ticket 'pOn-tIkIt K6% 3 -pawn-tickets 'pOn-tIkIts Kj% 3 -pawnbroker 'pOnbr@Uk@R K6% 3 -pawnbrokers 'pOnbr@Uk@z Kj% 3 -pawned pOnd Hc%,Hd% 16A -pawning 'pOnIN Hb% 26A -pawns pOnz Ha%,Mj% 16A -pawnshop 'pOnS0p K6% 2 -pawnshops 'pOnS0ps Kj% 2 -pawpaw 'pOpO K6% 2 -pawpaws pO'pOz Kj% 2 -paws pOz Ha%,Kj% 16A,15B -pax p&ks K7$ 1 -paxes 'p&ksIz Kj$ 2 -pay peI J5%,L@% 12A,3A,6A,12A,12B,13A,13B,14,15B -pay-as-you-earn ,peI-@z-ju-'3n L@% 4 -pay-claim 'peI-kleIm K6% 2 -pay-claims 'peI-kleImz Kj% 2 -pay-packet 'peI-p&kIt K6% 3 -pay-packets 'peI-p&kIts Kj% 3 -pay-station 'peI-steISn K6$ 3 -pay-stations 'peI-steISnz Kj$ 3 -payable 'peI@bl OA% 3 -payday 'peIdeI K6% 2 -paydays 'peIdeIz Kj% 2 -paydirt 'peId3t L@% 2 -payee peI'i K6% 2 -payees peI'iz Kj% 2 -payer 'peI@R K6% 2 -payers 'peI@z Kj% 2 -paying 'peIIN Jb% 22A,3A,6A,12A,12B,13A,13B,14,15B -payload 'peIl@Ud K6% 2 -payloads 'peIl@Udz Kj% 2 -paymaster 'peImAst@R K6% 3 -paymasters 'peImAst@z Kj% 3 -payment 'peIm@nt M6% 2 -payments 'peIm@nts Mj% 2 -paynim 'peInIm K6$ 2 -paynims 'peInImz Kj$ 2 -payoff 'peI0f K6% 2 -payoffs 'peI0fs Kj% 2 -payphone 'peIf@Un K6% 2 -payphones 'peIf@Unz Kj% 2 -payroll 'peIr@Ul K6% 2 -payrolls 'peIr@Ulz Kj% 2 -pays peIz Ja% 12A,3A,6A,12A,12B,13A,13B,14,15B -paysheet 'peISit K6% 2 -paysheets 'peISits Kj% 2 -payslip 'peIslIp K6% 2 -payslips 'peIslIps Kj% 2 -pea pi K6% 1 -pea-chick 'pi-tSIk K6$ 2 -pea-chicks 'pi-tSIks Kj$ 2 -pea-flour 'pi-flaU@R L@$ 3 -pea-green 'pi-grin M6%,OA% 2 -pea-greens 'pi-grinz Mj$ 2 -pea-jacket 'pi-dZ&kIt K6$ 3 -pea-jackets 'pi-dZ&kIts Kj$ 3 -pea-soup pi-'sup M6% 2 -pea-soups pi-'sups Mj$ 2 -peace pis L@% 1 -peace-offering 'pis-0f@rIN K6% 4 -peace-offerings 'pis-0f@rINz Kj% 4 -peaceable 'pis@bl OA% 3 -peaceably 'pis@blI Pu% 3 -peaceful 'pisf@l OA% 2 -peacefully 'pisf@lI Pu% 3 -peacefulness 'pisfln@s L@% 3 -peacemaker 'pismeIk@R K6% 3 -peacemakers 'pismeIk@z Kj% 3 -peacetime 'pistaIm L@% 2 -peach pitS J1$,K7% 12A,3A,6A -peached pitSt Jc$,Jd$ 12A,3A,6A -peaches 'pitSIz Ja$,Kj% 22A,3A,6A -peaching 'pitSIN Jb$ 22A,3A,6A -peacock 'pik0k K6% 2 -peacock-blue ,pik0k-'blu M6%,OA% 3 -peacock-blues ,pik0k-'bluz Mj$ 3 -peacocks 'pik0ks Kj% 2 -peafowl 'pifaUl K6$ 2 -peafowls 'pifaUlz Kj$ 2 -peahen 'pihen K6% 2 -peahens 'pihenz Kj% 2 -peak pik I0%,K6% 12A -peaked pikt Ic%,Id%,OA% 12A -peakier 'pikI@R Or$ 3 -peakiest 'pikIIst Os$ 3 -peaking 'pikIN Ib% 22A -peaks piks Ia%,Kj% 12A -peaky 'pikI OD% 2 -peal pil J0%,K6% 12A,2C,6A -pealed pild Jc%,Jd% 12A,2C,6A -pealing 'pilIN Jb% 22A,2C,6A -peals pilz Ja%,Kj% 12A,2C,6A -peanut 'pinVt K6% 2 -peanuts 'pinVts Kj% 2 -pear pe@R M6% 1 -pearl p3l I0%,K6% 1 -pearl-barley p3l-'bAlI L@% 3 -pearl-diver 'p3l-daIv@R K6% 3 -pearl-divers 'p3l-daIv@z Kj% 3 -pearl-fisheries 'p3l-fIS@rIz Kj% 4 -pearl-fishery 'p3l-fIS@rI K8% 4 -pearl-oyster 'p3l-oIst@R K6% 3 -pearl-oysters 'p3l-oIst@z Kj% 3 -pearl-sago p3l-'seIg@U L@% 3 -pearled p3ld Ic$,Id$ 1 -pearlier 'p3lI@R Or$ 3 -pearlies 'p3liz Kj$ 2 -pearliest 'p3lIIst Os$ 3 -pearling 'p3lIN Ib$ 2 -pearls p3lz Ia$,Kj% 1 -pearly 'p3lI OD% 2 -pearmain 'pe@meIn K6$ 2 -pearmains 'pe@meInz Kj$ 2 -pears pe@z Mj% 1 -peas piz Kj% 1 -peasant 'pesnt K6% 2 -peasantries 'pezntrIz Kj$ 3 -peasantry 'pezntrI K8% 3 -peasants 'peznts Kj% 2 -pease piz L@$ 1 -pease-pudding piz-'pUdIN M6% 3 -pease-puddings piz-'pUdINz Mj% 3 -peashooter 'piSut@R K6% 3 -peashooters 'piSut@z Kj% 3 -peasouper pi'sup@R K6% 3 -peasoupers pi'sup@z Kj$ 3 -peat pit L@% 1 -peatier 'pitI@R Or$ 3 -peatiest 'pitIIst Os$ 3 -peaty 'pitI OD% 2 -pebble 'pebl K6% 2 -pebbles 'peblz Kj% 2 -pebblier 'peblI@R Or$ 3 -pebbliest 'peblIIst Os$ 3 -pebbly 'peblI OD% 2 -pecan pI'k&n K6% 2 -pecans pI'k&nz Kj$ 2 -peccable 'pek@bl OA$ 3 -peccadillo ,pek@'dIl@U K6% 4 -peccadilloes ,pek@'dIl@Uz Kj% 4 -peccadillos ,pek@'dIl@Uz Kj% 4 -peccaries 'pek@rIz Kj$ 3 -peccary 'pek@rI K8$ 3 -peck pek J0%,K6% 12A,2C,3A,6A -pecked pekt Jc%,Jd% 12A,2C,3A,6A -pecker 'pek@R K6% 2 -peckers 'pek@z Kj% 2 -pecking 'pekIN Jb% 22A,2C,3A,6A -peckish 'pekIS OA% 2 -pecks peks Ja%,Kj% 12A,2C,3A,6A -pectic 'pektIk OA$ 2 -pectin 'pektIn L@% 2 -pectoral 'pekt@r@l OA% 3 -peculate 'pekjUleIt J2$ 3 -peculated 'pekjUleItId Jc$,Jd$ 4 -peculates 'pekjUleIts Ja$ 3 -peculating 'pekjUleItIN Jb$ 4 -peculation ,pekjU'leISn M6$ 4 -peculations ,pekjU'leISnz Mj$ 4 -peculiar pI'kjulI@R OA% 4 -peculiarities pI,kjulI'&rItIz Mj% 6 -peculiarity pI,kjulI'&rItI M8% 6 -peculiarly pI'kjulI@lI Pu% 5 -pecuniary pI'kjunI@rI OA% 5 -pedagogic ,ped@'g0dZIk OA% 4 -pedagogical ,ped@'g0dZIk@l OA% 5 -pedagogue 'ped@g0g K6% 3 -pedagogues 'ped@g0gz Kj% 3 -pedagogy 'ped@g0dZI L@% 4 -pedal 'pedl J4%,K6%,OA% 22A,2C,6A -pedalled 'pedld Jc%,Jd% 22A,2C,6A -pedalling 'ped@lIN Jb% 32A,2C,6A -pedals 'pedlz Ja%,Kj% 22A,2C,6A -pedant 'pednt K6% 2 -pedantic pI'd&ntIk OA% 3 -pedantically pI'd&ntIklI Pu% 4 -pedantries 'pedntrIz Mj% 3 -pedantry 'pedntrI M8% 3 -pedants 'pednts Kj% 2 -peddle 'pedl J2% 22A,6A -peddled 'pedld Jc%,Jd% 22A,6A -peddler 'pedl@R K6% 2 -peddlers 'pedl@z Kj% 2 -peddles 'pedlz Ja% 22A,6A -peddling 'pedlIN Jb%,OA% 22A,6A -pederast 'ped@r&st K6$ 3 -pederasts 'ped@r&sts Kj$ 3 -pederasty 'ped@r&stI L@$ 4 -pedestal 'pedIstl K6% 3 -pedestals 'pedIstlz Kj% 3 -pedestrian pI'destrI@n K6%,OA% 4 -pedestrians pI'destrI@nz Kj% 4 -pediatrician ,pidI@'trISn K6% 5 -pediatricians ,pidI@'trISnz Kj% 5 -pediatrics ,pidI'&trIks Lk% 4 -pedicab 'pedIk&b K6$ 3 -pedicabs 'pedIk&bz Kj$ 3 -pedicure 'pedIkjU@R K6% 3 -pedicures 'pedIkjU@z Kj$ 3 -pedigree 'pedIgri M6% 3 -pedigrees 'pedIgriz Mj% 3 -pediment 'pedIm@nt K6$ 3 -pediments 'pedIm@nts Kj$ 3 -pedlar 'pedl@R K6% 2 -pedlars 'pedl@z Kj% 2 -pedometer pI'd0mIt@R K6$ 4 -pedometers pI'd0mIt@z Kj$ 4 -pee pi I5%,M6% 12A -peed pid Ic%,Id% 12A -peeing 'piIN Ib% 22A -peek pik I0%,K6% 1 -peek-a-boo ,pik-@-'bu L@% 3 -peeked pikt Ic%,Id% 1 -peeking 'pikIN Ib% 2 -peeks piks Ia%,Kj% 1 -peel pil J0%,L@% 12A,2C,6A,15B -peeled pild Jc%,Jd% 12A,2C,6A,15B -peeler 'pil@R K6% 2 -peelers 'pil@z Kj% 2 -peeling 'pilIN Jb% 22A,2C,6A,15B -peelings 'pilINz Kj% 2 -peels pilz Ja% 12A,2C,6A,15B -peep pip I0%,K6% 12A,2C -peeped pipt Ic%,Id% 12A,2C -peeper 'pip@R K6$ 2 -peepers 'pip@z Kj$ 2 -peephole 'piph@Ul K6% 2 -peepholes 'piph@Ulz Kj% 2 -peeping 'pipIN Ib% 22A,2C -peeps pips Ia%,Kj% 12A,2C -peepshow 'pipS@U K6% 2 -peepshows 'pipS@Uz Kj% 2 -peepul 'pip@l K6$ 2 -peepuls 'pip@lz Kj$ 2 -peer pI@R I0%,K6% 12A,3A -peerage 'pI@rIdZ K6% 2 -peerages 'pI@rIdZIz Kj% 3 -peered pI@d Ic%,Id% 12A,3A -peeress 'pI@res K7% 2 -peeresses 'pI@resIz Kj$ 3 -peering 'pI@rIN Ib% 22A,3A -peerless 'pI@l@s OA% 2 -peers pI@z Ia%,Kj% 12A,3A -pees piz Ia%,Mj% 12A -peeve piv H2$ 1 -peeved pivd Hc$,Hd%,OA% 1 -peeves pivz Ha$ 1 -peeving 'pivIN Hb$ 2 -peevish 'pivIS OA% 2 -peevishly 'pivISlI Pu% 3 -peevishness 'pivISn@s L@% 3 -peewit 'piwIt K6% 2 -peewits 'piwIts Kj% 2 -peg peg J4%,K6% 12C,6A,15B -pegged pegd Jc%,Jd% 12C,6A,15B -pegging 'pegIN Jb% 22C,6A,15B -pegs pegz Ja%,Kj% 12C,6A,15B -peignoir 'peInwAR K6$ 2 -peignoirs 'peInwAz Kj$ 2 -pejorative pI'dZ0r@tIv OA% 4 -pejoratively pI'dZ0r@tIvlI Pu% 5 -peke pik K6$ 1 -pekes piks Kj$ 1 -pekinese ,pikI'niz K9% 3 -pekoe 'pik@U L@$ 2 -pelf pelf L@$ 1 -pelican 'pelIk@n K6% 3 -pelicans 'pelIk@nz Kj% 3 -pelisse pe'lis K6$ 2 -pelisses pe'lisIz Kj$ 3 -pell-mell ,pel-'mel Pu% 2 -pellet 'pelIt K6% 2 -pellets 'pelIts Kj% 2 -pellucid pe'lusId OA% 3 -pellucidly pe'lusIdlI Pu% 4 -pelmet 'pelmIt K6% 2 -pelmets 'pelmIts Kj% 2 -pelota p@'l@Ut@ L@$ 3 -pelt pelt J0%,K6% 12C,6A,14 -pelted 'peltId Jc%,Jd% 22C,6A,14 -pelting 'peltIN Jb% 22C,6A,14 -pelts pelts Ja%,Kj% 12C,6A,14 -pelves 'pelviz Kj$ 2 -pelvic 'pelvIk OA% 2 -pelvis 'pelvIs K7% 2 -pelvises 'pelvIsIz Kj% 3 -pemmican 'pemIk@n L@$ 3 -pen pen H4%,K6% 115A,15B -pen-and-ink ,pen-@n-'INk L@% 3 -pen-friend 'pen-frend K6% 2 -pen-friends 'pen-frendz Kj% 2 -pen-name 'pen-neIm K6% 2 -pen-names 'pen-neImz Kj% 2 -pen-pusher 'pen-pUS@R K6% 3 -pen-pushers 'pen-pUS@z Kj% 3 -penal 'pinl OA% 2 -penalization ,pin@laI'zeISn M6$ 5 -penalizations ,pin@laI'zeISnz Mj$ 5 -penalize 'pin@laIz H2% 36A,14 -penalized 'pin@laIzd Hc%,Hd% 36A,14 -penalizes 'pin@laIzIz Ha% 46A,14 -penalizing 'pin@laIzIN Hb% 46A,14 -penally 'pin@lI Pu% 3 -penalties 'penltIz Mj% 3 -penalty 'penltI M8% 3 -penance 'pen@ns L@% 2 -pence pens Kj% 1 -penchant 'pAnSAn K6% 2 -penchants 'pAnSAnz Kj$ 2 -pencil 'pensl H4%,K6% 26A -pencilled 'pensld Hc%,Hd% 26A -pencilling 'pens@lIN Hb% 36A -pencils 'penslz Ha%,Kj% 26A -pendant 'pend@nt K6% 2 -pendants 'pend@nts Kj% 2 -pendent 'pend@nt OA$ 2 -pending 'pendIN OA%,T-% 2 -pendulous 'pendjUl@s OA% 3 -pendulum 'pendjUl@m K6% 3 -pendulums 'pendjUl@mz Kj% 3 -penetrability ,penItr@'bIlItI L@$ 6 -penetrable 'penItr@bl OA% 4 -penetrate 'penItreIt J2% 33A,6A -penetrated 'penItreItId Jc%,Jd% 43A,6A -penetrates 'penItreIts Ja% 33A,6A -penetrating 'penItreItIN Jb%,OA% 43A,6A -penetratingly 'penItreItINlI Pu% 5 -penetration ,penI'treISn M6% 4 -penetrations ,penI'treISnz Mj$ 4 -penetrative 'penItr@tIv OA$ 4 -penguin 'peNgwIn K6% 2 -penguins 'peNgwInz Kj% 2 -penicillin ,penI'sIlIn L@% 4 -peninsula p@'nInsjUl@ K6% 4 -peninsular p@'nInsjUl@R OA% 4 -peninsulas p@'nInsjUl@z Kj% 4 -penis 'pinIs K7% 2 -penises 'pinIsIz Kj% 3 -penitence 'penIt@ns L@% 3 -penitent 'penIt@nt K6%,OA% 3 -penitential ,penI'tenSl OA% 4 -penitentially ,penI'tenS@lI Pu% 5 -penitentiaries ,penI'tenS@rIz Kj% 5 -penitentiary ,penI'tenS@rI K8%,OA% 5 -penitently 'penIt@ntlI Pu% 4 -penitents 'penIt@nts Kj% 3 -penknife 'pen+naIf Ki% 2 -penknives 'pen+naIvz Kj% 2 -penmanship 'penm@nSIp L@% 3 -penn'orth 'pen@T K6$ 2 -penn'orths 'pen@Ts Kj$ 2 -pennant 'pen@nt K6% 2 -pennants 'pen@nts Kj% 2 -penned pend Hc%,Hd% 115A,15B -pennies 'penIz Kj% 2 -penniless 'penIlIs OA% 3 -penning 'penIN Hb% 215A,15B -pennon 'pen@n K6$ 2 -pennons 'pen@nz Kj$ 2 -penny 'penI K8% 2 -pennyweight 'penIweIt K6$ 3 -pennyweights 'penIweIts Kj$ 3 -pennyworth 'penIw@T K6% 3 -pennyworths 'penIw@Ts Kj$ 3 -penology pi'n0l@dZI L@$ 4 -pens penz Ha%,Kj% 115A,15B -pension 'p0nsI0n K6$ 3 -pension 'penSn H0%,K6% 215B -pensionable 'penSn@bl OA% 3 -pensioned 'penSnd Hc%,Hd% 215B -pensioner 'penSn@R K6% 3 -pensioners 'penSn@z Kj% 3 -pensioning 'penSnIN Hb$ 315B -pensions 'p0nsI0nz Kj$ 3 -pensions 'penSnz Ha$,Kj% 215B -pensive 'pensIv OA% 2 -pensively 'pensIvlI Pu% 3 -pensiveness 'pensIvn@s L@% 3 -penstock 'penst0k K6$ 2 -penstocks 'penst0ks Kj$ 2 -pent-up ,pent-'Vp OA% 2 -pentagon 'pent@g@n K6% 3 -pentagonal pen't&g@nl OA% 4 -pentagons 'pent@g@nz Kj% 3 -pentameter pen't&mIt@R K6% 4 -pentameters pen't&mIt@z Kj% 4 -pentathlon pen't&Tl@n K6% 3 -pentathlons pen't&Tl@nz Kj$ 3 -penthouse 'penthaUs K6% 2 -penthouses 'penthaUzIz Kj% 3 -penultimate pen'VltIm@t K6$,OA% 4 -penultimates pen'VltIm@ts Kj$ 4 -penumbra pI'nVmbr@ K6% 3 -penumbras pI'nVmbr@z Kj$ 3 -penurious pI'njU@rI@s OA% 4 -penuriously pI'njU@rI@slI Pu$ 5 -penuriousness pI'njU@rI@sn@s L@$ 5 -penury 'penjU@rI L@% 3 -peon 'pi@n K6$ 2 -peonage 'pi@nIdZ L@$ 3 -peonies 'pi@nIz Kj$ 3 -peons 'pi@nz Kj$ 2 -peony 'pi@nI K8$ 3 -people 'pipl H2$,M6* 26A -peopled 'pipld Hc$,Hd% 26A -peoples 'piplz Ha$,Mj$ 26A -peopling 'piplIN Hb$ 26A -pep pep H4%,L@% 115B -pepped pept Hc%,Hd% 115B -pepper 'pep@R H0%,M6% 26A -pepper-and-salt ,pep@r-@n-'s0lt L@% 4 -pepper-mill 'pep@-mIl K6% 3 -pepper-mills 'pep@-mIlz Kj% 3 -pepper-pot 'pep@-p0t K6% 3 -pepper-pots 'pep@-p0ts Kj% 3 -peppercorn 'pep@kOn K6% 3 -peppercorns 'pep@kOnz Kj% 3 -peppered 'pep@d Hc%,Hd% 26A -peppering 'pep@rIN Hb% 36A -peppermint 'pep@mInt M6% 3 -peppermints 'pep@mInts Mj% 3 -peppers 'pep@z Ha%,Mj% 26A -peppery 'pep@rI OA% 3 -pepping 'pepIN Hb% 215B -peps peps Ha% 115B -pepsin 'pepsIn L@% 2 -peptic 'peptIk OA% 2 -per p3R T-% 1 -peradventure ,p3r@d'ventS@R Pu% 4 -perambulate p@'r&mbjUleIt J2% 42A,6A -perambulated p@'r&mbjUleItId Jc%,Jd% 52A,6A -perambulates p@'r&mbjUleIts Ja% 42A,6A -perambulating p@'r&mbjUleItIN Jb% 52A,6A -perambulation p@,r&mbjU'leISn K6% 5 -perambulations p@,r&mbjU'leISnz Kj% 5 -perambulator p@'r&mbjUleIt@R K6% 5 -perambulators p@'r&mbjUleIt@z Kj% 5 -perceivable p@'siv@bl OA% 4 -perceive p@'siv H2% 26A,8,9,10,18A,19A,25 -perceived p@'sivd Hc%,Hd% 26A,8,9,10,18A,19A,25 -perceiver p@'siv@R K6% 3 -perceivers p@'siv@z Kj% 3 -perceives p@'sivz Ha% 26A,8,9,10,18A,19A,25 -perceiving p@'sivIN Hb% 36A,8,9,10,18A,19A,25 -percent p@'sent K9% 2 -percentage p@'sentIdZ K6% 3 -percentages p@'sentIdZIz Kj% 4 -perceptibility p@,sept@'bIlItI L@$ 6 -perceptible p@'sept@bl OA% 4 -perceptibly p@'sept@blI Pu% 4 -perception p@'sepSn M6% 3 -perceptions p@'sepSnz Mj% 3 -perceptive p@'septIv OA% 3 -perceptively p@'septIvlI Pu% 4 -perceptual p@'septjU@l OA% 4 -perceptually p@'septjU@lI Pu% 5 -perch p3tS J1%,K9% 12C -perchance p@'tSAns Pu% 2 -perched p3tSt Jc%,Jd% 12C -perches 'p3tSIz Ja%,Kj% 22C -perching 'p3tSIN Jb% 22C -percipient p@'sIpI@nt OA$ 4 -percolate 'p3k@leIt J2% 32A,3A,6A -percolated 'p3k@leItId Jc%,Jd% 42A,3A,6A -percolates 'p3k@leIts Ja% 32A,3A,6A -percolating 'p3k@leItIN Jb% 42A,3A,6A -percolator 'p3k@leIt@R K6% 4 -percolators 'p3k@leIt@z Kj% 4 -percussion p@'kVSn M6% 3 -percussionist p@'kVS@nIst K6% 4 -percussionists p@'kVS@nIsts Kj% 4 -percussions p@'kVSnz Mj$ 3 -perdition p@'dISn L@$ 3 -peregrination ,perIgrI'neISn M6% 5 -peregrinations ,perIgrI'neISnz Mj% 5 -peremptorily p@'remptr@lI Pu% 4 -peremptory p@'rempt@rI OA% 4 -perennial p@'renI@l K6%,OA% 4 -perennially p@'renI@lI Pu% 5 -perennials p@'renI@lz Kj% 4 -perfect 'p3fIkt OA% 2 -perfect p@'fekt H0% 26A -perfected p@'fektId Hc%,Hd% 36A -perfectibility p@,fekt@'bIlItI L@% 6 -perfectible p@'fekt@bl OA% 4 -perfecting p@'fektIN Hb% 36A -perfection p@'fekSn L@% 3 -perfectionist p@'fekS@nIst K6% 4 -perfectionists p@'fekS@nIsts Kj% 4 -perfectly 'p3fIktlI Pu% 3 -perfects p@'fekts Ha% 26A -perfervid p3'f3vId OA$ 3 -perfidies 'p3fIdIz Mj% 3 -perfidious p@'fIdI@s OA% 4 -perfidiously p@'fIdI@slI Pu% 5 -perfidiousness p@'fIdI@sn@s L@% 5 -perfidy 'p3fIdI M8% 3 -perforate 'p3f@reIt H2% 36A -perforated 'p3f@reItId Hc%,Hd% 46A -perforates 'p3f@reIts Ha% 36A -perforating 'p3f@reItIN Hb% 46A -perforation ,p3f@'reISn M6% 4 -perforations ,p3f@'reISnz Mj% 4 -perforce p@'fOs Pu% 2 -perform p@'fOm J0% 22A,6A -performance p@'fOm@ns M6% 3 -performances p@'fOm@nsIz Mj% 4 -performed p@'fOmd Jc%,Jd% 22A,6A -performer p@'fOm@R K6% 3 -performers p@'fOm@z Kj% 3 -performing p@'fOmIN Jb% 32A,6A -performs p@'fOmz Ja% 22A,6A -perfume 'p3fjum M6% 2 -perfume p@'fjum H2% 26A -perfumed p@'fjumd Hc%,Hd% 26A -perfumer 'p3fjum@R K6% 3 -perfumers 'p3fjum@z Kj% 3 -perfumes 'p3fjumz Mj% 2 -perfumes p@'fjumz Ha% 26A -perfuming p@'fjumIN Hb% 36A -perfunctorily p@'fVNkt@rIlI Pu% 5 -perfunctory p@'fVNkt@rI OA% 4 -pergola 'p3g@l@ K6$ 3 -pergolas 'p3g@l@z Kj$ 3 -perhaps p@'h&ps Pu* 2 -peri 'pI@rI K6$ 2 -perigee 'perIdZi K6$ 3 -perigees 'perIdZiz Kj$ 3 -perihelion ,perI'hilI@n K6$ 5 -perihelions ,perI'hilI@nz Kj$ 5 -peril 'per@l H4%,M6% 2 -perilled 'per@ld Hc%,Hd% 2 -perilling 'per@lIN Hb% 3 -perilous 'per@l@s OA% 3 -perilously 'per@l@slI Pu% 4 -perils 'per@lz Ha%,Mj% 2 -perimeter p@'rImIt@R K6% 4 -perimeters p@'rImIt@z Kj% 4 -period 'pI@rI@d K6% 3 -periodic ,pI@rI'0dIk OA% 4 -periodical ,pI@rI'0dIkl K6%,OA% 5 -periodically ,pI@rI'0dIklI Pu% 5 -periodicals ,pI@rI'0dIklz Kj% 5 -periods 'pI@rI@dz Kj% 3 -peripatetic ,perIp@'tetIk OA% 5 -peripheral p@'rIf@r@l OA% 4 -peripheries p@'rIf@rIz Kj$ 4 -periphery p@'rIf@rI K8% 4 -periphrases p@'rIfr@siz Kj$ 4 -periphrasis p@'rIfr@sIs Ki$ 4 -periphrastic ,perI'fr&stIk OA$ 4 -peris 'pI@rIz Kj$ 2 -periscope 'perIsk@Up K6% 3 -periscopes 'perIsk@Ups Kj% 3 -perish 'perIS J1% 22A,2C,6A -perishable 'perIS@bl OA% 4 -perishables 'perIS@blz Kj% 4 -perished 'perISt Jc%,Jd% 22A,2C,6A -perisher 'perIS@R K6% 3 -perishers 'perIS@z Kj% 3 -perishes 'perISIz Ja% 32A,2C,6A -perishing 'perISIN Jb% 32A,2C,6A -peristyle 'perIstaIl K6$ 3 -peristyles 'perIstaIlz Kj$ 3 -peritonitis ,perIt@'naItIs L@% 5 -periwig 'perIwIg K6$ 3 -periwigs 'perIwIgz Kj$ 3 -periwinkle 'perIwINkl K6% 4 -periwinkles 'perIwINklz Kj% 4 -perjure 'p3dZ@R H2% 26A -perjured 'p3dZ@d Hc%,Hd% 26A -perjurer 'p3dZ@r@R K6% 3 -perjurers 'p3dZ@r@z Kj% 3 -perjures 'p3dZ@z Ha% 26A -perjuries 'p3dZ@rIz Mj% 3 -perjuring 'p3dZ@rIN Hb% 36A -perjury 'p3dZ@rI M8% 3 -perk p3k J0%,K6% 12C,15B -perked p3kt Jc%,Jd% 12C,15B -perkier 'p3kI@R Or% 3 -perkiest 'p3kIIst Os% 3 -perkily 'p3kIlI Pu% 3 -perkiness 'p3kIn@s L@% 3 -perking 'p3kIN Jb% 22C,15B -perks p3ks Ja%,Kj% 12C,15B -perky 'p3kI OD% 2 -perm p3m H0%,K6% 1 -permafrost 'p3m@fr0st L@$ 3 -permanence 'p3m@n@ns L@% 3 -permanencies 'p3m@n@nsIz Mj$ 4 -permanency 'p3m@n@nsI M8$ 4 -permanent 'p3m@n@nt OA% 3 -permanently 'p3m@n@ntlI Pu% 4 -permanganate p@'m&Ng@neIt M6$ 4 -permanganates p@'m&Ng@neIts Mj$ 4 -permeability ,p3mI@'bIlItI L@% 6 -permeable 'p3mI@bl OA% 4 -permeate 'p3mIeIt J2% 33A,6A -permeated 'p3mIeItId Jc%,Jd% 43A,6A -permeates 'p3mIeIts Ja% 33A,6A -permeating 'p3mIeItIN Jb% 43A,6A -permeation ,p3mI'eISn L@$ 4 -permed p3md Hc%,Hd% 1 -perming 'p3mIN Hb% 2 -permissible p@'mIs@bl OA% 4 -permissibly p@'mIs@blI Pu% 4 -permission p@'mISn L@% 3 -permissive p@'mIsIv OA% 3 -permissiveness p@'mIsIvn@s L@% 4 -permit 'p3mIt K6% 2 -permit p@'mIt J4% 23A,6A,6C,17,19C -permits 'p3mIts Kj% 2 -permits p@'mIts Ja% 23A,6A,6C,17,19C -permitted p@'mItId Jc%,Jd% 33A,6A,6C,17,19C -permitting p@'mItIN Jb% 33A,6A,6C,17,19C -perms p3mz Ha%,Kj% 1 -permutation ,p3mju'teISn M6% 4 -permutations ,p3mju'teISnz Mj% 4 -permute p@'mjut H2$ 26A -permuted p@'mjutId Hc$,Hd$ 36A -permutes p@'mjuts Ha$ 26A -permuting p@'mjutIN Hb$ 36A -pernicious p@'nIS@s OA% 3 -perniciously p@'nIS@slI Pu% 4 -perniciousness p@'nIS@sn@s L@% 4 -pernickety p@'nIk@tI OA% 4 -peroration ,per@'reISn K6$ 4 -perorations ,per@'reISnz Kj$ 4 -peroxide p@'r0ksaId M6% 3 -peroxides p@'r0ksaIdz Mj% 3 -perpendicular ,p3p@n'dIkjUl@R M6%,OA% 5 -perpendicularly ,p3p@n'dIkjUl@lI Pu% 6 -perpendiculars ,p3p@n'dIkjUl@z Mj% 5 -perpetrate 'p3pItreIt H2% 36A -perpetrated 'p3pItreItId Hc%,Hd% 46A -perpetrates 'p3pItreIts Ha% 36A -perpetrating 'p3pItreItIN Hb% 46A -perpetration ,p3pI'treISn K6% 4 -perpetrations ,p3pI'treISnz Kj$ 4 -perpetrator 'p3pItreIt@R K6% 4 -perpetrators 'p3pItreIt@z Kj% 4 -perpetual p@'petSU@l OA% 4 -perpetually p@'petSU@lI Pu% 5 -perpetuate p@'petSUeIt H2% 46A -perpetuated p@'petSUeItId Hc%,Hd% 56A -perpetuates p@'petSUeIts Ha% 46A -perpetuating p@'petSUeItIN Hb% 56A -perpetuation p@,petSU'eISn K6% 5 -perpetuations p@,petSU'eISnz Kj$ 5 -perpetuities ,p3pI'tjuItIz Mj$ 5 -perpetuity ,p3pI'tjuItI M8% 5 -perplex p@'pleks H1% 26A,14 -perplexed p@'plekst Hc%,Hd%,OA% 26A,14 -perplexedly p@'pleks@dlI Pu% 4 -perplexes p@'pleksIz Ha% 36A,14 -perplexing p@'pleksIN Hb% 36A,14 -perplexities p@'pleksItIz Mj% 4 -perplexity p@'pleksItI M8% 4 -perquisite 'p3kwIzIt K6$ 3 -perquisites 'p3kwIzIts Kj$ 3 -perry 'perI L@$ 2 -persecute 'p3sIkjut H2% 36A -persecuted 'p3sIkjutId Hc%,Hd% 46A -persecutes 'p3sIkjuts Ha% 36A -persecuting 'p3sIkjutIN Hb% 46A -persecution ,p3sI'kjuSn M6% 4 -persecutions ,p3sI'kjuSnz Mj% 4 -persecutor 'p3sIkjut@R K6% 4 -persecutors 'p3sIkjut@z Kj% 4 -perseverance ,p3sI'vI@r@ns L@% 4 -persevere ,p3sI'vI@R I2% 32A,3A -persevered ,p3sI'vI@d Ic%,Id% 32A,3A -perseveres ,p3sI'vI@z Ia% 32A,3A -persevering ,p3sI'vI@rIN Ib%,OA% 42A,3A -perseveringly ,p3sI'vI@rINlI Pu% 5 -persiflage 'p3sIflAZ L@$ 3 -persimmon p@'sIm@n K6$ 3 -persimmons p@'sIm@nz Kj$ 3 -persist p@'sIst I0% 22A,3A -persisted p@'sIstId Ic%,Id% 32A,3A -persistence p@'sIst@ns L@% 3 -persistent p@'sIst@nt OA% 3 -persistently p@'sIst@ntlI Pu% 4 -persisting p@'sIstIN Ib% 32A,3A -persists p@'sIsts Ia% 22A,3A -person 'p3sn K6% 2 -persona p3's@Un@ K6% 3 -persona grata p@,s@Un@ 'grAt@ Ki% 5 -persona non grata p@,s@Un@ ,n0n 'grAt@ Ki% 6 -personable 'p3s@n@bl OA% 4 -personage 'p3s@nIdZ K6% 3 -personages 'p3s@nIdZIz Kj% 4 -personal 'p3s@nl K6%,OA% 3 -personalities ,p3s@'n&lItIz Mj% 5 -personality ,p3s@'n&lItI M8% 5 -personalize 'p3s@n@laIz H2% 46A -personalized 'p3s@n@laIzd Hc%,Hd% 46A -personalizes 'p3s@n@laIzIz Ha% 56A -personalizing 'p3s@n@laIzIN Hb% 56A -personally 'p3s@n@lI Pu% 4 -personals 'p3s@nlz Kj$ 3 -personalty 'p3s@nltI L@$ 4 -personas p3's@Un@z Kj% 3 -personate 'p3s@neIt H2$ 36A -personated 'p3s@neItId Hc$,Hd$ 46A -personates 'p3s@neIts Ha$ 36A -personating 'p3s@neItIN Hb$ 46A -personation ,p3s@'neISn K6$ 4 -personations ,p3s@'neISnz Kj$ 4 -personification p@,s0nIfI'keISn M6% 6 -personifications p@,s0nIfI'keISnz Mj% 6 -personified p@'s0nIfaId Hc%,Hd% 46A -personifies p@'s0nIfaIz Ha% 46A -personify p@'s0nIfaI H3% 46A -personifying p@'s0nIfaIIN Hb% 56A -personnel ,p3s@'nel Kj% 3 -persons 'p3snz Kj% 2 -perspective p@'spektIv M6% 3 -perspectives p@'spektIvz Mj% 3 -perspex 'p3speks L@% 2 -perspicacious ,p3spI'keIS@s OA% 4 -perspicacity ,p3spI'k&sItI L@% 5 -perspicuity ,p3spI'kjuItI L@% 5 -perspicuous p@'spIkjU@s OA% 4 -perspicuously p@'spIkjU@slI Pu$ 5 -perspicuousness p@'spIkjU@sn@s L@% 5 -perspiration ,p3sp@'reISn L@% 4 -perspire p@'spaI@R I2% 22A -perspired p@'spaI@d Ic%,Id% 22A -perspires p@'spaI@z Ia% 22A -perspiring p@'spaI@rIN Ib% 32A -persuadable p@'sweId@bl OA% 4 -persuade p@'sweId H2% 211,14,17 -persuaded p@'sweIdId Hc%,Hd% 311,14,17 -persuades p@'sweIdz Ha% 211,14,17 -persuading p@'sweIdIN Hb% 311,14,17 -persuasion p@'sweIZn M6% 3 -persuasions p@'sweIZnz Mj% 3 -persuasive p@'sweIsIv OA% 3 -persuasively p@'sweIsIvlI Pu% 4 -persuasiveness p@'sweIsIvn@s L@% 4 -pert p3t OA% 1 -pertain p@'teIn I0% 23A -pertained p@'teInd Ic%,Id% 23A -pertaining p@'teInIN Ib% 33A -pertains p@'teInz Ia% 23A -pertinacious ,p3tI'neIS@s OA$ 4 -pertinaciously ,p3tI'neIS@slI Pu$ 5 -pertinacity ,p3tI'n&sItI L@$ 5 -pertinence 'p3tIn@ns L@$ 3 -pertinent 'p3tIn@nt OA% 3 -pertinently 'p3tIn@ntlI Pu% 4 -pertly 'p3tlI Pu% 2 -pertness 'p3tn@s L@% 2 -perturb p@'t3b H0% 26A -perturbation ,p3t@'beISn M6% 4 -perturbations ,p3t@'beISnz Mj% 4 -perturbed p@'t3bd Hc%,Hd% 26A -perturbing p@'t3bIN Hb% 36A -perturbs p@'t3bz Ha% 26A -peruke p@'ruk K6$ 2 -perukes p@'ruks Kj$ 2 -perusal p@'ruzl M6% 3 -perusals p@'ruzlz Mj$ 3 -peruse p@'ruz H2% 26A -perused p@'ruzd Hc%,Hd% 26A -peruses p@'ruzIz Ha% 36A -perusing p@'ruzIN Hb% 36A -pervade p@'veId H2% 26A -pervaded p@'veIdId Hc%,Hd% 36A -pervades p@'veIdz Ha% 26A -pervading p@'veIdIN Hb% 36A -pervasion p@'veIZn L@$ 3 -pervasive p@'veIsIv OA% 3 -pervasively p@'veIsIvlI Pu% 4 -pervasiveness p@'veIsIvn@s L@% 4 -perverse p@'v3s OA% 2 -perversely p@'v3slI Pu% 3 -perverseness p@'v3sn@s L@% 3 -perversion p@'v3Sn M6% 3 -perversions p@'v3Snz Mj% 3 -perversities p@'v3sItIz Mj% 4 -perversity p@'v3sItI M8% 4 -pervert 'p3v3t K6% 2 -pervert p@'v3t H0% 26A -perverted p@'v3tId Hc%,Hd% 36A -perverting p@'v3tIN Hb% 36A -perverts 'p3v3ts Kj% 2 -perverts p@'v3ts Ha% 26A -peseta p@'seIt@ K6% 3 -pesetas p@'seIt@z Kj% 3 -peskier 'peskI@R Or% 3 -peskiest 'peskIIst Os% 3 -pesky 'peskI OD% 2 -peso 'peIs@U K6% 2 -pesos 'peIs@Uz Kj% 2 -pessaries 'pes@rIz Kj% 3 -pessary 'pes@rI K8% 3 -pessimism 'pesImIz@m L@% 4 -pessimist 'pesImIst K6% 3 -pessimistic ,pesI'mIstIk OA% 4 -pessimistically ,pesI'mIstIklI Pu% 5 -pessimists 'pesImIsts Kj% 3 -pest pest K6% 1 -pester 'pest@R H0% 26A,14,17 -pestered 'pest@d Hc%,Hd% 26A,14,17 -pestering 'pest@rIN Hb% 36A,14,17 -pesters 'pest@z Ha% 26A,14,17 -pesticide 'pestIsaId M6% 3 -pesticides 'pestIsaIdz Mj% 3 -pestiferous pe'stIf@r@s OA$ 4 -pestilence 'pestIl@ns M6% 3 -pestilences 'pestIl@nsIz Mj$ 4 -pestilent 'pestIl@nt OA% 3 -pestilential ,pestI'lenSl OA% 4 -pestle 'pesl H2$,K6$ 2 -pestled 'pesld Hc$,Hd$ 2 -pestles 'peslz Ha$,Kj$ 2 -pestling 'peslIN Hb$ 2 -pests pests Kj% 1 -pet pet H4%,K6% 1 -petal 'petl K6% 2 -petaled 'petld OA$ 2 -petalled 'petld OA% 2 -petals 'petlz Kj% 2 -petard pI'tAd K6% 2 -petards pI'tAdz Kj$ 2 -peter 'pit@R I0% 22C -petered 'pit@d Ic%,Id% 22C -petering 'pit@rIN Ib% 32C -peters 'pit@z Ia% 22C -petit bourgeois ,petI 'bU@ZwA Ki% 4 -petite p@'tit OA% 2 -petition pI'tISn J0%,K6% 33A,6A,11,14,17 -petitioned pI'tISnd Jc%,Jd% 33A,6A,11,14,17 -petitioner pI'tISn@R K6% 4 -petitioners pI'tISn@z Kj% 4 -petitioning pI'tISnIN Jb% 43A,6A,11,14,17 -petitions pI'tISnz Ja%,Kj% 33A,6A,11,14,17 -petits bourgeois ,petI 'bU@ZwAz Kj$ 4 -petrel 'petr@l K6$ 2 -petrels 'petr@lz Kj$ 2 -petrifaction ,petrI'f&kSn M6% 4 -petrifactions ,petrI'f&kSnz Mj$ 4 -petrified 'petrIfaId Jc%,Jd% 32A,6A -petrifies 'petrIfaIz Ja% 32A,6A -petrify 'petrIfaI J3% 32A,6A -petrifying 'petrIfaIIN Jb% 42A,6A -petro- ,petr@U- U-% 2 -petro-chemical ,petr@U-'kemIkl K6% 5 -petro-chemicals ,petr@U-'kemIklz Kj% 5 -petrol 'petr@l L@% 2 -petroleum pI'tr@UlI@m L@% 4 -petrology pI'tr0l@dZI L@$ 4 -pets pets Ha%,Kj% 1 -petted 'petId Hc%,Hd% 2 -petticoat 'petIk@Ut K6% 3 -petticoats 'petIk@Uts Kj% 3 -pettier 'petI@R Or% 3 -pettiest 'petIIst Os% 3 -pettifogging 'petIf0gIN OA% 4 -pettily 'petIlI Pu% 3 -pettiness 'petIn@s M7% 3 -pettinesses 'petIn@sIz Kj% 4 -petting 'petIN Hb% 2 -pettish 'petIS OA% 2 -pettishly 'petISlI Pu% 3 -pettishness 'petISn@s L@% 3 -petty 'petI OD% 2 -petulance 'petjUl@ns L@% 3 -petulant 'petjUl@nt OA% 3 -petulantly 'petjUl@ntlI Pu% 4 -petunia pI'tjunI@ K6% 4 -petunias pI'tjunI@z Kj% 4 -pew pju K6% 1 -pew-opener 'pju-@Up@n@R K6$ 4 -pew-openers 'pju-@Up@n@z Kj$ 4 -pewit 'piwIt K6$ 2 -pewits 'piwIts Kj$ 2 -pews pjuz Kj% 1 -pewter 'pjut@R L@% 2 -peyote peI'@UtI K6$ 3 -peyotes peI'@UtIz Kj$ 3 -pfennig 'fenIg K6$ 2 -pfennigs 'fenIgz Kj$ 2 -phaeton 'feItn K6$ 2 -phaetons 'feItnz Kj$ 2 -phagocyte 'f&g@saIt K6$ 3 -phagocytes 'f&g@saIts Kj$ 3 -phalanges f@'l&ndZiz Kj$ 3 -phalanx 'f&l&Nks K7% 2 -phalanxes 'f&l&NksIz Kj% 3 -phallic 'f&lIk OA% 2 -phallus 'f&l@s K7% 2 -phalluses 'f&l@sIz Kj% 3 -phantasies 'f&nt@sIz Kj$ 3 -phantasm 'f&nt&z@m K6% 3 -phantasmagoria ,f&nt&zm@'g0rI@ K6% 6 -phantasmagorias ,f&nt&zm@'g0rI@z Kj$ 6 -phantasmal f&n't&zm@l OA% 3 -phantasms 'f&nt&z@mz Kj% 3 -phantasy 'f&nt@sI K8% 3 -phantom 'f&nt@m K6% 2 -phantoms 'f&nt@mz Kj% 2 -pharisaic ,f&rI'seIIk OA$ 4 -pharisaical ,f&rI'seIIk@l OA$ 5 -pharmaceutical ,fAm@'sjutIkl OA% 5 -pharmacies 'fAm@sIz Mj% 3 -pharmacist 'fAm@sIst K6% 3 -pharmacists 'fAm@sIsts Kj% 3 -pharmacological ,fAm@k@'l0dZIkl OA% 6 -pharmacologically ,fAm@k@'l0dZIklI Pu% 6 -pharmacologist ,fAm@'k0l@dZIst K6% 5 -pharmacologists ,fAm@'k0l@dZIsts Kj% 5 -pharmacology ,fAm@'k0l@dZI L@% 5 -pharmacopoeia ,fAm@k@'pi@ K6% 5 -pharmacopoeias ,fAm@k@'pi@z Kj$ 5 -pharmacy 'fAm@sI M8% 3 -pharos 'fe@r0s Ki$ 2 -pharyngitis ,f&rIn'dZaItIs L@% 4 -pharynx 'f&rINks K7% 2 -pharynxes 'f&rINksIz Kj$ 3 -phase feIz H2%,K6% 16A,15B -phased feIzd Hc%,Hd% 16A,15B -phases 'feIzIz Ha%,Kj% 26A,15B -phasing 'feIzIN Hb% 26A,15B -pheasant 'feznt M6% 2 -pheasants 'feznts Mj% 2 -phenobarbitone ,fin@U'bAbIt@Un L@$ 5 -phenol 'fin0l L@$ 2 -phenomena fI'n0mIn@ Kj% 4 -phenomenal fI'n0mInl OA% 4 -phenomenally fI'n0mIn@lI Pu% 5 -phenomenon fI'n0mIn@n Ki% 4 -phew fju W-$ 1 -phial 'faI@l K6% 2 -phials 'faI@lz Kj% 2 -philander fI'l&nd@R I0% 32A -philandered fI'l&nd@d Ic%,Id% 32A -philanderer fI'l&nd@r@R K6% 4 -philanderers fI'l&nd@r@z Kj% 4 -philandering fI'l&nd@rIN Ib% 42A -philanders fI'l&nd@z Ia% 32A -philanthropic ,fIl@n'Tr0pIk OA% 4 -philanthropically ,fIl@n'Tr0pIklI Pu% 5 -philanthropist fI'l&nTr@pIst K6% 4 -philanthropists fI'l&nTr@pIsts Kj% 4 -philanthropy fI'l&nTr@pI L@% 4 -philatelic ,fIl@'telIk OA% 4 -philatelist fi'l&t@lIst K6% 4 -philatelists fi'l&t@lIsts Kj% 4 -philately fI'l&t@lI L@% 4 -philharmonic ,fIl@'m0nIk OA% 4 -philhellene fIl'helin K6$,OA$ 3 -philhellenes fIl'helinz Kj$ 3 -philhellenic ,fIlhe'linIk OA$ 4 -philological ,fIl@'l0dZIkl OA% 5 -philologist fI'l0l@dZIst K6% 4 -philologists fI'l0l@dZIsts Kj% 4 -philology fI'l0l@dZI L@% 4 -philosopher fI'l0s@f@R K6% 4 -philosophers fI'l0s@f@z Kj% 4 -philosophic ,fIl@'s0fIk OA% 4 -philosophical ,fIl@'s0fIkl OA% 5 -philosophically ,fIl@'s0fIklI Pu% 5 -philosophies fI'l0s@fIz Mj% 4 -philosophize fI'l0s@faIz I2% 42A -philosophized fI'l0s@faIzd Ic%,Id% 42A -philosophizes fI'l0s@faIzIz Ia% 52A -philosophizing fI'l0s@faIzIN Ib% 52A -philosophy fI'l0s@fI M8% 4 -philtre 'fIlt@R K6$ 2 -philtres 'fIlt@z Kj$ 2 -phlebitis flI'baItIs L@% 3 -phlegm flem L@% 1 -phlegmatic fleg'm&tIk OA% 3 -phlegmatically fleg'm&tIklI Pu% 4 -phlox fl0ks L@$ 1 -phobia 'f@UbI@ K6% 3 -phobias 'f@UbI@z Kj% 3 -phoenix 'finIks K7% 2 -phoenixes 'finIksIz Kj$ 3 -phone f@Un J2%,K6% 12A,4A,6A,11,12A,13A -phone-in 'f@Un-In K6% 2 -phone-ins 'f@Un-Inz Kj% 2 -phonebooth 'f@UnbuD K6% 2 -phonebooths 'f@UnbuDz Kj% 2 -phonecall 'f@UnkOl K6% 2 -phonecalls 'f@UnkOlz Kj% 2 -phoned f@Und Jc%,Jd% 12A,4A,6A,11,12A,13A -phoneme 'f@Unim K6% 2 -phonemes 'f@Unimz Kj% 2 -phonemic f@'nimIk OA% 3 -phonemics f@'nimIks Lk% 3 -phones f@Unz Ja%,Kj% 12A,4A,6A,11,12A,13A -phonetic f@'netIk OA% 3 -phonetically f@'netIklI Pu% 4 -phonetician ,f@UnI'tISn K6% 4 -phoneticians ,f@UnI'tISnz Kj% 4 -phonetics f@'netIks Lk% 3 -phoney 'f@UnI K6%,OA% 2 -phoneys 'f@UnIz Kj$ 2 -phonic 'f0nIk OA$ 2 -phonics 'f0nIks Lk$ 2 -phonies 'f@UnIz Kj$ 2 -phoning 'f@UnIN Jb% 22A,4A,6A,11,12A,13A -phonograph 'f@Un@grAf K6% 3 -phonographs 'f@Un@grAfs Kj% 3 -phonological ,f@Un@'l0dZIkl OA% 5 -phonology f@'n0l@dZI L@% 4 -phony 'f@UnI K8$,OA$ 2 -phooey 'fuI W-$ 2 -phosgene 'f0zdZin L@$ 2 -phosphate 'f0sfeIt M6% 2 -phosphates 'f0sfeIts Mj% 2 -phosphorescence ,f0sf@'resns L@% 4 -phosphorescent ,f0sf@'resnt OA% 4 -phosphoric f0s'f0rIk OA% 3 -phosphorous 'f0sf@r@s OA$ 3 -phosphorus 'f0sf@r@s L@% 3 -photo 'f@Ut@U K6% 2 -photo- 'f@Ut@U- U-% 2 -photocopied 'f@Ut@Uk0pId Hc%,Hd% 46A -photocopier 'f@Ut@Uk0pI@R K6% 5 -photocopiers 'f@Ut@Uk0pI@z Kj% 5 -photocopies 'f@Ut@Uk0pIz Ha%,Kj% 46A -photocopy 'f@Ut@Uk0pI H3%,K8% 46A -photocopying 'f@Ut@Uk0pIIN Hb% 56A -photoelectric ,f@Ut@UI'lektrIk OA% 5 -photoflash 'f@Ut@Ufl&S K7% 3 -photoflashes 'f@Ut@Ufl&SIz Kj% 4 -photogenic ,f@Ut@'dZenIk OA% 4 -photograph 'f@Ut@grAf H0%,K6% 36A -photographed 'f@Ut@grAft Hc%,Hd% 36A -photographer f@'t0gr@f@R K6% 4 -photographers f@'t0gr@f@z Kj% 4 -photographic ,f@Ut@'gr&fIk OA% 4 -photographically ,f@Ut@'gr&fIklI Pu% 5 -photographing 'f@Ut@grAfIN Hb% 46A -photographs 'f@Ut@grAfs Ha%,Kj% 36A -photography f@'t0gr@fI L@% 4 -photogravure ,f@Ut@gr@'vjU@R M6% 4 -photogravures ,f@Ut@gr@'vjU@z Mj% 4 -photolithography ,f@Ut@UlI'T0gr@fI L@% 6 -photometer f@U't0mIt@R K6$ 4 -photometers f@U't0mIt@z Kj$ 4 -photon 'f@Ut0n K6% 2 -photons 'f@Ut0nz Kj% 2 -photos 'f@Ut@Uz Kj% 2 -photosensitize ,f@Ut@U'sensItaIz H2% 5 -photosensitized ,f@Ut@U'sensItaIzd Hc%,Hd% 5 -photosensitizes ,f@Ut@U'sensItaIzIz Ha% 6 -photosensitizing ,f@Ut@U'sensItaIzIN Hb% 6 -photostat 'f@Ut@st&t H4%,K6% 3 -photostats 'f@Ut@st&ts Ha%,Kj% 3 -photostatted 'f@Ut@st&tId Hc%,Hd% 4 -photostatting 'f@Ut@st&tIN Hb% 4 -photosynthesis ,f@Ut@U'sInT@sIs L@% 5 -phrasal 'freIzl OA% 2 -phrase freIz H2%,K6% 16A -phrase-book 'freIz-bUk K6% 2 -phrase-books 'freIz-bUks Kj% 2 -phrased freIzd Hc%,Hd% 16A -phraseology ,freIzI'0l@dZI L@% 5 -phrases 'freIzIz Ha%,Kj% 26A -phrasing 'freIzIN Hb% 26A -phrenetic fr@'netIk OA$ 3 -phrenologist frI'n0l@dZIst K6% 4 -phrenologists frI'n0l@dZIsts Kj% 4 -phrenology fr@'n0l@dZI L@% 4 -phthisis 'TaIsIs L@$ 2 -phut fVt Pu$ 1 -phylum 'faIl@m K6$ 2 -phylums 'faIl@mz Kj$ 2 -physic 'fIzIk K6% 2 -physical 'fIzIkl OA% 3 -physically 'fIzIklI Pu% 3 -physician fI'zISn K6% 3 -physicians fI'zISnz Kj% 3 -physicist 'fIzIsIst K6% 3 -physicists 'fIzIsIsts Kj% 3 -physics 'fIzIks Lk% 2 -physiognomies ,fIzI'0n@mIz Mj% 5 -physiognomy ,fIzI'0n@mI M8% 5 -physiological ,fIzI@'l0dZIkl OA% 6 -physiologist ,fIzI'0l@dZIst K6% 5 -physiologists ,fIzI'0l@dZIsts Kj% 5 -physiology ,fIzI'0l@dZI L@% 5 -physiotherapist ,fIzI@U'Ter@pIst K6% 6 -physiotherapists ,fIzI@U'Ter@pIsts Kj% 6 -physiotherapy ,fIzI@U'Ter@pI L@% 6 -physique fI'zik M6% 2 -physiques fI'ziks Mj% 2 -pi paI K6$ 1 -pianissimo pj&'nIsIm@U OA%,Pu% 5 -pianist 'pI@nIst K6% 3 -pianists 'pI@nIsts Kj% 3 -piano 'pjAn@U OA$,Pu$ 3 -piano pI'&n@U K6% 3 -pianoforte pI,&n@U'fOtI K6% 5 -pianofortes pI,&n@U'fOtIz Kj% 5 -pianola pI@'n@Ul@ K6$ 4 -pianolas pI@'n@Ul@z Kj$ 4 -pianos pI'&n@Uz Kj% 3 -piastre pI'&st@R K6$ 3 -piastres pI'&st@z Kj$ 3 -piazza pI'&ts@ K6% 3 -piazzas pI'&ts@z Kj% 3 -pibroch 'pibr0k K6$ 2 -pibrochs 'pibr0ks Kj$ 2 -pica 'paIk@ K9$ 2 -picador 'pIk@dOR K6% 3 -picadors 'pIk@dOz Kj% 3 -picaresque ,pIk@'resk OA% 3 -piccalilli ,pIk@'lIlI L@% 4 -piccaninnies ,pIk@'nInIz Kj$ 4 -piccaninny ,pIk@'nInI K8$ 4 -piccolo 'pIk@l@U K6% 3 -piccolos 'pIk@l@Uz Kj% 3 -pick pIk J0%,K6% 13A,6A,15B -pick-me-up 'pIk-mI-Vp K6$ 3 -pick-me-ups 'pIk-mI-Vps Kj$ 3 -pick-up 'pIk-Vp K6% 2 -pick-ups 'pIk-Vps Kj% 2 -pickaback 'pIk@b&k Pu% 3 -pickaxe 'pIk&ks K6% 2 -pickaxes 'pIk&ksIz Kj% 3 -picked pIkt Jc%,Jd% 13A,6A,15B -picker 'pIk@R K6$ 2 -pickerel 'pIk@r@l K9$ 3 -pickers 'pIk@z Kj$ 2 -picket 'pIkIt J0%,K6% 22A,6A -picketed 'pIkItId Jc%,Jd% 32A,6A -picketing 'pIkItIN Jb% 32A,6A -pickets 'pIkIts Ja%,Kj% 22A,6A -picking 'pIkIN Jb%,M6% 23A,6A,15B -pickings 'pIkINz Mj% 2 -pickle 'pIkl H2%,M6% 26A -pickled 'pIkld Hc%,Hd% 26A -pickles 'pIklz Ha%,Mj% 26A -pickling 'pIklIN Hb% 26A -pickpocket 'pIkp0kIt K6% 3 -pickpockets 'pIkp0kIts Kj% 3 -picks pIks Ja%,Kj% 13A,6A,15B -picnic 'pIknIk I5%,K6% 2 -picnicked 'pIknIkt Ic%,Id% 2 -picnicker 'pIknIk@R K6% 3 -picnickers 'pIknIk@z Kj% 3 -picnicking 'pIknIkIN Ib% 3 -picnics 'pIknIks Ia%,Kj% 2 -picric 'pIkrIk OA$ 2 -pictorial pIk'tOrI@l K6%,OA% 4 -pictorials pIk'tOrI@lz Kj% 4 -picture 'pIktS@R H2%,K6% 26A,14 -picture-book 'pIktS@-bUk K6% 3 -picture-books 'pIktS@-bUks Kj% 3 -picture-card 'pIktS@-kAd K6% 3 -picture-cards 'pIktS@-kAdz Kj% 3 -picture-galleries 'pIktS@-g&l@rIz Kj% 5 -picture-gallery 'pIktS@-g&l@rI K8% 5 -pictured 'pIktS@d Hc%,Hd% 26A,14 -pictures 'pIktS@z Ha%,Kj% 26A,14 -picturesque ,pIktS@'resk OA% 3 -picturesquely ,pIktS@'resklI Pu% 4 -picturesqueness ,pIktS@'reskn@s L@% 4 -picturing 'pIktS@rIN Hb% 36A,14 -piddle 'pIdl I2%,K6% 2 -piddled 'pIdld Ic%,Id% 2 -piddles 'pIdlz Ia%,Kj% 2 -piddling 'pIdlIN Ib%,OA% 2 -pidgin 'pIdZIn K6% 2 -pidgins 'pIdZInz Kj$ 2 -pie paI M6% 1 -pie-crust 'paI-krVst L@% 2 -piebald 'paIbOld OA% 2 -piece pis H2%,K6% 16A,15A,15B -piece-goods 'pis-gUdz Kj$ 2 -pieced pist Hc%,Hd% 16A,15A,15B -piecemeal 'pismil OA%,Pu% 2 -pieces 'pisIz Ha%,Kj% 26A,15A,15B -piecework 'pisw3k L@% 2 -piecing 'pisIN Hb% 26A,15A,15B -pied paId OA% 1 -pied-`a-terre ,pjeId-A-'te@R K6% 3 -pied-`a-terres ,pjeId-A-'te@z Kj$ 3 -pier pI@R K6% 1 -pier-glass 'pI@-glAs K7$ 2 -pier-glasses 'pI@-glAsIz Kj$ 3 -pierce pI@s J2% 12C,6A -pierced pI@st Jc%,Jd% 12C,6A -pierces 'pI@sIz Ja% 22C,6A -piercing 'pI@sIN Jb%,OA% 22C,6A -piercingly 'pI@sINlI Pu% 3 -pierrot 'pI@r@U K6% 2 -pierrots 'pI@r@Uz Kj% 2 -piers pI@z Kj% 1 -pies paIz Mj% 1 -piet`a ,pie'tA K6$ 3 -piet`as ,pie'tAz Kj$ 3 -pieties 'paI@tIz Mj% 3 -piety 'paI@tI M8% 3 -piffle 'pIfl I2$,L@% 2 -piffled 'pIfld Ic$,Id$ 2 -piffles 'pIflz Ia$ 2 -piffling 'pIflIN Ib$,OA% 2 -pig pIg I4$,M6% 1 -pig-headed pIg-'hedId OA% 3 -pig-headedly pIg-'hedIdlI Pu% 4 -pig-headedness pIg-'hedIdn@s L@% 4 -pig-iron 'pIg-aI@n L@% 3 -pig-sticking 'pIg-stIkIN L@% 3 -pigboat 'pIgb@Ut K6$ 2 -pigboats 'pIgb@Uts Kj$ 2 -pigeon 'pIdZ@n K6% 2 -pigeon-breasted ,pIdZIn-'brestId OA% 4 -pigeon-toed 'pIdZIn-t@Ud OA% 3 -pigeonhole 'pIdZ@nh@Ul H2%,K6% 3 -pigeonholed 'pIdZ@nh@Uld Hc%,Hd% 3 -pigeonholes 'pIdZ@nh@Ulz Ha%,Kj% 3 -pigeonholing 'pIdZ@nh@UlIN Hb% 4 -pigeons 'pIdZ@nz Kj% 2 -pigged pIgd Ic$,Id$ 1 -piggeries 'pIg@rIz Kj% 3 -piggery 'pIg@rI K8% 3 -piggier 'pIgI@R Or$ 3 -piggies 'pIgIz Kj% 2 -piggiest 'pIgIIst Os$ 3 -pigging 'pIgIN Ib$ 2 -piggish 'pIgIS OA% 2 -piggishly 'pIgISlI Pu% 3 -piggishness 'pIgISn@s L@% 3 -piggy 'pIgI K8%,OD% 2 -piggyback 'pIgIb&k K6% 3 -piggybacks 'pIgIb&ks Kj% 3 -piglet 'pIglIt K6% 2 -piglets 'pIglIts Kj% 2 -pigment 'pIgm@nt M6% 2 -pigmentation ,pIgmen'teISn K6% 4 -pigmentations ,pIgmen'teISnz Kj% 4 -pigments 'pIgm@nts Mj% 2 -pigmies 'pIgmIz Kj% 2 -pigmy 'pIgmI K8% 2 -pigs pIgz Ia%,Mj% 1 -pigskin 'pIgskIn L@% 2 -pigsties 'pIgstaIz Kj% 2 -pigsty 'pIgstaI K8% 2 -pigswill 'pIgswIl L@% 2 -pigtail 'pIgteIl K6% 2 -pigtails 'pIgteIlz Kj% 2 -pigwash 'pIgw0S L@$ 2 -pike paIk K9% 1 -pikes paIks Kj% 1 -pikestaff 'paIkstAf K6% 2 -pikestaffs 'paIkstAfs Kj% 2 -pilaf pI'l&f L@% 2 -pilaff pI'l&f L@% 2 -pilaster pI'l&st@R K6$ 3 -pilasters pI'l&st@z Kj$ 3 -pilau pI'laU L@% 2 -pilchard 'pIltS@d M6% 2 -pilchards 'pIltS@dz Mj% 2 -pile paIl J2%,M6% 12C,6A,15A,15B -pile-driver 'paIl-draIv@R K6% 3 -pile-drivers 'paIl-draIv@z Kj% 3 -pile-dwelling 'paIl-dwelIN K6$ 3 -pile-dwellings 'paIl-dwelINz Kj$ 3 -pile-up 'paIl-Vp K6% 2 -pile-ups 'paIl-Vps Kj% 2 -piled paIld Jc%,Jd% 12C,6A,15A,15B -piles paIlz Ja%,Lk%,Mj% 12C,6A,15A,15B -pilfer 'pIlf@R J0% 22A,6A -pilferage 'pIlf@rIdZ L@$ 3 -pilfered 'pIlf@d Jc%,Jd% 22A,6A -pilferer 'pIlf@r@R K6% 3 -pilferers 'pIlf@r@z Kj% 3 -pilfering 'pIlf@rIN Jb% 32A,6A -pilfers 'pIlf@z Ja% 22A,6A -pilgrim 'pIlgrIm K6% 2 -pilgrimage 'pIlgrImIdZ K6% 3 -pilgrimages 'pIlgrImIdZIz Kj% 4 -pilgrims 'pIlgrImz Kj% 2 -piling 'paIlIN Jb% 22C,6A,15A,15B -pill pIl K6% 1 -pillage 'pIlIdZ H2%,K6% 2 -pillaged 'pIlIdZd Hc%,Hd% 2 -pillager 'pIlIdZ@R K6$ 3 -pillagers 'pIlIdZ@z Kj$ 3 -pillages 'pIlIdZIz Ha%,Kj% 3 -pillaging 'pIlIdZIN Hb% 3 -pillar 'pIl@R K6% 2 -pillar-box 'pIl@-b0ks K7% 3 -pillar-boxes 'pIl@-b0ksIz Kj% 4 -pillared 'pIl@d OA% 2 -pillars 'pIl@z Kj% 2 -pillbox 'pIlb0ks K7% 2 -pillboxes 'pIlb0ksIz Kj% 3 -pillion 'pIlI@n K6% 3 -pillions 'pIlI@nz Kj% 3 -pillories 'pIl@rIz Kj$ 3 -pillory 'pIl@rI K8$ 3 -pillow 'pIl@U H0%,K6% 26A -pillow-fight 'pIl@U-faIt K6% 3 -pillow-fights 'pIl@U-faIts Kj% 3 -pillowcase 'pIl@UkeIs K6% 3 -pillowcases 'pIl@UkeIsIz Kj% 4 -pillowed 'pIl@Ud Hc%,Hd% 26A -pillowing 'pIl@UIN Hb$ 36A -pillows 'pIl@Uz Ha$,Kj% 26A -pillowslip 'pIl@UslIp K6% 3 -pillowslips 'pIl@UslIps Kj% 3 -pills pIlz Kj% 1 -pilot 'paIl@t H0%,K6% 26A,15A -pilot-boat 'paIl@t-b@Ut K6% 3 -pilot-boats 'paIl@t-b@Uts Kj% 3 -pilot-burner 'paIl@t-b3n@R K6$ 4 -pilot-burners 'paIl@t-b3n@z Kj$ 4 -pilot-cloth 'paIl@t-kl0T L@$ 3 -pilot-engine 'paIl@t-endZIn K6$ 4 -pilot-engines 'paIl@t-endZInz Kj$ 4 -pilot-fish 'paIl@t-fIS K9% 3 -pilot-fishes 'paIl@t-fISIz Kj% 4 -pilot-light 'paIl@t-laIt K6% 3 -pilot-lights 'paIl@t-laIts Kj% 3 -piloted 'paIl@tId Hc%,Hd% 36A,15A -piloting 'paIl@tIN Hb% 36A,15A -pilots 'paIl@ts Ha%,Kj% 26A,15A -pimento pI'ment@U M6% 3 -pimentos pI'ment@Uz Mj% 3 -pimp pImp I0$,K6% 12A,3A -pimped pImpt Ic$,Id$ 12A,3A -pimpernel 'pImp@nel K6$ 3 -pimpernels 'pImp@nelz Kj$ 3 -pimping 'pImpIN Ib% 22A,3A -pimple 'pImpl K6% 2 -pimpled 'pImpld OA% 2 -pimples 'pImplz Kj% 2 -pimplier 'pImplI@R Or% 3 -pimpliest 'pImplIIst Os% 3 -pimply 'pImplI OD% 2 -pimps pImps Ia$,Kj% 12A,3A -pin pIn H4%,K6% 115A,15B -pin-money 'pIn-mVnI L@% 3 -pin-table 'pIn-teIbl K6% 3 -pin-tables 'pIn-teIblz Kj% 3 -pin-up 'pIn-Vp K6% 2 -pin-ups 'pIn-Vps Kj% 2 -pinafore 'pIn@fOR K6% 3 -pinafores 'pIn@fOz Kj% 3 -pinball 'pInbOl L@% 2 -pince-nez 'p&ns-neI K9$ 2 -pincer 'pIns@R K6% 2 -pincers 'pIns@z Kj% 2 -pinch pIntS J1%,K7% 12A,6A,15A,15B -pinchbeck 'pIntSbek K6$,OA$ 2 -pinchbecks 'pIntSbeks Kj$ 2 -pinched pIntSt Jc%,Jd% 12A,6A,15A,15B -pinches 'pIntSIz Ja%,Kj% 22A,6A,15A,15B -pinching 'pIntSIN Jb% 22A,6A,15A,15B -pincushion 'pInkUSn K6% 3 -pincushions 'pInkUSnz Kj% 3 -pine paIn I2%,M6% 12A,2C,3A,4C -pineal 'paInI@l OA$ 3 -pineapple 'paIn&pl M6% 3 -pineapples 'paIn&plz Mj% 3 -pined paInd Ic%,Id% 12A,2C,3A,4C -pines paInz Ia%,Mj% 12A,2C,3A,4C -ping pIN I0%,K6% 1 -pinged pINd Ic%,Id% 1 -pinging 'pININ Ib% 2 -pingpong 'pINp0N L@% 2 -pings pINz Ia%,Kj% 1 -pinhead 'pInhed K6% 2 -pinheads 'pInhedz Kj% 2 -pining 'paInIN Ib% 22A,2C,3A,4C -pinion 'pInI@n H0$,K6% 26A,15A,15B -pinioned 'pInI@nd Hc$,Hd% 36A,15A,15B -pinioning 'pInI@nIN Hb$ 46A,15A,15B -pinions 'pInI@nz Ha$,Kj$ 26A,15A,15B -pink pINk J0$,M6%,OC% 16A,15B -pinked pINkt Jc$,Jd$ 16A,15B -pinker 'pINk@R Or% 2 -pinkest 'pINkIst Os% 2 -pinking 'pINkIN Jb$ 26A,15B -pinkish 'pINkIS OA% 2 -pinks pINks Ja$,Mj% 16A,15B -pinnace 'pInIs K6$ 2 -pinnaces 'pInIsIz Kj$ 3 -pinnacle 'pIn@kl H2%,K6% 3 -pinnacled 'pIn@kld Hc%,Hd% 3 -pinnacles 'pIn@klz Ha%,Kj% 3 -pinnacling 'pIn@klIN Hb$ 3 -pinnate 'pIneIt OA$ 2 -pinned pInd Hc%,Hd% 115A,15B -pinnies 'pInIz Kj% 2 -pinning 'pInIN Hb% 215A,15B -pinny 'pInI K8% 2 -pinpoint 'pInpoInt H0%,K6% 2 -pinpointed 'pInpoIntId Hc%,Hd% 3 -pinpointing 'pInpoIntIN Hb% 3 -pinpoints 'pInpoInts Ha%,Kj% 2 -pinprick 'pInprIk K6% 2 -pinpricks 'pInprIks Kj% 2 -pins pInz Ha%,Kj% 115A,15B -pinstripe 'pInstraIp OA% 2 -pint paInt K6% 1 -pints paInts Kj% 1 -pioneer ,paI@'nI@R J0%,K6% 32A,6A -pioneered ,paI@'nI@d Jc%,Jd% 32A,6A -pioneering ,paI@'nI@rIN Jb% 42A,6A -pioneers ,paI@'nI@z Ja%,Kj% 32A,6A -pious 'paI@s OA% 2 -piously 'paI@slI Pu% 3 -pip pIp H4%,K6% 16A -pipal 'pip@l K6$ 2 -pipals 'pip@lz Kj$ 2 -pipe paIp J2%,K6% 12A,2C,6A,15A -pipe-organ 'paIp-Og@n K6% 3 -pipe-organs 'paIp-Og@nz Kj% 3 -pipe-rack 'paIp-r&k K6% 2 -pipe-racks 'paIp-r&ks Kj% 2 -pipeclay 'paIpkleI L@% 2 -piped paIpt Jc%,Jd% 12A,2C,6A,15A -pipedream 'paIpdrim K6% 2 -pipedreams 'paIpdrimz Kj% 2 -pipeful 'paIpfUl K6% 2 -pipefuls 'paIpfUlz Kj% 2 -pipeline 'paIplaIn K6% 2 -pipelines 'paIplaInz Kj% 2 -piper 'paIp@R K6% 2 -pipers 'paIp@z Kj% 2 -pipes paIps Ja%,Kj% 12A,2C,6A,15A -pipette pI'pet K6% 2 -pipettes pI'pets Kj% 2 -pipework 'paIpw3k L@% 2 -piping 'paIpIN Jb%,L@%,OA%,Pu% 22A,2C,6A,15A -pipped pIpt Hc%,Hd% 16A -pippin 'pIpIn K6% 2 -pipping 'pIpIN Hb% 26A -pippins 'pIpInz Kj% 2 -pips pIps Ha%,Kj% 16A -pipsqueak 'pIpskwik K6% 2 -pipsqueaks 'pIpskwiks Kj% 2 -piquancy 'pik@nsI L@% 3 -piquant 'pik@nt OA% 2 -piquantly 'pik@ntlI Pu% 3 -pique pik H2%,M6% 16A -piqued pikt Hc%,Hd% 16A -piques piks Ha%,Mj% 16A -piquet pI'ket L@$ 2 -piquing 'pikIN Hb$ 26A -piracies 'paI@r@sIz Mj$ 3 -piracy 'paI@r@sI M8% 3 -piranha pI'rAnj@ K6% 3 -piranhas pI'rAnj@z Kj% 3 -pirate 'paIr@t H2%,K6% 26A -pirated 'paIr@tId Hc%,Hd% 36A -pirates 'paIr@ts Ha%,Kj% 26A -piratical ,paI@'r&tIkl OA% 4 -piratically ,paI@'r&tIklI Pu% 4 -pirating 'paIr@tIN Hb% 36A -pirouette ,pIrU'et I2%,K6% 3 -pirouetted ,pIrU'etId Ic%,Id% 4 -pirouettes ,pIrU'ets Ia%,Kj% 3 -pirouetting ,pIrU'etIN Ib% 4 -pis paIz Kj$ 1 -pis aller ,piz '&leI Ki$ 3 -piscatorial ,pIsk@'tOrI@l OA$ 5 -piss pIs J1%,K7% 1 -pissed pIst Jc%,Jd%,OA% 1 -pisses 'pIsIz Ja%,Kj% 2 -pissing 'pIsIN Jb% 2 -pistachio pI'stAtSI@U K6% 4 -pistachios pI'stAtSI@Uz Kj% 4 -pistil 'pIstl K6$ 2 -pistils 'pIstlz Kj$ 2 -pistol 'pIstl K6% 2 -pistols 'pIstlz Kj% 2 -piston 'pIst@n K6% 2 -pistons 'pIst@nz Kj% 2 -pit pIt H4%,K6% 16A,14 -pit-a-pat ,pIt-@-'p&t Pu% 3 -pit-prop 'pIt-pr0p K6% 2 -pit-props 'pIt-pr0ps Kj% 2 -pitch pItS J1%,M7% 12A,2C,6A,15A,15B,22 -pitch-black 'pItS-bl&k OA% 2 -pitch-dark 'pItS-dAk OA% 2 -pitchblende 'pItSblend L@$ 2 -pitched pItSt Jc%,Jd% 12A,2C,6A,15A,15B,22 -pitcher 'pItS@R K6% 2 -pitchers 'pItS@z Kj% 2 -pitches 'pItSIz Ja%,Kj% 22A,2C,6A,15A,15B,22 -pitchfork 'pItSfOk H0%,K6% 2 -pitchforked 'pItSfOkt Hc%,Hd% 2 -pitchforking 'pItSfOkIN Hb% 3 -pitchforks 'pItSfOks Ha%,Kj% 2 -pitching 'pItSIN Jb% 22A,2C,6A,15A,15B,22 -piteous 'pItI@s OA% 3 -piteously 'pItI@slI Pu% 4 -pitfall 'pItfOl K6% 2 -pitfalls 'pItfOlz Kj% 2 -pith pIT L@% 1 -pithead 'pIthed K6% 2 -pitheads 'pIthedz Kj$ 2 -pithier 'pITI@R Or$ 3 -pithiest 'pITIIst Os$ 3 -pithily 'pITIlI Pu% 3 -pithy 'pITI OD% 2 -pitiable 'pItI@bl OA% 4 -pitiably 'pItI@blI Pu% 4 -pitied 'pItId Hc%,Hd% 26A -pities 'pItIz Ha%,Mj% 26A -pitiful 'pItIf@l OA% 3 -pitifully 'pItIf@lI Pu% 4 -pitiless 'pItIlIs OA% 3 -pitilessly 'pItIlIslI Pu% 4 -pitman 'pItm&n Ki% 2 -pitmen 'pItmen Kj% 2 -piton 'pit0n K6$ 2 -pitons 'pit0nz Kj$ 2 -pits pIts Ha%,Kj% 16A,14 -pitsaw 'pItsO K6$ 2 -pitsaws 'pItsOz Kj$ 2 -pittance 'pItns K6% 2 -pittances 'pItnsIz Kj$ 3 -pitted 'pItId Hc%,Hd% 26A,14 -pitter-patter 'pIt@-p&t@R L@% 4 -pitting 'pItIN Hb% 26A,14 -pituitaries pI'tjuIt@rIz Kj$ 5 -pituitary pI'tjuIt@rI K8%,OA% 5 -pity 'pItI H3%,M8% 26A -pitying 'pItIIN Hb%,OA% 36A -pityingly 'pItIINlI Pu% 4 -pivot 'pIv@t J0%,K6% 23A,6A -pivotal 'pIv@t@l OA% 3 -pivoted 'pIv@tId Jc%,Jd% 33A,6A -pivoting 'pIv@tIN Jb% 33A,6A -pivots 'pIv@ts Ja%,Kj% 23A,6A -pixie 'pIksI K6% 2 -pixies 'pIksIz Kj% 2 -pixilated 'pIksIleItId OA% 4 -pixy 'pIksI K8% 2 -pizza 'pits@ K6% 2 -pizzas 'pits@z Kj% 2 -pizzicato ,pItsI'kAt@U OA%,Pu% 4 -placard 'pl&kAd H0$,K6% 26A -placarded 'pl&kAdId Hc$,Hd$ 36A -placarding 'pl&kAdIN Hb$ 36A -placards 'pl&kAdz Ha$,Kj% 26A -placate pl@'keIt H2% 26A -placated pl@'keItId Hc%,Hd% 36A -placates pl@'keIts Ha% 26A -placating pl@'keItIN Hb% 36A -placatingly pl@'keItINlI Pu% 4 -place pleIs H2%,K6* 16A,15A,15B -place-bet 'pleIs-bet K6$ 2 -place-bets 'pleIs-bets Kj$ 2 -place-name 'pleIs-neIm K6% 2 -place-names 'pleIs-neImz Kj% 2 -placebo pl@'sib@U K6% 3 -placebos pl@'sib@Uz Kj% 3 -placed pleIst Hc%,Hd% 16A,15A,15B -placeman 'pleIsm@n Ki$ 2 -placemen 'pleIsm@n Kj$ 2 -placement 'pleIsm@nt K6% 2 -placements 'pleIsm@nts Kj% 2 -placenta pl@'sent@ K6% 3 -placentas pl@'sent@z Kj% 3 -places 'pleIsIz Ha%,Kj% 26A,15A,15B -placeseeker 'pleIs+sik@R K6$ 3 -placeseekers 'pleIs+sik@z Kj$ 3 -placid 'pl&sId OA% 2 -placidity pl@'sIdItI L@% 4 -placidly 'pl&sIdlI Pu% 3 -placing 'pleIsIN Hb%,K6$ 26A,15A,15B -placings 'pleIsINz Kj% 2 -placket 'pl&kIt K6$ 2 -plackets 'pl&kIts Kj$ 2 -plage plAZ Ki$ 1 -plagiarism 'pleIdZI@rIz@m M6% 5 -plagiarisms 'pleIdZI@rIz@mz Mj$ 5 -plagiarist 'pleIdZI@rIst K6% 4 -plagiarists 'pleIdZI@rIsts Kj% 4 -plagiarize 'pleIdZ@raIz H2% 36A -plagiarized 'pleIdZ@raIzd Hc%,Hd% 36A -plagiarizes 'pleIdZ@raIzIz Ha% 46A -plagiarizing 'pleIdZ@raIzIN Hb% 46A -plague pleIg H2%,K6% 16A,14 -plague-spot 'pleIg-sp0t K6% 2 -plague-spots 'pleIg-sp0ts Kj% 2 -plagued pleIgd Hc%,Hd% 16A,14 -plagues pleIgz Ha%,Kj% 16A,14 -plaguily 'pleIgIlI Pu$ 3 -plaguing 'pleIgIN Hb% 26A,14 -plaguy 'pleIgI OA$ 2 -plaice pleIs M9% 1 -plaid pl&d M6% 1 -plaids pl&dz Mj$ 1 -plain pleIn J0$,K6%,OC%,Pu% 1 -plain-spoken 'pleIn-sp@Uk@n OA% 3 -plained pleInd Jc$,Jd$ 1 -plainer 'pleIn@R Or% 2 -plainest 'pleInIst Os% 2 -plaining 'pleInIN Jb$ 2 -plainly 'pleInlI Pu% 2 -plainness 'pleIn+n@s L@% 2 -plains pleInz Ja$,Kj% 1 -plainsman 'pleInzm@n Ki% 2 -plainsmen 'pleInzm@n Kj% 2 -plaint pleInt K6% 1 -plaintiff 'pleIntIf K6% 2 -plaintiffs 'pleIntIfs Kj% 2 -plaintive 'pleIntIv OA% 2 -plaintively 'pleIntIvlI Pu% 3 -plaintiveness 'pleIntIvn@s L@% 3 -plaints pleInts Kj$ 1 -plait pl&t H0%,K6% 16A -plaited 'pl&tId Hc%,Hd% 26A -plaiting 'pl&tIN Hb% 26A -plaits pl&ts Ha%,Kj% 16A -plan pl&n H4%,K6% 16A,7A,15B -planchette plAn'Set K6$ 2 -planchettes plAn'Sets Kj$ 2 -plane pleIn J2%,K6% 12A,2D,15B,22 -plane-tree 'pleIn-tri K6% 2 -plane-trees 'pleIn-triz Kj% 2 -planed pleInd Jc%,Jd% 12A,2D,15B,22 -planes pleInz Ja%,Kj% 12A,2D,15B,22 -planet 'pl&nIt K6% 2 -planetarium ,pl&nI'te@rI@m K6% 5 -planetariums ,pl&nI'te@rI@mz Kj% 5 -planetary 'pl&nItrI OA% 3 -planets 'pl&nIts Kj% 2 -plangent 'pl&ndZ@nt OA$ 2 -planing 'pleInIN Jb% 22A,2D,15B,22 -plank pl&Nk H0%,K6% 16A,15B -plank-bed 'pl&Nk-bed K6$ 2 -plank-beds 'pl&Nk-bedz Kj$ 2 -planked pl&Nkt Hc$,Hd$ 16A,15B -planking 'pl&NkIN Hb$,L@% 26A,15B -planks pl&Nks Ha$,Kj% 16A,15B -plankton 'pl&Nkt@n L@% 2 -planless 'pl&nl@s OA$ 2 -planned pl&nd Hc%,Hd% 16A,7A,15B -planner 'pl&n@R K6% 2 -planners 'pl&n@z Kj% 2 -planning 'pl&nIN Hb% 26A,7A,15B -plans pl&nz Ha%,Kj% 16A,7A,15B -plant plAnt H0%,M6% 16A,15A,15B -plant-lice 'plAnt-laIs Kj$ 2 -plant-louse 'plAnt-laUs Ki$ 2 -plantain 'pl&ntIn K6% 2 -plantains 'pl&ntInz Kj% 2 -plantation pl&n'teISn K6% 3 -plantations pl&n'teISnz Kj$ 3 -planted 'plAntId Hc%,Hd% 26A,15A,15B -planter 'plAnt@R K6% 2 -planters 'plAnt@z Kj% 2 -planting 'plAntIN Hb% 26A,15A,15B -plants plAnts Ha%,Mj% 16A,15A,15B -plaque plAk M6% 1 -plaques plAks Mj% 1 -plash pl&S J1$,Ki$ 16A -plashed pl&St Jc$,Jd$ 16A -plashes 'pl&SIz Ja$ 26A -plashing 'pl&SIN Jb$ 26A -plasm 'pl&z@m L@$ 2 -plasma 'pl&zm@ L@% 2 -plaster 'plAst@R H0%,M6% 26A,14 -plasterboard 'plAst@bOd L@% 3 -plastered 'plAst@d Hc%,Hd%,OA% 26A,14 -plasterer 'plAst@r@R K6% 3 -plasterers 'plAst@r@z Kj% 3 -plastering 'plAst@rIN Hb% 36A,14 -plasters 'plAst@z Ha%,Mj% 26A,14 -plastic 'pl&stIk K6%,OA% 2 -plastic-bomb ,pl&stIk-'b0m K6% 3 -plastic-bombs ,pl&stIk-'b0mz Kj% 3 -plasticine 'pl&stIsin L@% 3 -plasticity pl&'stIsItI L@% 4 -plastics 'pl&stIks Kj%,Lk% 2 -plate pleIt H2%,M6% 16A,14 -plate-glass pleIt-'glAs L@% 2 -plate-powder 'pleIt-paUd@R L@$ 3 -plate-rack 'pleIt-r&k K6% 2 -plate-racks 'pleIt-r&ks Kj% 2 -plateau 'pl&t@U K6% 2 -plateaus 'pl&t@Uz Kj% 2 -plateaux 'pl&t@Uz Kj$ 2 -plated 'pleItId Hc%,Hd% 26A,14 -plateful 'pleItfUl K6% 2 -platefuls 'pleItfUlz Kj% 2 -platelayer 'pleItleI@R K6% 3 -platelayers 'pleItleI@z Kj% 3 -plates pleIts Ha%,Mj% 16A,14 -platform 'pl&tfOm K6% 2 -platforms 'pl&tfOmz Kj% 2 -plating 'pleItIN Hb%,L@% 26A,14 -platinum 'pl&tIn@m L@% 3 -platitude 'pl&tItjud M6% 3 -platitudes 'pl&tItjudz Mj% 3 -platitudinous ,pl&tI'tjudIn@s OA% 5 -platoon pl@'tun K6% 2 -platoons pl@'tunz Kj% 2 -platter 'pl&t@R K6% 2 -platters 'pl&t@z Kj% 2 -platypus 'pl&tIp@s K7% 3 -platypuses 'pl&tIp@sIz Kj% 4 -plaudit 'plOdIt K6% 2 -plaudits 'plOdIts Kj% 2 -plausibilities ,plOz@'bIlItIz Mj$ 5 -plausibility ,plOz@'bIlItI M8% 5 -plausible 'plOz@bl OA% 3 -plausibly 'plOz@blI Pu% 3 -play pleI J0*,M6% 12A,2B,2C,3A,6A,12B,12C,13B,14,15A,15B,16B -play-acting 'pleI-&ktIN L@% 3 -play-actor 'pleI-&kt@R K6% 3 -play-actors 'pleI-&kt@z Kj% 3 -play-box 'pleI-b0ks K7$ 2 -play-boxes 'pleI-b0ksIz Kj$ 3 -play-off 'pleI-0f K6% 2 -play-offs 'pleI-0fs Kj% 2 -play-reading 'pleI-ridIN K6% 3 -play-readings 'pleI-ridINz Kj% 3 -playback 'pleIb&k K6% 2 -playbacks 'pleIb&ks Kj$ 2 -playbill 'pleIbIl K6% 2 -playbills 'pleIbIlz Kj% 2 -playboy 'pleIboI K6% 2 -playboys 'pleIboIz Kj% 2 -played pleId Jc%,Jd% 12A,2B,2C,3A,6A,12B,12C,13B,14,15A,15B,16B -player 'pleI@R K6% 2 -player-piano ,pleI@-pI'&n@U K6$ 5 -player-pianos ,pleI@-pI'&n@Uz Kj$ 5 -players 'pleI@z Kj% 2 -playfellow 'pleIfel@U K6% 3 -playfellows 'pleIfel@Uz Kj% 3 -playful 'pleIf@l OA% 2 -playfully 'pleIf@lI Pu% 3 -playfulness 'pleIf@ln@s L@% 3 -playgoer 'pleIg@U@R K6% 3 -playgoers 'pleIg@U@z Kj% 3 -playground 'pleIgraUnd K6% 2 -playgrounds 'pleIgraUndz Kj% 2 -playgroup 'pleIgrup K6% 2 -playgroups 'pleIgrups Kj% 2 -playhouse 'pleIhaUs K6% 2 -playhouses 'pleIhaUzIz Kj% 3 -playing 'pleIIN Jb%,K6% 22A,2B,2C,3A,6A,12B,12C,13B,14,15A,15B,16B -playing-card 'pleIIN-kAd K6% 3 -playing-cards 'pleIIN-kAdz Kj% 3 -playing-field 'pleIIN-fild K6% 3 -playing-fields 'pleIIN-fildz Kj% 3 -playings 'pleIINz Kj$ 2 -playlet 'pleIlIt K6% 2 -playlets 'pleIlIts Kj% 2 -playmate 'pleImeIt K6% 2 -playmates 'pleImeIts Kj% 2 -playpen 'pleIpen K6% 2 -playpens 'pleIpenz Kj% 2 -playroom 'pleIrum K6% 2 -playrooms 'pleIrumz Kj% 2 -plays pleIz Ja%,Mj% 12A,2B,2C,3A,6A,12B,12C,13B,14,15A,15B,16B -playschool 'pleIskul K6% 2 -playschools 'pleIskulz Kj% 2 -playsuit 'pleIsut K6% 2 -playsuits 'pleIsuts Kj% 2 -plaything 'pleITIN K6% 2 -playthings 'pleITINz Kj% 2 -playtime 'pleItaIm K6% 2 -playtimes 'pleItaImz Kj% 2 -playwright 'pleIraIt K6% 2 -playwrights 'pleIraIts Kj% 2 -plaza 'plAz@ K6% 2 -plazas 'plAz@z Kj% 2 -plea pli K6% 1 -pleach plitS H1$ 16A -pleached plitSt Hc$,Hd$ 16A -pleaches 'plitSIz Ha$ 26A -pleaching 'plitSIN Hb$ 26A -plead plid J0% 13A,6A -pleaded 'plidId Jc%,Jd% 23A,6A -pleading 'plidIN Jb% 23A,6A -pleadingly 'plidINlI Pu% 3 -pleadings 'plidINz Kj% 2 -pleads plidz Ja% 13A,6A -pleas pliz Kj% 1 -pleasance 'plezns K6$ 2 -pleasances 'pleznsIz Kj$ 3 -pleasant 'pleznt OC% 2 -pleasanter 'plez@nt@R Or% 3 -pleasantest 'plez@ntIst Os% 3 -pleasantly 'plezntlI Pu% 3 -pleasantness 'plezntn@s L@$ 3 -pleasantries 'plezntrIz Mj% 3 -pleasantry 'plezntrI M8% 3 -please pliz J2% 12A,6A -pleased plizd Jc%,Jd%,OA% 12A,6A -pleases 'plizIz Ja% 22A,6A -pleasing 'plizIN Jb%,OA% 22A,6A -pleasingly 'plizINlI Pu% 3 -pleasurable 'pleZ@r@bl OA% 4 -pleasurably 'pleZ@r@blI Pu% 4 -pleasure 'pleZ@R M6% 2 -pleasure-boat 'pleZ@-b@Ut K6% 3 -pleasure-boats 'pleZ@-b@Uts Kj% 3 -pleasure-craft 'pleZ@-krAft K6% 3 -pleasure-crafts 'pleZ@-krAfts Kj% 3 -pleasure-ground 'pleZ@-graUnd K6% 3 -pleasure-grounds 'pleZ@-graUndz Kj% 3 -pleasures 'pleZ@z Mj% 2 -pleat plit H0$,K6% 16A -pleated 'plitId Hc$,Hd% 26A -pleating 'plitIN Hb$ 26A -pleats plits Ha$,Kj% 16A -pleb pleb K6$ 1 -plebeian plI'bi@n K6%,OA% 3 -plebeians plI'bi@nz Kj% 3 -plebiscite 'plebIsIt K6% 3 -plebiscites 'plebIsIts Kj% 3 -plebs plebz Kj% 1 -plectrum 'plektr@m K6% 2 -plectrums 'plektr@mz Kj% 2 -pled pled Jc$,Jd$ 13A,6A -pledge pledZ H2%,M6% 16A -pledged pledZd Hc%,Hd% 16A -pledges 'pledZIz Ha%,Mj% 26A -pledging 'pledZIN Hb% 26A -plenarily 'plin@r@lI Pu$ 4 -plenary 'plin@rI OA% 3 -plenipotentiaries ,plenIp@'tenS@rIz Kj% 6 -plenipotentiary ,plenIp@'tenS@rI K8% 6 -plenitude 'plenItjud Ki% 3 -plenteous 'plentI@s OA% 3 -plenteously 'plentI@slI Pu% 4 -plentiful 'plentIf@l OA% 3 -plentifully 'plentIf@lI Pu% 4 -plenty 'plentI L@%,Pu% 2 -pleonasm 'plI@n&z@m M6$ 4 -pleonasms 'plI@n&z@mz Mj$ 4 -plethora 'pleT@r@ K6% 3 -plethoras 'pleT@r@z Kj$ 3 -pleurisy 'plU@r@sI L@% 3 -plexus 'pleks@s K9$ 2 -plexuses 'pleks@sIz Kj$ 3 -pliability ,plaI@'bIlItI L@% 5 -pliable 'plaI@bl OA% 3 -pliancy 'plaI@nsI L@% 3 -pliant 'plaI@nt OA% 2 -pliantly 'plaI@ntlI Pu% 3 -plied plaId Jc%,Jd% 12C,6A -pliers 'plaI@z Kj% 2 -plies plaIz Ja%,Kj% 12C,6A -plight plaIt H0%,K6% 16A -plighted 'plaItId Hc%,Hd% 26A -plighting 'plaItIN Hb% 26A -plights plaIts Ha%,Kj% 16A -plimsolls 'plIms@lz Kj% 2 -plinth plInT K6% 1 -plinths plInTs Kj% 1 -plod pl0d J4% 12C -plodded 'pl0dId Jc%,Jd% 22C -plodder 'pl0d@R K6% 2 -plodders 'pl0d@z Kj% 2 -plodding 'pl0dIN Jb%,OA% 22C -ploddingly 'pl0dINlI Pu% 3 -plods pl0dz Ja% 12C -plonk pl0Nk I0%,M6%,Pu% 1 -plonked pl0Nkt Ic%,Id% 1 -plonking 'pl0NkIN Ib% 2 -plonks pl0Nks Ia%,Mj% 1 -plop pl0p I4%,K6%,Pu% 1 -plopped pl0pt Ic%,Id% 1 -plopping 'pl0pIN Ib% 2 -plops pl0ps Ia%,Kj% 1 -plosive 'pl@UsIv K6$,OA$ 2 -plosives 'pl@UsIvz Kj$ 2 -plot pl0t J4%,K6% 12A,3A,4A,6A,8,10,15B -plots pl0ts Ja%,Kj% 12A,3A,4A,6A,8,10,15B -plotted 'pl0tId Jc%,Jd% 22A,3A,4A,6A,8,10,15B -plotter 'pl0t@R K6% 2 -plotters 'pl0t@z Kj% 2 -plotting 'pl0tIN Jb% 22A,3A,4A,6A,8,10,15B -plough plaU J0%,M6% 13A,6A,15B -ploughboy 'plaUboI K6% 2 -ploughboys 'plaUboIz Kj% 2 -ploughed plaUd Jc%,Jd% 13A,6A,15B -ploughing 'plaUIN Jb% 23A,6A,15B -ploughman 'plaUm@n Ki% 2 -ploughmen 'plaUm@n Kj% 2 -ploughs plaUz Ja%,Mj% 13A,6A,15B -ploughshare 'plaUSe@R K6% 2 -ploughshares 'plaUSe@z Kj% 2 -plover 'plVv@R K6% 2 -plovers 'plVv@z Kj% 2 -ploy ploI K6% 1 -ploys ploIz Kj% 1 -pluck plVk J0%,M6% 13A,6A,15B -plucked plVkt Jc%,Jd% 13A,6A,15B -pluckier 'plVkI@R Or% 3 -pluckiest 'plVkIIst Os% 3 -pluckily 'plVkIlI Pu% 3 -plucking 'plVkIN Jb% 23A,6A,15B -plucks plVks Ja%,Mj% 13A,6A,15B -plucky 'plVkI OD% 2 -plug plVg J4%,K6% 12C,6A,15B -plugged plVgd Jc%,Jd% 12C,6A,15B -plugging 'plVgIN Jb% 22C,6A,15B -plughole 'plVgh@Ul K6% 2 -plugholes 'plVgh@Ulz Kj% 2 -plugs plVgz Ja%,Kj% 12C,6A,15B -plum plVm K6% 1 -plum-pudding plVm-'pUdIN M6% 3 -plum-puddings plVm-'pUdINz Mj% 3 -plumage 'plumIdZ L@% 2 -plumb plVm H0$,K6%,Pu% 16A -plumbago plVm'beIg@U M6$ 3 -plumbagos plVm'beIg@Uz Mj$ 3 -plumbed plVmd Hc%,Hd% 16A -plumber 'plVm@R K6% 2 -plumbers 'plVm@z Kj% 2 -plumbing 'plVmIN Hb%,L@% 26A -plumbs plVmz Ha%,Kj$ 16A -plume plum H2$,K6% 16A -plumed plumd Hc$,Hd% 16A -plumes plumz Ha$,Kj% 16A -pluming 'plumIN Hb$ 26A -plummet 'plVmIt I4%,K6% 22A -plummets 'plVmIts Ia%,Kj% 22A -plummetted 'plVmItId Ic%,Id% 32A -plummetting 'plVmItIN Ib% 32A -plummier 'plVmI@R Or% 3 -plummiest 'plVmIIst Os% 3 -plummy 'plVmI OD% 2 -plump plVmp J0%,K6%,OC%,Pu% 12A,2C,3A,6A,15B -plumped plVmpt Jc%,Jd% 12A,2C,3A,6A,15B -plumper 'plVmp@R Or% 2 -plumpest 'plVmpIst Os% 2 -plumping 'plVmpIN Jb% 22A,2C,3A,6A,15B -plumps plVmps Ja%,Kj% 12A,2C,3A,6A,15B -plums plVmz Kj% 1 -plunder 'plVnd@R J0%,L@% 22A,6A,14 -plundered 'plVnd@d Jc%,Jd% 22A,6A,14 -plunderer 'plVnd@r@R K6% 3 -plunderers 'plVnd@r@z Kj% 3 -plundering 'plVnd@rIN Jb% 32A,6A,14 -plunders 'plVnd@z Ja% 22A,6A,14 -plunge plVndZ J2%,K6% 12A,2C,6A,14 -plunged plVndZd Jc%,Jd% 12A,2C,6A,14 -plunger 'plVndZ@R K6% 2 -plungers 'plVndZ@z Kj% 2 -plunges 'plVndZIz Ja%,Kj% 22A,2C,6A,14 -plunging 'plVndZIN Jb% 22A,2C,6A,14 -plunk plVNk K6$ 1 -plunks plVNks Kj$ 1 -pluperfect ,plu'p3fIkt K6%,OA% 3 -pluperfects ,plu'p3fIkts Kj$ 3 -plural 'plU@r@l K6%,OA% 2 -pluralism 'plU@r@lIz@m L@% 4 -pluralist 'plU@r@lIst K6% 3 -pluralists 'plU@r@lIsts Kj% 3 -pluralities plU@'r&lItIz Mj% 4 -plurality plU@'r&lItI M8% 4 -plurals 'plU@r@lz Kj% 2 -plus plVs K7%,OA%,T-% 1 -plus-fours plVs-'fOz Kj% 2 -pluses 'plVsIz Kj% 2 -plush plVS L@%,OC% 1 -plusher 'plVS@R Or% 2 -plushest 'plVSIst Os% 2 -plushier 'plVSI@R Or$ 3 -plushiest 'plVSIIst Os$ 3 -plushy 'plVSI OD$ 2 -plutocracies plu't0kr@sIz Mj% 4 -plutocracy plu't0kr@sI M8% 4 -plutocrat 'plut@kr&t K6% 3 -plutocratic ,plut@'kr&tIk OA% 4 -plutocrats 'plut@kr&ts Kj% 3 -plutonium plu't@UnI@m L@% 4 -ply plaI J3%,K9% 12C,6A -plying 'plaIIN Jb% 22C,6A -plywood 'plaIwUd L@% 2 -pm ,pi'em Y~% 2 -pneumatic nju'm&tIk OA% 3 -pneumatically nju'm&tIklI Pu% 4 -pneumonia nju'm@UnI@ L@% 4 -poach p@UtS J1% 12A,3A,6A -poached p@UtSt Jc%,Jd% 12A,3A,6A -poacher 'p@UtS@R K6% 2 -poachers 'p@UtS@z Kj% 2 -poaches 'p@UtSIz Ja% 22A,3A,6A -poaching 'p@UtSIN Jb% 22A,3A,6A -pock p0k K6$ 1 -pocked p0kt OA$ 1 -pocket 'p0kIt H0%,K6% 26A -pocket-book 'p0kIt-bUk K6% 3 -pocket-books 'p0kIt-bUks Kj% 3 -pocket-handkerchief ,p0kIt-'h&Nk@tSIf K6% 5 -pocket-handkerchiefs ,p0kIt-'h&Nk@tSIfs Kj% 5 -pocket-knife 'p0kIt-naIf Ki% 3 -pocket-knives 'p0kIt-naIvz Kj% 3 -pocket-money 'p0kIt-mVnI L@% 4 -pocketed 'p0kItId Hc%,Hd% 36A -pocketful 'p0kItfUl K6% 3 -pocketfuls 'p0kItfUlz Kj% 3 -pocketing 'p0kItIN Hb% 36A -pockets 'p0kIts Ha%,Kj% 26A -pockmarked 'p0kmAkt OA% 2 -pocks p0ks Kj$ 1 -pod p0d J4$,K6% 12A,2C,6A -podded 'p0dId Jc$,Jd$ 22A,2C,6A -podding 'p0dIN Jb$ 22A,2C,6A -podgier 'p0dZI@R Or% 3 -podgiest 'p0dZIIst Os% 3 -podgy 'p0dZI OD% 2 -podiatry p@'daI@trI L@$ 4 -podium 'p@UdI@m K6% 3 -podiums 'p@UdI@mz Kj% 3 -pods p0dz Ja$,Kj% 12A,2C,6A -poem 'p@UIm K6% 2 -poems 'p@UImz Kj% 2 -poesy 'p@UIzI L@$ 3 -poet 'p@UIt K6% 2 -poetess 'p@UItes K7% 3 -poetesses 'p@UItesIz Kj% 4 -poetic p@U'etIk OA% 3 -poetical p@U'etIkl OA% 4 -poetically p@U'etIklI Pu% 4 -poetry 'p@UItrI L@% 3 -poets 'p@UIts Kj% 2 -pogrom 'p0gr@m K6$ 2 -pogroms 'p0gr@mz Kj$ 2 -poignancy 'poInj@nsI L@% 3 -poignant 'poInj@nt OA% 2 -poignantly 'poInj@ntlI Pu% 3 -poinsettia poIn'setI@ K6% 4 -poinsettias poIn'setI@z Kj% 4 -point poInt J0*,M6* 12A,3A,6A,14,15B -point-blank ,poInt-'bl&Nk OA%,Pu% 2 -point-duty 'poInt-djutI L@% 3 -pointed 'poIntId Jc%,Jd%,OA% 22A,3A,6A,14,15B -pointedly 'poIntIdlI Pu% 3 -pointer 'poInt@R K6% 2 -pointers 'poInt@z Kj% 2 -pointing 'poIntIN Jb% 22A,3A,6A,14,15B -pointless 'poIntlIs OA% 2 -pointlessly 'poIntlIslI Pu% 3 -points poInts Ja%,Mj% 12A,3A,6A,14,15B -pointsman 'poIntsm@n Ki% 2 -pointsmen 'poIntsm@n Kj% 2 -poise poIz J2%,L@% 12C,6A,15A -poised poIzd Jc%,Jd% 12C,6A,15A -poises 'poIzIz Ja% 22C,6A,15A -poising 'poIzIN Jb% 22C,6A,15A -poison 'poIzn H0%,M6% 26A -poison-gas ,poIzn-'g&s M7% 3 -poison-gases ,poIzn-'g&sIz Mj$ 4 -poison-ivies ,poIzn-'aIvIz Mj$ 4 -poison-ivy ,poIzn-'aIvI M8% 4 -poisoned 'poIznd Hc%,Hd% 26A -poisoner 'poIzn@R K6% 3 -poisoners 'poIzn@z Kj% 3 -poisoning 'poIznIN Hb% 36A -poisonous 'poIz@n@s OA% 3 -poisonously 'poIz@n@slI Pu% 4 -poisons 'poIznz Ha%,Mj% 26A -poke p@Uk J2%,K6% 12C,6A,15A,15B -poke-bonnet ,p@Uk-'b0nIt K6$ 3 -poke-bonnets ,p@Uk-'b0nIts Kj$ 3 -poked p@Ukt Jc%,Jd% 12C,6A,15A,15B -poker 'p@Uk@R M6% 2 -poker-face 'p@Uk@-feIs K6% 3 -poker-faces 'p@Uk@-feIsIz Kj% 4 -pokers 'p@Uk@z Mj% 2 -pokes p@Uks Ja%,Kj% 12C,6A,15A,15B -pokier 'p@UkI@R Or% 3 -pokiest 'p@UkIIst Os% 3 -poking 'p@UkIN Jb% 22C,6A,15A,15B -poky 'p@UkI OD% 2 -polar 'p@Ul@R OA% 2 -polarities p@'l&rItIz Mj% 4 -polarity p@'l&rItI M8% 4 -polarization ,p@Ul@raI'zeISn K6% 5 -polarizations ,p@Ul@raI'zeISnz Kj% 5 -polarize 'p@Ul@raIz H2% 36A -polarized 'p@Ul@raIzd Hc%,Hd% 36A -polarizes 'p@Ul@raIzIz Ha% 46A -polarizing 'p@Ul@raIzIN Hb% 46A -pole p@Ul K6% 1 -pole-jumping 'p@Ul-dZVmpIN L@% 3 -pole-star 'p@Ul-stAR K6% 2 -pole-stars 'p@Ul-stAz Kj% 2 -pole-vault 'p@Ul-vOlt K6% 2 -pole-vaults 'p@Ul-vOlts Kj% 2 -poleax 'p@Ul&ks H1$,K7$ 26A -poleaxe 'p@Ul&ks H2%,K6% 26A -poleaxed 'p@Ul&kst Hc$,Hd% 26A -poleaxes 'p@Ul&ksIz Ha%,Kj% 36A -poleaxing 'p@Ul&ksIN Hb% 36A -polecat 'p@Ulk&t K6% 2 -polecats 'p@Ulk&ts Kj% 2 -polemic p@'lemIk K6%,OA% 3 -polemically p@'lemIklI Pu% 4 -polemics p@'lemIks Kj% 3 -poles p@Ulz Kj% 1 -police p@'lis H2%,Kj% 26A -police-office p@'lis-0fIs K6% 4 -police-officer p@'lis-0fIs@R K6% 5 -police-officers p@'lis-0fIs@z Kj% 5 -police-offices p@'lis-0fIsIz Kj% 5 -police-station p@'lis-steISn K6% 4 -police-stations p@'lis-steISnz Kj% 4 -policed p@'list Hc%,Hd% 26A -policeman p@'lism@n Ki% 3 -policemen p@'lism@n Kj% 3 -polices p@'lisIz Ha% 36A -policewoman p@'liswUm@n Ki% 4 -policewomen p@'liswImIn Kj% 4 -policies 'p0l@sIz Mj% 3 -policing p@'lisIN Hb% 36A -policy 'p0l@sI M8% 3 -polio 'p@UlI@U L@% 3 -poliomyelitis ,p@UlI@U,maI@'laItIs L@% 7 -polish 'p0lIS J1%,M7% 22A,6A,15B -polished 'p0lISt Jc%,Jd% 22A,6A,15B -polisher 'p0lIS@R K6% 3 -polishers 'p0lIS@z Kj% 3 -polishes 'p0lISIz Ja%,Mj% 32A,6A,15B -polishing 'p0lISIN Jb% 32A,6A,15B -politburo 'p0lItbjU@r@U K6% 4 -politburos 'p0lItbjU@r@Uz Kj$ 4 -polite p@'laIt OB% 2 -politely p@'laItlI Pu% 3 -politeness p@'laItn@s L@% 3 -politer p@'laIt@R Or% 3 -politest p@'laItIst Os% 3 -politic 'p0lItIk OA% 3 -political p@'lItIkl OA% 4 -politically p@'lItIklI Pu% 4 -politician ,p0lI'tISn K6% 4 -politicians ,p0lI'tISnz Kj% 4 -politicize p@'lItIsaIz J2% 42A,6A -politicized p@'lItIsaIzd Jc%,Jd% 42A,6A -politicizes p@'lItIsaIzIz Ja% 52A,6A -politicizing p@'lItIsaIzIN Jb% 52A,6A -politick 'p0lItIk I0$ 32A -politicked 'p0lItIkt Ic$,Id$ 32A -politicking 'p0lItIkIN Ib$ 42A -politicks 'p0lItIks Ia$ 32A -politics 'p0lItIks Lk$ 3 -polities 'p0lItIz Mj$ 3 -polity 'p0lItI M8$ 3 -polka 'p0lk@ K6% 2 -polkas 'p0lk@z Kj% 2 -poll p0l K6$ 1 -poll p@Ul J0%,K6% 12A,2C,6A -poll-tax 'p@Ul-t&ks K7% 2 -poll-taxes 'p@Ul-t&ksIz Kj% 3 -pollard 'p0l@d H0%,K6$ 26A -pollarded 'p0l@dId Hc%,Hd% 36A -pollarding 'p0l@dIN Hb% 36A -pollards 'p0l@dz Ha%,Kj$ 26A -polled p@Uld Jc%,Jd% 12A,2C,6A -pollen 'p0l@n L@% 2 -pollinate 'p0lIneIt H2% 36A -pollinated 'p0lIneItId Hc%,Hd% 46A -pollinates 'p0lIneIts Ha% 36A -pollinating 'p0lIneItIN Hb% 46A -pollination ,p0lI'neISn L@% 4 -polling 'p@UlIN Jb% 22A,2C,6A -polling-booth 'p@UlIN-buD K6% 3 -polling-booths 'p@UlIN-buDz Kj% 3 -polling-day 'p@UlIN-deI K6% 3 -polling-days 'p@UlIN-deIz Kj% 3 -polling-station 'p@UlIN-steISn K6% 4 -polling-stations 'p@UlIN-steISnz Kj% 4 -polls p0lz Kj$ 1 -polls p@Ulz Ja%,Kj% 12A,2C,6A -pollster 'p@Ulst@R K6% 2 -pollsters 'p@Ulst@z Kj% 2 -pollutant p@'lut@nt K6% 3 -pollutants p@'lut@nts Kj% 3 -pollute p@'lut H2% 26A -polluted p@'lutId Hc%,Hd% 36A -pollutes p@'luts Ha% 26A -polluting p@'lutIN Hb% 36A -pollution p@'luSn L@% 3 -polo 'p@Ul@U L@% 2 -polo-neck 'p@Ul@U-nek OA% 3 -polonaise ,p0l@'neIz K6$ 3 -polonaises ,p0l@'neIzIz Kj$ 4 -polony p@'l@UnI L@% 3 -poltergeist 'p0lt@gaIst K6% 3 -poltergeists 'p0lt@gaIsts Kj% 3 -poltroon p0l'trun K6$ 2 -poltroonery p0l'trun@rI L@$ 4 -poltroons p0l'trunz Kj$ 2 -poly 'p0lI K6$ 2 -polyandrous ,p0lI'&ndr@s OA$ 4 -polyandry 'p0lI&ndrI L@$ 4 -polyanthus ,p0lI'&nT@s K7% 4 -polyanthuses ,p0lI'&nT@sIz Kj$ 5 -polygamist p@'lIg@mIst K6% 4 -polygamists p@'lIg@mIsts Kj% 4 -polygamous p@'lIg@m@s OA% 4 -polygamy p@'lIg@mI L@% 4 -polyglot 'p0lIgl0t K6%,OA% 3 -polyglots 'p0lIgl0ts Kj% 3 -polygon 'p0lIg@n K6% 3 -polygonal p@'lIg@n@l OA% 4 -polygons 'p0lIg@nz Kj% 3 -polymorphic ,p0lI'mOfIk OA$ 4 -polymorphous ,p0lI'mOf@s OA$ 4 -polynomial ,p0lI'n@UmI@l K6$,OA$ 5 -polynomials ,p0lI'n@UmI@lz Kj$ 5 -polyp 'p0lIp K6$ 2 -polyphonic ,p0lI'f0nIk OA% 4 -polyphony p@'lIf@nI L@% 4 -polypi 'p0lIpaI Kj$ 3 -polyps 'p0lIps Kj$ 2 -polypus 'p0lIp@s K7$ 3 -polypuses 'p0lIp@sIz Kj$ 4 -polys 'p0lIz Kj$ 2 -polysyllabic ,p0lIsI'l&bIk OA% 5 -polysyllable 'p0lIsIl@bl K6% 5 -polysyllables 'p0lIsIl@blz Kj% 5 -polytechnic ,p0lI'teknIk K6% 4 -polytechnics ,p0lI'teknIks Kj% 4 -polytheism 'p0lITiIz@m L@% 5 -polytheistic ,p0lITi'IstIk OA% 5 -polythene 'p0lITin L@% 3 -pom p0m K6$ 1 -pomade p@'mAd H2$,L@$ 2 -pomaded p@'mAdId Hc$,Hd$ 3 -pomades p@'mAdz Ha$ 2 -pomading p@'mAdIN Hb$ 3 -pomegranate 'p0mIgr&nIt K6% 4 -pomegranates 'p0mIgr&nIts Kj% 4 -pomelo 'p0m@l@U K6$ 3 -pomelos 'p0m@l@Uz Kj$ 3 -pommel 'p0ml K6$ 2 -pommel 'pVml H4$ 2 -pommelled 'pVmld Hc$,Hd$ 2 -pommelling 'pVm@lIN Hb$ 3 -pommels 'p0mlz Kj$ 2 -pommels 'pVmlz Ha$ 2 -pommies 'p0mIz Kj$ 2 -pommy 'p0mI K8$ 2 -pomp p0mp L@% 1 -pompon 'p0mp0n K6% 2 -pompons 'p0mp0nz Kj% 2 -pomposities p0m'p0sItIz Mj$ 4 -pomposity p0m'p0sItI M8% 4 -pompous 'p0mp@s OA% 2 -pompously 'p0mp@slI Pu% 3 -poms p0mz Kj$ 1 -ponce p0ns K6% 1 -ponces 'p0nsIz Kj% 2 -poncho 'p0ntS@U K6% 2 -ponchos 'p0ntS@Uz Kj% 2 -pond p0nd K6% 1 -ponder 'p0nd@R J0% 22A,3A,6A,8,10 -ponderable 'p0nd@r@bl OA$ 4 -ponderables 'p0nd@r@blz Kj$ 4 -pondered 'p0nd@d Jc%,Jd% 22A,3A,6A,8,10 -pondering 'p0nd@rIN Jb% 32A,3A,6A,8,10 -ponderous 'p0nd@r@s OA% 3 -ponderously 'p0nd@r@slI Pu% 4 -ponders 'p0nd@z Ja% 22A,3A,6A,8,10 -ponds p0ndz Kj% 1 -pone p@Un K6$ 1 -pones p@Unz Kj$ 1 -pongee p0n'dZi L@$ 2 -poniard 'p0nj@d H0$,K6$ 26A -poniarded 'p0nj@dId Hc$,Hd$ 36A -poniarding 'p0nj@dIN Hb$ 36A -poniards 'p0nj@dz Ha$,Kj$ 26A -ponies 'p@UnIz Kj% 2 -pontiff 'p0ntIf K6% 2 -pontiffs 'p0ntIfs Kj% 2 -pontifical p0n'tIfIkl OA% 4 -pontificals p0n'tIfIklz Kj$ 4 -pontificate p0n'tIfIk@t K6$ 4 -pontificate p0n'tIfIkeIt I2% 42A -pontificated p0n'tIfIkeItId Ic%,Id% 52A -pontificates p0n'tIfIk@ts Kj$ 4 -pontificates p0n'tIfIkeIts Ia% 42A -pontificating p0n'tIfIkeItIN Ib% 52A -pontoon p0n'tun M6% 2 -pontoons p0n'tunz Mj$ 2 -pony 'p@UnI K8% 2 -pony-trekking 'p@UnI-trekIN L@% 4 -ponytail 'p@UnIteIl K6% 3 -ponytails 'p@UnIteIlz Kj% 3 -poodle 'pudl K6% 2 -poodles 'pudlz Kj% 2 -poof puf K6$ 1 -poofs pufs Kj$ 1 -pooh pu W-$ 1 -pooh-pooh ,pu-'pu H0$ 26A -pooh-poohed ,pu-'pud Hc$,Hd$ 26A -pooh-poohing ,pu-'puIN Hb$ 36A -pooh-poohs ,pu-'puz Ha$ 26A -pool pul H0%,M6% 16A -pooled puld Hc%,Hd% 16A -pooling 'pulIN Hb% 26A -poolroom 'pulrum K6% 2 -poolrooms 'pulrumz Kj% 2 -pools pulz Ha%,Mj% 16A -poop pup K6% 1 -poops pups Kj% 1 -poor pU@R OC% 1 -poor-box 'pU@-b0ks K7% 2 -poor-boxes 'pU@-b0ksIz Kj% 3 -poor-rate 'pU@-reIt K6$ 2 -poor-rates 'pU@-reIts Kj$ 2 -poor-spirited pU@-'spIrItId OA% 4 -poorer 'pU@r@R Or% 2 -poorest 'pU@rIst Os% 2 -poorhouse 'pU@haUs K6% 2 -poorhouses 'pU@haUzIz Kj% 3 -poorly 'pU@lI Op%,Pu% 2 -poorness 'pU@n@s L@% 2 -pop p0p J4%,M6%,OA%,Pu%,Y>$ 12A,2C,6A,15A,15B -popcorn 'p0pkOn K6% 2 -popcorns 'p0pkOnz Kj$ 2 -popery 'p@Up@rI L@% 3 -popeyed 'p0paId OA% 2 -popgun 'p0pgVn K6% 2 -popguns 'p0pgVnz Kj% 2 -popinjay 'p0pIndZeI K6$ 3 -popinjays 'p0pIndZeIz Kj$ 3 -popish 'p@UpIS OA% 2 -popishly 'p@UpISlI Pu% 3 -poplar 'p0pl@R M6% 2 -poplars 'p0pl@z Mj% 2 -poplin 'p0plIn L@% 2 -poppa 'p0p@ K6$ 2 -poppas 'p0p@z Kj$ 2 -popped p0pt Jc%,Jd% 12A,2C,6A,15A,15B -poppet 'p0pIt K6% 2 -poppets 'p0pIts Kj% 2 -poppies 'p0pIz Kj% 2 -popping 'p0pIN Jb% 22A,2C,6A,15A,15B -poppy 'p0pI K8% 2 -poppycock 'p0pIk0k L@% 3 -pops p0ps Ja%,Mj% 12A,2C,6A,15A,15B -populace 'p0pjUl@s K6% 3 -populaces 'p0pjUl@sIz Kj$ 4 -popular 'p0pjUl@R OA% 3 -popularity ,p0pjU'l&rItI L@% 5 -popularization ,p0pjUl@raI'zeISn M6% 6 -popularizations ,p0pjUl@raI'zeISnz Mj$ 6 -popularize 'p0pjUl@raIz H2% 46A -popularized 'p0pjUl@raIzd Hc%,Hd% 46A -popularizes 'p0pjUl@raIzIz Ha% 56A -popularizing 'p0pjUl@raIzIN Hb% 56A -popularly 'p0pjUl@lI Pu% 4 -populate 'p0pjUleIt H2% 36A -populated 'p0pjUleItId Hc%,Hd% 46A -populates 'p0pjUleIts Ha% 36A -populating 'p0pjUleItIN Hb% 46A -population ,p0pjU'leISn K6% 4 -populations ,p0pjU'leISnz Kj% 4 -populism 'p0pjUlIz@m L@$ 4 -populist 'p0pjUlIst K6$ 3 -populists 'p0pjUlIsts Kj$ 3 -populous 'p0pjUl@s OA% 3 -porcelain 'pOs@lIn L@% 3 -porch pOtS K7% 1 -porches 'pOtSIz Kj% 2 -porcine 'pOsaIn OA$ 2 -porcupine 'pOkjUpaIn K6% 3 -porcupines 'pOkjUpaInz Kj% 3 -pore pOR I2%,K6% 13A -pored pOd Ic%,Id% 13A -pores pOz Ia%,Kj% 13A -poring 'pOrIN Ib% 23A -pork pOk L@% 1 -pork-barrel 'pOk-b&r@l K6$ 3 -pork-barrels 'pOk-b&r@lz Kj$ 3 -pork-butcher 'pOk-bUtS@R K6% 3 -pork-butchers 'pOk-bUtS@z Kj% 3 -porker 'pOk@R K6% 2 -porkers 'pOk@z Kj% 2 -porn pOn L@% 1 -pornographer pO'n0gr@f@R K6% 4 -pornographers pO'n0gr@f@z Kj% 4 -pornographic ,pOn@'gr&fIk OA% 4 -pornography pO'n0gr@fI L@% 4 -porosities pO'r0sItIz Mj$ 4 -porosity pO'r0sItI M8% 4 -porous 'pOr@s OA% 2 -porousness 'pOr@sn@s L@% 3 -porphyry 'pOfIrI L@$ 3 -porpoise 'pOp@s K6% 2 -porpoises 'pOp@sIz Kj% 3 -porridge 'p0rIdZ L@% 2 -porringer 'p0rIndZ@R K6$ 3 -porringers 'p0rIndZ@z Kj$ 3 -port pOt H0%,M6% 16A -portability ,pOt@'bIlItI L@% 5 -portable 'pOt@bl OA% 3 -portage 'pOtIdZ M6$ 2 -portages 'pOtIdZIz Mj$ 3 -portal 'pOtl K6% 2 -portals 'pOtlz Kj% 2 -portcullis ,pOt'kVlIs K7% 3 -portcullises ,pOt'kVlIsIz Kj% 4 -porte-coch`ere ,pOt-k@'Se@R K6$ 3 -porte-coch`eres ,pOt-k@'Se@z Kj$ 3 -ported 'pOtId Hc$,Hd$ 26A -portend pO'tend H0$ 26A -portended pO'tendId Hc$,Hd$ 36A -portending pO'tendIN Hb$ 36A -portends pO'tendz Ha$ 26A -portent 'pOtent K6% 2 -portentous pO'tent@s OA% 3 -portentously pO'tent@slI Pu% 4 -portents 'pOtents Kj% 2 -porter 'pOt@R M6% 2 -porterage 'pOt@rIdZ L@$ 3 -porterhouse 'pOt@haUs K6$ 3 -porterhouses 'pOt@haUzIz Kj$ 4 -porters 'pOt@z Mj% 2 -portfolio pOt'f@UlI@U K6% 4 -portfolios pOt'f@UlI@Uz Kj% 4 -porthole 'pOth@Ul K6% 2 -portholes 'pOth@Ulz Kj% 2 -porti`ere ,pOtI'e@R K6$ 3 -porti`eres ,pOtI'e@z Kj$ 3 -portico 'pOtIk@U K6% 3 -porticoes 'pOtik@Uz Kj% 3 -porticos 'pOtIk@Uz Kj% 3 -porting 'pOtIN Hb$ 26A -portion 'pOSn H0%,K6% 214,15B -portioned 'pOSnd Hc%,Hd% 214,15B -portioning 'pOSnIN Hb% 314,15B -portions 'pOSnz Ha%,Kj% 214,15B -portly 'pOtlI OA% 2 -portmanteau pOt'm&nt@U K6% 3 -portmanteaus pOt'm&nt@Uz Kj% 3 -portmanteaux pOt'm&nt@Uz Kj$ 3 -portrait 'pOtrIt K6% 2 -portraitist 'pOtrItIst K6% 3 -portraitists 'pOtrItIsts Kj% 3 -portraits 'pOtrIts Kj% 2 -portraiture 'pOtreItS@R L@% 3 -portray pO'treI H0% 26A -portrayal pO'treI@l M6% 3 -portrayals pO'treI@lz Mj% 3 -portrayed pO'treId Hc%,Hd% 26A -portraying pO'treIIN Hb% 36A -portrays pO'treIz Ha% 26A -ports pOts Ha$,Mj% 16A -pose p@Uz J2%,K6% 12A,2C,3A,6A -posed p@Uzd Jc%,Jd% 12A,2C,3A,6A -poser 'p@Uz@R K6% 2 -posers 'p@Uz@z Kj% 2 -poses 'p@UzIz Ja%,Kj% 22A,2C,3A,6A -poseur p@U'z3R K6% 2 -poseurs p@U'z3z Kj% 2 -poseuse p@U'z3z Ki$ 2 -posh p0S H1$,OC% 115B -poshed p0St Hc$,Hd$ 115B -posher 'p0S@R Or% 2 -poshes 'p0SIz Ha$ 215B -poshest 'p0SIst Os% 2 -poshing 'p0SIN Hb$ 215B -posies 'p@UzIz Kj% 2 -posing 'p@UzIN Jb% 22A,2C,3A,6A -posit 'p0zIt H0$ 26A -posited 'p0zItId Hc$,Hd$ 36A -positing 'p0zItIN Hb$ 36A -position p@'zISn H0%,M6% 36A -positioned p@'zISnd Hc%,Hd% 36A -positioning p@'zISnIN Hb% 46A -positions p@'zISnz Ha%,Mj% 36A -positive 'p0z@tIv K6%,OA% 3 -positively 'p0z@tIvlI Pu% 4 -positiveness 'p0z@tIvn@s L@% 4 -positives 'p0z@tIvz Kj% 3 -positivism 'p0zItIvIz@m L@% 5 -positivist 'p0sItIvIst K6% 4 -positivists 'p0sItIvIsts Kj% 4 -posits 'p0zIts Ha$ 26A -posse 'p0sI K6$ 2 -posses 'p0sIz Kj$ 2 -possess p@'zes H1% 26A -possessed p@'zest Hc%,Hd% 26A -possesses p@'zesIz Ha% 36A -possessing p@'zesIN Hb% 36A -possession p@'zeSn M6% 3 -possessions p@'zeSnz Mj% 3 -possessive p@'zesIv OA% 3 -possessively p@'zesIvlI Pu% 4 -possessiveness p@'zesIvnIs L@% 4 -possessor p@'zes@R K6% 3 -possessors p@'zes@z Kj% 3 -posset 'p0sIt K6$ 2 -possets 'p0sIts Kj$ 2 -possibilities ,p0s@'bIlItIz Mj% 5 -possibility ,p0s@'bIlItI M8% 5 -possible 'p0s@bl K6%,OA* 3 -possibles 'p0s@blz Kj% 3 -possibly 'p0s@blI Pu% 3 -possum 'p0s@m K6$ 2 -possums 'p0s@mz Kj$ 2 -post p@Ust J0%,M6% 13A,6A,15A,15B -post meridiem ,p@Ust m@'rIdI@m Pu$ 5 -post- p@Ust- U-% 1 -post-chaise p@Ust-'SeIz K6$ 2 -post-chaises p@Ust-'SeIzIz Kj$ 3 -post-free p@Ust-'fri OA%,Pu% 2 -post-haste p@Ust-'heIst Pu% 2 -post-horse 'p@Ust-hOs K6$ 2 -post-horses 'p@Ust-hOsIz Kj$ 3 -post-mortem ,p@Ust-'mOt@m K6%,OA% 3 -post-mortems ,p@Ust-'mOt@mz Kj% 3 -post-paid p@Ust-'peId OA%,Pu% 2 -postage 'p@UstIdZ L@% 2 -postage-stamp 'p@UstIdZ-st&mp K6% 3 -postage-stamps 'p@UstIdZ-st&mps Kj% 3 -postal 'p@Ustl OA% 2 -postbag 'p@Ustb&g K6% 2 -postbags 'p@Ustb&gz Kj% 2 -postbox 'p@Ustb0ks K7% 2 -postboxes 'p@Ustb0ksIz Kj% 3 -postcard 'p@UstkAd K6% 2 -postcards 'p@UstkAdz Kj% 2 -postcode 'p@Ustk@Ud K6% 2 -postcodes 'p@Ustk@Udz Kj% 2 -postdate ,p@Ust'deIt H2% 26A -postdated ,p@Ust'deItId Hc%,Hd% 36A -postdates ,p@Ust'deIts Ha% 26A -postdating ,p@Ust'deItIN Hb% 36A -poste restante ,p@Ust 'restAnt L@% 3 -posted 'p@UstId Jc%,Jd% 23A,6A,15A,15B -poster 'p@Ust@R K6% 2 -posterior p0'stI@rI@R K6%,OA% 4 -posteriors p0'stI@rI@z Kj% 4 -posterity p0'sterItI L@% 4 -postern 'p0st@n K6$ 2 -posterns 'p0st@nz Kj$ 2 -posters 'p@Ust@z Kj% 2 -postgraduate ,p@Ust'gr&dZU@t K6%,OA% 4 -postgraduates ,p@Ust'gr&dZU@ts Kj% 4 -posthumous 'p0stjUm@s OA% 3 -posthumously 'p0stjUm@slI Pu% 4 -postilion p0'stIlI@n K6$ 4 -postilions p0'stIlI@nz Kj$ 4 -postillion p0'stIlI@n K6$ 4 -postillions p0'stIlI@nz Kj$ 4 -posting 'p@UstIN Jb% 23A,6A,15A,15B -postman 'p@Ustm@n Ki% 2 -postmark 'p@UstmAk H0%,K6% 2 -postmarked 'p@UstmAkt Hc%,Hd% 2 -postmarking 'p@UstmAkIN Hb% 3 -postmarks 'p@UstmAks Ha%,Kj% 2 -postmaster 'p@UstmAst@R K6% 3 -postmasters 'p@UstmAst@z Kj% 3 -postmen 'p@Ustm@n Kj% 2 -postmistress 'p@UstmIstrIs K7% 3 -postmistresses 'p@UstmIstrIsIz Kj% 4 -postpone p@'sp@Un H2% 26A,6C -postponed p@'sp@Und Hc%,Hd% 26A,6C -postponement p@'sp@Unm@nt M6% 3 -postponements p@'sp@Unm@nts Mj% 3 -postpones p@'sp@Unz Ha% 26A,6C -postponing p@'sp@UnIN Hb% 36A,6C -postprandial ,p@Ust'pr&ndI@l OA$ 4 -posts p@Usts Ja%,Mj% 13A,6A,15A,15B -postscript 'p@Us+skrIpt K6% 2 -postscripts 'p@Us+skrIpts Kj% 2 -postulant 'p0stjUl@nt K6$ 3 -postulants 'p0stjUl@nts Kj$ 3 -postulate 'p0stjUleIt H2%,K6% 36A -postulated 'p0stjUleItId Hc%,Hd% 46A -postulates 'p0stjUleIts Ha%,Kj% 36A -postulating 'p0stjUleItIN Hb% 46A -postural 'p0stS@r@l OA% 3 -posture 'p0stS@R J2%,M6% 22A,6A -postured 'p0stS@d Jc%,Jd% 22A,6A -postures 'p0stS@z Ja%,Mj% 22A,6A -posturing 'p0stS@rIN Jb%,M6% 32A,6A -posturings 'p0stS@rINz Mj% 3 -posy 'p@UzI K8% 2 -pot p0t J4%,K6% 13A,6A,15B -pot-shot 'p0t-S0t K6% 2 -pot-shots 'p0t-S0ts Kj% 2 -pot-trained 'p0t-treInd OA% 2 -potable 'p@Ut@bl OA$ 3 -potash 'p0t&S L@% 2 -potassium p@'t&sI@m L@% 4 -potation p@U'teISn K6$ 3 -potations p@U'teISnz Kj$ 3 -potato p@'teIt@U K7% 3 -potatoes p@'teIt@Uz Kj% 3 -potbellied p0t'belId OA% 3 -potbellies p0t'belIz Kj% 3 -potbelly p0t'belI K8% 3 -potboiler 'p0tboIl@R K6% 3 -potboilers 'p0tboIl@z Kj% 3 -potbound 'p0tbaUnd OA$ 2 -potboy 'p0tboI K6$ 2 -potboys 'p0tboIz Kj$ 2 -poteen p0'tin L@$ 2 -potencies 'p@UtnsIz Mj$ 3 -potency 'p@UtnsI M8% 3 -potent 'p@Utnt OA% 2 -potentate 'p@UtnteIt K6% 3 -potentates 'p@UtnteIts Kj% 3 -potential p@'tenSl M6%,OA% 3 -potentialities p@,tenSI'&lItIz Mj% 6 -potentiality p@,tenSI'&lItI M8% 6 -potentially p@'tenS@lI Pu% 4 -potentials p@'tenSlz Mj% 3 -potently 'p@UtntlI Pu% 3 -pothead 'p0thed K6$ 2 -potheads 'p0thedz Kj$ 2 -pother 'p0D@R K6$ 2 -potherb 'p0th3b K6$ 2 -potherbs 'p0th3bz Kj$ 2 -pothers 'p0D@z Kj$ 2 -pothole 'p0th@Ul K6% 2 -potholer 'p0th@Ul@R K6% 3 -potholers 'p0th@Ul@z Kj% 3 -potholes 'p0th@Ulz Kj% 2 -pothook 'p0thUk K6$ 2 -pothooks 'p0thUks Kj$ 2 -pothouse 'p0thaUs K6$ 2 -pothouses 'p0thaUzIz Kj$ 3 -pothunter 'p0thVnt@R K6$ 3 -pothunters 'p0thVnt@z Kj$ 3 -potion 'p@USn K6% 2 -potions 'p@USnz Kj% 2 -potman 'p0tm&n Ki$ 2 -potmen 'p0tmen Kj$ 2 -potpourri ,p@U'pU@ri K6% 3 -potpourris ,p@U'pU@riz Kj$ 3 -pots p0ts Ja%,Kj% 13A,6A,15B -potsherd 'p0t+S3d K6$ 2 -potsherds 'p0t+S3dz Kj$ 2 -pottage 'p0tIdZ M6$ 2 -pottages 'p0tIdZIz Mj$ 3 -potted 'p0tId Jc%,Jd%,OA% 23A,6A,15B -potter 'p0t@R I0%,K6% 22A,2C -pottered 'p0t@d Ic%,Id% 22A,2C -potterer 'p0t@r@R K6% 3 -potterers 'p0t@r@z Kj% 3 -potteries 'p0t@rIz Mj% 3 -pottering 'p0t@rIN Ib% 32A,2C -potters 'p0t@z Ia%,Kj% 22A,2C -pottery 'p0t@rI M8% 3 -pottier 'p0tI@R Or% 3 -potties 'p0tIz Kj% 2 -pottiest 'p0tIIst Os% 3 -potting 'p0tIN Jb% 23A,6A,15B -potty 'p0tI K8%,OD% 2 -pouch paUtS H1%,K7% 12A,6A -pouched paUtSt Hc%,Hd% 12A,6A -pouches 'paUtSIz Ha%,Kj% 22A,6A -pouching 'paUtSIN Hb% 22A,6A -pouf puf K6$ 1 -pouffe puf K6$ 1 -pouffes pufs Kj$ 1 -poufs pufs Kj$ 1 -poulterer 'p@Ult@r@R K6% 3 -poulterers 'p@Ult@r@z Kj% 3 -poultice 'p@UltIs H2$,K6% 26A -poulticed 'p@UltIst Hc$,Hd$ 26A -poultices 'p@UltIsIz Ha$,Kj% 36A -poulticing 'p@UltIsIN Hb$ 36A -poultry 'p@UltrI Kj% 2 -pounce paUns I2%,K6% 13A -pounced paUnst Ic%,Id% 13A -pounces 'paUnsIz Ia%,Kj% 23A -pouncing 'paUnsIN Ib% 23A -pound paUnd J0%,K6% 12C,3A,6A,15A -poundage 'paUndIdZ L@% 2 -pounded 'paUndId Jc%,Jd% 22C,3A,6A,15A -pounder 'paUnd@R K6$ 2 -pounders 'paUnd@z Kj$ 2 -pounding 'paUndIN Jb% 22C,3A,6A,15A -pounds paUndz Ja%,Kj% 12C,3A,6A,15A -pour pOR J0% 12C,6A,12B,13B,14,15A,15B -poured pOd Jc%,Jd% 12C,6A,12B,13B,14,15A,15B -pouring 'pOrIN Jb% 22C,6A,12B,13B,14,15A,15B -pours pOz Ja% 12C,6A,12B,13B,14,15A,15B -pout paUt J0%,K6% 12A,6A -pouted 'paUtId Jc%,Jd% 22A,6A -pouting 'paUtIN Jb% 22A,6A -poutingly 'paUtINlI Pu% 3 -pouts paUts Ja%,Kj% 12A,6A -poverty 'p0v@tI L@% 3 -poverty-stricken 'p0v@tI-strIk@n OA% 5 -powder 'paUd@R J0%,M6% 22A,6A -powder-flask 'paUd@-flAsk K6% 3 -powder-flasks 'paUd@-flAsks Kj% 3 -powder-horn 'paUd@-hOn K6% 3 -powder-horns 'paUd@-hOnz Kj% 3 -powder-magazine 'paUd@-m&g@zin K6% 5 -powder-magazines 'paUd@-m&g@zinz Kj% 5 -powder-puff 'paUd@-pVf K6% 3 -powder-puffs 'paUd@-pVfs Kj% 3 -powder-room 'paUd@-rum K6% 3 -powder-rooms 'paUd@-rumz Kj% 3 -powdered 'paUd@d Jc%,Jd%,OA% 22A,6A -powdering 'paUd@rIN Jb% 32A,6A -powders 'paUd@z Ja%,Mj% 22A,6A -powdery 'paUd@rI OA% 3 -power 'paU@R H0%,M6* 26A -power-dive 'paU@-daIv H2$,K6% 3 -power-dived 'paU@-daIvd Hc$,Hd$ 3 -power-dives 'paU@-daIvz Ha$,Kj$ 3 -power-diving 'paU@-daIvIN Hb$ 4 -power-point 'paU@-poInt K6% 3 -power-points 'paU@-poInts Kj% 3 -power-station 'paU@-steISn K6% 4 -power-stations 'paU@-steISnz Kj% 4 -powerboat 'paU@b@Ut K6% 3 -powerboats 'paU@b@Uts Kj% 3 -powered 'paU@d Hc%,Hd%,OA% 26A -powerful 'paU@f@l OA% 3 -powerfully 'paU@f@lI Pu% 4 -powerhouse 'paU@haUs K6% 3 -powerhouses 'paU@haUzIz Kj% 4 -powering 'paU@rIN Hb% 36A -powerless 'paU@lIs OA% 3 -powerlessly 'paU@lIslI Pu% 4 -powers 'paU@z Ha%,Mj% 26A -powwow 'paUwaU I0$,K6$ 2 -powwowed 'paUwaUd Ic$,Id$ 2 -powwowing 'paUwaUIN Ib$ 3 -powwows 'paUwaUz Ia$,Kj$ 2 -pox p0ks Ki% 1 -pp 'peIdZIz Y)% 2 -pr_ecis 'preIsi H5%,K9% 2 -practicability ,pr&ktIk@'bIlItI L@% 6 -practicable 'pr&ktIk@bl OA% 4 -practicably 'pr&ktIk@blI Pu% 4 -practical 'pr&ktIkl OA% 3 -practicalities ,pr&ktI'k&lItIz Mj% 5 -practicality ,pr&ktI'k&lItI M8% 5 -practically 'pr&ktIklI Pu% 3 -practice 'pr&ktIs M6% 2 -practices 'pr&ktIsIz Mj% 3 -practician pr&k'tISn K6$ 3 -practicians pr&k'tISnz Kj$ 3 -practise 'pr&ktIs J2% 22A,2B,3A,4A,6A,6C -practised 'pr&ktIst Jc%,Jd%,OA% 22A,2B,3A,4A,6A,6C -practises 'pr&ktIsIz Ja% 32A,2B,3A,4A,6A,6C -practising 'pr&ktIsIN Jb% 32A,2B,3A,4A,6A,6C -practitioner pr&k'tIS@n@R K6% 4 -practitioners pr&k'tIS@n@z Kj% 4 -praesidium prI'sIdI@m K6$ 4 -praesidiums prI'sIdI@mz Kj$ 4 -praetor 'prit@R K6$ 2 -praetorian prI'tOrI@n OA$ 4 -praetors 'prit@z Kj$ 2 -pragmatic pr&g'm&tIk OA% 3 -pragmatically pr&g'm&tIklI Pu% 4 -pragmatism 'pr&gm@tIz@m L@% 4 -pragmatist 'pr&gm@tIst K6% 3 -pragmatists 'pr&gm@tIsts Kj% 3 -prairie 'pre@rI K6% 2 -prairies 'pre@rIz Kj% 2 -praise preIz H2%,M6% 16A -praised preIzd Hc%,Hd% 16A -praises 'preIzIz Ha%,Mj% 26A -praiseworthily 'preIzw3DIlI Pu% 4 -praiseworthiness 'preIzw3DIn@s L@% 4 -praiseworthy 'preIzw3DI OA% 3 -praising 'preIzIN Hb% 26A -pram pr&m K6% 1 -prams pr&mz Kj% 1 -prance prAns I2%,K6% 12A,2C -pranced prAnst Ic%,Id% 12A,2C -prances 'prAnsIz Ia%,Kj% 22A,2C -prancing 'prAnsIN Ib% 22A,2C -prank pr&Nk K6% 1 -pranks pr&Nks Kj% 1 -prate preIt I2$ 12A,2C -prated 'preItId Ic$,Id$ 22A,2C -prates preIts Ia$ 12A,2C -prating 'preItIN Ib$ 22A,2C -prattle 'pr&tl I2%,L@% 22A,2C -prattled 'pr&tld Ic%,Id% 22A,2C -prattler 'pr&tl@R K6% 2 -prattlers 'pr&tl@z Kj% 2 -prattles 'pr&tlz Ia% 22A,2C -prattling 'pr&tlIN Ib% 22A,2C -prawn prOn I0$,K6% 1 -prawned prOnd Ic$,Id$ 1 -prawning 'prOnIN Ib$ 2 -prawns prOnz Ia$,Kj% 1 -pray preI J0% 12A,3A,11,14,17 -prayed preId Jc%,Jd% 12A,3A,11,14,17 -prayer pre@R M6% 1 -prayer-book 'pre@-bUk K6% 2 -prayer-books 'pre@-bUks Kj% 2 -prayer-mat 'pre@-m&t K6% 2 -prayer-mats 'pre@-m&ts Kj% 2 -prayer-meeting 'pre@-mitIN K6% 3 -prayer-meetings 'pre@-mitINz Kj% 3 -prayer-rug 'pre@-rVg K6% 2 -prayer-rugs 'pre@-rVgz Kj% 2 -prayer-wheel 'pre@-wil K6% 2 -prayer-wheels 'pre@-wilz Kj% 2 -prayers pre@z Mj% 1 -praying 'preIIN Jb% 22A,3A,11,14,17 -prays preIz Ja% 12A,3A,11,14,17 -pre- pri- U-% 1 -pre-eminence pri-'emIn@ns L@% 4 -pre-eminent ,pri-'emIn@nt OA% 4 -pre-eminently ,pri-'emIn@ntlI Pu% 5 -pre-empt ,pri-'empt H0% 26A -pre-empted ,pri-'emptId Hc%,Hd% 36A -pre-empting ,pri-'emptIN Hb% 36A -pre-emption ,pri-'empSn L@% 3 -pre-emptive pri-'emptIv OA% 3 -pre-empts ,pri-'empts Ha% 26A -pre-exist ,pri-Ig'zIst I0% 32A -pre-existed ,pri-Ig'zIstId Ic%,Id% 42A -pre-existence ,pri-Ig'zIst@ns K6% 4 -pre-existences ,pri-Ig'zIst@nsIz Kj$ 5 -pre-existent ,pri-Ig'zIst@nt OA% 4 -pre-existing ,pri-Ig'zIstIN Ib% 42A -pre-exists ,pri-Ig'zIsts Ia% 32A -pre-packaged ,pri-'p&kIdZd OA% 3 -preach pritS J1% 12A,2B,2C,3A,6A,12A,13A -preached pritSt Jc%,Jd% 12A,2B,2C,3A,6A,12A,13A -preacher 'pritS@R K6% 2 -preachers 'pritS@z Kj% 2 -preaches 'pritSIz Ja% 22A,2B,2C,3A,6A,12A,13A -preachified 'pritSIfaId Ic$,Id$ 3 -preachifies 'pritSIfaIz Ia$ 3 -preachify 'pritSIfaI I3$ 3 -preachifying 'pritSIfaIIN Ib$ 4 -preaching 'pritSIN Jb% 22A,2B,2C,3A,6A,12A,13A -preamble pri'&mbl K6% 3 -preambles pri'&mblz Kj% 3 -prearrange ,pri@'reIndZ H2% 3 -prearranged ,pri@'reIndZd Hc%,Hd% 3 -prearrangement ,pri@'reIndZm@nt K6% 4 -prearrangements ,pri@'reIndZm@nts Kj% 4 -prearranges ,pri@'reIndZIz Ha% 4 -prearranging ,pri@'reIndZIN Hb% 4 -prebend 'preb@nd K6$ 2 -prebendaries 'preb@ndrIz Kj$ 3 -prebendary 'preb@ndrI K8$ 3 -prebends 'preb@ndz Kj$ 2 -precarious prI'ke@rI@s OA% 4 -precariously prI'ke@rI@slI Pu% 5 -precariousness prI'ke@rI@snIs L@% 5 -precast ,pri'kAst OA% 2 -precaution prI'kOSn M6% 3 -precautionary ,prI'kOS@n@rI OA% 5 -precautions prI'kOSnz Mj% 3 -precede prI'sid J2% 22A,6A -preceded prI'sidId Jc%,Jd% 32A,6A -precedence 'presId@ns L@% 3 -precedent 'presId@nt K6% 3 -precedented 'presId@ntId OA% 4 -precedents 'presId@nts Kj% 3 -precedes prI'sidz Ja% 22A,6A -preceding prI'sidIN Jb%,OA% 32A,6A -precentor prI'sent@R K6$ 3 -precentors prI'sent@z Kj$ 3 -precept 'prisept M6% 2 -preceptor prI'sept@R K6$ 3 -preceptors prI'sept@z Kj$ 3 -precepts 'prisepts Mj% 2 -precession prI'seSn K6$ 3 -precessions prI'seSnz Kj$ 3 -precinct 'prisINkt K6% 2 -precincts 'prisINkts Kj% 2 -preciosities ,preSI'0sItIz Mj$ 5 -preciosity ,preSI'0sItI M8$ 5 -precious 'preS@s OA%,Pu% 2 -preciously 'preS@slI Pu% 3 -preciousness 'preS@sn@s L@% 3 -precipice 'presIpIs K6% 3 -precipices 'presIpIsIz Kj% 4 -precipitate prI'sIpIt@t OA% 4 -precipitate prI'sIpIteIt H2%,K6% 46A,14 -precipitated prI'sIpIteItId Hc%,Hd% 56A,14 -precipitately prI'sIpIt@tlI Pu% 5 -precipitates prI'sIpIteIts Ha%,Kj% 46A,14 -precipitating prI'sIpIteItIN Hb% 56A,14 -precipitation prI,sIpI'teISn L@% 5 -precipitous prI'sIpIt@s OA% 4 -precipitously prI'sIpIt@slI Pu% 5 -precise prI'saIs OA% 2 -precised 'preIsid Hc$,Hd$ 2 -precisely prI'saIslI Pu% 3 -preciseness prI'saIsn@s L@% 3 -precises 'preIsiz Ha$ 2 -precising 'preIsiIN Hb$ 3 -precision prI'sIZn L@% 3 -preclude prI'klud H2% 26A,6C,14 -precluded prI'kludId Hc%,Hd% 36A,6C,14 -precludes prI'kludz Ha% 26A,6C,14 -precluding prI'kludIN Hb% 36A,6C,14 -preclusion prI'kluZn K6$ 3 -preclusions prI'kluZnz Kj$ 3 -precocious prI'k@US@s OA% 3 -precociously prI'k@US@slI Pu% 4 -precociousness prI'k@US@sn@s L@% 4 -precocity prI'k0sItI L@% 4 -precognition ,prik0g'nISn L@% 4 -preconceive ,prik@n'siv H2% 36A -preconceived ,prik@n'sivd Hc%,Hd% 36A -preconceives ,prik@n'sivz Ha% 36A -preconceiving ,prik@n'sivIN Hb% 46A -preconception ,prik@n'sepSn M6% 4 -preconceptions ,prik@n'sepSnz Mj% 4 -preconcerted ,prik@n's3tId OA$ 4 -precondition ,prik@n'dISn K6% 4 -preconditioned ,prik@n'dISnd OA% 4 -preconditions ,prik@n'dISnz Kj% 4 -precursor ,pri'k3s@R K6% 3 -precursors ,pri'k3s@z Kj% 3 -precursory ,pri'k3s@rI OA$ 4 -predator 'pred@t@R K6% 3 -predators 'pred@t@z Kj% 3 -predatory 'pred@trI OA% 3 -predecease ,pridI'sis H2$ 3 -predeceased ,pridI'sist Hc$,Hd$ 3 -predeceases ,pridI'sisIz Ha$ 4 -predeceasing ,pridI'sisIN Hb$ 4 -predecessor 'pridIses@R K6% 4 -predecessors 'pridIses@z Kj% 4 -predestinate ,pri'destIneIt H2$,OA$ 4 -predestinated ,pri'destIneItId Hc$,Hd$ 5 -predestinates ,pri'destIneIts Ha$ 4 -predestinating ,pri'destIneItIN Hb$ 5 -predestination ,pridestI'neISn K6$ 5 -predestinations ,pridestI'neISnz Kj$ 5 -predestine ,pri'destIn H2% 314,17 -predestined ,pri'destInd Hc%,Hd% 314,17 -predestines ,pri'destInz Ha% 314,17 -predestining ,pri'destInIN Hb% 414,17 -predetermination ,pridI,t3mI'neISn K6$ 6 -predeterminations ,pridI,t3mI'neISnz Kj$ 6 -predetermine ,pridI't3mIn H2% 46A,17 -predetermined ,pridI't3mInd Hc%,Hd% 46A,17 -predetermines ,pridI't3mInz Ha% 46A,17 -predetermining ,pridI't3mInIN Hb% 56A,17 -predicament prI'dIk@m@nt K6% 4 -predicaments prI'dIk@m@nts Kj% 4 -predicate 'predIk@t K6% 3 -predicate 'predIkeIt H2$ 36A,9,17 -predicated 'predIkeItId Hc$,Hd% 46A,9,17 -predicates 'predIk@ts Kj% 3 -predicates 'predIkeIts Ha$ 36A,9,17 -predicating 'predIkeItIN Hb$ 46A,9,17 -predicative prI'dIk@tIv OA% 4 -predict prI'dIkt H0% 26A,9,10 -predictability prI,dIkt@'bIlItI L@% 6 -predictable prI'dIkt@bl OA% 4 -predictably prI'dIkt@blI Pu% 4 -predicted prI'dIktId Hc%,Hd% 36A,9,10 -predicting prI'dIktIN Hb% 36A,9,10 -prediction prI'dIkSn M6% 3 -predictions prI'dIkSnz Mj% 3 -predictor prI'dIkt@R K6% 3 -predictors prI'dIkt@z Kj% 3 -predicts prI'dIkts Ha% 26A,9,10 -predigest ,pridaI'dZest H0$ 3 -predigested ,pridaI'dZestId Hc$,Hd% 4 -predigesting ,pridaI'dZestIN Hb$ 4 -predigests ,pridaI'dZests Ha$ 3 -predilection ,pridI'lekSn K6% 4 -predilections ,pridI'lekSnz Kj% 4 -predispose ,pridI'sp@Uz H2% 314,17 -predisposed ,pridI'sp@Uzd Hc%,Hd% 314,17 -predisposes ,pridI'sp@UzIz Ha% 414,17 -predisposing ,pridI'sp@UzIN Hb% 414,17 -predisposition ,pridIsp@'zISn K6% 5 -predispositions ,pridIsp@'zISnz Kj% 5 -predominance prI'd0mIn@ns L@% 4 -predominant prI'd0mIn@nt OA% 4 -predominantly prI'd0mIn@ntlI Pu% 5 -predominate prI'd0mIneIt I2% 42A,3A -predominated prI'd0mIneItId Ic%,Id% 52A,3A -predominates prI'd0mIneIts Ia% 42A,3A -predominating prI'd0mIneItIN Ib% 52A,3A -preen prin H0% 16A,14 -preened prind Hc%,Hd% 16A,14 -preening 'prinIN Hb% 26A,14 -preens prinz Ha% 16A,14 -prefab 'prif&b K6% 2 -prefabricate ,pri'f&brIkeIt H2% 46A -prefabricated ,pri'f&brIkeItId Hc%,Hd% 56A -prefabricates ,pri'f&brIkeIts Ha% 46A -prefabricating ,pri'f&brIkeItIN Hb% 56A -prefabrication ,prif&brI'keISn K6% 5 -prefabrications ,prif&brI'keISnz Kj$ 5 -prefabs 'prif&bz Kj% 2 -preface 'prefIs H2%,K6% 214 -prefaced 'prefIst Hc%,Hd% 214 -prefaces 'prefIsIz Ha%,Kj% 314 -prefacing 'prefIsIN Hb% 314 -prefatory 'pref@trI OA% 3 -prefect 'prifekt K6% 2 -prefects 'prifekts Kj% 2 -prefectural pri'fektS@r@l OA$ 4 -prefecture 'prifektjU@R K6% 3 -prefectures 'prifektjU@z Kj% 3 -prefer prI'f3R H4% 26A,6D,7A,9,14,17 -preferable 'prefr@bl OA% 3 -preferably 'prefr@blI Pu% 3 -preference 'prefr@ns M6% 2 -preferences 'prefr@nsIz Mj% 3 -preferential ,pref@'renSl OA% 4 -preferment prI'f3m@nt L@% 3 -preferred prI'f3d Hc%,Hd% 26A,6D,7A,9,14,17 -preferring prI'f3rIN Hb% 36A,6D,7A,9,14,17 -prefers prI'f3z Ha% 26A,6D,7A,9,14,17 -prefigure ,pri'fIg@R H2$ 36A,9,10 -prefigured ,pri'fIg@d Hc$,Hd$ 36A,9,10 -prefigures ,pri'fIg@z Ha$ 36A,9,10 -prefiguring ,pri'fIg@rIN Hb$ 46A,9,10 -prefix 'prifIks K7% 2 -prefix ,pri'fIks H1% 26A,14 -prefixed ,pri'fIkst Hc%,Hd% 26A,14 -prefixes 'prifIksIz Kj% 3 -prefixes ,pri'fIksIz Ha$ 36A,14 -prefixing ,pri'fIksIN Hb$ 36A,14 -pregnancies 'pregn@nsIz Mj% 3 -pregnancy 'pregn@nsI M8% 3 -pregnant 'pregn@nt OA% 2 -preheat ,pri'hit H0% 26A -preheated ,pri'hitId Hc%,Hd% 36A -preheating ,pri'hitIN Hb% 36A -preheats ,pri'hits Ha% 26A -prehensile ,pri'hensaIl OA% 3 -prehistoric ,prihI'st0rIk OA% 4 -prehistorical ,prihI'st0rIkl OA$ 5 -prehistories ,pri'hIstrIz Mj$ 3 -prehistory ,pri'hIstrI M8% 3 -prejudge ,pri'dZVdZ H2% 26A -prejudged ,pri'dZVdZd Hc%,Hd% 26A -prejudgement ,pri'dZVdZm@nt K6% 3 -prejudgements ,pri'dZVdZm@nts Kj% 3 -prejudges ,pri'dZVdZIz Ha% 36A -prejudging ,pri'dZVdZIN Hb% 36A -prejudice 'predZUdIs H2%,M6% 36A,15A -prejudiced 'predZUdIst Hc%,Hd% 36A,15A -prejudices 'predZUdIsIz Ha%,Mj% 46A,15A -prejudicial ,predZU'dISl OA% 4 -prejudicing 'predZUdIsIN Hb% 46A,15A -prelacies 'prel@sIz Kj$ 3 -prelacy 'prel@sI K8$ 3 -prelate 'prel@t K6% 2 -prelates 'prel@ts Kj% 2 -prelim prI'lIm K6$ 2 -preliminaries prI'lImIn@rIz Kj% 5 -preliminary prI'lImIn@rI K8%,OA% 5 -prelims prI'lImz Kj$ 2 -prelude 'preljud H2$,K6% 26A -preluded 'preljudId Hc$,Hd$ 36A -preludes 'preljudz Ha$,Kj% 26A -preluding 'preljudIN Hb$ 36A -premarital ,pri'm&rItl OA% 4 -premature 'prem@tjU@R OA% 3 -prematurely ,prem@'tjU@lI Pu% 4 -premeditate ,pri'medIteIt H2% 46A -premeditated ,pri'medIteItId Hc%,Hd% 56A -premeditates ,pri'medIteIts Ha% 46A -premeditating ,pri'medIteItIN Hb% 56A -premeditation ,primedI'teISn L@% 5 -premi`ere 'premIe@R K6% 3 -premi`eres 'premIe@z Kj% 3 -premier 'premI@R K6%,OA% 3 -premiers 'premI@z Kj% 3 -premiership 'premI@SIp K6% 4 -premierships 'premI@SIps Kj% 4 -premise 'premIs H2$,K6% 26A,9 -premised 'premIst Hc$,Hd$ 26A,9 -premises 'premIsIz Ha$,Kj% 36A,9 -premising 'premIsIN Hb$ 36A,9 -premiss 'premIs H1$,K7$ 26A,9 -premissed 'premIst Hc$,Hd$ 26A,9 -premisses 'premIsIz Ha$,Kj$ 36A,9 -premissing 'premIsIN Hb$ 36A,9 -premium 'primI@m K6% 3 -premiums 'primI@mz Kj% 3 -premonition ,prim@'nISn K6% 4 -premonitions ,prim@'nISnz Kj% 4 -premonitory prI'm0nIt@rI OA$ 5 -prenatal ,pri'neItl OA% 3 -prentice 'prentIs K6$ 2 -prentices 'prentIsIz Kj$ 3 -preoccupation pri,0kjU'peISn M6% 5 -preoccupations pri,0kjU'peISnz Mj% 5 -preoccupied pri'0kjUpaId Hc%,Hd% 46A -preoccupies pri'0kjUpaIz Ha% 46A -preoccupy pri'0kjUpaI H3% 46A -preoccupying pri'0kjUpaIIN Hb% 56A -preordain ,priO'deIn H0% 36A,9 -preordained ,priO'deInd Hc%,Hd% 36A,9 -preordaining ,priO'deInIN Hb% 46A,9 -preordains ,priO'deInz Ha% 36A,9 -prep prep M6$ 1 -prepacked ,pri'p&kt OA% 2 -prepaid ,pri'peId Hc%,Hd% 26A -preparation ,prep@'reISn M6% 4 -preparations ,prep@'reISnz Mj% 4 -preparatory prI'p&r@trI OA% 4 -prepare prI'pe@R J2% 23A,6A,7A,14 -prepared prI'pe@d Jc%,Jd% 23A,6A,7A,14 -preparedness prI'pe@rIdn@s L@% 4 -prepares prI'pe@z Ja% 23A,6A,7A,14 -preparing prI'pe@rIN Jb% 33A,6A,7A,14 -prepay ,pri'peI H5% 26A -prepaying ,pri'peIIN Hb% 36A -prepays ,prI'peIz Ha% 26A -preponderance prI'p0nd@r@ns K6% 4 -preponderances prI'p0nd@r@nsIz Kj$ 5 -preponderant prI'p0nd@r@nt OA% 4 -preponderantly prI'p0nd@r@ntlI Pu% 5 -preponderate prI'p0nd@reIt I2$ 42A,2C -preponderated prI'p0nd@reItId Ic$,Id$ 52A,2C -preponderates prI'p0nd@reIts Ia$ 42A,2C -preponderating prI'p0nd@reItIN Ib$ 52A,2C -preposition ,prep@'zISn K6% 4 -prepositional ,prep@'zIS@nl OA% 5 -prepositions ,prep@'zISnz Kj% 4 -prepossess ,prip@'zes H1$ 36A,15A -prepossessed ,prip@'zest Hc$,Hd$ 36A,15A -prepossesses ,prip@'zesIz Ha$ 46A,15A -prepossessing ,prip@'zesIN Hb$,OA% 46A,15A -prepossession ,prip@'zeSn K6$ 4 -prepossessions ,prip@'zeSnz Kj$ 4 -preposterous prI'p0st@r@s OA% 4 -preposterously prI'p0st@r@slI Pu% 5 -preps preps Mj$ 1 -prepuce 'pripjus K6$ 2 -prepuces 'pripjusIz Kj$ 3 -prerecord ,prirI'kOd H0% 36A -prerecorded ,prirI'kOdId Hc%,Hd% 46A -prerecording ,prirI'kOdIN Hb% 46A -prerecords ,prirI'kOdz Ha% 36A -prerequisite ,pri'rekwIzIt K6%,OA% 4 -prerequisites ,pri'rekwIzIts Kj% 4 -prerogative prI'r0g@tIv K6% 4 -prerogatives prI'r0g@tIvz Kj% 4 -presage 'presIdZ K6$ 2 -presage prI'seIdZ H2$ 26A -presaged prI'seIdZd Hc$,Hd$ 26A -presages 'presIdZIz Kj$ 3 -presages prI'seIdZIz Ha$ 36A -presaging prI'seIdZIN Hb$ 36A -presbyter 'prezbIt@R K6$ 3 -presbyteries 'prezbItrIz Kj$ 3 -presbyters 'prezbIt@z Kj$ 3 -presbytery 'prezbItrI K8% 3 -prescience 'presI@ns L@$ 3 -prescient 'presI@nt OA$ 3 -presciently 'presI@ntlI Pu$ 4 -prescribe prI'skraIb J2% 22A,3A,6A,8,10,14,21 -prescribed prI'skraIbd Jc%,Jd% 22A,3A,6A,8,10,14,21 -prescribes prI'skraIbz Ja% 22A,3A,6A,8,10,14,21 -prescribing prI'skraIbIN Jb% 32A,3A,6A,8,10,14,21 -prescript 'priskrIpt K6$ 2 -prescription prI'skrIpSn M6% 3 -prescriptions prI'skrIpSnz Mj% 3 -prescriptive prI'skrIptIv OA% 3 -prescripts 'priskrIpts Kj$ 2 -presence 'prezns L@% 2 -present 'preznt K6*,OA* 2 -present prI'zent H0%,Ki% 26A,14,15A -present-day ,preznt-'deI Oq% 3 -presentable prI'zent@bl OA% 4 -presentably prI'zent@blI Pu% 4 -presentation ,prezn'teISn M6% 4 -presentations ,prezn'teISnz Mj% 4 -presented prI'zentId Hc%,Hd% 36A,14,15A -presentiment prI'zentIm@nt K6% 4 -presentiments prI'zentIm@nts Kj% 4 -presenting prI'zentIN Hb% 36A,14,15A -presently 'prezntlI Pu% 3 -presents 'preznts Kj% 2 -presents prI'zents Ha% 26A,14,15A -preservable prI'z3v@bl OA% 4 -preservation ,prez@'veISn L@% 4 -preservative prI'z3v@tIv K6%,OA% 4 -preservatives prI'z3v@tIvz Kj% 4 -preserve prI'z3v H2%,K6% 26A,14 -preserved prI'z3vd Hc%,Hd% 26A,14 -preserver prI'z3v@R K6% 3 -preservers prI'z3v@z Kj% 3 -preserves prI'z3vz Ha%,Kj% 26A,14 -preserving prI'z3vIN Hb% 36A,14 -preside prI'zaId I2% 22A,2C,3A -presided prI'zaIdId Ic%,Id% 32A,2C,3A -presidencies 'prezId@nsIz Kj% 4 -presidency 'prezId@nsI K8% 4 -president 'prezId@nt K6* 3 -presidential ,prezI'denSl OA% 4 -presidents 'prezId@nts Kj% 3 -presides prI'zaIdz Ia% 22A,2C,3A -presiding prI'zaIdIN Ib% 32A,2C,3A -presidium prI'sIdI@m K6$ 4 -presidiums prI'sIdI@mz Kj$ 4 -press pres J1%,K7% 12A,2C,3A,4A,6A,14,15A,15B,17,22 -press-agencies 'pres-eIdZ@nsIz Kj% 4 -press-agency 'pres-eIdZ@nsI K8% 4 -press-agent 'pres-eIdZ@nt K6% 3 -press-agents 'pres-eIdZ@nts Kj% 3 -press-box 'pres-b0ks K7% 2 -press-boxes 'pres-b0ksIz Kj% 3 -press-clipping 'pres-klIpIN K6% 3 -press-clippings 'pres-klIpINz Kj% 3 -press-cutting 'pres-kVtIN K6% 3 -press-cuttings 'pres-kVtINz Kj% 3 -press-galleries 'pres-g&l@rIz Kj% 4 -press-gallery 'pres-g&l@rI K8% 4 -press-gang 'pres-g&N K6% 2 -press-gangs 'pres-g&Nz Kj% 2 -press-lord 'pres-lOd K6$ 2 -press-lords 'pres-lOdz Kj$ 2 -press-photographer ,pres-f@'t0gr@f@R K6% 5 -press-photographers ,pres-f@'t0gr@f@z Kj% 5 -press-stud 'pres-stVd K6% 2 -press-studs 'pres-stVdz Kj% 2 -press-up 'pres-Vp K6% 2 -press-ups 'pres-Vps Kj% 2 -pressed prest Jc%,Jd% 12A,2C,3A,4A,6A,14,15A,15B,17,22 -presses 'presIz Ja%,Kj% 22A,2C,3A,4A,6A,14,15A,15B,17,22 -pressing 'presIN Jb%,K6%,OA% 22A,2C,3A,4A,6A,14,15A,15B,17,22 -pressingly 'presINlI Pu% 3 -pressings 'presINz Kj% 2 -pressman 'presm&n Ki% 2 -pressmark 'presmAk K6$ 2 -pressmarks 'presmAks Kj$ 2 -pressmen 'presmen Kj% 2 -pressure 'preS@R M6% 2 -pressure-cooker 'preS@-kUk@R K6% 4 -pressure-cookers 'preS@-kUk@z Kj% 4 -pressure-gauge 'preS@-geIdZ K6% 3 -pressure-gauges 'preS@-geIdZIz Kj% 4 -pressures 'preS@z Mj% 2 -pressurized 'preS@raIzd OA% 3 -prestidigitation ,prestI,dIdZI'teISn M6$ 6 -prestidigitations ,prestI,dIdZI'teISnz Mj$ 6 -prestidigitator ,prestI'dIdZIteIt@R K6$ 6 -prestidigitators ,prestI'dIdZIteIt@z Kj$ 6 -prestige pre'stiZ L@% 2 -prestigious pre'stIdZ@s OA% 3 -prestissimo pre'stIsIm@U OA$,Pu$ 4 -presto 'prest@U OA$,Pu$ 2 -prestressed ,pri'strest OA% 2 -presumable prI'zjum@bl OA$ 4 -presumably prI'zjum@blI Pu% 4 -presume prI'zjum J2% 23A,6A,7A,9,25 -presumed prI'zjumd Jc%,Jd% 23A,6A,7A,9,25 -presumes prI'zjumz Ja% 23A,6A,7A,9,25 -presuming prI'zjumIN Jb%,OA% 33A,6A,7A,9,25 -presumption prI'zVmpSn M6% 3 -presumptions prI'zVmpSnz Mj$ 3 -presumptive prI'zVmptIv OA$ 3 -presumptively prI'zVmptIvlI Pu$ 4 -presumptuous prI'zVmptSU@s OA% 4 -presumptuously prI'zVmptSU@slI Pu% 5 -presuppose ,pris@'p@Uz H2% 36A,9 -presupposed ,pris@'p@Uzd Hc%,Hd% 36A,9 -presupposes ,pris@'p@UzIz Ha% 46A,9 -presupposing ,pris@'p@UzIN Hb% 46A,9 -presupposition ,prisVp@'zISn M6% 5 -presuppositions ,prisVp@'zISnz Mj% 5 -pretence prI'tens M6% 2 -pretences prI'tensIz Mj% 3 -pretend prI'tend J0% 23A,6A,7A,9 -pretended prI'tendId Jc%,Jd% 33A,6A,7A,9 -pretendedly prI'tendIdlI Pu$ 4 -pretender prI'tend@R K6% 3 -pretenders prI'tend@z Kj% 3 -pretending prI'tendIN Jb% 33A,6A,7A,9 -pretends prI'tendz Ja% 23A,6A,7A,9 -pretension prI'tenSn M6% 3 -pretensions prI'tenSnz Mj% 3 -pretentious prI'tenS@s OA% 3 -pretentiously prI'tenS@slI Pu% 4 -pretentiousness prI'tenS@sn@s L@% 4 -preterit 'pret@rIt K6$,OA$ 3 -preterite 'pret@rIt K6$,OA$ 3 -preterites 'pret@rIts Kj$ 3 -preterits 'pret@rIts Kj$ 3 -preternatural ,prit@'n&tSr@l OA% 4 -preternaturally ,prit@'n&tSr@lI Pu% 5 -pretext 'pritekst K6% 2 -pretexts 'priteksts Kj% 2 -pretor 'prit@R K6$ 2 -pretors 'prit@z Kj$ 2 -prettier 'prItI@R Or% 3 -pretties 'prItIz Kj$ 2 -prettiest 'prItIIst Os% 3 -prettified 'prItIfaId Hc%,Hd% 36A -prettifies 'prItIfaIz Ha% 36A -prettify 'prItIfaI H3% 36A -prettifying 'prItIfaIIN Hb% 46A -prettily 'prItIlI Pu% 3 -prettiness 'prItIn@s L@% 3 -pretty 'prItI K8%,OD%,Pu% 2 -pretty-pretty 'prItI-prItI OA% 4 -pretzel 'pretsl K6% 2 -pretzels 'pretslz Kj% 2 -prevail prI'veIl I0% 22A,3A -prevailed prI'veIld Ic%,Id% 22A,3A -prevailing prI'veIlIN Ib%,OA% 32A,3A -prevails prI'veIlz Ia% 22A,3A -prevalence 'prev@l@ns L@% 3 -prevalent 'prev@l@nt OA% 3 -prevaricate prI'v&rIkeIt I2% 42A -prevaricated prI'v&rIkeItId Ic%,Id% 52A -prevaricates prI'v&rIkeIts Ia% 42A -prevaricating prI'v&rIkeItIN Ib% 52A -prevarication prI,v&rI'keISn M6% 5 -prevarications prI,v&rI'keISnz Mj$ 5 -prevent prI'vent H0% 26A,14,19C -preventable prI'vent@bl OA% 4 -preventative prI'vent@tIv K6% 4 -preventatives prI'vent@tIvz Kj% 4 -prevented prI'ventId Hc%,Hd% 36A,14,19C -preventing prI'ventIN Hb% 36A,14,19C -prevention prI'venSn L@% 3 -preventive prI'ventIv OA% 3 -prevents prI'vents Ha% 26A,14,19C -preview 'privju H0%,K6% 2 -previewed 'privjud Hc%,Hd% 2 -previewing 'privjuIN Hb% 3 -previews 'privjuz Ha%,Kj% 2 -previous 'privI@s OA% 3 -previously 'privI@slI Pu% 4 -prevision ,pri'vIZn M6$ 3 -previsions ,pri'vIZnz Mj$ 3 -prey preI I0%,Ki% 13A -preyed preId Ic%,Id% 13A -preying 'preIIN Ib% 23A -preys preIz Ia% 13A -price praIs H2%,M6% 16A -price-control 'praIs-k@ntr@Ul K6% 3 -price-controlled 'praIs-k@ntr@Uld OA% 3 -price-controls 'praIs-k@ntr@Ulz Kj% 3 -priced praIst Hc%,Hd% 16A -priceless 'praIsl@s OA% 2 -pricelist 'praIslIst K6% 2 -pricelists 'praIslIsts Kj% 2 -prices 'praIsIz Ha%,Mj% 26A -pricey 'praIsI OE% 2 -pricier 'praIsI@R Or% 3 -priciest 'praIsIIst Os% 3 -pricing 'praIsIN Hb% 26A -prick prIk J0%,K6% 12A,6A,15B -pricked prIkt Jc%,Jd% 12A,6A,15B -pricker 'prIk@R K6% 2 -prickers 'prIk@z Kj% 2 -pricking 'prIkIN Jb%,K6% 22A,6A,15B -prickings 'prIkINz Kj% 2 -prickle 'prIkl J2%,K6% 2 -prickled 'prIkld Jc%,Jd% 2 -prickles 'prIklz Ja%,Kj% 2 -pricklier 'prIklI@R Or% 3 -prickliest 'prIklIIst Os% 3 -prickling 'prIklIN Jb% 2 -prickly 'prIklI OD% 2 -pricks prIks Ja%,Kj% 12A,6A,15B -pride praId H2%,M6% 1 -prided 'praIdId Hc%,Hd% 2 -prides praIdz Ha%,Mj% 1 -priding 'praIdIN Hb% 2 -prie-dieu 'pri-dj3 K6$ 2 -prie-dieus 'pri-dj3z Kj$ 2 -pried praId Jc%,Jd% 12A,2C,3A,15A,15B,22 -pries praIz Ja% 12A,2C,3A,15A,15B,22 -priest prist K6% 1 -priest-ridden 'prist-rIdn OA$ 3 -priestcraft 'pristkrAft L@% 2 -priestess 'pristes K7% 2 -priestesses 'pristesIz Kj% 3 -priesthood 'pristhUd K6% 2 -priesthoods 'pristhUdz Kj% 2 -priestlier 'pristlI@R Or$ 3 -priestliest 'pristlIIst Os$ 3 -priestlike 'pristlaIk OA% 2 -priestly 'pristlI OD% 2 -priests prists Kj% 1 -prig prIg K6% 1 -priggish 'prIgIS OA% 2 -priggishly 'prIgISlI Pu% 3 -priggishness 'prIgISn@s L@% 3 -prigs prIgz Kj% 1 -prim prIm H4$,OE% 1 -prima 'prim@ OA% 2 -prima ballerina ,prim@ ,b&l@'rin@ K6% 6 -prima ballerinas ,prim@ ,b&l@'rin@z Kj% 6 -prima donna ,prim@ 'd0n@ K6% 4 -prima donnas ,prim@ 'd0n@z Kj% 4 -prima facie ,praIm@ 'feISi OA%,Pu% 4 -primacies 'praIm@sIz Kj$ 3 -primacy 'praIm@sI K8% 3 -primaeval praI'mivl OA% 3 -primal 'praIml OA% 2 -primaries 'praIm@rIz Kj% 3 -primarily 'praIm@r@lI Pu% 4 -primary 'praIm@rI K8%,OA% 3 -primate 'praImeIt K6% 2 -primates 'praImeIts Kj% 2 -prime praIm H2%,L@%,OA% 16A -primed praImd Hc%,Hd% 16A -primer 'praIm@R K6% 2 -primers 'praIm@z Kj% 2 -primes praImz Ha% 16A -primeval praI'mivl OA% 3 -priming 'praImIN Hb%,K6% 26A -primings 'praImINz Kj$ 2 -primitive 'prImItIv K6%,OA% 3 -primitively 'prImItIvlI Pu% 4 -primitiveness 'prImItIvn@s L@% 4 -primitives 'prImItIvz Kj% 3 -primly 'prImlI Pu% 2 -primmed prImd Hc$,Hd$ 1 -primmer 'prIm@R Or% 2 -primmest 'prImIst Os% 2 -primming 'prImIN Hb$ 2 -primness 'prImn@s L@% 2 -primogeniture ,praIm@U'dZenItS@R L@% 5 -primordial praI'mOdI@l OA% 4 -primp prImp H0$ 1 -primped prImpt Hc$,Hd$ 1 -primping 'prImpIN Hb$ 2 -primps prImps Ha$ 1 -primrose 'prImr@Uz K6% 2 -primroses 'prImr@UzIz Kj% 3 -prims prImz Ha$ 1 -primula 'prImjUl@ K6% 3 -primulas 'prImjUl@z Kj% 3 -primus 'praIm@s K7% 2 -primuses 'praIm@sIz Kj% 3 -prince prIns K6% 1 -princedom 'prInsd@m K6% 2 -princedoms 'prInsd@mz Kj% 2 -princelier 'prInslI@R Or% 3 -princeliest 'prInslIIst Os% 3 -princely 'prInslI OD% 2 -princes 'prInsIz Kj% 2 -princess prIn'ses K7% 2 -princesses prIn'sesIz Kj% 3 -principal 'prIns@pl K6%,OA% 3 -principalities ,prInsI'p&lItIz Kj% 5 -principality ,prInsI'p&lItI K8% 5 -principally 'prIns@plI Pu% 3 -principals 'prIns@plz Kj% 3 -principle 'prIns@pl K6% 3 -principled 'prIns@pld OA% 3 -principles 'prIns@plz Kj% 3 -prink prINk H0$ 1 -prinked prINkt Hc$,Hd$ 1 -prinking 'prINkIN Hb$ 2 -prinks prINks Ha$ 1 -print prInt J0%,M6% 12A,6A,15B -print-seller 'prInt-sel@R K6% 3 -print-sellers 'prInt-sel@z Kj% 3 -print-shop 'prInt-S0p K6% 2 -print-shops 'prInt-S0ps Kj% 2 -printable 'prInt@bl OA% 3 -printed 'prIntId Jc%,Jd% 22A,6A,15B -printer 'prInt@R K6% 2 -printers 'prInt@z Kj% 2 -printing 'prIntIN Jb%,M6% 22A,6A,15B -printing-ink 'prIntIN-INk K6% 3 -printing-inks 'prIntIN-INks Kj% 3 -printing-press 'prIntIN-pres K7% 3 -printing-presses 'prIntIN-presIz Kj% 4 -printings 'prIntINz Mj% 2 -printout 'prIntaUt K6% 2 -printouts 'prIntaUts Kj% 2 -prints prInts Ja%,Mj% 12A,6A,15B -prior 'praI@R K6%,OA% 2 -prioress 'praI@rIs K7% 3 -prioresses 'praI@rIsIz Kj% 4 -priories 'praI@rIz Kj% 3 -priorities praI'0rItIz Mj% 4 -priority praI'0rItI M8% 4 -priors 'praI@z Kj% 2 -priory 'praI@rI K8% 3 -prise praIz H2% 115A,15B -prised praIzd Hc%,Hd% 115A,15B -prises 'praIzIz Ha% 215A,15B -prising 'praIzIN Hb% 215A,15B -prism 'prIz@m K6% 2 -prismatic prIz'm&tIk OA% 3 -prisms 'prIz@mz Kj% 2 -prison 'prIzn M6% 2 -prison-breaking 'prIzn-breIkIN M6$ 4 -prison-breakings 'prIzn-breIkINz Mj$ 4 -prisoner 'prIzn@R K6% 3 -prisoners 'prIzn@z Kj% 3 -prisons 'prIznz Mj% 2 -pristine 'prIstin OA% 2 -prithee 'prIDI W-$ 2 -privacy 'prIv@sI L@% 3 -private 'praIvIt K6%,OA% 2 -privateer ,praIv@'tI@R K6% 3 -privateers ,praIv@'tI@z Kj% 3 -privately 'praIvItlI Pu% 3 -privates 'praIvIts Kj% 2 -privation praI'veISn M6% 3 -privations praI'veISnz Mj% 3 -privet 'prIvIt L@% 2 -privies 'prIvIz Kj% 2 -privilege 'prIv@lIdZ M6% 3 -privileged 'prIv@lIdZd OA% 3 -privileges 'prIv@lIdZIz Mj% 4 -privily 'prIvIlI Pu% 3 -privy 'prIvI K8%,OA% 2 -prize praIz H2%,K6% 115A,15B -prize-fight 'praIz-faIt K6% 2 -prize-fights 'praIz-faIts Kj% 2 -prize-money 'praIz-mVnI L@% 3 -prize-ring 'praIz-rIN K6$ 2 -prize-rings 'praIz-rINz Kj$ 2 -prized praIzd Hc%,Hd% 115A,15B -prizes 'praIzIz Ha%,Kj% 215A,15B -prizing 'praIzIN Hb$ 215A,15B -pro pr@U K6%,Pu% 1 -pro forma ,pr@U 'fOm@ OA%,Pu% 3 -pro rata ,pr@U 'rAt@ Pu% 3 -pro tem ,pr@U 'tem Pu% 2 -pro tempore ,pr@U 'temp@rI Pu$ 4 -pro- ,pr@U- U-% 1 -probabilistic ,pr0b@bI'lIstIk OA% 5 -probabilistically ,pr0b@bI'lIstIklI Pu% 6 -probabilities ,pr0b@'bIlItIz Mj% 5 -probability ,pr0b@'bIlItI M8% 5 -probable 'pr0b@bl K6%,OA% 3 -probables 'pr0b@blz Kj% 3 -probably 'pr0b@blI Pu* 3 -probate 'pr@UbeIt H2$,M6% 2 -probated 'pr@UbeItId Hc$,Hd$ 3 -probates 'pr@UbeIts Ha$,Mj$ 2 -probating 'pr@UbeItIN Hb$ 3 -probation pr@'beISn L@% 3 -probationary pr@'beISnrI OA% 4 -probationer pr@'beISn@R K6% 4 -probationers pr@'beISn@z Kj% 4 -probe pr@Ub H2%,K6% 16A -probed pr@Ubd Hc%,Hd% 16A -probes pr@Ubz Ha%,Kj% 16A -probing 'pr@UbIN Hb% 26A -probity 'pr@UbItI L@% 3 -problem 'pr0bl@m K6* 2 -problematic ,pr0bl@'m&tIk OA% 4 -problematically ,pr0bl@'m&tIklI Pu% 5 -problems 'pr0bl@mz Kj% 2 -proboscis pr@'b0sIs K7% 3 -proboscises pr@'b0sIsIz Kj$ 4 -procedural pr@'sidZ@r@l OA% 4 -procedure pr@'sidZ@R M6% 3 -procedures pr@'sidZ@z Mj% 3 -proceed pr@'sid I0% 22A,3A,4C -proceeded pr@'sidId Ic%,Id% 32A,3A,4C -proceeding pr@'sidIN Ib%,M6% 32A,3A,4C -proceedings pr@'sidINz Mj% 3 -proceeds 'pr@Usidz Kj% 2 -proceeds pr@'sidz Ia% 22A,3A,4C -process 'pr@Uses H1%,M7% 26A -process pr@'ses I1% 2 -process-server 'pr@UsIs-s3v@R K6$ 4 -process-servers 'pr@UsIs-s3v@z Kj$ 4 -processed 'pr@Usest Hc%,Hd% 26A -processed pr@'sest Ic%,Id% 2 -processes 'pr@UsesIz Ha%,Mj% 36A -processes pr@'sesIz Ia% 3 -processing 'pr@UsesIN Hb% 36A -processing pr@'sesIN Ib% 3 -procession pr@'seSn M6% 3 -processional pr@'seS@n@l OA% 4 -processions pr@'seSnz Mj% 3 -processor 'pr@Uses@R K6% 3 -processors 'pr@Uses@z Kj% 3 -proclaim pr@'kleIm H0% 26A,9,23,25 -proclaimed pr@'kleImd Hc%,Hd% 26A,9,23,25 -proclaiming pr@'kleImIN Hb% 36A,9,23,25 -proclaims pr@'kleImz Ha% 26A,9,23,25 -proclamation ,pr0kl@'meISn M6% 4 -proclamations ,pr0kl@'meISnz Mj% 4 -proclivities pr@'klIvItIz Kj% 4 -proclivity pr@'klIvItI K8% 4 -proconsul ,pr@U'k0nsl K6% 3 -proconsular ,pr@U'k0nsjUl@R OA% 4 -proconsulate pr@U'k0nsjUl@t K6% 4 -proconsulates pr@U'k0nsjUl@ts Kj% 4 -proconsuls ,pr@U'k0nslz Kj% 3 -procrastinate pr@U'kr&stIneIt I2% 42A -procrastinated pr@U'kr&stIneItId Ic%,Id% 52A -procrastinates pr@U'kr&stIneIts Ia% 42A -procrastinating pr@U'kr&stIneItIN Ib% 52A -procrastination pr@U,kr&stI'neISn L@% 5 -procreate 'pr@UkrIeIt H2% 36A -procreated 'pr@UkrIeItId Hc%,Hd% 46A -procreates 'pr@UkrIeIts Ha% 36A -procreating 'pr@UkrIeItIN Hb% 46A -procreation ,pr@UkrI'eISn K6% 4 -procreations ,pr@UkrI'eISnz Kj% 4 -proctor 'pr0kt@R K6% 2 -proctors 'pr0kt@z Kj% 2 -procurable pr@'kjU@r@bl OA% 4 -procurator 'pr0kjUreIt@R K6% 4 -procurators 'pr0kjUreIt@z Kj% 4 -procure pr@'kjU@R H2% 26A,12B,13B -procured pr@'kjU@d Hc%,Hd% 26A,12B,13B -procurement pr@'kjU@m@nt K6% 3 -procurements pr@'kjU@m@nts Kj$ 3 -procurer pr@'kjU@r@R K6% 3 -procurers pr@'kjU@r@z Kj% 3 -procures pr@'kjU@z Ha% 26A,12B,13B -procuress 'pr0kjUrIs K7% 3 -procuresses 'pr0kjUrIsIz Kj$ 4 -procuring pr@'kjU@rIN Hb% 36A,12B,13B -prod pr0d J4%,K6% 13A,6A -prodded 'pr0dId Jc%,Jd% 23A,6A -prodding 'pr0dIN Jb% 23A,6A -prodigal 'pr0dIgl K6$,OA% 3 -prodigality ,pr0dI'g&lItI L@% 5 -prodigally 'pr0dIg@lI Pu% 4 -prodigals 'pr0dIglz Kj$ 3 -prodigies 'pr0dIdZIz Kj% 3 -prodigious pr@'dIdZ@s OA% 3 -prodigiously pr@'dIdZ@slI Pu% 4 -prodigy 'pr0dIdZI K8% 3 -prods pr0dz Ja%,Kj% 13A,6A -produce 'pr0djus L@% 2 -produce pr@'djus J2% 22A,6A -produced pr@'djust Jc%,Jd% 22A,6A -producer pr@'djus@R K6% 3 -producers pr@'djus@z Kj% 3 -produces pr@'djusIz Ja% 32A,6A -producing pr@'djusIN Jb% 32A,6A -product 'pr0dVkt K6% 2 -production pr@'dVkSn M6% 3 -productions pr@'dVkSnz Mj% 3 -productive pr@'dVktIv OA% 3 -productively pr@'dVktIvlI Pu% 4 -productivity ,pr0dVk'tIvItI L@% 5 -products 'pr0dVkts Kj% 2 -profanation ,pr0f@'neISn M6$ 4 -profanations ,pr0f@'neISnz Mj$ 4 -profane pr@'feIn H2%,OA% 26A -profaned pr@'feInd Hc%,Hd% 26A -profanely pr@'feInlI Pu% 3 -profaneness pr@'feIn+n@s L@$ 3 -profanes pr@'feInz Ha% 26A -profaning pr@'feInIN Hb% 36A -profanities pr@'f&nItIz Mj% 4 -profanity pr@'f&nItI M8% 4 -profess pr@'fes J1% 26A,7A,9,25 -professed pr@'fest Jc%,Jd%,OA% 26A,7A,9,25 -professedly pr@'festlI Pu% 4 -professes pr@'fesIz Ja% 36A,7A,9,25 -professing pr@'fesIN Jb% 36A,7A,9,25 -profession pr@'feSn K6% 3 -professional pr@'feSn@l K6%,OA% 4 -professionalism pr@'feSn@lIz@m L@% 5 -professionally pr@'feSn@lI Pu% 4 -professionals pr@'feSn@lz Kj% 4 -professions pr@'feSnz Kj% 3 -professor pr@'fes@R K6% 3 -professorial ,pr0fI'sOrI@l OA% 5 -professors pr@'fes@z Kj% 3 -professorship pr@'fes@SIp K6% 4 -professorships pr@'fes@SIps Kj% 4 -proffer 'pr0f@R H0%,K6$ 26A,7A -proffered 'pr0f@d Hc%,Hd% 26A,7A -proffering 'pr0f@rIN Hb% 36A,7A -proffers 'pr0f@z Ha%,Kj$ 26A,7A -proficiency pr@'fISnsI L@% 4 -proficient pr@'fISnt OA% 3 -proficiently pr@'fISntlI Pu% 4 -profile 'pr@UfaIl H2%,M6% 2 -profiled 'pr@UfaIld Hc%,Hd% 2 -profiles 'pr@UfaIlz Ha%,Mj% 2 -profiling 'pr@UfaIlIN Hb% 3 -profit 'pr0fIt J0%,M6% 23A,6A,13A -profit-margin 'pr0fIt-mAdZIn K6% 4 -profit-margins 'pr0fIt-mAdZInz Kj% 4 -profit-sharing 'pr0fIt-Se@rIN L@% 4 -profitable 'pr0fIt@bl OA% 4 -profitably 'pr0fIt@blI Pu% 4 -profited 'pr0fItId Jc%,Jd% 33A,6A,13A -profiteer ,pr0fI'tI@R I0%,K6% 32A -profiteered ,pr0fI'tI@d Ic%,Id% 32A -profiteering ,pr0fI'tI@rIN Ib% 42A -profiteers ,pr0fI'tI@z Ia%,Kj% 32A -profiting 'pr0fItIN Jb% 33A,6A,13A -profitless 'pr0fItl@s OA% 3 -profitlessly 'pr0fItl@slI Pu% 4 -profits 'pr0fIts Ja%,Mj% 23A,6A,13A -profligacy 'pr0flIg@sI L@% 4 -profligate 'pr0flIg@t K6$,OA% 3 -profligates 'pr0flIg@ts Kj$ 3 -profound pr@'faUnd OA% 2 -profoundly pr@'faUndlI Pu% 3 -profundities pr@'fVndItIz Mj% 4 -profundity pr@'fVndItI M8% 4 -profuse pr@'fjus OA% 2 -profusely pr@'fjuslI Pu% 3 -profuseness pr@'fjusn@s L@% 3 -profusion pr@'fjuZn L@% 3 -progenitor pr@U'dZenIt@R K6% 4 -progenitors pr@U'dZenIt@z Kj% 4 -progeny 'pr0dZ@nI Kj% 3 -prognoses pr0g'n@Usiz Kj% 3 -prognosis pr0g'n@UsIs Ki% 3 -prognostic pr0g'n0stIk K6$,OA% 3 -prognosticate pr0g'n0stIkeIt H2% 46A,9 -prognosticated pr0g'n0stIkeItId Hc%,Hd% 56A,9 -prognosticates pr0g'n0stIkeIts Ha% 46A,9 -prognosticating pr0g'n0stIkeItIN Hb% 56A,9 -prognostication pr0g,n0stI'keISn M6% 5 -prognostications pr0g,n0stI'keISnz Mj% 5 -prognostics pr0g'n0stIks Kj$ 3 -program 'pr@Ugr&m H4%,K6% 26A -programme 'pr@Ugr&m H2%,K6% 26A -programmed 'pr@Ugr&md Hc%,Hd% 26A -programmer 'pr@Ugr&m@R K6% 3 -programmers 'pr@Ugr&m@z Kj% 3 -programmes 'pr@Ugr&mz Ha%,Kj% 26A -programming 'pr@Ugr&mIN Hb% 36A -programs 'pr@Ugr&mz Ha%,Kj% 26A -progress 'pr@Ugres M7% 2 -progress pr@'gres I1% 22A,2C -progressed pr@'grest Ic%,Id% 22A,2C -progresses 'pr@UgresIz Mj$ 3 -progresses pr@'gresIz Ia% 32A,2C -progressing pr@'gresIN Ib% 32A,2C -progression pr@'greSn L@% 3 -progressive pr@'gresIv K6$,OA% 3 -progressively pr@'gresIvlI Pu% 4 -progressiveness pr@'gresIvn@s L@% 4 -progressives pr@'gresIvz Kj$ 3 -prohibit pr@'hIbIt H0% 36A,14 -prohibited pr@'hIbItId Hc%,Hd% 46A,14 -prohibiting pr@'hIbItIN Hb% 46A,14 -prohibition ,pr@UI'bISn M6% 4 -prohibitionist ,pr@UI'bIS@nIst K6% 5 -prohibitionists ,pr@UI'bIS@nIsts Kj% 5 -prohibitions ,pr@UI'bISnz Mj% 4 -prohibitive pr@'hIb@tIv OA% 4 -prohibitively pr@'hIb@tIvlI Pu% 5 -prohibitory pr@'hIbIt@rI OA% 5 -prohibits pr@'hIbIts Ha% 36A,14 -project 'pr0dZekt K6% 2 -project pr@'dZekt J0% 22A,2C,6A,14,15A -projected pr@'dZektId Jc%,Jd% 32A,2C,6A,14,15A -projectile pr@'dZektaIl K6%,OA% 3 -projectiles pr@'dZektaIlz Kj% 3 -projecting pr@'dZektIN Jb% 32A,2C,6A,14,15A -projection pr@'dZekSn M6% 3 -projectionist pr@'dZekS@nIst K6% 4 -projectionists pr@'dZekS@nIsts Kj% 4 -projections pr@'dZekSnz Mj% 3 -projector pr@'dZekt@R K6% 3 -projectors pr@'dZekt@z Kj% 3 -projects 'pr0dZekts Kj% 2 -projects pr@'dZekts Ja% 22A,2C,6A,14,15A -prolapse 'pr@Ul&ps K6$ 2 -prolapse pr@U'l&ps I2$ 2 -prolapsed pr@U'l&pst Ic$,Id$ 2 -prolapses 'pr@Ul&psIz Kj$ 3 -prolapses pr@U'l&psIz Ia$ 3 -prolapsing pr@U'l&psIN Ib$ 3 -prole pr@Ul K6$ 1 -proles pr@Ulz Kj$ 1 -proletarian ,pr@UlI'te@rI@n K6%,OA% 5 -proletarians ,pr@UlI'te@rI@nz Kj% 5 -proletariat ,pr@UlI'te@rI@t K6% 5 -proletariats ,pr@UlI'te@rI@ts Kj% 5 -proliferate pr@'lIf@reIt J2% 42A,6A -proliferated pr@'lIf@reItId Jc%,Jd% 52A,6A -proliferates pr@'lIf@reIts Ja% 42A,6A -proliferating pr@'lIf@reItIN Jb% 52A,6A -proliferation pr@,lIf@'reISn K6% 5 -proliferations pr@,lIf@'reISnz Kj% 5 -prolific pr@'lIfIk OA% 3 -prolix 'pr@UlIks OA% 2 -prolixity pr@U'lIksItI L@% 4 -prologue 'pr@Ul0g K6% 2 -prologues 'pr@Ul0gz Kj% 2 -prolong pr@'l0N H0% 26A -prolongation ,pr@Ul0N'geISn M6% 4 -prolongations ,pr@Ul0N'geISnz Mj% 4 -prolonged pr@'l0Nd Hc%,Hd%,OA% 26A -prolonging pr@'l0NIN Hb% 36A -prolongs pr@'l0Nz Ha% 26A -prom pr0m K6% 1 -promenade ,pr0m@'nAd J2%,K6% 32A,2C,6A,15A -promenaded ,pr0m@'nAdId Jc%,Jd% 42A,2C,6A,15A -promenades ,pr0m@'nAdz Ja%,Kj% 32A,2C,6A,15A -promenading ,pr0m@'nAdIN Jb% 42A,2C,6A,15A -prominence 'pr0mIn@ns M6% 3 -prominences 'pr0mIn@nsIz Mj$ 4 -prominent 'pr0mIn@nt OA% 3 -prominently 'pr0mIn@ntlI Pu% 4 -promiscuity ,pr0mI'skjuItI L@% 5 -promiscuous pr@'mIskjU@s OA% 4 -promiscuously pr@'mIskjU@slI Pu% 5 -promise 'pr0mIs J2%,M6% 22A,6A,7A,9,11,12A,13A,17 -promised 'pr0mIst Jc%,Jd% 22A,6A,7A,9,11,12A,13A,17 -promises 'pr0mIsIz Ja%,Mj% 32A,6A,7A,9,11,12A,13A,17 -promising 'pr0mIsIN Jb%,OA% 32A,6A,7A,9,11,12A,13A,17 -promisingly 'pr0mIsINlI Pu% 4 -promissory 'pr0mIs@rI OA$ 4 -promontories 'pr0m@ntrIz Kj% 3 -promontory 'pr0m@ntrI K8% 3 -promote pr@'m@Ut H2% 26A,14 -promoted pr@'m@UtId Hc%,Hd% 36A,14 -promoter pr@'m@Ut@R K6% 3 -promoters pr@'m@Ut@z Kj% 3 -promotes pr@'m@Uts Ha% 26A,14 -promoting pr@'m@UtIN Hb% 36A,14 -promotion pr@'m@USn M6% 3 -promotional pr@'m@US@nl OA% 4 -promotions pr@'m@USnz Mj% 3 -prompt pr0mpt H0%,K6%,OA% 16A,17 -prompt-box 'pr0mpt-b0ks K7$ 2 -prompt-boxes 'pr0mpt-b0ksIz Kj$ 3 -prompt-copies 'pr0mpt-k0pIz Kj% 3 -prompt-copy 'pr0mpt-k0pI K8% 3 -prompted 'pr0mptId Hc%,Hd% 26A,17 -prompter 'pr0mpt@R K6% 2 -prompters 'pr0mpt@z Kj% 2 -prompting 'pr0mptIN Hb%,K6$ 26A,17 -promptings 'pr0mptINz Kj% 2 -promptitude 'pr0mptItjud L@$ 3 -promptly 'pr0mptlI Pu% 2 -promptness 'pr0mptn@s L@% 2 -prompts pr0mpts Ha%,Kj% 16A,17 -proms pr0mz Kj% 1 -promulgate 'pr0m@lgeIt H2% 36A -promulgated 'pr0m@lgeItId Hc%,Hd% 46A -promulgates 'pr0m@lgeIts Ha% 36A -promulgating 'pr0m@lgeItIN Hb% 46A -promulgation ,pr0m@l'geISn L@% 4 -prone pr@Un OA% 1 -proneness 'pr@Un+n@s L@% 2 -prong pr0N K6% 1 -pronged pr0Nd OA% 1 -prongs pr0Nz Kj% 1 -pronominal pr@U'n0mInl OA$ 4 -pronoun 'pr@UnaUn K6% 2 -pronounce pr@'naUns J2% 22A,3A,6A,9,22,25 -pronounceable pr@'naUns@bl OA% 4 -pronounced pr@'naUnst Jc%,Jd%,OA% 22A,3A,6A,9,22,25 -pronouncement pr@'naUnsm@nt K6% 3 -pronouncements pr@'naUnsm@nts Kj% 3 -pronounces pr@'naUnsIz Ja% 32A,3A,6A,9,22,25 -pronouncing pr@'naUnsIN Jb% 32A,3A,6A,9,22,25 -pronouns 'pr@UnaUnz Kj% 2 -pronto 'pr0nt@U Pu$ 2 -pronunciamento pr@,nVnsI@'ment@U K6$ 6 -pronunciamentos pr@,nVnsI@'ment@Uz Kj$ 6 -pronunciation pr@,nVnsI'eISn M6% 5 -pronunciations pr@,nVnsI'eISnz Mj% 5 -proof pruf H0%,M6%,OA% 16A -proofed pruft Hc%,Hd% 16A -proofing 'prufIN Hb% 26A -proofread 'prufred Jc%,Jd% 22A,6A -proofread 'prufrid J5% 22A,6A -proofreader 'prufrid@R K6% 3 -proofreaders 'prufrid@z Kj% 3 -proofreading 'prufridIN Jb% 32A,6A -proofreads 'prufridz Ja% 22A,6A -proofs prufs Ha%,Mj% 16A -prop pr0p H4%,K6% 16A,15A,15B,22 -propaganda ,pr0p@'g&nd@ L@% 4 -propagandist ,pr0p@'g&ndIst K6% 4 -propagandists ,pr0p@'g&ndIsts Kj% 4 -propagandize ,pr0p@'g&ndaIz I2$ 4 -propagandized ,pr0p@'g&ndaIzd Ic$,Id$ 4 -propagandizes ,pr0p@'g&ndaIzIz Ia$ 5 -propagandizing ,pr0p@'g&ndaIzIN Ib$ 5 -propagate 'pr0p@geIt J2% 32A,6A -propagated 'pr0p@geItId Jc%,Jd% 42A,6A -propagates 'pr0p@geIts Ja% 32A,6A -propagating 'pr0p@geItIN Jb% 42A,6A -propagation ,pr0p@'geISn L@% 4 -propagator 'pr0p@geIt@R K6% 4 -propagators 'pr0p@geIt@z Kj% 4 -propane 'pr@UpeIn L@$ 2 -propel pr@'pel H4% 26A,15A -propellant pr@'pel@nt M6%,OA% 3 -propellants pr@'pel@nts Mj% 3 -propelled pr@'peld Hc%,Hd% 26A,15A -propellent pr@'pel@nt M6%,OA% 3 -propellents pr@'pel@nts Mj% 3 -propeller pr@'pel@R K6% 3 -propellers pr@'pel@z Kj% 3 -propelling pr@'pelIN Hb% 36A,15A -propels pr@'pelz Ha% 26A,15A -propensities pr@'pensItIz Mj% 4 -propensity pr@'pensItI M8% 4 -proper 'pr0p@R OA% 2 -properly 'pr0p@lI Pu% 3 -propertied 'pr0p@tId OA% 3 -properties 'pr0p@tIz Mj% 3 -property 'pr0p@tI M8% 3 -property-man 'pr0p@tI-m&n Ki$ 4 -property-master 'pr0p@tI-mAst@R K6$ 5 -property-masters 'pr0p@tI-mAst@z Kj$ 5 -property-men 'pr0p@tI-men Kj$ 4 -prophecies 'pr0f@sIz Mj% 3 -prophecy 'pr0f@sI M8% 3 -prophesied 'pr0fIsaId Jc%,Jd% 32A,2C,6A,9,10 -prophesies 'pr0fIsaIz Ja% 32A,2C,6A,9,10 -prophesy 'pr0fIsaI J3% 32A,2C,6A,9,10 -prophesying 'pr0fIsaIIN Jb% 42A,2C,6A,9,10 -prophet 'pr0fIt K6% 2 -prophetess 'pr0fItes K7% 3 -prophetesses 'pr0fItesIz Kj% 4 -prophetic pr@'fetIk OA% 3 -prophetical pr@'fetIkl OA$ 4 -prophetically pr@'fetIklI Pu% 4 -prophets 'pr0fIts Kj% 2 -prophylactic ,pr0fI'l&ktIk K6%,OA% 4 -prophylactics ,pr0fI'l&ktIks Kj% 4 -prophylaxis ,pr0fI'l&ksIs L@% 4 -propinquity pr@'pINkwItI L@$ 4 -propitiate pr@'pISIeIt H2% 46A -propitiated pr@'pISIeItId Hc%,Hd% 56A -propitiates pr@'pISIeIts Ha% 46A -propitiating pr@'pISIeItIN Hb% 56A -propitiation pr@,pISI'eISn L@% 5 -propitiatory pr@'pISI@trI OA% 4 -propitious pr@'pIS@s OA% 3 -propitiously pr@'pIS@slI Pu% 4 -proponent pr@'p@Un@nt K6% 3 -proponents pr@'p@Un@nts Kj% 3 -proportion pr@'pOSn H0%,M6% 36A,14 -proportionable pr@'pOSn@bl OA$ 4 -proportional pr@'pOS@nl OA% 4 -proportionality pr@,pOS@'n&lItI L@% 6 -proportionally pr@'pOS@n@lI Pu% 5 -proportionate pr@'pOS@n@t OA% 4 -proportionately pr@'pOS@n@tlI Pu% 5 -proportioned pr@'pOSnd Hc%,Hd% 36A,14 -proportioning pr@'pOSnIN Hb% 46A,14 -proportions pr@'pOSnz Ha%,Mj% 36A,14 -proposal pr@'p@Uzl M6% 3 -proposals pr@'p@Uzlz Mj% 3 -propose pr@'p@Uz J2% 22A,6A,6D,7A,9,14 -proposed pr@'p@Uzd Jc%,Jd% 22A,6A,6D,7A,9,14 -proposer pr@'p@Uz@R K6% 3 -proposers pr@'p@Uz@z Kj% 3 -proposes pr@'p@UzIz Ja% 32A,6A,6D,7A,9,14 -proposing pr@'p@UzIN Jb% 32A,6A,6D,7A,9,14 -proposition ,pr0p@'zISn H0%,K6% 46A -propositioned ,pr0p@'zISnd Hc%,Hd% 46A -propositioning ,pr0p@'zISnIN Hb% 56A -propositions ,pr0p@'zISnz Ha%,Kj% 46A -propound pr@'paUnd H0% 26A -propounded pr@'paUndId Hc%,Hd% 36A -propounding pr@'paUndIN Hb% 36A -propounds pr@'paUndz Ha% 26A -propped pr0pt Hc%,Hd% 16A,15A,15B,22 -propping 'pr0pIN Hb% 26A,15A,15B,22 -proprietary pr@'praI@trI OA% 5 -proprieties pr@'praI@tIz Mj% 4 -proprietor pr@'praI@t@R K6% 4 -proprietors pr@'praI@t@z Kj% 4 -proprietress pr@'praI@trIs K7% 4 -proprietresses pr@'praI@trIsIz Kj% 5 -propriety pr@'praI@tI M8% 4 -props pr0ps Ha%,Kj% 16A,15A,15B,22 -propulsion pr@'pVlSn L@% 3 -propulsive pr@'pVlsIv OA% 3 -prorogation ,pr@Ur@'geISn K6$ 4 -prorogations ,pr@Ur@'geISnz Kj$ 4 -prorogue pr@U'r@Ug H2$ 26A -prorogued pr@U'r@Ugd Hc$,Hd$ 26A -prorogues pr@U'r@Ugz Ha$ 26A -proroguing pr@U'r@UgIN Hb$ 36A -pros pr@Uz Kj% 1 -prosaic pr@'zeIIk OA% 3 -prosaically pr@'zeIIklI Pu% 4 -proscenium pr@'sinI@m K6% 4 -prosceniums pr@'sinI@mz Kj$ 4 -proscribe pr@'skraIb H2% 26A -proscribed pr@'skraIbd Hc%,Hd% 26A -proscribes pr@'skraIbz Ha% 26A -proscribing pr@'skraIbIN Hb% 36A -proscription pr@'skrIpSn M6% 3 -proscriptions pr@'skrIpSnz Mj% 3 -prose pr@Uz L@% 1 -prosecute 'pr0sIkjut H2% 36A,14 -prosecuted 'pr0sIkjutId Hc%,Hd% 46A,14 -prosecutes 'pr0sIkjuts Ha% 36A,14 -prosecuting 'pr0sIkjutIN Hb% 46A,14 -prosecution ,pr0sI'kjuSn M6% 4 -prosecutions ,pr0sI'kjuSnz Mj% 4 -prosecutor 'pr0sIkjut@R K6% 4 -prosecutors 'pr0sIkjut@z Kj% 4 -proselyte 'pr0s@laIt K6$ 3 -proselytes 'pr0s@laIts Kj$ 3 -proselytize 'pr0s@lItaIz J2$ 42A,6A -proselytized 'pr0s@lItaIzd Jc$,Jd$ 42A,6A -proselytizes 'pr0s@lItaIzIz Ja$ 52A,6A -proselytizing 'pr0s@lItaIzIN Jb$ 52A,6A -prosier 'pr@UzI@R Or% 3 -prosiest 'pr@UzIIst Os% 3 -prosily 'pr@UzIlI Pu% 3 -prosiness 'pr@UzIn@s L@% 3 -prosody 'pr0s@dI L@% 3 -prospect 'pr0spekt M6% 2 -prospect pr@'spekt I0% 22A,3A -prospected pr@'spektId Ic%,Id% 32A,3A -prospecting pr@'spektIN Ib% 32A,3A -prospective pr@'spektIv OA% 3 -prospector pr@'spekt@R K6% 3 -prospectors pr@'spekt@z Kj% 3 -prospects 'pr0spekts Mj% 2 -prospects pr@'spekts Ia% 22A,3A -prospectus pr@'spekt@s K7% 3 -prospectuses pr@'spekt@sIz Kj% 4 -prosper 'pr0sp@R J0% 22A,6A -prospered 'pr0sp@d Jc%,Jd% 22A,6A -prospering 'pr0sp@rIN Jb% 32A,6A -prosperity pr0'sperItI L@% 4 -prosperous 'pr0sp@r@s OA% 3 -prosperously 'pr0sp@r@slI Pu% 4 -prospers 'pr0sp@z Ja% 22A,6A -prostate 'pr0steIt K6$ 2 -prostates 'pr0steIts Kj$ 2 -prostitute 'pr0stItjut H2%,K6% 36A -prostituted 'pr0stItjutId Hc%,Hd% 46A -prostitutes 'pr0stItjuts Ha%,Kj% 36A -prostituting 'pr0stItjutIN Hb% 46A -prostitution ,pr0stI'tjuSn L@% 4 -prostrate 'pr0streIt OA% 2 -prostrate pr0'streIt H2% 26A -prostrated pr0'streItId Hc%,Hd% 36A -prostrates pr0'streIts Ha% 26A -prostrating pr0'streItIN Hb% 36A -prostration pr0'streISn M6% 3 -prostrations pr0'streISnz Mj$ 3 -prosy 'pr@UzI OD% 2 -prot_eg_e 'pr0tIZeI K6% 3 -prot_eg_ee 'pr0tIZeI K6$ 3 -prot_eg_ees 'pr0tIZeIz Kj$ 3 -prot_eg_es 'pr0tIZeIz Kj% 3 -protagonist pr@'t&g@nIst K6% 4 -protagonists pr@'t&g@nIsts Kj% 4 -protean 'pr@UtI@n OA$ 3 -protect pr@'tekt H0% 26A,14 -protected pr@'tektId Hc%,Hd% 36A,14 -protecting pr@'tektIN Hb% 36A,14 -protection pr@'tekSn M6% 3 -protectionism pr@'tekS@nIz@m L@% 5 -protectionist pr@'tekS@nIst K6% 4 -protectionists pr@'tekS@nIsts Kj% 4 -protections pr@'tekSnz Mj% 3 -protective pr@'tektIv OA% 3 -protectively pr@'tektIvlI Pu% 4 -protector pr@'tekt@R K6% 3 -protectorate pr@'tekt@r@t K6% 4 -protectorates pr@'tekt@r@ts Kj% 4 -protectors pr@'tekt@z Kj% 3 -protects pr@'tekts Ha% 26A,14 -protein 'pr@Utin M6% 2 -proteins 'pr@Utinz Mj% 2 -protest 'pr@Utest M6% 2 -protest pr@'test J0% 22A,3A,6A,9 -protestation ,pr0te'steISn K6% 4 -protestations ,pr0te'steISnz Kj% 4 -protested pr@'testId Jc%,Jd% 32A,3A,6A,9 -protester pr@'test@R K6% 3 -protesters pr@'test@z Kj% 3 -protesting pr@'testIN Jb% 32A,3A,6A,9 -protestingly pr@'testINlI Pu% 4 -protests 'pr@Utests Mj% 2 -protests pr@'tests Ja% 22A,3A,6A,9 -protocol 'pr@Ut@k0l M6% 3 -protocols 'pr@Ut@k0lz Mj% 3 -proton 'pr@Ut0n K6% 2 -protons 'pr@Ut0nz Kj% 2 -protoplasm 'pr@Ut@pl&z@m L@% 4 -prototype 'pr@Ut@taIp K6% 3 -prototypes 'pr@Ut@taIps Kj% 3 -protozoa ,pr@Ut@'z@U@ Kj% 4 -protract pr@'tr&kt H0$ 26A -protracted pr@'tr&ktId Hc$,Hd% 36A -protracting pr@'tr&ktIN Hb$ 36A -protraction pr@'tr&kSn M6$ 3 -protractions pr@'tr&kSnz Mj$ 3 -protractor pr@'tr&kt@R K6% 3 -protractors pr@'tr&kt@z Kj% 3 -protracts pr@'tr&kts Ha$ 26A -protrude pr@'trud J2% 22A,6A -protruded pr@'trudId Jc%,Jd% 32A,6A -protrudes pr@'trudz Ja% 22A,6A -protruding pr@'trudIN Jb% 32A,6A -protrusion pr@'truZn M6% 3 -protrusions pr@'truZnz Mj% 3 -protrusive pr@'trusIv OA% 3 -protuberance pr@'tjub@r@ns M6% 4 -protuberances pr@'tjub@r@nsIz Mj% 5 -protuberant pr@'tjub@r@nt OA% 4 -proud praUd OC% 1 -prouder 'praUd@R Or% 2 -proudest 'praUdIst Os% 2 -proudly 'praUdlI Pu% 2 -provable 'pruv@bl OA% 3 -prove pruv J2% 14D,6A,9,14,25 -proved pruvd Jc%,Jd% 14D,6A,9,14,25 -proven 'pruvn Jd% 24D,6A,9,14,25 -provenance 'pr0v@n@ns L@% 3 -provender 'pr0vInd@R L@% 3 -proverb 'pr0v3b K6% 2 -proverbial pr@'v3bI@l OA% 4 -proverbially pr@'v3bI@lI Pu% 5 -proverbs 'pr0v3bz Kj% 2 -proves pruvz Ja% 14D,6A,9,14,25 -provide pr@'vaId J2% 23A,6A,9,14 -provided pr@'vaIdId Jc%,Jd%,V-% 33A,6A,9,14 -providence 'pr0vId@ns L@% 3 -provident 'pr0vId@nt OA% 3 -providential ,pr0vI'denSl OA% 4 -providentially ,pr0vI'denS@lI Pu% 5 -providently 'pr0vId@ntlI Pu% 4 -provider pr@'vaId@R K6% 3 -providers pr@'vaId@z Kj% 3 -provides pr@'vaIdz Ja% 23A,6A,9,14 -providing pr@'vaIdIN Jb%,V-% 33A,6A,9,14 -province 'pr0vIns K6% 2 -provinces 'pr0vInsIz Kj% 3 -provincial pr@'vInSl K6%,OA% 3 -provincialism pr@'vInS@lIz@m M6% 5 -provincialisms pr@'vInS@lIz@mz Mj$ 5 -provincially pr@'vInS@lI Pu% 4 -provincials pr@'vInSlz Kj% 3 -proving 'pruvIN Jb% 24D,6A,9,14,25 -provision pr@'vIZn H0%,M6% 36A -provisional pr@'vIZ@nl OA% 4 -provisionally pr@'vIZ@n@lI Pu% 5 -provisioned pr@'vIZnd Hc%,Hd% 36A -provisioning pr@'vIZnIN Hb$ 46A -provisions pr@'vIZnz Ha$,Mj% 36A -proviso pr@'vaIz@U K6% 3 -provisory pr@'vaIz@rI OA% 4 -provisos pr@'vaIz@Uz Kj% 3 -provocation ,pr0v@'keISn M6% 4 -provocations ,pr0v@'keISnz Mj% 4 -provocative pr@'v0k@tIv OA% 4 -provocatively pr@'v0k@tIvlI Pu% 5 -provoke pr@'v@Uk H2% 26A,14,17 -provoked pr@'v@Ukt Hc%,Hd% 26A,14,17 -provokes pr@'v@Uks Ha% 26A,14,17 -provoking pr@'v@UkIN Hb%,OA% 36A,14,17 -provokingly pr@'v@UkINlI Pu% 4 -provost 'pr0v@st K6% 2 -provosts 'pr0v@sts Kj% 2 -prow praU K6% 1 -prowess 'praUIs L@% 2 -prowl praUl J0%,K6% 12A,2C,6A -prowled praUld Jc%,Jd% 12A,2C,6A -prowler 'praUl@R K6% 2 -prowlers 'praUl@z Kj% 2 -prowling 'praUlIN Jb% 22A,2C,6A -prowls praUlz Ja%,Kj% 12A,2C,6A -prows praUz Kj% 1 -prox pr0ks Pu$ 1 -proxies 'pr0ksIz Mj% 2 -proximate 'pr0ksIm@t OA$ 3 -proximity pr0k'sImItI L@% 4 -proximo 'pr0ksIm@U OA$ 3 -proxy 'pr0ksI M8% 2 -prude prud K6% 1 -prudence 'prudns L@% 2 -prudent 'prudnt OA% 2 -prudential pru'denSl OA% 3 -prudently 'prudntlI Pu% 3 -pruderies 'prud@rIz Mj$ 3 -prudery 'prud@rI M8% 3 -prudes prudz Kj% 1 -prudish 'prudIS OA% 2 -prudishly 'prudISlI Pu% 3 -prune prun H2%,K6% 16A,14,15B -pruned prund Hc%,Hd% 16A,14,15B -pruners 'prun@z Kj$ 2 -prunes prunz Ha%,Kj% 16A,14,15B -pruning 'prunIN Hb%,L@% 26A,14,15B -pruning-hook 'pruniN-hUk K6% 3 -pruning-hooks 'pruniN-hUks Kj% 3 -pruning-knife 'pruniN-naIf Ki% 3 -pruning-knives 'pruniN-naIvz Kj% 3 -pruning-saw 'pruniN-sO K6% 3 -pruning-saws 'pruniN-sOz Kj% 3 -pruning-scissors 'pruniN-sIz@z Kj% 4 -pruning-shears 'pruniN-SI@z Kj% 3 -prurience 'prU@rI@ns L@% 3 -pruriency 'prU@rI@nsI L@$ 4 -prurient 'prU@rI@nt OA% 3 -pruriently 'prU@rI@ntlI Pu% 4 -prussic 'prVsIk OA% 2 -pry praI J3% 12A,2C,3A,15A,15B,22 -prying 'praIIN Jb% 22A,2C,3A,15A,15B,22 -pryingly 'praIINlI Pu% 3 -psalm sAm K6% 1 -psalmist 'sAmIst K6% 2 -psalmists 'sAmIsts Kj$ 2 -psalmodies 'sAm@dIz Mj$ 3 -psalmody 'sAm@dI M8$ 3 -psalms sAmz Kj% 1 -psalter 'sOlt@R K6$ 2 -psalteries 'sOlt@rIz Kj$ 3 -psalters 'sOlt@z Kj$ 2 -psaltery 'sOlt@rI K8$ 3 -psephologist se'f0l@dZIst K6$ 4 -psephologists se'f0l@dZIsts Kj$ 4 -psephology se'f0l@dZI L@$ 4 -pseud sjud K6% 1 -pseudo 'sjud@U K6$,OA% 2 -pseudo- ,sjud@U- U-% 2 -pseudonym 'sjud@nIm K6% 3 -pseudonymous sju'd0nIm@s OA% 4 -pseudonyms 'sjud@nImz Kj% 3 -pseudos 'sjud@Uz Kj$ 2 -pseuds sjudz Kj% 1 -pshaw pf@ W-$ 1 -psittacosis ,sIt@'k@UsIs L@$ 4 -psyche 'saIkI K6% 2 -psychedelic ,saIkI'delIk OA% 4 -psyches 'saIkIz Kj% 2 -psychiatric ,saIkI'&trIk OA% 4 -psychiatrist sI'kaI@trIst K6% 4 -psychiatrists sI'kaI@trIsts Kj% 4 -psychiatry saI'kaI@trI L@% 4 -psychic 'saIkIk K6%,OA% 2 -psychical 'saIkIkl OA% 3 -psychics 'saIkIks Kj% 2 -psychoanalyse ,saIk@U'&n@laIz H2% 5 -psychoanalysed ,saIk@U'&n@laIzd Hc%,Hd% 5 -psychoanalyses ,saIk@U'&n@laIzIz Ha% 6 -psychoanalysing ,saIk@U'&n@laIzIN Hb% 6 -psychoanalysis ,saIk@U@'n&l@sIs L@% 6 -psychoanalyst ,saIk@U'&n@lIst K6% 5 -psychoanalysts ,saIk@U'&n@lIsts Kj% 5 -psychoanalytic ,saIk@U,&n@'lItIk OA% 6 -psychoanalytical ,saIk@U,&n@'lItIkl OA% 7 -psychoanalyze ,saIk@U'&n@laIz H2% 5 -psychoanalyzed ,saIk@U'&n@laIzd Hc%,Hd% 5 -psychoanalyzes ,saIk@U'&n@laIzIz Ha% 6 -psychoanalyzing ,saIk@U'&n@laIzIN Hb% 6 -psychological ,saIk@'l0dZIkl OA% 5 -psychologically ,saIk@'l0dZIklI Pu% 5 -psychologies saI'k0l@dZIz Mj$ 4 -psychologist saI'k0l@dZIst K6% 4 -psychologists saI'k0l@dZIsts Kj% 4 -psychology saI'k0l@dZI M8% 4 -psychopath 'saIk@Up&T K6% 3 -psychopathic ,saIk@U'p&TIk OA% 4 -psychopaths 'saIk@Up&Ts Kj% 3 -psychoses saI'k@Usiz Kj% 3 -psychosis saI'k@UsIs Ki% 3 -psychosomatic ,saIk@Us@'m&tIk OA% 5 -psychotherapy ,saIk@U'Ter@pI L@% 5 -psychotic saI'k0tIk K6% 3 -psychotics saI'k0tIks Kj% 3 -pt paInt Y]% 1 -ptarmigan 'tAmIg@n K6$ 3 -ptarmigans 'tAmIg@nz Kj$ 3 -pterodactyl ,ter@'d&ktIl K6$ 4 -pterodactyls ,ter@'d&ktIlz Kj$ 4 -ptomaine 't@UmeIn K6$ 2 -ptomaines 't@UmeInz Kj$ 2 -pub pVb K6% 1 -pub-crawl 'pVb-krOl I0$,K6% 2 -pub-crawled 'pVb-krOld Ic$,Id$ 2 -pub-crawling 'pVb-krOlIN Ib$ 3 -pub-crawls 'pVb-krOlz Ia$,Kj$ 2 -puberty 'pjub@tI L@% 3 -pubic 'pjubIk OA% 2 -public 'pVblIk K6%,OA* 2 -public-spirited ,pVblIk-'spIrItId OA% 5 -publican 'pVblIk@n K6% 3 -publicans 'pVblIk@nz Kj% 3 -publication ,pVblI'keISn M6% 4 -publications ,pVblI'keISnz Mj% 4 -publicist 'pVblIsIst K6% 3 -publicists 'pVblIsIsts Kj% 3 -publicity pVb'lIsItI L@% 4 -publicize 'pVblIsaIz H2% 36A -publicized 'pVblIsaIzd Hc%,Hd% 36A -publicizes 'pVblIsaIzIz Ha% 46A -publicizing 'pVblIsaIzIN Hb% 46A -publicly 'pVblIklI Pu% 3 -publics 'pVblIks Kj$ 2 -publish 'pVblIS H1% 26A -published 'pVblISt Hc%,Hd% 26A -publisher 'pVblIS@R K6% 3 -publishers 'pVblIS@z Kj% 3 -publishes 'pVblISIz Ha% 36A -publishing 'pVblISIN Hb% 36A -pubs pVbz Kj% 1 -puce pjus L@$ 1 -puck pVk K6$ 1 -pucker 'pVk@R J0%,K6% 22A,2C,6A,15B -puckered 'pVk@d Jc%,Jd% 22A,2C,6A,15B -puckering 'pVk@rIN Jb% 32A,2C,6A,15B -puckers 'pVk@z Ja%,Kj% 22A,2C,6A,15B -puckish 'pVkIS OA% 2 -puckishly 'pVkISlI Pu% 3 -pucks pVks Kj$ 1 -pud pUd L@% 1 -pudden 'pUdn K6$ 2 -pudden-head 'pUdn-hed K6$ 3 -pudden-heads 'pUdn-hedz Kj$ 3 -puddens 'pUdnz Kj$ 2 -pudding 'pUdIN M6% 2 -pudding-face 'pUdIN-feIs K6$ 3 -pudding-faces 'pUdIN-feIsIz Kj$ 4 -puddings 'pUdINz Mj% 2 -puddle 'pVdl H2$,M6% 2 -puddled 'pVdld Hc$,Hd$ 2 -puddler 'pVdl@R K6$ 2 -puddlers 'pVdl@z Kj$ 2 -puddles 'pVdlz Ha$,Mj% 2 -puddling 'pVdlIN Hb$ 2 -pudenda pju'dend@ Kj$ 3 -pudgier 'pVdZI@R Or% 3 -pudgiest 'pVdZIIst Os% 3 -pudgy 'pVdZI OD% 2 -pueblo 'pwebl@U K6$ 2 -pueblos 'pwebl@Uz Kj$ 2 -puerile 'pjU@raIl OA% 3 -puerilities ,pjU@'rIlItIz Mj$ 5 -puerility ,pjU@'rIlItI M8$ 5 -puerperal pju'3p@r@l OA$ 4 -puff pVf J0%,K6% 12A,2C,6A,15A,15B -puffball 'pVfbOl K6$ 2 -puffballs 'pVfbOlz Kj$ 2 -puffed pVft Jc%,Jd% 12A,2C,6A,15A,15B -puffier 'pVfI@R Or% 3 -puffiest 'pVfIIst Os% 3 -puffin 'pVfIn K6% 2 -puffiness 'pVfIn@s L@% 3 -puffing 'pVfIN Jb% 22A,2C,6A,15A,15B -puffins 'pVfInz Kj% 2 -puffs pVfs Ja%,Kj% 12A,2C,6A,15A,15B -puffy 'pVfI OD% 2 -pug pVg K6% 1 -pug-dog 'pVg-d0g K6% 2 -pug-dogs 'pVg-d0gz Kj% 2 -pug-nose 'pVg-n@Uz K6%,OA% 2 -pug-nosed 'pVg-n@Uzd OA% 2 -pug-noses 'pVg-n@UzIz Kj% 3 -pugilism 'pjudZIlIz@m L@$ 4 -pugilist 'pjudZIlIst K6$ 3 -pugilistic ,pjudZI'lIstIk OA$ 4 -pugilists 'pjudZIlIsts Kj$ 3 -pugnacious pVg'neIS@s OA% 3 -pugnaciously pVg'neIS@slI Pu% 4 -pugnacity pVg'n&sItI L@% 4 -pugs pVgz Kj% 1 -puissance 'pwisAns L@$ 2 -puissant 'pwis@nt OA$ 2 -puke pjuk J2%,L@% 1 -puked pjukt Jc%,Jd% 1 -pukes pjuks Ja% 1 -puking 'pjukIN Jb% 2 -pukka 'pVk@ OA% 2 -pulchritude 'pVlkrItjud L@$ 3 -pulchritudinous ,pVlkrI'tjudIn@s OA$ 5 -pule pjul I2$ 12A -puled pjuld Ic$,Id$ 12A -pules pjulz Ia$ 12A -puling 'pjulIN Ib$ 22A -pull pUl J0%,M6% 12A,2C,3A,6A,15A,15B,22 -pull-in 'pUl-In K6% 2 -pull-ins 'pUl-Inz Kj$ 2 -pull-off 'pUl-0f K6$ 2 -pull-offs 'pUl-0fs Kj$ 2 -pull-out 'pUl-aUt K6% 2 -pull-outs 'pUl-aUts Kj$ 2 -pull-through 'pUl-Tru K6% 2 -pull-throughs 'pUl-Truz Kj$ 2 -pull-up 'pUl-Vp K6% 2 -pull-ups 'pUl-Vps Kj$ 2 -pulled pUld Jc%,Jd% 12A,2C,3A,6A,15A,15B,22 -pullet 'pUlIt K6% 2 -pullets 'pUlIts Kj% 2 -pulley 'pUlI K6% 2 -pulley-block 'pUlI-bl0k K6% 3 -pulley-blocks 'pUlI-bl0ks Kj% 3 -pulleys 'pUlIz Kj% 2 -pulling 'pUlIN Jb% 22A,2C,3A,6A,15A,15B,22 -pullover 'pUl@Uv@R K6% 3 -pullovers 'pUl@Uv@z Kj% 3 -pulls pUlz Ja%,Mj% 12A,2C,3A,6A,15A,15B,22 -pullulate 'pVljUleIt I2$ 3 -pullulated 'pVljUleItId Ic$,Id$ 4 -pullulates 'pVljUleIts Ia$ 3 -pullulating 'pVljUleItIN Ib$ 4 -pulmonary 'pVlm@n@rI OA% 4 -pulp pVlp J0%,M6% 12A,6A -pulped pVlpt Jc%,Jd% 12A,6A -pulpier 'pVlpI@R Or$ 3 -pulpiest 'pVlpIIst Os$ 3 -pulping 'pVlpIN Jb% 22A,6A -pulpit 'pUlpIt K6% 2 -pulpits 'pUlpIts Kj% 2 -pulps pVlps Ja%,Mj% 12A,6A -pulpy 'pVlpI OD% 2 -pulque 'pulkeI L@$ 2 -pulsar 'pVlsAR K6$ 2 -pulsars 'pVlsAz Kj$ 2 -pulsate pVl'seIt J2% 22A,6A -pulsated pVl'seItId Jc%,Jd% 32A,6A -pulsates pVl'seIts Ja% 22A,6A -pulsating pVl'seItIN Jb% 32A,6A -pulsation pVl'seISn M6% 3 -pulsations pVl'seISnz Mj% 3 -pulse pVls I2%,M6% 12C -pulsed pVlst Ic%,Id% 12C -pulses 'pVlsIz Ia%,Mj% 22C -pulsing 'pVlsIN Ib% 22C -pulverize 'pVlv@raIz J2% 32A,6A -pulverized 'pVlv@raIzd Jc%,Jd% 32A,6A -pulverizes 'pVlv@raIzIz Ja% 42A,6A -pulverizing 'pVlv@raIzIN Jb% 42A,6A -puma 'pjum@ K6$ 2 -pumas 'pjum@z Kj$ 2 -pumice 'pVmIs L@$ 2 -pumice-stone 'pVmIs-st@Un K6$ 3 -pumice-stones 'pVmIs-st@Unz Kj$ 3 -pummel 'pVm@l H4% 26A,15B -pummelled 'pVm@ld Hc%,Hd% 26A,15B -pummelling 'pVm@lIN Hb% 36A,15B -pummels 'pVm@lz Ha% 26A,15B -pump pVmp J0%,K6% 12A,2C,6A,15A,15B,22 -pump-room 'pVmp-rum K6% 2 -pump-rooms 'pVmp-rumz Kj% 2 -pumped pVmpt Jc%,Jd% 12A,2C,6A,15A,15B,22 -pumpernickel 'pVmp@nIkl L@$ 4 -pumping 'pVmpIN Jb% 22A,2C,6A,15A,15B,22 -pumpkin 'pVmpkIn K6% 2 -pumpkins 'pVmpkInz Kj% 2 -pumps pVmps Ja%,Kj% 12A,2C,6A,15A,15B,22 -pun pVn I4%,K6% 12A,3A -punch pVntS H1%,M7% 16A,15A,15B -punch-drunk 'pVntS-drVNk OA% 2 -punch-up 'pVntS-Vp K6% 2 -punch-ups 'pVntS-Vps Kj% 2 -punchball 'pVntSbOl K6% 2 -punchballs 'pVntSbOlz Kj% 2 -punchbowl 'pVntSb@Ul K6% 2 -punchbowls 'pVntSb@Ulz Kj% 2 -punched pVntSt Hc%,Hd% 16A,15A,15B -punches 'pVntSIz Ha%,Mj% 26A,15A,15B -punching 'pVntSIN Hb% 26A,15A,15B -punching-ball 'pVntSIN-bOl K6$ 3 -punching-balls 'pVntSIN-bOlz Kj$ 3 -punctilio pVNk'tIlI@U M6$ 4 -punctilios pVNk'tIlI@Uz Mj$ 4 -punctilious pVNk'tIlI@s OA% 4 -punctiliously pVNk'tIlI@slI Pu% 5 -punctiliousness pVNk'tIlI@sn@s L@% 5 -punctual 'pVNktSU@l OA% 3 -punctuality ,pVNktSU'&lItI L@% 5 -punctually 'pVNktSU@lI Pu% 4 -punctuate 'pVNktSUeIt H2% 36A,15A -punctuated 'pVNktSUeItId Hc%,Hd% 46A,15A -punctuates 'pVNktSUeIts Ha% 36A,15A -punctuating 'pVNktSUeItIN Hb% 46A,15A -punctuation ,pVNktSU'eISn L@% 4 -puncture 'pVNktS@R J2%,K6% 22A,6A -punctured 'pVNktS@d Jc%,Jd% 22A,6A -punctures 'pVNktS@z Ja%,Kj% 22A,6A -puncturing 'pVNktS@rIN Jb% 32A,6A -pundit 'pVndIt K6% 2 -pundits 'pVndIts Kj% 2 -pungency 'pVndZ@nsI L@% 3 -pungent 'pVndZ@nt OA% 2 -pungently 'pVndZ@ntlI Pu% 3 -punier 'pjunI@R Or% 3 -puniest 'pjunIIst Os% 3 -punily 'pjunIlI Pu% 3 -punish 'pVnIS H1% 26A,14 -punishable 'pVnIS@bl OA% 4 -punished 'pVnISt Hc%,Hd% 26A,14 -punishes 'pVnISIz Ha% 36A,14 -punishing 'pVnISIN Hb% 36A,14 -punishment 'pVnISm@nt M6% 3 -punishments 'pVnISm@nts Mj% 3 -punitive 'pjunItIv OA% 3 -punk pVNk M6% 1 -punkah 'pVNk@ K6$ 2 -punkahs 'pVNk@z Kj$ 2 -punks pVNks Mj% 1 -punned pVnd Ic%,Id% 12A,3A -punnet 'pVnIt K6% 2 -punnets 'pVnIts Kj% 2 -punning 'pVnIN Ib% 22A,3A -puns pVnz Ia%,Kj% 12A,3A -punster 'pVnst@R K6$ 2 -punsters 'pVnst@z Kj$ 2 -punt pVnt J0%,K6% 12A,6A -punted 'pVntId Jc%,Jd% 22A,6A -punter 'pVnt@R K6% 2 -punters 'pVnt@z Kj% 2 -punting 'pVntIN Jb% 22A,6A -punts pVnts Ja%,Kj% 12A,6A -puny 'pjunI OD% 2 -pup pVp K6% 1 -pupa 'pjup@ K6$ 2 -pupae 'pjupi Kj$ 2 -pupas 'pjup@z Kj$ 2 -pupil 'pjupl K6% 2 -pupils 'pjuplz Kj% 2 -puppet 'pVpIt K6% 2 -puppeteer ,pVpI'tI@R K6% 3 -puppeteers ,pVpI'tI@z Kj% 3 -puppets 'pVpIts Kj% 2 -puppies 'pVpIz Kj% 2 -puppy 'pVpI K8% 2 -pups pVps Kj% 1 -pur_ee 'pjU@reI K6% 2 -pur_ees 'pjU@reIz Kj$ 2 -purblind 'p3blaInd OA$ 2 -purchasable 'p3tS@s@bl OA% 4 -purchase 'p3tS@s H2%,M6% 26A -purchased 'p3tS@st Hc%,Hd% 26A -purchaser 'p3tS@s@R K6% 3 -purchasers 'p3tS@s@z Kj% 3 -purchases 'p3tS@sIz Ha%,Mj% 36A -purchasing 'p3tS@sIN Hb% 36A -purdah 'p3d@ L@$ 2 -pure pjU@R OB% 1 -purely 'pjU@lI Pu% 2 -pureness 'pjU@n@s L@% 2 -purer 'pjU@r@R Or% 2 -purest 'pjU@rIst Os% 2 -purgation p3'geISn L@$ 3 -purgative 'p3g@tIv K6%,OA% 3 -purgatives 'p3g@tIvz Kj% 3 -purgatorial ,p3g@'tOrI@l OA$ 5 -purgatories 'p3g@trIz Kj% 3 -purgatory 'p3g@trI K8% 3 -purge p3dZ H2%,K6% 16A,14,15A,15B -purged p3dZd Hc%,Hd% 16A,14,15A,15B -purges 'p3dZIz Ha%,Kj% 26A,14,15A,15B -purging 'p3dZIN Hb% 26A,14,15A,15B -purification ,pjU@rIfI'keISn M6% 5 -purifications ,pjU@rIfI'keISnz Mj% 5 -purified 'pjU@rIfaId Hc%,Hd% 36A,14 -purifier 'pjU@rIfaI@R K6% 4 -purifiers 'pjU@rIfaI@z Kj% 4 -purifies 'pjU@rIfaIz Ha% 36A,14 -purify 'pjU@rIfaI H3% 36A,14 -purifying 'pjU@rIfaIIN Hb% 46A,14 -purist 'pjU@rIst K6% 2 -purists 'pjU@rIsts Kj% 2 -puritan 'pjU@rIt@n K6%,OA% 3 -puritanical ,pjU@rI't&nIkl OA% 5 -puritanically ,pjU@rI't&nIklI Pu% 5 -puritanism 'pjU@rIt@nIz@m L@% 5 -puritans 'pjU@rIt@nz Kj% 3 -purity 'pjU@rItI L@% 3 -purl p3l J0$,K6$ 1 -purled p3ld Jc$,Jd$ 1 -purlieus 'p3ljuz Kj$ 2 -purling 'p3lIN Jb$ 2 -purloin p3'loIn H0% 26A -purloined p3'loInd Hc%,Hd% 26A -purloining p3'loInIN Hb% 36A -purloins p3'loInz Ha% 26A -purls p3lz Ja$,Kj$ 1 -purple 'p3pl M6%,OA% 2 -purples 'p3plz Mj% 2 -purplish 'p3plIS OA% 2 -purport 'p3p@t L@% 2 -purport p@'pOt H0% 26A,7A,9 -purported p@'pOtId Hc%,Hd% 36A,7A,9 -purporting p@'pOtIN Hb% 36A,7A,9 -purports p@'pOts Ha% 26A,7A,9 -purpose 'p3p@s H2$,M6% 26A,6D,7A,9 -purpose-built 'p3p@s-bIlt OA% 3 -purposed 'p3p@st Hc$,Hd$ 26A,6D,7A,9 -purposeful 'p3p@sf@l OA% 3 -purposefully 'p3p@sf@lI Pu% 4 -purposeless 'p3p@sl@s OA% 3 -purposelessly 'p3p@sl@slI Pu% 4 -purposely 'p3p@slI Pu% 3 -purposes 'p3p@sIz Ha$,Mj% 36A,6D,7A,9 -purposing 'p3p@sIN Hb$ 36A,6D,7A,9 -purposive 'p3p@sIv OA$ 3 -purr p3R J0%,K6% 12A,2C,6A -purred p3d Jc%,Jd% 12A,2C,6A -purring 'p3rIN Jb% 22A,2C,6A -purrs p3z Ja%,Kj% 12A,2C,6A -purse p3s H2%,K6% 16A,15B -purse-proud 'p3s-praUd OA$ 2 -pursed p3st Hc%,Hd% 16A,15B -purser 'p3s@R K6% 2 -pursers 'p3s@z Kj% 2 -purses 'p3sIz Ha%,Kj% 26A,15B -pursing 'p3sIN Hb% 26A,15B -pursuance p@'sju@ns K6% 3 -pursuances p@'sju@nsIz Kj$ 4 -pursuant p@'sju@nt OA% 3 -pursue p@'sju H2% 26A -pursued p@'sjud Hc%,Hd% 26A -pursuer p@'sju@R K6% 3 -pursuers p@'sju@z Kj% 3 -pursues p@'sjuz Ha% 26A -pursuing p@'sjuIN Hb% 36A -pursuit p@'sjut M6% 2 -pursuits p@'sjuts Mj% 2 -pursy 'p3sI OA$ 2 -purulence 'pjU@r@l@ns L@$ 3 -purulent 'pjU@r@l@nt OA$ 3 -purvey p@'veI J0% 23A,6A,14 -purveyance p@'veI@ns M6% 3 -purveyances p@'veI@nsIz Mj$ 4 -purveyed p@'veId Jc%,Jd% 23A,6A,14 -purveying p@'veIIN Jb% 33A,6A,14 -purveyor p@'veI@R K6% 3 -purveyors p@'veI@z Kj% 3 -purveys p@'veIz Ja% 23A,6A,14 -purview 'p3vju K6$ 2 -purviews 'p3vjuz Kj$ 2 -pus pVs L@% 1 -push pUS J1%,M7% 12A,2C,3A,6A,14,15A,15B,17,22 -push-bike 'pUS-baIk K6% 2 -push-bikes 'pUS-baIks Kj% 2 -pushcart 'pUSkAt K6% 2 -pushcarts 'pUSkAts Kj% 2 -pushchair 'pUStSe@R K6% 2 -pushchairs 'pUStSe@z Kj% 2 -pushed pUSt Jc%,Jd% 12A,2C,3A,6A,14,15A,15B,17,22 -pusher 'pUS@R K6% 2 -pushers 'pUS@z Kj% 2 -pushes 'pUSIz Ja%,Mj% 22A,2C,3A,6A,14,15A,15B,17,22 -pushful 'pUSfUl OA$ 2 -pushing 'pUSIN Jb%,OA% 22A,2C,3A,6A,14,15A,15B,17,22 -pushover 'pUS@Uv@R K6% 3 -pushovers 'pUS@Uv@z Kj$ 3 -pusillanimity ,pjusIl@'nImItI L@$ 6 -pusillanimous ,pjusI'l&nIm@s OA% 5 -puss pUs Ki% 1 -pussies 'pUsIz Kj% 2 -pussy 'pUsI K8% 2 -pussycat 'pUsIk&t K6% 3 -pussycats 'pUsIk&ts Kj% 3 -pussyfoot 'pUsIfUt I0% 32A,2C -pussyfooted 'pUsIfUtId Ic%,Id% 42A,2C -pussyfooting 'pUsIfUtIN Ib% 42A,2C -pussyfoots 'pUsIfUts Ia% 32A,2C -pustule 'pVstjul K6$ 2 -pustules 'pVstjulz Kj$ 2 -put pUt J5*,Jc*,Jd* 12C,6A,14,15A,15B,22 -put pVt J4%,K6% 1 -put-down 'pUt-daUn K6% 2 -put-downs 'pUt-daUnz Kj$ 2 -put-on 'pUt-0n K6% 2 -put-ons 'pUt-0nz Kj$ 2 -putative 'pjut@tIv OA% 3 -putrefaction ,pjutrI'f&kSn K6% 4 -putrefactions ,pjutrI'f&kSnz Kj$ 4 -putrefied 'pjutrIfaId Jc%,Jd% 32A,6A -putrefies 'pjutrIfaIz Ja% 32A,6A -putrefy 'pjutrIfaI J3% 32A,6A -putrefying 'pjutrIfaIIN Jb% 42A,6A -putrescence pju'tresns K6$ 3 -putrescences pju'tresnsIz Kj$ 4 -putrescent pju'tresnt OA$ 3 -putrid 'pjutrId OA% 2 -putridity pju'trIdItI L@$ 4 -puts pUts Ja% 12C,6A,14,15A,15B,22 -puts pVts Ja$,Kj$ 1 -putsch pUtS K7$ 1 -putsches 'pUtSIz Kj$ 2 -putt pVt J0$,K6$ 12A,6A -putted 'pVtId Jc$,Jd$ 22A,6A -puttee 'pVtI K6$ 2 -puttees 'pVtIz Kj$ 2 -putter 'pVt@R J0$ 2 -puttered 'pVt@d Jc$,Jd$ 2 -puttering 'pVt@rIN Jb$ 3 -putters 'pVt@z Ja$ 2 -puttied 'pVtId Hc$,Hd$ 26A,15B -putties 'pVtIz Ha$ 26A,15B -putting 'pVtIN Jb% 22A,2C,6A,14,15A,15B,22 -putting-green 'pVtIN-grin K6% 3 -putting-greens 'pVtIN-grinz Kj% 3 -putting-iron 'pVtIN-aI@n K6% 4 -putting-irons 'pVtIN-aI@nz Kj% 4 -putts pVts Ja%,Kj% 12A,6A -putty 'pVtI H3$,L@% 26A,15B -puttying 'pVtIIN Hb$ 36A,15B -puzzle 'pVzl J2%,K6% 23A,6A,15B -puzzled 'pVzld Jc%,Jd% 23A,6A,15B -puzzlement 'pVzlm@nt K6% 3 -puzzlements 'pVzlm@nts Kj% 3 -puzzler 'pVzl@R K6% 2 -puzzlers 'pVzl@z Kj% 2 -puzzles 'pVzlz Ja%,Kj% 23A,6A,15B -puzzling 'pVzlIN Jb% 23A,6A,15B -pygmies 'pIgmIz Kj% 2 -pygmy 'pIgmI K8% 2 -pyjama p@'dZAm@ Oq% 3 -pyjamas p@'dZAm@z Kj% 3 -pylon 'paIl0n K6% 2 -pylons 'paIl0nz Kj% 2 -pyorrhoea ,paI@'rI@ L@$ 4 -pyramid 'pIr@mId K6% 3 -pyramids 'pIr@mIdz Kj% 3 -pyre 'paI@R K6$ 1 -pyres 'paI@z Kj$ 1 -pyrites ,paI@'raItiz L@$ 3 -pyrotechnic ,paIr@U'teknIk OA% 4 -pyrotechnics ,paIr@'teknIks Kj% 4 -python 'paITn K6% 2 -pythons 'paITnz Kj% 2 -pyx pIks K7$ 1 -pyxes 'pIksIz Kj$ 2 -q kju Ki$ 1 -q's kjuz Kj$ 1 -qt kwOt Y]$ 1 -qua kweI T-$,V-$ 1 -quack kw&k I0%,K6% 1 -quack-quack 'kw&k-kw&k K6% 2 -quack-quacks 'kw&k-kw&ks Kj% 2 -quacked kw&kt Ic%,Id% 1 -quackery 'kw&k@rI L@$ 3 -quacking 'kw&kIN Ib% 2 -quacks kw&ks Ia%,Kj% 1 -quad kw0d K6% 1 -quadrangle 'kw0dr&Ngl K6% 3 -quadrangles 'kw0dr&Nglz Kj% 3 -quadrangular kw0'dr&NgjUl@R OA% 4 -quadrant 'kw0dr@nt K6% 2 -quadrants 'kw0dr@nts Kj% 2 -quadratic kw0'dr&tIk OA% 3 -quadrilateral ,kw0drI'l&t@r@l K6%,OA% 5 -quadrilaterals ,kw0drI'l&t@r@lz Kj% 5 -quadrille kw@'drIl K6$ 2 -quadrilles kw@'drIlz Kj$ 2 -quadrillion kw0'drIlI@n K6$ 4 -quadrillions kw0'drIlI@nz Kj$ 4 -quadrophonic ,kw0dr@'f0nIk OA% 4 -quadrophony kw0'dr0f@nI L@$ 4 -quadruped 'kw0drUped K6% 3 -quadrupeds 'kw0drUpedz Kj% 3 -quadruple 'kw0drupl K6%,OA% 3 -quadruple kw0'drupl J2% 32A,6A -quadrupled kw0'drupld Jc%,Jd% 32A,6A -quadruples 'kw0druplz Kj% 3 -quadruples kw0'druplz Ja% 32A,6A -quadruplet 'kw0drupl@t K6$ 3 -quadruplets 'kw0drupl@ts Kj$ 3 -quadruplicate kw0'druplIk@t K6%,OA% 4 -quadruplicate kw0'druplIkeIt H2$ 46A -quadruplicated kw0'druplIkeItId Hc$,Hd$ 56A -quadruplicates kw0'druplIk@ts Kj$ 4 -quadruplicates kw0'druplIkeIts Ha$ 46A -quadruplicating kw0'druplIkeItIN Hb$ 56A -quadrupling kw0'druplIN Jb% 32A,6A -quads kw0dz Kj% 1 -quaff kw0f J0% 12A,6A,15B -quaffed kw0ft Jc%,Jd% 12A,6A,15B -quaffing 'kw0fIN Jb% 22A,6A,15B -quaffs kw0fs Ja% 12A,6A,15B -quagga 'kw&g@ K6$ 2 -quaggas 'kw&g@z Kj$ 2 -quagmire 'kw&gmaI@R K6% 2 -quagmires 'kw&gmaI@z Kj% 2 -quail kweIl I0%,K6% 12A,3A -quailed kweIld Ic%,Id% 12A,3A -quailing 'kweIlIN Ib% 22A,3A -quails kweIlz Ia%,Kj% 12A,3A -quaint kweInt OC% 1 -quainter 'kweInt@R Or% 2 -quaintest 'kweIntIst Os% 2 -quaintly 'kweIntlI Pu% 2 -quaintness 'kweIntn@s L@% 2 -quake kweIk I2%,K6% 12A,2C -quaked kweIkt Ic%,Id% 12A,2C -quakes kweIks Ia%,Kj% 12A,2C -quaking 'kweIkIN Ib% 22A,2C -qualification ,kw0lIfI'keISn M6% 5 -qualifications ,kw0lIfI'keISnz Mj% 5 -qualified 'kw0lIfaId Jc%,Jd%,OA% 32C,3A,4A,6A,14,16B,17 -qualifier 'kw0lIfaI@R K6% 4 -qualifiers 'kw0lIfaI@z Kj% 4 -qualifies 'kw0lIfaIz Ja% 32C,3A,4A,6A,14,16B,17 -qualify 'kw0lIfaI J3% 32C,3A,4A,6A,14,16B,17 -qualifying 'kw0lIfaIIN Jb% 42C,3A,4A,6A,14,16B,17 -qualitative 'kw0lIt@tIv OA% 4 -qualitatively 'kw0lIt@tIvlI Pu% 5 -qualities 'kw0lItIz Mj% 3 -quality 'kw0lItI M8% 3 -qualm kwAm K6% 1 -qualms kwAmz Kj% 1 -quandaries 'kw0nd@rIz Kj$ 3 -quandary 'kw0nd@rI K8% 3 -quango 'kw&Ng@U K6$ 2 -quangos 'kw&Ng@Uz Kj$ 2 -quanta 'kw0nt@ Kj$ 2 -quantified 'kw0ntIfaId Hc%,Hd% 36A -quantifies 'kw0ntIfaIz Ha% 36A -quantify 'kw0ntIfaI H3% 36A -quantifying 'kw0ntIfaIIN Hb% 46A -quantitative 'kw0ntIt@tIv OA% 4 -quantitatively 'kw0ntIt@tIvlI Pu% 5 -quantities 'kw0ntItIz Mj% 3 -quantity 'kw0ntItI M8% 3 -quantum 'kw0nt@m Ki% 2 -quarantine 'kw0r@ntin H2%,L@% 36A -quarantined 'kw0r@ntind Hc%,Hd% 36A -quarantines 'kw0r@ntinz Ha% 36A -quarantining 'kw0r@ntinIN Hb% 46A -quark kwAk K6$ 1 -quarks kwAks Kj$ 1 -quarrel 'kw0r@l I4%,K6% 22A,2C,3A -quarrelled 'kw0r@ld Ic%,Id% 22A,2C,3A -quarrelling 'kw0r@lIN Ib% 32A,2C,3A -quarrels 'kw0r@lz Ia%,Kj% 22A,2C,3A -quarrelsome 'kw0r@ls@m OA% 3 -quarried 'kw0rId Jc%,Jd% 22A,2C,6A,15A,15B -quarries 'kw0rIz Ja%,Kj% 22A,2C,6A,15A,15B -quarry 'kw0rI J3%,K8% 22A,2C,6A,15A,15B -quarrying 'kw0rIIN Jb% 32A,2C,6A,15A,15B -quarryman 'kw0rIm@n Ki% 3 -quarrymen 'kw0rIm@n Kj% 3 -quart kwOt K6% 1 -quarter 'kwOt@R H0%,M6% 26A,15A -quarter-day 'kwOt@-deI K6% 3 -quarter-days 'kwOt@-deIz Kj% 3 -quarter-deck 'kwOt@-dek K6% 3 -quarter-decks 'kwOt@-deks Kj% 3 -quarter-plate 'kwOt@-pleIt K6$ 3 -quarter-plates 'kwOt@-pleIts Kj$ 3 -quartered 'kwOt@d Hc%,Hd% 26A,15A -quarterfinal ,kwOt@'faInl K6% 4 -quarterfinals ,kwOt@'faInlz Kj% 4 -quartering 'kwOt@rIN Hb$,K6$ 36A,15A -quarterings 'kwOt@rINz Kj$ 3 -quarterlies 'kwOt@lIz Kj% 3 -quarterlight 'kwOt@laIt K6$ 3 -quarterlights 'kwOt@laIts Kj$ 3 -quarterly 'kwOt@lI K8%,OA%,Pu% 3 -quartermaster 'kwOt@mAst@R K6% 4 -quartermaster-general ,kwOt@mAst@-'dZenr@l K6% 6 -quartermaster-generals ,kwOt@mAst@-'dZenr@lz Kj% 6 -quartermasters 'kwOt@mAst@z Kj% 4 -quarters 'kwOt@z Ha%,Mj% 26A,15A -quarterstaff 'kwOt@stAf K6$ 3 -quarterstaffs 'kwOt@stAfs Kj$ 3 -quartet kwO'tet K6% 2 -quartets kwO'tets Kj% 2 -quarto 'kwOt@U K6$ 2 -quartos 'kwOt@Uz Kj$ 2 -quarts kwOts Kj% 1 -quartz kwOts L@% 1 -quasar 'kweIzAR K6$ 2 -quasars 'kweIzAz Kj$ 2 -quash kw0S H1% 16A -quashed kw0St Hc%,Hd% 16A -quashes 'kw0SIz Ha% 26A -quashing 'kw0SIN Hb% 26A -quasi- 'kweIsaI- U-% 2 -quassia 'kw0S@ L@$ 2 -quatercentenaries ,kw0t@sen'tin@rIz Kj% 6 -quatercentenary ,kw0t@sen'tin@rI K8% 6 -quatrain 'kw0treIn K6$ 2 -quatrains 'kw0treInz Kj$ 2 -quattrocento ,kw&tr@U'tSent@U K6$ 4 -quattrocentos ,kw&tr@U'tSent@Uz Kj$ 4 -quaver 'kweIv@R J0%,K6% 22A,6A,15B -quavered 'kweIv@d Jc%,Jd% 22A,6A,15B -quavering 'kweIv@rIN Jb% 32A,6A,15B -quavers 'kweIv@z Ja%,Kj% 22A,6A,15B -quay ki K6% 1 -quays kiz Kj% 1 -queasier 'kwizI@R Or% 3 -queasiest 'kwizIIst Os% 3 -queasily 'kwizIlI Pu% 3 -queasiness 'kwizIn@s L@% 3 -queasy 'kwizI OD% 2 -queen kwin H0$,K6% 1 -queened kwind Hc$,Hd$ 1 -queening 'kwinIN Hb$ 2 -queenlier 'kwinlI@R Or$ 3 -queenliest 'kwinlIIst Os$ 3 -queenly 'kwinlI OD% 2 -queens kwinz Ha$,Kj% 1 -queer kwI@R H0%,K6%,OC% 16A -queered kwI@d Hc%,Hd% 16A -queerer 'kwI@r@R Or% 2 -queerest 'kwI@rIst Os% 2 -queering 'kwI@rIN Hb% 26A -queerly 'kwI@lI Pu% 2 -queerness 'kwI@n@s L@% 2 -queers kwI@z Ha%,Kj% 16A -quell kwel H0% 16A -quelled kweld Hc%,Hd% 16A -quelling 'kwelIN Hb% 26A -quells kwelz Ha% 16A -quench kwentS H1% 16A -quenched kwentSt Hc%,Hd% 16A -quenches 'kwentSIz Ha% 26A -quenching 'kwentSIN Hb% 26A -quenchless 'kwentSl@s OA$ 2 -queried 'kwI@rId Hc%,Hd% 26A,10 -queries 'kwI@rIz Ha%,Kj% 26A,10 -quern kw3n K6$ 1 -querns kw3nz Kj$ 1 -querulous 'kwerUl@s OA% 3 -querulously 'kwerUl@slI Pu% 4 -querulousness 'kwerUl@sn@s L@% 4 -query 'kwI@rI H3%,K8% 26A,10 -querying 'kwI@rIIN Hb% 36A,10 -quest kwest I0$,K6% 13A -quested 'kwestId Ic$,Id$ 23A -questing 'kwestIN Ib$ 23A -question 'kwestS@n H0%,M6* 26A,10 -question-mark 'kwestS@n-mAk K6% 3 -question-marks 'kwestS@n-mAks Kj% 3 -question-master 'kwestS@n-mAst@R K6% 4 -question-masters 'kwestS@n-mAst@z Kj% 4 -questionable 'kwestS@n@bl OA% 4 -questionably 'kwestS@n@blI Pu% 4 -questioned 'kwestS@nd Hc%,Hd% 26A,10 -questioner 'kwestS@n@R K6% 3 -questioners 'kwestS@n@z Kj% 3 -questioning 'kwestS@nIN Hb% 36A,10 -questioningly 'kwestS@nINlI Pu% 4 -questionnaire ,kwestS@'ne@R K6% 3 -questionnaires ,kwestS@'ne@z Kj% 3 -questions 'kwestS@nz Ha%,Mj% 26A,10 -quests kwests Ia$,Kj% 13A -quetzal 'kwetsl K6$ 2 -quetzals 'kwetslz Kj$ 2 -queue kju I5%,K6% 12A,2C,3A -queued kjud Ic%,Id% 12A,2C,3A -queueing 'kjuIN Ib% 22A,2C,3A -queues kjuz Ia%,Kj% 12A,2C,3A -qui vive ,ki 'viv L@$ 2 -quibble 'kwIbl I2%,K6% 2 -quibbled 'kwIbld Ic%,Id% 2 -quibbler 'kwIbl@R K6% 2 -quibblers 'kwIbl@z Kj% 2 -quibbles 'kwIblz Ia%,Kj% 2 -quibbling 'kwIblIN Ib%,OA% 2 -quiche kiS K6% 1 -quiches 'kiSIz Kj% 2 -quick kwIk L@%,OC%,Pu% 1 -quick-change kwIk-'tSeIndZ Oq% 2 -quick-eared kwIk-'I@d OA$ 2 -quick-eyed 'kwIk-aId OA$ 2 -quick-freeze kwik-'friz H5$ 2 -quick-freezes kwik-'frizIz Ha$ 3 -quick-freezing kwik-'frizIN Hb$ 3 -quick-froze kwik-'fr@Uz Hc$ 2 -quick-frozen kwik-'fr@Uzn Hd% 3 -quick-sighted kwIk-'saItId OA% 3 -quick-tempered kwIk-'temp@d OA% 3 -quick-witted kwIk-'wItId OA% 3 -quicken 'kwIk@n J0% 22A,6A -quickened 'kwIk@nd Jc%,Jd% 22A,6A -quickening 'kwIk@nIN Jb% 32A,6A -quickens 'kwIk@nz Ja% 22A,6A -quicker 'kwIk@R Or%,Pu% 2 -quickest 'kwIkIst Os%,Pu% 2 -quickie 'kwIkI K6% 2 -quickies 'kwIkIz Kj% 2 -quicklime 'kwIklaIm L@% 2 -quickly 'kwIklI Pu% 2 -quickness 'kwIkn@s L@% 2 -quicksand 'kwIks&nd M6% 2 -quicksands 'kwIks&ndz Mj% 2 -quickset 'kwIkset OA% 2 -quicksilver 'kwIksIlv@R L@% 3 -quickstep 'kwIkstep K6% 2 -quicksteps 'kwIksteps Kj$ 2 -quid kwId K9% 1 -quid pro quo ,kwId pr@U 'kw@U Ki% 3 -quids kwIdz Kj$ 1 -quiescence kwaI'esns Ki% 3 -quiescent kwaI'esnt OA% 3 -quiescently kwaI'esntlI Pu% 4 -quiet 'kwaI@t J0%,L@%,OC% 2 -quieted 'kwaI@tId Jc%,Jd% 3 -quieten 'kwaI@tn J0% 32C,6A,15B -quietened 'kwaI@tnd Jc%,Jd% 32C,6A,15B -quietening 'kwaI@tnIN Jb% 32C,6A,15B -quietens 'kwaI@tnz Ja% 32C,6A,15B -quieter 'kwaI@t@R Or% 3 -quietest 'kwaI@tIst Os% 3 -quieting 'kwaI@tIN Jb% 3 -quietism 'kwaIItIz@m L@$ 4 -quietist 'kwaI@tIst K6$ 3 -quietists 'kwaI@tIsts Kj$ 3 -quietly 'kwaI@tlI Pu% 3 -quietness 'kwaI@tn@s L@% 3 -quiets 'kwaI@ts Ja% 2 -quietude 'kwaIItjud Ki$ 3 -quietus kwaI'it@s K7$ 3 -quietuses kwaI'it@sIz Kj$ 4 -quiff kwIf K6$ 1 -quiffs kwIfs Kj$ 1 -quill kwIl K6% 1 -quill-feather 'kwIl-feD@R K6% 3 -quill-feathers 'kwIl-feD@z Kj% 3 -quills kwIlz Kj% 1 -quilt kwIlt H0%,K6% 1 -quilted 'kwIltId Hc%,Hd% 2 -quilting 'kwIltIN Hb% 2 -quilts kwIlts Ha%,Kj% 1 -quin kwIn K6% 1 -quince kwIns K6% 1 -quincentenaries ,kwInsen'tin@rIz Kj% 5 -quincentenary ,kwInsen'tin@rI K8%,OA% 5 -quinces 'kwInsIz Kj% 2 -quinine kwI'nin L@% 2 -quins kwInz Kj% 1 -quinsy 'kwInzI L@$ 2 -quintal 'kwIntl K6$ 2 -quintals 'kwIntlz Kj$ 2 -quintessence kwIn'tesns K6% 3 -quintessences kwIn'tesnsIz Kj$ 4 -quintet kwIn'tet K6% 2 -quintets kwIn'tets Kj% 2 -quintuplet 'kwIntjuplet K6% 3 -quintuplets 'kwIntjuplets Kj% 3 -quip kwIp I4%,K6% 1 -quipped kwIpt Ic%,Id% 1 -quipping 'kwIpIN Ib% 2 -quips kwIps Ia%,Kj% 1 -quire 'kwaI@R K6$ 1 -quires 'kwaI@z Kj$ 1 -quirk kw3k K6% 1 -quirks kw3ks Kj% 1 -quisling 'kwIzlIN K6$ 2 -quislings 'kwIzlINz Kj$ 2 -quit kwIt H4%,Hc%,Hd%,Op% 12A,6A,6D -quite kwaIt Pu* 1 -quits kwIts Ha%,Op% 12A,6A,6D -quittance 'kwItns K6$ 2 -quittances 'kwItnsIz Kj$ 3 -quitted 'kwItId Hc%,Hd% 22A,6A,6D -quitter 'kwIt@R K6% 2 -quitters 'kwIt@z Kj% 2 -quitting 'kwItIN Hb% 22A,6A,6D -quiver 'kwIv@R J0%,K6% 22A,6A -quivered 'kwIv@d Jc%,Jd% 22A,6A -quivering 'kwIv@rIN Jb% 32A,6A -quivers 'kwIv@z Ja%,Kj% 22A,6A -quixotic kwIk's0tIk OA% 3 -quixotically kwIk's0tIklI Pu% 4 -quiz kwIz H5%,K7% 16A -quizes 'kwIzIz Kj% 2 -quizmaster 'kwIzmAst@R K6% 3 -quizmasters 'kwIzmAst@z Kj% 3 -quizzed kwIzd Hc%,Hd% 16A -quizzes 'kwIzIz Ha% 26A -quizzical 'kwIzIkl OA% 3 -quizzically 'kwIzIklI Pu% 3 -quizzing 'kwIzIN Hb% 26A -quoin koIn K6$ 1 -quoins koInz Kj$ 1 -quoit koIt K6% 1 -quoits koIts Kj% 1 -quorum 'kwOr@m K6% 2 -quorums 'kwOr@mz Kj$ 2 -quota 'kw@Ut@ K6% 2 -quotability ,kw@Ut@'bIlItI L@% 5 -quotable 'kw@Ut@bl OA% 3 -quotas 'kw@Ut@z Kj% 2 -quotation kw@U'teISn M6% 3 -quotations kw@U'teISnz Mj% 3 -quote kw@Ut H2%,K6% 16A,13A,14 -quoted 'kw@UtId Hc%,Hd% 26A,13A,14 -quotes kw@Uts Ha%,Kj% 16A,13A,14 -quoth kw@UT Hc$ 1 -quotidian kw@U'tIdI@n OA$ 4 -quotient 'kw@USnt K6% 2 -quotients 'kw@USnts Kj% 2 -quoting 'kw@UtIN Hb% 26A,13A,14 -qv ,kju'vi Y~$ 2 -r AR Ki$ 1 -r's Az Kj$ 1 -r^ole r@Ul K6% 1 -r^oles r@Ulz Kj% 1 -r_echauff_e reI'S@UfeI K6$ 3 -r_echauff_es reI'S@UfeIz Kj$ 3 -r_egime reI'Zim K6% 2 -r_egimes reI'Zimz Kj% 2 -r_esum_e 'rezjumeI K6% 3 -r_esum_es 'rezjumeIz Kj% 3 -rabbi 'r&baI K6% 2 -rabbinical r@'bInIkl OA$ 4 -rabbis 'r&baIz Kj% 2 -rabbit 'r&bIt I0%,K6% 2 -rabbit-burrow 'r&bIt-bVr@U K6% 4 -rabbit-burrows 'r&bIt-bVr@Uz Kj% 4 -rabbit-hole 'r&bIt-h@Ul K6% 3 -rabbit-holes 'r&bIt-h@Ulz Kj% 3 -rabbit-hutch 'r&bIt-hVtS K7% 3 -rabbit-hutches 'r&bIt-hVtSIz Kj% 4 -rabbit-punch 'r&bIt-pVntS K7% 3 -rabbit-punches 'r&bIt-pVntSIz Kj% 4 -rabbit-warren 'r&bIt-w0r@n K6% 4 -rabbit-warrens 'r&bIt-w0r@nz Kj% 4 -rabbited 'r&bItId Ic%,Id% 3 -rabbiting 'r&bItIN Ib% 3 -rabbits 'r&bIts Ia%,Kj% 2 -rabble 'r&bl K6% 2 -rabble-rousing 'r&bl-raUzIN OA% 4 -rabbles 'r&blz Kj% 2 -rabid 'r&bId OA% 2 -rabies 'reIbiz L@% 2 -raccoon r@'kun K6% 2 -raccoons r@'kunz Kj% 2 -race reIs J2%,M6% 12A,2C,3A,4A,6A,15A -race-meeting 'reIs-mitIN K6% 3 -race-meetings 'reIs-mitINz Kj% 3 -racecard 'reIskAd K6% 2 -racecards 'reIskAdz Kj% 2 -racecourse 'reIskOs K6% 2 -racecourses 'reIskOsIz Kj% 3 -raced reIst Jc%,Jd% 12A,2C,3A,4A,6A,15A -racehorse 'reIshOs K6% 2 -racehorses 'reIshOsIz Kj% 3 -raceme r&'sim K6$ 2 -racemes r&'simz Kj$ 2 -racer 'reIs@R K6% 2 -racers 'reIs@z Kj% 2 -races 'reIsIz Ja%,Mj% 22A,2C,3A,4A,6A,15A -racial 'reISl OA% 2 -racialism 'reIS@lIz@m L@% 4 -racialist 'reIS@lIst K6% 3 -racialists 'reIS@lIsts Kj% 3 -racially 'reIS@lI Pu% 3 -racier 'reIsI@R Or% 3 -raciest 'reIsIIst Os% 3 -racily 'reIsIlI Pu% 3 -raciness 'reIsIn@s L@% 3 -racing 'reIsIN Jb%,L@% 22A,2C,3A,4A,6A,15A -racism 'reIsIz@m L@% 3 -racist 'reIsIst K6% 2 -racists 'reIsIsts Kj% 2 -rack r&k H0%,M6% 16A,15A -rack-railway 'r&k-reIlweI K6$ 3 -rack-railways 'r&k-reIlweIz Kj$ 3 -rack-rent 'r&k-rent K6$ 2 -rack-rents 'r&k-rents Kj$ 2 -racked r&kt Hc%,Hd% 16A,15A -racket 'r&kIt I0$,M6% 22A,2C -racketed 'r&kItId Ic$,Id$ 32A,2C -racketeer ,r&k@'tI@R K6% 3 -racketeering ,r&k@'tI@rIN L@% 4 -racketeers ,r&k@'tI@z Kj% 3 -racketing 'r&kItIN Ib$ 32A,2C -rackets 'r&kIts Ia$,Mj% 22A,2C -racking 'r&kIN Hb% 26A,15A -racks r&ks Ha%,Mj% 16A,15A -raconteur ,r&k0n't3R K6% 3 -raconteurs ,r&k0n't3z Kj% 3 -racoon r@'kun K6% 2 -racoons r@'kunz Kj% 2 -racquet 'r&kIt K6% 2 -racquets 'r&kIts Kj% 2 -racy 'reIsI OD% 2 -radar 'reIdAR L@% 2 -raddled 'r&dld OA% 2 -radial 'reIdI@l K6%,OA% 3 -radially 'reIdI@lI Pu% 4 -radials 'reIdI@lz Kj% 3 -radiance 'reIdI@ns L@% 3 -radiant 'reIdI@nt OA% 3 -radiantly 'reIdI@ntlI Pu% 4 -radiate 'reIdIeIt J2% 32A,3A,6A -radiated 'reIdIeItId Jc%,Jd% 42A,3A,6A -radiates 'reIdIeIts Ja% 32A,3A,6A -radiating 'reIdIeItIN Jb% 42A,3A,6A -radiation ,reIdI'eISn M6% 4 -radiations ,reIdI'eISnz Mj% 4 -radiator 'reIdIeIt@R K6% 4 -radiators 'reIdIeIt@z Kj% 4 -radical 'r&dIkl K6%,OA% 3 -radicalism 'r&dIk@lIz@m L@% 5 -radically 'r&dIklI Pu% 3 -radicals 'r&dIklz Kj% 3 -radicle 'r&dIkl K6$ 3 -radicles 'r&dIklz Kj$ 3 -radii 'reIdIaI Kj% 3 -radio 'reIdI@U M6% 3 -radio- ,reIdI@U- U-% 3 -radio-gramophone ,reIdI@U-'gr&m@f@Un K6% 6 -radio-gramophones ,reIdI@U-'gr&m@f@Unz Kj% 6 -radio-location ,reIdI@U-l@'keISn K6$ 6 -radio-locations ,reIdI@U-l@'keISnz Kj$ 6 -radio-set 'reIdI@U-set K6% 4 -radio-sets 'reIdI@U-sets Kj% 4 -radio-telescope ,reIdI@U-'telIsk@Up K6% 6 -radio-telescopes ,reIdI@U-'telIsk@Ups Kj% 6 -radioactive ,reIdI@U'&ktIv OA% 5 -radioactivity ,reIdI@U&k'tIvItI L@% 7 -radiogram 'reIdI@Ugr&m K6% 4 -radiograms 'reIdI@Ugr&mz Kj% 4 -radiograph 'reIdI@Ugr&f K6% 4 -radiographer ,reIdI'0gr@f@R K6% 5 -radiographers ,reIdI'0gr@f@z Kj% 5 -radiographs 'reIdI@Ugr&fs Kj% 4 -radiography ,reIdI'0gr@fI L@% 5 -radioisotope ,reIdI@U'aIs@t@Up K6% 6 -radioisotopes ,reIdI@U'aIs@t@Ups Kj% 6 -radiologist ,reIdI'0l@dZIst K6% 5 -radiologists ,reIdI'0l@dZIsts Kj% 5 -radiology ,reIdI'0l@dZI L@% 5 -radios 'reIdI@Uz Mj% 3 -radiotherapist ,reIdI@U'Ter@pIst K6% 6 -radiotherapists ,reIdI@U'Ter@pIsts Kj% 6 -radiotherapy ,reIdI@U'Ter@pI L@% 6 -radish 'r&dIS K7% 2 -radishes 'r&dISIz Kj% 3 -radium 'reIdI@m L@% 3 -radius 'reIdI@s Ki% 3 -raffia 'r&fI@ L@% 3 -raffish 'r&fIS OA$ 2 -raffishly 'r&fISlI Pu$ 3 -raffle 'r&fl H2%,K6% 26A,15B -raffled 'r&fld Hc%,Hd% 26A,15B -raffles 'r&flz Ha%,Kj% 26A,15B -raffling 'r&flIN Hb% 26A,15B -raft rAft J0$,K6% 12C,6A,15A,15B -rafted 'rAftId Jc$,Jd$ 22C,6A,15A,15B -rafter 'rAft@R K6% 2 -raftered 'rAft@d OA% 2 -rafters 'rAft@z Kj% 2 -rafting 'rAftIN Jb$ 22C,6A,15A,15B -rafts rAfts Ja$,Kj% 12C,6A,15A,15B -raftsman 'rAftsm@n Ki% 2 -raftsmen 'rAftsm@n Kj% 2 -rag r&g H4%,K6% 16A -rag-day 'r&g-deI K6% 2 -rag-days 'r&g-deIz Kj% 2 -ragamuffin 'r&g@mVfIn K6% 4 -ragamuffins 'r&g@mVfInz Kj% 4 -ragbag 'r&gb&g K6% 2 -ragbags 'r&gb&gz Kj% 2 -rage reIdZ I2%,M6% 12A,2C -raged reIdZd Ic%,Id% 12A,2C -rages 'reIdZIz Ia%,Mj% 22A,2C -ragged 'r&gId OA% 2 -ragged r&gd Hc%,Hd% 16A -raggedly 'r&gIdlI Pu% 3 -raggedness 'r&gIdn@s L@% 3 -ragging 'r&gIN Hb% 26A -raging 'reIdZIN Ib% 22A,2C -raglan 'r&gl@n K6$ 2 -raglans 'r&gl@nz Kj$ 2 -ragout 'r&gu M6% 2 -ragouts 'r&guz Mj$ 2 -rags r&gz Ha%,Kj% 16A -ragtag 'r>&g K6% 2 -ragtags 'r>&gz Kj$ 2 -ragtime 'r>aIm L@% 2 -rah rA W-$ 1 -raid reId J0%,K6% 12A,6A -raided 'reIdId Jc%,Jd% 22A,6A -raider 'reId@R K6% 2 -raiders 'reId@z Kj% 2 -raiding 'reIdIN Jb% 22A,6A -raids reIdz Ja%,Kj% 12A,6A -rail reIl J0%,K6% 12A,3A,6A,15B -railcar 'reIlkAR K6% 2 -railcars 'reIlkAz Kj% 2 -railed reIld Jc%,Jd% 12A,3A,6A,15B -railhead 'reIlhed K6% 2 -railheads 'reIlhedz Kj% 2 -railing 'reIlIN Jb%,M6% 22A,3A,6A,15B -railings 'reIlINz Mj% 2 -railleries 'reIl@rIz Mj$ 3 -raillery 'reIl@rI M8% 3 -railroad 'reIlr@Ud H0%,K6% 215A,15B -railroaded 'reIlr@UdId Hc%,Hd% 315A,15B -railroading 'reIlr@UdIN Hb% 315A,15B -railroads 'reIlr@Udz Ha%,Kj% 215A,15B -rails reIlz Ja%,Kj% 12A,3A,6A,15B -railway 'reIlweI K6% 2 -railwayman 'reIlweIm@n Ki% 3 -railwaymen 'reIlweImen Kj% 3 -railways 'reIlweIz Kj% 2 -raiment 'reIm@nt L@$ 2 -rain reIn J0%,M6% 12C,14 -rain-gauge 'reIn-geIdZ K6% 2 -rain-gauges 'reIn-geIdZIz Kj% 3 -rainbow 'reInb@U K6% 2 -rainbows 'reInb@Uz Kj% 2 -raincoat 'reInk@Ut K6% 2 -raincoats 'reInk@Uts Kj% 2 -raindrop 'reIndr0p K6% 2 -raindrops 'reIndr0ps Kj% 2 -rained reInd Jc%,Jd% 12C,14 -rainfall 'reInfOl M6% 2 -rainfalls 'reInfOlz Mj% 2 -rainier 'reInI@R Or% 3 -rainiest 'reInIIst Os% 3 -raining 'reInIN Jb% 22C,14 -rainproof 'reInpruf OA% 2 -rains reInz Ja%,Mj% 12C,14 -rainwater 'reInwOt@R L@% 3 -rainy 'reInI OD% 2 -raise reIz H2%,K6% 16A,15A,15B -raised reIzd Hc%,Hd% 16A,15A,15B -raiser 'reIz@R K6$ 2 -raisers 'reIz@z Kj$ 2 -raises 'reIzIz Ha%,Kj% 26A,15A,15B -raisin 'reIzn K6% 2 -raising 'reIzIN Hb% 26A,15A,15B -raisins 'reIznz Kj% 2 -raison d'^etre ,reIz0n 'detr@ Ki% 4 -raj rAdZ Ki$ 1 -rajah 'rAdZ@ K6% 2 -rajahs 'rAdZ@z Kj% 2 -rake reIk J2%,K6% 12A,2C,3A,6A,14,15A,15B,22 -rake-off 'reIk-0f K6% 2 -rake-offs 'reIk-0fs Kj$ 2 -raked reIkt Jc%,Jd% 12A,2C,3A,6A,14,15A,15B,22 -rakes reIks Ja%,Kj% 12A,2C,3A,6A,14,15A,15B,22 -raking 'reIkIN Jb% 22A,2C,3A,6A,14,15A,15B,22 -rakish 'reIkIS OA% 2 -rakishly 'reIkISlI Pu% 3 -rakishness 'reIkISn@s L@% 3 -rallentando ,r&l@n't&nd@U OA$,Pu$ 4 -rallied 'r&lId Jc%,Jd% 22A,2C,6A,15A -rallies 'r&lIz Ja%,Kj% 22A,2C,6A,15A -rally 'r&lI J3%,K8% 22A,2C,6A,15A -rallying 'r&lIIN Jb% 32A,2C,6A,15A -ram r&m H4%,K6% 16A,15A,15B -ramble 'r&mbl I2%,K6% 22A,2C -rambled 'r&mbld Ic%,Id% 22A,2C -rambler 'r&mbl@R K6% 2 -ramblers 'r&mbl@z Kj% 2 -rambles 'r&mblz Ia%,Kj% 22A,2C -rambling 'r&mblIN Ib%,OA% 22A,2C -rambunctious r&m'bVNkS@s OA$ 3 -ramification ,r&mIfI'keISn K6% 5 -ramifications ,r&mIfI'keISnz Kj% 5 -ramified 'r&mIfaId Jc%,Jd% 32A,6A -ramifies 'r&mIfaIz Ja% 32A,6A -ramify 'r&mIfaI J3% 32A,6A -ramifying 'r&mIfaIIN Jb% 42A,6A -ramjet 'r&mdZet K6$ 2 -ramjets 'r&mdZets Kj$ 2 -rammed r&md Hc%,Hd% 16A,15A,15B -ramming 'r&mIN Hb% 26A,15A,15B -ramp r&mp H0%,K6% 12C -rampage 'r&mpeIdZ K6% 2 -rampage r&m'peIdZ I2% 22A -rampaged r&m'peIdZd Ic%,Id% 22A -rampageous r&m'peIdZ@s OA$ 3 -rampages 'r&mpeIdZIz Kj$ 3 -rampages r&m'peIdZIz Ia% 32A -rampaging r&m'peIdZIN Ib% 32A -rampant 'r&mp@nt OA% 2 -rampantly 'r&mp@ntlI Pu% 3 -rampart 'r&mpAt K6% 2 -ramparts 'r&mpAts Kj% 2 -ramped r&mpt Hc%,Hd% 12C -ramping 'r&mpIN Hb% 22C -ramps r&mps Ha%,Kj% 12C -ramrod 'r&mr0d K6% 2 -ramrods 'r&mr0dz Kj% 2 -rams r&mz Ha%,Kj% 16A,15A,15B -ramshackle 'r&mS&kl OA% 3 -ran r&n Jc% 12A,2B,2C,2D,2E,3A,4A,6A,14,15A,15B -ranch rAntS K7% 1 -rancher 'rAntS@R K6% 2 -ranchers 'rAntS@z Kj% 2 -ranches 'rAntSIz Kj% 2 -rancid 'r&nsId OA% 2 -rancorous 'r&Nk@r@s OA% 3 -rancour 'r&Nk@R L@% 2 -rand r&nd K6$ 1 -randier 'r&ndI@R Or% 3 -randiest 'r&ndIIst Os% 3 -random 'r&nd@m Ki% 2 -randomly 'r&nd@mlI Pu% 3 -randomness 'r&nd@mnIs L@% 3 -rands r&ndz Kj$ 1 -randy 'r&ndI OD% 2 -ranee 'rAni K6$ 2 -ranees 'rAniz Kj$ 2 -rang r&N Jc% 12A,2B,2C,2D,3A,6A,15A,15B -range reIndZ J2%,K6% 12C,3A,6A,15A -ranged reIndZd Jc%,Jd% 12C,3A,6A,15A -rangefinder 'reIndZfaInd@R K6% 3 -rangefinders 'reIndZfaInd@z Kj% 3 -ranger 'reIndZ@R K6% 2 -rangers 'reIndZ@z Kj% 2 -ranges 'reIndZIz Ja%,Kj% 22C,3A,6A,15A -ranging 'reIndZIN Jb% 22C,3A,6A,15A -rani 'rAni K6$ 2 -ranis 'rAniz Kj$ 2 -rank r&Nk J0%,M6%,OA% 13A,6A,15A,16B -ranked r&Nkt Jc%,Jd% 13A,6A,15A,16B -ranker 'r&Nk@R K6$ 2 -rankers 'r&Nk@z Kj$ 2 -ranking 'r&NkIN Jb%,K6$ 23A,6A,15A,16B -rankings 'r&NkINz Kj% 2 -rankle 'r&Nkl I2% 22A -rankled 'r&Nkld Ic%,Id% 22A -rankles 'r&Nklz Ia% 22A -rankling 'r&NklIN Ib% 22A -rankly 'r&NklI Pu% 2 -rankness 'r&Nkn@s L@% 2 -ranks r&Nks Ja%,Mj% 13A,6A,15A,16B -ransack 'r&ns&k H0% 26A,14,16A -ransacked 'r&ns&kt Hc%,Hd% 26A,14,16A -ransacking 'r&ns&kIN Hb% 36A,14,16A -ransacks 'r&ns&ks Ha% 26A,14,16A -ransom 'r&ns@m H0%,M6% 26A -ransomed 'r&ns@md Hc%,Hd% 26A -ransoming 'r&ns@mIN Hb% 36A -ransoms 'r&ns@mz Ha%,Mj% 26A -rant r&nt J0%,K6% 12A,6A -ranted 'r&ntId Jc%,Jd% 22A,6A -ranter 'r&nt@R K6% 2 -ranters 'r&nt@z Kj% 2 -ranting 'r&ntIN Jb% 22A,6A -rants r&nts Ja%,Kj% 12A,6A -rap r&p J4%,K6% 12A,2C,6A,15B -rapacious r@'peIS@s OA% 3 -rapaciously r@'peIS@slI Pu% 4 -rapacity r@'p&sItI L@% 4 -rape reIp H2%,M6% 16A -raped reIpt Hc%,Hd% 16A -rapes reIps Ha%,Mj% 16A -rapid 'r&pId K6%,OA% 2 -rapidity r@'pIdItI L@% 4 -rapidly 'r&pIdlI Pu% 3 -rapids 'r&pIdz Kj% 2 -rapier 'reIpI@R K6% 3 -rapier-thrust 'reIpI@-TrVst K6% 4 -rapier-thrusts 'reIpI@-TrVsts Kj% 4 -rapiers 'reIpI@z Kj% 3 -rapine 'r&paIn L@$ 2 -raping 'reIpIN Hb% 26A -rapist 'reIpIst K6% 2 -rapists 'reIpIsts Kj% 2 -rapped r&pt Jc%,Jd% 12A,2C,6A,15B -rapping 'r&pIN Jb% 22A,2C,6A,15B -rapport r&'pOR M6% 2 -rapports r&'pOz Mj$ 2 -rapprochement r&'pr0Sm0N K6% 3 -rapprochements r&'pr0Sm0Nz Kj$ 3 -raps r&ps Ja%,Kj% 12A,2C,6A,15B -rapscallion r&p'sk&lI@n K6% 4 -rapscallions r&p'sk&lI@nz Kj% 4 -rapt r&pt OA% 1 -rapture 'r&ptS@R M6% 2 -raptures 'r&ptS@z Mj% 2 -rapturous 'r&ptS@r@s OA% 3 -rapturously 'r&ptS@r@slI Pu% 4 -rare re@R OB% 1 -rarebit 're@bIt M6% 2 -rarebits 're@bIts Mj$ 2 -rarefaction ,re@rI'f&kSn L@$ 4 -rarefied 're@rIfaId Jc%,Jd% 32A,6A -rarefies 're@rIfaIz Ja% 32A,6A -rarefy 're@rIfaI J3% 32A,6A -rarefying 're@rIfaIIN Jb% 42A,6A -rarely 're@lI Pu% 2 -rareness 're@n@s L@% 2 -rarer 're@r@R Or% 2 -rarest 're@rIst Os% 2 -raring 're@rIN OA% 2 -rarities 're@rItIz Mj% 3 -rarity 're@rItI M8% 3 -rascal 'rAskl K6% 2 -rascally 'rAsk@lI OA% 3 -rascals 'rAsklz Kj% 2 -rase reIz H2$ 16A -rased reIzd Hc%,Hd% 16A -rases 'reIzIz Ha$ 26A -rash r&S K7%,OC% 1 -rasher 'r&S@R K6%,Or% 2 -rashers 'r&S@z Kj% 2 -rashes 'r&SIz Kj% 2 -rashest 'r&SIst Os% 2 -rashly 'r&SlI Pu% 2 -rashness 'r&Sn@s L@% 2 -rasing 'reIzIN Hb$ 26A -rasp rAsp J0%,K6% 12A,2C,6A,15A,15B,22 -raspberries 'rAzb@rIz Kj% 3 -raspberry 'rAzb@rI K8% 3 -rasped rAspt Jc%,Jd% 12A,2C,6A,15A,15B,22 -rasping 'rAspIN Jb% 22A,2C,6A,15A,15B,22 -raspingly 'rAspINlI Pu% 3 -rasps rAsps Ja%,Kj% 12A,2C,6A,15A,15B,22 -rat r&t H4%,K6% 12A,3A -rat-a-tat-tat ,r&t-@-,t&t-'t&t K6% 4 -rat-a-tat-tats ,r&t-@-,t&t-'t&ts Kj% 4 -rat-tat r&t-'t&t K6$ 2 -rat-tats r&t-'t&ts Kj$ 2 -ratability ,reIt@'bIlItI L@% 5 -ratable 'reIt@bl OA% 3 -ratan r&'t&n M6$ 2 -ratans r&'t&nz Mj$ 2 -ratch r&tS K7$ 1 -ratches 'r&tSIz Kj$ 2 -ratchet 'r&tSIt K6% 2 -ratchets 'r&tSIts Kj% 2 -rate reIt J2%,K6% 12C,2D,6A,14,15A,16B -rateability ,reIt@'bIlItI L@% 5 -rateable 'reIt@bl OA% 3 -rated 'reItId Jc%,Jd% 22C,2D,6A,14,15A,16B -ratepayer 'reItpeI@R K6% 3 -ratepayers 'reItpeI@z Kj% 3 -rates reIts Ja%,Kj% 12C,2D,6A,14,15A,16B -rather 'rAD@R Pu* 2 -ratification ,r&tIfI'keISn K6% 5 -ratifications ,r&tIfI'keISnz Kj% 5 -ratified 'r&tIfaId Hc%,Hd% 36A -ratifies 'r&tIfaIz Ha% 36A -ratify 'r&tIfaI H3% 36A -ratifying 'r&tIfaIIN Hb% 46A -rating 'reItIN Jb%,K6% 22C,2D,6A,14,15A,16B -ratings 'reItINz Kj% 2 -ratio 'reISI@U K6% 3 -ratiocination ,r&tI,0sI'neISn L@$ 6 -ration 'r&Sn H0%,K6% 26A,15B -rational 'r&Sn@l OA% 2 -rationale ,r&S@'nAl K6% 3 -rationales ,r&S@'nAlz Kj$ 3 -rationalism 'r&Sn@lIz@m L@% 4 -rationalist 'r&Sn@lIst K6% 3 -rationalistic ,r&Sn@'lIstIk OA% 4 -rationalists 'r&Sn@lIsts Kj% 3 -rationalities ,r&S@'n&lItIz Mj% 5 -rationality ,r&S@'n&lItI M8% 5 -rationalization ,r&Sn@laI'zeISn M6% 5 -rationalizations ,r&Sn@laI'zeISnz Mj% 5 -rationalize 'r&Sn@laIz H2% 36A -rationalized 'r&Sn@laIzd Hc%,Hd% 36A -rationalizes 'r&Sn@laIzIz Ha% 46A -rationalizing 'r&Sn@laIzIN Hb% 46A -rationally 'r&Sn@lI Pu% 3 -rationed 'r&Snd Hc%,Hd% 26A,15B -rationing 'r&SnIN Hb% 36A,15B -rations 'r&Snz Ha%,Kj% 26A,15B -ratios 'reISI@Uz Kj% 3 -ratlin 'r&tlIn K6$ 2 -ratline 'r&tlIn K6$ 2 -ratlines 'r&tlInz Kj$ 2 -ratlins 'r&tlInz Kj$ 2 -rats r&ts Ha%,Kj% 12A,3A -rattan r&'t&n M6% 2 -rattans r&'t&nz Mj$ 2 -ratted 'r&tId Hc%,Hd% 22A,3A -ratter 'r&t@R K6% 2 -ratters 'r&t@z Kj% 2 -rattier 'r&tI@R Or% 3 -rattiest 'r&tIIst Os% 3 -ratting 'r&tIN Hb% 22A,3A -rattle 'r&tl J2%,M6% 22A,2C,6A,15A,15B -rattlebrained 'r&tlbreInd OA$ 3 -rattled 'r&tld Jc%,Jd% 22A,2C,6A,15A,15B -rattlepated 'r&tlpeItId OA$ 4 -rattler 'r&tl@R K6% 2 -rattlers 'r&tl@z Kj% 2 -rattles 'r&tlz Ja%,Mj% 22A,2C,6A,15A,15B -rattlesnake 'r&tlsneIk K6% 3 -rattlesnakes 'r&tlsneIks Kj% 3 -rattling 'r&tlIN Jb%,OA%,Pu% 22A,2C,6A,15A,15B -ratty 'r&tI OD% 2 -raucous 'rOk@s OA% 2 -raucously 'rOk@slI Pu% 3 -ravage 'r&vIdZ J2%,M6% 26A -ravaged 'r&vIdZd Jc%,Jd% 26A -ravages 'r&vIdZIz Ja%,Mj% 36A -ravaging 'r&vIdZIN Jb% 36A -rave reIv I2%,K6% 12A,2C,3A,15B -rave-up 'reIv-Vp K6% 2 -rave-ups 'reIv-Vps Kj$ 2 -raved reIvd Ic%,Id% 12A,2C,3A,15B -ravel 'r&v@l J4% 22A,2C,6A,15B -ravelled 'r&v@ld Jc%,Jd% 22A,2C,6A,15B -ravelling 'r&v@lIN Jb% 32A,2C,6A,15B -ravels 'r&v@lz Ja% 22A,2C,6A,15B -raven 'reIvn K6% 2 -ravening 'r&v@nIN OA% 3 -ravenous 'r&v@n@s OA% 3 -ravenously 'r&v@n@slI Pu% 4 -ravens 'reIvnz Kj% 2 -raver 'reIv@R K6% 2 -ravers 'reIv@z Kj% 2 -raves reIvz Ia%,Kj% 12A,2C,3A,15B -ravine r@'vin K6% 2 -ravines r@'vinz Kj% 2 -raving 'reIvIN Ib%,OA%,Pu% 22A,2C,3A,15B -ravings 'reIvINz Kj% 2 -ravioli ,r&vI'@UlI M6% 4 -raviolis ,r&vI'@UlIz Mj% 4 -ravish 'r&vIS H1% 26A -ravished 'r&vISt Hc%,Hd% 26A -ravishes 'r&vISIz Ha% 36A -ravishing 'r&vISIN Hb% 36A -ravishingly 'r&vISINlI Pu% 4 -ravishment 'r&vISm@nt M6$ 3 -ravishments 'r&vISm@nts Mj$ 3 -raw rO Ki%,OA% 1 -rawboned 'rOb@Und OA% 2 -rawhide 'rOhaId OA% 2 -ray reI J0$,K6% 1 -rayed reId Jc$,Jd$ 1 -raying 'reIIN Jb$ 2 -rayon 'reI0n L@% 2 -rays reIz Ja$,Kj% 1 -raze reIz H2% 16A -razed reIzd Hc%,Hd% 16A -razes 'reIzIz Ha% 26A -razing 'reIzIN Hb% 26A -razor 'reIz@R H0%,K6% 2 -razor-edge reIz@r-'edZ K6% 3 -razor-edges reIz@r-'edZIz Kj% 4 -razorback 'reIz@b&k K6$ 3 -razorbacked 'reIz@b&kt OA$ 3 -razorbacks 'reIz@b&ks Kj$ 3 -razorblade 'reIz@bleId K6% 3 -razorblades 'reIz@bleIdz Kj% 3 -razored 'reIz@d Hc%,Hd% 2 -razoring 'reIz@rIN Hb% 3 -razors 'reIz@z Ha%,Kj% 2 -razzle 'r&zl Ki% 2 -razzle-dazzle ,r&zl-'d&zl Ki% 4 -re reI Ki$ 1 -re ri T-$ 1 -re- ri- U-% 1 -re-address ,ri-@'dres H1% 36A -re-addressed ,ri-@'drest Hc%,Hd% 36A -re-addresses ,ri-@'dresIz Ha% 46A -re-addressing ,ri-@'dresIN Hb% 46A -re-afforest ,ri-@'f0rIst H0$ 4 -re-afforestation ,ri-@,f0rI'steISn M6$ 6 -re-afforestations ,ri-@,f0rI'steISnz Mj$ 6 -re-afforested ,ri-@'f0rIstId Hc$,Hd$ 5 -re-afforesting ,ri-@'f0rIstIN Hb$ 5 -re-afforests ,ri-@'f0rIsts Ha$ 4 -re-count 'ri-kaUnt K6% 2 -re-count ,ri-'kaUnt H0$ 26A -re-counted ,ri-'kaUntId Hc$,Hd$ 36A -re-counting ,ri-'kaUntIN Hb$ 36A -re-counts 'ri-kaUnts Kj% 2 -re-counts ,ri-'kaUnts Ha$ 26A -re-cover ,ri-'kVv@R H0$ 36A -re-covered ,ri-'kVv@d Hc$,Hd$ 36A -re-covering ,ri-'kVv@rIN Hb$ 46A -re-covers ,ri-'kVv@z Ha$ 36A -re-echo ri-'ek@U I0%,K7% 32A -re-echoed ri-'ek@Ud Ic%,Id% 32A -re-echoes ri-'ek@Uz Kj% 3 -re-echoing ri-'ek@UIN Ib% 42A -re-echos ri-'ek@Uz Ia% 32A -re-entries ,ri-'entrIz Kj% 3 -re-entry ,ri-'entrI K8% 3 -re-form ,ri-'fOm J0$ 2 -re-formation ,ri-fO'meISn M6$ 4 -re-formations ,ri-fO'meISnz Mj$ 4 -re-formed ,ri-'fOmd Jc$,Jd$ 2 -re-forming ,ri-'fOmIN Jb$ 3 -re-forms ,ri-'fOmz Ja$ 2 -re-join ,ri-'dZoIn H0$ 26A -re-joined ,ri-'dZoInd Hc$,Hd$ 26A -re-joining ,ri-'dZoInIN Hb$ 36A -re-joins ,ri-'dZoInz Ha$ 26A -reach ritS J1%,M7% 12C,3A,6A,12B,13B,15B -reach-me-downs 'ritS-mI-daUnz Kj% 3 -reached ritSt Jc%,Jd% 12C,3A,6A,12B,13B,15B -reaches 'ritSIz Ja%,Mj% 22C,3A,6A,12B,13B,15B -reaching 'ritSIN Jb% 22C,3A,6A,12B,13B,15B -react rI'&kt I0% 22A,3A -reacted rI'&ktId Ic%,Id% 32A,3A -reacting rI'&ktIN Ib% 32A,3A -reaction rI'&kSn M6% 3 -reactionaries rI'&kS@nrIz Kj% 4 -reactionary rI'&kS@nrI K8% 4 -reactions rI'&kSnz Mj% 3 -reactor rI'&kt@R K6% 3 -reactors rI'&kt@z Kj% 3 -reacts rI'&kts Ia% 22A,3A -read red Jc*,Jd* 12A,2B,2C,6A,12A,13A,15A,15B,16B -read rid J5*,Ki% 12A,2B,2C,6A,12A,13A,15A,15B,16B -readability ,rid@'bIlItI L@% 5 -readable 'rid@bl OA% 3 -reader 'rid@R K6% 2 -readers 'rid@z Kj% 2 -readership 'rid@SIp K6% 3 -readerships 'rid@SIps Kj% 3 -readier 'redI@R Or% 3 -readies 'redIz Kj% 2 -readiest 'redIIst Os% 3 -readily 'redIlI Pu% 3 -readiness 'redIn@s L@% 3 -reading 'ridIN Jb%,M6% 22A,2B,2C,6A,12A,13A,15A,15B,16B -reading-glasses 'ridIN-gl&sIz Kj% 4 -reading-lamp 'ridIN-l&mp K6% 3 -reading-lamps 'ridIN-l&mps Kj% 3 -reading-room 'ridIN-rum K6% 3 -reading-rooms 'ridIN-rumz Kj% 3 -readings 'ridINz Mj% 2 -readjust ,ri@'dZVst H0% 33A,6A,15A -readjusted ,ri@'dZVstId Hc%,Hd% 43A,6A,15A -readjusting ,ri@'dZVstIN Hb% 43A,6A,15A -readjustment ,ri@'dZVstm@nt K6% 4 -readjustments ,ri@'dZVstm@nts Kj% 4 -readjusts ,ri@'dZVsts Ha% 33A,6A,15A -readmission ,ri@d'mISn M6% 4 -readmissions ,ri@d'mISnz Mj% 4 -readmit ,ri@d'mIt H4% 33A,6A,6C,9,14,25 -readmits ,ri@d'mIts Ha% 33A,6A,6C,9,14,25 -readmitted ,ri@d'mItId Hc%,Hd% 43A,6A,6C,9,14,25 -readmitting ,ri@d'mItIN Hb% 43A,6A,6C,9,14,25 -reads ridz Ja% 12A,2B,2C,6A,12A,13A,15A,15B,16B -ready 'redI K8%,OD% 2 -ready-made 'redI-meId OA% 3 -reaffiliation ,ri@,fIlI'eISn M6% 6 -reaffiliations ,ri@,fIlI'eISnz Mj% 6 -reaffirm ,ri@'f3m H0% 36A,9 -reaffirmed ,ri@'f3md Hc%,Hd% 36A,9 -reaffirming ,ri@'f3mIN Hb% 46A,9 -reaffirms ,ri@'f3mz Ha% 36A,9 -reagent ri'eIdZ@nt K6$ 3 -reagents ri'eIdZ@nts Kj$ 3 -real rI@l OA* 2 -real reI'Al K6$ 2 -realism 'rI@lIz@m L@% 4 -realist 'rI@lIst K6% 3 -realistic ,rI@'lIstIk OA% 4 -realistically ,rI@'lIstIklI Pu% 5 -realists 'rI@lIsts Kj% 3 -realities rI'&lItIz Mj% 3 -reality rI'&lItI M8% 3 -realizable ,rI@'laIz@bl OA% 5 -realization ,rI@laI'zeISn L@% 5 -realize 'rI@laIz H2% 36A,9,10,14 -realized 'rI@laIzd Hc%,Hd% 36A,9,10,14 -realizes 'rI@laIzIz Ha% 46A,9,10,14 -realizing 'rI@laIzIN Hb% 46A,9,10,14 -reallocation ri,&l@'keISn M6% 5 -reallocations ri,&l@'keISnz Mj% 5 -really 'rI@lI Pu* 3 -realm relm K6% 1 -realms relmz Kj% 1 -reals reI'Alz Kj$ 2 -realties 'rI@ltIz Kj$ 3 -realty 'rI@ltI K8$ 3 -ream rim K6% 1 -reams rimz Kj% 1 -reanimate ri'&nImeIt H2% 46A -reanimated ri'&nImeItId Hc%,Hd% 56A -reanimates ri'&nImeIts Ha% 46A -reanimating ri'&nImeItIN Hb% 56A -reap rip J0% 12A,6A -reaped ript Jc%,Jd% 12A,6A -reaper 'rip@R K6% 2 -reapers 'rip@z Kj% 2 -reaping 'ripIN Jb% 22A,6A -reaping-hook 'ripIN-hUk K6% 3 -reaping-hooks 'ripIN-hUks Kj% 3 -reappear ,ri@'pI@R I0% 32A -reappearance ,rI@'pI@r@ns K6% 4 -reappearances ,rI@'pI@r@nsIz Kj% 5 -reappeared ,ri@'pI@d Ic%,Id% 32A -reappearing ,ri@'pI@rIN Ib% 42A -reappears ,ri@'pI@z Ia% 32A -reappraisal ,ri@'preIzl K6% 4 -reappraisals ,ri@'preIzlz Kj% 4 -reaps rips Ja% 12A,6A -rear rI@R J0%,K6% 12A,2C,6A,15B -rear-admiral ,rI@r-'&dm@r@l K6% 4 -rear-admirals ,rI@r-'&dm@r@lz Kj% 4 -reared rI@d Jc%,Jd% 12A,2C,6A,15B -rearguard 'rI@gAd K6% 2 -rearguards 'rI@gAdz Kj% 2 -rearing 'rI@rIN Jb% 22A,2C,6A,15B -rearm ,ri'Am J0% 22A,6A -rearmament ri'Am@m@nt M6% 4 -rearmaments ri'Am@m@nts Mj% 4 -rearmed ,ri'Amd Jc%,Jd% 22A,6A -rearming ,ri'AmIN Jb% 32A,6A -rearmost 'rI@m@Ust OA% 2 -rearms ,ri'Amz Ja% 22A,6A -rearrange ,ri@'reIndZ H2% 33A,4C,6A,14,15A -rearranged ,ri@'reIndZ Hc%,Hd% 33A,4C,6A,14,15A -rearrangement ,ri@'reIndZm@nt M6% 4 -rearrangements ,ri@'reIndZm@nts Mj% 4 -rearranges ,ri@'reIndZIz Ha% 43A,4C,6A,14,15A -rearranging ,ri@'reIndZIN Hb% 43A,4C,6A,14,15A -rears rI@z Ja%,Kj% 12A,2C,6A,15B -rearward 'rI@w@d K6% 2 -rearwards 'rI@w@dz Kj%,Pu% 2 -reason 'riz@n J0%,M6* 22A,3A,6A,9,14 -reasonable 'rizn@bl OA% 3 -reasonableness 'rizn@bln@s L@% 4 -reasonably 'rizn@blI Pu% 3 -reasoned 'riz@nd Jc%,Jd% 22A,3A,6A,9,14 -reasoning 'riz@nIN Jb%,L@% 32A,3A,6A,9,14 -reasonless 'riz@nl@s OA$ 3 -reasons 'riz@nz Ja%,Mj% 22A,3A,6A,9,14 -reassemble ,ri@'sembl J2% 42A,6A -reassembled ,ri@'sembld Jc%,Jd% 42A,6A -reassembles ,ri@'semblz Ja% 42A,6A -reassembling ,ri@'semblIN Jb% 42A,6A -reassess ,ri@'ses H1% 36A,14 -reassessed ,ri@'sest Hc%,Hd% 36A,14 -reassesses ,ri@'sesIz Ha% 46A,14 -reassessing ,ri@'sesIN Hb% 46A,14 -reassessment ,ri@'sesm@nt M6% 4 -reassessments ,ri@'sesm@nts Mj% 4 -reassurance ,rI@'Sur@ns M6% 4 -reassurances ,rI@'Sur@nsIz Mj% 5 -reassure ,ri@'SU@R H2% 36A -reassured ,ri@'SU@d Hc%,Hd% 36A -reassures ,ri@'SU@z Ha% 36A -reassuring ,ri@'SU@rIN Hb%,OA% 46A -reassuringly ,ri@'SU@rINlI Pu% 5 -reattribute rI'&trIbjut H2% 414 -reattributed ,ri@'trIbjutId Hc%,Hd% 514 -reattributes rI'&trIbjuts Ha% 414 -reattributing ,ri@'trIbjutIN Hb% 514 -rebarbative rI'bAb@tIv OA$ 4 -rebate 'ribeIt M6% 2 -rebates 'ribeIts Mj% 2 -rebel 'reb@l K6% 2 -rebel rI'bel I4% 22A,3A -rebelled rI'beld Ic%,Id% 22A,3A -rebelling rI'belIN Ib% 32A,3A -rebellion rI'belI@n M6% 4 -rebellions rI'belI@nz Mj% 4 -rebellious rI'belI@s OA% 4 -rebelliously rI'belI@slI Pu% 5 -rebelliousness rI'belI@sn@s L@% 5 -rebels 'reb@lz Kj% 2 -rebels rI'belz Ia% 22A,3A -rebind ,ri'baInd H5$ 26A -rebinding ,ri'baIndIN Hb$ 36A -rebinds ,ri'baIndz Ha$ 26A -rebirth ,ri'b3T K6$ 2 -rebirths ,ri'b3Ts Kj$ 2 -reborn ,ri'bOn OA% 2 -rebound 'ribaUnd K6% 2 -rebound ,ri'baUnd Hc$,Hd$ 26A -rebound rI'baUnd I0% 22A,3A -rebounded rI'baUndId Ic%,Id% 32A,3A -rebounding rI'baUndIN Ib% 32A,3A -rebounds 'ribaUndz Kj% 2 -rebounds rI'baUndz Ia% 22A,3A -rebuff rI'bVf H0%,K6% 26A -rebuffed rI'bVft Hc%,Hd% 26A -rebuffing rI'bVfIN Hb% 36A -rebuffs rI'bVfs Ha%,Kj% 26A -rebuild ,ri'bIld H5% 26A -rebuilding ,ri'bIldIN Hb% 36A -rebuilds ,ri'bIldz Ha% 26A -rebuilt ,ri'bIlt Hc%,Hd% 26A -rebuke rI'bjuk H2%,K6% 26A,14 -rebuked rI'bjukt Hc%,Hd% 26A,14 -rebukes rI'bjuks Ha%,Kj% 26A,14 -rebuking rI'bjukIN Hb% 36A,14 -rebukingly rI'bjukINlI Pu$ 4 -rebus 'rib@s K7$ 2 -rebuses 'rib@sIz Kj$ 3 -rebut rI'bVt H4% 26A -rebuts rI'bVts Ha% 26A -rebuttal rI'bVt@l K6% 3 -rebuttals rI'bVt@lz Kj% 3 -rebutted rI'bVtId Hc%,Hd% 36A -rebutting rI'bVtIN Hb% 36A -rec rI'sivd Y~% 2 -recalcitrance rI'k&lsItr@ns L@% 4 -recalcitrancy rI'k&lsItr@nsI L@$ 5 -recalcitrant rI'k&lsItr@nt OA% 4 -recall rI'kOl H0%,M6% 26A,6C,8,9,10,14,19C -recalled rI'kOld Hc%,Hd% 26A,6C,8,9,10,14,19C -recalling rI'kOlIN Hb% 36A,6C,8,9,10,14,19C -recalls rI'kOlz Ha%,Mj% 26A,6C,8,9,10,14,19C -recant rI'k&nt J0% 22A,6A -recantation ,rik&n'teISn M6% 4 -recantations ,rik&n'teISnz Mj% 4 -recanted rI'k&ntId Jc%,Jd% 32A,6A -recanting rI'k&ntIN Jb% 32A,6A -recants rI'k&nts Ja% 22A,6A -recap 'rik&p J4%,K6% 2 -recap ,ri'k&p H4$ 2 -recapitulate ,rik@'pItSUleIt J2% 52A,6A -recapitulated ,rik@'pItSUleItId Jc%,Jd% 62A,6A -recapitulates ,rik@'pItSUleIts Ja% 52A,6A -recapitulating ,rik@'pItSUleItIN Jb% 62A,6A -recapitulation ,rik@,pItSU'leISn M6% 6 -recapitulations ,rik@,pItSU'leISnz Mj% 6 -recapped 'rik&pt Jc%,Jd% 2 -recapped ,ri'k&pt Hc$,Hd$ 2 -recapping 'rik&pIN Jb% 3 -recapping ,ri'k&pIN Hb$ 3 -recaps 'rik&ps Ja%,Kj% 2 -recaps ,ri'k&ps Ha$ 2 -recapture ,ri'k&ptS@R H2% 36A -recaptured ,ri'k&ptS@d Hc%,Hd% 36A -recaptures ,ri'k&ptS@z Ha% 36A -recapturing ,ri'k&ptS@rIN Hb% 46A -recast ,ri'kAst H5%,Hc%,Hd% 26A -recasting ,ri'kAstIN Hb% 36A -recasts ,ri'kAsts Ha% 26A -recce 'rekI K6$ 2 -recces 'rekIz Kj$ 2 -recd rI'sivd Y~% 2 -recede rI'sid I2% 22A,3A -receded rI'sidId Ic%,Id% 32A,3A -recedes rI'sidz Ia% 22A,3A -receding rI'sidIN Ib% 32A,3A -receipt rI'sit H0$,M6% 26A -receipted rI'sitId Hc$,Hd$ 36A -receipting rI'sitIN Hb$ 36A -receipts rI'sits Ha$,Mj% 26A -receivable rI'siv@bl OA$ 4 -receive rI'siv J2% 22A,6A -received rI'sivd Jc%,Jd%,OA% 22A,6A -receiver rI'siv@R K6% 3 -receivers rI'siv@z Kj% 3 -receivership rI'siv@SIp K6% 4 -receiverships rI'siv@SIps Kj$ 4 -receives rI'sivz Ja% 22A,6A -receiving rI'sivIN Jb% 32A,6A -receiving-set rI'sivIN-set K6% 4 -receiving-sets rI'sivIN-sets Kj% 4 -recent 'risnt OA% 2 -recently 'risntlI Pu% 3 -receptacle rI'sept@kl K6% 4 -receptacles rI'sept@klz Kj% 4 -reception rI'sepSn M6% 3 -reception-desk rI'sepSn-desk K6% 4 -reception-desks rI'sepSn-desks Kj% 4 -receptionist rI'sepS@nIst K6% 4 -receptionists rI'sepS@nIsts Kj% 4 -receptions rI'sepSnz Mj% 3 -receptive rI'septIv OA% 3 -receptively rI'septIvlI Pu% 4 -receptiveness rI'septIvnIs L@% 4 -receptivity ,risep'tIvItI L@% 5 -recess rI'ses H1$,K7% 26A -recessed rI'sest Hc$,Hd% 26A -recesses rI'sesIz Ha$,Kj% 36A -recessing rI'sesIN Hb$ 36A -recession rI'seSn M6% 3 -recessional rI'seS@nl K6$,OA$ 4 -recessionals rI'seS@nlz Kj$ 4 -recessions rI'seSnz Mj% 3 -recessive rI'sesIv OA% 3 -recherch_e r@'Se@SeI OA% 3 -recidivism rI'sIdIvIz@m L@$ 5 -recidivist rI'sIdIvIst K6$ 4 -recidivists rI'sIdIvIsts Kj$ 4 -recipe 'res@pI K6% 3 -recipes 'res@pIz Kj% 3 -recipient rI'sIpI@nt K6% 4 -recipients rI'sIpI@nts Kj% 4 -reciprocal rI'sIpr@kl K6$,OA% 4 -reciprocally rI'sIpr@klI Pu% 4 -reciprocals rI'sIpr@klz Kj$ 4 -reciprocate rI'sIpr@keIt J2% 42A,6A -reciprocated rI'sIpr@keItId Jc%,Jd% 52A,6A -reciprocates rI'sIpr@keIts Ja% 42A,6A -reciprocating rI'sIpr@keItIN Jb% 52A,6A -reciprocation rI,sIpr@'keISn L@% 5 -reciprocity ,resI'pr0sItI L@% 5 -recital rI'saItl K6% 3 -recitalist rI'saIt@lIst K6% 4 -recitalists rI'saIt@lIsts Kj% 4 -recitals rI'saItlz Kj% 3 -recitation ,resI'teISn M6% 4 -recitations ,resI'teISnz Mj% 4 -recitative ,resIt@'tiv M6$ 4 -recitatives ,resIt@'tivz Mj$ 4 -recite rI'saIt J2% 22A,6A,15A -recited rI'saItId Jc%,Jd% 32A,6A,15A -recites rI'saIts Ja% 22A,6A,15A -reciting rI'saItIN Jb% 32A,6A,15A -reckless 'rekl@s OA% 2 -recklessly 'rekl@slI Pu% 3 -recklessness 'rekl@sn@s L@% 3 -reckon 'rek@n J0% 22A,6A,7A,9,15B,16B,25 -reckoned 'rek@nd Jc%,Jd% 22A,6A,7A,9,15B,16B,25 -reckoner 'rek@n@R K6% 3 -reckoners 'rek@n@z Kj% 3 -reckoning 'rek@nIN Jb%,M6% 32A,6A,7A,9,15B,16B,25 -reckonings 'rek@nINz Mj% 3 -reckons 'rek@nz Ja% 22A,6A,7A,9,15B,16B,25 -reclaim rI'kleIm H0% 26A -reclaimed rI'kleImd Hc%,Hd% 26A -reclaiming rI'kleImIN Hb% 36A -reclaims rI'kleImz Ha% 26A -reclamation ,rekl@'meISn L@% 4 -recline rI'klaIn J2% 22A,2C,15A -reclined rI'klaInd Jc%,Jd% 22A,2C,15A -reclines rI'klaInz Ja% 22A,2C,15A -reclining rI'klaInIN Jb% 32A,2C,15A -recluse rI'klus K6% 2 -recluses rI'klusIz Kj$ 3 -recognition ,rek@g'nISn L@% 4 -recognizable 'rek@gnaIz@bl OA% 5 -recognizably ,rek@g'naIz@blI Pu% 5 -recognizance rI'k0gnIz@ns K6$ 4 -recognizances rI'k0gnIz@nsIz Kj$ 5 -recognize 'rek@gnaIz H2% 36A,9,16A,25 -recognized 'rek@gnaIzd Hc%,Hd% 36A,9,16A,25 -recognizes 'rek@gnaIzIz Ha% 46A,9,16A,25 -recognizing 'rek@gnaIzIN Hb% 46A,9,16A,25 -recoil rI'koIl I0%,K6% 22A,3A -recoiled rI'koIld Ic%,Id% 22A,3A -recoiling rI'koIlIN Ib% 32A,3A -recoils rI'koIlz Ia%,Kj% 22A,3A -recollect ,rek@'lekt J0% 32A,6A,6C,8,9,10 -recollected ,rek@'lektId Jc%,Jd% 42A,6A,6C,8,9,10 -recollecting ,rek@'lektIN Jb% 42A,6A,6C,8,9,10 -recollection ,rek@'lekSn M6% 4 -recollections ,rek@'lekSnz Mj% 4 -recollects ,rek@'lekts Ja% 32A,6A,6C,8,9,10 -recommend ,rek@'mend H0% 36A,6C,9,12A,13A,14,16A,17 -recommendation ,rek@men'deISn M6% 5 -recommendations ,rek@men'deISnz Mj% 5 -recommended ,rek@'mendId Hc%,Hd% 46A,6C,9,12A,13A,14,16A,17 -recommending ,rek@'mendIN Hb% 46A,6C,9,12A,13A,14,16A,17 -recommends ,rek@'mendz Ha% 36A,6C,9,12A,13A,14,16A,17 -recommit ,rik@'mIt H4% 36A,14,16A -recommits ,rik@'mIts Ha% 36A,14,16A -recommitted ,rik@'mItId Hc%,Hd% 46A,14,16A -recommitting ,rik@'mItIN Hb% 46A,14,16A -recompense 'rek@mpens H2%,M6% 36A,14 -recompensed 'rek@mpenst Hc%,Hd% 36A,14 -recompenses 'rek@mpensIz Ha%,Mj% 46A,14 -recompensing 'rek@mpensIN Hb% 46A,14 -reconcilable ,rek@n'saIl@bl OA% 5 -reconcile 'rek@nsaIl H2% 36A,14 -reconciled 'rek@nsaIld Hc%,Hd% 36A,14 -reconciles 'rek@nsaIlz Ha% 36A,14 -reconciliation ,rek@n,sIlI'eISn M6% 6 -reconciliations ,rek@n,sIlI'eISnz Mj% 6 -reconciling 'rek@nsaIlIN Hb% 46A,14 -recondite 'rek@ndaIt OA$ 3 -recondition ,rik@n'dISn H0% 46A -reconditioned ,rik@n'dISnd Hc%,Hd% 46A -reconditioning ,rik@n'dISnIN Hb% 56A -reconditions ,rik@n'dISnz Ha% 46A -reconnaissance rI'k0nIs@ns M6% 4 -reconnaissances rI'k0nIs@nsIz Mj% 5 -reconnoitre ,rek@'noIt@R J2% 42A,6A -reconnoitred ,rek@'noIt@d Jc%,Jd% 42A,6A -reconnoitres ,rek@'noIt@z Ja% 42A,6A -reconnoitring ,rek@'noIt@rIN Jb% 42A,6A -reconsecrate ri'k0nsIkreIt H2% 46A,14,23 -reconsecrated ri'k0nsIkreItId Hc%,Hd% 56A,14,23 -reconsecrates ri'k0nsIkreIts Ha% 46A,14,23 -reconsecrating ri'k0nsIkreItIN Hb% 56A,14,23 -reconsider ,rik@n'sId@R H0% 46A,6C,8,9,10,25 -reconsidered ,rik@n'sId@d Hc%,Hd% 46A,6C,8,9,10,25 -reconsidering ,rik@n'sId@rIN Hb% 56A,6C,8,9,10,25 -reconsiders ,rik@n'sId@z Ha% 46A,6C,8,9,10,25 -reconstruct ,rik@n'strVkt H0% 36A -reconstructed ,rik@n'strVktId Hc%,Hd% 46A -reconstructing ,rik@n'strVktIN Hb% 46A -reconstruction ,rik@n'strVkSn M6% 4 -reconstructions ,rik@n'strVkSnz Mj% 4 -reconstructs ,rik@n'strVkts Ha% 36A -reconvict ,rik@n'vIkt H0% 36A,14 -reconvicted ,rik@n'vIktId Hc%,Hd% 46A,14 -reconvicting ,rik@n'vIktIN Hb% 46A,14 -reconvicts ,rik@n'vIkts Ha% 36A,14 -record 'rekOd M6% 2 -record rI'kOd H0% 26A -record-breaking 'rekOd-breIkIN OA% 4 -record-player 'rekOd-pleI@R K6% 4 -record-players 'rekOd-pleI@z Kj% 4 -recorded rI'kOdId Hc%,Hd% 36A -recorder rI'kOd@R K6% 3 -recorders rI'kOd@z Kj% 3 -recording rI'kOdIN Hb%,K6% 36A -recordings rI'kOdINz Kj% 3 -records 'rekOdz Mj% 2 -records rI'kOdz Ha% 26A -recount rI'kaUnt H0% 26A -recounted rI'kaUntId Hc%,Hd% 36A -recounting rI'kaUntIN Hb% 36A -recounts rI'kaUnts Ha% 26A -recoup rI'kup H0% 26A,14 -recouped rI'kupt Hc%,Hd% 26A,14 -recouping rI'kupIN Hb% 36A,14 -recoups rI'kups Ha% 26A,14 -recourse rI'kOs L@% 2 -recover rI'kVv@R J0% 32A,3A,6A -recoverable rI'kVv@r@bl OA% 5 -recovered rI'kVv@d Jc%,Jd% 32A,3A,6A -recoveries rI'kVv@rIz Mj% 4 -recovering rI'kVv@rIN Jb% 42A,3A,6A -recovers rI'kVv@z Ja% 32A,3A,6A -recovery rI'kVv@rI M8% 4 -recreant 'rekrI@nt K6$,OA$ 3 -recreants 'rekrI@nts Kj$ 3 -recreate ,rikri'eIt H2% 36A,23 -recreated ,rikri'eItId Hc%,Hd% 46A,23 -recreates ,rikri'eIts Ha% 36A,23 -recreating ,rikri'eItIN Hb% 46A,23 -recreation ,rekrI'eISn M6% 4 -recreational ,rekrI'eISn@l OA% 4 -recreations ,rekrI'eISnz Mj% 4 -recriminate rI'krImIneIt I2$ 42A,3A -recriminated rI'krImIneItId Ic$,Id$ 52A,3A -recriminates rI'krImIneIts Ia$ 42A,3A -recriminating rI'krImIneItIN Ib$ 52A,3A -recrimination rI,krImI'neISn M6% 5 -recriminations rI,krImI'neISnz Mj% 5 -recriminatory rI'krImIn@trI OA$ 5 -recrudescence ,rikru'des@ns M6$ 4 -recrudescences ,rikru'des@nsIz Mj$ 5 -recruit rI'krut J0%,K6% 26A -recruited rI'krutId Jc%,Jd% 36A -recruiting rI'krutIN Jb% 36A -recruitment rI'krutm@nt K6% 3 -recruitments rI'krutm@nts Kj% 3 -recruits rI'kruts Ja%,Kj% 26A -rectal 'rekt@l OA% 2 -rectangle 'rekt&Ngl K6% 3 -rectangles 'rekt&Nglz Kj% 3 -rectangular rek't&NgjUl@R OA% 4 -rectification ,rektIfI'keISn M6% 5 -rectifications ,rektIfI'keISnz Mj% 5 -rectified 'rektIfaId Hc%,Hd% 36A -rectifier 'rektIfaI@R K6% 4 -rectifiers 'rektIfaI@z Kj% 4 -rectifies 'rektIfaIz Ha% 36A -rectify 'rektIfaI H3% 36A -rectifying 'rektIfaIIN Hb% 46A -rectilinear ,rektI'lInI@R OA% 5 -rectitude 'rektItjud L@% 3 -recto 'rekt@U K6$ 2 -rector 'rekt@R K6% 2 -rectories 'rekt@rIz Kj% 3 -rectors 'rekt@z Kj% 2 -rectory 'rekt@rI K8% 3 -rectos 'rekt@Uz Kj$ 2 -rectum 'rekt@m K6% 2 -rectums 'rekt@mz Kj$ 2 -recumbent rI'kVmb@nt OA% 3 -recuperate rI'kup@reIt J2% 42A,6A -recuperated rI'kup@reItId Jc%,Jd% 52A,6A -recuperates rI'kup@reIts Ja% 42A,6A -recuperating rI'kup@reItIN Jb% 52A,6A -recuperation rI,kup@'reISn M6% 5 -recuperations rI,kup@'reISnz Mj% 5 -recuperative rI'kup@r@tIv OA% 5 -recur rI'k3R I4% 22A,3A -recurred rI'k3d Ic%,Id% 22A,3A -recurrence rI'kVr@ns M6% 3 -recurrences rI'kVr@nsIz Mj% 4 -recurrent rI'kVr@nt OA% 3 -recurring rI'k3rIN Ib% 32A,3A -recurs rI'k3z Ia% 22A,3A -recurve ,ri'k3v J2$ 2 -recurved ,ri'k3vd Jc$,Jd$ 2 -recurves ,ri'k3vz Ja$ 2 -recurving ,ri'k3vIN Jb$ 3 -recusancy 'rekjUz@nsI L@$ 4 -recusant 'rekjUz@nt K6$,OA$ 3 -recusants 'rekjUz@nts Kj$ 3 -recycle ,ri'saIkl H2% 36A -recycled ,ri'saIkld Hc%,Hd% 36A -recycles ,ri'saIklz Ha% 36A -recycling ,ri'saIklIN Hb% 36A -red red M6%,OE% 1 -red-hot 'red-h0t OA% 2 -red-rimmed 'red-rImd OA% 2 -redact rI'd&kt H0$ 26A -redacted rI'd&ktId Hc$,Hd$ 36A -redacting rI'd&ktIN Hb$ 36A -redaction rI'd&kSn M6$ 3 -redactions rI'd&kSnz Mj$ 3 -redacts rI'd&kts Ha$ 26A -redbreast 'redbrest K6% 2 -redbreasts 'redbrests Kj% 2 -redcap 'redk&p K6% 2 -redcaps 'redk&ps Kj% 2 -redcoat 'redk@Ut K6% 2 -redcoats 'redk@Uts Kj% 2 -redden 'redn J0% 22A,6A -reddened 'rednd Jc%,Jd% 22A,6A -reddening 'rednIN Jb% 32A,6A -reddens 'rednz Ja% 22A,6A -redder 'red@R Or% 2 -reddest 'redIst Os% 2 -reddish 'redIS OA% 2 -redecorate ri'dek@reIt H2% 46A,14 -redecorated ri'dek@reItId Hc%,Hd% 56A,14 -redecorates ri'dek@reIts Ha% 46A,14 -redecorating ri'dek@reItIN Hb% 56A,14 -redeem rI'dim H0% 26A,14 -redeemable rI'dim@bl OA% 4 -redeemed rI'dimd Hc%,Hd% 26A,14 -redeemer rI'dim@R K6% 3 -redeemers rI'dim@z Kj% 3 -redeeming rI'dimIN Hb% 36A,14 -redeems rI'dimz Ha% 26A,14 -redefine ,ridI'faIn H2% 36A -redefined ,ridI'faInd Hc%,Hd% 36A -redefines ,ridI'faInz Ha% 36A -redefining ,ridI'faInIN Hb% 46A -redemption rI'dempSn L@% 3 -redemptive rI'demptIv OA% 3 -redeploy ,ridI'ploI H0% 36A -redeployed ,ridI'ploId Hc%,Hd% 36A -redeploying ,ridI'ploIIN Hb% 46A -redeployment ,ridI'ploIm@nt M6% 4 -redeployments ,ridI'ploIm@nts Mj% 4 -redeploys ,ridI'ploIz Ha% 36A -redesign ,ridI'zaIn H0% 32A,2C,6A,14,16A,16B -redesigned ,ridI'zaInd Hc%,Hd% 32A,2C,6A,14,16A,16B -redesigning ,ridI'zaInIN Hb% 42A,2C,6A,14,16A,16B -redesigns ,ridI'zaInz Ha% 32A,2C,6A,14,16A,16B -redevelop ,ridI'vel@p H0% 42A,2C,3A,6A -redeveloped ,ridI'vel@pt Hc%,Hd% 42A,2C,3A,6A -redeveloping ,ridI'vel@pIN Hb% 52A,2C,3A,6A -redevelopment ,ridI'vel@pm@nt M6% 5 -redevelopments ,ridI'vel@pm@nts Mj% 5 -redevelops ,ridI'vel@ps Ha% 42A,2C,3A,6A -redhead 'redhed K6% 2 -redheads 'redhedz Kj% 2 -redid ,ri'dId Hc% 26A -rediffusion ,ridI'fjuZn L@% 4 -rediscover ,ridI'skVv@R H0% 46A,8,9,10,25 -rediscovered ,ridI'skVv@d Hc%,Hd% 46A,8,9,10,25 -rediscoveries ,ridI'skVv@rIz Mj% 5 -rediscovering ,ridI'skVv@rIN Hb% 56A,8,9,10,25 -rediscovers ,ridI'skVv@z Ha% 46A,8,9,10,25 -rediscovery ,ridI'skVv@rI M8% 5 -redisposition ,ridIsp@'zISn K6% 5 -redispositions ,ridIsp@'zISnz Kj% 5 -redistribute ,ridI'strIbjut H2% 46A,14 -redistributed ,ridI'strIbjutId Hc%,Hd% 56A,14 -redistributes ,ridI'strIbjuts Ha% 46A,14 -redistributing ,ridI'strIbjutIN Hb% 56A,14 -redistribution ,ridIstrI'bjuSn M6% 5 -redistributions ,ridIstrI'bjuSnz Mj% 5 -redness 'rednIs L@% 2 -redo ,ri'du H5% 26A -redoes ,ri'dVz Ha% 26A -redoing ,ri'duIN Hb% 36A -redolence 'red@l@ns L@% 3 -redolent 'red@l@nt OA% 3 -redone ,ri'dVn Hd% 26A -redouble rI'dVbl J2% 32A,6A -redoubled rI'dVbld Jc%,Jd% 32A,6A -redoubles rI'dVblz Ja% 32A,6A -redoubling rI'dVblIN Jb% 32A,6A -redoubt rI'daUt K6$ 2 -redoubtable rI'daUt@bl OA% 4 -redoubts rI'daUts Kj$ 2 -redound rI'daUnd I0$ 23A -redounded rI'daUndId Ic$,Id$ 33A -redounding rI'daUndIN Ib$ 33A -redounds rI'daUndz Ia$ 23A -redress rI'dres H1%,L@% 26A -redressed rI'drest Hc%,Hd% 26A -redresses rI'dresIz Ha% 36A -redressing rI'dresIN Hb% 36A -reds redz Mj% 1 -redskin 'redskIn K6% 2 -redskins 'redskInz Kj% 2 -reduce rI'djus J2% 22A,2B,6A,14 -reduced rI'djust Jc%,Jd% 22A,2B,6A,14 -reduces rI'djusIz Ja% 32A,2B,6A,14 -reducible rI'djus@bl OA% 4 -reducing rI'djusIN Jb% 32A,2B,6A,14 -reductio ad absurdum rI,dVktI@U ,&d @b's3d@mMi% 8 -reduction rI'dVkSn M6% 3 -reductions rI'dVkSnz Mj% 3 -redundance rI'dVnd@ns K6$ 3 -redundances rI'dVnd@nsIz Kj$ 4 -redundancies rI'dVnd@nsIz Mj% 4 -redundancy rI'dVnd@nsI M8% 4 -redundant rI'dVnd@nt OA% 3 -reduplicate rI'djuplIkeIt H2% 46A -reduplicated rI'djuplIkeItId Hc%,Hd% 56A -reduplicates rI'djuplIkeIts Ha% 46A -reduplicating rI'djuplIkeItIN Hb% 56A -reduplication rI,djuplI'keISn M6% 5 -reduplications rI,djuplI'keISnz Mj% 5 -redwing 'redwIN K6% 2 -redwings 'redwINz Kj% 2 -redwood 'redwUd K6% 2 -redwoods 'redwUdz Kj% 2 -reed rid M6% 1 -reedier 'ridI@R Or% 3 -reediest 'ridIIst Os% 3 -reeds ridz Mj% 1 -reedy 'ridI OD% 2 -reef rif H0$,K6% 16A -reef-knot 'rif-n0t K6% 2 -reef-knots 'rif-n0ts Kj% 2 -reefed rift Hc$,Hd$ 16A -reefer 'rif@R K6% 2 -reefers 'rif@z Kj% 2 -reefing 'rifIN Hb$ 26A -reefs rifs Ha$,Kj% 16A -reek rik I0%,L@% 13A -reeked rikt Ic%,Id% 13A -reeking 'rikIN Ib% 23A -reeks riks Ia% 13A -reel ril J0%,K6% 12A,2C,6A,15A,15B -reeled rild Jc%,Jd% 12A,2C,6A,15A,15B -reeling 'rilIN Jb% 22A,2C,6A,15A,15B -reels rilz Ja%,Kj% 12A,2C,6A,15A,15B -reeve riv K6$ 1 -reeves rivz Kj$ 1 -ref ref Y>% 1 -reface ,ri'feIs H2$ 2 -refaced ,ri'feIst Hc$,Hd% 2 -refaces ,ri'feIsIz Ha$ 3 -refacing ,ri'feIsIN Hb$ 3 -refashion ri'f&Sn H0%,M6% 36A,15A -refashioned ri'f&Snd Hc%,Hd% 36A,15A -refashioning ri'f&S@nIN Hb% 46A,15A -refashions ri'f&Snz Ha% 36A,15A -refection rI'fekSn M6$ 3 -refections rI'fekSnz Mj$ 3 -refectories rI'fekt@rIz Kj% 4 -refectory rI'fekt@rI K8% 4 -refer rI'f3R J4% 23A,14,15B -referable rI'f3r@bl OA% 4 -referee ,ref@'ri J5%,K6% 32A,6A -refereed ,ref@'rid Jc%,Jd% 32A,6A -refereeing ,ref@'riIN Jb% 42A,6A -referees ,ref@'riz Ja%,Kj% 32A,6A -reference 'refr@ns M6% 2 -references 'refr@nsIz Mj% 3 -referenda ,ref@'rend@ Kj% 4 -referendum ,ref@'rend@m K6% 4 -referendums ,ref@'rend@mz Kj% 4 -referential ,ref@'renSl OA% 4 -referred rI'f3d Jc%,Jd% 23A,14,15B -referring rI'f3rIN Jb% 33A,14,15B -refers rI'f3z Ja% 23A,14,15B -refill 'rifIl K6% 2 -refill ,ri'fIl H0% 2 -refilled ,ri'fIld Hc%,Hd% 2 -refilling ,ri'fIlIN Hb% 3 -refills 'rifIlz Kj% 2 -refills ,ri'fIlz Ha% 2 -refine rI'faIn J2% 22A,6A -refined rI'faInd Jc%,Jd% 22A,6A -refinement rI'faInm@nt M6% 3 -refinements rI'faInm@nts Mj% 3 -refiner rI'faIn@R K6% 3 -refineries rI'faIn@rIz Kj% 4 -refiners rI'faIn@z Kj% 3 -refinery rI'faIn@rI K8% 4 -refines rI'faInz Ja% 22A,6A -refining rI'faInIN Jb% 32A,6A -refit 'rifIt K6% 2 -refit ,ri'fIt J4% 22A,6A -refits 'rifIts Kj% 2 -refits ,ri'fIts Ja% 22A,6A -refitted ,ri'fItId Jc%,Jd% 32A,6A -refitting ,ri'fItIN Jb% 32A,6A -reflate ,ri'fleIt H2$ 26A -reflated ,ri'fleItId Hc$,Hd$ 36A -reflates ,ri'fleIts Ha$ 26A -reflating ,ri'fleItIN Hb$ 36A -reflation ri'fleISn L@% 3 -reflect rI'flekt J0% 22A,3A,6A,8,9,10,14 -reflected rI'flektId Jc%,Jd% 32A,3A,6A,8,9,10,14 -reflecting rI'flektIN Jb% 32A,3A,6A,8,9,10,14 -reflection rI'flekSn M6% 3 -reflections rI'flekSnz Mj% 3 -reflective rI'flektIv OA% 3 -reflectively rI'flektIvlI Pu% 4 -reflector rI'flekt@R K6% 3 -reflectors rI'flekt@z Kj% 3 -reflects rI'flekts Ja% 22A,3A,6A,8,9,10,14 -reflex 'rifleks K7%,OA% 2 -reflexes 'rifleksIz Kj% 3 -reflexion rI'flekSn M6% 3 -reflexions rI'flekSnz Mj% 3 -reflexive rI'fleksIv K6%,OA% 3 -reflexives rI'fleksIvz Kj% 3 -refloat ,ri'fl@Ut J0% 22A,6A -refloated ,ri'fl@UtId Jc%,Jd% 32A,6A -refloating ,ri'fl@UtIN Jb% 32A,6A -refloats ,ri'fl@Uts Ja% 22A,6A -reflux ,ri'flVks K7$ 2 -refluxes ,ri'flVksIz Kj$ 3 -reforest ,ri'f0rIst H0$ 3 -reforestation ri,f0rI'steISn M6% 5 -reforestations ri,f0rI'steISnz Mj% 5 -reforested ,ri'f0rIstId Hc$,Hd$ 4 -reforesting ,ri'f0rIstIN Hb$ 4 -reforests ,ri'f0rIsts Ha$ 3 -reform rI'fOm J0%,M6% 22A,6A -reformation ,ref@'meISn M6% 4 -reformations ,ref@'meISnz Mj% 4 -reformatories rI'fOm@trIz Kj% 4 -reformatory rI'fOm@trI K8%,OA% 4 -reformed rI'fOmd Jc%,Jd% 22A,6A -reformer rI'fOm@R K6% 3 -reformers rI'fOm@z Kj% 3 -reforming rI'fOmIN Jb% 32A,6A -reforms rI'fOmz Ja%,Mj% 22A,6A -refract rI'fr&kt H0% 26A -refracted rI'fr&ktId Hc%,Hd% 36A -refracting rI'fr&ktIN Hb% 36A -refraction rI'fr&kSn M6% 3 -refractions rI'fr&kSnz Mj% 3 -refractory rI'fr&kt@rI OA% 4 -refracts rI'fr&kts Ha% 26A -refrain rI'freIn I0%,K6% 22A,3A -refrained rI'freInd Ic%,Id% 22A,3A -refraining rI'freInIN Ib% 32A,3A -refrains rI'freInz Ia%,Kj% 22A,3A -refresh rI'freS H1% 26A -refreshed rI'freSt Hc%,Hd% 26A -refresher rI'freS@R K6% 3 -refreshers rI'freS@z Kj% 3 -refreshes rI'freSIz Ha% 36A -refreshing rI'freSIN Hb%,OA% 36A -refreshingly rI'freSINlI Pu% 4 -refreshment rI'freSm@nt M6% 3 -refreshments rI'freSm@nts Mj% 3 -refrigerant rI'frIdZ@r@nt K6$,OA$ 4 -refrigerants rI'frIdZ@r@nts Kj$ 4 -refrigerate rI'frIdZ@reIt H2% 46A -refrigerated rI'frIdZ@reItId Hc%,Hd% 56A -refrigerates rI'frIdZ@reIts Ha% 46A -refrigerating rI'frIdZ@reItIN Hb% 56A -refrigeration rI,frIdZ@'reISn M6% 5 -refrigerations rI,frIdZ@'reISnz Mj% 5 -refrigerator rI'frIdZ@reIt@R K6% 5 -refrigerators rI'frIdZ@reIt@z Kj% 5 -reft reft Hd$ 114 -refuel ,ri'fju@l J4% 32A,6A -refuelled ,ri'fju@ld Jc%,Jd% 32A,6A -refuelling ,ri'fju@lIN Jb% 42A,6A -refuels ,ri'fju@lz Ja% 32A,6A -refuge 'refjudZ M6% 2 -refugee ,refjU'dZi K6% 3 -refugees ,refjU'dZiz Kj% 3 -refuges 'refjudZIz Mj% 3 -refulgence rI'fVldZens L@$ 3 -refulgent rI'fVldZent OA$ 3 -refund 'rifVnd M6% 2 -refund rI'fVnd H0% 26A -refunded rI'fVndId Hc%,Hd% 36A -refunding rI'fVndIN Hb% 36A -refunds 'rifVndz Mj% 2 -refunds rI'fVndz Ha% 26A -refurbish ,ri'f3bIS H1% 36A -refurbished ,ri'f3bISt Hc%,Hd% 36A -refurbishes ,ri'f3bISIz Ha% 46A -refurbishing ,ri'f3bISIN Hb% 46A -refurnish ri'f3nIS H1% 36A,14 -refurnished ri'f3nISt Hc%,Hd% 36A,14 -refurnishes ri'f3nISIz Ha% 46A,14 -refurnishing ri'f3nISIN Hb% 46A,14 -refusal rI'fjuzl M6% 3 -refusals rI'fjuzlz Mj% 3 -refuse 'refjus L@% 2 -refuse rI'fjuz J2% 22A,6A,7A,12C -refuse-collector 'refjus-k@,lekt@R K6% 5 -refuse-collectors 'refjus-k@,lekt@z Kj% 5 -refused rI'fjuzd Jc%,Jd% 22A,6A,7A,12C -refuses rI'fjuzIz Ja% 32A,6A,7A,12C -refusing rI'fjuzIN Jb% 32A,6A,7A,12C -refutable rI'fjut@bl OA% 4 -refutation ,refjU'teISn M6% 4 -refutations ,refjU'teISnz Mj% 4 -refute rI'fjut H2% 26A -refuted rI'fjutId Hc%,Hd% 36A -refutes rI'fjuts Ha% 26A -refuting rI'fjutIN Hb% 36A -regain rI'geIn H0% 26A -regained rI'geInd Hc%,Hd% 26A -regaining rI'geInIN Hb% 36A -regains rI'geInz Ha% 26A -regal 'rig@l OA% 2 -regale rI'geIl H2% 26A,14 -regaled rI'geIld Hc%,Hd% 26A,14 -regales rI'geIlz Ha% 26A,14 -regalia rI'geIlI@ Kj% 4 -regaling rI'geIlIN Hb% 36A,14 -regally 'rig@lI Pu% 3 -regard rI'gAd H0%,M6% 26A,14,16B -regarded rI'gAdId Hc%,Hd% 36A,14,16B -regardful rI'gAdf@l OA% 3 -regarding rI'gAdIN Hb% 36A,14,16B -regardless rI'gAdl@s OA% 3 -regards rI'gAdz Ha%,Mj% 26A,14,16B -regatta rI'g&t@ K6% 3 -regattas rI'g&t@z Kj% 3 -regencies 'ridZ@nsIz Kj$ 3 -regency 'ridZ@nsI K8$ 3 -regenerate rI'dZen@r@t OA% 4 -regenerate rI'dZen@reIt J2% 42A,6A -regenerated rI'dZen@reItId Jc%,Jd% 52A,6A -regenerates rI'dZen@reIts Ja% 42A,6A -regenerating rI'dZen@reItIN Jb% 52A,6A -regeneration rI,dZen@'reISn L@% 5 -regent 'ridZ@nt K6$,OA$ 2 -regents 'ridZ@nts Kj$ 2 -reggae 'regeI L@% 2 -regicide 'redZIsaId M6% 3 -regicides 'redZIsaIdz Mj% 3 -regime reI'Zim K6% 2 -regimen 'redZIm@n K6% 3 -regimens 'redZIm@nz Kj$ 3 -regiment 'redZIm@nt H0%,K6% 36A -regimental ,redZI'mentl OA% 4 -regimentals ,redZI'mentlz Kj$ 4 -regimentation ,redZImen'teISn L@% 5 -regimented 'redZIm@ntId Hc%,Hd% 46A -regimenting 'redZIm@ntIN Hb% 46A -regiments 'redZIm@nts Ha%,Kj% 36A -regimes reI'Zimz Kj% 2 -region 'ridZ@n K6% 2 -regional 'ridZ@nl OA% 3 -regionally 'ridZ@n@lI Pu% 4 -regions 'ridZ@nz Kj% 2 -register 'redZIst@R J0%,K6% 32A,3A,6A,14 -registered 'redZIst@d Jc%,Jd% 32A,3A,6A,14 -registering 'redZIst@rIN Jb% 42A,3A,6A,14 -registers 'redZIst@z Ja%,Kj% 32A,3A,6A,14 -registrar ,redZI'strAR K6% 3 -registrars ,redZI'strAz Kj% 3 -registration ,redZI'streISn M6% 4 -registrations ,redZI'streISnz Mj% 4 -registries 'redZIstrIz Mj% 3 -registry 'redZIstrI M8% 3 -regnant 'regn@nt OA$ 2 -regress rI'gres I1% 22A -regressed rI'grest Ic%,Id% 22A -regresses rI'gresIz Ia% 32A -regressing rI'gresIN Ib% 32A -regression rI'greSn M6% 3 -regressions rI'greSnz Mj% 3 -regressive rI'gresIv OA% 3 -regret rI'gret H4%,M6% 26A,6D,7A,9 -regretful rI'gretf@l OA% 3 -regretfully rI'gretf@lI Pu% 4 -regrets rI'grets Ha%,Mj% 26A,6D,7A,9 -regrettable rI'gret@bl OA% 4 -regrettably rI'gret@blI Pu% 4 -regretted rI'gretId Hc%,Hd% 36A,6D,7A,9 -regretting rI'gretIN Hb% 36A,6D,7A,9 -regroup ,ri'grup J0% 22A,6A -regrouped ,ri'grupt Jc%,Jd% 22A,6A -regrouping ,ri'grupIN Jb% 32A,6A -regroups ,ri'grups Ja% 22A,6A -regular 'regjUl@R K6%,OA% 3 -regularities ,regjU'l&rItIz Mj% 5 -regularity ,regjU'l&rItI M8% 5 -regularization ,regjUl@raI'zeISn M6% 6 -regularizations ,regjUl@raI'zeISnz Mj% 6 -regularize 'regjUl@raIz H2% 46A -regularized 'regjUl@raIzd Hc%,Hd% 46A -regularizes 'regjUl@raIzIz Ha% 56A -regularizing 'regjUl@raIzIN Hb% 56A -regularly 'regjUl@lI Pu% 4 -regulars 'regjUl@z Kj% 3 -regulate 'regjUleIt H2% 36A -regulated 'regjUleItId Hc%,Hd% 46A -regulates 'regjUleIts Ha% 36A -regulating 'regjUleItIN Hb% 46A -regulation ,regjU'leISn M6% 4 -regulations ,regjU'leISnz Mj% 4 -regulator 'regjUleIt@R K6% 4 -regulators 'regjUleIt@z Kj% 4 -regurgitate ri'g3dZIteIt J2% 42A,6A -regurgitated ri'g3dZIteItId Jc%,Jd% 52A,6A -regurgitates ri'g3dZIteIts Ja% 42A,6A -regurgitating ri'g3dZIteItIN Jb% 52A,6A -rehabilitate ,ri@'bIlIteIt H2% 56A -rehabilitated ,ri@'bIlIteItId Hc%,Hd% 66A -rehabilitates ,ri@'bIlIteIts Ha% 56A -rehabilitating ,ri@'bIlIteItIN Hb% 66A -rehabilitation ,ri@,bIlI'teISn M6% 6 -rehabilitations ,ri@,bIlI'teISnz Mj% 6 -rehash 'rih&S K7% 2 -rehash ,ri'h&S H1% 2 -rehashed ,ri'h&St Hc%,Hd% 2 -rehashes 'rih&SIz Kj$ 3 -rehashes ,ri'h&SIz Ha$ 3 -rehashing ,ri'h&SIN Hb% 3 -rehear ,ri'hI@R H5$ 26A -reheard ,ri'h3d Hc$,Hd$ 26A -rehearing ,ri'hI@rIN Hb$,K6$ 36A -rehearings ,ri'hI@rINz Kj$ 3 -rehears ,ri'hI@z Ha$ 26A -rehearsal rI'h3sl M6% 3 -rehearsals rI'h3slz Mj% 3 -rehearse rI'h3s J2% 22A,6A -rehearsed rI'h3st Jc%,Jd% 22A,6A -rehearses rI'h3sIz Ja% 32A,6A -rehearsing rI'h3sIN Jb% 32A,6A -rehouse ,ri'haUz H2% 26A -rehoused ,ri'haUzd Hc%,Hd% 26A -rehouses ,ri'haUzIz Ha% 36A -rehousing ,ri'haUzIN Hb% 36A -reign reIn I0%,K6% 12A,3A -reigned reInd Ic%,Id% 12A,3A -reigning 'reInIN Ib% 22A,3A -reigns reInz Ia%,Kj% 12A,3A -reimburse ,riIm'b3s H2% 36A,12A,13A,14 -reimbursed ,riIm'b3st Hc%,Hd% 36A,12A,13A,14 -reimbursement ,riIm'b3sm@nt M6% 4 -reimbursements ,riIm'b3sm@nts Mj% 4 -reimburses ,riIm'b3sIz Ha% 46A,12A,13A,14 -reimbursing ,riIm'b3sIN Hb% 46A,12A,13A,14 -reimposition ,riImp@'zISn M6% 5 -reimpositions ,riImp@'zISnz Mj% 5 -rein reIn H0%,K6% 16A,15B -reincarnate ,riIn'kAn@t OA% 4 -reincarnate ,riIn'kAneIt H2$ 4 -reincarnated ,riIn'kAneItId Hc$,Hd% 5 -reincarnates ,riIn'kAneIts Ha$ 4 -reincarnating ,riInkA'neItIN Hb$ 5 -reincarnation ,riInkA'neISn M6% 5 -reincarnations ,riInkA'neISnz Mj$ 5 -reindeer 'reIndI@R K9% 2 -reined reInd Hc%,Hd% 16A,15B -reinforce ,riIn'fOs H2% 36A -reinforced ,riIn'fOst Hc%,Hd% 36A -reinforcement ,riIn'fOsm@nt M6% 4 -reinforcements ,riIn'fOsm@nts Mj% 4 -reinforces ,riIn'fOsIz Ha% 46A -reinforcing ,riIn'fOsIN Hb% 46A -reining 'reInIN Hb% 26A,15B -reins reInz Ha%,Kj% 16A,15B -reinstate ,riIn'steIt H2% 36A,14 -reinstated ,riIn'steItId Hc%,Hd% 46A,14 -reinstatement ,riIn'steItm@nt K6% 4 -reinstatements ,riIn'steItm@nts Kj% 4 -reinstates ,riIn'steIts Ha% 36A,14 -reinstating ,riIn'steItIN Hb% 46A,14 -reinsurance ,riIn'Sur@ns M6% 4 -reinsurances ,riIn'Sur@nsIz Mj$ 5 -reinsure ,riIn'SU@R H2% 36A -reinsured ,riIn'SU@d Hc%,Hd% 36A -reinsures ,riIn'SU@z Ha% 36A -reinsuring ,riIn'SU@rIN Hb% 46A -reintegrate ri'IntIgreIt H2% 42A,6A -reintegrated ri'IntIgreItId Hc%,Hd% 52A,6A -reintegrates ri'IntIgreIts Ha% 42A,6A -reintegrating ri'IntIgreItIN Hb% 52A,6A -reinterpret ,riIn't3prIt H0% 42A,6A,16B -reinterpretation ,riIn,t3prI'teISn M6% 6 -reinterpretations ,riIn,t3prI'teISnz Mj% 6 -reinterpreted ,riIn't3prItId Hc%,Hd% 52A,6A,16B -reinterpreting ,riIn't3prItIN Hb% 52A,6A,16B -reinterprets ,riIn't3prIts Ha% 42A,6A,16B -reissue ,ri'ISu H2%,K6% 36A -reissued ,ri'ISud Hc%,Hd% 36A -reissues ,ri'ISuz Ha%,Kj% 36A -reissuing ,ri'ISuIN Hb% 46A -reiterate ri'It@reIt H2% 46A -reiterated ri'It@reItId Hc%,Hd% 56A -reiterates ri'It@reIts Ha% 46A -reiterating ri'It@reItIN Hb% 56A -reiteration ri,It@'reISn M6% 5 -reiterations ri,It@'reISnz Mj% 5 -reject 'ridZekt K6% 2 -reject rI'dZekt H0% 26A -rejected rI'dZektId Hc%,Hd% 36A -rejecting rI'dZektIN Hb% 36A -rejection rI'dZekSn M6% 3 -rejections rI'dZekSnz Mj% 3 -rejects 'ridZekts Kj% 2 -rejects rI'dZekts Ha% 26A -rejig ,ri'dZIg H4$ 26A -rejigged ,ri'dZIgd Hc$,Hd$ 26A -rejigging ,ri'dZIgIN Hb$ 36A -rejigs ,ri'dZIgz Ha$ 26A -rejoice rI'dZoIs J2% 22A,2C,3B,4C,6A -rejoiced rI'dZoIst Jc%,Jd% 22A,2C,3B,4C,6A -rejoices rI'dZoIsIz Ja% 32A,2C,3B,4C,6A -rejoicing rI'dZoIsIN Jb%,L@% 32A,2C,3B,4C,6A -rejoin ,ri'dZoIn H0% 26A -rejoin rI'dZoIn J0% 22A,6A -rejoinder rI'dZoInd@R K6% 3 -rejoinders rI'dZoInd@z Kj% 3 -rejoined ,ri'dZoInd Hc%,Hd% 26A -rejoined rI'dZoInd Jc%,Jd% 22A,6A -rejoining ,ri'dZoInIN Hb% 36A -rejoining rI'dZoInIN Jb% 32A,6A -rejoins ,ri'dZoInz Ha% 26A -rejoins rI'dZoInz Ja% 22A,6A -rejuvenate ri'dZuv@neIt J2% 42A,6A -rejuvenated ri'dZuv@neItId Jc%,Jd% 52A,6A -rejuvenates ri'dZuv@neIts Ja% 42A,6A -rejuvenating ri'dZuv@neItIN Jb% 52A,6A -rejuvenation rI,dZuv@'neISn K6% 5 -rejuvenations rI,dZuv@'neISnz Kj$ 5 -rekindle ,ri'kIndl J2% 32A,6A -rekindled ,ri'kIndld Jc%,Jd% 32A,6A -rekindles ,ri'kIndlz Ja% 32A,6A -rekindling ,ri'kIndlIN Jb% 32A,6A -relaid ,ri'leId Hc%,Hd% 2 -relapse rI'l&ps I2%,K6% 22A,3A -relapsed rI'l&pst Ic%,Id% 22A,3A -relapses rI'l&psIz Ia%,Kj% 32A,3A -relapsing rI'l&psIN Ib% 32A,3A -relate rI'leIt J2% 23A,6A,14 -related rI'leItId Jc%,Jd% 33A,6A,14 -relates rI'leIts Ja% 23A,6A,14 -relating rI'leItIN Jb% 33A,6A,14 -relation rI'leISn M6% 3 -relations rI'leISnz Mj% 3 -relationship rI'leISnSIp M6% 4 -relationships rI'leISnSIps Mj% 4 -relative 'rel@tIv K6%,OA% 3 -relatively 'rel@tIvlI Pu% 4 -relatives 'rel@tIvz Kj% 3 -relativity ,rel@'tIvItI L@% 5 -relax rI'l&ks J1% 22A,2C,6A -relaxation ,ril&k'seISn M6% 4 -relaxations ,ril&k'seISnz Mj% 4 -relaxed rI'l&kst Jc%,Jd% 22A,2C,6A -relaxes rI'l&ksIz Ja% 32A,2C,6A -relaxing rI'l&ksIN Jb% 32A,2C,6A -relay 'rileI K6% 2 -relay ,ri'leI H5$ 2 -relay rI'leI H0% 2 -relayed rI'leId Hc%,Hd% 2 -relaying ,ri'leIIN Hb$ 3 -relaying rI'leIIN Hb% 3 -relays 'rileIz Kj% 2 -relays ,ri'leIz Ha$ 2 -relays rI'leIz Ha% 2 -release rI'lis H2%,M6% 26A,14 -released rI'list Hc%,Hd% 26A,14 -releases rI'lisIz Ha%,Mj% 36A,14 -releasing rI'lisIN Hb% 36A,14 -relegate 'relIgeIt H2% 314 -relegated 'relIgeItId Hc%,Hd% 414 -relegates 'relIgeIts Ha% 314 -relegating 'relIgeItIN Hb% 414 -relegation ,relI'geISn L@% 4 -relent rI'lent I0% 22A -relented rI'lentId Ic%,Id% 32A -relenting rI'lentIN Ib% 32A -relentless rI'lentl@s OA% 3 -relentlessly rI'lentl@slI Pu% 4 -relents rI'lents Ia% 22A -relevance 'rel@v@ns K6% 3 -relevancy 'rel@v@nsI L@$ 4 -relevant 'rel@v@nt OA% 3 -relevantly 'rel@v@ntlI Pu% 4 -reliability rI,laI@'bIlItI L@% 6 -reliable rI'laI@bl OA% 4 -reliably rI'laI@blI Pu% 4 -reliance rI'laI@ns L@% 3 -reliant rI'laI@nt OA% 3 -relic 'relIk K6% 2 -relics 'relIks Kj% 2 -relict 'relIkt K6$ 2 -relicts 'relIkts Kj$ 2 -relied rI'laId Ic%,Id% 23A -relief rI'lif M6% 2 -reliefs rI'lifs Mj% 2 -relies rI'laIz Ia% 23A -relieve rI'liv H2% 26A -relieved rI'livd Hc%,Hd% 26A -relieves rI'livz Ha% 26A -relieving rI'livIN Hb% 36A -religion rI'lIdZ@n M6% 3 -religions rI'lIdZ@nz Mj% 3 -religious rI'lIdZ@s K9%,OA% 3 -religiously rI'lIdZ@slI Pu% 4 -reline ,ri'laIn H2% 2 -relined ,ri'laInd Hc%,Hd% 2 -relines ,ri'laInz Ha% 2 -relining ,ri'laInIN Hb% 3 -relinquish rI'lINkwIS H1% 36A,14 -relinquished rI'lINkwISt Hc%,Hd% 36A,14 -relinquishes rI'lINkwISIz Ha% 46A,14 -relinquishing rI'lINkwISIN Hb% 46A,14 -reliquaries 'relIkw@rIz Kj$ 4 -reliquary 'relIkw@rI K8$ 4 -relish 'relIS H1%,M7% 26A,6D -relished 'relISt Hc%,Hd% 26A,6D -relishes 'relISIz Ha%,Mj% 36A,6D -relishing 'relISIN Hb% 36A,6D -relive ,ri'lIv H2% 2 -relived ,ri'lIvd Hc%,Hd% 2 -relives ,ri'lIvz Ha% 2 -reliving ,ri'lIvIN Hb% 3 -relocate ,ril@U'keIt J2% 3 -relocated ,ril@U'keItId Jc%,Jd% 4 -relocates ,ril@U'keIts Ja% 3 -relocating ,ril@U'keItIN Jb% 4 -relocation ,ril@U'keISn L@% 4 -reluctance rI'lVkt@ns L@% 3 -reluctant rI'lVkt@nt OA% 3 -reluctantly rI'lVkt@ntlI Pu% 4 -rely rI'laI I3% 23A -relying rI'laIIN Ib% 33A -remade ,ri'meId Hc%,Hd% 2 -remain rI'meIn I0% 22A,2B,2C,4A -remainder rI'meInd@R K6% 3 -remainders rI'meInd@z Kj% 3 -remained rI'meInd Ic%,Id% 22A,2B,2C,4A -remaining rI'meInIN Ib% 32A,2B,2C,4A -remains rI'meInz Ia%,Kj% 22A,2B,2C,4A -remake 'rimeIk K6% 2 -remake ,ri'meIk H5% 2 -remakes 'rimeIks Kj% 2 -remakes ,ri'meIks Ha% 2 -remaking ,ri'meIkIN Hb% 3 -remand rI'mAnd H0%,L@% 26A -remanded rI'mAndId Hc%,Hd% 36A -remanding rI'mAndIN Hb% 36A -remands rI'mAndz Ha% 26A -remark rI'mAk J0%,M6% 23A,6A,9,10 -remarkable rI'mAk@bl OA% 4 -remarkably rI'mAk@blI Pu% 4 -remarked rI'mAkt Jc%,Jd% 23A,6A,9,10 -remarking rI'mAkIN Jb% 33A,6A,9,10 -remarks rI'mAks Ja%,Mj% 23A,6A,9,10 -remarriage ,ri'm&rIdZ K6% 3 -remarriages ,ri'm&rIdZIz Kj% 4 -remarried ,ri'm&rId Jc%,Jd% 3 -remarries ,ri'm&rIz Ja% 3 -remarry ,ri'm&rI J3% 3 -remarrying ,ri'm&rIIN Jb% 4 -remediable rI'midI@bl OA% 5 -remedial rI'midI@l OA% 4 -remedied 'rem@dId Hc%,Hd% 36A -remedies 'rem@dIz Ha%,Mj% 36A -remedy 'rem@dI H3%,M8% 36A -remedying 'rem@dIIN Hb% 46A -remember rI'memb@R J0% 36A,6C,7A,8,9,10,14,16B,19C -remembered rI'memb@d Jc%,Jd% 36A,6C,7A,8,9,10,14,16B,19C -remembering rI'memb@rIN Jb% 46A,6C,7A,8,9,10,14,16B,19C -remembers rI'memb@z Ja% 36A,6C,7A,8,9,10,14,16B,19C -remembrance rI'membr@ns M6% 3 -remembrances rI'membr@nsIz Mj% 4 -remilitarization ,ri,mIlIt@raI'zeISn M6% 7 -remilitarizations ,ri,mIlIt@raI'zeISnz Mj$ 7 -remilitarize ,ri'mIlIt@raIz H2% 56A -remilitarized ,ri'mIlIt@raIzd Hc%,Hd% 56A -remilitarizes ,ri'mIlIt@raIzIz Ha% 66A -remilitarizing ,ri'mIlIt@raIzIN Hb% 66A -remind rI'maInd H0% 26A,11,14,17,20,21 -reminded rI'maIndId Hc%,Hd% 36A,11,14,17,20,21 -reminder rI'maInd@R K6% 3 -reminders rI'maInd@z Kj% 3 -reminding rI'maIndIN Hb% 36A,11,14,17,20,21 -reminds rI'maIndz Ha% 26A,11,14,17,20,21 -reminisce ,remI'nIs I2% 32A,3A -reminisced ,remI'nIst Ic%,Id% 32A,3A -reminiscence ,remI'nIsns M6% 4 -reminiscences ,remI'nIsnsIz Mj% 5 -reminiscent ,remI'nIsnt OA% 4 -reminiscently ,remI'nIsntlI Pu% 5 -reminisces ,remI'nIsIz Ia% 42A,3A -reminiscing ,remI'nIsIN Ib% 42A,3A -remiss rI'mIs OA% 2 -remission rI'mISn M6% 3 -remissions rI'mISnz Mj% 3 -remissness rI'mIsn@s L@% 3 -remit rI'mIt J4% 22C,6A,12A,13A,14 -remits rI'mIts Ja% 22C,6A,12A,13A,14 -remittance rI'mItns M6% 3 -remittances rI'mItnsIz Mj% 4 -remitted rI'mItId Jc%,Jd% 32C,6A,12A,13A,14 -remittent rI'mItnt OA$ 3 -remitting rI'mItIN Jb% 32C,6A,12A,13A,14 -remnant 'remn@nt K6% 2 -remnants 'remn@nts Kj% 2 -remodel ri'm0dl H4% 32A,6A,14,15A -remodelled ri'm0dld Hc%,Hd% 32A,6A,14,15A -remodelling ri'm0d@lIN Hb% 42A,6A,14,15A -remodels ri'm0dlz Ha% 32A,6A,14,15A -remonstrance rI'm0nstr@ns M6$ 3 -remonstrances rI'm0nstr@nsIz Mj$ 4 -remonstrate 'rem@nstreIt I2% 32A,3A -remonstrated 'rem@nstreItId Ic%,Id% 42A,3A -remonstrates 'rem@nstreIts Ia% 32A,3A -remonstrating 'rem@nstreItIN Ib% 42A,3A -remorse rI'mOs L@% 2 -remorseful rI'mOsf@l OA% 3 -remorsefully rI'mOsf@lI Pu% 4 -remorseless rI'mOsl@s OA% 3 -remorselessly rI'mOsl@slI Pu% 4 -remote rI'm@Ut OB% 2 -remotely rI'm@UtlI Pu% 3 -remoteness rI'm@Utn@s L@% 3 -remoter rI'm@Ut@R Or% 3 -remotest rI'm@UtIst Os% 3 -remould ri'm@Uld H0% 22A,6A,14 -remoulded ri'm@UldId Hc%,Hd% 32A,6A,14 -remoulding ri'm@UldIN Hb% 32A,6A,14 -remoulds ri'm@Uldz Ha% 22A,6A,14 -remount 'rimaUnt K6% 2 -remount ,ri'maUnt J0% 22A,6A -remounted ,ri'maUntId Jc%,Jd% 32A,6A -remounting ,ri'maUntIN Jb% 32A,6A -remounts 'rimaUnts Kj$ 2 -remounts ,ri'maUnts Ja% 22A,6A -removable rI'muv@bl OA% 4 -removal rI'muv@l M6% 3 -removals rI'muv@lz Mj% 3 -remove rI'muv J2%,K6% 22A,2C,6A,14 -removed rI'muvd Jc%,Jd%,OA% 22A,2C,6A,14 -remover rI'muv@R K6% 3 -removers rI'muv@z Kj% 3 -removes rI'muvz Ja%,Kj% 22A,2C,6A,14 -removing rI'muvIN Jb% 32A,2C,6A,14 -remunerate rI'mjun@reIt H2% 46A,14 -remunerated rI'mjun@reItId Hc%,Hd% 56A,14 -remunerates rI'mjun@reIts Ha% 46A,14 -remunerating rI'mjun@reItIN Hb% 56A,14 -remuneration rI,mjun@'reISn L@% 5 -remunerative rI'mjun@r@tIv OA% 5 -renaissance rI'neIsns K6% 3 -renaissances rI'neIsnsIz Kj$ 4 -renal 'rinl OA% 2 -rename ,ri'neIm H2% 26A -renamed ,ri'neImd Hc%,Hd% 26A -renames ,ri'neImz Ha% 26A -renaming ,ri'neImIN Hb% 36A -renascence rI'n&sns K6$ 3 -renascences rI'n&snsIz Kj$ 4 -renascent rI'n&snt OA$ 3 -rend rend H5% 16A,14,15A -render 'rend@R H0% 26A,12A,13A,14,15A,15B,22 -rendered 'rend@d Hc%,Hd% 26A,12A,13A,14,15A,15B,22 -rendering 'rend@rIN Hb%,M6% 36A,12A,13A,14,15A,15B,22 -renderings 'rend@rINz Mj% 3 -renders 'rend@z Ha% 26A,12A,13A,14,15A,15B,22 -rendezvoued 'r0ndIvud Ic$,Id$ 32A,2C -rendezvouing 'r0ndIvuIN Ib$ 42A,2C -rendezvous 'r0ndIvu I5%,K9% 32A,2C -rendezvous 'r0ndIvuz Ia$ 32A,2C -rending 'rendIN Hb% 26A,14,15A -rendition ren'dISn K6% 3 -renditions ren'dISnz Kj% 3 -rends rendz Ha% 16A,14,15A -renegade 'renIgeId I2$,K6% 3 -renegaded 'renIgeIdId Ic$,Id$ 4 -renegades 'renIgeIdz Ia$,Kj% 3 -renegading 'renIgeIdIN Ib$ 4 -renege rI'neIg I2% 23A -reneged rI'neIgd Ic%,Id% 23A -reneges rI'neIgz Ia% 23A -reneging rI'neIgIN Ib% 33A -renegue rI'neIg I2$ 23A -renegued rI'neIgd Ic$,Id$ 23A -renegues rI'neIgz Ia$ 23A -reneguing rI'neIgIN Ib$ 33A -renew rI'nju H0% 26A -renewable rI'nju@bl OA% 4 -renewal rI'nju@l M6% 3 -renewals rI'nju@lz Mj% 3 -renewed rI'njud Hc%,Hd% 26A -renewing rI'njuIN Hb% 36A -renews rI'njuz Ha% 26A -rennet 'renIt L@% 2 -renounce rI'naUns H2% 26A -renounced rI'naUnst Hc%,Hd% 26A -renounces rI'naUnsIz Ha% 36A -renouncing rI'naUnsIN Hb% 36A -renovate 'ren@veIt H2% 36A -renovated 'ren@veItId Hc%,Hd% 46A -renovates 'ren@veIts Ha% 36A -renovating 'ren@veItIN Hb% 46A -renovation ,ren@'veISn M6% 4 -renovations ,ren@'veISnz Mj% 4 -renovator 'ren@veIt@R K6% 4 -renovators 'ren@veIt@z Kj% 4 -renown rI'naUn L@% 2 -renowned rI'naUnd OA% 2 -rent rent Hc%,Hd%,J0%,M6% 12A,2C,6A,14,15A -rent-collector 'rent-k@,lekt@R K6% 4 -rent-collectors 'rent-k@,lekt@z Kj% 4 -rent-free rent-'fri OA%,Pu% 2 -rent-rebate 'rent-ribeIt M6% 3 -rent-rebates 'rent-ribeIts Mj% 3 -rent-roll 'rent-r@Ul K6$ 2 -rent-rolls 'rent-r@Ulz Kj$ 2 -rentable 'rent@bl OA% 3 -rental 'rentl K6% 2 -rentals 'rentlz Kj% 2 -rented 'rentId Jc%,Jd% 22A,2C,6A,14,15A -rentier 'rAntIeI K6$ 3 -rentiers 'rAntIeIz Kj$ 3 -renting 'rentIN Jb% 22A,2C,6A,14,15A -rents rents Ja%,Mj% 12A,2C,6A,14,15A -renunciation rI,nVnsI'eISn L@% 5 -reopen ri'@Up@n J0% 32A,6A -reopened ri'@Up@nd Jc%,Jd% 32A,6A -reopening ri'@Up@nIN Jb% 42A,6A -reopens ri'@Up@nz Ja% 32A,6A -reorganization ri,Og@naI'zeISn M6% 6 -reorganizations ri,Og@naI'zeISnz Mj% 6 -reorganize ri'Og@naIz J2% 4 -reorganized ri'Og@naIzd Jc%,Jd% 4 -reorganizes ri'Og@naIzIz Ja% 5 -reorganizing ri'Og@naIzIN Jb% 5 -reorient ri'OrI@nt J0% 4 -reorientate ri'OrI@nteIt J2% 5 -reorientated ri'OrI@nteItId Jc%,Jd% 6 -reorientates ri'OrI@nteIts Ja% 5 -reorientating ri'OrI@nteItIN Jb% 6 -reorientation ri,OrIen'teISn L@% 6 -reoriented ri'OrI@ntId Jc%,Jd% 5 -reorienting ri'OrI@ntIN Jb% 5 -reorients ri'OrI@nts Ja% 4 -rep rep M6% 1 -repaid rI'peId Jc%,Jd% 22A,6A,14 -repaint ri'peInt H0% 22A,2C,6A,15A,15B,22 -repainted ri'peIntId Hc%,Hd% 32A,2C,6A,15A,15B,22 -repainting ri'peIntIN Hb% 32A,2C,6A,15A,15B,22 -repaints ri'peInts Ha% 22A,2C,6A,15A,15B,22 -repair rI'pe@R J0%,M6% 23A,6A -repairable rI'pe@r@bl OA% 4 -repaired rI'pe@d Jc%,Jd% 23A,6A -repairer rI'pe@r@R K6% 3 -repairers rI'pe@r@z Kj% 3 -repairing rI'pe@rIN Jb% 33A,6A -repairs rI'pe@z Ja%,Mj% 23A,6A -reparable 'rep@r@bl OA$ 4 -reparation ,rep@'reISn M6% 4 -reparations ,rep@'reISnz Mj% 4 -repartee ,repA'ti M6% 3 -repartees ,repA'tiz Mj$ 3 -repast rI'pAst K6% 2 -repasts rI'pAsts Kj% 2 -repatriate ri'p&trIeIt H2%,K6% 46A -repatriated ri'p&trIeItId Hc%,Hd% 56A -repatriates ri'p&trIeIts Ha%,Kj% 46A -repatriating ri'p&trIeItIN Hb% 56A -repatriation ,rip&trI'eISn M6% 5 -repatriations ,rip&trI'eISnz Mj% 5 -repay rI'peI J5% 22A,6A,14 -repayable rI'peI@bl OA% 4 -repaying rI'peIIN Jb% 32A,6A,14 -repayment rI'peIm@nt M6% 3 -repayments rI'peIm@nts Mj% 3 -repays rI'peIz Ja% 22A,6A,14 -repeal rI'pil H0%,K6% 26A -repealed rI'pild Hc%,Hd% 26A -repealing rI'pilIN Hb% 36A -repeals rI'pilz Ha%,Kj% 26A -repeat rI'pit J0%,K6% 22A,6A,9 -repeatable rI'pit@bl OA% 4 -repeated rI'pitId Jc%,Jd%,OA% 32A,6A,9 -repeatedly rI'pitIdlI Pu% 4 -repeater rI'pit@R K6% 3 -repeaters rI'pit@z Kj% 3 -repeating rI'pitIN Jb% 32A,6A,9 -repeats rI'pits Ja%,Kj% 22A,6A,9 -repel rI'pel H4% 26A -repelled rI'peld Hc%,Hd% 26A -repellent rI'pel@nt L@%,OA% 3 -repelling rI'pelIN Hb% 36A -repels rI'pelz Ha% 26A -repent rI'pent J0% 22A,3A,6A,6D -repentance rI'pent@ns L@% 3 -repentant rI'pent@nt OA% 3 -repentantly rI'pent@ntlI Pu% 4 -repented rI'pentId Jc%,Jd% 32A,3A,6A,6D -repenting rI'pentIN Jb% 32A,3A,6A,6D -repents rI'pents Ja% 22A,3A,6A,6D -repercussion ,rip@'kVSn M6% 4 -repercussions ,rip@'kVSnz Mj% 4 -repertoire 'rep@twAR K6% 3 -repertoires 'rep@twAz Kj% 3 -repertories 'rep@trIz Kj$ 3 -repertory 'rep@trI K8% 3 -repetition ,repI'tISn M6% 4 -repetitions ,repI'tISnz Mj% 4 -repetitious ,repI'tIS@s OA% 4 -repetitive rI'pet@tIv OA% 4 -repetitively rI'pet@tIvlI Pu% 5 -repine rI'paIn I2$ 22A,3A -repined rI'paInd Ic$,Id$ 22A,3A -repines rI'paInz Ia$ 22A,3A -repining rI'paInIN Ib$ 32A,3A -replace rI'pleIs H2% 26A,14,15A -replaceable rI'pleIs@bl OA% 4 -replaced rI'pleIst Hc%,Hd% 26A,14,15A -replacement rI'pleIsm@nt M6% 3 -replacements rI'pleIsm@nts Mj% 3 -replaces rI'pleIsIz Ha% 36A,14,15A -replacing rI'pleIsIN Hb% 36A,14,15A -replant ri'plAnt H0% 26A,15A,15B -replanted ri'plAntId Hc%,Hd% 36A,15A,15B -replanting ri'plAntIN Hb% 36A,15A,15B -replants ri'plAnts Ha% 26A,15A,15B -replay 'ripleI K6% 2 -replay ,ri'pleI H0% 26A -replayed ,ri'pleId Hc%,Hd% 26A -replaying ,ri'pleIIN Hb% 36A -replays 'ripleIz Kj% 2 -replays ,ri'pleIz Ha% 26A -replenish rI'plenIS H1% 36A,14 -replenished rI'plenISt Hc%,Hd% 36A,14 -replenishes rI'plenISIz Ha% 46A,14 -replenishing rI'plenISIN Hb% 46A,14 -replenishment rI'plenISm@nt M6% 4 -replenishments rI'plenISm@nts Mj% 4 -replete rI'plit OA% 2 -repletion rI'pliSn L@$ 3 -replica 'replIk@ K6% 3 -replicas 'replIk@z Kj% 3 -replied rI'plaId Jc%,Jd% 22A,3A,3B -replies rI'plaIz Ja%,Kj% 22A,3A,3B -reply rI'plaI J3%,K8% 22A,3A,3B -reply-paid rI'plaI-peId OA% 3 -replying rI'plaIIN Jb% 32A,3A,3B -repoint ri'poInt H0$ 26A -repointed ri'poIntId Hc$,Hd% 36A -repointing ri'poIntIN Hb$ 36A -repoints ri'poInts Ha$ 26A -report rI'pOt J0%,M6% 22A,3A,6A,6D,9,14,15A,15B,25 -reportable rI'pOt@bl OA% 4 -reportage ,repO'tAZ L@$ 3 -reported rI'pOtId Jc%,Jd% 32A,3A,6A,6D,9,14,15A,15B,25 -reportedly rI'pOtIdlI Pu% 4 -reporter rI'pOt@R K6% 3 -reporters rI'pOt@z Kj% 3 -reporting rI'pOtIN Jb% 32A,3A,6A,6D,9,14,15A,15B,25 -reports rI'pOts Ja%,Mj% 22A,3A,6A,6D,9,14,15A,15B,25 -repose rI'p@Uz J2%,L@% 22A,2C,3A,6A,14,15A -reposed rI'p@Uzd Jc%,Jd% 22A,2C,3A,6A,14,15A -reposeful rI'p@Uzf@l OA$ 3 -reposes rI'p@UzIz Ja% 32A,2C,3A,6A,14,15A -reposing rI'p@UzIN Jb% 32A,2C,3A,6A,14,15A -repositories rI'p0zItrIz Kj% 4 -repository rI'p0zItrI K8% 4 -repot ,ri'p0t H4% 2 -repots ,ri'p0ts Ha% 2 -repotted ,ri'p0tId Hc%,Hd% 3 -repotting ,ri'p0tIN Hb% 3 -repp rep L@$ 1 -reprehend ,reprI'hend H0% 36A -reprehended ,reprI'hendId Hc%,Hd% 46A -reprehending ,reprI'hendIN Hb% 46A -reprehends ,reprI'hendz Ha% 36A -reprehensible ,reprI'hens@bl OA% 5 -reprehensibly ,reprI'hens@blI Pu% 5 -represent ,reprI'zent H0% 36A,9,14,16A,25 -represent ,riprI'zent H0% 3 -representation ,reprIzen'teISn M6% 5 -representations ,reprIzen'teISnz Mj% 5 -representative ,reprI'zent@tIv K6%,OA% 5 -representatives ,reprI'zent@tIvz Kj% 5 -represented ,reprI'zentId Hc%,Hd% 46A,9,14,16A,25 -represented ,riprI'zentId Hc%,Hd% 4 -representing ,reprI'zentIN Hb% 46A,9,14,16A,25 -representing ,riprI'zentIN Hb$ 4 -represents ,reprI'zents Ha% 36A,9,14,16A,25 -represents ,riprI'zents Ha$ 3 -repress rI'pres H1% 26A -repressed rI'prest Hc%,Hd%,OA% 26A -represses rI'presIz Ha% 36A -repressing rI'presIN Hb% 36A -repression rI'preSn M6% 3 -repressions rI'preSnz Mj$ 3 -repressive rI'presIv OA% 3 -reprieve rI'priv H2%,K6% 26A -reprieved rI'privd Hc%,Hd% 26A -reprieves rI'privz Ha%,Kj% 26A -reprieving rI'privIN Hb% 36A -reprimand 'reprImAnd H0%,K6% 36A -reprimanded 'reprImAndId Hc%,Hd% 46A -reprimanding 'reprImAndIN Hb% 46A -reprimands 'reprImAndz Ha%,Kj% 36A -reprint 'riprInt K6% 2 -reprint ,ri'prInt H0% 26A -reprinted ,ri'prIntId Hc%,Hd% 36A -reprinting ,ri'prIntIN Hb% 36A -reprints 'riprInts Kj% 2 -reprints ,ri'prInts Ha% 26A -reprisal rI'praIzl M6% 3 -reprisals rI'praIzlz Mj% 3 -reproach rI'pr@UtS H1%,M7% 26A,14 -reproached rI'pr@UtSt Hc%,Hd% 26A,14 -reproaches rI'pr@UtSIz Ha%,Mj% 36A,14 -reproachful rI'pr@UtSf@l OA% 3 -reproachfully rI'pr@UtSf@lI Pu% 4 -reproaching rI'pr@UtSIN Hb% 36A,14 -reprobate 'repr@beIt H2$,K6% 36A -reprobated 'repr@beItId Hc$,Hd$ 46A -reprobates 'repr@beIts Ha$,Kj% 36A -reprobating 'repr@beItIN Hb$ 46A -reprobation ,repr@'beISn L@$ 4 -reproduce ,ripr@'djus J2% 32A,6A -reproduced ,ripr@'djust Jc%,Jd% 32A,6A -reproducer ,ripr@'djus@R K6% 4 -reproducers ,ripr@'djus@z Kj% 4 -reproduces ,ripr@'djusIz Ja% 42A,6A -reproducible ,ripr@'djus@bl OA% 5 -reproducing ,ripr@'djusIN Jb% 42A,6A -reproduction ,ripr@'dVkSn M6% 4 -reproductions ,ripr@'dVkSnz Mj% 4 -reproductive ,ripr@'dVktIv OA% 4 -reproof ,ri'pruf H0% 26A -reproof rI'pruf M6% 2 -reproofed ,ri'pruft Hc%,Hd% 26A -reproofing ,ri'prufIN Hb% 36A -reproofs ,ri'prufs Ha% 26A -reproofs rI'prufs Mj% 2 -reprove rI'pruv H2% 26A,14 -reproved rI'pruvd Hc%,Hd% 26A,14 -reproves rI'pruvz Ha% 26A,14 -reproving rI'pruvIN Hb% 36A,14 -reprovingly rI'pruvINlI Pu% 4 -reps reps L@$,Mj% 1 -reptile 'reptaIl K6% 2 -reptiles 'reptaIlz Kj% 2 -reptilian rep'tIlI@n K6$,OA% 4 -reptilians rep'tIlI@nz Kj$ 4 -republic rI'pVblIk K6% 3 -republican rI'pVblIk@n K6%,OA% 4 -republicanism rI'pVblIk@nIz@m L@% 6 -republicans rI'pVblIk@nz Kj% 4 -republics rI'pVblIks Kj% 3 -repudiate rI'pjudIeIt H2% 46A -repudiated rI'pjudIeItId Hc%,Hd% 56A -repudiates rI'pjudIeIts Ha% 46A -repudiating rI'pjudIeItIN Hb% 56A -repudiation rI,pjudI'eISn K6% 5 -repudiations rI,pjudI'eISnz Kj% 5 -repugnance rI'pVgn@ns L@% 3 -repugnant rI'pVgn@nt OA% 3 -repulse rI'pVls H2%,K6% 26A -repulsed rI'pVlst Hc%,Hd% 26A -repulses rI'pVlsIz Ha%,Kj% 36A -repulsing rI'pVlsIN Hb% 36A -repulsion rI'pVlSn L@% 3 -repulsive rI'pVlsIv OA% 3 -repulsively rI'pVlsIvlI Pu% 4 -reputable 'repjUt@bl OA% 4 -reputably 'repjUt@blI Pu% 4 -reputation ,repjU'teISn M6% 4 -reputations ,repjU'teISnz Mj% 4 -repute rI'pjut H2$,L@% 225 -reputed rI'pjutId Hc$,Hd%,Oq% 325 -reputedly rI'pjutIdlI Pu% 4 -reputes rI'pjuts Ha$ 225 -reputing rI'pjutIN Hb$ 325 -request rI'kwest H0%,M6% 26A,9,17 -requested rI'kwestId Hc%,Hd% 36A,9,17 -requesting rI'kwestIN Hb% 36A,9,17 -requests rI'kwests Ha%,Mj% 26A,9,17 -requiem 'rekwI@m K6% 3 -requiems 'rekwI@mz Kj% 3 -require rI'kwaI@R H2% 26A,6D,9,14,17 -required rI'kwaI@d Hc%,Hd% 26A,6D,9,14,17 -requirement rI'kwaI@m@nt K6% 3 -requirements rI'kwaI@m@nts Kj% 3 -requires rI'kwaI@z Ha% 26A,6D,9,14,17 -requiring rI'kwaI@rIN Hb% 36A,6D,9,14,17 -requisite 'rekwIzIt K6%,OA% 3 -requisites 'rekwIzIts Kj% 3 -requisition ,rekwI'zISn H0%,M6% 46A,14 -requisitioned ,rekwI'zISnd Hc%,Hd% 46A,14 -requisitioning ,rekwI'zISnIN Hb% 56A,14 -requisitions ,rekwI'zISnz Ha%,Mj% 46A,14 -requital rI'kwaItl L@% 3 -requite rI'kwaIt H2$ 26A,14 -requited rI'kwaItId Hc$,Hd% 36A,14 -requites rI'kwaIts Ha$ 26A,14 -requiting rI'kwaItIN Hb$ 36A,14 -reran 'rir&n Hc% 2 -reread ri'red Hc%,Hd% 22A,2B,2C,6A,12A,13A,15A,15B,16B -reread ri'rid H5% 22A,2B,2C,6A,12A,13A,15A,15B,16B -rereading ri'ridIN Hb% 32A,2B,2C,6A,12A,13A,15A,15B,16B -rereads ri'ridz Ha% 22A,2B,2C,6A,12A,13A,15A,15B,16B -reredos 'rI@d0s K7$ 3 -reredoses 'rI@d0sIz Kj$ 4 -rerun 'rirVn H5%,Hd%,K6% 2 -rerunning 'rirVnIN Hb% 3 -reruns 'rirVnz Ha%,Kj% 2 -res rez Y>$ 1 -rescind rI'sInd H0% 26A -rescinded rI'sIndId Hc%,Hd% 36A -rescinding rI'sIndIN Hb% 36A -rescinds rI'sIndz Ha% 26A -rescript 'riskrIpt K6$ 2 -rescripts 'riskrIpts Kj$ 2 -rescue 'reskju H2%,M6% 26A,14 -rescued 'reskjud Hc%,Hd% 26A,14 -rescuer 'reskju@R K6% 3 -rescuers 'reskju@z Kj% 3 -rescues 'reskjuz Ha%,Mj% 26A,14 -rescuing 'reskjuIN Hb% 36A,14 -research rI's3tS I1%,M7% 22A,3A -researched rI's3tSt Ic%,Id% 22A,3A -researcher rI's3tS@R K6% 3 -researchers rI's3tS@z Kj% 3 -researches rI's3tSIz Ia%,Mj% 32A,3A -researching rI's3tSIN Ib% 32A,3A -reseat ,ri'sit H0% 26A -reseated ,ri'sitId Hc%,Hd% 36A -reseating ,ri'sitIN Hb% 36A -reseats ,ri'sits Ha% 26A -reseed ri'sid H0$ 22A,6A -reseeded ri'sidId Hc%,Hd% 32A,6A -reseeding ri'sidIN Hb$ 32A,6A -reseeds ri'sidz Ha$ 22A,6A -resell ri'sel H5% 22A,2C,6A,12A,13A,15B -reselling ri'selIN Hb% 32A,2C,6A,12A,13A,15B -resells ri'selz Ha% 22A,2C,6A,12A,13A,15B -resemblance rI'zembl@ns M6% 3 -resemblances rI'zembl@nsIz Mj% 4 -resemble rI'zembl H2% 36B -resembled rI'zembld Hc%,Hd% 36B -resembles rI'zemblz Ha% 36B -resembling rI'zemblIN Hb% 36B -resent rI'zent H0% 26A,6C,19C -resented rI'zentId Hc%,Hd% 36A,6C,19C -resentful rI'zentf@l OA% 3 -resentfully rI'zentf@lI Pu% 4 -resenting rI'zentIN Hb% 36A,6C,19C -resentment rI'zentm@nt L@% 3 -resents rI'zents Ha% 26A,6C,19C -reservation ,rez@'veISn M6% 4 -reservations ,rez@'veISnz Mj% 4 -reserve rI'z3v H2%,M6% 26A,14 -reserved rI'z3vd Hc%,Hd%,OA% 26A,14 -reservedly rI'z3vIdlI Pu% 4 -reserves rI'z3vz Ha%,Mj% 26A,14 -reserving rI'z3vIN Hb% 36A,14 -reservist rI'z3vIst K6% 3 -reservists rI'z3vIsts Kj% 3 -reservoir 'rez@vwAR K6% 3 -reservoirs 'rez@vwAz Kj% 3 -reset ,ri'set H5%,Hc%,Hd% 26A -resets ,ri'sets Ha% 26A -resetting ,ri'setIN Hb% 36A -resettle ,ri'setl J2% 32A,6A -resettled ,ri'setld Jc%,Jd% 32A,6A -resettlement ,ri'setlm@nt K6% 4 -resettlements ,ri'setlm@nts Kj% 4 -resettles ,ri'setlz Ja% 32A,6A -resettling ,ri'setlIN Jb% 32A,6A -reshape ri'SeIp H2% 22A,2C,6A,15A -reshaped ri'SeIpt Hb% 22A,2C,6A,15A -reshapes ri'SeIps Ha% 22A,2C,6A,15A -reshaping ri'SeIpIN Hb% 32A,2C,6A,15A -reshuffle ,ri'SVfl H2%,K6% 36A -reshuffled ,ri'SVfld Hc%,Hd% 36A -reshuffles ,ri'SVflz Ha%,Kj% 36A -reshuffling ,ri'SVflIN Hb% 36A -reside rI'zaId I2% 22C,3A -resided rI'zaIdId Ic%,Id% 32C,3A -residence 'rezId@ns M6% 3 -residences 'rezId@nsIz Mj% 4 -residencies 'rezId@nsIz Kj$ 4 -residency 'rezId@nsI K8$ 4 -resident 'rezId@nt K6%,OA% 3 -residential ,rezI'denSl OA% 4 -residents 'rezId@nts Kj% 3 -resides rI'zaIdz Ia% 22C,3A -residing rI'zaIdIN Ib% 32C,3A -residual rI'zIdjU@l OA% 4 -residuary rI'zIdjU@rI OA% 5 -residue 'rezIdju K6% 3 -residues 'rezIdjuz Kj% 3 -resign rI'zaIn J0% 22A,3A,6A,14 -resignation ,rezIg'neISn M6% 4 -resignations ,rezIg'neISnz Mj% 4 -resigned rI'zaInd Jc%,Jd%,OA% 22A,3A,6A,14 -resignedly rI'zaIn@dlI Pu% 4 -resigning rI'zaInIN Jb% 32A,3A,6A,14 -resigns rI'zaInz Ja% 22A,3A,6A,14 -resilience rI'zIlI@ns L@% 4 -resiliency rI'zIlI@nsI L@$ 5 -resilient rI'zIlI@nt OA% 4 -resin 'rezIn M6% 2 -resinated 'rezIneItId OA$ 4 -resinous 'rezIn@s OA% 3 -resins 'rezInz Mj% 2 -resist rI'zIst J0% 22A,6A,6C -resistance rI'zIst@ns M6% 3 -resistances rI'zIst@nsIz Mj% 4 -resistant rI'zIst@nt OA% 3 -resisted rI'zIstId Jc%,Jd% 32A,6A,6C -resister rI'zIst@R K6$ 3 -resisters rI'zIst@z Kj$ 3 -resisting rI'zIstIN Jb% 32A,6A,6C -resistive rI'zIstIv OA$ 3 -resistivity ,rezIs'tIvItI L@$ 5 -resistless rI'zIstl@s OA$ 3 -resistor rI'zIst@R K6$ 3 -resistors rI'zIst@z Kj$ 3 -resists rI'zIsts Ja% 22A,6A,6C -resold ri's@Uld Hc%,Hd% 22A,2C,6A,12A,13A,15B -resole ,ri's@Ul H2% 26A -resoled ,ri's@Uld Hc%,Hd% 26A -resoles ,ri's@Ulz Ha% 26A -resoling ,ri's@UlIN Hb% 36A -resolute 'rez@lut OA% 3 -resolutely 'rez@lutlI Pu% 4 -resoluteness 'rez@lutn@s L@% 4 -resolution ,rez@'luSn M6% 4 -resolutions ,rez@'luSnz Mj% 4 -resolvable rI'z0lv@bl OA% 4 -resolve rI'z0lv J2%,K6% 23A,6A,7A,9,14 -resolved rI'z0lvd Jc%,Jd% 23A,6A,7A,9,14 -resolves rI'z0lvz Ja%,Kj% 23A,6A,7A,9,14 -resolving rI'z0lvIN Jb% 33A,6A,7A,9,14 -resonance 'rez@n@ns L@% 3 -resonant 'rez@n@nt OA% 3 -resonate 'rez@neIt J2% 3 -resonated 'rez@neItId Jc%,Jd% 4 -resonates 'rez@neIts Ja% 3 -resonating 'rez@neItIN Jb% 4 -resonator 'rez@neIt@R K6% 4 -resonators 'rez@neIt@z Kj% 4 -resort rI'zOt I0%,M6% 23A -resorted rI'zOtId Ic%,Id% 33A -resorting rI'zOtIN Ib% 33A -resorts rI'zOts Ia%,Mj% 23A -resound rI'zaUnd J0% 22A,2C,3A -resounded rI'zaUndId Jc%,Jd% 32A,2C,3A -resounding rI'zaUndIN Jb% 32A,2C,3A -resoundingly rI'zaUndINlI Pu% 4 -resounds rI'zaUndz Ja% 22A,2C,3A -resource rI'zOs M6% 2 -resourceful rI'zOsf@l OA% 3 -resourcefully rI'zOsf@lI Pu% 4 -resourceless rI'zOslIs OA% 3 -resources rI'zOsIz Mj% 3 -respect rI'spekt H0%,M6% 26A -respectabilities rI,spekt@'bIlItIz Mj% 6 -respectability rI,spekt@'bIlItI M8% 6 -respectable rI'spekt@bl OA% 4 -respectably rI'spekt@blI Pu% 4 -respected rI'spektId Hc%,Hd% 36A -respecter rI'spekt@R K6% 3 -respecters rI'spekt@z Kj% 3 -respectful rI'spektf@l OA% 3 -respectfully rI'spektf@lI Pu% 4 -respecting rI'spektIN Hb%,T-% 36A -respective rI'spektIv OA% 3 -respectively rI'spektIvlI Pu% 4 -respects rI'spekts Ha%,Mj% 26A -respiration ,resp@'reISn M6% 4 -respirations ,resp@'reISnz Mj$ 4 -respirator 'resp@reIt@R K6% 4 -respirators 'resp@reIt@z Kj% 4 -respiratory rI'spIr@trI OA% 4 -respire rI'spaI@R I2$ 22A -respired rI'spaI@d Ic$,Id$ 22A -respires rI'spaI@z Ia$ 22A -respiring rI'spaI@rIN Ib$ 32A -respite 'respaIt H2$,M6% 26A -respited 'respaItId Hc$,Hd$ 36A -respites 'respaIts Ha$,Mj$ 26A -respiting 'respaItIN Hb$ 36A -resplendence rI'splend@ns L@% 3 -resplendency rI'splend@nsI L@$ 4 -resplendent rI'splend@nt OA% 3 -resplendently rI'splend@ntlI Pu% 4 -respond rI'sp0nd I0% 22A,2C,3A,3B -responded rI'sp0ndId Ic%,Id% 32A,2C,3A,3B -respondent rI'sp0nd@nt K6% 3 -respondents rI'sp0nd@nts Kj% 3 -responding rI'sp0ndIN Ib% 32A,2C,3A,3B -responds rI'sp0ndz Ia% 22A,2C,3A,3B -response rI'sp0ns M6% 2 -responses rI'sp0nsIz Mj% 3 -responsibilities rI,sp0ns@'bIlItIz Mj% 6 -responsibility rI,sp0ns@'bIlItI M8% 6 -responsible rI'sp0ns@bl OA% 4 -responsibly rI'sp0ns@blI Pu% 4 -responsive rI'sp0nsIv OA% 3 -responsiveness rI'sp0nsIvnIs L@% 4 -rest rest J0%,M6% 12A,2B,2C,2D,3A,6A,14 -rest-cure 'rest-kjU@R K6% 2 -rest-cures 'rest-kjU@z Kj% 2 -rest-day 'rest-deI K6% 2 -rest-days 'rest-deIz Kj% 2 -rest-home 'rest-h@Um K6% 2 -rest-homes 'rest-h@Umz Kj% 2 -rest-house 'rest-haUs K6% 2 -rest-houses 'rest-haUzIz Kj% 3 -restart ri'stAt J0% 22A,2C,3A,6A,6D,7A,15A,19B -restarted ri'stAtId Jc%,Jd% 32A,2C,3A,6A,6D,7A,15A,19B -restarting ri'stAtIN Jb% 32A,2C,3A,6A,6D,7A,15A,19B -restarts ri'stAts Ja% 22A,2C,3A,6A,6D,7A,15A,19B -restate ,ri'steIt H2% 26A -restated ,ri'steItId Hc%,Hd% 36A -restatement ,ri'steItm@nt K6% 3 -restatements ,ri'steItm@nts Kj% 3 -restates ,ri'steIts Ha% 26A -restating ,ri'steItIN Hb% 36A -restaurant 'restr0nt K6% 2 -restauranteur ,restr0n't3R K6$ 3 -restauranteurs ,restr0n't3z Kj$ 3 -restaurants 'restr0nts Kj% 2 -restaurateur ,rest@r@'t3R K6% 4 -restaurateurs ,rest@r@'t3z Kj% 4 -rested 'restId Jc%,Jd% 22A,2B,2C,2D,3A,6A,14 -restful 'restf@l OA% 2 -restfully 'restf@lI Pu% 3 -restfulness 'restf@ln@s L@% 3 -resting 'restIN Jb% 22A,2B,2C,2D,3A,6A,14 -restitution ,restI'tjuSn L@% 4 -restive 'restIv OA% 2 -restively 'restIvlI Pu% 3 -restiveness 'restIvn@s L@% 3 -restless 'restl@s OA% 2 -restlessly 'restl@slI Pu% 3 -restlessness 'restl@sn@s L@% 3 -restock ,ri'st0k H0% 26A -restocked ,ri'st0kt Hc%,Hd% 26A -restocking ,ri'st0kIN Hb% 36A -restocks ,ri'st0ks Ha% 26A -restoration ,rest@'reISn M6% 4 -restorations ,rest@'reISnz Mj% 4 -restorative rI'stOr@tIv M6%,OA% 4 -restoratives rI'stOr@tIvz Mj% 4 -restore rI'stOR H2% 26A,14 -restored rI'stOd Hc%,Hd% 26A,14 -restorer rI'stOr@R K6% 3 -restorers rI'stOr@z Kj% 3 -restores rI'stOz Ha% 26A,14 -restoring rI'stOrIN Hb% 36A,14 -restrain rI'streIn H0% 26A,14 -restrained rI'streInd Hc%,Hd%,OA% 26A,14 -restraining rI'streInIN Hb% 36A,14 -restrains rI'streInz Ha% 26A,14 -restraint rI'streInt M6% 2 -restraints rI'streInts Mj% 2 -restrict rI'strIkt H0% 26A,14 -restricted rI'strIktId Hc%,Hd% 36A,14 -restricting rI'strIktIN Hb% 36A,14 -restriction rI'strIkSn M6% 3 -restrictions rI'strIkSnz Mj% 3 -restrictive rI'strIktIv OA% 3 -restrictively rI'strIktIvlI Pu% 4 -restrictiveness rI'strIktIvnIs L@% 4 -restricts rI'strIkts Ha% 26A,14 -restructure ,ri'strVktS@R H2% 36A -restructured ,ri'strVktS@d Hc%,Hd% 36A -restructures ,ri'strVktS@z Ha% 36A -restructuring ,ri'strVktS@rIN Hb% 46A -rests rests Ja%,Mj% 12A,2B,2C,2D,3A,6A,14 -result rI'zVlt I0%,M6% 22A,3A -resultant rI'sVlt@nt OA% 3 -resulted rI'zVltId Ic%,Id% 32A,3A -resulting rI'zVltIN Ib% 32A,3A -results rI'zVlts Ia%,Mj% 22A,3A -resume rI'zjum H2% 26A,6D -resumed rI'zjumd Hc%,Hd% 26A,6D -resumes rI'zjumz Ha% 26A,6D -resuming rI'zjumIN Hb% 36A,6D -resumption rI'zVmpSn M6% 3 -resumptions rI'zVmpSnz Mj$ 3 -resurface ,ri's3fIs J2% 32A,6A -resurfaced ,ri's3fIst Jc%,Jd% 32A,6A -resurfaces ,ri's3fIsIz Ja% 42A,6A -resurfacing ,ri's3fIsIN Jb% 42A,6A -resurgence rI's3dZ@ns K6% 3 -resurgences rI's3dZ@nsIz Kj$ 4 -resurgent rI's3dZ@nt OA% 3 -resurrect ,rez@'rekt J0% 32A,6A -resurrected ,rez@'rektId Jc%,Jd% 42A,6A -resurrecting ,rez@'rektIN Jb% 42A,6A -resurrection ,rez@'rekSn L@% 4 -resurrects ,rez@'rekts Ja% 32A,6A -resuscitate rI'sVsIteIt J2% 42A,6A -resuscitated rI'sVsIteItId Jc%,Jd% 52A,6A -resuscitates rI'sVsIteIts Ja% 42A,6A -resuscitating rI'sVsIteItIN Jb% 52A,6A -resuscitation rI,sVsI'teISn M6% 5 -resuscitations rI,sVsI'teISnz Mj$ 5 -ret rI'taI@d Y~% 3 -ret ret H4$ 16A -retail 'riteIl J0%,K6%,Pu% 23A,6A -retailed 'riteIld Jc%,Jd% 23A,6A -retailer 'riteIl@R K6% 3 -retailers 'riteIl@z Kj% 3 -retailing 'riteIlIN Jb% 33A,6A -retails 'riteIlz Ja%,Kj% 23A,6A -retain rI'teIn H0% 26A -retained rI'teInd Hc%,Hd% 26A -retainer rI'teIn@R K6% 3 -retainers rI'teIn@z Kj% 3 -retaining rI'teInIN Hb% 36A -retains rI'teInz Ha% 26A -retake 'riteIk K6% 2 -retake ,ri'teIk H5% 26A -retaken ,ri'teIk@n Hd% 36A -retakes 'riteIks Kj% 2 -retakes ,ri'teIks Ha% 26A -retaking ,ri'teIkIN Hb% 36A -retaliate rI't&lIeIt I2% 42A,3A -retaliated rI't&lIeItId Ic%,Id% 52A,3A -retaliates rI't&lIeIts Ia% 42A,3A -retaliating rI't&lIeItIN Ib% 52A,3A -retaliation rI,t&lI'eISn L@% 5 -retaliative rI't&lI@tIv OA$ 5 -retaliatory rI't&lI@trI OA% 5 -retard rI'tAd H0% 26A -retardation ,ritA'deISn M6% 4 -retardations ,ritA'deISnz Mj$ 4 -retarded rI'tAdId Hc%,Hd% 36A -retarding rI'tAdIN Hb% 36A -retards rI'tAdz Ha% 26A -retch retS I1% 12A -retched retSt Ic%,Id% 12A -retches 'retSIz Ia% 22A -retching 'retSIN Ib% 22A -retd rI'taI@d Y~% 3 -retell ,ri'tel H5% 26A -retelling ,ri'telIN Hb% 36A -retells ,ri'telz Ha% 26A -retention rI'tenSn L@% 3 -retentive rI'tentIv OA% 3 -retentively rI'tentIvlI Pu% 4 -retentiveness rI'tentIvn@s L@% 4 -rethink 'riTINk K6% 2 -rethink ,ri'TINk J5% 22A,6A -rethinking ,ri'TINkIN Jb% 32A,6A -rethinks 'riTINks Kj% 2 -rethinks ,ri'TINks Ja% 22A,6A -rethought ,ri'TOt Jc%,Jd% 22A,6A -reticence 'retIsns M6% 3 -reticences 'retIsnsIz Mj$ 4 -reticent 'retIsnt OA% 3 -reticently 'retIsntlI Pu% 4 -reticulate rI'tIkjUl@t OA$ 4 -reticulate rI'tIkjUleIt J2$ 42A,6A -reticulated rI'tIkjUleItId Jc$,Jd$ 52A,6A -reticulates rI'tIkjUleIts Ja$ 42A,6A -reticulating rI'tIkjUleItIN Jb$ 52A,6A -reticulation rI,tIkjU'leISn K6$ 5 -reticulations rI,tIkjU'leISnz Kj$ 5 -reticule 'retIkjul K6$ 3 -reticules 'retIkjulz Kj$ 3 -retina 'retIn@ K6% 3 -retinae 'retIni Kj$ 3 -retinal 'retIn@l OA$ 3 -retinas 'retIn@z Kj% 3 -retinue 'retInju K6% 3 -retinues 'retInjuz Kj% 3 -retire rI'taI@R J2%,Ki% 22A,2C,3A,6A -retired rI'taI@d Jc%,Jd%,OA% 22A,2C,3A,6A -retirement rI'taI@m@nt M6% 3 -retirements rI'taI@m@nts Mj% 3 -retires rI'taI@z Ja% 22A,2C,3A,6A -retiring rI'taI@rIN Jb%,OA% 32A,2C,3A,6A -retold ,ri't@Uld Hc%,Hd% 26A -retook ,ri'tUk Hc% 26A -retool ,ri'tul H0$ 26A -retooled ,ri'tuld Hc$,Hd$ 26A -retooling ,ri'tulIN Hb$ 36A -retools ,ri'tulz Ha$ 26A -retort rI'tOt J0%,M6% 22A,6A,9,14 -retorted rI'tOtId Jc%,Jd% 32A,6A,9,14 -retorting rI'tOtIN Jb% 32A,6A,9,14 -retorts rI'tOts Ja%,Mj% 22A,6A,9,14 -retouch ,ri'tVtS H1% 26A -retouched ,ri'tVtSt Hc%,Hd% 26A -retouches ,ri'tVtSIz Ha% 36A -retouching ,ri'tVtSIN Hb% 36A -retrace ri'treIs H2% 26A -retraced ri'treIst Hc%,Hd% 26A -retraces ri'treIsIz Ha% 36A -retracing ri'treIsIN Hb% 36A -retract rI'tr&kt J0% 22A,6A -retractable rI'tr&kt@bl OA% 4 -retracted rI'tr&ktId Jc%,Jd% 32A,6A -retractile rI'tr&ktaIl OA$ 3 -retracting rI'tr&ktIN Jb% 32A,6A -retraction rI'tr&kSn M6% 3 -retractions rI'tr&kSnz Mj% 3 -retracts rI'tr&kts Ja% 22A,6A -retransmit ,ritr&nz'mIt H4% 36A,14 -retransmits ,ritr&nz'mIts Ha% 36A,14 -retransmitted ,ritr&nz'mItId Hc%,Hd% 46A,14 -retransmitting ,ritr&nz'mItIN Hb% 46A,14 -retread 'ritred K6% 2 -retread ,ri'tred H0$ 2 -retreaded ,ri'tredId Hc$,Hd$ 3 -retreading ,ri'tredIN Hb$ 3 -retreads 'ritredz Kj% 2 -retreads ,ri'tredz Ha$ 2 -retreat rI'trit I0%,M6% 22A,2C,3A -retreated rI'tritId Ic%,Id% 32A,2C,3A -retreating rI'tritIN Ib% 32A,2C,3A -retreats rI'trits Ia%,Mj% 22A,2C,3A -retrench rI'trentS J1% 22A,6A -retrenched rI'trentSt Jc%,Jd% 22A,6A -retrenches rI'trentSIz Ja% 32A,6A -retrenching rI'trentSIN Jb% 32A,6A -retrenchment rI'trentSm@nt M6% 3 -retrenchments rI'trentSm@nts Mj$ 3 -retrial ,ri'traI@l K6% 3 -retrials ,ri'traI@lz Kj% 3 -retribution ,retrI'bjuSn L@% 4 -retributive rI'trIbjUtIv OA% 4 -retrievable rI'triv@bl OA% 4 -retrieval rI'triv@l L@% 3 -retrieve rI'triv J2% 22A,6A,14 -retrieved rI'trivd Jc%,Jd% 22A,6A,14 -retriever rI'triv@R K6% 3 -retrievers rI'triv@z Kj% 3 -retrieves rI'trivz Ja% 22A,6A,14 -retrieving rI'trivIN Jb% 32A,6A,14 -retroactive ,retr@U'&ktIv OA% 4 -retroactively ,retr@U'&ktIvlI Pu% 5 -retrograde 'retr@greId I2$,OA% 32A -retrograded 'retr@greIdId Ic$,Id$ 42A -retrogrades 'retr@greIdz Ia$ 32A -retrograding 'retr@greIdIN Ib$ 42A -retrogress ,retr@'gres I1$ 32A -retrogressed ,retr@'grest Ic$,Id$ 32A -retrogresses ,retr@'gresIz Ia$ 42A -retrogressing ,retr@'gresIN Ib$ 42A -retrogression ,retr@'greSn M6$ 4 -retrogressions ,retr@'greSnz Mj$ 4 -retrogressive ,retr@'gresIv OA% 4 -retrorocket 'retr@Ur0kIt K6% 4 -retrorockets 'retr@Ur0kIts Kj% 4 -retrospect 'retr@spekt L@% 3 -retrospection ,retr@'spekSn M6% 4 -retrospections ,retr@'spekSnz Mj$ 4 -retrospective ,retr@'spektIv OA% 4 -retrospectively ,retr@'spektIvlI Pu% 5 -retrouss_e r@'truseI OA% 3 -retroversion ,retr@U'v3Sn M6$ 4 -retroversions ,retr@U'v3Snz Mj$ 4 -rets rets Ha$ 16A -retsina ret'sin@ L@% 3 -retted 'retId Hc$,Hd$ 26A -retting 'retIN Hb$ 26A -return rI't3n J0%,M6% 22A,2C,3A,4A,6A,12A,13A,15A,16A -returnable rI't3n@bl OA% 4 -returned rI't3nd Jc%,Jd% 22A,2C,3A,4A,6A,12A,13A,15A,16A -returning rI't3nIN Jb% 32A,2C,3A,4A,6A,12A,13A,15A,16A -returns rI't3nz Ja%,Mj% 22A,2C,3A,4A,6A,12A,13A,15A,16A -reunification ri,junIfI'keISn L@% 6 -reunion ,ri'junI@n M6% 3 -reunions ,ri'junI@nz Mj% 3 -reunite ,riju'naIt J2% 32A,6A -reunited ,riju'naItId Jc%,Jd% 42A,6A -reunites ,riju'naIts Ja% 32A,6A -reuniting ,riju'naItIN Jb% 42A,6A -rev rev J4%,K6% 12A,2C,6A,15B -revaluation ,riv&lju'eISn M6% 5 -revaluations ,riv&lju'eISnz Mj% 5 -revalue ri'v&lju H2% 36A -revalued ri'v&ljud Hc%,Hd% 36A -revalues ri'v&ljuz Ha% 36A -revaluing ri'v&ljuIN Hb% 46A -revamp ,ri'v&mp H0% 26A -revamped ,ri'v&mpt Hc%,Hd% 26A -revamping ,ri'v&mpIN Hb% 36A -revamps ,ri'v&mps Ha% 26A -reveal rI'vil H0% 26A,9,14,25 -revealed rI'vild Hc%,Hd% 26A,9,14,25 -revealing rI'vilIN Hb% 36A,9,14,25 -reveals rI'vilz Ha% 26A,9,14,25 -reveille rI'v&lI K6% 3 -reveilles rI'v&lIz Kj% 3 -revel 'rev@l I4%,M6% 22A,2B,2C,3A,15B -revelation ,rev@'leISn M6% 4 -revelations ,rev@'leISnz Mj% 4 -revelled 'rev@ld Ic%,Id% 22A,2B,2C,3A,15B -reveller 'rev@l@R K6% 3 -revellers 'rev@l@z Kj% 3 -revelling 'rev@lIN Ib% 32A,2B,2C,3A,15B -revelries 'rev@lrIz Mj% 3 -revelry 'rev@lrI M8% 3 -revels 'rev@lz Ia%,Mj% 22A,2B,2C,3A,15B -revenge rI'vendZ H2%,L@% 26A -revenged rI'vendZd Hc%,Hd% 26A -revengeful rI'vendZf@l OA% 3 -revengefully rI'vendZf@lI Pu% 4 -revenges rI'vendZIz Ha% 36A -revenging rI'vendZIN Hb% 36A -revenue 'rev@nju M6% 3 -revenues 'rev@njuz Mj% 3 -reverberant rI'v3b@r@nt OA$ 4 -reverberate rI'v3b@reIt J2% 42A,6A -reverberated rI'v3b@reItId Jc%,Jd% 52A,6A -reverberates rI'v3b@reIts Ja% 42A,6A -reverberating rI'v3b@reItIN Jb% 52A,6A -reverberation rI,v3b@'reISn M6% 5 -reverberations rI,v3b@'reISnz Mj% 5 -revere rI'vI@R H2% 26A -revered rI'vI@d Hc%,Hd% 26A -reverence 'rev@r@ns H2%,L@% 36A -reverenced 'rev@r@nst Hc%,Hd% 36A -reverences 'rev@r@nsIz Ha% 46A -reverencing 'rev@r@nsIN Hb% 46A -reverend 'rev@r@nd K6%,OA% 3 -reverends 'rev@r@ndz Kj% 3 -reverent 'rev@r@nt OA% 3 -reverential ,rev@'renSl OA% 4 -reverentially ,rev@'renS@lI Pu% 5 -reverently 'rev@r@ntlI Pu% 4 -reveres rI'vI@z Ha% 26A -reverie 'rev@rI M6% 3 -reveries 'rev@rIz Mj% 3 -revering rI'vI@rIN Hb% 36A -revers rI'vI@R Ki$ 2 -revers rI'vI@z Kj$ 2 -reversal rI'v3sl M6% 3 -reversals rI'v3slz Mj% 3 -reverse rI'v3s J2%,M6%,OA% 22A,6A -reversed rI'v3st Jc%,Jd% 22A,6A -reversely rI'v3slI Pu$ 3 -reverses rI'v3sIz Ja%,Mj% 32A,6A -reversibility rI,v3s@'bIlItI L@% 6 -reversible rI'v3s@bl OA% 4 -reversing rI'v3sIN Jb% 32A,6A -reversion rI'v3Sn M6% 3 -reversionary rI'v3Sn@rI OA$ 4 -reversions rI'v3Snz Mj$ 3 -revert rI'v3t I0% 22A,3A -reverted rI'v3tId Ic%,Id% 32A,3A -revertible rI'v3t@bl OA$ 4 -reverting rI'v3tIN Ib% 32A,3A -reverts rI'v3ts Ia% 22A,3A -revetment rI'vetm@nt K6$ 3 -revetments rI'vetm@nts Kj$ 3 -review rI'vju J0%,M6% 22A,2C,6A -reviewed rI'vjud Jc%,Jd% 22A,2C,6A -reviewer rI'vju@R K6% 3 -reviewers rI'vju@z Kj% 3 -reviewing rI'vjuIN Jb% 32A,2C,6A -reviews rI'vjuz Ja%,Mj% 22A,2C,6A -revile rI'vaIl J2% 23A,6A -reviled rI'vaIld Jc%,Jd% 23A,6A -reviles rI'vaIlz Ja% 23A,6A -reviling rI'vaIlIN Jb% 33A,6A -revise rI'vaIz H2%,K6% 26A -revised rI'vaIzd Hc%,Hd% 26A -reviser rI'vaIz@R K6% 3 -revisers rI'vaIz@z Kj% 3 -revises rI'vaIzIz Ha%,Kj% 36A -revising rI'vaIzIN Hb% 36A -revision rI'vIZn M6% 3 -revisionism rI'vIZ@nIz@m L@% 5 -revisionist rI'vIZ@nIst K6% 4 -revisionists rI'vIZ@nIsts Kj% 4 -revisions rI'vIZnz Mj% 3 -revisit ri'vIzIt H0% 32C,3A,6A,14 -revisited ri'vIzItId Hc%,Hd% 42C,3A,6A,14 -revisiting ri'vIzItIN Hb% 42C,3A,6A,14 -revisits ri'vIzIts Ha% 32C,3A,6A,14 -revitalization ,ri,vaIt@laI'zeISn M6% 6 -revitalizations ,ri,vaIt@laI'zeISnz Mj$ 6 -revitalize ri'vaIt@laIz H2% 4 -revitalized ri'vaIt@laIzd Hc%,Hd% 4 -revitalizes ri'vaIt@laIzIz Ha% 5 -revitalizing ri'vaIt@laIzIN Hb% 5 -revival rI'vaIvl M6% 3 -revivalist rI'vaIv@lIst K6% 4 -revivalists rI'vaIv@lIsts Kj% 4 -revivals rI'vaIvlz Mj% 3 -revive rI'vaIv J2% 22A,6A -revived rI'vaIvd Jc%,Jd% 22A,6A -revives rI'vaIvz Ja% 22A,6A -revivified ri'vIvIfaId Hc%,Hd% 4 -revivifies ri'vIvIfaIz Ha% 4 -revivify ri'vIvIfaI H3% 4 -revivifying ri'vIvIfaIIN Hb% 5 -reviving rI'vaIvIN Jb% 32A,6A -revocable 'rev@k@bl OA$ 4 -revocation ,rev@'keISn M6% 4 -revocations ,rev@'keISnz Mj% 4 -revoke rI'v@Uk J2%,K6% 22A,6A -revoked rI'v@Ukt Jc%,Jd% 22A,6A -revokes rI'v@Uks Ja%,Kj% 22A,6A -revoking rI'v@UkIN Jb% 32A,6A -revolt rI'v@Ult J0%,M6% 22A,3A,6A -revolted rI'v@UltId Jc%,Jd% 32A,3A,6A -revolting rI'v@UltIN Jb%,OA% 32A,3A,6A -revoltingly rI'v@UltINlI Pu% 4 -revolts rI'v@Ults Ja%,Mj% 22A,3A,6A -revolution ,rev@'luSn M6% 4 -revolutionaries ,rev@'luS@n@rIz Kj% 6 -revolutionary ,rev@'luS@nrI K6%,OA% 5 -revolutionize ,rev@'luS@naIz H2% 56A -revolutionized ,rev@'luS@naIzd Hc%,Hd% 56A -revolutionizes ,rev@'luS@naIzIz Ha% 66A -revolutionizing ,rev@'luS@naIzIN Hb% 66A -revolutions ,rev@'luSnz Mj% 4 -revolve rI'v0lv J2% 22A,3A,6A -revolved rI'v0lvd Jc%,Jd% 22A,3A,6A -revolver rI'v0lv@R K6% 3 -revolvers rI'v0lv@z Kj% 3 -revolves rI'v0lvz Ja% 22A,3A,6A -revolving rI'v0lvIN Jb% 32A,3A,6A -revs revz Ja%,Kj% 12A,2C,6A,15B -revue rI'vju M6% 2 -revues rI'vjuz Mj% 2 -revulsion rI'vVlSn L@% 3 -revved revd Jc%,Jd% 12A,2C,6A,15B -revving 'revIN Jb% 22A,2C,6A,15B -reward rI'wOd H0%,M6% 26A,14 -rewarded rI'wOdId Hc%,Hd% 36A,14 -rewarding rI'wOdIN Hb% 36A,14 -rewards rI'wOdz Ha%,Mj% 26A,14 -rewire ,ri'waI@R H2% 2 -rewired ,ri'waI@d Hc%,Hd% 2 -rewires ,ri'waI@z Ha% 2 -rewiring ,ri'waI@rIN Hb% 3 -reword ,ri'w3d H0% 26A -reworded ,ri'w3dId Hc%,Hd% 36A -rewording ,ri'w3dIN Hb% 36A -rewords ,ri'w3dz Ha% 26A -rewrite 'riraIt K6% 2 -rewrite ,ri'raIt H5% 26A -rewrites 'riraIts Kj% 2 -rewrites ,ri'raIts Ha% 26A -rewriting ,ri'raItIN Hb% 36A -rewritten ,ri'rIt@n Hd% 36A -rewrote ,ri'r@Ut Hc% 26A -rhapsodies 'r&ps@dIz Kj% 3 -rhapsodize 'r&ps@daIz I2% 32A,3A -rhapsodized 'r&ps@daIzd Ic%,Id% 32A,3A -rhapsodizes 'r&ps@daIzIz Ia% 42A,3A -rhapsodizing 'r&ps@daIzIN Ib% 42A,3A -rhapsody 'r&ps@dI K8% 3 -rhea rI@ K6$ 2 -rheas rI@z Kj$ 2 -rheostat 'ri@st&t K6% 3 -rheostats 'ri@st&ts Kj% 3 -rhesus 'ris@s K7% 2 -rhesuses 'ris@sIz Kj$ 3 -rhetoric 'ret@rIk L@% 3 -rhetorical rI't0rIkl OA% 4 -rhetorically rI't0rIklI Pu% 4 -rhetorician ,ret@'rISn K6% 4 -rhetoricians ,ret@'rISnz Kj% 4 -rheum rum L@$ 1 -rheumatic ru'm&tIk K6%,OA% 3 -rheumatics ru'm&tIks Kj% 3 -rheumatism 'rum@tIz@m L@% 4 -rheumatoid 'rum@toId OA% 3 -rhinal 'raInl OA$ 2 -rhino 'raIn@U K6% 2 -rhinoceros raI'n0s@r@s K9% 4 -rhinoceroses raI'n0s@r@sIz Kj% 5 -rhinos 'raIn@Uz Kj% 2 -rhizome 'raIz@Um K6$ 2 -rhizomes 'raIz@Umz Kj$ 2 -rhododendron ,r@Ud@'dendr@n K6% 4 -rhododendrons ,r@Ud@'dendr@nz Kj% 4 -rhomb r0m K6$ 1 -rhomboid 'r0mboId K6$,OA$ 2 -rhomboids 'r0mboIdz Kj$ 2 -rhombs r0mz Kj$ 1 -rhombus 'r0mb@s K7% 2 -rhombuses 'r0mb@sIz Kj% 3 -rhubarb 'rubAb L@% 2 -rhyme raIm J2%,M6% 12A,3A,6A -rhymed raImd Jc%,Jd%,OA% 12A,3A,6A -rhymes raImz Ja%,Mj% 12A,3A,6A -rhymester 'raImst@R K6$ 2 -rhymesters 'raImst@z Kj$ 2 -rhyming 'raImIN Jb% 22A,3A,6A -rhythm 'rID@m M6% 2 -rhythmic 'rIDmIk OA% 2 -rhythmical 'rIDmIkl OA% 3 -rhythmically 'rIDmIklI Pu% 3 -rhythms 'rID@mz Mj% 2 -rib rIb H4%,K6% 16A -ribald 'rIb@ld K6$,OA% 2 -ribaldry 'rIb@ldrI L@% 3 -ribalds 'rIb@ldz Kj$ 2 -riband 'rIb@nd K6% 2 -ribands 'rIb@ndz Kj$ 2 -ribbed rIbd Hc%,Hd% 16A -ribbing 'rIbIN Hb% 26A -ribbon 'rIb@n M6% 2 -ribbons 'rIb@nz Mj% 2 -riboflavin ,raIb@U'fleIvIn L@% 4 -ribs rIbz Ha%,Kj% 16A -rice raIs L@% 1 -rice-paper 'raIs-peIp@R L@% 3 -rich rItS OC% 1 -richer 'rItS@R Or% 2 -riches 'rItSIz Kj% 2 -richest 'rItSIst Os% 2 -richly 'rItSlI Pu% 2 -richness 'rItSn@s L@% 2 -rick rIk H0%,K6% 16A -ricked rIkt Hc%,Hd% 16A -rickets 'rIkIts Lk% 2 -rickety 'rIk@tI OA% 3 -ricking 'rIkIN Hb% 26A -ricks rIks Ha%,Kj% 16A -rickshaw 'rIkSO K6% 2 -rickshaws 'rIkSOz Kj% 2 -ricochet 'rIk@SeI J0%,M6% 32A,6A -ricocheted 'rIk@SeId Jc%,Jd% 32A,6A -ricocheting 'rIk@SeIIN Jb$ 42A,6A -ricochets 'rIk@SeIz Ja%,Mj% 32A,6A -ricochetted 'rIk@SeId Jc$,Jd$ 32A,6A -ricochetting 'rIk@SeIIN Jb$ 42A,6A -rid rId H5%,Hc%,Hd% 114 -riddance 'rIdns L@% 2 -ridden 'rIdn Jd% 22A,2B,2C,2D,3A,4A,6A,15A -ridding 'rIdIN Hb% 214 -riddle 'rIdl H2%,K6% 26A,14 -riddled 'rIdld Hc%,Hd% 26A,14 -riddles 'rIdlz Ha%,Kj% 26A,14 -riddling 'rIdlIN Hb% 26A,14 -ride raId J5%,K6% 12A,2B,2C,2D,3A,4A,6A,15A -rider 'raId@R K6% 2 -riderless 'raId@l@s OA% 3 -riders 'raId@z Kj% 2 -rides raIdz Ja%,Kj% 12A,2B,2C,2D,3A,4A,6A,15A -ridge rIdZ H2%,K6% 16A -ridge-tile 'rIdZ-taIl K6% 2 -ridge-tiles 'rIdZ-taIlz Kj% 2 -ridged rIdZd Hc%,Hd% 16A -ridgepole 'rIdZp@Ul K6% 2 -ridgepoles 'rIdZp@Ulz Kj% 2 -ridges 'rIdZIz Ha%,Kj% 26A -ridging 'rIdZIN Hb% 26A -ridicule 'rIdIkjul H2%,K6% 3 -ridiculed 'rIdIkjuld Hc%,Hd% 3 -ridicules 'rIdIkjulz Ha%,Kj% 3 -ridiculing 'rIdIkjulIN Hb% 4 -ridiculous rI'dIkjUl@s OA% 4 -ridiculously rI'dIkjUl@slI Pu% 5 -riding 'raIdIN Jb%,M6% 22A,2B,2C,2D,3A,4A,6A,15A -riding-breeches 'raIdIN-brItSIz Kj% 4 -riding-habit 'raIdIN-h&bIt K6% 4 -riding-habits 'raIdIN-h&bIts Kj$ 4 -riding-lamp 'raIdIN-l&mp K6% 3 -riding-lamps 'raIdIN-l&mps Kj% 3 -riding-light 'raIdIN-laIt K6% 3 -riding-lights 'raIdIN-laIts Kj% 3 -riding-master 'raIdIN-mAst@R K6% 4 -riding-masters 'raIdIN-mAst@z Kj% 4 -riding-school 'raIdIN-skul K6% 3 -riding-schools 'raIdIN-skulz Kj% 3 -ridings 'raIdINz Mj% 2 -rids rIdz Ha% 114 -rife raIf Op% 1 -riff rIf K6$ 1 -riff-raff 'rIf-r&f Mi% 2 -riffle 'rIfl J2$ 23A,6A -riffled 'rIfld Jc$,Jd$ 23A,6A -riffles 'rIflz Ja$ 23A,6A -riffling 'rIflIN Jb$ 23A,6A -riffs rIfs Kj$ 1 -rifle 'raIf@l H2%,K6% 26A -rifle-range 'raIfl-reIndZ K6% 3 -rifle-ranges 'raIfl-reIndZIz Kj% 4 -rifle-shot 'raIfl-S0t K6% 3 -rifle-shots 'raIfl-S0ts Kj% 3 -rifled 'raIf@ld Hc%,Hd% 26A -rifleman 'raIflm@n Ki% 3 -riflemen 'raIflm@n Kj% 3 -rifles 'raIf@lz Ha%,Kj% 26A -rifling 'raIflIN Hb% 26A -rift rIft K6% 1 -rift-valley rIft-'v&lI K6% 3 -rift-valleys rIft-'v&lIz Kj% 3 -rifts rIfts Kj% 1 -rig rIg J4%,K6% 12A,2C,6A,14,15B -rigged rIgd Jc%,Jd% 12A,2C,6A,14,15B -rigger 'rIg@R K6$ 2 -riggers 'rIg@z Kj$ 2 -rigging 'rIgIN Jb%,L@% 22A,2C,6A,14,15B -right raIt H0%,M6%,OA*,Pu* 16A -right-angled 'raIt-&Ngld OA% 3 -right-down 'raIt-daUn OA$,Pu$ 2 -right-hand 'raIt-h&nd OA% 2 -right-handed raIt-'h&ndId OA% 3 -right-hander raIt-'h&nd@R K6% 3 -right-handers raIt-'h&nd@z Kj% 3 -right-minded 'raIt-maIndId OA% 3 -right-turn raIt-'t3n K6% 2 -right-turns raIt-'t3nz Kj% 2 -right-wing raIt-'wIN K6% 2 -right-winger raIt-'wIN@R K6% 3 -right-wingers raIt-'wIN@z Kj% 3 -right-wings raIt-'wINz Kj% 2 -righted 'raItId Hc%,Hd% 26A -righteous 'raItS@s OA% 2 -righteously 'raItS@slI Pu% 3 -righteousness 'raItS@sn@s L@% 3 -rightful 'raItf@l OA% 2 -rightfully 'raItf@lI Pu% 3 -rightfulness 'raItfln@s L@$ 3 -righting 'raItIN Hb% 26A -rightist 'raItIst K6$,OA$ 2 -rightists 'raItIsts Kj$ 2 -rightly 'raItlI Pu% 2 -rightness 'raItn@s L@% 2 -rights raIts Ha%,Mj% 16A -rigid 'rIdZId OA% 2 -rigidities rI'dZIdItIz Mj% 4 -rigidity rI'dZIdItI M8% 4 -rigidly 'rIdZIdlI Pu% 3 -rigmarole 'rIgm@r@Ul M6% 3 -rigmaroles 'rIgm@r@Ulz Mj% 3 -rigor mortis ,rIg@ 'mOtIs L@% 4 -rigorous 'rIg@r@s OA% 3 -rigorously 'rIg@r@slI Pu% 4 -rigour 'rIg@R M6% 2 -rigours 'rIg@z Mj% 2 -rigout 'rIgaUt K6% 2 -rigouts 'rIgaUts Kj% 2 -rigs rIgz Ja%,Kj% 12A,2C,6A,14,15B -rile raIl H2% 16A -riled raIld Hc%,Hd% 16A -riles raIlz Ha% 16A -riling 'raIlIN Hb% 26A -rill rIl K6$ 1 -rills rIlz Kj$ 1 -rim rIm H4%,K6% 16A -rime raIm H2$,L@$ 16A -rimed raImd Hc$,Hd$ 16A -rimes raImz Ha$ 16A -riming 'raImIN Hb$ 26A -rimmed rImd Hc%,Hd% 16A -rimming 'rImIN Hb% 26A -rims rImz Ha%,Kj% 16A -rind raInd M6% 1 -rinderpest 'rInd@pest L@$ 3 -rinds raIndz Mj% 1 -ring rIN J0%,J5%,K6% 12A,2B,2C,2D,3A,6A,15A,15B -ring-armour 'rIN-Am@R L@$ 3 -ring-finger 'rIN-fINg@R K6% 3 -ring-fingers 'rIN-fINg@z Kj% 3 -ring-mail 'rIN-meIl L@$ 2 -ring-road 'rIN-r@Ud K6% 2 -ring-roads 'rIN-r@Udz Kj% 2 -ringed rINd Jc%,Jd% 12A,2B,2C,2D,3A,6A,15A,15B -ringer 'rIN@R K6% 2 -ringers 'rIN@z Kj% 2 -ringing 'rININ Jb% 22A,2B,2C,2D,3A,6A,15A,15B -ringleader 'rINlid@R K6% 3 -ringleaders 'rINlid@z Kj% 3 -ringlet 'rINlIt K6% 2 -ringlets 'rINlIts Kj% 2 -ringmaster 'rINmAst@R K6% 3 -ringmasters 'rINmAst@z Kj% 3 -rings rINz Ja%,Kj% 12A,2B,2C,2D,3A,6A,15A,15B -ringside 'rINsaId K6% 2 -ringsides 'rINsaIdz Kj$ 2 -ringworm 'rINw3m L@% 2 -rink rINk K6% 1 -rinks rINks Kj% 1 -rinse rIns H2%,K6% 16A,15A,15B -rinsed rInst Hc%,Hd% 16A,15A,15B -rinses 'rInsIz Ha%,Kj% 26A,15A,15B -rinsing 'rInsIN Hb% 26A,15A,15B -riot 'raI@t I0%,M6% 22A,2B,2C,3A -rioted 'raI@tId Ic%,Id% 32A,2B,2C,3A -rioter 'raI@t@R K6% 3 -rioters 'raI@t@z Kj% 3 -rioting 'raI@tIN Ib% 32A,2B,2C,3A -riotous 'raI@t@s OA% 3 -riotously 'raI@t@slI Pu% 4 -riots 'raI@ts Ia%,Mj% 22A,2B,2C,3A -rip rIp J4%,K6% 12A,2C,6A,15A,15B,22 -rip-off 'rIp-0f K6% 2 -rip-offs 'rIp-0fs Kj% 2 -rip-roaring 'rIp-rOrIN OA% 3 -riparian raI'pe@rI@n OA$ 4 -ripcord 'rIpkOd K6% 2 -ripcords 'rIpkOdz Kj% 2 -ripe raIp OB% 1 -ripely 'raIplI Pu% 2 -ripen 'raIp@n J0% 22A,6A -ripened 'raIp@nd Jc%,Jd% 22A,6A -ripeness 'raIpn@s L@% 2 -ripening 'raIp@nIN Jb% 32A,6A -ripens 'raIp@nz Ja% 22A,6A -riper 'raIp@R Or% 2 -ripest 'raIpIst Os% 2 -riposte rI'p0st I2$,K6% 2 -riposted rI'p0stId Ic$,Id$ 3 -ripostes rI'p0sts Ia$,Kj$ 2 -riposting rI'p0stIN Ib$ 3 -ripped rIpt Jc%,Jd% 12A,2C,6A,15A,15B,22 -ripping 'rIpIN Jb% 22A,2C,6A,15A,15B,22 -ripple 'rIpl J2%,K6% 22A,6A -rippled 'rIpld Jc%,Jd% 22A,6A -ripples 'rIplz Ja%,Kj% 22A,6A -rippling 'rIplIN Jb% 22A,6A -rips rIps Ja%,Kj% 12A,2C,6A,15A,15B,22 -ripsaw 'rIpsO K6% 2 -ripsaws 'rIpsOz Kj% 2 -riptide 'rIptaId K6$ 2 -riptides 'rIptaIdz Kj$ 2 -rise raIz I5%,K6% 12A,2B,2C,3A,4A -risen 'rIzn Id% 22A,2B,2C,3A,4A -riser 'raIz@R K6% 2 -risers 'raIz@z Kj% 2 -rises 'raIzIz Ia%,Kj% 22A,2B,2C,3A,4A -risibility ,rIz@'bIlItI L@% 5 -risible 'rIz@bl OA% 3 -rising 'raIzIN Ib%,K6% 22A,2B,2C,3A,4A -risings 'raIzINz Kj% 2 -risk rIsk H0%,M6% 16A,6D -risked rIskt Hc%,Hd% 16A,6D -riskier 'rIskI@R Or% 3 -riskiest 'rIskIIst Os% 3 -riskily 'rIskIlI Pu% 3 -riskiness 'rIskIn@s L@% 3 -risking 'rIskIN Hb% 26A,6D -risks rIsks Ha%,Mj% 16A,6D -risky 'rIskI OD% 2 -risotto rI'z0t@U M6% 3 -risottos rI'z0t@Uz Mj% 3 -risqu_e 'riskeI OA% 2 -rissole 'rIs@Ul K6% 2 -rissoles 'rIs@Ulz Kj% 2 -rite raIt K6% 1 -rites raIts Kj% 1 -ritual 'rItSU@l M6%,OA% 3 -ritualism 'rItSU@lIz@m L@$ 5 -ritualist 'rItSU@lIst K6% 4 -ritualistic ,rItSU@'lIstIk OA% 5 -ritualists 'rItSU@lIsts Kj$ 4 -rituals 'rItSU@lz Mj% 3 -ritzy 'rItsI OA% 2 -rival 'raIv@l H4%,K6% 26A,14 -rivalled 'raIv@ld Hc%,Hd% 26A,14 -rivalling 'raIv@lIN Hb% 36A,14 -rivalries 'raIv@lrIz Mj% 3 -rivalry 'raIv@lrI M8% 3 -rivals 'raIv@lz Ha%,Kj% 26A,14 -rive raIv J2$ 16A,15A,15B -rived raIvd Jc$,Jd$ 16A,15A,15B -riven 'rIvn Jd$ 26A,15A,15B -river 'rIv@R K6% 2 -river-basin ,rIv@-'beIsn K6% 4 -river-basins ,rIv@-'beIsnz Kj% 4 -river-bed 'rIv@-bed K6% 3 -river-beds 'rIv@-bedz Kj% 3 -rivers 'rIv@z Kj% 2 -riverside 'rIv@saId K6% 3 -riversides 'rIv@saIdz Kj% 3 -rives raIvz Ja$ 16A,15A,15B -rivet 'rIvIt H0%,K6% 26A,15A,15B -riveted 'rIvItId Hc%,Hd% 36A,15A,15B -riveter 'rIvIt@R K6% 3 -riveters 'rIvIt@z Kj% 3 -riveting 'rIvItIN Hb% 36A,15A,15B -rivets 'rIvIts Ha%,Kj% 26A,15A,15B -riving 'raIvIN Jb$ 26A,15A,15B -rivulet 'rIvjUlIt K6% 3 -rivulets 'rIvjUlIts Kj% 3 -rly 'reIlweI Y>$ 2 -roach r@UtS K9% 1 -roaches 'r@UtSIz Kj% 2 -road r@Ud K6* 1 -road-book 'r@Ud-bUk K6% 2 -road-books 'r@Ud-bUks Kj% 2 -road-hog 'r@Ud-h0g K6% 2 -road-hogs 'r@Ud-h0gz Kj% 2 -road-metal 'r@Ud-metl L@$ 3 -road-sense 'r@Ud-sens L@% 2 -roadbed 'r@Udbed K6% 2 -roadbeds 'r@Udbedz Kj% 2 -roadblock 'r@Udbl0k K6% 2 -roadblocks 'r@Udbl0ks Kj% 2 -roadhouse 'r@UdhaUs K6% 2 -roadhouses 'r@UdhaUzIz Kj% 3 -roadless 'r@Udl@s OA$ 2 -roadman 'r@Udm&n Ki% 2 -roadmen 'r@Udmen Kj% 2 -roadmender 'r@Udmend@R K6% 3 -roadmenders 'r@Udmend@z Kj% 3 -roads r@Udz Kj% 1 -roadside 'r@UdsaId K6% 2 -roadsides 'r@UdsaIdz Kj% 2 -roadstead 'r@Udsted K6$ 2 -roadsteads 'r@Udstedz Kj$ 2 -roadster 'r@Udst@R K6$ 2 -roadsters 'r@Udst@z Kj$ 2 -roadway 'r@UdweI K6% 2 -roadways 'r@UdweIz Kj% 2 -roadworthy 'r@Udw3DI OA% 3 -roam r@Um J0% 12A,2C,6A -roamed r@Umd Jc%,Jd% 12A,2C,6A -roaming 'r@UmIN Jb% 22A,2C,6A -roams r@Umz Ja% 12A,2C,6A -roan r@Un M6$,OA$ 1 -roans r@Unz Mj$ 1 -roar rOR J0%,K6% 12A,2C,3A,6A,15B,22 -roared rOd Jc%,Jd% 12A,2C,3A,6A,15B,22 -roaring 'rOrIN Jb%,OA%,Pu% 22A,2C,3A,6A,15B,22 -roars rOz Ja%,Kj% 12A,2C,3A,6A,15B,22 -roast r@Ust J0%,M6%,Oq% 12A,6A -roasted 'r@UstId Jc%,Jd% 22A,6A -roaster 'r@Ust@R K6% 2 -roasters 'r@Ust@z Kj% 2 -roasting 'r@UstIN Jb%,M6% 22A,6A -roastings 'r@UstINz Mj$ 2 -roasts r@Usts Ja%,Mj% 12A,6A -rob r0b H4% 16A,14 -robbed r0bd Hc%,Hd% 16A,14 -robber 'r0b@R K6% 2 -robberies 'r0b@rIz Mj% 3 -robbers 'r0b@z Kj% 2 -robbery 'r0b@rI M8% 3 -robbing 'r0bIN Hb% 26A,14 -robe r@Ub J2%,K6% 12A,6A,14 -robed r@Ubd Jc%,Jd% 12A,6A,14 -robes r@Ubz Ja%,Kj% 12A,6A,14 -robin 'r0bIn K6% 2 -robing 'r@UbIN Jb% 22A,6A,14 -robins 'r0bInz Kj% 2 -robot 'r@Ub0t K6% 2 -robots 'r@Ub0ts Kj% 2 -robs r0bz Ha% 16A,14 -robust r@U'bVst OA% 2 -robustly r@U'bVstlI Pu% 3 -robustness r@U'bVstn@s L@% 3 -roc r0k K6$ 1 -rock r0k J0%,M6% 12A,6A,15A -rock-'n-roll ,r0k-@n-'r@Ul L@% 3 -rock-bottom r0k-'b0t@m L@% 3 -rock-cake 'r0k-keIk K6% 2 -rock-cakes 'r0k-keIks Kj% 2 -rock-climbing 'r0k-klaImIN L@% 3 -rock-crystal 'r0k-krIstl K6% 3 -rock-crystals 'r0k-krIstlz Kj% 3 -rock-garden 'r0k-gAdn K6% 3 -rock-gardens 'r0k-gAdnz Kj% 3 -rock-plant 'r0k-plAnt K6% 2 -rock-plants 'r0k-plAnts Kj% 2 -rock-salmon r0k-'s&m@n K9% 3 -rock-salt 'r0k-sOlt L@% 2 -rocked r0kt Jc%,Jd% 12A,6A,15A -rocker 'r0k@R K6% 2 -rockeries 'r0k@rIz Kj% 3 -rockers 'r0k@z Kj% 2 -rockery 'r0k@rI K8% 3 -rocket 'r0kIt I0%,K6% 22A -rocket-base 'r0kIt-beIs K6% 3 -rocket-bases 'r0kIt-beIsIz Kj% 4 -rocket-range 'r0kIt-reIndZ K6% 3 -rocket-ranges 'r0kIt-reIndZIz Kj% 4 -rocketed 'r0kItId Ic%,Id% 32A -rocketing 'r0kItIN Ib% 32A -rocketry 'r0kItrI L@% 3 -rockets 'r0kIts Ia%,Kj% 22A -rockier 'r0kI@R Or% 3 -rockiest 'r0kIIst Os% 3 -rocking 'r0kIN Jb% 22A,6A,15A -rocking-chair 'r0kIN-tSe@R K6% 3 -rocking-chairs 'r0kIN-tSe@z Kj% 3 -rocking-horse 'r0kIN-hOs K6% 3 -rocking-horses 'r0kIN-hOsIz Kj% 4 -rocks r0ks Ja%,Mj% 12A,6A,15A -rocky 'r0kI OD% 2 -rococo r@'k@Uk@U OA% 3 -rocs r0ks Kj$ 1 -rod r0d K6% 1 -rode r@Ud Jc% 12A,2B,2C,2D,3A,4A,6A,15A -rodent 'r@Udnt K6% 2 -rodents 'r@Udnts Kj% 2 -rodeo r@U'deI@U K6% 3 -rodeos r@U'deI@Uz Kj% 3 -rodomontade ,r0d@m0n'teId L@$ 4 -rods r0dz Kj% 1 -roe r@U M9% 1 -roebuck 'r@UbVk K6% 2 -roebucks 'r@UbVks Kj% 2 -roes r@Uz Kj% 1 -rogation r@U'geISn K6$ 3 -rogations r@U'geISnz Kj$ 3 -roger 'r0dZ@R W-$ 2 -rogue r@Ug K6% 1 -rogue-elephant r@Ug-'elIf@nt K6% 4 -rogue-elephants r@Ug-'elIf@nts Kj% 4 -rogueries 'r@Ug@rIz Mj% 3 -roguery 'r@Ug@rI M8% 3 -rogues r@Ugz Kj% 1 -roguish 'r@UgIS OA% 2 -roguishly 'r@UgISlI Pu% 3 -roguishness 'r@UgISn@s L@% 3 -roisterer 'roIst@r@R K6% 3 -roisterers 'roIst@r@z Kj% 3 -role r@Ul K6% 1 -roles r@Ulz Kj% 1 -roll r@Ul J0%,K6% 12A,2B,2C,6A,12B,13B,14,15A,15B,22 -roll-call 'r@Ul-kOl K6% 2 -roll-calls 'r@Ul-kOlz Kj% 2 -roll-on 'r@Ul-0n K6% 2 -roll-ons 'r@Ul-0nz Kj% 2 -rolled r@Uld Jc%,Jd% 12A,2B,2C,6A,12B,13B,14,15A,15B,22 -roller 'r@Ul@R K6% 2 -roller-skate 'r@Ul@-skeIt K6% 3 -roller-skates 'r@Ul@-skeIts Kj% 3 -rollers 'r@Ul@z Kj% 2 -rollicking 'r0lIkIN OA% 3 -rolling 'r@UlIN Jb%,L@% 22A,2B,2C,6A,12B,13B,14,15A,15B,22 -rolling-mill 'r@UlIN-mIl K6% 3 -rolling-mills 'r@UlIN-mIlz Kj% 3 -rolling-pin 'r@UlIN-pIn K6% 3 -rolling-pins 'r@UlIN-pInz Kj% 3 -rolling-stock 'r@UlIN-st0k L@% 3 -rolls r@Ulz Ja%,Kj% 12A,2B,2C,6A,12B,13B,14,15A,15B,22 -roly-polies ,r@UlI-'p@UlIz Kj$ 4 -roly-poly ,r@UlI-'p@UlI K8% 4 -romance r@U'm&ns I2%,M6% 22A -romanced r@U'm&nst Ic%,Id% 22A -romances r@U'm&nsIz Ia%,Mj% 32A -romancing r@U'm&nsIN Ib% 32A -romantic r@'m&ntIk K6%,OA% 3 -romantically r@'m&ntIklI Pu% 4 -romanticism r@'m&ntIsIz@m L@% 5 -romanticist r@'m&ntIsIst K6% 4 -romanticists r@'m&ntIsIsts Kj% 4 -romanticize r@U'm&ntIsaIz J2% 42A,6A -romanticized r@U'm&ntIsaIzd Jc%,Jd% 42A,6A -romanticizes r@U'm&ntIsaIzIz Ja% 52A,6A -romanticizing r@U'm&ntIsaIzIN Jb% 52A,6A -romantics r@'m&ntIks Kj% 3 -romp r0mp I0%,K6% 12A,2C -romped r0mpt Ic%,Id% 12A,2C -romper 'r0mp@R K6% 2 -rompers 'r0mp@z Kj% 2 -romping 'r0mpIN Ib% 22A,2C -romps r0mps Ia%,Kj% 12A,2C -rondeau 'r0nd@U K6$ 2 -rondeaus 'r0nd@Uz Kj$ 2 -rondel 'r0ndl K6$ 2 -rondels 'r0ndlz Kj$ 2 -rondo 'r0nd@U K6$ 2 -rondos 'r0nd@Uz Kj$ 2 -rood rud K6$ 1 -rood-tree 'rud-tri K6$ 2 -rood-trees 'rud-triz Kj$ 2 -roods rudz Kj$ 1 -roof ruf H0%,K6% 16A,15A,15B -roof-garden 'ruf-gAdn K6% 3 -roof-gardens 'ruf-gAdnz Kj% 3 -roof-tree 'ruf-tri K6% 2 -roof-trees 'ruf-triz Kj% 2 -roofed ruft Hc%,Hd% 16A,15A,15B -roofing 'rufIN Hb%,L@% 26A,15A,15B -roofless 'rufl@s OA% 2 -roofs rufs Ha%,Kj% 16A,15A,15B -rook rUk H0$,K6% 16A -rooked rUkt Hc$,Hd$ 16A -rookeries 'rUk@rIz Kj% 3 -rookery 'rUk@rI K8% 3 -rookie 'rUkI K6% 2 -rookies 'rUkIz Kj% 2 -rooking 'rUkIN Hb$ 26A -rooks rUks Ha$,Kj% 16A -room rum I0%,M6* 12C -room-mate 'rum-meIt K6% 2 -room-mates 'rum-meIts Kj% 2 -roomed rumd Ic%,Id%,Ot% 12C -roomer 'rum@R K6$ 2 -roomers 'rum@z Kj$ 2 -roomful 'rumfUl K6% 2 -roomfuls 'rumfUlz Kj% 2 -roomier 'rumI@R Or% 3 -roomiest 'rumIIst Os% 3 -roomily 'rumIlI Pu% 3 -rooming 'rumIN Ib% 22C -rooms rumz Ia%,Mj% 12C -roomy 'rumI OD% 2 -roost rust I0%,K6% 12A -roosted 'rustId Ic%,Id% 22A -rooster 'rust@R K6% 2 -roosters 'rust@z Kj% 2 -roosting 'rustIN Ib% 22A -roosts rusts Ia%,Kj% 12A -root rut J0%,K6% 12A,2C,3A,6A,15A,15B -rooted 'rutId Jc%,Jd% 22A,2C,3A,6A,15A,15B -rooting 'rutIN Jb% 22A,2C,3A,6A,15A,15B -rootle 'rutl I2$ 22C -rootled 'rutld Ic$,Id$ 22C -rootles 'rutlz Ia$ 22C -rootless 'rutl@s OA% 2 -rootling 'rutlIN Ib$ 22C -roots ruts Ja%,Kj% 12A,2C,3A,6A,15A,15B -rope r@Up H2%,M6% 115A,15B -rope-dancer 'r@Up-dAns@R K6$ 3 -rope-dancers 'r@Up-dAns@z Kj$ 3 -rope-ladder 'r@Up-l&d@R K6% 3 -rope-ladders 'r@Up-l&d@z Kj% 3 -rope-yard 'r@Up-jAd K6$ 2 -rope-yards 'r@Up-jAdz Kj$ 2 -rope-yarn 'r@Up-jAn L@$ 2 -roped r@Upt Hc%,Hd% 115A,15B -ropes r@Ups Ha%,Mj% 115A,15B -ropewalk 'r@UpwOk K6$ 2 -ropewalker 'r@UpwOk@R K6$ 3 -ropewalkers 'r@UpwOk@z Kj$ 3 -ropewalks 'r@UpwOks Kj$ 2 -ropeway 'r@UpweI K6$ 2 -ropeways 'r@UpweIz Kj$ 2 -ropey 'r@UpI OE% 2 -ropier 'r@UpI@R Or% 3 -ropiest 'r@UpI@st Os% 3 -roping 'r@UpIN Hb% 215A,15B -rosaries 'r@Uz@rIz Kj% 3 -rosary 'r@Uz@rI K8% 3 -rose r@Uz Ic%,M6% 12A,2B,2C,3A,4A -rose-bed 'r@Uz-bed K6% 2 -rose-beds 'r@Uz-bedz Kj% 2 -rose-leaf 'r@Uz-lif Ki% 2 -rose-leaves 'r@Uz-livz Kj% 2 -rose-red 'r@Uz-red OA% 2 -rose-water 'r@Uz-wOt@R L@% 3 -roseate 'r@UzI@t OA% 3 -rosebud 'r@UzbVd K6% 2 -rosebuds 'r@UzbVdz Kj% 2 -rosemary 'r@Uzm@rI L@% 3 -roses 'r@UzIz Mj% 2 -rosette r@U'zet K6% 2 -rosettes r@U'zets Kj% 2 -rosewood 'r@UzwUd L@% 2 -rosier 'r@UzI@R Or% 3 -rosiest 'r@UzIIst Os% 3 -rosin 'r0zIn H4$,L@$ 26A -rosinned 'r0zInd Hc$,Hd$ 26A -rosinning 'r0zInIN Hb$ 36A -rosins 'r0zInz Ha$ 26A -roster 'r0st@R K6% 2 -rosters 'r0st@z Kj% 2 -rostra 'r0str@ Kj$ 2 -rostrum 'r0str@m K6% 2 -rostrums 'r0str@mz Kj$ 2 -rosy 'r@UzI OD% 2 -rot r0t J4%,L@% 12A,2C,6A -rota 'r@Ut@ K6% 2 -rotaries 'r@Ut@rIz Kj% 3 -rotary 'r@Ut@rI K8%,OA% 3 -rotas 'r@Ut@z Kj% 2 -rotate r@U'teIt J2% 22A,6A -rotated r@U'teItId Jc%,Jd% 32A,6A -rotates r@U'teIts Ja% 22A,6A -rotating r@U'teItIN Jb% 32A,6A -rotation r@U'teISn M6% 3 -rotational r@U'teIS@nl OA% 4 -rotationally r@U'teISn@I Pu% 4 -rotations r@U'teISnz Mj% 3 -rotatory 'r@Ut@t@rI OA$ 4 -rote r@Ut Ki% 1 -rotgut 'r0tgVt L@% 2 -rotisserie r@U'tis@rI K6% 4 -rotisseries r@U'tis@rIz Kj% 4 -rotogravure ,r@Ut@Ugr@'vjU@R M6$ 4 -rotogravures ,r@Ut@Ugr@'vjU@z Mj$ 4 -rotor 'r@Ut@R K6% 2 -rotors 'r@Ut@z Kj% 2 -rots r0ts Ja% 12A,2C,6A -rotted 'r0tId Jc%,Jd% 22A,2C,6A -rotten 'r0tn OA% 2 -rottenly 'r0tnlI Pu% 3 -rottenness 'r0tn+n@s L@% 3 -rotter 'r0t@R K6% 2 -rotters 'r0t@z Kj% 2 -rotting 'r0tIN Jb% 22A,2C,6A -rotund r@U'tVnd OA% 2 -rotunda r@U'tVnd@ K6$ 3 -rotundas r@U'tVnd@z Kj$ 3 -rotundity r@U'tVndItI L@$ 4 -rotundly r@U'tVndlI Pu$ 3 -rou_e 'rueI K6$ 2 -rou_es 'rueIz Kj$ 2 -rouble 'rubl K6$ 2 -roubles 'rublz Kj$ 2 -rouge ruZ J2%,L@% 12A,6A -rouged ruZd Jc%,Jd% 12A,6A -rouges 'ruZIz Ja$ 22A,6A -rough rVf H0%,M6%,OC%,Pu% 16A,15B -rough-and-tumble ,rVf-@n-'tVmbl K6%,OA% 4 -rough-and-tumbles ,rVf-@n-'tVmblz Kj$ 4 -rough-dried 'rVf-draId Hc$,Hd% 2 -rough-dries 'rVf-draIz Ha$ 2 -rough-dry 'rVf-draI H3$ 2 -rough-drying 'rVf-draIIN Hb$ 3 -rough-hewn 'rVf-hjun OA% 2 -rough-house 'rVf-haUs J2$ 22A,6A -rough-housed 'rVf-haUst Jc$,Jd$ 22A,6A -rough-houses 'rVf-haUzIz Ja$ 32A,6A -rough-housing 'rVf-haUsIN Jb$ 32A,6A -rough-spoken rVf-'sp@Uk@n OA% 3 -roughage 'rVfIdZ L@% 2 -roughcast 'rVfk&st H5$,Hc%,Hd%,L@% 2 -roughcasting 'rVfk&stIN Hb$ 3 -roughcasts 'rVfk&sts Ha$ 2 -roughed rVft Hc%,Hd% 16A,15B -roughen 'rVfn J0% 2 -roughened 'rVfnd Jc%,Jd% 2 -roughening 'rVfnIN Jb% 3 -roughens 'rVfnz Ja% 2 -rougher 'rVf@R Or% 2 -roughest 'rVfIst Os% 2 -roughing 'rVfIN Hb% 26A,15B -roughish 'rVfIS OA% 2 -roughly 'rVflI Pu% 2 -roughneck 'rVfnek K6% 2 -roughnecks 'rVfneks Kj% 2 -roughness 'rVfn@s L@% 2 -roughrider 'rVfraId@R K6$ 3 -roughriders 'rVfraId@z Kj$ 3 -roughs rVfs Ha%,Mj% 16A,15B -roughshod 'rVfS0d OA% 2 -rouging 'ruZIN Jb$ 22A,6A -roulette ru'let L@% 2 -round raUnd J0%,M6%,OC%,P+%,T-% 12C,3A,6A,15B -round-arm 'raUnd-Am OA$,Pu$ 2 -round-backed raUnd-'b&kt OA% 2 -round-eyed 'raUnd-aId OA% 2 -round-hand 'raUnd-h&nd L@$ 2 -round-shot 'raUnd-S0t K6$ 2 -round-shots 'raUnd-S0ts Kj$ 2 -round-shouldered raUnd-'S@Uld@d OA% 3 -round-the-clock ,raUnd-D@-'kl0k Oq%,Pu% 3 -roundabout 'raUnd@baUt K6%,Oq% 3 -roundabouts 'raUnd@baUts Kj% 3 -rounded 'raUndId Jc%,Jd% 22C,3A,6A,15B -roundel 'raUndl K6$ 2 -roundelay 'raUndIleI K6$ 3 -roundelays 'raUndIleIz Kj$ 3 -roundels 'raUndlz Kj$ 2 -rounder 'raUnd@R Or$ 2 -rounders 'raUnd@z Kj% 2 -roundest 'raUndIst Os% 2 -roundhouse 'raUndhaUs K6% 2 -roundhouses 'raUndhaUzIz Kj% 3 -rounding 'raUndIN Jb% 22C,3A,6A,15B -roundish 'raUndIS OA% 2 -roundly 'raUndlI Pu% 2 -roundness 'raUndn@s L@% 2 -rounds raUndz Ja%,Mj% 12C,3A,6A,15B -roundsman 'raUndzm@n Ki% 2 -roundsmen 'raUndzm@n Kj% 2 -roundup 'raUndVp K6% 2 -roundups 'raUndVps Kj% 2 -rouse raUz J2% 12A,6A,15A -roused raUzd Jc%,Jd% 12A,6A,15A -rouses 'raUzIz Ja% 22A,6A,15A -rousing 'raUzIN Jb% 22A,6A,15A -rout raUt H0%,K6% 16A,15B -route rut H2%,M6% 1 -routed 'raUtId Hc%,Hd% 26A,15B -routed 'rutId Hc%,Hd% 2 -routemarch 'rutmAtS K7% 2 -routemarches 'rutmAtSIz Kj% 3 -routes ruts Ha%,Mj% 1 -routine ru'tin M6%,OA% 2 -routines ru'tinz Mj% 2 -routing 'raUtIN Hb% 26A,15B -routing 'rutIN Hb% 2 -routs raUts Ha%,Kj% 16A,15B -rove r@Uv J2% 12A,2C,6A -roved r@Uvd Jc%,Jd% 12A,2C,6A -rover 'r@Uv@R K6% 2 -rovers 'r@Uv@z Kj% 2 -roves r@Uvz Ja% 12A,2C,6A -roving 'r@UvIN Jb% 22A,2C,6A -row r@U J0%,K6% 12A,2B,2C,6A,15A,15B -row raU J0%,M6% 12A,3A,6A -rowan 'r@U@n K6% 2 -rowan-berries 'r@U@n-berIz Kj% 4 -rowan-berry 'r@U@n-berI K8% 4 -rowan-tree 'r@U@n-tri K6% 3 -rowan-trees 'r@U@n-triz Kj% 3 -rowans 'r@U@nz Kj% 2 -rowboat 'r@Ub@Ut K6% 2 -rowboats 'r@Ub@Uts Kj% 2 -rowdier 'raUdI@R Or% 3 -rowdies 'raUdIz Kj% 2 -rowdiest 'raUdIIst Os% 3 -rowdily 'raUdIlI Pu% 3 -rowdiness 'raUdIn@s L@% 3 -rowdy 'raUdI K8%,OD% 2 -rowdyism 'raUdIIz@m L@$ 4 -rowed r@Ud Jc%,Jd% 12A,2B,2C,6A,15A,15B -rowed raUd Jc%,Jd% 12A,3A,6A -rowel 'raU@l K6$ 2 -rowels 'raU@lz Kj$ 2 -rower 'r@U@R K6% 2 -rowers 'r@U@z Kj% 2 -rowing 'r@UIN Jb%,L@% 22A,2B,2C,6A,15A,15B -rowing 'raUIN Jb% 22A,3A,6A -rowing-boat 'r@UIN-b@Ut K6% 3 -rowing-boats 'r@UIN-b@Uts Kj% 3 -rowing-club 'r@UIN-klVb K6% 3 -rowing-clubs 'r@UIN-klVbz Kj% 3 -rowlock 'r0l@k K6% 2 -rowlocks 'r0l@ks Kj% 2 -rows r@Uz Ja%,Kj% 12A,2B,2C,6A,15A,15B -rows raUz Ja%,Mj% 12A,3A,6A -royal 'roI@l OA% 2 -royalist 'roI@lIst K6% 3 -royalists 'roI@lIsts Kj% 3 -royally 'roI@lI Pu% 3 -royals 'roI@lz Kj% 2 -royalties 'roI@ltIz Mj% 3 -royalty 'roI@ltI M8% 3 -rpm ,ApI'em Y]% 3 -rub rVb J4%,K6% 12A,2C,6A,15A,15B,22 -rub-a-dub ,rVb-@-'dVb L@$ 3 -rub-down 'rVb-daUn K6% 2 -rub-downs 'rVb-daUnz Kj$ 2 -rub-up 'rVb-Vp K6$ 2 -rub-ups 'rVb-Vps Kj$ 2 -rubbed rVbd Jc%,Jd% 12A,2C,6A,15A,15B,22 -rubber 'rVb@R H0%,M6% 26A -rubber-stamp ,rVb@-'st&mp H0% 3 -rubber-stamped ,rVb@-'st&mpt Hc%,Hd% 3 -rubber-stamping ,rVb@-'st&mpIN Hb% 4 -rubber-stamps ,rVb@-'st&mps Ha% 3 -rubbered 'rVb@d Hc$,Hd$ 26A -rubbering 'rVb@rIN Hb$ 36A -rubberize 'rVb@raIz H2% 36A -rubberized 'rVb@raIzd Hc%,Hd% 36A -rubberizes 'rVb@raIzIz Ha% 46A -rubberizing 'rVb@raIzIN Hb% 46A -rubberneck 'rVb@nek I0$,K6% 3 -rubbernecked 'rVb@nekt Ic$,Id$ 3 -rubbernecking 'rVb@nekIN Ib$ 4 -rubbernecks 'rVb@neks Ia$,Kj$ 3 -rubbers 'rVb@z Ha$,Mj% 26A -rubbery 'rVb@rI OA% 3 -rubbing 'rVbIN Jb%,M6% 22A,2C,6A,15A,15B,22 -rubbings 'rVbINz Mj% 2 -rubbish 'rVbIS H1$,L@% 26A -rubbished 'rVbISt Hc%,Hd% 26A -rubbishes 'rVbISIz Ha% 36A -rubbishing 'rVbISIN Hb%,K6% 36A -rubbishy 'rVbISI OA% 3 -rubble 'rVbl L@% 2 -rubicund 'rubIk@nd OA$ 3 -rubies 'rubIz Kj% 2 -rubric 'rubrIk K6$ 2 -rubrics 'rubrIks Kj$ 2 -rubs rVbz Ja%,Kj% 12A,2C,6A,15A,15B,22 -ruby 'rubI K8%,OA% 2 -ruck rVk J0$,K6$ 12A,2C,6A,15B -rucked rVkt Jc$,Jd$ 12A,2C,6A,15B -rucking 'rVkIN Jb$ 22A,2C,6A,15B -rucks rVks Ja$,Kj$ 12A,2C,6A,15B -rucksack 'rVks&k K6% 2 -rucksacks 'rVks&ks Kj% 2 -ruckus 'rVk@s K6% 2 -ruckuses 'rVk@sIz Kj$ 3 -ructions 'rVkSnz Kj% 2 -rudder 'rVd@R K6% 2 -rudderless 'rVd@lIs OA% 3 -rudders 'rVd@z Kj% 2 -ruddier 'rVdI@R Or% 3 -ruddiest 'rVdIIst Os% 3 -ruddiness 'rVdInIs L@% 3 -ruddle 'rVdl H2$,L@$ 2 -ruddled 'rVdld Hc$,Hd$ 2 -ruddles 'rVdlz Ha$ 2 -ruddling 'rVdlIN Hb$ 2 -ruddy 'rVdI OD% 2 -rude rud OB% 1 -rudely 'rudlI Pu% 2 -rudeness 'rudn@s M7% 2 -rudenesses 'rudn@sIz Mj% 3 -ruder 'rud@R Or% 2 -rudest 'rudIst Os% 2 -rudiment 'rudIm@nt K6$ 3 -rudimentary ,rudI'mentrI OA% 4 -rudiments 'rudIm@nts Kj% 3 -rue ru H2%,L@% 16A -rued rud Hc%,Hd% 16A -rueful 'ruf@l OA% 2 -ruefully 'ruf@lI Pu% 3 -rues ruz Ha% 16A -ruff rVf J0$,K6% 1 -ruffed rVft Jc$,Jd$ 1 -ruffian 'rVfI@n K6% 3 -ruffianism 'rVfI@nIz@m L@$ 5 -ruffianly 'rVfI@nlI OA% 4 -ruffians 'rVfI@nz Kj% 3 -ruffing 'rVfIN Jb$ 2 -ruffle 'rVfl J2%,K6% 22A,6A,15B -ruffled 'rVfld Jc%,Jd% 22A,6A,15B -ruffles 'rVflz Ja%,Kj% 22A,6A,15B -ruffling 'rVflIN Jb% 22A,6A,15B -ruffs rVfs Ja$,Kj$ 1 -rug rVg K6% 1 -rugby 'rVgbI L@% 2 -rugged 'rVgId OA% 2 -ruggedly 'rVgIdlI Pu% 3 -ruggedness 'rVgIdn@s L@% 3 -rugger 'rVg@R L@% 2 -rugs rVgz Kj% 1 -ruin 'ruIn H0%,M6% 26A -ruination ,ruI'neISn L@% 4 -ruined 'ruInd Hc%,Hd% 26A -ruing 'ruIN Hb% 26A -ruining 'ruInIN Hb% 36A -ruinous 'ruIn@s OA% 3 -ruinously 'ruIn@slI Pu% 4 -ruins 'ruInz Ha%,Mj% 26A -rule rul J2%,M6% 12A,2B,2C,3A,6A,9,15A,15B,25 -ruled ruld Jc%,Jd% 12A,2B,2C,3A,6A,9,15A,15B,25 -ruler 'rul@R K6% 2 -rulers 'rul@z Kj% 2 -rules rulz Ja%,Mj% 12A,2B,2C,3A,6A,9,15A,15B,25 -ruling 'rulIN Jb%,K6%,OA% 22A,2B,2C,3A,6A,9,15A,15B,25 -rulings 'rulINz Kj% 2 -rum rVm L@% 1 -rum-runner 'rVm-rVn@R K6% 3 -rum-runners 'rVm-rVn@z Kj% 3 -rumba 'rVmb@ K6% 2 -rumbas 'rVmb@z Kj% 2 -rumble 'rVmbl J2%,M6% 22A,2C,15B -rumbled 'rVmbld Jc%,Jd% 22A,2C,15B -rumbles 'rVmblz Ja%,Mj% 22A,2C,15B -rumbling 'rVmblIN Jb%,K6% 22A,2C,15B -rumblings 'rVmblINz Kj% 2 -rumbustious rVm'bVstI@s OA% 4 -ruminant 'rumIn@nt K6%,OA% 3 -ruminants 'rumIn@nts Kj% 3 -ruminate 'rumIneIt I2% 32A,2B,2C -ruminated 'rumIneItId Ic%,Id% 42A,2B,2C -ruminates 'rumIneIts Ia% 32A,2B,2C -ruminating 'rumIneItIN Ib% 42A,2B,2C -rumination ,rumI'neISn L@% 4 -ruminative 'rumIn@tIv OA% 4 -rummage 'rVmIdZ J2%,L@% 22A,2B,2C,3A,6A,15B -rummaged 'rVmIdZd Jc%,Jd% 22A,2B,2C,3A,6A,15B -rummages 'rVmIdZIz Ja% 32A,2B,2C,3A,6A,15B -rummaging 'rVmIdZIN Jb% 32A,2B,2C,3A,6A,15B -rummer 'rVm@R Or$ 2 -rummest 'rVmIst Os$ 2 -rummy 'rVmI L@%,OE% 2 -rumour 'rum@R H0%,M6% 2 -rumour-monger 'rum@-mVNg@R K6% 4 -rumour-mongers 'rum@-mVNg@z Kj% 4 -rumoured 'rum@d Hc%,Hd% 2 -rumouring 'rum@rIN Hb% 3 -rumours 'rum@z Ha%,Mj% 2 -rump rVmp K6% 1 -rump-steak rVmp-'steIk M6% 2 -rump-steaks rVmp-'steIks Mj% 2 -rumple 'rVmpl H2% 26A -rumpled 'rVmpld Hc%,Hd% 26A -rumples 'rVmplz Ha% 26A -rumpling 'rVmplIN Hb% 26A -rumps rVmps Kj% 1 -rumpus 'rVmp@s Ki% 2 -run rVn J5%,Jd%,K6% 12A,2B,2C,2D,2E,3A,4A,6A,14,15A,15B -run-of-the-mill 'rVn-@v-D@-mIl OA% 4 -run-off 'rVn-0f K6$ 2 -run-offs 'rVn-0fs Kj$ 2 -run-through 'rVn-Tru K6% 2 -run-throughs 'rVn-Truz Kj$ 2 -run-up 'rVn-Vp K6% 2 -run-ups 'rVn-Vps Kj$ 2 -runaway 'rVn@weI K6%,OA% 3 -runaways 'rVn@weIz Kj% 3 -rundown 'rVndaUn K6%,OA% 2 -rundowns 'rVndaUnz Kj$ 2 -rune run K6$ 1 -runes runz Kj$ 1 -rung rVN Jd%,K6% 12A,2B,2C,2D,3A,6A,15A,15B -rungs rVNz Kj% 1 -runic 'runIk OA$ 2 -runnel 'rVnl K6$ 2 -runnels 'rVnlz Kj$ 2 -runner 'rVn@R K6% 2 -runner-up ,rVn@r-'Vp Ki% 3 -runners 'rVn@z Kj% 2 -runners-up ,rVn@z-'Vp Kj% 3 -runnier 'rVnI@R Or% 3 -runniest 'rVnIIst Os% 3 -running 'rVnIN Jb%,L@%,OA% 22A,2B,2C,2D,2E,3A,4A,6A,14,15A,15B -running-board 'rVnIN-bOd K6% 3 -running-boards 'rVnIN-bOdz Kj% 3 -runny 'rVnI OD% 2 -runs rVnz Ja%,Kj% 12A,2B,2C,2D,2E,3A,4A,6A,14,15A,15B -runt rVnt K6% 1 -runts rVnts Kj% 1 -runway 'rVnweI K6% 2 -runways 'rVnweIz Kj% 2 -rupee ru'pi K6% 2 -rupees ru'piz Kj% 2 -rupiah ru'pi@ K6$ 3 -rupiahs ru'pi@z Kj$ 3 -rupture 'rVptS@R J2%,M6% 22A,6A -ruptured 'rVptS@d Jc%,Jd% 22A,6A -ruptures 'rVptS@z Ja%,Mj% 22A,6A -rupturing 'rVptS@rIN Jb% 32A,6A -rural 'rU@r@l OA% 2 -ruse ruz K6% 1 -ruses 'ruzIz Kj% 2 -rush rVS J1%,M7% 12A,2C,4A,6A,15A,15B -rushed rVSt Jc%,Jd% 12A,2C,4A,6A,15A,15B -rushes 'rVSIz Ja%,Mj% 22A,2C,4A,6A,15A,15B -rushier 'rVSI@R Or$ 3 -rushiest 'rVSIIst Os$ 3 -rushing 'rVSIN Jb% 22A,2C,4A,6A,15A,15B -rushlight 'rVSlaIt K6$ 2 -rushlights 'rVSlaIts Kj$ 2 -rushy 'rVSI OD% 2 -rusk rVsk K6% 1 -rusks rVsks Kj% 1 -russet 'rVsIt M6%,OA% 2 -russets 'rVsIts Mj$ 2 -rust rVst J0%,L@% 12A,2C,6A -rusted 'rVstId Jc%,Jd% 22A,2C,6A -rustic 'rVstIk K6%,OA% 2 -rusticate 'rVstIkeIt J2$ 32A,6A -rusticated 'rVstIkeItId Jc$,Jd$ 42A,6A -rusticates 'rVstIkeIts Ja$ 32A,6A -rusticating 'rVstIkeItIN Jb$ 42A,6A -rusticity rV'stIsItI L@$ 4 -rustics 'rVstIks Kj% 2 -rustier 'rVstI@R Or% 3 -rustiest 'rVstIIst Os% 3 -rustiness 'rVstIn@s L@% 3 -rusting 'rVstIN Jb% 22A,2C,6A -rustle 'rVsl J2%,L@% 22A,2C,6A,15B -rustled 'rVsld Jc%,Jd% 22A,2C,6A,15B -rustler 'rVsl@R K6% 2 -rustlers 'rVsl@z Kj% 2 -rustles 'rVslz Ja% 22A,2C,6A,15B -rustless 'rVstl@s OA% 2 -rustling 'rVslIN Jb%,M6% 22A,2C,6A,15B -rustlings 'rVslINz Mj$ 2 -rusts rVsts Ja% 12A,2C,6A -rusty 'rVstI OD% 2 -rut rVt H4%,M6% 12A -ruthless 'ruTlIs OA% 2 -ruthlessly 'ruTlIslI Pu% 3 -ruthlessness 'ruTlIsn@s L@% 3 -ruts rVts Ha$,Mj% 12A -rutted 'rVtId Hc%,Hd% 22A -rutting 'rVtIN Hb$ 22A -rye raI L@% 1 -rye-bread 'raI-bred L@% 2 -s es Ki$ 1 -s's 'esIz Kj$ 2 -s_eance 'seIAns K6% 2 -s_eances 'seIAnsIz Kj% 3 -sabbatarian ,s&b@'te@rI@n K6$,OA$ 5 -sabbatarians ,s&b@'te@rI@nz Kj$ 5 -sabbatical s@'b&tIkl K6%,OA% 4 -sabbaticals s@'b&tIklz Kj% 4 -sable 'seIbl M6%,OA% 2 -sables 'seIblz Mj% 2 -sabot 's&b@U K6$ 2 -sabotage 's&b@tAZ H2%,L@% 36A -sabotaged 's&b@tAZd Hc%,Hd% 36A -sabotages 's&b@tAZIz Ha% 46A -sabotaging 's&b@tAZIN Hb% 46A -saboteur ,s&b@'t3R K6% 3 -saboteurs ,s&b@'t3z Kj% 3 -sabots 's&b@Uz Kj$ 2 -sabre 'seIb@R H2$,K6% 2 -sabre-rattling 'seIb@-r&tlIN L@% 4 -sabre-toothed 'seIb@-tuTt OA% 3 -sabred 'seIb@d Hc$,Hd$ 2 -sabres 'seIb@z Ha$,Kj% 2 -sabring 'seIb@rIN Hb$ 3 -sac s&k K6$ 1 -saccharin 's&k@rIn L@% 3 -saccharine 's&k@rin OA% 3 -sacerdotal ,s&s@'d@Utl OA$ 4 -sacerdotalism ,s&s@'d@Ut@lIz@m L@$ 6 -sachet 's&SeI K6% 2 -sachets 's&SeIz Kj% 2 -sack s&k H0%,M6% 16A -sack-race 's&k-reIs K6% 2 -sack-races 's&k-reIsIz Kj% 3 -sackbut 's&kbVt K6$ 2 -sackbuts 's&kbVts Kj$ 2 -sackcloth 's&k+kl0T L@% 2 -sacked s&kt Hc%,Hd% 16A -sacking 's&kIN Hb%,L@% 26A -sacks s&ks Ha%,Mj% 16A -sacrament 's&kr@m@nt K6% 3 -sacramental ,s&kr@'mentl OA% 4 -sacraments 's&kr@m@nts Kj% 3 -sacred 'seIkrId OA% 2 -sacredly 'seIkrIdlI Pu% 3 -sacredness 'seIkrIdn@s L@% 3 -sacrifice 's&krIfaIs J2%,M6% 33A,6A,14,16A -sacrificed 's&krIfaIst Jc%,Jd% 33A,6A,14,16A -sacrifices 's&krIfaIsIz Ja%,Mj% 43A,6A,14,16A -sacrificial ,s&krI'fISl OA% 4 -sacrificing 's&krIfaIsIN Jb% 43A,6A,14,16A -sacrilege 's&krIlIdZ L@% 3 -sacrilegious ,s&krI'lIdZ@s OA% 4 -sacristan 's&krIst@n K6$ 3 -sacristans 's&krIst@nz Kj$ 3 -sacristies 's&krIstIz Kj% 3 -sacristy 's&krIstI K8% 3 -sacrosanct 's&kr@Us&Nkt OA% 3 -sacs s&ks Kj$ 1 -sad s&d OE% 1 -sadden 's&dn J0% 22A,6A -saddened 's&dnd Jc%,Jd% 22A,6A -saddening 's&dnIN Jb% 32A,6A -saddens 's&dnz Ja% 22A,6A -sadder 's&d@R Or% 2 -saddest 's&dIst Os% 2 -saddle 's&dl H2%,K6% 26A,14 -saddle-sore 's&dl-sOR OA% 3 -saddlebag 's&dlb&g K6% 3 -saddlebags 's&dlb&gz Kj% 3 -saddled 's&dld Hc%,Hd% 26A,14 -saddler 's&dl@R K6% 2 -saddleries 's&dl@rIz Mj% 3 -saddlers 's&dl@z Kj% 2 -saddlery 's&dl@rI M8% 3 -saddles 's&dlz Ha%,Kj% 26A,14 -saddling 's&dlIN Hb% 26A,14 -sadhu 'sAdu K6$ 2 -sadhus 'sAduz Kj$ 2 -sadism 'seIdIz@m L@% 3 -sadist 'seIdIst K6% 2 -sadistic s@'dIstIk OA% 3 -sadists 'seIdIsts Kj% 2 -sadly 's&dlI Pu% 2 -sadness 's&dn@s L@% 2 -sado-masochist ,seId@U-'m&s@kIst K6% 5 -sado-masochists ,seId@U-'m&s@kIsts Kj% 5 -sadomasochism ,seId@U'm&s@kIz@m L@% 6 -sae ,es,eI'i Y>% 3 -safari s@'fArI M6% 3 -safaris s@'fArIz Mj% 3 -safe seIf K6%,OB% 1 -safe-conduct seIf-'k0ndVkt L@% 3 -safe-deposit 'seIf-dIp0zIt K6%,OA% 4 -safe-deposits 'seIf-dIp0zIts Kj% 4 -safecracker 'seIfkr&k@R K6% 3 -safecrackers 'seIfkr&k@z Kj% 3 -safeguard 'seIfgAd H0%,K6% 26A,14 -safeguarded 'seIfgAdId Hc%,Hd% 36A,14 -safeguarding 'seIfgAdIN Hb% 36A,14 -safeguards 'seIfgAdz Ha%,Kj% 26A,14 -safekeeping seIf'kipIN L@% 3 -safely 'seIflI Pu% 2 -safeness 'seIfn@s L@% 2 -safer 'seIf@R Or% 2 -safes seIfs Kj% 1 -safest 'seIfIst Os% 2 -safety 'seIftI L@% 2 -safety-belt 'seIftI-belt K6% 3 -safety-belts 'seIftI-belts Kj% 3 -safety-bolt 'seIftI-b@Ult K6% 3 -safety-bolts 'seIftI-b@Ults Kj% 3 -safety-catch 'seIftI-k&tS K7% 3 -safety-catches 'seIftI-k&tSIz Kj% 4 -safety-curtain 'seIftI-k3tn K6% 4 -safety-curtains 'seIftI-k3tnz Kj% 4 -safety-factor 'seIftI-f&kt@R K6% 4 -safety-factors 'seIftI-f&kt@z Kj% 4 -safety-lamp 'seIftI-l&mp K6% 3 -safety-lamps 'seIftI-l&mps Kj% 3 -safety-lock 'seIftI-l0k K6% 3 -safety-locks 'seIftI-l0ks Kj% 3 -safety-match 'seIftI-m&tS K7% 3 -safety-matches 'seIftI-m&tSIz Kj% 4 -safety-pin 'seIftI-pIn K6% 3 -safety-pins 'seIftI-pInz Kj% 3 -safety-razor 'seIftI-reIz@R K6% 4 -safety-razors 'seIftI-reIz@z Kj% 4 -safety-valve 'seIftI-v&lv K6% 3 -safety-valves 'seIftI-v&lvz Kj% 3 -saffron 's&fr@n M6% 2 -saffrons 's&fr@nz Mj$ 2 -sag s&g I4%,K6$ 12A -saga 'sAg@ K6% 2 -sagacious s@'geIS@s OA% 3 -sagaciously s@'geIS@slI Pu% 4 -sagacity s@'g&sItI L@% 4 -sagas 'sAg@z Kj% 2 -sage seIdZ M6%,OA% 1 -sage-green seIdZ-'grin L@%,OA% 2 -sagely 'seIdZlI Pu% 2 -sages 'seIdZIz Mj% 2 -sagged s&gd Ic%,Id% 12A -sagging 's&gIN Ib% 22A -sago 'seIg@U L@% 2 -sags s&gz Ia%,Kj$ 12A -sahib sAb K6$ 1 -sahibs sAbz Kj$ 1 -said sed Jc*,Jd*,Oq% 16A,9,10,14 -sail seIl J0%,M6% 12A,2B,2C,3A,6A -sailcloth 'seIlkl0T L@% 2 -sailed seIld Jc%,Jd% 12A,2B,2C,3A,6A -sailing 'seIlIN Jb%,K6% 22A,2B,2C,3A,6A -sailing-boat 'seIlIN-b@Ut K6% 3 -sailing-boats 'seIlIN-b@Uts Kj% 3 -sailing-master 'seIlIN-mAst@R K6% 4 -sailing-masters 'seIlIN-mAst@z Kj% 4 -sailing-ship 'seIlIN-SIp K6% 3 -sailing-ships 'seIlIN-SIps Kj% 3 -sailing-vessel 'seIlIN-vesl K6% 4 -sailing-vessels 'seIlIN-veslz Kj% 4 -sailings 'seIlINz Kj$ 2 -sailor 'seIl@R K6% 2 -sailors 'seIl@z Kj% 2 -sails seIlz Ja%,Mj% 12A,2B,2C,3A,6A -saint seInt K6% 1 -saint's-day 'seInts-deI K6% 2 -saint's-days 'seInts-deIz Kj% 2 -sainted 'seIntId OA% 2 -sainthood 'seInthUd L@% 2 -saintlier 'seIntlI@R Or% 3 -saintliest 'seIntlIIst Os% 3 -saintlike 'seIntlaIk OA% 2 -saintliness 'seIntlIn@s L@% 3 -saintly 'seIntlI OD% 2 -saints seInts Kj% 1 -saith seT Je$ 16A,9,10,14 -sak_e 'sAkI L@$ 2 -sake seIk K6% 1 -sakes seIks Kj% 1 -sal volatile ,s&l v@'l&t@lI L@% 5 -salaam s@'lAm I0$,K6$ 2 -salaamed s@'lAmd Ic$,Id$ 2 -salaaming s@'lAmIN Ib$ 3 -salaams s@'lAmz Ia$,Kj$ 2 -salable 'seIl@bl OA$ 3 -salacious s@'leIS@s OA% 3 -salaciously s@'leIS@slI Pu% 4 -salaciousness s@'leIS@sn@s L@% 4 -salacity s@'l&sItI L@$ 4 -salad 's&l@d M6% 2 -salad-days 's&l@d-deIz Kj% 3 -salad-dressing 's&l@d-dresIN M6% 4 -salad-dressings 's&l@d-dresINz Mj% 4 -salad-oil 's&l@d-oIl M6% 3 -salad-oils 's&l@d-oIlz Mj% 3 -salads 's&l@dz Mj% 2 -salamander 's&l@m&nd@R K6$ 4 -salamanders 's&l@m&nd@z Kj$ 4 -salami s@'lAmI L@% 3 -salaried 's&l@rId OA% 3 -salaries 's&l@rIz Kj% 3 -salary 's&l@rI K8% 3 -sale seIl M6% 1 -saleable 'seIl@bl OA% 3 -saleroom 'seIlrum K6% 2 -salerooms 'seIlrumz Kj% 2 -sales seIlz Mj% 1 -salesman 'seIlzm@n Ki% 2 -salesmanship 'seIlzm@nSIp L@% 3 -salesmen 'seIlzm@n Kj% 2 -saleswoman 'seIlzwUm@n Ki% 3 -saleswomen 'seIlzwImIn Kj% 3 -salience 'seIlI@ns L@% 3 -salient 'seIlI@nt K6$,OA% 3 -salients 'seIlI@nts Kj$ 3 -saline 'seIlaIn M6$,OA% 2 -salines 'seIlaInz Mj$ 2 -salinity s@'lInItI L@% 4 -saliva s@'laIv@ L@% 3 -salivary 's&lIv@rI OA% 4 -salivate 's&lIveIt I2% 3 -salivated 's&lIveItId Ic%,Id% 4 -salivates 's&lIveIts Ia% 3 -salivating 's&lIveItIN Ib% 4 -sallied 's&lId Ic%,Id% 22A,2C -sallies 's&lIz Ia%,Kj% 22A,2C -sallow 's&l@U J0$,OC% 2 -sallowed 's&l@Ud Jc$,Jd$ 2 -sallower 's&l@U@R Or$ 3 -sallowest 's&l@UIst Os$ 3 -sallowing 's&l@UIN Jb$ 3 -sallows 's&l@Uz Ja$ 2 -sally 's&lI I3%,K8% 22A,2C -sallying 's&lIIN Ib% 32A,2C -salmon 's&m@n M9% 2 -salon 's&l0n K6% 2 -salons 's&l0nz Kj% 2 -saloon s@'lun K6% 2 -saloons s@'lunz Kj% 2 -salsify 's&lsIfI L@$ 3 -salt sOlt H0%,M6%,OA% 16A,15B -salt-cellar 'sOlt-sel@R K6% 3 -salt-cellars 'sOlt-sel@z Kj% 3 -salt-lick 'sOlt-lIk K6% 2 -salt-licks 'sOlt-lIks Kj% 2 -salted 'sOltId Hc%,Hd% 26A,15B -saltier 'sOltI@R Or% 3 -saltiest 'sOltIIst Os% 3 -saltiness 'sOltIn@s L@% 3 -salting 'sOltIN Hb% 26A,15B -saltpan 'sOltp&n K6% 2 -saltpans 'sOltp&nz Kj% 2 -saltpetre sOlt'pit@R L@% 3 -salts sOlts Ha%,Mj% 16A,15B -saltwater 'sOltwOt@R L@% 3 -saltworks 'sOltw3ks K9% 2 -salty 'sOltI OD% 2 -salubrious s@'lubrI@s OA% 4 -salubrity s@'lubrItI L@$ 4 -salutary 's&ljUtrI OA% 3 -salutation ,s&lju'teISn M6% 4 -salutations ,s&lju'teISnz Mj% 4 -salute s@'lut J2%,K6% 22A,6A -saluted s@'lutId Jc%,Jd% 32A,6A -salutes s@'luts Ja%,Kj% 22A,6A -saluting s@'lutIN Jb% 32A,6A -salvage 's&lvIdZ H2%,L@% 26A -salvaged 's&lvIdZd Hc%,Hd% 26A -salvages 's&lvIdZIz Ha% 36A -salvaging 's&lvIdZIN Hb% 36A -salvation s&l'veISn L@% 3 -salve s&lv H2%,M6% 16A -salved s&lvd Hc%,Hd% 16A -salver 's&lv@R K6% 2 -salvers 's&lv@z Kj% 2 -salves s&lvz Ha%,Mj% 16A -salvia 's&lvI@ K6$ 3 -salvias 's&lvI@z Kj$ 3 -salving 's&lvIN Hb% 26A -salvo 's&lv@U K6% 2 -salvoes 's&lv@Uz Kj% 2 -salvos 's&lv@Uz Kj% 2 -samba 's&mb@ K6% 2 -sambas 's&mb@z Kj% 2 -same seIm OA*,Pu*,Qx* 1 -sameness 'seImn@s L@% 2 -samovar 's&m@vAR K6$ 3 -samovars 's&m@vAz Kj$ 3 -sampan 's&mp&n K6$ 2 -sampans 's&mp&nz Kj$ 2 -sample 'sAmpl H2%,K6% 26A -sampled 'sAmpld Hc%,Hd% 26A -sampler 'sAmpl@R K6% 2 -samplers 'sAmpl@z Kj% 2 -samples 'sAmplz Ha%,Kj% 26A -sampling 'sAmplIN Hb% 26A -samurai 's&mUraI K9$ 3 -sanatoria ,s&n@'tOrI@ Kj% 5 -sanatorium ,s&n@'tOrI@m K6% 5 -sanatoriums ,s&n@'tOrI@mz Kj$ 5 -sanctification ,s&NktIfI'keISn M6% 5 -sanctifications ,s&NktIfI'keISnz Mj$ 5 -sanctified 's&NktIfaId Hc%,Hd% 36A -sanctifies 's&NktIfaIz Ha% 36A -sanctify 's&NktIfaI H3% 36A -sanctifying 's&NktIfaIIN Hb% 46A -sanctimonious ,s&NktI'm@UnI@s OA% 5 -sanctimoniously ,s&NktI'm@UnI@slI Pu% 6 -sanction 's&NkSn H0%,M6% 26A -sanctioned 's&NkSnd Hc%,Hd% 26A -sanctioning 's&NkSnIN Hb% 36A -sanctions 's&NkSnz Ha%,Mj% 26A -sanctities 's&NktItIz Mj$ 3 -sanctity 's&NktItI M8% 3 -sanctuaries 's&NktSU@rIz Mj% 4 -sanctuary 's&NktSU@rI M8% 4 -sanctum 's&Nkt@m K6% 2 -sanctums 's&Nkt@mz Kj% 2 -sand s&nd H0%,M6% 16A -sand-bar 's&nd-bAR K6% 2 -sand-bars 's&nd-bAz Kj% 2 -sandal 's&ndl K6% 2 -sandalled 's&ndld OA$ 2 -sandals 's&ndlz Kj% 2 -sandalwood 's&ndlwUd L@% 3 -sandbag 's&ndb&g K6% 2 -sandbags 's&ndb&gz Kj% 2 -sandbank 's&ndb&Nk K6% 2 -sandbanks 's&ndb&Nks Kj% 2 -sandblast 's&ndbl&st H0% 26A -sandblasted 's&ndbl&stId Hc%,Hd% 36A -sandblasting 's&ndbl&stIN Hb% 36A -sandblasts 's&ndbl&sts Ha% 26A -sandboy 's&ndboI K6% 2 -sandboys 's&ndboIz Kj% 2 -sanded 's&ndId Hc%,Hd% 26A -sandflies 's&ndflaIz Kj% 2 -sandfly 's&ndflaI K8% 2 -sandglass 's&ndglAs K7$ 2 -sandglasses 's&ndglAsIz Kj$ 3 -sandier 's&ndI@R Or% 3 -sandiest 's&ndIIst Os% 3 -sandiness 's&ndIn@s L@% 3 -sanding 's&ndIN Hb% 26A -sandpaper 's&ndpeIp@R H0%,M6% 36A -sandpapered 's&ndpeIp@d Hc%,Hd% 36A -sandpapering 's&ndpeIp@rIN Hb% 46A -sandpapers 's&ndpeIp@z Ha%,Mj% 36A -sandpiper 's&ndpaIp@R K6% 3 -sandpipers 's&ndpaIp@z Kj% 3 -sandpit 's&ndpIt K6% 2 -sandpits 's&ndpIts Kj% 2 -sands s&ndz Ha%,Mj% 16A -sandshoes 's&ndSuz Kj% 2 -sandstone 's&ndst@Un L@% 2 -sandstorm 's&ndstOm K6% 2 -sandstorms 's&ndstOmz Kj% 2 -sandwich 's&nwIdZ H1%,K7% 26A,14 -sandwich-board 's&nwIdZ-bOd K6% 3 -sandwich-boards 's&nwIdZ-bOdz Kj% 3 -sandwiched 's&nwIdZd Hc%,Hd% 26A,14 -sandwiches 's&nwIdZIz Ha%,Kj% 36A,14 -sandwiching 's&nwIdZIN Hb% 36A,14 -sandwichman 's&nwIdZm&n Ki% 3 -sandwichmen 's&nwIdZmen Kj% 3 -sandy 's&ndI OD% 2 -sane seIn OB% 1 -sanely 'seInlI Pu% 2 -saner 'seIn@R Or% 2 -sanest 'seInIst Os% 2 -sang s&N Jc% 12A,2C,3A,6A,12B,13B,15A -sang froid ,s0N 'frwA L@% 2 -sanguinary 's&NgwIn@rI OA$ 4 -sanguine 's&NgwIn OA% 2 -sanitary 's&nItrI OA% 3 -sanitation ,s&nI'teISn L@% 4 -sanity 's&nItI L@% 3 -sank s&Nk Jc% 12A,2C,3A,6A,14,15A -sans s&nz T-$ 1 -sap s&p J4%,M6% 12A,6A -saphead 's&phed K6$ 2 -sapheads 's&phedz Kj$ 2 -sapience 'seIpI@ns L@$ 3 -sapient 'seIpI@nt OA$ 3 -sapiently 'seIpI@ntlI Pu$ 4 -sapless 's&pl@s OA$ 2 -sapling 's&plIN K6% 2 -saplings 's&plINz Kj% 2 -sapped s&pt Jc%,Jd% 12A,6A -sapper 's&p@R K6% 2 -sappers 's&p@z Kj% 2 -sapphire 's&faI@R M6% 2 -sapphires 's&faI@z Mj% 2 -sappier 's&pI@R Or$ 3 -sappiest 's&pIIst Os$ 3 -sapping 's&pIN Jb% 22A,6A -sappy 's&pI OD% 2 -saps s&ps Ja%,Mj% 12A,6A -sapwood 's&pwUd L@$ 2 -saraband 's&r@b&nd K6$ 3 -sarabands 's&r@b&ndz Kj$ 3 -sarcasm 'sAk&z@m M6% 3 -sarcasms 'sAk&z@mz Mj$ 3 -sarcastic sA'k&stIk OA% 3 -sarcastically sA'k&stIklI Pu% 4 -sarcophagi sA'k0f@gaI Kj$ 4 -sarcophagus sA'k0f@g@s Ki$ 4 -sardine sA'din M6% 2 -sardines sA'dinz Mj% 2 -sardonic sA'd0nIk OA% 3 -sardonically sA'd0nIklI Pu% 4 -sari 'sArI K6% 2 -saris 'sArIz Kj% 2 -sarong s@'r0N K6$ 2 -sarongs s@'r0Nz Kj$ 2 -sarsaparilla ,sAsp@'rIl@ L@$ 4 -sartorial sA'tOrI@l OA$ 4 -sash s&S K7% 1 -sash-cord 's&S-kOd K6% 2 -sash-cords 's&S-kOdz Kj% 2 -sash-line 's&S-laIn K6$ 2 -sash-lines 's&S-laInz Kj$ 2 -sashes 's&SIz Kj% 2 -sat s&t Jc%,Jd% 12A,2C,3A,6A,15B -satchel 's&tSl K6% 2 -satchels 's&tSlz Kj% 2 -sate seIt H2$ 16A -sated 'seItId Hc$,Hd% 26A -sateen s@'tin L@$ 2 -satellite 's&t@laIt K6% 3 -satellites 's&t@laIts Kj% 3 -sates seIts Ha$ 16A -satiable 'seIS@bl OA% 3 -satiate 'seISIeIt H2% 36A -satiated 'seISIeItId Hc%,Hd% 46A -satiates 'seISIeIts Ha% 36A -satiating 'seISIeItIN Hb% 46A -satiety s@'taI@tI L@% 4 -satin 's&tIn L@%,OA% 2 -sating 'seItIN Hb$ 26A -satinwood 's&tInwUd L@% 3 -satire 's&taI@R M6% 2 -satires 's&taI@z Mj% 2 -satirical s@'tIrIkl OA% 4 -satirically s@'tIrIklI Pu% 4 -satirist 's&t@rIst K6% 3 -satirists 's&t@rIsts Kj% 3 -satirize 's&t@raIz H2% 36A -satirized 's&t@raIzd Hc%,Hd% 36A -satirizes 's&t@raIzIz Ha% 46A -satirizing 's&t@raIzIN Hb% 46A -satisfaction ,s&tIs'f&kSn M6% 4 -satisfactions ,s&tIs'f&kSnz Mj% 4 -satisfactorily ,s&tIs'f&kt@rIlI Pu% 6 -satisfactory ,s&tIs'f&kt@rI OA% 5 -satisfied 's&tIsfaId Jc%,Jd% 32A,6A,11,14 -satisfies 's&tIsfaIz Ja% 32A,6A,11,14 -satisfy 's&tIsfaI J3% 32A,6A,11,14 -satisfying 's&tIsfaIIN Jb%,OA% 42A,6A,11,14 -satisfyingly 's&tIsfaIINlI Pu% 5 -satrap 's&tr&p K6$ 2 -satraps 's&tr&ps Kj$ 2 -satsuma ,s&t'sum@ K6% 3 -satsumas ,s&t'sum@z Kj% 3 -saturate 's&tS@reIt H2% 36A,14 -saturated 's&tS@reItId Hc%,Hd% 46A,14 -saturates 's&tS@reIts Ha% 36A,14 -saturating 's&tS@reItIN Hb% 46A,14 -saturation ,s&tS@'reISn L@% 4 -saturnalia ,s&t@'neIlI@ K6$ 5 -saturnalias ,s&t@'neIlI@z Kj$ 5 -saturnine 's&t@naIn OA% 3 -satyr 's&t@R K6$ 2 -satyric s@'tIrIk OA$ 3 -satyrs 's&t@z Kj$ 2 -sauce sOs H2$,M6% 16A -sauce-boat 'sOs-b@Ut K6% 2 -sauce-boats 'sOs-b@Uts Kj% 2 -sauced sOst Hc$,Hd$ 16A -saucepan 'sOsp@n K6% 2 -saucepans 'sOsp@nz Kj% 2 -saucer 'sOs@R K6% 2 -saucer-eyed 'sOs@r-aId OA% 3 -saucers 'sOs@z Kj% 2 -sauces 'sOsIz Ha$,Mj% 26A -saucier 'sOsI@R Or% 3 -sauciest 'sOsIIst Os% 3 -saucily 'sOsIlI Pu% 3 -sauciness 'sOsIn@s L@% 3 -saucing 'sOsIN Hb$ 26A -saucy 'sOsI OD% 2 -sauerkraut 'saU@kraUt L@% 3 -sauna 'saUn@ K6% 2 -saunas 'saUn@z Kj% 2 -saunter 'sOnt@R I0%,K6% 22A,2C -sauntered 'sOnt@d Ic%,Id% 22A,2C -saunterer 'sOnt@r@R K6$ 3 -saunterers 'sOnt@r@z Kj$ 3 -sauntering 'sOnt@rIN Ib% 32A,2C -saunters 'sOnt@z Ia%,Kj% 22A,2C -saurian 'sOrI@n K6$,OA$ 3 -saurians 'sOrI@nz Kj$ 3 -sausage 's0sIdZ M6% 2 -sausage-dog 's0sIdZ-d0g K6% 3 -sausage-dogs 's0sIdZ-d0gz Kj% 3 -sausage-meat 's0sIdZ-mit L@% 3 -sausage-roll ,s0sIdZ-'r@Ul K6% 3 -sausage-rolls ,s0sIdZ-'r@Ulz Kj% 3 -sausages 's0sIdZIz Mj% 3 -saut_e 's@UteI H0%,OA% 2 -saut_eed 's@UteId Hc%,Hd% 2 -saut_eing 's@UteIIN Hb% 3 -saut_es 's@UteIz Ha% 2 -savage 's&vIdZ H2%,K6%,OA% 26A -savaged 's&vIdZd Hc%,Hd% 26A -savagely 's&vIdZlI Pu% 3 -savageness 's&vIdZn@s L@% 3 -savagery 's&vIdZrI L@% 3 -savages 's&vIdZIz Ha%,Kj% 36A -savaging 's&vIdZIN Hb% 36A -savanna s@'v&n@ K6% 3 -savannah s@'v&n@ K6% 3 -savannahs s@'v&n@z Kj$ 3 -savannas s@'v&n@z Kj$ 3 -savant 's&v@nt K6$ 2 -savants 's&v@nts Kj$ 2 -save seIv J2%,K6%,T-% 12A,2C,3A,6A,6D,12B,12C,13B,14,15B -saved seIvd Jc%,Jd% 12A,2C,3A,6A,6D,12B,12C,13B,14,15B -saveloy 's&v@loI M6% 3 -saveloys 's&v@loIz Mj% 3 -saver 'seIv@R K6% 2 -savers 'seIv@z Kj% 2 -saves seIvz Ja%,Kj% 12A,2C,3A,6A,6D,12B,12C,13B,14,15B -saving 'seIvIN Jb%,K6%,OA%,T-% 22A,2C,3A,6A,6D,12B,12C,13B,14,15B -savings 'seIvINz Kj% 2 -savings-bank 'seIvINz-b&Nk K6% 3 -savings-banks 'seIvINz-b&Nks Kj% 3 -saviour 'seIvI@R K6% 2 -saviours 'seIvI@z Kj% 2 -savoir-faire ,s&vwA-'fe@R L@% 3 -savory 'seIv@rI L@$ 3 -savour 'seIv@R J0%,M6% 23A,6A -savoured 'seIv@d Jc%,Jd% 23A,6A -savouries 'seIv@rIz Kj% 3 -savouring 'seIv@rIN Jb% 33A,6A -savours 'seIv@z Ja%,Mj% 23A,6A -savoury 'seIv@rI K8%,OA% 3 -savoy s@'voI M6$ 2 -savoys s@'voIz Mj$ 2 -savvy 's&vI I5%,L@% 2 -saw sO J0%,Jc*,K6% 12A,2B,2C,4A,6A,8,9,10,15A,15B,16B,18A,19A,22,24A -saw-pit 'sO-pIt K6$ 2 -saw-pits 'sO-pIts Kj$ 2 -sawdust 'sOdVst L@% 2 -sawed sOd Jc%,Jd% 12A,2B,2C,4A,6A,8,9,10,15A,15B,16B,18A,19A,22,24A -sawhorse 'sOhOs K6$ 2 -sawhorses 'sOhOsIz Kj$ 3 -sawing 'sOIN Jb% 22A,2B,2C,4A,6A,8,9,10,15A,15B,16B,18A,19A,22,24A -sawmill 'sOmIl K6% 2 -sawmills 'sOmIlz Kj% 2 -sawn sOn Jd% 12A,2C,6A,15A,15B -saws sOz Ja%,Kj% 12A,2B,2C,4A,6A,8,9,10,15A,15B,16B,18A,19A,22,24A -sawyer 'sOj@R K6% 2 -sawyers 'sOj@z Kj% 2 -sax s&ks K7% 1 -saxes 's&ksIz Kj% 2 -saxhorn 's&kshOn K6$ 2 -saxhorns 's&kshOnz Kj$ 2 -saxifrage 's&ksIfrIdZ L@% 3 -saxophone 's&ks@f@Un K6% 3 -saxophones 's&ks@f@Unz Kj% 3 -saxophonist s&k's0f@nIst K6% 4 -saxophonists s&k's0f@nIsts Kj% 4 -say seI J5*,Ki% 16A,9,10,14 -saying 'seIIN Jb%,K6% 26A,9,10,14 -sayings 'seIINz Kj% 2 -says sez Ja* 16A,9,10,14 -scab sk&b M6% 1 -scabbard 'sk&b@d K6$ 2 -scabbards 'sk&b@dz Kj$ 2 -scabbier 'sk&bI@R Or$ 3 -scabbiest 'sk&bIIst Os$ 3 -scabby 'sk&bI OD% 2 -scabies 'skeIbiz L@% 2 -scabious 'skeIbI@s L@$ 3 -scabrous 'skeIbr@s OA$ 2 -scabs sk&bz Mj% 1 -scaffold 'sk&f@Uld K6% 2 -scaffolding 'sk&f@ldIN L@% 3 -scaffolds 'sk&f@Uldz Kj% 2 -scalawag 'sk&l@w&g K6$ 3 -scalawags 'sk&l@w&gz Kj$ 3 -scald skOld H0%,K6% 16A -scalded 'skOldId Hc%,Hd% 26A -scalding 'skOldIN Hb% 26A -scalds skOldz Ha%,Kj% 16A -scale skeIl J2%,M6% 12B,2C,6A,15A,15B -scaled skeIld Jc%,Jd% 12B,2C,6A,15A,15B -scales skeIlz Ja%,Mj% 12B,2C,6A,15A,15B -scalier 'skeIlI@R Or% 3 -scaliest 'skeIlIIst Os% 3 -scaling 'skeIlIN Jb% 22B,2C,6A,15A,15B -scaling-ladder 'skeIlIN-l&d@R K6% 4 -scaling-ladders 'skeIlIN-l&d@z Kj% 4 -scallop 'sk0l@p H0$,K6% 26A -scallop-shell 'sk0l@p-Sel K6% 3 -scallop-shells 'sk0l@p-Selz Kj% 3 -scalloped 'sk0l@pt Hc$,Hd% 26A -scalloping 'sk0l@pIN Hb$ 36A -scallops 'sk0l@ps Ha$,Kj% 26A -scallywag 'sk&lIw&g K6% 3 -scallywags 'sk&lIw&gz Kj% 3 -scalp sk&lp H0%,K6% 16A -scalped sk&lpt Hc%,Hd% 16A -scalpel 'sk&lp@l K6% 2 -scalpels 'sk&lp@lz Kj% 2 -scalping 'sk&lpIN Hb% 26A -scalps sk&lps Ha%,Kj% 16A -scaly 'skeIlI OD% 2 -scamp sk&mp H0$,K6% 16A -scamped sk&mpt Hc$,Hd$ 16A -scamper 'sk&mp@R I0%,K6% 22A,2C -scampered 'sk&mp@d Ic%,Id% 22A,2C -scampering 'sk&mp@rIN Ib% 32A,2C -scampers 'sk&mp@z Ia%,Kj% 22A,2C -scampi 'sk&mpI Kj% 2 -scamping 'sk&mpIN Hb$ 26A -scamps sk&mps Ha$,Kj% 16A -scan sk&n J4% 12A,6A -scandal 'sk&ndl M6% 2 -scandalize 'sk&nd@laIz H2% 36A -scandalized 'sk&nd@laIzd Hc%,Hd% 36A -scandalizes 'sk&nd@laIzIz Ha% 46A -scandalizing 'sk&nd@laIzIN Hb% 46A -scandalmonger 'sk&ndl,mVNg@R K6% 4 -scandalmongering 'sk&ndl,mVNg@rIN L@% 5 -scandalmongers 'sk&ndl,mVNg@z Kj% 4 -scandalous 'sk&nd@l@s OA% 3 -scandalously 'sk&nd@l@slI Pu% 4 -scandals 'sk&ndlz Mj% 2 -scanned sk&nd Jc%,Jd% 12A,6A -scanner 'sk&n@R K6% 2 -scanners 'sk&n@z Kj% 2 -scanning 'sk&nIN Jb% 22A,6A -scans sk&nz Ja% 12A,6A -scansion 'sk&nSn L@% 2 -scant sk&nt H0$,OA% 16A -scanted 'sk&ntId Hc$,Hd$ 26A -scantier 'sk&ntI@R Or% 3 -scantiest 'sk&ntIIst Os% 3 -scantily 'sk&ntIlI Pu% 3 -scantiness 'sk&ntIn@s L@% 3 -scanting 'sk&ntIN Hb$ 26A -scantling 'sk&ntlIN K6$ 2 -scantlings 'sk&ntlINz Kj$ 2 -scants sk&nts Ha$ 16A -scanty 'sk&ntI OD% 2 -scapegoat 'skeIpg@Ut K6% 2 -scapegoats 'skeIpg@Uts Kj% 2 -scapegrace 'skeIpgreIs K6% 2 -scapegraces 'skeIpgreIsIz Kj$ 3 -scapula 'sk&pjUl@ K6% 3 -scapulas 'sk&pjUl@z Kj% 3 -scar skAR J4%,K6% 12C,6A -scarab 'sk&r@b K6$ 2 -scarabs 'sk&r@bz Kj$ 2 -scarce ske@s OB% 1 -scarcely 'ske@slI Pu% 2 -scarcer 'ske@s@R Or% 2 -scarcest 'ske@sIst Os% 2 -scarcities 'ske@sItIz Mj% 3 -scarcity 'ske@sItI M8% 3 -scare ske@R J2%,K6% 12A,6A,15A,15B -scarecrow 'ske@kr@U K6% 2 -scarecrows 'ske@kr@Uz Kj% 2 -scared ske@d Jc%,Jd% 12A,6A,15A,15B -scaremonger 'ske@mVNg@R K6% 3 -scaremongers 'ske@mVNg@z Kj% 3 -scares ske@z Ja%,Kj% 12A,6A,15A,15B -scarf skAf K6% 1 -scarf-pin 'skAf-pIn K6% 2 -scarf-pins 'skAf-pInz Kj% 2 -scarfs skAfs Kj$ 1 -scarier 'ske@rI@R Or% 3 -scariest 'ske@rIIst Os% 3 -scarified 'sk&rIfaId Hc$,Hd$ 36A -scarifies 'sk&rIfaIz Ha$ 36A -scarify 'sk&rIfaI H3$ 36A -scarifying 'sk&rIfaIIN Hb$ 46A -scaring 'ske@rIN Jb% 22A,6A,15A,15B -scarlet 'skAl@t M6%,OA% 2 -scarlets 'skAl@ts Mj$ 2 -scarp skAp K6$ 1 -scarper 'skAp@R I0% 22A -scarpered 'skAp@d Ic% 22A -scarpering 'skAp@rIN Ib% 32A -scarpers 'skAp@z Ia% 22A -scarps skAps Kj$ 1 -scarred skAd Jc%,Jd% 12C,6A -scarring 'skArIN Jb% 22C,6A -scars skAz Ja%,Kj% 12C,6A -scarves skAvz Kj% 1 -scary 'ske@rI OD% 2 -scat sk&t W-$ 1 -scathing 'skeIDIN OA% 2 -scathingly 'skeIDINlI Pu% 3 -scatter 'sk&t@R J0%,K6% 22A,2C,6A,15A,15B -scatterbrain 'sk&t@breIn K6% 3 -scatterbrained 'sk&t@breInd OA% 3 -scatterbrains 'sk&t@breInz Kj% 3 -scattered 'sk&t@d Jc%,Jd%,OA% 22A,2C,6A,15A,15B -scattering 'sk&t@rIN Jb% 32A,2C,6A,15A,15B -scatters 'sk&t@z Ja%,Kj% 22A,2C,6A,15A,15B -scattier 'sk&tI@R Or% 3 -scattiest 'sk&tIIst Os% 3 -scatty 'sk&tI OD% 2 -scavenge 'sk&vIndZ I2% 22A,3A -scavenged 'sk&vIndZd Ic%,Id% 22A,3A -scavenger 'sk&vIndZ@R K6% 3 -scavengers 'sk&vIndZ@z Kj% 3 -scavenges 'sk&vIndZIz Ia% 32A,3A -scavenging 'sk&vIndZIN Ib% 32A,3A -scenario sI'nArI@U K6% 4 -scenarios sI'nArI@Uz Kj% 4 -scenarist sI'nArIst K6$ 3 -scenarists sI'nArIsts Kj$ 3 -scene sin K6% 1 -scene-painter 'sin-peInt@R K6% 3 -scene-painters 'sin-peInt@z Kj% 3 -scene-shifter 'sin-SIft@R K6% 3 -scene-shifters 'sin-SIft@z Kj% 3 -scenery 'sin@rI L@% 3 -scenes sinz Kj% 1 -scenic 'sinIk OA% 2 -scenically 'sinIklI Pu% 3 -scent sent H0%,M6% 16A -scented 'sentId Hc%,Hd% 26A -scenting 'sentIN Hb% 26A -scentless 'sentl@s OA$ 2 -scents sents Ha%,Mj% 16A -sceptered 'sept@d OA$ 2 -sceptic 'skeptIk K6% 2 -sceptical 'skeptIkl OA% 3 -sceptically 'skeptIklI Pu% 3 -scepticism 'skeptIsIz@m L@% 4 -sceptics 'skeptIks Kj% 2 -sceptre 'sept@R K6% 2 -sceptred 'sept@d OA% 2 -sceptres 'sept@z Kj% 2 -schedule 'Sedjul H2%,K6% 26A,7A,14 -scheduled 'Sedjuld Hc%,Hd% 26A,7A,14 -schedules 'Sedjulz Ha%,Kj% 26A,7A,14 -scheduling 'SedjulIN Hb% 36A,7A,14 -schema 'skim@ K6$ 2 -schemas 'skim@z Kj$ 2 -schemata 'skim@t@ Kj$ 3 -schematic skI'm&tIk OA% 3 -schematically skI'm&tIklI Pu% 4 -scheme skim J2%,K6% 12A,3A,4A,6A -schemed skimd Jc%,Jd% 12A,3A,4A,6A -schemer 'skim@R K6% 2 -schemers 'skim@z Kj% 2 -schemes skimz Ja%,Kj% 12A,3A,4A,6A -scheming 'skimIN Jb% 22A,3A,4A,6A -scherzo 'ske@ts@U K6$ 2 -scherzos 'ske@ts@Uz Kj$ 2 -schism 'skIz@m M6% 2 -schismatic skIz'm&tIk OA$ 3 -schisms 'skIz@mz Mj$ 2 -schist SIst K6$ 1 -schists SIsts Kj$ 1 -schizoid 'skItsoId OA% 2 -schizophrenia ,skIts@U'frinI@ L@% 5 -schizophrenic ,skIts@U'frenIk K6%,OA% 4 -schizophrenics ,skIts@U'frenIks Kj% 4 -schmaltz SmOlts L@% 1 -schmaltzier 'SmOltsI@R Or% 3 -schmaltziest 'SmOltsIIst Os% 3 -schmaltzy 'SmOltsI OD% 2 -schmalz SmOlts L@$ 1 -schmalzier 'smOltsI@R Or$ 3 -schmalziest 'smOltsIIst Os$ 3 -schmalzy 'smOltsI OD$ 2 -schnapps Sn&ps L@% 1 -schnitzel 'SnItsl M6% 2 -schnitzels 'SnItslz Mj$ 2 -schnorkel 'SnOkl K6$ 2 -schnorkels 'SnOklz Kj$ 2 -scholar 'sk0l@R K6% 2 -scholarly 'sk0l@lI OA% 3 -scholars 'sk0l@z Kj% 2 -scholarship 'sk0l@SIp M6% 3 -scholarships 'sk0l@SIps Mj% 3 -scholastic sk@'l&stIk OA% 3 -scholasticism sk@'l&stIsIz@m L@% 5 -school skul H0%,M6* 16A,15A -school-board 'skul-bOd K6% 2 -school-boards 'skul-bOdz Kj% 2 -schoolbook 'skulbUk K6% 2 -schoolbooks 'skulbUks Kj% 2 -schoolboy 'skulboI K6% 2 -schoolboys 'skulboIz Kj% 2 -schoolchild 'skultSaIld Ki% 2 -schoolchildren 'skultSIldr@n Kj% 3 -schooldays 'skuldeIz Kj% 2 -schooled skuld Hc%,Hd% 16A,15A -schoolfellow 'skulfel@U K6% 3 -schoolfellows 'skulfel@Uz Kj% 3 -schoolfriend 'skulfrend K6% 2 -schoolfriends 'skulfrendz Kj% 2 -schoolgirl 'skulg3l K6% 2 -schoolgirls 'skulg3lz Kj% 2 -schoolhouse 'skulhaUs K6% 2 -schoolhouses 'skulhaUzIz Kj% 3 -schooling 'skulIN Hb%,L@% 26A,15A -schoolman 'skulm&n Ki$ 2 -schoolmaster 'skulmAst@R K6% 3 -schoolmasters 'skulmAst@z Kj% 3 -schoolmate 'skulmeIt K6% 2 -schoolmates 'skulmeIts Kj% 2 -schoolmen 'skulmen Kj$ 2 -schoolmistress 'skulmIstrIs K7% 3 -schoolmistresses 'skulmIstrIsIz Kj% 4 -schoolroom 'skulrum K6% 2 -schoolrooms 'skulrumz Kj% 2 -schools skulz Ha%,Mj% 16A,15A -schoolteacher 'skultitS@R K6% 3 -schoolteachers 'skultitS@z Kj% 3 -schooltime 'skultaIm M6% 2 -schooltimes 'skultaImz Mj% 2 -schooner 'skun@R K6% 2 -schooners 'skun@z Kj% 2 -schottische S0'tiS K6$ 2 -schottisches S0'tiSIz Kj$ 3 -schwa SwA K6$ 1 -schwas SwAz Kj$ 1 -sciatic saI'&tIk OA$ 3 -sciatica saI'&tIk@ L@% 4 -science 'saI@ns M6% 2 -sciences 'saI@nsIz Mj% 3 -scientific ,saI@n'tIfIk OA% 4 -scientifically ,saI@n'tIfIklI Pu% 5 -scientist 'saI@ntIst K6% 3 -scientists 'saI@ntIsts Kj% 3 -scimitar 'sImIt@R K6$ 3 -scimitars 'sImIt@z Kj$ 3 -scintilla sIn'tIl@ K6$ 3 -scintillas sIn'tIl@z Kj$ 3 -scintillate 'sIntIleIt I2% 32A -scintillated 'sIntIleItId Ic%,Id% 42A -scintillates 'sIntIleIts Ia% 32A -scintillating 'sIntIleItIN Ib% 42A -scintillation ,sIntI'leISn K6% 4 -scintillations ,sIntI'leISnz Kj$ 4 -scion 'saI@n K6$ 2 -scions 'saI@nz Kj$ 2 -scissors 'sIz@z Kj% 2 -sclerosis skl@'r@UsIs L@% 3 -scoff sk0f J0%,K6% 12A,3A -scoffed sk0ft Jc%,Jd% 12A,3A -scoffer 'sk0f@R K6% 2 -scoffers 'sk0f@z Kj% 2 -scoffing 'sk0fIN Jb% 22A,3A -scoffingly 'sk0fINlI Pu% 3 -scoffs sk0fs Ja%,Kj% 12A,3A -scold sk@Uld J0%,K6% 12A,6A,14 -scolded 'sk@UldId Jc%,Jd% 22A,6A,14 -scolding 'sk@UldIN Jb%,K6% 22A,6A,14 -scoldings 'sk@UldINz Kj% 2 -scolds sk@Uldz Ja%,Kj% 12A,6A,14 -scollop 'sk0l@p H0$,K6$ 2 -scolloped 'sk0l@pt Hc$,Hd$ 2 -scolloping 'sk0l@pIN Hb$ 3 -scollops 'sk0l@ps Ha$,Kj$ 2 -sconce sk0ns K6$ 1 -sconces 'sk0nsIz Kj$ 2 -scone sk0n K6% 1 -scones sk0nz Kj% 1 -scoop skup H0%,K6% 16A,15B -scooped skupt Hc%,Hd% 16A,15B -scoopful 'skupfUl K6% 2 -scoopfuls 'skupfUlz Kj% 2 -scooping 'skupIN Hb% 26A,15B -scoops skups Ha%,Kj% 16A,15B -scoot skut I0% 1 -scooted 'skutId Ic%,Id% 2 -scooter 'skut@R K6% 2 -scooters 'skut@z Kj% 2 -scooting 'skutIN Ib% 2 -scoots skuts Ia% 1 -scope sk@Up L@% 1 -scorbutic skO'bjutIk OA$ 3 -scorch skOtS J1%,K7% 12A,2C,6A -scorched skOtSt Jc%,Jd% 12A,2C,6A -scorcher 'skOtS@R K6% 2 -scorchers 'skOtS@z Kj% 2 -scorches 'skOtSIz Ja%,Kj% 22A,2C,6A -scorching 'skOtSIN Jb%,OA%,Pu% 22A,2C,6A -score skOR J2%,K6% 12A,3A,6A,15A,15B -scoreboard 'skObOd K6% 2 -scoreboards 'skObOdz Kj% 2 -scorebook 'skObUk K6% 2 -scorebooks 'skObUks Kj% 2 -scorecard 'skOkAd K6% 2 -scorecards 'skOkAdz Kj% 2 -scored skOd Jc%,Jd% 12A,3A,6A,15A,15B -scorer 'skOr@R K6% 2 -scorers 'skOr@z Kj% 2 -scores skOz Ja%,Kj% 12A,3A,6A,15A,15B -scoring 'skOrIN Jb% 22A,3A,6A,15A,15B -scorn skOn H0%,L@% 16A,6D,7A -scorned skOnd Hc%,Hd% 16A,6D,7A -scornful 'skOnf@l OA% 2 -scornfully 'skOnf@lI Pu% 3 -scorning 'skOnIN Hb% 26A,6D,7A -scorns skOnz Ha% 16A,6D,7A -scorpion 'skOpI@n K6% 3 -scorpions 'skOpI@nz Kj% 3 -scot sk0t K6$ 1 -scot-free ,sk0t-'fri Pu% 2 -scotch sk0tS H1%,M7% 16A -scotched sk0tSt Hc%,Hd% 16A -scotches 'sk0tSIz Ha$,Mj$ 26A -scotching 'sk0tSIN Hb$ 26A -scots sk0ts Kj$ 1 -scoundrel 'skaUndr@l K6% 2 -scoundrelly 'skaUndr@lI OA$ 3 -scoundrels 'skaUndr@lz Kj% 2 -scour 'skaU@R J0%,K6% 22C,6A,15A,15B -scoured 'skaU@d Jc%,Jd% 22C,6A,15A,15B -scourer 'skaU@r@R K6% 3 -scourers 'skaU@r@z Kj% 3 -scourge sk3dZ H2%,K6% 16A -scourged sk3dZd Hc%,Hd% 16A -scourges 'sk3dZIz Ha%,Kj% 26A -scourging 'sk3dZIN Hb% 26A -scouring 'skaU@rIN Jb% 32C,6A,15A,15B -scours 'skaU@z Ja%,Kj% 22C,6A,15A,15B -scout skaUt J0%,K6% 12C,6A -scouted 'skaUtId Jc%,Jd% 22C,6A -scouting 'skaUtIN Jb% 22C,6A -scoutmaster 'skaUtmAst@R K6% 3 -scoutmasters 'skaUtmAst@z Kj% 3 -scouts skaUts Ja%,Kj% 12C,6A -scow skaU K6$ 1 -scowl skaUl I0%,K6% 12A,3A -scowled skaUld Ic%,Id% 12A,3A -scowling 'skaUlIN Ib% 22A,3A -scowls skaUlz Ia%,Kj% 12A,3A -scows skaUz Kj$ 1 -scrabble 'skr&bl I2%,M6% 22A,2C -scrabbled 'skr&bld Ic%,Id% 22A,2C -scrabbles 'skr&blz Ia%,Mj% 22A,2C -scrabbling 'skr&blIN Ib% 22A,2C -scrag skr&g H4$,K6$ 1 -scrag-end skr&g-'end K6% 2 -scrag-ends skr&g-'endz Kj% 2 -scragged skr&gd Hc$,Hd$ 1 -scraggier 'skr&gI@R Or$ 3 -scraggiest 'skr&gIIst Os$ 3 -scragging 'skr&gIN Hb$ 2 -scraggy 'skr&gI OD$ 2 -scrags skr&gz Ha$,Kj$ 1 -scram skr&m I4% 1 -scramble 'skr&mbl J2%,K6% 22A,2C,3A,4A,6A -scrambled 'skr&mbld Jc%,Jd% 22A,2C,3A,4A,6A -scrambler 'skr&mbl@R K6% 2 -scramblers 'skr&mbl@z Kj% 2 -scrambles 'skr&mblz Ja%,Kj% 22A,2C,3A,4A,6A -scrambling 'skr&mblIN Jb% 22A,2C,3A,4A,6A -scrammed skr&md Ic$,Id$ 1 -scramming 'skr&mIN Ib$ 2 -scrams skr&mz Ia$ 1 -scrap skr&p H4%,M6% 16A -scrap-iron skr&p-'aI@n L@% 3 -scrapbook 'skr&pbUk K6% 2 -scrapbooks 'skr&pbUks Kj% 2 -scrape skreIp J2%,K6% 12C,3A,6A,14,15A,15B,22 -scraped skreIpt Jc%,Jd% 12C,3A,6A,14,15A,15B,22 -scraper 'skreIp@R K6% 2 -scrapers 'skreIp@z Kj% 2 -scrapes skreIps Ja%,Kj% 12C,3A,6A,14,15A,15B,22 -scrapheap 'skr&phip K6% 2 -scrapheaps 'skr&phips Kj% 2 -scraping 'skreIpIN Jb%,K6% 22C,3A,6A,14,15A,15B,22 -scrapings 'skreIpINz Kj% 2 -scrapped skr&pt Hc%,Hd% 16A -scrappier 'skr&pI@R Or% 3 -scrappiest 'skr&pIIst Os% 3 -scrappily 'skr&pIlI Pu% 3 -scrappiness 'skr&pIn@s L@$ 3 -scrapping 'skr&pIN Hb% 26A -scrappy 'skr&pI OD% 2 -scraps skr&ps Ha%,Mj% 16A -scratch skr&tS J1%,K7% 12A,2C,6A,15B -scratch-pad 'skr&tS-p&d K6% 2 -scratch-pads 'skr&tS-p&dz Kj% 2 -scratch-race 'skr&tS-reIs K6% 2 -scratch-races 'skr&tS-reIsIz Kj% 3 -scratched skr&tSt Jc%,Jd% 12A,2C,6A,15B -scratches 'skr&tSIz Ja%,Kj% 22A,2C,6A,15B -scratchier 'skr&tSI@R Or% 3 -scratchiest 'skr&tSIIst Os% 3 -scratching 'skr&tSIN Jb% 22A,2C,6A,15B -scratchy 'skr&tSI OD% 2 -scrawl skrOl J0%,K6% 12A,2C,6A -scrawled skrOld Jc%,Jd% 12A,2C,6A -scrawling 'skrOlIN Jb% 22A,2C,6A -scrawls skrOlz Ja%,Kj% 12A,2C,6A -scrawnier 'skrOnI@R Or% 3 -scrawniest 'skrOnIIst Os% 3 -scrawny 'skrOnI OD% 2 -scream skrim J0%,K6% 12A,2C,6A,15A,15B,22 -screamed skrimd Jc%,Jd% 12A,2C,6A,15A,15B,22 -screaming 'skrimIN Jb% 22A,2C,6A,15A,15B,22 -screamingly 'skrimINlI Pu% 3 -screams skrimz Ja%,Kj% 12A,2C,6A,15A,15B,22 -scree skri M6$ 1 -screech skritS J1%,K7% 12A,2C,6A,15A,15B -screech-owl 'skritS-aUl K6% 2 -screech-owls 'skritS-aUlz Kj% 2 -screeched skritSt Jc%,Jd% 12A,2C,6A,15A,15B -screeches 'skritSIz Ja%,Kj% 22A,2C,6A,15A,15B -screeching 'skritSIN Jb% 22A,2C,6A,15A,15B -screed skrid K6$ 1 -screeds skridz Kj$ 1 -screen skrin J0%,K6% 12C,6A,14,15A,15B -screened skrind Jc%,Jd% 12C,6A,14,15A,15B -screening 'skrinIN Jb% 22C,6A,14,15A,15B -screens skrinz Ja%,Kj% 12C,6A,14,15A,15B -screes skriz Mj$ 1 -screw skru J0%,M6% 12A,6A,15A,15B -screw-topped 'skru-t0pt OA% 2 -screwball 'skrubOl K6%,OA% 2 -screwballs 'skrubOlz Kj% 2 -screwdriver 'skrudraIv@R K6% 3 -screwdrivers 'skrudraIv@z Kj% 3 -screwed skrud Jc%,Jd% 12A,6A,15A,15B -screwier 'skruI@R Or% 3 -screwiest 'skruIIst Os% 3 -screwing 'skruIN Jb% 22A,6A,15A,15B -screws skruz Ja%,Mj% 12A,6A,15A,15B -screwy 'skruI OD% 2 -scribble 'skrIbl J2%,M6% 22A,6A -scribbled 'skrIbld Jc%,Jd% 22A,6A -scribbler 'skrIbl@R K6% 2 -scribblers 'skrIbl@z Kj% 2 -scribbles 'skrIblz Ja%,Mj% 22A,6A -scribbling 'skrIblIN Jb% 22A,6A -scribbling-block 'skrIblIN-bl0k K6% 3 -scribbling-blocks 'skrIblIN-bl0ks Kj% 3 -scribe skraIb K6% 1 -scribes skraIbz Kj% 1 -scrimmage 'skrImIdZ J2$,K6% 2 -scrimmaged 'skrImIdZd Jc$,Jd$ 2 -scrimmages 'skrImIdZIz Ja$,Kj$ 3 -scrimmaging 'skrImIdZIN Jb$ 3 -scrimp skrImp J0% 1 -scrimped skrImpt Jc%,Jd% 1 -scrimping 'skrImpIN Jb% 2 -scrimps skrImps Ja% 1 -scrimshank 'skrImS&Nk I0$ 2 -scrimshanked 'skrImS&Nkt Ic$,Id$ 2 -scrimshanker 'skrImS&Nk@R K6$ 3 -scrimshankers 'skrImS&Nk@z Kj$ 3 -scrimshanking 'skrImS&NkIN Ib$ 3 -scrimshanks 'skrImS&Nks Ia$ 2 -scrip skrIp M6$ 1 -scrips skrIps Mj$ 1 -script skrIpt M6% 1 -scripted 'skrIptId OA% 2 -scripts skrIpts Mj% 1 -scriptural 'skrIptS@r@l OA% 3 -scripture 'skrIptS@R K6% 2 -scriptures 'skrIptS@z Kj% 2 -scriptwriter 'skrIptraIt@R K6% 3 -scriptwriters 'skrIptraIt@z Kj% 3 -scrivener 'skrIv@n@R K6$ 3 -scriveners 'skrIv@n@z Kj$ 3 -scrofula 'skr0fjUl@ L@$ 3 -scrofulous 'skr0fjUl@s OA$ 3 -scroll skr@Ul K6% 1 -scrolls skr@Ulz Kj% 1 -scrotum 'skr@Ut@m K6% 2 -scrotums 'skr@Ut@mz Kj$ 2 -scrounge skraUndZ J2% 12A,6A -scrounged skraUndZd Jc%,Jd% 12A,6A -scrounger 'skraUndZ@R K6% 2 -scroungers 'skraUndZ@z Kj% 2 -scrounges 'skraUndZIz Ja% 22A,6A -scrounging 'skraUndZIN Jb% 22A,6A -scrub skrVb J4%,M6% 12A,2C,6A,15B,22 -scrubbed skrVbd Jc%,Jd% 12A,2C,6A,15B,22 -scrubbier 'skrVbI@R Or$ 3 -scrubbiest 'skrVbIIst Os$ 3 -scrubbing 'skrVbIN Jb% 22A,2C,6A,15B,22 -scrubbing-brush 'skrVbIN-brVS K7% 3 -scrubbing-brushes 'skrVbIN-brVSIz Kj% 4 -scrubby 'skrVbI OD% 2 -scrubs skrVbz Ja%,Mj% 12A,2C,6A,15B,22 -scruff skrVf K6% 1 -scruffier 'skrVfI@R Or% 3 -scruffiest 'skrVfIIst Os% 3 -scruffs skrVfs Kj% 1 -scruffy 'skrVfI OD% 2 -scrum skrVm K6% 1 -scrummage 'skrVmIdZ K6% 2 -scrummages 'skrVmIdZIz Kj% 3 -scrumptious 'skrVmpS@s OA% 2 -scrums skrVmz Kj% 1 -scrunch skrVntS H1$,K7$ 1 -scrunched skrVntSt Hc$,Hd$ 1 -scrunches 'skrVntSIz Ha$,Kj$ 2 -scrunching 'skrVntSIN Hb$ 2 -scruple 'skrupl I2%,M6% 24C -scrupled 'skrupld Ic%,Id% 24C -scruples 'skruplz Ia%,Mj% 24C -scrupling 'skruplIN Ib% 24C -scrupulous 'skrupjUl@s OA% 3 -scrupulously 'skrupjUl@slI Pu% 4 -scrutineer ,skrutI'nI@R K6% 3 -scrutineers ,skrutI'nI@z Kj% 3 -scrutinies 'skrutInIz Mj% 3 -scrutinize 'skrutInaIz H2% 36A -scrutinized 'skrutInaIzd Hc%,Hd% 36A -scrutinizes 'skrutInaIzIz Ha% 46A -scrutinizing 'skrutInaIzIN Hb% 46A -scrutiny 'skrutInI M8% 3 -scud skVd I4$,M6$ 12A,2C -scudded 'skVdId Ic$,Id$ 22A,2C -scudding 'skVdIN Ib$ 22A,2C -scuds skVdz Ia$,Mj$ 12A,2C -scuff skVf J0% 12A,2C,6A,15A,15B -scuffed skVft Jc%,Jd% 12A,2C,6A,15A,15B -scuffing 'skVfIN Jb% 22A,2C,6A,15A,15B -scuffle 'skVfl I2% 22A,2C -scuffled 'skVfld Ic%,Id% 22A,2C -scuffles 'skVflz Ia% 22A,2C -scuffling 'skVflIN Ib% 22A,2C -scuffs skVfs Ja% 12A,2C,6A,15A,15B -scull skVl J0%,K6% 12A,6A -sculled skVld Jc%,Jd% 12A,6A -sculler 'skVl@R K6% 2 -sculleries 'skVl@rIz Kj% 3 -scullers 'skVl@z Kj% 2 -scullery 'skVl@rI K8% 3 -sculling 'skVlIN Jb% 22A,6A -scullion 'skVlI@n K6$ 3 -scullions 'skVlI@nz Kj$ 3 -sculls skVlz Ja%,Kj% 12A,6A -sculpt skVlpt J0% 1 -sculpted 'skVlptId Jc%,Jd% 2 -sculpting 'skVlptIN Jb% 2 -sculptor 'skVlpt@R K6% 2 -sculptors 'skVlpt@z Kj% 2 -sculptress 'skVlptrIs K7% 2 -sculptresses 'skVlptrIsIz Kj% 3 -sculpts skVlpts Ja% 1 -sculptural 'skVlptS@r@l OA% 3 -sculpture 'skVlptS@R J2%,M6% 22A,6A -sculptured 'skVlptS@d Jc%,Jd% 22A,6A -sculptures 'skVlptS@z Ja%,Mj% 22A,6A -sculpturing 'skVlptS@rIN Jb% 32A,6A -scum skVm L@% 1 -scummier 'skVmI@R Or$ 3 -scummiest 'skVmIIst Os$ 3 -scummy 'skVmI OD% 2 -scupper 'skVp@R H0$,K6$ 2 -scuppered 'skVp@d Hc$,Hd% 2 -scuppering 'skVp@rIN Hb$ 3 -scuppers 'skVp@z Ha$,Kj$ 2 -scurf sk3f L@% 1 -scurfier 'sk3fI@R Or$ 3 -scurfiest 'sk3fIIst Os$ 3 -scurfy 'sk3fI OD% 2 -scurried 'skVrId Ic%,Id% 22A,2C,3A -scurries 'skVrIz Ia%,Mj% 22A,2C,3A -scurrility sk@'rIlItI L@$ 4 -scurrilous 'skVrIl@s OA% 3 -scurrilously 'skVrIl@slI Pu% 4 -scurry 'skVrI I3%,M8% 22A,2C,3A -scurrying 'skVrIIN Ib% 32A,2C,3A -scurvily 'sk3vIlI Pu% 3 -scurvy 'sk3vI L@%,OA% 2 -scut skVt K6$ 1 -scutcheon 'skVtS@n K6$ 2 -scutcheons 'skVtS@nz Kj$ 2 -scuts skVts Kj$ 1 -scuttle 'skVtl J2%,K6% 22A,2C,6A -scuttled 'skVtld Jc%,Jd% 22A,2C,6A -scuttles 'skVtlz Ja%,Kj% 22A,2C,6A -scuttling 'skVtlIN Jb% 22A,2C,6A -scythe saID H2%,K6% 16A,15A -scythed saIDd Hc%,Hd% 16A,15A -scythes saIDz Ha%,Kj% 16A,15A -scything 'saIDIN Hb% 26A,15A -sea si M6% 1 -sea-anemone ,si-@'nem@nI K6% 5 -sea-anemones ,si-@'nem@nIz Kj% 5 -sea-animal 'si-&nIml K6% 4 -sea-animals 'si-&nImlz Kj% 4 -sea-bathing 'si-beIDIN L@% 3 -sea-boat 'si-b@Ut K6% 2 -sea-boats 'si-b@Uts Kj% 2 -sea-bream 'si-brim K9% 2 -sea-breeze si-'briz K6% 2 -sea-breezes si-'brizIz Kj% 3 -sea-coal 'si-k@Ul L@$ 2 -sea-cow 'si-kaU K6$ 2 -sea-cows 'si-kaUz Kj$ 2 -sea-dog 'si-d0g K6% 2 -sea-dogs 'si-d0gz Kj% 2 -sea-fish 'si-fIS K9% 2 -sea-fishes 'si-fISIz Kj% 3 -sea-girt 'si-g3t OA$ 2 -sea-god 'si-g0d K6% 2 -sea-gods 'si-g0dz Kj% 2 -sea-green si-'grin L@%,OA% 2 -sea-horse 'si-hOs K6% 2 -sea-horses 'si-hOsIz Kj% 3 -sea-legs 'si-legz Kj% 2 -sea-level 'si-levl Ki% 3 -sea-lion 'si-laI@n K6% 3 -sea-lions 'si-laI@nz Kj% 3 -sea-power 'si-paU@R L@% 3 -sea-rover 'si-r@Uv@R K6$ 3 -sea-rovers 'si-r@Uv@z Kj$ 3 -sea-snake 'si-sneIk K6% 2 -sea-snakes 'si-sneIks Kj% 2 -sea-urchin 'si-3tSIn K6% 3 -sea-urchins 'si-3tSInz Kj% 3 -sea-wall si-'wOl K6% 2 -sea-walls si-'wOlz Kj% 2 -sea-water 'si-wOt@R L@% 3 -seabed 'sibed K6% 2 -seabeds 'sibedz Kj$ 2 -seabird 'sib3d K6% 2 -seabirds 'sib3dz Kj% 2 -seaboard 'sibOd K6% 2 -seaboards 'sibOdz Kj$ 2 -seaborne 'sibOn OA% 2 -seafarer 'sife@r@R K6% 3 -seafarers 'sife@r@z Kj% 3 -seafaring 'sife@rIN OA% 3 -seafood 'sifud M6% 2 -seafoods 'sifudz Mj% 2 -seafront 'sifrVnt K6% 2 -seafronts 'sifrVnts Kj$ 2 -seagoing 'sig@UIN OA% 3 -seagull 'sigVl K6% 2 -seagulls 'sigVlz Kj% 2 -seakale 'sikeIl L@$ 2 -seal sil J0%,K6% 12A,6A,15A,15B -seal-ring 'sil-rIN K6$ 2 -seal-rings 'sil-rINz Kj$ 2 -sealed sild Jc%,Jd% 12A,6A,15A,15B -sealer 'sil@R K6$ 2 -sealers 'sil@z Kj$ 2 -sealing 'silIN Jb% 22A,6A,15A,15B -sealing-wax 'silIN-w&ks L@% 3 -seals silz Ja%,Kj% 12A,6A,15A,15B -sealskin 'silskIn M6% 2 -sealskins 'silskInz Mj% 2 -seam sim H0%,K6% 1 -seaman 'sim@n Ki% 2 -seamanlike 'sim@nlaIk OA% 3 -seamanship 'sim@nSIp L@% 3 -seamed simd Hc%,Hd% 1 -seamen 'sim@n Kj% 2 -seamier 'simI@R Or% 3 -seamiest 'simIIst Os% 3 -seaming 'simIN Hb$ 2 -seamless 'siml@s OA% 2 -seams simz Ha$,Kj% 1 -seamstress 'simstrIs K7% 2 -seamstresses 'simstrIsIz Kj% 3 -seamy 'simI OD% 2 -seaplane 'sipleIn K6% 2 -seaplanes 'sipleInz Kj% 2 -seaport 'sipOt K6% 2 -seaports 'sipOts Kj% 2 -sear sI@R H0$,OA$ 16A -search s3tS J1%,M7% 12A,3A,6A,14,15A,15B -search-parties 's3tS-pAtIz Kj% 3 -search-party 's3tS-pAtI K8% 3 -search-warrant 's3tS-w0r@nt K6% 3 -search-warrants 's3tS-w0r@nts Kj% 3 -searched s3tSt Jc%,Jd% 12A,3A,6A,14,15A,15B -searcher 's3tS@R K6% 2 -searchers 's3tS@z Kj% 2 -searches 's3tSIz Ja%,Mj% 22A,3A,6A,14,15A,15B -searching 's3tSIN Jb%,OA% 22A,3A,6A,14,15A,15B -searchingly 's3tSINlI Pu% 3 -searchlight 's3tSlaIt K6% 2 -searchlights 's3tSlaIts Kj% 2 -seared sI@d Hc$,Hd$ 16A -searing 'sI@rIN Hb% 26A -searing-iron 'se@rIN-aI@n K6$ 4 -searing-irons 'se@rIN-aI@nz Kj$ 4 -sears sI@z Ha$ 16A -seas siz Mj% 1 -seascape 'siskeIp K6% 2 -seascapes 'siskeIps Kj% 2 -seashell 'siSel K6% 2 -seashells 'siSelz Kj% 2 -seashore 'siSOR K6% 2 -seashores 'siSOz Kj% 2 -seasick 'sisIk OA% 2 -seasickness 'sisIkn@s L@% 3 -seaside 'sisaId K6% 2 -seasides 'sisaIdz Kj$ 2 -season 'sizn J0%,K6% 22A,6A,14 -season-ticket 'sizn-tIkIt K6% 4 -season-tickets 'sizn-tIkIts Kj% 4 -seasonable 'sizn@bl OA% 3 -seasonal 'siz@nl OA% 3 -seasonally 'siz@n@lI Pu% 4 -seasoned 'siznd Jc%,Jd% 22A,6A,14 -seasoning 'siznIN Jb%,M6% 32A,6A,14 -seasonings 'siznINz Mj% 3 -seasons 'siznz Ja%,Kj% 22A,6A,14 -seat sit H0%,K6% 16A -seat-belt 'sit-belt K6% 2 -seat-belts 'sit-belts Kj% 2 -seated 'sitId Hc%,Hd% 26A -seating 'sitIN Hb% 26A -seating-room 'sitIN-rum L@$ 3 -seats sits Ha%,Kj% 16A -seaward 'siw@d OA% 2 -seawards 'siw@dz Pu% 2 -seaway 'siweI K6% 2 -seaways 'siweIz Kj% 2 -seaweed 'siwid M6% 2 -seaweeds 'siwidz Mj$ 2 -seaworthiness 'siw3DInIs L@% 4 -seaworthy 'siw3DI OA% 3 -sec sek K6$ 1 -secateurs 'sek@t3z Kj% 3 -secede sI'sid I2% 22A,3A -seceded sI'sidId Ic%,Id% 32A,3A -secedes sI'sidz Ia% 22A,3A -seceding sI'sidIN Ib% 32A,3A -secession sI'seSn M6% 3 -secessionist sI'seS@nIst K6% 4 -secessionists sI'seS@nIsts Kj% 4 -secessions sI'seSnz Mj$ 3 -seclude sI'klud H2$ 26A,14,15A -secluded sI'kludId Hc$,Hd%,OA% 36A,14,15A -secludes sI'kludz Ha$ 26A,14,15A -secluding sI'kludIN Hb$ 36A,14,15A -seclusion sI'kluZn L@% 3 -second 'sek@nd H0%,K6*,OA*,Pu* 26A -second sI'k0nd H0% 26A,15A -second-best 'sek@nd-best Ki%,OA%,Pu% 3 -second-class 'sek@nd-klAs L@%,OA%,Pu% 3 -second-hand 'sek@nd-h&nd K6$,OA% 3 -second-hands 'sek@nd-h&ndz Kj$ 3 -second-rate 'sek@nd-reIt OA% 3 -second-rater ,sek@nd-'reIt@R K6% 4 -second-raters ,sek@nd-'reIt@z Kj% 4 -second-sighted ,sek@nd-'saItId OA% 4 -secondarily 'sek@ndrIlI Pu% 4 -secondary 'sek@ndrI OA% 3 -seconded 'sek@ndId Hc%,Hd% 36A -seconded sI'k0ndId Hc%,Hd% 36A,15A -seconder 'sek@nd@R K6% 3 -seconders 'sek@nd@z Kj% 3 -seconding 'sek@ndIN Hb% 36A -seconding sI'k0ndIN Hb% 36A,15A -secondly 'sek@ndlI Pu% 3 -secondment sI'k0ndm@nt K6% 3 -secondments sI'k0ndm@nts Kj% 3 -seconds 'sek@ndz Ha%,Kj% 26A -seconds sI'k0ndz Ha% 26A,15A -secrecy 'sikr@sI L@% 3 -secret 'sikrIt M6%,OA% 2 -secretarial ,sekr@'te@rI@l OA% 5 -secretariat ,sekr@'te@rI@t K6% 5 -secretariats ,sekr@'te@rI@ts Kj% 5 -secretaries 'sekr@trIz Kj% 3 -secretary 'sekr@trI K8% 3 -secrete sI'krit H2% 26A -secreted sI'kritId Hc%,Hd% 36A -secretes sI'krits Ha% 26A -secreting sI'kritIN Hb% 36A -secretion sI'kriSn M6% 3 -secretions sI'kriSnz Mj% 3 -secretive 'sikr@tIv OA% 3 -secretively 'sikr@tIvlI Pu% 4 -secretiveness 'sikr@tIvn@s L@% 4 -secretly 'sikrItlI Pu% 3 -secrets 'sikrIts Mj% 2 -secs seks Kj$ 1 -sect sekt K6% 1 -sectarian sek'te@rI@n K6$,OA% 4 -sectarianism sek'te@rI@nIz@m L@% 6 -sectarians sek'te@rI@nz Kj$ 4 -section 'sekSn K6% 2 -sectional 'sekS@nl OA$ 3 -sectionalism 'sekS@n@lIz@m L@$ 5 -sections 'sekSnz Kj% 2 -sector 'sekt@R K6% 2 -sectors 'sekt@z Kj% 2 -sects sekts Kj% 1 -secular 'sekjUl@R OA% 3 -secularism 'sekjUl@rIz@m L@$ 5 -secularist 'sekjUl@rIst K6$ 4 -secularists 'sekjUl@rIsts Kj$ 4 -secularize 'sekj@l@raIz H2$ 46A -secularized 'sekj@l@raIzd Hc$,Hd$ 46A -secularizes 'sekj@l@raIzIz Ha$ 56A -secularizing 'sekj@l@raIzIN Hb$ 56A -secure sI'kjU@R H2%,OA% 26A,12B,13B,14 -secured sI'kjU@d Hc%,Hd% 26A,12B,13B,14 -securely sI'kjU@lI Pu% 3 -secures sI'kjU@z Ha% 26A,12B,13B,14 -securing sI'kjU@rIN Hb% 36A,12B,13B,14 -securities sI'kjU@rItIz Mj% 4 -security sI'kjU@rItI M8% 4 -sedan sI'd&n K6$ 2 -sedan-chair sI'd&n-tSe@R K6$ 3 -sedan-chairs sI'd&n-tSe@z Kj$ 3 -sedans sI'd&nz Kj$ 2 -sedate sI'deIt H2%,OA% 26A -sedated sI'deItId Hc%,Hd% 36A -sedately sI'deItlI Pu% 3 -sedateness sI'deItn@s L@% 3 -sedates sI'deIts Ha% 26A -sedating sI'deItIN Hb% 36A -sedation sI'deISn L@% 3 -sedative 'sed@tIv M6%,OA% 3 -sedatives 'sed@tIvz Mj% 3 -sedentary 'sedntrI OA% 3 -sedge sedZ M6% 1 -sedges 'sedZIz Mj% 2 -sedgier 'sedZI@R Or$ 3 -sedgiest 'sedZIIst Os$ 3 -sedgy 'sedZI OD$ 2 -sediment 'sedIm@nt L@% 3 -sedimentary ,sedI'mentrI OA% 4 -sedition sI'dISn L@% 3 -seditious sI'dIS@s OA% 3 -seduce sI'djus H2% 26A,14 -seduced sI'djust Hc%,Hd% 26A,14 -seducer sI'djus@R K6% 3 -seducers sI'djus@z Kj% 3 -seduces sI'djusIz Ha% 36A,14 -seducing sI'djusIN Hb% 36A,14 -seduction sI'dVkSn M6% 3 -seductions sI'dVkSnz Mj% 3 -seductive sI'dVktIv OA% 3 -seductively sI'dVktIvlI Pu% 4 -sedulous 'sedjUl@s OA$ 3 -sedulously 'sedjUl@slI Pu$ 4 -see si J5*,K6% 12A,2B,2C,4A,6A,8,9,10,15A,16B,18A,19A,22,24A -see-through 'si-Tru OA% 2 -seed sid J0$,M9% 12A,6A -seed-corn 'sid-kOn L@% 2 -seed-pearls 'sid-p3lz Kj% 2 -seedbed 'sidbed K6% 2 -seedbeds 'sidbedz Kj% 2 -seedcake 'sidkeIk K6% 2 -seedcakes 'sidkeIks Kj% 2 -seeded 'sidId Jc%,Jd% 22A,6A -seedier 'sidI@R Or% 3 -seediest 'sidIIst Os% 3 -seedily 'sidIlI Pu% 3 -seediness 'sidIn@s L@% 3 -seeding 'sidIN Jb$ 22A,6A -seedless 'sidl@s OA% 2 -seedling 'sidlIN K6% 2 -seedlings 'sidlINz Kj% 2 -seeds sidz Ja$,Kj% 12A,6A -seedsman 'sidzm@n Ki% 2 -seedsmen 'sidzm@n Kj% 2 -seedtime 'sidtaIm K6% 2 -seedtimes 'sidtaImz Kj$ 2 -seedy 'sidI OD% 2 -seeing 'siIN Jb% 22A,2B,2C,4A,6A,8,9,10,15A,16B,18A,19A,22,24A -seek sik H5% 12A,3A,6A,7A,15A -seeker 'sik@R K6% 2 -seekers 'sik@z Kj% 2 -seeking 'sikIN Hb% 22A,3A,6A,7A,15A -seeks siks Ha% 12A,3A,6A,7A,15A -seem sim I0* 12A,4D,4E -seemed simd Ic*,Id* 12A,4D,4E -seeming 'simIN Ib%,OA% 22A,4D,4E -seemingly 'simINlI Pu% 3 -seemlier 'simlI@R Or$ 3 -seemliest 'simlIIst Os$ 3 -seemliness 'simlIn@s L@% 3 -seemly 'simlI OD% 2 -seems simz Ia% 12A,4D,4E -seen sin Jd* 12A,2B,2C,4A,6A,8,9,10,15A,16B,18A,19A,22,24A -seep sip I0% 12C -seepage 'sipIdZ L@% 2 -seeped sipt Ic%,Id% 12C -seeping 'sipIN Ib% 22C -seeps sips Ia% 12C -seer sI@R K6% 2 -seers sI@z Kj% 2 -seersucker 'sI@sVk@R L@$ 3 -sees siz Ja%,Kj$ 12A,2B,2C,4A,6A,8,9,10,15A,16B,18A,19A,22,24A -seesaw 'sisO I0%,M6% 2 -seesawed 'sisOd Ic%,Id% 2 -seesawing 'sisOIN Ib% 3 -seesaws 'sisOz Ia%,Mj% 2 -seethe siD J2% 12A,3A,6A -seethed siDd Jc%,Jd% 12A,3A,6A -seethes siDz Ja% 12A,3A,6A -seething 'siDIN Jb% 22A,3A,6A -segment 'segm@nt K6% 2 -segment seg'ment J0% 2 -segmentation ,segm@n'teISn M6$ 4 -segmentations ,segm@n'teISnz Mj$ 4 -segmented seg'mentId Jc%,Jd% 3 -segmenting seg'mentIN Jb% 3 -segments 'segm@nts Kj% 2 -segments seg'ments Ja% 2 -segregate 'segrIgeIt H2% 36A -segregated 'segrIgeItId Hc%,Hd% 46A -segregates 'segrIgeIts Ha% 36A -segregating 'segrIgeItIN Hb% 46A -segregation ,segrI'geISn K6% 4 -segregations ,segrI'geISnz Kj% 4 -seignior 'seInj@R K6$ 2 -seigniors 'seInj@z Kj$ 2 -seine seIn J2$,K6$ 1 -seined seInd Jc$,Jd$ 1 -seines seInz Ja$,Kj$ 1 -seining 'seInIN Jb$ 2 -seismic 'saIzmIk OA% 2 -seismograph 'saIzm@grAf K6% 3 -seismographs 'saIzm@grAfs Kj% 3 -seismologist saIz'm0l@dZIst K6% 4 -seismologists saIz'm0l@dZIsts Kj% 4 -seismology saIz'm0l@dZI L@% 4 -seize siz J2% 12A,2C,3A,6A,15A -seized sizd Jc%,Jd% 12A,2C,3A,6A,15A -seizes 'sizIz Ja% 22A,2C,3A,6A,15A -seizing 'sizIN Jb% 22A,2C,3A,6A,15A -seizure 'siZ@R M6% 2 -seizures 'siZ@z Mj% 2 -seldom 'seld@m Pu% 2 -select sI'lekt H0%,OA% 26A,15A,16A -selected sI'lektId Hc%,Hd% 36A,15A,16A -selecting sI'lektIN Hb% 36A,15A,16A -selection sI'lekSn M6% 3 -selections sI'lekSnz Mj% 3 -selective sI'lektIv OA% 3 -selectively sI'lektIvlI Pu% 4 -selectivity ,sIlek'tIvItI L@% 5 -selector sI'lekt@R K6% 3 -selectors sI'lekt@z Kj% 3 -selects sI'lekts Ha% 26A,15A,16A -selenium sI'linI@m L@$ 4 -self self Mi% 1 -self- self- U-% 1 -self-abasement self-@'beIsm@nt L@% 4 -self-abnegation self-,&bnI'geISn L@$ 5 -self-absorbed ,self-@b'zObd OA% 3 -self-acting self-'&ktIN OA$ 3 -self-activating self-'&ktIveItIN OA% 5 -self-addressed ,self-@'drest OA% 3 -self-appointed ,self-@'poIntID OA% 4 -self-assertion self-@'s3Sn L@% 4 -self-assertive self-@'s3tIv OA% 4 -self-assurance self-@'SU@r@ns L@% 4 -self-assured ,self-@'SU@d OA% 3 -self-centred self-'sent@d OA% 3 -self-collected ,self-k@'lektId OA$ 4 -self-coloured self-'kVl@d OA$ 3 -self-command self-k@'mAnd L@% 3 -self-communion self-k@'mjunI@n L@$ 4 -self-complacency ,self-k@m'pleIsnsI L@$ 5 -self-confessed ,self-k@n'fest OA% 3 -self-confidence self-'k0nfId@ns L@% 4 -self-confident self-'k0nfId@nt OA% 4 -self-conscious self-'k0nS@s OA% 3 -self-consciousness self-'k0nS@sn@s L@% 4 -self-contained ,self-k@n'teInd OA% 3 -self-control self-k@n'tr@Ul L@% 3 -self-defence self-dI'fens L@% 3 -self-denial self-dI'naI@l L@% 4 -self-denying ,self-dI'naIIN OA% 4 -self-determination self-dI,t3mI'neISn L@% 6 -self-educated self-'edj@keItId OA% 5 -self-effacing ,self-I'feIsIN OA% 4 -self-employed ,self-Im'ploId OA% 3 -self-esteem self-I'stim L@% 3 -self-evident self-'evId@nt OA% 4 -self-examination ,self-Ig,z&mI'neISn M6% 6 -self-examinations ,self-Ig,z&mI'neISnz Mj% 6 -self-explanatory self-Ik'spl&n@trI OA% 5 -self-help self-'help L@% 2 -self-importance self-Im'pOtns L@% 4 -self-important self-Im'pOtnt OA% 4 -self-imposed ,self-Im'p@Uzd OA% 3 -self-indulgence self-In'dVldZ@ns L@% 4 -self-indulgent ,self-In'dVldZ@nt OA% 4 -self-interest self-'Intr@st L@% 3 -self-locking self-'l0kIN OA% 3 -self-made 'self-meId OA% 2 -self-opinionated ,self-@'pInI@neItId OA% 6 -self-pity self-'pItI L@% 3 -self-possessed ,self-p@'zest OA% 3 -self-possession self-p@'zeSn L@% 4 -self-preservation ,self-,prez@'veISn L@% 5 -self-raising self-'reIzIN OA% 3 -self-reliance self-rI'laI@ns L@% 4 -self-reliant ,self-rI'laI@nt OA% 4 -self-respect self-rI'spekt L@% 3 -self-respecting ,self-rI'spektIN OA% 4 -self-righteous self-'raItS@s OA% 3 -self-rule self-'rul L@% 2 -self-sacrifice self-'s&krIfaIs M6% 4 -self-sacrifices self-'s&krIfaIsIz Mj$ 5 -self-sacrificing self-'s&krIfaIsIN OA% 5 -self-same 'self-seIm OA% 2 -self-sealing self-'silIN OA% 3 -self-seeker self-'sik@R K6$ 3 -self-seekers self-'sik@z Kj$ 3 -self-seeking self-'sikIN L@%,OA% 3 -self-service self-'s3vIs L@% 3 -self-sown self-'s@Un OA$ 2 -self-starter self-'stAt@R K6% 3 -self-starters self-'stAt@z Kj% 3 -self-styled 'self-staIld OA% 2 -self-sufficiency self-s@'fIS@nsI L@% 5 -self-sufficient self-s@'fISnt OA% 4 -self-sufficing ,self-s@'faIsIN OA$ 4 -self-supporting ,self-s@'pOtIN OA% 4 -self-will self-'wIl L@% 2 -self-willed self-'wIld OA% 2 -self-winding self-'waIndIN OA% 3 -selfconsciously self'k0nS@slI Pu% 4 -selfish 'selfIS OA% 2 -selfishly 'selfISlI Pu% 3 -selfishness 'selfISn@s L@% 3 -sell sel J5%,Ki% 12A,2C,6A,12A,13A,15B -seller 'sel@R K6% 2 -sellers 'sel@z Kj% 2 -selling 'selIN Jb%,L@% 22A,2C,6A,12A,13A,15B -sellout 'selaUt K6% 2 -sellouts 'selaUts Kj$ 2 -sells selz Ja% 12A,2C,6A,12A,13A,15B -selvage 'selvIdZ K6$ 2 -selvages 'selvIdZIz Kj$ 3 -selvedge 'selvIdZ K6$ 2 -selvedges 'selvIdZIz Kj$ 3 -selves selvz Kj% 1 -semantic sI'm&ntIk OA% 3 -semantics sI'm&ntIks Lk% 3 -semaphore 'sem@fOR J2$,L@% 32A,6A -semaphored 'sem@fOd Jc$,Jd$ 32A,6A -semaphores 'sem@fOz Ja$ 32A,6A -semaphoring 'sem@fOrIN Jb$ 42A,6A -semblance 'sembl@ns M6% 2 -semblances 'sembl@nsIz Mj$ 3 -semen 'sim@n L@% 2 -semester sI'mest@R K6% 3 -semesters sI'mest@z Kj% 3 -semi- 'semI- U-% 2 -semibreve 'semIbriv K6$ 3 -semibreves 'semIbrivz Kj$ 3 -semicircle 'semIs3kl K6% 4 -semicircles 'semIs3klz Kj% 4 -semicircular ,semI's3kjUl@R OA% 5 -semicolon ,semI'k@Ul@n K6% 4 -semicolons ,semI'k@Ul@nz Kj% 4 -semiconducting ,semIk@n'dVktIN OA% 5 -semiconductor ,semIk@n'dVkt@R K6% 5 -semiconductors ,semIk@n'dVkt@z Kj% 5 -semiconscious ,semI'k0nS@s OA% 4 -semidetached ,semIdI't&tSt OA% 4 -semifinal ,semI'faInl K6% 4 -semifinalist ,semI'faIn@lIst K6% 5 -semifinalists ,semI'faIn@lIsts Kj% 5 -semifinals ,semI'faInlz Kj% 4 -seminal 'semInl OA% 3 -seminar 'semInAR K6% 3 -seminaries 'semIn@rIz Kj$ 4 -seminarist 'semIn@rIst K6$ 4 -seminarists 'semIn@rIsts Kj$ 4 -seminars 'semInAz Kj% 3 -seminary 'semIn@rI K8% 4 -semiofficial ,semI@'fISl OA% 5 -semiquaver 'semIkweIv@R K6% 4 -semiquavers 'semIkweIv@z Kj% 4 -semirigid ,semI'rIdZId OA$ 4 -semitone 'semIt@Un K6% 3 -semitones 'semIt@Unz Kj% 3 -semitropical ,semI'tr0pIkl OA$ 5 -semivowel 'semIvaU@l K6$ 4 -semivowels 'semIvaU@lz Kj$ 4 -semolina ,sem@'lin@ L@% 4 -sempstress 'sempstrIs K7$ 2 -sempstresses 'sempstrIsIz Kj$ 3 -senate 'senIt K6% 2 -senates 'senIts Kj% 2 -senator 'sen@t@R K6% 3 -senatorial ,sen@'tOrI@l OA% 5 -senators 'sen@t@z Kj% 3 -send send J5% 12C,3A,6A,12A,13A,15A,15B,19B,22 -send-up 'send-Vp K6% 2 -send-ups 'send-Vps Kj$ 2 -sender 'send@R K6% 2 -senders 'send@z Kj% 2 -sending 'sendIN Jb% 22C,3A,6A,12A,13A,15A,15B,19B,22 -sendoff 'send0f K6% 2 -sendoffs 'send0fs Kj$ 2 -sends senz Ja% 12C,3A,6A,12A,13A,15A,15B,19B,22 -senescence sI'nesns L@$ 3 -senescent sI'nesnt OA$ 3 -seneschal 'senISl K6$ 3 -seneschals 'senISlz Kj$ 3 -senile 'sinaIl OA% 2 -senility sI'nIlItI L@% 4 -senior 'sinI@R K6%,OA% 3 -seniority ,sinI'0rItI L@% 5 -seniors 'sinI@z Kj% 3 -senna 'sen@ L@$ 2 -senora se'njOr@ K6$ 3 -senoras se'njOr@z Kj$ 3 -senores se'njOreIz Kj$ 3 -senorita ,senjO'rit@ K6$ 4 -senoritas ,senjO'rit@z Kj$ 4 -sensation sen'seISn M6% 3 -sensational sIn'seIS@nl OA% 4 -sensationalism sIn'seIS@n@lIz@m L@% 6 -sensationalist sIn'seISn@lIst K6% 4 -sensationalists sIn'seISn@lIsts Kj% 4 -sensationally sIn'seIS@n@lI Pu% 5 -sensations sen'seISnz Mj% 3 -sense sens H2%,M6* 16A,9 -sense-organ 'sens-Og@n K6% 3 -sense-organs 'sens-Og@nz Kj% 3 -sensed senst Hc%,Hd% 16A,9 -senseless 'senslIs OA% 2 -senselessly 'senslIslI Pu% 3 -senselessness 'senslIsn@s L@% 3 -senses 'sensIz Ha%,Mj% 26A,9 -sensibilities ,sens@'bIlItIz Mj% 5 -sensibility ,sens@'bIlItI M8% 5 -sensible 'sens@bl OA% 3 -sensibly 'sens@blI Pu% 3 -sensing 'sensIN Hb% 26A,9 -sensitive 'sens@tIv OA% 3 -sensitively 'sens@tIvlI Pu% 4 -sensitivities ,sens@'tIvItIz Mj% 5 -sensitivity ,sens@'tIvItI M8% 5 -sensitization ,sensItaI'zeISn L@% 5 -sensitize 'sensItaIz H2% 36A -sensitized 'sensItaIzd Hc%,Hd% 36A -sensitizes 'sensItaIzIz Ha% 46A -sensitizing 'sensItaIzIN Hb% 46A -sensory 'sens@rI OA% 3 -sensual 'senSU@l OA% 3 -sensualism 'senSU@lIz@m L@$ 5 -sensualist 'senSU@lIst K6% 4 -sensualists 'senSU@lIsts Kj$ 4 -sensuality ,senSU'&lItI L@% 5 -sensuous 'senSU@s OA% 3 -sensuously 'senSU@slI Pu% 4 -sensuousness 'senSU@sn@s L@% 4 -sent sent Jc%,Jd% 12C,3A,6A,12A,13A,15A,15B,19B,22 -sentence 'sent@ns H2%,K6% 26A,14,17 -sentenced 'sent@nst Hc%,Hd% 26A,14,17 -sentences 'sent@nsIz Ha%,Kj% 36A,14,17 -sentencing 'sent@nsIN Hb% 36A,14,17 -sententious sen'tenS@s OA% 3 -sententiously sen'tenS@slI Pu% 4 -sentient 'senSnt OA% 2 -sentiment 'sentIm@nt M6% 3 -sentimental ,sentI'mentl OA% 4 -sentimentalist ,sentI'ment@lIst K6% 5 -sentimentalists ,sentI'ment@lIsts Kj$ 5 -sentimentality ,sentImen't&lItI L@% 6 -sentimentalize ,sentI'ment@laIz J2% 52A,6A -sentimentalized ,sentI'ment@laIzd Jc%,Jd% 52A,6A -sentimentalizes ,sentI'ment@laIzIz Ja% 62A,6A -sentimentalizing ,sentI'ment@laIzIN Jb% 62A,6A -sentimentally ,sentI'ment@lI Pu% 5 -sentiments 'sentIm@nts Mj% 3 -sentinel 'sentInl K6% 3 -sentinels 'sentInlz Kj% 3 -sentries 'sentrIz Kj% 2 -sentry 'sentrI K8% 2 -sentry-box 'sentrI-b0ks K7% 3 -sentry-boxes 'sentrI-b0ksIz Kj% 4 -sentry-go 'sentrI-g@U Ki$ 3 -sepal 'sepl K6$ 2 -sepals 'seplz Kj$ 2 -separability ,sepr@'bIlItI L@% 5 -separable 'sep@r@bl OA% 4 -separably 'sep@r@blI Pu% 4 -separate 'sep@reIt J2% 32A,6A,14,15B -separate 'sepr@t K6%,OA% 2 -separated 'sep@reItId Jc%,Jd% 42A,6A,14,15B -separately 'sepr@tlI Pu% 3 -separates 'sep@reIts Ja% 32A,6A,14,15B -separates 'sepr@ts Kj% 2 -separating 'sep@reItIN Jb% 42A,6A,14,15B -separation ,sep@'reISn M6% 4 -separations ,sep@'reISnz Mj% 4 -separatist 'sep@r@tIst K6% 4 -separatists 'sep@r@tIsts Kj% 4 -separator 'sep@reIt@R K6% 4 -separators 'sep@reIt@z Kj% 4 -sepia 'sipI@ L@% 3 -sepsis 'sepsIs L@$ 2 -septet sep'tet K6% 2 -septets sep'tets Kj% 2 -septic 'septIk OA% 2 -septicaemia ,septI'simI@ L@% 5 -septicemia ,septI'simI@ L@% 5 -septuagenarian ,septjU@dZI'ne@rI@n K6% 7 -septuagenarians ,septjU@dZI'ne@rI@nz Kj% 7 -sepulchral sI'pVlkr@l OA% 3 -sepulchre 'seplk@R K6% 3 -sepulchres 'seplk@z Kj% 3 -sepulture 'sepltSU@R L@$ 3 -sequel 'sikw@l K6% 2 -sequels 'sikw@lz Kj% 2 -sequence 'sikw@ns M6% 2 -sequences 'sikw@nsIz Mj% 3 -sequent 'sikw@nt OA$ 2 -sequential sI'kwenSl OA% 3 -sequentially sI'kwenS@lI Pu% 4 -sequester sI'kwest@R H0$ 36A -sequestered sI'kwest@d Hc$,Hd$,OA$ 36A -sequestering sI'kwest@rIN Hb$ 46A -sequesters sI'kwest@z Ha$ 36A -sequestrate sI'kwestreIt H2$ 36A -sequestrated sI'kwestreItId Hc$,Hd$ 46A -sequestrates sI'kwestreIts Ha$ 36A -sequestrating sI'kwestreItIN Hb$ 46A -sequestration ,sikwe'streISn M6$ 4 -sequestrations ,sikwe'streISnz Mj$ 4 -sequin 'sikwIn K6% 2 -sequins 'sikwInz Kj% 2 -sequoia sI'kwoI@ K6$ 3 -sequoias sI'kwoI@z Kj$ 3 -seraglio se'rAlI@U K6$ 4 -seraglios se'rAlI@Uz Kj$ 4 -seraph 'ser@f K6$ 2 -seraphic se'r&fIk OA$ 3 -seraphim 'ser@fIm Kj$ 3 -seraphs 'ser@fs Kj$ 2 -sere sI@R OA$ 1 -serenade ,ser@'neId H2%,K6% 36A -serenaded ,ser@'neIdId Hc%,Hd% 46A -serenades ,ser@'neIdz Ha%,Kj% 36A -serenading ,ser@'neIdIN Hb% 46A -serendipity ,ser@n'dIpItI L@% 5 -serene sI'rin OA% 2 -serenely sI'rinlI Pu% 3 -serenity sI'renItI L@% 4 -serf s3f K6$ 1 -serfdom 's3fd@m L@$ 2 -serfs s3fs Kj$ 1 -serge s3dZ L@$ 1 -sergeant 'sAdZ@nt K6% 2 -sergeant-major ,sAdZ@nt-'meIdZ@R K6% 4 -sergeant-majors ,sAdZ@nt-'meIdZ@z Kj% 4 -sergeants 'sAdZ@nts Kj% 2 -serial 'sI@rI@l K6%,OA% 3 -serialize 'sI@rI@laIz H2% 46A -serialized 'sI@rI@laIzd Hc%,Hd% 46A -serializes 'sI@rI@laIzIz Ha% 56A -serializing 'sI@rI@laIzIN Hb% 56A -serially 'sI@rI@lI Pu% 4 -serials 'sI@rI@lz Kj% 3 -seriatim ,sI@rI'eItIm Pu$ 4 -sericultural ,serI'kVltS@r@l OA$ 5 -sericulture 'serIkVltS@R K6$ 4 -sericultures 'serIkVltS@z Kj$ 4 -sericulturist ,serI'kVltS@rIst K6$ 5 -sericulturists ,serI'kVltS@rIsts Kj$ 5 -series 'sI@riz K9% 2 -seriocomic ,sI@rI@U'k0mIk OA$ 5 -serious 'sI@rI@s OA% 3 -seriously 'sI@rI@slI Pu% 4 -seriousness 'sI@rI@sn@s L@% 4 -serjeant 'sAdZ@nt K6$ 2 -serjeants 'sAdZ@nts Kj$ 2 -sermon 's3m@n K6% 2 -sermonize 's3m@naIz J2% 32A,6A -sermonized 's3m@naIzd Jc%,Jd% 32A,6A -sermonizes 's3m@naIzIz Ja% 42A,6A -sermonizing 's3m@naIzIN Jb% 42A,6A -sermons 's3m@nz Kj% 2 -serous 'sI@r@s OA$ 2 -serpent 's3p@nt K6% 2 -serpentine 's3p@ntaIn OA% 3 -serpents 's3p@nts Kj% 2 -serrated sI'reItId OA% 3 -serried 'serId OA% 2 -serum 'sI@r@m L@% 2 -servant 's3v@nt K6% 2 -servants 's3v@nts Kj% 2 -serve s3v J2%,K6% 12A,2B,2C,3A,4A,6A,14,15A,15B -served s3vd Jc%,Jd% 12A,2B,2C,3A,4A,6A,14,15A,15B -server 's3v@R K6% 2 -servers 's3v@z Kj% 2 -serves s3vz Ja%,Kj% 12A,2B,2C,3A,4A,6A,14,15A,15B -service 's3vIs H2%,M6% 26A -serviceable 's3vIs@bl OA% 4 -serviced 's3vIst Hc%,Hd% 26A -serviceman 's3vIsm@n Ki% 3 -servicemen 's3vIsmen Kj% 3 -services 's3vIsIz Ha%,Mj% 36A -servicing 's3vIsIN Hb% 36A -serviette ,s3vI'et K6% 3 -serviettes ,s3vI'ets Kj% 3 -servile 's3vaIl OA% 2 -servilely 's3vaIlI Pu$ 3 -servility s3'vIlItI L@% 4 -serving 's3vIN Jb%,K6% 22A,2B,2C,3A,4A,6A,14,15A,15B -servings 's3vINz Kj% 2 -servitor 's3vIt@R K6$ 3 -servitors 's3vIt@z Kj$ 3 -servitude 's3vItjud L@% 3 -servo- 's3v@U- U-% 2 -sesame 'ses@mI L@% 3 -sesquipedalian ,seskwIpI'deIlI@n OA$ 6 -session 'seSn K6% 2 -sessions 'seSnz Kj% 2 -set set J5*,Jc*,Jd*,M6* 12A,2C,3A,6A,12C,14,15A,16A,17,19B,22 -set-square 'set-skwe@R K6% 2 -set-squares 'set-skwe@z Kj% 2 -set-to set-'tu K6% 2 -set-tos set-'tuz Kj% 2 -set-up 'set-Vp K6% 2 -set-ups 'set-Vps Kj$ 2 -setback 'setb&k K6% 2 -setbacks 'setb&ks Kj% 2 -sets sets Ja%,Mj% 12A,2C,3A,6A,12C,14,15A,16A,17,19B,22 -sett set K6$ 1 -settee se'ti K6% 2 -settees se'tiz Kj% 2 -setter 'set@R K6% 2 -setters 'set@z Kj% 2 -setting 'setIN Jb%,K6% 22A,2C,3A,6A,12C,14,15A,16A,17,19B,22 -settings 'setINz Kj% 2 -settle 'setl J2%,K6$ 22A,2C,3A,6A,7A,8,10,14,15A,15B -settled 'setld Jc%,Jd%,OA% 22A,2C,3A,6A,7A,8,10,14,15A,15B -settlement 'setlm@nt M6% 3 -settlements 'setlm@nts Mj% 3 -settler 'setl@R K6% 2 -settlers 'setl@z Kj% 2 -settles 'setlz Ja%,Kj$ 22A,2C,3A,6A,7A,8,10,14,15A,15B -settling 'setlIN Jb% 22A,2C,3A,6A,7A,8,10,14,15A,15B -setts sets Kj$ 1 -seven 'sevn K6%,OA% 2 -sevenfold 'sev@nf@Uld OA%,Pu% 3 -sevens 'sevnz Kj% 2 -seventeen ,sevn'tin K6%,OA% 3 -seventeens ,sevn'tinz Kj% 3 -seventeenth ,sevn'tinT K6%,OA% 3 -seventeenths ,sevn'tinTs Kj% 3 -seventh 'sevnT K6%,OA% 2 -seventhly 'sevnTlI Pu$ 3 -sevenths 'sevnTs Kj% 2 -seventies 'sevntIz Kj% 3 -seventieth 'sevntI@T K6%,OA% 4 -seventieths 'sevntI@Ts Kj% 4 -seventy 'sevntI K8%,OA% 3 -sever 'sev@R J0% 22A,6A,15A -several 'sevr@l OA*,Qx* 2 -severally 'sevr@lI Pu% 3 -severance 'sev@r@ns L@% 3 -severe sI'vI@R OB% 2 -severed 'sev@d Jc%,Jd% 22A,6A,15A -severely sI'vI@lI Pu% 3 -severer sI'vI@r@R Or% 3 -severest sI'vI@rIst Os% 3 -severing 'sev@rIN Jb% 32A,6A,15A -severities sI'verItIz Mj% 4 -severity sI'verItI M8% 4 -severs 'sev@z Ja% 22A,6A,15A -sew s@U J5% 12A,2B,2C,6A,15B -sewage 'sjuIdZ L@% 2 -sewage-farm 'sjuIdZ-fAm K6% 3 -sewage-farms 'sjuIdZ-fAmz Kj% 3 -sewage-works 'sjuIdZ-w3ks K9% 3 -sewed s@Ud Jc%,Jd% 12A,2B,2C,6A,15B -sewer 's@U@R K6$ 2 -sewer 'sju@R K6% 2 -sewer-gas 'sju@-g&s L@% 3 -sewer-rat 'sju@-r&t K6% 3 -sewer-rats 'sju@-r&ts Kj% 3 -sewerage 'sju@rIdZ M6% 3 -sewerages 'sju@rIdZIz Mj$ 4 -sewers 's@U@z Kj$ 2 -sewers 'sju@z Kj% 2 -sewing 's@UIN Jb%,L@% 22A,2B,2C,6A,15B -sewing-machine 's@UIN-m@Sin K6% 4 -sewing-machines 's@UIN-m@Sinz Kj% 4 -sewn s@Un Jc%,Jd% 12A,2B,2C,6A,15B -sews s@Uz Ja% 12A,2B,2C,6A,15B -sex seks H1%,M7% 16A -sex-starved 'seks-stAvd OA% 2 -sexagenarian ,seks@dZI'ne@rI@n K6%,OA% 6 -sexagenarians ,seks@dZI'ne@rI@nz Kj% 6 -sexed sekst Hc$,Hd%,OA% 16A -sexes 'seksIz Ha$,Mj% 26A -sexier 'seksI@R Or% 3 -sexiest 'seksIIst Os% 3 -sexing 'seksIN Hb$ 26A -sexism 'seksIz@m L@% 3 -sexist 'seksIst K6%,OA% 2 -sexists 'seksIsts Kj% 2 -sexless 'seksl@s OA% 2 -sextant 'sekst@nt K6$ 2 -sextants 'sekst@nts Kj$ 2 -sextet seks'tet K6% 2 -sextets seks'tets Kj% 2 -sextette seks'tet K6$ 2 -sextettes seks'tets Kj$ 2 -sexton 'sekst@n K6% 2 -sextons 'sekst@nz Kj% 2 -sexual 'sekSU@l OA% 3 -sexuality ,sekSU'&lItI L@% 5 -sexually 'sekSU@lI Pu% 4 -sexy 'seksI OD% 2 -se~nor se'njOR Ki% 2 -sgd saInd Y~% 1 -shabbier 'S&bI@R Or% 3 -shabbiest 'S&bIIst Os% 3 -shabbily 'S&bIlI Pu% 3 -shabbiness 'S&bIn@s L@% 3 -shabby 'S&bI OD% 2 -shabby-genteel ,S&bI-dZen'til OA$ 4 -shack S&k I0%,K6% 12C -shacked S&kt Ic%,Id% 12C -shacking 'S&kIN Ib% 22C -shackle 'S&kl H2%,K6% 26A -shackled 'S&kld Hc%,Hd% 26A -shackles 'S&klz Ha%,Kj% 26A -shackling 'S&klIN Hb% 26A -shacks S&ks Ia%,Kj% 12C -shad S&d K9$ 1 -shaddock 'S&d@k K6$ 2 -shaddocks 'S&d@ks Kj$ 2 -shade SeId J2%,M6% 12C,6A,15A -shade-tree 'SeId-tri K6$ 2 -shade-trees 'SeId-triz Kj$ 2 -shaded 'SeIdId Jc%,Jd% 22C,6A,15A -shades SeIdz Ja%,Mj% 12C,6A,15A -shadier 'SeIdI@R Or% 3 -shadiest 'SeIdIIst Os% 3 -shading 'SeIdIN Jb%,M6% 22C,6A,15A -shadings 'SeIdINz Mj% 2 -shadow 'S&d@U H0%,M6% 26A -shadow-boxing 'S&d@U-b0ksIN L@% 4 -shadowed 'S&d@Ud Hc%,Hd% 26A -shadowier 'S&d@UI@R Or$ 4 -shadowiest 'S&d@UIIst Os$ 4 -shadowing 'S&d@UIN Hb% 36A -shadows 'S&d@Uz Ha%,Mj% 26A -shadowy 'S&d@UI OD% 3 -shady 'SeIdI OD% 2 -shaft SAft K6% 1 -shafts SAfts Kj% 1 -shag S&g J4$,L@$ 16A -shagged S&gd Jc%,Jd% 16A -shaggier 'S&gI@R Or% 3 -shaggiest 'S&gIIst Os% 3 -shaggily 'S&gIlI Pu% 3 -shagginess 'S&gIn@s L@% 3 -shagging 'S&gIN Jb%,L@% 26A -shaggy 'S&gI OD% 2 -shags S&gz Ja% 16A -shah SA K6$ 1 -shahs SAz Kj$ 1 -shake SeIk J5%,K6% 12A,2C,6A,14,15A,15B -shake-up 'SeIk-Vp K6% 2 -shake-ups 'SeIk-Vps Kj$ 2 -shakedown 'SeIkdaUn K6% 2 -shakedowns 'SeIkdaUnz Kj$ 2 -shaken 'SeIk@n Jd% 22A,2C,6A,14,15A,15B -shakeout 'SeIkaUt K6% 2 -shakeouts 'SeIkaUts Kj$ 2 -shaker 'SeIk@R K6% 2 -shakers 'SeIk@z Kj% 2 -shakes SeIks Ja%,Kj% 12A,2C,6A,14,15A,15B -shakier 'SeIkI@R Or% 3 -shakiest 'SeIkIIst Os% 3 -shakily 'SeIkIlI Pu% 3 -shakiness 'SeIkIn@s L@% 3 -shaking 'SeIkIN Jb%,K6% 22A,2C,6A,14,15A,15B -shakings 'SeIkINz Kj% 2 -shaky 'SeIkI OD% 2 -shale SeIl L@% 1 -shale-oil 'SeIl-oIl L@$ 2 -shall S&l G5* 1 -shallot S@'l0t K6$ 2 -shallots S@'l0ts Kj$ 2 -shallow 'S&l@U I0$,K6%,OC% 2 -shallowed 'S&l@Ud Ic$,Id$ 2 -shallower 'S&l@U@R Or% 3 -shallowest 'S&l@UIst Os% 3 -shallowing 'S&l@UIN Ib$ 3 -shallows 'S&l@Uz Ia$,Kj% 2 -shalom S&'l0m W-$ 2 -shalt S< Ge$ 1 -sham S&m J4%,Mi%,OA% 12A,2D,6A -shamble 'S&mbl I2%,K6% 22A,2C -shambled 'S&mbld Ic%,Id% 22A,2C -shambles 'S&mblz Ia%,Ki% 22A,2C -shambling 'S&mblIN Ib% 22A,2C -shame SeIm H2%,L@% 16A,14 -shame-making 'SeIm-meIkIN OA$ 3 -shamed SeImd Hc%,Hd% 16A,14 -shamefaced 'SeImfeIst OA% 2 -shamefacedly 'SeImfeIstlI Pu% 4 -shameful 'SeImf@l OA% 2 -shamefully 'SeImf@lI Pu% 3 -shameless 'SeIml@s OA% 2 -shamelessly 'SeIml@slI Pu% 3 -shamelessness 'SeIml@sn@s L@% 3 -shames SeImz Ha% 16A,14 -shaming 'SeImIN Hb% 26A,14 -shammed S&md Jc%,Jd% 12A,2D,6A -shammies 'S&mIz Kj$ 2 -shamming 'S&mIN Jb% 22A,2D,6A -shammy 'S&mI K8$ 2 -shampoo S&m'pu H0%,M6% 26A -shampooed S&m'pud Hc%,Hd% 26A -shampooing S&m'puIN Hb% 36A -shampoos S&m'puz Ha%,Mj% 26A -shamrock 'S&mr0k K6% 2 -shamrocks 'S&mr0ks Kj% 2 -shams S&mz Ja$ 12A,2D,6A -shan't SAnt Gg% 1 -shandies 'S&ndIz Mj% 2 -shandy 'S&ndI M8% 2 -shanghai S&N'haI H0$ 2 -shanghaied S&N'haId Hc$,Hd$ 2 -shanghaiing S&N'haIIN Hb$ 3 -shanghais S&N'haIz Ha$ 2 -shank S&Nk K6% 1 -shanks S&Nks Kj% 1 -shanties 'S&ntIz Kj$ 2 -shantung S&n'tVN L@% 2 -shanty 'S&ntI K8% 2 -shantytown 'S&ntItaUn K6% 3 -shantytowns 'S&ntItaUnz Kj% 3 -shape SeIp J2%,M6% 12A,2C,6A,15A -shaped SeIpt Jc%,Jd% 12A,2C,6A,15A -shapeless 'SeIpl@s OA% 2 -shapelessly 'SeIpl@slI Pu% 3 -shapelessness 'SeIpl@sn@s L@% 3 -shapelier 'SeIplI@R Or% 3 -shapeliest 'SeIplIIst Os% 3 -shapely 'SeIplI OD% 2 -shapes SeIps Ja%,Mj% 12A,2C,6A,15A -shaping 'SeIpIN Jb% 22A,2C,6A,15A -shard SAd K6$ 1 -shards SAdz Kj$ 1 -share Se@R J2%,M6% 13A,6A,14,15B -share-out 'Se@r-aUt K6% 2 -share-outs 'Se@r-aUts Kj% 2 -sharecropper 'Se@kr0p@R K6$ 3 -sharecroppers 'Se@kr0p@z Kj$ 3 -shared Se@d Jc%,Jd% 13A,6A,14,15B -shareholder 'Se@h@Uld@R K6% 3 -shareholders 'Se@h@Uld@z Kj% 3 -shareholding 'Se@h@UldIN K6% 3 -shareholdings 'Se@h@UldINz Kj$ 3 -shares Se@z Ja%,Mj% 13A,6A,14,15B -sharing 'Se@rIN Jb% 23A,6A,14,15B -shark SAk K6% 1 -sharks SAks Kj% 1 -sharkskin 'SAkskIn M6% 2 -sharkskins 'SAkskInz Mj$ 2 -sharp SAp K6%,OC%,Pu% 1 -sharp-eyed 'SAp-aId OA% 2 -sharp-set 'SAp-set OA$ 2 -sharp-sighted SAp-'saItId OA% 3 -sharp-witted SAp-'wItId OA% 3 -sharpen 'SAp@n J0% 22A,6A -sharpened 'SAp@nd Jc%,Jd% 22A,6A -sharpener 'SApn@R K6% 2 -sharpeners 'SApn@z Kj% 2 -sharpening 'SAp@nIN Jb% 32A,6A -sharpens 'SAp@nz Ja% 22A,6A -sharper 'SAp@R K6$,Or% 2 -sharpers 'SAp@z Kj$ 2 -sharpest 'SApIst Os% 2 -sharply 'SAplI Pu% 2 -sharpness 'SApn@s L@% 2 -sharps SAps Kj$ 1 -sharpshooter 'SApSut@R K6% 3 -sharpshooters 'SApSut@z Kj% 3 -shat S&t Ic% 12A,3A -shatter 'S&t@R J0% 22A,6A -shattered 'S&t@d Jc%,Jd% 22A,6A -shattering 'S&t@rIN Jb% 32A,6A -shatterproof 'S&t@pruf OA% 3 -shatters 'S&t@z Ja% 22A,6A -shave SeIv J2%,K6% 12A,6A,15A,15B -shaved SeIvd Jc%,Jd% 12A,6A,15A,15B -shaven 'SeIvn Jd% 22A,6A,15A,15B -shaver 'SeIv@R K6% 2 -shavers 'SeIv@z Kj% 2 -shaves SeIvz Ja%,Kj% 12A,6A,15A,15B -shaving 'SeIvIN Jb% 22A,6A,15A,15B -shaving-brush 'SeIvIN-brVS K7% 3 -shaving-brushes 'SeIvIN-brVSIz Kj% 4 -shavings 'SeIvINz Kj% 2 -shawl SOl K6% 1 -shawls SOlz Kj% 1 -she Si Qx* 1 -she'd Sid Gf% 1 -she'll Sil Gf% 1 -she's Siz Gf% 1 -she-goat 'Si-g@Ut K6% 2 -she-goats 'Si-g@Uts Kj% 2 -sheaf Sif Ki% 1 -shear SI@R H0% 16A -sheared SI@d Hc%,Hd% 16A -shearing 'SI@rIN Hb% 26A -shears SI@z Ha%,Kj% 16A -sheath SiT K6% 1 -sheath-knife 'SiT-naIf Ki% 2 -sheath-knives 'SiT-naIvz Kj% 2 -sheathe SiD H2% 16A -sheathed SiDd Hc%,Hd% 16A -sheathes SiDz Ha% 16A -sheathing 'SiDIN Hb%,K6$ 26A -sheathings 'SiDINz Kj$ 2 -sheaths SiDz Kj% 1 -sheaves Sivz Kj% 1 -shebang SI'b&N Ki$ 2 -shebeen SI'bin K6$ 2 -shebeens SI'binz Kj$ 2 -shed Sed H5%,Hc%,Hd%,K6% 16A -shedding 'SedIN Hb% 26A -sheds Sedz Ha%,Kj% 16A -sheen Sin L@% 1 -sheep Sip K9% 1 -sheepdog 'Sipd0g K6% 2 -sheepdogs 'Sipd0gz Kj% 2 -sheepfold 'Sipf@Uld K6% 2 -sheepfolds 'Sipf@Uldz Kj% 2 -sheepish 'SipIS OA% 2 -sheepishly 'SipISlI Pu% 3 -sheepishness 'SipISn@s L@% 3 -sheeprun 'SiprVn K6% 2 -sheepruns 'SiprVnz Kj% 2 -sheepskin 'SipskIn K6% 2 -sheepskins 'SipskInz Kj% 2 -sheer SI@R I0%,OC%,Pu% 12C -sheered SI@d Ic%,Id% 12C -sheerer 'SI@r@R Or$ 2 -sheerest 'SI@rIst Os$ 2 -sheering 'SI@rIN Ib% 22C -sheers SI@z Ia% 12C -sheet Sit K6% 1 -sheet-anchor Sit-'&Nk@R K6% 3 -sheet-anchors Sit-'&Nk@z Kj% 3 -sheet-lightning Sit-'laItnIN L@% 3 -sheeting 'SitIN L@% 2 -sheets Sits Kj% 1 -sheik SeIk K6% 1 -sheikdom 'SeIkd@m K6% 2 -sheikdoms 'SeIkd@mz Kj% 2 -sheikh SeIk K6% 1 -sheikhdom 'SeIkd@m K6$ 2 -sheikhdoms 'SeIkd@mz Kj$ 2 -sheikhs SeIks Kj% 1 -sheiks SeIks Kj% 1 -shekel 'Sekl K6$ 2 -shekels 'Seklz Kj$ 2 -sheldrake 'SeldreIk K6$ 2 -sheldrakes 'SeldreIks Kj$ 2 -shelf Self Ki% 1 -shell Sel J0%,K6% 12C,6A,15B -shell-shock 'Sel-S0k L@% 2 -shellac S@'l&k H5$,L@% 2 -shellacked S@'l&kt Hc$,Hd$ 2 -shellacking S@'l&kIN Hb$ 3 -shellacs S@'l&ks Ha$ 2 -shelled Seld Jc%,Jd% 12C,6A,15B -shellfire 'SelfaI@R L@% 2 -shellfish 'SelfIS K9% 2 -shelling 'SelIN Jb% 22C,6A,15B -shellproof 'Selpruf OA% 2 -shells Selz Ja%,Kj% 12C,6A,15B -shelter 'Selt@R J0%,M6% 22A,2C,6A,14 -sheltered 'Selt@d Jc%,Jd% 22A,2C,6A,14 -sheltering 'Selt@rIN Jb% 32A,2C,6A,14 -shelters 'Selt@z Ja%,Mj% 22A,2C,6A,14 -shelve Selv J2% 12A,2C,6A -shelved Selvd Jc%,Jd% 12A,2C,6A -shelves Selvz Ja%,Kj% 12A,2C,6A -shelving 'SelvIN Jb% 22A,2C,6A -shepherd 'Sep@d H0%,K6% 26A,15A -shepherded 'Sep@dId Hc%,Hd% 36A,15A -shepherdess ,Sep@'des K7% 3 -shepherdesses ,Sep@'desIz Kj% 4 -shepherding 'Sep@dIN Hb% 36A,15A -shepherds 'Sep@dz Ha%,Kj% 26A,15A -sherbet 'S3b@t M6% 2 -sherbets 'S3b@ts Mj$ 2 -sheriff 'SerIf K6% 2 -sheriffs 'SerIfs Kj% 2 -sherries 'SerIz Mj% 2 -sherry 'SerI M8% 2 -shew S@U J0$ 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shewed S@Ud Jc$,Jd$ 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shewing 'S@UIN Jb$ 22A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shewn S@Un Jc$,Jd$ 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shews S@Uz Ja$ 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shibboleth 'SIb@leT K6$ 3 -shibboleths 'SIb@leTs Kj$ 3 -shied SaId Jc%,Jd% 12A,3A,6A,15A -shield Sild H0%,K6% 16A,15A -shielded 'SildId Hc%,Hd% 26A,15A -shielding 'SildIN Hb% 26A,15A -shields Sildz Ha%,Kj% 16A,15A -shies SaIz Ja%,Kj% 12A,3A,6A,15A -shift SIft J0%,K6% 12A,2C,6A,14,15A -shifted 'SIftId Jc%,Jd% 22A,2C,6A,14,15A -shiftier 'SIftI@R Or% 3 -shiftiest 'SIftIIst Os% 3 -shiftily 'SIftIlI Pu% 3 -shiftiness 'SIftIn@s L@% 3 -shifting 'SIftIN Jb% 22A,2C,6A,14,15A -shiftless 'SIftl@s OA% 2 -shifts SIfts Ja%,Kj% 12A,2C,6A,14,15A -shifty 'SIftI OD% 2 -shillelagh SI'leIl@ K6$ 3 -shillelaghs SI'leIl@z Kj$ 3 -shilling 'SIlIN K6% 2 -shillings 'SIlINz Kj% 2 -shillyshallied 'SIlIS&lId Ic%,Id% 42A -shillyshallies 'SIlIS&lIz Ia% 42A -shillyshally 'SIlIS&lI I3%,L@% 42A -shillyshallying 'SIlIS&lIIN Ib% 52A -shimmer 'SIm@R I0%,L@% 22A,2C -shimmered 'SIm@d Ic%,Id% 22A,2C -shimmering 'SIm@rIN Ib% 32A,2C -shimmers 'SIm@z Ia% 22A,2C -shin SIn I4%,K6% 13A -shinbone 'SInb@Un K6% 2 -shinbones 'SInb@Unz Kj% 2 -shindies 'SIndIz Kj% 2 -shindig 'SIndIg K6% 2 -shindigs 'SIndIgz Kj% 2 -shindy 'SIndI K8% 2 -shine SaIn J5%,L@% 12A,2C,6A -shines SaInz Ja% 12A,2C,6A -shingle 'SINgl H2$,M6% 26A -shingled 'SINgld Hc$,Hd$ 26A -shingles 'SINglz Ha$,Lk%,Mj% 26A -shinglier 'SINglI@R Or$ 3 -shingliest 'SINglIIst Os$ 3 -shingling 'SINglIN Hb$ 26A -shingly 'SINglI OD% 2 -shinguard 'SIngAd K6% 2 -shinguards 'SIngAdz Kj% 2 -shinier 'SaInI@R Or% 3 -shiniest 'SaInIIst Os% 3 -shining 'SaInIN Jb% 22A,2C,6A -shinned SInd Ic%,Id% 13A -shinning 'SInIN Ib% 23A -shins SInz Ia%,Kj% 13A -shiny 'SaInI OD% 2 -ship SIp J4%,K6% 12C,6A,15A,15B -ship's-chandler Sips-'tSAndl@R K6% 3 -ship's-chandlers Sips-'tSAndl@z Kj% 3 -ship-breaker 'SIp-breIk@R K6% 3 -ship-breakers 'SIp-breIk@z Kj% 3 -ship-canal 'SIp-k@n&l K6% 3 -ship-canals 'SIp-k@n&lz Kj% 3 -shipboard 'SIpbOd Oq% 2 -shipbroker 'SIpbr@Uk@R K6$ 3 -shipbrokers 'SIpbr@Uk@z Kj$ 3 -shipbuilder 'SIpbIld@R K6% 3 -shipbuilders 'SIpbIld@z Kj% 3 -shipbuilding 'SIpbIldIN L@% 3 -shipload 'SIpl@Ud K6% 2 -shiploads 'SIpl@Udz Kj% 2 -shipmate 'SIpmeIt K6% 2 -shipmates 'SIpmeIts Kj% 2 -shipment 'SIpm@nt M6% 2 -shipments 'SIpm@nts Mj% 2 -shipowner 'SIp@Un@R K6% 3 -shipowners 'SIp@Un@z Kj% 3 -shipped SIpt Jc%,Jd% 12C,6A,15A,15B -shipper 'SIp@R K6% 2 -shippers 'SIp@z Kj% 2 -shipping 'SIpIN Jb%,L@% 22C,6A,15A,15B -shipping-agent 'SIpIN-eIdZ@nt K6% 4 -shipping-agents 'SIpIN-eIdZ@nts Kj% 4 -shipping-office 'SIpIN-0fIs K6% 4 -shipping-offices 'SIpIN-0fIsIz Kj% 5 -ships SIps Ja%,Kj% 12C,6A,15A,15B -shipshape 'SIpSeIp OA%,Pu% 2 -shipway 'SIpweI K6% 2 -shipways 'SIpweIz Kj% 2 -shipwreck 'SIprek I0$,M6% 2 -shipwrecked 'SIprekt Ic$,Id% 2 -shipwrecking 'SIprekIN Ib$ 3 -shipwrecks 'SIpreks Ia$,Mj% 2 -shipwright 'SIpraIt K6% 2 -shipwrights 'SIpraIts Kj% 2 -shipyard 'SIpjAd K6% 2 -shipyards 'SIpjAdz Kj% 2 -shire 'SaI@R K6% 1 -shires 'SaI@z Kj% 1 -shirk S3k J0% 12A,6A,6D -shirked S3kt Jc%,Jd% 12A,6A,6D -shirker 'S3k@R K6% 2 -shirkers 'S3k@z Kj% 2 -shirking 'S3kIN Jb% 22A,6A,6D -shirks S3ks Ja% 12A,6A,6D -shirt S3t K6% 1 -shirt-front S3t-'frVnt K6% 2 -shirt-fronts S3t-'frVnts Kj% 2 -shirtier 'S3tI@R Or$ 3 -shirtiest 'S3tIIst Os$ 3 -shirting 'S3tIN L@$ 2 -shirts S3ts Kj% 1 -shirtsleeves 'S3tslivz Kj% 2 -shirtwaist S3t'weIst K6% 2 -shirtwaister S3t'weIst@R K6% 3 -shirtwaisters S3t'weIst@z Kj% 3 -shirtwaists S3t'weIsts Kj% 2 -shirty 'S3tI OD% 2 -shish kebab ,SIS k@'b&b K6% 3 -shish kebabs ,SIS k@'b&bz Kj% 3 -shit SIt I4%,L@%,W-% 12A,3A -shits SIts Ia% 12A,3A -shitted 'SItId Ic$,Id$ 22A,3A -shitting 'SItIN Ib% 22A,3A -shiver 'SIv@R J0%,K6% 22A,2C,15A -shivered 'SIv@d Jc%,Jd% 22A,2C,15A -shivering 'SIv@rIN Jb% 32A,2C,15A -shivers 'SIv@z Ja%,Kj% 22A,2C,15A -shivery 'SIv@rI OA% 3 -shoal S@Ul I0$,K6% 12A -shoaled S@Uld Ic$,Id$ 12A -shoaling 'S@UlIN Ib$ 22A -shoals S@Ulz Ia$,Kj% 12A -shock S0k H0%,M6%,Pu% 16A -shock-brigade 'S0k-brIgeId K6$ 3 -shock-brigades 'S0k-brIgeIdz Kj$ 3 -shock-headed S0k-'hedId OA$ 3 -shock-worker 'S0k-w3k@R K6$ 3 -shock-workers 'S0k-w3k@z Kj$ 3 -shockable 'S0k@bl OA% 3 -shocked S0kt Hc%,Hd% 16A -shocker 'S0k@R K6% 2 -shockers 'S0k@z Kj% 2 -shocking 'S0kIN Hb%,OA% 26A -shockingly 'S0kINlI Pu% 3 -shocks S0ks Ha%,Mj% 16A -shod S0d Hc%,Hd% 16A -shoddier 'S0dI@R Or% 3 -shoddiest 'S0dIIst Os% 3 -shoddiness 'S0dInIs L@% 3 -shoddy 'S0dI L@%,OD% 2 -shoe Su H5%,K6% 16A -shoe-leather 'Su-leD@R M6% 3 -shoe-leathers 'Su-leD@z Mj$ 3 -shoeblack 'Subl&k L@$ 2 -shoehorn 'SuhOn K6% 2 -shoehorns 'SuhOnz Kj% 2 -shoeing 'SuIN Hb% 26A -shoelace 'SuleIs K6% 2 -shoelaces 'SuleIsIz Kj% 3 -shoemaker 'SumeIk@R K6% 3 -shoemakers 'SumeIk@z Kj% 3 -shoemaking 'SumeIkIN L@% 3 -shoes Suz Ha%,Kj% 16A -shoestring 'SustrIN K6% 2 -shoestrings 'SustrINz Kj% 2 -shoetree 'Sutri K6$ 2 -shoetrees 'Sutriz Kj$ 2 -shogun 'S@Ugun K6$ 2 -shoguns 'S@Ugunz Kj$ 2 -shone S0n Jc%,Jd% 12A,2C,6A -shoo Su J0% 115B -shooed Sud Jc%,Jd% 115B -shooing 'SuIN Jb% 215B -shook SUk Jc% 12A,2C,6A,14,15A,15B -shoos Suz Ja% 115B -shoot Sut J5%,K6% 12A,2C,4A,6A,15A,15B -shooter 'Sut@R K6% 2 -shooters 'Sut@z Kj% 2 -shooting 'SutIN Jb%,L@% 22A,2C,4A,6A,15A,15B -shooting-box 'SutIN-b0ks K7$ 3 -shooting-boxes 'SutIN-b0ksIz Kj$ 4 -shooting-brake 'SutIN-breIk K6% 3 -shooting-brakes 'SutIN-breIks Kj% 3 -shooting-galleries 'SutIN-g&l@rIz Kj% 5 -shooting-gallery 'SutIN-g&l@rI K8% 5 -shooting-range 'SutIN-reIndZ K6% 3 -shooting-ranges 'SutIN-reIndZIz Kj% 4 -shooting-stick 'SutIN-stIk K6% 3 -shooting-sticks 'SutIN-stIks Kj% 3 -shoots Suts Ja%,Kj% 12A,2C,4A,6A,15A,15B -shop S0p I4%,M6% 12A,2C -shop-assistant 'S0p-@sIst@nt K6% 4 -shop-assistants 'S0p-@sIst@nts Kj% 4 -shop-bell 'S0p-bel K6% 2 -shop-bells 'S0p-belz Kj% 2 -shop-boy 'S0p-boI K6$ 2 -shop-boys 'S0p-boIz Kj$ 2 -shop-front S0p-'frVnt K6% 2 -shop-fronts S0p-'frVnts Kj% 2 -shop-girl 'S0p-g3l K6$ 2 -shop-girls 'S0p-g3lz Kj$ 2 -shop-steward S0p-'stjU@d K6% 3 -shop-stewards S0p-'stjU@dz Kj% 3 -shopkeeper 'S0pkip@R K6% 3 -shopkeepers 'S0pkip@z Kj% 3 -shoplift 'S0plIft J0$ 22A,6A -shoplifted 'S0plIftId Jc$,Jd$ 32A,6A -shoplifter 'S0plIft@R K6% 3 -shoplifters 'S0plIft@z Kj% 3 -shoplifting 'S0plIftIN Jb%,L@% 32A,6A -shoplifts 'S0plIfts Ja$ 22A,6A -shopped S0pt Ic%,Id% 12A,2C -shopper 'S0p@R K6% 2 -shoppers 'S0p@z Kj% 2 -shopping 'S0pIN Ib%,L@% 22A,2C -shops S0ps Ia%,Mj% 12A,2C -shopsoiled 'S0psoIld OA% 2 -shopwalker 'S0pwOk@R K6$ 3 -shopwalkers 'S0pwOk@z Kj$ 3 -shopwindow S0p'wInd@U K6% 3 -shopwindows S0p'wInd@Uz Kj% 3 -shopworn 'S0pwOn OA% 2 -shore SOR H2%,M6% 115B -shored SOd Hc%,Hd% 115B -shores SOz Ha%,Mj% 115B -shoring 'SOrIN Hb% 215B -shorn SOn Hd% 16A -short SOt J0%,K6%,OC*,Pu* 1 -short-change SOt-'tSeIndZ H2$ 2 -short-changed SOt-'tSeIndZd Hc%,Hd% 2 -short-changes SOt-'tSeIndZIz Ha$ 3 -short-changing SOt-'tSeIndZIN Hb$ 3 -short-circuit SOt-'s3kIt J0%,K6% 3 -short-circuited SOt-'s3kItId Jc%,Jd% 4 -short-circuiting SOt-'s3kItIN Jb% 4 -short-circuits SOt-'s3kIts Ja%,Kj% 3 -short-dated SOt-'deItId OA$ 3 -short-handed SOt-'h&ndId OA% 3 -short-lived SOt-'lIvd OA% 2 -short-range 'SOt-reIndZ OA% 2 -short-sighted SOt-'saItId OA% 3 -short-tempered SOt-'temp@d OA% 3 -short-term 'SOt-t3m Oq% 2 -short-winded SOt-'wIndId OA% 3 -shortage 'SOtIdZ M6% 2 -shortages 'SOtIdZIz Mj% 3 -shortbread 'SOtbred L@% 2 -shortcake 'SOtkeIk L@% 2 -shortcoming 'SOtkVmIN K6% 3 -shortcomings 'SOtkVmINz Kj% 3 -shorted 'SOtId Jc%,Jd% 2 -shorten 'SOtn J0% 22A,6A -shortened 'SOtnd Jc%,Jd% 22A,6A -shortening 'SOtnIN Jb%,L@% 22A,6A -shortens 'SOtnz Ja% 22A,6A -shorter 'SOt@R Or% 2 -shortest 'SOtIst Os% 2 -shortfall 'SOtfOl K6% 2 -shortfalls 'SOtfOlz Kj% 2 -shorthand 'SOth&nd L@% 2 -shorthorn 'SOthOn K6$ 2 -shorthorns 'SOthOnz Kj$ 2 -shorting 'SOtIN Jb% 2 -shortish 'SOtIS OA% 2 -shortlist 'SOtlIst H0%,K6% 2 -shortlisted 'SOtlIstId Hc%,Hd% 3 -shortlisting 'SOtlIstIN Hb% 3 -shortlists 'SOtlIsts Ha%,Kj% 2 -shortly 'SOtlI Pu% 2 -shortness 'SOtn@s L@% 2 -shorts SOts Ja%,Kj% 1 -shot S0t Jc%,Jd%,M6% 12A,2C,4A,6A,15A,15B -shot-put 'S0t-pUt M6% 2 -shot-puts 'S0t-pUts Mj$ 2 -shot-tower 'S0t-taU@R K6$ 3 -shot-towers 'S0t-taU@z Kj$ 3 -shotgun 'S0tgVn K6% 2 -shotguns 'S0tgVnz Kj% 2 -shots S0ts Mj% 1 -should SUd G5* 1 -shoulder 'S@Uld@R H0%,K6% 26A,15A -shoulder-blade 'S@Uld@-bleId K6% 3 -shoulder-blades 'S@Uld@-bleIdz Kj% 3 -shoulder-flash 'S@Uld@-fl&S K7$ 3 -shoulder-flashes 'S@Uld@-fl&SIz Kj$ 4 -shoulder-strap 'S@Uld@-str&p K6% 3 -shoulder-straps 'S@Uld@-str&ps Kj% 3 -shouldered 'S@Uld@d Hc%,Hd% 26A,15A -shouldering 'S@Uld@rIN Hb% 36A,15A -shoulders 'S@Uld@z Ha%,Kj% 26A,15A -shouldn't 'SUdnt Gg% 2 -shout SaUt J0%,K6% 12A,2B,2C,3A,4B,6A,15A,15B,22 -shouted 'SaUtId Jc%,Jd% 22A,2B,2C,3A,4B,6A,15A,15B,22 -shouting 'SaUtIN Jb%,L@% 22A,2B,2C,3A,4B,6A,15A,15B,22 -shouts SaUts Ja%,Kj% 12A,2B,2C,3A,4B,6A,15A,15B,22 -shove SVv J2%,K6% 12A,2C,6A,15A,15B -shove-ha'penny ,SVv-'heIpnI L@% 3 -shoved SVvd Jc%,Jd% 12A,2C,6A,15A,15B -shovel 'SVvl H4%,K6% 26A,15A,15B -shovel-board 'SVvl-bOd L@$ 3 -shovelful 'SVvlfUl K6% 3 -shovelfuls 'SVvlfUlz Kj% 3 -shovelled 'SVvld Hc%,Hd% 26A,15A,15B -shovelling 'SVv@lIN Hb% 36A,15A,15B -shovels 'SVvlz Ha%,Kj% 26A,15A,15B -shoves SVvz Ja%,Kj% 12A,2C,6A,15A,15B -shoving 'SVvIN Jb% 22A,2C,6A,15A,15B -show S@U J0*,M6% 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -show-business 'S@U-bIzn@s L@% 3 -show-off 'S@U-0f K6% 2 -show-offs 'S@U-0fs Kj% 2 -show-window 'S@U-wInd@U K6$ 3 -show-windows 'S@U-wInd@Uz Kj$ 3 -showbiz 'S@UbIz L@% 2 -showboat 'S@Ub@Ut K6% 2 -showboats 'S@Ub@Uts Kj% 2 -showcase 'S@UkeIs K6% 2 -showcases 'S@UkeIsIz Kj% 3 -showdown 'S@UdaUn K6% 2 -showdowns 'S@UdaUnz Kj$ 2 -showed S@Ud Jc%,Jd% 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -shower 'SaU@R J0%,K6% 22C,14 -shower-bath 'SaU@-bAT K6% 3 -shower-baths 'SaU@-bADz Kj% 3 -showered 'SaU@d Jc%,Jd% 22C,14 -showerier 'SaU@rI@R Or$ 4 -showeriest 'SaU@rIIst Os$ 4 -showering 'SaU@rIN Jb% 32C,14 -showers 'SaU@z Ja%,Kj% 22C,14 -showery 'SaU@rI OD% 3 -showgirl 'S@Ug3l K6% 2 -showgirls 'S@Ug3lz Kj% 2 -showier 'S@UI@R Or$ 3 -showiest 'S@UIIst Os$ 3 -showily 'S@UIlI Pu% 3 -showiness 'S@UIn@s L@% 3 -showing 'S@UIN Jb%,K6% 22A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -showings 'S@UINz Kj% 2 -showjumping 'S@UdZVmpIN L@% 3 -showman 'S@Um@n Ki% 2 -showmanship 'S@Um@nSIp L@% 3 -showmen 'S@Um@n Kj% 2 -shown S@Un Jc%,Jd% 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -showplace 'S@UpleIs K6% 2 -showplaces 'S@UpleIsIz Kj% 3 -showroom 'S@Urum K6% 2 -showrooms 'S@Urumz Kj% 2 -shows S@Uz Ja%,Mj% 12A,2C,6A,9,10,12A,13A,14,15A,15B,19B,20,21,24A,25 -showy 'S@UI OD% 2 -shrank Sr&Nk Jc% 12A,2C,3A,6A -shrapnel 'Sr&pn@l L@% 2 -shred Sred H4%,K6% 16A -shredded 'SredId Hc%,Hd% 26A -shredding 'SredIN Hb% 26A -shreds Sredz Ha%,Kj% 16A -shrew Sru K6% 1 -shrew-mice 'Sru-maIs Kj$ 2 -shrew-mouse 'Sru-maUs Ki$ 2 -shrewd Srud OC% 1 -shrewder 'Srud@R Or% 2 -shrewdest 'SrudIst Os% 2 -shrewdly 'SrudlI Pu% 2 -shrewdness 'Srudn@s L@% 2 -shrewish 'SruIS OA% 2 -shrewishly 'SruISlI Pu% 3 -shrewishness 'SruISn@s L@% 3 -shrews Sruz Kj% 1 -shriek Srik J0%,K6% 12A,2C,6A,15B -shrieked Srikt Jc%,Jd% 12A,2C,6A,15B -shrieking 'SrikIN Jb% 22A,2C,6A,15B -shrieks Sriks Ja%,Kj% 12A,2C,6A,15B -shrift SrIft L@% 1 -shrike SraIk K6$ 1 -shrikes SraIks Kj$ 1 -shrill SrIl J0%,OC% 1 -shrilled SrIld Jc%,Jd% 1 -shriller 'SrIl@R Or% 2 -shrillest 'SrIlIst Os% 2 -shrilling 'SrIlIN Jb% 2 -shrillness 'SrIln@s L@% 2 -shrills SrIlz Ja% 1 -shrilly 'SrIlI Pu% 2 -shrimp SrImp I0$,K6% 1 -shrimped SrImpt Ic$,Id$ 1 -shrimping 'SrImpIN Ib% 2 -shrimps SrImps Ia$,Kj% 1 -shrine SraIn H2$,K6% 1 -shrined SraInd Hc$,Hd$ 1 -shrines SraInz Ha$,Kj% 1 -shrining 'SraInIN Hb$ 2 -shrink SrINk J5%,K6% 12A,2C,3A,6A -shrinkable 'SrInk@bl OA$ 3 -shrinkage 'SrInkIdZ L@% 2 -shrinking 'SrINkIN Jb% 22A,2C,3A,6A -shrinks SrINks Ja%,Kj% 12A,2C,3A,6A -shrive SraIv H2$ 16A -shrived SraIvd Hc$,Hd$ 16A -shrivel 'SrIvl J4% 22A,2C,6A,15B -shrivelled 'SrIvld Jc%,Jd% 22A,2C,6A,15B -shrivelling 'SrIv@lIN Jb% 32A,2C,6A,15B -shrivels 'SrIvlz Ja% 22A,2C,6A,15B -shriven 'SrIvn Hd$ 26A -shrives SraIvz Ha$ 16A -shriving 'SraIvIN Hb$ 26A -shroud SraUd H0%,K6% 16A,15A -shrouded 'SraUdId Hc%,Hd% 26A,15A -shrouding 'SraUdIN Hb% 26A,15A -shrouds SraUdz Ha%,Kj% 16A,15A -shrove Sr@Uv Hc$ 16A -shrub SrVb K6% 1 -shrubberies 'SrVb@rIz Kj% 3 -shrubbery 'SrVb@rI K8% 3 -shrubs SrVbz Kj% 1 -shrug SrVg H4%,K6% 16A,15B -shrugged SrVgd Hc%,Hd% 16A,15B -shrugging 'SrVgIN Hb% 26A,15B -shrugs SrVgz Ha%,Kj% 16A,15B -shrunk SrVNk Jd% 12A,2C,3A,6A -shrunken 'SrVnk@n Jd% 22A,2C,3A,6A -shuck SVk H0$,K6$ 16A -shucked SVkt Hc$,Hd$ 16A -shucking 'SVkIN Hb$ 26A -shucks SVks Ha$,Kj$ 16A -shudder 'SVd@R I0%,K6% 22A,2C,4C -shuddered 'SVd@d Ic%,Id% 22A,2C,4C -shuddering 'SVd@rIN Ib% 32A,2C,4C -shudderingly 'SVd@rINlI Pu% 4 -shudders 'SVd@z Ia%,Kj% 22A,2C,4C -shuffle 'SVfl J2%,K6% 22A,2C,6A,15A,15B -shuffled 'SVfld Jc%,Jd% 22A,2C,6A,15A,15B -shuffler 'SVfl@R K6% 2 -shufflers 'SVfl@z Kj% 2 -shuffles 'SVflz Ja%,Kj% 22A,2C,6A,15A,15B -shuffling 'SVflIN Jb% 22A,2C,6A,15A,15B -shun SVn H4% 16A,6D -shunned SVnd Hc%,Hd% 16A,6D -shunning 'SVnIN Hb% 26A,6D -shuns SVnz Ha% 16A,6D -shunt SVnt J0% 12A,6A,15A,15B -shunted 'SVntId Jc%,Jd% 22A,6A,15A,15B -shunter 'SVnt@R K6$ 2 -shunters 'SVnt@z Kj$ 2 -shunting 'SVntIN Jb% 22A,6A,15A,15B -shunts SVnts Ja% 12A,6A,15A,15B -shush SUS J1$ 1 -shushed SUSt Jc$,Jd$ 1 -shushes 'SUSIz Ja$ 2 -shushing 'SUSIN Jb$ 2 -shut SVt J5%,Jc%,Jd% 12A,2C,6A,15A,15B -shutdown 'SVtdaUn K6% 2 -shutdowns 'SVtdaUnz Kj$ 2 -shuteye 'SVtaI L@% 2 -shuts SVts Ja% 12A,2C,6A,15A,15B -shutter 'SVt@R H0$,K6% 26A -shuttered 'SVt@d Hc$,Hd% 26A -shuttering 'SVt@rIN Hb$ 36A -shutters 'SVt@z Ha$,Kj% 26A -shutting 'SVtIN Jb% 22A,2C,6A,15A,15B -shuttle 'SVtl J2%,K6% 22C,6A,15A -shuttlecock 'SVtlk0k K6% 3 -shuttlecocks 'SVtlk0ks Kj% 3 -shuttled 'SVtld Jc%,Jd% 22C,6A,15A -shuttles 'SVtlz Ja%,Kj% 22C,6A,15A -shuttling 'SVtlIN Jb% 22C,6A,15A -shy SaI J3%,K8%,OC% 12A,3A,6A,15A -shyer 'SaI@R Or% 2 -shyest 'SaIIst Os% 2 -shying 'SaIIN Jb% 22A,3A,6A,15A -shyly 'SaIlI Pu% 2 -shyness 'SaIn@s L@% 2 -shyster 'SaIst@R K6$ 2 -shysters 'SaIst@z Kj$ 2 -sibilant 'sIbIl@nt K6$,OA% 3 -sibilants 'sIbIl@nts Kj$ 3 -sibling 'sIblIN K6% 2 -siblings 'sIblINz Kj% 2 -sibyl 'sIbl K6$ 2 -sibylline 'sIb@laIn OA$ 3 -sibyls 'sIblz Kj$ 2 -sic sIk Pu$ 1 -sick sIk H0%,OA% 1 -sick-benefit 'sIk-benIfIt M6% 4 -sick-benefits 'sIk-benIfIts Mj% 4 -sick-berth 'sIk-b3T K6% 2 -sick-berths 'sIk-b3Ts Kj% 2 -sick-headache sIk-'hedeIk K6% 3 -sick-headaches sIk-'hedeIks Kj% 3 -sick-leave 'sIk-liv L@% 2 -sick-list 'sIk-lIst K6% 2 -sick-lists 'sIk-lIsts Kj% 2 -sick-parade 'sIk-p@reId K6% 3 -sick-parades 'sIk-p@reIdz Kj% 3 -sick-pay 'sIk-peI L@% 2 -sick-room 'sIk-rum K6% 2 -sick-rooms 'sIk-rumz Kj% 2 -sickbay 'sIkbeI K6% 2 -sickbays 'sIkbeIz Kj% 2 -sickbed 'sIkbed K6% 2 -sickbeds 'sIkbedz Kj% 2 -sicked sIkt Hc%,Hd% 1 -sicken 'sIk@n J0% 22A,3A,4C,6A -sickened 'sIk@nd Jc%,Jd% 22A,3A,4C,6A -sickening 'sIk@nIN Jb%,OA% 32A,3A,4C,6A -sickeningly 'sIk@nINlI Pu% 4 -sickens 'sIk@nz Ja% 22A,3A,4C,6A -sicking 'sIkIN Hb$ 2 -sickish 'sIkIS OA$ 2 -sickle 'sIkl K6% 2 -sickles 'sIklz Kj% 2 -sicklier 'sIklI@R Or% 3 -sickliest 'sIklIIst Os% 3 -sickly 'sIklI OD% 2 -sickness 'sIkn@s M7% 2 -sicknesses 'sIkn@sIz Mj% 3 -sicks sIks Ha$ 1 -side saId I2%,M6* 13A -side-arms 'saId-Amz Kj$ 2 -side-chapel 'saId-tS&pl K6% 3 -side-chapels 'saId-tS&plz Kj% 3 -side-dish 'saId-dIS K7% 2 -side-dishes 'saId-dISIz Kj% 3 -side-drum 'saId-drVm K6% 2 -side-drums 'saId-drVmz Kj% 2 -side-face 'saId-feIs Pu% 2 -side-glance saId-'glAns K6% 2 -side-glances saId-'glAnsIz Kj% 3 -side-road 'saId-r@Ud K6% 2 -side-roads 'saId-r@Udz Kj% 2 -side-saddle 'saId-s&dl K6%,Pu% 3 -side-saddles 'saId-s&dlz Kj% 3 -side-slip 'saId-slip I4$,K6$ 2 -side-slipped 'saId-slipt Ic$,Id$ 2 -side-slipping 'saId-slipIN Ib$ 3 -side-slips 'saId-slips Ia$,Kj$ 2 -side-splitting 'saId-splItIN OA% 3 -side-stroke 'saId-str@Uk L@% 2 -side-view saId-'vju K6% 2 -side-views saId-'vjuz Kj% 2 -side-whiskers 'saId-wIsk@z Kj% 3 -sideboard 'saIdbOd K6% 2 -sideboards 'saIdbOdz Kj% 2 -sideburns 'saIdb3nz Kj% 2 -sidecar 'saIdkAR K6% 2 -sidecars 'saIdkAz Kj% 2 -sided 'saIdId Ic%,Id%,Ot% 23A -sidelight 'saIdlaIt K6% 2 -sidelights 'saIdlaIts Kj% 2 -sideline 'saIdlaIn K6% 2 -sidelines 'saIdlaInz Kj% 2 -sidelong 'saIdl0N OA%,Pu% 2 -sidereal saI'dI@rI@l OA$ 4 -sides saIdz Ia%,Mj% 13A -sideshow 'saIdS@U K6% 2 -sideshows 'saIdS@Uz Kj% 2 -sidesman 'saIdzm@n Ki% 2 -sidesmen 'saIdzm@n Kj% 2 -sidestep 'saIdstep J4%,K6% 22A,6A -sidestepped 'saIdstept Jc%,Jd% 22A,6A -sidestepping 'saIdstepIN Jb% 32A,6A -sidesteps 'saIdsteps Ja%,Kj% 22A,6A -sidetrack 'saIdtr&k H0$,K6$ 26A -sidetracked 'saIdtr&kt Hc$,Hd% 26A -sidetracking 'saIdtr&kIN Hb$ 36A -sidetracks 'saIdtr&ks Ha$,Kj$ 26A -sidewalk 'saIdwOk K6% 2 -sidewalks 'saIdwOks Kj% 2 -sidewards 'saIdw@dz Pu% 2 -sideways 'saIdweIz Pu% 2 -siding 'saIdIN Ib%,K6% 23A -sidings 'saIdINz Kj% 2 -sidle 'saIdl I2% 22C -sidled 'saIdld Ic%,Id% 22C -sidles 'saIdlz Ia% 22C -sidling 'saIdlIN Ib% 22C -siege sidZ M6% 1 -sieges 'sidZIz Mj% 2 -sienna sI'en@ L@$ 3 -sierra sI'e@r@ K6$ 3 -sierras sI'e@r@z Kj$ 3 -siesta sI'est@ K6% 3 -siestas sI'est@z Kj% 3 -sieve sIv H2%,K6% 16A -sieved sIvd Hc%,Hd% 16A -sieves sIvz Ha%,Kj% 16A -sieving 'sIvIN Hb% 26A -sift sIft J0% 12C,6A,14,15A,15B -sifted 'sIftId Jc%,Jd% 22C,6A,14,15A,15B -sifter 'sIft@R K6$ 2 -sifters 'sIft@z Kj$ 2 -sifting 'sIftIN Jb% 22C,6A,14,15A,15B -sifts sIfts Ja% 12C,6A,14,15A,15B -sigh saI J0%,K6% 12A,3A,6A,15B -sighed saId Jc%,Jd% 12A,3A,6A,15B -sighing 'saIIN Jb% 22A,3A,6A,15B -sighs saIz Ja%,Kj% 12A,3A,6A,15B -sight saIt H0%,M6% 16A -sighted 'saItId Hc%,Hd%,Ot% 26A -sighting 'saItIN Hb%,K6% 26A -sightings 'saItINz Kj% 2 -sightless 'saItlIs OA% 2 -sights saIts Ha%,Mj% 16A -sightseeing 'saItsiIN L@% 3 -sightseer 'saItsi@R K6% 3 -sightseers 'saItsi@z Kj% 3 -sign saIn J0%,K6% 12A,2C,3A,6A,15B -sign-painter 'saIn-peInt@R K6% 3 -sign-painters 'saIn-peInt@z Kj% 3 -signal 'sIgn@l J4%,K6%,Oq% 22A,2C,6A,9,17 -signal-box 'sIgn@l-b0ks K7% 3 -signal-boxes 'sIgn@l-b0ksIz Kj% 4 -signalize 'sIgn@laIz H2$ 36A -signalized 'sIgn@laIzd Hc$,Hd$ 36A -signalizes 'sIgn@laIzIz Ha$ 46A -signalizing 'sIgn@laIzIN Hb$ 46A -signalled 'sIgn@ld Jc%,Jd% 22A,2C,6A,9,17 -signaller 'sIgn@l@R K6% 3 -signallers 'sIgn@l@z Kj% 3 -signalling 'sIgn@lIN Jb% 32A,2C,6A,9,17 -signally 'sIgn@lI Pu% 3 -signalman 'sIgn@lm@n Ki% 3 -signalmen 'sIgn@lm@n Kj% 3 -signals 'sIgn@lz Ja%,Kj% 22A,2C,6A,9,17 -signatories 'sIgn@trIz Kj% 3 -signatory 'sIgn@trI K8% 3 -signature 'sIgn@tS@R K6% 3 -signatures 'sIgn@tS@z Kj% 3 -signed saInd Jc%,Jd% 12A,2C,3A,6A,15B -signet 'sIgnIt K6% 2 -signet-ring 'sIgnIt-rIN K6% 3 -signet-rings 'sIgnIt-rINz Kj% 3 -signets 'sIgnIts Kj$ 2 -significance sIg'nIfIk@ns L@% 4 -significant sIg'nIfIk@nt OA% 4 -significantly sIg'nIfIk@ntlI Pu% 5 -signification ,sIgnIfI'keISn K6% 5 -significations ,sIgnIfI'keISnz Kj$ 5 -significative sIg'nIfIk@tIv OA$ 5 -signified 'sIgnIfaId Jc%,Jd% 32A,2C,6A,9,15A -signifies 'sIgnIfaIz Ja% 32A,2C,6A,9,15A -signify 'sIgnIfaI J3% 32A,2C,6A,9,15A -signifying 'sIgnIfaIIN Jb% 42A,2C,6A,9,15A -signing 'saInIN Jb% 22A,2C,3A,6A,15B -signor 'sinjOR K6$ 2 -signora sI'njOr@ K6$ 3 -signoras sI'njOr@z Kj$ 3 -signorina ,sInjO'rin@ K6$ 4 -signorinas ,sInjO'rin@z Kj$ 4 -signors 'sinjOz Kj$ 2 -signpost 'saInp@Ust H0%,K6% 2 -signposted 'saInp@UstId Hc%,Hd% 3 -signposting 'saInp@UstIN Hb% 3 -signposts 'saInp@Usts Ha%,Kj% 2 -signs saInz Ja%,Kj% 12A,2C,3A,6A,15B -silage 'saIlIdZ L@$ 2 -silence 'saIl@ns H2%,M6% 26A -silenced 'saIl@nst Hc%,Hd% 26A -silencer 'saIl@ns@R K6% 3 -silencers 'saIl@ns@z Kj% 3 -silences 'saIl@nsIz Ha%,Mj% 36A -silencing 'saIl@nsIN Hb% 36A -silent 'saIl@nt OA% 2 -silently 'saIl@ntlI Pu% 3 -silhouette ,sIlu'et H2%,K6% 3 -silhouetted ,sIlu'etId Hc%,Hd% 4 -silhouettes ,sIlu'ets Ha%,Kj% 3 -silhouetting ,sIlu'etIN Hb% 4 -silica 'sIlIk@ L@$ 3 -silicate 'sIlIkeIt L@$ 3 -silicon 'sIlIk@n L@% 3 -silicone 'sIlIk@Un L@$ 3 -silicosis ,sIlI'k@UsIs L@$ 4 -silk sIlk M6% 1 -silken 'sIlk@n OA% 2 -silkier 'sIlkI@R Or% 3 -silkiest 'sIlkIIst Os% 3 -silkily 'sIlkIlI Pu% 3 -silkiness 'sIlkIn@s L@% 3 -silks sIlks Mj% 1 -silkworm 'sIlkw3m K6% 2 -silkworms 'sIlkw3mz Kj% 2 -silky 'sIlkI OD% 2 -sill sIl K6% 1 -sillabub 'sIl@bVb M6$ 3 -sillabubs 'sIl@bVbz Mj$ 3 -sillier 'sIlI@R Or% 3 -sillies 'sIlIz Kj$ 2 -silliest 'sIlIIst Os% 3 -silliness 'sIlIn@s L@% 3 -sills sIlz Kj% 1 -silly 'sIlI K8$,OD% 2 -silo 'saIl@U K6% 2 -silos 'saIl@Uz Kj% 2 -silt sIlt J0%,L@% 12C,15B -silted 'sIltId Jc%,Jd% 22C,15B -silting 'sIltIN Jb% 22C,15B -silts sIlts Ja% 12C,15B -silvan 'sIlv@n OA$ 2 -silver 'sIlv@R J0%,L@% 22A,6A -silver-fish 'sIlv@-fIS K9% 3 -silver-fishes 'sIlv@-fISIz Kj% 4 -silvered 'sIlv@d Jc%,Jd% 22A,6A -silverier 'sIlv@rI@R Or$ 4 -silveriest 'sIlv@rIIst Os$ 4 -silvering 'sIlv@rIN Jb$ 32A,6A -silvern 'sIlv@n OA$ 2 -silvers 'sIlv@z Ja$ 22A,6A -silverside 'sIlv@saId L@% 3 -silversmith 'sIlv@smIT K6% 3 -silversmiths 'sIlv@smITs Kj% 3 -silvery 'sIlv@rI OD% 3 -simian 'sImI@n K6$,OA% 3 -simians 'sImI@nz Kj$ 3 -similar 'sIm@l@R OA% 3 -similarities ,sIm@'l&rItIz Mj% 5 -similarity ,sIm@'l&rItI M8% 5 -similarly 'sIm@l@lI Pu% 4 -simile 'sImIlI M6% 3 -similes 'sImIlIz Mj% 3 -similitude sI'mIlItjud M6% 4 -similitudes sI'mIlItjudz Mj$ 4 -simmer 'sIm@R J0%,Ki% 22A,2B,2C,6A,15A -simmered 'sIm@d Jc%,Jd% 22A,2B,2C,6A,15A -simmering 'sIm@rIN Jb% 32A,2B,2C,6A,15A -simmers 'sIm@z Ja% 22A,2B,2C,6A,15A -simony 'sIm@nI L@$ 3 -simoom sI'mum K6$ 2 -simooms sI'mumz Kj$ 2 -simoon sI'mun K6$ 2 -simoons sI'munz Kj$ 2 -simper 'sImp@R I0% 22A -simpered 'sImp@d Ic%,Id% 22A -simpering 'sImp@rIN Ib% 32A -simperingly 'sImprINlI Pu% 3 -simpers 'sImp@z Ia% 22A -simple 'sImpl K6%,OB% 2 -simple-hearted ,sImpl-'hAtId OA% 4 -simple-minded ,sImpl-'maIndId OA% 4 -simpler 'sImpl@R Or% 2 -simples 'sImplz Kj$ 2 -simplest 'sImplIst Os% 2 -simpleton 'sImplt@n K6% 3 -simpletons 'sImplt@nz Kj% 3 -simplicity sIm'plIsItI L@% 4 -simplification ,sImplIfI'keISn M6% 5 -simplifications ,sImplIfI'keISnz Mj% 5 -simplified 'sImplIfaId Hc%,Hd% 36A -simplifies 'sImplIfaIz Ha% 36A -simplify 'sImplIfaI H3% 36A -simplifying 'sImplIfaIIN Hb% 46A -simply 'sImplI Pu% 2 -simulacra ,sImjU'leIkr@ Kj$ 4 -simulacrum ,sImjU'leIkr@m Ki$ 4 -simulate 'sImjUleIt H2% 36A -simulated 'sImjUleItId Hc%,Hd% 46A -simulates 'sImjUleIts Ha% 36A -simulating 'sImjUleItIN Hb% 46A -simulation ,sImjU'leISn L@% 4 -simulator 'sImjUleIt@R K6% 4 -simulators 'sImjUleIt@z Kj% 4 -simultaneity ,sImlt@'nI@tI L@% 6 -simultaneous ,sIml'teInI@s OA% 5 -simultaneously ,sIml'teInI@slI Pu% 6 -simultaneousness ,sIml'teInI@sn@s L@$ 6 -sin sIn I4%,M6% 12A,3A -since sIns Pu*,T-*,V-* 1 -sincere sIn'sI@R OA% 2 -sincerely sIn'sI@lI Pu% 3 -sincerity sIn'serItI L@% 4 -sine saIn K6$ 1 -sine die ,saInI 'daIi Pu$ 4 -sine qua non ,sIneI kwA 'n@Un Ki% 4 -sinecure 'saInIkjU@R K6% 3 -sinecures 'saInIkjU@z Kj% 3 -sines saInz Kj$ 1 -sinew 'sInju K6% 2 -sinews 'sInjuz Kj% 2 -sinewy 'sInjuI OA% 3 -sinful 'sInf@l OA% 2 -sinfulness 'sInf@ln@s L@% 3 -sing sIN J5% 12A,2C,3A,6A,12B,13B,15A -singable 'sIN@bl OA% 3 -singe sIndZ J5%,K6% 12A,6A -singed sIndZd Jc%,Jd% 12A,6A -singeing 'sIndZIN Jb% 22A,6A -singer 'sIN@R K6% 2 -singers 'sIN@z Kj% 2 -singes 'sIndZIz Ja%,Kj% 22A,6A -singing 'sININ Jb%,L@% 22A,2C,3A,6A,12B,13B,15A -single 'sINgl H2%,K6%,OA% 215B -single-breasted ,sINgl-'brestId OA% 4 -single-handed ,sINgl-'h&ndId OA%,Pu% 4 -single-minded ,sINgl-'maIndId OA% 4 -single-spacing ,sINgl-'speIsIN L@% 4 -singled 'sINgld Hc%,Hd% 215B -singleness 'sINgln@s L@% 3 -singles 'sINglz Ha%,Kj% 215B -singlestick 'sINglstIk M6$ 3 -singlesticks 'sINglstIks Mj$ 3 -singlet 'sINglIt K6% 2 -singleton 'sINglt@n K6% 3 -singletons 'sINglt@nz Kj% 3 -singlets 'sINglIts Kj% 2 -singling 'sINglIN Hb% 215B -singly 'sINglI Pu% 2 -sings sINz Ja% 12A,2C,3A,6A,12B,13B,15A -singsong 'sINs0N K6% 2 -singsongs 'sINs0Nz Kj% 2 -singular 'sINgjUl@R K6%,OA% 3 -singularities ,sINgjU'l&rItIz Mj% 5 -singularity ,sINgjU'l&rItI M8% 5 -singularize 'sINgjUl@raIz H2$ 4 -singularized 'sINgjUl@raIzd Hc$,Hd$ 4 -singularizes 'sINgjUl@raIzIz Ha$ 5 -singularizing 'sINgjUl@raIzIN Hb$ 5 -singularly 'sINgjUl@lI Pu% 4 -singulars 'sINgjUl@z Kj% 3 -sinister 'sInIst@R OA% 3 -sink sINk J5%,K6% 12A,2C,3A,6A,14,15A -sinkable 'sINk@bl OA% 3 -sinker 'sINk@R K6$ 2 -sinkers 'sINk@z Kj$ 2 -sinking 'sINkIN Jb%,K6% 22A,2C,3A,6A,14,15A -sinking-fund 'sINkIN-fVnd K6% 3 -sinking-funds 'sINkIN-fVndz Kj% 3 -sinkings 'sINkINz Kj% 2 -sinks sINks Ja%,Kj% 12A,2C,3A,6A,14,15A -sinless 'sInl@s OA% 2 -sinlessness 'sInl@sn@s L@$ 3 -sinned sInd Ic%,Id% 12A,3A -sinner 'sIn@R K6% 2 -sinners 'sIn@z Kj% 2 -sinning 'sInIN Ib% 22A,3A -sins sInz Ia%,Mj% 12A,3A -sinuosities ,sInjU'0sItIz Mj$ 5 -sinuosity ,sInjU'0sItI M8$ 5 -sinuous 'sInjU@s OA% 3 -sinus 'saIn@s K7% 2 -sinuses 'saIn@sIz Kj% 3 -sinusitis ,saIn@'saItIs L@% 4 -sip sIp J4%,K6% 12A,6A,15B -siphon 'saIf@n J0%,K6% 215B -siphoned 'saIf@nd Jc%,Jd% 215B -siphoning 'saIf@nIN Jb% 315B -siphons 'saIf@nz Ja%,Kj% 215B -sipped sIpt Jc%,Jd% 12A,6A,15B -sipping 'sIpIN Jb% 22A,6A,15B -sips sIps Ja%,Kj% 12A,6A,15B -sir s3R K6% 1 -sirdar 's3dAR K6$ 2 -sirdars 's3dAz Kj$ 2 -sire 'saI@R H2%,K6% 16A -sired 'saI@d Hc%,Hd% 16A -siren 'saI@r@n K6% 2 -sirens 'saI@r@nz Kj% 2 -sires 'saI@z Ha$,Kj$ 16A -siring 'saI@rIN Hb$ 26A -sirloin 's3loIn M6% 2 -sirloins 's3loInz Mj$ 2 -sirocco sI'r0k@U K6$ 3 -siroccos sI'r0k@Uz Kj$ 3 -sirrah 'sIr@ K6$ 2 -sirrahs 'sIr@z Kj$ 2 -sirs s3z Kj% 1 -sirup 'sIr@p M6$ 2 -sirups 'sIr@ps Mj$ 2 -sisal 'saIsl L@$ 2 -sissies 'sIsIz Kj% 2 -sissified 'sIsIfaId OA$ 3 -sissy 'sIsI K8% 2 -sister 'sIst@R K6% 2 -sister-in-law 'sIst@r-In-lO Ki% 4 -sisterhood 'sIst@hUd L@% 3 -sisterly 'sIst@lI OA% 3 -sisters 'sIst@z Kj% 2 -sisters-in-law 'sIst@z-In-lO Kj% 4 -sit sIt J5% 12A,2C,3A,6A,15B -sit-in 'sIt-In K6% 2 -sit-ins 'sIt-Inz Kj% 2 -sitar sI'tAR K6$ 2 -sitars sI'tAz Kj$ 2 -site saIt I2%,K6% 16A -sited 'saItId Ic%,Id% 26A -sites saIts Ia%,Kj% 16A -siting 'saItIN Ib% 26A -sits sIts Ja% 12A,2C,3A,6A,15B -sitter 'sIt@R K6% 2 -sitters 'sIt@z Kj% 2 -sitting 'sItIN Jb%,K6% 22A,2C,3A,6A,15B -sitting-room 'sItIN-rum K6% 3 -sitting-rooms 'sItIN-rumz Kj% 3 -sittings 'sItINz Kj% 2 -situated 'sItSUeItId Op% 4 -situation ,sItSU'eISn K6% 4 -situations ,sItSU'eISnz Kj% 4 -six sIks K7%,OA* 1 -six-footer sIks-'fUt@R K6% 3 -six-footers sIks-'fUt@z Kj% 3 -six-shooter 'sIks-Sut@R K6% 3 -six-shooters 'sIks-Sut@z Kj% 3 -sixes 'sIksIz Kj% 2 -sixfold 'sIksf@Uld OA%,Pu% 2 -sixpence 'sIksp@ns K6% 2 -sixpences 'sIksp@nsIz Kj% 3 -sixpenny 'sIksp@nI OA% 3 -sixteen sIk'stin K6%,OA% 2 -sixteens sIk'stinz Kj% 2 -sixteenth sik'stinT K6%,OA% 2 -sixteenths sik'stinTs Kj% 2 -sixth sIksT K6%,OA% 1 -sixth-former 'sIksT-fOm@R K6% 3 -sixth-formers 'sIksT-fOm@z Kj% 3 -sixthly 'sIksTlI Pu% 2 -sixths sIksTs Kj% 1 -sixties 'sIkstIz Kj% 2 -sixtieth 'sIkstI@T K6%,OA% 3 -sixtieths 'sIkstI@Ts Kj% 3 -sixty 'sIkstI K8%,OA% 2 -sizable 'saIz@bl OA$ 3 -size saIz H2%,M6% 16A,15B -sizeable 'saIz@bl OA% 3 -sized saIzd Hc%,Hd%,Ot% 16A,15B -sizes 'saIzIz Ha%,Mj% 26A,15B -sizing 'saIzIN Hb% 26A,15B -sizzle 'sIzl I2% 26A -sizzled 'sIzld Ic%,Id% 26A -sizzles 'sIzlz Ia% 26A -sizzling 'sIzlIN Ib% 26A -skate skeIt I2%,K6% 12A,2C -skateboard 'skeItbOd K6% 2 -skateboarder 'skeItbOd@R K6% 3 -skateboarders 'skeItbOd@z Kj% 3 -skateboarding 'skeItbOdIN L@% 3 -skateboards 'skeItbOdz Kj% 2 -skated 'skeItId Ic%,Id% 22A,2C -skater 'skeIt@R K6% 2 -skaters 'skeIt@z Kj% 2 -skates skeIts Ia%,Kj% 12A,2C -skating 'skeItIN Ib%,L@% 22A,2C -skating-rink 'skeItIN-rINk K6% 3 -skating-rinks 'skeItIN-rINks Kj% 3 -skedaddle skI'd&dl I2$ 32A -skedaddled skI'd&dld Ic$,Id$ 32A -skedaddles skI'd&dlz Ia$ 32A -skedaddling skI'd&dlIN Ib$ 32A -skeet skit K6$ 1 -skeets skits Kj$ 1 -skein skeIn K6$ 1 -skeins skeInz Kj$ 1 -skeleton 'skelItn K6% 3 -skeletons 'skelItnz Kj% 3 -skep skep K6$ 1 -skeps skeps Kj$ 1 -skeptical 'skeptIkl OA$ 3 -skeptically 'skeptIklI Pu$ 3 -skepticism 'skeptIsIz@m L@$ 4 -sketch sketS J1%,K7% 12A,6A,15B -sketch-block 'sketS-bl0k K6% 2 -sketch-blocks 'sketS-bl0ks Kj% 2 -sketch-book 'sketS-bUk K6% 2 -sketch-books 'sketS-bUks Kj% 2 -sketch-map 'sketS-m&p K6% 2 -sketch-maps 'sketS-m&ps Kj% 2 -sketched sketSt Jc%,Jd% 12A,6A,15B -sketcher 'sketS@R K6% 2 -sketchers 'sketS@z Kj% 2 -sketches 'sketSIz Ja%,Kj% 22A,6A,15B -sketchier 'sketSI@R Or% 3 -sketchiest 'sketSIIst Os% 3 -sketchily 'sketSIlI Pu% 3 -sketchiness 'sketSIn@s L@% 3 -sketching 'sketSIN Jb% 22A,6A,15B -sketchy 'sketSI OD% 2 -skew skju OA% 1 -skew-eyed 'skju-aId OA$ 2 -skewer 'skjU@R H0%,K6% 26A -skewered 'skjU@d Hc%,Hd% 26A -skewering 'skjU@rIN Hb% 36A -skewers 'skjU@z Ha%,Kj% 26A -ski ski I5%,K6% 1 -ski'd skid Ic%,Id% 1 -ski-bob 'ski-b0b K6$ 2 -ski-bobs 'ski-b0bz Kj$ 2 -ski-jump 'ski-dZVmp K6% 2 -ski-jumps 'ski-dZVmps Kj% 2 -ski-lift 'ski-lIft K6% 2 -ski-lifts 'ski-lIfts Kj% 2 -ski-plane 'ski-pleIn K6% 2 -ski-planes 'ski-pleInz Kj% 2 -skid skId I4%,K6% 12A -skidded 'skIdId Ic%,Id% 22A -skidding 'skIdIN Ib% 22A -skidpan 'skIdp&n K6% 2 -skidpans 'skIdp&nz Kj% 2 -skids skIdz Ia%,Kj% 12A -skied skaId Hc%,Hd% 1 -skier 'ski@R K6% 2 -skiers 'ski@z Kj% 2 -skies skaIz Ha%,Kj% 1 -skiff skIf K6$ 1 -skiffle 'skIfl L@% 2 -skiffle-group 'skIfl-grup K6% 3 -skiffle-groups 'skIfl-grups Kj% 3 -skiffs skIfs Kj$ 1 -skiing 'skiIN Ib% 2 -skilful 'skIlf@l OA% 2 -skilfully 'skIlf@lI Pu% 3 -skill skIl M6% 1 -skilled skIld OA% 1 -skillet 'skIlIt K6$ 2 -skillets 'skIlIts Kj$ 2 -skills skIlz Mj% 1 -skilly 'skIlI L@$ 2 -skim skIm J4% 12C,3A,6A,14,15A,15B -skimmed skImd Jc%,Jd% 12C,3A,6A,14,15A,15B -skimmed-milk skImd-'mIlk L@% 2 -skimmer 'skIm@R K6$ 2 -skimmers 'skIm@z Kj$ 2 -skimming 'skImIN Jb% 22C,3A,6A,14,15A,15B -skimp skImp J0% 12A,6A -skimped skImpt Jc%,Jd% 12A,6A -skimpier 'skImpI@R Or% 3 -skimpiest 'skImpIIst Os% 3 -skimpily 'skImpIlI Pu% 3 -skimping 'skImpIN Jb% 22A,6A -skimps skImps Ja% 12A,6A -skimpy 'skImpI OD% 2 -skims skImz Ja% 12C,3A,6A,14,15A,15B -skin skIn J4%,M6% 12C,6A,14 -skin-deep skIn-'dip OA% 2 -skin-diving 'skIn-daIvIN L@% 3 -skin-graft 'skIn-grAft K6% 2 -skin-grafts 'skIn-grAfts Kj% 2 -skin-tight 'skIn-taIt OA% 2 -skinflint 'skInflInt K6% 2 -skinflints 'skInflInts Kj% 2 -skinhead 'skInhed K6% 2 -skinheads 'skInhedz Kj% 2 -skinned skInd Jc%,Jd% 12C,6A,14 -skinnier 'skInI@R Or% 3 -skinniest 'skInIIst Os% 3 -skinning 'skInIN Jb% 22C,6A,14 -skinny 'skInI OD% 2 -skins skInz Ja%,Mj% 12C,6A,14 -skint skInt OA% 1 -skip skIp J4%,K6% 12A,2C,6A -skipped skIpt Jc%,Jd% 12A,2C,6A -skipper 'skIp@R H0%,K6% 2 -skippered 'skIp@d Hc%,Hd% 2 -skippering 'skIp@rIN Hb% 3 -skippers 'skIp@z Ha%,Kj% 2 -skipping 'skIpIN Jb% 22A,2C,6A -skipping-rope 'skIpIN-r@Up K6% 3 -skipping-ropes 'skIpIN-r@Ups Kj% 3 -skips skIps Ja%,Kj% 12A,2C,6A -skirl sk3l K6$ 1 -skirls sk3lz Kj$ 1 -skirmish 'sk3mIS I1$,K7% 22A,2C -skirmished 'sk3mISt Ic$,Id$ 22A,2C -skirmisher 'sk3mIS@R K6$ 3 -skirmishers 'sk3mIS@z Kj$ 3 -skirmishes 'sk3mISIz Ia$,Kj% 32A,2C -skirmishing 'sk3mISIN Ib$ 32A,2C -skirt sk3t J0%,K6% 12C,6A -skirted 'sk3tId Jc%,Jd% 22C,6A -skirting 'sk3tIN Jb% 22C,6A -skirting-board 'sk3tIN-bOd K6% 3 -skirting-boards 'sk3tIN-bOdz Kj% 3 -skirts sk3ts Ja%,Kj% 12C,6A -skis skiz Ia%,Kj% 1 -skit skIt K6% 1 -skits skIts Kj% 1 -skitter 'skIt@R I0% 22A -skittered 'skIt@d Ic% 22A -skittering 'skIt@rIN Ib% 32A -skitters 'skIt@z Ia% 22A -skittish 'skItIS OA% 2 -skittishly 'skItISlI Pu% 3 -skittishness 'skItISn@s L@% 3 -skittle 'skItl H2%,K6% 215B -skittle-pin 'skItl-pIn K6$ 3 -skittle-pins 'skItl-pInz Kj$ 3 -skittled 'skItld Hc%,Hd% 215B -skittles 'skItlz Ha%,Kj%,Lk% 215B -skittling 'skItlIN Hb% 215B -skivvies 'skIvIz Kj$ 2 -skivvy 'skIvI K8$ 2 -skua 'skju@ K6$ 2 -skuas 'skju@z Kj$ 2 -skulk skVlk I0% 12A,2C -skulked skVlkt Ic%,Id% 12A,2C -skulker 'skVlk@R K6$ 2 -skulkers 'skVlk@z Kj$ 2 -skulking 'skVlkIN Ib% 22A,2C -skulks skVlks Ia% 12A,2C -skull skVl K6% 1 -skullcap 'skVlk&p K6% 2 -skullcaps 'skVlk&ps Kj% 2 -skullduggery skVl'dVg@rI Ki% 4 -skulled skVld Ot% 1 -skulls skVlz Kj% 1 -skunk skVNk M6% 1 -skunks skVNks Mj% 1 -sky skaI H3%,K8% 1 -sky-blue skaI-'blu L@%,OA% 2 -sky-high skaI-'haI Pu% 2 -skying 'skaIIN Hb$ 2 -skylark 'skaIlAk I0%,K6% 2 -skylarked 'skaIlAkt Ic%,Id% 2 -skylarking 'skaIlAkIN Ib% 3 -skylarks 'skaIlAks Ia%,Kj% 2 -skylight 'skaIlaIt K6% 2 -skylights 'skaIlaIts Kj% 2 -skyline 'skaIlaIn K6% 2 -skylines 'skaIlaInz Kj$ 2 -skyrocket 'skaIr0kIt I0$ 3 -skyrocketed 'skaIr0kItId Ic$,Id$ 4 -skyrocketing 'skaIr0kItIN Ib$ 4 -skyrockets 'skaIr0kIts Ia$ 3 -skyscraper 'skaIskreIp@R K6% 3 -skyscrapers 'skaIskreIp@z Kj% 3 -skyward 'skaIw@d OA%,Pu% 2 -skywards 'skaIw@dz OA%,Pu% 2 -skywriting 'skaIraItIN L@% 3 -slab sl&b K6% 1 -slabs sl&bz Kj% 1 -slack sl&k I0%,M6%,OC% 12A,2C -slacked sl&kt Ic%,Id% 12A,2C -slacken 'sl&k@n J0% 22A,6A -slackened 'sl&k@nd Jc%,Jd% 22A,6A -slackening 'sl&k@nIN Jb% 32A,6A -slackens 'sl&k@nz Ja% 22A,6A -slacker 'sl&k@R K6%,Or% 2 -slackers 'sl&k@z Kj% 2 -slackest 'sl&kIst Os% 2 -slacking 'sl&kIN Ib% 22A,2C -slackly 'sl&klI Pu% 2 -slackness 'sl&kn@s L@% 2 -slacks sl&ks Ia%,Mj% 12A,2C -slag sl&g L@% 1 -slag-heap 'sl&g-hip K6% 2 -slag-heaps 'sl&g-hips Kj% 2 -slain sleIn Hd$ 16A -slake sleIk H2% 16A -slaked sleIkt Hc%,Hd% 16A -slakes sleIks Ha% 16A -slaking 'sleIkIN Hb% 26A -slalom 'slAl@m K6% 2 -slaloms 'slAl@mz Kj$ 2 -slam sl&m J4%,K6% 12A,2C,6A,15A,15B,22 -slammed sl&md Jc%,Jd% 12A,2C,6A,15A,15B,22 -slamming 'sl&mIN Jb% 22A,2C,6A,15A,15B,22 -slams sl&mz Ja%,Kj% 12A,2C,6A,15A,15B,22 -slander 'slAnd@R H0%,M6% 26A -slandered 'slAnd@d Hc%,Hd% 26A -slanderer 'slAnd@r@R K6% 3 -slanderers 'slAnd@r@z Kj% 3 -slandering 'slAnd@rIN Hb% 36A -slanderous 'slAnd@r@s OA% 3 -slanders 'slAnd@z Ha%,Mj% 26A -slang sl&N H0%,L@% 16A -slanged sl&Nd Hc%,Hd% 16A -slangier 'sl&NI@R Or$ 3 -slangiest 'sl&NIIst Os$ 3 -slangily 'sl&NIlI Pu$ 3 -slanginess 'sl&NIn@s L@% 3 -slanging 'sl&NIN Hb% 26A -slangs sl&Nz Ha% 16A -slangy 'sl&NI OD% 2 -slant slAnt J0%,K6% 12A,2C,6A -slanted 'slAntId Jc%,Jd% 22A,2C,6A -slanting 'slAntIN Jb% 22A,2C,6A -slantingly 'slAntINlI Pu% 3 -slants slAnts Ja%,Kj% 12A,2C,6A -slantwise 'slAntwaIz Pu% 2 -slap sl&p H4%,K6%,Pu% 16A,15A,15B -slap-bang sl&p-'b&N Pu% 2 -slap-happy sl&p-'h&pI OA% 3 -slap-up 'sl&p-Vp OA% 2 -slapdash 'sl&pd&S OA%,Pu% 2 -slapped sl&pt Hc%,Hd% 16A,15A,15B -slapping 'sl&pIN Hb% 26A,15A,15B -slaps sl&ps Ha%,Kj% 16A,15A,15B -slapstick 'sl&pstIk L@% 2 -slash sl&S J1%,K7% 12C,6A -slashed sl&St Jc%,Jd% 12C,6A -slashes 'sl&SIz Ja%,Kj% 22C,6A -slashing 'sl&SIN Jb% 22C,6A -slat sl&t K6% 1 -slate sleIt H2%,M6% 16A -slate-club 'sleIt-klVb K6$ 2 -slate-clubs 'sleIt-klVbz Kj$ 2 -slate-pencil 'sleIt-pensl K6$ 3 -slate-pencils 'sleIt-penslz Kj$ 3 -slated 'sleItId Hc%,Hd% 26A -slates sleIts Ha%,Mj% 16A -slatier 'sleItI@R Or$ 3 -slatiest 'sleItIIst Os$ 3 -slating 'sleItIN Hb%,K6% 26A -slatings 'sleItINz Kj$ 2 -slats sl&ts Kj% 1 -slatted 'sl&tId OA% 2 -slattern 'sl&t@n K6% 2 -slatternliness 'sl&t@nlIn@s L@% 4 -slatternly 'sl&t@nlI OA% 3 -slatterns 'sl&t@nz Kj% 2 -slaty 'sleItI OD$ 2 -slaughter 'slOt@R H0%,L@% 26A -slaughtered 'slOt@d Hc%,Hd% 26A -slaughterer 'slOt@r@R K6% 3 -slaughterers 'slOt@r@z Kj% 3 -slaughterhouse 'slOt@haUs K6% 3 -slaughterhouses 'slOt@haUzIz Kj% 4 -slaughtering 'slOt@rIN Hb% 36A -slaughters 'slOt@z Ha% 26A -slave sleIv I2%,K6% 12A,2B,2C,3A -slave-driver 'sleIv-draIv@R K6% 3 -slave-drivers 'sleIv-draIv@z Kj% 3 -slave-trade 'sleIv-treId L@% 2 -slave-traffic 'sleIv-tr&fIk L@% 3 -slaved sleIvd Ic%,Id% 12A,2B,2C,3A -slaver 'sl&v@R I0%,L@% 22A,2C -slavered 'sl&v@d Ic%,Id% 22A,2C -slavering 'sl&v@rIN Ib% 32A,2C -slavers 'sl&v@z Ia% 22A,2C -slavery 'sleIv@rI L@% 3 -slaves sleIvz Ia%,Kj% 12A,2B,2C,3A -slavey 'sleIvI K6$ 2 -slaveys 'sleIvIz Kj$ 2 -slaving 'sleIvIN Ib% 22A,2B,2C,3A -slavish 'sleIvIS OA% 2 -slavishly 'sleIvISlI Pu% 3 -slaw slO L@$ 1 -slay sleI H5% 16A -slayer 'sleI@R K6% 2 -slayers 'sleI@z Kj% 2 -slaying 'sleIIN Hb% 26A -slays sleIz Ha% 16A -sleazier 'slizI@R Or% 3 -sleaziest 'slizIIst Os% 3 -sleazy 'slizI OD% 2 -sled sled K6$ 1 -sledge sledZ J2%,K6% 1 -sledged sledZd Jc%,Jd% 1 -sledgehammer 'sledZh&m@R K6% 3 -sledgehammers 'sledZh&m@z Kj% 3 -sledges 'sledZIz Ja%,Kj% 2 -sledging 'sledZIN Jb% 2 -sleds sledz Kj$ 1 -sleek slik H0%,OC% 16A -sleeked slikt Hc%,Hd% 16A -sleeker 'slik@R Or% 2 -sleekest 'slikIst Os% 2 -sleeking 'slikIN Hb% 26A -sleekly 'sliklI Pu% 2 -sleekness 'slikn@s L@% 2 -sleeks sliks Ha% 16A -sleep slip J5%,L@% 12A,2B,2C,6A -sleeper 'slip@R K6% 2 -sleepers 'slip@z Kj% 2 -sleepier 'slipI@R Or% 3 -sleepiest 'slipIIst Os% 3 -sleepily 'slipIlI Pu% 3 -sleepiness 'slipIn@s L@% 3 -sleeping 'slipIN Jb%,L@% 22A,2B,2C,6A -sleeping-bag 'slipIN-b&g K6% 3 -sleeping-bags 'slipIN-b&gz Kj% 3 -sleeping-car 'slipIN-kAR K6% 3 -sleeping-cars 'slipIN-kAz Kj% 3 -sleeping-draught 'slipIN-drAft K6% 3 -sleeping-draughts 'slipIN-drAfts Kj% 3 -sleeping-pill 'slipIN-pIl K6% 3 -sleeping-pills 'slipIN-pIlz Kj% 3 -sleeping-sickness 'slipIN-sIkn@s L@% 4 -sleepless 'slipl@s OA% 2 -sleeplessly 'slipl@slI Pu% 3 -sleeplessness 'slipl@sn@s L@% 3 -sleeps slips Ja% 12A,2B,2C,6A -sleepwalker 'slipwOk@R K6% 3 -sleepwalkers 'slipwOk@z Kj% 3 -sleepy 'slipI OD% 2 -sleepy-head 'slipI-hed K6% 3 -sleepy-heads 'slipI-hedz Kj% 3 -sleet slit I0%,L@% 12A -sleeted 'slitId Ic%,Id% 22A -sleetier 'slitI@R Or$ 3 -sleetiest 'slitIIst Os$ 3 -sleeting 'slitIN Ib% 22A -sleets slits Ia$ 12A -sleety 'slitI OD$ 2 -sleeve sliv K6% 1 -sleeved slivd Ot% 1 -sleeveless 'slivl@s OA% 2 -sleeves slivz Kj% 1 -sleigh sleI J0$,K6% 12A,6A -sleigh-bell 'sleI-bel K6% 2 -sleigh-bells 'sleI-belz Kj% 2 -sleighed sleId Jc$,Jd$ 12A,6A -sleighing 'sleIIN Jb$ 22A,6A -sleighs sleIz Ja$,Kj% 12A,6A -sleight slaIt K6% 1 -sleights slaIts Kj$ 1 -slender 'slend@R OA% 2 -slenderize 'slend@raIz J2$ 36A -slenderized 'slend@raIzd Jc$,Jd$ 36A -slenderizes 'slend@raIzIz Ja$ 46A -slenderizing 'slend@raIzIN Jb$ 46A -slenderly 'slend@lI Pu$ 3 -slenderness 'slend@n@s L@% 3 -slept slept Jc%,Jd% 12A,2B,2C,6A -sleuth sluT K6% 1 -sleuth-hound 'sluT-haUnd K6% 2 -sleuth-hounds 'sluT-haUndz Kj% 2 -sleuths sluTs Kj% 1 -slew slu Hc%,J0$ 12C,6A,15B -slewed slud Jc$,Jd$ 12C,6A,15B -slewing 'sluIN Jb$ 22C,6A,15B -slews sluz Ja$ 12C,6A,15B -slice slaIs J2%,K6% 13A,6A,15A,15B,22 -sliced slaIst Jc%,Jd% 13A,6A,15A,15B,22 -slices 'slaIsIz Ja%,Kj% 23A,6A,15A,15B,22 -slicing 'slaIsIN Jb% 23A,6A,15A,15B,22 -slick slIk K6%,OC%,Pu% 1 -slicker 'slIk@R K6%,Or% 2 -slickers 'slIk@z Kj% 2 -slickest 'slIkIst Os% 2 -slicks slIks Kj% 1 -slid slId Jc%,Jd% 12A,2C,3A,6A,15A -slide slaId J5%,K6% 12A,2C,3A,6A,15A -slide-rule 'slaId-rul K6% 2 -slide-rules 'slaId-rulz Kj% 2 -slides slaIdz Ja%,Kj% 12A,2C,3A,6A,15A -sliding 'slaIdIN Jb% 22A,2C,3A,6A,15A -slight slaIt H0%,K6%,OC% 16A -slighted 'slaItId Hc%,Hd% 26A -slighter 'slaIt@R Or% 2 -slightest 'slaItIst Os% 2 -slighting 'slaItIN Hb% 26A -slightingly 'slaItINlI Pu% 3 -slightly 'slaItlI Pu% 2 -slightness 'slaItn@s L@% 2 -slights slaIts Ha%,Kj% 16A -slim slIm I4%,OE% 1 -slime slaIm L@% 1 -slimier 'slaImI@R Or% 3 -slimiest 'slaImIIst Os% 3 -sliminess 'slaImInIs L@% 3 -slimly 'slImlI Pu$ 2 -slimmed slImd Ic%,Id% 1 -slimmer 'slIm@R Or% 2 -slimmest 'slImIst Os% 2 -slimming 'slImIN Ib% 2 -slimness 'slImn@s L@% 2 -slims slImz Ia% 1 -slimy 'slaImI OD% 2 -sling slIN J5%,K6% 16A,15A,15B -slinger 'slIN@R K6$ 2 -slingers 'slIN@z Kj$ 2 -slinging 'slININ Jb% 26A,15A,15B -slings slINz Ja%,Kj% 16A,15A,15B -slink slINk I5% 12C -slinking 'slINkIN Ib% 22C -slinks slINks Ia% 12C -slip slIp J4%,M6% 12A,2C,6A,15A,15B -slip-carriage 'slIp-k&rIdZ K6$ 3 -slip-carriages 'slIp-k&rIdZIz Kj$ 4 -slip-coach 'slIp-k@UtS K7$ 2 -slip-coaches 'slIp-k@UtSIz Kj$ 3 -slip-road 'slIp-r@Ud K6% 2 -slip-roads 'slIp-r@Udz Kj% 2 -slip-up 'slIp-Vp K6% 2 -slip-ups 'slIp-Vps Kj% 2 -slipcover 'slIpkVv@R K6% 3 -slipcovers 'slIpkVv@z Kj% 3 -slipknot 'slIpn0t K6% 2 -slipknots 'slIpn0ts Kj% 2 -slipon 'slIp0n K6% 2 -slipons 'slIp0nz Kj$ 2 -slipover 'slIp@Uv@R K6% 3 -slipovers 'slIp@Uv@z Kj% 3 -slipped slIpt Jc%,Jd% 12A,2C,6A,15A,15B -slipper 'slIp@R K6% 2 -slippered 'slIp@d OA% 2 -slipperier 'slIp@rI@R Or% 4 -slipperiest 'slIp@rIIst Os% 4 -slipperiness 'slIp@rIn@s L@% 4 -slippers 'slIp@z Kj% 2 -slippery 'slIp@rI OD% 3 -slipping 'slIpIN Jb% 22A,2C,6A,15A,15B -slippy 'slIpI OA% 2 -slips slIps Ja%,Mj% 12A,2C,6A,15A,15B -slipshod 'slIpS0d OA% 2 -slipstream 'slIpstrim K6% 2 -slipstreams 'slIpstrimz Kj$ 2 -slipway 'slIpweI K6% 2 -slipways 'slIpweIz Kj% 2 -slit slIt H5%,Hc%,Hd%,K6% 12A,2C,6A,15A,22 -slither 'slID@R I0% 22A,2C -slithered 'slID@d Ic%,Id% 22A,2C -slithering 'slID@rIN Ib% 32A,2C -slithers 'slID@z Ia% 22A,2C -slithery 'slID@rI OA% 3 -slits slIts Ha%,Kj% 12A,2C,6A,15A,22 -slitting 'slItIN Hb% 22A,2C,6A,15A,22 -sliver 'slIv@R J0$,K6% 22A,6A -slivered 'slIv@d Jc$,Jd$ 22A,6A -slivering 'slIv@rIN Jb$ 32A,6A -slivers 'slIv@z Ja$,Kj% 22A,6A -slob sl0b K6% 1 -slobber 'sl0b@R J0%,L@$ 22A,3A,6A -slobbered 'sl0b@d Jc%,Jd% 22A,3A,6A -slobbering 'sl0b@rIN Jb% 32A,3A,6A -slobbers 'sl0b@z Ja% 22A,3A,6A -slobs sl0bz Kj% 1 -sloe sl@U K6$ 1 -sloe-gin 'sl@U-dZIn L@$ 2 -sloes sl@Uz Kj$ 1 -slog sl0g J4% 12C,3A,6A -slogan 'sl@Ug@n K6% 2 -slogans 'sl@Ug@nz Kj% 2 -slogged sl0gd Jc%,Jd% 12C,3A,6A -slogger 'sl0g@R K6% 2 -sloggers 'sl0g@z Kj% 2 -slogging 'sl0gIN Jb% 22C,3A,6A -slogs sl0gz Ja% 12C,3A,6A -sloop slup K6% 1 -sloops slups Kj% 1 -slop sl0p J4%,K6% 12A,2C,6A,15A -slop-basin 'sl0p-beIsn K6% 3 -slop-basins 'sl0p-beIsnz Kj% 3 -slop-pail 'sl0p-peIl K6% 2 -slop-pails 'sl0p-peIlz Kj% 2 -slop-shop 'sl0p-S0p K6$ 2 -slop-shops 'sl0p-S0ps Kj$ 2 -slope sl@Up J2%,M6% 12A,2C,6A -sloped sl@Upt Jc%,Jd% 12A,2C,6A -slopes sl@Ups Ja%,Mj% 12A,2C,6A -sloping 'sl@UpIN Jb% 22A,2C,6A -slopingly 'sl@UpINlI Pu$ 3 -slopped sl0pt Jc%,Jd% 12A,2C,6A,15A -sloppier 'sl0pI@R Or% 3 -sloppiest 'sl0pIIst Os% 3 -sloppily 'sl0pIlI Pu% 3 -sloppiness 'sl0pIn@s L@% 3 -slopping 'sl0pIN Jb% 22A,2C,6A,15A -sloppy 'sl0pI OD% 2 -slops sl0ps Ja%,Kj% 12A,2C,6A,15A -slosh sl0S J1% 13A,6A,15A,15B -sloshed sl0St Jc%,Jd%,OA% 13A,6A,15A,15B -sloshes 'sl0SIz Ja% 23A,6A,15A,15B -sloshing 'sl0SIN Jb% 23A,6A,15A,15B -slot sl0t H4%,K6% 16A,15A -slot-machine 'sl0t-m@Sin K6% 3 -slot-machines 'sl0t-m@Sinz Kj% 3 -sloth sl@UT M6% 1 -slothful 'sl@UTf@l OA% 2 -sloths sl@UTs Mj$ 1 -slots sl0ts Ha%,Kj% 16A,15A -slotted 'sl0tId Hc%,Hd% 26A,15A -slotting 'sl0tIN Hb% 26A,15A -slouch slaUtS I1%,K7% 12A,2C -slouch-hat slaUtS-'h&t K6$ 2 -slouch-hats slaUtS-'h&ts Kj$ 2 -slouched slaUtSt Ic%,Id% 12A,2C -slouches 'slaUtSIz Ia%,Kj% 22A,2C -slouching 'slaUtSIN Ib% 22A,2C -slouchingly 'slaUtSINlI Pu$ 3 -slough slVf J0$,K6$ 12A,6A,15B -slough slaU K6$ 1 -sloughed slVft Jc$,Jd$ 12A,6A,15B -sloughing 'slVfIN Jb$ 22A,6A,15B -sloughs slVfs Ja$,Kj$ 12A,6A,15B -sloughs slaUz Kj$ 1 -sloven 'slVvn K6$ 2 -slovenlier 'slVv@nlI@R Or% 4 -slovenliest 'slVv@nlIIst Os% 4 -slovenliness 'slVvnlIn@s L@% 4 -slovenly 'slVv@nlI OD% 3 -slovens 'slVvnz Kj$ 2 -slow sl@U J0%,OC%,Pu% 12C,15B -slow-worm 'sl@U-w3m K6% 2 -slow-worms 'sl@U-w3mz Kj% 2 -slowcoach 'sl@Uk@UtS K7% 2 -slowcoaches 'sl@Uk@UtSIz Kj% 3 -slowdown 'sl@UdaUn K6% 2 -slowdowns 'sl@UdaUnz Kj$ 2 -slowed sl@Ud Jc%,Jd% 12C,15B -slower 'sl@U@R Or%,Pu% 2 -slowest 'sl@UIst Os%,Pu% 2 -slowing 'sl@UIN Jb% 22C,15B -slowly 'sl@UlI Pu% 2 -slowness 'sl@Un@s L@% 2 -slows sl@Uz Ja% 12C,15B -sludge slVdZ L@% 1 -slug slVg J4%,K6% 1 -sluggard 'slVg@d K6% 2 -sluggards 'slVg@dz Kj% 2 -slugged slVgd Jc%,Jd% 1 -slugging 'slVgIN Jb% 2 -sluggish 'slVgIS OA% 2 -sluggishly 'slVgISlI Pu% 3 -sluggishness 'slVgISn@s L@% 3 -slugs slVgz Ja%,Kj% 1 -sluice slus J2%,K6% 13A,6A,15B -sluice-valve 'slus-v&lv K6% 2 -sluice-valves 'slus-v&lvz Kj% 2 -sluiced slust Jc%,Jd% 13A,6A,15B -sluicegate 'slusgeIt K6% 2 -sluicegates 'slusgeIts Kj% 2 -sluices 'slusIz Ja%,Kj% 23A,6A,15B -sluicing 'slusIN Jb% 23A,6A,15B -slum slVm I4%,K6% 1 -slumber 'slVmb@R J0%,K6% 22A,15B -slumbered 'slVmb@d Jc%,Jd% 22A,15B -slumberer 'slVmb@r@R K6% 3 -slumberers 'slVmb@r@z Kj% 3 -slumbering 'slVmb@rIN Jb% 32A,15B -slumberous 'slVmb@r@s OA$ 3 -slumbers 'slVmb@z Ja%,Kj% 22A,15B -slummed slVmd Ic%,Id% 1 -slummier 'slVmI@R Or% 3 -slummiest 'slVmIIst Os% 3 -slumming 'slVmIN Ib% 2 -slummy 'slVmI OD% 2 -slump slVmp I0%,K6% 12A,2C -slumped slVmpt Ic%,Id% 12A,2C -slumping 'slVmpIN Ib% 22A,2C -slumps slVmps Ia%,Kj% 12A,2C -slums slVmz Ia%,Kj% 1 -slung slVN Jc%,Jd% 16A,15A,15B -slunk slVNk Ic%,Id% 12C -slur sl3R J4%,M6% 13A,6A -slurred sl3d Jc%,Jd% 13A,6A -slurring 'sl3rIN Jb% 23A,6A -slurry 'slVrI L@$ 2 -slurs sl3z Ja%,Mj% 13A,6A -slush slVS L@% 1 -slushier 'slVSI@R Or% 3 -slushiest 'slVSIIst Os% 3 -slushy 'slVSI OD% 2 -slut slVt K6% 1 -sluts slVts Kj% 1 -sluttish 'slVtIS OA% 2 -sly slaI OC% 1 -slyer 'slaI@R Or% 2 -slyest 'slaIIst Os% 2 -slyly 'slaIlI Pu% 2 -slyness 'slaIn@s L@% 2 -smack sm&k J0%,K6%,Pu% 13A,6A -smacked sm&kt Jc%,Jd% 13A,6A -smacker 'sm&k@R K6% 2 -smackers 'sm&k@z Kj% 2 -smacking 'sm&kIN Jb%,M6% 23A,6A -smackings 'sm&kINz Mj% 2 -smacks sm&ks Ja%,Kj% 13A,6A -small smOl K6%,OC*,Pu* 1 -small-arms 'smOl-Amz Kj% 2 -small-minded smOl-'maIndId OA% 3 -smaller 'smOl@R Or% 2 -smallest 'smOlIst Os% 2 -smallholder 'smOlh@Uld@R K6% 3 -smallholders 'smOlh@Uld@z Kj% 3 -smallholding 'smOlh@UldIN K6% 3 -smallholdings 'smOlh@UldINz Kj% 3 -smallness 'smOln@s L@% 2 -smallpox 'smOlp0ks L@% 2 -smalls smOlz Kj% 1 -smalltime 'smOltaIm OA% 2 -smarmy 'smAmI OA% 2 -smart smAt I0%,L@%,OC% 12A,2C,3A -smarted 'smAtId Hd%,Ic% 22A,2C,3A -smarten 'smAtn J0% 22C,6A,15B -smartened 'smAtnd Jc%,Jd% 22C,6A,15B -smartening 'smAtnIN Jb% 22C,6A,15B -smartens 'smAtnz Ja% 22C,6A,15B -smarter 'smAt@R Or% 2 -smartest 'smAtIst Os% 2 -smarting 'smAtIN Ib% 22A,2C,3A -smartly 'smAtlI Pu% 2 -smartness 'smAtn@s L@% 2 -smarts smAts Ia% 12A,2C,3A -smash sm&S J1%,K7%,Pu% 12A,2C,6A,15A,15B,22 -smash-up 'sm&S-Vp K6% 2 -smash-ups 'sm&S-Vps Kj$ 2 -smashed sm&St Jc%,Jd% 12A,2C,6A,15A,15B,22 -smasher 'sm&S@R K6% 2 -smashers 'sm&S@z Kj% 2 -smashes 'sm&SIz Ja%,Kj% 22A,2C,6A,15A,15B,22 -smashing 'sm&SIN Jb%,OA% 22A,2C,6A,15A,15B,22 -smattering 'sm&t@rIN K6% 3 -smatterings 'sm&t@rINz Kj$ 3 -smear smI@R J0%,K6% 12A,6A,14 -smear-word 'smI@-w3d K6$ 2 -smear-words 'smI@-w3dz Kj$ 2 -smeared smI@d Jc%,Jd% 12A,6A,14 -smearing 'smI@rIN Jb% 22A,6A,14 -smears smI@z Ja%,Kj% 12A,6A,14 -smell smel J0%,M6% 12A,2C,2D,3A,6A,15B,19A -smelled smeld Jc%,Jd% 12A,2C,2D,3A,6A,15B,19A -smellier 'smelI@R Or% 3 -smelliest 'smelIIst Os% 3 -smelling 'smelIN Jb% 22A,2C,2D,3A,6A,15B,19A -smelling-bottle 'smelIN-b0tl K6$ 4 -smelling-bottles 'smelIN-b0tlz Kj$ 4 -smelling-salts 'smelIN-s0lts Kj% 3 -smells smelz Ja%,Mj% 12A,2C,2D,3A,6A,15B,19A -smelly 'smelI OD% 2 -smelt smelt H0$,Jc$,Jd$,K6$ 12A,2C,2D,3A,6A,15B,19A -smelted 'smeltId Hc$,Hd$ 22A,2C,2D,3A,6A,15B,19A -smelting 'smeltIN Hb$ 22A,2C,2D,3A,6A,15B,19A -smelts smelts Ha$,Kj$ 12A,2C,2D,3A,6A,15B,19A -smilax 'smaIl&ks L@$ 2 -smile smaIl J2%,K6% 12A,2B,3A,4B,6B -smiled smaIld Jc%,Jd% 12A,2B,3A,4B,6B -smiles smaIlz Ja%,Kj% 12A,2B,3A,4B,6B -smiling 'smaIlIN Jb% 22A,2B,3A,4B,6B -smilingly 'smaIlINlI Pu% 3 -smirch sm3tS H1$,K7$ 16A -smirched sm3tSt Hc$,Hd$ 16A -smirches 'sm3tSIz Ha$,Kj$ 26A -smirching 'sm3tSIN Hb$ 26A -smirk sm3k I0%,K6% 12A -smirked sm3kt Ic%,Id% 12A -smirking 'sm3kIN Ib% 22A -smirks sm3ks Ia%,Kj% 12A -smite smaIt J5$ 12A,2C,6A -smites smaIts Ja$ 12A,2C,6A -smith smIT K6% 1 -smithereens ,smID@'rinz Kj% 3 -smithies 'smIDIz Kj% 2 -smiths smITs Kj% 1 -smithy 'smIDI K8% 2 -smiting 'smaItIN Jb$ 22A,2C,6A -smitten smItn Jd% 22A,2C,6A -smock sm0k K6% 1 -smocking 'sm0kIN L@% 2 -smocks sm0ks Kj% 1 -smog sm0g M6% 1 -smogs sm0gz Mj$ 1 -smoke sm@Uk J2%,M6% 12A,2C,6A,15B,22 -smoke-bomb 'sm@Uk-b0m K6% 2 -smoke-bombs 'sm@Uk-b0mz Kj% 2 -smoke-cured 'sm@Uk-kju@d OA% 2 -smoke-dried 'sm@Uk-draId OA% 2 -smoke-screen 'sm@Uk-skrin K6% 2 -smoke-screens 'sm@Uk-skrinz Kj% 2 -smoked sm@Ukt Jc%,Jd% 12A,2C,6A,15B,22 -smokeless 'sm@Ukl@s OA% 2 -smoker 'sm@Uk@R K6% 2 -smokers 'sm@Uk@z Kj% 2 -smokes sm@Uks Ja%,Mj% 12A,2C,6A,15B,22 -smokestack 'sm@Ukst&k K6% 2 -smokestacks 'sm@Ukst&ks Kj% 2 -smokier 'sm@UkI@R Or% 3 -smokiest 'sm@UkIIst Os% 3 -smoking 'sm@UkIN Jb%,L@% 22A,2C,6A,15B,22 -smoking-car 'sm@UkIN-kAR K6% 3 -smoking-carriage 'sm@UkIN-k&rIdZ K6% 4 -smoking-carriages 'sm@UkIN-k&rIdZIz Kj% 5 -smoking-cars 'sm@UkIN-kAz Kj% 3 -smoking-compartment 'sm@UkIN-k@m,pAtm@nt K6% 5 -smoking-compartments 'sm@UkIN-k@m,pAtm@nts Kj% 5 -smoking-mixture 'sm@UkIN-mIkstS@R L@% 4 -smoking-room 'sm@UkIN-rum K6% 3 -smoking-rooms 'sm@UkIN-rumz Kj% 3 -smoky 'sm@UkI OD% 2 -smooth smuD J0%,Ki%,OC% 12C,6A,15B -smooth-bore 'smuD-bOR OA% 2 -smooth-faced 'smuD-feIst OA% 2 -smooth-spoken smuD-'sp@Uk@n OA% 3 -smooth-tongued 'smuD-tVNd OA% 2 -smoothed smuDd Jc%,Jd% 12C,6A,15B -smoother 'smuD@R Or% 2 -smoothest 'smuDIst Os% 2 -smoothing 'smuDIN Jb% 22C,6A,15B -smoothing-iron 'smuDIN-aI@n K6% 4 -smoothing-irons 'smuDIN-aI@nz Kj% 4 -smoothing-plane 'smuDIN-pleIn K6$ 3 -smoothing-planes 'smuDIN-pleInz Kj$ 3 -smoothly 'smuDlI Pu% 2 -smoothness 'smuDn@s L@% 2 -smooths smuDz Ja% 12C,6A,15B -smorgasbord 'smOg@sbOd L@$ 3 -smote sm@Ut Jc$ 12A,2C,6A -smother 'smVD@R H0%,Ki% 26A,14,15B -smothered 'smVD@d Hc%,Hd% 26A,14,15B -smothering 'smVD@rIN Hb% 36A,14,15B -smothers 'smVD@z Ha% 26A,14,15B -smoulder 'sm@Uld@R I0%,L@% 22A,2C -smouldered 'sm@Uld@d Ic%,Id% 22A,2C -smouldering 'sm@Uld@rIN Ib% 32A,2C -smoulders 'sm@Uld@z Ia% 22A,2C -smudge smVdZ J2%,K6% 12A,6A -smudged smVdZd Jc%,Jd% 12A,6A -smudges 'smVdZIz Ja%,Kj% 22A,6A -smudging 'smVdZIN Jb% 22A,6A -smudgy 'smVdZI OA% 2 -smug smVg OE% 1 -smugger 'smVg@R Or% 2 -smuggest 'smVgIst Os% 2 -smuggle 'smVgl H2% 26A,14,15A,15B -smuggled 'smVgld Hc%,Hd% 26A,14,15A,15B -smuggler 'smVgl@R K6% 2 -smugglers 'smVgl@z Kj% 2 -smuggles 'smVglz Ha% 26A,14,15A,15B -smuggling 'smVglIN Hb% 26A,14,15A,15B -smugly 'smVglI Pu% 2 -smugness 'smVgn@s L@% 2 -smut smVt H4$,M6% 16A -smuts smVts Ha$,Mj$ 16A -smutted 'smVtId Hc$,Hd$ 26A -smuttier 'smVtI@R Or% 3 -smuttiest 'smVtIIst Os% 3 -smuttily 'smVtIlI Pu% 3 -smuttiness 'smVtIn@s L@% 3 -smutting 'smVtIN Hb$ 26A -smutty 'smVtI OD% 2 -snack sn&k K6% 1 -snack-bar 'sn&k-bAR K6% 2 -snack-bars 'sn&k-bAz Kj% 2 -snack-counter 'sn&k-kaUnt@R K6% 3 -snack-counters 'sn&k-kaUnt@z Kj% 3 -snacks sn&ks Kj% 1 -snaffle 'sn&fl H2%,K6$ 26A -snaffle-bit 'sn&fl-bIt K6$ 3 -snaffle-bits 'sn&fl-bIts Kj$ 3 -snaffled 'sn&fld Hc%,Hd% 26A -snaffles 'sn&flz Ha%,Kj$ 26A -snaffling 'sn&flIN Hb% 26A -snag sn&g H4$,K6% 1 -snagged sn&gd Hc$,Hd$ 1 -snagging 'sn&gIN Hb$ 2 -snags sn&gz Ha$,Kj% 1 -snail sneIl K6% 1 -snails sneIlz Kj% 1 -snake sneIk I2%,K6% 12C -snake-charmer 'sneIk-tSAm@R K6% 3 -snake-charmers 'sneIk-tSAm@z Kj% 3 -snaked sneIkt Ic%,Id% 12C -snakes sneIks Ia%,Kj% 12C -snakier 'sneIkI@R Or$ 3 -snakiest 'sneIkIIst Os$ 3 -snaking 'sneIkIN Ib% 22C -snaky 'sneIkI OD% 2 -snap sn&p J4%,M6% 12A,2C,3A,6A,14,15A,15B,22 -snap-fastener 'sn&p-fAsn@R K6% 3 -snap-fasteners 'sn&p-fAsn@z Kj% 3 -snapdragon 'sn&pdr&g@n K6% 3 -snapdragons 'sn&pdr&g@nz Kj% 3 -snapped sn&pt Jc%,Jd% 12A,2C,3A,6A,14,15A,15B,22 -snappier 'sn&pI@R Or% 3 -snappiest 'sn&pIIst Os% 3 -snapping 'sn&pIN Jb% 22A,2C,3A,6A,14,15A,15B,22 -snappish 'sn&pIS OA$ 2 -snappishly 'sn&pISlI Pu$ 3 -snappishness 'sn&pISn@s L@% 3 -snappy 'sn&pI OD% 2 -snaps sn&ps Ja%,Mj% 12A,2C,3A,6A,14,15A,15B,22 -snapshot 'sn&pS0t K6% 2 -snapshots 'sn&pS0ts Kj% 2 -snare sne@R H2%,K6% 16A -snare-drum 'sne@-drVm K6% 2 -snare-drums 'sne@-drVmz Kj% 2 -snared sne@d Hc%,Hd% 16A -snares sne@z Ha%,Kj% 16A -snaring 'sne@rIN Hb% 26A -snarl snAl J0%,K6% 12A,2C,3A,6A,15B -snarl-up 'snAl-Vp K6% 2 -snarl-ups 'snAl-Vps Kj% 2 -snarled snAld Jc%,Jd% 12A,2C,3A,6A,15B -snarling 'snAlIN Jb% 22A,2C,3A,6A,15B -snarls snAlz Ja%,Kj% 12A,2C,3A,6A,15B -snatch sn&tS J1%,K7% 12A,6A,15A,15B -snatched sn&tSt Jc%,Jd% 12A,6A,15A,15B -snatcher 'sn&tS@R K6% 2 -snatchers 'sn&tS@z Kj% 2 -snatches 'sn&tSIz Ja%,Kj% 22A,6A,15A,15B -snatching 'sn&tSIN Jb% 22A,6A,15A,15B -snazzy 'sn&zI OA% 2 -sneak snik J0%,K6% 12A,3A,6A -sneak-thief 'snik-Tif Ki% 2 -sneak-thieves 'snik-Tivz Kj% 2 -sneaked snikt Jc%,Jd% 12A,3A,6A -sneakers 'snik@z Kj% 2 -sneakier 'snikI@R Or% 3 -sneakiest 'snikIIst Os% 3 -sneaking 'snikIN Jb%,OA% 22A,3A,6A -sneakingly 'snikINlI Pu$ 3 -sneaks sniks Ja%,Kj% 12A,3A,6A -sneaky 'snikI OD% 2 -sneer snI@R I0%,K6% 12A,3A -sneered snI@d Ic%,Id% 12A,3A -sneering 'snI@rIN Ib% 22A,3A -sneeringly 'snI@rINlI Pu% 3 -sneers snI@z Ia%,Kj% 12A,3A -sneeze sniz I2%,K6% 12A -sneezed snizd Ic%,Id% 12A -sneezes 'snizIz Ia%,Kj% 22A -sneezing 'snizIN Ib% 22A -snick snIk J0$,K6$ 1 -snicked snIkt Jc$,Jd$ 1 -snicker 'snIk@R I0$,K6$ 2 -snickered 'snIk@d Ic$,Id$ 2 -snickering 'snIk@rIN Ib$ 3 -snickers 'snIk@z Ia$,Kj$ 2 -snicking 'snIkIN Jb$ 2 -snicks snIks Ja$,Kj$ 1 -snide snaId OA% 1 -sniff snIf J0%,K6% 12A,3A,6A,15B -sniffed snIft Jc%,Jd% 12A,3A,6A,15B -sniffier 'snIfI@R Or$ 3 -sniffiest 'snIfIIst Os$ 3 -sniffing 'snIfIN Jb% 22A,3A,6A,15B -sniffle 'snIfl I2% 2 -sniffled 'snIfld Ic%,Id% 2 -sniffles 'snIflz Ia% 2 -sniffling 'snIflIN Ib% 2 -sniffs snIfs Ja%,Kj% 12A,3A,6A,15B -sniffy 'snIfI OD% 2 -snifter 'snIft@R K6% 2 -snifters 'snIft@z Kj% 2 -snigger 'snIg@R I0%,K6% 22A,2C -sniggered 'snIg@d Ic%,Id% 22A,2C -sniggering 'snIg@rIN Ib% 32A,2C -sniggers 'snIg@z Ia%,Kj% 22A,2C -snip snIp J4%,K6% 13A,6A,15B -snipe snaIp J2%,K9% 12A,3A,6A -sniped snaIpt Jc%,Jd% 12A,3A,6A -sniper 'snaIp@R K6% 2 -snipers 'snaIp@z Kj% 2 -snipes snaIps Ja% 12A,3A,6A -sniping 'snaIpIN Jb% 22A,3A,6A -snipped snIpt Jc%,Jd% 13A,6A,15B -snippet 'snIpIt K6% 2 -snippets 'snIpIts Kj% 2 -snipping 'snIpIN Jb%,K6% 23A,6A,15B -snippings 'snIpINz Kj% 2 -snips snIps Ja%,Kj% 13A,6A,15B -snitch snItS J1$ 12A,3A,6A -snitched snItSt Jc$,Jd$ 12A,3A,6A -snitches 'snItSIz Ja$ 22A,3A,6A -snitching 'snItSIN Jb$ 22A,3A,6A -snivel 'snIvl I4% 22A -snivelled 'snIvld Ic%,Id% 22A -sniveller 'snIvl@R K6% 3 -snivellers 'snIvl@z Kj% 3 -snivelling 'snIv@lIN Ib% 32A -snivels 'snIvlz Ia% 22A -snob sn0b K6% 1 -snobbery 'sn0b@rI L@% 3 -snobbish 'sn0bIS OA% 2 -snobbishly 'sn0bISlI Pu% 3 -snobbishness 'sn0bISn@s L@% 3 -snobs sn0bz Kj% 1 -snog sn0g I4% 12A -snogged sn0gd Ic% 12A -snogging 'sn0gIN Ib%,L@% 22A -snogs sn0gz Ia$ 12A -snood snud K6$ 1 -snoods snudz Kj$ 1 -snook snuk K6% 1 -snooker 'snuk@R M6% 2 -snookers 'snuk@z Mj% 2 -snooks snuks Kj$ 1 -snoop snup I0% 12A,2C,3A -snooped snupt Ic%,Id% 12A,2C,3A -snooper 'snup@R K6% 2 -snoopers 'snup@z Kj% 2 -snooping 'snupIN Ib% 22A,2C,3A -snoops snups Ia% 12A,2C,3A -snootier 'snutI@R Or% 3 -snootiest 'snutIIst Os% 3 -snootily 'snutIlI Pu% 3 -snooty 'snutI OD% 2 -snooze snuz I2%,K6% 12A -snoozed snuzd Ic%,Id% 12A -snoozes 'snuzIz Ia%,Kj% 22A -snoozing 'snuzIN Ib% 22A -snore snOR I2%,K6% 12A,2C -snored snOd Ic%,Id% 12A,2C -snorer 'snOr@R K6% 2 -snorers 'snOr@z Kj% 2 -snores snOz Ia%,Kj% 12A,2C -snoring 'snOrIN Ib% 22A,2C -snorkel 'snOkl K6% 2 -snorkels 'snOklz Kj% 2 -snort snOt J0%,K6% 12A,2C,6A,15B -snorted 'snOtId Jc%,Jd% 22A,2C,6A,15B -snorter 'snOt@R K6$ 2 -snorters 'snOt@z Kj$ 2 -snortier 'snOtI@R Or$ 3 -snortiest 'snOtIIst Os$ 3 -snorting 'snOtIN Jb% 22A,2C,6A,15B -snorts snOts Ja%,Kj% 12A,2C,6A,15B -snorty 'snOtI OD$ 2 -snot sn0t L@% 1 -snot-nosed 'sn0t-n@Uzd OA% 2 -snottier 'sn0tI@R Or$ 3 -snottiest 'sn0tIIst Os$ 3 -snotty 'sn0tI OD% 2 -snout snaUt K6% 1 -snouts snaUts Kj% 1 -snow sn@U J0%,M6% 12A,2B,2C -snow-clad 'sn@U-kl&d OA% 2 -snow-covered 'sn@U-kVv@d OA% 3 -snow-line 'sn@U-laIn K6% 2 -snow-lines 'sn@U-laInz Kj% 2 -snow-white 'sn@U-waIt OA% 2 -snowball 'sn@UbAl J0%,K6% 2 -snowballed 'sn@UbAld Jc%,Jd% 2 -snowballing 'sn@UbAlIN Jb% 3 -snowballs 'sn@UbAlz Ja%,Kj% 2 -snowberries 'sn@UberIz Kj$ 3 -snowberry 'sn@UberI K8$ 3 -snowblind 'sn@UblaInd OA% 2 -snowblindness 'sn@UblaIn+n@s L@% 3 -snowbound 'sn@UbaUnd OA% 2 -snowcapped 'sn@Uk&pt OA% 2 -snowdrift 'sn@UdrIft K6% 2 -snowdrifts 'sn@UdrIfts Kj% 2 -snowdrop 'sn@Udr0p K6% 2 -snowdrops 'sn@Udr0ps Kj% 2 -snowed sn@Ud Jc%,Jd% 12A,2B,2C -snowfall 'sn@UfOl K6% 2 -snowfalls 'sn@UfOlz Kj% 2 -snowfield 'sn@Ufild K6% 2 -snowfields 'sn@Ufildz Kj% 2 -snowflake 'sn@UfleIk K6% 2 -snowflakes 'sn@UfleIks Kj% 2 -snowier 'sn@UI@R Or$ 3 -snowiest 'sn@UIIst Os$ 3 -snowing 'sn@UIN Jb% 22A,2B,2C -snowman 'sn@Um&n Ki% 2 -snowmen 'sn@Umen Kj% 2 -snowplough 'sn@UplaU K6% 2 -snowploughs 'sn@UplaUz Kj% 2 -snows sn@Uz Ja%,Mj% 12A,2B,2C -snowshoes 'sn@USuz Kj% 2 -snowstorm 'sn@UstOm K6% 2 -snowstorms 'sn@UstOmz Kj% 2 -snowy 'sn@UI OD% 2 -snub snVb H4%,K6%,OA% 16A -snub-nosed snVb-'n@Uzd OA% 2 -snubbed snVbd Hc%,Hd% 16A -snubbing 'snVbIN Hb% 26A -snubs snVbz Ha%,Kj% 16A -snuff snVf J0%,M6% 12C,6A,15B -snuff-colour 'snVf-kVl@R L@$,OA$ 3 -snuff-coloured 'snVf-kVl@d OA$ 3 -snuffbox 'snVfb0ks K7% 2 -snuffboxes 'snVfb0ksIz Kj% 3 -snuffed snVft Jc%,Jd% 12C,6A,15B -snuffers 'snVf@z Kj$ 2 -snuffing 'snVfIN Jb% 22C,6A,15B -snuffle 'snVfl I2%,K6% 22A -snuffled 'snVfld Ic%,Id% 22A -snuffles 'snVflz Ia%,Kj% 22A -snuffling 'snVflIN Ib% 22A -snuffs snVfs Ja%,Mj$ 12C,6A,15B -snug snVg K6%,OE% 1 -snugger 'snVg@R Or% 2 -snuggeries 'snVg@rIz Kj$ 3 -snuggery 'snVg@rI K8$ 3 -snuggest 'snVgIst Os% 2 -snuggle 'snVgl J2% 22C,14 -snuggled 'snVgld Jc%,Jd% 22C,14 -snuggles 'snVglz Ja% 22C,14 -snuggling 'snVglIN Jb% 22C,14 -snugly 'snVglI Pu% 2 -snugness 'snVgn@s L@$ 2 -snugs snVgz Kj$ 1 -so s@U Ki%,Pu*,V-* 1 -so-and-so 's@U-@n-s@U K6% 3 -so-and-sos 's@U-@n-s@Uz Kj% 3 -so-called s@U-'kOld OA% 2 -so-so ,s@U-'s@U Op%,Pu% 2 -soak s@Uk J0%,K6% 12A,3A,6A,14,15A,15B -soaked s@Ukt Jc%,Jd% 12A,3A,6A,14,15A,15B -soaker 's@Uk@R K6$ 2 -soakers 's@Uk@z Kj$ 2 -soaking 's@UkIN Jb% 22A,3A,6A,14,15A,15B -soaks s@Uks Ja%,Kj% 12A,3A,6A,14,15A,15B -soap s@Up H0%,M6% 16A,15B -soap-bubble 's@Up-bVbl K6% 3 -soap-bubbles 's@Up-bVblz Kj% 3 -soap-opera 's@Up-0pr@ M6% 3 -soap-operas 's@Up-0pr@z Mj% 3 -soapbox 's@Upb0ks K7% 2 -soapboxes 's@Upb0ksIz Kj% 3 -soaped s@Upt Hc%,Hd% 16A,15B -soapier 's@UpI@R Or$ 3 -soapiest 's@UpIIst Os$ 3 -soaping 's@UpIN Hb% 26A,15B -soaps s@Ups Ha%,Mj% 16A,15B -soapsuds 's@UpsVdz Kj% 2 -soapy 's@UpI OD% 2 -soar sOR I0% 12A,2C -soared sOd Ic%,Id% 12A,2C -soaring 'sOrIN Ib% 22A,2C -soars sOz Ia% 12A,2C -sob s0b J4%,K6% 12A,2C,15A,15B -sob-stuff 's0b-stVf L@% 2 -sobbed s0bd Jc%,Jd% 12A,2C,15A,15B -sobbing 's0bIN Jb% 22A,2C,15A,15B -sobbingly 's0bINlI Pu% 3 -sober 's@Ub@R J0%,OA% 22C,6A,15B -sober-sides 's@Ub@-saIdz Ki% 3 -sobered 's@Ub@d Jc%,Jd% 22C,6A,15B -sobering 's@Ub@rIN Jb% 32C,6A,15B -soberly 's@Ub@lI Pu% 3 -sobers 's@Ub@z Ja% 22C,6A,15B -sobriety s@'braI@tI L@% 4 -sobriquet 's@UbrIkeI K6$ 3 -sobriquets 's@UbrIkeIz Kj$ 3 -sobs s0bz Ja%,Kj% 12A,2C,15A,15B -soccer 's0k@R L@% 2 -sociability ,s@US@'bIlItI L@% 5 -sociable 's@US@bl OA% 3 -sociably 's@US@blI Pu% 3 -social 's@USl K6%,OA% 2 -social-work 's@USl-w3k L@% 3 -socialism 's@US@lIz@m L@% 4 -socialist 's@US@lIst K6%,OA% 3 -socialists 's@US@lIsts Kj% 3 -socialite 's@US@laIt K6% 3 -socialites 's@US@laIts Kj% 3 -socialization ,s@US@laI'zeISn M6% 5 -socializations ,s@US@laI'zeISnz Mj$ 5 -socialize 's@US@laIz H2% 36A -socialized 's@US@laIzd Hc%,Hd% 36A -socializes 's@US@laIzIz Ha% 46A -socializing 's@US@laIzIN Hb% 46A -socially 's@US@lI Pu% 3 -socials 's@USlz Kj% 2 -societies s@'saI@tIz Mj% 4 -society s@'saI@tI M8% 4 -socio- ,s@UsI@U- U-% 3 -sociological ,s@UsI@'l0dZIkl OA% 6 -sociologically ,s@UsI@'l0dZIklI Pu% 6 -sociologist ,s@USI'0l@dZIst K6% 5 -sociologists ,s@USI'0l@dZIsts Kj% 5 -sociology ,s@UsI'0l@dZI L@% 5 -sock s0k H0%,K6%,Pu% 16A,15A -socked s0kt Hc%,Hd% 16A,15A -socket 's0kIt K6% 2 -sockets 's0kIts Kj% 2 -socking 's0kIN Hb% 26A,15A -socks s0ks Ha%,Kj% 16A,15A -sod s0d I4$,M6% 1 -soda 's@Ud@ L@% 2 -soda-biscuit 's@Ud@-bIskIt K6$ 4 -soda-biscuits 's@Ud@-bIskIts Kj$ 4 -soda-cracker 's@Ud@-kr&k@R K6$ 4 -soda-crackers 's@Ud@-kr&k@z Kj$ 4 -soda-fountain 's@Ud@-faUntIn K6% 4 -soda-fountains 's@Ud@-faUntInz Kj% 4 -soda-water 's@Ud@-wOt@R M6% 4 -soda-waters 's@Ud@-wOt@z Mj$ 4 -sodded 's0dId Ic$,Id$ 2 -sodden 's0dn OA% 2 -sodding 's0dIN Ib$,Oq% 2 -sodium 's@UdI@m L@% 3 -sodomite 's0d@maIt K6$ 3 -sodomites 's0d@maIts Kj$ 3 -sodomy 's0d@mI L@% 3 -sods s0dz Ia$,Mj% 1 -sofa 's@Uf@ K6% 2 -sofas 's@Uf@z Kj% 2 -soft s0ft OC% 1 -soft-boiled 's0ft-boIld OA% 2 -soft-footed s0ft-'fUtId OA% 3 -soft-headed s0ft-'hedId OA% 3 -soft-hearted s0ft-'hAtId OA% 3 -soft-pedal s0ft-'ped@l J4% 3 -soft-pedalled s0ft-'ped@ld Jc%,Jd% 3 -soft-pedalling s0ft-'ped@lIN Jb% 4 -soft-pedals s0ft-'ped@lz Ja% 3 -soft-soap s0ft-'s@Up H0% 2 -soft-soaped s0ft-'s@Upt Hc%,Hd% 2 -soft-soaping s0ft-'s@UpIN Hb% 3 -soft-soaps s0ft-'s@Ups Ha% 2 -soft-solder s0ft-'s@Uld@R H0$,L@$ 3 -soft-soldered s0ft-'s@Uld@d Hc$,Hd$ 3 -soft-soldering s0ft-'s@Uld@rIN Hb$ 4 -soft-solders s0ft-'s@Uld@z Ha$ 3 -soft-spoken s0ft-'sp@Uk@n OA% 3 -soft-witted s0ft-'wItId OA$ 3 -soften 's0fn J0% 22A,6A -softened 's0fnd Jc%,Jd% 22A,6A -softener 's0fn@R K6% 2 -softeners 's0fn@z Kj% 2 -softening 's0fnIN Jb% 22A,6A -softens 's0fnz Ja% 22A,6A -softer 's0ft@R Or% 2 -softest 's0ftIst Os% 2 -softie 's0ftI K6% 2 -softies 's0ftIz Kj% 2 -softish 's0ftIS OA% 2 -softland s0ft'l&nd I0$ 2 -softlanded s0ft'l&ndId Ic$,Id$ 3 -softlanding s0ft'l&ndIN Ib$ 3 -softlands s0ft'l&ndz Ia$ 2 -softly 's0ftlI Pu% 2 -softness 's0ftn@s L@% 2 -software 's0ftwe@R L@% 2 -softwood 's0ftwUd M6% 2 -softwoods 's0ftwUdz Mj% 2 -softy 's0ftI K8% 2 -soggier 's0gI@R Or% 3 -soggiest 's0gIIst Os% 3 -sogginess 's0gIn@s L@% 3 -soggy 's0gI OD% 2 -soh s@U Ki$ 1 -soign_e 'swAnjeI OA$ 2 -soignee 'swAnjeI OA$ 2 -soil soIl J0%,M6% 12A,2C,6A -soil-pipe 'soIl-paIp K6% 2 -soil-pipes 'soIl-paIps Kj% 2 -soiled soIld Jc%,Jd% 12A,2C,6A -soiling 'soIlIN Jb% 22A,2C,6A -soils soIlz Ja%,Mj% 12A,2C,6A -soir_ee 'swAreI K6% 2 -soir_ees 'swAreIz Kj% 2 -sojourn 's0dZ@n I0$,K6% 22C -sojourned 's0dZ@nd Ic$,Id$ 22C -sojourner 's0dZ@n@R K6$ 3 -sojourners 's0dZ@n@z Kj$ 3 -sojourning 's0dZ@nIN Ib$ 32C -sojourns 's0dZ@nz Ia$,Kj$ 22C -sol-fa ,s0l-'fA Ki$ 2 -solace 's0lIs H2$,M6% 26A,15A -solaced 's0lIst Hc$,Hd$ 26A,15A -solaces 's0lIsIz Ha$,Mj$ 36A,15A -solacing 's0lIsIN Hb$ 36A,15A -solar 's@Ul@R OA% 2 -solar plexus ,s@Ul@ 'pleks@s Ki% 4 -solaria s@U'le@rI@ Kj$ 4 -solarium s@U'le@rI@m Ki$ 4 -sold s@Uld Jc%,Jd% 12A,2C,6A,12A,13A,15B -solder 's0ld@R H0%,L@% 26A,15A,15B -soldered 's0ld@d Hc%,Hd% 26A,15A,15B -soldering 's0ld@rIN Hb% 36A,15A,15B -soldering-iron 's0ld@rIN-aI@n K6% 5 -soldering-irons 's0ld@rIN-aI@nz Kj% 5 -solders 's0ld@z Ha% 26A,15A,15B -soldier 's@UldZ@R I0%,K6% 22A -soldiered 's@UldZ@d Ic%,Id% 22A -soldiering 's@UldZ@rIN Ib% 32A -soldiers 's@UldZ@z Ia%,Kj% 22A -soldiery 's@UldZ@rI Ki% 3 -sole s@Ul H2%,K6%,OA% 16A -solecism 's0lIsIz@m K6$ 4 -solecisms 's0lIsIz@mz Kj$ 4 -soled s@Uld Hc%,Hd%,Ot% 16A -solely 's@UlI Pu% 2 -solemn 's0l@m OA% 2 -solemnities s@'lemnItIz Mj% 4 -solemnity s@'lemnItI M8% 4 -solemnization ,s0l@mnaI'zeISn L@$ 5 -solemnize 's0l@mnaIz H2$ 36A -solemnized 's0l@mnaIzd Hc$,Hd% 36A -solemnizes 's0l@mnaIzIz Ha$ 46A -solemnizing 's0l@mnaIzIN Hb$ 46A -solemnly 's0l@mlI Pu% 3 -solemnness 's0l@mn@s L@% 3 -soles s@Ulz Ha%,Kj% 16A -solicit s@'lIsIt J0% 32A,6A,14 -solicitation s@,lIsI'teISn M6% 5 -solicitations s@,lIsI'teISnz Mj% 5 -solicited s@'lIsItId Jc%,Jd% 42A,6A,14 -soliciting s@'lIsItIN Jb% 42A,6A,14 -solicitor s@'lIsIt@R K6% 4 -solicitors s@'lIsIt@z Kj% 4 -solicitous s@'lIsIt@s OA% 4 -solicitously s@'lIsIt@slI Pu% 5 -solicits s@'lIsIts Ja% 32A,6A,14 -solicitude s@'lIsItjud L@% 4 -solid 's0lId K6%,OA% 2 -solid-state ,s0lId-'steIt OA% 3 -solidarity ,s0lI'd&rItI L@% 5 -solidification s@,lIdIfI'keISn M6% 6 -solidifications s@,lIdIfI'keISnz Mj$ 6 -solidified s@'lIdIfaId Jc%,Jd% 42A,6A -solidifies s@'lIdIfaIz Ja% 42A,6A -solidify s@'lIdIfaI J3% 42A,6A -solidifying s@'lIdIfaIIN Jb% 52A,6A -solidity s@'lIdItI L@% 4 -solidly 's0lIdlI Pu% 3 -solidness 's0lIdn@s L@% 3 -solids 's0lIdz Kj% 2 -soliloquies s@'lIl@kwIz Mj% 4 -soliloquize s@'lIl@kwaIz I2$ 42A -soliloquized s@'lIl@kwaIzd Ic$,Id$ 42A -soliloquizes s@'lIl@kwaIzIz Ia$ 52A -soliloquizing s@'lIl@kwaIzIN Ib$ 52A -soliloquy s@'lIl@kwI M8% 4 -soling 's@UlIN Hb% 26A -solipsism 's0lIpsIz@m L@$ 4 -solitaire ,s0lI'te@R M6% 3 -solitaires ,s0lI'te@z Mj$ 3 -solitarily 's0lItr@lI Pu% 4 -solitary 's0lItrI OA% 3 -solitude 's0lItjud M6% 3 -solitudes 's0lItjudz Mj$ 3 -solo 's@Ul@U M6% 2 -soloist 's@Ul@UIst K6% 3 -soloists 's@Ul@UIsts Kj% 3 -solos 's@Ul@Uz Mj% 2 -solstice 's0lstIs K6% 2 -solstices 's0lstIsIz Kj$ 3 -solubility ,s0ljU'bIlItI L@% 5 -soluble 's0ljUbl OA% 3 -solution s@'luSn M6% 3 -solutions s@'luSnz Mj% 3 -solvable 's0lv@bl OA% 3 -solve s0lv H2% 16A -solved s0lvd Hc%,Hd% 16A -solvency 's0lv@nsI L@% 3 -solvent 's0lv@nt K6%,OA% 2 -solvents 's0lv@nts Kj% 2 -solves s0lvz Ha% 16A -solving 's0lvIN Hb% 26A -somatic s@U'm&tIk OA$ 3 -sombre 's0mb@R OA% 2 -sombrely 's0mb@lI Pu% 3 -sombreness 's0mb@n@s L@% 3 -sombrero s0m'bre@r@U K6% 3 -sombreros s0m'bre@r@Uz Kj% 3 -some sVm OA*,Pu*,Qx* 1 -somebody 'sVmb@dI Qx% 3 -someday 'sVmdeI Pu% 2 -somehow 'sVmhaU Pu% 2 -someone 'sVmwVn Ki%,Qx% 2 -someplace 'sVmpleIs Pu$ 2 -somersault 'sVm@sOlt I0%,K6% 32A -somersaulted 'sVm@sOltId Ic%,Id% 42A -somersaulting 'sVm@sOltIN Ib% 42A -somersaults 'sVm@sOlts Ia%,Kj% 32A -something 'sVmTIN Pu*,Qx* 2 -sometime 'sVmtaIm Pu% 2 -sometimes 'sVmtaImz Pu* 2 -someway 'sVmweI Pu$ 2 -somewhat 'sVmw0t Pu% 2 -somewhere 'sVmwe@R Pu% 2 -somnambulism s0m'n&mbjUlIz@m L@% 5 -somnambulist s0m'n&mbjUlIst K6% 4 -somnambulists s0m'n&mbjUlIsts Kj% 4 -somnolence 's0mn@l@ns L@% 3 -somnolent 's0mn@l@nt OA% 3 -somnolently 's0mn@l@ntlI Pu% 4 -son sVn K6% 1 -son-in-law 'sVn-In-lO Ki% 3 -sonar 's@UnAR K6$ 2 -sonars 's@UnAz Kj$ 2 -sonata s@'nAt@ K6% 3 -sonatas s@'nAt@z Kj% 3 -song s0N M6% 1 -songbird 's0Nb3d K6% 2 -songbirds 's0Nb3dz Kj% 2 -songbook 's0NbUk K6% 2 -songbooks 's0NbUks Kj% 2 -songs s0Nz Mj% 1 -songster 's0Nst@R K6% 2 -songsters 's0Nst@z Kj% 2 -songstress 's0NstrIs K7$ 2 -songstresses 's0NstrIsIz Kj$ 3 -sonic 's0nIk OA% 2 -sonnet 's0nIt K6% 2 -sonneteer ,s0nI'tI@R K6$ 3 -sonneteers ,s0nI'tI@z Kj$ 3 -sonnets 's0nIts Kj% 2 -sonnies 'sVnIz Kj$ 2 -sonny 'sVnI K8% 2 -sonorities s@'n0rItIz Mj$ 4 -sonority s@'n0rItI M8$ 4 -sonorous s@'nOr@s OA% 3 -sonorously s@'nOr@slI Pu% 4 -sons sVnz Kj% 1 -sons-in-law 'sVnz-In-lO Kj% 3 -sonsy 's0nsI OA$ 2 -soon sun Pu* 1 -sooner 'sun@R Pu% 2 -soonest 'sunIst Pu% 2 -soot sUt H0$,L@% 1 -sooted 'sUtId Hc$,Hd$ 2 -sooth suT K6$ 1 -soothe suD H2% 16A -soothed suDd Hc%,Hd% 16A -soothes suDz Ha% 16A -soothing 'suDIN Hb% 26A -soothingly 'suDINlI Pu% 3 -sooths suTs Kj$ 1 -soothsayer 'suTseI@R K6% 3 -soothsayers 'suTseI@z Kj% 3 -sootier 'sUtI@R Or% 3 -sootiest 'sUtIIst Os% 3 -sooting 'sUtIN Hb$ 2 -soots sUts Ha$ 1 -sooty 'sUtI OD% 2 -sop s0p H4$,K6% 16A,15B -sophism 's0fIz@m M6$ 3 -sophisms 's0fIz@mz Mj$ 3 -sophist 's0fIst K6$ 2 -sophisticated s@'fIstIkeItId OA% 5 -sophistication s@,fIstI'keISn L@% 5 -sophistries 's0fIstrIz Mj$ 3 -sophistry 's0fIstrI M8% 3 -sophists 's0fIsts Kj$ 2 -sophomore 's0f@mOR K6$ 3 -sophomores 's0f@mOz Kj$ 3 -soporific ,s0p@'rIfIk K6$,OA% 4 -soporifics ,s0p@'rIfIks Kj$ 4 -sopped s0pt Hc$,Hd$ 16A,15B -soppier 's0pI@R Or% 3 -soppiest 's0pIIst Os% 3 -sopping 's0pIN Hb$,OA%,Pu% 26A,15B -soppy 's0pI OD% 2 -soprano s@'prAn@U K6% 3 -sopranos s@'prAn@Uz Kj% 3 -sops s0ps Ha$,Kj% 16A,15B -sorbet 'sOb@t K6% 2 -sorbets 'sOb@ts Kj% 2 -sorcerer 'sOs@r@R K6% 3 -sorcerers 'sOs@r@z Kj% 3 -sorceress 'sOs@rIs K7% 3 -sorceresses 'sOs@rIsIz Kj$ 4 -sorceries 'sOs@rIz Mj$ 3 -sorcery 'sOs@rI M8% 3 -sordid 'sOdid OA% 2 -sordidly 'sOdidlI Pu% 3 -sordidness 'sOdidn@s L@% 3 -sore sOR K6%,OA% 1 -sorely 'sOlI Pu% 2 -soreness 'sOn@s L@% 2 -sores sOz Kj% 1 -sorghum 'sOg@m L@$ 2 -sororities s@'r0rItIz Kj$ 4 -sorority s@'r0rItI K8$ 4 -sorrel 's0r@l M6$,OA$ 2 -sorrels 's0r@lz Mj$ 2 -sorrier 's0rI@R Or% 3 -sorriest 's0rIIst Os% 3 -sorrow 's0r@U I0%,M6% 22A,2C -sorrowed 's0r@Ud Ic%,Id% 22A,2C -sorrowful 's0r@Uf@l OA% 3 -sorrowfully 's0r@Uf@lI Pu% 4 -sorrowing 's0r@UIN Ib% 32A,2C -sorrows 's0r@Uz Ia%,Mj% 22A,2C -sorry 's0rI OD% 2 -sort sOt J0%,K6% 16A,15B -sorted 'sOtId Jc%,Jd% 26A,15B -sorter 'sOt@R K6% 2 -sorters 'sOt@z Kj% 2 -sortie 'sOti K6% 2 -sorties 'sOtiz Kj% 2 -sorting 'sOtIN Jb% 26A,15B -sorts sOts Ja%,Kj% 16A,15B -sot s0t K6% 1 -sots s0ts Kj% 1 -sottish 's0tIS OA$ 2 -sottishly 's0tISlI Pu$ 3 -sottishness 's0tISn@s L@$ 3 -sotto voce ,s0t@U 'v@UtSI Pu$ 4 -sou su K6$ 1 -sou'-east ,saU-'ist L@$,Pu$ 2 -sou'-sou'-east ,saU-saU-'ist L@$,Pu$ 3 -sou'-sou'-west ,saU-saU-'west L@$,Pu$ 3 -sou'-west ,saU-'west L@$,Pu$ 2 -sou'-wester ,saU-'west@R K6% 3 -sou'-westers ,saU-'west@z Kj% 3 -soubrette su'bret K6$ 2 -soubrettes su'brets Kj$ 2 -soubriquet 'subrIkeI K6$ 3 -soubriquets 'subrIkeIz Kj$ 3 -souffl_e 'sufleI K6% 2 -souffl_es 'sufleIz Kj% 2 -sough sVf I0$ 12A -soughed sVft Ic$,Id$ 12A -soughing 'sVfIN Ib$ 22A -soughs sVfs Ia$ 12A -sought sOt Hc%,Hd% 12A,3A,6A,7A,15A -soul s@Ul K6% 1 -soul-destroying 's@Ul-dIstroIIN OA% 4 -soul-stirring 's@Ul-st3rIN OA% 3 -soulful 's@Ulf@l OA% 2 -soulfully 's@Ulf@lI Pu% 3 -soulless 's@Ul+l@s OA% 2 -soullessly 's@Ul+l@slI Pu% 3 -souls s@Ulz Kj% 1 -sound saUnd J0%,M6%,OA%,Pu% 12A,2C,2D,6A,15A,15B -sound-film 'saUnd-fIlm K6$ 2 -sound-films 'saUnd-fIlmz Kj$ 2 -sound-recording 'saUnd-rI,kOdIN M6% 4 -sound-recordings 'saUnd-rI,kOdINz Mj% 4 -sound-wave 'saUnd-weIv K6% 2 -sound-waves 'saUnd-weIvz Kj% 2 -soundbox 'saUndb0ks K7$ 2 -soundboxes 'saUndb0ksIz Kj$ 3 -sounded 'saUndId Jc%,Jd% 22A,2C,2D,6A,15A,15B -sounding 'saUndIN Jb% 22A,2C,2D,6A,15A,15B -sounding-board 'saUndIN-bOd K6% 3 -sounding-boards 'saUndIN-bOdz Kj% 3 -soundings 'saUndINz Kj% 2 -soundless 'saUndl@s OA% 2 -soundlessly 'saUndl@slI Pu% 3 -soundly 'saUndlI Pu% 2 -soundness 'saUndn@s L@% 2 -soundproof 'saUndpruf H0%,OA% 26A -soundproofed 'saUndpruft Hc%,Hd% 26A -soundproofing 'saUndprufIN Hb% 36A -soundproofs 'saUndprufs Ha% 26A -sounds saUndz Ja%,Mj% 12A,2C,2D,6A,15A,15B -soundtrack 'saUndtr&k K6% 2 -soundtracks 'saUndtr&ks Kj% 2 -soup sup H0%,M6% 115B -soup-kitchen 'sup-kItSIn K6% 3 -soup-kitchens 'sup-kItSInz Kj% 3 -soup% 3 -treason 'trizn L@% 2 -treasonable 'triz@n@bl OA% 4 -treasonably 'triz@n@blI Pu% 4 -treasonous 'triz@n@s OA$ 3 -treasure 'treZ@R H2%,M6% 26A,15B -treasure-house 'treZ@-haUs K6% 3 -treasure-houses 'treZ@-haUzIz Kj$ 4 -treasure-trove 'treZ@-tr@Uv L@% 3 -treasured 'treZ@d Hc%,Hd% 26A,15B -treasurer 'treZ@r@R K6% 3 -treasurers 'treZ@r@z Kj% 3 -treasures 'treZ@z Ha%,Mj% 26A,15B -treasuries 'treZ@rIz Kj% 3 -treasuring 'treZ@rIN Hb% 36A,15B -treasury 'treZ@rI K8% 3 -treat trit J0%,K6% 13A,6A,14,15A,16B -treated 'tritId Jc%,Jd% 23A,6A,14,15A,16B -treaties 'tritIz Mj% 2 -treating 'tritIN Jb% 23A,6A,14,15A,16B -treatise 'tritIs K6% 2 -treatises 'tritIsIz Kj% 3 -treatment 'tritm@nt M6% 2 -treatments 'tritm@nts Mj% 2 -treats trits Ja%,Kj% 13A,6A,14,15A,16B -treaty 'tritI M8% 2 -treble 'trebl J2%,K6%,OA% 22A,6A -trebled 'trebld Jc%,Jd% 22A,6A -trebles 'treblz Ja%,Kj% 22A,6A -trebling 'treblIN Jb% 22A,6A -tree tri H5$,K6% 16A -tree-fern 'tri-f3n K6% 2 -tree-ferns 'tri-f3nz Kj% 2 -treed trid Hc$,Hd$ 16A -treeing 'triIN Hb$ 26A -treeless 'tril@s OA% 2 -trees triz Ha$,Kj% 16A -trefoil 'trefoIl K6$ 2 -trefoils 'trefoIlz Kj$ 2 -trek trek I4%,K6% 12A,2B,2C -trekked trekt Ic%,Id% 12A,2B,2C -trekking 'trekIN Ib% 22A,2B,2C -treks treks Ia%,Kj% 12A,2B,2C -trellis 'trelIs H1$,K7% 26A -trellised 'trelIst Hc$,Hd% 26A -trellises 'trelIsIz Ha$,Kj% 36A -trellising 'trelIsIN Hb$ 36A -tremble 'trembl I2%,K6% 22A,2B,2C,4B -trembled 'trembld Ic%,Id% 22A,2B,2C,4B -trembles 'tremblz Ia%,Kj% 22A,2B,2C,4B -trembling 'tremblIN Ib% 22A,2B,2C,4B -tremendous trI'mend@s OA% 3 -tremendously trI'mend@slI Pu% 4 -tremolo 'trem@l@U K6% 3 -tremolos 'trem@l@Uz Kj% 3 -tremor 'trem@R K6% 2 -tremors 'trem@z Kj% 2 -tremulous 'tremjUl@s OA$ 3 -tremulously 'tremjUl@slI Pu$ 4 -trench trentS H1$,K7% 16A -trenchancy 'trentS@nsI L@$ 3 -trenchant 'trentS@nt OA% 2 -trenchantly 'trentS@ntlI Pu% 3 -trenched trentSt Hc$,Hd$ 16A -trencher 'trentS@R K6$ 2 -trencherman 'trentS@m@n Ki% 3 -trenchermen 'trentS@m@n Kj% 3 -trenchers 'trentS@z Kj$ 2 -trenches 'trentSIz Ha$,Kj% 26A -trenching 'trentSIN Hb$ 26A -trend trend I0$,K6% 12C -trend-setter 'trend-set@R K6% 3 -trend-setters 'trend-set@z Kj% 3 -trend-setting 'trend-setIN L@% 3 -trended 'trendId Ic$,Id$ 22C -trendier 'trendI@R Or% 3 -trendiest 'trendIIst Os% 3 -trending 'trendIN Ib$ 22C -trends trendz Ia$,Kj% 12C -trendy 'trendI OD% 2 -trepan trI'p&n H4$ 2 -trepanned trI'p&nd Hc$,Hd$ 2 -trepanning trI'p&nIN Hb$ 3 -trepans trI'p&nz Ha$ 2 -trephine trI'fin H2$,K6$ 26A -trephined trI'find Hc$,Hd$ 26A -trephines trI'finz Ha$,Kj$ 26A -trephining trI'finIN Hb$ 36A -trepidation ,trepI'deISn L@% 4 -trespass 'tresp@s I1%,M7% 22A,3A -trespassed 'tresp@st Ic%,Id% 22A,3A -trespasser 'tresp@s@R K6% 3 -trespassers 'tresp@s@z Kj% 3 -trespasses 'tresp@sIz Ia%,Mj% 32A,3A -trespassing 'tresp@sIN Ib% 32A,3A -tress tres K7% 1 -tresses 'tresIz Kj% 2 -trestle 'tresl K6% 2 -trestle-bridge 'tresl-brIdZ K6$ 3 -trestle-bridges 'tresl-brIdZIz Kj$ 4 -trestle-table 'tresl-teIbl K6% 4 -trestle-tables 'tresl-teIblz Kj% 4 -trestles 'treslz Kj% 2 -trews truz Kj$ 1 -tri- traI- U-% 1 -triad 'traI&d K6% 2 -triads 'traI&dz Kj% 2 -trial 'traI@l M6% 2 -trials 'traI@lz Mj% 2 -triangle 'traI&Ngl K6% 3 -triangles 'traI&Nglz Kj% 3 -triangular traI'&NgjUl@R OA% 4 -tribal 'traIbl OA% 2 -tribalism 'traIb@lIz@m L@% 4 -tribe traIb K6% 1 -tribes traIbz Kj% 1 -tribesman 'traIbzm@n Ki% 2 -tribesmen 'traIbzm@n Kj% 2 -tribulation ,trIbjU'leISn M6% 4 -tribulations ,trIbjU'leISnz Mj% 4 -tribunal traI'bjunl K6% 3 -tribunals traI'bjunlz Kj% 3 -tribune 'trIbjun K6% 2 -tribunes 'trIbjunz Kj% 2 -tributaries 'trIbjUt@rIz Kj% 4 -tributary 'trIbjUt@rI K8%,OA% 4 -tribute 'trIbjut M6% 2 -tributes 'trIbjuts Mj% 2 -trice traIs H2$,K6% 115B -triced traIst Hc$,Hd$ 115B -trices 'traIsIz Ha$,Kj$ 215B -tricing 'traIsIN Hb$ 215B -trick trIk H0%,K6% 16A,14,15B -tricked trIkt Hc%,Hd% 16A,14,15B -trickery 'trIk@rI L@% 3 -trickier 'trIkI@R Or% 3 -trickiest 'trIkIIst Os% 3 -trickiness 'trIkInIs L@% 3 -tricking 'trIkIN Hb% 26A,14,15B -trickle 'trIkl J2%,K6% 22A,2C,15A -trickled 'trIkld Jc%,Jd% 22A,2C,15A -trickles 'trIklz Ja%,Kj% 22A,2C,15A -trickling 'trIklIN Jb% 22A,2C,15A -tricks trIks Ha%,Kj% 16A,14,15B -trickster 'trIkst@R K6% 2 -tricksters 'trIkst@z Kj% 2 -tricksy 'trIksI OA% 2 -tricky 'trIkI OD% 2 -tricolour 'trIk@l@R K6$ 3 -tricolours 'trIk@l@z Kj$ 3 -tricycle 'traIsIkl K6% 3 -tricycles 'traIsIklz Kj% 3 -trident 'traIdnt K6% 2 -tridents 'traIdnts Kj$ 2 -tried traId Jc%,Jd%,OA% 12A,2B,3A,6A,6B,6C,7A,10,15A,15B -triennial traI'enI@l K6$,OA$ 4 -triennials traI'enI@lz Kj$ 4 -trier 'traI@R K6$ 2 -triers 'traI@z Kj$ 2 -tries traIz Ja%,Kj% 12A,2B,3A,6A,6B,6C,7A,10,15A,15B -trifle 'traIf@l J2%,M6% 23A,15B -trifled 'traIf@ld Jc%,Jd% 23A,15B -trifler 'traIfl@R K6$ 2 -triflers 'traIfl@z Kj$ 2 -trifles 'traIf@lz Ja%,Mj% 23A,15B -trifling 'traIflIN Jb%,OA% 23A,15B -trigger 'trIg@R H0%,K6% 215B -trigger-happy 'trIg@-h&pI OA% 4 -triggered 'trIg@d Hc%,Hd% 215B -triggering 'trIg@rIN Hb$ 315B -triggers 'trIg@z Ha%,Kj% 215B -trigonometry ,trIg@'n0m@trI L@% 5 -trilateral ,traI'l&t@r@l OA$ 4 -trilbies 'trIlbIz Kj$ 2 -trilby 'trIlbI K8% 2 -trill trIl J0%,K6% 12A,2C,6A -trilled trIld Jc%,Jd% 12A,2C,6A -trilling 'trIlIN Jb% 22A,2C,6A -trillion 'trIlI@n K6%,OA% 3 -trillions 'trIlI@nz Kj% 3 -trillionth 'trIlI@nT K6%,OA% 3 -trillionths 'trIlI@nTs Kj% 3 -trills trIlz Ja%,Kj% 12A,2C,6A -trilogies 'trIl@dZIz Kj% 3 -trilogy 'trIl@dZI K8% 3 -trim trIm J4%,L@%,OE% 12A,6A,14,15A,22 -trimaran 'traIm@r&n K6% 3 -trimarans 'traIm@r&nz Kj% 3 -trimly 'trImlI Pu% 2 -trimmed trImd Jc%,Jd% 12A,6A,14,15A,22 -trimmer 'trIm@R K6$,Or% 2 -trimmers 'trIm@z Kj$ 2 -trimmest 'trImIst Os% 2 -trimming 'trImIN Jb%,M6% 22A,6A,14,15A,22 -trimmings 'trImINz Mj% 2 -trims trImz Ja% 12A,6A,14,15A,22 -trinities 'trInItIz Kj$ 3 -trinitrotoluene ,traI,naItr@U't0ljUin L@$ 6 -trinity 'trInItI K8% 3 -trinket 'trINkIt K6% 2 -trinkets 'trINkIts Kj% 2 -trio 'tri@U K6% 2 -trios 'tri@Uz Kj% 2 -trip trIp J4%,K6% 12A,2C,3A,15B -tripartite ,traI'pAtaIt OA% 3 -tripe traIp L@% 1 -triple 'trIpl J2%,OA% 22A,6A -tripled 'trIpld Jc%,Jd% 22A,6A -triples 'trIplz Ja% 22A,6A -triplet 'trIpl@t K6% 2 -triplets 'trIpl@ts Kj% 2 -triplex 'trIpleks OA$ 2 -triplicate 'trIplIk@t K6$,OA% 3 -triplicate 'trIplIkeIt H2$ 36A -triplicated 'trIplIkeItId Hc$,Hd$ 46A -triplicates 'trIplIk@ts Kj$ 3 -triplicates 'trIplIkeIts Ha$ 36A -triplicating 'trIplIkeItIN Hb$ 46A -tripling 'trIplIN Jb% 22A,6A -tripod 'traIp0d K6% 2 -tripods 'traIp0dz Kj% 2 -tripos 'traIp0s K7$ 2 -triposes 'traIp0sIz Kj$ 3 -tripped trIpt Jc%,Jd% 12A,2C,3A,15B -tripper 'trIp@R K6% 2 -trippers 'trIp@z Kj% 2 -tripping 'trIpIN Jb%,OA$ 22A,2C,3A,15B -trippingly 'trIpINlI Pu$ 3 -trips trIps Ja%,Kj% 12A,2C,3A,15B -triptych 'trIptIk K6$ 2 -triptychs 'trIptIks Kj$ 2 -trireme 'traIrim K6$ 2 -triremes 'traIrimz Kj$ 2 -trisect traI'sekt H0$ 26A -trisected traI'sektId Hc$,Hd$ 36A -trisecting traI'sektIN Hb$ 36A -trisects traI'sekts Ha$ 26A -trite traIt OA% 1 -tritely 'traItlI Pu% 2 -triteness 'traItn@s L@% 2 -triumph 'traI@mf I0%,M6% 22A,3A -triumphal traI'Vmf@l OA% 3 -triumphant traI'Vmf@nt OA% 3 -triumphantly traI'Vmf@ntlI Pu% 4 -triumphed 'traI@mft Ic%,Id% 22A,3A -triumphing 'traI@mfIN Ib% 32A,3A -triumphs 'traI@mfs Ia%,Mj% 22A,3A -triumvir traI'Vmv@R K6$ 3 -triumvirate traI'VmvIr@t K6% 4 -triumvirates traI'VmvIr@ts Kj$ 4 -triumvirs traI'Vmv@z Kj$ 3 -triune 'traIjun OA$ 2 -trivet 'trIvIt K6$ 2 -trivets 'trIvIts Kj$ 2 -trivia 'trIvI@ Kj% 3 -trivial 'trIvI@l OA% 3 -trivialities ,trIvI'&lItIz Mj% 5 -triviality ,trIvI'&lItI M8% 5 -trivialize 'trIvI@laIz H2% 46A -trivialized 'trIvI@laIzd Hc%,Hd% 46A -trivializes 'trIvI@laIzIz Ha% 56A -trivializing 'trIvI@laIzIN Hb% 56A -trivially 'trIvI@lI Pu% 4 -trochaic tr@U'keIIk OA$ 3 -trochee 'tr@Uki K6$ 2 -trochees 'tr@Ukiz Kj$ 2 -trod tr0d Jc%,Jd% 12C,3A,6A,15A,15B -trodden 'tr0dn Jd% 22C,3A,6A,15A,15B -troglodyte 'tr0gl@daIt K6$ 3 -troglodytes 'tr0gl@daIts Kj$ 3 -troika 'troIk@ K6$ 2 -troikas 'troIk@z Kj$ 2 -troll tr@Ul J0$,K6$ 12A,2C -trolled tr@Uld Jc$,Jd$ 12A,2C -trolley 'tr0lI K6% 2 -trolley-car 'tr0lI-kAR K6% 3 -trolley-cars 'tr0lI-kAz Kj% 3 -trolleys 'tr0lIz Kj% 2 -trolling 'tr@UlIN Jb$ 22A,2C -trollop 'tr0l@p K6% 2 -trollops 'tr0l@ps Kj% 2 -trolls tr@Ulz Ja$,Kj$ 12A,2C -trombone tr0m'b@Un K6% 2 -trombones tr0m'b@Unz Kj% 2 -trombonist tr0m'b@UnIst K6% 3 -trombonists tr0m'b@UnIsts Kj% 3 -troop trup J0%,K6% 12C -troop-carrier 'trup-k&rI@R K6% 4 -troop-carriers 'trup-k&rI@z Kj% 4 -trooped trupt Jc%,Jd% 12C -trooper 'trup@R K6% 2 -troopers 'trup@z Kj% 2 -trooping 'trupIN Jb% 22C -troops trups Ja%,Kj% 12C -troopship 'trupSIp K6% 2 -troopships 'trupSIps Kj% 2 -trope tr@Up K6$ 1 -tropes tr@Ups Kj$ 1 -trophies 'tr@UfIz Kj% 2 -trophy 'tr@UfI K8% 2 -tropic 'tr0pIk K6% 2 -tropical 'tr0pIkl OA% 3 -tropically 'tr0pIklI Pu% 3 -tropics 'tr0pIks Kj% 2 -trot tr0t J4%,K6% 12A,2B,2C,15A,15B -troth tr@UT L@$ 1 -trots tr0ts Ja%,Kj% 12A,2B,2C,15A,15B -trotted 'tr0tId Jc%,Jd% 22A,2B,2C,15A,15B -trotter 'tr0t@R K6% 2 -trotters 'tr0t@z Kj% 2 -trotting 'tr0tIN Jb% 22A,2B,2C,15A,15B -troubadour 'trub@dOR K6% 3 -troubadours 'trub@dOz Kj% 3 -trouble 'trVbl J2%,M6% 22A,2C,4A,6A,14,17 -troubled 'trVbld Jc%,Jd% 22A,2C,4A,6A,14,17 -troublemaker 'trVblmeIk@R K6% 4 -troublemakers 'trVblmeIk@z Kj% 4 -troubles 'trVblz Ja%,Mj% 22A,2C,4A,6A,14,17 -troubleshooter 'trVblSut@R K6% 4 -troubleshooters 'trVblSut@z Kj% 4 -troublesome 'trVbls@m OA% 3 -troubling 'trVblIN Jb% 22A,2C,4A,6A,14,17 -troublous 'trVbl@s OA$ 2 -trough tr0f K6% 1 -troughs tr0fs Kj% 1 -trounce traUns H2% 16A -trounced traUnst Hc%,Hd% 16A -trounces 'traUnsIz Ha% 26A -trouncing 'traUnsIN Hb%,K6% 26A -trouncings 'traUnsINz Kj$ 2 -troupe trup K6% 1 -trouper 'trup@R K6% 2 -troupers 'trup@z Kj% 2 -troupes trups Kj% 1 -trouser 'traUz@R K6% 2 -trousers 'traUz@z Kj% 2 -trousseau 'trus@U K6% 2 -trousseaus 'trus@Uz Kj$ 2 -trousseaux 'trus@Uz Kj$ 2 -trout traUt M9% 1 -trove tr@Uv K6% 1 -troves tr@Uvz Kj$ 1 -trowel 'traU@l K6% 2 -trowels 'traU@lz Kj% 2 -troy troI L@$ 1 -truancies 'tru@nsIz Mj$ 3 -truancy 'tru@nsI M8% 3 -truant 'tru@nt K6% 2 -truants 'tru@nts Kj% 2 -truce trus K6% 1 -truces 'trusIz Kj$ 2 -truck trVk M6% 1 -truckle 'trVkl I2$,K6$ 23A -truckle-bed 'trVkl-bed K6% 3 -truckle-beds 'trVkl-bedz Kj% 3 -truckled 'trVkld Ic$,Id$ 23A -truckles 'trVklz Ia$,Kj$ 23A -truckling 'trVklIN Ib$ 23A -trucks trVks Mj% 1 -truculence 'trVkjUl@ns L@% 3 -truculency 'trVkjUl@nsI L@$ 4 -truculent 'trVkjUl@nt OA% 3 -truculently 'trVkjUl@ntlI Pu% 4 -trudge trVdZ I2%,K6% 12A,2B,2C -trudged trVdZd Ic%,Id% 12A,2B,2C -trudges 'trVdZIz Ia%,Kj% 22A,2B,2C -trudging 'trVdZIN Ib% 22A,2B,2C -true tru H2$,K6$,OB*,Pu* 115B -true-blue tru-'blu K6%,OA% 2 -true-blues tru-'bluz Kj% 2 -true-hearted tru-'hAtId OA$ 3 -trued trud Hc$,Hd$ 115B -truelove tru'lVv K6% 2 -trueloves tru'lVvz Kj$ 2 -truer 'tru@R Or% 2 -trues truz Ha$,Kj$ 115B -truest 'truIst Os% 2 -truffle 'trVfl K6% 2 -truffles 'trVflz Kj% 2 -truing 'truIN Hb$ 215B -truism 'truIz@m K6% 3 -truisms 'truIz@mz Kj% 3 -truly 'trulI Pu% 2 -trump trVmp J0%,K6% 12A,6A,15B -trumped trVmpt Jc%,Jd% 12A,6A,15B -trumpery 'trVmp@rI OA% 3 -trumpet 'trVmpIt J0%,K6% 22A,2C,6A,15B -trumpeted 'trVmpItId Jc%,Jd% 32A,2C,6A,15B -trumpeter 'trVmpIt@R K6% 3 -trumpeters 'trVmpIt@z Kj% 3 -trumpeting 'trVmpItIN Jb% 32A,2C,6A,15B -trumpets 'trVmpIts Ja%,Kj% 22A,2C,6A,15B -trumping 'trVmpIN Jb% 22A,6A,15B -trumps trVmps Ja%,Kj% 12A,6A,15B -truncate trVN'keIt H2% 26A -truncated trVN'keItId Hc%,Hd% 36A -truncates trVN'keIts Ha% 26A -truncating trVN'keItIN Hb% 36A -truncheon 'trVntS@n K6% 2 -truncheons 'trVntS@nz Kj% 2 -trundle 'trVndl J2% 22C,6A,15A,15B -trundled 'trVndld Jc%,Jd% 22C,6A,15A,15B -trundles 'trVndlz Ja% 22C,6A,15A,15B -trundling 'trVndlIN Jb% 22C,6A,15A,15B -trunk trVNk K6% 1 -trunk-call 'trVNk-kOl K6% 2 -trunk-calls 'trVNk-kOlz Kj% 2 -trunk-line 'trVNk-laIn K6$ 2 -trunk-lines 'trVNk-laInz Kj$ 2 -trunk-road 'trVNk-r@Ud K6% 2 -trunk-roads 'trVNk-r@Udz Kj% 2 -trunking 'trVNkIN L@% 2 -trunks trVNks Kj% 1 -truss trVs H1$,K7% 16A,15B -trussed trVst Hc$,Hd% 16A,15B -trusses 'trVsIz Ha$,Kj% 26A,15B -trussing 'trVsIN Hb$ 26A,15B -trust trVst J0%,M6% 13A,6A,7A,9,14,15A,15B,17 -trusted 'trVstId Jc%,Jd% 23A,6A,7A,9,14,15A,15B,17 -trustee trVs'ti K6% 2 -trustees trVs'tiz Kj% 2 -trusteeship trVs'tiSIp K6$ 3 -trusteeships trVs'tiSIps Kj$ 3 -trustful 'trVstf@l OA% 2 -trustfully 'trVstf@lI Pu% 3 -trustier 'trVstI@R Or$ 3 -trustiest 'trVstIIst Os$ 3 -trusting 'trVstIN Jb%,OA% 23A,6A,7A,9,14,15A,15B,17 -trustingly 'trVstINlI Pu% 3 -trusts trVsts Ja%,Mj% 13A,6A,7A,9,14,15A,15B,17 -trustworthiness 'trVstw3DIn@s L@% 4 -trustworthy 'trVstw3DI OA% 3 -trusty 'trVstI OD% 2 -truth truT M6% 1 -truthful 'truTf@l OA% 2 -truthfully 'truTf@lI Pu% 3 -truthfulness 'truTf@ln@s L@% 3 -truths truDz Mj% 1 -try traI J3%,K8% 12A,2B,3A,6A,6B,6C,7A,10,15A,15B -try-on 'traI-0n K6% 2 -try-ons 'traI-0nz Kj$ 2 -try-out 'traI-aUt K6% 2 -try-outs 'traI-aUts Kj$ 2 -trying 'traIIN Jb%,OA% 22A,2B,3A,6A,6B,6C,7A,10,15A,15B -tryst trIst K6$ 1 -trysts trIsts Kj$ 1 -tsetse 'tsetsI K6$ 2 -tsetse-flies 'tsetsI-flaIz Kj% 3 -tsetse-fly 'tsetsI-flaI K8% 3 -tsetses 'tsetsIz Kj$ 2 -tu quoque ,tju 'kw@UkwI W-$ 3 -tub tVb K6% 1 -tub-thumper 'tVb-TVmp@R K6% 3 -tub-thumpers 'tVb-TVmp@z Kj% 3 -tuba 'tjub@ K6% 2 -tubas 'tjub@z Kj% 2 -tubbier 'tVbI@R Or$ 3 -tubbiest 'tVbIIst Os$ 3 -tubby 'tVbI OD% 2 -tube tjub M6% 1 -tube-well 'tjub-wel K6$ 2 -tube-wells 'tjub-welz Kj$ 2 -tubeless 'tjubl@s OA% 2 -tuber 'tjub@R K6$ 2 -tubercular tju'b3kjUl@R OA% 4 -tuberculosis tju,b3kjU'l@UsIs L@% 5 -tuberculous tju'b3kjUl@s OA% 4 -tubers 'tjub@z Kj$ 2 -tubes tjubz Mj% 1 -tubful 'tVbfUl K6% 2 -tubfuls 'tVbfUlz Kj% 2 -tubing 'tjubIN L@% 2 -tubs tVbz Kj% 1 -tubular 'tjubjUl@R OA% 3 -tuck tVk J0%,M6% 12C,3A,15A,15B -tuck-in 'tVk-In K6% 2 -tuck-ins 'tVk-Inz Kj$ 2 -tuck-shop 'tVk-S0p K6% 2 -tuck-shops 'tVk-S0ps Kj% 2 -tucked tVkt Jc%,Jd% 12C,3A,15A,15B -tucker 'tVk@R K6$ 2 -tuckers 'tVk@z Kj$ 2 -tucking 'tVkIN Jb% 22C,3A,15A,15B -tucks tVks Ja%,Mj% 12C,3A,15A,15B -tuft tVft K6% 1 -tufted 'tVftId OA% 2 -tufts tVfts Kj% 1 -tug tVg J4%,K6% 12A,2C,3A,6A,15A,15B -tugboat 'tVgb@Ut K6% 2 -tugboats 'tVgb@Uts Kj% 2 -tugged tVgd Jc%,Jd% 12A,2C,3A,6A,15A,15B -tugging 'tVgIN Jb% 22A,2C,3A,6A,15A,15B -tugs tVgz Ja%,Kj% 12A,2C,3A,6A,15A,15B -tuition tju'ISn L@% 3 -tulip 'tjulIp K6% 2 -tulips 'tjulIps Kj% 2 -tulle tjul L@$ 1 -tumble 'tVmbl J2%,K6% 22A,2C,3A,6A,15A,15B -tumble-down 'tVmbl-daUn Oq% 3 -tumbled 'tVmbld Jc%,Jd% 22A,2C,3A,6A,15A,15B -tumbler 'tVmbl@R K6% 2 -tumblers 'tVmbl@z Kj% 2 -tumbles 'tVmblz Ja%,Kj% 22A,2C,3A,6A,15A,15B -tumbleweed 'tVmblwid L@$ 3 -tumbling 'tVmblIN Jb% 22A,2C,3A,6A,15A,15B -tumbrel 'tVmbr@l K6$ 2 -tumbrels 'tVmbr@lz Kj$ 2 -tumbril 'tVmbr@l K6$ 2 -tumbrils 'tVmbr@lz Kj$ 2 -tumescence tju'mesns M6% 3 -tumescences tju'mesnsIz Mj$ 4 -tumescent tju'mesnt OA% 3 -tumid 'tjumId OA$ 2 -tumidity tju'mIdItI L@$ 4 -tummies 'tVmIz Kj% 2 -tummy 'tVmI K8% 2 -tumour 'tjum@R K6% 2 -tumours 'tjum@z Kj% 2 -tumuli 'tjumjUlaI Kj$ 3 -tumult 'tjumVlt M6% 2 -tumults 'tjumVlts Mj% 2 -tumultuous tju'mVltSU@s OA% 4 -tumultuously tju'mVltSU@slI Pu% 5 -tumulus 'tjumjUl@s Ki$ 3 -tun tVn K6$ 1 -tuna 'tjun@ M9% 2 -tunas 'tjun@z Kj$ 2 -tundra 'tVndr@ M6% 2 -tundras 'tVndr@z Mj$ 2 -tune tjun J2%,M6% 12C,6A -tuned tjund Jc%,Jd% 12C,6A -tuneful 'tjunf@l OA% 2 -tunefully 'tjunf@lI Pu% 3 -tunefulness 'tjunf@ln@s L@% 3 -tuner 'tjun@R K6% 2 -tuners 'tjun@z Kj% 2 -tunes tjunz Ja%,Mj% 12C,6A -tung-oil 'tVN-oIl L@$ 2 -tungsten 'tVNst@n L@% 2 -tunic 'tjunIk K6% 2 -tunics 'tjunIks Kj% 2 -tuning 'tjunIN Jb% 22C,6A -tuning-fork 'tjunIN-fOk K6% 3 -tuning-forks 'tjunIN-fOks Kj% 3 -tunnel 'tVnl J4%,K6% 22A,2C,3A,6A -tunnelled 'tVnld Jc%,Jd% 22A,2C,3A,6A -tunnelling 'tVn@lIN Jb% 32A,2C,3A,6A -tunnels 'tVnlz Ja%,Kj% 22A,2C,3A,6A -tunnies 'tVnIz Kj$ 2 -tunny 'tVnI K9$ 2 -tuns tVnz Kj$ 1 -tup tVp K6$ 1 -tuppence 'tVp@ns K6% 2 -tuppences 'tVp@nsIz Kj% 3 -tuppenny 'tVp@nI OA% 3 -tups tVps Kj$ 1 -turban 't3b@n K6% 2 -turbaned 't3b@nd OA% 2 -turbans 't3b@nz Kj% 2 -turbid 't3bId OA$ 2 -turbidity t3'bIdItI L@$ 4 -turbidness 't3bIdn@s L@$ 3 -turbine 't3baIn K6% 2 -turbines 't3baInz Kj% 2 -turbojet ,t3b@U'dZet K6% 3 -turbojets ,t3b@U'dZets Kj% 3 -turboprop ,t3b@U'pr0p K6% 3 -turboprops ,t3b@U'pr0ps Kj% 3 -turbot 't3b@t M9% 2 -turbulence 't3bjUl@ns M6% 3 -turbulences 't3bjUl@nsIz Mj$ 4 -turbulent 't3bjUl@nt OA% 3 -turbulently 't3bjUl@ntlI Pu% 4 -turd t3d K6% 1 -turds t3dz Kj% 1 -tureen tjU'rin K6% 2 -tureens tjU'rinz Kj% 2 -turf t3f H0$,M6% 16A,15B -turfed t3ft Hc$,Hd$ 16A,15B -turfing 't3fIN Hb$ 26A,15B -turfs t3fs Ha$,Mj$ 16A,15B -turgid 't3dZId OA% 2 -turgidity t3'dZIdItI L@$ 4 -turgidly 't3dZIdlI Pu% 3 -turkey 't3kI M6% 2 -turkeys 't3kIz Mj% 2 -turmeric 't3m@rIk L@% 3 -turmoil 't3moIl M6% 2 -turmoils 't3moIlz Mj$ 2 -turn t3n J0*,K6% 12A,2C,3A,4A,6A,14,15A,15B -turn-off 't3n-0f K6% 2 -turn-offs 't3n-0fs Kj$ 2 -turn-on 't3n-0n K6% 2 -turn-ons 't3n-0nz Kj$ 2 -turn-out 't3n-aUt K6% 2 -turn-outs 't3n-aUts Kj$ 2 -turn-round 't3n-raUnd K6% 2 -turn-rounds 't3n-raUndz Kj$ 2 -turn-up 't3n-Vp K6% 2 -turn-ups 't3n-Vps Kj% 2 -turncoat 't3nk@Ut K6% 2 -turncoats 't3nk@Uts Kj% 2 -turncock 't3nk0k K6$ 2 -turncocks 't3nk0ks Kj$ 2 -turned t3nd Jc*,Jd* 12A,2C,3A,4A,6A,14,15A,15B -turner 't3n@R K6% 2 -turners 't3n@z Kj% 2 -turning 't3nIN Jb%,K6% 22A,2C,3A,4A,6A,14,15A,15B -turning-point 't3nIN-poInt K6% 3 -turning-points 't3nIN-poInts Kj% 3 -turnings 't3nINz Kj% 2 -turnip 't3nIp K6% 2 -turnips 't3nIps Kj% 2 -turnkey 't3nki K6% 2 -turnkeys 't3nkiz Kj% 2 -turnover 't3n@Uv@R K6% 3 -turnovers 't3n@Uv@z Kj% 3 -turnpike 't3npaIk K6% 2 -turnpikes 't3npaIks Kj% 2 -turns t3nz Ja%,Kj% 12A,2C,3A,4A,6A,14,15A,15B -turnspit 't3nspIt K6$ 2 -turnspits 't3nspIts Kj$ 2 -turnstile 't3nstaIl K6% 2 -turnstiles 't3nstaIlz Kj% 2 -turntable 't3nteIbl K6% 3 -turntables 't3nteIblz Kj% 3 -turpentine 't3p@ntaIn L@% 3 -turpitude 't3pItjud L@% 3 -turps t3ps L@% 1 -turquoise 't3kwoIz M6% 2 -turquoises 't3kwoIzIz Mj$ 3 -turret 'tVrIt K6% 2 -turrets 'tVrIts Kj% 2 -turtle 't3tl K6% 2 -turtledove 't3tldVv K6% 3 -turtledoves 't3tldVvz Kj% 3 -turtleneck 't3tlnek OA% 3 -turtlenecked 't3tlnekt OA% 3 -turtles 't3tlz Kj% 2 -turves t3vz Kj$ 1 -tusk tVsk K6% 1 -tusks tVsks Kj% 1 -tussle 'tVsl I2%,K6% 2 -tussled 'tVsld Ic%,Id% 2 -tussles 'tVslz Ia%,Kj% 2 -tussling 'tVslIN Ib% 2 -tussock 'tVs@k K6% 2 -tussocks 'tVs@ks Kj% 2 -tut tVt H4$,W-$ 16A -tut-tut ,tVt-'tVt W-% 2 -tutelage 'tjutIlIdZ L@% 3 -tutelary 'tjutIl@rI OA$ 4 -tutor 'tjut@R H0%,K6% 26A,15A,16A -tutored 'tjut@d Hc%,Hd% 26A,15A,16A -tutorial tju'tOrI@l K6%,OA% 4 -tutorially tju'tOrI@lI Pu% 5 -tutorials tju'tOrI@lz Kj% 4 -tutoring 'tjut@rIN Hb% 36A,15A,16A -tutors 'tjut@z Ha%,Kj% 26A,15A,16A -tutorship 'tjut@SIp K6% 3 -tutorships 'tjut@SIps Kj$ 3 -tuts tVts Ha$ 16A -tutted 'tVtId Hc$,Hd$ 26A -tutti-frutti ,tutI-'frutI M6% 4 -tutti-fruttis ,tutI-'frutIz Mj$ 4 -tutting 'tVtIN Hb$ 26A -tutu 'tutu K6$ 2 -tutus 'tutuz Kj$ 2 -tuxedo tVk'sid@U K6% 3 -tuxedos tVk'sid@Uz Kj% 3 -twaddle 'tw0dl I2$,L@% 22A -twaddled 'tw0dld Ic$,Id$ 22A -twaddles 'tw0dlz Ia$ 22A -twaddling 'tw0dlIN Ib$ 22A -twain tweIn K6% 1 -twains tweInz Kj$ 1 -twang tw&N J0%,K6% 12A,6A -twanged tw&Nd Jc%,Jd% 12A,6A -twanging 'tw&NIN Jb% 22A,6A -twangs tw&Nz Ja%,Kj% 12A,6A -tweak twik H0%,K6% 16A -tweaked twikt Hc%,Hd% 16A -tweaking 'twikIN Hb% 26A -tweaks twiks Ha%,Kj% 16A -twee twi OA% 1 -tweed twid M6% 1 -tweeds twidz Mj% 1 -tweet twit I0$,K6$ 1 -tweeted 'twitId Ic$,Id$ 2 -tweeter 'twit@R K6$ 2 -tweeters 'twit@z Kj$ 2 -tweeting 'twitIN Ib$ 2 -tweets twits Ia$,Kj$ 1 -tweezers 'twiz@z Kj% 2 -twelfth twelfT K6%,OA% 1 -twelfths twelfTs Kj% 1 -twelve twelv K6%,OA% 1 -twelvemonth 'twelvmVnT K6% 2 -twelvemonths 'twelvmVnTs Kj$ 2 -twelves twelvz Kj% 1 -twenties 'twentIz Kj% 2 -twentieth 'twentI@T K6%,OA% 3 -twentieths 'twentI@Ts Kj% 3 -twenty 'twentI K8%,OA% 2 -twerp tw3p K6% 1 -twerps tw3ps Kj% 1 -twice twaIs Pu% 1 -twiddle 'twIdl J2%,K6$ 23A,6A -twiddled 'twIdld Jc%,Jd% 23A,6A -twiddles 'twIdlz Ja%,Kj$ 23A,6A -twiddling 'twIdlIN Jb% 23A,6A -twiddly 'twIdlI OA% 2 -twig twIg J4%,K6% 12A,6A -twigged twIgd Jc%,Jd% 12A,6A -twiggier 'twIgI@R Or$ 3 -twiggiest 'twIgIIst Os$ 3 -twigging 'twIgIN Jb$ 22A,6A -twiggy 'twIgI OD% 2 -twigs twIgz Ja%,Kj% 12A,6A -twilight 'twaIlaIt L@% 2 -twilit 'twaIlIt OA$ 2 -twill twIl L@$ 1 -twilled twIld OA$ 1 -twin twIn H4%,K6% 16A,14 -twine twaIn J2%,L@% 12A,2C,15A,15B -twined twaInd Jc%,Jd% 12A,2C,15A,15B -twines twaInz Ja% 12A,2C,15A,15B -twinge twIndZ K6% 1 -twinges 'twIndZIz Kj% 2 -twining 'twaInIN Jb% 22A,2C,15A,15B -twinkle 'twINkl I2%,L@% 22A,2C -twinkled 'twINkld Ic%,Id% 22A,2C -twinkles 'twINklz Ia% 22A,2C -twinkling 'twINklIN Ib%,Ki% 22A,2C -twinned twInd Hc%,Hd%,Oq% 16A,14 -twinning 'twInIN Hb% 26A,14 -twins twInz Ha%,Kj% 16A,14 -twirl tw3l J0%,K6% 12A,2C,6A,15B,16A -twirled tw3ld Jc%,Jd% 12A,2C,6A,15B,16A -twirling 'tw3lIN Jb% 22A,2C,6A,15B,16A -twirls tw3lz Ja%,Kj% 12A,2C,6A,15B,16A -twist twIst J0%,M6% 12A,2C,6A,15A,15B,16A -twisted 'twIstId Jc%,Jd% 22A,2C,6A,15A,15B,16A -twister 'twIst@R K6% 2 -twisters 'twIst@z Kj% 2 -twistier 'twIstI@R Or$ 3 -twistiest 'twIstIIst Os$ 3 -twisting 'twIstIN Jb% 22A,2C,6A,15A,15B,16A -twists twIsts Ja%,Mj% 12A,2C,6A,15A,15B,16A -twisty 'twIstI OD% 2 -twit twIt H4$,K6% 16A,14 -twitch twItS J1%,K7% 12A,2C,6A,15A,15B -twitched twItSt Jc%,Jd% 12A,2C,6A,15A,15B -twitches 'twItSIz Ja%,Kj% 22A,2C,6A,15A,15B -twitching 'twItSIN Jb% 22A,2C,6A,15A,15B -twits twIts Ha$,Kj% 16A,14 -twitted 'twItId Hc$,Hd$ 26A,14 -twitter 'twIt@R I0%,K6% 215A,15B -twittered 'twIt@d Ic%,Id% 215A,15B -twittering 'twIt@rIN Ib% 315A,15B -twitters 'twIt@z Ia%,Kj% 215A,15B -twitting 'twItIN Hb$ 26A,14 -two tu K6%,OA* 1 -two-a-penny ,tu-@-'penI OA% 4 -two-edged tu-'edZd OA% 2 -two-faced tu-'feIst OA% 2 -two-funnelled tu-'fVn@ld OA% 3 -two-handed tu-'h&ndId OA% 3 -two-piece 'tu-pis Ki% 2 -two-ply 'tu-plaI OA% 2 -two-seater tu-'sit@R K6% 3 -two-seaters tu-'sit@z Kj% 3 -two-step 'tu-step K6% 2 -two-steps 'tu-steps Kj% 2 -two-timing 'tu-taImIN OA% 3 -two-way 'tu-weI Oq% 2 -twofold 'tuf@Uld OA%,Pu% 2 -twopence 'tVp@ns K6% 2 -twopences 'tVp@nsIz Kj% 3 -twopenny 'tVp@nI OA% 3 -twopenny-halfpenny ,tVpnI-'heIpnI OA% 4 -twos tuz Kj% 1 -tycoon taI'kun K6% 2 -tycoons taI'kunz Kj% 2 -tying 'taIIN Jb% 22A,3A,6A,15A,15B -tyke taIk K6$ 1 -tykes taIks Kj$ 1 -tympana 'tImp@n@ Kj$ 3 -tympanum 'tImp@n@m K6$ 3 -tympanums 'tImp@n@mz Kj$ 3 -type taIp J2%,M6% 12A,6A -typecast 'taIpkAst H5$,Hc$,Hd% 26A -typecasting 'taIpkAstIN Hb$ 36A -typecasts 'taIpkAsts Ha$ 26A -typed taIpt Jc%,Jd% 12A,6A -typeface 'taIpfeIs K6% 2 -typefaces 'taIpfeIsIz Kj% 3 -types taIps Ja%,Mj% 12A,6A -typescript 'taIpskrIpt K6% 2 -typescripts 'taIpskrIpts Kj% 2 -typesetter 'taIpset@R K6% 3 -typesetters 'taIpset@z Kj% 3 -typewriter 'taIpraIt@R K6% 3 -typewriters 'taIpraIt@z Kj% 3 -typewritten 'taIprItn OA% 3 -typhoid 'taIfoId L@% 2 -typhoon taI'fun K6% 2 -typhoons taI'funz Kj% 2 -typhus 'taIf@s L@% 2 -typical 'tIpIkl OA% 3 -typically 'tIpIklI Pu% 3 -typified 'tIpIfaId Hc%,Hd% 36A -typifies 'tIpIfaIz Ha% 36A -typify 'tIpIfaI H3% 36A -typifying 'tIpIfaIIN Hb% 46A -typing 'taIpIN Jb% 22A,6A -typist 'taIpIst K6% 2 -typists 'taIpIsts Kj% 2 -typographer taI'p0gr@f@R K6% 4 -typographers taI'p0gr@f@z Kj% 4 -typographic ,taIp@'gr&fIk OA% 4 -typographically ,taIp@'gr&fIklI Pu% 5 -typography taI'p0gr@fI L@% 4 -tyrannical tI'r&nIkl OA% 4 -tyrannies 'tIr@nIz Mj% 3 -tyrannize 'tIr@naIz J2% 33A,6A -tyrannized 'tIr@naIzd Jc%,Jd% 33A,6A -tyrannizes 'tIr@naIzIz Ja% 43A,6A -tyrannizing 'tIr@naIzIN Jb% 43A,6A -tyrannous 'tIr@n@s OA% 3 -tyranny 'tIr@nI M8% 3 -tyrant 'taI@r@nt K6% 2 -tyrants 'taI@r@nts Kj% 2 -tyre 'taI@R K6% 1 -tyres 'taI@z Kj% 1 -tyro 'taI@r@U K6$ 2 -tyros 'taI@r@Uz Kj$ 2 -tzar zAR K6% 1 -tzarina zA'rin@ K6% 3 -tzarinas zA'rin@z Kj$ 3 -tzars zAz Kj$ 1 -u ju Ki$ 1 -u's juz Kj$ 1 -ubiquitous ju'bIkwIt@s OA% 4 -ubiquity ju'bIkwItI L@$ 4 -udder 'Vd@R K6% 2 -udders 'Vd@z Kj% 2 -ugh 3 W-$ 1 -uglier 'VglI@R Or% 3 -ugliest 'VglIIst Os% 3 -uglified 'VglIfaId Hc$,Hd$ 3 -uglifies 'VglIfaIz Ha$ 3 -uglify 'VglIfaI H3$ 3 -uglifying 'VglIfaIIN Hb$ 4 -ugliness 'VglIn@s L@% 3 -ugly 'VglI OD% 2 -ukase ju'keIs K6$ 2 -ukases ju'keIsIz Kj$ 3 -ukulele ,juk@'leIlI K6% 4 -ukuleles ,juk@'leIlIz Kj% 4 -ulcer 'Vls@R K6% 2 -ulcerate 'Vls@reIt J2% 32A,6A -ulcerated 'Vls@reItId Jc%,Jd% 42A,6A -ulcerates 'Vls@reIts Ja% 32A,6A -ulcerating 'Vls@reItIN Jb% 42A,6A -ulceration ,Vls@'reISn K6% 4 -ulcerations ,Vls@'reISnz Kj% 4 -ulcerous 'Vls@r@s OA% 3 -ulcers 'Vls@z Kj% 2 -ulna 'Vln@ Ki% 2 -ulnae 'Vlni Kj$ 2 -ulster 'Vlst@R K6$ 2 -ulsters 'Vlst@z Kj$ 2 -ulterior Vl'tI@rI@R OA% 4 -ultimata ,VltI'meIt@ Kj$ 4 -ultimate 'VltIm@t OA% 3 -ultimately 'VltIm@tlI Pu% 4 -ultimatum ,VltI'meIt@m K6% 4 -ultimatums ,VltI'meIt@mz Kj% 4 -ultimo 'VltIm@U OA$ 3 -ultra vires ,Vltr@ 'vaI@riz OA$,Pu$ 4 -ultra- ,Vltr@- U-% 2 -ultramarine ,Vltr@m@'rin K6$,OA% 4 -ultramarines ,Vltr@m@'rinz Kj$ 4 -ultramontane ,Vltr@m0n'teIn OA$ 4 -ultrasonic ,Vltr@'s0nIk OA% 4 -ultraviolet ,Vltr@'vaI@l@t OA% 5 -ululate 'juljUleIt I2$ 32A -ululated 'juljUleItId Ic$,Id$ 42A -ululates 'juljUleIts Ia$ 32A -ululating 'juljUleItIN Ib$ 42A -ululation ,juljU'leISn K6$ 4 -ululations ,juljU'leISnz Kj$ 4 -umber 'Vmb@R K6$,OA$ 2 -umbers 'Vmb@z Kj$ 2 -umbilical Vm'bIlIkl OA% 4 -umbrage 'VmbrIdZ L@% 2 -umbrella Vm'brel@ K6% 3 -umbrellas Vm'brel@z Kj% 3 -umlaut 'UmlaUt K6$ 2 -umlauts 'UmlaUts Kj$ 2 -umpire 'VmpaI@R J2%,K6% 22A,6A -umpired 'VmpaI@d Jc%,Jd% 22A,6A -umpires 'VmpaI@z Ja%,Kj% 22A,6A -umpiring 'VmpaI@rIN Jb% 32A,6A -umpteen 'Vmptin OA% 2 -umpteenth 'VmptinT OA% 2 -un- Vn- U-% 1 -un-come-at-able ,Vn-kVm-'&t-@bl OA$ 5 -un-get-at-able ,Vn-get-'&t-@bl OA$ 5 -unabashed ,Vn@'b&St OA% 3 -unabated ,Vn@'beItId OA% 4 -unable Vn'eIbl Op% 3 -unabridged ,Vn@'brIdZd OA% 3 -unacceptable ,Vn@k'sept@bl OA% 5 -unacceptably ,Vn@k'sept@blI Pu% 5 -unaccommodating ,Vn@'k0m@deItIN OA% 6 -unaccompanied ,Vn@'kVmp@nId OA% 5 -unaccountable ,Vn@'kaUnt@bl OA% 5 -unaccountably ,Vn@'kaUnt@blI Pu% 5 -unaccounted ,Vn@'kaUntId OA% 4 -unaccustomed ,Vn@'kVst@md OA% 4 -unacknowledged ,Vn@k'n0lIdZd OA% 4 -unacquainted ,Vn@'kweIntId OA% 4 -unadorned ,Vn@'dOnd OA% 3 -unadulterated ,Vn@'dVlt@reItId OA% 6 -unadventurous ,Vn@d'ventS@r@s OA% 5 -unadvised ,Vn@d'vaIzd OA$ 3 -unadvisedly ,Vn@d'vaIz@dlI Pu% 5 -unaffected ,Vn@'fektId OA% 4 -unafraid ,Vn@'freId Op% 3 -unaided Vn'eIdId OA% 3 -unalienable Vn'eIlI@n@bl OA$ 6 -unaligned ,Vn@'laInd OA% 3 -unalloyed ,Vn@'loId OA% 3 -unalterable Vn'0lt@r@bl OA% 5 -unalterably Vn'Olt@r@blI Pu% 5 -unaltered Vn'Olt@d OA% 3 -unambiguous ,Vn&m'bIgjU@s OA% 5 -unambiguously ,Vn&m'bIgjU@slI Pu% 5 -unamended ,Vn@'mendId OA% 4 -unanimity ,jun@'nImItI L@% 5 -unanimous ju'n&nIm@s OA% 4 -unanimously ju'n&nIm@slI Pu% 5 -unannounced ,Vn@'naUnst OA% 3 -unanswerable ,Vn'Ans@r@bl OA% 5 -unanswered ,Vn'Ans@d OA% 3 -unanticipated ,Vn&n'tIsIpeItId OA% 6 -unappealing ,Vn@'pilIN OA% 4 -unappetizing Vn'&pItaIzIN OA% 5 -unappreciated ,Vn@'priSIeItId OA% 6 -unappreciative ,Vn@'priS@tIv OA% 5 -unapproachable ,Vn@'pr@UtS@bl OA% 5 -unarguable Vn'AgjU@bl OA% 5 -unarguably Vn'AgjU@blI Pu% 5 -unarmed ,Vn'Amd OA% 2 -unarticulated ,VnA'tIkjUleItId OA% 6 -unashamed ,Vn@'SeImd Op% 3 -unashamedly ,Vn@'SeImIdlI Pu% 5 -unasked ,Vn'Askt OA% 2 -unassailable ,Vn@'seIl@bl OA% 5 -unassailably ,Vn@'seIl@blI Pu% 5 -unassisted ,Vn@'sIstId OA% 4 -unassuming ,Vn@'sjumIN OA% 4 -unassumingly ,Vn@'sjumINlI Pu% 5 -unattached ,Vn@'t&tSt OA% 3 -unattainable ,Vn@'taIn@bl OA% 5 -unattainably ,Vn@'teIn@blI Pu% 5 -unattended ,Vn@'tendId OA% 4 -unattractive ,Vn@'tr&ktIv OA% 4 -unattractively ,Vn@'tr&ktIvlI Pu% 5 -unauthorized Vn'OT@raIzd OA% 4 -unavailable ,Vn@'veIl@bl OA% 5 -unavailing ,Vn@'veIlIN OA% 4 -unavoidable ,Vn@'voId@bl OA% 5 -unavoidably ,Vn@'voId@blI Pu% 5 -unawakened ,Vn@'weIk@nd OA% 4 -unaware ,Vn@'we@R Op% 3 -unawares ,Vn@'we@z Pu% 3 -unbacked ,Vn'b&kt OA$ 2 -unbalance Vn'b&l@ns H2% 36A -unbalanced ,Vn'b&l@nst OA% 3 -unbalanced Vn'b&l@nst Hc%,Hd%,OA% 36A -unbalances Vn'b&l@nsIz Ha% 46A -unbalancing Vn'b&l@nsIN Hb% 46A -unbar ,Vn'bAR H4$ 2 -unbarred ,Vn'bAd Hc$,Hd% 2 -unbarring ,Vn'bArIN Hb$ 3 -unbars ,Vn'bAz Ha$ 2 -unbearable Vn'be@r@bl OA% 4 -unbearably Vn'be@r@blI Pu% 4 -unbeatable Vn'bit@bl OA% 4 -unbeaten ,Vn'bitn OA% 3 -unbecoming ,VnbI'kVmIN OA% 4 -unbecomingly ,VnbI'kVmINlI Pu% 5 -unbeknown ,VnbI'n@Un OA%,Pu% 3 -unbeknownst ,VnbI'n@Unst OA%,Pu% 3 -unbelief ,VnbI'lif L@% 3 -unbelievable ,VnbI'liv@bl OA% 5 -unbelievably ,VnbI'liv@blI Pu% 5 -unbeliever ,VnbI'liv@R K6% 4 -unbelievers ,VnbI'liv@z Kj% 4 -unbelieving ,VnbI'livIN OA% 4 -unbelievingly ,VnbI'livINlI Pu% 5 -unbeloved ,VnbI'lVvd OA% 3 -unbend ,Vn'bend J0% 22A,6A -unbended ,Vn'bendId Jc%,Jd% 32A,6A -unbending ,Vn'bendIN Jb%,OA% 32A,6A -unbends ,Vn'bendz Ja% 22A,6A -unbent ,Vn'bent Jc%,Jd% 22A,6A -unbiased ,Vn'baI@st OA% 3 -unbiassed ,Vn'baI@st OA% 3 -unbidden ,Vn'bIdn OA% 3 -unbind ,Vn'baInd H5% 26A -unbinding ,Vn'baIndIN Hb% 36A -unbinds ,Vn'baIndz Ha% 26A -unblock Vn'bl0k H0% 26A,15B -unblocked Vn'bl0kt Hc%,Hd% 26A,15B -unblocking Vn'bl0kIN Hb% 36A,15B -unblocks Vn'bl0ks Ha% 26A,15B -unblushing ,Vn'blVSIN OA% 3 -unblushingly ,Vn'blVSINlI Pu% 4 -unblushingly Vn'blVSINlI Pu% 4 -unbolt Vn'b@Ult J0% 22A,2C,6A,15B -unbolted Vn'b@UltId Jc%,Jd% 32A,2C,6A,15B -unbolting Vn'b@UltIN Jb% 32A,2C,6A,15B -unbolts Vn'b@Ults Ja% 22A,2C,6A,15B -unborn ,Vn'bOn OA% 2 -unbosom Vn'bUz@m H0$ 36A,14 -unbosomed Vn'bUz@md Hc$,Hd$ 36A,14 -unbosoming Vn'bUz@mIN Hb$ 46A,14 -unbosoms Vn'bUz@mz Ha$ 36A,14 -unbound ,Vn'baUnd Hc%,Hd% 26A -unbounded Vn'baUndId OA% 3 -unbowed ,Vn'baUd OA% 2 -unbreakable Vn'breIk@bl OA% 4 -unbridled ,Vn'braIdld OA% 3 -unbroken ,Vn'br@Uk@n OA% 3 -unbuckle ,Vn'bVkl H2% 36A -unbuckled ,Vn'bVkld Hc%,Hd% 36A -unbuckles ,Vn'bVklz Ha% 36A -unbuckling ,Vn'bVklIN Hb% 36A -unburden ,Vn'b3dn H0% 36A,15A -unburdened ,Vn'b3dnd Hc%,Hd% 36A,15A -unburdening ,Vn'b3dnIN Hb% 46A,15A -unburdens ,Vn'b3dnz Ha% 36A,15A -unburied Vn'berId OA% 3 -unbutton Vn'bVtn H0% 36A -unbuttoned ,Vn'bVtnd OA% 3 -unbuttoned Vn'bVtnd Hc%,Hd%,OA% 36A -unbuttoning Vn'bVtnIN Hb% 46A -unbuttons Vn'bVtnz Ha% 36A -uncalled-for Vn'kOld-fOR OA% 3 -uncannily Vn'k&nIlI Pu% 4 -uncanny Vn'k&nI OA% 3 -uncared-for ,Vn'ke@d-fOR OA% 3 -uncarpeted Vn'kApItId OA% 4 -unceasing Vn'sisIN OA% 3 -unceasingly Vn'sisINlI Pu% 4 -uncensored Vn'sens@d OA% 3 -unceremonious ,Vn,serI'm@UnI@s OA% 6 -unceremoniously ,Vn,serI'm@UnI@slI Pu% 7 -unceremoniousness ,Vn,serI'm@UnI@sn@s L@$ 7 -uncertain Vn's3tn OA% 3 -uncertainly Vn's3tnlI Pu% 4 -uncertainties Vn's3tntIz Mj% 4 -uncertainty Vn's3tntI M8% 4 -unchain Vn'tSeIn H0$ 26A,15A,15B -unchained Vn'tSeInd Hc%,Hd% 26A,15A,15B -unchaining Vn'tSeInIN Hb$ 36A,15A,15B -unchains Vn'tSeInz Ha$ 26A,15A,15B -unchallengeable Vn'tS&l@ndZ@bl OA% 5 -unchallenged Vn'tS&l@ndZd OA% 3 -unchanged Vn'tSeIndZd OA% 2 -unchanging Vn'tSeIndZIN OA% 3 -uncharacteristic ,Vnk&r@kt@'rIstIk OA% 6 -uncharacteristically ,Vnk&r@kt@'rIstIklI Pu% 7 -uncharitable ,Vn'tS&rIt@bl OA% 5 -uncharted ,Vn'tSAtId OA% 3 -unchecked ,Vn'tSekt OA% 2 -unchivalrously Vn'SIvlr@slI Pu% 5 -unchristian ,Vn'krIstS@n OA% 3 -uncivil ,Vn'sIvl OA% 3 -uncivilized Vn'sIvIlaIzd OA% 4 -unclaimed ,Vn'kleImd OA% 2 -unclassified Vn'kl&sIfaId OA% 4 -uncle 'VNkl K6% 2 -unclean ,Vn'klin OA% 2 -unclear Vn'klI@R OA% 2 -uncles 'VNklz Kj% 2 -unclouded ,Vn'klaUdId OA% 3 -uncluttered Vn'klVt@d OA% 3 -unco 'VNk@U OA$,Pu$ 2 -unco-operative ,Vnk@U-'0p@r@tIv OA% 6 -unco-ordinated ,Vnk@U-'OdIneItId OA% 6 -uncoloured ,Vn'kVl@d OA% 3 -uncomfortable Vn'kVmft@bl OA% 4 -uncomfortably Vn'kVmf@t@blI Pu% 5 -uncommercialized ,Vnk@'m3S@laIzd OA% 5 -uncommitted ,Vnk@'mItId OA% 4 -uncommon Vn'k0m@n OA% 3 -uncommonly Vn'k0m@nlI Pu% 4 -uncommunicative ,Vnk@'mjunIk@tIv OA% 6 -uncompetitive ,Vnk@m'pet@tIv OA% 5 -uncomplaining ,Vnk@m'pleInIN OA% 4 -uncomplainingly ,Vnk@m'pleInINlI Pu% 5 -uncompleted ,Vnk@m'plitId OA% 4 -uncomplicated Vn'k0mplIkeItId OA% 5 -uncomplimentary ,Vnk0mplI'mentrI OA% 5 -uncomprehending ,Vnk0mprI'hendIN OA% 5 -uncompromising Vn'k0mpr@maIzIN OA% 5 -unconcealed ,Vnk@n'sild OA% 3 -unconcern ,Vnk@n's3n L@% 3 -unconcerned ,Vnk@n's3nd OA% 3 -unconcernedly ,Vnk@n's3n@dlI Pu% 5 -unconditional ,Vnk@n'dIS@nl OA% 5 -unconditionally ,Vnk@n'dIS@n@lI Pu% 6 -unconditioned ,Vnk@n'dISnd OA% 4 -unconfined ,Vnk@n'faInd OA% 3 -unconfirmed ,Vnk@n'f3md OA% 3 -unconformable ,Vnk@n'fOm@bl OA% 5 -uncongenial ,Vnk@n'dZinI@l OA% 5 -unconnected ,Vnk@'nektId OA% 4 -unconquered Vn'k0Nk@d OA% 3 -unconscionable Vn'k0nS@n@bl OA% 5 -unconscious Vn'k0nS@s K7%,OA% 3 -unconsciouses Vn'k0nS@sIz Kj$ 4 -unconsciously Vn'k0nS@slI Pu% 4 -unconsciousness Vn'k0nS@sn@s L@% 4 -unconsidered 'Vnk@nsId@d OA% 4 -unconstitutional ,Vnk0nstI'tjuS@nl OA% 6 -unconstitutionally ,Vnk0nstI'tjuS@n@lI Pu% 7 -unconstrained ,Vnk@n'streInd OA% 3 -unconstructive ,Vnk@n'strVktIv OA% 4 -unconsummated Vn'k0ns@meItId OA% 5 -uncontaminated ,Vnk@n't&mIneItId OA% 6 -uncontrollable ,Vnk@n'tr@Ul@bl OA% 5 -uncontrollably ,Vnk@n'tr@Ul@blI Pu% 5 -uncontrolled ,Vnk@n'tr@Uld OA% 3 -uncontroversial ,Vnk0ntr@'v3Sl OA% 5 -unconventional ,Vnk@n'venS@nl OA% 5 -unconventionality ,Vnk@n,venS@'n&lItI L@% 7 -unconverted ,Vnk@n'v3tId OA% 4 -unconvinced ,Vnk@n'vInst OA% 3 -unconvincing ,Vnk@n'vInsIN OA% 4 -uncooked Vn'kUkt OA% 2 -uncork ,Vn'kOk H0% 26A -uncorked ,Vn'kOkt Hc%,Hd% 26A -uncorking ,Vn'kOkIN Hb% 36A -uncorks ,Vn'kOks Ha% 26A -uncorrected ,Vnk@'rektId OA% 4 -uncorrelated Vn'k0r@leItId OA% 5 -uncorroborated ,Vnk@'r0b@reItId OA% 6 -uncouple ,Vn'kVpl H2% 36A -uncoupled ,Vn'kVpld Hc%,Hd% 36A -uncouples ,Vn'kVplz Ha% 36A -uncoupling ,Vn'kVplIN Hb% 36A -uncouth Vn'kuT OA% 2 -uncouthly Vn'kuTlI Pu% 3 -uncouthness Vn'kuTn@s L@% 3 -uncover Vn'kVv@R H0% 32A,6A -uncovered Vn'kVv@d Hc%,Hd% 32A,6A -uncovering Vn'kVv@rIN Hb% 42A,6A -uncovers Vn'kVv@z Ha% 32A,6A -uncritical Vn'krItIkl OA% 4 -uncritically Vn'krItIklI Pu% 4 -uncross Vn'kr0s H1% 26A -uncrossed ,Vn'kr0st OA% 2 -uncrossed Vn'kr0st Hc%,Hd%,OA% 26A -uncrosses Vn'kr0sIz Ha% 36A -uncrossing Vn'kr0sIN Hb% 36A -uncrowned ,Vn'kraUnd OA% 2 -unction 'VNkSn L@% 2 -unctuous 'VNktSU@s OA% 3 -unctuously 'VNktSU@slI Pu% 4 -uncultivated Vn'kVltIveItId OA% 5 -uncultured Vn'kVltS@d OA% 3 -uncurl Vn'k3l J0% 22A,2C,6A,15A,15B -uncurled Vn'k3ld Jc%,Jd% 22A,2C,6A,15A,15B -uncurling Vn'k3lIN Jb% 32A,2C,6A,15A,15B -uncurls Vn'k3lz Ja% 22A,2C,6A,15A,15B -uncut ,Vn'kVt OA% 2 -undamaged Vn'd&mIdZd OA% 3 -undated ,Vn'deItId OA% 3 -undaunted ,Vn'dOntId OA% 3 -undeceive ,VndI'siv H2$ 36A -undeceived ,VndI'sivd Hc$,Hd$ 36A -undeceives ,VndI'sivz Ha$ 36A -undeceiving ,VndI'sivIN Hb$ 46A -undecided ,VndI'saIdId OA% 4 -undeclared ,VndI'kle@d OA% 3 -undefeated ,VndI'fitId OA% 4 -undefended ,VndI'fendId OA% 4 -undeferential ,Vndef@'renSl OA% 5 -undefinable ,VndI'faIn@bl OA% 5 -undefined ,VndI'faInd OA% 3 -undemanding ,VndI'mAndIN OA% 4 -undemocratic ,Vndem@'kr&tIk OA% 5 -undemocratically ,Vndem@'kr&tIklI Pu% 6 -undemonstrative ,VndI'm0nstr@tIv OA% 5 -undeniable ,VndI'naI@bl OA% 5 -undeniably ,VndI'naI@blI Pu% 5 -undenominational ,VndI,n0mI'neIS@nl OA% 7 -under 'Vnd@R Pu*,T-* 2 -under- 'Vnd@R- U-% 2 -under-the-counter ,Vnd@-D@-'kaUnt@R OA% 5 -underact ,Vnd@'r&kt J0% 32A,6A -underacted ,Vnd@'r&ktId Jc%,Jd% 42A,6A -underacting ,Vnd@'r&ktIN Jb% 42A,6A -underacts ,Vnd@'r&kts Ja% 32A,6A -underarm 'Vnd@rAm OA%,Pu% 3 -underbellies 'Vnd@belIz Kj% 4 -underbelly 'Vnd@belI K8% 4 -underbid ,Vnd@'bId H5%,Hc%,Hd% 3 -underbidding ,Vnd@'bIdIN Hb% 4 -underbids ,Vnd@'bIdz Ha% 3 -underbred ,Vnd@'bred OA$ 3 -underbrush 'Vnd@brVS L@$ 3 -undercarriage 'Vnd@k&rIdZ K6% 4 -undercarriages 'Vnd@k&rIdZIz Kj% 5 -undercharge 'Vnd@tSAdZ K6$ 3 -undercharge ,Vnd@'tSAdZ H2% 36A -undercharged ,Vnd@'tSAdZd Hc%,Hd% 36A -undercharges 'Vnd@tSAdZIz Kj$ 4 -undercharges ,Vnd@'tSAdZIz Ha% 46A -undercharging ,Vnd@'tSAdZIN Hb% 46A -underclothes 'Vnd@kl@UDz Kj% 3 -underclothing 'Vnd@kl@UDIN L@% 4 -undercoat 'Vnd@k@Ut K6% 3 -undercoats 'Vnd@k@Uts Kj% 3 -undercover ,Vnd@'kVv@R OA% 4 -undercurrent 'Vnd@kVr@nt K6% 4 -undercurrents 'Vnd@kVr@nts Kj% 4 -undercut 'Vnd@kVt L@% 3 -undercut ,Vnd@'kVt H5%,Hc%,Hd% 36A -undercuts ,Vnd@'kVts Ha% 36A -undercutting ,Vnd@'kVtIN Hb% 46A -underdeveloped ,Vnd@dI'vel@pt OA% 5 -underdevelopment ,Vnd@dI'vel@pm@nt L@% 6 -underdog 'Vnd@d0g K6% 3 -underdogs 'Vnd@d0gz Kj% 3 -underdone ,Vnd@'dVn OA% 3 -underemployed ,Vnd@rIm'ploId OA% 4 -underestimate ,Vnd@'restIm@t K6% 5 -underestimate ,Vnd@'restImeIt H2% 56A -underestimated ,Vnd@'restImeItId Hc%,Hd% 66A -underestimates ,Vnd@'restIm@ts Kj% 5 -underestimates ,Vnd@'restImeIts Ha% 56A -underestimating ,Vnd@'restImeItIN Hb% 66A -underestimation ,Vnd@,restI'meISn M6% 6 -underestimations ,Vnd@,restI'meISnz Mj% 6 -underexpose ,Vnd@rIk'sp@Uz H2% 46A -underexposed ,Vnd@rIk'sp@Uzd Hc%,Hd% 46A -underexposes ,Vnd@rIk'sp@UzIz Ha% 56A -underexposing ,Vnd@rIk'sp@UzIN Hb% 56A -underexposure ,Vnd@rIk'sp@UZ@R K6% 5 -underexposures ,Vnd@rIk'sp@UZ@z Kj% 5 -underfed ,Vnd@'fed OA% 3 -underfelt 'Vnd@felt L@% 3 -underfloor ,Vnd@'flOR OA% 3 -underfoot ,Vnd@'fUt Pu% 3 -undergarment 'Vnd@gAm@nt K6% 4 -undergarments 'Vnd@gAm@nts Kj% 4 -undergo ,Vnd@'g@U H5% 36A -undergoes ,Vnd@'g@Uz Ha% 36A -undergoing ,Vnd@'g@UIN Hb% 46A -undergone ,Vnd@'g0n Hd% 36A -undergraduate ,Vnd@'gr&dZU@t K6% 5 -undergraduates ,Vnd@'gr&dZU@ts Kj% 5 -underground 'Vnd@graUnd K6%,Oq%,Pu% 3 -undergrounds 'Vnd@graUndz Kj$ 3 -undergrowth 'Vnd@gr@UT L@% 3 -underhand 'Vnd@h&nd OA%,Pu% 3 -underhanded 'Vnd@h&ndId OA% 4 -underhung ,Vnd@'hVN OA$ 3 -underlain ,Vnd@'leIn Hd% 36A -underlay 'Vnd@leI L@% 3 -underlay ,Vnd@'leI Hc% 36A -underlie ,Vnd@'laI H5% 36A -underlies ,Vnd@'laIz Ha% 36A -underline 'Vnd@laIn K6% 3 -underline ,Vnd@'laIn H2% 36A -underlined ,Vnd@'laInd Hc%,Hd% 36A -underlines 'Vnd@laInz Kj% 3 -underlines ,Vnd@'laInz Ha% 36A -underling 'Vnd@lIN K6% 3 -underlings 'Vnd@lINz Kj% 3 -underlining ,Vnd@'laInIN Hb% 46A -underlying ,Vnd@'laIIN Hb% 46A -undermanned ,Vnd@'m&nd OA% 3 -undermentioned ,Vnd@'menSnd OA% 4 -undermine ,Vnd@'maIn H2% 36A -undermined ,Vnd@'maInd Hc%,Hd% 36A -undermines ,Vnd@'maInz Ha% 36A -undermining ,Vnd@'maInIN Hb% 46A -underneath ,Vnd@'niT Pu%,T-% 3 -undernourished ,Vnd@'nVrISt OA% 4 -undernourishment ,Vnd@'nVrISm@nt L@% 5 -underpaid ,Vnd@'peId Hc%,Hd% 36A -underpants 'Vnd@p&nts Kj% 3 -underpass 'Vnd@pAs K7% 3 -underpasses 'Vnd@pAsIz Kj% 4 -underpay ,Vnd@'peI H5% 36A -underpaying ,Vnd@'peIIN Hb% 46A -underpayment ,Vnd@'peIm@nt M6% 4 -underpayments ,Vnd@'peIm@nts Mj% 4 -underpays ,Vnd@'peIz Ha% 36A -underpin ,Vnd@'pIn H4% 3 -underpinned ,Vnd@'pInd Hc%,Hd% 3 -underpinning ,Vnd@'pInIN Hb% 4 -underpins ,Vnd@'pInz Ha% 3 -underpopulated ,Vnd@'p0pjUleItId OA% 6 -underprivileged ,Vnd@'prIv@lIdZd OA% 5 -underproduction ,Vnd@pr@'dVkSn L@% 5 -underquote ,Vnd@'kw@Ut H2$ 36A -underquoted ,Vnd@'kw@UtId Hc$,Hd$ 46A -underquotes ,Vnd@'kw@Uts Ha$ 36A -underquoting ,Vnd@'kw@UtIN Hb$ 46A -underrate ,Vnd@'reIt H2% 36A -underrated ,Vnd@'reItId Hc%,Hd% 46A -underrates ,Vnd@'reIts Ha% 36A -underrating ,Vnd@'reItIN Hb% 46A -underscore ,Vnd@'skOR H2% 36A -underscored ,Vnd@'skOd Hc%,Hd% 36A -underscores ,Vnd@'skOz Ha% 36A -underscoring ,Vnd@'skOrIN Hb% 46A -undersea 'Vnd@si OA% 3 -underseal 'Vnd@sil L@% 3 -undersealed 'Vnd@sild OA% 3 -undersecretaries ,Vnd@'sekr@trIz Kj% 5 -undersecretary ,Vnd@'sekr@trI K8% 5 -undersell ,Vnd@'sel H5% 36A -underselling ,Vnd@'selIN Hb% 46A -undersells ,Vnd@'selz Ha% 36A -undersexed ,Vnd@'sekst OA% 3 -undershoot ,Vnd@'Sut H5% 3 -undershooting ,Vnd@'SutIN Hb% 4 -undershoots ,Vnd@'Suts Ha% 3 -undershot ,Vnd@'S0t Hc%,Hd% 3 -underside 'Vnd@saId K6% 3 -undersides 'Vnd@saIdz Kj% 3 -undersign ,Vnd@'saIn H0% 36A -undersigned ,Vnd@'saInd Hc%,Hd% 36A -undersigning ,Vnd@'saInIN Hb% 46A -undersigns ,Vnd@'saInz Ha% 36A -undersized ,Vnd@'saIzd OA% 3 -underskirt 'Vnd@sk3t K6% 3 -underskirts 'Vnd@sk3ts Kj% 3 -underslung ,Vnd@'slVN OA$ 3 -undersold ,Vnd@'s@Uld Hc%,Hd% 36A -underspend ,Vnd@'spend J5% 32A,6A,14,19B -underspending ,Vnd@'spendIN Jb% 42A,6A,14,19B -underspends ,Vnd@'spendz Ja% 32A,6A,14,19B -underspent ,Vnd@'spent Jc%,Jd%,OA% 32A,6A,14,19B -understaffed ,Vnd@'stAft OA% 3 -understand ,Vnd@'st&nd J5% 32A,6A,6C,8,9,10,17,19C -understandable ,Vnd@'st&nd@bl OA% 5 -understandably ,Vnd@'st&nd@blI Pu% 5 -understanding ,Vnd@'st&ndIN Jb%,M6%,OA% 42A,6A,6C,8,9,10,17,19C -understandings ,Vnd@'st&ndINz Mj$ 4 -understands ,Vnd@'st&ndz Ja% 32A,6A,6C,8,9,10,17,19C -understate ,Vnd@'steIt H2% 36A -understated ,Vnd@'steItId Hc%,Hd% 46A -understatement 'Vnd@steItm@nt M6% 4 -understatements 'Vnd@steItm@nts Mj% 4 -understates ,Vnd@'steIts Ha% 36A -understating ,Vnd@'steItIN Hb% 46A -understock ,Vnd@'st0k H0% 36A -understocked ,Vnd@'st0kt Hc%,Hd% 36A -understocking ,Vnd@'st0kIN Hb% 46A -understocks ,Vnd@'st0ks Ha% 36A -understood ,Vnd@'stUd Jc%,Jd% 32A,6A,6C,8,9,10,17,19C -understudied 'Vnd@stVdId Hc%,Hd% 46A -understudies 'Vnd@stVdIz Ha%,Kj% 46A -understudy 'Vnd@stVdI H3%,K8% 46A -understudying 'Vnd@stVdIIN Hb% 56A -undersurface 'Vnd@s3fIs K6% 4 -undersurfaces 'Vnd@s3fIsIz Kj% 5 -undertake ,Vnd@'teIk H5% 36A,7A,9 -undertaken ,Vnd@'teIk@n Hc% 46A,7A,9 -undertaker 'Vnd@teIk@R K6% 4 -undertakers 'Vnd@teIk@z Kj% 4 -undertakes ,Vnd@'teIks Ha% 36A,7A,9 -undertaking 'Vnd@teIkIN M6% 4 -undertaking ,Vnd@'teIkIN Hb%,K6% 46A,7A,9 -undertakings 'Vnd@teIkINz Mj$ 4 -undertakings ,Vnd@'teIkINz Kj% 4 -undertone 'Vnd@t@Un K6% 3 -undertones 'Vnd@t@Unz Kj% 3 -undertook ,Vnd@'tUk Hc% 36A,7A,9 -undertow 'Vnd@t@U K6% 3 -undertows 'Vnd@t@Uz Kj$ 3 -undervaluation ,Vnd@,v&ljU'eISn M6% 6 -undervaluations ,Vnd@,v&ljU'eISnz Mj% 6 -undervalue ,Vnd@'v&lju H2% 46A -undervalued ,Vnd@'v&ljud Hc%,Hd% 46A -undervalues ,Vnd@'v&ljuz Ha% 46A -undervaluing ,Vnd@'v&ljuIN Hb% 56A -underwater 'Vnd@wOt@R OA% 4 -underwear 'Vnd@we@R L@% 3 -underweight ,Vnd@'weIt OA% 3 -underwent ,Vnd@'went Hc% 36A -underworld 'Vnd@w3ld K6% 3 -underworlds 'Vnd@w3ldz Kj$ 3 -underwrite ,Vnd@'raIt H5% 36A -underwriter ,Vnd@'raIt@R K6% 4 -underwriters ,Vnd@'raIt@z Kj% 4 -underwrites ,Vnd@'raIts Ha% 36A -underwriting ,Vnd@'raItIN Hb% 46A -underwritten ,Vnd@'rItn Hd% 46A -underwrote ,Vnd@'r@Ut Hc% 36A -undeserved ,VndI'z3vd OA% 3 -undeserving ,VndI'z3vIN OA% 4 -undesigned ,VndI'zaInd OA% 3 -undesirable ,VndI'zaI@r@bl K6%,OA% 5 -undesirables ,VndI'zaI@r@blz Kj% 5 -undetected ,VndI'tektId OA% 4 -undetermined ,VndI't3mInd OA% 4 -undeterred ,VndI't3d OA% 3 -undeveloped ,VndI'vel@pt OA% 4 -undiagnosed Vn'daI@gn@Uzd OA% 4 -undid Vn'dId Hc% 26A -undies 'VndIz Kj% 2 -undifferentiated ,VndIf@'renSIeItId OA% 7 -undigested ,VndI'dZestId OA% 4 -undignified Vn'dIgnIfaId OA% 4 -undiluted ,VndaI'ljutId OA% 4 -undiminished ,VndI'mInISt OA% 4 -undimmed Vn'dImd OA% 2 -undiplomatic ,VndIpl@'m&tIk OA% 5 -undiplomatically ,VndIpl@'m&tIklI Pu% 6 -undischarged ,VndIs'tSAdZd OA% 3 -undisciplined Vn'dIsIplInd OA% 4 -undisclosed ,VndIs'kl@Uzd OA% 3 -undiscovered ,VndI'skVv@d OA% 4 -undiscriminating ,VndI'skrImIneItIN OA% 6 -undisguised ,VndIs'gaIzd OA% 3 -undismayed ,VndIs'meId OA% 3 -undisputed ,VndI'spjutId OA% 4 -undisputedly ,VndI'spjutIdlI Pu% 5 -undissolved ,VndI'z0lvd OA% 3 -undistinguishable ,VndI'stINgwIS@bl OA% 6 -undistinguished ,VndI'stINgwISt OA% 4 -undistributed ,VndI'strIbjutId OA% 5 -undisturbed ,VndI'st3bd OA% 3 -undivided ,VndI'vaIdId OA% 4 -undo Vn'du H5% 26A -undock Vn'd0k J0$ 22A,6A -undocked Vn'd0kt Jc$,Jd$ 22A,6A -undocking Vn'd0kIN Jb$ 32A,6A -undocks Vn'd0ks Ja$ 22A,6A -undocumented Vn'd0kjUmentId OA% 5 -undoes Vn'dVz Ha% 26A -undogmatic ,Vnd0g'm&tIk OA% 4 -undoing Vn'duIN Hb%,K6% 36A -undoings Vn'duINz Kj$ 3 -undomesticated ,Vnd@'mestIkeItId OA% 6 -undone Vn'dVn Hd%,Op% 26A -undoubted Vn'daUtId OA% 3 -undoubtedly Vn'daUtIdlI Pu% 4 -undramatic ,Vndr@'m&tIk OA% 4 -undramatically ,Vndr@'m&tIklI Pu% 5 -undreamed Vn'drimd OA% 2 -undreamed-of Vn'drimd-@v OA% 3 -undreamt Vn'dremt OA% 2 -undress Vn'dres J1%,L@% 22A,6A -undressed Vn'drest Jc%,Jd% 22A,6A -undresses Vn'dresIz Ja% 32A,6A -undressing Vn'dresIN Jb% 32A,6A -undrinkable Vn'drINk@bl OA% 4 -undue ,Vn'dju OA% 2 -undulate 'VndjUleIt I2% 32A,2C -undulated 'VndjUleItId Ic%,Id% 42A,2C -undulates 'VndjUleIts Ia% 32A,2C -undulating 'VndjUleItIN Ib% 42A,2C -undulation ,VndjU'leISn M6% 4 -undulations ,VndjU'leISnz Mj% 4 -unduly ,Vn'djulI Pu% 3 -undying ,Vn'daIIN OA% 3 -unearned ,Vn'3nd OA% 2 -unearth Vn'3T H0% 26A -unearthed Vn'3Tt Hc%,Hd% 26A -unearthing Vn'3TIN Hb$ 36A -unearthly Vn'3TlI OA% 3 -unearths Vn'3Ts Ha$ 26A -unease Vn'iz L@% 2 -uneasily Vn'izIlI Pu% 4 -uneasiness Vn'izIn@s L@% 4 -uneasy Vn'izI OA% 3 -uneatable Vn'it@bl OA% 4 -uneaten Vn'itn OA% 3 -uneconomic ,Vnik@'n0mIk OA% 5 -uneconomical ,Vnik@'n0mIkl OA% 6 -unedifying Vn'edIfaIIN OA% 5 -unedited Vn'edItId OA% 4 -uneducated Vn'edZUkeItId OA% 5 -uneffective ,VnI'fektIv OA% 4 -unelaborated ,VnI'l&b@reItId OA% 6 -unemotional ,VnI'm@US@nl OA% 5 -unemotionally ,VnI'm@US@n@lI Pu% 6 -unemployable ,VnIm'ploI@bl OA% 5 -unemployed ,VnIm'ploId OA% 3 -unemployment ,VnIm'ploIm@nt L@% 4 -unending Vn'endIN OA% 3 -unendingly Vn'endINlI Pu% 4 -unendurable ,VnIn'djU@r@bl OA% 5 -unenlightened ,VnIn'laItnd OA% 4 -unenterprising Vn'ent@praIzIN OA% 5 -unenthusiastic ,VnIn,TjuzI'&stIk OA% 6 -unenthusiastically ,VnIn,TjuzI'&stIklI Pu% 7 -unenviable Vn'envI@bl OA% 5 -unequal ,Vn'ikw@l OA% 3 -unequalled ,Vn'ikw@ld OA% 3 -unequally ,Vn'ikw@lI Pu% 4 -unequipped ,VnI'kwIpt OA% 3 -unequivocal ,VnI'kwIv@kl OA% 5 -unequivocally ,VnI'kwIv@klI Pu% 5 -unerring Vn'3rIN OA% 3 -unerringly Vn'3rINlI Pu% 4 -unethical Vn'eTIkl OA% 4 -unethically Vn'eTIklI Pu% 4 -uneven Vn'ivn OA% 3 -unevenly Vn'ivnlI Pu% 4 -uneventful ,VnI'ventf@l OA% 4 -uneventfully ,VnI'ventf@lI Pu% 5 -unexampled ,VnIg'zAmpld OA% 4 -unexceeded ,VnIk'sidId OA% 4 -unexceptionable ,VnIk'sepS@n@bl OA% 6 -unexceptional ,VnIk'sepS@nl OA% 5 -unexciting ,VnIk'saItIN OA% 4 -unexpected ,VnIk'spektId OA% 4 -unexpectedly ,VnIk'spektIdlI Pu% 5 -unexpectedness ,VnIk'spektIdnIs L@% 5 -unexpired ,VnIk'spaI@d OA% 3 -unexplained ,VnIk'spleInd OA% 3 -unexplored ,VnIk'splOd OA% 3 -unexposed ,VnIk'sp@Uzd OA% 3 -unexpressed ,VnIk'sprest OA% 3 -unexpurgated Vn'eksp@geItId OA% 5 -unfailing Vn'feIlIN OA% 3 -unfailingly Vn'feIlINlI Pu% 4 -unfair ,Vn'fe@R OA% 2 -unfairly ,Vn'fe@lI Pu% 3 -unfairness ,Vn'fe@n@s L@% 3 -unfaithful ,Vn'feITf@l OA% 3 -unfaithfully ,Vn'feITf@lI Pu% 4 -unfaithfulness ,Vn'feITf@ln@s L@% 4 -unfaltering Vn'fOlt@rIN OA% 4 -unfalteringly Vn'fOlt@rINlI Pu% 5 -unfamiliar ,Vnf@'mIlI@R OA% 5 -unfamiliarity ,Vnf@,mIlI'&rItI L@% 7 -unfashionable Vn'f&Sn@bl OA% 4 -unfashionably Vn'f&Sn@blI Pu% 4 -unfasten Vn'fAsn J0% 32A,2C,3A,6A,14,15A,15B -unfastened Vn'fAsnd Jc%,Jd% 32A,2C,3A,6A,14,15A,15B -unfastening Vn'fAsnIN Jb% 42A,2C,3A,6A,14,15A,15B -unfastens Vn'fAsnz Ja% 32A,2C,3A,6A,14,15A,15B -unfathomable Vn'f&D@m@bl OA% 5 -unfathomed Vn'f&D@md OA% 3 -unfavourable Vn'feIv@r@bl OA% 5 -unfavourably Vn'feIv@r@blI Pu% 5 -unfed Vn'fed OA% 2 -unfeeling Vn'filIN OA% 3 -unfeelingly Vn'filINlI Pu% 4 -unfeigned Vn'feInd OA% 2 -unfeignedly Vn'feIn@dlI Pu% 4 -unfermented ,Vnf@'mentId OA% 4 -unfertilized Vn'f3t@laIzd OA% 4 -unfettered Vn'fet@d OA% 3 -unfinished Vn'fInISt OA% 3 -unfit ,Vn'fIt H4$,OA% 214 -unfits ,Vn'fIts Ha$ 214 -unfitted ,Vn'fItId Hc$,Hd% 314 -unfitting ,Vn'fItIN Hb$ 314 -unflagging ,Vn'fl&gIN OA% 3 -unflappable ,Vn'fl&p@bl OA% 4 -unfledged ,Vn'fledZd OA% 2 -unflinching Vn'flIntSIN OA% 3 -unflurried Vn'flVrId OA% 3 -unfold Vn'f@Uld J0% 22A,2C,6A -unfolded Vn'f@UldId Jc%,Jd% 32A,2C,6A -unfolding Vn'f@UldIN Jb% 32A,2C,6A -unfolds Vn'f@Uldz Ja% 22A,2C,6A -unforeseeable ,VnfO'si@bl OA% 5 -unforeseen ,VnfO'sin OA% 3 -unforgettable ,Vnf@'get@bl OA% 5 -unforgettably ,Vnf@'get@blI Pu% 5 -unforgivable ,Vnf@'gIv@bl OA% 5 -unforgivably ,Vnf@'gIv@blI Pu% 5 -unforgiving ,Vnf@'gIvIN OA% 4 -unformed Vn'fOmd OA% 2 -unforthcoming ,VnfOT'kVmIN OA% 4 -unfortunate Vn'fOtSUn@t K6$,OA% 4 -unfortunately Vn'fOtSUn@tlI Pu% 5 -unfortunates Vn'fOtS@n@ts Kj$ 4 -unfounded ,Vn'faUndId OA% 3 -unframed Vn'freImd OA% 2 -unfrequented ,VnfrI'kwentId OA% 4 -unfriendliness Vn'frendlIn@s L@% 4 -unfriendly ,Vn'frendlI OA% 3 -unfrock ,Vn'fr0k H0% 26A -unfrocked ,Vn'fr0kt Hc%,Hd% 26A -unfrocking ,Vn'fr0kIN Hb$ 36A -unfrocks ,Vn'fr0ks Ha$ 26A -unfruitful Vn'frutf@l OA% 3 -unfulfilled ,VnfUl'fIld OA% 3 -unfurl Vn'f3l J0% 22A,6A -unfurled Vn'f3ld Jc%,Jd% 22A,6A -unfurling Vn'f3lIN Jb% 32A,6A -unfurls Vn'f3lz Ja% 22A,6A -unfurnished ,Vn'f3nISt OA% 3 -ungainly Vn'geInlI OA% 3 -ungenerous Vn'dZen@r@s OA% 4 -ungentle Vn'dZentl OA% 3 -ungentlemanly Vn'dZentlm@nlI OA% 5 -unglazed Vn'gleIzd OA% 2 -ungodly Vn'g0dlI OA% 3 -ungovernable Vn'gVv@n@bl OA% 5 -ungraceful Vn'greIsf@l OA% 3 -ungracious Vn'greIS@s OA% 3 -ungraciously Vn'greIS@slI Pu% 4 -ungrammatical ,Vngr@'m&tIkl OA% 5 -ungrammatically ,Vngr@'m&tIklI Pu% 5 -ungrateful Vn'greItf@l OA% 3 -ungratefully Vn'greItf@lI Pu% 4 -ungratefulness Vn'greItf@ln@s L@% 4 -ungrudging Vn'grVdZIN OA% 3 -ungrudgingly Vn'grVdZINlI Pu% 4 -unguarded ,Vn'gAdId OA% 3 -unguent 'VNgw@nt M6$ 2 -unguents 'VNgw@nts Mj$ 2 -unhallowed Vn'h&l@Ud OA% 3 -unhampered Vn'h&mp@d OA% 3 -unhand Vn'h&nd H0$ 26A -unhanded Vn'h&ndId Hc$,Hd$ 36A -unhanding Vn'h&ndIN Hb$ 36A -unhands Vn'h&ndz Ha$ 26A -unhappier Vn'h&pI@R Or% 4 -unhappiest Vn'h&pIIst Os% 4 -unhappily Vn'h&pIlI Pu% 4 -unhappiness Vn'h&pIn@s L@% 4 -unhappy Vn'h&pI OD% 3 -unharmed Vn'hAmd OA% 2 -unhealed Vn'hild OA% 2 -unhealthy Vn'helTI OA% 3 -unheard Vn'h3d OA% 2 -unheard-of Vn'h3d-0v OA% 3 -unhearing Vn'hI@rIN OA% 3 -unheated Vn'hitId OA% 3 -unheeded Vn'hidId OA% 3 -unhelpful Vn'helpf@l OA% 3 -unhelpfully Vn'helpf@lI Pu% 4 -unheralded Vn'her@ldId OA% 4 -unhesitating Vn'hezIteItIN OA% 5 -unhesitatingly Vn'hesIteItINlI Pu% 6 -unhindered Vn'hInd@d OA% 3 -unhinge Vn'hIndZ H2$ 26A -unhinged Vn'hIndZd Hc$,Hd% 26A -unhinges Vn'hIndZIz Ha$ 36A -unhinging Vn'hIndZIN Hb$ 36A -unhitch Vn'hItS J1% 22A,2C,6A,15A,15B -unhitched Vn'hItSt Jc%,Jd% 22A,2C,6A,15A,15B -unhitches Vn'hItSIz Ja% 32A,2C,6A,15A,15B -unhitching Vn'hItSIN Jb% 32A,2C,6A,15A,15B -unholy Vn'h@UlI OA% 3 -unhook Vn'hUk H0% 26A -unhooked Vn'hUkt Hc%,Hd% 26A -unhooking Vn'hUkIN Hb% 36A -unhooks Vn'hUks Ha% 26A -unhoped-for Vn'h@Upt-fOR OA% 3 -unhorse ,Vn'hOs H2$ 26A -unhorsed ,Vn'hOst Hc$,Hd% 26A -unhorses ,Vn'hOsIz Ha$ 36A -unhorsing ,Vn'hOsIN Hb$ 36A -unhurried Vn'hVrId OA% 3 -unhurriedly Vn'hVrIdlI Pu% 4 -unhurt Vn'h3t OA% 2 -unhygienic ,VnhaI'dZinIk OA% 4 -unhygienically ,VnhaI'dZinIklI Pu% 5 -unicorn 'junIkOn K6% 3 -unicorns 'junIkOnz Kj% 3 -unidentifiable ,VnaI,dentI'faI@bl OA% 7 -unidentified ,VnaI'dentIfaId OA% 5 -unification ,junIfI'keISn L@% 5 -unified 'junIfaId Hc%,Hd% 36A -unifies 'junIfaIz Ha% 36A -uniform 'junIfOm M6%,OA% 3 -uniformed 'junIfOmd OA% 3 -uniformity ,junI'fOmItI L@% 5 -uniformly 'junIfOmlI Pu% 4 -uniforms 'junIfOmz Mj% 3 -unify 'junIfaI H3% 36A -unifying 'junIfaIIN Hb% 46A -unilateral ,junI'l&tr@l OA% 4 -unilateralism ,junI'l&tr@lIzm L@% 6 -unilateralist ,junI'l&tr@lIst K6%,OA% 5 -unilateralists ,junI'l&tr@lIsts Kj% 5 -unilaterally ,junI'l&tr@lI Pu% 5 -unimaginable ,VnI'm&dZIn@bl OA% 6 -unimaginably ,VnI'm&dZIn@blI Pu% 6 -unimaginative ,VnI'm&dZIn@tIv OA% 6 -unimaginatively ,VnI'm&dZIn@tIvlI Pu% 7 -unimpaired ,VnIm'pe@d OA% 3 -unimpeachable ,VnIm'pitS@bl OA% 5 -unimpeded ,VnIm'pidId OA% 4 -unimportant ,VnIm'pOtnt OA% 4 -unimpressed ,VnIm'prest OA% 3 -unimpressive ,VnIm'presIv OA% 4 -unimpressively ,VnIm'presIvlI Pu% 5 -uninfluenced Vn'InflU@nst OA% 4 -uninformative ,VnIn'fOm@tIv OA% 5 -uninformed ,VnIn'fOmd OA% 3 -uninhabitable ,VnIn'h&bIt@bl OA% 6 -uninhabited ,VnIn'h&bItId OA% 5 -uninhibited ,VnIn'hIbItId OA% 5 -uninitiated ,VnI'nISIeItId OA% 6 -uninjured Vn'IndZ@d OA% 3 -uninspired ,VnIn'spaI@d OA% 3 -uninspiring ,VnIn'spaI@rIN OA% 4 -uninsured ,VnIn'SU@d OA% 3 -unintelligent ,VnIn'telIdZ@nt OA% 5 -unintelligently ,VnIn'telIdZ@ntlI Pu% 6 -unintelligible ,VnIn'telIdZ@bl OA% 6 -unintelligibly ,VnIn'telIdZ@blI Pu% 6 -unintended ,VnIn'tendId OA% 4 -unintentional ,VnIn'tenSn@l OA% 5 -unintentionally ,VnIn'tenSn@lI Pu% 5 -uninterested Vn'Intr@stId OA% 4 -uninteresting Vn'Intr@stIN OA% 4 -uninterestingly Vn'Intr@stINlI Pu% 5 -uninterrupted ,VnInt@'rVptId OA% 5 -uninterruptedly ,VnInt@'rVptIdlI Pu% 6 -uninvited ,VnIn'vaItId OA% 4 -uninviting ,VnIn'vaItIN OA% 4 -union 'junI@n M6% 2 -unionist 'junI@nIst K6% 4 -unionists 'junI@nIsts Kj% 4 -unions 'junI@nz Mj% 2 -unique ju'nik OA% 2 -uniquely ju'niklI Pu% 3 -uniqueness ju'nikn@s L@% 3 -unisex 'junIseks OA% 3 -unison 'junIsn L@% 3 -unit 'junIt K6% 2 -unitary 'junItrI OA% 3 -unite ju'naIt J2% 22A,3A,4A,6A -united ju'naItId Jc%,Jd%,OA% 32A,3A,4A,6A -unitedly ju'naItIdlI Pu$ 4 -unites ju'naIts Ja% 22A,3A,4A,6A -unities 'junItIz Mj% 3 -uniting ju'naItIN Jb% 32A,3A,4A,6A -units 'junIts Kj% 2 -unity 'junItI M8% 3 -universal ,junI'v3sl OA% 4 -universality ,junIv3's&lItI L@% 6 -universally ,junI'v3s@lI Pu% 5 -universe 'junIv3s K6% 3 -universes 'junIv3sIz Kj% 4 -universities ,junI'v3sItIz Kj% 5 -university ,junI'v3sItI K8% 5 -unjust Vn'dZVst OA% 2 -unjustifiable ,VndZVstI'faI@bl OA% 6 -unjustifiably ,VndZVstI'faI@blI Pu% 6 -unjustified Vn'dZVstIfaId OA% 4 -unjustly Vn'dZVstlI Pu% 3 -unkempt ,Vn'kempt OA% 2 -unkind Vn'kaInd OA% 2 -unkindly Vn'kaIndlI Pu% 3 -unkissed Vn'kIst OA% 2 -unknowable Vn'n@U@bl OA% 4 -unknowing Vn'n@UIN OA% 3 -unknowingly Vn'n@UINlI Pu% 4 -unknown ,Vn'n@Un K6%,OA% 2 -unknowns Vn'n@Unz Kj$ 2 -unlabelled Vn'leIbld OA% 3 -unladylike Vn'leIdIlaIk OA% 4 -unlamented ,Vnl@'mentId OA% 4 -unlatched Vn'l&tSt OA% 2 -unlawful Vn'lOf@l OA% 3 -unlawfully Vn'lOf@lI Pu% 4 -unlearn ,Vn'l3n H0% 26A -unlearned ,Vn'l3nd Hc%,Hd% 26A -unlearning ,Vn'l3nIN Hb% 36A -unlearns ,Vn'l3nz Ha% 26A -unlearnt ,Vn'l3nt Hd% 26A -unleash Vn'liS H1% 26A -unleashed Vn'liSt Hc%,Hd% 26A -unleashes Vn'liSIz Ha% 36A -unleashing Vn'liSIN Hb% 36A -unleavened ,Vn'levnd OA% 3 -unless @n'les V-% 2 -unlettered ,Vn'let@d OA% 3 -unlicensed Vn'laIsnst OA% 3 -unlighted Vn'laItId OA% 3 -unlikable Vn'laIk@bl OA% 4 -unlike ,Vn'laIk Op%,T-% 2 -unlikely Vn'laIklI OA% 3 -unlimited Vn'lImItId OA% 4 -unlined Vn'laInd OA% 2 -unlisted Vn'lIstId OA% 3 -unlit Vn'lIt OA% 2 -unliterary Vn'lIt@r@rI OA% 5 -unload Vn'l@Ud J0% 22A,6A,14 -unloaded Vn'l@UdId Jc%,Jd% 32A,6A,14 -unloading Vn'l@UdIN Jb% 32A,6A,14 -unloads Vn'l@Udz Ja% 22A,6A,14 -unlocated ,Vnl@U'keItId OA% 4 -unlock Vn'l0k J0% 22A,2C,6A,15A,15B -unlocked Vn'l0kt Jc%,Jd% 22A,2C,6A,15A,15B -unlocking Vn'l0kIN Jb% 32A,2C,6A,15A,15B -unlocks Vn'l0ks Ja% 22A,2C,6A,15A,15B -unlooked-for Vn'lUkt-fOR OA% 3 -unloose Vn'lus H2% 26A -unloosed Vn'lust Hc%,Hd% 26A -unlooses Vn'lusIz Ha% 36A -unloosing Vn'lusIN Hb% 36A -unlovable Vn'lVv@bl OA% 4 -unloved VN'lVvd OA% 2 -unlovely Vn'lVvlI OA% 3 -unluckily Vn'lVkIlI Pu% 4 -unlucky Vn'lVkI OA% 3 -unmade Vn'meId OA% 2 -unman ,Vn'm&n H4$ 26A -unmanageable Vn'm&nIdZ@bl OA% 5 -unmanageably Vn'm&nIdZ@blI Pu% 5 -unmanly Vn'm&nlI OA% 3 -unmanned ,Vn'm&nd Hc$,Hd%,OA% 26A -unmannered Vn'm&n@d OA$ 3 -unmannerly Vn'm&n@lI OA% 4 -unmanning ,Vn'm&nIN Hb$ 36A -unmans ,Vn'm&nz Ha$ 26A -unmarked Vn'mAkt OA% 2 -unmarried Vn'm&rId OA% 3 -unmask Vn'mAsk J0% 22A,6A -unmasked Vn'mAskt Jc%,Jd% 22A,6A -unmasking Vn'mAskIN Jb% 32A,6A -unmasks Vn'mAsks Ja% 22A,6A -unmatchable Vn'm&tS@bl OA% 4 -unmatched Vn'm&tSt OA% 2 -unmechanized Vn'mek@naIzd OA% 4 -unmemorable Vn'mem@r@bl OA% 5 -unmemorably Vn'mem@r@blI Pu% 5 -unmentionable Vn'menS@n@bl OA% 5 -unmerciful Vn'm3sIf@l OA% 4 -unmercifully Vn'm3sIf@lI Pu% 5 -unmerited Vn'merItId OA% 4 -unmindful Vn'maIndf@l OA% 3 -unmingled Vn'mINgld OA% 3 -unmistakable ,VnmI'steIk@bl OA% 5 -unmistakably ,VnmI'steIk@blI Pu% 5 -unmitigated Vn'mItIgeItId OA% 5 -unmixed Vn'mIkst OA% 2 -unmodernized Vn'm0d@naIzd OA% 4 -unmodified Vn'm0dIfaId OA% 4 -unmolested ,Vnm@'lestId OA% 4 -unmourned Vn'mOnd OA% 2 -unmovable Vn'muv@bl OA% 4 -unmoved Vn'muvd OA% 2 -unmoving Vn'muvIN OA% 3 -unmusical Vn'mjuzIkl OA% 4 -unmusically Vn'mjuzIklI Pu% 4 -unnamed Vn'neImd OA% 2 -unnatural Vn'n&tSr@l OA% 3 -unnaturally Vn'n&tSr@lI Pu% 4 -unnecessarily ,Vn'nes@s@r@lI Pu% 6 -unnecessary Vn'nes@srI OA% 4 -unnerve ,Vn'n3v H2% 26A -unnerved ,Vn'n3vd Hc%,Hd% 26A -unnerves ,Vn'n3vz Ha% 26A -unnerving ,Vn'n3vIN Hb% 36A -unnoticeable Vn'n@UtIs@bl OA% 5 -unnoticed ,Vn'n@UtIst OA% 3 -unnumbered ,Vn'nVmb@d OA% 3 -unobjectionable ,Vn@b'dZekSn@bl OA% 5 -unobservant ,Vn@b'z3v@nt OA% 4 -unobserved ,Vn@b'z3vd OA% 3 -unobtainable ,Vn@b'teIn@bl OA% 5 -unobtrusive ,Vn@b'trusIv OA% 4 -unobtrusively ,Vn@b'trusIvlI Pu% 5 -unobvious Vn'0bvI@s OA% 4 -unoccupied Vn'0kjUpaId OA% 4 -unofficial ,Vn@'fISl OA% 4 -unofficially ,Vn@'fIS@lI Pu% 5 -unopen Vn'@Up@n OA% 3 -unopened Vn'@Up@nd OA% 3 -unopposed ,Vn@'p@Uzd OA% 3 -unoriginal ,Vn@'rIdZ@nl OA% 5 -unorthodox ,Vn'OT@d0ks OA% 4 -unpack ,Vn'p&k J0% 22A,6A -unpacked ,Vn'p&kt Jc%,Jd% 22A,6A -unpacking ,Vn'p&kIN Jb% 32A,6A -unpacks ,Vn'p&ks Ja% 22A,6A -unpaid Vn'peId OA% 2 -unpainted Vn'peIntId OA% 3 -unpalatable Vn'p&l@t@bl OA% 5 -unpalatably Vn'p&l@t@blI Pu% 5 -unparalleled Vn'p&r@leld OA% 4 -unpardonable Vn'pAdn@bl OA% 4 -unpardonably Vn'pAdn@blI Pu% 4 -unparliamentary ,Vn,pAl@'mentrI OA% 5 -unpatriotic ,Vnp&trI'0tIk OA% 5 -unpatriotically ,Vnp&trI'0tIklI Pu% 6 -unpaved Vn'peIvd OA% 2 -unpersuaded ,Vnp@'sweIdId OA% 4 -unperturbed ,Vnp@'t3bd OA% 3 -unpick Vn'pIk J0% 23A,6A,15B -unpicked Vn'pIkt Jc%,Jd% 23A,6A,15B -unpicking Vn'pIkIN Jb% 33A,6A,15B -unpicks Vn'pIks Ja% 23A,6A,15B -unplaced ,Vn'pleIst OA% 2 -unplanned Vn'pl&nd OA% 2 -unplayable Vn'pleI@bl OA% 4 -unpleasant Vn'pleznt OA% 3 -unpleasantly Vn'plezntlI Pu% 4 -unpleasantness Vn'plezntn@s M7% 4 -unpleasantnesses Vn'plezntn@sIz Mj% 5 -unplug Vn'plVg J4% 22C,6A,15B -unplugged Vn'plVgd Jc%,Jd% 22C,6A,15B -unplugging Vn'plVgIN Jb% 32C,6A,15B -unplugs Vn'plVgz Ja% 22C,6A,15B -unplumbed Vn'plVmd OA% 2 -unpolluted ,Vnp@'lutId OA% 4 -unpompous Vn'p0mp@s OA% 3 -unpopular Vn'p0pjUl@R OA% 4 -unpopularity ,Vnp0pjU'l&rItI L@% 6 -unpractised Vn'pr&ktIst OA% 3 -unprecedented Vn'presIdentId OA% 5 -unprecedentedly Vn'presIdentIdlI Pu% 6 -unpredictability ,VnprI,dIkt@'bIlItI L@% 7 -unpredictable ,VnprI'dIkt@bl OA% 5 -unpredictably ,VnprI'dIkt@blI Pu% 5 -unpredicted ,VnprI'dIktId OA% 4 -unprejudiced Vn'predZUdIst OA% 4 -unpremeditated ,Vnpri'medIteItId OA% 6 -unprepared ,VnprI'pe@d OA% 3 -unprepossessing ,Vnprip@'zesIN OA$ 5 -unpretentious ,VnprI'tenS@s OA% 4 -unprincipled Vn'prIns@pld OA% 4 -unprintable Vn'prInt@bl OA% 4 -unproductive ,Vnpr@'dVktIv OA% 4 -unproductively ,Vnpr@'dVktIvlI Pu% 5 -unprofessional ,Vnpr@'feS@nl OA% 5 -unprofitable Vn'pr0fIt@bl OA% 5 -unprofitably Vn'pr0fIt@blI Pu% 5 -unpromising Vn'pr0mIsIN OA% 4 -unprompted ,Vn'pr0mptId OA% 3 -unpronounceable ,Vnpr@'naUns@bl OA% 5 -unpropitious ,Vnpr@'pIS@s OA% 4 -unprotected ,Vnpr@'tektId OA% 4 -unproved Vn'pruvd OA% 2 -unproven Vn'pruvn Op% 3 -unprovided ,Vnpr@'vaIdId OA% 4 -unprovoked ,Vnpr@'v@Ukt OA% 3 -unpublished Vn'pVblISt OA% 3 -unpunished Vn'pVnISt OA% 3 -unputdownable ,VnpUt'daUn@bl OA$ 5 -unqualified Vn'kw0lIfaId OA% 4 -unquestionable Vn'kwestS@n@bl OA% 5 -unquestionably Vn'kwestS@n@blI Pu% 5 -unquestioned Vn'kwestS@nd OA% 3 -unquestioning Vn'kwestS@nIN OA% 4 -unquiet Vn'kwaI@t OA% 3 -unquotable Vn'kw@Ut@bl OA% 4 -unquote Vn'kw@Ut Pu% 2 -unravel Vn'r&v@l J4% 32A,6A -unravelled Vn'r&v@ld Jc%,Jd% 32A,6A -unravelling Vn'r&v@lIN Jb% 42A,6A -unravels Vn'r&v@lz Ja% 32A,6A -unreached Vn'ritSt OA% 2 -unread Vn'red OA% 2 -unreadable Vn'rid@bl OA% 4 -unready Vn'redI OA% 3 -unreal Vn'rI@l OA% 3 -unrealistic ,VnrI@'lIstIk OA% 5 -unrealistically ,VnrI@'lIstIklI Pu% 6 -unreality ,VnrI'&lItI L@% 5 -unrealized Vn'rI@laIzd OA% 4 -unreasonable Vn'rizn@bl OA% 4 -unreasonably Vn'rizn@blI Pu% 4 -unreasoning Vn'riz@nIN OA% 4 -unreceptive ,VnrI'septIv OA% 4 -unreciprocated ,VnrI'sIpr@keItId OA% 6 -unrecognizable Vn'rek@gnaIz@bl OA% 6 -unrecognizably ,Vnrek@g'naIz@blI Pu% 6 -unrecognized Vn'rek@gnaIzd OA% 4 -unreconciled Vn'rek@nsaIld OA% 4 -unrecorded ,VnrI'kOdId OA% 4 -unredeemable ,VnrI'dim@bl OA% 5 -unrefined ,VnrI'faInd OA% 3 -unreflective ,VnrI'flektIv OA% 4 -unregenerate ,VnrI'dZen@r@t OA% 5 -unregistered Vn'redZIst@d OA% 4 -unrehearsed ,VnrI'h3st OA% 3 -unrelated ,VnrI'leItId OA% 4 -unrelaxed ,VnrI'l&kst OA% 3 -unrelenting ,VnrI'lentIN OA% 4 -unreliable ,VnrI'laI@bl OA% 5 -unreliably ,VnrI'laI@blI Pu% 5 -unrelieved ,VnrI'livd OA% 3 -unremarkable ,VnrI'mAk@bl OA% 5 -unremarkably ,VnrI'mAk@blI Pu% 5 -unremitting ,VnrI'mItIN OA% 4 -unrepeatable ,VnrI'pit@bl OA% 5 -unrepentant ,VnrI'pent@nt OA% 4 -unrepresentative ,VnreprI'zent@tIv OA% 6 -unrequested ,VnrI'kwestId OA% 4 -unrequited ,VnrI'kwaItId OA% 4 -unreserved ,VnrI'z3vd OA% 3 -unreservedly ,VnrI'z3vIdlI Pu% 5 -unresisting ,VnrI'zIstIN OA% 4 -unresolved ,VnrI'z0lvd OA% 3 -unrest Vn'rest L@% 2 -unrestrained ,VnrI'streInd OA% 3 -unrestricted ,VnrI'strIktId OA% 4 -unrevised ,VnrI'vaIzd OA% 3 -unrewarded ,VnrI'wOdId OA% 4 -unrewarding ,VnrI'wOdIN OA% 4 -unrhythmical Vn'rIDmIkl OA% 4 -unrighteous Vn'raItS@s OA% 3 -unrighteously Vn'raItS@slI Pu% 4 -unripe Vn'raIp OA% 2 -unripened Vn'raIp@nd OA% 3 -unrivalled Vn'raIv@ld OA% 3 -unroll Vn'r@Ul J0% 22A,6A -unrolled Vn'r@Uld Jc%,Jd% 22A,6A -unrolling Vn'r@UlIN Jb% 32A,6A -unrolls Vn'r@Ulz Ja% 22A,6A -unromantic ,Vnr@'m&ntIk OA% 4 -unromantically ,Vnr@'m&ntIklI Pu% 5 -unruffled Vn'rVfld OA% 3 -unrulier Vn'rulI@R Or$ 4 -unruliest Vn'rulIIst Os% 4 -unruly Vn'rulI OD% 3 -unsaddle Vn's&dl H2% 36A -unsaddled Vn's&dld Hc%,Hd%,OA% 36A -unsaddles Vn's&dlz Ha% 36A -unsaddling Vn's&dlIN Hb% 36A -unsafe Vn'seIf OA% 2 -unsaid ,Vn'sed Hc$,Hd%,OA% 26A -unsaleable Vn'seIl@bl OA% 4 -unsalted Vn'sOltId OA% 3 -unsatisfactorily ,Vns&tIs'f&kt@rIlI Pu% 7 -unsatisfactory ,Vns&tIs'f&kt@rI OA% 6 -unsatisfied Vn's&tIsfaId OA% 4 -unsatisfying Vn's&tIsfaIIN OA% 5 -unsaturated Vn's&tS@reItId OA% 5 -unsavoury Vn'seIv@rI OA% 4 -unsay ,Vn'seI H5$ 26A -unsaying ,Vn'seIIN Hb$ 36A -unsays ,Vn'seIz Ha$ 26A -unscathed Vn'skeIDd OA% 2 -unscheduled Vn'Sedjuld OA% 3 -unscientific ,VnsaI@n'tIfIk OA% 5 -unscientifically ,VnsaI@n'tIfIklI Pu% 6 -unscramble ,Vn'skr&mbl H2% 3 -unscrambled ,Vn'skr&mbld Hc%,Hd% 3 -unscrambles ,Vn'skr&mblz Ha% 3 -unscrambling ,Vn'skr&mblIN Hb% 3 -unscrew Vn'skru J0% 22A,6A,15A,15B -unscrewed Vn'skrud Jc%,Jd% 22A,6A,15A,15B -unscrewing Vn'skruIN Jb% 32A,6A,15A,15B -unscrews Vn'skruz Ja% 22A,6A,15A,15B -unscripted Vn'skrIptId OA% 3 -unscrupulous Vn'skrupjUl@s OA% 4 -unscrupulously Vn'skrupjUl@slI Pu% 5 -unsealed Vn'sild OA% 2 -unseasonable Vn'sizn@bl OA% 4 -unseasonably Vn'siz@n@blI Pu% 5 -unseasoned ,Vn'siznd OA% 3 -unseat ,Vn'sit H0$ 26A -unseated ,Vn'sitId Hc%,Hd% 36A -unseating ,Vn'sitIN Hb$ 36A -unseats ,Vn'sits Ha$ 26A -unseaworthy Vn'siw3DI OA% 4 -unsecured VnsI'kjU@d OA% 3 -unseeded Vn'sidId OA% 3 -unseeing Vn'siIN OA% 3 -unseemly Vn'simlI OA% 3 -unseen Vn'sin K6%,OA% 2 -unseens Vn'sinz Kj% 2 -unselected VnsI'lektId OA% 4 -unselective VnsI'lektIv OA% 4 -unselfconscious ,Vnself'k0nS@s OA% 4 -unselfconsciously ,Vnself'k0nS@slI Pu% 5 -unselfish Vn'selfIS OA% 3 -unselfishly Vn'selfISlI Pu% 4 -unselfishness Vn'selfISn@s L@% 4 -unsettle ,Vn'setl H2% 36A -unsettled ,Vn'setld Hc%,Hd% 36A -unsettles ,Vn'setlz Ha% 36A -unsettling ,Vn'setlIN Hb% 36A -unsex ,Vn'seks H1$ 26A -unsexed ,Vn'sekst Hc$,Hd$,OA$ 26A -unsexes ,Vn'seksIz Ha$ 36A -unsexing ,Vn'seksIN Hb$ 36A -unshakable Vn'SeIk@bl OA% 4 -unshakably Vn'SeIk@blI Pu% 4 -unshaved Vn'SeIvd OA% 2 -unshaven Vn'SeIvn OA% 3 -unsheathe Vn'SiD H2% 26A -unsheathed Vn'SiDd Hc%,Hd% 26A -unsheathes Vn'SiDz Ha% 26A -unsheathing Vn'SiDIN Hb% 36A -unshielded Vn'SildId OA% 3 -unshrinkable Vn'SrInk@bl OA% 4 -unshrinking Vn'SrINkIN OA% 3 -unshuttered Vn'SVt@d OA% 3 -unsighted Vn'saItId OA% 3 -unsightliness Vn'saItlIn@s L@% 4 -unsightly Vn'saItlI OA% 3 -unsigned Vn'saInd OA% 2 -unsilenced Vn'saIl@nst OA% 3 -unsinkable Vn'sINk@bl OA% 4 -unskilled ,Vn'skIld OA% 2 -unsmiling Vn'smaIlIN OA% 3 -unsociable Vn's@US@bl OA% 4 -unsociably Vn's@US@blI Pu% 4 -unsocial Vn's@USl OA% 3 -unsold Vn's@Uld OA% 2 -unsolicited ,Vns@'lIsItId OA% 5 -unsolved Vn's0lvd OA% 2 -unsophisticated ,Vns@'fIstIkeItId OA% 6 -unsound ,Vn'saUnd OA% 2 -unsparing Vn'spe@rIN OA% 3 -unsparingly Vn'spe@rINlI Pu% 4 -unspeakable Vn'spik@bl OA% 4 -unspeakably Vn'spik@blI Pu% 4 -unspecialized Vn'speS@laIzd OA% 4 -unspecific ,Vnsp@'sIfIk OA% 4 -unspecifically ,Vnsp@'sIfIklI Pu% 5 -unspecified Vn'spesIfaId OA% 4 -unspectacular ,Vnspek't&kjUl@R OA% 5 -unspoiled Vn'spoIld OA% 2 -unspoilt Vn'spoIlt OA% 2 -unspoken Vn'sp@Uk@n OA% 3 -unsporting Vn'spOtIN OA% 3 -unsportingly Vn'spOtINlI Pu% 4 -unsportsmanlike Vn'spOtsm@nlaIk OA% 4 -unspotted Vn'sp0tId OA% 3 -unstable Vn'steIbl OA% 3 -unstartling Vn'stAtlIN OA% 3 -unstated Vn'steItId OA% 3 -unstatesmanlike Vn'steItsm@nlaIk OA% 4 -unsteadily Vn'stedIlI Pu% 4 -unsteady Vn'stedI Op% 3 -unstoppable Vn'st0p@bl OA% 4 -unstrained Vn'streInd OA% 2 -unstressed Vn'strest OA% 2 -unstructured Vn'strVktS@d OA% 3 -unstrung ,Vn'strVN OA$ 2 -unstuck ,Vn'stVk OA% 2 -unstudied ,Vn'stVdId OA% 3 -unsubtle Vn'sVtl OA% 3 -unsuccessful ,Vns@k'sesf@l OA% 4 -unsuccessfully ,Vns@k'sesf@lI Pu% 5 -unsuitability Vn,sut@'bIlItI L@% 6 -unsuitable Vn'sut@bl OA% 4 -unsuitably Vn'sut@blI Pu% 4 -unsuited Vn'sutId OA% 3 -unsullied Vn'sVlId OA% 3 -unsung ,Vn'sVN OA% 2 -unsupervised Vn'sup@vaIzd OA% 4 -unsupported ,Vns@'pOtId OA% 4 -unsure Vn'SU@R OA% 2 -unsurpassed ,Vns@'pAst OA% 3 -unsuspected ,Vns@'spektId OA% 4 -unsuspecting ,Vns@'spektIN OA% 4 -unsuspectingly ,Vns@'spektINlI Pu% 5 -unsuspicious ,Vns@'spIS@s OA% 4 -unswayed Vn'sweId OA% 2 -unsweetened Vn'switnd OA% 3 -unswept Vn'swept OA% 2 -unswerving Vn'sw3vIN OA% 3 -unswervingly Vn'sw3vINlI Pu% 4 -unsyllabic ,VnsI'l&bIk OA$ 4 -unsympathetic ,VnsImp@'TetIk OA% 5 -unsympathetically ,VnsImp@'TetIklI Pu% 6 -unsystematic ,VnsIst@'m&tIk OA% 5 -unsystematically ,VnsIst@'m&tIklI Pu% 6 -untainted Vn'teIntId OA% 3 -untamed Vn'teImd OA% 2 -untapped Vn't&pt OA% 2 -untarnished Vn'tAnISt OA% 3 -untaxed Vn't&kst OA% 2 -untenable Vn'ten@bl OA% 4 -untenanted Vn'ten@ntId OA% 4 -untended Vn'tendId OA% 3 -untested Vn'testId OA% 3 -untethered Vn'teD@d OA% 3 -unthinkable Vn'TINk@bl OA% 4 -unthinking Vn'TINkIN OA% 3 -unthinkingly Vn'TINkINlI Pu% 4 -unthought-of Vn'TOt-0v OA% 3 -untidier Vn'taIdI@R Or% 4 -untidiest Vn'taIdIIst Os% 4 -untidily Vn'taIdIlI Pu% 4 -untidiness Vn'taIdIn@s L@% 4 -untidy Vn'taIdI OD% 3 -untie Vn'taI J5% 22A,3A,6A,15A,15B -untied Vn'taId Jc%,Jd% 22A,3A,6A,15A,15B -unties Vn'taIz Ja% 22A,3A,6A,15A,15B -until Vn'tIl T-*,V-* 2 -untimely Vn'taImlI OA% 3 -untiring Vn'taI@rIN OA% 3 -untitled Vn'taItld OA% 3 -unto 'Vntu T-% 2 -untold ,Vn't@Uld OA% 2 -untouchable Vn'tVtS@bl K6%,OA% 4 -untouchables Vn'tVtS@blz Kj% 4 -untouched Vn'tVtSt OA% 2 -untoward ,Vnt@'wOd OA% 3 -untrained Vn'treInd OA% 2 -untrammelled Vn'tr&m@ld OA% 3 -untranslatable ,Vntr&ns'leIt@bl OA% 5 -untreated Vn'tritId OA% 3 -untried Vn'traId OA% 2 -untroubled Vn'trVbld OA% 3 -untrue Vn'tru OA% 2 -untruly Vn'trulI Pu% 3 -untrustworthy Vn'trVstw3DI OA% 4 -untruth Vn'truT M6% 2 -untruthful Vn'truTf@l OA% 3 -untruthfully Vn'truTf@lI Pu% 4 -untruths Vn'truDz Mj% 2 -untucked Vn'tVkt OA% 2 -unturned Vn't3nd OA% 2 -untutored Vn'tjut@d OA% 3 -untwisted Vn'twIstId OA% 3 -untying Vn'taIIN Jb% 32A,3A,6A,15A,15B -untypical Vn'tIpIkl OA% 4 -untypically Vn'tIpIklI Pu% 4 -unused Vn'just OA% 2 -unused Vn'juzd OA% 2 -unusual Vn'juZU@l OA% 4 -unusually Vn'juZU@lI Pu% 5 -unutterable Vn'Vt@r@bl OA% 5 -unutterably Vn'Vt@r@blI Pu% 5 -unvaried Vn've@rId OA% 3 -unvarnished Vn'vAnISt OA% 3 -unvarying Vn've@rIIN OA% 4 -unveil ,Vn'veIl J0% 22A,6A -unveiled ,Vn'veIld Jc%,Jd% 22A,6A -unveiling ,Vn'veIlIN Jb% 32A,6A -unveils ,Vn'veIlz Ja% 22A,6A -unverified Vn'verIfaId OA% 4 -unversed Vn'v3st OA% 2 -unvigilant Vn'vIdZIl@nt OA% 4 -unvoiced ,Vn'voIst OA% 2 -unwanted Vn'w0ntId OA% 3 -unwarily Vn'we@rIlI Pu% 4 -unwarrantably Vn'w0r@nt@blI Pu% 5 -unwarranted Vn'w0r@ntId OA% 4 -unwary Vn'we@rI OA% 3 -unwashed Vn'w0St OA% 2 -unwavering Vn'weIv@rIN OA% 4 -unwaveringly Vn'weIv@rINlI Pu% 5 -unweaned Vn'wind OA% 2 -unwearied Vn'wI@rId OA% 3 -unwed Vn'wed OA% 2 -unwelcome Vn'welk@m OA% 3 -unwell Vn'wel Op% 2 -unwholesome Vn'h@Uls@m OA% 3 -unwieldiness Vn'wildIn@s L@% 4 -unwieldy Vn'wildI OA% 3 -unwilling Vn'wIlIN OA% 3 -unwillingly Vn'wIlINlI Pu% 4 -unwillingness Vn'wIlINnIs L@% 4 -unwind ,Vn'waInd J5% 22A,6A,21 -unwinding ,Vn'waIndIN Jb% 32A,6A,21 -unwinds ,Vn'waIndz Ja% 22A,6A,21 -unwise Vn'waIz OA% 2 -unwisely Vn'waIzlI Pu% 3 -unwitnessed Vn'wItn@st OA% 3 -unwitting Vn'wItIN OA% 3 -unwittingly Vn'wItINlI Pu% 4 -unwonted Vn'w@UntId Oq% 3 -unwontedly Vn'w@UntIdlI Pu% 4 -unworkable Vn'w3k@bl OA% 4 -unworkmanlike Vn'w3km@nlaIk OA% 4 -unworldly Vn'w3ldlI OA% 3 -unworn Vn'wOn OA% 2 -unworried Vn'wVrId OA% 3 -unworthily Vn'w3DIlI Pu% 4 -unworthiness Vn'w3DIn@s L@% 4 -unworthy Vn'w3DI OA% 3 -unwound ,Vn'waUnd Jc%,Jd% 22A,6A,21 -unwrap Vn'r&p J4% 26A,14,15A,15B -unwrapped Vn'r&pt Jc%,Jd% 26A,14,15A,15B -unwrapping Vn'r&pIN Jb% 36A,14,15A,15B -unwraps Vn'r&ps Ja% 26A,14,15A,15B -unwritten ,Vn'rItn OA% 3 -unyielding Vn'jildIN OA% 3 -unzip ,Vn'zIp H4% 2 -unzipped ,Vn'zIpt Hc%,Hd% 2 -unzipping ,Vn'zIpIN Hb% 3 -unzips ,Vn'zIps Ha% 2 -up Vp J4%,P+*,T-* 12A,6A -up- Vp- U-% 1 -up-and-coming ,Vp-@n-'kVmIN OA% 4 -up-beat 'Vp-bit K6% 2 -up-beats 'Vp-bits Kj% 2 -up-market 'Vp-mAkIt OA% 3 -up-to-date ,Vp-t@-'deIt OA% 3 -up-to-the-minute ,Vp-t@-D@-'mInIt Oq% 5 -upbraid ,Vp'breId H0% 26A,14 -upbraided ,Vp'breIdId Hc%,Hd% 36A,14 -upbraiding ,Vp'breIdIN Hb%,K6$ 36A,14 -upbraidings ,Vp'breIdINz Kj% 3 -upbraids ,Vp'breIdz Ha% 26A,14 -upbringing 'VpbrININ L@% 3 -upcountry ,Vp'kVntrI OA%,Pu% 3 -update ,Vp'deIt H2% 26A -updated ,Vp'deItId Hc%,Hd% 36A -updates ,Vp'deIts Ha% 26A -updating ,Vp'deItIN Hb% 36A -upgrade 'VpgreId K6% 2 -upgrade ,Vp'greId H2% 26A -upgraded ,Vp'greIdId Hc%,Hd% 36A -upgrades 'VpgreIdz Kj% 2 -upgrades ,Vp'greIdz Ha% 26A -upgrading ,Vp'greIdIN Hb% 36A -upheaval ,Vp'hiv@l K6% 3 -upheavals ,Vp'hiv@lz Kj% 3 -upheld ,Vp'held Hc%,Hd% 26A -uphill ,Vp'hIl OA%,Pu% 2 -uphold ,Vp'h@Uld H5% 26A -upholding ,Vp'h@UldIN Hb% 36A -upholds ,Vp'h@Uldz Ha% 26A -upholster ,Vp'h@Ulst@R H0% 36A -upholstered ,Vp'h@Ulst@d Hc%,Hd% 36A -upholsterer ,Vp'h@Ulst@r@R K6% 4 -upholsterers ,Vp'h@Ulst@r@z Kj% 4 -upholstering ,Vp'h@Ulst@rIN Hb% 46A -upholsters ,Vp'h@Ulst@z Ha% 36A -upholstery ,Vp'h@Ulst@rI L@% 4 -upkeep 'Vpkip L@% 2 -upland 'Vpl@nd K6% 2 -uplands 'Vpl@ndz Kj% 2 -uplift 'VplIft L@% 2 -uplift ,Vp'lIft H0% 26A -uplifted ,Vp'lIftId Hc%,Hd% 36A -uplifting ,Vp'lIftIN Hb% 36A -uplifts ,Vp'lIfts Ha% 26A -upmost 'Vpm@Ust OA% 2 -upon @'p0n T-* 2 -upped Vpt Jc$,Jd$ 12A,6A -upper 'Vp@R K6%,OA% 2 -upper-cuts 'Vp@-kVts Kj% 3 -uppercut 'Vp@kVt K6% 3 -uppermost 'Vp@m@Ust OA%,Pu% 3 -uppers 'Vp@z Kj% 2 -upping 'VpIN Jb$ 22A,6A -uppish 'VpIS OA$ 2 -uppishly 'VpISlI Pu$ 3 -uppishness 'VpISn@s L@$ 3 -uppity 'VpItI OA% 3 -upright 'VpraIt K6%,OA% 2 -uprightly 'VpraItlI Pu% 3 -uprightness 'VpraItn@s L@% 3 -uprights 'VpraIts Kj% 2 -uprising 'VpraIzIN K6% 3 -uprisings 'VpraIzINz Kj% 3 -uproar 'VprOR M6% 2 -uproarious Vp'rOrI@s OA% 4 -uproariously Vp'rOrI@slI Pu% 5 -uproars 'VprOz Mj% 2 -uproot ,Vp'rut H0% 26A -uprooted ,Vp'rutId Hc%,Hd% 36A -uprooting ,Vp'rutIN Hb% 36A -uproots ,Vp'ruts Ha% 26A -ups Vps Ja$,Kj$ 12A,6A -upset 'Vpset K6% 2 -upset ,Vp'set J5%,Jc%,Jd% 22A,6A -upsets 'Vpsets Kj% 2 -upsets ,Vp'sets Ja% 22A,6A -upsetting ,Vp'setIN Jb% 32A,6A -upshot 'VpS0t K6% 2 -upshots 'VpS0ts Kj$ 2 -upside-down ,VpsaId-'daUn Pu% 3 -upstage ,Vp'steIdZ H2%,OA%,Pu% 26A -upstaged ,Vp'steIdZd Hc%,Hd% 26A -upstages ,Vp'steIdZIz Ha% 36A -upstaging ,Vp'steIdZIN Hb% 36A -upstairs ,Vp'ste@z Oq%,Pu% 2 -upstanding ,Vp'st&ndIN OA% 3 -upstart 'VpstAt K6%,OA% 2 -upstarts 'VpstAts Kj% 2 -upstream ,Vp'strim Pu% 2 -upsurge 'Vps3dZ K6% 2 -upsurges 'Vps3dZIz Kj% 3 -uptake 'VpteIk M6% 2 -uptakes 'VpteIks Mj$ 2 -uptight ,Vp'taIt OA% 2 -uptown ,Vp'taUn OA%,Pu% 2 -upturn 'Vpt3n K6% 2 -upturned 'Vpt3nd OA% 2 -upturns 'Vpt3nz Kj% 2 -upward 'Vpw@d OA%,Pu% 2 -upwards 'Vpw@dz Pu% 2 -uranium jU'reInI@m L@% 4 -urban '3b@n OA% 2 -urbane 3'beIn OA% 2 -urbanely 3'beInlI Pu% 3 -urbanity 3'b&nItI L@% 4 -urbanization ,3b@naI'zeISn L@% 5 -urbanize '3b@naIz H2% 36A -urbanized '3b@naIzd Hc%,Hd% 36A -urbanizes '3b@naIzIz Ha% 46A -urbanizing '3b@naIzIN Hb% 46A -urchin '3tSIn K6% 2 -urchins '3tSInz Kj% 2 -urge 3dZ H2%,M6% 16A,6D,9,14,15B,17,19C -urged 3dZd Hc%,Hd% 16A,6D,9,14,15B,17,19C -urgency '3dZ@nsI L@% 3 -urgent '3dZ@nt OA% 2 -urgently '3dZ@ntlI Pu% 3 -urges '3dZIz Ha%,Mj% 26A,6D,9,14,15B,17,19C -urging '3dZIN Hb%,K6$ 26A,6D,9,14,15B,17,19C -urgings '3dZINz Kj% 2 -uric 'jU@rIk OA$ 2 -urinal jU'raIn@l K6% 3 -urinals jU'raIn@lz Kj% 3 -urinary 'jU@rInrI OA% 4 -urinate 'jU@rIneIt I2% 3 -urinated 'jU@rIneItId Ic%,Id% 4 -urinates 'jU@rIneIts Ia% 3 -urinating 'jU@rIneItIN Ib% 4 -urine 'jU@rIn L@% 2 -urn 3n K6% 1 -urns 3nz Kj% 1 -us Vz Qx* 1 -usable 'juz@bl OA% 3 -usage 'jusIdZ M6% 2 -usages 'jusIdZIz Mj% 3 -use jus M6% 1 -use juz H2* 16A,14,15A,15B,16A -used just Gc*,OA% 1 -used juzd Hc*,Hd*,OA% 16A,14,15A,15B,16A -useful 'jusf@l OA% 2 -usefully 'jusf@lI Pu% 3 -usefulness 'jusf@ln@s L@% 3 -useless 'jusl@s OA% 2 -uselessly 'jusl@slI Pu% 3 -uselessness 'jusl@sn@s L@% 3 -user 'juz@R K6% 2 -users 'juz@z Kj% 2 -uses 'jusIz Mj% 2 -uses 'juzIz Ha% 26A,14,15A,15B,16A -usher 'VS@R H0%,K6% 214,15B -ushered 'VS@d Hc%,Hd% 214,15B -usherette ,VS@'ret K6% 3 -usherettes ,VS@'rets Kj% 3 -ushering 'VS@rIN Hb% 314,15B -ushers 'VS@z Ha%,Kj% 214,15B -using 'juzIN Hb% 26A,14,15A,15B,16A -usual 'juZU@l OA% 3 -usually 'juZ@lI Pu* 3 -usurer 'juZ@r@R K6$ 3 -usurers 'juZ@r@z Kj$ 3 -usurious ju'zjU@rI@s OA$ 4 -usurp ju'z3p H0% 26A -usurpation ,juz3'peISn M6% 4 -usurpations ,juz3'peISnz Mj$ 4 -usurped ju'z3pt Hc%,Hd% 26A -usurper ju'z3p@R K6% 3 -usurpers ju'z3p@z Kj% 3 -usurping ju'z3pIN Hb% 36A -usurps ju'z3ps Ha% 26A -usury 'juZ@rI L@$ 3 -utensil ju'tensIl K6% 3 -utensils ju'tensIlz Kj% 3 -uterine 'jut@raIn OA% 3 -uterus 'jut@r@s K7% 3 -uteruses 'jut@r@sIz Kj$ 4 -utilitarian ju,tIlI'te@rI@n K6%,OA% 6 -utilitarianism ju,tIlI'te@rI@nIz@m L@% 8 -utilitarians ju,tIlI'te@rI@nz Kj% 6 -utilities ju'tIlItIz Mj% 4 -utility ju'tIlItI M8% 4 -utilizable ,jutI'laIz@bl OA% 5 -utilization ,jutIlaI'zeISn L@% 5 -utilize 'jutIlaIz H2% 36A -utilized 'jutIlaIzd Hc%,Hd% 36A -utilizes 'jutIlaIzIz Ha% 46A -utilizing 'jutIlaIzIN Hb% 46A -utmost 'Vtm@Ust K6%,OA% 2 -utmosts 'Vtm@Usts Kj$ 2 -utter 'Vt@R H0%,OA% 26A -utterance 'Vt@r@ns M6% 3 -utterances 'Vt@r@nsIz Mj% 4 -uttered 'Vt@d Hc%,Hd% 26A -uttering 'Vt@rIN Hb% 36A -utterly 'Vt@lI Pu% 3 -uttermost 'Vt@m@Ust K6%,OA% 3 -uttermosts 'Vt@m@Usts Kj$ 3 -utters 'Vt@z Ha% 26A -uvula 'juvjUl@ K6$ 3 -uvular 'juvjUl@R OA$ 3 -uvulas 'juvjUl@z Kj$ 3 -uxorious ,Vk'sOrI@s OA% 4 -uxoriously ,Vk'sOrI@slI Pu$ 5 -uxoriousness ,Vk'sOrI@sn@s L@$ 5 -v vi Ki$ 1 -v's viz Kj$ 1 -vac v&k K6$ 1 -vacancies 'veIk@nsIz Mj% 3 -vacancy 'veIk@nsI M8% 3 -vacant 'veIk@nt OA% 2 -vacantly 'veIk@ntlI Pu% 3 -vacate v@'keIt H2% 26A -vacated v@'keItId Hc%,Hd% 36A -vacates v@'keIts Ha% 26A -vacating v@'keItIN Hb% 36A -vacation v@'keISn I0$,M6% 33A -vacationed v@'keISnd Ic$,Id$ 33A -vacationing v@'keISnIN Ib$ 43A -vacationist v@'keIS@nIst K6$ 4 -vacationists v@'keIS@nIsts Kj$ 4 -vacations v@'keISnz Ia$,Mj% 33A -vaccinate 'v&ksIneIt H2% 36A,14 -vaccinated 'v&ksIneItId Hc%,Hd% 46A,14 -vaccinates 'v&ksIneIts Ha% 36A,14 -vaccinating 'v&ksIneItIN Hb% 46A,14 -vaccination ,v&ksI'neISn M6% 4 -vaccinations ,v&ksI'neISnz Mj% 4 -vaccine 'v&ksin M6% 2 -vaccines 'v&ksinz Mj% 2 -vacillate 'v&sIleIt I2% 32A,3A -vacillated 'v&sIleItId Ic%,Id% 42A,3A -vacillates 'v&sIleIts Ia% 32A,3A -vacillating 'v&sIleItIN Ib% 42A,3A -vacillation ,v&sI'leISn M6% 4 -vacillations ,v&sI'leISnz Mj% 4 -vacs v&ks Kj$ 1 -vacua 'v&kjU@ Kj$ 3 -vacuities v@'kjuItIz Mj$ 4 -vacuity v@'kjuItI M8% 4 -vacuous 'v&kjU@s OA% 3 -vacuously 'v&kjU@slI Pu% 4 -vacuum 'v&kjU@m K6% 3 -vacuums 'v&kjU@mz Kj% 3 -vade-mecum ,veIdI-'mik@m K6$ 4 -vade-mecums ,veIdI-'mik@mz Kj$ 4 -vagabond 'v&g@b0nd K6%,OA% 3 -vagabonds 'v&g@b0ndz Kj% 3 -vagaries 'veIg@rIz Kj% 3 -vagary 'veIg@rI K8% 3 -vagina v@'dZaIn@ K6% 3 -vaginal v@'dZaInl OA% 3 -vaginas v@'dZaIn@z Kj% 3 -vagrancy 'veIgr@nsI L@% 3 -vagrant 'veIgr@nt K6%,OA% 2 -vagrants 'veIgr@nts Kj% 2 -vague veIg OB% 1 -vaguely 'veIglI Pu% 2 -vagueness 'veIgn@s L@% 2 -vaguer 'veIg@R Or% 2 -vaguest 'veIgIst Os% 2 -vain veIn OC% 1 -vainer 'veIn@R Or% 2 -vainest 'veInIst Os% 2 -vainglorious veIn'glOrI@s OA% 4 -vainglory veIn'glOrI L@% 3 -vainly 'veInlI Pu% 2 -valance 'v&l@ns K6$ 2 -valances 'v&l@nsIz Kj$ 3 -vale veIl K6% 1 -valediction ,v&lI'dIkSn K6% 4 -valedictions ,v&lI'dIkSnz Kj% 4 -valedictory ,v&lI'dIkt@rI OA% 5 -valence 'v&l@ns K6$ 2 -valence 'veIl@ns M6$ 2 -valences 'v&l@nsIz Kj$ 3 -valences 'veIl@nsIz Mj$ 3 -valencies 'veIl@nsIz Kj$ 3 -valency 'veIl@nsI K8$ 3 -valentine 'v&l@ntaIn K6% 3 -valentines 'v&l@ntaInz Kj% 3 -valerian v@'lI@rI@n L@$ 4 -vales veIlz Kj% 1 -valet 'v&leI H0$,K6% 26A -valeted 'v&leId Hc$,Hd$ 26A -valeting 'v&leIIN Hb$ 36A -valets 'v&leIz Ha$,Kj$ 26A -valetudinarian ,v&lItjudI'ne@rI@n K6$,OA$ 7 -valetudinarians ,v&lItjudI'ne@rI@nz Kj$ 7 -valiant 'v&lI@nt OA% 3 -valiantly 'v&lI@ntlI Pu% 4 -valid 'v&lId OA% 2 -validate 'v&lIdeIt H2% 36A -validated 'v&lIdeItId Hc%,Hd% 46A -validates 'v&lIdeIts Ha% 36A -validating 'v&lIdeItIN Hb% 46A -validity v@'lIdItI L@% 4 -validly 'v&lIdlI Pu% 3 -valise v@'liz K6% 2 -valises v@'lizIz Kj$ 3 -valley 'v&lI K6% 2 -valleys 'v&lIz Kj% 2 -valorous 'v&l@r@s OA% 3 -valour 'v&l@R L@% 2 -valuable 'v&ljU@bl K6%,OA% 4 -valuables 'v&ljU@blz Kj% 4 -valuation ,v&ljU'eISn M6% 4 -valuations ,v&ljU'eISnz Mj% 4 -value 'v&lju H2%,M6% 26A,15A,16B -value-added ,v&lju-'&dId Oq% 4 -valued 'v&ljud Hc%,Hd% 26A,15A,16B -valueless 'v&ljul@s OA% 3 -valuer 'v&lju@R K6% 3 -valuers 'v&lju@z Kj% 3 -values 'v&ljuz Ha%,Mj% 26A,15A,16B -valuing 'v&ljuIN Hb% 36A,15A,16B -valve v&lv K6% 1 -valves v&lvz Kj% 1 -valvular 'v&lvjUl@R OA$ 3 -vamoose ,v&'mus I2$ 2 -vamoosed ,v&'must Ic$,Id$ 2 -vamooses ,v&'musIz Ia$ 3 -vamoosing ,v&'musIN Ib$ 3 -vamp v&mp J0%,K6% 12A,6A,15B -vamped v&mpt Jc%,Jd% 12A,6A,15B -vamping 'v&mpIN Jb% 22A,6A,15B -vampire 'v&mpaI@R K6% 2 -vampires 'v&mpaI@z Kj% 2 -vamps v&mps Ja%,Kj% 12A,6A,15B -van v&n K6% 1 -vandal 'v&nd@l K6% 2 -vandalism 'v&nd@lIz@m L@% 4 -vandals 'v&nd@lz Kj% 2 -vane veIn K6$ 1 -vanes veInz Kj$ 1 -vanguard 'v&ngAd K6% 2 -vanguards 'v&ngAdz Kj$ 2 -vanilla v@'nIl@ M6% 3 -vanillas v@'nIl@z Mj$ 3 -vanish 'v&nIS I1% 22A -vanished 'v&nISt Ic%,Id% 22A -vanishes 'v&nISIz Ia% 32A -vanishing 'v&nISIN Ib% 32A -vanities 'v&nItIz Mj% 3 -vanity 'v&nItI M8% 3 -vanquish 'v&NkwIS H1% 26A -vanquished 'v&NkwISt Hc%,Hd% 26A -vanquishes 'v&NkwISIz Ha% 36A -vanquishing 'v&NkwISIN Hb% 36A -vans v&nz Kj% 1 -vantage 'vAntIdZ M6% 2 -vantage-point 'vAntIdZ-poInt K6% 3 -vantage-points 'vAntIdZ-poInts Kj% 3 -vantages 'vAntIdZIz Mj$ 3 -vapid 'v&pId OA% 2 -vapidity v@'pIdItI L@$ 4 -vapidly 'v&pIdlI Pu% 3 -vapidness 'v&pIdn@s L@$ 3 -vaporization ,veIp@raI'zeISn M6% 5 -vaporizations ,veIp@raI'zeISnz Mj$ 5 -vaporize 'veIp@raIz J2% 32A,6A -vaporized 'veIp@raIzd Jc%,Jd% 32A,6A -vaporizes 'veIp@raIzIz Ja% 42A,6A -vaporizing 'veIp@raIzIN Jb% 42A,6A -vaporous 'veIp@r@s OA% 3 -vapour 'veIp@R M6% 2 -vapour-bath 'veIp@-bAT K6$ 3 -vapour-baths 'veIp@-bADz Kj$ 3 -vapours 'veIp@z Mj% 2 -variability ,ve@rI@'bIlItI L@% 6 -variable 've@rI@bl K6%,OA% 4 -variableness 've@rI@bln@s L@% 5 -variables 've@rI@blz Kj% 4 -variably 've@rI@blI Pu% 4 -variance 've@rI@ns M6% 3 -variances 've@rI@nsIz Mj$ 4 -variant 've@rI@nt K6%,OA% 3 -variants 've@rI@nts Kj% 3 -variation ,ve@rI'eISn M6% 4 -variations ,ve@rI'eISnz Mj% 4 -varicoloured 've@rIkVl@d OA$ 4 -varicose 'v&rIk@Us OA% 3 -varied 've@rId Jc%,Jd%,OA% 22A,6A -variegated 've@rIgeItId OA% 4 -variegation ,ve@rI'geISn M6% 4 -variegations ,ve@rI'geISnz Mj$ 4 -varies 've@rIz Ja% 22A,6A -varieties v@'raI@tIz Mj% 4 -variety v@'raI@tI M8% 4 -variform ,ve@rI'fOm OA$ 3 -variorum 've@rIOr@m OA$ 4 -various 've@rI@s OA% 3 -variously 've@rI@slI Pu% 4 -varlet 'vAlIt K6$ 2 -varlets 'vAlIts Kj$ 2 -varnish 'vAnIS H1%,M7% 26A -varnished 'vAnISt Hc%,Hd% 26A -varnishes 'vAnISIz Ha%,Mj% 36A -varnishing 'vAnISIN Hb% 36A -varsities 'vAsItIz Kj$ 3 -varsity 'vAsItI K8% 3 -vary 've@rI J3% 22A,6A -varying 've@rIIN Jb% 32A,6A -vascular 'v&skjUl@R OA% 3 -vase vAz K6% 1 -vasectomies v@'sekt@mIz Kj% 4 -vasectomy v@'sekt@mI K8% 4 -vaseline 'v&s@lin L@% 3 -vases 'vAzIz Kj% 2 -vassal 'v&s@l K6$ 2 -vassalage 'v&s@lIdZ L@$ 3 -vassals 'v&s@lz Kj$ 2 -vast vAst OA% 1 -vastly 'vAstlI Pu% 2 -vastness 'vAstn@s L@% 2 -vat v&t K6% 1 -vats v&ts Kj% 1 -vaudeville 'vOd@vIl L@% 3 -vault vOlt J0%,K6% 12A,2B,2C,6A -vaulted 'vOltId Jc%,Jd%,OA% 22A,2B,2C,6A -vaulter 'vOlt@R K6% 2 -vaulters 'vOlt@z Kj% 2 -vaulting 'vOltIN Jb% 22A,2B,2C,6A -vaulting-horse 'vOltIN-hOs K6% 3 -vaulting-horses 'vOltIN-hOsIz Kj% 4 -vaults vOlts Ja%,Kj% 12A,2B,2C,6A -vaunt vOnt J0$,K6$ 1 -vaunted 'vOntId Jc$,Jd% 2 -vaunter 'vOnt@R K6$ 2 -vaunters 'vOnt@z Kj$ 2 -vaunting 'vOntIN Jb$ 2 -vauntingly 'vOntINlI Pu$ 3 -vaunts vOnts Ja$,Kj$ 1 -veal vil L@% 1 -vector 'vekt@R K6$ 2 -vectors 'vekt@z Kj$ 2 -veer vI@R I0% 12A,2C -veered vI@d Ic%,Id% 12A,2C -veering 'vI@rIN Ib% 22A,2C -veers vI@z Ia% 12A,2C -vegetable 'vedZIt@bl K6%,OA% 4 -vegetables 'vedZIt@blz Kj% 4 -vegetarian ,vedZI'te@rI@n K6% 5 -vegetarians ,vedZI'te@rI@nz Kj% 5 -vegetate 'vedZIteIt I2% 32A -vegetated 'vedZIteItId Ic%,Id% 42A -vegetates 'vedZIteIts Ia% 32A -vegetating 'vedZIteItIN Ib% 42A -vegetation ,vedZI'teISn L@% 4 -vehemence 'vi@m@ns L@% 3 -vehement 'vi@m@nt OA% 3 -vehemently 'vi@m@ntlI Pu% 4 -vehicle 'viIkl K6% 3 -vehicles 'viIklz Kj% 3 -vehicular vI'IkjUl@R OA% 4 -veil veIl H0%,K6% 16A -veiled veIld Hc%,Hd% 16A -veiling 'veIlIN Hb%,L@% 26A -veils veIlz Ha%,Kj% 16A -vein veIn K6% 1 -veined veInd OA% 1 -veins veInz Kj% 1 -veld velt L@$ 1 -vellum 'vel@m L@% 2 -velocipede v@'l0sIpid K6$ 4 -velocipedes v@'l0sIpidz Kj$ 4 -velocities v@'l0sItIz Mj% 4 -velocity v@'l0sItI M8% 4 -velour v@'lU@R L@% 2 -velvet 'velvIt L@% 2 -velveteen ,velvI'tin L@% 3 -velvety 'velvItI OA% 3 -venal 'vin@l OA% 2 -venality vI'n&lItI L@$ 4 -venally 'vin@lI Pu% 3 -vend vend H0$ 16A -vended 'vendId Hc$,Hd$ 26A -vendee ven'di K6$ 2 -vendees ven'diz Kj$ 2 -vender 'vend@R K6$ 2 -venders 'vend@z Kj$ 2 -vendetta ven'det@ K6% 3 -vendettas ven'det@z Kj% 3 -vending 'vendIN Hb% 26A -vendor 'vend@R K6% 2 -vendors 'vend@z Kj% 2 -vends vendz Ha$ 16A -veneer v@'nI@R H0%,M6% 26A -veneered v@'nI@d Hc%,Hd% 26A -veneering v@'nI@rIN Hb% 36A -veneers v@'nI@z Ha%,Mj% 26A -venerable 'ven@r@bl OA% 4 -venerate 'ven@reIt H2% 36A -venerated 'ven@reItId Hc%,Hd% 46A -venerates 'ven@reIts Ha% 36A -venerating 'ven@reItIN Hb% 46A -veneration ,ven@'reISn M6% 4 -venerations ,ven@'reISnz Mj$ 4 -venereal v@'nI@rI@l OA% 4 -vengeance 'vendZ@ns L@% 2 -vengeful 'vendZf@l OA% 2 -venial 'vinI@l OA% 3 -venison 'venIsn L@% 3 -venom 'ven@m L@% 2 -venomed 'ven@md OA% 2 -venomous 'ven@m@s OA% 3 -venomously 'ven@m@slI Pu% 4 -venous 'vin@s OA$ 2 -vent vent H0%,K6% 16A,14 -vent-hole 'vent-h@Ul K6% 2 -vent-holes 'vent-h@Ulz Kj% 2 -vented 'ventId Hc%,Hd% 26A,14 -ventilate 'ventIleIt H2% 36A -ventilated 'ventIleItId Hc%,Hd% 46A -ventilates 'ventIleIts Ha% 36A -ventilating 'ventIleItIN Hb% 46A -ventilation ,ventI'leISn L@% 4 -ventilator 'ventIleIt@R K6% 4 -ventilators 'ventIleIt@z Kj% 4 -venting 'ventIN Hb% 26A,14 -ventral 'ventr@l OA$ 2 -ventricle 'ventrIkl K6% 3 -ventricles 'ventrIklz Kj% 3 -ventricular ven'trIkjUl@ OA$ 4 -ventriloquism ven'trIl@kwIz@m L@% 5 -ventriloquist vent'rIl@kwIst K6% 4 -ventriloquists vent'rIl@kwIsts Kj% 4 -vents vents Ha%,Kj% 16A,14 -venture 'ventS@R J2%,M6% 23A,6A,7A,15A,16A -ventured 'ventS@d Jc%,Jd% 23A,6A,7A,15A,16A -ventures 'ventS@z Ja%,Mj% 23A,6A,7A,15A,16A -venturesome 'ventS@s@m OA% 3 -venturing 'ventS@rIN Jb% 33A,6A,7A,15A,16A -venturous 'ventS@r@s OA% 3 -venue 'venju K6% 2 -venues 'venjuz Kj% 2 -veracious v@'reIS@s OA$ 3 -veraciously v@'reIS@slI Pu$ 4 -veracity v@'r&sItI L@% 4 -veranda v@'r&nd@ K6% 3 -verandah v@'r&nd@ K6% 3 -verandahs v@'r&nd@z Kj% 3 -verandas v@'r&nd@z Kj% 3 -verb v3b K6% 1 -verbal 'v3bl OA% 2 -verbalize 'v3b@laIz H2% 3 -verbalized 'v3b@laIzd Hc%,Hd% 3 -verbalizes 'v3b@laIzIz Ha% 4 -verbalizing 'v3b@laIzIN Hb% 4 -verbally 'v3b@lI Pu% 3 -verbatim v3'beItIm OA%,Pu% 3 -verbena v3'bin@ K6$ 3 -verbenas v3'bin@z Kj$ 3 -verbiage 'v3bIIdZ L@% 3 -verbose v3'b@Us OA% 2 -verbosely v3'b@UslI Pu% 3 -verboseness v3'b@Usn@s L@$ 3 -verbosity v3'b0sItI L@% 4 -verbs v3bz Kj% 1 -verdancy 'v3dnsI L@$ 3 -verdant 'v3dnt OA% 2 -verdict 'v3dIkt K6% 2 -verdicts 'v3dIkts Kj% 2 -verdigris 'v3dIgrIs L@% 3 -verdure 'v3dj@R L@% 2 -verge v3dZ I2%,K6% 13A -verged v3dZd Ic%,Id% 13A -verger 'v3dZ@R K6% 2 -vergers 'v3dZ@z Kj% 2 -verges 'v3dZIz Ia%,Kj% 23A -verging 'v3dZIN Ib% 23A -verifiable 'verIfaI@bl OA% 5 -verification ,verIfI'keISn M6% 5 -verifications ,verIfI'keISnz Mj% 5 -verified 'verIfaId Hc%,Hd% 36A -verifies 'verIfaIz Ha% 36A -verify 'verIfaI H3% 36A -verifying 'verIfaIIN Hb% 46A -verily 'ver@lI Pu% 3 -verisimilitude ,verIsI'mIlItjud M6% 6 -verisimilitudes ,verIsI'mIlItjudz Mj% 6 -veritable 'verIt@bl OA% 4 -verities 'verItIz Mj$ 3 -verity 'verItI M8$ 3 -vermicelli ,v3mI'selI L@$ 4 -vermiform 'v3mIfOm OA$ 3 -vermilion v@'mIlI@n M6%,OA% 4 -vermilions v@'mIlI@nz Mj$ 4 -vermin 'v3mIn L@% 2 -verminous 'v3mIn@s OA$ 3 -vermouth 'v3m@T M6% 2 -vermouths 'v3m@Ts Mj$ 2 -vernacular v@'n&kjUl@R K6%,OA% 4 -vernaculars v@'n&kjUl@z Kj$ 4 -vernal 'v3n@l OA% 2 -veronica v@'r0nIk@ K6$ 4 -veronicas v@'r0nIk@z Kj$ 4 -verruca v@'ruk@ K6$ 3 -verrucas v@'ruk@z Kj$ 3 -versatile 'v3s@taIl OA% 3 -versatility ,v3s@'tIlItI L@% 5 -verse v3s M6% 1 -versed v3st OA% 1 -verses 'v3sIz Mj% 2 -versification ,v3sIfI'keISn L@$ 5 -versified 'v3sIfaId Jc$,Jd$ 32A,6A -versifier 'v3sIfaI@R K6$ 4 -versifiers 'v3sIfaI@z Kj$ 4 -versifies 'v3sIfaIz Ja$ 32A,6A -versify 'v3sIfaI J3$ 32A,6A -versifying 'v3sIfaIIN Jb$ 42A,6A -version 'v3Sn K6% 2 -versions 'v3Snz Kj% 2 -verso 'v3s@U K6$ 2 -versos 'v3s@Uz Kj$ 2 -versus 'v3s@s T-% 2 -vertebra 'v3tIbr@ Ki% 3 -vertebrae 'v3tIbri Kj% 3 -vertebrate 'v3tIbreIt K6%,OA% 3 -vertebrates 'v3tIbreIts Kj% 3 -vertex 'v3teks Ki% 2 -vertical 'v3tIkl K6$,OA% 3 -vertically 'v3tIklI Pu% 3 -verticals 'v3tIklz Kj$ 3 -vertices 'v3tIsiz Kj$ 3 -vertiginous v3'tIdZIn@s OA$ 4 -vertigo 'v3tIg@U L@% 3 -verve v3v L@% 1 -very 'verI Oq%,Pu* 2 -vesicle 'vesIkl K6$ 3 -vesicles 'vesIklz Kj$ 3 -vesicular v@'sIkjUl@R OA$ 4 -vespers 'vesp@z Kj$ 2 -vessel 'ves@l K6% 2 -vessels 'ves@lz Kj% 2 -vest vest J0$,K6% 13A,6A,14 -vestal 'vest@l K6$,OA$ 2 -vestals 'vest@lz Kj$ 2 -vested 'vestId Jc$,Jd% 23A,6A,14 -vestibule 'vestIbjul K6% 3 -vestibules 'vestIbjulz Kj% 3 -vestige 'vestIdZ M6% 2 -vestiges 'vestIdZIz Mj% 3 -vestigial ve'stIdZI@l OA% 3 -vesting 'vestIN Jb$ 23A,6A,14 -vestment 'vestm@nt K6% 2 -vestments 'vestm@nts Kj% 2 -vestries 'vestrIz Kj% 2 -vestry 'vestrI K8% 2 -vestryman 'vestrIm@n Ki% 3 -vestrymen 'vestrIm@n Kj% 3 -vests vests Ja$,Kj% 13A,6A,14 -vesture 'vestS@R H2$,K6$ 2 -vestured 'vestS@d Hc$,Hd$ 2 -vestures 'vestS@z Ha$,Kj$ 2 -vesturing 'vestS@rIN Hb$ 3 -vet vet H4%,K6% 16A -vetch vetS M7$ 1 -vetches 'vetSIz Mj$ 2 -veteran 'vet@r@n K6% 3 -veterans 'vet@r@nz Kj% 3 -veterinary 'vetrInrI OA% 3 -veto 'vit@U H0%,K7% 26A -vetoed 'vit@Ud Hc%,Hd% 26A -vetoes 'vit@Uz Kj% 2 -vetoing 'vit@UIN Hb% 36A -vetos 'vit@Uz Ha% 26A -vets vets Ha%,Kj% 16A -vetted 'vetId Hc%,Hd% 26A -vetting 'vetIN Hb% 26A -vex veks H1% 16A -vexation vek'seISn M6% 3 -vexations vek'seISnz Mj% 3 -vexatious vek'seIS@s OA% 3 -vexed vekst Hc%,Hd% 16A -vexes 'veksIz Ha% 26A -vexing 'veksIN Hb% 26A -via 'vaI@ T-% 2 -via media ,vaI@ 'midI@ Ki$ 5 -viability ,vaI@'bIlItI L@% 5 -viable 'vaI@bl OA% 3 -viaduct 'vaI@dVkt K6% 3 -viaducts 'vaI@dVkts Kj% 3 -vial 'vaI@l K6$ 2 -vials 'vaI@lz Kj$ 2 -vibes vaIbz Kj% 1 -vibrant 'vaIbr@nt OA% 2 -vibraphone 'vaIbr@f@Un K6% 3 -vibraphones 'vaIbr@f@Unz Kj% 3 -vibrate vaI'breIt J2% 22A,2C,6A -vibrated vaI'breItId Jc%,Jd% 32A,2C,6A -vibrates vaI'breIts Ja% 22A,2C,6A -vibrating vaI'breItIN Jb% 32A,2C,6A -vibration vaI'breISn M6% 3 -vibrations vaI'breISnz Mj% 3 -vibrato vI'brAt@U M6% 3 -vibrator vaI'breIt@R K6% 3 -vibrators vaI'breIt@z Kj% 3 -vibratos vI'brAt@Uz Mj$ 3 -vicar 'vIk@R K6% 2 -vicarage 'vIk@rIdZ K6% 3 -vicarages 'vIk@rIdZIz Kj% 4 -vicarious vI'ke@rI@s OA% 4 -vicariously vI'ke@rI@slI Pu% 5 -vicars 'vIk@z Kj% 2 -vice vaIs M6%,T-% 1 -vice versa ,vaIsI 'v3s@ Pu% 4 -vice- vaIs- U-% 1 -viceregal vaIs'rig@l OA$ 3 -vicereine vaIs'reIn K6$ 2 -vicereines vaIs'reInz Kj$ 2 -viceroy 'vaIsroI K6% 2 -viceroys 'vaIsroIz Kj% 2 -vices 'vaIsIz Mj% 2 -vicinities vI'sInItIz Mj$ 4 -vicinity vI'sInItI M8% 4 -vicious 'vIS@s OA% 2 -viciously 'vIS@slI Pu% 3 -viciousness 'vIS@sn@s L@% 3 -vicissitude vI'sIsItjud K6% 4 -vicissitudes vI'sIsItjudz Kj% 4 -victim 'vIktIm K6% 2 -victimization ,vIktImaI'zeISn M6% 5 -victimizations ,vIktImaI'zeISnz Mj$ 5 -victimize 'vIktImaIz H2% 36A -victimized 'vIktImaIzd Hc%,Hd% 36A -victimizes 'vIktImaIzIz Ha% 46A -victimizing 'vIktImaIzIN Hb% 46A -victims 'vIktImz Kj% 2 -victor 'vIkt@R K6% 2 -victoria vIk'tOrI@ K6$ 4 -victorias vIk'tOrI@z Kj$ 4 -victories 'vIkt@rIz Mj% 3 -victorious vIk'tOrI@s OA% 4 -victoriously vIk'tOrI@slI Pu% 5 -victors 'vIkt@z Kj% 2 -victory 'vIkt@rI M8% 3 -victual 'vItl J4$,K6$ 22A,6A -victualled 'vItld Jc$,Jd$ 22A,6A -victualler 'vItl@R K6$ 2 -victuallers 'vItl@z Kj$ 2 -victualling 'vIt@lIN Jb$ 32A,6A -victuals 'vItlz Ja$,Kj% 22A,6A -vicu~na vI'kjun@ K6$ 3 -vicu~nas vI'kjun@z Kj$ 3 -vide 'vaIdI Z-$ 2 -videlicet vI'dilIset Pu$ 4 -video 'vIdI@U K6% 3 -videos 'vIdI@Uz Kj% 3 -videotape 'vIdI@UteIp H2%,L@% 46A -videotaped 'vIdI@UteIpt Hc%,Hd% 46A -videotapes 'vIdI@UteIps Ha% 46A -videotaping 'vIdI@UteIpIN Hb% 56A -vie vaI I5% 13A -vied vaId Ic%,Id% 13A -vies vaIz Ia% 13A -view vju H0%,M6% 16A -viewed vjud Hc%,Hd% 16A -viewer 'vju@R K6% 2 -viewers 'vju@z Kj% 2 -viewfinder 'vjufaInd@R K6% 3 -viewfinders 'vjufaInd@z Kj% 3 -viewing 'vjuIN Hb% 26A -viewless 'vjul@s OA$ 2 -viewpoint 'vjupoInt K6% 2 -viewpoints 'vjupoInts Kj% 2 -views vjuz Ha%,Mj% 16A -vigil 'vIdZIl M6% 2 -vigilance 'vIdZIl@ns L@% 3 -vigilant 'vIdZIl@nt OA% 3 -vigilante ,vIdZI'l&ntI K6% 4 -vigilantes ,vIdZI'l&ntIz Kj% 4 -vigilantly 'vIdZIl@ntlI Pu% 4 -vigils 'vIdZIlz Mj% 2 -vignette vi'njet K6% 2 -vignettes vi'njets Kj% 2 -vigorous 'vIg@r@s OA% 3 -vigorously 'vIg@r@slI Pu% 4 -vigour 'vIg@R L@% 2 -vile vaIl OB% 1 -vilely 'vaIl+lI Pu% 2 -vileness 'vaIln@s L@% 2 -viler 'vaIl@R Or% 2 -vilest 'vaIlIst Os% 2 -vilification ,vIlIfI'keISn M6% 5 -vilifications ,vIlIfI'keISnz Mj$ 5 -vilified 'vIlIfaId Hc%,Hd% 36A -vilifies 'vIlIfaIz Ha% 36A -vilify 'vIlIfaI H3% 36A -vilifying 'vIlIfaIIN Hb% 46A -villa 'vIl@ K6% 2 -village 'vIlIdZ K6% 2 -villager 'vIlIdZ@R K6% 3 -villagers 'vIlIdZ@z Kj% 3 -villages 'vIlIdZIz Kj% 3 -villain 'vIl@n K6% 2 -villainess 'vIl@nes K6% 3 -villainesses 'vIl@nesIz Kj$ 4 -villainies 'vIl@nIz Mj% 3 -villainous 'vIl@n@s OA% 3 -villains 'vIl@nz Kj% 2 -villainy 'vIl@nI M8% 3 -villas 'vIl@z Kj% 2 -villein 'vIleIn K6$ 2 -villeinage 'vIlInIdZ L@$ 3 -villeins 'vIleInz Kj$ 2 -vim vIm L@% 1 -vinaigrette ,vInI'gret L@% 3 -vindicate 'vIndIkeIt H2% 36A -vindicated 'vIndIkeItId Hc%,Hd% 46A -vindicates 'vIndIkeIts Ha% 36A -vindicating 'vIndIkeItIN Hb% 46A -vindication ,vIndI'keISn M6% 4 -vindications ,vIndI'keISnz Mj% 4 -vindictive vIn'dIktIv OA% 3 -vindictively vIn'dIktIvlI Pu% 4 -vindictiveness vIn'dIktIvn@s L@% 4 -vine vaIn K6% 1 -vinegar 'vInIg@R M6% 3 -vinegars 'vInIg@z Mj$ 3 -vinegary 'vInIg@rI OA% 4 -vineries 'vaIn@rIz Kj$ 3 -vinery 'vaIn@rI K8$ 3 -vines vaInz Kj% 1 -vineyard 'vInj@d K6% 2 -vineyards 'vInj@dz Kj% 2 -vino 'vin@U M7$ 2 -vinoes 'vin@Uz Mj$ 2 -vinous 'vaIn@s OA$ 2 -vintage 'vIntIdZ M6% 2 -vintages 'vIntIdZIz Mj% 3 -vintner 'vIntn@R K6% 2 -vintners 'vIntn@z Kj% 2 -vinyl 'vaInIl M6% 2 -vinyls 'vaInIlz Mj$ 2 -viol 'vaI@l K6$ 2 -viola 'vaI@l@ K6$ 3 -viola vI'@Ul@ K6% 3 -violas 'vaI@l@z Kj$ 3 -violas vI'@Ul@z Kj% 3 -violate 'vaI@leIt H2% 36A -violated 'vaI@leItId Hc%,Hd% 46A -violates 'vaI@leIts Ha% 36A -violating 'vaI@leItIN Hb% 46A -violation ,vaI@'leISn M6% 4 -violations ,vaI@'leISnz Mj% 4 -violence 'vaI@l@ns L@% 3 -violent 'vaI@l@nt OA% 3 -violently 'vaI@l@ntlI Pu% 4 -violet 'vaI@l@t M6% 3 -violets 'vaI@l@ts Mj% 3 -violin ,vaI@'lIn K6% 3 -violinist ,vaI@'lInIst K6% 4 -violinists ,vaI@'lInIsts Kj% 4 -violins ,vaI@'lInz Kj% 3 -viols 'vaI@lz Kj$ 2 -viper 'vaIp@R K6% 2 -vipers 'vaIp@z Kj% 2 -virago vI'rAg@U K6$ 3 -viragoes vI'rAg@Uz Kj$ 3 -viragos vI'rAg@Uz Kj$ 3 -virgin 'v3dZIn K6%,OA% 2 -virginal 'v3dZInl K6%,OA% 3 -virginals 'v3dZInlz Kj% 3 -virginity v@'dZInItI L@% 4 -virgins 'v3dZInz Kj% 2 -virgule 'v3gjul K6$ 2 -virgules 'v3gjulz Kj$ 2 -virile 'vIraIl OA% 2 -virility vI'rIlItI L@% 4 -virology vaI@'r0l@dZI L@% 4 -virtu v3'tu L@$ 2 -virtual 'v3tSU@l OA% 3 -virtually 'v3tSU@lI Pu% 4 -virtue 'v3tSu M6% 2 -virtues 'v3tSuz Mj% 2 -virtuosi ,v3tSU'@Uzi Kj% 4 -virtuosity ,v3tSU'0sItI L@% 5 -virtuoso ,v3tSU'@Uz@U K6% 4 -virtuosos ,v3tSU'@Uz@Uz Kj% 4 -virtuous 'v3tSU@s OA% 3 -virtuously 'v3tSU@slI Pu% 4 -virulence 'vIrUl@ns L@% 3 -virulent 'vIrUl@nt OA% 3 -virulently 'vIrUl@ntlI Pu% 4 -virus 'vaI@r@s K7% 2 -viruses 'vaI@r@sIz Kj% 3 -vis-`a-vis ,viz-A-'vi Pu%,T-% 3 -visa 'viz@ H0$,K6% 26A -visaed 'viz@d Hc$,Hd$ 26A -visage 'vIzIdZ K6% 2 -visaged 'vIzIdZd Ot% 2 -visages 'vIzIdZIz Kj% 3 -visaing 'viz@rIN Hb$ 36A -visas 'viz@z Ha$,Kj% 26A -viscera 'vIs@r@ Kj$ 3 -visceral 'vIs@r@l OA% 3 -viscid 'vIsId OA$ 2 -viscosity vIs'k0sItI L@% 4 -viscount 'vaIkaUnt K6% 2 -viscountcies 'vaIkaUntsIz Kj$ 3 -viscountcy 'vaIkaUntsI K8$ 3 -viscountess 'vaIkaUntIs K7% 3 -viscountesses 'vaIkaUntIsIz Kj$ 4 -viscounts 'vaIkaUnts Kj% 2 -viscous 'vIsk@s OA% 2 -visibility ,vIz@'bIlItI L@% 5 -visible 'vIz@bl OA% 3 -visibly 'vIz@blI Pu% 3 -vision 'vIZn M6% 2 -visionaries 'vIZ@nrIz Kj% 3 -visionary 'vIZ@nrI K8%,OA% 3 -visions 'vIZnz Mj% 2 -visit 'vIzIt J0%,K6% 22C,3A,6A,14 -visitant 'vIzIt@nt K6$ 3 -visitants 'vIzIt@nts Kj$ 3 -visitation ,vIzI'teISn K6% 4 -visitations ,vIzI'teISnz Kj% 4 -visited 'vIzItId Jc%,Jd% 32C,3A,6A,14 -visiting 'vIzItIN Jb%,L@% 32C,3A,6A,14 -visitor 'vIzIt@R K6% 3 -visitors 'vIzIt@z Kj% 3 -visits 'vIzIts Ja%,Kj% 22C,3A,6A,14 -visor 'vaIz@R K6% 2 -visors 'vaIz@z Kj% 2 -vista 'vIst@ K6% 2 -vistas 'vIst@z Kj% 2 -visual 'vIZU@l OA% 3 -visualization ,vIZU@laI'zeISn M6% 6 -visualizations ,vIZU@laI'zeISnz Mj$ 6 -visualize 'vIZU@laIz H2% 46A -visualized 'vIZU@laIzd Hc%,Hd% 46A -visualizes 'vIZU@laIzIz Ha% 56A -visualizing 'vIZU@laIzIN Hb% 56A -visually 'vIZU@lI Pu% 4 -vital 'vaItl OA% 2 -vitalism 'vaIt@lIz@m L@$ 4 -vitalist 'vaIt@lIst K6$ 3 -vitalists 'vaIt@lIsts Kj$ 3 -vitality vaI't&lItI L@% 4 -vitalize 'vaIt@laIz H2% 36A -vitalized 'vaIt@laIzd Hc%,Hd% 36A -vitalizes 'vaIt@laIzIz Ha% 46A -vitalizing 'vaIt@laIzIN Hb% 46A -vitally 'vaIt@lI Pu% 3 -vitals 'vaItlz Kj$ 2 -vitamin 'vIt@mIn K6% 3 -vitamins 'vIt@mInz Kj% 3 -vitiate 'vISIeIt H2$ 36A -vitiated 'vISIeItId Hc$,Hd% 46A -vitiates 'vISIeIts Ha$ 36A -vitiating 'vISIeItIN Hb$ 46A -vitreous 'vItrI@s OA% 3 -vitrified 'vItrIfaId Jc$,Jd$ 32A,6A -vitrifies 'vItrIfaIz Ja$ 32A,6A -vitrify 'vItrIfaI J3$ 32A,6A -vitrifying 'vItrIfaIIN Jb$ 42A,6A -vitriol 'vItrI@l L@% 3 -vitriolic ,vItrI'0lIk OA% 4 -vituperate vI'tjup@reIt H2$ 46A -vituperated vI'tjup@reItId Hc$,Hd$ 56A -vituperates vI'tjup@reIts Ha$ 46A -vituperating vI'tjup@reItIN Hb$ 56A -vituperation vI,tjup@'reISn L@$ 5 -vituperative vI'tjup@r@tIv OA% 5 -viva 'vaIv@ K6$ 2 -viva voce ,vaIv@ 'v@UsI K6$,OA$,Pu$ 4 -viva voces ,vaIv@ 'v@UsIz Kj$ 4 -vivace vI'vAtSeI Pu$ 3 -vivacious vI'veIS@s OA% 3 -vivaciously vI'veIS@slI Pu% 4 -vivacity vI'v&sItI L@% 4 -vivas 'vaIv@z Kj$ 2 -vivid 'vIvId OA% 2 -vividly 'vIvIdlI Pu% 3 -vividness 'vIvIdn@s L@% 3 -viviparous vI'vIp@r@s OA$ 4 -vivisect ,vIvI'sekt H0$ 36A -vivisected ,vIvI'sektId Hc$,Hd$ 46A -vivisecting ,vIvI'sektIN Hb$ 46A -vivisection ,vIvI'sekSn M6% 4 -vivisectionist ,vIvI'sekS@nIst K6$ 5 -vivisectionists ,vIvI'sekS@nIsts Kj$ 5 -vivisections ,vIvI'sekSnz Mj$ 4 -vivisects ,vIvI'sekts Ha$ 36A -vixen 'vIksn K6% 2 -vixenish 'vIks@nIS OA$ 3 -vixens 'vIksnz Kj% 2 -viz vIz Y~% 1 -vizier vI'zI@R K6$ 3 -viziers vI'zI@z Kj$ 3 -vocabularies v@'k&bjUl@rIz Mj% 5 -vocabulary v@'k&bjUl@rI M8% 5 -vocal 'v@Ukl OA% 2 -vocalist 'v@Uk@lIst K6% 3 -vocalists 'v@Uk@lIsts Kj% 3 -vocalize 'v@Uk@laIz H2% 3 -vocalized 'v@Uk@laIzd Hc%,Hd% 3 -vocalizes 'v@Uk@laIzIz Ha% 4 -vocalizing 'v@Uk@laIzIN Hb% 4 -vocally 'v@Uk@lI Pu% 3 -vocation v@U'keISn M6% 3 -vocational v@U'keISn@l OA% 4 -vocations v@U'keISnz Mj% 3 -vocative 'v0k@tIv K6$,OA$ 3 -vocatives 'v0k@tIvz Kj$ 3 -vociferate v@'sIf@reIt J2$ 42A,6A -vociferated v@'sIf@reItId Jc$,Jd$ 52A,6A -vociferates v@'sIf@reIts Ja$ 42A,6A -vociferating v@'sIf@reItIN Jb$ 52A,6A -vociferation v@,sIf@'reISn L@$ 5 -vociferous v@'sIf@r@s OA% 4 -vodka 'v0dk@ M6% 2 -vodkas 'v0dk@z Mj% 2 -vogue v@Ug K6% 1 -vogues v@Ugz Kj$ 1 -voice voIs H2%,M6* 16A -voiced voIst Hc%,Hd%,Ot% 16A -voiceless 'voIsl@s OA% 2 -voices 'voIsIz Ha%,Mj% 26A -voicing 'voIsIN Hb% 26A -void voId H0$,K6%,OA% 16A -voided 'voIdId Hc$,Hd$ 26A -voiding 'voIdIN Hb$ 26A -voids voIdz Ha$,Kj$ 16A -voile voIl L@$ 1 -vol v0l Y>% 1 -volatile 'v0l@taIl OA% 3 -volatilities ,v0l@'tIlItIz Mj$ 5 -volatility ,v0l@'tIlItI M8% 5 -volcanic v0l'k&nIk OA% 3 -volcano v0l'keIn@U K6% 3 -volcanoes v0l'keIn@Uz Kj% 3 -volcanos v0l'keIn@Uz Kj% 3 -vole v@Ul K6% 1 -voles v@Ulz Kj% 1 -volition v@'lISn L@% 3 -volitional v@'lISn@l OA$ 4 -volley 'v0lI J0%,K6% 22A,2C,6A -volleyball 'v0lIbOl M6% 3 -volleyballs 'v0lIbOlz Mj$ 3 -volleyed 'v0lId Jc%,Jd% 22A,2C,6A -volleying 'v0lIIN Jb% 32A,2C,6A -volleys 'v0lIz Ja%,Kj% 22A,2C,6A -vols v0lz Y)% 1 -volt v@Ult K6% 1 -voltage 'v@UltIdZ M6% 2 -voltages 'v@UltIdZIz Mj% 3 -volte-face ,v0lt-'fAs Ki$ 2 -volts v@Ults Kj% 1 -volubility ,v0ljU'bIlItI L@% 5 -voluble 'v0ljUbl OA% 3 -volubly 'v0ljUblI Pu% 3 -volume 'v0ljum M6% 2 -volumes 'v0ljumz Mj% 2 -voluminous v@'ljumIn@s OA% 4 -voluntaries 'v0l@ntrIz Kj$ 3 -voluntarily 'v0l@ntr@lI Pu% 4 -voluntary 'v0l@ntrI K8$,OA% 3 -volunteer ,v0l@n'tI@R J0%,K6% 32A,3A,6A,7A -volunteered ,v0l@n'tI@d Jc%,Jd% 32A,3A,6A,7A -volunteering ,v0l@n'tI@rIN Jb% 42A,3A,6A,7A -volunteers ,v0l@n'tI@z Ja%,Kj% 32A,3A,6A,7A -voluptuaries v@'lVptSU@rIz Kj$ 5 -voluptuary v@'lVptSU@rI K8$ 5 -voluptuous v@'lVptSU@s OA% 4 -voluptuously v@'lVptSU@slI Pu% 5 -voluptuousness v@'lVptSU@sn@s L@% 5 -volute v@'ljut K6$ 2 -voluted v@'ljutId OA$ 3 -volutes v@'ljuts Kj$ 2 -vomit 'v0mIt J0%,L@% 22A,6A,15B -vomited 'v0mItId Jc%,Jd% 32A,6A,15B -vomiting 'v0mItIN Jb% 32A,6A,15B -vomits 'v0mIts Ja% 22A,6A,15B -voodoo 'vudu L@% 2 -voodooism 'vuduIz@m L@$ 4 -voracious v@'reIS@s OA% 3 -voraciously v@'reIS@slI Pu% 4 -voracity v@'r&sItI L@$ 4 -vortex 'vOteks K7% 2 -vortexes 'vOteksIz Kj% 3 -vortices 'vOtIsiz Kj% 3 -votaries 'v@Ut@rIz Kj$ 3 -votary 'v@Ut@rI K8$ 3 -vote v@Ut J2%,K6% 13A,6A,9,12B,13B,15B,25 -voted 'v@UtId Jc%,Jd% 23A,6A,9,12B,13B,15B,25 -voteless 'v@Utl@s OA$ 2 -voter 'v@Ut@R K6% 2 -voters 'v@Ut@z Kj% 2 -votes v@Uts Ja%,Kj% 13A,6A,9,12B,13B,15B,25 -voting 'v@UtIN Jb% 23A,6A,9,12B,13B,15B,25 -votive 'v@UtIv OA$ 2 -vouch vaUtS I1% 1 -vouched vaUtSt Ic%,Id% 1 -voucher 'vaUtS@R K6% 2 -vouchers 'vaUtS@z Kj% 2 -vouches 'vaUtSIz Ia% 2 -vouching 'vaUtSIN Ib% 2 -vouchsafe vaUtS'seIf H2% 26A,7A,12C -vouchsafed vaUtS'seIft Hc%,Hd% 26A,7A,12C -vouchsafes vaUtS'seIfs Ha% 26A,7A,12C -vouchsafing vaUtS'seIfIN Hb% 36A,7A,12C -vow vaU H0%,K6% 16A,7A,9 -vowed vaUd Hc%,Hd% 16A,7A,9 -vowel 'vaU@l K6% 2 -vowels 'vaU@lz Kj% 2 -vowing 'vaUIN Hb% 26A,7A,9 -vows vaUz Ha%,Kj% 16A,7A,9 -vox v0ks Ki$ 1 -vox populi ,v0ks 'p0pjUlaI Ki$ 4 -voyage 'voIIdZ I2%,K6% 22A,2C -voyaged 'voIIdZd Ic%,Id% 22A,2C -voyager 'voI@dZ@R K6% 3 -voyagers 'voI@dZ@z Kj% 3 -voyages 'voIIdZIz Ia%,Kj% 32A,2C -voyaging 'voIIdZIN Ib% 32A,2C -voyeur vwA'j3R K6% 2 -voyeurism vwA'j3rIzm L@% 4 -voyeuristic ,vwAj@'rIstIk OA% 4 -voyeuristically ,vwAj@'rIstIklI Pu% 5 -voyeurs vwA'j3z Kj% 2 -vs 'v3s@s Y~% 2 -vulcanite 'vVlk@naIt L@$ 3 -vulcanization ,vVlk@naI'zeISn M6$ 5 -vulcanizations ,vVlk@naI'zeISnz Mj$ 5 -vulcanize 'vVlk@naIz H2$ 36A -vulcanized 'vVlk@naIzd Hc$,Hd$ 36A -vulcanizes 'vVlk@naIzIz Ha$ 46A -vulcanizing 'vVlk@naIzIN Hb$ 46A -vulgar 'vVlg@R OA% 2 -vulgarian vVl'ge@rI@n K6$ 4 -vulgarians vVl'ge@rI@nz Kj$ 4 -vulgarism 'vVlg@rIz@m M6$ 4 -vulgarisms 'vVlg@rIz@mz Mj$ 4 -vulgarities vVl'g&rItIz Mj% 4 -vulgarity vVl'g&rItI M8% 4 -vulgarization ,vVlg@raI'zeISn L@% 5 -vulgarize 'vVlg@raIz H2% 36A -vulgarized 'vVlg@raIzd Hc%,Hd% 36A -vulgarizes 'vVlg@raIzIz Ha% 46A -vulgarizing 'vVlg@raIzIN Hb% 46A -vulgarly 'vVlg@lI Pu% 3 -vulnerabilities ,vVln@r@'bIlItIz Mj% 6 -vulnerability ,vVln@r@'bIlItI M8% 6 -vulnerable 'vVln@r@bl OA% 4 -vulpine 'vVlpaIn OA$ 2 -vulture 'vVltS@R K6% 2 -vultures 'vVltS@z Kj% 2 -vulva 'vVlv@ K6$ 2 -vulvas 'vVlv@z Kj$ 2 -vying 'vaIIN Ib% 23A -w 'dVblju Ki$ 3 -w's 'dVbljuz Kj$ 3 -wad w0d H4$,K6% 1 -wadded 'w0dId Hc$,Hd$ 2 -wadding 'w0dIN Hb$,L@% 2 -waddle 'w0dl I2%,Ki% 22A,2C -waddled 'w0dld Ic%,Id% 22A,2C -waddles 'w0dlz Ia% 22A,2C -waddling 'w0dlIN Ib% 22A,2C -wade weId J2% 12A,2C,6A -waded 'weIdId Jc%,Jd% 22A,2C,6A -wader 'weId@R K6% 2 -waders 'weId@z Kj% 2 -wades weIdz Ja% 12A,2C,6A -wadi 'w0dI K6$ 2 -wading 'weIdIN Jb% 22A,2C,6A -wadis 'w0dIz Kj$ 2 -wads w0dz Ha$,Kj% 1 -wafer 'weIf@R K6% 2 -wafers 'weIf@z Kj% 2 -waffle 'w0fl I2%,M6% 22A,2C -waffled 'w0fld Ic%,Id% 22A,2C -waffles 'w0flz Ia%,Mj% 22A,2C -waffling 'w0flIN Ib% 22A,2C -waft w0ft H0%,K6% 16A -wafted 'w0ftId Hc%,Hd% 26A -wafting 'w0ftIN Hb% 26A -wafts w0fts Ha%,Kj% 16A -wag w&g J4%,K6% 12A,2C,6A -wage weIdZ H2%,K6% 16A -wage-claim 'weIdZ-kleIm K6% 2 -wage-claims 'weIdZ-kleImz Kj% 2 -wage-earner 'weIdZ-3n@R K6% 3 -wage-earners 'weIdZ-3n@z Kj% 3 -wage-freeze 'weIdZ-friz K6% 2 -wage-freezes 'weIdZ-frizIz Kj% 3 -waged weIdZd Hc%,Hd% 16A -wager 'weIdZ@R J0%,K6% 22A,6A,11,12C,14 -wagered 'weIdZ@d Jc%,Jd% 22A,6A,11,12C,14 -wagering 'weIdZ@rIN Jb% 32A,6A,11,12C,14 -wagers 'weIdZ@z Ja%,Kj% 22A,6A,11,12C,14 -wages 'weIdZIz Ha%,Kj% 26A -wagged w&gd Jc%,Jd% 12A,2C,6A -waggeries 'w&g@rIz Mj$ 3 -waggery 'w&g@rI M8$ 3 -wagging 'w&gIN Jb% 22A,2C,6A -waggish 'w&gIS OA$ 2 -waggishly 'w&gISlI Pu$ 3 -waggishness 'w&gISn@s L@$ 3 -waggle 'w&gl J2% 2 -waggled 'w&gld Jc%,Jd% 2 -waggles 'w&glz Ja% 2 -waggling 'w&glIN Jb% 2 -waggon 'w&g@n K6% 2 -waggoner 'w&g@n@R K6% 3 -waggoners 'w&g@n@z Kj% 3 -waggons 'w&g@nz Kj% 2 -waging 'weIdZIN Hb% 26A -wagon-lit ,v&g0n-'li Ki$ 3 -wagons-lit ,v&g0n-'li Kj$ 3 -wags w&gz Ja%,Kj% 12A,2C,6A -wagtail 'w>eIl K6% 2 -wagtails 'w>eIlz Kj% 2 -waif weIf K6% 1 -waifs weIfs Kj% 1 -wail weIl J0%,K6% 12A,2B,2C,6A -wailed weIld Jc%,Jd% 12A,2B,2C,6A -wailing 'weIlIN Jb% 22A,2B,2C,6A -wails weIlz Ja%,Kj% 12A,2B,2C,6A -wain weIn K6$ 1 -wains weInz Kj$ 1 -wainscot 'weInsk@t K6% 2 -wainscoted 'weInsk@tId OA$ 3 -wainscots 'weInsk@ts Kj$ 2 -waist weIst K6% 1 -waist-deep weIst-'dip OA%,Pu% 2 -waist-high weIst-'haI OA%,Pu% 2 -waistband 'weIstb&nd K6% 2 -waistbands 'weIstb&ndz Kj% 2 -waistcoat 'weIsk@Ut K6% 2 -waistcoats 'weIsk@Uts Kj% 2 -waistline 'weIstlaIn K6% 2 -waistlines 'weIstlaInz Kj% 2 -waists weIsts Kj% 1 -wait weIt J0%,M6% 12A,2B,2C,3A,4A,6A,14 -waited 'weItId Jc%,Jd% 22A,2B,2C,3A,4A,6A,14 -waiter 'weIt@R K6% 2 -waiters 'weIt@z Kj% 2 -waiting 'weItIN Jb% 22A,2B,2C,3A,4A,6A,14 -waiting-list 'weItIN-lIst K6% 3 -waiting-lists 'weItIN-lIsts Kj% 3 -waiting-room 'weItIN-rum K6% 3 -waiting-rooms 'weItIN-rumz Kj% 3 -waitress 'weItrIs K7% 2 -waitresses 'weItrIsIz Kj% 3 -waits weIts Ja%,Mj% 12A,2B,2C,3A,4A,6A,14 -waive weIv H2% 16A -waived weIvd Hc%,Hd% 16A -waiver 'weIv@R K6% 2 -waivers 'weIv@z Kj% 2 -waives weIvz Ha% 16A -waiving 'weIvIN Hb% 26A -wake weIk J2%,K6% 12A,2C,4B,6A,15B -waked weIkt Jc%,Jd% 12A,2C,4B,6A,15B -wakeful 'weIkf@l OA% 2 -wakefulness 'weIkf@ln@s L@% 3 -waken 'weIk@n J0% 22A,6A -wakened 'weIk@nd Jc%,Jd% 22A,6A -wakening 'weIk@nIN Jb% 32A,6A -wakens 'weIk@nz Ja% 22A,6A -wakes weIks Ja%,Kj% 12A,2C,4B,6A,15B -waking 'weIkIN Jb%,OA% 22A,2C,4B,6A,15B -wale weIl K6$ 1 -wales weIlz Kj$ 1 -walk wOk J0%,K6% 12A,2B,2C,6A,15A,15B -walkabout 'wOk@baUt K6% 3 -walkabouts 'wOk@baUts Kj$ 3 -walkaway 'wOk@weI K6$ 3 -walkaways 'wOk@weIz Kj$ 3 -walked wOkt Jc%,Jd% 12A,2B,2C,6A,15A,15B -walker 'wOk@R K6% 2 -walkers 'wOk@z Kj% 2 -walkie-talkie ,wOkI-'tOkI K6% 4 -walkie-talkies ,wOkI-'tOkIz Kj% 4 -walking 'wOkIN Jb%,L@% 22A,2B,2C,6A,15A,15B -walkout 'wOkaUt K6% 2 -walkouts 'wOkaUts Kj% 2 -walkover 'wOk@Uv@R K6% 3 -walkovers 'wOk@Uv@z Kj% 3 -walks wOks Ja%,Kj% 12A,2B,2C,6A,15A,15B -wall wOl H0%,K6% 115B -wall-eyed ,wOl-'aId OA$ 2 -wall-painting 'wOl-peIntIN K6% 3 -wall-paintings 'wOl-peIntINz Kj% 3 -wallabies 'w0l@bIz Kj% 3 -wallaby 'w0l@bI K8% 3 -wallah 'w0l@ K6$ 2 -wallahs 'w0l@z Kj$ 2 -walled wOld Hc%,Hd% 115B -wallet 'w0lIt K6% 2 -wallets 'w0lIts Kj% 2 -wallflower 'wOlflaU@R K6% 3 -wallflowers 'wOlflaU@z Kj% 3 -walling 'wOlIN Hb% 215B -wallop 'w0l@p H0%,K6% 2 -walloped 'w0l@pt Hc%,Hd% 2 -walloping 'w0l@pIN Hb%,OA% 3 -wallops 'w0l@ps Ha%,Kj% 2 -wallow 'w0l@U I0%,K6% 22A,2C -wallowed 'w0l@Ud Ic%,Id% 22A,2C -wallowing 'w0l@UIN Ib% 32A,2C -wallows 'w0l@Uz Ia%,Kj% 22A,2C -wallpaper 'wOlpeIp@R L@% 3 -walls wOlz Ha%,Kj% 115B -walnut 'wOlnVt M6% 2 -walnuts 'wOlnVts Mj% 2 -walrus 'wOlr@s K7% 2 -walruses 'wOlr@sIz Kj% 3 -waltz wOls J1%,K7% 12A,2C,15A -waltzed wOlst Jc%,Jd% 12A,2C,15A -waltzes 'wOlsIz Ja%,Kj% 22A,2C,15A -waltzing 'wOlsIN Jb% 22A,2C,15A -wampum 'w0mp@m L@$ 2 -wan w0n OE% 1 -wand w0nd K6% 1 -wander 'w0nd@R J0% 22A,2B,2C,6A -wandered 'w0nd@d Jc%,Jd% 22A,2B,2C,6A -wanderer 'w0nd@r@R K6% 3 -wanderers 'w0nd@r@z Kj% 3 -wandering 'w0nd@rIN Jb% 32A,2B,2C,6A -wanderings 'w0nd@rINz Kj% 3 -wanderlust 'w0nd@lVst L@% 3 -wanders 'w0nd@z Ja% 22A,2B,2C,6A -wands w0ndz Kj% 1 -wane weIn I2%,K6% 12A -waned weInd Ic%,Id% 12A -wanes weInz Ia%,Kj$ 12A -wangle 'w&Ngl H2%,K6% 26A -wangled 'w&Ngld Hc%,Hd% 26A -wangles 'w&Nglz Ha%,Kj% 26A -wangling 'w&NglIN Hb% 26A -waning 'weInIN Ib% 22A -wank w&Nk I0%,K6% 12A -wanked w&Nkt Ic%,Id% 12A -wanking 'w&NkIN Ib% 22A -wanks w&Nks Ia%,Kj% 12A -wanly 'w0nlI Pu% 2 -wanna 'w0n@ Gh$ 2 -wanner 'w0n@R Or$ 2 -wanness 'w0n+n@s L@$ 2 -wannest 'w0nIst Os$ 2 -want w0nt J0*,M6% 12A,3A,6A,6E,7A,17,19B,24A -want-ad 'w0nt-&d K6$ 2 -want-ads 'w0nt-&dz Kj$ 2 -wanted 'w0ntId Jc*,Jd* 22A,3A,6A,6E,7A,17,19B,24A -wanting 'w0ntIN Jb%,T-% 22A,3A,6A,6E,7A,17,19B,24A -wanton 'w0nt@n I0$,K6%,OA% 22A,2C -wantoned 'w0nt@nd Ic$,Id$ 22A,2C -wantoning 'w0nt@nIN Ib$ 32A,2C -wantonly 'w0nt@nlI Pu% 3 -wantonness 'w0nt@n+n@s L@% 3 -wantons 'w0nt@nz Ia$,Kj% 22A,2C -wants w0nts Ja%,Mj% 12A,3A,6A,6E,7A,17,19B,24A -war wOR I4%,M6* 1 -war-babies 'wO-beIbIz Kj% 3 -war-baby 'wO-beIbI K8% 3 -war-bride 'wO-braId K6% 2 -war-brides 'wO-braIdz Kj% 2 -war-cloud 'wO-klaUd K6% 2 -war-clouds 'wO-klaUdz Kj% 2 -war-cries 'wO-kraIz Kj% 2 -war-cry 'wO-kraI K8% 2 -war-dance 'wO-dAns K6% 2 -war-dances 'wO-dAnsIz Kj% 3 -war-god 'wO-g0d K6% 2 -war-gods 'wO-g0dz Kj% 2 -war-torn 'wO-tOn OA% 2 -war-widow 'wO-wId@U K6% 3 -war-widows 'wO-wId@Uz Kj% 3 -warble 'wObl J2%,K6% 22A,2C,6A -warbled 'wObld Jc%,Jd% 22A,2C,6A -warbler 'wObl@R K6% 2 -warblers 'wObl@z Kj% 2 -warbles 'wOblz Ja%,Kj% 22A,2C,6A -warbling 'wOblIN Jb% 22A,2C,6A -ward wOd H0%,M6% 115B -warded 'wOdId Hc%,Hd% 215B -warden 'wOdn K6% 2 -wardens 'wOdnz Kj% 2 -warder 'wOd@R K6% 2 -warders 'wOd@z Kj% 2 -warding 'wOdIN Hb% 215B -wardress 'wOdrIs K7$ 2 -wardresses 'wOdrIsIz Kj$ 3 -wardrobe 'wOdr@Ub K6% 2 -wardrobes 'wOdr@Ubz Kj% 2 -wardroom 'wOdrUm K6% 2 -wardrooms 'wOdrUmz Kj% 2 -wards wOdz Ha%,Mj% 115B -ware we@R H2$,K6% 16A -wared we@d Hc$,Hd$ 16A -warehouse 'we@haUs K6% 2 -warehouses 'we@haUzIz Kj% 3 -warehousing 'we@haUzIN L@% 3 -wares we@z Ha$,Kj% 16A -warfare 'wOfe@R L@% 2 -warhead 'wOhed K6% 2 -warheads 'wOhedz Kj% 2 -warhorse 'wOhOs K6% 2 -warhorses 'wOhOsIz Kj% 3 -warier 'we@rI@R Or% 3 -wariest 'we@rIIst Os% 3 -warily 'we@rIlI Pu% 3 -wariness 'we@rIn@s L@% 3 -waring 'we@rIN Hb$ 26A -warlike 'wOlaIk OA% 2 -warlord 'wOlOd K6% 2 -warlords 'wOlOdz Kj% 2 -warm wOm J0%,OC% 12A,2C,6A,15B -warm-blooded wOm-'blVdId OA% 3 -warm-hearted wOm-'hAtId OA% 3 -warmed wOmd Jc%,Jd% 12A,2C,6A,15B -warmer 'wOm@R K6%,Or% 2 -warmers 'wOm@z Kj% 2 -warmest 'wOmIst Os% 2 -warming 'wOmIN Jb% 22A,2C,6A,15B -warming-pan 'wOmIN-p&n K6% 3 -warming-pans 'wOmIN-p&nz Kj% 3 -warmly 'wOmlI Pu% 2 -warmonger 'wOmVNg@R K6% 3 -warmongers 'wOmVNg@z Kj% 3 -warms wOmz Ja% 12A,2C,6A,15B -warmth wOmT L@% 1 -warn wOn H0% 16A,11,14,15B,17 -warned wOnd Hc%,Hd% 16A,11,14,15B,17 -warning 'wOnIN Hb%,M6%,OA% 26A,11,14,15B,17 -warnings 'wOnINz Mj% 2 -warns wOnz Ha% 16A,11,14,15B,17 -warp wOp J0%,K6% 12A,6A -warpaint 'wOpeInt L@% 2 -warpath 'wOpAT K6% 2 -warpaths 'wOpADz Kj% 2 -warped wOpt Jc%,Jd% 12A,6A -warping 'wOpIN Jb% 22A,6A -warps wOps Ja%,Kj% 12A,6A -warrant 'w0r@nt H0%,M6% 26A,9,25 -warranted 'w0r@ntId Hc%,Hd% 36A,9,25 -warrantee ,w0r@n'ti K6$ 3 -warrantees ,w0r@n'tiz Kj$ 3 -warranties 'w0r@ntIz Kj% 3 -warranting 'w0r@ntIN Hb% 36A,9,25 -warrantor 'w0r@ntOR K6$ 3 -warrantors 'w0r@ntOz Kj$ 3 -warrants 'w0r@nts Ha%,Mj% 26A,9,25 -warranty 'w0r@ntI K8% 3 -warred wOd Ic%,Id% 1 -warren 'w0r@n K6% 2 -warrens 'w0r@nz Kj% 2 -warring 'wOrIN Ib% 2 -warrior 'w0rI@R K6% 3 -warriors 'w0rI@z Kj% 3 -wars wOz Ia%,Mj% 1 -warship 'wOSIp K6% 2 -warships 'wOSIps Kj% 2 -wart wOt K6% 1 -warthog 'wOth0g K6% 2 -warthogs 'wOth0gz Kj% 2 -wartime 'wOtaIm L@% 2 -warts wOts Kj% 1 -wary 'we@rI OD% 2 -was w0z Gc*,Ic% 11 -wash w0S J1%,M7% 12A,2C,6A,15A,15B,22 -wash- w0S- U-% 1 -wash-drawing 'w0S-drOIN K6$ 3 -wash-drawings 'w0S-drOINz Kj$ 3 -wash-hand-basin 'w0S-h&nd-beIsn K6$ 4 -wash-hand-basins 'w0S-h&nd-beIsnz Kj$ 4 -wash-hand-stand 'w0S-h&nd-st&nd K6$ 3 -wash-hand-stands 'w0S-h&nd-st&ndz Kj$ 3 -wash-house 'w0S-haUs K6% 2 -wash-houses 'w0S-haUzIz Kj% 3 -wash-leather 'w0S-leD@R M6% 3 -wash-leathers 'w0S-leD@z Mj% 3 -washable 'w0S@bl OA% 3 -washbasin 'w0SbeIsn K6% 3 -washbasins 'w0SbeIsnz Kj% 3 -washboard 'w0SbOd K6% 2 -washboards 'w0SbOdz Kj% 2 -washbowl 'w0Sb@Ul K6% 2 -washbowls 'w0Sb@Ulz Kj% 2 -washcloth 'w0Skl0T K6% 2 -washcloths 'w0Skl0Ts Kj% 2 -washday 'w0SdeI K6% 2 -washdays 'w0SdeIz Kj% 2 -washed w0St Jc%,Jd% 12A,2C,6A,15A,15B,22 -washer 'w0S@R K6% 2 -washers 'w0S@z Kj% 2 -washerwoman 'w0S@wUm@n Ki% 4 -washerwomen 'w0S@wImIn Kj% 4 -washes 'w0SIz Ja%,Mj% 22A,2C,6A,15A,15B,22 -washing 'w0SIN Jb%,L@% 22A,2C,6A,15A,15B,22 -washing-day 'w0SIN-deI K6% 3 -washing-days 'w0SIN-deIz Kj% 3 -washing-machine 'w0SIN-m@Sin K6% 4 -washing-machines 'w0SIN-m@Sinz Kj% 4 -washing-up ,w0SIN-'Vp M6% 3 -washing-ups ,w0SIN-'Vps Mj$ 3 -washout 'w0SaUt K6% 2 -washouts 'w0SaUts Kj$ 2 -washroom 'w0Srum K6% 2 -washrooms 'w0Srumz Kj% 2 -washstand 'w0S+st&nd K6% 2 -washstands 'w0S+st&ndz Kj% 2 -washtub 'w0StVb K6% 2 -washtubs 'w0StVbz Kj% 2 -washy 'w0SI OA$ 2 -wasn't 'w0znt Gg% 2 -wasp w0sp K6% 1 -wasp-waisted w0sp-'weIstId OA% 3 -waspish 'w0spIS OA% 2 -wasps w0sps Kj% 1 -wassail 'w0seIl K6$ 2 -wassails 'w0seIlz Kj$ 2 -wastage 'weIstIdZ L@% 2 -waste weIst J2%,M6%,OA% 12A,2C,6A,14 -waste-paper-basket weIst-'peIp@-b&skIt K6% 5 -waste-paper-baskets weIst-'peIp@-b&skIts Kj% 5 -waste-pipe 'weIst-paIp K6% 2 -waste-pipes 'weIst-paIps Kj% 2 -wastebasket 'weIstbAskIt K6% 3 -wastebaskets 'weIstbAskIts Kj% 3 -wastebin 'weIstbIn K6% 2 -wastebins 'weIstbInz Kj% 2 -wasted 'weIstId Jc%,Jd% 22A,2C,6A,14 -wasteful 'weIstf@l OA% 2 -wastefully 'weIstf@lI Pu% 3 -wasteland 'weIstl&nd K6% 2 -wastelands 'weIstl&ndz Kj$ 2 -waster 'weIst@R K6$ 2 -wasters 'weIst@z Kj$ 2 -wastes weIsts Ja%,Mj% 12A,2C,6A,14 -wasting 'weIstIN Jb% 22A,2C,6A,14 -wastrel 'weIstr@l K6$ 2 -wastrels 'weIstr@lz Kj$ 2 -watch w0tS J1%,M7% 12A,2B,2C,3A,4A,6A,8,10,15A,18A,19A -watch-chain 'w0tS-tSeIn K6% 2 -watch-chains 'w0tS-tSeInz Kj% 2 -watch-glass 'w0tS-glAs K7% 2 -watch-glasses 'w0tS-glAsIz Kj$ 3 -watch-guard 'w0tS-gAd K6$ 2 -watch-guards 'w0tS-gAdz Kj$ 2 -watch-key 'w0tS-ki K6$ 2 -watch-keys 'w0tS-kiz Kj$ 2 -watchdog 'w0tSd0g K6% 2 -watchdogs 'w0tSd0gz Kj% 2 -watched w0tSt Jc%,Jd% 12A,2B,2C,3A,4A,6A,8,10,15A,18A,19A -watcher 'w0tS@R K6% 2 -watchers 'w0tS@z Kj% 2 -watches 'w0tSIz Ja%,Mj% 22A,2B,2C,3A,4A,6A,8,10,15A,18A,19A -watchful 'w0tSf@l OA% 2 -watchfully 'w0tSf@lI Pu% 3 -watchfulness 'w0tSf@ln@s L@% 3 -watching 'w0tSIN Jb% 22A,2B,2C,3A,4A,6A,8,10,15A,18A,19A -watchmaker 'w0tSmeIk@R K6% 3 -watchmakers 'w0tSmeIk@z Kj% 3 -watchman 'w0tSm@n Ki% 2 -watchmen 'w0tSm@n Kj% 2 -watchtower 'w0tStaU@R K6% 3 -watchtowers 'w0tStaU@z Kj% 3 -watchword 'w0tSw3d K6% 2 -watchwords 'w0tSw3dz Kj% 2 -water 'wOt@R J0%,M6* 22A,6A,15B -water-biscuit 'wOt@-bIskIt K6% 4 -water-biscuits 'wOt@-bIskIts Kj% 4 -water-blister 'wOt@-blIst@R K6$ 4 -water-blisters 'wOt@-blIst@z Kj$ 4 -water-bottle 'wOt@-b0tl K6% 4 -water-bottles 'wOt@-b0tlz Kj% 4 -water-buffalo 'wOt@-bVf@l@U K6% 5 -water-buffalos 'wOt@-bVf@l@Uz Kj$ 5 -water-butt 'wOt@-bVt K6% 3 -water-butts 'wOt@-bVts Kj% 3 -water-cart 'wOt@-kAt K6% 3 -water-carts 'wOt@-kAts Kj% 3 -water-closet 'wOt@-kl0zIt K6% 4 -water-closets 'wOt@-kl0zIts Kj% 4 -water-finder 'wOt@-faInd@R K6$ 4 -water-finders 'wOt@-faInd@z Kj$ 4 -water-glass 'wOt@-glAs L@$ 3 -water-hole 'wOt@-h@Ul K6% 3 -water-holes 'wOt@-h@Ulz Kj% 3 -water-ice 'wOt@r-aIs M6% 3 -water-ices 'wOt@r-aIsIz Mj% 4 -water-jacket 'wOt@-dZ&kIt K6$ 4 -water-jackets 'wOt@-dZ&kIts Kj$ 4 -water-level 'wOt@-levl K6% 4 -water-levels 'wOt@-levlz Kj% 4 -water-lilies 'wOt@-lIlIz Kj% 4 -water-lily 'wOt@-lIlI K8% 4 -water-line 'wOt@-laIn K6% 3 -water-lines 'wOt@-laInz Kj$ 3 -water-main 'wOt@-meIn K6% 3 -water-mains 'wOt@-meInz Kj% 3 -water-nymph 'wOt@-nImf K6% 3 -water-nymphs 'wOt@-nImfs Kj% 3 -water-polo 'wOt@-p@Ul@U L@% 4 -water-power 'wOt@-paU@R L@% 4 -water-rat 'wOt@-r&t K6% 3 -water-rate 'wOt@-reIt K6% 3 -water-rates 'wOt@-reIts Kj% 3 -water-rats 'wOt@-r&ts Kj% 3 -water-skiing 'wOt@-skiIN L@% 4 -water-skin 'wOt@-skIn K6$ 3 -water-skins 'wOt@-skInz Kj$ 3 -water-softener 'wOt@-s0fn@R M6% 4 -water-softeners 'wOt@-s0fn@z Mj% 4 -water-spaniel 'wOt@-sp&nI@l K6$ 5 -water-spaniels 'wOt@-sp&nI@lz Kj$ 5 -water-supplies 'wOt@-s@plaIz Kj% 4 -water-supply 'wOt@-s@plaI K8% 4 -water-tower 'wOt@-taU@R K6% 4 -water-towers 'wOt@-taU@z Kj% 4 -water-vole 'wOt@-v@Ul K6% 3 -water-voles 'wOt@-v@Ulz Kj% 3 -water-waggon 'wOt@-w&g@n K6% 4 -water-waggons 'wOt@-w&g@nz Kj% 4 -water-wagon 'wOt@-w&g@n K6$ 4 -water-wagons 'wOt@-w&g@nz Kj$ 4 -water-wheel 'wOt@-wil K6% 3 -water-wheels 'wOt@-wilz Kj% 3 -water-wings 'wOt@-wINz Kj% 3 -water-worn 'wOt@-wOn OA% 3 -waterbird 'wOt@b3d K6% 3 -waterbirds 'wOt@b3dz Kj% 3 -waterborne 'wOt@bOn OA% 3 -watercannon 'wOt@k&n@n K6% 4 -watercannons 'wOt@k&n@nz Kj$ 4 -waterchute 'wOt@Sut K6% 3 -waterchutes 'wOt@Suts Kj% 3 -watercolour 'wOt@kVl@R M6% 4 -watercolourist 'wOt@kVl@rIst K6% 5 -watercolourists 'wOt@kVl@rIsts Kj% 5 -watercolours 'wOt@kVl@z Mj% 4 -watercourse 'wOt@kOs K6% 3 -watercourses 'wOt@kOsIz Kj% 4 -watercress 'wOt@kres L@% 3 -watered 'wOt@d Jc%,Jd% 22A,6A,15B -waterfall 'wOt@fOl K6% 3 -waterfalls 'wOt@fOlz Kj% 3 -waterfowl 'wOt@faUl K6% 3 -waterfowls 'wOt@faUlz Kj$ 3 -waterfront 'wOt@frVnt K6% 3 -waterfronts 'wOt@frVnts Kj$ 3 -waterhen 'wOt@hen K6% 3 -waterhens 'wOt@henz Kj% 3 -waterhyacinth 'wOt@haI@sInT K6$ 5 -waterhyacinths 'wOt@haI@sInTs Kj$ 5 -waterier 'wOt@rI@R Or$ 4 -wateriest 'wOt@rIIst Os$ 4 -watering 'wOt@rIN Jb% 32A,6A,15B -watering-can 'wOt@rIN-k&n K6% 4 -watering-cans 'wOt@rIN-k&nz Kj% 4 -watering-cart 'wOt@rIN-kAt K6% 4 -watering-carts 'wOt@rIN-kAts Kj% 4 -waterless 'wOt@lIs OA% 3 -waterlogged 'wOt@l0gd OA% 3 -waterman 'wOt@m@n Ki% 3 -watermark 'wOt@mAk K6% 3 -watermarks 'wOt@mAks Kj% 3 -watermelon 'wOt@mel@n K6% 4 -watermelons 'wOt@mel@nz Kj% 4 -watermen 'wOt@m@n Kj% 3 -watermill 'wOt@mIl K6% 3 -watermills 'wOt@mIlz Kj% 3 -waterproof 'wOt@pruf H0%,K6%,OA% 3 -waterproofed 'wOt@pruft Hc%,Hd% 3 -waterproofing 'wOt@prufIN Hb% 4 -waterproofs 'wOt@prufs Ha%,Kj% 3 -waters 'wOt@z Ja%,Mj% 22A,6A,15B -watershed 'wOt@Sed K6% 3 -watersheds 'wOt@Sedz Kj% 3 -waterside 'wOt@saId K6% 3 -watersides 'wOt@saIdz Kj$ 3 -waterspout 'wOt@spaUt K6% 3 -waterspouts 'wOt@spaUts Kj% 3 -watertable 'wOt@teIbl K6% 4 -watertables 'wOt@teIblz Kj$ 4 -watertight 'wOt@taIt OA% 3 -waterway 'wOt@weI K6% 3 -waterways 'wOt@weIz Kj% 3 -waterworks 'wOt@w3ks K9% 3 -watery 'wOt@rI OD% 3 -watt w0t K6% 1 -wattage 'w0tIdZ M6% 2 -wattages 'w0tIdZIz Mj$ 3 -wattle 'w0tl M6% 2 -wattles 'w0tlz Mj$ 2 -watts w0ts Kj% 1 -wave weIv J2%,K6% 12A,3A,6A,12A,13A,15A,15B,16A -waved weIvd Jc%,Jd% 12A,3A,6A,12A,13A,15A,15B,16A -wavelength 'weIvleNT K6% 2 -wavelengths 'weIvleNTs Kj% 2 -waver 'weIv@R I0% 22A,2C -wavered 'weIv@d Ic%,Id% 22A,2C -waverer 'weIv@r@R K6$ 3 -waverers 'weIv@r@z Kj$ 3 -wavering 'weIv@rIN Ib% 32A,2C -wavers 'weIv@z Ia% 22A,2C -waves weIvz Ja%,Kj% 12A,3A,6A,12A,13A,15A,15B,16A -wavier 'weIvI@R Or$ 3 -waviest 'weIvIIst Os$ 3 -waving 'weIvIN Jb% 22A,3A,6A,12A,13A,15A,15B,16A -wavy 'weIvI OD% 2 -wax w&ks J1%,M7% 12A,2D,6A -wax-chandler 'w&ks-tSAndl@R K6$ 3 -wax-chandlers 'w&ks-tSAndl@z Kj$ 3 -wax-paper 'w&ks-peIp@R K6% 3 -wax-papers 'w&ks-peIp@z Kj$ 3 -waxed w&kst Jc%,Jd% 12A,2D,6A -waxen 'w&ks@n OA% 2 -waxes 'w&ksIz Ja%,Mj% 22A,2D,6A -waxier 'w&ksI@R Or$ 3 -waxiest 'w&ksIIst Os$ 3 -waxing 'w&ksIN Jb% 22A,2D,6A -waxwork 'w&ksw3k K6% 2 -waxworks 'w&ksw3ks Kj% 2 -waxy 'w&ksI OD% 2 -way weI M6*,Pu* 1 -way-out 'weI-aUt OA% 2 -waybill 'weIbIl K6% 2 -waybills 'weIbIlz Kj$ 2 -wayfarer 'weIfe@r@R K6% 3 -wayfarers 'weIfe@r@z Kj% 3 -wayfaring 'weIfe@rIN OA% 3 -waylaid ,weI'leId Hc%,Hd% 26A -waylay ,weI'leI H5% 26A -waylaying ,weI'leIIN Hb% 36A -waylays ,weI'leIz Ha% 26A -ways weIz Mj% 1 -wayside 'weIsaId K6% 2 -waysides 'weIsaIdz Kj% 2 -wayward 'weIw@d OA% 2 -we wi Qx* 1 -we'd wid Gf% 1 -we'll wil Gf% 1 -we're wI@R Gf% 1 -we've wiv Gf% 1 -weak wik OC% 1 -weak-kneed wik-'nid OA% 2 -weaken 'wik@n J0% 22A,6A -weakened 'wik@nd Jc%,Jd% 22A,6A -weakening 'wik@nIN Jb% 32A,6A -weakens 'wik@nz Ja% 22A,6A -weaker 'wik@R Or% 2 -weakest 'wikIst Os% 2 -weaklier 'wiklI@R Or$ 3 -weakliest 'wiklIIst Os$ 3 -weakling 'wiklIN K6% 2 -weaklings 'wiklINz Kj% 2 -weakly 'wiklI OD%,Pu% 2 -weakness 'wikn@s M7% 2 -weaknesses 'wikn@sIz Mj% 3 -weal wil M6$ 1 -weald wild K6$ 1 -wealds wildz Kj$ 1 -weals wilz Mj$ 1 -wealth welT L@% 1 -wealthier 'welTI@R Or% 3 -wealthiest 'welTIIst Os% 3 -wealthily 'welTIlI Pu% 3 -wealthy 'welTI OD% 2 -wean win H0% 16A,14 -weaned wind Hc%,Hd% 16A,14 -weaning 'winIN Hb% 26A,14 -weans winz Ha% 16A,14 -weapon 'wep@n K6% 2 -weaponless 'wep@nl@s OA$ 3 -weapons 'wep@nz Kj% 2 -wear we@R J5%,L@% 12A,2B,2C,2D,6A,15A,15B,22 -wearable 'we@r@bl OA% 3 -wearer 'we@r@R K6% 2 -wearers 'we@r@z Kj% 2 -wearied 'wI@rId Jc%,Jd% 22A,3A,6A,14 -wearier 'wI@rI@R Or% 3 -wearies 'wI@rIz Ja% 22A,3A,6A,14 -weariest 'wI@rIIst Os% 3 -wearily 'wI@rIlI Pu% 3 -weariness 'wI@rIn@s L@% 3 -wearing 'we@rIN Jb%,OA% 22A,2B,2C,2D,6A,15A,15B,22 -wearisome 'wI@rIs@m OA% 3 -wears we@z Ja% 12A,2B,2C,2D,6A,15A,15B,22 -weary 'wI@rI J3%,OD% 22A,3A,6A,14 -wearying 'wI@rIIN Jb% 32A,3A,6A,14 -weasel 'wizl K6% 2 -weasels 'wizlz Kj% 2 -weather 'weD@R J0%,M6% 22A,6A -weather-beaten 'weD@-bitn OA% 4 -weather-bound 'weD@-baUnd OA% 3 -weather-bureau 'weD@-bjU@r@U K6% 4 -weather-bureaus 'weD@-bjU@r@Uz Kj$ 4 -weather-chart 'weD@-tSAt K6% 3 -weather-charts 'weD@-tSAts Kj% 3 -weather-glass 'weD@-glAs K7$ 3 -weather-glasses 'weD@-glAsIz Kj$ 4 -weather-map 'weD@-m&p K6% 3 -weather-maps 'weD@-m&ps Kj% 3 -weather-ship 'weD@-SIp K6$ 3 -weather-ships 'weD@-SIps Kj$ 3 -weather-station 'weD@-steISn K6% 4 -weather-stations 'weD@-steISnz Kj% 4 -weather-vane 'weD@-veIn K6% 3 -weather-vanes 'weD@-veInz Kj% 3 -weatherboarding 'weD@bOdIN L@% 4 -weatherboards 'weD@bOdz Kj% 3 -weathercock 'weD@k0k K6% 3 -weathercocks 'weD@k0ks Kj% 3 -weathered 'weD@d Jc%,Jd% 22A,6A -weathering 'weD@rIN Jb% 32A,6A -weatherman 'weD@m&n Ki% 3 -weathermen 'weD@men Kj% 3 -weatherproof 'weD@pruf OA% 3 -weathers 'weD@z Ja%,Mj% 22A,6A -weave wiv J5%,K6% 12A,2C,6A,15A,15B -weaver 'wiv@R K6% 2 -weaverbird 'wiv@b3d K6% 3 -weaverbirds 'wiv@b3dz Kj% 3 -weavers 'wiv@z Kj% 2 -weaves wivz Ja%,Kj% 12A,2C,6A,15A,15B -weaving 'wivIN Jb% 22A,2C,6A,15A,15B -web web K6% 1 -web-footed web-'fUtId OA% 3 -web-toed 'web-t@Ud OA% 2 -webbed webd OA% 1 -webbing 'webIN L@% 2 -webs webz Kj% 1 -wed wed J4%,Jc%,Jd% 12A,6A,14 -wedded 'wedId Jc%,Jd% 22A,6A,14 -wedding 'wedIN Jb%,K6% 22A,6A,14 -wedding-cake 'wedIN-keIk M6% 3 -wedding-cakes 'wedIN-keIks Mj% 3 -wedding-ring 'wedIN-rIN K6% 3 -wedding-rings 'wedIN-rINz Kj% 3 -weddings 'wedINz Kj% 2 -wedge wedZ H2%,K6% 16A,15A,22 -wedged wedZd Hc%,Hd% 16A,15A,22 -wedges 'wedZIz Ha%,Kj% 26A,15A,22 -wedging 'wedZIN Hb% 26A,15A,22 -wedlock 'wedl0k L@% 2 -weds wedz Ja% 12A,6A,14 -wee wi I5%,M6%,OA% 1 -wee-wee 'wi-wi M6% 2 -wee-wees 'wi-wiz Mj% 2 -weed wid Ic%,Id%,J0%,K6% 12A,6A,15B -weeded 'widId Jc%,Jd% 22A,6A,15B -weedier 'widI@R Or% 3 -weediest 'widIIst Os% 3 -weeding 'widIN Jb% 22A,6A,15B -weedkiller 'widkIl@R M6% 3 -weedkillers 'widkIl@z Mj% 3 -weeds widz Ja%,Kj% 12A,6A,15B -weedy 'widI OD% 2 -weeing 'wiIN Ib% 2 -week wik K6* 1 -weekday 'wikdeI K6% 2 -weekdays 'wikdeIz Kj% 2 -weekend wik'end I0$,K6% 2 -weekended wik'endId Ic$,Id$ 3 -weekender wik'end@R K6$ 3 -weekenders wik'end@z Kj$ 3 -weekending wik'endIN Ib$ 3 -weekends wik'endz Ia$,Kj% 2 -weeklies 'wiklIz Kj% 2 -weekly 'wiklI K8%,OA%,Pu% 2 -weeks wiks Kj% 1 -weenier 'winI@R Or% 3 -weeniest 'winIIst Os% 3 -weeny 'winI OD% 2 -weep wip J5% 12A,2B,2C,3A,4B,6A -weeping 'wipIN Jb%,OA% 22A,2B,2C,3A,4B,6A -weeps wips Ja% 12A,2B,2C,3A,4B,6A -wees wiz Ia%,Mj$ 1 -weevil 'wivIl K6% 2 -weevils 'wivIlz Kj% 2 -weft weft K6% 1 -wefts wefts Kj$ 1 -weigh weI J0% 12B,2C,3A,6A,14,15B -weighbridge 'weIbrIdZ K6% 2 -weighbridges 'weIbrIdZIz Kj% 3 -weighed weId Jc%,Jd% 12B,2C,3A,6A,14,15B -weighing 'weIIN Jb% 22B,2C,3A,6A,14,15B -weighing-machine 'weIIN-m@Sin K6% 4 -weighing-machines 'weIIN-m@Sinz Kj% 4 -weighs weIz Ja% 12B,2C,3A,6A,14,15B -weight weIt H0$,M6% 16A -weighted 'weItId Hc$,Hd% 26A -weightier 'weItI@R Or% 3 -weightiest 'weItIIst Os% 3 -weightily 'weItIlI Pu% 3 -weightiness 'weItIn@s L@$ 3 -weighting 'weItIN Hb$ 26A -weightless 'weItl@s OA% 2 -weightlessness 'weItl@sn@s L@% 3 -weightlifting 'weItlIftIN L@% 3 -weights weIts Ha$,Mj% 16A -weighty 'weItI OD% 2 -weir wI@R K6% 1 -weird wI@d OC% 1 -weirder 'wI@d@R Or% 2 -weirdest 'wI@dIst Os% 2 -weirdie 'wI@dI K6$ 2 -weirdies 'wI@dIz Kj$ 2 -weirdly 'wI@dlI Pu% 2 -weirdness 'wI@dn@s L@% 2 -weirs wI@z Kj% 1 -welcome 'welk@m H2%,K6%,OA% 26A,15A -welcomed 'welk@md Hc%,Hd% 26A,15A -welcomes 'welk@mz Ha%,Kj% 26A,15A -welcoming 'welk@mIN Hb% 36A,15A -weld weld J0%,K6$ 12A,6A,15A,15B -welded 'weldId Jc%,Jd% 22A,6A,15A,15B -welder 'weld@R K6% 2 -welders 'weld@z Kj% 2 -welding 'weldIN Jb% 22A,6A,15A,15B -welds weldz Ja%,Kj$ 12A,6A,15A,15B -welfare 'welfe@R L@% 2 -welkin 'welkIn Ki$ 2 -well wel I0%,K6%,Op%,Pu*,W-% 12C -well- wel- U-% 1 -well-adjusted ,wel-@'dZVstId OA% 4 -well-advised ,wel-@d'vaIzd OA% 3 -well-appointed ,wel-@'poIntID OA% 4 -well-balanced wel-'b&l@nst OA% 3 -well-behaved ,wel-bI'heIvd OA% 3 -well-being wel-'biIN L@% 3 -well-born 'wel-bOn OA% 2 -well-bred 'wel-bred OA% 2 -well-conducted ,wel-k@n'dVktId OA% 4 -well-connected ,wel-k@'nektId OA% 4 -well-disposed ,wel-dIs'p@Uzd OA% 3 -well-doer 'wel-du@R K6% 3 -well-doers 'wel-du@z Kj% 3 -well-doing 'wel-duIN L@% 3 -well-favoured wel-'feIv@d OA% 3 -well-found 'wel-faUnd OA$ 2 -well-founded wel-'faUndId OA% 3 -well-groomed wel-'grumd OA% 2 -well-grounded wel-'graUndId OA% 3 -well-heeled wel-'hI@ld OA% 2 -well-informed ,wel-In'fOmd OA% 3 -well-intentioned ,wel-In'tenSnd OA% 4 -well-knit 'wel-nIt OA% 2 -well-known 'wel-n@Un OA% 2 -well-lined wel-'laInd OA% 2 -well-marked 'wel-mAkt OA% 2 -well-meaning 'wel-minIN OA% 3 -well-meant 'wel-ment OA% 2 -well-nigh 'wel-naI Pu% 2 -well-read 'wel-red OA% 2 -well-rounded wel-'raUndId OA% 3 -well-set 'wel-set OA% 2 -well-shaven 'wel-SeIvn OA% 3 -well-spoken 'wel-sp@Uk@n OA% 3 -well-timed wel-'taImd OA% 2 -well-to-do ,wel-t@-'du OA% 3 -well-tried wel-'traId OA% 2 -well-turned wel-'t3nd OA% 2 -well-water 'wel-wOt@R L@% 3 -well-wisher 'wel-wIS@R K6% 3 -well-wishers 'wel-wIS@z Kj% 3 -well-worn 'wel-wOn OA% 2 -welled weld Ic%,Id% 12C -wellhead 'welhed K6% 2 -wellheads 'welhedz Kj$ 2 -welling 'welIN Ib% 22C -wellington 'welINt@n K6% 3 -wellingtons 'welINt@nz Kj% 3 -wells welz Ia%,Kj% 12C -welsh welS I1$ 13A -welshed welSt Ic$,Id$ 13A -welsher 'welS@R K6$ 2 -welshers 'welS@z Kj$ 2 -welshes 'welSIz Ia$ 23A -welshing 'welSIN Ib$ 23A -welt welt K6$ 1 -welter 'welt@R I0$,Ki$,OA$ 22C -weltered 'welt@d Ic$,Id$ 22C -weltering 'welt@rIN Ib$ 32C -welters 'welt@z Ia$ 22C -welterweight 'welt@weIt K6% 3 -welterweights 'welt@weIts Kj% 3 -welts welts Kj$ 1 -wen wen K6$ 1 -wench wentS I1$,K7% 12A -wenched wentSt Ic$,Id$ 12A -wenches 'wentSIz Ia$,Kj% 22A -wenching 'wentSIN Ib$ 22A -wend wend H0% 1 -wended 'wendId Hc%,Hd% 2 -wending 'wendIN Hb% 2 -wends wendz Ha% 1 -wens wenz Kj$ 1 -went went Ic* 12A,2B,2C,2D,2E,3A,4A,6A,15B -wept wept Jc%,Jd% 12A,2B,2C,3A,4B,6A -were w3R Gc*,Ic% 11 -weren't w3nt Gg% 1 -werewolf 'wI@wUlf Ki% 3 -werewolves 'wI@wUlvz Kj% 3 -wert w3t Ge$ 1 -west west L@%,Pu% 1 -west-country 'west-kVntrI OA% 3 -west-end 'west-end OA% 2 -westerly 'west@lI Oq%,Pu% 3 -western 'west@n K6%,OA% 2 -westerner 'west@n@R K6% 3 -westerners 'west@n@z Kj% 3 -westernization ,west@naI'zeISn L@% 5 -westernize 'west@naIz H2% 36A -westernized 'west@naIzd Hc%,Hd% 36A -westernizes 'west@naIzIz Ha% 46A -westernizing 'west@naIzIN Hb% 46A -westernmost 'west@nm@Ust OA% 3 -westerns 'west@nz Kj% 2 -westward 'westw@d OA%,Pu% 2 -westwards 'westw@dz Pu% 2 -wet wet H4%,Hc%,Hd%,L@%,OE% 16A -wet-nurse 'wet-n3s K6% 2 -wet-nurses 'wet-n3sIz Kj% 3 -wether 'weD@R K6$ 2 -wethers 'weD@z Kj$ 2 -wets wets Ha% 16A -wetted 'wetId Hc%,Hd% 26A -wetter 'wet@R Or% 2 -wettest 'wetIst Os% 2 -wetting 'wetIN Hb%,K6% 26A -wettings 'wetINz Kj% 2 -whack w&k H0%,K6% 16A -whacked w&kt Hc%,Hd%,OA% 16A -whacker 'w&k@R K6$ 2 -whackers 'w&k@z Kj$ 2 -whacking 'w&kIN Hb%,K6%,OA%,Pu% 26A -whackings 'w&kINz Kj% 2 -whacks w&ks Ha%,Kj% 16A -whale weIl I2$,K6% 12A -whalebone 'weIlb@Un L@% 2 -whaled weIld Ic$,Id$ 12A -whaler 'weIl@R K6% 2 -whalers 'weIl@z Kj% 2 -whales weIlz Ia$,Kj$ 12A -whaling 'weIlIN Ib% 22A -whaling-gun 'weIlIN-gVn K6% 3 -whaling-guns 'weIlIN-gVnz Kj% 3 -whang w&N H0$,K6$,Pu$ 1 -whanged w&Nd Hc$,Hd$ 1 -whanging 'w&NIN Hb$ 2 -whangs w&Nz Ha$,Kj$ 1 -wharf wOf K6% 1 -wharfage 'wOfIdZ L@% 2 -wharfs wOfs Kj% 1 -wharves wOvz Kj% 1 -what w0t OA*,Qy*,Qz* 1 -what'll 'w0tl Gf% 2 -what's w0ts Gf% 1 -what-for w0t-'fOR L@% 2 -whate'er w0t'e@R OA% 2 -whatever w0t'ev@R OA%,Qx% 3 -whatnot 'w0tn0t L@% 2 -whatsoe'er ,w0ts@U'e@R OA% 3 -whatsoever ,w0ts@U'ev@R OA% 4 -wheat wit L@% 1 -wheaten 'witn OA% 2 -wheedle 'widl H2% 26A,14 -wheedled 'widld Hc%,Hd% 26A,14 -wheedles 'widlz Ha% 26A,14 -wheedling 'widlIN Hb% 26A,14 -wheel wil J0%,K6% 12A,2C,6A,15A,15B -wheelbarrow 'wilb&r@U K6% 3 -wheelbarrows 'wilb&r@Uz Kj% 3 -wheelbase 'wilbeIs K6% 2 -wheelbases 'wilbeIsIz Kj% 3 -wheelchair 'wiltSe@R K6% 2 -wheelchairs 'wiltSe@z Kj% 2 -wheeled wild Jc%,Jd% 12A,2C,6A,15A,15B -wheelhouse 'wilhaUs Ki% 2 -wheelhouses 'wilhaUzIz Kj% 3 -wheeling 'wilIN Jb% 22A,2C,6A,15A,15B -wheels wilz Ja%,Kj% 12A,2C,6A,15A,15B -wheelwright 'wilraIt K6% 2 -wheelwrights 'wilraIts Kj% 2 -wheeze wiz J2%,K6% 12A,2B,2C,15B -wheezed wizd Jc%,Jd% 12A,2B,2C,15B -wheezes 'wizIz Ja%,Kj% 22A,2B,2C,15B -wheezier 'wizI@R Or$ 3 -wheeziest 'wizIIst Os$ 3 -wheezily 'wizIlI Pu% 3 -wheeziness 'wizInIs L@% 3 -wheezing 'wizIN Jb% 22A,2B,2C,15B -wheezy 'wizI OD% 2 -whelk welk K6% 1 -whelks welks Kj% 1 -whelp welp I0$,K6$ 1 -whelped welpt Ic$,Id$ 1 -whelping 'welpIN Ib$ 2 -whelps welps Ia$,Kj$ 1 -when wen Pv*,Pw*,V-* 1 -when's wenz Gh% 1 -whence wens Pu% 1 -whencesoever ,wens@U'ev@R OA$,V-$ 4 -whenever wen'ev@R Pu%,V-% 3 -where we@R Pv*,Pw* 1 -where's we@z Gh% 1 -whereabouts 'we@r@baUts Kj%,Pu% 3 -whereas ,we@'r&z V-% 2 -whereat ,we@'r&t Pu$ 2 -whereby ,we@'baI Pu% 2 -wherefore 'we@fOR Pu% 2 -wherefores 'we@fOz Kj$ 2 -wherein ,we@'rIn Pu$ 2 -whereof ,we@'r0v Pu$ 2 -whereon ,we@'r0n Pu$ 2 -wheresoever ,we@s@U'ev@R Pu% 4 -whereto ,we@'tu Pu$ 2 -whereunto ,we@'rVntu Pu$ 3 -whereupon ,we@rV'p0n Pu% 3 -wherever ,we@'rev@R Pu% 3 -wherewith ,we@'wID Pu$ 2 -wherewithal 'we@wIDOl L@%,Pu% 3 -wherries 'werIz Kj$ 2 -wherry 'werI K8$ 2 -whet wet H4$ 16A -whether 'weD@R V-* 2 -whets wets Ha$ 16A -whetstone 'wetst@Un K6% 2 -whetstones 'wetst@Unz Kj% 2 -whetted 'wetId Hc$,Hd$ 26A -whetting 'wetIN Hb$ 26A -whew fju W-$ 1 -whey weI L@$ 1 -which wItS OA*,Qy*,Qz* 1 -whichever wItS'ev@R OA%,Qx% 3 -whichsoever ,wItS+s@U'ev@R OA$,Qx$ 4 -whiff wIf K6% 1 -whiffs wIfs Kj% 1 -while waIl H2%,Ki%,V-* 115B -whiled waIld Hc%,Hd% 115B -whiles waIlz Ha% 115B -whiling 'waIlIN Hb% 215B -whilst waIlst V-% 1 -whim wIm K6% 1 -whimper 'wImp@R J0%,K6% 22A,6A -whimpered 'wImp@d Jc%,Jd% 22A,6A -whimpering 'wImp@rIN Jb% 32A,6A -whimpers 'wImp@z Ja%,Kj% 22A,6A -whims wImz Kj% 1 -whimsey 'wImzI M6$ 2 -whimseys 'wImzIz Mj$ 2 -whimsical 'wImzIkl OA% 3 -whimsicalities ,wImzI'k&l@tIz Mj% 5 -whimsicality ,wImzI'k&l@tI M8% 5 -whimsically 'wImzIklI Pu% 3 -whimsies 'wImzIz Mj% 2 -whimsy 'wImzI M8% 2 -whin wIn L@$ 1 -whine waIn J2%,K6% 12A,2C,4A,6A,15B -whined waInd Jc%,Jd% 12A,2C,4A,6A,15B -whiner 'waIn@R K6$ 2 -whiners 'waIn@z Kj$ 2 -whines waInz Ja%,Kj% 12A,2C,4A,6A,15B -whining 'waInIN Jb% 22A,2C,4A,6A,15B -whinnied 'wInId Ic%,Id% 2 -whinnies 'wInIz Ia%,Kj% 2 -whinny 'wInI I3%,K8% 2 -whinnying 'wInIIN Ib% 3 -whip wIp J4%,K6% 12C,6A,15A,15B -whip-round 'wIp-raUnd K6% 2 -whip-rounds 'wIp-raUndz Kj$ 2 -whipcord 'wIpkOd L@% 2 -whipped wIpt Jc%,Jd% 12C,6A,15A,15B -whipper-in ,wIp@r-'In Ki$ 3 -whippers-in ,wIp@z-'In Kj$ 3 -whippersnapper 'wIp@sn&p@R K6% 4 -whippersnappers 'wIp@sn&p@z Kj% 4 -whippet 'wIpIt K6% 2 -whippets 'wIpIts Kj% 2 -whippier 'wIpI@R Or$ 3 -whippiest 'wIpIIst Os$ 3 -whipping 'wIpIN Jb%,M6% 22C,6A,15A,15B -whipping-boy 'wIpIN-boI K6% 3 -whipping-boys 'wIpIN-boIz Kj% 3 -whipping-post 'wIpIN-p@Ust K6% 3 -whipping-posts 'wIpIN-p@Usts Kj% 3 -whipping-top 'wIpIN-t0p K6% 3 -whipping-tops 'wIpIN-t0ps Kj% 3 -whippings 'wIpINz Mj% 2 -whippoorwill 'wIp@wIl K6$ 3 -whippoorwills 'wIp@wIlz Kj$ 3 -whippy 'wIpI OD% 2 -whips wIps Ja%,Kj% 12C,6A,15A,15B -whir w3R I4$,Ki$ 12A,2C -whirl w3l J0%,Ki% 12A,2C,15A,15B -whirled w3ld Jc%,Jd% 12A,2C,15A,15B -whirligig 'w3lIgIg K6% 3 -whirligigs 'w3lIgIgz Kj% 3 -whirling 'w3lIN Jb% 22A,2C,15A,15B -whirlpool 'w3lpul K6% 2 -whirlpools 'w3lpulz Kj% 2 -whirls w3lz Ja% 12A,2C,15A,15B -whirlwind 'w3lwInd K6% 2 -whirlwinds 'w3lwIndz Kj% 2 -whirr w3R I0%,Ki% 12A,2C -whirred w3d Ic%,Id% 12A,2C -whirring 'w3rIN Ib% 22A,2C -whirrs w3z Ia% 12A,2C -whirs w3z Ia$ 12A,2C -whisk wIsk J0%,K6% 16A,15B -whisked wIskt Jc%,Jd% 16A,15B -whisker 'wIsk@R K6% 2 -whiskered 'wIsk@d OA% 2 -whiskers 'wIsk@z Kj% 2 -whiskey 'wIskI M6% 2 -whiskeys 'wIskIz Mj% 2 -whiskies 'wIskIz Mj% 2 -whisking 'wIskIN Jb% 26A,15B -whisks wIsks Ja%,Kj% 16A,15B -whisky 'wIskI M8% 2 -whisper 'wIsp@R J0%,K6% 22A,2C,3A,6A,14,15B -whispered 'wIsp@d Jc%,Jd% 22A,2C,3A,6A,14,15B -whisperer 'wIsp@r@R K6% 3 -whisperers 'wIsp@r@z Kj% 3 -whispering 'wIsp@rIN Jb%,K6% 32A,2C,3A,6A,14,15B -whispering-galleries ,wIsp@rIN-'g&l@rIz Kj$ 6 -whispering-gallery ,wIsp@rIN-'g&l@rI K8$ 6 -whisperings 'wIsp@rINz Kj% 3 -whispers 'wIsp@z Ja%,Kj% 22A,2C,3A,6A,14,15B -whist wIst L@% 1 -whist-drive 'wIst-draIv K6% 2 -whist-drives 'wIst-draIvz Kj% 2 -whistle 'wIsl J2%,K6% 22A,2C,6A,15B,16A -whistle-stop 'wIsl-st0p K6% 3 -whistle-stops 'wIsl-st0ps Kj$ 3 -whistled 'wIsld Jc%,Jd% 22A,2C,6A,15B,16A -whistles 'wIslz Ja%,Kj% 22A,2C,6A,15B,16A -whistling 'wIslIN Jb% 22A,2C,6A,15B,16A -whit wIt Ki$ 1 -white waIt M6%,OB* 1 -white-collar ,waIt-'k0l@R OA% 3 -white-hot ,waIt-'h0t OA% 2 -white-lipped ,waIt-'lIpt OA$ 2 -white-livered ,waIt-'lIv@d OA$ 3 -whitebait 'waItbeIt L@% 2 -whitecaps 'waItk&ps Kj$ 2 -whiten 'waItn J0% 22A,6A -whitened 'waItnd Jc%,Jd% 22A,6A -whiteness 'waItnIs L@% 2 -whitening 'waItnIN Jb%,L@% 22A,6A -whitens 'waItnz Ja% 22A,6A -whiter 'waIt@R Or% 2 -whites waIts Mj% 1 -whitest 'waItIst Os% 2 -whitethorn 'waItTOn M6$ 2 -whitethorns 'waItTOnz Mj$ 2 -whitewash 'waItw0S H1%,L@% 2 -whitewashed 'waItw0St Hc%,Hd% 2 -whitewashes 'waItw0SIz Ha% 3 -whitewashing 'waItw0SIN Hb% 3 -whither 'wID@R Pu% 2 -whithersoever ,wID@s@U'ev@R Pu$ 5 -whiting 'waItIN M9% 2 -whitish 'waItIS OA% 2 -whitlow 'wItl@U K6$ 2 -whitlows 'wItl@Uz Kj$ 2 -whittle 'wItl J2% 22C,3A,6A,15A,15B -whittled 'wItld Jc%,Jd% 22C,3A,6A,15A,15B -whittles 'wItlz Ja% 22C,3A,6A,15A,15B -whittling 'wItlIN Jb% 22C,3A,6A,15A,15B -whiz wIz I5%,L@% 12C -whizz-kid 'wIz-kId K6% 2 -whizz-kids 'wIz-kIdz Kj% 2 -whizzed wIzd Ic%,Id% 12C -whizzes 'wIzIz Ia% 22C -whizzing 'wIzIN Ib% 22C -who hu Qy*,Qz* 1 -who'd hud Gf% 1 -who'll hul Gf% 1 -who're 'hu@R Gf% 2 -who's huz Gf% 1 -whoa w@U W-$ 1 -whodunit ,hu'dVnIt K6% 3 -whodunits ,hu'dVnIts Kj% 3 -whoever hu'ev@R Qx% 3 -whole h@Ul K6*,OA* 1 -whole-wheat 'h@Ul-wit L@% 2 -wholehearted ,h@Ul'hAtId OA% 3 -wholeheartedly ,h@Ul'hAtIdlI Pu% 4 -wholeheartedness ,h@Ul'hAtIdnIs L@% 4 -wholemeal 'h@Ulmil L@% 2 -wholes h@Ulz Kj$ 1 -wholesale 'h@UlseIl L@%,OA%,Pu% 2 -wholesaler 'h@UlseIl@R K6% 3 -wholesalers 'h@UlseIl@z Kj% 3 -wholesome 'h@Uls@m OA% 2 -wholesomely 'h@Uls@mlI Pu% 3 -wholly 'h@Ul+lI Pu% 2 -whom hum Qy%,Qz% 1 -whoop hup J0$,K6$ 1 -whooped hupt Jc$,Jd$ 1 -whoopee 'wUpI K6$ 2 -whoopees 'wUpIz Kj$ 2 -whooping 'hupIN Jb% 2 -whooping-cough 'hupIN-k0f L@% 3 -whoops hups Ja$,Kj$ 1 -whop w0p H4$ 16A -whopped w0pt Hc$,Hd$ 16A -whopper 'w0p@R K6% 2 -whoppers 'w0p@z Kj% 2 -whopping 'w0pIN Hb$,OA%,Pu% 26A -whops w0ps Ha$ 16A -whore hOR K6% 1 -whoremonger 'hOmVNg@R K6% 3 -whoremongers 'hOmVNg@z Kj% 3 -whores hOz Kj% 1 -whorl w3l K6$ 1 -whorled w3ld OA$ 1 -whorls w3lz Kj$ 1 -whose huz Qx% 1 -whoso 'hus@U Qx$ 2 -whosoever ,hus@U'ev@R Qx% 4 -why waI K6%,Pv*,Pw*,W-% 1 -whys waIz Kj% 1 -wich- wItS- U-$ 1 -wick wIk M6% 1 -wicked 'wIkId OA% 2 -wickedly 'wIkIdlI Pu% 3 -wickedness 'wIkIdnIs L@% 3 -wicker 'wIk@R L@% 2 -wickerwork 'wIk@w3k L@% 3 -wicket 'wIkIt K6% 2 -wicket-door ,wIkIt-'dOR K6$ 3 -wicket-doors ,wIkIt-'dOz Kj$ 3 -wicket-gate ,wIkIt-'geIt K6% 3 -wicket-gates ,wIkIt-'geIts Kj% 3 -wicket-keeper 'wIkIt-kip@R K6% 4 -wicket-keepers 'wIkIt-kip@z Kj% 4 -wickets 'wIkIts Kj% 2 -wicks wIks Mj% 1 -wide waId OB%,Pu% 1 -wide-awake ,waId-@'weIk OA% 3 -widely 'waIdlI Pu% 2 -widen 'waIdn J0% 22A,6A -widened 'waIdnd Jc%,Jd% 22A,6A -widening 'waIdnIN Jb% 32A,6A -widens 'waIdnz Ja% 22A,6A -wider 'waId@R Or% 2 -widespread 'waIdspred OA% 2 -widest 'waIdIst Os% 2 -widgeon 'wIdZ@n K6$ 2 -widgeons 'wIdZ@nz Kj$ 2 -widow 'wId@U K6% 2 -widowed 'wId@Ud OA% 2 -widower 'wId@U@R K6% 3 -widowers 'wId@U@z Kj% 3 -widowhood 'wId@UhUd L@% 3 -widows 'wId@Uz Kj% 2 -width wItT M6% 1 -widths wItTs Mj% 1 -wield wild H0% 16A -wielded 'wildId Hc%,Hd% 26A -wielding 'wildIN Hb% 26A -wields wildz Ha% 16A -wife waIf Ki* 1 -wifelier 'waIflI@R Or$ 3 -wifeliest 'waIflIIst Os$ 3 -wifelike 'waIflaIk OA% 2 -wifely 'waIflI OD% 2 -wig wIg K6% 1 -wigged wIgd OA% 1 -wigging 'wIgIN K6% 2 -wiggings 'wIgINz Kj$ 2 -wiggle 'wIgl J2%,K6% 22A,6A -wiggled 'wIgld Jc%,Jd% 22A,6A -wiggles 'wIglz Ja%,Kj% 22A,6A -wiggling 'wIglIN Jb% 22A,6A -wight waIt K6$ 1 -wights waIts Kj$ 1 -wigs wIgz Kj% 1 -wigwam 'wIgw&m K6% 2 -wigwams 'wIgw&mz Kj% 2 -wild waIld Kj%,OC%,Pu% 1 -wildcat 'waIldk&t Oq% 2 -wildebeest 'wIldIbist K6$ 3 -wildebeests 'wIldIbists Kj$ 3 -wilder 'waIld@R Or% 2 -wilderness 'wIld@n@s K7% 3 -wildernesses 'wIld@n@sIz Kj% 4 -wildest 'waIldIst Os% 2 -wildfire 'waIldfaI@R L@% 2 -wildfowl 'waIldfaUl Kj% 2 -wildly 'waIldlI Pu% 2 -wildness 'waIldnIs L@% 2 -wile waIl K6$ 1 -wiles waIlz Kj% 1 -wilful 'wIlf@l OA% 2 -wilfully 'wIlf@lI Pu% 3 -wilfulness 'wIlf@lnIs L@% 3 -wilier 'waIlI@R Or% 3 -wiliest 'waIlIIst Os% 3 -will wIl G5*,J0%,M6% 12A,5,6A,9,12A,13A,14,15A,17 -will-o'-the-wisp ,wil-@-D@-'wIsp K6% 4 -will-o'-the-wisps ,wil-@-D@-'wIsps Kj$ 4 -willed wIld Jc%,Jd%,Ot% 12A,5,6A,9,12A,13A,14,15A,17 -willful 'wIlf@l OA% 2 -willies 'wIlIz Kj% 2 -willing 'wIlIN Jb%,OA% 22A,5,6A,9,12A,13A,14,15A,17 -willingly 'wIlINlI Pu% 3 -willingness 'wIlINnIs L@% 3 -willow 'wIl@U M6% 2 -willow-pattern 'wIl@U-p&t@n L@% 4 -willow-tree 'wIl@U-tri K6% 3 -willow-trees 'wIl@U-triz Kj% 3 -willows 'wIl@Uz Mj% 2 -willowy 'wIl@UI OA% 3 -willpower 'wIlpaU@R L@% 3 -wills wIlz Ja%,Mj% 12A,5,6A,9,12A,13A,14,15A,17 -willy-nilly ,wIlI-'nIlI Pu% 4 -wilt wIlt He$,J0% 12A,5,6A,9 -wilted 'wIltId Jc%,Jd% 22A,5,6A,9 -wilting 'wIltIN Jb% 22A,5,6A,9 -wilts wIlts Ja% 12A,5,6A,9 -wily 'waIlI OD% 2 -wimple 'wImpl K6$ 2 -wimples 'wImplz Kj$ 2 -win wIn J5%,K6% 12A,6A,12B,13B,15A,15B,17 -wince wIns H2%,K6% 12A,2C -winced wInst Hc%,Hd% 12A,2C -winces 'wInsIz Ha%,Kj% 22A,2C -winceyette ,wInsI'et L@% 3 -winch wIntS H1%,K7% 16A,15B -winched wIntSt Hc%,Hd% 16A,15B -winches 'wIntSIz Ha%,Kj% 26A,15B -winching 'wIntSIN Hb% 26A,15B -wincing 'wInsIN Hb% 22A,2C -wind wInd H0%,M6% 16A -wind waInd J5%,K6% 12A,2B,2C,6A,14,15A,15B -wind-gauge 'wInd-geIdZ K6% 2 -wind-gauges 'wInd-geIdZIz Kj% 3 -wind-tunnel 'wInd-tVn@l K6% 3 -wind-tunnels 'wInd-tVn@lz Kj% 3 -windbag 'wIndb&g K6% 2 -windbags 'wIndb&gz Kj% 2 -windblown 'wIndbl@Un OA% 2 -windbreak 'wIndbreIk K6% 2 -windbreaker 'wIndbreIk@R K6% 3 -windbreakers 'wIndbreIk@z Kj% 3 -windbreaks 'wIndbreIks Kj% 2 -windcheater 'wIndtSit@R K6% 3 -windcheaters 'wIndtSit@z Kj% 3 -winded 'wIndId Hc%,Hd% 26A -windfall 'wIndfOl K6% 2 -windfalls 'wIndfOlz Kj% 2 -windflower 'wIndflaU@R K6% 3 -windflowers 'wIndflaU@z Kj% 3 -windier 'wIndI@R Or% 3 -windiest 'wIndIIst Os% 3 -windily 'wIndIlI Pu% 3 -windiness 'wIndInIs L@$ 3 -winding 'wIndIN Hb% 26A -winding 'waIndIN Jb% 22A,2B,2C,6A,14,15A,15B -winding-sheet 'waIndIN-Sit K6% 3 -winding-sheets 'waIndIN-Sits Kj% 3 -windjammer 'wIndZ&m@R K6% 3 -windjammers 'wIndZ&m@z Kj% 3 -windlass 'wIndl@s K7$ 2 -windlasses 'wIndl@sIz Kj$ 3 -windless 'wIndl@s OA% 2 -windmill 'wIndmIl K6% 2 -windmills 'wIndmIlz Kj% 2 -window 'wInd@U K6% 2 -window-box 'wInd@U-b0ks K7% 3 -window-boxes 'wInd@U-b0ksIz Kj% 4 -window-dressing 'wInd@U-,dresIN L@% 4 -windowpane 'wInd@UpeIn K6% 3 -windowpanes 'wInd@UpeInz Kj% 3 -windows 'wInd@Uz Kj% 2 -windowsill 'wInd@UsIl K6% 3 -windowsills 'wInd@UsIlz Kj% 3 -windpipe 'wIndpaIp K6% 2 -windpipes 'wIndpaIps Kj% 2 -winds wIndz Ha$,Mj% 16A -winds waIndz Ja%,Kj$ 12A,2B,2C,6A,14,15A,15B -windscreen 'wIndskrin K6% 2 -windscreen-wiper 'wIndskrin-,waIp@R K6% 4 -windscreen-wipers 'wIndskrin-,waIp@z Kj% 4 -windscreens 'wIndskrinz Kj% 2 -windshield 'wIndSild K6% 2 -windshields 'wIndSildz Kj% 2 -windsock 'wInds0k K6% 2 -windsocks 'wInds0ks Kj% 2 -windswept 'wIndswept OA% 2 -windward 'wIndw@d L@%,OA% 2 -windy 'wIndI OD% 2 -wine waIn H2%,M6% 1 -wined waInd Hc%,Hd% 1 -wineglass 'waIn-glAs K7% 2 -wineglasses 'waIn-glAsIz Kj% 3 -winepress 'waInpres K7% 2 -winepresses 'waInpresIz Kj% 3 -wines waInz Ha%,Mj% 1 -wineskin 'waInskIn K6% 2 -wineskins 'waInskInz Kj% 2 -wing wIN J0%,K6% 12C,6A,15A -wing-commander 'wIN-k@,mAnd@R K6% 4 -wing-commanders 'wIN-k@,mAnd@z Kj% 4 -wing-nut 'wIN-nVt K6% 2 -wing-nuts 'wIN-nVts Kj% 2 -wing-screw 'wIN-skru K6% 2 -wing-screws 'wIN-skruz Kj% 2 -winged wINd Jc%,Jd%,OA% 12C,6A,15A -winger 'wIN@R K6% 2 -wingers 'wIN@z Kj% 2 -winging 'wININ Jb% 22C,6A,15A -wingless 'wINl@s OA% 2 -wings wINz Ja%,Kj% 12C,6A,15A -wingspan 'wINsp&n K6% 2 -wingspans 'wINsp&nz Kj% 2 -wingspread 'wINspred K6% 2 -wingspreads 'wINspredz Kj% 2 -wining 'waInIN Hb% 2 -wink wINk J0%,K6% 12A,2C,3A,15B -winked wINkt Jc%,Jd% 12A,2C,3A,15B -winking 'wINkIN Jb% 22A,2C,3A,15B -winkle 'wINkl H2%,K6% 215B -winkled 'wINkld Hc%,Hd% 215B -winkles 'wINklz Ha%,Kj% 215B -winkling 'wINklIN Hb% 215B -winks wINks Ja%,Kj% 12A,2C,3A,15B -winner 'wIn@R K6% 2 -winners 'wIn@z Kj% 2 -winning 'wInIN Jb% 22A,6A,12B,13B,15A,15B,17 -winning-post 'wInIN-p@Ust K6% 3 -winning-posts 'wInIN-p@Usts Kj% 3 -winnings 'wInINz Kj% 2 -winnow 'wIn@U H0$ 26A,14,15A,15B -winnowed 'wIn@Ud Hc$,Hd$ 26A,14,15A,15B -winnowing 'wIn@UIN Hb$ 36A,14,15A,15B -winnows 'wIn@Uz Ha$ 26A,14,15A,15B -wins wInz Ja%,Kj% 12A,6A,12B,13B,15A,15B,17 -winsome 'wIns@m OA$ 2 -winsomely 'wIns@mlI Pu$ 3 -winsomeness 'wIns@mnIs L@$ 3 -winter 'wInt@R I0%,M6% 22C -wintered 'wInt@d Ic%,Id% 22C -winterier 'wIntrI@R Or% 3 -winteriest 'wIntrIIst Os% 3 -wintering 'wInt@rIN Ib% 32C -winters 'wInt@z Ia%,Mj% 22C -wintery 'wIntrI OD% 2 -wintrier 'wIntrI@R Or$ 3 -wintriest 'wIntrIIst Os$ 3 -wintry 'wIntrI OD$ 2 -wipe waIp J2%,K6% 16A,15A,15B,22 -wiped waIpt Jc%,Jd% 16A,15A,15B,22 -wiper 'waIp@R K6% 2 -wipers 'waIp@z Kj% 2 -wipes waIps Ja%,Kj% 16A,15A,15B,22 -wiping 'waIpIN Jb% 26A,15A,15B,22 -wire 'waI@R J2%,M6% 16A,11,12A,13A,15A,15B,16A -wire-cutters 'waI@-,kVt@z Kj% 3 -wire-haired ,waI@-'he@d OA% 2 -wired 'waI@d Jc%,Jd% 16A,11,12A,13A,15A,15B,16A -wireless 'waI@lIs M7%,OA% 2 -wirelesses 'waI@lIsIz Mj% 3 -wirepuller 'waI@,pUl@R K6% 3 -wirepullers 'waI@,pUl@z Kj% 3 -wires 'waI@z Ja%,Mj% 16A,11,12A,13A,15A,15B,16A -wireworm 'waI@w3m K6% 2 -wireworms 'waI@w3mz Kj% 2 -wirier 'waI@rI@R Or$ 3 -wiriest 'waI@rIIst Os$ 3 -wiring 'waI@rIN Jb%,L@% 26A,11,12A,13A,15A,15B,16A -wiry 'waI@rI OD% 2 -wisdom 'wIzd@m L@% 2 -wisdom-teeth 'wIzd@m-tiT Kj% 3 -wisdom-tooth 'wIzd@m-tuT Ki% 3 -wise waIz Ki%,OB% 1 -wiseacre 'waIzeIk@R K6% 3 -wiseacres 'waIzeIk@z Kj% 3 -wisecrack 'waIzkr&k I0%,K6% 2 -wisecracked 'waIzkr&kt Ic%,Id% 2 -wisecracking 'waIzkr&kIN Ib% 3 -wisecracks 'waIzkr&ks Ia%,Kj% 2 -wisely 'waIzlI Pu% 2 -wiser 'waIz@R Or% 2 -wisest 'waIzIst Os% 2 -wish wIS J1%,M7% 12A,3A,6A,7A,9,12A,13A,15A,17,22 -wishbone 'wISb@Un K6% 2 -wishbones 'wISb@Unz Kj% 2 -wished wISt Jc%,Jd% 12A,3A,6A,7A,9,12A,13A,15A,17,22 -wishes 'wISIz Ja%,Mj% 22A,3A,6A,7A,9,12A,13A,15A,17,22 -wishful 'wISf@l OA% 2 -wishfully 'wISf@lI Pu% 3 -wishing 'wISIN Jb% 22A,3A,6A,7A,9,12A,13A,15A,17,22 -wishing-cap 'wISIN-k&p K6$ 3 -wishing-caps 'wISIN-k&ps Kj$ 3 -wishy-washy 'wISI-w0SI OA% 4 -wisp wIsp K6% 1 -wispier 'wIspI@R Or% 3 -wispiest 'wIspIIst Os% 3 -wisps wIsps Kj% 1 -wispy 'wIspI OD% 2 -wisteria wI'stI@rI@ M6% 4 -wisterias wI'stI@rI@z Mj$ 4 -wistful 'wIstf@l OA% 2 -wistfully 'wIstf@lI Pu% 3 -wit wIt M6% 1 -witch wItS K7% 1 -witch- wItS- U-$ 1 -witch-doctor 'wItS-d0kt@R K6% 3 -witch-doctors 'wItS-d0kt@z Kj% 3 -witch-elm 'wItS-elm K6$ 2 -witch-elms 'wItS-elmz Kj$ 2 -witch-hazel 'wItS-heIzl M6% 3 -witch-hazels 'wItS-heIzlz Mj$ 3 -witch-hunt 'wItS-hVnt K6% 2 -witch-hunts 'wItS-hVnts Kj% 2 -witchcraft 'wItSkrAft L@% 2 -witchery 'wItS@rI L@% 3 -witches 'wItSIz Kj% 2 -witching 'wItSIN OA% 2 -with wID T-* 1 -withal wID'Ol Pu% 2 -withdraw wID'drO J5% 22A,2C,6A,14 -withdrawal wID'drO@l M6% 3 -withdrawals wID'drO@lz Mj% 3 -withdrawing wID'drOIN Jb% 32A,2C,6A,14 -withdrawn wID'drOn Jd% 22A,2C,6A,14 -withdraws wID'drOz Ja% 22A,2C,6A,14 -withdrew wID'dru Jc% 22A,2C,6A,14 -withe wIT K6$ 1 -wither 'wID@R J0% 22A,2C,6A,15B -withered 'wID@d Jc%,Jd% 22A,2C,6A,15B -withering 'wID@rIN Jb% 32A,2C,6A,15B -witheringly 'wID@rINlI Pu% 4 -withers 'wID@z Ja%,Kj$ 22A,2C,6A,15B -withes wITs Kj$ 1 -withheld wID'held Hc%,Hd% 26A,14 -withhold wID'h@Uld H5% 26A,14 -withholding wID'h@UldIN Hb% 36A,14 -withholds wID'h@Uldz Ha% 26A,14 -withies 'wIDIz Kj$ 2 -within wID'in Pu*,T-* 2 -without wID'aUt Pu*,T-* 2 -withstand wID'st&nd H5% 26A -withstanding wID'st&ndIN Hb% 36A -withstands wID'st&ndz Ha% 26A -withstood wID'stUd Hc%,Hd% 26A -withy 'wIDI K8$ 2 -witless 'wItlIs OA% 2 -witness 'wItn@s J1%,M7% 23A,6A -witness-box 'wItnIs-b0ks K7% 3 -witness-boxes 'wItnIs-b0ksIz Kj$ 4 -witness-stand 'wItnIs-st&nd K6% 3 -witness-stands 'wItnIs-st&ndz Kj$ 3 -witnessed 'wItn@st Jc%,Jd% 23A,6A -witnesses 'wItn@sIz Ja%,Mj% 33A,6A -witnessing 'wItn@sIN Jb% 33A,6A -wits wIts Mj% 1 -witticism 'wItIsIz@m K6% 4 -witticisms 'wItIsIz@mz Kj% 4 -wittier 'wItI@R Or% 3 -wittiest 'wItIIst Os% 3 -wittily 'wItIlI Pu% 3 -wittingly 'wItINlI Pu% 3 -witty 'wItI OD% 2 -wive waIv J2$ 12A,6A -wived waIvd Jc$,Jd$ 12A,6A -wives waIvz Ja$,Kj% 12A,6A -wiving 'waIvIN Jb$ 22A,6A -wizard 'wIz@d K6%,OA% 2 -wizardry 'wIz@drI L@% 3 -wizards 'wIz@dz Kj% 2 -wizened 'wIznd OA% 2 -wk wik Y]% 1 -wo w@U W-$ 1 -woad w@Ud L@$ 1 -wobble 'w0bl J2% 22A,2C,6A -wobbled 'w0bld Jc%,Jd% 22A,2C,6A -wobbler 'w0bl@R K6$ 2 -wobblers 'w0bl@z Kj$ 2 -wobbles 'w0blz Ja% 22A,2C,6A -wobblier 'w0blI@R Or$ 3 -wobbliest 'w0blIIst Os$ 3 -wobbling 'w0blIN Jb% 22A,2C,6A -wobbly 'w0blI OD% 2 -woe w@U M6% 1 -woebegone 'w@UbIg0n OA% 3 -woeful 'w@Uf@l OA% 2 -woefully 'w@Uf@lI Pu% 3 -woes w@Uz Kj% 1 -woke w@Uk Jc% 12A,2C,4B,6A,15B -woken 'w@Uk@n Jd% 22A,2C,4B,6A,15B -wold w@Uld M6$ 1 -wolds w@Uldz Mj$ 1 -wolf wUlf H0%,Ki% 16A,15A -wolf's-bane 'wUlfs-beIn L@% 2 -wolf-cub 'wUlf-kVb K6% 2 -wolf-cubs 'wUlf-kVbz Kj% 2 -wolfed wUlft Hc%,Hd% 16A,15A -wolfhound 'wUlfhaUnd K6% 2 -wolfhounds 'wUlfhaUndz Kj% 2 -wolfing 'wUlfIN Hb% 26A,15A -wolfish 'wUlfIS OA% 2 -wolfram 'wUlfr@m L@$ 2 -wolfs wUlfs Ha% 16A,15A -wolves wUlvz Kj% 1 -woman 'wUm@n Ki* 2 -womanhood 'wUm@nhUd L@% 3 -womanish 'wUm@nIS OA% 3 -womanize 'wUm@naIz I2% 3 -womanized 'wUm@naIzd Ic%,Id% 3 -womanizer 'wUm@naIz@R K6% 4 -womanizers 'wUm@naIz@z Kj% 4 -womanizes 'wUm@naIzIz Ia% 4 -womanizing 'wUm@naIzIN Ib% 4 -womankind 'wUm@nkaInd L@% 3 -womanlier 'wUm@nlI@R Or$ 4 -womanliest 'wUm@nlIIst Os$ 4 -womanlike 'wUm@nlaIk OA$ 3 -womanly 'wUm@nlI OD% 3 -womb wum K6% 1 -wombat 'w0mb&t K6$ 2 -wombats 'w0mb&ts Kj$ 2 -wombs wumz Kj% 1 -women 'wImIn Kj* 2 -womenfolk 'wImInf@Uk Kj% 3 -won wVn Jc%,Jd% 12A,6A,12B,13B,15A,15B,17 -won't w@Unt Gg% 1 -wonder 'wVnd@R J0%,M6% 22A,3A,3B,4B,8,10 -wonder-struck 'wVnd@-strVk OA% 3 -wondered 'wVnd@d Jc%,Jd% 22A,3A,3B,4B,8,10 -wonderful 'wVnd@f@l OA% 3 -wonderfully 'wVnd@f@lI Pu% 4 -wondering 'wVnd@rIN Jb% 32A,3A,3B,4B,8,10 -wonderingly 'wVndrINlI Pu% 3 -wonderland 'wVnd@l&nd K6% 3 -wonderlands 'wVnd@l&ndz Kj$ 3 -wonderment 'wVnd@m@nt L@% 3 -wonders 'wVnd@z Ja%,Mj% 22A,3A,3B,4B,8,10 -wondrous 'wVndr@s OA%,Pu% 2 -wonky 'w0NkI OA% 2 -wont w@Unt L@%,Op% 1 -wonted 'w@UntId Oq% 2 -woo wu H0% 16A -wood wUd M6% 1 -wood-block 'wUd-bl0k K6% 2 -wood-blocks 'wUd-bl0ks Kj% 2 -wood-pulp 'wUd-pVlp L@% 2 -woodbine 'wUdbaIn M6% 2 -woodbines 'wUdbaInz Mj% 2 -woodcock 'wUdk0k K6% 2 -woodcocks 'wUdk0ks Kj% 2 -woodcraft 'wUdkrAft M6% 2 -woodcrafts 'wUdkrAfts Mj$ 2 -woodcut 'wUdkVt K6% 2 -woodcuts 'wUdkVts Kj% 2 -woodcutter 'wUdkVt@R K6% 3 -woodcutters 'wUdkVt@z Kj% 3 -wooded 'wUdId OA% 2 -wooden 'wUdn OA% 2 -woodenheaded ,wUdn'hedId OA% 4 -woodier 'wUdI@R Or% 3 -woodiest 'wUdIIst Os% 3 -woodland 'wUdl@nd M6% 2 -woodlands 'wUdl@ndz Mj% 2 -woodlice 'wUdlaIs Kj% 2 -woodlouse 'wUdlaUs Ki% 2 -woodman 'wUdm@n Ki% 2 -woodmen 'wUdmen Kj% 2 -woodpecker 'wUdpek@R K6% 3 -woodpeckers 'wUdpek@z Kj% 3 -woodpile 'wUdpaIl K6% 2 -woodpiles 'wUdpaIlz Kj% 2 -woods wUdz Mj% 1 -woodshed 'wUdSed K6% 2 -woodsheds 'wUdSedz Kj% 2 -woodsman 'wUdzm@n Ki% 2 -woodsmen 'wUdzmen Kj% 2 -woodwind 'wUdwInd L@% 2 -woodwork 'wUdw3k L@% 2 -woodworm 'wUdw3m L@% 2 -woody 'wUdI OD% 2 -wooed wud Hc%,Hd% 16A -wooer 'wu@R K6% 2 -wooers 'wu@z Kj% 2 -woof wuf K6$ 1 -woofer 'wUf@R K6$ 2 -woofers 'wUf@z Kj$ 2 -woofs wufs Kj$ 1 -wooing 'wuIN Hb% 26A -wool wUl M6% 1 -woolen 'wUl@n OA% 2 -woolens 'wUl@nz Kj% 2 -woolgathering 'wUlg&D@rIN L@%,OA% 4 -woolier 'wUlI@R Or$ 3 -woolies 'wUlIz Kj% 2 -wooliest 'wUlIIst Os$ 3 -woollen 'wUl@n OA% 2 -woollens 'wUl@nz Kj% 2 -woollier 'wUlI@R Or% 3 -woolliest 'wUlIIst Os% 3 -woolly 'wUlI OD% 2 -wools wUlz Mj% 1 -wooly 'wUlI K8$,OD$ 2 -woos wuz Ha% 16A -word w3d H0%,K6* 16A -word-division 'w3d-dIvIZ@n L@% 4 -word-painter 'w3d-peInt@R K6$ 3 -word-painters 'w3d-peInt@z Kj$ 3 -word-perfect ,w3d-'p3fekt OA% 3 -word-picture 'w3d-pIktS@R K6% 3 -word-pictures 'w3d-pIktS@z Kj% 3 -word-splitting 'w3d-splItIN L@% 3 -wordbook 'w3dbUk K6% 2 -wordbooks 'w3dbUks Kj% 2 -worded 'w3dId Hc%,Hd% 26A -wordier 'w3dI@R Or% 3 -wordiest 'w3dIIst Os% 3 -wordily 'w3dIlI Pu% 3 -wordiness 'w3dInIs L@% 3 -wording 'w3dIN Hb%,Ki% 26A -wordless 'w3dl@s OA% 2 -words w3dz Ha%,Kj* 16A -wordy 'w3dI OD% 2 -wore wOR Jc% 12A,2B,2C,2D,6A,15A,15B,22 -work w3k J0*,M6% 12A,2B,2C,2D,3A,4A,6A,14,15A,15B,22 -work-in 'w3k-In K6% 2 -work-ins 'w3k-Inz Kj$ 2 -work-out 'w3k-aUt K6% 2 -work-outs 'w3k-aUts Kj$ 2 -work-studies 'w3k-stVdIz Kj% 3 -work-study 'w3k-stVdI K8% 3 -workable 'w3k@bl OA% 3 -workaday 'w3k@deI OA% 3 -workbag 'w3kb&g K6% 2 -workbags 'w3kb&gz Kj% 2 -workbasket 'w3kbAskIt K6% 3 -workbaskets 'w3kbAskIts Kj% 3 -workbench 'w3kbentS K7% 2 -workbenches 'w3kbentSIz Kj% 3 -workbook 'w3kbUk K6% 2 -workbooks 'w3kbUks Kj% 2 -workbox 'w3kb0ks K7% 2 -workboxes 'w3kb0ksIz Kj% 3 -workday 'w3kdeI K6% 2 -workdays 'w3kdeIz Kj% 2 -worked w3kt Jc%,Jd% 12A,2B,2C,2D,3A,4A,6A,14,15A,15B,22 -worker 'w3k@R K6% 2 -workers 'w3k@z Kj% 2 -workhouse 'w3khaUs Ki% 2 -workhouses 'w3khaUzIz Kj% 3 -working 'w3kIN Jb%,K6%,OA% 22A,2B,2C,2D,3A,4A,6A,14,15A,15B,22 -working-class 'w3kIN-klAs OA% 3 -working-out ,w3kIN-'aUt L@% 3 -workings 'w3kINz Kj% 2 -workman 'w3km@n Ki% 2 -workmanlike 'w3km@nlaIk OA% 3 -workmanship 'w3km@nSIp L@% 3 -workmate 'w3kmeIt K6% 2 -workmates 'w3kmeIts Kj% 2 -workmen 'w3kmen Kj% 2 -workroom 'w3krum K6% 2 -workrooms 'w3krumz Kj% 2 -works w3ks Ja%,Mj% 12A,2B,2C,2D,3A,4A,6A,14,15A,15B,22 -workshop 'w3kS0p K6% 2 -workshops 'w3kS0ps Kj% 2 -workshy 'w3kSaI OA% 2 -worktable 'w3kteIbl K6% 3 -worktables 'w3kteIblz Kj% 3 -world w3ld K6* 1 -world-weary 'w3ld-wI@rI OA% 3 -worldlier 'w3ldlI@R Or% 3 -worldliest 'w3ldlIIst Os% 3 -worldliness 'w3ldlInIs L@% 3 -worldly 'w3ldlI OD% 2 -worlds w3ldz Kj% 1 -worldwide 'w3ldwaId OA% 2 -worm w3m H0%,K6% 16A,15A,15B -worm-eaten 'w3m-itn OA% 3 -worm-gear 'w3m-gI@R K6% 2 -worm-gears 'w3m-gI@z Kj% 2 -wormcast 'w3mkAst K6% 2 -wormcasts 'w3mkAsts Kj% 2 -wormed w3md Hc%,Hd% 16A,15A,15B -wormhole 'w3mh@Ul K6% 2 -wormholes 'w3mh@Ulz Kj% 2 -wormier 'w3mI@R Or$ 3 -wormiest 'w3mIIst Os$ 3 -worming 'w3mIN Hb% 26A,15A,15B -worms w3mz Ha%,Kj% 16A,15A,15B -wormwood 'w3mwUd L@% 2 -wormy 'w3mI OD% 2 -worn wOn Jd% 12A,2B,2C,2D,6A,15A,15B,22 -worried 'wVrId Jc%,Jd%,OA% 22A,2B,2C,3A,6A,14,15A,15B,17,22 -worries 'wVrIz Ja%,Mj% 22A,2B,2C,3A,6A,14,15A,15B,17,22 -worrisome 'wVrIs@m OA% 3 -worry 'wVrI J3%,M8% 22A,2B,2C,3A,6A,14,15A,15B,17,22 -worrying 'wVrIIN Jb%,OA% 32A,2B,2C,3A,6A,14,15A,15B,17,22 -worryingly 'wVrIINlI Pu% 4 -worse w3s L@%,Or%,Pu% 1 -worsen 'w3s@n J0% 22A,6A -worsened 'w3s@nd Jc%,Jd% 22A,6A -worsening 'w3s@nIN Jb% 32A,6A -worsens 'w3s@nz Ja% 22A,6A -worship 'w3SIp J4%,L@% 22A,2B,6A -worshipful 'w3SIpf@l OA% 3 -worshipped 'w3SIpt Jc%,Jd% 22A,2B,6A -worshipper 'w3SIp@R K6% 3 -worshippers 'w3SIp@z Kj% 3 -worshipping 'w3SIpIN Jb% 32A,2B,6A -worships 'w3SIps Ja% 22A,2B,6A -worst w3st H0$,L@%,Os%,Pu% 16A -worsted 'w3stId Hc$,Hd$ 26A -worsted 'wUstId L@$ 2 -worsting 'w3stIN Hb$ 26A -worsts w3sts Ha$ 16A -worth w3T L@%,Op% 1 -worthier 'w3DI@R Or% 3 -worthies 'w3DIz Kj% 2 -worthiest 'w3DIIst Os% 3 -worthily 'w3DIlI Pu% 3 -worthiness 'w3DIn@s L@% 3 -worthless 'w3Tl@s OA% 2 -worthlessly 'w3Tl@slI Pu% 3 -worthlessness 'w3Tl@sn@s L@% 3 -worthwhile 'w3TwaIl OA% 2 -worthy 'w3DI K8%,OD% 2 -wot w0t He$ 1 -wotcher 'w0tS@R W-$ 2 -would wUd Gc*,Hc% 15,6A,9 -would-be 'wUd-bI Oq% 2 -wouldn't 'wUdnt Gg% 2 -wouldst wUdst Ge$ 1 -wound waUnd Jc%,Jd% 12A,2B,2C,6A,14,15A,15B -wound wund H0%,K6% 16A -wounded 'wundId Hc%,Hd% 26A -wounding 'wundIN Hb% 26A -wounds wundz Ha%,Kj% 16A -wove w@Uv Jc% 12A,2C,6A,15A,15B -woven 'w@Uv@n Jd% 22A,2C,6A,15A,15B -wow waU M6$,W-$ 1 -wows waUz Mj$ 1 -wpb ,dVblju,pi'bi Y>% 5 -wpm ,dVblju,pi'em Y]% 5 -wrack r&k L@% 1 -wraith reIT K6% 1 -wraiths reITs Kj% 1 -wrangle 'r&Ngl I2%,K6% 22A,3A -wrangled 'r&Ngld Ic%,Id% 22A,3A -wrangles 'r&Nglz Ia%,Kj% 22A,3A -wrangling 'r&NglIN Ib% 22A,3A -wrap r&p J4%,K6% 16A,14,15A,15B -wrapped r&pt Jc%,Jd% 16A,14,15A,15B -wrapper 'r&p@R K6% 2 -wrappers 'r&p@z Kj% 2 -wrapping 'r&pIN Jb%,M6% 26A,14,15A,15B -wrappings 'r&pINz Mj% 2 -wraps r&ps Ja%,Kj% 16A,14,15A,15B -wrath r0T L@% 1 -wrathful 'r0Tf@l OA% 2 -wrathfully 'r0Tf@lI Pu% 3 -wreak rik H0% 16A,14 -wreaked rikt Hc%,Hd% 16A,14 -wreaking 'rikIN Hb% 26A,14 -wreaks riks Ha% 16A,14 -wreath riT K6% 1 -wreathe riD J2% 12A,2C,6A,14 -wreathed riDd Jc%,Jd% 12A,2C,6A,14 -wreathes riDz Ja% 12A,2C,6A,14 -wreathing 'riDIN Jb% 22A,2C,6A,14 -wreaths riDz Kj% 1 -wreck rek H0%,M6% 16A -wreckage 'rekIdZ L@% 2 -wrecked rekt Hc%,Hd% 16A -wrecker 'rek@R K6% 2 -wreckers 'rek@z Kj% 2 -wrecking 'rekIN Hb% 26A -wrecks reks Ha%,Mj% 16A -wren ren K6% 1 -wrench rentS H1%,K7% 16A,15A,22 -wrenched rentSt Hc%,Hd% 16A,15A,22 -wrenches 'rentSIz Ha%,Kj% 26A,15A,22 -wrenching 'rentSIN Hb% 26A,15A,22 -wrens renz Kj% 1 -wrest rest H0$ 114 -wrested 'restId Hc$,Hd$ 214 -wresting 'restIN Hb$ 214 -wrestle 'resl I2%,K6% 22A,2C,3A -wrestled 'resld Ic%,Id% 22A,2C,3A -wrestler 'resl@R K6% 2 -wrestlers 'resl@z Kj% 2 -wrestles 'reslz Ia%,Kj% 22A,2C,3A -wrestling 'reslIN Ib% 22A,2C,3A -wrests rests Ha$ 114 -wretch retS K7% 1 -wretched 'retSId OA% 2 -wretchedly 'retSIdlI Pu% 3 -wretchedness 'retSIdn@s L@% 3 -wretches 'retSIz Kj% 2 -wrick rIk H0$,K6$ 16A -wricked rIkt Hc$,Hd$ 16A -wricking 'rIkIN Hb$ 26A -wricks rIks Ha$,Kj$ 16A -wrier 'raI@R Or$ 2 -wriest 'raIIst Os$ 2 -wriggle 'rIgl J2%,K6% 22A,2C,3A,6A,15B,22 -wriggled 'rIgld Jc%,Jd% 22A,2C,3A,6A,15B,22 -wriggler 'rIgl@R K6% 2 -wrigglers 'rIgl@z Kj% 2 -wriggles 'rIglz Ja%,Kj% 22A,2C,3A,6A,15B,22 -wriggling 'rIglIN Jb% 22A,2C,3A,6A,15B,22 -wright raIt K6$ 1 -wrights raIts Kj$ 1 -wring rIN H5$,K6$ 16A,14,15B -wringer 'rIN@R K6$ 2 -wringers 'rIN@z Kj$ 2 -wringing 'rININ Hb$ 26A,14,15B -wrings rINz Ha$,Kj$ 16A,14,15B -wrinkle 'rINkl J2%,K6% 22A,2C,6A,15B -wrinkled 'rINkld Jc%,Jd% 22A,2C,6A,15B -wrinkles 'rINklz Ja%,Kj% 22A,2C,6A,15B -wrinklier 'rINklI@R Or$ 3 -wrinkliest 'rINklIIst Os$ 3 -wrinkling 'rINklIN Jb% 22A,2C,6A,15B -wrinkly 'rINklI OD% 2 -wrist rIst K6% 1 -wristband 'rIstb&nd K6% 2 -wristbands 'rIstb&ndz Kj% 2 -wristlet 'rIstlIt K6$ 2 -wristlets 'rIstlIts Kj$ 2 -wrists rIsts Kj% 1 -wristwatch 'rIstw0tS K7% 2 -wristwatches 'rIstw0tSIz Kj% 3 -writ rIt K6% 1 -writ large rIt 'lAdZ OA% 2 -write raIt J5% 12A,2B,2C,4A,6A,12A,13A,15B -write-off 'raIt-0f K6% 2 -write-offs 'raIt-0fs Kj% 2 -write-up 'raIt-Vp K6% 2 -write-ups 'raIt-Vps Kj% 2 -writer 'raIt@R K6% 2 -writers 'raIt@z Kj% 2 -writes raIts Ja% 12A,2B,2C,4A,6A,12A,13A,15B -writhe raID I2% 12A,2C -writhed raIDd Ic%,Id% 12A,2C -writhes raIDz Ia% 12A,2C -writhing 'raIDIN Ib% 22A,2C -writing 'raItIN Jb%,M6% 22A,2B,2C,4A,6A,12A,13A,15B -writing-desk 'raItIN-desk K6% 3 -writing-desks 'raItIN-desks Kj% 3 -writing-ink 'raItIN-INk K6% 3 -writing-inks 'raItIN-INks Kj% 3 -writing-paper 'raItIN-peIp@R L@% 4 -writings 'raItINz Mj% 2 -writs rIts Kj$ 1 -written 'rItn Jd% 22A,2B,2C,4A,6A,12A,13A,15B -wrong r0N H0%,M6%,OA%,Pu% 16A -wrong-headed r0n-'hedId OA% 3 -wrong-headedly r0n-'hedIdlI Pu% 4 -wrongdoer 'r0Ndu@R K6% 3 -wrongdoers 'r0Ndu@z Kj% 3 -wrongdoing 'r0NduIN M6% 3 -wrongdoings 'r0NduINz Mj% 3 -wronged r0Nd Hc%,Hd% 16A -wrongful 'r0Nf@l OA% 2 -wrongfully 'r0Nf@lI Pu% 3 -wronging 'r0NIN Hb% 26A -wrongly 'r0NlI Pu% 2 -wrongs r0Nz Ha%,Mj% 16A -wrote r@Ut Jc% 12A,2B,2C,4A,6A,12A,13A,15B -wroth r@UT OA$ 1 -wrought rOt Jc%,Jd% 12A,2B,2C,2D,3A,4A,6A,14,15A,15B,22 -wrung rVN Hc$,Hd$ 16A,14,15B -wry raI OD% 1 -wryly 'raIlI Pu% 2 -wt weIt Y}% 1 -wych- wItS- U-$ 1 -x eks Ki$ 1 -x's 'eksIz Kj$ 2 -xenophobia ,zen@'f@UbI@ L@% 5 -xylophone 'zaIl@f@Un K6% 3 -xylophones 'zaIl@f@Unz Kj% 3 -y waI Ki$ 1 -y's waIz Kj$ 1 -yacht j0t I0$,K6% 12A -yacht-club 'j0t-klVb K6% 2 -yacht-clubs 'j0t-klVbz Kj% 2 -yachted 'j0tId Ic$,Id$ 22A -yachting 'j0tIN Ib$,L@% 22A -yachts j0ts Ia$,Kj% 12A -yachtsman 'j0tsm@n Ki% 2 -yachtsmen 'j0tsm@n Kj% 2 -yah jA W-$ 1 -yahoo jA'hu K6$ 2 -yahoos jA'huz Kj$ 2 -yak j&k K6$ 1 -yaks j&ks Kj$ 1 -yam j&m K6$ 1 -yammer 'j&m@R I0$ 2 -yammered 'j&m@d Ic$,Id$ 2 -yammering 'j&m@rIN Ib$ 3 -yammers 'j&m@z Ia$ 2 -yams j&mz Kj$ 1 -yank j&Nk H0%,K6% 16A,15A,15B -yanked j&Nkt Hc%,Hd% 16A,15A,15B -yanking 'j&NkIN Hb% 26A,15A,15B -yanks j&Nks Ha%,Kj% 16A,15A,15B -yap j&p I4%,K6% 12A -yapped j&pt Ic%,Id% 12A -yapping 'j&pIN Ib% 22A -yaps j&ps Ia%,Kj% 12A -yard jAd K6% 1 -yard-measure 'jAd-meZ@R K6$ 3 -yard-measures 'jAd-meZ@z Kj$ 3 -yardarm 'jAdAm K6% 2 -yardarms 'jAdAmz Kj% 2 -yards jAdz Kj% 1 -yardstick 'jAdstIk K6% 2 -yardsticks 'jAdstIks Kj% 2 -yarn jAn I0$,M6% 12A,2C -yarned jAnd Ic$,Id$ 12A,2C -yarning 'jAnIN Ib$ 22A,2C -yarns jAnz Ia$,Mj% 12A,2C -yarrow 'j&r@U L@$ 2 -yashmak 'j&Sm&k K6$ 2 -yashmaks 'j&Sm&ks Kj$ 2 -yaw jO I0$,K6$ 1 -yawed jOd Ic$,Id$ 1 -yawing 'jOIN Ib$ 2 -yawl jOl K6$ 1 -yawls jOlz Kj$ 1 -yawn jOn I0%,K6% 12A,2C -yawned jOnd Ic%,Id% 12A,2C -yawning 'jOnIN Ib% 22A,2C -yawns jOnz Ia%,Kj% 12A,2C -yaws jOz Ia$,Kj$ 1 -ye ji Qx$,R-$ 1 -yea jeI K6$,Pu$,W-$ 1 -yeah je@ Pu$ 1 -year j3R K6* 1 -yearbook 'j3bUk K6% 2 -yearbooks 'j3bUks Kj% 2 -yearling 'j3lIN K6% 2 -yearlings 'j3lINz Kj% 2 -yearlong 'j3l0N OA% 2 -yearly 'j3lI OA%,Pu% 2 -yearn j3n I0% 13A,4A -yearned j3nd Ic%,Id% 13A,4A -yearning 'j3nIN Ib%,K6% 23A,4A -yearningly 'j3nINlI Pu% 3 -yearnings 'j3nINz Kj% 2 -yearns j3nz Ia% 13A,4A -years j3z Kj* 1 -yeas jeIz Kj$ 1 -yeast jist L@% 1 -yeastier 'jistI@R Or$ 3 -yeastiest 'jistIIst Os$ 3 -yeasty 'jistI OD% 2 -yell jel J0%,K6% 12A,2C,6A,15B -yelled jeld Jc%,Jd% 12A,2C,6A,15B -yelling 'jelIN Jb% 22A,2C,6A,15B -yellow 'jel@U J0$,M6%,OC% 22A,6A -yellow-bellied ,jel@U-'belId OA% 4 -yellow-flag 'jel@U-fl&g K6$ 3 -yellow-flags 'jel@U-fl&gz Kj$ 3 -yellowed 'jel@Ud Jc$,Jd% 22A,6A -yellower 'jel@U@R Or% 3 -yellowest 'jel@UIst Os% 3 -yellowing 'jel@UIN Jb% 32A,6A -yellowish 'jel@UIS OA% 3 -yellowness 'jel@Un@s L@% 3 -yellows 'jel@Uz Ja$,Mj% 22A,6A -yells jelz Ja%,Kj% 12A,2C,6A,15B -yelp jelp I0% 12A -yelped jelpt Ic%,Id% 12A -yelping 'jelpIN Ib% 22A -yelps jelps Ia% 12A -yen jen I4$,K9% 1 -yenned jend Ic$,Id$ 1 -yenning 'jenIN Ib$ 2 -yens jenz Ia$ 1 -yeoman 'j@Um@n Ki% 2 -yeomanries 'j@Um@nrIz Kj$ 3 -yeomanry 'j@Um@nrI K8% 3 -yeomen 'j@Um@n Kj% 2 -yes jes K7%,W-* 1 -yeses 'jesIz Kj$ 2 -yester- 'jest@R- U-% 2 -yesterday 'jest@dI K6%,Pu% 3 -yesterdays 'jest@dIz Kj% 3 -yet jet Pu*,V-* 1 -yeti 'jetI K6$ 2 -yetis 'jetIz Kj$ 2 -yew ju M6% 1 -yew-tree 'ju-tri K6% 2 -yew-trees 'ju-triz Kj% 2 -yews juz Mj% 1 -yield jild J0%,M6% 12A,3A,6A,15A,15B -yielded 'jildId Jc%,Jd% 22A,3A,6A,15A,15B -yielding 'jildIN Jb%,OA% 22A,3A,6A,15A,15B -yieldingly 'jI@ldINlI Pu% 3 -yields jildz Ja%,Mj% 12A,3A,6A,15A,15B -yippee 'jIpI W-$ 2 -yo-heave-ho ,j@U-'hiv-h@U W-$ 3 -yo-yo 'j@U-j@U K6% 2 -yo-yos 'j@U-j@Uz Kj% 2 -yob j0b K6% 1 -yobo 'j0b@U K6$ 2 -yobos 'j0b@Uz Kj$ 2 -yobs j0bz Kj% 1 -yodel 'j@Udl J4%,K6% 2 -yodelled 'j@Udld Jc%,Jd% 2 -yodeller 'j@Udl@R K6% 3 -yodellers 'j@Udl@z Kj% 3 -yodelling 'j@Ud@lIN Jb% 3 -yodels 'j@Udlz Ja%,Kj% 2 -yoga 'j@Ug@ L@% 2 -yoghourt 'j0g@t M6% 2 -yoghourts 'j0g@ts Mj% 2 -yoghurt 'j0g@t M6% 2 -yoghurts 'j0g@ts Mj% 2 -yogi 'j@UgI K6% 2 -yogis 'j@UgIz Kj% 2 -yogurt 'j0g@t M6% 2 -yogurts 'j0g@ts Mj% 2 -yoke j@Uk J2%,K6% 16A,15A -yoked j@Ukt Jc%,Jd% 16A,15A -yokel 'j@Ukl K6% 2 -yokels 'j@Uklz Kj% 2 -yokes j@Uks Ja%,Kj% 16A,15A -yoking 'j@UkIN Jb% 26A,15A -yolk j@Uk M6% 1 -yolks j@Uks Mj% 1 -yon j0n OA$,Pu$ 1 -yonder 'j0nd@R OA%,Pu% 2 -yore jOR L@$ 1 -you ju Qx* 1 -you'd jud Gf% 1 -you'll jul Gf% 1 -you're jU@R Gf% 1 -you've juv Gf% 1 -young jVN L@%,OC* 1 -younger 'jVNg@R Or% 2 -youngest 'jVNgIst Os% 2 -youngish 'jVNIS OA% 2 -youngster 'jVNst@R K6% 2 -youngsters 'jVNst@z Kj% 2 -your jOR OA* 1 -yours jOz Op%,Qx% 1 -yourself jO'self Qx% 2 -yourselves jO'selvz Qx% 2 -youth juT M6% 1 -youthful 'juTf@l OA% 2 -youthfully 'juTf@lI Pu% 3 -youthfulness 'juTf@ln@s L@% 3 -youths juDz Mj% 1 -yowl jaUl I0$ 1 -yowled jaUld Ic$,Id$ 1 -yowling 'jaUlIN Ib$ 2 -yowls jaUlz Ia$ 1 -yr jI@R Y>% 2 -yule jul L@% 1 -yule-log 'jul-l0g K6% 2 -yule-logs 'jul-l0gz Kj% 2 -yuletide 'jultaId M6% 2 -yuletides 'jultaIdz Mj$ 2 -z zed Ki$ 1 -z's zedz Kj$ 1 -zanier 'zeInI@R Or% 3 -zanies 'zeInIz Kj$ 2 -zaniest 'zeInIIst Os% 3 -zany 'zeInI K8$,OD% 2 -zap z&p H4% 16A -zapped z&pt Hc%,Hd% 16A -zapping 'z&pIN Hb% 26A -zaps z&ps Ha% 16A -zeal zil L@% 1 -zealot 'zel@t K6% 2 -zealotry 'zel@trI L@$ 3 -zealots 'zel@ts Kj% 2 -zealous 'zel@s OA% 2 -zealously 'zel@slI Pu% 3 -zebra 'zebr@ K6% 2 -zebras 'zebr@z Kj% 2 -zebu 'zibju K6$ 2 -zebus 'zibjuz Kj$ 2 -zee zi K6$ 1 -zees ziz Kj$ 1 -zenith 'zenIT K6% 2 -zenithal 'zenIT@l OA$ 3 -zeniths 'zenITs Kj$ 2 -zephyr 'zef@R K6% 2 -zephyrs 'zef@z Kj% 2 -zeppelin 'zep@lIn K6% 3 -zeppelins 'zep@lInz Kj% 3 -zero 'zI@r@U I0$,K6% 22C -zeroed 'zI@r@Ud Ic$,Id$ 22C -zeroing 'zI@r@UIN Ib$ 32C -zeros 'zI@r@Uz Ia$,Kj% 22C -zest zest L@% 1 -zestful 'zestf@l OA% 2 -zestfully 'zestf@lI Pu% 3 -zigzag 'zIgz&g I4%,K6%,Pu% 2 -zigzagged 'zIgz&gd Ic%,Id% 2 -zigzagging 'zIgz&gIN Ib% 3 -zigzags 'zIgz&gz Ia%,Kj% 2 -zinc zINk L@% 1 -zing zIN L@% 1 -zinnia 'zInI@ K6$ 3 -zinnias 'zInI@z Kj$ 3 -zip zIp H4%,K6% 16A,15B,22 -zip code 'zIp k@Ud K6% 2 -zip codes 'zIp k@Udz Kj% 2 -zip-fastener 'zIp-f&sn@R K6% 3 -zip-fasteners 'zIp-f&sn@z Kj% 3 -zipped zIpt Hc%,Hd% 16A,15B,22 -zipper 'zIp@R K6% 2 -zippers 'zIp@z Kj% 2 -zipping 'zIpIN Hb% 26A,15B,22 -zips zIps Ha%,Kj% 16A,15B,22 -zither 'zID@R K6% 2 -zithers 'zID@z Kj% 2 -zloty 'zl0tI K6$ 2 -zlotys 'zl0tIz Kj$ 2 -zodiac 'z@UdI&k K6% 3 -zodiacs 'z@UdI&ks Kj$ 3 -zombie 'z0mbI K6% 2 -zombies 'z0mbIz Kj% 2 -zonal 'z@Unl OA% 2 -zone z@Un H2%,K6% 16A -zoned z@Und Hc%,Hd% 16A -zones z@Unz Ha%,Kj% 16A -zoning 'z@UnIN Hb%,L@% 26A -zoo zu K6% 1 -zoological ,zu@'l0dZIkl OA% 5 -zoologist zu'0l@dZIst K6% 4 -zoologists zu'0l@dZIsts Kj% 4 -zoology zu'0l@dZI L@% 4 -zoom zum I0%,L@% 12A,2C -zoomed zumd Ic%,Id% 12A,2C -zooming 'zumIN Ib% 22A,2C -zooms zumz Ia% 12A,2C -zoophyte 'z@U@faIt K6$ 3 -zoophytes 'z@U@faIts Kj$ 3 -zoos zuz Kj% 1 -zoot suit 'zut sut K6$ 2 -zoot suits 'zut suts Kj$ 2 -zucchini zU'kinI M9% 3 -zucchinis zU'kinIz Kj$ 3 -
\ No newline at end of file diff --git a/next-lib/src/parse/oald/src/ascii_0710-2.txt b/next-lib/src/parse/oald/src/ascii_0710-2.txt deleted file mode 100644 index 6963c3498..000000000 --- a/next-lib/src/parse/oald/src/ascii_0710-2.txt +++ /dev/null @@ -1,1662 +0,0 @@ - Oxford advanced learner's dictionary of current English : expanded "computer usable" version / compiled by Roger MittonA machine readable editionunspecifiedHornby, Albert SydneyunspecifiedCowie, Anthony PaulunspecifiedLewis, John Windsor, 1926-com (Compiler)Mitton, RogerText datagreater than 5 Mb Contains markup charactersofflineOxford Text ArchiveOxford
Oxford University Computing Services13 Banbury RoadOxfordOX2 6NNinfo@ota.ahds.ac.uk
dict0710

Freely available for non-commercial use provided that this header is included in its entirety with any copy distributed

[198-?]In EnglishTitle from title page of source text"[Entries have] all inflected forms included in full - but ... no definitions or examples"--Compiler, in OTA recordsPublication based on this text: Literary and Linguistic Computing. -- Vol. 1, No. 4, 1986. Transcribed from: Oxford advanced learner's dictionary of current English / A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis. -- 3rd. ed. -- London : Oxford University Press, 1974.

Editorial practices unknown

Reference system unknown

Oxford Text Archive Subject HeadingsLibrary of Congress Subject Headings
UnspecifiedEnglishDictionariesEnglish language -- DictionariesDictionaries -- 20th century14 Jan 1998Burnard, Loucvt (converter)Header auto-generated from TOMES1990-1991Day, Michaeledt (Editor)The following information was at the beginning of a MARC record used to to generate this TEI header, and may contain useful information:"computer usable" version
- - - - - - -A DESCRIPTION OF A COMPUTER-USABLE DICTIONARY FILE BASED ON - -THE OXFORD ADVANCED LEARNER'S DICTIONARY OF CURRENT ENGLISH - - - -Roger Mitton, - -Department of Computer Science, - -Birkbeck College, - -University of London, - -Malet Street, - -London WC1E 7HX - - - -June 1992 (supersedes the versions of March and Nov 1986) - - - - - - In 1985-86 I produced a dictionary file called CUVOALD (Computer - -Usable Version of the Oxford Advanced Learner's Dictionary). This was - -a partial dictionary of English in computer-usable form - "partial" - -because each entry contained only some of the information from the - -original dictionary, and "computer-usable" (rather than merely - -"computer-readable") because it was in a form that made it easy for - -programs to access it. A second file, called CUV2, was produced at - -the same time. This was derived from CUVOALD and was the same except - -that it also contained all inflected forms explicitly, eg it contained - -"added", "adding" and "adds" as well as "add". I have now added some - -information to each entry and some more entries to CUV2, to produce a - -new version of CUV2. This document describes this new file. - - - - These files were derived originally from the Oxford Advanced - -Learner's Dictionary of Current English [1], third edition, published - -by the Oxford University Press, 1974, the machine-readable version of - -which is available to researchers from the Oxford Text Archive. The - -task of deriving them from the machine-readable OALDCE was carried out - -as part of a research project, funded by the Leverhulme Trust, into - -spelling correction. The more recent additions have been carried out - -as part of my research as a lecturer in Computer Science at Birkbeck - -College. - - - -THE FILE FORMAT - - - - CUV2 contains 70646 entries. Each entry occupies one line. - -Samples are given at the end of this document. The longest spelling - -is 23 characters; the longest pronunciation is also 23; the longest - -syntactic-tag field is also (coincidentally) 23; the number of - -syllables is just one character ('1' to '9'), and the longest - -verb-pattern field is 58. The fields are padded with spaces to the - -lengths of the longest, ie 23, 23, 23, 1 and 58, making the record - -length 128. The spelling begins at position 1, the pronunciation at - -position 24, the syntactic-tag field at position 47, the number of - -syllables is character 70, and the verb-pattern field begins at - -position 71. The file is sorted in ASCII sequence; this means, of - -course, that the entries are not in the same order as in the OALDCE. - - - Page 2 - - - - - - - -WHAT THE DICTIONARY CONTAINS - - - - Each entry consists of a spelling, a pronunciation, one or more - -syntactic tags (parts-of-speech) with rarity flags, a syllable count, - -and a set of verb patterns for verbs. - - - - The first file derived from the OALDCE (CUVOALD) contained all - -the headwords and subentries from the original dictionary - subentries - -are words like "abandonment" which comes under the headword "abandon" - -- except for a handful that contained funny characters (such as "Lsd" - -where the "L" was a pound sign). Subentries were not included if they - -consisted of two or three separate words that occurred individually - -elsewhere in the dictionary, such as "division bell" which comes under - -the headword "division", except when the combination formed a - -syntactic unit not immediately predictable from its constituents, eg - -"above board", which is listed as an adverb. To this list of about - -35,000 entries, I added about 2,500 proper names - common forenames, - -British towns with a population of over 5,000, countries, - -nationalities, states, counties and major cities of the world. I - -would like to have added many more proper names, but I didn't have the - -time. - - - - The second version of the file (CUV2) contained all these entries - -plus inflected forms making a total of about 68,000 entries. Since - -1986 I have made a number of corrections, added the rarity flags and - -the syllable counts and inserted about 2,000 new entries. The new - -entries, nearly all of which were derived forms of words already in - -the dictionary, were selected from a list of several thousand words - -that occurred in the LOB Corpus[3] but were not in CUV2. I also made - -changes to existing entries where these were implied by the new - -entries; for example, when adding a plural form of a word whose - -existing tag was "uncountable", it was necessary to change the tag of - -the singular form. I also added about 300 reasonably common - -abbreviations (see note below). - - - - A number of words (ie spellings) have more than one entry in the - -OALDCE, eg "water 1" (noun) and "water 2" (verb). In CUV2, each word - -has only one entry unless it has two different pronunciations, eg - -"abuse" (noun and verb). I have departed from this rule in the case - -of compound adjectives, such as "hard-working", which have a slightly - -different stress pattern depending on whether they are used - -attributively ("she's a hard-working girl") or predicatively ("she's - -very hard-working"). These are entered only once; they generally have - -the attributive stress pattern except when the predicative one seemed - -the more natural. (See also the note below on abbreviations.) I have - -also given only one entry to those words that have strong and weak - -forms of pronunciation, such as "am" (which can be pronounced &m, @m - -or m). Generally it is the strong form that is entered. - - - - As regards the coverage of the dictionary, readers might be - -interested in a paper by Geoffrey Sampson [4] in which he analyses a - -set of words from a sample of the LOB Corpus[3] that were not in CUV2. - -The recent additions should have gone some way to plugging the gaps - -that his study identified. - - - Page 3 - - - - - - - -THE SPELLINGS - - - - The spelling contains the characters "A" to "Z", "a" to "z", - -hyphen, apostrophe, space, umlaut or diaeresis (HEX 22), cedilla (3C), - -circumflex (5E), acute (5F), grave (60) and tilde (7E). These - -diacritic characters precede the letter that they mark, eg "se~nor". - -(There are also the characters "5" and "6" in "MI5" and "MI6".) - - - -THE PRONUNCIATIONS - - - - The pronunciation uses a set of characters very like the one - -adopted by the Alvey Speech Club for representing IPA in ASCII [2]. - -The system is as follows: - - - - i as in bead N as in sing - - I bid T thin - - e bed D then - - & (ampsnd) bad S shed - - A bard Z beige - - 0 (zero) cod tS etch - - O (cap O) cord dZ edge - - U good - - u food p t k b d g - - V bud m n f v s z - - 3 (three) bird r l w h j - - @ "a" in about - - - -eI as in day R-linking (the sounding - -@U go of a /r/ at the end of a - -aI eye word when it is - -aU cow followed by a vowel) - -oI boy is marked R - -I@ beer eg fAR for "far" - -e@ bare (compare "far away" - -U@ tour with "far beyond"). - - - -Primary stress: apostrophe eg @'baUt ("about") - -Secondary stress : comma eg ,&ntI'septIk - -Plus-sign as in "courtship" and "bookclub" - -'kOt+Sip 'bUk+klVb - - - -When the spelling contains a space and/or a - -hyphen, the pronunciation has one also, eg - -above board @,bVv 'bOd air-raid 'e@-reId - - - -THE SYNTACTIC TAGS - - - - Every entry in the dictionary has at least one syntactic tag - -(part-of-speech code). If an entry has more than one (eg "report" - -noun and verb), they are in ASCII order and separated by commas. A - -code consists of three characters, the first two being the syntactic - -tag and the third a frequency class. The first is one of the capital - -letters "G" to "Z" (inclusive), which have the following meanings: - - - - - Page 4 - - - - - -G Anomalous verb - -H Transitive verb - -I Intransitive verb - -J Both transitive and intransitive verb - - - -K Countable noun - -L Uncountable noun - -M Both countable and uncountable noun - -N Proper noun - - - -O Adjective - -P Adverb - -Q Pronoun - -R Definite article - -S Indefinite article - -T Preposition - -U Prefix - -V Conjunction - -W Interjection - -X Particle - -Y Abbreviation - -Z Not classified - - - - Into the M class go nouns used frequently in both ways, such as - -"coffee" ("a pot of coffee", "two coffees please"), and also nouns - -that are predominantly one or the other; they may be mainly - -uncountable with an occasional countable use, such as "waste" and - -"understanding" ("the barren wastes", "reach an understanding"), or - -mainly countable with an occasional uncountable use, like "ceremony" - -and "line" ("too much ceremony", "stand in line"). - - - - The second character in the tag code is either in the group "0" - -(zero) to "9", "@", or "A" to "E", in which case it indicates how to - -form inflexions, or it is one of the characters "a" to "z", "+" or - -"-", in which case it gives some extra information about the word. - -(Abbreviations have the following extra code symbols, not used by - -other entries: ">", ")", "]", "}", ":", "=" and "~".) - - - - The inflexion codes "0" to "5" are for verbs and have the - -following meanings: - - - -0 stem+s, stem+ing, stem+ed (like "work") - -1 stem+es, stem+ing, stem+ed (like "wish") - -2 replace final "e" by es, ing or ed (like "love") - -3 replace final "y" by ies, ying or ied (like "apply") - -4 stem+s; double final letter +ing or +ed (like "abet") - -5 all inflexions are given in full since at least one of them - - is irregular - - - - The inflexion codes "6" to "@" are for nouns: - - - -6 add s to form the plural (like "cat") - -7 add es (like "fox") - -8 replace final y by ies (like "pony") - -9 plural is the same as the singular (like "sheep") - - - Page 5 - - - - - - (if there is another plural form, this is entered - - separately, eg "herring" - "shoals of herring/ - - we'll have the herrings for tea") - -@ no plural - - - - The remaining inflexion codes "A" to "E" are for adjectives: - - - -A No -r or -st form - -B Comp is +r, Sup is +st (like "subtle") - -C +er, +est (like "light") - -D Change final y to ier, iest (like "heavy") - -E Comp or Sup irregular - given in full - - - - The letters "a" to "z" give extra information about the word. - -The letters "a" to "h" follow verbs, with the following meaning: - - - -a 3rd person sing present tense - -b present participle (-ing form) - -c past tense - -d past participle - -e some other part of the verb - - - -f to h follow anomalous verbs only: - - - -f contraction of pronoun with verb - -g contraction of verb with "not" - -h other contraction - - - - The letters "i" to "o" follow nouns: - - - -i singular form (pl is irregular or non-existent) - -j plural form - -k plural in form but behaves like a singular, - - eg "economics" (may be used as a plural also, - - eg "acoustics is a modern science/ the acoustics - - of this hall are dreadful") - - - -l to o follow proper nouns only: - - - -l forenames of people - -m countries, states, counties - -n towns and cities - -o other - - - - The letters "p" to "t" follow adjectives: - - - -p only used predicatively - -q only used attributively - -r comparative - -s superlative - -t can be attached to a preceding word by a hyphen - - - - The remaining small letters (and "+") are as follows: - - - -u adverb (not interrog or relative) - - - Page 6 - - - - - -v interrogative adverb - -w relative adverb - -+ adverbial particle - - - -x pronoun (not interrog or relative) - -y interrogative pronoun - -z relative pronoun - - - - If the first character of the tag code is "R" to "X" or "Z", the - -second character is always "-", ie there is never any extra - -information about words in these classes. - - - - The following characters are used only after "Y" (the - -abbreviation code): - -> singular noun (see notes below) - -) plural noun - -] both sing and plur - -} uncountable noun - -: title - -= proper noun - -~ other - - - - Examples of tags are: K7, countable noun that forms its plural - -by adding es; H3, transitive verb that forms its inflexions like - -"apply"; Ic, past tense of an intransitive verb; Qz, relative pronoun; - -T-, preposition. The syntactic tags are presented in tabular form - -later in this document. - - - - There is, intentionally, some redundancy in this coding system. - -With the exception of "-", any given character in the second position - -only occurs with a particular wordclass; a "6", for example, can only - -qualify a noun, an "r" can only qualify an adjective, and so on. This - -makes the programming a bit easier. There is, obviously, no mnemonic - -significance to the codes; it is not intended that people should have - -to read these codes directly. - - - -THE RARITY FLAGS - - - - The third character of the syntactic tag is either "*", "%" or - -"$". This is a marker of word-frequency. "*" means that the word - -occurs in the most frequent 500 words of the LOB Corpus[3], the Brown - -Corpus[5], the Thorndike-Lorge word count[6] and the American Heritage - -Word Frequency Book[7], ie it occurs in the most frequent 500 of all - -four lists. - - - - The "$" code means that the word is, in my opinion, rare, with my - -opinions being combined to some extent with those of two friends of - -mine. I realise that this definition of rarity seems highly - -unscientific, but there is no appreciably better way of doing it. I - -could perhaps have taken the opinions of many more people, but this - -would have been a long job and I doubt if the resulting list would - -have been much different. The problem is that today's - -computer-readable corpora, while certainly large enough to provide - -data about common words, are nowhere near large enough to provide data - -about rare words. A word that fails to appear in a corpus of several - - - Page 7 - - - - - -million words is not necessarily rare; conversely, a word that appears - -several times in one sample might still be rare in general use. My - -spelling corrector needed to know something about the frequency of - -words in its dictionary and, in the absence of hard data, it was - -better for it to have my estimates than none at all. - - - - The third code "%" is by far the commonest in the dictionary and - -denotes words that are neither "*" nor "$". - - - - The rarity codes are attached to tags rather than to words - -because a word can be common in one use but rare in another. "Go", - -for example, is very common as a verb, but less common as a noun. The - -OALDCE lists "aneroid" as adjective and noun. While I am reasonably - -familiar with this word in the phrase "aneroid barometer", I can't - -remember ever coming across it as a noun. - - - -THE VERB PATTERNS - - - - The final string of letters and numbers, separated by commas, is - -for verbs only, and shows the "verb patterns" - the sentence - -structures - in which the verbs can occur. If an entry has more than - -one verb pattern, they are entered in number order and then in letter - -order within numbers. This (fairly complicated) system is taken - -straight from the OALDCE, and is explained in the book's introduction. - - - -THE SYLLABLE COUNTS - - - - The number of syllables was computed for each word by separate - -algorithms applied to the spelling and the pronunciation. If they - -produced the same number, as they did in the great majority of cases, - -this was entered in the dictionary. The remaining three thousand or - -so I did by hand. - - - - For the great majority of words, the number of syllables is - -obvious. There are a few, however, for which this is not the case. - -The problems generally concern the "@" phoneme. - - - - The sounds "I@" ("pier"), "U@" ("tour") and "aI@" ("hire") seem - -sometimes to be one syllable and sometimes two. I find that my own - -feelings - and those of others I have spoken to - are influenced by - -the spelling of the word. Whereas I am happy to count "higher" as - -having two syllables, I am not so sure about "hire". Similarly with - -"sear" (one) and "seer" (two). The sounds that follow the "@" also - -seem to have an effect. While I might be persuaded that "fire" has - -two syllables, I would be not happy about "fire-alarm" having four. - -Similarly, if "acquire" has three, does "acquiring" have four? - - - - The problem is that the "@" is such a small part of the sound - -that it hardly qualifies as a syllable. If, on the one hand, it - -signifies the presence of a morpheme, its status seems raised and I am - -happy to accept it as a syllable. If, on the other hand, it has no - -special status and, furthermore, the adjacent sounds cause it almost - -to disappear, then I can't bring myself to call it a syllable at all. - -If it is in-between, then I am simply not sure. Being forced to make - -a decision, I have generally counted "fire/hire/wire/pier/tour" and - - - Page 8 - - - - - -the like as one syllable, but, on another day, I might easily have - -counted them as two. - - - - There is another continuum of "@" sounds in the middle of words - -like "labelling". Some seem fairly clear, such as "enamelling"; - -others not so, like "gambling" and "peddling" (and are "gambolling" - -and "pedalling" any different?). I suspect my decisions on these have - -been somewhat arbitrary, depending on whether a pronunciation with - -more "@" or less "@" seemed more natural at the time. - - - - One more group of problematic words are those ending "ion" - -pronounced sometimes "I@n" and sometimes "j@n". I can imagine a vicar - -intoning the word "communion" in church so as to give it a full four - -syllables, but then ordering a case of communion wine over the phone - -and giving it only three. "Champion" in "Champion the Wonder Horse" - -had three but in "We are the champions" it has two. Some of these - -have only one regular pronunciation - "companion", for example, - -clearly has three syllables - but, for the others, I suspect my - -decisions depended on which pronunciation came to mind when I was - -considering them. - - - -THE ABBREVIATION ENTRIES - - - - Largely because of the paper by Geoffrey Sampson referred to - -above, I have included many more abbreviations in the 1992 version of - -the dictionary, but I have done so with some reluctance since they do - -not fit easily into the existing scheme. - - - - There were about 50 abbreviations (examples include "eg", "ie", - -"OAP" and "TNT") in the previous version, because they were listed in - -the main body of the OALDCE. They were not given any distinctive tags - -in the 1986 version of CUV2. This was a nuisance since, for example, - -any algorithm attempting to match spelling and pronunciation would be - -puzzled by an entry such as "etc" pronounced It'set@r@. I have now - -added about 300 abbreviations that seemed to me to be reasonably - -common, and given all abbreviations their own tag. - - - - Some abbreviations, such as "amp" and "rev", seem to behave - -pretty much like ordinary words and I have not marked them as - -abbreviations. The rest now have their own tag - "Y". (The Y tag in - -the previous version was used for adverbial particles; these are now - -tagged P+.) - - - - Some abbreviations clearly have their own pronunciation, eg - -UNESCO, and others clearly don't, eg cwt (hundredweight). I have - -given them their own pronunciation when it seemed to me that the - -abbreviation was sometimes pronounced on its own. For example, I can - -imagine someone saying that some event takes place in dZ&n @n feb (Jan - -and Feb), but I can't imagine them saying it takes place in mAr @n &pr - - _ -(Mar and Apr), so "Jan" gets dZn whereas "Apr" gets 'eIprIl. But this - -is often pretty arbitrary. - - - - It is not uncommon for two words to share the same abbreviation, - -eg "Dr" for "Doctor" and "Drive" or "St" for "Saint" and "Street". It - -would have been a possibility to put in two (or sometimes more) - - - Page 9 - - - - - -entries for such items, along the lines of "convert" (noun and verb), - -but I did not feel that 'd0kt@R (or draIv) was the pronunciation of - -"Dr" in the way that 'k0nv3t (or k@n'v3t) was the pronunciation of - -"convert", so I was unwilling to give such abbreviations two or more - -entries, but at the same time I wanted to put something in the - -pronunciation field, so I just put one of the pronunciations in. - - - - There is also an unsatisfactorily arbitrary quality to some of - -the tags. Abbreviations that can go after an article or possessive - -("my PhD", "an FRS", "the MCC") were tagged singular noun ("Y>"), and - -a few can be plural ("GCSEs") ("Y)"). Some, mostly units of - -measurement ("cc", "rpm"), can be both ("Y]"). Uncountable noun - -abbreviations ("LSD", "TB") get "Y}". Titles ("Mr", "Col") get "Y:" - -while proper names ("Mon", "Aug") or abbreviations likely to form part - -of a proper name ("Ave", "Rd") get "Y=". Others ("asap", "viz") get - -"Y~". Oddly, some organization names seem to be proper names ("RADA", - -"UNESCO") while others don't ("the BBC", "the UN"). - - - - In short, then, I am uneasy about many of the decisions I have - -had to make in order to get these abbreviation entries into the same - -form as the rest of the dictionary, but the important thing is that - -they are now in the dictionary, so a piece of software using the - -dictionary will recognize them, and they are distinctively tagged for - -anyone who wants to take them out. - - - -ACKNOWLEDGEMENTS - - - - Most of the work of extracting the required information from the - -machine-readable OALDCE, putting it into a standard form in CUVOALD - -and generating CUV2 was carried out by me between January 1985 and - -March 1986. I added the rarity flags in 1988 and the syllable counts - -in 1990 and inserted the new entries in March-June 1992. Susan Drew - -keyed in the pronunciations of some of the entries, and the file was - -proofread by Philip Baker, Sylvia Davidson, Ann Jones, Ed Hastings, - -Kate Murray and Diana Whitaker. Deepa Dougal, as part of her MSc - -project, carried out the task of looking up all the words from the LOB - -Corpus in CUV2. - - - -COPYRIGHT - - - - I am making the file available to others, via the Oxford Text - -Archive, so that researchers who need a reasonably large - -computer-usable dictionary do not need to spend months, as I did, - -putting one together. Anyone contemplating commercial use of the file - -should contact the Oxford University Press. - - - -REFERENCES - - - -[1] Hornby A.S., Oxford Advanced Learner's Dictionary of - - Current English, Third Edition, Oxford University - - Press, 1974 - - - -[2] Wells J.W., "A standardised machine-readable phonetic - - notation", IEE conference "Speech input/output: - - techniques and applications" London, Easter 1986 - - - Page 10 - - - - - - - -[3] Hofland K, and S. Johansson, Word Frequencies in British - - and American English, Norwegian Computing Centre for the - - Humanities/ Longman, 1982 - - - -[4] Sampson G., "How fully does a machine-usable dictionary - - cover English text?" Literary and Linguistic Computing, - - Vol 4, No 1, 1989, pp 29-35 - - - -[5] Kucera H. and W.N. Francis, Computational Analysis of - - Present-day American English, Brown University Press, - - 1967 - - - -[6] Thorndike E.L. and I. Lorge, The Teacher's Word Book of - - 30,000 Words, Teachers College, Columbia University, - - 1944 - - - -[7] Carroll J.B., P. Davies and B. Richman, Word Frequency - - Book, American Heritage, 1971 - - - Page 11 - - - - - - - -SYNTACTIC TAGS - - - - FIRST CHARACTER SECOND CHARACTER - - - -VERBS: G Anomalous 0 inflects like "work" - - H Transitive 1 "wish" - - I Intransitive 2 "love" - - J Trans & Intrans 3 "apply" - - 4 "abet" - - 5 irregular - - - - a 3rd pers sing pres tense - - b present participle (-ing) - - c past tense - - d past participle - - e other part of verb - - f contraction pronoun+anom vb - - g contraction anom vb+not - - h contraction anom vb, other - - - -NOUNS: K Countable 6 plural like "cat" - - L Uncountable 7 "fox" - - M C & U 8 "pony" - - N Proper noun 9 pl same as sg, like "salmon" - - @ no plural - - - - i sing form - - j plural form - - k pl but acts sg, like "economics" - - l proper, forename eg "Sandra" - - m proper, country etc, eg "Scotland" - - n proper, town eg "Scunthorpe" - - o other, eg "Saturn" - - - -ADJS: O A no -er or -est form - - B +r, +st like "subtle" - - C +er, +est like "light" - - D y to ier, iest like "heavy" - - E irregular comp &/or sup - - - - p predicative - - q attributive - - r comparative form - - s superlative form - - t can be attached by hyphen eg "bellied" - - - -OTHER: P Adverb u not interrog or relative - - v interrogative - - w relative - - + adverbial particle - - - - Q Pronoun x not interrog or relative - - y interrogative - - z relative - - - Page 12 - - - - - - - - R Definite article - - - S Indefinite article - - - T Preposition - - - U Prefix - - - V Conjunction - - - W Interjection - - - X Particle - - - Y Abbreviation > sing noun - - ) plur noun - - ] both sing and plur - - } uncountable noun - - : title - - = proper noun - - ~ other abbreviation - - Z Not classified - - - - Page 13 - - - - - - - -Samples from CUV2 - -First 50 lines, then 10 lines every 10000, then the last 50. - - - - - -Line 1 - -'em @m Qx$ 1 - -'neath niT T-$ 1 - -'shun SVn W-$ 1 - -'twas tw0z Gf$ 1 - -'tween twin Pu$,T-$ 1 - -'tween-decks 'twin-deks Pu$ 2 - -'twere tw3R Gf$ 1 - -'twill twIl Gf$ 1 - -'twixt twIkst T-$ 1 - -'twould twUd Gf$ 1 - -'un @n Qx$ 1 - -A eI Ki$ 1 - -A's eIz Kj$ 1 - -A-bomb 'eI-b0m K6$ 2 - -A-bombs 'eI-b0mz Kj$ 2 - -A-level 'eI-levl K6% 3 - -A-levels 'eI-levlz Kj% 3 - -AA ,eI'eI Y>% 2 - -ABC ,eI,bi'si Y>% 3 - -ABCs ,eI,bi'siz Y)$ 3 - -AD ,eI'di Y~% 2 - -AGM ,eIdZI'em Y>% 2 - -AIDS eIdz Y}% 1 - -AWOL 'eIw0l Y~% 2 - -Aachen 'Ak@n Nn$ 2 - -Aarhus 'Ahus Nn$ 2 - -Abe eIb Nl$ 1 - -Abercarn '&b@kAn Nn$ 3 - -Aberdare ,&b@'de@R Nn$ 3 - -Aberdeen ,&b@'din Nn% 3 - -Abergavenny ,&b@g@'venI Nn% 5 - -Abergele ,&b@'gelI Nn$ 4 - -Abertillery ,&b@tI'le@rI Nn% 5 - -Aberystwyth ,&b@'rIstwIT Nn% 4 - -Abingdon '&bINd@n Nn% 3 - -Abo '&b@U K6$ 2 - -Aborigine ,&b@'rIdZ@nI K6% 5 - -Aborigines ,&b@'rIdZ@nIz Kj% 5 - -Abos '&b@Uz Kj$ 2 - -Abraham 'eIbr@h&m Nl% 3 - -Accra @'krA Nn% 2 - -Accrington '&krINt@n Nn% 3 - -Achilles @'kIliz Nl% 3 - -Ada 'eId@ Nl% 2 - -Adam '&d@m Nl% 2 - -Addis Ababa ,&dIs '&b@b@ Nn% 5 - -Addressograph @'dres@UgrAf K6$ 4 - -Addressographs @'dres@UgrAfs Kj$ 4 - -Adelaide '&d@leId Nn% 3 - - - Page 14 - - - - - -Adrian 'eIdrI@n Nl% 3 - - - -Line 10001 - -boggling 'b0glIN Ib% 22A,3A - -boggy 'b0gI OD% 2 - -bogie 'b@UgI K6$ 2 - -bogies 'b@UgIz Kj$ 2 - -bogs b0gz Ja%,Kj% 12E,15B - -bogus 'b@Ug@s OA% 2 - -bogy 'b@UgI K8$ 2 - -boh b@U W-% 1 - -bohemian b@U'himI@n K6%,OA% 4 - -bohemians b@U'himI@nz Kj% 4 - - - -Line 20001 - -dins dInz Ja$ 12C - -dint dInt K6% 1 - -dints dInts Kj$ 1 - -diocesan daI'0sIsn K6$,OA% 4 - -diocesans daI'0sIsnz Kj$ 4 - -diocese 'daI@sIs K6% 3 - -dioceses 'daI@sIsIz Kj$ 4 - -dioxide daI'0ksaId K6% 3 - -dioxides daI'0ksaIdz Kj% 3 - -dip dIp J4%,M6% 12A,2C,3A,6A,14 - - - -Line 30001 - -half-tracks 'hAf-tr&ks Kj$ 2 - -half-truth 'hAf-truT K6% 2 - -half-truths 'hAf-truDz Kj% 2 - -half-volley hAf-'v0lI K6% 3 - -half-volleys hAf-'v0lIz Kj% 3 - -half-yearly hAf-'j3lI OA%,Pu% 3 - -halfback 'hAfb&k K6% 2 - -halfbacks 'hAfb&ks Kj% 2 - -halfpennies 'heIpnIz Kj% 2 - -halfpenny 'heIpnI K8% 2 - - - -Line 40001 - -misdealt ,mIs'delt Jc$,Jd$ 22A,6A - -misdeed ,mIs'did K6% 2 - -misdeeds ,mIs'didz Kj% 2 - -misdemeanour ,mIsdI'min@R K6% 4 - -misdemeanours ,mIsdI'min@z Kj% 4 - -misdirect ,mIsdI'rekt H0% 36A - -misdirected ,mIsdI'rektId Hc%,Hd% 46A - -misdirecting ,mIsdI'rektIN Hb% 46A - -misdirection ,mIsdI'rekSn K6$ 4 - -misdirections ,mIsdI'rekSnz Kj$ 4 - - - -Line 50001 - -question-master 'kwestS@n-mAst@R K6% 4 - -question-masters 'kwestS@n-mAst@z Kj% 4 - -questionable 'kwestS@n@bl OA% 4 - -questionably 'kwestS@n@blI Pu% 4 - - - Page 15 - - - - - -questioned 'kwestS@nd Hc%,Hd% 26A,10 - -questioner 'kwestS@n@R K6% 3 - -questioners 'kwestS@n@z Kj% 3 - -questioning 'kwestS@nIN Hb% 36A,10 - -questioningly 'kwestS@nINlI Pu% 4 - -questionnaire ,kwestS@'ne@R K6% 3 - - - -Line 60001 - -statuesque ,st&tSU'esk OA% 3 - -statuette ,st&tSU'et K6% 3 - -statuettes ,st&tSU'ets Kj% 3 - -stature 'st&tS@R L@% 2 - -status 'steIt@s L@% 2 - -status quo ,steIt@s 'kw@U Ki% 3 - -statute 'st&tSut K6% 2 - -statute-book 'st&tSut-bUk K6% 3 - -statute-books 'st&tSut-bUks Kj$ 3 - -statutes 'st&tSuts Kj% 2 - - - -Line 70001 - -wolfram 'wUlfr@m L@$ 2 - -wolfs wUlfs Ha% 16A,15A - -wolves wUlvz Kj% 1 - -woman 'wUm@n Ki* 2 - -womanhood 'wUm@nhUd L@% 3 - -womanish 'wUm@nIS OA% 3 - -womanize 'wUm@naIz I2% 3 - -womanized 'wUm@naIzd Ic%,Id% 3 - -womanizer 'wUm@naIz@R K6% 4 - -womanizers 'wUm@naIz@z Kj% 4 - - - -Line 70597 - -zest zest L@% 1 - -zestful 'zestf@l OA% 2 - -zestfully 'zestf@lI Pu% 3 - -zigzag 'zIgz&g I4%,K6%,Pu% 2 - -zigzagged 'zIgz&gd Ic%,Id% 2 - -zigzagging 'zIgz&gIN Ib% 3 - -zigzags 'zIgz&gz Ia%,Kj% 2 - -zinc zINk L@% 1 - -zing zIN L@% 1 - -zinnia 'zInI@ K6$ 3 - -zinnias 'zInI@z Kj$ 3 - -zip zIp H4%,K6% 16A,15B,22 - -zip code 'zIp k@Ud K6% 2 - -zip codes 'zIp k@Udz Kj% 2 - -zip-fastener 'zIp-f&sn@R K6% 3 - -zip-fasteners 'zIp-f&sn@z Kj% 3 - -zipped zIpt Hc%,Hd% 16A,15B,22 - -zipper 'zIp@R K6% 2 - -zippers 'zIp@z Kj% 2 - -zipping 'zIpIN Hb% 26A,15B,22 - -zips zIps Ha%,Kj% 16A,15B,22 - -zither 'zID@R K6% 2 - -zithers 'zID@z Kj% 2 - - - Page 16 - - - - - -zloty 'zl0tI K6$ 2 - -zlotys 'zl0tIz Kj$ 2 - -zodiac 'z@UdI&k K6% 3 - -zodiacs 'z@UdI&ks Kj$ 3 - -zombie 'z0mbI K6% 2 - -zombies 'z0mbIz Kj% 2 - -zonal 'z@Unl OA% 2 - -zone z@Un H2%,K6% 16A - -zoned z@Und Hc%,Hd% 16A - -zones z@Unz Ha%,Kj% 16A - -zoning 'z@UnIN Hb%,L@% 26A - -zoo zu K6% 1 - -zoological ,zu@'l0dZIkl OA% 5 - -zoologist zu'0l@dZIst K6% 4 - -zoologists zu'0l@dZIsts Kj% 4 - -zoology zu'0l@dZI L@% 4 - -zoom zum I0%,L@% 12A,2C - -zoomed zumd Ic%,Id% 12A,2C - -zooming 'zumIN Ib% 22A,2C - -zooms zumz Ia% 12A,2C - -zoophyte 'z@U@faIt K6$ 3 - -zoophytes 'z@U@faIts Kj$ 3 - -zoos zuz Kj% 1 - -zoot suit 'zut sut K6$ 2 - -zoot suits 'zut suts Kj$ 2 - -zucchini zU'kinI M9% 3 - -zucchinis zU'kinIz Kj$ 3 - - - -End of input file after line 70646. - -
\ No newline at end of file diff --git a/next-lib/src/parse/oald/src/lexicon2.pl b/next-lib/src/parse/oald/src/lexicon2.pl deleted file mode 100644 index e31be8520..000000000 --- a/next-lib/src/parse/oald/src/lexicon2.pl +++ /dev/null @@ -1,42757 +0,0 @@ -% Prolog lexicon for SHARDS, from OALD machine-readable dictionary -% Produced by asc2lex, Matthew Purver 19/04/2001 -% -% Manually edited for irregulars, CMTs, determiners etc. -% -% As this material is obtained from the OALD, it is freely available -% for RESEARCH PURPOSES ONLY. See the OTA's TEI header in -% ascii_0710-2.txt for more details. - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Morphological interface predicates -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% noun/6 -% noun( ?Stem, ?Word, ?Type, ?Number, ?Gender, ?Case ) -% -% Morphological interface to noun/4 - relates word stem -% Stem to surface word Word. -% Number will be 'sing' or 'plur' -% Gender currently undefined -% Case currently always 'case' (i.e. any) -% Type will be 'mass' or 'count' (both may succeed) -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -noun( Word, Word, Type, sing, _Gender, case ) :- - noun( Word, _Plural, RawType, _SemClass ), - noun_type( RawType, Type ). - -noun( Stem, Word, Type, plur, _Gender, case ) :- - noun( Stem, Word, RawType, _SemClass ), - noun_type( RawType, Type ). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% noun_type( +RawType, ?Type ) -% -% Returns type as defined in lexicon, except for 'both' -% which gets converted to 'mass' or 'count' -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -noun_type( Type, Type ) :- - \+ Type = both. -noun_type( both, mass ). -noun_type( both, count ). - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% verb/5 -% verb( ?Stem, ?Word, ?VForm, ?Number, ?Type ) -% -% Morphological interface to verb/7 - relates word stem -% Stem to surface word Word. -% VForm currently 'inf', 'pres' or 'past' -% Number currently 's3', 'nons3' or 'person' (i.e. undefined) -% Type will be 'intran', 'tran', 'ditran', etc. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -verb( Word, Word, inf, person, Type ) :- - verb( Word, _, _, _, _, Cat, CatList ), - verb_type( Cat, CatList, Type ). - -verb( Word, Word, pres, nons3, Type ) :- - verb( Word, _, _, _, _, Cat, CatList ), - verb_type( Cat, CatList, Type ). - -verb( Stem, Word, pres, s3, Type ) :- - verb( Stem, Word, _, _, _, Cat, CatList ), - verb_type( Cat, CatList, Type ). - -verb( Stem, Word, past, person, Type ) :- - verb( Stem, _, _, Word, _, Cat, CatList ), - verb_type( Cat, CatList, Type ). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% verb_type( +RawType, +CatList, ?Type ) -% -% Type is a verb subcategory type determined from the -% RawType atom and CatList list of numbers defined in -% the lexicon -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -verb_type( intran, _, intran ). % VP -> V -verb_type( tran, _, tran ). % VP -> V NP -verb_type( _, CatList, ditran ) :- % VP -> V NP NP - memberchk( '12A', CatList ); - memberchk( '12B', CatList ); - memberchk( '12C', CatList ). -verb_type( _, CatList, stran ) :- % VP -> V [question] - memberchk( '10', CatList ). -verb_type( _, CatList, pp_to ) :- % VP -> V PP - memberchk( '3A', CatList ). -verb_type( _, CatList, pp_for ) :- % VP -> V PP - memberchk( '3A', CatList ). -verb_type( _, CatList, subjraise ) :- % VP -> V [to+inf] (subject raising) - memberchk( '4E', CatList ). -verb_type( _, CatList, subjcon ) :- % VP -> V [to+inf] (subject control) - memberchk( '7A', CatList ). -verb_type( _, CatList, aux ) :- % VP -> V [inf] (auxiliary) - memberchk( '5', CatList ). - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% adj/3 -% adj( ?Stem, ?Word, ?Type ) -% -% Morphological interface to adj/4 - relates word stem -% Stem to surface word Word. -% Type will be 'simple', 'comparative' or 'superlative' -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -adj( Word, Word, simple ) :- - adj( Word, _, _, _ ). - -adj( Stem, Word, comparative ) :- - adj( Stem, Word, _, _ ). - -adj( Stem, Word, superlative ) :- - adj( Stem, _, Word, _ ). - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% General predicates -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% word( ?Word ) -% -% Succeeds if Word is a word defined in the lexicon -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -word( Word ) :- - noun( _, Word, _, _, _, _ ); - pron( Word, _, _, _ ); - verb( _, Word, _, _, _ ); - adj( _, Word, _ ); - adv( Word, _ ); - prep( Word, _ ); - conj( Word, _ ); - det( Word, _, _ ); - misc( Word, _, _ ). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% open_class_word( ?Word ) -% -% Succeeds if Word is a noun/verb/adj/adv in the lexicon -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -open_class_word( Word ) :- - noun( _, Word, _, _, _, _ ); - verb( _, Word, _, _, _ ); - adj( _, Word, _ ); - adv( Word, _ ). - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% unknown_word( +Word ) -% -% Succeeds if Word is NOT defined in the lexicon -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -unknown_word( Word ) :- - \+ word( Word ). - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Lexicon -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -verb( 'hoover', 'hoovers', 'hoovering', 'hoovered', 'hoovered', tran, ['6A'] ). -verb( 'latinize', 'latinizes', 'latinizing', 'latinized', 'latinized', tran, [] ). -verb( 'roneo', 'roneos', 'roneoing', 'roneoed', 'roneoed', tran, [] ). -verb( 'x-ray', 'x-rays', 'x-raying', 'x-rayed', 'x-rayed', tran, ['6A'] ). -verb( 'xerox', 'xeroxes', 'xeroxing', 'xeroxed', 'xeroxed', tran, [] ). -verb( 'abandon', 'abandons', 'abandoning', 'abandoned', 'abandoned', tran, ['6A','14'] ). -verb( 'abase', 'abases', 'abasing', 'abased', 'abased', tran, ['6B'] ). -verb( 'abash', 'abashes', 'abashing', 'abashed', 'abashed', tran, ['6A'] ). -verb( 'abate', 'abates', 'abating', 'abated', 'abated', _, ['2A','6A'] ). -verb( 'abbreviate', 'abbreviates', 'abbreviating', 'abbreviated', 'abbreviated', tran, ['6A','14'] ). -verb( 'abdicate', 'abdicates', 'abdicating', 'abdicated', 'abdicated', _, ['2A','6A'] ). -verb( 'abduct', 'abducts', 'abducting', 'abducted', 'abducted', tran, ['6A'] ). -verb( 'abet', 'abets', 'abetting', 'abetted', 'abetted', tran, ['6A','14'] ). -verb( 'abhor', 'abhors', 'abhorring', 'abhorred', 'abhorred', tran, ['6A'] ). -verb( 'abide', 'abides', 'abiding', 'abided', 'abided', _, ['2C','3A','6A'] ). -verb( 'abjure', 'abjures', 'abjuring', 'abjured', 'abjured', tran, ['6A'] ). -verb( 'abolish', 'abolishes', 'abolishing', 'abolished', 'abolished', tran, ['6A'] ). -verb( 'abominate', 'abominates', 'abominating', 'abominated', 'abominated', tran, ['6A','6C'] ). -verb( 'abort', 'aborts', 'aborting', 'aborted', 'aborted', _, ['2A','6A'] ). -verb( 'abound', 'abounds', 'abounding', 'abounded', 'abounded', intran, ['3A'] ). -verb( 'about-face', 'about-faces', 'about-facing', 'about-faced', 'about-faced', intran, [] ). -verb( 'abrade', 'abrades', 'abrading', 'abraded', 'abraded', tran, ['6A'] ). -verb( 'abridge', 'abridges', 'abridging', 'abridged', 'abridged', tran, ['6A'] ). -verb( 'abrogate', 'abrogates', 'abrogating', 'abrogated', 'abrogated', tran, ['6A'] ). -verb( 'abscond', 'absconds', 'absconding', 'absconded', 'absconded', intran, ['2A','3A'] ). -verb( 'absent', 'absents', 'absenting', 'absented', 'absented', tran, ['6B','14'] ). -verb( 'absolve', 'absolves', 'absolving', 'absolved', 'absolved', tran, ['6A','14'] ). -verb( 'absorb', 'absorbs', 'absorbing', 'absorbed', 'absorbed', tran, ['6A'] ). -verb( 'abstain', 'abstains', 'abstaining', 'abstained', 'abstained', intran, ['2A','3A'] ). -verb( 'abstract', 'abstracts', 'abstracting', 'abstracted', 'abstracted', tran, ['6A','14'] ). -verb( 'abuse', 'abuses', 'abusing', 'abused', 'abused', tran, ['6A'] ). -verb( 'abut', 'abuts', 'abutting', 'abutted', 'abutted', intran, ['3A'] ). -verb( 'accede', 'accedes', 'acceding', 'acceded', 'acceded', intran, ['2A','3A'] ). -verb( 'accelerate', 'accelerates', 'accelerating', 'accelerated', 'accelerated', _, ['2A','6A'] ). -verb( 'accent', 'accents', 'accenting', 'accented', 'accented', tran, ['6A'] ). -verb( 'accentuate', 'accentuates', 'accentuating', 'accentuated', 'accentuated', tran, ['6A'] ). -verb( 'accept', 'accepts', 'accepting', 'accepted', 'accepted', _, ['2A','6A','9','16B'] ). -verb( 'acclaim', 'acclaims', 'acclaiming', 'acclaimed', 'acclaimed', tran, ['6A','16B','23'] ). -verb( 'acclimate', 'acclimates', 'acclimating', 'acclimated', 'acclimated', _, [] ). -verb( 'acclimatize', 'acclimatizes', 'acclimatizing', 'acclimatized', 'acclimatized', _, ['2A','14'] ). -verb( 'accommodate', 'accommodates', 'accommodating', 'accommodated', 'accommodated', tran, ['6A','14'] ). -verb( 'accompany', 'accompanies', 'accompanying', 'accompanied', 'accompanied', tran, ['6A','14'] ). -verb( 'accomplish', 'accomplishes', 'accomplishing', 'accomplished', 'accomplished', tran, ['6A'] ). -verb( 'accord', 'accords', 'according', 'accorded', 'accorded', _, ['2A','2C','3A','12A','13A'] ). -verb( 'accost', 'accosts', 'accosting', 'accosted', 'accosted', tran, ['6A'] ). -verb( 'account', 'accounts', 'accounting', 'accounted', 'accounted', _, ['3A','25'] ). -verb( 'accredit', 'accredits', 'accrediting', 'accredited', 'accredited', tran, ['14'] ). -verb( 'accrue', 'accrues', 'accruing', 'accrued', 'accrued', intran, ['2A','3A'] ). -verb( 'accumulate', 'accumulates', 'accumulating', 'accumulated', 'accumulated', _, ['2A','6A'] ). -verb( 'accuse', 'accuses', 'accusing', 'accused', 'accused', tran, ['6A','14'] ). -verb( 'accustom', 'accustoms', 'accustoming', 'accustomed', 'accustomed', tran, ['14'] ). -verb( 'ache', 'aches', 'aching', 'ached', 'ached', intran, ['2A','3A','4A'] ). -verb( 'achieve', 'achieves', 'achieving', 'achieved', 'achieved', tran, ['6A'] ). -verb( 'acidify', 'acidifies', 'acidifying', 'acidified', 'acidified', _, ['2A','6A'] ). -verb( 'acknowledge', 'acknowledges', 'acknowledging', 'acknowledged', 'acknowledged', tran, ['6A','6C','9','16B','24A','25'] ). -verb( 'acquaint', 'acquaints', 'acquainting', 'acquainted', 'acquainted', tran, ['14'] ). -verb( 'acquiesce', 'acquiesces', 'acquiescing', 'acquiesced', 'acquiesced', intran, ['2A','3A'] ). -verb( 'acquire', 'acquires', 'acquiring', 'acquired', 'acquired', tran, ['6A'] ). -verb( 'acquit', 'acquits', 'acquitting', 'acquitted', 'acquitted', tran, ['6A','14','16B'] ). -verb( 'act', 'acts', 'acting', 'acted', 'acted', _, ['2A','2C','3A','6A','15B'] ). -verb( 'activate', 'activates', 'activating', 'activated', 'activated', tran, ['6A'] ). -verb( 'actuate', 'actuates', 'actuating', 'actuated', 'actuated', tran, ['6A'] ). -verb( 'ad-lib', 'ad-libs', 'ad-libbing', 'ad-libbed', 'ad-libbed', intran, ['2A'] ). -verb( 'adapt', 'adapts', 'adapting', 'adapted', 'adapted', tran, ['6A','14'] ). -verb( 'add', 'adds', 'adding', 'added', 'added', _, ['2C','3A','6A','9','14','15B'] ). -verb( 'addict', 'addicts', 'addicting', 'addicted', 'addicted', tran, [] ). -verb( 'addle', 'addles', 'addling', 'addled', 'addled', _, ['2A','6A'] ). -verb( 'address', 'addresses', 'addressing', 'addressed', 'addressed', tran, ['6A','14','16B'] ). -verb( 'adduce', 'adduces', 'adducing', 'adduced', 'adduced', tran, ['6A'] ). -verb( 'adhere', 'adheres', 'adhering', 'adhered', 'adhered', intran, ['2A','3A'] ). -verb( 'adjoin', 'adjoins', 'adjoining', 'adjoined', 'adjoined', _, ['2A','6A'] ). -verb( 'adjourn', 'adjourns', 'adjourning', 'adjourned', 'adjourned', _, ['2A','2C','6A'] ). -verb( 'adjudge', 'adjudges', 'adjudging', 'adjudged', 'adjudged', tran, ['9','14','25'] ). -verb( 'adjudicate', 'adjudicates', 'adjudicating', 'adjudicated', 'adjudicated', _, ['2A','3A','6A','14','25'] ). -verb( 'adjure', 'adjures', 'adjuring', 'adjured', 'adjured', tran, ['17'] ). -verb( 'adjust', 'adjusts', 'adjusting', 'adjusted', 'adjusted', tran, ['6A','14'] ). -verb( 'administer', 'administers', 'administering', 'administered', 'administered', _, ['6A','14'] ). -verb( 'admire', 'admires', 'admiring', 'admired', 'admired', tran, ['6A'] ). -verb( 'admit', 'admits', 'admitting', 'admitted', 'admitted', _, ['3A','6A','6C','9','14','25'] ). -verb( 'admix', 'admixes', 'admixing', 'admixed', 'admixed', _, ['2A','6A'] ). -verb( 'admonish', 'admonishes', 'admonishing', 'admonished', 'admonished', tran, ['6A','14'] ). -verb( 'adopt', 'adopts', 'adopting', 'adopted', 'adopted', tran, ['6A'] ). -verb( 'adore', 'adores', 'adoring', 'adored', 'adored', tran, ['6A','6C'] ). -verb( 'adorn', 'adorns', 'adorning', 'adorned', 'adorned', tran, ['6A','14'] ). -verb( 'adulterate', 'adulterates', 'adulterating', 'adulterated', 'adulterated', tran, ['6A','14'] ). -verb( 'adumbrate', 'adumbrates', 'adumbrating', 'adumbrated', 'adumbrated', tran, ['6A'] ). -verb( 'advance', 'advances', 'advancing', 'advanced', 'advanced', _, ['2A','2B','3A','6A','12A','13A','14'] ). -verb( 'advantage', 'advantages', 'advantaging', 'advantaged', 'advantaged', tran, ['6A'] ). -verb( 'adventure', 'adventures', 'adventuring', 'adventured', 'adventured', tran, [] ). -verb( 'advert', 'adverts', 'adverting', 'adverted', 'adverted', intran, ['3A'] ). -verb( 'advertise', 'advertises', 'advertising', 'advertised', 'advertised', _, ['2A','3A','6A'] ). -verb( 'advise', 'advises', 'advising', 'advised', 'advised', _, ['3A','6A','6C','14','17','20','21'] ). -verb( 'advocate', 'advocates', 'advocating', 'advocated', 'advocated', tran, ['6A','6C'] ). -verb( 'aerate', 'aerates', 'aerating', 'aerated', 'aerated', tran, ['6A'] ). -verb( 'affect', 'affects', 'affecting', 'affected', 'affected', tran, ['6A','7A'] ). -verb( 'affiance', 'affiances', 'affiancing', 'affianced', 'affianced', tran, ['6A'] ). -verb( 'affiliate', 'affiliates', 'affiliating', 'affiliated', 'affiliated', _, ['2A','6A','14'] ). -verb( 'affirm', 'affirms', 'affirming', 'affirmed', 'affirmed', _, ['2A','6A','9','14'] ). -verb( 'affix', 'affixes', 'affixing', 'affixed', 'affixed', tran, ['6A','14'] ). -verb( 'afflict', 'afflicts', 'afflicting', 'afflicted', 'afflicted', tran, ['6A','14'] ). -verb( 'afford', 'affords', 'affording', 'afforded', 'afforded', tran, ['6A','7A','12A','13A'] ). -verb( 'afforest', 'afforests', 'afforesting', 'afforested', 'afforested', tran, ['6A'] ). -verb( 'affranchise', 'affranchises', 'affranchising', 'affranchised', 'affranchised', tran, ['6A'] ). -verb( 'affront', 'affronts', 'affronting', 'affronted', 'affronted', tran, ['6A'] ). -verb( 'age', 'ages', 'aging', 'aged', 'aged', _, ['2A','6A'] ). -verb( 'agglomerate', 'agglomerates', 'agglomerating', 'agglomerated', 'agglomerated', _, ['2A','6A'] ). -verb( 'agglutinate', 'agglutinates', 'agglutinating', 'agglutinated', 'agglutinated', tran, ['2A','6A'] ). -verb( 'aggrandize', 'aggrandizes', 'aggrandizing', 'aggrandized', 'aggrandized', tran, ['6A'] ). -verb( 'aggravate', 'aggravates', 'aggravating', 'aggravated', 'aggravated', tran, ['6A'] ). -verb( 'aggregate', 'aggregates', 'aggregating', 'aggregated', 'aggregated', _, ['2A','2E','6A'] ). -verb( 'aggrieve', 'aggrieves', 'aggrieving', 'aggrieved', 'aggrieved', tran, [] ). -verb( 'agitate', 'agitates', 'agitating', 'agitated', 'agitated', _, ['3A','6A'] ). -verb( 'agree', 'agrees', 'agreeing', 'agreed', 'agreed', _, ['2A','2C','3A','3B','4C','6A','7A'] ). -verb( 'aid', 'aids', 'aiding', 'aided', 'aided', tran, ['6A','14','17'] ). -verb( 'ail', 'ails', 'ailing', 'ailed', 'ailed', _, ['2A','2B','6A'] ). -verb( 'aim', 'aims', 'aiming', 'aimed', 'aimed', _, ['2A','3A','4A','6A','14'] ). -verb( 'air', 'airs', 'airing', 'aired', 'aired', tran, ['6A'] ). -verb( 'alarm', 'alarms', 'alarming', 'alarmed', 'alarmed', tran, ['6A'] ). -verb( 'alert', 'alerts', 'alerting', 'alerted', 'alerted', tran, ['6A'] ). -verb( 'alienate', 'alienates', 'alienating', 'alienated', 'alienated', tran, ['6A','14'] ). -verb( 'alight', 'alights', 'alighting', 'alighted', 'alighted', intran, ['2A','3A'] ). -verb( 'align', 'aligns', 'aligning', 'aligned', 'aligned', _, ['2A','3A','6A','14'] ). -verb( 'allay', 'allays', 'allaying', 'allayed', 'allayed', tran, ['6A'] ). -verb( 'allege', 'alleges', 'alleging', 'alleged', 'alleged', tran, ['6A','9'] ). -verb( 'alleviate', 'alleviates', 'alleviating', 'alleviated', 'alleviated', tran, ['6A'] ). -verb( 'allocate', 'allocates', 'allocating', 'allocated', 'allocated', tran, ['6A','14'] ). -verb( 'allot', 'allots', 'allotting', 'allotted', 'allotted', tran, ['6A','12A','13A','14'] ). -verb( 'allow', 'allows', 'allowing', 'allowed', 'allowed', _, ['3A','6A','6C','9','12A','13A','14','15B','17','25'] ). -verb( 'alloy', 'alloys', 'alloying', 'alloyed', 'alloyed', tran, ['6A'] ). -verb( 'allude', 'alludes', 'alluding', 'alluded', 'alluded', intran, ['3A'] ). -verb( 'allure', 'allures', 'alluring', 'allured', 'allured', tran, ['6A','14','17'] ). -verb( 'ally', 'allies', 'allying', 'allied', 'allied', tran, ['14'] ). -verb( 'alter', 'alters', 'altering', 'altered', 'altered', _, ['2A','6A'] ). -verb( 'alternate', 'alternates', 'alternating', 'alternated', 'alternated', _, ['3A','6A','14'] ). -verb( 'amalgamate', 'amalgamates', 'amalgamating', 'amalgamated', 'amalgamated', _, ['2A','6A'] ). -verb( 'amass', 'amasses', 'amassing', 'amassed', 'amassed', tran, ['6A'] ). -verb( 'amaze', 'amazes', 'amazing', 'amazed', 'amazed', tran, ['6A'] ). -verb( 'amble', 'ambles', 'ambling', 'ambled', 'ambled', intran, ['2A','2C'] ). -verb( 'ambuscade', 'ambuscades', 'ambuscading', 'ambuscaded', 'ambuscaded', tran, [] ). -verb( 'ambush', 'ambushes', 'ambushing', 'ambushed', 'ambushed', tran, ['6A'] ). -verb( 'ameliorate', 'ameliorates', 'ameliorating', 'ameliorated', 'ameliorated', _, ['2A','6A'] ). -verb( 'amend', 'amends', 'amending', 'amended', 'amended', _, ['2A','6A'] ). -verb( 'amortize', 'amortizes', 'amortizing', 'amortized', 'amortized', tran, ['6A'] ). -verb( 'amount', 'amounts', 'amounting', 'amounted', 'amounted', intran, ['3A'] ). -verb( 'amplify', 'amplifies', 'amplifying', 'amplified', 'amplified', tran, ['6A'] ). -verb( 'amputate', 'amputates', 'amputating', 'amputated', 'amputated', tran, ['6A'] ). -verb( 'amuse', 'amuses', 'amusing', 'amused', 'amused', tran, ['6A'] ). -verb( 'anaesthetize', 'anaesthetizes', 'anaesthetizing', 'anaesthetized', 'anaesthetized', tran, ['6A'] ). -verb( 'analyse', 'analyses', 'analysing', 'analysed', 'analysed', tran, ['6A'] ). -verb( 'analyze', 'analyzes', 'analyzing', 'analyzed', 'analyzed', tran, ['6A'] ). -verb( 'anathematize', 'anathematizes', 'anathematizing', 'anathematized', 'anathematized', _, [] ). -verb( 'anchor', 'anchors', 'anchoring', 'anchored', 'anchored', _, ['2A','6A'] ). -verb( 'anesthetize', 'anesthetizes', 'anesthetizing', 'anesthetized', 'anesthetized', tran, ['6A'] ). -verb( 'anger', 'angers', 'angering', 'angered', 'angered', tran, ['6A'] ). -verb( 'angle', 'angles', 'angling', 'angled', 'angled', _, ['2A','3A','6A'] ). -verb( 'angle-park', 'angle-parks', 'angle-parking', 'angle-parked', 'angle-parked', _, [] ). -verb( 'anglicize', 'anglicizes', 'anglicizing', 'anglicized', 'anglicized', tran, ['6A'] ). -verb( 'animadvert', 'animadverts', 'animadverting', 'animadverted', 'animadverted', intran, ['3A'] ). -verb( 'animate', 'animates', 'animating', 'animated', 'animated', tran, ['6A','14'] ). -verb( 'anneal', 'anneals', 'annealing', 'annealed', 'annealed', tran, ['6A'] ). -verb( 'annex', 'annexes', 'annexing', 'annexed', 'annexed', tran, ['6A','14'] ). -verb( 'annihilate', 'annihilates', 'annihilating', 'annihilated', 'annihilated', tran, ['6A'] ). -verb( 'annotate', 'annotates', 'annotating', 'annotated', 'annotated', tran, ['6A'] ). -verb( 'announce', 'announces', 'announcing', 'announced', 'announced', tran, ['6A','9','14'] ). -verb( 'annoy', 'annoys', 'annoying', 'annoyed', 'annoyed', tran, ['6A'] ). -verb( 'annul', 'annuls', 'annulling', 'annulled', 'annulled', tran, ['6A'] ). -verb( 'annunciate', 'annunciates', 'annunciating', 'annunciated', 'annunciated', tran, ['6A'] ). -verb( 'anoint', 'anoints', 'anointing', 'anointed', 'anointed', tran, ['6A','14','23'] ). -verb( 'answer', 'answers', 'answering', 'answered', 'answered', _, ['2A','2C','3A','6A','9','12A','15B'] ). -verb( 'antagonize', 'antagonizes', 'antagonizing', 'antagonized', 'antagonized', tran, ['6A'] ). -verb( 'antedate', 'antedates', 'antedating', 'antedated', 'antedated', tran, ['6A'] ). -verb( 'anticipate', 'anticipates', 'anticipating', 'anticipated', 'anticipated', tran, ['6A','6C','9'] ). -verb( 'ape', 'apes', 'aping', 'aped', 'aped', tran, [] ). -verb( 'apologize', 'apologizes', 'apologizing', 'apologized', 'apologized', intran, ['2A','3A'] ). -verb( 'apostrophize', 'apostrophizes', 'apostrophizing', 'apostrophized', 'apostrophized', tran, [] ). -verb( 'appal', 'appals', 'appalling', 'appalled', 'appalled', tran, ['6A'] ). -verb( 'apparel', 'apparels', 'apparelling', 'apparelled', 'apparelled', tran, [] ). -verb( 'appeal', 'appeals', 'appealing', 'appealed', 'appealed', intran, ['2A','3A'] ). -verb( 'appear', 'appears', 'appearing', 'appeared', 'appeared', intran, ['2A','2C','4D','4E'] ). -verb( 'appease', 'appeases', 'appeasing', 'appeased', 'appeased', tran, ['6A'] ). -verb( 'append', 'appends', 'appending', 'appended', 'appended', tran, ['6A','14'] ). -verb( 'appertain', 'appertains', 'appertaining', 'appertained', 'appertained', intran, ['3A'] ). -verb( 'applaud', 'applauds', 'applauding', 'applauded', 'applauded', _, ['2A','2B','6A'] ). -verb( 'appliqu_e', 'appliqu_es', 'appliqu_eing', 'appliqu_eed', 'appliqu_eed', tran, [] ). -verb( 'apply', 'applies', 'applying', 'applied', 'applied', _, ['2C','3A','6A','14'] ). -verb( 'appoint', 'appoints', 'appointing', 'appointed', 'appointed', tran, ['6A','9','14','16A','23','25'] ). -verb( 'apportion', 'apportions', 'apportioning', 'apportioned', 'apportioned', tran, ['6A','12B','13B','14'] ). -verb( 'appraise', 'appraises', 'appraising', 'appraised', 'appraised', tran, ['6A'] ). -verb( 'appreciate', 'appreciates', 'appreciating', 'appreciated', 'appreciated', _, ['2B','6A','9','10'] ). -verb( 'apprehend', 'apprehends', 'apprehending', 'apprehended', 'apprehended', tran, ['6A','9'] ). -verb( 'apprentice', 'apprentices', 'apprenticing', 'apprenticed', 'apprenticed', tran, ['6A','14'] ). -verb( 'apprise', 'apprises', 'apprising', 'apprised', 'apprised', tran, ['14'] ). -verb( 'approach', 'approaches', 'approaching', 'approached', 'approached', _, ['2A','6A'] ). -verb( 'appropriate', 'appropriates', 'appropriating', 'appropriated', 'appropriated', tran, ['6A','14'] ). -verb( 'approve', 'approves', 'approving', 'approved', 'approved', _, ['3A','6A'] ). -verb( 'approximate', 'approximates', 'approximating', 'approximated', 'approximated', _, ['3A','6A'] ). -verb( 'aquaplane', 'aquaplanes', 'aquaplaning', 'aquaplaned', 'aquaplaned', intran, [] ). -verb( 'arbitrate', 'arbitrates', 'arbitrating', 'arbitrated', 'arbitrated', _, ['2A','6A'] ). -verb( 'arch', 'arches', 'arching', 'arched', 'arched', _, ['2C','6A'] ). -verb( 'argue', 'argues', 'arguing', 'argued', 'argued', _, ['2A','2C','3A','6A','9','14'] ). -verb( 'arise', 'arises', 'arising', 'arose', 'arisen', intran, ['2A','3A'] ). -verb( 'arm', 'arms', 'arming', 'armed', 'armed', _, ['2A','6A','14'] ). -verb( 'arouse', 'arouses', 'arousing', 'aroused', 'aroused', tran, ['6A','14'] ). -verb( 'arraign', 'arraigns', 'arraigning', 'arraigned', 'arraigned', tran, ['6A','14'] ). -verb( 'arrange', 'arranges', 'arranging', 'arranged', 'arranged', _, ['3A','4C','6A','14','15A'] ). -verb( 'array', 'arrays', 'arraying', 'arrayed', 'arrayed', tran, ['6A','15A'] ). -verb( 'arrest', 'arrests', 'arresting', 'arrested', 'arrested', tran, ['6A'] ). -verb( 'arrive', 'arrives', 'arriving', 'arrived', 'arrived', intran, ['2A','2C','3A'] ). -verb( 'arrogate', 'arrogates', 'arrogating', 'arrogated', 'arrogated', tran, ['14'] ). -verb( 'article', 'articles', 'articling', 'articled', 'articled', tran, [] ). -verb( 'articulate', 'articulates', 'articulating', 'articulated', 'articulated', _, ['2C','6A','15A'] ). -verb( 'ascend', 'ascends', 'ascending', 'ascended', 'ascended', _, ['2A','2C','6A'] ). -verb( 'ascertain', 'ascertains', 'ascertaining', 'ascertained', 'ascertained', tran, ['6A','8','9','10','17'] ). -verb( 'ascribe', 'ascribes', 'ascribing', 'ascribed', 'ascribed', tran, ['14'] ). -verb( 'ask', 'asks', 'asking', 'asked', 'asked', _, ['3A','6A','7A','8','9','10','12C','14','15B','17','20','21'] ). -verb( 'asperse', 'asperses', 'aspersing', 'aspersed', 'aspersed', tran, ['6A'] ). -verb( 'asphalt', 'asphalts', 'asphalting', 'asphalted', 'asphalted', tran, ['6A'] ). -verb( 'asphyxiate', 'asphyxiates', 'asphyxiating', 'asphyxiated', 'asphyxiated', tran, ['6A'] ). -verb( 'aspirate', 'aspirates', 'aspirating', 'aspirated', 'aspirated', tran, [] ). -verb( 'aspire', 'aspires', 'aspiring', 'aspired', 'aspired', intran, ['3A','4A'] ). -verb( 'assail', 'assails', 'assailing', 'assailed', 'assailed', tran, ['6A','14'] ). -verb( 'assassinate', 'assassinates', 'assassinating', 'assassinated', 'assassinated', tran, ['6A'] ). -verb( 'assault', 'assaults', 'assaulting', 'assaulted', 'assaulted', tran, ['6A'] ). -verb( 'assay', 'assays', 'assaying', 'assayed', 'assayed', tran, ['6A','7A'] ). -verb( 'assemble', 'assembles', 'assembling', 'assembled', 'assembled', _, ['2A','6A'] ). -verb( 'assent', 'assents', 'assenting', 'assented', 'assented', intran, ['2A','3A'] ). -verb( 'assert', 'asserts', 'asserting', 'asserted', 'asserted', tran, ['6A','9','25'] ). -verb( 'assess', 'assesses', 'assessing', 'assessed', 'assessed', tran, ['6A','14'] ). -verb( 'asseverate', 'asseverates', 'asseverating', 'asseverated', 'asseverated', tran, ['6A','9'] ). -verb( 'assign', 'assigns', 'assigning', 'assigned', 'assigned', tran, ['12A','13A','13B','14','17'] ). -verb( 'assimilate', 'assimilates', 'assimilating', 'assimilated', 'assimilated', _, ['2A','3A','6A'] ). -verb( 'assist', 'assists', 'assisting', 'assisted', 'assisted', _, ['2A','3A','6A','14','17'] ). -verb( 'associate', 'associates', 'associating', 'associated', 'associated', _, ['3A','14'] ). -verb( 'assuage', 'assuages', 'assuaging', 'assuaged', 'assuaged', tran, ['6A'] ). -verb( 'assume', 'assumes', 'assuming', 'assumed', 'assumed', tran, ['6A','9','25'] ). -verb( 'assure', 'assures', 'assuring', 'assured', 'assured', tran, ['6A','11','14'] ). -verb( 'astonish', 'astonishes', 'astonishing', 'astonished', 'astonished', tran, ['6A'] ). -verb( 'astound', 'astounds', 'astounding', 'astounded', 'astounded', tran, ['6A'] ). -verb( 'atomize', 'atomizes', 'atomizing', 'atomized', 'atomized', tran, [] ). -verb( 'atone', 'atones', 'atoning', 'atoned', 'atoned', intran, ['2A','3A'] ). -verb( 'atrophy', 'atrophies', 'atrophying', 'atrophied', 'atrophied', _, ['2A','2B','6A'] ). -verb( 'attach', 'attaches', 'attaching', 'attached', 'attached', _, ['3A','6A','14'] ). -verb( 'attack', 'attacks', 'attacking', 'attacked', 'attacked', tran, ['6A'] ). -verb( 'attain', 'attains', 'attaining', 'attained', 'attained', _, ['3A','6A'] ). -verb( 'attempt', 'attempts', 'attempting', 'attempted', 'attempted', tran, ['6A','7A'] ). -verb( 'attend', 'attends', 'attending', 'attended', 'attended', _, ['2A','3A','6A'] ). -verb( 'attenuate', 'attenuates', 'attenuating', 'attenuated', 'attenuated', tran, ['6A'] ). -verb( 'attest', 'attests', 'attesting', 'attested', 'attested', _, ['2A','3A','6A'] ). -verb( 'attire', 'attires', 'attiring', 'attired', 'attired', tran, ['6A'] ). -verb( 'attitudinize', 'attitudinizes', 'attitudinizing', 'attitudinized', 'attitudinized', intran, ['2A'] ). -verb( 'attract', 'attracts', 'attracting', 'attracted', 'attracted', tran, ['6A'] ). -verb( 'attribute', 'attributes', 'attributing', 'attributed', 'attributed', tran, ['14'] ). -verb( 'attune', 'attunes', 'attuning', 'attuned', 'attuned', tran, ['14'] ). -verb( 'auction', 'auctions', 'auctioning', 'auctioned', 'auctioned', tran, ['6A','15B'] ). -verb( 'audit', 'audits', 'auditing', 'audited', 'audited', tran, ['6A'] ). -verb( 'audition', 'auditions', 'auditioning', 'auditioned', 'auditioned', tran, ['6A'] ). -verb( 'augment', 'augments', 'augmenting', 'augmented', 'augmented', _, ['2A','6A'] ). -verb( 'augur', 'augurs', 'auguring', 'augured', 'augured', _, ['2A','6A'] ). -verb( 'authenticate', 'authenticates', 'authenticating', 'authenticated', 'authenticated', tran, ['6A'] ). -verb( 'authorize', 'authorizes', 'authorizing', 'authorized', 'authorized', tran, ['6A','17'] ). -verb( 'autograph', 'autographs', 'autographing', 'autographed', 'autographed', tran, ['6A'] ). -verb( 'automate', 'automates', 'automating', 'automated', 'automated', tran, [] ). -verb( 'avail', 'avails', 'availing', 'availed', 'availed', _, ['2A','3A','14'] ). -verb( 'avenge', 'avenges', 'avenging', 'avenged', 'avenged', tran, ['6A','14'] ). -verb( 'aver', 'avers', 'averring', 'averred', 'averred', tran, ['6A','9'] ). -verb( 'average', 'averages', 'averaging', 'averaged', 'averaged', _, ['2B','6A'] ). -verb( 'avert', 'averts', 'averting', 'averted', 'averted', tran, ['6A','14'] ). -verb( 'avoid', 'avoids', 'avoiding', 'avoided', 'avoided', tran, ['6A','6C'] ). -verb( 'avouch', 'avouches', 'avouching', 'avouched', 'avouched', _, ['3A','6A','9'] ). -verb( 'avow', 'avows', 'avowing', 'avowed', 'avowed', tran, ['6A','25'] ). -verb( 'await', 'awaits', 'awaiting', 'awaited', 'awaited', tran, ['6A'] ). -verb( 'awake', 'awakes', 'awaking', 'awoke', 'awoken', intran, ['2A','3A','4B'] ). -verb( 'awaken', 'awakens', 'awakening', 'awakened', 'awakened', tran, ['6A','14'] ). -verb( 'award', 'awards', 'awarding', 'awarded', 'awarded', tran, ['6A','12A','13A'] ). -verb( 'awe', 'awes', 'awing', 'awed', 'awed', tran, ['6A','14'] ). -verb( 'ax', 'axes', 'axing', 'axed', 'axed', tran, ['6A'] ). -verb( 'axe', 'axes', 'axing', 'axed', 'axed', tran, ['6A'] ). -verb( 'baa', 'baas', 'baaing', 'baaed', 'baaed', intran, [] ). -verb( 'babble', 'babbles', 'babbling', 'babbled', 'babbled', _, ['2A','2B','2C','6A','15B'] ). -verb( 'baby', 'babies', 'babying', 'babied', 'babied', tran, ['6A'] ). -verb( 'babysit', 'babysits', 'babysitting', 'babysat', 'babysat', intran, [] ). -verb( 'back', 'backs', 'backing', 'backed', 'backed', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'backbite', 'backbites', 'backbiting', 'backbit', 'backbitten', _, [] ). -verb( 'backdate', 'backdates', 'backdating', 'backdated', 'backdated', tran, [] ). -verb( 'backfire', 'backfires', 'backfiring', 'backfired', 'backfired', intran, [] ). -verb( 'backpedal', 'backpedals', 'backpedalling', 'backpedalled', 'backpedalled', intran, [] ). -verb( 'backslide', 'backslides', 'backsliding', 'backslid', 'backslid', intran, ['2A'] ). -verb( 'backspace', 'backspaces', 'backspacing', 'backspaced', 'backspaced', intran, [] ). -verb( 'badger', 'badgers', 'badgering', 'badgered', 'badgered', tran, ['6A','14','16A'] ). -verb( 'baffle', 'baffles', 'baffling', 'baffled', 'baffled', tran, ['6A'] ). -verb( 'bag', 'bags', 'bagging', 'bagged', 'bagged', _, ['2A','2C','6A','15B'] ). -verb( 'bail', 'bails', 'bailing', 'bailed', 'bailed', _, ['2A','2C','6A','15B'] ). -verb( 'bait', 'baits', 'baiting', 'baited', 'baited', _, ['2A','6A'] ). -verb( 'bake', 'bakes', 'baking', 'baked', 'baked', _, ['2A','2C','6A','22'] ). -verb( 'balance', 'balances', 'balancing', 'balanced', 'balanced', _, ['2A','6A','14','15A'] ). -verb( 'bale', 'bales', 'baling', 'baled', 'baled', tran, ['6A'] ). -verb( 'balk', 'balks', 'balking', 'balked', 'balked', _, ['2A','3A','6A','14'] ). -verb( 'ball', 'balls', 'balling', 'balled', 'balled', _, [] ). -verb( 'ballast', 'ballasts', 'ballasting', 'ballasted', 'ballasted', tran, ['6A'] ). -verb( 'balloon', 'balloons', 'ballooning', 'ballooned', 'ballooned', intran, ['2A','2C'] ). -verb( 'ballot', 'ballots', 'balloting', 'balloted', 'balloted', intran, ['2A','3A'] ). -verb( 'bamboozle', 'bamboozles', 'bamboozling', 'bamboozled', 'bamboozled', tran, ['6A','14'] ). -verb( 'ban', 'bans', 'banning', 'banned', 'banned', tran, ['6A','14'] ). -verb( 'band', 'bands', 'banding', 'banded', 'banded', _, ['2C','6A','14','15B'] ). -verb( 'bandage', 'bandages', 'bandaging', 'bandaged', 'bandaged', tran, ['6A','15B'] ). -verb( 'bandy', 'bandies', 'bandying', 'bandied', 'bandied', tran, ['6A','14','15B'] ). -verb( 'bang', 'bangs', 'banging', 'banged', 'banged', _, ['2A','2C','6A','15B'] ). -verb( 'banish', 'banishes', 'banishing', 'banished', 'banished', tran, ['6A','14'] ). -verb( 'bank', 'banks', 'banking', 'banked', 'banked', _, ['2A','2C','3A','6A','15B'] ). -verb( 'bankrupt', 'bankrupts', 'bankrupting', 'bankrupted', 'bankrupted', tran, ['6A'] ). -verb( 'banquet', 'banquets', 'banqueting', 'banqueted', 'banqueted', _, ['2A','6A'] ). -verb( 'bant', 'bants', 'banting', 'banted', 'banted', intran, ['2A'] ). -verb( 'banter', 'banters', 'bantering', 'bantered', 'bantered', _, ['2A','6A'] ). -verb( 'baptize', 'baptizes', 'baptizing', 'baptized', 'baptized', tran, ['6A','23'] ). -verb( 'bar', 'bars', 'barring', 'barred', 'barred', tran, ['6A','6C','12C','14','15B'] ). -verb( 'barbarize', 'barbarizes', 'barbarizing', 'barbarized', 'barbarized', tran, ['6A'] ). -verb( 'barbecue', 'barbecues', 'barbecuing', 'barbecued', 'barbecued', tran, [] ). -verb( 'bare', 'bares', 'baring', 'bared', 'bared', tran, ['6A'] ). -verb( 'bargain', 'bargains', 'bargaining', 'bargained', 'bargained', _, ['2A','3A','9','15B'] ). -verb( 'barge', 'barges', 'barging', 'barged', 'barged', intran, ['2C','3A'] ). -verb( 'bark', 'barks', 'barking', 'barked', 'barked', _, ['2A','2C','3A','6A','15B'] ). -verb( 'barnstorm', 'barnstorms', 'barnstorming', 'barnstormed', 'barnstormed', intran, [] ). -verb( 'barrack', 'barracks', 'barracking', 'barracked', 'barracked', _, ['2A','6A'] ). -verb( 'barrel', 'barrels', 'barrelling', 'barrelled', 'barrelled', tran, [] ). -verb( 'barricade', 'barricades', 'barricading', 'barricaded', 'barricaded', tran, ['6A','15B'] ). -verb( 'barter', 'barters', 'bartering', 'bartered', 'bartered', _, ['2A','14','15B'] ). -verb( 'base', 'bases', 'basing', 'based', 'based', tran, ['14'] ). -verb( 'bash', 'bashes', 'bashing', 'bashed', 'bashed', tran, ['6A','15A','15B'] ). -verb( 'bask', 'basks', 'basking', 'basked', 'basked', intran, ['2C'] ). -verb( 'bastardize', 'bastardizes', 'bastardizing', 'bastardized', 'bastardized', tran, [] ). -verb( 'baste', 'bastes', 'basting', 'basted', 'basted', tran, ['6A','15B'] ). -verb( 'bastinado', 'bastinados', 'bastinadoing', 'bastinadoed', 'bastinadoed', tran, ['6A'] ). -verb( 'bat', 'bats', 'batting', 'batted', 'batted', _, ['2A','2B','2C','6A'] ). -verb( 'bate', 'bates', 'bating', 'bated', 'bated', tran, [] ). -verb( 'bath', 'baths', 'bathing', 'bathed', 'bathed', _, ['2A','6A'] ). -verb( 'bathe', 'bathes', 'bathing', 'bathed', 'bathed', _, ['2A','6A'] ). -verb( 'batten', 'battens', 'battening', 'battened', 'battened', _, ['3A','6A','15B'] ). -verb( 'batter', 'batters', 'battering', 'battered', 'battered', _, ['2C','6A','15A','15B'] ). -verb( 'battle', 'battles', 'battling', 'battled', 'battled', intran, ['3A'] ). -verb( 'baulk', 'baulks', 'baulking', 'baulked', 'baulked', _, ['2A','3A','6A','14'] ). -verb( 'bawl', 'bawls', 'bawling', 'bawled', 'bawled', _, ['2C','3A','6A','15A'] ). -verb( 'bay', 'bays', 'baying', 'bayed', 'bayed', intran, ['2A'] ). -verb( 'bayonet', 'bayonets', 'bayoneting', 'bayoneted', 'bayoneted', tran, ['6A'] ). -verb( 'be', 'is', 'being', 'was', 'been', unknown, ['1','4F'] ). -verb( 'be', 'is', 'being', 'was', 'been', intran, ['1','4F'] ). -verb( 'beach', 'beaches', 'beaching', 'beached', 'beached', tran, ['6A'] ). -verb( 'beam', 'beams', 'beaming', 'beamed', 'beamed', _, ['2C','6A','15A'] ). -verb( 'bear', 'bears', 'bearing', 'bore', 'borne', _, ['2A','2C','3A','6A','6D','6E','7A','11','12C','14','15B','16B','17'] ). -verb( 'beard', 'beards', 'bearding', 'bearded', 'bearded', tran, ['6A'] ). -verb( 'beat', 'beats', 'beating', 'beat', 'beaten', _, ['2A','2C','6A','14','15A','15B','22'] ). -verb( 'beatify', 'beatifies', 'beatifying', 'beatified', 'beatified', tran, ['6A'] ). -verb( 'beautify', 'beautifies', 'beautifying', 'beautified', 'beautified', tran, ['6A'] ). -verb( 'beaver', 'beavers', 'beavering', 'beavered', 'beavered', intran, ['2A','2C'] ). -verb( 'beckon', 'beckons', 'beckoning', 'beckoned', 'beckoned', _, ['2A','6A','15B','16A'] ). -verb( 'become', 'becomes', 'becoming', 'became', 'become', _, ['2D','3A','6A'] ). -verb( 'bed', 'beds', 'bedding', 'bedded', 'bedded', tran, ['6A','15A','15B'] ). -verb( 'bedevil', 'bedevils', 'bedevilling', 'bedevilled', 'bedevilled', tran, [] ). -verb( 'beef', 'beefs', 'beefing', 'beefed', 'beefed', intran, [] ). -verb( 'beeswax', 'beeswaxes', 'beeswaxing', 'beeswaxed', 'beeswaxed', tran, [] ). -verb( 'beetle', 'beetles', 'beetling', 'beetled', 'beetled', intran, ['2A'] ). -verb( 'befall', 'befalls', 'befalling', 'befell', 'befallen', _, ['6A'] ). -verb( 'befit', 'befits', 'befitting', 'befitted', 'befitted', tran, ['6A'] ). -verb( 'befoul', 'befouls', 'befouling', 'befouled', 'befouled', tran, [] ). -verb( 'befriend', 'befriends', 'befriending', 'befriended', 'befriended', tran, ['6A'] ). -verb( 'beg', 'begs', 'begging', 'begged', 'begged', _, ['2A','2C','3A','6A','7A','9','14','17'] ). -verb( 'beget', 'begets', 'begetting', 'begat', 'begotten', tran, ['6A'] ). -verb( 'beggar', 'beggars', 'beggaring', 'beggared', 'beggared', tran, ['6A'] ). -verb( 'begin', 'begins', 'beginning', 'began', 'begun', _, ['2A','3A','6A','6D','7A'] ). -verb( 'begrudge', 'begrudges', 'begrudging', 'begrudged', 'begrudged', tran, ['6C','12A','13A'] ). -verb( 'beguile', 'beguiles', 'beguiling', 'beguiled', 'beguiled', tran, ['6A','14'] ). -verb( 'behave', 'behaves', 'behaving', 'behaved', 'behaved', intran, ['2A','2C','6B'] ). -verb( 'behead', 'beheads', 'beheading', 'beheaded', 'beheaded', tran, ['6A'] ). -verb( 'behold', 'beholds', 'beholding', 'beheld', 'beheld', tran, ['6A'] ). -verb( 'behove', 'behoves', 'behoving', 'behoved', 'behoved', tran, [] ). -verb( 'belabour', 'belabours', 'belabouring', 'belaboured', 'belaboured', tran, ['6A'] ). -verb( 'belay', 'belays', 'belaying', 'belayed', 'belayed', tran, ['6A'] ). -verb( 'belch', 'belches', 'belching', 'belched', 'belched', _, ['2A','6A','15B'] ). -verb( 'beleaguer', 'beleaguers', 'beleaguering', 'beleaguered', 'beleaguered', tran, ['6A'] ). -verb( 'belie', 'belies', 'belying', 'belied', 'belied', tran, ['6A'] ). -verb( 'believe', 'believes', 'believing', 'believed', 'believed', _, ['3A','6A','9','10','25'] ). -verb( 'belittle', 'belittles', 'belittling', 'belittled', 'belittled', tran, ['6A'] ). -verb( 'bell', 'bells', 'belling', 'belled', 'belled', tran, [] ). -verb( 'bellow', 'bellows', 'bellowing', 'bellowed', 'bellowed', _, ['2A','6A','15B'] ). -verb( 'belly', 'bellies', 'bellying', 'bellied', 'bellied', _, ['2A','2C','6A','15B'] ). -verb( 'bellyache', 'bellyaches', 'bellyaching', 'bellyached', 'bellyached', intran, [] ). -verb( 'bellyland', 'bellylands', 'bellylanding', 'bellylanded', 'bellylanded', intran, [] ). -verb( 'bellylaugh', 'bellylaughs', 'bellylaughing', 'bellylaughed', 'bellylaughed', intran, [] ). -verb( 'belong', 'belongs', 'belonging', 'belonged', 'belonged', intran, ['2C','3A'] ). -verb( 'belt', 'belts', 'belting', 'belted', 'belted', tran, ['2C','3A','6A','15B'] ). -verb( 'bemoan', 'bemoans', 'bemoaning', 'bemoaned', 'bemoaned', tran, ['6A'] ). -verb( 'bend', 'bends', 'bending', 'bended', 'bended', _, ['2A','2C','6A','15A','15B'] ). -verb( 'benefit', 'benefits', 'benefiting', 'benefited', 'benefited', _, ['3A','6A'] ). -verb( 'bequeath', 'bequeaths', 'bequeathing', 'bequeathed', 'bequeathed', tran, ['6A','12A','13A'] ). -verb( 'berate', 'berates', 'berating', 'berated', 'berated', tran, ['6A'] ). -verb( 'bereave', 'bereaves', 'bereaving', 'bereaved', 'bereaved', tran, ['14'] ). -verb( 'berth', 'berths', 'berthing', 'berthed', 'berthed', _, ['2C','6A','15A'] ). -verb( 'beseech', 'beseeches', 'beseeching', 'beseeched', 'beseeched', tran, ['6A','11','13B','17'] ). -verb( 'beseem', 'beseems', 'beseeming', 'beseemed', 'beseemed', tran, [] ). -verb( 'beset', 'besets', 'besetting', 'beset', 'beset', tran, ['6A'] ). -verb( 'beshrew', 'beshrews', 'beshrewing', 'beshrewed', 'beshrewed', tran, [] ). -verb( 'besiege', 'besieges', 'besieging', 'besieged', 'besieged', tran, ['6A','14'] ). -verb( 'besmear', 'besmears', 'besmearing', 'besmeared', 'besmeared', tran, [] ). -verb( 'besmirch', 'besmirches', 'besmirching', 'besmirched', 'besmirched', tran, [] ). -verb( 'bespeak', 'bespeaks', 'bespeaking', 'bespoke', 'bespoken', tran, ['6A','25'] ). -verb( 'best', 'bests', 'besting', 'bested', 'bested', tran, ['6A'] ). -verb( 'bestir', 'bestirs', 'bestirring', 'bestirred', 'bestirred', tran, ['6A','17'] ). -verb( 'bestow', 'bestows', 'bestowing', 'bestowed', 'bestowed', tran, ['6A','14'] ). -verb( 'bestrew', 'bestrews', 'bestrewing', 'bestrewed', 'bestrewed', tran, ['6A','14'] ). -verb( 'bestride', 'bestrides', 'bestriding', 'bestrode', 'bestridden', tran, ['6A'] ). -verb( 'bet', 'bets', 'betting', 'betted', 'betted', _, ['2A','3A','9','11','12C'] ). -verb( 'betake', 'betakes', 'betaking', 'betook', 'betaken', tran, ['14'] ). -verb( 'bethink', 'bethinks', 'bethinking', 'bethought', 'bethought', tran, ['11','14','17','20','21'] ). -verb( 'betide', 'betides', 'betiding', 'betided', 'betided', tran, [] ). -verb( 'betoken', 'betokens', 'betokening', 'betokened', 'betokened', tran, ['6A'] ). -verb( 'betray', 'betrays', 'betraying', 'betrayed', 'betrayed', tran, ['6A','14','25'] ). -verb( 'betroth', 'betroths', 'betrothing', 'betrothed', 'betrothed', tran, ['6A','14'] ). -verb( 'better', 'betters', 'bettering', 'bettered', 'bettered', tran, ['6A'] ). -verb( 'bevel', 'bevels', 'bevelling', 'bevelled', 'bevelled', tran, [] ). -verb( 'bewail', 'bewails', 'bewailing', 'bewailed', 'bewailed', tran, ['6A'] ). -verb( 'beware', '-', '-', '-', '-', _, ['2A','3A','10'] ). -verb( 'bewilder', 'bewilders', 'bewildering', 'bewildered', 'bewildered', tran, ['6A'] ). -verb( 'bewitch', 'bewitches', 'bewitching', 'bewitched', 'bewitched', tran, ['6A'] ). -verb( 'bias', 'biases', 'biasing', 'biased', 'biased', tran, ['6A','14'] ). -verb( 'bib', 'bibs', 'bibbing', 'bibbed', 'bibbed', intran, [] ). -verb( 'bicker', 'bickers', 'bickering', 'bickered', 'bickered', intran, ['2A','2C','3A'] ). -verb( 'bicycle', 'bicycles', 'bicycling', 'bicycled', 'bicycled', intran, ['2A','2C'] ). -verb( 'bid', 'bids', 'bidding', 'bid', 'bid', _, ['2A','3A','6A','12A','13A','14','15B','17','18B'] ). -verb( 'bide', 'bides', 'biding', 'bided', 'bided', tran, [] ). -verb( 'biff', 'biffs', 'biffing', 'biffed', 'biffed', tran, [] ). -verb( 'bifurcate', 'bifurcates', 'bifurcating', 'bifurcated', 'bifurcated', _, ['2A','6A'] ). -verb( 'bike', 'bikes', 'biking', 'biked', 'biked', intran, [] ). -verb( 'bilk', 'bilks', 'bilking', 'bilked', 'bilked', tran, ['6A','14'] ). -verb( 'bill', 'bills', 'billing', 'billed', 'billed', _, ['6A','14'] ). -verb( 'billet', 'billets', 'billeting', 'billeted', 'billeted', tran, ['6A','14'] ). -verb( 'billow', 'billows', 'billowing', 'billowed', 'billowed', intran, ['2C'] ). -verb( 'bind', 'binds', 'binding', 'bound', 'bound', _, ['2A','6A','14','15A','15B','16B','17'] ). -verb( 'birch', 'birches', 'birching', 'birched', 'birched', tran, ['6A'] ). -verb( 'bisect', 'bisects', 'bisecting', 'bisected', 'bisected', tran, ['6A'] ). -verb( 'bitch', 'bitches', 'bitching', 'bitched', 'bitched', intran, ['2A'] ). -verb( 'bite', 'bites', 'biting', 'bit', 'bitten', _, ['2A','3A','6A','15B'] ). -verb( 'bivouac', 'bivouacs', 'bivouacking', 'bivouacked', 'bivouacked', intran, ['2A'] ). -verb( 'blab', 'blabs', 'blabbing', 'blabbed', 'blabbed', _, ['2A','6A','15B'] ). -verb( 'blabber', 'blabbers', 'blabbering', 'blabbered', 'blabbered', _, [] ). -verb( 'black', 'blacks', 'blacking', 'blacked', 'blacked', tran, ['6A'] ). -verb( 'black-lead', 'black-leads', 'black-leading', 'black-leaded', 'black-leaded', tran, [] ). -verb( 'blackball', 'blackballs', 'blackballing', 'blackballed', 'blackballed', tran, [] ). -verb( 'blacken', 'blackens', 'blackening', 'blackened', 'blackened', _, ['2A','6A'] ). -verb( 'blackguard', 'blackguards', 'blackguarding', 'blackguarded', 'blackguarded', tran, [] ). -verb( 'blackleg', 'blacklegs', 'blacklegging', 'blacklegged', 'blacklegged', _, [] ). -verb( 'blacklist', 'blacklists', 'blacklisting', 'blacklisted', 'blacklisted', tran, [] ). -verb( 'blackmail', 'blackmails', 'blackmailing', 'blackmailed', 'blackmailed', tran, [] ). -verb( 'blame', 'blames', 'blaming', 'blamed', 'blamed', tran, ['6A','14'] ). -verb( 'blanch', 'blanches', 'blanching', 'blanched', 'blanched', _, ['2A','6A'] ). -verb( 'blanket', 'blankets', 'blanketing', 'blanketed', 'blanketed', tran, ['6A','14'] ). -verb( 'blare', 'blares', 'blaring', 'blared', 'blared', _, ['2A','2C','15B'] ). -verb( 'blaspheme', 'blasphemes', 'blaspheming', 'blasphemed', 'blasphemed', _, ['2A','6A'] ). -verb( 'blast', 'blasts', 'blasting', 'blasted', 'blasted', tran, ['2A','2C','6A','15B'] ). -verb( 'blather', 'blathers', 'blathering', 'blathered', 'blathered', intran, [] ). -verb( 'blaze', 'blazes', 'blazing', 'blazed', 'blazed', _, ['2A','2C','6A','15B'] ). -verb( 'blazon', 'blazons', 'blazoning', 'blazoned', 'blazoned', tran, [] ). -verb( 'bleach', 'bleaches', 'bleaching', 'bleached', 'bleached', _, ['2A','6A'] ). -verb( 'bleat', 'bleats', 'bleating', 'bleated', 'bleated', _, ['2A','6A','15B'] ). -verb( 'bleed', 'bleeds', 'bleeding', 'bled', 'bled', _, ['2A','2C','3A','6A','14'] ). -verb( 'bleep', 'bleeps', 'bleeping', 'bleeped', 'bleeped', intran, [] ). -verb( 'blemish', 'blemishes', 'blemishing', 'blemished', 'blemished', tran, ['6A'] ). -verb( 'blench', 'blenches', 'blenching', 'blenched', 'blenched', intran, ['2A'] ). -verb( 'blend', 'blends', 'blending', 'blended', 'blended', _, ['2A','3A','6A'] ). -verb( 'bless', 'blesses', 'blessing', 'blessed', 'blessed', tran, ['6A'] ). -verb( 'blether', 'blethers', 'blethering', 'blethered', 'blethered', intran, ['2A','2C'] ). -verb( 'blight', 'blights', 'blighting', 'blighted', 'blighted', tran, ['6A'] ). -verb( 'blind', 'blinds', 'blinding', 'blinded', 'blinded', tran, ['6A','14'] ). -verb( 'blindfold', 'blindfolds', 'blindfolding', 'blindfolded', 'blindfolded', tran, ['6A'] ). -verb( 'blink', 'blinks', 'blinking', 'blinked', 'blinked', _, ['2A','2C','6A','15B'] ). -verb( 'blister', 'blisters', 'blistering', 'blistered', 'blistered', _, ['2A','6A'] ). -verb( 'blitz', 'blitzes', 'blitzing', 'blitzed', 'blitzed', tran, ['6A'] ). -verb( 'block', 'blocks', 'blocking', 'blocked', 'blocked', tran, ['6A','15B'] ). -verb( 'blockade', 'blockades', 'blockading', 'blockaded', 'blockaded', tran, ['6A'] ). -verb( 'blood', 'bloods', 'blooding', 'blooded', 'blooded', tran, ['6A'] ). -verb( 'bloom', 'blooms', 'blooming', 'bloomed', 'bloomed', intran, ['2A','2C'] ). -verb( 'blossom', 'blossoms', 'blossoming', 'blossomed', 'blossomed', intran, ['2A','2C'] ). -verb( 'blot', 'blots', 'blotting', 'blotted', 'blotted', tran, ['6A','15B'] ). -verb( 'blow', 'blows', 'blowing', 'blew', 'blown', _, ['2A','2B','2C','2E','3A','6A','12A','15A','15B'] ). -verb( 'blow-dry', 'blow-dries', 'blow-drying', 'blow-dried', 'blow-dried', tran, ['6A'] ). -verb( 'blubber', 'blubbers', 'blubbering', 'blubbered', 'blubbered', _, ['2A','15B'] ). -verb( 'bludgeon', 'bludgeons', 'bludgeoning', 'bludgeoned', 'bludgeoned', tran, ['6A','14'] ). -verb( 'blue', 'blues', 'bluing', 'blued', 'blued', tran, [] ). -verb( 'blue-pencil', 'blue-pencils', 'blue-pencilling', 'blue-pencilled', 'blue-pencilled', tran, [] ). -verb( 'bluff', 'bluffs', 'bluffing', 'bluffed', 'bluffed', _, ['2A','6A','14','15B'] ). -verb( 'blunder', 'blunders', 'blundering', 'blundered', 'blundered', _, ['2A','2C','3A'] ). -verb( 'blunt', 'blunts', 'blunting', 'blunted', 'blunted', tran, ['6A'] ). -verb( 'blur', 'blurs', 'blurring', 'blurred', 'blurred', _, ['2A','6A'] ). -verb( 'blurt', 'blurts', 'blurting', 'blurted', 'blurted', tran, ['15B'] ). -verb( 'blush', 'blushes', 'blushing', 'blushed', 'blushed', intran, ['2A','2C','3A','4B'] ). -verb( 'bluster', 'blusters', 'blustering', 'blustered', 'blustered', _, ['2A','2C','15B'] ). -verb( 'board', 'boards', 'boarding', 'boarded', 'boarded', _, ['3A','6A','15B'] ). -verb( 'boast', 'boasts', 'boasting', 'boasted', 'boasted', _, ['2A','3A','3B','6A'] ). -verb( 'boat', 'boats', 'boating', 'boated', 'boated', intran, ['2A','2C'] ). -verb( 'bob', 'bobs', 'bobbing', 'bobbed', 'bobbed', _, ['2C','6A'] ). -verb( 'bode', 'bodes', 'boding', 'boded', 'boded', _, ['12B','13B'] ). -verb( 'bog', 'bogs', 'bogging', 'bogged', 'bogged', _, ['2E','15B'] ). -verb( 'boggle', 'boggles', 'boggling', 'boggled', 'boggled', intran, ['2A','3A'] ). -verb( 'boil', 'boils', 'boiling', 'boiled', 'boiled', _, ['2A','2B','2C','2D','6A','15B','22'] ). -verb( 'bolster', 'bolsters', 'bolstering', 'bolstered', 'bolstered', tran, ['6A','15B'] ). -verb( 'bolt', 'bolts', 'bolting', 'bolted', 'bolted', _, ['2A','2C','6A','15B'] ). -verb( 'bomb', 'bombs', 'bombing', 'bombed', 'bombed', _, ['2C','6A','15B'] ). -verb( 'bombard', 'bombards', 'bombarding', 'bombarded', 'bombarded', tran, ['6A','14'] ). -verb( 'bond', 'bonds', 'bonding', 'bonded', 'bonded', tran, ['6A'] ). -verb( 'bone', 'bones', 'boning', 'boned', 'boned', tran, ['6A'] ). -verb( 'boo', 'boos', 'booing', 'booed', 'booed', _, ['2A','6A','15B'] ). -verb( 'boob', 'boobs', 'boobing', 'boobed', 'boobed', intran, [] ). -verb( 'book', 'books', 'booking', 'booked', 'booked', tran, ['6A'] ). -verb( 'boom', 'booms', 'booming', 'boomed', 'boomed', _, ['2A','2C','15B'] ). -verb( 'boost', 'boosts', 'boosting', 'boosted', 'boosted', tran, ['6A'] ). -verb( 'boot', 'boots', 'booting', 'booted', 'booted', tran, ['6A','15A','15B'] ). -verb( 'bootleg', 'bootlegs', 'bootlegging', 'bootlegged', 'bootlegged', tran, [] ). -verb( 'booze', 'boozes', 'boozing', 'boozed', 'boozed', intran, ['2A','2C'] ). -verb( 'border', 'borders', 'bordering', 'bordered', 'bordered', _, ['3A','6A'] ). -verb( 'bore', 'bores', 'boring', 'bored', 'bored', _, ['2A','2C','3A','6A','6D','6E','7A','11','12C','14','15A','15B','16B','17'] ). -verb( 'borrow', 'borrows', 'borrowing', 'borrowed', 'borrowed', tran, ['6A','14'] ). -verb( 'boss', 'bosses', 'bossing', 'bossed', 'bossed', tran, ['6A','15B'] ). -verb( 'botanize', 'botanizes', 'botanizing', 'botanized', 'botanized', intran, [] ). -verb( 'botch', 'botches', 'botching', 'botched', 'botched', tran, ['6A','15B'] ). -verb( 'bother', 'bothers', 'bothering', 'bothered', 'bothered', _, ['2A','3A','4C','6A','14','16A'] ). -verb( 'bottle', 'bottles', 'bottling', 'bottled', 'bottled', tran, ['6A','15B'] ). -verb( 'bottom', 'bottoms', 'bottoming', 'bottomed', 'bottomed', intran, [] ). -verb( 'bounce', 'bounces', 'bouncing', 'bounced', 'bounced', _, ['2A','2C','6A'] ). -verb( 'bound', 'bounds', 'bounding', 'bounded', 'bounded', _, ['2A','2C','4A','6A','14','15A','15B','16B','17'] ). -verb( 'bow', 'bows', 'bowing', 'bowed', 'bowed', tran, [] ). -verb( 'bow', 'bows', 'bowing', 'bowed', 'bowed', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'bowdlerize', 'bowdlerizes', 'bowdlerizing', 'bowdlerized', 'bowdlerized', tran, [] ). -verb( 'bowl', 'bowls', 'bowling', 'bowled', 'bowled', _, ['2A','2C','6A','15B'] ). -verb( 'box', 'boxes', 'boxing', 'boxed', 'boxed', _, ['2A','3A','6A','15B'] ). -verb( 'boycott', 'boycotts', 'boycotting', 'boycotted', 'boycotted', tran, ['6A'] ). -verb( 'brace', 'braces', 'bracing', 'braced', 'braced', _, ['6A','15B','16A'] ). -verb( 'bracket', 'brackets', 'bracketing', 'bracketed', 'bracketed', tran, ['6A','15B'] ). -verb( 'brag', 'brags', 'bragging', 'bragged', 'bragged', intran, ['2A','3A'] ). -verb( 'braid', 'braids', 'braiding', 'braided', 'braided', tran, ['6A'] ). -verb( 'brain', 'brains', 'braining', 'brained', 'brained', tran, ['6A'] ). -verb( 'brainwash', 'brainwashes', 'brainwashing', 'brainwashed', 'brainwashed', tran, ['6A'] ). -verb( 'braise', 'braises', 'braising', 'braised', 'braised', tran, ['6A'] ). -verb( 'brake', 'brakes', 'braking', 'braked', 'braked', _, ['2A','2C','2D','3A','6A','15A','15B','22'] ). -verb( 'branch', 'branches', 'branching', 'branched', 'branched', intran, ['2A','2C'] ). -verb( 'brand', 'brands', 'branding', 'branded', 'branded', tran, ['6A','16B'] ). -verb( 'brandish', 'brandishes', 'brandishing', 'brandished', 'brandished', tran, ['6A'] ). -verb( 'brave', 'braves', 'braving', 'braved', 'braved', tran, ['6A','15B'] ). -verb( 'brawl', 'brawls', 'brawling', 'brawled', 'brawled', intran, ['2A'] ). -verb( 'bray', 'brays', 'braying', 'brayed', 'brayed', tran, ['2A'] ). -verb( 'braze', 'brazes', 'brazing', 'brazed', 'brazed', tran, ['6A'] ). -verb( 'brazen', 'brazens', 'brazening', 'brazened', 'brazened', tran, [] ). -verb( 'breach', 'breaches', 'breaching', 'breached', 'breached', tran, ['6A'] ). -verb( 'break', 'breaks', 'breaking', 'broke', 'broken', _, ['2A','2C','2D','3A','6A','15A','15B','22'] ). -verb( 'breakfast', 'breakfasts', 'breakfasting', 'breakfasted', 'breakfasted', intran, [] ). -verb( 'breast', 'breasts', 'breasting', 'breasted', 'breasted', tran, ['6A'] ). -verb( 'breastfeed', 'breastfeeds', 'breastfeeding', 'breastfed', 'breastfed', _, [] ). -verb( 'breathe', 'breathes', 'breathing', 'breathed', 'breathed', _, ['2A','2C','6A','15B'] ). -verb( 'breed', 'breeds', 'breeding', 'bred', 'bred', _, ['2A','6A'] ). -verb( 'breeze', 'breezes', 'breezing', 'breezed', 'breezed', intran, ['2C'] ). -verb( 'brew', 'brews', 'brewing', 'brewed', 'brewed', _, ['2A','2C','6A'] ). -verb( 'bribe', 'bribes', 'bribing', 'bribed', 'bribed', tran, ['6A','15A','17'] ). -verb( 'brick', 'bricks', 'bricking', 'bricked', 'bricked', tran, ['15B'] ). -verb( 'bridge', 'bridges', 'bridging', 'bridged', 'bridged', tran, ['6A','15B'] ). -verb( 'bridle', 'bridles', 'bridling', 'bridled', 'bridled', _, ['2A','2C','6A'] ). -verb( 'brief', 'briefs', 'briefing', 'briefed', 'briefed', tran, ['6A'] ). -verb( 'brighten', 'brightens', 'brightening', 'brightened', 'brightened', _, ['2A','2C','6A','15B'] ). -verb( 'brim', 'brims', 'brimming', 'brimmed', 'brimmed', intran, ['2A','2C'] ). -verb( 'bring', 'brings', 'bringing', 'brought', 'brought', tran, ['6A','12A','12C','13A','14','15B','17','19B'] ). -verb( 'bristle', 'bristles', 'bristling', 'bristled', 'bristled', intran, ['2A','2C'] ). -verb( 'broach', 'broaches', 'broaching', 'broached', 'broached', _, ['2C','6A','15B'] ). -verb( 'broadcast', 'broadcasts', 'broadcasting', 'broadcasted', 'broadcasted', _, ['2A','6A'] ). -verb( 'broaden', 'broadens', 'broadening', 'broadened', 'broadened', _, ['2A','2C','6A','15B'] ). -verb( 'brocade', 'brocades', 'brocading', 'brocaded', 'brocaded', tran, ['6A'] ). -verb( 'broil', 'broils', 'broiling', 'broiled', 'broiled', _, ['2A','6A'] ). -verb( 'bronze', 'bronzes', 'bronzing', 'bronzed', 'bronzed', _, ['2A','6A'] ). -verb( 'brood', 'broods', 'brooding', 'brooded', 'brooded', intran, ['2A','2C','3A'] ). -verb( 'brook', 'brooks', 'brooking', 'brooked', 'brooked', tran, ['6A','6B'] ). -verb( 'browbeat', 'browbeats', 'browbeating', 'browbeat', 'browbeaten', tran, ['6A','14'] ). -verb( 'brown', 'browns', 'browning', 'browned', 'browned', _, ['2A','6A'] ). -verb( 'browse', 'browses', 'browsing', 'browsed', 'browsed', intran, ['2A','2C'] ). -verb( 'bruise', 'bruises', 'bruising', 'bruised', 'bruised', _, ['2A','6A'] ). -verb( 'bruit', 'bruits', 'bruiting', 'bruited', 'bruited', tran, ['15B'] ). -verb( 'brush', 'brushes', 'brushing', 'brushed', 'brushed', _, ['2A','2C','6A','15B','22'] ). -verb( 'brutalize', 'brutalizes', 'brutalizing', 'brutalized', 'brutalized', tran, ['6A'] ). -verb( 'bubble', 'bubbles', 'bubbling', 'bubbled', 'bubbled', intran, ['2A','2C'] ). -verb( 'buck', 'bucks', 'bucking', 'bucked', 'bucked', _, ['2A','2C','6A','15B'] ). -verb( 'bucket', 'buckets', 'bucketing', 'bucketed', 'bucketed', intran, [] ). -verb( 'buckle', 'buckles', 'buckling', 'buckled', 'buckled', _, ['2A','2C','6A','15B'] ). -verb( 'bud', 'buds', 'budding', 'budded', 'budded', intran, [] ). -verb( 'budge', 'budges', 'budging', 'budged', 'budged', _, ['2A','2C','6A'] ). -verb( 'budget', 'budgets', 'budgeting', 'budgeted', 'budgeted', intran, ['3A'] ). -verb( 'buff', 'buffs', 'buffing', 'buffed', 'buffed', tran, [] ). -verb( 'buffet', 'buffets', 'buffeting', 'buffeted', 'buffeted', _, ['3A','6A'] ). -verb( 'bug', 'bugs', 'bugging', 'bugged', 'bugged', tran, ['6A'] ). -verb( 'bugger', 'buggers', 'buggering', 'buggered', 'buggered', _, ['6A'] ). -verb( 'build', 'builds', 'building', 'built', 'built', _, ['2C','3A','6A','12B','13B','14','15B'] ). -verb( 'bulge', 'bulges', 'bulging', 'bulged', 'bulged', _, ['2A','2C','6A'] ). -verb( 'bulk', 'bulks', 'bulking', 'bulked', 'bulked', intran, [] ). -verb( 'bulldoze', 'bulldozes', 'bulldozing', 'bulldozed', 'bulldozed', tran, ['6A','14'] ). -verb( 'bullshit', 'bullshits', 'bullshitting', 'bullshitted', 'bullshitted', intran, [] ). -verb( 'bully', 'bullies', 'bullying', 'bullied', 'bullied', _, ['2C','6A','14'] ). -verb( 'bum', 'bums', 'bumming', 'bummed', 'bummed', _, ['2C','6A','14'] ). -verb( 'bump', 'bumps', 'bumping', 'bumped', 'bumped', _, ['2C','3A','6A','14','15B'] ). -verb( 'bunch', 'bunches', 'bunching', 'bunched', 'bunched', _, ['2A','2C','15B'] ). -verb( 'bundle', 'bundles', 'bundling', 'bundled', 'bundled', _, ['2C','15A','15B'] ). -verb( 'bung', 'bungs', 'bunging', 'bunged', 'bunged', tran, ['6A','15B'] ). -verb( 'bungle', 'bungles', 'bungling', 'bungled', 'bungled', _, ['2A','6A'] ). -verb( 'bunk', 'bunks', 'bunking', 'bunked', 'bunked', intran, [] ). -verb( 'bunker', 'bunkers', 'bunkering', 'bunkered', 'bunkered', _, ['2A','6A'] ). -verb( 'buoy', 'buoys', 'buoying', 'buoyed', 'buoyed', intran, ['6A','15B'] ). -verb( 'burble', 'burbles', 'burbling', 'burbled', 'burbled', intran, [] ). -verb( 'burden', 'burdens', 'burdening', 'burdened', 'burdened', tran, ['6A','14'] ). -verb( 'burgeon', 'burgeons', 'burgeoning', 'burgeoned', 'burgeoned', intran, [] ). -verb( 'burgle', 'burgles', 'burgling', 'burgled', 'burgled', _, ['2A','6A'] ). -verb( 'burke', 'burkes', 'burking', 'burked', 'burked', tran, ['6A'] ). -verb( 'burlesque', 'burlesques', 'burlesquing', 'burlesqued', 'burlesqued', tran, ['6A'] ). -verb( 'burn', 'burns', 'burning', 'burned', 'burned', _, ['2A','2B','2C','4A','6A','14','15B'] ). -verb( 'burnish', 'burnishes', 'burnishing', 'burnished', 'burnished', _, ['2A','6A'] ). -verb( 'burp', 'burps', 'burping', 'burped', 'burped', _, ['2A','6A'] ). -verb( 'burrow', 'burrows', 'burrowing', 'burrowed', 'burrowed', _, ['2A','2C','6A'] ). -verb( 'burst', 'bursts', 'bursting', 'burst', 'burst', _, ['2A','2C','3A','6A','22'] ). -verb( 'burthen', 'burthens', 'burthening', 'burthened', 'burthened', tran, [] ). -verb( 'bury', 'buries', 'burying', 'buried', 'buried', tran, ['6A','15A','22'] ). -verb( 'bus', 'buses', 'busing', 'bused', 'bused', _, ['2A','6A'] ). -verb( 'bust', 'busts', 'busting', 'busted', 'busted', _, [] ). -verb( 'bustle', 'bustles', 'bustling', 'bustled', 'bustled', _, ['2A','2C','15B'] ). -verb( 'busy', 'busies', 'busying', 'busied', 'busied', tran, ['6A','14'] ). -verb( 'butcher', 'butchers', 'butchering', 'butchered', 'butchered', tran, ['6A'] ). -verb( 'butt', 'butts', 'butting', 'butted', 'butted', _, ['2C','3A','6A','15A'] ). -verb( 'butter', 'butters', 'buttering', 'buttered', 'buttered', tran, ['6A','15B'] ). -verb( 'button', 'buttons', 'buttoning', 'buttoned', 'buttoned', _, ['2A','6A','15B'] ). -verb( 'buttonhole', 'buttonholes', 'buttonholing', 'buttonholed', 'buttonholed', tran, ['6A'] ). -verb( 'buttress', 'buttresses', 'buttressing', 'buttressed', 'buttressed', tran, ['6A','15B'] ). -verb( 'buy', 'buys', 'buying', 'bought', 'bought', _, ['2A','2C','6A','12B','13B','15B'] ). -verb( 'buzz', 'buzzes', 'buzzing', 'buzzed', 'buzzed', _, ['2A','2C','6A'] ). -verb( 'bypass', 'bypasses', 'bypassing', 'bypassed', 'bypassed', tran, ['6A'] ). -verb( 'cable', 'cables', 'cabling', 'cabled', 'cabled', _, ['2A','6A'] ). -verb( 'cache', 'caches', 'caching', 'cached', 'cached', tran, [] ). -verb( 'cackle', 'cackles', 'cackling', 'cackled', 'cackled', intran, [] ). -verb( 'cadge', 'cadges', 'cadging', 'cadged', 'cadged', _, ['2A','6A','14'] ). -verb( 'cage', 'cages', 'caging', 'caged', 'caged', tran, ['6A'] ). -verb( 'cajole', 'cajoles', 'cajoling', 'cajoled', 'cajoled', tran, ['6A','14'] ). -verb( 'cake', 'cakes', 'caking', 'caked', 'caked', _, ['2A','6A'] ). -verb( 'calcify', 'calcifies', 'calcifying', 'calcified', 'calcified', _, ['2A','6A'] ). -verb( 'calcine', 'calcines', 'calcining', 'calcined', 'calcined', _, ['2A','6A'] ). -verb( 'calculate', 'calculates', 'calculating', 'calculated', 'calculated', _, ['2A','3A','6A','8','9','10'] ). -verb( 'calender', 'calenders', 'calendering', 'calendered', 'calendered', tran, ['6A'] ). -verb( 'calibrate', 'calibrates', 'calibrating', 'calibrated', 'calibrated', tran, ['6A'] ). -verb( 'calk', 'calks', 'calking', 'calked', 'calked', tran, [] ). -verb( 'call', 'calls', 'calling', 'called', 'called', _, ['2A','2B','2C','3A','4A','6A','12B','13B','15B','22','23'] ). -verb( 'calm', 'calms', 'calming', 'calmed', 'calmed', _, ['2C','6A','15B'] ). -verb( 'calumniate', 'calumniates', 'calumniating', 'calumniated', 'calumniated', tran, ['6A'] ). -verb( 'calve', 'calves', 'calving', 'calved', 'calved', intran, [] ). -verb( 'camber', 'cambers', 'cambering', 'cambered', 'cambered', _, [] ). -verb( 'camouflage', 'camouflages', 'camouflaging', 'camouflaged', 'camouflaged', tran, ['6A'] ). -verb( 'camp', 'camps', 'camping', 'camped', 'camped', _, ['2A','2C'] ). -verb( 'campaign', 'campaigns', 'campaigning', 'campaigned', 'campaigned', intran, ['2A','3A'] ). -verb( 'can', 'can', '-', 'could', '-', unknown, ['5','6A'] ). -verb( 'can', 'cans', 'canning', 'canned', 'canned', tran, ['5','6A'] ). -verb( 'canalize', 'canalizes', 'canalizing', 'canalized', 'canalized', tran, ['6A','14'] ). -verb( 'cancel', 'cancels', 'cancelling', 'cancelled', 'cancelled', _, ['2C','6A','15B'] ). -verb( 'candy', 'candies', 'candying', 'candied', 'candied', _, ['2A','6A'] ). -verb( 'cane', 'canes', 'caning', 'caned', 'caned', tran, ['6A'] ). -verb( 'canker', 'cankers', 'cankering', 'cankered', 'cankered', tran, [] ). -verb( 'cannibalize', 'cannibalizes', 'cannibalizing', 'cannibalized', 'cannibalized', tran, [] ). -verb( 'canoe', 'canoes', 'canoeing', 'canoed', 'canoed', tran, ['2A','2C'] ). -verb( 'canonize', 'canonizes', 'canonizing', 'canonized', 'canonized', tran, ['6A'] ). -verb( 'cant', 'cants', 'canting', 'canted', 'canted', _, ['2A','2C','6A','15B'] ). -verb( 'canter', 'canters', 'cantering', 'cantered', 'cantered', _, [] ). -verb( 'canvass', 'canvasses', 'canvassing', 'canvassed', 'canvassed', _, ['2A','3A','6A'] ). -verb( 'cap', 'caps', 'capping', 'capped', 'capped', tran, ['6A'] ). -verb( 'caparison', 'caparisons', 'caparisoning', 'caparisoned', 'caparisoned', tran, [] ). -verb( 'caper', 'capers', 'capering', 'capered', 'capered', intran, [] ). -verb( 'capitalize', 'capitalizes', 'capitalizing', 'capitalized', 'capitalized', _, ['3A','6A'] ). -verb( 'capitulate', 'capitulates', 'capitulating', 'capitulated', 'capitulated', tran, ['2A'] ). -verb( 'capsize', 'capsizes', 'capsizing', 'capsized', 'capsized', _, ['2A','6A'] ). -verb( 'captain', 'captains', 'captaining', 'captained', 'captained', tran, ['6A'] ). -verb( 'captivate', 'captivates', 'captivating', 'captivated', 'captivated', tran, ['6A'] ). -verb( 'capture', 'captures', 'capturing', 'captured', 'captured', tran, ['6A'] ). -verb( 'carbonize', 'carbonizes', 'carbonizing', 'carbonized', 'carbonized', tran, ['6A'] ). -verb( 'card', 'cards', 'carding', 'carded', 'carded', tran, [] ). -verb( 'care', 'cares', 'caring', 'cared', 'cared', intran, ['2A','3A','3B','4C'] ). -verb( 'careen', 'careens', 'careening', 'careened', 'careened', _, ['2A','6A'] ). -verb( 'career', 'careers', 'careering', 'careered', 'careered', intran, ['2C','3A'] ). -verb( 'caress', 'caresses', 'caressing', 'caressed', 'caressed', tran, ['6A'] ). -verb( 'caricature', 'caricatures', 'caricaturing', 'caricatured', 'caricatured', tran, ['6A'] ). -verb( 'carol', 'carols', 'carolling', 'carolled', 'carolled', tran, [] ). -verb( 'carouse', 'carouses', 'carousing', 'caroused', 'caroused', tran, ['2A'] ). -verb( 'carp', 'carps', 'carping', 'carped', 'carped', tran, ['2A','3A'] ). -verb( 'carpet', 'carpets', 'carpeting', 'carpeted', 'carpeted', tran, ['6A'] ). -verb( 'carry', 'carries', 'carrying', 'carried', 'carried', _, ['2B','2C','6A','15A','15B','16B'] ). -verb( 'cart', 'carts', 'carting', 'carted', 'carted', tran, ['6A','15B'] ). -verb( 'cartoon', 'cartoons', 'cartooning', 'cartooned', 'cartooned', tran, [] ). -verb( 'carve', 'carves', 'carving', 'carved', 'carved', _, ['6A','14','15A','15B'] ). -verb( 'cascade', 'cascades', 'cascading', 'cascaded', 'cascaded', intran, [] ). -verb( 'case', 'cases', 'casing', 'cased', 'cased', tran, ['6A'] ). -verb( 'cash', 'cashes', 'cashing', 'cashed', 'cashed', _, ['2C','6A','12B','13B'] ). -verb( 'cashier', 'cashiers', 'cashiering', 'cashiered', 'cashiered', tran, ['6A'] ). -verb( 'cast', 'casts', 'casting', 'cast', 'cast', _, ['2C','6A','15A','15B'] ). -verb( 'castigate', 'castigates', 'castigating', 'castigated', 'castigated', tran, ['6A'] ). -verb( 'castle', 'castles', 'castling', 'castled', 'castled', intran, [] ). -verb( 'castrate', 'castrates', 'castrating', 'castrated', 'castrated', tran, ['6A'] ). -verb( 'catalogue', 'catalogues', 'cataloguing', 'catalogued', 'catalogued', tran, ['6A'] ). -verb( 'catapult', 'catapults', 'catapulting', 'catapulted', 'catapulted', tran, [] ). -verb( 'catcall', 'catcalls', 'catcalling', 'catcalled', 'catcalled', intran, [] ). -verb( 'catch', 'catches', 'catching', 'caught', 'caught', _, ['2C','3A','6A','12C','14','15A','15B','19B','22'] ). -verb( 'catechize', 'catechizes', 'catechizing', 'catechized', 'catechized', tran, ['6A'] ). -verb( 'categorize', 'categorizes', 'categorizing', 'categorized', 'categorized', tran, ['6A'] ). -verb( 'cater', 'caters', 'catering', 'catered', 'catered', intran, ['3A'] ). -verb( 'caterwaul', 'caterwauls', 'caterwauling', 'caterwauled', 'caterwauled', intran, [] ). -verb( 'caulk', 'caulks', 'caulking', 'caulked', 'caulked', tran, ['6A'] ). -verb( 'cause', 'causes', 'causing', 'caused', 'caused', tran, ['6A','12A','13A','17'] ). -verb( 'cauterize', 'cauterizes', 'cauterizing', 'cauterized', 'cauterized', tran, ['6A'] ). -verb( 'caution', 'cautions', 'cautioning', 'cautioned', 'cautioned', tran, ['6A','14','17'] ). -verb( 'cave', 'caves', 'caving', 'caved', 'caved', _, ['2C','15B'] ). -verb( 'cavil', 'cavils', 'cavilling', 'cavilled', 'cavilled', intran, ['2A','3A'] ). -verb( 'cavort', 'cavorts', 'cavorting', 'cavorted', 'cavorted', intran, [] ). -verb( 'caw', 'caws', 'cawing', 'cawed', 'cawed', _, ['2A','15B'] ). -verb( 'cease', 'ceases', 'ceasing', 'ceased', 'ceased', _, ['2A','3A','6A','6D','7A'] ). -verb( 'cede', 'cedes', 'ceding', 'ceded', 'ceded', tran, ['6A','14'] ). -verb( 'celebrate', 'celebrates', 'celebrating', 'celebrated', 'celebrated', tran, ['6A'] ). -verb( 'cement', 'cements', 'cementing', 'cemented', 'cemented', tran, ['6A','15B'] ). -verb( 'censor', 'censors', 'censoring', 'censored', 'censored', tran, ['6A'] ). -verb( 'censure', 'censures', 'censuring', 'censured', 'censured', tran, ['6A','14'] ). -verb( 'centralize', 'centralizes', 'centralizing', 'centralized', 'centralized', _, ['2A','6A'] ). -verb( 'centre', 'centres', 'centring', 'centred', 'centred', _, ['3A','6A','14','15A'] ). -verb( 'certificate', 'certificates', 'certificating', 'certificated', 'certificated', tran, [] ). -verb( 'certify', 'certifies', 'certifying', 'certified', 'certified', _, ['3A','6A','9','16B','25'] ). -verb( 'chafe', 'chafes', 'chafing', 'chafed', 'chafed', _, ['2A','3A','6A'] ). -verb( 'chaff', 'chaffs', 'chaffing', 'chaffed', 'chaffed', tran, ['2A','2C','6A','15A'] ). -verb( 'chagrin', 'chagrins', 'chagrining', 'chagrined', 'chagrined', tran, ['6A'] ). -verb( 'chain', 'chains', 'chaining', 'chained', 'chained', tran, ['6A','15A','15B'] ). -verb( 'chair', 'chairs', 'chairing', 'chaired', 'chaired', tran, ['6A'] ). -verb( 'chalk', 'chalks', 'chalking', 'chalked', 'chalked', tran, ['15B'] ). -verb( 'challenge', 'challenges', 'challenging', 'challenged', 'challenged', tran, ['6A','14','17'] ). -verb( 'champ', 'champs', 'champing', 'champed', 'champed', _, ['2A','2C','4A','6A'] ). -verb( 'champion', 'champions', 'championing', 'championed', 'championed', tran, ['6A'] ). -verb( 'chance', 'chances', 'chancing', 'chanced', 'chanced', _, ['2A','3A','4E','6A','6C'] ). -verb( 'change', 'changes', 'changing', 'changed', 'changed', _, ['2A','2C','6A','14'] ). -verb( 'channel', 'channels', 'channelling', 'channelled', 'channelled', tran, ['6A','14'] ). -verb( 'chant', 'chants', 'chanting', 'chanted', 'chanted', _, ['2A','6A'] ). -verb( 'chap', 'chaps', 'chapping', 'chapped', 'chapped', _, ['2A','6A'] ). -verb( 'chaperon', 'chaperons', 'chaperoning', 'chaperoned', 'chaperoned', tran, ['6A'] ). -verb( 'char', 'chars', 'charring', 'charred', 'charred', _, ['2A','6A'] ). -verb( 'characterize', 'characterizes', 'characterizing', 'characterized', 'characterized', tran, ['6A'] ). -verb( 'charge', 'charges', 'charging', 'charged', 'charged', _, ['2A','2B','2C','6A','14','15A','15B','17'] ). -verb( 'charm', 'charms', 'charming', 'charmed', 'charmed', _, ['2A','6A','15A'] ). -verb( 'chart', 'charts', 'charting', 'charted', 'charted', tran, ['6A'] ). -verb( 'charter', 'charters', 'chartering', 'chartered', 'chartered', tran, ['6A'] ). -verb( 'chase', 'chases', 'chasing', 'chased', 'chased', _, ['2C','3A','6A','15A','15B'] ). -verb( 'chasten', 'chastens', 'chastening', 'chastened', 'chastened', tran, ['6A'] ). -verb( 'chastise', 'chastises', 'chastising', 'chastised', 'chastised', tran, ['6A'] ). -verb( 'chat', 'chats', 'chatting', 'chatted', 'chatted', _, ['2A','2C','15B'] ). -verb( 'chatter', 'chatters', 'chattering', 'chattered', 'chattered', intran, ['2A','2C'] ). -verb( 'chaw', 'chaws', 'chawing', 'chawed', 'chawed', tran, [] ). -verb( 'cheapen', 'cheapens', 'cheapening', 'cheapened', 'cheapened', _, ['2A','6A'] ). -verb( 'cheat', 'cheats', 'cheating', 'cheated', 'cheated', _, ['2A','2C','6A','14'] ). -verb( 'check', 'checks', 'checking', 'checked', 'checked', _, ['2C','6A','15B'] ). -verb( 'checker', 'checkers', 'checkering', 'checkered', 'checkered', tran, [] ). -verb( 'checkmate', 'checkmates', 'checkmating', 'checkmated', 'checkmated', tran, ['6A'] ). -verb( 'cheek', 'cheeks', 'cheeking', 'cheeked', 'cheeked', tran, ['6A'] ). -verb( 'cheep', 'cheeps', 'cheeping', 'cheeped', 'cheeped', intran, [] ). -verb( 'cheer', 'cheers', 'cheering', 'cheered', 'cheered', _, ['2A','2C','6A','15B'] ). -verb( 'chequer', 'chequers', 'chequering', 'chequered', 'chequered', tran, [] ). -verb( 'cherish', 'cherishes', 'cherishing', 'cherished', 'cherished', tran, ['6A'] ). -verb( 'chew', 'chews', 'chewing', 'chewed', 'chewed', _, ['2A','2C','3A','6A','15B'] ). -verb( 'chide', 'chides', 'chiding', 'chided', 'chided', _, ['6A','14'] ). -verb( 'chill', 'chills', 'chilling', 'chilled', 'chilled', _, ['2A','2C','6A'] ). -verb( 'chime', 'chimes', 'chiming', 'chimed', 'chimed', _, ['2A','2C','6A','15A'] ). -verb( 'chink', 'chinks', 'chinking', 'chinked', 'chinked', _, ['2A','2C','6A','15B'] ). -verb( 'chip', 'chips', 'chipping', 'chipped', 'chipped', _, ['2A','2C','6A','15A','15B'] ). -verb( 'chirp', 'chirps', 'chirping', 'chirped', 'chirped', _, [] ). -verb( 'chirrup', 'chirrups', 'chirruping', 'chirruped', 'chirruped', _, [] ). -verb( 'chisel', 'chisels', 'chiselling', 'chiselled', 'chiselled', tran, ['6A','14','15B'] ). -verb( 'chivvy', 'chivvies', 'chivvying', 'chivvied', 'chivvied', tran, ['15B'] ). -verb( 'chivy', 'chivies', 'chivying', 'chivied', 'chivied', tran, ['15B'] ). -verb( 'chlorinate', 'chlorinates', 'chlorinating', 'chlorinated', 'chlorinated', tran, [] ). -verb( 'chock', 'chocks', 'chocking', 'chocked', 'chocked', tran, ['6A','15B'] ). -verb( 'choke', 'chokes', 'choking', 'choked', 'choked', _, ['2A','3A','6A','14','15B'] ). -verb( 'choose', 'chooses', 'choosing', 'chose', 'chosen', _, ['2A','2C','3A','6A','7A','16A','16B','23'] ). -verb( 'chop', 'chops', 'chopping', 'chopped', 'chopped', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'chortle', 'chortles', 'chortling', 'chortled', 'chortled', intran, [] ). -verb( 'chorus', 'choruses', 'chorusing', 'chorused', 'chorused', tran, [] ). -verb( 'christen', 'christens', 'christening', 'christened', 'christened', tran, ['6A','23'] ). -verb( 'chronicle', 'chronicles', 'chronicling', 'chronicled', 'chronicled', tran, ['6A'] ). -verb( 'chuck', 'chucks', 'chucking', 'chucked', 'chucked', tran, ['6A','12A','13A','15A','15B'] ). -verb( 'chuckle', 'chuckles', 'chuckling', 'chuckled', 'chuckled', intran, ['2A','2C'] ). -verb( 'chug', 'chugs', 'chugging', 'chugged', 'chugged', intran, ['2C'] ). -verb( 'chum', 'chums', 'chumming', 'chummed', 'chummed', intran, ['2C'] ). -verb( 'churn', 'churns', 'churning', 'churned', 'churned', _, ['2A','2C','6A','15B'] ). -verb( 'cipher', 'ciphers', 'ciphering', 'ciphered', 'ciphered', _, ['2A','6A'] ). -verb( 'circle', 'circles', 'circling', 'circled', 'circled', _, ['2A','2C','6A'] ). -verb( 'circularize', 'circularizes', 'circularizing', 'circularized', 'circularized', tran, ['6A'] ). -verb( 'circulate', 'circulates', 'circulating', 'circulated', 'circulated', _, ['2A','2C','6A'] ). -verb( 'circumcise', 'circumcises', 'circumcising', 'circumcised', 'circumcised', tran, [] ). -verb( 'circumnavigate', 'circumnavigates', 'circumnavigating', 'circumnavigated', 'circumnavigated', tran, ['6A'] ). -verb( 'circumscribe', 'circumscribes', 'circumscribing', 'circumscribed', 'circumscribed', tran, ['6A'] ). -verb( 'circumvent', 'circumvents', 'circumventing', 'circumvented', 'circumvented', tran, ['6A'] ). -verb( 'cite', 'cites', 'citing', 'cited', 'cited', tran, ['6A'] ). -verb( 'civilize', 'civilizes', 'civilizing', 'civilized', 'civilized', tran, ['6A'] ). -verb( 'clack', 'clacks', 'clacking', 'clacked', 'clacked', intran, [] ). -verb( 'claim', 'claims', 'claiming', 'claimed', 'claimed', _, ['2A','4A','7A','9'] ). -verb( 'clam', 'clams', 'clamming', 'clammed', 'clammed', intran, ['2A','2C'] ). -verb( 'clamber', 'clambers', 'clambering', 'clambered', 'clambered', intran, ['2C'] ). -verb( 'clamour', 'clamours', 'clamouring', 'clamoured', 'clamoured', _, ['2A','2C','4A'] ). -verb( 'clamp', 'clamps', 'clamping', 'clamped', 'clamped', _, ['2C','6A','15B'] ). -verb( 'clang', 'clangs', 'clanging', 'clanged', 'clanged', _, [] ). -verb( 'clank', 'clanks', 'clanking', 'clanked', 'clanked', _, [] ). -verb( 'clap', 'claps', 'clapping', 'clapped', 'clapped', _, ['2A','2B','6A','14','15A','15B'] ). -verb( 'clarify', 'clarifies', 'clarifying', 'clarified', 'clarified', _, ['2A','6A'] ). -verb( 'clash', 'clashes', 'clashing', 'clashed', 'clashed', _, ['2A','2C','3A','6A','15B'] ). -verb( 'clasp', 'clasps', 'clasping', 'clasped', 'clasped', _, ['2A','6A','15A'] ). -verb( 'class', 'classes', 'classing', 'classed', 'classed', tran, ['6A','14'] ). -verb( 'classify', 'classifies', 'classifying', 'classified', 'classified', tran, ['6A'] ). -verb( 'clatter', 'clatters', 'clattering', 'clattered', 'clattered', _, ['2A','2C','6A'] ). -verb( 'claw', 'claws', 'clawing', 'clawed', 'clawed', tran, ['3A','6A','15B'] ). -verb( 'clean', 'cleans', 'cleaning', 'cleaned', 'cleaned', _, ['2A','2C','6A','15B'] ). -verb( 'cleanse', 'cleanses', 'cleansing', 'cleansed', 'cleansed', tran, ['6A'] ). -verb( 'clear', 'clears', 'clearing', 'cleared', 'cleared', _, ['2C','6A','14','15B'] ). -verb( 'cleave', 'cleaves', 'cleaving', 'cleaved', 'cleaved', _, ['2A','3A','6A','14','15A','15B','22'] ). -verb( 'clench', 'clenches', 'clenching', 'clenched', 'clenched', tran, ['6A','14'] ). -verb( 'clerk', 'clerks', 'clerking', 'clerked', 'clerked', intran, [] ). -verb( 'clew', 'clews', 'clewing', 'clewed', 'clewed', tran, [] ). -verb( 'click', 'clicks', 'clicking', 'clicked', 'clicked', intran, ['2A'] ). -verb( 'climax', 'climaxes', 'climaxing', 'climaxed', 'climaxed', _, [] ). -verb( 'climb', 'climbs', 'climbing', 'climbed', 'climbed', _, ['2A','2C','6A'] ). -verb( 'clinch', 'clinches', 'clinching', 'clinched', 'clinched', _, ['2A','6A'] ). -verb( 'cling', 'clings', 'clinging', 'clung', 'clung', intran, ['2C','3A'] ). -verb( 'clink', 'clinks', 'clinking', 'clinked', 'clinked', _, [] ). -verb( 'clip', 'clips', 'clipping', 'clipped', 'clipped', tran, ['2C','6A','15A','15B','22'] ). -verb( 'cloak', 'cloaks', 'cloaking', 'cloaked', 'cloaked', tran, ['6A'] ). -verb( 'clobber', 'clobbers', 'clobbering', 'clobbered', 'clobbered', tran, ['6A'] ). -verb( 'clock', 'clocks', 'clocking', 'clocked', 'clocked', _, ['2C','6A','15B'] ). -verb( 'clog', 'clogs', 'clogging', 'clogged', 'clogged', _, ['2A','2C','6A','15B'] ). -verb( 'cloister', 'cloisters', 'cloistering', 'cloistered', 'cloistered', tran, ['6A'] ). -verb( 'close', 'closes', 'closing', 'closed', 'closed', _, ['2A','2C','3A','6A','15B'] ). -verb( 'closet', 'closets', 'closeting', 'closeted', 'closeted', tran, [] ). -verb( 'clot', 'clots', 'clotting', 'clotted', 'clotted', _, ['2A','6A'] ). -verb( 'clothe', 'clothes', 'clothing', 'clothed', 'clothed', tran, ['6A'] ). -verb( 'cloud', 'clouds', 'clouding', 'clouded', 'clouded', _, ['2A','2C','3A','6A'] ). -verb( 'clout', 'clouts', 'clouting', 'clouted', 'clouted', tran, [] ). -verb( 'clown', 'clowns', 'clowning', 'clowned', 'clowned', intran, ['2A'] ). -verb( 'cloy', 'cloys', 'cloying', 'cloyed', 'cloyed', _, ['2A','6A'] ). -verb( 'club', 'clubs', 'clubbing', 'clubbed', 'clubbed', _, ['2C','6A','16A'] ). -verb( 'cluck', 'clucks', 'clucking', 'clucked', 'clucked', intran, [] ). -verb( 'clump', 'clumps', 'clumping', 'clumped', 'clumped', _, ['2A','2C'] ). -verb( 'clunk', 'clunks', 'clunking', 'clunked', 'clunked', intran, [] ). -verb( 'cluster', 'clusters', 'clustering', 'clustered', 'clustered', intran, ['2A','2C','3A'] ). -verb( 'clutch', 'clutches', 'clutching', 'clutched', 'clutched', _, ['2A','3A','15A'] ). -verb( 'clutter', 'clutters', 'cluttering', 'cluttered', 'cluttered', tran, ['6A','15B'] ). -verb( 'co-opt', 'co-opts', 'co-opting', 'co-opted', 'co-opted', tran, ['6A','14'] ). -verb( 'co-star', 'co-stars', 'co-starring', 'co-starred', 'co-starred', _, ['6A','14'] ). -verb( 'coach', 'coaches', 'coaching', 'coached', 'coached', _, ['2A','6A','14'] ). -verb( 'coagulate', 'coagulates', 'coagulating', 'coagulated', 'coagulated', _, ['2A','6A'] ). -verb( 'coal', 'coals', 'coaling', 'coaled', 'coaled', _, ['2A','6A'] ). -verb( 'coalesce', 'coalesces', 'coalescing', 'coalesced', 'coalesced', intran, [] ). -verb( 'coarsen', 'coarsens', 'coarsening', 'coarsened', 'coarsened', _, ['2A','6A'] ). -verb( 'coast', 'coasts', 'coasting', 'coasted', 'coasted', _, ['2A','2C','3A','6A'] ). -verb( 'coat', 'coats', 'coating', 'coated', 'coated', tran, ['6A','14'] ). -verb( 'coax', 'coaxes', 'coaxing', 'coaxed', 'coaxed', _, ['2A','6A','14','15B','17'] ). -verb( 'cobble', 'cobbles', 'cobbling', 'cobbled', 'cobbled', tran, ['6A'] ). -verb( 'cock', 'cocks', 'cocking', 'cocked', 'cocked', tran, ['6A','15B'] ). -verb( 'cocoon', 'cocoons', 'cocooning', 'cocooned', 'cocooned', tran, ['6A'] ). -verb( 'cod', 'cods', 'codding', 'codded', 'codded', _, ['2A','6A'] ). -verb( 'coddle', 'coddles', 'coddling', 'coddled', 'coddled', tran, ['6A'] ). -verb( 'code', 'codes', 'coding', 'coded', 'coded', tran, [] ). -verb( 'codify', 'codifies', 'codifying', 'codified', 'codified', tran, ['6A'] ). -verb( 'coerce', 'coerces', 'coercing', 'coerced', 'coerced', tran, ['6A','14'] ). -verb( 'coexist', 'coexists', 'coexisting', 'coexisted', 'coexisted', intran, ['2A','3A'] ). -verb( 'cogitate', 'cogitates', 'cogitating', 'cogitated', 'cogitated', _, ['2A','3A','6A','14'] ). -verb( 'cohabit', 'cohabits', 'cohabiting', 'cohabited', 'cohabited', intran, [] ). -verb( 'cohere', 'coheres', 'cohering', 'cohered', 'cohered', intran, ['2A'] ). -verb( 'coil', 'coils', 'coiling', 'coiled', 'coiled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'coin', 'coins', 'coining', 'coined', 'coined', tran, ['6A'] ). -verb( 'coincide', 'coincides', 'coinciding', 'coincided', 'coincided', intran, ['2A','3A'] ). -verb( 'coke', 'cokes', 'coking', 'coked', 'coked', tran, [] ). -verb( 'cold-shoulder', 'cold-shoulders', 'cold-shouldering', 'cold-shouldered', 'cold-shouldered', tran, ['6A'] ). -verb( 'collaborate', 'collaborates', 'collaborating', 'collaborated', 'collaborated', intran, ['2A','3A'] ). -verb( 'collapse', 'collapses', 'collapsing', 'collapsed', 'collapsed', intran, ['2A','6A'] ). -verb( 'collar', 'collars', 'collaring', 'collared', 'collared', tran, ['6A'] ). -verb( 'collate', 'collates', 'collating', 'collated', 'collated', tran, ['6A'] ). -verb( 'collect', 'collects', 'collecting', 'collected', 'collected', _, ['2A','2C','6A','15B'] ). -verb( 'collectivize', 'collectivizes', 'collectivizing', 'collectivized', 'collectivized', tran, ['6A'] ). -verb( 'collide', 'collides', 'colliding', 'collided', 'collided', intran, ['2A','2C','3A'] ). -verb( 'collocate', 'collocates', 'collocating', 'collocated', 'collocated', intran, ['2A','3A'] ). -verb( 'colonize', 'colonizes', 'colonizing', 'colonized', 'colonized', tran, ['6A'] ). -verb( 'colour', 'colours', 'colouring', 'coloured', 'coloured', _, ['2A','2C','6A','22'] ). -verb( 'comb', 'combs', 'combing', 'combed', 'combed', _, ['2C','3A','6A','15B'] ). -verb( 'combat', 'combats', 'combating', 'combated', 'combated', _, ['3A','6A'] ). -verb( 'combine', 'combines', 'combining', 'combined', 'combined', _, ['2A','3A','4A','6A','14'] ). -verb( 'come', 'comes', 'coming', 'came', 'come', intran, ['2A','2B','2C','2D','2E','3A','4A'] ). -verb( 'comfort', 'comforts', 'comforting', 'comforted', 'comforted', tran, ['6A'] ). -verb( 'command', 'commands', 'commanding', 'commanded', 'commanded', _, ['2A','6A','9','17'] ). -verb( 'commandeer', 'commandeers', 'commandeering', 'commandeered', 'commandeered', tran, ['6A'] ). -verb( 'commemorate', 'commemorates', 'commemorating', 'commemorated', 'commemorated', tran, ['6A'] ). -verb( 'commence', 'commences', 'commencing', 'commenced', 'commenced', _, ['2A','3A','6A','6C'] ). -verb( 'commend', 'commends', 'commending', 'commended', 'commended', tran, ['6A','14'] ). -verb( 'comment', 'comments', 'commenting', 'commented', 'commented', intran, ['2A','3A'] ). -verb( 'commentate', 'commentates', 'commentating', 'commentated', 'commentated', intran, ['3A'] ). -verb( 'commercialize', 'commercializes', 'commercializing', 'commercialized', 'commercialized', tran, ['6A'] ). -verb( 'commingle', 'commingles', 'commingling', 'commingled', 'commingled', _, ['2A','6A'] ). -verb( 'commiserate', 'commiserates', 'commiserating', 'commiserated', 'commiserated', intran, ['3A'] ). -verb( 'commission', 'commissions', 'commissioning', 'commissioned', 'commissioned', tran, ['6A','17'] ). -verb( 'commit', 'commits', 'committing', 'committed', 'committed', tran, ['6A','14','16A'] ). -verb( 'commune', 'communes', 'communing', 'communed', 'communed', intran, ['2C','3A'] ). -verb( 'communicate', 'communicates', 'communicating', 'communicated', 'communicated', _, ['2A','3A','6A','14'] ). -verb( 'commute', 'commutes', 'commuting', 'commuted', 'commuted', _, ['2A','6A','14'] ). -verb( 'comp`ere', 'comp`eres', 'comp`ering', 'comp`ered', 'comp`ered', tran, [] ). -verb( 'compact', 'compacts', 'compacting', 'compacted', 'compacted', tran, [] ). -verb( 'compare', 'compares', 'comparing', 'compared', 'compared', _, ['3A','6A','14'] ). -verb( 'compartmentalize', 'compartmentalizes', 'compartmentalizing', 'compartmentalized', 'compartmentalized', tran, [] ). -verb( 'compass', 'compasses', 'compassing', 'compassed', 'compassed', tran, [] ). -verb( 'compel', 'compels', 'compelling', 'compelled', 'compelled', tran, ['6A','14','17'] ). -verb( 'compensate', 'compensates', 'compensating', 'compensated', 'compensated', _, ['3A','6A','14'] ). -verb( 'compete', 'competes', 'competing', 'competed', 'competed', intran, ['2A','3A'] ). -verb( 'compile', 'compiles', 'compiling', 'compiled', 'compiled', tran, ['6A'] ). -verb( 'complain', 'complains', 'complaining', 'complained', 'complained', intran, ['2A','3A','3B'] ). -verb( 'complement', 'complements', 'complementing', 'complemented', 'complemented', tran, ['6A'] ). -verb( 'complete', 'completes', 'completing', 'completed', 'completed', tran, ['6A'] ). -verb( 'complicate', 'complicates', 'complicating', 'complicated', 'complicated', tran, ['6A'] ). -verb( 'compliment', 'compliments', 'complimenting', 'complimented', 'complimented', tran, ['6A','14'] ). -verb( 'comply', 'complies', 'complying', 'complied', 'complied', tran, ['2A','3A'] ). -verb( 'comport', 'comports', 'comporting', 'comported', 'comported', _, ['3A','15A'] ). -verb( 'compose', 'composes', 'composing', 'composed', 'composed', _, ['2A','6A','16A'] ). -verb( 'compost', 'composts', 'composting', 'composted', 'composted', tran, ['6A'] ). -verb( 'compound', 'compounds', 'compounding', 'compounded', 'compounded', _, ['2A','3A','6A'] ). -verb( 'comprehend', 'comprehends', 'comprehending', 'comprehended', 'comprehended', tran, ['6A'] ). -verb( 'compress', 'compresses', 'compressing', 'compressed', 'compressed', tran, ['6A','14'] ). -verb( 'comprise', 'comprises', 'comprising', 'comprised', 'comprised', tran, ['6A'] ). -verb( 'compromise', 'compromises', 'compromising', 'compromised', 'compromised', _, ['2A','6A'] ). -verb( 'compute', 'computes', 'computing', 'computed', 'computed', _, ['2A','6A','14'] ). -verb( 'computerize', 'computerizes', 'computerizing', 'computerized', 'computerized', tran, ['6A'] ). -verb( 'con', 'cons', 'conning', 'conned', 'conned', tran, ['6A','14'] ). -verb( 'conceal', 'conceals', 'concealing', 'concealed', 'concealed', tran, ['6A','14'] ). -verb( 'concede', 'concedes', 'conceding', 'conceded', 'conceded', tran, ['6A','9','12A','13A'] ). -verb( 'conceive', 'conceives', 'conceiving', 'conceived', 'conceived', _, ['2A','3A','6A','9','10','14'] ). -verb( 'concentrate', 'concentrates', 'concentrating', 'concentrated', 'concentrated', _, ['2A','3A','6A','14'] ). -verb( 'concern', 'concerns', 'concerning', 'concerned', 'concerned', tran, ['6A','14'] ). -verb( 'concert', 'concerts', 'concerting', 'concerted', 'concerted', tran, [] ). -verb( 'conciliate', 'conciliates', 'conciliating', 'conciliated', 'conciliated', tran, ['6A'] ). -verb( 'conclude', 'concludes', 'concluding', 'concluded', 'concluded', _, ['2A','3A','6A','7A','9','14'] ). -verb( 'concoct', 'concocts', 'concocting', 'concocted', 'concocted', tran, ['6A'] ). -verb( 'concrete', 'concretes', 'concreting', 'concreted', 'concreted', _, ['2A','6A'] ). -verb( 'concur', 'concurs', 'concurring', 'concurred', 'concurred', intran, ['2A','3A','4A'] ). -verb( 'concuss', 'concusses', 'concussing', 'concussed', 'concussed', tran, ['6A'] ). -verb( 'condemn', 'condemns', 'condemning', 'condemned', 'condemned', tran, ['6A','14','16B','17'] ). -verb( 'condense', 'condenses', 'condensing', 'condensed', 'condensed', _, ['2A','3A','6A','14'] ). -verb( 'condescend', 'condescends', 'condescending', 'condescended', 'condescended', intran, ['2A','3A','4A'] ). -verb( 'condition', 'conditions', 'conditioning', 'conditioned', 'conditioned', tran, ['6A'] ). -verb( 'condole', 'condoles', 'condoling', 'condoled', 'condoled', intran, ['3A'] ). -verb( 'condone', 'condones', 'condoning', 'condoned', 'condoned', tran, ['6A','6C'] ). -verb( 'conduce', 'conduces', 'conducing', 'conduced', 'conduced', intran, ['3A'] ). -verb( 'conduct', 'conducts', 'conducting', 'conducted', 'conducted', _, ['2A','6A','14','15A','15B','16A'] ). -verb( 'cone', 'cones', 'coning', 'coned', 'coned', tran, ['15B'] ). -verb( 'confab', 'confabs', 'confabbing', 'confabbed', 'confabbed', intran, [] ). -verb( 'confabulate', 'confabulates', 'confabulating', 'confabulated', 'confabulated', intran, ['2A','3A'] ). -verb( 'confederate', 'confederates', 'confederating', 'confederated', 'confederated', _, ['2A','3A','6A','14'] ). -verb( 'confer', 'confers', 'conferring', 'conferred', 'conferred', _, ['2A','3A','14'] ). -verb( 'confess', 'confesses', 'confessing', 'confessed', 'confessed', _, ['2A','3A','3B','6A','9','14','25'] ). -verb( 'confide', 'confides', 'confiding', 'confided', 'confided', _, ['3A','14'] ). -verb( 'configure', 'configures', 'configuring', 'configured', 'configured', tran, ['6A'] ). -verb( 'confine', 'confines', 'confining', 'confined', 'confined', tran, ['6A','14'] ). -verb( 'confirm', 'confirms', 'confirming', 'confirmed', 'confirmed', tran, ['6A','9'] ). -verb( 'confiscate', 'confiscates', 'confiscating', 'confiscated', 'confiscated', tran, ['6A'] ). -verb( 'conflict', 'conflicts', 'conflicting', 'conflicted', 'conflicted', intran, ['2A','3A'] ). -verb( 'conform', 'conforms', 'conforming', 'conformed', 'conformed', _, ['2A','3A','14'] ). -verb( 'confound', 'confounds', 'confounding', 'confounded', 'confounded', tran, ['6A','14'] ). -verb( 'confront', 'confronts', 'confronting', 'confronted', 'confronted', tran, ['6A','14'] ). -verb( 'confuse', 'confuses', 'confusing', 'confused', 'confused', tran, ['6A','14'] ). -verb( 'confute', 'confutes', 'confuting', 'confuted', 'confuted', tran, ['6A'] ). -verb( 'congeal', 'congeals', 'congealing', 'congealed', 'congealed', _, ['2A','6A'] ). -verb( 'conglomerate', 'conglomerates', 'conglomerating', 'conglomerated', 'conglomerated', _, ['2A','6A'] ). -verb( 'congratulate', 'congratulates', 'congratulating', 'congratulated', 'congratulated', tran, ['6A','14'] ). -verb( 'congregate', 'congregates', 'congregating', 'congregated', 'congregated', _, ['2A','2C','6A'] ). -verb( 'conjecture', 'conjectures', 'conjecturing', 'conjectured', 'conjectured', _, ['2A','6A','9','25'] ). -verb( 'conjoin', 'conjoins', 'conjoining', 'conjoined', 'conjoined', _, ['2A','6A'] ). -verb( 'conjugate', 'conjugates', 'conjugating', 'conjugated', 'conjugated', _, ['2A','6A'] ). -verb( 'conjure', 'conjures', 'conjuring', 'conjured', 'conjured', _, ['2A','15A','15B','17'] ). -verb( 'conk', 'conks', 'conking', 'conked', 'conked', intran, [] ). -verb( 'connect', 'connects', 'connecting', 'connected', 'connected', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'connive', 'connives', 'conniving', 'connived', 'connived', intran, ['3A'] ). -verb( 'connote', 'connotes', 'connoting', 'connoted', 'connoted', tran, ['6A'] ). -verb( 'conquer', 'conquers', 'conquering', 'conquered', 'conquered', tran, ['6A'] ). -verb( 'conscript', 'conscripts', 'conscripting', 'conscripted', 'conscripted', tran, ['6A','14'] ). -verb( 'consecrate', 'consecrates', 'consecrating', 'consecrated', 'consecrated', tran, ['6A','14','23'] ). -verb( 'consent', 'consents', 'consenting', 'consented', 'consented', intran, ['2A','3A','7A'] ). -verb( 'conserve', 'conserves', 'conserving', 'conserved', 'conserved', tran, ['6A'] ). -verb( 'consider', 'considers', 'considering', 'considered', 'considered', tran, ['6A','6C','8','9','10','25'] ). -verb( 'consign', 'consigns', 'consigning', 'consigned', 'consigned', tran, ['6A','14'] ). -verb( 'consist', 'consists', 'consisting', 'consisted', 'consisted', intran, ['3A'] ). -verb( 'console', 'consoles', 'consoling', 'consoled', 'consoled', tran, ['6A','14'] ). -verb( 'consolidate', 'consolidates', 'consolidating', 'consolidated', 'consolidated', _, ['2A','6A'] ). -verb( 'consort', 'consorts', 'consorting', 'consorted', 'consorted', intran, ['2C','3A'] ). -verb( 'conspire', 'conspires', 'conspiring', 'conspired', 'conspired', _, ['2A','3A','4A','6A'] ). -verb( 'constipate', 'constipates', 'constipating', 'constipated', 'constipated', tran, ['6A'] ). -verb( 'constitute', 'constitutes', 'constituting', 'constituted', 'constituted', tran, ['6A','23'] ). -verb( 'constitutionalize', 'constitutionalizes', 'constitutionalizing', 'constitutionalized', 'constitutionalized', tran, [] ). -verb( 'constrain', 'constrains', 'constraining', 'constrained', 'constrained', tran, ['6A','17'] ). -verb( 'constrict', 'constricts', 'constricting', 'constricted', 'constricted', tran, ['6A'] ). -verb( 'construct', 'constructs', 'constructing', 'constructed', 'constructed', tran, ['6A'] ). -verb( 'construe', 'construes', 'construing', 'construed', 'construed', _, ['2A','6A'] ). -verb( 'consult', 'consults', 'consulting', 'consulted', 'consulted', _, ['3A','6A','14'] ). -verb( 'consume', 'consumes', 'consuming', 'consumed', 'consumed', _, ['6A'] ). -verb( 'consummate', 'consummates', 'consummating', 'consummated', 'consummated', tran, ['6A'] ). -verb( 'contact', 'contacts', 'contacting', 'contacted', 'contacted', tran, ['6A'] ). -verb( 'contain', 'contains', 'containing', 'contained', 'contained', tran, ['6A'] ). -verb( 'contaminate', 'contaminates', 'contaminating', 'contaminated', 'contaminated', tran, ['6A'] ). -verb( 'contemn', 'contemns', 'contemning', 'contemned', 'contemned', tran, ['6A'] ). -verb( 'contemplate', 'contemplates', 'contemplating', 'contemplated', 'contemplated', _, ['2A','6A','6C','19C'] ). -verb( 'contend', 'contends', 'contending', 'contended', 'contended', _, ['3A','9'] ). -verb( 'content', 'contents', 'contenting', 'contented', 'contented', tran, ['6A','14'] ). -verb( 'contest', 'contests', 'contesting', 'contested', 'contested', _, ['3A','6A','9'] ). -verb( 'continue', 'continues', 'continuing', 'continued', 'continued', _, ['2A','2B','2D','2E','6A','6D','7A','14'] ). -verb( 'contort', 'contorts', 'contorting', 'contorted', 'contorted', tran, ['6A','14'] ). -verb( 'contour', 'contours', 'contouring', 'contoured', 'contoured', tran, ['6A'] ). -verb( 'contract', 'contracts', 'contracting', 'contracted', 'contracted', _, ['2A','2C','4A','6A','14'] ). -verb( 'contradict', 'contradicts', 'contradicting', 'contradicted', 'contradicted', tran, ['6A'] ). -verb( 'contradistinguish', 'contradistinguishes', 'contradistinguishing', 'contradistinguished', 'contradistinguished', tran, ['14'] ). -verb( 'contrast', 'contrasts', 'contrasting', 'contrasted', 'contrasted', _, ['2C','3A','6A','14'] ). -verb( 'contravene', 'contravenes', 'contravening', 'contravened', 'contravened', tran, ['6A'] ). -verb( 'contribute', 'contributes', 'contributing', 'contributed', 'contributed', _, ['2A','3A','6A','14'] ). -verb( 'contrive', 'contrives', 'contriving', 'contrived', 'contrived', _, ['2A','6A','7A'] ). -verb( 'control', 'controls', 'controlling', 'controlled', 'controlled', tran, ['6A'] ). -verb( 'controvert', 'controverts', 'controverting', 'controverted', 'controverted', tran, ['6A'] ). -verb( 'contuse', 'contuses', 'contusing', 'contused', 'contused', tran, ['6A'] ). -verb( 'convalesce', 'convalesces', 'convalescing', 'convalesced', 'convalesced', intran, ['2A'] ). -verb( 'convene', 'convenes', 'convening', 'convened', 'convened', _, ['2A','6A'] ). -verb( 'converge', 'converges', 'converging', 'converged', 'converged', intran, ['2A','2C','3A'] ). -verb( 'converse', 'converses', 'conversing', 'conversed', 'conversed', intran, ['2A','2C','3A'] ). -verb( 'convert', 'converts', 'converting', 'converted', 'converted', tran, ['6A','14'] ). -verb( 'convey', 'conveys', 'conveying', 'conveyed', 'conveyed', tran, ['6A','14'] ). -verb( 'convict', 'convicts', 'convicting', 'convicted', 'convicted', tran, ['6A','14'] ). -verb( 'convince', 'convinces', 'convincing', 'convinced', 'convinced', tran, ['6A','11','14'] ). -verb( 'convoke', 'convokes', 'convoking', 'convoked', 'convoked', tran, ['6A'] ). -verb( 'convoy', 'convoys', 'convoying', 'convoyed', 'convoyed', tran, ['6A'] ). -verb( 'convulse', 'convulses', 'convulsing', 'convulsed', 'convulsed', tran, ['6A'] ). -verb( 'coo', 'coos', 'cooing', 'cooed', 'cooed', _, [] ). -verb( 'cook', 'cooks', 'cooking', 'cooked', 'cooked', _, ['2A','6A','12B','13B','15B'] ). -verb( 'cool', 'cools', 'cooling', 'cooled', 'cooled', _, ['2A','2C','6A'] ). -verb( 'coop', 'coops', 'cooping', 'cooped', 'cooped', tran, ['6A','15B'] ). -verb( 'cooperate', 'cooperates', 'cooperating', 'cooperated', 'cooperated', intran, ['2A','3A','4A'] ). -verb( 'coordinate', 'coordinates', 'coordinating', 'coordinated', 'coordinated', tran, ['6A'] ). -verb( 'cop', 'cops', 'copping', 'copped', 'copped', _, ['2C'] ). -verb( 'cope', 'copes', 'coping', 'coped', 'coped', intran, ['2A','3A'] ). -verb( 'copper', 'coppers', 'coppering', 'coppered', 'coppered', tran, [] ). -verb( 'copper-bottom', 'copper-bottoms', 'copper-bottoming', 'copper-bottomed', 'copper-bottomed', tran, [] ). -verb( 'copulate', 'copulates', 'copulating', 'copulated', 'copulated', intran, ['2A','3A'] ). -verb( 'copy', 'copies', 'copying', 'copied', 'copied', _, ['2A','6A','15A','15B'] ). -verb( 'copyright', 'copyrights', 'copyrighting', 'copyrighted', 'copyrighted', tran, [] ). -verb( 'cord', 'cords', 'cording', 'corded', 'corded', tran, [] ). -verb( 'cordon', 'cordons', 'cordoning', 'cordoned', 'cordoned', tran, ['15B'] ). -verb( 'core', 'cores', 'coring', 'cored', 'cored', tran, ['6A'] ). -verb( 'cork', 'corks', 'corking', 'corked', 'corked', tran, ['6A','15A'] ). -verb( 'corn', 'corns', 'corning', 'corned', 'corned', tran, [] ). -verb( 'corner', 'corners', 'cornering', 'cornered', 'cornered', _, ['2A','6A'] ). -verb( 'corral', 'corrals', 'corralling', 'corralled', 'corralled', tran, ['6A'] ). -verb( 'correct', 'corrects', 'correcting', 'corrected', 'corrected', tran, ['6A','14'] ). -verb( 'correlate', 'correlates', 'correlating', 'correlated', 'correlated', _, ['2A','3A','6A','14'] ). -verb( 'correspond', 'corresponds', 'corresponding', 'corresponded', 'corresponded', intran, ['2A','3A'] ). -verb( 'corroborate', 'corroborates', 'corroborating', 'corroborated', 'corroborated', tran, ['6A'] ). -verb( 'corrode', 'corrodes', 'corroding', 'corroded', 'corroded', _, ['2A','6A'] ). -verb( 'corrugate', 'corrugates', 'corrugating', 'corrugated', 'corrugated', _, ['2A','6A'] ). -verb( 'corrupt', 'corrupts', 'corrupting', 'corrupted', 'corrupted', _, ['2A','6A'] ). -verb( 'coruscate', 'coruscates', 'coruscating', 'coruscated', 'coruscated', intran, ['2A'] ). -verb( 'cosh', 'coshes', 'coshing', 'coshed', 'coshed', tran, [] ). -verb( 'cosset', 'cossets', 'cosseting', 'cosseted', 'cosseted', tran, [] ). -verb( 'cost', 'costs', 'costing', 'costed', 'costed', _, ['2B','6A'] ). -verb( 'cotton', 'cottons', 'cottoning', 'cottoned', 'cottoned', intran, [] ). -verb( 'couch', 'couches', 'couching', 'couched', 'couched', _, ['2A','6A','14'] ). -verb( 'cough', 'coughs', 'coughing', 'coughed', 'coughed', _, ['2A','15B'] ). -verb( 'counsel', 'counsels', 'counselling', 'counselled', 'counselled', tran, ['6A','6B','17'] ). -verb( 'count', 'counts', 'counting', 'counted', 'counted', _, ['2A','2C','3A','6A','14','16B','25'] ). -verb( 'countenance', 'countenances', 'countenancing', 'countenanced', 'countenanced', tran, ['6A'] ). -verb( 'counter', 'counters', 'countering', 'countered', 'countered', _, ['2A','3A','6A','14'] ). -verb( 'counteract', 'counteracts', 'counteracting', 'counteracted', 'counteracted', tran, ['6A'] ). -verb( 'counterattack', 'counterattacks', 'counterattacking', 'counterattacked', 'counterattacked', _, [] ). -verb( 'counterbalance', 'counterbalances', 'counterbalancing', 'counterbalanced', 'counterbalanced', tran, ['6A'] ). -verb( 'counterfeit', 'counterfeits', 'counterfeiting', 'counterfeited', 'counterfeited', tran, ['6A'] ). -verb( 'countermand', 'countermands', 'countermanding', 'countermanded', 'countermanded', tran, ['6A'] ). -verb( 'countermine', 'countermines', 'countermining', 'countermined', 'countermined', _, [] ). -verb( 'counterplot', 'counterplots', 'counterplotting', 'counterplotted', 'counterplotted', _, [] ). -verb( 'counterpoise', 'counterpoises', 'counterpoising', 'counterpoised', 'counterpoised', tran, [] ). -verb( 'countersign', 'countersigns', 'countersigning', 'countersigned', 'countersigned', tran, ['6A'] ). -verb( 'countersink', 'countersinks', 'countersinking', 'countersunk', 'countersunk', tran, [] ). -verb( 'countervail', 'countervails', 'countervailing', 'countervailed', 'countervailed', _, ['2A','6A'] ). -verb( 'couple', 'couples', 'coupling', 'coupled', 'coupled', _, ['2A','6A','14'] ). -verb( 'course', 'courses', 'coursing', 'coursed', 'coursed', _, ['2A','2C','6A'] ). -verb( 'court', 'courts', 'courting', 'courted', 'courted', _, ['2A','6A'] ). -verb( 'court-martial', 'court-martials', 'court-martialing', 'court-martialed', 'court-martialed', tran, ['6A'] ). -verb( 'covenant', 'covenants', 'covenanting', 'covenanted', 'covenanted', _, ['3A','6A','7A','9','14'] ). -verb( 'cover', 'covers', 'covering', 'covered', 'covered', tran, ['6A','15A','15B'] ). -verb( 'covet', 'covets', 'coveting', 'coveted', 'coveted', tran, ['6A'] ). -verb( 'cow', 'cows', 'cowing', 'cowed', 'cowed', tran, ['6A'] ). -verb( 'cower', 'cowers', 'cowering', 'cowered', 'cowered', intran, ['2A','2C'] ). -verb( 'cox', 'coxes', 'coxing', 'coxed', 'coxed', _, ['2A','6A'] ). -verb( 'cozen', 'cozens', 'cozening', 'cozened', 'cozened', tran, ['6A','14'] ). -verb( 'crab', 'crabs', 'crabbing', 'crabbed', 'crabbed', _, [] ). -verb( 'crack', 'cracks', 'cracking', 'cracked', 'cracked', _, ['2A','2C','6A','14'] ). -verb( 'crackle', 'crackles', 'crackling', 'crackled', 'crackled', intran, ['2A','2C'] ). -verb( 'cradle', 'cradles', 'cradling', 'cradled', 'cradled', tran, ['6A','14'] ). -verb( 'cram', 'crams', 'cramming', 'crammed', 'crammed', _, ['2A','6A','14','15B'] ). -verb( 'cramp', 'cramps', 'cramping', 'cramped', 'cramped', tran, ['6A'] ). -verb( 'crane', 'cranes', 'craning', 'craned', 'craned', _, ['2A','2C','6A','16A'] ). -verb( 'crank', 'cranks', 'cranking', 'cranked', 'cranked', tran, ['6A','15B'] ). -verb( 'crap', 'craps', 'crapping', 'crapped', 'crapped', intran, [] ). -verb( 'crash', 'crashes', 'crashing', 'crashed', 'crashed', _, ['2A','2C','6A'] ). -verb( 'crash-dive', 'crash-dives', 'crash-diving', 'crash-dived', 'crash-dived', intran, [] ). -verb( 'crash-land', 'crash-lands', 'crash-landing', 'crash-landed', 'crash-landed', _, [] ). -verb( 'crate', 'crates', 'crating', 'crated', 'crated', tran, [] ). -verb( 'crave', 'craves', 'craving', 'craved', 'craved', _, ['2A','3A'] ). -verb( 'crawl', 'crawls', 'crawling', 'crawled', 'crawled', intran, ['2A','2C'] ). -verb( 'crayon', 'crayons', 'crayoning', 'crayoned', 'crayoned', tran, [] ). -verb( 'creak', 'creaks', 'creaking', 'creaked', 'creaked', intran, [] ). -verb( 'cream', 'creams', 'creaming', 'creamed', 'creamed', tran, [] ). -verb( 'crease', 'creases', 'creasing', 'creased', 'creased', _, ['2A','6A'] ). -verb( 'create', 'creates', 'creating', 'created', 'created', tran, ['6A','23'] ). -verb( 'credit', 'credits', 'crediting', 'credited', 'credited', tran, ['6A','14'] ). -verb( 'creep', 'creeps', 'creeping', 'crept', 'crept', intran, ['2A','2B','2C'] ). -verb( 'cremate', 'cremates', 'cremating', 'cremated', 'cremated', tran, ['6A'] ). -verb( 'crepitate', 'crepitates', 'crepitating', 'crepitated', 'crepitated', intran, ['2A'] ). -verb( 'crest', 'crests', 'cresting', 'crested', 'crested', _, [] ). -verb( 'crew', 'crews', 'crewing', 'crewed', 'crewed', intran, ['3A','6A'] ). -verb( 'crib', 'cribs', 'cribbing', 'cribbed', 'cribbed', _, [] ). -verb( 'crick', 'cricks', 'cricking', 'cricked', 'cricked', tran, [] ). -verb( 'crime', 'crimes', 'criming', 'crimed', 'crimed', tran, [] ). -verb( 'crimp', 'crimps', 'crimping', 'crimped', 'crimped', tran, [] ). -verb( 'crimson', 'crimsons', 'crimsoning', 'crimsoned', 'crimsoned', _, [] ). -verb( 'cringe', 'cringes', 'cringing', 'cringed', 'cringed', intran, ['2A','2C'] ). -verb( 'crinkle', 'crinkles', 'crinkling', 'crinkled', 'crinkled', _, ['2A','2C','6A','15B'] ). -verb( 'cripple', 'cripples', 'crippling', 'crippled', 'crippled', tran, ['6A'] ). -verb( 'crisp', 'crisps', 'crisping', 'crisped', 'crisped', _, [] ). -verb( 'crisscross', 'crisscrosses', 'crisscrossing', 'crisscrossed', 'crisscrossed', _, [] ). -verb( 'criticize', 'criticizes', 'criticizing', 'criticized', 'criticized', _, ['2A','6A','14'] ). -verb( 'croak', 'croaks', 'croaking', 'croaked', 'croaked', _, ['2A','6A','15B'] ). -verb( 'crochet', 'crochets', 'crocheting', 'crocheted', 'crocheted', _, ['2A','6A'] ). -verb( 'crock', 'crocks', 'crocking', 'crocked', 'crocked', _, ['2C','15B'] ). -verb( 'crook', 'crooks', 'crooking', 'crooked', 'crooked', _, ['2A','6A'] ). -verb( 'croon', 'croons', 'crooning', 'crooned', 'crooned', _, ['2C','6A','13A','15A'] ). -verb( 'crop', 'crops', 'cropping', 'cropped', 'cropped', _, ['2A','2C','6A','14','22'] ). -verb( 'cross', 'crosses', 'crossing', 'crossed', 'crossed', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'cross-examine', 'cross-examines', 'cross-examining', 'cross-examined', 'cross-examined', tran, ['6A'] ). -verb( 'cross-fertilize', 'cross-fertilizes', 'cross-fertilizing', 'cross-fertilized', 'cross-fertilized', tran, [] ). -verb( 'cross-index', 'cross-indexes', 'cross-indexing', 'cross-indexed', 'cross-indexed', tran, [] ). -verb( 'cross-question', 'cross-questions', 'cross-questioning', 'cross-questioned', 'cross-questioned', tran, ['6A'] ). -verb( 'crossbreed', 'crossbreeds', 'crossbreeding', 'crossbred', 'crossbred', tran, ['2A','6A'] ). -verb( 'crosscheck', 'crosschecks', 'crosschecking', 'crosschecked', 'crosschecked', _, ['2A','6A'] ). -verb( 'crouch', 'crouches', 'crouching', 'crouched', 'crouched', intran, ['2A','2C','4A'] ). -verb( 'crow', 'crows', 'crowing', 'crowed', 'crowed', intran, ['3A','6A'] ). -verb( 'crowd', 'crowds', 'crowding', 'crowded', 'crowded', _, ['2B','2C','6A','14','15A','15B'] ). -verb( 'crown', 'crowns', 'crowning', 'crowned', 'crowned', tran, ['6A','14','23'] ). -verb( 'crucify', 'crucifies', 'crucifying', 'crucified', 'crucified', tran, [] ). -verb( 'cruise', 'cruises', 'cruising', 'cruised', 'cruised', intran, ['2A','2C'] ). -verb( 'crumble', 'crumbles', 'crumbling', 'crumbled', 'crumbled', _, ['2A','2C','6A'] ). -verb( 'crumple', 'crumples', 'crumpling', 'crumpled', 'crumpled', _, ['2A','2C','6A','15B'] ). -verb( 'crunch', 'crunches', 'crunching', 'crunched', 'crunched', _, ['2A','2C','6A'] ). -verb( 'crusade', 'crusades', 'crusading', 'crusaded', 'crusaded', intran, ['2A','3A'] ). -verb( 'crush', 'crushes', 'crushing', 'crushed', 'crushed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'crust', 'crusts', 'crusting', 'crusted', 'crusted', _, ['2A','2C','6A'] ). -verb( 'cry', 'cries', 'crying', 'cried', 'cried', _, ['2A','2B','2C','3A','4A','6A','9','14','15A','15B'] ). -verb( 'crystallize', 'crystallizes', 'crystallizing', 'crystallized', 'crystallized', _, ['2A','6A'] ). -verb( 'cube', 'cubes', 'cubing', 'cubed', 'cubed', tran, ['6A'] ). -verb( 'cuckold', 'cuckolds', 'cuckolding', 'cuckolded', 'cuckolded', tran, ['6A'] ). -verb( 'cuddle', 'cuddles', 'cuddling', 'cuddled', 'cuddled', _, ['2C','6A','15B'] ). -verb( 'cudgel', 'cudgels', 'cudgeling', 'cudgeled', 'cudgeled', tran, [] ). -verb( 'cuff', 'cuffs', 'cuffing', 'cuffed', 'cuffed', tran, [] ). -verb( 'cull', 'culls', 'culling', 'culled', 'culled', tran, ['6A'] ). -verb( 'culminate', 'culminates', 'culminating', 'culminated', 'culminated', tran, ['3A'] ). -verb( 'cultivate', 'cultivates', 'cultivating', 'cultivated', 'cultivated', tran, ['6A'] ). -verb( 'cumber', 'cumbers', 'cumbering', 'cumbered', 'cumbered', tran, ['6A','14'] ). -verb( 'cup', 'cups', 'cupping', 'cupped', 'cupped', tran, ['6A'] ). -verb( 'curb', 'curbs', 'curbing', 'curbed', 'curbed', tran, ['6A'] ). -verb( 'curdle', 'curdles', 'curdling', 'curdled', 'curdled', _, ['2A','6A'] ). -verb( 'cure', 'cures', 'curing', 'cured', 'cured', _, ['6A','14'] ). -verb( 'curl', 'curls', 'curling', 'curled', 'curled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'curry', 'curries', 'currying', 'curried', 'curried', tran, ['6A'] ). -verb( 'curse', 'curses', 'cursing', 'cursed', 'cursed', _, ['2A','3A','6A'] ). -verb( 'curtail', 'curtails', 'curtailing', 'curtailed', 'curtailed', tran, ['6A'] ). -verb( 'curtain', 'curtains', 'curtaining', 'curtained', 'curtained', tran, ['6A','15B'] ). -verb( 'curtsey', 'curtseys', 'curtseying', 'curtseyed', 'curtseyed', intran, [] ). -verb( 'curtsy', 'curtsies', 'curtsying', 'curtsied', 'curtsied', intran, [] ). -verb( 'curve', 'curves', 'curving', 'curved', 'curved', _, ['2A','6A'] ). -verb( 'cushion', 'cushions', 'cushioning', 'cushioned', 'cushioned', tran, ['6A','14'] ). -verb( 'cut', 'cuts', 'cutting', 'cut', 'cut', _, ['2A','2C','3A','6A','12B','13B','15A','15B','22'] ). -verb( 'cycle', 'cycles', 'cycling', 'cycled', 'cycled', intran, ['2A','2B','2C'] ). -verb( 'cyclostyle', 'cyclostyles', 'cyclostyling', 'cyclostyled', 'cyclostyled', tran, [] ). -verb( 'cypher', 'cyphers', 'cyphering', 'cyphered', 'cyphered', _, ['2A','6A'] ). -verb( 'dab', 'dabs', 'dabbing', 'dabbed', 'dabbed', _, ['2C','3A','6A','14','15A','15B'] ). -verb( 'dabble', 'dabbles', 'dabbling', 'dabbled', 'dabbled', _, ['2C','3A','6A','15A','15B'] ). -verb( 'dally', 'dallies', 'dallying', 'dallied', 'dallied', intran, ['2A','3A'] ). -verb( 'dam', 'dams', 'damming', 'dammed', 'dammed', tran, ['6A','15B'] ). -verb( 'damage', 'damages', 'damaging', 'damaged', 'damaged', tran, ['6A'] ). -verb( 'damascene', 'damascenes', 'damascening', 'damascened', 'damascened', tran, [] ). -verb( 'damn', 'damns', 'damning', 'damned', 'damned', tran, ['6A'] ). -verb( 'damp', 'damps', 'damping', 'damped', 'damped', _, ['2C','6A','15B'] ). -verb( 'dampen', 'dampens', 'dampening', 'dampened', 'dampened', _, [] ). -verb( 'dance', 'dances', 'dancing', 'danced', 'danced', _, ['2A','2C','6A','15A'] ). -verb( 'dandle', 'dandles', 'dandling', 'dandled', 'dandled', tran, ['6A','15A','15B'] ). -verb( 'dangle', 'dangles', 'dangling', 'dangled', 'dangled', _, ['2A','2C','6A','15A'] ). -verb( 'dapple', 'dapples', 'dappling', 'dappled', 'dappled', tran, ['6A'] ). -verb( 'dare', 'dares', 'daring', 'dared', 'dared', unknown, ['4A','5','6A','17'] ). -verb( 'dare', 'dares', 'daring', 'dared', 'dared', _, ['4A','5','6A','17'] ). -verb( 'darken', 'darkens', 'darkening', 'darkened', 'darkened', _, ['2A','6A'] ). -verb( 'darn', 'darns', 'darning', 'darned', 'darned', _, ['2A','6A'] ). -verb( 'dart', 'darts', 'darting', 'darted', 'darted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'dash', 'dashes', 'dashing', 'dashed', 'dashed', _, ['2C','6A','15A','15B'] ). -verb( 'date', 'dates', 'dating', 'dated', 'dated', _, ['2A','2C','3A','6A'] ). -verb( 'daub', 'daubs', 'daubing', 'daubed', 'daubed', _, ['2A','6A','14','15A','15B'] ). -verb( 'daunt', 'daunts', 'daunting', 'daunted', 'daunted', tran, ['6A'] ). -verb( 'dawdle', 'dawdles', 'dawdling', 'dawdled', 'dawdled', _, ['2A','2C','15B'] ). -verb( 'dawn', 'dawns', 'dawning', 'dawned', 'dawned', intran, ['2A','3A'] ). -verb( 'daydream', 'daydreams', 'daydreaming', 'daydreamed', 'daydreamed', intran, [] ). -verb( 'daze', 'dazes', 'dazing', 'dazed', 'dazed', tran, ['6A'] ). -verb( 'dazzle', 'dazzles', 'dazzling', 'dazzled', 'dazzled', tran, ['6A'] ). -verb( 'de-escalate', 'de-escalates', 'de-escalating', 'de-escalated', 'de-escalated', tran, ['6A'] ). -verb( 'de-ice', 'de-ices', 'de-icing', 'de-iced', 'de-iced', tran, ['6A'] ). -verb( 'deaden', 'deadens', 'deadening', 'deadened', 'deadened', tran, ['6A'] ). -verb( 'deafen', 'deafens', 'deafening', 'deafened', 'deafened', tran, ['6A'] ). -verb( 'deal', 'deals', 'dealing', 'dealt', 'dealt', _, ['2A','3A','6A','12A','13A','15B'] ). -verb( 'debag', 'debags', 'debagging', 'debagged', 'debagged', tran, ['6A'] ). -verb( 'debar', 'debars', 'debarring', 'debarred', 'debarred', tran, ['14'] ). -verb( 'debark', 'debarks', 'debarking', 'debarked', 'debarked', _, [] ). -verb( 'debase', 'debases', 'debasing', 'debased', 'debased', tran, ['6A'] ). -verb( 'debate', 'debates', 'debating', 'debated', 'debated', _, ['2A','2C','6A','8','10'] ). -verb( 'debauch', 'debauches', 'debauching', 'debauched', 'debauched', tran, ['6A'] ). -verb( 'debilitate', 'debilitates', 'debilitating', 'debilitated', 'debilitated', tran, ['6A'] ). -verb( 'debit', 'debits', 'debiting', 'debited', 'debited', tran, ['6A','14'] ). -verb( 'debouch', 'debouches', 'debouching', 'debouched', 'debouched', _, ['2A','6A'] ). -verb( 'debrief', 'debriefs', 'debriefing', 'debriefed', 'debriefed', tran, ['6A'] ). -verb( 'debug', 'debugs', 'debugging', 'debugged', 'debugged', tran, ['6A'] ). -verb( 'debunk', 'debunks', 'debunking', 'debunked', 'debunked', tran, ['6A'] ). -verb( 'decamp', 'decamps', 'decamping', 'decamped', 'decamped', intran, ['2A','3A'] ). -verb( 'decant', 'decants', 'decanting', 'decanted', 'decanted', tran, ['6A'] ). -verb( 'decapitate', 'decapitates', 'decapitating', 'decapitated', 'decapitated', tran, ['6A'] ). -verb( 'decarbonize', 'decarbonizes', 'decarbonizing', 'decarbonized', 'decarbonized', tran, [] ). -verb( 'decay', 'decays', 'decaying', 'decayed', 'decayed', intran, ['2A'] ). -verb( 'decease', 'deceases', 'deceasing', 'deceased', 'deceased', intran, [] ). -verb( 'deceive', 'deceives', 'deceiving', 'deceived', 'deceived', tran, ['6A','14'] ). -verb( 'decelerate', 'decelerates', 'decelerating', 'decelerated', 'decelerated', _, [] ). -verb( 'decentralize', 'decentralizes', 'decentralizing', 'decentralized', 'decentralized', tran, ['6A'] ). -verb( 'decide', 'decides', 'deciding', 'decided', 'decided', _, ['2A','3A','6A','7A','8','9','10','14','17'] ). -verb( 'decimalize', 'decimalizes', 'decimalizing', 'decimalized', 'decimalized', tran, ['6A'] ). -verb( 'decimate', 'decimates', 'decimating', 'decimated', 'decimated', tran, ['6A'] ). -verb( 'decipher', 'deciphers', 'deciphering', 'deciphered', 'deciphered', tran, ['6A'] ). -verb( 'deck', 'decks', 'decking', 'decked', 'decked', tran, ['6A','14','15A'] ). -verb( 'declaim', 'declaims', 'declaiming', 'declaimed', 'declaimed', _, ['2A','3A','6A'] ). -verb( 'declare', 'declares', 'declaring', 'declared', 'declared', _, ['3A','6A','9','14','25'] ). -verb( 'declassify', 'declassifies', 'declassifying', 'declassified', 'declassified', tran, ['6A'] ). -verb( 'decline', 'declines', 'declining', 'declined', 'declined', _, ['2A','2C','6A','7A'] ). -verb( 'declutch', 'declutches', 'declutching', 'declutched', 'declutched', intran, ['2A'] ). -verb( 'decode', 'decodes', 'decoding', 'decoded', 'decoded', tran, ['6A'] ). -verb( 'decoke', 'decokes', 'decoking', 'decoked', 'decoked', tran, [] ). -verb( 'decolonize', 'decolonizes', 'decolonizing', 'decolonized', 'decolonized', tran, ['6A'] ). -verb( 'decompose', 'decomposes', 'decomposing', 'decomposed', 'decomposed', _, ['2A','6A'] ). -verb( 'decompress', 'decompresses', 'decompressing', 'decompressed', 'decompressed', tran, ['6A'] ). -verb( 'decontaminate', 'decontaminates', 'decontaminating', 'decontaminated', 'decontaminated', tran, ['6A'] ). -verb( 'decontrol', 'decontrols', 'decontrolling', 'decontrolled', 'decontrolled', tran, ['6A'] ). -verb( 'decorate', 'decorates', 'decorating', 'decorated', 'decorated', tran, ['6A','14'] ). -verb( 'decoy', 'decoys', 'decoying', 'decoyed', 'decoyed', tran, ['6A','14'] ). -verb( 'decrease', 'decreases', 'decreasing', 'decreased', 'decreased', _, ['2A','6A'] ). -verb( 'decree', 'decrees', 'decreeing', 'decreed', 'decreed', tran, ['6A','9'] ). -verb( 'decry', 'decries', 'decrying', 'decried', 'decried', tran, ['6A'] ). -verb( 'dedicate', 'dedicates', 'dedicating', 'dedicated', 'dedicated', tran, ['6A','14'] ). -verb( 'deduce', 'deduces', 'deducing', 'deduced', 'deduced', tran, ['6A','9','14'] ). -verb( 'deduct', 'deducts', 'deducting', 'deducted', 'deducted', tran, ['6A','14'] ). -verb( 'deem', 'deems', 'deeming', 'deemed', 'deemed', tran, ['9','25'] ). -verb( 'deep-freeze', 'deep-freezes', 'deep-freezing', 'deep-froze', 'deep-frozen', tran, [] ). -verb( 'deepen', 'deepens', 'deepening', 'deepened', 'deepened', _, [] ). -verb( 'deface', 'defaces', 'defacing', 'defaced', 'defaced', tran, ['6A'] ). -verb( 'defame', 'defames', 'defaming', 'defamed', 'defamed', tran, ['6A'] ). -verb( 'default', 'defaults', 'defaulting', 'defaulted', 'defaulted', intran, ['2A'] ). -verb( 'defeat', 'defeats', 'defeating', 'defeated', 'defeated', tran, ['6A'] ). -verb( 'defecate', 'defecates', 'defecating', 'defecated', 'defecated', intran, ['2A'] ). -verb( 'defect', 'defects', 'defecting', 'defected', 'defected', intran, ['2A','2C','3A'] ). -verb( 'defend', 'defends', 'defending', 'defended', 'defended', tran, ['6A','14'] ). -verb( 'defer', 'defers', 'deferring', 'deferred', 'deferred', _, ['3A','6A','6C'] ). -verb( 'defile', 'defiles', 'defiling', 'defiled', 'defiled', _, ['6A'] ). -verb( 'define', 'defines', 'defining', 'defined', 'defined', tran, ['6A'] ). -verb( 'deflate', 'deflates', 'deflating', 'deflated', 'deflated', tran, ['6A'] ). -verb( 'deflect', 'deflects', 'deflecting', 'deflected', 'deflected', _, ['2A','3A','6A','14'] ). -verb( 'deflower', 'deflowers', 'deflowering', 'deflowered', 'deflowered', tran, [] ). -verb( 'defoliate', 'defoliates', 'defoliating', 'defoliated', 'defoliated', tran, ['6A'] ). -verb( 'deforest', 'deforests', 'deforesting', 'deforested', 'deforested', tran, [] ). -verb( 'deform', 'deforms', 'deforming', 'deformed', 'deformed', tran, ['6A'] ). -verb( 'defraud', 'defrauds', 'defrauding', 'defrauded', 'defrauded', tran, ['6A','14'] ). -verb( 'defray', 'defrays', 'defraying', 'defrayed', 'defrayed', tran, ['6A'] ). -verb( 'defrock', 'defrocks', 'defrocking', 'defrocked', 'defrocked', tran, [] ). -verb( 'defrost', 'defrosts', 'defrosting', 'defrosted', 'defrosted', tran, ['6A'] ). -verb( 'defuse', 'defuses', 'defusing', 'defused', 'defused', tran, ['6A'] ). -verb( 'defy', 'defies', 'defying', 'defied', 'defied', tran, ['6A','17'] ). -verb( 'degauss', 'degausses', 'degaussing', 'degaussed', 'degaussed', tran, ['6A'] ). -verb( 'degenerate', 'degenerates', 'degenerating', 'degenerated', 'degenerated', intran, ['2A','3A'] ). -verb( 'degrade', 'degrades', 'degrading', 'degraded', 'degraded', tran, ['6A'] ). -verb( 'dehorn', 'dehorns', 'dehorning', 'dehorned', 'dehorned', tran, ['6A'] ). -verb( 'dehumanize', 'dehumanizes', 'dehumanizing', 'dehumanized', 'dehumanized', tran, ['6A'] ). -verb( 'dehydrate', 'dehydrates', 'dehydrating', 'dehydrated', 'dehydrated', tran, ['6A'] ). -verb( 'deify', 'deifies', 'deifying', 'deified', 'deified', tran, ['6A'] ). -verb( 'deign', 'deigns', 'deigning', 'deigned', 'deigned', intran, ['4A'] ). -verb( 'deject', 'dejects', 'dejecting', 'dejected', 'dejected', tran, [] ). -verb( 'delay', 'delays', 'delaying', 'delayed', 'delayed', _, ['2A','2B','6A','6C'] ). -verb( 'delegate', 'delegates', 'delegating', 'delegated', 'delegated', tran, ['14','17'] ). -verb( 'delete', 'deletes', 'deleting', 'deleted', 'deleted', tran, ['6A','14'] ). -verb( 'deliberate', 'deliberates', 'deliberating', 'deliberated', 'deliberated', _, ['2A','3A','6A','8','10'] ). -verb( 'delight', 'delights', 'delighting', 'delighted', 'delighted', _, ['3A','4C','6A'] ). -verb( 'delimit', 'delimits', 'delimiting', 'delimited', 'delimited', tran, ['6A'] ). -verb( 'delimitate', 'delimitates', 'delimitating', 'delimitated', 'delimitated', tran, ['6A'] ). -verb( 'delineate', 'delineates', 'delineating', 'delineated', 'delineated', tran, ['6A'] ). -verb( 'deliver', 'delivers', 'delivering', 'delivered', 'delivered', tran, ['6A','14','15B'] ). -verb( 'delouse', 'delouses', 'delousing', 'deloused', 'deloused', tran, [] ). -verb( 'delude', 'deludes', 'deluding', 'deluded', 'deluded', tran, ['6A','14'] ). -verb( 'deluge', 'deluges', 'deluging', 'deluged', 'deluged', tran, ['6A','14'] ). -verb( 'delve', 'delves', 'delving', 'delved', 'delved', _, ['2A','3A','6A'] ). -verb( 'demagnetize', 'demagnetizes', 'demagnetizing', 'demagnetized', 'demagnetized', tran, ['6A'] ). -verb( 'demand', 'demands', 'demanding', 'demanded', 'demanded', tran, ['6A','7A','9'] ). -verb( 'demarcate', 'demarcates', 'demarcating', 'demarcated', 'demarcated', tran, ['6A'] ). -verb( 'demean', 'demeans', 'demeaning', 'demeaned', 'demeaned', tran, ['6A'] ). -verb( 'demilitarize', 'demilitarizes', 'demilitarizing', 'demilitarized', 'demilitarized', tran, ['6A'] ). -verb( 'demist', 'demists', 'demisting', 'demisted', 'demisted', tran, [] ). -verb( 'demob', 'demobs', 'demobbing', 'demobbed', 'demobbed', tran, [] ). -verb( 'demobilize', 'demobilizes', 'demobilizing', 'demobilized', 'demobilized', tran, ['6A'] ). -verb( 'democratize', 'democratizes', 'democratizing', 'democratized', 'democratized', tran, ['6A'] ). -verb( 'demolish', 'demolishes', 'demolishing', 'demolished', 'demolished', tran, ['6A'] ). -verb( 'demonetize', 'demonetizes', 'demonetizing', 'demonetized', 'demonetized', tran, [] ). -verb( 'demonstrate', 'demonstrates', 'demonstrating', 'demonstrated', 'demonstrated', _, ['2A','3A','6A','9'] ). -verb( 'demoralize', 'demoralizes', 'demoralizing', 'demoralized', 'demoralized', tran, ['6A'] ). -verb( 'demote', 'demotes', 'demoting', 'demoted', 'demoted', tran, ['6A'] ). -verb( 'demur', 'demurs', 'demurring', 'demurred', 'demurred', intran, ['2A','3A'] ). -verb( 'denationalize', 'denationalizes', 'denationalizing', 'denationalized', 'denationalized', tran, ['6A'] ). -verb( 'denigrate', 'denigrates', 'denigrating', 'denigrated', 'denigrated', tran, ['6A'] ). -verb( 'denominate', 'denominates', 'denominating', 'denominated', 'denominated', tran, ['23'] ). -verb( 'denote', 'denotes', 'denoting', 'denoted', 'denoted', tran, ['6A','9'] ). -verb( 'denounce', 'denounces', 'denouncing', 'denounced', 'denounced', tran, ['6A','16B'] ). -verb( 'dent', 'dents', 'denting', 'dented', 'dented', _, ['2A','6A'] ). -verb( 'denude', 'denudes', 'denuding', 'denuded', 'denuded', tran, ['6A','14'] ). -verb( 'deny', 'denies', 'denying', 'denied', 'denied', tran, ['6A','6C','9','12A','13A','25'] ). -verb( 'deodorize', 'deodorizes', 'deodorizing', 'deodorized', 'deodorized', tran, ['6A'] ). -verb( 'depart', 'departs', 'departing', 'departed', 'departed', intran, ['2A','3A'] ). -verb( 'depend', 'depends', 'depending', 'depended', 'depended', intran, ['3A'] ). -verb( 'depict', 'depicts', 'depicting', 'depicted', 'depicted', tran, ['6A'] ). -verb( 'deplane', 'deplanes', 'deplaning', 'deplaned', 'deplaned', intran, [] ). -verb( 'deplete', 'depletes', 'depleting', 'depleted', 'depleted', tran, ['6A','14'] ). -verb( 'deplore', 'deplores', 'deploring', 'deplored', 'deplored', tran, ['6A'] ). -verb( 'deploy', 'deploys', 'deploying', 'deployed', 'deployed', _, ['2A','6A'] ). -verb( 'depopulate', 'depopulates', 'depopulating', 'depopulated', 'depopulated', tran, ['6A'] ). -verb( 'deport', 'deports', 'deporting', 'deported', 'deported', tran, ['6A','16B'] ). -verb( 'depose', 'deposes', 'deposing', 'deposed', 'deposed', _, ['3A','6A','9'] ). -verb( 'deposit', 'deposits', 'depositing', 'deposited', 'deposited', tran, ['6A'] ). -verb( 'deprave', 'depraves', 'depraving', 'depraved', 'depraved', tran, ['6A'] ). -verb( 'deprecate', 'deprecates', 'deprecating', 'deprecated', 'deprecated', tran, ['6A','6C'] ). -verb( 'depreciate', 'depreciates', 'depreciating', 'depreciated', 'depreciated', _, ['2A','6A'] ). -verb( 'depress', 'depresses', 'depressing', 'depressed', 'depressed', tran, ['6A'] ). -verb( 'deprive', 'deprives', 'depriving', 'deprived', 'deprived', tran, ['14'] ). -verb( 'depute', 'deputes', 'deputing', 'deputed', 'deputed', tran, ['14','17'] ). -verb( 'deputize', 'deputizes', 'deputizing', 'deputized', 'deputized', intran, ['2A','3A'] ). -verb( 'derail', 'derails', 'derailing', 'derailed', 'derailed', tran, ['6A'] ). -verb( 'derange', 'deranges', 'deranging', 'deranged', 'deranged', tran, ['6A'] ). -verb( 'derate', 'derates', 'derating', 'derated', 'derated', tran, ['6A'] ). -verb( 'derequisition', 'derequisitions', 'derequisitioning', 'derequisitioned', 'derequisitioned', tran, ['6A'] ). -verb( 'derestrict', 'derestricts', 'derestricting', 'derestricted', 'derestricted', tran, ['6A'] ). -verb( 'deride', 'derides', 'deriding', 'derided', 'derided', tran, ['6A','16B'] ). -verb( 'derive', 'derives', 'deriving', 'derived', 'derived', _, ['3A','14'] ). -verb( 'derogate', 'derogates', 'derogating', 'derogated', 'derogated', intran, ['3A'] ). -verb( 'desalinate', 'desalinates', 'desalinating', 'desalinated', 'desalinated', tran, ['6A'] ). -verb( 'desalinize', 'desalinizes', 'desalinizing', 'desalinized', 'desalinized', tran, ['6A'] ). -verb( 'desalt', 'desalts', 'desalting', 'desalted', 'desalted', tran, [] ). -verb( 'descale', 'descales', 'descaling', 'descaled', 'descaled', tran, ['6A'] ). -verb( 'descant', 'descants', 'descanting', 'descanted', 'descanted', intran, ['3A'] ). -verb( 'descend', 'descends', 'descending', 'descended', 'descended', _, ['2A','2C','3A','6A'] ). -verb( 'describe', 'describes', 'describing', 'described', 'described', tran, ['6A','10','14','16B'] ). -verb( 'descry', 'descries', 'descrying', 'descried', 'descried', tran, ['6A'] ). -verb( 'desecrate', 'desecrates', 'desecrating', 'desecrated', 'desecrated', tran, ['6A'] ). -verb( 'desegregate', 'desegregates', 'desegregating', 'desegregated', 'desegregated', tran, ['6A'] ). -verb( 'desensitize', 'desensitizes', 'desensitizing', 'desensitized', 'desensitized', tran, ['6A'] ). -verb( 'desert', 'deserts', 'deserting', 'deserted', 'deserted', _, ['2A','6A'] ). -verb( 'deserve', 'deserves', 'deserving', 'deserved', 'deserved', _, ['6A','7A'] ). -verb( 'desiccate', 'desiccates', 'desiccating', 'desiccated', 'desiccated', tran, ['6A'] ). -verb( 'design', 'designs', 'designing', 'designed', 'designed', _, ['2A','2C','6A','14','16A','16B'] ). -verb( 'designate', 'designates', 'designating', 'designated', 'designated', tran, ['6A','16B','17'] ). -verb( 'desire', 'desires', 'desiring', 'desired', 'desired', tran, ['6A','7A','9','17'] ). -verb( 'desist', 'desists', 'desisting', 'desisted', 'desisted', intran, ['2A','3A'] ). -verb( 'desolate', 'desolates', 'desolating', 'desolated', 'desolated', tran, ['6A'] ). -verb( 'despair', 'despairs', 'despairing', 'despaired', 'despaired', intran, ['2A','3A'] ). -verb( 'despatch', 'despatches', 'despatching', 'despatched', 'despatched', tran, ['6A','14'] ). -verb( 'despise', 'despises', 'despising', 'despised', 'despised', tran, ['6A'] ). -verb( 'despoil', 'despoils', 'despoiling', 'despoiled', 'despoiled', tran, ['6A','14'] ). -verb( 'destine', 'destines', 'destining', 'destined', 'destined', tran, ['14','17'] ). -verb( 'destroy', 'destroys', 'destroying', 'destroyed', 'destroyed', tran, ['6A'] ). -verb( 'detach', 'detaches', 'detaching', 'detached', 'detached', tran, ['6A','14','16A'] ). -verb( 'detail', 'details', 'detailing', 'detailed', 'detailed', tran, ['6A','14','16A'] ). -verb( 'detain', 'detains', 'detaining', 'detained', 'detained', tran, ['6A','16A'] ). -verb( 'detect', 'detects', 'detecting', 'detected', 'detected', tran, ['6A'] ). -verb( 'deter', 'deters', 'deterring', 'deterred', 'deterred', tran, ['6A','14'] ). -verb( 'deteriorate', 'deteriorates', 'deteriorating', 'deteriorated', 'deteriorated', _, ['2A','6A'] ). -verb( 'determine', 'determines', 'determining', 'determined', 'determined', _, ['3A','6A','7A','8','9','10','14','17'] ). -verb( 'detest', 'detests', 'detesting', 'detested', 'detested', tran, ['6A','6C'] ). -verb( 'dethrone', 'dethrones', 'dethroning', 'dethroned', 'dethroned', tran, ['6A'] ). -verb( 'detonate', 'detonates', 'detonating', 'detonated', 'detonated', _, ['2A','6A'] ). -verb( 'detour', 'detours', 'detouring', 'detoured', 'detoured', tran, ['6A'] ). -verb( 'detract', 'detracts', 'detracting', 'detracted', 'detracted', intran, ['3A'] ). -verb( 'detrain', 'detrains', 'detraining', 'detrained', 'detrained', _, ['2A','6A'] ). -verb( 'detribalize', 'detribalizes', 'detribalizing', 'detribalized', 'detribalized', tran, ['6A'] ). -verb( 'devaluate', 'devaluates', 'devaluating', 'devaluated', 'devaluated', tran, ['6A'] ). -verb( 'devalue', 'devalues', 'devaluing', 'devalued', 'devalued', tran, ['6A'] ). -verb( 'devastate', 'devastates', 'devastating', 'devastated', 'devastated', tran, ['6A'] ). -verb( 'develop', 'develops', 'developing', 'developed', 'developed', _, ['2A','2C','3A','6A'] ). -verb( 'deviate', 'deviates', 'deviating', 'deviated', 'deviated', intran, ['3A'] ). -verb( 'devil', 'devils', 'devilling', 'devilled', 'devilled', _, ['2A','3A','6A'] ). -verb( 'devise', 'devises', 'devising', 'devised', 'devised', tran, ['6A','8','14'] ). -verb( 'devitalize', 'devitalizes', 'devitalizing', 'devitalized', 'devitalized', tran, ['6A'] ). -verb( 'devolve', 'devolves', 'devolving', 'devolved', 'devolved', _, ['3A','6A','14'] ). -verb( 'devote', 'devotes', 'devoting', 'devoted', 'devoted', tran, ['14'] ). -verb( 'devour', 'devours', 'devouring', 'devoured', 'devoured', tran, ['6A'] ). -verb( 'diagnose', 'diagnoses', 'diagnosing', 'diagnosed', 'diagnosed', tran, ['6A','16B'] ). -verb( 'dial', 'dials', 'dialling', 'dialled', 'dialled', tran, ['6A'] ). -verb( 'dibble', 'dibbles', 'dibbling', 'dibbled', 'dibbled', tran, ['15B'] ). -verb( 'dice', 'dices', 'dicing', 'diced', 'diced', _, ['2A','6A'] ). -verb( 'dicker', 'dickers', 'dickering', 'dickered', 'dickered', intran, ['2A','3A'] ). -verb( 'dictate', 'dictates', 'dictating', 'dictated', 'dictated', _, ['2A','3A','6A','14'] ). -verb( 'diddle', 'diddles', 'diddling', 'diddled', 'diddled', tran, ['6A','14'] ). -verb( 'die', 'dies', 'dying', 'died', 'died', intran, ['2A','2C','2D','3A','4C'] ). -verb( 'diet', 'diets', 'dieting', 'dieted', 'dieted', _, ['2A','6A'] ). -verb( 'differ', 'differs', 'differing', 'differed', 'differed', intran, ['2A','2C','3A'] ). -verb( 'differentiate', 'differentiates', 'differentiating', 'differentiated', 'differentiated', tran, ['3A','6A','14'] ). -verb( 'diffract', 'diffracts', 'diffracting', 'diffracted', 'diffracted', tran, ['6A'] ). -verb( 'diffuse', 'diffuses', 'diffusing', 'diffused', 'diffused', _, ['2A','6A'] ). -verb( 'dig', 'digs', 'digging', 'dug', 'dug', _, ['2C','3A','6A','15B'] ). -verb( 'digest', 'digests', 'digesting', 'digested', 'digested', _, ['2A','6A'] ). -verb( 'dignify', 'dignifies', 'dignifying', 'dignified', 'dignified', tran, ['6A','14'] ). -verb( 'digress', 'digresses', 'digressing', 'digressed', 'digressed', intran, ['2A','3A'] ). -verb( 'dike', 'dikes', 'diking', 'diked', 'diked', _, [] ). -verb( 'dilate', 'dilates', 'dilating', 'dilated', 'dilated', _, ['2A','3A','6A'] ). -verb( 'dilly-dally', 'dilly-dallies', 'dilly-dallying', 'dilly-dallied', 'dilly-dallied', intran, ['2A'] ). -verb( 'dilute', 'dilutes', 'diluting', 'diluted', 'diluted', tran, ['6A','14'] ). -verb( 'dim', 'dims', 'dimming', 'dimmed', 'dimmed', _, ['2A','6A'] ). -verb( 'diminish', 'diminishes', 'diminishing', 'diminished', 'diminished', _, ['2A','6A'] ). -verb( 'dimple', 'dimples', 'dimpling', 'dimpled', 'dimpled', _, ['2A','6A'] ). -verb( 'din', 'dins', 'dinning', 'dinned', 'dinned', _, ['2C'] ). -verb( 'dine', 'dines', 'dining', 'dined', 'dined', _, ['2A','6A'] ). -verb( 'dip', 'dips', 'dipping', 'dipped', 'dipped', _, ['2A','2C','3A','6A','14'] ). -verb( 'direct', 'directs', 'directing', 'directed', 'directed', _, ['2A','6A','9','14','17'] ). -verb( 'dirty', 'dirties', 'dirtying', 'dirtied', 'dirtied', _, ['2A','6A'] ). -verb( 'disable', 'disables', 'disabling', 'disabled', 'disabled', tran, ['6A'] ). -verb( 'disabuse', 'disabuses', 'disabusing', 'disabused', 'disabused', tran, ['6A','14'] ). -verb( 'disafforest', 'disafforests', 'disafforesting', 'disafforested', 'disafforested', tran, [] ). -verb( 'disagree', 'disagrees', 'disagreeing', 'disagreed', 'disagreed', tran, ['2A','3A'] ). -verb( 'disallow', 'disallows', 'disallowing', 'disallowed', 'disallowed', tran, ['6A'] ). -verb( 'disappear', 'disappears', 'disappearing', 'disappeared', 'disappeared', intran, ['2A'] ). -verb( 'disappoint', 'disappoints', 'disappointing', 'disappointed', 'disappointed', tran, ['6A'] ). -verb( 'disapprove', 'disapproves', 'disapproving', 'disapproved', 'disapproved', _, ['2A','3A','6A'] ). -verb( 'disarm', 'disarms', 'disarming', 'disarmed', 'disarmed', _, ['2A','6A'] ). -verb( 'disarrange', 'disarranges', 'disarranging', 'disarranged', 'disarranged', tran, ['6A'] ). -verb( 'disarray', 'disarrays', 'disarraying', 'disarrayed', 'disarrayed', tran, [] ). -verb( 'disassociate', 'disassociates', 'disassociating', 'disassociated', 'disassociated', tran, ['14'] ). -verb( 'disavow', 'disavows', 'disavowing', 'disavowed', 'disavowed', tran, ['6A'] ). -verb( 'disband', 'disbands', 'disbanding', 'disbanded', 'disbanded', _, ['2A','6A'] ). -verb( 'disbelieve', 'disbelieves', 'disbelieving', 'disbelieved', 'disbelieved', _, ['2A','3A','6A'] ). -verb( 'disbud', 'disbuds', 'disbudding', 'disbudded', 'disbudded', tran, ['6A'] ). -verb( 'disburden', 'disburdens', 'disburdening', 'disburdened', 'disburdened', tran, ['6A','14'] ). -verb( 'disburse', 'disburses', 'disbursing', 'disbursed', 'disbursed', _, ['2A','6A'] ). -verb( 'discard', 'discards', 'discarding', 'discarded', 'discarded', tran, ['6A'] ). -verb( 'discern', 'discerns', 'discerning', 'discerned', 'discerned', tran, ['6A'] ). -verb( 'discharge', 'discharges', 'discharging', 'discharged', 'discharged', _, ['6A','14'] ). -verb( 'discipline', 'disciplines', 'disciplining', 'disciplined', 'disciplined', tran, ['6A'] ). -verb( 'disclaim', 'disclaims', 'disclaiming', 'disclaimed', 'disclaimed', tran, ['6A','6C'] ). -verb( 'disclose', 'discloses', 'disclosing', 'disclosed', 'disclosed', tran, ['6A','14'] ). -verb( 'discolour', 'discolours', 'discolouring', 'discoloured', 'discoloured', _, ['2A','6A'] ). -verb( 'discomfit', 'discomfits', 'discomfiting', 'discomfited', 'discomfited', tran, ['6A'] ). -verb( 'discommode', 'discommodes', 'discommoding', 'discommoded', 'discommoded', tran, ['6A'] ). -verb( 'discompose', 'discomposes', 'discomposing', 'discomposed', 'discomposed', tran, ['6A'] ). -verb( 'disconcert', 'disconcerts', 'disconcerting', 'disconcerted', 'disconcerted', tran, ['6A'] ). -verb( 'disconnect', 'disconnects', 'disconnecting', 'disconnected', 'disconnected', tran, ['6A','14'] ). -verb( 'discontent', 'discontents', 'discontenting', 'discontented', 'discontented', tran, ['6A'] ). -verb( 'discontinue', 'discontinues', 'discontinuing', 'discontinued', 'discontinued', _, ['2A','6A','6C'] ). -verb( 'discount', 'discounts', 'discounting', 'discounted', 'discounted', tran, ['6A'] ). -verb( 'discountenance', 'discountenances', 'discountenancing', 'discountenanced', 'discountenanced', tran, ['6A'] ). -verb( 'discourage', 'discourages', 'discouraging', 'discouraged', 'discouraged', tran, ['6A','14'] ). -verb( 'discourse', 'discourses', 'discoursing', 'discoursed', 'discoursed', intran, [] ). -verb( 'discover', 'discovers', 'discovering', 'discovered', 'discovered', tran, ['6A','8','9','10','25'] ). -verb( 'discredit', 'discredits', 'discrediting', 'discredited', 'discredited', tran, ['6A'] ). -verb( 'discriminate', 'discriminates', 'discriminating', 'discriminated', 'discriminated', _, ['2A','3A','14'] ). -verb( 'discuss', 'discusses', 'discussing', 'discussed', 'discussed', tran, ['6A','8','10','14'] ). -verb( 'disdain', 'disdains', 'disdaining', 'disdained', 'disdained', tran, ['6A','6C','7A'] ). -verb( 'disembark', 'disembarks', 'disembarking', 'disembarked', 'disembarked', _, ['2A','2C','6A','14'] ). -verb( 'disembarrass', 'disembarrasses', 'disembarrassing', 'disembarrassed', 'disembarrassed', tran, ['14'] ). -verb( 'disembody', 'disembodies', 'disembodying', 'disembodied', 'disembodied', tran, ['6A'] ). -verb( 'disembowel', 'disembowels', 'disembowelling', 'disembowelled', 'disembowelled', tran, ['6A'] ). -verb( 'disenchant', 'disenchants', 'disenchanting', 'disenchanted', 'disenchanted', tran, ['6A'] ). -verb( 'disencumber', 'disencumbers', 'disencumbering', 'disencumbered', 'disencumbered', tran, ['6A','14'] ). -verb( 'disenfranchise', 'disenfranchises', 'disenfranchising', 'disenfranchised', 'disenfranchised', tran, [] ). -verb( 'disengage', 'disengages', 'disengaging', 'disengaged', 'disengaged', _, ['2A','2C','6A','14'] ). -verb( 'disentangle', 'disentangles', 'disentangling', 'disentangled', 'disentangled', _, ['2A','6A','14'] ). -verb( 'disestablish', 'disestablishes', 'disestablishing', 'disestablished', 'disestablished', tran, ['6A'] ). -verb( 'disfavour', 'disfavours', 'disfavouring', 'disfavoured', 'disfavoured', tran, ['6A'] ). -verb( 'disfigure', 'disfigures', 'disfiguring', 'disfigured', 'disfigured', tran, ['6A'] ). -verb( 'disforest', 'disforests', 'disforesting', 'disforested', 'disforested', tran, ['6A'] ). -verb( 'disfranchise', 'disfranchises', 'disfranchising', 'disfranchised', 'disfranchised', tran, ['6A'] ). -verb( 'disgorge', 'disgorges', 'disgorging', 'disgorged', 'disgorged', tran, ['6A'] ). -verb( 'disgrace', 'disgraces', 'disgracing', 'disgraced', 'disgraced', tran, ['6A'] ). -verb( 'disguise', 'disguises', 'disguising', 'disguised', 'disguised', tran, ['6A','16B'] ). -verb( 'disgust', 'disgusts', 'disgusting', 'disgusted', 'disgusted', tran, ['6A'] ). -verb( 'dish', 'dishes', 'dishing', 'dished', 'dished', tran, ['6A','15B'] ). -verb( 'dishearten', 'disheartens', 'disheartening', 'disheartened', 'disheartened', tran, ['6A'] ). -verb( 'dishonour', 'dishonours', 'dishonouring', 'dishonoured', 'dishonoured', tran, ['6A'] ). -verb( 'disillusion', 'disillusions', 'disillusioning', 'disillusioned', 'disillusioned', tran, ['6A'] ). -verb( 'disincline', 'disinclines', 'disinclining', 'disinclined', 'disinclined', tran, ['14','17'] ). -verb( 'disinfect', 'disinfects', 'disinfecting', 'disinfected', 'disinfected', tran, ['6A'] ). -verb( 'disinfest', 'disinfests', 'disinfesting', 'disinfested', 'disinfested', tran, ['6A'] ). -verb( 'disinherit', 'disinherits', 'disinheriting', 'disinherited', 'disinherited', tran, ['6A'] ). -verb( 'disintegrate', 'disintegrates', 'disintegrating', 'disintegrated', 'disintegrated', _, ['2A','6A'] ). -verb( 'disinter', 'disinters', 'disinterring', 'disinterred', 'disinterred', tran, ['6A'] ). -verb( 'disjoint', 'disjoints', 'disjointing', 'disjointed', 'disjointed', tran, ['6A'] ). -verb( 'dislike', 'dislikes', 'disliking', 'disliked', 'disliked', tran, ['6A','6C'] ). -verb( 'dislocate', 'dislocates', 'dislocating', 'dislocated', 'dislocated', tran, ['6A'] ). -verb( 'dislodge', 'dislodges', 'dislodging', 'dislodged', 'dislodged', tran, ['6A','14'] ). -verb( 'dismantle', 'dismantles', 'dismantling', 'dismantled', 'dismantled', tran, ['6A'] ). -verb( 'dismay', 'dismays', 'dismaying', 'dismayed', 'dismayed', tran, ['6A'] ). -verb( 'dismember', 'dismembers', 'dismembering', 'dismembered', 'dismembered', tran, ['6A'] ). -verb( 'dismiss', 'dismisses', 'dismissing', 'dismissed', 'dismissed', tran, ['6A','14'] ). -verb( 'dismount', 'dismounts', 'dismounting', 'dismounted', 'dismounted', _, ['2A','3A','6A'] ). -verb( 'disobey', 'disobeys', 'disobeying', 'disobeyed', 'disobeyed', tran, ['2A','6A'] ). -verb( 'disoblige', 'disobliges', 'disobliging', 'disobliged', 'disobliged', tran, ['6A'] ). -verb( 'disorder', 'disorders', 'disordering', 'disordered', 'disordered', tran, ['6A'] ). -verb( 'disorganize', 'disorganizes', 'disorganizing', 'disorganized', 'disorganized', tran, ['6A'] ). -verb( 'disorient', 'disorients', 'disorienting', 'disoriented', 'disoriented', tran, ['6A'] ). -verb( 'disorientate', 'disorientates', 'disorientating', 'disorientated', 'disorientated', tran, ['6A'] ). -verb( 'disown', 'disowns', 'disowning', 'disowned', 'disowned', tran, ['6A'] ). -verb( 'disparage', 'disparages', 'disparaging', 'disparaged', 'disparaged', tran, ['6A'] ). -verb( 'dispatch', 'dispatches', 'dispatching', 'dispatched', 'dispatched', tran, ['6A','14'] ). -verb( 'dispel', 'dispels', 'dispelling', 'dispelled', 'dispelled', tran, ['6A'] ). -verb( 'dispense', 'dispenses', 'dispensing', 'dispensed', 'dispensed', _, ['3A','6A','14'] ). -verb( 'disperse', 'disperses', 'dispersing', 'dispersed', 'dispersed', _, ['2A','6A'] ). -verb( 'dispirit', 'dispirits', 'dispiriting', 'dispirited', 'dispirited', tran, ['6A'] ). -verb( 'displace', 'displaces', 'displacing', 'displaced', 'displaced', tran, ['6A'] ). -verb( 'display', 'displays', 'displaying', 'displayed', 'displayed', tran, ['6A'] ). -verb( 'displease', 'displeases', 'displeasing', 'displeased', 'displeased', tran, ['6A'] ). -verb( 'disport', 'disports', 'disporting', 'disported', 'disported', tran, ['6A'] ). -verb( 'dispose', 'disposes', 'disposing', 'disposed', 'disposed', _, ['2A','3A','6A','17'] ). -verb( 'dispossess', 'dispossesses', 'dispossessing', 'dispossessed', 'dispossessed', tran, ['14'] ). -verb( 'disprove', 'disproves', 'disproving', 'disproved', 'disproved', tran, ['6A'] ). -verb( 'dispute', 'disputes', 'disputing', 'disputed', 'disputed', _, ['2A','3A','6A','8','10'] ). -verb( 'disqualify', 'disqualifies', 'disqualifying', 'disqualified', 'disqualified', tran, ['6A','14'] ). -verb( 'disquiet', 'disquiets', 'disquieting', 'disquieted', 'disquieted', tran, ['6A'] ). -verb( 'disregard', 'disregards', 'disregarding', 'disregarded', 'disregarded', tran, ['6A'] ). -verb( 'disrobe', 'disrobes', 'disrobing', 'disrobed', 'disrobed', _, ['2A','6A'] ). -verb( 'disrupt', 'disrupts', 'disrupting', 'disrupted', 'disrupted', tran, ['6A'] ). -verb( 'dissatisfy', 'dissatisfies', 'dissatisfying', 'dissatisfied', 'dissatisfied', tran, ['6A'] ). -verb( 'dissect', 'dissects', 'dissecting', 'dissected', 'dissected', tran, ['6A'] ). -verb( 'dissemble', 'dissembles', 'dissembling', 'dissembled', 'dissembled', _, ['2A','6A'] ). -verb( 'disseminate', 'disseminates', 'disseminating', 'disseminated', 'disseminated', tran, ['6A'] ). -verb( 'dissent', 'dissents', 'dissenting', 'dissented', 'dissented', intran, ['2A','3A'] ). -verb( 'dissever', 'dissevers', 'dissevering', 'dissevered', 'dissevered', tran, ['6A'] ). -verb( 'dissimulate', 'dissimulates', 'dissimulating', 'dissimulated', 'dissimulated', _, ['2A','6A'] ). -verb( 'dissipate', 'dissipates', 'dissipating', 'dissipated', 'dissipated', _, ['2A','6A'] ). -verb( 'dissociate', 'dissociates', 'dissociating', 'dissociated', 'dissociated', tran, ['6A','14'] ). -verb( 'dissolve', 'dissolves', 'dissolving', 'dissolved', 'dissolved', _, ['2A','2C','3A','6A','14'] ). -verb( 'dissuade', 'dissuades', 'dissuading', 'dissuaded', 'dissuaded', tran, ['6A','14'] ). -verb( 'distance', 'distances', 'distancing', 'distanced', 'distanced', tran, ['6A','14'] ). -verb( 'distemper', 'distempers', 'distempering', 'distempered', 'distempered', tran, ['6A','22'] ). -verb( 'distend', 'distends', 'distending', 'distended', 'distended', _, ['2A','6A'] ). -verb( 'distil', 'distils', 'distilling', 'distilled', 'distilled', _, ['2A','6A','14','15B'] ). -verb( 'distinguish', 'distinguishes', 'distinguishing', 'distinguished', 'distinguished', _, ['3A','6A','14'] ). -verb( 'distort', 'distorts', 'distorting', 'distorted', 'distorted', tran, ['6A'] ). -verb( 'distract', 'distracts', 'distracting', 'distracted', 'distracted', tran, ['6A','14'] ). -verb( 'distrain', 'distrains', 'distraining', 'distrained', 'distrained', intran, ['2A','3A'] ). -verb( 'distress', 'distresses', 'distressing', 'distressed', 'distressed', tran, ['6A'] ). -verb( 'distribute', 'distributes', 'distributing', 'distributed', 'distributed', tran, ['6A','14'] ). -verb( 'distrust', 'distrusts', 'distrusting', 'distrusted', 'distrusted', tran, ['6A'] ). -verb( 'disturb', 'disturbs', 'disturbing', 'disturbed', 'disturbed', tran, ['6A'] ). -verb( 'disunite', 'disunites', 'disuniting', 'disunited', 'disunited', _, ['2A','6A'] ). -verb( 'ditch', 'ditches', 'ditching', 'ditched', 'ditched', _, ['2A','6A'] ). -verb( 'dither', 'dithers', 'dithering', 'dithered', 'dithered', intran, ['2A','2C'] ). -verb( 'divagate', 'divagates', 'divagating', 'divagated', 'divagated', intran, ['2A','3A'] ). -verb( 'dive', 'dives', 'diving', 'dived', 'dived', intran, ['2A','2C'] ). -verb( 'dive-bomb', 'dive-bombs', 'dive-bombing', 'dive-bombed', 'dive-bombed', _, [] ). -verb( 'diverge', 'diverges', 'diverging', 'diverged', 'diverged', intran, ['2A','3A'] ). -verb( 'diversify', 'diversifies', 'diversifying', 'diversified', 'diversified', tran, ['6A'] ). -verb( 'divert', 'diverts', 'diverting', 'diverted', 'diverted', tran, ['6A','14'] ). -verb( 'divest', 'divests', 'divesting', 'divested', 'divested', tran, ['14'] ). -verb( 'divide', 'divides', 'dividing', 'divided', 'divided', _, ['2A','2C','6A','14','15B'] ). -verb( 'divine', 'divines', 'divining', 'divined', 'divined', _, ['2A','6A','10'] ). -verb( 'divorce', 'divorces', 'divorcing', 'divorced', 'divorced', tran, ['6A','14'] ). -verb( 'divulge', 'divulges', 'divulging', 'divulged', 'divulged', tran, ['6A','14'] ). -verb( 'dizzy', 'dizzies', 'dizzying', 'dizzied', 'dizzied', tran, [] ). -verb( 'do', 'does', 'doing', 'did', 'done', unknown, ['2A','2B','2C','3A','6A','6C','7B','12B','13B','15A','15B'] ). -verb( 'do', 'does', 'doing', 'did', 'done', _, ['2A','2B','2C','3A','6A','6C','7B','12B','13B','15A','15B'] ). -verb( 'dock', 'docks', 'docking', 'docked', 'docked', _, ['2A','6A','14'] ). -verb( 'docket', 'dockets', 'docketing', 'docketed', 'docketed', tran, ['6A'] ). -verb( 'doctor', 'doctors', 'doctoring', 'doctored', 'doctored', tran, ['6A'] ). -verb( 'document', 'documents', 'documenting', 'documented', 'documented', tran, ['6A'] ). -verb( 'dodder', 'dodders', 'doddering', 'doddered', 'doddered', intran, ['2A','2C'] ). -verb( 'dodge', 'dodges', 'dodging', 'dodged', 'dodged', _, ['2A','3A','6A'] ). -verb( 'doff', 'doffs', 'doffing', 'doffed', 'doffed', tran, ['6A'] ). -verb( 'dog', 'dogs', 'dogging', 'dogged', 'dogged', tran, ['6A'] ). -verb( 'dogmatize', 'dogmatizes', 'dogmatizing', 'dogmatized', 'dogmatized', _, ['2A','6A'] ). -verb( 'dole', 'doles', 'doling', 'doled', 'doled', tran, ['15B'] ). -verb( 'doll', 'dolls', 'dolling', 'dolled', 'dolled', _, ['2C','15B'] ). -verb( 'domesticate', 'domesticates', 'domesticating', 'domesticated', 'domesticated', tran, ['6A'] ). -verb( 'dominate', 'dominates', 'dominating', 'dominated', 'dominated', _, ['2A','3A','6A'] ). -verb( 'domineer', 'domineers', 'domineering', 'domineered', 'domineered', intran, ['2A','3A'] ). -verb( 'don', 'dons', 'donning', 'donned', 'donned', tran, ['6A'] ). -verb( 'donate', 'donates', 'donating', 'donated', 'donated', tran, ['6A','14'] ). -verb( 'doodle', 'doodles', 'doodling', 'doodled', 'doodled', intran, ['2A'] ). -verb( 'doom', 'dooms', 'dooming', 'doomed', 'doomed', tran, ['6A','14','17'] ). -verb( 'dope', 'dopes', 'doping', 'doped', 'doped', tran, ['6A'] ). -verb( 'dose', 'doses', 'dosing', 'dosed', 'dosed', tran, ['6A','14','15B'] ). -verb( 'doss', 'dosses', 'dossing', 'dossed', 'dossed', intran, ['2C'] ). -verb( 'dot', 'dots', 'dotting', 'dotted', 'dotted', tran, [] ). -verb( 'dote', 'dotes', 'doting', 'doted', 'doted', intran, ['3A'] ). -verb( 'double', 'doubles', 'doubling', 'doubled', 'doubled', _, ['2A','2C','6A','15B'] ). -verb( 'double-check', 'double-checks', 'double-checking', 'double-checked', 'double-checked', tran, [] ). -verb( 'double-cross', 'double-crosses', 'double-crossing', 'double-crossed', 'double-crossed', tran, ['6A'] ). -verb( 'double-park', 'double-parks', 'double-parking', 'double-parked', 'double-parked', _, [] ). -verb( 'doubt', 'doubts', 'doubting', 'doubted', 'doubted', tran, ['6A','9','10'] ). -verb( 'douse', 'douses', 'dousing', 'doused', 'doused', tran, ['6A'] ). -verb( 'dovetail', 'dovetails', 'dovetailing', 'dovetailed', 'dovetailed', _, ['2A','3A','6A'] ). -verb( 'dower', 'dowers', 'dowering', 'dowered', 'dowered', tran, [] ). -verb( 'down', 'downs', 'downing', 'downed', 'downed', tran, ['6A'] ). -verb( 'downgrade', 'downgrades', 'downgrading', 'downgraded', 'downgraded', tran, ['6A'] ). -verb( 'dowse', 'dowses', 'dowsing', 'dowsed', 'dowsed', tran, ['6A'] ). -verb( 'doze', 'dozes', 'dozing', 'dozed', 'dozed', intran, ['2A','2C'] ). -verb( 'draft', 'drafts', 'drafting', 'drafted', 'drafted', tran, ['6A'] ). -verb( 'drag', 'drags', 'dragging', 'dragged', 'dragged', _, ['2A','2C','6A','14','15B'] ). -verb( 'dragoon', 'dragoons', 'dragooning', 'dragooned', 'dragooned', tran, ['6A','14'] ). -verb( 'drain', 'drains', 'draining', 'drained', 'drained', _, ['2A','2C','6A','14','15B','22'] ). -verb( 'dramatize', 'dramatizes', 'dramatizing', 'dramatized', 'dramatized', tran, ['6A'] ). -verb( 'drape', 'drapes', 'draping', 'draped', 'draped', tran, ['6A','14'] ). -verb( 'drat', 'drats', 'dratting', 'dratted', 'dratted', tran, [] ). -verb( 'draught', 'draughts', 'draughting', 'draughted', 'draughted', tran, [] ). -verb( 'draw', 'draws', 'drawing', 'drew', 'drawn', _, ['2A','2B','2C','2D','3A','6A','14','15B'] ). -verb( 'drawl', 'drawls', 'drawling', 'drawled', 'drawled', _, ['2A','2C','6A','15B'] ). -verb( 'dread', 'dreads', 'dreading', 'dreaded', 'dreaded', _, ['6A','6C','7A'] ). -verb( 'dream', 'dreams', 'dreaming', 'dreamed', 'dreamed', _, ['2A','3A','6A','8','9','10','15B'] ). -verb( 'dredge', 'dredges', 'dredging', 'dredged', 'dredged', _, ['2A','3A','6A','14','15B'] ). -verb( 'drench', 'drenches', 'drenching', 'drenched', 'drenched', tran, ['6A'] ). -verb( 'dress', 'dresses', 'dressing', 'dressed', 'dressed', _, ['2A','2C','6A','15B'] ). -verb( 'dribble', 'dribbles', 'dribbling', 'dribbled', 'dribbled', _, ['2A','6A'] ). -verb( 'drift', 'drifts', 'drifting', 'drifted', 'drifted', _, ['2A','2C','6A','14','15B'] ). -verb( 'drill', 'drills', 'drilling', 'drilled', 'drilled', _, ['2A','6A','14'] ). -verb( 'drink', 'drinks', 'drinking', 'drank', 'drunk', _, ['2A','3A','6A','15B'] ). -verb( 'drip', 'drips', 'dripping', 'dripped', 'dripped', _, ['2A','2C','6A'] ). -verb( 'drip-dry', 'drip-dries', 'drip-drying', 'drip-dried', 'drip-dried', tran, [] ). -verb( 'drive', 'drives', 'driving', 'drove', 'driven', _, ['2A','2C','3A','6A','14','15B','17','22'] ). -verb( 'drivel', 'drivels', 'drivelling', 'drivelled', 'drivelled', intran, ['2A','2C'] ). -verb( 'drizzle', 'drizzles', 'drizzling', 'drizzled', 'drizzled', intran, ['2A'] ). -verb( 'drone', 'drones', 'droning', 'droned', 'droned', _, ['2C','15B'] ). -verb( 'drool', 'drools', 'drooling', 'drooled', 'drooled', intran, [] ). -verb( 'droop', 'droops', 'drooping', 'drooped', 'drooped', _, ['2A','2C','6A'] ). -verb( 'drop', 'drops', 'dropping', 'dropped', 'dropped', _, ['2A','2C','3B','6A','12A','13A','14','15A','15B'] ). -verb( 'drown', 'drowns', 'drowning', 'drowned', 'drowned', _, ['2A','6A','15B'] ). -verb( 'drowse', 'drowses', 'drowsing', 'drowsed', 'drowsed', _, ['2A','2C','15B'] ). -verb( 'drub', 'drubs', 'drubbing', 'drubbed', 'drubbed', tran, ['6A','14'] ). -verb( 'drudge', 'drudges', 'drudging', 'drudged', 'drudged', intran, ['2A','2C','3A'] ). -verb( 'drug', 'drugs', 'drugging', 'drugged', 'drugged', tran, ['6A'] ). -verb( 'drum', 'drums', 'drumming', 'drummed', 'drummed', _, ['2A','2C','3A','6A','14','15B'] ). -verb( 'dry', 'dries', 'drying', 'dried', 'dried', _, ['2A','2C','6A','15B'] ). -verb( 'dry-clean', 'dry-cleans', 'dry-cleaning', 'dry-cleaned', 'dry-cleaned', tran, [] ). -verb( 'dub', 'dubs', 'dubbing', 'dubbed', 'dubbed', tran, ['6A','22','23'] ). -verb( 'duck', 'ducks', 'ducking', 'ducked', 'ducked', _, ['2A','6A'] ). -verb( 'duel', 'duels', 'duelling', 'duelled', 'duelled', intran, [] ). -verb( 'dull', 'dulls', 'dulling', 'dulled', 'dulled', _, ['2A','6A'] ). -verb( 'dumbfound', 'dumbfounds', 'dumbfounding', 'dumbfounded', 'dumbfounded', tran, ['6A'] ). -verb( 'dump', 'dumps', 'dumping', 'dumped', 'dumped', tran, ['6A','15A'] ). -verb( 'dun', 'duns', 'dunning', 'dunned', 'dunned', tran, [] ). -verb( 'dunk', 'dunks', 'dunking', 'dunked', 'dunked', tran, ['6A','14'] ). -verb( 'dupe', 'dupes', 'duping', 'duped', 'duped', tran, ['6A'] ). -verb( 'duplicate', 'duplicates', 'duplicating', 'duplicated', 'duplicated', tran, ['6A'] ). -verb( 'dust', 'dusts', 'dusting', 'dusted', 'dusted', tran, ['6A'] ). -verb( 'dwarf', 'dwarfs', 'dwarfing', 'dwarfed', 'dwarfed', tran, ['6A'] ). -verb( 'dwell', 'dwells', 'dwelling', 'dwelt', 'dwelt', intran, ['3A'] ). -verb( 'dwindle', 'dwindles', 'dwindling', 'dwindled', 'dwindled', intran, ['2A'] ). -verb( 'dye', 'dyes', 'dying', 'dyed', 'dyed', _, ['2A','6A','22'] ). -verb( 'dyke', 'dykes', 'dyking', 'dyked', 'dyked', _, [] ). -verb( 'dynamite', 'dynamites', 'dynamiting', 'dynamited', 'dynamited', tran, ['6A'] ). -verb( 'earmark', 'earmarks', 'earmarking', 'earmarked', 'earmarked', tran, ['6A','14'] ). -verb( 'earn', 'earns', 'earning', 'earned', 'earned', tran, ['6A','12B','13B'] ). -verb( 'earth', 'earths', 'earthing', 'earthed', 'earthed', tran, ['6A','15B'] ). -verb( 'ease', 'eases', 'easing', 'eased', 'eased', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'eat', 'eats', 'eating', 'ate', 'eaten', _, ['2A','2C','3A','4A','6A','15B'] ). -verb( 'eavesdrop', 'eavesdrops', 'eavesdropping', 'eavesdropped', 'eavesdropped', intran, ['2A','3A'] ). -verb( 'ebb', 'ebbs', 'ebbing', 'ebbed', 'ebbed', intran, ['2A','2C'] ). -verb( 'echo', 'echos', 'echoing', 'echoed', 'echoed', _, ['2A','2C','6A','15B'] ). -verb( 'eclipse', 'eclipses', 'eclipsing', 'eclipsed', 'eclipsed', tran, ['6A'] ). -verb( 'economize', 'economizes', 'economizing', 'economized', 'economized', _, ['2A','3A','6A'] ). -verb( 'eddy', 'eddies', 'eddying', 'eddied', 'eddied', intran, ['2A','2C'] ). -verb( 'edge', 'edges', 'edging', 'edged', 'edged', _, ['2C','6A','14','15A','15B'] ). -verb( 'edify', 'edifies', 'edifying', 'edified', 'edified', tran, ['6A'] ). -verb( 'edit', 'edits', 'editing', 'edited', 'edited', tran, ['6A'] ). -verb( 'educate', 'educates', 'educating', 'educated', 'educated', tran, ['6A','15A','16A'] ). -verb( 'educe', 'educes', 'educing', 'educed', 'educed', tran, ['6A'] ). -verb( 'eff', 'effs', 'effing', 'effed', 'effed', intran, [] ). -verb( 'efface', 'effaces', 'effacing', 'effaced', 'effaced', tran, ['6A'] ). -verb( 'effect', 'effects', 'effecting', 'effected', 'effected', tran, ['6A'] ). -verb( 'effervesce', 'effervesces', 'effervescing', 'effervesced', 'effervesced', intran, ['2A'] ). -verb( 'egg', 'eggs', 'egging', 'egged', 'egged', tran, ['15B'] ). -verb( 'egotrip', 'egotrips', 'egotripping', 'egotripped', 'egotripped', intran, [] ). -verb( 'ejaculate', 'ejaculates', 'ejaculating', 'ejaculated', 'ejaculated', tran, ['6A'] ). -verb( 'eject', 'ejects', 'ejecting', 'ejected', 'ejected', _, ['2A','6A','14'] ). -verb( 'eke', 'ekes', 'eking', 'eked', 'eked', tran, ['15B'] ). -verb( 'elaborate', 'elaborates', 'elaborating', 'elaborated', 'elaborated', tran, ['6A'] ). -verb( 'elapse', 'elapses', 'elapsing', 'elapsed', 'elapsed', intran, ['2A'] ). -verb( 'elate', 'elates', 'elating', 'elated', 'elated', tran, ['6A'] ). -verb( 'elbow', 'elbows', 'elbowing', 'elbowed', 'elbowed', tran, ['6A','14','15B'] ). -verb( 'elect', 'elects', 'electing', 'elected', 'elected', tran, ['6A','7A','14','23','25'] ). -verb( 'electrify', 'electrifies', 'electrifying', 'electrified', 'electrified', tran, ['6A'] ). -verb( 'electrocute', 'electrocutes', 'electrocuting', 'electrocuted', 'electrocuted', tran, ['6A'] ). -verb( 'electroplate', 'electroplates', 'electroplating', 'electroplated', 'electroplated', tran, [] ). -verb( 'elevate', 'elevates', 'elevating', 'elevated', 'elevated', tran, ['6A','14'] ). -verb( 'elicit', 'elicits', 'eliciting', 'elicited', 'elicited', tran, ['6A','14'] ). -verb( 'elide', 'elides', 'eliding', 'elided', 'elided', tran, ['6A'] ). -verb( 'eliminate', 'eliminates', 'eliminating', 'eliminated', 'eliminated', tran, ['6A','14'] ). -verb( 'elongate', 'elongates', 'elongating', 'elongated', 'elongated', _, ['2A','6A'] ). -verb( 'elope', 'elopes', 'eloping', 'eloped', 'eloped', intran, ['2A','2C','3A'] ). -verb( 'elucidate', 'elucidates', 'elucidating', 'elucidated', 'elucidated', tran, ['6A'] ). -verb( 'elude', 'eludes', 'eluding', 'eluded', 'eluded', tran, ['6A'] ). -verb( 'emaciate', 'emaciates', 'emaciating', 'emaciated', 'emaciated', tran, ['6A'] ). -verb( 'emanate', 'emanates', 'emanating', 'emanated', 'emanated', intran, ['3A'] ). -verb( 'emancipate', 'emancipates', 'emancipating', 'emancipated', 'emancipated', tran, ['6A','14'] ). -verb( 'emasculate', 'emasculates', 'emasculating', 'emasculated', 'emasculated', tran, ['6A'] ). -verb( 'embalm', 'embalms', 'embalming', 'embalmed', 'embalmed', tran, ['6A'] ). -verb( 'embargo', 'embargos', 'embargoing', 'embargoed', 'embargoed', tran, ['6A'] ). -verb( 'embark', 'embarks', 'embarking', 'embarked', 'embarked', _, ['2A','2C','3A','6A'] ). -verb( 'embarrass', 'embarrasses', 'embarrassing', 'embarrassed', 'embarrassed', tran, ['6A'] ). -verb( 'embed', 'embeds', 'embedding', 'embedded', 'embedded', tran, ['6A','14'] ). -verb( 'embellish', 'embellishes', 'embellishing', 'embellished', 'embellished', tran, ['6A','14'] ). -verb( 'embezzle', 'embezzles', 'embezzling', 'embezzled', 'embezzled', tran, ['6A'] ). -verb( 'embitter', 'embitters', 'embittering', 'embittered', 'embittered', tran, ['6A'] ). -verb( 'emblazon', 'emblazons', 'emblazoning', 'emblazoned', 'emblazoned', tran, ['6A','14'] ). -verb( 'embody', 'embodies', 'embodying', 'embodied', 'embodied', tran, ['6A','14'] ). -verb( 'embolden', 'emboldens', 'emboldening', 'emboldened', 'emboldened', tran, ['6A','17'] ). -verb( 'emboss', 'embosses', 'embossing', 'embossed', 'embossed', tran, ['6A','14'] ). -verb( 'embrace', 'embraces', 'embracing', 'embraced', 'embraced', _, ['2A','6A'] ). -verb( 'embroider', 'embroiders', 'embroidering', 'embroidered', 'embroidered', _, ['2A','6A'] ). -verb( 'embroil', 'embroils', 'embroiling', 'embroiled', 'embroiled', tran, ['6A','14'] ). -verb( 'emend', 'emends', 'emending', 'emended', 'emended', tran, ['6A'] ). -verb( 'emerge', 'emerges', 'emerging', 'emerged', 'emerged', intran, ['2A','3A'] ). -verb( 'emigrate', 'emigrates', 'emigrating', 'emigrated', 'emigrated', intran, ['2A','3A'] ). -verb( 'emit', 'emits', 'emitting', 'emitted', 'emitted', tran, ['6A'] ). -verb( 'empale', 'empales', 'empaling', 'empaled', 'empaled', tran, [] ). -verb( 'empanel', 'empanels', 'empanelling', 'empanelled', 'empanelled', tran, ['6A'] ). -verb( 'emphasize', 'emphasizes', 'emphasizing', 'emphasized', 'emphasized', tran, ['6A'] ). -verb( 'emplane', 'emplanes', 'emplaning', 'emplaned', 'emplaned', _, ['2A','6A'] ). -verb( 'employ', 'employs', 'employing', 'employed', 'employed', tran, ['6A','14','16B'] ). -verb( 'empower', 'empowers', 'empowering', 'empowered', 'empowered', tran, ['17'] ). -verb( 'empty', 'empties', 'emptying', 'emptied', 'emptied', _, ['2A','2C','3A','6A','15B'] ). -verb( 'emulate', 'emulates', 'emulating', 'emulated', 'emulated', tran, ['6A'] ). -verb( 'emulsify', 'emulsifies', 'emulsifying', 'emulsified', 'emulsified', tran, ['6A'] ). -verb( 'enable', 'enables', 'enabling', 'enabled', 'enabled', tran, ['17'] ). -verb( 'enact', 'enacts', 'enacting', 'enacted', 'enacted', tran, ['6A','9'] ). -verb( 'enamel', 'enamels', 'enamelling', 'enamelled', 'enamelled', tran, [] ). -verb( 'enamour', 'enamours', 'enamouring', 'enamoured', 'enamoured', tran, ['6A'] ). -verb( 'encamp', 'encamps', 'encamping', 'encamped', 'encamped', _, ['2A','6A'] ). -verb( 'encase', 'encases', 'encasing', 'encased', 'encased', tran, ['6A','14'] ). -verb( 'enchain', 'enchains', 'enchaining', 'enchained', 'enchained', tran, ['6A'] ). -verb( 'enchant', 'enchants', 'enchanting', 'enchanted', 'enchanted', tran, ['6A'] ). -verb( 'encircle', 'encircles', 'encircling', 'encircled', 'encircled', tran, ['6A'] ). -verb( 'enclose', 'encloses', 'enclosing', 'enclosed', 'enclosed', tran, ['6A','14'] ). -verb( 'encode', 'encodes', 'encoding', 'encoded', 'encoded', tran, ['6A'] ). -verb( 'encompass', 'encompasses', 'encompassing', 'encompassed', 'encompassed', tran, ['6A'] ). -verb( 'encore', 'encores', 'encoring', 'encored', 'encored', tran, [] ). -verb( 'encounter', 'encounters', 'encountering', 'encountered', 'encountered', tran, ['6A'] ). -verb( 'encourage', 'encourages', 'encouraging', 'encouraged', 'encouraged', tran, ['6A','14','17'] ). -verb( 'encroach', 'encroaches', 'encroaching', 'encroached', 'encroached', intran, ['3A'] ). -verb( 'encrust', 'encrusts', 'encrusting', 'encrusted', 'encrusted', _, ['2A','6A','14'] ). -verb( 'encumber', 'encumbers', 'encumbering', 'encumbered', 'encumbered', tran, ['6A','14'] ). -verb( 'end', 'ends', 'ending', 'ended', 'ended', _, ['2A','2C','3A','6A','15B'] ). -verb( 'endanger', 'endangers', 'endangering', 'endangered', 'endangered', tran, ['6A'] ). -verb( 'endear', 'endears', 'endearing', 'endeared', 'endeared', tran, ['14'] ). -verb( 'endeavour', 'endeavours', 'endeavouring', 'endeavoured', 'endeavoured', intran, ['4A'] ). -verb( 'endorse', 'endorses', 'endorsing', 'endorsed', 'endorsed', tran, ['6A'] ). -verb( 'endow', 'endows', 'endowing', 'endowed', 'endowed', tran, ['6A','14'] ). -verb( 'endue', 'endues', 'enduing', 'endued', 'endued', tran, ['14'] ). -verb( 'endure', 'endures', 'enduring', 'endured', 'endured', _, ['2A','2C','6A','6D','17'] ). -verb( 'enervate', 'enervates', 'enervating', 'enervated', 'enervated', tran, ['6A'] ). -verb( 'enfeeble', 'enfeebles', 'enfeebling', 'enfeebled', 'enfeebled', tran, ['6A'] ). -verb( 'enfold', 'enfolds', 'enfolding', 'enfolded', 'enfolded', tran, ['6A','14'] ). -verb( 'enforce', 'enforces', 'enforcing', 'enforced', 'enforced', tran, ['6A','14'] ). -verb( 'enfranchise', 'enfranchises', 'enfranchising', 'enfranchised', 'enfranchised', tran, ['6A'] ). -verb( 'engage', 'engages', 'engaging', 'engaged', 'engaged', _, ['2A','3A','6A','7A','9','14','16B','17'] ). -verb( 'engender', 'engenders', 'engendering', 'engendered', 'engendered', tran, ['6A'] ). -verb( 'engineer', 'engineers', 'engineering', 'engineered', 'engineered', _, ['2A','6A'] ). -verb( 'engraft', 'engrafts', 'engrafting', 'engrafted', 'engrafted', tran, ['6A','14'] ). -verb( 'engrave', 'engraves', 'engraving', 'engraved', 'engraved', tran, ['6A','14'] ). -verb( 'engross', 'engrosses', 'engrossing', 'engrossed', 'engrossed', tran, ['6A'] ). -verb( 'engulf', 'engulfs', 'engulfing', 'engulfed', 'engulfed', tran, ['6A'] ). -verb( 'enhance', 'enhances', 'enhancing', 'enhanced', 'enhanced', tran, ['6A'] ). -verb( 'enjoin', 'enjoins', 'enjoining', 'enjoined', 'enjoined', tran, ['6A','9','14','17'] ). -verb( 'enjoy', 'enjoys', 'enjoying', 'enjoyed', 'enjoyed', tran, ['6A','6C'] ). -verb( 'enkindle', 'enkindles', 'enkindling', 'enkindled', 'enkindled', tran, ['6A'] ). -verb( 'enlarge', 'enlarges', 'enlarging', 'enlarged', 'enlarged', _, ['2A','3A','6A'] ). -verb( 'enlighten', 'enlightens', 'enlightening', 'enlightened', 'enlightened', tran, ['6A','14'] ). -verb( 'enlist', 'enlists', 'enlisting', 'enlisted', 'enlisted', _, ['2A','2C','6A','14','16B'] ). -verb( 'enliven', 'enlivens', 'enlivening', 'enlivened', 'enlivened', tran, ['6A'] ). -verb( 'enmesh', 'enmeshes', 'enmeshing', 'enmeshed', 'enmeshed', tran, ['6A','14'] ). -verb( 'ennoble', 'ennobles', 'ennobling', 'ennobled', 'ennobled', tran, ['6A'] ). -verb( 'enplane', 'enplanes', 'enplaning', 'enplaned', 'enplaned', _, [] ). -verb( 'enquire', 'enquires', 'enquiring', 'enquired', 'enquired', _, ['2A','3A','6A','8','10','14'] ). -verb( 'enrage', 'enrages', 'enraging', 'enraged', 'enraged', tran, ['6A'] ). -verb( 'enrapture', 'enraptures', 'enrapturing', 'enraptured', 'enraptured', tran, ['6A'] ). -verb( 'enrich', 'enriches', 'enriching', 'enriched', 'enriched', tran, ['6A','14'] ). -verb( 'enrol', 'enrols', 'enroling', 'enroled', 'enroled', _, ['2A','2C','6A','14','16B'] ). -verb( 'enroll', 'enrolls', 'enrolling', 'enrolled', 'enrolled', _, ['2A','2C','6A','14','16B'] ). -verb( 'ensconce', 'ensconces', 'ensconcing', 'ensconced', 'ensconced', tran, ['14'] ). -verb( 'enshrine', 'enshrines', 'enshrining', 'enshrined', 'enshrined', tran, ['6A','14'] ). -verb( 'enshroud', 'enshrouds', 'enshrouding', 'enshrouded', 'enshrouded', tran, ['6A'] ). -verb( 'enslave', 'enslaves', 'enslaving', 'enslaved', 'enslaved', tran, ['6A'] ). -verb( 'ensnare', 'ensnares', 'ensnaring', 'ensnared', 'ensnared', tran, ['6A','14'] ). -verb( 'ensue', 'ensues', 'ensuing', 'ensued', 'ensued', intran, ['2A','3A'] ). -verb( 'ensure', 'ensures', 'ensuring', 'ensured', 'ensured', _, ['3A','9','12A','13A','14'] ). -verb( 'entail', 'entails', 'entailing', 'entailed', 'entailed', tran, ['6A','14'] ). -verb( 'entangle', 'entangles', 'entangling', 'entangled', 'entangled', tran, ['6A','14','15A'] ). -verb( 'enter', 'enters', 'entering', 'entered', 'entered', _, ['2A','3A','6A','14','15B'] ). -verb( 'entertain', 'entertains', 'entertaining', 'entertained', 'entertained', tran, ['2A','6A','14'] ). -verb( 'enthral', 'enthrals', 'enthralling', 'enthralled', 'enthralled', tran, ['6A'] ). -verb( 'enthrall', 'enthralls', 'enthralling', 'enthralled', 'enthralled', tran, ['6A'] ). -verb( 'enthrone', 'enthrones', 'enthroning', 'enthroned', 'enthroned', tran, ['6A'] ). -verb( 'enthuse', 'enthuses', 'enthusing', 'enthused', 'enthused', intran, ['3A'] ). -verb( 'entice', 'entices', 'enticing', 'enticed', 'enticed', tran, ['6A','15A','17'] ). -verb( 'entitle', 'entitles', 'entitling', 'entitled', 'entitled', tran, ['14','17'] ). -verb( 'entomb', 'entombs', 'entombing', 'entombed', 'entombed', tran, ['6A'] ). -verb( 'entrain', 'entrains', 'entraining', 'entrained', 'entrained', _, ['2A','6A'] ). -verb( 'entrance', 'entrances', 'entrancing', 'entranced', 'entranced', tran, ['6A'] ). -verb( 'entrap', 'entraps', 'entrapping', 'entrapped', 'entrapped', tran, ['6A'] ). -verb( 'entreat', 'entreats', 'entreating', 'entreated', 'entreated', tran, ['6A','14','17'] ). -verb( 'entrench', 'entrenches', 'entrenching', 'entrenched', 'entrenched', tran, ['6A'] ). -verb( 'entrust', 'entrusts', 'entrusting', 'entrusted', 'entrusted', tran, ['14'] ). -verb( 'entwine', 'entwines', 'entwining', 'entwined', 'entwined', tran, ['6A','14'] ). -verb( 'enumerate', 'enumerates', 'enumerating', 'enumerated', 'enumerated', tran, ['6A'] ). -verb( 'enunciate', 'enunciates', 'enunciating', 'enunciated', 'enunciated', _, ['2A','6A'] ). -verb( 'envelop', 'envelops', 'enveloping', 'enveloped', 'enveloped', tran, ['6A','14'] ). -verb( 'envenom', 'envenoms', 'envenoming', 'envenomed', 'envenomed', tran, ['6A'] ). -verb( 'environ', 'environs', 'environing', 'environed', 'environed', tran, ['6A'] ). -verb( 'envisage', 'envisages', 'envisaging', 'envisaged', 'envisaged', tran, ['6A'] ). -verb( 'envy', 'envies', 'envying', 'envied', 'envied', tran, ['6A','12C'] ). -verb( 'enwrap', 'enwraps', 'enwrapping', 'enwrapped', 'enwrapped', tran, [] ). -verb( 'epitomize', 'epitomizes', 'epitomizing', 'epitomized', 'epitomized', tran, ['6A'] ). -verb( 'equal', 'equals', 'equalling', 'equalled', 'equalled', tran, ['6A','15A'] ). -verb( 'equalize', 'equalizes', 'equalizing', 'equalized', 'equalized', tran, ['6A'] ). -verb( 'equate', 'equates', 'equating', 'equated', 'equated', tran, ['6A','14'] ). -verb( 'equip', 'equips', 'equipping', 'equipped', 'equipped', tran, ['6A','14'] ). -verb( 'eradicate', 'eradicates', 'eradicating', 'eradicated', 'eradicated', tran, ['6A'] ). -verb( 'erase', 'erases', 'erasing', 'erased', 'erased', tran, ['6A'] ). -verb( 'erect', 'erects', 'erecting', 'erected', 'erected', tran, ['6A'] ). -verb( 'erode', 'erodes', 'eroding', 'eroded', 'eroded', tran, ['6A'] ). -verb( 'err', 'errs', 'erring', 'erred', 'erred', intran, ['2A','2C'] ). -verb( 'erupt', 'erupts', 'erupting', 'erupted', 'erupted', intran, ['2A'] ). -verb( 'escalate', 'escalates', 'escalating', 'escalated', 'escalated', _, ['2A','6A'] ). -verb( 'escape', 'escapes', 'escaping', 'escaped', 'escaped', _, ['2A','3A','6A','6C'] ). -verb( 'eschew', 'eschews', 'eschewing', 'eschewed', 'eschewed', tran, ['6A'] ). -verb( 'escort', 'escorts', 'escorting', 'escorted', 'escorted', tran, ['6A','15B'] ). -verb( 'espouse', 'espouses', 'espousing', 'espoused', 'espoused', tran, ['6A'] ). -verb( 'espy', 'espies', 'espying', 'espied', 'espied', tran, ['6A'] ). -verb( 'essay', 'essays', 'essaying', 'essayed', 'essayed', _, ['4A','6A'] ). -verb( 'establish', 'establishes', 'establishing', 'established', 'established', tran, ['6A','14','16B'] ). -verb( 'esteem', 'esteems', 'esteeming', 'esteemed', 'esteemed', tran, ['6A','25'] ). -verb( 'estimate', 'estimates', 'estimating', 'estimated', 'estimated', _, ['3A','9','14'] ). -verb( 'estrange', 'estranges', 'estranging', 'estranged', 'estranged', tran, ['6A','14'] ). -verb( 'etch', 'etches', 'etching', 'etched', 'etched', _, ['2A','6A'] ). -verb( 'eulogize', 'eulogizes', 'eulogizing', 'eulogized', 'eulogized', tran, ['6A'] ). -verb( 'evacuate', 'evacuates', 'evacuating', 'evacuated', 'evacuated', tran, ['6A','14'] ). -verb( 'evade', 'evades', 'evading', 'evaded', 'evaded', tran, ['6A','6C'] ). -verb( 'evaluate', 'evaluates', 'evaluating', 'evaluated', 'evaluated', tran, ['6A'] ). -verb( 'evaporate', 'evaporates', 'evaporating', 'evaporated', 'evaporated', _, ['2A','6A'] ). -verb( 'even', 'evens', 'evening', 'evened', 'evened', tran, ['6A','15B'] ). -verb( 'evict', 'evicts', 'evicting', 'evicted', 'evicted', tran, ['14'] ). -verb( 'evidence', 'evidences', 'evidencing', 'evidenced', 'evidenced', tran, ['6A'] ). -verb( 'evince', 'evinces', 'evincing', 'evinced', 'evinced', tran, ['6A','9'] ). -verb( 'eviscerate', 'eviscerates', 'eviscerating', 'eviscerated', 'eviscerated', tran, ['6A'] ). -verb( 'evoke', 'evokes', 'evoking', 'evoked', 'evoked', tran, ['6A'] ). -verb( 'evolve', 'evolves', 'evolving', 'evolved', 'evolved', _, ['2A','6A'] ). -verb( 'exacerbate', 'exacerbates', 'exacerbating', 'exacerbated', 'exacerbated', tran, ['6A'] ). -verb( 'exact', 'exacts', 'exacting', 'exacted', 'exacted', tran, ['6A','14'] ). -verb( 'exaggerate', 'exaggerates', 'exaggerating', 'exaggerated', 'exaggerated', _, ['2A','6A'] ). -verb( 'exalt', 'exalts', 'exalting', 'exalted', 'exalted', tran, ['6A'] ). -verb( 'examine', 'examines', 'examining', 'examined', 'examined', tran, ['6A','14'] ). -verb( 'exasperate', 'exasperates', 'exasperating', 'exasperated', 'exasperated', tran, ['6A'] ). -verb( 'excavate', 'excavates', 'excavating', 'excavated', 'excavated', tran, ['6A'] ). -verb( 'exceed', 'exceeds', 'exceeding', 'exceeded', 'exceeded', tran, ['6A'] ). -verb( 'excel', 'excels', 'excelling', 'excelled', 'excelled', _, ['2C','3A','6A','15A'] ). -verb( 'except', 'excepts', 'excepting', 'excepted', 'excepted', tran, ['6A','14'] ). -verb( 'exchange', 'exchanges', 'exchanging', 'exchanged', 'exchanged', tran, ['6A','14'] ). -verb( 'excise', 'excises', 'excising', 'excised', 'excised', tran, ['6A'] ). -verb( 'excite', 'excites', 'exciting', 'excited', 'excited', tran, ['6A','14','17'] ). -verb( 'exclaim', 'exclaims', 'exclaiming', 'exclaimed', 'exclaimed', _, ['2A','9'] ). -verb( 'exclude', 'excludes', 'excluding', 'excluded', 'excluded', tran, ['6A','14'] ). -verb( 'excogitate', 'excogitates', 'excogitating', 'excogitated', 'excogitated', tran, ['6A'] ). -verb( 'excommunicate', 'excommunicates', 'excommunicating', 'excommunicated', 'excommunicated', tran, ['6A'] ). -verb( 'excoriate', 'excoriates', 'excoriating', 'excoriated', 'excoriated', tran, ['6A'] ). -verb( 'excrete', 'excretes', 'excreting', 'excreted', 'excreted', tran, ['6A'] ). -verb( 'exculpate', 'exculpates', 'exculpating', 'exculpated', 'exculpated', tran, ['6A','14'] ). -verb( 'excuse', 'excuses', 'excusing', 'excused', 'excused', tran, ['6A','6C','12B','13B','14','19C'] ). -verb( 'execrate', 'execrates', 'execrating', 'execrated', 'execrated', tran, ['6A'] ). -verb( 'execute', 'executes', 'executing', 'executed', 'executed', tran, ['6A'] ). -verb( 'exemplify', 'exemplifies', 'exemplifying', 'exemplified', 'exemplified', tran, ['6A'] ). -verb( 'exempt', 'exempts', 'exempting', 'exempted', 'exempted', tran, ['6A','14'] ). -verb( 'exercise', 'exercises', 'exercising', 'exercised', 'exercised', _, ['2A','6A','15A'] ). -verb( 'exert', 'exerts', 'exerting', 'exerted', 'exerted', tran, ['6A','14','16A'] ). -verb( 'exhale', 'exhales', 'exhaling', 'exhaled', 'exhaled', _, ['2A','6A'] ). -verb( 'exhaust', 'exhausts', 'exhausting', 'exhausted', 'exhausted', tran, ['6A'] ). -verb( 'exhibit', 'exhibits', 'exhibiting', 'exhibited', 'exhibited', tran, ['2A','6A'] ). -verb( 'exhilarate', 'exhilarates', 'exhilarating', 'exhilarated', 'exhilarated', tran, ['6A'] ). -verb( 'exhort', 'exhorts', 'exhorting', 'exhorted', 'exhorted', tran, ['6A','14','17'] ). -verb( 'exhume', 'exhumes', 'exhuming', 'exhumed', 'exhumed', tran, ['6A'] ). -verb( 'exile', 'exiles', 'exiling', 'exiled', 'exiled', tran, ['6A','15A'] ). -verb( 'exist', 'exists', 'existing', 'existed', 'existed', intran, ['2A','2C','3A'] ). -verb( 'exit', 'exits', 'exiting', 'exited', 'exited', intran, [] ). -verb( 'exonerate', 'exonerates', 'exonerating', 'exonerated', 'exonerated', tran, ['6A','14'] ). -verb( 'exorcize', 'exorcizes', 'exorcizing', 'exorcized', 'exorcized', tran, ['6A','14'] ). -verb( 'expand', 'expands', 'expanding', 'expanded', 'expanded', _, ['2A','2C','6A','14'] ). -verb( 'expatiate', 'expatiates', 'expatiating', 'expatiated', 'expatiated', intran, ['3A'] ). -verb( 'expatriate', 'expatriates', 'expatriating', 'expatriated', 'expatriated', tran, ['6A'] ). -verb( 'expect', 'expects', 'expecting', 'expected', 'expected', tran, ['6A','7A','9','14','17'] ). -verb( 'expectorate', 'expectorates', 'expectorating', 'expectorated', 'expectorated', _, ['2A','6A'] ). -verb( 'expedite', 'expedites', 'expediting', 'expedited', 'expedited', tran, ['6A'] ). -verb( 'expel', 'expels', 'expelling', 'expelled', 'expelled', tran, ['6A','14'] ). -verb( 'expend', 'expends', 'expending', 'expended', 'expended', tran, ['6A','14'] ). -verb( 'experience', 'experiences', 'experiencing', 'experienced', 'experienced', tran, ['6A'] ). -verb( 'experiment', 'experiments', 'experimenting', 'experimented', 'experimented', intran, ['2A','2C','3A'] ). -verb( 'expiate', 'expiates', 'expiating', 'expiated', 'expiated', tran, ['6A'] ). -verb( 'expire', 'expires', 'expiring', 'expired', 'expired', intran, ['2A'] ). -verb( 'explain', 'explains', 'explaining', 'explained', 'explained', tran, ['6A','8','9','10','14','15B'] ). -verb( 'explicate', 'explicates', 'explicating', 'explicated', 'explicated', tran, ['6A'] ). -verb( 'explode', 'explodes', 'exploding', 'exploded', 'exploded', _, ['2A','2C','6A'] ). -verb( 'exploit', 'exploits', 'exploiting', 'exploited', 'exploited', tran, ['6A'] ). -verb( 'explore', 'explores', 'exploring', 'explored', 'explored', tran, ['6A'] ). -verb( 'export', 'exports', 'exporting', 'exported', 'exported', tran, ['6A'] ). -verb( 'expose', 'exposes', 'exposing', 'exposed', 'exposed', tran, ['6A','14','15A'] ). -verb( 'expostulate', 'expostulates', 'expostulating', 'expostulated', 'expostulated', intran, ['2A','3A'] ). -verb( 'expound', 'expounds', 'expounding', 'expounded', 'expounded', tran, ['6A','14'] ). -verb( 'express', 'expresses', 'expressing', 'expressed', 'expressed', tran, ['6A','10','14','15A'] ). -verb( 'expropriate', 'expropriates', 'expropriating', 'expropriated', 'expropriated', tran, ['6A','14'] ). -verb( 'expunge', 'expunges', 'expunging', 'expunged', 'expunged', tran, ['6A','14'] ). -verb( 'expurgate', 'expurgates', 'expurgating', 'expurgated', 'expurgated', tran, ['6A'] ). -verb( 'extemporize', 'extemporize', 'extemporize', 'extemporize', 'extemporize', _, ['2A','6A'] ). -verb( 'extend', 'extends', 'extending', 'extended', 'extended', _, ['2B','2C','6A','14','15A'] ). -verb( 'extenuate', 'extenuates', 'extenuating', 'extenuated', 'extenuated', tran, ['6A'] ). -verb( 'exteriorize', 'exteriorizes', 'exteriorizing', 'exteriorized', 'exteriorized', tran, [] ). -verb( 'exterminate', 'exterminates', 'exterminating', 'exterminated', 'exterminated', tran, ['6A'] ). -verb( 'externalize', 'externalizes', 'externalizing', 'externalized', 'externalized', tran, ['6A'] ). -verb( 'extinguish', 'extinguishes', 'extinguishing', 'extinguished', 'extinguished', tran, ['6A'] ). -verb( 'extirpate', 'extirpates', 'extirpating', 'extirpated', 'extirpated', tran, ['6A'] ). -verb( 'extol', 'extols', 'extolling', 'extolled', 'extolled', tran, ['6A','15A'] ). -verb( 'extort', 'extorts', 'extorting', 'extorted', 'extorted', tran, ['6A','14'] ). -verb( 'extract', 'extracts', 'extracting', 'extracted', 'extracted', tran, ['6A','14'] ). -verb( 'extradite', 'extradites', 'extraditing', 'extradited', 'extradited', tran, ['6A'] ). -verb( 'extrapolate', 'extrapolate', 'extrapolate', 'extrapolate', 'extrapolate', _, ['6A'] ). -verb( 'extricate', 'extricates', 'extricating', 'extricated', 'extricated', tran, ['6A','14'] ). -verb( 'extrude', 'extrudes', 'extruding', 'extruded', 'extruded', tran, ['6A','14'] ). -verb( 'exude', 'exudes', 'exuding', 'exuded', 'exuded', _, ['2A','2C','6A'] ). -verb( 'exult', 'exults', 'exulting', 'exulted', 'exulted', intran, ['2A','3A','4C'] ). -verb( 'eye', 'eyes', 'eying', 'eyed', 'eyed', tran, ['6A','15A'] ). -verb( 'f^ete', 'f^etes', 'f^eting', 'f^eted', 'f^eted', tran, ['6A'] ). -verb( 'fabricate', 'fabricates', 'fabricating', 'fabricated', 'fabricated', tran, ['6A'] ). -verb( 'face', 'faces', 'facing', 'faced', 'faced', _, ['2C','6A','6C','14','15B'] ). -verb( 'facilitate', 'facilitates', 'facilitating', 'facilitated', 'facilitated', tran, ['6A'] ). -verb( 'factorize', 'factorizes', 'factorizing', 'factorized', 'factorized', tran, ['6A'] ). -verb( 'fade', 'fades', 'fading', 'faded', 'faded', _, ['2A','2C','3A','6A','15B'] ). -verb( 'fag', 'fags', 'fagging', 'fagged', 'fagged', _, ['2A','2C','3A','6A','15B'] ). -verb( 'fail', 'fails', 'failing', 'failed', 'failed', _, ['2A','2C','3A','4A','6A'] ). -verb( 'faint', 'faints', 'fainting', 'fainted', 'fainted', intran, ['2A','2C'] ). -verb( 'fake', 'fakes', 'faking', 'faked', 'faked', tran, ['6A','15B'] ). -verb( 'fall', 'falls', 'falling', 'fell', 'fallen', intran, ['2A','2B','2C','2D','3A'] ). -verb( 'falsify', 'falsifies', 'falsifying', 'falsified', 'falsified', tran, ['6A'] ). -verb( 'falter', 'falters', 'faltering', 'faltered', 'faltered', _, ['2A','2C','15B'] ). -verb( 'familiarize', 'familiarizes', 'familiarizing', 'familiarized', 'familiarized', tran, ['6A','14'] ). -verb( 'famish', 'famishes', 'famishing', 'famished', 'famished', _, ['2A','3A','6A'] ). -verb( 'fan', 'fans', 'fanning', 'fanned', 'fanned', _, ['2C','6A'] ). -verb( 'fancy', 'fancies', 'fancying', 'fancied', 'fancied', tran, ['6A','6C','9','16B','19C','25'] ). -verb( 'fare', 'fares', 'faring', 'fared', 'fared', intran, ['2C'] ). -verb( 'farm', 'farms', 'farming', 'farmed', 'farmed', _, ['2A','6A','15B'] ). -verb( 'farrow', 'farrows', 'farrowing', 'farrowed', 'farrowed', intran, [] ). -verb( 'fart', 'farts', 'farting', 'farted', 'farted', intran, [] ). -verb( 'fascinate', 'fascinates', 'fascinating', 'fascinated', 'fascinated', tran, ['6A'] ). -verb( 'fashion', 'fashions', 'fashioning', 'fashioned', 'fashioned', tran, ['6A','15A'] ). -verb( 'fast', 'fasts', 'fasting', 'fasted', 'fasted', intran, ['2A','2B'] ). -verb( 'fasten', 'fastens', 'fastening', 'fastened', 'fastened', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'fat', 'fats', 'fatting', 'fatted', 'fatted', tran, [] ). -verb( 'fate', 'fates', 'fating', 'fated', 'fated', tran, ['17'] ). -verb( 'father', 'fathers', 'fathering', 'fathered', 'fathered', tran, ['6A','14'] ). -verb( 'fathom', 'fathoms', 'fathoming', 'fathomed', 'fathomed', tran, ['6A'] ). -verb( 'fatigue', 'fatigues', 'fatiguing', 'fatigued', 'fatigued', tran, ['6A'] ). -verb( 'fatten', 'fattens', 'fattening', 'fattened', 'fattened', _, ['2A','2C','6A','15B'] ). -verb( 'fault', 'faults', 'faulting', 'faulted', 'faulted', tran, ['6A'] ). -verb( 'favour', 'favours', 'favouring', 'favoured', 'favoured', tran, ['6A','14'] ). -verb( 'fawn', 'fawns', 'fawning', 'fawned', 'fawned', intran, ['2A','3A'] ). -verb( 'fear', 'fears', 'fearing', 'feared', 'feared', _, ['2A','3A','4A','6A','6C','9'] ). -verb( 'feast', 'feasts', 'feasting', 'feasted', 'feasted', _, ['2A','2B','6A','14'] ). -verb( 'feather', 'feathers', 'feathering', 'feathered', 'feathered', tran, ['6A'] ). -verb( 'featherbed', 'featherbeds', 'featherbedding', 'featherbedded', 'featherbedded', tran, [] ). -verb( 'feature', 'features', 'featuring', 'featured', 'featured', tran, ['6A'] ). -verb( 'federate', 'federates', 'federating', 'federated', 'federated', _, ['2A','6A'] ). -verb( 'fee', 'fees', 'feeing', 'feed', 'feed', tran, ['6A'] ). -verb( 'feed', 'feeds', 'feeding', 'fed', 'fed', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'feel', 'feels', 'feeling', 'felt', 'felt', _, ['2A','2C','2D','3A','6A','6C','9','10','15B','18A','19A','25'] ). -verb( 'feign', 'feigns', 'feigning', 'feigned', 'feigned', tran, ['6A','9'] ). -verb( 'feint', 'feints', 'feinting', 'feinted', 'feinted', intran, ['2A','3A'] ). -verb( 'felicitate', 'felicitates', 'felicitating', 'felicitated', 'felicitated', tran, ['6A','14'] ). -verb( 'fell', 'fells', 'felling', 'felled', 'felled', tran, ['2A','2B','2C','2D','3A','6A'] ). -verb( 'fence', 'fences', 'fencing', 'fenced', 'fenced', tran, ['2A','2C','3A','6A','15B'] ). -verb( 'fend', 'fends', 'fending', 'fended', 'fended', _, ['15B'] ). -verb( 'ferment', 'ferments', 'fermenting', 'fermented', 'fermented', _, ['2A','6A'] ). -verb( 'ferret', 'ferrets', 'ferreting', 'ferreted', 'ferreted', _, ['2A','2C','15B'] ). -verb( 'ferry', 'ferries', 'ferrying', 'ferried', 'ferried', _, ['2A','2C','6A','15A','15B'] ). -verb( 'fertilize', 'fertilizes', 'fertilizing', 'fertilized', 'fertilized', tran, ['6A'] ). -verb( 'fester', 'festers', 'festering', 'festered', 'festered', intran, ['2A'] ). -verb( 'festoon', 'festoons', 'festooning', 'festooned', 'festooned', tran, ['6A'] ). -verb( 'fetch', 'fetches', 'fetching', 'fetched', 'fetched', _, ['6A','12B','12C','13B','15A','15B'] ). -verb( 'fetter', 'fetters', 'fettering', 'fettered', 'fettered', tran, ['6A'] ). -verb( 'fib', 'fibs', 'fibbing', 'fibbed', 'fibbed', intran, ['2A'] ). -verb( 'fiddle', 'fiddles', 'fiddling', 'fiddled', 'fiddled', tran, ['2A','2C','6A'] ). -verb( 'fidget', 'fidgets', 'fidgeting', 'fidgeted', 'fidgeted', _, ['2A','2C','6A'] ). -verb( 'field', 'fields', 'fielding', 'fielded', 'fielded', _, ['2A','6A'] ). -verb( 'fight', 'fights', 'fighting', 'fought', 'fought', _, ['2A','2B','2C','3A','4A','6A','15A','15B'] ). -verb( 'figure', 'figures', 'figuring', 'figured', 'figured', _, ['2C','3A','9','15A','15B','25'] ). -verb( 'filch', 'filches', 'filching', 'filched', 'filched', tran, ['6A'] ). -verb( 'file', 'files', 'filing', 'filed', 'filed', _, ['2C','6A','15A','15B','22'] ). -verb( 'filibuster', 'filibusters', 'filibustering', 'filibustered', 'filibustered', intran, [] ). -verb( 'fill', 'fills', 'filling', 'filled', 'filled', _, ['2A','2C','6A','12B','13B','14','15B'] ). -verb( 'fillet', 'fillets', 'filleting', 'filleted', 'filleted', tran, ['6A'] ). -verb( 'film', 'films', 'filming', 'filmed', 'filmed', _, ['2A','2C','6A'] ). -verb( 'filter', 'filters', 'filtering', 'filtered', 'filtered', _, ['2A','2C','6A','14','15B'] ). -verb( 'filtrate', 'filtrates', 'filtrating', 'filtrated', 'filtrated', _, [] ). -verb( 'finalize', 'finalizes', 'finalizing', 'finalized', 'finalized', tran, ['6A'] ). -verb( 'finance', 'finances', 'financing', 'financed', 'financed', tran, ['6A'] ). -verb( 'find', 'finds', 'finding', 'found', 'found', tran, ['6A','8','9','10','12A','12B','13A','13B','15A','15B','19B','22','25'] ). -verb( 'fine', 'fines', 'fining', 'fined', 'fined', tran, ['6A','14'] ). -verb( 'finger', 'fingers', 'fingering', 'fingered', 'fingered', tran, ['6A'] ). -verb( 'finish', 'finishes', 'finishing', 'finished', 'finished', _, ['2A','2C','6A','6C','15B','24B'] ). -verb( 'fire', 'fires', 'firing', 'fired', 'fired', _, ['2A','2C','3A','6A','15B'] ). -verb( 'firm', 'firms', 'firming', 'firmed', 'firmed', _, [] ). -verb( 'fish', 'fishes', 'fishing', 'fished', 'fished', _, ['2A','2C','6A','15A','15B'] ). -verb( 'fit', 'fits', 'fitting', 'fitted', 'fitted', _, ['2A','2C','6A','14','15A','15B','16A'] ). -verb( 'fix', 'fixes', 'fixing', 'fixed', 'fixed', _, ['3A','6A','14','15A','15B'] ). -verb( 'fixate', 'fixates', 'fixating', 'fixated', 'fixated', tran, ['6A'] ). -verb( 'fizz', 'fizzes', 'fizzing', 'fizzed', 'fizzed', intran, ['2A','2C'] ). -verb( 'fizzle', 'fizzles', 'fizzling', 'fizzled', 'fizzled', intran, ['2A','2C'] ). -verb( 'flabbergast', 'flabbergasts', 'flabbergasting', 'flabbergasted', 'flabbergasted', tran, ['6A'] ). -verb( 'flag', 'flags', 'flagging', 'flagged', 'flagged', _, ['2A','6A','15B'] ). -verb( 'flagellate', 'flagellates', 'flagellating', 'flagellated', 'flagellated', tran, ['6A'] ). -verb( 'flail', 'flails', 'flailing', 'flailed', 'flailed', tran, ['6A'] ). -verb( 'flake', 'flakes', 'flaking', 'flaked', 'flaked', intran, ['2A','2C'] ). -verb( 'flame', 'flames', 'flaming', 'flamed', 'flamed', intran, ['2A','2C'] ). -verb( 'flank', 'flanks', 'flanking', 'flanked', 'flanked', tran, ['6A'] ). -verb( 'flap', 'flaps', 'flapping', 'flapped', 'flapped', _, ['2A','2C','6A','15B'] ). -verb( 'flare', 'flares', 'flaring', 'flared', 'flared', _, ['2A','2C','6A'] ). -verb( 'flash', 'flashes', 'flashing', 'flashed', 'flashed', _, ['2A','2C','6A','12C','15A'] ). -verb( 'flatten', 'flattens', 'flattening', 'flattened', 'flattened', _, ['2A','2C','6A','15A','15B'] ). -verb( 'flatter', 'flatters', 'flattering', 'flattered', 'flattered', tran, ['6A'] ). -verb( 'flaunt', 'flaunts', 'flaunting', 'flaunted', 'flaunted', _, ['2A','2C','6A'] ). -verb( 'flavour', 'flavours', 'flavouring', 'flavoured', 'flavoured', tran, ['6A'] ). -verb( 'flay', 'flays', 'flaying', 'flayed', 'flayed', tran, ['6A'] ). -verb( 'fleck', 'flecks', 'flecking', 'flecked', 'flecked', tran, ['6A'] ). -verb( 'flee', 'flees', 'fleeing', 'fled', 'flown', _, ['2A','2C','6A'] ). -verb( 'fleece', 'fleeces', 'fleecing', 'fleeced', 'fleeced', tran, ['6A','14'] ). -verb( 'flex', 'flexes', 'flexing', 'flexed', 'flexed', tran, ['6A'] ). -verb( 'flick', 'flicks', 'flicking', 'flicked', 'flicked', tran, ['6A','15A','15B','22'] ). -verb( 'flicker', 'flickers', 'flickering', 'flickered', 'flickered', intran, ['2A','2C'] ). -verb( 'flight', 'flights', 'flighting', 'flighted', 'flighted', tran, ['6A'] ). -verb( 'flinch', 'flinches', 'flinching', 'flinched', 'flinched', intran, ['2A','3A'] ). -verb( 'fling', 'flings', 'flinging', 'flung', 'flung', _, ['2C','6A','12A','13A','15A','15B','22'] ). -verb( 'flip', 'flips', 'flipping', 'flipped', 'flipped', _, ['6A','15A','15B'] ). -verb( 'flirt', 'flirts', 'flirting', 'flirted', 'flirted', intran, ['2A','3A'] ). -verb( 'flit', 'flits', 'flitting', 'flitted', 'flitted', intran, ['2C'] ). -verb( 'float', 'floats', 'floating', 'floated', 'floated', _, ['2A','2C','6A','15A','15B'] ). -verb( 'flock', 'flocks', 'flocking', 'flocked', 'flocked', intran, ['2C','4A'] ). -verb( 'flog', 'flogs', 'flogging', 'flogged', 'flogged', tran, ['6A'] ). -verb( 'flood', 'floods', 'flooding', 'flooded', 'flooded', _, ['3A','6A','14','15B','16A'] ). -verb( 'floodlight', 'floodlights', 'floodlighting', 'floodlighted', 'floodlighted', tran, [] ). -verb( 'floor', 'floors', 'flooring', 'floored', 'floored', tran, ['6A'] ). -verb( 'flop', 'flops', 'flopping', 'flopped', 'flopped', _, ['2A','2C','15A','15B'] ). -verb( 'flounce', 'flounces', 'flouncing', 'flounced', 'flounced', _, ['2C','6A'] ). -verb( 'flounder', 'flounders', 'floundering', 'floundered', 'floundered', intran, ['2A','2C'] ). -verb( 'flour', 'flours', 'flouring', 'floured', 'floured', tran, ['6A'] ). -verb( 'flourish', 'flourishes', 'flourishing', 'flourished', 'flourished', _, ['2A','6A'] ). -verb( 'flout', 'flouts', 'flouting', 'flouted', 'flouted', tran, ['6A'] ). -verb( 'flow', 'flows', 'flowing', 'flowed', 'flowed', intran, ['2A','2C'] ). -verb( 'flower', 'flowers', 'flowering', 'flowered', 'flowered', intran, ['2A','2C'] ). -verb( 'fluctuate', 'fluctuates', 'fluctuating', 'fluctuated', 'fluctuated', intran, ['2A','2C'] ). -verb( 'fluff', 'fluffs', 'fluffing', 'fluffed', 'fluffed', tran, ['6A','15B'] ). -verb( 'flummox', 'flummoxes', 'flummoxing', 'flummoxed', 'flummoxed', tran, ['6A'] ). -verb( 'flunk', 'flunks', 'flunking', 'flunked', 'flunked', _, ['2A','2C','6A','15B'] ). -verb( 'fluoridate', 'fluoridates', 'fluoridating', 'fluoridated', 'fluoridated', tran, ['6A'] ). -verb( 'fluoridize', 'fluoridizes', 'fluoridizing', 'fluoridized', 'fluoridized', tran, [] ). -verb( 'flurry', 'flurries', 'flurrying', 'flurried', 'flurried', tran, ['6A'] ). -verb( 'flush', 'flushes', 'flushing', 'flushed', 'flushed', _, ['2A','2C','2D','6A','14'] ). -verb( 'fluster', 'flusters', 'flustering', 'flustered', 'flustered', tran, ['6A'] ). -verb( 'flute', 'flutes', 'fluting', 'fluted', 'fluted', _, ['6A'] ). -verb( 'flutter', 'flutters', 'fluttering', 'fluttered', 'fluttered', _, ['2A','2C','6A','15A','15B'] ). -verb( 'fly', 'flies', 'flying', 'flew', 'flew', _, ['2A','2B','2C','2D','4A','6A','15A','15B'] ). -verb( 'fly-fish', 'fly-fishes', 'fly-fishing', 'fly-fished', 'fly-fished', intran, ['2A'] ). -verb( 'foal', 'foals', 'foaling', 'foaled', 'foaled', intran, ['2A'] ). -verb( 'foam', 'foams', 'foaming', 'foamed', 'foamed', intran, ['2A','2C'] ). -verb( 'fob', 'fobs', 'fobbing', 'fobbed', 'fobbed', tran, ['15B'] ). -verb( 'focus', 'focuses', 'focusing', 'focused', 'focused', _, ['2A','2C','6A','14'] ). -verb( 'fog', 'fogs', 'fogging', 'fogged', 'fogged', tran, [] ). -verb( 'foil', 'foils', 'foiling', 'foiled', 'foiled', tran, ['6A'] ). -verb( 'foist', 'foists', 'foisting', 'foisted', 'foisted', tran, ['14','15A'] ). -verb( 'fold', 'folds', 'folding', 'folded', 'folded', _, ['2A','2C','6A','15A','15B'] ). -verb( 'follow', 'follows', 'following', 'followed', 'followed', _, ['2A','2B','2C','6A','15B'] ). -verb( 'foment', 'foments', 'fomenting', 'fomented', 'fomented', tran, ['6A'] ). -verb( 'fondle', 'fondles', 'fondling', 'fondled', 'fondled', tran, ['6A'] ). -verb( 'fool', 'fools', 'fooling', 'fooled', 'fooled', _, ['2A','2C','6A','14','15B'] ). -verb( 'foot', 'foots', 'footing', 'footed', 'footed', _, ['6A'] ). -verb( 'footle', 'footles', 'footling', 'footled', 'footled', _, [] ). -verb( 'footslog', 'footslogs', 'footslogging', 'footslogged', 'footslogged', intran, [] ). -verb( 'forage', 'forages', 'foraging', 'foraged', 'foraged', intran, ['2A','3A'] ). -verb( 'foray', 'forays', 'foraying', 'forayed', 'forayed', intran, ['2A'] ). -verb( 'forbear', 'forbears', 'forbearing', 'forbore', 'forborne', _, ['2A','3A','6C','7A'] ). -verb( 'forbid', 'forbids', 'forbidding', 'forbad', 'forbidden', tran, ['6A','12C','17'] ). -verb( 'force', 'forces', 'forcing', 'forced', 'forced', tran, ['6A','15A','15B','17','22'] ). -verb( 'force-feed', 'force-feeds', 'force-feeding', 'force-fed', 'force-fed', tran, ['6A'] ). -verb( 'force-land', 'force-lands', 'force-landing', 'force-landed', 'force-landed', _, [] ). -verb( 'ford', 'fords', 'fording', 'forded', 'forded', tran, ['6A'] ). -verb( 'forearm', 'forearms', 'forearming', 'forearmed', 'forearmed', tran, ['6A'] ). -verb( 'forebode', 'forebodes', 'foreboding', 'foreboded', 'foreboded', tran, ['6A','9'] ). -verb( 'forecast', 'forecasts', 'forecasting', 'forecasted', 'forecasted', tran, ['6A'] ). -verb( 'foreclose', 'forecloses', 'foreclosing', 'foreclosed', 'foreclosed', _, ['2A','3A','6A'] ). -verb( 'foredoom', 'foredooms', 'foredooming', 'foredoomed', 'foredoomed', tran, ['6A','14'] ). -verb( 'foregather', 'foregathers', 'foregathering', 'foregathered', 'foregathered', intran, ['2A','2C'] ). -verb( 'forego', 'foregoes', 'foregoing', 'forewent', 'foregone', _, [] ). -verb( 'foreknow', 'foreknows', 'foreknowing', 'foreknew', 'foreknown', _, ['2A','3A','6A','8','9','10','17','18B','25'] ). -verb( 'foreordain', 'foreordains', 'foreordaining', 'foreordained', 'foreordained', tran, ['6A','14','17'] ). -verb( 'foresee', 'foresees', 'foreseeing', 'foresaw', 'foreseen', tran, ['6A','9','10'] ). -verb( 'foreshadow', 'foreshadows', 'foreshadowing', 'foreshadowed', 'foreshadowed', tran, ['6A'] ). -verb( 'foreshorten', 'foreshortens', 'foreshortening', 'foreshortened', 'foreshortened', tran, ['6A'] ). -verb( 'forestall', 'forestalls', 'forestalling', 'forestalled', 'forestalled', tran, ['6A'] ). -verb( 'foreswear', 'foreswears', 'foreswearing', 'foreswore', 'foresworn', tran, ['6A'] ). -verb( 'foretell', 'foretells', 'foretelling', 'foretold', 'foretold', tran, ['6A','9','10','12A','13A'] ). -verb( 'forewarn', 'forewarns', 'forewarning', 'forewarned', 'forewarned', tran, ['6A'] ). -verb( 'forfeit', 'forfeits', 'forfeiting', 'forfeited', 'forfeited', tran, ['6A'] ). -verb( 'forgather', 'forgathers', 'forgathering', 'forgathered', 'forgathered', intran, ['2A','2C'] ). -verb( 'forge', 'forges', 'forging', 'forged', 'forged', _, ['2C','6A'] ). -verb( 'forget', 'forgets', 'forgetting', 'forgot', 'forgotten', _, ['2A','3A','6A','6C','6D','7A','8','9','10'] ). -verb( 'forgive', 'forgives', 'forgiving', 'forgave', 'forgiven', _, ['2A','6A','12C','14'] ). -verb( 'forgo', 'forgoes', 'forgoing', 'forwent', 'forgone', tran, [] ). -verb( 'fork', 'forks', 'forking', 'forked', 'forked', _, ['2A','2C','6A','15A','15B'] ). -verb( 'form', 'forms', 'forming', 'formed', 'formed', _, ['2A','2C','6A','14','15A'] ). -verb( 'formalize', 'formalizes', 'formalizing', 'formalized', 'formalized', tran, ['6A'] ). -verb( 'formulate', 'formulates', 'formulating', 'formulated', 'formulated', tran, ['6A'] ). -verb( 'fornicate', 'fornicates', 'fornicating', 'fornicated', 'fornicated', intran, ['21'] ). -verb( 'forsake', 'forsakes', 'forsaking', 'forsook', 'forsaken', tran, ['6A'] ). -verb( 'forswear', 'forswears', 'forswearing', 'forswore', 'forsworn', tran, ['6A'] ). -verb( 'fortify', 'fortifies', 'fortifying', 'fortified', 'fortified', tran, ['6A','14'] ). -verb( 'forward', 'forwards', 'forwarding', 'forwarded', 'forwarded', tran, ['6A','12A','13A','15A'] ). -verb( 'fossilize', 'fossilizes', 'fossilizing', 'fossilized', 'fossilized', _, ['2A','6A'] ). -verb( 'foster', 'fosters', 'fostering', 'fostered', 'fostered', tran, ['6A'] ). -verb( 'foul', 'fouls', 'fouling', 'fouled', 'fouled', _, ['2A','2C','6A'] ). -verb( 'found', 'founds', 'founding', 'founded', 'founded', tran, ['6A','8','9','10','12A','12B','13A','13B','14','15A','15B','19B','22','25'] ). -verb( 'founder', 'founders', 'foundering', 'foundered', 'foundered', _, ['2A','6A'] ). -verb( 'fowl', 'fowls', 'fowling', 'fowled', 'fowled', intran, [] ). -verb( 'fox', 'foxes', 'foxing', 'foxed', 'foxed', tran, ['6A'] ). -verb( 'foxhunt', 'foxhunts', 'foxhunting', 'foxhunted', 'foxhunted', intran, [] ). -verb( 'fracture', 'fractures', 'fracturing', 'fractured', 'fractured', _, ['2A','6A'] ). -verb( 'fragment', 'fragments', 'fragmenting', 'fragmented', 'fragmented', intran, ['2A'] ). -verb( 'frame', 'frames', 'framing', 'framed', 'framed', _, ['2A','2C','6A'] ). -verb( 'frank', 'franks', 'franking', 'franked', 'franked', tran, ['6A'] ). -verb( 'fraternize', 'fraternizes', 'fraternizing', 'fraternized', 'fraternized', intran, ['2A','2C','3A'] ). -verb( 'fray', 'frays', 'fraying', 'frayed', 'frayed', _, ['2A','2C','6A'] ). -verb( 'freak', 'freaks', 'freaking', 'freaked', 'freaked', _, ['2C','15B'] ). -verb( 'freckle', 'freckles', 'freckling', 'freckled', 'freckled', _, ['2A','6A'] ). -verb( 'free', 'frees', 'freeing', 'freed', 'freed', tran, ['6A','14'] ). -verb( 'freelance', 'freelances', 'freelancing', 'freelanced', 'freelanced', intran, [] ). -verb( 'freewheel', 'freewheels', 'freewheeling', 'freewheeled', 'freewheeled', intran, ['2A','2C'] ). -verb( 'freeze', 'freezes', 'freezing', 'froze', 'frozen', _, ['2A','2C','3A','6A','15B'] ). -verb( 'freight', 'freights', 'freighting', 'freighted', 'freighted', tran, ['6A','14'] ). -verb( 'frequent', 'frequents', 'frequenting', 'frequented', 'frequented', tran, ['6A'] ). -verb( 'fresco', 'frescos', 'frescoing', 'frescoed', 'frescoed', tran, [] ). -verb( 'freshen', 'freshens', 'freshening', 'freshened', 'freshened', _, ['2A','2C','6A','15B'] ). -verb( 'fret', 'frets', 'fretting', 'fretted', 'fretted', _, ['2A','2C','3A','6A','15A'] ). -verb( 'fricassee', 'fricassees', 'fricasseeing', 'fricasseed', 'fricasseed', tran, [] ). -verb( 'fright', 'frights', 'frighting', 'frighted', 'frighted', tran, [] ). -verb( 'frighten', 'frightens', 'frightening', 'frightened', 'frightened', tran, ['6A','14','15B'] ). -verb( 'fringe', 'fringes', 'fringing', 'fringed', 'fringed', tran, ['6A'] ). -verb( 'frisk', 'frisks', 'frisking', 'frisked', 'frisked', _, ['2A','2C','6A'] ). -verb( 'fritter', 'fritters', 'frittering', 'frittered', 'frittered', tran, ['15B'] ). -verb( 'frivol', 'frivols', 'frivolling', 'frivolled', 'frivolled', _, ['2A','15B'] ). -verb( 'frizz', 'frizzes', 'frizzing', 'frizzed', 'frizzed', tran, ['6A'] ). -verb( 'frizzle', 'frizzles', 'frizzling', 'frizzled', 'frizzled', _, ['2A','2C','6A','15B'] ). -verb( 'frogmarch', 'frogmarches', 'frogmarching', 'frogmarched', 'frogmarched', tran, ['6A'] ). -verb( 'frolic', 'frolics', 'frolicking', 'frolicked', 'frolicked', intran, ['2A','2C'] ). -verb( 'front', 'fronts', 'fronting', 'fronted', 'fronted', _, ['2A','2C','6A'] ). -verb( 'frost', 'frosts', 'frosting', 'frosted', 'frosted', _, ['2A','2C','6A'] ). -verb( 'froth', 'froths', 'frothing', 'frothed', 'frothed', intran, ['2A','2C'] ). -verb( 'frown', 'frowns', 'frowning', 'frowned', 'frowned', intran, ['2A','3A'] ). -verb( 'fructify', 'fructifies', 'fructifying', 'fructified', 'fructified', _, ['2A','6A'] ). -verb( 'fruit', 'fruits', 'fruiting', 'fruited', 'fruited', intran, [] ). -verb( 'frustrate', 'frustrates', 'frustrating', 'frustrated', 'frustrated', tran, ['6A','15A'] ). -verb( 'fry', 'fries', 'frying', 'fried', 'fried', _, ['2A','6A'] ). -verb( 'fuck', 'fucks', 'fucking', 'fucked', 'fucked', _, ['2A','6A'] ). -verb( 'fuddle', 'fuddles', 'fuddling', 'fuddled', 'fuddled', tran, ['6A','15A'] ). -verb( 'fuel', 'fuels', 'fuelling', 'fuelled', 'fuelled', _, ['2A','6A'] ). -verb( 'fulfil', 'fulfils', 'fulfilling', 'fulfilled', 'fulfilled', tran, ['6A'] ). -verb( 'fulminate', 'fulminates', 'fulminating', 'fulminated', 'fulminated', intran, ['2A','3A'] ). -verb( 'fumble', 'fumbles', 'fumbling', 'fumbled', 'fumbled', _, ['2A','2C','6A'] ). -verb( 'fume', 'fumes', 'fuming', 'fumed', 'fumed', _, ['2A','2C','3A','6A'] ). -verb( 'fumigate', 'fumigates', 'fumigating', 'fumigated', 'fumigated', tran, ['6A'] ). -verb( 'function', 'functions', 'functioning', 'functioned', 'functioned', intran, ['2A','2C'] ). -verb( 'fund', 'funds', 'funding', 'funded', 'funded', tran, ['6A'] ). -verb( 'funk', 'funks', 'funking', 'funked', 'funked', _, ['2A','6A'] ). -verb( 'funnel', 'funnels', 'funnelling', 'funnelled', 'funnelled', _, ['2A','6A'] ). -verb( 'furbish', 'furbishes', 'furbishing', 'furbished', 'furbished', tran, ['6A'] ). -verb( 'furl', 'furls', 'furling', 'furled', 'furled', _, ['2A','6A'] ). -verb( 'furnish', 'furnishes', 'furnishing', 'furnished', 'furnished', tran, ['6A','14'] ). -verb( 'furrow', 'furrows', 'furrowing', 'furrowed', 'furrowed', tran, ['6A'] ). -verb( 'further', 'furthers', 'furthering', 'furthered', 'furthered', tran, ['6A'] ). -verb( 'fuse', 'fuses', 'fusing', 'fused', 'fused', _, ['2A','6A','15A','15B'] ). -verb( 'fuss', 'fusses', 'fussing', 'fussed', 'fussed', _, ['2A','2C','6A'] ). -verb( 'gabble', 'gabbles', 'gabbling', 'gabbled', 'gabbled', _, ['2A','2C','6A','15B'] ). -verb( 'gad', 'gads', 'gadding', 'gadded', 'gadded', intran, ['2C'] ). -verb( 'gag', 'gags', 'gagging', 'gagged', 'gagged', _, ['2A','6A'] ). -verb( 'gage', 'gages', 'gaging', 'gaged', 'gaged', tran, ['6A'] ). -verb( 'gain', 'gains', 'gaining', 'gained', 'gained', _, ['2A','2B','2C','3A','6A','12B','13B','14'] ). -verb( 'gainsay', 'gainsays', 'gainsaying', 'gainsaid', 'gainsaid', tran, ['6A'] ). -verb( 'gall', 'galls', 'galling', 'galled', 'galled', tran, ['6A'] ). -verb( 'gallivant', 'gallivants', 'gallivanting', 'gallivanted', 'gallivanted', intran, ['2C'] ). -verb( 'gallop', 'gallops', 'galloping', 'galloped', 'galloped', _, ['2A','2B','2C','6A'] ). -verb( 'galumph', 'galumphs', 'galumphing', 'galumphed', 'galumphed', intran, [] ). -verb( 'galvanize', 'galvanizes', 'galvanizing', 'galvanized', 'galvanized', tran, ['6A','14'] ). -verb( 'gamble', 'gambles', 'gambling', 'gambled', 'gambled', _, ['2A','2B','2C','15B'] ). -verb( 'gambol', 'gambols', 'gambolling', 'gambolled', 'gambolled', intran, ['2A','2C'] ). -verb( 'game', 'games', 'gaming', 'gamed', 'gamed', _, ['2A','2C','15B'] ). -verb( 'gang', 'gangs', 'ganging', 'ganged', 'ganged', intran, ['2C'] ). -verb( 'gangrene', 'gangrenes', 'gangrening', 'gangrened', 'gangrened', _, ['2A','6A'] ). -verb( 'gaol', 'gaols', 'gaoling', 'gaoled', 'gaoled', tran, ['6A'] ). -verb( 'gape', 'gapes', 'gaping', 'gaped', 'gaped', intran, ['2A','2C'] ). -verb( 'garage', 'garages', 'garaging', 'garaged', 'garaged', tran, ['6A'] ). -verb( 'garb', 'garbs', 'garbing', 'garbed', 'garbed', tran, ['6A'] ). -verb( 'garble', 'garbles', 'garbling', 'garbled', 'garbled', tran, ['6A'] ). -verb( 'garden', 'gardens', 'gardening', 'gardened', 'gardened', intran, ['2A'] ). -verb( 'gargle', 'gargles', 'gargling', 'gargled', 'gargled', _, ['2A','6A'] ). -verb( 'garland', 'garlands', 'garlanding', 'garlanded', 'garlanded', tran, ['6A'] ). -verb( 'garner', 'garners', 'garnering', 'garnered', 'garnered', tran, ['6A','15B'] ). -verb( 'garnish', 'garnishes', 'garnishing', 'garnished', 'garnished', tran, ['6A','14'] ). -verb( 'garotte', 'garottes', 'garotting', 'garotted', 'garotted', tran, ['6A'] ). -verb( 'garrison', 'garrisons', 'garrisoning', 'garrisoned', 'garrisoned', tran, ['6A'] ). -verb( 'garrotte', 'garrottes', 'garrotting', 'garrotted', 'garrotted', tran, ['6A'] ). -verb( 'gas', 'gasses', 'gassing', 'gassed', 'gassed', _, ['2A','2C','6A'] ). -verb( 'gash', 'gashes', 'gashing', 'gashed', 'gashed', tran, ['6A'] ). -verb( 'gasify', 'gasifies', 'gasifying', 'gasified', 'gasified', _, ['2A','6A'] ). -verb( 'gasp', 'gasps', 'gasping', 'gasped', 'gasped', _, ['2A','2C','6A','15B'] ). -verb( 'gate', 'gates', 'gating', 'gated', 'gated', tran, ['6A'] ). -verb( 'gatecrash', 'gatecrashes', 'gatecrashing', 'gatecrashed', 'gatecrashed', tran, ['6A'] ). -verb( 'gather', 'gathers', 'gathering', 'gathered', 'gathered', _, ['2A','2C','6A','9','12B','13B','15A','15B'] ). -verb( 'gauge', 'gauges', 'gauging', 'gauged', 'gauged', tran, ['6A'] ). -verb( 'gawp', 'gawps', 'gawping', 'gawped', 'gawped', intran, ['2A','3A'] ). -verb( 'gaze', 'gazes', 'gazing', 'gazed', 'gazed', intran, ['2A','2C','3A'] ). -verb( 'gazette', 'gazettes', 'gazetting', 'gazetted', 'gazetted', tran, [] ). -verb( 'gazump', 'gazumps', 'gazumping', 'gazumped', 'gazumped', _, ['2A','6A'] ). -verb( 'gear', 'gears', 'gearing', 'geared', 'geared', _, ['2A','2C','3A','14','15A'] ). -verb( 'gel', 'gels', 'gelling', 'gelled', 'gelled', intran, [] ). -verb( 'geld', 'gelds', 'gelding', 'gelded', 'gelded', tran, ['6A'] ). -verb( 'gen', 'gens', 'genning', 'genned', 'genned', tran, ['15B'] ). -verb( 'generalize', 'generalizes', 'generalizing', 'generalized', 'generalized', _, ['2A','3A','6A','14'] ). -verb( 'generate', 'generates', 'generating', 'generated', 'generated', tran, ['6A'] ). -verb( 'genuflect', 'genuflects', 'genuflecting', 'genuflected', 'genuflected', intran, ['2A'] ). -verb( 'germinate', 'germinates', 'germinating', 'germinated', 'germinated', _, ['2A','6A'] ). -verb( 'gerrymander', 'gerrymanders', 'gerrymandering', 'gerrymandered', 'gerrymandered', tran, ['6A'] ). -verb( 'gesticulate', 'gesticulates', 'gesticulating', 'gesticulated', 'gesticulated', intran, ['2A'] ). -verb( 'gesture', 'gestures', 'gesturing', 'gestured', 'gestured', intran, ['2A'] ). -verb( 'get', 'gets', 'getting', 'got', 'got', _, ['2C','2D','2E','3A','4A','6A','7A','7B','12B','13B','14','15A','15B','17','19B','22','24C'] ). -verb( 'ghost', 'ghosts', 'ghosting', 'ghosted', 'ghosted', _, [] ). -verb( 'gibber', 'gibbers', 'gibbering', 'gibbered', 'gibbered', intran, ['2A','2C'] ). -verb( 'gibbet', 'gibbets', 'gibbeting', 'gibbeted', 'gibbeted', tran, [] ). -verb( 'gibe', 'gibes', 'gibing', 'gibed', 'gibed', intran, ['2A','3A'] ). -verb( 'gift', 'gifts', 'gifting', 'gifted', 'gifted', tran, ['6A'] ). -verb( 'giggle', 'giggles', 'giggling', 'giggled', 'giggled', intran, ['2A','6A'] ). -verb( 'gild', 'gilds', 'gilding', 'gilded', 'gilded', tran, ['6A'] ). -verb( 'gin', 'gins', 'ginning', 'ginned', 'ginned', tran, ['6A'] ). -verb( 'ginger', 'gingers', 'gingering', 'gingered', 'gingered', tran, ['6A','15B'] ). -verb( 'gird', 'girds', 'girding', 'girded', 'girded', tran, ['15B'] ). -verb( 'girdle', 'girdles', 'girdling', 'girdled', 'girdled', tran, ['15A','15B'] ). -verb( 'give', 'gives', 'giving', 'gave', 'given', _, ['2A','2C','3A','6A','12A','12B','13A','15B','16A'] ). -verb( 'gladden', 'gladdens', 'gladdening', 'gladdened', 'gladdened', tran, ['6A'] ). -verb( 'glamorize', 'glamorizes', 'glamorizing', 'glamorized', 'glamorized', tran, ['6A'] ). -verb( 'glance', 'glances', 'glancing', 'glanced', 'glanced', _, ['2C','3A','15A'] ). -verb( 'glare', 'glares', 'glaring', 'glared', 'glared', _, ['2A','2C','3A','6A','14'] ). -verb( 'glass', 'glasses', 'glassing', 'glassed', 'glassed', tran, ['6A','15B'] ). -verb( 'glaze', 'glazes', 'glazing', 'glazed', 'glazed', _, ['2A','2C','6A','15B'] ). -verb( 'gleam', 'gleams', 'gleaming', 'gleamed', 'gleamed', intran, ['2A','2C'] ). -verb( 'glean', 'gleans', 'gleaning', 'gleaned', 'gleaned', _, ['2A','6A'] ). -verb( 'glide', 'glides', 'gliding', 'glided', 'glided', intran, ['2A','2C'] ). -verb( 'glimmer', 'glimmers', 'glimmering', 'glimmered', 'glimmered', intran, ['2A','2C'] ). -verb( 'glimpse', 'glimpses', 'glimpsing', 'glimpsed', 'glimpsed', tran, ['6A','19A'] ). -verb( 'glint', 'glints', 'glinting', 'glinted', 'glinted', intran, [] ). -verb( 'glissade', 'glissades', 'glissading', 'glissaded', 'glissaded', intran, [] ). -verb( 'glisten', 'glistens', 'glistening', 'glistened', 'glistened', intran, ['2A','2C'] ). -verb( 'glister', 'glisters', 'glistering', 'glistered', 'glistered', intran, [] ). -verb( 'glitter', 'glitters', 'glittering', 'glittered', 'glittered', intran, ['2A','2C'] ). -verb( 'gloat', 'gloats', 'gloating', 'gloated', 'gloated', intran, ['2A','3A'] ). -verb( 'globetrot', 'globetrots', 'globetrotting', 'globetrotted', 'globetrotted', intran, ['2A'] ). -verb( 'glorify', 'glorifies', 'glorifying', 'glorified', 'glorified', tran, ['6A'] ). -verb( 'glory', 'glories', 'glorying', 'gloried', 'gloried', intran, ['3A'] ). -verb( 'gloss', 'glosses', 'glossing', 'glossed', 'glossed', tran, ['6A','15A'] ). -verb( 'glow', 'glows', 'glowing', 'glowed', 'glowed', intran, ['2A','2C'] ). -verb( 'glower', 'glowers', 'glowering', 'glowered', 'glowered', intran, ['2A','3A'] ). -verb( 'glue', 'glues', 'gluing', 'glued', 'glued', tran, ['6A','15A','15B'] ). -verb( 'glut', 'gluts', 'glutting', 'glutted', 'glutted', tran, ['6A','14'] ). -verb( 'gnash', 'gnashes', 'gnashing', 'gnashed', 'gnashed', _, ['2A','6A'] ). -verb( 'gnaw', 'gnaws', 'gnawing', 'gnawed', 'gnawed', _, ['3A','6A','15B'] ). -verb( 'go', 'goes', 'going', 'went', 'gone', intran, ['2A','2B','2C','2D','2E','3A','4A','6A','15B'] ). -verb( 'goad', 'goads', 'goading', 'goaded', 'goaded', tran, ['6A','14','15B','17'] ). -verb( 'gobble', 'gobbles', 'gobbling', 'gobbled', 'gobbled', _, ['2A','2C','6A','15B'] ). -verb( 'goggle', 'goggles', 'goggling', 'goggled', 'goggled', intran, ['2A','3A'] ). -verb( 'golf', 'golfs', 'golfing', 'golfed', 'golfed', intran, [] ). -verb( 'gong', 'gongs', 'gonging', 'gonged', 'gonged', tran, [] ). -verb( 'goof', 'goofs', 'goofing', 'goofed', 'goofed', _, ['2A','6A'] ). -verb( 'gore', 'gores', 'goring', 'gored', 'gored', tran, ['6A'] ). -verb( 'gorge', 'gorges', 'gorging', 'gorged', 'gorged', _, ['2A','2C','6A','14'] ). -verb( 'gormandize', 'gormandizes', 'gormandizing', 'gormandized', 'gormandized', intran, [] ). -verb( 'gossip', 'gossips', 'gossiping', 'gossiped', 'gossiped', intran, ['2A','2C'] ). -verb( 'gouge', 'gouges', 'gouging', 'gouged', 'gouged', tran, ['6A','15B'] ). -verb( 'govern', 'governs', 'governing', 'governed', 'governed', _, ['2A','6A'] ). -verb( 'gown', 'gowns', 'gowning', 'gowned', 'gowned', tran, [] ). -verb( 'grab', 'grabs', 'grabbing', 'grabbed', 'grabbed', _, ['3A','6A'] ). -verb( 'grace', 'graces', 'gracing', 'graced', 'graced', tran, ['6A'] ). -verb( 'grade', 'grades', 'grading', 'graded', 'graded', tran, ['6A','15B'] ). -verb( 'graduate', 'graduates', 'graduating', 'graduated', 'graduated', _, ['2A','2C','6A'] ). -verb( 'graft', 'grafts', 'grafting', 'grafted', 'grafted', _, ['2A','6A','15A','15B'] ). -verb( 'grant', 'grants', 'granting', 'granted', 'granted', tran, ['6A','9','12A','13A','25'] ). -verb( 'granulate', 'granulates', 'granulating', 'granulated', 'granulated', _, ['2A','6A'] ). -verb( 'grapple', 'grapples', 'grappling', 'grappled', 'grappled', intran, ['2A','2C','3A'] ). -verb( 'grasp', 'grasps', 'grasping', 'grasped', 'grasped', _, ['3A','6A'] ). -verb( 'grass', 'grasses', 'grassing', 'grassed', 'grassed', _, ['2A','3A','6A','15B'] ). -verb( 'grate', 'grates', 'grating', 'grated', 'grated', _, ['2A','3A','6A','15A'] ). -verb( 'gratify', 'gratifies', 'gratifying', 'gratified', 'gratified', tran, ['6A'] ). -verb( 'grave', 'graves', 'graving', 'graved', 'graven', tran, [] ). -verb( 'gravel', 'gravels', 'gravelling', 'gravelled', 'gravelled', tran, ['6A'] ). -verb( 'gravitate', 'gravitates', 'gravitating', 'gravitated', 'gravitated', intran, ['3A'] ). -verb( 'gray', 'grays', 'graying', 'grayed', 'grayed', _, ['2A','6A'] ). -verb( 'graze', 'grazes', 'grazing', 'grazed', 'grazed', _, ['2A','2C','6A'] ). -verb( 'grease', 'greases', 'greasing', 'greased', 'greased', tran, [] ). -verb( 'greet', 'greets', 'greeting', 'greeted', 'greeted', tran, ['6A','14'] ). -verb( 'grey', 'greys', 'greying', 'greyed', 'greyed', _, ['2A','6A'] ). -verb( 'grieve', 'grieves', 'grieving', 'grieved', 'grieved', _, ['2A','2C','6A'] ). -verb( 'grill', 'grills', 'grilling', 'grilled', 'grilled', _, ['2A','2C','6A'] ). -verb( 'grimace', 'grimaces', 'grimacing', 'grimaced', 'grimaced', intran, ['2A'] ). -verb( 'grime', 'grimes', 'griming', 'grimed', 'grimed', tran, ['6A'] ). -verb( 'grin', 'grins', 'grinning', 'grinned', 'grinned', _, ['2A','2C','6A'] ). -verb( 'grind', 'grinds', 'grinding', 'ground', 'ground', _, ['2A','2C','6A','15A','15B'] ). -verb( 'grip', 'grips', 'gripping', 'gripped', 'gripped', _, ['2A','6A'] ). -verb( 'grit', 'grits', 'gritting', 'gritted', 'gritted', tran, [] ). -verb( 'grizzle', 'grizzles', 'grizzling', 'grizzled', 'grizzled', intran, [] ). -verb( 'groan', 'groans', 'groaning', 'groaned', 'groaned', _, ['2A','2C','6A','15B'] ). -verb( 'groin', 'groins', 'groining', 'groined', 'groined', tran, [] ). -verb( 'groom', 'grooms', 'grooming', 'groomed', 'groomed', tran, ['6A'] ). -verb( 'groove', 'grooves', 'grooving', 'grooved', 'grooved', tran, [] ). -verb( 'grope', 'gropes', 'groping', 'groped', 'groped', _, ['2A','2C','3A','15A'] ). -verb( 'gross', 'grosses', 'grossing', 'grossed', 'grossed', tran, ['6A'] ). -verb( 'grouch', 'grouches', 'grouching', 'grouched', 'grouched', intran, [] ). -verb( 'ground', 'grounds', 'grounding', 'grounded', 'grounded', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'group', 'groups', 'grouping', 'grouped', 'grouped', _, ['2C','6A','15A','15B'] ). -verb( 'grouse', 'grouses', 'grousing', 'groused', 'groused', intran, ['2A','2C'] ). -verb( 'grovel', 'grovels', 'grovelling', 'grovelled', 'grovelled', intran, ['2A','2C'] ). -verb( 'grow', 'grows', 'growing', 'grew', 'grown', _, ['2A','2C','2D','3A','4A','6A','12B','13B'] ). -verb( 'growl', 'growls', 'growling', 'growled', 'growled', _, ['2A','2C','6A','15B'] ). -verb( 'grub', 'grubs', 'grubbing', 'grubbed', 'grubbed', _, ['2C','6A','15B'] ). -verb( 'grudge', 'grudges', 'grudging', 'grudged', 'grudged', tran, ['6C','12A','13A'] ). -verb( 'grumble', 'grumbles', 'grumbling', 'grumbled', 'grumbled', _, ['2A','2C','3A','6A','15B'] ). -verb( 'grunt', 'grunts', 'grunting', 'grunted', 'grunted', _, ['2A','6A','15B'] ). -verb( 'guarantee', 'guarantees', 'guaranteeing', 'guaranteed', 'guaranteed', tran, ['6A','7A','9','12A','13A','25'] ). -verb( 'guard', 'guards', 'guarding', 'guarded', 'guarded', _, ['3A','6A','15A'] ). -verb( 'guess', 'guesses', 'guessing', 'guessed', 'guessed', _, ['2A','2C','3A','6A','8','9','10','25'] ). -verb( 'guffaw', 'guffaws', 'guffawing', 'guffawed', 'guffawed', intran, [] ). -verb( 'guide', 'guides', 'guiding', 'guided', 'guided', tran, ['6A','15A','15B'] ). -verb( 'guillotine', 'guillotines', 'guillotining', 'guillotined', 'guillotined', tran, ['6A'] ). -verb( 'gull', 'gulls', 'gulling', 'gulled', 'gulled', tran, ['6A','15A'] ). -verb( 'gulp', 'gulps', 'gulping', 'gulped', 'gulped', _, ['2A','6A','15B'] ). -verb( 'gum', 'gums', 'gumming', 'gummed', 'gummed', tran, ['6A','15A','15B'] ). -verb( 'gun', 'guns', 'gunning', 'gunned', 'gunned', tran, ['6A','15B'] ). -verb( 'gurgle', 'gurgles', 'gurgling', 'gurgled', 'gurgled', intran, [] ). -verb( 'gush', 'gushes', 'gushing', 'gushed', 'gushed', intran, ['2A','2C','3A'] ). -verb( 'gut', 'guts', 'gutting', 'gutted', 'gutted', tran, ['6A'] ). -verb( 'gutter', 'gutters', 'guttering', 'guttered', 'guttered', intran, ['2A'] ). -verb( 'guy', 'guys', 'guying', 'guyed', 'guyed', tran, ['6A'] ). -verb( 'guzzle', 'guzzles', 'guzzling', 'guzzled', 'guzzled', _, ['2A','6A','15B'] ). -verb( 'gybe', 'gybes', 'gybing', 'gybed', 'gybed', _, ['2A','6A'] ). -verb( 'gyp', 'gyps', 'gypping', 'gypped', 'gypped', tran, ['6A'] ). -verb( 'gyrate', 'gyrates', 'gyrating', 'gyrated', 'gyrated', intran, [] ). -verb( 'h\'m', 'h\'ms', 'h\'mming', 'h\'mmed', 'h\'mmed', intran, [] ). -verb( 'habituate', 'habituates', 'habituating', 'habituated', 'habituated', tran, ['14'] ). -verb( 'hack', 'hacks', 'hacking', 'hacked', 'hacked', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'haggle', 'haggles', 'haggling', 'haggled', 'haggled', intran, ['2A','3A'] ). -verb( 'hail', 'hails', 'hailing', 'hailed', 'hailed', _, ['2C','3A','6A','15B','16B','23'] ). -verb( 'halloo', 'halloos', 'hallooing', 'hallooed', 'hallooed', intran, [] ). -verb( 'hallow', 'hallows', 'hallowing', 'hallowed', 'hallowed', tran, ['6A'] ). -verb( 'halt', 'halts', 'halting', 'halted', 'halted', _, ['2A','2C','6A'] ). -verb( 'halve', 'halves', 'halving', 'halved', 'halved', tran, ['6A'] ). -verb( 'ham', 'hams', 'hamming', 'hammed', 'hammed', _, ['2A','6A','15B'] ). -verb( 'hammer', 'hammers', 'hammering', 'hammered', 'hammered', _, ['2A','2C','3A','6A','15B','22'] ). -verb( 'hamper', 'hampers', 'hampering', 'hampered', 'hampered', tran, ['6A'] ). -verb( 'hamstring', 'hamstrings', 'hamstringing', 'hamstrung', 'hamstrung', tran, ['6A'] ). -verb( 'hand', 'hands', 'handing', 'handed', 'handed', tran, ['12A','13A','15A','15B'] ). -verb( 'handcuff', 'handcuffs', 'handcuffing', 'handcuffed', 'handcuffed', tran, [] ). -verb( 'handicap', 'handicaps', 'handicapping', 'handicapped', 'handicapped', tran, ['6A'] ). -verb( 'handle', 'handles', 'handling', 'handled', 'handled', tran, ['6A'] ). -verb( 'hang', 'hangs', 'hanging', 'hanged', 'hanged', _, ['2A','2B','2C','3A','6A','15A','15B'] ). -verb( 'hanker', 'hankers', 'hankering', 'hankered', 'hankered', intran, ['3A'] ). -verb( 'hap', 'haps', 'happing', 'happed', 'happed', intran, [] ). -verb( 'happen', 'happens', 'happening', 'happened', 'happened', intran, ['2A','3A','4E'] ). -verb( 'harangue', 'harangues', 'haranguing', 'harangued', 'harangued', _, ['2A','6A'] ). -verb( 'harass', 'harasses', 'harassing', 'harassed', 'harassed', tran, ['6A'] ). -verb( 'harbour', 'harbours', 'harbouring', 'harboured', 'harboured', _, ['2A','6A'] ). -verb( 'harden', 'hardens', 'hardening', 'hardened', 'hardened', _, ['2A','2C','6A','15B'] ). -verb( 'hare', 'hares', 'haring', 'hared', 'hared', intran, ['2C'] ). -verb( 'hark', 'harks', 'harking', 'harked', 'harked', intran, [] ). -verb( 'harm', 'harms', 'harming', 'harmed', 'harmed', tran, ['6A'] ). -verb( 'harmonize', 'harmonizes', 'harmonizing', 'harmonized', 'harmonized', _, ['2A','2C','6A','14'] ). -verb( 'harness', 'harnesses', 'harnessing', 'harnessed', 'harnessed', tran, ['6A'] ). -verb( 'harp', 'harps', 'harping', 'harped', 'harped', intran, [] ). -verb( 'harpoon', 'harpoons', 'harpooning', 'harpooned', 'harpooned', tran, [] ). -verb( 'harrow', 'harrows', 'harrowing', 'harrowed', 'harrowed', tran, ['6A'] ). -verb( 'harry', 'harries', 'harrying', 'harried', 'harried', tran, ['6A'] ). -verb( 'harvest', 'harvests', 'harvesting', 'harvested', 'harvested', tran, ['6A'] ). -verb( 'hash', 'hashes', 'hashing', 'hashed', 'hashed', tran, ['6A','15B'] ). -verb( 'hassle', 'hassles', 'hassling', 'hassled', 'hassled', _, ['2A','3A','6A'] ). -verb( 'hasten', 'hastens', 'hastening', 'hastened', 'hastened', _, ['2A','2C','4A','6A'] ). -verb( 'hatch', 'hatches', 'hatching', 'hatched', 'hatched', _, ['2A','6A'] ). -verb( 'hate', 'hates', 'hating', 'hated', 'hated', tran, ['6A','6D','7A','17','19C'] ). -verb( 'haul', 'hauls', 'hauling', 'hauled', 'hauled', _, ['2C','3A','6A','15A','15B'] ). -verb( 'haunt', 'haunts', 'haunting', 'haunted', 'haunted', tran, ['6A'] ). -verb( 'have', 'has', 'having', 'had', 'had', unknown, ['6A','6B','7B','15B','18C','19B','24B','24C'] ). -verb( 'have', 'has', 'having', 'had', 'had', _, ['6A','6B','7B','15B','18C','19B','24B','24C'] ). -verb( 'haw', 'haws', 'hawing', 'hawed', 'hawed', intran, [] ). -verb( 'hawk', 'hawks', 'hawking', 'hawked', 'hawked', tran, ['6A','15B'] ). -verb( 'hazard', 'hazards', 'hazarding', 'hazarded', 'hazarded', tran, ['6A'] ). -verb( 'haze', 'hazes', 'hazing', 'hazed', 'hazed', tran, [] ). -verb( 'head', 'heads', 'heading', 'headed', 'headed', _, ['2C','6A','15B'] ). -verb( 'heal', 'heals', 'healing', 'healed', 'healed', _, ['2A','2C','6A'] ). -verb( 'heap', 'heaps', 'heaping', 'heaped', 'heaped', tran, ['6A','14','15A','15B'] ). -verb( 'hear', 'hears', 'hearing', 'heard', 'heard', _, ['2A','3A','6A','9','10','15A','18A','19A','24A'] ). -verb( 'hearken', 'hearkens', 'hearkening', 'hearkened', 'hearkened', intran, [] ). -verb( 'hearten', 'heartens', 'heartening', 'heartened', 'heartened', tran, ['6A'] ). -verb( 'heat', 'heats', 'heating', 'heated', 'heated', _, ['2C','6A','15B'] ). -verb( 'heave', 'heaves', 'heaving', 'heaved', 'heaved', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'heckle', 'heckles', 'heckling', 'heckled', 'heckled', tran, ['6A'] ). -verb( 'hector', 'hectors', 'hectoring', 'hectored', 'hectored', _, [] ). -verb( 'hedge', 'hedges', 'hedging', 'hedged', 'hedged', _, ['2A','6A','15A','15B'] ). -verb( 'hedgehop', 'hedgehops', 'hedgehopping', 'hedgehopped', 'hedgehopped', intran, [] ). -verb( 'heed', 'heeds', 'heeding', 'heeded', 'heeded', tran, ['6A'] ). -verb( 'heel', 'heels', 'heeling', 'heeled', 'heeled', _, ['2A','2C','6A','15B'] ). -verb( 'heighten', 'heightens', 'heightening', 'heightened', 'heightened', _, ['2A','6A'] ). -verb( 'heliograph', 'heliographs', 'heliographing', 'heliographed', 'heliographed', tran, [] ). -verb( 'help', 'helps', 'helping', 'helped', 'helped', _, ['2A','2C','6A','6C','14','15A','15B','17','18B'] ). -verb( 'hem', 'hems', 'hemming', 'hemmed', 'hemmed', _, ['6A','15B'] ). -verb( 'hemstitch', 'hemstitches', 'hemstitching', 'hemstitched', 'hemstitched', tran, [] ). -verb( 'herald', 'heralds', 'heralding', 'heralded', 'heralded', tran, ['6A'] ). -verb( 'herd', 'herds', 'herding', 'herded', 'herded', _, ['2C','15A','15B'] ). -verb( 'hesitate', 'hesitates', 'hesitating', 'hesitated', 'hesitated', intran, ['2A','3A','3B','4C'] ). -verb( 'hew', 'hews', 'hewing', 'hewed', 'hewed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'hibernate', 'hibernates', 'hibernating', 'hibernated', 'hibernated', intran, ['2A'] ). -verb( 'hiccough', 'hiccoughs', 'hiccoughing', 'hiccoughed', 'hiccoughed', intran, [] ). -verb( 'hiccup', 'hiccups', 'hiccupping', 'hiccupped', 'hiccupped', intran, [] ). -verb( 'hide', 'hides', 'hiding', 'hid', 'hidden', _, ['2A','6A','14'] ). -verb( 'hie', 'hies', 'hieing', 'hied', 'hied', intran, [] ). -verb( 'highjack', 'highjacks', 'highjacking', 'highjacked', 'highjacked', tran, ['6A'] ). -verb( 'highlight', 'highlights', 'highlighting', 'highlighted', 'highlighted', tran, [] ). -verb( 'hijack', 'hijacks', 'hijacking', 'hijacked', 'hijacked', tran, ['6A'] ). -verb( 'hike', 'hikes', 'hiking', 'hiked', 'hiked', intran, [] ). -verb( 'hinder', 'hinders', 'hindering', 'hindered', 'hindered', tran, ['6A','6C','15A'] ). -verb( 'hinge', 'hinges', 'hinging', 'hinged', 'hinged', _, ['3A','6A'] ). -verb( 'hint', 'hints', 'hinting', 'hinted', 'hinted', _, ['3A','6A','9'] ). -verb( 'hire', 'hires', 'hiring', 'hired', 'hired', tran, ['6A','15B'] ). -verb( 'hiss', 'hisses', 'hissing', 'hissed', 'hissed', _, ['2A','3A','6A','15A'] ). -verb( 'hit', 'hits', 'hitting', 'hit', 'hit', _, ['2C','3A','6A','12C','15A','15B'] ). -verb( 'hitch', 'hitches', 'hitching', 'hitched', 'hitched', _, ['2A','2C','6A','15A','15B'] ). -verb( 'hitchhike', 'hitchhikes', 'hitchhiking', 'hitchhiked', 'hitchhiked', intran, ['2A'] ). -verb( 'hive', 'hives', 'hiving', 'hived', 'hived', _, ['2C','6A'] ). -verb( 'hoard', 'hoards', 'hoarding', 'hoarded', 'hoarded', _, ['6A','15B'] ). -verb( 'hoax', 'hoaxes', 'hoaxing', 'hoaxed', 'hoaxed', tran, ['6A','14'] ). -verb( 'hobble', 'hobbles', 'hobbling', 'hobbled', 'hobbled', _, ['2A','2C','6A'] ). -verb( 'hobnob', 'hobnobs', 'hobnobbing', 'hobnobbed', 'hobnobbed', intran, ['2A','2C','3A'] ). -verb( 'hock', 'hocks', 'hocking', 'hocked', 'hocked', tran, ['6A'] ). -verb( 'hoe', 'hoes', 'hoeing', 'hoed', 'hoed', _, ['2A','6A','15B'] ). -verb( 'hog', 'hogs', 'hogging', 'hogged', 'hogged', tran, ['6A'] ). -verb( 'hoist', 'hoists', 'hoisting', 'hoisted', 'hoisted', tran, ['6A','15B'] ). -verb( 'hold', 'holds', 'holding', 'held', 'held', _, ['2A','2C','2D','3A','6A','9','14','15A','15B','22','25'] ). -verb( 'hole', 'holes', 'holing', 'holed', 'holed', _, ['2C','6A','15B'] ). -verb( 'holiday', 'holidays', 'holidaying', 'holidayed', 'holidayed', intran, [] ). -verb( 'holler', 'hollers', 'hollering', 'hollered', 'hollered', _, [] ). -verb( 'hollow', 'hollows', 'hollowing', 'hollowed', 'hollowed', tran, ['6A','15A','15B'] ). -verb( 'holystone', 'holystones', 'holystoning', 'holystoned', 'holystoned', tran, [] ). -verb( 'homogenize', 'homogenizes', 'homogenizing', 'homogenized', 'homogenized', tran, ['6A'] ). -verb( 'hone', 'hones', 'honing', 'honed', 'honed', tran, ['6A'] ). -verb( 'honeycomb', 'honeycombs', 'honeycombing', 'honeycombed', 'honeycombed', tran, ['6A'] ). -verb( 'honeymoon', 'honeymoons', 'honeymooning', 'honeymooned', 'honeymooned', intran, [] ). -verb( 'honk', 'honks', 'honking', 'honked', 'honked', intran, [] ). -verb( 'honour', 'honours', 'honouring', 'honoured', 'honoured', tran, ['6A'] ). -verb( 'hood', 'hoods', 'hooding', 'hooded', 'hooded', tran, [] ). -verb( 'hoodoo', 'hoodoos', 'hoodooing', 'hoodooed', 'hoodooed', tran, [] ). -verb( 'hoodwink', 'hoodwinks', 'hoodwinking', 'hoodwinked', 'hoodwinked', tran, ['6A','14'] ). -verb( 'hook', 'hooks', 'hooking', 'hooked', 'hooked', _, ['2C','6A','15A','15B'] ). -verb( 'hoop', 'hoops', 'hooping', 'hooped', 'hooped', tran, [] ). -verb( 'hoot', 'hoots', 'hooting', 'hooted', 'hooted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'hop', 'hops', 'hopping', 'hopped', 'hopped', _, ['2A','2C','6A'] ). -verb( 'hope', 'hopes', 'hoping', 'hoped', 'hoped', _, ['2A','3A','7A','9'] ). -verb( 'horn', 'horns', 'horning', 'horned', 'horned', intran, [] ). -verb( 'horrify', 'horrifies', 'horrifying', 'horrified', 'horrified', tran, ['6A'] ). -verb( 'horsewhip', 'horsewhips', 'horsewhipping', 'horsewhipped', 'horsewhipped', tran, [] ). -verb( 'hose', 'hoses', 'hosing', 'hosed', 'hosed', tran, ['6A','15B'] ). -verb( 'hospitalize', 'hospitalizes', 'hospitalizing', 'hospitalized', 'hospitalized', tran, [] ). -verb( 'host', 'hosts', 'hosting', 'hosted', 'hosted', tran, ['6A'] ). -verb( 'hot', 'hots', 'hotting', 'hotted', 'hotted', _, ['2C','15B'] ). -verb( 'hotfoot', 'hotfoots', 'hotfooting', 'hotfooted', 'hotfooted', intran, [] ). -verb( 'hound', 'hounds', 'hounding', 'hounded', 'hounded', tran, ['6A'] ). -verb( 'house', 'houses', 'housing', 'housed', 'housed', tran, ['6A'] ). -verb( 'hover', 'hovers', 'hovering', 'hovered', 'hovered', intran, ['2A','2C'] ). -verb( 'howl', 'howls', 'howling', 'howled', 'howled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'huddle', 'huddles', 'huddling', 'huddled', 'huddled', _, ['2C','15A','15B'] ). -verb( 'huff', 'huffs', 'huffing', 'huffed', 'huffed', intran, [] ). -verb( 'hug', 'hugs', 'hugging', 'hugged', 'hugged', tran, ['6A'] ). -verb( 'hull', 'hulls', 'hulling', 'hulled', 'hulled', tran, [] ). -verb( 'hum', 'hums', 'humming', 'hummed', 'hummed', _, ['2A','2C','6A'] ). -verb( 'humanize', 'humanizes', 'humanizing', 'humanized', 'humanized', _, ['2A','6A'] ). -verb( 'humble', 'humbles', 'humbling', 'humbled', 'humbled', tran, ['6A'] ). -verb( 'humbug', 'humbugs', 'humbugging', 'humbugged', 'humbugged', tran, ['6A','14'] ). -verb( 'humidify', 'humidifies', 'humidifying', 'humidified', 'humidified', tran, [] ). -verb( 'humiliate', 'humiliates', 'humiliating', 'humiliated', 'humiliated', tran, ['6A'] ). -verb( 'humour', 'humours', 'humouring', 'humoured', 'humoured', tran, ['6A'] ). -verb( 'hump', 'humps', 'humping', 'humped', 'humped', tran, ['6A','15B'] ). -verb( 'hunch', 'hunches', 'hunching', 'hunched', 'hunched', tran, ['6A','15B'] ). -verb( 'hunger', 'hungers', 'hungering', 'hungered', 'hungered', intran, ['2A','3A','4C'] ). -verb( 'hunt', 'hunts', 'hunting', 'hunted', 'hunted', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'hurdle', 'hurdles', 'hurdling', 'hurdled', 'hurdled', _, ['2A','15B'] ). -verb( 'hurl', 'hurls', 'hurling', 'hurled', 'hurled', tran, ['6A','15A','15B'] ). -verb( 'hurrah', 'hurrahs', 'hurrahing', 'hurrahed', 'hurrahed', intran, [] ). -verb( 'hurry', 'hurries', 'hurrying', 'hurried', 'hurried', _, ['2A','2C','6A','15A','15B'] ). -verb( 'hurt', 'hurts', 'hurting', 'hurt', 'hurt', _, ['2A','6A','6B'] ). -verb( 'hurtle', 'hurtles', 'hurtling', 'hurtled', 'hurtled', intran, ['2C'] ). -verb( 'husband', 'husbands', 'husbanding', 'husbanded', 'husbanded', tran, ['1','6A'] ). -verb( 'hush', 'hushes', 'hushing', 'hushed', 'hushed', _, ['2A','15A','15B'] ). -verb( 'husk', 'husks', 'husking', 'husked', 'husked', tran, [] ). -verb( 'hustle', 'hustles', 'hustling', 'hustled', 'hustled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'hybridize', 'hybridizes', 'hybridizing', 'hybridized', 'hybridized', _, ['2A','6A'] ). -verb( 'hydrate', 'hydrates', 'hydrating', 'hydrated', 'hydrated', _, [] ). -verb( 'hymn', 'hymns', 'hymning', 'hymned', 'hymned', tran, [] ). -verb( 'hyphen', 'hyphens', 'hyphening', 'hyphened', 'hyphened', tran, [] ). -verb( 'hyphenate', 'hyphenates', 'hyphenating', 'hyphenated', 'hyphenated', tran, [] ). -verb( 'hypnotize', 'hypnotizes', 'hypnotizing', 'hypnotized', 'hypnotized', tran, ['6A'] ). -verb( 'hypothecate', 'hypothecates', 'hypothecating', 'hypothecated', 'hypothecated', tran, [] ). -verb( 'ice', 'ices', 'icing', 'iced', 'iced', _, ['2C','6A','15B'] ). -verb( 'ice-skate', 'ice-skates', 'ice-skating', 'ice-skated', 'ice-skated', intran, [] ). -verb( 'idealize', 'idealizes', 'idealizing', 'idealized', 'idealized', tran, ['6A'] ). -verb( 'identify', 'identifies', 'identifying', 'identified', 'identified', tran, ['3A','6A','14'] ). -verb( 'idle', 'idles', 'idling', 'idled', 'idled', _, ['2A','2C','15B'] ). -verb( 'idolize', 'idolizes', 'idolizing', 'idolized', 'idolized', tran, ['6A'] ). -verb( 'ignite', 'ignites', 'igniting', 'ignited', 'ignited', _, ['2A','6A'] ). -verb( 'ignore', 'ignores', 'ignoring', 'ignored', 'ignored', tran, ['6A'] ). -verb( 'ill-treat', 'ill-treats', 'ill-treating', 'ill-treated', 'ill-treated', tran, [] ). -verb( 'ill-use', 'ill-uses', 'ill-using', 'ill-used', 'ill-used', tran, [] ). -verb( 'illume', 'illumes', 'illuming', 'illumed', 'illumed', tran, [] ). -verb( 'illuminate', 'illuminates', 'illuminating', 'illuminated', 'illuminated', tran, ['6A'] ). -verb( 'illumine', 'illumines', 'illumining', 'illumined', 'illumined', tran, ['6A'] ). -verb( 'illustrate', 'illustrates', 'illustrating', 'illustrated', 'illustrated', tran, ['6A'] ). -verb( 'image', 'images', 'imaging', 'imaged', 'imaged', tran, ['6A'] ). -verb( 'imagine', 'imagines', 'imagining', 'imagined', 'imagined', tran, ['6A','6C','9','10','16B','19A','19C','25'] ). -verb( 'imbed', 'imbeds', 'imbedding', 'imbedded', 'imbedded', tran, [] ). -verb( 'imbibe', 'imbibes', 'imbibing', 'imbibed', 'imbibed', tran, [] ). -verb( 'imbue', 'imbues', 'imbuing', 'imbued', 'imbued', tran, ['14'] ). -verb( 'imitate', 'imitates', 'imitating', 'imitated', 'imitated', tran, ['6A'] ). -verb( 'immerse', 'immerses', 'immersing', 'immersed', 'immersed', tran, ['6A','14'] ). -verb( 'immigrate', 'immigrates', 'immigrating', 'immigrated', 'immigrated', intran, ['2A','3A'] ). -verb( 'immobilize', 'immobilizes', 'immobilizing', 'immobilized', 'immobilized', tran, ['6A'] ). -verb( 'immolate', 'immolates', 'immolating', 'immolated', 'immolated', tran, ['6A','14'] ). -verb( 'immortalize', 'immortalizes', 'immortalizing', 'immortalized', 'immortalized', tran, ['6A'] ). -verb( 'immunize', 'immunizes', 'immunizing', 'immunized', 'immunized', tran, ['6A','14'] ). -verb( 'immure', 'immures', 'immuring', 'immured', 'immured', tran, ['6A'] ). -verb( 'impact', 'impacts', 'impacting', 'impacted', 'impacted', tran, [] ). -verb( 'impair', 'impairs', 'impairing', 'impaired', 'impaired', tran, ['6A'] ). -verb( 'impale', 'impales', 'impaling', 'impaled', 'impaled', tran, ['6A','15A'] ). -verb( 'impanel', 'impanels', 'impanelling', 'impanelled', 'impanelled', tran, ['6A'] ). -verb( 'impart', 'imparts', 'imparting', 'imparted', 'imparted', tran, ['6A','14'] ). -verb( 'impeach', 'impeaches', 'impeaching', 'impeached', 'impeached', tran, ['6A','14'] ). -verb( 'impede', 'impedes', 'impeding', 'impeded', 'impeded', tran, ['6A'] ). -verb( 'impel', 'impels', 'impelling', 'impelled', 'impelled', tran, ['14','17'] ). -verb( 'impend', 'impends', 'impending', 'impended', 'impended', intran, [] ). -verb( 'imperil', 'imperils', 'imperilling', 'imperilled', 'imperilled', tran, ['6A'] ). -verb( 'impersonate', 'impersonates', 'impersonating', 'impersonated', 'impersonated', tran, ['6A'] ). -verb( 'impinge', 'impinges', 'impinging', 'impinged', 'impinged', intran, ['3A'] ). -verb( 'implant', 'implants', 'implanting', 'implanted', 'implanted', tran, ['6A','14'] ). -verb( 'implement', 'implements', 'implementing', 'implemented', 'implemented', tran, ['6A'] ). -verb( 'implicate', 'implicates', 'implicating', 'implicated', 'implicated', tran, ['6A','14'] ). -verb( 'implore', 'implores', 'imploring', 'implored', 'implored', tran, ['6A','14','17'] ). -verb( 'imply', 'implies', 'implying', 'implied', 'implied', tran, ['6A','9'] ). -verb( 'import', 'imports', 'importing', 'imported', 'imported', tran, ['6A','9','14'] ). -verb( 'importune', 'importunes', 'importuning', 'importuned', 'importuned', tran, ['6A','9','14','17'] ). -verb( 'impose', 'imposes', 'imposing', 'imposed', 'imposed', _, ['3A','14'] ). -verb( 'impound', 'impounds', 'impounding', 'impounded', 'impounded', tran, ['6A'] ). -verb( 'impoverish', 'impoverishes', 'impoverishing', 'impoverished', 'impoverished', tran, ['6A'] ). -verb( 'imprecate', 'imprecates', 'imprecating', 'imprecated', 'imprecated', tran, ['14'] ). -verb( 'impregnate', 'impregnates', 'impregnating', 'impregnated', 'impregnated', tran, ['6A','14'] ). -verb( 'impress', 'impresses', 'impressing', 'impressed', 'impressed', tran, ['6A','14'] ). -verb( 'imprint', 'imprints', 'imprinting', 'imprinted', 'imprinted', tran, ['14'] ). -verb( 'imprison', 'imprisons', 'imprisoning', 'imprisoned', 'imprisoned', tran, ['6A'] ). -verb( 'improve', 'improves', 'improving', 'improved', 'improved', _, ['2A','3A','6A'] ). -verb( 'improvise', 'improvises', 'improvising', 'improvised', 'improvised', _, ['2A','6A'] ). -verb( 'impugn', 'impugns', 'impugning', 'impugned', 'impugned', tran, ['6A'] ). -verb( 'impulse-buy', 'impulse-buys', 'impulse-buying', 'impulse-bought', 'impulse-bought', _, [] ). -verb( 'impute', 'imputes', 'imputing', 'imputed', 'imputed', tran, ['14'] ). -verb( 'inactivate', 'inactivates', 'inactivating', 'inactivated', 'inactivated', tran, [] ). -verb( 'inaugurate', 'inaugurates', 'inaugurating', 'inaugurated', 'inaugurated', tran, ['6A'] ). -verb( 'incapacitate', 'incapacitates', 'incapacitating', 'incapacitated', 'incapacitated', tran, ['6A','14'] ). -verb( 'incarcerate', 'incarcerates', 'incarcerating', 'incarcerated', 'incarcerated', tran, ['6A'] ). -verb( 'incarnate', 'incarnates', 'incarnating', 'incarnated', 'incarnated', tran, ['6A'] ). -verb( 'incense', 'incenses', 'incensing', 'incensed', 'incensed', tran, ['6A'] ). -verb( 'inch', 'inches', 'inching', 'inched', 'inched', _, ['2C','15A','15B'] ). -verb( 'incinerate', 'incinerates', 'incinerating', 'incinerated', 'incinerated', tran, ['6A'] ). -verb( 'incise', 'incises', 'incising', 'incised', 'incised', tran, ['6A'] ). -verb( 'incite', 'incites', 'inciting', 'incited', 'incited', tran, ['6A','14','17'] ). -verb( 'incline', 'inclines', 'inclining', 'inclined', 'inclined', _, ['2A','3A','4C','6A','15A','17'] ). -verb( 'inclose', 'incloses', 'inclosing', 'inclosed', 'inclosed', tran, ['6A','14'] ). -verb( 'include', 'includes', 'including', 'included', 'included', tran, ['6A','6C'] ). -verb( 'incommode', 'incommodes', 'incommoding', 'incommoded', 'incommoded', tran, ['6A'] ). -verb( 'inconvenience', 'inconveniences', 'inconveniencing', 'inconvenienced', 'inconvenienced', tran, ['6A'] ). -verb( 'incorporate', 'incorporates', 'incorporating', 'incorporated', 'incorporated', _, ['2A','3A','6A','14','23'] ). -verb( 'increase', 'increases', 'increasing', 'increased', 'increased', _, ['2A','6A'] ). -verb( 'incriminate', 'incriminates', 'incriminating', 'incriminated', 'incriminated', tran, ['6A'] ). -verb( 'incubate', 'incubates', 'incubating', 'incubated', 'incubated', _, ['2A','6A'] ). -verb( 'inculcate', 'inculcates', 'inculcating', 'inculcated', 'inculcated', tran, ['6A','14'] ). -verb( 'inculpate', 'inculpates', 'inculpating', 'inculpated', 'inculpated', tran, ['6A'] ). -verb( 'incur', 'incurs', 'incurring', 'incurred', 'incurred', tran, ['6A'] ). -verb( 'indemnify', 'indemnifies', 'indemnifying', 'indemnified', 'indemnified', tran, ['6A','14'] ). -verb( 'indent', 'indents', 'indenting', 'indented', 'indented', _, ['3A','6A'] ). -verb( 'indenture', 'indentures', 'indenturing', 'indentured', 'indentured', tran, ['6A'] ). -verb( 'index', 'indexes', 'indexing', 'indexed', 'indexed', tran, ['6A'] ). -verb( 'indicate', 'indicates', 'indicating', 'indicated', 'indicated', tran, ['6A','9','14'] ). -verb( 'indict', 'indicts', 'indicting', 'indicted', 'indicted', tran, ['6A','14','16B'] ). -verb( 'indite', 'indites', 'inditing', 'indited', 'indited', tran, ['6A'] ). -verb( 'individualize', 'individualizes', 'individualizing', 'individualized', 'individualized', tran, ['6A'] ). -verb( 'indoctrinate', 'indoctrinates', 'indoctrinating', 'indoctrinated', 'indoctrinated', tran, ['6A','14'] ). -verb( 'indorse', 'indorses', 'indorsing', 'indorsed', 'indorsed', tran, ['6A'] ). -verb( 'induce', 'induces', 'inducing', 'induced', 'induced', tran, ['6A','14','17'] ). -verb( 'induct', 'inducts', 'inducting', 'inducted', 'inducted', tran, ['6A','14','16B'] ). -verb( 'indue', 'indues', 'induing', 'indued', 'indued', tran, ['14'] ). -verb( 'indulge', 'indulges', 'indulging', 'indulged', 'indulged', _, ['3A','6A'] ). -verb( 'inebriate', 'inebriates', 'inebriating', 'inebriated', 'inebriated', tran, ['6A'] ). -verb( 'infatuate', 'infatuates', 'infatuating', 'infatuated', 'infatuated', tran, [] ). -verb( 'infect', 'infects', 'infecting', 'infected', 'infected', tran, ['6A','14'] ). -verb( 'infer', 'infers', 'inferring', 'inferred', 'inferred', tran, ['6A','9','14'] ). -verb( 'infest', 'infests', 'infesting', 'infested', 'infested', tran, ['6A'] ). -verb( 'infiltrate', 'infiltrates', 'infiltrating', 'infiltrated', 'infiltrated', _, ['2A','3A','6A','14'] ). -verb( 'inflame', 'inflames', 'inflaming', 'inflamed', 'inflamed', _, ['2A','6A'] ). -verb( 'inflate', 'inflates', 'inflating', 'inflated', 'inflated', tran, ['6A','14'] ). -verb( 'inflect', 'inflects', 'inflecting', 'inflected', 'inflected', tran, ['6A'] ). -verb( 'inflict', 'inflicts', 'inflicting', 'inflicted', 'inflicted', tran, ['6A','14'] ). -verb( 'influence', 'influences', 'influencing', 'influenced', 'influenced', tran, ['6A'] ). -verb( 'inform', 'informs', 'informing', 'informed', 'informed', _, ['3A','6A','11','14','21'] ). -verb( 'infringe', 'infringes', 'infringing', 'infringed', 'infringed', _, ['3A','6A'] ). -verb( 'infuriate', 'infuriates', 'infuriating', 'infuriated', 'infuriated', tran, ['6A'] ). -verb( 'infuse', 'infuses', 'infusing', 'infused', 'infused', _, ['2A','6A','14'] ). -verb( 'ingest', 'ingests', 'ingesting', 'ingested', 'ingested', tran, ['6A'] ). -verb( 'ingraft', 'ingrafts', 'ingrafting', 'ingrafted', 'ingrafted', tran, ['6A','14'] ). -verb( 'ingratiate', 'ingratiates', 'ingratiating', 'ingratiated', 'ingratiated', tran, ['14'] ). -verb( 'inhabit', 'inhabits', 'inhabiting', 'inhabited', 'inhabited', tran, ['6A'] ). -verb( 'inhale', 'inhales', 'inhaling', 'inhaled', 'inhaled', _, ['2A','6A'] ). -verb( 'inherit', 'inherits', 'inheriting', 'inherited', 'inherited', _, ['2A','6A'] ). -verb( 'inhibit', 'inhibits', 'inhibiting', 'inhibited', 'inhibited', tran, ['6A','14'] ). -verb( 'initial', 'initials', 'initialling', 'initialled', 'initialled', tran, ['6A'] ). -verb( 'initiate', 'initiates', 'initiating', 'initiated', 'initiated', tran, ['6A','14'] ). -verb( 'inject', 'injects', 'injecting', 'injected', 'injected', tran, ['6A','14'] ). -verb( 'injure', 'injures', 'injuring', 'injured', 'injured', tran, ['6A'] ). -verb( 'ink', 'inks', 'inking', 'inked', 'inked', tran, ['6A','15B'] ). -verb( 'inlay', 'inlays', 'inlaying', 'inlaid', 'inlaid', tran, ['6A','14'] ). -verb( 'innovate', 'innovates', 'innovating', 'innovated', 'innovated', intran, ['2A'] ). -verb( 'inoculate', 'inoculates', 'inoculating', 'inoculated', 'inoculated', tran, ['6A','14'] ). -verb( 'inquire', 'inquires', 'inquiring', 'inquired', 'inquired', _, ['2A','3A','6A','8','10','14'] ). -verb( 'inscribe', 'inscribes', 'inscribing', 'inscribed', 'inscribed', tran, ['6A','15A'] ). -verb( 'inseminate', 'inseminates', 'inseminating', 'inseminated', 'inseminated', tran, ['6A'] ). -verb( 'insert', 'inserts', 'inserting', 'inserted', 'inserted', tran, ['6A','15A'] ). -verb( 'inset', 'insets', 'insetting', 'inset', 'inset', tran, [] ). -verb( 'insinuate', 'insinuates', 'insinuating', 'insinuated', 'insinuated', tran, ['6A','9','14'] ). -verb( 'insist', 'insists', 'insisting', 'insisted', 'insisted', _, ['3A','3B'] ). -verb( 'inspan', 'inspans', 'inspanning', 'inspanned', 'inspanned', tran, [] ). -verb( 'inspect', 'inspects', 'inspecting', 'inspected', 'inspected', tran, ['6A'] ). -verb( 'inspire', 'inspires', 'inspiring', 'inspired', 'inspired', tran, ['6A','14','17'] ). -verb( 'install', 'installs', 'installing', 'installed', 'installed', tran, ['6A','14'] ). -verb( 'instance', 'instances', 'instancing', 'instanced', 'instanced', tran, ['6A'] ). -verb( 'instigate', 'instigates', 'instigating', 'instigated', 'instigated', tran, ['6A','17'] ). -verb( 'instil', 'instils', 'instilling', 'instilled', 'instilled', tran, ['6A','14'] ). -verb( 'institute', 'institutes', 'instituting', 'instituted', 'instituted', tran, ['6A','14'] ). -verb( 'institutionalize', 'institutionalizes', 'institutionalizing', 'institutionalized', 'institutionalized', tran, ['6A'] ). -verb( 'instruct', 'instructs', 'instructing', 'instructed', 'instructed', tran, ['6A','11','15A','17','20','21'] ). -verb( 'insulate', 'insulates', 'insulating', 'insulated', 'insulated', tran, ['6A','14'] ). -verb( 'insult', 'insults', 'insulting', 'insulted', 'insulted', tran, ['6A'] ). -verb( 'insure', 'insures', 'insuring', 'insured', 'insured', tran, ['6A','14'] ). -verb( 'integrate', 'integrates', 'integrating', 'integrated', 'integrated', tran, ['2A','6A'] ). -verb( 'intend', 'intends', 'intending', 'intended', 'intended', tran, ['6A','6D','7A','9','14','17'] ). -verb( 'intensify', 'intensifies', 'intensifying', 'intensified', 'intensified', _, ['2A','6A'] ). -verb( 'inter', 'inters', 'interring', 'interred', 'interred', tran, [] ). -verb( 'interact', 'interacts', 'interacting', 'interacted', 'interacted', intran, [] ). -verb( 'interbreed', 'interbreeds', 'interbreeding', 'interbred', 'interbred', _, ['2A','6A'] ). -verb( 'intercede', 'intercedes', 'interceding', 'interceded', 'interceded', intran, ['3A'] ). -verb( 'intercept', 'intercepts', 'intercepting', 'intercepted', 'intercepted', tran, ['6A'] ). -verb( 'interchange', 'interchanges', 'interchanging', 'interchanged', 'interchanged', tran, ['2A','6A'] ). -verb( 'intercommunicate', 'intercommunicates', 'intercommunicating', 'intercommunicated', 'intercommunicated', intran, [] ). -verb( 'interconnect', 'interconnects', 'interconnecting', 'interconnected', 'interconnected', _, ['6A'] ). -verb( 'interdict', 'interdicts', 'interdicting', 'interdicted', 'interdicted', tran, ['6A'] ). -verb( 'interest', 'interests', 'interesting', 'interested', 'interested', tran, ['6A','14'] ). -verb( 'interfere', 'interferes', 'interfering', 'interfered', 'interfered', intran, ['2A','3A'] ). -verb( 'interject', 'interjects', 'interjecting', 'interjected', 'interjected', tran, ['6A'] ). -verb( 'interlace', 'interlaces', 'interlacing', 'interlaced', 'interlaced', _, ['2A','6A','14'] ). -verb( 'interlard', 'interlards', 'interlarding', 'interlarded', 'interlarded', tran, ['14'] ). -verb( 'interleave', 'interleaves', 'interleaving', 'interleaved', 'interleaved', tran, ['6A','14'] ). -verb( 'interlink', 'interlinks', 'interlinking', 'interlinked', 'interlinked', _, ['2A','6A'] ). -verb( 'interlock', 'interlocks', 'interlocking', 'interlocked', 'interlocked', _, ['2A','6A'] ). -verb( 'intermarry', 'intermarries', 'intermarrying', 'intermarried', 'intermarried', intran, ['2A','3A'] ). -verb( 'intermingle', 'intermingles', 'intermingling', 'intermingled', 'intermingled', _, ['6A','14'] ). -verb( 'intermix', 'intermixes', 'intermixing', 'intermixed', 'intermixed', _, [] ). -verb( 'intern', 'interns', 'interning', 'interned', 'interned', tran, ['6A'] ). -verb( 'internalize', 'internalizes', 'internalizing', 'internalized', 'internalized', tran, ['6A'] ). -verb( 'internationalize', 'internationalizes', 'internationalizing', 'internationalized', 'internationalized', tran, ['6A'] ). -verb( 'interpellate', 'interpellates', 'interpellating', 'interpellated', 'interpellated', tran, ['6A'] ). -verb( 'interpolate', 'interpolates', 'interpolating', 'interpolated', 'interpolated', tran, ['6A'] ). -verb( 'interpose', 'interposes', 'interposing', 'interposed', 'interposed', _, ['2A','3A','6A','14'] ). -verb( 'interpret', 'interprets', 'interpreting', 'interpreted', 'interpreted', _, ['2A','6A','16B'] ). -verb( 'interrelate', 'interrelates', 'interrelating', 'interrelated', 'interrelated', _, ['2A','6A'] ). -verb( 'interrogate', 'interrogates', 'interrogating', 'interrogated', 'interrogated', tran, ['6A'] ). -verb( 'interrupt', 'interrupts', 'interrupting', 'interrupted', 'interrupted', _, ['2A','6A'] ). -verb( 'intersect', 'intersects', 'intersecting', 'intersected', 'intersected', _, ['2A','6A'] ). -verb( 'intersperse', 'intersperses', 'interspersing', 'interspersed', 'interspersed', tran, ['14'] ). -verb( 'intertwine', 'intertwines', 'intertwining', 'intertwined', 'intertwined', _, ['2A','6A'] ). -verb( 'intervene', 'intervenes', 'intervening', 'intervened', 'intervened', intran, ['2A','3A'] ). -verb( 'interview', 'interviews', 'interviewing', 'interviewed', 'interviewed', tran, ['6A'] ). -verb( 'interweave', 'interweaves', 'interweaving', 'interwove', 'interwoven', tran, ['6A','14'] ). -verb( 'intimate', 'intimates', 'intimating', 'intimated', 'intimated', tran, ['6A','9','14'] ). -verb( 'intimidate', 'intimidates', 'intimidating', 'intimidated', 'intimidated', tran, ['6A','14'] ). -verb( 'intone', 'intones', 'intoning', 'intoned', 'intoned', _, ['2A','6A'] ). -verb( 'intoxicate', 'intoxicates', 'intoxicating', 'intoxicated', 'intoxicated', tran, ['6A'] ). -verb( 'intrench', 'intrenches', 'intrenching', 'intrenched', 'intrenched', tran, ['6A'] ). -verb( 'intrigue', 'intrigues', 'intriguing', 'intrigued', 'intrigued', _, ['2A','3A','6A'] ). -verb( 'introduce', 'introduces', 'introducing', 'introduced', 'introduced', tran, ['6A','14','15A'] ). -verb( 'introspect', 'introspects', 'introspecting', 'introspected', 'introspected', intran, ['2A'] ). -verb( 'introvert', 'introverts', 'introverting', 'introverted', 'introverted', tran, ['6A'] ). -verb( 'intrude', 'intrudes', 'intruding', 'intruded', 'intruded', _, ['2A','3A','14'] ). -verb( 'intrust', 'intrusts', 'intrusting', 'intrusted', 'intrusted', tran, ['14'] ). -verb( 'intuit', 'intuits', 'intuiting', 'intuited', 'intuited', _, ['2A','6A'] ). -verb( 'inundate', 'inundates', 'inundating', 'inundated', 'inundated', tran, ['6A','14'] ). -verb( 'inure', 'inures', 'inuring', 'inured', 'inured', tran, ['14'] ). -verb( 'invade', 'invades', 'invading', 'invaded', 'invaded', tran, ['6A'] ). -verb( 'invalid', 'invalids', 'invaliding', 'invalided', 'invalided', tran, ['15A'] ). -verb( 'invalidate', 'invalidates', 'invalidating', 'invalidated', 'invalidated', tran, ['6A'] ). -verb( 'inveigh', 'inveighs', 'inveighing', 'inveighed', 'inveighed', intran, ['3A'] ). -verb( 'inveigle', 'inveigles', 'inveigling', 'inveigled', 'inveigled', tran, ['14'] ). -verb( 'invent', 'invents', 'inventing', 'invented', 'invented', tran, ['6A'] ). -verb( 'invert', 'inverts', 'inverting', 'inverted', 'inverted', tran, ['6A'] ). -verb( 'invest', 'invests', 'investing', 'invested', 'invested', _, ['3A','6A','14'] ). -verb( 'investigate', 'investigates', 'investigating', 'investigated', 'investigated', tran, ['6A'] ). -verb( 'invigilate', 'invigilates', 'invigilating', 'invigilated', 'invigilated', intran, ['2A','6A'] ). -verb( 'invigorate', 'invigorates', 'invigorating', 'invigorated', 'invigorated', tran, ['6A'] ). -verb( 'invite', 'invites', 'inviting', 'invited', 'invited', tran, ['6A','15A','15B','17'] ). -verb( 'invoice', 'invoices', 'invoicing', 'invoiced', 'invoiced', tran, [] ). -verb( 'invoke', 'invokes', 'invoking', 'invoked', 'invoked', tran, ['6A','14'] ). -verb( 'involve', 'involves', 'involving', 'involved', 'involved', tran, ['6A','6B','14','19C'] ). -verb( 'ionize', 'ionizes', 'ionizing', 'ionized', 'ionized', _, ['2A','6A'] ). -verb( 'irk', 'irks', 'irking', 'irked', 'irked', tran, [] ). -verb( 'iron', 'irons', 'ironing', 'ironed', 'ironed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'irradiate', 'irradiates', 'irradiating', 'irradiated', 'irradiated', tran, ['6A'] ). -verb( 'irrigate', 'irrigates', 'irrigating', 'irrigated', 'irrigated', tran, ['6A'] ). -verb( 'irritate', 'irritates', 'irritating', 'irritated', 'irritated', tran, ['6A'] ). -verb( 'isolate', 'isolates', 'isolating', 'isolated', 'isolated', tran, ['6A','14'] ). -verb( 'issue', 'issues', 'issuing', 'issued', 'issued', _, ['2A','3A','6A','14'] ). -verb( 'italicize', 'italicizes', 'italicizing', 'italicized', 'italicized', tran, [] ). -verb( 'itch', 'itches', 'itching', 'itched', 'itched', intran, ['2A','3A','4A'] ). -verb( 'itemize', 'itemizes', 'itemizing', 'itemized', 'itemized', tran, ['6A'] ). -verb( 'iterate', 'iterates', 'iterating', 'iterated', 'iterated', tran, ['6A'] ). -verb( 'jab', 'jabs', 'jabbing', 'jabbed', 'jabbed', _, ['3A','14','15B'] ). -verb( 'jabber', 'jabbers', 'jabbering', 'jabbered', 'jabbered', _, ['2A','2C','6A','15B'] ). -verb( 'jack', 'jacks', 'jacking', 'jacked', 'jacked', tran, ['15B'] ). -verb( 'jack-knife', 'jack-knifes', 'jack-knifing', 'jack-knifed', 'jack-knifed', intran, ['2A'] ). -verb( 'jag', 'jags', 'jagging', 'jagged', 'jagged', tran, ['6A'] ). -verb( 'jail', 'jails', 'jailing', 'jailed', 'jailed', tran, ['6A'] ). -verb( 'jam', 'jams', 'jamming', 'jammed', 'jammed', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'jampack', 'jampacks', 'jampacking', 'jampacked', 'jampacked', tran, ['6A'] ). -verb( 'jangle', 'jangles', 'jangling', 'jangled', 'jangled', _, ['2A','6A'] ). -verb( 'japan', 'japans', 'japanning', 'japanned', 'japanned', tran, [] ). -verb( 'jar', 'jars', 'jarring', 'jarred', 'jarred', _, ['2A','3A','6A'] ). -verb( 'jaundice', 'jaundices', 'jaundicing', 'jaundiced', 'jaundiced', tran, [] ). -verb( 'jaunt', 'jaunts', 'jaunting', 'jaunted', 'jaunted', intran, ['2A','2C'] ). -verb( 'jaw', 'jaws', 'jawing', 'jawed', 'jawed', intran, ['2A','2C','3A'] ). -verb( 'jaywalk', 'jaywalks', 'jaywalking', 'jaywalked', 'jaywalked', intran, [] ). -verb( 'jazz', 'jazzes', 'jazzing', 'jazzed', 'jazzed', tran, ['6A','15B'] ). -verb( 'jeer', 'jeers', 'jeering', 'jeered', 'jeered', _, ['2A','3A','6A'] ). -verb( 'jell', 'jells', 'jelling', 'jelled', 'jelled', _, ['2A','6A'] ). -verb( 'jelly', 'jellies', 'jellying', 'jellied', 'jellied', _, ['2A','6A'] ). -verb( 'jeopardize', 'jeopardizes', 'jeopardizing', 'jeopardized', 'jeopardized', tran, ['6A'] ). -verb( 'jerk', 'jerks', 'jerking', 'jerked', 'jerked', _, ['2C','6A','15A','15B'] ). -verb( 'jest', 'jests', 'jesting', 'jested', 'jested', intran, ['2A','3A'] ). -verb( 'jet', 'jets', 'jetting', 'jetted', 'jetted', _, [] ). -verb( 'jettison', 'jettisons', 'jettisoning', 'jettisoned', 'jettisoned', tran, ['6A'] ). -verb( 'jewel', 'jewels', 'jewelling', 'jewelled', 'jewelled', tran, [] ). -verb( 'jib', 'jibs', 'jibbing', 'jibbed', 'jibbed', intran, ['2A','3A'] ). -verb( 'jibe', 'jibes', 'jibing', 'jibed', 'jibed', intran, ['2A','3A'] ). -verb( 'jig', 'jigs', 'jigging', 'jigged', 'jigged', _, ['2A','2C','15B'] ). -verb( 'jiggle', 'jiggles', 'jiggling', 'jiggled', 'jiggled', _, [] ). -verb( 'jilt', 'jilts', 'jilting', 'jilted', 'jilted', tran, ['6A'] ). -verb( 'jingle', 'jingles', 'jingling', 'jingled', 'jingled', _, ['2A','2C','6A','15B'] ). -verb( 'jive', 'jives', 'jiving', 'jived', 'jived', intran, [] ). -verb( 'job', 'jobs', 'jobbing', 'jobbed', 'jobbed', _, ['2A','6A','14'] ). -verb( 'jockey', 'jockeys', 'jockeying', 'jockeyed', 'jockeyed', _, ['3A','15A'] ). -verb( 'jog', 'jogs', 'jogging', 'jogged', 'jogged', _, ['2A','2C','6A','15B'] ). -verb( 'joggle', 'joggles', 'joggling', 'joggled', 'joggled', _, ['2A','6A'] ). -verb( 'join', 'joins', 'joining', 'joined', 'joined', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'joint', 'joints', 'jointing', 'jointed', 'jointed', tran, ['6A'] ). -verb( 'joke', 'jokes', 'joking', 'joked', 'joked', intran, ['2A','2C'] ). -verb( 'jolly', 'jollies', 'jollying', 'jollied', 'jollied', tran, ['6A','15A','15B'] ). -verb( 'jolt', 'jolts', 'jolting', 'jolted', 'jolted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'jostle', 'jostles', 'jostling', 'jostled', 'jostled', _, ['2C','6A'] ). -verb( 'jot', 'jots', 'jotting', 'jotted', 'jotted', tran, ['15B'] ). -verb( 'journey', 'journeys', 'journeying', 'journeyed', 'journeyed', intran, ['2A','2C'] ). -verb( 'joust', 'jousts', 'jousting', 'jousted', 'jousted', intran, [] ). -verb( 'joy', 'joys', 'joying', 'joyed', 'joyed', intran, [] ). -verb( 'judder', 'judders', 'juddering', 'juddered', 'juddered', intran, [] ). -verb( 'judge', 'judges', 'judging', 'judged', 'judged', _, ['2A','3A','6A','9','10','22','25'] ). -verb( 'jug', 'jugs', 'jugging', 'jugged', 'jugged', tran, ['6A'] ). -verb( 'juggle', 'juggles', 'juggling', 'juggled', 'juggled', _, ['2A','3A','6A','16A'] ). -verb( 'jumble', 'jumbles', 'jumbling', 'jumbled', 'jumbled', _, ['2C','15B'] ). -verb( 'jump', 'jumps', 'jumping', 'jumped', 'jumped', _, ['2A','2C','6A'] ). -verb( 'junket', 'junkets', 'junketing', 'junketed', 'junketed', intran, [] ). -verb( 'justify', 'justifies', 'justifying', 'justified', 'justified', tran, ['6A','19C'] ). -verb( 'jut', 'juts', 'jutting', 'jutted', 'jutted', intran, ['2C'] ). -verb( 'juxtapose', 'juxtaposes', 'juxtaposing', 'juxtaposed', 'juxtaposed', tran, ['6A'] ). -verb( 'keel', 'keels', 'keeling', 'keeled', 'keeled', _, ['2C','6A','15B'] ). -verb( 'keen', 'keens', 'keening', 'keened', 'keened', _, [] ). -verb( 'keep', 'keeps', 'keeping', 'kept', 'kept', _, ['2A','2C','2E','3A','6A','14','15A','15B','19B','22'] ). -verb( 'ken', 'kens', 'kenning', 'kenned', 'kenned', tran, ['6A','9'] ). -verb( 'kennel', 'kennels', 'kennelling', 'kennelled', 'kennelled', _, [] ). -verb( 'key', 'keys', 'keying', 'keyed', 'keyed', tran, ['6A'] ). -verb( 'kick', 'kicks', 'kicking', 'kicked', 'kicked', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'kid', 'kids', 'kidding', 'kidded', 'kidded', _, [] ). -verb( 'kidnap', 'kidnaps', 'kidnapping', 'kidnapped', 'kidnapped', tran, [] ). -verb( 'kill', 'kills', 'killing', 'killed', 'killed', _, ['2A','6A','15B'] ). -verb( 'kindle', 'kindles', 'kindling', 'kindled', 'kindled', _, ['2A','6A'] ). -verb( 'kink', 'kinks', 'kinking', 'kinked', 'kinked', _, [] ). -verb( 'kip', 'kips', 'kipping', 'kipped', 'kipped', intran, ['2A','2C'] ). -verb( 'kiss', 'kisses', 'kissing', 'kissed', 'kissed', _, ['2A','6A','15A','15B'] ). -verb( 'kit', 'kits', 'kitting', 'kitted', 'kitted', tran, ['15B'] ). -verb( 'knap', 'knaps', 'knapping', 'knapped', 'knapped', tran, [] ). -verb( 'knead', 'kneads', 'kneading', 'kneaded', 'kneaded', tran, ['6A'] ). -verb( 'kneel', 'kneels', 'kneeling', 'kneeled', 'kneeled', intran, ['2A','2C'] ). -verb( 'knife', 'knifes', 'knifing', 'knifed', 'knifed', tran, ['6A'] ). -verb( 'knight', 'knights', 'knighting', 'knighted', 'knighted', tran, ['6A'] ). -verb( 'knit', 'knits', 'knitting', 'knitted', 'knitted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'knock', 'knocks', 'knocking', 'knocked', 'knocked', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'knot', 'knots', 'knotting', 'knotted', 'knotted', _, ['2A','6A','15B'] ). -verb( 'know', 'knows', 'knowing', 'knew', 'known', _, ['2A','3A','6A','8','9','10','17','18B','25'] ). -verb( 'knuckle', 'knuckles', 'knuckling', 'knuckled', 'knuckled', intran, [] ). -verb( 'kotow', 'kotows', 'kotowing', 'kotowed', 'kotowed', intran, [] ). -verb( 'kowtow', 'kowtows', 'kowtowing', 'kowtowed', 'kowtowed', intran, [] ). -verb( 'label', 'labels', 'labelling', 'labelled', 'labelled', tran, ['6A'] ). -verb( 'labour', 'labours', 'labouring', 'laboured', 'laboured', _, ['2A','2C','3A','4A','6A'] ). -verb( 'lace', 'laces', 'lacing', 'laced', 'laced', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'lacerate', 'lacerates', 'lacerating', 'lacerated', 'lacerated', tran, ['6A'] ). -verb( 'lack', 'lacks', 'lacking', 'lacked', 'lacked', _, ['3A','6B'] ). -verb( 'lacquer', 'lacquers', 'lacquering', 'lacquered', 'lacquered', tran, ['6A'] ). -verb( 'ladder', 'ladders', 'laddering', 'laddered', 'laddered', intran, [] ). -verb( 'lade', 'lades', 'lading', 'laded', 'laden', tran, ['6A'] ). -verb( 'ladle', 'ladles', 'ladling', 'ladled', 'ladled', tran, ['6A','15B'] ). -verb( 'lag', 'lags', 'lagging', 'lagged', 'lagged', _, ['2A','2C','6A','14'] ). -verb( 'laicize', 'laicizes', 'laicizing', 'laicized', 'laicized', tran, ['6A'] ). -verb( 'lam', 'lams', 'lamming', 'lammed', 'lammed', _, ['3A','6A'] ). -verb( 'lamb', 'lambs', 'lambing', 'lambed', 'lambed', intran, [] ). -verb( 'lambaste', 'lambastes', 'lambasting', 'lambasted', 'lambasted', tran, [] ). -verb( 'lame', 'lames', 'laming', 'lamed', 'lamed', tran, [] ). -verb( 'lament', 'laments', 'lamenting', 'lamented', 'lamented', _, ['2A','3A','6A'] ). -verb( 'laminate', 'laminates', 'laminating', 'laminated', 'laminated', _, ['2A','6A'] ). -verb( 'lampoon', 'lampoons', 'lampooning', 'lampooned', 'lampooned', tran, ['6A'] ). -verb( 'lance', 'lances', 'lancing', 'lanced', 'lanced', tran, ['6A'] ). -verb( 'land', 'lands', 'landing', 'landed', 'landed', _, ['2A','2C','6A','12C'] ). -verb( 'landscape', 'landscapes', 'landscaping', 'landscaped', 'landscaped', tran, ['6A'] ). -verb( 'languish', 'languishes', 'languishing', 'languished', 'languished', intran, ['2A','2C'] ). -verb( 'lap', 'laps', 'lapping', 'lapped', 'lapped', _, ['2A','2C','6A','15B'] ). -verb( 'lapse', 'lapses', 'lapsing', 'lapsed', 'lapsed', intran, ['2A','3A'] ). -verb( 'lard', 'lards', 'larding', 'larded', 'larded', tran, ['6A'] ). -verb( 'lark', 'larks', 'larking', 'larked', 'larked', intran, ['2A','2C'] ). -verb( 'larn', 'larns', 'larning', 'larned', 'larned', _, [] ). -verb( 'lash', 'lashes', 'lashing', 'lashed', 'lashed', _, ['2C','6A','14','15A','15B'] ). -verb( 'lasso', 'lassos', 'lassoing', 'lassoed', 'lassoed', tran, [] ). -verb( 'last', 'lasts', 'lasting', 'lasted', 'lasted', intran, ['2A','2B','2C'] ). -verb( 'latch', 'latches', 'latching', 'latched', 'latched', _, ['2A','2C','3A','6A'] ). -verb( 'lather', 'lathers', 'lathering', 'lathered', 'lathered', _, ['2A','6A'] ). -verb( 'laud', 'lauds', 'lauding', 'lauded', 'lauded', tran, ['6A'] ). -verb( 'laugh', 'laughs', 'laughing', 'laughed', 'laughed', _, ['2A','2B','2C','3A','6B','15A','15B','22'] ). -verb( 'launch', 'launches', 'launching', 'launched', 'launched', _, ['2C','3A','6A','15A'] ). -verb( 'launder', 'launders', 'laundering', 'laundered', 'laundered', _, ['2A','6A'] ). -verb( 'lave', 'laves', 'laving', 'laved', 'laved', tran, [] ). -verb( 'lavish', 'lavishes', 'lavishing', 'lavished', 'lavished', tran, ['14'] ). -verb( 'lay', 'lays', 'laying', 'laid', 'laid', _, ['2A','2B','2C','2D','3A','6A','12C','14','15A','15B','22'] ). -verb( 'layer', 'layers', 'layering', 'layered', 'layered', tran, ['6A'] ). -verb( 'laze', 'lazes', 'lazing', 'lazed', 'lazed', _, ['2A','2C','15B'] ). -verb( 'leach', 'leaches', 'leaching', 'leached', 'leached', tran, ['6A','15B'] ). -verb( 'lead', 'leads', 'leading', 'leant', 'leant', _, ['2A','2C','3A','6A','12C','14','15A','15B','17'] ). -verb( 'leaf', 'leafs', 'leafing', 'leafed', 'leafed', intran, [] ). -verb( 'league', 'leagues', 'leaguing', 'leagued', 'leagued', _, ['2C','6A','15A','15B'] ). -verb( 'leak', 'leaks', 'leaking', 'leaked', 'leaked', _, ['2A','2C','6A','14'] ). -verb( 'lean', 'leans', 'leaning', 'leaned', 'leaned', _, ['2A','2C','3A','15A'] ). -verb( 'leap', 'leaps', 'leaping', 'leaped', 'leaped', _, ['2A','2C','3A','6A','15A'] ). -verb( 'leapfrog', 'leapfrogs', 'leapfrogging', 'leapfrogged', 'leapfrogged', tran, [] ). -verb( 'learn', 'learns', 'learning', 'learned', 'learned', _, ['2A','3A','6A','7A','8','9','10','15A','15B'] ). -verb( 'lease', 'leases', 'leasing', 'leased', 'leased', tran, ['6A'] ). -verb( 'leave', 'leaves', 'leavening', 'leavened', 'leavened', _, ['2A','2C','3A','6A','12B','13B','14','15A','15B','16A','19B','22','24B','25'] ). -verb( 'leaven', 'leavens', 'leavening', 'leavened', 'leavened', tran, ['6A'] ). -verb( 'lecture', 'lectures', 'lecturing', 'lectured', 'lectured', _, ['2A','3A','6A','14'] ). -verb( 'leer', 'leers', 'leering', 'leered', 'leered', intran, ['2A','3A'] ). -verb( 'legalize', 'legalizes', 'legalizing', 'legalized', 'legalized', tran, ['6A'] ). -verb( 'legislate', 'legislates', 'legislating', 'legislated', 'legislated', intran, ['2A','3A'] ). -verb( 'legitimatize', 'legitimatizes', 'legitimatizing', 'legitimatized', 'legitimatized', tran, [] ). -verb( 'lend', 'lends', 'lending', 'lent', 'lent', tran, ['6A','12A','13A','14'] ). -verb( 'lengthen', 'lengthens', 'lengthening', 'lengthened', 'lengthened', _, ['2A','6A'] ). -verb( 'lessen', 'lessens', 'lessening', 'lessened', 'lessened', _, ['2A','6A'] ). -verb( 'let', 'lets', 'letting', 'let', 'let', _, ['2C','6A','14','15A','15B','18B','22','24A'] ). -verb( 'levant', 'levants', 'levanting', 'levanted', 'levanted', intran, [] ). -verb( 'level', 'levels', 'levelling', 'levelled', 'levelled', _, ['2C','3A','6A','14','15A','15B'] ). -verb( 'lever', 'levers', 'levering', 'levered', 'levered', tran, ['6A','15B'] ). -verb( 'levitate', 'levitates', 'levitating', 'levitated', 'levitated', _, ['2A','6A'] ). -verb( 'levy', 'levies', 'levying', 'levied', 'levied', _, ['3A','6A','14'] ). -verb( 'liaise', 'liaises', 'liaising', 'liaised', 'liaised', intran, ['2A','3A'] ). -verb( 'libel', 'libels', 'libelling', 'libelled', 'libelled', tran, ['6A'] ). -verb( 'liberalize', 'liberalizes', 'liberalizing', 'liberalized', 'liberalized', tran, [] ). -verb( 'liberate', 'liberates', 'liberating', 'liberated', 'liberated', tran, ['6A','14'] ). -verb( 'licence', 'licences', 'licencing', 'licenced', 'licenced', tran, ['6A','17'] ). -verb( 'license', 'licenses', 'licensing', 'licensed', 'licensed', tran, ['6A','17'] ). -verb( 'lick', 'licks', 'licking', 'licked', 'licked', _, ['2A','6A','15A','15B','22'] ). -verb( 'lie', 'lies', 'lying', 'lay', 'lain', intran, ['2A','2C','2D','3A'] ). -verb( 'lie', 'lies', 'lying', 'lied', 'lied', intran, ['2A','2C','2D','3A'] ). -verb( 'lift', 'lifts', 'lifting', 'lifted', 'lifted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'light', 'lights', 'lighting', 'lighted', 'lighted', _, ['2C','3A','6A','15A','15B'] ). -verb( 'lighten', 'lightens', 'lightening', 'lightened', 'lightened', _, ['2A','6A'] ). -verb( 'lighter', 'lighters', 'lightering', 'lightered', 'lightered', tran, [] ). -verb( 'like', 'likes', 'liking', 'liked', 'liked', tran, ['6A','6D','7A','17','19B','19C','22'] ). -verb( 'liken', 'likens', 'likening', 'likened', 'likened', tran, ['14'] ). -verb( 'lilt', 'lilts', 'lilting', 'lilted', 'lilted', _, [] ). -verb( 'limber', 'limbers', 'limbering', 'limbered', 'limbered', _, ['2C','15B'] ). -verb( 'lime', 'limes', 'liming', 'limed', 'limed', tran, ['6A'] ). -verb( 'limit', 'limits', 'limiting', 'limited', 'limited', tran, ['6A','14'] ). -verb( 'limn', 'limns', 'limning', 'limned', 'limned', tran, [] ). -verb( 'limp', 'limps', 'limping', 'limped', 'limped', intran, ['2A','2C'] ). -verb( 'line', 'lines', 'lining', 'lined', 'lined', _, ['2C','6A','14','15B'] ). -verb( 'linger', 'lingers', 'lingering', 'lingered', 'lingered', intran, ['2A','2C'] ). -verb( 'link', 'links', 'linking', 'linked', 'linked', _, ['2A','2C','6A','15A','15B'] ). -verb( 'lionize', 'lionizes', 'lionizing', 'lionized', 'lionized', tran, ['6A'] ). -verb( 'lip-read', 'lip-reads', 'lip-reading', 'lip-read', 'lip-read', tran, [] ). -verb( 'liquefy', 'liquefies', 'liquefying', 'liquefied', 'liquefied', _, ['2A','6A'] ). -verb( 'liquidate', 'liquidates', 'liquidating', 'liquidated', 'liquidated', _, ['2A','6A'] ). -verb( 'liquidize', 'liquidizes', 'liquidizing', 'liquidized', 'liquidized', tran, ['6A'] ). -verb( 'lisp', 'lisps', 'lisping', 'lisped', 'lisped', _, ['2A','6A','15B'] ). -verb( 'list', 'lists', 'listing', 'listed', 'listed', _, ['2A','2C','6A'] ). -verb( 'listen', 'listens', 'listening', 'listened', 'listened', intran, ['2A','2C','3A'] ). -verb( 'lithograph', 'lithographs', 'lithographing', 'lithographed', 'lithographed', _, [] ). -verb( 'litigate', 'litigates', 'litigating', 'litigated', 'litigated', _, ['2A','6A'] ). -verb( 'litter', 'litters', 'littering', 'littered', 'littered', _, ['2A','6A','14','15A','15B'] ). -verb( 'live', 'lives', 'living', 'lived', 'lived', _, ['2A','2B','2C','2D','3A','4A','6B','15B'] ). -verb( 'liven', 'livens', 'livening', 'livened', 'livened', _, ['2C','15B'] ). -verb( 'load', 'loads', 'loading', 'loaded', 'loaded', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'loaf', 'loafs', 'loafing', 'loafed', 'loafed', _, ['2A','2C','15A','15B'] ). -verb( 'loan', 'loans', 'loaning', 'loaned', 'loaned', tran, ['6A','14'] ). -verb( 'loathe', 'loathes', 'loathing', 'loathed', 'loathed', tran, ['6A','6C'] ). -verb( 'lob', 'lobs', 'lobbing', 'lobbed', 'lobbed', _, ['2C','6A','15A'] ). -verb( 'lobby', 'lobbies', 'lobbying', 'lobbied', 'lobbied', _, ['2A','2C','6A','15A'] ). -verb( 'localize', 'localizes', 'localizing', 'localized', 'localized', tran, ['6A'] ). -verb( 'locate', 'locates', 'locating', 'located', 'located', tran, ['6A','15A'] ). -verb( 'lock', 'locks', 'locking', 'locked', 'locked', _, ['2A','2C','6A','15A','15B'] ). -verb( 'lodge', 'lodges', 'lodging', 'lodged', 'lodged', _, ['3A','6A','14','15A'] ). -verb( 'loft', 'lofts', 'lofting', 'lofted', 'lofted', tran, ['6A'] ). -verb( 'log', 'logs', 'logging', 'logged', 'logged', tran, ['6A'] ). -verb( 'loiter', 'loiters', 'loitering', 'loitered', 'loitered', _, ['2A','2C','15B'] ). -verb( 'loll', 'lolls', 'lolling', 'lolled', 'lolled', _, ['2A','2C','15B'] ). -verb( 'long', 'longs', 'longing', 'longed', 'longed', intran, ['3A','4C'] ). -verb( 'look', 'looks', 'looking', 'looked', 'looked', _, ['2A','2C','2D','3A','4A','4D','6A','8','15B'] ). -verb( 'loom', 'looms', 'looming', 'loomed', 'loomed', intran, ['2C','2D'] ). -verb( 'loop', 'loops', 'looping', 'looped', 'looped', _, ['2A','6A','15B'] ). -verb( 'loose', 'looses', 'loosing', 'loosed', 'loosed', tran, ['6A'] ). -verb( 'loosen', 'loosens', 'loosening', 'loosened', 'loosened', _, ['2A','6A','15B'] ). -verb( 'loot', 'loots', 'looting', 'looted', 'looted', _, ['2A','6A'] ). -verb( 'lop', 'lops', 'lopping', 'lopped', 'lopped', _, ['6A','15B'] ). -verb( 'lope', 'lopes', 'loping', 'loped', 'loped', intran, ['2A','2C'] ). -verb( 'lord', 'lords', 'lording', 'lorded', 'lorded', tran, [] ). -verb( 'lose', 'loses', 'losing', 'lost', 'lost', _, ['2A','2B','3A','6A','12C','15A'] ). -verb( 'lounge', 'lounges', 'lounging', 'lounged', 'lounged', intran, ['2A','2C'] ). -verb( 'lour', 'lours', 'louring', 'loured', 'loured', intran, ['2A','3A'] ). -verb( 'love', 'loves', 'loving', 'loved', 'loved', tran, ['6A','6D','7A','17'] ). -verb( 'low', 'lows', 'lowing', 'lowed', 'lowed', intran, [] ). -verb( 'lower', 'lowers', 'lowering', 'lowered', 'lowered', _, ['2A','6A','15A'] ). -verb( 'lower', 'lowers', 'lowering', 'lowered', 'lowered', intran, ['2A','3A'] ). -verb( 'lubricate', 'lubricates', 'lubricating', 'lubricated', 'lubricated', tran, ['6A'] ). -verb( 'luff', 'luffs', 'luffing', 'luffed', 'luffed', _, [] ). -verb( 'lug', 'lugs', 'lugging', 'lugged', 'lugged', tran, ['6A','15A','15B'] ). -verb( 'lull', 'lulls', 'lulling', 'lulled', 'lulled', _, ['2A','6A','15A'] ). -verb( 'lumber', 'lumbers', 'lumbering', 'lumbered', 'lumbered', _, ['2C','6A','14','15A','15B'] ). -verb( 'lump', 'lumps', 'lumping', 'lumped', 'lumped', tran, ['2A','6A','15B'] ). -verb( 'lunch', 'lunches', 'lunching', 'lunched', 'lunched', _, [] ). -verb( 'lunge', 'lunges', 'lunging', 'lunged', 'lunged', intran, ['2A','2C'] ). -verb( 'lurch', 'lurches', 'lurching', 'lurched', 'lurched', intran, ['2C'] ). -verb( 'lure', 'lures', 'luring', 'lured', 'lured', tran, ['6A','15B'] ). -verb( 'lurk', 'lurks', 'lurking', 'lurked', 'lurked', intran, ['2C'] ). -verb( 'lust', 'lusts', 'lusting', 'lusted', 'lusted', intran, ['3A'] ). -verb( 'luxuriate', 'luxuriates', 'luxuriating', 'luxuriated', 'luxuriated', intran, ['3A'] ). -verb( 'lynch', 'lynches', 'lynching', 'lynched', 'lynched', tran, ['6A'] ). -verb( 'macadamize', 'macadamizes', 'macadamizing', 'macadamized', 'macadamized', tran, [] ). -verb( 'macerate', 'macerates', 'macerating', 'macerated', 'macerated', _, ['2A','6A'] ). -verb( 'machine', 'machines', 'machining', 'machined', 'machined', tran, ['6A'] ). -verb( 'madden', 'maddens', 'maddening', 'maddened', 'maddened', tran, ['6A'] ). -verb( 'maffick', 'mafficks', 'mafficking', 'mafficked', 'mafficked', intran, [] ). -verb( 'magnetize', 'magnetizes', 'magnetizing', 'magnetized', 'magnetized', tran, ['6A'] ). -verb( 'magnify', 'magnifies', 'magnifying', 'magnified', 'magnified', tran, ['6A'] ). -verb( 'mail', 'mails', 'mailing', 'mailed', 'mailed', tran, ['6A'] ). -verb( 'maim', 'maims', 'maiming', 'maimed', 'maimed', tran, ['6A'] ). -verb( 'maintain', 'maintains', 'maintaining', 'maintained', 'maintained', tran, ['6A','9','25'] ). -verb( 'major', 'majors', 'majoring', 'majored', 'majored', intran, ['3A'] ). -verb( 'make', 'makes', 'making', 'made', 'made', _, ['2A','2C','2D','3A','6A','12A','12B','13A','13B','14','15B','16A','18B','22','23','24A','25'] ). -verb( 'malfunction', 'malfunctions', 'malfunctioning', 'malfunctioned', 'malfunctioned', intran, ['2A'] ). -verb( 'malign', 'maligns', 'maligning', 'maligned', 'maligned', tran, ['6A'] ). -verb( 'malinger', 'malingers', 'malingering', 'malingered', 'malingered', intran, ['2A'] ). -verb( 'malt', 'malts', 'malting', 'malted', 'malted', _, ['2A','6A'] ). -verb( 'maltreat', 'maltreats', 'maltreating', 'maltreated', 'maltreated', tran, ['6A'] ). -verb( 'man', 'mans', 'manning', 'manned', 'manned', tran, ['6A'] ). -verb( 'manacle', 'manacles', 'manacling', 'manacled', 'manacled', tran, ['6A'] ). -verb( 'manage', 'manages', 'managing', 'managed', 'managed', _, ['2A','2C','3A','4A','6A'] ). -verb( 'mandate', 'mandates', 'mandating', 'mandated', 'mandated', tran, ['6A'] ). -verb( 'mangle', 'mangles', 'mangling', 'mangled', 'mangled', tran, ['6A'] ). -verb( 'manhandle', 'manhandles', 'manhandling', 'manhandled', 'manhandled', tran, [] ). -verb( 'manicure', 'manicures', 'manicuring', 'manicured', 'manicured', tran, ['6A'] ). -verb( 'manifest', 'manifests', 'manifesting', 'manifested', 'manifested', tran, ['6A'] ). -verb( 'manifold', 'manifolds', 'manifolding', 'manifolded', 'manifolded', tran, ['6A'] ). -verb( 'manipulate', 'manipulates', 'manipulating', 'manipulated', 'manipulated', tran, ['6A'] ). -verb( 'manoeuvre', 'manoeuvres', 'manoeuvring', 'manoeuvred', 'manoeuvred', _, ['2A','2C','6A','15A'] ). -verb( 'mantle', 'mantles', 'mantling', 'mantled', 'mantled', _, ['2C','6A'] ). -verb( 'manufacture', 'manufactures', 'manufacturing', 'manufactured', 'manufactured', tran, ['6A'] ). -verb( 'manumit', 'manumits', 'manumitting', 'manumitted', 'manumitted', tran, [] ). -verb( 'manure', 'manures', 'manuring', 'manured', 'manured', tran, ['6A'] ). -verb( 'map', 'maps', 'mapping', 'mapped', 'mapped', tran, ['6A','15B'] ). -verb( 'mar', 'mars', 'marring', 'marred', 'marred', tran, ['6A'] ). -verb( 'maraud', 'marauds', 'marauding', 'marauded', 'marauded', intran, ['2A'] ). -verb( 'march', 'marches', 'marching', 'marched', 'marched', _, ['2A','2B','2C','3A','15A','15B'] ). -verb( 'marinade', 'marinades', 'marinading', 'marinaded', 'marinaded', tran, [] ). -verb( 'marinate', 'marinates', 'marinating', 'marinated', 'marinated', tran, [] ). -verb( 'mark', 'marks', 'marking', 'marked', 'marked', tran, ['2A','6A','8','10','15A','15B','22'] ). -verb( 'market', 'markets', 'marketing', 'marketed', 'marketed', _, ['2A','6A'] ). -verb( 'maroon', 'maroons', 'marooning', 'marooned', 'marooned', tran, ['6A'] ). -verb( 'marry', 'marries', 'marrying', 'married', 'married', _, ['2A','2D','4A','6A','15B'] ). -verb( 'marshal', 'marshals', 'marshalling', 'marshalled', 'marshalled', tran, ['6A','15A','15B'] ). -verb( 'martyr', 'martyrs', 'martyring', 'martyred', 'martyred', tran, ['6A'] ). -verb( 'marvel', 'marvels', 'marvelling', 'marvelled', 'marvelled', intran, ['3A','3B'] ). -verb( 'mash', 'mashes', 'mashing', 'mashed', 'mashed', tran, ['6A'] ). -verb( 'mask', 'masks', 'masking', 'masked', 'masked', tran, ['6A'] ). -verb( 'masquerade', 'masquerades', 'masquerading', 'masqueraded', 'masqueraded', intran, ['2A','2C'] ). -verb( 'mass', 'masses', 'massing', 'massed', 'massed', _, ['2A','6A'] ). -verb( 'mass-produce', 'mass-produces', 'mass-producing', 'mass-produced', 'mass-produced', tran, [] ). -verb( 'massacre', 'massacres', 'massacring', 'massacred', 'massacred', tran, ['6A'] ). -verb( 'massage', 'massages', 'massaging', 'massaged', 'massaged', tran, ['6A'] ). -verb( 'master', 'masters', 'mastering', 'mastered', 'mastered', tran, ['6A'] ). -verb( 'mastermind', 'masterminds', 'masterminding', 'masterminded', 'masterminded', tran, [] ). -verb( 'masticate', 'masticates', 'masticating', 'masticated', 'masticated', tran, ['6A'] ). -verb( 'masturbate', 'masturbates', 'masturbating', 'masturbated', 'masturbated', _, ['2A','6A'] ). -verb( 'mat', 'mats', 'matting', 'matted', 'matted', _, ['2A','2C','6A','15A'] ). -verb( 'match', 'matches', 'matching', 'matched', 'matched', _, ['2A','6A','12B','13B','14'] ). -verb( 'mate', 'mates', 'mating', 'mated', 'mated', _, ['2A','3A','6A','14'] ). -verb( 'materialize', 'materializes', 'materializing', 'materialized', 'materialized', intran, ['2A','6A'] ). -verb( 'matriculate', 'matriculates', 'matriculating', 'matriculated', 'matriculated', _, ['2A','2C','6A'] ). -verb( 'matter', 'matters', 'mattering', 'mattered', 'mattered', intran, ['2A','2C'] ). -verb( 'maturate', 'maturates', 'maturating', 'maturated', 'maturated', intran, ['2A'] ). -verb( 'mature', 'matures', 'maturing', 'matured', 'matured', _, ['2A','6A'] ). -verb( 'maul', 'mauls', 'mauling', 'mauled', 'mauled', tran, ['6A','15B'] ). -verb( 'maunder', 'maunders', 'maundering', 'maundered', 'maundered', intran, ['2A','2C'] ). -verb( 'maximize', 'maximizes', 'maximizing', 'maximized', 'maximized', tran, ['6A'] ). -verb( 'may', 'may', '-', '-', '-', unknown, ['5'] ). -verb( 'mean', 'means', 'meaning', 'meant', 'meant', tran, ['6A','6A','6C','7A','9','12A','13A','14','16B','17'] ). -verb( 'meander', 'meanders', 'meandering', 'meandered', 'meandered', intran, ['2A','2C'] ). -verb( 'measure', 'measures', 'measuring', 'measured', 'measured', _, ['2A','2B','6A','15A','15B'] ). -verb( 'mechanize', 'mechanizes', 'mechanizing', 'mechanized', 'mechanized', tran, ['6A'] ). -verb( 'meddle', 'meddles', 'meddling', 'meddled', 'meddled', intran, ['2A','3A'] ). -verb( 'mediate', 'mediates', 'mediating', 'mediated', 'mediated', _, ['2A','3A','6A'] ). -verb( 'medicate', 'medicates', 'medicating', 'medicated', 'medicated', tran, ['6A'] ). -verb( 'meditate', 'meditates', 'meditating', 'meditated', 'meditated', _, ['2A','3A','6A'] ). -verb( 'meet', 'meets', 'meeting', 'met', 'met', _, ['2A','2C','6A'] ). -verb( 'meliorate', 'meliorates', 'meliorating', 'meliorated', 'meliorated', _, ['2A','6A'] ). -verb( 'mellow', 'mellows', 'mellowing', 'mellowed', 'mellowed', _, ['2A','6A'] ). -verb( 'melt', 'melts', 'melting', 'melted', 'melted', _, ['2A','2C','6A','15B'] ). -verb( 'memorialize', 'memorializes', 'memorializing', 'memorialized', 'memorialized', tran, ['6A'] ). -verb( 'memorize', 'memorizes', 'memorizing', 'memorized', 'memorized', tran, ['6A'] ). -verb( 'menace', 'menaces', 'menacing', 'menaced', 'menaced', tran, ['6A'] ). -verb( 'mend', 'mends', 'mending', 'mended', 'mended', _, ['2A','6A'] ). -verb( 'menstruate', 'menstruates', 'menstruating', 'menstruated', 'menstruated', intran, ['2A'] ). -verb( 'mention', 'mentions', 'mentioning', 'mentioned', 'mentioned', tran, ['6A','6C','9','13A'] ). -verb( 'mercerize', 'mercerizes', 'mercerizing', 'mercerized', 'mercerized', tran, ['6A'] ). -verb( 'merge', 'merges', 'merging', 'merged', 'merged', _, ['2A','3A','6A','14'] ). -verb( 'merit', 'merits', 'meriting', 'merited', 'merited', tran, ['6A'] ). -verb( 'mesh', 'meshes', 'meshing', 'meshed', 'meshed', _, ['2A','3A','6A'] ). -verb( 'mesmerize', 'mesmerizes', 'mesmerizing', 'mesmerized', 'mesmerized', tran, ['6A'] ). -verb( 'mess', 'messes', 'messing', 'messed', 'messed', _, ['2C','6A','15B'] ). -verb( 'metal', 'metals', 'metalling', 'metalled', 'metalled', tran, ['6A'] ). -verb( 'metamorphose', 'metamorphoses', 'metamorphosing', 'metamorphosed', 'metamorphosed', _, ['3A','6A','14'] ). -verb( 'mete', 'metes', 'meting', 'meted', 'meted', tran, ['15B'] ). -verb( 'metricize', 'metricizes', 'metricizing', 'metricized', 'metricized', tran, [] ). -verb( 'mew', 'mews', 'mewing', 'mewed', 'mewed', intran, ['2A'] ). -verb( 'miaou', 'miaous', 'miaouing', 'miaoued', 'miaoued', intran, [] ). -verb( 'miaow', 'miaows', 'miaowing', 'miaowed', 'miaowed', intran, ['2A'] ). -verb( 'microfilm', 'microfilms', 'microfilming', 'microfilmed', 'microfilmed', tran, ['6A'] ). -verb( 'migrate', 'migrates', 'migrating', 'migrated', 'migrated', intran, ['2A','3A'] ). -verb( 'mildew', 'mildews', 'mildewing', 'mildewed', 'mildewed', _, ['2A','6A'] ). -verb( 'militate', 'militates', 'militating', 'militated', 'militated', intran, ['3A'] ). -verb( 'milk', 'milks', 'milking', 'milked', 'milked', _, ['2A','6A'] ). -verb( 'mill', 'mills', 'milling', 'milled', 'milled', _, ['2C','6A'] ). -verb( 'mime', 'mimes', 'miming', 'mimed', 'mimed', _, ['2A','6A'] ). -verb( 'mimeograph', 'mimeographs', 'mimeographing', 'mimeographed', 'mimeographed', tran, ['6A'] ). -verb( 'mimic', 'mimics', 'mimicking', 'mimicked', 'mimicked', tran, ['6A'] ). -verb( 'mince', 'minces', 'mincing', 'minced', 'minced', _, ['2A','6A'] ). -verb( 'mind', 'minds', 'minding', 'minded', 'minded', _, ['2A','6A','6C','9','19C'] ). -verb( 'mine', 'mines', 'mining', 'mined', 'mined', _, ['2A','3A','6A'] ). -verb( 'mingle', 'mingles', 'mingling', 'mingled', 'mingled', _, ['2A','2C','6A','14'] ). -verb( 'miniaturize', 'miniaturizes', 'miniaturizing', 'miniaturized', 'miniaturized', tran, ['6A'] ). -verb( 'minimize', 'minimizes', 'minimizing', 'minimized', 'minimized', tran, ['6A'] ). -verb( 'minister', 'ministers', 'ministering', 'ministered', 'ministered', intran, ['3A'] ). -verb( 'mint', 'mints', 'minting', 'minted', 'minted', tran, ['6A'] ). -verb( 'minute', 'minutes', 'minuting', 'minuted', 'minuted', tran, ['6A'] ). -verb( 'mire', 'mires', 'miring', 'mired', 'mired', _, ['2A','6A'] ). -verb( 'mirror', 'mirrors', 'mirroring', 'mirrored', 'mirrored', tran, ['6A'] ). -verb( 'misadvise', 'misadvises', 'misadvising', 'misadvised', 'misadvised', tran, ['6A'] ). -verb( 'misapply', 'misapplies', 'misapplying', 'misapplied', 'misapplied', tran, ['6A'] ). -verb( 'misapprehend', 'misapprehends', 'misapprehending', 'misapprehended', 'misapprehended', tran, ['6A'] ). -verb( 'misappropriate', 'misappropriates', 'misappropriating', 'misappropriated', 'misappropriated', tran, ['6A'] ). -verb( 'misbehave', 'misbehaves', 'misbehaving', 'misbehaved', 'misbehaved', _, ['2A','6B'] ). -verb( 'miscalculate', 'miscalculates', 'miscalculating', 'miscalculated', 'miscalculated', _, [] ). -verb( 'miscall', 'miscalls', 'miscalling', 'miscalled', 'miscalled', tran, [] ). -verb( 'miscarry', 'miscarries', 'miscarrying', 'miscarried', 'miscarried', tran, ['2A'] ). -verb( 'miscast', 'miscasts', 'miscasting', 'miscast', 'miscast', tran, ['6A'] ). -verb( 'misconceive', 'misconceives', 'misconceiving', 'misconceived', 'misconceived', _, ['3A','6A'] ). -verb( 'misconduct', 'misconducts', 'misconducting', 'misconducted', 'misconducted', tran, ['6A','6B','14'] ). -verb( 'misconstrue', 'misconstrues', 'misconstruing', 'misconstrued', 'misconstrued', tran, ['6A'] ). -verb( 'miscount', 'miscounts', 'miscounting', 'miscounted', 'miscounted', _, ['2A','6A'] ). -verb( 'misdate', 'misdates', 'misdating', 'misdated', 'misdated', tran, ['6A'] ). -verb( 'misdeal', 'misdeals', 'misdealing', 'misdealt', 'misdealt', _, ['2A','6A'] ). -verb( 'misdirect', 'misdirects', 'misdirecting', 'misdirected', 'misdirected', tran, ['6A'] ). -verb( 'misfire', 'misfires', 'misfiring', 'misfired', 'misfired', intran, ['2A'] ). -verb( 'misgive', 'misgives', 'misgiving', 'misgave', 'misgiven', tran, [] ). -verb( 'misgovern', 'misgoverns', 'misgoverning', 'misgoverned', 'misgoverned', tran, ['6A'] ). -verb( 'misguide', 'misguides', 'misguiding', 'misguided', 'misguided', tran, ['6A','14'] ). -verb( 'mishandle', 'mishandles', 'mishandling', 'mishandled', 'mishandled', tran, [] ). -verb( 'misinform', 'misinforms', 'misinforming', 'misinformed', 'misinformed', tran, ['6A'] ). -verb( 'misinterpret', 'misinterprets', 'misinterpreting', 'misinterpreted', 'misinterpreted', tran, ['6A'] ). -verb( 'misjudge', 'misjudges', 'misjudging', 'misjudged', 'misjudged', _, ['2A','6A'] ). -verb( 'mislay', 'mislays', 'mislaying', 'mislaid', 'mislaid', tran, ['6A'] ). -verb( 'mislead', 'misleads', 'misleading', 'misled', 'misled', tran, ['6A'] ). -verb( 'mismanage', 'mismanages', 'mismanaging', 'mismanaged', 'mismanaged', tran, ['6A'] ). -verb( 'misname', 'misnames', 'misnaming', 'misnamed', 'misnamed', tran, ['6A'] ). -verb( 'misplace', 'misplaces', 'misplacing', 'misplaced', 'misplaced', tran, ['6A'] ). -verb( 'misprint', 'misprints', 'misprinting', 'misprinted', 'misprinted', tran, ['6A'] ). -verb( 'mispronounce', 'mispronounces', 'mispronouncing', 'mispronounced', 'mispronounced', tran, ['6A'] ). -verb( 'misquote', 'misquotes', 'misquoting', 'misquoted', 'misquoted', tran, ['6A'] ). -verb( 'misread', 'misreads', 'misreading', 'misread', 'misread', tran, ['6A'] ). -verb( 'misrepresent', 'misrepresents', 'misrepresenting', 'misrepresented', 'misrepresented', tran, [] ). -verb( 'miss', 'misses', 'missing', 'missed', 'missed', _, ['2A','2C','6A','6B','6C','15B'] ). -verb( 'misspell', 'misspells', 'misspelling', 'misspelled', 'misspelled', tran, ['6A'] ). -verb( 'misspend', 'misspends', 'misspending', 'misspent', 'misspent', tran, ['6A'] ). -verb( 'misstate', 'misstates', 'misstating', 'misstated', 'misstated', tran, ['6A'] ). -verb( 'mist', 'mists', 'misting', 'misted', 'misted', _, ['2C','6A'] ). -verb( 'mistake', 'mistakes', 'mistaking', 'mistook', 'mistaken', _, ['6A','10','14'] ). -verb( 'mistime', 'mistimes', 'mistiming', 'mistimed', 'mistimed', tran, [] ). -verb( 'mistranslate', 'mistranslates', 'mistranslating', 'mistranslated', 'mistranslated', tran, ['6A'] ). -verb( 'mistrust', 'mistrusts', 'mistrusting', 'mistrusted', 'mistrusted', tran, ['6A'] ). -verb( 'misunderstand', 'misunderstands', 'misunderstanding', 'misunderstood', 'misunderstood', tran, ['6A'] ). -verb( 'misuse', 'misuses', 'misusing', 'misused', 'misused', tran, ['6A'] ). -verb( 'mitigate', 'mitigates', 'mitigating', 'mitigated', 'mitigated', tran, ['6A'] ). -verb( 'mix', 'mixes', 'mixing', 'mixed', 'mixed', _, ['2A','2C','3A','6A','12B','13B','14','15B'] ). -verb( 'mizzle', 'mizzles', 'mizzling', 'mizzled', 'mizzled', intran, ['2A'] ). -verb( 'moan', 'moans', 'moaning', 'moaned', 'moaned', _, ['2A','2C','15B'] ). -verb( 'mob', 'mobs', 'mobbing', 'mobbed', 'mobbed', tran, ['6A'] ). -verb( 'mobilize', 'mobilizes', 'mobilizing', 'mobilized', 'mobilized', _, ['2A','6A'] ). -verb( 'mock', 'mocks', 'mocking', 'mocked', 'mocked', _, ['3A','6A'] ). -verb( 'model', 'models', 'modelling', 'modelled', 'modelled', _, ['2A','6A','14','15A'] ). -verb( 'moderate', 'moderates', 'moderating', 'moderated', 'moderated', _, ['2A','6A'] ). -verb( 'modernize', 'modernizes', 'modernizing', 'modernized', 'modernized', tran, ['6A'] ). -verb( 'modify', 'modifies', 'modifying', 'modified', 'modified', tran, ['6A'] ). -verb( 'modulate', 'modulates', 'modulating', 'modulated', 'modulated', _, ['2C','6A'] ). -verb( 'moil', 'moils', 'moiling', 'moiled', 'moiled', intran, [] ). -verb( 'moisten', 'moistens', 'moistening', 'moistened', 'moistened', _, ['2A','6A'] ). -verb( 'molest', 'molests', 'molesting', 'molested', 'molested', tran, ['6A'] ). -verb( 'mollify', 'mollifies', 'mollifying', 'mollified', 'mollified', tran, ['6A'] ). -verb( 'mollycoddle', 'mollycoddles', 'mollycoddling', 'mollycoddled', 'mollycoddled', tran, ['6A'] ). -verb( 'monetize', 'monetizes', 'monetizing', 'monetized', 'monetized', tran, ['6A'] ). -verb( 'monitor', 'monitors', 'monitoring', 'monitored', 'monitored', _, [] ). -verb( 'monkey', 'monkeys', 'monkeying', 'monkeyed', 'monkeyed', intran, ['2C'] ). -verb( 'monopolize', 'monopolizes', 'monopolizing', 'monopolized', 'monopolized', tran, ['6A'] ). -verb( 'moo', 'moos', 'mooing', 'mooed', 'mooed', intran, [] ). -verb( 'mooch', 'mooches', 'mooching', 'mooched', 'mooched', intran, ['2C'] ). -verb( 'moon', 'moons', 'mooning', 'mooned', 'mooned', _, ['2C','15B'] ). -verb( 'moor', 'moors', 'mooring', 'moored', 'moored', tran, ['6A','15A'] ). -verb( 'moot', 'moots', 'mooting', 'mooted', 'mooted', tran, ['6A'] ). -verb( 'mop', 'mops', 'mopping', 'mopped', 'mopped', _, ['6A','15B'] ). -verb( 'mope', 'mopes', 'moping', 'moped', 'moped', intran, ['2A','2C'] ). -verb( 'moralize', 'moralizes', 'moralizing', 'moralized', 'moralized', _, ['2A','3A','6A'] ). -verb( 'mortar', 'mortars', 'mortaring', 'mortared', 'mortared', tran, ['6A'] ). -verb( 'mortgage', 'mortgages', 'mortgaging', 'mortgaged', 'mortgaged', tran, ['6A','14'] ). -verb( 'mortice', 'mortices', 'morticing', 'morticed', 'morticed', tran, ['15A','15B'] ). -verb( 'mortify', 'mortifies', 'mortifying', 'mortified', 'mortified', _, ['2A','6A'] ). -verb( 'mortise', 'mortises', 'mortising', 'mortised', 'mortised', tran, ['15A','15B'] ). -verb( 'mosey', 'moseys', 'moseying', 'moseyed', 'moseyed', intran, ['2A','2C'] ). -verb( 'mother', 'mothers', 'mothering', 'mothered', 'mothered', tran, ['6A'] ). -verb( 'mothproof', 'mothproofs', 'mothproofing', 'mothproofed', 'mothproofed', tran, [] ). -verb( 'motion', 'motions', 'motioning', 'motioned', 'motioned', _, ['3A','15A','15B','17'] ). -verb( 'motivate', 'motivates', 'motivating', 'motivated', 'motivated', tran, ['6A'] ). -verb( 'motor', 'motors', 'motoring', 'motored', 'motored', intran, ['2A','2C'] ). -verb( 'motorize', 'motorizes', 'motorizing', 'motorized', 'motorized', tran, ['6A'] ). -verb( 'mottle', 'mottles', 'mottling', 'mottled', 'mottled', tran, ['6A'] ). -verb( 'mould', 'moulds', 'moulding', 'moulded', 'moulded', _, ['2A','6A','14'] ). -verb( 'moulder', 'moulders', 'mouldering', 'mouldered', 'mouldered', intran, ['2A','2C'] ). -verb( 'moult', 'moults', 'moulting', 'moulted', 'moulted', _, ['2A','6A'] ). -verb( 'mount', 'mounts', 'mounting', 'mounted', 'mounted', _, ['2A','2C','6A'] ). -verb( 'mourn', 'mourns', 'mourning', 'mourned', 'mourned', _, ['3A','6A'] ). -verb( 'mouse', 'mouses', 'mousing', 'moused', 'moused', intran, ['2A'] ). -verb( 'mouth', 'mouths', 'mouthing', 'mouthed', 'mouthed', _, ['2A','6A'] ). -verb( 'move', 'moves', 'moving', 'moved', 'moved', _, ['2A','2C','3A','6A','9','15A','15B','17'] ). -verb( 'mow', 'mows', 'mowing', 'mowed', 'mowed', tran, ['2A','6A','15B'] ). -verb( 'mow', 'mows', 'mowing', 'mowed', 'mowed', intran, [] ). -verb( 'muck', 'mucks', 'mucking', 'mucked', 'mucked', _, ['2C','6A','15B'] ). -verb( 'mud', 'muds', 'mudding', 'mudded', 'mudded', tran, ['6A'] ). -verb( 'muddle', 'muddles', 'muddling', 'muddled', 'muddled', _, ['2C','6A','15B'] ). -verb( 'muddy', 'muddies', 'muddying', 'muddied', 'muddied', tran, ['6A'] ). -verb( 'muff', 'muffs', 'muffing', 'muffed', 'muffed', tran, ['6A'] ). -verb( 'muffle', 'muffles', 'muffling', 'muffled', 'muffled', tran, ['6A','15B'] ). -verb( 'mug', 'mugs', 'mugging', 'mugged', 'mugged', tran, ['6A','15B'] ). -verb( 'mulch', 'mulches', 'mulching', 'mulched', 'mulched', tran, [] ). -verb( 'mulct', 'mulcts', 'mulcting', 'mulcted', 'mulcted', tran, ['12C','14'] ). -verb( 'mull', 'mulls', 'mulling', 'mulled', 'mulled', tran, ['6A','15A'] ). -verb( 'multiply', 'multiplies', 'multiplying', 'multiplied', 'multiplied', _, ['2A','6A','14'] ). -verb( 'mumble', 'mumbles', 'mumbling', 'mumbled', 'mumbled', _, ['2A','2C','6A'] ). -verb( 'mummify', 'mummifies', 'mummifying', 'mummified', 'mummified', tran, ['6A'] ). -verb( 'munch', 'munches', 'munching', 'munched', 'munched', _, ['2A','2C','6A'] ). -verb( 'munition', 'munitions', 'munitioning', 'munitioned', 'munitioned', tran, ['6A'] ). -verb( 'murder', 'murders', 'murdering', 'murdered', 'murdered', tran, ['6A'] ). -verb( 'murmur', 'murmurs', 'murmuring', 'murmured', 'murmured', _, ['2A','2C','3A','6A'] ). -verb( 'muscle', 'muscles', 'muscling', 'muscled', 'muscled', intran, ['2C'] ). -verb( 'muse', 'muses', 'musing', 'mused', 'mused', intran, ['2A','3A'] ). -verb( 'mushroom', 'mushrooms', 'mushrooming', 'mushroomed', 'mushroomed', intran, ['2C'] ). -verb( 'muss', 'musses', 'mussing', 'mussed', 'mussed', tran, ['6A','15B'] ). -verb( 'must', 'must', '-', '-', '-', unknown, ['5'] ). -verb( 'muster', 'musters', 'mustering', 'mustered', 'mustered', _, ['2A','6A','15B'] ). -verb( 'mute', 'mutes', 'muting', 'muted', 'muted', tran, ['6A'] ). -verb( 'mutilate', 'mutilates', 'mutilating', 'mutilated', 'mutilated', tran, ['6A'] ). -verb( 'mutiny', 'mutinies', 'mutinying', 'mutinied', 'mutinied', intran, ['2A','3A'] ). -verb( 'mutter', 'mutters', 'muttering', 'muttered', 'muttered', _, ['2A','2C','6A','14'] ). -verb( 'muzzle', 'muzzles', 'muzzling', 'muzzled', 'muzzled', tran, ['6A'] ). -verb( 'mystify', 'mystifies', 'mystifying', 'mystified', 'mystified', tran, ['6A'] ). -verb( 'nab', 'nabs', 'nabbing', 'nabbed', 'nabbed', tran, [] ). -verb( 'nag', 'nags', 'nagging', 'nagged', 'nagged', _, ['2A','2C','3A','6A'] ). -verb( 'nail', 'nails', 'nailing', 'nailed', 'nailed', tran, ['15A','15B'] ). -verb( 'name', 'names', 'naming', 'named', 'named', tran, ['6A','14','23'] ). -verb( 'name-drop', 'name-drops', 'name-dropping', 'name-dropped', 'name-dropped', intran, ['2A'] ). -verb( 'nap', 'naps', 'napping', 'napped', 'napped', intran, [] ). -verb( 'nark', 'narks', 'narking', 'narked', 'narked', tran, [] ). -verb( 'narrate', 'narrates', 'narrating', 'narrated', 'narrated', tran, ['6A'] ). -verb( 'narrow', 'narrows', 'narrowing', 'narrowed', 'narrowed', _, ['2A','6A'] ). -verb( 'nasalize', 'nasalizes', 'nasalizing', 'nasalized', 'nasalized', tran, ['6A'] ). -verb( 'nationalize', 'nationalizes', 'nationalizing', 'nationalized', 'nationalized', tran, ['6A'] ). -verb( 'natter', 'natters', 'nattering', 'nattered', 'nattered', intran, ['2A','2C'] ). -verb( 'naturalize', 'naturalizes', 'naturalizing', 'naturalized', 'naturalized', _, ['2A','6A'] ). -verb( 'nauseate', 'nauseates', 'nauseating', 'nauseated', 'nauseated', tran, ['6A'] ). -verb( 'navigate', 'navigates', 'navigating', 'navigated', 'navigated', _, ['2A','6A'] ). -verb( 'near', 'nears', 'nearing', 'neared', 'neared', _, ['2A','6A'] ). -verb( 'necessitate', 'necessitates', 'necessitating', 'necessitated', 'necessitated', tran, ['6A','6C'] ). -verb( 'neck', 'necks', 'necking', 'necked', 'necked', intran, [] ). -verb( 'need', 'needs', 'needing', 'needed', 'needed', unknown, ['5','6A','6E','7A'] ). -verb( 'need', 'needs', 'needing', 'needed', 'needed', tran, ['5','6A','6E','7A'] ). -verb( 'needle', 'needles', 'needling', 'needled', 'needled', tran, ['6A','15A'] ). -verb( 'negate', 'negates', 'negating', 'negated', 'negated', tran, ['6A'] ). -verb( 'negative', 'negatives', 'negativing', 'negatived', 'negatived', tran, ['6A'] ). -verb( 'neglect', 'neglects', 'neglecting', 'neglected', 'neglected', tran, ['6A','6C','7A'] ). -verb( 'negotiate', 'negotiates', 'negotiating', 'negotiated', 'negotiated', _, ['2A','3A','6A','14'] ). -verb( 'neigh', 'neighs', 'neighing', 'neighed', 'neighed', intran, [] ). -verb( 'neighbour', 'neighbours', 'neighbouring', 'neighboured', 'neighboured', _, ['3A','6A'] ). -verb( 'nerve', 'nerves', 'nerving', 'nerved', 'nerved', tran, ['6A','14','16A'] ). -verb( 'nest', 'nests', 'nesting', 'nested', 'nested', intran, ['2A','2C'] ). -verb( 'nestle', 'nestles', 'nestling', 'nestled', 'nestled', _, ['2C','15A'] ). -verb( 'net', 'nets', 'netting', 'netted', 'netted', tran, ['6A'] ). -verb( 'nett', 'netts', 'netting', 'netted', 'netted', tran, ['6A'] ). -verb( 'nettle', 'nettles', 'nettling', 'nettled', 'nettled', tran, ['6A'] ). -verb( 'neuter', 'neuters', 'neutering', 'neutered', 'neutered', tran, [] ). -verb( 'neutralize', 'neutralizes', 'neutralizing', 'neutralized', 'neutralized', tran, ['6A'] ). -verb( 'nibble', 'nibbles', 'nibbling', 'nibbled', 'nibbled', _, ['2A','3A','6A'] ). -verb( 'nick', 'nicks', 'nicking', 'nicked', 'nicked', tran, [] ). -verb( 'nickel', 'nickels', 'nickelling', 'nickelled', 'nickelled', tran, [] ). -verb( 'nickname', 'nicknames', 'nicknaming', 'nicknamed', 'nicknamed', tran, ['6A','23'] ). -verb( 'niggle', 'niggles', 'niggling', 'niggled', 'niggled', intran, [] ). -verb( 'nip', 'nips', 'nipping', 'nipped', 'nipped', _, ['2A','2C','6A','15A','15B'] ). -verb( 'nobble', 'nobbles', 'nobbling', 'nobbled', 'nobbled', tran, ['6A'] ). -verb( 'nod', 'nods', 'nodding', 'nodded', 'nodded', _, ['2A','2C','3A','4A','6A','12A','13A'] ). -verb( 'noise', 'noises', 'noising', 'noised', 'noised', tran, [] ). -verb( 'nominate', 'nominates', 'nominating', 'nominated', 'nominated', tran, ['6A','14','23'] ). -verb( 'nonplus', 'nonplusses', 'nonplussing', 'nonplussed', 'nonplussed', tran, ['6A'] ). -verb( 'noose', 'nooses', 'noosing', 'noosed', 'noosed', tran, [] ). -verb( 'normalize', 'normalizes', 'normalizing', 'normalized', 'normalized', tran, [] ). -verb( 'nose', 'noses', 'nosing', 'nosed', 'nosed', _, ['2C','3A','15A','15B'] ). -verb( 'nosedive', 'nosedives', 'nosediving', 'nosedived', 'nosedived', intran, [] ). -verb( 'nosh', 'noshes', 'noshing', 'noshed', 'noshed', intran, [] ). -verb( 'notch', 'notches', 'notching', 'notched', 'notched', tran, ['6A','15B'] ). -verb( 'note', 'notes', 'noting', 'noted', 'noted', tran, ['6A','8','9','10','15B'] ). -verb( 'notice', 'notices', 'noticing', 'noticed', 'noticed', _, ['2A','6A','8','9','10','18A','19A'] ). -verb( 'notify', 'notifies', 'notifying', 'notified', 'notified', tran, ['6A','11','14'] ). -verb( 'nourish', 'nourishes', 'nourishing', 'nourished', 'nourished', tran, ['6A'] ). -verb( 'nudge', 'nudges', 'nudging', 'nudged', 'nudged', tran, ['6A'] ). -verb( 'nullify', 'nullifies', 'nullifying', 'nullified', 'nullified', tran, ['6A'] ). -verb( 'numb', 'numbs', 'numbing', 'numbed', 'numbed', tran, ['6A'] ). -verb( 'number', 'numbers', 'numbering', 'numbered', 'numbered', tran, ['2C','6A','14'] ). -verb( 'nurse', 'nurses', 'nursing', 'nursed', 'nursed', tran, ['6A'] ). -verb( 'nurture', 'nurtures', 'nurturing', 'nurtured', 'nurtured', tran, [] ). -verb( 'nut', 'nuts', 'nutting', 'nutted', 'nutted', intran, [] ). -verb( 'nuzzle', 'nuzzles', 'nuzzling', 'nuzzled', 'nuzzled', _, ['2C','6A'] ). -verb( 'obey', 'obeys', 'obeying', 'obeyed', 'obeyed', _, ['2A','6A'] ). -verb( 'obfuscate', 'obfuscates', 'obfuscating', 'obfuscated', 'obfuscated', tran, ['6A'] ). -verb( 'object', 'objects', 'objecting', 'objected', 'objected', _, ['2A','3A','9'] ). -verb( 'objurgate', 'objurgates', 'objurgating', 'objurgated', 'objurgated', tran, ['6A'] ). -verb( 'obligate', 'obligates', 'obligating', 'obligated', 'obligated', tran, ['17'] ). -verb( 'oblige', 'obliges', 'obliging', 'obliged', 'obliged', tran, ['6A','14','17'] ). -verb( 'obliterate', 'obliterates', 'obliterating', 'obliterated', 'obliterated', tran, ['6A'] ). -verb( 'obscure', 'obscures', 'obscuring', 'obscured', 'obscured', tran, ['6A'] ). -verb( 'observe', 'observes', 'observing', 'observed', 'observed', _, ['2A','6A','8','9','10','18A','19A','25'] ). -verb( 'obsess', 'obsesses', 'obsessing', 'obsessed', 'obsessed', tran, ['6A'] ). -verb( 'obstruct', 'obstructs', 'obstructing', 'obstructed', 'obstructed', tran, ['6A'] ). -verb( 'obtain', 'obtains', 'obtaining', 'obtained', 'obtained', _, ['2A','6A'] ). -verb( 'obtrude', 'obtrudes', 'obtruding', 'obtruded', 'obtruded', _, ['2A','14'] ). -verb( 'obviate', 'obviates', 'obviating', 'obviated', 'obviated', tran, ['6A'] ). -verb( 'occasion', 'occasions', 'occasioning', 'occasioned', 'occasioned', tran, ['6A','12A','13A'] ). -verb( 'occupy', 'occupies', 'occupying', 'occupied', 'occupied', tran, ['6A'] ). -verb( 'occur', 'occurs', 'occurring', 'occurred', 'occurred', intran, ['2A','2C','3A'] ). -verb( 'offend', 'offends', 'offending', 'offended', 'offended', _, ['3A','6A'] ). -verb( 'offer', 'offers', 'offering', 'offered', 'offered', _, ['2A','6A','7A','12A','13A','14','15B'] ). -verb( 'officiate', 'officiates', 'officiating', 'officiated', 'officiated', intran, ['2A','2C','3A'] ). -verb( 'offset', 'offsets', 'offsetting', 'offset', 'offset', tran, ['6A','14'] ). -verb( 'ogle', 'ogles', 'ogling', 'ogled', 'ogled', _, ['3A','6A'] ). -verb( 'oil', 'oils', 'oiling', 'oiled', 'oiled', tran, ['6A'] ). -verb( 'okay', 'okays', 'okaying', 'okayed', 'okayed', tran, ['6A'] ). -verb( 'omen', 'omens', 'omening', 'omened', 'omened', tran, ['6A'] ). -verb( 'omit', 'omits', 'omitting', 'omitted', 'omitted', tran, ['6A','6C','7A'] ). -verb( 'ooze', 'oozes', 'oozing', 'oozed', 'oozed', _, ['2C','6A'] ). -verb( 'open', 'opens', 'opening', 'opened', 'opened', _, ['2A','2C','3A','6A','12C','14','15A','15B','16A'] ). -verb( 'operate', 'operates', 'operating', 'operated', 'operated', _, ['2A','2C','3A','4A','6A'] ). -verb( 'opine', 'opines', 'opining', 'opined', 'opined', tran, ['9'] ). -verb( 'oppose', 'opposes', 'opposing', 'opposed', 'opposed', tran, ['6A','14'] ). -verb( 'oppress', 'oppresses', 'oppressing', 'oppressed', 'oppressed', tran, ['6A'] ). -verb( 'oppugn', 'oppugns', 'oppugning', 'oppugned', 'oppugned', tran, ['6A'] ). -verb( 'opt', 'opts', 'opting', 'opted', 'opted', intran, ['3A'] ). -verb( 'orate', 'orates', 'orating', 'orated', 'orated', intran, ['2A'] ). -verb( 'orbit', 'orbits', 'orbiting', 'orbited', 'orbited', _, ['2A','2C','6A'] ). -verb( 'orchestrate', 'orchestrates', 'orchestrating', 'orchestrated', 'orchestrated', tran, ['6A'] ). -verb( 'ordain', 'ordains', 'ordaining', 'ordained', 'ordained', tran, ['6A','9','23'] ). -verb( 'order', 'orders', 'ordering', 'ordered', 'ordered', tran, ['6A','9','12B','13B','15A','15B','17'] ). -verb( 'organize', 'organizes', 'organizing', 'organized', 'organized', tran, ['6A'] ). -verb( 'orient', 'orients', 'orienting', 'oriented', 'oriented', tran, [] ). -verb( 'orientate', 'orientates', 'orientating', 'orientated', 'orientated', tran, ['6A'] ). -verb( 'originate', 'originates', 'originating', 'originated', 'originated', _, ['2C','3A','6A'] ). -verb( 'ornament', 'ornaments', 'ornamenting', 'ornamented', 'ornamented', tran, ['6A','14'] ). -verb( 'orphan', 'orphans', 'orphaning', 'orphaned', 'orphaned', tran, ['6A'] ). -verb( 'oscillate', 'oscillates', 'oscillating', 'oscillated', 'oscillated', _, ['2A','6A'] ). -verb( 'ossify', 'ossifies', 'ossifying', 'ossified', 'ossified', _, ['2A','6A'] ). -verb( 'ostracize', 'ostracizes', 'ostracizing', 'ostracized', 'ostracized', tran, ['6A'] ). -verb( 'ought', 'ought', '-', '-', '-', unknown, ['7B'] ). -verb( 'oust', 'ousts', 'ousting', 'ousted', 'ousted', tran, ['6A','14'] ). -verb( 'out', 'outs', 'outing', 'outed', 'outed', tran, [] ). -verb( 'out-herod', 'out-herods', 'out-heroding', 'out-heroded', 'out-heroded', tran, ['6A'] ). -verb( 'outbalance', 'outbalances', 'outbalancing', 'outbalanced', 'outbalanced', tran, ['6A'] ). -verb( 'outbid', 'outbids', 'outbidding', 'outbid', 'outbid', tran, ['6A'] ). -verb( 'outbrave', 'outbraves', 'outbraving', 'outbraved', 'outbraved', tran, ['6A'] ). -verb( 'outclass', 'outclasses', 'outclassing', 'outclassed', 'outclassed', tran, ['6A'] ). -verb( 'outdistance', 'outdistances', 'outdistancing', 'outdistanced', 'outdistanced', tran, ['6A'] ). -verb( 'outdo', 'outdoes', 'outdoing', 'outdid', 'outdone', tran, ['6A'] ). -verb( 'outface', 'outfaces', 'outfacing', 'outfaced', 'outfaced', tran, ['6A'] ). -verb( 'outfight', 'outfights', 'outfighting', 'outfought', 'outfought', tran, ['6A'] ). -verb( 'outfit', 'outfits', 'outfitting', 'outfitted', 'outfitted', tran, [] ). -verb( 'outflank', 'outflanks', 'outflanking', 'outflanked', 'outflanked', tran, ['6A'] ). -verb( 'outfox', 'outfoxes', 'outfoxing', 'outfoxed', 'outfoxed', tran, ['6A'] ). -verb( 'outgo', 'outgoes', 'outgoing', 'outwent', 'outgone', intran, [] ). -verb( 'outgrow', 'outgrows', 'outgrowing', 'outgrew', 'outgrown', tran, ['6A'] ). -verb( 'outlast', 'outlasts', 'outlasting', 'outlasted', 'outlasted', tran, ['6A'] ). -verb( 'outlaw', 'outlaws', 'outlawing', 'outlawed', 'outlawed', tran, ['6A'] ). -verb( 'outline', 'outlines', 'outlining', 'outlined', 'outlined', tran, ['6A'] ). -verb( 'outlive', 'outlives', 'outliving', 'outlived', 'outlived', tran, ['6A'] ). -verb( 'outmanoeuvre', 'outmanoeuvres', 'outmanoeuvring', 'outmanoeuvred', 'outmanoeuvred', tran, ['6A'] ). -verb( 'outmarch', 'outmarches', 'outmarching', 'outmarched', 'outmarched', tran, ['6A'] ). -verb( 'outmatch', 'outmatches', 'outmatching', 'outmatched', 'outmatched', tran, ['6A'] ). -verb( 'outnumber', 'outnumbers', 'outnumbering', 'outnumbered', 'outnumbered', tran, ['6A'] ). -verb( 'outplay', 'outplays', 'outplaying', 'outplayed', 'outplayed', tran, ['6A'] ). -verb( 'outpoint', 'outpoints', 'outpointing', 'outpointed', 'outpointed', tran, ['6A'] ). -verb( 'outrage', 'outrages', 'outraging', 'outraged', 'outraged', tran, ['6A'] ). -verb( 'outrange', 'outranges', 'outranging', 'outranged', 'outranged', tran, ['6A'] ). -verb( 'outrank', 'outranks', 'outranking', 'outranked', 'outranked', tran, ['6A'] ). -verb( 'outride', 'outrides', 'outriding', 'outrode', 'outridden', tran, ['6A'] ). -verb( 'outrival', 'outrivals', 'outrivalling', 'outrivalled', 'outrivalled', tran, ['6A'] ). -verb( 'outrun', 'outruns', 'outrunning', 'outran', 'outrun', tran, ['6A'] ). -verb( 'outsail', 'outsails', 'outsailing', 'outsailed', 'outsailed', tran, ['6A'] ). -verb( 'outshine', 'outshines', 'outshining', 'outshone', 'outshone', tran, ['6A'] ). -verb( 'outsmart', 'outsmarts', 'outsmarting', 'outsmarted', 'outsmarted', tran, ['6A'] ). -verb( 'outspan', 'outspans', 'outspanning', 'outspanned', 'outspanned', _, ['2A','6A'] ). -verb( 'outstay', 'outstays', 'outstaying', 'outstayed', 'outstayed', tran, ['6A'] ). -verb( 'outstrip', 'outstrips', 'outstripping', 'outstripped', 'outstripped', tran, ['6A'] ). -verb( 'outvie', 'outvies', 'outvying', 'outvied', 'outvied', tran, ['6A'] ). -verb( 'outvote', 'outvotes', 'outvoting', 'outvoted', 'outvoted', tran, ['6A'] ). -verb( 'outwear', 'outwears', 'outwearing', 'outwore', 'outworn', tran, ['6A'] ). -verb( 'outweigh', 'outweighs', 'outweighing', 'outweighed', 'outweighed', tran, ['6A'] ). -verb( 'outwit', 'outwits', 'outwitting', 'outwitted', 'outwitted', tran, ['6A'] ). -verb( 'overact', 'overacts', 'overacting', 'overacted', 'overacted', _, ['2A','6A'] ). -verb( 'overarch', 'overarches', 'overarching', 'overarched', 'overarched', _, ['2A','6A'] ). -verb( 'overawe', 'overawes', 'overawing', 'overawed', 'overawed', tran, ['6A'] ). -verb( 'overbalance', 'overbalances', 'overbalancing', 'overbalanced', 'overbalanced', _, ['2A','6A'] ). -verb( 'overbear', 'overbears', 'overbearing', 'overbore', 'overborne', tran, ['6A'] ). -verb( 'overbid', 'overbids', 'overbidding', 'overbid', 'overbid', _, ['2A','6A'] ). -verb( 'overburden', 'overburdens', 'overburdening', 'overburdened', 'overburdened', tran, ['6A'] ). -verb( 'overcall', 'overcalls', 'overcalling', 'overcalled', 'overcalled', _, [] ). -verb( 'overcapitalize', 'overcapitalizes', 'overcapitalizing', 'overcapitalized', 'overcapitalized', tran, [] ). -verb( 'overcharge', 'overcharges', 'overcharging', 'overcharged', 'overcharged', _, ['2A','6A'] ). -verb( 'overclothe', 'overclothes', 'overclothing', 'overclothed', 'overclothed', tran, ['6A'] ). -verb( 'overcloud', 'overclouds', 'overclouding', 'overclouded', 'overclouded', _, ['2A','6A'] ). -verb( 'overcome', 'overcomes', 'overcoming', 'overcame', 'overcome', tran, ['6A'] ). -verb( 'overcook', 'overcooks', 'overcooking', 'overcooked', 'overcooked', tran, [] ). -verb( 'overcrop', 'overcrops', 'overcropping', 'overcropped', 'overcropped', tran, ['6A'] ). -verb( 'overcrowd', 'overcrowds', 'overcrowding', 'overcrowded', 'overcrowded', tran, ['6A'] ). -verb( 'overdo', 'overdoes', 'overdoing', 'overdid', 'overdone', tran, ['6A'] ). -verb( 'overdraw', 'overdraws', 'overdrawing', 'overdrew', 'overdrawn', _, ['2A','6A'] ). -verb( 'overdress', 'overdresses', 'overdressing', 'overdressed', 'overdressed', _, ['2A','6A'] ). -verb( 'overeat', 'overeats', 'overeating', 'overate', 'overeaten', intran, [] ). -verb( 'overemphasize', 'overemphasizes', 'overemphasizing', 'overemphasized', 'overemphasized', tran, [] ). -verb( 'overestimate', 'overestimates', 'overestimating', 'overestimated', 'overestimated', tran, [] ). -verb( 'overexert', 'overexerts', 'overexerting', 'overexerted', 'overexerted', tran, [] ). -verb( 'overexpose', 'overexposes', 'overexposing', 'overexposed', 'overexposed', tran, [] ). -verb( 'overfeed', 'overfeeds', 'overfeeding', 'overfeeded', 'overfeeded', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'overflow', 'overflows', 'overflowing', 'overflowed', 'overflowed', _, ['2A','3A','6A'] ). -verb( 'overfly', 'overflies', 'overflying', 'overflew', 'overflown', tran, ['2A','2B','2C','2D','4A','6A','15A','15B'] ). -verb( 'overhang', 'overhangs', 'overhanging', 'overhung', 'overhung', _, ['2A','6A'] ). -verb( 'overhaul', 'overhauls', 'overhauling', 'overhauled', 'overhauled', tran, ['6A'] ). -verb( 'overhear', 'overhears', 'overhearing', 'overheard', 'overheard', tran, ['6A','18A','19A'] ). -verb( 'overheat', 'overheats', 'overheating', 'overheated', 'overheated', tran, [] ). -verb( 'overindulge', 'overindulges', 'overindulging', 'overindulged', 'overindulged', _, [] ). -verb( 'overlap', 'overlaps', 'overlapping', 'overlapped', 'overlapped', _, ['2A','6A'] ). -verb( 'overlay', 'overlays', 'overlaying', 'overlaid', 'overlain', tran, [] ). -verb( 'overleap', 'overleaps', 'overleaping', 'overleaped', 'overleaped', tran, ['6A'] ). -verb( 'overlie', 'overlies', 'overlying', 'overlaid', 'overlaid', intran, ['2A','2C','2D','3A'] ). -verb( 'overload', 'overloads', 'overloading', 'overloaded', 'overloaded', tran, ['6A'] ). -verb( 'overlook', 'overlooks', 'overlooking', 'overlooked', 'overlooked', tran, ['6A'] ). -verb( 'overmaster', 'overmasters', 'overmastering', 'overmastered', 'overmastered', tran, ['6A'] ). -verb( 'overpay', 'overpays', 'overpaying', 'overpaid', 'overpaid', tran, ['6A','14'] ). -verb( 'overplay', 'overplays', 'overplaying', 'overplayed', 'overplayed', tran, [] ). -verb( 'overpower', 'overpowers', 'overpowering', 'overpowered', 'overpowered', tran, ['6A'] ). -verb( 'overpraise', 'overpraises', 'overpraising', 'overpraised', 'overpraised', tran, [] ). -verb( 'overprint', 'overprints', 'overprinting', 'overprinted', 'overprinted', tran, ['6A'] ). -verb( 'overproduce', 'overproduces', 'overproducing', 'overproduced', 'overproduced', _, [] ). -verb( 'overrate', 'overrates', 'overrating', 'overrated', 'overrated', tran, ['6A'] ). -verb( 'overreach', 'overreaches', 'overreaching', 'overreached', 'overreached', tran, ['6A'] ). -verb( 'override', 'overrides', 'overriding', 'overrode', 'overridden', tran, ['6A'] ). -verb( 'overrule', 'overrules', 'overruling', 'overruled', 'overruled', tran, ['6A'] ). -verb( 'overrun', 'overruns', 'overrunning', 'overran', 'overrun', tran, ['6A'] ). -verb( 'oversee', 'oversees', 'overseeing', 'oversaw', 'overseen', tran, ['6A'] ). -verb( 'oversew', 'oversews', 'oversewing', 'oversewed', 'oversewn', tran, ['2A','2B','2C','6A','15B'] ). -verb( 'overshadow', 'overshadows', 'overshadowing', 'overshadowed', 'overshadowed', tran, ['6A'] ). -verb( 'overshoot', 'overshoots', 'overshooting', 'overshot', 'overshot', tran, ['6A'] ). -verb( 'oversimplify', 'oversimplifies', 'oversimplifying', 'oversimplified', 'oversimplified', tran, [] ). -verb( 'oversleep', 'oversleeps', 'oversleeping', 'overslept', 'overslept', intran, ['2A'] ). -verb( 'overspend', 'overspends', 'overspending', 'overspent', 'overspent', _, ['2A','6A','14','19B'] ). -verb( 'overstate', 'overstates', 'overstating', 'overstated', 'overstated', tran, ['6A'] ). -verb( 'overstay', 'overstays', 'overstaying', 'overstayed', 'overstayed', tran, ['6A'] ). -verb( 'overstep', 'oversteps', 'overstepping', 'overstepped', 'overstepped', tran, ['6A'] ). -verb( 'overstock', 'overstocks', 'overstocking', 'overstocked', 'overstocked', tran, ['6A'] ). -verb( 'overstrain', 'overstrains', 'overstraining', 'overstrained', 'overstrained', tran, [] ). -verb( 'overtake', 'overtakes', 'overtaking', 'overtook', 'overtaken', tran, ['6A'] ). -verb( 'overtax', 'overtaxes', 'overtaxing', 'overtaxed', 'overtaxed', tran, ['6A'] ). -verb( 'overthrow', 'overthrows', 'overthrowing', 'overthrew', 'overthrown', tran, ['6A'] ). -verb( 'overtop', 'overtops', 'overtopping', 'overtopped', 'overtopped', tran, ['6A'] ). -verb( 'overtrump', 'overtrumps', 'overtrumping', 'overtrumped', 'overtrumped', tran, ['6A'] ). -verb( 'overturn', 'overturns', 'overturning', 'overturned', 'overturned', _, ['2A','6A'] ). -verb( 'overvalue', 'overvalues', 'overvaluing', 'overvalued', 'overvalued', tran, [] ). -verb( 'overwhelm', 'overwhelms', 'overwhelming', 'overwhelmed', 'overwhelmed', tran, ['6A'] ). -verb( 'overwork', 'overworks', 'overworking', 'overworked', 'overworked', _, ['2A','6A'] ). -verb( 'owe', 'owes', 'owing', 'owed', 'owed', _, ['2A','3A','6A','12A','13A','14'] ). -verb( 'own', 'owns', 'owning', 'owned', 'owned', _, ['2C','3B','6A','9'] ). -verb( 'oxidize', 'oxidizes', 'oxidizing', 'oxidized', 'oxidized', _, ['2A','6A'] ). -verb( 'oxygenate', 'oxygenates', 'oxygenating', 'oxygenated', 'oxygenated', tran, [] ). -verb( 'oxygenize', 'oxygenizes', 'oxygenizing', 'oxygenized', 'oxygenized', tran, [] ). -verb( 'pace', 'paces', 'pacing', 'paced', 'paced', _, ['2A','2C','6A','15B'] ). -verb( 'pacify', 'pacifies', 'pacifying', 'pacified', 'pacified', tran, ['6A'] ). -verb( 'pack', 'packs', 'packing', 'packed', 'packed', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'package', 'packages', 'packaging', 'packaged', 'packaged', tran, [] ). -verb( 'pad', 'pads', 'padding', 'padded', 'padded', _, ['2A','2C','6A','15B'] ). -verb( 'paddle', 'paddles', 'paddling', 'paddled', 'paddled', _, ['2A','6A'] ). -verb( 'padlock', 'padlocks', 'padlocking', 'padlocked', 'padlocked', tran, ['6A'] ). -verb( 'page', 'pages', 'paging', 'paged', 'paged', tran, ['6A'] ). -verb( 'pain', 'pains', 'paining', 'pained', 'pained', tran, ['6A'] ). -verb( 'paint', 'paints', 'painting', 'painted', 'painted', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'pair', 'pairs', 'pairing', 'paired', 'paired', _, ['2A','2C','6A','15B'] ). -verb( 'pal', 'pals', 'palling', 'palled', 'palled', intran, [] ). -verb( 'palaver', 'palavers', 'palavering', 'palavered', 'palavered', intran, ['2A'] ). -verb( 'pale', 'pales', 'paling', 'paled', 'paled', intran, ['2A','2C'] ). -verb( 'palisade', 'palisades', 'palisading', 'palisaded', 'palisaded', tran, ['6A'] ). -verb( 'pall', 'palls', 'palling', 'palled', 'palled', intran, ['2A','3A'] ). -verb( 'palliate', 'palliates', 'palliating', 'palliated', 'palliated', tran, ['6A'] ). -verb( 'palm', 'palms', 'palming', 'palmed', 'palmed', tran, ['6A','15B'] ). -verb( 'palpitate', 'palpitates', 'palpitating', 'palpitated', 'palpitated', intran, ['2A','2C'] ). -verb( 'palsy', 'palsies', 'palsying', 'palsied', 'palsied', tran, [] ). -verb( 'palter', 'palters', 'paltering', 'paltered', 'paltered', intran, ['3A'] ). -verb( 'pamper', 'pampers', 'pampering', 'pampered', 'pampered', tran, ['6A'] ). -verb( 'pan', 'pans', 'panning', 'panned', 'panned', _, ['2C','3A','6A','15B'] ). -verb( 'pander', 'panders', 'pandering', 'pandered', 'pandered', intran, ['3A'] ). -verb( 'panel', 'panels', 'panelling', 'panelled', 'panelled', tran, [] ). -verb( 'panhandle', 'panhandles', 'panhandling', 'panhandled', 'panhandled', intran, [] ). -verb( 'panic', 'panics', 'panicking', 'panicked', 'panicked', intran, [] ). -verb( 'pant', 'pants', 'panting', 'panted', 'panted', _, ['2A','2C','3A','6A','15B'] ). -verb( 'paper', 'papers', 'papering', 'papered', 'papered', tran, ['6A','15B'] ). -verb( 'parachute', 'parachutes', 'parachuting', 'parachuted', 'parachuted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'parade', 'parades', 'parading', 'paraded', 'paraded', _, ['2A','6A'] ). -verb( 'paragraph', 'paragraphs', 'paragraphing', 'paragraphed', 'paragraphed', tran, [] ). -verb( 'parallel', 'parallels', 'parallelling', 'parallelled', 'parallelled', tran, ['6A'] ). -verb( 'paralyse', 'paralyses', 'paralysing', 'paralysed', 'paralysed', tran, ['6A'] ). -verb( 'paralyze', 'paralyzes', 'paralyzing', 'paralyzed', 'paralyzed', tran, ['6A'] ). -verb( 'paraphrase', 'paraphrases', 'paraphrasing', 'paraphrased', 'paraphrased', tran, ['6A'] ). -verb( 'parboil', 'parboils', 'parboiling', 'parboiled', 'parboiled', tran, ['6A'] ). -verb( 'parcel', 'parcels', 'parcelling', 'parcelled', 'parcelled', tran, ['6A','15B'] ). -verb( 'parch', 'parches', 'parching', 'parched', 'parched', tran, ['6A'] ). -verb( 'pardon', 'pardons', 'pardoning', 'pardoned', 'pardoned', tran, ['6A','12B','13B'] ). -verb( 'pare', 'pares', 'paring', 'pared', 'pared', tran, ['6A','15B'] ). -verb( 'park', 'parks', 'parking', 'parked', 'parked', _, ['2A','6A','15A'] ). -verb( 'parley', 'parleys', 'parleying', 'parleyed', 'parleyed', intran, ['2A','3A'] ). -verb( 'parody', 'parodies', 'parodying', 'parodied', 'parodied', tran, ['6A'] ). -verb( 'parole', 'paroles', 'paroling', 'paroled', 'paroled', tran, ['6A'] ). -verb( 'parry', 'parries', 'parrying', 'parried', 'parried', tran, ['6A'] ). -verb( 'parse', 'parses', 'parsing', 'parsed', 'parsed', tran, ['6A'] ). -verb( 'part', 'parts', 'parting', 'parted', 'parted', _, ['2A','2D','3A','6A'] ). -verb( 'partake', 'partakes', 'partaking', 'partook', 'partaken', _, ['3A'] ). -verb( 'participate', 'participates', 'participating', 'participated', 'participated', intran, ['2A','3A'] ). -verb( 'particularize', 'particularizes', 'particularizing', 'particularized', 'particularized', _, ['2A','6A'] ). -verb( 'partition', 'partitions', 'partitioning', 'partitioned', 'partitioned', tran, ['6A','15B'] ). -verb( 'partner', 'partners', 'partnering', 'partnered', 'partnered', tran, ['6A','15A'] ). -verb( 'pass', 'passes', 'passing', 'passed', 'passed', _, ['2A','2C','3A','6A','12A','13A','14','15A','15B'] ). -verb( 'paste', 'pastes', 'pasting', 'pasted', 'pasted', tran, ['6A','15A','15B'] ). -verb( 'pasteurize', 'pasteurizes', 'pasteurizing', 'pasteurized', 'pasteurized', tran, ['6A'] ). -verb( 'pasture', 'pastures', 'pasturing', 'pastured', 'pastured', _, ['2A','6A'] ). -verb( 'pat', 'pats', 'patting', 'patted', 'patted', _, ['2A','6A','15A'] ). -verb( 'patch', 'patches', 'patching', 'patched', 'patched', tran, ['6A','15B'] ). -verb( 'patent', 'patents', 'patenting', 'patented', 'patented', tran, ['6A'] ). -verb( 'patrol', 'patrols', 'patrolling', 'patrolled', 'patrolled', _, ['2A','6A'] ). -verb( 'patronize', 'patronizes', 'patronizing', 'patronized', 'patronized', tran, ['6A'] ). -verb( 'patter', 'patters', 'pattering', 'pattered', 'pattered', _, ['2A','2C','6A'] ). -verb( 'pattern', 'patterns', 'patterning', 'patterned', 'patterned', tran, ['14'] ). -verb( 'pauperize', 'pauperizes', 'pauperizing', 'pauperized', 'pauperized', tran, ['6A'] ). -verb( 'pause', 'pauses', 'pausing', 'paused', 'paused', intran, ['2A','4A'] ). -verb( 'pave', 'paves', 'paving', 'paved', 'paved', tran, ['6A'] ). -verb( 'paw', 'paws', 'pawing', 'pawed', 'pawed', tran, ['6A','15B'] ). -verb( 'pawn', 'pawns', 'pawning', 'pawned', 'pawned', tran, ['6A'] ). -verb( 'pay', 'pays', 'paying', 'paid', 'paid', _, ['2A','3A','6A','12A','12B','13A','13B','14','15B'] ). -verb( 'peach', 'peaches', 'peaching', 'peached', 'peached', _, ['2A','3A','6A'] ). -verb( 'peak', 'peaks', 'peaking', 'peaked', 'peaked', intran, ['2A'] ). -verb( 'peal', 'peals', 'pealing', 'pealed', 'pealed', _, ['2A','2C','6A'] ). -verb( 'pearl', 'pearls', 'pearling', 'pearled', 'pearled', intran, [] ). -verb( 'peck', 'pecks', 'pecking', 'pecked', 'pecked', _, ['2A','2C','3A','6A'] ). -verb( 'peculate', 'peculates', 'peculating', 'peculated', 'peculated', _, [] ). -verb( 'pedal', 'pedals', 'pedalling', 'pedalled', 'pedalled', _, ['2A','2C','6A'] ). -verb( 'peddle', 'peddles', 'peddling', 'peddled', 'peddled', _, ['2A','6A'] ). -verb( 'pee', 'pees', 'peeing', 'peed', 'peed', intran, ['2A'] ). -verb( 'peek', 'peeks', 'peeking', 'peeked', 'peeked', intran, [] ). -verb( 'peel', 'peels', 'peeling', 'peeled', 'peeled', _, ['2A','2C','6A','15B'] ). -verb( 'peep', 'peeps', 'peeping', 'peeped', 'peeped', intran, ['2A','2C'] ). -verb( 'peer', 'peers', 'peering', 'peered', 'peered', intran, ['2A','3A'] ). -verb( 'peeve', 'peeves', 'peeving', 'peeved', 'peeved', tran, [] ). -verb( 'peg', 'pegs', 'pegging', 'pegged', 'pegged', _, ['2C','6A','15B'] ). -verb( 'pelt', 'pelts', 'pelting', 'pelted', 'pelted', _, ['2C','6A','14'] ). -verb( 'pen', 'pens', 'penning', 'penned', 'penned', tran, ['15A','15B'] ). -verb( 'penalize', 'penalizes', 'penalizing', 'penalized', 'penalized', tran, ['6A','14'] ). -verb( 'pencil', 'pencils', 'pencilling', 'pencilled', 'pencilled', tran, ['6A'] ). -verb( 'penetrate', 'penetrates', 'penetrating', 'penetrated', 'penetrated', _, ['3A','6A'] ). -verb( 'pension', 'pensions', 'pensioning', 'pensioned', 'pensioned', tran, ['15B'] ). -verb( 'people', 'peoples', 'peopling', 'peopled', 'peopled', tran, ['6A'] ). -verb( 'pep', 'peps', 'pepping', 'pepped', 'pepped', tran, ['15B'] ). -verb( 'pepper', 'peppers', 'peppering', 'peppered', 'peppered', tran, ['6A'] ). -verb( 'perambulate', 'perambulates', 'perambulating', 'perambulated', 'perambulated', _, ['2A','6A'] ). -verb( 'perceive', 'perceives', 'perceiving', 'perceived', 'perceived', tran, ['6A','8','9','10','18A','19A','25'] ). -verb( 'perch', 'perches', 'perching', 'perched', 'perched', _, ['2C'] ). -verb( 'percolate', 'percolates', 'percolating', 'percolated', 'percolated', _, ['2A','3A','6A'] ). -verb( 'perfect', 'perfects', 'perfecting', 'perfected', 'perfected', tran, ['6A'] ). -verb( 'perforate', 'perforates', 'perforating', 'perforated', 'perforated', tran, ['6A'] ). -verb( 'perform', 'performs', 'performing', 'performed', 'performed', _, ['2A','6A'] ). -verb( 'perfume', 'perfumes', 'perfuming', 'perfumed', 'perfumed', tran, ['6A'] ). -verb( 'peril', 'perils', 'perilling', 'perilled', 'perilled', tran, [] ). -verb( 'perish', 'perishes', 'perishing', 'perished', 'perished', _, ['2A','2C','6A'] ). -verb( 'perjure', 'perjures', 'perjuring', 'perjured', 'perjured', tran, ['6A'] ). -verb( 'perk', 'perks', 'perking', 'perked', 'perked', _, ['2C','15B'] ). -verb( 'perm', 'perms', 'perming', 'permed', 'permed', tran, [] ). -verb( 'permeate', 'permeates', 'permeating', 'permeated', 'permeated', _, ['3A','6A'] ). -verb( 'permit', 'permits', 'permitting', 'permitted', 'permitted', _, ['3A','6A','6C','17','19C'] ). -verb( 'permute', 'permutes', 'permuting', 'permuted', 'permuted', tran, ['6A'] ). -verb( 'perpetrate', 'perpetrates', 'perpetrating', 'perpetrated', 'perpetrated', tran, ['6A'] ). -verb( 'perpetuate', 'perpetuates', 'perpetuating', 'perpetuated', 'perpetuated', tran, ['6A'] ). -verb( 'perplex', 'perplexes', 'perplexing', 'perplexed', 'perplexed', tran, ['6A','14'] ). -verb( 'persecute', 'persecutes', 'persecuting', 'persecuted', 'persecuted', tran, ['6A'] ). -verb( 'persevere', 'perseveres', 'persevering', 'persevered', 'persevered', intran, ['2A','3A'] ). -verb( 'persist', 'persists', 'persisting', 'persisted', 'persisted', intran, ['2A','3A'] ). -verb( 'personalize', 'personalizes', 'personalizing', 'personalized', 'personalized', tran, ['6A'] ). -verb( 'personate', 'personates', 'personating', 'personated', 'personated', tran, ['6A'] ). -verb( 'personify', 'personifies', 'personifying', 'personified', 'personified', tran, ['6A'] ). -verb( 'perspire', 'perspires', 'perspiring', 'perspired', 'perspired', intran, ['2A'] ). -verb( 'persuade', 'persuades', 'persuading', 'persuaded', 'persuaded', tran, ['11','14','17'] ). -verb( 'pertain', 'pertains', 'pertaining', 'pertained', 'pertained', intran, ['3A'] ). -verb( 'perturb', 'perturbs', 'perturbing', 'perturbed', 'perturbed', tran, ['6A'] ). -verb( 'peruse', 'peruses', 'perusing', 'perused', 'perused', tran, ['6A'] ). -verb( 'pervade', 'pervades', 'pervading', 'pervaded', 'pervaded', tran, ['6A'] ). -verb( 'pervert', 'perverts', 'perverting', 'perverted', 'perverted', tran, ['6A'] ). -verb( 'pester', 'pesters', 'pestering', 'pestered', 'pestered', tran, ['6A','14','17'] ). -verb( 'pestle', 'pestles', 'pestling', 'pestled', 'pestled', tran, [] ). -verb( 'pet', 'pets', 'petting', 'petted', 'petted', tran, [] ). -verb( 'peter', 'peters', 'petering', 'petered', 'petered', intran, ['2C'] ). -verb( 'petition', 'petitions', 'petitioning', 'petitioned', 'petitioned', _, ['3A','6A','11','14','17'] ). -verb( 'petrify', 'petrifies', 'petrifying', 'petrified', 'petrified', _, ['2A','6A'] ). -verb( 'phase', 'phases', 'phasing', 'phased', 'phased', tran, ['6A','15B'] ). -verb( 'philander', 'philanders', 'philandering', 'philandered', 'philandered', intran, ['2A'] ). -verb( 'philosophize', 'philosophizes', 'philosophizing', 'philosophized', 'philosophized', intran, ['2A'] ). -verb( 'phone', 'phones', 'phoning', 'phoned', 'phoned', _, ['2A','4A','6A','11','12A','13A'] ). -verb( 'photocopy', 'photocopies', 'photocopying', 'photocopied', 'photocopied', tran, ['6A'] ). -verb( 'photograph', 'photographs', 'photographing', 'photographed', 'photographed', tran, ['6A'] ). -verb( 'photosensitize', 'photosensitizes', 'photosensitizing', 'photosensitized', 'photosensitized', tran, [] ). -verb( 'photostat', 'photostats', 'photostatting', 'photostatted', 'photostatted', tran, [] ). -verb( 'phrase', 'phrases', 'phrasing', 'phrased', 'phrased', tran, ['6A'] ). -verb( 'pick', 'picks', 'picking', 'picked', 'picked', _, ['3A','6A','15B'] ). -verb( 'picket', 'pickets', 'picketing', 'picketed', 'picketed', _, ['2A','6A'] ). -verb( 'pickle', 'pickles', 'pickling', 'pickled', 'pickled', tran, ['6A'] ). -verb( 'picnic', 'picnics', 'picnicking', 'picnicked', 'picnicked', intran, [] ). -verb( 'picture', 'pictures', 'picturing', 'pictured', 'pictured', tran, ['6A','14'] ). -verb( 'piddle', 'piddles', 'piddling', 'piddled', 'piddled', intran, [] ). -verb( 'piece', 'pieces', 'piecing', 'pieced', 'pieced', tran, ['6A','15A','15B'] ). -verb( 'pierce', 'pierces', 'piercing', 'pierced', 'pierced', _, ['2C','6A'] ). -verb( 'piffle', 'piffles', 'piffling', 'piffled', 'piffled', intran, [] ). -verb( 'pig', 'pigs', 'pigging', 'pigged', 'pigged', intran, [] ). -verb( 'pigeonhole', 'pigeonholes', 'pigeonholing', 'pigeonholed', 'pigeonholed', tran, [] ). -verb( 'pile', 'piles', 'piling', 'piled', 'piled', _, ['2C','6A','15A','15B'] ). -verb( 'pilfer', 'pilfers', 'pilfering', 'pilfered', 'pilfered', _, ['2A','6A'] ). -verb( 'pillage', 'pillages', 'pillaging', 'pillaged', 'pillaged', tran, [] ). -verb( 'pillow', 'pillows', 'pillowing', 'pillowed', 'pillowed', tran, ['6A'] ). -verb( 'pilot', 'pilots', 'piloting', 'piloted', 'piloted', tran, ['6A','15A'] ). -verb( 'pimp', 'pimps', 'pimping', 'pimped', 'pimped', intran, ['2A','3A'] ). -verb( 'pin', 'pins', 'pinning', 'pinned', 'pinned', tran, ['15A','15B'] ). -verb( 'pinch', 'pinches', 'pinching', 'pinched', 'pinched', _, ['2A','6A','15A','15B'] ). -verb( 'pine', 'pines', 'pining', 'pined', 'pined', intran, ['2A','2C','3A','4C'] ). -verb( 'ping', 'pings', 'pinging', 'pinged', 'pinged', intran, [] ). -verb( 'pinion', 'pinions', 'pinioning', 'pinioned', 'pinioned', tran, ['6A','15A','15B'] ). -verb( 'pink', 'pinks', 'pinking', 'pinked', 'pinked', _, ['6A','15B'] ). -verb( 'pinnacle', 'pinnacles', 'pinnacling', 'pinnacled', 'pinnacled', tran, [] ). -verb( 'pinpoint', 'pinpoints', 'pinpointing', 'pinpointed', 'pinpointed', tran, [] ). -verb( 'pioneer', 'pioneers', 'pioneering', 'pioneered', 'pioneered', _, ['2A','6A'] ). -verb( 'pip', 'pips', 'pipping', 'pipped', 'pipped', tran, ['6A'] ). -verb( 'pipe', 'pipes', 'piping', 'piped', 'piped', _, ['2A','2C','6A','15A'] ). -verb( 'pique', 'piques', 'piquing', 'piqued', 'piqued', tran, ['6A'] ). -verb( 'pirate', 'pirates', 'pirating', 'pirated', 'pirated', tran, ['6A'] ). -verb( 'pirouette', 'pirouettes', 'pirouetting', 'pirouetted', 'pirouetted', intran, [] ). -verb( 'piss', 'pisses', 'pissing', 'pissed', 'pissed', _, [] ). -verb( 'pit', 'pits', 'pitting', 'pitted', 'pitted', tran, ['6A','14'] ). -verb( 'pitch', 'pitches', 'pitching', 'pitched', 'pitched', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'pitchfork', 'pitchforks', 'pitchforking', 'pitchforked', 'pitchforked', tran, [] ). -verb( 'pity', 'pities', 'pitying', 'pitied', 'pitied', tran, ['6A'] ). -verb( 'pivot', 'pivots', 'pivoting', 'pivoted', 'pivoted', _, ['3A','6A'] ). -verb( 'placard', 'placards', 'placarding', 'placarded', 'placarded', tran, ['6A'] ). -verb( 'placate', 'placates', 'placating', 'placated', 'placated', tran, ['6A'] ). -verb( 'place', 'places', 'placing', 'placed', 'placed', tran, ['6A','15A','15B'] ). -verb( 'plagiarize', 'plagiarizes', 'plagiarizing', 'plagiarized', 'plagiarized', tran, ['6A'] ). -verb( 'plague', 'plagues', 'plaguing', 'plagued', 'plagued', tran, ['6A','14'] ). -verb( 'plain', 'plains', 'plaining', 'plained', 'plained', _, [] ). -verb( 'plait', 'plaits', 'plaiting', 'plaited', 'plaited', tran, ['6A'] ). -verb( 'plan', 'plans', 'planning', 'planned', 'planned', tran, ['6A','7A','15B'] ). -verb( 'plane', 'planes', 'planing', 'planed', 'planed', _, ['2A','2D','15B','22'] ). -verb( 'plank', 'planks', 'planking', 'planked', 'planked', tran, ['6A','15B'] ). -verb( 'plant', 'plants', 'planting', 'planted', 'planted', tran, ['6A','15A','15B'] ). -verb( 'plash', 'plashes', 'plashing', 'plashed', 'plashed', _, ['6A'] ). -verb( 'plaster', 'plasters', 'plastering', 'plastered', 'plastered', tran, ['6A','14'] ). -verb( 'plate', 'plates', 'plating', 'plated', 'plated', tran, ['6A','14'] ). -verb( 'play', 'plays', 'playing', 'played', 'played', _, ['2A','2B','2C','3A','6A','12B','12C','13B','14','15A','15B','16B'] ). -verb( 'pleach', 'pleaches', 'pleaching', 'pleached', 'pleached', tran, ['6A'] ). -verb( 'plead', 'pleads', 'pleading', 'pleaded', 'pleaded', _, ['3A','6A'] ). -verb( 'please', 'pleases', 'pleasing', 'pleased', 'pleased', _, ['2A','6A'] ). -verb( 'pleat', 'pleats', 'pleating', 'pleated', 'pleated', tran, ['6A'] ). -verb( 'pledge', 'pledges', 'pledging', 'pledged', 'pledged', tran, ['6A'] ). -verb( 'plight', 'plights', 'plighting', 'plighted', 'plighted', tran, ['6A'] ). -verb( 'plod', 'plods', 'plodding', 'plodded', 'plodded', _, ['2C'] ). -verb( 'plonk', 'plonks', 'plonking', 'plonked', 'plonked', intran, [] ). -verb( 'plop', 'plops', 'plopping', 'plopped', 'plopped', intran, [] ). -verb( 'plot', 'plots', 'plotting', 'plotted', 'plotted', _, ['2A','3A','4A','6A','8','10','15B'] ). -verb( 'plough', 'ploughs', 'ploughing', 'ploughed', 'ploughed', _, ['3A','6A','15B'] ). -verb( 'pluck', 'plucks', 'plucking', 'plucked', 'plucked', _, ['3A','6A','15B'] ). -verb( 'plug', 'plugs', 'plugging', 'plugged', 'plugged', _, ['2C','6A','15B'] ). -verb( 'plumb', 'plumbs', 'plumbing', 'plumbed', 'plumbed', tran, ['6A'] ). -verb( 'plume', 'plumes', 'pluming', 'plumed', 'plumed', tran, ['6A'] ). -verb( 'plummet', 'plummets', 'plummetting', 'plummetted', 'plummetted', intran, ['2A'] ). -verb( 'plump', 'plumps', 'plumping', 'plumped', 'plumped', _, ['2A','2C','3A','6A','15B'] ). -verb( 'plunder', 'plunders', 'plundering', 'plundered', 'plundered', _, ['2A','6A','14'] ). -verb( 'plunge', 'plunges', 'plunging', 'plunged', 'plunged', _, ['2A','2C','6A','14'] ). -verb( 'ply', 'plies', 'plying', 'plied', 'plied', _, ['2C','6A'] ). -verb( 'poach', 'poaches', 'poaching', 'poached', 'poached', _, ['2A','3A','6A'] ). -verb( 'pocket', 'pockets', 'pocketing', 'pocketed', 'pocketed', tran, ['6A'] ). -verb( 'pod', 'pods', 'podding', 'podded', 'podded', _, ['2A','2C','6A'] ). -verb( 'point', 'points', 'pointing', 'pointed', 'pointed', _, ['2A','3A','6A','14','15B'] ). -verb( 'poise', 'poises', 'poising', 'poised', 'poised', _, ['2C','6A','15A'] ). -verb( 'poison', 'poisons', 'poisoning', 'poisoned', 'poisoned', tran, ['6A'] ). -verb( 'poke', 'pokes', 'poking', 'poked', 'poked', _, ['2C','6A','15A','15B'] ). -verb( 'polarize', 'polarizes', 'polarizing', 'polarized', 'polarized', tran, ['6A'] ). -verb( 'poleax', 'poleaxes', 'poleaxing', 'poleaxed', 'poleaxed', tran, ['6A'] ). -verb( 'poleaxe', 'poleaxes', 'poleaxing', 'poleaxed', 'poleaxed', tran, ['6A'] ). -verb( 'police', 'polices', 'policing', 'policed', 'policed', tran, ['6A'] ). -verb( 'polish', 'polishes', 'polishing', 'polished', 'polished', _, ['2A','6A','15B'] ). -verb( 'politicize', 'politicizes', 'politicizing', 'politicized', 'politicized', _, ['2A','6A'] ). -verb( 'politick', 'politicks', 'politicking', 'politicked', 'politicked', intran, ['2A'] ). -verb( 'poll', 'polls', 'polling', 'polled', 'polled', _, ['2A','2C','6A'] ). -verb( 'pollard', 'pollards', 'pollarding', 'pollarded', 'pollarded', tran, ['6A'] ). -verb( 'pollinate', 'pollinates', 'pollinating', 'pollinated', 'pollinated', tran, ['6A'] ). -verb( 'pollute', 'pollutes', 'polluting', 'polluted', 'polluted', tran, ['6A'] ). -verb( 'pomade', 'pomades', 'pomading', 'pomaded', 'pomaded', tran, [] ). -verb( 'pommel', 'pommels', 'pommelling', 'pommelled', 'pommelled', tran, [] ). -verb( 'ponder', 'ponders', 'pondering', 'pondered', 'pondered', _, ['2A','3A','6A','8','10'] ). -verb( 'poniard', 'poniards', 'poniarding', 'poniarded', 'poniarded', tran, ['6A'] ). -verb( 'pontificate', 'pontificates', 'pontificating', 'pontificated', 'pontificated', intran, ['2A'] ). -verb( 'pooh-pooh', 'pooh-poohs', 'pooh-poohing', 'pooh-poohed', 'pooh-poohed', tran, ['6A'] ). -verb( 'pool', 'pools', 'pooling', 'pooled', 'pooled', tran, ['6A'] ). -verb( 'pop', 'pops', 'popping', 'popped', 'popped', _, ['2A','2C','6A','15A','15B'] ). -verb( 'popularize', 'popularizes', 'popularizing', 'popularized', 'popularized', tran, ['6A'] ). -verb( 'populate', 'populates', 'populating', 'populated', 'populated', tran, ['6A'] ). -verb( 'pore', 'pores', 'poring', 'pored', 'pored', intran, ['3A'] ). -verb( 'port', 'ports', 'porting', 'ported', 'ported', tran, ['6A'] ). -verb( 'portend', 'portends', 'portending', 'portended', 'portended', tran, ['6A'] ). -verb( 'portion', 'portions', 'portioning', 'portioned', 'portioned', tran, ['14','15B'] ). -verb( 'portray', 'portrays', 'portraying', 'portrayed', 'portrayed', tran, ['6A'] ). -verb( 'pose', 'poses', 'posing', 'posed', 'posed', _, ['2A','2C','3A','6A'] ). -verb( 'posh', 'poshes', 'poshing', 'poshed', 'poshed', tran, ['15B'] ). -verb( 'posit', 'posits', 'positing', 'posited', 'posited', tran, ['6A'] ). -verb( 'position', 'positions', 'positioning', 'positioned', 'positioned', tran, ['6A'] ). -verb( 'possess', 'possesses', 'possessing', 'possessed', 'possessed', tran, ['6A'] ). -verb( 'post', 'posts', 'posting', 'posted', 'posted', _, ['3A','6A','15A','15B'] ). -verb( 'postdate', 'postdates', 'postdating', 'postdated', 'postdated', tran, ['6A'] ). -verb( 'postmark', 'postmarks', 'postmarking', 'postmarked', 'postmarked', tran, [] ). -verb( 'postpone', 'postpones', 'postponing', 'postponed', 'postponed', tran, ['6A','6C'] ). -verb( 'postulate', 'postulates', 'postulating', 'postulated', 'postulated', tran, ['6A'] ). -verb( 'posture', 'postures', 'posturing', 'postured', 'postured', _, ['2A','6A'] ). -verb( 'pot', 'pots', 'potting', 'potted', 'potted', _, ['3A','6A','15B'] ). -verb( 'potter', 'potters', 'pottering', 'pottered', 'pottered', intran, ['2A','2C'] ). -verb( 'pouch', 'pouches', 'pouching', 'pouched', 'pouched', tran, ['2A','6A'] ). -verb( 'poultice', 'poultices', 'poulticing', 'poulticed', 'poulticed', tran, ['6A'] ). -verb( 'pounce', 'pounces', 'pouncing', 'pounced', 'pounced', intran, ['3A'] ). -verb( 'pound', 'pounds', 'pounding', 'pounded', 'pounded', _, ['2C','3A','6A','15A'] ). -verb( 'pour', 'pours', 'pouring', 'poured', 'poured', _, ['2C','6A','12B','13B','14','15A','15B'] ). -verb( 'pout', 'pouts', 'pouting', 'pouted', 'pouted', _, ['2A','6A'] ). -verb( 'powder', 'powders', 'powdering', 'powdered', 'powdered', _, ['2A','6A'] ). -verb( 'power', 'powers', 'powering', 'powered', 'powered', tran, ['6A'] ). -verb( 'power-dive', 'power-dives', 'power-diving', 'power-dived', 'power-dived', tran, [] ). -verb( 'powwow', 'powwows', 'powwowing', 'powwowed', 'powwowed', intran, [] ). -verb( 'pr_ecis', 'pr_ecises', 'pr_ecising', 'pr_ecised', 'pr_ecised', tran, [] ). -verb( 'practise', 'practises', 'practising', 'practised', 'practised', _, ['2A','2B','3A','4A','6A','6C'] ). -verb( 'praise', 'praises', 'praising', 'praised', 'praised', tran, ['6A'] ). -verb( 'prance', 'prances', 'prancing', 'pranced', 'pranced', intran, ['2A','2C'] ). -verb( 'prate', 'prates', 'prating', 'prated', 'prated', intran, ['2A','2C'] ). -verb( 'prattle', 'prattles', 'prattling', 'prattled', 'prattled', intran, ['2A','2C'] ). -verb( 'prawn', 'prawns', 'prawning', 'prawned', 'prawned', intran, [] ). -verb( 'pray', 'prays', 'praying', 'prayed', 'prayed', _, ['2A','3A','11','14','17'] ). -verb( 'pre-empt', 'pre-empts', 'pre-empting', 'pre-empted', 'pre-empted', tran, ['6A'] ). -verb( 'pre-exist', 'pre-exists', 'pre-existing', 'pre-existed', 'pre-existed', intran, ['2A'] ). -verb( 'preach', 'preaches', 'preaching', 'preached', 'preached', _, ['2A','2B','2C','3A','6A','12A','13A'] ). -verb( 'preachify', 'preachifies', 'preachifying', 'preachified', 'preachified', intran, [] ). -verb( 'prearrange', 'prearranges', 'prearranging', 'prearranged', 'prearranged', tran, [] ). -verb( 'precede', 'precedes', 'preceding', 'preceded', 'preceded', _, ['2A','6A'] ). -verb( 'precipitate', 'precipitates', 'precipitating', 'precipitated', 'precipitated', tran, ['6A','14'] ). -verb( 'preclude', 'precludes', 'precluding', 'precluded', 'precluded', tran, ['6A','6C','14'] ). -verb( 'preconceive', 'preconceives', 'preconceiving', 'preconceived', 'preconceived', tran, ['6A'] ). -verb( 'predecease', 'predeceases', 'predeceasing', 'predeceased', 'predeceased', tran, [] ). -verb( 'predestinate', 'predestinates', 'predestinating', 'predestinated', 'predestinated', tran, [] ). -verb( 'predestine', 'predestines', 'predestining', 'predestined', 'predestined', tran, ['14','17'] ). -verb( 'predetermine', 'predetermines', 'predetermining', 'predetermined', 'predetermined', tran, ['6A','17'] ). -verb( 'predicate', 'predicates', 'predicating', 'predicated', 'predicated', tran, ['6A','9','17'] ). -verb( 'predict', 'predicts', 'predicting', 'predicted', 'predicted', tran, ['6A','9','10'] ). -verb( 'predigest', 'predigests', 'predigesting', 'predigested', 'predigested', tran, [] ). -verb( 'predispose', 'predisposes', 'predisposing', 'predisposed', 'predisposed', tran, ['14','17'] ). -verb( 'predominate', 'predominates', 'predominating', 'predominated', 'predominated', intran, ['2A','3A'] ). -verb( 'preen', 'preens', 'preening', 'preened', 'preened', tran, ['6A','14'] ). -verb( 'prefabricate', 'prefabricates', 'prefabricating', 'prefabricated', 'prefabricated', tran, ['6A'] ). -verb( 'preface', 'prefaces', 'prefacing', 'prefaced', 'prefaced', tran, ['14'] ). -verb( 'prefer', 'prefers', 'preferring', 'preferred', 'preferred', tran, ['6A','6D','7A','9','14','17'] ). -verb( 'prefigure', 'prefigures', 'prefiguring', 'prefigured', 'prefigured', tran, ['6A','9','10'] ). -verb( 'prefix', 'prefixes', 'prefixing', 'prefixed', 'prefixed', tran, ['6A','14'] ). -verb( 'preheat', 'preheats', 'preheating', 'preheated', 'preheated', tran, ['6A'] ). -verb( 'prejudge', 'prejudges', 'prejudging', 'prejudged', 'prejudged', tran, ['6A'] ). -verb( 'prejudice', 'prejudices', 'prejudicing', 'prejudiced', 'prejudiced', tran, ['6A','15A'] ). -verb( 'prelude', 'preludes', 'preluding', 'preluded', 'preluded', tran, ['6A'] ). -verb( 'premeditate', 'premeditates', 'premeditating', 'premeditated', 'premeditated', tran, ['6A'] ). -verb( 'premise', 'premises', 'premising', 'premised', 'premised', tran, ['6A','9'] ). -verb( 'premiss', 'premisses', 'premissing', 'premissed', 'premissed', tran, ['6A','9'] ). -verb( 'preoccupy', 'preoccupies', 'preoccupying', 'preoccupied', 'preoccupied', tran, ['6A'] ). -verb( 'preordain', 'preordains', 'preordaining', 'preordained', 'preordained', tran, ['6A','9'] ). -verb( 'prepare', 'prepares', 'preparing', 'prepared', 'prepared', _, ['3A','6A','7A','14'] ). -verb( 'prepay', 'prepays', 'prepaying', 'prepaid', 'prepaid', tran, ['6A'] ). -verb( 'preponderate', 'preponderates', 'preponderating', 'preponderated', 'preponderated', intran, ['2A','2C'] ). -verb( 'prepossess', 'prepossesses', 'prepossessing', 'prepossessed', 'prepossessed', tran, ['6A','15A'] ). -verb( 'prerecord', 'prerecords', 'prerecording', 'prerecorded', 'prerecorded', tran, ['6A'] ). -verb( 'presage', 'presages', 'presaging', 'presaged', 'presaged', tran, ['6A'] ). -verb( 'prescribe', 'prescribes', 'prescribing', 'prescribed', 'prescribed', _, ['2A','3A','6A','8','10','14','21'] ). -verb( 'present', 'presents', 'presenting', 'presented', 'presented', tran, ['6A','14','15A'] ). -verb( 'preserve', 'preserves', 'preserving', 'preserved', 'preserved', tran, ['6A','14'] ). -verb( 'preside', 'presides', 'presiding', 'presided', 'presided', intran, ['2A','2C','3A'] ). -verb( 'press', 'presses', 'pressing', 'pressed', 'pressed', _, ['2A','2C','3A','4A','6A','14','15A','15B','17','22'] ). -verb( 'presume', 'presumes', 'presuming', 'presumed', 'presumed', _, ['3A','6A','7A','9','25'] ). -verb( 'presuppose', 'presupposes', 'presupposing', 'presupposed', 'presupposed', tran, ['6A','9'] ). -verb( 'pretend', 'pretends', 'pretending', 'pretended', 'pretended', _, ['3A','6A','7A','9'] ). -verb( 'prettify', 'prettifies', 'prettifying', 'prettified', 'prettified', tran, ['6A'] ). -verb( 'prevail', 'prevails', 'prevailing', 'prevailed', 'prevailed', intran, ['2A','3A'] ). -verb( 'prevaricate', 'prevaricates', 'prevaricating', 'prevaricated', 'prevaricated', intran, ['2A'] ). -verb( 'prevent', 'prevents', 'preventing', 'prevented', 'prevented', tran, ['6A','14','19C'] ). -verb( 'preview', 'previews', 'previewing', 'previewed', 'previewed', tran, [] ). -verb( 'prey', 'preys', 'preying', 'preyed', 'preyed', intran, ['3A'] ). -verb( 'price', 'prices', 'pricing', 'priced', 'priced', tran, ['6A'] ). -verb( 'prick', 'pricks', 'pricking', 'pricked', 'pricked', _, ['2A','6A','15B'] ). -verb( 'prickle', 'prickles', 'prickling', 'prickled', 'prickled', _, [] ). -verb( 'pride', 'prides', 'priding', 'prided', 'prided', tran, [] ). -verb( 'prim', 'prims', 'primming', 'primmed', 'primmed', tran, [] ). -verb( 'prime', 'primes', 'priming', 'primed', 'primed', tran, ['6A'] ). -verb( 'primp', 'primps', 'primping', 'primped', 'primped', tran, [] ). -verb( 'prink', 'prinks', 'prinking', 'prinked', 'prinked', tran, [] ). -verb( 'print', 'prints', 'printing', 'printed', 'printed', _, ['2A','6A','15B'] ). -verb( 'prise', 'prises', 'prising', 'prised', 'prised', tran, ['15A','15B'] ). -verb( 'prize', 'prizes', 'prizing', 'prized', 'prized', tran, ['15A','15B'] ). -verb( 'probate', 'probates', 'probating', 'probated', 'probated', tran, [] ). -verb( 'probe', 'probes', 'probing', 'probed', 'probed', tran, ['6A'] ). -verb( 'proceed', 'proceeds', 'proceeding', 'proceeded', 'proceeded', intran, ['2A','3A','4C'] ). -verb( 'process', 'processes', 'processing', 'processed', 'processed', tran, ['6A'] ). -verb( 'process', 'processes', 'processing', 'processed', 'processed', intran, [] ). -verb( 'proclaim', 'proclaims', 'proclaiming', 'proclaimed', 'proclaimed', tran, ['6A','9','23','25'] ). -verb( 'procrastinate', 'procrastinates', 'procrastinating', 'procrastinated', 'procrastinated', intran, ['2A'] ). -verb( 'procreate', 'procreates', 'procreating', 'procreated', 'procreated', tran, ['6A'] ). -verb( 'procure', 'procures', 'procuring', 'procured', 'procured', tran, ['6A','12B','13B'] ). -verb( 'prod', 'prods', 'prodding', 'prodded', 'prodded', _, ['3A','6A'] ). -verb( 'produce', 'produces', 'producing', 'produced', 'produced', _, ['2A','6A'] ). -verb( 'profane', 'profanes', 'profaning', 'profaned', 'profaned', tran, ['6A'] ). -verb( 'profess', 'professes', 'professing', 'professed', 'professed', _, ['6A','7A','9','25'] ). -verb( 'proffer', 'proffers', 'proffering', 'proffered', 'proffered', tran, ['6A','7A'] ). -verb( 'profile', 'profiles', 'profiling', 'profiled', 'profiled', tran, [] ). -verb( 'profit', 'profits', 'profiting', 'profited', 'profited', _, ['3A','6A','13A'] ). -verb( 'profiteer', 'profiteers', 'profiteering', 'profiteered', 'profiteered', intran, ['2A'] ). -verb( 'prognosticate', 'prognosticates', 'prognosticating', 'prognosticated', 'prognosticated', tran, ['6A','9'] ). -verb( 'program', 'programs', 'programming', 'programmed', 'programmed', tran, ['6A'] ). -verb( 'programme', 'programmes', 'programming', 'programmed', 'programmed', tran, ['6A'] ). -verb( 'progress', 'progresses', 'progressing', 'progressed', 'progressed', intran, ['2A','2C'] ). -verb( 'prohibit', 'prohibits', 'prohibiting', 'prohibited', 'prohibited', tran, ['6A','14'] ). -verb( 'project', 'projects', 'projecting', 'projected', 'projected', _, ['2A','2C','6A','14','15A'] ). -verb( 'prolapse', 'prolapses', 'prolapsing', 'prolapsed', 'prolapsed', intran, [] ). -verb( 'proliferate', 'proliferates', 'proliferating', 'proliferated', 'proliferated', _, ['2A','6A'] ). -verb( 'prolong', 'prolongs', 'prolonging', 'prolonged', 'prolonged', tran, ['6A'] ). -verb( 'promenade', 'promenades', 'promenading', 'promenaded', 'promenaded', _, ['2A','2C','6A','15A'] ). -verb( 'promise', 'promises', 'promising', 'promised', 'promised', _, ['2A','6A','7A','9','11','12A','13A','17'] ). -verb( 'promote', 'promotes', 'promoting', 'promoted', 'promoted', tran, ['6A','14'] ). -verb( 'prompt', 'prompts', 'prompting', 'prompted', 'prompted', tran, ['6A','17'] ). -verb( 'promulgate', 'promulgates', 'promulgating', 'promulgated', 'promulgated', tran, ['6A'] ). -verb( 'pronounce', 'pronounces', 'pronouncing', 'pronounced', 'pronounced', _, ['2A','3A','6A','9','22','25'] ). -verb( 'proof', 'proofs', 'proofing', 'proofed', 'proofed', tran, ['6A'] ). -verb( 'proofread', 'proofreads', 'proofreading', 'proofread', 'proofread', _, ['2A','6A'] ). -verb( 'prop', 'props', 'propping', 'propped', 'propped', tran, ['6A','15A','15B','22'] ). -verb( 'propagandize', 'propagandizes', 'propagandizing', 'propagandized', 'propagandized', intran, [] ). -verb( 'propagate', 'propagates', 'propagating', 'propagated', 'propagated', _, ['2A','6A'] ). -verb( 'propel', 'propels', 'propelling', 'propelled', 'propelled', tran, ['6A','15A'] ). -verb( 'prophesy', 'prophesies', 'prophesying', 'prophesied', 'prophesied', _, ['2A','2C','6A','9','10'] ). -verb( 'propitiate', 'propitiates', 'propitiating', 'propitiated', 'propitiated', tran, ['6A'] ). -verb( 'proportion', 'proportions', 'proportioning', 'proportioned', 'proportioned', tran, ['6A','14'] ). -verb( 'propose', 'proposes', 'proposing', 'proposed', 'proposed', _, ['2A','6A','6D','7A','9','14'] ). -verb( 'proposition', 'propositions', 'propositioning', 'propositioned', 'propositioned', tran, ['6A'] ). -verb( 'propound', 'propounds', 'propounding', 'propounded', 'propounded', tran, ['6A'] ). -verb( 'prorogue', 'prorogues', 'proroguing', 'prorogued', 'prorogued', tran, ['6A'] ). -verb( 'proscribe', 'proscribes', 'proscribing', 'proscribed', 'proscribed', tran, ['6A'] ). -verb( 'prosecute', 'prosecutes', 'prosecuting', 'prosecuted', 'prosecuted', tran, ['6A','14'] ). -verb( 'proselytize', 'proselytizes', 'proselytizing', 'proselytized', 'proselytized', _, ['2A','6A'] ). -verb( 'prospect', 'prospects', 'prospecting', 'prospected', 'prospected', intran, ['2A','3A'] ). -verb( 'prosper', 'prospers', 'prospering', 'prospered', 'prospered', _, ['2A','6A'] ). -verb( 'prostitute', 'prostitutes', 'prostituting', 'prostituted', 'prostituted', tran, ['6A'] ). -verb( 'prostrate', 'prostrates', 'prostrating', 'prostrated', 'prostrated', tran, ['6A'] ). -verb( 'protect', 'protects', 'protecting', 'protected', 'protected', tran, ['6A','14'] ). -verb( 'protest', 'protests', 'protesting', 'protested', 'protested', _, ['2A','3A','6A','9'] ). -verb( 'protract', 'protracts', 'protracting', 'protracted', 'protracted', tran, ['6A'] ). -verb( 'protrude', 'protrudes', 'protruding', 'protruded', 'protruded', _, ['2A','6A'] ). -verb( 'prove', 'proves', 'proving', 'proved', 'proved', _, ['4D','6A','9','14','25'] ). -verb( 'provide', 'provides', 'providing', 'provided', 'provided', _, ['3A','6A','9','14'] ). -verb( 'provision', 'provisions', 'provisioning', 'provisioned', 'provisioned', tran, ['6A'] ). -verb( 'provoke', 'provokes', 'provoking', 'provoked', 'provoked', tran, ['6A','14','17'] ). -verb( 'prowl', 'prowls', 'prowling', 'prowled', 'prowled', _, ['2A','2C','6A'] ). -verb( 'prune', 'prunes', 'pruning', 'pruned', 'pruned', tran, ['6A','14','15B'] ). -verb( 'pry', 'pries', 'prying', 'pried', 'pried', _, ['2A','2C','3A','15A','15B','22'] ). -verb( 'psychoanalyse', 'psychoanalyses', 'psychoanalysing', 'psychoanalysed', 'psychoanalysed', tran, [] ). -verb( 'psychoanalyze', 'psychoanalyzes', 'psychoanalyzing', 'psychoanalyzed', 'psychoanalyzed', tran, [] ). -verb( 'pub-crawl', 'pub-crawls', 'pub-crawling', 'pub-crawled', 'pub-crawled', intran, [] ). -verb( 'publicize', 'publicizes', 'publicizing', 'publicized', 'publicized', tran, ['6A'] ). -verb( 'publish', 'publishes', 'publishing', 'published', 'published', tran, ['6A'] ). -verb( 'pucker', 'puckers', 'puckering', 'puckered', 'puckered', _, ['2A','2C','6A','15B'] ). -verb( 'puddle', 'puddles', 'puddling', 'puddled', 'puddled', tran, [] ). -verb( 'puff', 'puffs', 'puffing', 'puffed', 'puffed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'puke', 'pukes', 'puking', 'puked', 'puked', _, [] ). -verb( 'pule', 'pules', 'puling', 'puled', 'puled', intran, ['2A'] ). -verb( 'pull', 'pulls', 'pulling', 'pulled', 'pulled', _, ['2A','2C','3A','6A','15A','15B','22'] ). -verb( 'pullulate', 'pullulates', 'pullulating', 'pullulated', 'pullulated', intran, [] ). -verb( 'pulp', 'pulps', 'pulping', 'pulped', 'pulped', _, ['2A','6A'] ). -verb( 'pulsate', 'pulsates', 'pulsating', 'pulsated', 'pulsated', _, ['2A','6A'] ). -verb( 'pulse', 'pulses', 'pulsing', 'pulsed', 'pulsed', intran, ['2C'] ). -verb( 'pulverize', 'pulverizes', 'pulverizing', 'pulverized', 'pulverized', _, ['2A','6A'] ). -verb( 'pummel', 'pummels', 'pummelling', 'pummelled', 'pummelled', tran, ['6A','15B'] ). -verb( 'pump', 'pumps', 'pumping', 'pumped', 'pumped', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'pun', 'puns', 'punning', 'punned', 'punned', intran, ['2A','3A'] ). -verb( 'punch', 'punches', 'punching', 'punched', 'punched', tran, ['6A','15A','15B'] ). -verb( 'punctuate', 'punctuates', 'punctuating', 'punctuated', 'punctuated', tran, ['6A','15A'] ). -verb( 'puncture', 'punctures', 'puncturing', 'punctured', 'punctured', _, ['2A','6A'] ). -verb( 'punish', 'punishes', 'punishing', 'punished', 'punished', tran, ['6A','14'] ). -verb( 'punt', 'punts', 'punting', 'punted', 'punted', _, ['2A','6A'] ). -verb( 'purchase', 'purchases', 'purchasing', 'purchased', 'purchased', tran, ['6A'] ). -verb( 'purge', 'purges', 'purging', 'purged', 'purged', tran, ['6A','14','15A','15B'] ). -verb( 'purify', 'purifies', 'purifying', 'purified', 'purified', tran, ['6A','14'] ). -verb( 'purl', 'purls', 'purling', 'purled', 'purled', _, [] ). -verb( 'purloin', 'purloins', 'purloining', 'purloined', 'purloined', tran, ['6A'] ). -verb( 'purport', 'purports', 'purporting', 'purported', 'purported', tran, ['6A','7A','9'] ). -verb( 'purpose', 'purposes', 'purposing', 'purposed', 'purposed', tran, ['6A','6D','7A','9'] ). -verb( 'purr', 'purrs', 'purring', 'purred', 'purred', _, ['2A','2C','6A'] ). -verb( 'purse', 'purses', 'pursing', 'pursed', 'pursed', tran, ['6A','15B'] ). -verb( 'pursue', 'pursues', 'pursuing', 'pursued', 'pursued', tran, ['6A'] ). -verb( 'purvey', 'purveys', 'purveying', 'purveyed', 'purveyed', _, ['3A','6A','14'] ). -verb( 'push', 'pushes', 'pushing', 'pushed', 'pushed', _, ['2A','2C','3A','6A','14','15A','15B','17','22'] ). -verb( 'pussyfoot', 'pussyfoots', 'pussyfooting', 'pussyfooted', 'pussyfooted', intran, ['2A','2C'] ). -verb( 'put', 'puts', 'putting', 'put', 'put', _, ['2C','6A','14','15A','15B','22'] ). -verb( 'put', 'puts', 'putting', 'putted', 'putted', _, [] ). -verb( 'putrefy', 'putrefies', 'putrefying', 'putrefied', 'putrefied', _, ['2A','6A'] ). -verb( 'putt', 'putts', 'putting', 'putted', 'putted', _, ['2A','6A'] ). -verb( 'putter', 'putters', 'puttering', 'puttered', 'puttered', _, [] ). -verb( 'putty', 'putties', 'puttying', 'puttied', 'puttied', tran, ['6A','15B'] ). -verb( 'puzzle', 'puzzles', 'puzzling', 'puzzled', 'puzzled', _, ['3A','6A','15B'] ). -verb( 'quack', 'quacks', 'quacking', 'quacked', 'quacked', intran, [] ). -verb( 'quadruple', 'quadruples', 'quadrupling', 'quadrupled', 'quadrupled', _, ['2A','6A'] ). -verb( 'quadruplicate', 'quadruplicates', 'quadruplicating', 'quadruplicated', 'quadruplicated', tran, ['6A'] ). -verb( 'quaff', 'quaffs', 'quaffing', 'quaffed', 'quaffed', _, ['2A','6A','15B'] ). -verb( 'quail', 'quails', 'quailing', 'quailed', 'quailed', intran, ['2A','3A'] ). -verb( 'quake', 'quakes', 'quaking', 'quaked', 'quaked', intran, ['2A','2C'] ). -verb( 'qualify', 'qualifies', 'qualifying', 'qualified', 'qualified', _, ['2C','3A','4A','6A','14','16B','17'] ). -verb( 'quantify', 'quantifies', 'quantifying', 'quantified', 'quantified', tran, ['6A'] ). -verb( 'quarantine', 'quarantines', 'quarantining', 'quarantined', 'quarantined', tran, ['6A'] ). -verb( 'quarrel', 'quarrels', 'quarrelling', 'quarrelled', 'quarrelled', intran, ['2A','2C','3A'] ). -verb( 'quarry', 'quarries', 'quarrying', 'quarried', 'quarried', _, ['2A','2C','6A','15A','15B'] ). -verb( 'quarter', 'quarters', 'quartering', 'quartered', 'quartered', tran, ['6A','15A'] ). -verb( 'quash', 'quashes', 'quashing', 'quashed', 'quashed', tran, ['6A'] ). -verb( 'quaver', 'quavers', 'quavering', 'quavered', 'quavered', _, ['2A','6A','15B'] ). -verb( 'queen', 'queens', 'queening', 'queened', 'queened', tran, [] ). -verb( 'queer', 'queers', 'queering', 'queered', 'queered', tran, ['6A'] ). -verb( 'quell', 'quells', 'quelling', 'quelled', 'quelled', tran, ['6A'] ). -verb( 'quench', 'quenches', 'quenching', 'quenched', 'quenched', tran, ['6A'] ). -verb( 'query', 'queries', 'querying', 'queried', 'queried', tran, ['6A','10'] ). -verb( 'quest', 'quests', 'questing', 'quested', 'quested', intran, ['3A'] ). -verb( 'question', 'questions', 'questioning', 'questioned', 'questioned', tran, ['6A','10'] ). -verb( 'queue', 'queues', 'queueing', 'queued', 'queued', intran, ['2A','2C','3A'] ). -verb( 'quibble', 'quibbles', 'quibbling', 'quibbled', 'quibbled', intran, [] ). -verb( 'quick-freeze', 'quick-freezes', 'quick-freezing', 'quick-froze', 'quick-frozen', tran, [] ). -verb( 'quicken', 'quickens', 'quickening', 'quickened', 'quickened', _, ['2A','6A'] ). -verb( 'quiet', 'quiets', 'quieting', 'quieted', 'quieted', _, [] ). -verb( 'quieten', 'quietens', 'quietening', 'quietened', 'quietened', _, ['2C','6A','15B'] ). -verb( 'quilt', 'quilts', 'quilting', 'quilted', 'quilted', tran, [] ). -verb( 'quip', 'quips', 'quipping', 'quipped', 'quipped', intran, [] ). -verb( 'quit', 'quits', 'quitting', 'quitted', 'quitted', tran, ['2A','6A','6D'] ). -verb( 'quiver', 'quivers', 'quivering', 'quivered', 'quivered', _, ['2A','6A'] ). -verb( 'quiz', 'quizzes', 'quizzing', 'quizzed', 'quizzed', tran, ['6A'] ). -verb( 'quote', 'quotes', 'quoting', 'quoted', 'quoted', tran, ['6A','13A','14'] ). -verb( 'rabbit', 'rabbits', 'rabbiting', 'rabbited', 'rabbited', intran, [] ). -verb( 'race', 'races', 'racing', 'raced', 'raced', _, ['2A','2C','3A','4A','6A','15A'] ). -verb( 'rack', 'racks', 'racking', 'racked', 'racked', tran, ['6A','15A'] ). -verb( 'racket', 'rackets', 'racketing', 'racketed', 'racketed', intran, ['2A','2C'] ). -verb( 'radiate', 'radiates', 'radiating', 'radiated', 'radiated', _, ['2A','3A','6A'] ). -verb( 'raffle', 'raffles', 'raffling', 'raffled', 'raffled', tran, ['6A','15B'] ). -verb( 'raft', 'rafts', 'rafting', 'rafted', 'rafted', _, ['2C','6A','15A','15B'] ). -verb( 'rag', 'rags', 'ragging', 'ragged', 'ragged', tran, ['6A'] ). -verb( 'rage', 'rages', 'raging', 'raged', 'raged', intran, ['2A','2C'] ). -verb( 'raid', 'raids', 'raiding', 'raided', 'raided', _, ['2A','6A'] ). -verb( 'rail', 'rails', 'railing', 'railed', 'railed', _, ['2A','3A','6A','15B'] ). -verb( 'railroad', 'railroads', 'railroading', 'railroaded', 'railroaded', tran, ['15A','15B'] ). -verb( 'rain', 'rains', 'raining', 'rained', 'rained', _, ['2C','14'] ). -verb( 'raise', 'raises', 'raising', 'raised', 'raised', tran, ['6A','15A','15B'] ). -verb( 'rake', 'rakes', 'raking', 'raked', 'raked', _, ['2A','2C','3A','6A','14','15A','15B','22'] ). -verb( 'rally', 'rallies', 'rallying', 'rallied', 'rallied', _, ['2A','2C','6A','15A'] ). -verb( 'ram', 'rams', 'ramming', 'rammed', 'rammed', tran, ['6A','15A','15B'] ). -verb( 'ramble', 'rambles', 'rambling', 'rambled', 'rambled', intran, ['2A','2C'] ). -verb( 'ramify', 'ramifies', 'ramifying', 'ramified', 'ramified', _, ['2A','6A'] ). -verb( 'ramp', 'ramps', 'ramping', 'ramped', 'ramped', tran, ['2C'] ). -verb( 'rampage', 'rampages', 'rampaging', 'rampaged', 'rampaged', intran, ['2A'] ). -verb( 'range', 'ranges', 'ranging', 'ranged', 'ranged', _, ['2C','3A','6A','15A'] ). -verb( 'rank', 'ranks', 'ranking', 'ranked', 'ranked', _, ['3A','6A','15A','16B'] ). -verb( 'rankle', 'rankles', 'rankling', 'rankled', 'rankled', intran, ['2A'] ). -verb( 'ransack', 'ransacks', 'ransacking', 'ransacked', 'ransacked', tran, ['6A','14','16A'] ). -verb( 'ransom', 'ransoms', 'ransoming', 'ransomed', 'ransomed', tran, ['6A'] ). -verb( 'rant', 'rants', 'ranting', 'ranted', 'ranted', _, ['2A','6A'] ). -verb( 'rap', 'raps', 'rapping', 'rapped', 'rapped', _, ['2A','2C','6A','15B'] ). -verb( 'rape', 'rapes', 'raping', 'raped', 'raped', tran, ['6A'] ). -verb( 'rarefy', 'rarefies', 'rarefying', 'rarefied', 'rarefied', _, ['2A','6A'] ). -verb( 'rase', 'rases', 'rasing', 'rased', 'rased', tran, ['6A'] ). -verb( 'rasp', 'rasps', 'rasping', 'rasped', 'rasped', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'rat', 'rats', 'ratting', 'ratted', 'ratted', tran, ['2A','3A'] ). -verb( 'rate', 'rates', 'rating', 'rated', 'rated', _, ['2C','2D','6A','14','15A','16B'] ). -verb( 'ratify', 'ratifies', 'ratifying', 'ratified', 'ratified', tran, ['6A'] ). -verb( 'ration', 'rations', 'rationing', 'rationed', 'rationed', tran, ['6A','15B'] ). -verb( 'rationalize', 'rationalizes', 'rationalizing', 'rationalized', 'rationalized', tran, ['6A'] ). -verb( 'rattle', 'rattles', 'rattling', 'rattled', 'rattled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'ravage', 'ravages', 'ravaging', 'ravaged', 'ravaged', _, ['6A'] ). -verb( 'rave', 'raves', 'raving', 'raved', 'raved', intran, ['2A','2C','3A','15B'] ). -verb( 'ravel', 'ravels', 'ravelling', 'ravelled', 'ravelled', _, ['2A','2C','6A','15B'] ). -verb( 'ravish', 'ravishes', 'ravishing', 'ravished', 'ravished', tran, ['6A'] ). -verb( 'ray', 'rays', 'raying', 'rayed', 'rayed', _, [] ). -verb( 'raze', 'razes', 'razing', 'razed', 'razed', tran, ['6A'] ). -verb( 'razor', 'razors', 'razoring', 'razored', 'razored', tran, [] ). -verb( 're-address', 're-addresses', 're-addressing', 're-addressed', 're-addressed', tran, ['6A'] ). -verb( 're-afforest', 're-afforests', 're-afforesting', 're-afforested', 're-afforested', tran, [] ). -verb( 're-count', 're-counts', 're-counting', 're-counted', 're-counted', tran, ['6A'] ). -verb( 're-cover', 're-covers', 're-covering', 're-covered', 're-covered', tran, ['6A'] ). -verb( 're-echo', 're-echos', 're-echoing', 're-echoed', 're-echoed', intran, ['2A'] ). -verb( 're-form', 're-forms', 're-forming', 're-formed', 're-formed', _, [] ). -verb( 're-join', 're-joins', 're-joining', 're-joined', 're-joined', tran, ['6A'] ). -verb( 'reach', 'reaches', 'reaching', 'reached', 'reached', _, ['2C','3A','6A','12B','13B','15B'] ). -verb( 'react', 'reacts', 'reacting', 'reacted', 'reacted', intran, ['2A','3A'] ). -verb( 'read', 'reads', 'reading', 'read', 'read', _, ['2A','2B','2C','6A','12A','13A','15A','15B','16B'] ). -verb( 'readjust', 'readjusts', 'readjusting', 'readjusted', 'readjusted', tran, ['3A','6A','15A'] ). -verb( 'readmit', 'readmits', 'readmitting', 'readmitted', 'readmitted', tran, ['3A','6A','6C','9','14','25'] ). -verb( 'reaffirm', 'reaffirms', 'reaffirming', 'reaffirmed', 'reaffirmed', tran, ['6A','9'] ). -verb( 'realize', 'realizes', 'realizing', 'realized', 'realized', tran, ['6A','9','10','14'] ). -verb( 'reanimate', 'reanimates', 'reanimating', 'reanimated', 'reanimated', tran, ['6A'] ). -verb( 'reap', 'reaps', 'reaping', 'reaped', 'reaped', _, ['2A','6A'] ). -verb( 'reappear', 'reappears', 'reappearing', 'reappeared', 'reappeared', intran, ['2A'] ). -verb( 'rear', 'rears', 'rearing', 'reared', 'reared', _, ['2A','2C','6A','15B'] ). -verb( 'rearm', 'rearms', 'rearming', 'rearmed', 'rearmed', _, ['2A','6A'] ). -verb( 'rearrange', 'rearranges', 'rearranging', 'rearranged', 'rearranged', tran, ['3A','4C','6A','14','15A'] ). -verb( 'reason', 'reasons', 'reasoning', 'reasoned', 'reasoned', _, ['2A','3A','6A','9','14'] ). -verb( 'reassemble', 'reassembles', 'reassembling', 'reassembled', 'reassembled', _, ['2A','6A'] ). -verb( 'reassess', 'reassesses', 'reassessing', 'reassessed', 'reassessed', tran, ['6A','14'] ). -verb( 'reassure', 'reassures', 'reassuring', 'reassured', 'reassured', tran, ['6A'] ). -verb( 'reattribute', 'reattributes', 'reattributing', 'reattributed', 'reattributed', tran, ['14'] ). -verb( 'rebel', 'rebels', 'rebelling', 'rebelled', 'rebelled', intran, ['2A','3A'] ). -verb( 'rebind', 'rebinds', 'rebinding', 'rebound', 'rebound', tran, ['6A'] ). -verb( 'rebound', 'rebounds', 'rebounding', 'rebounded', 'rebounded', intran, ['2A','3A'] ). -verb( 'rebuff', 'rebuffs', 'rebuffing', 'rebuffed', 'rebuffed', tran, ['6A'] ). -verb( 'rebuild', 'rebuilds', 'rebuilding', 'rebuilt', 'rebuilt', tran, ['6A'] ). -verb( 'rebuke', 'rebukes', 'rebuking', 'rebuked', 'rebuked', tran, ['6A','14'] ). -verb( 'rebut', 'rebuts', 'rebutting', 'rebutted', 'rebutted', tran, ['6A'] ). -verb( 'recall', 'recalls', 'recalling', 'recalled', 'recalled', tran, ['6A','6C','8','9','10','14','19C'] ). -verb( 'recant', 'recants', 'recanting', 'recanted', 'recanted', _, ['2A','6A'] ). -verb( 'recap', 'recaps', 'recapping', 'recapped', 'recapped', _, [] ). -verb( 'recap', 'recaps', 'recapping', 'recapped', 'recapped', tran, [] ). -verb( 'recapitulate', 'recapitulates', 'recapitulating', 'recapitulated', 'recapitulated', _, ['2A','6A'] ). -verb( 'recapture', 'recaptures', 'recapturing', 'recaptured', 'recaptured', tran, ['6A'] ). -verb( 'recast', 'recasts', 'recasting', 'recast', 'recast', tran, ['6A'] ). -verb( 'recede', 'recedes', 'receding', 'receded', 'receded', intran, ['2A','3A'] ). -verb( 'receipt', 'receipts', 'receipting', 'receipted', 'receipted', tran, ['6A'] ). -verb( 'receive', 'receives', 'receiving', 'received', 'received', _, ['2A','6A'] ). -verb( 'recess', 'recesses', 'recessing', 'recessed', 'recessed', tran, ['6A'] ). -verb( 'reciprocate', 'reciprocates', 'reciprocating', 'reciprocated', 'reciprocated', _, ['2A','6A'] ). -verb( 'recite', 'recites', 'reciting', 'recited', 'recited', _, ['2A','6A','15A'] ). -verb( 'reckon', 'reckons', 'reckoning', 'reckoned', 'reckoned', _, ['2A','6A','7A','9','15B','16B','25'] ). -verb( 'reclaim', 'reclaims', 'reclaiming', 'reclaimed', 'reclaimed', tran, ['6A'] ). -verb( 'recline', 'reclines', 'reclining', 'reclined', 'reclined', _, ['2A','2C','15A'] ). -verb( 'recognize', 'recognizes', 'recognizing', 'recognized', 'recognized', tran, ['6A','9','16A','25'] ). -verb( 'recoil', 'recoils', 'recoiling', 'recoiled', 'recoiled', intran, ['2A','3A'] ). -verb( 'recollect', 'recollects', 'recollecting', 'recollected', 'recollected', _, ['2A','6A','6C','8','9','10'] ). -verb( 'recommend', 'recommends', 'recommending', 'recommended', 'recommended', tran, ['6A','6C','9','12A','13A','14','16A','17'] ). -verb( 'recommit', 'recommits', 'recommitting', 'recommitted', 'recommitted', tran, ['6A','14','16A'] ). -verb( 'recompense', 'recompenses', 'recompensing', 'recompensed', 'recompensed', tran, ['6A','14'] ). -verb( 'reconcile', 'reconciles', 'reconciling', 'reconciled', 'reconciled', tran, ['6A','14'] ). -verb( 'recondition', 'reconditions', 'reconditioning', 'reconditioned', 'reconditioned', tran, ['6A'] ). -verb( 'reconnoitre', 'reconnoitres', 'reconnoitring', 'reconnoitred', 'reconnoitred', _, ['2A','6A'] ). -verb( 'reconsecrate', 'reconsecrates', 'reconsecrating', 'reconsecrated', 'reconsecrated', tran, ['6A','14','23'] ). -verb( 'reconsider', 'reconsiders', 'reconsidering', 'reconsidered', 'reconsidered', tran, ['6A','6C','8','9','10','25'] ). -verb( 'reconstruct', 'reconstructs', 'reconstructing', 'reconstructed', 'reconstructed', tran, ['6A'] ). -verb( 'reconvict', 'reconvicts', 'reconvicting', 'reconvicted', 'reconvicted', tran, ['6A','14'] ). -verb( 'record', 'records', 'recording', 'recorded', 'recorded', tran, ['6A'] ). -verb( 'recount', 'recounts', 'recounting', 'recounted', 'recounted', tran, ['6A'] ). -verb( 'recoup', 'recoups', 'recouping', 'recouped', 'recouped', tran, ['6A','14'] ). -verb( 'recover', 'recovers', 'recovering', 'recovered', 'recovered', _, ['2A','3A','6A'] ). -verb( 'recreate', 'recreates', 'recreating', 'recreated', 'recreated', tran, ['6A','23'] ). -verb( 'recriminate', 'recriminates', 'recriminating', 'recriminated', 'recriminated', intran, ['2A','3A'] ). -verb( 'recruit', 'recruits', 'recruiting', 'recruited', 'recruited', _, ['6A'] ). -verb( 'rectify', 'rectifies', 'rectifying', 'rectified', 'rectified', tran, ['6A'] ). -verb( 'recuperate', 'recuperates', 'recuperating', 'recuperated', 'recuperated', _, ['2A','6A'] ). -verb( 'recur', 'recurs', 'recurring', 'recurred', 'recurred', intran, ['2A','3A'] ). -verb( 'recurve', 'recurves', 'recurving', 'recurved', 'recurved', _, [] ). -verb( 'recycle', 'recycles', 'recycling', 'recycled', 'recycled', tran, ['6A'] ). -verb( 'redact', 'redacts', 'redacting', 'redacted', 'redacted', tran, ['6A'] ). -verb( 'redden', 'reddens', 'reddening', 'reddened', 'reddened', _, ['2A','6A'] ). -verb( 'redecorate', 'redecorates', 'redecorating', 'redecorated', 'redecorated', tran, ['6A','14'] ). -verb( 'redeem', 'redeems', 'redeeming', 'redeemed', 'redeemed', tran, ['6A','14'] ). -verb( 'redefine', 'redefines', 'redefining', 'redefined', 'redefined', tran, ['6A'] ). -verb( 'redeploy', 'redeploys', 'redeploying', 'redeployed', 'redeployed', tran, ['6A'] ). -verb( 'redesign', 'redesigns', 'redesigning', 'redesigned', 'redesigned', tran, ['2A','2C','6A','14','16A','16B'] ). -verb( 'redevelop', 'redevelops', 'redeveloping', 'redeveloped', 'redeveloped', tran, ['2A','2C','3A','6A'] ). -verb( 'rediscover', 'rediscovers', 'rediscovering', 'rediscovered', 'rediscovered', tran, ['6A','8','9','10','25'] ). -verb( 'redistribute', 'redistributes', 'redistributing', 'redistributed', 'redistributed', tran, ['6A','14'] ). -verb( 'redo', 'redoes', 'redoing', 'redid', 'redone', tran, ['6A'] ). -verb( 'redouble', 'redoubles', 'redoubling', 'redoubled', 'redoubled', _, ['2A','6A'] ). -verb( 'redound', 'redounds', 'redounding', 'redounded', 'redounded', intran, ['3A'] ). -verb( 'redress', 'redresses', 'redressing', 'redressed', 'redressed', tran, ['6A'] ). -verb( 'reduce', 'reduces', 'reducing', 'reduced', 'reduced', _, ['2A','2B','6A','14'] ). -verb( 'reduplicate', 'reduplicates', 'reduplicating', 'reduplicated', 'reduplicated', tran, ['6A'] ). -verb( 'reef', 'reefs', 'reefing', 'reefed', 'reefed', tran, ['6A'] ). -verb( 'reek', 'reeks', 'reeking', 'reeked', 'reeked', intran, ['3A'] ). -verb( 'reel', 'reels', 'reeling', 'reeled', 'reeled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'reface', 'refaces', 'refacing', 'refaced', 'refaced', tran, [] ). -verb( 'refashion', 'refashions', 'refashioning', 'refashioned', 'refashioned', tran, ['6A','15A'] ). -verb( 'refer', 'refers', 'referring', 'referred', 'referred', _, ['3A','14','15B'] ). -verb( 'referee', 'referees', 'refereeing', 'refereed', 'refereed', _, ['2A','6A'] ). -verb( 'refill', 'refills', 'refilling', 'refilled', 'refilled', tran, [] ). -verb( 'refine', 'refines', 'refining', 'refined', 'refined', _, ['2A','6A'] ). -verb( 'refit', 'refits', 'refitting', 'refitted', 'refitted', _, ['2A','6A'] ). -verb( 'reflate', 'reflates', 'reflating', 'reflated', 'reflated', tran, ['6A'] ). -verb( 'reflect', 'reflects', 'reflecting', 'reflected', 'reflected', _, ['2A','3A','6A','8','9','10','14'] ). -verb( 'refloat', 'refloats', 'refloating', 'refloated', 'refloated', _, ['2A','6A'] ). -verb( 'reforest', 'reforests', 'reforesting', 'reforested', 'reforested', tran, [] ). -verb( 'reform', 'reforms', 'reforming', 'reformed', 'reformed', _, ['2A','6A'] ). -verb( 'refract', 'refracts', 'refracting', 'refracted', 'refracted', tran, ['6A'] ). -verb( 'refrain', 'refrains', 'refraining', 'refrained', 'refrained', intran, ['2A','3A'] ). -verb( 'refresh', 'refreshes', 'refreshing', 'refreshed', 'refreshed', tran, ['6A'] ). -verb( 'refrigerate', 'refrigerates', 'refrigerating', 'refrigerated', 'refrigerated', tran, ['6A'] ). -verb( 'refuel', 'refuels', 'refuelling', 'refuelled', 'refuelled', _, ['2A','6A'] ). -verb( 'refund', 'refunds', 'refunding', 'refunded', 'refunded', tran, ['6A'] ). -verb( 'refurbish', 'refurbishes', 'refurbishing', 'refurbished', 'refurbished', tran, ['6A'] ). -verb( 'refurnish', 'refurnishes', 'refurnishing', 'refurnished', 'refurnished', tran, ['6A','14'] ). -verb( 'refuse', 'refuses', 'refusing', 'refused', 'refused', _, ['2A','6A','7A','12C'] ). -verb( 'refute', 'refutes', 'refuting', 'refuted', 'refuted', tran, ['6A'] ). -verb( 'regain', 'regains', 'regaining', 'regained', 'regained', tran, ['6A'] ). -verb( 'regale', 'regales', 'regaling', 'regaled', 'regaled', tran, ['6A','14'] ). -verb( 'regard', 'regards', 'regarding', 'regarded', 'regarded', tran, ['6A','14','16B'] ). -verb( 'regenerate', 'regenerates', 'regenerating', 'regenerated', 'regenerated', _, ['2A','6A'] ). -verb( 'regiment', 'regiments', 'regimenting', 'regimented', 'regimented', tran, ['6A'] ). -verb( 'register', 'registers', 'registering', 'registered', 'registered', _, ['2A','3A','6A','14'] ). -verb( 'regress', 'regresses', 'regressing', 'regressed', 'regressed', intran, ['2A'] ). -verb( 'regret', 'regrets', 'regretting', 'regretted', 'regretted', tran, ['6A','6D','7A','9'] ). -verb( 'regroup', 'regroups', 'regrouping', 'regrouped', 'regrouped', _, ['2A','6A'] ). -verb( 'regularize', 'regularizes', 'regularizing', 'regularized', 'regularized', tran, ['6A'] ). -verb( 'regulate', 'regulates', 'regulating', 'regulated', 'regulated', tran, ['6A'] ). -verb( 'regurgitate', 'regurgitates', 'regurgitating', 'regurgitated', 'regurgitated', _, ['2A','6A'] ). -verb( 'rehabilitate', 'rehabilitates', 'rehabilitating', 'rehabilitated', 'rehabilitated', tran, ['6A'] ). -verb( 'rehash', 'rehashes', 'rehashing', 'rehashed', 'rehashed', tran, [] ). -verb( 'rehear', 'rehears', 'rehearing', 'reheard', 'reheard', tran, ['6A'] ). -verb( 'rehearse', 'rehearses', 'rehearsing', 'rehearsed', 'rehearsed', _, ['2A','6A'] ). -verb( 'rehouse', 'rehouses', 'rehousing', 'rehoused', 'rehoused', tran, ['6A'] ). -verb( 'reign', 'reigns', 'reigning', 'reigned', 'reigned', intran, ['2A','3A'] ). -verb( 'reimburse', 'reimburses', 'reimbursing', 'reimbursed', 'reimbursed', tran, ['6A','12A','13A','14'] ). -verb( 'rein', 'reins', 'reining', 'reined', 'reined', tran, ['6A','15B'] ). -verb( 'reincarnate', 'reincarnates', 'reincarnating', 'reincarnated', 'reincarnated', tran, [] ). -verb( 'reinforce', 'reinforces', 'reinforcing', 'reinforced', 'reinforced', tran, ['6A'] ). -verb( 'reinstate', 'reinstates', 'reinstating', 'reinstated', 'reinstated', tran, ['6A','14'] ). -verb( 'reinsure', 'reinsures', 'reinsuring', 'reinsured', 'reinsured', tran, ['6A'] ). -verb( 'reintegrate', 'reintegrates', 'reintegrating', 'reintegrated', 'reintegrated', tran, ['2A','6A'] ). -verb( 'reinterpret', 'reinterprets', 'reinterpreting', 'reinterpreted', 'reinterpreted', tran, ['2A','6A','16B'] ). -verb( 'reissue', 'reissues', 'reissuing', 'reissued', 'reissued', tran, ['6A'] ). -verb( 'reiterate', 'reiterates', 'reiterating', 'reiterated', 'reiterated', tran, ['6A'] ). -verb( 'reject', 'rejects', 'rejecting', 'rejected', 'rejected', tran, ['6A'] ). -verb( 'rejig', 'rejigs', 'rejigging', 'rejigged', 'rejigged', tran, ['6A'] ). -verb( 'rejoice', 'rejoices', 'rejoicing', 'rejoiced', 'rejoiced', _, ['2A','2C','3B','4C','6A'] ). -verb( 'rejoin', 'rejoins', 'rejoining', 'rejoined', 'rejoined', tran, ['6A'] ). -verb( 'rejoin', 'rejoins', 'rejoining', 'rejoined', 'rejoined', _, ['2A','6A'] ). -verb( 'rejuvenate', 'rejuvenates', 'rejuvenating', 'rejuvenated', 'rejuvenated', _, ['2A','6A'] ). -verb( 'rekindle', 'rekindles', 'rekindling', 'rekindled', 'rekindled', _, ['2A','6A'] ). -verb( 'relapse', 'relapses', 'relapsing', 'relapsed', 'relapsed', intran, ['2A','3A'] ). -verb( 'relate', 'relates', 'relating', 'related', 'related', _, ['3A','6A','14'] ). -verb( 'relax', 'relaxes', 'relaxing', 'relaxed', 'relaxed', _, ['2A','2C','6A'] ). -verb( 'relay', 'relays', 'relaying', 'relayed', 'relayed', tran, [] ). -verb( 'relay', 'relays', 'relaying', 'relayed', 'relayed', tran, [] ). -verb( 'release', 'releases', 'releasing', 'released', 'released', tran, ['6A','14'] ). -verb( 'relegate', 'relegates', 'relegating', 'relegated', 'relegated', tran, ['14'] ). -verb( 'relent', 'relents', 'relenting', 'relented', 'relented', intran, ['2A'] ). -verb( 'relieve', 'relieves', 'relieving', 'relieved', 'relieved', tran, ['6A'] ). -verb( 'reline', 'relines', 'relining', 'relined', 'relined', tran, [] ). -verb( 'relinquish', 'relinquishes', 'relinquishing', 'relinquished', 'relinquished', tran, ['6A','14'] ). -verb( 'relish', 'relishes', 'relishing', 'relished', 'relished', tran, ['6A','6D'] ). -verb( 'relive', 'relives', 'reliving', 'relived', 'relived', tran, [] ). -verb( 'relocate', 'relocates', 'relocating', 'relocated', 'relocated', _, [] ). -verb( 'rely', 'relies', 'relying', 'relied', 'relied', intran, ['3A'] ). -verb( 'remain', 'remains', 'remaining', 'remained', 'remained', intran, ['2A','2B','2C','4A'] ). -verb( 'remake', 'remakes', 'remaking', 'remade', 'remade', tran, [] ). -verb( 'remand', 'remands', 'remanding', 'remanded', 'remanded', tran, ['6A'] ). -verb( 'remark', 'remarks', 'remarking', 'remarked', 'remarked', _, ['3A','6A','9','10'] ). -verb( 'remarry', 'remarries', 'remarrying', 'remarried', 'remarried', _, [] ). -verb( 'remedy', 'remedies', 'remedying', 'remedied', 'remedied', tran, ['6A'] ). -verb( 'remember', 'remembers', 'remembering', 'remembered', 'remembered', _, ['6A','6C','7A','8','9','10','14','16B','19C'] ). -verb( 'remilitarize', 'remilitarizes', 'remilitarizing', 'remilitarized', 'remilitarized', tran, ['6A'] ). -verb( 'remind', 'reminds', 'reminding', 'reminded', 'reminded', tran, ['6A','11','14','17','20','21'] ). -verb( 'reminisce', 'reminisces', 'reminiscing', 'reminisced', 'reminisced', intran, ['2A','3A'] ). -verb( 'remit', 'remits', 'remitting', 'remitted', 'remitted', _, ['2C','6A','12A','13A','14'] ). -verb( 'remodel', 'remodels', 'remodelling', 'remodelled', 'remodelled', tran, ['2A','6A','14','15A'] ). -verb( 'remonstrate', 'remonstrates', 'remonstrating', 'remonstrated', 'remonstrated', intran, ['2A','3A'] ). -verb( 'remould', 'remoulds', 'remoulding', 'remoulded', 'remoulded', tran, ['2A','6A','14'] ). -verb( 'remount', 'remounts', 'remounting', 'remounted', 'remounted', _, ['2A','6A'] ). -verb( 'remove', 'removes', 'removing', 'removed', 'removed', _, ['2A','2C','6A','14'] ). -verb( 'remunerate', 'remunerates', 'remunerating', 'remunerated', 'remunerated', tran, ['6A','14'] ). -verb( 'rename', 'renames', 'renaming', 'renamed', 'renamed', tran, ['6A'] ). -verb( 'rend', 'rends', 'rending', 'rent', 'rent', tran, ['6A','14','15A'] ). -verb( 'render', 'renders', 'rendering', 'rendered', 'rendered', tran, ['6A','12A','13A','14','15A','15B','22'] ). -verb( 'rendezvous', 'rendezvous', 'rendezvouing', 'rendezvoued', 'rendezvoued', intran, ['2A','2C'] ). -verb( 'renegade', 'renegades', 'renegading', 'renegaded', 'renegaded', intran, [] ). -verb( 'renege', 'reneges', 'reneging', 'reneged', 'reneged', intran, ['3A'] ). -verb( 'renegue', 'renegues', 'reneguing', 'renegued', 'renegued', intran, ['3A'] ). -verb( 'renew', 'renews', 'renewing', 'renewed', 'renewed', tran, ['6A'] ). -verb( 'renounce', 'renounces', 'renouncing', 'renounced', 'renounced', tran, ['6A'] ). -verb( 'renovate', 'renovates', 'renovating', 'renovated', 'renovated', tran, ['6A'] ). -verb( 'rent', 'rents', 'renting', 'rented', 'rented', _, ['2A','2C','6A','14','15A'] ). -verb( 'reopen', 'reopens', 'reopening', 'reopened', 'reopened', _, ['2A','6A'] ). -verb( 'reorganize', 'reorganizes', 'reorganizing', 'reorganized', 'reorganized', _, [] ). -verb( 'reorient', 'reorients', 'reorienting', 'reoriented', 'reoriented', _, [] ). -verb( 'reorientate', 'reorientates', 'reorientating', 'reorientated', 'reorientated', _, [] ). -verb( 'repaint', 'repaints', 'repainting', 'repainted', 'repainted', tran, ['2A','2C','6A','15A','15B','22'] ). -verb( 'repair', 'repairs', 'repairing', 'repaired', 'repaired', _, ['3A','6A'] ). -verb( 'repatriate', 'repatriates', 'repatriating', 'repatriated', 'repatriated', tran, ['6A'] ). -verb( 'repay', 'repays', 'repaying', 'repaid', 'repaid', _, ['2A','6A','14'] ). -verb( 'repeal', 'repeals', 'repealing', 'repealed', 'repealed', tran, ['6A'] ). -verb( 'repeat', 'repeats', 'repeating', 'repeated', 'repeated', _, ['2A','6A','9'] ). -verb( 'repel', 'repels', 'repelling', 'repelled', 'repelled', tran, ['6A'] ). -verb( 'repent', 'repents', 'repenting', 'repented', 'repented', _, ['2A','3A','6A','6D'] ). -verb( 'repine', 'repines', 'repining', 'repined', 'repined', intran, ['2A','3A'] ). -verb( 'replace', 'replaces', 'replacing', 'replaced', 'replaced', tran, ['6A','14','15A'] ). -verb( 'replant', 'replants', 'replanting', 'replanted', 'replanted', tran, ['6A','15A','15B'] ). -verb( 'replay', 'replays', 'replaying', 'replayed', 'replayed', tran, ['6A'] ). -verb( 'replenish', 'replenishes', 'replenishing', 'replenished', 'replenished', tran, ['6A','14'] ). -verb( 'reply', 'replies', 'replying', 'replied', 'replied', _, ['2A','3A','3B'] ). -verb( 'repoint', 'repoints', 'repointing', 'repointed', 'repointed', tran, ['6A'] ). -verb( 'report', 'reports', 'reporting', 'reported', 'reported', _, ['2A','3A','6A','6D','9','14','15A','15B','25'] ). -verb( 'repose', 'reposes', 'reposing', 'reposed', 'reposed', _, ['2A','2C','3A','6A','14','15A'] ). -verb( 'repot', 'repots', 'repotting', 'repotted', 'repotted', tran, [] ). -verb( 'reprehend', 'reprehends', 'reprehending', 'reprehended', 'reprehended', tran, ['6A'] ). -verb( 'represent', 'represents', 'representing', 'represented', 'represented', tran, ['6A','9','14','16A','25'] ). -verb( 'represent', 'represents', 'representing', 'represented', 'represented', tran, [] ). -verb( 'repress', 'represses', 'repressing', 'repressed', 'repressed', tran, ['6A'] ). -verb( 'reprieve', 'reprieves', 'reprieving', 'reprieved', 'reprieved', tran, ['6A'] ). -verb( 'reprimand', 'reprimands', 'reprimanding', 'reprimanded', 'reprimanded', tran, ['6A'] ). -verb( 'reprint', 'reprints', 'reprinting', 'reprinted', 'reprinted', tran, ['6A'] ). -verb( 'reproach', 'reproaches', 'reproaching', 'reproached', 'reproached', tran, ['6A','14'] ). -verb( 'reprobate', 'reprobates', 'reprobating', 'reprobated', 'reprobated', tran, ['6A'] ). -verb( 'reproduce', 'reproduces', 'reproducing', 'reproduced', 'reproduced', _, ['2A','6A'] ). -verb( 'reproof', 'reproofs', 'reproofing', 'reproofed', 'reproofed', tran, ['6A'] ). -verb( 'reprove', 'reproves', 'reproving', 'reproved', 'reproved', tran, ['6A','14'] ). -verb( 'repudiate', 'repudiates', 'repudiating', 'repudiated', 'repudiated', tran, ['6A'] ). -verb( 'repulse', 'repulses', 'repulsing', 'repulsed', 'repulsed', tran, ['6A'] ). -verb( 'repute', 'reputes', 'reputing', 'reputed', 'reputed', tran, ['25'] ). -verb( 'request', 'requests', 'requesting', 'requested', 'requested', tran, ['6A','9','17'] ). -verb( 'require', 'requires', 'requiring', 'required', 'required', tran, ['6A','6D','9','14','17'] ). -verb( 'requisition', 'requisitions', 'requisitioning', 'requisitioned', 'requisitioned', tran, ['6A','14'] ). -verb( 'requite', 'requites', 'requiting', 'requited', 'requited', tran, ['6A','14'] ). -verb( 'reread', 'rereads', 'rereading', 'reread', 'reread', tran, ['2A','2B','2C','6A','12A','13A','15A','15B','16B'] ). -verb( 'rerun', 'reruns', 'rerunning', 'reran', 'rerun', tran, [] ). -verb( 'rescind', 'rescinds', 'rescinding', 'rescinded', 'rescinded', tran, ['6A'] ). -verb( 'rescue', 'rescues', 'rescuing', 'rescued', 'rescued', tran, ['6A','14'] ). -verb( 'research', 'researches', 'researching', 'researched', 'researched', intran, ['2A','3A'] ). -verb( 'reseat', 'reseats', 'reseating', 'reseated', 'reseated', tran, ['6A'] ). -verb( 'reseed', 'reseeds', 'reseeding', 'reseeded', 'reseeded', tran, ['2A','6A'] ). -verb( 'resell', 'resells', 'reselling', 'resold', 'resold', tran, ['2A','2C','6A','12A','13A','15B'] ). -verb( 'resemble', 'resembles', 'resembling', 'resembled', 'resembled', tran, ['6B'] ). -verb( 'resent', 'resents', 'resenting', 'resented', 'resented', tran, ['6A','6C','19C'] ). -verb( 'reserve', 'reserves', 'reserving', 'reserved', 'reserved', tran, ['6A','14'] ). -verb( 'reset', 'resets', 'resetting', 'reset', 'reset', tran, ['6A'] ). -verb( 'resettle', 'resettles', 'resettling', 'resettled', 'resettled', _, ['2A','6A'] ). -verb( 'reshape', 'reshapes', 'reshaping', 'reshaped', 'reshaped', tran, ['2A','2C','6A','15A'] ). -verb( 'reshuffle', 'reshuffles', 'reshuffling', 'reshuffled', 'reshuffled', tran, ['6A'] ). -verb( 'reside', 'resides', 'residing', 'resided', 'resided', intran, ['2C','3A'] ). -verb( 'resign', 'resigns', 'resigning', 'resigned', 'resigned', _, ['2A','3A','6A','14'] ). -verb( 'resist', 'resists', 'resisting', 'resisted', 'resisted', _, ['2A','6A','6C'] ). -verb( 'resole', 'resoles', 'resoling', 'resoled', 'resoled', tran, ['6A'] ). -verb( 'resolve', 'resolves', 'resolving', 'resolved', 'resolved', _, ['3A','6A','7A','9','14'] ). -verb( 'resonate', 'resonates', 'resonating', 'resonated', 'resonated', _, [] ). -verb( 'resort', 'resorts', 'resorting', 'resorted', 'resorted', intran, ['3A'] ). -verb( 'resound', 'resounds', 'resounding', 'resounded', 'resounded', _, ['2A','2C','3A'] ). -verb( 'respect', 'respects', 'respecting', 'respected', 'respected', tran, ['6A'] ). -verb( 'respire', 'respires', 'respiring', 'respired', 'respired', intran, ['2A'] ). -verb( 'respite', 'respites', 'respiting', 'respited', 'respited', tran, ['6A'] ). -verb( 'respond', 'responds', 'responding', 'responded', 'responded', intran, ['2A','2C','3A','3B'] ). -verb( 'rest', 'rests', 'resting', 'rested', 'rested', _, ['2A','2B','2C','2D','3A','6A','14'] ). -verb( 'restart', 'restarts', 'restarting', 'restarted', 'restarted', _, ['2A','2C','3A','6A','6D','7A','15A','19B'] ). -verb( 'restate', 'restates', 'restating', 'restated', 'restated', tran, ['6A'] ). -verb( 'restock', 'restocks', 'restocking', 'restocked', 'restocked', tran, ['6A'] ). -verb( 'restore', 'restores', 'restoring', 'restored', 'restored', tran, ['6A','14'] ). -verb( 'restrain', 'restrains', 'restraining', 'restrained', 'restrained', tran, ['6A','14'] ). -verb( 'restrict', 'restricts', 'restricting', 'restricted', 'restricted', tran, ['6A','14'] ). -verb( 'restructure', 'restructures', 'restructuring', 'restructured', 'restructured', tran, ['6A'] ). -verb( 'result', 'results', 'resulting', 'resulted', 'resulted', intran, ['2A','3A'] ). -verb( 'resume', 'resumes', 'resuming', 'resumed', 'resumed', tran, ['6A','6D'] ). -verb( 'resurface', 'resurfaces', 'resurfacing', 'resurfaced', 'resurfaced', _, ['2A','6A'] ). -verb( 'resurrect', 'resurrects', 'resurrecting', 'resurrected', 'resurrected', _, ['2A','6A'] ). -verb( 'resuscitate', 'resuscitates', 'resuscitating', 'resuscitated', 'resuscitated', _, ['2A','6A'] ). -verb( 'ret', 'rets', 'retting', 'retted', 'retted', tran, ['6A'] ). -verb( 'retail', 'retails', 'retailing', 'retailed', 'retailed', _, ['3A','6A'] ). -verb( 'retain', 'retains', 'retaining', 'retained', 'retained', tran, ['6A'] ). -verb( 'retake', 'retakes', 'retaking', 'retook', 'retaken', tran, ['6A'] ). -verb( 'retaliate', 'retaliates', 'retaliating', 'retaliated', 'retaliated', intran, ['2A','3A'] ). -verb( 'retard', 'retards', 'retarding', 'retarded', 'retarded', tran, ['6A'] ). -verb( 'retch', 'retches', 'retching', 'retched', 'retched', intran, ['2A'] ). -verb( 'retell', 'retells', 'retelling', 'retold', 'retold', tran, ['6A'] ). -verb( 'rethink', 'rethinks', 'rethinking', 'rethought', 'rethought', _, ['2A','6A'] ). -verb( 'reticulate', 'reticulates', 'reticulating', 'reticulated', 'reticulated', _, ['2A','6A'] ). -verb( 'retire', 'retires', 'retiring', 'retired', 'retired', _, ['2A','2C','3A','6A'] ). -verb( 'retool', 'retools', 'retooling', 'retooled', 'retooled', tran, ['6A'] ). -verb( 'retort', 'retorts', 'retorting', 'retorted', 'retorted', _, ['2A','6A','9','14'] ). -verb( 'retouch', 'retouches', 'retouching', 'retouched', 'retouched', tran, ['6A'] ). -verb( 'retrace', 'retraces', 'retracing', 'retraced', 'retraced', tran, ['6A'] ). -verb( 'retract', 'retracts', 'retracting', 'retracted', 'retracted', _, ['2A','6A'] ). -verb( 'retransmit', 'retransmits', 'retransmitting', 'retransmitted', 'retransmitted', tran, ['6A','14'] ). -verb( 'retread', 'retreads', 'retreading', 'retreaded', 'retreaded', tran, [] ). -verb( 'retreat', 'retreats', 'retreating', 'retreated', 'retreated', intran, ['2A','2C','3A'] ). -verb( 'retrench', 'retrenches', 'retrenching', 'retrenched', 'retrenched', _, ['2A','6A'] ). -verb( 'retrieve', 'retrieves', 'retrieving', 'retrieved', 'retrieved', _, ['2A','6A','14'] ). -verb( 'retrograde', 'retrogrades', 'retrograding', 'retrograded', 'retrograded', intran, ['2A'] ). -verb( 'retrogress', 'retrogresses', 'retrogressing', 'retrogressed', 'retrogressed', intran, ['2A'] ). -verb( 'return', 'returns', 'returning', 'returned', 'returned', _, ['2A','2C','3A','4A','6A','12A','13A','15A','16A'] ). -verb( 'reunite', 'reunites', 'reuniting', 'reunited', 'reunited', _, ['2A','6A'] ). -verb( 'rev', 'revs', 'revving', 'revved', 'revved', _, ['2A','2C','6A','15B'] ). -verb( 'revalue', 'revalues', 'revaluing', 'revalued', 'revalued', tran, ['6A'] ). -verb( 'revamp', 'revamps', 'revamping', 'revamped', 'revamped', tran, ['6A'] ). -verb( 'reveal', 'reveals', 'revealing', 'revealed', 'revealed', tran, ['6A','9','14','25'] ). -verb( 'revel', 'revels', 'revelling', 'revelled', 'revelled', intran, ['2A','2B','2C','3A','15B'] ). -verb( 'revenge', 'revenges', 'revenging', 'revenged', 'revenged', tran, ['6A'] ). -verb( 'reverberate', 'reverberates', 'reverberating', 'reverberated', 'reverberated', _, ['2A','6A'] ). -verb( 'revere', 'reveres', 'revering', 'revered', 'revered', tran, ['6A'] ). -verb( 'reverence', 'reverences', 'reverencing', 'reverenced', 'reverenced', tran, ['6A'] ). -verb( 'reverse', 'reverses', 'reversing', 'reversed', 'reversed', _, ['2A','6A'] ). -verb( 'revert', 'reverts', 'reverting', 'reverted', 'reverted', intran, ['2A','3A'] ). -verb( 'review', 'reviews', 'reviewing', 'reviewed', 'reviewed', _, ['2A','2C','6A'] ). -verb( 'revile', 'reviles', 'reviling', 'reviled', 'reviled', _, ['3A','6A'] ). -verb( 'revise', 'revises', 'revising', 'revised', 'revised', tran, ['6A'] ). -verb( 'revisit', 'revisits', 'revisiting', 'revisited', 'revisited', tran, ['2C','3A','6A','14'] ). -verb( 'revitalize', 'revitalizes', 'revitalizing', 'revitalized', 'revitalized', tran, [] ). -verb( 'revive', 'revives', 'reviving', 'revived', 'revived', _, ['2A','6A'] ). -verb( 'revivify', 'revivifies', 'revivifying', 'revivified', 'revivified', tran, [] ). -verb( 'revoke', 'revokes', 'revoking', 'revoked', 'revoked', _, ['2A','6A'] ). -verb( 'revolt', 'revolts', 'revolting', 'revolted', 'revolted', _, ['2A','3A','6A'] ). -verb( 'revolutionize', 'revolutionizes', 'revolutionizing', 'revolutionized', 'revolutionized', tran, ['6A'] ). -verb( 'revolve', 'revolves', 'revolving', 'revolved', 'revolved', _, ['2A','3A','6A'] ). -verb( 'reward', 'rewards', 'rewarding', 'rewarded', 'rewarded', tran, ['6A','14'] ). -verb( 'rewire', 'rewires', 'rewiring', 'rewired', 'rewired', tran, [] ). -verb( 'reword', 'rewords', 'rewording', 'reworded', 'reworded', tran, ['6A'] ). -verb( 'rewrite', 'rewrites', 'rewriting', 'rewrote', 'rewritten', tran, ['6A'] ). -verb( 'rhapsodize', 'rhapsodizes', 'rhapsodizing', 'rhapsodized', 'rhapsodized', intran, ['2A','3A'] ). -verb( 'rhyme', 'rhymes', 'rhyming', 'rhymed', 'rhymed', _, ['2A','3A','6A'] ). -verb( 'rib', 'ribs', 'ribbing', 'ribbed', 'ribbed', tran, ['6A'] ). -verb( 'rick', 'ricks', 'ricking', 'ricked', 'ricked', tran, ['6A'] ). -verb( 'ricochet', 'ricochets', 'ricocheting', 'ricocheted', 'ricocheted', _, ['2A','6A'] ). -verb( 'rid', 'rids', 'riding', 'rid', 'rid', tran, ['14'] ). -verb( 'riddle', 'riddles', 'riddling', 'riddled', 'riddled', tran, ['6A','14'] ). -verb( 'ride', 'rides', 'riding', 'rode', 'ridden', _, ['2A','2B','2C','2D','3A','4A','6A','15A'] ). -verb( 'ridge', 'ridges', 'ridging', 'ridged', 'ridged', tran, ['6A'] ). -verb( 'ridicule', 'ridicules', 'ridiculing', 'ridiculed', 'ridiculed', tran, [] ). -verb( 'riffle', 'riffles', 'riffling', 'riffled', 'riffled', _, ['3A','6A'] ). -verb( 'rifle', 'rifles', 'rifling', 'rifled', 'rifled', tran, ['6A'] ). -verb( 'rig', 'rigs', 'rigging', 'rigged', 'rigged', _, ['2A','2C','6A','14','15B'] ). -verb( 'right', 'rights', 'righting', 'righted', 'righted', tran, ['6A'] ). -verb( 'rile', 'riles', 'riling', 'riled', 'riled', tran, ['6A'] ). -verb( 'rim', 'rims', 'rimming', 'rimmed', 'rimmed', tran, ['6A'] ). -verb( 'rime', 'rimes', 'riming', 'rimed', 'rimed', tran, ['6A'] ). -verb( 'ring', 'rings', 'ringing', 'ringed', 'ringed', _, ['2A','2B','2C','2D','3A','6A','15A','15B'] ). -verb( 'ring', 'rings', 'ringing', 'rang', 'rung', _, ['2A','2B','2C','2D','3A','6A','15A','15B'] ). -verb( 'rinse', 'rinses', 'rinsing', 'rinsed', 'rinsed', tran, ['6A','15A','15B'] ). -verb( 'riot', 'riots', 'rioting', 'rioted', 'rioted', intran, ['2A','2B','2C','3A'] ). -verb( 'rip', 'rips', 'ripping', 'ripped', 'ripped', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'ripen', 'ripens', 'ripening', 'ripened', 'ripened', _, ['2A','6A'] ). -verb( 'riposte', 'ripostes', 'riposting', 'riposted', 'riposted', intran, [] ). -verb( 'ripple', 'ripples', 'rippling', 'rippled', 'rippled', _, ['2A','6A'] ). -verb( 'rise', 'rises', 'rising', 'rose', 'risen', intran, ['2A','2B','2C','3A','4A'] ). -verb( 'risk', 'risks', 'risking', 'risked', 'risked', tran, ['6A','6D'] ). -verb( 'rival', 'rivals', 'rivalling', 'rivalled', 'rivalled', tran, ['6A','14'] ). -verb( 'rive', 'rives', 'riving', 'rived', 'rived', _, ['6A','15A','15B'] ). -verb( 'rivet', 'rivets', 'riveting', 'riveted', 'riveted', tran, ['6A','15A','15B'] ). -verb( 'roam', 'roams', 'roaming', 'roamed', 'roamed', _, ['2A','2C','6A'] ). -verb( 'roar', 'roars', 'roaring', 'roared', 'roared', _, ['2A','2C','3A','6A','15B','22'] ). -verb( 'roast', 'roasts', 'roasting', 'roasted', 'roasted', _, ['2A','6A'] ). -verb( 'rob', 'robs', 'robbing', 'robbed', 'robbed', tran, ['6A','14'] ). -verb( 'robe', 'robes', 'robing', 'robed', 'robed', _, ['2A','6A','14'] ). -verb( 'rock', 'rocks', 'rocking', 'rocked', 'rocked', _, ['2A','6A','15A'] ). -verb( 'rocket', 'rockets', 'rocketing', 'rocketed', 'rocketed', intran, ['2A'] ). -verb( 'roll', 'rolls', 'rolling', 'rolled', 'rolled', _, ['2A','2B','2C','6A','12B','13B','14','15A','15B','22'] ). -verb( 'romance', 'romances', 'romancing', 'romanced', 'romanced', intran, ['2A'] ). -verb( 'romanticize', 'romanticizes', 'romanticizing', 'romanticized', 'romanticized', _, ['2A','6A'] ). -verb( 'romp', 'romps', 'romping', 'romped', 'romped', intran, ['2A','2C'] ). -verb( 'roof', 'roofs', 'roofing', 'roofed', 'roofed', tran, ['6A','15A','15B'] ). -verb( 'rook', 'rooks', 'rooking', 'rooked', 'rooked', tran, ['6A'] ). -verb( 'room', 'rooms', 'rooming', 'roomed', 'roomed', intran, ['2C'] ). -verb( 'roost', 'roosts', 'roosting', 'roosted', 'roosted', intran, ['2A'] ). -verb( 'root', 'roots', 'rooting', 'rooted', 'rooted', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'rootle', 'rootles', 'rootling', 'rootled', 'rootled', intran, ['2C'] ). -verb( 'rope', 'ropes', 'roping', 'roped', 'roped', tran, ['15A','15B'] ). -verb( 'rosin', 'rosins', 'rosinning', 'rosinned', 'rosinned', tran, ['6A'] ). -verb( 'rot', 'rots', 'rotting', 'rotted', 'rotted', _, ['2A','2C','6A'] ). -verb( 'rotate', 'rotates', 'rotating', 'rotated', 'rotated', _, ['2A','6A'] ). -verb( 'rouge', 'rouges', 'rouging', 'rouged', 'rouged', _, ['2A','6A'] ). -verb( 'rough', 'roughs', 'roughing', 'roughed', 'roughed', tran, ['6A','15B'] ). -verb( 'rough-dry', 'rough-dries', 'rough-drying', 'rough-dried', 'rough-dried', tran, [] ). -verb( 'rough-house', 'rough-houses', 'rough-housing', 'rough-housed', 'rough-housed', _, ['2A','6A'] ). -verb( 'roughcast', 'roughcasts', 'roughcasting', 'roughcast', 'roughcast', tran, [] ). -verb( 'roughen', 'roughens', 'roughening', 'roughened', 'roughened', _, [] ). -verb( 'round', 'rounds', 'rounding', 'rounded', 'rounded', _, ['2C','3A','6A','15B'] ). -verb( 'rouse', 'rouses', 'rousing', 'roused', 'roused', _, ['2A','6A','15A'] ). -verb( 'rout', 'routs', 'routing', 'routed', 'routed', tran, ['6A','15B'] ). -verb( 'route', 'routes', 'routing', 'routed', 'routed', tran, [] ). -verb( 'rove', 'roves', 'roving', 'roved', 'roved', _, ['2A','2C','6A'] ). -verb( 'row', 'rows', 'rowing', 'rowed', 'rowed', _, ['2A','2B','2C','6A','15A','15B'] ). -verb( 'row', 'rows', 'rowing', 'rowed', 'rowed', _, ['2A','3A','6A'] ). -verb( 'rub', 'rubs', 'rubbing', 'rubbed', 'rubbed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'rubber', 'rubbers', 'rubbering', 'rubbered', 'rubbered', tran, ['6A'] ). -verb( 'rubber-stamp', 'rubber-stamps', 'rubber-stamping', 'rubber-stamped', 'rubber-stamped', tran, [] ). -verb( 'rubberize', 'rubberizes', 'rubberizing', 'rubberized', 'rubberized', tran, ['6A'] ). -verb( 'rubberneck', 'rubbernecks', 'rubbernecking', 'rubbernecked', 'rubbernecked', intran, [] ). -verb( 'rubbish', 'rubbishes', 'rubbishing', 'rubbished', 'rubbished', tran, ['6A'] ). -verb( 'ruck', 'rucks', 'rucking', 'rucked', 'rucked', _, ['2A','2C','6A','15B'] ). -verb( 'ruddle', 'ruddles', 'ruddling', 'ruddled', 'ruddled', tran, [] ). -verb( 'rue', 'rues', 'ruing', 'rued', 'rued', tran, ['6A'] ). -verb( 'ruff', 'ruffs', 'ruffing', 'ruffed', 'ruffed', _, [] ). -verb( 'ruffle', 'ruffles', 'ruffling', 'ruffled', 'ruffled', _, ['2A','6A','15B'] ). -verb( 'ruin', 'ruins', 'ruining', 'ruined', 'ruined', tran, ['6A'] ). -verb( 'rule', 'rules', 'ruling', 'ruled', 'ruled', _, ['2A','2B','2C','3A','6A','9','15A','15B','25'] ). -verb( 'rumble', 'rumbles', 'rumbling', 'rumbled', 'rumbled', _, ['2A','2C','15B'] ). -verb( 'ruminate', 'ruminates', 'ruminating', 'ruminated', 'ruminated', intran, ['2A','2B','2C'] ). -verb( 'rummage', 'rummages', 'rummaging', 'rummaged', 'rummaged', _, ['2A','2B','2C','3A','6A','15B'] ). -verb( 'rumour', 'rumours', 'rumouring', 'rumoured', 'rumoured', tran, [] ). -verb( 'rumple', 'rumples', 'rumpling', 'rumpled', 'rumpled', tran, ['6A'] ). -verb( 'run', 'runs', 'running', 'ran', 'run', _, ['2A','2B','2C','2D','2E','3A','4A','6A','14','15A','15B'] ). -verb( 'rupture', 'ruptures', 'rupturing', 'ruptured', 'ruptured', _, ['2A','6A'] ). -verb( 'rush', 'rushes', 'rushing', 'rushed', 'rushed', _, ['2A','2C','4A','6A','15A','15B'] ). -verb( 'rust', 'rusts', 'rusting', 'rusted', 'rusted', _, ['2A','2C','6A'] ). -verb( 'rusticate', 'rusticates', 'rusticating', 'rusticated', 'rusticated', _, ['2A','6A'] ). -verb( 'rustle', 'rustles', 'rustling', 'rustled', 'rustled', _, ['2A','2C','6A','15B'] ). -verb( 'rut', 'ruts', 'rutting', 'rutted', 'rutted', tran, ['2A'] ). -verb( 'sabotage', 'sabotages', 'sabotaging', 'sabotaged', 'sabotaged', tran, ['6A'] ). -verb( 'sabre', 'sabres', 'sabring', 'sabred', 'sabred', tran, [] ). -verb( 'sack', 'sacks', 'sacking', 'sacked', 'sacked', tran, ['6A'] ). -verb( 'sacrifice', 'sacrifices', 'sacrificing', 'sacrificed', 'sacrificed', _, ['3A','6A','14','16A'] ). -verb( 'sadden', 'saddens', 'saddening', 'saddened', 'saddened', _, ['2A','6A'] ). -verb( 'saddle', 'saddles', 'saddling', 'saddled', 'saddled', tran, ['6A','14'] ). -verb( 'safeguard', 'safeguards', 'safeguarding', 'safeguarded', 'safeguarded', tran, ['6A','14'] ). -verb( 'sag', 'sags', 'sagging', 'sagged', 'sagged', intran, ['2A'] ). -verb( 'sail', 'sails', 'sailing', 'sailed', 'sailed', _, ['2A','2B','2C','3A','6A'] ). -verb( 'salaam', 'salaams', 'salaaming', 'salaamed', 'salaamed', intran, [] ). -verb( 'salivate', 'salivates', 'salivating', 'salivated', 'salivated', intran, [] ). -verb( 'sallow', 'sallows', 'sallowing', 'sallowed', 'sallowed', _, [] ). -verb( 'sally', 'sallies', 'sallying', 'sallied', 'sallied', intran, ['2A','2C'] ). -verb( 'salt', 'salts', 'salting', 'salted', 'salted', tran, ['6A','15B'] ). -verb( 'salute', 'salutes', 'saluting', 'saluted', 'saluted', _, ['2A','6A'] ). -verb( 'salvage', 'salvages', 'salvaging', 'salvaged', 'salvaged', tran, ['6A'] ). -verb( 'salve', 'salves', 'salving', 'salved', 'salved', tran, ['6A'] ). -verb( 'sample', 'samples', 'sampling', 'sampled', 'sampled', tran, ['6A'] ). -verb( 'sanctify', 'sanctifies', 'sanctifying', 'sanctified', 'sanctified', tran, ['6A'] ). -verb( 'sanction', 'sanctions', 'sanctioning', 'sanctioned', 'sanctioned', tran, ['6A'] ). -verb( 'sand', 'sands', 'sanding', 'sanded', 'sanded', tran, ['6A'] ). -verb( 'sandblast', 'sandblasts', 'sandblasting', 'sandblasted', 'sandblasted', tran, ['6A'] ). -verb( 'sandpaper', 'sandpapers', 'sandpapering', 'sandpapered', 'sandpapered', tran, ['6A'] ). -verb( 'sandwich', 'sandwiches', 'sandwiching', 'sandwiched', 'sandwiched', tran, ['6A','14'] ). -verb( 'sap', 'saps', 'sapping', 'sapped', 'sapped', _, ['2A','6A'] ). -verb( 'sate', 'sates', 'sating', 'sated', 'sated', tran, ['6A'] ). -verb( 'satiate', 'satiates', 'satiating', 'satiated', 'satiated', tran, ['6A'] ). -verb( 'satirize', 'satirizes', 'satirizing', 'satirized', 'satirized', tran, ['6A'] ). -verb( 'satisfy', 'satisfies', 'satisfying', 'satisfied', 'satisfied', _, ['2A','6A','11','14'] ). -verb( 'saturate', 'saturates', 'saturating', 'saturated', 'saturated', tran, ['6A','14'] ). -verb( 'sauce', 'sauces', 'saucing', 'sauced', 'sauced', tran, ['6A'] ). -verb( 'saunter', 'saunters', 'sauntering', 'sauntered', 'sauntered', intran, ['2A','2C'] ). -verb( 'saut_e', 'saut_es', 'saut_eing', 'saut_eed', 'saut_eed', tran, [] ). -verb( 'savage', 'savages', 'savaging', 'savaged', 'savaged', tran, ['6A'] ). -verb( 'save', 'saves', 'saving', 'saved', 'saved', _, ['2A','2C','3A','6A','6D','12B','12C','13B','14','15B'] ). -verb( 'savour', 'savours', 'savouring', 'savoured', 'savoured', _, ['3A','6A'] ). -verb( 'savvy', 'savvies', 'savvying', 'savvyed', 'savvyed', intran, [] ). -verb( 'saw', 'saws', 'sawing', 'sawed', 'sawed', _, ['2A','2B','2C','4A','6A','8','9','10','15A','15B','16B','18A','19A','22','24A'] ). -verb( 'say', 'says', 'saying', 'said', 'said', _, ['6A','9','10','14'] ). -verb( 'scald', 'scalds', 'scalding', 'scalded', 'scalded', tran, ['6A'] ). -verb( 'scale', 'scales', 'scaling', 'scaled', 'scaled', _, ['2B','2C','6A','15A','15B'] ). -verb( 'scallop', 'scallops', 'scalloping', 'scalloped', 'scalloped', tran, ['6A'] ). -verb( 'scalp', 'scalps', 'scalping', 'scalped', 'scalped', tran, ['6A'] ). -verb( 'scamp', 'scamps', 'scamping', 'scamped', 'scamped', tran, ['6A'] ). -verb( 'scamper', 'scampers', 'scampering', 'scampered', 'scampered', intran, ['2A','2C'] ). -verb( 'scan', 'scans', 'scanning', 'scanned', 'scanned', _, ['2A','6A'] ). -verb( 'scandalize', 'scandalizes', 'scandalizing', 'scandalized', 'scandalized', tran, ['6A'] ). -verb( 'scant', 'scants', 'scanting', 'scanted', 'scanted', tran, ['6A'] ). -verb( 'scar', 'scars', 'scarring', 'scarred', 'scarred', _, ['2C','6A'] ). -verb( 'scare', 'scares', 'scaring', 'scared', 'scared', _, ['2A','6A','15A','15B'] ). -verb( 'scarify', 'scarifies', 'scarifying', 'scarified', 'scarified', tran, ['6A'] ). -verb( 'scarper', 'scarpers', 'scarpering', 'scarpered', 'scarpered', intran, ['2A'] ). -verb( 'scatter', 'scatters', 'scattering', 'scattered', 'scattered', _, ['2A','2C','6A','15A','15B'] ). -verb( 'scavenge', 'scavenges', 'scavenging', 'scavenged', 'scavenged', intran, ['2A','3A'] ). -verb( 'scent', 'scents', 'scenting', 'scented', 'scented', tran, ['6A'] ). -verb( 'schedule', 'schedules', 'scheduling', 'scheduled', 'scheduled', tran, ['6A','7A','14'] ). -verb( 'scheme', 'schemes', 'scheming', 'schemed', 'schemed', _, ['2A','3A','4A','6A'] ). -verb( 'school', 'schools', 'schooling', 'schooled', 'schooled', tran, ['6A','15A'] ). -verb( 'scintillate', 'scintillates', 'scintillating', 'scintillated', 'scintillated', intran, ['2A'] ). -verb( 'scoff', 'scoffs', 'scoffing', 'scoffed', 'scoffed', _, ['2A','3A'] ). -verb( 'scold', 'scolds', 'scolding', 'scolded', 'scolded', _, ['2A','6A','14'] ). -verb( 'scollop', 'scollops', 'scolloping', 'scolloped', 'scolloped', tran, [] ). -verb( 'scoop', 'scoops', 'scooping', 'scooped', 'scooped', tran, ['6A','15B'] ). -verb( 'scoot', 'scoots', 'scooting', 'scooted', 'scooted', intran, [] ). -verb( 'scorch', 'scorches', 'scorching', 'scorched', 'scorched', _, ['2A','2C','6A'] ). -verb( 'score', 'scores', 'scoring', 'scored', 'scored', _, ['2A','3A','6A','15A','15B'] ). -verb( 'scorn', 'scorns', 'scorning', 'scorned', 'scorned', tran, ['6A','6D','7A'] ). -verb( 'scotch', 'scotches', 'scotching', 'scotched', 'scotched', tran, ['6A'] ). -verb( 'scour', 'scours', 'scouring', 'scoured', 'scoured', _, ['2C','6A','15A','15B'] ). -verb( 'scourge', 'scourges', 'scourging', 'scourged', 'scourged', tran, ['6A'] ). -verb( 'scout', 'scouts', 'scouting', 'scouted', 'scouted', _, ['2C','6A'] ). -verb( 'scowl', 'scowls', 'scowling', 'scowled', 'scowled', intran, ['2A','3A'] ). -verb( 'scrabble', 'scrabbles', 'scrabbling', 'scrabbled', 'scrabbled', intran, ['2A','2C'] ). -verb( 'scrag', 'scrags', 'scragging', 'scragged', 'scragged', tran, [] ). -verb( 'scram', 'scrams', 'scramming', 'scrammed', 'scrammed', intran, [] ). -verb( 'scramble', 'scrambles', 'scrambling', 'scrambled', 'scrambled', _, ['2A','2C','3A','4A','6A'] ). -verb( 'scrap', 'scraps', 'scrapping', 'scrapped', 'scrapped', tran, ['6A'] ). -verb( 'scrape', 'scrapes', 'scraping', 'scraped', 'scraped', _, ['2C','3A','6A','14','15A','15B','22'] ). -verb( 'scratch', 'scratches', 'scratching', 'scratched', 'scratched', _, ['2A','2C','6A','15B'] ). -verb( 'scrawl', 'scrawls', 'scrawling', 'scrawled', 'scrawled', _, ['2A','2C','6A'] ). -verb( 'scream', 'screams', 'screaming', 'screamed', 'screamed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'screech', 'screeches', 'screeching', 'screeched', 'screeched', _, ['2A','2C','6A','15A','15B'] ). -verb( 'screen', 'screens', 'screening', 'screened', 'screened', _, ['2C','6A','14','15A','15B'] ). -verb( 'screw', 'screws', 'screwing', 'screwed', 'screwed', _, ['2A','6A','15A','15B'] ). -verb( 'scribble', 'scribbles', 'scribbling', 'scribbled', 'scribbled', _, ['2A','6A'] ). -verb( 'scrimmage', 'scrimmages', 'scrimmaging', 'scrimmaged', 'scrimmaged', _, [] ). -verb( 'scrimp', 'scrimps', 'scrimping', 'scrimped', 'scrimped', _, [] ). -verb( 'scrimshank', 'scrimshanks', 'scrimshanking', 'scrimshanked', 'scrimshanked', intran, [] ). -verb( 'scrounge', 'scrounges', 'scrounging', 'scrounged', 'scrounged', _, ['2A','6A'] ). -verb( 'scrub', 'scrubs', 'scrubbing', 'scrubbed', 'scrubbed', _, ['2A','2C','6A','15B','22'] ). -verb( 'scrunch', 'scrunches', 'scrunching', 'scrunched', 'scrunched', tran, [] ). -verb( 'scruple', 'scruples', 'scrupling', 'scrupled', 'scrupled', intran, ['4C'] ). -verb( 'scrutinize', 'scrutinizes', 'scrutinizing', 'scrutinized', 'scrutinized', tran, ['6A'] ). -verb( 'scud', 'scuds', 'scudding', 'scudded', 'scudded', intran, ['2A','2C'] ). -verb( 'scuff', 'scuffs', 'scuffing', 'scuffed', 'scuffed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'scuffle', 'scuffles', 'scuffling', 'scuffled', 'scuffled', intran, ['2A','2C'] ). -verb( 'scull', 'sculls', 'sculling', 'sculled', 'sculled', _, ['2A','6A'] ). -verb( 'sculpt', 'sculpts', 'sculpting', 'sculpted', 'sculpted', _, [] ). -verb( 'sculpture', 'sculptures', 'sculpturing', 'sculptured', 'sculptured', _, ['2A','6A'] ). -verb( 'scupper', 'scuppers', 'scuppering', 'scuppered', 'scuppered', tran, [] ). -verb( 'scurry', 'scurries', 'scurrying', 'scurried', 'scurried', intran, ['2A','2C','3A'] ). -verb( 'scuttle', 'scuttles', 'scuttling', 'scuttled', 'scuttled', _, ['2A','2C','6A'] ). -verb( 'scythe', 'scythes', 'scything', 'scythed', 'scythed', tran, ['6A','15A'] ). -verb( 'seal', 'seals', 'sealing', 'sealed', 'sealed', _, ['2A','6A','15A','15B'] ). -verb( 'seam', 'seams', 'seaming', 'seamed', 'seamed', tran, [] ). -verb( 'sear', 'sears', 'searing', 'seared', 'seared', tran, ['6A'] ). -verb( 'search', 'searches', 'searching', 'searched', 'searched', _, ['2A','3A','6A','14','15A','15B'] ). -verb( 'season', 'seasons', 'seasoning', 'seasoned', 'seasoned', _, ['2A','6A','14'] ). -verb( 'seat', 'seats', 'seating', 'seated', 'seated', tran, ['6A'] ). -verb( 'secede', 'secedes', 'seceding', 'seceded', 'seceded', intran, ['2A','3A'] ). -verb( 'seclude', 'secludes', 'secluding', 'secluded', 'secluded', tran, ['6A','14','15A'] ). -verb( 'second', 'seconds', 'seconding', 'seconded', 'seconded', tran, ['6A'] ). -verb( 'second', 'seconds', 'seconding', 'seconded', 'seconded', tran, ['6A','15A'] ). -verb( 'secrete', 'secretes', 'secreting', 'secreted', 'secreted', tran, ['6A'] ). -verb( 'secularize', 'secularizes', 'secularizing', 'secularized', 'secularized', tran, ['6A'] ). -verb( 'secure', 'secures', 'securing', 'secured', 'secured', tran, ['6A','12B','13B','14'] ). -verb( 'sedate', 'sedates', 'sedating', 'sedated', 'sedated', tran, ['6A'] ). -verb( 'seduce', 'seduces', 'seducing', 'seduced', 'seduced', tran, ['6A','14'] ). -verb( 'see', 'sees', 'seeing', 'saw', 'seen', _, ['2A','2B','2C','4A','6A','8','9','10','15A','16B','18A','19A','22','24A'] ). -verb( 'seed', 'seeds', 'seeding', 'seeded', 'seeded', _, ['2A','6A'] ). -verb( 'seek', 'seeks', 'seeking', 'sought', 'sought', tran, ['2A','3A','6A','7A','15A'] ). -verb( 'seem', 'seems', 'seeming', 'seemed', 'seemed', intran, ['2A','4D','4E'] ). -verb( 'seep', 'seeps', 'seeping', 'seeped', 'seeped', intran, ['2C'] ). -verb( 'seesaw', 'seesaws', 'seesawing', 'seesawed', 'seesawed', intran, [] ). -verb( 'seethe', 'seethes', 'seething', 'seethed', 'seethed', _, ['2A','3A','6A'] ). -verb( 'segment', 'segments', 'segmenting', 'segmented', 'segmented', _, [] ). -verb( 'segregate', 'segregates', 'segregating', 'segregated', 'segregated', tran, ['6A'] ). -verb( 'seine', 'seines', 'seining', 'seined', 'seined', _, [] ). -verb( 'seize', 'seizes', 'seizing', 'seized', 'seized', _, ['2A','2C','3A','6A','15A'] ). -verb( 'select', 'selects', 'selecting', 'selected', 'selected', tran, ['6A','15A','16A'] ). -verb( 'sell', 'sells', 'selling', 'sold', 'sold', _, ['2A','2C','6A','12A','13A','15B'] ). -verb( 'semaphore', 'semaphores', 'semaphoring', 'semaphored', 'semaphored', _, ['2A','6A'] ). -verb( 'send', 'sends', 'sending', 'sent', 'sent', _, ['2C','3A','6A','12A','13A','15A','15B','19B','22'] ). -verb( 'sense', 'senses', 'sensing', 'sensed', 'sensed', tran, ['6A','9'] ). -verb( 'sensitize', 'sensitizes', 'sensitizing', 'sensitized', 'sensitized', tran, ['6A'] ). -verb( 'sentence', 'sentences', 'sentencing', 'sentenced', 'sentenced', tran, ['6A','14','17'] ). -verb( 'sentimentalize', 'sentimentalizes', 'sentimentalizing', 'sentimentalized', 'sentimentalized', _, ['2A','6A'] ). -verb( 'separate', 'separates', 'separating', 'separated', 'separated', _, ['2A','6A','14','15B'] ). -verb( 'sequester', 'sequesters', 'sequestering', 'sequestered', 'sequestered', tran, ['6A'] ). -verb( 'sequestrate', 'sequestrates', 'sequestrating', 'sequestrated', 'sequestrated', tran, ['6A'] ). -verb( 'serenade', 'serenades', 'serenading', 'serenaded', 'serenaded', tran, ['6A'] ). -verb( 'serialize', 'serializes', 'serializing', 'serialized', 'serialized', tran, ['6A'] ). -verb( 'sermonize', 'sermonizes', 'sermonizing', 'sermonized', 'sermonized', _, ['2A','6A'] ). -verb( 'serve', 'serves', 'serving', 'served', 'served', _, ['2A','2B','2C','3A','4A','6A','14','15A','15B'] ). -verb( 'service', 'services', 'servicing', 'serviced', 'serviced', tran, ['6A'] ). -verb( 'set', 'sets', 'setting', 'set', 'set', _, ['2A','2C','3A','6A','12C','14','15A','16A','17','19B','22'] ). -verb( 'settle', 'settles', 'settling', 'settled', 'settled', _, ['2A','2C','3A','6A','7A','8','10','14','15A','15B'] ). -verb( 'sever', 'severs', 'severing', 'severed', 'severed', _, ['2A','6A','15A'] ). -verb( 'sew', 'sews', 'sewing', 'sewed', 'sewn', _, ['2A','2B','2C','6A','15B'] ). -verb( 'sex', 'sexes', 'sexing', 'sexed', 'sexed', tran, ['6A'] ). -verb( 'shack', 'shacks', 'shacking', 'shacked', 'shacked', intran, ['2C'] ). -verb( 'shackle', 'shackles', 'shackling', 'shackled', 'shackled', tran, ['6A'] ). -verb( 'shade', 'shades', 'shading', 'shaded', 'shaded', _, ['2C','6A','15A'] ). -verb( 'shadow', 'shadows', 'shadowing', 'shadowed', 'shadowed', tran, ['6A'] ). -verb( 'shag', 'shags', 'shagging', 'shagged', 'shagged', _, ['6A'] ). -verb( 'shake', 'shakes', 'shaking', 'shook', 'shaken', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'shall', 'shall', '-', '-', '-', unknown, [] ). -verb( 'shallow', 'shallows', 'shallowing', 'shallowed', 'shallowed', intran, [] ). -verb( 'sham', 'shams', 'shamming', 'shammed', 'shammed', _, ['2A','2D','6A'] ). -verb( 'shamble', 'shambles', 'shambling', 'shambled', 'shambled', intran, ['2A','2C'] ). -verb( 'shame', 'shames', 'shaming', 'shamed', 'shamed', tran, ['6A','14'] ). -verb( 'shampoo', 'shampoos', 'shampooing', 'shampooed', 'shampooed', tran, ['6A'] ). -verb( 'shanghai', 'shanghais', 'shanghaiing', 'shanghaied', 'shanghaied', tran, [] ). -verb( 'shape', 'shapes', 'shaping', 'shaped', 'shaped', _, ['2A','2C','6A','15A'] ). -verb( 'share', 'shares', 'sharing', 'shared', 'shared', _, ['3A','6A','14','15B'] ). -verb( 'sharpen', 'sharpens', 'sharpening', 'sharpened', 'sharpened', _, ['2A','6A'] ). -verb( 'shatter', 'shatters', 'shattering', 'shattered', 'shattered', _, ['2A','6A'] ). -verb( 'shave', 'shaves', 'shaving', 'shaved', 'shaved', _, ['2A','6A','15A','15B'] ). -verb( 'shear', 'shears', 'shearing', 'sheared', 'sheared', tran, ['6A'] ). -verb( 'sheathe', 'sheathes', 'sheathing', 'sheathed', 'sheathed', tran, ['6A'] ). -verb( 'shed', 'sheds', 'shedding', 'shed', 'shed', tran, ['6A'] ). -verb( 'sheer', 'sheers', 'sheering', 'sheered', 'sheered', intran, ['2C'] ). -verb( 'shell', 'shells', 'shelling', 'shelled', 'shelled', _, ['2C','6A','15B'] ). -verb( 'shellac', 'shellacs', 'shellacking', 'shellacked', 'shellacked', tran, [] ). -verb( 'shelter', 'shelters', 'sheltering', 'sheltered', 'sheltered', _, ['2A','2C','6A','14'] ). -verb( 'shelve', 'shelves', 'shelving', 'shelved', 'shelved', _, ['2A','2C','6A'] ). -verb( 'shepherd', 'shepherds', 'shepherding', 'shepherded', 'shepherded', tran, ['6A','15A'] ). -verb( 'shew', 'shews', 'shewing', 'shewed', 'shewed', _, ['2A','2C','6A','9','10','12A','13A','14','15A','15B','19B','20','21','24A','25'] ). -verb( 'shield', 'shields', 'shielding', 'shielded', 'shielded', tran, ['6A','15A'] ). -verb( 'shift', 'shifts', 'shifting', 'shifted', 'shifted', _, ['2A','2C','6A','14','15A'] ). -verb( 'shillyshally', 'shillyshallies', 'shillyshallying', 'shillyshallied', 'shillyshallied', intran, ['2A'] ). -verb( 'shimmer', 'shimmers', 'shimmering', 'shimmered', 'shimmered', intran, ['2A','2C'] ). -verb( 'shin', 'shins', 'shinning', 'shinned', 'shinned', intran, ['3A'] ). -verb( 'shine', 'shines', 'shining', 'shone', 'shone', _, ['2A','2C','6A'] ). -verb( 'shingle', 'shingles', 'shingling', 'shingled', 'shingled', tran, ['6A'] ). -verb( 'ship', 'ships', 'shipping', 'shipped', 'shipped', _, ['2C','6A','15A','15B'] ). -verb( 'shipwreck', 'shipwrecks', 'shipwrecking', 'shipwrecked', 'shipwrecked', intran, [] ). -verb( 'shirk', 'shirks', 'shirking', 'shirked', 'shirked', _, ['2A','6A','6D'] ). -verb( 'shit', 'shits', 'shitting', 'shitted', 'shitted', intran, ['2A','3A'] ). -verb( 'shiver', 'shivers', 'shivering', 'shivered', 'shivered', _, ['2A','2C','15A'] ). -verb( 'shoal', 'shoals', 'shoaling', 'shoaled', 'shoaled', intran, ['2A'] ). -verb( 'shock', 'shocks', 'shocking', 'shocked', 'shocked', tran, ['6A'] ). -verb( 'shoe', 'shoes', 'shoeing', 'shod', 'shod', tran, ['6A'] ). -verb( 'shoo', 'shoos', 'shooing', 'shooed', 'shooed', _, ['15B'] ). -verb( 'shoot', 'shoots', 'shooting', 'shot', 'shot', _, ['2A','2C','4A','6A','15A','15B'] ). -verb( 'shop', 'shops', 'shopping', 'shopped', 'shopped', intran, ['2A','2C'] ). -verb( 'shoplift', 'shoplifts', 'shoplifting', 'shoplifted', 'shoplifted', _, ['2A','6A'] ). -verb( 'shore', 'shores', 'shoring', 'shored', 'shored', tran, ['15B'] ). -verb( 'short', 'shorts', 'shorting', 'shorted', 'shorted', _, [] ). -verb( 'short-change', 'short-changes', 'short-changing', 'short-changed', 'short-changed', tran, [] ). -verb( 'short-circuit', 'short-circuits', 'short-circuiting', 'short-circuited', 'short-circuited', _, [] ). -verb( 'shorten', 'shortens', 'shortening', 'shortened', 'shortened', _, ['2A','6A'] ). -verb( 'shortlist', 'shortlists', 'shortlisting', 'shortlisted', 'shortlisted', tran, [] ). -verb( 'should', 'should', '-', '-', '-', unknown, [] ). -verb( 'shoulder', 'shoulders', 'shouldering', 'shouldered', 'shouldered', tran, ['6A','15A'] ). -verb( 'shout', 'shouts', 'shouting', 'shouted', 'shouted', _, ['2A','2B','2C','3A','4B','6A','15A','15B','22'] ). -verb( 'shove', 'shoves', 'shoving', 'shoved', 'shoved', _, ['2A','2C','6A','15A','15B'] ). -verb( 'shovel', 'shovels', 'shovelling', 'shovelled', 'shovelled', tran, ['6A','15A','15B'] ). -verb( 'show', 'shows', 'showing', 'showed', 'showed', _, ['2A','2C','6A','9','10','12A','13A','14','15A','15B','19B','20','21','24A','25'] ). -verb( 'shower', 'showers', 'showering', 'showered', 'showered', _, ['2C','14'] ). -verb( 'shred', 'shreds', 'shredding', 'shredded', 'shredded', tran, ['6A'] ). -verb( 'shriek', 'shrieks', 'shrieking', 'shrieked', 'shrieked', _, ['2A','2C','6A','15B'] ). -verb( 'shrill', 'shrills', 'shrilling', 'shrilled', 'shrilled', _, [] ). -verb( 'shrimp', 'shrimps', 'shrimping', 'shrimped', 'shrimped', intran, [] ). -verb( 'shrine', 'shrines', 'shrining', 'shrined', 'shrined', tran, [] ). -verb( 'shrink', 'shrinks', 'shrinking', 'shrank', 'shrunk', _, ['2A','2C','3A','6A'] ). -verb( 'shrive', 'shrives', 'shriving', 'shrived', 'shrived', tran, ['6A'] ). -verb( 'shrivel', 'shrivels', 'shrivelling', 'shrivelled', 'shrivelled', _, ['2A','2C','6A','15B'] ). -verb( 'shroud', 'shrouds', 'shrouding', 'shrouded', 'shrouded', tran, ['6A','15A'] ). -verb( 'shrug', 'shrugs', 'shrugging', 'shrugged', 'shrugged', tran, ['6A','15B'] ). -verb( 'shuck', 'shucks', 'shucking', 'shucked', 'shucked', tran, ['6A'] ). -verb( 'shudder', 'shudders', 'shuddering', 'shuddered', 'shuddered', intran, ['2A','2C','4C'] ). -verb( 'shuffle', 'shuffles', 'shuffling', 'shuffled', 'shuffled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'shun', 'shuns', 'shunning', 'shunned', 'shunned', tran, ['6A','6D'] ). -verb( 'shunt', 'shunts', 'shunting', 'shunted', 'shunted', _, ['2A','6A','15A','15B'] ). -verb( 'shush', 'shushes', 'shushing', 'shushed', 'shushed', _, [] ). -verb( 'shut', 'shuts', 'shutting', 'shut', 'shut', _, ['2A','2C','6A','15A','15B'] ). -verb( 'shutter', 'shutters', 'shuttering', 'shuttered', 'shuttered', tran, ['6A'] ). -verb( 'shuttle', 'shuttles', 'shuttling', 'shuttled', 'shuttled', _, ['2C','6A','15A'] ). -verb( 'shy', 'shies', 'shying', 'shied', 'shied', _, ['2A','3A','6A','15A'] ). -verb( 'sick', 'sicks', 'sicking', 'sicked', 'sicked', tran, [] ). -verb( 'sicken', 'sickens', 'sickening', 'sickened', 'sickened', _, ['2A','3A','4C','6A'] ). -verb( 'side', 'sides', 'siding', 'sided', 'sided', intran, ['3A'] ). -verb( 'side-slip', 'side-slips', 'side-slipping', 'side-slipped', 'side-slipped', intran, [] ). -verb( 'sidestep', 'sidesteps', 'sidestepping', 'sidestepped', 'sidestepped', _, ['2A','6A'] ). -verb( 'sidetrack', 'sidetracks', 'sidetracking', 'sidetracked', 'sidetracked', tran, ['6A'] ). -verb( 'sidle', 'sidles', 'sidling', 'sidled', 'sidled', intran, ['2C'] ). -verb( 'sieve', 'sieves', 'sieving', 'sieved', 'sieved', tran, ['6A'] ). -verb( 'sift', 'sifts', 'sifting', 'sifted', 'sifted', _, ['2C','6A','14','15A','15B'] ). -verb( 'sigh', 'sighs', 'sighing', 'sighed', 'sighed', _, ['2A','3A','6A','15B'] ). -verb( 'sight', 'sights', 'sighting', 'sighted', 'sighted', tran, ['6A'] ). -verb( 'sign', 'signs', 'signing', 'signed', 'signed', _, ['2A','2C','3A','6A','15B'] ). -verb( 'signal', 'signals', 'signalling', 'signalled', 'signalled', _, ['2A','2C','6A','9','17'] ). -verb( 'signalize', 'signalizes', 'signalizing', 'signalized', 'signalized', tran, ['6A'] ). -verb( 'signify', 'signifies', 'signifying', 'signified', 'signified', _, ['2A','2C','6A','9','15A'] ). -verb( 'signpost', 'signposts', 'signposting', 'signposted', 'signposted', tran, [] ). -verb( 'silence', 'silences', 'silencing', 'silenced', 'silenced', tran, ['6A'] ). -verb( 'silhouette', 'silhouettes', 'silhouetting', 'silhouetted', 'silhouetted', tran, [] ). -verb( 'silt', 'silts', 'silting', 'silted', 'silted', _, ['2C','15B'] ). -verb( 'silver', 'silvers', 'silvering', 'silvered', 'silvered', _, ['2A','6A'] ). -verb( 'simmer', 'simmers', 'simmering', 'simmered', 'simmered', _, ['2A','2B','2C','6A','15A'] ). -verb( 'simper', 'simpers', 'simpering', 'simpered', 'simpered', intran, ['2A'] ). -verb( 'simplify', 'simplifies', 'simplifying', 'simplified', 'simplified', tran, ['6A'] ). -verb( 'simulate', 'simulates', 'simulating', 'simulated', 'simulated', tran, ['6A'] ). -verb( 'sin', 'sins', 'sinning', 'sinned', 'sinned', intran, ['2A','3A'] ). -verb( 'sing', 'sings', 'singing', 'sang', 'sung', _, ['2A','2C','3A','6A','12B','13B','15A'] ). -verb( 'singe', 'singes', 'singeing', 'singed', 'singed', _, ['2A','6A'] ). -verb( 'single', 'singles', 'singling', 'singled', 'singled', tran, ['15B'] ). -verb( 'singularize', 'singularizes', 'singularizing', 'singularized', 'singularized', tran, [] ). -verb( 'sink', 'sinks', 'sinking', 'sank', 'sunk', _, ['2A','2C','3A','6A','14','15A'] ). -verb( 'sip', 'sips', 'sipping', 'sipped', 'sipped', _, ['2A','6A','15B'] ). -verb( 'siphon', 'siphons', 'siphoning', 'siphoned', 'siphoned', _, ['15B'] ). -verb( 'sire', 'sires', 'siring', 'sired', 'sired', tran, ['6A'] ). -verb( 'sit', 'sits', 'siting', 'sat', 'sat', _, ['2A','2C','3A','6A','15B'] ). -verb( 'site', 'sites', 'siting', 'sited', 'sited', intran, ['6A'] ). -verb( 'size', 'sizes', 'sizing', 'sized', 'sized', tran, ['6A','15B'] ). -verb( 'sizzle', 'sizzles', 'sizzling', 'sizzled', 'sizzled', intran, ['6A'] ). -verb( 'skate', 'skates', 'skating', 'skated', 'skated', intran, ['2A','2C'] ). -verb( 'skedaddle', 'skedaddles', 'skedaddling', 'skedaddled', 'skedaddled', intran, ['2A'] ). -verb( 'sketch', 'sketches', 'sketching', 'sketched', 'sketched', _, ['2A','6A','15B'] ). -verb( 'skewer', 'skewers', 'skewering', 'skewered', 'skewered', tran, ['6A'] ). -verb( 'ski', 'skis', 'skiing', 'ski\'d', 'ski\'d', intran, [] ). -verb( 'skid', 'skids', 'skidding', 'skidded', 'skidded', intran, ['2A'] ). -verb( 'skim', 'skims', 'skimming', 'skimmed', 'skimmed', _, ['2C','3A','6A','14','15A','15B'] ). -verb( 'skimp', 'skimps', 'skimping', 'skimped', 'skimped', _, ['2A','6A'] ). -verb( 'skin', 'skins', 'skinning', 'skinned', 'skinned', _, ['2C','6A','14'] ). -verb( 'skip', 'skips', 'skipping', 'skipped', 'skipped', _, ['2A','2C','6A'] ). -verb( 'skipper', 'skippers', 'skippering', 'skippered', 'skippered', tran, [] ). -verb( 'skirmish', 'skirmishes', 'skirmishing', 'skirmished', 'skirmished', intran, ['2A','2C'] ). -verb( 'skirt', 'skirts', 'skirting', 'skirted', 'skirted', _, ['2C','6A'] ). -verb( 'skitter', 'skitters', 'skittering', 'skittered', 'skittered', intran, ['2A'] ). -verb( 'skittle', 'skittles', 'skittling', 'skittled', 'skittled', tran, ['15B'] ). -verb( 'skulk', 'skulks', 'skulking', 'skulked', 'skulked', intran, ['2A','2C'] ). -verb( 'sky', 'skies', 'skying', 'skied', 'skied', tran, [] ). -verb( 'skylark', 'skylarks', 'skylarking', 'skylarked', 'skylarked', intran, [] ). -verb( 'skyrocket', 'skyrockets', 'skyrocketing', 'skyrocketed', 'skyrocketed', intran, [] ). -verb( 'slack', 'slacks', 'slacking', 'slacked', 'slacked', intran, ['2A','2C'] ). -verb( 'slacken', 'slackens', 'slackening', 'slackened', 'slackened', _, ['2A','6A'] ). -verb( 'slake', 'slakes', 'slaking', 'slaked', 'slaked', tran, ['6A'] ). -verb( 'slam', 'slams', 'slamming', 'slammed', 'slammed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'slander', 'slanders', 'slandering', 'slandered', 'slandered', tran, ['6A'] ). -verb( 'slang', 'slangs', 'slanging', 'slanged', 'slanged', tran, ['6A'] ). -verb( 'slant', 'slants', 'slanting', 'slanted', 'slanted', _, ['2A','2C','6A'] ). -verb( 'slap', 'slaps', 'slapping', 'slapped', 'slapped', tran, ['6A','15A','15B'] ). -verb( 'slash', 'slashes', 'slashing', 'slashed', 'slashed', _, ['2C','6A'] ). -verb( 'slate', 'slates', 'slating', 'slated', 'slated', tran, ['6A'] ). -verb( 'slaughter', 'slaughters', 'slaughtering', 'slaughtered', 'slaughtered', tran, ['6A'] ). -verb( 'slave', 'slaves', 'slaving', 'slaved', 'slaved', intran, ['2A','2B','2C','3A'] ). -verb( 'slaver', 'slavers', 'slavering', 'slavered', 'slavered', intran, ['2A','2C'] ). -verb( 'slay', 'slays', 'slaying', 'slew', 'slain', tran, ['6A'] ). -verb( 'sledge', 'sledges', 'sledging', 'sledged', 'sledged', _, [] ). -verb( 'sleek', 'sleeks', 'sleeking', 'sleeked', 'sleeked', tran, ['6A'] ). -verb( 'sleep', 'sleeps', 'sleeping', 'slept', 'slept', _, ['2A','2B','2C','6A'] ). -verb( 'sleet', 'sleets', 'sleeting', 'sleeted', 'sleeted', intran, ['2A'] ). -verb( 'sleigh', 'sleighs', 'sleighing', 'sleighed', 'sleighed', _, ['2A','6A'] ). -verb( 'slenderize', 'slenderizes', 'slenderizing', 'slenderized', 'slenderized', _, ['6A'] ). -verb( 'slew', 'slews', 'slewing', 'slewed', 'slewed', _, ['2C','6A','15B'] ). -verb( 'slice', 'slices', 'slicing', 'sliced', 'sliced', _, ['3A','6A','15A','15B','22'] ). -verb( 'slide', 'slides', 'sliding', 'slid', 'slid', _, ['2A','2C','3A','6A','15A'] ). -verb( 'slight', 'slights', 'slighting', 'slighted', 'slighted', tran, ['6A'] ). -verb( 'slim', 'slims', 'slimming', 'slimmed', 'slimmed', intran, [] ). -verb( 'sling', 'slings', 'slinging', 'slung', 'slung', _, ['6A','15A','15B'] ). -verb( 'slink', 'slinks', 'slinking', 'slunk', 'slunk', intran, ['2C'] ). -verb( 'slip', 'slips', 'slipping', 'slipped', 'slipped', _, ['2A','2C','6A','15A','15B'] ). -verb( 'slit', 'slits', 'slitting', 'slit', 'slit', tran, ['2A','2C','6A','15A','22'] ). -verb( 'slither', 'slithers', 'slithering', 'slithered', 'slithered', intran, ['2A','2C'] ). -verb( 'sliver', 'slivers', 'slivering', 'slivered', 'slivered', _, ['2A','6A'] ). -verb( 'slobber', 'slobbers', 'slobbering', 'slobbered', 'slobbered', _, ['2A','3A','6A'] ). -verb( 'slog', 'slogs', 'slogging', 'slogged', 'slogged', _, ['2C','3A','6A'] ). -verb( 'slop', 'slops', 'slopping', 'slopped', 'slopped', _, ['2A','2C','6A','15A'] ). -verb( 'slope', 'slopes', 'sloping', 'sloped', 'sloped', _, ['2A','2C','6A'] ). -verb( 'slosh', 'sloshes', 'sloshing', 'sloshed', 'sloshed', _, ['3A','6A','15A','15B'] ). -verb( 'slot', 'slots', 'slotting', 'slotted', 'slotted', tran, ['6A','15A'] ). -verb( 'slouch', 'slouches', 'slouching', 'slouched', 'slouched', intran, ['2A','2C'] ). -verb( 'slough', 'sloughs', 'sloughing', 'sloughed', 'sloughed', _, ['2A','6A','15B'] ). -verb( 'slow', 'slows', 'slowing', 'slowed', 'slowed', _, ['2C','15B'] ). -verb( 'slug', 'slugs', 'slugging', 'slugged', 'slugged', _, [] ). -verb( 'sluice', 'sluices', 'sluicing', 'sluiced', 'sluiced', _, ['3A','6A','15B'] ). -verb( 'slum', 'slums', 'slumming', 'slummed', 'slummed', intran, [] ). -verb( 'slumber', 'slumbers', 'slumbering', 'slumbered', 'slumbered', _, ['2A','15B'] ). -verb( 'slump', 'slumps', 'slumping', 'slumped', 'slumped', intran, ['2A','2C'] ). -verb( 'slur', 'slurs', 'slurring', 'slurred', 'slurred', _, ['3A','6A'] ). -verb( 'smack', 'smacks', 'smacking', 'smacked', 'smacked', _, ['3A','6A'] ). -verb( 'smart', 'smarts', 'smarting', 'smarted', 'smarted', intran, ['2A','2C','3A'] ). -verb( 'smarten', 'smartens', 'smartening', 'smartened', 'smartened', _, ['2C','6A','15B'] ). -verb( 'smash', 'smashes', 'smashing', 'smashed', 'smashed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'smear', 'smears', 'smearing', 'smeared', 'smeared', _, ['2A','6A','14'] ). -verb( 'smell', 'smells', 'smelling', 'smelled', 'smelled', _, ['2A','2C','2D','3A','6A','15B','19A'] ). -verb( 'smelt', 'smelts', 'smelting', 'smelted', 'smelted', tran, ['2A','2C','2D','3A','6A','15B','19A'] ). -verb( 'smile', 'smiles', 'smiling', 'smiled', 'smiled', _, ['2A','2B','3A','4B','6B'] ). -verb( 'smirch', 'smirches', 'smirching', 'smirched', 'smirched', tran, ['6A'] ). -verb( 'smirk', 'smirks', 'smirking', 'smirked', 'smirked', intran, ['2A'] ). -verb( 'smite', 'smites', 'smiting', 'smote', 'smitten', _, ['2A','2C','6A'] ). -verb( 'smoke', 'smokes', 'smoking', 'smoked', 'smoked', _, ['2A','2C','6A','15B','22'] ). -verb( 'smooth', 'smooths', 'smoothing', 'smoothed', 'smoothed', _, ['2C','6A','15B'] ). -verb( 'smother', 'smothers', 'smothering', 'smothered', 'smothered', tran, ['6A','14','15B'] ). -verb( 'smoulder', 'smoulders', 'smouldering', 'smouldered', 'smouldered', intran, ['2A','2C'] ). -verb( 'smudge', 'smudges', 'smudging', 'smudged', 'smudged', _, ['2A','6A'] ). -verb( 'smuggle', 'smuggles', 'smuggling', 'smuggled', 'smuggled', tran, ['6A','14','15A','15B'] ). -verb( 'smut', 'smuts', 'smutting', 'smutted', 'smutted', tran, ['6A'] ). -verb( 'snaffle', 'snaffles', 'snaffling', 'snaffled', 'snaffled', tran, ['6A'] ). -verb( 'snag', 'snags', 'snagging', 'snagged', 'snagged', tran, [] ). -verb( 'snake', 'snakes', 'snaking', 'snaked', 'snaked', intran, ['2C'] ). -verb( 'snap', 'snaps', 'snapping', 'snapped', 'snapped', _, ['2A','2C','3A','6A','14','15A','15B','22'] ). -verb( 'snare', 'snares', 'snaring', 'snared', 'snared', tran, ['6A'] ). -verb( 'snarl', 'snarls', 'snarling', 'snarled', 'snarled', _, ['2A','2C','3A','6A','15B'] ). -verb( 'snatch', 'snatches', 'snatching', 'snatched', 'snatched', _, ['2A','6A','15A','15B'] ). -verb( 'sneak', 'sneaks', 'sneaking', 'sneaked', 'sneaked', _, ['2A','3A','6A'] ). -verb( 'sneer', 'sneers', 'sneering', 'sneered', 'sneered', intran, ['2A','3A'] ). -verb( 'sneeze', 'sneezes', 'sneezing', 'sneezed', 'sneezed', intran, ['2A'] ). -verb( 'snick', 'snicks', 'snicking', 'snicked', 'snicked', _, [] ). -verb( 'snicker', 'snickers', 'snickering', 'snickered', 'snickered', intran, [] ). -verb( 'sniff', 'sniffs', 'sniffing', 'sniffed', 'sniffed', _, ['2A','3A','6A','15B'] ). -verb( 'sniffle', 'sniffles', 'sniffling', 'sniffled', 'sniffled', intran, [] ). -verb( 'snigger', 'sniggers', 'sniggering', 'sniggered', 'sniggered', intran, ['2A','2C'] ). -verb( 'snip', 'snips', 'snipping', 'snipped', 'snipped', _, ['3A','6A','15B'] ). -verb( 'snipe', 'snipes', 'sniping', 'sniped', 'sniped', _, ['2A','3A','6A'] ). -verb( 'snitch', 'snitches', 'snitching', 'snitched', 'snitched', _, ['2A','3A','6A'] ). -verb( 'snivel', 'snivels', 'snivelling', 'snivelled', 'snivelled', intran, ['2A'] ). -verb( 'snog', 'snogs', 'snogging', 'snogged', 'snogged', intran, ['2A'] ). -verb( 'snoop', 'snoops', 'snooping', 'snooped', 'snooped', intran, ['2A','2C','3A'] ). -verb( 'snooze', 'snoozes', 'snoozing', 'snoozed', 'snoozed', intran, ['2A'] ). -verb( 'snore', 'snores', 'snoring', 'snored', 'snored', intran, ['2A','2C'] ). -verb( 'snort', 'snorts', 'snorting', 'snorted', 'snorted', _, ['2A','2C','6A','15B'] ). -verb( 'snow', 'snows', 'snowing', 'snowed', 'snowed', _, ['2A','2B','2C'] ). -verb( 'snowball', 'snowballs', 'snowballing', 'snowballed', 'snowballed', _, [] ). -verb( 'snub', 'snubs', 'snubbing', 'snubbed', 'snubbed', tran, ['6A'] ). -verb( 'snuff', 'snuffs', 'snuffing', 'snuffed', 'snuffed', _, ['2C','6A','15B'] ). -verb( 'snuffle', 'snuffles', 'snuffling', 'snuffled', 'snuffled', intran, ['2A'] ). -verb( 'snuggle', 'snuggles', 'snuggling', 'snuggled', 'snuggled', _, ['2C','14'] ). -verb( 'soak', 'soaks', 'soaking', 'soaked', 'soaked', _, ['2A','3A','6A','14','15A','15B'] ). -verb( 'soap', 'soaps', 'soaping', 'soaped', 'soaped', tran, ['6A','15B'] ). -verb( 'soar', 'soars', 'soaring', 'soared', 'soared', intran, ['2A','2C'] ). -verb( 'sob', 'sobs', 'sobbing', 'sobbed', 'sobbed', _, ['2A','2C','15A','15B'] ). -verb( 'sober', 'sobers', 'sobering', 'sobered', 'sobered', _, ['2C','6A','15B'] ). -verb( 'socialize', 'socializes', 'socializing', 'socialized', 'socialized', tran, ['6A'] ). -verb( 'sock', 'socks', 'socking', 'socked', 'socked', tran, ['6A','15A'] ). -verb( 'sod', 'sods', 'sodding', 'sodded', 'sodded', intran, [] ). -verb( 'soft-pedal', 'soft-pedals', 'soft-pedalling', 'soft-pedalled', 'soft-pedalled', _, [] ). -verb( 'soft-soap', 'soft-soaps', 'soft-soaping', 'soft-soaped', 'soft-soaped', tran, [] ). -verb( 'soft-solder', 'soft-solders', 'soft-soldering', 'soft-soldered', 'soft-soldered', tran, [] ). -verb( 'soften', 'softens', 'softening', 'softened', 'softened', _, ['2A','6A'] ). -verb( 'softland', 'softlands', 'softlanding', 'softlanded', 'softlanded', intran, [] ). -verb( 'soil', 'soils', 'soiling', 'soiled', 'soiled', _, ['2A','2C','6A'] ). -verb( 'sojourn', 'sojourns', 'sojourning', 'sojourned', 'sojourned', intran, ['2C'] ). -verb( 'solace', 'solaces', 'solacing', 'solaced', 'solaced', tran, ['6A','15A'] ). -verb( 'solder', 'solders', 'soldering', 'soldered', 'soldered', tran, ['6A','15A','15B'] ). -verb( 'soldier', 'soldiers', 'soldiering', 'soldiered', 'soldiered', intran, ['2A'] ). -verb( 'sole', 'soles', 'soling', 'soled', 'soled', tran, ['6A'] ). -verb( 'solemnize', 'solemnizes', 'solemnizing', 'solemnized', 'solemnized', tran, ['6A'] ). -verb( 'solicit', 'solicits', 'soliciting', 'solicited', 'solicited', _, ['2A','6A','14'] ). -verb( 'solidify', 'solidifies', 'solidifying', 'solidified', 'solidified', _, ['2A','6A'] ). -verb( 'soliloquize', 'soliloquizes', 'soliloquizing', 'soliloquized', 'soliloquized', intran, ['2A'] ). -verb( 'solve', 'solves', 'solving', 'solved', 'solved', tran, ['6A'] ). -verb( 'somersault', 'somersaults', 'somersaulting', 'somersaulted', 'somersaulted', intran, ['2A'] ). -verb( 'soot', 'soots', 'sooting', 'sooted', 'sooted', tran, [] ). -verb( 'soothe', 'soothes', 'soothing', 'soothed', 'soothed', tran, ['6A'] ). -verb( 'sop', 'sops', 'sopping', 'sopped', 'sopped', tran, ['6A','15B'] ). -verb( 'sorrow', 'sorrows', 'sorrowing', 'sorrowed', 'sorrowed', intran, ['2A','2C'] ). -verb( 'sort', 'sorts', 'sorting', 'sorted', 'sorted', _, ['6A','15B'] ). -verb( 'sough', 'soughs', 'soughing', 'soughed', 'soughed', intran, ['2A'] ). -verb( 'sound', 'sounds', 'sounding', 'sounded', 'sounded', _, ['2A','2C','2D','6A','15A','15B'] ). -verb( 'soundproof', 'soundproofs', 'soundproofing', 'soundproofed', 'soundproofed', tran, ['6A'] ). -verb( 'soup', 'soups', 'souping', 'souped', 'souped', tran, ['15B'] ). -verb( 'sour', 'sours', 'souring', 'soured', 'soured', _, ['2A','6A'] ). -verb( 'souse', 'souses', 'sousing', 'soused', 'soused', tran, ['6A'] ). -verb( 'sovietize', 'sovietizes', 'sovietizing', 'sovietized', 'sovietized', tran, [] ). -verb( 'sow', 'sows', 'sowing', 'sowed', 'sowed', _, ['2A','6A','15A'] ). -verb( 'space', 'spaces', 'spacing', 'spaced', 'spaced', tran, ['6A','15B'] ). -verb( 'spade', 'spades', 'spading', 'spaded', 'spaded', tran, ['6A','15B'] ). -verb( 'span', 'spans', 'spanning', 'spanned', 'spanned', tran, ['2A','2C','6A','14','15B'] ). -verb( 'spangle', 'spangles', 'spangling', 'spangled', 'spangled', tran, [] ). -verb( 'spank', 'spanks', 'spanking', 'spanked', 'spanked', _, ['2C','6A'] ). -verb( 'spar', 'spars', 'sparring', 'sparred', 'sparred', intran, ['2A','2C'] ). -verb( 'spare', 'spares', 'sparing', 'spared', 'spared', _, ['6A','12A','12B','13A','13B'] ). -verb( 'spark', 'sparks', 'sparking', 'sparked', 'sparked', _, ['2A','15B'] ). -verb( 'sparkle', 'sparkles', 'sparkling', 'sparkled', 'sparkled', intran, ['2A','2C'] ). -verb( 'spat', 'spats', 'spatting', 'spatted', 'spatted', _, ['2A','2C','3A','6A','15B'] ). -verb( 'spatchcock', 'spatchcocks', 'spatchcocking', 'spatchcocked', 'spatchcocked', tran, ['6A','14'] ). -verb( 'spatter', 'spatters', 'spattering', 'spattered', 'spattered', _, ['2C','6A','14'] ). -verb( 'spawn', 'spawns', 'spawning', 'spawned', 'spawned', _, ['2A','6A'] ). -verb( 'spay', 'spays', 'spaying', 'spayed', 'spayed', tran, ['6A'] ). -verb( 'speak', 'speaks', 'speaking', 'spoke', 'spoken', _, ['2A','2B','2C','3A','6A','15A'] ). -verb( 'spear', 'spears', 'spearing', 'speared', 'speared', tran, ['6A'] ). -verb( 'specialize', 'specializes', 'specializing', 'specialized', 'specialized', _, ['2A','3A'] ). -verb( 'specify', 'specifies', 'specifying', 'specified', 'specified', tran, ['6A','9'] ). -verb( 'speculate', 'speculates', 'speculating', 'speculated', 'speculated', intran, ['2A','2C'] ). -verb( 'speechify', 'speechifies', 'speechifying', 'speechified', 'speechified', intran, [] ). -verb( 'speed', 'speeds', 'speeding', 'speeded', 'speeded', _, ['2A','2C','6A','14','15B'] ). -verb( 'spell', 'spells', 'spelling', 'spelled', 'spelled', _, ['2A','6A','15B'] ). -verb( 'spend', 'spends', 'spending', 'spent', 'spent', _, ['2A','6A','14','19B'] ). -verb( 'spew', 'spews', 'spewing', 'spewed', 'spewed', _, ['2A','6A','15B'] ). -verb( 'spice', 'spices', 'spicing', 'spiced', 'spiced', tran, ['6A'] ). -verb( 'spiel', 'spiels', 'spieling', 'spieled', 'spieled', _, [] ). -verb( 'spike', 'spikes', 'spiking', 'spiked', 'spiked', tran, ['6A'] ). -verb( 'spill', 'spills', 'spilling', 'spilled', 'spilled', _, ['2A','2C','6A'] ). -verb( 'spin', 'spins', 'spinning', 'span', 'spun', _, ['2A','2C','6A','14','15B'] ). -verb( 'spin-dry', 'spin-dries', 'spin-drying', 'spin-dried', 'spin-dried', tran, [] ). -verb( 'spiral', 'spirals', 'spiralling', 'spiralled', 'spiralled', intran, ['2A','2C'] ). -verb( 'spirit', 'spirits', 'spiriting', 'spirited', 'spirited', tran, ['15B'] ). -verb( 'spiritualize', 'spiritualizes', 'spiritualizing', 'spiritualized', 'spiritualized', tran, ['6A'] ). -verb( 'spirt', 'spirts', 'spirting', 'spirted', 'spirted', intran, ['2A','2C'] ). -verb( 'spit', 'spits', 'spitting', 'spat', 'spat', _, ['2A','2C','3A','6A','15B'] ). -verb( 'spite', 'spites', 'spiting', 'spited', 'spited', tran, ['6A'] ). -verb( 'splash', 'splashes', 'splashing', 'splashed', 'splashed', _, ['2A','2C','6A','14','15B'] ). -verb( 'splay', 'splays', 'splaying', 'splayed', 'splayed', _, [] ). -verb( 'splice', 'splices', 'splicing', 'spliced', 'spliced', tran, ['6A'] ). -verb( 'splinter', 'splinters', 'splintering', 'splintered', 'splintered', _, ['2C','15B'] ). -verb( 'split', 'splits', 'splitting', 'split', 'split', _, ['2A','2C','2D','3A','6A','14','15A','15B','22'] ). -verb( 'splosh', 'sploshes', 'sploshing', 'sploshed', 'sploshed', tran, [] ). -verb( 'splurge', 'splurges', 'splurging', 'splurged', 'splurged', intran, [] ). -verb( 'splutter', 'splutters', 'spluttering', 'spluttered', 'spluttered', _, ['2A','2C','6A','15B'] ). -verb( 'spoil', 'spoils', 'spoiling', 'spoiled', 'spoiled', _, ['2A','6A','14'] ). -verb( 'sponge', 'sponges', 'sponging', 'sponged', 'sponged', _, ['3A','6A','14','15B'] ). -verb( 'sponsor', 'sponsors', 'sponsoring', 'sponsored', 'sponsored', tran, ['6A'] ). -verb( 'spoof', 'spoofs', 'spoofing', 'spoofed', 'spoofed', tran, [] ). -verb( 'spoon', 'spoons', 'spooning', 'spooned', 'spooned', _, ['2A','15B'] ). -verb( 'spoonfeed', 'spoonfeeds', 'spoonfeeding', 'spoonfed', 'spoonfed', tran, [] ). -verb( 'sport', 'sports', 'sporting', 'sported', 'sported', _, ['2C','6A'] ). -verb( 'spot', 'spots', 'spotting', 'spotted', 'spotted', _, ['2A','6A'] ). -verb( 'spotlight', 'spotlights', 'spotlighting', 'spotlighted', 'spotlighted', tran, ['6A'] ). -verb( 'spout', 'spouts', 'spouting', 'spouted', 'spouted', _, ['2A','2C','6A'] ). -verb( 'sprain', 'sprains', 'spraining', 'sprained', 'sprained', tran, ['6A'] ). -verb( 'sprawl', 'sprawls', 'sprawling', 'sprawled', 'sprawled', intran, ['2A','2C'] ). -verb( 'spray', 'sprays', 'spraying', 'sprayed', 'sprayed', tran, ['6A','14'] ). -verb( 'spread', 'spreads', 'spreading', 'spread', 'spread', _, ['2A','2B','2C','6A','14','15A','15B'] ). -verb( 'spreadeagle', 'spreadeagles', 'spreadeagling', 'spreadeagled', 'spreadeagled', tran, [] ). -verb( 'spring', 'springs', 'springing', 'sprang', 'sprung', _, ['2A','2C','3A','6A','14'] ). -verb( 'spring-clean', 'spring-cleans', 'spring-cleaning', 'spring-cleaned', 'spring-cleaned', tran, [] ). -verb( 'sprinkle', 'sprinkles', 'sprinkling', 'sprinkled', 'sprinkled', tran, ['6A','14'] ). -verb( 'sprint', 'sprints', 'sprinting', 'sprinted', 'sprinted', intran, ['2A','2C'] ). -verb( 'sprout', 'sprouts', 'sprouting', 'sprouted', 'sprouted', _, ['2A','2C','6A'] ). -verb( 'spruce', 'spruces', 'sprucing', 'spruced', 'spruced', _, ['2C','6A','15B'] ). -verb( 'spue', 'spues', 'spuing', 'spued', 'spued', _, [] ). -verb( 'spur', 'spurs', 'spurring', 'spurred', 'spurred', _, ['2C','6A','15B'] ). -verb( 'spurn', 'spurns', 'spurning', 'spurned', 'spurned', tran, ['6A'] ). -verb( 'spurt', 'spurts', 'spurting', 'spurted', 'spurted', intran, ['2A','2C','3A'] ). -verb( 'sputter', 'sputters', 'sputtering', 'sputtered', 'sputtered', _, ['2A','2C'] ). -verb( 'spy', 'spies', 'spying', 'spied', 'spied', _, ['2A','3A','6A','15B','19A'] ). -verb( 'squabble', 'squabbles', 'squabbling', 'squabbled', 'squabbled', intran, ['2C'] ). -verb( 'squall', 'squalls', 'squalling', 'squalled', 'squalled', intran, ['2A'] ). -verb( 'squander', 'squanders', 'squandering', 'squandered', 'squandered', tran, ['6A'] ). -verb( 'square', 'squares', 'squaring', 'squared', 'squared', _, ['2C','3A','6A','14','15B'] ). -verb( 'squash', 'squashes', 'squashing', 'squashed', 'squashed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'squat', 'squats', 'squatting', 'squatted', 'squatted', intran, ['2A','2C','6A','15B'] ). -verb( 'squawk', 'squawks', 'squawking', 'squawked', 'squawked', intran, ['2A','2C'] ). -verb( 'squeak', 'squeaks', 'squeaking', 'squeaked', 'squeaked', _, ['2A','2C','6A','15B'] ). -verb( 'squeal', 'squeals', 'squealing', 'squealed', 'squealed', _, ['2A','2C','6A','15B'] ). -verb( 'squeegee', 'squeegees', 'squeegeeing', 'squeegeed', 'squeegeed', tran, ['6A'] ). -verb( 'squeeze', 'squeezes', 'squeezing', 'squeezed', 'squeezed', _, ['2A','2C','6A','14','15A','15B','22'] ). -verb( 'squelch', 'squelches', 'squelching', 'squelched', 'squelched', _, ['2A','2C'] ). -verb( 'squint', 'squints', 'squinting', 'squinted', 'squinted', intran, ['2A','3A'] ). -verb( 'squire', 'squires', 'squiring', 'squired', 'squired', tran, ['6A','15A'] ). -verb( 'squirm', 'squirms', 'squirming', 'squirmed', 'squirmed', intran, ['2A','2C'] ). -verb( 'squirt', 'squirts', 'squirting', 'squirted', 'squirted', _, ['2A','2C','6A','15A','15B'] ). -verb( 'stab', 'stabs', 'stabbing', 'stabbed', 'stabbed', _, ['2A','3A','6A','15A'] ). -verb( 'stabilize', 'stabilizes', 'stabilizing', 'stabilized', 'stabilized', tran, ['6A'] ). -verb( 'stable', 'stables', 'stabling', 'stabled', 'stabled', tran, [] ). -verb( 'stack', 'stacks', 'stacking', 'stacked', 'stacked', tran, ['6A','15B'] ). -verb( 'staff', 'staffs', 'staffing', 'staffed', 'staffed', tran, ['6A'] ). -verb( 'stage', 'stages', 'staging', 'staged', 'staged', _, ['2C','6A'] ). -verb( 'stagger', 'staggers', 'staggering', 'staggered', 'staggered', _, ['2A','2C','6A'] ). -verb( 'stagnate', 'stagnates', 'stagnating', 'stagnated', 'stagnated', intran, ['2A'] ). -verb( 'stain', 'stains', 'staining', 'stained', 'stained', _, ['2A','6A','22'] ). -verb( 'stake', 'stakes', 'staking', 'staked', 'staked', tran, ['6A','14','15B'] ). -verb( 'stale', 'stales', 'staling', 'staled', 'staled', intran, ['2A'] ). -verb( 'stalemate', 'stalemates', 'stalemating', 'stalemated', 'stalemated', tran, ['6A'] ). -verb( 'stalk', 'stalks', 'stalking', 'stalked', 'stalked', _, ['2C','6A'] ). -verb( 'stall', 'stalls', 'stalling', 'stalled', 'stalled', _, ['2A','6A'] ). -verb( 'stammer', 'stammers', 'stammering', 'stammered', 'stammered', _, ['2A','6A','15B'] ). -verb( 'stamp', 'stamps', 'stamping', 'stamped', 'stamped', _, ['2C','3A','6A','14','15A','15B','16B','22'] ). -verb( 'stampede', 'stampedes', 'stampeding', 'stampeded', 'stampeded', _, ['2A','6A','14'] ). -verb( 'stand', 'stands', 'standing', 'stood', 'stood', _, ['2A','2B','2C','3A','4A','6A','6C','12A','15A','15B'] ). -verb( 'standardize', 'standardizes', 'standardizing', 'standardized', 'standardized', tran, ['6A'] ). -verb( 'staple', 'staples', 'stapling', 'stapled', 'stapled', tran, ['6A'] ). -verb( 'star', 'stars', 'starring', 'starred', 'starred', _, ['3A','6A','14'] ). -verb( 'starboard', 'starboards', 'starboarding', 'starboarded', 'starboarded', tran, [] ). -verb( 'starch', 'starches', 'starching', 'starched', 'starched', tran, ['6A'] ). -verb( 'stare', 'stares', 'staring', 'stared', 'stared', _, ['2A','2B','2C','3A','15B'] ). -verb( 'start', 'starts', 'starting', 'started', 'started', _, ['2A','2C','3A','6A','6D','7A','15A','19B'] ). -verb( 'startle', 'startles', 'startling', 'startled', 'startled', tran, ['6A','15A'] ). -verb( 'starve', 'starves', 'starving', 'starved', 'starved', _, ['2A','2C','6A','15A'] ). -verb( 'stash', 'stashes', 'stashing', 'stashed', 'stashed', tran, ['15B'] ). -verb( 'state', 'states', 'stating', 'stated', 'stated', tran, ['6A','9'] ). -verb( 'station', 'stations', 'stationing', 'stationed', 'stationed', tran, ['6A','15A'] ). -verb( 'staunch', 'staunches', 'staunching', 'staunched', 'staunched', tran, ['6A'] ). -verb( 'stave', 'staves', 'staving', 'staved', 'staved', _, ['3A','15B'] ). -verb( 'stay', 'stays', 'staying', 'stayed', 'stayed', _, ['2A','2B','2C','4A','6A','15B'] ). -verb( 'steady', 'steadies', 'steadying', 'steadied', 'steadied', _, ['2A','6A'] ). -verb( 'steal', 'steals', 'stealing', 'stole', 'stolen', _, ['2A','2C','6A','14','15A'] ). -verb( 'steam', 'steams', 'steaming', 'steamed', 'steamed', _, ['2A','2C','6A','22'] ). -verb( 'steam-heat', 'steam-heats', 'steam-heating', 'steam-heated', 'steam-heated', tran, [] ). -verb( 'steamroller', 'steamrollers', 'steamrollering', 'steamrollered', 'steamrollered', tran, ['6A'] ). -verb( 'steel', 'steels', 'steeling', 'steeled', 'steeled', tran, ['6A','15A','16A'] ). -verb( 'steep', 'steeps', 'steeping', 'steeped', 'steeped', _, ['2A','6A','14'] ). -verb( 'steepen', 'steepens', 'steepening', 'steepened', 'steepened', _, ['2A','6A'] ). -verb( 'steer', 'steers', 'steering', 'steered', 'steered', _, ['2A','2C','6A'] ). -verb( 'stem', 'stems', 'stemming', 'stemmed', 'stemmed', _, ['3A','6A'] ). -verb( 'stencil', 'stencils', 'stencilling', 'stencilled', 'stencilled', tran, ['6A'] ). -verb( 'step', 'steps', 'stepping', 'stepped', 'stepped', _, ['2C','15B'] ). -verb( 'stereotype', 'stereotypes', 'stereotyping', 'stereotyped', 'stereotyped', tran, ['6A'] ). -verb( 'sterilize', 'sterilizes', 'sterilizing', 'sterilized', 'sterilized', tran, ['6A'] ). -verb( 'stew', 'stews', 'stewing', 'stewed', 'stewed', _, ['2A','2C','6A','15A'] ). -verb( 'stick', 'sticks', 'sticking', 'sticked', 'sticked', tran, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'stick', 'sticks', 'sticking', 'stuck', 'stuck', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'stiffen', 'stiffens', 'stiffening', 'stiffened', 'stiffened', _, ['2A','6A'] ). -verb( 'stifle', 'stifles', 'stifling', 'stifled', 'stifled', _, ['2A','6A'] ). -verb( 'stigmatize', 'stigmatizes', 'stigmatizing', 'stigmatized', 'stigmatized', tran, ['16B'] ). -verb( 'still', 'stills', 'stilling', 'stilled', 'stilled', tran, ['6A'] ). -verb( 'stimulate', 'stimulates', 'stimulating', 'stimulated', 'stimulated', tran, ['6A','14','17'] ). -verb( 'sting', 'stings', 'stinging', 'stang', 'stung', _, ['2A','6A','14','15A'] ). -verb( 'stink', 'stinks', 'stinking', 'stank', 'stunk', _, ['2A','3A','15B'] ). -verb( 'stint', 'stints', 'stinting', 'stinted', 'stinted', _, ['6A','14'] ). -verb( 'stipple', 'stipples', 'stippling', 'stippled', 'stippled', tran, ['6A'] ). -verb( 'stipulate', 'stipulates', 'stipulating', 'stipulated', 'stipulated', _, ['3A','6A','9'] ). -verb( 'stir', 'stirs', 'stirring', 'stirred', 'stirred', _, ['2A','2C','6A','14','15B'] ). -verb( 'stitch', 'stitches', 'stitching', 'stitched', 'stitched', _, ['2A','2C','6A','15A','15B'] ). -verb( 'stock', 'stocks', 'stocking', 'stocked', 'stocked', tran, ['6A','14'] ). -verb( 'stockade', 'stockades', 'stockading', 'stockaded', 'stockaded', tran, [] ). -verb( 'stoke', 'stokes', 'stoking', 'stoked', 'stoked', _, ['2A','2C','6A','15B'] ). -verb( 'stomach', 'stomachs', 'stomaching', 'stomached', 'stomached', tran, ['6A'] ). -verb( 'stomp', 'stomps', 'stomping', 'stomped', 'stomped', intran, ['2C'] ). -verb( 'stone', 'stones', 'stoning', 'stoned', 'stoned', tran, ['6A','15A'] ). -verb( 'stonewall', 'stonewalls', 'stonewalling', 'stonewalled', 'stonewalled', tran, [] ). -verb( 'stooge', 'stooges', 'stooging', 'stooged', 'stooged', intran, [] ). -verb( 'stoop', 'stoops', 'stooping', 'stooped', 'stooped', _, ['2A','2C','3A','4A','6A'] ). -verb( 'stop', 'stops', 'stopping', 'stopped', 'stopped', _, ['2A','2B','2C','3A','4A','6A','6B','6C','14','15A','15B'] ). -verb( 'store', 'stores', 'storing', 'stored', 'stored', tran, ['6A','15B'] ). -verb( 'storm', 'storms', 'storming', 'stormed', 'stormed', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'stow', 'stows', 'stowing', 'stowed', 'stowed', tran, ['6A','15A','15B'] ). -verb( 'straddle', 'straddles', 'straddling', 'straddled', 'straddled', _, ['2A','6A'] ). -verb( 'strafe', 'strafes', 'strafing', 'strafed', 'strafed', tran, ['6A'] ). -verb( 'straggle', 'straggles', 'straggling', 'straggled', 'straggled', intran, ['2A','2C'] ). -verb( 'straighten', 'straightens', 'straightening', 'straightened', 'straightened', _, ['2A','2C','6A','15B'] ). -verb( 'strain', 'strains', 'straining', 'strained', 'strained', _, ['2A','3A','6A','15A','15B','16A'] ). -verb( 'straiten', 'straitens', 'straitening', 'straitened', 'straitened', tran, [] ). -verb( 'strand', 'strands', 'stranding', 'stranded', 'stranded', _, ['2A','6A'] ). -verb( 'strangle', 'strangles', 'strangling', 'strangled', 'strangled', tran, ['6A'] ). -verb( 'strap', 'straps', 'strapping', 'strapped', 'strapped', tran, ['6A','15B'] ). -verb( 'stratify', 'stratifies', 'stratifying', 'stratified', 'stratified', _, ['2A','6A'] ). -verb( 'straw', 'straws', 'strawing', 'strawed', 'strawed', tran, [] ). -verb( 'stray', 'strays', 'straying', 'strayed', 'strayed', intran, ['2A','2C'] ). -verb( 'streak', 'streaks', 'streaking', 'streaked', 'streaked', _, ['2C','6A','15A'] ). -verb( 'stream', 'streams', 'streaming', 'streamed', 'streamed', intran, ['2A','2C','6A'] ). -verb( 'streamline', 'streamlines', 'streamlining', 'streamlined', 'streamlined', tran, [] ). -verb( 'strengthen', 'strengthens', 'strengthening', 'strengthened', 'strengthened', _, ['2A','6A'] ). -verb( 'stress', 'stresses', 'stressing', 'stressed', 'stressed', tran, ['6A'] ). -verb( 'stretch', 'stretches', 'stretching', 'stretched', 'stretched', _, ['2A','2B','2C','6A','15A','15B','16A','22'] ). -verb( 'strew', 'strews', 'strewing', 'strewed', 'strewed', tran, ['6A','14'] ). -verb( 'stride', 'strides', 'striding', 'strode', 'stridden', _, ['2C','6A'] ). -verb( 'stridulate', 'stridulates', 'stridulating', 'stridulated', 'stridulated', intran, ['2A'] ). -verb( 'strike', 'strikes', 'striking', 'struck', 'struck', _, ['2A','2C','2D','3A','6A','12C','14','15B','16A','22'] ). -verb( 'string', 'strings', 'stringing', 'strang', 'strung', _, ['2C','6A','15A','15B'] ). -verb( 'strip', 'strips', 'stripping', 'stripped', 'stripped', _, ['2A','2C','6A','14','15B','22'] ). -verb( 'strive', 'strives', 'striving', 'strove', 'striven', intran, ['2A','3A','4A'] ). -verb( 'stroke', 'strokes', 'stroking', 'stroked', 'stroked', tran, ['6A','15B'] ). -verb( 'stroll', 'strolls', 'strolling', 'strolled', 'strolled', intran, ['2A','2C'] ). -verb( 'strop', 'strops', 'stropping', 'stropped', 'stropped', tran, ['6A'] ). -verb( 'struggle', 'struggles', 'struggling', 'struggled', 'struggled', intran, ['2A','2B','3A','4A'] ). -verb( 'strum', 'strums', 'strumming', 'strummed', 'strummed', _, ['2A','2B','2C','3A','6A'] ). -verb( 'strut', 'struts', 'strutting', 'strutted', 'strutted', intran, ['2A','2C'] ). -verb( 'stub', 'stubs', 'stubbing', 'stubbed', 'stubbed', tran, ['6A','15B'] ). -verb( 'stucco', 'stuccos', 'stuccoing', 'stuccoed', 'stuccoed', tran, [] ). -verb( 'stud', 'studs', 'studding', 'studded', 'studded', tran, [] ). -verb( 'study', 'studies', 'studying', 'studied', 'studied', _, ['2A','2B','4A','6A','8','15A'] ). -verb( 'stuff', 'stuffs', 'stuffing', 'stuffed', 'stuffed', tran, ['2A','6A','14','15B'] ). -verb( 'stultify', 'stultifies', 'stultifying', 'stultified', 'stultified', tran, ['6A'] ). -verb( 'stumble', 'stumbles', 'stumbling', 'stumbled', 'stumbled', intran, ['2A','2C','3A'] ). -verb( 'stump', 'stumps', 'stumping', 'stumped', 'stumped', _, ['2C','6A','15B'] ). -verb( 'stun', 'stuns', 'stunning', 'stunned', 'stunned', tran, ['6A'] ). -verb( 'stunt', 'stunts', 'stunting', 'stunted', 'stunted', tran, ['6A'] ). -verb( 'stupefy', 'stupefies', 'stupefying', 'stupefied', 'stupefied', tran, ['6A'] ). -verb( 'stupify', 'stupifies', 'stupifying', 'stupified', 'stupified', tran, ['6A'] ). -verb( 'stutter', 'stutters', 'stuttering', 'stuttered', 'stuttered', _, [] ). -verb( 'style', 'styles', 'styling', 'styled', 'styled', tran, ['6A'] ). -verb( 'stylize', 'stylizes', 'stylizing', 'stylized', 'stylized', tran, [] ). -verb( 'stymie', 'stymies', 'stymying', 'stymied', 'stymied', tran, ['6A'] ). -verb( 'sub', 'subs', 'subbing', 'subbed', 'subbed', _, ['2A','3A','6A'] ). -verb( 'subcontract', 'subcontracts', 'subcontracting', 'subcontracted', 'subcontracted', _, ['2A','6A'] ). -verb( 'subdivide', 'subdivides', 'subdividing', 'subdivided', 'subdivided', _, ['2A','6A'] ). -verb( 'subdue', 'subdues', 'subduing', 'subdued', 'subdued', tran, ['6A'] ). -verb( 'subedit', 'subedits', 'subediting', 'subedited', 'subedited', tran, [] ). -verb( 'subject', 'subjects', 'subjecting', 'subjected', 'subjected', tran, ['14'] ). -verb( 'subjoin', 'subjoins', 'subjoining', 'subjoined', 'subjoined', tran, ['6A'] ). -verb( 'subjugate', 'subjugates', 'subjugating', 'subjugated', 'subjugated', tran, ['6A'] ). -verb( 'sublease', 'subleases', 'subleasing', 'subleased', 'subleased', _, ['2A','6A'] ). -verb( 'sublet', 'sublets', 'subletting', 'sublet', 'sublet', _, ['2A','6A'] ). -verb( 'sublimate', 'sublimates', 'sublimating', 'sublimated', 'sublimated', tran, ['6A'] ). -verb( 'submerge', 'submerges', 'submerging', 'submerged', 'submerged', _, ['2A','6A'] ). -verb( 'submit', 'submits', 'submitting', 'submitted', 'submitted', _, ['3A','6A','9','14'] ). -verb( 'subordinate', 'subordinates', 'subordinating', 'subordinated', 'subordinated', tran, ['6A','14'] ). -verb( 'suborn', 'suborns', 'suborning', 'suborned', 'suborned', tran, ['6A'] ). -verb( 'subpoena', 'subpoenas', 'subpoenaing', 'subpoenaed', 'subpoenaed', tran, ['6A'] ). -verb( 'subscribe', 'subscribes', 'subscribing', 'subscribed', 'subscribed', _, ['2A','3A','6A','14'] ). -verb( 'subserve', 'subserves', 'subserving', 'subserved', 'subserved', tran, ['6A'] ). -verb( 'subside', 'subsides', 'subsiding', 'subsided', 'subsided', intran, ['2A'] ). -verb( 'subsidize', 'subsidizes', 'subsidizing', 'subsidized', 'subsidized', tran, ['6A'] ). -verb( 'subsist', 'subsists', 'subsisting', 'subsisted', 'subsisted', intran, ['2A','3A'] ). -verb( 'substantiate', 'substantiates', 'substantiating', 'substantiated', 'substantiated', tran, ['6A'] ). -verb( 'substitute', 'substitutes', 'substituting', 'substituted', 'substituted', _, ['3A','6A','14'] ). -verb( 'subsume', 'subsumes', 'subsuming', 'subsumed', 'subsumed', tran, ['6A','14'] ). -verb( 'subtend', 'subtends', 'subtending', 'subtended', 'subtended', tran, [] ). -verb( 'subtract', 'subtracts', 'subtracting', 'subtracted', 'subtracted', tran, ['6A','14'] ). -verb( 'subvert', 'subverts', 'subverting', 'subverted', 'subverted', tran, ['6A'] ). -verb( 'succeed', 'succeeds', 'succeeding', 'succeeded', 'succeeded', _, ['2A','3A','6A','16B'] ). -verb( 'succour', 'succours', 'succouring', 'succoured', 'succoured', tran, ['6A'] ). -verb( 'succumb', 'succumbs', 'succumbing', 'succumbed', 'succumbed', intran, ['2A','3A'] ). -verb( 'suck', 'sucks', 'sucking', 'sucked', 'sucked', _, ['2C','6A','15A','15B','22'] ). -verb( 'suckle', 'suckles', 'suckling', 'suckled', 'suckled', tran, ['6A'] ). -verb( 'sue', 'sues', 'suing', 'sued', 'sued', _, ['3A','6A','14'] ). -verb( 'suffer', 'suffers', 'suffering', 'suffered', 'suffered', _, ['2A','3A','6A','17'] ). -verb( 'suffice', 'suffices', 'sufficing', 'sufficed', 'sufficed', _, ['2A','3A','6A'] ). -verb( 'suffocate', 'suffocates', 'suffocating', 'suffocated', 'suffocated', _, ['2A','2C','6A'] ). -verb( 'suffuse', 'suffuses', 'suffusing', 'suffused', 'suffused', tran, ['6A'] ). -verb( 'sugar', 'sugars', 'sugaring', 'sugared', 'sugared', tran, ['6A'] ). -verb( 'suggest', 'suggests', 'suggesting', 'suggested', 'suggested', tran, ['6A','6C','9','10','14'] ). -verb( 'suit', 'suits', 'suiting', 'suited', 'suited', _, ['2A','6A','6B'] ). -verb( 'sulk', 'sulks', 'sulking', 'sulked', 'sulked', intran, ['2A','2C'] ). -verb( 'sully', 'sullies', 'sullying', 'sullied', 'sullied', tran, ['6A'] ). -verb( 'sum', 'sums', 'summing', 'summed', 'summed', _, ['2C','15B'] ). -verb( 'summarize', 'summarizes', 'summarizing', 'summarized', 'summarized', tran, ['6A'] ). -verb( 'summer', 'summers', 'summering', 'summered', 'summered', intran, ['2C'] ). -verb( 'summon', 'summons', 'summoning', 'summoned', 'summoned', tran, ['6A','14','15B','17'] ). -verb( 'summons', 'summonses', 'summonsing', 'summonsed', 'summonsed', tran, ['6A','14','15B','17'] ). -verb( 'sun', 'suns', 'sunning', 'sunned', 'sunned', tran, ['6A'] ). -verb( 'sunbathe', 'sunbathes', 'sunbathing', 'sunbathed', 'sunbathed', intran, [] ). -verb( 'sunder', 'sunders', 'sundering', 'sundered', 'sundered', tran, ['6A'] ). -verb( 'sup', 'sups', 'supping', 'supped', 'supped', _, ['2A','2C','3A','6A','15B'] ). -verb( 'superannuate', 'superannuates', 'superannuating', 'superannuated', 'superannuated', tran, ['6A'] ). -verb( 'superimpose', 'superimposes', 'superimposing', 'superimposed', 'superimposed', tran, ['6A','14'] ). -verb( 'superintend', 'superintends', 'superintending', 'superintended', 'superintended', _, ['2A','6A'] ). -verb( 'supersede', 'supersedes', 'superseding', 'superseded', 'superseded', tran, ['6A'] ). -verb( 'supervene', 'supervenes', 'supervening', 'supervened', 'supervened', intran, ['2A'] ). -verb( 'supervise', 'supervises', 'supervising', 'supervised', 'supervised', _, ['2A','6A'] ). -verb( 'supplant', 'supplants', 'supplanting', 'supplanted', 'supplanted', tran, ['6A'] ). -verb( 'supplement', 'supplements', 'supplementing', 'supplemented', 'supplemented', tran, ['6A','15A'] ). -verb( 'supplicate', 'supplicates', 'supplicating', 'supplicated', 'supplicated', _, ['2C','6A','14','17'] ). -verb( 'supply', 'supplies', 'supplying', 'supplied', 'supplied', tran, ['6A','14'] ). -verb( 'support', 'supports', 'supporting', 'supported', 'supported', tran, ['6A'] ). -verb( 'suppose', 'supposes', 'supposing', 'supposed', 'supposed', tran, ['6A','9','25'] ). -verb( 'suppress', 'suppresses', 'suppressing', 'suppressed', 'suppressed', tran, ['6A'] ). -verb( 'suppurate', 'suppurates', 'suppurating', 'suppurated', 'suppurated', intran, ['2A'] ). -verb( 'surcharge', 'surcharges', 'surcharging', 'surcharged', 'surcharged', tran, ['6A','15A'] ). -verb( 'surface', 'surfaces', 'surfacing', 'surfaced', 'surfaced', _, ['2A','6A'] ). -verb( 'surfeit', 'surfeits', 'surfeiting', 'surfeited', 'surfeited', tran, ['6A','14'] ). -verb( 'surge', 'surges', 'surging', 'surged', 'surged', intran, ['2C'] ). -verb( 'surmise', 'surmises', 'surmising', 'surmised', 'surmised', _, ['2A','6A','9'] ). -verb( 'surmount', 'surmounts', 'surmounting', 'surmounted', 'surmounted', tran, ['6A'] ). -verb( 'surpass', 'surpasses', 'surpassing', 'surpassed', 'surpassed', tran, ['6A','15A'] ). -verb( 'surprise', 'surprises', 'surprising', 'surprised', 'surprised', tran, ['6A'] ). -verb( 'surrender', 'surrenders', 'surrendering', 'surrendered', 'surrendered', _, ['2A','6A','14'] ). -verb( 'surround', 'surrounds', 'surrounding', 'surrounded', 'surrounded', tran, ['6A'] ). -verb( 'surtax', 'surtaxes', 'surtaxing', 'surtaxed', 'surtaxed', tran, [] ). -verb( 'survey', 'surveys', 'surveying', 'surveyed', 'surveyed', tran, ['6A'] ). -verb( 'survive', 'survives', 'surviving', 'survived', 'survived', _, ['2A','6A'] ). -verb( 'suspect', 'suspects', 'suspecting', 'suspected', 'suspected', tran, ['6A','9','14','25'] ). -verb( 'suspend', 'suspends', 'suspending', 'suspended', 'suspended', tran, ['6A','14'] ). -verb( 'suss', 'susses', 'sussing', 'sussed', 'sussed', tran, ['15B'] ). -verb( 'sustain', 'sustains', 'sustaining', 'sustained', 'sustained', tran, ['6A'] ). -verb( 'swab', 'swabs', 'swabbing', 'swabbed', 'swabbed', tran, ['6A','15B'] ). -verb( 'swaddle', 'swaddles', 'swaddling', 'swaddled', 'swaddled', tran, ['6A'] ). -verb( 'swagger', 'swaggers', 'swaggering', 'swaggered', 'swaggered', intran, ['2A','2C'] ). -verb( 'swallow', 'swallows', 'swallowing', 'swallowed', 'swallowed', _, ['2C','6A','15B'] ). -verb( 'swamp', 'swamps', 'swamping', 'swamped', 'swamped', tran, ['6A','14'] ). -verb( 'swan', 'swans', 'swanning', 'swanned', 'swanned', intran, ['2C'] ). -verb( 'swank', 'swanks', 'swanking', 'swanked', 'swanked', intran, ['2A','2C'] ). -verb( 'swap', 'swaps', 'swapping', 'swapped', 'swapped', _, ['2A','6A','15A'] ). -verb( 'swarm', 'swarms', 'swarming', 'swarmed', 'swarmed', _, ['2A','2C','3A','6A','15B'] ). -verb( 'swat', 'swats', 'swatting', 'swatted', 'swatted', tran, [] ). -verb( 'swathe', 'swathes', 'swathing', 'swathed', 'swathed', tran, ['6A','15A'] ). -verb( 'sway', 'sways', 'swaying', 'swayed', 'swayed', _, ['2A','2C','6A','15A'] ). -verb( 'swear', 'swears', 'swearing', 'swore', 'sworn', _, ['2A','2B','2C','3A','6A','7A','9','14','15A','15B','22'] ). -verb( 'sweat', 'sweats', 'sweating', 'sweated', 'sweated', _, ['2A','2C','6A','15B'] ). -verb( 'sweep', 'sweeps', 'sweeping', 'swept', 'swept', _, ['2A','2C','6A','12A','15A','15B','22'] ). -verb( 'sweeten', 'sweetens', 'sweetening', 'sweetened', 'sweetened', _, ['2A','6A'] ). -verb( 'swell', 'swells', 'swelling', 'swelled', 'swelled', _, ['2A','2C','6A','14','15B'] ). -verb( 'swelter', 'swelters', 'sweltering', 'sweltered', 'sweltered', intran, ['2A'] ). -verb( 'swerve', 'swerves', 'swerving', 'swerved', 'swerved', _, ['2A','2C','4A','6A'] ). -verb( 'swig', 'swigs', 'swigging', 'swigged', 'swigged', _, ['2A','2C','6A','15B'] ). -verb( 'swill', 'swills', 'swilling', 'swilled', 'swilled', _, ['6A','15B'] ). -verb( 'swim', 'swims', 'swimming', 'swam', 'swum', _, ['2A','2B','2C','3A','6A'] ). -verb( 'swindle', 'swindles', 'swindling', 'swindled', 'swindled', _, ['6A','14'] ). -verb( 'swing', 'swings', 'swinging', 'swang', 'swung', _, ['2A','2B','2C','6A','6C','15A','15B','22'] ). -verb( 'swinge', 'swinges', 'swinging', 'swinged', 'swinged', tran, [] ). -verb( 'swipe', 'swipes', 'swiping', 'swiped', 'swiped', tran, ['3A','6A','15A'] ). -verb( 'swirl', 'swirls', 'swirling', 'swirled', 'swirled', _, ['2C','15B'] ). -verb( 'swish', 'swishes', 'swishing', 'swished', 'swished', _, ['2A','6A','15B'] ). -verb( 'switch', 'switches', 'switching', 'switched', 'switched', _, ['6A','15A','15B'] ). -verb( 'swivel', 'swivels', 'swivelling', 'swivelled', 'swivelled', _, ['2A','2C','6A','15B'] ). -verb( 'swob', 'swobs', 'swobbing', 'swobbed', 'swobbed', tran, [] ). -verb( 'swoon', 'swoons', 'swooning', 'swooned', 'swooned', intran, ['2A'] ). -verb( 'swoop', 'swoops', 'swooping', 'swooped', 'swooped', _, ['2A','2C','15B'] ). -verb( 'swop', 'swops', 'swopping', 'swopped', 'swopped', _, ['2A','6A','15A'] ). -verb( 'swot', 'swots', 'swotting', 'swotted', 'swotted', _, ['2A','2C','3A','15B'] ). -verb( 'syllabicate', 'syllabicates', 'syllabicating', 'syllabicated', 'syllabicated', tran, [] ). -verb( 'syllabify', 'syllabifies', 'syllabifying', 'syllabified', 'syllabified', tran, [] ). -verb( 'syllabize', 'syllabizes', 'syllabizing', 'syllabized', 'syllabized', tran, [] ). -verb( 'symbolize', 'symbolizes', 'symbolizing', 'symbolized', 'symbolized', tran, ['6A'] ). -verb( 'sympathize', 'sympathizes', 'sympathizing', 'sympathized', 'sympathized', intran, ['2A','3A'] ). -verb( 'synchronize', 'synchronizes', 'synchronizing', 'synchronized', 'synchronized', _, ['2A','6A'] ). -verb( 'syncopate', 'syncopates', 'syncopating', 'syncopated', 'syncopated', tran, ['6A'] ). -verb( 'syndicate', 'syndicates', 'syndicating', 'syndicated', 'syndicated', tran, ['6A'] ). -verb( 'synthesize', 'synthesizes', 'synthesizing', 'synthesized', 'synthesized', tran, ['6A'] ). -verb( 'syphon', 'syphons', 'syphoning', 'syphoned', 'syphoned', _, ['15B'] ). -verb( 'syringe', 'syringes', 'syringing', 'syringed', 'syringed', tran, ['6A','15B'] ). -verb( 'systematize', 'systematizes', 'systematizing', 'systematized', 'systematized', tran, ['6A'] ). -verb( 'table', 'tables', 'tabling', 'tabled', 'tabled', tran, ['6A'] ). -verb( 'taboo', 'taboos', 'tabooing', 'tabooed', 'tabooed', tran, ['6A'] ). -verb( 'tabulate', 'tabulates', 'tabulating', 'tabulated', 'tabulated', tran, ['6A'] ). -verb( 'tack', 'tacks', 'tacking', 'tacked', 'tacked', _, ['2A','2C','6A','15A','15B'] ). -verb( 'tackle', 'tackles', 'tackling', 'tackled', 'tackled', _, ['2A','6A','14'] ). -verb( 'tag', 'tags', 'tagging', 'tagged', 'tagged', _, ['2C','6A','14','15A','15B'] ). -verb( 'tail', 'tails', 'tailing', 'tailed', 'tailed', _, ['2C','3A','6A'] ). -verb( 'tailor', 'tailors', 'tailoring', 'tailored', 'tailored', tran, ['6A','15A'] ). -verb( 'taint', 'taints', 'tainting', 'tainted', 'tainted', _, ['2A','6A'] ). -verb( 'take', 'takes', 'taking', 'took', 'taken', _, ['2A','2B','2C','3A','6A','6B','12A','13A','14','15A','15B','16B','19B','22'] ). -verb( 'talk', 'talks', 'talking', 'talked', 'talked', _, ['2A','2B','2C','3A','6A','14','15B','22'] ). -verb( 'tally', 'tallies', 'tallying', 'tallied', 'tallied', intran, ['2A','3A'] ). -verb( 'tame', 'tames', 'taming', 'tamed', 'tamed', tran, ['6A'] ). -verb( 'tamp', 'tamps', 'tamping', 'tamped', 'tamped', tran, ['15B'] ). -verb( 'tamper', 'tampers', 'tampering', 'tampered', 'tampered', intran, ['3A'] ). -verb( 'tan', 'tans', 'tanning', 'tanned', 'tanned', _, ['2A','6A'] ). -verb( 'tangle', 'tangles', 'tangling', 'tangled', 'tangled', _, ['2A','2C','3A','6A','15B'] ). -verb( 'tank', 'tanks', 'tanking', 'tanked', 'tanked', intran, [] ). -verb( 'tantalize', 'tantalizes', 'tantalizing', 'tantalized', 'tantalized', tran, ['6A'] ). -verb( 'tap', 'taps', 'tapping', 'tapped', 'tapped', _, ['2A','2C','6A','14','15A','15B'] ). -verb( 'tape', 'tapes', 'taping', 'taped', 'taped', tran, ['6A'] ). -verb( 'taper', 'tapers', 'tapering', 'tapered', 'tapered', _, ['2A','2C','6A','15B'] ). -verb( 'tar', 'tars', 'tarring', 'tarred', 'tarred', tran, ['6A'] ). -verb( 'tarmac', 'tarmacs', 'tarmacking', 'tarmacked', 'tarmacked', tran, [] ). -verb( 'tarnish', 'tarnishes', 'tarnishing', 'tarnished', 'tarnished', _, ['2A','6A'] ). -verb( 'tarry', 'tarries', 'tarrying', 'tarried', 'tarried', intran, ['2A','2B','2C'] ). -verb( 'tart', 'tarts', 'tarting', 'tarted', 'tarted', tran, ['15B'] ). -verb( 'task', 'tasks', 'tasking', 'tasked', 'tasked', tran, ['6A'] ). -verb( 'taste', 'tastes', 'tasting', 'tasted', 'tasted', _, ['2A','2D','3A','6A'] ). -verb( 'tat', 'tats', 'tatting', 'tatted', 'tatted', _, [] ). -verb( 'tattle', 'tattles', 'tattling', 'tattled', 'tattled', _, ['2A'] ). -verb( 'tattoo', 'tattoos', 'tattooing', 'tattooed', 'tattooed', tran, ['6A'] ). -verb( 'taunt', 'taunts', 'taunting', 'taunted', 'taunted', tran, ['6A','14'] ). -verb( 'tax', 'taxes', 'taxing', 'taxed', 'taxed', tran, ['6A','14'] ). -verb( 'taxi', 'taxis', 'taxiing', 'taxied', 'taxied', _, ['2C','15A'] ). -verb( 'teach', 'teaches', 'teaching', 'taught', 'taught', _, ['2A','2B','2C','6A','11','12A','13A','17','20','21'] ). -verb( 'team', 'teams', 'teaming', 'teamed', 'teamed', intran, ['2C'] ). -verb( 'tear', 'tears', 'tearing', 'tore', 'torn', _, ['2A','2C','3A','6A','15A','15B','22'] ). -verb( 'tease', 'teases', 'teasing', 'teased', 'teased', tran, ['6A','15A','15B'] ). -verb( 'tee', 'tees', 'teeing', 'teed', 'teed', _, ['2A','2C','15B'] ). -verb( 'teem', 'teems', 'teeming', 'teemed', 'teemed', intran, ['2A','2C','3A'] ). -verb( 'teeter', 'teeters', 'teetering', 'teetered', 'teetered', intran, ['2C'] ). -verb( 'teethe', 'teethes', 'teething', 'teethed', 'teethed', intran, ['2A'] ). -verb( 'telecast', 'telecasts', 'telecasting', 'telecast', 'telecast', tran, [] ). -verb( 'telegraph', 'telegraphs', 'telegraphing', 'telegraphed', 'telegraphed', _, ['2A','6A','11','12A','13A'] ). -verb( 'telephone', 'telephones', 'telephoning', 'telephoned', 'telephoned', _, ['2A','4A','6A','11','12A','13A'] ). -verb( 'telescope', 'telescopes', 'telescoping', 'telescoped', 'telescoped', _, ['2A','6A'] ). -verb( 'televise', 'televises', 'televising', 'televised', 'televised', tran, ['6A'] ). -verb( 'tell', 'tells', 'telling', 'told', 'told', _, ['2A','3A','6A','8','10','11','12A','13A','14','15A','15B','17','20','21'] ). -verb( 'temper', 'tempers', 'tempering', 'tempered', 'tempered', _, ['2A','6A','15A'] ). -verb( 'temporize', 'temporizes', 'temporizing', 'temporized', 'temporized', intran, ['2A'] ). -verb( 'tempt', 'tempts', 'tempting', 'tempted', 'tempted', tran, ['6A','14','17'] ). -verb( 'tenant', 'tenants', 'tenanting', 'tenanted', 'tenanted', tran, [] ). -verb( 'tend', 'tends', 'tending', 'tended', 'tended', _, ['2C','4A','6A'] ). -verb( 'tender', 'tenders', 'tendering', 'tendered', 'tendered', _, ['2A','3A','6A','12A','13A'] ). -verb( 'tense', 'tenses', 'tensing', 'tensed', 'tensed', _, ['2A','6A'] ). -verb( 'tergiversate', 'tergiversates', 'tergiversating', 'tergiversated', 'tergiversated', intran, [] ). -verb( 'term', 'terms', 'terming', 'termed', 'termed', tran, ['23'] ). -verb( 'terminate', 'terminates', 'terminating', 'terminated', 'terminated', _, ['2A','6A','15A'] ). -verb( 'terrace', 'terraces', 'terracing', 'terraced', 'terraced', tran, ['6A'] ). -verb( 'terrify', 'terrifies', 'terrifying', 'terrified', 'terrified', tran, ['6A','15A'] ). -verb( 'terrorize', 'terrorizes', 'terrorizing', 'terrorized', 'terrorized', tran, ['6A'] ). -verb( 'test', 'tests', 'testing', 'tested', 'tested', tran, ['6A','15A'] ). -verb( 'test-drive', 'test-drives', 'test-driving', 'test-drove', 'test-driven', tran, [] ). -verb( 'testify', 'testifies', 'testifying', 'testified', 'testified', _, ['2A','3A','6A','9'] ). -verb( 'tether', 'tethers', 'tethering', 'tethered', 'tethered', tran, ['6A','15A'] ). -verb( 'thank', 'thanks', 'thanking', 'thanked', 'thanked', tran, ['6A','11','14','17'] ). -verb( 'thatch', 'thatches', 'thatching', 'thatched', 'thatched', tran, ['6A'] ). -verb( 'thaw', 'thaws', 'thawing', 'thawed', 'thawed', _, ['2A','2C','6A','15B'] ). -verb( 'theorize', 'theorizes', 'theorizing', 'theorized', 'theorized', intran, ['2A','3A'] ). -verb( 'thicken', 'thickens', 'thickening', 'thickened', 'thickened', _, [] ). -verb( 'thieve', 'thieves', 'thieving', 'thieved', 'thieved', _, ['2A','6A'] ). -verb( 'thin', 'thins', 'thinning', 'thinned', 'thinned', _, ['2A','2C','6A','15B'] ). -verb( 'think', 'thinks', 'thinking', 'thought', 'thought', _, ['2A','2B','2C','3A','6A','7A','8','9','10','15B','22','25'] ). -verb( 'thirst', 'thirsts', 'thirsting', 'thirsted', 'thirsted', tran, ['2A','3A'] ). -verb( 'thrash', 'thrashes', 'thrashing', 'thrashed', 'thrashed', _, ['2C','6A','15A','15B'] ). -verb( 'thread', 'threads', 'threading', 'threaded', 'threaded', tran, ['6A','15A'] ). -verb( 'threaten', 'threatens', 'threatening', 'threatened', 'threatened', _, ['2A','6A','14','17'] ). -verb( 'thresh', 'threshes', 'threshing', 'threshed', 'threshed', _, ['2A','6A','15A'] ). -verb( 'thrill', 'thrills', 'thrilling', 'thrilled', 'thrilled', _, ['2A','2C','6A'] ). -verb( 'thrive', 'thrives', 'thriving', 'thrived', 'thrived', intran, ['2A','3A'] ). -verb( 'throb', 'throbs', 'throbbing', 'throbbed', 'throbbed', intran, ['2A','2C'] ). -verb( 'throng', 'throngs', 'thronging', 'thronged', 'thronged', _, ['2C','4A','6A'] ). -verb( 'throttle', 'throttles', 'throttling', 'throttled', 'throttled', _, ['2C','6A','15B'] ). -verb( 'throw', 'throws', 'throwing', 'threw', 'thrown', _, ['2A','6A','12A','13A','15A','15B','22'] ). -verb( 'thrum', 'thrums', 'thrumming', 'thrummed', 'thrummed', _, ['3A','6A'] ). -verb( 'thrust', 'thrusts', 'thrusting', 'thrust', 'thrust', _, ['2A','2C','6A','15A','15B'] ). -verb( 'thud', 'thuds', 'thudding', 'thudded', 'thudded', intran, ['2C'] ). -verb( 'thumb', 'thumbs', 'thumbing', 'thumbed', 'thumbed', tran, ['6A'] ). -verb( 'thump', 'thumps', 'thumping', 'thumped', 'thumped', _, ['2A','2C','3A','6A','15A','22'] ). -verb( 'thunder', 'thunders', 'thundering', 'thundered', 'thundered', _, ['2A','2C','3A','15B'] ). -verb( 'thwack', 'thwacks', 'thwacking', 'thwacked', 'thwacked', tran, [] ). -verb( 'thwart', 'thwarts', 'thwarting', 'thwarted', 'thwarted', tran, ['6A'] ). -verb( 'tick', 'ticks', 'ticking', 'ticked', 'ticked', _, ['2A','2C','6A','10','15B'] ). -verb( 'ticket', 'tickets', 'ticketing', 'ticketed', 'ticketed', tran, ['6A'] ). -verb( 'tickle', 'tickles', 'tickling', 'tickled', 'tickled', _, ['2A','6A'] ). -verb( 'tide', 'tides', 'tiding', 'tided', 'tided', tran, ['14','15B'] ). -verb( 'tidy', 'tidies', 'tidying', 'tidied', 'tidied', _, ['2A','2C','6A','15B'] ). -verb( 'tie', 'ties', 'tying', 'tied', 'tied', _, ['2A','3A','6A','15A','15B'] ). -verb( 'tighten', 'tightens', 'tightening', 'tightened', 'tightened', _, ['2A','2C','6A','15B'] ). -verb( 'tile', 'tiles', 'tiling', 'tiled', 'tiled', tran, ['6A'] ). -verb( 'till', 'tills', 'tilling', 'tilled', 'tilled', tran, ['6A'] ). -verb( 'tilt', 'tilts', 'tilting', 'tilted', 'tilted', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'time', 'times', 'timing', 'timed', 'timed', tran, ['6A','15A'] ). -verb( 'tin', 'tins', 'tinning', 'tinned', 'tinned', tran, ['6A'] ). -verb( 'tincture', 'tinctures', 'tincturing', 'tinctured', 'tinctured', tran, [] ). -verb( 'ting', 'tings', 'tinging', 'tinged', 'tinged', _, [] ). -verb( 'tinge', 'tinges', 'tinging', 'tinged', 'tinged', tran, ['6A','14'] ). -verb( 'tingle', 'tingles', 'tingling', 'tingled', 'tingled', intran, ['2A','2C'] ). -verb( 'tinker', 'tinkers', 'tinkering', 'tinkered', 'tinkered', intran, ['2A','2C','3A'] ). -verb( 'tinkle', 'tinkles', 'tinkling', 'tinkled', 'tinkled', _, ['2A','2C','6A'] ). -verb( 'tinsel', 'tinsels', 'tinselling', 'tinselled', 'tinselled', tran, [] ). -verb( 'tint', 'tints', 'tinting', 'tinted', 'tinted', tran, ['6A','22'] ). -verb( 'tip', 'tips', 'tipping', 'tipped', 'tipped', _, ['2A','2C','6A','12C','15A','15B'] ). -verb( 'tipple', 'tipples', 'tippling', 'tippled', 'tippled', _, ['2A','6A'] ). -verb( 'tiptoe', 'tiptoes', 'tiptoeing', 'tiptoed', 'tiptoed', intran, ['2A','2C'] ). -verb( 'tire', 'tires', 'tiring', 'tired', 'tired', _, ['2A','3A','6A','15B'] ). -verb( 'titillate', 'titillates', 'titillating', 'titillated', 'titillated', tran, ['6A'] ). -verb( 'titivate', 'titivates', 'titivating', 'titivated', 'titivated', _, ['2A','6A'] ). -verb( 'titter', 'titters', 'tittering', 'tittered', 'tittered', intran, ['2A'] ). -verb( 'tittivate', 'tittivates', 'tittivating', 'tittivated', 'tittivated', _, ['2A','6A'] ). -verb( 'tittle-tattle', 'tittle-tattles', 'tittle-tattling', 'tittle-tattled', 'tittle-tattled', intran, [] ). -verb( 'toady', 'toadies', 'toadying', 'toadied', 'toadied', intran, ['2A','3A'] ). -verb( 'toast', 'toasts', 'toasting', 'toasted', 'toasted', _, ['2A','6A'] ). -verb( 'toboggan', 'toboggans', 'tobogganing', 'tobogganed', 'tobogganed', intran, ['2A','2C'] ). -verb( 'toddle', 'toddles', 'toddling', 'toddled', 'toddled', intran, ['2A','2C'] ). -verb( 'toe', 'toes', 'toeing', 'toed', 'toed', tran, ['6A'] ). -verb( 'tog', 'togs', 'togging', 'togged', 'togged', tran, ['15B'] ). -verb( 'toil', 'toils', 'toiling', 'toiled', 'toiled', intran, ['2A','2B','2C','3A','4A'] ). -verb( 'tolerate', 'tolerates', 'tolerating', 'tolerated', 'tolerated', tran, ['6A','6C'] ). -verb( 'toll', 'tolls', 'tolling', 'tolled', 'tolled', _, ['2A','6A'] ). -verb( 'tomahawk', 'tomahawks', 'tomahawking', 'tomahawked', 'tomahawked', tran, [] ). -verb( 'ton', 'tons', 'tonning', 'tonned', 'tonned', intran, ['2C'] ). -verb( 'tone', 'tones', 'toning', 'toned', 'toned', _, ['2C','6A','15B'] ). -verb( 'tonsure', 'tonsures', 'tonsuring', 'tonsured', 'tonsured', tran, [] ). -verb( 'tool', 'tools', 'tooling', 'tooled', 'tooled', tran, ['2C','6A'] ). -verb( 'toot', 'toots', 'tooting', 'tooted', 'tooted', _, ['2A','6A'] ). -verb( 'tootle', 'tootles', 'tootling', 'tootled', 'tootled', intran, [] ). -verb( 'top', 'tops', 'topping', 'topped', 'topped', tran, ['6A'] ). -verb( 'top-dress', 'top-dresses', 'top-dressing', 'top-dressed', 'top-dressed', tran, [] ). -verb( 'tope', 'topes', 'toping', 'toped', 'toped', _, ['2A','6A'] ). -verb( 'topple', 'topples', 'toppling', 'toppled', 'toppled', _, ['2A','2C','6A','15B'] ). -verb( 'torment', 'torments', 'tormenting', 'tormented', 'tormented', tran, ['6A','15A'] ). -verb( 'torpedo', 'torpedos', 'torpedoing', 'torpedoed', 'torpedoed', tran, ['6A'] ). -verb( 'torture', 'tortures', 'torturing', 'tortured', 'tortured', tran, ['6A','16A'] ). -verb( 'toss', 'tosses', 'tossing', 'tossed', 'tossed', _, ['2C','6A','12A','13A','15A','15B'] ). -verb( 'tot', 'tots', 'totting', 'totted', 'totted', _, ['2C','15B'] ). -verb( 'total', 'totals', 'totalling', 'totalled', 'totalled', _, ['2C','6A'] ). -verb( 'tote', 'totes', 'toting', 'toted', 'toted', tran, ['6A'] ). -verb( 'totter', 'totters', 'tottering', 'tottered', 'tottered', intran, ['2A','2C'] ). -verb( 'touch', 'touches', 'touching', 'touched', 'touched', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'touch-type', 'touch-types', 'touch-typing', 'touch-typed', 'touch-typed', intran, ['2A'] ). -verb( 'toughen', 'toughens', 'toughening', 'toughened', 'toughened', _, [] ). -verb( 'tour', 'tours', 'touring', 'toured', 'toured', _, ['2A','2C','6A'] ). -verb( 'tousle', 'tousles', 'tousling', 'tousled', 'tousled', tran, ['6A'] ). -verb( 'tout', 'touts', 'touting', 'touted', 'touted', intran, ['2A','3A'] ). -verb( 'tow', 'tows', 'towing', 'towed', 'towed', tran, ['6A','15A','15B'] ). -verb( 'towel', 'towels', 'towelling', 'towelled', 'towelled', tran, [] ). -verb( 'tower', 'towers', 'towering', 'towered', 'towered', intran, ['2C'] ). -verb( 'toy', 'toys', 'toying', 'toyed', 'toyed', intran, ['3A'] ). -verb( 'trace', 'traces', 'tracing', 'traced', 'traced', _, ['6A','15A','15B'] ). -verb( 'track', 'tracks', 'tracking', 'tracked', 'tracked', tran, ['6A','15A','15B'] ). -verb( 'trade', 'trades', 'trading', 'traded', 'traded', _, ['2A','2C','3A','14','15B'] ). -verb( 'traduce', 'traduces', 'traducing', 'traduced', 'traduced', tran, ['6A'] ). -verb( 'traffic', 'traffics', 'trafficking', 'trafficked', 'trafficked', intran, ['3A'] ). -verb( 'trail', 'trails', 'trailing', 'trailed', 'trailed', _, ['2A','2C','6A','15A','15B'] ). -verb( 'train', 'trains', 'training', 'trained', 'trained', _, ['2C','3A','6A','14','15A','17'] ). -verb( 'traipse', 'traipses', 'traipsing', 'traipsed', 'traipsed', intran, ['2A','2B','2C'] ). -verb( 'trammel', 'trammels', 'trammelling', 'trammelled', 'trammelled', tran, ['6A'] ). -verb( 'tramp', 'tramps', 'tramping', 'tramped', 'tramped', _, ['2A','2B','2C','6A'] ). -verb( 'trample', 'tramples', 'trampling', 'trampled', 'trampled', _, ['2C','3A','6A','15B'] ). -verb( 'tranquilize', 'tranquilizes', 'tranquilizing', 'tranquilized', 'tranquilized', tran, ['6A'] ). -verb( 'tranquillize', 'tranquillizes', 'tranquillizing', 'tranquillized', 'tranquillized', tran, ['6A'] ). -verb( 'transact', 'transacts', 'transacting', 'transacted', 'transacted', tran, ['6A','14'] ). -verb( 'transcend', 'transcends', 'transcending', 'transcended', 'transcended', tran, ['6A'] ). -verb( 'transcribe', 'transcribes', 'transcribing', 'transcribed', 'transcribed', tran, ['6A'] ). -verb( 'transfer', 'transfers', 'transferring', 'transferred', 'transferred', _, ['3A','6A','14'] ). -verb( 'transfigure', 'transfigures', 'transfiguring', 'transfigured', 'transfigured', tran, ['6A'] ). -verb( 'transfix', 'transfixes', 'transfixing', 'transfixed', 'transfixed', tran, ['6A'] ). -verb( 'transform', 'transforms', 'transforming', 'transformed', 'transformed', tran, ['6A','14'] ). -verb( 'transfuse', 'transfuses', 'transfusing', 'transfused', 'transfused', tran, ['6A'] ). -verb( 'transgress', 'transgresses', 'transgressing', 'transgressed', 'transgressed', _, ['2A','6A'] ). -verb( 'translate', 'translates', 'translating', 'translated', 'translated', tran, ['6A','14'] ). -verb( 'transliterate', 'transliterates', 'transliterating', 'transliterated', 'transliterated', tran, ['6A','14'] ). -verb( 'transmit', 'transmits', 'transmitting', 'transmitted', 'transmitted', tran, ['6A','14'] ). -verb( 'transmogrify', 'transmogrifies', 'transmogrifying', 'transmogrified', 'transmogrified', tran, ['6A'] ). -verb( 'transmute', 'transmutes', 'transmuting', 'transmuted', 'transmuted', tran, ['6A','14'] ). -verb( 'transpire', 'transpires', 'transpiring', 'transpired', 'transpired', _, ['2A','6A'] ). -verb( 'transplant', 'transplants', 'transplanting', 'transplanted', 'transplanted', _, ['2A','6A'] ). -verb( 'transport', 'transports', 'transporting', 'transported', 'transported', tran, ['6A','15A'] ). -verb( 'transpose', 'transposes', 'transposing', 'transposed', 'transposed', tran, ['6A','14'] ). -verb( 'transship', 'transships', 'transshipping', 'transshipped', 'transshipped', tran, ['6A'] ). -verb( 'trap', 'traps', 'trapping', 'trapped', 'trapped', tran, ['6A','15A'] ). -verb( 'travel', 'travels', 'travelling', 'travelled', 'travelled', _, ['2A','2B','2C','3A','4A'] ). -verb( 'traverse', 'traverses', 'traversing', 'traversed', 'traversed', tran, ['6A'] ). -verb( 'travesty', 'travesties', 'travestying', 'travestied', 'travestied', tran, ['6A'] ). -verb( 'trawl', 'trawls', 'trawling', 'trawled', 'trawled', _, ['2A','6A'] ). -verb( 'tread', 'treads', 'treading', 'trod', 'trodden', _, ['2C','3A','6A','15A','15B'] ). -verb( 'treadle', 'treadles', 'treadling', 'treadled', 'treadled', intran, ['2A'] ). -verb( 'treasure', 'treasures', 'treasuring', 'treasured', 'treasured', tran, ['6A','15B'] ). -verb( 'treat', 'treats', 'treating', 'treated', 'treated', _, ['3A','6A','14','15A','16B'] ). -verb( 'treble', 'trebles', 'trebling', 'trebled', 'trebled', _, ['2A','6A'] ). -verb( 'tree', 'trees', 'treeing', 'treed', 'treed', tran, ['6A'] ). -verb( 'trek', 'treks', 'trekking', 'trekked', 'trekked', intran, ['2A','2B','2C'] ). -verb( 'trellis', 'trellises', 'trellising', 'trellised', 'trellised', tran, ['6A'] ). -verb( 'tremble', 'trembles', 'trembling', 'trembled', 'trembled', intran, ['2A','2B','2C','4B'] ). -verb( 'trench', 'trenches', 'trenching', 'trenched', 'trenched', tran, ['6A'] ). -verb( 'trend', 'trends', 'trending', 'trended', 'trended', intran, ['2C'] ). -verb( 'trepan', 'trepans', 'trepanning', 'trepanned', 'trepanned', tran, [] ). -verb( 'trephine', 'trephines', 'trephining', 'trephined', 'trephined', tran, ['6A'] ). -verb( 'trespass', 'trespasses', 'trespassing', 'trespassed', 'trespassed', intran, ['2A','3A'] ). -verb( 'trice', 'trices', 'tricing', 'triced', 'triced', tran, ['15B'] ). -verb( 'trick', 'tricks', 'tricking', 'tricked', 'tricked', tran, ['6A','14','15B'] ). -verb( 'trickle', 'trickles', 'trickling', 'trickled', 'trickled', _, ['2A','2C','15A'] ). -verb( 'trifle', 'trifles', 'trifling', 'trifled', 'trifled', _, ['3A','15B'] ). -verb( 'trigger', 'triggers', 'triggering', 'triggered', 'triggered', tran, ['15B'] ). -verb( 'trill', 'trills', 'trilling', 'trilled', 'trilled', _, ['2A','2C','6A'] ). -verb( 'trim', 'trims', 'trimming', 'trimmed', 'trimmed', _, ['2A','6A','14','15A','22'] ). -verb( 'trip', 'trips', 'tripping', 'tripped', 'tripped', _, ['2A','2C','3A','15B'] ). -verb( 'triple', 'triples', 'tripling', 'tripled', 'tripled', _, ['2A','6A'] ). -verb( 'triplicate', 'triplicates', 'triplicating', 'triplicated', 'triplicated', tran, ['6A'] ). -verb( 'trisect', 'trisects', 'trisecting', 'trisected', 'trisected', tran, ['6A'] ). -verb( 'triumph', 'triumphs', 'triumphing', 'triumphed', 'triumphed', intran, ['2A','3A'] ). -verb( 'trivialize', 'trivializes', 'trivializing', 'trivialized', 'trivialized', tran, ['6A'] ). -verb( 'troll', 'trolls', 'trolling', 'trolled', 'trolled', _, ['2A','2C'] ). -verb( 'troop', 'troops', 'trooping', 'trooped', 'trooped', _, ['2C'] ). -verb( 'trot', 'trots', 'trotting', 'trotted', 'trotted', _, ['2A','2B','2C','15A','15B'] ). -verb( 'trouble', 'troubles', 'troubling', 'troubled', 'troubled', _, ['2A','2C','4A','6A','14','17'] ). -verb( 'trounce', 'trounces', 'trouncing', 'trounced', 'trounced', tran, ['6A'] ). -verb( 'truckle', 'truckles', 'truckling', 'truckled', 'truckled', intran, ['3A'] ). -verb( 'trudge', 'trudges', 'trudging', 'trudged', 'trudged', intran, ['2A','2B','2C'] ). -verb( 'true', 'trues', 'truing', 'trued', 'trued', tran, ['15B'] ). -verb( 'trump', 'trumps', 'trumping', 'trumped', 'trumped', _, ['2A','6A','15B'] ). -verb( 'trumpet', 'trumpets', 'trumpeting', 'trumpeted', 'trumpeted', _, ['2A','2C','6A','15B'] ). -verb( 'truncate', 'truncates', 'truncating', 'truncated', 'truncated', tran, ['6A'] ). -verb( 'trundle', 'trundles', 'trundling', 'trundled', 'trundled', _, ['2C','6A','15A','15B'] ). -verb( 'truss', 'trusses', 'trussing', 'trussed', 'trussed', tran, ['6A','15B'] ). -verb( 'trust', 'trusts', 'trusting', 'trusted', 'trusted', _, ['3A','6A','7A','9','14','15A','15B','17'] ). -verb( 'try', 'tries', 'trying', 'tried', 'tried', _, ['2A','2B','3A','6A','6B','6C','7A','10','15A','15B'] ). -verb( 'tuck', 'tucks', 'tucking', 'tucked', 'tucked', _, ['2C','3A','15A','15B'] ). -verb( 'tug', 'tugs', 'tugging', 'tugged', 'tugged', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'tumble', 'tumbles', 'tumbling', 'tumbled', 'tumbled', _, ['2A','2C','3A','6A','15A','15B'] ). -verb( 'tune', 'tunes', 'tuning', 'tuned', 'tuned', _, ['2C','6A'] ). -verb( 'tunnel', 'tunnels', 'tunnelling', 'tunnelled', 'tunnelled', _, ['2A','2C','3A','6A'] ). -verb( 'turf', 'turfs', 'turfing', 'turfed', 'turfed', tran, ['6A','15B'] ). -verb( 'turn', 'turns', 'turning', 'turned', 'turned', _, ['2A','2C','3A','4A','6A','14','15A','15B'] ). -verb( 'tussle', 'tussles', 'tussling', 'tussled', 'tussled', intran, [] ). -verb( 'tut', 'tuts', 'tutting', 'tutted', 'tutted', tran, ['6A'] ). -verb( 'tutor', 'tutors', 'tutoring', 'tutored', 'tutored', tran, ['6A','15A','16A'] ). -verb( 'twaddle', 'twaddles', 'twaddling', 'twaddled', 'twaddled', intran, ['2A'] ). -verb( 'twang', 'twangs', 'twanging', 'twanged', 'twanged', _, ['2A','6A'] ). -verb( 'tweak', 'tweaks', 'tweaking', 'tweaked', 'tweaked', tran, ['6A'] ). -verb( 'tweet', 'tweets', 'tweeting', 'tweeted', 'tweeted', intran, [] ). -verb( 'twiddle', 'twiddles', 'twiddling', 'twiddled', 'twiddled', _, ['3A','6A'] ). -verb( 'twig', 'twigs', 'twigging', 'twigged', 'twigged', _, ['2A','6A'] ). -verb( 'twin', 'twins', 'twinning', 'twinned', 'twinned', tran, ['6A','14'] ). -verb( 'twine', 'twines', 'twining', 'twined', 'twined', _, ['2A','2C','15A','15B'] ). -verb( 'twinkle', 'twinkles', 'twinkling', 'twinkled', 'twinkled', intran, ['2A','2C'] ). -verb( 'twirl', 'twirls', 'twirling', 'twirled', 'twirled', _, ['2A','2C','6A','15B','16A'] ). -verb( 'twist', 'twists', 'twisting', 'twisted', 'twisted', _, ['2A','2C','6A','15A','15B','16A'] ). -verb( 'twit', 'twits', 'twitting', 'twitted', 'twitted', tran, ['6A','14'] ). -verb( 'twitch', 'twitches', 'twitching', 'twitched', 'twitched', _, ['2A','2C','6A','15A','15B'] ). -verb( 'twitter', 'twitters', 'twittering', 'twittered', 'twittered', intran, ['15A','15B'] ). -verb( 'type', 'types', 'typing', 'typed', 'typed', _, ['2A','6A'] ). -verb( 'typecast', 'typecasts', 'typecasting', 'typecast', 'typecast', tran, ['6A'] ). -verb( 'typify', 'typifies', 'typifying', 'typified', 'typified', tran, ['6A'] ). -verb( 'tyrannize', 'tyrannizes', 'tyrannizing', 'tyrannized', 'tyrannized', _, ['3A','6A'] ). -verb( 'uglify', 'uglifies', 'uglifying', 'uglified', 'uglified', tran, [] ). -verb( 'ulcerate', 'ulcerates', 'ulcerating', 'ulcerated', 'ulcerated', _, ['2A','6A'] ). -verb( 'ululate', 'ululates', 'ululating', 'ululated', 'ululated', intran, ['2A'] ). -verb( 'umpire', 'umpires', 'umpiring', 'umpired', 'umpired', _, ['2A','6A'] ). -verb( 'unbalance', 'unbalances', 'unbalancing', 'unbalanced', 'unbalanced', tran, ['6A'] ). -verb( 'unbar', 'unbars', 'unbarring', 'unbarred', 'unbarred', tran, [] ). -verb( 'unbend', 'unbends', 'unbending', 'unbended', 'unbended', _, ['2A','6A'] ). -verb( 'unbind', 'unbinds', 'unbinding', 'unbound', 'unbound', tran, ['6A'] ). -verb( 'unblock', 'unblocks', 'unblocking', 'unblocked', 'unblocked', tran, ['6A','15B'] ). -verb( 'unbolt', 'unbolts', 'unbolting', 'unbolted', 'unbolted', _, ['2A','2C','6A','15B'] ). -verb( 'unbosom', 'unbosoms', 'unbosoming', 'unbosomed', 'unbosomed', tran, ['6A','14'] ). -verb( 'unbuckle', 'unbuckles', 'unbuckling', 'unbuckled', 'unbuckled', tran, ['6A'] ). -verb( 'unburden', 'unburdens', 'unburdening', 'unburdened', 'unburdened', tran, ['6A','15A'] ). -verb( 'unbutton', 'unbuttons', 'unbuttoning', 'unbuttoned', 'unbuttoned', tran, ['6A'] ). -verb( 'unchain', 'unchains', 'unchaining', 'unchained', 'unchained', tran, ['6A','15A','15B'] ). -verb( 'uncork', 'uncorks', 'uncorking', 'uncorked', 'uncorked', tran, ['6A'] ). -verb( 'uncouple', 'uncouples', 'uncoupling', 'uncoupled', 'uncoupled', tran, ['6A'] ). -verb( 'uncover', 'uncovers', 'uncovering', 'uncovered', 'uncovered', tran, ['2A','6A'] ). -verb( 'uncross', 'uncrosses', 'uncrossing', 'uncrossed', 'uncrossed', tran, ['6A'] ). -verb( 'uncurl', 'uncurls', 'uncurling', 'uncurled', 'uncurled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'undeceive', 'undeceives', 'undeceiving', 'undeceived', 'undeceived', tran, ['6A'] ). -verb( 'underact', 'underacts', 'underacting', 'underacted', 'underacted', _, ['2A','6A'] ). -verb( 'underbid', 'underbids', 'underbidding', 'underbid', 'underbid', tran, [] ). -verb( 'undercharge', 'undercharges', 'undercharging', 'undercharged', 'undercharged', tran, ['6A'] ). -verb( 'undercut', 'undercuts', 'undercutting', 'undercut', 'undercut', tran, ['6A'] ). -verb( 'underestimate', 'underestimates', 'underestimating', 'underestimated', 'underestimated', tran, ['6A'] ). -verb( 'underexpose', 'underexposes', 'underexposing', 'underexposed', 'underexposed', tran, ['6A'] ). -verb( 'undergo', 'undergoes', 'undergoing', 'underwent', 'undergone', tran, ['6A'] ). -verb( 'underlie', 'underlies', 'underlying', 'underlay', 'underlain', tran, ['6A'] ). -verb( 'underline', 'underlines', 'underlining', 'underlined', 'underlined', tran, ['6A'] ). -verb( 'undermine', 'undermines', 'undermining', 'undermined', 'undermined', tran, ['6A'] ). -verb( 'underpay', 'underpays', 'underpaying', 'underpaid', 'underpaid', tran, ['6A'] ). -verb( 'underpin', 'underpins', 'underpinning', 'underpinned', 'underpinned', tran, [] ). -verb( 'underquote', 'underquotes', 'underquoting', 'underquoted', 'underquoted', tran, ['6A'] ). -verb( 'underrate', 'underrates', 'underrating', 'underrated', 'underrated', tran, ['6A'] ). -verb( 'underscore', 'underscores', 'underscoring', 'underscored', 'underscored', tran, ['6A'] ). -verb( 'undersell', 'undersells', 'underselling', 'undersold', 'undersold', tran, ['6A'] ). -verb( 'undershoot', 'undershoots', 'undershooting', 'undershot', 'undershot', tran, [] ). -verb( 'undersign', 'undersigns', 'undersigning', 'undersigned', 'undersigned', tran, ['6A'] ). -verb( 'underspend', 'underspends', 'underspending', 'underspent', 'underspent', _, ['2A','6A','14','19B'] ). -verb( 'understand', 'understands', 'understanding', 'understood', 'understood', _, ['2A','6A','6C','8','9','10','17','19C'] ). -verb( 'understate', 'understates', 'understating', 'understated', 'understated', tran, ['6A'] ). -verb( 'understock', 'understocks', 'understocking', 'understocked', 'understocked', tran, ['6A'] ). -verb( 'understudy', 'understudies', 'understudying', 'understudied', 'understudied', tran, ['6A'] ). -verb( 'undertake', 'undertakes', 'undertaking', 'undertook', 'undertaken', tran, ['6A','7A','9'] ). -verb( 'undervalue', 'undervalues', 'undervaluing', 'undervalued', 'undervalued', tran, ['6A'] ). -verb( 'underwrite', 'underwrites', 'underwriting', 'underwrote', 'underwritten', tran, ['6A'] ). -verb( 'undo', 'undoes', 'undoing', 'undid', 'undone', tran, ['6A'] ). -verb( 'undock', 'undocks', 'undocking', 'undocked', 'undocked', _, ['2A','6A'] ). -verb( 'undress', 'undresses', 'undressing', 'undressed', 'undressed', _, ['2A','6A'] ). -verb( 'undulate', 'undulates', 'undulating', 'undulated', 'undulated', intran, ['2A','2C'] ). -verb( 'unearth', 'unearths', 'unearthing', 'unearthed', 'unearthed', tran, ['6A'] ). -verb( 'unfasten', 'unfastens', 'unfastening', 'unfastened', 'unfastened', _, ['2A','2C','3A','6A','14','15A','15B'] ). -verb( 'unfit', 'unfits', 'unfitting', 'unfitted', 'unfitted', tran, ['14'] ). -verb( 'unfold', 'unfolds', 'unfolding', 'unfolded', 'unfolded', _, ['2A','2C','6A'] ). -verb( 'unfrock', 'unfrocks', 'unfrocking', 'unfrocked', 'unfrocked', tran, ['6A'] ). -verb( 'unfurl', 'unfurls', 'unfurling', 'unfurled', 'unfurled', _, ['2A','6A'] ). -verb( 'unhand', 'unhands', 'unhanding', 'unhanded', 'unhanded', tran, ['6A'] ). -verb( 'unhinge', 'unhinges', 'unhinging', 'unhinged', 'unhinged', tran, ['6A'] ). -verb( 'unhitch', 'unhitches', 'unhitching', 'unhitched', 'unhitched', _, ['2A','2C','6A','15A','15B'] ). -verb( 'unhook', 'unhooks', 'unhooking', 'unhooked', 'unhooked', tran, ['6A'] ). -verb( 'unhorse', 'unhorses', 'unhorsing', 'unhorsed', 'unhorsed', tran, ['6A'] ). -verb( 'unify', 'unifies', 'unifying', 'unified', 'unified', tran, ['6A'] ). -verb( 'unite', 'unites', 'uniting', 'united', 'united', _, ['2A','3A','4A','6A'] ). -verb( 'unlearn', 'unlearns', 'unlearning', 'unlearned', 'unlearned', tran, ['6A'] ). -verb( 'unleash', 'unleashes', 'unleashing', 'unleashed', 'unleashed', tran, ['6A'] ). -verb( 'unload', 'unloads', 'unloading', 'unloaded', 'unloaded', _, ['2A','6A','14'] ). -verb( 'unlock', 'unlocks', 'unlocking', 'unlocked', 'unlocked', _, ['2A','2C','6A','15A','15B'] ). -verb( 'unloose', 'unlooses', 'unloosing', 'unloosed', 'unloosed', tran, ['6A'] ). -verb( 'unman', 'unmans', 'unmanning', 'unmanned', 'unmanned', tran, ['6A'] ). -verb( 'unmask', 'unmasks', 'unmasking', 'unmasked', 'unmasked', _, ['2A','6A'] ). -verb( 'unnerve', 'unnerves', 'unnerving', 'unnerved', 'unnerved', tran, ['6A'] ). -verb( 'unpack', 'unpacks', 'unpacking', 'unpacked', 'unpacked', _, ['2A','6A'] ). -verb( 'unpick', 'unpicks', 'unpicking', 'unpicked', 'unpicked', _, ['3A','6A','15B'] ). -verb( 'unplug', 'unplugs', 'unplugging', 'unplugged', 'unplugged', _, ['2C','6A','15B'] ). -verb( 'unravel', 'unravels', 'unravelling', 'unravelled', 'unravelled', _, ['2A','6A'] ). -verb( 'unroll', 'unrolls', 'unrolling', 'unrolled', 'unrolled', _, ['2A','6A'] ). -verb( 'unsaddle', 'unsaddles', 'unsaddling', 'unsaddled', 'unsaddled', tran, ['6A'] ). -verb( 'unsay', 'unsays', 'unsaying', 'unsaid', 'unsaid', tran, ['6A'] ). -verb( 'unscramble', 'unscrambles', 'unscrambling', 'unscrambled', 'unscrambled', tran, [] ). -verb( 'unscrew', 'unscrews', 'unscrewing', 'unscrewed', 'unscrewed', _, ['2A','6A','15A','15B'] ). -verb( 'unseat', 'unseats', 'unseating', 'unseated', 'unseated', tran, ['6A'] ). -verb( 'unsettle', 'unsettles', 'unsettling', 'unsettled', 'unsettled', tran, ['6A'] ). -verb( 'unsex', 'unsexes', 'unsexing', 'unsexed', 'unsexed', tran, ['6A'] ). -verb( 'unsheathe', 'unsheathes', 'unsheathing', 'unsheathed', 'unsheathed', tran, ['6A'] ). -verb( 'untie', 'unties', 'untying', 'untied', 'untied', _, ['2A','3A','6A','15A','15B'] ). -verb( 'unveil', 'unveils', 'unveiling', 'unveiled', 'unveiled', _, ['2A','6A'] ). -verb( 'unwind', 'unwinds', 'unwinding', 'unwound', 'unwound', _, ['2A','6A','21'] ). -verb( 'unwrap', 'unwraps', 'unwrapping', 'unwrapped', 'unwrapped', _, ['6A','14','15A','15B'] ). -verb( 'unzip', 'unzips', 'unzipping', 'unzipped', 'unzipped', tran, [] ). -verb( 'up', 'ups', 'upping', 'upped', 'upped', _, ['2A','6A'] ). -verb( 'upbraid', 'upbraids', 'upbraiding', 'upbraided', 'upbraided', tran, ['6A','14'] ). -verb( 'update', 'updates', 'updating', 'updated', 'updated', tran, ['6A'] ). -verb( 'upgrade', 'upgrades', 'upgrading', 'upgraded', 'upgraded', tran, ['6A'] ). -verb( 'uphold', 'upholds', 'upholding', 'upheld', 'upheld', tran, ['6A'] ). -verb( 'upholster', 'upholsters', 'upholstering', 'upholstered', 'upholstered', tran, ['6A'] ). -verb( 'uplift', 'uplifts', 'uplifting', 'uplifted', 'uplifted', tran, ['6A'] ). -verb( 'uproot', 'uproots', 'uprooting', 'uprooted', 'uprooted', tran, ['6A'] ). -verb( 'upset', 'upsets', 'upsetting', 'upset', 'upset', _, ['2A','6A'] ). -verb( 'upstage', 'upstages', 'upstaging', 'upstaged', 'upstaged', tran, ['6A'] ). -verb( 'urbanize', 'urbanizes', 'urbanizing', 'urbanized', 'urbanized', tran, ['6A'] ). -verb( 'urge', 'urges', 'urging', 'urged', 'urged', tran, ['6A','6D','9','14','15B','17','19C'] ). -verb( 'urinate', 'urinates', 'urinating', 'urinated', 'urinated', intran, [] ). -verb( 'use', 'uses', 'using', 'used', 'used', tran, ['6A','14','15A','15B','16A'] ). -verb( 'usher', 'ushers', 'ushering', 'ushered', 'ushered', tran, ['14','15B'] ). -verb( 'usurp', 'usurps', 'usurping', 'usurped', 'usurped', tran, ['6A'] ). -verb( 'utilize', 'utilizes', 'utilizing', 'utilized', 'utilized', tran, ['6A'] ). -verb( 'utter', 'utters', 'uttering', 'uttered', 'uttered', tran, ['6A'] ). -verb( 'vacate', 'vacates', 'vacating', 'vacated', 'vacated', tran, ['6A'] ). -verb( 'vacation', 'vacations', 'vacationing', 'vacationed', 'vacationed', intran, ['3A'] ). -verb( 'vaccinate', 'vaccinates', 'vaccinating', 'vaccinated', 'vaccinated', tran, ['6A','14'] ). -verb( 'vacillate', 'vacillates', 'vacillating', 'vacillated', 'vacillated', intran, ['2A','3A'] ). -verb( 'valet', 'valets', 'valeting', 'valeted', 'valeted', tran, ['6A'] ). -verb( 'validate', 'validates', 'validating', 'validated', 'validated', tran, ['6A'] ). -verb( 'value', 'values', 'valuing', 'valued', 'valued', tran, ['6A','15A','16B'] ). -verb( 'vamoose', 'vamooses', 'vamoosing', 'vamoosed', 'vamoosed', intran, [] ). -verb( 'vamp', 'vamps', 'vamping', 'vamped', 'vamped', _, ['2A','6A','15B'] ). -verb( 'vanish', 'vanishes', 'vanishing', 'vanished', 'vanished', intran, ['2A'] ). -verb( 'vanquish', 'vanquishes', 'vanquishing', 'vanquished', 'vanquished', tran, ['6A'] ). -verb( 'vaporize', 'vaporizes', 'vaporizing', 'vaporized', 'vaporized', _, ['2A','6A'] ). -verb( 'varnish', 'varnishes', 'varnishing', 'varnished', 'varnished', tran, ['6A'] ). -verb( 'vary', 'varies', 'varying', 'varied', 'varied', _, ['2A','6A'] ). -verb( 'vault', 'vaults', 'vaulting', 'vaulted', 'vaulted', _, ['2A','2B','2C','6A'] ). -verb( 'vaunt', 'vaunts', 'vaunting', 'vaunted', 'vaunted', _, [] ). -verb( 'veer', 'veers', 'veering', 'veered', 'veered', intran, ['2A','2C'] ). -verb( 'vegetate', 'vegetates', 'vegetating', 'vegetated', 'vegetated', intran, ['2A'] ). -verb( 'veil', 'veils', 'veiling', 'veiled', 'veiled', tran, ['6A'] ). -verb( 'vend', 'vends', 'vending', 'vended', 'vended', tran, ['6A'] ). -verb( 'veneer', 'veneers', 'veneering', 'veneered', 'veneered', tran, ['6A'] ). -verb( 'venerate', 'venerates', 'venerating', 'venerated', 'venerated', tran, ['6A'] ). -verb( 'vent', 'vents', 'venting', 'vented', 'vented', tran, ['6A','14'] ). -verb( 'ventilate', 'ventilates', 'ventilating', 'ventilated', 'ventilated', tran, ['6A'] ). -verb( 'venture', 'ventures', 'venturing', 'ventured', 'ventured', _, ['3A','6A','7A','15A','16A'] ). -verb( 'verbalize', 'verbalizes', 'verbalizing', 'verbalized', 'verbalized', tran, [] ). -verb( 'verge', 'verges', 'verging', 'verged', 'verged', intran, ['3A'] ). -verb( 'verify', 'verifies', 'verifying', 'verified', 'verified', tran, ['6A'] ). -verb( 'versify', 'versifies', 'versifying', 'versified', 'versified', _, ['2A','6A'] ). -verb( 'vest', 'vests', 'vesting', 'vested', 'vested', _, ['3A','6A','14'] ). -verb( 'vesture', 'vestures', 'vesturing', 'vestured', 'vestured', tran, [] ). -verb( 'vet', 'vets', 'vetting', 'vetted', 'vetted', tran, ['6A'] ). -verb( 'veto', 'vetos', 'vetoing', 'vetoed', 'vetoed', tran, ['6A'] ). -verb( 'vex', 'vexes', 'vexing', 'vexed', 'vexed', tran, ['6A'] ). -verb( 'vibrate', 'vibrates', 'vibrating', 'vibrated', 'vibrated', _, ['2A','2C','6A'] ). -verb( 'victimize', 'victimizes', 'victimizing', 'victimized', 'victimized', tran, ['6A'] ). -verb( 'victual', 'victuals', 'victualling', 'victualled', 'victualled', _, ['2A','6A'] ). -verb( 'videotape', 'videotapes', 'videotaping', 'videotaped', 'videotaped', tran, ['6A'] ). -verb( 'vie', 'vies', 'vying', 'vied', 'vied', intran, ['3A'] ). -verb( 'view', 'views', 'viewing', 'viewed', 'viewed', tran, ['6A'] ). -verb( 'vilify', 'vilifies', 'vilifying', 'vilified', 'vilified', tran, ['6A'] ). -verb( 'vindicate', 'vindicates', 'vindicating', 'vindicated', 'vindicated', tran, ['6A'] ). -verb( 'violate', 'violates', 'violating', 'violated', 'violated', tran, ['6A'] ). -verb( 'visa', 'visas', 'visaing', 'visaed', 'visaed', tran, ['6A'] ). -verb( 'visit', 'visits', 'visiting', 'visited', 'visited', _, ['2C','3A','6A','14'] ). -verb( 'visualize', 'visualizes', 'visualizing', 'visualized', 'visualized', tran, ['6A'] ). -verb( 'vitalize', 'vitalizes', 'vitalizing', 'vitalized', 'vitalized', tran, ['6A'] ). -verb( 'vitiate', 'vitiates', 'vitiating', 'vitiated', 'vitiated', tran, ['6A'] ). -verb( 'vitrify', 'vitrifies', 'vitrifying', 'vitrified', 'vitrified', _, ['2A','6A'] ). -verb( 'vituperate', 'vituperates', 'vituperating', 'vituperated', 'vituperated', tran, ['6A'] ). -verb( 'vivisect', 'vivisects', 'vivisecting', 'vivisected', 'vivisected', tran, ['6A'] ). -verb( 'vocalize', 'vocalizes', 'vocalizing', 'vocalized', 'vocalized', tran, [] ). -verb( 'vociferate', 'vociferates', 'vociferating', 'vociferated', 'vociferated', _, ['2A','6A'] ). -verb( 'voice', 'voices', 'voicing', 'voiced', 'voiced', tran, ['6A'] ). -verb( 'void', 'voids', 'voiding', 'voided', 'voided', tran, ['6A'] ). -verb( 'volley', 'volleys', 'volleying', 'volleyed', 'volleyed', _, ['2A','2C','6A'] ). -verb( 'volunteer', 'volunteers', 'volunteering', 'volunteered', 'volunteered', _, ['2A','3A','6A','7A'] ). -verb( 'vomit', 'vomits', 'vomiting', 'vomited', 'vomited', _, ['2A','6A','15B'] ). -verb( 'vote', 'votes', 'voting', 'voted', 'voted', _, ['3A','6A','9','12B','13B','15B','25'] ). -verb( 'vouch', 'vouches', 'vouching', 'vouched', 'vouched', intran, [] ). -verb( 'vouchsafe', 'vouchsafes', 'vouchsafing', 'vouchsafed', 'vouchsafed', tran, ['6A','7A','12C'] ). -verb( 'vow', 'vows', 'vowing', 'vowed', 'vowed', tran, ['6A','7A','9'] ). -verb( 'voyage', 'voyages', 'voyaging', 'voyaged', 'voyaged', intran, ['2A','2C'] ). -verb( 'vulcanize', 'vulcanizes', 'vulcanizing', 'vulcanized', 'vulcanized', tran, ['6A'] ). -verb( 'vulgarize', 'vulgarizes', 'vulgarizing', 'vulgarized', 'vulgarized', tran, ['6A'] ). -verb( 'wad', 'wads', 'wadding', 'wadded', 'wadded', tran, [] ). -verb( 'waddle', 'waddles', 'waddling', 'waddled', 'waddled', intran, ['2A','2C'] ). -verb( 'wade', 'wades', 'wading', 'waded', 'waded', _, ['2A','2C','6A'] ). -verb( 'waffle', 'waffles', 'waffling', 'waffled', 'waffled', intran, ['2A','2C'] ). -verb( 'waft', 'wafts', 'wafting', 'wafted', 'wafted', tran, ['6A'] ). -verb( 'wag', 'wags', 'wagging', 'wagged', 'wagged', _, ['2A','2C','6A'] ). -verb( 'wage', 'wages', 'waging', 'waged', 'waged', tran, ['6A'] ). -verb( 'wager', 'wagers', 'wagering', 'wagered', 'wagered', _, ['2A','6A','11','12C','14'] ). -verb( 'waggle', 'waggles', 'waggling', 'waggled', 'waggled', _, [] ). -verb( 'wail', 'wails', 'wailing', 'wailed', 'wailed', _, ['2A','2B','2C','6A'] ). -verb( 'wait', 'waits', 'waiting', 'waited', 'waited', _, ['2A','2B','2C','3A','4A','6A','14'] ). -verb( 'waive', 'waives', 'waiving', 'waived', 'waived', tran, ['6A'] ). -verb( 'wake', 'wakes', 'waking', 'waked', 'waked', _, ['2A','2C','4B','6A','15B'] ). -verb( 'waken', 'wakens', 'wakening', 'wakened', 'wakened', _, ['2A','6A'] ). -verb( 'walk', 'walks', 'walking', 'walked', 'walked', _, ['2A','2B','2C','6A','15A','15B'] ). -verb( 'wall', 'walls', 'walling', 'walled', 'walled', tran, ['15B'] ). -verb( 'wallop', 'wallops', 'walloping', 'walloped', 'walloped', tran, [] ). -verb( 'wallow', 'wallows', 'wallowing', 'wallowed', 'wallowed', intran, ['2A','2C'] ). -verb( 'waltz', 'waltzes', 'waltzing', 'waltzed', 'waltzed', _, ['2A','2C','15A'] ). -verb( 'wander', 'wanders', 'wandering', 'wandered', 'wandered', _, ['2A','2B','2C','6A'] ). -verb( 'wane', 'wanes', 'waning', 'waned', 'waned', intran, ['2A'] ). -verb( 'wangle', 'wangles', 'wangling', 'wangled', 'wangled', tran, ['6A'] ). -verb( 'wank', 'wanks', 'wanking', 'wanked', 'wanked', intran, ['2A'] ). -verb( 'want', 'wants', 'wanting', 'wanted', 'wanted', _, ['2A','3A','6A','6E','7A','17','19B','24A'] ). -verb( 'wanton', 'wantons', 'wantoning', 'wantoned', 'wantoned', intran, ['2A','2C'] ). -verb( 'war', 'wars', 'warring', 'warred', 'warred', intran, [] ). -verb( 'warble', 'warbles', 'warbling', 'warbled', 'warbled', _, ['2A','2C','6A'] ). -verb( 'ward', 'wards', 'warding', 'warded', 'warded', tran, ['15B'] ). -verb( 'ware', 'wares', 'waring', 'wared', 'wared', tran, ['6A'] ). -verb( 'warm', 'warms', 'warming', 'warmed', 'warmed', _, ['2A','2C','6A','15B'] ). -verb( 'warn', 'warns', 'warning', 'warned', 'warned', tran, ['6A','11','14','15B','17'] ). -verb( 'warp', 'warps', 'warping', 'warped', 'warped', _, ['2A','6A'] ). -verb( 'warrant', 'warrants', 'warranting', 'warranted', 'warranted', tran, ['6A','9','25'] ). -verb( 'wash', 'washes', 'washing', 'washed', 'washed', _, ['2A','2C','6A','15A','15B','22'] ). -verb( 'waste', 'wastes', 'wasting', 'wasted', 'wasted', _, ['2A','2C','6A','14'] ). -verb( 'watch', 'watches', 'watching', 'watched', 'watched', _, ['2A','2B','2C','3A','4A','6A','8','10','15A','18A','19A'] ). -verb( 'water', 'waters', 'watering', 'watered', 'watered', _, ['2A','6A','15B'] ). -verb( 'waterproof', 'waterproofs', 'waterproofing', 'waterproofed', 'waterproofed', tran, [] ). -verb( 'wave', 'waves', 'waving', 'waved', 'waved', _, ['2A','3A','6A','12A','13A','15A','15B','16A'] ). -verb( 'waver', 'wavers', 'wavering', 'wavered', 'wavered', intran, ['2A','2C'] ). -verb( 'wax', 'waxes', 'waxing', 'waxed', 'waxed', _, ['2A','2D','6A'] ). -verb( 'waylay', 'waylays', 'waylaying', 'waylaid', 'waylaid', tran, ['6A'] ). -verb( 'weaken', 'weakens', 'weakening', 'weakened', 'weakened', _, ['2A','6A'] ). -verb( 'wean', 'weans', 'weaning', 'weaned', 'weaned', tran, ['6A','14'] ). -verb( 'wear', 'wears', 'wearing', 'wore', 'worn', _, ['2A','2B','2C','2D','6A','15A','15B','22'] ). -verb( 'weary', 'wearies', 'wearying', 'wearied', 'wearied', _, ['2A','3A','6A','14'] ). -verb( 'weather', 'weathers', 'weathering', 'weathered', 'weathered', _, ['2A','6A'] ). -verb( 'weave', 'weaves', 'weaving', 'wove', 'woven', _, ['2A','2C','6A','15A','15B'] ). -verb( 'wed', 'weds', 'wedding', 'wedded', 'wedded', _, ['2A','6A','14'] ). -verb( 'wedge', 'wedges', 'wedging', 'wedged', 'wedged', tran, ['6A','15A','22'] ). -verb( 'wee', 'wees', 'weeing', 'weed', 'weed', intran, [] ). -verb( 'weed', 'weeds', 'weeding', 'weeded', 'weeded', _, ['2A','6A','15B'] ). -verb( 'weekend', 'weekends', 'weekending', 'weekended', 'weekended', intran, [] ). -verb( 'weep', 'weeps', 'weeping', 'wept', 'wept', _, ['2A','2B','2C','3A','4B','6A'] ). -verb( 'weigh', 'weighs', 'weighing', 'weighed', 'weighed', _, ['2B','2C','3A','6A','14','15B'] ). -verb( 'weight', 'weights', 'weighting', 'weighted', 'weighted', tran, ['6A'] ). -verb( 'welcome', 'welcomes', 'welcoming', 'welcomed', 'welcomed', tran, ['6A','15A'] ). -verb( 'weld', 'welds', 'welding', 'welded', 'welded', _, ['2A','6A','15A','15B'] ). -verb( 'well', 'wells', 'welling', 'welled', 'welled', intran, ['2C'] ). -verb( 'welsh', 'welshes', 'welshing', 'welshed', 'welshed', intran, ['3A'] ). -verb( 'welter', 'welters', 'weltering', 'weltered', 'weltered', intran, ['2C'] ). -verb( 'wench', 'wenches', 'wenching', 'wenched', 'wenched', intran, ['2A'] ). -verb( 'wend', 'wends', 'wending', 'wended', 'wended', tran, [] ). -verb( 'westernize', 'westernizes', 'westernizing', 'westernized', 'westernized', tran, ['6A'] ). -verb( 'wet', 'wets', 'wetting', 'wetted', 'wetted', tran, ['6A'] ). -verb( 'whack', 'whacks', 'whacking', 'whacked', 'whacked', tran, ['6A'] ). -verb( 'whale', 'whales', 'whaling', 'whaled', 'whaled', intran, ['2A'] ). -verb( 'whang', 'whangs', 'whanging', 'whanged', 'whanged', tran, [] ). -verb( 'wheedle', 'wheedles', 'wheedling', 'wheedled', 'wheedled', tran, ['6A','14'] ). -verb( 'wheel', 'wheels', 'wheeling', 'wheeled', 'wheeled', _, ['2A','2C','6A','15A','15B'] ). -verb( 'wheeze', 'wheezes', 'wheezing', 'wheezed', 'wheezed', _, ['2A','2B','2C','15B'] ). -verb( 'whelp', 'whelps', 'whelping', 'whelped', 'whelped', intran, [] ). -verb( 'whet', 'whets', 'whetting', 'whetted', 'whetted', tran, ['6A'] ). -verb( 'while', 'whiles', 'whiling', 'whiled', 'whiled', tran, ['15B'] ). -verb( 'whimper', 'whimpers', 'whimpering', 'whimpered', 'whimpered', _, ['2A','6A'] ). -verb( 'whine', 'whines', 'whining', 'whined', 'whined', _, ['2A','2C','4A','6A','15B'] ). -verb( 'whinny', 'whinnies', 'whinnying', 'whinnied', 'whinnied', intran, [] ). -verb( 'whip', 'whips', 'whipping', 'whipped', 'whipped', _, ['2C','6A','15A','15B'] ). -verb( 'whir', 'whirs', 'whirring', 'whirred', 'whirred', intran, ['2A','2C'] ). -verb( 'whirl', 'whirls', 'whirling', 'whirled', 'whirled', _, ['2A','2C','15A','15B'] ). -verb( 'whirr', 'whirrs', 'whirring', 'whirred', 'whirred', intran, ['2A','2C'] ). -verb( 'whisk', 'whisks', 'whisking', 'whisked', 'whisked', _, ['6A','15B'] ). -verb( 'whisper', 'whispers', 'whispering', 'whispered', 'whispered', _, ['2A','2C','3A','6A','14','15B'] ). -verb( 'whistle', 'whistles', 'whistling', 'whistled', 'whistled', _, ['2A','2C','6A','15B','16A'] ). -verb( 'whiten', 'whitens', 'whitening', 'whitened', 'whitened', _, ['2A','6A'] ). -verb( 'whitewash', 'whitewashes', 'whitewashing', 'whitewashed', 'whitewashed', tran, [] ). -verb( 'whittle', 'whittles', 'whittling', 'whittled', 'whittled', _, ['2C','3A','6A','15A','15B'] ). -verb( 'whiz', 'whizzes', 'whizzing', 'whizzed', 'whizzed', intran, ['2C'] ). -verb( 'whoop', 'whoops', 'whooping', 'whooped', 'whooped', _, [] ). -verb( 'whop', 'whops', 'whopping', 'whopped', 'whopped', tran, ['6A'] ). -verb( 'widen', 'widens', 'widening', 'widened', 'widened', _, ['2A','6A'] ). -verb( 'wield', 'wields', 'wielding', 'wielded', 'wielded', tran, ['6A'] ). -verb( 'wiggle', 'wiggles', 'wiggling', 'wiggled', 'wiggled', _, ['2A','6A'] ). -verb( 'will', 'will', '-', '-', '-', unknown, ['2A','5','6A','9','12A','13A','14','15A','17'] ). -verb( 'will', 'wills', 'willing', 'willed', 'willed', _, ['2A','5','6A','9','12A','13A','14','15A','17'] ). -verb( 'wilt', 'wilts', 'wilting', 'wilted', 'wilted', _, ['2A','5','6A','9'] ). -verb( 'win', 'wins', 'winning', 'won', 'won', _, ['2A','6A','12B','13B','15A','15B','17'] ). -verb( 'wince', 'winces', 'wincing', 'winced', 'winced', tran, ['2A','2C'] ). -verb( 'winch', 'winches', 'winching', 'winched', 'winched', tran, ['6A','15B'] ). -verb( 'wind', 'winds', 'winding', 'winded', 'winded', tran, ['6A'] ). -verb( 'wind', 'winds', 'winding', 'wound', 'wound', _, ['2A','2B','2C','6A','14','15A','15B'] ). -verb( 'wine', 'wines', 'wining', 'wined', 'wined', tran, [] ). -verb( 'wing', 'wings', 'winging', 'winged', 'winged', _, ['2C','6A','15A'] ). -verb( 'wink', 'winks', 'winking', 'winked', 'winked', _, ['2A','2C','3A','15B'] ). -verb( 'winkle', 'winkles', 'winkling', 'winkled', 'winkled', tran, ['15B'] ). -verb( 'winnow', 'winnows', 'winnowing', 'winnowed', 'winnowed', tran, ['6A','14','15A','15B'] ). -verb( 'winter', 'winters', 'wintering', 'wintered', 'wintered', intran, ['2C'] ). -verb( 'wipe', 'wipes', 'wiping', 'wiped', 'wiped', _, ['6A','15A','15B','22'] ). -verb( 'wire', 'wires', 'wiring', 'wired', 'wired', _, ['6A','11','12A','13A','15A','15B','16A'] ). -verb( 'wisecrack', 'wisecracks', 'wisecracking', 'wisecracked', 'wisecracked', intran, [] ). -verb( 'wish', 'wishes', 'wishing', 'wished', 'wished', _, ['2A','3A','6A','7A','9','12A','13A','15A','17','22'] ). -verb( 'withdraw', 'withdraws', 'withdrawing', 'withdrew', 'withdrawn', _, ['2A','2C','6A','14'] ). -verb( 'wither', 'withers', 'withering', 'withered', 'withered', _, ['2A','2C','6A','15B'] ). -verb( 'withhold', 'withholds', 'withholding', 'withheld', 'withheld', tran, ['6A','14'] ). -verb( 'withstand', 'withstands', 'withstanding', 'withstood', 'withstood', tran, ['6A'] ). -verb( 'witness', 'witnesses', 'witnessing', 'witnessed', 'witnessed', _, ['3A','6A'] ). -verb( 'wive', 'wives', 'wiving', 'wived', 'wived', _, ['2A','6A'] ). -verb( 'wobble', 'wobbles', 'wobbling', 'wobbled', 'wobbled', _, ['2A','2C','6A'] ). -verb( 'wolf', 'wolfs', 'wolfing', 'wolfed', 'wolfed', tran, ['6A','15A'] ). -verb( 'womanize', 'womanizes', 'womanizing', 'womanized', 'womanized', intran, [] ). -verb( 'wonder', 'wonders', 'wondering', 'wondered', 'wondered', _, ['2A','3A','3B','4B','8','10'] ). -verb( 'woo', 'woos', 'wooing', 'wooed', 'wooed', tran, ['6A'] ). -verb( 'word', 'words', 'wording', 'worded', 'worded', tran, ['6A'] ). -verb( 'work', 'works', 'working', 'worked', 'worked', _, ['2A','2B','2C','2D','3A','4A','6A','14','15A','15B','22'] ). -verb( 'worm', 'worms', 'worming', 'wormed', 'wormed', tran, ['6A','15A','15B'] ). -verb( 'worry', 'worries', 'worrying', 'worried', 'worried', _, ['2A','2B','2C','3A','6A','14','15A','15B','17','22'] ). -verb( 'worsen', 'worsens', 'worsening', 'worsened', 'worsened', _, ['2A','6A'] ). -verb( 'worship', 'worships', 'worshipping', 'worshipped', 'worshipped', _, ['2A','2B','6A'] ). -verb( 'worst', 'worsts', 'worsting', 'worsted', 'worsted', tran, ['6A'] ). -verb( 'wound', 'wounds', 'wounding', 'wounded', 'wounded', tran, ['6A'] ). -verb( 'wrangle', 'wrangles', 'wrangling', 'wrangled', 'wrangled', intran, ['2A','3A'] ). -verb( 'wrap', 'wraps', 'wrapping', 'wrapped', 'wrapped', _, ['6A','14','15A','15B'] ). -verb( 'wreak', 'wreaks', 'wreaking', 'wreaked', 'wreaked', tran, ['6A','14'] ). -verb( 'wreathe', 'wreathes', 'wreathing', 'wreathed', 'wreathed', _, ['2A','2C','6A','14'] ). -verb( 'wreck', 'wrecks', 'wrecking', 'wrecked', 'wrecked', tran, ['6A'] ). -verb( 'wrench', 'wrenches', 'wrenching', 'wrenched', 'wrenched', tran, ['6A','15A','22'] ). -verb( 'wrest', 'wrests', 'wresting', 'wrested', 'wrested', tran, ['14'] ). -verb( 'wrestle', 'wrestles', 'wrestling', 'wrestled', 'wrestled', intran, ['2A','2C','3A'] ). -verb( 'wrick', 'wricks', 'wricking', 'wricked', 'wricked', tran, ['6A'] ). -verb( 'wriggle', 'wriggles', 'wriggling', 'wriggled', 'wriggled', _, ['2A','2C','3A','6A','15B','22'] ). -verb( 'wring', 'wrings', 'wringing', 'wrung', 'wrung', tran, ['6A','14','15B'] ). -verb( 'wrinkle', 'wrinkles', 'wrinkling', 'wrinkled', 'wrinkled', _, ['2A','2C','6A','15B'] ). -verb( 'write', 'writes', 'writing', 'wrote', 'written', _, ['2A','2B','2C','4A','6A','12A','13A','15B'] ). -verb( 'writhe', 'writhes', 'writhing', 'writhed', 'writhed', intran, ['2A','2C'] ). -verb( 'wrong', 'wrongs', 'wronging', 'wronged', 'wronged', tran, ['6A'] ). -verb( 'yacht', 'yachts', 'yachting', 'yachted', 'yachted', intran, ['2A'] ). -verb( 'yammer', 'yammers', 'yammering', 'yammered', 'yammered', intran, [] ). -verb( 'yank', 'yanks', 'yanking', 'yanked', 'yanked', tran, ['6A','15A','15B'] ). -verb( 'yap', 'yaps', 'yapping', 'yapped', 'yapped', intran, ['2A'] ). -verb( 'yarn', 'yarns', 'yarning', 'yarned', 'yarned', intran, ['2A','2C'] ). -verb( 'yaw', 'yaws', 'yawing', 'yawed', 'yawed', intran, [] ). -verb( 'yawn', 'yawns', 'yawning', 'yawned', 'yawned', intran, ['2A','2C'] ). -verb( 'yearn', 'yearns', 'yearning', 'yearned', 'yearned', intran, ['3A','4A'] ). -verb( 'yell', 'yells', 'yelling', 'yelled', 'yelled', _, ['2A','2C','6A','15B'] ). -verb( 'yellow', 'yellows', 'yellowing', 'yellowed', 'yellowed', _, ['2A','6A'] ). -verb( 'yelp', 'yelps', 'yelping', 'yelped', 'yelped', intran, ['2A'] ). -verb( 'yen', 'yens', 'yenning', 'yenned', 'yenned', intran, [] ). -verb( 'yield', 'yields', 'yielding', 'yielded', 'yielded', _, ['2A','3A','6A','15A','15B'] ). -verb( 'yodel', 'yodels', 'yodelling', 'yodelled', 'yodelled', _, [] ). -verb( 'yoke', 'yokes', 'yoking', 'yoked', 'yoked', _, ['6A','15A'] ). -verb( 'yowl', 'yowls', 'yowling', 'yowled', 'yowled', intran, [] ). -verb( 'zap', 'zaps', 'zapping', 'zapped', 'zapped', tran, ['6A'] ). -verb( 'zero', 'zeros', 'zeroing', 'zeroed', 'zeroed', intran, ['2C'] ). -verb( 'zigzag', 'zigzags', 'zigzagging', 'zigzagged', 'zigzagged', intran, [] ). -verb( 'zip', 'zips', 'zipping', 'zipped', 'zipped', tran, ['6A','15B','22'] ). -verb( 'zone', 'zones', 'zoning', 'zoned', 'zoned', tran, ['6A'] ). -verb( 'zoom', 'zooms', 'zooming', 'zoomed', 'zoomed', intran, ['2A','2C'] ). - -noun( 'a-bomb', 'a-bombs', count, _ ). -noun( 'a-level', 'a-levels', count, _ ). -noun( 'aa', '-', count, _ ). -noun( 'abc', '-', count, _ ). -noun( '-', 'abcs', count, _ ). -noun( 'ad', '-', proper, _ ). -noun( 'agm', '-', count, _ ). -noun( 'aids', '-', mass, _ ). -noun( 'awol', '-', proper, _ ). -noun( 'aachen', '-', proper, loc ). -noun( 'aarhus', '-', proper, loc ). -noun( 'abe', '-', proper, per ). -noun( 'abercarn', '-', proper, loc ). -noun( 'aberdare', '-', proper, loc ). -noun( 'aberdeen', '-', proper, loc ). -noun( 'abergavenny', '-', proper, loc ). -noun( 'abergele', '-', proper, loc ). -noun( 'abertillery', '-', proper, loc ). -noun( 'aberystwyth', '-', proper, loc ). -noun( 'abingdon', '-', proper, loc ). -noun( 'abo', 'abos', count, _ ). -noun( 'aborigine', 'aborigines', count, _ ). -noun( 'abraham', '-', proper, per ). -noun( 'accra', '-', proper, loc ). -noun( 'accrington', '-', proper, loc ). -noun( 'achilles', '-', proper, per ). -noun( 'ada', '-', proper, per ). -noun( 'adam', '-', proper, per ). -noun( 'addis ababa', '-', proper, loc ). -noun( 'addressograph', 'addressographs', count, _ ). -noun( 'adelaide', '-', proper, loc ). -noun( 'adrian', '-', proper, per ). -noun( 'adventist', 'adventists', count, _ ). -noun( 'afghan', 'afghans', both, _ ). -noun( 'afghanistan', '-', proper, loc ). -noun( 'afghanistani', 'afghanistanis', count, _ ). -noun( 'africa', '-', proper, loc ). -noun( 'african', 'africans', count, _ ). -noun( 'afrikaans', '-', mass, _ ). -noun( 'afrikaner', 'afrikaners', count, _ ). -noun( 'afro-american', 'afro-americans', count, _ ). -noun( 'afro-wig', 'afro-wigs', count, _ ). -noun( 'agatha', '-', proper, per ). -noun( 'aggie', '-', proper, per ). -noun( 'agnes', '-', proper, per ). -noun( 'agra', '-', proper, loc ). -noun( 'ahmedabad', '-', proper, loc ). -noun( 'airdrie', '-', proper, loc ). -noun( 'aireborough', '-', proper, loc ). -noun( 'airedale', 'airedales', count, _ ). -noun( 'akron', '-', proper, loc ). -noun( 'al', '-', proper, per ). -noun( 'alabama', '-', proper, loc ). -noun( 'alan', '-', proper, per ). -noun( 'alaska', '-', proper, loc ). -noun( 'albania', '-', proper, loc ). -noun( 'albanian', 'albanians', both, _ ). -noun( 'albert', '-', proper, per ). -noun( 'alberta', '-', proper, loc ). -noun( 'aldershot', '-', proper, loc ). -noun( 'aleppo', '-', proper, loc ). -noun( 'alessandria', '-', proper, loc ). -noun( 'alex', '-', proper, per ). -noun( 'alexander', '-', proper, per ). -noun( 'alexandra', '-', proper, per ). -noun( 'alexandria', '-', proper, loc ). -noun( 'alf', '-', proper, per ). -noun( 'alfred', '-', proper, per ). -noun( 'alfreton', '-', proper, loc ). -noun( 'alger', '-', proper, loc ). -noun( 'algeria', '-', proper, loc ). -noun( 'algerian', 'algerians', count, _ ). -noun( 'ali', '-', proper, per ). -noun( 'alicante', '-', proper, loc ). -noun( 'alice', '-', proper, per ). -noun( 'alison', '-', proper, per ). -noun( 'allah', '-', proper, _ ). -noun( 'allahabad', '-', proper, loc ). -noun( 'allan', '-', proper, per ). -noun( 'allen', '-', proper, per ). -noun( 'alloa', '-', proper, loc ). -noun( 'alma mater', 'alma maters', count, _ ). -noun( 'alma-ata', '-', proper, loc ). -noun( 'almeria', '-', proper, loc ). -noun( 'alnwick', '-', proper, loc ). -noun( 'alsatian', 'alsatians', count, _ ). -noun( 'alton', '-', proper, loc ). -noun( 'altrincham', '-', proper, loc ). -noun( 'alvechurch', '-', proper, loc ). -noun( 'amanda', '-', proper, per ). -noun( 'amazon', 'amazons', count, _ ). -noun( 'america', '-', proper, loc ). -noun( 'american', 'americans', count, _ ). -noun( 'americanism', 'americanisms', both, _ ). -noun( 'amesbury', '-', proper, loc ). -noun( 'amharic', '-', mass, _ ). -noun( 'amiens', '-', proper, loc ). -noun( 'ammanford', '-', proper, loc ). -noun( 'amsterdam', '-', proper, loc ). -noun( 'amy', '-', proper, per ). -noun( 'ancona', '-', proper, loc ). -noun( 'andorra', '-', proper, loc ). -noun( 'andorran', 'andorrans', count, _ ). -noun( 'andover', '-', proper, loc ). -noun( 'andrew', '-', proper, per ). -noun( 'andy', '-', proper, per ). -noun( 'angela', '-', proper, per ). -noun( 'angers', '-', proper, loc ). -noun( 'angie', '-', proper, per ). -noun( 'anglican', 'anglicans', count, _ ). -noun( 'anglo-catholic', 'anglo-catholics', count, _ ). -noun( 'anglo-indian', 'anglo-indians', count, _ ). -noun( 'anglo-saxon', 'anglo-saxons', count, _ ). -noun( 'anglomania', '-', mass, _ ). -noun( 'anglophil', 'anglophils', count, _ ). -noun( 'anglophile', 'anglophiles', count, _ ). -noun( 'anglophobe', 'anglophobes', count, _ ). -noun( 'anglophobia', '-', mass, _ ). -noun( 'angola', '-', proper, loc ). -noun( 'angolan', 'angolans', count, _ ). -noun( 'anguilla', '-', proper, loc ). -noun( 'anguillan', 'anguillans', count, _ ). -noun( 'angus', '-', proper, per ). -noun( 'anita', '-', proper, per ). -noun( 'ankara', '-', proper, loc ). -noun( 'ann', '-', proper, per ). -noun( 'annabel', '-', proper, per ). -noun( 'annan', '-', proper, loc ). -noun( 'anne', '-', proper, per ). -noun( 'annfield', '-', proper, loc ). -noun( 'annfield plain', '-', proper, loc ). -noun( 'annie', '-', proper, per ). -noun( 'anon', '-', proper, _ ). -noun( 'anshan', '-', proper, loc ). -noun( 'anthea', '-', proper, per ). -noun( 'anthony', '-', proper, per ). -noun( 'antigua', '-', proper, loc ). -noun( 'antiguan', 'antiguans', count, _ ). -noun( 'antony', '-', proper, per ). -noun( 'antrim', '-', proper, loc ). -noun( 'antwerp', '-', proper, loc ). -noun( 'apeldoorn', '-', proper, loc ). -noun( 'apocrypha', 'apocrypha', mass, _ ). -noun( 'apr', '-', proper, _ ). -noun( 'april', 'aprils', count, _ ). -noun( 'april', '-', proper, per ). -noun( 'aquarius', '-', proper, _ ). -noun( 'arab', 'arabs', count, _ ). -noun( 'arabian', 'arabians', count, _ ). -noun( 'arabic', '-', mass, _ ). -noun( 'arabist', 'arabists', count, _ ). -noun( 'arbroath', '-', proper, loc ). -noun( 'arcadian', 'arcadians', count, _ ). -noun( 'ardrossan', '-', proper, loc ). -noun( 'argentina', '-', proper, loc ). -noun( 'argentine', '-', proper, loc ). -noun( 'argentinian', 'argentinians', count, _ ). -noun( 'argonaut', 'argonauts', count, _ ). -noun( 'argus', 'arguses', count, _ ). -noun( 'aries', '-', proper, _ ). -noun( 'arizona', '-', proper, loc ). -noun( 'arkansas', '-', proper, loc ). -noun( 'armadale', '-', proper, loc ). -noun( 'armageddon', '-', proper, _ ). -noun( 'armagh', '-', proper, loc ). -noun( 'arnhem', '-', proper, loc ). -noun( 'arnold', '-', proper, per ). -noun( 'art', '-', proper, per ). -noun( 'arthur', '-', proper, per ). -noun( 'artie', '-', proper, per ). -noun( 'aryan', 'aryans', count, _ ). -noun( 'ascot', '-', proper, loc ). -noun( 'ashbourne', '-', proper, loc ). -noun( 'ashby', '-', proper, loc ). -noun( 'ashby woulds', '-', proper, loc ). -noun( 'ashby de la zouch', '-', proper, loc ). -noun( 'ashford', '-', proper, loc ). -noun( 'ashington', '-', proper, loc ). -noun( 'ashton-in-makerfield', '-', proper, loc ). -noun( 'ashton-under-lyne', '-', proper, loc ). -noun( 'asian', 'asians', count, _ ). -noun( 'asiatic', 'asiatics', count, _ ). -noun( 'askern', '-', proper, loc ). -noun( 'aspull', '-', proper, loc ). -noun( 'aston', '-', proper, loc ). -noun( 'athenian', 'athenians', count, _ ). -noun( 'athens', '-', proper, loc ). -noun( 'atherstone', '-', proper, loc ). -noun( 'athlone', '-', proper, loc ). -noun( 'atlanta', '-', proper, loc ). -noun( 'atlantic', '-', proper, _ ). -noun( 'auckland', '-', proper, loc ). -noun( 'audley', '-', proper, loc ). -noun( 'audrey', '-', proper, per ). -noun( 'aug', '-', proper, _ ). -noun( 'augsburg', '-', proper, loc ). -noun( 'august', 'augusts', count, _ ). -noun( 'august', '-', proper, _ ). -noun( 'aussie', 'aussies', count, _ ). -noun( 'australia', '-', proper, loc ). -noun( 'australian', 'australians', count, _ ). -noun( 'austria', '-', proper, loc ). -noun( 'austrian', 'austrians', count, _ ). -noun( 'ave', '-', proper, _ ). -noun( 'aveley', '-', proper, loc ). -noun( 'avignon', '-', proper, loc ). -noun( 'avon', '-', proper, loc ). -noun( 'aycliffe', '-', proper, loc ). -noun( 'aylesbury', '-', proper, loc ). -noun( 'aylesford', '-', proper, loc ). -noun( 'ayr', '-', proper, loc ). -noun( 'b ed', '-', count, _ ). -noun( 'ba', '-', count, _ ). -noun( 'bbc', '-', count, _ ). -noun( 'bc', '-', proper, _ ). -noun( 'bma', '-', count, _ ). -noun( 'bmus', '-', count, _ ). -noun( 'bst', '-', proper, _ ). -noun( 'bsc', '-', count, _ ). -noun( 'bvm', '-', count, _ ). -noun( 'babs', '-', proper, per ). -noun( 'backworth', '-', proper, loc ). -noun( 'bacup', '-', proper, loc ). -noun( 'badajoz', '-', proper, loc ). -noun( 'badalona', '-', proper, loc ). -noun( 'baghdad', '-', proper, loc ). -noun( 'bahamas', '-', proper, loc ). -noun( 'bahamian', 'bahamians', count, _ ). -noun( 'bahasa', '-', mass, _ ). -noun( 'bahrain', '-', proper, loc ). -noun( 'bahraini', 'bahrainis', count, _ ). -noun( 'bailey', '-', proper, _ ). -noun( 'baku', '-', proper, loc ). -noun( 'baldock', '-', proper, loc ). -noun( 'baltimore', '-', proper, loc ). -noun( 'banbury', '-', proper, loc ). -noun( 'bandung', '-', proper, loc ). -noun( 'bangalore', '-', proper, loc ). -noun( 'bangkok', '-', proper, loc ). -noun( 'bangladesh', '-', proper, loc ). -noun( 'bangladeshi', 'bangladeshis', count, _ ). -noun( 'bangor', '-', proper, loc ). -noun( 'bannockburn', '-', proper, loc ). -noun( 'bantry', '-', proper, loc ). -noun( 'bantu', 'bantu', count, _ ). -noun( 'baptist', 'baptists', count, _ ). -noun( 'baracaldo', '-', proper, loc ). -noun( 'barbadian', 'barbadians', count, _ ). -noun( 'barbados', '-', proper, loc ). -noun( 'barbara', '-', proper, per ). -noun( 'barcelona', '-', proper, loc ). -noun( 'bargoed', '-', proper, loc ). -noun( 'bari', '-', proper, loc ). -noun( 'barking', '-', proper, loc ). -noun( 'barnard castle', '-', proper, loc ). -noun( 'barnet', '-', proper, loc ). -noun( 'barnoldswick', '-', proper, loc ). -noun( 'barnsley', '-', proper, loc ). -noun( 'barnstaple', '-', proper, loc ). -noun( 'barranquilla', '-', proper, loc ). -noun( 'barrhead', '-', proper, loc ). -noun( 'barrow-in-furness', '-', proper, loc ). -noun( 'barry', '-', proper, per ). -noun( 'bart', '-', proper, per ). -noun( 'bart', '-', proper, per ). -noun( 'bartholomew', '-', proper, per ). -noun( 'barton-upon-humber', '-', proper, loc ). -noun( 'basel', '-', proper, loc ). -noun( 'basil', '-', proper, per ). -noun( 'basildon', '-', proper, loc ). -noun( 'basingstoke', '-', proper, loc ). -noun( 'bass', '-', mass, _ ). -noun( 'bath', '-', proper, loc ). -noun( 'bath-chair', 'bath-chairs', count, _ ). -noun( 'bathgate', '-', proper, loc ). -noun( 'batley', '-', proper, loc ). -noun( 'beaconsfield', '-', proper, loc ). -noun( 'bearsden', '-', proper, loc ). -noun( 'beatrice', '-', proper, per ). -noun( 'beaujolais', '-', mass, _ ). -noun( 'beaumaris', '-', proper, loc ). -noun( 'bebington', '-', proper, loc ). -noun( 'beccles', '-', proper, loc ). -noun( 'beddau', '-', proper, loc ). -noun( 'bedford', '-', proper, loc ). -noun( 'bedfordshire', '-', proper, loc ). -noun( 'bedlington', '-', proper, loc ). -noun( 'bedouin', 'bedouin', count, _ ). -noun( 'beduin', 'beduin', count, _ ). -noun( 'bedwas', '-', proper, loc ). -noun( 'beirut', '-', proper, loc ). -noun( 'beith', '-', proper, loc ). -noun( 'belem', '-', proper, loc ). -noun( 'belfast', '-', proper, loc ). -noun( 'belgian', 'belgians', count, _ ). -noun( 'belgium', '-', proper, loc ). -noun( 'belgrade', '-', proper, loc ). -noun( 'belinda', '-', proper, per ). -noun( 'bella', '-', proper, per ). -noun( 'belle', '-', proper, per ). -noun( 'bellshill', '-', proper, loc ). -noun( 'belo horizonte', '-', proper, loc ). -noun( 'belper', '-', proper, loc ). -noun( 'ben', '-', proper, per ). -noun( 'benedictine', 'benedictines', both, _ ). -noun( 'bengali', 'bengalis', both, _ ). -noun( 'benin', '-', proper, loc ). -noun( 'beninese', 'beninese', count, _ ). -noun( 'benjamin', '-', proper, per ). -noun( 'benny', '-', proper, per ). -noun( 'benzedrine', 'benzedrines', count, _ ). -noun( 'beograd', '-', proper, loc ). -noun( 'bergamo', '-', proper, loc ). -noun( 'bergen', '-', proper, loc ). -noun( 'berkhamsted', '-', proper, loc ). -noun( 'berkshire', '-', proper, loc ). -noun( 'berlin', '-', proper, loc ). -noun( 'bermuda', '-', proper, loc ). -noun( 'bermudan', 'bermudans', count, _ ). -noun( 'bern', '-', proper, loc ). -noun( 'bernard', '-', proper, per ). -noun( 'bernie', '-', proper, per ). -noun( 'bert', '-', proper, per ). -noun( 'bertha', '-', proper, per ). -noun( 'bertie', '-', proper, per ). -noun( 'berwick-upon-tweed', '-', proper, loc ). -noun( 'beryl', '-', proper, per ). -noun( 'bess', '-', proper, per ). -noun( 'bessie', '-', proper, per ). -noun( 'bethune', '-', proper, loc ). -noun( 'betsy', '-', proper, per ). -noun( 'betty', '-', proper, per ). -noun( 'beverley', '-', proper, loc ). -noun( 'bewdley', '-', proper, loc ). -noun( 'bexhill', '-', proper, loc ). -noun( 'bexley', '-', proper, loc ). -noun( 'bhutan', '-', proper, loc ). -noun( 'bhutani', 'bhutanis', count, _ ). -noun( 'bible', 'bibles', count, _ ). -noun( 'bicester', '-', proper, loc ). -noun( 'biddulph', '-', proper, loc ). -noun( 'bideford', '-', proper, loc ). -noun( 'bielefeld', '-', proper, loc ). -noun( 'biggleswade', '-', proper, loc ). -noun( 'bilbao', '-', proper, loc ). -noun( 'bill', '-', proper, per ). -noun( 'billericay', '-', proper, loc ). -noun( 'billington', '-', proper, loc ). -noun( 'billy', '-', proper, per ). -noun( 'bingley', '-', proper, loc ). -noun( 'birkenhead', '-', proper, loc ). -noun( 'birstall', '-', proper, loc ). -noun( 'birtley', '-', proper, loc ). -noun( 'bishop auckland', '-', proper, loc ). -noun( 'bishop\'s cleeve', '-', proper, loc ). -noun( 'bishop\'s stortford', '-', proper, loc ). -noun( 'bishopbriggs', '-', proper, loc ). -noun( 'blackburn', '-', proper, loc ). -noun( 'blackhall', '-', proper, loc ). -noun( 'blackpool', '-', proper, loc ). -noun( 'blackshirt', 'blackshirts', count, _ ). -noun( 'blackwood', '-', proper, loc ). -noun( 'blaenau-ffestiniog', '-', proper, loc ). -noun( 'blaenavon', '-', proper, loc ). -noun( 'blaengwrach', '-', proper, loc ). -noun( 'blaina', '-', proper, loc ). -noun( 'blairgowrie', '-', proper, loc ). -noun( 'blantyre', '-', proper, loc ). -noun( 'bldg', '-', proper, _ ). -noun( 'bldgs', '-', proper, _ ). -noun( 'bletchley', '-', proper, loc ). -noun( 'blidworth', '-', proper, loc ). -noun( 'blighty', '-', count, _ ). -noun( 'blvd', '-', count, _ ). -noun( 'blyth', '-', proper, loc ). -noun( 'bo\'ness', '-', proper, loc ). -noun( 'bob', '-', proper, per ). -noun( 'bobby', '-', proper, per ). -noun( 'bochum', '-', proper, loc ). -noun( 'bodmin', '-', proper, loc ). -noun( 'boer', 'boers', count, _ ). -noun( 'bognor', '-', proper, loc ). -noun( 'bognor regis', '-', proper, loc ). -noun( 'bogota', '-', proper, loc ). -noun( 'boldon', '-', proper, loc ). -noun( 'bolivia', '-', proper, loc ). -noun( 'bolivian', 'bolivians', count, _ ). -noun( 'bollington', '-', proper, loc ). -noun( 'bologna', '-', proper, loc ). -noun( 'bolshevik', 'bolsheviks', count, _ ). -noun( 'bolsover', '-', proper, loc ). -noun( 'bolton', '-', proper, loc ). -noun( 'bolton-le-sands', '-', proper, loc ). -noun( 'bolzano', '-', proper, loc ). -noun( 'bombay', '-', proper, loc ). -noun( 'bonn', '-', proper, loc ). -noun( 'bonnybridge', '-', proper, loc ). -noun( 'bonnyrigg', '-', proper, loc ). -noun( 'bootle', '-', proper, loc ). -noun( 'bordeaux', '-', mass, _ ). -noun( 'bordeaux', '-', proper, loc ). -noun( 'borders', '-', proper, loc ). -noun( 'bordon', '-', proper, loc ). -noun( 'boris', '-', proper, per ). -noun( 'boston', '-', proper, loc ). -noun( 'botswana', '-', proper, loc ). -noun( 'bottrop', '-', proper, loc ). -noun( 'bourne', '-', proper, loc ). -noun( 'bournemouth', '-', proper, loc ). -noun( 'bowburn', '-', proper, loc ). -noun( 'boxing day', 'boxing days', count, _ ). -noun( 'boxing day', '-', proper, _ ). -noun( 'bracknell', '-', proper, loc ). -noun( 'bradford', '-', proper, loc ). -noun( 'bradford-on-avon', '-', proper, loc ). -noun( 'brahmin', 'brahmins', count, _ ). -noun( 'braintree', '-', proper, loc ). -noun( 'branderburgh', '-', proper, loc ). -noun( 'brasilia', '-', proper, loc ). -noun( 'bratislava', '-', proper, loc ). -noun( 'braunschweig', '-', proper, loc ). -noun( 'braunton', '-', proper, loc ). -noun( 'brazil', '-', proper, loc ). -noun( 'brazilian', 'brazilians', count, _ ). -noun( 'breaston', '-', proper, loc ). -noun( 'brecknock', '-', proper, loc ). -noun( 'breda', '-', proper, loc ). -noun( 'breedsall', '-', proper, loc ). -noun( 'bremen', '-', proper, loc ). -noun( 'bremerhaven', '-', proper, loc ). -noun( 'bren', 'brens', count, _ ). -noun( 'bren-gun', 'bren-guns', count, _ ). -noun( 'brenda', '-', proper, per ). -noun( 'brent', '-', proper, loc ). -noun( 'brentwood', '-', proper, loc ). -noun( 'brescia', '-', proper, loc ). -noun( 'brest', '-', proper, loc ). -noun( 'brian', '-', proper, per ). -noun( 'bricket wood', '-', proper, loc ). -noun( 'bridgend', '-', proper, loc ). -noun( 'bridget', '-', proper, per ). -noun( 'bridgnorth', '-', proper, loc ). -noun( 'bridgwater', '-', proper, loc ). -noun( 'bridlington', '-', proper, loc ). -noun( 'bridport', '-', proper, loc ). -noun( 'brig', '-', proper, per ). -noun( 'brigadier', 'brigadiers', count, _ ). -noun( 'brighouse', '-', proper, loc ). -noun( 'brightlingsea', '-', proper, loc ). -noun( 'brighton', '-', proper, loc ). -noun( 'brisbane', '-', proper, loc ). -noun( 'bristol', '-', proper, loc ). -noun( 'brit', 'brits', count, _ ). -noun( 'britain', '-', proper, loc ). -noun( 'britisher', 'britishers', count, _ ). -noun( 'briton', 'britons', count, _ ). -noun( 'brixham', '-', proper, loc ). -noun( 'brno', '-', proper, loc ). -noun( 'bromley', '-', proper, loc ). -noun( 'bromsgrove', '-', proper, loc ). -noun( 'bros', '-', proper, _ ). -noun( 'broughton', '-', proper, loc ). -noun( 'broxburn', '-', proper, loc ). -noun( 'bruce', '-', proper, per ). -noun( 'bruges', '-', proper, loc ). -noun( 'brunei', '-', proper, loc ). -noun( 'bruneian', 'bruneians', count, _ ). -noun( 'brunswick', '-', proper, loc ). -noun( 'brussels', '-', proper, loc ). -noun( 'bryan', '-', proper, per ). -noun( 'bt', '-', proper, per ). -noun( 'bucarest', '-', proper, loc ). -noun( 'buckhaven', '-', proper, loc ). -noun( 'buckie', '-', proper, loc ). -noun( 'buckingham', '-', proper, loc ). -noun( 'buckinghamshire', '-', proper, loc ). -noun( 'buckley', '-', proper, loc ). -noun( 'bucksburn', '-', proper, loc ). -noun( 'budapest', '-', proper, loc ). -noun( 'buddhism', '-', mass, _ ). -noun( 'buddhist', 'buddhists', count, _ ). -noun( 'buenos aires', '-', proper, loc ). -noun( 'buffalo', '-', proper, loc ). -noun( 'bulgaria', '-', proper, loc ). -noun( 'bulgarian', 'bulgarians', count, _ ). -noun( 'bulkington', '-', proper, loc ). -noun( 'bunsen', 'bunsens', count, _ ). -noun( 'burberry', 'burberries', count, _ ). -noun( 'burgess', '-', proper, loc ). -noun( 'burgos', '-', proper, loc ). -noun( 'burgundy', '-', mass, _ ). -noun( 'burley', '-', proper, loc ). -noun( 'burma', '-', proper, loc ). -noun( 'burmese', 'burmese', both, _ ). -noun( 'burnham-on-sea', '-', proper, loc ). -noun( 'burnley', '-', proper, loc ). -noun( 'burntisland', '-', proper, loc ). -noun( 'burntwood', '-', proper, loc ). -noun( 'burry port', '-', proper, loc ). -noun( 'burscough', '-', proper, loc ). -noun( 'burton-upon-trent', '-', proper, loc ). -noun( 'burundi', '-', proper, loc ). -noun( 'burundian', 'burundians', count, _ ). -noun( 'bury', '-', proper, loc ). -noun( 'bury st. edmunds', '-', proper, loc ). -noun( 'bushman', 'bushmen', count, _ ). -noun( 'buxton', '-', proper, loc ). -noun( 'c of e', '-', count, _ ). -noun( 'c-in-c', '-', proper, per ). -noun( 'cbi', '-', count, _ ). -noun( 'cd', '-', count, _ ). -noun( 'cia', '-', count, _ ). -noun( 'cid', '-', count, _ ). -noun( 'co', '-', count, _ ). -noun( 'cod', '-', proper, _ ). -noun( 'cadiz', '-', proper, loc ). -noun( 'caen', '-', proper, loc ). -noun( 'caerleon', '-', proper, loc ). -noun( 'caernarfon', '-', proper, loc ). -noun( 'caerphilly', '-', proper, loc ). -noun( 'caesar', 'caesars', count, _ ). -noun( 'cagliari', '-', proper, loc ). -noun( 'cairo', '-', proper, loc ). -noun( 'calcutta', '-', proper, loc ). -noun( 'caldicot', '-', proper, loc ). -noun( 'cali', '-', proper, loc ). -noun( 'california', '-', proper, loc ). -noun( 'californian', 'californians', count, _ ). -noun( 'calne', '-', proper, loc ). -noun( 'calor', '-', proper, _ ). -noun( 'calvary', 'calvaries', count, _ ). -noun( 'calverton', '-', proper, loc ). -noun( 'calvinism', '-', mass, _ ). -noun( 'calvinist', 'calvinists', count, _ ). -noun( 'cambodia', '-', proper, loc ). -noun( 'cambodian', 'cambodians', count, _ ). -noun( 'cambourne', '-', proper, loc ). -noun( 'cambridge', '-', proper, loc ). -noun( 'cambridgeshire', '-', proper, loc ). -noun( 'cambuslang', '-', proper, loc ). -noun( 'camden', '-', proper, loc ). -noun( 'camembert', 'camemberts', count, _ ). -noun( 'cameroon', '-', proper, loc ). -noun( 'cameroonian', 'cameroonians', count, _ ). -noun( 'campbeltown', '-', proper, loc ). -noun( 'canada', '-', proper, loc ). -noun( 'canadian', 'canadians', count, _ ). -noun( 'canberra', '-', proper, loc ). -noun( 'cancer', '-', proper, _ ). -noun( 'cannes', '-', proper, loc ). -noun( 'cannock', '-', proper, loc ). -noun( 'cantab', '-', proper, _ ). -noun( 'canterbury', '-', proper, loc ). -noun( 'canton', '-', proper, loc ). -noun( 'canuck', 'canucks', count, _ ). -noun( 'canvey', '-', proper, loc ). -noun( 'canvey island', '-', proper, loc ). -noun( 'cape town', '-', proper, loc ). -noun( 'capitol', 'capitols', count, _ ). -noun( 'capricorn', '-', proper, _ ). -noun( 'capt', '-', proper, per ). -noun( 'caracas', '-', proper, loc ). -noun( 'cardenden', '-', proper, loc ). -noun( 'cardiff', '-', proper, loc ). -noun( 'cardigan', '-', proper, loc ). -noun( 'carl', '-', proper, per ). -noun( 'carlisle', '-', proper, loc ). -noun( 'carlow', '-', proper, loc ). -noun( 'carluke', '-', proper, loc ). -noun( 'carmarthen', '-', proper, loc ). -noun( 'carmelite', 'carmelites', count, _ ). -noun( 'carnforth', '-', proper, loc ). -noun( 'carnoustie', '-', proper, loc ). -noun( 'carol', '-', proper, per ). -noun( 'carole', '-', proper, per ). -noun( 'carolina', '-', proper, loc ). -noun( 'caroline', '-', proper, per ). -noun( 'carolyn', '-', proper, per ). -noun( 'carrie', '-', proper, per ). -noun( 'carron', '-', proper, loc ). -noun( 'cartagena', '-', proper, loc ). -noun( 'casablanca', '-', proper, loc ). -noun( 'castleford', '-', proper, loc ). -noun( 'catalan', '-', mass, _ ). -noun( 'catania', '-', proper, loc ). -noun( 'cath', '-', proper, per ). -noun( 'catherine', '-', proper, per ). -noun( 'catholic', 'catholics', count, _ ). -noun( 'catholicism', '-', mass, _ ). -noun( 'cathy', '-', proper, per ). -noun( 'caucasian', 'caucasians', count, _ ). -noun( 'cavan', '-', proper, loc ). -noun( 'cdr', '-', proper, per ). -noun( 'cdre', '-', proper, per ). -noun( 'cecil', '-', proper, per ). -noun( 'cecilia', '-', proper, per ). -noun( 'cecily', '-', proper, per ). -noun( 'cedric', '-', proper, per ). -noun( 'cefn-mawr', '-', proper, loc ). -noun( 'celia', '-', proper, per ). -noun( 'celt', 'celts', count, _ ). -noun( 'celtic', 'celtics', count, _ ). -noun( 'ceylon', '-', proper, loc ). -noun( 'chad', '-', proper, loc ). -noun( 'chadian', 'chadians', count, _ ). -noun( 'chalfont', '-', proper, loc ). -noun( 'chalfont st giles', '-', proper, loc ). -noun( 'chalfont st peter', '-', proper, loc ). -noun( 'changchun', '-', proper, loc ). -noun( 'changsha', '-', proper, loc ). -noun( 'chard', '-', proper, loc ). -noun( 'charles', '-', proper, per ). -noun( 'charleston', 'charlestons', count, _ ). -noun( 'charlie', '-', proper, per ). -noun( 'charlotte', '-', proper, per ). -noun( 'chartism', '-', mass, _ ). -noun( 'chartist', 'chartists', count, _ ). -noun( 'charybdis', '-', proper, _ ). -noun( 'chas', '-', proper, per ). -noun( 'chatham', '-', proper, loc ). -noun( 'cheadle', '-', proper, loc ). -noun( 'cheddar', '-', mass, _ ). -noun( 'chelmsford', '-', proper, loc ). -noun( 'chelsea', '-', proper, loc ). -noun( 'cheltenham', '-', proper, loc ). -noun( 'chelyabinsk', '-', proper, loc ). -noun( 'chengchow', '-', proper, loc ). -noun( 'chengtu', '-', proper, loc ). -noun( 'chepstow', '-', proper, loc ). -noun( 'chesham', '-', proper, loc ). -noun( 'cheshire', '-', proper, loc ). -noun( 'chester', '-', proper, loc ). -noun( 'chester-le-street', '-', proper, loc ). -noun( 'chesterfield', '-', proper, loc ). -noun( 'chianti', '-', mass, _ ). -noun( 'chicago', '-', proper, loc ). -noun( 'chichester', '-', proper, loc ). -noun( 'chile', '-', proper, loc ). -noun( 'chilean', 'chileans', count, _ ). -noun( 'china', '-', proper, loc ). -noun( 'chinchow', '-', proper, loc ). -noun( 'chinese', 'chinese', both, _ ). -noun( 'chippendale', 'chippendales', count, _ ). -noun( 'chippenham', '-', proper, loc ). -noun( 'chloe', '-', proper, per ). -noun( 'chopwell', '-', proper, loc ). -noun( 'chorley', '-', proper, loc ). -noun( 'chris', '-', proper, per ). -noun( 'chrissie', '-', proper, per ). -noun( 'chrissy', '-', proper, per ). -noun( 'christ', '-', proper, _ ). -noun( 'christchurch', '-', proper, loc ). -noun( 'christendom', 'christendoms', count, _ ). -noun( 'christian', 'christians', count, _ ). -noun( 'christian', '-', proper, per ). -noun( 'christianity', '-', mass, _ ). -noun( 'christina', '-', proper, per ). -noun( 'christine', '-', proper, per ). -noun( 'christmas', 'christmases', count, _ ). -noun( 'christmas', '-', proper, _ ). -noun( 'christmas-box', 'christmas-boxes', count, _ ). -noun( 'christmas-tree', 'christmas-trees', count, _ ). -noun( 'christmastide', 'christmastides', count, _ ). -noun( 'christmastime', 'christmastimes', count, _ ). -noun( 'christopher', '-', proper, per ). -noun( 'chungking', '-', proper, loc ). -noun( 'cincinnati', '-', proper, loc ). -noun( 'cinderella', 'cinderellas', count, _ ). -noun( 'cinderford', '-', proper, loc ). -noun( 'cirencester', '-', proper, loc ). -noun( 'civvy street', '-', proper, _ ). -noun( 'clackmannon', '-', proper, loc ). -noun( 'clacton', '-', proper, loc ). -noun( 'clare', '-', proper, per ). -noun( 'clarkston', '-', proper, loc ). -noun( 'clarrie', '-', proper, per ). -noun( 'classics', 'classics', mass, _ ). -noun( 'claud', '-', proper, per ). -noun( 'claude', '-', proper, per ). -noun( 'clay cross', '-', proper, loc ). -noun( 'cleator moor', '-', proper, loc ). -noun( 'cleethorpes', '-', proper, loc ). -noun( 'clem', '-', proper, per ). -noun( 'clement', '-', proper, per ). -noun( 'clermont-ferrand', '-', proper, loc ). -noun( 'clevedon', '-', proper, loc ). -noun( 'cleveland', '-', proper, loc ). -noun( 'cliff', '-', proper, per ). -noun( 'clifford', '-', proper, per ). -noun( 'clitheroe', '-', proper, loc ). -noun( 'clive', '-', proper, per ). -noun( 'clowne', '-', proper, loc ). -noun( 'clwyd', '-', proper, loc ). -noun( 'clydach', '-', proper, loc ). -noun( 'clydebank', '-', proper, loc ). -noun( 'co', '-', count, _ ). -noun( 'co-op', '-', count, _ ). -noun( 'coalville', '-', proper, loc ). -noun( 'coatbridge', '-', proper, loc ). -noun( 'cobham', '-', proper, loc ). -noun( 'coca-cola', 'coca-colas', both, _ ). -noun( 'cockermouth', '-', proper, loc ). -noun( 'codsall', '-', proper, loc ). -noun( 'coimbatore', '-', proper, loc ). -noun( 'col', '-', proper, per ). -noun( 'colchester', '-', proper, loc ). -noun( 'coleshill', '-', proper, loc ). -noun( 'colin', '-', proper, per ). -noun( 'coll', '-', proper, _ ). -noun( 'colne', '-', proper, loc ). -noun( 'cologne', '-', proper, loc ). -noun( 'colombia', '-', proper, loc ). -noun( 'colombian', 'colombians', count, _ ). -noun( 'colombo', '-', proper, loc ). -noun( 'colorado', '-', proper, loc ). -noun( 'columbia', '-', proper, loc ). -noun( 'columbus', '-', proper, loc ). -noun( 'colwyn bay', '-', proper, loc ). -noun( 'confucian', 'confucians', count, _ ). -noun( 'congleton', '-', proper, loc ). -noun( 'congo', '-', proper, loc ). -noun( 'congolese', 'congolese', count, _ ). -noun( 'connah\'s quay', '-', proper, loc ). -noun( 'connaught', '-', proper, loc ). -noun( 'connecticut', '-', proper, loc ). -noun( 'connie', '-', proper, per ). -noun( 'cons', '-', proper, _ ). -noun( 'consett', '-', proper, loc ). -noun( 'constance', '-', proper, per ). -noun( 'conwy', '-', proper, loc ). -noun( 'cookham', '-', proper, loc ). -noun( 'copenhagen', '-', proper, loc ). -noun( 'coppull', '-', proper, loc ). -noun( 'copt', 'copts', count, _ ). -noun( 'coptic', 'coptics', count, _ ). -noun( 'corby', '-', proper, loc ). -noun( 'cordoba', '-', proper, loc ). -noun( 'corinthian', 'corinthians', count, _ ). -noun( 'cork', '-', proper, loc ). -noun( 'cornwall', '-', proper, loc ). -noun( 'corp', '-', proper, _ ). -noun( 'corps diplomatique', '-', count, _ ). -noun( 'corsham', '-', proper, loc ). -noun( 'corunna', '-', proper, loc ). -noun( 'cosenza', '-', proper, loc ). -noun( 'costa rica', '-', proper, loc ). -noun( 'costa rican', 'costa ricans', count, _ ). -noun( 'coventry', '-', proper, loc ). -noun( 'cowdenbeath', '-', proper, loc ). -noun( 'cowes', '-', proper, loc ). -noun( 'cpl', '-', proper, per ). -noun( 'cramlington', '-', proper, loc ). -noun( 'crawley', '-', proper, loc ). -noun( 'creole', 'creoles', both, _ ). -noun( 'cres', '-', proper, _ ). -noun( 'creswell', '-', proper, loc ). -noun( 'crewe', '-', proper, loc ). -noun( 'crieff', '-', proper, loc ). -noun( 'croesus', '-', proper, per ). -noun( 'cromer', '-', proper, loc ). -noun( 'crook', '-', proper, loc ). -noun( 'crosby', '-', proper, loc ). -noun( 'crowborough', '-', proper, loc ). -noun( 'crowthorne', '-', proper, loc ). -noun( 'croydon', '-', proper, loc ). -noun( 'cuba', '-', proper, loc ). -noun( 'cuban', 'cubans', count, _ ). -noun( 'cudworth', '-', proper, loc ). -noun( 'cuffley', '-', proper, loc ). -noun( 'culcheth', '-', proper, loc ). -noun( 'cumberland', '-', proper, loc ). -noun( 'cumbernauld', '-', proper, loc ). -noun( 'cumbria', '-', proper, loc ). -noun( 'cumnock', '-', proper, loc ). -noun( 'cupar', '-', proper, loc ). -noun( 'cupid', '-', proper, per ). -noun( 'curitiba', '-', proper, loc ). -noun( 'currie', '-', proper, loc ). -noun( 'cwmbran', '-', proper, loc ). -noun( 'cynthia', '-', proper, per ). -noun( 'cypriot', 'cypriots', count, _ ). -noun( 'cyprus', '-', proper, loc ). -noun( 'cyril', '-', proper, per ). -noun( 'czech', 'czechs', both, _ ). -noun( 'czechoslovak', 'czechoslovaks', count, _ ). -noun( 'czechoslovakia', '-', proper, loc ). -noun( 'czechoslovakian', 'czechoslovakians', count, _ ). -noun( 'd-day', '-', proper, _ ). -noun( 'ddt', '-', mass, _ ). -noun( 'des', '-', count, _ ). -noun( 'dg', '-', proper, per ). -noun( 'diy', '-', mass, _ ). -noun( 'dj', '-', count, _ ). -noun( '-', 'djs', count, _ ). -noun( 'dlitt', '-', count, _ ). -noun( 'dm', 'dm', count, _ ). -noun( 'dna', '-', mass, _ ). -noun( 'dphil', '-', count, _ ). -noun( 'dss', '-', count, _ ). -noun( 'dsc', '-', count, _ ). -noun( 'dti', '-', count, _ ). -noun( '-', 'dts', count, _ ). -noun( 'dacca', '-', proper, loc ). -noun( 'dail eireann', '-', count, _ ). -noun( 'daisy', '-', proper, per ). -noun( 'dakar', '-', proper, loc ). -noun( 'dakota', '-', proper, loc ). -noun( 'dalkeith', '-', proper, loc ). -noun( 'dallas', '-', proper, loc ). -noun( 'dalry', '-', proper, loc ). -noun( 'dalton', '-', proper, loc ). -noun( 'damascus', '-', proper, loc ). -noun( 'damocles', '-', proper, per ). -noun( 'dan', '-', proper, per ). -noun( 'dane', 'danes', count, _ ). -noun( 'daniel', 'daniels', count, _ ). -noun( 'daniel', '-', proper, per ). -noun( 'danish', '-', mass, _ ). -noun( 'danny', '-', proper, per ). -noun( 'daphne', '-', proper, per ). -noun( 'darby', '-', proper, per ). -noun( 'darenth', '-', proper, loc ). -noun( 'darfield', '-', proper, loc ). -noun( 'darkey', 'darkeys', count, _ ). -noun( 'darkie', 'darkies', count, _ ). -noun( 'darky', 'darkies', count, _ ). -noun( 'darlington', '-', proper, loc ). -noun( 'darmstadt', '-', proper, loc ). -noun( 'dartford', '-', proper, loc ). -noun( 'dartmouth', '-', proper, loc ). -noun( 'darwen', '-', proper, loc ). -noun( 'dave', '-', proper, per ). -noun( 'daventry', '-', proper, loc ). -noun( 'davey', '-', proper, per ). -noun( 'david', '-', proper, per ). -noun( 'dawley', '-', proper, loc ). -noun( 'dawlish', '-', proper, loc ). -noun( 'dawn', '-', proper, per ). -noun( 'dayton', '-', proper, loc ). -noun( 'deal', '-', proper, loc ). -noun( 'dean', '-', proper, per ). -noun( 'debbie', '-', proper, per ). -noun( 'debby', '-', proper, per ). -noun( 'deborah', '-', proper, per ). -noun( 'dec', '-', proper, _ ). -noun( 'decalogue', 'decalogues', count, _ ). -noun( 'december', 'decembers', count, _ ). -noun( 'december', '-', proper, _ ). -noun( 'deirdre', '-', proper, per ). -noun( 'delaware', '-', proper, loc ). -noun( 'delhi', '-', proper, loc ). -noun( 'denain', '-', proper, loc ). -noun( 'denbigh', '-', proper, loc ). -noun( 'denis', '-', proper, per ). -noun( 'denise', '-', proper, per ). -noun( 'denmark', '-', proper, loc ). -noun( 'dennis', '-', proper, per ). -noun( 'denny', '-', proper, loc ). -noun( 'denver', '-', proper, loc ). -noun( 'dept', '-', proper, _ ). -noun( 'derby', '-', proper, loc ). -noun( 'derbyshire', '-', proper, loc ). -noun( 'dereham', '-', proper, loc ). -noun( 'derek', '-', proper, per ). -noun( 'des', '-', proper, per ). -noun( 'desmond', '-', proper, per ). -noun( 'dessau', '-', proper, loc ). -noun( 'detroit', '-', proper, loc ). -noun( 'deutschmark', 'deutschmarks', count, _ ). -noun( 'devizes', '-', proper, loc ). -noun( 'devon', '-', proper, loc ). -noun( 'dewsbury', '-', proper, loc ). -noun( 'di', '-', proper, per ). -noun( 'diana', '-', proper, per ). -noun( 'diaspora', 'diasporas', count, _ ). -noun( 'dick', '-', proper, per ). -noun( 'dicky', '-', proper, per ). -noun( 'dictaphone', 'dictaphones', count, _ ). -noun( 'didcot', '-', proper, loc ). -noun( 'dijon', '-', proper, loc ). -noun( 'dingle', '-', proper, loc ). -noun( 'dinnington', '-', proper, loc ). -noun( 'dip', '-', count, _ ). -noun( 'dip ed', '-', count, _ ). -noun( 'dir', '-', count, _ ). -noun( 'dives', '-', proper, per ). -noun( 'djibouti', '-', proper, loc ). -noun( 'djiboutian', 'djiboutians', count, _ ). -noun( 'dnepropetrovsk', '-', proper, loc ). -noun( 'doe', '-', count, _ ). -noun( 'dolly', '-', proper, per ). -noun( 'domesday', '-', proper, _ ). -noun( 'dominic', '-', proper, per ). -noun( 'dominica', '-', proper, loc ). -noun( 'dominican', 'dominicans', count, _ ). -noun( 'don', '-', proper, per ). -noun( 'donald', '-', proper, per ). -noun( 'doncaster', '-', proper, loc ). -noun( 'donegal', '-', proper, loc ). -noun( 'donetsk', '-', proper, loc ). -noun( 'doomsday', '-', proper, _ ). -noun( 'dora', '-', proper, per ). -noun( 'dorchester', '-', proper, loc ). -noun( 'dordrecht', '-', proper, loc ). -noun( 'doreen', '-', proper, per ). -noun( 'doris', '-', proper, per ). -noun( 'dorking', '-', proper, loc ). -noun( 'dorothy', '-', proper, per ). -noun( 'dorset', '-', proper, loc ). -noun( 'dortmund', '-', proper, loc ). -noun( 'douai', '-', proper, loc ). -noun( 'doug', '-', proper, per ). -noun( 'douglas', '-', proper, per ). -noun( 'dover', '-', proper, loc ). -noun( 'down', '-', proper, loc ). -noun( 'downing street', '-', proper, _ ). -noun( 'dr', '-', proper, per ). -noun( 'drayton', '-', proper, loc ). -noun( 'dresden', '-', proper, loc ). -noun( 'driffield', '-', proper, loc ). -noun( 'drogheda', '-', proper, loc ). -noun( 'droitwich', '-', proper, loc ). -noun( 'dronfield', '-', proper, loc ). -noun( 'druid', 'druids', count, _ ). -noun( 'dublin', '-', proper, loc ). -noun( 'dubliner', 'dubliners', count, _ ). -noun( 'duce', '-', count, _ ). -noun( 'dudley', '-', proper, loc ). -noun( 'duisburg', '-', proper, loc ). -noun( 'dukinfield', '-', proper, loc ). -noun( 'dumbarton', '-', proper, loc ). -noun( 'dumfries', '-', proper, loc ). -noun( 'dun laoghaire', '-', proper, loc ). -noun( 'duncan', '-', proper, per ). -noun( 'dundalk', '-', proper, loc ). -noun( 'dundee', '-', proper, loc ). -noun( 'dunfermline', '-', proper, loc ). -noun( 'dunkirk', '-', proper, loc ). -noun( 'dunoon', '-', proper, loc ). -noun( 'dunstable', '-', proper, loc ). -noun( 'durban', '-', proper, loc ). -noun( 'durham', '-', proper, loc ). -noun( 'durrington', '-', proper, loc ). -noun( 'dursley', '-', proper, loc ). -noun( 'dusseldorf', '-', proper, loc ). -noun( 'dutch', '-', mass, _ ). -noun( 'dutchman', 'dutchmen', count, _ ). -noun( 'dyfed', '-', proper, loc ). -noun( 'ec', '-', count, _ ). -noun( 'edp', '-', mass, _ ). -noun( 'eec', '-', count, _ ). -noun( 'eeg', '-', count, _ ). -noun( 'efta', '-', count, _ ). -noun( 'esp', '-', mass, _ ). -noun( 'eaglescliffe', '-', proper, loc ). -noun( 'ealing', '-', proper, loc ). -noun( 'earl shilton', '-', proper, loc ). -noun( 'easington', '-', proper, loc ). -noun( 'east dereham', '-', proper, loc ). -noun( 'east grinstead', '-', proper, loc ). -noun( 'east kilbride', '-', proper, loc ). -noun( 'east retford', '-', proper, loc ). -noun( 'eastbourne', '-', proper, loc ). -noun( 'easter', 'easters', count, _ ). -noun( 'easter', '-', proper, _ ). -noun( 'eastleigh', '-', proper, loc ). -noun( 'ebbw vale', '-', proper, loc ). -noun( 'eccles', '-', proper, loc ). -noun( 'ecuador', '-', proper, loc ). -noun( 'ecuadorian', 'ecuadorians', count, _ ). -noun( 'ed', '-', proper, per ). -noun( 'eddie', '-', proper, per ). -noun( 'eddy', '-', proper, per ). -noun( 'eden', '-', proper, _ ). -noun( 'edenbridge', '-', proper, loc ). -noun( 'edgar', '-', proper, per ). -noun( 'edinburgh', '-', proper, loc ). -noun( 'edith', '-', proper, per ). -noun( 'edmund', '-', proper, per ). -noun( 'edward', '-', proper, per ). -noun( 'edwardian', 'edwardians', count, _ ). -noun( 'egremont', '-', proper, loc ). -noun( 'egypt', '-', proper, loc ). -noun( 'egyptian', 'egyptians', count, _ ). -noun( 'eiche', '-', proper, loc ). -noun( 'eileen', '-', proper, per ). -noun( 'eindhoven', '-', proper, loc ). -noun( 'el dorado', '-', count, _ ). -noun( 'el salvador', '-', proper, loc ). -noun( 'elaine', '-', proper, per ). -noun( 'elastoplast', '-', mass, _ ). -noun( 'elderslie', '-', proper, loc ). -noun( 'eleanor', '-', proper, per ). -noun( 'elgin', '-', proper, loc ). -noun( 'eliza', '-', proper, per ). -noun( 'elizabeth', '-', proper, per ). -noun( 'elizabethan', 'elizabethans', count, _ ). -noun( 'elland', '-', proper, loc ). -noun( 'ellen', '-', proper, per ). -noun( 'ellesmere', '-', proper, loc ). -noun( 'ellesmere port', '-', proper, loc ). -noun( 'ellie', '-', proper, per ). -noun( 'elloughton', '-', proper, loc ). -noun( 'elsie', '-', proper, per ). -noun( 'elstree', '-', proper, loc ). -noun( 'ely', '-', proper, loc ). -noun( 'elysium', '-', proper, _ ). -noun( 'emily', '-', proper, per ). -noun( 'emma', '-', proper, per ). -noun( 'emsworth', '-', proper, loc ). -noun( 'enfield', '-', proper, loc ). -noun( 'england', '-', proper, loc ). -noun( 'english', '-', mass, _ ). -noun( 'englishman', 'englishmen', count, _ ). -noun( 'englishwoman', 'englishwomen', count, _ ). -noun( 'enoch', '-', proper, per ). -noun( 'enschede', '-', proper, loc ). -noun( 'epiphany', '-', proper, _ ). -noun( 'epping', '-', proper, loc ). -noun( 'epsom', '-', proper, loc ). -noun( 'erfurt', '-', proper, loc ). -noun( 'eric', '-', proper, per ). -noun( 'erica', '-', proper, per ). -noun( 'erin', '-', proper, loc ). -noun( 'eritrea', '-', proper, loc ). -noun( 'eritrean', 'eritreans', count, _ ). -noun( 'erlangen', '-', proper, loc ). -noun( 'ernest', '-', proper, per ). -noun( 'ernie', '-', proper, per ). -noun( 'erse', '-', mass, _ ). -noun( 'esfahan', '-', proper, loc ). -noun( 'eskimo', 'eskimos', count, _ ). -noun( 'esperanto', '-', mass, _ ). -noun( 'esq', '-', proper, per ). -noun( 'esquire', 'esquires', count, _ ). -noun( 'essen', '-', proper, loc ). -noun( 'essex', '-', proper, loc ). -noun( 'esther', '-', proper, per ). -noun( 'ethel', '-', proper, per ). -noun( 'ethiopia', '-', proper, loc ). -noun( 'ethiopian', 'ethiopians', count, _ ). -noun( 'eucharist', 'eucharists', count, _ ). -noun( 'eugene', '-', proper, per ). -noun( 'eunice', '-', proper, per ). -noun( 'eurasia', '-', proper, loc ). -noun( 'eurasian', 'eurasians', count, _ ). -noun( 'eurodollar', 'eurodollars', count, _ ). -noun( 'europe', '-', proper, loc ). -noun( 'european', 'europeans', count, _ ). -noun( 'eurovision', '-', proper, _ ). -noun( 'eva', '-', proper, per ). -noun( 'eve', '-', proper, per ). -noun( 'evelyn', '-', proper, per ). -noun( 'evesham', '-', proper, loc ). -noun( 'ewell', '-', proper, loc ). -noun( 'excellency', 'excellencies', count, _ ). -noun( 'exeter', '-', proper, loc ). -noun( 'exmouth', '-', proper, loc ). -noun( 'fa', '-', count, _ ). -noun( 'fao', '-', count, _ ). -noun( 'fbi', '-', count, _ ). -noun( 'fm', '-', mass, _ ). -noun( 'fo', '-', count, _ ). -noun( 'frs', '-', count, _ ). -noun( 'fabian', 'fabians', count, _ ). -noun( 'falkirk', '-', proper, loc ). -noun( 'falmouth', '-', proper, loc ). -noun( 'fanny', '-', proper, per ). -noun( 'farnham', '-', proper, loc ). -noun( 'farnworth', '-', proper, loc ). -noun( 'farsi', '-', mass, _ ). -noun( 'fauldhouse', '-', proper, loc ). -noun( 'faversham', '-', proper, loc ). -noun( 'fawley', '-', proper, loc ). -noun( 'featherstone', '-', proper, loc ). -noun( 'feb', '-', proper, _ ). -noun( 'february', 'februaries', count, _ ). -noun( 'february', '-', proper, _ ). -noun( 'fed', '-', count, _ ). -noun( 'felicity', '-', proper, per ). -noun( 'felix', '-', proper, per ). -noun( 'felixstowe', '-', proper, loc ). -noun( 'fermanagh', '-', proper, loc ). -noun( 'ferrara', '-', proper, loc ). -noun( 'ferryhill', '-', proper, loc ). -noun( 'fife', '-', proper, loc ). -noun( 'fiji', '-', proper, loc ). -noun( 'fijian', 'fijians', count, _ ). -noun( 'filipino', 'filipinos', count, _ ). -noun( 'finland', '-', proper, loc ). -noun( 'finn', 'finns', count, _ ). -noun( 'finnish', '-', mass, _ ). -noun( 'fiona', '-', proper, per ). -noun( 'firenze', '-', proper, loc ). -noun( 'fleet', '-', proper, loc ). -noun( 'fleet street', '-', proper, _ ). -noun( 'fleetwood', '-', proper, loc ). -noun( 'flemish', '-', mass, _ ). -noun( 'flint', '-', proper, loc ). -noun( 'flora', '-', proper, per ). -noun( 'florence', '-', proper, per ). -noun( 'florida', '-', proper, loc ). -noun( 'florrie', '-', proper, per ). -noun( 'foggia', '-', proper, loc ). -noun( 'folkestone', '-', proper, loc ). -noun( 'foochow', '-', proper, loc ). -noun( 'forfar', '-', proper, loc ). -noun( 'forli', '-', proper, loc ). -noun( 'formby', '-', proper, loc ). -noun( 'formica', '-', mass, _ ). -noun( 'formosa', '-', proper, loc ). -noun( 'fort lauderdale', '-', proper, loc ). -noun( 'fort william', '-', proper, loc ). -noun( 'fort worth', '-', proper, loc ). -noun( 'fortaleza', '-', proper, loc ). -noun( 'fowey', '-', proper, loc ). -noun( 'fr', '-', proper, per ). -noun( 'fr\"aulein', 'fr\"auleins', count, _ ). -noun( 'frampton cotterell', '-', proper, loc ). -noun( 'fran', '-', proper, per ). -noun( 'france', '-', proper, loc ). -noun( 'frances', '-', proper, per ). -noun( 'francis', '-', proper, per ). -noun( 'franciscan', 'franciscans', count, _ ). -noun( 'frank', 'franks', count, _ ). -noun( 'frank', '-', proper, per ). -noun( 'frankfurt', '-', proper, loc ). -noun( 'frankie', '-', proper, per ). -noun( 'fraserburgh', '-', proper, loc ). -noun( 'frau', 'frauen', count, _ ). -noun( 'freckleton', '-', proper, loc ). -noun( 'fred', '-', proper, per ). -noun( 'freda', '-', proper, per ). -noun( 'freddie', '-', proper, per ). -noun( 'freddy', '-', proper, per ). -noun( 'frederick', '-', proper, per ). -noun( 'frederiksberg', '-', proper, loc ). -noun( 'freemason', 'freemasons', count, _ ). -noun( 'freemasonry', '-', mass, _ ). -noun( 'freiburg', '-', proper, loc ). -noun( 'french', '-', mass, _ ). -noun( 'frenchman', 'frenchmen', count, _ ). -noun( 'frenchwoman', 'frenchwomen', count, _ ). -noun( 'freshwater', '-', proper, loc ). -noun( 'fri', '-', proper, _ ). -noun( 'friday', 'fridays', count, _ ). -noun( 'friday', '-', proper, _ ). -noun( 'frinton', '-', proper, loc ). -noun( 'frodsham', '-', proper, loc ). -noun( 'frome', '-', proper, loc ). -noun( 'furth', '-', proper, loc ). -noun( 'fushun', '-', proper, loc ). -noun( 'g-man', 'g-men', count, _ ). -noun( 'gatt', '-', count, _ ). -noun( 'gb', '-', proper, _ ). -noun( 'gcse', '-', count, _ ). -noun( '-', 'gcses', count, _ ). -noun( 'ghq', '-', proper, _ ). -noun( 'gi', '-', count, _ ). -noun( '-', 'gis', count, _ ). -noun( 'gmt', '-', proper, _ ). -noun( 'gnp', '-', count, _ ). -noun( 'gp', '-', count, _ ). -noun( '-', 'gp\'s', count, _ ). -noun( 'gabon', '-', proper, loc ). -noun( 'gabonese', 'gabonese', count, _ ). -noun( 'gael', 'gaels', count, _ ). -noun( 'gaelic', 'gaelics', count, _ ). -noun( 'gainsborough', 'gainsboroughs', count, _ ). -noun( 'gainsborough', '-', proper, loc ). -noun( 'galashiels', '-', proper, loc ). -noun( 'galloway', '-', proper, loc ). -noun( 'gallup', '-', proper, _ ). -noun( 'galway', '-', proper, loc ). -noun( 'gambia', '-', proper, loc ). -noun( 'gambian', 'gambians', count, _ ). -noun( 'gareth', '-', proper, per ). -noun( 'garforth', '-', proper, loc ). -noun( 'garrowhill', '-', proper, loc ). -noun( 'gary', '-', proper, per ). -noun( 'gateshead', '-', proper, loc ). -noun( 'gaul', 'gauls', count, _ ). -noun( 'gavin', '-', proper, per ). -noun( 'gdansk', '-', proper, loc ). -noun( 'gdn', '-', proper, _ ). -noun( 'gdns', '-', proper, _ ). -noun( 'geiger', 'geigers', count, _ ). -noun( 'gelligaer', '-', proper, loc ). -noun( 'gelsenkirchen', '-', proper, loc ). -noun( 'gemini', '-', proper, _ ). -noun( 'gen', '-', proper, per ). -noun( 'gene', '-', proper, per ). -noun( 'geneva', '-', proper, loc ). -noun( 'genoa', '-', proper, loc ). -noun( 'genova', '-', proper, loc ). -noun( 'geoff', '-', proper, per ). -noun( 'geoffrey', '-', proper, per ). -noun( 'george', '-', proper, per ). -noun( 'georgia', '-', proper, loc ). -noun( 'georgian', 'georgians', count, _ ). -noun( 'georgie', '-', proper, per ). -noun( 'gerald', '-', proper, per ). -noun( 'geraldine', '-', proper, per ). -noun( 'gerard', '-', proper, per ). -noun( 'german', 'germans', both, _ ). -noun( 'germany', '-', proper, loc ). -noun( 'gerry', '-', proper, per ). -noun( 'gertie', '-', proper, per ). -noun( 'gertrude', '-', proper, per ). -noun( 'gestapo', 'gestapos', count, _ ). -noun( 'ghana', '-', proper, loc ). -noun( 'ghanaian', 'ghanaians', count, _ ). -noun( 'ghent', '-', proper, loc ). -noun( 'gibraltar', '-', proper, loc ). -noun( 'gibraltarian', 'gibraltarians', count, _ ). -noun( 'giffnock', '-', proper, loc ). -noun( 'gilbert', '-', proper, per ). -noun( 'giles', '-', proper, per ). -noun( 'gilfach goch', '-', proper, loc ). -noun( 'gill', '-', proper, per ). -noun( 'gillian', '-', proper, per ). -noun( 'gillingham', '-', proper, loc ). -noun( 'gina', '-', proper, per ). -noun( 'girvan', '-', proper, loc ). -noun( 'gladys', '-', proper, per ). -noun( 'glamorgan', '-', proper, loc ). -noun( 'glasgow', '-', proper, loc ). -noun( 'glastonbury', '-', proper, loc ). -noun( 'glaswegian', 'glaswegians', count, _ ). -noun( 'glen', '-', proper, per ). -noun( 'glengarry', 'glengarries', count, _ ). -noun( 'glenrothes', '-', proper, loc ). -noun( 'gloria', '-', proper, per ). -noun( 'glossop', '-', proper, loc ). -noun( 'gloucester', '-', proper, loc ). -noun( 'gloucestershire', '-', proper, loc ). -noun( 'glusburn', '-', proper, loc ). -noun( 'god', '-', proper, _ ). -noun( 'godalming', '-', proper, loc ). -noun( 'godfrey', '-', proper, per ). -noun( 'godmanchester', '-', proper, loc ). -noun( 'goffs oak', '-', proper, loc ). -noun( 'golbourne', '-', proper, loc ). -noun( 'goliath', 'goliaths', count, _ ). -noun( 'goole', '-', proper, loc ). -noun( 'gordon', '-', proper, per ). -noun( 'gorgon', 'gorgons', count, _ ). -noun( 'gorgonzola', '-', mass, _ ). -noun( 'gorky', '-', proper, loc ). -noun( 'gorseinon', '-', proper, loc ). -noun( 'gosport', '-', proper, loc ). -noun( 'goteborg', '-', proper, loc ). -noun( 'goth', 'goths', count, _ ). -noun( 'gothenburg', '-', proper, loc ). -noun( 'gothic', '-', mass, _ ). -noun( 'gottingen', '-', proper, loc ). -noun( 'gourock', '-', proper, loc ). -noun( 'gov', '-', proper, per ). -noun( 'governor-general', 'governor-generals', count, _ ). -noun( 'grampian', '-', proper, loc ). -noun( 'granada', '-', proper, loc ). -noun( 'grand prix', 'grands prix', count, _ ). -noun( 'grangemouth', '-', proper, loc ). -noun( 'grantham', '-', proper, loc ). -noun( 'gravenhage', '-', proper, loc ). -noun( 'gravesend', '-', proper, loc ). -noun( 'graz', '-', proper, loc ). -noun( 'great harwood', '-', proper, loc ). -noun( 'great malvern', '-', proper, loc ). -noun( 'great shelford', '-', proper, loc ). -noun( 'great yarmouth', '-', proper, loc ). -noun( 'greece', '-', proper, loc ). -noun( 'greek', 'greeks', both, _ ). -noun( 'greenock', '-', proper, loc ). -noun( 'greenwich', '-', proper, loc ). -noun( 'greg', '-', proper, per ). -noun( 'gregory', '-', proper, per ). -noun( 'grenada', '-', proper, loc ). -noun( 'grenadian', 'grenadians', count, _ ). -noun( 'grimethorpe', '-', proper, loc ). -noun( 'grimsby', '-', proper, loc ). -noun( 'grinstead', '-', proper, loc ). -noun( 'groningen', '-', proper, loc ). -noun( 'grundyism', '-', mass, _ ). -noun( 'guadalajara', '-', proper, loc ). -noun( 'guatemala', '-', proper, loc ). -noun( 'guatemala city', '-', proper, loc ). -noun( 'guatemalan', 'guatemalans', count, _ ). -noun( 'guayaquil', '-', proper, loc ). -noun( 'guild-hall', 'guild-halls', count, _ ). -noun( 'guildford', '-', proper, loc ). -noun( 'guildhall', 'guildhalls', count, _ ). -noun( 'guinea', '-', proper, loc ). -noun( 'guinean', 'guineans', count, _ ). -noun( 'guinness', 'guinnesses', count, _ ). -noun( 'guisborough', '-', proper, loc ). -noun( 'gurkha', 'gurkhas', count, _ ). -noun( 'guy', '-', proper, per ). -noun( 'guy\'s', '-', proper, _ ). -noun( 'guyana', '-', proper, loc ). -noun( 'guyanese', 'guyanese', count, _ ). -noun( 'gwen', '-', proper, per ). -noun( 'gwendoline', '-', proper, per ). -noun( 'gwent', '-', proper, loc ). -noun( 'gwersyllt', '-', proper, loc ). -noun( 'gwynedd', '-', proper, loc ). -noun( 'gypsy', 'gypsies', count, _ ). -noun( 'h-bomb', 'h-bombs', count, _ ). -noun( 'hm', '-', proper, per ). -noun( 'hmso', '-', proper, _ ). -noun( 'hp', '-', mass, _ ). -noun( 'hq', '-', proper, _ ). -noun( 'hrh', '-', proper, per ). -noun( 'haarlem', '-', proper, loc ). -noun( 'hackney', '-', proper, loc ). -noun( 'haddington', '-', proper, loc ). -noun( 'hades', '-', proper, _ ). -noun( 'hadji', 'hadjis', count, _ ). -noun( 'hagen', '-', proper, loc ). -noun( 'hagley', '-', proper, loc ). -noun( 'hailsham', '-', proper, loc ). -noun( 'haiphong', '-', proper, loc ). -noun( 'haiti', '-', proper, loc ). -noun( 'haitian', 'haitians', count, _ ). -noun( 'hal', '-', proper, per ). -noun( 'halesowen', '-', proper, loc ). -noun( 'halifax', '-', proper, loc ). -noun( 'halle', '-', proper, loc ). -noun( 'hallowe\'en', 'hallowe\'ens', count, _ ). -noun( 'hallowe\'en', '-', proper, _ ). -noun( 'halstead', '-', proper, loc ). -noun( 'hamburg', '-', proper, loc ). -noun( 'hamhung', '-', proper, loc ). -noun( 'hamilton', '-', proper, loc ). -noun( 'hammersmith', '-', proper, loc ). -noun( 'hampreston', '-', proper, loc ). -noun( 'hampshire', '-', proper, loc ). -noun( 'hangchon', '-', proper, loc ). -noun( 'hanoi', '-', proper, loc ). -noun( 'hanover', '-', proper, loc ). -noun( 'hansard', 'hansards', count, _ ). -noun( 'harbin', '-', proper, loc ). -noun( 'haringey', '-', proper, loc ). -noun( 'harley street', '-', proper, _ ). -noun( 'harlow', '-', proper, loc ). -noun( 'harold', '-', proper, per ). -noun( 'harpenden', '-', proper, loc ). -noun( 'harriet', '-', proper, per ). -noun( 'harrogate', '-', proper, loc ). -noun( 'harrow', '-', proper, loc ). -noun( 'harry', '-', proper, per ). -noun( 'hartlepool', '-', proper, loc ). -noun( 'hartley', '-', proper, loc ). -noun( 'harvey', '-', proper, per ). -noun( 'harwich', '-', proper, loc ). -noun( 'harwood', '-', proper, loc ). -noun( 'harworth', '-', proper, loc ). -noun( 'haslemere', '-', proper, loc ). -noun( 'haslingden', '-', proper, loc ). -noun( 'hastings', '-', proper, loc ). -noun( 'hatfield', '-', proper, loc ). -noun( 'havana', 'havanas', count, _ ). -noun( 'havana', '-', proper, loc ). -noun( 'haverfordwest', '-', proper, loc ). -noun( 'haverhill', '-', proper, loc ). -noun( 'havering', '-', proper, loc ). -noun( 'hawaii', '-', proper, loc ). -noun( 'hawick', '-', proper, loc ). -noun( 'hawke\'s bay', '-', proper, loc ). -noun( 'hayling', '-', proper, loc ). -noun( 'haywards heath', '-', proper, loc ). -noun( 'hazel', '-', proper, per ). -noun( 'heanor', '-', proper, loc ). -noun( 'heather', '-', proper, per ). -noun( 'heaviside', '-', proper, _ ). -noun( 'hebden royal', '-', proper, loc ). -noun( 'hebrew', 'hebrews', both, _ ). -noun( 'hedge end', '-', proper, loc ). -noun( 'hegira', 'hegiras', count, _ ). -noun( 'heidelburg', '-', proper, loc ). -noun( 'hejira', 'hejiras', count, _ ). -noun( 'helen', '-', proper, per ). -noun( 'helensburgh', '-', proper, loc ). -noun( 'hellene', 'hellenes', count, _ ). -noun( 'helsinki', '-', proper, loc ). -noun( 'helston', '-', proper, loc ). -noun( 'hemel hempstead', '-', proper, loc ). -noun( 'hemsworth', '-', proper, loc ). -noun( 'henley-on-thames', '-', proper, loc ). -noun( 'henry', '-', proper, per ). -noun( 'herb', '-', proper, per ). -noun( 'herbert', '-', proper, per ). -noun( 'hereford', '-', proper, loc ). -noun( 'herne', '-', proper, loc ). -noun( 'herne bay', '-', proper, loc ). -noun( 'herr', 'herren', count, _ ). -noun( 'hertford', '-', proper, loc ). -noun( 'hertfordshire', '-', proper, loc ). -noun( 'hetton', '-', proper, loc ). -noun( 'hexham', '-', proper, loc ). -noun( 'heysham', '-', proper, loc ). -noun( 'heywood', '-', proper, loc ). -noun( 'high spen', '-', proper, loc ). -noun( 'high wycombe', '-', proper, loc ). -noun( 'highland', '-', proper, loc ). -noun( 'highlander', 'highlanders', count, _ ). -noun( 'hilary', '-', proper, per ). -noun( 'hilda', '-', proper, per ). -noun( 'hillingdon', '-', proper, loc ). -noun( 'hinckley', '-', proper, loc ). -noun( 'hindi', '-', mass, _ ). -noun( 'hindu', 'hindus', count, _ ). -noun( 'hinduism', '-', mass, _ ). -noun( 'hindustani', 'hindustanis', count, _ ). -noun( 'hiroshima', '-', proper, loc ). -noun( 'hitchin', '-', proper, loc ). -noun( 'hobson', '-', proper, _ ). -noun( 'hockley', '-', proper, loc ). -noun( 'hoddesdon', '-', proper, loc ). -noun( 'hofei', '-', proper, loc ). -noun( 'hogmanay', 'hogmanays', count, _ ). -noun( 'hogmanay', '-', proper, _ ). -noun( 'holland', '-', proper, loc ). -noun( 'hollander', 'hollanders', count, _ ). -noun( 'hollywood', '-', proper, _ ). -noun( 'holmfirth', '-', proper, loc ). -noun( 'holyhead', '-', proper, loc ). -noun( 'hon', '-', proper, per ). -noun( 'honduran', 'hondurans', count, _ ). -noun( 'honduras', '-', proper, loc ). -noun( 'hong kong', '-', proper, loc ). -noun( 'honiton', '-', proper, loc ). -noun( 'hoo', '-', proper, loc ). -noun( 'hoover', 'hoovers', count, _ ). -noun( 'hope', '-', proper, loc ). -noun( 'horace', '-', proper, per ). -noun( 'horley', '-', proper, loc ). -noun( 'hornsea', '-', proper, loc ). -noun( 'horsham', '-', proper, loc ). -noun( 'horsley', '-', proper, loc ). -noun( 'horwich', '-', proper, loc ). -noun( 'hosp', '-', proper, _ ). -noun( 'host', '-', count, _ ). -noun( 'houghton', '-', proper, loc ). -noun( 'hounslow', '-', proper, loc ). -noun( 'houston', '-', proper, loc ). -noun( 'hove', '-', proper, loc ). -noun( 'howard', '-', proper, per ). -noun( 'hoylake', '-', proper, loc ). -noun( 'hoyland nether', '-', proper, loc ). -noun( 'hubert', '-', proper, per ). -noun( 'hucknall', '-', proper, loc ). -noun( 'huddersfield', '-', proper, loc ). -noun( 'hugh', '-', proper, per ). -noun( 'hughie', '-', proper, per ). -noun( 'huguenot', 'huguenots', count, _ ). -noun( 'huhehot', '-', proper, loc ). -noun( 'humberside', '-', proper, loc ). -noun( 'humberston', '-', proper, loc ). -noun( 'humphrey', '-', proper, per ). -noun( 'hun', 'huns', count, _ ). -noun( 'hungarian', 'hungarians', both, _ ). -noun( 'hungary', '-', proper, loc ). -noun( 'huntingdon', '-', proper, loc ). -noun( 'hurstpierpoint', '-', proper, loc ). -noun( 'hwainan', '-', proper, loc ). -noun( 'hyde', '-', proper, loc ). -noun( 'hyderabad', '-', proper, loc ). -noun( 'hythe', '-', proper, loc ). -noun( 'iba', '-', count, _ ). -noun( 'icbm', '-', count, _ ). -noun( 'ilo', '-', count, _ ). -noun( 'imf', '-', count, _ ). -noun( 'iou', '-', count, _ ). -noun( '-', 'ious', count, _ ). -noun( 'iq', '-', mass, _ ). -noun( 'ira', '-', count, _ ). -noun( 'itv', '-', count, _ ). -noun( 'iud', '-', count, _ ). -noun( 'ian', '-', proper, per ). -noun( 'ibadan', '-', proper, loc ). -noun( 'iceland', '-', proper, loc ). -noun( 'icelander', 'icelanders', count, _ ). -noun( 'icelandic', '-', mass, _ ). -noun( 'ida', '-', proper, per ). -noun( 'idaho', '-', proper, loc ). -noun( 'ilfracombe', '-', proper, loc ). -noun( 'ilkeston', '-', proper, loc ). -noun( 'ilkley', '-', proper, loc ). -noun( 'illinois', '-', proper, loc ). -noun( 'immingham', '-', proper, loc ). -noun( 'inc', '-', proper, _ ). -noun( 'inchon', '-', proper, loc ). -noun( 'india', '-', proper, loc ). -noun( 'india-rubber', 'india-rubbers', both, _ ). -noun( 'indiaman', 'indiamen', count, _ ). -noun( 'indian', 'indians', count, _ ). -noun( 'indiana', '-', proper, loc ). -noun( 'indianapolis', '-', proper, loc ). -noun( 'indies', '-', proper, loc ). -noun( 'indonesia', '-', proper, loc ). -noun( 'indonesian', 'indonesians', both, _ ). -noun( 'indore', '-', proper, loc ). -noun( 'ingatestone', '-', proper, loc ). -noun( 'ingrid', '-', proper, per ). -noun( 'innsbruck', '-', proper, loc ). -noun( 'inst', '-', proper, _ ). -noun( 'interpol', '-', proper, _ ). -noun( 'inverkeithing', '-', proper, loc ). -noun( 'inverness', '-', proper, loc ). -noun( 'inverurie', '-', proper, loc ). -noun( 'iowa', '-', proper, loc ). -noun( 'ipswich', '-', proper, loc ). -noun( 'iran', '-', proper, loc ). -noun( 'iranian', 'iranians', both, _ ). -noun( 'iraq', '-', proper, loc ). -noun( 'iraqi', 'iraqis', count, _ ). -noun( 'ireland', '-', proper, loc ). -noun( 'irene', '-', proper, per ). -noun( 'iris', '-', proper, per ). -noun( 'irish', '-', mass, _ ). -noun( 'irishman', 'irishmen', count, _ ). -noun( 'irishwoman', 'irishwomen', count, _ ). -noun( 'irthlingborough', '-', proper, loc ). -noun( 'irvine', '-', proper, loc ). -noun( 'isaac', '-', proper, per ). -noun( 'isabel', '-', proper, per ). -noun( 'isabella', '-', proper, per ). -noun( 'islam', '-', mass, _ ). -noun( 'islington', '-', proper, loc ). -noun( 'isobel', '-', proper, per ). -noun( 'israel', '-', proper, loc ). -noun( 'israeli', 'israelis', count, _ ). -noun( 'istanbul', '-', proper, loc ). -noun( 'italian', 'italians', both, _ ). -noun( 'italy', '-', proper, loc ). -noun( 'ivan', '-', proper, per ). -noun( 'iver', '-', proper, loc ). -noun( 'ivor', '-', proper, per ). -noun( 'ivy', '-', proper, per ). -noun( 'izmir', '-', proper, loc ). -noun( 'jc', '-', proper, _ ). -noun( 'jp', '-', count, _ ). -noun( 'jabalpur', '-', proper, loc ). -noun( 'jack', '-', proper, per ). -noun( 'jackie', '-', proper, per ). -noun( 'jacksonville', '-', proper, loc ). -noun( 'jacob', '-', proper, per ). -noun( 'jacobin', 'jacobins', count, _ ). -noun( 'jacobinism', '-', mass, _ ). -noun( 'jacobite', 'jacobites', count, _ ). -noun( 'jacqueline', '-', proper, per ). -noun( 'jaipur', '-', proper, loc ). -noun( 'jakarta', '-', proper, loc ). -noun( 'jake', '-', proper, per ). -noun( 'jamaica', '-', proper, loc ). -noun( 'jamaican', 'jamaicans', count, _ ). -noun( 'james', '-', proper, per ). -noun( 'jan', '-', proper, per ). -noun( 'jan', '-', proper, _ ). -noun( 'jane', '-', proper, per ). -noun( 'janet', '-', proper, per ). -noun( 'janice', '-', proper, per ). -noun( 'janie', '-', proper, per ). -noun( 'january', 'januaries', count, _ ). -noun( 'january', '-', proper, _ ). -noun( 'janus', '-', proper, _ ). -noun( 'japan', '-', proper, loc ). -noun( 'japanese', 'japanese', both, _ ). -noun( 'jarrow', '-', proper, loc ). -noun( 'jason', '-', proper, per ). -noun( 'java', '-', proper, loc ). -noun( 'javanese', 'javanese', count, _ ). -noun( 'jean', '-', proper, per ). -noun( 'jeanie', '-', proper, per ). -noun( 'jedburgh', '-', proper, loc ). -noun( 'jeff', '-', proper, per ). -noun( 'jeffrey', '-', proper, per ). -noun( 'jehovah', '-', proper, _ ). -noun( 'jekyll-and-hyde', '-', proper, _ ). -noun( 'jennifer', '-', proper, per ). -noun( 'jenny', '-', proper, per ). -noun( 'jeremy', '-', proper, per ). -noun( 'jerome', '-', proper, per ). -noun( 'jerry', '-', proper, per ). -noun( 'jersey', '-', proper, loc ). -noun( 'jess', '-', proper, per ). -noun( 'jessica', '-', proper, per ). -noun( 'jessie', '-', proper, per ). -noun( 'jesuit', 'jesuits', count, _ ). -noun( 'jesus', '-', proper, per ). -noun( 'jew', 'jews', count, _ ). -noun( 'jewess', 'jewesses', count, _ ). -noun( 'jezebel', 'jezebels', count, _ ). -noun( 'jill', '-', proper, per ). -noun( 'jim', '-', proper, per ). -noun( 'jim crow', '-', count, _ ). -noun( 'jimmy', '-', proper, per ). -noun( 'jnr', '-', proper, _ ). -noun( 'jo', '-', proper, per ). -noun( 'joan', '-', proper, per ). -noun( 'joanie', '-', proper, per ). -noun( 'joann', '-', proper, per ). -noun( 'joanna', '-', proper, per ). -noun( 'joanne', '-', proper, per ). -noun( 'job', '-', proper, per ). -noun( 'jocelyn', '-', proper, per ). -noun( 'joe', '-', proper, per ). -noun( 'joey', '-', proper, per ). -noun( 'johannesburg', '-', proper, loc ). -noun( 'john', '-', proper, per ). -noun( 'john bull', '-', count, _ ). -noun( 'johnny', '-', proper, per ). -noun( 'johnstone', '-', proper, loc ). -noun( 'jonah', '-', proper, per ). -noun( 'jonathan', '-', proper, per ). -noun( 'jordan', '-', proper, loc ). -noun( 'jordanian', 'jordanians', count, _ ). -noun( 'joseph', '-', proper, per ). -noun( 'josephine', '-', proper, per ). -noun( 'josh', '-', proper, per ). -noun( 'joshua', '-', proper, per ). -noun( 'jove', '-', proper, _ ). -noun( 'joy', '-', proper, per ). -noun( 'joyce', '-', proper, per ). -noun( 'judaism', '-', mass, _ ). -noun( 'judas', 'judases', count, _ ). -noun( 'judas', '-', proper, per ). -noun( 'judith', '-', proper, per ). -noun( 'judy', '-', proper, per ). -noun( 'jul', '-', proper, _ ). -noun( 'julia', '-', proper, per ). -noun( 'julian', '-', proper, per ). -noun( 'julie', '-', proper, per ). -noun( 'juliet', '-', proper, per ). -noun( 'july', '-', count, _ ). -noun( 'jun', '-', proper, _ ). -noun( 'june', 'junes', count, _ ). -noun( 'june', '-', proper, per ). -noun( 'jupiter', '-', proper, _ ). -noun( 'justin', '-', proper, per ). -noun( 'kgb', '-', count, _ ). -noun( 'ko', '-', count, _ ). -noun( 'kaiser', 'kaisers', count, _ ). -noun( 'kalgan', '-', proper, loc ). -noun( 'kampuchea', '-', proper, loc ). -noun( 'kampuchean', 'kampucheans', count, _ ). -noun( 'kanpur', '-', proper, loc ). -noun( 'kansas', '-', proper, loc ). -noun( 'kansas city', '-', proper, loc ). -noun( 'kaohsiung', '-', proper, loc ). -noun( 'karachi', '-', proper, loc ). -noun( 'karaganda', '-', proper, loc ). -noun( 'karen', '-', proper, per ). -noun( 'karlsruhe', '-', proper, loc ). -noun( 'kashmir', '-', proper, loc ). -noun( 'kashmiri', 'kashmiris', count, _ ). -noun( 'kassel', '-', proper, loc ). -noun( 'kate', '-', proper, per ). -noun( 'kath', '-', proper, per ). -noun( 'katherine', '-', proper, per ). -noun( 'kathy', '-', proper, per ). -noun( 'katie', '-', proper, per ). -noun( 'katowice', '-', proper, loc ). -noun( 'kay', '-', proper, per ). -noun( 'kazan', '-', proper, loc ). -noun( 'keighley', '-', proper, loc ). -noun( 'keith', '-', proper, per ). -noun( 'kelso', '-', proper, loc ). -noun( 'kelt', 'kelts', count, _ ). -noun( 'kelty', '-', proper, loc ). -noun( 'kemsing', '-', proper, loc ). -noun( 'ken', '-', proper, per ). -noun( 'kendal', '-', proper, loc ). -noun( 'kenilworth', '-', proper, loc ). -noun( 'kenneth', '-', proper, per ). -noun( 'kenny', '-', proper, per ). -noun( 'kensington', '-', proper, loc ). -noun( 'kent', '-', proper, loc ). -noun( 'kentucky', '-', proper, loc ). -noun( 'kenya', '-', proper, loc ). -noun( 'kenyan', 'kenyans', count, _ ). -noun( 'kerry', '-', proper, loc ). -noun( 'kettering', '-', proper, loc ). -noun( 'kevin', '-', proper, per ). -noun( 'keynsham', '-', proper, loc ). -noun( 'keyworth', '-', proper, loc ). -noun( 'khalka', '-', mass, _ ). -noun( 'kharkov', '-', proper, loc ). -noun( 'khartoum', '-', proper, loc ). -noun( 'khmer', '-', mass, _ ). -noun( 'kidderminster', '-', proper, loc ). -noun( 'kidlington', '-', proper, loc ). -noun( 'kidsgrove', '-', proper, loc ). -noun( 'kiev', '-', proper, loc ). -noun( 'kilbirnie', '-', proper, loc ). -noun( 'kildare', '-', proper, loc ). -noun( 'kilkenny', '-', proper, loc ). -noun( 'killarney', '-', proper, loc ). -noun( 'kilmarnock', '-', proper, loc ). -noun( 'kilsyth', '-', proper, loc ). -noun( 'kilwinning', '-', proper, loc ). -noun( 'kimberley', '-', proper, loc ). -noun( 'king\'s lynn', '-', proper, loc ). -noun( 'kingsbury', '-', proper, loc ). -noun( 'kingsteignton', '-', proper, loc ). -noun( 'kingston', '-', proper, loc ). -noun( 'kingston upon hull', '-', proper, loc ). -noun( 'kingston upon thames', '-', proper, loc ). -noun( 'kinshasa', '-', proper, loc ). -noun( 'kippax', '-', proper, loc ). -noun( 'kirin', '-', proper, loc ). -noun( 'kirkby', '-', proper, loc ). -noun( 'kirkby in ashfield', '-', proper, loc ). -noun( 'kirkcaldy', '-', proper, loc ). -noun( 'kirkham', '-', proper, loc ). -noun( 'kirkintilloch', '-', proper, loc ). -noun( 'kirkwall', '-', proper, loc ). -noun( 'kitakyushu', '-', proper, loc ). -noun( 'kitty', '-', proper, per ). -noun( 'knaresborough', '-', proper, loc ). -noun( 'knesset', 'knessets', count, _ ). -noun( 'knottingley', '-', proper, loc ). -noun( 'knutsford', '-', proper, loc ). -noun( 'kobe', '-', proper, loc ). -noun( 'koblenz', '-', proper, loc ). -noun( 'koln', '-', proper, loc ). -noun( 'koran', 'korans', count, _ ). -noun( 'korea', '-', proper, loc ). -noun( 'korean', 'koreans', both, _ ). -noun( 'krakow', '-', proper, loc ). -noun( 'krasnoyarsk', '-', proper, loc ). -noun( 'krefeld', '-', proper, loc ). -noun( 'kremlin', 'kremlins', count, _ ). -noun( 'krivoi rog', '-', proper, loc ). -noun( 'kunming', '-', proper, loc ). -noun( 'kuwait', '-', proper, loc ). -noun( 'kuwait city', '-', proper, loc ). -noun( 'kuwaiti', 'kuwaitis', count, _ ). -noun( 'kuybyshev', '-', proper, loc ). -noun( 'kweiyang', '-', proper, loc ). -noun( 'kyoto', '-', proper, loc ). -noun( 'l-plate', 'l-plates', count, _ ). -noun( 'la', '-', proper, _ ). -noun( 'lea', '-', count, _ ). -noun( 'llb', '-', count, _ ). -noun( 'lp', '-', count, _ ). -noun( '-', 'lps', count, _ ). -noun( 'lsd', '-', mass, _ ). -noun( 'la habana', '-', proper, loc ). -noun( 'la paz', '-', proper, loc ). -noun( 'la plata', '-', proper, loc ). -noun( 'la spezia', '-', proper, loc ). -noun( 'lab', '-', proper, _ ). -noun( 'labourite', 'labourites', count, _ ). -noun( 'labrador', '-', proper, loc ). -noun( 'lady-chapel', 'lady-chapels', count, _ ). -noun( 'lagos', '-', proper, loc ). -noun( 'lahore', '-', proper, loc ). -noun( 'lakenheath', '-', proper, loc ). -noun( 'lambeth', '-', proper, loc ). -noun( 'lammas', 'lammases', count, _ ). -noun( 'lammas', '-', proper, _ ). -noun( 'lanark', '-', proper, loc ). -noun( 'lancashire', '-', proper, loc ). -noun( 'lancaster', '-', proper, loc ). -noun( 'lancastrian', 'lancastrians', count, _ ). -noun( 'lanchow', '-', proper, loc ). -noun( 'lancing', '-', proper, loc ). -noun( 'landrover', 'landrovers', count, _ ). -noun( 'lao', '-', mass, _ ). -noun( 'laos', '-', proper, loc ). -noun( 'laotian', 'laotians', both, _ ). -noun( 'largs', '-', proper, loc ). -noun( 'larkhall', '-', proper, loc ). -noun( 'larne', '-', proper, loc ). -noun( 'larry', '-', proper, per ). -noun( 'las palmas', '-', proper, loc ). -noun( 'latin', 'latins', count, _ ). -noun( 'latinist', 'latinists', count, _ ). -noun( 'laura', '-', proper, per ). -noun( 'laurence', '-', proper, per ). -noun( 'lausanne', '-', proper, loc ). -noun( 'lawrence', '-', proper, per ). -noun( 'lazarus', '-', count, _ ). -noun( 'lazarus', '-', proper, per ). -noun( 'le havre', '-', proper, loc ). -noun( 'le mans', '-', proper, loc ). -noun( 'leamington spa', '-', proper, loc ). -noun( 'leatherhead', '-', proper, loc ). -noun( 'lebanese', 'lebanese', count, _ ). -noun( 'lebanon', '-', proper, loc ). -noun( 'leeds', '-', proper, loc ). -noun( 'leek', '-', proper, loc ). -noun( 'leicester', '-', proper, loc ). -noun( 'leicestershire', '-', proper, loc ). -noun( 'leiden', '-', proper, loc ). -noun( 'leigh', '-', proper, loc ). -noun( 'leighton-linslade', '-', proper, loc ). -noun( 'leinster', '-', proper, loc ). -noun( 'leipzig', '-', proper, loc ). -noun( 'leitrim', '-', proper, loc ). -noun( 'leix', '-', proper, loc ). -noun( 'len', '-', proper, per ). -noun( 'leningrad', '-', proper, loc ). -noun( 'lenny', '-', proper, per ). -noun( 'lens', '-', proper, loc ). -noun( 'lent', 'lents', count, _ ). -noun( 'lent', '-', proper, _ ). -noun( 'leo', '-', proper, per ). -noun( 'leominster', '-', proper, loc ). -noun( 'leon', '-', proper, loc ). -noun( 'leonard', '-', proper, per ). -noun( 'lerwick', '-', proper, loc ). -noun( 'les', '-', proper, per ). -noun( 'lesley', '-', proper, per ). -noun( 'leslie', '-', proper, per ). -noun( 'lesotho', '-', proper, loc ). -noun( 'letchworth', '-', proper, loc ). -noun( 'lethe', '-', proper, _ ). -noun( 'levant', '-', proper, _ ). -noun( 'levantine', 'levantines', count, _ ). -noun( 'leven', '-', proper, loc ). -noun( 'leverkusen', '-', proper, loc ). -noun( 'lewes', '-', proper, loc ). -noun( 'lewis', '-', proper, per ). -noun( 'lewisham', '-', proper, loc ). -noun( 'leyland', '-', proper, loc ). -noun( 'lib', '-', proper, _ ). -noun( 'liberia', '-', proper, loc ). -noun( 'liberian', 'liberians', count, _ ). -noun( 'libra', '-', proper, _ ). -noun( 'libya', '-', proper, loc ). -noun( 'libyan', 'libyans', count, _ ). -noun( 'lichfield', '-', proper, loc ). -noun( 'liechtenstein', '-', proper, loc ). -noun( 'liechtensteiner', 'liechtensteiners', count, _ ). -noun( 'liege', '-', proper, loc ). -noun( 'lilian', '-', proper, per ). -noun( 'lille', '-', proper, loc ). -noun( 'lilliputian', 'lilliputians', count, _ ). -noun( 'lily', '-', proper, per ). -noun( 'lima', '-', proper, loc ). -noun( 'limerick', '-', proper, loc ). -noun( 'limoges', '-', proper, loc ). -noun( 'lincoln', '-', proper, loc ). -noun( 'lincolnshire', '-', proper, loc ). -noun( 'linda', '-', proper, per ). -noun( 'linlithgow', '-', proper, loc ). -noun( 'linwood', '-', proper, loc ). -noun( 'linz', '-', proper, loc ). -noun( 'lionel', '-', proper, per ). -noun( 'lisa', '-', proper, per ). -noun( 'lisbon', '-', proper, loc ). -noun( 'liskeard', '-', proper, loc ). -noun( 'littlehampton', '-', proper, loc ). -noun( 'liverpool', '-', proper, loc ). -noun( 'liverpudlian', 'liverpudlians', count, _ ). -noun( 'livingston', '-', proper, loc ). -noun( 'livorno', '-', proper, loc ). -noun( 'liz', '-', proper, per ). -noun( 'liza', '-', proper, per ). -noun( 'lizzy', '-', proper, per ). -noun( 'ljubljana', '-', proper, loc ). -noun( 'llandudno', '-', proper, loc ). -noun( 'llanelli', '-', proper, loc ). -noun( 'llangollen', '-', proper, loc ). -noun( 'llantrisant', '-', proper, loc ). -noun( 'llantwit major', '-', proper, loc ). -noun( 'lloyd\'s', '-', proper, _ ). -noun( 'loanhead', '-', proper, loc ). -noun( 'lochgelly', '-', proper, loc ). -noun( 'lodz', '-', proper, loc ). -noun( 'loftus', '-', proper, loc ). -noun( 'lois', '-', proper, per ). -noun( 'london', '-', proper, loc ). -noun( 'londonderry', '-', proper, loc ). -noun( 'londoner', 'londoners', count, _ ). -noun( 'long eaton', '-', proper, loc ). -noun( 'longridge', '-', proper, loc ). -noun( 'longton', '-', proper, loc ). -noun( 'lorna', '-', proper, per ). -noun( 'los angeles', '-', proper, loc ). -noun( 'lossiemouth', '-', proper, loc ). -noun( 'lothian', '-', proper, loc ). -noun( 'loughborough', '-', proper, loc ). -noun( 'louis', '-', proper, per ). -noun( 'louise', '-', proper, per ). -noun( 'louisiana', '-', proper, loc ). -noun( 'louisville', '-', proper, loc ). -noun( 'louth', '-', proper, loc ). -noun( 'lowestoft', '-', proper, loc ). -noun( 'loyang', '-', proper, loc ). -noun( 'lt', '-', proper, per ). -noun( 'ltd', '-', proper, _ ). -noun( 'lubeck', '-', proper, loc ). -noun( 'lucifer', 'lucifers', count, _ ). -noun( 'lucknow', '-', proper, loc ). -noun( 'lucy', '-', proper, per ). -noun( 'luddite', 'luddites', count, _ ). -noun( 'ludlow', '-', proper, loc ). -noun( 'ludwigshafen', '-', proper, loc ). -noun( 'luke', '-', proper, per ). -noun( 'luta', '-', proper, loc ). -noun( 'lutheran', 'lutherans', count, _ ). -noun( 'luton', '-', proper, loc ). -noun( 'luxembourg', '-', proper, loc ). -noun( 'luxemburg', '-', proper, loc ). -noun( 'luxemburger', 'luxemburgers', count, _ ). -noun( 'lvov', '-', proper, loc ). -noun( 'lyallpur', '-', proper, loc ). -noun( 'lydia', '-', proper, per ). -noun( 'lydney', '-', proper, loc ). -noun( 'lymington', '-', proper, loc ). -noun( 'lymm', '-', proper, loc ). -noun( 'lynn', '-', proper, per ). -noun( 'lynne', '-', proper, per ). -noun( 'lyons', '-', proper, loc ). -noun( 'lytham', '-', proper, loc ). -noun( 'lytham st annes', '-', proper, loc ). -noun( 'ma', '-', count, _ ). -noun( 'mb', '-', count, _ ). -noun( 'mc', '-', count, _ ). -noun( 'mcc', '-', count, _ ). -noun( 'md', '-', count, _ ). -noun( 'mi5', '-', proper, _ ). -noun( 'mi6', '-', proper, _ ). -noun( 'mp', '-', count, _ ). -noun( '-', 'mp\'s', count, _ ). -noun( 'ms', '-', count, _ ). -noun( 'msc', '-', count, _ ). -noun( 'maastricht', '-', proper, loc ). -noun( 'mabel', '-', proper, per ). -noun( 'macclesfield', '-', proper, loc ). -noun( 'macedonian', 'macedonians', both, _ ). -noun( 'mach', '-', proper, _ ). -noun( 'madagascan', 'madagascans', count, _ ). -noun( 'madagascar', '-', proper, loc ). -noun( 'madame', 'madames', count, _ ). -noun( 'maddy', '-', proper, per ). -noun( 'madeira', 'madeiras', count, _ ). -noun( 'madeleine', '-', proper, per ). -noun( 'mademoiselle', 'mademoiselles', count, _ ). -noun( 'madge', '-', proper, per ). -noun( 'madonna', 'madonnas', count, _ ). -noun( 'madras', '-', proper, loc ). -noun( 'madrid', '-', proper, loc ). -noun( 'madurai', '-', proper, loc ). -noun( 'maecenas', '-', proper, _ ). -noun( 'maesteg', '-', proper, loc ). -noun( 'mafia', 'mafias', count, _ ). -noun( 'magdeburg', '-', proper, loc ). -noun( 'maggie', '-', proper, per ). -noun( 'maghull', '-', proper, loc ). -noun( 'magnificat', 'magnificats', count, _ ). -noun( 'magyar', 'magyars', both, _ ). -noun( 'maharaja', 'maharajas', count, _ ). -noun( 'maharajah', 'maharajahs', count, _ ). -noun( 'maharanee', 'maharanees', count, _ ). -noun( 'mahatma', 'mahatmas', count, _ ). -noun( 'maidenhead', '-', proper, loc ). -noun( 'maidstone', '-', proper, loc ). -noun( 'maine', '-', proper, loc ). -noun( 'mainz', '-', proper, loc ). -noun( 'maj', '-', proper, per ). -noun( 'malaga', '-', proper, loc ). -noun( 'malawi', '-', proper, loc ). -noun( 'malawian', 'malawians', count, _ ). -noun( 'malay', 'malays', both, _ ). -noun( 'malaya', '-', proper, loc ). -noun( 'malayan', 'malayans', count, _ ). -noun( 'malaysia', '-', proper, loc ). -noun( 'malaysian', 'malaysians', count, _ ). -noun( 'malcolm', '-', proper, per ). -noun( 'maldon', '-', proper, loc ). -noun( 'mali', '-', proper, loc ). -noun( 'malian', 'malians', count, _ ). -noun( 'mallow', '-', proper, loc ). -noun( 'malmo', '-', proper, loc ). -noun( 'malta', '-', proper, loc ). -noun( 'maltby', '-', proper, loc ). -noun( 'maltese', 'maltese', both, _ ). -noun( 'malvern', '-', proper, loc ). -noun( 'mamie', '-', proper, per ). -noun( 'manchester', '-', proper, loc ). -noun( 'mancunian', 'mancunians', count, _ ). -noun( 'mandy', '-', proper, per ). -noun( 'manila', '-', proper, loc ). -noun( 'manilla', 'manillas', count, _ ). -noun( 'manitoba', '-', proper, loc ). -noun( 'mannheim', '-', proper, loc ). -noun( 'mansfield', '-', proper, loc ). -noun( 'manx', '-', mass, _ ). -noun( 'maoism', '-', mass, _ ). -noun( 'maoist', 'maoists', count, _ ). -noun( 'maori', 'maoris', count, _ ). -noun( 'mar', '-', proper, _ ). -noun( 'maracaibo', '-', proper, loc ). -noun( 'march', 'marches', count, _ ). -noun( 'march', '-', proper, loc ). -noun( 'mardi gras', 'mardi gras', count, _ ). -noun( 'margaret', '-', proper, per ). -noun( 'margate', '-', proper, loc ). -noun( 'marge', '-', proper, per ). -noun( 'margery', '-', proper, per ). -noun( 'margie', '-', proper, per ). -noun( 'margrave', 'margraves', count, _ ). -noun( 'maria', '-', proper, per ). -noun( 'marian', '-', proper, per ). -noun( 'marie', '-', proper, per ). -noun( 'marilyn', '-', proper, per ). -noun( 'marion', '-', proper, per ). -noun( 'marjorie', '-', proper, per ). -noun( 'mark', '-', proper, per ). -noun( 'market drayton', '-', proper, loc ). -noun( 'market harborough', '-', proper, loc ). -noun( 'marlborough', '-', proper, loc ). -noun( 'marlene', '-', proper, per ). -noun( 'marlow', '-', proper, loc ). -noun( 'marple', '-', proper, loc ). -noun( 'mars', '-', proper, _ ). -noun( 'marsala', '-', mass, _ ). -noun( 'marseillaise', 'marseillaises', count, _ ). -noun( 'marseilles', '-', proper, loc ). -noun( 'marske', '-', proper, loc ). -noun( 'martha', '-', proper, per ). -noun( 'martian', 'martians', count, _ ). -noun( 'martin', '-', proper, per ). -noun( 'marxism', '-', mass, _ ). -noun( 'marxist', 'marxists', count, _ ). -noun( 'mary', '-', proper, per ). -noun( 'maryland', '-', proper, loc ). -noun( 'maryport', '-', proper, loc ). -noun( 'mason-dixon', '-', proper, _ ). -noun( 'mass', 'masses', both, _ ). -noun( 'massachusetts', '-', proper, loc ). -noun( 'matlock', '-', proper, loc ). -noun( 'matt', '-', proper, per ). -noun( 'matthew', '-', proper, per ). -noun( 'maud', '-', proper, per ). -noun( 'maudie', '-', proper, per ). -noun( 'maundy thursday', 'maundy thursdays', count, _ ). -noun( 'maundy thursday', '-', proper, _ ). -noun( 'maureen', '-', proper, per ). -noun( 'maurice', '-', proper, per ). -noun( 'mauritania', '-', proper, loc ). -noun( 'mauritanian', 'mauritanians', count, _ ). -noun( 'mauritian', 'mauritians', count, _ ). -noun( 'mauritius', '-', proper, loc ). -noun( 'mavis', '-', proper, per ). -noun( 'max', '-', proper, per ). -noun( 'maxine', '-', proper, per ). -noun( 'may', 'mays', count, _ ). -noun( 'may', '-', proper, per ). -noun( 'mayfair', '-', proper, _ ). -noun( 'mayfield', '-', proper, loc ). -noun( 'mayo', '-', proper, loc ). -noun( 'mccarthyism', '-', mass, _ ). -noun( 'meath', '-', proper, loc ). -noun( 'mecca', '-', proper, loc ). -noun( 'med', '-', count, _ ). -noun( 'medan', '-', proper, loc ). -noun( 'medellin', '-', proper, loc ). -noun( 'medicare', '-', mass, _ ). -noun( 'meg', '-', proper, per ). -noun( 'melbourne', '-', proper, loc ). -noun( 'melcombe', '-', proper, loc ). -noun( 'melcombe regis', '-', proper, loc ). -noun( 'melksham', '-', proper, loc ). -noun( 'meltham', '-', proper, loc ). -noun( 'melton mowbray', '-', proper, loc ). -noun( 'memphis', '-', proper, loc ). -noun( 'meopham', '-', proper, loc ). -noun( 'mercator', '-', proper, _ ). -noun( 'mercury', '-', proper, _ ). -noun( 'merthyr tydfil', '-', proper, loc ). -noun( 'merton', '-', proper, loc ). -noun( 'messiah', 'messiahs', count, _ ). -noun( 'messina', '-', proper, loc ). -noun( 'met', '-', proper, _ ). -noun( 'methodism', '-', mass, _ ). -noun( 'methodist', 'methodists', count, _ ). -noun( 'methuselah', '-', proper, _ ). -noun( 'metro', 'metros', count, _ ). -noun( 'metz', '-', proper, loc ). -noun( 'mexican', 'mexicans', count, _ ). -noun( 'mexico', '-', proper, loc ). -noun( 'mexico city', '-', proper, loc ). -noun( 'mgr', '-', proper, per ). -noun( 'miami', '-', proper, loc ). -noun( 'michael', '-', proper, per ). -noun( 'michaelmas', 'michaelmases', count, _ ). -noun( 'michaelmas', '-', proper, _ ). -noun( 'michelle', '-', proper, per ). -noun( 'michigan', '-', proper, loc ). -noun( 'mick', '-', proper, per ). -noun( 'mickey', '-', proper, per ). -noun( 'middlesex', '-', proper, loc ). -noun( 'middleton', '-', proper, loc ). -noun( 'middlewich', '-', proper, loc ). -noun( 'midlands', '-', proper, loc ). -noun( 'midwest', '-', proper, _ ). -noun( 'mike', '-', proper, per ). -noun( 'milan', '-', proper, loc ). -noun( 'milano', '-', proper, loc ). -noun( 'mildenhall', '-', proper, loc ). -noun( 'mildred', '-', proper, per ). -noun( 'miles', '-', proper, per ). -noun( 'milford', '-', proper, loc ). -noun( 'milford haven', '-', proper, loc ). -noun( 'millicent', '-', proper, per ). -noun( 'millie', '-', proper, per ). -noun( 'millom', '-', proper, loc ). -noun( 'milly', '-', proper, per ). -noun( 'milngavie', '-', proper, loc ). -noun( 'milnrow', '-', proper, loc ). -noun( 'milton keynes', '-', proper, loc ). -noun( 'milwaukee', '-', proper, loc ). -noun( 'minehead', '-', proper, loc ). -noun( 'minneapolis', '-', proper, loc ). -noun( 'minnesota', '-', proper, loc ). -noun( 'minotaur', 'minotaurs', count, _ ). -noun( 'minsk', '-', proper, loc ). -noun( 'minster-in-sheppey', '-', proper, loc ). -noun( 'miranda', '-', proper, per ). -noun( 'miriam', '-', proper, per ). -noun( 'miss', 'misses', count, _ ). -noun( 'mississippi', '-', proper, loc ). -noun( 'missouri', '-', proper, loc ). -noun( 'mlle', '-', proper, per ). -noun( 'mme', '-', proper, per ). -noun( 'mo', '-', proper, per ). -noun( 'mod', 'mods', count, _ ). -noun( 'modena', '-', proper, loc ). -noun( 'mohammedan', 'mohammedans', count, _ ). -noun( 'moira', '-', proper, per ). -noun( 'mold', '-', proper, loc ). -noun( 'molly', '-', proper, per ). -noun( 'moloch', '-', proper, _ ). -noun( 'mon', '-', proper, _ ). -noun( 'monaco', '-', proper, loc ). -noun( 'monaghan', '-', proper, loc ). -noun( 'monchengladbach', '-', proper, loc ). -noun( 'monday', 'mondays', count, _ ). -noun( 'monday', '-', proper, _ ). -noun( 'monegasque', 'monegasques', count, _ ). -noun( 'mongol', 'mongols', both, _ ). -noun( 'mongolia', '-', proper, loc ). -noun( 'mongolian', 'mongolians', both, _ ). -noun( 'monica', '-', proper, per ). -noun( 'monifieth', '-', proper, loc ). -noun( 'monmouth', '-', proper, loc ). -noun( 'monsieur', 'messieurs', count, _ ). -noun( 'monsignor', 'monsignors', count, _ ). -noun( 'montana', '-', proper, loc ). -noun( 'monterrey', '-', proper, loc ). -noun( 'montevideo', '-', proper, loc ). -noun( 'montreal', '-', proper, loc ). -noun( 'montrose', '-', proper, loc ). -noun( 'montserrat', '-', proper, loc ). -noun( 'montserratian', 'montserratians', count, _ ). -noun( 'monza', '-', proper, loc ). -noun( 'moor', 'moors', count, _ ). -noun( 'morecambe', '-', proper, loc ). -noun( 'morley', '-', proper, loc ). -noun( 'mormon', 'mormons', count, _ ). -noun( 'mormonism', '-', mass, _ ). -noun( 'moroccan', 'moroccans', count, _ ). -noun( 'morocco', '-', proper, loc ). -noun( 'morpeth', '-', proper, loc ). -noun( 'morpheus', '-', proper, _ ). -noun( 'morse', '-', mass, _ ). -noun( 'moscow', '-', proper, loc ). -noun( 'moslem', 'moslems', count, _ ). -noun( 'mossley', '-', proper, loc ). -noun( 'motherwell', '-', proper, loc ). -noun( 'mountain ash', '-', proper, loc ). -noun( 'mountie', 'mounties', count, _ ). -noun( 'mozambican', 'mozambicans', count, _ ). -noun( 'mozambique', '-', proper, loc ). -noun( 'mr', '-', proper, per ). -noun( 'mrs', '-', proper, per ). -noun( 'ms', '-', proper, per ). -noun( 'mt', '-', proper, _ ). -noun( 'muhammad', '-', proper, _ ). -noun( 'muhammadan', 'muhammadans', count, _ ). -noun( 'muhammadanism', '-', mass, _ ). -noun( 'mukden', '-', proper, loc ). -noun( 'mulheim', '-', proper, loc ). -noun( 'mulhouse', '-', proper, loc ). -noun( 'multan', '-', proper, loc ). -noun( 'munich', '-', proper, loc ). -noun( 'munster', '-', proper, loc ). -noun( 'muriel', '-', proper, per ). -noun( 'murton', '-', proper, loc ). -noun( 'muscovite', 'muscovites', count, _ ). -noun( 'muscovy', 'muscovies', count, _ ). -noun( 'muslim', 'muslims', count, _ ). -noun( 'musselburgh', '-', proper, loc ). -noun( 'myra', '-', proper, per ). -noun( 'naafi', '-', count, _ ). -noun( 'nasa', '-', proper, _ ). -noun( 'nato', '-', proper, _ ). -noun( 'nb', '-', proper, _ ). -noun( 'nco', '-', count, _ ). -noun( 'nhs', '-', count, _ ). -noun( 'nspcc', '-', count, _ ). -noun( 'nt', '-', count, _ ). -noun( 'nagoya', '-', proper, loc ). -noun( 'nagpur', '-', proper, loc ). -noun( 'nailsea', '-', proper, loc ). -noun( 'nairn', '-', proper, loc ). -noun( 'nairobi', '-', proper, loc ). -noun( 'namibia', '-', proper, loc ). -noun( 'namibian', 'namibians', count, _ ). -noun( 'nanchang', '-', proper, loc ). -noun( 'nancy', '-', proper, per ). -noun( 'nanking', '-', proper, loc ). -noun( 'nanning', '-', proper, loc ). -noun( 'nantwich', '-', proper, loc ). -noun( 'naomi', '-', proper, per ). -noun( 'naples', '-', proper, loc ). -noun( 'napoli', '-', proper, loc ). -noun( 'narborough', '-', proper, loc ). -noun( 'nat', '-', proper, per ). -noun( 'natalie', '-', proper, per ). -noun( 'nathaniel', '-', proper, per ). -noun( 'nauru', '-', proper, loc ). -noun( 'nauruan', 'nauruans', both, _ ). -noun( 'nazi', 'nazis', count, _ ). -noun( 'nazism', '-', mass, _ ). -noun( 'neapolitan', 'neapolitans', count, _ ). -noun( 'neath', '-', proper, loc ). -noun( 'nebraska', '-', proper, loc ). -noun( 'ned', '-', proper, per ). -noun( 'neddy', '-', proper, per ). -noun( 'negress', 'negresses', count, _ ). -noun( 'negro', 'negroes', count, _ ). -noun( 'negroid', 'negroids', count, _ ). -noun( 'negus', 'neguses', count, _ ). -noun( 'neil', '-', proper, per ). -noun( 'nell', '-', proper, per ). -noun( 'nelly', '-', count, _ ). -noun( 'nelly', '-', proper, per ). -noun( 'nelson', '-', proper, loc ). -noun( 'nepal', '-', proper, loc ). -noun( 'nepalese', 'nepalese', count, _ ). -noun( 'nepali', 'nepalis', both, _ ). -noun( 'neptune', '-', proper, _ ). -noun( 'neston', '-', proper, loc ). -noun( 'nestor', '-', proper, _ ). -noun( 'netherlander', 'netherlanders', count, _ ). -noun( 'netherlands', '-', proper, loc ). -noun( 'netley', '-', proper, loc ). -noun( 'neuss', '-', proper, loc ). -noun( 'nevada', '-', proper, loc ). -noun( 'neville', '-', proper, per ). -noun( 'new cumnock', '-', proper, loc ). -noun( 'new mills', '-', proper, loc ). -noun( 'new orleans', '-', proper, loc ). -noun( 'new tredegar', '-', proper, loc ). -noun( 'new windsor', '-', proper, loc ). -noun( 'new york', '-', proper, loc ). -noun( 'newark', '-', proper, loc ). -noun( 'newarthill', '-', proper, loc ). -noun( 'newbiggin', '-', proper, loc ). -noun( 'newbury', '-', proper, loc ). -noun( 'newcastle', '-', proper, loc ). -noun( 'newcastle upon tyne', '-', proper, loc ). -noun( 'newcastle-under-lyme', '-', proper, loc ). -noun( 'newfoundland', '-', proper, loc ). -noun( 'newham', '-', proper, loc ). -noun( 'newhaven', '-', proper, loc ). -noun( 'newmains', '-', proper, loc ). -noun( 'newmarket', '-', mass, _ ). -noun( 'newmarket', '-', proper, loc ). -noun( 'newport', '-', proper, loc ). -noun( 'newport pagnell', '-', proper, loc ). -noun( 'newquay', '-', proper, loc ). -noun( 'newry', '-', proper, loc ). -noun( 'newton abbot', '-', proper, loc ). -noun( 'newton aycliffe', '-', proper, loc ). -noun( 'newton mearns', '-', proper, loc ). -noun( 'newton-le-willows', '-', proper, loc ). -noun( 'newtonian', 'newtonians', count, _ ). -noun( 'newtown', '-', proper, loc ). -noun( 'nicaragua', '-', proper, loc ). -noun( 'nicaraguan', 'nicaraguans', count, _ ). -noun( 'nice', '-', proper, loc ). -noun( 'nicholas', '-', proper, per ). -noun( 'nick', '-', proper, per ). -noun( 'nicola', '-', proper, per ). -noun( 'nicole', '-', proper, per ). -noun( 'nigel', '-', proper, per ). -noun( 'niger', '-', proper, loc ). -noun( 'nigeria', '-', proper, loc ). -noun( 'nigerian', 'nigerians', count, _ ). -noun( 'nigerien', 'nigeriens', count, _ ). -noun( 'nijmegen', '-', proper, loc ). -noun( 'nimrod', '-', proper, _ ). -noun( 'niobe', '-', proper, _ ). -noun( 'nissen', '-', proper, _ ). -noun( 'noah', '-', proper, _ ). -noun( 'nobel', '-', proper, _ ). -noun( 'noel', 'noels', count, _ ). -noun( 'noel', '-', proper, per ). -noun( 'nora', '-', proper, per ). -noun( 'nordic', 'nordics', count, _ ). -noun( 'norfolk', '-', proper, loc ). -noun( 'norman', 'normans', count, _ ). -noun( 'norman', '-', proper, per ). -noun( 'normanton', '-', proper, loc ). -noun( 'normantown', '-', proper, loc ). -noun( 'norse', '-', mass, _ ). -noun( 'north walsham', '-', proper, loc ). -noun( 'northallerton', '-', proper, loc ). -noun( 'northam', '-', proper, loc ). -noun( 'northampton', '-', proper, loc ). -noun( 'northamptonshire', '-', proper, loc ). -noun( 'northman', 'northmen', count, _ ). -noun( 'northumberland', '-', proper, loc ). -noun( 'northwich', '-', proper, loc ). -noun( 'norton', '-', proper, loc ). -noun( 'norway', '-', proper, loc ). -noun( 'norwegian', 'norwegians', both, _ ). -noun( 'norwich', '-', proper, loc ). -noun( 'nottingham', '-', proper, loc ). -noun( 'nottinghamshire', '-', proper, loc ). -noun( 'nov', '-', proper, _ ). -noun( 'nova scotia', '-', proper, loc ). -noun( 'novara', '-', proper, loc ). -noun( 'november', 'novembers', count, _ ). -noun( 'november', '-', proper, _ ). -noun( 'novokuznetsk', '-', proper, loc ). -noun( 'novosibirsk', '-', proper, loc ). -noun( 'nuneaton', '-', proper, loc ). -noun( 'nurenburg', '-', proper, loc ). -noun( 'o-level', 'o-levels', count, _ ). -noun( 'oap', '-', count, _ ). -noun( '-', 'oap\'s', count, _ ). -noun( 'oau', '-', count, _ ). -noun( 'oecd', '-', count, _ ). -noun( 'oed', '-', count, _ ). -noun( 'opec', '-', proper, _ ). -noun( 'ot', '-', count, _ ). -noun( 'oakengates', '-', proper, loc ). -noun( 'oban', '-', proper, loc ). -noun( 'oberhausen', '-', proper, loc ). -noun( 'occident', '-', proper, _ ). -noun( 'occidental', 'occidentals', count, _ ). -noun( 'ockbrook', '-', proper, loc ). -noun( 'ockendon', '-', proper, loc ). -noun( 'oct', '-', proper, _ ). -noun( 'october', 'octobers', count, _ ). -noun( 'october', '-', proper, _ ). -noun( 'odessa', '-', proper, loc ). -noun( 'oedipus', '-', proper, _ ). -noun( 'offaly', '-', proper, loc ). -noun( 'offenbach', '-', proper, loc ). -noun( 'ogmore valley', '-', proper, loc ). -noun( 'ohio', '-', proper, loc ). -noun( 'oklahoma', '-', proper, loc ). -noun( 'oklahoma city', '-', proper, loc ). -noun( 'old windsor', '-', proper, loc ). -noun( 'oldenburg', '-', proper, loc ). -noun( 'oldham', '-', proper, loc ). -noun( 'oldland', '-', proper, loc ). -noun( 'olive', '-', proper, per ). -noun( 'oliver', '-', proper, per ). -noun( 'olivia', '-', proper, per ). -noun( 'ollerton', '-', proper, loc ). -noun( 'ollie', '-', proper, per ). -noun( 'olympiad', 'olympiads', count, _ ). -noun( 'olympian', 'olympians', count, _ ). -noun( 'olympics', '-', proper, _ ). -noun( 'oman', '-', proper, loc ). -noun( 'omani', 'omanis', count, _ ). -noun( 'omsk', '-', proper, loc ). -noun( 'ongar', '-', proper, loc ). -noun( 'ontario', '-', proper, loc ). -noun( 'orangeman', 'orangemen', count, _ ). -noun( 'oregon', '-', proper, loc ). -noun( 'orkney', '-', proper, loc ). -noun( 'orleans', '-', proper, loc ). -noun( 'ormskirk', '-', proper, loc ). -noun( 'osaka', '-', proper, loc ). -noun( 'oscar', 'oscars', count, _ ). -noun( 'oscar', '-', proper, per ). -noun( 'oslo', '-', proper, loc ). -noun( 'osnabruck', '-', proper, loc ). -noun( 'ossett', '-', proper, loc ). -noun( 'oswald', '-', proper, per ). -noun( 'oswestry', '-', proper, loc ). -noun( 'otago', '-', proper, loc ). -noun( 'otley', '-', proper, loc ). -noun( 'ottawa', '-', proper, loc ). -noun( 'oviedo', '-', proper, loc ). -noun( 'oxbridge', '-', proper, _ ). -noun( 'oxford', '-', proper, loc ). -noun( 'oxfordshire', '-', proper, loc ). -noun( 'oxon', '-', proper, _ ). -noun( 'oxonian', 'oxonians', count, _ ). -noun( 'oxted', '-', proper, loc ). -noun( 'ozzie', '-', proper, per ). -noun( 'pa', '-', count, _ ). -noun( 'paye', '-', proper, _ ). -noun( 'pc', '-', proper, per ). -noun( 'pdsa', '-', count, _ ). -noun( 'pe', '-', mass, _ ). -noun( 'plc', '-', proper, _ ). -noun( 'pm', '-', count, _ ). -noun( 'po', '-', count, _ ). -noun( 'pow', '-', count, _ ). -noun( 'pr', '-', mass, _ ). -noun( 'pt', '-', mass, _ ). -noun( 'pta', '-', count, _ ). -noun( 'pto', '-', proper, _ ). -noun( 'pacific', '-', proper, _ ). -noun( 'paddy', 'paddies', count, _ ). -noun( 'paddy', '-', proper, per ). -noun( 'paddy-wagon', 'paddy-wagons', count, _ ). -noun( 'padova', '-', proper, loc ). -noun( 'padua', '-', proper, loc ). -noun( 'paisley', '-', proper, loc ). -noun( 'pakistan', '-', proper, loc ). -noun( 'pakistani', 'pakistanis', count, _ ). -noun( 'palembang', '-', proper, loc ). -noun( 'palermo', '-', proper, loc ). -noun( 'palestine', '-', proper, loc ). -noun( 'palestinian', 'palestinians', count, _ ). -noun( 'pam', '-', proper, per ). -noun( 'pamela', '-', proper, per ). -noun( 'pamplona', '-', proper, loc ). -noun( 'panama', '-', proper, loc ). -noun( 'panamanian', 'panamanians', count, _ ). -noun( 'paotow', '-', proper, loc ). -noun( 'papua', '-', proper, loc ). -noun( 'papuan', 'papuans', count, _ ). -noun( 'paraguay', '-', proper, loc ). -noun( 'paraguayan', 'paraguayans', count, _ ). -noun( 'paris', '-', proper, loc ). -noun( 'parisian', 'parisians', count, _ ). -noun( 'parma', '-', proper, loc ). -noun( 'parmesan', '-', mass, _ ). -noun( 'parsee', 'parsees', count, _ ). -noun( 'pashto', '-', mass, _ ). -noun( 'passover', 'passovers', count, _ ). -noun( 'pat', '-', proper, per ). -noun( 'patience', '-', proper, per ). -noun( 'patrai', '-', proper, loc ). -noun( 'patricia', '-', proper, per ). -noun( 'patrick', '-', proper, per ). -noun( 'patty', '-', proper, per ). -noun( 'paul', '-', proper, per ). -noun( 'paula', '-', proper, per ). -noun( 'pauline', '-', proper, per ). -noun( 'pax romana', '-', count, _ ). -noun( 'peacehaven', '-', proper, loc ). -noun( 'pearl', '-', proper, per ). -noun( 'peebles', '-', proper, loc ). -noun( 'peg', '-', proper, per ). -noun( 'peggy', '-', proper, per ). -noun( 'peking', '-', proper, loc ). -noun( 'pelton', '-', proper, loc ). -noun( 'pembroke', '-', proper, loc ). -noun( 'penarth', '-', proper, loc ). -noun( 'pendlebury', '-', proper, loc ). -noun( 'penelope', '-', proper, per ). -noun( 'penicuik', '-', proper, loc ). -noun( 'penki', '-', proper, loc ). -noun( 'pennsylvania', '-', proper, loc ). -noun( 'penny', '-', proper, per ). -noun( 'penrhyn', '-', proper, loc ). -noun( 'penrith', '-', proper, loc ). -noun( 'penryn', '-', proper, loc ). -noun( 'pentateuch', 'pentateuchs', count, _ ). -noun( 'pentecost', '-', mass, _ ). -noun( 'penzance', '-', proper, loc ). -noun( 'percy', '-', proper, per ). -noun( 'perm', '-', proper, loc ). -noun( 'pershore', '-', proper, loc ). -noun( 'persia', '-', proper, loc ). -noun( 'persian', 'persians', count, _ ). -noun( 'perth', '-', proper, loc ). -noun( 'peru', '-', proper, loc ). -noun( 'perugia', '-', proper, loc ). -noun( 'peruvian', 'peruvians', count, _ ). -noun( 'pescara', '-', proper, loc ). -noun( 'pete', '-', proper, per ). -noun( 'peter', '-', proper, per ). -noun( 'peterborough', '-', proper, loc ). -noun( 'peterhead', '-', proper, loc ). -noun( 'peterlee', '-', proper, loc ). -noun( 'petersfield', '-', proper, loc ). -noun( 'phd', '-', count, _ ). -noun( 'pharaoh', 'pharaohs', count, _ ). -noun( 'pharisee', 'pharisees', count, _ ). -noun( 'phil', '-', proper, per ). -noun( 'philadelphia', '-', proper, loc ). -noun( 'philip', '-', proper, per ). -noun( 'philippa', '-', proper, per ). -noun( 'philippine', 'philippines', count, _ ). -noun( 'philippines', '-', proper, loc ). -noun( 'philistine', 'philistines', count, _ ). -noun( 'philistinism', '-', mass, _ ). -noun( 'phnom-penh', '-', proper, loc ). -noun( 'phoebe', '-', proper, per ). -noun( 'phoenix', '-', proper, loc ). -noun( 'phyllis', '-', proper, per ). -noun( 'piacenza', '-', proper, loc ). -noun( 'pill', '-', proper, loc ). -noun( 'piraeus', '-', proper, loc ). -noun( 'pisa', '-', proper, loc ). -noun( 'pisces', '-', proper, _ ). -noun( 'pittsburgh', '-', proper, loc ). -noun( 'plimsoll', 'plimsolls', count, _ ). -noun( 'pluto', '-', proper, _ ). -noun( 'plymouth', '-', proper, loc ). -noun( 'poland', '-', proper, loc ). -noun( 'polaris', '-', count, _ ). -noun( 'polaroid', '-', mass, _ ). -noun( 'pole', 'poles', count, _ ). -noun( 'polish', '-', mass, _ ). -noun( 'polly', '-', proper, per ). -noun( 'pont-llan-fraith', '-', proper, loc ). -noun( 'pontardawe', '-', proper, loc ). -noun( 'pontardulais', '-', proper, loc ). -noun( 'pontefract', '-', proper, loc ). -noun( 'pontycymmer', '-', proper, loc ). -noun( 'pontypool', '-', proper, loc ). -noun( 'poole', '-', proper, loc ). -noun( 'poona', '-', proper, loc ). -noun( 'pope', 'popes', count, _ ). -noun( 'port glasgow', '-', proper, loc ). -noun( 'port talbot', '-', proper, loc ). -noun( 'porthcawl', '-', proper, loc ). -noun( 'porthmadog', '-', proper, loc ). -noun( 'portishead', '-', proper, loc ). -noun( 'portland', '-', proper, loc ). -noun( 'porto alegre', '-', proper, loc ). -noun( 'portsmouth', '-', proper, loc ). -noun( 'portugal', '-', proper, loc ). -noun( 'portuguese', 'portuguese', both, _ ). -noun( 'potsdam', '-', proper, loc ). -noun( 'potters bar', '-', proper, loc ). -noun( 'powys', '-', proper, loc ). -noun( 'poynton', '-', proper, loc ). -noun( 'poznan', '-', proper, loc ). -noun( 'prague', '-', proper, loc ). -noun( 'prato', '-', proper, loc ). -noun( 'pre-raphaelite', 'pre-raphaelites', count, _ ). -noun( 'pres', '-', count, _ ). -noun( 'presbyterian', 'presbyterians', count, _ ). -noun( 'presbyterianism', '-', mass, _ ). -noun( 'prescot', '-', proper, loc ). -noun( 'prestatyn', '-', proper, loc ). -noun( 'preston', '-', proper, loc ). -noun( 'prestonpans', '-', proper, loc ). -noun( 'prestwich', '-', proper, loc ). -noun( 'prestwick', '-', proper, loc ). -noun( 'pretoria', '-', proper, loc ). -noun( 'princes risborough', '-', proper, loc ). -noun( 'priscilla', '-', proper, per ). -noun( 'prof', '-', proper, per ). -noun( 'protestant', 'protestants', count, _ ). -noun( 'protestantism', '-', mass, _ ). -noun( 'providence', '-', proper, loc ). -noun( 'pru', '-', proper, per ). -noun( 'prudence', '-', proper, per ). -noun( 'prudhoe', '-', proper, loc ). -noun( 'prussian', 'prussians', count, _ ). -noun( 'pte', '-', proper, per ). -noun( 'pty', '-', proper, _ ). -noun( 'pudsey', '-', proper, loc ). -noun( 'pullman', 'pullmans', count, _ ). -noun( 'punch', 'punches', count, _ ). -noun( 'pusan', '-', proper, loc ). -noun( 'pwllheli', '-', proper, loc ). -noun( 'pyle', '-', proper, loc ). -noun( 'pyongyang', '-', proper, loc ). -noun( 'qc', '-', count, _ ). -noun( 'qed', '-', proper, _ ). -noun( 'qatar', '-', proper, loc ). -noun( 'qatari', 'qataris', count, _ ). -noun( 'quai d\'orsay', '-', count, _ ). -noun( 'quaker', 'quakers', count, _ ). -noun( 'quebec', '-', proper, loc ). -noun( 'queenborough-in-sheppey', '-', proper, loc ). -noun( 'queensbury', '-', proper, loc ). -noun( 'queensferry', '-', proper, loc ). -noun( 'queensland', '-', proper, loc ). -noun( 'quentin', '-', proper, per ). -noun( 'quinquagesima', 'quinquagesimas', count, _ ). -noun( 'quinquagesima', '-', proper, _ ). -noun( 'quito', '-', proper, loc ). -noun( 'quonset', 'quonsets', count, _ ). -noun( 'r\"ontgen', 'r\"ontgens', count, _ ). -noun( 'ra', '-', count, _ ). -noun( 'rada', '-', proper, _ ). -noun( 'raf', '-', count, _ ). -noun( 'rc', '-', proper, _ ). -noun( 'rip', '-', proper, _ ). -noun( 'rm', '-', count, _ ). -noun( 'rn', '-', count, _ ). -noun( 'rspca', '-', count, _ ). -noun( 'rsvp', '-', proper, _ ). -noun( 'rachel', '-', proper, per ). -noun( 'radcliffe', '-', proper, loc ). -noun( 'radcliffe on trent', '-', proper, loc ). -noun( 'radlett', '-', proper, loc ). -noun( 'radstock', '-', proper, loc ). -noun( 'rainford', '-', proper, loc ). -noun( 'ralph', '-', proper, per ). -noun( 'ramadan', 'ramadans', count, _ ). -noun( 'ramadan', '-', proper, _ ). -noun( 'ramsbottom', '-', proper, loc ). -noun( 'ramsgate', '-', proper, loc ). -noun( 'randolph', '-', proper, per ). -noun( 'rangoon', '-', proper, loc ). -noun( 'ravenna', '-', proper, loc ). -noun( 'rawtenstall', '-', proper, loc ). -noun( 'ray', '-', proper, per ). -noun( 'raymond', '-', proper, per ). -noun( 'rd', '-', proper, _ ). -noun( 'reading', '-', proper, loc ). -noun( 'realtor', 'realtors', count, _ ). -noun( 'rebecca', '-', proper, per ). -noun( 'recife', '-', proper, loc ). -noun( 'recklinghausen', '-', proper, loc ). -noun( 'redbridge', '-', proper, loc ). -noun( 'redditch', '-', proper, loc ). -noun( 'redruth', '-', proper, loc ). -noun( 'reg', '-', proper, per ). -noun( 'regensburg', '-', proper, loc ). -noun( 'regina', '-', proper, _ ). -noun( 'reginald', '-', proper, per ). -noun( 'reich', 'reichs', count, _ ). -noun( 'reigate', '-', proper, loc ). -noun( 'remscheid', '-', proper, loc ). -noun( 'renfrew', '-', proper, loc ). -noun( 'rennes', '-', proper, loc ). -noun( 'retford', '-', proper, loc ). -noun( 'rev', '-', proper, per ). -noun( 'revd', '-', proper, per ). -noun( 'rex', '-', proper, per ). -noun( 'reykjavik', '-', proper, loc ). -noun( 'rheims', '-', proper, loc ). -noun( 'rheydt', '-', proper, loc ). -noun( 'rhine', '-', proper, _ ). -noun( 'rhinestone', 'rhinestones', count, _ ). -noun( 'rhode', '-', proper, loc ). -noun( 'rhondda', '-', proper, loc ). -noun( 'rhosllanerchrugog', '-', proper, loc ). -noun( 'rhyl', '-', proper, loc ). -noun( 'rhymney', '-', proper, loc ). -noun( 'richard', '-', proper, per ). -noun( 'richmond', '-', proper, loc ). -noun( 'richmond upon thames', '-', proper, loc ). -noun( 'rick', '-', proper, per ). -noun( 'rickmansworth', '-', proper, loc ). -noun( 'ricky', '-', proper, per ). -noun( 'riesling', 'rieslings', count, _ ). -noun( 'riga', '-', proper, loc ). -noun( 'rijeka', '-', proper, loc ). -noun( 'rimini', '-', proper, loc ). -noun( 'ringwood', '-', proper, loc ). -noun( 'rio de janeiro', '-', proper, loc ). -noun( 'ripley', '-', proper, loc ). -noun( 'ripon', '-', proper, loc ). -noun( 'risborough', '-', proper, loc ). -noun( 'risca', '-', proper, loc ). -noun( 'rishton', '-', proper, loc ). -noun( 'rita', '-', proper, per ). -noun( 'riviera', '-', proper, _ ). -noun( 'rob', '-', proper, per ). -noun( 'robert', '-', proper, per ). -noun( 'robin', '-', proper, per ). -noun( 'rochdale', '-', proper, loc ). -noun( 'rochester', '-', proper, loc ). -noun( 'rod', '-', proper, per ). -noun( 'rodney', '-', proper, per ). -noun( 'roentgen', 'roentgens', count, _ ). -noun( 'roger', '-', proper, per ). -noun( 'romaic', '-', mass, _ ). -noun( 'roman', 'romans', count, _ ). -noun( 'romanesque', '-', mass, _ ). -noun( 'romania', '-', proper, loc ). -noun( 'romanian', 'romanians', both, _ ). -noun( 'romany', 'romanies', both, _ ). -noun( 'rome', '-', proper, loc ). -noun( 'romsey', '-', proper, loc ). -noun( 'ron', '-', proper, per ). -noun( 'ronald', '-', proper, per ). -noun( 'roneo', 'roneos', count, _ ). -noun( 'ronnie', '-', proper, per ). -noun( 'roquefort', '-', mass, _ ). -noun( 'rosalie', '-', proper, per ). -noun( 'rosalind', '-', proper, per ). -noun( 'rosamund', '-', proper, per ). -noun( 'rosario', '-', proper, loc ). -noun( 'roscommon', '-', proper, loc ). -noun( 'rose', '-', proper, per ). -noun( 'rosemary', '-', proper, per ). -noun( 'rosie', '-', proper, per ). -noun( 'roslyn', '-', proper, per ). -noun( 'ross-on-wye', '-', proper, loc ). -noun( 'rossington', '-', proper, loc ). -noun( 'rosslare', '-', proper, loc ). -noun( 'rostock', '-', proper, loc ). -noun( 'rostov-na-donu', '-', proper, loc ). -noun( 'rotarian', 'rotarians', count, _ ). -noun( 'rotherham', '-', proper, loc ). -noun( 'rothesay', '-', proper, loc ). -noun( 'rothwell', '-', proper, loc ). -noun( 'rotterdam', '-', proper, loc ). -noun( 'roubaix', '-', proper, loc ). -noun( 'rouen', '-', proper, loc ). -noun( 'roundhead', 'roundheads', count, _ ). -noun( 'rowlands gill', '-', proper, loc ). -noun( 'roy', '-', proper, per ). -noun( 'royston', '-', proper, loc ). -noun( 'rt hon', '-', proper, _ ). -noun( 'rubicon', 'rubicons', count, _ ). -noun( 'ruddington', '-', proper, loc ). -noun( 'rudolf', '-', proper, per ). -noun( 'rudy', '-', proper, per ). -noun( 'rugby', '-', proper, loc ). -noun( 'rugeley', '-', proper, loc ). -noun( 'runcorn', '-', proper, loc ). -noun( 'rupert', '-', proper, per ). -noun( 'russia', '-', proper, loc ). -noun( 'russian', 'russians', both, _ ). -noun( 'ruth', '-', proper, per ). -noun( 'rutherglen', '-', proper, loc ). -noun( 'rutland', '-', proper, loc ). -noun( 'rwanda', '-', proper, loc ). -noun( 'rwandan', 'rwandans', count, _ ). -noun( 'ryde', '-', proper, loc ). -noun( 'ryehill', '-', proper, loc ). -noun( 'salt', '-', proper, _ ). -noun( 'sos', '-', count, _ ). -noun( '-', 'soss', count, _ ). -noun( 'srn', '-', count, _ ). -noun( 'ss', '-', count, _ ). -noun( 'std', '-', proper, _ ). -noun( 'saarbrucken', '-', proper, loc ). -noun( 'sabadeli', '-', proper, loc ). -noun( 'sabah', '-', proper, loc ). -noun( 'sabahan', 'sabahans', count, _ ). -noun( 'sabbath', 'sabbaths', count, _ ). -noun( 'sacramento', '-', proper, loc ). -noun( 'saffron walden', '-', proper, loc ). -noun( 'sagittarius', '-', proper, _ ). -noun( 'saigon', '-', proper, loc ). -noun( 'salamanca', '-', proper, loc ). -noun( 'sale', '-', proper, loc ). -noun( 'salerno', '-', proper, loc ). -noun( 'salford', '-', proper, loc ). -noun( 'salisbury', '-', proper, loc ). -noun( 'sally', '-', proper, per ). -noun( 'saltash', '-', proper, loc ). -noun( 'saltburn', '-', proper, loc ). -noun( 'saltcoats', '-', proper, loc ). -noun( 'salvador', '-', proper, loc ). -noun( 'salvadorean', 'salvadoreans', count, _ ). -noun( 'salzburg', '-', proper, loc ). -noun( 'sam', '-', proper, per ). -noun( 'samantha', '-', proper, per ). -noun( 'samaritan', 'samaritans', count, _ ). -noun( 'sammy', '-', proper, per ). -noun( 'samoa', '-', proper, loc ). -noun( 'samoan', 'samoans', count, _ ). -noun( 'samuel', '-', proper, per ). -noun( 'san antonio', '-', proper, loc ). -noun( 'san bernardino', '-', proper, loc ). -noun( 'san diego', '-', proper, loc ). -noun( 'san francisco', '-', proper, loc ). -noun( 'san jose', '-', proper, loc ). -noun( 'san juan', '-', proper, loc ). -noun( 'san marinese', 'san marinese', count, _ ). -noun( 'san marino', '-', proper, loc ). -noun( 'san sebastian', '-', proper, loc ). -noun( 'sandbach', '-', proper, loc ). -noun( 'sandown', '-', proper, loc ). -noun( 'sandra', '-', proper, per ). -noun( 'sandy', '-', proper, per ). -noun( 'sango', '-', mass, _ ). -noun( 'sanskrit', '-', mass, _ ). -noun( 'santa claus', 'santa clauses', count, _ ). -noun( 'santa claus', '-', proper, _ ). -noun( 'santander', '-', proper, loc ). -noun( 'santiago', '-', proper, loc ). -noun( 'santo domingo', '-', proper, loc ). -noun( 'santos', '-', proper, loc ). -noun( 'sao paolo', '-', proper, loc ). -noun( 'sapporo', '-', proper, loc ). -noun( 'sara', '-', proper, per ). -noun( 'saracen', 'saracens', count, _ ). -noun( 'sarah', '-', proper, per ). -noun( 'sarajevo', '-', proper, loc ). -noun( 'saratov', '-', proper, loc ). -noun( 'sarawak', '-', proper, loc ). -noun( 'sarawakian', 'sarawakians', count, _ ). -noun( 'sarisbury', '-', proper, loc ). -noun( 'saskatchewan', '-', proper, loc ). -noun( 'sassari', '-', proper, loc ). -noun( 'sassenach', 'sassenachs', count, _ ). -noun( 'sat', '-', proper, _ ). -noun( 'satan', 'satans', count, _ ). -noun( 'saturday', 'saturdays', count, _ ). -noun( 'saturday', '-', proper, _ ). -noun( 'saturn', '-', proper, _ ). -noun( 'sauchie', '-', proper, loc ). -noun( 'saudi arabia', '-', proper, loc ). -noun( 'saudi arabian', 'saudi arabians', count, _ ). -noun( 'sawbridgeworth', '-', proper, loc ). -noun( 'saxon', 'saxons', count, _ ). -noun( 'scandinavian', 'scandinavians', count, _ ). -noun( 'scarborough', '-', proper, loc ). -noun( 'schwerin', '-', proper, loc ). -noun( 'sci fi', '-', mass, _ ). -noun( 'scorpio', '-', proper, _ ). -noun( 'scot', 'scots', count, _ ). -noun( 'scotch', 'scotches', both, _ ). -noun( 'scotchman', 'scotchmen', count, _ ). -noun( 'scotchwoman', 'scotchwomen', count, _ ). -noun( 'scotland', '-', proper, loc ). -noun( 'scotland yard', '-', proper, _ ). -noun( 'scotsman', 'scotsmen', count, _ ). -noun( 'scotswoman', 'scotswomen', count, _ ). -noun( 'scrooge', 'scrooges', count, _ ). -noun( 'scunthorpe', '-', proper, loc ). -noun( 'scylla', 'scyllas', count, _ ). -noun( 'seaford', '-', proper, loc ). -noun( 'seaham', '-', proper, loc ). -noun( 'sealyham', 'sealyhams', count, _ ). -noun( 'seamus', '-', proper, per ). -noun( 'sean', '-', proper, per ). -noun( 'seaton burn', '-', proper, loc ). -noun( 'seaton delaval', '-', proper, loc ). -noun( 'seattle', '-', proper, loc ). -noun( 'secretary-general', 'secretary-generals', count, _ ). -noun( 'securicor', '-', proper, _ ). -noun( 'selby', '-', proper, loc ). -noun( 'selkirk', '-', proper, loc ). -noun( 'selsey', '-', proper, loc ). -noun( 'selston', '-', proper, loc ). -noun( 'semarang', '-', proper, loc ). -noun( 'semite', 'semites', count, _ ). -noun( 'senegal', '-', proper, loc ). -noun( 'senegalese', 'senegalese', count, _ ). -noun( 'seoul', '-', proper, loc ). -noun( 'sept', '-', proper, _ ). -noun( 'september', 'septembers', count, _ ). -noun( 'september', '-', proper, _ ). -noun( 'septuagint', 'septuagints', count, _ ). -noun( 'serbo-croat', '-', mass, _ ). -noun( 'serjeant-at-arms', 'serjeants-at-arms', count, _ ). -noun( 'sesotho', '-', mass, _ ). -noun( 'setswana', '-', mass, _ ). -noun( 'seven sisters', '-', proper, loc ). -noun( 'sevenoaks', '-', proper, loc ). -noun( 'sevilla', '-', proper, loc ). -noun( 'seville', '-', proper, loc ). -noun( 'seychelles', '-', proper, loc ). -noun( 'seychellois', 'seychellois', count, _ ). -noun( 'sgt', '-', proper, per ). -noun( 'shanghai', '-', proper, loc ). -noun( 'shanklin', '-', proper, loc ). -noun( 'sharon', '-', proper, per ). -noun( 'shavian', 'shavians', count, _ ). -noun( 'sheerness', '-', proper, loc ). -noun( 'sheffield', '-', proper, loc ). -noun( 'sheila', '-', proper, per ). -noun( 'shelford', '-', proper, loc ). -noun( 'shepshed', '-', proper, loc ). -noun( 'shepton mallet', '-', proper, loc ). -noun( 'sheraton', '-', mass, _ ). -noun( 'sherbourne', '-', proper, loc ). -noun( 'sheringham', '-', proper, loc ). -noun( 'shetland', '-', proper, loc ). -noun( 'shevington', '-', proper, loc ). -noun( 'shihkiachwang', '-', proper, loc ). -noun( 'shildon', '-', proper, loc ). -noun( 'shirebrook', '-', proper, loc ). -noun( 'shiremoor', '-', proper, loc ). -noun( 'shirley', '-', proper, per ). -noun( 'shotton', '-', proper, loc ). -noun( 'shotts', '-', proper, loc ). -noun( 'shrewsbury', '-', proper, loc ). -noun( 'shropshire', '-', proper, loc ). -noun( 'shrove tuesday', 'shrove tuesdays', count, _ ). -noun( 'shrove tuesday', '-', proper, _ ). -noun( 'siam', '-', proper, loc ). -noun( 'siamese', 'siamese', count, _ ). -noun( 'sian', '-', proper, loc ). -noun( 'sicilian', 'sicilians', count, _ ). -noun( 'sid', '-', proper, per ). -noun( 'sidmouth', '-', proper, loc ). -noun( 'sidney', '-', proper, per ). -noun( 'sierra leone', '-', proper, loc ). -noun( 'sierra leonian', 'sierra leonians', count, _ ). -noun( 'sikh', 'sikhs', count, _ ). -noun( 'sileby', '-', proper, loc ). -noun( 'silsden', '-', proper, loc ). -noun( 'silvia', '-', proper, per ). -noun( 'simon', '-', proper, per ). -noun( 'singapore', '-', proper, loc ). -noun( 'singaporean', 'singaporeans', count, _ ). -noun( 'sinhala', '-', mass, _ ). -noun( 'sinhalese', 'sinhalese', count, _ ). -noun( 'sining', '-', proper, loc ). -noun( 'sinn fein', '-', proper, _ ). -noun( 'sinologist', 'sinologists', count, _ ). -noun( 'sinology', '-', mass, _ ). -noun( 'sioux', 'sioux', count, _ ). -noun( 'sir roger de coverley', '-', count, _ ). -noun( 'siracusa', '-', proper, loc ). -noun( 'siswati', '-', mass, _ ). -noun( 'sittingbourne', '-', proper, loc ). -noun( 'skegness', '-', proper, loc ). -noun( 'skelmanthorpe', '-', proper, loc ). -noun( 'skelmersdale', '-', proper, loc ). -noun( 'skewen', '-', proper, loc ). -noun( 'skipton', '-', proper, loc ). -noun( 'skopje', '-', proper, loc ). -noun( 'slav', 'slavs', count, _ ). -noun( 'sleaford', '-', proper, loc ). -noun( 'sligo', '-', proper, loc ). -noun( 'slough', '-', proper, loc ). -noun( 'slovak', '-', mass, _ ). -noun( 'slovenian', 'slovenians', both, _ ). -noun( 'snr', '-', proper, _ ). -noun( 'soc', '-', count, _ ). -noun( 'sofia', '-', proper, loc ). -noun( 'soho', '-', proper, _ ). -noun( 'sol', '-', proper, _ ). -noun( 'solicitor-general', 'solicitor-generals', count, _ ). -noun( 'solihull', '-', proper, loc ). -noun( 'solingen', '-', proper, loc ). -noun( 'solon', '-', proper, _ ). -noun( 'somali', 'somalis', both, _ ). -noun( 'somalia', '-', proper, loc ). -noun( 'somalian', 'somalians', count, _ ). -noun( 'somercotes', '-', proper, loc ). -noun( 'somerset', '-', proper, loc ). -noun( 'sonia', '-', proper, per ). -noun( 'soochow', '-', proper, loc ). -noun( 'sophia', '-', proper, per ). -noun( 'sophie', '-', proper, per ). -noun( 'sotho', 'sothos', both, _ ). -noun( 'south kirkby', '-', proper, loc ). -noun( 'south normantown', '-', proper, loc ). -noun( 'south ockendon', '-', proper, loc ). -noun( 'south shields', '-', proper, loc ). -noun( 'southampton', '-', proper, loc ). -noun( 'southend-on-sea', '-', proper, loc ). -noun( 'southport', '-', proper, loc ). -noun( 'southwark', '-', proper, loc ). -noun( 'soviet', 'soviets', count, _ ). -noun( 'spain', '-', proper, loc ). -noun( 'spalding', '-', proper, loc ). -noun( 'spaniard', 'spaniards', count, _ ). -noun( 'spanish', '-', mass, _ ). -noun( 'spartan', 'spartans', count, _ ). -noun( 'spenborough', '-', proper, loc ). -noun( 'spennymoor', '-', proper, loc ). -noun( 'split', '-', proper, loc ). -noun( 'spode', '-', mass, _ ). -noun( 'springfield', '-', proper, loc ). -noun( 'sq', '-', proper, _ ). -noun( 'sr', '-', proper, per ). -noun( 'sri lanka', '-', proper, loc ). -noun( 'sri lankan', 'sri lankans', count, _ ). -noun( 'st', '-', proper, _ ). -noun( 'st albans', '-', proper, loc ). -noun( 'st andrews', '-', proper, loc ). -noun( 'st andrews major', '-', proper, loc ). -noun( 'st austell', '-', proper, loc ). -noun( 'st blazey', '-', proper, loc ). -noun( 'st helens', '-', proper, loc ). -noun( 'st ives', '-', proper, loc ). -noun( 'st louis', '-', proper, loc ). -noun( 'st neots', '-', proper, loc ). -noun( 'st paul', '-', proper, loc ). -noun( 'st petersburg', '-', proper, loc ). -noun( 'st stephen', '-', proper, loc ). -noun( 'sta', '-', proper, _ ). -noun( 'stafford', '-', proper, loc ). -noun( 'staffordshire', '-', proper, loc ). -noun( 'stakeford', '-', proper, loc ). -noun( 'stalybridge', '-', proper, loc ). -noun( 'stamford', '-', proper, loc ). -noun( 'stan', '-', proper, per ). -noun( 'stanford', '-', proper, loc ). -noun( 'stanley', '-', proper, per ). -noun( 'statehouse', 'statehouses', count, _ ). -noun( 'stella', '-', proper, per ). -noun( 'sten', '-', proper, _ ). -noun( 'stephanie', '-', proper, per ). -noun( 'stephen', '-', proper, per ). -noun( 'steve', '-', proper, per ). -noun( 'steven', '-', proper, per ). -noun( 'stevenage', '-', proper, loc ). -noun( 'stevenston', '-', proper, loc ). -noun( 'stewart', '-', proper, per ). -noun( 'steyning', '-', proper, loc ). -noun( 'stilton', 'stiltons', both, _ ). -noun( 'stirling', '-', proper, loc ). -noun( 'stockholm', '-', proper, loc ). -noun( 'stockport', '-', proper, loc ). -noun( 'stocksbridge', '-', proper, loc ). -noun( 'stoke-on-trent', '-', proper, loc ). -noun( 'stone', '-', proper, loc ). -noun( 'stonehouse', '-', proper, loc ). -noun( 'stornoway', '-', proper, loc ). -noun( 'stotfold', '-', proper, loc ). -noun( 'stourbridge', '-', proper, loc ). -noun( 'stourport-on-severn', '-', proper, loc ). -noun( 'stowmarket', '-', proper, loc ). -noun( 'stranraer', '-', proper, loc ). -noun( 'strasbourg', '-', proper, loc ). -noun( 'stratford-on-avon', '-', proper, loc ). -noun( 'strathaven', '-', proper, loc ). -noun( 'strathclyde', '-', proper, loc ). -noun( 'street', '-', proper, loc ). -noun( 'stretford', '-', proper, loc ). -noun( 'stroud', '-', proper, loc ). -noun( 'stuart', '-', proper, per ). -noun( 'studley', '-', proper, loc ). -noun( 'stuttgart', '-', proper, loc ). -noun( 'styx', '-', proper, _ ). -noun( 'suchow', '-', proper, loc ). -noun( 'sudan', '-', proper, loc ). -noun( 'sudanese', 'sudanese', count, _ ). -noun( 'sudbury', '-', proper, loc ). -noun( 'sue', '-', proper, per ). -noun( 'suffolk', '-', proper, loc ). -noun( 'sumatra', '-', proper, loc ). -noun( 'sumatran', 'sumatrans', count, _ ). -noun( 'sun', '-', proper, _ ). -noun( 'sunday', 'sundays', count, _ ). -noun( 'sunday', '-', proper, _ ). -noun( 'sunderland', '-', proper, loc ). -noun( 'supt', '-', proper, per ). -noun( 'surabaja', '-', proper, loc ). -noun( 'surrey', '-', proper, loc ). -noun( 'susan', '-', proper, per ). -noun( 'susanna', '-', proper, per ). -noun( 'susie', '-', proper, per ). -noun( 'sussex', '-', proper, loc ). -noun( 'sutton', '-', proper, loc ). -noun( 'sutton coldfield', '-', proper, loc ). -noun( 'sutton in ashfield', '-', proper, loc ). -noun( 'sutton-at-hone', '-', proper, loc ). -noun( 'suzanne', '-', proper, per ). -noun( 'sverdlovsk', '-', proper, loc ). -noun( 'swadlincote', '-', proper, loc ). -noun( 'swahili', '-', mass, _ ). -noun( 'swanage', '-', proper, loc ). -noun( 'swanley', '-', proper, loc ). -noun( 'swansea', '-', proper, loc ). -noun( 'swazi', 'swazis', both, _ ). -noun( 'swaziland', '-', proper, loc ). -noun( 'swede', 'swedes', count, _ ). -noun( 'sweden', '-', proper, loc ). -noun( 'swedish', '-', mass, _ ). -noun( 'swindon', '-', proper, loc ). -noun( 'swinton', '-', proper, loc ). -noun( 'swiss', 'swiss', count, _ ). -noun( 'switzerland', '-', proper, loc ). -noun( 'sydney', '-', proper, loc ). -noun( 'sylvia', '-', proper, per ). -noun( 'syracuse', '-', proper, loc ). -noun( 'syria', '-', proper, loc ). -noun( 'syrian', 'syrians', count, _ ). -noun( 'syston', '-', proper, loc ). -noun( 't-junction', 't-junctions', count, _ ). -noun( 't-shirt', 't-shirts', count, _ ). -noun( 't-square', 't-squares', count, _ ). -noun( 'tb', '-', mass, _ ). -noun( 'tnt', '-', mass, _ ). -noun( 'tuc', '-', count, _ ). -noun( 'tv', '-', count, _ ). -noun( '-', 'tvs', count, _ ). -noun( 'tadley', '-', proper, loc ). -noun( 'taegu', '-', proper, loc ). -noun( 'taffy', 'taffies', count, _ ). -noun( 'tahiti', '-', proper, loc ). -noun( 'tahitian', 'tahitians', count, _ ). -noun( 'taipei', '-', proper, loc ). -noun( 'taiwan', '-', proper, loc ). -noun( 'taiwanese', 'taiwanese', count, _ ). -noun( 'taiyuan', '-', proper, loc ). -noun( 'talmud', 'talmuds', count, _ ). -noun( 'tamil', 'tamils', both, _ ). -noun( 'tammany', '-', count, _ ). -noun( 'tampere', '-', proper, loc ). -noun( 'tamworth', '-', proper, loc ). -noun( 'tangshan', '-', proper, loc ). -noun( 'tanzania', '-', proper, loc ). -noun( 'tanzanian', 'tanzanians', count, _ ). -noun( 'taranaki', '-', proper, loc ). -noun( 'taranto', '-', proper, loc ). -noun( 'tarrasa', '-', proper, loc ). -noun( 'tashkent', '-', proper, loc ). -noun( 'tasmania', '-', proper, loc ). -noun( 'taunton', '-', proper, loc ). -noun( 'taurus', '-', proper, _ ). -noun( 'taverham', '-', proper, loc ). -noun( 'tavistock', '-', proper, loc ). -noun( 'tayside', '-', proper, loc ). -noun( 'tbilisi', '-', proper, loc ). -noun( 'te deum', 'te deums', count, _ ). -noun( 'tech', '-', count, _ ). -noun( 'technicolor', '-', mass, _ ). -noun( 'ted', 'teds', count, _ ). -noun( 'ted', '-', proper, per ). -noun( 'teddy', '-', proper, per ). -noun( 'teddy boy', 'teddy boys', count, _ ). -noun( 'teesside', '-', proper, loc ). -noun( 'teheran', '-', proper, loc ). -noun( 'teignmouth', '-', proper, loc ). -noun( 'tel-aviv', '-', proper, loc ). -noun( 'telford', '-', proper, loc ). -noun( 'telstar', '-', proper, _ ). -noun( 'tenby', '-', proper, loc ). -noun( 'tennessee', '-', proper, loc ). -noun( 'tenterden', '-', proper, loc ). -noun( 'terence', '-', proper, per ). -noun( 'teresa', '-', proper, per ). -noun( 'termi', '-', proper, loc ). -noun( 'terr', '-', proper, _ ). -noun( 'terry', '-', proper, per ). -noun( 'tess', '-', proper, per ). -noun( 'tessa', '-', proper, per ). -noun( 'teuton', 'teutons', count, _ ). -noun( 'tewkesbury', '-', proper, loc ). -noun( 'texan', 'texans', count, _ ). -noun( 'texas', '-', proper, loc ). -noun( 'thai', 'thais', both, _ ). -noun( 'thailand', '-', proper, loc ). -noun( 'thame', '-', proper, loc ). -noun( 'thanksgiving', 'thanksgivings', count, _ ). -noun( 'thatcham', '-', proper, loc ). -noun( 'theo', '-', proper, per ). -noun( 'theodore', '-', proper, per ). -noun( 'theresa', '-', proper, per ). -noun( 'thespian', 'thespians', count, _ ). -noun( 'thessaloniki', '-', proper, loc ). -noun( 'thetford', '-', proper, loc ). -noun( 'thionville', '-', proper, loc ). -noun( 'thirsk', '-', proper, loc ). -noun( 'thomas', '-', proper, per ). -noun( 'thornbury', '-', proper, loc ). -noun( 'thorne', '-', proper, loc ). -noun( 'thurcroft', '-', proper, loc ). -noun( 'thurmaston', '-', proper, loc ). -noun( 'thurrock', '-', proper, loc ). -noun( 'thurs', '-', proper, _ ). -noun( 'thursday', 'thursdays', count, _ ). -noun( 'thursday', '-', proper, _ ). -noun( 'thurso', '-', proper, loc ). -noun( 'tibet', '-', proper, loc ). -noun( 'tibetan', 'tibetans', both, _ ). -noun( 'tidworth', '-', proper, loc ). -noun( 'tientsin', '-', proper, loc ). -noun( 'tilburg', '-', proper, loc ). -noun( 'tilbury', '-', proper, loc ). -noun( 'tim', '-', proper, per ). -noun( 'timmy', '-', proper, per ). -noun( 'timothy', '-', proper, per ). -noun( 'tina', '-', proper, per ). -noun( 'tipperary', '-', proper, loc ). -noun( 'tiverton', '-', proper, loc ). -noun( 'tobago', '-', proper, loc ). -noun( 'tobagonian', 'tobagonians', count, _ ). -noun( 'toby', '-', proper, per ). -noun( 'todmorden', '-', proper, loc ). -noun( 'togo', '-', proper, loc ). -noun( 'togolese', 'togolese', count, _ ). -noun( 'tokay', '-', mass, _ ). -noun( 'tokyo', '-', proper, loc ). -noun( 'tom', '-', proper, per ). -noun( 'tommy', '-', proper, per ). -noun( 'tonbridge', '-', proper, loc ). -noun( 'tonga', '-', proper, loc ). -noun( 'tongan', 'tongans', both, _ ). -noun( 'tony', '-', proper, per ). -noun( 'tonyrefail', '-', proper, loc ). -noun( 'torbay', '-', proper, loc ). -noun( 'torino', '-', proper, loc ). -noun( 'toronto', '-', proper, loc ). -noun( 'tory', 'tories', count, _ ). -noun( 'totnes', '-', proper, loc ). -noun( 'toulon', '-', proper, loc ). -noun( 'toulouse', '-', proper, loc ). -noun( 'tours', '-', proper, loc ). -noun( 'tower hamlets', '-', proper, loc ). -noun( 'tracy', '-', proper, per ). -noun( 'tralee', '-', proper, loc ). -noun( 'tranent', '-', proper, loc ). -noun( 'trappist', 'trappists', count, _ ). -noun( 'tredegar', '-', proper, loc ). -noun( 'trevor', '-', proper, per ). -noun( 'trieste', '-', proper, loc ). -noun( 'tring', '-', proper, loc ). -noun( 'trinidad', '-', proper, loc ). -noun( 'trinidadian', 'trinidadians', count, _ ). -noun( 'trojan', 'trojans', count, _ ). -noun( 'troon', '-', proper, loc ). -noun( 'trowbridge', '-', proper, loc ). -noun( 'truro', '-', proper, loc ). -noun( 'tsar', 'tsars', count, _ ). -noun( 'tsarina', 'tsarinas', count, _ ). -noun( 'tsinan', '-', proper, loc ). -noun( 'tsingtao', '-', proper, loc ). -noun( 'tsitsihar', '-', proper, loc ). -noun( 'tswana', 'tswanas', both, _ ). -noun( 'tues', '-', proper, _ ). -noun( 'tuesday', 'tuesdays', count, _ ). -noun( 'tuesday', '-', proper, _ ). -noun( 'tullibody', '-', proper, loc ). -noun( 'tunbridge wells', '-', proper, loc ). -noun( 'tunis', '-', proper, loc ). -noun( 'tunisia', '-', proper, loc ). -noun( 'tunisian', 'tunisians', count, _ ). -noun( 'turin', '-', proper, loc ). -noun( 'turk', 'turks', count, _ ). -noun( 'turkey', '-', proper, loc ). -noun( 'turkish', '-', mass, _ ). -noun( 'turku', '-', proper, loc ). -noun( 'twelfth-night', 'twelfth-nights', count, _ ). -noun( 'twelfth-night', '-', proper, _ ). -noun( 'tyne', '-', proper, loc ). -noun( 'tynemouth', '-', proper, loc ). -noun( 'tyrone', '-', proper, loc ). -noun( 'tzupo', '-', proper, loc ). -noun( 'u-boat', 'u-boats', count, _ ). -noun( 'u-turn', 'u-turns', count, _ ). -noun( 'udi', '-', proper, _ ). -noun( 'ufo', '-', count, _ ). -noun( '-', 'ufo\'s', count, _ ). -noun( 'uk', '-', count, _ ). -noun( 'un', '-', count, _ ). -noun( 'unesco', '-', proper, _ ). -noun( 'unicef', '-', proper, _ ). -noun( 'us', '-', count, _ ). -noun( 'usa', '-', count, _ ). -noun( 'usaf', '-', count, _ ). -noun( 'usn', '-', count, _ ). -noun( 'uss', '-', count, _ ). -noun( 'ussr', '-', count, _ ). -noun( 'uddingston', '-', proper, loc ). -noun( 'udine', '-', proper, loc ). -noun( 'ufa', '-', proper, loc ). -noun( 'uganda', '-', proper, loc ). -noun( 'ugandan', 'ugandans', count, _ ). -noun( 'ulster', '-', proper, loc ). -noun( 'ulverston', '-', proper, loc ). -noun( 'unitarian', 'unitarians', count, _ ). -noun( 'unitarianism', '-', mass, _ ). -noun( 'univ', '-', proper, _ ). -noun( 'up holland', '-', proper, loc ). -noun( 'upton', '-', proper, loc ). -noun( 'uranus', '-', proper, _ ). -noun( 'urdu', '-', mass, _ ). -noun( 'ursula', '-', proper, per ). -noun( 'uruguay', '-', proper, loc ). -noun( 'uruguayan', 'uruguayans', count, _ ). -noun( 'urumchi', '-', proper, loc ). -noun( 'ushaw moor', '-', proper, loc ). -noun( 'utah', '-', proper, loc ). -noun( 'utopia', 'utopias', count, _ ). -noun( 'utrecht', '-', proper, loc ). -noun( 'uttoxeter', '-', proper, loc ). -noun( 'v and a', '-', count, _ ). -noun( 'vat', '-', mass, _ ). -noun( 'vc', '-', count, _ ). -noun( 'vd', '-', mass, _ ). -noun( 'vhf', '-', proper, _ ). -noun( 'vip', '-', count, _ ). -noun( '-', 'vips', count, _ ). -noun( 'vp', '-', count, _ ). -noun( 'vso', '-', proper, _ ). -noun( 'valencia', '-', proper, loc ). -noun( 'valenciennes', '-', proper, loc ). -noun( 'valladolid', '-', proper, loc ). -noun( 'vancouver', '-', proper, loc ). -noun( 'vandal', 'vandals', count, _ ). -noun( 'vanessa', '-', proper, per ). -noun( 'varanasi', '-', proper, loc ). -noun( 'vasteras', '-', proper, loc ). -noun( 'vatican', 'vaticans', count, _ ). -noun( 'venezia', '-', proper, loc ). -noun( 'venezuela', '-', proper, loc ). -noun( 'venezuelan', 'venezuelans', count, _ ). -noun( 'venice', '-', proper, loc ). -noun( 'ventnor', '-', proper, loc ). -noun( 'venus', '-', proper, _ ). -noun( 'vera', '-', proper, per ). -noun( 'vermont', '-', proper, loc ). -noun( 'vernon', '-', proper, per ). -noun( 'verona', '-', proper, loc ). -noun( 'veronica', '-', proper, per ). -noun( 'vic', '-', proper, per ). -noun( 'vicenza', '-', proper, loc ). -noun( 'vicky', '-', proper, per ). -noun( 'victor', '-', proper, per ). -noun( 'victoria', '-', proper, per ). -noun( 'victorian', 'victorians', count, _ ). -noun( 'victoriana', '-', mass, _ ). -noun( 'vienna', '-', proper, loc ). -noun( 'vietnam', '-', proper, loc ). -noun( 'vietnamese', 'vietnamese', both, _ ). -noun( 'viewpark', '-', proper, loc ). -noun( 'vigo', '-', proper, loc ). -noun( 'viking', 'vikings', count, _ ). -noun( 'vince', '-', proper, per ). -noun( 'vincent', '-', proper, per ). -noun( 'viola', '-', proper, per ). -noun( 'violet', '-', proper, per ). -noun( 'virginia', '-', mass, _ ). -noun( 'virginia', '-', proper, per ). -noun( 'virginia water', '-', proper, loc ). -noun( 'virgo', '-', proper, _ ). -noun( 'vitoria', '-', proper, loc ). -noun( 'viv', '-', proper, per ). -noun( 'vivian', '-', proper, per ). -noun( 'vivien', '-', proper, per ). -noun( 'vivienne', '-', proper, per ). -noun( 'volgograd', '-', proper, loc ). -noun( 'voronezh', '-', proper, loc ). -noun( 'vulgate', 'vulgates', count, _ ). -noun( 'wc', '-', count, _ ). -noun( '-', 'wcs', count, _ ). -noun( 'who', '-', count, _ ). -noun( 'wi', '-', count, _ ). -noun( 'wrac', '-', count, _ ). -noun( 'wraf', '-', count, _ ). -noun( 'wrns', '-', count, _ ). -noun( 'wakefield', '-', proper, loc ). -noun( 'wales', '-', proper, loc ). -noun( 'wall street', '-', proper, _ ). -noun( 'wallace', '-', proper, per ). -noun( 'wallasey', '-', proper, loc ). -noun( 'wallingford', '-', proper, loc ). -noun( 'wallsend', '-', proper, loc ). -noun( 'wally', '-', proper, per ). -noun( 'walsall', '-', proper, loc ). -noun( 'walsham', '-', proper, loc ). -noun( 'walter', '-', proper, per ). -noun( 'waltham forest', '-', proper, loc ). -noun( 'walton', '-', proper, loc ). -noun( 'wandsworth', '-', proper, loc ). -noun( 'wantage', '-', proper, loc ). -noun( 'ware', '-', proper, loc ). -noun( 'warley', '-', proper, loc ). -noun( 'warminster', '-', proper, loc ). -noun( 'warrington', '-', proper, loc ). -noun( 'warsaw', '-', proper, loc ). -noun( 'warsop', '-', proper, loc ). -noun( 'warwick', '-', proper, loc ). -noun( 'warwickshire', '-', proper, loc ). -noun( 'washington', '-', proper, loc ). -noun( 'washington dc', '-', proper, loc ). -noun( 'waterford', '-', proper, loc ). -noun( 'waterloo', '-', proper, _ ). -noun( 'watford', '-', proper, loc ). -noun( 'wayne', '-', proper, per ). -noun( 'wear', '-', proper, loc ). -noun( 'wed', '-', proper, _ ). -noun( 'wednesday', 'wednesdays', count, _ ). -noun( 'wednesday', '-', proper, _ ). -noun( 'wellingborough', '-', proper, loc ). -noun( 'wellington', '-', proper, loc ). -noun( 'wells', '-', proper, loc ). -noun( 'welsh', '-', mass, _ ). -noun( 'welshman', 'welshmen', count, _ ). -noun( 'welshpool', '-', proper, loc ). -noun( 'welwyn', '-', proper, loc ). -noun( 'welwyn garden city', '-', proper, loc ). -noun( 'wendover', '-', proper, loc ). -noun( 'wendy', '-', proper, per ). -noun( 'wesleyan', 'wesleyans', count, _ ). -noun( 'west bromwich', '-', proper, loc ). -noun( 'westbury', '-', proper, loc ). -noun( 'westhoughton', '-', proper, loc ). -noun( 'westmeath', '-', proper, loc ). -noun( 'westminster', '-', proper, loc ). -noun( 'westmoreland', '-', proper, loc ). -noun( 'weston-super-mare', '-', proper, loc ). -noun( 'wetherby', '-', proper, loc ). -noun( 'wexford', '-', proper, loc ). -noun( 'weymouth', '-', proper, loc ). -noun( 'whaley bridge', '-', proper, loc ). -noun( 'wheatley hill', '-', proper, loc ). -noun( 'whig', 'whigs', count, _ ). -noun( 'whit', 'whits', count, _ ). -noun( 'whitburn', '-', proper, loc ). -noun( 'whitby', '-', proper, loc ). -noun( 'whitchurch', '-', proper, loc ). -noun( 'whitehall', '-', proper, _ ). -noun( 'whitehaven', '-', proper, loc ). -noun( 'whitley bay', '-', proper, loc ). -noun( 'whitstable', '-', proper, loc ). -noun( 'whitsun', 'whitsuns', count, _ ). -noun( 'whitsun', '-', proper, _ ). -noun( 'whitsuntide', 'whitsuntides', count, _ ). -noun( 'whitsuntide', '-', proper, _ ). -noun( 'whittle-le-woods', '-', proper, loc ). -noun( 'whittlesey', '-', proper, loc ). -noun( 'whitworth', '-', proper, loc ). -noun( 'wick', '-', proper, loc ). -noun( 'wickford', '-', proper, loc ). -noun( 'wicklow', '-', proper, loc ). -noun( 'widnes', '-', proper, loc ). -noun( 'wiesbaden', '-', proper, loc ). -noun( 'wigan', '-', proper, loc ). -noun( 'wight', '-', proper, loc ). -noun( 'wilf', '-', proper, per ). -noun( 'wilfrid', '-', proper, per ). -noun( 'wilhelmshaven', '-', proper, loc ). -noun( 'will', '-', proper, per ). -noun( 'william', '-', proper, per ). -noun( 'willie', '-', proper, per ). -noun( 'willington', '-', proper, loc ). -noun( 'willy', '-', proper, per ). -noun( 'wilmslow', '-', proper, loc ). -noun( 'wilton', 'wiltons', count, _ ). -noun( 'wiltshire', '-', proper, loc ). -noun( 'wimbourne', '-', proper, loc ). -noun( 'wimbourne minster', '-', proper, loc ). -noun( 'winchester', '-', proper, loc ). -noun( 'windermere', '-', proper, loc ). -noun( 'windsor', '-', proper, loc ). -noun( 'wingate', '-', proper, loc ). -noun( 'winifred', '-', proper, per ). -noun( 'winnie', '-', proper, per ). -noun( 'winnipeg', '-', proper, loc ). -noun( 'winsford', '-', proper, loc ). -noun( 'wisbech', '-', proper, loc ). -noun( 'wisconsin', '-', proper, loc ). -noun( 'witham', '-', proper, loc ). -noun( 'withernsea', '-', proper, loc ). -noun( 'witney', '-', proper, loc ). -noun( 'woburn', '-', proper, loc ). -noun( 'wokingham', '-', proper, loc ). -noun( 'wolverhampton', '-', proper, loc ). -noun( 'wolverton', '-', proper, loc ). -noun( 'wombourne', '-', proper, loc ). -noun( 'woodbridge', '-', proper, loc ). -noun( 'wootton bassett', '-', proper, loc ). -noun( 'worcester', '-', proper, loc ). -noun( 'workington', '-', proper, loc ). -noun( 'worksop', '-', proper, loc ). -noun( 'worthing', '-', proper, loc ). -noun( 'wrexham', '-', proper, loc ). -noun( 'writtle', '-', proper, loc ). -noun( 'wroclaw', '-', proper, loc ). -noun( 'wroughton', '-', proper, loc ). -noun( 'wuhan', '-', proper, loc ). -noun( 'wuppertal', '-', proper, loc ). -noun( 'wurzburg', '-', proper, loc ). -noun( 'wusih', '-', proper, loc ). -noun( 'wycombe', '-', proper, loc ). -noun( 'wymondham', '-', proper, loc ). -noun( 'wyoming', '-', proper, loc ). -noun( 'wythall', '-', proper, loc ). -noun( 'x-ray', 'x-rays', count, _ ). -noun( 'xerox', 'xeroxes', count, _ ). -noun( 'xmas', 'xmases', count, _ ). -noun( 'xmas', '-', proper, _ ). -noun( 'yha', '-', count, _ ). -noun( 'ymca', '-', count, _ ). -noun( 'ywca', '-', count, _ ). -noun( 'yank', 'yanks', count, _ ). -noun( 'yankee', 'yankees', count, _ ). -noun( 'yarmouth', '-', proper, loc ). -noun( 'yaroslavi', '-', proper, loc ). -noun( 'yate', '-', proper, loc ). -noun( 'yateley', '-', proper, loc ). -noun( 'yemen', '-', proper, loc ). -noun( 'yemeni', 'yemenis', count, _ ). -noun( 'yeovil', '-', proper, loc ). -noun( 'yerevan', '-', proper, loc ). -noun( 'yiddish', '-', mass, _ ). -noun( 'yokohama', '-', proper, loc ). -noun( 'york', '-', proper, loc ). -noun( 'yorkley', '-', proper, loc ). -noun( 'yorkshire', '-', proper, loc ). -noun( 'ystradgynlais', '-', proper, loc ). -noun( 'yugoslav', 'yugoslavs', count, _ ). -noun( 'yugoslavia', '-', proper, loc ). -noun( 'yugoslavian', 'yugoslavians', count, _ ). -noun( 'yukon', '-', proper, loc ). -noun( 'yvonne', '-', proper, per ). -noun( 'zagreb', '-', proper, loc ). -noun( 'zaire', '-', proper, loc ). -noun( 'zairean', 'zaireans', count, _ ). -noun( 'zambia', '-', proper, loc ). -noun( 'zambian', 'zambians', count, _ ). -noun( 'zaporozhye', '-', proper, loc ). -noun( 'zaragoza', '-', proper, loc ). -noun( 'zealand', '-', proper, loc ). -noun( 'zealander', 'zealanders', count, _ ). -noun( 'zen', '-', mass, _ ). -noun( 'zimbabwe', '-', proper, loc ). -noun( 'zimbabwean', 'zimbabweans', count, _ ). -noun( 'zion', 'zions', count, _ ). -noun( 'zionism', '-', mass, _ ). -noun( 'zionist', 'zionists', count, _ ). -noun( 'zoe', '-', proper, per ). -noun( 'zurich', '-', proper, loc ). -noun( '_eclair', '_eclairs', count, _ ). -noun( '_eclat', '-', mass, _ ). -noun( '_elan', '-', mass, _ ). -noun( '_elite', '_elites', count, _ ). -noun( '_emigr_e', '_emigr_es', count, _ ). -noun( '_ep_ee', '_ep_ees', count, _ ). -noun( 'a', '-', count, _ ). -noun( 'abacus', 'abacuses', count, _ ). -noun( 'abandon', '-', mass, _ ). -noun( 'abandonment', '-', mass, _ ). -noun( 'abasement', '-', mass, _ ). -noun( 'abatement', '-', mass, _ ). -noun( 'abattoir', 'abattoirs', count, _ ). -noun( 'abb_e', 'abb_es', count, _ ). -noun( 'abbess', 'abbesses', count, _ ). -noun( 'abbey', 'abbeys', count, _ ). -noun( 'abbot', 'abbots', count, _ ). -noun( 'abbreviation', 'abbreviations', both, _ ). -noun( 'abdication', 'abdications', both, _ ). -noun( 'abdomen', 'abdomens', count, _ ). -noun( 'abduction', 'abductions', count, _ ). -noun( 'aberration', 'aberrations', both, _ ). -noun( 'abeyance', '-', mass, _ ). -noun( 'abhorrence', '-', mass, _ ). -noun( 'ability', 'abilities', both, _ ). -noun( 'abjection', 'abjections', count, _ ). -noun( 'abjuration', 'abjurations', both, _ ). -noun( 'ablative', 'ablatives', count, _ ). -noun( 'ablaut', 'ablauts', count, _ ). -noun( 'ablution', 'ablutions', count, _ ). -noun( 'abnegation', '-', mass, _ ). -noun( 'abnormality', 'abnormalities', both, _ ). -noun( 'abode', 'abodes', count, _ ). -noun( 'abolition', '-', mass, _ ). -noun( 'abolitionist', 'abolitionists', count, _ ). -noun( 'abomination', 'abominations', both, _ ). -noun( 'aboriginal', 'aboriginals', count, _ ). -noun( 'aborigine', 'aborigines', count, _ ). -noun( 'abortion', 'abortions', both, _ ). -noun( 'abortionist', 'abortionists', count, _ ). -noun( 'about-face', '-', count, _ ). -noun( 'abracadabra', '-', mass, _ ). -noun( 'abrasion', 'abrasions', both, _ ). -noun( 'abrasive', 'abrasives', both, _ ). -noun( 'abridgement', 'abridgements', both, _ ). -noun( 'abridgment', 'abridgments', both, _ ). -noun( 'abrogation', 'abrogations', count, _ ). -noun( 'abruptness', '-', mass, _ ). -noun( 'abscess', 'abscesses', count, _ ). -noun( 'absence', 'absences', both, _ ). -noun( 'absent-mindedness', '-', mass, _ ). -noun( 'absentee', 'absentees', count, _ ). -noun( 'absenteeism', '-', mass, _ ). -noun( 'absinth', '-', mass, _ ). -noun( 'absinthe', '-', mass, _ ). -noun( 'absolution', '-', mass, _ ). -noun( 'absolutism', '-', mass, _ ). -noun( 'absorbent', 'absorbents', count, _ ). -noun( 'absorption', '-', mass, _ ). -noun( 'abstainer', 'abstainers', count, _ ). -noun( 'abstemiousness', '-', mass, _ ). -noun( 'abstention', 'abstentions', both, _ ). -noun( 'abstinence', '-', mass, _ ). -noun( 'abstract', 'abstracts', count, _ ). -noun( 'abstraction', 'abstractions', both, _ ). -noun( 'abstruseness', '-', mass, _ ). -noun( 'absurdity', 'absurdities', both, _ ). -noun( 'abundance', '-', mass, _ ). -noun( 'abuse', 'abuses', both, _ ). -noun( 'abutment', 'abutments', count, _ ). -noun( 'abysm', 'abysms', count, _ ). -noun( 'abyss', 'abysses', count, _ ). -noun( 'acacia', 'acacias', count, _ ). -noun( 'academic', 'academics', count, _ ). -noun( 'academician', 'academicians', count, _ ). -noun( 'academy', 'academies', count, _ ). -noun( 'accelerando', 'accelerandos', count, _ ). -noun( 'acceleration', '-', mass, _ ). -noun( 'accelerator', 'accelerators', count, _ ). -noun( 'accent', 'accents', both, _ ). -noun( 'accentuation', 'accentuations', count, _ ). -noun( 'acceptability', '-', mass, _ ). -noun( 'acceptance', '-', mass, _ ). -noun( 'acceptation', 'acceptations', count, _ ). -noun( 'access', '-', mass, _ ). -noun( 'accessary', 'accessaries', count, _ ). -noun( 'accessibility', '-', mass, _ ). -noun( 'accession', 'accessions', both, _ ). -noun( 'accessory', 'accessories', count, _ ). -noun( 'accidence', '-', mass, _ ). -noun( 'accident', 'accidents', both, _ ). -noun( 'acclaim', '-', mass, _ ). -noun( 'acclamation', '-', mass, _ ). -noun( 'acclimation', '-', mass, _ ). -noun( 'acclimatization', '-', mass, _ ). -noun( 'acclivity', 'acclivities', count, _ ). -noun( 'accolade', 'accolades', count, _ ). -noun( 'accommodation', 'accommodations', both, _ ). -noun( 'accompaniment', 'accompaniments', count, _ ). -noun( 'accompanist', 'accompanists', count, _ ). -noun( 'accomplice', 'accomplices', count, _ ). -noun( 'accomplishment', 'accomplishments', both, _ ). -noun( 'accord', 'accords', both, _ ). -noun( 'accordance', 'accordances', count, _ ). -noun( 'accordion', 'accordions', count, _ ). -noun( 'accouchement', 'accouchements', count, _ ). -noun( 'account', 'accounts', both, _ ). -noun( 'accountancy', '-', mass, _ ). -noun( 'accountant', 'accountants', count, _ ). -noun( 'accretion', 'accretions', both, _ ). -noun( 'accumulation', 'accumulations', both, _ ). -noun( 'accumulator', 'accumulators', count, _ ). -noun( 'accuracy', 'accuracies', both, _ ). -noun( 'accusation', 'accusations', both, _ ). -noun( 'accusative', 'accusatives', count, _ ). -noun( 'accuser', 'accusers', count, _ ). -noun( 'ace', 'aces', count, _ ). -noun( 'acerbity', 'acerbities', both, _ ). -noun( 'acetate', 'acetates', count, _ ). -noun( 'acetylene', '-', mass, _ ). -noun( 'ache', 'aches', count, _ ). -noun( 'achievement', 'achievements', both, _ ). -noun( 'acid', 'acids', both, _ ). -noun( 'acidity', '-', mass, _ ). -noun( 'ack-ack', '-', mass, _ ). -noun( 'acknowledgement', 'acknowledgements', count, _ ). -noun( 'acme', '-', count, _ ). -noun( 'acne', '-', mass, _ ). -noun( 'acolyte', 'acolytes', count, _ ). -noun( 'aconite', 'aconites', count, _ ). -noun( 'acorn', 'acorns', count, _ ). -noun( 'acorn-cup', 'acorn-cups', count, _ ). -noun( 'acoustic', 'acoustics', count, _ ). -noun( 'acoustics', 'acoustics', mass, _ ). -noun( 'acquaintance', 'acquaintances', both, _ ). -noun( 'acquaintanceship', 'acquaintanceships', count, _ ). -noun( 'acquiescence', 'acquiescences', count, _ ). -noun( 'acquirement', 'acquirements', both, _ ). -noun( 'acquisition', 'acquisitions', both, _ ). -noun( 'acquittal', 'acquittals', both, _ ). -noun( 'acre', 'acres', count, _ ). -noun( 'acreage', '-', mass, _ ). -noun( 'acrimony', '-', mass, _ ). -noun( 'acrobat', 'acrobats', count, _ ). -noun( 'acrobatics', 'acrobatics', mass, _ ). -noun( 'acronym', 'acronyms', count, _ ). -noun( 'acropolis', 'acropolises', count, _ ). -noun( 'acrostic', 'acrostics', count, _ ). -noun( 'acrylic', 'acrylics', count, _ ). -noun( 'act', 'acts', count, _ ). -noun( 'acting', '-', mass, _ ). -noun( 'actinism', '-', mass, _ ). -noun( 'action', 'actions', both, _ ). -noun( 'activation', 'activations', count, _ ). -noun( 'activist', 'activists', count, _ ). -noun( 'activity', 'activities', both, _ ). -noun( 'actor', 'actors', count, _ ). -noun( 'actress', 'actresses', count, _ ). -noun( 'actuality', 'actualities', both, _ ). -noun( 'actuary', 'actuaries', count, _ ). -noun( 'acuity', '-', mass, _ ). -noun( 'acumen', '-', mass, _ ). -noun( 'acupuncture', '-', mass, _ ). -noun( 'acuteness', '-', mass, _ ). -noun( 'ad', 'ads', count, _ ). -noun( 'ad-man', 'ad-men', count, _ ). -noun( 'adage', 'adages', count, _ ). -noun( 'adagio', 'adagios', count, _ ). -noun( 'adamant', 'adamants', count, _ ). -noun( 'adaptability', '-', mass, _ ). -noun( 'adaptation', 'adaptations', both, _ ). -noun( 'adapter', 'adapters', count, _ ). -noun( 'adaptor', 'adaptors', count, _ ). -noun( 'addendum', 'addenda', count, _ ). -noun( 'adder', 'adders', count, _ ). -noun( 'addict', 'addicts', count, _ ). -noun( 'addiction', 'addictions', both, _ ). -noun( 'adding-machine', 'adding-machines', count, _ ). -noun( 'addition', 'additions', both, _ ). -noun( 'additive', 'additives', count, _ ). -noun( 'addle-head', 'addle-heads', count, _ ). -noun( 'address', 'addresses', both, _ ). -noun( 'addressee', 'addressees', count, _ ). -noun( 'adept', 'adepts', count, _ ). -noun( 'adequacy', '-', mass, _ ). -noun( 'adherence', 'adherences', count, _ ). -noun( 'adherent', 'adherents', count, _ ). -noun( 'adhesion', 'adhesions', both, _ ). -noun( 'adhesive', 'adhesives', both, _ ). -noun( 'adieu', 'adieus', count, _ ). -noun( 'adjective', 'adjectives', count, _ ). -noun( 'adjournment', 'adjournments', count, _ ). -noun( 'adjudication', 'adjudications', count, _ ). -noun( 'adjudicator', 'adjudicators', count, _ ). -noun( 'adjunct', 'adjuncts', count, _ ). -noun( 'adjuration', 'adjurations', both, _ ). -noun( 'adjuster', 'adjusters', count, _ ). -noun( 'adjustment', 'adjustments', both, _ ). -noun( 'adjutant', 'adjutants', count, _ ). -noun( 'admass', '-', mass, _ ). -noun( 'administration', 'administrations', both, _ ). -noun( 'administrator', 'administrators', count, _ ). -noun( 'admiral', 'admirals', count, _ ). -noun( 'admiralty', 'admiralties', count, _ ). -noun( 'admiration', '-', mass, _ ). -noun( 'admirer', 'admirers', count, _ ). -noun( 'admissibility', '-', mass, _ ). -noun( 'admission', 'admissions', both, _ ). -noun( 'admittance', '-', mass, _ ). -noun( 'admixture', 'admixtures', count, _ ). -noun( 'admonition', 'admonitions', both, _ ). -noun( 'ado', '-', mass, _ ). -noun( 'adobe', '-', mass, _ ). -noun( 'adolescence', '-', mass, _ ). -noun( 'adolescent', 'adolescents', count, _ ). -noun( 'adoption', 'adoptions', count, _ ). -noun( 'adoration', '-', mass, _ ). -noun( 'adorer', 'adorers', count, _ ). -noun( 'adornment', 'adornments', both, _ ). -noun( 'adrenalin', '-', mass, _ ). -noun( 'adroitness', '-', mass, _ ). -noun( 'adulation', '-', mass, _ ). -noun( 'adult', 'adults', count, _ ). -noun( 'adulterant', 'adulterants', count, _ ). -noun( 'adulteration', 'adulterations', count, _ ). -noun( 'adulterer', 'adulterers', count, _ ). -noun( 'adulteress', 'adulteresses', count, _ ). -noun( 'adultery', 'adulteries', both, _ ). -noun( 'adulthood', 'adulthoods', both, _ ). -noun( 'advance', 'advances', both, _ ). -noun( 'advancement', '-', mass, _ ). -noun( 'advantage', 'advantages', both, _ ). -noun( 'advent', 'advents', count, _ ). -noun( 'adventure', 'adventures', both, _ ). -noun( 'adventurer', 'adventurers', count, _ ). -noun( 'adventuress', 'adventuresses', count, _ ). -noun( 'adverb', 'adverbs', count, _ ). -noun( 'adversary', 'adversaries', count, _ ). -noun( 'adversity', 'adversities', both, _ ). -noun( 'advert', 'adverts', count, _ ). -noun( 'advertisement', 'advertisements', both, _ ). -noun( 'advertiser', 'advertisers', count, _ ). -noun( 'advice', 'advices', both, _ ). -noun( 'advisability', '-', mass, _ ). -noun( 'adviser', 'advisers', count, _ ). -noun( 'advocacy', '-', mass, _ ). -noun( 'advocate', 'advocates', count, _ ). -noun( 'advowson', 'advowsons', count, _ ). -noun( 'adz', 'adzes', count, _ ). -noun( 'adze', 'adzes', count, _ ). -noun( 'aegis', 'aegises', count, _ ). -noun( 'aeon', 'aeons', count, _ ). -noun( 'aeration', 'aerations', count, _ ). -noun( 'aerial', 'aerials', count, _ ). -noun( 'aerie', 'aeries', count, _ ). -noun( 'aerobatics', 'aerobatics', mass, _ ). -noun( 'aerodrome', 'aerodromes', count, _ ). -noun( 'aerodynamics', 'aerodynamics', mass, _ ). -noun( 'aeronaut', 'aeronauts', count, _ ). -noun( 'aeronautics', 'aeronautics', mass, _ ). -noun( 'aeroplane', 'aeroplanes', count, _ ). -noun( 'aerosol', 'aerosols', both, _ ). -noun( 'aerospace', '-', mass, _ ). -noun( 'aertex', '-', mass, _ ). -noun( 'aery', 'aeries', count, _ ). -noun( 'aesthete', 'aesthetes', count, _ ). -noun( 'aesthetic', '-', mass, _ ). -noun( 'aesthetics', 'aesthetics', mass, _ ). -noun( 'aether', '-', mass, _ ). -noun( 'aetiology', 'aetiologies', count, _ ). -noun( 'affability', '-', mass, _ ). -noun( 'affair', 'affairs', count, _ ). -noun( 'affectation', 'affectations', both, _ ). -noun( 'affection', 'affections', both, _ ). -noun( 'affidavit', 'affidavits', count, _ ). -noun( 'affiliation', 'affiliations', both, _ ). -noun( 'affinity', 'affinities', both, _ ). -noun( 'affirmation', 'affirmations', both, _ ). -noun( 'affirmative', 'affirmatives', count, _ ). -noun( 'affix', 'affixes', count, _ ). -noun( 'afflatus', '-', mass, _ ). -noun( 'affliction', 'afflictions', both, _ ). -noun( 'affluence', '-', mass, _ ). -noun( 'affluent', 'affluents', count, _ ). -noun( 'afforestation', 'afforestations', count, _ ). -noun( 'affray', 'affrays', count, _ ). -noun( 'affront', 'affronts', count, _ ). -noun( 'aftercare', '-', mass, _ ). -noun( 'afterdamp', '-', mass, _ ). -noun( 'aftereffect', 'aftereffects', count, _ ). -noun( 'afterglow', '-', count, _ ). -noun( 'aftermath', '', count, _ ). -noun( 'afternoon', 'afternoons', both, _ ). -noun( 'afterthought', 'afterthoughts', both, _ ). -noun( 'agar-agar', '-', mass, _ ). -noun( 'agate', 'agates', count, _ ). -noun( 'agave', 'agaves', count, _ ). -noun( 'age', 'ages', both, _ ). -noun( 'age-bracket', 'age-brackets', count, _ ). -noun( 'age-group', 'age-groups', count, _ ). -noun( 'ageing', '-', mass, _ ). -noun( 'agency', 'agencies', both, _ ). -noun( 'agenda', 'agendas', count, _ ). -noun( 'agent', 'agents', count, _ ). -noun( 'agent provocateur', 'agents provocateurs', count, _ ). -noun( 'agglomeration', 'agglomerations', both, _ ). -noun( 'aggrandizement', 'aggrandizements', count, _ ). -noun( 'aggravation', 'aggravations', both, _ ). -noun( 'aggregate', 'aggregates', count, _ ). -noun( 'aggregation', 'aggregations', both, _ ). -noun( 'aggression', 'aggressions', both, _ ). -noun( 'aggressiveness', '-', mass, _ ). -noun( 'aggressor', 'aggressors', count, _ ). -noun( 'aggro', '-', mass, _ ). -noun( 'agility', '-', mass, _ ). -noun( 'aging', '-', mass, _ ). -noun( 'agitation', 'agitations', both, _ ). -noun( 'agitator', 'agitators', count, _ ). -noun( 'agnail', '-', mass, _ ). -noun( 'agnostic', 'agnostics', count, _ ). -noun( 'agnosticism', '-', mass, _ ). -noun( 'agony', 'agonies', both, _ ). -noun( 'agora', 'agoras', count, _ ). -noun( 'agoraphobia', '-', mass, _ ). -noun( 'agreement', 'agreements', both, _ ). -noun( 'agriculture', '-', mass, _ ). -noun( 'ague', 'agues', count, _ ). -noun( 'aid', 'aids', both, _ ). -noun( 'aide-de-camp', 'aides-de-camp', count, _ ). -noun( 'aide-m_emoire', 'aide-m_emoires', count, _ ). -noun( 'aigret', 'aigrets', count, _ ). -noun( 'aigrette', 'aigrettes', count, _ ). -noun( 'aileron', 'ailerons', count, _ ). -noun( 'ailment', 'ailments', count, _ ). -noun( 'aim', 'aims', both, _ ). -noun( 'air', 'airs', both, _ ). -noun( 'air-bladder', 'air-bladders', count, _ ). -noun( 'air-conditioning', '-', mass, _ ). -noun( 'air-pump', 'air-pumps', count, _ ). -noun( 'air-raid', 'air-raids', count, _ ). -noun( 'air-shaft', 'air-shafts', count, _ ). -noun( 'air-sickness', '-', mass, _ ). -noun( 'airbed', 'airbeds', count, _ ). -noun( 'airbrake', 'airbrakes', count, _ ). -noun( 'aircraft', 'aircraft', count, _ ). -noun( 'aircraftman', 'aircraftmen', count, _ ). -noun( 'aircrew', 'aircrews', count, _ ). -noun( 'airdrome', 'airdromes', count, _ ). -noun( 'airfield', 'airfields', count, _ ). -noun( 'airflow', 'airflows', count, _ ). -noun( 'airframe', 'airframes', count, _ ). -noun( 'airing', 'airings', count, _ ). -noun( 'airing-cupboard', 'airing-cupboards', count, _ ). -noun( 'airline', 'airlines', count, _ ). -noun( 'airliner', 'airliners', count, _ ). -noun( 'airmail', '-', mass, _ ). -noun( 'airman', 'airmen', count, _ ). -noun( 'airplane', 'airplanes', count, _ ). -noun( 'airport', 'airports', count, _ ). -noun( 'airscrew', 'airscrews', count, _ ). -noun( 'airship', 'airships', count, _ ). -noun( 'airstrip', 'airstrips', count, _ ). -noun( 'airway', 'airways', count, _ ). -noun( 'airwoman', 'airwomen', count, _ ). -noun( 'airworthiness', '-', mass, _ ). -noun( 'aisle', 'aisles', count, _ ). -noun( 'aitch', 'aitches', count, _ ). -noun( 'aitch-bone', 'aitch-bones', count, _ ). -noun( 'alabaster', '-', mass, _ ). -noun( 'alacrity', '-', mass, _ ). -noun( 'alarm', 'alarms', both, _ ). -noun( 'alarm-clock', 'alarm-clocks', count, _ ). -noun( 'alarmist', 'alarmists', count, _ ). -noun( 'alb', 'albs', count, _ ). -noun( 'albatross', 'albatrosses', count, _ ). -noun( 'albino', 'albinos', count, _ ). -noun( 'album', 'albums', count, _ ). -noun( 'albumen', '-', mass, _ ). -noun( 'alchemist', 'alchemists', count, _ ). -noun( 'alchemy', '-', mass, _ ). -noun( 'alcohol', 'alcohols', both, _ ). -noun( 'alcoholic', 'alcoholics', count, _ ). -noun( 'alcoholism', '-', mass, _ ). -noun( 'alcove', 'alcoves', count, _ ). -noun( 'alder', 'alders', count, _ ). -noun( 'alderman', 'aldermen', count, _ ). -noun( 'ale', 'ales', both, _ ). -noun( 'ale-house', 'ale-houses', count, _ ). -noun( 'alert', 'alerts', count, _ ). -noun( 'alertness', '-', mass, _ ). -noun( 'alexandrine', 'alexandrines', count, _ ). -noun( 'alexia', '-', mass, _ ). -noun( 'alexic', 'alexics', count, _ ). -noun( 'alfalfa', '-', mass, _ ). -noun( 'alga', 'algae', count, _ ). -noun( 'algebra', 'algebras', both, _ ). -noun( 'alias', 'aliases', count, _ ). -noun( 'alibi', 'alibis', count, _ ). -noun( 'alien', 'aliens', count, _ ). -noun( 'alienation', '-', mass, _ ). -noun( 'alienist', 'alienists', count, _ ). -noun( 'alignment', 'alignments', both, _ ). -noun( 'alimony', '-', mass, _ ). -noun( 'alkali', 'alkalis', both, _ ). -noun( 'all', '-', count, _ ). -noun( 'all-rounder', 'all-rounders', count, _ ). -noun( 'allegation', 'allegations', both, _ ). -noun( 'allegiance', '-', mass, _ ). -noun( 'allegory', 'allegories', count, _ ). -noun( 'allegretto', 'allegrettos', count, _ ). -noun( 'allegro', 'allegros', count, _ ). -noun( 'allergen', 'allergens', count, _ ). -noun( 'allergy', 'allergies', count, _ ). -noun( 'alleviation', 'alleviations', count, _ ). -noun( 'alley', 'alleys', count, _ ). -noun( 'alleyway', 'alleyways', count, _ ). -noun( 'alliance', 'alliances', both, _ ). -noun( 'alligator', 'alligators', count, _ ). -noun( 'alliteration', '-', mass, _ ). -noun( 'allocation', 'allocations', both, _ ). -noun( 'allotment', 'allotments', both, _ ). -noun( 'allowance', 'allowances', count, _ ). -noun( 'alloy', 'alloys', both, _ ). -noun( 'allspice', '-', mass, _ ). -noun( 'allure', 'allures', both, _ ). -noun( 'allurement', 'allurements', both, _ ). -noun( 'allusion', 'allusions', count, _ ). -noun( 'ally', 'allies', count, _ ). -noun( 'almanac', 'almanacs', count, _ ). -noun( 'almighty', '-', count, _ ). -noun( 'almond', 'almonds', count, _ ). -noun( 'almoner', 'almoners', count, _ ). -noun( 'alms-box', 'alms-boxes', count, _ ). -noun( 'alms-giving', '-', mass, _ ). -noun( 'alms-house', 'alms-houses', count, _ ). -noun( 'aloe', 'aloes', count, _ ). -noun( 'aloofness', '-', mass, _ ). -noun( 'alp', 'alps', count, _ ). -noun( 'alpaca', 'alpacas', both, _ ). -noun( 'alpenstock', 'alpenstocks', count, _ ). -noun( 'alpha', 'alphas', count, _ ). -noun( 'alphabet', 'alphabets', count, _ ). -noun( 'alpinist', 'alpinists', count, _ ). -noun( 'alsatian', 'alsatians', count, _ ). -noun( 'also-ran', 'also-rans', count, _ ). -noun( 'altar', 'altars', count, _ ). -noun( 'altar-piece', 'altar-pieces', count, _ ). -noun( 'alter ego', 'alter egos', count, _ ). -noun( 'alteration', 'alterations', both, _ ). -noun( 'altercation', 'altercations', both, _ ). -noun( 'alternation', 'alternations', count, _ ). -noun( 'alternative', 'alternatives', count, _ ). -noun( 'altimeter', 'altimeters', count, _ ). -noun( 'altitude', 'altitudes', count, _ ). -noun( 'alto', 'altos', count, _ ). -noun( 'altruism', 'altruisms', both, _ ). -noun( 'altruist', 'altruists', count, _ ). -noun( 'alum', '-', mass, _ ). -noun( 'aluminium', '-', mass, _ ). -noun( 'alumna', 'alumnae', count, _ ). -noun( 'alumnus', 'alumni', count, _ ). -noun( 'alveolar', 'alveolars', count, _ ). -noun( 'am', '-', proper, _ ). -noun( 'amah', 'amahs', count, _ ). -noun( 'amalgam', 'amalgams', count, _ ). -noun( 'amalgamation', 'amalgamations', both, _ ). -noun( 'amanuensis', 'amanuenses', count, _ ). -noun( 'amaryllis', 'amaryllises', count, _ ). -noun( 'amateur', 'amateurs', count, _ ). -noun( 'amateurism', '-', mass, _ ). -noun( 'amazement', '-', mass, _ ). -noun( 'ambassador', 'ambassadors', count, _ ). -noun( 'ambassadress', 'ambassadresses', count, _ ). -noun( 'amber', '-', mass, _ ). -noun( 'ambergris', '-', mass, _ ). -noun( 'ambience', '-', count, _ ). -noun( 'ambiguity', 'ambiguities', both, _ ). -noun( 'ambit', 'ambits', count, _ ). -noun( 'ambition', 'ambitions', both, _ ). -noun( 'ambivalence', '-', mass, _ ). -noun( 'amble', 'ambles', count, _ ). -noun( 'ambrosia', '-', mass, _ ). -noun( 'ambulance', 'ambulances', count, _ ). -noun( 'ambuscade', 'ambuscades', count, _ ). -noun( 'ambush', 'ambushes', both, _ ). -noun( 'ameba', 'amebas', count, _ ). -noun( 'ameer', 'ameers', count, _ ). -noun( 'amelioration', 'ameliorations', count, _ ). -noun( 'amendment', 'amendments', both, _ ). -noun( 'amenity', 'amenities', count, _ ). -noun( 'amethyst', 'amethysts', count, _ ). -noun( 'amiability', '-', mass, _ ). -noun( 'amicability', '-', mass, _ ). -noun( 'amir', 'amirs', count, _ ). -noun( 'amity', '-', mass, _ ). -noun( 'ammeter', 'ammeters', count, _ ). -noun( 'ammonia', '-', mass, _ ). -noun( 'ammonite', 'ammonites', count, _ ). -noun( 'ammunition', '-', mass, _ ). -noun( 'amnesia', '-', mass, _ ). -noun( 'amnesty', 'amnesties', count, _ ). -noun( 'amoeba', 'amoebas', count, _ ). -noun( 'amortization', 'amortizations', count, _ ). -noun( 'amount', 'amounts', count, _ ). -noun( 'amour', 'amours', count, _ ). -noun( 'amour-propre', '-', mass, _ ). -noun( 'amp', 'amps', count, _ ). -noun( 'ampere', 'amperes', count, _ ). -noun( 'amphetamine', 'amphetamines', both, _ ). -noun( 'amphibian', 'amphibians', count, _ ). -noun( 'amphitheatre', 'amphitheatres', count, _ ). -noun( 'amphora', 'amphoras', count, _ ). -noun( 'amplification', 'amplifications', count, _ ). -noun( 'amplifier', 'amplifiers', count, _ ). -noun( 'amplitude', '-', mass, _ ). -noun( 'ampoule', 'ampoules', count, _ ). -noun( 'amputation', 'amputations', count, _ ). -noun( 'amulet', 'amulets', count, _ ). -noun( 'amusement', 'amusements', both, _ ). -noun( 'anachronism', 'anachronisms', count, _ ). -noun( 'anaconda', 'anacondas', count, _ ). -noun( 'anaemia', '-', mass, _ ). -noun( 'anaesthesia', '-', mass, _ ). -noun( 'anaesthetic', 'anaesthetics', count, _ ). -noun( 'anaesthetist', 'anaesthetists', count, _ ). -noun( 'anagram', 'anagrams', count, _ ). -noun( 'analgesia', '-', mass, _ ). -noun( 'analgesic', 'analgesics', count, _ ). -noun( 'analog', 'analogs', count, _ ). -noun( 'analogue', 'analogues', count, _ ). -noun( 'analogy', 'analogies', both, _ ). -noun( 'analysis', 'analyses', both, _ ). -noun( 'analyst', 'analysts', count, _ ). -noun( 'anapaest', 'anapaests', count, _ ). -noun( 'anarchism', '-', mass, _ ). -noun( 'anarchist', 'anarchists', count, _ ). -noun( 'anarchy', '-', mass, _ ). -noun( 'anathema', 'anathemas', count, _ ). -noun( 'anatomist', 'anatomists', count, _ ). -noun( 'anatomy', '-', mass, _ ). -noun( 'ancestor', 'ancestors', count, _ ). -noun( 'ancestress', 'ancestresses', count, _ ). -noun( 'ancestry', 'ancestries', count, _ ). -noun( 'anchor', 'anchors', count, _ ). -noun( 'anchorage', 'anchorages', count, _ ). -noun( 'anchorite', 'anchorites', count, _ ). -noun( 'anchorman', 'anchormen', count, _ ). -noun( 'anchovy', 'anchovies', count, _ ). -noun( 'andante', 'andantes', count, _ ). -noun( 'andiron', 'andirons', count, _ ). -noun( 'anecdote', 'anecdotes', count, _ ). -noun( 'anemometer', 'anemometers', count, _ ). -noun( 'anemone', 'anemones', count, _ ). -noun( 'aneroid', 'aneroids', count, _ ). -noun( 'anesthetic', 'anesthetics', count, _ ). -noun( 'anesthetist', 'anesthetists', count, _ ). -noun( 'angel', 'angels', count, _ ). -noun( 'angelica', '-', mass, _ ). -noun( 'angelus', 'angeluses', count, _ ). -noun( 'anger', '-', mass, _ ). -noun( 'angina', '-', mass, _ ). -noun( 'angle', 'angles', count, _ ). -noun( 'angle-dozer', 'angle-dozers', count, _ ). -noun( 'angle-iron', 'angle-irons', count, _ ). -noun( 'angler', 'anglers', count, _ ). -noun( 'anglicism', 'anglicisms', count, _ ). -noun( 'angling', '-', mass, _ ). -noun( 'angora', 'angoras', both, _ ). -noun( 'angostura', '-', mass, _ ). -noun( 'angst', '-', mass, _ ). -noun( 'anguish', '-', mass, _ ). -noun( 'angularity', 'angularities', both, _ ). -noun( 'aniline', 'anilines', both, _ ). -noun( 'animadversion', 'animadversions', count, _ ). -noun( 'animal', 'animals', count, _ ). -noun( 'animalcule', 'animalcules', count, _ ). -noun( 'animation', '-', mass, _ ). -noun( 'animism', '-', mass, _ ). -noun( 'animosity', 'animosities', both, _ ). -noun( 'animus', '-', mass, _ ). -noun( 'anise', 'anises', count, _ ). -noun( 'aniseed', '-', mass, _ ). -noun( 'ankle', 'ankles', count, _ ). -noun( 'anklet', 'anklets', count, _ ). -noun( 'anna', 'annas', count, _ ). -noun( 'annalist', 'annalists', count, _ ). -noun( 'annex', 'annexes', count, _ ). -noun( 'annexation', '-', mass, _ ). -noun( 'annexe', 'annexes', count, _ ). -noun( 'annihilation', '-', mass, _ ). -noun( 'anniversary', 'anniversaries', count, _ ). -noun( 'annotation', 'annotations', both, _ ). -noun( 'announcement', 'announcements', count, _ ). -noun( 'announcer', 'announcers', count, _ ). -noun( 'annoyance', 'annoyances', both, _ ). -noun( 'annual', 'annuals', count, _ ). -noun( 'annuitant', 'annuitants', count, _ ). -noun( 'annuity', 'annuities', count, _ ). -noun( 'annulment', 'annulments', count, _ ). -noun( 'annunciation', 'annunciations', count, _ ). -noun( 'anode', 'anodes', count, _ ). -noun( 'anodyne', 'anodynes', both, _ ). -noun( 'anointment', 'anointments', count, _ ). -noun( 'anomaly', 'anomalies', count, _ ). -noun( 'anonymity', '-', mass, _ ). -noun( 'anopheles', 'anopheles', count, _ ). -noun( 'anorak', 'anoraks', count, _ ). -noun( 'answer', 'answers', count, _ ). -noun( 'ant', 'ants', count, _ ). -noun( 'ant-eater', 'ant-eaters', count, _ ). -noun( 'ant-hill', 'ant-hills', count, _ ). -noun( 'antagonism', 'antagonisms', both, _ ). -noun( 'antagonist', 'antagonists', count, _ ). -noun( 'ante', 'antes', count, _ ). -noun( 'antecedence', 'antecedences', count, _ ). -noun( 'antecedent', 'antecedents', count, _ ). -noun( 'antechamber', 'antechambers', count, _ ). -noun( 'antediluvian', 'antediluvians', count, _ ). -noun( 'antelope', 'antelopes', count, _ ). -noun( 'antenna', 'antennae', count, _ ). -noun( 'anteroom', 'anterooms', count, _ ). -noun( 'anthem', 'anthems', count, _ ). -noun( 'anther', 'anthers', count, _ ). -noun( 'anthology', 'anthologies', count, _ ). -noun( 'anthracite', '-', mass, _ ). -noun( 'anthrax', '-', mass, _ ). -noun( 'anthropoid', 'anthropoids', count, _ ). -noun( 'anthropologist', 'anthropologists', count, _ ). -noun( 'anthropology', '-', mass, _ ). -noun( 'anti-semite', 'anti-semites', count, _ ). -noun( 'anti-semitism', '-', mass, _ ). -noun( 'anti-hero', 'anti-heroes', count, _ ). -noun( 'antibiotic', 'antibiotics', count, _ ). -noun( 'antibody', 'antibodies', count, _ ). -noun( 'antic', 'antics', count, _ ). -noun( 'anticipation', 'anticipations', both, _ ). -noun( 'anticlimax', 'anticlimaxes', count, _ ). -noun( 'anticyclone', 'anticyclones', count, _ ). -noun( 'antidote', 'antidotes', count, _ ). -noun( 'antifreeze', '-', mass, _ ). -noun( 'antiknock', '-', mass, _ ). -noun( 'antilogarithm', 'antilogarithms', count, _ ). -noun( 'antimacassar', 'antimacassars', count, _ ). -noun( 'antimony', '-', mass, _ ). -noun( 'antipathy', 'antipathies', both, _ ). -noun( 'antiquarian', 'antiquarians', count, _ ). -noun( 'antiquary', 'antiquaries', count, _ ). -noun( 'antique', 'antiques', count, _ ). -noun( 'antiquity', 'antiquities', both, _ ). -noun( 'antirrhinum', 'antirrhinums', count, _ ). -noun( 'antiseptic', 'antiseptics', count, _ ). -noun( 'antithesis', 'antitheses', both, _ ). -noun( 'antitoxin', 'antitoxins', count, _ ). -noun( 'antitrade', 'antitrades', count, _ ). -noun( 'antler', 'antlers', count, _ ). -noun( 'antonym', 'antonyms', count, _ ). -noun( 'anus', 'anuses', count, _ ). -noun( 'anvil', 'anvils', count, _ ). -noun( 'anxiety', 'anxieties', both, _ ). -noun( 'anybody', '-', count, _ ). -noun( 'anyone', '-', count, _ ). -noun( 'anything', '-', count, _ ). -noun( 'aorta', 'aortas', count, _ ). -noun( 'apache', 'apaches', count, _ ). -noun( 'apanage', '-', mass, _ ). -noun( 'apartheid', '-', mass, _ ). -noun( 'apartment', 'apartments', count, _ ). -noun( 'apathy', '-', mass, _ ). -noun( 'ape', 'apes', count, _ ). -noun( 'aperient', 'aperients', count, _ ). -noun( 'aperitif', 'aperitifs', count, _ ). -noun( 'aperture', 'apertures', count, _ ). -noun( 'apex', 'apexes', count, _ ). -noun( 'aphasia', '-', mass, _ ). -noun( 'aphid', 'aphids', count, _ ). -noun( 'aphis', 'aphides', count, _ ). -noun( 'aphorism', 'aphorisms', count, _ ). -noun( 'aphrodisiac', 'aphrodisiacs', both, _ ). -noun( 'apiarist', 'apiarists', count, _ ). -noun( 'apiary', 'apiaries', count, _ ). -noun( 'apiculture', 'apicultures', count, _ ). -noun( 'aplomb', '-', mass, _ ). -noun( 'apocalypse', 'apocalypses', count, _ ). -noun( 'apogee', 'apogees', count, _ ). -noun( 'apologetics', 'apologetics', mass, _ ). -noun( 'apologist', 'apologists', count, _ ). -noun( 'apology', 'apologies', count, _ ). -noun( 'apophthegm', 'apophthegms', count, _ ). -noun( 'apoplexy', '-', mass, _ ). -noun( 'apostasy', 'apostasies', both, _ ). -noun( 'apostate', 'apostates', count, _ ). -noun( 'apostle', 'apostles', count, _ ). -noun( 'apostrophe', 'apostrophes', count, _ ). -noun( 'apothecary', 'apothecaries', count, _ ). -noun( 'apothegm', 'apothegms', count, _ ). -noun( 'apotheosis', 'apotheoses', count, _ ). -noun( 'appanage', '-', mass, _ ). -noun( 'apparatus', 'apparatuses', both, _ ). -noun( 'apparel', '-', mass, _ ). -noun( 'apparition', 'apparitions', count, _ ). -noun( 'appeal', 'appeals', both, _ ). -noun( 'appearance', 'appearances', count, _ ). -noun( 'appeasement', '-', mass, _ ). -noun( 'appellant', 'appellants', count, _ ). -noun( 'appellation', 'appellations', count, _ ). -noun( 'appendage', 'appendages', count, _ ). -noun( 'appendectomy', 'appendectomies', count, _ ). -noun( 'appendicitis', '-', mass, _ ). -noun( 'appendix', 'appendixes', count, _ ). -noun( 'appetite', 'appetites', both, _ ). -noun( 'appetizer', 'appetizers', count, _ ). -noun( 'applause', '-', mass, _ ). -noun( 'apple', 'apples', both, _ ). -noun( 'applejack', '-', mass, _ ). -noun( 'appliance', 'appliances', count, _ ). -noun( 'applicability', '-', mass, _ ). -noun( 'applicant', 'applicants', count, _ ). -noun( 'application', 'applications', both, _ ). -noun( 'appliqu_e', '-', mass, _ ). -noun( 'appointee', 'appointees', count, _ ). -noun( 'appointment', 'appointments', both, _ ). -noun( 'apportionment', '-', mass, _ ). -noun( 'apposition', '-', mass, _ ). -noun( 'appraisal', 'appraisals', count, _ ). -noun( 'appreciation', 'appreciations', both, _ ). -noun( 'apprehension', 'apprehensions', both, _ ). -noun( 'apprentice', 'apprentices', count, _ ). -noun( 'apprenticeship', 'apprenticeships', count, _ ). -noun( 'appro', '-', mass, _ ). -noun( 'approach', 'approaches', both, _ ). -noun( 'approbation', '-', mass, _ ). -noun( 'appropriation', 'appropriations', both, _ ). -noun( 'approval', '-', mass, _ ). -noun( 'approx', '-', proper, _ ). -noun( 'approximation', 'approximations', both, _ ). -noun( 'appurtenance', 'appurtenances', count, _ ). -noun( 'apricot', 'apricots', count, _ ). -noun( 'apron', 'aprons', count, _ ). -noun( 'apse', 'apses', count, _ ). -noun( 'aptitude', 'aptitudes', both, _ ). -noun( 'aptness', '-', mass, _ ). -noun( 'aqualung', 'aqualungs', count, _ ). -noun( 'aquamarine', 'aquamarines', both, _ ). -noun( 'aquanaut', 'aquanauts', count, _ ). -noun( 'aquaplane', 'aquaplanes', count, _ ). -noun( 'aquarium', 'aquariums', count, _ ). -noun( 'aquatint', 'aquatints', both, _ ). -noun( 'aquavit', '-', mass, _ ). -noun( 'aqueduct', 'aqueducts', count, _ ). -noun( 'ar^ete', 'ar^etes', count, _ ). -noun( 'arabesque', 'arabesques', count, _ ). -noun( 'arachnid', 'arachnids', count, _ ). -noun( 'arbiter', 'arbiters', count, _ ). -noun( 'arbitrament', 'arbitraments', both, _ ). -noun( 'arbitration', 'arbitrations', both, _ ). -noun( 'arbitrator', 'arbitrators', count, _ ). -noun( 'arbour', 'arbours', count, _ ). -noun( 'arc', 'arcs', count, _ ). -noun( 'arc-lamp', 'arc-lamps', count, _ ). -noun( 'arc-light', 'arc-lights', count, _ ). -noun( 'arcade', 'arcades', count, _ ). -noun( 'arch', 'arches', count, _ ). -noun( 'archaeologist', 'archaeologists', count, _ ). -noun( 'archaeology', '-', mass, _ ). -noun( 'archaism', 'archaisms', both, _ ). -noun( 'archangel', 'archangels', count, _ ). -noun( 'archbishop', 'archbishops', count, _ ). -noun( 'archbishopric', 'archbishoprics', count, _ ). -noun( 'archdeacon', 'archdeacons', count, _ ). -noun( 'archdeaconry', 'archdeaconries', count, _ ). -noun( 'archdiocese', 'archdioceses', count, _ ). -noun( 'archduke', 'archdukes', count, _ ). -noun( 'archeology', '-', mass, _ ). -noun( 'archer', 'archers', count, _ ). -noun( 'archery', '-', mass, _ ). -noun( 'archetype', 'archetypes', count, _ ). -noun( 'archimandrite', 'archimandrites', count, _ ). -noun( 'archipelago', 'archipelagos', count, _ ). -noun( 'architect', 'architects', count, _ ). -noun( 'architecture', '-', mass, _ ). -noun( 'archivist', 'archivists', count, _ ). -noun( 'archway', 'archways', count, _ ). -noun( 'ardour', 'ardours', both, _ ). -noun( 'are', 'ares', count, _ ). -noun( 'area', 'areas', both, _ ). -noun( 'areca', 'arecas', count, _ ). -noun( 'arena', 'arenas', count, _ ). -noun( 'argent', 'argents', count, _ ). -noun( 'argon', '-', mass, _ ). -noun( 'argosy', 'argosies', count, _ ). -noun( 'argot', '-', mass, _ ). -noun( 'argument', 'arguments', both, _ ). -noun( 'argumentation', '-', mass, _ ). -noun( 'aria', 'arias', count, _ ). -noun( 'aridity', '-', mass, _ ). -noun( 'aristocracy', 'aristocracies', both, _ ). -noun( 'aristocrat', 'aristocrats', count, _ ). -noun( 'arithmetic', '-', mass, _ ). -noun( 'arithmetician', 'arithmeticians', count, _ ). -noun( 'ark', 'arks', count, _ ). -noun( 'arm', 'arms', count, _ ). -noun( 'arm-hole', 'arm-holes', count, _ ). -noun( 'armada', 'armadas', count, _ ). -noun( 'armadillo', 'armadillos', count, _ ). -noun( 'armament', 'armaments', both, _ ). -noun( 'armature', 'armatures', count, _ ). -noun( 'armband', 'armbands', count, _ ). -noun( 'armchair', 'armchairs', count, _ ). -noun( 'armful', 'armfuls', count, _ ). -noun( 'armistice', 'armistices', count, _ ). -noun( 'armlet', 'armlets', count, _ ). -noun( 'armoire', 'armoires', count, _ ). -noun( 'armour', '-', mass, _ ). -noun( 'armour-plate', 'armour-plates', count, _ ). -noun( 'armourer', 'armourers', count, _ ). -noun( 'armoury', 'armouries', count, _ ). -noun( 'armpit', 'armpits', count, _ ). -noun( 'arms-race', '-', count, _ ). -noun( 'arms-runner', 'arms-runners', count, _ ). -noun( 'army', 'armies', count, _ ). -noun( 'arnica', '-', mass, _ ). -noun( 'aroma', 'aromas', count, _ ). -noun( 'arpeggio', 'arpeggios', count, _ ). -noun( 'arquebus', 'arquebuses', count, _ ). -noun( 'arr', '-', proper, _ ). -noun( 'arrack', '-', mass, _ ). -noun( 'arraignment', 'arraignments', count, _ ). -noun( 'arrangement', 'arrangements', both, _ ). -noun( 'arras', 'arrases', count, _ ). -noun( 'array', 'arrays', count, _ ). -noun( 'arrest', 'arrests', count, _ ). -noun( 'arrester', 'arresters', count, _ ). -noun( 'arri`ere pens_ee', 'arri`ere pens_ees', count, _ ). -noun( 'arrival', 'arrivals', both, _ ). -noun( 'arrogance', '-', mass, _ ). -noun( 'arrow', 'arrows', count, _ ). -noun( 'arrowhead', 'arrowheads', count, _ ). -noun( 'arrowroot', '-', mass, _ ). -noun( 'arse', 'arses', count, _ ). -noun( 'arsehole', 'arseholes', count, _ ). -noun( 'arsenal', 'arsenals', count, _ ). -noun( 'arsenic', '-', mass, _ ). -noun( 'arson', '-', mass, _ ). -noun( 'art', 'arts', both, _ ). -noun( 'artefact', 'artefacts', count, _ ). -noun( 'arteriosclerosis', '-', mass, _ ). -noun( 'artery', 'arteries', count, _ ). -noun( 'artfulness', '-', mass, _ ). -noun( 'arthritis', '-', mass, _ ). -noun( 'artichoke', 'artichokes', count, _ ). -noun( 'article', 'articles', count, _ ). -noun( 'articulation', '-', mass, _ ). -noun( 'artifact', 'artifacts', count, _ ). -noun( 'artifice', 'artifices', both, _ ). -noun( 'artificer', 'artificers', count, _ ). -noun( 'artillery', '-', mass, _ ). -noun( 'artisan', 'artisans', count, _ ). -noun( 'artist', 'artists', count, _ ). -noun( 'artiste', 'artistes', count, _ ). -noun( 'artistry', '-', mass, _ ). -noun( 'artlessness', '-', mass, _ ). -noun( 'arum', 'arums', count, _ ). -noun( 'asap', '-', proper, _ ). -noun( 'asbestos', '-', mass, _ ). -noun( 'ascendancy', '-', mass, _ ). -noun( 'ascendant', 'ascendants', count, _ ). -noun( 'ascendency', '-', mass, _ ). -noun( 'ascendent', 'ascendents', count, _ ). -noun( 'ascension', 'ascensions', count, _ ). -noun( 'ascent', 'ascents', count, _ ). -noun( 'ascetic', 'ascetics', count, _ ). -noun( 'asceticism', '-', mass, _ ). -noun( 'ascription', 'ascriptions', count, _ ). -noun( 'asdic', 'asdics', count, _ ). -noun( 'asepsis', '-', mass, _ ). -noun( 'asexuality', '-', mass, _ ). -noun( 'ash', 'ashes', both, _ ). -noun( 'ash-bin', 'ash-bins', count, _ ). -noun( 'ash-can', 'ash-cans', count, _ ). -noun( 'ash-key', 'ash-keys', count, _ ). -noun( 'ash-pan', 'ash-pans', count, _ ). -noun( 'ashtray', 'ashtrays', count, _ ). -noun( 'aside', 'asides', count, _ ). -noun( 'asking', '-', count, _ ). -noun( 'asp', 'asps', count, _ ). -noun( 'asparagus', '-', mass, _ ). -noun( 'aspect', 'aspects', count, _ ). -noun( 'aspen', 'aspens', count, _ ). -noun( 'asperity', 'asperities', both, _ ). -noun( 'aspersion', 'aspersions', count, _ ). -noun( 'asphalt', '-', mass, _ ). -noun( 'asphodel', 'asphodels', count, _ ). -noun( 'asphyxia', '-', mass, _ ). -noun( 'asphyxiation', '-', mass, _ ). -noun( 'aspic', '-', mass, _ ). -noun( 'aspidistra', 'aspidistras', count, _ ). -noun( 'aspirant', 'aspirants', count, _ ). -noun( 'aspirate', 'aspirates', count, _ ). -noun( 'aspiration', 'aspirations', both, _ ). -noun( 'aspirin', 'aspirins', both, _ ). -noun( 'ass', 'asses', count, _ ). -noun( 'assagai', 'assagais', count, _ ). -noun( 'assailant', 'assailants', count, _ ). -noun( 'assassin', 'assassins', count, _ ). -noun( 'assassination', 'assassinations', both, _ ). -noun( 'assault', 'assaults', count, _ ). -noun( 'assay', 'assays', count, _ ). -noun( 'assegai', 'assegais', count, _ ). -noun( 'assemblage', 'assemblages', both, _ ). -noun( 'assembly', 'assemblies', count, _ ). -noun( 'assent', 'assents', count, _ ). -noun( 'assertion', 'assertions', both, _ ). -noun( 'assessment', 'assessments', both, _ ). -noun( 'assessor', 'assessors', count, _ ). -noun( 'asset', 'assets', count, _ ). -noun( 'asseveration', 'asseverations', count, _ ). -noun( 'asshole', 'assholes', count, _ ). -noun( 'assiduity', 'assiduities', both, _ ). -noun( 'assignation', 'assignations', count, _ ). -noun( 'assignment', 'assignments', both, _ ). -noun( 'assimilation', '-', mass, _ ). -noun( 'assistance', '-', mass, _ ). -noun( 'assistant', 'assistants', count, _ ). -noun( 'assize', '-', mass, _ ). -noun( 'assoc', '-', count, _ ). -noun( 'associate', 'associates', count, _ ). -noun( 'association', 'associations', both, _ ). -noun( 'assonance', 'assonances', count, _ ). -noun( 'assortment', 'assortments', count, _ ). -noun( 'asst', '-', count, _ ). -noun( 'assumption', 'assumptions', count, _ ). -noun( 'assurance', 'assurances', both, _ ). -noun( 'assuredness', '-', mass, _ ). -noun( 'aster', 'asters', count, _ ). -noun( 'asterisk', 'asterisks', count, _ ). -noun( 'asteroid', 'asteroids', count, _ ). -noun( 'asthma', '-', mass, _ ). -noun( 'astigmatism', '-', mass, _ ). -noun( 'astonishment', '-', mass, _ ). -noun( 'astrakhan', '-', mass, _ ). -noun( 'astringency', '-', mass, _ ). -noun( 'astringent', 'astringents', count, _ ). -noun( 'astrodome', 'astrodomes', count, _ ). -noun( 'astrolabe', 'astrolabes', count, _ ). -noun( 'astrologer', 'astrologers', count, _ ). -noun( 'astrology', '-', mass, _ ). -noun( 'astronaut', 'astronauts', count, _ ). -noun( 'astronautics', 'astronautics', mass, _ ). -noun( 'astronomer', 'astronomers', count, _ ). -noun( 'astronomy', '-', mass, _ ). -noun( 'astrophysics', 'astrophysics', mass, _ ). -noun( 'astuteness', '-', mass, _ ). -noun( 'asylum', 'asylums', both, _ ). -noun( 'asymmetry', '-', mass, _ ). -noun( 'asymptote', 'asymptotes', count, _ ). -noun( 'at-home', 'at-homes', count, _ ). -noun( 'atabrine', '-', mass, _ ). -noun( 'atavism', 'atavisms', count, _ ). -noun( 'atelier', 'ateliers', count, _ ). -noun( 'atheism', '-', mass, _ ). -noun( 'atheist', 'atheists', count, _ ). -noun( 'athlete', 'athletes', count, _ ). -noun( 'athletics', 'athletics', mass, _ ). -noun( 'atlas', 'atlases', count, _ ). -noun( 'atmosphere', 'atmospheres', both, _ ). -noun( 'atmospherics', 'atmospherics', mass, _ ). -noun( 'atoll', 'atolls', count, _ ). -noun( 'atom', 'atoms', count, _ ). -noun( 'atomizer', 'atomizers', count, _ ). -noun( 'atonality', '-', mass, _ ). -noun( 'atonement', '-', mass, _ ). -noun( 'atrocity', 'atrocities', both, _ ). -noun( 'atrophy', '-', mass, _ ). -noun( 'attach_e', 'attach_es', count, _ ). -noun( 'attachment', 'attachments', both, _ ). -noun( 'attack', 'attacks', both, _ ). -noun( 'attacker', 'attackers', count, _ ). -noun( 'attainder', 'attainders', count, _ ). -noun( 'attainment', 'attainments', both, _ ). -noun( 'attar', '-', mass, _ ). -noun( 'attempt', 'attempts', count, _ ). -noun( 'attendance', 'attendances', both, _ ). -noun( 'attendant', 'attendants', count, _ ). -noun( 'attention', 'attentions', both, _ ). -noun( 'attentiveness', '-', mass, _ ). -noun( 'attenuation', '-', mass, _ ). -noun( 'attic', 'attics', count, _ ). -noun( 'attire', '-', mass, _ ). -noun( 'attitude', 'attitudes', count, _ ). -noun( 'attorney', 'attorneys', count, _ ). -noun( 'attraction', 'attractions', both, _ ). -noun( 'attribute', 'attributes', count, _ ). -noun( 'attribution', 'attributions', both, _ ). -noun( 'attrition', '-', mass, _ ). -noun( 'au pair', 'au pairs', count, _ ). -noun( 'aubergine', 'aubergines', count, _ ). -noun( 'aubrietia', 'aubrietias', count, _ ). -noun( 'auction', 'auctions', both, _ ). -noun( 'auctioneer', 'auctioneers', count, _ ). -noun( 'audacity', '-', mass, _ ). -noun( 'audibility', '-', mass, _ ). -noun( 'audience', 'audiences', count, _ ). -noun( 'audit', 'audits', count, _ ). -noun( 'audition', 'auditions', both, _ ). -noun( 'auditor', 'auditors', count, _ ). -noun( 'auditorium', 'auditoriums', count, _ ). -noun( 'auger', 'augers', count, _ ). -noun( 'aught', '-', mass, _ ). -noun( 'augmentation', 'augmentations', both, _ ). -noun( 'augur', 'augurs', count, _ ). -noun( 'augury', 'auguries', count, _ ). -noun( 'auk', 'auks', count, _ ). -noun( 'auld lang syne', '-', count, _ ). -noun( 'aunt', 'aunts', count, _ ). -noun( 'auntie', 'aunties', count, _ ). -noun( 'aunty', 'aunties', count, _ ). -noun( 'aura', 'auras', count, _ ). -noun( 'aureole', 'aureoles', count, _ ). -noun( 'auricle', 'auricles', count, _ ). -noun( 'aurora', 'auroras', count, _ ). -noun( 'austerity', 'austerities', both, _ ). -noun( 'autarchy', 'autarchies', both, _ ). -noun( 'autarky', '-', mass, _ ). -noun( 'authentication', '-', mass, _ ). -noun( 'authenticity', '-', mass, _ ). -noun( 'author', 'authors', count, _ ). -noun( 'authoress', 'authoresses', count, _ ). -noun( 'authoritarian', 'authoritarians', count, _ ). -noun( 'authoritarianism', '-', mass, _ ). -noun( 'authority', 'authorities', both, _ ). -noun( 'authorization', '-', mass, _ ). -noun( 'authorship', '-', mass, _ ). -noun( 'autism', '-', mass, _ ). -noun( 'auto', 'autos', count, _ ). -noun( 'auto-changer', 'auto-changers', count, _ ). -noun( 'auto-da-f_e', '-', count, _ ). -noun( 'autobahn', 'autobahns', count, _ ). -noun( 'autobiography', 'autobiographies', both, _ ). -noun( 'autocracy', 'autocracies', both, _ ). -noun( 'autocrat', 'autocrats', count, _ ). -noun( 'autogiro', 'autogiros', count, _ ). -noun( 'autograph', 'autographs', count, _ ). -noun( 'autogyro', 'autogyros', count, _ ). -noun( 'automat', 'automats', count, _ ). -noun( 'automatic', 'automatics', count, _ ). -noun( 'automation', '-', mass, _ ). -noun( 'automaton', 'automatons', count, _ ). -noun( 'automobile', 'automobiles', count, _ ). -noun( 'autonomy', 'autonomies', both, _ ). -noun( 'autopsy', 'autopsies', count, _ ). -noun( 'autostrada', 'autostradas', count, _ ). -noun( 'autumn', 'autumns', both, _ ). -noun( 'auxiliary', 'auxiliaries', count, _ ). -noun( 'avail', '-', mass, _ ). -noun( 'availability', '-', mass, _ ). -noun( 'avalanche', 'avalanches', count, _ ). -noun( 'avant-garde', '-', count, _ ). -noun( 'avarice', '-', mass, _ ). -noun( 'avatar', 'avatars', count, _ ). -noun( 'avenger', 'avengers', count, _ ). -noun( 'avenue', 'avenues', count, _ ). -noun( 'average', 'averages', both, _ ). -noun( 'aversion', 'aversions', both, _ ). -noun( 'aviary', 'aviaries', count, _ ). -noun( 'aviation', '-', mass, _ ). -noun( 'aviator', 'aviators', count, _ ). -noun( 'avidity', '-', mass, _ ). -noun( 'avocado', 'avocados', count, _ ). -noun( 'avocation', 'avocations', count, _ ). -noun( 'avoidance', '-', mass, _ ). -noun( 'avoirdupois', '-', mass, _ ). -noun( 'avowal', 'avowals', both, _ ). -noun( 'awakening', 'awakenings', count, _ ). -noun( 'award', 'awards', count, _ ). -noun( 'awareness', '-', mass, _ ). -noun( 'awe', '-', mass, _ ). -noun( 'awkwardness', '-', mass, _ ). -noun( 'awl', 'awls', count, _ ). -noun( 'awning', 'awnings', count, _ ). -noun( 'ax', 'axes', count, _ ). -noun( 'axe', 'axes', count, _ ). -noun( 'axiom', 'axioms', count, _ ). -noun( 'axis', 'axes', count, _ ). -noun( 'axle', 'axles', count, _ ). -noun( 'ayah', 'ayahs', count, _ ). -noun( 'azalea', 'azaleas', count, _ ). -noun( 'azimuth', 'azimuths', count, _ ). -noun( 'azure', 'azures', count, _ ). -noun( 'b', '-', count, _ ). -noun( 'b^ete noire', 'b^etes noires', count, _ ). -noun( 'baa', 'baas', count, _ ). -noun( 'baa-lamb', 'baa-lambs', count, _ ). -noun( 'baas', '-', count, _ ). -noun( 'babble', '-', mass, _ ). -noun( 'babbler', 'babblers', count, _ ). -noun( 'babe', 'babes', count, _ ). -noun( 'babel', 'babels', count, _ ). -noun( 'baboo', 'baboos', count, _ ). -noun( 'baboon', 'baboons', count, _ ). -noun( 'babu', 'babus', count, _ ). -noun( 'baby', 'babies', count, _ ). -noun( 'baby-farmer', 'baby-farmers', count, _ ). -noun( 'baby-minder', 'baby-minders', count, _ ). -noun( 'baby-talk', '-', mass, _ ). -noun( 'babyhood', '-', count, _ ). -noun( 'babysitter', 'babysitters', count, _ ). -noun( 'babysitting', '-', mass, _ ). -noun( 'baccalaureate', 'baccalaureates', count, _ ). -noun( 'baccarat', '-', mass, _ ). -noun( 'bacchanal', 'bacchanals', count, _ ). -noun( 'baccy', '-', mass, _ ). -noun( 'bachelor', 'bachelors', count, _ ). -noun( 'bacillus', 'bacilli', count, _ ). -noun( 'back', 'backs', count, _ ). -noun( 'back-down', 'back-downs', count, _ ). -noun( 'back-formation', 'back-formations', both, _ ). -noun( 'back-up', 'back-ups', count, _ ). -noun( 'backache', 'backaches', both, _ ). -noun( 'backband', 'backbands', count, _ ). -noun( 'backbench', 'backbenches', count, _ ). -noun( 'backbencher', 'backbenchers', count, _ ). -noun( 'backbiter', 'backbiters', count, _ ). -noun( 'backboard', 'backboards', count, _ ). -noun( 'backbone', 'backbones', both, _ ). -noun( 'backchat', '-', mass, _ ). -noun( 'backcloth', 'backcloths', count, _ ). -noun( 'backdoor', 'backdoors', count, _ ). -noun( 'backdrop', 'backdrops', count, _ ). -noun( 'backer', 'backers', count, _ ). -noun( 'backfire', 'backfires', count, _ ). -noun( 'backgammon', '-', mass, _ ). -noun( 'background', 'backgrounds', count, _ ). -noun( 'backing', 'backings', both, _ ). -noun( 'backlash', '-', mass, _ ). -noun( 'backlog', 'backlogs', count, _ ). -noun( 'backroom', 'backrooms', count, _ ). -noun( 'backscratcher', 'backscratchers', count, _ ). -noun( 'backseat', 'backseats', count, _ ). -noun( 'backsheesh', 'backsheesh', both, _ ). -noun( 'backside', 'backsides', count, _ ). -noun( 'backstroke', 'backstrokes', both, _ ). -noun( 'backsword', 'backswords', count, _ ). -noun( 'backtalk', '-', mass, _ ). -noun( 'backwash', '-', mass, _ ). -noun( 'backwater', 'backwaters', count, _ ). -noun( 'backwoodsman', 'backwoodsmen', count, _ ). -noun( 'bacon', '-', mass, _ ). -noun( 'bacteriologist', 'bacteriologists', count, _ ). -noun( 'bacteriology', '-', mass, _ ). -noun( 'bacterium', 'bacteria', count, _ ). -noun( 'bad', '-', mass, _ ). -noun( 'badge', 'badges', count, _ ). -noun( 'badger', 'badgers', count, _ ). -noun( 'badinage', '-', mass, _ ). -noun( 'badminton', '-', mass, _ ). -noun( 'badness', '-', mass, _ ). -noun( 'baffle', 'baffles', count, _ ). -noun( 'bag', 'bags', count, _ ). -noun( 'bagatelle', 'bagatelles', both, _ ). -noun( 'baggage', '-', mass, _ ). -noun( 'bagnio', 'bagnios', count, _ ). -noun( 'bagpipe', 'bagpipes', count, _ ). -noun( 'bail', 'bails', both, _ ). -noun( 'bailee', 'bailees', count, _ ). -noun( 'bailey', 'baileys', count, _ ). -noun( 'bailiff', 'bailiffs', count, _ ). -noun( 'bailment', 'bailments', count, _ ). -noun( 'bailor', 'bailors', count, _ ). -noun( 'bairn', 'bairns', count, _ ). -noun( 'bait', 'baits', count, _ ). -noun( 'baize', '-', mass, _ ). -noun( 'bakelite', '-', mass, _ ). -noun( 'baker', 'bakers', count, _ ). -noun( 'bakery', 'bakeries', count, _ ). -noun( 'baking-powder', 'baking-powders', count, _ ). -noun( 'baksheesh', 'baksheesh', both, _ ). -noun( 'balaclava', 'balaclavas', count, _ ). -noun( 'balalaika', 'balalaikas', count, _ ). -noun( 'balance', 'balances', both, _ ). -noun( 'balance-sheet', 'balance-sheets', count, _ ). -noun( 'balance-wheel', 'balance-wheels', count, _ ). -noun( 'balcony', 'balconies', count, _ ). -noun( 'bald-head', 'bald-heads', count, _ ). -noun( 'bald-pate', 'bald-pates', count, _ ). -noun( 'balderdash', '-', mass, _ ). -noun( 'baldness', '-', mass, _ ). -noun( 'baldric', 'baldrics', count, _ ). -noun( 'bale', 'bales', count, _ ). -noun( 'balk', 'balks', count, _ ). -noun( 'ball', 'balls', count, _ ). -noun( 'ball-cartridge', 'ball-cartridges', count, _ ). -noun( 'ball-dress', 'ball-dresses', count, _ ). -noun( 'ballad', 'ballads', count, _ ). -noun( 'ballade', 'ballades', count, _ ). -noun( 'ballast', '-', mass, _ ). -noun( 'ballbearing', 'ballbearings', count, _ ). -noun( 'ballcock', 'ballcocks', count, _ ). -noun( 'ballerina', 'ballerinas', count, _ ). -noun( 'ballet', 'ballets', both, _ ). -noun( 'ballet-dancer', 'ballet-dancers', count, _ ). -noun( 'ballet-skirt', 'ballet-skirts', count, _ ). -noun( 'ballistics', 'ballistics', mass, _ ). -noun( 'ballock', 'ballocks', count, _ ). -noun( 'balloon', 'balloons', count, _ ). -noun( 'balloonist', 'balloonists', count, _ ). -noun( 'ballot', 'ballots', both, _ ). -noun( 'ballot-box', 'ballot-boxes', count, _ ). -noun( 'ballpen', 'ballpens', count, _ ). -noun( 'ballpoint', 'ballpoints', count, _ ). -noun( 'ballpoint-pen', 'ballpoint-pens', count, _ ). -noun( 'ballroom', 'ballrooms', count, _ ). -noun( 'balls-up', 'balls-ups', count, _ ). -noun( 'ballyhoo', '-', mass, _ ). -noun( 'balm', '-', mass, _ ). -noun( 'baloney', '-', mass, _ ). -noun( 'balsa', 'balsas', both, _ ). -noun( 'balsam', 'balsams', count, _ ). -noun( 'baluster', 'balusters', count, _ ). -noun( 'balustrade', 'balustrades', count, _ ). -noun( 'bambino', 'bambinos', count, _ ). -noun( 'bamboo', 'bamboos', both, _ ). -noun( 'ban', 'bans', count, _ ). -noun( 'banality', 'banalities', both, _ ). -noun( 'banana', 'bananas', count, _ ). -noun( 'band', 'bands', count, _ ). -noun( 'band-saw', 'band-saws', count, _ ). -noun( 'bandage', 'bandages', count, _ ). -noun( 'bandanna', 'bandannas', count, _ ). -noun( 'bandbox', 'bandboxes', count, _ ). -noun( 'bandeau', 'bandeaux', count, _ ). -noun( 'bandit', 'bandits', count, _ ). -noun( 'banditry', '-', mass, _ ). -noun( 'bandleader', 'bandleaders', count, _ ). -noun( 'bandmaster', 'bandmasters', count, _ ). -noun( 'bandoleer', 'bandoleers', count, _ ). -noun( 'bandolier', 'bandoliers', count, _ ). -noun( 'bandsman', 'bandsmen', count, _ ). -noun( 'bandstand', 'bandstands', count, _ ). -noun( 'bandwagon', 'bandwagons', count, _ ). -noun( 'bane', '-', mass, _ ). -noun( 'bang', 'bangs', both, _ ). -noun( 'banger', 'bangers', count, _ ). -noun( 'bangle', 'bangles', count, _ ). -noun( 'banian', 'banians', count, _ ). -noun( 'banian-tree', 'banian-trees', count, _ ). -noun( 'banishment', '-', mass, _ ). -noun( 'banister', 'banisters', count, _ ). -noun( 'banjo', 'banjos', count, _ ). -noun( 'bank', 'banks', count, _ ). -noun( 'bank-bill', 'bank-bills', count, _ ). -noun( 'bank-book', 'bank-books', count, _ ). -noun( 'bank-draft', 'bank-drafts', count, _ ). -noun( 'bank-rate', 'bank-rates', count, _ ). -noun( 'banker', 'bankers', count, _ ). -noun( 'banking', '-', mass, _ ). -noun( 'banknote', 'banknotes', count, _ ). -noun( 'bankroll', 'bankrolls', count, _ ). -noun( 'bankrupt', 'bankrupts', count, _ ). -noun( 'bankruptcy', 'bankruptcies', both, _ ). -noun( 'banner', 'banners', count, _ ). -noun( 'banning-order', 'banning-orders', count, _ ). -noun( 'bannister', 'bannisters', count, _ ). -noun( 'bannock', 'bannocks', count, _ ). -noun( 'banquet', 'banquets', count, _ ). -noun( 'banshee', 'banshees', count, _ ). -noun( 'bantam', 'bantams', count, _ ). -noun( 'banter', '-', mass, _ ). -noun( 'banting', '-', mass, _ ). -noun( 'banyan', 'banyans', count, _ ). -noun( 'baobab', 'baobabs', count, _ ). -noun( 'baptism', 'baptisms', both, _ ). -noun( 'bar', 'bars', count, _ ). -noun( 'barb', 'barbs', count, _ ). -noun( 'barbarian', 'barbarians', count, _ ). -noun( 'barbarism', 'barbarisms', both, _ ). -noun( 'barbarity', 'barbarities', both, _ ). -noun( 'barbecue', 'barbecues', count, _ ). -noun( 'barbel', 'barbels', count, _ ). -noun( 'barber', 'barbers', count, _ ). -noun( 'barbican', 'barbicans', count, _ ). -noun( 'barbitone', '-', mass, _ ). -noun( 'barbiturate', 'barbiturates', both, _ ). -noun( 'barcarole', 'barcaroles', count, _ ). -noun( 'barcarolle', 'barcarolles', count, _ ). -noun( 'bard', 'bards', count, _ ). -noun( 'bardolatry', '-', mass, _ ). -noun( 'bareness', '-', mass, _ ). -noun( 'bargain', 'bargains', count, _ ). -noun( 'barge', 'barges', count, _ ). -noun( 'bargee', 'bargees', count, _ ). -noun( 'bargepole', 'bargepoles', count, _ ). -noun( 'baritone', 'baritones', count, _ ). -noun( 'barium', '-', mass, _ ). -noun( 'bark', 'barks', both, _ ). -noun( 'barker', 'barkers', count, _ ). -noun( 'barley', '-', mass, _ ). -noun( 'barley-sugar', 'barley-sugars', both, _ ). -noun( 'barley-water', '-', mass, _ ). -noun( 'barleycorn', 'barleycorns', both, _ ). -noun( 'barm', '-', mass, _ ). -noun( 'barmaid', 'barmaids', count, _ ). -noun( 'barman', 'barmen', count, _ ). -noun( 'barn', 'barns', count, _ ). -noun( 'barn-door', 'barn-doors', count, _ ). -noun( 'barnacle', 'barnacles', count, _ ). -noun( 'barnstormer', 'barnstormers', count, _ ). -noun( 'barnyard', 'barnyards', count, _ ). -noun( 'barometer', 'barometers', count, _ ). -noun( 'baron', 'barons', count, _ ). -noun( 'baronage', 'baronages', count, _ ). -noun( 'baroness', 'baronesses', count, _ ). -noun( 'baronet', 'baronets', count, _ ). -noun( 'baronetcy', 'baronetcies', count, _ ). -noun( 'barony', 'baronies', count, _ ). -noun( 'baroque', '-', count, _ ). -noun( 'barouche', 'barouches', count, _ ). -noun( 'barque', 'barques', count, _ ). -noun( 'barrack', 'barracks', count, _ ). -noun( 'barracking', '-', mass, _ ). -noun( 'barracuda', 'barracudas', count, _ ). -noun( 'barrage', 'barrages', count, _ ). -noun( 'barrel', 'barrels', count, _ ). -noun( 'barrenness', '-', mass, _ ). -noun( 'barricade', 'barricades', count, _ ). -noun( 'barrier', 'barriers', count, _ ). -noun( 'barrister', 'barristers', count, _ ). -noun( 'barrow', 'barrows', count, _ ). -noun( 'barrow-boy', 'barrow-boys', count, _ ). -noun( 'barrow-man', 'barrow-men', count, _ ). -noun( 'bartender', 'bartenders', count, _ ). -noun( 'barter', '-', mass, _ ). -noun( 'barterer', 'barterers', count, _ ). -noun( 'bas-relief', 'bas-reliefs', both, _ ). -noun( 'basalt', '-', mass, _ ). -noun( 'bascule', 'bascules', count, _ ). -noun( 'base', 'bases', count, _ ). -noun( 'baseball', 'baseballs', both, _ ). -noun( 'baseboard', 'baseboards', count, _ ). -noun( 'basement', 'basements', count, _ ). -noun( 'bash', 'bashes', count, _ ). -noun( 'basil', '-', mass, _ ). -noun( 'basilica', 'basilicas', count, _ ). -noun( 'basilisk', 'basilisks', count, _ ). -noun( 'basin', 'basins', count, _ ). -noun( 'basis', 'bases', count, _ ). -noun( 'basket', 'baskets', count, _ ). -noun( 'basketball', 'basketballs', both, _ ). -noun( 'basketry', '-', mass, _ ). -noun( 'bass', 'bass', count, _ ). -noun( 'bass', 'basses', count, _ ). -noun( 'bassinet', 'bassinets', count, _ ). -noun( 'bassoon', 'bassoons', count, _ ). -noun( 'bast', '-', mass, _ ). -noun( 'bastard', 'bastards', count, _ ). -noun( 'bastardy', 'bastardies', count, _ ). -noun( 'bastinado', '-', count, _ ). -noun( 'bastion', 'bastions', count, _ ). -noun( 'bat', 'bats', count, _ ). -noun( 'batch', 'batches', count, _ ). -noun( 'bath', 'baths', count, _ ). -noun( 'bathe', 'bathes', count, _ ). -noun( 'bather', 'bathers', count, _ ). -noun( 'bathing', 'bathings', count, _ ). -noun( 'bathing-cap', 'bathing-caps', count, _ ). -noun( 'bathing-costume', 'bathing-costumes', count, _ ). -noun( 'bathing-machine', 'bathing-machines', count, _ ). -noun( 'bathing-suit', 'bathing-suits', count, _ ). -noun( 'bathos', '-', mass, _ ). -noun( 'bathrobe', 'bathrobes', count, _ ). -noun( 'bathroom', 'bathrooms', count, _ ). -noun( 'bathtub', 'bathtubs', count, _ ). -noun( 'bathysphere', 'bathyspheres', count, _ ). -noun( 'batik', 'batiks', both, _ ). -noun( 'batiste', '-', mass, _ ). -noun( 'batman', 'batmen', count, _ ). -noun( 'baton', 'batons', count, _ ). -noun( 'batsman', 'batsmen', count, _ ). -noun( 'battalion', 'battalions', count, _ ). -noun( 'batten', 'battens', count, _ ). -noun( 'batter', '-', mass, _ ). -noun( 'battery', 'batteries', count, _ ). -noun( 'batting', '-', mass, _ ). -noun( 'battle', 'battles', both, _ ). -noun( 'battle-axe', 'battle-axes', count, _ ). -noun( 'battle-cruiser', 'battle-cruisers', count, _ ). -noun( 'battledore', 'battledores', count, _ ). -noun( 'battledress', '-', count, _ ). -noun( 'battlefield', 'battlefields', count, _ ). -noun( 'battleground', 'battlegrounds', count, _ ). -noun( 'battleship', 'battleships', count, _ ). -noun( 'battue', 'battues', count, _ ). -noun( 'bauble', 'baubles', count, _ ). -noun( 'baulk', 'baulks', count, _ ). -noun( 'bauxite', '-', mass, _ ). -noun( 'bawbee', 'bawbees', count, _ ). -noun( 'bawd', 'bawds', count, _ ). -noun( 'bawdy', '-', mass, _ ). -noun( 'bay', 'bays', count, _ ). -noun( 'bay-wreath', 'bay-wreaths', count, _ ). -noun( 'bayonet', 'bayonets', count, _ ). -noun( 'bayou', 'bayous', count, _ ). -noun( 'bazaar', 'bazaars', count, _ ). -noun( 'bazooka', 'bazookas', count, _ ). -noun( 'beach', 'beaches', count, _ ). -noun( 'beachcomber', 'beachcombers', count, _ ). -noun( 'beachhead', 'beachheads', count, _ ). -noun( 'beachwear', '-', mass, _ ). -noun( 'beacon', 'beacons', count, _ ). -noun( 'beacon-fire', 'beacon-fires', count, _ ). -noun( 'beacon-light', 'beacon-lights', count, _ ). -noun( 'bead', 'beads', count, _ ). -noun( 'beading', '-', mass, _ ). -noun( 'beadle', 'beadles', count, _ ). -noun( 'beagle', 'beagles', count, _ ). -noun( 'beagling', '-', mass, _ ). -noun( 'beak', 'beaks', count, _ ). -noun( 'beaker', 'beakers', count, _ ). -noun( 'beam', 'beams', count, _ ). -noun( 'bean', 'beans', count, _ ). -noun( 'beanfeast', 'beanfeasts', count, _ ). -noun( 'beano', 'beanos', count, _ ). -noun( 'beanstalk', 'beanstalks', count, _ ). -noun( 'bear', 'bears', count, _ ). -noun( 'beard', 'beards', count, _ ). -noun( 'bearer', 'bearers', count, _ ). -noun( 'bearing', 'bearings', both, _ ). -noun( 'bearskin', 'bearskins', count, _ ). -noun( 'beast', 'beasts', count, _ ). -noun( 'beastliness', '-', mass, _ ). -noun( 'beat', 'beats', count, _ ). -noun( 'beater', 'beaters', count, _ ). -noun( 'beatification', 'beatifications', count, _ ). -noun( 'beating', 'beatings', count, _ ). -noun( 'beatitude', 'beatitudes', both, _ ). -noun( 'beatnik', 'beatniks', count, _ ). -noun( 'beau', 'beaux', count, _ ). -noun( 'beautician', 'beauticians', count, _ ). -noun( 'beauty', 'beauties', both, _ ). -noun( 'beauty-parlour', 'beauty-parlours', count, _ ). -noun( 'beauty-salon', 'beauty-salons', count, _ ). -noun( 'beauty-sleep', '-', mass, _ ). -noun( 'beauty-spot', 'beauty-spots', count, _ ). -noun( 'beaver', 'beavers', both, _ ). -noun( 'beck', 'becks', count, _ ). -noun( 'bed', 'beds', count, _ ). -noun( 'bedbug', 'bedbugs', count, _ ). -noun( 'bedding', '-', mass, _ ). -noun( 'bedevilment', 'bedevilments', count, _ ). -noun( 'bedfellow', 'bedfellows', count, _ ). -noun( 'bedlam', 'bedlams', count, _ ). -noun( 'bedpan', 'bedpans', count, _ ). -noun( 'bedpost', 'bedposts', count, _ ). -noun( 'bedrock', 'bedrocks', count, _ ). -noun( 'bedroll', 'bedrolls', count, _ ). -noun( 'bedroom', 'bedrooms', count, _ ). -noun( 'bedside', 'bedsides', count, _ ). -noun( 'bedsit', 'bedsits', count, _ ). -noun( 'bedsitter', 'bedsitters', count, _ ). -noun( 'bedsitting-room', 'bedsitting-rooms', count, _ ). -noun( 'bedsore', 'bedsores', count, _ ). -noun( 'bedspread', 'bedspreads', count, _ ). -noun( 'bedstead', 'bedsteads', count, _ ). -noun( 'bedtime', 'bedtimes', count, _ ). -noun( 'bee', 'bees', count, _ ). -noun( 'beech', 'beeches', both, _ ). -noun( 'beef', '-', both, _ ). -noun( 'beefeater', 'beefeaters', count, _ ). -noun( 'beefsteak', 'beefsteaks', count, _ ). -noun( 'beehive', 'beehives', count, _ ). -noun( 'beep', 'beeps', count, _ ). -noun( 'beer', 'beers', both, _ ). -noun( 'beeswax', '-', mass, _ ). -noun( 'beet', 'beets', count, _ ). -noun( 'beetle', 'beetles', count, _ ). -noun( 'beetroot', 'beetroots', count, _ ). -noun( 'begetter', 'begetters', count, _ ). -noun( 'beggar', 'beggars', count, _ ). -noun( 'beggarman', 'beggarmen', count, _ ). -noun( 'beggarwoman', 'beggarwomen', count, _ ). -noun( 'beggary', '-', mass, _ ). -noun( 'beginner', 'beginners', count, _ ). -noun( 'beginning', 'beginnings', count, _ ). -noun( 'begonia', 'begonias', count, _ ). -noun( 'begum', 'begums', count, _ ). -noun( 'behalf', 'behalves', count, _ ). -noun( 'behaviour', '-', mass, _ ). -noun( 'behaviourism', '-', mass, _ ). -noun( 'behaviourist', 'behaviourists', count, _ ). -noun( 'behest', 'behests', count, _ ). -noun( 'behind', 'behinds', count, _ ). -noun( 'beholder', 'beholders', count, _ ). -noun( 'beige', '-', mass, _ ). -noun( 'being', 'beings', both, _ ). -noun( 'belay', 'belays', count, _ ). -noun( 'belaying-pin', 'belaying-pins', count, _ ). -noun( 'belch', 'belches', count, _ ). -noun( 'beldam', 'beldams', count, _ ). -noun( 'beldame', 'beldames', count, _ ). -noun( 'belfry', 'belfries', count, _ ). -noun( 'belief', 'beliefs', both, _ ). -noun( 'believer', 'believers', count, _ ). -noun( 'believing', '-', mass, _ ). -noun( 'bell', 'bells', count, _ ). -noun( 'bell-buoy', 'bell-buoys', count, _ ). -noun( 'bell-flower', 'bell-flowers', count, _ ). -noun( 'bell-founder', 'bell-founders', count, _ ). -noun( 'bell-foundry', 'bell-foundries', count, _ ). -noun( 'bell-metal', '-', mass, _ ). -noun( 'bell-push', 'bell-pushes', count, _ ). -noun( 'bell-ringer', 'bell-ringers', count, _ ). -noun( 'bell-tent', 'bell-tents', count, _ ). -noun( 'belladonna', 'belladonnas', both, _ ). -noun( 'bellboy', 'bellboys', count, _ ). -noun( 'belle', 'belles', count, _ ). -noun( 'bellhop', 'bellhops', count, _ ). -noun( 'belligerency', '-', mass, _ ). -noun( 'belligerent', 'belligerents', count, _ ). -noun( 'bellwether', 'bellwethers', count, _ ). -noun( 'belly', 'bellies', count, _ ). -noun( 'bellyache', 'bellyaches', count, _ ). -noun( 'bellyflop', 'bellyflops', count, _ ). -noun( 'bellyful', 'bellyfuls', count, _ ). -noun( 'bellylaugh', 'bellylaughs', count, _ ). -noun( 'beloved', 'beloveds', count, _ ). -noun( 'belt', 'belts', count, _ ). -noun( 'belting', 'beltings', count, _ ). -noun( 'ben', 'bens', count, _ ). -noun( 'bench', 'benches', count, _ ). -noun( 'bend', 'bends', count, _ ). -noun( 'benedick', 'benedicks', count, _ ). -noun( 'benediction', 'benedictions', count, _ ). -noun( 'benefaction', 'benefactions', both, _ ). -noun( 'benefactor', 'benefactors', count, _ ). -noun( 'benefactress', 'benefactresses', count, _ ). -noun( 'benefice', 'benefices', count, _ ). -noun( 'beneficence', '-', mass, _ ). -noun( 'beneficiary', 'beneficiaries', count, _ ). -noun( 'benefit', 'benefits', both, _ ). -noun( 'benevolence', '-', mass, _ ). -noun( 'benignity', 'benignities', both, _ ). -noun( 'benison', 'benisons', count, _ ). -noun( 'bent', 'bents', count, _ ). -noun( 'benzene', '-', mass, _ ). -noun( 'benzine', '-', mass, _ ). -noun( 'benzol', '-', mass, _ ). -noun( 'bequest', 'bequests', both, _ ). -noun( 'bereavement', 'bereavements', both, _ ). -noun( 'beret', 'berets', count, _ ). -noun( 'berg', 'bergs', count, _ ). -noun( 'beri-beri', '-', mass, _ ). -noun( 'berry', 'berries', count, _ ). -noun( 'berth', 'berths', count, _ ). -noun( 'beryl', 'beryls', count, _ ). -noun( 'besieger', 'besiegers', count, _ ). -noun( 'besom', 'besoms', count, _ ). -noun( 'best-seller', 'best-sellers', count, _ ). -noun( 'bestiality', 'bestialities', both, _ ). -noun( 'bestiary', 'bestiaries', count, _ ). -noun( 'bestowal', 'bestowals', count, _ ). -noun( 'bet', 'bets', count, _ ). -noun( 'beta', 'betas', count, _ ). -noun( 'betel', 'betels', count, _ ). -noun( 'betel-nut', 'betel-nuts', count, _ ). -noun( 'bethel', 'bethels', count, _ ). -noun( 'betrayal', 'betrayals', both, _ ). -noun( 'betrayer', 'betrayers', count, _ ). -noun( 'betrothal', 'betrothals', count, _ ). -noun( 'betrothed', 'betrotheds', count, _ ). -noun( 'better', 'betters', count, _ ). -noun( 'betterment', '-', mass, _ ). -noun( 'bettor', 'bettors', count, _ ). -noun( 'bevel', 'bevels', count, _ ). -noun( 'beverage', 'beverages', count, _ ). -noun( 'bevy', 'bevies', count, _ ). -noun( 'bewilderment', '-', mass, _ ). -noun( 'bey', 'beys', count, _ ). -noun( 'bezique', '-', mass, _ ). -noun( 'bhang', 'bhangs', count, _ ). -noun( 'bias', 'biases', count, _ ). -noun( 'bib', 'bibs', count, _ ). -noun( 'bibliographer', 'bibliographers', count, _ ). -noun( 'bibliography', 'bibliographies', both, _ ). -noun( 'bibliophile', 'bibliophiles', count, _ ). -noun( 'bicarbonate', '-', mass, _ ). -noun( 'bicentenary', 'bicentenaries', count, _ ). -noun( 'bicentennial', 'bicentennials', count, _ ). -noun( 'biceps', 'biceps', count, _ ). -noun( 'bicycle', 'bicycles', count, _ ). -noun( 'bid', 'bids', count, _ ). -noun( 'bidder', 'bidders', count, _ ). -noun( 'bidding', '-', mass, _ ). -noun( 'bidet', 'bidets', count, _ ). -noun( 'biennial', 'biennials', count, _ ). -noun( 'bier', 'biers', count, _ ). -noun( 'biff', 'biffs', count, _ ). -noun( 'bifurcation', 'bifurcations', count, _ ). -noun( 'bigamist', 'bigamists', count, _ ). -noun( 'bigamy', '-', mass, _ ). -noun( 'bight', 'bights', count, _ ). -noun( 'bigot', 'bigots', count, _ ). -noun( 'bigotry', 'bigotries', both, _ ). -noun( 'bigwig', 'bigwigs', count, _ ). -noun( 'bijou', '-', count, _ ). -noun( 'bike', 'bikes', count, _ ). -noun( 'bikini', 'bikinis', count, _ ). -noun( 'bilabial', 'bilabials', count, _ ). -noun( 'bilateralism', 'bilateralisms', both, _ ). -noun( 'bilberry', 'bilberries', count, _ ). -noun( 'bile', '-', mass, _ ). -noun( 'bile-duct', 'bile-ducts', count, _ ). -noun( 'bilge', '-', mass, _ ). -noun( 'bilge-water', '-', mass, _ ). -noun( 'bilharzia', '-', mass, _ ). -noun( 'bilingual', 'bilinguals', count, _ ). -noun( 'biliousness', '-', mass, _ ). -noun( 'bill', 'bills', count, _ ). -noun( 'bill-poster', 'bill-posters', count, _ ). -noun( 'bill-sticker', 'bill-stickers', count, _ ). -noun( 'billboard', 'billboards', count, _ ). -noun( 'billet', 'billets', count, _ ). -noun( 'billet-doux', 'billets-doux', count, _ ). -noun( 'billfold', 'billfolds', count, _ ). -noun( 'billhook', 'billhooks', count, _ ). -noun( 'billiard-marker', 'billiard-markers', count, _ ). -noun( 'billiard-player', 'billiard-players', count, _ ). -noun( 'billiard-room', 'billiard-rooms', count, _ ). -noun( 'billiard-table', 'billiard-tables', count, _ ). -noun( 'billiards', 'billiards', mass, _ ). -noun( 'billingsgate', '-', mass, _ ). -noun( 'billion', 'billions', count, _ ). -noun( 'billionth', 'billionths', count, _ ). -noun( 'billow', 'billows', count, _ ). -noun( 'billy', 'billies', count, _ ). -noun( 'billy-goat', 'billy-goats', count, _ ). -noun( 'billy-ho', '-', count, _ ). -noun( 'billy-o', '-', mass, _ ). -noun( 'biltong', '-', mass, _ ). -noun( 'bimetallism', '-', mass, _ ). -noun( 'bin', 'bins', count, _ ). -noun( 'bind', 'binds', both, _ ). -noun( 'binder', 'binders', count, _ ). -noun( 'bindery', 'binderies', count, _ ). -noun( 'bindweed', '-', mass, _ ). -noun( 'bine', 'bines', count, _ ). -noun( 'binge', 'binges', count, _ ). -noun( 'bingo', '-', mass, _ ). -noun( 'binnacle', 'binnacles', count, _ ). -noun( 'biochemistry', '-', mass, _ ). -noun( 'biograph', 'biographs', count, _ ). -noun( 'biographer', 'biographers', count, _ ). -noun( 'biography', 'biographies', both, _ ). -noun( 'biologist', 'biologists', count, _ ). -noun( 'biology', '-', mass, _ ). -noun( 'bioscope', 'bioscopes', count, _ ). -noun( 'biped', 'bipeds', count, _ ). -noun( 'biplane', 'biplanes', count, _ ). -noun( 'birch', 'birches', both, _ ). -noun( 'birch-rod', 'birch-rods', count, _ ). -noun( 'bird', 'birds', count, _ ). -noun( 'bird-fancier', 'bird-fanciers', count, _ ). -noun( 'birdcage', 'birdcages', count, _ ). -noun( 'birdlime', 'birdlimes', count, _ ). -noun( 'birdnesting', '-', mass, _ ). -noun( 'birdwatcher', 'birdwatchers', count, _ ). -noun( 'biretta', 'birettas', count, _ ). -noun( 'biro', 'biros', count, _ ). -noun( 'birth', 'births', both, _ ). -noun( 'birth-control', '-', mass, _ ). -noun( 'birthday', 'birthdays', count, _ ). -noun( 'birthmark', 'birthmarks', count, _ ). -noun( 'birthplace', 'birthplaces', count, _ ). -noun( 'birthrate', 'birthrates', count, _ ). -noun( 'birthright', 'birthrights', count, _ ). -noun( 'biscuit', 'biscuits', count, _ ). -noun( 'bisection', '-', mass, _ ). -noun( 'bisexual', 'bisexuals', count, _ ). -noun( 'bisexuality', '-', mass, _ ). -noun( 'bishop', 'bishops', count, _ ). -noun( 'bishopric', 'bishoprics', count, _ ). -noun( 'bismuth', '-', mass, _ ). -noun( 'bison', 'bison', count, _ ). -noun( 'bistro', 'bistros', count, _ ). -noun( 'bit', 'bits', count, _ ). -noun( 'bitch', 'bitches', count, _ ). -noun( 'bite', 'bites', both, _ ). -noun( 'bitter', 'bitters', both, _ ). -noun( 'bittern', 'bitterns', count, _ ). -noun( 'bitterness', '-', mass, _ ). -noun( 'bitumen', '-', mass, _ ). -noun( 'bivalve', 'bivalves', count, _ ). -noun( 'bivouac', 'bivouacs', count, _ ). -noun( 'biz', '-', mass, _ ). -noun( 'blabbermouth', 'blabbermouths', count, _ ). -noun( 'black', 'blacks', both, _ ). -noun( 'black-beetle', 'black-beetles', count, _ ). -noun( 'black-lead', '-', mass, _ ). -noun( 'blackamoor', 'blackamoors', count, _ ). -noun( 'blackberry', 'blackberries', count, _ ). -noun( 'blackbird', 'blackbirds', count, _ ). -noun( 'blackboard', 'blackboards', count, _ ). -noun( 'blackcurrant', 'blackcurrants', count, _ ). -noun( 'blackguard', 'blackguards', count, _ ). -noun( 'blackhead', 'blackheads', count, _ ). -noun( 'blacking', '-', mass, _ ). -noun( 'blackleg', 'blacklegs', count, _ ). -noun( 'blacklist', 'blacklists', count, _ ). -noun( 'blackmail', '-', mass, _ ). -noun( 'blackmailer', 'blackmailers', count, _ ). -noun( 'blackness', '-', mass, _ ). -noun( 'blackout', 'blackouts', count, _ ). -noun( 'blacksmith', 'blacksmiths', count, _ ). -noun( 'blackthorn', 'blackthorns', count, _ ). -noun( 'bladder', 'bladders', count, _ ). -noun( 'blade', 'blades', count, _ ). -noun( 'blaeberry', 'blaeberries', count, _ ). -noun( 'blah', '-', mass, _ ). -noun( 'blame', '-', mass, _ ). -noun( 'blancmange', 'blancmanges', both, _ ). -noun( 'blandishment', 'blandishments', count, _ ). -noun( 'blandness', '-', mass, _ ). -noun( 'blank', 'blanks', both, _ ). -noun( 'blanket', 'blankets', count, _ ). -noun( 'blare', '-', mass, _ ). -noun( 'blarney', '-', mass, _ ). -noun( 'blasphemer', 'blasphemers', count, _ ). -noun( 'blasphemy', 'blasphemies', both, _ ). -noun( 'blast', 'blasts', both, _ ). -noun( 'blast-furnace', 'blast-furnaces', count, _ ). -noun( 'blast-off', 'blast-offs', count, _ ). -noun( 'blather', 'blathers', both, _ ). -noun( 'blaze', 'blazes', count, _ ). -noun( 'blazer', 'blazers', count, _ ). -noun( 'blazon', 'blazons', count, _ ). -noun( 'blazonry', 'blazonries', count, _ ). -noun( 'bleach', 'bleaches', count, _ ). -noun( 'bleaching-powder', 'bleaching-powders', count, _ ). -noun( 'bleat', 'bleats', count, _ ). -noun( 'bleep', 'bleeps', count, _ ). -noun( 'blemish', 'blemishes', both, _ ). -noun( 'blend', 'blends', count, _ ). -noun( 'blessedness', '-', mass, _ ). -noun( 'blessing', 'blessings', count, _ ). -noun( 'blether', '-', mass, _ ). -noun( 'blight', 'blights', both, _ ). -noun( 'blighter', 'blighters', count, _ ). -noun( 'blimp', 'blimps', count, _ ). -noun( 'blind', 'blinds', count, _ ). -noun( 'blindfold', 'blindfolds', count, _ ). -noun( 'blindman\'s buff', '-', mass, _ ). -noun( 'blindness', '-', mass, _ ). -noun( 'blink', 'blinks', count, _ ). -noun( 'blip', 'blips', count, _ ). -noun( 'bliss', '-', mass, _ ). -noun( 'blister', 'blisters', count, _ ). -noun( 'blitz', 'blitzes', count, _ ). -noun( 'blizzard', 'blizzards', count, _ ). -noun( 'bloater', 'bloaters', count, _ ). -noun( 'blob', 'blobs', count, _ ). -noun( 'bloc', 'blocs', count, _ ). -noun( 'block', 'blocks', count, _ ). -noun( 'blockade', 'blockades', count, _ ). -noun( 'blockade-runner', 'blockade-runners', count, _ ). -noun( 'blockage', 'blockages', count, _ ). -noun( 'blockbuster', 'blockbusters', count, _ ). -noun( 'blockhead', 'blockheads', count, _ ). -noun( 'blockhouse', 'blockhouses', count, _ ). -noun( 'bloke', 'blokes', count, _ ). -noun( 'blond', 'blonds', count, _ ). -noun( 'blonde', 'blondes', count, _ ). -noun( 'blood', 'bloods', both, _ ). -noun( 'blood-bath', 'blood-baths', count, _ ). -noun( 'blood-donor', 'blood-donors', count, _ ). -noun( 'blood-group', 'blood-groups', count, _ ). -noun( 'blood-heat', '-', mass, _ ). -noun( 'blood-letting', 'blood-lettings', both, _ ). -noun( 'blood-money', '-', mass, _ ). -noun( 'blood-poisoning', '-', mass, _ ). -noun( 'blood-pressure', 'blood-pressures', both, _ ). -noun( 'blood-relation', 'blood-relations', count, _ ). -noun( 'blood-transfusion', 'blood-transfusions', count, _ ). -noun( 'blood-type', 'blood-types', count, _ ). -noun( 'blood-vessel', 'blood-vessels', count, _ ). -noun( 'bloodhound', 'bloodhounds', count, _ ). -noun( 'bloodlust', '-', mass, _ ). -noun( 'bloodshed', 'bloodsheds', count, _ ). -noun( 'bloodstain', 'bloodstains', count, _ ). -noun( 'bloodstock', 'bloodstocks', count, _ ). -noun( 'bloodsucker', 'bloodsuckers', count, _ ). -noun( 'bloodthirstiness', '-', mass, _ ). -noun( 'bloom', 'blooms', both, _ ). -noun( 'bloomer', 'bloomers', count, _ ). -noun( 'blossom', 'blossoms', both, _ ). -noun( 'blot', 'blots', count, _ ). -noun( 'blotch', 'blotches', count, _ ). -noun( 'blotter', 'blotters', count, _ ). -noun( 'blotting-paper', 'blotting-papers', count, _ ). -noun( 'blouse', 'blouses', count, _ ). -noun( 'blow', 'blows', count, _ ). -noun( 'blow-up', 'blow-ups', count, _ ). -noun( 'blowback', 'blowbacks', count, _ ). -noun( 'blower', 'blowers', count, _ ). -noun( 'blowfly', 'blowflies', count, _ ). -noun( 'blowhole', 'blowholes', count, _ ). -noun( 'blowing-up', 'blowing-ups', count, _ ). -noun( 'blowlamp', 'blowlamps', count, _ ). -noun( 'blowout', 'blowouts', count, _ ). -noun( 'blowpipe', 'blowpipes', count, _ ). -noun( 'blowtorch', 'blowtorches', count, _ ). -noun( 'blubber', '-', mass, _ ). -noun( 'bludgeon', 'bludgeons', count, _ ). -noun( 'blue', 'blues', both, _ ). -noun( 'blue-jacket', 'blue-jackets', count, _ ). -noun( 'bluebell', 'bluebells', count, _ ). -noun( 'bluebottle', 'bluebottles', count, _ ). -noun( 'blueprint', 'blueprints', count, _ ). -noun( 'bluestocking', 'bluestockings', count, _ ). -noun( 'bluff', 'bluffs', both, _ ). -noun( 'bluffer', 'bluffers', count, _ ). -noun( 'bluffness', '-', mass, _ ). -noun( 'blunder', 'blunders', count, _ ). -noun( 'blunderbuss', 'blunderbusses', count, _ ). -noun( 'blunderer', 'blunderers', count, _ ). -noun( 'bluntness', '-', mass, _ ). -noun( 'blur', 'blurs', count, _ ). -noun( 'blurb', 'blurbs', both, _ ). -noun( 'blush', 'blushes', count, _ ). -noun( 'bluster', 'blusters', both, _ ). -noun( 'bo\'sn', 'bo\'sns', count, _ ). -noun( 'bo\'sun', 'bo\'suns', count, _ ). -noun( 'boa', 'boas', count, _ ). -noun( 'boa-constrictor', 'boa-constrictors', count, _ ). -noun( 'boar', 'boars', count, _ ). -noun( 'board', 'boards', count, _ ). -noun( 'boarder', 'boarders', count, _ ). -noun( 'boarding', '-', mass, _ ). -noun( 'boarding-card', 'boarding-cards', count, _ ). -noun( 'boarding-house', 'boarding-houses', count, _ ). -noun( 'boarding-school', 'boarding-schools', count, _ ). -noun( 'boardroom', 'boardrooms', count, _ ). -noun( 'boardwalk', 'boardwalks', count, _ ). -noun( 'boast', 'boasts', count, _ ). -noun( 'boaster', 'boasters', count, _ ). -noun( 'boat', 'boats', count, _ ). -noun( 'boat-hook', 'boat-hooks', count, _ ). -noun( 'boat-house', 'boat-houses', count, _ ). -noun( 'boat-race', 'boat-races', count, _ ). -noun( 'boat-train', 'boat-trains', count, _ ). -noun( 'boater', 'boaters', count, _ ). -noun( 'boatman', 'boatmen', count, _ ). -noun( 'boatswain', 'boatswains', count, _ ). -noun( 'bob', 'bob', count, _ ). -noun( 'bobbin', 'bobbins', count, _ ). -noun( 'bobby', 'bobbies', count, _ ). -noun( 'bobby-soxer', 'bobby-soxers', count, _ ). -noun( 'bobolink', 'bobolinks', count, _ ). -noun( 'bobsled', 'bobsleds', count, _ ). -noun( 'bobsleigh', 'bobsleighs', count, _ ). -noun( 'bobtail', 'bobtails', count, _ ). -noun( 'bodice', 'bodices', count, _ ). -noun( 'boding', '-', mass, _ ). -noun( 'bodkin', 'bodkins', count, _ ). -noun( 'body', 'bodies', both, _ ). -noun( 'body-servant', 'body-servants', count, _ ). -noun( 'body-snatcher', 'body-snatchers', count, _ ). -noun( 'bodyguard', 'bodyguards', count, _ ). -noun( 'bodywork', 'bodyworks', count, _ ). -noun( 'boffin', 'boffins', count, _ ). -noun( 'bog', 'bogs', count, _ ). -noun( 'bogey', 'bogeys', count, _ ). -noun( 'bogeyman', 'bogeymen', count, _ ). -noun( 'bogie', 'bogies', count, _ ). -noun( 'bogy', 'bogies', count, _ ). -noun( 'bohemian', 'bohemians', count, _ ). -noun( 'boil', 'boils', count, _ ). -noun( 'boiler', 'boilers', count, _ ). -noun( 'boilersuit', 'boilersuits', count, _ ). -noun( 'boiling-point', 'boiling-points', count, _ ). -noun( 'boisterousness', '-', mass, _ ). -noun( 'boldness', '-', mass, _ ). -noun( 'bole', 'boles', count, _ ). -noun( 'bolero', 'boleros', count, _ ). -noun( 'boll', 'bolls', count, _ ). -noun( 'bollard', 'bollards', count, _ ). -noun( 'bollock', 'bollocks', count, _ ). -noun( 'boloney', '-', mass, _ ). -noun( 'bolster', 'bolsters', count, _ ). -noun( 'bolt', 'bolts', count, _ ). -noun( 'bolt-hole', 'bolt-holes', count, _ ). -noun( 'bomb', 'bombs', count, _ ). -noun( 'bomb-sight', 'bomb-sights', count, _ ). -noun( 'bomb-site', 'bomb-sites', count, _ ). -noun( 'bombardier', 'bombardiers', count, _ ). -noun( 'bombardment', 'bombardments', both, _ ). -noun( 'bombast', '-', mass, _ ). -noun( 'bomber', 'bombers', count, _ ). -noun( 'bombshell', 'bombshells', count, _ ). -noun( 'bon mot', 'bons mots', count, _ ). -noun( 'bonanza', 'bonanzas', count, _ ). -noun( 'bonbon', 'bonbons', count, _ ). -noun( 'bond', 'bonds', count, _ ). -noun( 'bond-holder', 'bond-holders', count, _ ). -noun( 'bondage', '-', mass, _ ). -noun( 'bone', 'bones', both, _ ). -noun( 'bone-head', 'bone-heads', count, _ ). -noun( 'bone-setter', 'bone-setters', count, _ ). -noun( 'bonemeal', 'bonemeals', count, _ ). -noun( 'boner', 'boners', count, _ ). -noun( 'boneshaker', 'boneshakers', count, _ ). -noun( 'bonfire', 'bonfires', count, _ ). -noun( 'bongo', 'bongos', count, _ ). -noun( 'bonhomie', '-', mass, _ ). -noun( 'bonito', 'bonitos', count, _ ). -noun( 'bonnet', 'bonnets', count, _ ). -noun( 'bonus', 'bonuses', count, _ ). -noun( 'boo', 'boos', count, _ ). -noun( 'boob', 'boobs', count, _ ). -noun( 'booby', 'boobies', count, _ ). -noun( 'booby-trap', 'booby-traps', count, _ ). -noun( 'boogie', 'boogies', both, _ ). -noun( 'boogie-woogie', 'boogie-woogies', both, _ ). -noun( 'book', 'books', count, _ ). -noun( 'book-end', 'book-ends', count, _ ). -noun( 'book-keeper', 'book-keepers', count, _ ). -noun( 'bookcase', 'bookcases', count, _ ). -noun( 'bookclub', 'bookclubs', count, _ ). -noun( 'bookie', 'bookies', count, _ ). -noun( 'booking', 'bookings', count, _ ). -noun( 'bookishness', '-', mass, _ ). -noun( 'bookkeeper', 'bookkeepers', count, _ ). -noun( 'bookkeeping', '-', mass, _ ). -noun( 'booklet', 'booklets', count, _ ). -noun( 'bookmaker', 'bookmakers', count, _ ). -noun( 'bookmark', 'bookmarks', count, _ ). -noun( 'bookmarker', 'bookmarkers', count, _ ). -noun( 'bookmobile', 'bookmobiles', count, _ ). -noun( 'bookseller', 'booksellers', count, _ ). -noun( 'bookshop', 'bookshops', count, _ ). -noun( 'bookstall', 'bookstalls', count, _ ). -noun( 'bookworm', 'bookworms', count, _ ). -noun( 'boom', 'booms', count, _ ). -noun( 'boomerang', 'boomerangs', count, _ ). -noun( 'boon', 'boons', count, _ ). -noun( 'boor', 'boors', count, _ ). -noun( 'boorishness', '-', mass, _ ). -noun( 'boost', 'boosts', count, _ ). -noun( 'booster', 'boosters', count, _ ). -noun( 'boot', 'boots', count, _ ). -noun( 'bootee', 'bootees', count, _ ). -noun( 'booth', 'booths', count, _ ). -noun( 'bootlace', 'bootlaces', count, _ ). -noun( 'bootlegger', 'bootleggers', count, _ ). -noun( 'booty', '-', mass, _ ). -noun( 'booze', '-', mass, _ ). -noun( 'booze-up', 'booze-ups', count, _ ). -noun( 'boozer', 'boozers', count, _ ). -noun( 'bopeep', '-', mass, _ ). -noun( 'borage', '-', mass, _ ). -noun( 'borax', '-', mass, _ ). -noun( 'border', 'borders', count, _ ). -noun( 'borderer', 'borderers', count, _ ). -noun( 'borderland', 'borderlands', count, _ ). -noun( 'borderline', 'borderlines', count, _ ). -noun( 'bore', 'bores', count, _ ). -noun( 'bore-hole', 'bore-holes', count, _ ). -noun( 'boredom', '-', mass, _ ). -noun( 'borer', 'borers', count, _ ). -noun( 'boron', '-', mass, _ ). -noun( 'borough', 'boroughs', count, _ ). -noun( 'borrower', 'borrowers', count, _ ). -noun( 'borsch', '-', mass, _ ). -noun( 'borstal', 'borstals', count, _ ). -noun( 'bortsch', '-', mass, _ ). -noun( 'borzoi', 'borzois', count, _ ). -noun( 'bosh', '-', mass, _ ). -noun( 'bosom', 'bosoms', count, _ ). -noun( 'boss', 'bosses', count, _ ). -noun( 'botanist', 'botanists', count, _ ). -noun( 'botany', '-', mass, _ ). -noun( 'botch', 'botches', count, _ ). -noun( 'botcher', 'botchers', count, _ ). -noun( 'bother', '-', mass, _ ). -noun( 'bottle', 'bottles', both, _ ). -noun( 'bottleneck', 'bottlenecks', count, _ ). -noun( 'bottom', 'bottoms', count, _ ). -noun( 'botulism', '-', mass, _ ). -noun( 'boudoir', 'boudoirs', count, _ ). -noun( 'bougainvillea', 'bougainvilleas', count, _ ). -noun( 'bough', 'boughs', count, _ ). -noun( 'bouillon', '-', mass, _ ). -noun( 'boulder', 'boulders', count, _ ). -noun( 'boulevard', 'boulevards', count, _ ). -noun( 'bounce', 'bounces', both, _ ). -noun( 'bound', 'bounds', count, _ ). -noun( 'boundary', 'boundaries', count, _ ). -noun( 'bounder', 'bounders', count, _ ). -noun( 'bounty', 'bounties', both, _ ). -noun( 'bouquet', 'bouquets', count, _ ). -noun( 'bourbon', 'bourbons', both, _ ). -noun( 'bourgeois', 'bourgeois', count, _ ). -noun( 'bourgeoisie', 'bourgeoisies', count, _ ). -noun( 'bourn', 'bourns', count, _ ). -noun( 'bourne', 'bournes', count, _ ). -noun( 'bourse', 'bourses', count, _ ). -noun( 'bout', 'bouts', count, _ ). -noun( 'boutique', 'boutiques', count, _ ). -noun( 'bovril', '-', mass, _ ). -noun( 'bow', 'bows', count, _ ). -noun( 'bow', 'bows', count, _ ). -noun( 'bow-wow', 'bow-wows', count, _ ). -noun( 'bowel', 'bowels', count, _ ). -noun( 'bower', 'bowers', count, _ ). -noun( 'bowie knife', 'bowie knives', count, _ ). -noun( 'bowing', '-', mass, _ ). -noun( 'bowl', 'bowls', count, _ ). -noun( 'bowler', 'bowlers', count, _ ). -noun( 'bowline', 'bowlines', count, _ ). -noun( 'bowling-green', 'bowling-greens', count, _ ). -noun( 'bowls', 'bowls', mass, _ ). -noun( 'bowman', 'bowmen', count, _ ). -noun( 'bowsprit', 'bowsprits', count, _ ). -noun( 'box', 'boxes', both, _ ). -noun( 'box-kite', 'box-kites', count, _ ). -noun( 'box-number', 'box-numbers', count, _ ). -noun( 'box-office', 'box-offices', count, _ ). -noun( 'boxer', 'boxers', count, _ ). -noun( 'boxful', 'boxfuls', count, _ ). -noun( 'boxing', '-', mass, _ ). -noun( 'boxing-glove', 'boxing-gloves', count, _ ). -noun( 'boxing-match', 'boxing-matches', count, _ ). -noun( 'boxwood', '-', mass, _ ). -noun( 'boy', 'boys', count, _ ). -noun( 'boycott', 'boycotts', count, _ ). -noun( 'boyfriend', 'boyfriends', count, _ ). -noun( 'boyhood', '-', mass, _ ). -noun( 'bra', 'bras', count, _ ). -noun( 'brace', 'brace', count, _ ). -noun( 'bracelet', 'bracelets', count, _ ). -noun( 'bracken', '-', mass, _ ). -noun( 'bracket', 'brackets', count, _ ). -noun( 'bract', 'bracts', count, _ ). -noun( 'brad', 'brads', count, _ ). -noun( 'bradawl', 'bradawls', count, _ ). -noun( 'brae', 'braes', count, _ ). -noun( 'braggart', 'braggarts', count, _ ). -noun( 'bragging', '-', mass, _ ). -noun( 'braid', 'braids', both, _ ). -noun( 'braille', '-', mass, _ ). -noun( 'brain', 'brains', count, _ ). -noun( 'brain-fag', '-', mass, _ ). -noun( 'brain-teaser', 'brain-teasers', count, _ ). -noun( 'brainchild', 'brainchildren', count, _ ). -noun( 'brainstorm', 'brainstorms', count, _ ). -noun( 'brainwashing', '-', mass, _ ). -noun( 'brainwave', 'brainwaves', count, _ ). -noun( 'brake', 'brakes', count, _ ). -noun( 'brakeman', 'brakemen', count, _ ). -noun( 'bramble', 'brambles', count, _ ). -noun( 'bran', '-', mass, _ ). -noun( 'branch', 'branches', count, _ ). -noun( 'brand', 'brands', count, _ ). -noun( 'branding-iron', 'branding-irons', count, _ ). -noun( 'brandy', 'brandies', both, _ ). -noun( 'brandy-ball', 'brandy-balls', count, _ ). -noun( 'brandy-snap', 'brandy-snaps', count, _ ). -noun( 'brass', 'brasses', both, _ ). -noun( 'brassard', 'brassards', count, _ ). -noun( 'brasserie', 'brasseries', count, _ ). -noun( 'brassi`ere', 'brassi`eres', count, _ ). -noun( 'brassiere', 'brassieres', count, _ ). -noun( 'brat', 'brats', count, _ ). -noun( 'bravado', 'bravados', both, _ ). -noun( 'brave', 'braves', count, _ ). -noun( 'bravery', '-', mass, _ ). -noun( 'bravo', 'bravos', count, _ ). -noun( 'brawl', 'brawls', count, _ ). -noun( 'brawler', 'brawlers', count, _ ). -noun( 'brawn', '-', mass, _ ). -noun( 'bray', 'brays', count, _ ). -noun( 'brazier', 'braziers', count, _ ). -noun( 'breach', 'breaches', count, _ ). -noun( 'bread', '-', mass, _ ). -noun( 'breadcrumb', 'breadcrumbs', count, _ ). -noun( 'breadfruit', 'breadfruit', count, _ ). -noun( 'breadline', 'breadlines', count, _ ). -noun( 'breadth', 'breadths', both, _ ). -noun( 'breadwinner', 'breadwinners', count, _ ). -noun( 'break', 'breaks', both, _ ). -noun( 'break-in', 'break-ins', count, _ ). -noun( 'break-up', 'break-ups', count, _ ). -noun( 'breakage', 'breakages', count, _ ). -noun( 'breakaway', 'breakaways', count, _ ). -noun( 'breakaways', 'breakawayss', count, _ ). -noun( 'breakdown', 'breakdowns', count, _ ). -noun( 'breaker', 'breakers', count, _ ). -noun( 'breakfast', 'breakfasts', count, _ ). -noun( 'breakthrough', 'breakthroughs', count, _ ). -noun( 'breakwater', 'breakwaters', count, _ ). -noun( 'bream', 'bream', count, _ ). -noun( 'breast', 'breasts', count, _ ). -noun( 'breast-plate', 'breast-plates', count, _ ). -noun( 'breaststroke', '-', mass, _ ). -noun( 'breastwork', 'breastworks', count, _ ). -noun( 'breath', 'breaths', both, _ ). -noun( 'breathalyser', 'breathalysers', count, _ ). -noun( 'breather', 'breathers', count, _ ). -noun( 'breathing', '-', mass, _ ). -noun( 'breathing-space', 'breathing-spaces', count, _ ). -noun( 'breech', 'breeches', count, _ ). -noun( 'breech-block', 'breech-blocks', count, _ ). -noun( 'breeches-buoy', 'breeches-buoys', count, _ ). -noun( 'breed', 'breeds', count, _ ). -noun( 'breeder', 'breeders', count, _ ). -noun( 'breeding', '-', mass, _ ). -noun( 'breeze', 'breezes', both, _ ). -noun( 'breeziness', '-', mass, _ ). -noun( 'breve', 'breves', count, _ ). -noun( 'brevet', 'brevets', count, _ ). -noun( 'breviary', 'breviaries', count, _ ). -noun( 'brevity', '-', mass, _ ). -noun( 'brew', 'brews', count, _ ). -noun( 'brewer', 'brewers', count, _ ). -noun( 'brewery', 'breweries', count, _ ). -noun( 'briar', 'briars', both, _ ). -noun( 'bribe', 'bribes', count, _ ). -noun( 'bribery', '-', mass, _ ). -noun( 'bric-a-brac', '-', mass, _ ). -noun( 'brick', 'bricks', both, _ ). -noun( 'brick-field', 'brick-fields', count, _ ). -noun( 'brickbat', 'brickbats', count, _ ). -noun( 'brickkiln', 'brickkilns', count, _ ). -noun( 'bricklayer', 'bricklayers', count, _ ). -noun( 'brickwork', 'brickworks', count, _ ). -noun( 'bridal', 'bridals', count, _ ). -noun( 'bride', 'brides', count, _ ). -noun( 'bridecake', 'bridecakes', count, _ ). -noun( 'bridegroom', 'bridegrooms', count, _ ). -noun( 'bridesmaid', 'bridesmaids', count, _ ). -noun( 'bridge', 'bridges', both, _ ). -noun( 'bridgehead', 'bridgeheads', count, _ ). -noun( 'bridle', 'bridles', count, _ ). -noun( 'bridle-path', 'bridle-paths', count, _ ). -noun( 'bridle-road', 'bridle-roads', count, _ ). -noun( 'brief', 'briefs', count, _ ). -noun( 'briefcase', 'briefcases', count, _ ). -noun( 'briefing', 'briefings', count, _ ). -noun( 'brier', 'briers', count, _ ). -noun( 'brig', 'brigs', count, _ ). -noun( 'brigade', 'brigades', count, _ ). -noun( 'brigand', 'brigands', count, _ ). -noun( 'brigantine', 'brigantines', count, _ ). -noun( 'brightness', '-', mass, _ ). -noun( 'brill', 'brill', count, _ ). -noun( 'brilliance', '-', mass, _ ). -noun( 'brilliancy', '-', mass, _ ). -noun( 'brilliantine', '-', mass, _ ). -noun( 'brim', 'brims', count, _ ). -noun( 'brimstone', '-', mass, _ ). -noun( 'brine', 'brines', both, _ ). -noun( 'brink', 'brinks', count, _ ). -noun( 'brinkmanship', '-', mass, _ ). -noun( 'brioche', 'brioches', count, _ ). -noun( 'briquet', 'briquets', count, _ ). -noun( 'briquette', 'briquettes', count, _ ). -noun( 'brisket', '-', mass, _ ). -noun( 'bristle', 'bristles', count, _ ). -noun( 'broad', 'broads', count, _ ). -noun( 'broad-mindedness', '-', mass, _ ). -noun( 'broadcast', 'broadcasts', count, _ ). -noun( 'broadcasting', '-', mass, _ ). -noun( 'broadcloth', '-', mass, _ ). -noun( 'broadness', '-', mass, _ ). -noun( 'broadsheet', 'broadsheets', count, _ ). -noun( 'broadside', 'broadsides', count, _ ). -noun( 'brocade', 'brocades', both, _ ). -noun( 'broccoli', '-', mass, _ ). -noun( 'brochure', 'brochures', count, _ ). -noun( 'brogue', 'brogues', count, _ ). -noun( 'broiler', 'broilers', count, _ ). -noun( 'broker', 'brokers', count, _ ). -noun( 'brokerage', '-', mass, _ ). -noun( 'brolly', 'brollies', count, _ ). -noun( 'bromide', 'bromides', both, _ ). -noun( 'bromine', '-', mass, _ ). -noun( 'bronchitis', '-', mass, _ ). -noun( 'bronchus', 'bronchi', count, _ ). -noun( 'bronco', 'broncos', count, _ ). -noun( 'bronze', 'bronzes', both, _ ). -noun( 'brooch', 'brooches', count, _ ). -noun( 'brood', 'broods', count, _ ). -noun( 'brood-hen', 'brood-hens', count, _ ). -noun( 'brood-mare', 'brood-mares', count, _ ). -noun( 'brook', 'brooks', count, _ ). -noun( 'broom', 'brooms', both, _ ). -noun( 'broomstick', 'broomsticks', count, _ ). -noun( 'broth', '-', mass, _ ). -noun( 'brothel', 'brothels', count, _ ). -noun( 'brother', 'brothers', count, _ ). -noun( 'brother-in-law', 'brothers-in-law', count, _ ). -noun( 'brotherhood', 'brotherhoods', both, _ ). -noun( 'brougham', 'broughams', count, _ ). -noun( 'brouhaha', 'brouhahas', count, _ ). -noun( 'brow', 'brows', count, _ ). -noun( 'brownie', 'brownies', count, _ ). -noun( 'brownstone', 'brownstones', both, _ ). -noun( 'browse', 'browses', count, _ ). -noun( 'bruin', 'bruins', count, _ ). -noun( 'bruise', 'bruises', count, _ ). -noun( 'bruiser', 'bruisers', count, _ ). -noun( 'brunch', 'brunches', count, _ ). -noun( 'brunette', 'brunettes', count, _ ). -noun( 'brunt', 'brunts', count, _ ). -noun( 'brush', 'brushes', both, _ ). -noun( 'brush-off', 'brush-offs', count, _ ). -noun( 'brush-up', 'brush-ups', count, _ ). -noun( 'brushwood', '-', mass, _ ). -noun( 'brushwork', 'brushworks', count, _ ). -noun( 'brusqueness', '-', mass, _ ). -noun( 'brutality', 'brutalities', both, _ ). -noun( 'brute', 'brutes', count, _ ). -noun( 'bubble', 'bubbles', count, _ ). -noun( 'bubbly', '-', mass, _ ). -noun( 'buccaneer', 'buccaneers', count, _ ). -noun( 'buck', 'bucks', count, _ ). -noun( 'bucket', 'buckets', count, _ ). -noun( 'bucketful', 'bucketfuls', count, _ ). -noun( 'buckle', 'buckles', count, _ ). -noun( 'buckler', 'bucklers', count, _ ). -noun( 'buckram', '-', mass, _ ). -noun( 'buckshot', '-', mass, _ ). -noun( 'buckskin', '-', mass, _ ). -noun( 'bucktooth', 'buckteeth', count, _ ). -noun( 'buckwheat', '-', mass, _ ). -noun( 'bucolics', 'bucolics', mass, _ ). -noun( 'bud', 'buds', count, _ ). -noun( 'buddy', 'buddies', count, _ ). -noun( 'budgerigar', 'budgerigars', count, _ ). -noun( 'budget', 'budgets', count, _ ). -noun( 'budgie', 'budgies', count, _ ). -noun( 'buff', 'buffs', both, _ ). -noun( 'buffalo', 'buffalo', count, _ ). -noun( 'buffer', 'buffers', count, _ ). -noun( 'buffet', 'buffets', count, _ ). -noun( 'buffet', 'buffets', count, _ ). -noun( 'buffoon', 'buffoons', count, _ ). -noun( 'buffoonery', '-', mass, _ ). -noun( 'bug', 'bugs', count, _ ). -noun( 'bug-hunter', 'bug-hunters', count, _ ). -noun( 'bugaboo', 'bugaboos', count, _ ). -noun( 'bugbear', 'bugbears', count, _ ). -noun( 'bugger', 'buggers', count, _ ). -noun( 'bugger-all', '-', mass, _ ). -noun( 'buggery', '-', mass, _ ). -noun( 'buggy', 'buggies', count, _ ). -noun( 'bugle', 'bugles', count, _ ). -noun( 'bugler', 'buglers', count, _ ). -noun( 'buhl', '-', mass, _ ). -noun( 'build', '-', mass, _ ). -noun( 'build-up', 'build-ups', count, _ ). -noun( 'builder', 'builders', count, _ ). -noun( 'building', 'buildings', both, _ ). -noun( 'building-society', 'building-societies', count, _ ). -noun( 'bulb', 'bulbs', count, _ ). -noun( 'bulbul', 'bulbuls', count, _ ). -noun( 'bulge', 'bulges', count, _ ). -noun( 'bulk', '-', mass, _ ). -noun( 'bulkhead', 'bulkheads', count, _ ). -noun( 'bull', 'bulls', count, _ ). -noun( 'bull\'s-eye', 'bull\'s-eyes', count, _ ). -noun( 'bull-neck', 'bull-necks', count, _ ). -noun( 'bull-terrier', 'bull-terriers', count, _ ). -noun( 'bulldog', 'bulldogs', count, _ ). -noun( 'bulldozer', 'bulldozers', count, _ ). -noun( 'bullet', 'bullets', count, _ ). -noun( 'bulletin', 'bulletins', count, _ ). -noun( 'bullfight', 'bullfights', count, _ ). -noun( 'bullfighter', 'bullfighters', count, _ ). -noun( 'bullfinch', 'bullfinches', count, _ ). -noun( 'bullfrog', 'bullfrogs', count, _ ). -noun( 'bullion', '-', mass, _ ). -noun( 'bullock', 'bullocks', count, _ ). -noun( 'bullring', 'bullrings', count, _ ). -noun( 'bullshit', '-', mass, _ ). -noun( 'bully', 'bullies', both, _ ). -noun( 'bulrush', 'bulrushes', count, _ ). -noun( 'bulwark', 'bulwarks', count, _ ). -noun( 'bum', 'bums', count, _ ). -noun( 'bumblebee', 'bumblebees', count, _ ). -noun( 'bumboat', 'bumboats', count, _ ). -noun( 'bump', 'bumps', count, _ ). -noun( 'bumper', 'bumpers', count, _ ). -noun( 'bumpkin', 'bumpkins', count, _ ). -noun( 'bumptiousness', '-', mass, _ ). -noun( 'bun', 'buns', count, _ ). -noun( 'buna', '-', mass, _ ). -noun( 'bunch', 'bunches', count, _ ). -noun( 'bundle', 'bundles', count, _ ). -noun( 'bung', 'bungs', count, _ ). -noun( 'bung-hole', 'bung-holes', count, _ ). -noun( 'bungalow', 'bungalows', count, _ ). -noun( 'bungle', 'bungles', count, _ ). -noun( 'bungler', 'bunglers', count, _ ). -noun( 'bunion', 'bunions', count, _ ). -noun( 'bunk', 'bunks', both, _ ). -noun( 'bunker', 'bunkers', count, _ ). -noun( 'bunkum', '-', mass, _ ). -noun( 'bunny', 'bunnies', count, _ ). -noun( 'bunting', '-', mass, _ ). -noun( 'buoy', 'buoys', count, _ ). -noun( 'buoyancy', '-', mass, _ ). -noun( 'bur', 'burs', count, _ ). -noun( 'burden', 'burdens', both, _ ). -noun( 'burdock', 'burdocks', count, _ ). -noun( 'bureau', 'bureaux', count, _ ). -noun( 'bureaucracy', 'bureaucracies', both, _ ). -noun( 'bureaucrat', 'bureaucrats', count, _ ). -noun( 'burette', 'burettes', count, _ ). -noun( 'burg', 'burgs', count, _ ). -noun( 'burgess', 'burgesses', count, _ ). -noun( 'burgh', 'burghs', count, _ ). -noun( 'burgher', 'burghers', count, _ ). -noun( 'burglar', 'burglars', count, _ ). -noun( 'burglar-alarm', 'burglar-alarms', count, _ ). -noun( 'burglary', 'burglaries', both, _ ). -noun( 'burgomaster', 'burgomasters', count, _ ). -noun( 'burial', 'burials', both, _ ). -noun( 'burial-ground', 'burial-grounds', count, _ ). -noun( 'burlap', '-', mass, _ ). -noun( 'burlesque', 'burlesques', both, _ ). -noun( 'burn', 'burns', count, _ ). -noun( 'burn-up', 'burn-ups', count, _ ). -noun( 'burner', 'burners', count, _ ). -noun( 'burnouse', 'burnouses', count, _ ). -noun( 'burp', 'burps', count, _ ). -noun( 'burr', 'burrs', count, _ ). -noun( 'burr-drill', 'burr-drills', count, _ ). -noun( 'burrow', 'burrows', count, _ ). -noun( 'bursar', 'bursars', count, _ ). -noun( 'bursary', 'bursaries', count, _ ). -noun( 'burst', 'bursts', count, _ ). -noun( 'burthen', 'burthens', count, _ ). -noun( 'burton', 'burtons', count, _ ). -noun( 'burying-ground', 'burying-grounds', count, _ ). -noun( 'bus', 'buses', count, _ ). -noun( 'busby', 'busbies', count, _ ). -noun( 'bush', 'bushes', both, _ ). -noun( 'bushel', 'bushels', count, _ ). -noun( 'business', 'businesses', both, _ ). -noun( 'businessman', 'businessmen', count, _ ). -noun( 'busker', 'buskers', count, _ ). -noun( 'busman', 'busmen', count, _ ). -noun( 'bust', 'busts', count, _ ). -noun( 'bust-up', 'bust-ups', count, _ ). -noun( 'bustard', 'bustards', count, _ ). -noun( 'buster', 'busters', count, _ ). -noun( 'bustle', 'bustles', both, _ ). -noun( 'busybody', 'busybodies', count, _ ). -noun( 'butane', '-', mass, _ ). -noun( 'butcher', 'butchers', count, _ ). -noun( 'butchery', '-', mass, _ ). -noun( 'butler', 'butlers', count, _ ). -noun( 'butt', 'butts', count, _ ). -noun( 'butter', '-', mass, _ ). -noun( 'butterbean', 'butterbeans', count, _ ). -noun( 'buttercup', 'buttercups', count, _ ). -noun( 'butterfingers', '-', count, _ ). -noun( 'butterfly', 'butterflies', count, _ ). -noun( 'buttermilk', '-', mass, _ ). -noun( 'butterscotch', '-', mass, _ ). -noun( 'buttery', 'butteries', count, _ ). -noun( 'buttock', 'buttocks', count, _ ). -noun( 'button', 'buttons', count, _ ). -noun( 'buttonhole', 'buttonholes', count, _ ). -noun( 'buttonhook', 'buttonhooks', count, _ ). -noun( 'buttonwood', 'buttonwoods', both, _ ). -noun( 'buttress', 'buttresses', count, _ ). -noun( 'buy', 'buys', count, _ ). -noun( 'buyer', 'buyers', count, _ ). -noun( 'buzz', 'buzzes', count, _ ). -noun( 'buzzard', 'buzzards', count, _ ). -noun( 'buzzer', 'buzzers', count, _ ). -noun( 'by-election', 'by-elections', count, _ ). -noun( 'bye', 'byes', count, _ ). -noun( 'bye-bye', 'bye-byes', count, _ ). -noun( 'bye-law', 'bye-laws', count, _ ). -noun( 'bylaw', 'bylaws', count, _ ). -noun( 'bypass', 'bypasses', count, _ ). -noun( 'bypath', 'bypaths', count, _ ). -noun( 'byplay', '-', mass, _ ). -noun( 'byproduct', 'byproducts', count, _ ). -noun( 'byroad', 'byroads', count, _ ). -noun( 'bystander', 'bystanders', count, _ ). -noun( 'byway', 'byways', count, _ ). -noun( 'byword', 'bywords', count, _ ). -noun( 'c', '-', count, _ ). -noun( 'ca\'canny', '-', count, _ ). -noun( 'cab', 'cabs', count, _ ). -noun( 'cab-rank', 'cab-ranks', count, _ ). -noun( 'cabal', 'cabals', count, _ ). -noun( 'cabaret', 'cabarets', count, _ ). -noun( 'cabbage', 'cabbages', both, _ ). -noun( 'cabby', 'cabbies', count, _ ). -noun( 'caber', 'cabers', count, _ ). -noun( 'cabin', 'cabins', count, _ ). -noun( 'cabinet', 'cabinets', count, _ ). -noun( 'cabinet-maker', 'cabinet-makers', count, _ ). -noun( 'cable', 'cables', both, _ ). -noun( 'cable\'s-length', 'cable\'s-lengths', count, _ ). -noun( 'cable-car', 'cable-cars', count, _ ). -noun( 'cable-length', 'cable-lengths', count, _ ). -noun( 'cable-railway', 'cable-railways', count, _ ). -noun( 'cablegram', 'cablegrams', count, _ ). -noun( 'cabman', 'cabmen', count, _ ). -noun( 'caboodle', 'caboodles', count, _ ). -noun( 'caboose', 'cabooses', count, _ ). -noun( 'cabstand', 'cabstands', count, _ ). -noun( 'cacao', 'cacaos', count, _ ). -noun( 'cacao-bean', 'cacao-beans', count, _ ). -noun( 'cacao-tree', 'cacao-trees', count, _ ). -noun( 'cache', 'caches', count, _ ). -noun( 'cachet', 'cachets', count, _ ). -noun( 'cachou', 'cachous', count, _ ). -noun( 'cackle', 'cackles', both, _ ). -noun( 'cackler', 'cacklers', count, _ ). -noun( 'cacophony', 'cacophonies', count, _ ). -noun( 'cactus', 'cactuses', count, _ ). -noun( 'cad', 'cads', count, _ ). -noun( 'cadaver', 'cadavers', count, _ ). -noun( 'caddie', 'caddies', count, _ ). -noun( 'caddy', 'caddies', count, _ ). -noun( 'cadence', 'cadences', count, _ ). -noun( 'cadenza', 'cadenzas', count, _ ). -noun( 'cadet', 'cadets', count, _ ). -noun( 'cadger', 'cadgers', count, _ ). -noun( 'cadmium', '-', mass, _ ). -noun( 'cadre', 'cadres', count, _ ). -noun( 'caesura', 'caesuras', count, _ ). -noun( 'caf_e', 'caf_es', count, _ ). -noun( 'cafe-au-lait', 'cafe-au-laits', count, _ ). -noun( 'cafeteria', 'cafeterias', count, _ ). -noun( 'caff', 'caffs', count, _ ). -noun( 'caffeine', '-', mass, _ ). -noun( 'caftan', 'caftans', count, _ ). -noun( 'cage', 'cages', count, _ ). -noun( 'cagoule', 'cagoules', count, _ ). -noun( 'caiman', 'caimans', count, _ ). -noun( 'cairn', 'cairns', count, _ ). -noun( 'caisson', 'caissons', count, _ ). -noun( 'caitiff', 'caitiffs', count, _ ). -noun( 'cajolery', '-', mass, _ ). -noun( 'cake', 'cakes', both, _ ). -noun( 'calabash', 'calabashes', count, _ ). -noun( 'calamity', 'calamities', count, _ ). -noun( 'calcination', 'calcinations', count, _ ). -noun( 'calcium', '-', mass, _ ). -noun( 'calculation', 'calculations', both, _ ). -noun( 'calculator', 'calculators', count, _ ). -noun( 'calculus', 'calculuses', both, _ ). -noun( 'caldron', 'caldrons', count, _ ). -noun( 'calendar', 'calendars', count, _ ). -noun( 'calender', 'calenders', count, _ ). -noun( 'calf', 'calves', both, _ ). -noun( 'calf-love', '-', mass, _ ). -noun( 'calibration', 'calibrations', both, _ ). -noun( 'calibre', 'calibres', both, _ ). -noun( 'calico', '-', mass, _ ). -noun( 'calif', 'califs', count, _ ). -noun( 'caliph', 'caliphs', count, _ ). -noun( 'caliphate', 'caliphates', count, _ ). -noun( 'calisthenics', 'calisthenics', mass, _ ). -noun( 'calk', 'calks', count, _ ). -noun( 'call', 'calls', both, _ ). -noun( 'call-box', 'call-boxes', count, _ ). -noun( 'call-girl', 'call-girls', count, _ ). -noun( 'call-over', 'call-overs', count, _ ). -noun( 'call-up', 'call-ups', count, _ ). -noun( 'caller', 'callers', count, _ ). -noun( 'calligraphy', '-', mass, _ ). -noun( 'calling', 'callings', count, _ ). -noun( 'calliope', 'calliopes', count, _ ). -noun( 'callisthenics', 'callisthenics', mass, _ ). -noun( 'callosity', 'callosities', count, _ ). -noun( 'callousness', '-', mass, _ ). -noun( 'callowness', '-', mass, _ ). -noun( 'callus', 'calluses', count, _ ). -noun( 'calm', 'calms', count, _ ). -noun( 'calmness', '-', mass, _ ). -noun( 'calomel', '-', mass, _ ). -noun( 'calorie', 'calories', count, _ ). -noun( 'calumny', 'calumnies', both, _ ). -noun( 'calypso', 'calypsos', count, _ ). -noun( 'calyx', 'calyxes', count, _ ). -noun( 'cam', 'cams', count, _ ). -noun( 'camaraderie', '-', mass, _ ). -noun( 'camber', 'cambers', count, _ ). -noun( 'cambric', '-', mass, _ ). -noun( 'camel', 'camels', count, _ ). -noun( 'camel-hair', '-', mass, _ ). -noun( 'camellia', 'camellias', count, _ ). -noun( 'cameo', 'cameos', count, _ ). -noun( 'camera', 'cameras', count, _ ). -noun( 'cameraman', 'cameramen', count, _ ). -noun( 'camion', 'camions', count, _ ). -noun( 'camomile', '-', mass, _ ). -noun( 'camouflage', '-', mass, _ ). -noun( 'camp', 'camps', count, _ ). -noun( 'camp-bed', 'camp-beds', count, _ ). -noun( 'camp-chair', 'camp-chairs', count, _ ). -noun( 'camp-fire', 'camp-fires', count, _ ). -noun( 'camp-follower', 'camp-followers', count, _ ). -noun( 'camp-stool', 'camp-stools', count, _ ). -noun( 'campaign', 'campaigns', count, _ ). -noun( 'campaigner', 'campaigners', count, _ ). -noun( 'campanile', 'campaniles', count, _ ). -noun( 'campanula', 'campanulas', count, _ ). -noun( 'camper', 'campers', count, _ ). -noun( 'camphor', '-', mass, _ ). -noun( 'camping', '-', mass, _ ). -noun( 'campion', '-', mass, _ ). -noun( 'campus', 'campuses', count, _ ). -noun( 'camshaft', 'camshafts', count, _ ). -noun( 'can', 'cans', count, _ ). -noun( 'canal', 'canals', count, _ ). -noun( 'canalization', 'canalizations', count, _ ). -noun( 'canap_e', 'canap_es', count, _ ). -noun( 'canard', 'canards', count, _ ). -noun( 'canary', 'canaries', count, _ ). -noun( 'canary-bird', 'canary-birds', count, _ ). -noun( 'canary-wine', 'canary-wines', count, _ ). -noun( 'canasta', 'canastas', count, _ ). -noun( 'cancan', 'cancans', count, _ ). -noun( 'cancellation', 'cancellations', both, _ ). -noun( 'cancer', 'cancers', both, _ ). -noun( 'candelabrum', 'candelabra', count, _ ). -noun( 'candidate', 'candidates', count, _ ). -noun( 'candidature', 'candidatures', count, _ ). -noun( 'candle', 'candles', count, _ ). -noun( 'candle-power', '-', mass, _ ). -noun( 'candlelight', '-', mass, _ ). -noun( 'candlestick', 'candlesticks', count, _ ). -noun( 'candlewick', '-', mass, _ ). -noun( 'candour', '-', mass, _ ). -noun( 'candy', 'candies', both, _ ). -noun( 'candy-floss', '-', mass, _ ). -noun( 'candytuft', 'candytufts', count, _ ). -noun( 'cane', 'canes', both, _ ). -noun( 'canister', 'canisters', count, _ ). -noun( 'canker', '-', mass, _ ). -noun( 'canna', 'cannas', count, _ ). -noun( 'cannabis', '-', mass, _ ). -noun( 'cannery', 'canneries', count, _ ). -noun( 'cannibal', 'cannibals', count, _ ). -noun( 'cannibalism', '-', mass, _ ). -noun( 'cannon', 'cannons', count, _ ). -noun( 'cannon-fodder', '-', mass, _ ). -noun( 'cannonade', 'cannonades', count, _ ). -noun( 'canoe', 'canoes', count, _ ). -noun( 'canoeist', 'canoeists', count, _ ). -noun( 'canon', 'canons', count, _ ). -noun( 'canonization', 'canonizations', count, _ ). -noun( 'canopy', 'canopies', count, _ ). -noun( 'cant', 'cants', both, _ ). -noun( 'cantaloup', 'cantaloups', count, _ ). -noun( 'cantaloupe', 'cantaloupes', count, _ ). -noun( 'cantata', 'cantatas', count, _ ). -noun( 'canteen', 'canteens', count, _ ). -noun( 'canter', 'canters', count, _ ). -noun( 'canticle', 'canticles', count, _ ). -noun( 'cantilever', 'cantilevers', count, _ ). -noun( 'canto', 'cantos', count, _ ). -noun( 'canton', 'cantons', count, _ ). -noun( 'cantonment', 'cantonments', count, _ ). -noun( 'cantor', 'cantors', count, _ ). -noun( 'canvas', 'canvases', both, _ ). -noun( 'canvass', 'canvasses', count, _ ). -noun( 'canyon', 'canyons', count, _ ). -noun( 'cap', 'caps', count, _ ). -noun( 'capability', 'capabilities', both, _ ). -noun( 'capacity', 'capacities', both, _ ). -noun( 'caparison', 'caparisons', count, _ ). -noun( 'cape', 'capes', count, _ ). -noun( 'caper', 'capers', count, _ ). -noun( 'capillary', 'capillaries', count, _ ). -noun( 'capital', 'capitals', both, _ ). -noun( 'capitalism', '-', mass, _ ). -noun( 'capitalist', 'capitalists', count, _ ). -noun( 'capitalization', 'capitalizations', count, _ ). -noun( 'capitation', 'capitations', count, _ ). -noun( 'capitulation', '-', mass, _ ). -noun( 'capon', 'capons', count, _ ). -noun( 'caprice', 'caprices', count, _ ). -noun( 'capriciousness', '-', mass, _ ). -noun( 'capsicum', 'capsicums', count, _ ). -noun( 'capstan', 'capstans', count, _ ). -noun( 'capsule', 'capsules', count, _ ). -noun( 'captain', 'captains', count, _ ). -noun( 'caption', 'captions', count, _ ). -noun( 'captive', 'captives', count, _ ). -noun( 'captivity', '-', mass, _ ). -noun( 'captor', 'captors', count, _ ). -noun( 'capture', 'captures', both, _ ). -noun( 'car', 'cars', count, _ ). -noun( 'car-ferry', 'car-ferries', count, _ ). -noun( 'carafe', 'carafes', count, _ ). -noun( 'caramel', 'caramels', both, _ ). -noun( 'carapace', 'carapaces', count, _ ). -noun( 'carat', 'carats', count, _ ). -noun( 'caravan', 'caravans', count, _ ). -noun( 'caravanning', '-', mass, _ ). -noun( 'caravansary', 'caravansaries', count, _ ). -noun( 'caravanserai', 'caravanserais', count, _ ). -noun( 'caraway', 'caraways', count, _ ). -noun( 'carbide', 'carbides', count, _ ). -noun( 'carbine', 'carbines', count, _ ). -noun( 'carbohydrate', 'carbohydrates', both, _ ). -noun( 'carbon', 'carbons', both, _ ). -noun( 'carbon-paper', '-', mass, _ ). -noun( 'carbonization', 'carbonizations', both, _ ). -noun( 'carborundum', '-', mass, _ ). -noun( 'carboy', 'carboys', count, _ ). -noun( 'carbuncle', 'carbuncles', count, _ ). -noun( 'carburettor', 'carburettors', count, _ ). -noun( 'carcase', 'carcases', count, _ ). -noun( 'carcass', 'carcasses', count, _ ). -noun( 'card', 'cards', count, _ ). -noun( 'card-sharper', 'card-sharpers', count, _ ). -noun( 'cardamom', '-', mass, _ ). -noun( 'cardboard', '-', mass, _ ). -noun( 'cardigan', 'cardigans', count, _ ). -noun( 'cardinal', 'cardinals', count, _ ). -noun( 'care', 'cares', both, _ ). -noun( 'career', 'careers', both, _ ). -noun( 'careerist', 'careerists', count, _ ). -noun( 'carefulness', '-', mass, _ ). -noun( 'carelessness', '-', mass, _ ). -noun( 'caress', 'caresses', count, _ ). -noun( 'caret', 'carets', count, _ ). -noun( 'caretaker', 'caretakers', count, _ ). -noun( 'cargo', 'cargoes', both, _ ). -noun( 'caribou', 'caribou', count, _ ). -noun( 'caricature', 'caricatures', both, _ ). -noun( 'caricaturist', 'caricaturists', count, _ ). -noun( 'caries', '-', mass, _ ). -noun( 'carillon', 'carillons', count, _ ). -noun( 'carmine', 'carmines', both, _ ). -noun( 'carnage', '-', mass, _ ). -noun( 'carnation', 'carnations', count, _ ). -noun( 'carnival', 'carnivals', both, _ ). -noun( 'carnivore', 'carnivores', count, _ ). -noun( 'carol', 'carols', count, _ ). -noun( 'caroller', 'carollers', count, _ ). -noun( 'carousal', 'carousals', count, _ ). -noun( 'carousel', 'carousels', count, _ ). -noun( 'carp', 'carp', count, _ ). -noun( 'carpal', 'carpals', count, _ ). -noun( 'carpenter', 'carpenters', count, _ ). -noun( 'carpentry', '-', mass, _ ). -noun( 'carpet', 'carpets', count, _ ). -noun( 'carpet-beater', 'carpet-beaters', count, _ ). -noun( 'carpet-knight', 'carpet-knights', count, _ ). -noun( 'carpet-sweeper', 'carpet-sweepers', count, _ ). -noun( 'carpetbag', 'carpetbags', count, _ ). -noun( 'carpetbagger', 'carpetbaggers', count, _ ). -noun( 'carport', 'carports', count, _ ). -noun( 'carriage', 'carriages', both, _ ). -noun( 'carriageway', 'carriageways', count, _ ). -noun( 'carrier', 'carriers', count, _ ). -noun( 'carrier-bag', 'carrier-bags', count, _ ). -noun( 'carrier-pigeon', 'carrier-pigeons', count, _ ). -noun( 'carrion', '-', mass, _ ). -noun( 'carrion-crow', 'carrion-crows', count, _ ). -noun( 'carrot', 'carrots', count, _ ). -noun( 'carry', 'carries', count, _ ). -noun( 'carrycot', 'carrycots', count, _ ). -noun( 'carsickness', '-', mass, _ ). -noun( 'cart', 'carts', count, _ ). -noun( 'cart-track', 'cart-tracks', count, _ ). -noun( 'cartage', '-', mass, _ ). -noun( 'carte blanche', '-', count, _ ). -noun( 'cartel', 'cartels', count, _ ). -noun( 'carter', 'carters', count, _ ). -noun( 'carthorse', 'carthorses', count, _ ). -noun( 'cartilage', 'cartilages', both, _ ). -noun( 'cartload', 'cartloads', count, _ ). -noun( 'cartographer', 'cartographers', count, _ ). -noun( 'cartography', '-', mass, _ ). -noun( 'carton', 'cartons', count, _ ). -noun( 'cartoon', 'cartoons', count, _ ). -noun( 'cartoonist', 'cartoonists', count, _ ). -noun( 'cartridge', 'cartridges', count, _ ). -noun( 'cartridge-belt', 'cartridge-belts', count, _ ). -noun( 'cartridge-paper', 'cartridge-papers', count, _ ). -noun( 'cartroad', 'cartroads', count, _ ). -noun( 'cartwheel', 'cartwheels', count, _ ). -noun( 'carver', 'carvers', count, _ ). -noun( 'carving', 'carvings', both, _ ). -noun( 'carving-fork', 'carving-forks', count, _ ). -noun( 'carving-knife', 'carving-knives', count, _ ). -noun( 'caryatid', 'caryatids', count, _ ). -noun( 'cascade', 'cascades', count, _ ). -noun( 'case', 'cases', count, _ ). -noun( 'case-history', 'case-histories', count, _ ). -noun( 'case-law', 'case-laws', count, _ ). -noun( 'casebook', 'casebooks', count, _ ). -noun( 'casein', '-', mass, _ ). -noun( 'casement', 'casements', count, _ ). -noun( 'casework', 'caseworks', count, _ ). -noun( 'cash', '-', mass, _ ). -noun( 'cashew', 'cashews', count, _ ). -noun( 'cashier', 'cashiers', count, _ ). -noun( 'cashmere', '-', mass, _ ). -noun( 'casing', 'casings', count, _ ). -noun( 'casino', 'casinos', count, _ ). -noun( 'cask', 'casks', count, _ ). -noun( 'casket', 'caskets', count, _ ). -noun( 'cassava', '-', mass, _ ). -noun( 'casserole', 'casseroles', count, _ ). -noun( 'cassette', 'cassettes', count, _ ). -noun( 'cassock', 'cassocks', count, _ ). -noun( 'cassowary', 'cassowaries', count, _ ). -noun( 'cast', 'casts', count, _ ). -noun( 'castaway', 'castaways', count, _ ). -noun( 'caste', 'castes', both, _ ). -noun( 'caster', 'casters', count, _ ). -noun( 'castigation', 'castigations', both, _ ). -noun( 'casting', 'castings', count, _ ). -noun( 'castle', 'castles', count, _ ). -noun( 'castor', 'castors', count, _ ). -noun( 'castor oil', '-', mass, _ ). -noun( 'castration', 'castrations', count, _ ). -noun( 'casualty', 'casualties', count, _ ). -noun( 'casuist', 'casuists', count, _ ). -noun( 'casuistry', 'casuistries', both, _ ). -noun( 'casus belli', '-', count, _ ). -noun( 'cat', 'cats', count, _ ). -noun( 'cat-nap', 'cat-naps', count, _ ). -noun( 'cat-o\'-nine-tails', '-', count, _ ). -noun( 'cat-sleep', 'cat-sleeps', count, _ ). -noun( 'cataclysm', 'cataclysms', count, _ ). -noun( 'catafalque', 'catafalques', count, _ ). -noun( 'catalepsy', '-', mass, _ ). -noun( 'cataleptic', 'cataleptics', count, _ ). -noun( 'catalogue', 'catalogues', count, _ ). -noun( 'catalpa', 'catalpas', count, _ ). -noun( 'catalysis', '-', mass, _ ). -noun( 'catalyst', 'catalysts', count, _ ). -noun( 'catamaran', 'catamarans', count, _ ). -noun( 'catapult', 'catapults', count, _ ). -noun( 'cataract', 'cataracts', count, _ ). -noun( 'catarrh', '-', mass, _ ). -noun( 'catastrophe', 'catastrophes', count, _ ). -noun( 'catcall', 'catcalls', count, _ ). -noun( 'catch', 'catches', count, _ ). -noun( 'catch-crop', 'catch-crops', count, _ ). -noun( 'catcher', 'catchers', count, _ ). -noun( 'catchment', 'catchments', count, _ ). -noun( 'catchment-area', 'catchment-areas', count, _ ). -noun( 'catchment-basin', 'catchment-basins', count, _ ). -noun( 'catchup', 'catchups', count, _ ). -noun( 'catchword', 'catchwords', count, _ ). -noun( 'catechism', 'catechisms', both, _ ). -noun( 'category', 'categories', count, _ ). -noun( 'caterer', 'caterers', count, _ ). -noun( 'caterpillar', 'caterpillars', count, _ ). -noun( 'caterwaul', 'caterwauls', count, _ ). -noun( 'catfish', 'catfish', count, _ ). -noun( 'catgut', '-', mass, _ ). -noun( 'catharsis', 'catharses', both, _ ). -noun( 'cathartic', 'cathartics', both, _ ). -noun( 'cathedral', 'cathedrals', count, _ ). -noun( 'cathode', 'cathodes', count, _ ). -noun( 'catholicity', '-', mass, _ ). -noun( 'catkin', 'catkins', count, _ ). -noun( 'catsup', 'catsups', both, _ ). -noun( 'cattiness', '-', mass, _ ). -noun( 'cattle-cake', '-', mass, _ ). -noun( 'cattleman', 'cattlemen', count, _ ). -noun( 'catwalk', 'catwalks', count, _ ). -noun( 'caucus', 'caucuses', count, _ ). -noun( 'caul', 'cauls', count, _ ). -noun( 'cauldron', 'cauldrons', count, _ ). -noun( 'cauliflower', 'cauliflowers', both, _ ). -noun( 'causality', '-', mass, _ ). -noun( 'causation', '-', mass, _ ). -noun( 'cause', 'causes', both, _ ). -noun( 'causerie', 'causeries', count, _ ). -noun( 'causeway', 'causeways', count, _ ). -noun( 'caution', 'cautions', both, _ ). -noun( 'cavalcade', 'cavalcades', count, _ ). -noun( 'cavalier', 'cavaliers', count, _ ). -noun( 'cavalry', 'cavalries', count, _ ). -noun( 'cavalryman', 'cavalrymen', count, _ ). -noun( 'cave', 'caves', count, _ ). -noun( 'cave-dweller', 'cave-dwellers', count, _ ). -noun( 'cave-in', 'cave-ins', count, _ ). -noun( 'caveat', 'caveats', count, _ ). -noun( 'caveman', 'cavemen', count, _ ). -noun( 'cavern', 'caverns', count, _ ). -noun( 'caviar', '-', mass, _ ). -noun( 'caviare', '-', mass, _ ). -noun( 'cavity', 'cavities', count, _ ). -noun( 'caw', 'caws', count, _ ). -noun( 'cayenne', '-', mass, _ ). -noun( 'cayenne pepper', '-', mass, _ ). -noun( 'cayman', 'caymans', count, _ ). -noun( 'ca~non', 'ca~nons', count, _ ). -noun( 'cc', 'cc', count, _ ). -noun( 'cease', 'ceases', count, _ ). -noun( 'cease-fire', 'cease-fires', count, _ ). -noun( 'cedar', 'cedars', both, _ ). -noun( 'cedilla', 'cedillas', count, _ ). -noun( 'ceiling', 'ceilings', count, _ ). -noun( 'celandine', 'celandines', count, _ ). -noun( 'celebrant', 'celebrants', count, _ ). -noun( 'celebration', 'celebrations', both, _ ). -noun( 'celebrity', 'celebrities', both, _ ). -noun( 'celerity', '-', mass, _ ). -noun( 'celery', '-', mass, _ ). -noun( 'celibacy', '-', mass, _ ). -noun( 'celibate', 'celibates', count, _ ). -noun( 'cell', 'cells', count, _ ). -noun( 'cellar', 'cellars', count, _ ). -noun( 'cellarage', 'cellarages', both, _ ). -noun( 'cellist', 'cellists', count, _ ). -noun( 'cello', 'cellos', count, _ ). -noun( 'cellophane', '-', mass, _ ). -noun( 'celluloid', '-', mass, _ ). -noun( 'cellulose', '-', mass, _ ). -noun( 'cement', '-', mass, _ ). -noun( 'cement-mixer', 'cement-mixers', count, _ ). -noun( 'cemetery', 'cemeteries', count, _ ). -noun( 'cenotaph', 'cenotaphs', count, _ ). -noun( 'censer', 'censers', count, _ ). -noun( 'censor', 'censors', count, _ ). -noun( 'censorship', 'censorships', count, _ ). -noun( 'censure', 'censures', both, _ ). -noun( 'census', 'censuses', count, _ ). -noun( 'cent', 'cents', count, _ ). -noun( 'centaur', 'centaurs', count, _ ). -noun( 'centenarian', 'centenarians', count, _ ). -noun( 'centenary', 'centenaries', count, _ ). -noun( 'centennial', 'centennials', count, _ ). -noun( 'centime', 'centimes', count, _ ). -noun( 'centimetre', 'centimetres', count, _ ). -noun( 'centipede', 'centipedes', count, _ ). -noun( 'central', 'centrals', count, _ ). -noun( 'centralization', 'centralizations', both, _ ). -noun( 'centre', 'centres', count, _ ). -noun( 'centre-bit', 'centre-bits', count, _ ). -noun( 'centre-board', 'centre-boards', count, _ ). -noun( 'centrepiece', 'centrepieces', count, _ ). -noun( 'centrifuge', 'centrifuges', count, _ ). -noun( 'centurion', 'centurions', count, _ ). -noun( 'century', 'centuries', count, _ ). -noun( 'ceramics', 'ceramics', mass, _ ). -noun( 'cereal', 'cereals', both, _ ). -noun( 'cerebration', '-', mass, _ ). -noun( 'ceremonial', 'ceremonials', both, _ ). -noun( 'ceremony', 'ceremonies', both, _ ). -noun( 'cerise', 'cerises', both, _ ). -noun( 'cert', 'certs', count, _ ). -noun( 'certainty', 'certainties', both, _ ). -noun( 'certificate', 'certificates', count, _ ). -noun( 'certification', 'certifications', both, _ ). -noun( 'certitude', '-', mass, _ ). -noun( 'cervix', 'cervixes', count, _ ). -noun( 'cessation', '-', mass, _ ). -noun( 'cession', 'cessions', both, _ ). -noun( 'cesspit', 'cesspits', count, _ ). -noun( 'cesspool', 'cesspools', count, _ ). -noun( 'cf', '-', proper, _ ). -noun( 'ch^ateau', 'ch^ateaux', count, _ ). -noun( 'chafe', 'chafes', count, _ ). -noun( 'chaff', '-', mass, _ ). -noun( 'chaffinch', 'chaffinches', count, _ ). -noun( 'chafing dish', 'chafing dishes', count, _ ). -noun( 'chagrin', '-', mass, _ ). -noun( 'chain', 'chains', count, _ ). -noun( 'chain-armour', '-', mass, _ ). -noun( 'chain-gang', 'chain-gangs', count, _ ). -noun( 'chain-letter', 'chain-letters', count, _ ). -noun( 'chain-mail', '-', mass, _ ). -noun( 'chain-smoker', 'chain-smokers', count, _ ). -noun( 'chain-stitch', 'chain-stitches', count, _ ). -noun( 'chain-store', 'chain-stores', count, _ ). -noun( 'chair', 'chairs', count, _ ). -noun( 'chair-lift', 'chair-lifts', count, _ ). -noun( 'chairman', 'chairmen', count, _ ). -noun( 'chairmanship', '-', mass, _ ). -noun( 'chaise', 'chaises', count, _ ). -noun( 'chaise longue', 'chaise longues', count, _ ). -noun( 'chalet', 'chalets', count, _ ). -noun( 'chalice', 'chalices', count, _ ). -noun( 'chalk', 'chalks', both, _ ). -noun( 'chalkpit', 'chalkpits', count, _ ). -noun( 'challenge', 'challenges', count, _ ). -noun( 'challenger', 'challengers', count, _ ). -noun( 'chamber', 'chambers', count, _ ). -noun( 'chamberlain', 'chamberlains', count, _ ). -noun( 'chambermaid', 'chambermaids', count, _ ). -noun( 'chamberpot', 'chamberpots', count, _ ). -noun( 'chameleon', 'chameleons', count, _ ). -noun( 'chammy-leather', 'chammy-leathers', count, _ ). -noun( 'chamois', 'chamoises', count, _ ). -noun( 'chamois-leather', 'chamois-leathers', count, _ ). -noun( 'champ', 'champs', count, _ ). -noun( 'champagne', 'champagnes', count, _ ). -noun( 'champion', 'champions', count, _ ). -noun( 'championship', 'championships', both, _ ). -noun( 'chance', 'chances', both, _ ). -noun( 'chancel', 'chancels', count, _ ). -noun( 'chancellery', 'chancelleries', count, _ ). -noun( 'chancellor', 'chancellors', count, _ ). -noun( 'chancery', 'chanceries', count, _ ). -noun( 'chandelier', 'chandeliers', count, _ ). -noun( 'chandler', 'chandlers', count, _ ). -noun( 'change', 'changes', both, _ ). -noun( 'changeableness', '-', mass, _ ). -noun( 'changeling', 'changelings', count, _ ). -noun( 'changeover', 'changeovers', count, _ ). -noun( 'channel', 'channels', count, _ ). -noun( 'chant', 'chants', count, _ ). -noun( 'chaos', '-', mass, _ ). -noun( 'chap', 'chaps', count, _ ). -noun( 'chapel', 'chapels', count, _ ). -noun( 'chapelgoer', 'chapelgoers', count, _ ). -noun( 'chaperon', 'chaperons', count, _ ). -noun( 'chaplain', 'chaplains', count, _ ). -noun( 'chaplaincy', 'chaplaincies', count, _ ). -noun( 'chaplet', 'chaplets', count, _ ). -noun( 'chapman', 'chapmen', count, _ ). -noun( 'chapter', 'chapters', count, _ ). -noun( 'chapterhouse', 'chapterhouses', count, _ ). -noun( 'char', 'chars', both, _ ). -noun( 'char`abanc', 'char`abancs', count, _ ). -noun( 'charabanc', 'charabancs', count, _ ). -noun( 'character', 'characters', both, _ ). -noun( 'characteristic', 'characteristics', count, _ ). -noun( 'characterization', '-', mass, _ ). -noun( 'charade', 'charades', count, _ ). -noun( 'charcoal', '-', mass, _ ). -noun( 'charcoal-burner', 'charcoal-burners', count, _ ). -noun( 'chard', 'chards', count, _ ). -noun( 'charg_e d\'affaires', 'charg_es d\'affaires', count, _ ). -noun( 'charge', 'charges', both, _ ). -noun( 'charge-account', 'charge-accounts', count, _ ). -noun( 'charge-sheet', 'charge-sheets', count, _ ). -noun( 'charger', 'chargers', count, _ ). -noun( 'chariot', 'chariots', count, _ ). -noun( 'charioteer', 'charioteers', count, _ ). -noun( 'charisma', 'charismas', count, _ ). -noun( 'charity', 'charities', both, _ ). -noun( 'charivari', '-', mass, _ ). -noun( 'charlady', 'charladies', count, _ ). -noun( 'charlatan', 'charlatans', count, _ ). -noun( 'charlock', '-', mass, _ ). -noun( 'charm', 'charms', both, _ ). -noun( 'charmer', 'charmers', count, _ ). -noun( 'charnel house', 'charnel houses', count, _ ). -noun( 'chart', 'charts', count, _ ). -noun( 'charter', 'charters', count, _ ). -noun( 'charter-party', 'charter-parties', count, _ ). -noun( 'chartreuse', '-', mass, _ ). -noun( 'charwoman', 'charwomen', count, _ ). -noun( 'chase', 'chases', count, _ ). -noun( 'chaser', 'chasers', count, _ ). -noun( 'chasm', 'chasms', count, _ ). -noun( 'chassis', 'chassis', count, _ ). -noun( 'chastisement', '-', mass, _ ). -noun( 'chastity', '-', mass, _ ). -noun( 'chasuble', 'chasubles', count, _ ). -noun( 'chat', 'chats', count, _ ). -noun( 'chatelaine', 'chatelaines', count, _ ). -noun( 'chattel', 'chattels', count, _ ). -noun( 'chatter', '-', mass, _ ). -noun( 'chatterbox', 'chatterboxes', count, _ ). -noun( 'chauffeur', 'chauffeurs', count, _ ). -noun( 'chauffeuse', 'chauffeuses', count, _ ). -noun( 'chauvinism', '-', mass, _ ). -noun( 'chauvinist', 'chauvinists', count, _ ). -noun( 'chaw', 'chaws', count, _ ). -noun( 'chaw-bacon', 'chaw-bacons', count, _ ). -noun( 'cheapness', '-', mass, _ ). -noun( 'cheat', 'cheats', count, _ ). -noun( 'check', 'checks', both, _ ). -noun( 'checkbook', 'checkbooks', count, _ ). -noun( 'checker', 'checkers', count, _ ). -noun( 'checkers', 'checkers', mass, _ ). -noun( 'checklist', 'checklists', count, _ ). -noun( 'checkmate', 'checkmates', count, _ ). -noun( 'checkout', 'checkouts', count, _ ). -noun( 'checkpoint', 'checkpoints', count, _ ). -noun( 'checkroom', 'checkrooms', count, _ ). -noun( 'checkup', 'checkups', count, _ ). -noun( 'cheek', 'cheeks', both, _ ). -noun( 'cheekbone', 'cheekbones', count, _ ). -noun( 'cheep', 'cheeps', count, _ ). -noun( 'cheer', 'cheers', both, _ ). -noun( 'cheerfulness', '-', mass, _ ). -noun( 'cheering', '-', mass, _ ). -noun( 'cheerleader', 'cheerleaders', count, _ ). -noun( 'cheerlessness', '-', mass, _ ). -noun( 'cheese', 'cheeses', both, _ ). -noun( 'cheesecake', 'cheesecakes', both, _ ). -noun( 'cheesecloth', 'cheesecloths', both, _ ). -noun( 'cheetah', 'cheetahs', count, _ ). -noun( 'chef', 'chefs', count, _ ). -noun( 'chef-d\'oeuvre', 'chefs-d\'oeuvre', count, _ ). -noun( 'chemical', 'chemicals', count, _ ). -noun( 'chemise', 'chemises', count, _ ). -noun( 'chemist', 'chemists', count, _ ). -noun( 'chemistry', '-', mass, _ ). -noun( 'chemotherapy', '-', mass, _ ). -noun( 'chenille', '-', mass, _ ). -noun( 'cheque', 'cheques', count, _ ). -noun( 'chequebook', 'chequebooks', count, _ ). -noun( 'cheroot', 'cheroots', count, _ ). -noun( 'cherry', 'cherries', count, _ ). -noun( 'cherub', 'cherubs', count, _ ). -noun( 'chervil', '-', mass, _ ). -noun( 'chess', '-', mass, _ ). -noun( 'chessboard', 'chessboards', count, _ ). -noun( 'chessman', 'chessmen', count, _ ). -noun( 'chest', 'chests', count, _ ). -noun( 'chesterfield', 'chesterfields', count, _ ). -noun( 'chestnut', 'chestnuts', both, _ ). -noun( 'cheval glass', 'cheval glasses', count, _ ). -noun( 'chevron', 'chevrons', count, _ ). -noun( 'chew', 'chews', count, _ ). -noun( 'chewing-gum', '-', mass, _ ). -noun( 'chiaroscuro', '-', mass, _ ). -noun( 'chic', '-', mass, _ ). -noun( 'chicanery', 'chicaneries', both, _ ). -noun( 'chick', 'chicks', count, _ ). -noun( 'chicken', 'chickens', both, _ ). -noun( 'chicken-run', 'chicken-runs', count, _ ). -noun( 'chickenfeed', '-', mass, _ ). -noun( 'chickenpox', '-', mass, _ ). -noun( 'chickpea', 'chickpeas', count, _ ). -noun( 'chickweed', '-', mass, _ ). -noun( 'chicle', '-', mass, _ ). -noun( 'chicory', '-', mass, _ ). -noun( 'chief', 'chiefs', count, _ ). -noun( 'chieftain', 'chieftains', count, _ ). -noun( 'chieftaincy', 'chieftaincies', count, _ ). -noun( 'chiffon', '-', mass, _ ). -noun( 'chiffonier', 'chiffoniers', count, _ ). -noun( 'chignon', 'chignons', count, _ ). -noun( 'chilblain', 'chilblains', count, _ ). -noun( 'child', 'children', count, _ ). -noun( 'child\'s-play', '-', mass, _ ). -noun( 'child-bearing', '-', mass, _ ). -noun( 'childbirth', '-', mass, _ ). -noun( 'childhood', '-', mass, _ ). -noun( 'chill', 'chills', count, _ ). -noun( 'chilli', 'chillies', count, _ ). -noun( 'chilly', 'chillies', count, _ ). -noun( 'chimaera', 'chimaeras', count, _ ). -noun( 'chime', 'chimes', count, _ ). -noun( 'chimera', 'chimeras', count, _ ). -noun( 'chimney', 'chimneys', count, _ ). -noun( 'chimney-sweep', 'chimney-sweeps', count, _ ). -noun( 'chimneybreast', 'chimneybreasts', count, _ ). -noun( 'chimneypiece', 'chimneypieces', count, _ ). -noun( 'chimneypot', 'chimneypots', count, _ ). -noun( 'chimneystack', 'chimneystacks', count, _ ). -noun( 'chimneysweep', 'chimneysweeps', count, _ ). -noun( 'chimneysweeper', 'chimneysweepers', count, _ ). -noun( 'chimp', 'chimps', count, _ ). -noun( 'chimpanzee', 'chimpanzees', count, _ ). -noun( 'chin', 'chins', count, _ ). -noun( 'chin-strap', 'chin-straps', count, _ ). -noun( 'chin-wagging', '-', mass, _ ). -noun( 'china', '-', mass, _ ). -noun( 'china-closet', 'china-closets', count, _ ). -noun( 'chinaware', '-', mass, _ ). -noun( 'chinchilla', 'chinchillas', both, _ ). -noun( 'chine', 'chines', count, _ ). -noun( 'chink', 'chinks', count, _ ). -noun( 'chintz', '-', mass, _ ). -noun( 'chip', 'chips', count, _ ). -noun( 'chipboard', '-', mass, _ ). -noun( 'chipmunk', 'chipmunks', count, _ ). -noun( 'chiropodist', 'chiropodists', count, _ ). -noun( 'chiropody', '-', mass, _ ). -noun( 'chiropractor', 'chiropractors', count, _ ). -noun( 'chirp', 'chirps', count, _ ). -noun( 'chirpiness', '-', mass, _ ). -noun( 'chirrup', 'chirrups', count, _ ). -noun( 'chisel', 'chisels', count, _ ). -noun( 'chiseller', 'chisellers', count, _ ). -noun( 'chit', 'chits', count, _ ). -noun( 'chit-chat', '-', mass, _ ). -noun( 'chivalry', '-', mass, _ ). -noun( 'chive', 'chives', both, _ ). -noun( 'chloride', '-', mass, _ ). -noun( 'chlorination', '-', mass, _ ). -noun( 'chlorine', '-', mass, _ ). -noun( 'chloroform', '-', mass, _ ). -noun( 'chlorophyll', '-', mass, _ ). -noun( 'choc', 'chocs', count, _ ). -noun( 'choc-ice', 'choc-ices', count, _ ). -noun( 'chock', 'chocks', count, _ ). -noun( 'chocolate', 'chocolates', both, _ ). -noun( 'choice', 'choices', both, _ ). -noun( 'choir', 'choirs', count, _ ). -noun( 'choir-school', 'choir-schools', count, _ ). -noun( 'choirboy', 'choirboys', count, _ ). -noun( 'choke', 'chokes', count, _ ). -noun( 'choke-damp', '-', mass, _ ). -noun( 'choker', 'chokers', count, _ ). -noun( 'chokey', 'chokeys', count, _ ). -noun( 'choky', 'chokies', count, _ ). -noun( 'choler', 'cholers', count, _ ). -noun( 'cholera', '-', mass, _ ). -noun( 'chop', 'chops', count, _ ). -noun( 'chop suey', '-', mass, _ ). -noun( 'chop-house', 'chop-houses', count, _ ). -noun( 'chopper', 'choppers', count, _ ). -noun( 'chorale', 'chorales', count, _ ). -noun( 'chord', 'chords', count, _ ). -noun( 'chore', 'chores', count, _ ). -noun( 'choreographer', 'choreographers', count, _ ). -noun( 'choreography', '-', mass, _ ). -noun( 'chorister', 'choristers', count, _ ). -noun( 'chortle', 'chortles', count, _ ). -noun( 'chorus', 'choruses', count, _ ). -noun( 'chorus-girl', 'chorus-girls', count, _ ). -noun( 'chow', 'chows', count, _ ). -noun( 'chowder', 'chowders', count, _ ). -noun( 'christening', 'christenings', count, _ ). -noun( 'chrome', '-', mass, _ ). -noun( 'chromium', '-', mass, _ ). -noun( 'chromosome', 'chromosomes', count, _ ). -noun( 'chronicle', 'chronicles', count, _ ). -noun( 'chronicler', 'chroniclers', count, _ ). -noun( 'chronology', 'chronologies', both, _ ). -noun( 'chronometer', 'chronometers', count, _ ). -noun( 'chrysalis', 'chrysalises', count, _ ). -noun( 'chrysanthemum', 'chrysanthemums', count, _ ). -noun( 'chuck', 'chucks', count, _ ). -noun( 'chucker-out', 'chuckers-out', count, _ ). -noun( 'chuckle', 'chuckles', count, _ ). -noun( 'chug', 'chugs', count, _ ). -noun( 'chukker', 'chukkers', count, _ ). -noun( 'chum', 'chums', count, _ ). -noun( 'chump', 'chumps', count, _ ). -noun( 'chunk', 'chunks', count, _ ). -noun( 'church', 'churches', both, _ ). -noun( 'churchgoer', 'churchgoers', count, _ ). -noun( 'churchman', 'churchmen', count, _ ). -noun( 'churchwarden', 'churchwardens', count, _ ). -noun( 'churchyard', 'churchyards', count, _ ). -noun( 'churl', 'churls', count, _ ). -noun( 'churn', 'churns', count, _ ). -noun( 'chute', 'chutes', count, _ ). -noun( 'chutney', 'chutneys', both, _ ). -noun( 'cicada', 'cicadas', count, _ ). -noun( 'cicala', 'cicalas', count, _ ). -noun( 'cicatrice', 'cicatrices', count, _ ). -noun( 'cicatrix', 'cicatrices', count, _ ). -noun( 'cicerone', '-', count, _ ). -noun( 'cider', 'ciders', both, _ ). -noun( 'ciderpress', 'ciderpresses', count, _ ). -noun( 'cif', '-', proper, _ ). -noun( 'cigar', 'cigars', count, _ ). -noun( 'cigarette', 'cigarettes', count, _ ). -noun( 'cigarette-case', 'cigarette-cases', count, _ ). -noun( 'cigarette-holder', 'cigarette-holders', count, _ ). -noun( 'cigarette-paper', 'cigarette-papers', count, _ ). -noun( 'cinch', '-', count, _ ). -noun( 'cinchona', 'cinchonas', count, _ ). -noun( 'cincture', 'cinctures', count, _ ). -noun( 'cinder', 'cinders', count, _ ). -noun( 'cinder-track', 'cinder-tracks', count, _ ). -noun( 'cine-camera', 'cine-cameras', count, _ ). -noun( 'cine-film', 'cine-films', count, _ ). -noun( 'cine-projector', 'cine-projectors', count, _ ). -noun( 'cinema', 'cinemas', count, _ ). -noun( 'cinematography', '-', mass, _ ). -noun( 'cinnamon', '-', mass, _ ). -noun( 'cinquefoil', 'cinquefoils', count, _ ). -noun( 'cipher', 'ciphers', count, _ ). -noun( 'circle', 'circles', count, _ ). -noun( 'circlet', 'circlets', count, _ ). -noun( 'circuit', 'circuits', count, _ ). -noun( 'circular', 'circulars', count, _ ). -noun( 'circularity', '-', mass, _ ). -noun( 'circulation', 'circulations', both, _ ). -noun( 'circumcision', 'circumcisions', count, _ ). -noun( 'circumference', 'circumferences', count, _ ). -noun( 'circumflex', 'circumflexes', count, _ ). -noun( 'circumlocution', 'circumlocutions', both, _ ). -noun( 'circumnavigation', 'circumnavigations', count, _ ). -noun( 'circumscription', 'circumscriptions', both, _ ). -noun( 'circumspection', '-', mass, _ ). -noun( 'circumstance', 'circumstances', count, _ ). -noun( 'circumvention', 'circumventions', count, _ ). -noun( 'circus', 'circuses', count, _ ). -noun( 'cirrhosis', '-', mass, _ ). -noun( 'cirrus', '-', mass, _ ). -noun( 'cissy', 'cissies', count, _ ). -noun( 'cistern', 'cisterns', count, _ ). -noun( 'citadel', 'citadels', count, _ ). -noun( 'citation', 'citations', both, _ ). -noun( 'citizen', 'citizens', count, _ ). -noun( 'citizenship', 'citizenships', count, _ ). -noun( 'citron', 'citrons', count, _ ). -noun( 'citrus', 'citruses', count, _ ). -noun( 'city', 'cities', count, _ ). -noun( 'civet', 'civets', both, _ ). -noun( 'civet-cat', 'civet-cats', count, _ ). -noun( 'civics', 'civics', mass, _ ). -noun( 'civilian', 'civilians', count, _ ). -noun( 'civility', 'civilities', both, _ ). -noun( 'civilization', 'civilizations', both, _ ). -noun( 'clack', 'clacks', count, _ ). -noun( 'claim', 'claims', both, _ ). -noun( 'claimant', 'claimants', count, _ ). -noun( 'clairvoyance', '-', mass, _ ). -noun( 'clairvoyant', 'clairvoyants', count, _ ). -noun( 'clam', 'clams', count, _ ). -noun( 'clambake', 'clambakes', count, _ ). -noun( 'clamber', 'clambers', count, _ ). -noun( 'clamour', 'clamours', both, _ ). -noun( 'clamp', 'clamps', count, _ ). -noun( 'clamp-down', 'clamp-downs', count, _ ). -noun( 'clan', 'clans', count, _ ). -noun( 'clang', 'clangs', count, _ ). -noun( 'clanger', 'clangers', count, _ ). -noun( 'clangour', '-', mass, _ ). -noun( 'clank', 'clanks', count, _ ). -noun( 'clansman', 'clansmen', count, _ ). -noun( 'clap', 'claps', both, _ ). -noun( 'clapboard', 'clapboards', count, _ ). -noun( 'clapper', 'clappers', count, _ ). -noun( 'clapperboard', 'clapperboards', count, _ ). -noun( 'claptrap', '-', mass, _ ). -noun( 'claque', 'claques', count, _ ). -noun( 'claret', 'clarets', both, _ ). -noun( 'clarification', '-', mass, _ ). -noun( 'clarinet', 'clarinets', count, _ ). -noun( 'clarinetist', 'clarinetists', count, _ ). -noun( 'clarinettist', 'clarinettists', count, _ ). -noun( 'clarion', 'clarions', count, _ ). -noun( 'clarity', '-', mass, _ ). -noun( 'clash', 'clashes', count, _ ). -noun( 'clasp', 'clasps', count, _ ). -noun( 'clasp-knife', 'clasp-knives', count, _ ). -noun( 'class', 'classes', both, _ ). -noun( 'class-feeling', '-', mass, _ ). -noun( 'class-fellow', 'class-fellows', count, _ ). -noun( 'class-list', 'class-lists', count, _ ). -noun( 'class-warfare', '-', mass, _ ). -noun( 'classic', 'classics', count, _ ). -noun( 'classicism', '-', mass, _ ). -noun( 'classicist', 'classicists', count, _ ). -noun( 'classics', 'classics', mass, _ ). -noun( 'classification', 'classifications', both, _ ). -noun( 'classmate', 'classmates', count, _ ). -noun( 'classroom', 'classrooms', count, _ ). -noun( 'clatter', '-', count, _ ). -noun( 'clause', 'clauses', count, _ ). -noun( 'claustrophobia', '-', mass, _ ). -noun( 'clavichord', 'clavichords', count, _ ). -noun( 'clavicle', 'clavicles', count, _ ). -noun( 'claw', 'claws', count, _ ). -noun( 'clawback', '-', mass, _ ). -noun( 'clawhammer', 'clawhammers', count, _ ). -noun( 'clay', '-', mass, _ ). -noun( 'clean', 'cleans', count, _ ). -noun( 'clean-up', 'clean-ups', count, _ ). -noun( 'cleaner', 'cleaners', count, _ ). -noun( 'cleanliness', '-', mass, _ ). -noun( 'cleanser', 'cleansers', both, _ ). -noun( 'clear', 'clears', count, _ ). -noun( 'clearance', 'clearances', both, _ ). -noun( 'clearing', 'clearings', count, _ ). -noun( 'clearing-house', 'clearing-houses', count, _ ). -noun( 'clearness', '-', mass, _ ). -noun( 'clearway', 'clearways', count, _ ). -noun( 'cleat', 'cleats', count, _ ). -noun( 'cleavage', 'cleavages', count, _ ). -noun( 'cleaver', 'cleavers', count, _ ). -noun( 'clef', 'clefs', count, _ ). -noun( 'cleft', 'clefts', count, _ ). -noun( 'clematis', '-', mass, _ ). -noun( 'clemency', '-', mass, _ ). -noun( 'clerestory', 'clerestories', count, _ ). -noun( 'clergy', 'clergies', count, _ ). -noun( 'clergyman', 'clergymen', count, _ ). -noun( 'cleric', 'clerics', count, _ ). -noun( 'clerihew', 'clerihews', count, _ ). -noun( 'clerk', 'clerks', count, _ ). -noun( 'cleverness', '-', mass, _ ). -noun( 'clew', 'clews', count, _ ). -noun( 'clich_e', 'clich_es', count, _ ). -noun( 'click', 'clicks', count, _ ). -noun( 'client', 'clients', count, _ ). -noun( 'clientele', 'clienteles', count, _ ). -noun( 'cliff', 'cliffs', count, _ ). -noun( 'cliff-hanger', 'cliff-hangers', count, _ ). -noun( 'climacteric', 'climacterics', count, _ ). -noun( 'climate', 'climates', count, _ ). -noun( 'climatology', '-', mass, _ ). -noun( 'climax', 'climaxes', count, _ ). -noun( 'climb', 'climbs', count, _ ). -noun( 'climb-down', 'climb-downs', count, _ ). -noun( 'climber', 'climbers', count, _ ). -noun( 'clime', 'climes', count, _ ). -noun( 'clinch', 'clinches', count, _ ). -noun( 'clincher', 'clinchers', count, _ ). -noun( 'clinic', 'clinics', count, _ ). -noun( 'clink', 'clinks', count, _ ). -noun( 'clinker', 'clinkers', both, _ ). -noun( 'clip', 'clips', count, _ ). -noun( 'clip-joint', 'clip-joints', count, _ ). -noun( 'clipper', 'clippers', count, _ ). -noun( 'clipping', 'clippings', count, _ ). -noun( 'clique', 'cliques', count, _ ). -noun( 'clitoris', 'clitorises', count, _ ). -noun( 'cloak', 'cloaks', count, _ ). -noun( 'cloakroom', 'cloakrooms', count, _ ). -noun( 'clobber', 'clobbers', count, _ ). -noun( 'cloche', 'cloches', count, _ ). -noun( 'clock', 'clocks', count, _ ). -noun( 'clock-dial', 'clock-dials', count, _ ). -noun( 'clock-face', 'clock-faces', count, _ ). -noun( 'clock-golf', '-', mass, _ ). -noun( 'clock-tower', 'clock-towers', count, _ ). -noun( 'clock-watching', '-', mass, _ ). -noun( 'clockwork', 'clockworks', count, _ ). -noun( 'clod', 'clods', count, _ ). -noun( 'clodhopper', 'clodhoppers', count, _ ). -noun( 'clog', 'clogs', count, _ ). -noun( 'clog-dance', 'clog-dances', count, _ ). -noun( 'cloisonn_e', '-', mass, _ ). -noun( 'cloister', 'cloisters', count, _ ). -noun( 'clone', 'clones', count, _ ). -noun( 'close', 'closes', count, _ ). -noun( 'close', '-', count, _ ). -noun( 'close-down', 'close-downs', count, _ ). -noun( 'close-up', 'close-ups', count, _ ). -noun( 'closeness', '-', mass, _ ). -noun( 'closet', 'closets', count, _ ). -noun( 'closure', 'closures', both, _ ). -noun( 'clot', 'clots', count, _ ). -noun( 'cloth', 'cloths', both, _ ). -noun( 'clothes-basket', 'clothes-baskets', count, _ ). -noun( 'clothes-hanger', 'clothes-hangers', count, _ ). -noun( 'clothes-moth', 'clothes-moths', count, _ ). -noun( 'clothes-peg', 'clothes-pegs', count, _ ). -noun( 'clothes-pin', 'clothes-pins', count, _ ). -noun( 'clotheshorse', 'clotheshorses', count, _ ). -noun( 'clothesline', 'clotheslines', count, _ ). -noun( 'clothier', 'clothiers', count, _ ). -noun( 'clothing', '-', mass, _ ). -noun( 'cloud', 'clouds', both, _ ). -noun( 'cloud-bank', 'cloud-banks', count, _ ). -noun( 'cloud-cuckoo-land', '-', count, _ ). -noun( 'cloudburst', 'cloudbursts', count, _ ). -noun( 'clout', 'clouts', count, _ ). -noun( 'clove', 'cloves', count, _ ). -noun( 'clove hitch', 'clove hitches', count, _ ). -noun( 'clover', '-', mass, _ ). -noun( 'cloverleaf', 'cloverleaves', count, _ ). -noun( 'clown', 'clowns', count, _ ). -noun( 'club', 'clubs', count, _ ). -noun( 'clubfoot', 'clubfeet', count, _ ). -noun( 'clubhouse', 'clubhouses', count, _ ). -noun( 'cluck', 'clucks', count, _ ). -noun( 'clue', 'clues', count, _ ). -noun( 'clump', 'clumps', count, _ ). -noun( 'clumsiness', '-', mass, _ ). -noun( 'clunk', 'clunks', count, _ ). -noun( 'cluster', 'clusters', count, _ ). -noun( 'clutch', 'clutches', count, _ ). -noun( 'clutter', 'clutters', both, _ ). -noun( 'cm', 'cm', count, _ ). -noun( 'co-ed', 'co-eds', count, _ ). -noun( 'co-op', 'co-ops', count, _ ). -noun( 'co-respondent', 'co-respondents', count, _ ). -noun( 'co-star', 'co-stars', count, _ ). -noun( 'coach', 'coaches', count, _ ). -noun( 'coach-builder', 'coach-builders', count, _ ). -noun( 'coachman', 'coachmen', count, _ ). -noun( 'coagulation', 'coagulations', both, _ ). -noun( 'coal', 'coals', both, _ ). -noun( 'coal-gas', '-', mass, _ ). -noun( 'coal-hole', 'coal-holes', count, _ ). -noun( 'coal-house', 'coal-houses', count, _ ). -noun( 'coal-scuttle', 'coal-scuttles', count, _ ). -noun( 'coal-seam', 'coal-seams', count, _ ). -noun( 'coal-tar', '-', mass, _ ). -noun( 'coalescence', 'coalescences', both, _ ). -noun( 'coalface', 'coalfaces', count, _ ). -noun( 'coalfield', 'coalfields', count, _ ). -noun( 'coaling-station', 'coaling-stations', count, _ ). -noun( 'coalition', 'coalitions', both, _ ). -noun( 'coalman', 'coalmen', count, _ ). -noun( 'coalmine', 'coalmines', count, _ ). -noun( 'coalpit', 'coalpits', count, _ ). -noun( 'coaming', 'coamings', count, _ ). -noun( 'coarseness', '-', mass, _ ). -noun( 'coast', 'coasts', count, _ ). -noun( 'coaster', 'coasters', count, _ ). -noun( 'coastguard', 'coastguards', count, _ ). -noun( 'coastline', 'coastlines', count, _ ). -noun( 'coat', 'coats', count, _ ). -noun( 'coat-hanger', 'coat-hangers', count, _ ). -noun( 'coatee', 'coatees', count, _ ). -noun( 'coating', 'coatings', both, _ ). -noun( 'coaxing', 'coaxings', both, _ ). -noun( 'cob', 'cobs', count, _ ). -noun( 'cob-nut', 'cob-nuts', count, _ ). -noun( 'cobalt', '-', mass, _ ). -noun( 'cobber', 'cobbers', count, _ ). -noun( 'cobble', 'cobbles', count, _ ). -noun( 'cobbler', 'cobblers', count, _ ). -noun( 'cobblestone', 'cobblestones', count, _ ). -noun( 'cobra', 'cobras', count, _ ). -noun( 'cobweb', 'cobwebs', count, _ ). -noun( 'cocaine', '-', mass, _ ). -noun( 'cochineal', '-', mass, _ ). -noun( 'cochlea', 'cochleas', count, _ ). -noun( 'cock', 'cocks', count, _ ). -noun( 'cock-a-doodle-doo', 'cock-a-doodle-doos', count, _ ). -noun( 'cock-crow', 'cock-crows', count, _ ). -noun( 'cockade', 'cockades', count, _ ). -noun( 'cockatoo', 'cockatoos', count, _ ). -noun( 'cockchafer', 'cockchafers', count, _ ). -noun( 'cocker', 'cockers', count, _ ). -noun( 'cockerel', 'cockerels', count, _ ). -noun( 'cockfighting', '-', mass, _ ). -noun( 'cockhorse', 'cockhorses', count, _ ). -noun( 'cockle', 'cockles', count, _ ). -noun( 'cockleshell', 'cockleshells', count, _ ). -noun( 'cockney', 'cockneys', count, _ ). -noun( 'cockpit', 'cockpits', count, _ ). -noun( 'cockroach', 'cockroaches', count, _ ). -noun( 'cockscomb', 'cockscombs', count, _ ). -noun( 'cocktail', 'cocktails', count, _ ). -noun( 'cockup', 'cockups', count, _ ). -noun( 'coco', 'cocos', count, _ ). -noun( 'cocoa', '-', mass, _ ). -noun( 'coconut', 'coconuts', count, _ ). -noun( 'cocoon', 'cocoons', count, _ ). -noun( 'cocotte', 'cocottes', count, _ ). -noun( 'cod', 'cods', both, _ ). -noun( 'cod-liver oil', '-', mass, _ ). -noun( 'coda', 'codas', count, _ ). -noun( 'code', 'codes', both, _ ). -noun( 'codeine', '-', mass, _ ). -noun( 'codex', 'codices', count, _ ). -noun( 'codfish', 'codfish', count, _ ). -noun( 'codger', 'codgers', count, _ ). -noun( 'codicil', 'codicils', count, _ ). -noun( 'codification', 'codifications', count, _ ). -noun( 'codling', 'codlings', count, _ ). -noun( 'codpiece', 'codpieces', count, _ ). -noun( 'coeducation', '-', mass, _ ). -noun( 'coefficient', 'coefficients', count, _ ). -noun( 'coercion', '-', mass, _ ). -noun( 'coeval', 'coevals', count, _ ). -noun( 'coexistence', '-', mass, _ ). -noun( 'coffee', 'coffees', both, _ ). -noun( 'coffee-house', 'coffee-houses', count, _ ). -noun( 'coffee-mill', 'coffee-mills', count, _ ). -noun( 'coffee-stall', 'coffee-stalls', count, _ ). -noun( 'coffer', 'coffers', count, _ ). -noun( 'coffer-dam', 'coffer-dams', count, _ ). -noun( 'coffin', 'coffins', count, _ ). -noun( 'cog', 'cogs', count, _ ). -noun( 'cogency', '-', mass, _ ). -noun( 'cogitation', '-', mass, _ ). -noun( 'cognac', '-', mass, _ ). -noun( 'cognate', 'cognates', count, _ ). -noun( 'cognition', '-', mass, _ ). -noun( 'cognizance', '-', mass, _ ). -noun( 'cognomen', 'cognomens', count, _ ). -noun( 'cogwheel', 'cogwheels', count, _ ). -noun( 'cohabitation', 'cohabitations', both, _ ). -noun( 'coherence', '-', mass, _ ). -noun( 'coherency', '-', mass, _ ). -noun( 'cohesion', '-', mass, _ ). -noun( 'cohort', 'cohorts', count, _ ). -noun( 'coif', 'coifs', count, _ ). -noun( 'coiffeur', 'coiffeurs', count, _ ). -noun( 'coiffure', 'coiffures', count, _ ). -noun( 'coign', 'coigns', count, _ ). -noun( 'coil', 'coils', count, _ ). -noun( 'coin', 'coins', both, _ ). -noun( 'coinage', 'coinages', both, _ ). -noun( 'coincidence', 'coincidences', both, _ ). -noun( 'coiner', 'coiners', count, _ ). -noun( 'coir', '-', mass, _ ). -noun( 'coition', '-', mass, _ ). -noun( 'coitus', '-', mass, _ ). -noun( 'coke', 'cokes', both, _ ). -noun( 'col', 'cols', count, _ ). -noun( 'cola', 'colas', count, _ ). -noun( 'colander', 'colanders', count, _ ). -noun( 'cold', 'colds', both, _ ). -noun( 'coldness', '-', mass, _ ). -noun( 'coleslaw', '-', mass, _ ). -noun( 'colic', '-', mass, _ ). -noun( 'colitis', '-', mass, _ ). -noun( 'collaboration', '-', mass, _ ). -noun( 'collaborationist', 'collaborationists', count, _ ). -noun( 'collaborator', 'collaborators', count, _ ). -noun( 'collage', 'collages', both, _ ). -noun( 'collapse', 'collapses', count, _ ). -noun( 'collar', 'collars', count, _ ). -noun( 'collarbone', 'collarbones', count, _ ). -noun( 'collateral', '-', mass, _ ). -noun( 'collation', 'collations', count, _ ). -noun( 'colleague', 'colleagues', count, _ ). -noun( 'collect', 'collects', count, _ ). -noun( 'collection', 'collections', both, _ ). -noun( 'collectivization', 'collectivizations', count, _ ). -noun( 'collector', 'collectors', count, _ ). -noun( 'colleen', 'colleens', count, _ ). -noun( 'college', 'colleges', both, _ ). -noun( 'collie', 'collies', count, _ ). -noun( 'collier', 'colliers', count, _ ). -noun( 'colliery', 'collieries', count, _ ). -noun( 'collision', 'collisions', both, _ ). -noun( 'collocation', 'collocations', both, _ ). -noun( 'colloquialism', 'colloquialisms', count, _ ). -noun( 'colloquy', 'colloquies', both, _ ). -noun( 'collusion', '-', mass, _ ). -noun( 'colon', 'colons', count, _ ). -noun( 'colonel', 'colonels', count, _ ). -noun( 'colonial', 'colonials', count, _ ). -noun( 'colonialism', '-', mass, _ ). -noun( 'colonialist', 'colonialists', count, _ ). -noun( 'colonist', 'colonists', count, _ ). -noun( 'colonization', '-', mass, _ ). -noun( 'colonizer', 'colonizers', count, _ ). -noun( 'colonnade', 'colonnades', count, _ ). -noun( 'colony', 'colonies', count, _ ). -noun( 'coloratura', '-', mass, _ ). -noun( 'colossus', 'colossi', count, _ ). -noun( 'colour', 'colours', both, _ ). -noun( 'colour-bar', 'colour-bars', count, _ ). -noun( 'colour-wash', 'colour-washes', count, _ ). -noun( 'colouring', '-', mass, _ ). -noun( 'colt', 'colts', count, _ ). -noun( 'columbine', 'columbines', count, _ ). -noun( 'column', 'columns', count, _ ). -noun( 'columnist', 'columnists', count, _ ). -noun( 'coma', 'comas', count, _ ). -noun( 'comb', 'combs', count, _ ). -noun( 'comb-out', 'comb-outs', count, _ ). -noun( 'combat', 'combats', count, _ ). -noun( 'combatant', 'combatants', count, _ ). -noun( 'combination', 'combinations', both, _ ). -noun( 'combination-lock', 'combination-locks', count, _ ). -noun( 'combine', 'combines', count, _ ). -noun( 'combustible', 'combustibles', count, _ ). -noun( 'combustion', '-', mass, _ ). -noun( 'come-on', 'come-ons', count, _ ). -noun( 'comeback', 'comebacks', count, _ ). -noun( 'comedian', 'comedians', count, _ ). -noun( 'comedienne', 'comediennes', count, _ ). -noun( 'comedown', 'comedowns', count, _ ). -noun( 'comedy', 'comedies', both, _ ). -noun( 'comeliness', '-', mass, _ ). -noun( 'comer', 'comers', count, _ ). -noun( 'comestible', 'comestibles', count, _ ). -noun( 'comet', 'comets', count, _ ). -noun( 'comfit', 'comfits', count, _ ). -noun( 'comfort', 'comforts', both, _ ). -noun( 'comforter', 'comforters', count, _ ). -noun( 'comfrey', '-', mass, _ ). -noun( 'comic', 'comics', count, _ ). -noun( 'coming', 'comings', count, _ ). -noun( 'comity', '-', mass, _ ). -noun( 'comma', 'commas', count, _ ). -noun( 'command', 'commands', both, _ ). -noun( 'commandant', 'commandants', count, _ ). -noun( 'commander', 'commanders', count, _ ). -noun( 'commandment', 'commandments', count, _ ). -noun( 'commando', 'commandos', count, _ ). -noun( 'commemoration', 'commemorations', both, _ ). -noun( 'commencement', 'commencements', count, _ ). -noun( 'commendation', 'commendations', both, _ ). -noun( 'comment', 'comments', both, _ ). -noun( 'commentary', 'commentaries', count, _ ). -noun( 'commentator', 'commentators', count, _ ). -noun( 'commerce', '-', mass, _ ). -noun( 'commercial', 'commercials', count, _ ). -noun( 'commercialism', '-', mass, _ ). -noun( 'commination', 'comminations', both, _ ). -noun( 'commiseration', 'commiserations', both, _ ). -noun( 'commissar', 'commissars', count, _ ). -noun( 'commissariat', 'commissariats', count, _ ). -noun( 'commissary', 'commissaries', count, _ ). -noun( 'commission', 'commissions', both, _ ). -noun( 'commissionaire', 'commissionaires', count, _ ). -noun( 'commissioner', 'commissioners', count, _ ). -noun( 'commital', 'commitals', count, _ ). -noun( 'commitment', 'commitments', both, _ ). -noun( 'committee', 'committees', count, _ ). -noun( 'commode', 'commodes', count, _ ). -noun( 'commodity', 'commodities', count, _ ). -noun( 'commodore', 'commodores', count, _ ). -noun( 'common', 'commons', count, _ ). -noun( 'common-room', 'common-rooms', count, _ ). -noun( 'commonalty', 'commonalties', count, _ ). -noun( 'commoner', 'commoners', count, _ ). -noun( 'commonplace', 'commonplaces', count, _ ). -noun( 'commonwealth', 'commonwealths', count, _ ). -noun( 'commotion', 'commotions', both, _ ). -noun( 'commune', 'communes', count, _ ). -noun( 'communicant', 'communicants', count, _ ). -noun( 'communication', 'communications', both, _ ). -noun( 'communion', 'communions', both, _ ). -noun( 'communiqu_e', 'communiqu_es', count, _ ). -noun( 'communism', '-', mass, _ ). -noun( 'communist', 'communists', count, _ ). -noun( 'community', 'communities', both, _ ). -noun( 'commutation', 'commutations', both, _ ). -noun( 'commutator', 'commutators', count, _ ). -noun( 'commuter', 'commuters', count, _ ). -noun( 'comp`ere', 'comp`eres', count, _ ). -noun( 'compact', 'compacts', count, _ ). -noun( 'compactness', '-', mass, _ ). -noun( 'companion', 'companions', count, _ ). -noun( 'companionship', '-', mass, _ ). -noun( 'companionway', 'companionways', count, _ ). -noun( 'company', 'companies', both, _ ). -noun( 'comparability', '-', mass, _ ). -noun( 'comparative', 'comparatives', count, _ ). -noun( 'compare', 'compares', count, _ ). -noun( 'comparison', 'comparisons', both, _ ). -noun( 'compartment', 'compartments', count, _ ). -noun( 'compass', 'compasses', count, _ ). -noun( 'compassion', '-', mass, _ ). -noun( 'compatibility', '-', mass, _ ). -noun( 'compatriot', 'compatriots', count, _ ). -noun( 'compeer', 'compeers', count, _ ). -noun( 'compendium', 'compendiums', count, _ ). -noun( 'compensation', 'compensations', both, _ ). -noun( 'competence', '-', mass, _ ). -noun( 'competition', 'competitions', both, _ ). -noun( 'competitiveness', '-', mass, _ ). -noun( 'competitor', 'competitors', count, _ ). -noun( 'compilation', 'compilations', both, _ ). -noun( 'compiler', 'compilers', count, _ ). -noun( 'complacence', '-', mass, _ ). -noun( 'complacency', '-', mass, _ ). -noun( 'complainant', 'complainants', count, _ ). -noun( 'complaint', 'complaints', both, _ ). -noun( 'complaisance', '-', mass, _ ). -noun( 'complement', 'complements', count, _ ). -noun( 'completeness', '-', mass, _ ). -noun( 'completion', '-', mass, _ ). -noun( 'complex', 'complexes', count, _ ). -noun( 'complexion', 'complexions', count, _ ). -noun( 'complexity', 'complexities', both, _ ). -noun( 'compliance', '-', mass, _ ). -noun( 'complication', 'complications', count, _ ). -noun( 'complicity', '-', mass, _ ). -noun( 'compliment', 'compliments', count, _ ). -noun( 'complin', 'complins', count, _ ). -noun( 'compline', 'complines', count, _ ). -noun( 'component', 'components', count, _ ). -noun( 'comportment', 'comportments', count, _ ). -noun( 'composer', 'composers', count, _ ). -noun( 'composition', 'compositions', both, _ ). -noun( 'compositor', 'compositors', count, _ ). -noun( 'compost', '-', mass, _ ). -noun( 'composure', '-', mass, _ ). -noun( 'compote', 'compotes', both, _ ). -noun( 'compound', 'compounds', count, _ ). -noun( 'comprehensibility', '-', mass, _ ). -noun( 'comprehension', 'comprehensions', both, _ ). -noun( 'comprehensiveness', '-', mass, _ ). -noun( 'compress', 'compresses', count, _ ). -noun( 'compression', '-', mass, _ ). -noun( 'compressor', 'compressors', count, _ ). -noun( 'compromise', 'compromises', both, _ ). -noun( 'comptroller', 'comptrollers', count, _ ). -noun( 'compulsion', '-', mass, _ ). -noun( 'compunction', '-', mass, _ ). -noun( 'computation', 'computations', both, _ ). -noun( 'computer', 'computers', count, _ ). -noun( 'comrade', 'comrades', count, _ ). -noun( 'comradeship', 'comradeships', count, _ ). -noun( 'con', 'cons', count, _ ). -noun( 'con-man', 'con-men', count, _ ). -noun( 'concatenation', 'concatenations', both, _ ). -noun( 'concavity', 'concavities', both, _ ). -noun( 'concealment', '-', mass, _ ). -noun( 'conceit', 'conceits', both, _ ). -noun( 'concentrate', 'concentrates', count, _ ). -noun( 'concentration', 'concentrations', both, _ ). -noun( 'concept', 'concepts', count, _ ). -noun( 'conception', 'conceptions', both, _ ). -noun( 'concern', 'concerns', both, _ ). -noun( 'concert', 'concerts', both, _ ). -noun( 'concert-hall', 'concert-halls', count, _ ). -noun( 'concertina', 'concertinas', count, _ ). -noun( 'concerto', 'concertos', count, _ ). -noun( 'concession', 'concessions', both, _ ). -noun( 'concessionaire', 'concessionaires', count, _ ). -noun( 'conch', 'conches', count, _ ). -noun( 'conchology', '-', mass, _ ). -noun( 'concierge', 'concierges', count, _ ). -noun( 'conciliation', '-', mass, _ ). -noun( 'conciseness', '-', mass, _ ). -noun( 'conclave', 'conclaves', count, _ ). -noun( 'conclusion', 'conclusions', count, _ ). -noun( 'concoction', 'concoctions', both, _ ). -noun( 'concomitant', 'concomitants', count, _ ). -noun( 'concord', 'concords', both, _ ). -noun( 'concordance', 'concordances', both, _ ). -noun( 'concordat', 'concordats', count, _ ). -noun( 'concourse', 'concourses', count, _ ). -noun( 'concrete', '-', mass, _ ). -noun( 'concretion', 'concretions', both, _ ). -noun( 'concubine', 'concubines', count, _ ). -noun( 'concupiscence', '-', mass, _ ). -noun( 'concurrence', 'concurrences', both, _ ). -noun( 'concussion', 'concussions', both, _ ). -noun( 'condemnation', 'condemnations', both, _ ). -noun( 'condensation', 'condensations', both, _ ). -noun( 'condenser', 'condensers', count, _ ). -noun( 'condescension', 'condescensions', both, _ ). -noun( 'condiment', 'condiments', both, _ ). -noun( 'condition', 'conditions', count, _ ). -noun( 'conditioner', 'conditioners', count, _ ). -noun( 'condolence', 'condolences', count, _ ). -noun( 'condominium', 'condominiums', count, _ ). -noun( 'condonation', 'condonations', count, _ ). -noun( 'condor', 'condors', count, _ ). -noun( 'conduct', '-', mass, _ ). -noun( 'conduction', '-', mass, _ ). -noun( 'conductivity', 'conductivities', both, _ ). -noun( 'conductor', 'conductors', count, _ ). -noun( 'conductress', 'conductresses', count, _ ). -noun( 'conduit', 'conduits', count, _ ). -noun( 'cone', 'cones', count, _ ). -noun( 'coney', 'coneys', count, _ ). -noun( 'confab', 'confabs', count, _ ). -noun( 'confabulation', 'confabulations', count, _ ). -noun( 'confection', 'confections', both, _ ). -noun( 'confectioner', 'confectioners', count, _ ). -noun( 'confectionery', 'confectioneries', both, _ ). -noun( 'confederacy', 'confederacies', count, _ ). -noun( 'confederate', 'confederates', count, _ ). -noun( 'confederation', 'confederations', both, _ ). -noun( 'conference', 'conferences', both, _ ). -noun( 'conferment', 'conferments', count, _ ). -noun( 'confession', 'confessions', both, _ ). -noun( 'confessional', 'confessionals', count, _ ). -noun( 'confessor', 'confessors', count, _ ). -noun( 'confetti', 'confetti', mass, _ ). -noun( 'confidant', 'confidants', count, _ ). -noun( 'confidence', 'confidences', both, _ ). -noun( 'confidentiality', 'confidentialities', both, _ ). -noun( 'configuration', 'configurations', count, _ ). -noun( 'confinement', 'confinements', both, _ ). -noun( 'confirmation', 'confirmations', both, _ ). -noun( 'confiscation', 'confiscations', both, _ ). -noun( 'conflagration', 'conflagrations', count, _ ). -noun( 'conflict', 'conflicts', both, _ ). -noun( 'confluence', 'confluences', count, _ ). -noun( 'conformation', 'conformations', count, _ ). -noun( 'conformist', 'conformists', count, _ ). -noun( 'conformity', '-', mass, _ ). -noun( 'confr`ere', 'confr`eres', count, _ ). -noun( 'confrontation', 'confrontations', both, _ ). -noun( 'confusion', '-', mass, _ ). -noun( 'confutation', 'confutations', count, _ ). -noun( 'cong_e', 'cong_es', count, _ ). -noun( 'conger', 'congers', count, _ ). -noun( 'conger-eel', 'conger-eels', count, _ ). -noun( 'congestion', '-', mass, _ ). -noun( 'conglomerate', 'conglomerates', count, _ ). -noun( 'conglomeration', 'conglomerations', both, _ ). -noun( 'congratulation', 'congratulations', count, _ ). -noun( 'congregation', 'congregations', both, _ ). -noun( 'congress', 'congresses', count, _ ). -noun( 'congressman', 'congressmen', count, _ ). -noun( 'congresswoman', 'congresswomen', count, _ ). -noun( 'conifer', 'conifers', count, _ ). -noun( 'conjecture', 'conjectures', both, _ ). -noun( 'conjugation', 'conjugations', both, _ ). -noun( 'conjunction', 'conjunctions', both, _ ). -noun( 'conjunctive', 'conjunctives', count, _ ). -noun( 'conjuncture', 'conjunctures', count, _ ). -noun( 'conjuration', 'conjurations', count, _ ). -noun( 'conjurer', 'conjurers', count, _ ). -noun( 'conjuror', 'conjurors', count, _ ). -noun( 'conk', 'conks', count, _ ). -noun( 'conker', 'conkers', count, _ ). -noun( 'connection', 'connections', both, _ ). -noun( 'connective', 'connectives', count, _ ). -noun( 'connexion', 'connexions', both, _ ). -noun( 'connivance', '-', mass, _ ). -noun( 'connoisseur', 'connoisseurs', count, _ ). -noun( 'connotation', 'connotations', count, _ ). -noun( 'conqueror', 'conquerors', count, _ ). -noun( 'conquest', 'conquests', both, _ ). -noun( 'conquistador', 'conquistadors', count, _ ). -noun( 'consanguinity', '-', mass, _ ). -noun( 'conscience', 'consciences', both, _ ). -noun( 'conscientiousness', '-', mass, _ ). -noun( 'consciousness', '-', mass, _ ). -noun( 'conscript', 'conscripts', count, _ ). -noun( 'conscription', '-', mass, _ ). -noun( 'consecration', 'consecrations', both, _ ). -noun( 'consensus', '-', both, _ ). -noun( 'consent', '-', mass, _ ). -noun( 'consequence', 'consequences', both, _ ). -noun( 'conservancy', 'conservancies', both, _ ). -noun( 'conservation', '-', mass, _ ). -noun( 'conservatism', '-', mass, _ ). -noun( 'conservative', 'conservatives', count, _ ). -noun( 'conservatoire', 'conservatoires', count, _ ). -noun( 'conservatory', 'conservatories', count, _ ). -noun( 'conserve', 'conserves', count, _ ). -noun( 'considerateness', '-', mass, _ ). -noun( 'consideration', 'considerations', both, _ ). -noun( 'consignee', 'consignees', count, _ ). -noun( 'consigner', 'consigners', count, _ ). -noun( 'consignment', 'consignments', both, _ ). -noun( 'consignor', 'consignors', count, _ ). -noun( 'consistence', '-', mass, _ ). -noun( 'consistency', 'consistencies', both, _ ). -noun( 'consistory', 'consistories', count, _ ). -noun( 'consolation', 'consolations', both, _ ). -noun( 'console', 'consoles', count, _ ). -noun( 'consolidation', 'consolidations', both, _ ). -noun( 'consomm_e', 'consomm_es', both, _ ). -noun( 'consonance', '-', mass, _ ). -noun( 'consonant', 'consonants', count, _ ). -noun( 'consort', 'consorts', count, _ ). -noun( 'consortium', 'consortia', count, _ ). -noun( 'conspectus', 'conspectuses', count, _ ). -noun( 'conspicuousness', '-', mass, _ ). -noun( 'conspiracy', 'conspiracies', both, _ ). -noun( 'conspirator', 'conspirators', count, _ ). -noun( 'constable', 'constables', count, _ ). -noun( 'constabulary', 'constabularies', count, _ ). -noun( 'constancy', '-', mass, _ ). -noun( 'constant', 'constants', count, _ ). -noun( 'constellation', 'constellations', count, _ ). -noun( 'consternation', '-', mass, _ ). -noun( 'constipation', '-', mass, _ ). -noun( 'constituency', 'constituencies', count, _ ). -noun( 'constituent', 'constituents', count, _ ). -noun( 'constitution', 'constitutions', both, _ ). -noun( 'constitutional', 'constitutionals', count, _ ). -noun( 'constitutionalism', '-', mass, _ ). -noun( 'constitutionalist', 'constitutionalists', count, _ ). -noun( 'constraint', 'constraints', both, _ ). -noun( 'constriction', 'constrictions', both, _ ). -noun( 'construction', 'constructions', both, _ ). -noun( 'constructor', 'constructors', count, _ ). -noun( 'consubstantiation', '-', mass, _ ). -noun( 'consul', 'consuls', count, _ ). -noun( 'consulate', 'consulates', count, _ ). -noun( 'consulship', 'consulships', count, _ ). -noun( 'consultant', 'consultants', count, _ ). -noun( 'consultation', 'consultations', both, _ ). -noun( 'consumer', 'consumers', count, _ ). -noun( 'consummation', 'consummations', both, _ ). -noun( 'consumption', '-', mass, _ ). -noun( 'consumptive', 'consumptives', count, _ ). -noun( 'cont', '-', proper, _ ). -noun( 'contact', 'contacts', both, _ ). -noun( 'contagion', 'contagions', both, _ ). -noun( 'container', 'containers', count, _ ). -noun( 'containment', '-', mass, _ ). -noun( 'contaminant', 'contaminants', count, _ ). -noun( 'contamination', 'contaminations', both, _ ). -noun( 'contemplation', '-', mass, _ ). -noun( 'contemporary', 'contemporaries', count, _ ). -noun( 'contempt', '-', mass, _ ). -noun( 'contender', 'contenders', count, _ ). -noun( 'content', 'contents', count, _ ). -noun( 'content', '-', mass, _ ). -noun( 'contention', 'contentions', both, _ ). -noun( 'contentment', '-', mass, _ ). -noun( 'contest', 'contests', count, _ ). -noun( 'contestant', 'contestants', count, _ ). -noun( 'context', 'contexts', both, _ ). -noun( 'contiguity', '-', mass, _ ). -noun( 'continence', '-', mass, _ ). -noun( 'continent', 'continents', count, _ ). -noun( 'contingency', 'contingencies', both, _ ). -noun( 'contingent', 'contingents', count, _ ). -noun( 'continuance', '-', count, _ ). -noun( 'continuation', 'continuations', both, _ ). -noun( 'continuity', '-', mass, _ ). -noun( 'contortion', 'contortions', both, _ ). -noun( 'contortionist', 'contortionists', count, _ ). -noun( 'contour', 'contours', count, _ ). -noun( 'contraband', '-', mass, _ ). -noun( 'contrabass', 'contrabasses', count, _ ). -noun( 'contraception', '-', mass, _ ). -noun( 'contraceptive', 'contraceptives', count, _ ). -noun( 'contract', 'contracts', both, _ ). -noun( 'contraction', 'contractions', both, _ ). -noun( 'contractor', 'contractors', count, _ ). -noun( 'contradiction', 'contradictions', both, _ ). -noun( 'contradistinction', 'contradistinctions', count, _ ). -noun( 'contralto', 'contraltos', count, _ ). -noun( 'contraption', 'contraptions', count, _ ). -noun( 'contrariety', 'contrarieties', both, _ ). -noun( 'contrariness', '-', mass, _ ). -noun( 'contrary', 'contraries', both, _ ). -noun( 'contrast', 'contrasts', both, _ ). -noun( 'contravention', 'contraventions', both, _ ). -noun( 'contretemps', 'contretemps', count, _ ). -noun( 'contribution', 'contributions', both, _ ). -noun( 'contributor', 'contributors', count, _ ). -noun( 'contrition', '-', mass, _ ). -noun( 'contrivance', 'contrivances', both, _ ). -noun( 'contriver', 'contrivers', count, _ ). -noun( 'control', 'controls', both, _ ). -noun( 'controller', 'controllers', count, _ ). -noun( 'controversialist', 'controversialists', count, _ ). -noun( 'controversy', 'controversies', both, _ ). -noun( 'contumacy', 'contumacies', both, _ ). -noun( 'contumely', 'contumelies', both, _ ). -noun( 'contusion', 'contusions', count, _ ). -noun( 'conundrum', 'conundrums', count, _ ). -noun( 'conurbation', 'conurbations', count, _ ). -noun( 'convalescence', '-', mass, _ ). -noun( 'convalescent', 'convalescents', count, _ ). -noun( 'convection', '-', mass, _ ). -noun( 'convector', 'convectors', count, _ ). -noun( 'convener', 'conveners', count, _ ). -noun( 'convenience', 'conveniences', both, _ ). -noun( 'convent', 'convents', count, _ ). -noun( 'conventicle', 'conventicles', count, _ ). -noun( 'convention', 'conventions', both, _ ). -noun( 'conventionality', 'conventionalities', both, _ ). -noun( 'convergence', 'convergences', count, _ ). -noun( 'conversation', 'conversations', both, _ ). -noun( 'conversationalist', 'conversationalists', count, _ ). -noun( 'converse', '-', both, _ ). -noun( 'conversion', 'conversions', both, _ ). -noun( 'convert', 'converts', count, _ ). -noun( 'converter', 'converters', count, _ ). -noun( 'convertibility', '-', mass, _ ). -noun( 'convertible', 'convertibles', count, _ ). -noun( 'convexity', '-', mass, _ ). -noun( 'conveyance', 'conveyances', both, _ ). -noun( 'conveyancer', 'conveyancers', count, _ ). -noun( 'conveyer', 'conveyers', count, _ ). -noun( 'conveyer-belt', 'conveyer-belts', count, _ ). -noun( 'conveyor', 'conveyors', count, _ ). -noun( 'convict', 'convicts', count, _ ). -noun( 'conviction', 'convictions', both, _ ). -noun( 'conviviality', 'convivialities', both, _ ). -noun( 'convocation', 'convocations', both, _ ). -noun( 'convolution', 'convolutions', count, _ ). -noun( 'convolvulus', 'convolvuluses', count, _ ). -noun( 'convoy', 'convoys', both, _ ). -noun( 'convulsion', 'convulsions', count, _ ). -noun( 'cony', 'conies', count, _ ). -noun( 'coo', 'coos', count, _ ). -noun( 'cook', 'cooks', count, _ ). -noun( 'cookbook', 'cookbooks', count, _ ). -noun( 'cooker', 'cookers', count, _ ). -noun( 'cookery', '-', mass, _ ). -noun( 'cookery-book', 'cookery-books', count, _ ). -noun( 'cookhouse', 'cookhouses', count, _ ). -noun( 'cookie', 'cookies', count, _ ). -noun( 'cooking', '-', mass, _ ). -noun( 'cooky', 'cookies', count, _ ). -noun( 'cool', '-', mass, _ ). -noun( 'coolant', 'coolants', both, _ ). -noun( 'cooler', 'coolers', count, _ ). -noun( 'coolie', 'coolies', count, _ ). -noun( 'cooling-tower', 'cooling-towers', count, _ ). -noun( 'coolness', '-', mass, _ ). -noun( 'coon', 'coons', count, _ ). -noun( 'coop', 'coops', count, _ ). -noun( 'cooper', 'coopers', count, _ ). -noun( 'cooperation', '-', mass, _ ). -noun( 'cooperative', 'cooperatives', count, _ ). -noun( 'cooperator', 'cooperators', count, _ ). -noun( 'coordinate', 'coordinates', count, _ ). -noun( 'coordination', 'coordinations', both, _ ). -noun( 'coordinator', 'coordinators', count, _ ). -noun( 'coot', 'coots', count, _ ). -noun( 'cop', 'cops', count, _ ). -noun( 'cop-out', 'cop-outs', count, _ ). -noun( 'copartner', 'copartners', count, _ ). -noun( 'copartnership', 'copartnerships', count, _ ). -noun( 'cope', 'copes', count, _ ). -noun( 'copeck', 'copecks', count, _ ). -noun( 'coping', 'copings', count, _ ). -noun( 'coping-stone', 'coping-stones', count, _ ). -noun( 'copper', 'coppers', both, _ ). -noun( 'copperhead', 'copperheads', count, _ ). -noun( 'copperplate', '-', mass, _ ). -noun( 'coppersmith', 'coppersmiths', count, _ ). -noun( 'coppice', 'coppices', count, _ ). -noun( 'copra', '-', mass, _ ). -noun( 'copse', 'copses', count, _ ). -noun( 'copula', 'copulas', count, _ ). -noun( 'copulation', 'copulations', count, _ ). -noun( 'copulative', 'copulatives', count, _ ). -noun( 'copy', 'copies', both, _ ). -noun( 'copybook', 'copybooks', count, _ ). -noun( 'copycat', 'copycats', count, _ ). -noun( 'copyhold', '-', mass, _ ). -noun( 'copyholder', 'copyholders', count, _ ). -noun( 'copyist', 'copyists', count, _ ). -noun( 'copyright', 'copyrights', both, _ ). -noun( 'copywriter', 'copywriters', count, _ ). -noun( 'coquetry', 'coquetries', both, _ ). -noun( 'coquette', 'coquettes', count, _ ). -noun( 'cor anglais', 'cor anglais', count, _ ). -noun( 'coracle', 'coracles', count, _ ). -noun( 'coral', 'corals', both, _ ). -noun( 'coral-reef', 'coral-reefs', count, _ ). -noun( 'corbel', 'corbels', count, _ ). -noun( 'cord', 'cords', both, _ ). -noun( 'cordage', '-', mass, _ ). -noun( 'cordial', 'cordials', both, _ ). -noun( 'cordiality', 'cordialities', both, _ ). -noun( 'cordite', '-', mass, _ ). -noun( 'cordon', 'cordons', count, _ ). -noun( 'corduroy', '-', mass, _ ). -noun( 'core', 'cores', count, _ ). -noun( 'coreligionist', 'coreligionists', count, _ ). -noun( 'corgi', 'corgis', count, _ ). -noun( 'cork', 'corks', both, _ ). -noun( 'corkage', '-', mass, _ ). -noun( 'corker', 'corkers', count, _ ). -noun( 'corkscrew', 'corkscrews', count, _ ). -noun( 'corm', 'corms', count, _ ). -noun( 'cormorant', 'cormorants', count, _ ). -noun( 'corn', 'corns', both, _ ). -noun( 'corn-exchange', 'corn-exchanges', count, _ ). -noun( 'corncob', 'corncobs', count, _ ). -noun( 'corncrake', 'corncrakes', count, _ ). -noun( 'cornea', 'corneas', count, _ ). -noun( 'cornelian', 'cornelians', count, _ ). -noun( 'corner', 'corners', count, _ ). -noun( 'corner-kick', 'corner-kicks', count, _ ). -noun( 'cornerstone', 'cornerstones', count, _ ). -noun( 'cornet', 'cornets', count, _ ). -noun( 'cornflake', 'cornflakes', count, _ ). -noun( 'cornflour', '-', mass, _ ). -noun( 'cornflower', 'cornflowers', count, _ ). -noun( 'cornice', 'cornices', count, _ ). -noun( 'cornpone', '-', mass, _ ). -noun( 'cornstarch', '-', mass, _ ). -noun( 'cornucopia', 'cornucopias', count, _ ). -noun( 'corolla', 'corollas', count, _ ). -noun( 'corollary', 'corollaries', count, _ ). -noun( 'corona', 'coronas', count, _ ). -noun( 'coronary', 'coronaries', count, _ ). -noun( 'coronation', 'coronations', count, _ ). -noun( 'coroner', 'coroners', count, _ ). -noun( 'coronet', 'coronets', count, _ ). -noun( 'corporal', 'corporals', count, _ ). -noun( 'corporation', 'corporations', count, _ ). -noun( 'corps', '-', count, _ ). -noun( 'corps de ballet', '-', count, _ ). -noun( 'corpse', 'corpses', count, _ ). -noun( 'corpulence', '-', mass, _ ). -noun( 'corpus', 'corpora', count, _ ). -noun( 'corpuscle', 'corpuscles', count, _ ). -noun( 'corral', 'corrals', count, _ ). -noun( 'correction', 'corrections', both, _ ). -noun( 'correctitude', '-', mass, _ ). -noun( 'corrective', 'correctives', count, _ ). -noun( 'correctness', '-', mass, _ ). -noun( 'correlation', 'correlations', count, _ ). -noun( 'correlative', 'correlatives', count, _ ). -noun( 'correspondence', 'correspondences', both, _ ). -noun( 'correspondent', 'correspondents', count, _ ). -noun( 'corridor', 'corridors', count, _ ). -noun( 'corrie', 'corries', count, _ ). -noun( 'corrigendum', 'corrigenda', count, _ ). -noun( 'corroboration', '-', mass, _ ). -noun( 'corrosion', '-', mass, _ ). -noun( 'corrosive', 'corrosives', count, _ ). -noun( 'corrugation', 'corrugations', both, _ ). -noun( 'corruptibility', '-', mass, _ ). -noun( 'corruption', '-', mass, _ ). -noun( 'corruptness', '-', mass, _ ). -noun( 'corsage', 'corsages', count, _ ). -noun( 'corsair', 'corsairs', count, _ ). -noun( 'corse', 'corses', count, _ ). -noun( 'corselet', 'corselets', count, _ ). -noun( 'corset', 'corsets', count, _ ). -noun( 'corslet', 'corslets', count, _ ). -noun( 'cort`ege', 'cort`eges', count, _ ). -noun( 'cortege', 'corteges', count, _ ). -noun( 'cortex', 'cortices', count, _ ). -noun( 'cortisone', '-', mass, _ ). -noun( 'corundum', '-', mass, _ ). -noun( 'coruscation', 'coruscations', count, _ ). -noun( 'corv_ee', 'corv_ees', count, _ ). -noun( 'corvette', 'corvettes', count, _ ). -noun( 'cos', 'cos', count, _ ). -noun( 'cosh', 'coshes', count, _ ). -noun( 'cosignatory', 'cosignatories', count, _ ). -noun( 'cosine', 'cosines', count, _ ). -noun( 'cosiness', '-', mass, _ ). -noun( 'cosmetic', 'cosmetics', count, _ ). -noun( 'cosmetician', 'cosmeticians', count, _ ). -noun( 'cosmogony', 'cosmogonies', count, _ ). -noun( 'cosmonaut', 'cosmonauts', count, _ ). -noun( 'cosmopolitan', 'cosmopolitans', count, _ ). -noun( 'cosmos', '-', count, _ ). -noun( 'cost', 'costs', both, _ ). -noun( 'costermonger', 'costermongers', count, _ ). -noun( 'costing', 'costings', both, _ ). -noun( 'costliness', '-', mass, _ ). -noun( 'costume', 'costumes', both, _ ). -noun( 'costumier', 'costumiers', count, _ ). -noun( 'cosy', 'cosies', count, _ ). -noun( 'cot', 'cots', count, _ ). -noun( 'cote', 'cotes', count, _ ). -noun( 'cotenant', 'cotenants', count, _ ). -noun( 'coterie', 'coteries', count, _ ). -noun( 'cotilion', 'cotilions', count, _ ). -noun( 'cotillion', 'cotillions', count, _ ). -noun( 'cottage', 'cottages', count, _ ). -noun( 'cottar', 'cottars', count, _ ). -noun( 'cotter', 'cotters', count, _ ). -noun( 'cotton', '-', mass, _ ). -noun( 'cotton-cake', '-', mass, _ ). -noun( 'cotton-plant', 'cotton-plants', count, _ ). -noun( 'cotton-wool', '-', mass, _ ). -noun( 'cottontail', 'cottontails', count, _ ). -noun( 'cotyledon', 'cotyledons', count, _ ). -noun( 'couch', 'couches', both, _ ). -noun( 'couch-grass', '-', mass, _ ). -noun( 'couchette', 'couchettes', count, _ ). -noun( 'cougar', 'cougars', count, _ ). -noun( 'cough', 'coughs', count, _ ). -noun( 'coulter', 'coulters', count, _ ). -noun( 'council', 'councils', count, _ ). -noun( 'council-board', 'council-boards', count, _ ). -noun( 'council-chamber', 'council-chambers', count, _ ). -noun( 'councillor', 'councillors', count, _ ). -noun( 'counsel', '-', mass, _ ). -noun( 'counsellor', 'counsellors', count, _ ). -noun( 'count', 'counts', both, _ ). -noun( 'countdown', 'countdowns', count, _ ). -noun( 'countenance', 'countenances', both, _ ). -noun( 'counter', 'counters', count, _ ). -noun( 'counter-example', 'counter-examples', count, _ ). -noun( 'counter-revolution', 'counter-revolutions', both, _ ). -noun( 'counter-revolutionary', 'counter-revolutionaries', count, _ ). -noun( 'counteraction', 'counteractions', count, _ ). -noun( 'counterattack', 'counterattacks', count, _ ). -noun( 'counterattraction', 'counterattractions', count, _ ). -noun( 'counterbalance', 'counterbalances', count, _ ). -noun( 'counterblast', 'counterblasts', count, _ ). -noun( 'counterclaim', 'counterclaims', count, _ ). -noun( 'counterespionage', '-', mass, _ ). -noun( 'counterfeit', 'counterfeits', count, _ ). -noun( 'counterfeiter', 'counterfeiters', count, _ ). -noun( 'counterfoil', 'counterfoils', count, _ ). -noun( 'counterintelligence', '-', mass, _ ). -noun( 'counterirritant', 'counterirritants', count, _ ). -noun( 'countermine', 'countermines', count, _ ). -noun( 'counteroffer', 'counteroffers', count, _ ). -noun( 'counterpane', 'counterpanes', count, _ ). -noun( 'counterpart', 'counterparts', count, _ ). -noun( 'counterplot', 'counterplots', count, _ ). -noun( 'counterpoint', 'counterpoints', both, _ ). -noun( 'counterpoise', 'counterpoises', both, _ ). -noun( 'countersign', 'countersigns', count, _ ). -noun( 'countertenor', 'countertenors', count, _ ). -noun( 'countess', 'countesses', count, _ ). -noun( 'counting-house', 'counting-houses', count, _ ). -noun( 'country', 'countries', both, _ ). -noun( 'country-house', 'country-houses', count, _ ). -noun( 'country-seat', 'country-seats', count, _ ). -noun( 'countryman', 'countrymen', count, _ ). -noun( 'countryside', '-', mass, _ ). -noun( 'countrywoman', 'countrywomen', count, _ ). -noun( 'county', 'counties', count, _ ). -noun( 'coup', 'coups', count, _ ). -noun( 'coup d\'etat', 'coups d\'etat', count, _ ). -noun( 'coup de grace', '-', count, _ ). -noun( 'coup_e', 'coup_es', count, _ ). -noun( 'couple', 'couples', count, _ ). -noun( 'couplet', 'couplets', count, _ ). -noun( 'coupling', 'couplings', both, _ ). -noun( 'coupon', 'coupons', count, _ ). -noun( 'courage', '-', mass, _ ). -noun( 'courgette', 'courgettes', count, _ ). -noun( 'courier', 'couriers', count, _ ). -noun( 'course', 'courses', both, _ ). -noun( 'courser', 'coursers', count, _ ). -noun( 'coursing', 'coursings', count, _ ). -noun( 'court', 'courts', both, _ ). -noun( 'court-card', 'court-cards', count, _ ). -noun( 'court-martial', 'courts-martial', count, _ ). -noun( 'courtesan', 'courtesans', count, _ ). -noun( 'courtesy', 'courtesies', both, _ ). -noun( 'courtier', 'courtiers', count, _ ). -noun( 'courtliness', '-', mass, _ ). -noun( 'courtroom', 'courtrooms', count, _ ). -noun( 'courtship', 'courtships', both, _ ). -noun( 'courtyard', 'courtyards', count, _ ). -noun( 'cousin', 'cousins', count, _ ). -noun( 'cove', 'coves', count, _ ). -noun( 'coven', 'covens', count, _ ). -noun( 'covenant', 'covenants', count, _ ). -noun( 'cover', 'covers', both, _ ). -noun( 'cover-up', 'cover-ups', count, _ ). -noun( 'coverage', '-', mass, _ ). -noun( 'covering', 'coverings', count, _ ). -noun( 'coverlet', 'coverlets', count, _ ). -noun( 'covert', 'coverts', count, _ ). -noun( 'covetousness', '-', mass, _ ). -noun( 'covey', 'coveys', count, _ ). -noun( 'cow', 'cows', count, _ ). -noun( 'coward', 'cowards', count, _ ). -noun( 'cowardice', '-', mass, _ ). -noun( 'cowbell', 'cowbells', count, _ ). -noun( 'cowboy', 'cowboys', count, _ ). -noun( 'cowcatcher', 'cowcatchers', count, _ ). -noun( 'cowhand', 'cowhands', count, _ ). -noun( 'cowherd', 'cowherds', count, _ ). -noun( 'cowhide', 'cowhides', both, _ ). -noun( 'cowhouse', 'cowhouses', count, _ ). -noun( 'cowl', 'cowls', count, _ ). -noun( 'cowling', 'cowlings', count, _ ). -noun( 'cowman', 'cowmen', count, _ ). -noun( 'cowpox', 'cowpoxes', count, _ ). -noun( 'cowrie', 'cowries', count, _ ). -noun( 'cowshed', 'cowsheds', count, _ ). -noun( 'cowskin', 'cowskins', count, _ ). -noun( 'cowslip', 'cowslips', count, _ ). -noun( 'cox', 'coxes', count, _ ). -noun( 'coxcomb', 'coxcombs', count, _ ). -noun( 'coxswain', 'coxswains', count, _ ). -noun( 'coyness', '-', mass, _ ). -noun( 'coyote', 'coyotes', count, _ ). -noun( 'coypu', 'coypus', count, _ ). -noun( 'cp', '-', proper, _ ). -noun( 'cr^epe', '-', mass, _ ). -noun( 'cr`eche', 'cr`eches', count, _ ). -noun( 'cr`eme de menthe', '-', mass, _ ). -noun( 'crab', 'crabs', both, _ ). -noun( 'crab-apple', 'crab-apples', count, _ ). -noun( 'crack', 'cracks', count, _ ). -noun( 'crack-down', 'crack-downs', count, _ ). -noun( 'crack-up', 'crack-ups', count, _ ). -noun( 'cracker', 'crackers', count, _ ). -noun( 'crackle', '-', mass, _ ). -noun( 'crackle-china', '-', mass, _ ). -noun( 'crackleware', '-', mass, _ ). -noun( 'crackling', '-', mass, _ ). -noun( 'crackpot', 'crackpots', count, _ ). -noun( 'cracksman', 'cracksmen', count, _ ). -noun( 'cradle', 'cradles', count, _ ). -noun( 'craft', 'crafts', both, _ ). -noun( 'craftiness', '-', mass, _ ). -noun( 'craftsman', 'craftsmen', count, _ ). -noun( 'craftsmanship', '-', mass, _ ). -noun( 'crag', 'crags', count, _ ). -noun( 'cragsman', 'cragsmen', count, _ ). -noun( 'crake', 'crakes', count, _ ). -noun( 'crammer', 'crammers', count, _ ). -noun( 'cramp', 'cramps', both, _ ). -noun( 'cramp-iron', 'cramp-irons', count, _ ). -noun( 'crampon', 'crampons', count, _ ). -noun( 'cranberry', 'cranberries', count, _ ). -noun( 'crane', 'cranes', count, _ ). -noun( 'crane-fly', 'crane-flies', count, _ ). -noun( 'cranium', 'craniums', count, _ ). -noun( 'crank', 'cranks', count, _ ). -noun( 'crankshaft', 'crankshafts', count, _ ). -noun( 'cranny', 'crannies', count, _ ). -noun( 'crap', 'craps', both, _ ). -noun( 'crap-shooting', 'crap-shootings', count, _ ). -noun( 'crape', '-', mass, _ ). -noun( 'craps', 'craps', mass, _ ). -noun( 'crash', 'crashes', both, _ ). -noun( 'crash-dive', 'crash-dives', count, _ ). -noun( 'crash-helmet', 'crash-helmets', count, _ ). -noun( 'crash-landing', 'crash-landings', count, _ ). -noun( 'crate', 'crates', count, _ ). -noun( 'crater', 'craters', count, _ ). -noun( 'cravat', 'cravats', count, _ ). -noun( 'craven', 'cravens', count, _ ). -noun( 'craving', 'cravings', count, _ ). -noun( 'crawfish', 'crawfishes', count, _ ). -noun( 'crawl', '-', count, _ ). -noun( 'crawler', 'crawlers', count, _ ). -noun( 'crayfish', 'crayfishes', count, _ ). -noun( 'crayon', 'crayons', count, _ ). -noun( 'craze', 'crazes', count, _ ). -noun( 'craziness', '-', mass, _ ). -noun( 'creak', 'creaks', count, _ ). -noun( 'cream', 'creams', both, _ ). -noun( 'creamery', 'creameries', count, _ ). -noun( 'crease', 'creases', count, _ ). -noun( 'creation', 'creations', both, _ ). -noun( 'creativeness', '-', mass, _ ). -noun( 'creator', 'creators', count, _ ). -noun( 'creature', 'creatures', count, _ ). -noun( 'credence', '-', mass, _ ). -noun( 'credibility', '-', mass, _ ). -noun( 'credit', 'credits', both, _ ). -noun( 'credit-side', 'credit-sides', count, _ ). -noun( 'credit-worthiness', '-', mass, _ ). -noun( 'creditor', 'creditors', count, _ ). -noun( 'credo', 'credos', count, _ ). -noun( 'credulity', 'credulities', both, _ ). -noun( 'creed', 'creeds', count, _ ). -noun( 'creek', 'creeks', count, _ ). -noun( 'creel', 'creels', count, _ ). -noun( 'creep', 'creeps', count, _ ). -noun( 'creeper', 'creepers', count, _ ). -noun( 'cremation', 'cremations', both, _ ). -noun( 'crematorium', 'crematoriums', count, _ ). -noun( 'crematory', 'crematories', count, _ ). -noun( 'creosote', '-', mass, _ ). -noun( 'crepe', '-', mass, _ ). -noun( 'crepitation', 'crepitations', count, _ ). -noun( 'crescendo', 'crescendos', count, _ ). -noun( 'crescent', 'crescents', count, _ ). -noun( 'cress', '-', mass, _ ). -noun( 'crest', 'crests', count, _ ). -noun( 'cretin', 'cretins', count, _ ). -noun( 'cretonne', '-', mass, _ ). -noun( 'crevasse', 'crevasses', count, _ ). -noun( 'crevice', 'crevices', count, _ ). -noun( 'crew', 'crews', count, _ ). -noun( 'crew-cut', 'crew-cuts', count, _ ). -noun( 'crew-neck', 'crew-necks', count, _ ). -noun( 'crib', 'cribs', count, _ ). -noun( 'cribbage', '-', mass, _ ). -noun( 'cribbage-board', 'cribbage-boards', count, _ ). -noun( 'crick', 'cricks', count, _ ). -noun( 'cricket', 'crickets', both, _ ). -noun( 'cricketer', 'cricketers', count, _ ). -noun( 'crier', 'criers', count, _ ). -noun( 'crime', 'crimes', both, _ ). -noun( 'criminal', 'criminals', count, _ ). -noun( 'criminology', '-', mass, _ ). -noun( 'crimson', 'crimsons', both, _ ). -noun( 'crinkle', 'crinkles', count, _ ). -noun( 'crinoline', 'crinolines', both, _ ). -noun( 'cripple', 'cripples', count, _ ). -noun( 'crisis', 'crises', count, _ ). -noun( 'crisp', 'crisps', count, _ ). -noun( 'crispness', '-', mass, _ ). -noun( 'criterion', 'criterions', count, _ ). -noun( 'critic', 'critics', count, _ ). -noun( 'criticism', 'criticisms', both, _ ). -noun( 'critique', 'critiques', count, _ ). -noun( 'croak', 'croaks', count, _ ). -noun( 'crochet', '-', mass, _ ). -noun( 'crochet-hook', 'crochet-hooks', count, _ ). -noun( 'crock', 'crocks', count, _ ). -noun( 'crockery', '-', mass, _ ). -noun( 'crocodile', 'crocodiles', count, _ ). -noun( 'crocus', 'crocuses', count, _ ). -noun( 'croft', 'crofts', count, _ ). -noun( 'crofter', 'crofters', count, _ ). -noun( 'cromlech', 'cromlechs', count, _ ). -noun( 'crone', 'crones', count, _ ). -noun( 'crony', 'cronies', count, _ ). -noun( 'crook', 'crooks', count, _ ). -noun( 'crookedness', '-', mass, _ ). -noun( 'crooner', 'crooners', count, _ ). -noun( 'crop', 'crops', count, _ ). -noun( 'crop-dusting', '-', mass, _ ). -noun( 'cropper', 'croppers', count, _ ). -noun( 'croquet', '-', mass, _ ). -noun( 'croquette', 'croquettes', count, _ ). -noun( 'crore', 'crores', count, _ ). -noun( 'crosier', 'crosiers', count, _ ). -noun( 'cross', 'crosses', count, _ ). -noun( 'cross-bench', 'cross-benches', count, _ ). -noun( 'cross-bencher', 'cross-benchers', count, _ ). -noun( 'cross-division', 'cross-divisions', both, _ ). -noun( 'cross-examination', 'cross-examinations', count, _ ). -noun( 'cross-examiner', 'cross-examiners', count, _ ). -noun( 'cross-fertilization', 'cross-fertilizations', count, _ ). -noun( 'cross-heading', 'cross-headings', count, _ ). -noun( 'cross-index', 'cross-indexes', count, _ ). -noun( 'cross-reference', 'cross-references', count, _ ). -noun( 'cross-section', 'cross-sections', count, _ ). -noun( 'cross-stitch', 'cross-stitches', both, _ ). -noun( 'crossbar', 'crossbars', count, _ ). -noun( 'crossbeam', 'crossbeams', count, _ ). -noun( 'crossbow', 'crossbows', count, _ ). -noun( 'crossbreed', 'crossbreeds', count, _ ). -noun( 'crosscheck', 'crosschecks', count, _ ). -noun( 'crosscurrent', 'crosscurrents', count, _ ). -noun( 'crosscut', 'crosscuts', count, _ ). -noun( 'crosse', 'crosses', count, _ ). -noun( 'crossfire', 'crossfires', both, _ ). -noun( 'crossing', 'crossings', both, _ ). -noun( 'crossness', '-', mass, _ ). -noun( 'crosspatch', 'crosspatches', count, _ ). -noun( 'crosspiece', 'crosspieces', count, _ ). -noun( 'crossroad', 'crossroads', count, _ ). -noun( 'crosstalk', '-', mass, _ ). -noun( 'crosswalk', 'crosswalks', count, _ ). -noun( 'crosswind', 'crosswinds', count, _ ). -noun( 'crossword', 'crosswords', count, _ ). -noun( 'crotch', 'crotches', count, _ ). -noun( 'crotchet', 'crotchets', count, _ ). -noun( 'crouch', 'crouches', count, _ ). -noun( 'croup', 'croups', both, _ ). -noun( 'croupier', 'croupiers', count, _ ). -noun( 'crow', 'crows', count, _ ). -noun( 'crow\'s-nest', 'crow\'s-nests', count, _ ). -noun( 'crowbar', 'crowbars', count, _ ). -noun( 'crowd', 'crowds', count, _ ). -noun( 'crown', 'crowns', count, _ ). -noun( 'crown-land', 'crown-lands', count, _ ). -noun( 'crozier', 'croziers', count, _ ). -noun( 'crucible', 'crucibles', count, _ ). -noun( 'crucifix', 'crucifixes', count, _ ). -noun( 'crucifixion', 'crucifixions', both, _ ). -noun( 'crudeness', '-', mass, _ ). -noun( 'crudity', 'crudities', both, _ ). -noun( 'cruelty', 'cruelties', both, _ ). -noun( 'cruet', 'cruets', count, _ ). -noun( 'cruet-stand', 'cruet-stands', count, _ ). -noun( 'cruise', 'cruises', count, _ ). -noun( 'cruiser', 'cruisers', count, _ ). -noun( 'crumb', 'crumbs', both, _ ). -noun( 'crumpet', 'crumpets', count, _ ). -noun( 'crunch', 'crunches', count, _ ). -noun( 'crupper', 'cruppers', count, _ ). -noun( 'crusade', 'crusades', count, _ ). -noun( 'crusader', 'crusaders', count, _ ). -noun( 'cruse', 'cruses', count, _ ). -noun( 'crush', '-', mass, _ ). -noun( 'crust', 'crusts', both, _ ). -noun( 'crustacean', 'crustaceans', count, _ ). -noun( 'crutch', 'crutches', count, _ ). -noun( 'crux', 'cruxes', count, _ ). -noun( 'cruzeiro', 'cruzeiros', count, _ ). -noun( 'cry', 'cries', count, _ ). -noun( 'crybaby', 'crybabies', count, _ ). -noun( 'crypt', 'crypts', count, _ ). -noun( 'cryptogram', 'cryptograms', count, _ ). -noun( 'crystal', 'crystals', both, _ ). -noun( 'crystal-gazing', '-', mass, _ ). -noun( 'crystallization', 'crystallizations', both, _ ). -noun( 'crystallography', '-', mass, _ ). -noun( 'cub', 'cubs', count, _ ). -noun( 'cubbyhole', 'cubbyholes', count, _ ). -noun( 'cube', 'cubes', count, _ ). -noun( 'cubicle', 'cubicles', count, _ ). -noun( 'cubism', '-', mass, _ ). -noun( 'cubist', 'cubists', count, _ ). -noun( 'cubit', 'cubits', count, _ ). -noun( 'cuckold', 'cuckolds', count, _ ). -noun( 'cuckoo', 'cuckoos', count, _ ). -noun( 'cuckoo-clock', 'cuckoo-clocks', count, _ ). -noun( 'cucumber', 'cucumbers', both, _ ). -noun( 'cud', '-', mass, _ ). -noun( 'cuddle', 'cuddles', count, _ ). -noun( 'cudgel', 'cudgels', count, _ ). -noun( 'cue', 'cues', count, _ ). -noun( 'cuff', 'cuffs', count, _ ). -noun( 'cuirass', 'cuirasses', count, _ ). -noun( 'cuirassier', 'cuirassiers', count, _ ). -noun( 'cuisine', '-', mass, _ ). -noun( 'cul-de-sac', 'cul-de-sacs', count, _ ). -noun( 'cull', 'culls', count, _ ). -noun( 'cullender', 'cullenders', count, _ ). -noun( 'culmination', 'culminations', count, _ ). -noun( 'culpability', '-', mass, _ ). -noun( 'culprit', 'culprits', count, _ ). -noun( 'cult', 'cults', count, _ ). -noun( 'cultivation', '-', mass, _ ). -noun( 'cultivator', 'cultivators', count, _ ). -noun( 'culture', 'cultures', both, _ ). -noun( 'culvert', 'culverts', count, _ ). -noun( 'cummerbund', 'cummerbunds', count, _ ). -noun( 'cumulus', 'cumuli', count, _ ). -noun( 'cunning', '-', mass, _ ). -noun( 'cunt', 'cunts', count, _ ). -noun( 'cup', 'cups', count, _ ). -noun( 'cup-bearer', 'cup-bearers', count, _ ). -noun( 'cup-final', 'cup-finals', count, _ ). -noun( 'cup-tie', 'cup-ties', count, _ ). -noun( 'cupboard', 'cupboards', count, _ ). -noun( 'cupboard-love', '-', mass, _ ). -noun( 'cupful', 'cupfuls', count, _ ). -noun( 'cupidity', '-', mass, _ ). -noun( 'cupola', 'cupolas', count, _ ). -noun( 'cuppa', 'cuppas', count, _ ). -noun( 'cupping', '-', mass, _ ). -noun( 'cupro-nickel', '-', mass, _ ). -noun( 'cur', 'curs', count, _ ). -noun( 'cur_e', 'cur_es', count, _ ). -noun( 'cura det.s ! g ! c ++ cn.s ! n ++ det.s2 ; - a = agrP3 g n ; - hasClit = False - } ; - - UsePN = pn2np ; - - UsePron p = p ; - - PredetNP pred np = heavyNP { - s = \\c => pred.s ! aagr (np.a.g) (np.a.n) ! c ++ (np.s ! pred.c).ton ; - a = np.a ; - hasClit = False - } ; - - PPartNP np v2 = heavyNP { - s = \\c => (np.s ! c).ton ++ v2.s ! VPart np.a.g np.a.n ; - a = np.a ; - hasClit = False - } ; - - RelNP np rs = heavyNP { - s = \\c => (np.s ! c).ton ++ rs.s ! Indic ! np.a ; - a = np.a ; - hasClit = False - } ; - - AdvNP np adv = heavyNP { - s = \\c => (np.s ! c).ton ++ adv.s ; - a = np.a ; - hasClit = False - } ; - - DetQuantOrd quant num ord = { - s,sp = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ - ord.s ! aagr g num.n ; - s2 = quant.s2 ; - n = num.n - } ; - - DetQuant quant num = { - s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ; - sp = \\g,c => case num.isNum of { - True => quant.s ! True ! num.n ! g ! c ++ num.s ! g ; - False => quant.sp ! num.n ! g ! c ++ num.s ! g - } ; - s2 = quant.s2 ; - n = num.n - } ; - - DetNP det = - let - g = Masc ; ---- Fem in Extra - n = det.n - in heavyNP { - s = det.sp ! g ; - a = agrP3 g n ; - hasClit = False - } ; - - PossPron p = { - s = \\_,n,g,c => possCase g n c ++ p.poss ! n ! g ; ---- il mio! - sp = \\ n,g,c => possCase g n c ++ p.poss ! n ! g ; ---- not for Fre - s2 = [] - } ; - - NumSg = {s = \\_ => [] ; isNum = False ; n = Sg} ; - NumPl = {s = \\_ => [] ; isNum = False ; n = Pl} ; - - NumCard n = n ** {isNum = True} ; - - NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdDigits nu = {s = \\a => nu.s ! NOrd a.g a.n} ; - - NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdNumeral nu = {s = \\a => nu.s ! NOrd a.g a.n} ; - - AdNum adn num = {s = \\a => adn.s ++ num.s ! a ; isNum = num.isNum ; n = num.n} ; - - OrdSuperl adj = {s = \\a => adj.s ! Superl ! AF a.g a.n} ; - - DefArt = { - s = \\_,n,g,c => artDef g n c ; - sp = \\n,g,c => artDef g n c ; ---- not for Fre - s2 = [] - } ; - - IndefArt = { - s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ; - sp = \\n,g,c => artIndef g n c ; ---- not for Fre - s2 = [] - } ; - - MassNP cn = let - g = cn.g ; - n = Sg - in heavyNP { - s = \\c => partitive g c ++ cn.s ! n ; - a = agrP3 g n ; - hasClit = False - } ; - --- This is based on record subtyping. - - UseN, UseN2 = \noun -> noun ; - - Use2N3 f = f ; - - Use3N3 f = f ** {c2 = f.c3} ; - - ComplN2 f x = { - s = \\n => f.s ! n ++ appCompl f.c2 x ; - g = f.g ; - } ; - - ComplN3 f x = { - s = \\n => f.s ! n ++ appCompl f.c2 x ; - g = f.g ; - c2 = f.c3 - } ; - - AdjCN ap cn = - let - g = cn.g - in { - s = \\n => preOrPost ap.isPre (ap.s ! (AF g n)) (cn.s ! n) ; - g = g ; - } ; - - RelCN cn rs = let g = cn.g in { - s = \\n => cn.s ! n ++ rs.s ! Indic ! agrP3 g n ; --- mood - g = g - } ; - SentCN cn sc = let g = cn.g in { - s = \\n => cn.s ! n ++ sc.s ; - g = g - } ; - AdvCN cn sc = let g = cn.g in { - s = \\n => cn.s ! n ++ sc.s ; - g = g - } ; - - ApposCN cn np = let g = cn.g in { - s = \\n => cn.s ! n ++ (np.s ! Nom).ton ; - g = g - } ; - -} diff --git a/next-lib/src/romanian/BeschRon.gf b/next-lib/src/romanian/BeschRon.gf deleted file mode 100644 index 4511833ac..000000000 --- a/next-lib/src/romanian/BeschRon.gf +++ /dev/null @@ -1,171 +0,0 @@ -resource BeschRon = open Prelude, MorphoRon,CatRon in { - -flags optimize=noexpand ; -- faster and smaller than =all - -oper VerbeN = {s: VForm => Str } ; -oper mkNV : Verbe -> V = \ve -> {s = ve ; lock_V = <> } ; -oper mkRV : Verbe -> V = \ve -> {s = ve ; lock_V = <>} ; - - --- for Group 1 - verbs ending in a (last sylablle) - the default behaviour is conjugation with "ez" --- with small mutation, depending on the second last letter (80 % verbs - especially neological) --- for Group 2 - verbs ending in ea - there are relatively few verbs, most of them irregular --- default behavior - covers almost 25 % --- for Group 3 - verbs ending in e - most verbs have phonetical mutations in the stem, for different --- tenses, difficult to find a pattern that describes this behavior --- default conjugation - covers almost 20% --- for Group 4 - verbs ending in i/ - the default behaviour is the conjugation with "sc", which --- characterizes almost 75 % of the verbs --- in general : Group 1 + Group 4 are the most frequent for verbs --- the smart paradigm covers (60-70% cases for a reasonably big database) --- (statistical tests also needed) - - - -oper conj : Str -> Verbe = mkV6 ; - - - -oper v_besch6 : Str -> VerbeN = \s -> mkNV (mkV6 s) ; -oper v_besch7 : Str -> VerbeN = \s -> mkNV (mkV7 s) ; -oper v_besch8 : Str -> VerbeN = \s -> mkNV (mkV8 s) ; -oper v_besch9 : Str -> VerbeN = \s -> mkNV (mkV9 s) ; -oper v_besch10 : Str -> VerbeN = \s -> mkNV (mkV10 s) ; -oper v_besch11 : Str -> VerbeN = \s -> mkNV (mkV11 s) ; -oper v_besch12 : Str -> VerbeN = \s -> mkNV (mkV12 s) ; -oper v_besch13 : Str -> VerbeN = \s -> mkNV (mkV13 s) ; -oper v_besch14 : Str -> VerbeN = \s -> mkNV (mkV14 s) ; -oper v_besch15 : Str -> VerbeN = \s -> mkNV (mkV15 s) ; -oper v_besch16 : Str -> VerbeN = \s -> mkNV (mkV16 s) ; -oper v_besch17 : Str -> VerbeN = \s -> mkNV (mkV17 s) ; -oper v_besch18 : Str -> VerbeN = \s -> mkNV (mkV18 s) ; -oper v_besch19 : Str -> VerbeN = \s -> mkNV (mkV19 s) ; -oper v_besch20 : Str -> VerbeN = \s -> mkNV (mkV20 s) ; -oper v_besch21 : Str -> VerbeN = \s -> mkNV (mkV21 s) ; -oper v_besch22 : Str -> VerbeN = \s -> mkNV (mkV22 s) ; -oper v_besch23 : Str -> VerbeN = \s -> mkNV (mkV23 s) ; -oper v_besch24 : Str -> VerbeN = \s -> mkNV (mkV24 s) ; -oper v_besch25 : Str -> VerbeN = \s -> mkNV (mkV25 s) ; -oper v_besch26 : Str -> VerbeN = \s -> mkNV (mkV26 s) ; -oper v_besch27 : Str -> VerbeN = \s -> mkNV (mkV27 s) ; -oper v_besch28 : Str -> VerbeN = \s -> mkNV (mkV28 s) ; -oper v_besch29 : Str -> VerbeN = \s -> mkNV (mkV29 s) ; -oper v_besch30 : Str -> VerbeN = \s -> mkNV (mkV30 s) ; -oper v_besch31 : Str -> VerbeN = \s -> mkNV (mkV31 s) ; -oper v_besch32 : Str -> VerbeN = \s -> mkNV (mkV32 s) ; -oper v_besch33 : Str -> VerbeN = \s -> mkNV (mkV33 s) ; -oper v_besch34 : Str -> VerbeN = \s -> mkNV (mkV34 s) ; -oper v_besch35 : Str -> VerbeN = \s -> mkNV (mkV35 s) ; -oper v_besch36 : Str -> VerbeN = \s -> mkNV (mkV36 s) ; -oper v_besch37 : Str -> VerbeN = \s -> mkNV (mkV37 s) ; -oper v_besch38 : Str -> VerbeN = \s -> mkNV (mkV38 s) ; -oper v_besch39 : Str -> VerbeN = \s -> mkNV (mkV39 s) ; -oper v_besch40 : Str -> VerbeN = \s -> mkNV (mkV40 s) ; -oper v_besch41 : Str -> VerbeN = \s -> mkNV (mkV41 s) ; -oper v_besch42 : Str -> VerbeN = \s -> mkNV (mkV42 s) ; -oper v_besch43 : Str -> VerbeN = \s -> mkNV (mkV43 s) ; -oper v_besch44 : Str -> VerbeN = \s -> mkNV (mkV44 s) ; -oper v_besch45 : Str -> VerbeN = \s -> mkNV (mkV45 s) ; -oper v_besch46 : Str -> VerbeN = \s -> mkNV (mkV46 s) ; -oper v_besch47 : Str -> VerbeN = \s -> mkNV (mkV47 s) ; -oper v_besch48 : Str -> VerbeN = \s -> mkNV (mkV48 s) ; -oper v_besch49 : Str -> VerbeN = \s -> mkNV (mkV49 s) ; -oper v_besch50 : Str -> VerbeN = \s -> mkNV (mkV50 s) ; -oper v_besch51 : Str -> VerbeN = \s -> mkNV (mkV51 s) ; -oper v_besch52 : Str -> VerbeN = \s -> mkNV (mkV52 s) ; -oper v_besch53 : Str -> VerbeN = \s -> mkNV (mkV53 s) ; -oper v_besch54 : Str -> VerbeN = \s -> mkNV (mkV54 s) ; -oper v_besch55 : Str -> VerbeN = \s -> mkNV (mkV55 s) ; -oper v_besch56 : Str -> VerbeN = \s -> mkNV (mkV56 s) ; -oper v_besch57 : Str -> VerbeN = \s -> mkNV (mkV57 s) ; -oper v_besch58 : Str -> VerbeN = \s -> mkNV (mkV58 s) ; -oper v_besch59 : Str -> VerbeN = \s -> mkNV (mkV59 s) ; -oper v_besch60 : Str -> VerbeN = \s -> mkNV (mkV60 s) ; -oper v_besch61 : Str -> VerbeN = \s -> mkNV (mkV61 s) ; -oper v_besch62 : Str -> VerbeN = \s -> mkNV (mkV62 s) ; ---oper v_besch63 : Str -> VerbeN = \s -> mkNV (mkV63 s) ; -oper v_besch64 : Str -> VerbeN = \s -> mkNV (mkV64 s) ; -oper v_besch65 : Str -> VerbeN = \s -> mkNV (mkV65 s) ; -oper v_besch66 : Str -> VerbeN = \s -> mkNV (mkV66 s) ; -oper v_besch67 : Str -> VerbeN = \s -> mkNV (mkV67 s) ; -oper v_besch68 : Str -> VerbeN = \s -> mkNV (mkV68 s) ; -oper v_besch69 : Str -> VerbeN = \s -> mkNV (mkV69 s) ; -oper v_besch70 : Str -> VerbeN = \s -> mkNV (mkV70 s) ; -oper v_besch71 : Str -> VerbeN = \s -> mkNV (mkV71 s) ; -oper v_besch72 : Str -> VerbeN = \s -> mkNV (mkV72 s) ; -oper v_besch73 : Str -> VerbeN = \s -> mkNV (mkV73 s) ; -oper v_besch74 : Str -> VerbeN = \s -> mkNV (mkV74 s) ; ---oper v_besch75 : Str -> VerbeN = \s -> mkNV (mkV75 s) ; -oper v_besch76 : Str -> VerbeN = \s -> mkNV (mkV76 s) ; -oper v_besch77 : Str -> VerbeN = \s -> mkNV (mkV77 s) ; -oper v_besch78 : Str -> VerbeN = \s -> mkNV (mkV78 s) ; -oper v_besch79 : Str -> VerbeN = \s -> mkNV (mkV79 s) ; -oper v_besch80 : Str -> VerbeN = \s -> mkNV (mkV80 s) ; -oper v_besch81 : Str -> VerbeN = \s -> mkNV (mkV81 s) ; -oper v_besch82 : Str -> VerbeN = \s -> mkNV (mkV82 s) ; -oper v_besch83 : Str -> VerbeN = \s -> mkNV (mkV83 s) ; -oper v_besch84 : Str -> VerbeN = \s -> mkNV (mkV84 s) ; -oper v_besch85 : Str -> VerbeN = \s -> mkNV (mkV85 s) ; -oper v_besch86 : Str -> VerbeN = \s -> mkNV (mkV86 s) ; -oper v_besch87 : Str -> VerbeN = \s -> mkNV (mkV87 s) ; -oper v_besch88 : Str -> VerbeN = \s -> mkNV (mkV88 s) ; -oper v_besch89 : Str -> VerbeN = \s -> mkNV (mkV89 s) ; -oper v_besch90 : Str -> VerbeN = \s -> mkNV (mkV90 s) ; -oper v_besch91 : Str -> VerbeN = \s -> mkNV (mkV91 s) ; -oper v_besch92 : Str -> VerbeN = \s -> mkNV (mkV92 s) ; -oper v_besch93 : Str -> VerbeN = \s -> mkNV (mkV93 s) ; -oper v_besch94 : Str -> VerbeN = \s -> mkNV (mkV94 s) ; -oper v_besch95 : Str -> VerbeN = \s -> mkNV (mkV95 s) ; -oper v_besch96 : Str -> VerbeN = \s -> mkNV (mkV96 s) ; -oper v_besch97 : Str -> VerbeN = \s -> mkNV (mkV97 s) ; -oper v_besch98 : Str -> VerbeN = \s -> mkNV (mkV98 s) ; -oper v_besch99 : Str -> VerbeN = \s -> mkNV (mkV99 s) ; -oper v_besch100 : Str -> VerbeN = \s -> mkNV (mkV100 s) ; -oper v_besch101 : Str -> VerbeN = \s -> mkNV (mkV101 s) ; -oper v_besch102 : Str -> VerbeN = \s -> mkNV (mkV102 s) ; -oper v_besch103 : Str -> VerbeN = \s -> mkNV (mkV103 s) ; -oper v_besch104 : Str -> VerbeN = \s -> mkNV (mkV104 s) ; -oper v_besch105 : Str -> VerbeN = \s -> mkNV (mkV105 s) ; -oper v_besch106 : Str -> VerbeN = \s -> mkNV (mkV106 s) ; ---oper v_besch107 : Str -> VerbeN = \s -> mkNV (mkV107 s) ; -oper v_besch108 : Str -> VerbeN = \s -> mkNV (mkV108 s) ; -oper v_besch109 : Str -> VerbeN = \s -> mkNV (mkV109 s) ; -oper v_besch110 : Str -> VerbeN = \s -> mkNV (mkV110 s) ; ---oper v_besch111 : Str -> VerbeN = \s -> mkNV (mkV111 s) ; -oper v_besch112 : Str -> VerbeN = \s -> mkNV (mkV112 s) ; -oper v_besch113 : Str -> VerbeN = \s -> mkNV (mkV113 s) ; ---oper v_besch114 : Str -> VerbeN = \s -> mkNV (mkV114 s) ; -oper v_besch115 : Str -> VerbeN = \s -> mkNV (mkV115 s) ; -oper v_besch116 : Str -> VerbeN = \s -> mkNV (mkV116 s) ; -oper v_besch117 : Str -> VerbeN = \s -> mkNV (mkV117 s) ; -oper v_besch118 : Str -> VerbeN = \s -> mkNV (mkV118 s) ; -oper v_besch119 : Str -> VerbeN = \s -> mkNV (mkV119 s) ; -oper v_besch120 : Str -> VerbeN = \s -> mkNV (mkV120 s) ; -oper v_besch121 : Str -> VerbeN = \s -> mkNV (mkV121 s) ; -oper v_besch122 : Str -> VerbeN = \s -> mkNV (mkV122 s) ; -oper v_besch123 : Str -> VerbeN = \s -> mkNV (mkV123 s) ; -oper v_besch124 : Str -> VerbeN = \s -> mkNV (mkV124 s) ; -oper v_besch125 : Str -> VerbeN = \s -> mkNV (mkV125 s) ; -oper v_besch126 : Str -> VerbeN = \s -> mkNV (mkV126 s) ; -oper v_besch127 : Str -> VerbeN = \s -> mkNV (mkV127 s) ; -oper v_besch128 : Str -> VerbeN = \s -> mkNV (mkV128 s) ; -oper v_besch129 : Str -> VerbeN = \s -> mkNV (mkV129 s) ; -oper v_besch130 : Str -> VerbeN = \s -> mkNV (mkV130 s) ; -oper v_besch131 : Str -> VerbeN = \s -> mkNV (mkV131 s) ; -oper v_besch132 : Str -> VerbeN = \s -> mkNV (mkV132 s) ; -oper v_besch133 : Str -> VerbeN = \s -> mkNV (mkV133 s) ; -oper v_besch134 : Str -> VerbeN = \s -> mkNV (mkV134 s) ; -oper v_besch135 : Str -> VerbeN = \s -> mkNV (mkV135 s) ; -oper v_besch136 : Str -> VerbeN = \s -> mkNV (mkV136 s) ; -oper v_besch137 : Str -> VerbeN = \s -> mkNV (mkV137 s) ; -oper v_besch138 : Str -> VerbeN = \s -> mkNV (mkV138 s) ; -oper v_besch139 : Str -> VerbeN = \s -> mkNV (mkV139 s) ; -oper v_besch140 : Str -> VerbeN = \s -> mkNV (mkV140 s) ; -oper v_besch141 : Str -> VerbeN = \s -> mkNV (mkV141 s) ; -oper v_besch142 : Str -> VerbeN = \s -> mkNV (mkV142 s) ; -oper v_besch143 : Str -> VerbeN = \s -> mkNV (mkV143 s) ; -oper v_besch144 : Str -> VerbeN = \s -> mkNV (mkV144 s) ; -oper v_have : VerbeN = mkNV (mkV1 "avea") ; - - -} diff --git a/next-lib/src/romanian/CatRon.gf b/next-lib/src/romanian/CatRon.gf deleted file mode 100644 index a43aa5d3b..000000000 --- a/next-lib/src/romanian/CatRon.gf +++ /dev/null @@ -1,70 +0,0 @@ ---# -path=.:../Romance:../common:../abstract:../common:prelude - -concrete CatRon of Cat = - CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] - ** open Prelude, ResRon, (R = ParamX) in { - - flags optimize=all_subs ; - - - - lincat - - --- Verb - - -- VP = ResRon.VP ; - -- VPSlash = ResRon.VP ** {c2 : Compl} ; - -- Comp = {s : Agr => Str} ; - --- Adjective - - AP = {s : AForm => Str ; isPre : Bool} ; - --- Noun - lincat - CN = {s : Number => Str ; g : Gender} ; - -- Pron = Pronoun ; - -- NP = NounPhrase ; - -- Det = { - -- s : Gender => Case => Str ; - -- n : Number ; - -- s2 : Str ; -- -ci - -- sp : Gender => Case => Str -- substantival: mien, mienne - -- } ; - -- Quant = { - -- s : Bool => Number => Gender => Case => Str ; - -- s2 : Str ; - -- sp : Number => Gender => Case => Str - Ord = {s : AForm => Str ; isPre : Bool} ; --- Numeral - - Numeral = {s : ACase => CardOrd => NumF => Str ; size : Size } ; - Digits = {s : CardOrd => Str ; n : Size ; isDig : Bool} ; - - - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str ; m : Mood} ; - Prep = {s : Str ; c : NCase ; isDir : Bool} ; - --- Open lexical classes, e.g. Lexicon - Verb = {s : VForm => Str } ; - V ={s : VForm => Str } ; - VQ, VA = V ; - V2, VV, V2S, V2Q = V ** {c2 : Compl} ; - V3, V2A, V2V = V ** {c2,c3 : Compl} ; - VS = V ** {m : Polarity => Mood} ; - - A = {s : Degree => AForm => Str ; isPre : Bool} ; - A2 = {s : Degree => AForm => Str ; c2 : Compl} ; - - N = Noun ; - N2 = Noun ** {c2 : Compl} ; - N3 = Noun ** {c2,c3 : Compl} ; - PN = {s : ACase => Str ; g : Gender ; n : Number} ; - - -} diff --git a/next-lib/src/romanian/GrammarRon.gf b/next-lib/src/romanian/GrammarRon.gf deleted file mode 100644 index 43460e8f7..000000000 --- a/next-lib/src/romanian/GrammarRon.gf +++ /dev/null @@ -1,9 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete GrammarRon of Grammar = - NumeralRon - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/romanian/LangRon.gf b/next-lib/src/romanian/LangRon.gf deleted file mode 100644 index 9663cb5d1..000000000 --- a/next-lib/src/romanian/LangRon.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete LangRon of Lang = - GrammarRon, - LexiconRon - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/next-lib/src/romanian/LexiconRon.gf b/next-lib/src/romanian/LexiconRon.gf deleted file mode 100644 index f5c643364..000000000 --- a/next-lib/src/romanian/LexiconRon.gf +++ /dev/null @@ -1,365 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -concrete LexiconRon of Lexicon = CatRon ** - open ParadigmsRon,BeschRon,MorphoRon in { - -flags - optimize=values; coding=cp1250; - -lin - airplane_N = mkN "avion" ; - answer_V2S = mkV2S (mkV "rspunde") (noPrep Da) ; - apartment_N = mkN "apartament"; - apple_N = mkN "mr"; - art_N = mkN "art" ; - ask_V2Q = mkV2Q (v_besch29 "ntreba") (noPrep Ac) ; - baby_N = mkAnim (mkN "bebelu" masculine) ; - bad_A = mkA "ru" "rea" "ri" "rele" ; - bank_N = mkN "banc" "bnci" ; - beautiful_A = mkRMut "frumos" ; - become_VA = mkVA (v_besch136 "deveni") ; - beer_N = mkN "bere" ; - beg_V2V = mkV2V (v_besch48 "ruga") (noPrep Ac) (noPrep Da) ; - big_A = mkA "mare" ; - bike_N = mkN "biciclet" ; - bird_N = mkN "pasre" "psri" ; - black_A = mkRMut "negru" ; - blue_A = mkA "albastru" ; - boat_N = mkN "vapor" neuter ; - book_N = mkN "carte" "cri" ; - boot_N = mkN "cizm" ; - boss_N = mkAnim (mkN "ef" masculine) ; - boy_N = mkAnim (mkN "biat" "biei") ; - bread_N = mkN "pine"; - break_V2 = dirV2 (v_besch97 "sparge") ; - broad_A = mkA "larg" ; - brother_N2 = mkN2 (mkAnim(mkN "frate" masculine)) (noPrep Ge) ; - brown_A = invarA "maro" ; - butter_N = mkNR "unt"; - buy_V2 = dirV2 (v_besch35 "cumpra"); - camera_N = compN (mkN "aparat" neuter) ["foto"] ; - cap_N = mkN "apc" "epci" ; - car_N = mkN "main" ; - carpet_N = mkN "covor" neuter ; - cat_N = mkN "pisic" ; - ceiling_N = mkN "plafon" ; - chair_N = mkN "scaun" ; - cheese_N = mkN "brnz" "brnzeturi" "brnze" ; - child_N = mkAnim (mkN "copil" "copii" ) ; - church_N = mkN "biseric" ; - city_N = mkN "ora" ; - clean_A = mkA "curat" ; - clever_A = mkRMut "detept" ; - close_V2 = dirV2 (mkV "nchide") ; - coat_N = mkN "hain" ; - cold_A = mkA "rece" ; - come_V = v_besch136 "veni" ; - computer_N = mkN "calculator" neuter ; - country_N = mkN "ar" "ri" ; - cousin_N = mkAnim (mkN "vr" masculine) ; - cow_N = mkN "vac" "vaci" ; - die_V = v_besch129 "muri" ; - dirty_A = mkA "murdar" ; - distance_N3 = mkN3 (mkN "distan") (mkPrep "de la" Ac) (mkPrep "la" Ac) ; - doctor_N = mkAnim (mkN "doctor") ; - dog_N = mkN "cine" masculine ; - door_N = mkN "u" "ui" ; - drink_V2 = dirV2 (v_besch73 "bea") ; - easy_A2V = mkA2V (mkRMut "uor") (noPrep Ac) (noPrep Ac) ; - eat_V2 = dirV2 (v_besch52 "mnca") ; - empty_A = mkSMut "gol" ; - enemy_N = mkAnim (mkN "duman" masculine) ; - factory_N = mkN "fabric" ; - father_N2 = mkN2 (mkN "tat" "tai" masculine) (noPrep Ge); - fear_VS = mkVS (v_besch100 "teme") ; - fear_V2 = mmkV2 (mkRV (mkV100 "teme")) (mkPrep "de" Ac) ; - find_V2 = dirV2 (mkV "gsi") ; - fish_N = mkN "pete" masculine ; - floor_N = mkN "podea" ; - forget_V2 = dirV2 (v_besch18 "uita") ; - fridge_N = mkN "frigider" ; - friend_N = mkAnim (mkN "prieten") ; - fruit_N = mkN "fruct" ; - fun_AV = mkAV (mkA "distractiv") (noPrep Ac) ; - garden_N = mkN "gradin" ; - girl_N = mkAnim (mkN "fat" "fete") ; - glove_N = mkN "mnu" "mnui" ; - gold_N = mkNR "aur" ; -good_A = mkA "bun" "bun" "buni" "bune" "bine" ; -go_V = v_besch90 "merge" ; -green_A = mkA "verde" ; -harbour_N = mkNR "port" ; -hate_V2 = dirV2 (mkV "ur") ; -hat_N = mkN "plrie" ; -hear_V2 = dirV2 (v_besch127 "auzi") ; -hill_N = mkNR "deal" ; -hope_VS = mkVS (v_besch17 "spera") ; -horse_N = mkN "cal" "cai" ; -hot_A = mkA "cald" ; -house_N = mkN "cas" ; -important_A = mkA "important" ; -industry_N = mkN "industrie" ; -iron_N = mkN "fier" masculine ; -king_N = mkAnim (mkN "rege" masculine) ; -know_V2 = dirV2 (v_besch122 "ti") ; -know_VS = mkVS (v_besch109 "cunoate") ; -lake_N = mkNR "lac" ; -lamp_N = mkN "lamp" "lmpi" ; -learn_V2 = dirV2(v_besch45 "nva") ; -leather_N = mkN "piele" "piei" ; -leave_V2 = dirV2 (mkV "prsi") ; -like_V2 = dirV2 (v_besch71 "plcea") ; -listen_V2 = dirV2 (v_besch18 "asculta") ; -live_V = mkV "tri" ; -long_A = mkA "lung" ; -lose_V2 = dirV2 (v_besch113 "pierde") ; -love_N = mkN "iubire" ; -love_V2 = dirV2 (mkV "iubi") ; -man_N = mkAnim (mkN "om" "oameni") ; -married_A2 = mkA2 (mkA "cstorit") (mkPrep "cu" Ac) ; -meat_N = mkN "carne" "crnuri" "crni" ; -milk_N = mkN "lapte" masculine ; -moon_N = mkN "lun" "luni" ; -mother_N2 = mkN2 (chV "mam" (mkAnim (mkN "mam"))) (noPrep Ge) ; -mountain_N = mkN "munte" masculine ; -music_N = mkN "muzic" ; -narrow_A = mkA "ngust" ; -new_A = mkA "nou" "nou" "noi" "noi" ; -newspaper_N = mkN "ziar" ; -oil_N = mkNR "ulei" ; -old_A = mkA "vechi" "veche" "vechi" "vechi" ; -open_V2 = dirV2 (mkV "deshide") ; -paint_V2A = mkV2A (mkV "picta") (noPrep Ac) (mkPrep "cu" Ac) ; -paper_N = mkN "hrtie" ; -paris_PN = mkPN "Paris" ; -peace_N = mkN "pace" "pci" ; -pen_N = mkNR "stilou" ; -planet_N = mkN "planet" ; -plastic_N = mkN "plastic" ; -play_V2 = dirV2 (v_besch48 "juca") ; -policeman_N = mkAnim (mkN "poliist" masculine) ; -priest_N = mkAnim (mkN "preot" masculine) ; -probable_AS = mkAS (mkA "probabil") ; -queen_N = mkAnim (mkN "regin" "regine") ; -radio_N = mkNR "radio"; ---rain_V0 = mkV0 (v_besch54 "ploua") ; -read_V2 = dirV2 (mkV "citi") ; -red_A = mkA "rou" "roie" "roii" "roii" ; -religion_N = mkN "religie" ; -restaurant_N = mkN "restaurant" ; -river_N = mkN "fluviu" masculine ; -rock_N = mkN "piatr" "pietre" ; -roof_N = mkNR "acoperi"; -rubber_N = mkNR "cauciuc"; - run_V = v_besch126 "fugi" ; - say_VS = mkVS (v_besch76 "spune") ; - school_N = mkN "coala" "coli" ; - science_N = mkN "tiin" ; - sea_N = mkN "mare" "mri" ; - seek_V2 = dirV2 (v_besch24 "cuta") ; - see_V2 = dirV2 (v_besch67 "vedea") ; - sell_V3 = dirV3 (v_besch112 "vinde") ; - send_V3 = dirV3 (v_besch82 "trimite") ; - sheep_N = mkN "oaie" ; - ship_N = mkN "vapor" neuter ; - shirt_N = mkN "cma" "cmi" ; - shoe_N = mkN "pantof" masculine ; - shop_N = mkN "magazin" ; - short_A = mkA "scurt" ; - silver_N = mkN "argint" masculine ; - sister_N = mkAnim (mkN "sor" "surori") ; - sleep_V = v_besch128 "dormi" ; - small_A = mkA "mic" "mic" "mici" "mici" ; - snake_N = mkN "arpe" "erpi" masculine ; - sock_N = mkN "oset" ; - speak_V2 = dirV2 (mkV "vorbi") ; - star_N = mkN "stea" ; - steel_N = mkNR "oel" ; - stone_N = mkN "piatr" "pietre" ; - stove_N = mkN "sob" ; - student_N = mkAnim (mkN "student" masculine) ; - stupid_A = mkA "stupid" ; - sun_N = mkN "soare" "sori" masculine ; - switch8off_V2 = dirV2 (v_besch77 "stinge") ; - switch8on_V2 = dirV2 (mkV "aprinde") ; - table_N = mkN "mas" "mese" ; - talk_V3 = mmkV3 (mkV "vorbi") (noPrep Ac) (mkPrep "cu" Ac) ; - teacher_N = mkAnim (mkN "profesor") ; - teach_V2 = dirV2 (v_besch57 "preda") ; - television_N = mkN "televiziune" ; - thick_A = mkRMut "gros" ; - thin_A = mkA "subire" ; - train_N = mkNR "tren"; - travel_V = mkV "cltori" ; - tree_N = mkN "copac" masculine ; - --trousers_N = mkN "pantalon" masculine ; - ugly_A = mkA "urt" ; - understand_V2 = dirV2 (v_besch83 "nelege") ; - university_N = mkN "universitate" ; - village_N = mkN "sat" neuter ; - wait_V2 = dirV2 (v_besch30 "atepta") ; - walk_V = v_besch90 "merge" ; - warm_A = mkA "caldu" ; - war_N = mkN "rzboi" neuter ; - watch_V2 = dirV2 (mkV "privi") ; - water_N = mkN "ap" ; - white_A = mkA "alb" ; - window_N = mkN "fereastr" "ferestre" ; - wine_N = mkNR "vin" ; - win_V2 = dirV2 (v_besch17 "ctiga") ; - woman_N = chV "femeie" (mkAnim (mkN "femeie")) ; - wonder_VQ = mkVQ (mkRV (regV "minuna")) ; - wood_N = mkN "lemn" ; - write_V2 = dirV2 (v_besch117 "scrie") ; - yellow_A = mkA "galben" ; - young_A = mkA "tnr" "tnr" "tineri" "tinere" "tinerete" ; - - do_V2 = dirV2 (v_besch115 "face") ; - now_Adv = mkAdv "acum" ; - already_Adv = mkAdv "deja" ; - song_N = mkN "cntec" ; - add_V3 = dirV3 (v_besch23 "aduga") ; - number_N = mkN "numr" ; - put_V2 = dirV2 (v_besch76 "pune") ; - stop_V = mkRV (regV "opri") ; - jump_V = v_besch118 "sri" ; - - left_Ord = mkOrd (regA "stng") ; - right_Ord = mkOrd (mkRMut "drept") ; -far_Adv = mkAdv "departe" ; -correct_A = mkA "corect" ; -dry_A = mkA "uscat" ; -dull_A = mkA "monoton"; -full_A = mkA "plin" ; -heavy_A = mkA "greu" "grea" "grei" "grele"; -near_A = mkA "apropiat" ; -rotten_A = mkA "stricat" ; -round_A = mkA "rotund" ; -sharp_A = mkA "ascuit" ; -smooth_A = mkA "neted" ; -straight_A = mkRMut "drept" ; -wet_A = mkA "ud" ; -wide_A = mkA "adnc" ; - animal_N = mkN "animal" ; - ashes_N = mkN "cenu" "cenui" ; - back_N = mkN "spate" "spate" neuter ; - bark_N = mkNR "ltrat" ; - belly_N = mkN "pntec" ; - blood_N = mkNR "snge" ; - bone_N = mkN "os" ; - breast_N = mkNR "piept" ; - cloud_N = mkN "nor" ; - day_N = mkN "zi" feminine ; - dust_N = mkNR "praf" ; - ear_N = mkN "ureche" ; - earth_N = mkNR "pmnt" ; - egg_N = mkN "ou" "ou" neuter ; - eye_N = mkN "ochi" masculine ; - fat_N = mkN "grsime" ; - feather_N = mkN "pan" "pene" ; - fingernail_N = mkN "unghie" ; - fire_N = mkNR "foc" ; - flower_N = mkN "floare" "flori" ; - fog_N = mkN "cea" "ceuri" "cei" ; - foot_N = mkN "picior" neuter ; - forest_N = mkN "pdure" ; - grass_N = mkN "iarb" "ierburi" "ierbi" ; - guts_N = mkN "intestin" ; - hair_N = mkN "pr" masculine ; - hand_N = mkN "mn" "mini" ; - head_N = mkN "cap" "capete" neuter ; - heart_N = mkN "inim" ; - horn_N = mkNR "corn" ; - husband_N = mkAnim (mkN "so" masculine) ; - ice_N = mkN "ghea" "gheuri" "ghei" ; - knee_N = mkN "genunchi" masculine ; - leaf_N = mkN "frunz" ; - leg_N = mkN "picior" neuter ; - liver_N = mkN "ficat" ; - louse_N = mkN "pduche" masculine ; - mouth_N = mkN "gur" ; - name_N = mkN "nume" "nume" neuter ; - neck_N = mkNR "gt" ; - night_N = mkN "noapte" "nopi" ; - nose_N = mkNR "nas" ; - person_N = mkAnim (mkN "persoan") ; - rain_N = mkN "ploaie" ; - road_N = mkNR "drum" ; - root_N = mkN "rdcin" ; - rope_N = mkN "sfoar" "sfori" ; - salt_N = mkN "sare" "sruri" "sri"; - sand_N = mkNR "nisip" ; - seed_N = mkN "smn" "semine" ; - skin_N = mkN "piele" "pieli" "piei" ; - sky_N = mkNR "cer" ; - smoke_N = mkNR "fum" ; - snow_N = mkN "zpad" "zpezi" ; - stick_N = mkN "b" ; - tail_N = mkN "coad" "cozi" ; -- mkN "coad" feminine - certain kind of tails - tongue_N = mkN "limb" "limbi"; - tooth_N = mkN "dinte" masculine ; - wife_N = mkAnim (mkN "soie"); - wind_N = mkNR "vnt" ; - wing_N = mkN "arip" ; - worm_N = mkN "vierme" masculine; - year_N = mkN "an" masculine; - bite_V2 = dirV2 (v_besch22 "muca") ; - blow_V = v_besch55 "sufla" ; - breathe_V = v_besch17 "respira" ; - burn_V = mkV "arde" ; - count_V2 = dirV2 (v_besch35 "numra" ) ; - cut_V2 = dirV2(v_besch14 "tia") ; - dig_V = v_besch23 "spa" ; - fall_V = v_besch65 "cdea" ; - fight_V2 = dirV2 (v_besch18 "lupta") ; - float_V = mkV "pluti" ; - flow_V = v_besch89 "curge" ; - fly_V = v_besch48 "zbura" ; - freeze_V = v_besch29 "nghea" ; - give_V3 = dirV3 (v_besch60 "da") ; - hit_V2 = dirV2 (mkV "lovi") ; - hunt_V2 = dirV2 (mkV "vna") ; - kill_V2 = dirV2 (v_besch81 "ucide") ; - laugh_V = v_besch91 "rde" ; - lie_V = mkRV (regV "ntinde") ; - play_V = mkNV (mkV48 "juca") ; - pull_V2 = dirV2 (v_besch78 "trage") ; - push_V2 = dirV2 (v_besch77 "mpinge") ; - rub_V2 = dirV2 (v_besch29 "freca") ; - scratch_V2 = dirV2 (v_besch23 "scrpina") ; - sew_V = v_besch110 "coase" ; - sing_V = v_besch18 "cnta" ; - sit_V = mkRV (mkV41 "aeza") ; - smell_V = v_besch133 "mirosi" ; - spit_V = v_besch17 "scuipa" ; - squeeze_V2 = dirV2 (v_besch88 "stoarce") ; - stab_V2 = dirV2 (v_besch12 "njunghia") ; - stand_V = v_besch17 "ridica" ; - suck_V2 = dirV2 (v_besch95 "suge") ; - swell_V = v_besch55 "umfla" ; - swim_V = v_besch32 "nota" ; - think_V = mkV "gndi" ; - throw_V2 = dirV2 (v_besch17 "arunca") ; - tie_V2 = dirV2 (v_besch29 "lega") ; - turn_V = v_besch88 "ntoarce" ; - vomit_V = v_besch18 "vomita" ; - wash_V2 = dirV2 (v_besch45 "spla") ; - wipe_V2 = dirV2 (v_besch83 "terge") ; - - hold_V2 = dirV2 (v_besch108 "ine") ; - split_V2 = dirV2 (v_besch134 "despri"); - -- sit_V = v_besch41 "aeza" ; - -grammar_N = mkN "gramatic" ; -language_N = mkN "limb" "limbi" ; -rule_N = mkN "regul" "reguli" ; - -john_PN = mkPN "Ion" ; -question_N = mkN "ntrebare" ; -ready_A = mkA "pregtit" ; -reason_N = mkN "motiv" ; -today_Adv = mkAdv "astzi" ; -uncertain_A = mkA "nesigur" ; - - -} ; diff --git a/next-lib/src/romanian/MorphoRon.gf b/next-lib/src/romanian/MorphoRon.gf deleted file mode 100644 index 2260dfb02..000000000 --- a/next-lib/src/romanian/MorphoRon.gf +++ /dev/null @@ -1,2428 +0,0 @@ ---# -path=.:../Romance:../common:../../prelude - -resource MorphoRon = ResRon ** - open Prelude, Predef in { - -flags - optimize=noexpand; coding=cp1250; - ---------------------------------------------------------------------------------- -------------------------------ARTICLES------------------------------------------- ---------------------------------------------------------------------------------- - ---defined article (enclitic) --- we need two forms, as the Singular AGenDat form for Feminine is obtained from the --- Plural form, except for irregular nouns that need an additional form - -oper artDf : Str -> Str -> Gender -> Number -> ACase -> Str = -\bun, buni, g, n, a -> -case of -{ => case last bun of - { "u" => bun + "l"; - "e" => bun + "le"; - "" => bun + "a"; - _ => bun + "ul" - }; - => case last bun of - {("u"|"e" ) => bun + "lui" ; - _ => bun + "ului" - }; - => case bun of - { x+"u" => bun + "le"; - x + "itor" => bun + "ule" ; - x + ("en"|"or") => bun + "e" ; - x+("e"|"") => bun; - _ => bun + "ule" - }; - => buni + "i"; - => buni + "lor"; - => case bun of - { x + ("a"|"i") => bun + "ua"; - x + "ie" => x + "ia"; - x + "" => x + "a"; - _ => bun + "a" - }; - - => case bun of - { x + ("a"|"e")+"ie" => buni+"i"; - x + "ie" => bun + "i"; - _ => buni + "i" - }; - - => case bun of - { x + "" => x + "o"; - x + "ie" => x + "io"; - _ => bun + "o" - }; - => buni + "le"; - => buni + "lor" - }; - ---Undefined article (proclitical) -- ---we keep the non-articled form of the noun and glue it with the article on syntactical level - -oper artUndef : Gender -> Number -> NCase -> Str = \g,n,a -> -case of -{ => "un"; => "un" ; => "unui"; => "unui" ;<_,_,Vo> => "" ; - <_,Pl,No> => "nite"; <_,Pl,Ac> => "nite"; <_,Pl,Da> => "unor"; <_,Pl,Ge> => "unor" ; - => "o"; => "o"; => "unei"; => "unei" -}; - ---possesive article --- used for Cardinals and for Genitive case - -oper artPos : Gender -> Number -> Str = \g,n -> - case of -{ => "al"; - => "ai"; - => "a"; - => "ale" -}; - - ---demonstrative article --- used as Determined article in order to emphasise on the noun/adjective, and for Dative/Genitive for of ordinals - -oper artDem : Gender -> Number -> ACase -> Str = \g,n,c -> - case of -{ => "cel"; => "cei"; => "celui"; - => "cea"; => "cele"; => "celei"; - <_,Pl,AGenDat> => "celor"; - => "cel"; - => "cei"; => "cea"; => "cele" - -}; - ---flexion forms of a noun without article - -oper artUnf : Str -> Str -> Gender -> Number -> ACase -> Str = \buna,bune,g,n,a -> -case of -{ => buna ; => bune ; - => buna ; => bune ; => buna; - => bune -} ; - ---undefined article form - -oper artUndefMasc : Str -> Number -> ACase -> Str = \s,n,a -> s; - -oper artUndefFem : Str -> Str -> Number -> ACase -> Str = \buna, bune, n, a -> -case of -{ - => buna; - => bune; - => buna; - => bune -}; - - - ---------------------------------------------------------------------------------- -------------------------------- NOUNS-------------------------------------------- ---------------------------------------------------------------------------------- - --- the irregular nouns (of feminine gender) need 3 forms in order to build the --- morfological table : (Singular ANomAcc Indef, Plural ANomAcc Indef and --- Singular AGenDat Indef) - - -oper mkNomVIrreg : Str -> Str -> Str -> Noun = \iarba, ierburi, ierbi -> -let noun = mkNomIrreg iarba ierburi NFem - in - {s = \\n,a,c => case n of - {Sg => case c of - {AGenDat => case a of {Indef => ierbi; - Def => artDf iarba ierbi Fem Sg AGenDat - }; - _ => noun.s ! Sg ! a ! c - }; - Pl => noun.s ! Pl ! a ! c - }; - g = NFem ; - a = Animate - }; - --- usual nouns need two forms (Singular + Plural ANomAcc Indef) --- because the Neuter behaves like Masculine for Singular and Feminine for Plural, --- we pass 2 parameters - gender for Singular and for Plural, so that we can define --- the forms for Neuter as a combination of Feminine and Masculine - - -oper mkNomIrreg : Str -> Str -> NGender -> Noun = \obiect, obiecte , gen -> - case gen of - { NMasc => {s = mkNom obiect obiecte Masc Masc ; g = gen ; a = Animate }; - NFem => {s = mkNom obiect obiecte Fem Fem ; g = gen ; a = Animate }; - NNeut => {s = mkNom obiect obiecte Masc Fem ; g = gen ; a = Animate } - }; - ---creates the table for a noun : - -oper mkNom : Str -> Str -> Gender -> Gender -> Number => Species => ACase => Str = \obiect, obiecte, gs, gp -> - table { Sg => table {Def => \\p => artDf obiect obiecte gs Sg p; - Indef => \\p => artUnf obiect obiecte gs Sg p - }; - Pl => table { Def => \\p => artDf obiect obiecte gp Pl p ; - Indef => \\p => artUnf obiect obiecte gp Pl p - } - } ; - - --- for regular nouns, we need just the Singular ANomAcc Indef form : --- for obtaining the plural form, we apply almost the same rules as for adjectives --- for Neuter we treat the Singular ANomAcc Indef for as the Masculine Singular form of an Adjective --- and we obtains it's plural form as the Feminine Plural form of the adjective --- (with potential o -> oa mutations, that occur in most of the cases) - -mkNomReg : Str -> NGender -> Noun = \obiect, g -> -case g of - {NMasc => mkNomIrreg obiect ((mkAdjReg obiect).s ! (AF Masc Pl Indef ANomAcc)) NMasc ; - NFem => case (Predef.dp 4 obiect) of - { "ai"+x+"" => mkNomIrreg obiect (init obiect + "e") NFem ; --always - _ => case (Predef.dp 3 obiect) of - {"i"+("c"|"n"|"m"|"p")+"" => mkNomIrreg obiect (init obiect + "i") NFem ; -- 60% cases frequently used words, not frequent for neological words - _ => mkNomIrreg obiect (mkFemPl obiect) NFem - } - }; - NNeut => if_then_else Noun (pbool2bool (Predef.occur "o" (Predef.dp 3 obiect) )) - (mkNomIrreg obiect ((mkAdjRegO obiect).s ! (AF Fem Pl Indef ANomAcc)) NNeut) - (mkNomIrreg obiect ((mkAdjReg obiect).s ! (AF Fem Pl Indef ANomAcc)) NNeut) - }; - ---for nouns that have a different vocative form than the one inferred - -mkVocc : Noun -> Str -> Noun = \n -> \vo -> - {s = table{ Sg => \\p, c => case c of - { AVoc => vo ; - _ => n.s ! Sg ! p ! c - }; - Pl => \\p,c => n.s ! Pl ! p ! c - }; - g = n.g ; - a = n.a - - }; - - -- composes a noun with an invariable string ( Ex camera foto) - -- with/without dash - - ccompose : Noun -> Str -> Noun = \noun, y -> - { s = \\n,p,c => noun.s ! n ! p ! c +"-"+ y ; - g = noun.g ; - a = noun.a - }; - - - composeN : Noun -> Str -> Noun = \noun, y -> - { s = \\n,p,c => noun.s ! n ! p ! c ++ y ; - g = noun.g ; - a = noun.a - }; - - -- changes the Animacy attribute - - mkInanimate : Noun -> Noun = \n -> - {s = table { Sg => \\p,c => case c of - {AVoc => n.s ! Sg ! Indef ! ANomAcc ; - _ => n.s ! Sg ! p ! c - }; - Pl => \\p, c => n.s ! Pl ! p ! c - }; - g = n.g ; - a = Inanimate - }; - - mkAnimate : Noun -> Noun = \n -> - let ob = n.s ! Sg ! Indef ! ANomAcc ; - obs = n.s ! Pl ! Indef ! ANomAcc - in - {s = table { Sg => \\p,c => case of - { => n.s ! Sg ! Indef ! ANomAcc ; - => case (n.g) of - {NFem => artDf ob obs Fem Sg AVoc ; - _ => artDf ob obs Masc Sg AVoc - } ; - _ => n.s ! Sg ! p ! c - }; - Pl => \\p, c => n.s ! Pl ! p ! c - }; - g = n.g ; - a = Animate -}; - ---a special case of neuter nouns -- the ones that just add -ri/-uri to the Singular Form - -mkNomNeut : Str -> Noun = \obiect -> -case last obiect of -{"u" => mkNomIrreg obiect (obiect + "ri") NNeut; - _ => mkNomIrreg obiect (obiect + "uri") NNeut -}; - - ---------------------------------------------------------------------------------- ------------------------------ADJECTIVES------------------------------------------ ---------------------------------------------------------------------------------- - - - --- in the worst case, the adjective needs 5 forms for Singular/Plural - Masculine/Feminine + Adverb - - -oper mkAdjSSpec : Str -> Str -> Str -> Str -> Str -> Adj -= \bun -> \buna -> \buni -> \bune -> \bine -> -{ s = table {AF Masc Sg Def c => artDf bun buni Masc Sg c ; - AF Fem Sg Def c => artDf buna bune Fem Sg c ; - AF Masc Pl Def c => artDf bun buni Masc Pl c; - AF Fem Pl Def c => artDf buna bune Fem Pl c ; - AF Masc Pl Indef c => artUndefMasc buni Pl c; - AF Fem Pl Indef c => artUndefFem buna bune Pl c; - AF Masc Sg Indef c => artUndefMasc bun Sg c; - AF Fem Sg Indef c => artUndefFem buna bune Sg c; - AA => bine - } - -}; - --- usually the determined adverb is identical to the Singular Masculine form of the adjective - -oper mkAdjSpec : Str -> Str -> Str -> Str -> Adj -= \bun -> \buna -> \buni -> \bune -> - mkAdjSSpec bun buna buni bune bun ; - - --- special classes of adjectives : - -oper adjAuriu : Str -> Adj = \s -> - let f = init s + "e"; - pl = init s + "i" - in - mkAdjSpec s f pl pl ; - -oper adjMuncitor : Str -> Adj = \s -> - let f = Predef.tk 2 s + "oare"; - pl = s + "i"; - adv = s + "ete" - in - mkAdjSSpec s f pl f adv ; - - oper adjRomanesc : Str -> Adj = \s -> - let f = Predef.tk 2 s + "asc"; - pl = Predef.tk 2 s + "ti"; - adv = Predef.tk 2 s + "te" - in - mkAdjSSpec s f pl pl adv ; - -oper adjMare : Str -> Adj = \s -> - let pl = mkStemPlReg s - in - mkAdjSpec s s pl pl; - -oper adjDimin : Str -> Adj = \s -> - let f = Predef.tk 2 s + "ic"; - pl = init s + "i"; - plf = s + "e" - in - mkAdjSpec s f pl plf; - - - -- the phonetical mutations that occur in Romanian (Singular Masculine -> Singular Feminine) are - -- o -> oa (Ex : frumos -> frumoas) - -- e -> ea / ie -> ia (Ex : des -> deas) - -- on the last occurence of o/e in the word (usually 2rd or 3rd last letter) - - mkStemMutE : Str -> Str = \s -> - let s1 = if_then_Str (pbool2bool (Predef.occur "ie" (Predef.dp 4 s))) ((Predef.tk 3 s) +"a"+(Predef.dp 2 s)) ((Predef.tk 3 s) +"ea" + (Predef.dp 2 s)); - s2 = if_then_Str (pbool2bool (Predef.occur "ie" (Predef.dp 3 s))) ((Predef.tk 2 s) +"a" + (last s)) ((Predef.tk 2 s) +"ea" + (last s)) - in - case Predef.dp 3 s of - {"e"+x => s1; - _ => s2 - }; - - mkStemMutO : Str -> Str = \s -> - case Predef.dp 3 s of - {"o"+x => (Predef.tk 3 s) +"oa" + x; - _ => (Predef.tk 2 s) + "oa" + (last s) - }; - - -- another phonetical mutation is -> e (Ex : proaspt -> proaspete) - -- Singular Feminine -> Plural Feminine - -- on the last occurence of -- 2nd last letter of the root - - mkStemMutA : Str -> Str = \s -> - case (Predef.dp 2 s) of - { "" + x => (Predef.tk 2 s) + "e" + (last s); - _ => s - }; - - --- obtaining the Masculine Plural form from the Masculine Singular --- contains most usual mutations - -oper mkStemPlReg : Str -> Str = \s -> -case s of -{x + ("st"|"sc"|"c")=> x + "ti"; -- always -- usually the nouns/adj can end in an "u", but we eliminate that first - x + "str" => x + "tri"; - x + "s" => x + "i"; - x + "x" => x + "ci"; - x + "xt" => x + "cti"; - x + "ian" => x + "ieni"; - x + "ean" => x + "eni"; - x + "ead" => x + "ezi"; - x + ("de"|"d") => x + "zi"; - x + ("te"|"t"|"t") => x + "i"; - x + ("e"|"i"|"a"|"")=> x + "i"; - _ => s + "i" -}; --all the mutations occur always for adjectives, appart from the exception that mutate other syllables from the word - - --- special cases that imply other mutations that don't occur for all words --- because these rules don't apply for neological words, which are more frequent, they are treated --- separately - -oper mkStemPlSpec : Str -> Str = \s -> -case s of -{x + "l" => x + "i"; - x + "z" => x + "j"; - _ => s -}; - - ---obtaining the Feminine Singular form from the Masculine Singular one for Adjectives : - -mkFemSg : Str -> Str = \s -> -case s of -{x + "i" => s + "e"; - x + "iu" => x + "ie"; - x + "u" => x + ""; - _ => s + "" -}; - --- obtaining the Feminine Plural from Feminine Singular for Nouns : - -mkFemPl : Str -> Str = \s -> -case s of -{ x + "are" => x + "ri"; --always - x + ("ui"|"ai") => s + "e"; -- from Masc (adjectives) - x + "ur" => x + "uri"; -- always - x + "oaie" => x + "oi"; -- almost always - x + "aie" => x + "i"; --always - x + "eie" => x + "ei"; --always - x + "i" => s + "le" ; --always - special cases of Feminines ending in "i" like zi = day - x + "a" => x + "le"; --always - special cases of Feminines ending in "a" -- most of Turkish origine like cafea = coffee - x + "une" => x + "uni"; --always - abstract collective nouns like "naiune" = nation, French origine - x + "ate" => x + "i"; --always same as above like "libertate" = freedom-- x + "" => x + "i"; -- 70% of cases - x + "re" => x + "ri"; -- almost always, exception nouns ending in "oare" which are treated as special case in adjReg - x + "e" => x + "i"; -- almost always for Nouns, always for Adjectives - _ => case init s of - { - x + ("g"|"h"|"nc") => (init s) + "i"; -- always for Adjectives, almost always for Nouns (g - ending has exceptions) - - x + "t" => x + "ete"; --always - x + "nt" => x + "inte"; --always - _ => case s of - { x + "" => x + "e" ; -- default -- exception occur - _ => s + "e" -- worst case - } - - } -}; - - ---obtainint Feminine Plural from Masculine Singular for Adjectives : - -mkFemAdj : Str -> Str = \s -> -case s of -{ x + ("g"|"h"|"nc") => s + "i"; - x + "nt" => x + "inte"; - x + "t" => x + "ete"; - _ => s + "e" - -}; - - ---------------------------------------------------------------- - --- invariable adjective - where all the forms are identical - -mkAdjInvar : Str -> Adj = \s -> -{s = table {AF g n a c => s ; - AA => s - } - }; - --- regular adjective - just the Masculine Singular Form is needed - -mkAdjReg : Str -> Adj = \s -> - let r = mkStemMutA s ; - rad = if_then_Str (pbool2bool (Predef.occur "u" (last r))) (init r) r; - radF = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - case s of - {x + "tor" => adjMuncitor s; - x + "esc" => adjRomanesc s; - x + "e" => adjMare s; - x + "iu" => adjAuriu s; - x + "el" => adjDimin s; - _ => mkAdjSpec s (mkFemSg radF) (mkStemPlReg rad) (mkFemAdj rad) - - }; - - -- regular adjective that has the e -> ea mutation from Masculine Singular to Feminine Singular - - mkAdjRegE : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - mkAdjSpec s (mkFemSg (mkStemMutE rad)) (mkStemPlReg rad) (mkFemAdj rad); - - --- regular adjective that has the e -> ea mutation as above, and also the l -> _ / z -> j --- mutations from Masculine Singular -> Masculine Plural - - mkAdjSpecE : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - mkAdjSpec s (mkFemSg (mkStemMutE rad)) (mkStemPlSpec rad) (mkFemAdj rad); - --- regular adjective that has the o -> oa mutation from Masculine Singular to Feminine Singular - - mkAdjRegO : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - mkAdjSpec s (mkFemSg (mkStemMutO rad)) (mkStemPlReg rad) (mkFemPl (mkStemMutO rad)); - - -- regular adjective that has the o -> oa mutation as above and also the l -> _ / z -> j - -- mutations from Masculine Singular -> Masculine Plural - - mkAdjSpecO : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - mkAdjSpec s (mkFemSg (mkStemMutO rad)) (mkStemPlSpec rad) (mkFemPl (mkStemMutO rad)); - - - -- the two categories mkAdjRegE and mkAdjRegO have been merge into one category of adjectives - -- that have mutations from Masculine Singular to Feminine Singular - - mkRegMut : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - if_then_else Adj (pbool2bool (Predef.occur "o" (Predef.dp 3 rad))) - (mkAdjSpec s (mkFemSg (mkStemMutO rad)) (mkStemPlReg rad) (mkFemPl (mkStemMutO rad))) - (mkAdjSpec s (mkFemSg (mkStemMutE rad)) (mkStemPlReg rad) (mkFemAdj rad)); - - -- the two categories mkAdjSpecE and mkAdjSpecO have been merge into one category of adjectives - -- that have mutations from Masculine Singular to Feminine Singular - -- and also from Masculine Singular to Masculine Plural - -mkSpecMut : Str -> Adj = \s -> - let rad = if_then_Str (pbool2bool (Predef.occur "u" (last s))) (init s) s - in - if_then_else Adj (pbool2bool (Predef.occur "o" (Predef.dp 3 rad))) - (mkAdjSpec s (mkFemSg (mkStemMutO rad)) (mkStemPlSpec rad) (mkFemPl (mkStemMutO rad))) - (mkAdjSpec s (mkFemSg (mkStemMutE rad)) (mkStemPlSpec rad) (mkFemAdj rad)); - - - - - - ------------------------------------------------------------------------------------ -------------------------------VERBS------------------------------------------------ ------------------------------------------------------------------------------------ - ---with rules based on the book "Conjugarea verbelor romanesti" by Ana-Maria Barbu-- - - --- for building the table for a verb, there are needed 29 forms --- infinitive - 1 form --- tables for Present, Imperfect, Past Simple, Past Perfect - 24 forms --- 3rd person Singular form for Conjunctive Present (= 3rd person Plural) - 1 form --- Adjective that describes the Past Participe Form (regular adjective)- 1 form --- Gerund - 1 form --- 2nd person Singular form for Imperative - 1 form - - Verbe : Type = VForm => Str ; - - verbAffixes : - Str-> (a,b,c,d: Number => Person => Str) -> Str -> Adj -> Str -> Str -> Verbe = - \fi,pres, imperf, pSimple, pPerf, subj, adj, ger, imp -> - table { - Inf => fi ; - Indi Presn n p => pres ! n ! p ; - Indi Imparf n p => imperf ! n ! p; - Indi PSimple n p => pSimple ! n ! p ; - Indi PPerfect n p => pPerf ! n ! p ; - Subjo SPres n P3 => subj ; - Subjo SPres n p => pres ! n ! p; - Imper SgP2 => imp ; - Imper PlP2 => pres ! Pl ! P2 ; - Imper PlP1 => pres ! Pl ! P1 ; - Ger => ger ; - PPasse g n a d => adj. s ! (AF g n a d) - } ; - - --- syntactical verb : --- obtains all the verb forms present in Romanian, based on the primitive forms found in Verbe - -SVerbe : Type = VerbForm => Str ; - - mkVerb : Verbe -> SVerbe = \vb -> - table { - TInf => "a" ++ vb ! Inf ; - TIndi TPresn n p => vb ! (Indi Presn n p) ; - TIndi TImparf n p => vb ! (Indi Imparf n p); - TIndi TPComp n p => pComp ! n ! p ++ vb ! (PPasse Masc Sg Indef ANomAcc) ; - TIndi TPSimple n p => vb ! (Indi PSimple n p) ; - TIndi TPPerfect n p => vb ! (Indi PPerfect n p) ; - TIndi TFutur n p => pFut ! n ! p ++ vb ! Inf ; - TSubjo TSPres n p => "s" ++ vb ! (Subjo SPres n p) ; - TSubjo TSPast n p => "s" ++ "fi" ++ vb ! (PPasse Masc Sg Indef ANomAcc) ; - TCondi n p => pCond ! n ! p ++ vb ! Inf ; - TImper PlP1 => "s" ++ vb ! (Imper PlP1) ; - TImper p => vb ! (Imper p) ; - TGer => vb ! Ger ; - TPPasse g n a d => vb ! (PPasse g n a d) - }; - --- auxiliary for Past Composite (to have - as auxiliary) : - -pComp : Number => Person => Str = table {Sg => table {P1 => "am" ; P2 => "ai" ; P3 => "a"} ; - Pl => table {P1 => "am" ; P2 => "ai"; P3 => "au"} - }; - --- auxiliary for Future Simple : - -pFut : Number => Person => Str = table {Sg => table {P1 => "voi" ; P2 => "vei" ; P3 => "va"} ; - Pl => table {P1 => "vom" ; P2 => "vei"; P3 => "vor"} - }; - ---auxiliary for Condional Present : - -pCond : Number => Person => Str = table {Sg => table {P1 => "a" ; P2 => "ai" ; P3 => "ar"} ; - Pl => table {P1 => "am" ; P2 => "ai"; P3 => "ar"} - }; - --- make Reflexive verbe : ? with variants ? --- syntactical category of reflexive verbs based on the primitive forms in Verbe - -mkVerbRefl : Verbe -> SVerbe = \vb -> -table { - TInf => "a" ++ "se" ++ vb ! Inf ; - TIndi TPresn n p => pronRefl ! n ! p ++ vb ! (Indi Presn n p) ; - TIndi TImparf n p => pronRefl !n ! p ++ vb ! (Indi Imparf n p); - TIndi TPComp n p => pronReflClit ! n ! p + "-" + pComp ! n ! p ++ vb ! (PPasse Masc Sg Indef ANomAcc) ; - TIndi TPSimple n p => pronRefl ! n ! p ++ vb ! (Indi PSimple n p) ; - TIndi TPPerfect n p => pronRefl ! n ! p ++ vb ! (Indi PPerfect n p) ; - TIndi TFutur n p => pronRefl ! n ! p ++ pFut ! n ! p ++ vb ! Inf ; - TSubjo TSPres n p => "s" ++ pronRefl ! n ! p ++ vb ! (Subjo SPres n p) ; - TSubjo TSPast n p => "s" ++ pronRefl ! n ! p ++ "fi" ++ vb ! (PPasse Masc Sg Indef ANomAcc) ; - TCondi n p => pronReflClit ! n ! p + "-" + pCond ! n ! p ++ vb ! Inf ; - TImper PlP1 => "s" ++ pronRefl ! Pl ! P1 ++ vb ! (Imper PlP1) ; - TImper PlP2 => vb ! (Imper PlP2) + "-"+ pronRefl ! Pl ! P2 ; - TImper SgP2 => vb ! (Imper SgP2) + "-"+ pronRefl ! Sg ! P2 ; - TGer => vb ! Ger + "u" + "-" + pronRefl ! Sg ! P3 ; - TPPasse g n a d => vb ! (PPasse g n a d) - }; - --- reflexive pronouns - full form - -pronRefl : Number => Person => Str = -table {Sg => table {P1 => "m" ; P2 => "te" ; P3 => "se"}; - Pl => table {P1 => "ne" ; P2 => "v" ; P3 => "se" } -}; - --- reflexive pronouns - short form (clitics) - -pronReflClit : Number => Person => Str = -table {Sg => table {P1 => "m" ; P2 => "te" ; P3 => "s"}; - Pl => table {P1 => "ne" ; P2 => "v" ; P3 => "s" } -}; - - -{- - verbAffixes1 : - Str-> (a,b,c,d: Number => Person => Str) -> (e,f,g,h : Str) -> Verbe = - \fi,pres, imperf, pSimple, pPerf, subj, part, ger, imp -> - table { - Inf => fi ; - Indi Presn n p => pres ! n ! p ; - Indi Imparf n p => imperf ! n ! p; - Indi PComp n p => "aa" ++ part ; - Indi PSimple n p => pSimple ! n ! p ; - Indi PPerf n p => pPerf ! n ! p ; - Indi Futur n p => "va" ++ fi ; - Condi n p => "as" ++ fi ; - Subjo SPres n P3 => subj ; - Subjo SPres n p => pres ! n ! p; - Subjo SPast n p => "sa" ++ "fi" ++ part ; - Imper SgP2 => imp ; - Imper PlP2 => pres ! Pl ! P2 ; - Imper PlP1 => "sa" ++ pres ! Pl ! P1 ; - Part PPres => ger ; - Part (PPasse g n a d) => (mkAdjReg part). s ! (AF g n a d) - } ; --} - --- This is a conversion to the type in $CommonRomance$. - -oper - vvf : (VerbForm => Str) -> (VF => Str) = \aller -> table { - VInfin _ => aller ! TInf ; - VFin (VPres Indic) n p => aller ! TIndi TPresn n p ; - VFin (VPres Subjunct) n p => aller ! TSubjo TSPres n p ; - VFin (VImperf Indic) n p => aller ! TIndi TImparf n p ; --# notpresent - VFin (VImperf Subjunct) n p => aller ! TSubjo TSPast n p ; --# notpresent - VFin VPasse n p => aller ! TIndi TPComp n p ; --# notpresent - VFin VFut n p => aller ! TIndi TFutur n p ; --# notpresent - VFin VCondit n p => aller ! TCondi n p ; --# notpresent - VImper np => aller ! TImper np ; - VPart g n a d => aller ! TPPasse g n a d ; - VGer => aller ! TGer - } ; - - - --- vowells in Romanian - used for clitics - - vocale : Str = ("a"|"e"|"i"|"u"|""|""|""); - --- phonetical mutations that occur when declining verbs : - --- last in the word -> a - -modALast : Str -> Str = \root -> -if_then_Str (pbool2bool (Predef.occur "" (Predef.dp 2 root))) - ((Predef.tk 2 root) + "a" + (last root)) ((Predef.tk 3 root) + "a" + (Predef.dp 2 root)); - --- last u in the word -> o - -modU : Str -> Str = \root -> -if_then_Str (pbool2bool (Predef.occur "u" (Predef.dp 2 root))) - ((Predef.tk 2 root) + "o" + (last root)) ((Predef.tk 3 root) + "o" + (Predef.dp 2 root)); - --- first in the word -> a - -modAFirst : Str -> Str = \root -> -if_then_Str (pbool2bool (Predef.occur "" (Predef.take 2 root))) - ((Predef.take 1 root) + "a" + (Predef.drop 2 root)) ((Predef.take 2 root) + "a" + (Predef.drop 3 root)); - --- -> a (general) - -modA : Str -> Str = \root -> - if_then_Str (pbool2bool (Predef.occur "" (Predef.dp 3 root))) (modALast root) (modAFirst root) ; - - --- e -> ea mutation (general) - -mkMutE : Str -> Str = \root -> - if_then_Str (pbool2bool (Predef.occur "e" (Predef.dp 3 root))) (mkStemMutE root) - (mkStemMutE (Predef.take 4 root) + (Predef.drop 4 root)) ; - --- o -> oa mutation (general) - -mkMutO : Str -> Str = \root -> - if_then_Str (pbool2bool (Predef.occur "o" (Predef.dp 3 root))) (mkStemMutO root) - (mkStemMutO (Predef.take 4 root) + (Predef.drop 4 root)) ; - --- general mutation - last occurence of a letter in the word is replaced by other string --- the letter should occurd 2nd or 3rd last in the word - ---for replacing 1 character with a string -genMut : Str -> Str -> Str -> Str = \root, e, a -> - if_then_Str (pbool2bool (Predef.occur e (Predef.dp 2 root))) - ((Predef.tk 2 root) + a + (last root)) ((Predef.tk 3 root) + a + (Predef.dp 2 root)); - --- for replacing 2 characters with a string - -genMut2 : Str -> Str -> Str -> Str = \root,e , a -> - if_then_Str (pbool2bool (Predef.occur e (Predef.dp 3 root))) - ((Predef.tk 3 root) + a + (last root)) ((Predef.tk 4 root) + a + (Predef.dp 2 root)); - - --- oa -> o mutation (last occurence in the word) - -mkStemMutOa : Str -> Str = \s -> - case Predef.dp 4 s of - {"oa" + x => (Predef.tk 4 s) + "o" + x; - _ => (Predef.tk 3 s) + "o" + (last s) - }; - - --- Affixes : --- It is convenient to have sets of affixes as data objects. - - Affixe : Type = Person => Str ; - - afixe : (_,_,_ : Str) -> Affixe = \x,y,z -> table { - P1 => x ; - P2 => y ; - P3 => z - } ; - --- Empty table (for verbs that lack certain tenses and moods ) - -empty : Number => Person => Str = \\n,p => nonExist ; - -specTab : Str -> Str -> Number => Person => Str = \ploua, plouau -> -\\n,p => case of - { => ploua ; - => plouau ; - _ => nonExist - }; - --- VERB GROUPS : - - ---------------------------------------------------- ------------Group 1 - ending in -a, with exceptions ---------------------------------------------------- - --- Much of variation can be described in terms of affix sets: ---------------------------------- ---for Present : ---------------------------------- ---for subGroups 1,13 - - affixSgGr1Ez : Affixe = afixe "ez" "ezi" "eaz" ; - affixPlGr1Ez : Affixe = afixe "m" "ai" "eaz" ; ------- ---for subGroups 2-3 - affixSgGr1EzI : Affixe = afixe "ez" "ezi" "az" ; - affixPlGr1EzI : Affixe = afixe "em" "ai" "az" ; ------- ---for subGroup 4 - affixSgGr1I : Affixe = afixe "i" "i" "e" ; - affixPlGr1I : Affixe = afixe "em" "ai" "e"; ------- ---for subGroup 5 - affixSgGr1VI : Affixe = afixe "" "" "e" ; - affixPlGr1VI : Affixe = affixPlGr1I ; ------- ---for subGroups 6-7 - affixSgGr1 : Affixe = afixe "" "i" "" ; - affixPlGr1 : Affixe = afixe "m" "ai" "" ; ------- ---for subGroup 8 - affixSgGr1U : Affixe = afixe "u" "i" "" ; - affixPlGr1U : Affixe = affixPlGr1 ; ------- ---for subGroup 9,11,12 - affixSgGr1AU : Affixe = afixe "au" "ai" "" ; - affixPlGr1AU : Affixe = afixe "m" "ai" "au" ; -------- ---for subGroup 10 - affixSgGr1EU : Affixe = afixe "au" "ei" "a" ; - affixPlGr1EU : Affixe = afixe "m" "ai" "au" ; -------- - --for subGroup 14 - affixSgGr1CI : Affixe = afixe "i" "i" "e" ; - affixPlGr1CI : Affixe = afixe "em" "eai" "e"; ------ - - -------------------------- ---for Imperfect : -------------------------- ---for subGroups 1-10 - affixSgI : Affixe = afixe "am" "ai" "a" ; - affixPlI : Affixe = afixe "am" "ai" "au" ; - ---for subGroups 11-14 - affixSgII : Affixe = afixe "eam" "eai" "ea" ; - affixPlII : Affixe = afixe "eam" "eai" "eau" ; - ---------------------------- - --for Perfect Simple : - --------------------------- - --for subGroups 1, 6-10 - - affixSgPS1 : Affixe = afixe "ai" "ai" "" ; - affixPlPS1 : Affixe = afixe "arm" "ari" "ar" ; - - --for subGroups 2-5 - - affixSgPS2 : Affixe = afixe "ai" "ai" "e" ; - affixPlPS2 : Affixe = afixe "arm" "ari" "ar" ; - - --for subGroups 11-12 - - affixSgPS3 : Affixe = afixe "ui" "ui" "u" ; - affixPlPS3 : Affixe = afixe "urm" "uri" "ur" ; - - --for subGroups 13-14 - - affixSgPS4 : Affixe = afixe "eai" "eai" "e" ; - affixPlPS4 : Affixe = afixe "earm" "eari" "ear" ; - --------------------------- --- for Past Perfect : ---------------------------- - ---for subGroups 1-10 - -affixSgPP : Affixe = afixe "asem" "asei" "ase" ; -affixPlPP : Affixe = afixe "aserm" "aseri" "aser" ; - ---for subGroups 11-12 - -affixSgPP2 : Affixe = afixe "usem" "usei" "use" ; -affixPlPP2 : Affixe = afixe "userm" "useri" "user" ; - ---for subGroups 13-14 - -affixSgPP3 : Affixe = afixe "easem" "easei" "ease" ; -affixPlPP3 : Affixe = afixe "easerm" "easeri" "easer" ; - - --- functions that build a tense table for a verb : - - --- worst case : we need 5 forms and an affixe - --- root, 1st Sg, 2nd Sg, 3rd Sg, 3rd Pl and affixe - -mkTab : (a,b,c,d,e : Str) -> Affixe -> Number => Person => Str = -\lua -> \iau -> \iei -> \ia -> \iaP -> \aff -> -table {Sg => table {P1 => iau; P2 => iei; P3 => ia}; - Pl => table {P3 => iaP; p => lua + aff ! p} - }; - - --- regular case : we need just the root and affixes for Singular and Plural - -mkFromAffix : Str -> Affixe -> Affixe -> Number => Person => Str = \ar,affSg,affPl -> - table {Sg => table {p => ar + affSg ! p}; - Pl => table {p => ar + affPl ! p} - }; - --- case where we need 2 roots and two affixes - - -mkFromAffixes1 : Str -> Str -> Affixe -> Affixe -> Number => Person => Str = -\ar,arr,affSg, affPl -> -table {Sg => table {p => ar + affSg ! p }; - Pl => table {P3 => ar + affSg ! P3 ; - p => arr + affPl ! p - } - }; - - -mkFromAffixes2 : Str -> Str -> Affixe -> Affixe -> Number => Person => Str = -\ar,arr,affSg, affPl -> -table {Sg => table {p => ar + affSg ! p}; - Pl => table {P3 => ar + affPl ! P3; - p => arr + affPl ! p - } - }; - --- cases where the 3rd Person Singular is formed with a different root : - -mkAffixSpec1 : Str -> Str -> Affixe -> Affixe -> Number => Person => Str = -\ar, arr, affSg, affPl -> -table {Sg => table {P3 => arr + affSg ! P3 ; - p => ar + affSg ! p - }; - Pl => table {P3 => arr + affSg ! P3 ; - p => ar + affPl ! p - } - }; - -mkAffixSpec2 : Str -> Str -> Affixe -> Affixe -> Number => Person => Str = -\ar, arr, affSg, affPl -> -table {Sg => table {P3 => arr + affSg ! P3 ; - p => ar + affSg ! p - }; - Pl => table {P3 => ar + affSg ! P1 ; - p => ar + affPl ! p - } - }; - - --- case where the 2nd person Singular has a different form, than the usual one : - -changeP2 : Str -> (Number => Person => Str) -> Number => Person => Str = -\ari -> \pres -> -table {Sg => table {P2 => ari; - p => pres ! Sg ! p}; - Pl => \\p => pres ! Pl ! p - }; - --- case where the 1st person Singular has a different form than the usual one : - -changeP1 : Str -> (Number => Person => Str) -> Number => Person => Str = -\ari -> \pres -> -table {Sg => table {P1 => ari; - p => pres ! Sg ! p}; - Pl => \\p => pres ! Pl ! p - }; - - ---subGroup 1 -mkV6: Str -> Verbe = \lucra -> - let root = init lucra in -verbAffixes lucra (mkFromAffix root affixSgGr1Ez affixPlGr1Ez) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root + "eze") (mkAdjReg(root + "at")) - (root + "nd") (root + "eaz") ; - - -mkV7 : Str -> Verbe = \crea -> - mkV6 crea ; - -mkV8 : Str -> Verbe = \parca -> - let r = init parca ; - root = r + "h" - in -verbAffixes parca (mkFromAffixes1 r root affixSgGr1Ez affixPlGr1Ez) - (mkFromAffix r affixSgI affixPlI) (mkFromAffix r affixSgPS1 affixPlPS1) - (mkFromAffix r affixSgPP affixPlPP) (root + "eze") (mkAdjReg (r + "at")) - (r + "nd") (root + "eaz") ; - -mkV9 : Str -> Verbe = \divaga -> - mkV8 divaga ; - - ---subGroup 2 - -mkV10 : Str -> Verbe = \studia -> - let root = init studia in - verbAffixes studia (mkFromAffix root affixSgGr1EzI affixPlGr1EzI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (root + "eze") (mkAdjReg (root + "at")) - (root + "ind") (root + "az") ; - ---subGroup 3 - -mkV11 : Str -> Verbe = \ardeia -> - let root = init ardeia in - verbAffixes ardeia (mkFromAffix root affixSgGr1EzI affixPlGr1EzI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (root + "eze") (mkAdjReg (root + "at")) - (root + "nd") (root + "az") ; - ---subGroup 4 - -mkV12 : Str -> Verbe = \speria -> - let root = init speria in - verbAffixes speria (mkFromAffix root affixSgGr1I affixPlGr1I) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (root + "e") (mkAdjReg (root + "at")) - (root + "ind") (root + "e") ; - ---subGroup 5 - -mkV13 : Str -> Verbe = \incuia -> - let root = init incuia in - verbAffixes incuia (mkFromAffix root affixSgGr1VI affixPlGr1VI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (root + "e") (mkAdjReg (root + "at")) - (root + "nd") (root + "e") ; - -mkV14 : Str -> Verbe = \taia -> - let root = init taia ; - r = modA root - in -verbAffixes taia (mkFromAffixes1 r root affixSgGr1VI affixPlGr1VI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (r + "e") (mkAdjReg (root + "at")) - (root + "nd") (r + "e") ; - -mkV15 : Str -> Verbe = \infoia -> - let root = init infoia ; - r = mkStemMutO root - in - verbAffixes infoia (mkAffixSpec1 root r affixSgGr1VI affixPlGr1VI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (r + "e") (mkAdjReg (root + "at")) - (root + "nd") (r + "e") ; - -mkV16 : Str -> Verbe = \muia -> - let root = init muia ; - r1 = modU root ; - r2 = mkStemMutO r1 - in - verbAffixes muia (mkTab root r1 r1 (r2 + "e") (r2+"e") affixPlGr1VI) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS2 affixPlPS2) - (mkFromAffix root affixSgPP affixPlPP) (r2 + "e") (mkAdjReg (root + "at")) - (root + "nd") (r2 + "e") ; - ---subGroup 6 - -mkV17 : Str -> Verbe = \acuza -> - let root = init acuza - in - verbAffixes acuza (mkFromAffix root affixSgGr1 affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root + "e") (mkAdjReg (root + "at")) - (root + "nd") (root + "") ; - -mkV18 : Str -> Verbe = \ajuta -> - let root = init ajuta ; - newF = mkStemPlReg root; - pres = changeP2 newF (mkFromAffix root affixSgGr1 affixPlGr1) -in -verbAffixes ajuta pres - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root + "e") (mkAdjReg (root + "at")) - (root + "nd") (root + "") ; - - -mkV19 : Str -> Verbe = \acorda -> - mkV18 acorda ; - -mkV20 : Str -> Verbe = \asista -> - mkV18 asista ; - - - -mkV21 : Str -> Verbe = \risca -> - let root = init risca ; - newF = mkStemPlReg root ; - newP = init newF + "e" ; - pres = changeP2 newF (mkFromAffix root affixSgGr1 affixPlGr1) -in -verbAffixes risca pres - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) newP (mkAdjReg (root + "at")) - (root + "nd") (root + "") ; - - - mkV22 : Str -> Verbe = \misca -> - mkV21 misca ; - - mkV23 : Str -> Verbe = \calca -> - let root = init calca ; - r = modA root - in - verbAffixes calca (mkFromAffixes1 r root affixSgGr1 affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r + "e") (mkAdjReg (root + "at")) - (root + "nd") (r + "") ; - -mkV24 : Str -> Verbe = \cauta -> - let root = init cauta ; - r = modA root ; - newF = mkStemPlReg r ; - pres = changeP2 newF (mkFromAffixes1 r root affixSgGr1 affixPlGr1) - in - verbAffixes cauta pres - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r + "e") (mkAdjReg (root + "at")) - (root + "nd") (r + "") ; - -mkV25 : Str -> Verbe = \lauda -> - mkV24 lauda ; - -mkV26 : Str -> Verbe = \lasa -> - mkV24 lasa ; - -mkV27 : Str -> Verbe = \adasta -> - mkV24 adasta ; - -mkV28 : Str -> Verbe = \casca -> - let root = init casca ; - r = modA root ; - newF = mkStemPlReg r ; - newP = init newF + "e" - in - verbAffixes casca (changeP2 newF (mkFromAffixes1 r root affixSgGr1 affixPlGr1)) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) newP (mkAdjReg (root + "at")) - (root + "nd") (r + "") ; - - mkV29 : Str -> Verbe = \chema -> - let root = init chema ; - r = mkMutE root - in - verbAffixes chema (mkAffixSpec1 root r affixSgGr1 affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root+"e") (mkAdjReg (root + "at")) - (root + "nd") (r + "") ; - - mkV30 : Str -> Verbe = \certa -> - let root = init certa ; - newF = mkStemPlReg root ; - newP = mkMutE root + "" - in - verbAffixes certa (mkTab root root newF newP newP affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root+"e") (mkAdjReg (root + "at")) - (root + "nd") newP ; - - mkV31 : Str -> Verbe = \toca -> - let root = init toca ; - r = mkStemMutO root - in - verbAffixes toca (mkAffixSpec1 root r affixSgGr1 affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root+"e") (mkAdjReg (root + "at")) - (root + "nd") (r + "") ; - - mkV32 : Str -> Verbe = \inota -> - let root = init inota ; - newF = mkStemPlReg root ; - newP = mkStemMutO root + "" - in - verbAffixes inota (mkTab root root newF newP newP affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root+"e") (mkAdjReg (root + "at")) - (root + "nd") newP ; - - mkV33 : Str -> Verbe = \innoda -> - mkV32 innoda ; - - mkV34 : Str -> Verbe = \improsca -> - let root = init improsca ; - newF = mkStemPlReg root ; - newS = mkStemMutO (init newF) + "e" ; - newP = mkStemMutO root + "" - in - verbAffixes improsca (mkTab root root newF newP newP affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) newS (mkAdjReg (root + "at")) - (root + "nd") newP ; - - mkV35 : Str -> Verbe = \apara -> - let root = init apara ; - newP = mkStemMutA root ; - pres = changeP2 (newP + "i") (mkFromAffix root affixSgGr1 affixPlGr1) - in - verbAffixes apara pres - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newP + "e") (mkAdjReg (root + "at")) - (root + "nd") (root + "") ; - - mkV36 : Str -> Verbe = \semana -> - let root = init semana ; - newP = mkStemMutA root ; - newF = mkMutE root + "" - in - verbAffixes semana (mkTab root root (newP+"i") newF newF affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newP + "e") (mkAdjReg (root + "at")) - (root + "nd") newF ; - - mkV37 : Str -> Verbe = \fremata -> - let root = init fremata ; - r = mkMutE root ; - newC = (mkStemMutA root) + "e" ; - newP = mkStemPlReg r ; - newF = r + "" - in - verbAffixes fremata (mkTab root r newP newF newF affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) newC (mkAdjReg (root + "at")) - (root + "nd") newF ; - - mkV38 : Str -> Verbe = \lepada -> - mkV37 lepada ; - - mkV39 : Str -> Verbe = \scapara -> - let root = init scapara ; - r = modAFirst root ; - newP = mkStemMutA r ; - newF = r + "" - in - verbAffixes scapara (mkTab root r (newP + "i") newF newF affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newP + "e") (mkAdjReg (root + "at")) - (root + "nd") newF ; - - mkV40 : Str -> Verbe = \capata -> - let root = init capata ; - r = modAFirst root ; - newC = mkStemMutA r + "e" ; - newP = mkStemPlReg(mkStemMutA r) ; - newF = r + "" - in - verbAffixes capata (mkTab root r newP newF newF affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) newC (mkAdjReg (root + "at")) - (root + "nd") newF ; - - mkV41 : Str -> Verbe = \aseza -> - let root = init aseza ; - r = genMut root "e" "a" - in - verbAffixes aseza (mkAffixSpec1 root r affixSgGr1 affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root+"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - mkV42 : Str -> Verbe = \ierta -> - mkV30 ierta ; - - mkV43 : Str -> Verbe = \dezmierda -> - mkV30 dezmierda ; - - mkV44 : Str -> Verbe = \pieptana -> - mkV36 pieptana ; - - mkV45 : Str -> Verbe = \invata -> - let root = init invata ; - newP = mkStemMutA root ; - r = genMut root "" "a" - in - verbAffixes invata (mkTab root root (newP + "i") (r+"") (r+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newP +"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - mkV46 : Str -> Verbe = \imbata -> - let root = init imbata ; - newP = mkStemMutA root ; - r = genMut root "" "a" - in - verbAffixes imbata (mkTab root root (mkStemPlReg newP) (r+"") (r+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newP +"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - mkV47 : Str -> Verbe = \varsa -> - mkV46 varsa ; - - mkV48 : Str -> Verbe = \juca -> - let root = init juca ; - r1 = modU root ; - r2 = mkStemMutO r1 - in - verbAffixes juca (mkTab root r1 (mkStemPlReg r1) (r2+"") (r2+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r2 +"e") (mkAdjReg (root + "at")) - (root + "nd") (r2 +"") ; - - mkV49 : Str -> Verbe = \purta -> - mkV48 purta ; - - mkV50 : Str -> Verbe = \prezenta -> - let root = init prezenta ; - r1 = genMut root "e" "i" - in - verbAffixes prezenta (mkTab root r1 (mkStemPlReg r1) (r1+"") (r1+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r1 +"e") (mkAdjReg (root + "at")) - (root + "nd") (r1 +"") ; - - mkV51 : Str -> Verbe = \usca -> - let root = init usca ; - r = "usuc" - in - verbAffixes usca (mkTab root r (r + "i") (r+"") (r+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r +"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - mkV52 : Str -> Verbe = \manca -> - let root = init manca ; - r = "mnnc" - in - verbAffixes manca (mkTab root r (r + "i") (r+"") (r+"") affixPlGr1) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r +"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - --subGroup 7 - mkV53 : Str -> Verbe = \preceda -> - let root = init preceda ; - newP = mkStemPlReg root ; - newC = mkMutE root - in - verbAffixes preceda (changeP2 newP (mkFromAffix root affixSgGr1 affixPlGr1)) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (newC +"") (mkAdjReg (root + "at")) - (root + "nd") (root +"") ; - - mkV54 : Str -> Verbe = \ploua -> - let root = init ploua - in - verbAffixes ploua (specTab (root + "") (root + "")) (specTab ploua (ploua+ "u")) - (specTab (root + "") (root + "ar")) (specTab (root + "ase") (root + "aser")) - (root + "") (mkAdjReg (root + "at")) (root + "nd") (root + "") ; - - --subGroup8 - mkV55 : Str -> Verbe = \umbla -> - let root = init umbla - in - verbAffixes umbla (mkFromAffix root affixSgGr1U affixPlGr1U) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root +"e") (mkAdjReg (root + "at")) - (root + "nd") (root +"") ; - - mkV56 : Str -> Verbe = \latra -> - let root = init latra ; - r = genMut root "" "a" - in - verbAffixes latra (mkFromAffixes1 r root affixSgGr1U affixPlGr1U) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r +"e") (mkAdjReg (root + "at")) - (root + "nd") (r +"") ; - - --subGroup 9 - - mkV57 : Str -> Verbe = \reda -> - let root = init reda - in - verbAffixes reda (mkFromAffix root affixSgGr1AU affixPlGr1AU) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (root +"ea") (mkAdjReg (root + "at")) - (root + "nd") (root +"") ; - - --subGroup 10 - mkV58 : Str -> Verbe = \lua -> - let root = init lua ; - r = Predef.tk 2 root + "i" - in - verbAffixes lua (mkFromAffixes1 r root affixSgGr1EU affixPlGr1EU) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS1 affixPlPS1) - (mkFromAffix root affixSgPP affixPlPP) (r +"a") (mkAdjReg (root + "at")) - (root + "nd") (r +"a") ; - - --subGroup 11 - mkV59 : Str -> Verbe = \sta -> - let root = init sta ; - r = Predef.tk 2 root + "stt" - in - verbAffixes sta (mkFromAffix root affixSgGr1AU affixPlGr1AU) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"ea") (mkAdjReg (root + "at")) - (root + "nd") (root +"ai") ; - - --subGroups 12 - mkV60 : Str -> Verbe = \da -> - let root = init da ; - r = init root + "dd" - in - verbAffixes da (mkFromAffix root affixSgGr1AU affixPlGr1AU) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"ea") (mkAdjReg (root + "at")) - (root + "nd") (root +"ai") ; - - --subGroups 13 - mkV61 : Str -> Verbe = \veghea -> - let root = Predef.tk 2 veghea - in - verbAffixes veghea (mkFromAffix root affixSgGr1Ez affixPlGr1Ez) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS4 affixPlPS4) - (mkFromAffix root affixSgPP3 affixPlPP3) (root +"eze") (mkAdjReg (root + "eat")) - (root + "ind") (root +"eaz") ; - ---subGroups 14 -mkV62 : Str -> Verbe = \deochea -> - let root = Predef.tk 2 deochea ; - newP = mkMutO root - in - verbAffixes deochea (mkAffixSpec1 root newP affixSgGr1CI affixPlGr1CI) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS4 affixPlPS4) - (mkFromAffix root affixSgPP3 affixPlPP3) (newP +"e") (mkAdjReg (root + "eat")) - (root + "ind") (newP + "e") ; - ------------------------------------ ----------GROUP 2 -- verbs ending in -ea (same syllable) ------------------------------------ ----------- ---Present ----------- - ---subGroup 1-2 -affixSgGr21 : Affixe = afixe "" "i" "e" ; -affixPlGr21 : Affixe = afixe "em" "ei" "" ; - ---subGroup 3 -affixSgGr23 : Affixe = afixe "eau" "ei" "ea" ; -affixPlGr23 : Affixe = afixe "em" "ei" "eau" ; - ---subGroup 4 -affixSgGr24 : Affixe = afixe "eau" "ei" "ea" ; -affixPlGr24 : Affixe = afixe "em" "ei" "" ; - ----------- ---Imperf ----------- - ---subGroups 1-3 ---affixSgII and affixPlII - ---subGroup 4 -affixSgI2 : Affixe = afixe "iam" "iai" "ia" ; -affixPlI2 : Affixe = afixe "iam" "iai" "iau" ; - ---------------- ---Past Simple --------------- ---affixSgPS3 and affixPlPS3 - --------------- ---Past Perfect --------------- --- for subGroups 1-3 --- affixSgPP2 and affixPlPP2 - ---for subGroup 4 -affixSgPP4 : Affixe = afixe "usem" "usei" "use" ; -affixPlPP4 : Affixe = afixe "useserm" "useseri" "useser" ; - - ------------------ - --- subGroup 1 - -mkV64 : Str -> Verbe = \aparea -> - let root = Predef.tk 2 aparea ; - r = genMut root "" "a" - in - verbAffixes aparea (mkFromAffixes2 r root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (root + "ut")) - (root + "nd") (r + "i") ; - -mkV65 : Str -> Verbe = \cadea -> - let root = Predef.tk 2 cadea ; - r = genMut root "" "a"; - rad = init (mkStemPlReg root) - in - verbAffixes cadea (changeP2 (mkStemPlReg r) (mkFromAffixes2 r root affixSgGr21 affixPlGr21) ) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (rad + "ut")) - (rad + "nd") (mkStemPlReg r) ; - -mkV66 : Str -> Verbe = \sedea -> - let root = Predef.tk 2 sedea ; - r = genMut root "e" "a"; - rad = init (mkStemPlReg root) - in - verbAffixes sedea (mkTab root root (mkStemPlReg root) (r + "e") root affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (rad + "ut")) - (rad + "nd") (rad + "i") ; - -mkV67 : Str -> Verbe = \vedea -> - let root = Predef.tk 2 vedea ; - r = genMut root "e" "" ; - newC = genMut root "e" "a" ; - rad = init (mkStemPlReg r) - in - verbAffixes vedea (mkTab root r (mkStemPlReg root) (root + "e") r affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (newC +"") (mkAdjReg (rad + "ut")) - (rad + "nd") (mkStemPlReg root) ; - -mkV68 : Str -> Verbe = \putea -> - let root = Predef.tk 2 putea ; - r = modU root ; - newP = mkMutO r - in - verbAffixes putea (mkTab root r (mkStemPlReg r) (newP + "e") r affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) (newP +"") (mkAdjReg (root + "ut")) - (root + "nd") (mkStemPlReg r) ; - ---subGroup 2 - - mkV69 : Str -> Verbe = \scadea -> - let root = Predef.tk 2 scadea ; - r = genMut root "" "a"; - rad = init (mkStemPlReg root) - in - verbAffixes scadea (changeP2 (mkStemPlReg r) (mkFromAffixes2 r root affixSgGr21 affixPlGr21) ) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (rad + "ut")) - (rad + "nd") (r + "e") ; - - mkV70 : Str -> Verbe = \prevedea -> - let root = Predef.tk 2 prevedea ; - r = genMut root "e" "" ; - newC = genMut root "e" "a" ; - rad = init (mkStemPlReg r) - in - verbAffixes prevedea (mkTab root r (mkStemPlReg root) (root + "e") r affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (newC +"") (mkAdjReg (rad + "ut")) - (rad + "nd") (root + "e") ; - - mkV71 : Str -> Verbe = \placea -> - let root = Predef.tk 2 placea ; - r = genMut root "" "a" - in - verbAffixes placea (mkFromAffixes2 r root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (root + "ut")) - (root + "nd") (r + "e") ; - - mkV72 : Str -> Verbe = \durea -> - mkV68 durea ; - ---subGroup 3 - - mkV73 : Str -> Verbe = \bea -> - let root = Predef.tk 2 bea ; - r = root + "" - in - verbAffixes bea (mkFromAffix root affixSgGr23 affixPlGr23) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"ea") (mkAdjReg (r + "ut")) - (root + "nd") (root + "ea") ; - ---subGroup 4 - - mkV74 : Str -> Verbe = \vrea -> - let root = Predef.tk 2 vrea ; - r = root + "o" - in - verbAffixes vrea (mkTab root (root+"eau") (root+"ei")(root +"ea") (init root + "or") affixPlGr24) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP4 affixPlPP4) (root +"ea") (mkAdjReg (r + "ut")) - (root + "nd") (root + "ei") ; - - ---------------------------------------------------------------------- - -------Group 3 -- verbs ending in -e - ------------------------------------------------------------------------- - ----------------------- - --Present - ----------------------- ---subGroups 1-6 ---affixSgGr21 + affixPlGr21 - ---subGroup 7-8 -affixSgGr31 : Affixe = afixe "u" "i" "e" ; -affixPlGr31 : Affixe = afixe "em" "ei" "u" ; - ----------------- ---Imperfect ----------------- ---subGroups 1-6 affixSgII affixPlII - ---subGroups 7-8 affixSgI affixPlI - ----------------- ---Past Simple ----------------- ---subGroups 1-4,8 -affixSgPS5 : Affixe = afixe "sei" "sei" "se" ; -affixPlPS5 : Affixe = afixe "serm" "seri" "ser" ; - ---subGroups 5-7 affixSgPS3 + affixPlPS3 - ---------------- ---P Perfect ---------------- ---subGroups 1-4,8 -affixSgPP5 : Affixe = afixe "sesem" "sesei" "sese" ; -affixPlPP5 : Affixe = afixe "seserm" "seseri" "seser" ; - ---subGroups 5-7 ---affixSgPP2 and affixPlPP2 - ---subGroup 1 - -mkV76 : Str -> Verbe = \pune -> - let root = init pune ; - r = init root - in -verbAffixes pune (changeP2 (r+"i") (mkFromAffix root affixSgGr21 affixPlGr21) ) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (root + "nd") (root + "e") ; - -mkV77 : Str -> Verbe = \atinge -> - let root = init atinge ; - r = init root - in -verbAffixes atinge (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (root + "nd") (root + "e") ; - -mkV78 : Str -> Verbe = \trage -> - let root = init trage ; - rad1 = genMut root "a" "" ; - r = init root ; - rad2 = genMut r "a" "" - in -verbAffixes trage (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix rad1 affixSgII affixPlII) - (mkTab rad2 (r + "ei") (r + "sei") (rad2 + "e") (rad2 + "er") affixPlPS5) - (mkFromAffix rad2 affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (rad1 + "nd") (root + "e") ; - -mkV79 : Str -> Verbe = \decide -> - let root = init decide ; - r = init root - in -verbAffixes decide (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (r + "znd") (root + "e") ; - -mkV80 : Str -> Verbe = \rade -> - let root = init rade ; - rad1 = genMut root "a" "" ; - r = init root ; - rad2 = genMut r "a" "" - in -verbAffixes rade (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix rad1 affixSgII affixPlII) - (mkTab rad2 (r + "ei") (r + "sei") (rad2 + "e") (rad2 + "er") affixPlPS5) - (mkFromAffix rad2 affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (rad2 + "znd") (root + "e") ; - -mkV81 : Str -> Verbe = \ucide -> - let root = init ucide ; - r = init root - in -verbAffixes ucide (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (r + "gnd") (root + "e") ; - -mkV82 : Str -> Verbe = \admite -> - let root = init admite ; - r = init root - in -verbAffixes admite (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (r + "nd") (root + "e") ; - -mkV83 : Str -> Verbe = \alege -> - let root = init alege ; - r = init root ; - newP = mkMutE root - in -verbAffixes alege (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (newP +"") (mkAdjRegE (r + "s")) - (root + "nd") (root + "e") ; - -mkV84 : Str -> Verbe = \sumete -> - let root = init sumete ; - r = init root ; - newP = mkMutE root - in -verbAffixes sumete (changeP2 (mkStemPlReg root) (mkAffixSpec2 root newP affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (newP +"") (mkAdjRegE (r + "s")) - (r + "nd") (root + "e") ; - -mkV85 : Str -> Verbe = \scoate -> - let root = init scoate ; - r = mkStemMutOa root ; - rad = init r ; - rad1 = init root - in -verbAffixes scoate (mkTab root r (mkStemPlReg r) scoate r affixPlGr21) - (mkFromAffix r affixSgII affixPlII) - (mkTab rad1 (rad + "sei") (rad + "sei") (rad1 + "se") (rad1 + "er") affixPlPS5) - (mkFromAffix rad affixSgPP5 affixPlPP5) (root +"") (mkAdjRegO (rad + "s")) - (rad + "nd") (root + "e") ; - - -mkV86 : Str -> Verbe = \roade -> - let root = init roade ; - r = mkStemMutOa root ; - rad = init r ; - rad1 = init root - in -verbAffixes roade (mkTab root r (mkStemPlReg r) roade r affixPlGr21) - (mkFromAffix r affixSgII affixPlII) - (mkTab rad1 (rad + "sei") (rad + "sei") (rad1 + "se") (rad1 + "er") affixPlPS5) - (mkFromAffix rad affixSgPP5 affixPlPP5) (root +"") (mkAdjRegO (rad + "s")) - (rad + "znd") (root + "e") ; - - -mkV87 : Str -> Verbe = \purcede -> - let root = init purcede ; - r = init root ; - newP = mkMutE root - in -verbAffixes purcede (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (newP +"") (mkAdjRegE (r + "s")) - (r + "znd") (root + "e") ; - - -mkV88 : Str -> Verbe = \toarce -> - let root = init toarce ; - r = mkStemMutOa root ; - rad = init r ; - rad1 = init root - in -verbAffixes toarce (mkTab root r (mkStemPlReg r) toarce r affixPlGr21) - (mkFromAffix r affixSgII affixPlII) - (mkTab rad1 (rad + "sei") (rad + "sei") (rad1 + "se") (rad1 + "er") affixPlPS5) - (mkFromAffix rad affixSgPP5 affixPlPP5) (root +"") (mkAdjRegO (rad + "s")) - (rad + "cnd") (root + "e") ; - ---subGroup 2 - -mkV89 : Str -> Verbe = \curge -> - let root = init curge ; - r = init root - in - verbAffixes curge (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (root + "nd") (root + "i") ; - -mkV90 : Str -> Verbe = \merge -> -let root = init merge ; - r = init root ; - newP = mkMutE root - in -verbAffixes merge (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (newP +"") (mkAdjRegE (r + "s")) - (root + "nd") (root + "i") ; - -mkV91 : Str -> Verbe = \ride -> -let root = init ride ; - r = init root - in -verbAffixes ride (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (r + "znd") (mkStemPlReg root) ; - - -mkV92 : Str -> Verbe = \ramane -> -let root = init ramane ; - r = init root ; - r1 = genMut root "" "" ; - r2 = genMut root "" "a" - in -verbAffixes ramane (changeP2 (r + "i") (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) - (mkTab (init r2) (init r1 + "sei") (init r1 + "sei") (init r2 + "se") (init r2 + "ser") affixPlPS5) - (mkFromAffix (init r1) affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (init r2 + "s")) - (root + "nd") (r + "i") ; - ---subGroup 3 : - -mkV93 : Str -> Verbe = \zice -> - let root = init zice ; - r = init root - in -verbAffixes zice (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "s")) - (root + "nd") r ; - ---subGroup 4 : - -mkV94 : Str -> Verbe = \rupe -> - let root = init rupe - in -verbAffixes rupe (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS5 affixPlPS5) - (mkFromAffix root affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (root + "t")) - (root + "nd") rupe ; - -mkV95 : Str -> Verbe = \frige -> - let root = init frige ; - r = init root + "p" - in -verbAffixes frige (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "t")) - (root + "nd") frige ; - - -mkV96 : Str -> Verbe = \frange -> - let root = init frange ; - r = init root - in -verbAffixes frange (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "t")) - (root + "nd") frange ; - -mkV97 : Str -> Verbe = \sparge -> - let root = init sparge ; - r = init root ; - r1 = genMut root "a" ""; - r2 = genMut r "a" "" - in -verbAffixes sparge (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix r1 affixSgII affixPlII) - (mkTab r2 (init r1 + "sei") (init r1 + "sei") (r2 + "se") (r2 + "ser") affixPlPS5) - (mkFromAffix r2 affixSgPP5 affixPlPP5) (root +"") (mkAdjReg (r + "t")) - (r1 + "nd") sparge ; - -mkV98 : Str -> Verbe = \fierbe -> - let root = init fierbe ; - r = init root ; - r1 = genMut root "e" "a" - in -verbAffixes fierbe (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS5 affixPlPS5) - (mkFromAffix r affixSgPP5 affixPlPP5) (r1 +"") (mkAdjRegE (r + "t")) - (root + "nd") fierbe ; - -mkV99 : Str -> Verbe = \coace -> - let root = init coace ; - r = genMut2 root "oa" "o" ; - r1 = init r + "p" - in -verbAffixes coace (mkTab root r1 (r1+"i") (root+"e") r1 affixPlGr21) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix r1 affixSgPS5 affixPlPS5) - (mkFromAffix r1 affixSgPP5 affixPlPP5) (root +"") (mkAdjRegO (r1 + "t")) - (r + "nd") coace ; ---subGroup 5 : - -mkV100 : Str -> Verbe = \cere -> - let root = init cere ; - r = mkMutE root - in -verbAffixes cere (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (root + "ut")) - (root + "nd") cere ; - - -mkV101 : Str -> Verbe = \crede -> - let root = init crede ; - newP = init (mkStemPlReg root) ; - r = mkMutE root - in -verbAffixes crede (changeP2 (newP + "i") (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix newP affixSgPS3 affixPlPS3) - (mkFromAffix newP affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (newP + "ut")) - (newP + "nd") crede ; - -mkV102 : Str -> Verbe = \tese -> - let root = init tese ; - newP = init (mkStemPlReg root) ; - r = mkMutE root - in -verbAffixes tese (changeP2 (newP + "i") (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (root + "ut")) - (root + "nd") tese ; - -mkV103 : Str -> Verbe = \creste -> - let root = init creste ; - r = Predef.tk 2 root + "sc" ; - newC = mkMutE r - in -verbAffixes creste (changeP1 r (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (newC +"") (mkAdjReg (r + "ut")) - (r + "nd") creste ; - - -mkV104 : Str -> Verbe = \investe -> - let root = init investe ; - r = Predef.tk 2 root + "sc" ; - newC = mkMutE r ; - rad = genMut r "e" "" - in -verbAffixes investe (changeP1 r (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (newC +"") (mkAdjReg (rad + "ut")) - (rad + "nd") investe ; - - -mkV105 : Str -> Verbe = \bate -> - let root = init bate ; - r = genMut root "a" "" - in -verbAffixes bate (changeP2 (mkStemPlReg root) (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"") (mkAdjReg (r + "ut")) - (r + "nd") bate ; - -mkV106 : Str -> Verbe = \naste -> - let root = init naste ; - r = Predef.tk 2 root + "sc" ; - rad = genMut r "a" "" - in -verbAffixes naste (changeP1 r (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (rad + "ut")) - (rad + "nd") naste ; - ---mkV107 : Str -> Verbe = \rage -> - - -mkV108 : Str -> Verbe = \tine -> -let root = init tine ; - r = init root + "i" - in -verbAffixes tine (changeP2 r (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) (root +"") (mkAdjReg (root + "ut")) - (root + "nd") tine ; - -mkV109 : Str -> Verbe = \cunoaste -> -let root = init cunoaste ; - newC = Predef.tk 2 root + "sc" ; - r = mkStemMutOa newC ; - rad = mkStemMutOa root - in -verbAffixes cunoaste (mkTab root r (mkStemPlReg r) cunoaste r affixPlGr21) - (mkFromAffix rad affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (newC +"") (mkAdjReg (r + "ut")) - (r + "nd") cunoaste ; - -mkV110 : Str -> Verbe = \coase -> -let root = init coase ; - r = mkStemMutOa root ; - rad = genMut2 root "oa" "u" - in -verbAffixes coase (mkTab root r (mkStemPlReg r) coase r affixPlGr21) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix rad affixSgPS3 affixPlPS3) - (mkFromAffix rad affixSgPP2 affixPlPP2) (root +"") (mkAdjReg (rad + "ut")) - (r + "nd") coase ; - -mkV111 : Str -> Verbe = \divide -> -let root = init divide ; - newP = mkStemPlReg root - in -verbAffixes divide (changeP2 newP (mkFromAffix root affixSgGr21 affixPlGr21)) - empty empty empty (root +"") (variants{}) - (root + "nd") divide ; - -mkV112 : Str -> Verbe = \vinde -> -let root = init vinde ; - r = genMut root "i" "" ; - in -verbAffixes vinde (mkTab root r (mkStemPlReg root) vinde r affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"") (mkAdjReg (r + "ut")) - (init r + "znd") vinde ; - -mkV113 : Str -> Verbe = \pierde -> -let root = init pierde ; - r = mkMutE root ; - rad = init (mkStemPlReg root) - in -verbAffixes pierde (changeP2 (rad + "i") (mkFromAffix root affixSgGr21 affixPlGr21)) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) (r +"") (mkAdjReg (root + "ut")) - (rad + "nd") pierde ; - ---mkV114 : Str -> Verbe = \exige -> - - ---subGroup 6 - -mkV115 : Str -> Verbe = \face -> -let root = init face ; - r = genMut root "a" "" - in -verbAffixes face (mkFromAffix root affixSgGr21 affixPlGr21) - (mkFromAffix r affixSgII affixPlII) (mkFromAffix r affixSgPS3 affixPlPS3) - (mkFromAffix r affixSgPP2 affixPlPP2) (root +"") (mkAdjReg (r + "ut")) - (r + "nd") (init r) ; ---subGroup 7 -mkV116 : Str -> Verbe = \umple -> -let root = init umple - in -verbAffixes umple (mkFromAffix root affixSgGr31 affixPlGr31) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) (root +"e") (mkAdjReg (root + "ut")) - (root + "nd") umple ; - ---subGroup 8 -mkV117 : Str -> Verbe = \scrie -> -let root = init scrie - in -verbAffixes scrie (mkFromAffix root affixSgGr31 affixPlGr31) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS5 affixPlPS5) - (mkFromAffix root affixSgPP5 affixPlPP5) (root +"e") (mkAdjReg (root + "s")) - (root + "ind") scrie ; - ------------------------------------- ----GROUP 4 -- verbs ending in -i/- ------------------------------------- --------------- ---Present --------------- - ---subGroups 1-2 -affixSgGr41 : Affixe = afixe "esc" "eti" "ete" ; -affixPlGr41 : Affixe = afixe "im" "ii" "esc" ; - ---subGroup 3 - -affixSgGr43 : Affixe = afixe "iesc" "ieti" "iete" ; -affixPlGr43 : Affixe = afixe "im" "ii" "iesc" ; - ---subGroup 4 - -affixSgGr44 : Affixe = afixe "iu" "ii" "ie" ; -affixPlGr44 : Affixe = afixe "im" "ii" "iu" ; - ---subGroup 5 - -affixSgGr45 : Affixe = afixe "i" "i" "ie" ; -affixPlGr45 : Affixe = afixe "im" "ii" "ie" ; - ---subGroups 6 -8 - -affixSgGr468 : Affixe = afixe "" "i" "e" ; -affixPlGr468 : Affixe = afixe "im" "ii" "" ; - ---subGroup 9 - -affixSgGr49 : Affixe = afixe "" "i" "" ; -affixPlGr49 : Affixe = afixe "im" "ii" "" ; - ---subGroup 10 - -affixSgGr410 : Affixe = afixe "" "i" "e" ; -affixPlGr410 : Affixe = afixe "im" "ii" "e" ; - ---subGroup 11 - -affixSgGr411 : Affixe = afixe "" "" "ie" ; -affixPlGr411 : Affixe = afixe "" "" "ie" ; - ---subGroup 12 - -affixSgGr412 : Affixe = afixe "sc" "ti" "te" ; -affixPlGr412 : Affixe = afixe "m" "i" "sc" ; - ---subGroup 13 - -affixSgGr413 : Affixe = afixe "" "i" "" ; -affixPlGr413 : Affixe = afixe "m" "i" "" ; - - -------------------------- ---Imperfect -------------------------- - ---subGroup 1,6-10 ---affixSgII + affixPlII - ---subGroup 2, 12-13 ---affixSgI + affixPlI - ---subGroups 3-5 ---affixSgI2 + affixPlI2 - ---subGroup 11 -affixSgI4 : Affixe = afixe "" "" "ia" ; -affixPlI4 : Affixe = afixe "" "" "iau" ; - ------------------------- ---Past Simple ------------------------- ---subGroups 1-3,5-10 -affixSgPS6 : Affixe = afixe "ii" "ii" "i" ; -affixPlPS6 : Affixe = afixe "irm" "iri" "ir" ; - ---subGroup 4 -affixSgPS7 : Affixe = afixe "iui" "iui" "iu" ; -affixPlPS7 : Affixe = afixe "iurm" "iuri" "iur" ; - ---subGroup 11 -affixSgPS8 : Affixe = afixe "" "" "i" ; -affixPlPS8 : Affixe = afixe "" "" "ir" ; - ---subGroup 12-13 -affixSgPS9 : Affixe = afixe "i" "i" "" ; -affixPlPS9 : Affixe = afixe "rm" "ri" "r" ; - ------------------------ ---Past Perfect ------------------------ ---subGroups 1-3,5 + 10 -affixSgPP6 : Affixe = afixe "isem" "isei" "ise" ; -affixPlPP6 : Affixe = afixe "iserm" "iseri" "iser" ; - ---subGroup 4 - -affixSgPP7 : Affixe = afixe "iusem" "iusei" "iuse" ; -affixPlPP7 : Affixe = afixe "iuserm" "iuseri" "iuser" ; - ---subGroup 11 -affixSgPP8 : Affixe = afixe "" "" "ise" ; -affixPlPP8 : Affixe = afixe "" "" "iser" ; - ---subGroup 12-13 -affixSgPP9 : Affixe = afixe "sem" "sei" "se" ; -affixPlPP9 : Affixe = afixe "serm" "seri" "ser" ; - - ---subGroup 1 - - - -mkV119 : Str -> Verbe = \povesti -> - let root = init povesti - in -verbAffixes povesti (mkFromAffix root affixSgGr41 affixPlGr41) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"easc") (mkAdjReg (root + "it")) - (root + "ind") (root + "ete") ; ---subGroup 2 -mkV120 : Str -> Verbe = \pustii -> -let root = init pustii -in -verbAffixes pustii (mkFromAffix root affixSgGr41 affixPlGr41) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"asc") (mkAdjReg (root + "it")) - (root + "ind") (root + "ete") ; ---subGroup 3 -mkV121 : Str -> Verbe = \locui -> -let root = init locui -in -verbAffixes locui (mkFromAffix root affixSgGr43 affixPlGr44) - (mkFromAffix root affixSgI2 affixPlI2) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"iasc") (mkAdjReg (root + "it")) - (root + "ind") (root + "ete") ; ---subGroup 4 -mkV122 : Str -> Verbe = \sti -> -let root = init sti -in -verbAffixes sti (mkFromAffix root affixSgGr44 affixPlGr44) - (mkFromAffix root affixSgI2 affixPlI2) (mkFromAffix root affixSgPS7 affixPlPS7) - (mkFromAffix root affixSgPP7 affixPlPP7) (root +"ie") (mkAdjReg (root + "iut")) - (root + "iind") (variants{}) ; ---subGroup 5 -mkV123 : Str -> Verbe = \sui -> -let root = init sui -in -verbAffixes sui (mkFromAffix root affixSgGr45 affixPlGr45) - (mkFromAffix root affixSgI2 affixPlI2) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"ie") (mkAdjReg (root + "it")) - (root + "ind") (sui+"e") ; - -mkV124 : Str -> Verbe = \indoi -> -let root = init indoi ; - r = init (mkMutO indoi) - in -verbAffixes indoi (mkAffixSpec1 root r affixSgGr45 affixPlGr45) - (mkFromAffix root affixSgI2 affixPlI2) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"ie") (mkAdjReg (root + "it")) - (root + "ind") (r+"ie") ; - -mkV125 : Str -> Verbe = \jupui -> -let root = init jupui ; - r1 = genMut jupui "u" "o" ; - r2 = genMut jupui "u" "oa" -in -verbAffixes jupui (mkTab root r1 r1 (r2+"e") (r2+"e") affixPlGr45) - (mkFromAffix root affixSgI2 affixPlI2) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r2 +"e") (mkAdjReg (root + "it")) - (root + "ind") (r2+"e") ; - ---subGroup 6 -mkV126 : Str -> Verbe = \fugi -> -let root = init fugi -in -verbAffixes fugi (mkFromAffix root affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"") (mkAdjReg (root + "it")) - (root + "ind") fugi ; - -mkV127 : Str -> Verbe = \auzi -> -let root = init auzi ; - r = init root + "d" - in -verbAffixes auzi (mkTab root r auzi (r+"e") r affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") auzi ; - -mkV128 : Str -> Verbe = \dormi -> -let root = init dormi ; - r = mkMutO root - in -verbAffixes dormi (mkAffixSpec2 root r affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") dormi ; - -mkV129 : Str -> Verbe = \muri -> -let root = init muri ; - r1 = modU root ; - r2 = mkStemMutO r1 - in -verbAffixes muri (mkTab root r1 (r1 + "i") (r2 + "e") r1 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r2 +"") (mkAdjReg (root + "it")) - (root + "ind") (r1 + "i") ; ---subGroup 7 -mkV130 : Str -> Verbe = \simti -> -let root = init simti ; - r = init root + "t" - in -verbAffixes simti (mkTab root r (mkStemPlReg r) (r+"e") r affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r+"e") ; - -mkV131 : Str -> Verbe = \sorbi -> -let root = init sorbi ; - r = mkMutO root - in -verbAffixes sorbi (mkAffixSpec2 root r affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r + "e") ; - -mkV132 : Str -> Verbe = \slobozi -> -let root = init slobozi ; - rad = init root + "d" ; - r = mkMutO rad - in -verbAffixes slobozi (mkTab root rad root (r+"e") rad affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r+"e") ; - -mkV133 : Str -> Verbe = \mirosi -> -let root = init mirosi ; - r = mkMutO root - in -verbAffixes mirosi (mkAffixSpec2 root r affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r+"e") ; - -mkV134 : Str -> Verbe = \imparti -> -let root = init imparti ; - rad = init root + "t" ; - r = genMut rad "" "a" - in -verbAffixes imparti (mkFromAffixes1 r root affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r+"e") ; - -mkV118 : Str -> Verbe = \sari -> -let root = init sari ; - r = genMut root "" "a" - in -verbAffixes sari (mkFromAffixes2 r root affixSgGr468 affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r+"i") ; - - -mkV135 : Str -> Verbe = \repezi -> -let root = init repezi ; - rad = init root + "d" ; - r = mkMutE rad - in -verbAffixes repezi (mkTab root rad repezi (rad + "e") r affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (rad + "e") ; - ---subGroup 8 -mkV136 : Str -> Verbe = \veni -> -let root = init veni ; - rad = init root ; - r = genMut root "e" "i" - in -verbAffixes veni (mkTab root r (init r + "i") (r + "e") r affixPlGr468) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (r +"") (mkAdjReg (root + "it")) - (root + "ind") (r + "o") ; ---subGroup 9 -mkV137 : Str -> Verbe = \oferi -> -let root = init oferi -in -verbAffixes oferi (mkFromAffix root affixSgGr49 affixPlGr49) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"e") (mkAdjReg (root + "it")) - (root + "ind") (root + "") ; - -mkV138 : Str -> Verbe = \acoperi -> -let root = init acoperi; - r = genMut root "e" "" - in -verbAffixes acoperi (mkTab root r acoperi (root + "") (root + "") affixPlGr49) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"e") (mkAdjReg (root + "it")) - (root + "ind") (root + "") ; - ---subGroup 10 -mkV139 : Str -> Verbe = \bombani -> -let root = init bombani -in -verbAffixes bombani (mkFromAffix root affixSgGr410 affixPlGr410) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS6 affixPlPS6) - (mkFromAffix root affixSgPP6 affixPlPP6) (root +"e") (mkAdjReg (root + "it")) - (root + "ind") (root + "e") ; - ---subGroup 11 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -mkV140 : Str -> Verbe = \trebui -> -let root = init trebui -in -verbAffixes trebui (mkFromAffix root affixSgGr411 affixPlGr411) - (mkFromAffix root affixSgI4 affixPlI4) (mkFromAffix root affixSgPS8 affixPlPS8) - (mkFromAffix root affixSgPP8 affixPlPP8) (root +"iasc") (mkAdjReg (root + "it")) - (root + "ind") nonExist ; - ---subGroup 12 -mkV141 : Str -> Verbe = \uri -> -let root = init uri -in -verbAffixes uri (mkFromAffix root affixSgGr412 affixPlGr412) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS9 affixPlPS9) - (mkFromAffix root affixSgPP9 affixPlPP9) (root +"asc") (mkAdjReg (root + "t")) - (root + "nd") (root + "te") ; ---subGroup 13 - -mkV142 : Str -> Verbe = \vari -> -let root = init vari -in -verbAffixes vari (mkFromAffix root affixSgGr413 affixPlGr413) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS9 affixPlPS9) - (mkFromAffix root affixSgPP9 affixPlPP9) (root +"e") (mkAdjReg (root + "t")) - (root + "nd") (root + "") ; - -mkV143 : Str -> Verbe = \cobori -> -let root = init cobori ; - r = mkMutO root - in -verbAffixes cobori (mkAffixSpec1 root r affixSgGr413 affixPlGr413) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS9 affixPlPS9) - (mkFromAffix root affixSgPP9 affixPlPP9) (r +"e") (mkAdjReg (root + "t")) - (root + "nd") (r + "") ; - -mkV144 : Str -> Verbe = \tabari -> -let root = init tabari ; - rad = modAFirst root ; - r = mkStemPlReg rad - in -verbAffixes tabari (mkTab root rad r (rad + "") (rad + "") affixPlGr413) - (mkFromAffix root affixSgI affixPlI) (mkFromAffix root affixSgPS9 affixPlPS9) - (mkFromAffix root affixSgPP9 affixPlPP9) (init r +"e") (mkAdjReg (root + "t")) - (root + "nd") (rad + "") ; - - ---------------------------------------- ---Special verbs : - ---to have : - -mkV1 : Str -> Verbe = \avea -> -let root = Predef.tk 2 avea - in -verbAffixes avea (mkTab root "am" "ai" "are" "au" affixPlGr21) - (mkFromAffix root affixSgII affixPlII) (mkFromAffix root affixSgPS3 affixPlPS3) - (mkFromAffix root affixSgPP2 affixPlPP2) "aib" (mkAdjReg (root + "ut")) - (root + "nd") "ai" ; - ---to be : -{- -mkV2 : Str -> Verbe = \fi -> -let root = init fi ; - pres : Number => Person => Str = table {Sg => table {P1 => "sunt"; P2 => "eti"; P3 => "este"}; - Pl => table {P1 => "suntem"; P2 => "suntei"; P3 => "sunt"} - }; - ps : Number => Person => Str = table {Sg => table {P1 => "fusei"; P2 => "fusei"; P3 => "fuse"}; - Pl => table {P1 => "fuserm"; P2 => "fuseri"; P3 => "fuser"} - }; - pp : Number => Person => Str = table {Sg => table {P1 => "fusesem"; P2 => "fusesei"; P3 => "fusese"}; - Pl => table {P1 => "fuseserm"; P2 => "fuseseri"; P3 => "fuseser"} - } - in - verbAffixes fi pres (mkFromAffix "er" affixSgI affixPlI) ps pp - --} -} ; \ No newline at end of file diff --git a/next-lib/src/romanian/NumeralRon.gf b/next-lib/src/romanian/NumeralRon.gf deleted file mode 100644 index 3cd7907a5..000000000 --- a/next-lib/src/romanian/NumeralRon.gf +++ /dev/null @@ -1,252 +0,0 @@ -concrete NumeralRon of Numeral = CatRon ** - open MorphoRon, CatRon, Prelude in { - -flags - coding=cp1250; - -param DForm = unit | teen | ten | teen_inf | attr; - -lincat Digit = {s : CardOrd => DForm => Str ; size : Size} ; -lincat Sub10 = {s : CardOrd => DForm => Str ; size : Size} ; -lincat Sub100 = {s : CardOrd => NumF => Str ; size : Size} ; -lincat Sub1000 = {s : CardOrd => NumF => Str ; size : Size} ; -lincat Sub1000000 = { s : CardOrd => NumF => Str; size : Size } ; - - - -oper mkOrdinalForm : Str -> Gender -> Str = -\two, g -> case g of - { Masc => case two of - {x+"t" => two+"ulea"; - x + "ie" => x + "iilea"; - _ => two+"lea" - }; - Fem => case two of - { x + "a" => two ; - x + (""|"u") => x +"a"; - x + "ei" => two + "a"; - x + "ii" => x + "ia" ; - x + "i" => x + "ea"; - x + "ie" => x +"a" ; - _ => two +"a" - } - }; - - -oper mkOrdinal : Str -> Gender -> ACase -> Str = -\two, g, fl -> mkOrd (mkOrdinalForm two g) g fl; - -oper mkOrd : Str -> Gender -> ACase -> Str = -\two, g, fl -> let cc = variants{(artPos g Sg)++ two ; - (artDem g Sg ANomAcc) ++ "de-"+(artPos g Sg) ++ two - } in - case fl of - { ANomAcc => cc ; - AGenDat => (artDem g Sg AGenDat)++"de-"+(artPos g Sg)++ two ; - AVoc => cc - }; - - -oper mkNum : Str -> Str -> Str -> Str -> Digit = - \two -> \twelve -> \twenty -> \doispe -> mkNumVSpc two twelve twelve twenty two doispe doispe (mkOrdinalForm two Masc) (mkOrdinalForm two Fem) two two; - - -oper mkNumVSpc : Str -> Str -> Str -> Str -> Str -> Str -> Str -> Str -> Str -> Str -> Str -> Digit = - \two -> \twelve -> \douasprezece -> \twenty -> \dou -> \doispe -> \douaspe -> \doilea -> \doua -> - \unu -> \una -> - {s = table { - NCard Masc => table {unit => two ; teen => twelve ; - ten => twenty ; teen_inf => doispe ; attr => unu - } ; - NCard Fem => table {unit => dou ; teen => douasprezece ; - ten => twenty ; teen_inf => douaspe ; attr => una - } ; - NOrd Masc => table {unit => doilea ; - teen => mkOrdinalForm twelve Masc ; - ten => mkOrdinalForm twenty Masc ; - teen_inf => mkOrdinalForm doispe Masc ; - attr => mkOrdinalForm unu Masc - } ; - NOrd Fem => table {unit => doua ; - teen => mkOrdinalForm douasprezece Fem ; - ten => mkOrdinalForm twenty Fem ; - teen_inf => mkOrdinalForm douaspe Fem ; - attr => mkOrdinalForm una Fem - } - } ; - size = less20 ; - lock_Digit = <> - } ; - -oper regNum : Str -> Digit = - \trei -> mkNum trei (trei + "sprezece") (trei + "zeci") (trei + "pe") ; - - -oper mkMidF : Str -> Str -> Sub100 = -\unsprezece, unspe -> -{ s = table {NCard g => table { Formal => unsprezece ; - Informal => unspe - }; - NOrd g => table {Formal => mkOrdinalForm unsprezece g; - Informal => mkOrdinalForm unspe g - } - }; - - size = less20 ; - lock_Sub100 = <> - }; - - -lin num = \d -> - { s = \\cse => table { NCard g => \\f => d.s ! (NCard g) ! f ; - NOrd g => \\f => let ss = d.s ! (NOrd g) ! f - in - case d.size of - { sg => (artDem g Sg cse) ++ ss ; - _ => mkOrd ss g cse - } - }; - size = d.size - } ; --- Latin A Supplement chars - -lin n2 = mkNumVSpc "doi" "doispreze" "dousprezece" "douzeci" "dou" "doipe" "doupe" "doilea" "doua" "doi" "dou"; -lin n3 = regNum "trei"; -lin n4 = mkNum "patru" "paisprezece" "patruzeci" "paipe"; -lin n5 = mkNum "cinci" "cinsprezece" "cincizeci" "cinpe"; -lin n6 = mkNum "ase" "aisprezece" "aizeci" "aipe"; -lin n7 = mkNum "apte" "aptesprezece" "aptezeci" "aptipe"; -lin n8 = mkNum "opt" "optsprezece" "optzeci" "optipe"; -lin n9 = regNum "nou"; - -lin pot01 = let num = mkNumVSpc "un" "unsprezece" "unsprezece" "zece" "o" "unpe" "unpe" "dinti" "dinti" "unu" "una" - in - { s = \\o,c => num.s ! o ! c ; - size = sg - }; - -lin pot0 d = { s = \\o, c => d.s ! o ! c ; - size = less20 - }; - -lin pot110 = mkMidF "zece" "zece" ; - -lin pot111 = mkMidF "unsprezece" "unpe" ; - -lin pot1to19 = \d -> - {s = \\c => table { Formal => d.s ! c ! teen ; - Informal => d.s ! c ! teen_inf - }; - size = less20 - }; - -lin pot0as1 = \d -> - {s = \\c,_ => d.s ! c ! unit ; - size = d.size - }; - -lin pot1 = \d -> - {s = \\c,_ => d.s ! c ! ten ; - size = pl - }; - - - -lin pot1plus d e = - {s = table { - NCard g => \\_ => d.s ! (NCard g) ! ten ++ "i" ++ e.s ! (NCard g) ! attr ; - NOrd g => \\_ => d.s ! (NCard g) ! ten ++ "i" ++ e.s ! (NOrd g) ! attr - }; - size = pl - }; - -lin pot1as2 n = n ; - -lin pot2 d = - {s = table { - NCard g => \\_ => d.s ! (NCard Fem) ! unit ++ (mksute d.size) ; - NOrd g => \\_ => d.s ! (NCard Fem) ! unit ++ (mkSute d.size g) - }; - - size = pl} ; - -lin pot2plus d e = - {s = \\c,f => d.s ! (NCard Fem) ! unit ++ (mksute d.size) ++ e.s ! c ! f ; - size = pl} ; - -lin pot2as3 n = n ; - -lin pot3 n = - {s = table { - NCard g => \\f => mkmie n.size (n.s ! (NCard Fem) ! f ) ; - NOrd g => \\f => mkMie n.size g (n.s ! (NCard Fem) ! f ) - }; - size = pl - } ; - - -lin pot3plus n m = - {s = \\c, f => mkmie n.size (n.s ! (NCard Fem) ! f ) ++ m.s ! c ! f ; - size = pl - }; - -oper mksute : Size -> Str = \sz -> table {sg => "sut" ; _ => "sute" } ! sz ; -oper mkSute : Size -> Gender -> Str = \sz, g -> -table {sg => mkOrdinalForm "sut" g ; - _ => mkOrdinalForm "sute" g } ! sz ; - -oper mkmie : Size -> Str -> Str = \sz, attr -> - table {sg => "o" ++ "mie" ; - less20 => attr ++ "mii" ; - pl => attr ++ "de" ++ "mii"} ! sz ; - - -oper mkMie : Size -> Gender -> Str -> Str = \sz, g, attr -> -table { sg => "o" ++ mkOrdinalForm "mie" g ; - less20 => attr ++ mkOrdinalForm "mii" g ; - pl => attr ++ "de" ++ mkOrdinalForm "mii" g } ! sz ; - - - ---numerals as sequences of digits : - -lincat - Dig = {s : CardOrd => Str; n : Size ; isDig : Bool} ; - -lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard Masc ++ i.s ! o ; - n = case d.n of - { sg => if_then_else Size (i.isDig) less20 pl ; - _ => pl - }; - isDig = False - } ; -lin - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1ul" "1a" sg ; - D_2 = mkDig "2"; - D_3 = mkDig "3" ; - D_4 = mkDig "4" ; - D_5 = mkDig "5" ; - D_6 = mkDig "6" ; - D_7 = mkDig "7" ; - D_8 = mkDig "8" ; - D_9 = mkDig "9" ; - - -oper mkDig : Str -> Dig = \c -> mk3Dig c (c + "lea") (c + "a") less20 ; - -oper mk3Dig : Str -> Str -> Str-> Size -> Dig = \c,u,o,n -> { - s = table {NCard g => c ; NOrd Masc => u ; NOrd Fem => o } ; - n = n; - isDig = True ; - lock_Dig = <> - } ; - - TDigit = {s : CardOrd => Str; n : Size ; isDig : Bool} ; - - -} diff --git a/next-lib/src/romanian/ParadigmsRon.gf b/next-lib/src/romanian/ParadigmsRon.gf deleted file mode 100644 index b92b06879..000000000 --- a/next-lib/src/romanian/ParadigmsRon.gf +++ /dev/null @@ -1,424 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - ---1 Romanian Lexical Paradigms --- --- Ramona Enache 2008 - 2009 --- - - -resource ParadigmsRon = - open - (Predef=Predef), - Prelude, - MorphoRon, - CatRon, - BeschRon in { - - flags optimize=all ; - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - NGender : Type ; - - masculine : NGender ; - feminine : NGender ; - neuter : NGender ; - - Gender : Type ; - - Masculine : Gender ; - Feminine : Gender ; - ---To abstract over animacy, we define the following : - - Anim : Type ; - - animate : Anim ; - inanimate : Anim; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - --- prepositions which require cases : - - Preposition : Type ; - - NCase : Type ; - Acc : NCase ; - Dat : NCase ; - Gen : NCase ; - - mkPrep : Str -> NCase -> Prep ; - noPrep : NCase -> Prep ; - ---2 Nouns - - - ---3 Relational nouns --- --- Relational nouns need a noun and a preposition. - - mkN2 : N -> Prep -> N2 ; - mkN2 n p = n ** {lock_N2 = <> ; c2 = p}; - --- Three-place relational nouns need two prepositions. - -mkN3 : N -> Prep -> Prep -> N3 ; -mkN3 n p q = n ** {lock_N3 = <> ; c2 = p ; c3 = q }; - - - ---3 Proper names and noun phrases --- --- Proper names need a string and a gender. If no gender is given, the --- feminine is used for strings ending with "e", the masculine for other strings. - - mkPN = overload { - mkPN : Str -> PN = mkPropN ; - mkPN : Str -> Gender -> PN = mkPropNoun ; - mkPN : Str -> Gender -> Number -> PN = mkProperNoun; - } ; - - -mkPropN : Str -> PN = \Ion -> -case last Ion of -{ "a" => mkPropNoun Ion Feminine ; - _ => mkPropNoun Ion Masculine -}; - -mkPropNoun : Str -> Gender -> PN = \Ion, gen -> - mkProperNoun Ion gen singular ; - -mkProperNoun : Str -> Gender -> Number -> PN = \Ion, gen, num -> -{s = table {ANomAcc => Ion; - AGenDat => case of - { <"a",Fem> => init Ion + "ei" ; - _ => "lui" ++ Ion - }; - AVoc => Ion - }; -g = gen ; -n = num ; -lock_PN = <> -}; - - - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ; - ---. ---2 Definitions of the paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - - NGender = MorphoRon.NGender ; - Number = MorphoRon.Number ; - Anim = MorphoRon.Animacy ; - Gender = MorphoRon.Gender ; - NCase = MorphoRon.NCase ; - - masculine = NMasc ; - feminine = NFem ; - neuter = NNeut ; - - singular = Sg ; - plural = Pl ; - - animate = Animate ; - inanimate = Inanimate ; - - Masculine = Masc ; - Feminine = Fem ; - - Acc = Ac ; - Dat = Da ; - Gen = Ge ; - - - Preposition = Compl ; - mkPrep ss cc = {s = ss ; c = cc; isDir = True; lock_Prep = <>} ; - noPrep cc = mkPrep [] cc ; - - -compN : N -> Str -> N ; -compN x y = composeN x y ** {lock_N = <>} ; - -ccompN : N -> Str -> N ; -ccompN x y = ccompose x y ** {lock_N = <>} ; - -mkNI : Str -> Str -> NGender -> N; -mkNI s ss g = mkIn (mkNomIrreg s ss g) ** {lock_N = <>} ; - -regN : Str -> NGender -> N ; -regN s g = mkIn (mkNomReg s g) ** {lock_N = <>}; - - -mkVI : Str -> Str -> Str -> N; -mkVI s ss sss = mkIn (mkNomVIrreg s ss sss) ** {lock_N = <>} ; - -mkIn : N -> N ; -mkIn n = mkInanimate n ** {lock_N = <> }; - -mkAnim : N -> N ; -mkAnim n = mkAnimate n ** {lock_N = <> }; - -chV : Str -> N -> N ; -chV s n = mkVocc n s ** {lock_N = <> } ; - - ---smart paradigm for inferring the gender of the nouns ---partly based on the paper ---"COVERT SEMANTIC AND MORPHOPHONEMIC CATEGORIES IN THE ROMANIAN GENDER SYSTEM" --- by Jan Louis Perkowski, Emil Vrabie - -mkSPN : Str -> N ; -mkSPN s = case s of - { x + (""|"e"|"a") => regN s feminine ; - x + ("el"|"mp"|"mb"|"en"|"id"|"at"|"ete"|"ol"|"et"|"or") => regN s masculine ; - _ => regN s neuter - }; - -mkNN : Str -> Str -> N ; -mkNN s ss = case s of - { x + (""|"e"|"a") => mkNI s ss feminine ; - _ => case ss of - {x + "uri" => mkNI s ss neuter ; - x + "e" => mkNI s ss neuter ; - _ => mkNI s ss masculine - - } - }; - - mkN = overload { - mkN : Str -> Str -> NGender -> N = mkNI; -- worst case - we need Singular + Plural form + gender - mkN : Str -> Str -> Str -> N = mkVI; -- very irregular nouns - feminine - mkN : Str -> Str -> N = mkNN; -- needed Singular + Plural form, infers gender - mkN : Str -> NGender -> N = regN; -- needed Singular + gender, infers Plural form - mkN : Str -> N = mkSPN; -- needed Singular form, infers gender and Plural form - } ; - ---because the plurals ending in "uri" are becoming less and less frequent for neuter nouns, ---and because there is no way of infering the plural form by looking at the structure of the word ---we treat this case separately : - -mkNR : Str -> N; -mkNR s = mkIn (mkNomNeut s) ** {lock_N = <>} ; - --------------------------------------------------------------------- - -mkA = overload { - mkA : Str -> Str -> Str -> Str -> Str -> A = mk5A ;--worst case -- all 4 forms are needed + form for adverb - mkA : Str -> Str -> Str -> Str -> A = mk4A; -- 4 forms are needed - mkA : Str -> A = regA; -- regular adjectives -}; - -mk4A : Str -> Str -> Str -> Str -> A; -mk4A a b c d = -let adj = mkAdjSpec a b c d in -{s = table { Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c) ; - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - - } - }; isPre = False ; lock_A = <>} ; - -mk5A : Str -> Str -> Str -> Str -> Str -> A ; -mk5A a b c d e = -let adj = mkAdjSSpec a b c d e in -{s = table { Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c); - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - - } - }; isPre = False ; lock_A = <>} ; - -regA : Str -> A = \auriu -> let adj = mkAdjReg auriu in - {s = table {Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c); - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - } - }; isPre = False ; lock_A = <> } ; - -invarA : Str -> A = \auriu -> -let adj =mkAdjInvar auriu in -{s = table { Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c); - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - - } - }; isPre = False ; lock_A = <>} ; - -mkRMut : Str -> A = \auriu -> -let adj = mkRegMut auriu in -{s = table { Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c); - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - - } - }; isPre = False ; lock_A = <>} ; - -mkSMut : Str -> A = \auriu -> -let adj = mkSpecMut auriu in -{s = table { Posit => adj.s ; - Compar => \\f => "mai" ++ (adj.s ! f) ++ "dect"; - Superl => table {AF g n a c => artDem g n c ++ "mai" ++ adj.s ! (AF g n Indef c); - AA => artDem Masc Sg ANomAcc ++ "mai" ++ adj.s ! AA - - } - }; isPre = False ; lock_A = <>} ; - - mkADeg : A -> A -> A ; - noComp : A -> A ; - - - prefA : A -> A ; - -mkADeg a b = - {s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ; isPre = a.isPre ; lock_A = <>} ; - -noComp a = - {s = \\_ => a.s ! Posit ; - isPre = a.isPre ; - lock_A = <>} ; - -prefA a = {s = a.s ; isPre = True ; lock_A = <>} ; - ---Adverbs : - - mkAdv : Str -> Adv ; - mkAdV : Str -> AdV ; - mkAdA : Str -> AdA ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - ---Verbs : - -oper regV : Str -> Verbe = \s -> -case s of -{ x + ("chea"|"ghea") => mkV61 s ; - x + "ea" => mkV69 s ; - x + "ca" => mkV8 s ; - x + "ga" => mkV9 s ; - x + "eia" => mkV11 s; - x + "ia" => mkV10 s; - x + "a" => mkV6 s ; - x + "e" => mkV79 s ; - x + "ui" => mkV121 s ; - x + "ii" => mkV120 s ; - x + "i" => mkV119 s ; - x + "" => mkV141 s -}; - -oper mkV : Str -> V = \s -> mkNV (regV s) ; - - - - mkV2S : V -> Prep -> V2S ; --- mkVV : V -> VV ; - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> Prep -> AV ; - mkA2V : A -> Prep -> Prep -> A2V ; - - - mmkV3 : V -> Prep -> Prep -> V3; - mmkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; - - dirV3 : V -> V3 ; - dirV3 v = mmkV3 v (noPrep Ac) (noPrep Da) ; - - mkV3 = overload { - mkV3 : V -> V3 = dirV3 ; - mkV3 : V -> Prep -> Prep -> V3 = mmkV3 - } ; - - V0 : Type = V ; - AS, AV : Type = A ; - A2S, A2V : Type = A2 ; - mkV0 : V -> V0 ; - mkV0 v = v ** {lock_V0 = <>} ; - - mmkV2 : V -> Prep -> V2 ; - mmkV2 v p = v ** {c2 = p ; lock_V2 = <>} ; - - dirV2 : V -> V2 ; - dirV2 v = mmkV2 v (noPrep Ac) ; - - mmkV3 : V -> Prep -> Prep -> V3 ; - mmkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; - - mkVS : V -> VS ; - mkVS v = v ** {m = \\_ => Indic ; lock_VS = <>} ; - mkV2S v p = mmkV2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; --- mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; --- deVV v = v ** {c2 = complGen ; lock_VV = <>} ; ---aVV v = v ** {c2 = complDat ; lock_VV = <>} ; - mkV2V v p q = mmkV3 v p q ** {lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p q = mmkV3 v p q ** {lock_V2A = <>} ; - mkVQ : V -> VQ ; - mkVQ v = v ** {lock_VQ = <>} ; - mkV2Q : V -> Prep -> V2Q ; - mkV2Q v p = mmkV2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_AS = <>} ; ---- more moods - mkA2S v p = mkA2 v p ** {lock_A2S = <>} ; - mkAV v p = v ** {c = p.p1 ; s2 = p.p2 ; lock_AV = <>} ; - mkA2V v p q = mkA2 v p ** {s3 = q.p2 ; c3 = q.p1 ; lock_A2V = <>} ; - - - - -mkOrd : A -> Ord ; -mkOrd a = {s = a.s ! Posit ; isPre = a.isPre ; lock_Ord = <>} ; - - - ---mkComp a = ---let adj = a.s ! Posit in ---{ s = table {Posit => adj ; --- Compar => \\f => "mai" ++ adj ! f ++ "dect"; --- Superl => table {AF g n a c => (artDem g n c) ++ "mai" ++ adj ! (AF g n a c); --- AA => "cel"++"mai" ++ adj ! AA --- } --- }; --- isPre = a.isPre ; --- lock_A = <> --- }; - - - - - - -} ; diff --git a/next-lib/src/romanian/ResRon.gf b/next-lib/src/romanian/ResRon.gf deleted file mode 100644 index 08887f2c8..000000000 --- a/next-lib/src/romanian/ResRon.gf +++ /dev/null @@ -1,165 +0,0 @@ ---1 Romance auxiliary operations. --- - -resource ResRon = ParamX ** open Prelude in { - -flags optimize=all ; - - flags optimize=all ; - ---2 Enumerated parameter types for morphology --- --- These types are the ones found in school grammars. --- Their parameter values are atomic. - -param - - Gender = Masc | Fem ; - - NGender = NMasc | NFem | NNeut ; - - Mood = Indic | Conjunct ; - - Direct = DDir | DInv ; - - NumF = Formal | Informal ; - - Animacy = Animate | Inanimate ; - - param Size = sg | less20 | pl ; - - -- Case = Acc | Dat | Gen ; - --- Adjectives are inflected in number, gender, have specific form for enclitic determined ---article, and specific forms for Nominative-Accusative/Dative-Genitive/Voccative - - AForm = AF Gender Number Species ACase | AA ; - --- Gender is not morphologically determined for first and second person pronouns. - - PronGen = PGen Gender | PNoGen ; - --- Cardinal numerals have gender, ordinal numerals have full number as well. - - ACase = ANomAcc | AGenDat | AVoc ; - Species = Def | Indef ; - NCase = No | Da | Ac | Ge | Vo ; - - - CardOrd = NCard Gender | NOrd Gender; - - - - - - - ---3 Verbs - - --- the form we build on syntactical level, based on VForm --- it represents the main verb forms in Romanian - -param - Temps1 = TPresn | TImparf | TPComp | TPSimple | TPPerfect | TFutur ; - TSubj1 = TSPres | TSPast ; - -- TPart1 = TGer | TPPasse Gender Number Species ACase; - - VerbForm = TInf - | TIndi Temps1 Number Person - | TCondi Number Person - | TSubjo TSubj1 Number Person - | TImper NumPersI - | TGer - | TPPasse Gender Number Species ACase ; - - -- the form we build on morphological level : - - Temps = Presn | Imparf | PSimple | PPerfect ; - TSubj = SPres ; - --TPart = PPasse Gender Number Species ACase; - - VForm = Inf - | Indi Temps Number Person - | Subjo TSubj Number Person - | Imper NumPersI - | Ger - | PPasse Gender Number Species ACase ; - --- form for compatibility with the other Romance languages, to be used in case that --- Romanian will be integrated in the Romance category - -param - VF = - VInfin Bool - | VFin TMood Number Person - | VImper NumPersI - | VPart Gender Number Species ACase - | VGer - ; - - TMood = - VPres Mood - | VImperf Mood --# notpresent - | VPasse --# notpresent - | VFut --# notpresent - | VCondit --# notpresent - ; - - NumPersI = SgP2 | PlP1 | PlP2 ; - - VPForm = - VPFinite TMood Anteriority - | VPImperat - | VPGerund - | VPInfinit Anteriority Bool ; - - RTense = - RPres - | RPast --# notpresent - | RPasse --# notpresent - | RFut --# notpresent - | RCond --# notpresent - ; - --- Agreement of adjectives, verb phrases, and relative pronouns. - -oper - AAgr : Type = {g : Gender ; n : Number} ; - Agr : Type = AAgr ** {p : Person} ; - -param - RAgr = RAg {g : Gender ; n : Number} | RNoAg ; --- AAgr - - - oper - genForms : Str -> Str -> Gender => Str = \bon,bonne -> - table { - Masc => bon ; - Fem => bonne - } ; - - aagrForms : (x1,_,_,x4 : Str) -> (AAgr => Str) = \tout,toute,tous,toutes -> - table { - {g = g ; n = Sg} => genForms tout toute ! g ; - {g = g ; n = Pl} => genForms tous toutes ! g - } ; - - Noun = {s : Number => Species => ACase => Str; g : NGender; a : Animacy} ; - Adj = {s : AForm => Str} ; - -- A = {s : Degree => AForm => Str ; isPre : Bool} ; - - Compl : Type = {s : Str ; c : NCase ; isDir : Bool} ; - --- complAcc : Compl = {s = [] ; c = Acc ; isDir = True} ; --- complGen : Compl = {s = [] ; c = Gen ; isDir = True} ; --- complDat : Compl = {s = [] ; c = Dat ; isDir = True} ; - - - - - - - - -} diff --git a/next-lib/src/russian/ExtraLexRus.gf b/next-lib/src/russian/ExtraLexRus.gf deleted file mode 100644 index 9c33235fd..000000000 --- a/next-lib/src/russian/ExtraLexRus.gf +++ /dev/null @@ -1,74 +0,0 @@ ---# -path=.:abstract:common -concrete ExtraLexRus of ExtraLexRusAbs = CatRus ** - open ParadigmsRus in { -flags - coding=utf8 ; -lin ---- bridge_N = mkN "мост" ; ---- candle_N = nSvecha "свеч" ; -- +++ MG_UR: added +++ ---- citizen_N = nGrazhdanin "господ" ; -- +++ MG_UR: added +++ - daughter_N = - {s = table { - NF Sg Nom => "дочь" ; - NF Sg Gen => "дочери" ; - NF Sg Dat => "дочери" ; - NF Sg Acc => "дочь" ; - NF Sg Inst => "дочерью" ; - NF Sg (Prepos _) => "дочери" ; - NF Pl Nom => "дочери" ; - NF Pl Gen => "дочерей" ; - NF Pl Dat => "дочерям" ; - NF Pl Acc => "дочерей" ; - NF Pl Inst => "дочерьми" ; - NF Pl (Prepos _) => "дочерях" - } ; - g = Fem ; anim = Animate - } ; - ---- desk_N = nStol "стол" ; ---- dictionary_N = nSlovar "словар" ; ---- fellow_N = nTovarish "товарищ" ; -- +++ MG_UR: added +++ ---- flag_N = nVremja "зна" ; ---- heaven_N = nNebo "неб" ; -- +++ MG_UR: added +++ ---- museum_N = nMusej "музе" ; -- +++ MG_UR: added +++ --- name_N = mkN "имя" "имени" "имени" "имя" "именем" "имени" "имени" "имена" "имён" "именам" "имена" "именами" "именах" neuter inanimate ; ---- ocean_N = nMorje "мор" ; -- +++ MG_UR: added +++ - son_N = - {s = table - { NF Sg Nom => syn ; - NF Sg Gen => syn+"а" ; - NF Sg Dat => syn+"у" ; - NF Sg Acc => syn +"а"; - NF Sg Inst => syn+"ом" ; - NF Sg (Prepos _) => syn+"е" ; - NF Pl Nom => syn+"ья" ; - NF Pl Gen => syn+"ьев" ; - NF Pl Dat => syn+"ьям" ; - NF Pl Acc => syn +"ьев"; - NF Pl Inst => syn+"ьями" ; - NF Pl (Prepos _) => syn+"ьяах" - } ; - g = Masc ; anim = Animate - } ; ---- time_N = nVremja "вре" ; -- +++ MG_UR: added +++ ---- vocationalschool_N = nUchilishe "училищ" ; -- +++ MG_UR: added +++ - way_N = - {s = table - { NF Sg Nom => put+"ь" ; - NF Sg Gen => put+"и" ; - NF Sg Dat => put+"и" ; - NF Sg Acc => put+"ь" ; - NF Sg Inst => put+"ём" ; - NF Sg (Prepos _) => put+"и" ; - NF Pl Nom => put+"и" ; - NF Pl Gen => put+"ей" ; - NF Pl Dat => put+"ям" ; - NF Pl Acc => put+"и" ; - NF Pl Inst => put+"ями" ; - NF Pl (Prepos _) => put+"ях" - } ; - g = Masc ; anim = Inanimate - } ; - ---- word_N = nSlovo "слов" ; -- +++ MG_UR: added +++ -} \ No newline at end of file diff --git a/next-lib/src/russian/SymbolRus.gf b/next-lib/src/russian/SymbolRus.gf deleted file mode 100644 index 54355374a..000000000 --- a/next-lib/src/russian/SymbolRus.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=.:abstract:common - -concrete SymbolRus of Symbol = CatRus ** open Prelude, ResRus in { - -{- TODO! -lin - SymbPN i = {s = addGenitiveS i.s ; g = Neutr} ; - IntPN i = {s = addGenitiveS i.s ; g = Neutr} ; - FloatPN i = {s = addGenitiveS i.s ; g = Neutr} ; - NumPN i = {s = i.s ; g = Neutr} ; - CNIntNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ (addGenitiveS i.s) ! c ; - a = agrgP3 Sg cn.g - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ++ cn.s ! det.n ! Nom ++ (addGenitiveS xs.s) ! c ; - a = agrgP3 det.n cn.g - } ; - CNNumNP cn i = { - s = \\c => cn.s ! Sg ! Nom ++ i.s ! c ; - a = agrgP3 Sg cn.g - } ; - - SymbS sy = sy ; - - SymbNum sy = { s = addGenitiveS sy.s ; n = Pl ; hasCard = True } ; - SymbOrd sy = { s = \\c => sy.s ++ (regGenitiveS "th")!c} ; --} - -lincat - - Symb, [Symb] = SS ; - -lin - MkSymb s = s ; - --- BaseSymb = infixSS "and" ; - ConsSymb = infixSS "," ; - - -} diff --git a/next-lib/src/spanish/CatSpa.gf b/next-lib/src/spanish/CatSpa.gf deleted file mode 100644 index 54b358a3e..000000000 --- a/next-lib/src/spanish/CatSpa.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatSpa of Cat = CommonX - - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** CatRomance with - (ResRomance = ResSpa) ; diff --git a/next-lib/src/swedish/DictSwe.gf b/next-lib/src/swedish/DictSwe.gf deleted file mode 100644 index d46f18a26..000000000 --- a/next-lib/src/swedish/DictSwe.gf +++ /dev/null @@ -1,43230 +0,0 @@ ---# -path=.:src/prelude:src/abstract:src/common:src/swedish:src/scandinavian - --- This dictionary is derived from SALDO, see: --- --- Borin, Lars, Markus Forsberg and Lennart Lönngren 2008. --- The hunting of the BLARK - SALDO, a freely available lexical database for --- Swedish language technology. Resourceful language technology. --- Festschrift in honor of Anna Sågvall Hein, ed. by Joakim Nivre, --- Mats Dahllöf and Beáta Megyesi. --- Acta Universitatis Upsaliensis: Studia Linguistica Upsaliensia 7. 21-32. --- --- --- Imported in GF by Krasimir Angelov --- --- This resource is distributed under the free software license LGPL 3.0 or --- Creative Commons Attribution-Share Alike 2.5 Generic. - -concrete DictSwe of DictSweAbs = CatSwe ** open ParadigmsSwe in { - -flags - optimize=values ; coding=utf8 ; - -lin - A_vitamin_nn_1 = mkN "A-vitamin" "A-vitaminet" "A-vitaminer" "A-vitaminerna" ; - A_vitaminbrist_nn_1 = mkN "A-vitaminbrist" "A-vitaminbrister" ; - Antarktisfoerdrag_nn_1 = mkN "Antarktisfцrdrag" neutrum ; - Antarktisprojekt_nn_1 = mkN "Antarktisprojekt" neutrum ; - Arianeraket_nn_1 = mkN "Arianeraket" "Arianeraketer" ; - B_vitamin_nn_1 = mkN "B-vitamin" "B-vitaminet" "B-vitaminer" "B-vitaminerna" ; - B_vitaminbrist_nn_1 = mkN "B-vitaminbrist" "B-vitaminbrister" ; - C_vitamin_nn_1 = mkN "C-vitamin" "C-vitaminet" "C-vitaminer" "C-vitaminerna" ; - Celsius_ab_1 = mkAdv "Celsius" ; - DNA_kedja_nn_1 = mkN "DNA-kedja" ; - DNA_molekyl_nn_1 = mkN "DNA-molekyl" "DNA-molekyler" ; - DNA_uppsaettning_nn_1 = mkN "DNA-uppsдttning" ; - Efta_land_nn_1 = mkN "Efta-land" "Efta-landet" "Efta-lдnder" "Efta-lдnderna" ; - Gudi_ab_1 = mkAdv "Gudi" ; - Hiroshimabomb_nn_1 = mkN "Hiroshimabomb" "Hiroshimabomber" ; - ID_kort_nn_1 = mkN "ID-kort" neutrum ; - I_land_nn_1 = mkN "I-land" "I-landet" "I-lдnder" "I-lдnderna" ; - Jantelag_nn_1 = mkN "Jantelag" ; - Jupitermaane_nn_1 = mkN "Jupitermеne" utrum ; - Koechelnummer_nn_1 = mkN "Kцchelnummer" neutrum ; - Kubakris_nn_1 = mkN "Kubakris" "Kubakriser" ; - LO_chef_nn_1 = mkN "LO-chef" "LO-chefer" ; - LO_ordfoerande_nn_1 = mkN "LO-ordfцrande" "LO-ordfцranden" "LO-ordfцrande" "LO-ordfцrandena" ; - Linkoepingsbo_nn_1 = mkN "Linkцpingsbo" "Linkцpingsbor" ; - MAO_aktivitet_nn_1 = mkN "MAO-aktivitet" "MAO-aktiviteter" ; - MAO_enzym_nn_1 = mkN "MAO-enzym" neutrum ; - Medelhavsland_nn_1 = mkN "Medelhavsland" "Medelhavslandet" "Medelhavslдnder" "Medelhavslдnderna" ; - Mosebok_nn_1 = mkN "Mosebok" "Mosebцcker" ; - OECD_land_nn_1 = mkN "OECD-land" "OECD-landet" "OECD-lдnder" "OECD-lдnderna" ; - PCB_foerbud_nn_1 = mkN "PCB-fцrbud" neutrum ; - PCB_foerening_nn_1 = mkN "PCB-fцrening" ; - PCB_foergiftning_nn_1 = mkN "PCB-fцrgiftning" ; - PCB_halt_nn_1 = mkN "PCB-halt" "PCB-halter" ; - PCB_olja_nn_1 = mkN "PCB-olja" ; - PR_man_nn_1 = mkN "PR-man" "PR-mannen" "PR-mдn" "PR-mдnnen" ; - Papyrusaktie_nn_1 = mkN "Papyrusaktie" "Papyrusaktier" ; - SAP_program_nn_1 = mkN "SAP-program" "SAP-programmet" "SAP-program" "SAP-programmen" ; - SAS_chef_nn_1 = mkN "SAS-chef" "SAS-chefer" ; - SCOPE_rapport_nn_1 = mkN "SCOPE-rapport" "SCOPE-rapporter" ; - Salazar_regim_nn_1 = mkN "Salazar-regim" "Salazar-regimer" ; - TV_antenn_nn_1 = mkN "TV-antenn" "TV-antenner" ; - TV_apparat_nn_1 = mkN "TV-apparat" "TV-apparater" ; - TV_bild_nn_1 = mkN "TV-bild" "TV-bilder" ; - TV_chef_nn_1 = mkN "TV-chef" "TV-chefer" ; - TV_kamera_nn_1 = mkN "TV-kamera" ; - TV_kanal_nn_1 = mkN "TV-kanal" "TV-kanaler" ; - TV_konferens_nn_1 = mkN "TV-konferens" "TV-konferenser" ; - TV_mottagare_nn_1 = mkN "TV-mottagare" "TV-mottagare" ; - TV_producent_nn_1 = mkN "TV-producent" "TV-producenter" ; - TV_program_nn_1 = mkN "TV-program" "TV-programmet" "TV-program" "TV-programmen" ; - TV_reparatoer_nn_1 = mkN "TV-reparatцr" "TV-reparatцrer" ; - TV_saendning_nn_1 = mkN "TV-sдndning" ; - TV_serie_nn_1 = mkN "TV-serie" "TV-serier" ; - TV_skaerm_nn_1 = mkN "TV-skдrm" ; - TV_studio_nn_1 = mkN "TV-studio" "TV-studior" ; - TV_tittare_nn_1 = mkN "TV-tittare" "TV-tittare" ; - Tjernobylnedfall_nn_1 = mkN "Tjernobylnedfall" neutrum ; - U_land_nn_1 = mkN "U-land" "U-landet" "U-lдnder" "U-lдnderna" ; - Vietnamkrig_nn_1 = mkN "Vietnamkrig" neutrum ; - Z_partikel_nn_1 = mkN "Z-partikel" ; - aa_nn_2 = mkN "е" ; - aabaekig_av_1 = mkA "еbдkig" ; - aabo_nn_1 = mkN "еbo" "еbor" ; - aadaga_ab_1 = mkAdv "еdaga" ; - aader_nn_1 = mkN "еder" "еdern" "еdror" "еdrorna" ; - aaderbraack_nn_1 = mkN "еderbrеck" neutrum ; - aaderhinna_nn_1 = mkN "еderhinna" ; - aaderlaata_vb_1 = mkV "еderlеta" "еderlдt" "еderlеtit" ; - aadra_nn_1 = mkN "еdra" ; - aadra_vb_1 = mkV "еdra" "еdrar" "еdra" "еdrog" "еdragit" "еdragen" ; - aadrig_av_1 = mkA "еdrig" ; - aadring_nn_1 = mkN "еdring" ; - aahoerardag_nn_1 = mkN "еhцrardag" ; - aahoerare_nn_1 = mkN "еhцrare" "еhцrare" ; - aahoerarplats_nn_1 = mkN "еhцrarplats" "еhцrarplatser" ; - aak_nn_1 = mkN "еk" neutrum ; - aakare_nn_1 = mkN "еkare" "еkare" ; - aakarkamp_nn_1 = mkN "еkarkamp" ; - aakdon_nn_1 = mkN "еkdon" neutrum ; - aaker_nn_1 = mkN "еker" ; - aakeraert_nn_1 = mkN "еkerдrt" "еkerдrter" ; - aakerbaer_nn_1 = mkN "еkerbдr" neutrum ; - aakerbit_nn_1 = mkN "еkerbit" ; - aakerbruk_nn_1 = mkN "еkerbruk" neutrum ; - aakerbrukare_nn_1 = mkN "еkerbrukare" "еkerbrukare" ; - aakerfaelt_nn_1 = mkN "еkerfдlt" neutrum ; - aakerfraeken_nn_1 = mkN "еkerfrдken" "еkerfrдkenn" "еkerfrдknar" "еkerfrдknarna" ; - aakergaerde_nn_1 = mkN "еkergдrde" ; - aakeri_nn_1 = mkN "еkeri" "еkerit" "еkerier" "еkerierna" ; - aakerjord_nn_1 = mkN "еkerjord" ; - aakerlapp_nn_1 = mkN "еkerlapp" ; - aakermark_nn_1 = mkN "еkermark" "еkermarker" ; - aakerren_nn_1 = mkN "еkerren" "еkerrenen" "еkerrenar" "еkerrenarna" ; - aakersork_nn_1 = mkN "еkersork" ; - aakerspergel_nn_1 = mkN "еkerspergel" ; - aakerteg_nn_1 = mkN "еkerteg" ; - aakertistel_nn_1 = mkN "еkertistel" ; - aakervaext_nn_1 = mkN "еkervдxt" "еkervдxter" ; - aakervall_nn_1 = mkN "еkervall" ; - aaklagare_nn_1 = mkN "еklagare" "еklagare" ; - aaklagarmyndighet_nn_1 = mkN "еklagarmyndighet" "еklagarmyndigheter" ; - aakning_nn_1 = mkN "еkning" ; - aakpaase_nn_1 = mkN "еkpеse" utrum ; - aakroek_nn_1 = mkN "еkrцk" ; - aaksjuk_av_1 = mkA "еksjuk" ; - aaktur_nn_1 = mkN "еktur" "еkturer" ; - aal_nn_1 = mkN "еl" ; - aalaendsk_av_1 = mkA "еlдndsk" ; - aalaendska_nn_2 = mkN "еlдndska" ; - aalaenning_nn_1 = mkN "еlдnning" ; - aalandsrot_nn_1 = mkN "еlandsrot" "еlandsrцtter" ; - aalder_nn_1 = mkN "еlder" ; - aalderdom_nn_1 = mkN "еlderdom" ; - aalderdomlig_av_1 = mkA "еlderdomlig" ; - aalderdomsfoersaekring_nn_1 = mkN "еlderdomsfцrsдkring" ; - aalderdomshem_nn_1 = mkN "еlderdomshem" "еlderdomshemmet" "еlderdomshem" "еlderdomshemmen" ; - aalderdomspension_nn_1 = mkN "еlderdomspension" "еlderdomspensioner" ; - aalderdomssvag_av_1 = mkA "еlderdomssvag" ; - aalderman_nn_1 = mkN "еlderman" "еldermannen" "еldermдn" "еldermдnnen" ; - aaldersbestaemning_nn_1 = mkN "еldersbestдmning" ; - aaldersbetyg_nn_1 = mkN "еldersbetyg" neutrum ; - aaldersfoeraendring_nn_1 = mkN "еldersfцrдndring" ; - aaldersfoerdelning_nn_1 = mkN "еldersfцrdelning" ; - aaldersgraens_nn_1 = mkN "еldersgrдns" "еldersgrдnser" ; - aaldersgrupp_nn_1 = mkN "еldersgrupp" "еldersgrupper" ; - aaldersklass_nn_1 = mkN "еldersklass" "еldersklasser" ; - aalderslaangsynthet_nn_1 = mkN "еlderslеngsynthet" "еlderslеngsyntheter" ; - aalderspension_nn_1 = mkN "еlderspension" "еlderspensioner" ; - aalderspresident_nn_1 = mkN "еlderspresident" "еlderspresidenter" ; - aaldersskael_nn_1 = mkN "еldersskдl" neutrum ; - aaldersskillnad_nn_1 = mkN "еldersskillnad" "еldersskillnader" ; - aaldersspaerr_nn_1 = mkN "еldersspдrr" ; - aaldersstadium_nn_1 = mkN "еldersstadium" "еldersstadiet" "еldersstadier" "еldersstadierna" ; - aaldersstruktur_nn_1 = mkN "еldersstruktur" "еldersstrukturer" ; - aalderssvag_av_1 = mkA "еlderssvag" ; - aalderstecken_nn_1 = mkN "еlderstecken" "еlderstecknet" "еlderstecken" "еlderstecknen" ; - aalderstigen_av_1 = mkA "еlderstigen" "еlderstiget" ; - aalderstillaegg_nn_1 = mkN "еlderstillдgg" neutrum ; - aalderstyngd_av_1 = mkA "еlderstyngd" "еlderstyngt" ; - aaldfru_nn_1 = mkN "еldfru" ; - aaldrig_av_1 = mkA "еldrig" ; - aaldring_nn_1 = mkN "еldring" ; - aalfiskare_nn_1 = mkN "еlfiskare" "еlfiskare" ; - aaliggande_nn_1 = mkN "еliggande" ; - aalskinn_nn_1 = mkN "еlskinn" neutrum ; - aam_nn_1 = mkN "еm" ; - aamig_av_1 = mkA "еmig" ; - aamning_nn_1 = mkN "еmning" ; - aamynning_nn_1 = mkN "еmynning" ; - aangackumulator_nn_1 = mkN "еngackumulator" "еngackumulatorer" ; - aanganlaeggning_nn_1 = mkN "еnganlдggning" ; - aangare_nn_1 = mkN "еngare" "еngare" ; - aangbaat_nn_1 = mkN "еngbеt" ; - aangbageri_nn_1 = mkN "еngbageri" "еngbagerit" "еngbagerier" "еngbagerierna" ; - aangblaester_nn_1 = mkN "еngblдster" ; - aangcentral_nn_1 = mkN "еngcentral" "еngcentraler" ; - aangdriven_av_1 = mkA "еngdriven" "еngdrivet" ; - aangerfull_av_1 = mkA "еngerfull" ; - aangerkoept_av_1 = mkA "еngerkцpt" "еngerkцpt" ; - aangermanlaendsk_av_1 = mkA "еngermanlдndsk" ; - aangermanlaenning_nn_1 = mkN "еngermanlдnning" ; - aangervecka_nn_1 = mkN "еngervecka" ; - aangestfull_av_1 = mkA "еngestfull" ; - aangestfylld_av_1 = mkA "еngestfylld" "еngestfyllt" ; - aangestneuros_nn_1 = mkN "еngestneuros" "еngestneuroser" ; - aangfartyg_nn_1 = mkN "еngfartyg" neutrum ; - aanggenerator_nn_1 = mkN "еnggenerator" "еnggeneratorer" ; - aangkoek_nn_1 = mkN "еngkцk" neutrum ; - aangkokare_nn_1 = mkN "еngkokare" "еngkokare" ; - aangkol_nn_1 = mkN "еngkol" neutrum ; - aangkraftverk_nn_1 = mkN "еngkraftverk" neutrum ; - aanglok_nn_1 = mkN "еnglok" neutrum ; - aanglokomotiv_nn_1 = mkN "еnglokomotiv" neutrum ; - aangmaskin_nn_1 = mkN "еngmaskin" "еngmaskiner" ; - aangning_nn_1 = mkN "еngning" ; - aangslup_nn_1 = mkN "еngslup" ; - aangstroem_nn_1 = mkN "еngstrцm" "еngstrцmen" "еngstrцm" "еngstrцmen" ; - aangstrykjaern_nn_1 = mkN "еngstrykjдrn" neutrum ; - aangtryck_nn_1 = mkN "еngtryck" neutrum ; - aangturbin_nn_1 = mkN "еngturbin" "еngturbiner" ; - aangvaelt_nn_1 = mkN "еngvдlt" ; - aangvinsch_nn_1 = mkN "еngvinsch" ; - aangvissla_nn_1 = mkN "еngvissla" ; - aanyo_ab_1 = mkAdv "еnyo" ; - aapen_av_1 = mkA "еpen" "еpet" ; - aar_nn_1 = mkN "еr" neutrum ; - aarblad_nn_1 = mkN "еrblad" neutrum ; - aarbraeckt_av_1 = mkA "еrbrдckt" "еrbrдckt" ; - aarder_nn_1 = mkN "еrder" neutrum ; - aaretruntbostad_nn_1 = mkN "еretruntbostad" "еretruntbostдder" ; - aarfot_nn_1 = mkN "еrfot" "еrfцtter" ; - aargaang_nn_1 = mkN "еrgеng" ; - aargaangsvin_nn_1 = mkN "еrgеngsvin" "еrgеngsvinet" "еrgеngsviner" "еrgеngsvinerna" ; - aaring_nn_1 = mkN "еring" ; - aarlig_av_1 = mkA "еrlig" ; - aarligen_ab_1 = mkAdv "еrligen" ; - aarlom_nn_1 = mkN "еrlom" "еrlommen" "еrlommar" "еrlommarna" ; - aarmiljon_nn_1 = mkN "еrmiljon" "еrmiljoner" ; - aarpinne_nn_1 = mkN "еrpinne" utrum ; - aarsavgift_nn_1 = mkN "еrsavgift" "еrsavgifter" ; - aarsbaesta_av_1 = mkA "еrsbдsta" ; - aarsbarn_nn_1 = mkN "еrsbarn" neutrum ; - aarsberaettelse_nn_1 = mkN "еrsberдttelse" "еrsberдttelser" ; - aarsbok_nn_1 = mkN "еrsbok" "еrsbцcker" ; - aarsbokstav_nn_1 = mkN "еrsbokstav" "еrsbokstдver" ; - aarscykel_nn_1 = mkN "еrscykel" ; - aarsdag_nn_1 = mkN "еrsdag" ; - aarsdos_nn_1 = mkN "еrsdos" "еrsdoser" ; - aarsinkomst_nn_1 = mkN "еrsinkomst" "еrsinkomster" ; - aarsklass_nn_1 = mkN "еrsklass" "еrsklasser" ; - aarskull_nn_1 = mkN "еrskull" ; - aarskurs_nn_1 = mkN "еrskurs" "еrskurser" ; - aarsmedeltemperatur_nn_1 = mkN "еrsmedeltemperatur" "еrsmedeltemperaturer" ; - aarsmodell_nn_1 = mkN "еrsmodell" "еrsmodeller" ; - aarsmoete_nn_1 = mkN "еrsmцte" ; - aarsredovisning_nn_1 = mkN "еrsredovisning" ; - aarsring_nn_1 = mkN "еrsring" ; - aarstid_nn_1 = mkN "еrstid" "еrstider" ; - aarstidsvind_nn_1 = mkN "еrstidsvind" ; - aarstryck_nn_1 = mkN "еrstryck" neutrum ; - aartag_nn_1 = mkN "еrtag" neutrum ; - aartal_nn_1 = mkN "еrtal" "еrtalet" "еrtalen" "еrtalena" ; - aartionde_nn_1 = mkN "еrtionde" ; - aartull_nn_1 = mkN "еrtull" ; - aartusende_nn_1 = mkN "еrtusende" ; - aas_nn_1 = mkN "еs" ; - aasido_ab_1 = mkAdv "еsido" ; - aasikt_nn_1 = mkN "еsikt" "еsikter" ; - aasiktsfoerfoeljelse_nn_1 = mkN "еsiktsfцrfцljelse" "еsiktsfцrfцljelser" ; - aasiktsfrihet_nn_1 = mkN "еsiktsfrihet" "еsiktsfriheter" ; - aasiktsmaessig_av_1 = mkA "еsiktsmдssig" ; - aasiktsriktning_nn_1 = mkN "еsiktsriktning" ; - aasiktsutbyte_nn_1 = mkN "еsiktsutbyte" ; - aaskaadare_nn_1 = mkN "еskеdare" "еskеdare" ; - aaskaadarlaektare_nn_1 = mkN "еskеdarlдktare" "еskеdarlдktare" ; - aaskaadlig_av_1 = mkA "еskеdlig" ; - aaskaadning_nn_1 = mkN "еskеdning" ; - aaskby_nn_1 = mkN "еskby" "еskbyn" "еskbyar" "еskbyarna" ; - aaskdiger_av_1 = mkA "еskdiger" "еskdigert" "еskdigra" "еskdigra" "еskdigrare" "еskdigrast" "еskdigraste" ; - aaskfront_nn_1 = mkN "еskfront" "еskfronter" ; - aaskledare_nn_1 = mkN "еskledare" "еskledare" ; - aaskmoln_nn_1 = mkN "еskmoln" neutrum ; - aaskregn_nn_1 = mkN "еskregn" neutrum ; - aaskvaeder_nn_1 = mkN "еskvдder" neutrum ; - aasna_nn_1 = mkN "еsna" ; - aasnedrivare_nn_1 = mkN "еsnedrivare" "еsnedrivare" ; - aasneskri_nn_1 = mkN "еsneskri" "еsneskrit" "еsneskrin" "еsneskrien" ; - aasnespark_nn_1 = mkN "еsnespark" ; - aasstaang_nn_1 = mkN "еsstеng" "еsstдnger" ; - aastad_ab_1 = mkAdv "еstad" ; - aastadkomma_vb_1 = mkV "еstadkomma" "еstadkom" "еstadkommit" ; - aat_ab_1 = mkAdv "еt" ; - aata_vb_1 = mkV "еta" "еtar" "еta" "еtog" "еtagit" "еtagen" ; - aatagande_nn_1 = mkN "еtagande" ; - aatal_nn_1 = mkN "еtal" "еtalet" "еtalen" "еtalena" ; - aatboerd_nn_1 = mkN "еtbцrd" "еtbцrder" ; - aatel_nn_1 = mkN "еtel" ; - aater_ab_1 = mkAdv "еter" ; - aateranvaendning_nn_1 = mkN "еteranvдndning" ; - aaterbaering_nn_1 = mkN "еterbдring" ; - aaterbesoek_nn_1 = mkN "еterbesцk" neutrum ; - aaterbetalning_nn_1 = mkN "еterbetalning" ; - aaterblick_nn_1 = mkN "еterblick" ; - aaterbud_nn_1 = mkN "еterbud" neutrum ; - aaterfall_nn_1 = mkN "еterfall" neutrum ; - aaterfalla_vb_1 = mkV "еterfalla" "еterfцll" "еterfallit" ; - aaterfinna_vb_1 = mkV "еterfinna" "еterfann" "еterfunnit" ; - aaterflyttning_nn_1 = mkN "еterflyttning" ; - aaterfoederska_nn_1 = mkN "еterfцderska" ; - aaterfoerening_nn_1 = mkN "еterfцrening" ; - aaterfoersaekring_nn_1 = mkN "еterfцrsдkring" ; - aaterfoersaeljare_nn_1 = mkN "еterfцrsдljare" "еterfцrsдljare" ; - aatergaa_vb_1 = mkV "еtergе" "еtergеr" "еtergе" "еtergick" "еtergеtt" "еtergеngen" ; - aaterge_vb_1 = mkV "еterge" "еterger" "еterge" "еtergav" "еtergett" "еtergiven" ; - aatergivande_nn_1 = mkN "еtergivande" ; - aatergivning_nn_1 = mkN "еtergivning" ; - aaterhaalla_vb_1 = mkV "еterhеlla" "еterhцll" "еterhеllit" ; - aaterhaallsam_av_1 = mkA "еterhеllsam" "еterhеllsamt" "еterhеllsamma" "еterhеllsamma" "еterhеllsammare" "еterhеllsammast" "еterhеllsammaste" ; - aaterigen_ab_1 = mkAdv "еterigen" ; - aaterkallelse_nn_1 = mkN "еterkallelse" "еterkallelser" ; - aaterknyta_vb_1 = mkV "еterknyta" "еterknцt" "еterknutit" ; - aaterkoep_nn_1 = mkN "еterkцp" neutrum ; - aaterkomma_vb_1 = mkV "еterkomma" "еterkom" "еterkommit" ; - aaterkoppling_nn_1 = mkN "еterkoppling" ; - aaterrop_nn_1 = mkN "еterrop" neutrum ; - aatersamling_nn_1 = mkN "еtersamling" ; - aaterspegling_nn_1 = mkN "еterspegling" ; - aaterstaellare_nn_1 = mkN "еterstдllare" "еterstдllare" ; - aaterstaellningstecken_nn_1 = mkN "еterstдllningstecken" "еterstдllningstecknet" "еterstдllningstecken" "еterstдllningstecknen" ; - aaterstod_nn_1 = mkN "еterstod" "еterstoder" ; - aaterta_vb_1 = mkV "еterta" "еtertar" "еterta" "еtertog" "еtertagit" "еtertagen" ; - aatertaag_nn_1 = mkN "еtertеg" neutrum ; - aatertjaenst_nn_1 = mkN "еtertjдnst" "еtertjдnster" ; - aateruppstaandelse_nn_1 = mkN "еteruppstеndelse" "еteruppstеndelser" ; - aateruppta_vb_1 = mkV "еteruppta" "еterupptar" "еteruppta" "еterupptog" "еterupptagit" "еterupptagen" ; - aatervaendsgraend_nn_1 = mkN "еtervдndsgrдnd" "еtervдndsgrдnder" ; - aaterval_nn_1 = mkN "еterval" neutrum ; - aaterverkning_nn_1 = mkN "еterverkning" ; - aatervinna_vb_1 = mkV "еtervinna" "еtervann" "еtervunnit" ; - aatgaa_vb_1 = mkV "еtgе" "еtgеr" "еtgе" "еtgick" "еtgеtt" "еtgеngen" ; - aatgaangen_av_1 = mkA "еtgеngen" "еtgеnget" ; - aatgaerd_nn_1 = mkN "еtgдrd" "еtgдrder" ; - aathutning_nn_1 = mkN "еthutning" ; - aatkomlig_av_1 = mkA "еtkomlig" ; - aatlyda_vb_1 = mkV "еtlyda" "еtlydde" "еtlytt" ; - aatlydnad_nn_1 = mkN "еtlydnad" "еtlydnader" ; - aatminstone_ab_1 = mkAdv "еtminstone" ; - aatnjuta_vb_1 = mkV "еtnjuta" "еtnjцt" "еtnjutit" ; - aatraavaerd_av_1 = mkA "еtrеvдrd" "еtrеvдrt" ; - aatsida_nn_1 = mkN "еtsida" ; - aatsittande_av_1 = mkA "еtsittande" ; - aatskillig_av_1 = mkA "еtskillig" ; - aatskillnad_nn_1 = mkN "еtskillnad" "еtskillnader" ; - aatskils_ab_1 = mkAdv "еtskils" ; - aatsmitande_av_1 = mkA "еtsmitande" ; - aatstramning_nn_1 = mkN "еtstramning" ; - aattahoernig_av_1 = mkA "еttahцrnig" ; - aattatimmarsdag_nn_1 = mkN "еttatimmarsdag" ; - aattiondel_nn_1 = mkN "еttiondel" "еttiondelen" "еttiondelar" "еttiondelarna" ; - aattiotalist_nn_1 = mkN "еttiotalist" "еttiotalister" ; - aattitalism_nn_1 = mkN "еttitalism" "еttitalismer" ; - aattitalist_nn_1 = mkN "еttitalist" "еttitalister" ; - aattondel_nn_1 = mkN "еttondel" "еttondelen" "еttondelar" "еttondelarna" ; - abakus_nn_1 = mkN "abakus" "abakuser" ; - abbe_nn_1 = mkN "abbй" "abbйer" ; - abborre_nn_1 = mkN "abborre" utrum ; - abborrfisk_nn_1 = mkN "abborrfisk" ; - abborrpinne_nn_1 = mkN "abborrpinne" utrum ; - abbot_nn_1 = mkN "abbot" ; - abbreviation_nn_1 = mkN "abbreviation" "abbreviationer" ; - abbreviatur_nn_1 = mkN "abbreviatur" "abbreviaturer" ; - abc_bok_nn_1 = mkN "abc-bok" "abc-bцcker" ; - abderitisk_av_1 = mkA "abderitisk" ; - abdikation_nn_1 = mkN "abdikation" "abdikationer" ; - abdomen_nn_1 = mkN "abdomen" "abdomen" "abdomina" "abdomina" ; - aber_nn_1 = mkN "aber" neutrum ; - aberration_nn_1 = mkN "aberration" "aberrationer" ; - abessinier_nn_1 = mkN "abessinier" "abessiniern" "abessinier" "abessinierna" ; - abessinsk_av_1 = mkA "abessinsk" ; - abilitet_nn_1 = mkN "abilitet" "abiliteter" ; - abiturient_nn_1 = mkN "abiturient" "abiturienter" ; - abiturientexamen_nn_1 = mkN "abiturientexamen" "abiturientexamen" "abiturientexamina" "abiturientexamina" ; - ablation_nn_1 = mkN "ablation" "ablationer" ; - ablativ_nn_1 = mkN "ablativ" "ablativer" ; - abnorm_av_1 = mkA "abnorm" ; - abnormitet_nn_1 = mkN "abnormitet" "abnormiteter" ; - abolition_nn_1 = mkN "abolition" "abolitioner" ; - abonnemang_nn_1 = mkN "abonnemang" neutrum ; - abonnent_nn_1 = mkN "abonnent" "abonnenter" ; - aboriginer_nn_1 = mkN "aboriginer" "aboriginern" "aboriginer" "aboriginerna" ; - abort_nn_1 = mkN "abort" "aborter" ; - abortiv_av_1 = mkA "abortiv" ; - abortoer_nn_1 = mkN "abortцr" "abortцrer" ; - abrupt_av_1 = mkA "abrupt" "abrupt" ; - abscess_nn_1 = mkN "abscess" "abscesser" ; - absens_nn_1 = mkN "absens" "absenser" ; - absid_nn_1 = mkN "absid" "absider" ; - absint_nn_1 = mkN "absint" "absinter" ; - absolut_av_1 = mkA "absolut" "absolut" ; - absolutbelopp_nn_1 = mkN "absolutbelopp" neutrum ; - absolutist_nn_1 = mkN "absolutist" "absolutister" ; - absolutistisk_av_1 = mkA "absolutistisk" ; - absorptionslinje_nn_1 = mkN "absorptionslinje" "absorptionslinjer" ; - abstrakt_av_1 = mkA "abstrakt" "abstrakt" ; - abstrakt_nn_1 = mkN "abstrakt" "abstraktet" "abstrakter" "abstrakterna" ; - abstraktion_nn_1 = mkN "abstraktion" "abstraktioner" ; - abstrus_av_1 = mkA "abstrus" ; - absurd_av_1 = mkA "absurd" "absurt" ; - absurditet_nn_1 = mkN "absurditet" "absurditeter" ; - abundant_av_1 = mkA "abundant" "abundant" ; - abyssal_av_1 = mkA "abyssal" ; - acceleration_nn_1 = mkN "acceleration" "accelerationer" ; - accelerator_nn_1 = mkN "accelerator" "acceleratorer" ; - acceleratormaskin_nn_1 = mkN "acceleratormaskin" "acceleratormaskiner" ; - acceleratorsystem_nn_1 = mkN "acceleratorsystem" neutrum ; - accent_nn_1 = mkN "accent" "accenter" ; - accentfoerskjutning_nn_1 = mkN "accentfцrskjutning" ; - accenttecken_nn_1 = mkN "accenttecken" "accenttecknet" "accenttecken" "accenttecknen" ; - accept_nn_1 = mkN "accept" "accepter" ; - acceptabel_av_1 = mkA "acceptabel" "acceptabelt" "acceptabla" "acceptabla" "acceptablare" "acceptablast" "acceptablaste" ; - acceptant_nn_1 = mkN "acceptant" "acceptanter" ; - accepterande_nn_1 = mkN "accepterande" ; - acceptkredit_nn_1 = mkN "acceptkredit" "acceptkrediter" ; - access_nn_1 = mkN "access" "accesser" ; - accession_nn_1 = mkN "accession" "accessioner" ; - accessionskatalog_nn_1 = mkN "accessionskatalog" "accessionskataloger" ; - accessoar_nn_1 = mkN "accessoar" "accessoarer" ; - accessorisk_av_1 = mkA "accessorisk" ; - accesstid_nn_1 = mkN "accesstid" "accesstider" ; - accidens_nn_1 = mkN "accidens" "accidenser" ; - accidenstryck_nn_1 = mkN "accidenstryck" neutrum ; - accidentell_av_1 = mkA "accidentell" ; - accis_nn_1 = mkN "accis" "acciser" ; - acetaldehyd_nn_1 = mkN "acetaldehyd" "acetaldehyder" ; - acetat_nn_1 = mkN "acetat" neutrum ; - aciditet_nn_1 = mkN "aciditet" "aciditeter" ; - ackja_nn_1 = mkN "ackja" ; - acklamation_nn_1 = mkN "acklamation" "acklamationer" ; - ackommodation_nn_1 = mkN "ackommodation" "ackommodationer" ; - ackommodationsvaexel_nn_1 = mkN "ackommodationsvдxel" ; - ackompanjatoer_nn_1 = mkN "ackompanjatцr" "ackompanjatцrer" ; - ackompanjemang_nn_1 = mkN "ackompanjemang" neutrum ; - ackord_nn_1 = mkN "ackord" neutrum ; - ackordion_nn_1 = mkN "ackordion" "ackordionet" "ackordion" "ackordierna" ; - ackordsloen_nn_1 = mkN "ackordslцn" "ackordslцner" ; - ackordssaettning_nn_1 = mkN "ackordssдttning" ; - ackumulation_nn_1 = mkN "ackumulation" "ackumulationer" ; - ackumulator_nn_1 = mkN "ackumulator" "ackumulatorer" ; - ackurat_ab_1 = mkAdv "ackurat" ; - ackurat_av_1 = mkA "ackurat" "ackurat" ; - ackusativ_nn_1 = mkN "ackusativ" "ackusativer" ; - ackusativobjekt_nn_1 = mkN "ackusativobjekt" neutrum ; - ackusatorisk_av_1 = mkA "ackusatorisk" ; - ackuschoer_nn_1 = mkN "ackuschцr" "ackuschцrer" ; - ackuschoerska_nn_1 = mkN "ackuschцrska" ; - ackvisition_nn_1 = mkN "ackvisition" "ackvisitioner" ; - ackvisitoer_nn_1 = mkN "ackvisitцr" "ackvisitцrer" ; - actionfilm_nn_1 = mkN "actionfilm" "actionfilmer" ; - adagio_ab_1 = mkAdv "adagio" ; - adagio_nn_1 = mkN "adagio" "adagiot" "adagion" "adagiona" ; - adaptation_nn_1 = mkN "adaptation" "adaptationer" ; - adapter_nn_1 = mkN "adapter" ; - adaption_nn_1 = mkN "adaption" "adaptioner" ; - adaptiv_av_1 = mkA "adaptiv" ; - addend_nn_1 = mkN "addend" "addender" ; - addenda_nn_1 = mkN "addenda" "addendan" "addenda" "addendana" ; - addiktion_nn_1 = mkN "addiktion" "addiktioner" ; - additament_nn_1 = mkN "additament" "additamentet" "additamenten" "additamentena" ; - addition_nn_1 = mkN "addition" "additioner" ; - additionstecken_nn_1 = mkN "additionstecken" "additionstecknet" "additionstecken" "additionstecknen" ; - additiv_av_1 = mkA "additiv" ; - additiv_nn_1 = mkN "additiv" neutrum ; - adduktion_nn_1 = mkN "adduktion" "adduktioner" ; - adekvat_av_1 = mkA "adekvat" "adekvat" ; - adelsaett_nn_1 = mkN "adelsдtt" "adelsдtter" ; - adelsbrev_nn_1 = mkN "adelsbrev" neutrum ; - adelsgods_nn_1 = mkN "adelsgods" neutrum ; - adelshem_nn_1 = mkN "adelshem" "adelshemmet" "adelshem" "adelshemmen" ; - adelskalender_nn_1 = mkN "adelskalender" ; - adelsmaerke_nn_1 = mkN "adelsmдrke" ; - adelsman_nn_1 = mkN "adelsman" "adelsmannen" "adelsmдn" "adelsmдnnen" ; - adelsprivilegium_nn_1 = mkN "adelsprivilegium" "adelsprivilegiet" "adelsprivilegier" "adelsprivilegierna" ; - adenit_nn_1 = mkN "adenit" "adeniter" ; - adept_nn_1 = mkN "adept" "adepter" ; - adhesiv_av_1 = mkA "adhesiv" ; - adiabatisk_av_1 = mkA "adiabatisk" ; - adiafora_nn_1 = mkN "adiafora" "adiaforan" "adiafora" "adiaforana" ; - adjektiv_nn_1 = mkN "adjektiv" neutrum ; - adjektivattribut_nn_1 = mkN "adjektivattribut" neutrum ; - adjektivisk_av_1 = mkA "adjektivisk" ; - adjoe_nn_1 = mkN "adjц" "adjцt" "adjцn" "adjцna" ; - adjunkt_nn_1 = mkN "adjunkt" "adjunkter" ; - adjunktion_nn_1 = mkN "adjunktion" "adjunktioner" ; - adjunktur_nn_1 = mkN "adjunktur" "adjunkturer" ; - adjutant_nn_1 = mkN "adjutant" "adjutanter" ; - adlig_av_1 = mkA "adlig" ; - administration_nn_1 = mkN "administration" "administrationer" ; - administrativ_av_1 = mkA "administrativ" ; - administratoer_nn_1 = mkN "administratцr" "administratцrer" ; - admonition_nn_1 = mkN "admonition" "admonitioner" ; - adonis_nn_1 = mkN "adonis" ; - adoptant_nn_1 = mkN "adoptant" "adoptanter" ; - adoption_nn_1 = mkN "adoption" "adoptioner" ; - adoptiv_av_1 = mkA "adoptiv" ; - adoptivbarn_nn_1 = mkN "adoptivbarn" neutrum ; - adoptivfoeraelder_nn_1 = mkN "adoptivfцrдlder" ; - adoratoer_nn_1 = mkN "adoratцr" "adoratцrer" ; - adrenalin_nn_1 = mkN "adrenalin" "adrenaliner" ; - adress_nn_1 = mkN "adress" "adresser" ; - adressat_nn_1 = mkN "adressat" "adressater" ; - adresskort_nn_1 = mkN "adresskort" neutrum ; - adresslapp_nn_1 = mkN "adresslapp" ; - adstringerande_av_1 = mkA "adstringerande" ; - adventist_nn_1 = mkN "adventist" "adventister" ; - adventiv_av_1 = mkA "adventiv" ; - adventsstake_nn_1 = mkN "adventsstake" utrum ; - adverb_nn_1 = mkN "adverb" neutrum ; - adverbial_nn_1 = mkN "adverbial" neutrum ; - adverbiell_av_1 = mkA "adverbiell" ; - advers_nn_1 = mkN "advers" "adverser" ; - adversativ_av_1 = mkA "adversativ" ; - advokat_nn_1 = mkN "advokat" "advokater" ; - advokatfiskal_nn_1 = mkN "advokatfiskal" "advokatfiskaler" ; - advokatorisk_av_1 = mkA "advokatorisk" ; - advokatyr_nn_1 = mkN "advokatyr" "advokatyrer" ; - aeckel_nn_1 = mkN "дckel" neutrum ; - aecklig_av_1 = mkA "дcklig" ; - aecklo_nn_1 = mkN "дcklo" "дcklot" "дcklon" "дcklona" ; - aedel_av_1 = mkA "дdel" "дdelt" "дdla" "дdla" "дdlare" "дdlast" "дdlaste" ; - aedelfasan_nn_1 = mkN "дdelfasan" "дdelfasaner" ; - aedelgas_nn_1 = mkN "дdelgas" "дdelgaser" ; - aedelgran_nn_1 = mkN "дdelgran" ; - aedelloevtraed_nn_1 = mkN "дdellцvtrдd" neutrum ; - aedelmetall_nn_1 = mkN "дdelmetall" "дdelmetaller" ; - aedelmodig_av_1 = mkA "дdelmodig" ; - aedelost_nn_1 = mkN "дdelost" ; - aedelpekoral_nn_1 = mkN "дdelpekoral" neutrum ; - aedelsmed_nn_1 = mkN "дdelsmed" "дdelsmeder" ; - aedelsten_nn_1 = mkN "дdelsten" "дdelstenen" "дdelstenar" "дdelstenarna" ; - aedling_nn_1 = mkN "дdling" ; - aefsing_nn_1 = mkN "дfsing" ; - aega_nn_1 = mkN "дga" ; - aegande_nn_1 = mkN "дgande" ; - aegare_nn_1 = mkN "дgare" "дgare" ; - aegarform_nn_1 = mkN "дgarform" "дgarformer" ; - aegg_nn_1 = mkN "дgg" neutrum ; - aeggcell_nn_1 = mkN "дggcell" "дggceller" ; - aegghinna_nn_1 = mkN "дgghinna" ; - aeggklaeckningsmaskin_nn_1 = mkN "дggklдckningsmaskin" "дggklдckningsmaskiner" ; - aeggkokare_nn_1 = mkN "дggkokare" "дggkokare" ; - aeggkokning_nn_1 = mkN "дggkokning" ; - aeggkopp_nn_1 = mkN "дggkopp" ; - aegglaeggningsroer_nn_1 = mkN "дgglдggningsrцr" neutrum ; - aeggledare_nn_1 = mkN "дggledare" "дggledare" ; - aeggledartratt_nn_1 = mkN "дggledartratt" ; - aeggliknande_av_1 = mkA "дggliknande" ; - aegglossning_nn_1 = mkN "дgglossning" ; - aeggost_nn_1 = mkN "дggost" ; - aeggprickare_nn_1 = mkN "дggprickare" "дggprickare" ; - aeggsaeck_nn_1 = mkN "дggsдck" ; - aeggsjuk_av_1 = mkA "дggsjuk" ; - aeggskal_nn_1 = mkN "дggskal" neutrum ; - aeggsked_nn_1 = mkN "дggsked" ; - aeggsnodd_nn_1 = mkN "дggsnodd" ; - aeggstanning_nn_1 = mkN "дggstanning" ; - aeggstav_nn_1 = mkN "дggstav" ; - aeggstock_nn_1 = mkN "дggstock" ; - aeggstocksinflammation_nn_1 = mkN "дggstocksinflammation" "дggstocksinflammationer" ; - aeggsvamp_nn_1 = mkN "дggsvamp" ; - aeggtoddy_nn_1 = mkN "дggtoddy" "дggtoddyn" "дggtoddyar" "дggtoddyarna" ; - aeggvaermare_nn_1 = mkN "дggvдrmare" "дggvдrmare" ; - aeggviteaemne_nn_1 = mkN "дggviteдmne" ; - aeggviteprov_nn_1 = mkN "дggviteprov" neutrum ; - aegiljett_nn_1 = mkN "дgiljett" "дgiljetter" ; - aegodel_nn_1 = mkN "дgodel" "дgodelen" "дgodelar" "дgodelarna" ; - aegodelning_nn_1 = mkN "дgodelning" ; - aegotecken_nn_1 = mkN "дgotecken" "дgotecknet" "дgotecken" "дgotecknen" ; - aegrett_nn_1 = mkN "дgrett" "дgretter" ; - aegretthaeger_nn_1 = mkN "дgretthдger" ; - aekta_av_1 = mkA "дkta" ; - aektamakekuvert_nn_1 = mkN "дktamakekuvert" neutrum ; - aektenskap_nn_1 = mkN "дktenskap" "дktenskapet" "дktenskapen" "дktenskapena" ; - aektenskaplig_av_1 = mkA "дktenskaplig" ; - aektenskapsbetyg_nn_1 = mkN "дktenskapsbetyg" neutrum ; - aektenskapsbrott_nn_1 = mkN "дktenskapsbrott" neutrum ; - aektenskapsbrytare_nn_1 = mkN "дktenskapsbrytare" "дktenskapsbrytare" ; - aektenskapsbyraa_nn_1 = mkN "дktenskapsbyrе" "дktenskapsbyrеer" ; - aektenskapscertifikat_nn_1 = mkN "дktenskapscertifikat" neutrum ; - aektenskapsfoerord_nn_1 = mkN "дktenskapsfцrord" neutrum ; - aektenskapshinder_nn_1 = mkN "дktenskapshinder" neutrum ; - aektenskapsloefte_nn_1 = mkN "дktenskapslцfte" ; - aektenskapsmaeklare_nn_1 = mkN "дktenskapsmдklare" "дktenskapsmдklare" ; - aektenskapsskillnad_nn_1 = mkN "дktenskapsskillnad" "дktenskapsskillnader" ; - aekthet_nn_1 = mkN "дkthet" "дktheter" ; - aektsvensk_av_1 = mkA "дktsvensk" ; - aelg_nn_1 = mkN "дlg" ; - aelgjaegare_nn_1 = mkN "дlgjдgare" "дlgjдgare" ; - aelgjakt_nn_1 = mkN "дlgjakt" "дlgjakter" ; - aelgstudsare_nn_1 = mkN "дlgstudsare" "дlgstudsare" ; - aelling_nn_1 = mkN "дlling" ; - aelskare_nn_1 = mkN "дlskare" "дlskare" ; - aelskarinna_nn_1 = mkN "дlskarinna" ; - aelsklig_av_1 = mkA "дlsklig" ; - aelskling_nn_1 = mkN "дlskling" ; - aelsklingsraett_nn_1 = mkN "дlsklingsrдtt" "дlsklingsrдtter" ; - aelskogskrank_av_1 = mkA "дlskogskrank" ; - aelskvaerd_av_1 = mkA "дlskvдrd" "дlskvдrt" ; - aelv_nn_1 = mkN "дlv" ; - aelvbaedd_nn_1 = mkN "дlvbдdd" ; - aelvbrink_nn_1 = mkN "дlvbrink" ; - aelvdaling_nn_1 = mkN "дlvdaling" ; - aelvkvarn_nn_1 = mkN "дlvkvarn" ; - aelvstrand_nn_1 = mkN "дlvstrand" "дlvstrдnder" ; - aemabel_av_1 = mkA "дmabel" "дmabelt" "дmabla" "дmabla" "дmablare" "дmablast" "дmablaste" ; - aembar_nn_1 = mkN "дmbar" neutrum ; - aembetsaaliggande_nn_1 = mkN "дmbetsеliggande" ; - aembetsbrott_nn_1 = mkN "дmbetsbrott" neutrum ; - aembetsexamen_nn_1 = mkN "дmbetsexamen" "дmbetsexamen" "дmbetsexamina" "дmbetsexamina" ; - aembetsman_nn_1 = mkN "дmbetsman" "дmbetsmannen" "дmbetsmдn" "дmbetsmдnnen" ; - aembetsmannaregering_nn_1 = mkN "дmbetsmannaregering" ; - aembetsperiod_nn_1 = mkN "дmbetsperiod" "дmbetsperioder" ; - aembetsskrud_nn_1 = mkN "дmbetsskrud" ; - aembetstitel_nn_1 = mkN "дmbetstitel" ; - aembetsverk_nn_1 = mkN "дmbetsverk" neutrum ; - aemne_nn_1 = mkN "дmne" ; - aemnesblock_nn_1 = mkN "дmnesblock" neutrum ; - aemnesfoeretraedare_nn_1 = mkN "дmnesfцretrдdare" "дmnesfцretrдdare" ; - aemnesgrupp_nn_1 = mkN "дmnesgrupp" "дmnesgrupper" ; - aemnesjaern_nn_1 = mkN "дmnesjдrn" neutrum ; - aemneskombination_nn_1 = mkN "дmneskombination" "дmneskombinationer" ; - aemneskonferens_nn_1 = mkN "дmneskonferens" "дmneskonferenser" ; - aemneslaerare_nn_1 = mkN "дmneslдrare" "дmneslдrare" ; - aemnesnamn_nn_1 = mkN "дmnesnamn" neutrum ; - aemnesomraade_nn_1 = mkN "дmnesomrеde" ; - aen_ab_1 = mkAdv "дn" ; - aenda_ab_1 = mkAdv "дnda" ; - aenda_nn_1 = mkN "дnda" "дndan" "дndar" "дndarna" ; - aendaa_ab_1 = mkAdv "дndе" ; - aendamaal_nn_1 = mkN "дndamеl" neutrum ; - aendamaalsenlig_av_1 = mkA "дndamеlsenlig" ; - aendamaalsenlighet_nn_1 = mkN "дndamеlsenlighet" "дndamеlsenligheter" ; - aendamaalsloes_av_1 = mkA "дndamеlslцs" ; - aende_nn_1 = mkN "дnde" utrum ; - aendelse_nn_1 = mkN "дndelse" "дndelser" ; - aendlig_av_1 = mkA "дndlig" ; - aendloes_av_1 = mkA "дndlцs" ; - aendmoraen_nn_1 = mkN "дndmorдn" "дndmorдner" ; - aendock_ab_1 = mkAdv "дndock" ; - aendpunkt_nn_1 = mkN "дndpunkt" "дndpunkter" ; - aendrim_nn_1 = mkN "дndrim" "дndrimmet" "дndrim" "дndrimmen" ; - aendring_nn_1 = mkN "дndring" ; - aendstation_nn_1 = mkN "дndstation" "дndstationer" ; - aendtarm_nn_1 = mkN "дndtarm" ; - aeng_ljud_nn_1 = mkN "дng-ljud" neutrum ; - aeng_nn_1 = mkN "дng" ; - aengd_nn_1 = mkN "дngd" "дngder" ; - aengel_nn_1 = mkN "дngel" ; - aenger_nn_1 = mkN "дnger" ; - aenglakoer_nn_1 = mkN "дnglakцr" "дnglakцrer" ; - aenglalik_av_1 = mkA "дnglalik" ; - aenglamakerska_nn_1 = mkN "дnglamakerska" ; - aengsknarr_nn_1 = mkN "дngsknarr" ; - aengslig_av_1 = mkA "дngslig" ; - aengsmark_nn_1 = mkN "дngsmark" "дngsmarker" ; - aengsvial_nn_1 = mkN "дngsvial" "дngsvialer" ; - aenkeaar_nn_1 = mkN "дnkeеr" neutrum ; - aenkedok_nn_1 = mkN "дnkedok" neutrum ; - aenkedrottning_nn_1 = mkN "дnkedrottning" ; - aenkefru_nn_1 = mkN "дnkefru" ; - aenkeman_nn_1 = mkN "дnkeman" "дnkemannen" "дnkemдn" "дnkemдnnen" ; - aenkenaad_nn_1 = mkN "дnkenеd" "дnkenеder" ; - aenkepension_nn_1 = mkN "дnkepension" "дnkepensioner" ; - aenkestoet_nn_1 = mkN "дnkestцt" ; - aenkling_nn_1 = mkN "дnkling" ; - aennu_ab_1 = mkAdv "дnnu" ; - aenterhake_nn_1 = mkN "дnterhake" utrum ; - aenterpik_nn_1 = mkN "дnterpik" ; - aentligen_ab_1 = mkAdv "дntligen" ; - aentring_nn_1 = mkN "дntring" ; - aentringsstrid_nn_1 = mkN "дntringsstrid" "дntringsstrider" ; - aeppelkart_nn_1 = mkN "дppelkart" ; - aeppelpraektig_av_1 = mkA "дppelprдktig" ; - aeppelskrott_nn_1 = mkN "дppelskrott" ; - aeppeltraed_nn_1 = mkN "дppeltrдd" neutrum ; - aeppelvecklare_nn_1 = mkN "дppelvecklare" "дppelvecklare" ; - aepplekart_nn_1 = mkN "дpplekart" ; - aeppleliknande_av_1 = mkA "дppleliknande" ; - aeppleskrott_nn_1 = mkN "дppleskrott" ; - aeppletraed_nn_1 = mkN "дppletrдd" neutrum ; - aerbar_av_1 = mkA "дrbar" ; - aerebetygelse_nn_1 = mkN "дrebetygelse" "дrebetygelser" ; - aerefoergaeten_av_1 = mkA "дrefцrgдten" "дrefцrgдtet" ; - aeregirig_av_1 = mkA "дregirig" ; - aereloes_av_1 = mkA "дrelцs" ; - aerelysten_av_1 = mkA "дrelysten" "дrelystet" ; - aerelystnad_nn_1 = mkN "дrelystnad" "дrelystnader" ; - aereminne_nn_1 = mkN "дreminne" ; - aerende_nn_1 = mkN "дrende" ; - aereport_nn_1 = mkN "дreport" ; - aereroerig_av_1 = mkA "дrerцrig" ; - aeresak_nn_1 = mkN "дresak" "дresaker" ; - aerevarv_nn_1 = mkN "дrevarv" neutrum ; - aerevoerdig_av_1 = mkA "дrevцrdig" ; - aerftlig_av_1 = mkA "дrftlig" ; - aerftlighet_nn_1 = mkN "дrftlighet" "дrftligheter" ; - aerftlighetsforskare_nn_1 = mkN "дrftlighetsforskare" "дrftlighetsforskare" ; - aerftlighetslag_nn_1 = mkN "дrftlighetslag" ; - aerggroen_av_1 = mkA "дrggrцn" ; - aergig_av_1 = mkA "дrgig" ; - aeril_nn_1 = mkN "дril" ; - aerjkrok_nn_1 = mkN "дrjkrok" ; - aerkeaengel_nn_1 = mkN "дrkeдngel" ; - aerkebiskop_nn_1 = mkN "дrkebiskop" ; - aerkefiende_nn_1 = mkN "дrkefiende" "дrkefiender" ; - aerkehertig_nn_1 = mkN "дrkehertig" ; - aerkenoet_nn_1 = mkN "дrkenцt" neutrum ; - aerkestift_nn_1 = mkN "дrkestift" neutrum ; - aerlig_av_1 = mkA "дrlig" ; - aerligen_ab_1 = mkAdv "дrligen" ; - aerlighet_nn_1 = mkN "дrlighet" "дrligheter" ; - aerm_nn_1 = mkN "дrm" ; - aermbraede_nn_1 = mkN "дrmbrдde" ; - aermhaal_nn_1 = mkN "дrmhеl" neutrum ; - aermhaallare_nn_1 = mkN "дrmhеllare" "дrmhеllare" ; - aermlinning_nn_1 = mkN "дrmlinning" ; - aermloes_av_1 = mkA "дrmlцs" ; - aerob_av_1 = mkA "aerob" ; - aerobisk_av_1 = mkA "aerobisk" ; - aerodrom_nn_1 = mkN "aerodrom" "aerodromer" ; - aerodynamisk_av_1 = mkA "aerodynamisk" ; - aerofull_av_1 = mkA "дrofull" ; - aerofylld_av_1 = mkA "дrofylld" "дrofyllt" ; - aerogram_nn_1 = mkN "aerogram" "aerogrammet" "aerogram" "aerogrammen" ; - aeronaut_nn_1 = mkN "aeronaut" "aeronauter" ; - aeroplan_nn_1 = mkN "aeroplan" neutrum ; - aerorik_av_1 = mkA "дrorik" ; - aerosol_nn_1 = mkN "aerosol" "aerosoler" ; - aerr_nn_1 = mkN "дrr" neutrum ; - aerrbildning_nn_1 = mkN "дrrbildning" ; - aerrig_av_1 = mkA "дrrig" ; - aerrtatuering_nn_1 = mkN "дrrtatuering" ; - aert_nn_1 = mkN "дrt" "дrter" ; - aerta_nn_1 = mkN "дrta" ; - aertig_av_1 = mkA "дrtig" ; - aertvaext_nn_1 = mkN "дrtvдxt" "дrtvдxter" ; - aertvecklare_nn_1 = mkN "дrtvecklare" "дrtvecklare" ; - aeskande_nn_1 = mkN "дskande" ; - aesping_nn_1 = mkN "дsping" ; - aess_nn_1 = mkN "дss" neutrum ; - aeta_vb_1 = mkV "дta" "еt" "дtit" ; - aetbar_av_1 = mkA "дtbar" ; - aetlig_av_1 = mkA "дtlig" ; - aetpinne_nn_1 = mkN "дtpinne" utrum ; - aett_nn_1 = mkN "дtt" "дtter" ; - aettartavla_nn_1 = mkN "дttartavla" ; - aettefader_nn_1 = mkN "дttefader" "дttefadern" "дttefдder" "дttefдderna" ; - aettelaegg_nn_1 = mkN "дttelдgg" ; - aetteled_nn_1 = mkN "дtteled" neutrum ; - aettetal_nn_1 = mkN "дttetal" "дttetalet" "дttetalen" "дttetalena" ; - aettetavla_nn_1 = mkN "дttetavla" ; - aettiksinlaeggning_nn_1 = mkN "дttiksinlдggning" ; - aettlaengd_nn_1 = mkN "дttlдngd" "дttlдngder" ; - aettled_nn_1 = mkN "дttled" neutrum ; - aettling_nn_1 = mkN "дttling" ; - aettnummer_nn_1 = mkN "дttnummer" neutrum ; - aeven_ab_1 = mkAdv "дven" ; - aevenledes_ab_1 = mkAdv "дvenledes" ; - aevensaa_ab_1 = mkAdv "дvensе" ; - aeventyr_nn_1 = mkN "дventyr" neutrum ; - aeventyrare_nn_1 = mkN "дventyrare" "дventyrare" ; - aeventyrlig_av_1 = mkA "дventyrlig" ; - aeventyrsbok_nn_1 = mkN "дventyrsbok" "дventyrsbцcker" ; - aeventyrsfilm_nn_1 = mkN "дventyrsfilm" "дventyrsfilmer" ; - aeventyrsroman_nn_1 = mkN "дventyrsroman" "дventyrsromaner" ; - aexing_nn_1 = mkN "дxing" ; - afasi_nn_1 = mkN "afasi" "afasier" ; - afasisk_av_1 = mkA "afasisk" ; - afatiker_nn_1 = mkN "afatiker" "afatikern" "afatiker" "afatikerna" ; - afatisk_av_1 = mkA "afatisk" ; - afelium_nn_1 = mkN "afelium" "afeliet" "afelier" "afelierna" ; - affaer_nn_1 = mkN "affдr" "affдrer" ; - affaersavtal_nn_1 = mkN "affдrsavtal" "affдrsavtalet" "affдrsavtalen" "affдrsavtalena" ; - affaersbank_nn_1 = mkN "affдrsbank" "affдrsbanker" ; - affaersbegaavning_nn_1 = mkN "affдrsbegеvning" ; - affaersbitraede_nn_1 = mkN "affдrsbitrдde" ; - affaersbrev_nn_1 = mkN "affдrsbrev" neutrum ; - affaerscentrum_nn_1 = mkN "affдrscentrum" neutrum ; - affaersdrivande_av_1 = mkA "affдrsdrivande" ; - affaerskedja_nn_1 = mkN "affдrskedja" ; - affaersliv_nn_1 = mkN "affдrsliv" neutrum ; - affaersmaessig_av_1 = mkA "affдrsmдssig" ; - affaersman_nn_1 = mkN "affдrsman" "affдrsmannen" "affдrsmдn" "affдrsmдnnen" ; - affaerstid_nn_1 = mkN "affдrstid" "affдrstider" ; - affaersverk_nn_1 = mkN "affдrsverk" neutrum ; - affekt_nn_1 = mkN "affekt" "affekter" ; - affektion_nn_1 = mkN "affektion" "affektioner" ; - affektionsvaerde_nn_1 = mkN "affektionsvдrde" ; - affektiv_av_1 = mkA "affektiv" ; - affidavit_nn_1 = mkN "affidavit" neutrum ; - affin_av_1 = mkA "affin" ; - affinage_nn_1 = mkN "affinage" "affinaget" "affinage" "affinagen" ; - affinitet_nn_1 = mkN "affinitet" "affiniteter" ; - affirmativ_av_1 = mkA "affirmativ" ; - affisch_nn_1 = mkN "affisch" "affischer" ; - affischering_nn_1 = mkN "affischering" ; - affischnamn_nn_1 = mkN "affischnamn" neutrum ; - affischoer_nn_1 = mkN "affischцr" "affischцrer" ; - affischpelare_nn_1 = mkN "affischpelare" "affischpelare" ; - affix_nn_1 = mkN "affix" neutrum ; - afghan_nn_1 = mkN "afghan" "afghaner" ; - afghansk_av_1 = mkA "afghansk" ; - aforism_nn_1 = mkN "aforism" "aforismer" ; - aforistiker_nn_1 = mkN "aforistiker" "aforistikern" "aforistiker" "aforistikerna" ; - aforistisk_av_1 = mkA "aforistisk" ; - afrikan_nn_1 = mkN "afrikan" "afrikaner" ; - afrikansk_av_1 = mkA "afrikansk" ; - afro_asiatisk_av_1 = mkA "afro-asiatisk" ; - afroamerikan_nn_1 = mkN "afroamerikan" "afroamerikaner" ; - afroasiatisk_av_1 = mkA "afroasiatisk" ; - afrodisiakum_nn_1 = mkN "afrodisiakum" "afrodisiakum" "afrodisiaka" "afrodisiakana" ; - afrofrisyr_nn_1 = mkN "afrofrisyr" "afrofrisyrer" ; - afse_nn_1 = mkN "afse" utrum ; - afton_nn_1 = mkN "afton" "aftonen" "aftnar" "aftnarna" ; - aftonboen_nn_1 = mkN "aftonbцn" "aftonbцner" ; - aftondraekt_nn_1 = mkN "aftondrдkt" "aftondrдkter" ; - aftongudstjaenst_nn_1 = mkN "aftongudstjдnst" "aftongudstjдnster" ; - aftonklaenning_nn_1 = mkN "aftonklдnning" ; - aftonrodnad_nn_1 = mkN "aftonrodnad" "aftonrodnader" ; - aftonsaang_nn_1 = mkN "aftonsеng" "aftonsеnger" ; - aftonvard_nn_1 = mkN "aftonvard" "aftonvarder" ; - agat_nn_1 = mkN "agat" "agater" ; - agave_nn_1 = mkN "agave" "agaver" ; - agent_nn_1 = mkN "agent" "agenter" ; - agentfilm_nn_1 = mkN "agentfilm" "agentfilmer" ; - agentur_nn_1 = mkN "agentur" "agenturer" ; - agerande_nn_1 = mkN "agerande" ; - aggande_av_1 = mkA "aggande" ; - agglomerat_nn_1 = mkN "agglomerat" neutrum ; - agglomeration_nn_1 = mkN "agglomeration" "agglomerationer" ; - agglutination_nn_1 = mkN "agglutination" "agglutinationer" ; - aggregat_nn_1 = mkN "aggregat" neutrum ; - aggregation_nn_1 = mkN "aggregation" "aggregationer" ; - aggregationstillstaand_nn_1 = mkN "aggregationstillstеnd" neutrum ; - aggression_nn_1 = mkN "aggression" "aggressioner" ; - aggressionshaemning_nn_1 = mkN "aggressionshдmning" ; - aggressiv_av_1 = mkA "aggressiv" ; - aggressivitet_nn_1 = mkN "aggressivitet" "aggressiviteter" ; - agitation_nn_1 = mkN "agitation" "agitationer" ; - agitator_nn_1 = mkN "agitator" "agitatorer" ; - agitatorisk_av_1 = mkA "agitatorisk" ; - agn_nn_1 = mkN "agn" neutrum ; - agnat_nn_1 = mkN "agnat" "agnater" ; - agnatisk_av_1 = mkA "agnatisk" ; - agnblommig_av_1 = mkA "agnblommig" ; - agnborst_nn_1 = mkN "agnborst" neutrum ; - agnosi_nn_1 = mkN "agnosi" "agnosier" ; - agnostiker_nn_1 = mkN "agnostiker" "agnostikern" "agnostiker" "agnostikerna" ; - agnostisk_av_1 = mkA "agnostisk" ; - agoni_nn_1 = mkN "agoni" "agonier" ; - agraff_nn_1 = mkN "agraff" "agraffer" ; - agrar_av_1 = mkA "agrar" ; - agrar_nn_1 = mkN "agrar" "agrarer" ; - agreabel_av_1 = mkA "agreabel" "agreabelt" "agreabla" "agreabla" "agreablare" "agreablast" "agreablaste" ; - agremang_nn_1 = mkN "agremang" neutrum ; - agrikulturell_av_1 = mkA "agrikulturell" ; - agronom_nn_1 = mkN "agronom" "agronomer" ; - agronomisk_av_1 = mkA "agronomisk" ; - aha_upplevelse_nn_1 = mkN "aha-upplevelse" "aha-upplevelser" ; - air_nn_1 = mkN "air" "airer" ; - airdaleterrier_nn_1 = mkN "airdaleterrier" "airdaleterriern" "airdaleterrier" "airdaleterrierna" ; - akademi_nn_1 = mkN "akademi" "akademier" ; - akademiker_nn_1 = mkN "akademiker" "akademikern" "akademiker" "akademikerna" ; - akademisk_av_1 = mkA "akademisk" ; - akademist_nn_1 = mkN "akademist" "akademister" ; - akant_nn_1 = mkN "akant" "akanter" ; - akantus_nn_1 = mkN "akantus" ; - akatalektisk_av_1 = mkA "akatalektisk" ; - akilleshael_nn_1 = mkN "akilleshдl" ; - akrobat_nn_1 = mkN "akrobat" "akrobater" ; - akrobatisk_av_1 = mkA "akrobatisk" ; - akromatisk_av_1 = mkA "akromatisk" ; - akromegali_nn_1 = mkN "akromegali" "akromegalier" ; - akronym_nn_1 = mkN "akronym" "akronymer" ; - akropol_nn_1 = mkN "akropol" "akropoler" ; - akrostikon_nn_1 = mkN "akrostikon" neutrum ; - akt_nn_1 = mkN "akt" "akter" ; - akter_ab_1 = mkAdv "akter" ; - akter_nn_1 = mkN "akter" ; - akterdaeck_nn_1 = mkN "akterdдck" neutrum ; - akterdel_nn_1 = mkN "akterdel" "akterdelen" "akterdelar" "akterdelarna" ; - akterlig_av_1 = mkA "akterlig" ; - akterskepp_nn_1 = mkN "akterskepp" neutrum ; - akterspegel_nn_1 = mkN "akterspegel" ; - aktie_nn_1 = mkN "aktie" "aktier" ; - aktieaegande_nn_1 = mkN "aktieдgande" ; - aktieaegare_nn_1 = mkN "aktieдgare" "aktieдgare" ; - aktieboers_nn_1 = mkN "aktiebцrs" "aktiebцrser" ; - aktiebolag_nn_1 = mkN "aktiebolag" neutrum ; - aktiebrev_nn_1 = mkN "aktiebrev" neutrum ; - aktieemission_nn_1 = mkN "aktieemission" "aktieemissioner" ; - aktiekapital_nn_1 = mkN "aktiekapital" neutrum ; - aktiekupong_nn_1 = mkN "aktiekupong" "aktiekuponger" ; - aktiekurs_nn_1 = mkN "aktiekurs" "aktiekurser" ; - aktiemajoritet_nn_1 = mkN "aktiemajoritet" "aktiemajoriteter" ; - aktieportfoelj_nn_1 = mkN "aktieportfцlj" "aktieportfцljer" ; - aktiepost_nn_1 = mkN "aktiepost" "aktieposter" ; - aktiesparklubb_nn_1 = mkN "aktiesparklubb" ; - aktiestock_nn_1 = mkN "aktiestock" ; - aktieutdelning_nn_1 = mkN "aktieutdelning" ; - aktievinst_nn_1 = mkN "aktievinst" "aktievinster" ; - aktion_nn_1 = mkN "aktion" "aktioner" ; - aktionsart_nn_1 = mkN "aktionsart" "aktionsarter" ; - aktionsgrupp_nn_1 = mkN "aktionsgrupp" "aktionsgrupper" ; - aktionsradie_nn_1 = mkN "aktionsradie" "aktionsradier" ; - aktionssaett_nn_1 = mkN "aktionssдtt" neutrum ; - aktionsstroem_nn_1 = mkN "aktionsstrцm" "aktionsstrцmmen" "aktionsstrцmmar" "aktionsstrцmmarna" ; - aktionsturbin_nn_1 = mkN "aktionsturbin" "aktionsturbiner" ; - aktiv_av_1 = mkA "aktiv" ; - aktiva_nn_1 = mkN "aktiva" "aktivan" "aktiva" "aktivana" ; - aktivist_nn_1 = mkN "aktivist" "aktivister" ; - aktivitet_nn_1 = mkN "aktivitet" "aktiviteter" ; - aktivum_nn_1 = mkN "aktivum" "aktivet" "aktiver" "aktiverna" ; - aktningsfull_av_1 = mkA "aktningsfull" ; - aktningsvaerd_av_1 = mkA "aktningsvдrd" "aktningsvдrt" ; - aktoer_nn_1 = mkN "aktцr" "aktцrer" ; - aktor_nn_1 = mkN "aktor" "aktorer" ; - aktris_nn_1 = mkN "aktris" "aktriser" ; - aktsam_av_1 = mkA "aktsam" "aktsamt" "aktsamma" "aktsamma" "aktsammare" "aktsammast" "aktsammaste" ; - aktstycke_nn_1 = mkN "aktstycke" ; - aktualitet_nn_1 = mkN "aktualitet" "aktualiteter" ; - aktuarie_nn_1 = mkN "aktuarie" "aktuarier" ; - aktuell_av_1 = mkA "aktuell" ; - akustisk_av_1 = mkA "akustisk" ; - akut_ab_1 = mkAdv "akut" ; - akut_av_1 = mkA "akut" "akut" ; - akut_nn_1 = mkN "akut" "akuter" ; - akutavdelning_nn_1 = mkN "akutavdelning" ; - akutfall_nn_1 = mkN "akutfall" neutrum ; - akutmottagning_nn_1 = mkN "akutmottagning" ; - akvakultur_nn_1 = mkN "akvakultur" "akvakulturer" ; - akvamarin_nn_1 = mkN "akvamarin" "akvamariner" ; - akvanaut_nn_1 = mkN "akvanaut" "akvanauter" ; - akvaplaning_nn_1 = mkN "akvaplaning" ; - akvarell_nn_1 = mkN "akvarell" "akvareller" ; - akvarellfaerg_nn_1 = mkN "akvarellfдrg" "akvarellfдrger" ; - akvarellist_nn_1 = mkN "akvarellist" "akvarellister" ; - akvariefisk_nn_1 = mkN "akvariefisk" ; - akvarium_nn_1 = mkN "akvarium" "akvariet" "akvarier" "akvarierna" ; - akvatint_nn_1 = mkN "akvatint" "akvatinter" ; - akvatisk_av_1 = mkA "akvatisk" ; - akvavit_nn_1 = mkN "akvavit" "akvaviter" ; - akvedukt_nn_1 = mkN "akvedukt" "akvedukter" ; - al_nn_1 = mkN "al" ; - aladaab_nn_1 = mkN "aladеb" "aladеber" ; - alagreck_nn_1 = mkN "alagreck" "alagrecker" ; - alan_nn_1 = mkN "alan" "alaner" ; - alanin_nn_1 = mkN "alanin" neutrum ; - alant_nn_1 = mkN "alant" "alanter" ; - alarm_nn_1 = mkN "alarm" neutrum ; - alarmerande_av_1 = mkA "alarmerande" ; - alban_nn_1 = mkN "alban" "albaner" ; - albansk_av_1 = mkA "albansk" ; - albanska_nn_2 = mkN "albanska" ; - albatross_nn_1 = mkN "albatross" "albatrosser" ; - albigenser_nn_1 = mkN "albigenser" "albigensern" "albigenser" "albigenserna" ; - albino_nn_1 = mkN "albino" "albinon" "albiner" "albinerna" ; - album_nn_1 = mkN "album" neutrum ; - albumin_nn_1 = mkN "albumin" "albuminer" ; - albyl_nn_1 = mkN "albyl" "albylen" "albyl" "albylen" ; - aldehyd_nn_1 = mkN "aldehyd" "aldehyder" ; - aldrig_ab_1 = mkAdv "aldrig" ; - alemann_nn_1 = mkN "alemann" "alemanner" ; - alert_av_1 = mkA "alert" "alert" ; - alexandrin_nn_1 = mkN "alexandrin" "alexandriner" ; - alexandrinsk_av_1 = mkA "alexandrinsk" ; - alexi_nn_1 = mkN "alexi" "alexier" ; - alf_nn_1 = mkN "alf" "alfer" ; - alfa_nn_1 = mkN "alfa" "alfat" "alfan" "alfana" ; - alfaagel_nn_1 = mkN "alfеgel" ; - alfabet_nn_1 = mkN "alfabet" neutrum ; - alfabetisk_av_1 = mkA "alfabetisk" ; - alfametyltyrosin_nn_1 = mkN "alfametyltyrosin" "alfametyltyrosiner" ; - alfanumerisk_av_1 = mkA "alfanumerisk" ; - alfapartikel_nn_1 = mkN "alfapartikel" ; - alfastraalning_nn_1 = mkN "alfastrеlning" ; - alfkors_nn_1 = mkN "alfkors" neutrum ; - alfoerraedare_nn_1 = mkN "alfцrrдdare" "alfцrrдdare" ; - alfons_nn_1 = mkN "alfons" "alfonser" ; - alfresko_ab_1 = mkAdv "alfresko" ; - alg_nn_1 = mkN "alg" "alger" ; - algebraisk_av_1 = mkA "algebraisk" ; - algerier_nn_1 = mkN "algerier" "algeriern" "algerier" "algerierna" ; - algerisk_av_1 = mkA "algerisk" ; - algolog_nn_1 = mkN "algolog" "algologer" ; - algonk_nn_1 = mkN "algonk" "algonker" ; - algoritm_nn_1 = mkN "algoritm" "algoritmer" ; - alias_ab_1 = mkAdv "alias" ; - alibi_nn_1 = mkN "alibi" "alibit" "alibin" "alibina" ; - alienation_nn_1 = mkN "alienation" "alienationer" ; - alifatisk_av_1 = mkA "alifatisk" ; - alimentaer_av_1 = mkA "alimentдr" ; - alkaisk_av_1 = mkA "alkaisk" ; - alkali_nn_1 = mkN "alkali" "alkalit" "alkalier" "alkalierna" ; - alkalimetall_nn_1 = mkN "alkalimetall" "alkalimetaller" ; - alkalisk_av_1 = mkA "alkalisk" ; - alkaloid_nn_1 = mkN "alkaloid" "alkaloider" ; - alkan_nn_1 = mkN "alkan" "alkaner" ; - alkanol_nn_1 = mkN "alkanol" "alkanoler" ; - alkekung_nn_1 = mkN "alkekung" ; - alkemist_nn_1 = mkN "alkemist" "alkemister" ; - alkfaagel_nn_1 = mkN "alkfеgel" ; - alkohol_nn_1 = mkN "alkohol" "alkoholer" ; - alkoholhalt_nn_1 = mkN "alkoholhalt" "alkoholhalter" ; - alkoholhaltig_av_1 = mkA "alkoholhaltig" ; - alkoholisk_av_1 = mkA "alkoholisk" ; - alkoholist_nn_1 = mkN "alkoholist" "alkoholister" ; - alkoholistanstalt_nn_1 = mkN "alkoholistanstalt" "alkoholistanstalter" ; - alkoholmissbrukare_nn_1 = mkN "alkoholmissbrukare" "alkoholmissbrukare" ; - alkoholometer_nn_1 = mkN "alkoholometer" ; - alkoholpsykos_nn_1 = mkN "alkoholpsykos" "alkoholpsykoser" ; - alkoholsvag_av_1 = mkA "alkoholsvag" ; - alkoholtest_nn_1 = mkN "alkoholtest" neutrum ; - alkotest_nn_1 = mkN "alkotest" neutrum ; - alkotte_nn_1 = mkN "alkotte" utrum ; - alkov_nn_1 = mkN "alkov" "alkover" ; - alkyd_nn_1 = mkN "alkyd" "alkyder" ; - alkyl_nn_1 = mkN "alkyl" "alkyler" ; - alkyn_nn_1 = mkN "alkyn" "alkyner" ; - allaetare_nn_1 = mkN "allдtare" "allдtare" ; - allan_ab_1 = mkAdv "allan" ; - allaredan_ab_1 = mkAdv "allaredan" ; - allbekant_av_1 = mkA "allbekant" "allbekant" ; - alldaglig_av_1 = mkA "alldaglig" ; - alldeles_ab_1 = mkAdv "alldeles" ; - alle_nn_1 = mkN "allй" "allйer" ; - allegat_nn_1 = mkN "allegat" neutrum ; - allegori_nn_1 = mkN "allegori" "allegorier" ; - allegorisk_av_1 = mkA "allegorisk" ; - allegretto_ab_1 = mkAdv "allegretto" ; - allegretto_nn_1 = mkN "allegretto" "allegrettot" "allegretton" "allegrettona" ; - allegro_ab_1 = mkAdv "allegro" ; - allegro_nn_1 = mkN "allegro" "allegrot" "allegron" "allegrona" ; - allehanda_av_1 = mkA "allehanda" ; - allemansfond_nn_1 = mkN "allemansfond" "allemansfonder" ; - allena_av_1 = mkA "allena" ; - allenaraadande_av_1 = mkA "allenarеdande" ; - allenast_ab_1 = mkAdv "allenast" ; - allergen_av_1 = mkA "allergen" ; - allergen_nn_1 = mkN "allergen" neutrum ; - allergi_nn_1 = mkN "allergi" "allergier" ; - allergiker_nn_1 = mkN "allergiker" "allergikern" "allergiker" "allergikerna" ; - allergisk_av_1 = mkA "allergisk" ; - allergolog_nn_1 = mkN "allergolog" "allergologer" ; - allestaedes_ab_1 = mkAdv "allestдdes" ; - allfarvaeg_nn_1 = mkN "allfarvдg" ; - allhelgonadag_nn_1 = mkN "allhelgonadag" ; - allians_nn_1 = mkN "allians" "allianser" ; - alliansfri_av_1 = mkA "alliansfri" "alliansfritt" ; - alliansring_nn_1 = mkN "alliansring" ; - alligator_nn_1 = mkN "alligator" "alligatorer" ; - allitteration_nn_1 = mkN "allitteration" "allitterationer" ; - allkonstverk_nn_1 = mkN "allkonstverk" neutrum ; - allmaen_av_1 = mkA "allmдn" "allmдnt" "allmдnna" "allmдnna" "allmдnnare" "allmдnnast" "allmдnnaste" ; - allmaenbegaavning_nn_1 = mkN "allmдnbegеvning" ; - allmaenbegrepp_nn_1 = mkN "allmдnbegrepp" neutrum ; - allmaenfarlig_av_1 = mkA "allmдnfarlig" ; - allmaengiltig_av_1 = mkA "allmдngiltig" ; - allmaengiltighet_nn_1 = mkN "allmдngiltighet" "allmдngiltigheter" ; - allmaenhet_nn_1 = mkN "allmдnhet" "allmдnheter" ; - allmaenmaensklig_av_1 = mkA "allmдnmдnsklig" ; - allmaennelig_av_1 = mkA "allmдnnelig" ; - allmaenning_nn_1 = mkN "allmдnning" ; - allmaennyttig_av_1 = mkA "allmдnnyttig" ; - allmaenpolitisk_av_1 = mkA "allmдnpolitisk" ; - allmaenpraktiker_nn_1 = mkN "allmдnpraktiker" "allmдnpraktikern" "allmдnpraktiker" "allmдnpraktikerna" ; - allmaenpraktiserande_av_1 = mkA "allmдnpraktiserande" ; - allmaenpreventiv_av_1 = mkA "allmдnpreventiv" ; - allmogeblaa_av_1 = mkA "allmogeblе" "allmogeblеtt" ; - allmogedraekt_nn_1 = mkN "allmogedrдkt" "allmogedrдkter" ; - allmogekultur_nn_1 = mkN "allmogekultur" "allmogekulturer" ; - allmogevaevnad_nn_1 = mkN "allmogevдvnad" "allmogevдvnader" ; - allod_nn_1 = mkN "allod" "allodet" "alloder" "alloderna" ; - allodial_av_1 = mkA "allodial" ; - allodium_nn_1 = mkN "allodium" "allodiet" "allodier" "allodierna" ; - allofon_nn_1 = mkN "allofon" "allofoner" ; - allograf_nn_1 = mkN "allograf" "allografer" ; - allokton_av_1 = mkA "allokton" ; - allokution_nn_1 = mkN "allokution" "allokutioner" ; - allomfattande_av_1 = mkA "allomfattande" ; - allomorf_av_1 = mkA "allomorf" ; - allomorf_nn_1 = mkN "allomorf" "allomorfer" ; - allongeperuk_nn_1 = mkN "allongeperuk" "allongeperuker" ; - allra_ab_1 = mkAdv "allra" ; - allraheligaste_av_1 = mkA "allraheligaste" ; - allriskfoersaekring_nn_1 = mkN "allriskfцrsдkring" ; - allround_av_1 = mkA "allround" ; - allrum_nn_1 = mkN "allrum" "allrummet" "allrum" "allrummen" ; - alls_ab_1 = mkAdv "alls" ; - allsaang_nn_1 = mkN "allsеng" "allsеnger" ; - allseende_av_1 = mkA "allseende" ; - allshaerjarting_nn_1 = mkN "allshдrjarting" neutrum ; - allsidig_av_1 = mkA "allsidig" ; - allskoens_av_1 = mkA "allskцns" ; - allsmaektig_av_1 = mkA "allsmдktig" ; - allstroemsapparat_nn_1 = mkN "allstrцmsapparat" "allstrцmsapparater" ; - allsvaaldig_av_1 = mkA "allsvеldig" ; - allsvensk_av_1 = mkA "allsvensk" ; - allt_ab_1 = mkAdv "allt" ; - alltemellanaat_ab_1 = mkAdv "alltemellanеt" ; - alltfoer_ab_1 = mkAdv "alltfцr" ; - alltfort_ab_1 = mkAdv "alltfort" ; - alltiallo_nn_1 = mkN "alltiallo" "alltiallor" ; - alltid_ab_1 = mkAdv "alltid" ; - alltigenom_ab_1 = mkAdv "alltigenom" ; - allting_nn_1 = mkN "allting" neutrum ; - alltjaemt_ab_1 = mkAdv "alltjдmt" ; - alltmer_ab_1 = mkAdv "alltmer" ; - alltmera_ab_1 = mkAdv "alltmera" ; - alltnog_ab_1 = mkAdv "alltnog" ; - alltomfattande_av_1 = mkA "alltomfattande" ; - alltsaa_ab_1 = mkAdv "alltsе" ; - alltsomoftast_ab_1 = mkAdv "alltsomoftast" ; - allusion_nn_1 = mkN "allusion" "allusioner" ; - alluvial_av_1 = mkA "alluvial" ; - alluvium_nn_1 = mkN "alluvium" "alluviumet" "alluvier" "alluvierna" ; - allvaedersstoevel_nn_1 = mkN "allvдdersstцvel" ; - allvarlig_av_1 = mkA "allvarlig" ; - allvarligen_ab_1 = mkAdv "allvarligen" ; - allvarsam_av_1 = mkA "allvarsam" "allvarsamt" "allvarsamma" "allvarsamma" "allvarsammare" "allvarsammast" "allvarsammaste" ; - allvarsord_nn_1 = mkN "allvarsord" neutrum ; - allvarstyngd_av_1 = mkA "allvarstyngd" "allvarstyngt" ; - allvetande_av_1 = mkA "allvetande" ; - allvetare_nn_1 = mkN "allvetare" "allvetare" ; - allvis_av_1 = mkA "allvis" ; - alm_nn_1 = mkN "alm" ; - almanacksblad_nn_1 = mkN "almanacksblad" neutrum ; - aln_nn_1 = mkN "aln" ; - aloe_nn_1 = mkN "aloe" "aloer" ; - alp_nn_1 = mkN "alp" "alper" ; - alpari_ab_1 = mkAdv "alpari" ; - alpget_nn_1 = mkN "alpget" "alpgetter" ; - alpin_av_1 = mkA "alpin" ; - alpinist_nn_1 = mkN "alpinist" "alpinister" ; - alpinsk_av_1 = mkA "alpinsk" ; - alpjaegare_nn_1 = mkN "alpjдgare" "alpjдgare" ; - alpviol_nn_1 = mkN "alpviol" "alpvioler" ; - alster_nn_1 = mkN "alster" neutrum ; - alstring_nn_1 = mkN "alstring" ; - alt_nn_1 = mkN "alt" ; - altan_nn_1 = mkN "altan" "altaner" ; - altarbrun_nn_1 = mkN "altarbrun" neutrum ; - altare_nn_1 = mkN "altare" "altaret" "altaren" "altarna" ; - altargaang_nn_1 = mkN "altargеng" ; - altarprydnad_nn_1 = mkN "altarprydnad" "altarprydnader" ; - altarring_nn_1 = mkN "altarring" ; - altarrund_nn_1 = mkN "altarrund" "altarrunder" ; - altarskaap_nn_1 = mkN "altarskеp" neutrum ; - altartavla_nn_1 = mkN "altartavla" ; - altartjaenst_nn_1 = mkN "altartjдnst" "altartjдnster" ; - alteration_nn_1 = mkN "alteration" "alterationer" ; - alternativ_av_1 = mkA "alternativ" ; - alternativ_nn_1 = mkN "alternativ" neutrum ; - alternativfraaga_nn_1 = mkN "alternativfrеga" ; - alternativkurs_nn_1 = mkN "alternativkurs" "alternativkurser" ; - alternatvinkel_nn_1 = mkN "alternatvinkel" ; - altfiol_nn_1 = mkN "altfiol" "altfioler" ; - altitud_nn_1 = mkN "altitud" "altituder" ; - altruist_nn_1 = mkN "altruist" "altruister" ; - altruistisk_av_1 = mkA "altruistisk" ; - altstaemma_nn_1 = mkN "altstдmma" ; - altviolin_nn_1 = mkN "altviolin" "altvioliner" ; - aluminiumjon_nn_1 = mkN "aluminiumjon" "aluminiumjoner" ; - aluminiumpulver_nn_1 = mkN "aluminiumpulver" neutrum ; - alumn_nn_1 = mkN "alumn" "alumner" ; - alunskiffer_nn_1 = mkN "alunskiffer" ; - alv_nn_2 = mkN "alv" "alver" ; - alvarsmark_nn_1 = mkN "alvarsmark" "alvarsmarker" ; - alveol_nn_1 = mkN "alveol" "alveoler" ; - alveolar_av_1 = mkA "alveolar" ; - alveolar_nn_1 = mkN "alveolar" "alveolarer" ; - alvplog_nn_1 = mkN "alvplog" ; - amalgam_nn_1 = mkN "amalgam" neutrum ; - amanuens_nn_1 = mkN "amanuens" "amanuenser" ; - amarant_nn_1 = mkN "amarant" "amaranter" ; - amaryllis_nn_1 = mkN "amaryllis" ; - amason_nn_1 = mkN "amason" "amasoner" ; - amatoer_nn_1 = mkN "amatцr" "amatцrer" ; - amatoerbestaemmelse_nn_1 = mkN "amatцrbestдmmelse" "amatцrbestдmmelser" ; - amatoerforskare_nn_1 = mkN "amatцrforskare" "amatцrforskare" ; - amatoeridrott_nn_1 = mkN "amatцridrott" "amatцridrotter" ; - amatoermaessig_av_1 = mkA "amatцrmдssig" ; - amatoerregel_nn_1 = mkN "amatцrregel" "amatцrregeln" "amatцrregler" "amatцrreglerna" ; - amatoersaendare_nn_1 = mkN "amatцrsдndare" "amatцrsдndare" ; - amatoerteleskop_nn_1 = mkN "amatцrteleskop" neutrum ; - ambassad_nn_1 = mkN "ambassad" "ambassader" ; - ambassadoer_nn_1 = mkN "ambassadцr" "ambassadцrer" ; - ambassadraad_nn_1 = mkN "ambassadrеd" neutrum ; - ambiguitet_nn_1 = mkN "ambiguitet" "ambiguiteter" ; - ambitioes_av_1 = mkA "ambitiцs" ; - ambition_nn_1 = mkN "ambition" "ambitioner" ; - ambitionssak_nn_1 = mkN "ambitionssak" "ambitionssaker" ; - ambivalent_av_1 = mkA "ambivalent" "ambivalent" ; - ambrosisk_av_1 = mkA "ambrosisk" ; - ambulans_nn_1 = mkN "ambulans" "ambulanser" ; - ambulatorisk_av_1 = mkA "ambulatorisk" ; - amendemang_nn_1 = mkN "amendemang" neutrum ; - amerikan_nn_1 = mkN "amerikan" "amerikaner" ; - amerikanare_nn_1 = mkN "amerikanare" "amerikanare" ; - amerikanism_nn_1 = mkN "amerikanism" "amerikanismer" ; - amerikansk_av_1 = mkA "amerikansk" ; - amerikanska_nn_2 = mkN "amerikanska" ; - ametist_nn_1 = mkN "ametist" "ametister" ; - amfetamin_nn_1 = mkN "amfetamin" "amfetaminer" ; - amfibie_nn_1 = mkN "amfibie" "amfibier" ; - amfibisk_av_1 = mkA "amfibisk" ; - amfibolit_nn_1 = mkN "amfibolit" "amfiboliter" ; - amfiteater_nn_1 = mkN "amfiteater" ; - amfiteatralisk_av_1 = mkA "amfiteatralisk" ; - ami_nn_1 = mkN "ami" "amier" ; - amid_nn_1 = mkN "amid" "amider" ; - amin_nn_1 = mkN "amin" "aminer" ; - amiral_nn_1 = mkN "amiral" "amiraler" ; - amiralsperson_nn_1 = mkN "amiralsperson" "amiralspersoner" ; - ammonit_nn_1 = mkN "ammonit" "ammoniter" ; - ammoniumnitrat_nn_1 = mkN "ammoniumnitrat" "ammoniumnitrater" ; - ammoniumnitratloesning_nn_1 = mkN "ammoniumnitratlцsning" ; - amnesi_nn_1 = mkN "amnesi" "amnesier" ; - amnesti_nn_1 = mkN "amnesti" "amnestier" ; - amoralisk_av_1 = mkA "amoralisk" ; - amoralitet_nn_1 = mkN "amoralitet" "amoraliteter" ; - amorbaage_nn_1 = mkN "amorbеge" utrum ; - amorf_av_1 = mkA "amorf" ; - amorfism_nn_1 = mkN "amorfism" "amorfismer" ; - amorin_nn_1 = mkN "amorin" "amoriner" ; - amoroes_av_1 = mkA "amorцs" ; - amortering_nn_1 = mkN "amortering" ; - amorteringsfri_av_1 = mkA "amorteringsfri" "amorteringsfritt" ; - amorteringsplan_nn_1 = mkN "amorteringsplan" "amorteringsplaner" ; - ampel_av_1 = mkA "ampel" "ampelt" "ampla" "ampla" "amplare" "amplast" "amplaste" ; - ampel_nn_1 = mkN "ampel" ; - amper_av_1 = mkA "amper" "ampert" "ampra" "ampra" "amprare" "amprast" "ampraste" ; - ampere_nn_1 = mkN "ampere" "amperen" "ampere" "amperena" ; - amperemeter_nn_1 = mkN "amperemeter" ; - amperesekund_nn_1 = mkN "amperesekund" "amperesekunder" ; - amperevarv_nn_1 = mkN "amperevarv" neutrum ; - amplitud_nn_1 = mkN "amplitud" "amplituder" ; - amplitudmodulering_nn_1 = mkN "amplitudmodulering" ; - ampull_nn_1 = mkN "ampull" "ampuller" ; - amputation_nn_1 = mkN "amputation" "amputationer" ; - amsaga_nn_1 = mkN "amsaga" ; - amt_nn_1 = mkN "amt" neutrum ; - amulett_nn_1 = mkN "amulett" "amuletter" ; - amylas_nn_1 = mkN "amylas" "amylaser" ; - amyotrofi_nn_1 = mkN "amyotrofi" "amyotrofier" ; - an_ab_1 = mkAdv "an" ; - anabaptist_nn_1 = mkN "anabaptist" "anabaptister" ; - anabatisk_av_1 = mkA "anabatisk" ; - anabol_nn_1 = mkN "anabol" "anaboler" ; - anaerob_av_1 = mkA "anaerob" ; - anafor_nn_1 = mkN "anafor" "anaforen" "anaforer" "anaforerna" ; - anaforisk_av_1 = mkA "anaforisk" ; - anagram_nn_1 = mkN "anagram" "anagrammet" "anagram" "anagrammen" ; - anakolut_nn_1 = mkN "anakolut" "anakoluter" ; - anakoret_nn_1 = mkN "anakoret" "anakoreter" ; - anakreontisk_av_1 = mkA "anakreontisk" ; - anakronism_nn_1 = mkN "anakronism" "anakronismer" ; - anal_av_1 = mkA "anal" ; - analfabet_nn_1 = mkN "analfabet" "analfabeter" ; - analgetika_nn_1 = mkN "analgetika" "analgetikan" "analgetika" "analgetikana" ; - analoeppning_nn_1 = mkN "analцppning" ; - analog_av_1 = mkA "analog" ; - analogi_nn_1 = mkN "analogi" "analogier" ; - analogibevis_nn_1 = mkN "analogibevis" neutrum ; - analogibildning_nn_1 = mkN "analogibildning" ; - analogisk_av_1 = mkA "analogisk" ; - analogislut_nn_1 = mkN "analogislut" neutrum ; - analys_nn_1 = mkN "analys" "analyser" ; - analytiker_nn_1 = mkN "analytiker" "analytikern" "analytiker" "analytikerna" ; - analytisk_av_1 = mkA "analytisk" ; - anamnes_nn_1 = mkN "anamnes" "anamneser" ; - ananas_nn_1 = mkN "ananas" ; - anapest_nn_1 = mkN "anapest" "anapester" ; - anarkisk_av_1 = mkA "anarkisk" ; - anarkist_nn_1 = mkN "anarkist" "anarkister" ; - anarkistisk_av_1 = mkA "anarkistisk" ; - anastas_nn_1 = mkN "anastas" "anastaser" ; - anastatisk_av_1 = mkA "anastatisk" ; - anastigmatisk_av_1 = mkA "anastigmatisk" ; - anatema_nn_1 = mkN "anatema" "anatemat" "anateman" "anatemana" ; - anatom_nn_1 = mkN "anatom" "anatomer" ; - anatomisk_av_1 = mkA "anatomisk" ; - anblick_nn_1 = mkN "anblick" ; - anbrott_nn_1 = mkN "anbrott" neutrum ; - anbud_nn_1 = mkN "anbud" neutrum ; - anciennitet_nn_1 = mkN "anciennitet" "ancienniteter" ; - and_nn_1 = mkN "and" "дnder" ; - andaektig_av_1 = mkA "andдktig" ; - andakt_nn_1 = mkN "andakt" "andakter" ; - andaktsbok_nn_1 = mkN "andaktsbok" "andaktsbцcker" ; - andaktsfull_av_1 = mkA "andaktsfull" ; - andante_ab_1 = mkAdv "andante" ; - andante_nn_1 = mkN "andante" ; - ande_nn_1 = mkN "ande" utrum ; - andebesvaerjare_nn_1 = mkN "andebesvдrjare" "andebesvдrjare" ; - andebesvaerjelse_nn_1 = mkN "andebesvдrjelse" "andebesvдrjelser" ; - andedrag_nn_1 = mkN "andedrag" neutrum ; - andefattig_av_1 = mkA "andefattig" ; - andefattigdom_nn_1 = mkN "andefattigdom" ; - andel_nn_1 = mkN "andel" "andelen" "andelar" "andelarna" ; - andelsfoerening_nn_1 = mkN "andelsfцrening" ; - andemening_nn_1 = mkN "andemening" ; - andeskaadare_nn_1 = mkN "andeskеdare" "andeskеdare" ; - andetag_nn_1 = mkN "andetag" neutrum ; - andevaesen_nn_1 = mkN "andevдsen" "andevдsendet" "andevдsen" "andevдsena" ; - andfaadd_av_1 = mkA "andfеdd" ; - andfaagel_nn_1 = mkN "andfеgel" ; - andlig_av_1 = mkA "andlig" ; - andligen_ab_1 = mkAdv "andligen" ; - andloes_av_1 = mkA "andlцs" ; - andning_nn_1 = mkN "andning" ; - andningsapparat_nn_1 = mkN "andningsapparat" "andningsapparater" ; - andningsenzym_nn_1 = mkN "andningsenzym" neutrum ; - andningshaal_nn_1 = mkN "andningshеl" neutrum ; - andningsorgan_nn_1 = mkN "andningsorgan" neutrum ; - andningspaus_nn_1 = mkN "andningspaus" "andningspauser" ; - andningsreaktion_nn_1 = mkN "andningsreaktion" "andningsreaktioner" ; - andningsroer_nn_1 = mkN "andningsrцr" neutrum ; - andorran_nn_1 = mkN "andorran" "andorraner" ; - andorransk_av_1 = mkA "andorransk" ; - andra_vb_1 = mkV "andra" "andrar" "andra" "androg" "andragit" "andragen" ; - andrabas_nn_1 = mkN "andrabas" ; - andrabil_nn_1 = mkN "andrabil" ; - andrag_nn_1 = mkN "andrag" neutrum ; - andragradsekvation_nn_1 = mkN "andragradsekvation" "andragradsekvationer" ; - andrahandsbutik_nn_1 = mkN "andrahandsbutik" "andrahandsbutiker" ; - andrahandsvaerde_nn_1 = mkN "andrahandsvдrde" ; - andrake_nn_1 = mkN "andrake" utrum ; - andraklassbiljett_nn_1 = mkN "andraklassbiljett" "andraklassbiljetter" ; - andranamn_nn_1 = mkN "andranamn" neutrum ; - andraplacering_nn_1 = mkN "andraplacering" ; - andraplats_nn_1 = mkN "andraplats" "andraplatser" ; - andratenor_nn_1 = mkN "andratenor" "andratenoren" "andratenorer" "andratenorerna" ; - andratidning_nn_1 = mkN "andratidning" ; - andreaskors_nn_1 = mkN "andreaskors" neutrum ; - andrebas_nn_1 = mkN "andrebas" ; - andretenor_nn_1 = mkN "andretenor" "andretenoren" "andretenorer" "andretenorerna" ; - androgyn_av_1 = mkA "androgyn" ; - androgyn_nn_1 = mkN "androgyn" "androgyner" ; - andryg_av_1 = mkA "andryg" ; - andstraeck_nn_1 = mkN "andstrдck" neutrum ; - andtaeppt_av_1 = mkA "andtдppt" "andtдppt" ; - andtruten_av_1 = mkA "andtruten" "andtrutet" ; - andur_nn_1 = mkN "andur" "anduren" "andrar" "andrarna" ; - anekdot_nn_1 = mkN "anekdot" "anekdoter" ; - anekdotisk_av_1 = mkA "anekdotisk" ; - anemi_nn_1 = mkN "anemi" "anemier" ; - anemisk_av_1 = mkA "anemisk" ; - anemometer_nn_1 = mkN "anemometer" ; - anemon_nn_1 = mkN "anemon" "anemoner" ; - aneroidbarometer_nn_1 = mkN "aneroidbarometer" ; - anestesi_nn_1 = mkN "anestesi" "anestesier" ; - anestesiolog_nn_1 = mkN "anestesiolog" "anestesiologer" ; - anestetika_nn_1 = mkN "anestetika" "anestetikan" "anestetika" "anestetikana" ; - anestetisk_av_1 = mkA "anestetisk" ; - anfader_nn_1 = mkN "anfader" "anfadern" "anfдder" "anfдderna" ; - anfaektelse_nn_1 = mkN "anfдktelse" "anfдktelser" ; - anfall_nn_1 = mkN "anfall" neutrum ; - anfalla_vb_1 = mkV "anfalla" "anfцll" "anfallit" ; - anfallare_nn_1 = mkN "anfallare" "anfallare" ; - anfallsbas_nn_1 = mkN "anfallsbas" "anfallsbaser" ; - anfallsfront_nn_1 = mkN "anfallsfront" "anfallsfronter" ; - anfallskrig_nn_1 = mkN "anfallskrig" neutrum ; - anfallslinje_nn_1 = mkN "anfallslinje" "anfallslinjer" ; - anfallsspel_nn_1 = mkN "anfallsspel" "anfallsspelet" "anfallsspel" "anfallsspelen" ; - anfallsspelare_nn_1 = mkN "anfallsspelare" "anfallsspelare" ; - anfallsvinkel_nn_1 = mkN "anfallsvinkel" ; - anfang_nn_1 = mkN "anfang" "anfanger" ; - anfart_nn_1 = mkN "anfart" "anfarter" ; - anflog_nn_1 = mkN "anflog" neutrum ; - anflygning_nn_1 = mkN "anflygning" ; - anfoerande_nn_1 = mkN "anfцrande" ; - anfoerare_nn_1 = mkN "anfцrare" "anfцrare" ; - anfoering_nn_1 = mkN "anfцring" ; - anfoeringstecken_nn_1 = mkN "anfцringstecken" "anfцringstecknet" "anfцringstecken" "anfцringstecknen" ; - anfoeringsverb_nn_1 = mkN "anfцringsverb" neutrum ; - anfoervant_nn_1 = mkN "anfцrvant" "anfцrvanter" ; - ange_vb_1 = mkV "ange" "anger" "ange" "angav" "angett" "angiven" ; - angel_nn_1 = mkN "angel" ; - angelaegen_av_1 = mkA "angelдgen" "angelдget" ; - angelaegenhet_nn_1 = mkN "angelдgenhet" "angelдgenheter" ; - angelsachsare_nn_1 = mkN "angelsachsare" "angelsachsare" ; - angelsaxare_nn_1 = mkN "angelsaxare" "angelsaxare" ; - angenaem_av_1 = mkA "angenдm" ; - angiosperm_nn_1 = mkN "angiosperm" "angiospermer" ; - angivare_nn_1 = mkN "angivare" "angivare" ; - angivelse_nn_1 = mkN "angivelse" "angivelser" ; - angivelsebrott_nn_1 = mkN "angivelsebrott" neutrum ; - angiveri_nn_1 = mkN "angiveri" "angiverit" "angiverier" "angiverierna" ; - anglaes_nn_1 = mkN "anglдs" "anglдser" ; - anglicism_nn_1 = mkN "anglicism" "anglicismer" ; - anglikansk_av_1 = mkA "anglikansk" ; - anglist_nn_1 = mkN "anglist" "anglister" ; - anglosaxare_nn_1 = mkN "anglosaxare" "anglosaxare" ; - anglosaxisk_av_1 = mkA "anglosaxisk" ; - angolan_nn_1 = mkN "angolan" "angolaner" ; - angolansk_av_1 = mkA "angolansk" ; - angoraget_nn_1 = mkN "angoraget" "angoragetter" ; - angorakatt_nn_1 = mkN "angorakatt" "angorakatter" ; - angraensande_av_1 = mkA "angrдnsande" ; - angrepp_nn_1 = mkN "angrepp" neutrum ; - angreppspunkt_nn_1 = mkN "angreppspunkt" "angreppspunkter" ; - angreppssaett_nn_1 = mkN "angreppssдtt" neutrum ; - angripa_vb_1 = mkV "angripa" "angrep" "angripit" ; - angripare_nn_1 = mkN "angripare" "angripare" ; - anhaalla_vb_1 = mkV "anhеlla" "anhцll" "anhеllit" ; - anhaallan_nn_1 = mkN "anhеllan" "anhеllan" "anhеllanden" "anhеllandena" ; - anhaallande_nn_1 = mkN "anhеllande" ; - anhaengare_nn_1 = mkN "anhдngare" "anhдngare" ; - anhaengig_av_1 = mkA "anhдngig" ; - anhalt_nn_1 = mkN "anhalt" "anhalter" ; - anhang_nn_1 = mkN "anhang" neutrum ; - anhoerig_av_1 = mkA "anhцrig" ; - anhopning_nn_1 = mkN "anhopning" ; - anilinfaerg_nn_1 = mkN "anilinfдrg" "anilinfдrger" ; - animal_av_1 = mkA "animal" ; - animalisk_av_1 = mkA "animalisk" ; - animatoer_nn_1 = mkN "animatцr" "animatцrer" ; - animistisk_av_1 = mkA "animistisk" ; - animositet_nn_1 = mkN "animositet" "animositeter" ; - aning_nn_1 = mkN "aning" ; - aningsloes_av_1 = mkA "aningslцs" ; - anisett_nn_1 = mkN "anisett" "anisetter" ; - anjon_nn_1 = mkN "anjon" "anjoner" ; - ankarboj_nn_1 = mkN "ankarboj" ; - ankare_nn_1 = mkN "ankare" "ankaret" "ankare" "ankarna" ; - ankarfly_nn_1 = mkN "ankarfly" "ankarflyt" "ankarflyn" "ankarflyen" ; - ankargrund_nn_1 = mkN "ankargrund" "ankargrunder" ; - ankarkabel_nn_1 = mkN "ankarkabel" ; - ankarkaetting_nn_1 = mkN "ankarkдtting" ; - ankarlindning_nn_1 = mkN "ankarlindning" ; - ankarspel_nn_1 = mkN "ankarspel" "ankarspelet" "ankarspel" "ankarspelen" ; - ankarstock_nn_1 = mkN "ankarstock" ; - ankbonde_nn_1 = mkN "ankbonde" "ankbцnder" ; - ankdamm_nn_1 = mkN "ankdamm" ; - ankel_nn_1 = mkN "ankel" ; - ankellaang_av_1 = mkA "ankellеng" ; - anklagelse_nn_1 = mkN "anklagelse" "anklagelser" ; - anklagelseakt_nn_1 = mkN "anklagelseakt" "anklagelseakter" ; - anklagelsepunkt_nn_1 = mkN "anklagelsepunkt" "anklagelsepunkter" ; - anklang_nn_1 = mkN "anklang" "anklanger" ; - anknyta_vb_1 = mkV "anknyta" "anknцt" "anknutit" ; - anknytning_nn_1 = mkN "anknytning" ; - ankomma_vb_1 = mkV "ankomma" "ankom" "ankommit" ; - ankommen_av_1 = mkA "ankommen" "ankommet" "ankomna" "ankomna" "ankomnare" "ankomnast" "ankomnaste" ; - ankomst_nn_1 = mkN "ankomst" "ankomster" ; - ankring_nn_1 = mkN "ankring" ; - ankunge_nn_1 = mkN "ankunge" utrum ; - anlaeggare_nn_1 = mkN "anlдggare" "anlдggare" ; - anlaeggning_nn_1 = mkN "anlдggning" ; - anlaeggningsarbetare_nn_1 = mkN "anlдggningsarbetare" "anlдggningsarbetare" ; - anlaeggningskostnad_nn_1 = mkN "anlдggningskostnad" "anlдggningskostnader" ; - anlaeggningsplats_nn_1 = mkN "anlдggningsplats" "anlдggningsplatser" ; - anlaeggningstillgaang_nn_1 = mkN "anlдggningstillgеng" ; - anlag_nn_1 = mkN "anlag" neutrum ; - anlagsbaerare_nn_1 = mkN "anlagsbдrare" "anlagsbдrare" ; - anlagstest_nn_1 = mkN "anlagstest" neutrum ; - anledning_nn_1 = mkN "anledning" ; - anletsdrag_nn_1 = mkN "anletsdrag" neutrum ; - anlopp_nn_1 = mkN "anlopp" neutrum ; - anloppshamn_nn_1 = mkN "anloppshamn" ; - anlupen_av_1 = mkA "anlupen" "anlupet" ; - anmaelan_nn_2 = mkN "anmдlan" "anmдlan" "anmдlningar" "anmдlningarna" ; - anmaelare_nn_1 = mkN "anmдlare" "anmдlare" ; - anmaelning_nn_1 = mkN "anmдlning" ; - anmaelningstid_nn_1 = mkN "anmдlningstid" "anmдlningstider" ; - anmaerkning_nn_1 = mkN "anmдrkning" ; - anmaerkningsvaerd_av_1 = mkA "anmдrkningsvдrd" "anmдrkningsvдrt" ; - anmodande_nn_1 = mkN "anmodande" ; - anmoder_nn_1 = mkN "anmoder" "anmodern" "anmцdrar" "anmцdrarna" ; - annalist_nn_1 = mkN "annalist" "annalister" ; - annalkande_av_1 = mkA "annalkande" ; - annandag_nn_1 = mkN "annandag" ; - annanstans_ab_1 = mkAdv "annanstans" ; - annars_ab_1 = mkAdv "annars" ; - annektion_nn_1 = mkN "annektion" "annektioner" ; - annex_nn_1 = mkN "annex" neutrum ; - annexfoersamling_nn_1 = mkN "annexfцrsamling" ; - annexion_nn_1 = mkN "annexion" "annexioner" ; - annihilation_nn_1 = mkN "annihilation" "annihilationer" ; - annons_nn_1 = mkN "annons" "annonser" ; - annonsbyraa_nn_1 = mkN "annonsbyrе" "annonsbyrеer" ; - annonskampanj_nn_1 = mkN "annonskampanj" "annonskampanjer" ; - annonsoer_nn_1 = mkN "annonsцr" "annonsцrer" ; - annonspelare_nn_1 = mkN "annonspelare" "annonspelare" ; - annonsplats_nn_1 = mkN "annonsplats" "annonsplatser" ; - annonssvar_nn_1 = mkN "annonssvar" neutrum ; - annorlunda_ab_1 = mkAdv "annorlunda" ; - annorlunda_av_1 = mkA "annorlunda" ; - annorstaedes_ab_1 = mkAdv "annorstдdes" ; - annotation_nn_1 = mkN "annotation" "annotationer" ; - annuell_av_1 = mkA "annuell" ; - annuitet_nn_1 = mkN "annuitet" "annuiteter" ; - annuitetslaan_nn_1 = mkN "annuitetslеn" neutrum ; - anod_nn_1 = mkN "anod" "anoder" ; - anomali_nn_1 = mkN "anomali" "anomalier" ; - anomi_nn_1 = mkN "anomi" "anomier" ; - anonym_av_1 = mkA "anonym" ; - anonymitet_nn_1 = mkN "anonymitet" "anonymiteter" ; - anorak_nn_1 = mkN "anorak" "anoraker" ; - anordning_nn_1 = mkN "anordning" ; - anorexi_nn_1 = mkN "anorexi" "anorexier" ; - anormal_av_1 = mkA "anormal" ; - anpassbar_av_1 = mkA "anpassbar" ; - anpasslig_av_1 = mkA "anpasslig" ; - anpassling_nn_1 = mkN "anpassling" ; - anpassning_nn_1 = mkN "anpassning" ; - anpassningsgrupp_nn_1 = mkN "anpassningsgrupp" "anpassningsgrupper" ; - anpassningsklinik_nn_1 = mkN "anpassningsklinik" "anpassningskliniker" ; - anraettning_nn_1 = mkN "anrдttning" ; - anrik_av_1 = mkA "anrik" ; - anrikning_nn_1 = mkN "anrikning" ; - anrop_nn_1 = mkN "anrop" neutrum ; - ansaettningsskruv_nn_1 = mkN "ansдttningsskruv" ; - ansamling_nn_1 = mkN "ansamling" ; - ansats_nn_1 = mkN "ansats" "ansatser" ; - ansedd_av_1 = mkA "ansedd" "ansedtt" ; - ansenlig_av_1 = mkA "ansenlig" ; - ansiktsbjudning_nn_1 = mkN "ansiktsbjudning" ; - ansiktsdrag_nn_1 = mkN "ansiktsdrag" neutrum ; - ansiktsfaerg_nn_1 = mkN "ansiktsfдrg" "ansiktsfдrger" ; - ansiktskraem_nn_1 = mkN "ansiktskrдm" "ansiktskrдmer" ; - ansiktslyftning_nn_1 = mkN "ansiktslyftning" ; - ansiktsmask_nn_1 = mkN "ansiktsmask" "ansiktsmasker" ; - ansiktsmuskel_nn_1 = mkN "ansiktsmuskel" "ansiktsmuskeln" "ansiktsmuskler" "ansiktsmusklerna" ; - ansiktsnerv_nn_1 = mkN "ansiktsnerv" "ansiktsnerver" ; - ansiktsskydd_nn_1 = mkN "ansiktsskydd" neutrum ; - ansiktsuttryck_nn_1 = mkN "ansiktsuttryck" neutrum ; - ansjovis_nn_1 = mkN "ansjovis" ; - anskaffning_nn_1 = mkN "anskaffning" ; - anskraemlig_av_1 = mkA "anskrдmlig" ; - anskri_nn_1 = mkN "anskri" "anskrit" "anskrin" "anskrien" ; - anskriven_av_1 = mkA "anskriven" "anskrivet" ; - anslaaende_av_1 = mkA "anslеende" ; - anslag_nn_1 = mkN "anslag" neutrum ; - anslagsaeskande_nn_1 = mkN "anslagsдskande" ; - anslagsbeviljande_av_1 = mkA "anslagsbeviljande" ; - anslagsframstaellning_nn_1 = mkN "anslagsframstдllning" ; - anslagstavla_nn_1 = mkN "anslagstavla" ; - ansluta_vb_1 = mkV "ansluta" "anslцt" "anslutit" ; - anslutning_nn_1 = mkN "anslutning" ; - ansoekning_nn_1 = mkN "ansцkning" ; - ansoekningshandling_nn_1 = mkN "ansцkningshandling" ; - ansoekningstid_nn_1 = mkN "ansцkningstid" "ansцkningstider" ; - anspaend_av_1 = mkA "anspдnd" ; - anspann_nn_1 = mkN "anspann" neutrum ; - anspelning_nn_1 = mkN "anspelning" ; - anspraak_nn_1 = mkN "ansprеk" neutrum ; - anspraaksfull_av_1 = mkA "ansprеksfull" ; - anspraaksloes_av_1 = mkA "ansprеkslцs" ; - anspraaksloeshet_nn_1 = mkN "ansprеkslцshet" "ansprеkslцsheter" ; - anstaand_nn_1 = mkN "anstеnd" neutrum ; - anstaellning_nn_1 = mkN "anstдllning" ; - anstaellningsavtal_nn_1 = mkN "anstдllningsavtal" "anstдllningsavtalet" "anstдllningsavtalen" "anstдllningsavtalena" ; - anstaellningsskydd_nn_1 = mkN "anstдllningsskydd" neutrum ; - anstaendig_av_1 = mkA "anstдndig" ; - anstaendighet_nn_1 = mkN "anstдndighet" "anstдndigheter" ; - anstaendigtvis_ab_1 = mkAdv "anstдndigtvis" ; - anstalt_nn_1 = mkN "anstalt" "anstalter" ; - anstiftare_nn_1 = mkN "anstiftare" "anstiftare" ; - anstoetlig_av_1 = mkA "anstцtlig" ; - anstormning_nn_1 = mkN "anstormning" ; - anstraengande_av_1 = mkA "anstrдngande" ; - anstraengd_av_1 = mkA "anstrдngd" "anstrдngt" ; - anstraengning_nn_1 = mkN "anstrдngning" ; - anstruken_av_1 = mkA "anstruken" "anstruket" ; - anstryka_vb_1 = mkV "anstryka" "anstrцk" "anstrukit" ; - anstrykare_nn_1 = mkN "anstrykare" "anstrykare" ; - anstrykning_nn_1 = mkN "anstrykning" ; - anstucken_av_1 = mkA "anstucken" "anstucket" ; - ansvaelld_av_1 = mkA "ansvдlld" "ansvдllt" ; - ansvaellning_nn_1 = mkN "ansvдllning" ; - ansvarig_av_1 = mkA "ansvarig" ; - ansvarighetsfoersaekring_nn_1 = mkN "ansvarighetsfцrsдkring" ; - ansvaring_nn_1 = mkN "ansvaring" ; - ansvarsfoersaekring_nn_1 = mkN "ansvarsfцrsдkring" ; - ansvarsfrihet_nn_1 = mkN "ansvarsfrihet" "ansvarsfriheter" ; - ansvarsfull_av_1 = mkA "ansvarsfull" ; - ansvarskaennande_av_1 = mkA "ansvarskдnnande" ; - ansvarsloes_av_1 = mkA "ansvarslцs" ; - ansvarsnaemnd_nn_1 = mkN "ansvarsnдmnd" "ansvarsnдmnder" ; - anta_vb_1 = mkV "anta" "antar" "anta" "antog" "antagit" "antagen" ; - antaag_nn_1 = mkN "antеg" neutrum ; - antaendning_nn_1 = mkN "antдndning" ; - antagande_nn_1 = mkN "antagande" ; - antaglig_av_1 = mkA "antaglig" ; - antagligen_ab_1 = mkAdv "antagligen" ; - antagning_nn_1 = mkN "antagning" ; - antagonist_nn_1 = mkN "antagonist" "antagonister" ; - antagonistisk_av_1 = mkA "antagonistisk" ; - antal_nn_1 = mkN "antal" "antalet" "antalen" "antalena" ; - antarktisk_av_1 = mkA "antarktisk" ; - antecedentia_nn_1 = mkN "antecedentia" "antecedentian" "antecedentia" "antecedentiana" ; - antecipation_nn_1 = mkN "antecipation" "antecipationer" ; - antecipativ_av_1 = mkA "antecipativ" ; - anteckning_nn_1 = mkN "anteckning" ; - anteckningsblock_nn_1 = mkN "anteckningsblock" neutrum ; - anteckningsbok_nn_1 = mkN "anteckningsbok" "anteckningsbцcker" ; - antediluviansk_av_1 = mkA "antediluviansk" ; - antenn_nn_1 = mkN "antenn" "antenner" ; - antependium_nn_1 = mkN "antependium" "antependiet" "antependier" "antependierna" ; - antepenultima_nn_1 = mkN "antepenultima" ; - antibarbarus_nn_1 = mkN "antibarbarus" ; - antibiotika_nn_1 = mkN "antibiotika" ; - antibiotikum_nn_1 = mkN "antibiotikum" "antibiotikum" "antibiotika" "antibiotikana" ; - antibiotisk_av_1 = mkA "antibiotisk" ; - anticyklon_nn_1 = mkN "anticyklon" "anticykloner" ; - antidepressiv_av_1 = mkA "antidepressiv" ; - antidot_nn_1 = mkN "antidot" "antidotet" "antidoter" "antidoterna" ; - antifoni_nn_1 = mkN "antifoni" "antifonier" ; - antigen_nn_1 = mkN "antigen" "antigener" ; - antihistamin_nn_1 = mkN "antihistamin" "antihistaminet" "antihistaminer" "antihistaminerna" ; - antihjaelte_nn_1 = mkN "antihjдlte" utrum ; - antiintellektuell_av_1 = mkA "antiintellektuell" ; - antik_av_1 = mkA "antik" ; - antiklerikal_av_1 = mkA "antiklerikal" ; - antiklimax_nn_1 = mkN "antiklimax" ; - antiklinal_nn_1 = mkN "antiklinal" "antiklinaler" ; - antikljus_nn_1 = mkN "antikljus" neutrum ; - antikonceptionell_av_1 = mkA "antikonceptionell" ; - antikropp_nn_1 = mkN "antikropp" ; - antikvariat_nn_1 = mkN "antikvariat" neutrum ; - antikvarie_nn_1 = mkN "antikvarie" "antikvarier" ; - antikvarisk_av_1 = mkA "antikvarisk" ; - antikvitet_nn_1 = mkN "antikvitet" "antikviteter" ; - antilop_nn_1 = mkN "antilop" "antiloper" ; - antimakass_nn_1 = mkN "antimakass" "antimakasser" ; - antimilitarist_nn_1 = mkN "antimilitarist" "antimilitarister" ; - antimilitaristisk_av_1 = mkA "antimilitaristisk" ; - antingen_ab_1 = mkAdv "antingen" ; - antinomi_nn_1 = mkN "antinomi" "antinomier" ; - antipartikel_nn_1 = mkN "antipartikel" ; - antipassad_nn_1 = mkN "antipassad" "antipassader" ; - antipati_nn_1 = mkN "antipati" "antipatier" ; - antipod_nn_1 = mkN "antipod" "antipoder" ; - antisemit_nn_1 = mkN "antisemit" "antisemiter" ; - antisemitisk_av_1 = mkA "antisemitisk" ; - antiseptika_nn_1 = mkN "antiseptika" "antiseptikan" "antiseptika" "antiseptikana" ; - antiseptisk_av_1 = mkA "antiseptisk" ; - antisionistisk_av_1 = mkA "antisionistisk" ; - antistatisk_av_1 = mkA "antistatisk" ; - antistatmedel_nn_1 = mkN "antistatmedel" neutrum ; - antites_nn_1 = mkN "antites" "antiteser" ; - antitetisk_av_1 = mkA "antitetisk" ; - antitoxin_nn_1 = mkN "antitoxin" "antitoxiner" ; - antologi_nn_1 = mkN "antologi" "antologier" ; - antonym_nn_1 = mkN "antonym" "antonymer" ; - antraeffbar_av_1 = mkA "antrдffbar" ; - antropisk_av_1 = mkA "antropisk" ; - antropocentrisk_av_1 = mkA "antropocentrisk" ; - antropofag_nn_1 = mkN "antropofag" "antropofager" ; - antropoid_nn_1 = mkN "antropoid" "antropoider" ; - antropolog_nn_1 = mkN "antropolog" "antropologer" ; - antropomorf_av_1 = mkA "antropomorf" ; - antroposof_nn_1 = mkN "antroposof" "antroposofer" ; - antroposofisk_av_1 = mkA "antroposofisk" ; - antydning_nn_1 = mkN "antydning" ; - antydningsvis_ab_1 = mkAdv "antydningsvis" ; - anvaendande_nn_1 = mkN "anvдndande" ; - anvaendare_nn_1 = mkN "anvдndare" "anvдndare" ; - anvaendbar_av_1 = mkA "anvдndbar" ; - anvaendbarhet_nn_1 = mkN "anvдndbarhet" "anvдndbarheter" ; - anvaendning_nn_1 = mkN "anvдndning" ; - anvaendningsomraade_nn_1 = mkN "anvдndningsomrеde" ; - anvisning_nn_1 = mkN "anvisning" ; - anvisningslaekare_nn_1 = mkN "anvisningslдkare" "anvisningslдkare" ; - aorist_nn_1 = mkN "aorist" "aorister" ; - apache_nn_1 = mkN "apache" "apacher" ; - apanage_nn_1 = mkN "apanage" "apanaget" "apanage" "apanagen" ; - apart_av_1 = mkA "apart" "apart" ; - apart_nn_1 = mkN "apart" "aparter" ; - apati_nn_1 = mkN "apati" "apatier" ; - apatisk_av_1 = mkA "apatisk" ; - apbroedstraed_nn_1 = mkN "apbrцdstrдd" neutrum ; - apekatt_nn_1 = mkN "apekatt" "apekatter" ; - apel_nn_1 = mkN "apel" ; - apelgraa_av_1 = mkA "apelgrе" "apelgrеtt" ; - apelsin_nn_1 = mkN "apelsin" "apelsiner" ; - aperitif_nn_1 = mkN "aperitif" "aperitifer" ; - apertur_nn_1 = mkN "apertur" "aperturer" ; - apetidin_nn_1 = mkN "apetidin" "apetidiner" ; - aphelium_nn_1 = mkN "aphelium" "apheliet" "aphelier" "aphelierna" ; - apmaenniska_nn_1 = mkN "apmдnniska" ; - apodiktisk_av_1 = mkA "apodiktisk" ; - apokalyps_nn_1 = mkN "apokalyps" "apokalypser" ; - apokalyptisk_av_1 = mkA "apokalyptisk" ; - apokryfisk_av_1 = mkA "apokryfisk" ; - apollinisk_av_1 = mkA "apollinisk" ; - apollofjaeril_nn_1 = mkN "apollofjдril" ; - apologet_nn_1 = mkN "apologet" "apologeter" ; - apologetisk_av_1 = mkA "apologetisk" ; - apologi_nn_1 = mkN "apologi" "apologier" ; - apoplektisk_av_1 = mkA "apoplektisk" ; - apoplexi_nn_1 = mkN "apoplexi" "apoplexier" ; - apostel_nn_1 = mkN "apostel" ; - aposteriorisk_av_1 = mkA "aposteriorisk" ; - apostolisk_av_1 = mkA "apostolisk" ; - apostrof_nn_1 = mkN "apostrof" "apostrofer" ; - apotek_nn_1 = mkN "apotek" neutrum ; - apotekare_nn_1 = mkN "apotekare" "apotekare" ; - apoteksvaext_nn_1 = mkN "apoteksvдxt" "apoteksvдxter" ; - apoteos_nn_1 = mkN "apoteos" "apoteoser" ; - apparans_nn_1 = mkN "apparans" "apparanser" ; - apparat_nn_1 = mkN "apparat" "apparater" ; - apparatur_nn_1 = mkN "apparatur" "apparaturer" ; - apparition_nn_1 = mkN "apparition" "apparitioner" ; - appell_nn_1 = mkN "appell" "appeller" ; - appellant_nn_1 = mkN "appellant" "appellanter" ; - appellationsdomstol_nn_1 = mkN "appellationsdomstol" ; - appellativ_nn_1 = mkN "appellativ" neutrum ; - appendicit_nn_1 = mkN "appendicit" "appendiciter" ; - appendix_nn_1 = mkN "appendix" neutrum ; - apperception_nn_1 = mkN "apperception" "apperceptioner" ; - applaad_nn_1 = mkN "applеd" "applеder" ; - applikation_nn_1 = mkN "applikation" "applikationer" ; - applikatorisk_av_1 = mkA "applikatorisk" ; - applikatur_nn_1 = mkN "applikatur" "applikaturer" ; - apposition_nn_1 = mkN "apposition" "appositioner" ; - appreciering_nn_1 = mkN "appreciering" ; - appretyr_nn_1 = mkN "appretyr" "appretyrer" ; - approach_nn_1 = mkN "approach" "approacher" ; - approbabel_av_1 = mkA "approbabel" "approbabelt" "approbabla" "approbabla" "approbablare" "approbablast" "approbablaste" ; - approbatur_nn_1 = mkN "approbatur" neutrum ; - approximation_nn_1 = mkN "approximation" "approximationer" ; - approximationsteori_nn_1 = mkN "approximationsteori" "approximationsteorier" ; - approximativ_av_1 = mkA "approximativ" ; - aprikos_nn_1 = mkN "aprikos" "aprikoser" ; - aprildag_nn_1 = mkN "aprildag" ; - aprilskaemt_nn_1 = mkN "aprilskдmt" neutrum ; - apriorisk_av_1 = mkA "apriorisk" ; - apropaa_ab_1 = mkAdv "apropе" ; - apropaa_nn_1 = mkN "apropе" "apropеt" "apropеn" "apropеna" ; - apsort_nn_1 = mkN "apsort" "apsorter" ; - apspel_nn_1 = mkN "apspel" "apspelet" "apspel" "apspelen" ; - aptitlig_av_1 = mkA "aptitlig" ; - aptitloeshet_nn_1 = mkN "aptitlцshet" "aptitlцsheter" ; - aptitretande_av_1 = mkA "aptitretande" ; - aptitretare_nn_1 = mkN "aptitretare" "aptitretare" ; - ar_nn_1 = mkN "ar" neutrum ; - arab_nn_1 = mkN "arab" "araber" ; - arabesk_nn_1 = mkN "arabesk" "arabesker" ; - arabisk_av_1 = mkA "arabisk" ; - arabiska_nn_2 = mkN "arabiska" ; - arabist_nn_1 = mkN "arabist" "arabister" ; - arbetare_nn_1 = mkN "arbetare" "arbetare" ; - arbetarfoerening_nn_1 = mkN "arbetarfцrening" ; - arbetargrupp_nn_1 = mkN "arbetargrupp" "arbetargrupper" ; - arbetarklass_nn_1 = mkN "arbetarklass" "arbetarklasser" ; - arbetarkommun_nn_1 = mkN "arbetarkommun" "arbetarkommuner" ; - arbetarparti_nn_1 = mkN "arbetarparti" "arbetarpartit" "arbetarpartier" "arbetarpartierna" ; - arbetarraad_nn_1 = mkN "arbetarrеd" neutrum ; - arbetarregering_nn_1 = mkN "arbetarregering" ; - arbetarroerelse_nn_1 = mkN "arbetarrцrelse" "arbetarrцrelser" ; - arbetarsaang_nn_1 = mkN "arbetarsеng" "arbetarsеnger" ; - arbetsaar_nn_1 = mkN "arbetsеr" neutrum ; - arbetsam_av_1 = mkA "arbetsam" "arbetsamt" "arbetsamma" "arbetsamma" "arbetsammare" "arbetsammast" "arbetsammaste" ; - arbetsanstalt_nn_1 = mkN "arbetsanstalt" "arbetsanstalter" ; - arbetsavtal_nn_1 = mkN "arbetsavtal" "arbetsavtalet" "arbetsavtalen" "arbetsavtalena" ; - arbetsbeskrivning_nn_1 = mkN "arbetsbeskrivning" ; - arbetsbesparande_av_1 = mkA "arbetsbesparande" ; - arbetsbi_nn_1 = mkN "arbetsbi" "arbetsbit" "arbetsbin" "arbetsbien" ; - arbetsboerda_nn_1 = mkN "arbetsbцrda" ; - arbetsbok_nn_1 = mkN "arbetsbok" "arbetsbцcker" ; - arbetsbord_nn_1 = mkN "arbetsbord" neutrum ; - arbetsbyte_nn_1 = mkN "arbetsbyte" ; - arbetsdag_nn_1 = mkN "arbetsdag" ; - arbetsdelning_nn_1 = mkN "arbetsdelning" ; - arbetsdomstol_nn_1 = mkN "arbetsdomstol" ; - arbetsduglig_av_1 = mkA "arbetsduglig" ; - arbetsfaelt_nn_1 = mkN "arbetsfдlt" neutrum ; - arbetsfoer_av_1 = mkA "arbetsfцr" ; - arbetsfoermedling_nn_1 = mkN "arbetsfцrmedling" ; - arbetsfoertjaenst_nn_1 = mkN "arbetsfцrtjдnst" "arbetsfцrtjдnster" ; - arbetsform_nn_1 = mkN "arbetsform" "arbetsformer" ; - arbetsfri_av_1 = mkA "arbetsfri" "arbetsfritt" ; - arbetsgivaravgift_nn_1 = mkN "arbetsgivaravgift" "arbetsgivaravgifter" ; - arbetsgivare_nn_1 = mkN "arbetsgivare" "arbetsgivare" ; - arbetsgivarfoerening_nn_1 = mkN "arbetsgivarfцrening" ; - arbetsgivarintraede_nn_1 = mkN "arbetsgivarintrдde" ; - arbetsgrupp_nn_1 = mkN "arbetsgrupp" "arbetsgrupper" ; - arbetshypotes_nn_1 = mkN "arbetshypotes" "arbetshypoteser" ; - arbetsinkomst_nn_1 = mkN "arbetsinkomst" "arbetsinkomster" ; - arbetsinsats_nn_1 = mkN "arbetsinsats" "arbetsinsatser" ; - arbetsinstaellelse_nn_1 = mkN "arbetsinstдllelse" "arbetsinstдllelser" ; - arbetsintensiv_av_1 = mkA "arbetsintensiv" ; - arbetskamrat_nn_1 = mkN "arbetskamrat" "arbetskamrater" ; - arbetskoepare_nn_1 = mkN "arbetskцpare" "arbetskцpare" ; - arbetskonflikt_nn_1 = mkN "arbetskonflikt" "arbetskonflikter" ; - arbetslaeger_nn_1 = mkN "arbetslдger" neutrum ; - arbetsledare_nn_1 = mkN "arbetsledare" "arbetsledare" ; - arbetslivserfarenhet_nn_1 = mkN "arbetslivserfarenhet" "arbetslivserfarenheter" ; - arbetsloes_av_1 = mkA "arbetslцs" ; - arbetsloeshet_nn_1 = mkN "arbetslцshet" "arbetslцsheter" ; - arbetsmaengd_nn_1 = mkN "arbetsmдngd" "arbetsmдngder" ; - arbetsmaetning_nn_1 = mkN "arbetsmдtning" ; - arbetsmarknad_nn_1 = mkN "arbetsmarknad" "arbetsmarknader" ; - arbetsmarknadspolitik_nn_1 = mkN "arbetsmarknadspolitik" "arbetsmarknadspolitiker" ; - arbetsmarknadspolitisk_av_1 = mkA "arbetsmarknadspolitisk" ; - arbetsmarknadsutbildning_nn_1 = mkN "arbetsmarknadsutbildning" ; - arbetsmaskin_nn_1 = mkN "arbetsmaskin" "arbetsmaskiner" ; - arbetsmaterial_nn_1 = mkN "arbetsmaterial" neutrum ; - arbetsmiljoe_nn_1 = mkN "arbetsmiljц" "arbetsmiljцn" "arbetsmiljцer" "arbetsmiljцerna" ; - arbetsmoment_nn_1 = mkN "arbetsmoment" "arbetsmomentet" "arbetsmomenten" "arbetsmomentena" ; - arbetsmoral_nn_1 = mkN "arbetsmoral" "arbetsmoraler" ; - arbetsnaemnd_nn_1 = mkN "arbetsnдmnd" "arbetsnдmnder" ; - arbetsnamn_nn_1 = mkN "arbetsnamn" neutrum ; - arbetsnarkoman_nn_1 = mkN "arbetsnarkoman" "arbetsnarkomaner" ; - arbetsnedlaeggelse_nn_1 = mkN "arbetsnedlдggelse" "arbetsnedlдggelser" ; - arbetsomraade_nn_1 = mkN "arbetsomrеde" ; - arbetsordning_nn_1 = mkN "arbetsordning" ; - arbetspass_nn_1 = mkN "arbetspass" neutrum ; - arbetsplats_nn_1 = mkN "arbetsplats" "arbetsplatser" ; - arbetsplenum_nn_1 = mkN "arbetsplenum" neutrum ; - arbetsprov_nn_1 = mkN "arbetsprov" neutrum ; - arbetsredskap_nn_1 = mkN "arbetsredskap" "arbetsredskapet" "arbetsredskapen" "arbetsredskapena" ; - arbetsrum_nn_1 = mkN "arbetsrum" "arbetsrummet" "arbetsrum" "arbetsrummen" ; - arbetssaang_nn_1 = mkN "arbetssеng" "arbetssеnger" ; - arbetssaett_nn_1 = mkN "arbetssдtt" neutrum ; - arbetsseger_nn_1 = mkN "arbetsseger" ; - arbetsskygg_av_1 = mkA "arbetsskygg" ; - arbetssoekande_nn_1 = mkN "arbetssцkande" "arbetssцkanden" "arbetssцkande" "arbetssцkandena" ; - arbetsstudieman_nn_1 = mkN "arbetsstudieman" "arbetsstudiemannen" "arbetsstudiemдn" "arbetsstudiemдnnen" ; - arbetstagare_nn_1 = mkN "arbetstagare" "arbetstagare" ; - arbetstemperatur_nn_1 = mkN "arbetstemperatur" "arbetstemperaturer" ; - arbetsterapeut_nn_1 = mkN "arbetsterapeut" "arbetsterapeuter" ; - arbetstid_nn_1 = mkN "arbetstid" "arbetstider" ; - arbetstillfaelle_nn_1 = mkN "arbetstillfдlle" ; - arbetstillstaand_nn_1 = mkN "arbetstillstеnd" neutrum ; - arbetstvist_nn_1 = mkN "arbetstvist" "arbetstvister" ; - arbetsuppgift_nn_1 = mkN "arbetsuppgift" "arbetsuppgifter" ; - arbetsutskott_nn_1 = mkN "arbetsutskott" neutrum ; - arbetsvaerdering_nn_1 = mkN "arbetsvдrdering" ; - arbetsvecka_nn_1 = mkN "arbetsvecka" ; - arbetsvilja_nn_1 = mkN "arbetsvilja" ; - arbetsvillig_av_1 = mkA "arbetsvillig" ; - arbitraer_av_1 = mkA "arbitrдr" ; - arboretum_nn_1 = mkN "arboretum" neutrum ; - arborr_nn_1 = mkN "arborr" ; - ardenner_nn_1 = mkN "ardenner" "ardennern" "ardenner" "ardennerna" ; - areal_nn_1 = mkN "areal" "arealer" ; - arena_nn_1 = mkN "arena" ; - arenateater_nn_1 = mkN "arenateater" ; - areometer_nn_1 = mkN "areometer" ; - areopag_nn_1 = mkN "areopag" "areopager" ; - arg_av_1 = mkA "arg" ; - argentinare_nn_1 = mkN "argentinare" "argentinare" ; - argentinsk_av_1 = mkA "argentinsk" ; - argentinska_nn_1 = mkN "argentinska" ; - argsint_av_1 = mkA "argsint" "argsint" ; - argument_nn_1 = mkN "argument" neutrum ; - argumentation_nn_1 = mkN "argumentation" "argumentationer" ; - argumentering_nn_1 = mkN "argumentering" ; - argusoega_nn_1 = mkN "argusцga" "argusцgat" "argusцgon" "argusцgonen" ; - ariadnetraad_nn_1 = mkN "ariadnetrеd" ; - arian_nn_1 = mkN "arian" "arianer" ; - ariansk_av_1 = mkA "ariansk" ; - arier_nn_1 = mkN "arier" "ariern" "arier" "arierna" ; - arioso_nn_1 = mkN "arioso" "ariosot" "arioson" "ariosona" ; - arisk_av_1 = mkA "arisk" ; - aristokrat_nn_1 = mkN "aristokrat" "aristokrater" ; - aristokrati_nn_1 = mkN "aristokrati" "aristokratier" ; - aristokratisk_av_1 = mkA "aristokratisk" ; - aritmetisk_av_1 = mkA "aritmetisk" ; - ark_nn_1 = mkN "ark" neutrum ; - arkad_nn_1 = mkN "arkad" "arkader" ; - arkadisk_av_1 = mkA "arkadisk" ; - arkadspel_nn_1 = mkN "arkadspel" "arkadspelet" "arkadspel" "arkadspelen" ; - arkaisk_av_1 = mkA "arkaisk" ; - arkaism_nn_1 = mkN "arkaism" "arkaismer" ; - arkaistisk_av_1 = mkA "arkaistisk" ; - arkebusering_nn_1 = mkN "arkebusering" ; - arkeolog_nn_1 = mkN "arkeolog" "arkeologer" ; - arkeologisk_av_1 = mkA "arkeologisk" ; - arketyp_nn_1 = mkN "arketyp" "arketyper" ; - arketypisk_av_1 = mkA "arketypisk" ; - arkiater_nn_1 = mkN "arkiater" "arkiatern" "arkiatrer" "arkiatrerna" ; - arkipelag_nn_1 = mkN "arkipelag" "arkipelager" ; - arkitekt_nn_1 = mkN "arkitekt" "arkitekter" ; - arkitektonisk_av_1 = mkA "arkitektonisk" ; - arkitektur_nn_1 = mkN "arkitektur" "arkitekturer" ; - arkitrav_nn_1 = mkN "arkitrav" "arkitraver" ; - arkiv_nn_1 = mkN "arkiv" neutrum ; - arkivalisk_av_1 = mkA "arkivalisk" ; - arkivarbetare_nn_1 = mkN "arkivarbetare" "arkivarbetare" ; - arkivarie_nn_1 = mkN "arkivarie" "arkivarier" ; - arkivexemplar_nn_1 = mkN "arkivexemplar" neutrum ; - arksignatur_nn_1 = mkN "arksignatur" "arksignaturer" ; - arktisk_av_1 = mkA "arktisk" ; - arla_ab_1 = mkAdv "arla" ; - arm_av_1 = mkA "arm" ; - arm_nn_1 = mkN "arm" ; - armatur_nn_1 = mkN "armatur" "armaturer" ; - armbaage_nn_1 = mkN "armbеge" utrum ; - armbaagsben_nn_1 = mkN "armbеgsben" neutrum ; - armbaagsled_nn_1 = mkN "armbеgsled" "armbеgsleder" ; - armband_nn_1 = mkN "armband" neutrum ; - armbandsur_nn_1 = mkN "armbandsur" neutrum ; - armbindel_nn_1 = mkN "armbindel" ; - armboejning_nn_1 = mkN "armbцjning" ; - armborst_nn_1 = mkN "armborst" neutrum ; - armborstpil_nn_1 = mkN "armborstpil" ; - armbrott_nn_1 = mkN "armbrott" neutrum ; - armbrytning_nn_1 = mkN "armbrytning" ; - arme_nn_1 = mkN "armй" "armйer" ; - armechef_nn_1 = mkN "armйchef" "armйchefer" ; - armefoerband_nn_1 = mkN "armйfцrband" neutrum ; - armegevaer_nn_1 = mkN "armйgevдr" neutrum ; - armehaest_nn_1 = mkN "armйhдst" ; - armekaar_nn_1 = mkN "armйkеr" "armйkеrer" ; - armenier_nn_1 = mkN "armenier" "armeniern" "armenier" "armenierna" ; - armenisk_av_1 = mkA "armenisk" ; - armeniska_nn_2 = mkN "armeniska" ; - armering_nn_1 = mkN "armering" ; - armeringsjaern_nn_1 = mkN "armeringsjдrn" neutrum ; - armfoering_nn_1 = mkN "armfцring" ; - armfoting_nn_1 = mkN "armfoting" ; - armhaevning_nn_1 = mkN "armhдvning" ; - armkrok_nn_1 = mkN "armkrok" ; - armlaengd_nn_1 = mkN "armlдngd" "armlдngder" ; - armled_nn_1 = mkN "armled" "armleder" ; - armmuskel_nn_1 = mkN "armmuskel" "armmuskeln" "armmuskler" "armmusklerna" ; - armpolyp_nn_1 = mkN "armpolyp" "armpolyper" ; - armstoed_nn_1 = mkN "armstцd" neutrum ; - armstyrka_nn_1 = mkN "armstyrka" ; - armveck_nn_1 = mkN "armveck" neutrum ; - arom_nn_1 = mkN "arom" "aromer" ; - aromatisk_av_1 = mkA "aromatisk" ; - aromglas_nn_1 = mkN "aromglas" neutrum ; - arpeggio_nn_1 = mkN "arpeggio" "arpeggiot" "arpeggion" "arpeggiona" ; - arr_nn_1 = mkN "arr" neutrum ; - arrangemang_nn_1 = mkN "arrangemang" neutrum ; - arrangoer_nn_1 = mkN "arrangцr" "arrangцrer" ; - arrendator_nn_1 = mkN "arrendator" "arrendatorer" ; - arrende_nn_1 = mkN "arrende" ; - arrest_nn_1 = mkN "arrest" "arrester" ; - arrestant_nn_1 = mkN "arrestant" "arrestanter" ; - arrestering_nn_1 = mkN "arrestering" ; - arriaergarde_nn_1 = mkN "arriдrgarde" ; - arrivist_nn_1 = mkN "arrivist" "arrivister" ; - arrogant_av_1 = mkA "arrogant" "arrogant" ; - arrowrot_nn_1 = mkN "arrowrot" "arrowrцtter" ; - arsel_nn_1 = mkN "arsel" neutrum ; - arsenal_nn_1 = mkN "arsenal" "arsenaler" ; - arsenikhalt_nn_1 = mkN "arsenikhalt" "arsenikhalter" ; - arsenikhaltig_av_1 = mkA "arsenikhaltig" ; - arsenikkis_nn_1 = mkN "arsenikkis" "arsenikkiser" ; - art_nn_1 = mkN "art" "arter" ; - artaer_nn_1 = mkN "artдr" "artдrer" ; - artbildning_nn_1 = mkN "artbildning" ; - artbildningsteori_nn_1 = mkN "artbildningsteori" "artbildningsteorier" ; - artefakt_nn_1 = mkN "artefakt" "artefakter" ; - artegen_av_1 = mkA "artegen" "arteget" ; - arteriell_av_1 = mkA "arteriell" ; - artesisk_av_1 = mkA "artesisk" ; - artfraemmande_av_1 = mkA "artfrдmmande" ; - artificiell_av_1 = mkA "artificiell" ; - artig_av_1 = mkA "artig" ; - artighet_nn_1 = mkN "artighet" "artigheter" ; - artighetsbetygelse_nn_1 = mkN "artighetsbetygelse" "artighetsbetygelser" ; - artighetsfras_nn_1 = mkN "artighetsfras" "artighetsfraser" ; - artighetsvisit_nn_1 = mkN "artighetsvisit" "artighetsvisiter" ; - artikel_nn_1 = mkN "artikel" ; - artikelfoerfattare_nn_1 = mkN "artikelfцrfattare" "artikelfцrfattare" ; - artikelserie_nn_1 = mkN "artikelserie" "artikelserier" ; - artikulation_nn_1 = mkN "artikulation" "artikulationer" ; - artikulationsbas_nn_1 = mkN "artikulationsbas" "artikulationsbaser" ; - artikulationsstaelle_nn_1 = mkN "artikulationsstдlle" ; - artilleribeskjutning_nn_1 = mkN "artilleribeskjutning" ; - artillerield_nn_1 = mkN "artillerield" ; - artillerigranat_nn_1 = mkN "artillerigranat" "artillerigranater" ; - artilleripjaes_nn_1 = mkN "artilleripjдs" "artilleripjдser" ; - artillerist_nn_1 = mkN "artillerist" "artillerister" ; - artillerivapen_nn_1 = mkN "artillerivapen" "artillerivapnet" "artillerivapen" "artillerivapnen" ; - artist_nn_1 = mkN "artist" "artister" ; - artistframtraedande_nn_1 = mkN "artistframtrдdande" ; - artistisk_av_1 = mkA "artistisk" ; - artistnamn_nn_1 = mkN "artistnamn" neutrum ; - artnamn_nn_1 = mkN "artnamn" neutrum ; - artotek_nn_1 = mkN "artotek" neutrum ; - artrik_av_1 = mkA "artrik" ; - artrit_nn_1 = mkN "artrit" "artriter" ; - artros_nn_1 = mkN "artros" "artroser" ; - artskild_av_1 = mkA "artskild" "artskilt" ; - artskillnad_nn_1 = mkN "artskillnad" "artskillnader" ; - arv_nn_1 = mkN "arv" neutrum ; - arvedel_nn_1 = mkN "arvedel" "arvedelen" "arvedelar" "arvedelarna" ; - arvfiende_nn_1 = mkN "arvfiende" "arvfiender" ; - arvfoeljd_nn_1 = mkN "arvfцljd" "arvfцljder" ; - arvfurste_nn_1 = mkN "arvfurste" utrum ; - arvinge_nn_1 = mkN "arvinge" utrum ; - arvlaatare_nn_1 = mkN "arvlеtare" "arvlеtare" ; - arvloes_av_1 = mkA "arvlцs" ; - arvode_nn_1 = mkN "arvode" ; - arvord_nn_1 = mkN "arvord" neutrum ; - arvsanlag_nn_1 = mkN "arvsanlag" neutrum ; - arvsfaktor_nn_1 = mkN "arvsfaktor" "arvsfaktorer" ; - arvsfoeljd_nn_1 = mkN "arvsfцljd" "arvsfцljder" ; - arvsfond_nn_1 = mkN "arvsfond" "arvsfonder" ; - arvskatt_nn_1 = mkN "arvskatt" "arvskatter" ; - arvskifte_nn_1 = mkN "arvskifte" ; - arvslott_nn_1 = mkN "arvslott" "arvslotter" ; - arvsmolekyl_nn_1 = mkN "arvsmolekyl" "arvsmolekyler" ; - arvsraett_nn_1 = mkN "arvsrдtt" "arvsrдtter" ; - arvsskatt_nn_1 = mkN "arvsskatt" "arvsskatter" ; - arvsynd_nn_1 = mkN "arvsynd" "arvsynder" ; - arvtagare_nn_1 = mkN "arvtagare" "arvtagare" ; - arvtant_nn_1 = mkN "arvtant" "arvtanter" ; - arytmi_nn_1 = mkN "arytmi" "arytmier" ; - as_nn_1 = mkN "as" neutrum ; - as_nn_2 = mkN "as" ; - asaetare_nn_1 = mkN "asдtare" "asдtare" ; - asbagge_nn_1 = mkN "asbagge" utrum ; - aseptisk_av_1 = mkA "aseptisk" ; - asexuell_av_1 = mkA "asexuell" ; - asfalt_nn_1 = mkN "asfalt" "asfalter" ; - asfaltemulsion_nn_1 = mkN "asfaltemulsion" "asfaltemulsioner" ; - asfaltlack_nn_1 = mkN "asfaltlack" "asfaltlacker" ; - asfaltmoped_nn_1 = mkN "asfaltmoped" "asfaltmopeder" ; - asgam_nn_1 = mkN "asgam" ; - asiat_nn_1 = mkN "asiat" "asiater" ; - asiatisk_av_1 = mkA "asiatisk" ; - asimut_nn_1 = mkN "asimut" "asimuter" ; - ask_nn_1 = mkN "ask" ; - askblond_av_1 = mkA "askblond" ; - askenas_nn_1 = mkN "askenas" "askenaser" ; - asket_nn_1 = mkN "asket" "asketer" ; - asketisk_av_1 = mkA "asketisk" ; - askfat_nn_1 = mkN "askfat" neutrum ; - askgraa_av_1 = mkA "askgrе" "askgrеtt" ; - askkopp_nn_1 = mkN "askkopp" ; - askonsdag_nn_1 = mkN "askonsdag" ; - askunge_nn_1 = mkN "askunge" utrum ; - asocial_av_1 = mkA "asocial" ; - asocialitet_nn_1 = mkN "asocialitet" "asocialiteter" ; - asp_nn_1 = mkN "asp" ; - aspdunge_nn_1 = mkN "aspdunge" utrum ; - aspekt_nn_1 = mkN "aspekt" "aspekter" ; - aspirant_nn_1 = mkN "aspirant" "aspiranter" ; - aspiration_nn_1 = mkN "aspiration" "aspirationer" ; - aspirin_nn_1 = mkN "aspirin" "aspiriner" ; - asploev_nn_1 = mkN "asplцv" neutrum ; - ass_nn_1 = mkN "ass" neutrum ; - assegaj_nn_1 = mkN "assegaj" "assegajer" ; - assessor_nn_1 = mkN "assessor" "assessorer" ; - assiett_nn_1 = mkN "assiett" "assietter" ; - assignant_nn_1 = mkN "assignant" "assignanter" ; - assignation_nn_1 = mkN "assignation" "assignationer" ; - assimilation_nn_1 = mkN "assimilation" "assimilationer" ; - assist_nn_1 = mkN "assist" "assister" ; - assistans_nn_1 = mkN "assistans" "assistanser" ; - assistent_nn_1 = mkN "assistent" "assistenter" ; - association_nn_1 = mkN "association" "associationer" ; - associationskedja_nn_1 = mkN "associationskedja" ; - associationslexikon_nn_1 = mkN "associationslexikon" neutrum ; - associativ_av_1 = mkA "associativ" ; - assonans_nn_1 = mkN "assonans" "assonanser" ; - assuradoer_nn_1 = mkN "assuradцr" "assuradцrer" ; - assurans_nn_1 = mkN "assurans" "assuranser" ; - assyrier_nn_1 = mkN "assyrier" "assyriern" "assyrier" "assyrierna" ; - assyrisk_av_1 = mkA "assyrisk" ; - asteni_nn_1 = mkN "asteni" "astenier" ; - asteniker_nn_1 = mkN "asteniker" "astenikern" "asteniker" "astenikerna" ; - astenisk_av_1 = mkA "astenisk" ; - aster_nn_1 = mkN "aster" ; - asterisk_nn_1 = mkN "asterisk" "asterisker" ; - asteroid_nn_1 = mkN "asteroid" "asteroider" ; - astigmatiker_nn_1 = mkN "astigmatiker" "astigmatikern" "astigmatiker" "astigmatikerna" ; - astigmatisk_av_1 = mkA "astigmatisk" ; - astmatiker_nn_1 = mkN "astmatiker" "astmatikern" "astmatiker" "astmatikerna" ; - astmatisk_av_1 = mkA "astmatisk" ; - astrakan_nn_1 = mkN "astrakan" "astrakaner" ; - astrakan_nn_2 = mkN "astrakan" "astrakaner" ; - astral_av_1 = mkA "astral" ; - astralkropp_nn_1 = mkN "astralkropp" ; - astrofysiker_nn_1 = mkN "astrofysiker" "astrofysikern" "astrofysiker" "astrofysikerna" ; - astrolog_nn_1 = mkN "astrolog" "astrologer" ; - astronaut_nn_1 = mkN "astronaut" "astronauter" ; - astronautik_nn_1 = mkN "astronautik" "astronautiker" ; - astronom_nn_1 = mkN "astronom" "astronomer" ; - astronomisk_av_1 = mkA "astronomisk" ; - asyl_nn_1 = mkN "asyl" "asyler" ; - asymmetri_nn_1 = mkN "asymmetri" "asymmetrier" ; - asymmetrisk_av_1 = mkA "asymmetrisk" ; - asymptot_nn_1 = mkN "asymptot" "asymptoter" ; - asyndes_nn_1 = mkN "asyndes" "asyndeser" ; - asyndetisk_av_1 = mkA "asyndetisk" ; - asyndeton_nn_1 = mkN "asyndeton" "asyndeton" "asyndeton" "asyndetonen" ; - asynja_nn_1 = mkN "asynja" ; - asynkron_av_1 = mkA "asynkron" ; - ataktisk_av_1 = mkA "ataktisk" ; - ataraktika_nn_1 = mkN "ataraktika" "ataraktikan" "ataraktika" "ataraktikana" ; - atavism_nn_1 = mkN "atavism" "atavismer" ; - atavistisk_av_1 = mkA "atavistisk" ; - ataxi_nn_1 = mkN "ataxi" "ataxier" ; - ateist_nn_1 = mkN "ateist" "ateister" ; - ateistisk_av_1 = mkA "ateistisk" ; - atelje_nn_1 = mkN "ateljй" "ateljйer" ; - ateljefoenster_nn_1 = mkN "ateljйfцnster" neutrum ; - atenienn_nn_1 = mkN "atenienn" "atenienner" ; - atlantisk_av_1 = mkA "atlantisk" ; - atlas_nn_1 = mkN "atlas" "atlaser" ; - atlasbindning_nn_1 = mkN "atlasbindning" ; - atlasspinnare_nn_1 = mkN "atlasspinnare" "atlasspinnare" ; - atlet_nn_1 = mkN "atlet" "atleter" ; - atletisk_av_1 = mkA "atletisk" ; - atmosfaer_nn_1 = mkN "atmosfдr" "atmosfдrer" ; - atmosfaerforskare_nn_1 = mkN "atmosfдrforskare" "atmosfдrforskare" ; - atmosfaerisk_av_1 = mkA "atmosfдrisk" ; - atmosfaerkemist_nn_1 = mkN "atmosfдrkemist" "atmosfдrkemister" ; - atmosfaerstryck_nn_1 = mkN "atmosfдrstryck" neutrum ; - atoll_nn_1 = mkN "atoll" "atoller" ; - atom_nn_1 = mkN "atom" "atomer" ; - atomaer_av_1 = mkA "atomдr" ; - atombomb_nn_1 = mkN "atombomb" "atombomber" ; - atomdriven_av_1 = mkA "atomdriven" "atomdrivet" ; - atomenergiorganisation_nn_1 = mkN "atomenergiorganisation" "atomenergiorganisationer" ; - atomgrupp_nn_1 = mkN "atomgrupp" "atomgrupper" ; - atomistisk_av_1 = mkA "atomistisk" ; - atomjon_nn_1 = mkN "atomjon" "atomjoner" ; - atommodell_nn_1 = mkN "atommodell" "atommodeller" ; - atomnummer_nn_1 = mkN "atomnummer" neutrum ; - atomreaktor_nn_1 = mkN "atomreaktor" "atomreaktorer" ; - atomspektrum_nn_1 = mkN "atomspektrum" neutrum ; - atomubaat_nn_1 = mkN "atomubеt" ; - atomur_nn_1 = mkN "atomur" neutrum ; - atomvapen_nn_1 = mkN "atomvapen" "atomvapnet" "atomvapen" "atomvapnen" ; - atomvikt_nn_1 = mkN "atomvikt" "atomvikter" ; - atomvinter_nn_1 = mkN "atomvinter" ; - atonal_av_1 = mkA "atonal" ; - atoni_nn_1 = mkN "atoni" "atonier" ; - atrium_nn_1 = mkN "atrium" "atriet" "atrier" "atrierna" ; - atrofi_nn_1 = mkN "atrofi" "atrofier" ; - atrofisk_av_1 = mkA "atrofisk" ; - att_sats_nn_1 = mkN "att-sats" "att-satser" ; - attache_nn_1 = mkN "attachй" "attachйer" ; - attack_nn_1 = mkN "attack" "attacker" ; - attackdykare_nn_1 = mkN "attackdykare" "attackdykare" ; - attackplan_nn_1 = mkN "attackplan" neutrum ; - attentat_nn_1 = mkN "attentat" neutrum ; - attentator_nn_1 = mkN "attentator" "attentatorer" ; - attentatsman_nn_1 = mkN "attentatsman" "attentatsmannen" "attentatsmдn" "attentatsmдnnen" ; - attest_nn_1 = mkN "attest" "attester" ; - attiralj_nn_1 = mkN "attiralj" "attiraljer" ; - attisk_av_1 = mkA "attisk" ; - attityd_nn_1 = mkN "attityd" "attityder" ; - attitydundersoekning_nn_1 = mkN "attitydundersцkning" ; - attraktion_nn_1 = mkN "attraktion" "attraktioner" ; - attraktiv_av_1 = mkA "attraktiv" ; - attrapp_nn_1 = mkN "attrapp" "attrapper" ; - attribut_nn_1 = mkN "attribut" neutrum ; - attribution_nn_1 = mkN "attribution" "attributioner" ; - attributiv_av_1 = mkA "attributiv" ; - atypi_nn_1 = mkN "atypi" "atypier" ; - atypisk_av_1 = mkA "atypisk" ; - aubergine_nn_1 = mkN "aubergine" "auberginer" ; - audiens_nn_1 = mkN "audiens" "audienser" ; - audiogram_nn_1 = mkN "audiogram" "audiogrammet" "audiogram" "audiogrammen" ; - audiometer_nn_1 = mkN "audiometer" ; - audiovisuell_av_1 = mkA "audiovisuell" ; - auditiv_av_1 = mkA "auditiv" ; - auditoer_nn_1 = mkN "auditцr" "auditцrer" ; - auditorium_nn_1 = mkN "auditorium" "auditoriet" "auditorier" "auditorierna" ; - audivisuell_av_1 = mkA "audivisuell" ; - augiasstall_nn_1 = mkN "augiasstall" neutrum ; - augment_nn_1 = mkN "augment" neutrum ; - augur_nn_1 = mkN "augur" "augurer" ; - augustipaeron_nn_1 = mkN "augustipдron" neutrum ; - auktion_nn_1 = mkN "auktion" "auktioner" ; - auktionist_nn_1 = mkN "auktionist" "auktionister" ; - auktionsfoerraettare_nn_1 = mkN "auktionsfцrrдttare" "auktionsfцrrдttare" ; - auktionskammare_nn_1 = mkN "auktionskammare" "auktionskammaren" "auktionskamrar" "auktionskamrarna" ; - auktionsutropare_nn_1 = mkN "auktionsutropare" "auktionsutropare" ; - auktionsverk_nn_1 = mkN "auktionsverk" neutrum ; - auktor_nn_1 = mkN "auktor" "auktorer" ; - auktorisation_nn_1 = mkN "auktorisation" "auktorisationer" ; - auktoritaer_av_1 = mkA "auktoritдr" ; - auktoritativ_av_1 = mkA "auktoritativ" ; - auktoritet_nn_1 = mkN "auktoritet" "auktoriteter" ; - auktoritetsbunden_av_1 = mkA "auktoritetsbunden" "auktoritetsbundet" ; - auskultant_nn_1 = mkN "auskultant" "auskultanter" ; - auskultation_nn_1 = mkN "auskultation" "auskultationer" ; - australiensare_nn_1 = mkN "australiensare" "australiensare" ; - australier_nn_1 = mkN "australier" "australiern" "australier" "australierna" ; - australisk_av_1 = mkA "australisk" ; - autarki_nn_1 = mkN "autarki" "autarkier" ; - autencitet_nn_1 = mkN "autencitet" "autenciteter" ; - autenticitet_nn_1 = mkN "autenticitet" "autenticiteter" ; - autentisk_av_1 = mkA "autentisk" ; - auteur_nn_1 = mkN "auteur" "auteurer" ; - autistisk_av_1 = mkA "autistisk" ; - autodafe_nn_1 = mkN "autodafй" "autodafйer" ; - autodidakt_nn_1 = mkN "autodidakt" "autodidakter" ; - autodrom_nn_1 = mkN "autodrom" "autodromer" ; - autograf_nn_1 = mkN "autograf" "autografer" ; - autoklav_nn_1 = mkN "autoklav" "autoklaver" ; - autokrat_nn_1 = mkN "autokrat" "autokrater" ; - autokton_av_1 = mkA "autokton" ; - automat_nn_1 = mkN "automat" "automater" ; - automatgevaer_nn_1 = mkN "automatgevдr" neutrum ; - automatisk_av_1 = mkA "automatisk" ; - automatkarbin_nn_1 = mkN "automatkarbin" "automatkarbiner" ; - automatvapen_nn_1 = mkN "automatvapen" "automatvapnet" "automatvapen" "automatvapnen" ; - automobil_nn_1 = mkN "automobil" "automobiler" ; - autonom_av_1 = mkA "autonom" ; - autopilot_nn_1 = mkN "autopilot" "autopiloter" ; - autopsi_nn_1 = mkN "autopsi" "autopsier" ; - autotypi_nn_1 = mkN "autotypi" "autotypier" ; - av_ab_1 = mkAdv "av" ; - avaeta_vb_1 = mkV "avдta" "avеt" "avдtit" ; - avancemang_nn_1 = mkN "avancemang" neutrum ; - avannons_nn_1 = mkN "avannons" "avannonser" ; - avans_nn_1 = mkN "avans" "avanser" ; - avantgardist_nn_1 = mkN "avantgardist" "avantgardister" ; - avantgardistisk_av_1 = mkA "avantgardistisk" ; - avantloge_nn_1 = mkN "avantloge" "avantloger" ; - avantscen_nn_1 = mkN "avantscen" "avantscener" ; - avart_nn_1 = mkN "avart" "avarter" ; - avbaerning_nn_1 = mkN "avbдrning" ; - avbalkning_nn_1 = mkN "avbalkning" ; - avbasning_nn_1 = mkN "avbasning" ; - avbetalning_nn_1 = mkN "avbetalning" ; - avbetingning_nn_1 = mkN "avbetingning" ; - avbild_nn_1 = mkN "avbild" "avbilder" ; - avbildning_nn_1 = mkN "avbildning" ; - avbildningsfel_nn_1 = mkN "avbildningsfel" "avbildningsfelet" "avbildningsfel" "avbildningsfelen" ; - avbitare_nn_1 = mkN "avbitare" "avbitare" ; - avbitartaang_nn_1 = mkN "avbitartеng" "avbitartдnger" ; - avblaasning_nn_1 = mkN "avblеsning" ; - avboejning_nn_1 = mkN "avbцjning" ; - avboen_nn_1 = mkN "avbцn" "avbцner" ; - avbraeck_nn_1 = mkN "avbrдck" neutrum ; - avbraenning_nn_1 = mkN "avbrдnning" ; - avbroestning_nn_1 = mkN "avbrцstning" ; - avbrott_nn_1 = mkN "avbrott" neutrum ; - avbryta_vb_1 = mkV "avbryta" "avbrцt" "avbrutit" ; - avbrytare_nn_1 = mkN "avbrytare" "avbrytare" ; - avbytare_nn_1 = mkN "avbytare" "avbytare" ; - avdagata_vb_1 = mkV "avdagata" "avdagatar" "avdagata" "avdagatog" "avdagatagit" "avdagatagen" ; - avdelning_nn_1 = mkN "avdelning" ; - avdelningschef_nn_1 = mkN "avdelningschef" "avdelningschefer" ; - avdelningsdirektoer_nn_1 = mkN "avdelningsdirektцr" "avdelningsdirektцrer" ; - avdelningsskoeterska_nn_1 = mkN "avdelningsskцterska" ; - avdoed_av_1 = mkA "avdцd" ; - avdrag_nn_1 = mkN "avdrag" neutrum ; - avdragsgill_av_1 = mkA "avdragsgill" ; - avdragsmoejlighet_nn_1 = mkN "avdragsmцjlighet" "avdragsmцjligheter" ; - avdriva_vb_1 = mkV "avdriva" "avdrev" "avdrivit" ; - avdunstning_nn_1 = mkN "avdunstning" ; - ave_nn_1 = mkN "ave" ; - avec_nn_1 = mkN "avec" "avecer" ; - avelsdjur_nn_1 = mkN "avelsdjur" neutrum ; - avelshingst_nn_1 = mkN "avelshingst" ; - avenbok_nn_1 = mkN "avenbok" ; - aveny_nn_1 = mkN "aveny" "avenyer" ; - avers_nn_1 = mkN "avers" "averser" ; - aversion_nn_1 = mkN "aversion" "aversioner" ; - avfaellig_av_1 = mkA "avfдllig" ; - avfaelling_nn_1 = mkN "avfдlling" ; - avfaerd_nn_1 = mkN "avfдrd" "avfдrder" ; - avfall_nn_1 = mkN "avfall" "avfallet" "avfallen" "avfallena" ; - avfalla_vb_1 = mkV "avfalla" "avfцll" "avfallit" ; - avfallen_av_1 = mkA "avfallen" "avfallet" ; - avfallskvarn_nn_1 = mkN "avfallskvarn" ; - avfallsupplag_nn_1 = mkN "avfallsupplag" neutrum ; - avfart_nn_1 = mkN "avfart" "avfarter" ; - avfattning_nn_1 = mkN "avfattning" ; - avfloede_nn_1 = mkN "avflцde" ; - avflyttningsfoerbud_nn_1 = mkN "avflyttningsfцrbud" neutrum ; - avfoering_nn_1 = mkN "avfцring" ; - avfoeringsmedel_nn_1 = mkN "avfцringsmedel" neutrum ; - avfrostning_nn_1 = mkN "avfrostning" ; - avgaa_vb_1 = mkV "avgе" "avgеr" "avgе" "avgick" "avgеtt" "avgеngen" ; - avgaang_nn_1 = mkN "avgеng" ; - avgaangsbetyg_nn_1 = mkN "avgеngsbetyg" neutrum ; - avgaangsbidrag_nn_1 = mkN "avgеngsbidrag" neutrum ; - avgaangsklass_nn_1 = mkN "avgеngsklass" "avgеngsklasser" ; - avgaeld_nn_1 = mkN "avgдld" "avgдlder" ; - avgasroer_nn_1 = mkN "avgasrцr" neutrum ; - avge_vb_1 = mkV "avge" "avger" "avge" "avgav" "avgett" "avgiven" ; - avgift_nn_1 = mkN "avgift" "avgifter" ; - avgjord_av_1 = mkA "avgjord" "avgjort" ; - avgjutning_nn_1 = mkN "avgjutning" ; - avgoerande_av_1 = mkA "avgцrande" ; - avgoerande_nn_1 = mkN "avgцrande" ; - avgrund_nn_1 = mkN "avgrund" "avgrunder" ; - avgrundsande_nn_1 = mkN "avgrundsande" utrum ; - avgrundsdjup_av_1 = mkA "avgrundsdjup" ; - avgud_nn_1 = mkN "avgud" ; - avgudabild_nn_1 = mkN "avgudabild" "avgudabilder" ; - avhaall_nn_1 = mkN "avhеll" neutrum ; - avhaalla_vb_1 = mkV "avhеlla" "avhцll" "avhеllit" ; - avhaallen_av_1 = mkA "avhеllen" "avhеllet" ; - avhaallsam_av_1 = mkA "avhеllsam" "avhеllsamt" "avhеllsamma" "avhеllsamma" "avhеllsammare" "avhеllsammast" "avhеllsammaste" ; - avhaengd_av_1 = mkA "avhдngd" "avhдngt" ; - avhaengig_av_1 = mkA "avhдngig" ; - avhandling_nn_1 = mkN "avhandling" ; - avhopp_nn_1 = mkN "avhopp" neutrum ; - avhoppare_nn_1 = mkN "avhoppare" "avhoppare" ; - avhyvling_nn_1 = mkN "avhyvling" ; - avi_nn_1 = mkN "avi" "avier" ; - aviarium_nn_1 = mkN "aviarium" "aviariet" "aviarier" "aviarierna" ; - aviatisk_av_1 = mkA "aviatisk" ; - aviatoer_nn_1 = mkN "aviatцr" "aviatцrer" ; - avig_av_1 = mkA "avig" ; - avigsida_nn_1 = mkN "avigsida" ; - avisering_nn_1 = mkN "avisering" ; - aviseringsperiod_nn_1 = mkN "aviseringsperiod" "aviseringsperioder" ; - avisofartyg_nn_1 = mkN "avisofartyg" neutrum ; - avista_ab_1 = mkAdv "avista" ; - avitaminos_nn_1 = mkN "avitaminos" "avitaminoser" ; - avkaennare_nn_1 = mkN "avkдnnare" "avkдnnare" ; - avklaedning_nn_1 = mkN "avklдdning" ; - avklappning_nn_1 = mkN "avklappning" ; - avkoerningsramp_nn_1 = mkN "avkцrningsramp" "avkцrningsramper" ; - avkok_nn_1 = mkN "avkok" neutrum ; - avkomling_nn_1 = mkN "avkomling" ; - avkoppling_nn_1 = mkN "avkoppling" ; - avkortning_nn_1 = mkN "avkortning" ; - avkrok_nn_1 = mkN "avkrok" ; - avkylning_nn_1 = mkN "avkylning" ; - avlaang_av_1 = mkA "avlеng" ; - avlaata_vb_1 = mkV "avlеta" "avlдt" "avlеtit" ; - avlaeggare_nn_1 = mkN "avlдggare" "avlдggare" ; - avlaegsen_av_1 = mkA "avlдgsen" "avlдgset" ; - avlaemning_nn_1 = mkN "avlдmning" ; - avlaesare_nn_1 = mkN "avlдsare" "avlдsare" ; - avlaesbar_av_1 = mkA "avlдsbar" ; - avlaesning_nn_1 = mkN "avlдsning" ; - avlagd_av_1 = mkA "avlagd" "avlagt" ; - avlagring_nn_1 = mkN "avlagring" ; - avlastare_nn_1 = mkN "avlastare" "avlastare" ; - avlastning_nn_1 = mkN "avlastning" ; - avlastningsplats_nn_1 = mkN "avlastningsplats" "avlastningsplatser" ; - avlatsbrev_nn_1 = mkN "avlatsbrev" neutrum ; - avledning_nn_1 = mkN "avledning" ; - avledningsaendelse_nn_1 = mkN "avledningsдndelse" "avledningsдndelser" ; - avlida_vb_1 = mkV "avlida" "avled" "avlidit" ; - avliden_av_1 = mkA "avliden" "avlidet" ; - avlinge_nn_1 = mkN "avlinge" ; - avljud_nn_1 = mkN "avljud" neutrum ; - avloening_nn_1 = mkN "avlцning" ; - avloepning_nn_1 = mkN "avlцpning" ; - avloesning_nn_1 = mkN "avlцsning" ; - avlopp_nn_1 = mkN "avlopp" neutrum ; - avloppsdike_nn_1 = mkN "avloppsdike" ; - avloppsledning_nn_1 = mkN "avloppsledning" ; - avloppsvatten_nn_1 = mkN "avloppsvatten" "avloppsvattnet" "avloppsvatten" "avloppsvattnen" ; - avlyssning_nn_1 = mkN "avlyssning" ; - avlyssningsapparatur_nn_1 = mkN "avlyssningsapparatur" "avlyssningsapparaturer" ; - avmaetning_nn_1 = mkN "avmдtning" ; - avmaett_av_1 = mkA "avmдtt" ; - avmagring_nn_1 = mkN "avmagring" ; - avmarsch_nn_1 = mkN "avmarsch" "avmarscher" ; - avmattning_nn_1 = mkN "avmattning" ; - avnaemare_nn_1 = mkN "avnдmare" "avnдmare" ; - avnjuta_vb_1 = mkV "avnjuta" "avnjцt" "avnjutit" ; - avog_av_1 = mkA "avog" ; - avokado_nn_1 = mkN "avokado" "avokador" ; - avraadande_nn_1 = mkN "avrеdande" ; - avraekning_nn_1 = mkN "avrдkning" ; - avraettning_nn_1 = mkN "avrдttning" ; - avredning_nn_1 = mkN "avredning" ; - avringning_nn_1 = mkN "avringning" ; - avrinna_vb_1 = mkV "avrinna" "avrann" "avrunnit" ; - avrinning_nn_1 = mkN "avrinning" ; - avrivning_nn_1 = mkN "avrivning" ; - avrop_nn_1 = mkN "avrop" neutrum ; - avsaegelse_nn_1 = mkN "avsдgelse" "avsдgelser" ; - avsaendare_nn_1 = mkN "avsдndare" "avsдndare" ; - avsaettlig_av_1 = mkA "avsдttlig" ; - avsaettning_nn_1 = mkN "avsдttning" ; - avsaettningsbassaeng_nn_1 = mkN "avsдttningsbassдng" "avsдttningsbassдnger" ; - avsaknad_nn_1 = mkN "avsaknad" "avsaknader" ; - avsats_nn_1 = mkN "avsats" "avsatser" ; - avseende_nn_1 = mkN "avseende" ; - avsegling_nn_1 = mkN "avsegling" ; - avsevaerd_av_1 = mkA "avsevдrd" "avsevдrt" ; - avsides_ab_1 = mkAdv "avsides" ; - avsides_av_1 = mkA "avsides" ; - avsigkommen_av_1 = mkA "avsigkommen" "avsigkommet" "avsigkomna" "avsigkomna" "avsigkomnare" "avsigkomnast" "avsigkomnaste" ; - avsikt_nn_1 = mkN "avsikt" "avsikter" ; - avsiktlig_av_1 = mkA "avsiktlig" ; - avsittning_nn_1 = mkN "avsittning" ; - avsjunga_vb_1 = mkV "avsjunga" "avsjцng" "avsjungit" ; - avskaera_vb_1 = mkV "avskдra" "avskar" "avskurit" ; - avskaerning_nn_1 = mkN "avskдrning" ; - avskaffande_nn_1 = mkN "avskaffande" ; - avsked_nn_1 = mkN "avsked" neutrum ; - avskedsdikt_nn_1 = mkN "avskedsdikt" "avskedsdikter" ; - avskild_av_1 = mkA "avskild" "avskilt" ; - avskildhet_nn_1 = mkN "avskildhet" "avskildheter" ; - avskjuta_vb_1 = mkV "avskjuta" "avskцt" "avskjutit" ; - avskjutning_nn_1 = mkN "avskjutning" ; - avskraeckning_nn_1 = mkN "avskrдckning" ; - avskraede_nn_1 = mkN "avskrдde" ; - avskraedeshoeg_nn_1 = mkN "avskrдdeshцg" ; - avskrift_nn_1 = mkN "avskrift" "avskrifter" ; - avskriva_vb_1 = mkV "avskriva" "avskrev" "avskrivit" ; - avskrivning_nn_1 = mkN "avskrivning" ; - avskrot_nn_1 = mkN "avskrot" ; - avskyvaerd_av_1 = mkA "avskyvдrd" "avskyvдrt" ; - avslag_nn_1 = mkN "avslag" neutrum ; - avslagen_av_1 = mkA "avslagen" "avslaget" ; - avslappning_nn_1 = mkN "avslappning" ; - avslappningsoevning_nn_1 = mkN "avslappningsцvning" ; - avslita_vb_1 = mkV "avslita" "avslet" "avslitit" ; - avsloejande_nn_1 = mkN "avslцjande" ; - avslut_nn_1 = mkN "avslut" neutrum ; - avslutning_nn_1 = mkN "avslutning" ; - avslutningsfest_nn_1 = mkN "avslutningsfest" "avslutningsfester" ; - avslutningsvis_ab_1 = mkAdv "avslutningsvis" ; - avsmaeltning_nn_1 = mkN "avsmдltning" ; - avsnitt_nn_1 = mkN "avsnitt" neutrum ; - avsnoerning_nn_1 = mkN "avsnцrning" ; - avsnoerningsteori_nn_1 = mkN "avsnцrningsteori" "avsnцrningsteorier" ; - avsoekare_nn_1 = mkN "avsцkare" "avsцkare" ; - avsoendring_nn_1 = mkN "avsцndring" ; - avspaend_av_1 = mkA "avspдnd" ; - avspaenning_nn_1 = mkN "avspдnning" ; - avspaerrning_nn_1 = mkN "avspдrrning" ; - avspark_nn_1 = mkN "avspark" ; - avspegling_nn_1 = mkN "avspegling" ; - avspelning_nn_1 = mkN "avspelning" ; - avspraang_nn_1 = mkN "avsprеng" neutrum ; - avstaand_nn_1 = mkN "avstеnd" neutrum ; - avstaandsinformation_nn_1 = mkN "avstеndsinformation" "avstеndsinformationer" ; - avstaandskraft_nn_1 = mkN "avstеndskraft" "avstеndskrafter" ; - avstaandsmaetning_nn_1 = mkN "avstеndsmдtning" ; - avstaandstagande_nn_1 = mkN "avstеndstagande" ; - avstaellning_nn_1 = mkN "avstдllning" ; - avstaempling_nn_1 = mkN "avstдmpling" ; - avstaengning_nn_1 = mkN "avstдngning" ; - avstamp_nn_1 = mkN "avstamp" neutrum ; - avstavning_nn_1 = mkN "avstavning" ; - avsteg_nn_1 = mkN "avsteg" neutrum ; - avstickare_nn_1 = mkN "avstickare" "avstickare" ; - avstickning_nn_1 = mkN "avstickning" ; - avstigning_nn_1 = mkN "avstigning" ; - avstjaelpningsplats_nn_1 = mkN "avstjдlpningsplats" "avstjдlpningsplatser" ; - avsutten_av_1 = mkA "avsutten" "avsuttet" ; - avsvaerja_vb_1 = mkV "avsvдrja" "avsvдrj" "avsvдrj" "avsvorj" "avsvurjit" "avsvurjen" ; - avsvalkning_nn_1 = mkN "avsvalkning" ; - avsynare_nn_1 = mkN "avsynare" "avsynare" ; - avta_vb_1 = mkV "avta" "avtar" "avta" "avtog" "avtagit" "avtagen" ; - avtaag_nn_1 = mkN "avtеg" neutrum ; - avtaerd_av_1 = mkA "avtдrd" "avtдrt" ; - avtagande_av_1 = mkA "avtagande" ; - avtagbar_av_1 = mkA "avtagbar" ; - avtagsvaeg_nn_1 = mkN "avtagsvдg" ; - avtal_nn_1 = mkN "avtal" "avtalet" "avtalen" "avtalena" ; - avtalsenlig_av_1 = mkA "avtalsenlig" ; - avtalsfrihet_nn_1 = mkN "avtalsfrihet" "avtalsfriheter" ; - avtalsperiod_nn_1 = mkN "avtalsperiod" "avtalsperioder" ; - avtalsroerelse_nn_1 = mkN "avtalsrцrelse" "avtalsrцrelser" ; - avtalsstridig_av_1 = mkA "avtalsstridig" ; - avtappning_nn_1 = mkN "avtappning" ; - avtoning_nn_1 = mkN "avtoning" ; - avtraede_nn_1 = mkN "avtrдde" ; - avtraedelse_nn_1 = mkN "avtrдdelse" "avtrдdelser" ; - avtryck_nn_1 = mkN "avtryck" neutrum ; - avtryckare_nn_1 = mkN "avtryckare" "avtryckare" ; - avtvagning_nn_1 = mkN "avtvagning" ; - avtvinga_vb_1 = mkV "avtvinga" ; - avundsam_av_1 = mkA "avundsam" "avundsamt" "avundsamma" "avundsamma" "avundsammare" "avundsammast" "avundsammaste" ; - avundsjuk_av_1 = mkA "avundsjuk" ; - avundsman_nn_1 = mkN "avundsman" "avundsmannen" "avundsmдn" "avundsmдnnen" ; - avundsvaerd_av_1 = mkA "avundsvдrd" "avundsvдrt" ; - avvaeg_nn_1 = mkN "avvдg" ; - avvaegning_nn_1 = mkN "avvдgning" ; - avvaegningsinstrument_nn_1 = mkN "avvдgningsinstrument" neutrum ; - avvaenjning_nn_1 = mkN "avvдnjning" ; - avvaenjningstid_nn_1 = mkN "avvдnjningstid" "avvдnjningstider" ; - avvaepnande_av_1 = mkA "avvдpnande" ; - avveckling_nn_1 = mkN "avveckling" ; - avverkning_nn_1 = mkN "avverkning" ; - avvika_vb_1 = mkV "avvika" "avvek" "avvikit" ; - avvikande_av_1 = mkA "avvikande" ; - avvikare_nn_1 = mkN "avvikare" "avvikare" ; - avvikelse_nn_1 = mkN "avvikelse" "avvikelser" ; - avvinna_vb_1 = mkV "avvinna" "avvann" "avvunnit" ; - avvisare_nn_1 = mkN "avvisare" "avvisare" ; - avvisning_nn_1 = mkN "avvisning" ; - avytterlig_av_1 = mkA "avytterlig" ; - ax_nn_1 = mkN "ax" neutrum ; - axblommig_av_1 = mkA "axblommig" ; - axel_nn_1 = mkN "axel" ; - axelband_nn_1 = mkN "axelband" neutrum ; - axelbred_av_1 = mkA "axelbred" ; - axelgehaeng_nn_1 = mkN "axelgehдng" neutrum ; - axelhoelster_nn_1 = mkN "axelhцlster" neutrum ; - axelklaff_nn_1 = mkN "axelklaff" ; - axelkoppling_nn_1 = mkN "axelkoppling" ; - axellager_nn_1 = mkN "axellager" neutrum ; - axelmuff_nn_1 = mkN "axelmuff" ; - axelrem_nn_1 = mkN "axelrem" "axelremmen" "axelremmar" "axelremmarna" ; - axelriktning_nn_1 = mkN "axelriktning" ; - axelryckning_nn_1 = mkN "axelryckning" ; - axial_av_1 = mkA "axial" ; - axiom_nn_1 = mkN "axiom" neutrum ; - axiomatisk_av_1 = mkA "axiomatisk" ; - axion_nn_1 = mkN "axion" "axioner" ; - axionfoertaetning_nn_1 = mkN "axionfцrtдtning" ; - axplock_nn_1 = mkN "axplock" neutrum ; - aztek_nn_1 = mkN "aztek" "azteker" ; - aztekisk_av_1 = mkA "aztekisk" ; - azurblaa_av_1 = mkA "azurblе" "azurblеtt" ; - baade_ab_1 = mkAdv "bеde" ; - baade_nn_1 = mkN "bеde" utrum ; - baagbro_nn_1 = mkN "bеgbro" ; - baage_nn_1 = mkN "bеge" utrum ; - baagfaelt_nn_1 = mkN "bеgfдlt" neutrum ; - baagfil_nn_1 = mkN "bеgfil" ; - baagfoenster_nn_1 = mkN "bеgfцnster" neutrum ; - baagformig_av_1 = mkA "bеgformig" ; - baagfris_nn_1 = mkN "bеgfris" "bеgfriser" ; - baaggaang_nn_1 = mkN "bеggеng" ; - baagig_av_1 = mkA "bеgig" ; - baagminut_nn_1 = mkN "bеgminut" "bеgminuter" ; - baagsaag_nn_1 = mkN "bеgsеg" ; - baagsekund_nn_1 = mkN "bеgsekund" "bеgsekunder" ; - baagskytt_nn_1 = mkN "bеgskytt" ; - baak_nn_1 = mkN "bеk" ; - baal_nn_1 = mkN "bеl" ; - baal_nn_2 = mkN "bеl" neutrum ; - baald_av_1 = mkA "bеld" "bеlt" ; - baalgeting_nn_1 = mkN "bеlgeting" ; - baalrullning_nn_1 = mkN "bеlrullning" ; - baalvaext_nn_1 = mkN "bеlvдxt" "bеlvдxter" ; - baalverk_nn_1 = mkN "bеlverk" neutrum ; - baangstyrig_av_1 = mkA "bеngstyrig" ; - baar_nn_1 = mkN "bеr" ; - baarbaerare_nn_1 = mkN "bеrbдrare" "bеrbдrare" ; - baard_nn_1 = mkN "bеrd" "bеrder" ; - baarhus_nn_1 = mkN "bеrhus" neutrum ; - baas_nn_1 = mkN "bеs" neutrum ; - baat_nn_1 = mkN "bеt" ; - baatben_nn_1 = mkN "bеtben" neutrum ; - baatbyggare_nn_1 = mkN "bеtbyggare" "bеtbyggare" ; - baatbyggeri_nn_1 = mkN "bеtbyggeri" "bеtbyggerit" "bеtbyggerier" "bеtbyggerierna" ; - baatformig_av_1 = mkA "bеtformig" ; - baatgrav_nn_1 = mkN "bеtgrav" ; - baathus_nn_1 = mkN "bеthus" neutrum ; - baatliknande_av_1 = mkA "bеtliknande" ; - baatmotor_nn_1 = mkN "bеtmotor" "bеtmotorer" ; - baatnad_nn_1 = mkN "bеtnad" "bеtnader" ; - baatplats_nn_1 = mkN "bеtplats" "bеtplatser" ; - baatshake_nn_1 = mkN "bеtshake" utrum ; - baatskjul_nn_1 = mkN "bеtskjul" neutrum ; - baatskraa_nn_1 = mkN "bеtskrе" "bеtskrеt" "bеtskrеn" "bеtskrеen" ; - baatsman_nn_1 = mkN "bеtsman" "bеtsmannen" "bеtsmдn" "bеtsmдnnen" ; - baatsmansstol_nn_1 = mkN "bеtsmansstol" ; - baattaevling_nn_1 = mkN "bеttдvling" ; - babblan_ab_1 = mkAdv "babblan" ; - babian_nn_1 = mkN "babian" "babianer" ; - babordsvakt_nn_1 = mkN "babordsvakt" "babordsvakter" ; - baby_nn_1 = mkN "baby" "babyn" "babyar" "babyarna" ; - babydraekt_nn_1 = mkN "babydrдkt" "babydrдkter" ; - babylonier_nn_1 = mkN "babylonier" "babyloniern" "babylonier" "babylonierna" ; - babylonisk_av_1 = mkA "babylonisk" ; - babysitter_nn_1 = mkN "babysitter" ; - bacill_nn_1 = mkN "bacill" "baciller" ; - bacillbaerare_nn_1 = mkN "bacillbдrare" "bacillbдrare" ; - back_nn_1 = mkN "back" ; - backanal_nn_1 = mkN "backanal" "backanaler" ; - backant_nn_1 = mkN "backant" "backanter" ; - backe_nn_1 = mkN "backe" utrum ; - backfisch_nn_1 = mkN "backfisch" ; - backhammer_nn_1 = mkN "backhammer" "backhammern" "backhammrar" "backhammrarna" ; - backhoppare_nn_1 = mkN "backhoppare" "backhoppare" ; - backhoppning_nn_1 = mkN "backhoppning" ; - backig_av_1 = mkA "backig" ; - backkroen_nn_1 = mkN "backkrцn" neutrum ; - backlandskap_nn_1 = mkN "backlandskap" "backlandskapet" "backlandskapen" "backlandskapena" ; - backslag_nn_1 = mkN "backslag" neutrum ; - backspegel_nn_1 = mkN "backspegel" ; - backstag_nn_1 = mkN "backstag" neutrum ; - backstroem_nn_1 = mkN "backstrцm" "backstrцmmen" "backstrцmmar" "backstrцmmarna" ; - backstuga_nn_1 = mkN "backstuga" ; - backstugusittare_nn_1 = mkN "backstugusittare" "backstugusittare" ; - backvial_nn_1 = mkN "backvial" "backvialer" ; - bad_nn_1 = mkN "bad" neutrum ; - badanlaeggning_nn_1 = mkN "badanlдggning" ; - badbassaeng_nn_1 = mkN "badbassдng" "badbassдnger" ; - badborste_nn_1 = mkN "badborste" utrum ; - baddare_nn_1 = mkN "baddare" "baddare" ; - baddjaevel_nn_1 = mkN "baddjдvel" ; - baddraekt_nn_1 = mkN "baddrдkt" "baddrдkter" ; - badensare_nn_1 = mkN "badensare" "badensare" ; - badensisk_av_1 = mkA "badensisk" ; - badgaest_nn_1 = mkN "badgдst" "badgдster" ; - badhandduk_nn_1 = mkN "badhandduk" ; - badhus_nn_1 = mkN "badhus" neutrum ; - badhytt_nn_1 = mkN "badhytt" "badhytter" ; - badkar_nn_1 = mkN "badkar" neutrum ; - badkarseffekt_nn_1 = mkN "badkarseffekt" "badkarseffekter" ; - badkarskant_nn_1 = mkN "badkarskant" "badkarskanter" ; - badlakan_nn_1 = mkN "badlakan" neutrum ; - badmintonboll_nn_1 = mkN "badmintonboll" ; - badort_nn_1 = mkN "badort" "badorter" ; - badrum_nn_1 = mkN "badrum" "badrummet" "badrum" "badrummen" ; - badsalt_nn_1 = mkN "badsalt" "badsaltet" "badsalter" "badsalterna" ; - badstaelle_nn_1 = mkN "badstдlle" ; - badstrand_nn_1 = mkN "badstrand" "badstrдnder" ; - badturist_nn_1 = mkN "badturist" "badturister" ; - badvatten_nn_1 = mkN "badvatten" "badvattnet" "badvatten" "badvattnen" ; - baebis_nn_1 = mkN "bдbis" ; - baeck_nn_1 = mkN "bдck" ; - baeckahaest_nn_1 = mkN "bдckahдst" ; - baecken_nn_1 = mkN "bдcken" neutrum ; - baeckenben_nn_1 = mkN "bдckenben" neutrum ; - baeckenfoertraengning_nn_1 = mkN "bдckenfцrtrдngning" ; - baeckforell_nn_1 = mkN "bдckforell" "bдckforeller" ; - baeckoering_nn_1 = mkN "bдckцring" ; - baeckravin_nn_1 = mkN "bдckravin" "bдckraviner" ; - baeckroeding_nn_1 = mkN "bдckrцding" ; - baedd_nn_1 = mkN "bдdd" ; - baeddutrustning_nn_1 = mkN "bдddutrustning" ; - baegare_nn_1 = mkN "bдgare" "bдgare" ; - baegarkorall_nn_1 = mkN "bдgarkorall" "bдgarkoraller" ; - baegarmanet_nn_1 = mkN "bдgarmanet" "bдgarmaneter" ; - baegarsvamp_nn_1 = mkN "bдgarsvamp" ; - baelg_nn_1 = mkN "bдlg" ; - baelgkamera_nn_1 = mkN "bдlgkamera" ; - baelgliknande_av_1 = mkA "bдlgliknande" ; - baelgvante_nn_1 = mkN "bдlgvante" utrum ; - baeltdjur_nn_1 = mkN "bдltdjur" neutrum ; - baeltespaennare_nn_1 = mkN "bдltespдnnare" "bдltespдnnare" ; - baendelband_nn_1 = mkN "bдndelband" neutrum ; - baendjaern_nn_1 = mkN "bдndjдrn" neutrum ; - baendsel_nn_1 = mkN "bдndsel" ; - baengel_nn_1 = mkN "bдngel" ; - baenk_nn_1 = mkN "bдnk" ; - baenkgranne_nn_1 = mkN "bдnkgranne" utrum ; - baenkkamrat_nn_1 = mkN "bдnkkamrat" "bдnkkamrater" ; - baenknummer_nn_1 = mkN "bдnknummer" neutrum ; - baenkrad_nn_1 = mkN "bдnkrad" "bдnkrader" ; - baenkspis_nn_1 = mkN "bдnkspis" ; - baensel_nn_1 = mkN "bдnsel" ; - baer_nn_1 = mkN "bдr" neutrum ; - baera_vb_1 = mkV "bдra" "bar" "burit" ; - baerande_av_1 = mkA "bдrande" ; - baerare_nn_1 = mkN "bдrare" "bдrare" ; - baerbar_av_1 = mkA "bдrbar" ; - baerbjaelke_nn_1 = mkN "bдrbjдlke" utrum ; - baerbuske_nn_1 = mkN "bдrbuske" utrum ; - baerfis_nn_1 = mkN "bдrfis" ; - baerfrekvens_nn_1 = mkN "bдrfrekvens" "bдrfrekvenser" ; - baergning_nn_1 = mkN "bдrgning" ; - baergningsbil_nn_1 = mkN "bдrgningsbil" ; - baerig_av_1 = mkA "bдrig" ; - baering_nn_1 = mkN "bдring" ; - baerkasse_nn_1 = mkN "bдrkasse" utrum ; - baerkotte_nn_1 = mkN "bдrkotte" utrum ; - baerkraftig_av_1 = mkA "bдrkraftig" ; - baerlager_nn_1 = mkN "bдrlager" neutrum ; - baerm_nn_1 = mkN "bдrm" "bдrmer" ; - baermark_nn_1 = mkN "bдrmark" "bдrmarker" ; - baerpaase_nn_1 = mkN "bдrpеse" utrum ; - baerplan_nn_1 = mkN "bдrplan" neutrum ; - baerplansbaat_nn_1 = mkN "bдrplansbеt" ; - baerplockare_nn_1 = mkN "bдrplockare" "bдrplockare" ; - baers_nn_1 = mkN "bдrs" "bдrsen" "bдrs" "bдrsen" ; - baersaerk_nn_1 = mkN "bдrsдrk" ; - baerstol_nn_1 = mkN "bдrstol" ; - baervidd_nn_1 = mkN "bдrvidd" "bдrvidder" ; - baesteman_nn_1 = mkN "bдsteman" "bдstemannen" "bдstemдn" "bдstemдnnen" ; - baestis_nn_1 = mkN "bдstis" ; - baestsaeljare_nn_1 = mkN "bдstsдljare" "bдstsдljare" ; - baettring_nn_1 = mkN "bдttring" ; - baever_nn_1 = mkN "bдver" ; - baevning_nn_1 = mkN "bдvning" ; - bag_nn_1 = mkN "bag" ; - bagageinlaemning_nn_1 = mkN "bagageinlдmning" ; - bagageutrymme_nn_1 = mkN "bagageutrymme" ; - bagarbarn_nn_1 = mkN "bagarbarn" neutrum ; - bagarbod_nn_1 = mkN "bagarbod" ; - bagare_nn_1 = mkN "bagare" "bagare" ; - bagatell_nn_1 = mkN "bagatell" "bagateller" ; - bagatellmaal_nn_1 = mkN "bagatellmеl" neutrum ; - bagel_nn_1 = mkN "bagel" "bageln" "bagels" "bagelsen" ; - bageri_nn_1 = mkN "bageri" "bagerit" "bagerier" "bagerierna" ; - bagerimargarin_nn_1 = mkN "bagerimargarin" "bagerimargarinet" "bagerimargariner" "bagerimargarinerna" ; - bagg_nn_1 = mkN "bagg" ; - bagge_nn_1 = mkN "bagge" utrum ; - bagis_nn_1 = mkN "bagis" ; - baguette_nn_1 = mkN "baguette" "baguetter" ; - bahaman_nn_1 = mkN "bahaman" "bahamaner" ; - bahamansk_av_1 = mkA "bahamansk" ; - bahrainare_nn_1 = mkN "bahrainare" "bahrainare" ; - bahrainsk_av_1 = mkA "bahrainsk" ; - bahytt_nn_1 = mkN "bahytt" "bahytter" ; - baisse_nn_1 = mkN "baisse" "baisser" ; - bajadaer_nn_1 = mkN "bajadдr" "bajadдrer" ; - bajersk_av_1 = mkA "bajersk" ; - bajonett_nn_1 = mkN "bajonett" "bajonetter" ; - bajonettbalja_nn_1 = mkN "bajonettbalja" ; - bajonettfattning_nn_1 = mkN "bajonettfattning" ; - bajrare_nn_1 = mkN "bajrare" "bajrare" ; - bajsnoedig_av_1 = mkA "bajsnцdig" ; - bak_ab_1 = mkAdv "bak" ; - bak_nn_1 = mkN "bak" ; - bak_nn_2 = mkN "bak" neutrum ; - bakaat_ab_1 = mkAdv "bakеt" ; - bakaatraeknande_av_1 = mkA "bakеtrдknande" ; - bakaatstraevande_av_1 = mkA "bakеtstrдvande" ; - bakaatstraevare_nn_1 = mkN "bakеtstrдvare" "bakеtstrдvare" ; - bakarv_nn_1 = mkN "bakarv" neutrum ; - bakarvinge_nn_1 = mkN "bakarvinge" utrum ; - bakaxel_nn_1 = mkN "bakaxel" ; - bakaxelvaexel_nn_1 = mkN "bakaxelvдxel" ; - bakben_nn_1 = mkN "bakben" neutrum ; - bakbinda_vb_1 = mkV "bakbinda" "bakband" "bakbundit" ; - bakblaasare_nn_1 = mkN "bakblеsare" "bakblеsare" ; - bakdaeck_nn_1 = mkN "bakdдck" neutrum ; - bakdel_nn_1 = mkN "bakdel" "bakdelen" "bakdelar" "bakdelarna" ; - bakdoerr_nn_1 = mkN "bakdцrr" ; - bakefter_ab_1 = mkAdv "bakefter" ; - bakelse_nn_1 = mkN "bakelse" "bakelser" ; - bakfot_nn_1 = mkN "bakfot" "bakfцtter" ; - bakfram_ab_1 = mkAdv "bakfram" ; - bakfull_av_1 = mkA "bakfull" ; - bakgaard_nn_1 = mkN "bakgеrd" ; - bakgrund_nn_1 = mkN "bakgrund" "bakgrunder" ; - bakgrundsfigur_nn_1 = mkN "bakgrundsfigur" "bakgrundsfigurer" ; - bakgrundsstraalning_nn_1 = mkN "bakgrundsstrеlning" ; - bakgrundsvariabel_nn_1 = mkN "bakgrundsvariabel" "bakgrundsvariabeln" "bakgrundsvariabler" "bakgrundsvariablerna" ; - bakhaall_nn_1 = mkN "bakhеll" neutrum ; - bakhal_av_1 = mkA "bakhal" ; - bakhas_nn_1 = mkN "bakhas" ; - bakhjul_nn_1 = mkN "bakhjul" neutrum ; - bakhuvud_nn_1 = mkN "bakhuvud" "bakhuvudet" "bakhuvuden" "bakhuvudena" ; - baki_ab_1 = mkAdv "baki" ; - bakifraan_ab_1 = mkAdv "bakifrеn" ; - bakjour_nn_1 = mkN "bakjour" "bakjourer" ; - bakkropp_nn_1 = mkN "bakkropp" ; - bakladdare_nn_1 = mkN "bakladdare" "bakladdare" ; - bakladdning_nn_1 = mkN "bakladdning" ; - baklaenges_ab_1 = mkAdv "baklдnges" ; - baklaengesordbok_nn_1 = mkN "baklдngesordbok" "baklдngesordbцcker" ; - bakoever_ab_1 = mkAdv "bakцver" ; - bakom_ab_1 = mkAdv "bakom" ; - bakpaa_ab_1 = mkAdv "bakpе" ; - bakplaat_nn_1 = mkN "bakplеt" ; - bakplaatspapper_nn_1 = mkN "bakplеtspapper" neutrum ; - bakprojektion_nn_1 = mkN "bakprojektion" "bakprojektioner" ; - bakpulver_nn_1 = mkN "bakpulver" neutrum ; - bakrus_nn_1 = mkN "bakrus" neutrum ; - baksaete_nn_1 = mkN "baksдte" ; - baksida_nn_1 = mkN "baksida" ; - bakslag_nn_1 = mkN "bakslag" neutrum ; - bakslagsventil_nn_1 = mkN "bakslagsventil" "bakslagsventiler" ; - bakslug_av_1 = mkA "bakslug" ; - bakspaar_nn_1 = mkN "bakspеr" neutrum ; - bakstraevare_nn_1 = mkN "bakstrдvare" "bakstrдvare" ; - bakstroem_nn_1 = mkN "bakstrцm" "bakstrцmmen" "bakstrцmmar" "bakstrцmmarna" ; - baktanke_nn_1 = mkN "baktanke" utrum ; - baktericid_nn_1 = mkN "baktericid" "baktericider" ; - bakterie_nn_1 = mkN "bakterie" "bakterier" ; - bakterieart_nn_1 = mkN "bakterieart" "bakteriearter" ; - bakteriedoedande_av_1 = mkA "bakteriedцdande" ; - bakteriehaerd_nn_1 = mkN "bakteriehдrd" ; - bakteriekultur_nn_1 = mkN "bakteriekultur" "bakteriekulturer" ; - bakteriofag_nn_1 = mkN "bakteriofag" "bakteriofager" ; - bakteriolog_nn_1 = mkN "bakteriolog" "bakteriologer" ; - bakteriologisk_av_1 = mkA "bakteriologisk" ; - baktill_ab_1 = mkAdv "baktill" ; - baktung_av_1 = mkA "baktung" ; - bakugn_nn_1 = mkN "bakugn" ; - bakut_ab_1 = mkAdv "bakut" ; - bakvaeg_nn_1 = mkN "bakvдg" ; - bakvaend_av_1 = mkA "bakvдnd" ; - bakvatten_nn_1 = mkN "bakvatten" "bakvattnet" "bakvatten" "bakvattnen" ; - bakverk_nn_1 = mkN "bakverk" neutrum ; - bakvid_ab_1 = mkAdv "bakvid" ; - bakvikt_nn_1 = mkN "bakvikt" "bakvikter" ; - bal_nn_1 = mkN "bal" ; - bal_nn_2 = mkN "bal" "baler" ; - balans_nn_1 = mkN "balans" "balanser" ; - balansakt_nn_1 = mkN "balansakt" "balansakter" ; - balansering_nn_1 = mkN "balansering" ; - balanserstaang_nn_1 = mkN "balanserstеng" "balanserstдnger" ; - balanshjul_nn_1 = mkN "balanshjul" neutrum ; - balanskonstnaer_nn_1 = mkN "balanskonstnдr" "balanskonstnдrer" ; - balanskonto_nn_1 = mkN "balanskonto" "balanskontot" "balanskonton" "balanskontona" ; - balansplog_nn_1 = mkN "balansplog" ; - balansraekning_nn_1 = mkN "balansrдkning" ; - balansroder_nn_1 = mkN "balansroder" neutrum ; - balansrubbning_nn_1 = mkN "balansrubbning" ; - balansvaag_nn_1 = mkN "balansvеg" ; - baldakin_nn_1 = mkN "baldakin" "baldakiner" ; - baldersbraa_nn_1 = mkN "baldersbrе" "baldersbrеn" "baldersbrеr" "baldersbrеrna" ; - bale_nn_1 = mkN "bale" utrum ; - balett_nn_1 = mkN "balett" "baletter" ; - balettdans_nn_1 = mkN "balettdans" "balettdanser" ; - balettdansoes_nn_1 = mkN "balettdansцs" "balettdansцser" ; - balettmaestare_nn_1 = mkN "balettmдstare" "balettmдstare" ; - baljvaext_nn_1 = mkN "baljvдxt" "baljvдxter" ; - balk_nn_1 = mkN "balk" ; - balkanfolk_nn_1 = mkN "balkanfolk" neutrum ; - balkanisering_nn_1 = mkN "balkanisering" ; - balkknae_nn_1 = mkN "balkknд" "balkknдet" "balkknдn" "balkknдna" ; - balkong_nn_1 = mkN "balkong" "balkonger" ; - balkvaegare_nn_1 = mkN "balkvдgare" "balkvдgare" ; - balkverk_nn_1 = mkN "balkverk" neutrum ; - ball_av_1 = mkA "ball" ; - ballad_nn_1 = mkN "ballad" "ballader" ; - ballast_nn_1 = mkN "ballast" "ballaster" ; - ballong_nn_1 = mkN "ballong" "ballonger" ; - ballongboll_nn_1 = mkN "ballongboll" ; - ballongdaeck_nn_1 = mkN "ballongdдck" neutrum ; - ballonggas_nn_1 = mkN "ballonggas" "ballonggaser" ; - ballongprick_nn_1 = mkN "ballongprick" ; - ballongsegel_nn_1 = mkN "ballongsegel" neutrum ; - balloptikon_nn_1 = mkN "balloptikon" neutrum ; - balneolog_nn_1 = mkN "balneolog" "balneologer" ; - balsam_nn_1 = mkN "balsam" "balsamer" ; - balsamdoftande_av_1 = mkA "balsamdoftande" ; - balsamin_nn_1 = mkN "balsamin" "balsaminer" ; - balsamisk_av_1 = mkA "balsamisk" ; - balt_nn_1 = mkN "balt" "balter" ; - baltisk_av_1 = mkA "baltisk" ; - baluns_nn_1 = mkN "baluns" "balunser" ; - baluster_nn_1 = mkN "baluster" ; - balustrad_nn_1 = mkN "balustrad" "balustrader" ; - bamburoer_nn_1 = mkN "bamburцr" neutrum ; - ban_nn_1 = mkN "ban" ; - banal_av_1 = mkA "banal" ; - banalitet_nn_1 = mkN "banalitet" "banaliteter" ; - banan_nn_1 = mkN "banan" "bananer" ; - banankontakt_nn_1 = mkN "banankontakt" "banankontakter" ; - bananrepublik_nn_1 = mkN "bananrepublik" "bananrepubliker" ; - bananstock_nn_1 = mkN "bananstock" ; - banbrytande_av_1 = mkA "banbrytande" ; - banbrytare_nn_1 = mkN "banbrytare" "banbrytare" ; - band_nn_1 = mkN "band" neutrum ; - bandage_nn_1 = mkN "bandage" "bandaget" "bandage" "bandagen" ; - banderoll_nn_1 = mkN "banderoll" "banderoller" ; - bandfordon_nn_1 = mkN "bandfordon" neutrum ; - bandgenerator_nn_1 = mkN "bandgenerator" "bandgeneratorer" ; - bandhund_nn_1 = mkN "bandhund" ; - bandit_nn_1 = mkN "bandit" "banditer" ; - bandolaer_nn_1 = mkN "bandolдr" neutrum ; - bandotek_nn_1 = mkN "bandotek" neutrum ; - bandspektrum_nn_1 = mkN "bandspektrum" neutrum ; - bandspelare_nn_1 = mkN "bandspelare" "bandspelare" ; - bandstation_nn_1 = mkN "bandstation" "bandstationer" ; - bandtraktor_nn_1 = mkN "bandtraktor" "bandtraktorer" ; - bandyroer_nn_1 = mkN "bandyrцr" neutrum ; - bandyslag_nn_1 = mkN "bandyslag" neutrum ; - baneman_nn_1 = mkN "baneman" "banemannen" "banemдn" "banemдnnen" ; - baner_nn_1 = mkN "baner" "baneret" "baner" "baneren" ; - banerfoerare_nn_1 = mkN "banerfцrare" "banerfцrare" ; - banesaar_nn_1 = mkN "banesеr" neutrum ; - bang_av_1 = mkA "bang" ; - bang_nn_1 = mkN "bang" ; - bangaard_nn_1 = mkN "bangеrd" ; - bangladeshare_nn_1 = mkN "bangladeshare" "bangladeshare" ; - bangladeshisk_av_1 = mkA "bangladeshisk" ; - banhall_nn_1 = mkN "banhall" ; - baning_nn_1 = mkN "baning" ; - banjo_nn_1 = mkN "banjo" "banjor" ; - bank_nn_1 = mkN "bank" ; - bank_nn_2 = mkN "bank" "banker" ; - bankbok_nn_1 = mkN "bankbok" "bankbцcker" ; - bankett_nn_1 = mkN "bankett" "banketter" ; - bankfack_nn_1 = mkN "bankfack" neutrum ; - bankgiro_nn_1 = mkN "bankgiro" "bankgirot" "bankgiron" "bankgirona" ; - bankinspektion_nn_1 = mkN "bankinspektion" "bankinspektioner" ; - bankir_nn_1 = mkN "bankir" "bankirer" ; - bankkamrer_nn_1 = mkN "bankkamrer" "bankkamrerer" ; - bankkonto_nn_1 = mkN "bankkonto" "bankkontot" "bankkonton" "bankkontona" ; - banklaan_nn_1 = mkN "banklеn" neutrum ; - bankofullmaektig_nn_1 = mkN "bankofullmдktig" "bankofullmдktigen" "bankofullmдktige" "bankofullmдktigena" ; - bankomat_nn_1 = mkN "bankomat" "bankomater" ; - bankroerelse_nn_1 = mkN "bankrцrelse" "bankrцrelser" ; - bankrutt_av_1 = mkA "bankrutt" ; - bankrutt_nn_1 = mkN "bankrutt" "bankrutter" ; - bankruttoer_nn_1 = mkN "bankruttцr" "bankruttцrer" ; - banksparande_nn_1 = mkN "banksparande" ; - bankvaexel_nn_1 = mkN "bankvдxel" ; - banloepning_nn_1 = mkN "banlцpning" ; - bann_nn_1 = mkN "bann" neutrum ; - bannstraale_nn_1 = mkN "bannstrеle" utrum ; - banrekord_nn_1 = mkN "banrekord" neutrum ; - banroerelse_nn_1 = mkN "banrцrelse" "banrцrelser" ; - bantlaer_nn_1 = mkN "bantlдr" neutrum ; - bantufolk_nn_1 = mkN "bantufolk" neutrum ; - bantuspraak_nn_1 = mkN "bantusprеk" neutrum ; - banvagn_nn_1 = mkN "banvagn" ; - banvall_nn_1 = mkN "banvall" ; - baptist_nn_1 = mkN "baptist" "baptister" ; - baptisterium_nn_1 = mkN "baptisterium" "baptisteriet" "baptisterier" "baptisterierna" ; - bar_av_1 = mkA "bar" ; - bar_nn_1 = mkN "bar" "barer" ; - bar_nn_2 = mkN "bar" "baren" "bar" "baren" ; - bara_ab_1 = mkAdv "bara" ; - barack_nn_1 = mkN "barack" "baracker" ; - barbacka_ab_1 = mkAdv "barbacka" ; - barbadier_nn_1 = mkN "barbadier" "barbadiern" "barbadier" "barbadierna" ; - barbadisk_av_1 = mkA "barbadisk" ; - barbar_nn_1 = mkN "barbar" "barbarer" ; - barbarisk_av_1 = mkA "barbarisk" ; - barbarism_nn_1 = mkN "barbarism" "barbarismer" ; - barbent_av_1 = mkA "barbent" "barbent" ; - barberare_nn_1 = mkN "barberare" "barberare" ; - barbiturat_nn_1 = mkN "barbiturat" neutrum ; - bard_nn_1 = mkN "bard" "barder" ; - bardisan_nn_1 = mkN "bardisan" "bardisaner" ; - bardisk_nn_1 = mkN "bardisk" ; - bardun_nn_1 = mkN "bardun" "barduner" ; - bardval_nn_1 = mkN "bardval" ; - barett_nn_1 = mkN "barett" "baretter" ; - barfota_av_1 = mkA "barfota" ; - barfotalaekare_nn_1 = mkN "barfotalдkare" "barfotalдkare" ; - barfotalasse_nn_1 = mkN "barfotalasse" utrum ; - barfotamunk_nn_1 = mkN "barfotamunk" ; - bariton_nn_1 = mkN "bariton" "baritoner" ; - bariumfoerening_nn_1 = mkN "bariumfцrening" ; - bariumsalt_nn_1 = mkN "bariumsalt" "bariumsaltet" "bariumsalter" "bariumsalterna" ; - bariumsulfat_nn_1 = mkN "bariumsulfat" neutrum ; - bark_nn_2 = mkN "bark" ; - barkaroll_nn_1 = mkN "barkaroll" "barkaroller" ; - barkass_nn_1 = mkN "barkass" "barkasser" ; - barkbaat_nn_1 = mkN "barkbеt" ; - barkborre_nn_1 = mkN "barkborre" utrum ; - barkbroed_nn_1 = mkN "barkbrцd" neutrum ; - barkis_nn_1 = mkN "barkis" ; - barkspade_nn_1 = mkN "barkspade" utrum ; - barktaekt_nn_1 = mkN "barktдkt" "barktдkter" ; - barlast_nn_1 = mkN "barlast" "barlaster" ; - barlastkoel_nn_1 = mkN "barlastkцl" ; - barm_nn_1 = mkN "barm" ; - barmark_nn_1 = mkN "barmark" "barmarker" ; - barmhaertig_av_1 = mkA "barmhдrtig" ; - barmhaertighet_nn_1 = mkN "barmhдrtighet" "barmhдrtigheter" ; - barmhaertighetsmord_nn_1 = mkN "barmhдrtighetsmord" neutrum ; - barn_nn_1 = mkN "barn" neutrum ; - barnadoedlighet_nn_1 = mkN "barnadцdlighet" "barnadцdligheter" ; - barnafader_nn_1 = mkN "barnafader" "barnafadern" "barnafдder" "barnafдderna" ; - barnafoederska_nn_1 = mkN "barnafцderska" ; - barnarov_nn_1 = mkN "barnarov" neutrum ; - barnasinne_nn_1 = mkN "barnasinne" ; - barnavaard_nn_1 = mkN "barnavеrd" ; - barnavaardscentral_nn_1 = mkN "barnavеrdscentral" "barnavеrdscentraler" ; - barnavaardsman_nn_1 = mkN "barnavеrdsman" "barnavеrdsmannen" "barnavеrdsmдn" "barnavеrdsmдnnen" ; - barnavaardsnaemnd_nn_1 = mkN "barnavеrdsnдmnd" "barnavеrdsnдmnder" ; - barnbarn_nn_1 = mkN "barnbarn" neutrum ; - barnbarnsbarn_nn_1 = mkN "barnbarnsbarn" neutrum ; - barnbegraensning_nn_1 = mkN "barnbegrдnsning" ; - barnbespisning_nn_1 = mkN "barnbespisning" ; - barnbidrag_nn_1 = mkN "barnbidrag" neutrum ; - barnboerdshus_nn_1 = mkN "barnbцrdshus" neutrum ; - barnbok_nn_1 = mkN "barnbok" "barnbцcker" ; - barncykel_nn_1 = mkN "barncykel" ; - barndaghem_nn_1 = mkN "barndaghem" "barndaghemmet" "barndaghem" "barndaghemmen" ; - barndom_nn_1 = mkN "barndom" ; - barndop_nn_1 = mkN "barndop" neutrum ; - barnfamilj_nn_1 = mkN "barnfamilj" "barnfamiljer" ; - barnfoedd_av_1 = mkA "barnfцdd" ; - barnfoerbjuden_av_1 = mkA "barnfцrbjuden" "barnfцrbjudet" ; - barngrupp_nn_1 = mkN "barngrupp" "barngrupper" ; - barnhem_nn_1 = mkN "barnhem" "barnhemmet" "barnhem" "barnhemmen" ; - barnhuvud_nn_1 = mkN "barnhuvud" "barnhuvudet" "barnhuvuden" "barnhuvudena" ; - barnkaer_av_1 = mkA "barnkдr" ; - barnkalas_nn_1 = mkN "barnkalas" neutrum ; - barnkoloni_nn_1 = mkN "barnkoloni" "barnkolonier" ; - barnledig_av_1 = mkA "barnledig" ; - barnlek_nn_1 = mkN "barnlek" ; - barnloes_av_1 = mkA "barnlцs" ; - barnmorska_nn_1 = mkN "barnmorska" ; - barnomsorgskostnad_nn_1 = mkN "barnomsorgskostnad" "barnomsorgskostnader" ; - barnparkering_nn_1 = mkN "barnparkering" ; - barnpassning_nn_1 = mkN "barnpassning" ; - barnsaeker_av_1 = mkA "barnsдker" "barnsдkert" "barnsдkra" "barnsдkra" "barnsдkrare" "barnsдkrast" "barnsдkraste" ; - barnsaeng_nn_1 = mkN "barnsдng" ; - barnsak_nn_1 = mkN "barnsak" "barnsaker" ; - barnsboerd_nn_1 = mkN "barnsbцrd" "barnsbцrder" ; - barnsjukdom_nn_1 = mkN "barnsjukdom" ; - barnsko_nn_1 = mkN "barnsko" "barnskor" ; - barnskoeterska_nn_1 = mkN "barnskцterska" ; - barnslig_av_1 = mkA "barnslig" ; - barnslighet_nn_1 = mkN "barnslighet" "barnsligheter" ; - barnstuga_nn_1 = mkN "barnstuga" ; - barntillaaten_av_1 = mkA "barntillеten" "barntillеtet" ; - barnunge_nn_1 = mkN "barnunge" utrum ; - barnvagn_nn_1 = mkN "barnvagn" ; - barnvakt_nn_1 = mkN "barnvakt" "barnvakter" ; - barock_av_1 = mkA "barock" ; - barockstil_nn_1 = mkN "barockstil" ; - barograf_nn_1 = mkN "barograf" "barografer" ; - barogram_nn_1 = mkN "barogram" "barogrammet" "barogram" "barogrammen" ; - barometer_nn_1 = mkN "barometer" ; - barometerfall_nn_1 = mkN "barometerfall" neutrum ; - barometerstaand_nn_1 = mkN "barometerstеnd" neutrum ; - barometrisk_av_1 = mkA "barometrisk" ; - baron_nn_1 = mkN "baron" "baroner" ; - barospirator_nn_1 = mkN "barospirator" "barospiratorer" ; - barr_nn_1 = mkN "barr" neutrum ; - barr_nn_2 = mkN "barr" "barrer" ; - barriaer_nn_1 = mkN "barriдr" "barriдrer" ; - barrikad_nn_1 = mkN "barrikad" "barrikader" ; - barrikadkaempe_nn_1 = mkN "barrikadkдmpe" utrum ; - barrikadstrid_nn_1 = mkN "barrikadstrid" "barrikadstrider" ; - barrskog_nn_1 = mkN "barrskog" ; - barrskogsgraens_nn_1 = mkN "barrskogsgrдns" "barrskogsgrдnser" ; - barrskogsregion_nn_1 = mkN "barrskogsregion" "barrskogsregioner" ; - barrtraed_nn_1 = mkN "barrtrдd" neutrum ; - barrtraedskotte_nn_1 = mkN "barrtrдdskotte" utrum ; - barrtraedssort_nn_1 = mkN "barrtrдdssort" "barrtrдdssorter" ; - barservering_nn_1 = mkN "barservering" ; - barsk_av_1 = mkA "barsk" ; - barskaap_nn_1 = mkN "barskеp" neutrum ; - barstol_nn_1 = mkN "barstol" ; - bartender_nn_1 = mkN "bartender" ; - barvinter_nn_1 = mkN "barvinter" ; - barysfaer_nn_1 = mkN "barysfдr" "barysfдrer" ; - baryton_nn_1 = mkN "baryton" "barytoner" ; - bas_nn_1 = mkN "bas" ; - bas_nn_2 = mkN "bas" "baser" ; - basaar_nn_1 = mkN "basеr" neutrum ; - basal_av_1 = mkA "basal" ; - basar_nn_1 = mkN "basar" "basarer" ; - basbelopp_nn_1 = mkN "basbelopp" neutrum ; - basenhet_nn_1 = mkN "basenhet" "basenheter" ; - basfaerdighet_nn_1 = mkN "basfдrdighet" "basfдrdigheter" ; - basfiol_nn_1 = mkN "basfiol" "basfioler" ; - basilisk_nn_1 = mkN "basilisk" "basilisker" ; - basisk_av_1 = mkA "basisk" ; - basist_nn_1 = mkN "basist" "basister" ; - bask_nn_1 = mkN "bask" "basker" ; - basker_nn_1 = mkN "basker" ; - basketboll_nn_1 = mkN "basketboll" ; - baskisk_av_1 = mkA "baskisk" ; - baskiska_nn_2 = mkN "baskiska" ; - baslinje_nn_1 = mkN "baslinje" "baslinjer" ; - basning_nn_1 = mkN "basning" ; - basorganisation_nn_1 = mkN "basorganisation" "basorganisationer" ; - basrelief_nn_1 = mkN "basrelief" "basreliefer" ; - bassaeng_nn_1 = mkN "bassдng" "bassдnger" ; - basse_nn_1 = mkN "basse" utrum ; - basset_nn_1 = mkN "basset" ; - bast_nn_2 = mkN "bast" neutrum ; - bastant_av_1 = mkA "bastant" "bastant" ; - bastard_nn_1 = mkN "bastard" "bastarder" ; - bastardform_nn_1 = mkN "bastardform" "bastardformer" ; - bastardnaektergal_nn_1 = mkN "bastardnдktergal" ; - bastcell_nn_1 = mkN "bastcell" "bastceller" ; - bastfiber_nn_1 = mkN "bastfiber" "bastfibern" "bastfibrer" "bastfibrerna" ; - bastingering_nn_1 = mkN "bastingering" ; - bastion_nn_1 = mkN "bastion" "bastioner" ; - bastonad_nn_1 = mkN "bastonad" "bastonader" ; - bastu_nn_1 = mkN "bastu" "bastun" "bastur" "basturna" ; - bastubad_nn_1 = mkN "bastubad" neutrum ; - basun_nn_1 = mkN "basun" "basuner" ; - basunstoet_nn_1 = mkN "basunstцt" ; - basvaeg_nn_1 = mkN "basvдg" ; - basvinkel_nn_1 = mkN "basvinkel" ; - batalj_nn_1 = mkN "batalj" "bataljer" ; - bataljmaalare_nn_1 = mkN "bataljmеlare" "bataljmеlare" ; - bataljmaalning_nn_1 = mkN "bataljmеlning" ; - bataljon_nn_1 = mkN "bataljon" "bataljoner" ; - bataljonschef_nn_1 = mkN "bataljonschef" "bataljonschefer" ; - batat_nn_1 = mkN "batat" "batater" ; - batist_nn_1 = mkN "batist" "batister" ; - batong_nn_1 = mkN "batong" "batonger" ; - batteri_nn_1 = mkN "batteri" "batterit" "batterier" "batterierna" ; - batteridriven_av_1 = mkA "batteridriven" "batteridrivet" ; - batteriprovare_nn_1 = mkN "batteriprovare" "batteriprovare" ; - batterist_nn_1 = mkN "batterist" "batterister" ; - batteritaendning_nn_1 = mkN "batteritдndning" ; - batting_nn_1 = mkN "batting" ; - batysfaer_nn_1 = mkN "batysfдr" "batysfдrer" ; - baud_nn_1 = mkN "baud" "bauden" "baud" "bauden" ; - bautasten_nn_1 = mkN "bautasten" "bautastenen" "bautastenar" "bautastenarna" ; - be_vb_1 = mkV "be" "bad" "bett" ; - beagle_nn_1 = mkN "beagle" utrum ; - beaktansvaerd_av_1 = mkA "beaktansvдrd" "beaktansvдrt" ; - bearbetning_nn_1 = mkN "bearbetning" ; - bearnaisesaas_nn_1 = mkN "bearnaisesеs" "bearnaisesеser" ; - beatnik_nn_1 = mkN "beatnik" ; - bebaadelse_nn_1 = mkN "bebеdelse" "bebеdelser" ; - bebis_nn_1 = mkN "bebis" ; - bebodd_av_1 = mkA "bebodd" "bebodtt" ; - beboelig_av_1 = mkA "beboelig" ; - bebyggelse_nn_1 = mkN "bebyggelse" "bebyggelser" ; - bebyggelsenamn_nn_1 = mkN "bebyggelsenamn" neutrum ; - beckasin_nn_1 = mkN "beckasin" "beckasiner" ; - beckig_av_1 = mkA "beckig" ; - beckmoerk_av_1 = mkA "beckmцrk" ; - becquerel_nn_1 = mkN "becquerel" "becquerelen" "becquerel" "becquerelen" ; - bedaarande_av_1 = mkA "bedеrande" ; - bedja_vb_1 = mkV "bedja" "bedjar" "bedja" "bedjad" "bedjatt" "bedjadd" ; - bedjande_av_1 = mkA "bedjande" ; - bedoemande_nn_1 = mkN "bedцmande" ; - bedoemare_nn_1 = mkN "bedцmare" "bedцmare" ; - bedoemning_nn_1 = mkN "bedцmning" ; - bedoevning_nn_1 = mkN "bedцvning" ; - bedoevningsmedel_nn_1 = mkN "bedцvningsmedel" neutrum ; - bedra_vb_1 = mkV "bedra" "bedrar" "bedra" "bedrog" "bedragit" "bedragen" ; - bedraegeri_nn_1 = mkN "bedrдgeri" "bedrдgerit" "bedrдgerier" "bedrдgerierna" ; - bedraeglig_av_1 = mkA "bedrдglig" ; - bedragare_nn_1 = mkN "bedragare" "bedragare" ; - bedrift_nn_1 = mkN "bedrift" "bedrifter" ; - bedriva_vb_1 = mkV "bedriva" "bedrev" "bedrivit" ; - bedroevelse_nn_1 = mkN "bedrцvelse" "bedrцvelser" ; - bedroevlig_av_1 = mkA "bedrцvlig" ; - beduin_nn_1 = mkN "beduin" "beduiner" ; - befael_nn_1 = mkN "befдl" neutrum ; - befaelhavande_av_1 = mkA "befдlhavande" ; - befaelhavare_nn_1 = mkN "befдlhavare" "befдlhavare" ; - befaelselev_nn_1 = mkN "befдlselev" "befдlselever" ; - befaelsfoering_nn_1 = mkN "befдlsfцring" ; - befaelsgrad_nn_1 = mkN "befдlsgrad" "befдlsgrader" ; - befaelsstaellning_nn_1 = mkN "befдlsstдllning" ; - befaelstecken_nn_1 = mkN "befдlstecken" "befдlstecknet" "befдlstecken" "befдlstecknen" ; - befaengd_av_1 = mkA "befдngd" "befдngt" ; - befaestning_nn_1 = mkN "befдstning" ; - befaestningsgrav_nn_1 = mkN "befдstningsgrav" ; - befaestningslinje_nn_1 = mkN "befдstningslinje" "befдstningslinjer" ; - befaestningsskydd_nn_1 = mkN "befдstningsskydd" neutrum ; - befaestningsverk_nn_1 = mkN "befдstningsverk" neutrum ; - befallande_av_1 = mkA "befallande" ; - befallning_nn_1 = mkN "befallning" ; - befallningshavande_nn_1 = mkN "befallningshavande" "befallningshavanden" "befallningshavande" "befallningshavandena" ; - befallningsman_nn_1 = mkN "befallningsman" "befallningsmannen" "befallningsmдn" "befallningsmдnnen" ; - befara_vb_2 = mkV "befara" "befor" "befarit" ; - befaren_av_1 = mkA "befaren" "befaret" ; - befattning_nn_1 = mkN "befattning" ; - befattningshavare_nn_1 = mkN "befattningshavare" "befattningshavare" ; - befinna_vb_1 = mkV "befinna" "befann" "befunnit" ; - befintlig_av_1 = mkA "befintlig" ; - befintlighet_nn_1 = mkN "befintlighet" "befintligheter" ; - befjaedring_nn_1 = mkN "befjдdring" ; - befogenhet_nn_1 = mkN "befogenhet" "befogenheter" ; - befolkning_nn_1 = mkN "befolkning" ; - befolkningsexplosion_nn_1 = mkN "befolkningsexplosion" "befolkningsexplosioner" ; - befolkningsgrupp_nn_1 = mkN "befolkningsgrupp" "befolkningsgrupper" ; - befolkningsoekning_nn_1 = mkN "befolkningsцkning" ; - befolkningspyramid_nn_1 = mkN "befolkningspyramid" "befolkningspyramider" ; - befolkningsstatistik_nn_1 = mkN "befolkningsstatistik" "befolkningsstatistiker" ; - befordran_nn_1 = mkN "befordran" "befordran" "befordringar" "befordringarna" ; - befordring_nn_1 = mkN "befordring" ; - befordringsgaang_nn_1 = mkN "befordringsgеng" ; - befordringsgrund_nn_1 = mkN "befordringsgrund" "befordringsgrunder" ; - befraemjare_nn_1 = mkN "befrдmjare" "befrдmjare" ; - befraktare_nn_1 = mkN "befraktare" "befraktare" ; - befraktning_nn_1 = mkN "befraktning" ; - befriande_av_1 = mkA "befriande" ; - befrielse_nn_1 = mkN "befrielse" "befrielser" ; - befrielsefront_nn_1 = mkN "befrielsefront" "befrielsefronter" ; - befrielsekamp_nn_1 = mkN "befrielsekamp" "befrielsekamper" ; - befrielsekrig_nn_1 = mkN "befrielsekrig" neutrum ; - befrielseroerelse_nn_1 = mkN "befrielserцrelse" "befrielserцrelser" ; - befruktning_nn_1 = mkN "befruktning" ; - begaa_vb_1 = mkV "begе" "begеr" "begе" "begick" "begеtt" "begеngen" ; - begaavning_nn_1 = mkN "begеvning" ; - begaavningsreserv_nn_1 = mkN "begеvningsreserv" "begеvningsreserver" ; - begaer_nn_1 = mkN "begдr" neutrum ; - begaerelse_nn_1 = mkN "begдrelse" "begдrelser" ; - begaerlig_av_1 = mkA "begдrlig" ; - bege_vb_1 = mkV "bege" "beger" "bege" "begav" "begett" "begiven" ; - begeistring_nn_1 = mkN "begeistring" ; - begineraa_nn_1 = mkN "beginerе" "beginerеn" "beginerеr" "beginerеrna" ; - begivande_nn_1 = mkN "begivande" ; - begiven_av_1 = mkA "begiven" "begivet" ; - begivenhet_nn_1 = mkN "begivenhet" "begivenheter" ; - begjuta_vb_1 = mkV "begjuta" "begцt" "begjutit" ; - begraata_vb_1 = mkV "begrеta" "begrдt" "begrеtit" ; - begraensning_nn_1 = mkN "begrдnsning" ; - begraensningslinje_nn_1 = mkN "begrдnsningslinje" "begrдnsningslinjer" ; - begrava_vb_1 = mkV "begraver" ; - begravning_nn_1 = mkN "begravning" ; - begravningsakt_nn_1 = mkN "begravningsakt" "begravningsakter" ; - begravningsbok_nn_1 = mkN "begravningsbok" "begravningsbцcker" ; - begravningsbyraa_nn_1 = mkN "begravningsbyrе" "begravningsbyrеer" ; - begravningsentreprenoer_nn_1 = mkN "begravningsentreprenцr" "begravningsentreprenцrer" ; - begravningsgaest_nn_1 = mkN "begravningsgдst" "begravningsgдster" ; - begravningskassa_nn_1 = mkN "begravningskassa" ; - begravningskrans_nn_1 = mkN "begravningskrans" ; - begravningsmarsch_nn_1 = mkN "begravningsmarsch" "begravningsmarscher" ; - begravningsmin_nn_1 = mkN "begravningsmin" "begravningsminer" ; - begravningsplats_nn_1 = mkN "begravningsplats" "begravningsplatser" ; - begravningsprocession_nn_1 = mkN "begravningsprocession" "begravningsprocessioner" ; - begravningstaag_nn_1 = mkN "begravningstеg" neutrum ; - begrepp_nn_1 = mkN "begrepp" neutrum ; - begreppsanalys_nn_1 = mkN "begreppsanalys" "begreppsanalyser" ; - begreppsanalytisk_av_1 = mkA "begreppsanalytisk" ; - begreppsbestaemning_nn_1 = mkN "begreppsbestдmning" ; - begreppsfoervirring_nn_1 = mkN "begreppsfцrvirring" ; - begreppslig_av_1 = mkA "begreppslig" ; - begripa_vb_1 = mkV "begripa" "begrep" "begripit" ; - begriplig_av_1 = mkA "begriplig" ; - begriplighet_nn_1 = mkN "begriplighet" "begripligheter" ; - begynnelse_nn_1 = mkN "begynnelse" "begynnelser" ; - begynnelsebokstav_nn_1 = mkN "begynnelsebokstav" "begynnelsebokstдver" ; - begynnelsehastighet_nn_1 = mkN "begynnelsehastighet" "begynnelsehastigheter" ; - begynnelseloen_nn_1 = mkN "begynnelselцn" "begynnelselцner" ; - begynnelserim_nn_1 = mkN "begynnelserim" "begynnelserimmet" "begynnelserim" "begynnelserimmen" ; - begynnelseskede_nn_1 = mkN "begynnelseskede" ; - begynnelsespraak_nn_1 = mkN "begynnelsesprеk" neutrum ; - begynnelsestadium_nn_1 = mkN "begynnelsestadium" "begynnelsestadiet" "begynnelsestadier" "begynnelsestadierna" ; - behaa_nn_1 = mkN "behе" ; - behaalla_vb_1 = mkV "behеlla" "behцll" "behеllit" ; - behaallare_nn_1 = mkN "behеllare" "behеllare" ; - behaallning_nn_1 = mkN "behеllning" ; - behaaring_nn_1 = mkN "behеring" ; - behaendig_av_1 = mkA "behдndig" ; - behag_nn_1 = mkN "behag" neutrum ; - behagfull_av_1 = mkA "behagfull" ; - behaglig_av_1 = mkA "behaglig" ; - behagsjuk_av_1 = mkA "behagsjuk" ; - behandling_nn_1 = mkN "behandling" ; - behandlingsbar_av_1 = mkA "behandlingsbar" ; - behandlingsenhet_nn_1 = mkN "behandlingsenhet" "behandlingsenheter" ; - behandlingsrum_nn_1 = mkN "behandlingsrum" "behandlingsrummet" "behandlingsrum" "behandlingsrummen" ; - behaviorist_nn_1 = mkN "behaviorist" "behaviorister" ; - behjaelplig_av_1 = mkA "behjдlplig" ; - behjaertansvaerd_av_1 = mkA "behjдrtansvдrd" "behjдrtansvдrt" ; - behjaertenhet_nn_1 = mkN "behjдrtenhet" "behjдrtenheter" ; - behoerig_av_1 = mkA "behцrig" ; - behoerigen_ab_1 = mkAdv "behцrigen" ; - behoerighet_nn_1 = mkN "behцrighet" "behцrigheter" ; - behoerighetsbevis_nn_1 = mkN "behцrighetsbevis" neutrum ; - behoevande_av_1 = mkA "behцvande" ; - behoevlig_av_1 = mkA "behцvlig" ; - behov_nn_1 = mkN "behov" neutrum ; - behovloes_av_1 = mkA "behovlцs" ; - behovloeshet_nn_1 = mkN "behovlцshet" "behovlцsheter" ; - behovsprincip_nn_1 = mkN "behovsprincip" "behovsprinciper" ; - behovsproevning_nn_1 = mkN "behovsprцvning" ; - beige_av_1 = mkA "beige" ; - beivrande_nn_1 = mkN "beivrande" ; - bej_nn_1 = mkN "bej" "bejer" ; - bekaempning_nn_1 = mkN "bekдmpning" ; - bekaempningsmedel_nn_1 = mkN "bekдmpningsmedel" neutrum ; - bekaennare_nn_1 = mkN "bekдnnare" "bekдnnare" ; - bekaennelse_nn_1 = mkN "bekдnnelse" "bekдnnelser" ; - bekaennelsefrihet_nn_1 = mkN "bekдnnelsefrihet" "bekдnnelsefriheter" ; - bekaennelseroman_nn_1 = mkN "bekдnnelseroman" "bekдnnelseromaner" ; - bekaennelseskrift_nn_1 = mkN "bekдnnelseskrift" "bekдnnelseskrifter" ; - bekant_av_1 = mkA "bekant" "bekant" ; - bekant_nn_1 = mkN "bekant" "bekanter" ; - bekanting_nn_1 = mkN "bekanting" ; - bekantskap_nn_1 = mkN "bekantskap" "bekantskaper" ; - bekantskapskrets_nn_1 = mkN "bekantskapskrets" ; - beklaednad_nn_1 = mkN "beklдdnad" "beklдdnader" ; - beklaemd_av_1 = mkA "beklдmd" "beklдmt" ; - beklaemmande_av_1 = mkA "beklдmmande" ; - beklagande_nn_1 = mkN "beklagande" ; - beklagansvaerd_av_1 = mkA "beklagansvдrd" "beklagansvдrt" ; - beklaglig_av_1 = mkA "beklaglig" ; - beklagligen_ab_1 = mkAdv "beklagligen" ; - beklagligtvis_ab_1 = mkAdv "beklagligtvis" ; - beknipa_vb_1 = mkV "beknipa" "beknep" "beknipit" ; - bekostnad_nn_1 = mkN "bekostnad" "bekostnader" ; - bekraeftelse_nn_1 = mkN "bekrдftelse" "bekrдftelser" ; - bekroening_nn_1 = mkN "bekrцning" ; - bekvaem_av_1 = mkA "bekvдm" ; - bekvaemlighet_nn_1 = mkN "bekvдmlighet" "bekvдmligheter" ; - bekvaemlighetsinraettning_nn_1 = mkN "bekvдmlighetsinrдttning" ; - bekymmer_nn_1 = mkN "bekymmer" neutrum ; - bekymmerfri_av_1 = mkA "bekymmerfri" "bekymmerfritt" ; - bekymmersam_av_1 = mkA "bekymmersam" "bekymmersamt" "bekymmersamma" "bekymmersamma" "bekymmersammare" "bekymmersammast" "bekymmersammaste" ; - bekymmersfri_av_1 = mkA "bekymmersfri" "bekymmersfritt" ; - bekymmersloes_av_1 = mkA "bekymmerslцs" ; - belaaning_nn_1 = mkN "belеning" ; - belaaten_av_1 = mkA "belеten" "belеtet" ; - belaatenhet_nn_1 = mkN "belеtenhet" "belеtenheter" ; - belackare_nn_1 = mkN "belackare" "belackare" ; - belaegen_av_1 = mkA "belдgen" "belдget" ; - belaegenhet_nn_1 = mkN "belдgenhet" "belдgenheter" ; - belaegg_nn_1 = mkN "belдgg" neutrum ; - belaeggning_nn_1 = mkN "belдggning" ; - belaeggningsring_nn_1 = mkN "belдggningsring" ; - belaeggningssnoere_nn_1 = mkN "belдggningssnцre" ; - belaeggningsstaempel_nn_1 = mkN "belдggningsstдmpel" ; - belaegring_nn_1 = mkN "belдgring" ; - belaegringstillstaand_nn_1 = mkN "belдgringstillstеnd" neutrum ; - belaesenhet_nn_1 = mkN "belдsenhet" "belдsenheter" ; - belaest_av_1 = mkA "belдst" "belдst" ; - belaesthet_nn_1 = mkN "belдsthet" "belдstheter" ; - belag_nn_1 = mkN "belag" neutrum ; - belastning_nn_1 = mkN "belastning" ; - belemnit_nn_1 = mkN "belemnit" "belemniter" ; - belevenhet_nn_1 = mkN "belevenhet" "belevenheter" ; - belgare_nn_1 = mkN "belgare" "belgare" ; - belgier_nn_1 = mkN "belgier" "belgiern" "belgier" "belgierna" ; - belgisk_av_1 = mkA "belgisk" ; - belgiska_nn_1 = mkN "belgiska" ; - belizier_nn_1 = mkN "belizier" "beliziern" "belizier" "belizierna" ; - belizisk_av_1 = mkA "belizisk" ; - beljuga_vb_1 = mkV "beljuga" "beljцg" "beljugit" ; - belletrist_nn_1 = mkN "belletrist" "belletrister" ; - belletristisk_av_1 = mkA "belletristisk" ; - bellis_nn_1 = mkN "bellis" ; - beloening_nn_1 = mkN "belцning" ; - beloeningssystem_nn_1 = mkN "belцningssystem" neutrum ; - belopp_nn_1 = mkN "belopp" neutrum ; - belysande_av_1 = mkA "belysande" ; - belysning_nn_1 = mkN "belysning" ; - belysningsarmatur_nn_1 = mkN "belysningsarmatur" "belysningsarmaturer" ; - belysningsstroem_nn_1 = mkN "belysningsstrцm" "belysningsstrцmmen" "belysningsstrцmmar" "belysningsstrцmmarna" ; - belysningsstyrka_nn_1 = mkN "belysningsstyrka" ; - bemaelde_av_1 = mkA "bemдlde" ; - bemaerkelse_nn_1 = mkN "bemдrkelse" "bemдrkelser" ; - bemaerkelsedag_nn_1 = mkN "bemдrkelsedag" ; - bemaerkt_av_1 = mkA "bemдrkt" "bemдrkt" ; - bemanning_nn_1 = mkN "bemanning" ; - bemoedande_nn_1 = mkN "bemцdande" ; - bemyndigande_nn_1 = mkN "bemyndigande" ; - ben_nn_1 = mkN "ben" neutrum ; - benaadning_nn_1 = mkN "benеdning" ; - benaegen_av_1 = mkA "benдgen" "benдget" ; - benaegenhet_nn_1 = mkN "benдgenhet" "benдgenheter" ; - benaemning_nn_1 = mkN "benдmning" ; - benbildning_nn_1 = mkN "benbildning" ; - benbrosk_nn_1 = mkN "benbrosk" neutrum ; - benbrott_nn_1 = mkN "benbrott" neutrum ; - benediktin_nn_1 = mkN "benediktin" "benediktiner" ; - benediktinerkloster_nn_1 = mkN "benediktinerkloster" neutrum ; - benediktinermunk_nn_1 = mkN "benediktinermunk" ; - benediktinerorden_nn_1 = mkN "benediktinerorden" ; - beneficium_nn_1 = mkN "beneficium" "beneficiet" "beneficier" "beneficierna" ; - benefik_av_1 = mkA "benefik" ; - benfisk_nn_1 = mkN "benfisk" ; - benfri_av_1 = mkA "benfri" "benfritt" ; - bengalisk_av_1 = mkA "bengalisk" ; - benget_nn_1 = mkN "benget" "bengetter" ; - benhaard_av_1 = mkA "benhеrd" "benhеrt" ; - benhinna_nn_1 = mkN "benhinna" ; - benhinneinflammation_nn_1 = mkN "benhinneinflammation" "benhinneinflammationer" ; - benig_av_1 = mkA "benig" ; - benign_av_1 = mkA "benign" ; - beninier_nn_1 = mkN "beninier" "beniniern" "beninier" "beninierna" ; - beninsk_av_1 = mkA "beninsk" ; - benling_nn_1 = mkN "benling" ; - benmuskel_nn_1 = mkN "benmuskel" "benmuskeln" "benmuskler" "benmusklerna" ; - benporslin_nn_1 = mkN "benporslin" "benporslinet" "benporsliner" "benporslinerna" ; - benprotes_nn_1 = mkN "benprotes" "benproteser" ; - benrangel_nn_1 = mkN "benrangel" neutrum ; - benrest_nn_1 = mkN "benrest" "benrester" ; - bensaar_nn_1 = mkN "bensеr" neutrum ; - bensinautomat_nn_1 = mkN "bensinautomat" "bensinautomater" ; - bensinbolag_nn_1 = mkN "bensinbolag" neutrum ; - bensindriven_av_1 = mkA "bensindriven" "bensindrivet" ; - bensindunk_nn_1 = mkN "bensindunk" ; - bensinfoerbrukning_nn_1 = mkN "bensinfцrbrukning" ; - bensinmack_nn_1 = mkN "bensinmack" ; - bensinmotor_nn_1 = mkN "bensinmotor" "bensinmotorer" ; - bensinpump_nn_1 = mkN "bensinpump" ; - bensinskatt_nn_1 = mkN "bensinskatt" "bensinskatter" ; - bensinsnaal_av_1 = mkA "bensinsnеl" ; - bensinstation_nn_1 = mkN "bensinstation" "bensinstationer" ; - bensintank_nn_1 = mkN "bensintank" ; - bensintillsats_nn_1 = mkN "bensintillsats" "bensintillsatser" ; - benskoer_av_1 = mkA "benskцr" ; - benskoerhet_nn_1 = mkN "benskцrhet" "benskцrheter" ; - benskydd_nn_1 = mkN "benskydd" neutrum ; - benspets_nn_1 = mkN "benspets" ; - benstamp_nn_1 = mkN "benstamp" ; - benstomme_nn_1 = mkN "benstomme" utrum ; - benstraale_nn_1 = mkN "benstrеle" utrum ; - bensubstans_nn_1 = mkN "bensubstans" "bensubstanser" ; - bensvulst_nn_1 = mkN "bensvulst" "bensvulster" ; - bentonit_nn_1 = mkN "bentonit" "bentoniter" ; - benutskott_nn_1 = mkN "benutskott" neutrum ; - benvaevnad_nn_1 = mkN "benvдvnad" "benvдvnader" ; - benvit_av_1 = mkA "benvit" ; - bepansring_nn_1 = mkN "bepansring" ; - beraeknande_av_1 = mkA "berдknande" ; - beraeknelig_av_1 = mkA "berдknelig" ; - beraekning_nn_1 = mkN "berдkning" ; - beraekningsgrund_nn_1 = mkN "berдkningsgrund" "berдkningsgrunder" ; - beraekningsmetod_nn_1 = mkN "berдkningsmetod" "berдkningsmetoder" ; - beraekningssaett_nn_1 = mkN "berдkningssдtt" neutrum ; - beraettande_av_1 = mkA "berдttande" ; - beraettare_nn_1 = mkN "berдttare" "berдttare" ; - beraettarjag_nn_1 = mkN "berдttarjag" neutrum ; - beraettarkonst_nn_1 = mkN "berдttarkonst" "berдttarkonster" ; - beraettartalang_nn_1 = mkN "berдttartalang" "berдttartalanger" ; - beraettarteknik_nn_1 = mkN "berдttarteknik" "berдttartekniker" ; - beraettelse_nn_1 = mkN "berдttelse" "berдttelser" ; - berber_nn_1 = mkN "berber" "berbern" "berber" "berberna" ; - berceuse_nn_1 = mkN "berceuse" "berceuser" ; - beredare_nn_1 = mkN "beredare" "beredare" ; - beredd_av_1 = mkA "beredd" ; - beredelse_nn_1 = mkN "beredelse" "beredelser" ; - beredning_nn_1 = mkN "beredning" ; - beredningsnaemnd_nn_1 = mkN "beredningsnдmnd" "beredningsnдmnder" ; - beredskap_nn_1 = mkN "beredskap" "beredskaper" ; - beredskapslager_nn_1 = mkN "beredskapslager" neutrum ; - beredskapslagring_nn_1 = mkN "beredskapslagring" ; - beredskapsplan_nn_1 = mkN "beredskapsplan" neutrum ; - beredskapsstat_nn_1 = mkN "beredskapsstat" "beredskapsstater" ; - beredskapstjaenst_nn_1 = mkN "beredskapstjдnst" "beredskapstjдnster" ; - beredvillig_av_1 = mkA "beredvillig" ; - beredvillighet_nn_1 = mkN "beredvillighet" "beredvilligheter" ; - berest_av_1 = mkA "berest" "berest" ; - berg_nn_1 = mkN "berg" neutrum ; - bergakung_nn_1 = mkN "bergakung" ; - bergamott_nn_1 = mkN "bergamott" "bergamotter" ; - bergart_nn_1 = mkN "bergart" "bergarter" ; - bergartslager_nn_1 = mkN "bergartslager" neutrum ; - bergbestigare_nn_1 = mkN "bergbestigare" "bergbestigare" ; - bergbestigning_nn_1 = mkN "bergbestigning" ; - bergborr_nn_1 = mkN "bergborr" ; - bergborrning_nn_1 = mkN "bergborrning" ; - bergfast_av_1 = mkA "bergfast" "bergfast" ; - bergfin_av_1 = mkA "bergfin" ; - bergfink_nn_1 = mkN "bergfink" ; - berggrund_nn_1 = mkN "berggrund" "berggrunder" ; - berghaell_nn_1 = mkN "berghдll" ; - bergig_av_1 = mkA "bergig" ; - bergis_av_1 = mkA "bergis" ; - bergis_nn_1 = mkN "bergis" ; - bergkam_nn_1 = mkN "bergkam" "bergkammen" "bergkammar" "bergkammarna" ; - bergklack_nn_1 = mkN "bergklack" ; - bergknalle_nn_1 = mkN "bergknalle" utrum ; - bergkristall_nn_1 = mkN "bergkristall" "bergkristaller" ; - bergkulle_nn_1 = mkN "bergkulle" utrum ; - bergnymf_nn_1 = mkN "bergnymf" "bergnymfer" ; - bergolja_nn_1 = mkN "bergolja" ; - bergrum_nn_1 = mkN "bergrum" "bergrummet" "bergrum" "bergrummen" ; - bergrygg_nn_1 = mkN "bergrygg" ; - bergsaeker_av_1 = mkA "bergsдker" "bergsдkert" "bergsдkra" "bergsдkra" "bergsдkrare" "bergsдkrast" "bergsдkraste" ; - bergsbestigare_nn_1 = mkN "bergsbestigare" "bergsbestigare" ; - bergsbestigning_nn_1 = mkN "bergsbestigning" ; - bergsformation_nn_1 = mkN "bergsformation" "bergsformationer" ; - bergskedja_nn_1 = mkN "bergskedja" ; - bergskedjebildning_nn_1 = mkN "bergskedjebildning" ; - bergsklaettrare_nn_1 = mkN "bergsklдttrare" "bergsklдttrare" ; - bergsklaettring_nn_1 = mkN "bergsklдttring" ; - bergskred_nn_1 = mkN "bergskred" neutrum ; - bergslag_nn_1 = mkN "bergslag" "bergslager" ; - bergslager_nn_1 = mkN "bergslager" neutrum ; - bergsman_nn_1 = mkN "bergsman" "bergsmannen" "bergsmдn" "bergsmдnnen" ; - bergsmassiv_nn_1 = mkN "bergsmassiv" neutrum ; - bergsomraade_nn_1 = mkN "bergsomrеde" ; - bergsrygg_nn_1 = mkN "bergsrygg" ; - bergssida_nn_1 = mkN "bergssida" ; - bergstopp_nn_1 = mkN "bergstopp" ; - bergstrakt_nn_1 = mkN "bergstrakt" "bergstrakter" ; - bergstup_nn_1 = mkN "bergstup" neutrum ; - bergtagen_av_1 = mkA "bergtagen" "bergtaget" ; - bergtall_nn_1 = mkN "bergtall" ; - bergtopp_nn_1 = mkN "bergtopp" ; - bergtroll_nn_1 = mkN "bergtroll" neutrum ; - berguv_nn_1 = mkN "berguv" ; - bergvaegg_nn_1 = mkN "bergvдgg" ; - bergvind_nn_1 = mkN "bergvind" ; - beridare_nn_1 = mkN "beridare" "beridare" ; - beriden_av_1 = mkA "beriden" "beridet" ; - beriktigande_nn_1 = mkN "beriktigande" ; - berkis_nn_1 = mkN "berkis" ; - berlock_nn_1 = mkN "berlock" "berlocker" ; - bermudarigg_nn_1 = mkN "bermudarigg" ; - beroemd_av_1 = mkA "berцmd" "berцmt" ; - beroemdhet_nn_1 = mkN "berцmdhet" "berцmdheter" ; - beroemlig_av_1 = mkA "berцmlig" ; - beroemvaerd_av_1 = mkA "berцmvдrd" "berцmvдrt" ; - beroende_av_1 = mkA "beroende" ; - beroendeframkallande_av_1 = mkA "beroendeframkallande" ; - beroerd_av_1 = mkA "berцrd" "berцrt" ; - beroering_nn_1 = mkN "berцring" ; - beroeringsassociation_nn_1 = mkN "berцringsassociation" "berцringsassociationer" ; - beroeringselektricitet_nn_1 = mkN "berцringselektricitet" "berцringselektriciteter" ; - beroeringspunkt_nn_1 = mkN "berцringspunkt" "berцringspunkter" ; - bersaa_nn_1 = mkN "bersе" "bersеer" ; - bertel_nn_1 = mkN "bertel" ; - berusande_av_1 = mkA "berusande" ; - berusning_nn_1 = mkN "berusning" ; - beryll_nn_1 = mkN "beryll" "beryller" ; - besaettning_nn_1 = mkN "besдttning" ; - besaettningsband_nn_1 = mkN "besдttningsband" neutrum ; - besaettningsman_nn_1 = mkN "besдttningsman" "besдttningsmannen" "besдttningsmдn" "besдttningsmдnnen" ; - besatt_av_1 = mkA "besatt" ; - besegrare_nn_1 = mkN "besegrare" "besegrare" ; - besiffring_nn_1 = mkN "besiffring" ; - besiktning_nn_1 = mkN "besiktning" ; - besiktningsinstrument_nn_1 = mkN "besiktningsinstrument" neutrum ; - besiktningsman_nn_1 = mkN "besiktningsman" "besiktningsmannen" "besiktningsmдn" "besiktningsmдnnen" ; - besinningsfull_av_1 = mkA "besinningsfull" ; - besinningsloes_av_1 = mkA "besinningslцs" ; - besitta_vb_1 = mkV "besitta" "besatt" "besuttit" ; - besittning_nn_1 = mkN "besittning" ; - besittningshavare_nn_1 = mkN "besittningshavare" "besittningshavare" ; - besittningsraett_nn_1 = mkN "besittningsrдtt" "besittningsrдtter" ; - besittningsskydd_nn_1 = mkN "besittningsskydd" neutrum ; - besjunga_vb_1 = mkV "besjunga" "besjцng" "besjungit" ; - besk_av_1 = mkA "besk" ; - besk_nn_1 = mkN "besk" ; - beskaeftig_av_1 = mkA "beskдftig" ; - beskaellare_nn_1 = mkN "beskдllare" "beskдllare" ; - beskaenkt_av_1 = mkA "beskдnkt" "beskдnkt" ; - beskaera_vb_2 = mkV "beskдra" "beskar" "beskurit" ; - beskaerd_av_1 = mkA "beskдrd" "beskдrt" ; - beskaermelse_nn_1 = mkN "beskдrmelse" "beskдrmelser" ; - beskaerning_nn_1 = mkN "beskдrning" ; - beskaffenhet_nn_1 = mkN "beskaffenhet" "beskaffenheter" ; - beskattning_nn_1 = mkN "beskattning" ; - beskattningsaar_nn_1 = mkN "beskattningsеr" neutrum ; - beskattningsbar_av_1 = mkA "beskattningsbar" ; - beskattningsgrund_nn_1 = mkN "beskattningsgrund" "beskattningsgrunder" ; - beskattningsnaemnd_nn_1 = mkN "beskattningsnдmnd" "beskattningsnдmnder" ; - beskattningsprincip_nn_1 = mkN "beskattningsprincip" "beskattningsprinciper" ; - besked_nn_1 = mkN "besked" neutrum ; - beskedlig_av_1 = mkA "beskedlig" ; - beskhet_nn_1 = mkN "beskhet" "beskheter" ; - beskickning_nn_1 = mkN "beskickning" ; - beskickningschef_nn_1 = mkN "beskickningschef" "beskickningschefer" ; - beskjuta_vb_1 = mkV "beskjuta" "beskцt" "beskjutit" ; - beskjutning_nn_1 = mkN "beskjutning" ; - beskriva_vb_1 = mkV "beskriva" "beskrev" "beskrivit" ; - beskrivande_av_1 = mkA "beskrivande" ; - beskrivbar_av_1 = mkA "beskrivbar" ; - beskrivning_nn_1 = mkN "beskrivning" ; - beskyddare_nn_1 = mkN "beskyddare" "beskyddare" ; - beskyllning_nn_1 = mkN "beskyllning" ; - beslag_nn_1 = mkN "beslag" neutrum ; - beslagare_nn_1 = mkN "beslagare" "beslagare" ; - beslagsband_nn_1 = mkN "beslagsband" neutrum ; - beslagssmed_nn_1 = mkN "beslagssmed" "beslagssmeder" ; - beslagssmide_nn_1 = mkN "beslagssmide" ; - beslagta_vb_1 = mkV "beslagta" "beslagtar" "beslagta" "beslagtog" "beslagtagit" "beslagtagen" ; - beslut_nn_1 = mkN "beslut" neutrum ; - besluta_vb_1 = mkV "besluta" ; - besluten_av_1 = mkA "besluten" "beslutet" ; - beslutenlig_av_1 = mkA "beslutenlig" ; - beslutfattare_nn_1 = mkN "beslutfattare" "beslutfattare" ; - beslutfoer_av_1 = mkA "beslutfцr" ; - beslutmaessig_av_1 = mkA "beslutmдssig" ; - beslutnivaa_nn_1 = mkN "beslutnivе" "beslutnivеer" ; - beslutsam_av_1 = mkA "beslutsam" "beslutsamt" "beslutsamma" "beslutsamma" "beslutsammare" "beslutsammast" "beslutsammaste" ; - beslutsamhet_nn_1 = mkN "beslutsamhet" "beslutsamheter" ; - beslutsfattande_av_1 = mkA "beslutsfattande" ; - beslutsfattare_nn_1 = mkN "beslutsfattare" "beslutsfattare" ; - beslutsfoer_av_1 = mkA "beslutsfцr" ; - beslutshierarki_nn_1 = mkN "beslutshierarki" "beslutshierarkier" ; - beslutsmaessig_av_1 = mkA "beslutsmдssig" ; - beslutsnivaa_nn_1 = mkN "beslutsnivе" "beslutsnivеer" ; - besman_nn_1 = mkN "besman" neutrum ; - besmanskrok_nn_1 = mkN "besmanskrok" ; - besmittelse_nn_1 = mkN "besmittelse" "besmittelser" ; - besoek_nn_1 = mkN "besцk" neutrum ; - besoekande_nn_1 = mkN "besцkande" "besцkanden" "besцkande" "besцkandena" ; - besoekare_nn_1 = mkN "besцkare" "besцkare" ; - besoeksadress_nn_1 = mkN "besцksadress" "besцksadresser" ; - besoeksbok_nn_1 = mkN "besцksbok" "besцksbцcker" ; - besoeksdag_nn_1 = mkN "besцksdag" ; - besoekstid_nn_1 = mkN "besцkstid" "besцkstider" ; - besparing_nn_1 = mkN "besparing" ; - besparingsskog_nn_1 = mkN "besparingsskog" ; - bespisning_nn_1 = mkN "bespisning" ; - bespottelse_nn_1 = mkN "bespottelse" "bespottelser" ; - besprutning_nn_1 = mkN "besprutning" ; - besprutningsmedel_nn_1 = mkN "besprutningsmedel" neutrum ; - besprutningsvaetska_nn_1 = mkN "besprutningsvдtska" ; - bessemerblaasning_nn_1 = mkN "bessemerblеsning" ; - bessemerstaal_nn_1 = mkN "bessemerstеl" neutrum ; - bessemerugn_nn_1 = mkN "bessemerugn" ; - besserwisser_nn_1 = mkN "besserwisser" ; - best_nn_1 = mkN "best" ; - bestaaende_av_1 = mkA "bestеende" ; - bestaand_nn_1 = mkN "bestеnd" neutrum ; - bestaandande_av_1 = mkA "bestеndande" ; - bestaandsbildande_av_1 = mkA "bestеndsbildande" ; - bestaandsdel_nn_1 = mkN "bestеndsdel" "bestеndsdelen" "bestеndsdelar" "bestеndsdelarna" ; - bestaellare_nn_1 = mkN "bestдllare" "bestдllare" ; - bestaellning_nn_1 = mkN "bestдllning" ; - bestaellningsavgift_nn_1 = mkN "bestдllningsavgift" "bestдllningsavgifter" ; - bestaellningsverk_nn_1 = mkN "bestдllningsverk" neutrum ; - bestaellsam_av_1 = mkA "bestдllsam" "bestдllsamt" "bestдllsamma" "bestдllsamma" "bestдllsammare" "bestдllsammast" "bestдllsammaste" ; - bestaellt_av_1 = mkA "bestдllt" ; - bestaembar_av_1 = mkA "bestдmbar" ; - bestaemd_av_1 = mkA "bestдmd" "bestдmt" ; - bestaemmelse_nn_1 = mkN "bestдmmelse" "bestдmmelser" ; - bestaemmelseort_nn_1 = mkN "bestдmmelseort" "bestдmmelseorter" ; - bestaemning_nn_1 = mkN "bestдmning" ; - bestaemningsord_nn_1 = mkN "bestдmningsord" neutrum ; - bestaendig_av_1 = mkA "bestдndig" ; - bestaendighet_nn_1 = mkN "bestдndighet" "bestдndigheter" ; - bestialisk_av_1 = mkA "bestialisk" ; - bestick_nn_1 = mkN "bestick" neutrum ; - besticka_vb_1 = mkV "besticka" "bestack" "bestuckit" ; - bestickande_av_1 = mkA "bestickande" ; - bestickfoering_nn_1 = mkN "bestickfцring" ; - besticklig_av_1 = mkA "besticklig" ; - bestickning_nn_1 = mkN "bestickning" ; - bestiga_vb_1 = mkV "bestiga" "besteg" "bestigit" ; - bestigning_nn_1 = mkN "bestigning" ; - bestjaela_vb_1 = mkV "bestjдla" "bestjдl" "bestjдl" "bestal" "bestulit" "bestulen" ; - bestoert_av_1 = mkA "bestцrt" "bestцrt" ; - bestraalning_nn_1 = mkN "bestrеlning" ; - bestraffning_nn_1 = mkN "bestraffning" ; - bestrida_vb_1 = mkV "bestrida" "bestred" "bestritt" ; - bestryka_vb_1 = mkV "bestryka" "bestrцk" "bestrukit" ; - bestrykning_nn_1 = mkN "bestrykning" ; - bestseller_nn_1 = mkN "bestseller" ; - bestsellerfoerfattare_nn_1 = mkN "bestsellerfцrfattare" "bestsellerfцrfattare" ; - bestyckning_nn_1 = mkN "bestyckning" ; - bestyr_nn_1 = mkN "bestyr" neutrum ; - besutten_av_1 = mkA "besutten" "besuttet" ; - besvaer_nn_1 = mkN "besvдr" neutrum ; - besvaerja_vb_1 = mkV "besvдrja" "besvдrjer" "besvдrj" "besvor" "besvurit" "besvдrjd" ; - besvaerjelse_nn_1 = mkN "besvдrjelse" "besvдrjelser" ; - besvaerjelseformel_nn_1 = mkN "besvдrjelseformel" "besvдrjelseformeln" "besvдrjelseformler" "besvдrjelseformlerna" ; - besvaerlig_av_1 = mkA "besvдrlig" ; - besvaerlighet_nn_1 = mkN "besvдrlighet" "besvдrligheter" ; - besvaersgrund_nn_1 = mkN "besvдrsgrund" "besvдrsgrunder" ; - besvaershaenvisning_nn_1 = mkN "besvдrshдnvisning" ; - besvaershandling_nn_1 = mkN "besvдrshandling" ; - besvaersinstans_nn_1 = mkN "besvдrsinstans" "besvдrsinstanser" ; - besvaersmaal_nn_1 = mkN "besvдrsmеl" neutrum ; - besvaersmyndighet_nn_1 = mkN "besvдrsmyndighet" "besvдrsmyndigheter" ; - besvaersskrift_nn_1 = mkN "besvдrsskrift" "besvдrsskrifter" ; - besvaerssubjekt_nn_1 = mkN "besvдrssubjekt" neutrum ; - besvaerstid_nn_1 = mkN "besvдrstid" "besvдrstider" ; - besvikelse_nn_1 = mkN "besvikelse" "besvikelser" ; - besviken_av_1 = mkA "besviken" "besviket" ; - besynnerlig_av_1 = mkA "besynnerlig" ; - besynnerlighet_nn_1 = mkN "besynnerlighet" "besynnerligheter" ; - bet_ab_1 = mkAdv "bet" ; - bet_nn_1 = mkN "bet" ; - beta_nn_2 = mkN "beta" "betat" "betan" "betana" ; - beta_vb_2 = mkV "beta" "betar" "beta" "betog" "betagit" "betagen" ; - betablockerare_nn_1 = mkN "betablockerare" "betablockerare" ; - betaeckning_ab_1 = mkAdv "betдckning" ; - betaeckning_nn_1 = mkN "betдckning" ; - betaenkande_nn_1 = mkN "betдnkande" ; - betaenketid_nn_1 = mkN "betдnketid" "betдnketider" ; - betaenklig_av_1 = mkA "betдnklig" ; - betaenklighet_nn_1 = mkN "betдnklighet" "betдnkligheter" ; - betaenksam_av_1 = mkA "betдnksam" "betдnksamt" "betдnksamma" "betдnksamma" "betдnksammare" "betдnksammast" "betдnksammaste" ; - betaenkt_av_1 = mkA "betдnkt" "betдnkt" ; - betagande_av_1 = mkA "betagande" ; - betagen_av_1 = mkA "betagen" "betaget" ; - betalbar_av_1 = mkA "betalbar" ; - betalkurs_nn_1 = mkN "betalkurs" "betalkurser" ; - betalning_nn_1 = mkN "betalning" ; - betalningsanstaand_nn_1 = mkN "betalningsanstеnd" neutrum ; - betalningsavtal_nn_1 = mkN "betalningsavtal" "betalningsavtalet" "betalningsavtalen" "betalningsavtalena" ; - betalningsbalans_nn_1 = mkN "betalningsbalans" "betalningsbalanser" ; - betalningsbevis_nn_1 = mkN "betalningsbevis" neutrum ; - betalningsfoerelaeggande_nn_1 = mkN "betalningsfцrelдggande" ; - betalningsfri_av_1 = mkA "betalningsfri" "betalningsfritt" ; - betalningsfrist_nn_1 = mkN "betalningsfrist" "betalningsfrister" ; - betalningsgill_av_1 = mkA "betalningsgill" ; - betalningsinstaellelse_nn_1 = mkN "betalningsinstдllelse" "betalningsinstдllelser" ; - betalningsmedel_nn_1 = mkN "betalningsmedel" neutrum ; - betalningsskyldig_av_1 = mkA "betalningsskyldig" ; - betalningstermin_nn_1 = mkN "betalningstermin" "betalningsterminer" ; - betalningstid_nn_1 = mkN "betalningstid" "betalningstider" ; - betalningsvillkor_nn_1 = mkN "betalningsvillkor" neutrum ; - betapartikel_nn_1 = mkN "betapartikel" ; - betastraalande_av_1 = mkA "betastrеlande" ; - betastraalning_nn_1 = mkN "betastrеlning" ; - betatron_nn_1 = mkN "betatron" "betatroner" ; - bete_nn_1 = mkN "bete" ; - bete_nn_2 = mkN "bete" utrum ; - betecknande_av_1 = mkA "betecknande" ; - beteckning_nn_1 = mkN "beteckning" ; - beteende_nn_1 = mkN "beteende" ; - beteendeforskning_nn_1 = mkN "beteendeforskning" ; - beteendemoenster_nn_1 = mkN "beteendemцnster" neutrum ; - beteenderubbning_nn_1 = mkN "beteenderubbning" ; - beteendevetare_nn_1 = mkN "beteendevetare" "beteendevetare" ; - beteendevetenskap_nn_1 = mkN "beteendevetenskap" "beteendevetenskaper" ; - betelblad_nn_1 = mkN "betelblad" neutrum ; - betelnoet_nn_1 = mkN "betelnцt" "betelnцtter" ; - betelpalm_nn_1 = mkN "betelpalm" "betelpalmer" ; - beteltuggare_nn_1 = mkN "beteltuggare" "beteltuggare" ; - betesgaang_nn_1 = mkN "betesgеng" ; - betesland_nn_1 = mkN "betesland" neutrum ; - betesmark_nn_1 = mkN "betesmark" "betesmarker" ; - betesomraade_nn_1 = mkN "betesomrеde" ; - betesplats_nn_1 = mkN "betesplats" "betesplatser" ; - beting_nn_1 = mkN "beting" neutrum ; - beting_nn_2 = mkN "beting" ; - betingelse_nn_1 = mkN "betingelse" "betingelser" ; - betingning_nn_1 = mkN "betingning" ; - betingslaesning_nn_1 = mkN "betingslдsning" ; - betjaening_nn_1 = mkN "betjдning" ; - betjaeningsavgift_nn_1 = mkN "betjдningsavgift" "betjдningsavgifter" ; - betjaent_av_1 = mkA "betjдnt" "betjдnt" ; - betjaent_nn_1 = mkN "betjдnt" "betjдnter" ; - betkampanj_nn_1 = mkN "betkampanj" "betkampanjer" ; - betmedel_nn_1 = mkN "betmedel" neutrum ; - betning_nn_1 = mkN "betning" ; - betongbaedd_nn_1 = mkN "betongbдdd" ; - betongblandare_nn_1 = mkN "betongblandare" "betongblandare" ; - betongpaale_nn_1 = mkN "betongpеle" utrum ; - betoning_nn_1 = mkN "betoning" ; - betraengd_av_1 = mkA "betrдngd" "betrдngt" ; - betraktare_nn_1 = mkN "betraktare" "betraktare" ; - betraktelse_nn_1 = mkN "betraktelse" "betraktelser" ; - betraktelsesaett_nn_1 = mkN "betraktelsesдtt" neutrum ; - betrodd_av_1 = mkA "betrodd" "betrodtt" ; - betryckt_av_1 = mkA "betryckt" "betryckt" ; - betryggande_av_1 = mkA "betryggande" ; - bets_nn_1 = mkN "bets" "betser" ; - betsel_nn_1 = mkN "betsel" neutrum ; - betsmedel_nn_1 = mkN "betsmedel" neutrum ; - betsning_nn_1 = mkN "betsning" ; - bett_nn_1 = mkN "bett" neutrum ; - bettel_nn_1 = mkN "bettel" ; - bettlare_nn_1 = mkN "bettlare" "bettlare" ; - betungande_av_1 = mkA "betungande" ; - betvinga_vb_1 = mkV "betvinga" ; - betvingande_av_1 = mkA "betvingande" ; - betydande_av_1 = mkA "betydande" ; - betydelse_nn_1 = mkN "betydelse" "betydelser" ; - betydelsebaerande_av_1 = mkA "betydelsebдrande" ; - betydelsefattig_av_1 = mkA "betydelsefattig" ; - betydelsefoeraendring_nn_1 = mkN "betydelsefцrдndring" ; - betydelsefoerskjutning_nn_1 = mkN "betydelsefцrskjutning" ; - betydelsefull_av_1 = mkA "betydelsefull" ; - betydelselaera_nn_1 = mkN "betydelselдra" ; - betydelseloes_av_1 = mkA "betydelselцs" ; - betydelsenyans_nn_1 = mkN "betydelsenyans" "betydelsenyanser" ; - betydelseutveckling_nn_1 = mkN "betydelseutveckling" ; - betydenhet_nn_1 = mkN "betydenhet" "betydenheter" ; - betydlig_av_1 = mkA "betydlig" ; - betyg_nn_1 = mkN "betyg" neutrum ; - betygelse_nn_1 = mkN "betygelse" "betygelser" ; - betygsaettning_nn_1 = mkN "betygsдttning" ; - betygsavskrift_nn_1 = mkN "betygsavskrift" "betygsavskrifter" ; - betygsfri_av_1 = mkA "betygsfri" "betygsfritt" ; - betygsgrad_nn_1 = mkN "betygsgrad" "betygsgrader" ; - betygskatalog_nn_1 = mkN "betygskatalog" "betygskataloger" ; - betygsnaemnd_nn_1 = mkN "betygsnдmnd" "betygsnдmnder" ; - beundransvaerd_av_1 = mkA "beundransvдrd" "beundransvдrt" ; - beundrare_nn_1 = mkN "beundrare" "beundrare" ; - beundrarinna_nn_1 = mkN "beundrarinna" ; - bevaagen_av_1 = mkA "bevеgen" "bevеget" ; - bevaagenhet_nn_1 = mkN "bevеgenhet" "bevеgenheter" ; - bevaepning_nn_1 = mkN "bevдpning" ; - bevaering_nn_1 = mkN "bevдring" ; - bevaext_av_1 = mkA "bevдxt" "bevдxt" ; - bevakning_nn_1 = mkN "bevakning" ; - bevakningskedja_nn_1 = mkN "bevakningskedja" ; - bevakningsomraade_nn_1 = mkN "bevakningsomrеde" ; - bevattning_nn_1 = mkN "bevattning" ; - bevekande_av_1 = mkA "bevekande" ; - bevekelse_nn_1 = mkN "bevekelse" "bevekelser" ; - bevekelsegrund_nn_1 = mkN "bevekelsegrund" "bevekelsegrunder" ; - bevillning_nn_1 = mkN "bevillning" ; - bevillningsavgift_nn_1 = mkN "bevillningsavgift" "bevillningsavgifter" ; - bevillningsutskott_nn_1 = mkN "bevillningsutskott" neutrum ; - bevis_nn_1 = mkN "bevis" neutrum ; - bevisbar_av_1 = mkA "bevisbar" ; - bevisboerda_nn_1 = mkN "bevisbцrda" ; - bevisfoering_nn_1 = mkN "bevisfцring" ; - bevisfoervanskning_nn_1 = mkN "bevisfцrvanskning" ; - beviskedja_nn_1 = mkN "beviskedja" ; - beviskraft_nn_1 = mkN "beviskraft" "beviskrafter" ; - beviskraftig_av_1 = mkA "beviskraftig" ; - beviskrav_nn_1 = mkN "beviskrav" neutrum ; - bevislig_av_1 = mkA "bevislig" ; - bevisligen_ab_1 = mkAdv "bevisligen" ; - bevismaterial_nn_1 = mkN "bevismaterial" neutrum ; - bevismedel_nn_1 = mkN "bevismedel" neutrum ; - bevisning_nn_1 = mkN "bevisning" ; - bevisproevning_nn_1 = mkN "bevisprцvning" ; - bevissaekring_nn_1 = mkN "bevissдkring" ; - bevisskyldig_av_1 = mkA "bevisskyldig" ; - bevisvaerde_nn_1 = mkN "bevisvдrde" ; - bevisvaerdering_nn_1 = mkN "bevisvдrdering" ; - bevuxen_av_1 = mkA "bevuxen" "bevuxet" ; - bhutanes_nn_1 = mkN "bhutanes" "bhutaneser" ; - bhutanesisk_av_1 = mkA "bhutanesisk" ; - bi_ab_1 = mkAdv "bi" ; - bi_nn_1 = mkN "bi" "bit" "bin" "bien" ; - biaccent_nn_1 = mkN "biaccent" "biaccenter" ; - biaemne_nn_1 = mkN "biдmne" ; - biaetare_nn_1 = mkN "biдtare" "biдtare" ; - bias_nn_1 = mkN "bias" "biaser" ; - biavsikt_nn_1 = mkN "biavsikt" "biavsikter" ; - bibehaalla_vb_1 = mkV "bibehеlla" "bibehцll" "bibehеllit" ; - bibehaallen_av_1 = mkA "bibehеllen" "bibehеllet" ; - bibel_nn_1 = mkN "bibel" ; - bibelcitat_nn_1 = mkN "bibelcitat" neutrum ; - bibelfoerklaring_nn_1 = mkN "bibelfцrklaring" ; - bibelhandskrift_nn_1 = mkN "bibelhandskrift" "bibelhandskrifter" ; - bibelkanon_nn_1 = mkN "bibelkanon" "bibelkanon" "bibelkanoner" "bibelkanonerna" ; - bibelkommission_nn_1 = mkN "bibelkommission" "bibelkommissioner" ; - bibelkonkordans_nn_1 = mkN "bibelkonkordans" "bibelkonkordanser" ; - bibelkristen_av_1 = mkA "bibelkristen" "bibelkristet" ; - bibeloeversaettning_nn_1 = mkN "bibelцversдttning" ; - bibelord_nn_1 = mkN "bibelord" neutrum ; - bibelsaellskap_nn_1 = mkN "bibelsдllskap" "bibelsдllskapet" "bibelsдllskapen" "bibelsдllskapena" ; - bibelsamtal_nn_1 = mkN "bibelsamtal" "bibelsamtalet" "bibelsamtalen" "bibelsamtalena" ; - bibelspraak_nn_1 = mkN "bibelsprеk" neutrum ; - bibelspraengd_av_1 = mkA "bibelsprдngd" "bibelsprдngt" ; - bibeltext_nn_1 = mkN "bibeltext" "bibeltexter" ; - bibeltrogen_av_1 = mkA "bibeltrogen" "bibeltroget" ; - bibelvers_nn_1 = mkN "bibelvers" ; - bibetydelse_nn_1 = mkN "bibetydelse" "bibetydelser" ; - biblicism_nn_1 = mkN "biblicism" "biblicismer" ; - bibliofil_nn_1 = mkN "bibliofil" "bibliofiler" ; - bibliofilupplaga_nn_1 = mkN "bibliofilupplaga" ; - bibliograf_nn_1 = mkN "bibliograf" "bibliografer" ; - bibliografi_nn_1 = mkN "bibliografi" "bibliografier" ; - bibliografisk_av_1 = mkA "bibliografisk" ; - biblioman_nn_1 = mkN "biblioman" "bibliomaner" ; - bibliotek_nn_1 = mkN "bibliotek" neutrum ; - bibliotekarie_nn_1 = mkN "bibliotekarie" "bibliotekarier" ; - biblioteksavgift_nn_1 = mkN "biblioteksavgift" "biblioteksavgifter" ; - biblioteksband_nn_1 = mkN "biblioteksband" neutrum ; - biblioteksbord_nn_1 = mkN "biblioteksbord" neutrum ; - bibliotekskatalog_nn_1 = mkN "bibliotekskatalog" "bibliotekskataloger" ; - bibliotekslaan_nn_1 = mkN "bibliotekslеn" neutrum ; - biblisk_av_1 = mkA "biblisk" ; - bibroed_nn_1 = mkN "bibrцd" neutrum ; - biceps_nn_1 = mkN "biceps" ; - bicepsmuskel_nn_1 = mkN "bicepsmuskel" "bicepsmuskeln" "bicepsmuskler" "bicepsmusklerna" ; - bide_nn_1 = mkN "bidй" "bidйer" ; - bidevind_ab_1 = mkAdv "bidevind" ; - bidevindare_nn_1 = mkN "bidevindare" "bidevindare" ; - bidevindsegel_nn_1 = mkN "bidevindsegel" neutrum ; - bidevindseglare_nn_1 = mkN "bidevindseglare" "bidevindseglare" ; - bidra_vb_1 = mkV "bidra" "bidrar" "bidra" "bidrog" "bidragit" "bidragen" ; - bidrag_nn_1 = mkN "bidrag" neutrum ; - bidragande_av_1 = mkA "bidragande" ; - bidragsdel_nn_1 = mkN "bidragsdel" "bidragsdelen" "bidragsdelar" "bidragsdelarna" ; - bidragsfoerskott_nn_1 = mkN "bidragsfцrskott" neutrum ; - bidragsgivare_nn_1 = mkN "bidragsgivare" "bidragsgivare" ; - bidragsskyldighet_nn_1 = mkN "bidragsskyldighet" "bidragsskyldigheter" ; - bidrottning_nn_1 = mkN "bidrottning" ; - biedermeierstil_nn_1 = mkN "biedermeierstil" ; - bieffekt_nn_1 = mkN "bieffekt" "bieffekter" ; - bienn_av_1 = mkA "bienn" "bient" ; - biennal_nn_1 = mkN "biennal" "biennaler" ; - bifall_nn_1 = mkN "bifall" neutrum ; - bifalla_vb_1 = mkV "bifalla" "bifцll" "bifallit" ; - bifallsrop_nn_1 = mkN "bifallsrop" neutrum ; - bifallsstorm_nn_1 = mkN "bifallsstorm" ; - bifenyl_nn_1 = mkN "bifenyl" "bifenyler" ; - biff_nn_1 = mkN "biff" ; - biffdjur_nn_1 = mkN "biffdjur" neutrum ; - biffen_ab_1 = mkAdv "biffen" ; - biffko_nn_1 = mkN "biffko" "biffkor" ; - biffrad_nn_1 = mkN "biffrad" "biffrader" ; - biffstek_nn_1 = mkN "biffstek" ; - bifigur_nn_1 = mkN "bifigur" "bifigurer" ; - bifilaer_av_1 = mkA "bifilдr" ; - biflod_nn_1 = mkN "biflod" "bifloder" ; - bifloede_nn_1 = mkN "biflцde" ; - bifokalglas_nn_1 = mkN "bifokalglas" neutrum ; - bifurkation_nn_1 = mkN "bifurkation" "bifurkationer" ; - bigaard_nn_1 = mkN "bigеrd" ; - bigamist_nn_1 = mkN "bigamist" "bigamister" ; - bigarraa_nn_1 = mkN "bigarrе" "bigarrеer" ; - bigift_nn_1 = mkN "bigift" "bigiftet" "bigifter" "bigifterna" ; - bigott_av_1 = mkA "bigott" ; - bigotteri_nn_1 = mkN "bigotteri" "bigotterit" "bigotterier" "bigotterierna" ; - bihaaleinflammation_nn_1 = mkN "bihеleinflammation" "bihеleinflammationer" ; - bihandling_nn_1 = mkN "bihandling" ; - bihang_nn_1 = mkN "bihang" neutrum ; - bihus_nn_1 = mkN "bihus" neutrum ; - bihustru_nn_1 = mkN "bihustru" "bihustrun" "bihustrur" "bihustrurna" ; - biinkomst_nn_1 = mkN "biinkomst" "biinkomster" ; - bikini_nn_1 = mkN "bikini" "bikinin" "bikini" "bikinina" ; - bikloev_nn_1 = mkN "biklцv" ; - bikonkav_av_1 = mkA "bikonkav" ; - bikonvex_av_1 = mkA "bikonvex" ; - bikt_nn_1 = mkN "bikt" "bikter" ; - biktbarn_nn_1 = mkN "biktbarn" neutrum ; - biktfader_nn_1 = mkN "biktfader" "biktfadern" "biktfдder" "biktfдderna" ; - biktstol_nn_1 = mkN "biktstol" ; - bikvadrat_nn_1 = mkN "bikvadrat" "bikvadrater" ; - bil_nn_1 = mkN "bil" ; - bilaakning_nn_1 = mkN "bilеkning" ; - bilabial_av_1 = mkA "bilabial" ; - bilaccis_nn_1 = mkN "bilaccis" "bilacciser" ; - bilaegare_nn_1 = mkN "bilдgare" "bilдgare" ; - bilaeger_nn_1 = mkN "bilдger" neutrum ; - bilateral_av_1 = mkA "bilateral" ; - bilbaelte_nn_1 = mkN "bilbдlte" ; - bilbatteri_nn_1 = mkN "bilbatteri" "bilbatterit" "bilbatterier" "bilbatterierna" ; - bilbesiktning_nn_1 = mkN "bilbesiktning" ; - bilboke_nn_1 = mkN "bilbokй" "bilbokйer" ; - bilburen_av_1 = mkA "bilburen" "bilburet" ; - bild_nn_1 = mkN "bild" "bilder" ; - bildaeck_nn_1 = mkN "bildдck" neutrum ; - bildande_av_1 = mkA "bildande" ; - bildband_nn_1 = mkN "bildband" neutrum ; - bildbar_av_1 = mkA "bildbar" ; - bilderbok_nn_1 = mkN "bilderbok" "bilderbцcker" ; - bildhaallning_nn_1 = mkN "bildhеllning" ; - bildhuggare_nn_1 = mkN "bildhuggare" "bildhuggare" ; - bildhuggeri_nn_1 = mkN "bildhuggeri" "bildhuggerit" "bildhuggerier" "bildhuggerierna" ; - bildkonst_nn_1 = mkN "bildkonst" "bildkonster" ; - bildkryss_nn_1 = mkN "bildkryss" neutrum ; - bildlig_av_1 = mkA "bildlig" ; - bildmaessig_av_1 = mkA "bildmдssig" ; - bildmaterial_nn_1 = mkN "bildmaterial" neutrum ; - bildmonitor_nn_1 = mkN "bildmonitor" "bildmonitorer" ; - bildning_nn_1 = mkN "bildning" ; - bildningsaristokrat_nn_1 = mkN "bildningsaristokrat" "bildningsaristokrater" ; - bildningsfel_nn_1 = mkN "bildningsfel" "bildningsfelet" "bildningsfel" "bildningsfelen" ; - bildningsfoerbund_nn_1 = mkN "bildningsfцrbund" neutrum ; - bildningsnivaa_nn_1 = mkN "bildningsnivе" "bildningsnivеer" ; - bildningsorganisation_nn_1 = mkN "bildningsorganisation" "bildningsorganisationer" ; - bildningsroman_nn_1 = mkN "bildningsroman" "bildningsromaner" ; - bildningsverksamhet_nn_1 = mkN "bildningsverksamhet" "bildningsverksamheter" ; - bildoeverfoering_nn_1 = mkN "bildцverfцring" ; - bildredaktoer_nn_1 = mkN "bildredaktцr" "bildredaktцrer" ; - bildreportage_nn_1 = mkN "bildreportage" "bildreportaget" "bildreportage" "bildreportagen" ; - bildroer_nn_1 = mkN "bildrцr" neutrum ; - bildrulle_1_nn_1 = mkN "bildrulle" utrum ; - bildrulle_2_nn_1 = mkN "bildrulle" utrum ; - bildsignal_nn_1 = mkN "bildsignal" "bildsignaler" ; - bildskaerm_nn_1 = mkN "bildskдrm" ; - bildskoen_av_1 = mkA "bildskцn" ; - bildskrift_nn_1 = mkN "bildskrift" "bildskrifter" ; - bildsnidare_nn_1 = mkN "bildsnidare" "bildsnidare" ; - bildsnideri_nn_1 = mkN "bildsnideri" "bildsniderit" "bildsniderier" "bildsniderierna" ; - bildspraak_nn_1 = mkN "bildsprеk" neutrum ; - bildsten_nn_1 = mkN "bildsten" "bildstenen" "bildstenar" "bildstenarna" ; - bildstod_nn_1 = mkN "bildstod" "bildstoder" ; - bildstormare_nn_1 = mkN "bildstormare" "bildstormare" ; - bildstrid_nn_1 = mkN "bildstrid" "bildstrider" ; - bildsvit_nn_1 = mkN "bildsvit" "bildsviter" ; - bildtelefon_nn_1 = mkN "bildtelefon" "bildtelefoner" ; - bildtext_nn_1 = mkN "bildtext" "bildtexter" ; - bildtolkning_nn_1 = mkN "bildtolkning" ; - bildvaevnad_nn_1 = mkN "bildvдvnad" "bildvдvnader" ; - bilfaerja_nn_1 = mkN "bilfдrja" ; - bilfoerare_nn_1 = mkN "bilfцrare" "bilfцrare" ; - bilfoersaekring_nn_1 = mkN "bilfцrsдkring" ; - bilfri_av_1 = mkA "bilfri" "bilfritt" ; - bilgolv_nn_1 = mkN "bilgolv" neutrum ; - bilindustri_nn_1 = mkN "bilindustri" "bilindustrier" ; - bilingual_av_1 = mkA "bilingual" ; - bilist_nn_1 = mkN "bilist" "bilister" ; - biljard_nn_1 = mkN "biljard" "biljarder" ; - biljardboll_nn_1 = mkN "biljardboll" ; - biljardbord_nn_1 = mkN "biljardbord" neutrum ; - biljardkaepp_nn_1 = mkN "biljardkдpp" ; - biljardkoe_nn_1 = mkN "biljardkц" "biljardkцn" "biljardkцer" "biljardkцerna" ; - biljardsalong_nn_1 = mkN "biljardsalong" "biljardsalonger" ; - biljardspel_nn_1 = mkN "biljardspel" "biljardspelet" "biljardspel" "biljardspelen" ; - biljett_nn_1 = mkN "biljett" "biljetter" ; - biljettaang_nn_1 = mkN "biljettеng" "biljettдnger" ; - biljettautomat_nn_1 = mkN "biljettautomat" "biljettautomater" ; - biljettbok_nn_1 = mkN "biljettbok" "biljettbцcker" ; - biljettexpedition_nn_1 = mkN "biljettexpedition" "biljettexpeditioner" ; - biljettfoersaeljare_nn_1 = mkN "biljettfцrsдljare" "biljettfцrsдljare" ; - biljettfoersaeljning_nn_1 = mkN "biljettfцrsдljning" ; - biljetthaefte_nn_1 = mkN "biljetthдfte" ; - biljettinkomst_nn_1 = mkN "biljettinkomst" "biljettinkomster" ; - biljettkontor_nn_1 = mkN "biljettkontor" neutrum ; - biljettkontroll_nn_1 = mkN "biljettkontroll" "biljettkontroller" ; - biljettmaskin_nn_1 = mkN "biljettmaskin" "biljettmaskiner" ; - biljon_nn_1 = mkN "biljon" "biljoner" ; - biljud_nn_1 = mkN "biljud" neutrum ; - bilkaar_nn_1 = mkN "bilkеr" "bilkеrer" ; - bilkaarist_nn_1 = mkN "bilkеrist" "bilkеrister" ; - bilkoe_nn_1 = mkN "bilkц" "bilkцn" "bilkцer" "bilkцerna" ; - bilkoep_nn_1 = mkN "bilkцp" neutrum ; - bilkoerning_nn_1 = mkN "bilkцrning" ; - bilkrock_nn_1 = mkN "bilkrock" ; - bilkupe_nn_1 = mkN "bilkupй" "bilkupйer" ; - bill_nn_1 = mkN "bill" ; - bill_nn_2 = mkN "bill" ; - billaan_nn_1 = mkN "billеn" neutrum ; - billast_nn_1 = mkN "billast" "billaster" ; - billig_av_1 = mkA "billig" ; - billighet_nn_1 = mkN "billighet" "billigheter" ; - billighetsupplaga_nn_1 = mkN "billighetsupplaga" ; - billjus_nn_1 = mkN "billjus" neutrum ; - billots_nn_1 = mkN "billots" ; - bilmaerke_nn_1 = mkN "bilmдrke" ; - bilmekaniker_nn_1 = mkN "bilmekaniker" "bilmekanikern" "bilmekaniker" "bilmekanikerna" ; - bilmotor_nn_1 = mkN "bilmotor" "bilmotorer" ; - bilnummer_nn_1 = mkN "bilnummer" neutrum ; - bilnyckel_nn_1 = mkN "bilnyckel" ; - bilpark_nn_1 = mkN "bilpark" "bilparker" ; - bilparkering_nn_1 = mkN "bilparkering" ; - bilplaat_nn_1 = mkN "bilplеt" ; - bilprovning_nn_1 = mkN "bilprovning" ; - bilrally_nn_1 = mkN "bilrally" "bilrallyt" "bilrallyn" "bilrallyna" ; - bilratt_nn_1 = mkN "bilratt" ; - bilregister_nn_1 = mkN "bilregister" neutrum ; - bilring_nn_1 = mkN "bilring" ; - bilsaete_nn_1 = mkN "bilsдte" ; - bilsjuk_av_1 = mkA "bilsjuk" ; - bilskatt_nn_1 = mkN "bilskatt" "bilskatter" ; - bilstoeld_nn_1 = mkN "bilstцld" "bilstцlder" ; - biltaevling_nn_1 = mkN "biltдvling" ; - biltak_nn_1 = mkN "biltak" neutrum ; - biltelefon_nn_1 = mkN "biltelefon" "biltelefoner" ; - biltog_av_1 = mkA "biltog" ; - biltunnel_nn_1 = mkN "biltunnel" ; - bilvaeg_nn_1 = mkN "bilvдg" ; - bilverkstad_nn_1 = mkN "bilverkstad" "bilverkstдder" ; - bimaane_nn_1 = mkN "bimеne" utrum ; - bimetall_nn_1 = mkN "bimetall" "bimetaller" ; - binaer_av_1 = mkA "binдr" ; - binaering_nn_1 = mkN "binдring" ; - binamn_nn_1 = mkN "binamn" neutrum ; - bind_nn_1 = mkN "bind" neutrum ; - binda_vb_1 = mkV "binda" "band" "bundit" ; - bindaemne_nn_1 = mkN "bindдmne" ; - bindande_av_1 = mkA "bindande" ; - bindare_nn_1 = mkN "bindare" "bindare" ; - bindbjaelke_nn_1 = mkN "bindbjдlke" utrum ; - bindehinna_nn_1 = mkN "bindehinna" ; - bindehinneinflammation_nn_1 = mkN "bindehinneinflammation" "bindehinneinflammationer" ; - bindel_nn_1 = mkN "bindel" ; - bindemedel_nn_1 = mkN "bindemedel" neutrum ; - bindenyckel_nn_1 = mkN "bindenyckel" ; - bindeord_nn_1 = mkN "bindeord" neutrum ; - binderi_nn_1 = mkN "binderi" "binderit" "binderier" "binderierna" ; - bindesaeck_nn_1 = mkN "bindesдck" ; - bindestreck_nn_1 = mkN "bindestreck" neutrum ; - bindesubstans_nn_1 = mkN "bindesubstans" "bindesubstanser" ; - bindevokal_nn_1 = mkN "bindevokal" "bindevokaler" ; - bindgalen_av_1 = mkA "bindgalen" "bindgalet" ; - bindgarn_nn_1 = mkN "bindgarn" neutrum ; - bindnaal_nn_1 = mkN "bindnеl" ; - bindning_nn_1 = mkN "bindning" ; - bindsten_nn_1 = mkN "bindsten" "bindstenen" "bindstenar" "bindstenarna" ; - bindvaev_nn_1 = mkN "bindvдv" ; - bindvaevshinna_nn_1 = mkN "bindvдvshinna" ; - bindvaevskapsel_nn_1 = mkN "bindvдvskapsel" ; - bindvaevssaeck_nn_1 = mkN "bindvдvssдck" ; - bindvaevstraad_nn_1 = mkN "bindvдvstrеd" ; - binge_nn_1 = mkN "binge" utrum ; - bingel_nn_1 = mkN "bingel" ; - binjure_nn_1 = mkN "binjure" utrum ; - binnikemask_nn_1 = mkN "binnikemask" ; - binokel_nn_1 = mkN "binokel" ; - binokulaer_av_1 = mkA "binokulдr" ; - binom_nn_1 = mkN "binom" neutrum ; - biobesoek_nn_1 = mkN "biobesцk" neutrum ; - biobiljett_nn_1 = mkN "biobiljett" "biobiljetter" ; - biobraensle_nn_1 = mkN "biobrдnsle" ; - biocid_nn_1 = mkN "biocid" "biocider" ; - biodlare_nn_1 = mkN "biodlare" "biodlare" ; - biodling_nn_1 = mkN "biodling" ; - bioduk_nn_1 = mkN "bioduk" ; - biodynamisk_av_1 = mkA "biodynamisk" ; - biofoerestaellning_nn_1 = mkN "biofцrestдllning" ; - biofysisk_av_1 = mkA "biofysisk" ; - biogen_av_1 = mkA "biogen" ; - biogenetisk_av_1 = mkA "biogenetisk" ; - biograf_nn_1 = mkN "biograf" "biografer" ; - biografbyraa_nn_1 = mkN "biografbyrе" "biografbyrеer" ; - biografi_nn_1 = mkN "biografi" "biografier" ; - biografisk_av_1 = mkA "biografisk" ; - biograforgel_nn_1 = mkN "biograforgel" ; - biografteater_nn_1 = mkN "biografteater" ; - biokemisk_av_1 = mkA "biokemisk" ; - biokemist_nn_1 = mkN "biokemist" "biokemister" ; - biolog_nn_1 = mkN "biolog" "biologer" ; - biologisk_av_1 = mkA "biologisk" ; - biomstaendighet_nn_1 = mkN "biomstдndighet" "biomstдndigheter" ; - biosfaer_nn_1 = mkN "biosfдr" "biosfдrer" ; - bioteknik_nn_1 = mkN "bioteknik" "biotekniker" ; - bioteknisk_av_1 = mkA "bioteknisk" ; - biotisk_av_1 = mkA "biotisk" ; - biotop_nn_1 = mkN "biotop" "biotoper" ; - biotyp_nn_1 = mkN "biotyp" "biotyper" ; - biperson_nn_1 = mkN "biperson" "bipersoner" ; - biplan_nn_1 = mkN "biplan" neutrum ; - biplanet_nn_1 = mkN "biplanet" "biplaneter" ; - bipolaer_av_1 = mkA "bipolдr" ; - bipolaritet_nn_1 = mkN "bipolaritet" "bipolariteter" ; - biprodukt_nn_1 = mkN "biprodukt" "biprodukter" ; - birem_nn_1 = mkN "birem" "biremer" ; - birfilare_nn_1 = mkN "birfilare" "birfilare" ; - biroll_nn_1 = mkN "biroll" "biroller" ; - birot_nn_1 = mkN "birot" "birцtter" ; - bisaettning_nn_1 = mkN "bisдttning" ; - bisak_nn_1 = mkN "bisak" "bisaker" ; - bisamhaelle_nn_1 = mkN "bisamhдlle" ; - bisamoxe_nn_1 = mkN "bisamoxe" utrum ; - bisamsvin_nn_1 = mkN "bisamsvin" neutrum ; - bisarr_av_1 = mkA "bisarr" ; - bisarreri_nn_1 = mkN "bisarreri" "bisarrerit" "bisarrerier" "bisarrerierna" ; - bisats_nn_1 = mkN "bisats" "bisatser" ; - bisatsordfoeljd_nn_1 = mkN "bisatsordfцljd" "bisatsordfцljder" ; - bisektris_nn_1 = mkN "bisektris" "bisektriser" ; - bisexualitet_nn_1 = mkN "bisexualitet" "bisexualiteter" ; - bisexuell_av_1 = mkA "bisexuell" ; - bisittare_nn_1 = mkN "bisittare" "bisittare" ; - biskoeldkoertel_nn_1 = mkN "biskцldkцrtel" ; - biskop_nn_1 = mkN "biskop" ; - biskoplig_av_1 = mkA "biskoplig" ; - biskopsdoeme_nn_1 = mkN "biskopsdцme" ; - biskopskors_nn_1 = mkN "biskopskors" neutrum ; - biskopsmoete_nn_1 = mkN "biskopsmцte" ; - biskopsskrud_nn_1 = mkN "biskopsskrud" ; - biskopsstav_nn_1 = mkN "biskopsstav" ; - biskopsvisitation_nn_1 = mkN "biskopsvisitation" "biskopsvisitationer" ; - biskvi_nn_1 = mkN "biskvi" "biskvier" ; - bismak_nn_1 = mkN "bismak" "bismaker" ; - bisol_nn_1 = mkN "bisol" ; - bisonoxe_nn_1 = mkN "bisonoxe" utrum ; - bisp_nn_1 = mkN "bisp" ; - bispringa_vb_1 = mkV "bispringa" "bisprang" "bisprungit" ; - bistaandsland_nn_1 = mkN "bistеndsland" "bistеndslandet" "bistеndslдnder" "bistеndslдnderna" ; - bistaandsorgan_nn_1 = mkN "bistеndsorgan" neutrum ; - bistaandsprogram_nn_1 = mkN "bistеndsprogram" "bistеndsprogrammet" "bistеndsprogram" "bistеndsprogrammen" ; - bister_av_1 = mkA "bister" "bistert" "bistra" "bistra" "bistrare" "bistrast" "bistraste" ; - bistick_nn_1 = mkN "bistick" neutrum ; - bisting_nn_1 = mkN "bisting" neutrum ; - bistock_nn_1 = mkN "bistock" ; - bistro_nn_1 = mkN "bistro" "bistron" "bistroer" "bistroerna" ; - bisturi_nn_1 = mkN "bisturi" "bisturier" ; - bistyng_nn_1 = mkN "bistyng" neutrum ; - bisvaerm_nn_1 = mkN "bisvдrm" ; - bisyssla_nn_1 = mkN "bisyssla" ; - bit_nn_1 = mkN "bit" ; - bit_nn_2 = mkN "bit" ; - bita_vb_1 = mkV "bita" "bet" "bitit" ; - bitande_av_1 = mkA "bitande" ; - bitanke_nn_1 = mkN "bitanke" utrum ; - bitecken_nn_1 = mkN "bitecken" "bitecknet" "bitecken" "bitecknen" ; - biten_av_1 = mkA "biten" "bitet" ; - bitestikel_nn_1 = mkN "bitestikel" ; - biton_nn_1 = mkN "biton" "bitoner" ; - bitraedande_av_1 = mkA "bitrдdande" ; - bitraede_nn_1 = mkN "bitrдde" ; - bitsk_av_1 = mkA "bitsk" ; - bitter_av_1 = mkA "bitter" "bittert" "bittra" "bittra" "bittrare" "bittrast" "bittraste" ; - bitterhet_nn_1 = mkN "bitterhet" "bitterheter" ; - bitterkall_av_1 = mkA "bitterkall" ; - bitterligen_ab_1 = mkAdv "bitterligen" ; - bitterljuv_av_1 = mkA "bitterljuv" ; - bittermandel_nn_1 = mkN "bittermandel" ; - bittersalt_av_1 = mkA "bittersalt" "bittersalt" ; - bittersoet_av_1 = mkA "bittersцt" ; - bittersta_av_1 = mkA "bittersta" ; - bittida_ab_1 = mkAdv "bittida" ; - bituminoes_av_1 = mkA "bituminцs" ; - bitvarg_nn_1 = mkN "bitvarg" ; - bitvis_ab_1 = mkAdv "bitvis" ; - bivack_nn_1 = mkN "bivack" "bivacker" ; - bivaeg_nn_1 = mkN "bivдg" ; - bivax_nn_1 = mkN "bivax" "bivaxet" "bivaxer" "bivaxerna" ; - biverkning_nn_1 = mkN "biverkning" ; - bivraak_nn_1 = mkN "bivrеk" ; - biyngel_nn_1 = mkN "biyngel" neutrum ; - bjaebbig_av_1 = mkA "bjдbbig" ; - bjaebbighet_nn_1 = mkN "bjдbbighet" "bjдbbigheter" ; - bjaelke_nn_1 = mkN "bjдlke" utrum ; - bjaelkhuvud_nn_1 = mkN "bjдlkhuvud" "bjдlkhuvudet" "bjдlkhuvuden" "bjдlkhuvudena" ; - bjaelklag_nn_1 = mkN "bjдlklag" neutrum ; - bjaelkverk_nn_1 = mkN "bjдlkverk" neutrum ; - bjaellko_nn_1 = mkN "bjдllko" "bjдllkor" ; - bjaert_av_1 = mkA "bjдrt" "bjдrt" ; - bjaesse_nn_1 = mkN "bjдsse" utrum ; - bjoerk_nn_1 = mkN "bjцrk" ; - bjoerkblad_nn_1 = mkN "bjцrkblad" neutrum ; - bjoerkloev_nn_1 = mkN "bjцrklцv" neutrum ; - bjoerknaever_nn_1 = mkN "bjцrknдver" ; - bjoerkregion_nn_1 = mkN "bjцrkregion" "bjцrkregioner" ; - bjoerkris_nn_1 = mkN "bjцrkris" neutrum ; - bjoerksopp_nn_1 = mkN "bjцrksopp" ; - bjoerktrast_nn_1 = mkN "bjцrktrast" ; - bjoern_nn_1 = mkN "bjцrn" ; - bjoernbaer_nn_1 = mkN "bjцrnbдr" neutrum ; - bjoernbaersbuske_nn_1 = mkN "bjцrnbдrsbuske" utrum ; - bjoernbindsle_nn_1 = mkN "bjцrnbindsle" ; - bjoernhallon_nn_1 = mkN "bjцrnhallon" neutrum ; - bjoernhund_nn_1 = mkN "bjцrnhund" ; - bjoerninna_nn_1 = mkN "bjцrninna" ; - bjoernjakt_nn_1 = mkN "bjцrnjakt" "bjцrnjakter" ; - bjoernliknande_av_1 = mkA "bjцrnliknande" ; - bjoernram_nn_1 = mkN "bjцrnram" ; - bjoernskall_nn_1 = mkN "bjцrnskall" neutrum ; - bjoernskinn_nn_1 = mkN "bjцrnskinn" neutrum ; - bjoerntjaenst_nn_1 = mkN "bjцrntjдnst" "bjцrntjдnster" ; - bjuda_vb_1 = mkV "bjuda" "bjцd" "bjudit" ; - bjudcigarr_nn_1 = mkN "bjudcigarr" "bjudcigarrer" ; - bjudning_nn_1 = mkN "bjudning" ; - blaa_av_1 = mkA "blе" "blеtt" ; - blaaaktig_av_1 = mkA "blеaktig" ; - blaaanlupen_av_1 = mkA "blеanlupen" "blеanlupet" ; - blaabaer_nn_1 = mkN "blеbдr" neutrum ; - blaabaersris_nn_1 = mkN "blеbдrsris" neutrum ; - blaablodig_av_1 = mkA "blеblodig" ; - blaadaare_nn_1 = mkN "blеdеre" utrum ; - blaafoerskjutning_nn_1 = mkN "blеfцrskjutning" ; - blaafrusen_av_1 = mkA "blеfrusen" "blеfruset" ; - blaagroen_av_1 = mkA "blеgrцn" ; - blaagroenalg_nn_1 = mkN "blеgrцnalg" "blеgrцnalger" ; - blaagul_av_1 = mkA "blеgul" ; - blaahaj_nn_1 = mkN "blеhaj" ; - blaahake_nn_1 = mkN "blеhake" utrum ; - blaahallon_nn_1 = mkN "blеhallon" neutrum ; - blaahjon_nn_1 = mkN "blеhjon" neutrum ; - blaaklint_nn_1 = mkN "blеklint" ; - blaakopia_nn_1 = mkN "blеkopia" ; - blaalusern_nn_1 = mkN "blеlusern" "blеluserner" ; - blaamaerke_nn_1 = mkN "blеmдrke" ; - blaames_nn_1 = mkN "blеmes" ; - blaamusseron_nn_1 = mkN "blеmusseron" "blеmusseroner" ; - blaamussla_nn_1 = mkN "blеmussla" ; - blaanad_nn_1 = mkN "blеnad" "blеnader" ; - blaaoegd_av_1 = mkA "blецgd" "blецgt" ; - blaaraev_nn_1 = mkN "blеrдv" ; - blaaroed_av_1 = mkA "blеrцd" ; - blaasare_nn_1 = mkN "blеsare" "blеsare" ; - blaasbaelg_nn_1 = mkN "blеsbдlg" ; - blaasfoting_nn_1 = mkN "blеsfoting" ; - blaashaal_nn_1 = mkN "blеshеl" neutrum ; - blaashals_nn_1 = mkN "blеshals" ; - blaasig_av_1 = mkA "blеsig" ; - blaasinstrument_nn_1 = mkN "blеsinstrument" neutrum ; - blaaskatarr_nn_1 = mkN "blеskatarr" "blеskatarrer" ; - blaasljud_nn_1 = mkN "blеsljud" neutrum ; - blaasmask_nn_1 = mkN "blеsmask" ; - blaasning_nn_1 = mkN "blеsning" ; - blaasorkester_nn_1 = mkN "blеsorkester" ; - blaasroer_nn_1 = mkN "blеsrцr" neutrum ; - blaassten_nn_1 = mkN "blеssten" "blеsstenen" "blеsstenar" "blеsstenarna" ; - blaastaell_nn_1 = mkN "blеstдll" neutrum ; - blaasur_av_1 = mkA "blеsur" ; - blaaval_nn_1 = mkN "blеval" ; - blaavinge_nn_1 = mkN "blеvinge" utrum ; - blaaviolett_av_1 = mkA "blеviolett" ; - blaavit_av_1 = mkA "blеvit" ; - blaavitling_nn_1 = mkN "blеvitling" ; - black_av_1 = mkA "black" ; - black_nn_1 = mkN "black" ; - blackig_av_1 = mkA "blackig" ; - blackout_nn_1 = mkN "blackout" "blackouter" ; - blad_nn_1 = mkN "blad" neutrum ; - bladbagge_nn_1 = mkN "bladbagge" utrum ; - bladfot_nn_1 = mkN "bladfot" "bladfцtter" ; - bladfoting_nn_1 = mkN "bladfoting" ; - bladkrans_nn_1 = mkN "bladkrans" ; - bladlus_nn_1 = mkN "bladlus" "bladlusen" "bladlцss" "bladlцssen" ; - bladmage_nn_1 = mkN "bladmage" utrum ; - bladminerare_nn_1 = mkN "bladminerare" "bladminerare" ; - bladstaellning_nn_1 = mkN "bladstдllning" ; - bladstekel_nn_1 = mkN "bladstekel" ; - blaeckfisk_nn_1 = mkN "blдckfisk" ; - blaeckhorn_nn_1 = mkN "blдckhorn" neutrum ; - blaeckkoertel_nn_1 = mkN "blдckkцrtel" ; - blaeckplump_nn_1 = mkN "blдckplump" ; - blaecksaeck_nn_1 = mkN "blдcksдck" ; - blaecksuddare_nn_1 = mkN "blдcksuddare" "blдcksuddare" ; - blaecksvamp_nn_1 = mkN "blдcksvamp" ; - blaedderblock_nn_1 = mkN "blдdderblock" neutrum ; - blaedderbok_nn_1 = mkN "blдdderbok" "blдdderbцcker" ; - blaendare_nn_1 = mkN "blдndare" "blдndare" ; - blaende_nn_1 = mkN "blдnde" ; - blaendfri_av_1 = mkA "blдndfri" "blдndfritt" ; - blaendning_nn_1 = mkN "blдndning" ; - blaendskydd_nn_1 = mkN "blдndskydd" neutrum ; - blaendverk_nn_1 = mkN "blдndverk" neutrum ; - blaendvit_av_1 = mkA "blдndvit" ; - blaeng_nn_1 = mkN "blдng" ; - blaenk_nn_1 = mkN "blдnk" ; - blaenkare_nn_1 = mkN "blдnkare" "blдnkare" ; - blaenkfyr_nn_1 = mkN "blдnkfyr" ; - blaes_nn_1 = mkN "blдs" ; - blaesand_nn_1 = mkN "blдsand" "blдsдnder" ; - blaesbock_nn_1 = mkN "blдsbock" ; - blaesgaas_nn_1 = mkN "blдsgеs" "blдsgеsen" "blдsgдss" "blдsgдssen" ; - blaester_nn_1 = mkN "blдster" ; - blaesterroer_nn_1 = mkN "blдsterrцr" neutrum ; - blaesterugn_nn_1 = mkN "blдsterugn" ; - blam_nn_1 = mkN "blam" "blamer" ; - blamage_nn_1 = mkN "blamage" "blamager" ; - blamant_av_1 = mkA "blamant" "blamant" ; - blancmange_nn_1 = mkN "blancmangй" "blancmangйer" ; - blandaektenskap_nn_1 = mkN "blandдktenskap" "blandдktenskapet" "blandдktenskapen" "blandдktenskapena" ; - blandare_nn_1 = mkN "blandare" "blandare" ; - blandekonomi_nn_1 = mkN "blandekonomi" "blandekonomier" ; - blandfaerg_nn_1 = mkN "blandfдrg" "blandfдrger" ; - blandform_nn_1 = mkN "blandform" "blandformer" ; - blandning_nn_1 = mkN "blandning" ; - blandningsfoerhaallande_nn_1 = mkN "blandningsfцrhеllande" ; - blandningskran_nn_1 = mkN "blandningskran" ; - blandras_nn_1 = mkN "blandras" "blandraser" ; - blandskog_nn_1 = mkN "blandskog" ; - blandspraak_nn_1 = mkN "blandsprеk" neutrum ; - blandtyp_nn_1 = mkN "blandtyp" "blandtyper" ; - blank_av_1 = mkA "blank" ; - blankaal_nn_1 = mkN "blankеl" ; - blankborste_nn_1 = mkN "blankborste" utrum ; - blankett_nn_1 = mkN "blankett" "blanketter" ; - blankettskaap_nn_1 = mkN "blankettskеp" neutrum ; - blanklax_nn_1 = mkN "blanklax" ; - blankoaccept_nn_1 = mkN "blankoaccept" "blankoaccepter" ; - blankocheck_nn_1 = mkN "blankocheck" ; - blankofoersaeljning_nn_1 = mkN "blankofцrsдljning" ; - blankofullmakt_nn_1 = mkN "blankofullmakt" "blankofullmakter" ; - blankokredit_nn_1 = mkN "blankokredit" "blankokrediter" ; - blankotransport_nn_1 = mkN "blankotransport" "blankotransporter" ; - blankovaexel_nn_1 = mkN "blankovдxel" ; - blanksej_nn_1 = mkN "blanksej" ; - blanksliten_av_1 = mkA "blanksliten" "blankslitet" ; - blanksmoerja_nn_1 = mkN "blanksmцrja" ; - blankvatten_nn_1 = mkN "blankvatten" "blankvattnet" "blankvatten" "blankvattnen" ; - blase_av_1 = mkA "blasй" ; - blasfemi_nn_1 = mkN "blasfemi" "blasfemier" ; - blasfemisk_av_1 = mkA "blasfemisk" ; - blaskig_av_1 = mkA "blaskig" ; - blasonering_nn_1 = mkN "blasonering" ; - blatte_nn_1 = mkN "blatte" utrum ; - blazer_nn_1 = mkN "blazer" ; - bleck_nn_1 = mkN "bleck" neutrum ; - bleckblaasinstrument_nn_1 = mkN "bleckblеsinstrument" neutrum ; - bleckburk_nn_1 = mkN "bleckburk" ; - bleckplaat_nn_1 = mkN "bleckplеt" ; - bleckslagare_nn_1 = mkN "bleckslagare" "bleckslagare" ; - bleckslageri_nn_1 = mkN "bleckslageri" "bleckslagerit" "bleckslagerier" "bleckslagerierna" ; - blek_av_1 = mkA "blek" ; - blekeri_nn_1 = mkN "blekeri" "blekerit" "blekerier" "blekerierna" ; - blekfet_av_1 = mkA "blekfet" ; - blekhet_nn_1 = mkN "blekhet" "blekheter" ; - bleking_nn_1 = mkN "bleking" ; - blekingsk_av_1 = mkA "blekingsk" ; - bleklagd_av_1 = mkA "bleklagd" "bleklagt" ; - blekmedel_nn_1 = mkN "blekmedel" neutrum ; - bleknos_nn_1 = mkN "bleknos" ; - bleksiktig_av_1 = mkA "bleksiktig" ; - blekvaetska_nn_1 = mkN "blekvдtska" ; - blessyr_nn_1 = mkN "blessyr" "blessyrer" ; - blick_nn_1 = mkN "blick" ; - blickfaang_nn_1 = mkN "blickfеng" neutrum ; - blickfaelt_nn_1 = mkN "blickfдlt" neutrum ; - blickstilla_av_1 = mkA "blickstilla" ; - blid_av_1 = mkA "blid" ; - blidgrad_nn_1 = mkN "blidgrad" "blidgrader" ; - blidvinter_nn_1 = mkN "blidvinter" ; - blind_av_1 = mkA "blind" ; - blindalfabet_nn_1 = mkN "blindalfabet" neutrum ; - blindbock_nn_1 = mkN "blindbock" ; - blindbotten_nn_1 = mkN "blindbotten" ; - blindbroms_nn_1 = mkN "blindbroms" ; - blinddoerr_nn_1 = mkN "blinddцrr" ; - blindering_nn_1 = mkN "blindering" ; - blindfoenster_nn_1 = mkN "blindfцnster" neutrum ; - blindgaangare_nn_1 = mkN "blindgеngare" "blindgеngare" ; - blindhund_nn_1 = mkN "blindhund" ; - blindlandning_nn_1 = mkN "blindlandning" ; - blindnaessla_nn_1 = mkN "blindnдssla" ; - blindparti_nn_1 = mkN "blindparti" "blindpartit" "blindpartier" "blindpartierna" ; - blindpassagerare_nn_1 = mkN "blindpassagerare" "blindpassagerare" ; - blindpatron_nn_1 = mkN "blindpatron" "blindpatroner" ; - blindpressning_nn_1 = mkN "blindpressning" ; - blindraa_nn_1 = mkN "blindrе" "blindrеn" "blindrеr" "blindrеrna" ; - blindrote_nn_1 = mkN "blindrote" utrum ; - blindskaer_nn_1 = mkN "blindskдr" neutrum ; - blindspaar_nn_1 = mkN "blindspеr" neutrum ; - blindstyre_nn_1 = mkN "blindstyre" ; - blindtarm_nn_1 = mkN "blindtarm" ; - blindtarmsinflammation_nn_1 = mkN "blindtarmsinflammation" "blindtarmsinflammationer" ; - blindtryck_nn_1 = mkN "blindtryck" neutrum ; - blini_nn_1 = mkN "blini" "blinier" ; - blink_nn_1 = mkN "blink" ; - blinker_nn_1 = mkN "blinker" ; - blinkfyr_nn_1 = mkN "blinkfyr" ; - blinkhinna_nn_1 = mkN "blinkhinna" ; - blinkljus_nn_1 = mkN "blinkljus" neutrum ; - blinning_nn_1 = mkN "blinning" ; - blip_nn_1 = mkN "blip" ; - blivande_av_1 = mkA "blivande" ; - blixt_nn_1 = mkN "blixt" ; - blixtanfall_nn_1 = mkN "blixtanfall" neutrum ; - blixtbesoek_nn_1 = mkN "blixtbesцk" neutrum ; - blixtfoto_nn_1 = mkN "blixtfoto" "blixtfotot" "blixtfoton" "blixtfotona" ; - blixtfyr_nn_1 = mkN "blixtfyr" ; - blixtkrig_nn_1 = mkN "blixtkrig" neutrum ; - blixtlaas_nn_1 = mkN "blixtlеs" neutrum ; - blixtnedslag_nn_1 = mkN "blixtnedslag" neutrum ; - blixtpatron_nn_1 = mkN "blixtpatron" "blixtpatroner" ; - blixtrande_av_1 = mkA "blixtrande" ; - blixtsamtal_nn_1 = mkN "blixtsamtal" "blixtsamtalet" "blixtsamtalen" "blixtsamtalena" ; - blixtsnabb_av_1 = mkA "blixtsnabb" ; - blixtvisit_nn_1 = mkN "blixtvisit" "blixtvisiter" ; - block_nn_1 = mkN "block" neutrum ; - blockad_nn_1 = mkN "blockad" "blockader" ; - blockadbrott_nn_1 = mkN "blockadbrott" neutrum ; - blockadbrytare_nn_1 = mkN "blockadbrytare" "blockadbrytare" ; - blockaemne_nn_1 = mkN "blockдmne" ; - blockbildning_nn_1 = mkN "blockbildning" ; - blockdiagram_nn_1 = mkN "blockdiagram" "blockdiagrammet" "blockdiagram" "blockdiagrammen" ; - blockering_nn_1 = mkN "blockering" ; - blockfloejt_nn_1 = mkN "blockflцjt" "blockflцjter" ; - blockgraens_nn_1 = mkN "blockgrдns" "blockgrдnser" ; - blockhus_nn_1 = mkN "blockhus" neutrum ; - blockig_av_1 = mkA "blockig" ; - blocksignal_nn_1 = mkN "blocksignal" "blocksignaler" ; - blocksystem_nn_1 = mkN "blocksystem" neutrum ; - blocktalja_nn_1 = mkN "blocktalja" ; - blocktyg_nn_1 = mkN "blocktyg" neutrum ; - blockvagn_nn_1 = mkN "blockvagn" ; - blodaader_nn_1 = mkN "blodеder" "blodеdern" "blodеdror" "blodеdrorna" ; - blodapelsin_nn_1 = mkN "blodapelsin" "blodapelsiner" ; - blodbad_nn_1 = mkN "blodbad" neutrum ; - blodbank_nn_1 = mkN "blodbank" "blodbanker" ; - blodbok_nn_1 = mkN "blodbok" ; - blodcell_nn_1 = mkN "blodcell" "blodceller" ; - bloddrypande_av_1 = mkA "bloddrypande" ; - blodfaergaemne_nn_1 = mkN "blodfдrgдmne" ; - blodfattig_av_1 = mkA "blodfattig" ; - blodflaeck_nn_1 = mkN "blodflдck" ; - blodfloede_nn_1 = mkN "blodflцde" ; - blodfoergiftning_nn_1 = mkN "blodfцrgiftning" ; - blodfull_av_1 = mkA "blodfull" ; - blodgivare_nn_1 = mkN "blodgivare" "blodgivare" ; - blodgrupp_nn_1 = mkN "blodgrupp" "blodgrupper" ; - blodhund_nn_1 = mkN "blodhund" ; - blodig_av_1 = mkA "blodig" ; - blodigel_nn_1 = mkN "blodigel" ; - blodkaerl_nn_1 = mkN "blodkдrl" neutrum ; - blodkorv_nn_1 = mkN "blodkorv" ; - blodkraekning_nn_1 = mkN "blodkrдkning" ; - blodkropp_nn_1 = mkN "blodkropp" ; - blodledare_nn_1 = mkN "blodledare" "blodledare" ; - blodloes_av_1 = mkA "blodlцs" ; - blodoern_ab_1 = mkAdv "blodцrn" ; - blodoeverfoering_nn_1 = mkN "blodцverfцring" ; - blodoeverfyllnad_nn_1 = mkN "blodцverfyllnad" "blodцverfyllnader" ; - blodpalt_nn_1 = mkN "blodpalt" ; - blodplaett_nn_1 = mkN "blodplдtt" ; - blodpropp_nn_1 = mkN "blodpropp" ; - blodprotein_nn_1 = mkN "blodprotein" "blodproteinet" "blodproteiner" "blodproteinerna" ; - blodprov_nn_1 = mkN "blodprov" neutrum ; - blodpudding_nn_1 = mkN "blodpudding" ; - blodrand_nn_1 = mkN "blodrand" "blodrдnder" ; - blodroed_av_1 = mkA "blodrцd" ; - blodsband_nn_1 = mkN "blodsband" neutrum ; - blodsdaad_nn_1 = mkN "blodsdеd" neutrum ; - blodsdroppe_nn_1 = mkN "blodsdroppe" utrum ; - blodsjukdom_nn_1 = mkN "blodsjukdom" ; - blodspenning_nn_1 = mkN "blodspenning" ; - blodspottning_nn_1 = mkN "blodspottning" ; - blodspraengd_av_1 = mkA "blodsprдngd" "blodsprдngt" ; - blodstaenkt_av_1 = mkA "blodstдnkt" "blodstдnkt" ; - blodstillande_av_1 = mkA "blodstillande" ; - blodstinn_av_1 = mkA "blodstinn" "blodstint" ; - blodstoertning_nn_1 = mkN "blodstцrtning" ; - blodsugande_av_1 = mkA "blodsugande" ; - blodsugare_nn_1 = mkN "blodsugare" "blodsugare" ; - blodsutgjutelse_nn_1 = mkN "blodsutgjutelse" "blodsutgjutelser" ; - blodsvulst_nn_1 = mkN "blodsvulst" "blodsvulster" ; - blodsystem_nn_1 = mkN "blodsystem" neutrum ; - blodtappning_nn_1 = mkN "blodtappning" ; - blodtoerstig_av_1 = mkA "blodtцrstig" ; - blodtransfusion_nn_1 = mkN "blodtransfusion" "blodtransfusioner" ; - blodtryck_nn_1 = mkN "blodtryck" neutrum ; - blodtyp_nn_1 = mkN "blodtyp" "blodtyper" ; - blodvaerde_nn_1 = mkN "blodvдrde" ; - blodvallning_nn_1 = mkN "blodvallning" ; - blodvite_nn_1 = mkN "blodvite" ; - bloedare_nn_1 = mkN "blцdare" "blцdare" ; - bloedig_av_1 = mkA "blцdig" ; - bloedighet_nn_1 = mkN "blцdighet" "blцdigheter" ; - bloedning_nn_1 = mkN "blцdning" ; - bloejbyte_nn_1 = mkN "blцjbyte" ; - bloet_av_1 = mkA "blцt" ; - bloetdjur_nn_1 = mkN "blцtdjur" neutrum ; - bloetlaeggningsmedel_nn_1 = mkN "blцtlдggningsmedel" neutrum ; - blogg_nn_1 = mkN "blogg" ; - bloggare_nn_1 = mkN "bloggare" "bloggare" ; - blomaxel_nn_1 = mkN "blomaxel" ; - blombefruktning_nn_1 = mkN "blombefruktning" ; - blomblad_nn_1 = mkN "blomblad" neutrum ; - blombord_nn_1 = mkN "blombord" neutrum ; - blombotten_nn_1 = mkN "blombotten" ; - blombukett_nn_1 = mkN "blombukett" "blombuketter" ; - blomdoft_nn_1 = mkN "blomdoft" "blomdofter" ; - blomfat_nn_1 = mkN "blomfat" neutrum ; - blomfjaell_nn_1 = mkN "blomfjдll" neutrum ; - blomflock_nn_1 = mkN "blomflock" ; - blomfoder_nn_1 = mkN "blomfoder" neutrum ; - blomhoelster_nn_1 = mkN "blomhцlster" neutrum ; - blomholk_nn_1 = mkN "blomholk" ; - blomhuvud_nn_1 = mkN "blomhuvud" "blomhuvudet" "blomhuvuden" "blomhuvudena" ; - blomkaalshuvud_nn_1 = mkN "blomkеlshuvud" "blomkеlshuvudet" "blomkеlshuvuden" "blomkеlshuvudena" ; - blomkaalsoera_nn_1 = mkN "blomkеlsцra" "blomkеlsцrat" "blomkеlsцron" "blomkеlsцronen" ; - blomkaalssvamp_nn_1 = mkN "blomkеlssvamp" ; - blomkaepp_nn_1 = mkN "blomkдpp" ; - blomkalk_nn_1 = mkN "blomkalk" ; - blomklaedd_av_1 = mkA "blomklдdd" ; - blomklase_nn_1 = mkN "blomklase" utrum ; - blomknopp_nn_1 = mkN "blomknopp" ; - blomkolv_nn_1 = mkN "blomkolv" ; - blomkorg_nn_1 = mkN "blomkorg" ; - blomkrans_nn_1 = mkN "blomkrans" ; - blomkvast_nn_1 = mkN "blomkvast" ; - blommig_av_1 = mkA "blommig" ; - blommogram_nn_1 = mkN "blommogram" "blommogrammet" "blommogram" "blommogrammen" ; - blomning_nn_1 = mkN "blomning" ; - blomningstid_nn_1 = mkN "blomningstid" "blomningstider" ; - blomskaft_nn_1 = mkN "blomskaft" neutrum ; - blomstaellning_nn_1 = mkN "blomstдllning" ; - blomster_nn_1 = mkN "blomster" neutrum ; - blomsteraeng_nn_1 = mkN "blomsterдng" ; - blomsteraffaer_nn_1 = mkN "blomsteraffдr" "blomsteraffдrer" ; - blomsterbord_nn_1 = mkN "blomsterbord" neutrum ; - blomsterfoermedling_nn_1 = mkN "blomsterfцrmedling" ; - blomsterhandel_nn_1 = mkN "blomsterhandel" ; - blomsterhandlare_nn_1 = mkN "blomsterhandlare" "blomsterhandlare" ; - blomsterklaedd_av_1 = mkA "blomsterklдdd" ; - blomsterkvast_nn_1 = mkN "blomsterkvast" ; - blomsterloek_nn_1 = mkN "blomsterlцk" ; - blomstermaanad_nn_1 = mkN "blomstermеnad" "blomstermеnader" ; - blomstertraedgaard_nn_1 = mkN "blomstertrдdgеrd" ; - blomsteruppsats_nn_1 = mkN "blomsteruppsats" "blomsteruppsatser" ; - blomstervas_nn_1 = mkN "blomstervas" "blomstervaser" ; - blomstjaelk_nn_1 = mkN "blomstjдlk" ; - blomstringstid_nn_1 = mkN "blomstringstid" "blomstringstider" ; - blomvaext_nn_1 = mkN "blomvдxt" "blomvдxter" ; - blomvas_nn_1 = mkN "blomvas" "blomvaser" ; - blond_av_1 = mkA "blond" ; - blond_nn_1 = mkN "blond" "blonder" ; - blondin_nn_1 = mkN "blondin" "blondiner" ; - bloss_nn_1 = mkN "bloss" neutrum ; - blot_nn_1 = mkN "blot" neutrum ; - blott_ab_1 = mkAdv "blott" ; - blottare_nn_1 = mkN "blottare" "blottare" ; - blottstaelld_av_1 = mkA "blottstдlld" "blottstдllt" ; - bluff_nn_1 = mkN "bluff" ; - bluffmakare_nn_1 = mkN "bluffmakare" "bluffmakare" ; - blunder_nn_1 = mkN "blunder" ; - blus_nn_1 = mkN "blus" ; - blyacetat_nn_1 = mkN "blyacetat" neutrum ; - blyackumulator_nn_1 = mkN "blyackumulator" "blyackumulatorer" ; - blyazid_nn_1 = mkN "blyazid" "blyazider" ; - blybatteri_nn_1 = mkN "blybatteri" "blybatterit" "blybatterier" "blybatterierna" ; - blydagg_nn_1 = mkN "blydagg" ; - blyerts_nn_1 = mkN "blyerts" ; - blyfaerg_nn_1 = mkN "blyfдrg" "blyfдrger" ; - blyfoerening_nn_1 = mkN "blyfцrening" ; - blyfoergiftning_nn_1 = mkN "blyfцrgiftning" ; - blyfolie_nn_1 = mkN "blyfolie" "blyfolier" ; - blyg_av_1 = mkA "blyg" ; - blygdben_nn_1 = mkN "blygdben" neutrum ; - blygdlaepp_nn_1 = mkN "blygdlдpp" ; - blyghet_nn_1 = mkN "blyghet" "blygheter" ; - blygraa_av_1 = mkA "blygrе" "blygrеtt" ; - blygsam_av_1 = mkA "blygsam" "blygsamt" "blygsamma" "blygsamma" "blygsammare" "blygsammast" "blygsammaste" ; - blygsamhet_nn_1 = mkN "blygsamhet" "blygsamheter" ; - blyhalt_nn_1 = mkN "blyhalt" "blyhalter" ; - blyhaltig_av_1 = mkA "blyhaltig" ; - blykoel_nn_1 = mkN "blykцl" ; - blymantel_nn_1 = mkN "blymantel" ; - blyoxid_nn_1 = mkN "blyoxid" "blyoxider" ; - blytung_av_1 = mkA "blytung" ; - bo_nn_1 = mkN "bo" "bot" "bon" "boen" ; - boaegg_nn_1 = mkN "boдgg" neutrum ; - boaorm_nn_1 = mkN "boaorm" ; - boardingcard_nn_1 = mkN "boardingcard" neutrum ; - bob_nn_1 = mkN "bob" "bobben" "bobbar" "bobbarna" ; - bobin_nn_1 = mkN "bobin" "bobiner" ; - bobsleigh_nn_1 = mkN "bobsleigh" ; - bock_nn_1 = mkN "bock" ; - bockbent_av_1 = mkA "bockbent" "bockbent" ; - bockblad_nn_1 = mkN "bockblad" neutrum ; - bockbro_nn_1 = mkN "bockbro" ; - bockfot_nn_1 = mkN "bockfot" "bockfцtter" ; - bockhorn_nn_1 = mkN "bockhorn" neutrum ; - bockning_nn_1 = mkN "bockning" ; - bockprov_nn_1 = mkN "bockprov" neutrum ; - bockskaegg_nn_1 = mkN "bockskдgg" neutrum ; - bod_nn_1 = mkN "bod" ; - bodbetjaent_nn_1 = mkN "bodbetjдnt" "bodbetjдnter" ; - bodelning_nn_1 = mkN "bodelning" ; - bodknodd_nn_1 = mkN "bodknodd" ; - bodmeri_nn_1 = mkN "bodmeri" "bodmerit" "bodmerier" "bodmerierna" ; - boeckling_nn_1 = mkN "bцckling" ; - boedel_nn_1 = mkN "bцdel" ; - boedelsdraeng_nn_1 = mkN "bцdelsdrдng" ; - boeg_nn_1 = mkN "bцg" ; - boehmare_nn_1 = mkN "bцhmare" "bцhmare" ; - boehmisk_av_1 = mkA "bцhmisk" ; - boej_nn_1 = mkN "bцj" ; - boejare_nn_1 = mkN "bцjare" "bцjare" ; - boejarmuskel_nn_1 = mkN "bцjarmuskel" "bцjarmuskeln" "bцjarmuskler" "bцjarmusklerna" ; - boejbar_av_1 = mkA "bцjbar" ; - boejd_av_1 = mkA "bцjd" "bцjt" ; - boejelse_nn_1 = mkN "bцjelse" "bцjelser" ; - boejhaallfasthet_nn_1 = mkN "bцjhеllfasthet" "bцjhеllfastheter" ; - boejlig_av_1 = mkA "bцjlig" ; - boejmuskel_nn_1 = mkN "bцjmuskel" "bцjmuskeln" "bцjmuskler" "bцjmusklerna" ; - boejning_nn_1 = mkN "bцjning" ; - boejningsaendelse_nn_1 = mkN "bцjningsдndelse" "bцjningsдndelser" ; - boejningsform_nn_1 = mkN "bцjningsform" "bцjningsformer" ; - boejningsmoenster_nn_1 = mkN "bцjningsmцnster" neutrum ; - boejprov_nn_1 = mkN "bцjprov" neutrum ; - boekig_av_1 = mkA "bцkig" ; - boeld_nn_1 = mkN "bцld" "bцlder" ; - boelja_nn_1 = mkN "bцlja" ; - boeljegaang_nn_1 = mkN "bцljegеng" ; - boeljeslag_nn_1 = mkN "bцljeslag" neutrum ; - boeljeslagsmaerke_nn_1 = mkN "bцljeslagsmдrke" ; - boen_nn_1 = mkN "bцn" "bцner" ; - boenbok_nn_1 = mkN "bцnbok" "bцnbцcker" ; - boendag_nn_1 = mkN "bцndag" ; - boende_nn_1 = mkN "boende" ; - boende_nn_2 = mkN "boende" "boenden" "boende" "boendena" ; - boendeform_nn_1 = mkN "boendeform" "boendeformer" ; - boendekostnad_nn_1 = mkN "boendekostnad" "boendekostnader" ; - boenegudstjaenst_nn_1 = mkN "bцnegudstjдnst" "bцnegudstjдnster" ; - boenehus_nn_1 = mkN "bцnehus" neutrum ; - boeneman_nn_1 = mkN "bцneman" "bцnemannen" "bцnemдn" "bцnemдnnen" ; - boenemoete_nn_1 = mkN "bцnemцte" ; - boeneskrift_nn_1 = mkN "bцneskrift" "bцneskrifter" ; - boenfalla_vb_1 = mkV "bцnfalla" "bцnfцll" "bцnfallit" ; - boenformig_av_1 = mkA "bцnformig" ; - boenhas_nn_1 = mkN "bцnhas" ; - boenhoerelse_nn_1 = mkN "bцnhцrelse" "bцnhцrelser" ; - boenpall_nn_1 = mkN "bцnpall" ; - boenvaext_nn_1 = mkN "bцnvдxt" "bцnvдxter" ; - boer_nn_1 = mkN "boer" "boern" "boer" "boerna" ; - boerda_nn_1 = mkN "bцrda" ; - boerdig_av_1 = mkA "bцrdig" ; - boerdsstolt_av_1 = mkA "bцrdsstolt" "bцrdsstolt" ; - boers_nn_1 = mkN "bцrs" ; - boers_nn_2 = mkN "bцrs" "bцrser" ; - boersjobbare_nn_1 = mkN "bцrsjobbare" "bцrsjobbare" ; - boerskurs_nn_1 = mkN "bцrskurs" "bцrskurser" ; - boersmaeklare_nn_1 = mkN "bцrsmдklare" "bцrsmдklare" ; - boersnotering_nn_1 = mkN "bцrsnotering" ; - boersspekulant_nn_1 = mkN "bцrsspekulant" "bцrsspekulanter" ; - boersspekulation_nn_1 = mkN "bцrsspekulation" "bцrsspekulationer" ; - boerting_nn_1 = mkN "bцrting" ; - boesshaall_nn_1 = mkN "bцsshеll" neutrum ; - boessinsamling_nn_1 = mkN "bцssinsamling" ; - boett_nn_1 = mkN "boett" "boetter" ; - boevel_nn_1 = mkN "bцvel" ; - bofaellig_av_1 = mkA "bofдllig" ; - bofast_av_1 = mkA "bofast" "bofast" ; - bofink_nn_1 = mkN "bofink" ; - bog_nn_1 = mkN "bog" ; - bogankare_nn_1 = mkN "bogankare" "bogankaret" "bogankare" "bogankarna" ; - bogblad_nn_1 = mkN "bogblad" neutrum ; - bogbruten_av_1 = mkA "bogbruten" "bogbrutet" ; - boggi_nn_1 = mkN "boggi" "boggin" "boggier" "boggierna" ; - boghalt_av_1 = mkA "boghalt" "boghalt" ; - boghoejd_nn_1 = mkN "boghцjd" "boghцjder" ; - bogserare_nn_1 = mkN "bogserare" "bogserare" ; - bogserbaat_nn_1 = mkN "bogserbеt" ; - bogsergalge_nn_1 = mkN "bogsergalge" utrum ; - bogsering_nn_1 = mkN "bogsering" ; - bogserslaep_nn_1 = mkN "bogserslдp" neutrum ; - bogsertross_nn_1 = mkN "bogsertross" ; - bogsproet_nn_1 = mkN "bogsprцt" neutrum ; - bohag_nn_1 = mkN "bohag" neutrum ; - bohem_nn_1 = mkN "bohem" "bohemer" ; - bohemisk_av_1 = mkA "bohemisk" ; - bohuslaenning_nn_1 = mkN "bohuslдnning" ; - bohuslaensk_av_1 = mkA "bohuslдnsk" ; - boj_nn_1 = mkN "boj" ; - boj_nn_2 = mkN "boj" "bojer" ; - bojar_nn_1 = mkN "bojar" "bojarer" ; - bojkott_nn_1 = mkN "bojkott" "bojkotter" ; - bok_nn_1 = mkN "bok" "bцcker" ; - bok_nn_2 = mkN "bok" ; - bokanmaelan_nn_1 = mkN "bokanmдlan" "bokanmдlan" "bokanmдlningar" "bokanmдlningarna" ; - bokauktion_nn_1 = mkN "bokauktion" "bokauktioner" ; - bokband_nn_1 = mkN "bokband" neutrum ; - bokbindare_nn_1 = mkN "bokbindare" "bokbindare" ; - bokbinderi_nn_1 = mkN "bokbinderi" "bokbinderit" "bokbinderier" "bokbinderierna" ; - bokbindning_nn_1 = mkN "bokbindning" ; - bokbuss_nn_1 = mkN "bokbuss" ; - boken_av_1 = mkA "boken" "boket" ; - bokfilm_nn_1 = mkN "bokfilm" "bokfilmer" ; - bokflod_nn_1 = mkN "bokflod" "bokfloder" ; - bokfoering_nn_1 = mkN "bokfцring" ; - bokfoeringsaar_nn_1 = mkN "bokfцringsеr" neutrum ; - bokfoeringsmaessig_av_1 = mkA "bokfцringsmдssig" ; - bokfoeringsskyldig_av_1 = mkA "bokfцringsskyldig" ; - bokfoeringsskyldighet_nn_1 = mkN "bokfцringsskyldighet" "bokfцringsskyldigheter" ; - bokfoerlaeggare_nn_1 = mkN "bokfцrlдggare" "bokfцrlдggare" ; - bokfoerlag_nn_1 = mkN "bokfцrlag" neutrum ; - bokformat_nn_1 = mkN "bokformat" neutrum ; - bokhaallare_nn_1 = mkN "bokhеllare" "bokhеllare" ; - bokhandel_nn_1 = mkN "bokhandel" ; - bokhandlare_nn_1 = mkN "bokhandlare" "bokhandlare" ; - bokklubb_nn_1 = mkN "bokklubb" ; - boklaan_nn_1 = mkN "boklеn" neutrum ; - boklaerd_av_1 = mkA "boklдrd" "boklдrt" ; - boklig_av_1 = mkA "boklig" ; - bokmaerke_nn_1 = mkN "bokmдrke" ; - bokmagasin_nn_1 = mkN "bokmagasin" neutrum ; - bokmal_nn_1 = mkN "bokmal" ; - bokmarknad_nn_1 = mkN "bokmarknad" "bokmarknader" ; - bokollon_nn_1 = mkN "bokollon" neutrum ; - bokomslag_nn_1 = mkN "bokomslag" neutrum ; - bokrulle_nn_1 = mkN "bokrulle" utrum ; - bokrygg_nn_1 = mkN "bokrygg" ; - boksamlare_nn_1 = mkN "boksamlare" "boksamlare" ; - boksamling_nn_1 = mkN "boksamling" ; - boksida_nn_1 = mkN "boksida" ; - bokskog_nn_1 = mkN "bokskog" ; - bokslut_nn_1 = mkN "bokslut" neutrum ; - bokstav_nn_1 = mkN "bokstav" "bokstдver" ; - bokstavlig_av_1 = mkA "bokstavlig" ; - bokstavligen_ab_1 = mkAdv "bokstavligen" ; - bokstavsbeteckning_nn_1 = mkN "bokstavsbeteckning" ; - bokstavsfoeljd_nn_1 = mkN "bokstavsfцljd" "bokstavsfцljder" ; - bokstavsordning_nn_1 = mkN "bokstavsordning" ; - bokstavsrim_nn_1 = mkN "bokstavsrim" "bokstavsrimmet" "bokstavsrim" "bokstavsrimmen" ; - bokstavstecken_nn_1 = mkN "bokstavstecken" "bokstavstecknet" "bokstavstecken" "bokstavstecknen" ; - bokstavstrael_nn_1 = mkN "bokstavstrдl" ; - bokstavstrogen_av_1 = mkA "bokstavstrogen" "bokstavstroget" ; - bokstipendium_nn_1 = mkN "bokstipendium" "bokstipendiet" "bokstipendier" "bokstipendierna" ; - bokstoed_nn_1 = mkN "bokstцd" neutrum ; - boksynt_av_1 = mkA "boksynt" "boksynt" ; - boktitel_nn_1 = mkN "boktitel" ; - boktorn_nn_1 = mkN "boktorn" neutrum ; - boktryckare_nn_1 = mkN "boktryckare" "boktryckare" ; - boktryckeri_nn_1 = mkN "boktryckeri" "boktryckerit" "boktryckerier" "boktryckerierna" ; - boktrycksstil_nn_1 = mkN "boktrycksstil" ; - bokverk_nn_1 = mkN "bokverk" neutrum ; - bol_nn_1 = mkN "bol" neutrum ; - bolag_nn_1 = mkN "bolag" neutrum ; - bolagsman_nn_1 = mkN "bolagsman" "bolagsmannen" "bolagsmдn" "bolagsmдnnen" ; - bolagsordning_nn_1 = mkN "bolagsordning" ; - bolagsskog_nn_1 = mkN "bolagsskog" ; - bolagsstaemma_nn_1 = mkN "bolagsstдmma" ; - bolagsstyrelse_nn_1 = mkN "bolagsstyrelse" "bolagsstyrelser" ; - bolare_nn_1 = mkN "bolare" "bolare" ; - bolero_nn_1 = mkN "bolero" "boleror" ; - bolin_nn_1 = mkN "bolin" "boliner" ; - bolivian_nn_1 = mkN "bolivian" "bolivianer" ; - boliviansk_av_1 = mkA "boliviansk" ; - boll_nn_1 = mkN "boll" ; - bollkalle_nn_1 = mkN "bollkalle" utrum ; - bollning_nn_1 = mkN "bollning" ; - bollplan_nn_1 = mkN "bollplan" "bollplaner" ; - bollpojke_nn_1 = mkN "bollpojke" utrum ; - bollspel_nn_1 = mkN "bollspel" "bollspelet" "bollspel" "bollspelen" ; - bollspelare_nn_1 = mkN "bollspelare" "bollspelare" ; - bolltrae_nn_1 = mkN "bolltrд" "bolltrдet" "bolltrдn" "bolltrдna" ; - bolmoertsskivling_nn_1 = mkN "bolmцrtsskivling" ; - bolsjevik_nn_1 = mkN "bolsjevik" "bolsjeviker" ; - bolsjevistisk_av_1 = mkA "bolsjevistisk" ; - bolster_nn_1 = mkN "bolster" ; - bolsterstock_nn_1 = mkN "bolsterstock" ; - bolstervagn_nn_1 = mkN "bolstervagn" ; - bolstervar_nn_1 = mkN "bolstervar" neutrum ; - bom_nn_1 = mkN "bom" "bommen" "bommar" "bommarna" ; - bomaerke_nn_1 = mkN "bomдrke" ; - bomaterial_nn_1 = mkN "bomaterial" neutrum ; - bomb_nn_1 = mkN "bomb" "bomber" ; - bombanfall_nn_1 = mkN "bombanfall" neutrum ; - bombardemang_nn_1 = mkN "bombardemang" neutrum ; - bombare_nn_1 = mkN "bombare" "bombare" ; - bombasm_nn_1 = mkN "bombasm" "bombasmer" ; - bombastisk_av_1 = mkA "bombastisk" ; - bombattentat_nn_1 = mkN "bombattentat" neutrum ; - bombering_nn_1 = mkN "bombering" ; - bombfast_av_1 = mkA "bombfast" "bombfast" ; - bombkrater_nn_1 = mkN "bombkrater" ; - bombnedslag_nn_1 = mkN "bombnedslag" neutrum ; - bombning_nn_1 = mkN "bombning" ; - bomboffer_nn_1 = mkN "bomboffer" neutrum ; - bombplan_nn_1 = mkN "bombplan" neutrum ; - bombraed_nn_1 = mkN "bombrдd" "bombrдder" ; - bombsaeker_av_1 = mkA "bombsдker" "bombsдkert" "bombsдkra" "bombsдkra" "bombsдkrare" "bombsдkrast" "bombsдkraste" ; - bomsadel_nn_1 = mkN "bomsadel" ; - bomsegel_nn_1 = mkN "bomsegel" neutrum ; - bomullsbal_nn_1 = mkN "bomullsbal" ; - bomullsband_nn_1 = mkN "bomullsband" neutrum ; - bomullsbuske_nn_1 = mkN "bomullsbuske" utrum ; - bomullsflanell_nn_1 = mkN "bomullsflanell" "bomullsflaneller" ; - bomullsfroe_nn_1 = mkN "bomullsfrц" "bomullsfrцt" "bomullsfrцn" "bomullsfrцen" ; - bomullsplantage_nn_1 = mkN "bomullsplantage" "bomullsplantager" ; - bomullstyg_nn_1 = mkN "bomullstyg" neutrum ; - bomullsvaevnad_nn_1 = mkN "bomullsvдvnad" "bomullsvдvnader" ; - bomullsvaext_nn_1 = mkN "bomullsvдxt" "bomullsvдxter" ; - bonad_nn_1 = mkN "bonad" "bonader" ; - bonbonjaer_nn_1 = mkN "bonbonjдr" "bonbonjдrer" ; - bonddraeng_nn_1 = mkN "bonddrдng" ; - bonddryg_av_1 = mkA "bonddryg" ; - bonde_nn_1 = mkN "bonde" "bцnder" ; - bondearme_nn_1 = mkN "bondearmй" "bondearmйer" ; - bondebefolkning_nn_1 = mkN "bondebefolkning" ; - bondefred_nn_1 = mkN "bondefred" "bondefreder" ; - bondehaer_nn_1 = mkN "bondehдr" ; - bondehemman_nn_1 = mkN "bondehemman" neutrum ; - bondekultur_nn_1 = mkN "bondekultur" "bondekulturer" ; - bondeskog_nn_1 = mkN "bondeskog" ; - bondetaag_nn_1 = mkN "bondetеg" neutrum ; - bondfaangare_nn_1 = mkN "bondfеngare" "bondfеngare" ; - bondfamilj_nn_1 = mkN "bondfamilj" "bondfamiljer" ; - bondfoersoek_nn_1 = mkN "bondfцrsцk" neutrum ; - bondgaard_nn_1 = mkN "bondgеrd" ; - bondhustru_nn_1 = mkN "bondhustru" "bondhustrun" "bondhustrur" "bondhustrurna" ; - bondkomiker_nn_1 = mkN "bondkomiker" "bondkomikern" "bondkomiker" "bondkomikerna" ; - bondpermission_nn_1 = mkN "bondpermission" "bondpermissioner" ; - bondsk_av_1 = mkA "bondsk" ; - bondslug_av_1 = mkA "bondslug" ; - bong_nn_1 = mkN "bong" ; - boning_nn_1 = mkN "boning" ; - boningshus_nn_1 = mkN "boningshus" neutrum ; - bonitering_nn_1 = mkN "bonitering" ; - bonitet_nn_1 = mkN "bonitet" "boniteter" ; - bonjour_nn_1 = mkN "bonjour" "bonjourer" ; - bonmot_nn_1 = mkN "bonmot" neutrum ; - bonnett_nn_1 = mkN "bonnett" "bonnetter" ; - bonus_nn_1 = mkN "bonus" ; - bonusklass_nn_1 = mkN "bonusklass" "bonusklasser" ; - bookmaker_nn_1 = mkN "bookmaker" "bookmakern" "bookmaker" "bookmakerna" ; - boom_nn_1 = mkN "boom" "boomer" ; - boplats_nn_1 = mkN "boplats" "boplatser" ; - boplatsgraevning_nn_1 = mkN "boplatsgrдvning" ; - bord_nn_1 = mkN "bord" neutrum ; - borddans_nn_1 = mkN "borddans" "borddanser" ; - bordduk_nn_1 = mkN "bordduk" ; - bordeaux_nn_1 = mkN "bordeaux" "bordeauxer" ; - bordell_nn_1 = mkN "bordell" "bordeller" ; - bordhyvel_nn_1 = mkN "bordhyvel" ; - bordlaeggning_nn_1 = mkN "bordlдggning" ; - bordlaeggningsplenum_nn_1 = mkN "bordlдggningsplenum" neutrum ; - bordloepare_nn_1 = mkN "bordlцpare" "bordlцpare" ; - bordsamtal_nn_1 = mkN "bordsamtal" "bordsamtalet" "bordsamtalen" "bordsamtalena" ; - bordsben_nn_1 = mkN "bordsben" neutrum ; - bordsbestaellning_nn_1 = mkN "bordsbestдllning" ; - bordsboen_nn_1 = mkN "bordsbцn" "bordsbцner" ; - bordsdam_nn_1 = mkN "bordsdam" "bordsdamer" ; - bordsdryck_nn_1 = mkN "bordsdryck" "bordsdrycker" ; - bordservis_nn_1 = mkN "bordservis" "bordserviser" ; - bordsfilt_nn_1 = mkN "bordsfilt" ; - bordskant_nn_1 = mkN "bordskant" "bordskanter" ; - bordskavaljer_nn_1 = mkN "bordskavaljer" "bordskavaljerer" ; - bordskick_nn_1 = mkN "bordskick" neutrum ; - bordskniv_nn_1 = mkN "bordskniv" ; - bordsmargarin_nn_1 = mkN "bordsmargarin" "bordsmargarinet" "bordsmargariner" "bordsmargarinerna" ; - bordssamtal_nn_1 = mkN "bordssamtal" "bordssamtalet" "bordssamtalen" "bordssamtalena" ; - bordsservis_nn_1 = mkN "bordsservis" "bordsserviser" ; - bordsskick_nn_1 = mkN "bordsskick" neutrum ; - bordsstaell_nn_1 = mkN "bordsstдll" neutrum ; - bordsstudsare_nn_1 = mkN "bordsstudsare" "bordsstudsare" ; - bordstudsare_nn_1 = mkN "bordstudsare" "bordstudsare" ; - bordsuppsats_nn_1 = mkN "bordsuppsats" "bordsuppsatser" ; - bordsvatten_nn_1 = mkN "bordsvatten" "bordsvattnet" "bordsvatten" "bordsvattnen" ; - bordtennisracket_nn_1 = mkN "bordtennisracket" ; - bordvarts_ab_1 = mkAdv "bordvarts" ; - boreal_av_1 = mkA "boreal" ; - boren_av_1 = mkA "boren" "boret" ; - borg_nn_1 = mkN "borg" ; - borgarbevaepning_nn_1 = mkN "borgarbevдpning" ; - borgarbrev_nn_1 = mkN "borgarbrev" neutrum ; - borgardoeme_nn_1 = mkN "borgardцme" ; - borgare_nn_1 = mkN "borgare" "borgare" ; - borgargarde_nn_1 = mkN "borgargarde" ; - borgarklass_nn_1 = mkN "borgarklass" "borgarklasser" ; - borgarraad_nn_1 = mkN "borgarrеd" neutrum ; - borgenaer_nn_1 = mkN "borgenдr" "borgenдrer" ; - borgenaersed_nn_1 = mkN "borgenдrsed" "borgenдrseder" ; - borgensaatagande_nn_1 = mkN "borgensеtagande" ; - borgensfoerbindelse_nn_1 = mkN "borgensfцrbindelse" "borgensfцrbindelser" ; - borgenslaan_nn_1 = mkN "borgenslеn" neutrum ; - borgensman_nn_1 = mkN "borgensman" "borgensmannen" "borgensmдn" "borgensmдnnen" ; - borgenssumma_nn_1 = mkN "borgenssumma" ; - borgerlig_av_1 = mkA "borgerlig" ; - borgerlighet_nn_1 = mkN "borgerlighet" "borgerligheter" ; - borgerskap_nn_1 = mkN "borgerskap" "borgerskapet" "borgerskapen" "borgerskapena" ; - borgfred_nn_1 = mkN "borgfred" "borgfreder" ; - borggaard_nn_1 = mkN "borggеrd" ; - borgmaestare_nn_1 = mkN "borgmдstare" "borgmдstare" ; - borkarbid_nn_1 = mkN "borkarbid" "borkarbider" ; - borr_nn_1 = mkN "borr" ; - borrchuck_nn_1 = mkN "borrchuck" ; - borrhaal_nn_1 = mkN "borrhеl" neutrum ; - borrhaalsvaegg_nn_1 = mkN "borrhеlsvдgg" ; - borrjigg_nn_1 = mkN "borrjigg" ; - borrmaskin_nn_1 = mkN "borrmaskin" "borrmaskiner" ; - borrmussla_nn_1 = mkN "borrmussla" ; - borrning_nn_1 = mkN "borrning" ; - borrplattform_nn_1 = mkN "borrplattform" ; - borrspaan_nn_1 = mkN "borrspеn" neutrum ; - borrspindel_nn_1 = mkN "borrspindel" ; - borrstaal_nn_1 = mkN "borrstеl" neutrum ; - borrsvaeng_nn_1 = mkN "borrsvдng" ; - borrtorn_nn_1 = mkN "borrtorn" neutrum ; - borst_nn_1 = mkN "borst" neutrum ; - borstbindare_nn_1 = mkN "borstbindare" "borstbindare" ; - borstbinderi_nn_1 = mkN "borstbinderi" "borstbinderit" "borstbinderier" "borstbinderierna" ; - borste_nn_1 = mkN "borste" utrum ; - borstgarnityr_nn_1 = mkN "borstgarnityr" neutrum ; - borstgraes_nn_1 = mkN "borstgrдs" neutrum ; - borstig_av_1 = mkA "borstig" ; - borstmask_nn_1 = mkN "borstmask" ; - borstsvans_nn_1 = mkN "borstsvans" ; - borstviskare_nn_1 = mkN "borstviskare" "borstviskare" ; - bort_ab_1 = mkAdv "bort" ; - borta_ab_1 = mkAdv "borta" ; - bortaat_ab_1 = mkAdv "bortеt" ; - bortafoersaekring_nn_1 = mkN "bortafцrsдkring" ; - bortalag_nn_1 = mkN "bortalag" neutrum ; - bortamatch_nn_1 = mkN "bortamatch" "bortamatcher" ; - bortanfoer_ab_1 = mkAdv "bortanfцr" ; - bortaplan_nn_1 = mkN "bortaplan" "bortaplaner" ; - bortaseger_nn_1 = mkN "bortaseger" ; - bortbjuden_av_1 = mkA "bortbjuden" "bortbjudet" ; - bortblaast_av_1 = mkA "bortblеst" "bortblеst" ; - bortbyting_nn_1 = mkN "bortbyting" ; - bortdoeende_av_1 = mkA "bortdцende" ; - bortdoemning_nn_1 = mkN "bortdцmning" ; - bortdriva_vb_1 = mkV "bortdriva" "bortdrev" "bortdrivit" ; - bortemot_ab_1 = mkAdv "bortemot" ; - bortfall_nn_1 = mkN "bortfall" neutrum ; - bortfalla_vb_1 = mkV "bortfalla" "bortfцll" "bortfallit" ; - bortfoerklaring_nn_1 = mkN "bortfцrklaring" ; - bortgaa_vb_1 = mkV "bortgе" "bortgеr" "bortgе" "bortgick" "bortgеtt" "bortgеngen" ; - bortgloemd_av_1 = mkA "bortglцmd" "bortglцmt" ; - bortifraan_ab_1 = mkAdv "bortifrеn" ; - bortigenom_ab_1 = mkAdv "bortigenom" ; - bortkommen_av_1 = mkA "bortkommen" "bortkommet" "bortkomna" "bortkomna" "bortkomnare" "bortkomnast" "bortkomnaste" ; - bortoever_ab_1 = mkAdv "bortцver" ; - bortom_ab_1 = mkAdv "bortom" ; - bortrationalisering_nn_1 = mkN "bortrationalisering" ; - bortrest_av_1 = mkA "bortrest" "bortrest" ; - bortrinna_vb_1 = mkV "bortrinna" "bortrann" "bortrunnit" ; - bortsaettning_nn_1 = mkN "bortsдttning" ; - bortskaemd_av_1 = mkA "bortskдmd" "bortskдmt" ; - bortskrivning_nn_1 = mkN "bortskrivning" ; - bortsluta_vb_1 = mkV "bortsluta" "bortslцt" "bortslutit" ; - bortsprungen_av_1 = mkA "bortsprungen" "bortsprunget" ; - bortstoetning_nn_1 = mkN "bortstцtning" ; - bortta_vb_1 = mkV "bortta" "borttar" "bortta" "borttog" "borttagit" "borttagen" ; - borttraengning_nn_1 = mkN "borttrдngning" ; - bosaettning_nn_1 = mkN "bosдttning" ; - bosaettningsaffaer_nn_1 = mkN "bosдttningsaffдr" "bosдttningsaffдrer" ; - bosaettningslaan_nn_1 = mkN "bosдttningslеn" neutrum ; - bosaettningsort_nn_1 = mkN "bosдttningsort" "bosдttningsorter" ; - bosatt_av_1 = mkA "bosatt" ; - boskapshjord_nn_1 = mkN "boskapshjord" ; - boskapsskoetande_av_1 = mkA "boskapsskцtande" ; - boskapsskoetare_nn_1 = mkN "boskapsskцtare" "boskapsskцtare" ; - boskapsstaengsel_nn_1 = mkN "boskapsstдngsel" neutrum ; - boskapsstock_nn_1 = mkN "boskapsstock" ; - boskifte_nn_1 = mkN "boskifte" ; - boskillnad_nn_1 = mkN "boskillnad" "boskillnader" ; - bosnier_nn_1 = mkN "bosnier" "bosniern" "bosnier" "bosnierna" ; - bosnisk_av_1 = mkA "bosnisk" ; - boss_nn_1 = mkN "boss" ; - bossig_av_1 = mkA "bossig" ; - bostad_nn_1 = mkN "bostad" "bostдder" ; - bostadsadress_nn_1 = mkN "bostadsadress" "bostadsadresser" ; - bostadsband_nn_1 = mkN "bostadsband" neutrum ; - bostadsbidrag_nn_1 = mkN "bostadsbidrag" neutrum ; - bostadsbyggande_nn_1 = mkN "bostadsbyggande" ; - bostadsfoerbaettringslaan_nn_1 = mkN "bostadsfцrbдttringslеn" neutrum ; - bostadsfoeretag_nn_1 = mkN "bostadsfцretag" neutrum ; - bostadsfoermedling_nn_1 = mkN "bostadsfцrmedling" ; - bostadshus_nn_1 = mkN "bostadshus" neutrum ; - bostadskoe_nn_1 = mkN "bostadskц" "bostadskцn" "bostadskцer" "bostadskцerna" ; - bostadskooperation_nn_1 = mkN "bostadskooperation" "bostadskooperationer" ; - bostadskredit_nn_1 = mkN "bostadskredit" "bostadskrediter" ; - bostadslaan_nn_1 = mkN "bostadslеn" neutrum ; - bostadslaegenhet_nn_1 = mkN "bostadslдgenhet" "bostadslдgenheter" ; - bostadsloes_av_1 = mkA "bostadslцs" ; - bostadsmarknad_nn_1 = mkN "bostadsmarknad" "bostadsmarknader" ; - bostadsmiljoe_nn_1 = mkN "bostadsmiljц" "bostadsmiljцn" "bostadsmiljцer" "bostadsmiljцerna" ; - bostadsnaemnd_nn_1 = mkN "bostadsnдmnd" "bostadsnдmnder" ; - bostadsomraade_nn_1 = mkN "bostadsomrеde" ; - bostadspolitisk_av_1 = mkA "bostadspolitisk" ; - bostadsraett_nn_1 = mkN "bostadsrдtt" "bostadsrдtter" ; - bostadsraettsfoerening_nn_1 = mkN "bostadsrдttsfцrening" ; - bostadssoekande_nn_1 = mkN "bostadssцkande" "bostadssцkanden" "bostadssцkande" "bostadssцkandena" ; - bostadsstyrelse_nn_1 = mkN "bostadsstyrelse" "bostadsstyrelser" ; - bostadstillaegg_nn_1 = mkN "bostadstillдgg" neutrum ; - bostonvals_nn_1 = mkN "bostonvals" "bostonvalser" ; - bot_nn_2 = mkN "bot" "bцter" ; - botaniker_nn_1 = mkN "botaniker" "botanikern" "botaniker" "botanikerna" ; - botanikspade_nn_1 = mkN "botanikspade" utrum ; - botanisk_av_1 = mkA "botanisk" ; - botanist_nn_1 = mkN "botanist" "botanister" ; - botanistspade_nn_1 = mkN "botanistspade" utrum ; - botdag_nn_1 = mkN "botdag" ; - botemedel_nn_1 = mkN "botemedel" neutrum ; - botfaerdig_av_1 = mkA "botfдrdig" ; - botgoerare_nn_1 = mkN "botgцrare" "botgцrare" ; - botgoerelse_nn_1 = mkN "botgцrelse" "botgцrelser" ; - botgoering_nn_1 = mkN "botgцring" ; - botlig_av_1 = mkA "botlig" ; - botswanier_nn_1 = mkN "botswanier" "botswaniern" "botswanier" "botswanierna" ; - botswansk_av_1 = mkA "botswansk" ; - botten_nn_1 = mkN "botten" ; - bottenavlagring_nn_1 = mkN "bottenavlagring" ; - bottenbjaelke_nn_1 = mkN "bottenbjдlke" utrum ; - bottendaalig_av_1 = mkA "bottendеlig" ; - bottendjur_nn_1 = mkN "bottendjur" neutrum ; - bottenfaellning_nn_1 = mkN "bottenfдllning" ; - bottenfaerg_nn_1 = mkN "bottenfдrg" "bottenfдrger" ; - bottenfast_av_1 = mkA "bottenfast" "bottenfast" ; - bottenfock_nn_1 = mkN "bottenfock" ; - bottengarn_nn_1 = mkN "bottengarn" neutrum ; - bottenhederlig_av_1 = mkA "bottenhederlig" ; - bottenkaenning_nn_1 = mkN "bottenkдnning" ; - bottenkran_nn_1 = mkN "bottenkran" ; - bottenkurs_nn_1 = mkN "bottenkurs" "bottenkurser" ; - bottenlaan_nn_1 = mkN "bottenlеn" neutrum ; - bottenlaege_nn_1 = mkN "bottenlдge" ; - bottenlag_nn_1 = mkN "bottenlag" neutrum ; - bottenlevande_av_1 = mkA "bottenlevande" ; - bottenloes_av_1 = mkA "bottenlцs" ; - bottennapp_nn_1 = mkN "bottennapp" neutrum ; - bottenplan_nn_1 = mkN "bottenplan" neutrum ; - bottenrekord_nn_1 = mkN "bottenrekord" neutrum ; - bottenrev_nn_1 = mkN "bottenrev" neutrum ; - bottensats_nn_1 = mkN "bottensats" "bottensatser" ; - bottensediment_nn_1 = mkN "bottensediment" neutrum ; - bottenskikt_nn_1 = mkN "bottenskikt" neutrum ; - bottenskvaett_nn_1 = mkN "bottenskvдtt" ; - bottenstock_nn_1 = mkN "bottenstock" ; - bottenvaaning_nn_1 = mkN "bottenvеning" ; - bottenvatten_nn_1 = mkN "bottenvatten" "bottenvattnet" "bottenvatten" "bottenvattnen" ; - bottenventil_nn_1 = mkN "bottenventil" "bottenventiler" ; - bottin_nn_1 = mkN "bottin" "bottiner" ; - bottnisk_av_1 = mkA "bottnisk" ; - boudoir_nn_1 = mkN "boudoir" "boudoirer" ; - boulevard_nn_1 = mkN "boulevard" "boulevarder" ; - bouppteckning_nn_1 = mkN "bouppteckning" ; - bouquet_nn_1 = mkN "bouquet" "bouqueter" ; - bourgogne_nn_1 = mkN "bourgogne" "bourgogner" ; - boutique_nn_1 = mkN "boutique" "boutiquer" ; - boutredning_nn_1 = mkN "boutredning" ; - bouzouki_nn_1 = mkN "bouzouki" "bouzoukin" "bouzouki" "bouzoukina" ; - bov_nn_1 = mkN "bov" ; - bovaktig_av_1 = mkA "bovaktig" ; - boveteplaett_nn_1 = mkN "boveteplдtt" ; - bovfysionomi_nn_1 = mkN "bovfysionomi" "bovfysionomier" ; - bovstreck_nn_1 = mkN "bovstreck" neutrum ; - bowlare_nn_1 = mkN "bowlare" "bowlare" ; - bowlinghall_nn_1 = mkN "bowlinghall" ; - bowlingklot_nn_1 = mkN "bowlingklot" neutrum ; - box_nn_1 = mkN "box" ; - boxare_nn_1 = mkN "boxare" "boxare" ; - boxboll_nn_1 = mkN "boxboll" ; - boxer_nn_1 = mkN "boxer" ; - boxhandske_nn_1 = mkN "boxhandske" utrum ; - boxning_nn_1 = mkN "boxning" ; - boxningsmatch_nn_1 = mkN "boxningsmatch" "boxningsmatcher" ; - boxningsring_nn_1 = mkN "boxningsring" ; - boxningstraening_nn_1 = mkN "boxningstrдning" ; - boyscout_nn_1 = mkN "boyscout" "boyscouter" ; - bra_ab_1 = mkAdv "bra" ; - bra_av_1 = mkA "bra" "bra" "bra" "bдttre" "bдst" ; - braack_nn_1 = mkN "brеck" neutrum ; - braackband_nn_1 = mkN "brеckband" neutrum ; - braad_av_1 = mkA "brеd" ; - braaddjup_av_1 = mkA "brеddjup" ; - braadis_ab_1 = mkAdv "brеdis" ; - braadmogen_av_1 = mkA "brеdmogen" "brеdmoget" ; - braadskande_av_1 = mkA "brеdskande" ; - braak_nn_1 = mkN "brеk" neutrum ; - braakdel_nn_1 = mkN "brеkdel" "brеkdelen" "brеkdelar" "brеkdelarna" ; - braakig_av_1 = mkA "brеkig" ; - braakmakare_nn_1 = mkN "brеkmakare" "brеkmakare" ; - braakstake_nn_1 = mkN "brеkstake" utrum ; - braakstreck_nn_1 = mkN "brеkstreck" neutrum ; - braaktal_nn_1 = mkN "brеktal" "brеktalet" "brеktalen" "brеktalena" ; - braanad_nn_1 = mkN "brеnad" "brеnader" ; - braattom_ab_1 = mkAdv "brеttom" ; - brackig_av_1 = mkA "brackig" ; - braeckhammare_nn_1 = mkN "brдckhammare" "brдckhammaren" "brдckhamrar" "brдckhamrarna" ; - braeckjaern_nn_1 = mkN "brдckjдrn" neutrum ; - braeckkorv_nn_1 = mkN "brдckkorv" ; - braecklig_av_1 = mkA "brдcklig" ; - braeckt_av_1 = mkA "brдckt" "brдckt" ; - braeckvatten_nn_1 = mkN "brдckvatten" "brдckvattnet" "brдckvatten" "brдckvattnen" ; - braeda_nn_1 = mkN "brдda" ; - braedd_nn_1 = mkN "brдdd" ; - braeddavlopp_nn_1 = mkN "brдddavlopp" neutrum ; - braeddfull_av_1 = mkA "brдddfull" ; - braeddfylld_av_1 = mkA "brдddfylld" "brдddfyllt" ; - braedgaang_nn_1 = mkN "brдdgеng" ; - braedgaard_nn_1 = mkN "brдdgеrd" ; - braedspel_nn_1 = mkN "brдdspel" "brдdspelet" "brдdspel" "brдdspelen" ; - braekande_nn_1 = mkN "brдkande" ; - braeken_nn_1 = mkN "brдken" ; - braem_nn_1 = mkN "brдm" neutrum ; - braennaessla_nn_1 = mkN "brдnnдssla" ; - braennande_av_1 = mkA "brдnnande" ; - braennare_nn_1 = mkN "brдnnare" "brдnnare" ; - braennbar_av_1 = mkA "brдnnbar" ; - braenneri_nn_1 = mkN "brдnneri" "brдnnerit" "brдnnerier" "brдnnerierna" ; - braennglas_nn_1 = mkN "brдnnglas" neutrum ; - braennhaar_nn_1 = mkN "brдnnhеr" neutrum ; - braennhet_av_1 = mkA "brдnnhet" ; - braenning_nn_1 = mkN "brдnning" ; - braennjaern_nn_1 = mkN "brдnnjдrn" neutrum ; - braennkammare_nn_1 = mkN "brдnnkammare" "brдnnkammare" ; - braennmaerke_nn_1 = mkN "brдnnmдrke" ; - braennmanet_nn_1 = mkN "brдnnmanet" "brдnnmaneter" ; - braennoffer_nn_1 = mkN "brдnnoffer" neutrum ; - braennpunkt_nn_1 = mkN "brдnnpunkt" "brдnnpunkter" ; - braennsaar_nn_1 = mkN "brдnnsеr" neutrum ; - braennvidd_nn_1 = mkN "brдnnvidd" "brдnnvidder" ; - braennvin_nn_1 = mkN "brдnnvin" "brдnnvinet" "brдnnviner" "brдnnvinerna" ; - braennvinsadvokat_nn_1 = mkN "brдnnvinsadvokat" "brдnnvinsadvokater" ; - braennvinsbas_nn_1 = mkN "brдnnvinsbas" ; - braennvinsbraenneri_nn_1 = mkN "brдnnvinsbrдnneri" "brдnnvinsbrдnnerit" "brдnnvinsbrдnnerier" "brдnnvinsbrдnnerierna" ; - braennvinsglas_nn_1 = mkN "brдnnvinsglas" neutrum ; - braennvinsprovare_nn_1 = mkN "brдnnvinsprovare" "brдnnvinsprovare" ; - braenslecell_nn_1 = mkN "brдnslecell" "brдnsleceller" ; - braenslecellsdriven_av_1 = mkA "brдnslecellsdriven" "brдnslecellsdrivet" ; - braenslecellskonstruktion_nn_1 = mkN "brдnslecellskonstruktion" "brдnslecellskonstruktioner" ; - braenslecellskraftverk_nn_1 = mkN "brдnslecellskraftverk" neutrum ; - braenslecellstyp_nn_1 = mkN "brдnslecellstyp" "brдnslecellstyper" ; - braensleelement_nn_1 = mkN "brдnsleelement" neutrum ; - braenslefaelt_nn_1 = mkN "brдnslefдlt" neutrum ; - braenslefoerraad_nn_1 = mkN "brдnslefцrrеd" neutrum ; - braenslegas_nn_1 = mkN "brдnslegas" "brдnslegaser" ; - braenslekanal_nn_1 = mkN "brдnslekanal" "brдnslekanaler" ; - braenslemaetare_nn_1 = mkN "brдnslemдtare" "brдnslemдtare" ; - braensleomvandlare_nn_1 = mkN "brдnsleomvandlare" "brдnsleomvandlaren" "brдnsleomvandrar" "brдnsleomvandrarna" ; - braenslesnaal_av_1 = mkA "brдnslesnеl" ; - braenslestav_nn_1 = mkN "brдnslestav" ; - braensletank_nn_1 = mkN "brдnsletank" ; - braensletillaegg_nn_1 = mkN "brдnsletillдgg" neutrum ; - braesch_nn_1 = mkN "brдsch" "brдscher" ; - bragd_nn_1 = mkN "bragd" "bragder" ; - brageloefte_nn_1 = mkN "bragelцfte" ; - brakfest_nn_1 = mkN "brakfest" "brakfester" ; - brakmiddag_nn_1 = mkN "brakmiddag" ; - brakskit_nn_1 = mkN "brakskit" ; - braksucce_nn_1 = mkN "braksuccй" "braksuccйer" ; - brakteat_nn_1 = mkN "brakteat" "brakteater" ; - brakycefal_av_1 = mkA "brakycefal" ; - brallis_nn_1 = mkN "brallis" ; - braman_nn_1 = mkN "braman" "bramaner" ; - bramansk_av_1 = mkA "bramansk" ; - bramin_nn_1 = mkN "bramin" "braminer" ; - bramsegel_nn_1 = mkN "bramsegel" neutrum ; - bramstaang_nn_1 = mkN "bramstеng" "bramstдnger" ; - brand_nn_1 = mkN "brand" "brдnder" ; - brandalarm_nn_1 = mkN "brandalarm" neutrum ; - brandartikel_nn_1 = mkN "brandartikel" ; - brandbefael_nn_1 = mkN "brandbefдl" neutrum ; - brandbil_nn_1 = mkN "brandbil" ; - brandbomb_nn_1 = mkN "brandbomb" "brandbomber" ; - brandbotten_nn_1 = mkN "brandbotten" ; - brandchef_nn_1 = mkN "brandchef" "brandchefer" ; - branddike_nn_1 = mkN "branddike" ; - branddoerr_nn_1 = mkN "branddцrr" ; - brandfackla_nn_1 = mkN "brandfackla" ; - brandfarlig_av_1 = mkA "brandfarlig" ; - brandfoersaekringsbolag_nn_1 = mkN "brandfцrsдkringsbolag" neutrum ; - brandgavel_nn_1 = mkN "brandgavel" ; - brandgrav_nn_1 = mkN "brandgrav" ; - brandgul_av_1 = mkA "brandgul" ; - brandhaerd_nn_1 = mkN "brandhдrd" ; - brandhaerdig_av_1 = mkA "brandhдrdig" ; - brandingenjoer_nn_1 = mkN "brandingenjцr" "brandingenjцrer" ; - brandinspektion_nn_1 = mkN "brandinspektion" "brandinspektioner" ; - brandinspektoer_nn_1 = mkN "brandinspektцr" "brandinspektцrer" ; - brandkaar_nn_1 = mkN "brandkеr" "brandkеrer" ; - brandkaarsutryckning_nn_1 = mkN "brandkеrsutryckning" ; - brandkapten_nn_1 = mkN "brandkapten" "brandkaptener" ; - brandlager_nn_1 = mkN "brandlager" neutrum ; - brandlarm_nn_1 = mkN "brandlarm" neutrum ; - brandman_nn_1 = mkN "brandman" "brandmannen" "brandmдn" "brandmдnnen" ; - brandmur_nn_1 = mkN "brandmur" ; - brandorsak_nn_1 = mkN "brandorsak" "brandorsaker" ; - brandpost_nn_1 = mkN "brandpost" "brandposter" ; - brandredskap_nn_1 = mkN "brandredskap" "brandredskapet" "brandredskapen" "brandredskapena" ; - brandrest_nn_1 = mkN "brandrest" "brandrester" ; - brandroer_nn_1 = mkN "brandrцr" neutrum ; - brandsaeker_av_1 = mkA "brandsдker" "brandsдkert" "brandsдkra" "brandsдkra" "brandsдkrare" "brandsдkrast" "brandsдkraste" ; - brandsegel_nn_1 = mkN "brandsegel" neutrum ; - brandskaap_nn_1 = mkN "brandskеp" neutrum ; - brandslaeckare_nn_1 = mkN "brandslдckare" "brandslдckare" ; - brandslang_nn_1 = mkN "brandslang" ; - brandsoldat_nn_1 = mkN "brandsoldat" "brandsoldater" ; - brandstation_nn_1 = mkN "brandstation" "brandstationer" ; - brandstege_nn_1 = mkN "brandstege" utrum ; - brandstodsbolag_nn_1 = mkN "brandstodsbolag" neutrum ; - brandstyrka_nn_1 = mkN "brandstyrka" ; - brandsvamp_nn_1 = mkN "brandsvamp" ; - brandsyn_nn_1 = mkN "brandsyn" "brandsyner" ; - brandtal_nn_1 = mkN "brandtal" "brandtalet" "brandtalen" "brandtalena" ; - brandtorn_nn_1 = mkN "brandtorn" neutrum ; - brandvakt_ab_1 = mkAdv "brandvakt" ; - brandvakt_nn_1 = mkN "brandvakt" "brandvakter" ; - brandvarnare_nn_1 = mkN "brandvarnare" "brandvarnare" ; - bransch_nn_1 = mkN "bransch" "branscher" ; - branschfoerening_nn_1 = mkN "branschfцrening" ; - branschraad_nn_1 = mkN "branschrеd" neutrum ; - brant_av_1 = mkA "brant" "brant" ; - brant_nn_1 = mkN "brant" "branter" ; - brasilian_nn_1 = mkN "brasilian" "brasilianer" ; - brasilianare_nn_1 = mkN "brasilianare" "brasilianare" ; - brasiliansk_av_1 = mkA "brasiliansk" ; - braskande_av_1 = mkA "braskande" ; - brasklapp_nn_1 = mkN "brasklapp" ; - brastaendare_nn_1 = mkN "brastдndare" "brastдndare" ; - bravad_nn_1 = mkN "bravad" "bravader" ; - bravurnummer_nn_1 = mkN "bravurnummer" neutrum ; - bravurroll_nn_1 = mkN "bravurroll" "bravurroller" ; - braxen_nn_1 = mkN "braxen" ; - break_nn_1 = mkN "break" neutrum ; - bred_av_1 = mkA "bred" ; - bredbar_av_1 = mkA "bredbar" ; - bredbent_av_1 = mkA "bredbent" "bredbent" ; - bredbladig_av_1 = mkA "bredbladig" ; - bredbraettig_av_1 = mkA "bredbrдttig" ; - bredd_nn_1 = mkN "bredd" "bredder" ; - breddgrad_nn_1 = mkN "breddgrad" "breddgrader" ; - breddidrott_nn_1 = mkN "breddidrott" "breddidrotter" ; - breddning_nn_1 = mkN "breddning" ; - bredmun_nn_1 = mkN "bredmun" "bredmunnen" "bredmunnar" "bredmunnarna" ; - bredmynt_av_1 = mkA "bredmynt" "bredmynt" ; - bredrandig_av_1 = mkA "bredrandig" ; - bredsida_nn_1 = mkN "bredsida" ; - bredskyggig_av_1 = mkA "bredskyggig" ; - bredspaarig_av_1 = mkA "bredspеrig" ; - bredvid_ab_1 = mkAdv "bredvid" ; - bretagnare_nn_1 = mkN "bretagnare" "bretagnare" ; - bretagnisk_av_1 = mkA "bretagnisk" ; - bretagniska_nn_2 = mkN "bretagniska" ; - breton_nn_1 = mkN "breton" "bretoner" ; - bretonsk_av_1 = mkA "bretonsk" ; - bretonska_nn_2 = mkN "bretonska" ; - brev_nn_1 = mkN "brev" neutrum ; - brevbaerare_nn_1 = mkN "brevbдrare" "brevbдrare" ; - brevbomb_nn_1 = mkN "brevbomb" "brevbomber" ; - brevfack_nn_1 = mkN "brevfack" neutrum ; - brevfoersaendelse_nn_1 = mkN "brevfцrsдndelse" "brevfцrsдndelser" ; - brevfraaga_nn_1 = mkN "brevfrеga" ; - brevhemlighet_nn_1 = mkN "brevhemlighet" "brevhemligheter" ; - brevhuvud_nn_1 = mkN "brevhuvud" "brevhuvudet" "brevhuvuden" "brevhuvudena" ; - breviarium_nn_1 = mkN "breviarium" "breviariet" "breviarier" "breviarierna" ; - brevinkast_nn_1 = mkN "brevinkast" neutrum ; - brevkort_nn_1 = mkN "brevkort" neutrum ; - brevlaadefoeretag_nn_1 = mkN "brevlеdefцretag" neutrum ; - brevledes_ab_1 = mkAdv "brevledes" ; - brevoeppnare_nn_1 = mkN "brevцppnare" "brevцppnare" ; - brevpapper_nn_1 = mkN "brevpapper" neutrum ; - brevporto_nn_1 = mkN "brevporto" "brevportot" "brevporton" "brevportona" ; - brevpress_nn_1 = mkN "brevpress" ; - brevroman_nn_1 = mkN "brevroman" "brevromaner" ; - brevskoerd_nn_1 = mkN "brevskцrd" ; - brevskrivare_nn_1 = mkN "brevskrivare" "brevskrivare" ; - brevstaell_nn_1 = mkN "brevstдll" neutrum ; - brevstaellare_nn_1 = mkN "brevstдllare" "brevstдllare" ; - brevsvar_nn_1 = mkN "brevsvar" neutrum ; - brevtelegram_nn_1 = mkN "brevtelegram" "brevtelegrammet" "brevtelegram" "brevtelegrammen" ; - brevvaag_nn_1 = mkN "brevvеg" ; - brevvaen_nn_1 = mkN "brevvдn" "brevvдnnen" "brevvдnner" "brevvдnnerna" ; - brevvaexling_nn_1 = mkN "brevvдxling" ; - brickband_nn_1 = mkN "brickband" neutrum ; - brickbord_nn_1 = mkN "brickbord" neutrum ; - brickduk_nn_1 = mkN "brickduk" ; - bricklunch_nn_1 = mkN "bricklunch" "brickluncher" ; - brickplockare_nn_1 = mkN "brickplockare" "brickplockare" ; - brickvaevd_av_1 = mkA "brickvдvd" "brickvдvt" ; - bridgebord_nn_1 = mkN "bridgebord" neutrum ; - bridong_nn_1 = mkN "bridong" "bridonger" ; - bridreaktor_nn_1 = mkN "bridreaktor" "bridreaktorer" ; - brigad_nn_1 = mkN "brigad" "brigader" ; - brigadgeneral_nn_1 = mkN "brigadgeneral" "brigadgeneraler" ; - brigadoer_nn_1 = mkN "brigadцr" "brigadцrer" ; - brigantin_nn_1 = mkN "brigantin" "brigantiner" ; - brigg_nn_1 = mkN "brigg" ; - briggsegel_nn_1 = mkN "briggsegel" neutrum ; - brikett_nn_1 = mkN "brikett" "briketter" ; - brikettpress_nn_1 = mkN "brikettpress" ; - brikollstoet_nn_1 = mkN "brikollstцt" ; - briljant_av_1 = mkA "briljant" "briljant" ; - briljant_nn_1 = mkN "briljant" "briljanter" ; - brink_nn_1 = mkN "brink" ; - brinna_vb_1 = mkV "brinna" "brann" "brunnit" ; - brinnande_av_1 = mkA "brinnande" ; - bris_nn_1 = mkN "bris" ; - brisad_nn_1 = mkN "brisad" "brisader" ; - brisans_nn_1 = mkN "brisans" "brisanser" ; - brisansgranat_nn_1 = mkN "brisansgranat" "brisansgranater" ; - brisant_av_1 = mkA "brisant" "brisant" ; - brisant_nn_1 = mkN "brisant" "brisanter" ; - brisken_av_1 = mkA "brisken" "brisket" ; - brissling_nn_1 = mkN "brissling" ; - brist_nn_1 = mkN "brist" "brister" ; - brista_vb_1 = mkV "brista" "brast" "brustit" ; - bristande_av_1 = mkA "bristande" ; - bristfaellig_av_1 = mkA "bristfдllig" ; - bristlaege_nn_1 = mkN "bristlдge" ; - bristning_nn_1 = mkN "bristning" ; - bristsituation_nn_1 = mkN "bristsituation" "bristsituationer" ; - bristsjukdom_nn_1 = mkN "bristsjukdom" ; - bristyrke_nn_1 = mkN "bristyrke" ; - britannisk_av_1 = mkA "britannisk" ; - brits_nn_1 = mkN "brits" ; - britt_nn_1 = mkN "britt" "britter" ; - brittisk_av_1 = mkA "brittisk" ; - brittsommar_nn_1 = mkN "brittsommar" "brittsommarn" "brittsommrar" "brittsommrarna" ; - bro_nn_1 = mkN "bro" ; - broavgift_nn_1 = mkN "broavgift" "broavgifter" ; - brobaenk_nn_1 = mkN "brobдnk" ; - brobelastning_nn_1 = mkN "brobelastning" ; - brock_nn_1 = mkN "brock" ; - brock_nn_2 = mkN "brock" neutrum ; - brockband_nn_1 = mkN "brockband" neutrum ; - brockfaagel_nn_1 = mkN "brockfеgel" ; - brodd_nn_1 = mkN "brodd" ; - broder_nn_1 = mkN "broder" "brodern" "brцder" "brцderna" ; - broderbaage_nn_1 = mkN "broderbеge" utrum ; - broderbok_nn_1 = mkN "broderbok" "broderbцcker" ; - broderfolk_nn_1 = mkN "broderfolk" neutrum ; - broderi_nn_1 = mkN "broderi" "broderit" "broderier" "broderierna" ; - brodering_nn_1 = mkN "brodering" ; - broderlig_av_1 = mkA "broderlig" ; - brodernaal_nn_1 = mkN "brodernеl" ; - brodersax_nn_1 = mkN "brodersax" ; - broderskaerlek_nn_1 = mkN "broderskдrlek" ; - broderskap_nn_1 = mkN "broderskap" "broderskapet" "broderskapen" "broderskapena" ; - brodersoem_nn_1 = mkN "brodersцm" "brodersцmmen" "brodersцmmar" "brodersцmmarna" ; - brodyr_nn_1 = mkN "brodyr" "brodyrer" ; - broed_nn_1 = mkN "brцd" neutrum ; - broedbagge_nn_1 = mkN "brцdbagge" utrum ; - broedbak_nn_1 = mkN "brцdbak" neutrum ; - broedbit_nn_1 = mkN "brцdbit" ; - broedburk_nn_1 = mkN "brцdburk" ; - broedfat_nn_1 = mkN "brцdfat" neutrum ; - broedfrukt_nn_1 = mkN "brцdfrukt" "brцdfrukter" ; - broeding_nn_1 = mkN "brцding" ; - broedkant_nn_1 = mkN "brцdkant" "brцdkanter" ; - broedkavel_nn_1 = mkN "brцdkavel" ; - broedkniv_nn_1 = mkN "brцdkniv" ; - broedkorg_nn_1 = mkN "brцdkorg" ; - broedloes_av_1 = mkA "brцdlцs" ; - broednagg_nn_1 = mkN "brцdnagg" ; - broedpudding_nn_1 = mkN "brцdpudding" ; - broedrafolk_nn_1 = mkN "brцdrafolk" neutrum ; - broedrapar_nn_1 = mkN "brцdrapar" neutrum ; - broedraskap_nn_1 = mkN "brцdraskap" "brцdraskapet" "brцdraskapen" "brцdraskapena" ; - broedrost_nn_1 = mkN "brцdrost" ; - broedsbrytelse_nn_1 = mkN "brцdsbrytelse" "brцdsbrytelser" ; - broedskriveri_nn_1 = mkN "brцdskriveri" "brцdskriverit" "brцdskriverier" "brцdskriverierna" ; - broedspade_nn_1 = mkN "brцdspade" utrum ; - broel_nn_1 = mkN "brцl" neutrum ; - broellop_nn_1 = mkN "brцllop" neutrum ; - broellopsdag_nn_1 = mkN "brцllopsdag" ; - broellopsfoto_nn_1 = mkN "brцllopsfoto" "brцllopsfotot" "brцllopsfoton" "brцllopsfotona" ; - broellopsgaest_nn_1 = mkN "brцllopsgдst" "brцllopsgдster" ; - broellopsmarsch_nn_1 = mkN "brцllopsmarsch" "brцllopsmarscher" ; - broellopsnatt_nn_1 = mkN "brцllopsnatt" "brцllopsnдtter" ; - broellopspar_nn_1 = mkN "brцllopspar" neutrum ; - broellopsvittne_nn_1 = mkN "brцllopsvittne" ; - broest_nn_1 = mkN "brцst" neutrum ; - broestarv_nn_1 = mkN "brцstarv" neutrum ; - broestarvinge_nn_1 = mkN "brцstarvinge" utrum ; - broestbarn_nn_1 = mkN "brцstbarn" neutrum ; - broestben_nn_1 = mkN "brцstben" neutrum ; - broestbild_nn_1 = mkN "brцstbild" "brцstbilder" ; - broestboeld_nn_1 = mkN "brцstbцld" "brцstbцlder" ; - broestcancer_nn_1 = mkN "brцstcancer" ; - broestgaang_nn_1 = mkN "brцstgеng" ; - broestgaenges_ab_1 = mkAdv "brцstgдnges" ; - broestkaramell_nn_1 = mkN "brцstkaramell" "brцstkarameller" ; - broestkatarr_nn_1 = mkN "brцstkatarr" "brцstkatarrer" ; - broestkoertel_nn_1 = mkN "brцstkцrtel" ; - broestkorg_nn_1 = mkN "brцstkorg" ; - broestlapp_nn_1 = mkN "brцstlapp" ; - broestmaatt_nn_1 = mkN "brцstmеtt" neutrum ; - broestmur_nn_1 = mkN "brцstmur" ; - broestmuskel_nn_1 = mkN "brцstmuskel" "brцstmuskeln" "brцstmuskler" "brцstmusklerna" ; - broestning_nn_1 = mkN "brцstning" ; - broestparti_nn_1 = mkN "brцstparti" "brцstpartit" "brцstpartier" "brцstpartierna" ; - broestpump_nn_1 = mkN "brцstpump" ; - broestregister_nn_1 = mkN "brцstregister" neutrum ; - broestsimmare_nn_1 = mkN "brцstsimmare" "brцstsimmare" ; - broestskydd_nn_1 = mkN "brцstskydd" neutrum ; - broestton_nn_1 = mkN "brцstton" "brцsttoner" ; - broestvaern_nn_1 = mkN "brцstvдrn" neutrum ; - broestvidd_nn_1 = mkN "brцstvidd" "brцstvidder" ; - broet_nn_1 = mkN "brцt" ; - broethake_nn_1 = mkN "brцthake" utrum ; - broetling_nn_1 = mkN "brцtling" ; - brohuvud_nn_1 = mkN "brohuvud" "brohuvudet" "brohuvuden" "brohuvudena" ; - broiler_nn_1 = mkN "broiler" ; - brok_nn_1 = mkN "brok" ; - brokad_nn_1 = mkN "brokad" "brokader" ; - brokanal_nn_1 = mkN "brokanal" "brokanaler" ; - brokar_nn_1 = mkN "brokar" neutrum ; - brokbladig_av_1 = mkA "brokbladig" ; - brokblommig_av_1 = mkA "brokblommig" ; - brokig_av_1 = mkA "brokig" ; - brokspett_nn_1 = mkN "brokspett" ; - bromfoergiftning_nn_1 = mkN "bromfцrgiftning" ; - bromid_nn_1 = mkN "bromid" "bromider" ; - broms_nn_1 = mkN "broms" ; - bromsare_nn_1 = mkN "bromsare" "bromsare" ; - bromsback_nn_1 = mkN "bromsback" ; - bromsband_nn_1 = mkN "bromsband" neutrum ; - bromsbelaegg_nn_1 = mkN "bromsbelдgg" neutrum ; - bromsblock_nn_1 = mkN "bromsblock" neutrum ; - bromscylinder_nn_1 = mkN "bromscylinder" ; - bromsgaller_nn_1 = mkN "bromsgaller" neutrum ; - bromsilverpapper_nn_1 = mkN "bromsilverpapper" neutrum ; - bromsklaff_nn_1 = mkN "bromsklaff" ; - bromskloss_nn_1 = mkN "bromskloss" ; - bromsljus_nn_1 = mkN "bromsljus" neutrum ; - bromsning_nn_1 = mkN "bromsning" ; - bromsolja_nn_1 = mkN "bromsolja" ; - bromspedal_nn_1 = mkN "bromspedal" "bromspedaler" ; - bromsraket_nn_1 = mkN "bromsraket" "bromsraketer" ; - bromsskaerm_nn_1 = mkN "bromsskдrm" ; - bromssko_nn_1 = mkN "bromssko" "bromsskor" ; - bromsspaar_nn_1 = mkN "bromsspеr" neutrum ; - bromssystem_nn_1 = mkN "bromssystem" neutrum ; - bromsvaetska_nn_1 = mkN "bromsvдtska" ; - bromsvagn_nn_1 = mkN "bromsvagn" ; - bronkit_nn_1 = mkN "bronkit" "bronkiter" ; - bronkografi_nn_1 = mkN "bronkografi" "bronkografier" ; - bronkoskop_nn_1 = mkN "bronkoskop" neutrum ; - bronkoskopi_nn_1 = mkN "bronkoskopi" "bronkoskopier" ; - brons_nn_1 = mkN "brons" "bronser" ; - brons_nn_2 = mkN "brons" neutrum ; - bronsaaldersfynd_nn_1 = mkN "bronsеldersfynd" neutrum ; - bronsmaerke_nn_1 = mkN "bronsmдrke" ; - bronsmedalj_nn_1 = mkN "bronsmedalj" "bronsmedaljer" ; - bropelare_nn_1 = mkN "bropelare" "bropelare" ; - bropeng_nn_1 = mkN "bropeng" ; - bropenning_nn_1 = mkN "bropenning" ; - brorsarv_nn_1 = mkN "brorsarv" neutrum ; - brorsbarn_nn_1 = mkN "brorsbarn" neutrum ; - brorsdotter_nn_1 = mkN "brorsdotter" "brorsdottern" "brorsdцttrar" "brorsdцttrarna" ; - brorskaal_nn_1 = mkN "brorskеl" ; - brorslott_nn_1 = mkN "brorslott" "brorslotter" ; - brorson_nn_1 = mkN "brorson" "brorsцner" ; - brorsskaal_nn_1 = mkN "brorsskеl" ; - brosch_nn_1 = mkN "brosch" "broscher" ; - broschyr_nn_1 = mkN "broschyr" "broschyrer" ; - brosk_nn_1 = mkN "brosk" neutrum ; - broskfisk_nn_1 = mkN "broskfisk" ; - broskhinna_nn_1 = mkN "broskhinna" ; - broskskivling_nn_1 = mkN "broskskivling" ; - brosksvamp_nn_1 = mkN "brosksvamp" ; - broskvaevnad_nn_1 = mkN "broskvдvnad" "broskvдvnader" ; - broskverk_nn_1 = mkN "broskverk" neutrum ; - broslagning_nn_1 = mkN "broslagning" ; - brosme_nn_1 = mkN "brosme" utrum ; - brospann_nn_1 = mkN "brospann" neutrum ; - brotsch_nn_1 = mkN "brotsch" ; - brott_nn_1 = mkN "brott" neutrum ; - brottare_nn_1 = mkN "brottare" "brottare" ; - brottmaal_nn_1 = mkN "brottmеl" neutrum ; - brottning_nn_1 = mkN "brottning" ; - brottningsgrepp_nn_1 = mkN "brottningsgrepp" neutrum ; - brottningsmatch_nn_1 = mkN "brottningsmatch" "brottningsmatcher" ; - brottsfoerebyggande_av_1 = mkA "brottsfцrebyggande" ; - brottsjoe_nn_1 = mkN "brottsjц" ; - brottslig_av_1 = mkA "brottslig" ; - brottslighet_nn_1 = mkN "brottslighet" "brottsligheter" ; - brottsling_nn_1 = mkN "brottsling" ; - brottsplats_nn_1 = mkN "brottsplats" "brottsplatser" ; - brottsrekvisit_nn_1 = mkN "brottsrekvisit" neutrum ; - brottsrubricering_nn_1 = mkN "brottsrubricering" ; - brottstillfaelle_nn_1 = mkN "brottstillfдlle" ; - brottsutredning_nn_1 = mkN "brottsutredning" ; - brovalv_nn_1 = mkN "brovalv" neutrum ; - browning_nn_1 = mkN "browning" ; - bruckel_nn_1 = mkN "bruckel" neutrum ; - brud_nn_1 = mkN "brud" ; - brudand_nn_1 = mkN "brudand" "brudдnder" ; - brudbukett_nn_1 = mkN "brudbukett" "brudbuketter" ; - brudfoto_nn_1 = mkN "brudfoto" "brudfotot" "brudfoton" "brudfotona" ; - brudgum_nn_1 = mkN "brudgum" "brudgummen" "brudgummar" "brudgummarna" ; - brudklaenning_nn_1 = mkN "brudklдnning" ; - brudkoep_nn_1 = mkN "brudkцp" neutrum ; - brudnaebb_nn_1 = mkN "brudnдbb" ; - brudpaell_nn_1 = mkN "brudpдll" ; - brudpall_nn_1 = mkN "brudpall" ; - brudpar_nn_1 = mkN "brudpar" neutrum ; - brudrov_nn_1 = mkN "brudrov" neutrum ; - brudsaeng_nn_1 = mkN "brudsдng" ; - brudsloeja_nn_1 = mkN "brudslцja" ; - brudsporre_nn_1 = mkN "brudsporre" utrum ; - brudstol_nn_1 = mkN "brudstol" ; - brugd_nn_1 = mkN "brugd" "brugder" ; - bruk_nn_1 = mkN "bruk" neutrum ; - brukare_nn_1 = mkN "brukare" "brukare" ; - brukbar_av_1 = mkA "brukbar" ; - bruklig_av_1 = mkA "bruklig" ; - bruklighet_nn_1 = mkN "bruklighet" "brukligheter" ; - brukningsenhet_nn_1 = mkN "brukningsenhet" "brukningsenheter" ; - bruksanvisning_nn_1 = mkN "bruksanvisning" ; - bruksartikel_nn_1 = mkN "bruksartikel" ; - bruksdisponent_nn_1 = mkN "bruksdisponent" "bruksdisponenter" ; - bruksdjur_nn_1 = mkN "bruksdjur" neutrum ; - bruksfoeremaal_nn_1 = mkN "bruksfцremеl" neutrum ; - brukshund_nn_1 = mkN "brukshund" ; - brukslagare_nn_1 = mkN "brukslagare" "brukslagare" ; - brukspatron_nn_1 = mkN "brukspatron" "brukspatroner" ; - bruksvaerde_nn_1 = mkN "bruksvдrde" ; - brulepudding_nn_1 = mkN "brulйpudding" ; - brumbas_nn_1 = mkN "brumbas" ; - brumbjoern_nn_1 = mkN "brumbjцrn" ; - brumkoer_nn_1 = mkN "brumkцr" "brumkцrer" ; - brummare_nn_1 = mkN "brummare" "brummare" ; - brun_av_1 = mkA "brun" ; - brunaktig_av_1 = mkA "brunaktig" ; - brunalg_nn_1 = mkN "brunalg" "brunalger" ; - brunbaer_nn_1 = mkN "brunbдr" neutrum ; - brunbraend_av_1 = mkA "brunbrдnd" ; - brunch_nn_1 = mkN "brunch" "bruncher" ; - brunett_av_1 = mkA "brunett" ; - brunhaarig_av_1 = mkA "brunhеrig" ; - brunkol_nn_1 = mkN "brunkol" neutrum ; - brunn_nn_1 = mkN "brunn" ; - brunnshus_nn_1 = mkN "brunnshus" neutrum ; - brunnskar_nn_1 = mkN "brunnskar" neutrum ; - brunnskur_nn_1 = mkN "brunnskur" "brunnskurer" ; - brunnsort_nn_1 = mkN "brunnsort" "brunnsorter" ; - brunnssvaengel_nn_1 = mkN "brunnssvдngel" ; - brunnsvatten_nn_1 = mkN "brunnsvatten" "brunnsvattnet" "brunnsvatten" "brunnsvattnen" ; - brunoegd_av_1 = mkA "brunцgd" "brunцgt" ; - brunoert_nn_1 = mkN "brunцrt" "brunцrter" ; - brunroed_av_1 = mkA "brunrцd" ; - brunstig_av_1 = mkA "brunstig" ; - brunsvart_av_1 = mkA "brunsvart" "brunsvart" ; - brunte_nn_1 = mkN "brunte" utrum ; - brushane_nn_1 = mkN "brushane" utrum ; - brushuvud_nn_1 = mkN "brushuvud" "brushuvudet" "brushuvuden" "brushuvudena" ; - brustablett_nn_1 = mkN "brustablett" "brustabletter" ; - brusten_av_1 = mkA "brusten" "brustet" ; - brutal_av_1 = mkA "brutal" ; - brutalitet_nn_1 = mkN "brutalitet" "brutaliteter" ; - brutto_ab_1 = mkAdv "brutto" ; - brutto_nn_1 = mkN "brutto" "bruttot" "brutton" "bruttona" ; - bruttobehaallning_nn_1 = mkN "bruttobehеllning" ; - bruttodraektighet_nn_1 = mkN "bruttodrдktighet" "bruttodrдktigheter" ; - bruttoformel_nn_1 = mkN "bruttoformel" "bruttoformeln" "bruttoformler" "bruttoformlerna" ; - bruttoinkomst_nn_1 = mkN "bruttoinkomst" "bruttoinkomster" ; - bruttoloen_nn_1 = mkN "bruttolцn" "bruttolцner" ; - bruttonationalprodukt_nn_1 = mkN "bruttonationalprodukt" "bruttonationalprodukter" ; - bruttopris_nn_1 = mkN "bruttopris" neutrum ; - bruttoregisterton_nn_1 = mkN "bruttoregisterton" "bruttoregistertonnet" "bruttoregisterton" "bruttoregistertonnen" ; - brydd_av_1 = mkA "brydd" ; - bryderi_nn_1 = mkN "bryderi" "bryderit" "bryderier" "bryderierna" ; - brydsam_av_1 = mkA "brydsam" "brydsamt" "brydsamma" "brydsamma" "brydsammare" "brydsammast" "brydsammaste" ; - brygd_nn_1 = mkN "brygd" "brygder" ; - bryggare_nn_1 = mkN "bryggare" "bryggare" ; - bryggeri_nn_1 = mkN "bryggeri" "bryggerit" "bryggerier" "bryggerierna" ; - brygghus_nn_1 = mkN "brygghus" neutrum ; - bryggmald_av_1 = mkA "bryggmald" "bryggmalt" ; - bryggmalen_av_1 = mkA "bryggmalen" "bryggmalet" ; - bryggvaag_nn_1 = mkN "bryggvеg" ; - brylaa_nn_1 = mkN "brylе" "brylеer" ; - brylepudding_nn_1 = mkN "brylйpudding" ; - brylling_nn_1 = mkN "brylling" ; - bryn_nn_1 = mkN "bryn" neutrum ; - brynja_nn_1 = mkN "brynja" ; - brynstaal_nn_1 = mkN "brynstеl" neutrum ; - brynsten_nn_1 = mkN "brynsten" "brynstenen" "brynstenar" "brynstenarna" ; - bryolog_nn_1 = mkN "bryolog" "bryologer" ; - brysk_av_1 = mkA "brysk" ; - brysselspets_nn_1 = mkN "brysselspets" ; - bryta_vb_1 = mkV "bryta" "brцt" "brutit" ; - bryte_nn_1 = mkN "bryte" utrum ; - brytning_nn_1 = mkN "brytning" ; - brytningsaar_nn_1 = mkN "brytningsеr" neutrum ; - brytningsexponent_nn_1 = mkN "brytningsexponent" "brytningsexponenter" ; - brytningsfel_nn_1 = mkN "brytningsfel" "brytningsfelet" "brytningsfel" "brytningsfelen" ; - brytningsindex_nn_1 = mkN "brytningsindex" neutrum ; - brytningspunkt_nn_1 = mkN "brytningspunkt" "brytningspunkter" ; - brytningstid_nn_1 = mkN "brytningstid" "brytningstider" ; - brytningsvinkel_nn_1 = mkN "brytningsvinkel" ; - brytpunkt_nn_1 = mkN "brytpunkt" "brytpunkter" ; - brytvapen_nn_1 = mkN "brytvapen" "brytvapnet" "brytvapen" "brytvapnen" ; - bubbelgum_nn_1 = mkN "bubbelgum" "bubbelgummet" "bubbelgum" "bubbelgummen" ; - bubbelkammare_nn_1 = mkN "bubbelkammare" "bubbelkammaren" "bubbelkamrar" "bubbelkamrarna" ; - bubbelpool_nn_1 = mkN "bubbelpool" "bubbelpooler" ; - bubbla_nn_1 = mkN "bubbla" ; - bubblig_av_1 = mkA "bubblig" ; - bubon_nn_1 = mkN "bubon" "buboner" ; - buckla_nn_1 = mkN "buckla" ; - bucklig_av_1 = mkA "bucklig" ; - bud_nn_1 = mkN "bud" neutrum ; - budbaerare_nn_1 = mkN "budbдrare" "budbдrare" ; - budbyraa_nn_1 = mkN "budbyrе" "budbyrеer" ; - buddist_nn_1 = mkN "buddist" "buddister" ; - buddistisk_av_1 = mkA "buddistisk" ; - budget_nn_1 = mkN "budget" ; - budgetaar_nn_1 = mkN "budgetеr" neutrum ; - budgetaer_av_1 = mkA "budgetдr" ; - budgetoeverskott_nn_1 = mkN "budgetцverskott" neutrum ; - budgetproposition_nn_1 = mkN "budgetproposition" "budgetpropositioner" ; - budgetunderskott_nn_1 = mkN "budgetunderskott" neutrum ; - budgivning_nn_1 = mkN "budgivning" ; - budkavel_nn_1 = mkN "budkavel" ; - budkavle_nn_1 = mkN "budkavle" utrum ; - budoar_nn_1 = mkN "budoar" "budoarer" ; - budord_nn_1 = mkN "budord" neutrum ; - budskap_nn_1 = mkN "budskap" "budskapet" "budskapen" "budskapena" ; - buff_nn_1 = mkN "buff" ; - buffaopera_nn_1 = mkN "buffaopera" ; - buffe_nn_1 = mkN "buffй" "buffйer" ; - buffel_nn_1 = mkN "buffel" ; - buffelaktig_av_1 = mkA "buffelaktig" ; - buffelhjord_nn_1 = mkN "buffelhjord" ; - buffert_nn_1 = mkN "buffert" ; - buffertkapacitet_nn_1 = mkN "buffertkapacitet" "buffertkapaciteter" ; - buffertlager_nn_1 = mkN "buffertlager" neutrum ; - buffertloesning_nn_1 = mkN "buffertlцsning" ; - buffertstat_nn_1 = mkN "buffertstat" "buffertstater" ; - bufflig_av_1 = mkA "bufflig" ; - bugning_nn_1 = mkN "bugning" ; - buk_nn_1 = mkN "buk" ; - bukett_nn_1 = mkN "bukett" "buketter" ; - bukformig_av_1 = mkA "bukformig" ; - bukgjord_nn_1 = mkN "bukgjord" ; - bukhinna_nn_1 = mkN "bukhinna" ; - bukhinneinflammation_nn_1 = mkN "bukhinneinflammation" "bukhinneinflammationer" ; - bukig_av_1 = mkA "bukig" ; - bukmuskel_nn_1 = mkN "bukmuskel" "bukmuskeln" "bukmuskler" "bukmusklerna" ; - bukolisk_av_1 = mkA "bukolisk" ; - bukspottkoertel_nn_1 = mkN "bukspottkцrtel" ; - bukstinn_av_1 = mkA "bukstinn" "bukstint" ; - buksvaager_nn_1 = mkN "buksvеger" ; - bukt_ab_1 = mkAdv "bukt" ; - bukt_nn_1 = mkN "bukt" "bukter" ; - buktalare_nn_1 = mkN "buktalare" "buktalare" ; - buktig_av_1 = mkA "buktig" ; - bukvaegg_nn_1 = mkN "bukvдgg" ; - bulb_nn_1 = mkN "bulb" "bulber" ; - bulbjaern_nn_1 = mkN "bulbjдrn" neutrum ; - bulevard_nn_1 = mkN "bulevard" "bulevarder" ; - bulgar_nn_1 = mkN "bulgar" "bulgarer" ; - bulgarisk_av_1 = mkA "bulgarisk" ; - bulgariska_nn_2 = mkN "bulgariska" ; - buljong_nn_1 = mkN "buljong" "buljonger" ; - buljongben_nn_1 = mkN "buljongben" neutrum ; - buljongtaerning_nn_1 = mkN "buljongtдrning" ; - bulkfartyg_nn_1 = mkN "bulkfartyg" neutrum ; - bulklast_nn_1 = mkN "bulklast" "bulklaster" ; - bulklastare_nn_1 = mkN "bulklastare" "bulklastare" ; - bulkmedel_nn_1 = mkN "bulkmedel" neutrum ; - bulldogg_nn_1 = mkN "bulldogg" ; - bulldozer_nn_1 = mkN "bulldozer" ; - bulle_nn_1 = mkN "bulle" utrum ; - buller_nn_1 = mkN "buller" neutrum ; - bullerbas_nn_1 = mkN "bullerbas" ; - bullerblomster_nn_1 = mkN "bullerblomster" neutrum ; - bullersam_av_1 = mkA "bullersam" "bullersamt" "bullersamma" "bullersamma" "bullersammare" "bullersammast" "bullersammaste" ; - bullersten_nn_1 = mkN "bullersten" "bullerstenen" "bullerstenar" "bullerstenarna" ; - bulletin_nn_1 = mkN "bulletin" "bulletiner" ; - bullig_av_1 = mkA "bullig" ; - bullrig_av_1 = mkA "bullrig" ; - bulnad_nn_1 = mkN "bulnad" "bulnader" ; - bulsig_av_1 = mkA "bulsig" ; - bult_nn_1 = mkN "bult" ; - bultpistol_nn_1 = mkN "bultpistol" "bultpistoler" ; - bultsax_nn_1 = mkN "bultsax" ; - bulvan_nn_1 = mkN "bulvan" "bulvaner" ; - bumerang_nn_1 = mkN "bumerang" "bumeranger" ; - bumling_nn_1 = mkN "bumling" ; - bums_ab_1 = mkAdv "bums" ; - bunden_av_1 = mkA "bunden" "bundet" ; - bundsfoervant_nn_1 = mkN "bundsfцrvant" "bundsfцrvanter" ; - bungalow_nn_1 = mkN "bungalow" "bungalower" ; - bunke_nn_1 = mkN "bunke" utrum ; - bunker_nn_1 = mkN "bunker" ; - bunsenbraennare_nn_1 = mkN "bunsenbrдnnare" "bunsenbrдnnare" ; - bunt_nn_1 = mkN "bunt" ; - buntmakare_nn_1 = mkN "buntmakare" "buntmakare" ; - bur_nn_1 = mkN "bur" ; - burbrev_nn_1 = mkN "burbrev" neutrum ; - burdus_av_1 = mkA "burdus" ; - burfaagel_nn_1 = mkN "burfеgel" ; - burgare_nn_1 = mkN "burgare" "burgare" ; - burgen_av_1 = mkA "burgen" "burget" ; - burgunder_nn_1 = mkN "burgunder" "burgundern" "burgunder" "burgunderna" ; - burk_nn_1 = mkN "burk" ; - burkoel_nn_1 = mkN "burkцl" neutrum ; - burkoeppnare_nn_1 = mkN "burkцppnare" "burkцppnare" ; - burlesk_av_1 = mkA "burlesk" ; - burlesk_nn_1 = mkN "burlesk" "burlesker" ; - burleskeri_nn_1 = mkN "burleskeri" "burleskerit" "burleskerier" "burleskerierna" ; - burman_nn_1 = mkN "burman" "burmaner" ; - burmanska_nn_2 = mkN "burmanska" ; - burmes_nn_1 = mkN "burmes" "burmeser" ; - burnus_nn_1 = mkN "burnus" ; - burr_nn_1 = mkN "burr" neutrum ; - burrig_av_1 = mkA "burrig" ; - burschikos_av_1 = mkA "burschikos" ; - burspraak_nn_1 = mkN "bursprеk" neutrum ; - burundier_nn_1 = mkN "burundier" "burundiern" "burundier" "burundierna" ; - burundisk_av_1 = mkA "burundisk" ; - buse_nn_1 = mkN "buse" utrum ; - busfason_nn_1 = mkN "busfason" "busfasoner" ; - busfroe_nn_1 = mkN "busfrц" "busfrцt" "busfrцn" "busfrцen" ; - bushman_nn_1 = mkN "bushman" "bushmannen" "bushmдn" "bushmдnnen" ; - busig_av_1 = mkA "busig" ; - business_nn_1 = mkN "business" ; - buskablyg_av_1 = mkA "buskablyg" ; - buskage_nn_1 = mkN "buskage" "buskaget" "buskage" "buskagen" ; - buske_nn_1 = mkN "buske" utrum ; - buskig_av_1 = mkA "buskig" ; - buskliknande_av_1 = mkA "buskliknande" ; - buskoerning_nn_1 = mkN "buskцrning" ; - busksly_nn_1 = mkN "busksly" "buskslyet" "buskslyn" "buskslyna" ; - buss_nn_1 = mkN "buss" ; - bussarong_nn_1 = mkN "bussarong" "bussaronger" ; - busschauffoer_nn_1 = mkN "busschauffцr" "busschauffцrer" ; - bussfoerbindelse_nn_1 = mkN "bussfцrbindelse" "bussfцrbindelser" ; - busshaallplats_nn_1 = mkN "busshеllplats" "busshеllplatser" ; - bussig_av_1 = mkA "bussig" ; - busskort_nn_1 = mkN "busskort" neutrum ; - busslast_nn_1 = mkN "busslast" "busslaster" ; - busslinje_nn_1 = mkN "busslinje" "busslinjer" ; - bussning_nn_1 = mkN "bussning" ; - busunge_nn_1 = mkN "busunge" utrum ; - busvissling_nn_1 = mkN "busvissling" ; - butan_nn_1 = mkN "butan" "butaner" ; - butelj_nn_1 = mkN "butelj" "buteljer" ; - buteljborste_nn_1 = mkN "buteljborste" utrum ; - buteljbotten_nn_1 = mkN "buteljbotten" ; - buteljering_nn_1 = mkN "buteljering" ; - buteljgroen_av_1 = mkA "buteljgrцn" ; - butik_nn_1 = mkN "butik" "butiker" ; - butiksbitraede_nn_1 = mkN "butiksbitrдde" ; - butikskedja_nn_1 = mkN "butikskedja" ; - butiksstaengningslag_nn_1 = mkN "butiksstдngningslag" ; - butler_nn_1 = mkN "butler" "butlern" "butlers" "butlersen" ; - butter_av_1 = mkA "butter" "buttert" "buttra" "buttra" "buttrare" "buttrast" "buttraste" ; - butyl_nn_1 = mkN "butyl" "butyler" ; - buxbom_nn_1 = mkN "buxbom" ; - by_nn_1 = mkN "by" "byn" "byar" "byarna" ; - byaeldste_nn_1 = mkN "byдldste" utrum ; - byalag_nn_1 = mkN "byalag" neutrum ; - byamaal_nn_1 = mkN "byamеl" neutrum ; - byfaane_nn_1 = mkN "byfеne" utrum ; - byffe_nn_1 = mkN "byffй" "byffйer" ; - byfogde_nn_1 = mkN "byfogde" utrum ; - bygd_nn_1 = mkN "bygd" "bygder" ; - bygdeborg_nn_1 = mkN "bygdeborg" ; - bygdegaard_nn_1 = mkN "bygdegеrd" ; - bygdemaal_nn_1 = mkN "bygdemеl" neutrum ; - bygel_nn_1 = mkN "bygel" ; - bygelhaest_nn_1 = mkN "bygelhдst" ; - bygelhorn_nn_1 = mkN "bygelhorn" neutrum ; - bygellaas_nn_1 = mkN "bygellеs" neutrum ; - byggarbetare_nn_1 = mkN "byggarbetare" "byggarbetare" ; - byggare_nn_1 = mkN "byggare" "byggare" ; - byggelement_nn_1 = mkN "byggelement" neutrum ; - byggherre_nn_1 = mkN "byggherre" utrum ; - byggkloss_nn_1 = mkN "byggkloss" ; - bygglag_nn_1 = mkN "bygglag" ; - bygglekplats_nn_1 = mkN "bygglekplats" "bygglekplatser" ; - bygglov_nn_1 = mkN "bygglov" neutrum ; - byggmaestare_nn_1 = mkN "byggmдstare" "byggmдstare" ; - byggmaterial_nn_1 = mkN "byggmaterial" neutrum ; - byggnad_nn_1 = mkN "byggnad" "byggnader" ; - byggnadsarbetare_nn_1 = mkN "byggnadsarbetare" "byggnadsarbetare" ; - byggnadsindustri_nn_1 = mkN "byggnadsindustri" "byggnadsindustrier" ; - byggnadskonstruktion_nn_1 = mkN "byggnadskonstruktion" "byggnadskonstruktioner" ; - byggnadskontor_nn_1 = mkN "byggnadskontor" neutrum ; - byggnadskredit_nn_1 = mkN "byggnadskredit" "byggnadskrediter" ; - byggnadskreditiv_nn_1 = mkN "byggnadskreditiv" neutrum ; - byggnadslaan_nn_1 = mkN "byggnadslеn" neutrum ; - byggnadslov_nn_1 = mkN "byggnadslov" neutrum ; - byggnadsmaterial_nn_1 = mkN "byggnadsmaterial" neutrum ; - byggnadsminne_nn_1 = mkN "byggnadsminne" ; - byggnadsnaemnd_nn_1 = mkN "byggnadsnдmnd" "byggnadsnдmnder" ; - byggnadsplan_nn_1 = mkN "byggnadsplan" "byggnadsplaner" ; - byggnadssnickare_nn_1 = mkN "byggnadssnickare" "byggnadssnickare" ; - byggnadsstaellning_nn_1 = mkN "byggnadsstдllning" ; - byggnadssten_nn_1 = mkN "byggnadssten" "byggnadsstenen" "byggnadsstenar" "byggnadsstenarna" ; - byggnadsstil_nn_1 = mkN "byggnadsstil" ; - byggnadsstyrelse_nn_1 = mkN "byggnadsstyrelse" "byggnadsstyrelser" ; - byggnadstillstaand_nn_1 = mkN "byggnadstillstеnd" neutrum ; - byggnadsverk_nn_1 = mkN "byggnadsverk" neutrum ; - byggning_nn_1 = mkN "byggning" ; - byggsats_nn_1 = mkN "byggsats" "byggsatser" ; - byggstart_nn_1 = mkN "byggstart" "byggstarter" ; - byggsten_nn_1 = mkN "byggsten" "byggstenen" "byggstenar" "byggstenarna" ; - byggstopp_nn_1 = mkN "byggstopp" neutrum ; - byggtork_nn_1 = mkN "byggtork" ; - byhus_nn_1 = mkN "byhus" neutrum ; - byig_av_1 = mkA "byig" ; - byk_nn_1 = mkN "byk" ; - byling_nn_1 = mkN "byling" ; - bylsig_av_1 = mkA "bylsig" ; - bymoln_nn_1 = mkN "bymoln" neutrum ; - byomraade_nn_1 = mkN "byomrеde" ; - byordning_nn_1 = mkN "byordning" ; - byraa_nn_1 = mkN "byrе" ; - byraa_nn_2 = mkN "byrе" "byrеer" ; - byraaassistent_nn_1 = mkN "byrеassistent" "byrеassistenter" ; - byraachef_nn_1 = mkN "byrеchef" "byrеchefer" ; - byraadirektoer_nn_1 = mkN "byrеdirektцr" "byrеdirektцrer" ; - byraakrat_nn_1 = mkN "byrеkrat" "byrеkrater" ; - byraakrati_nn_1 = mkN "byrеkrati" "byrеkratier" ; - byraakratisk_av_1 = mkA "byrеkratisk" ; - byraasekreterare_nn_1 = mkN "byrеsekreterare" "byrеsekreterare" ; - byrett_nn_1 = mkN "byrett" "byretter" ; - bysamfaellighet_nn_1 = mkN "bysamfдllighet" "bysamfдlligheter" ; - bysantin_nn_1 = mkN "bysantin" "bysantiner" ; - bysantinsk_av_1 = mkA "bysantinsk" ; - byssja_nn_1 = mkN "byssja" ; - byst_nn_1 = mkN "byst" "byster" ; - bystaemma_nn_1 = mkN "bystдmma" ; - bystdrottning_nn_1 = mkN "bystdrottning" ; - bysthaallare_nn_1 = mkN "bysthеllare" "bysthеllare" ; - bystmaatt_nn_1 = mkN "bystmеtt" neutrum ; - byte_nn_1 = mkN "byte" ; - byte_nn_2 = mkN "byte" "byten" "byte" "bytena" ; - bytesaffaer_nn_1 = mkN "bytesaffдr" "bytesaffдrer" ; - bytesdjur_nn_1 = mkN "bytesdjur" neutrum ; - byteslaegenhet_nn_1 = mkN "byteslдgenhet" "byteslдgenheter" ; - bytesmedel_nn_1 = mkN "bytesmedel" neutrum ; - bytesobjekt_nn_1 = mkN "bytesobjekt" neutrum ; - bytesvaerde_nn_1 = mkN "bytesvдrde" ; - byting_nn_1 = mkN "byting" ; - byx_nn_1 = mkN "byx" ; - byxbak_nn_1 = mkN "byxbak" ; - byxben_nn_1 = mkN "byxben" neutrum ; - byxdraekt_nn_1 = mkN "byxdrдkt" "byxdrдkter" ; - byxdress_nn_1 = mkN "byxdress" ; - byxholk_nn_1 = mkN "byxholk" ; - byxis_av_1 = mkA "byxis" ; - byxkjol_nn_1 = mkN "byxkjol" ; - cab_nn_1 = mkN "cab" ; - cabb_nn_1 = mkN "cabb" ; - cabriolet_nn_1 = mkN "cabriolet" "cabrioleter" ; - caddie_nn_1 = mkN "caddie" "caddien" "caddies" "caddiesen" ; - cafe_nn_1 = mkN "cafй" "cafйt" "cafйer" "cafйerna" ; - callgirl_nn_1 = mkN "callgirl" "callgirlen" "callgirls" "callgirlsen" ; - calmettevaccinering_nn_1 = mkN "calmettevaccinering" ; - camouflage_nn_1 = mkN "camouflage" "camouflaget" "camouflage" "camouflagen" ; - camp_av_1 = mkA "camp" "camp" ; - campare_nn_1 = mkN "campare" "campare" ; - camping_nn_1 = mkN "camping" ; - campingplats_nn_1 = mkN "campingplats" "campingplatser" ; - campus_nn_1 = mkN "campus" neutrum ; - cancer_nn_1 = mkN "cancer" ; - cancerfall_nn_1 = mkN "cancerfall" neutrum ; - cancerfara_nn_1 = mkN "cancerfara" ; - cancerform_nn_1 = mkN "cancerform" "cancerformer" ; - cancerforskare_nn_1 = mkN "cancerforskare" "cancerforskare" ; - cancerforskning_nn_1 = mkN "cancerforskning" ; - cancerframkallande_av_1 = mkA "cancerframkallande" ; - cancerogen_av_1 = mkA "cancerogen" ; - cancerrisk_nn_1 = mkN "cancerrisk" "cancerrisker" ; - cancersvulst_nn_1 = mkN "cancersvulst" "cancersvulster" ; - candela_nn_1 = mkN "candela" "candelan" "candela" "candelana" ; - cape_nn_1 = mkN "cape" "caper" ; - cappuccino_nn_1 = mkN "cappuccino" "cappuccinon" "cappuccino" "cappuccinona" ; - carcinogen_nn_1 = mkN "carcinogen" "carcinogener" ; - cardigan_nn_1 = mkN "cardigan" "cardiganen" "cardigans" "cardigansen" ; - cash_ab_1 = mkAdv "cash" ; - cash_nn_1 = mkN "cash" neutrum ; - caterpillar_nn_1 = mkN "caterpillar" "caterpillarn" "caterpillars" "caterpillarsen" ; - ceder_nn_1 = mkN "ceder" ; - cedilj_nn_1 = mkN "cedilj" "cediljer" ; - celeber_av_1 = mkA "celeber" "celebert" "celebra" "celebra" "celebrare" "celebrast" "celebraste" ; - celebritet_nn_1 = mkN "celebritet" "celebriteter" ; - celest_av_1 = mkA "celest" "celest" ; - celibat_nn_1 = mkN "celibat" neutrum ; - cell_nn_1 = mkN "cell" "celler" ; - celldelning_nn_1 = mkN "celldelning" ; - cellfaengelse_nn_1 = mkN "cellfдngelse" "cellfдngelset" "cellfдngelser" "cellfдngelserna" ; - cellgift_nn_1 = mkN "cellgift" "cellgiftet" "cellgifter" "cellgifterna" ; - cellgranne_nn_1 = mkN "cellgranne" utrum ; - cellist_nn_1 = mkN "cellist" "cellister" ; - cellkamrat_nn_1 = mkN "cellkamrat" "cellkamrater" ; - cellmembran_nn_1 = mkN "cellmembran" neutrum ; - cello_nn_1 = mkN "cello" "cellor" ; - cellplasma_nn_1 = mkN "cellplasma" "cellplasmat" "cellplasmer" "cellplasmerna" ; - cellsjok_nn_1 = mkN "cellsjok" neutrum ; - cellskikt_nn_1 = mkN "cellskikt" neutrum ; - cellspaenning_nn_1 = mkN "cellspдnning" ; - cellstraff_nn_1 = mkN "cellstraff" neutrum ; - cellstruktur_nn_1 = mkN "cellstruktur" "cellstrukturer" ; - celltraad_nn_1 = mkN "celltrеd" ; - celltyp_nn_1 = mkN "celltyp" "celltyper" ; - cellulaer_av_1 = mkA "cellulдr" ; - cellulosaindustri_nn_1 = mkN "cellulosaindustri" "cellulosaindustrier" ; - cellulosalack_nn_1 = mkN "cellulosalack" neutrum ; - cellulosamolekyl_nn_1 = mkN "cellulosamolekyl" "cellulosamolekyler" ; - cellulosanitrat_nn_1 = mkN "cellulosanitrat" neutrum ; - cellulosaplast_nn_1 = mkN "cellulosaplast" "cellulosaplaster" ; - cellvaegg_nn_1 = mkN "cellvдgg" ; - celsiusgrad_nn_1 = mkN "celsiusgrad" "celsiusgrader" ; - celsiustermometer_nn_1 = mkN "celsiustermometer" ; - celt_nn_1 = mkN "celt" "celter" ; - cembalist_nn_1 = mkN "cembalist" "cembalister" ; - cembalo_nn_1 = mkN "cembalo" "cembalor" ; - cementblandare_nn_1 = mkN "cementblandare" "cementblandare" ; - cementering_nn_1 = mkN "cementering" ; - cenakel_nn_1 = mkN "cenakel" neutrum ; - cendre_av_1 = mkA "cendrй" ; - censor_nn_1 = mkN "censor" "censorer" ; - census_nn_1 = mkN "census" ; - cent_nn_1 = mkN "cent" "centen" "cent" "centen" ; - centaur_nn_1 = mkN "centaur" "centaurer" ; - center_nn_1 = mkN "center" ; - center_nn_2 = mkN "center" "centret" "centrer" "centrerna" ; - centerback_nn_1 = mkN "centerback" ; - centerbord_nn_1 = mkN "centerbord" neutrum ; - centerforward_nn_1 = mkN "centerforward" ; - centerhalv_nn_1 = mkN "centerhalv" ; - centerparti_nn_1 = mkN "centerparti" "centerpartit" "centerpartier" "centerpartierna" ; - centerpartist_nn_1 = mkN "centerpartist" "centerpartister" ; - centiliter_nn_1 = mkN "centiliter" "centilitern" "centiliter" "centiliterna" ; - centilong_nn_1 = mkN "centilong" "centilongen" "centilong" "centilongen" ; - centimeter_nn_1 = mkN "centimeter" ; - centner_nn_1 = mkN "centner" "centnern" "centner" "centnerna" ; - central_av_1 = mkA "central" ; - centralafrikan_nn_1 = mkN "centralafrikan" "centralafrikaner" ; - centralafrikansk_av_1 = mkA "centralafrikansk" ; - centralamerikansk_av_1 = mkA "centralamerikansk" ; - centralanstalt_nn_1 = mkN "centralanstalt" "centralanstalter" ; - centralantenn_nn_1 = mkN "centralantenn" "centralantenner" ; - centralbank_nn_1 = mkN "centralbank" "centralbanker" ; - centralbyggnad_nn_1 = mkN "centralbyggnad" "centralbyggnader" ; - centralbyraa_nn_1 = mkN "centralbyrе" "centralbyrеer" ; - centralenhet_nn_1 = mkN "centralenhet" "centralenheter" ; - centraleuropeisk_av_1 = mkA "centraleuropeisk" ; - centralfoerbund_nn_1 = mkN "centralfцrbund" neutrum ; - centralfoervaltning_nn_1 = mkN "centralfцrvaltning" ; - centralgestalt_nn_1 = mkN "centralgestalt" "centralgestalter" ; - centralisering_nn_1 = mkN "centralisering" ; - centralistisk_av_1 = mkA "centralistisk" ; - centralkommitte_nn_1 = mkN "centralkommittй" "centralkommittйer" ; - centralkontor_nn_1 = mkN "centralkontor" neutrum ; - centralkyrka_nn_1 = mkN "centralkyrka" ; - centrallasarett_nn_1 = mkN "centrallasarett" neutrum ; - centrallyrisk_av_1 = mkA "centrallyrisk" ; - centralmakt_nn_1 = mkN "centralmakt" "centralmakter" ; - centralnaemnd_nn_1 = mkN "centralnдmnd" "centralnдmnder" ; - centralorganisation_nn_1 = mkN "centralorganisation" "centralorganisationer" ; - centralort_nn_1 = mkN "centralort" "centralorter" ; - centralregering_nn_1 = mkN "centralregering" ; - centralroerelse_nn_1 = mkN "centralrцrelse" "centralrцrelser" ; - centralstation_nn_1 = mkN "centralstation" "centralstationer" ; - centralstimulantia_nn_1 = mkN "centralstimulantia" "centralstimulantian" "centralstimulantia" "centralstimulantiana" ; - centralstimulerande_av_1 = mkA "centralstimulerande" ; - centralstyrd_av_1 = mkA "centralstyrd" "centralstyrt" ; - centralstyrelse_nn_1 = mkN "centralstyrelse" "centralstyrelser" ; - centrifug_nn_1 = mkN "centrifug" "centrifuger" ; - centrifugal_av_1 = mkA "centrifugal" ; - centrifugalpump_nn_1 = mkN "centrifugalpump" ; - centripetal_av_1 = mkA "centripetal" ; - centrisk_av_1 = mkA "centrisk" ; - centrum_nn_1 = mkN "centrum" neutrum ; - centumspraak_nn_1 = mkN "centumsprеk" neutrum ; - cerat_nn_1 = mkN "cerat" neutrum ; - cerebral_av_1 = mkA "cerebral" ; - cerebrospinal_av_1 = mkA "cerebrospinal" ; - ceremoni_nn_1 = mkN "ceremoni" "ceremonier" ; - ceremoniel_nn_1 = mkN "ceremoniel" "ceremonielet" "ceremoniel" "ceremonielen" ; - ceremoniell_av_1 = mkA "ceremoniell" ; - ceremonimaestare_nn_1 = mkN "ceremonimдstare" "ceremonimдstare" ; - ceremonioes_av_1 = mkA "ceremoniцs" ; - cerise_av_1 = mkA "cerise" ; - cerise_nn_1 = mkN "cerise" "ceriser" ; - cernering_nn_1 = mkN "cernering" ; - cert_nn_1 = mkN "cert" "certer" ; - certeparti_nn_1 = mkN "certeparti" "certepartit" "certepartier" "certepartierna" ; - certifikat_nn_1 = mkN "certifikat" neutrum ; - cesarisk_av_1 = mkA "cesarisk" ; - cession_nn_1 = mkN "cession" "cessioner" ; - cesur_nn_1 = mkN "cesur" "cesurer" ; - champagneglas_nn_1 = mkN "champagneglas" neutrum ; - champagnekork_nn_1 = mkN "champagnekork" ; - champinjon_nn_1 = mkN "champinjon" "champinjoner" ; - champinjonbaedd_nn_1 = mkN "champinjonbдdd" ; - champion_nn_1 = mkN "champion" "championen" "champions" "championsen" ; - championat_nn_1 = mkN "championat" neutrum ; - changemang_nn_1 = mkN "changemang" neutrum ; - chans_nn_1 = mkN "chans" "chanser" ; - chansloes_av_1 = mkA "chanslцs" ; - chansning_nn_1 = mkN "chansning" ; - chanson_nn_1 = mkN "chanson" "chansoner" ; - chansonett_nn_1 = mkN "chansonett" "chansonetter" ; - chanstagare_nn_1 = mkN "chanstagare" "chanstagare" ; - chanstagning_nn_1 = mkN "chanstagning" ; - chapeau_claque_nn_1 = mkN "chapeau-claque" "chapeau-claquer" ; - char_nn_1 = mkN "char" "charer" ; - charabang_nn_1 = mkN "charabang" "charabanger" ; - charad_nn_1 = mkN "charad" "charader" ; - charge_d'27affaires_nn_1 = mkN "chargй-d'affaires" "chargй-d'affaireser" ; - charge_nn_1 = mkN "charge" "charger" ; - charkuteri_nn_1 = mkN "charkuteri" "charkuterit" "charkuterier" "charkuterierna" ; - charkuterist_nn_1 = mkN "charkuterist" "charkuterister" ; - charlatan_nn_1 = mkN "charlatan" "charlataner" ; - charmant_av_1 = mkA "charmant" "charmant" ; - charmfull_av_1 = mkA "charmfull" ; - charmig_av_1 = mkA "charmig" ; - charmkurs_nn_1 = mkN "charmkurs" "charmkurser" ; - charmloes_av_1 = mkA "charmlцs" ; - charmoer_nn_1 = mkN "charmцr" "charmцrer" ; - charmoffensiv_nn_1 = mkN "charmoffensiv" "charmoffensiver" ; - charmtroll_nn_1 = mkN "charmtroll" neutrum ; - charner_nn_1 = mkN "charner" "charneret" "charner" "charneren" ; - chartreuse_nn_1 = mkN "chartreuse" "chartreuser" ; - chassi_nn_1 = mkN "chassi" "chassit" "chassier" "chassierna" ; - chateaubriand_nn_1 = mkN "chateaubriand" "chateaubriander" ; - chauffoer_nn_1 = mkN "chauffцr" "chauffцrer" ; - chausse_nn_1 = mkN "chaussй" "chaussйer" ; - chauvinist_nn_1 = mkN "chauvinist" "chauvinister" ; - chauvinistisk_av_1 = mkA "chauvinistisk" ; - check_nn_1 = mkN "check" ; - checkhaefte_nn_1 = mkN "checkhдfte" ; - checkkonto_nn_1 = mkN "checkkonto" "checkkontot" "checkkonton" "checkkontona" ; - checkkredit_nn_1 = mkN "checkkredit" "checkkrediter" ; - checkraekning_nn_1 = mkN "checkrдkning" ; - cheddarost_nn_1 = mkN "cheddarost" ; - chef_nn_1 = mkN "chef" "chefer" ; - chefredaktoer_nn_1 = mkN "chefredaktцr" "chefredaktцrer" ; - chefsideolog_nn_1 = mkN "chefsideolog" "chefsideologer" ; - chefstjaensteman_nn_1 = mkN "chefstjдnsteman" "chefstjдnstemannen" "chefstjдnstemдn" "chefstjдnstemдnnen" ; - chemis_nn_1 = mkN "chemis" "chemiser" ; - chemisett_nn_1 = mkN "chemisett" "chemisetter" ; - chevaleresk_av_1 = mkA "chevaleresk" ; - chevelyr_nn_1 = mkN "chevelyr" "chevelyrer" ; - cheviot_nn_1 = mkN "cheviot" "chevioter" ; - chic_av_1 = mkA "chic" ; - chiffer_nn_1 = mkN "chiffer" neutrum ; - chiffernyckel_nn_1 = mkN "chiffernyckel" ; - chiffong_nn_1 = mkN "chiffong" "chiffonger" ; - chiffonje_nn_1 = mkN "chiffonjй" "chiffonjйer" ; - chikan_nn_1 = mkN "chikan" "chikaner" ; - chilen_nn_1 = mkN "chilen" "chilener" ; - chilenare_nn_1 = mkN "chilenare" "chilenare" ; - chilensk_av_1 = mkA "chilensk" ; - chimaer_nn_1 = mkN "chimдr" "chimдrer" ; - chinjong_nn_1 = mkN "chinjong" "chinjonger" ; - chips_nn_1 = mkN "chips" neutrum ; - chock_nn_1 = mkN "chock" "chocker" ; - chockbehandling_nn_1 = mkN "chockbehandling" ; - chockrosa_av_1 = mkA "chockrosa" ; - choke_nn_1 = mkN "choke" utrum ; - choklad_nn_1 = mkN "choklad" "choklader" ; - chokladbit_nn_1 = mkN "chokladbit" ; - chokladpudding_nn_1 = mkN "chokladpudding" ; - chosefri_av_1 = mkA "chosefri" "chosefritt" ; - chosig_av_1 = mkA "chosig" ; - chuck_nn_1 = mkN "chuck" ; - ciceron_nn_1 = mkN "ciceron" "ciceroner" ; - cif_ab_1 = mkAdv "cif" ; - cigarett_nn_1 = mkN "cigarett" "cigaretter" ; - cigarettaendare_nn_1 = mkN "cigarettдndare" "cigarettдndare" ; - cigarettfimp_nn_1 = mkN "cigarettfimp" ; - cigarettpaket_nn_1 = mkN "cigarettpaket" neutrum ; - cigarettroek_nn_1 = mkN "cigarettrцk" ; - cigarill_nn_1 = mkN "cigarill" "cigariller" ; - cigarr_nn_1 = mkN "cigarr" "cigarrer" ; - cigarrcigarett_nn_1 = mkN "cigarrcigarett" "cigarrcigaretter" ; - cigarrett_nn_1 = mkN "cigarrett" "cigarretter" ; - cigarrettaendare_nn_1 = mkN "cigarrettдndare" "cigarrettдndare" ; - cigarrettfimp_nn_1 = mkN "cigarrettfimp" ; - cigarrettpaket_nn_1 = mkN "cigarrettpaket" neutrum ; - ciklidfisk_nn_1 = mkN "ciklidfisk" ; - ciliarkropp_nn_1 = mkN "ciliarkropp" ; - ciliarmuskel_nn_1 = mkN "ciliarmuskel" "ciliarmuskeln" "ciliarmuskler" "ciliarmusklerna" ; - cilie_nn_1 = mkN "cilie" "cilier" ; - cineast_nn_1 = mkN "cineast" "cineaster" ; - cinematek_nn_1 = mkN "cinematek" neutrum ; - cirka_ab_1 = mkAdv "cirka" ; - cirkapris_nn_1 = mkN "cirkapris" neutrum ; - cirkel_nn_1 = mkN "cirkel" ; - cirkelbaage_nn_1 = mkN "cirkelbеge" utrum ; - cirkelben_nn_1 = mkN "cirkelben" neutrum ; - cirkelbevis_nn_1 = mkN "cirkelbevis" neutrum ; - cirkeldefinition_nn_1 = mkN "cirkeldefinition" "cirkeldefinitioner" ; - cirkelledare_nn_1 = mkN "cirkelledare" "cirkelledare" ; - cirkelperiferi_nn_1 = mkN "cirkelperiferi" "cirkelperiferier" ; - cirkelprocess_nn_1 = mkN "cirkelprocess" "cirkelprocesser" ; - cirkelroerelse_nn_1 = mkN "cirkelrцrelse" "cirkelrцrelser" ; - cirkelrund_av_1 = mkA "cirkelrund" ; - cirkelsaag_nn_1 = mkN "cirkelsеg" ; - cirkelsegment_nn_1 = mkN "cirkelsegment" neutrum ; - cirkelsektor_nn_1 = mkN "cirkelsektor" "cirkelsektorer" ; - cirkelslut_nn_1 = mkN "cirkelslut" neutrum ; - cirkulaer_av_1 = mkA "cirkulдr" ; - cirkulaer_nn_1 = mkN "cirkulдr" neutrum ; - cirkulaerledare_nn_1 = mkN "cirkulдrledare" "cirkulдrledare" ; - cirkulationsplats_nn_1 = mkN "cirkulationsplats" "cirkulationsplatser" ; - cirkulationspump_nn_1 = mkN "cirkulationspump" ; - cirkulationsrubbning_nn_1 = mkN "cirkulationsrubbning" ; - cirkumflex_nn_1 = mkN "cirkumflex" "cirkumflexer" ; - cirkumpolaer_av_1 = mkA "cirkumpolдr" ; - cirkumpolar_av_1 = mkA "cirkumpolar" ; - cirkus_nn_1 = mkN "cirkus" ; - cirkusarena_nn_1 = mkN "cirkusarena" ; - cirkusartist_nn_1 = mkN "cirkusartist" "cirkusartister" ; - cirkusdjur_nn_1 = mkN "cirkusdjur" neutrum ; - cirkusmanege_nn_1 = mkN "cirkusmanege" "cirkusmaneger" ; - cirkusnummer_nn_1 = mkN "cirkusnummer" neutrum ; - cirrusmoln_nn_1 = mkN "cirrusmoln" neutrum ; - cisalpinsk_av_1 = mkA "cisalpinsk" ; - ciseloer_nn_1 = mkN "ciselцr" "ciselцrer" ; - ciss_nn_1 = mkN "ciss" neutrum ; - cissus_nn_1 = mkN "cissus" ; - cisterciens_nn_1 = mkN "cisterciens" "cistercienser" ; - cisterciensorden_nn_1 = mkN "cisterciensorden" ; - cistern_nn_1 = mkN "cistern" "cisterner" ; - citadell_nn_1 = mkN "citadell" neutrum ; - citat_nn_1 = mkN "citat" neutrum ; - citation_nn_1 = mkN "citation" "citationer" ; - citationstecken_nn_1 = mkN "citationstecken" "citationstecknet" "citationstecken" "citationstecknen" ; - citatord_nn_1 = mkN "citatord" neutrum ; - citrin_nn_1 = mkN "citrin" "citriner" ; - citron_nn_1 = mkN "citron" "citroner" ; - citronfjaeril_nn_1 = mkN "citronfjдril" ; - citrongul_av_1 = mkA "citrongul" ; - citronlaesk_nn_1 = mkN "citronlдsk" "citronlдsken" "citronlдsk" "citronlдsken" ; - citronskal_nn_1 = mkN "citronskal" neutrum ; - citrus_nn_1 = mkN "citrus" ; - citrusfrukt_nn_1 = mkN "citrusfrukt" "citrusfrukter" ; - cittra_nn_1 = mkN "cittra" ; - city_nn_1 = mkN "city" "cityt" "cityn" "cityna" ; - citydress_nn_1 = mkN "citydress" ; - civil_av_1 = mkA "civil" ; - civilaektenskap_nn_1 = mkN "civilдktenskap" "civilдktenskapet" "civilдktenskapen" "civilдktenskapena" ; - civilbegravning_nn_1 = mkN "civilbegravning" ; - civilekonom_nn_1 = mkN "civilekonom" "civilekonomer" ; - civilingenjoer_nn_1 = mkN "civilingenjцr" "civilingenjцrer" ; - civilisation_nn_1 = mkN "civilisation" "civilisationer" ; - civilisatorisk_av_1 = mkA "civilisatorisk" ; - civilist_nn_1 = mkN "civilist" "civilister" ; - civilklaedd_av_1 = mkA "civilklдdd" "civilklдdtt" ; - civillag_nn_1 = mkN "civillag" ; - civilmaal_nn_1 = mkN "civilmеl" neutrum ; - civilmilitaer_av_1 = mkA "civilmilitдr" ; - civilmilitaer_nn_1 = mkN "civilmilitдr" "civilmilitдrer" ; - civilprocess_nn_1 = mkN "civilprocess" "civilprocesser" ; - civilstaand_nn_1 = mkN "civilstеnd" neutrum ; - civilstat_nn_1 = mkN "civilstat" "civilstater" ; - clairobscur_nn_1 = mkN "clairobscur" "clairobscurer" ; - clairvoyance_nn_1 = mkN "clairvoyance" "clairvoyancer" ; - clairvoyant_av_1 = mkA "clairvoyant" "clairvoyant" ; - clematis_nn_1 = mkN "clematis" ; - clementin_nn_1 = mkN "clementin" "clementiner" ; - clips_nn_1 = mkN "clips" neutrum ; - clitoris_nn_1 = mkN "clitoris" ; - cloisonvaegg_nn_1 = mkN "cloisonvдgg" ; - cloque_nn_1 = mkN "cloquй" "cloquйer" ; - clown_nn_1 = mkN "clown" "clowner" ; - clowneri_nn_1 = mkN "clowneri" "clownerit" "clownerier" "clownerierna" ; - club_blazer_nn_1 = mkN "club-blazer" ; - clubstek_nn_1 = mkN "clubstek" ; - coach_nn_1 = mkN "coach" "coacher" ; - cockerspaniel_nn_1 = mkN "cockerspaniel" "cockerspanieln" "cockerspanielar" "cockerspanielarna" ; - cockpit_nn_1 = mkN "cockpit" ; - cocktail_nn_1 = mkN "cocktail" ; - cocktailbaer_nn_1 = mkN "cocktailbдr" neutrum ; - cocktailparty_nn_1 = mkN "cocktailparty" "cocktailpartyt" "cocktailpartyn" "cocktailpartyna" ; - codex_nn_1 = mkN "codex" ; - collage_nn_1 = mkN "collage" "collaget" "collage" "collagen" ; - college_nn_1 = mkN "college" "colleget" "college" "collegen" ; - collie_nn_1 = mkN "collie" "collien" "collies" "colliesen" ; - collier_nn_1 = mkN "collier" "collierer" ; - colombian_nn_1 = mkN "colombian" "colombianer" ; - colombiansk_av_1 = mkA "colombiansk" ; - colombianska_nn_1 = mkN "colombianska" ; - come_back_nn_1 = mkN "come-back" "come-backer" ; - comeback_nn_1 = mkN "comeback" "comebacker" ; - commando_nn_1 = mkN "commando" "commandon" "commandos" "commandosen" ; - commandotrupp_nn_1 = mkN "commandotrupp" "commandotrupper" ; - comme_il_faut_ab_1 = mkAdv "comme-il-faut" ; - comorier_nn_1 = mkN "comorier" "comoriern" "comorier" "comorierna" ; - comorisk_av_1 = mkA "comorisk" ; - conferencier_nn_1 = mkN "confйrencier" "confйrencierer" ; - consomme_nn_1 = mkN "consommй" "consommйer" ; - container_nn_1 = mkN "container" ; - contortatall_nn_1 = mkN "contortatall" ; - cool_av_1 = mkA "cool" ; - copywriter_nn_1 = mkN "copywriter" "copywritern" "copywriters" "copywritersen" ; - cornichon_nn_1 = mkN "cornichon" "cornichoner" ; - coronacell_nn_1 = mkN "coronacell" "coronaceller" ; - corps_de_logi_nn_1 = mkN "corps-de-logi" "corps-de-logit" "corps-de-logier" "corps-de-logierna" ; - corpus_nn_1 = mkN "corpus" ; - cortege_nn_1 = mkN "cortиge" "cortиger" ; - cortical_av_1 = mkA "cortical" ; - cortison_nn_1 = mkN "cortison" "cortisoner" ; - cosinus_nn_1 = mkN "cosinus" ; - costarican_nn_1 = mkN "costarican" "costaricaner" ; - costaricansk_av_1 = mkA "costaricansk" ; - cotangent_nn_1 = mkN "cotangent" "cotangenter" ; - coulomb_nn_1 = mkN "coulomb" "coulomben" "coulomb" "coulomben" ; - coupe_nn_1 = mkN "coupe" "couper" ; - cowboy_nn_1 = mkN "cowboy" "cowboyen" "cowboyer" "cowboyerna" ; - crazy_av_1 = mkA "crazy" ; - credo_nn_1 = mkN "credo" "credot" "credon" "credona" ; - creme_nn_1 = mkN "crиme" "crиmer" ; - crepe_nn_1 = mkN "crepe" "crepen" "crepes" "crepesen" ; - crescendo_ab_1 = mkAdv "crescendo" ; - crescendo_nn_1 = mkN "crescendo" "crescendot" "crescendon" "crescendona" ; - croissant_nn_1 = mkN "croissant" "croissanter" ; - croquis_nn_1 = mkN "croquis" "croquiser" ; - crosschecking_nn_1 = mkN "crosschecking" ; - croupier_nn_1 = mkN "croupier" "croupierer" ; - cuban_nn_1 = mkN "cuban" "cubaner" ; - cubansk_av_1 = mkA "cubansk" ; - cumulus_nn_1 = mkN "cumulus" ; - cumuluscell_nn_1 = mkN "cumuluscell" "cumulusceller" ; - cumulusmoln_nn_1 = mkN "cumulusmoln" neutrum ; - cup_nn_1 = mkN "cup" "cuper" ; - curie_nn_1 = mkN "curie" "curien" "curie" "curiena" ; - cyanblaa_av_1 = mkA "cyanblе" "cyanblеtt" ; - cyanid_nn_1 = mkN "cyanid" "cyanider" ; - cyanobakterie_nn_1 = mkN "cyanobakterie" "cyanobakterier" ; - cybernetisk_av_1 = mkA "cybernetisk" ; - cykel_nn_1 = mkN "cykel" ; - cykel_nn_2 = mkN "cykel" ; - cykeldaeck_nn_1 = mkN "cykeldдck" neutrum ; - cykelergometer_nn_1 = mkN "cykelergometer" ; - cykelkedja_nn_1 = mkN "cykelkedja" ; - cykelpump_nn_1 = mkN "cykelpump" ; - cykelsadel_nn_1 = mkN "cykelsadel" ; - cykelslang_nn_1 = mkN "cykelslang" ; - cykelstaell_nn_1 = mkN "cykelstдll" neutrum ; - cykelstyre_nn_1 = mkN "cykelstyre" ; - cykeltaevling_nn_1 = mkN "cykeltдvling" ; - cykeltrupp_nn_1 = mkN "cykeltrupp" "cykeltrupper" ; - cykelventil_nn_1 = mkN "cykelventil" "cykelventiler" ; - cyklamen_nn_1 = mkN "cyklamen" "cyklamen" "cyklamen" "cyklamena" ; - cyklisk_av_1 = mkA "cyklisk" ; - cyklist_nn_1 = mkN "cyklist" "cyklister" ; - cykloid_nn_1 = mkN "cykloid" "cykloider" ; - cyklometer_nn_1 = mkN "cyklometer" ; - cyklon_nn_1 = mkN "cyklon" "cykloner" ; - cyklonfamilj_nn_1 = mkN "cyklonfamilj" "cyklonfamiljer" ; - cyklop_nn_1 = mkN "cyklop" "cykloper" ; - cyklop_nn_2 = mkN "cyklop" neutrum ; - cyklopoega_nn_1 = mkN "cyklopцga" "cyklopцgat" "cyklopцgon" "cyklopцgonen" ; - cyklotron_nn_1 = mkN "cyklotron" "cyklotroner" ; - cyklotym_av_1 = mkA "cyklotym" ; - cylinder_nn_1 = mkN "cylinder" ; - cylinderblock_nn_1 = mkN "cylinderblock" neutrum ; - cylinderhatt_nn_1 = mkN "cylinderhatt" ; - cylinderlaas_nn_1 = mkN "cylinderlеs" neutrum ; - cylinderpress_nn_1 = mkN "cylinderpress" ; - cylindrisk_av_1 = mkA "cylindrisk" ; - cymbal_nn_1 = mkN "cymbal" "cymbaler" ; - cyniker_nn_1 = mkN "cyniker" "cynikern" "cyniker" "cynikerna" ; - cynisk_av_1 = mkA "cynisk" ; - cynism_nn_1 = mkN "cynism" "cynismer" ; - cypress_nn_1 = mkN "cypress" "cypresser" ; - cypriot_nn_1 = mkN "cypriot" "cyprioter" ; - cypriotisk_av_1 = mkA "cypriotisk" ; - cystoskop_nn_1 = mkN "cystoskop" neutrum ; - cystoskopi_nn_1 = mkN "cystoskopi" "cystoskopier" ; - cytologisk_av_1 = mkA "cytologisk" ; - daa_ab_1 = mkAdv "dе" ; - daad_nn_1 = mkN "dеd" neutrum ; - daadrafroe_nn_1 = mkN "dеdrafrц" "dеdrafrцet" "dеdrafrцer" "dеdrafrцerna" ; - daafoertiden_ab_1 = mkAdv "dеfцrtiden" ; - daalig_av_1 = mkA "dеlig" ; - daalighet_nn_1 = mkN "dеlighet" "dеligheter" ; - daamera_ab_1 = mkAdv "dеmera" ; - daan_nn_1 = mkN "dеn" neutrum ; - daandimpen_ab_1 = mkAdv "dеndimpen" ; - daaraktig_av_1 = mkA "dеraktig" ; - daare_nn_1 = mkN "dеre" utrum ; - daarfink_nn_1 = mkN "dеrfink" ; - daarhus_nn_1 = mkN "dеrhus" neutrum ; - daarskap_nn_1 = mkN "dеrskap" "dеrskaper" ; - daasig_av_1 = mkA "dеsig" ; - daasighet_nn_1 = mkN "dеsighet" "dеsigheter" ; - daatida_av_1 = mkA "dеtida" ; - daavarande_av_1 = mkA "dеvarande" ; - dadaist_nn_1 = mkN "dadaist" "dadaister" ; - dadaistisk_av_1 = mkA "dadaistisk" ; - dadel_nn_1 = mkN "dadel" ; - dadelpalm_nn_1 = mkN "dadelpalm" "dadelpalmer" ; - daeck_nn_1 = mkN "dдck" neutrum ; - daeckel_nn_1 = mkN "dдckel" ; - daecker_nn_1 = mkN "dдcker" neutrum ; - daeckslast_nn_1 = mkN "dдckslast" "dдckslaster" ; - daecksmanskap_nn_1 = mkN "dдcksmanskap" "dдcksmanskapet" "dдcksmanskapen" "dдcksmanskapena" ; - daedan_ab_1 = mkAdv "dдdan" ; - daeggdjur_nn_1 = mkN "dдggdjur" neutrum ; - daeggdjursgrupp_nn_1 = mkN "dдggdjursgrupp" "dдggdjursgrupper" ; - daeggdjurstand_nn_1 = mkN "dдggdjurstand" "dдggdjurstдnder" ; - daeggdjurstyp_nn_1 = mkN "dдggdjurstyp" "dдggdjurstyper" ; - daeggdjursunge_nn_1 = mkN "dдggdjursunge" utrum ; - daeld_nn_1 = mkN "dдld" "dдlder" ; - daemmare_nn_1 = mkN "dдmmare" "dдmmare" ; - daemme_nn_1 = mkN "dдmme" ; - daemning_nn_1 = mkN "dдmning" ; - daempare_nn_1 = mkN "dдmpare" "dдmpare" ; - daempbox_nn_1 = mkN "dдmpbox" ; - daempning_nn_1 = mkN "dдmpning" ; - daen_ab_1 = mkAdv "dдn" ; - daer_ab_1 = mkAdv "dдr" ; - daeraat_ab_1 = mkAdv "dдrеt" ; - daerav_ab_1 = mkAdv "dдrav" ; - daerborta_ab_1 = mkAdv "dдrborta" ; - daerefter_ab_1 = mkAdv "dдrefter" ; - daeremellan_ab_1 = mkAdv "dдremellan" ; - daeremot_ab_1 = mkAdv "dдremot" ; - daerfoer_ab_1 = mkAdv "dдrfцr" ; - daerfoere_ab_1 = mkAdv "dдrfцre" ; - daerfoerinnan_ab_1 = mkAdv "dдrfцrinnan" ; - daerfoerutan_ab_1 = mkAdv "dдrfцrutan" ; - daerhaen_ab_1 = mkAdv "dдrhдn" ; - daerhemma_ab_1 = mkAdv "dдrhemma" ; - daeri_ab_1 = mkAdv "dдri" ; - daeribland_ab_1 = mkAdv "dдribland" ; - daerifraan_ab_1 = mkAdv "dдrifrеn" ; - daerigenom_ab_1 = mkAdv "dдrigenom" ; - daerinne_ab_1 = mkAdv "dдrinne" ; - daerjaemte_ab_1 = mkAdv "dдrjдmte" ; - daermed_ab_1 = mkAdv "dдrmed" ; - daernaest_ab_1 = mkAdv "dдrnдst" ; - daernedanfoer_ab_1 = mkAdv "dдrnedanfцr" ; - daernere_ab_1 = mkAdv "dдrnere" ; - daeroever_ab_1 = mkAdv "dдrцver" ; - daerom_ab_1 = mkAdv "dдrom" ; - daerpaa_ab_1 = mkAdv "dдrpе" ; - daerstaedes_ab_1 = mkAdv "dдrstдdes" ; - daertill_ab_1 = mkAdv "dдrtill" ; - daerunder_ab_1 = mkAdv "dдrunder" ; - daeruppe_ab_1 = mkAdv "dдruppe" ; - daerutav_ab_1 = mkAdv "dдrutav" ; - daerute_ab_1 = mkAdv "dдrute" ; - daerutinnan_ab_1 = mkAdv "dдrutinnan" ; - daerutoever_ab_1 = mkAdv "dдrutцver" ; - daervid_ab_1 = mkAdv "dдrvid" ; - daervidlag_ab_1 = mkAdv "dдrvidlag" ; - daest_av_1 = mkA "dдst" "dдst" ; - daeven_av_1 = mkA "dдven" "dдvet" ; - daevert_nn_1 = mkN "dдvert" ; - daexel_nn_1 = mkN "dдxel" ; - dag_nn_1 = mkN "dag" ; - dagakarl_nn_1 = mkN "dagakarl" ; - dagaktiv_av_1 = mkA "dagaktiv" ; - dagavdelning_nn_1 = mkN "dagavdelning" ; - dagbarn_nn_1 = mkN "dagbarn" neutrum ; - dagbarnvaardare_nn_1 = mkN "dagbarnvеrdare" "dagbarnvеrdare" ; - dagbefael_nn_1 = mkN "dagbefдl" neutrum ; - dagblad_nn_1 = mkN "dagblad" neutrum ; - dagblind_av_1 = mkA "dagblind" ; - dagbok_nn_1 = mkN "dagbok" "dagbцcker" ; - dagbraeckning_nn_1 = mkN "dagbrдckning" ; - dagbrott_nn_1 = mkN "dagbrott" neutrum ; - dagbrytning_nn_1 = mkN "dagbrytning" ; - dagcentral_nn_1 = mkN "dagcentral" "dagcentraler" ; - dagcentrum_nn_1 = mkN "dagcentrum" neutrum ; - dagdjur_nn_1 = mkN "dagdjur" neutrum ; - dagdrivare_nn_1 = mkN "dagdrivare" "dagdrivare" ; - dagdroem_nn_1 = mkN "dagdrцm" "dagdrцmmen" "dagdrцmmar" "dagdrцmmarna" ; - dagdroemmare_nn_1 = mkN "dagdrцmmare" "dagdrцmmare" ; - dagdroemmeri_nn_1 = mkN "dagdrцmmeri" "dagdrцmmerit" "dagdrцmmerier" "dagdrцmmerierna" ; - dagenefterstaemning_nn_1 = mkN "dagenefterstдmning" ; - dager_nn_1 = mkN "dager" ; - dagerrotyp_nn_1 = mkN "dagerrotyp" "dagerrotyper" ; - dagerrotypi_nn_1 = mkN "dagerrotypi" "dagerrotypier" ; - dagfjaeril_nn_1 = mkN "dagfjдril" ; - dagg_nn_2 = mkN "dagg" ; - daggdroppe_nn_1 = mkN "daggdroppe" utrum ; - daggert_nn_1 = mkN "daggert" ; - daggfrisk_av_1 = mkA "daggfrisk" ; - daggig_av_1 = mkA "daggig" ; - daggmask_nn_1 = mkN "daggmask" ; - daggpunkt_nn_1 = mkN "daggpunkt" "daggpunkter" ; - daghavande_av_1 = mkA "daghavande" ; - daghavande_nn_1 = mkN "daghavande" "daghavanden" "daghavande" "daghavandena" ; - daghem_nn_1 = mkN "daghem" "daghemmet" "daghem" "daghemmen" ; - dagis_nn_1 = mkN "dagis" neutrum ; - dagkarl_nn_1 = mkN "dagkarl" ; - daglig_av_1 = mkA "daglig" ; - dagligdags_ab_1 = mkAdv "dagligdags" ; - dagligen_ab_1 = mkAdv "dagligen" ; - dagligstuga_nn_1 = mkN "dagligstuga" ; - dagloen_nn_1 = mkN "daglцn" "daglцner" ; - dagloenare_nn_1 = mkN "daglцnare" "daglцnare" ; - dagmamma_nn_1 = mkN "dagmamma" ; - dago_nn_1 = mkN "dago" "dagon" "dagos" "dagosen" ; - dagoeppning_nn_1 = mkN "dagцppning" ; - dagofficer_nn_1 = mkN "dagofficer" "dagofficern" "dagofficerare" "dagofficerarna" ; - dagorder_nn_1 = mkN "dagorder" ; - dagordning_nn_1 = mkN "dagordning" ; - dagort_nn_1 = mkN "dagort" "dagorter" ; - dagpenning_nn_1 = mkN "dagpenning" ; - dagrum_nn_1 = mkN "dagrum" "dagrummet" "dagrum" "dagrummen" ; - dags_ab_1 = mkAdv "dags" ; - dagsaktuell_av_1 = mkA "dagsaktuell" ; - dagsbehov_nn_1 = mkN "dagsbehov" neutrum ; - dagsbot_nn_1 = mkN "dagsbot" "dagsbцter" ; - dagsedel_nn_1 = mkN "dagsedel" ; - dagsens_av_1 = mkA "dagsens" ; - dagskassa_nn_1 = mkN "dagskassa" ; - dagsled_nn_1 = mkN "dagsled" "dagsleder" ; - dagsmarsch_nn_1 = mkN "dagsmarsch" "dagsmarscher" ; - dagsranson_nn_1 = mkN "dagsranson" "dagsransoner" ; - dagstemperatur_nn_1 = mkN "dagstemperatur" "dagstemperaturer" ; - dagstidning_nn_1 = mkN "dagstidning" ; - dagsverkare_nn_1 = mkN "dagsverkare" "dagsverkare" ; - dagtid_nn_1 = mkN "dagtid" "dagtider" ; - dagtraktamente_nn_1 = mkN "dagtraktamente" ; - dagvatten_nn_1 = mkN "dagvatten" "dagvattnet" "dagvatten" "dagvattnen" ; - dakapo_ab_1 = mkAdv "dakapo" ; - dakapo_nn_1 = mkN "dakapo" "dakapot" "dakapon" "dakapona" ; - daktyl_nn_1 = mkN "daktyl" "daktyler" ; - daktylisk_av_1 = mkA "daktylisk" ; - dal_nn_1 = mkN "dal" ; - dalahaest_nn_1 = mkN "dalahдst" ; - dalbo_nn_1 = mkN "dalbo" "dalbor" ; - dalbotten_nn_1 = mkN "dalbotten" ; - daldans_nn_1 = mkN "daldans" "daldanser" ; - daler_nn_1 = mkN "daler" "dalern" "daler" "dalerna" ; - dalgaang_nn_1 = mkN "dalgеng" ; - dalkarl_nn_1 = mkN "dalkarl" ; - dallring_nn_1 = mkN "dallring" ; - dalmaal_nn_1 = mkN "dalmеl" neutrum ; - dalmaalning_nn_1 = mkN "dalmеlning" ; - dalmas_nn_1 = mkN "dalmas" ; - dalmatiner_nn_1 = mkN "dalmatiner" "dalmatinern" "dalmatiner" "dalmatinerna" ; - dalprofil_nn_1 = mkN "dalprofil" "dalprofiler" ; - dalsk_av_1 = mkA "dalsk" ; - dalslaendsk_av_1 = mkA "dalslдndsk" ; - dalslaenning_nn_1 = mkN "dalslдnning" ; - dalsluttning_nn_1 = mkN "dalsluttning" ; - dalvind_nn_1 = mkN "dalvind" ; - dam_nn_1 = mkN "dam" "damer" ; - damask_nn_1 = mkN "damask" "damasker" ; - damast_nn_1 = mkN "damast" "damaster" ; - dambesoek_nn_1 = mkN "dambesцk" neutrum ; - dambjudning_nn_1 = mkN "dambjudning" ; - damcykel_nn_1 = mkN "damcykel" ; - damejeanne_nn_1 = mkN "damejeanne" "damejeanner" ; - damfrisering_nn_1 = mkN "damfrisering" ; - damfrisoer_nn_1 = mkN "damfrisцr" "damfrisцrer" ; - damfrisoerska_nn_1 = mkN "damfrisцrska" ; - damgambit_nn_1 = mkN "damgambit" ; - damhatt_nn_1 = mkN "damhatt" ; - damig_av_1 = mkA "damig" ; - damkoer_nn_1 = mkN "damkцr" "damkцrer" ; - damm_nn_1 = mkN "damm" ; - dammanlaeggning_nn_1 = mkN "dammanlдggning" ; - dammbindningsmedel_nn_1 = mkN "dammbindningsmedel" neutrum ; - dammfoersoek_nn_1 = mkN "dammfцrsцk" neutrum ; - dammig_av_1 = mkA "dammig" ; - dammkorn_nn_1 = mkN "dammkorn" neutrum ; - dammoln_nn_1 = mkN "dammoln" neutrum ; - dammport_nn_1 = mkN "dammport" ; - dammsuga_vb_1 = mkV "dammsuga" "dammsцg" "dammsugit" ; - dammsugare_nn_1 = mkN "dammsugare" "dammsugare" ; - dammussla_nn_1 = mkN "dammussla" ; - damoklessvaerd_nn_1 = mkN "damoklessvдrd" neutrum ; - damrum_nn_1 = mkN "damrum" "damrummet" "damrum" "damrummen" ; - damsida_nn_1 = mkN "damsida" ; - damspel_nn_1 = mkN "damspel" "damspelet" "damspel" "damspelen" ; - damtidning_nn_1 = mkN "damtidning" ; - dan_av_1 = mkA "dan" ; - danaarv_nn_1 = mkN "danaarv" neutrum ; - dandy_nn_1 = mkN "dandy" "dandyn" "dandies" "dandyerna" ; - daning_nn_1 = mkN "daning" ; - danism_nn_1 = mkN "danism" "danismer" ; - dank_ab_1 = mkAdv "dank" ; - dank_nn_1 = mkN "dank" ; - danneman_nn_1 = mkN "danneman" "dannemannen" "dannemдn" "dannemдnnen" ; - dans_nn_1 = mkN "dans" "danser" ; - dansant_av_1 = mkA "dansant" "dansant" ; - dansare_nn_1 = mkN "dansare" "dansare" ; - dansgolv_nn_1 = mkN "dansgolv" neutrum ; - danshak_nn_1 = mkN "danshak" neutrum ; - dansk_av_1 = mkA "dansk" ; - dansk_nn_1 = mkN "dansk" ; - danska_nn_2 = mkN "danska" ; - danskonst_nn_1 = mkN "danskonst" "danskonster" ; - danslek_nn_1 = mkN "danslek" ; - dansoer_nn_1 = mkN "dansцr" "dansцrer" ; - dansoes_nn_1 = mkN "dansцs" "dansцser" ; - dansrestaurang_nn_1 = mkN "dansrestaurang" "dansrestauranger" ; - dansstaelle_nn_1 = mkN "dansstдlle" ; - danssteg_nn_1 = mkN "danssteg" neutrum ; - danstillstaellning_nn_1 = mkN "danstillstдllning" ; - darraal_nn_1 = mkN "darrеl" ; - darrhaent_av_1 = mkA "darrhдnt" "darrhдnt" ; - darrig_av_1 = mkA "darrig" ; - darrning_nn_1 = mkN "darrning" ; - darwinfink_nn_1 = mkN "darwinfink" ; - darwinist_nn_1 = mkN "darwinist" "darwinister" ; - darwinistisk_av_1 = mkA "darwinistisk" ; - daskig_av_1 = mkA "daskig" ; - dass_nn_1 = mkN "dass" neutrum ; - dassig_av_1 = mkA "dassig" ; - dat_nn_1 = mkN "dat" "dater" ; - data_nn_1 = mkN "data" "datan" "data" "datana" ; - dataanlaeggning_nn_1 = mkN "dataanlдggning" ; - databank_nn_1 = mkN "databank" "databanker" ; - databas_nn_1 = mkN "databas" "databaser" ; - databehandling_nn_1 = mkN "databehandling" ; - datacentral_nn_1 = mkN "datacentral" "datacentraler" ; - datafil_nn_1 = mkN "datafil" "datafiler" ; - datakoerning_nn_1 = mkN "datakцrning" ; - datakommunikation_nn_1 = mkN "datakommunikation" "datakommunikationer" ; - datamaengd_nn_1 = mkN "datamдngd" "datamдngder" ; - datamaskin_nn_1 = mkN "datamaskin" "datamaskiner" ; - datamaskinell_av_1 = mkA "datamaskinell" ; - dataminne_nn_1 = mkN "dataminne" ; - dataprogram_nn_1 = mkN "dataprogram" "dataprogrammet" "dataprogram" "dataprogrammen" ; - dataregister_nn_1 = mkN "dataregister" neutrum ; - dataskaerm_nn_1 = mkN "dataskдrm" ; - dataspel_nn_1 = mkN "dataspel" "dataspelet" "dataspel" "dataspelen" ; - datering_nn_1 = mkN "datering" ; - dativ_nn_1 = mkN "dativ" "dativer" ; - dativobjekt_nn_1 = mkN "dativobjekt" neutrum ; - dator_nn_1 = mkN "dator" "datorer" ; - datoranlaeggning_nn_1 = mkN "datoranlдggning" ; - datorbehandling_nn_1 = mkN "datorbehandling" ; - datorberaekning_nn_1 = mkN "datorberдkning" ; - datorminne_nn_1 = mkN "datorminne" ; - datormodell_nn_1 = mkN "datormodell" "datormodeller" ; - datorprogrammerare_nn_1 = mkN "datorprogrammerare" "datorprogrammerare" ; - datovaexel_nn_1 = mkN "datovдxel" ; - datum_nn_1 = mkN "datum" ; - datumgraens_nn_1 = mkN "datumgrдns" "datumgrдnser" ; - datumparkering_nn_1 = mkN "datumparkering" ; - debacle_nn_1 = mkN "debacle" "debaclet" "debacle" "debaclen" ; - debatt_nn_1 = mkN "debatt" "debatter" ; - debattinlaegg_nn_1 = mkN "debattinlдgg" neutrum ; - debattoer_nn_1 = mkN "debattцr" "debattцrer" ; - debetsedel_nn_1 = mkN "debetsedel" ; - debetsida_nn_1 = mkN "debetsida" ; - debil_av_1 = mkA "debil" ; - debilitet_nn_1 = mkN "debilitet" "debiliteter" ; - debit_nn_1 = mkN "debit" "debiter" ; - debitering_nn_1 = mkN "debitering" ; - debut_nn_1 = mkN "debut" "debuter" ; - debutant_nn_1 = mkN "debutant" "debutanter" ; - debutbok_nn_1 = mkN "debutbok" "debutbцcker" ; - debutroman_nn_1 = mkN "debutroman" "debutromaner" ; - decennium_nn_1 = mkN "decennium" "decenniet" "decennier" "decennierna" ; - decentralisation_nn_1 = mkN "decentralisation" "decentralisationer" ; - decentralisering_nn_1 = mkN "decentralisering" ; - decharge_nn_1 = mkN "decharge" "decharger" ; - dechargedebatt_nn_1 = mkN "dechargedebatt" "dechargedebatter" ; - decibel_nn_1 = mkN "decibel" "decibelen" "decibel" "decibelen" ; - deciliter_nn_1 = mkN "deciliter" "decilitern" "deciliter" "deciliterna" ; - decilitermaatt_nn_1 = mkN "decilitermеtt" neutrum ; - decimal_nn_1 = mkN "decimal" "decimaler" ; - decimalbraak_nn_1 = mkN "decimalbrеk" neutrum ; - decimalkomma_nn_1 = mkN "decimalkomma" "decimalkommat" "decimalkomman" "decimalkommana" ; - decimalsystem_nn_1 = mkN "decimalsystem" neutrum ; - decimaltal_nn_1 = mkN "decimaltal" "decimaltalet" "decimaltalen" "decimaltalena" ; - decimeter_nn_1 = mkN "decimeter" ; - deckare_nn_1 = mkN "deckare" "deckare" ; - dedikation_nn_1 = mkN "dedikation" "dedikationer" ; - dedikationsexemplar_nn_1 = mkN "dedikationsexemplar" neutrum ; - deduktion_nn_1 = mkN "deduktion" "deduktioner" ; - deduktiv_av_1 = mkA "deduktiv" ; - defaitist_nn_1 = mkN "defaitist" "defaitister" ; - defaitistisk_av_1 = mkA "defaitistisk" ; - defekt_av_1 = mkA "defekt" "defekt" ; - defekt_nn_1 = mkN "defekt" "defekter" ; - defensiv_av_1 = mkA "defensiv" ; - deficit_nn_1 = mkN "deficit" neutrum ; - defile_nn_1 = mkN "defilй" "defilйer" ; - defilering_nn_1 = mkN "defilering" ; - definierbar_av_1 = mkA "definierbar" ; - definit_av_1 = mkA "definit" "definit" ; - definition_nn_1 = mkN "definition" "definitioner" ; - definitionsmaengd_nn_1 = mkN "definitionsmдngd" "definitionsmдngder" ; - definitionsmaessig_av_1 = mkA "definitionsmдssig" ; - definitiv_av_1 = mkA "definitiv" ; - deflagration_nn_1 = mkN "deflagration" "deflagrationer" ; - defloration_nn_1 = mkN "defloration" "deflorationer" ; - deformation_nn_1 = mkN "deformation" "deformationer" ; - deformering_nn_1 = mkN "deformering" ; - deformitet_nn_1 = mkN "deformitet" "deformiteter" ; - defroster_nn_1 = mkN "defroster" ; - deg_nn_1 = mkN "deg" ; - degel_nn_1 = mkN "degel" ; - degenerativ_av_1 = mkA "degenerativ" ; - degig_av_1 = mkA "degig" ; - dego_nn_1 = mkN "dego" "degon" "degos" "degosen" ; - degradation_nn_1 = mkN "degradation" "degradationer" ; - degrand_nn_1 = mkN "degrand" "degrдnder" ; - degression_nn_1 = mkN "degression" "degressioner" ; - deiktisk_av_1 = mkA "deiktisk" ; - deist_nn_1 = mkN "deist" "deister" ; - deistisk_av_1 = mkA "deistisk" ; - dejlig_av_1 = mkA "dejlig" ; - dekad_nn_1 = mkN "dekad" "dekader" ; - dekadent_av_1 = mkA "dekadent" "dekadent" ; - dekadisk_av_1 = mkA "dekadisk" ; - dekal_nn_1 = mkN "dekal" "dekaler" ; - dekan_nn_1 = mkN "dekan" "dekaner" ; - deklamation_nn_1 = mkN "deklamation" "deklamationer" ; - deklamatoer_nn_1 = mkN "deklamatцr" "deklamatцrer" ; - deklamatorisk_av_1 = mkA "deklamatorisk" ; - deklarant_nn_1 = mkN "deklarant" "deklaranter" ; - deklaration_nn_1 = mkN "deklaration" "deklarationer" ; - deklarationsblankett_nn_1 = mkN "deklarationsblankett" "deklarationsblanketter" ; - deklination_nn_1 = mkN "deklination" "deklinationer" ; - deklinationsnaal_nn_1 = mkN "deklinationsnеl" ; - dekokt_nn_1 = mkN "dekokt" "dekokter" ; - dekolletage_nn_1 = mkN "dekolletage" "dekolletaget" "dekolletage" "dekolletagen" ; - dekolletering_nn_1 = mkN "dekolletering" ; - dekor_nn_1 = mkN "dekor" "dekoren" "dekorer" "dekorerna" ; - dekoration_nn_1 = mkN "dekoration" "dekorationer" ; - dekorationslist_nn_1 = mkN "dekorationslist" "dekorationslister" ; - dekorativ_av_1 = mkA "dekorativ" ; - dekoratoer_nn_1 = mkN "dekoratцr" "dekoratцrer" ; - dekret_nn_1 = mkN "dekret" neutrum ; - del_nn_1 = mkN "del" "delen" "delar" "delarna" ; - delaegare_nn_1 = mkN "delдgare" "delдgare" ; - delaktig_av_1 = mkA "delaktig" ; - delaktighet_nn_1 = mkN "delaktighet" "delaktigheter" ; - delbar_av_1 = mkA "delbar" ; - delbetalning_nn_1 = mkN "delbetalning" ; - delegat_nn_1 = mkN "delegat" "delegater" ; - delegation_nn_1 = mkN "delegation" "delegationer" ; - delegering_nn_1 = mkN "delegering" ; - delfin_nn_1 = mkN "delfin" "delfiner" ; - delge_vb_1 = mkV "delge" "delger" "delge" "delgav" "delgett" "delgiven" ; - delgivning_nn_1 = mkN "delgivning" ; - delicioes_av_1 = mkA "deliciцs" ; - delikat_av_1 = mkA "delikat" "delikat" ; - delikatess_nn_1 = mkN "delikatess" "delikatesser" ; - delikt_nn_1 = mkN "delikt" neutrum ; - delinkvent_nn_1 = mkN "delinkvent" "delinkventer" ; - delirant_nn_1 = mkN "delirant" "deliranter" ; - dellikvid_nn_1 = mkN "dellikvid" "dellikvider" ; - delmaengd_nn_1 = mkN "delmдngd" "delmдngder" ; - delning_nn_1 = mkN "delning" ; - delperiod_nn_1 = mkN "delperiod" "delperioder" ; - delprojekt_nn_1 = mkN "delprojekt" neutrum ; - delrepublik_nn_1 = mkN "delrepublik" "delrepubliker" ; - dels_ab_1 = mkAdv "dels" ; - delstat_nn_1 = mkN "delstat" "delstater" ; - delstreck_nn_1 = mkN "delstreck" neutrum ; - delta_nn_1 = mkN "delta" "deltat" "deltan" "deltana" ; - delta_vb_1 = mkV "delta" "deltar" "delta" "deltog" "deltagit" "deltagen" ; - deltagande_av_1 = mkA "deltagande" ; - deltagare_nn_1 = mkN "deltagare" "deltagare" ; - deltamuskel_nn_1 = mkN "deltamuskel" "deltamuskeln" "deltamuskler" "deltamusklerna" ; - deltavinge_nn_1 = mkN "deltavinge" utrum ; - deltid_nn_1 = mkN "deltid" "deltider" ; - deltidare_nn_1 = mkN "deltidare" "deltidare" ; - deltidsanstaelld_av_1 = mkA "deltidsanstдlld" "deltidsanstдllt" ; - delvis_ab_1 = mkAdv "delvis" ; - delvis_av_1 = mkA "delvis" ; - demagog_nn_1 = mkN "demagog" "demagoger" ; - demagogisk_av_1 = mkA "demagogisk" ; - demarkationslinje_nn_1 = mkN "demarkationslinje" "demarkationslinjer" ; - demarsch_nn_1 = mkN "demarsch" "demarscher" ; - dementi_nn_1 = mkN "dementi" "dementier" ; - demeriterande_av_1 = mkA "demeriterande" ; - demimond_nn_1 = mkN "demimond" "demimonder" ; - demission_nn_1 = mkN "demission" "demissioner" ; - demiurg_nn_1 = mkN "demiurg" "demiurger" ; - demografisk_av_1 = mkA "demografisk" ; - demoinspelning_nn_1 = mkN "demoinspelning" ; - demokrat_nn_1 = mkN "demokrat" "demokrater" ; - demokrati_nn_1 = mkN "demokrati" "demokratier" ; - demokratisk_av_1 = mkA "demokratisk" ; - demon_nn_1 = mkN "demon" "demoner" ; - demonisk_av_1 = mkA "demonisk" ; - demonregissoer_nn_1 = mkN "demonregissцr" "demonregissцrer" ; - demonstrant_nn_1 = mkN "demonstrant" "demonstranter" ; - demonstration_nn_1 = mkN "demonstration" "demonstrationer" ; - demonstrationsfrihet_nn_1 = mkN "demonstrationsfrihet" "demonstrationsfriheter" ; - demonstrationstaag_nn_1 = mkN "demonstrationstеg" neutrum ; - demonstrativ_av_1 = mkA "demonstrativ" ; - demonstratoer_nn_1 = mkN "demonstratцr" "demonstratцrer" ; - demonstratris_nn_1 = mkN "demonstratris" "demonstratriser" ; - demontering_nn_1 = mkN "demontering" ; - demotape_nn_1 = mkN "demotape" "demotaper" ; - denar_nn_1 = mkN "denar" "denarer" ; - dendrit_nn_1 = mkN "dendrit" "dendriter" ; - dendrolog_nn_1 = mkN "dendrolog" "dendrologer" ; - denier_nn_1 = mkN "denier" "denieren" "denier" "denieren" ; - dennes_ab_1 = mkAdv "dennes" ; - denotation_nn_1 = mkN "denotation" "denotationer" ; - denotativ_av_1 = mkA "denotativ" ; - densitet_nn_1 = mkN "densitet" "densiteter" ; - densitometer_nn_1 = mkN "densitometer" ; - densometer_nn_1 = mkN "densometer" ; - dental_av_1 = mkA "dental" ; - dental_nn_1 = mkN "dental" "dentaler" ; - dentist_nn_1 = mkN "dentist" "dentister" ; - denudation_nn_1 = mkN "denudation" "denudationer" ; - denuklearisering_nn_1 = mkN "denuklearisering" ; - deodorant_nn_1 = mkN "deodorant" "deodoranter" ; - depaa_nn_1 = mkN "depе" "depеer" ; - depaafynd_nn_1 = mkN "depеfynd" neutrum ; - departement_nn_1 = mkN "departement" "departementet" "departementen" "departementena" ; - departemental_av_1 = mkA "departemental" ; - departementsaerende_nn_1 = mkN "departementsдrende" ; - departementschef_nn_1 = mkN "departementschef" "departementschefer" ; - depens_nn_1 = mkN "depens" "depenser" ; - depesch_nn_1 = mkN "depesch" "depescher" ; - depeschbyraa_nn_1 = mkN "depeschbyrе" "depeschbyrеer" ; - depolarisator_nn_1 = mkN "depolarisator" "depolarisatorer" ; - deponens_nn_1 = mkN "deponens" "deponens" "deponens" "deponensen" ; - deponent_nn_1 = mkN "deponent" "deponenter" ; - deponentiell_av_1 = mkA "deponentiell" ; - deportation_nn_1 = mkN "deportation" "deportationer" ; - deportationsort_nn_1 = mkN "deportationsort" "deportationsorter" ; - deposition_nn_1 = mkN "deposition" "depositioner" ; - depositionsbevis_nn_1 = mkN "depositionsbevis" neutrum ; - depositum_nn_1 = mkN "depositum" "depositum" "deposita" "depositana" ; - deppig_av_1 = mkA "deppig" ; - depression_nn_1 = mkN "depression" "depressioner" ; - depressiv_av_1 = mkA "depressiv" ; - deprimerande_av_1 = mkA "deprimerande" ; - deprivation_nn_1 = mkN "deprivation" "deprivationer" ; - deputation_nn_1 = mkN "deputation" "deputationer" ; - deputerad_nn_1 = mkN "deputerad" "deputeraden" "deputerade" "deputeradena" ; - derby_nn_1 = mkN "derby" "derbyt" "derbyn" "derbyna" ; - derivat_nn_1 = mkN "derivat" neutrum ; - derivation_nn_1 = mkN "derivation" "derivationer" ; - dermatit_nn_1 = mkN "dermatit" "dermatiter" ; - dermatolog_nn_1 = mkN "dermatolog" "dermatologer" ; - dermatologisk_av_1 = mkA "dermatologisk" ; - dervisch_nn_1 = mkN "dervisch" "dervischer" ; - descendent_nn_1 = mkN "descendent" "descendenter" ; - desegregation_nn_1 = mkN "desegregation" "desegregationer" ; - desertoer_nn_1 = mkN "desertцr" "desertцrer" ; - deshabille_nn_1 = mkN "deshabillй" "deshabillйer" ; - designer_nn_1 = mkN "designer" "designern" "designer" "designerna" ; - desillusion_nn_1 = mkN "desillusion" "desillusioner" ; - desinfektion_nn_1 = mkN "desinfektion" "desinfektioner" ; - desinfektoer_nn_1 = mkN "desinfektцr" "desinfektцrer" ; - desinformation_nn_1 = mkN "desinformation" "desinformationer" ; - desintegration_nn_1 = mkN "desintegration" "desintegrationer" ; - deskription_nn_1 = mkN "deskription" "deskriptioner" ; - deskriptiv_av_1 = mkA "deskriptiv" ; - desperado_nn_1 = mkN "desperado" "desperadon" "desperados" "desperadosen" ; - desperat_av_1 = mkA "desperat" "desperat" ; - despot_nn_1 = mkN "despot" "despoter" ; - despoti_nn_1 = mkN "despoti" "despotier" ; - despotisk_av_1 = mkA "despotisk" ; - dess_ab_1 = mkAdv "dess" ; - dessaeng_nn_1 = mkN "dessдng" "dessдnger" ; - dessbaettre_ab_1 = mkAdv "dessbдttre" ; - dessemellan_ab_1 = mkAdv "dessemellan" ; - dessert_nn_1 = mkN "dessert" "desserter" ; - dessertgaffel_nn_1 = mkN "dessertgaffel" ; - dessertkniv_nn_1 = mkN "dessertkniv" ; - dessertost_nn_1 = mkN "dessertost" ; - dessertsaas_nn_1 = mkN "dessertsеs" "dessertsеser" ; - dessertsked_nn_1 = mkN "dessertsked" ; - desserttallrik_nn_1 = mkN "desserttallrik" ; - dessertvin_nn_1 = mkN "dessertvin" "dessertvinet" "dessertviner" "dessertvinerna" ; - dessfoerinnan_ab_1 = mkAdv "dessfцrinnan" ; - dessfoerutan_ab_1 = mkAdv "dessfцrutan" ; - dessinatoer_nn_1 = mkN "dessinatцr" "dessinatцrer" ; - desslikes_ab_1 = mkAdv "desslikes" ; - dessutom_ab_1 = mkAdv "dessutom" ; - dessvaerre_ab_1 = mkAdv "dessvдrre" ; - destabiliserande_av_1 = mkA "destabiliserande" ; - destillat_nn_1 = mkN "destillat" neutrum ; - destillation_nn_1 = mkN "destillation" "destillationer" ; - destillationsapparat_nn_1 = mkN "destillationsapparat" "destillationsapparater" ; - destillering_nn_1 = mkN "destillering" ; - destinataer_nn_1 = mkN "destinatдr" "destinatдrer" ; - destination_nn_1 = mkN "destination" "destinationer" ; - destinationsort_nn_1 = mkN "destinationsort" "destinationsorter" ; - destinatoer_nn_1 = mkN "destinatцr" "destinatцrer" ; - desto_ab_1 = mkAdv "desto" ; - destruent_nn_1 = mkN "destruent" "destruenter" ; - destruktionsanlaeggning_nn_1 = mkN "destruktionsanlдggning" ; - destruktiv_av_1 = mkA "destruktiv" ; - detachement_nn_1 = mkN "detachement" "detachementet" "detachementen" "detachementena" ; - detachoer_nn_1 = mkN "detachцr" "detachцrer" ; - detalj_nn_1 = mkN "detalj" "detaljer" ; - detaljanmaerkning_nn_1 = mkN "detaljanmдrkning" ; - detaljfraaga_nn_1 = mkN "detaljfrеga" ; - detaljhandlare_nn_1 = mkN "detaljhandlare" "detaljhandlare" ; - detaljist_nn_1 = mkN "detaljist" "detaljister" ; - detaljkaennedom_nn_1 = mkN "detaljkдnnedom" ; - detaljpris_nn_1 = mkN "detaljpris" neutrum ; - detaljrik_av_1 = mkA "detaljrik" ; - detaljstudium_nn_1 = mkN "detaljstudium" "detaljstudiet" "detaljstudier" "detaljstudierna" ; - detaljutfoerande_nn_1 = mkN "detaljutfцrande" ; - detektiv_av_1 = mkA "detektiv" ; - detektiv_nn_1 = mkN "detektiv" "detektiver" ; - detektivroman_nn_1 = mkN "detektivroman" "detektivromaner" ; - detektor_nn_1 = mkN "detektor" "detektorer" ; - detergent_nn_1 = mkN "detergent" "detergenter" ; - determination_nn_1 = mkN "determination" "determinationer" ; - determinativ_av_1 = mkA "determinativ" ; - determinist_nn_1 = mkN "determinist" "determinister" ; - deterministisk_av_1 = mkA "deterministisk" ; - detonation_nn_1 = mkN "detonation" "detonationer" ; - detonationshastighet_nn_1 = mkN "detonationshastighet" "detonationshastigheter" ; - detonationstryck_nn_1 = mkN "detonationstryck" neutrum ; - detonationszon_nn_1 = mkN "detonationszon" "detonationszoner" ; - detonator_nn_1 = mkN "detonator" "detonatorer" ; - deuce_ab_1 = mkAdv "deuce" ; - deuteron_nn_1 = mkN "deuteron" "deuteroner" ; - deutron_nn_1 = mkN "deutron" "deutroner" ; - deviation_nn_1 = mkN "deviation" "deviationer" ; - devis_nn_1 = mkN "devis" "deviser" ; - devot_av_1 = mkA "devot" "devot" ; - dextran_nn_1 = mkN "dextran" "dextraner" ; - dextrin_nn_1 = mkN "dextrin" "dextriner" ; - diabas_nn_1 = mkN "diabas" "diabaser" ; - diabetiker_nn_1 = mkN "diabetiker" "diabetikern" "diabetiker" "diabetikerna" ; - diabild_nn_1 = mkN "diabild" "diabilder" ; - diabolisk_av_1 = mkA "diabolisk" ; - diadem_nn_1 = mkN "diadem" neutrum ; - diafilm_nn_1 = mkN "diafilm" "diafilmer" ; - diafragma_nn_1 = mkN "diafragma" ; - diagnos_nn_1 = mkN "diagnos" "diagnoser" ; - diagnostiker_nn_1 = mkN "diagnostiker" "diagnostikern" "diagnostiker" "diagnostikerna" ; - diagnostisk_av_1 = mkA "diagnostisk" ; - diagonal_av_1 = mkA "diagonal" ; - diagonal_nn_1 = mkN "diagonal" "diagonaler" ; - diagram_nn_1 = mkN "diagram" "diagrammet" "diagram" "diagrammen" ; - diakon_nn_1 = mkN "diakon" "diakoner" ; - diakonistyrelse_nn_1 = mkN "diakonistyrelse" "diakonistyrelser" ; - diakritisk_av_1 = mkA "diakritisk" ; - diakron_av_1 = mkA "diakron" ; - diakronisk_av_1 = mkA "diakronisk" ; - dialekt_nn_1 = mkN "dialekt" "dialekter" ; - dialektal_av_1 = mkA "dialektal" ; - dialektgeografisk_av_1 = mkA "dialektgeografisk" ; - dialektiker_nn_1 = mkN "dialektiker" "dialektikern" "dialektiker" "dialektikerna" ; - dialektisk_av_1 = mkA "dialektisk" ; - dialektolog_nn_1 = mkN "dialektolog" "dialektologer" ; - dialektologisk_av_1 = mkA "dialektologisk" ; - dialog_nn_1 = mkN "dialog" "dialoger" ; - dialys_nn_1 = mkN "dialys" "dialyser" ; - dialytisk_av_1 = mkA "dialytisk" ; - diamant_nn_1 = mkN "diamant" "diamanter" ; - diamantborr_nn_1 = mkN "diamantborr" ; - diamantbroellop_nn_1 = mkN "diamantbrцllop" neutrum ; - diameter_nn_1 = mkN "diameter" ; - diametral_av_1 = mkA "diametral" ; - diapositiv_nn_1 = mkN "diapositiv" neutrum ; - diarienummer_nn_1 = mkN "diarienummer" neutrum ; - diarium_nn_1 = mkN "diarium" "diariet" "diarier" "diarierna" ; - diarre_nn_1 = mkN "diarrй" "diarrйer" ; - diastas_nn_1 = mkN "diastas" "diastaser" ; - diastolisk_av_1 = mkA "diastolisk" ; - diatonisk_av_1 = mkA "diatonisk" ; - diatrib_nn_1 = mkN "diatrib" "diatriber" ; - dibarn_nn_1 = mkN "dibarn" neutrum ; - didaktiker_nn_1 = mkN "didaktiker" "didaktikern" "didaktiker" "didaktikerna" ; - didaktisk_av_1 = mkA "didaktisk" ; - diesel_nn_1 = mkN "diesel" ; - dieselmotor_nn_1 = mkN "dieselmotor" "dieselmotorer" ; - dieselolja_nn_1 = mkN "dieselolja" ; - diet_nn_1 = mkN "diet" "dieter" ; - dietetisk_av_1 = mkA "dietetisk" ; - dietisk_av_1 = mkA "dietisk" ; - dietist_nn_1 = mkN "dietist" "dietister" ; - differens_nn_1 = mkN "differens" "differenser" ; - different_av_1 = mkA "different" "different" ; - differential_nn_1 = mkN "differential" "differentialer" ; - differentialekvation_nn_1 = mkN "differentialekvation" "differentialekvationer" ; - differentialkalkyl_nn_1 = mkN "differentialkalkyl" "differentialkalkyler" ; - differentialspaerr_nn_1 = mkN "differentialspдrr" ; - differentialvaexel_nn_1 = mkN "differentialvдxel" ; - differentiell_av_1 = mkA "differentiell" ; - differentiering_nn_1 = mkN "differentiering" ; - diffraktion_nn_1 = mkN "diffraktion" "diffraktioner" ; - diffraktionsspektrum_nn_1 = mkN "diffraktionsspektrum" neutrum ; - diffus_av_1 = mkA "diffus" ; - diftong_nn_1 = mkN "diftong" "diftonger" ; - digel_nn_1 = mkN "digel" ; - digelpress_nn_1 = mkN "digelpress" ; - diger_av_1 = mkA "diger" "digert" "digra" "digra" "digrare" "digrast" "digraste" ; - digital_av_1 = mkA "digital" ; - digivning_nn_1 = mkN "digivning" ; - dignitaer_nn_1 = mkN "dignitдr" "dignitдrer" ; - dignitet_nn_1 = mkN "dignitet" "digniteter" ; - digression_nn_1 = mkN "digression" "digressioner" ; - dike_nn_1 = mkN "dike" ; - dikeskoerning_nn_1 = mkN "dikeskцrning" ; - dikesren_nn_1 = mkN "dikesren" "dikesrenen" "dikesrenar" "dikesrenarna" ; - diklin_av_1 = mkA "diklin" ; - diklin_nn_1 = mkN "diklin" "dikliner" ; - dikotomi_nn_1 = mkN "dikotomi" "dikotomier" ; - dikotyledon_av_1 = mkA "dikotyledon" ; - dikotyledon_nn_1 = mkN "dikotyledon" "dikotyledoner" ; - dikt_ab_1 = mkAdv "dikt" ; - dikt_nn_1 = mkN "dikt" "dikter" ; - diktafon_nn_1 = mkN "diktafon" "diktafoner" ; - diktamen_nn_1 = mkN "diktamen" "diktamen" "diktamina" "diktamina" ; - diktarbegaavning_nn_1 = mkN "diktarbegеvning" ; - diktare_nn_1 = mkN "diktare" "diktare" ; - diktargrupp_nn_1 = mkN "diktargrupp" "diktargrupper" ; - diktat_nn_1 = mkN "diktat" neutrum ; - diktator_nn_1 = mkN "diktator" "diktatorer" ; - diktatorisk_av_1 = mkA "diktatorisk" ; - diktatur_nn_1 = mkN "diktatur" "diktaturer" ; - diktcykel_nn_1 = mkN "diktcykel" ; - dikteringsmaskin_nn_1 = mkN "dikteringsmaskin" "dikteringsmaskiner" ; - diktning_nn_1 = mkN "diktning" ; - diktsamling_nn_1 = mkN "diktsamling" ; - diktverk_nn_1 = mkN "diktverk" neutrum ; - dilatation_nn_1 = mkN "dilatation" "dilatationer" ; - dilatationsfog_nn_1 = mkN "dilatationsfog" ; - dildo_nn_1 = mkN "dildo" ; - dilemma_nn_1 = mkN "dilemma" "dilemmat" "dilemman" "dilemmana" ; - dilettant_nn_1 = mkN "dilettant" "dilettanter" ; - dilettantisk_av_1 = mkA "dilettantisk" ; - dilettantmaessig_av_1 = mkA "dilettantmдssig" ; - diligens_nn_1 = mkN "diligens" "diligenser" ; - dilleri_nn_1 = mkN "dilleri" "dillerit" "dillerier" "dillerierna" ; - dillsaas_nn_1 = mkN "dillsеs" "dillsеser" ; - dimbaage_nn_1 = mkN "dimbеge" utrum ; - dimbank_nn_1 = mkN "dimbank" ; - dimbildning_nn_1 = mkN "dimbildning" ; - dimblaa_av_1 = mkA "dimblе" "dimblеtt" ; - dimension_nn_1 = mkN "dimension" "dimensioner" ; - dimensionering_nn_1 = mkN "dimensionering" ; - dimensionsavverkning_nn_1 = mkN "dimensionsavverkning" ; - dimhoeljd_av_1 = mkA "dimhцljd" "dimhцljt" ; - diminuendo_ab_1 = mkAdv "diminuendo" ; - diminuendo_nn_1 = mkN "diminuendo" "diminuendot" "diminuendon" "diminuendona" ; - diminutiv_av_1 = mkA "diminutiv" ; - diminutiv_nn_1 = mkN "diminutiv" "diminutiver" ; - dimkammare_nn_1 = mkN "dimkammare" "dimkammaren" "dimkamrar" "dimkamrarna" ; - dimljus_nn_1 = mkN "dimljus" neutrum ; - dimmig_av_1 = mkA "dimmig" ; - dimmoln_nn_1 = mkN "dimmoln" neutrum ; - dimorf_av_1 = mkA "dimorf" ; - dimorfi_nn_1 = mkN "dimorfi" "dimorfier" ; - dimridaa_nn_1 = mkN "dimridе" "dimridеer" ; - dinar_nn_1 = mkN "dinar" "dinarer" ; - dinatriumvaetefosfat_nn_1 = mkN "dinatriumvдtefosfat" neutrum ; - dine_nn_1 = mkN "dinй" "dinйer" ; - dinge_nn_1 = mkN "dinge" utrum ; - dingo_nn_1 = mkN "dingo" "dingor" ; - dinosaur_nn_1 = mkN "dinosaur" "dinosaurer" ; - dinosaurie_nn_1 = mkN "dinosaurie" "dinosaurier" ; - dinosaurieart_nn_1 = mkN "dinosaurieart" "dinosauriearter" ; - diod_nn_1 = mkN "diod" "dioder" ; - dionysisk_av_1 = mkA "dionysisk" ; - diopter_nn_1 = mkN "diopter" ; - dioptri_nn_1 = mkN "dioptri" "dioptrier" ; - dioptrisk_av_1 = mkA "dioptrisk" ; - diorama_nn_1 = mkN "diorama" "dioramat" "dioraman" "dioramana" ; - diorit_nn_1 = mkN "diorit" "dioriter" ; - dioskur_nn_1 = mkN "dioskur" "dioskurer" ; - dioxin_nn_1 = mkN "dioxin" "dioxinet" "dioxiner" "dioxinerna" ; - diperiod_nn_1 = mkN "diperiod" "diperioder" ; - diplom_nn_1 = mkN "diplom" neutrum ; - diplomat_nn_1 = mkN "diplomat" "diplomater" ; - diplomatarisk_av_1 = mkA "diplomatarisk" ; - diplomatarium_nn_1 = mkN "diplomatarium" "diplomatariet" "diplomatarier" "diplomatarierna" ; - diplomatisk_av_1 = mkA "diplomatisk" ; - diplomingenjoer_nn_1 = mkN "diplomingenjцr" "diplomingenjцrer" ; - dipol_nn_1 = mkN "dipol" "dipoler" ; - dipsoman_nn_1 = mkN "dipsoman" "dipsomaner" ; - diptyk_nn_1 = mkN "diptyk" "diptyker" ; - direkt_av_1 = mkA "direkt" "direkt" ; - direkthet_nn_1 = mkN "direkthet" "direktheter" ; - direktinflytande_nn_1 = mkN "direktinflytande" ; - direktinsprutning_nn_1 = mkN "direktinsprutning" ; - direktion_nn_1 = mkN "direktion" "direktioner" ; - direktiv_nn_1 = mkN "direktiv" neutrum ; - direktkontakt_nn_1 = mkN "direktkontakt" "direktkontakter" ; - direktlinje_nn_1 = mkN "direktlinje" "direktlinjer" ; - direktmetod_nn_1 = mkN "direktmetod" "direktmetoder" ; - direktoer_nn_1 = mkN "direktцr" "direktцrer" ; - direktor_nn_1 = mkN "direktor" "direktorer" ; - direktreferat_nn_1 = mkN "direktreferat" neutrum ; - direktris_nn_1 = mkN "direktris" "direktriser" ; - direktsaendning_nn_1 = mkN "direktsдndning" ; - direktskott_nn_1 = mkN "direktskott" neutrum ; - direktvaexel_nn_1 = mkN "direktvдxel" ; - dirigent_nn_1 = mkN "dirigent" "dirigenter" ; - dirk_nn_1 = mkN "dirk" ; - dis_nn_2 = mkN "dis" "diser" ; - disackarid_nn_1 = mkN "disackarid" "disackarider" ; - discipel_nn_1 = mkN "discipel" ; - disciplin_nn_1 = mkN "disciplin" "discipliner" ; - disciplinaer_av_1 = mkA "disciplinдr" ; - disciplinbot_nn_1 = mkN "disciplinbot" "disciplinbцter" ; - disciplinmaal_nn_1 = mkN "disciplinmеl" neutrum ; - disciplinstraff_nn_1 = mkN "disciplinstraff" neutrum ; - discjockey_nn_1 = mkN "discjockey" "discjockeyer" ; - disco_nn_1 = mkN "disco" "discot" "discon" "discona" ; - disharmoni_nn_1 = mkN "disharmoni" "disharmonier" ; - disharmonisk_av_1 = mkA "disharmonisk" ; - disig_av_1 = mkA "disig" ; - disjunkt_av_1 = mkA "disjunkt" "disjunkt" ; - disjunktion_nn_1 = mkN "disjunktion" "disjunktioner" ; - disjunktiv_av_1 = mkA "disjunktiv" ; - disk_nn_1 = mkN "disk" ; - diskant_nn_1 = mkN "diskant" "diskanter" ; - diskantklav_nn_1 = mkN "diskantklav" "diskantklaver" ; - diskare_nn_1 = mkN "diskare" "diskare" ; - diskbaenk_nn_1 = mkN "diskbдnk" ; - diskbraack_nn_1 = mkN "diskbrеck" neutrum ; - diskett_nn_1 = mkN "diskett" "disketter" ; - diskho_nn_1 = mkN "diskho" ; - diskjockey_nn_1 = mkN "diskjockey" ; - diskmaskin_nn_1 = mkN "diskmaskin" "diskmaskiner" ; - diskmedel_nn_1 = mkN "diskmedel" neutrum ; - disko_nn_1 = mkN "disko" "diskot" "diskon" "diskona" ; - diskofil_nn_1 = mkN "diskofil" "diskofiler" ; - diskontinuerlig_av_1 = mkA "diskontinuerlig" ; - diskontinuitet_nn_1 = mkN "diskontinuitet" "diskontinuiteter" ; - diskonto_nn_1 = mkN "diskonto" "diskontot" "diskonton" "diskontona" ; - diskontoer_nn_1 = mkN "diskontцr" "diskontцrer" ; - diskordans_nn_1 = mkN "diskordans" "diskordanser" ; - diskordant_av_1 = mkA "diskordant" "diskordant" ; - diskotek_nn_1 = mkN "diskotek" neutrum ; - diskplockare_nn_1 = mkN "diskplockare" "diskplockare" ; - diskrepans_nn_1 = mkN "diskrepans" "diskrepanser" ; - diskret_av_1 = mkA "diskret" "diskret" ; - diskriminering_nn_1 = mkN "diskriminering" ; - diskstaell_nn_1 = mkN "diskstдll" neutrum ; - disktorkning_nn_1 = mkN "disktorkning" ; - diskurs_nn_1 = mkN "diskurs" "diskurser" ; - diskursiv_av_1 = mkA "diskursiv" ; - diskus_nn_1 = mkN "diskus" ; - diskuskastning_nn_1 = mkN "diskuskastning" ; - diskussion_nn_1 = mkN "diskussion" "diskussioner" ; - diskussionsprotokoll_nn_1 = mkN "diskussionsprotokoll" neutrum ; - diskutabel_av_1 = mkA "diskutabel" "diskutabelt" "diskutabla" "diskutabla" "diskutablare" "diskutablast" "diskutablaste" ; - diskvalificering_nn_1 = mkN "diskvalificering" ; - diskvalifikation_nn_1 = mkN "diskvalifikation" "diskvalifikationer" ; - dislokation_nn_1 = mkN "dislokation" "dislokationer" ; - disoes_nn_1 = mkN "disцs" "disцser" ; - disparat_av_1 = mkA "disparat" "disparat" ; - dispasch_nn_1 = mkN "dispasch" "dispascher" ; - dispaschoer_nn_1 = mkN "dispaschцr" "dispaschцrer" ; - dispens_nn_1 = mkN "dispens" "dispenser" ; - dispensaer_nn_1 = mkN "dispensдr" "dispensдrer" ; - dispers_av_1 = mkA "dispers" ; - display_nn_1 = mkN "display" "displayen" "displayer" "displayerna" ; - disponent_nn_1 = mkN "disponent" "disponenter" ; - disponibel_av_1 = mkA "disponibel" "disponibelt" "disponibla" "disponibla" "disponiblare" "disponiblast" "disponiblaste" ; - disponibilitet_nn_1 = mkN "disponibilitet" "disponibiliteter" ; - disposition_nn_1 = mkN "disposition" "dispositioner" ; - dispositionsfond_nn_1 = mkN "dispositionsfond" "dispositionsfonder" ; - dispositiv_av_1 = mkA "dispositiv" ; - disproportion_nn_1 = mkN "disproportion" "disproportioner" ; - disproportionerlig_av_1 = mkA "disproportionerlig" ; - disputation_nn_1 = mkN "disputation" "disputationer" ; - dispyt_nn_1 = mkN "dispyt" "dispyter" ; - dissektion_nn_1 = mkN "dissektion" "dissektioner" ; - dissenter_nn_1 = mkN "dissenter" "dissentern" "dissenter" "dissenterna" ; - dissertation_nn_1 = mkN "dissertation" "dissertationer" ; - dissident_nn_1 = mkN "dissident" "dissidenter" ; - dissimilation_nn_1 = mkN "dissimilation" "dissimilationer" ; - dissociation_nn_1 = mkN "dissociation" "dissociationer" ; - dissonans_nn_1 = mkN "dissonans" "dissonanser" ; - dissonant_av_1 = mkA "dissonant" "dissonant" ; - dissonant_nn_1 = mkN "dissonant" "dissonanter" ; - distans_nn_1 = mkN "distans" "distanser" ; - distansflygning_nn_1 = mkN "distansflygning" ; - distansminut_nn_1 = mkN "distansminut" "distansminuter" ; - distikon_nn_1 = mkN "distikon" neutrum ; - distinkt_av_1 = mkA "distinkt" "distinkt" ; - distinktion_nn_1 = mkN "distinktion" "distinktioner" ; - distorsion_nn_1 = mkN "distorsion" "distorsioner" ; - distraktion_nn_1 = mkN "distraktion" "distraktioner" ; - distraktor_nn_1 = mkN "distraktor" "distraktorer" ; - distribuent_nn_1 = mkN "distribuent" "distribuenter" ; - distribunal_nn_1 = mkN "distribunal" "distribunaler" ; - distribution_nn_1 = mkN "distribution" "distributioner" ; - distributionscentral_nn_1 = mkN "distributionscentral" "distributionscentraler" ; - distributiv_av_1 = mkA "distributiv" ; - distributoer_nn_1 = mkN "distributцr" "distributцrer" ; - distrikt_nn_1 = mkN "distrikt" neutrum ; - distriktslaekare_nn_1 = mkN "distriktslдkare" "distriktslдkare" ; - distriktsmaestare_nn_1 = mkN "distriktsmдstare" "distriktsmдstare" ; - distriktsmaesterskap_nn_1 = mkN "distriktsmдsterskap" "distriktsmдsterskapet" "distriktsmдsterskapen" "distriktsmдsterskapena" ; - dit_ab_1 = mkAdv "dit" ; - ditaat_ab_1 = mkAdv "ditеt" ; - dithaen_ab_1 = mkAdv "dithдn" ; - dithoerande_av_1 = mkA "dithцrande" ; - ditintills_ab_1 = mkAdv "ditintills" ; - dito_av_1 = mkA "dito" ; - dittills_ab_1 = mkAdv "dittills" ; - dittillsvarande_av_1 = mkA "dittillsvarande" ; - dityramb_nn_1 = mkN "dityramb" "dityramber" ; - dityrambisk_av_1 = mkA "dityrambisk" ; - divan_nn_1 = mkN "divan" "divaner" ; - divergens_nn_1 = mkN "divergens" "divergenser" ; - divergent_av_1 = mkA "divergent" "divergent" ; - diverse_av_1 = mkA "diverse" ; - diversearbetare_nn_1 = mkN "diversearbetare" "diversearbetare" ; - diversehandel_nn_1 = mkN "diversehandel" ; - diversion_nn_1 = mkN "diversion" "diversioner" ; - divertissemang_nn_1 = mkN "divertissemang" neutrum ; - dividend_nn_1 = mkN "dividend" "dividender" ; - divig_av_1 = mkA "divig" ; - divinatorisk_av_1 = mkA "divinatorisk" ; - divis_nn_1 = mkN "divis" "diviser" ; - division_nn_1 = mkN "division" "divisioner" ; - divisor_nn_1 = mkN "divisor" "divisorer" ; - djaekne_nn_1 = mkN "djдkne" utrum ; - djaerv_av_1 = mkA "djдrv" ; - djaervhet_nn_1 = mkN "djдrvhet" "djдrvheter" ; - djaevel_nn_1 = mkN "djдvel" ; - djaevla_av_1 = mkA "djдvla" ; - djaevlig_av_1 = mkA "djдvlig" ; - djaevul_nn_1 = mkN "djдvul" "djдvulen" "djдvlar" "djдvlarna" ; - djaevulsk_av_1 = mkA "djдvulsk" ; - djaevulskap_nn_1 = mkN "djдvulskap" "djдvulskaper" ; - djaevulstyg_nn_1 = mkN "djдvulstyg" neutrum ; - djiboutier_nn_1 = mkN "djiboutier" "djiboutiern" "djiboutier" "djiboutierna" ; - djiboutisk_av_1 = mkA "djiboutisk" ; - djonk_nn_1 = mkN "djonk" "djonker" ; - djungel_nn_1 = mkN "djungel" "djungeln" "djungler" "djunglerna" ; - djup_av_1 = mkA "djup" ; - djup_nn_1 = mkN "djup" neutrum ; - djupbergart_nn_1 = mkN "djupbergart" "djupbergarter" ; - djupbild_nn_1 = mkN "djupbild" "djupbilder" ; - djupblaa_av_1 = mkA "djupblе" "djupblеtt" ; - djupborrande_av_1 = mkA "djupborrande" ; - djupborrning_nn_1 = mkN "djupborrning" ; - djupbrytning_nn_1 = mkN "djupbrytning" ; - djupdimension_nn_1 = mkN "djupdimension" "djupdimensioner" ; - djupdykning_nn_1 = mkN "djupdykning" ; - djupgaaende_av_1 = mkA "djupgеende" ; - djuphavsbotten_nn_1 = mkN "djuphavsbotten" ; - djuphavsfisk_nn_1 = mkN "djuphavsfisk" ; - djuphavsvatten_nn_1 = mkN "djuphavsvatten" "djuphavsvattnet" "djuphavsvatten" "djuphavsvattnen" ; - djuping_nn_1 = mkN "djuping" ; - djupintervju_nn_1 = mkN "djupintervju" "djupintervjun" "djupintervjuer" "djupintervjuerna" ; - djuplek_nn_1 = mkN "djuplek" ; - djuplod_nn_1 = mkN "djuplod" neutrum ; - djuplodande_av_1 = mkA "djuplodande" ; - djupmask_nn_1 = mkN "djupmask" ; - djuproed_av_1 = mkA "djuprцd" ; - djupsinnig_av_1 = mkA "djupsinnig" ; - djupsinnighet_nn_1 = mkN "djupsinnighet" "djupsinnigheter" ; - djupstruktur_nn_1 = mkN "djupstruktur" "djupstrukturer" ; - djuptaenkt_av_1 = mkA "djuptдnkt" "djuptдnkt" ; - djuptryck_nn_1 = mkN "djuptryck" neutrum ; - djupvatten_nn_1 = mkN "djupvatten" "djupvattnet" "djupvatten" "djupvattnen" ; - djur_nn_1 = mkN "djur" neutrum ; - djurangrepp_nn_1 = mkN "djurangrepp" neutrum ; - djurart_nn_1 = mkN "djurart" "djurarter" ; - djurben_nn_1 = mkN "djurben" neutrum ; - djurdel_nn_1 = mkN "djurdel" "djurdelen" "djurdelar" "djurdelarna" ; - djurfabel_nn_1 = mkN "djurfabel" "djurfabeln" "djurfabler" "djurfablerna" ; - djurfoder_nn_1 = mkN "djurfoder" neutrum ; - djurfoersoek_nn_1 = mkN "djurfцrsцk" neutrum ; - djurgaard_nn_1 = mkN "djurgеrd" ; - djurgrupp_nn_1 = mkN "djurgrupp" "djurgrupper" ; - djurhud_nn_1 = mkN "djurhud" ; - djurisk_av_1 = mkA "djurisk" ; - djurkropp_nn_1 = mkN "djurkropp" ; - djurlaekare_nn_1 = mkN "djurlдkare" "djurlдkare" ; - djurpark_nn_1 = mkN "djurpark" "djurparker" ; - djurplaagare_nn_1 = mkN "djurplеgare" "djurplеgare" ; - djurplankton_nn_1 = mkN "djurplankton" neutrum ; - djursjukhus_nn_1 = mkN "djursjukhus" neutrum ; - djurskinn_nn_1 = mkN "djurskinn" neutrum ; - djurskoetare_nn_1 = mkN "djurskцtare" "djurskцtare" ; - djurslag_nn_1 = mkN "djurslag" neutrum ; - djurtarm_nn_1 = mkN "djurtarm" ; - djurutstaellning_nn_1 = mkN "djurutstдllning" ; - djurvaen_nn_1 = mkN "djurvдn" "djurvдnnen" "djurvдnner" "djurvдnnerna" ; - djurvaenlig_av_1 = mkA "djurvдnlig" ; - doakoer_nn_1 = mkN "doakцr" "doakцrer" ; - docent_nn_1 = mkN "docent" "docenter" ; - docentur_nn_1 = mkN "docentur" "docenturer" ; - dock_ab_1 = mkAdv "dock" ; - dockskaap_nn_1 = mkN "dockskеp" neutrum ; - docksoet_av_1 = mkA "docksцt" ; - dockteater_nn_1 = mkN "dockteater" ; - dodekaeder_nn_1 = mkN "dodekaeder" ; - doebattang_nn_1 = mkN "dцbattang" "dцbattanger" ; - doed_av_1 = mkA "dцd" ; - doed_nn_1 = mkN "dцd" ; - doedande_av_1 = mkA "dцdande" ; - doedbraend_av_1 = mkA "dцdbrдnd" ; - doeddansare_nn_1 = mkN "dцddansare" "dцddansare" ; - doedfoedd_av_1 = mkA "dцdfцdd" ; - doedfull_av_1 = mkA "dцdfull" ; - doedgraevare_nn_1 = mkN "dцdgrдvare" "dцdgrдvare" ; - doeding_nn_1 = mkN "dцding" ; - doedlaege_nn_1 = mkN "dцdlдge" ; - doedlig_av_1 = mkA "dцdlig" ; - doedlighet_nn_1 = mkN "dцdlighet" "dцdligheter" ; - doedperiod_nn_1 = mkN "dцdperiod" "dцdperioder" ; - doedsannons_nn_1 = mkN "dцdsannons" "dцdsannonser" ; - doedsattest_nn_1 = mkN "dцdsattest" "dцdsattester" ; - doedsbaedd_nn_1 = mkN "dцdsbдdd" ; - doedsbevis_nn_1 = mkN "dцdsbevis" neutrum ; - doedsblek_av_1 = mkA "dцdsblek" ; - doedsbo_nn_1 = mkN "dцdsbo" "dцdsbot" "dцdsbon" "dцdsboen" ; - doedsdans_nn_1 = mkN "dцdsdans" "dцdsdanser" ; - doedsdoemd_av_1 = mkA "dцdsdцmd" "dцdsdцmt" ; - doedsdom_nn_1 = mkN "dцdsdom" ; - doedsfall_nn_1 = mkN "dцdsfall" neutrum ; - doedsfara_nn_1 = mkN "dцdsfara" ; - doedsfas_nn_1 = mkN "dцdsfas" "dцdsfaser" ; - doedsfiende_nn_1 = mkN "dцdsfiende" "dцdsfiender" ; - doedsfoeraktande_av_1 = mkA "dцdsfцraktande" ; - doedsfoerskraeckt_av_1 = mkA "dцdsfцrskrдckt" "dцdsfцrskrдckt" ; - doedskalle_nn_1 = mkN "dцdskalle" utrum ; - doedskallefjaeril_nn_1 = mkN "dцdskallefjдril" ; - doedskamp_nn_1 = mkN "dцdskamp" "dцdskamper" ; - doedsmaerkt_av_1 = mkA "dцdsmдrkt" "dцdsmдrkt" ; - doedsmask_nn_1 = mkN "dцdsmask" "dцdsmasker" ; - doedsoffer_nn_1 = mkN "dцdsoffer" neutrum ; - doedsorsak_nn_1 = mkN "dцdsorsak" "dцdsorsaker" ; - doedspatrull_nn_1 = mkN "dцdspatrull" "dцdspatruller" ; - doedsrike_nn_1 = mkN "dцdsrike" ; - doedssjuk_av_1 = mkA "dцdssjuk" ; - doedsstelhet_nn_1 = mkN "dцdsstelhet" "dцdsstelheter" ; - doedsstoet_nn_1 = mkN "dцdsstцt" ; - doedsstraff_nn_1 = mkN "dцdsstraff" neutrum ; - doedssynd_nn_1 = mkN "dцdssynd" "dцdssynder" ; - doedstroett_av_1 = mkA "dцdstrцtt" ; - doedstyst_av_1 = mkA "dцdstyst" "dцdstyst" ; - doedsur_nn_1 = mkN "dцdsur" neutrum ; - doegling_nn_1 = mkN "dцgling" ; - doeing_nn_1 = mkN "dцing" ; - doerj_nn_1 = mkN "dцrj" ; - doerr_nn_1 = mkN "dцrr" ; - doerrfoerhaenge_nn_1 = mkN "dцrrfцrhдnge" ; - doerrfoersaeljare_nn_1 = mkN "dцrrfцrsдljare" "dцrrfцrsдljare" ; - doerrhandtag_nn_1 = mkN "dцrrhandtag" neutrum ; - doerrkarm_nn_1 = mkN "dцrrkarm" ; - doerrkedja_nn_1 = mkN "dцrrkedja" ; - doerrknackare_nn_1 = mkN "dцrrknackare" "dцrrknackare" ; - doerroeppning_nn_1 = mkN "dцrrцppning" ; - doerrpost_nn_1 = mkN "dцrrpost" "dцrrposter" ; - doerrspegel_nn_1 = mkN "dцrrspegel" ; - doerrstaengare_nn_1 = mkN "dцrrstдngare" "dцrrstдngare" ; - does_nn_1 = mkN "dцs" ; - doeskraj_av_1 = mkA "dцskraj" ; - doev_av_1 = mkA "dцv" ; - doevhet_nn_1 = mkN "dцvhet" "dцvheter" ; - doevstum_av_1 = mkA "dцvstum" "dцvstumt" "dцvstumma" "dцvstumma" "dцvstummare" "dцvstummast" "dцvstummaste" ; - doft_nn_1 = mkN "doft" "dofter" ; - doftaemne_nn_1 = mkN "doftдmne" ; - doftloes_av_1 = mkA "doftlцs" ; - doftmarkering_nn_1 = mkN "doftmarkering" ; - dogcart_nn_1 = mkN "dogcart" "dogcarter" ; - doge_nn_1 = mkN "doge" "doger" ; - dogg_nn_1 = mkN "dogg" ; - dogm_nn_1 = mkN "dogm" "dogmer" ; - dogmatiker_nn_1 = mkN "dogmatiker" "dogmatikern" "dogmatiker" "dogmatikerna" ; - dogmatisk_av_1 = mkA "dogmatisk" ; - dok_nn_1 = mkN "dok" neutrum ; - doktor_nn_1 = mkN "doktor" "doktorer" ; - doktorand_nn_1 = mkN "doktorand" "doktorander" ; - doktorsavhandling_nn_1 = mkN "doktorsavhandling" ; - doktorsdisputation_nn_1 = mkN "doktorsdisputation" "doktorsdisputationer" ; - doktorsexamen_nn_1 = mkN "doktorsexamen" "doktorsexamen" "doktorsexamina" "doktorsexamina" ; - doktorsgrad_nn_1 = mkN "doktorsgrad" "doktorsgrader" ; - doktorshatt_nn_1 = mkN "doktorshatt" ; - doktorspromotion_nn_1 = mkN "doktorspromotion" "doktorspromotioner" ; - doktrin_nn_1 = mkN "doktrin" "doktriner" ; - doktrinaer_av_1 = mkA "doktrinдr" ; - dokument_nn_1 = mkN "dokument" neutrum ; - dokumentaer_av_1 = mkA "dokumentдr" ; - dokumentaer_nn_1 = mkN "dokumentдr" "dokumentдrer" ; - dokumentaerfilm_nn_1 = mkN "dokumentдrfilm" "dokumentдrfilmer" ; - dokumentaerprogram_nn_1 = mkN "dokumentдrprogram" "dokumentдrprogrammet" "dokumentдrprogram" "dokumentдrprogrammen" ; - dokumentaerroman_nn_1 = mkN "dokumentдrroman" "dokumentдrromaner" ; - dokumentalist_nn_1 = mkN "dokumentalist" "dokumentalister" ; - dokumentarisk_av_1 = mkA "dokumentarisk" ; - dokumentation_nn_1 = mkN "dokumentation" "dokumentationer" ; - dokumentkreditiv_nn_1 = mkN "dokumentkreditiv" neutrum ; - dokumentportfoelj_nn_1 = mkN "dokumentportfцlj" "dokumentportfцljer" ; - dokumentsamling_nn_1 = mkN "dokumentsamling" ; - dold_av_1 = mkA "dold" "dolt" ; - doldis_nn_1 = mkN "doldis" ; - dolikocefal_av_1 = mkA "dolikocefal" ; - dolikocefal_nn_1 = mkN "dolikocefal" "dolikocefaler" ; - dolikocefali_nn_1 = mkN "dolikocefali" "dolikocefalier" ; - dolk_nn_1 = mkN "dolk" ; - dolkstoet_nn_1 = mkN "dolkstцt" ; - dollar_nn_1 = mkN "dollar" "dollarn" "dollar" "dollarna" ; - dollargrin_nn_1 = mkN "dollargrin" neutrum ; - dollarturist_nn_1 = mkN "dollarturist" "dollarturister" ; - dolma_nn_1 = mkN "dolma" "dolman" "dolmar" "dolmarna" ; - dolomit_nn_1 = mkN "dolomit" "dolomiter" ; - dolsk_av_1 = mkA "dolsk" ; - dom_nn_1 = mkN "dom" ; - dom_nn_2 = mkN "dom" "domer" ; - domaen_nn_1 = mkN "domдn" "domдner" ; - domaenverk_nn_1 = mkN "domдnverk" neutrum ; - domare_nn_1 = mkN "domare" "domare" ; - domared_nn_1 = mkN "domared" "domareder" ; - domaredans_nn_1 = mkN "domaredans" "domaredanser" ; - domarring_nn_1 = mkN "domarring" ; - dombok_nn_1 = mkN "dombok" "dombцcker" ; - domedagspredikning_nn_1 = mkN "domedagspredikning" ; - domedagsprofet_nn_1 = mkN "domedagsprofet" "domedagsprofeter" ; - domestik_nn_1 = mkN "domestik" "domestiker" ; - domfoer_av_1 = mkA "domfцr" ; - domhavande_av_1 = mkA "domhavande" ; - domherre_nn_1 = mkN "domherre" utrum ; - domicil_nn_1 = mkN "domicil" neutrum ; - dominant_av_1 = mkA "dominant" "dominant" ; - dominant_nn_1 = mkN "dominant" "dominanter" ; - dominerande_av_1 = mkA "dominerande" ; - dominikan_nn_1 = mkN "dominikan" "dominikaner" ; - dominikanerorden_nn_1 = mkN "dominikanerorden" ; - dominikanmunk_nn_1 = mkN "dominikanmunk" ; - dominikansk_av_1 = mkA "dominikansk" ; - dominiker_nn_1 = mkN "dominiker" "dominikern" "dominiker" "dominikerna" ; - dominikisk_av_1 = mkA "dominikisk" ; - dominion_nn_1 = mkN "dominion" "dominion" "dominier" "dominierna" ; - domino_nn_1 = mkN "domino" "dominor" ; - dominoteori_nn_1 = mkN "dominoteori" "dominoteorier" ; - domkapitel_nn_1 = mkN "domkapitel" neutrum ; - domkraft_nn_1 = mkN "domkraft" "domkrafter" ; - domkval_nn_1 = mkN "domkval" neutrum ; - domkyrka_nn_1 = mkN "domkyrka" ; - domprost_nn_1 = mkN "domprost" ; - domptoer_nn_1 = mkN "domptцr" "domptцrer" ; - domsaga_nn_1 = mkN "domsaga" ; - domskael_nn_1 = mkN "domskдl" neutrum ; - domslut_nn_1 = mkN "domslut" neutrum ; - domsoendag_nn_1 = mkN "domsцndag" ; - domssoendag_nn_1 = mkN "domssцndag" ; - domstol_nn_1 = mkN "domstol" ; - domstolsmaal_nn_1 = mkN "domstolsmеl" neutrum ; - domstolsprotokoll_nn_1 = mkN "domstolsprotokoll" neutrum ; - domstolsverk_nn_1 = mkN "domstolsverk" neutrum ; - don_nn_1 = mkN "don" neutrum ; - donation_nn_1 = mkN "donation" "donationer" ; - donationsbrev_nn_1 = mkN "donationsbrev" neutrum ; - donator_nn_1 = mkN "donator" "donatorer" ; - doning_nn_1 = mkN "doning" ; - donjuan_nn_1 = mkN "donjuan" "donjuan" "donjuaner" "donjuanerna" ; - donlaege_nn_1 = mkN "donlдge" ; - dop_nn_1 = mkN "dop" neutrum ; - dopamin_nn_1 = mkN "dopamin" "dopaminer" ; - dopaminkaenslig_av_1 = mkA "dopaminkдnslig" ; - dopattest_nn_1 = mkN "dopattest" "dopattester" ; - dopbassaeng_nn_1 = mkN "dopbassдng" "dopbassдnger" ; - dopfunt_nn_1 = mkN "dopfunt" ; - dopnamn_nn_1 = mkN "dopnamn" neutrum ; - dopp_nn_1 = mkN "dopp" neutrum ; - dopping_nn_1 = mkN "dopping" ; - doppsko_nn_1 = mkN "doppsko" "doppskor" ; - doppvaermare_nn_1 = mkN "doppvдrmare" "doppvдrmare" ; - dopvittne_nn_1 = mkN "dopvittne" ; - dorer_nn_1 = mkN "dorer" "dorern" "dorer" "dorerna" ; - dorisk_av_1 = mkA "dorisk" ; - dormitorium_nn_1 = mkN "dormitorium" "dormitoriet" "dormitorier" "dormitorierna" ; - dorn_nn_1 = mkN "dorn" ; - dorsal_av_1 = mkA "dorsal" ; - dorsal_nn_1 = mkN "dorsal" "dorsaler" ; - dorsk_av_1 = mkA "dorsk" ; - dos_nn_1 = mkN "dos" "doser" ; - dosbarometer_nn_1 = mkN "dosbarometer" ; - dosekvivalent_nn_1 = mkN "dosekvivalent" "dosekvivalenter" ; - dosering_nn_1 = mkN "dosering" ; - dosimeter_nn_1 = mkN "dosimeter" ; - doslibell_nn_1 = mkN "doslibell" "doslibeller" ; - dosmaetare_nn_1 = mkN "dosmдtare" "dosmдtare" ; - dossering_nn_1 = mkN "dossering" ; - dossier_nn_1 = mkN "dossier" "dossiern" "dossierer" "dossiererna" ; - dotation_nn_1 = mkN "dotation" "dotationer" ; - dotter_nn_1 = mkN "dotter" "dottern" "dцttrar" "dцttrarna" ; - dotterbolag_nn_1 = mkN "dotterbolag" neutrum ; - dottercell_nn_1 = mkN "dottercell" "dotterceller" ; - dotterdotter_nn_1 = mkN "dotterdotter" "dotterdottern" "dotterdцttrar" "dotterdцttrarna" ; - dotterfoeretag_nn_1 = mkN "dotterfцretag" neutrum ; - dotterfoersamling_nn_1 = mkN "dotterfцrsamling" ; - dotterlig_av_1 = mkA "dotterlig" ; - dotterson_nn_1 = mkN "dotterson" "dottersцner" ; - dotterspraak_nn_1 = mkN "dottersprеk" neutrum ; - dottersvulst_nn_1 = mkN "dottersvulst" "dottersvulster" ; - dottertumoer_nn_1 = mkN "dottertumцr" "dottertumцrer" ; - double_nn_2 = mkN "doublй" "doublйer" ; - dov_av_1 = mkA "dov" ; - dovhjort_nn_1 = mkN "dovhjort" ; - downperiod_nn_1 = mkN "downperiod" "downperioder" ; - doyen_nn_1 = mkN "doyen" "doyener" ; - dra_vb_1 = mkV "dra" "drar" "dra" "drog" "dragit" "dragen" ; - draap_nn_1 = mkN "drеp" neutrum ; - draapare_nn_1 = mkN "drеpare" "drеpare" ; - draaplig_av_1 = mkA "drеplig" ; - draapslag_nn_1 = mkN "drеpslag" neutrum ; - draase_nn_1 = mkN "drеse" utrum ; - drabant_nn_1 = mkN "drabant" "drabanter" ; - drabantstat_nn_1 = mkN "drabantstat" "drabantstater" ; - drabbning_nn_1 = mkN "drabbning" ; - draeglig_av_1 = mkA "drдglig" ; - draekt_nn_1 = mkN "drдkt" "drдkter" ; - draektig_av_1 = mkA "drдktig" ; - draektighet_nn_1 = mkN "drдktighet" "drдktigheter" ; - draen_nn_1 = mkN "drдn" "drдner" ; - draenering_nn_1 = mkN "drдnering" ; - draeneringsdike_nn_1 = mkN "drдneringsdike" ; - draeneringsomraade_nn_1 = mkN "drдneringsomrеde" ; - draeng_nn_1 = mkN "drдng" ; - draengtjaenst_nn_1 = mkN "drдngtjдnst" "drдngtjдnster" ; - draepande_av_1 = mkA "drдpande" ; - draetselkammare_nn_1 = mkN "drдtselkammare" "drдtselkammaren" "drдtselkamrar" "drдtselkamrarna" ; - draett_nn_1 = mkN "drдtt" ; - drag_nn_1 = mkN "drag" neutrum ; - dragare_nn_1 = mkN "dragare" "dragare" ; - dragbaenk_nn_1 = mkN "dragbдnk" ; - dragband_nn_1 = mkN "dragband" neutrum ; - dragbasun_nn_1 = mkN "dragbasun" "dragbasuner" ; - dragbil_nn_1 = mkN "dragbil" ; - dragdjur_nn_1 = mkN "dragdjur" neutrum ; - drage_nn_1 = mkN "dragй" "dragйer" ; - dragen_av_1 = mkA "dragen" "draget" ; - dragg_nn_1 = mkN "dragg" ; - draghaallfasthet_nn_1 = mkN "draghеllfasthet" "draghеllfastheter" ; - dragig_av_1 = mkA "dragig" ; - dragkamp_nn_1 = mkN "dragkamp" "dragkamper" ; - dragkedja_nn_1 = mkN "dragkedja" ; - dragkrok_nn_1 = mkN "dragkrok" ; - dragnagel_nn_1 = mkN "dragnagel" ; - dragning_nn_1 = mkN "dragning" ; - dragoman_nn_1 = mkN "dragoman" "dragomaner" ; - dragon_nn_1 = mkN "dragon" "dragoner" ; - dragplaaster_nn_1 = mkN "dragplеster" neutrum ; - dragpress_nn_1 = mkN "dragpress" ; - dragprov_nn_1 = mkN "dragprov" neutrum ; - dragshow_nn_1 = mkN "dragshow" "dragshower" ; - dragskaap_nn_1 = mkN "dragskеp" neutrum ; - dragsko_nn_1 = mkN "dragsko" "dragskor" ; - dragspel_nn_1 = mkN "dragspel" "dragspelet" "dragspel" "dragspelen" ; - dragstift_nn_1 = mkN "dragstift" neutrum ; - drakblodstraed_nn_1 = mkN "drakblodstrдd" neutrum ; - drake_nn_1 = mkN "drake" utrum ; - drakflygare_nn_1 = mkN "drakflygare" "drakflygare" ; - drakhuvudfisk_nn_1 = mkN "drakhuvudfisk" ; - drakma_nn_1 = mkN "drakma" "drakman" "drakmer" "drakmerna" ; - drakonisk_av_1 = mkA "drakonisk" ; - draksaadd_nn_1 = mkN "draksеdd" "draksеdder" ; - drakskepp_nn_1 = mkN "drakskepp" neutrum ; - dram_nn_1 = mkN "dram" "dramer" ; - drama_nn_1 = mkN "drama" "dramat" "draman" "dramana" ; - dramatiker_nn_1 = mkN "dramatiker" "dramatikern" "dramatiker" "dramatikerna" ; - dramatisering_nn_1 = mkN "dramatisering" ; - dramatisk_av_1 = mkA "dramatisk" ; - dramaturg_nn_1 = mkN "dramaturg" "dramaturger" ; - draperi_nn_1 = mkN "draperi" "draperit" "draperier" "draperierna" ; - drapering_nn_1 = mkN "drapering" ; - drastisk_av_1 = mkA "drastisk" ; - drasut_nn_1 = mkN "drasut" "drasuter" ; - dress_nn_1 = mkN "dress" ; - dressin_nn_1 = mkN "dressin" "dressiner" ; - dressing_nn_1 = mkN "dressing" ; - dressoer_nn_1 = mkN "dressцr" "dressцrer" ; - dressyr_nn_1 = mkN "dressyr" "dressyrer" ; - dressyrridning_nn_1 = mkN "dressyrridning" ; - drev_nn_1 = mkN "drev" neutrum ; - drever_nn_1 = mkN "drever" ; - drevhund_nn_1 = mkN "drevhund" ; - drevjakt_nn_1 = mkN "drevjakt" "drevjakter" ; - drevkarl_nn_1 = mkN "drevkarl" ; - dribbler_nn_1 = mkN "dribbler" "dribblern" "dribbler" "dribblerna" ; - dribbling_nn_1 = mkN "dribbling" ; - dricka_vb_1 = mkV "dricka" "drack" "druckit" ; - drickankare_nn_1 = mkN "drickankare" "drickankaret" "drickankare" "drickankarna" ; - drickbar_av_1 = mkA "drickbar" ; - dricksglas_nn_1 = mkN "dricksglas" neutrum ; - drickspeng_nn_1 = mkN "drickspeng" ; - dricksvatten_nn_1 = mkN "dricksvatten" "dricksvattnet" "dricksvatten" "dricksvattnen" ; - drift_nn_2 = mkN "drift" "drifter" ; - driftbudget_nn_1 = mkN "driftbudget" ; - driftig_av_1 = mkA "driftig" ; - driftkostnad_nn_1 = mkN "driftkostnad" "driftkostnader" ; - driftkucku_nn_1 = mkN "driftkucku" ; - driftsaeker_av_1 = mkA "driftsдker" "driftsдkert" "driftsдkra" "driftsдkra" "driftsдkrare" "driftsдkrast" "driftsдkraste" ; - driftskostnad_nn_1 = mkN "driftskostnad" "driftskostnader" ; - driftstopp_nn_1 = mkN "driftstopp" neutrum ; - drill_nn_1 = mkN "drill" ; - drillborr_nn_1 = mkN "drillborr" ; - drilling_nn_1 = mkN "drilling" ; - drink_nn_1 = mkN "drink" ; - drinkare_nn_1 = mkN "drinkare" "drinkare" ; - dristig_av_1 = mkA "dristig" ; - drittel_nn_1 = mkN "drittel" ; - driv_nn_1 = mkN "driv" ; - driva_vb_1 = mkV "driva" "drev" "drivit" ; - drivande_av_1 = mkA "drivande" ; - drivankare_nn_1 = mkN "drivankare" "drivankaret" "drivankare" "drivankarna" ; - drivaxel_nn_1 = mkN "drivaxel" ; - drivbaenk_nn_1 = mkN "drivbдnk" ; - drivband_nn_1 = mkN "drivband" neutrum ; - drive_nn_1 = mkN "drive" utrum ; - driven_av_1 = mkA "driven" "drivet" ; - drivfjaeder_nn_1 = mkN "drivfjдder" ; - drivgarn_nn_1 = mkN "drivgarn" neutrum ; - drivhjul_nn_1 = mkN "drivhjul" neutrum ; - drivhus_nn_1 = mkN "drivhus" neutrum ; - drivkedja_nn_1 = mkN "drivkedja" ; - drivkraft_nn_1 = mkN "drivkraft" "drivkrafter" ; - drivmedel_nn_1 = mkN "drivmedel" neutrum ; - droeg_nn_1 = mkN "drцg" ; - droeglapp_nn_1 = mkN "drцglapp" ; - droejsmaal_nn_1 = mkN "drцjsmеl" neutrum ; - droem_nn_1 = mkN "drцm" "drцmmen" "drцmmar" "drцmmarna" ; - droembok_nn_1 = mkN "drцmbok" "drцmbцcker" ; - droemmare_nn_1 = mkN "drцmmare" "drцmmare" ; - droemmeri_nn_1 = mkN "drцmmeri" "drцmmerit" "drцmmerier" "drцmmerierna" ; - droemsk_av_1 = mkA "drцmsk" ; - droemslott_nn_1 = mkN "drцmslott" neutrum ; - droemtydning_nn_1 = mkN "drцmtydning" ; - droemvaerld_nn_1 = mkN "drцmvдrld" ; - droenare_nn_1 = mkN "drцnare" "drцnare" ; - droes_nn_1 = mkN "drцs" ; - droese_nn_1 = mkN "drцse" utrum ; - drog_nn_1 = mkN "drog" "droger" ; - drogeri_nn_1 = mkN "drogeri" "drogerit" "drogerier" "drogerierna" ; - droghandel_nn_1 = mkN "droghandel" ; - drogmissbruk_nn_1 = mkN "drogmissbruk" neutrum ; - drogmissbrukare_nn_1 = mkN "drogmissbrukare" "drogmissbrukare" ; - dromedar_nn_1 = mkN "dromedar" "dromedarer" ; - dront_nn_1 = mkN "dront" "dronter" ; - droppe_nn_1 = mkN "droppe" utrum ; - droppglas_nn_1 = mkN "droppglas" neutrum ; - droppinfektion_nn_1 = mkN "droppinfektion" "droppinfektioner" ; - droppkork_nn_1 = mkN "droppkork" ; - droppspets_nn_1 = mkN "droppspets" ; - droppsten_nn_1 = mkN "droppsten" "droppstenen" "droppstenar" "droppstenarna" ; - droppvis_ab_1 = mkAdv "droppvis" ; - droskfoerare_nn_1 = mkN "droskfцrare" "droskfцrare" ; - drossel_nn_1 = mkN "drossel" ; - drots_nn_1 = mkN "drots" ; - drott_nn_1 = mkN "drott" ; - drottning_nn_1 = mkN "drottning" ; - drucken_av_1 = mkA "drucken" "drucket" ; - drufs_nn_1 = mkN "drufs" ; - druid_nn_1 = mkN "druid" "druider" ; - drul_nn_1 = mkN "drul" ; - drulle_nn_1 = mkN "drulle" utrum ; - drullefoersaekring_nn_1 = mkN "drullefцrsдkring" ; - drullig_av_1 = mkA "drullig" ; - drullputt_nn_1 = mkN "drullputt" ; - drumlig_av_1 = mkA "drumlig" ; - drummel_nn_1 = mkN "drummel" "drummeln" "drummlar" "drummlarna" ; - drummelaktig_av_1 = mkA "drummelaktig" ; - drunkning_nn_1 = mkN "drunkning" ; - drus_nn_1 = mkN "drus" "druser" ; - druvblaa_av_1 = mkA "druvblе" "druvblеtt" ; - druvboerd_nn_1 = mkN "druvbцrd" "druvbцrder" ; - druvflaeder_nn_1 = mkN "druvflдder" ; - druvhagel_nn_1 = mkN "druvhagel" neutrum ; - druvklase_nn_1 = mkN "druvklase" utrum ; - druvrussin_nn_1 = mkN "druvrussin" neutrum ; - dryad_nn_1 = mkN "dryad" "dryader" ; - dryck_nn_1 = mkN "dryck" "drycker" ; - dryckesbroder_nn_1 = mkN "dryckesbroder" "dryckesbrodern" "dryckesbrцder" "dryckesbrцderna" ; - dryckeshorn_nn_1 = mkN "dryckeshorn" neutrum ; - dryckeskaerl_nn_1 = mkN "dryckeskдrl" neutrum ; - dryckeslag_nn_1 = mkN "dryckeslag" neutrum ; - dryckesoffer_nn_1 = mkN "dryckesoffer" neutrum ; - dryckesservis_nn_1 = mkN "dryckesservis" "dryckesserviser" ; - dryg_av_1 = mkA "dryg" ; - dryghet_nn_1 = mkN "dryghet" "drygheter" ; - dualist_nn_1 = mkN "dualist" "dualister" ; - dualistisk_av_1 = mkA "dualistisk" ; - dubb_nn_1 = mkN "dubb" ; - dubbdaeck_nn_1 = mkN "dubbdдck" neutrum ; - dubbel_av_1 = mkA "dubbel" "dubbelt" "dubbla" "dubbla" "dubblare" "dubblast" "dubblaste" ; - dubbelagent_nn_1 = mkN "dubbelagent" "dubbelagenter" ; - dubbelarbetande_av_1 = mkA "dubbelarbetande" ; - dubbelbeckasin_nn_1 = mkN "dubbelbeckasin" "dubbelbeckasiner" ; - dubbelbiff_nn_1 = mkN "dubbelbiff" ; - dubbelbindning_nn_1 = mkN "dubbelbindning" ; - dubbelbluff_nn_1 = mkN "dubbelbluff" ; - dubbelbotten_nn_1 = mkN "dubbelbotten" ; - dubbelbredd_nn_1 = mkN "dubbelbredd" "dubbelbredder" ; - dubbelbroellop_nn_1 = mkN "dubbelbrцllop" neutrum ; - dubbelbrytning_nn_1 = mkN "dubbelbrytning" ; - dubbeldaeckare_nn_1 = mkN "dubbeldдckare" "dubbeldдckare" ; - dubbeldoerr_nn_1 = mkN "dubbeldцrr" ; - dubbelfel_nn_1 = mkN "dubbelfel" "dubbelfelet" "dubbelfel" "dubbelfelen" ; - dubbelfoenster_nn_1 = mkN "dubbelfцnster" neutrum ; - dubbelgaangare_nn_1 = mkN "dubbelgеngare" "dubbelgеngare" ; - dubbelgrepp_nn_1 = mkN "dubbelgrepp" neutrum ; - dubbelhet_nn_1 = mkN "dubbelhet" "dubbelheter" ; - dubbelhytt_nn_1 = mkN "dubbelhytt" "dubbelhytter" ; - dubbelkommando_nn_1 = mkN "dubbelkommando" "dubbelkommandot" "dubbelkommandon" "dubbelkommandona" ; - dubbelkontakt_nn_1 = mkN "dubbelkontakt" "dubbelkontakter" ; - dubbelmening_nn_1 = mkN "dubbelmening" ; - dubbelmord_nn_1 = mkN "dubbelmord" neutrum ; - dubbelnamn_nn_1 = mkN "dubbelnamn" neutrum ; - dubbelnatur_nn_1 = mkN "dubbelnatur" "dubbelnaturer" ; - dubbelnoet_nn_1 = mkN "dubbelnцt" "dubbelnцtter" ; - dubbelpipig_av_1 = mkA "dubbelpipig" ; - dubbelrevolution_nn_1 = mkN "dubbelrevolution" "dubbelrevolutioner" ; - dubbelroer_nn_1 = mkN "dubbelrцr" neutrum ; - dubbelroll_nn_1 = mkN "dubbelroll" "dubbelroller" ; - dubbelrum_nn_1 = mkN "dubbelrum" "dubbelrummet" "dubbelrum" "dubbelrummen" ; - dubbelsaeng_nn_1 = mkN "dubbelsдng" ; - dubbelsalt_nn_1 = mkN "dubbelsalt" "dubbelsaltet" "dubbelsalter" "dubbelsalterna" ; - dubbelsidig_av_1 = mkA "dubbelsidig" ; - dubbelspel_nn_1 = mkN "dubbelspel" "dubbelspelet" "dubbelspel" "dubbelspelen" ; - dubbelstjaernsystem_nn_1 = mkN "dubbelstjдrnsystem" neutrum ; - dubbeltimme_nn_1 = mkN "dubbeltimme" utrum ; - dubbeltraadig_av_1 = mkA "dubbeltrеdig" ; - dubbeltraeff_nn_1 = mkN "dubbeltrдff" ; - dubbeltydig_av_1 = mkA "dubbeltydig" ; - dubble_nn_2 = mkN "dubblй" "dubblйer" ; - dubblett_nn_1 = mkN "dubblett" "dubbletter" ; - dubioes_av_1 = mkA "dubiцs" ; - dublett_nn_1 = mkN "dublett" "dubletter" ; - duchatel_nn_1 = mkN "duchatel" "duchateler" ; - duell_nn_1 = mkN "duell" "dueller" ; - duellant_nn_1 = mkN "duellant" "duellanter" ; - duett_nn_1 = mkN "duett" "duetter" ; - duffel_nn_1 = mkN "duffel" ; - dugande_av_1 = mkA "dugande" ; - duggregn_nn_1 = mkN "duggregn" neutrum ; - duglig_av_1 = mkA "duglig" ; - duglighet_nn_1 = mkN "duglighet" "dugligheter" ; - duk_nn_1 = mkN "duk" ; - dukagaang_nn_1 = mkN "dukagеng" ; - dukat_nn_1 = mkN "dukat" "dukater" ; - dukning_nn_1 = mkN "dukning" ; - dukt_nn_1 = mkN "dukt" "dukter" ; - duktig_av_1 = mkA "duktig" ; - dulcian_nn_1 = mkN "dulcian" "dulcianer" ; - dum_av_1 = mkA "dum" "dumt" "dumma" "dumma" "dummare" "dummast" "dummaste" ; - dumbom_nn_1 = mkN "dumbom" "dumbommen" "dumbommar" "dumbommarna" ; - dumdristig_av_1 = mkA "dumdristig" ; - dumdryg_av_1 = mkA "dumdryg" ; - dumhet_nn_1 = mkN "dumhet" "dumheter" ; - dumhuvud_nn_1 = mkN "dumhuvud" "dumhuvudet" "dumhuvuden" "dumhuvudena" ; - dummerjoens_nn_1 = mkN "dummerjцns" ; - dumming_nn_1 = mkN "dumming" ; - dummy_nn_1 = mkN "dummy" "dummyn" "dummies" "dummyerna" ; - dumper_nn_1 = mkN "dumper" ; - dumskalle_nn_1 = mkN "dumskalle" utrum ; - dumsnut_nn_1 = mkN "dumsnut" ; - dun_nn_1 = mkN "dun" neutrum ; - dunboll_nn_1 = mkN "dunboll" ; - dunder_nn_1 = mkN "dunder" neutrum ; - dunge_nn_1 = mkN "dunge" utrum ; - dunig_av_1 = mkA "dunig" ; - dunk_nn_1 = mkN "dunk" ; - dunkel_av_1 = mkA "dunkel" "dunkelt" "dunkla" "dunkla" "dunklare" "dunklast" "dunklaste" ; - dunkelblaa_av_1 = mkA "dunkelblе" "dunkelblеtt" ; - dunlaett_av_1 = mkA "dunlдtt" ; - duns_nn_1 = mkN "duns" ; - dunst_nn_1 = mkN "dunst" "dunster" ; - dunstig_av_1 = mkA "dunstig" ; - dununge_nn_1 = mkN "dununge" utrum ; - duo_nn_1 = mkN "duo" "duon" "duos" "duosen" ; - duodecimalsystem_nn_1 = mkN "duodecimalsystem" neutrum ; - duodes_nn_1 = mkN "duodes" "duodeser" ; - duplett_nn_1 = mkN "duplett" "dupletter" ; - duplexfaerg_nn_1 = mkN "duplexfдrg" "duplexfдrger" ; - duplicering_nn_1 = mkN "duplicering" ; - duplik_nn_1 = mkN "duplik" "dupliker" ; - duplikat_nn_1 = mkN "duplikat" neutrum ; - duplikator_nn_1 = mkN "duplikator" "duplikatorer" ; - durabel_av_1 = mkA "durabel" ; - duralexglas_nn_1 = mkN "duralexglas" neutrum ; - durativ_av_1 = mkA "durativ" ; - dureform_nn_1 = mkN "dureform" "dureformer" ; - durk_nn_1 = mkN "durk" ; - durkdriven_av_1 = mkA "durkdriven" "durkdrivet" ; - durkslag_nn_1 = mkN "durkslag" neutrum ; - duroplast_nn_1 = mkN "duroplast" "duroplaster" ; - dus_nn_1 = mkN "dus" "duser" ; - dusch_nn_1 = mkN "dusch" ; - duskaal_nn_1 = mkN "duskеl" ; - dusoer_nn_1 = mkN "dusцr" "dusцrer" ; - dussin_nn_1 = mkN "dussin" neutrum ; - dussinmaenniska_nn_1 = mkN "dussinmдnniska" ; - dussinroman_nn_1 = mkN "dussinroman" "dussinromaner" ; - dussintal_nn_1 = mkN "dussintal" "dussintalet" "dussintalen" "dussintalena" ; - dussintals_ab_1 = mkAdv "dussintals" ; - dussinvis_ab_1 = mkAdv "dussinvis" ; - dust_nn_1 = mkN "dust" "duster" ; - duvblaa_av_1 = mkA "duvblе" "duvblеtt" ; - duven_av_1 = mkA "duven" "duvet" ; - duvfaagel_nn_1 = mkN "duvfеgel" ; - duvhoek_nn_1 = mkN "duvhцk" ; - duvning_nn_1 = mkN "duvning" ; - duvslag_nn_1 = mkN "duvslag" neutrum ; - duvunge_nn_1 = mkN "duvunge" utrum ; - dvaerg_nn_1 = mkN "dvдrg" ; - dvaergbjoerk_nn_1 = mkN "dvдrgbjцrk" ; - dvaergbrytare_nn_1 = mkN "dvдrgbrytare" "dvдrgbrytare" ; - dvaergbuske_nn_1 = mkN "dvдrgbuske" utrum ; - dvaerggalax_nn_1 = mkN "dvдrggalax" "dvдrggalaxer" ; - dvaerghamster_nn_1 = mkN "dvдrghamster" ; - dvaerghund_nn_1 = mkN "dvдrghund" ; - dyblad_nn_1 = mkN "dyblad" neutrum ; - dybloet_av_1 = mkA "dyblцt" ; - dyborre_nn_1 = mkN "dyborre" utrum ; - dyckert_nn_1 = mkN "dyckert" ; - dygd_nn_1 = mkN "dygd" "dygder" ; - dygdemoenster_nn_1 = mkN "dygdemцnster" neutrum ; - dygdig_av_1 = mkA "dygdig" ; - dygn_nn_1 = mkN "dygn" neutrum ; - dygnsring_nn_1 = mkN "dygnsring" ; - dygnsrytm_nn_1 = mkN "dygnsrytm" "dygnsrytmer" ; - dyig_av_1 = mkA "dyig" ; - dykand_nn_1 = mkN "dykand" "dykдnder" ; - dykarbagge_nn_1 = mkN "dykarbagge" utrum ; - dykardraekt_nn_1 = mkN "dykardrдkt" "dykardrдkter" ; - dykare_nn_1 = mkN "dykare" "dykare" ; - dykarutrustning_nn_1 = mkN "dykarutrustning" ; - dykdalb_nn_1 = mkN "dykdalb" "dykdalber" ; - dykning_nn_1 = mkN "dykning" ; - dymedelst_ab_1 = mkAdv "dymedelst" ; - dymling_nn_1 = mkN "dymling" ; - dymmelonsdag_nn_1 = mkN "dymmelonsdag" ; - dymmelvecka_nn_1 = mkN "dymmelvecka" ; - dyn_nn_1 = mkN "dyn" "dyner" ; - dyn_nn_2 = mkN "dyn" neutrum ; - dynamisk_av_1 = mkA "dynamisk" ; - dynamitard_nn_1 = mkN "dynamitard" "dynamitarder" ; - dynamitgubbe_nn_1 = mkN "dynamitgubbe" utrum ; - dynamo_nn_1 = mkN "dynamo" "dynamor" ; - dynamometer_nn_1 = mkN "dynamometer" ; - dynasti_nn_1 = mkN "dynasti" "dynastier" ; - dynastisk_av_1 = mkA "dynastisk" ; - dyngbagge_nn_1 = mkN "dyngbagge" utrum ; - dyning_nn_1 = mkN "dyning" ; - dyr_av_1 = mkA "dyr" ; - dyrbar_av_1 = mkA "dyrbar" ; - dyrbarhet_nn_1 = mkN "dyrbarhet" "dyrbarheter" ; - dyrgrip_nn_1 = mkN "dyrgrip" ; - dyrk_nn_1 = mkN "dyrk" ; - dyrkansvaerd_av_1 = mkA "dyrkansvдrd" "dyrkansvдrt" ; - dyrkare_nn_1 = mkN "dyrkare" "dyrkare" ; - dyrkfri_av_1 = mkA "dyrkfri" "dyrkfritt" ; - dyrkoept_av_1 = mkA "dyrkцpt" "dyrkцpt" ; - dyrort_nn_1 = mkN "dyrort" "dyrorter" ; - dyrortsgrupp_nn_1 = mkN "dyrortsgrupp" "dyrortsgrupper" ; - dyrortsgruppering_nn_1 = mkN "dyrortsgruppering" ; - dyrtid_nn_1 = mkN "dyrtid" "dyrtider" ; - dys_nn_1 = mkN "dys" "dyser" ; - dyschatell_nn_1 = mkN "dyschatell" "dyschateller" ; - dysenteri_nn_1 = mkN "dysenteri" "dysenterier" ; - dysfori_nn_1 = mkN "dysfori" "dysforier" ; - dyslexi_nn_1 = mkN "dyslexi" "dyslexier" ; - dyspepsi_nn_1 = mkN "dyspepsi" "dyspepsier" ; - dyster_av_1 = mkA "dyster" "dystert" "dystra" "dystra" "dystrare" "dystrast" "dystraste" ; - dystopi_nn_1 = mkN "dystopi" "dystopier" ; - dystrof_av_1 = mkA "dystrof" ; - dystrofi_nn_1 = mkN "dystrofi" "dystrofier" ; - dyvaat_av_1 = mkA "dyvеt" ; - e_brev_nn_1 = mkN "e-brev" neutrum ; - e_mail_nn_2 = mkN "e-mail" neutrum ; - ebenist_nn_1 = mkN "ebenist" "ebenister" ; - ebonitstav_nn_1 = mkN "ebonitstav" ; - echelong_nn_1 = mkN "echelong" "echelonger" ; - ecklesiastik_av_1 = mkA "ecklesiastik" ; - ecklesiastikdepartement_nn_1 = mkN "ecklesiastikdepartement" "ecklesiastikdepartementet" "ecklesiastikdepartementen" "ecklesiastikdepartementena" ; - ecklesiastikminister_nn_1 = mkN "ecklesiastikminister" ; - ecklesiastisk_av_1 = mkA "ecklesiastisk" ; - ecuadorian_nn_1 = mkN "ecuadorian" "ecuadorianer" ; - ecuadoriansk_av_1 = mkA "ecuadoriansk" ; - ecuadorianska_nn_1 = mkN "ecuadorianska" ; - ed_ab_1 = mkAdv "ed" ; - ed_nn_1 = mkN "ed" "eder" ; - ed_nn_2 = mkN "ed" neutrum ; - edamerost_nn_1 = mkN "edamerost" ; - edgaang_nn_1 = mkN "edgеng" ; - edikt_nn_1 = mkN "edikt" neutrum ; - edil_nn_1 = mkN "edil" "ediler" ; - edition_nn_1 = mkN "edition" "editioner" ; - edlig_av_1 = mkA "edlig" ; - edligen_ab_1 = mkAdv "edligen" ; - edsbrott_nn_1 = mkN "edsbrott" neutrum ; - edsvuren_av_1 = mkA "edsvuren" "edsvuret" ; - efedrin_nn_1 = mkN "efedrin" "efedriner" ; - efemaer_av_1 = mkA "efemдr" ; - efemerid_nn_1 = mkN "efemerid" "efemerider" ; - effekt_nn_1 = mkN "effekt" "effekter" ; - effektfaktor_nn_1 = mkN "effektfaktor" "effektfaktorer" ; - effektfoerstaerkare_nn_1 = mkN "effektfцrstдrkare" "effektfцrstдrkare" ; - effektfraanskiljare_nn_1 = mkN "effektfrеnskiljare" "effektfrеnskiljare" ; - effektfull_av_1 = mkA "effektfull" ; - effektiv_av_1 = mkA "effektiv" ; - effektivitet_nn_1 = mkN "effektivitet" "effektiviteter" ; - effektoekning_nn_1 = mkN "effektцkning" ; - effektsoekeri_nn_1 = mkN "effektsцkeri" "effektsцkerit" "effektsцkerier" "effektsцkerierna" ; - efor_nn_1 = mkN "efor" "eforen" "eforer" "eforerna" ; - eforus_nn_1 = mkN "eforus" "eforus" "eforer" "eforerna" ; - efter_ab_1 = mkAdv "efter" ; - efter_av_1 = mkA "efter" ; - efteraat_ab_1 = mkAdv "efterеt" ; - efteraccept_nn_1 = mkN "efteraccept" neutrum ; - efterbesiktning_nn_1 = mkN "efterbesiktning" ; - efterbeskattning_nn_1 = mkN "efterbeskattning" ; - efterbestaellning_nn_1 = mkN "efterbestдllning" ; - efterbild_nn_1 = mkN "efterbild" "efterbilder" ; - efterbildning_nn_1 = mkN "efterbildning" ; - efterbliven_av_1 = mkA "efterbliven" "efterblivet" ; - efterbloedning_nn_1 = mkN "efterblцdning" ; - efterboerd_nn_1 = mkN "efterbцrd" "efterbцrder" ; - efterboers_nn_1 = mkN "efterbцrs" "efterbцrser" ; - efterbraennare_nn_1 = mkN "efterbrдnnare" "efterbrдnnare" ; - efterbraennkammare_nn_1 = mkN "efterbrдnnkammare" "efterbrдnnkammaren" "efterbrдnnkamrar" "efterbrдnnkamrarna" ; - efterdoeme_nn_1 = mkN "efterdцme" ; - efterdoemlig_av_1 = mkA "efterdцmlig" ; - efterdyning_nn_1 = mkN "efterdyning" ; - efterfoeljansvaerd_av_1 = mkA "efterfцljansvдrd" "efterfцljansvдrt" ; - efterfoeljare_nn_1 = mkN "efterfцljare" "efterfцljare" ; - efterfoeljelse_nn_1 = mkN "efterfцljelse" "efterfцljelser" ; - efterforskning_nn_1 = mkN "efterforskning" ; - efterfraagning_nn_1 = mkN "efterfrеgning" ; - efterge_vb_1 = mkV "efterge" "efterger" "efterge" "eftergav" "eftergett" "eftergiven" ; - eftergift_nn_1 = mkN "eftergift" "eftergifter" ; - eftergiven_av_1 = mkA "eftergiven" "eftergivet" ; - eftergivenhet_nn_1 = mkN "eftergivenhet" "eftergivenheter" ; - eftergivlig_av_1 = mkA "eftergivlig" ; - eftergjord_av_1 = mkA "eftergjord" "eftergjort" ; - eftergranskning_nn_1 = mkN "eftergranskning" ; - eftergymnasial_av_1 = mkA "eftergymnasial" ; - efterhaalla_vb_1 = mkV "efterhеlla" "efterhцll" "efterhеllit" ; - efterhaengsen_av_1 = mkA "efterhдngsen" "efterhдngset" ; - efterhaermning_nn_1 = mkN "efterhдrmning" ; - efterhand_ab_1 = mkAdv "efterhand" ; - efterhandskonstruktion_nn_1 = mkN "efterhandskonstruktion" "efterhandskonstruktioner" ; - efterhoest_nn_1 = mkN "efterhцst" ; - efterkaenning_nn_1 = mkN "efterkдnning" ; - efterklang_nn_1 = mkN "efterklang" "efterklanger" ; - efterklok_av_1 = mkA "efterklok" ; - efterkokning_nn_1 = mkN "efterkokning" ; - efterkomma_vb_1 = mkV "efterkomma" "efterkom" "efterkommit" ; - efterkommande_nn_1 = mkN "efterkommande" "efterkommanden" "efterkommande" "efterkommandena" ; - efterkonstruktion_nn_1 = mkN "efterkonstruktion" "efterkonstruktioner" ; - efterkontroll_nn_1 = mkN "efterkontroll" "efterkontroller" ; - efterkrav_nn_1 = mkN "efterkrav" neutrum ; - efterkrigstid_nn_1 = mkN "efterkrigstid" "efterkrigstider" ; - efterlaata_vb_1 = mkV "efterlеta" "efterlдt" "efterlеtit" ; - efterlaaten_av_1 = mkA "efterlеten" "efterlеtet" ; - efterled_nn_1 = mkN "efterled" neutrum ; - efterlevande_av_1 = mkA "efterlevande" ; - efterleverska_nn_1 = mkN "efterleverska" ; - efterlevnad_nn_1 = mkN "efterlevnad" "efterlevnader" ; - efterliggande_av_1 = mkA "efterliggande" ; - efterlysning_nn_1 = mkN "efterlysning" ; - eftermaele_nn_1 = mkN "eftermдle" ; - eftermiddag_nn_1 = mkN "eftermiddag" ; - efternamn_nn_1 = mkN "efternamn" neutrum ; - efterproevning_nn_1 = mkN "efterprцvning" ; - efterraekning_nn_1 = mkN "efterrдkning" ; - efterraett_nn_1 = mkN "efterrдtt" "efterrдtter" ; - efterrationalisering_nn_1 = mkN "efterrationalisering" ; - eftersaegare_nn_1 = mkN "eftersдgare" "eftersдgare" ; - eftersaettsblad_nn_1 = mkN "eftersдttsblad" neutrum ; - eftersats_nn_1 = mkN "eftersats" "eftersatser" ; - eftersinnande_av_1 = mkA "eftersinnande" ; - eftersits_nn_1 = mkN "eftersits" ; - efterskott_nn_1 = mkN "efterskott" neutrum ; - efterskrift_nn_1 = mkN "efterskrift" "efterskrifter" ; - efterslaeng_nn_1 = mkN "efterslдng" ; - efterslaentrare_nn_1 = mkN "efterslдntrare" "efterslдntrare" ; - efterslag_nn_1 = mkN "efterslag" neutrum ; - eftersoekt_av_1 = mkA "eftersцkt" "eftersцkt" ; - eftersommar_nn_1 = mkN "eftersommar" "eftersommarn" "eftersommrar" "eftersommrarna" ; - efterspaning_nn_1 = mkN "efterspaning" ; - efterspel_nn_1 = mkN "efterspel" "efterspelet" "efterspel" "efterspelen" ; - efterst_ab_1 = mkAdv "efterst" ; - efterstaelld_av_1 = mkA "efterstдlld" "efterstдllt" ; - efterstraevansvaerd_av_1 = mkA "efterstrдvansvдrd" "efterstrдvansvдrt" ; - efterstygn_nn_1 = mkN "efterstygn" neutrum ; - eftertaenksam_av_1 = mkA "eftertдnksam" "eftertдnksamt" "eftertдnksamma" "eftertдnksamma" "eftertдnksammare" "eftertдnksammast" "eftertдnksammaste" ; - eftertaxering_nn_1 = mkN "eftertaxering" ; - eftertextnot_nn_1 = mkN "eftertextnot" "eftertextnoter" ; - eftertraedare_nn_1 = mkN "eftertrдdare" "eftertrдdare" ; - eftertraktansvaerd_av_1 = mkA "eftertraktansvдrd" "eftertraktansvдrt" ; - eftertrupp_nn_1 = mkN "eftertrupp" "eftertrupper" ; - eftertryck_nn_1 = mkN "eftertryck" neutrum ; - eftertrycklig_av_1 = mkA "eftertrycklig" ; - eftertryckligen_ab_1 = mkAdv "eftertryckligen" ; - efterundersoekning_nn_1 = mkN "efterundersцkning" ; - efterutbildning_nn_1 = mkN "efterutbildning" ; - efterverkning_nn_1 = mkN "efterverkning" ; - eftervinter_nn_1 = mkN "eftervinter" ; - eftervis_av_1 = mkA "eftervis" ; - egal_av_1 = mkA "egal" ; - egalitaer_av_1 = mkA "egalitдr" ; - egalitet_nn_1 = mkN "egalitet" "egaliteter" ; - egeisk_av_1 = mkA "egeisk" ; - egen_av_1 = mkA "egen" "eget" ; - egendom_nn_1 = mkN "egendom" ; - egendomlig_av_1 = mkA "egendomlig" ; - egendomlighet_nn_1 = mkN "egendomlighet" "egendomligheter" ; - egendomsaffaer_nn_1 = mkN "egendomsaffдr" "egendomsaffдrer" ; - egendomsbrott_nn_1 = mkN "egendomsbrott" neutrum ; - egendomsfoersaeljning_nn_1 = mkN "egendomsfцrsдljning" ; - egendomsloes_av_1 = mkA "egendomslцs" ; - egenfrekvens_nn_1 = mkN "egenfrekvens" "egenfrekvenser" ; - egenhaendig_av_1 = mkA "egenhдndig" ; - egenhet_nn_1 = mkN "egenhet" "egenheter" ; - egenkaer_av_1 = mkA "egenkдr" ; - egenkaerlek_nn_1 = mkN "egenkдrlek" ; - egenmaektig_av_1 = mkA "egenmдktig" ; - egennamn_nn_1 = mkN "egennamn" neutrum ; - egennytta_nn_1 = mkN "egennytta" ; - egennyttig_av_1 = mkA "egennyttig" ; - egenraadig_av_1 = mkA "egenrеdig" ; - egenraettfaerdig_av_1 = mkA "egenrдttfдrdig" ; - egensinnig_av_1 = mkA "egensinnig" ; - egenskap_nn_1 = mkN "egenskap" "egenskaper" ; - egenskapsgenitiv_nn_1 = mkN "egenskapsgenitiv" "egenskapsgenitiver" ; - egenskapsord_nn_1 = mkN "egenskapsord" neutrum ; - egentlig_av_1 = mkA "egentlig" ; - egentligen_ab_1 = mkAdv "egentligen" ; - egenvarm_av_1 = mkA "egenvarm" ; - egg_nn_1 = mkN "egg" ; - eggelse_nn_1 = mkN "eggelse" "eggelser" ; - eggjaern_nn_1 = mkN "eggjдrn" neutrum ; - eggvass_av_1 = mkA "eggvass" ; - eggverktyg_nn_1 = mkN "eggverktyg" neutrum ; - egnahem_nn_1 = mkN "egnahem" "egnahemmet" "egnahem" "egnahemmen" ; - egocentricitet_nn_1 = mkN "egocentricitet" "egocentriciteter" ; - egocentriker_nn_1 = mkN "egocentriker" "egocentrikern" "egocentriker" "egocentrikerna" ; - egocentrisk_av_1 = mkA "egocentrisk" ; - egoist_nn_1 = mkN "egoist" "egoister" ; - egoistisk_av_1 = mkA "egoistisk" ; - egotripp_nn_1 = mkN "egotripp" ; - egypter_nn_1 = mkN "egypter" "egyptern" "egypter" "egypterna" ; - egyptier_nn_1 = mkN "egyptier" "egyptiern" "egyptier" "egyptierna" ; - egyptisk_av_1 = mkA "egyptisk" ; - egyptiska_nn_2 = mkN "egyptiska" ; - egyptolog_nn_1 = mkN "egyptolog" "egyptologer" ; - eidetisk_av_1 = mkA "eidetisk" ; - einsteinsk_av_1 = mkA "einsteinsk" ; - ej_ab_1 = mkAdv "ej" ; - ejakulat_nn_1 = mkN "ejakulat" neutrum ; - ejakulation_nn_1 = mkN "ejakulation" "ejakulationer" ; - ejder_nn_1 = mkN "ejder" ; - ejderunge_nn_1 = mkN "ejderunge" utrum ; - ejektor_nn_1 = mkN "ejektor" "ejektorer" ; - ek_nn_1 = mkN "ek" ; - ekbock_nn_1 = mkN "ekbock" ; - eker_nn_1 = mkN "eker" ; - ekipage_nn_1 = mkN "ekipage" "ekipaget" "ekipage" "ekipagen" ; - ekipering_nn_1 = mkN "ekipering" ; - ekiperingsaffaer_nn_1 = mkN "ekiperingsaffдr" "ekiperingsaffдrer" ; - ekivok_av_1 = mkA "ekivok" ; - eklaerering_nn_1 = mkN "eklдrering" ; - eklampsi_nn_1 = mkN "eklampsi" "eklampsier" ; - eklatant_av_1 = mkA "eklatant" "eklatant" ; - eklatt_av_1 = mkA "eklatt" ; - eklektiker_nn_1 = mkN "eklektiker" "eklektikern" "eklektiker" "eklektikerna" ; - eklektisk_av_1 = mkA "eklektisk" ; - eklips_nn_1 = mkN "eklips" "eklipser" ; - eklog_nn_1 = mkN "eklog" "ekloger" ; - eko_nn_1 = mkN "eko" "ekot" "ekon" "ekona" ; - ekollon_nn_1 = mkN "ekollon" neutrum ; - ekolod_nn_1 = mkN "ekolod" neutrum ; - ekolog_nn_1 = mkN "ekolog" "ekologer" ; - ekologisk_av_1 = mkA "ekologisk" ; - ekonom_nn_1 = mkN "ekonom" "ekonomer" ; - ekonomexamen_nn_1 = mkN "ekonomexamen" "ekonomexamen" "ekonomexamina" "ekonomexamina" ; - ekonomi_nn_1 = mkN "ekonomi" "ekonomier" ; - ekonomibitraede_nn_1 = mkN "ekonomibitrдde" ; - ekonomibrev_nn_1 = mkN "ekonomibrev" neutrum ; - ekonomibyggnad_nn_1 = mkN "ekonomibyggnad" "ekonomibyggnader" ; - ekonomie_av_1 = mkA "ekonomie" ; - ekonomifoerestaandare_nn_1 = mkN "ekonomifцrestеndare" "ekonomifцrestеndare" ; - ekonomifoerpackning_nn_1 = mkN "ekonomifцrpackning" ; - ekonomilaera_nn_1 = mkN "ekonomilдra" ; - ekonomipaket_nn_1 = mkN "ekonomipaket" neutrum ; - ekonomisk_av_1 = mkA "ekonomisk" ; - ekoradio_nn_1 = mkN "ekoradio" "ekoradior" ; - ekorrbaer_nn_1 = mkN "ekorrbдr" neutrum ; - ekorrdjur_nn_1 = mkN "ekorrdjur" neutrum ; - ekorre_nn_1 = mkN "ekorre" utrum ; - ekorrliknande_av_1 = mkA "ekorrliknande" ; - ekosystem_nn_1 = mkN "ekosystem" neutrum ; - ekotyp_nn_1 = mkN "ekotyp" "ekotyper" ; - ekoxe_nn_1 = mkN "ekoxe" utrum ; - eksem_nn_1 = mkN "eksem" neutrum ; - ekskog_nn_1 = mkN "ekskog" ; - ekspinnare_nn_1 = mkN "ekspinnare" "ekspinnare" ; - ekstock_nn_1 = mkN "ekstock" ; - ektomi_nn_1 = mkN "ektomi" "ektomier" ; - ekumenisk_av_1 = mkA "ekumenisk" ; - ekvation_nn_1 = mkN "ekvation" "ekvationer" ; - ekvatorial_av_1 = mkA "ekvatorial" ; - ekvatorialbaelte_nn_1 = mkN "ekvatorialbдlte" ; - ekvatorialguinean_nn_1 = mkN "ekvatorialguinean" "ekvatorialguineaner" ; - ekvatorialguineansk_av_1 = mkA "ekvatorialguineansk" ; - ekvatorialstroem_nn_1 = mkN "ekvatorialstrцm" "ekvatorialstrцmmen" "ekvatorialstrцmmar" "ekvatorialstrцmmarna" ; - ekvatorialzon_nn_1 = mkN "ekvatorialzon" "ekvatorialzoner" ; - ekvatoriell_av_1 = mkA "ekvatoriell" ; - ekvatorsplan_nn_1 = mkN "ekvatorsplan" neutrum ; - ekvecklare_nn_1 = mkN "ekvecklare" "ekvecklare" ; - ekvidistant_av_1 = mkA "ekvidistant" "ekvidistant" ; - ekvilibrist_nn_1 = mkN "ekvilibrist" "ekvilibrister" ; - ekvilibristisk_av_1 = mkA "ekvilibristisk" ; - ekvipotentiallinje_nn_1 = mkN "ekvipotentiallinje" "ekvipotentiallinjer" ; - ekvivalent_av_1 = mkA "ekvivalent" "ekvivalent" ; - ekvivalentvikt_nn_1 = mkN "ekvivalentvikt" "ekvivalentvikter" ; - elaenda_av_1 = mkA "elдnda" ; - elaende_nn_1 = mkN "elдnde" ; - elaendig_av_1 = mkA "elдndig" ; - elak_av_1 = mkA "elak" ; - elakhet_nn_1 = mkN "elakhet" "elakheter" ; - elaking_nn_1 = mkN "elaking" ; - eland_nn_1 = mkN "eland" "elander" ; - elasticitet_nn_1 = mkN "elasticitet" "elasticiteter" ; - elasticitetsgraens_nn_1 = mkN "elasticitetsgrдns" "elasticitetsgrдnser" ; - elastisk_av_1 = mkA "elastisk" ; - elbil_nn_1 = mkN "elbil" ; - elborste_nn_1 = mkN "elborste" utrum ; - elchock_nn_1 = mkN "elchock" "elchocker" ; - eld_nn_1 = mkN "eld" ; - eldare_nn_1 = mkN "eldare" "eldare" ; - eldavstaand_nn_1 = mkN "eldavstеnd" neutrum ; - eldbegaengelse_nn_1 = mkN "eldbegдngelse" "eldbegдngelser" ; - eldbrand_nn_1 = mkN "eldbrand" "eldbrдnder" ; - elddon_nn_1 = mkN "elddon" neutrum ; - elddop_nn_1 = mkN "elddop" neutrum ; - eldfaengd_av_1 = mkA "eldfдngd" "eldfдngt" ; - eldfarlig_av_1 = mkA "eldfarlig" ; - eldfast_av_1 = mkA "eldfast" "eldfast" ; - eldgaffel_nn_1 = mkN "eldgaffel" ; - eldhaerd_nn_1 = mkN "eldhдrd" ; - eldhaerdig_av_1 = mkA "eldhдrdig" ; - eldhandvapen_nn_1 = mkN "eldhandvapen" "eldhandvapnet" "eldhandvapen" "eldhandvapnen" ; - eldhastighet_nn_1 = mkN "eldhastighet" "eldhastigheter" ; - eldhund_nn_1 = mkN "eldhund" ; - eldhus_nn_1 = mkN "eldhus" neutrum ; - eldig_av_1 = mkA "eldig" ; - eldkanal_nn_1 = mkN "eldkanal" "eldkanaler" ; - eldkastare_nn_1 = mkN "eldkastare" "eldkastare" ; - eldkommando_nn_1 = mkN "eldkommando" "eldkommandot" "eldkommandon" "eldkommandona" ; - eldledare_nn_1 = mkN "eldledare" "eldledare" ; - eldlinje_nn_1 = mkN "eldlinje" "eldlinjer" ; - eldningsolja_nn_1 = mkN "eldningsolja" ; - eldoeverfall_nn_1 = mkN "eldцverfall" neutrum ; - eldorado_nn_1 = mkN "eldorado" "eldoradot" "eldoradon" "eldoradona" ; - eldprov_nn_1 = mkN "eldprov" neutrum ; - eldriven_av_1 = mkA "eldriven" "eldrivet" ; - eldroed_av_1 = mkA "eldrцd" ; - eldroer_nn_1 = mkN "eldrцr" neutrum ; - eldsaeker_av_1 = mkA "eldsдker" "eldsдkert" "eldsдkra" "eldsдkra" "eldsдkrare" "eldsдkrast" "eldsдkraste" ; - eldsalamander_nn_1 = mkN "eldsalamander" ; - eldsats_nn_1 = mkN "eldsats" "eldsatser" ; - eldsignal_nn_1 = mkN "eldsignal" "eldsignaler" ; - eldsignalering_nn_1 = mkN "eldsignalering" ; - eldsjael_nn_1 = mkN "eldsjдl" ; - eldsken_nn_1 = mkN "eldsken" neutrum ; - eldskur_nn_1 = mkN "eldskur" ; - eldslaeckare_nn_1 = mkN "eldslдckare" "eldslдckare" ; - eldslaeckning_nn_1 = mkN "eldslдckning" ; - eldslaendare_nn_1 = mkN "eldslдndare" "eldslдndare" ; - eldsljus_nn_1 = mkN "eldsljus" neutrum ; - eldslukare_nn_1 = mkN "eldslukare" "eldslukare" ; - eldsmaerke_nn_1 = mkN "eldsmдrke" ; - eldstaal_nn_1 = mkN "eldstеl" neutrum ; - eldstad_nn_1 = mkN "eldstad" "eldstдder" ; - eldstaellning_nn_1 = mkN "eldstдllning" ; - eldstod_nn_1 = mkN "eldstod" "eldstoder" ; - eldstorm_nn_1 = mkN "eldstorm" ; - eldstrid_nn_1 = mkN "eldstrid" "eldstrider" ; - eldsvaada_nn_1 = mkN "eldsvеda" ; - eldsvaadeunge_nn_1 = mkN "eldsvеdeunge" utrum ; - eldupphoer_nn_1 = mkN "eldupphцr" neutrum ; - eldupphoerorder_nn_1 = mkN "eldupphцrorder" ; - eldvapen_nn_1 = mkN "eldvapen" "eldvapnet" "eldvapen" "eldvapnen" ; - elefant_nn_1 = mkN "elefant" "elefanter" ; - elefantbete_nn_1 = mkN "elefantbete" utrum ; - elefantinhopp_nn_1 = mkN "elefantinhopp" neutrum ; - elefantnaebbmus_nn_1 = mkN "elefantnдbbmus" "elefantnдbbmusen" "elefantnдbbmцss" "elefantnдbbmцssen" ; - elegant_av_1 = mkA "elegant" "elegant" ; - elegi_nn_1 = mkN "elegi" "elegier" ; - elegisk_av_1 = mkA "elegisk" ; - elektor_nn_1 = mkN "elektor" "elektorer" ; - elektricitet_nn_1 = mkN "elektricitet" "elektriciteter" ; - elektricitetsmaengd_nn_1 = mkN "elektricitetsmдngd" "elektricitetsmдngder" ; - elektricitetsverk_nn_1 = mkN "elektricitetsverk" neutrum ; - elektriker_nn_1 = mkN "elektriker" "elektrikern" "elektriker" "elektrikerna" ; - elektrisk_av_1 = mkA "elektrisk" ; - elektrochock_nn_1 = mkN "elektrochock" "elektrochocker" ; - elektrod_nn_1 = mkN "elektrod" "elektroder" ; - elektroencefalografi_nn_1 = mkN "elektroencefalografi" "elektroencefalografier" ; - elektroencefalogram_nn_1 = mkN "elektroencefalogram" "elektroencefalogrammet" "elektroencefalogram" "elektroencefalogrammen" ; - elektrofilter_nn_1 = mkN "elektrofilter" neutrum ; - elektrofor_nn_1 = mkN "elektrofor" "elektroforen" "elektroforer" "elektroforerna" ; - elektroingenjoer_nn_1 = mkN "elektroingenjцr" "elektroingenjцrer" ; - elektrokardiografi_nn_1 = mkN "elektrokardiografi" "elektrokardiografier" ; - elektrokardiogram_nn_1 = mkN "elektrokardiogram" "elektrokardiogrammet" "elektrokardiogram" "elektrokardiogrammen" ; - elektrolys_nn_1 = mkN "elektrolys" "elektrolyser" ; - elektrolyt_nn_1 = mkN "elektrolyt" "elektrolyter" ; - elektrolytisk_av_1 = mkA "elektrolytisk" ; - elektromagnet_nn_1 = mkN "elektromagnet" "elektromagneter" ; - elektromagnetisk_av_1 = mkA "elektromagnetisk" ; - elektromekanisk_av_1 = mkA "elektromekanisk" ; - elektrometer_nn_1 = mkN "elektrometer" ; - elektromotor_nn_1 = mkN "elektromotor" "elektromotorer" ; - elektromotorisk_av_1 = mkA "elektromotorisk" ; - elektron_nn_1 = mkN "elektron" "elektroner" ; - elektronblixt_nn_1 = mkN "elektronblixt" ; - elektronegativitet_nn_1 = mkN "elektronegativitet" "elektronegativiteter" ; - elektronisk_av_1 = mkA "elektronisk" ; - elektronkamera_nn_1 = mkN "elektronkamera" ; - elektronmikroskop_nn_1 = mkN "elektronmikroskop" neutrum ; - elektronmikroskopbild_nn_1 = mkN "elektronmikroskopbild" "elektronmikroskopbilder" ; - elektronmikroskopi_nn_1 = mkN "elektronmikroskopi" "elektronmikroskopier" ; - elektronmoln_nn_1 = mkN "elektronmoln" neutrum ; - elektronpar_nn_1 = mkN "elektronpar" neutrum ; - elektronparbindning_nn_1 = mkN "elektronparbindning" ; - elektronroer_nn_1 = mkN "elektronrцr" neutrum ; - elektronroersdiod_nn_1 = mkN "elektronrцrsdiod" "elektronrцrsdioder" ; - elektronskal_nn_1 = mkN "elektronskal" neutrum ; - elektronstraale_nn_1 = mkN "elektronstrеle" utrum ; - elektronugn_nn_1 = mkN "elektronugn" ; - elektronvolt_nn_1 = mkN "elektronvolt" "elektronvolten" "elektronvolt" "elektronvolten" ; - elektroskop_nn_1 = mkN "elektroskop" neutrum ; - elektrostatisk_av_1 = mkA "elektrostatisk" ; - elektrosvag_av_1 = mkA "elektrosvag" ; - elektrotekniker_nn_1 = mkN "elektrotekniker" "elektroteknikern" "elektrotekniker" "elektroteknikerna" ; - elektroteknisk_av_1 = mkA "elektroteknisk" ; - elektrotyp_nn_1 = mkN "elektrotyp" "elektrotyper" ; - element_nn_1 = mkN "element" neutrum ; - elementa_nn_1 = mkN "elementa" "elementan" "elementa" "elementana" ; - elementaer_av_1 = mkA "elementдr" ; - elementarande_nn_1 = mkN "elementarande" utrum ; - elementarbok_nn_1 = mkN "elementarbok" "elementarbцcker" ; - elementarpartikel_nn_1 = mkN "elementarpartikel" ; - elev_nn_1 = mkN "elev" "elever" ; - elevation_nn_1 = mkN "elevation" "elevationer" ; - elevator_nn_1 = mkN "elevator" "elevatorer" ; - elevfartyg_nn_1 = mkN "elevfartyg" neutrum ; - elevhem_nn_1 = mkN "elevhem" "elevhemmet" "elevhem" "elevhemmen" ; - elevraad_nn_1 = mkN "elevrеd" neutrum ; - elevunderlag_nn_1 = mkN "elevunderlag" neutrum ; - elfenbenspalm_nn_1 = mkN "elfenbenspalm" "elfenbenspalmer" ; - elfenbenstorn_nn_1 = mkN "elfenbenstorn" "elfenbenstornet" "elfenbenstornen" "elfenbenstornena" ; - elgenerator_nn_1 = mkN "elgenerator" "elgeneratorer" ; - elgitarr_nn_1 = mkN "elgitarr" "elgitarrer" ; - elimination_nn_1 = mkN "elimination" "eliminationer" ; - elision_nn_1 = mkN "elision" "elisioner" ; - elit_nn_1 = mkN "elit" "eliter" ; - elitfoerband_nn_1 = mkN "elitfцrband" neutrum ; - elitidrott_nn_1 = mkN "elitidrott" "elitidrotter" ; - elitidrottsman_nn_1 = mkN "elitidrottsman" "elitidrottsmannen" "elitidrottsmдn" "elitidrottsmдnnen" ; - elitisk_av_1 = mkA "elitisk" ; - elitistisk_av_1 = mkA "elitistisk" ; - elitsoldat_nn_1 = mkN "elitsoldat" "elitsoldater" ; - elitteori_nn_1 = mkN "elitteori" "elitteorier" ; - elixir_nn_1 = mkN "elixir" neutrum ; - eljest_ab_1 = mkAdv "eljest" ; - elkoppling_nn_1 = mkN "elkoppling" ; - elkraftsaggregat_nn_1 = mkN "elkraftsaggregat" neutrum ; - ellande_ab_1 = mkAdv "ellande" ; - elledning_nn_1 = mkN "elledning" ; - ellips_nn_1 = mkN "ellips" "ellipser" ; - ellipsoid_nn_1 = mkN "ellipsoid" "ellipsoider" ; - elliptisk_av_1 = mkA "elliptisk" ; - elljusspaar_nn_1 = mkN "elljusspеr" neutrum ; - ellok_nn_1 = mkN "ellok" neutrum ; - elmaetare_nn_1 = mkN "elmдtare" "elmдtare" ; - elmotor_nn_1 = mkN "elmotor" "elmotorer" ; - elmseld_nn_1 = mkN "elmseld" ; - elnaet_nn_1 = mkN "elnдt" neutrum ; - eloge_nn_1 = mkN "eloge" "eloger" ; - elokvent_av_1 = mkA "elokvent" "elokvent" ; - elongation_nn_1 = mkN "elongation" "elongationer" ; - elorgel_nn_1 = mkN "elorgel" ; - elsevir_nn_1 = mkN "elsevir" "elsevirer" ; - elspis_nn_1 = mkN "elspis" ; - elstroem_nn_1 = mkN "elstrцm" "elstrцmmen" "elstrцmmar" "elstrцmmarna" ; - eluttag_nn_1 = mkN "eluttag" neutrum ; - eluvial_av_1 = mkA "eluvial" ; - elvadimensionell_av_1 = mkA "elvadimensionell" ; - elvamannalag_nn_1 = mkN "elvamannalag" neutrum ; - elverk_nn_1 = mkN "elverk" neutrum ; - elyseisk_av_1 = mkA "elyseisk" ; - elzevier_nn_1 = mkN "elzevier" "elzevierer" ; - emalj_nn_1 = mkN "emalj" "emaljer" ; - emaljfaerg_nn_1 = mkN "emaljfдrg" "emaljfдrger" ; - emaljfyllning_nn_1 = mkN "emaljfyllning" ; - emaljinlaeggning_nn_1 = mkN "emaljinlдggning" ; - emaljoega_nn_1 = mkN "emaljцga" "emaljцgat" "emaljцgon" "emaljцgonen" ; - emaljoer_nn_1 = mkN "emaljцr" "emaljцrer" ; - emaljplomb_nn_1 = mkN "emaljplomb" "emaljplomber" ; - emanation_nn_1 = mkN "emanation" "emanationer" ; - emballage_nn_1 = mkN "emballage" "emballaget" "emballage" "emballagen" ; - emblem_nn_1 = mkN "emblem" neutrum ; - emboli_nn_1 = mkN "emboli" "embolier" ; - embryo_nn_1 = mkN "embryo" "embryot" "embryon" "embryona" ; - embryolog_nn_1 = mkN "embryolog" "embryologer" ; - embryonal_av_1 = mkA "embryonal" ; - embryonisk_av_1 = mkA "embryonisk" ; - embryosaeck_nn_1 = mkN "embryosдck" ; - emellan_ab_1 = mkAdv "emellan" ; - emellanaat_ab_1 = mkAdv "emellanеt" ; - emellertid_ab_1 = mkAdv "emellertid" ; - emendation_nn_1 = mkN "emendation" "emendationer" ; - emeritus_nn_1 = mkN "emeritus" "emeritus" "emeriti" "emeritina" ; - emfatisk_av_1 = mkA "emfatisk" ; - emfysem_nn_1 = mkN "emfysem" neutrum ; - emigrant_nn_1 = mkN "emigrant" "emigranter" ; - eminens_nn_1 = mkN "eminens" "eminenser" ; - eminent_av_1 = mkA "eminent" "eminent" ; - emir_nn_1 = mkN "emir" "emirer" ; - emissarie_nn_1 = mkN "emissarie" "emissarier" ; - emission_nn_1 = mkN "emission" "emissioner" ; - emitter_nn_1 = mkN "emitter" ; - emot_ab_1 = mkAdv "emot" ; - emotion_nn_1 = mkN "emotion" "emotioner" ; - emotionell_av_1 = mkA "emotionell" ; - emotiv_av_1 = mkA "emotiv" ; - emotta_vb_1 = mkV "emotta" "emottar" "emotta" "emottog" "emottagit" "emottagen" ; - empirestil_nn_1 = mkN "empirestil" ; - empiriker_nn_1 = mkN "empiriker" "empirikern" "empiriker" "empirikerna" ; - empirisk_av_1 = mkA "empirisk" ; - empirist_nn_1 = mkN "empirist" "empirister" ; - empyem_nn_1 = mkN "empyem" neutrum ; - emu_nn_1 = mkN "emu" "emun" "emuer" "emuerna" ; - emulsion_nn_1 = mkN "emulsion" "emulsioner" ; - emulsionsfaerg_nn_1 = mkN "emulsionsfдrg" "emulsionsfдrger" ; - emulsionsspraengaemne_nn_1 = mkN "emulsionssprдngдmne" ; - en_ab_1 = mkAdv "en" ; - en_nn_1 = mkN "en" "enen" "enar" "enarna" ; - enaeggstvilling_nn_1 = mkN "enдggstvilling" ; - enahanda_av_1 = mkA "enahanda" ; - enaktare_nn_1 = mkN "enaktare" "enaktare" ; - enaraadande_av_1 = mkA "enarеdande" ; - enarmig_av_1 = mkA "enarmig" ; - enastaaende_av_1 = mkA "enastеende" ; - enaxlig_av_1 = mkA "enaxlig" ; - enbaeddsrum_nn_1 = mkN "enbдddsrum" "enbдddsrummet" "enbдddsrum" "enbдddsrummen" ; - enbaer_nn_1 = mkN "enbдr" neutrum ; - enbart_ab_1 = mkAdv "enbart" ; - enbasisk_av_1 = mkA "enbasisk" ; - enbent_av_1 = mkA "enbent" "enbent" ; - enbet_nn_1 = mkN "enbet" neutrum ; - enbuske_nn_1 = mkN "enbuske" utrum ; - enbyggare_nn_1 = mkN "enbyggare" "enbyggare" ; - encefalit_nn_1 = mkN "encefalit" "encefaliter" ; - encefalografi_nn_1 = mkN "encefalografi" "encefalografier" ; - encellig_av_1 = mkA "encellig" ; - encyklopedi_nn_1 = mkN "encyklopedi" "encyklopedier" ; - encyklopedisk_av_1 = mkA "encyklopedisk" ; - endast_ab_1 = mkAdv "endast" ; - endels_ab_1 = mkAdv "endels" ; - endemi_nn_1 = mkN "endemi" "endemier" ; - endemisk_av_1 = mkA "endemisk" ; - endimensionell_av_1 = mkA "endimensionell" ; - endiv_nn_1 = mkN "endiv" "endiver" ; - endogen_av_1 = mkA "endogen" ; - endokrin_av_1 = mkA "endokrin" ; - endokrinolog_nn_1 = mkN "endokrinolog" "endokrinologer" ; - endorfin_nn_1 = mkN "endorfin" "endorfinet" "endorfiner" "endorfinerna" ; - endossat_nn_1 = mkN "endossat" "endossater" ; - endossement_nn_1 = mkN "endossement" "endossementet" "endossementen" "endossementena" ; - endossent_nn_1 = mkN "endossent" "endossenter" ; - endotermisk_av_1 = mkA "endotermisk" ; - energi_nn_1 = mkN "energi" "energier" ; - energialternativ_nn_1 = mkN "energialternativ" neutrum ; - energibehov_nn_1 = mkN "energibehov" neutrum ; - energifoerlust_nn_1 = mkN "energifцrlust" "energifцrluster" ; - energiform_nn_1 = mkN "energiform" "energiformer" ; - energiinnehaall_nn_1 = mkN "energiinnehеll" neutrum ; - energikoncentration_nn_1 = mkN "energikoncentration" "energikoncentrationer" ; - energimaengd_nn_1 = mkN "energimдngd" "energimдngder" ; - energimarknad_nn_1 = mkN "energimarknad" "energimarknader" ; - energiomsaettning_nn_1 = mkN "energiomsдttning" ; - energiomvandling_nn_1 = mkN "energiomvandling" ; - energiomvandlingscentrum_nn_1 = mkN "energiomvandlingscentrum" neutrum ; - energirik_av_1 = mkA "energirik" ; - energisk_av_1 = mkA "energisk" ; - energiskatt_nn_1 = mkN "energiskatt" "energiskatter" ; - energiskog_nn_1 = mkN "energiskog" ; - energiteori_nn_1 = mkN "energiteori" "energiteorier" ; - energitillstaand_nn_1 = mkN "energitillstеnd" neutrum ; - energiupptagande_av_1 = mkA "energiupptagande" ; - energiutstraalning_nn_1 = mkN "energiutstrеlning" ; - energiverk_nn_1 = mkN "energiverk" neutrum ; - energivinst_nn_1 = mkN "energivinst" "energivinster" ; - enfaldeligen_ab_1 = mkAdv "enfaldeligen" ; - enfaldig_av_1 = mkA "enfaldig" ; - enfamiljshus_nn_1 = mkN "enfamiljshus" neutrum ; - enfas_av_1 = mkA "enfas" ; - enfasig_av_1 = mkA "enfasig" ; - enfoedd_av_1 = mkA "enfцdd" ; - enfoeraeldersfamilj_nn_1 = mkN "enfцrдldersfamilj" "enfцrдldersfamiljer" ; - enformig_av_1 = mkA "enformig" ; - engaang_ab_1 = mkAdv "engеng" ; - engaangsdos_nn_1 = mkN "engеngsdos" "engеngsdoser" ; - engaangshandduk_nn_1 = mkN "engеngshandduk" ; - engaangsnaesduk_nn_1 = mkN "engеngsnдsduk" ; - engaangsservett_nn_1 = mkN "engеngsservett" "engеngsservetter" ; - engaangsskatt_nn_1 = mkN "engеngsskatt" "engеngsskatter" ; - engaangstallrik_nn_1 = mkN "engеngstallrik" ; - engaangsvaerde_nn_1 = mkN "engеngsvдrde" ; - engagemang_nn_1 = mkN "engagemang" neutrum ; - engelsk_av_1 = mkA "engelsk" ; - engelska_nn_2 = mkN "engelska" ; - engelsman_nn_1 = mkN "engelsman" "engelsmannen" "engelsmдn" "engelsmдnnen" ; - englergrad_nn_1 = mkN "englergrad" "englergrader" ; - engram_nn_1 = mkN "engram" "engrammet" "engram" "engrammen" ; - engrossist_nn_1 = mkN "engrossist" "engrossister" ; - enhaellig_av_1 = mkA "enhдllig" ; - enharmonisk_av_1 = mkA "enharmonisk" ; - enhet_nn_1 = mkN "enhet" "enheter" ; - enhetlig_av_1 = mkA "enhetlig" ; - enhetscirkel_nn_1 = mkN "enhetscirkel" ; - enhetsflygplan_nn_1 = mkN "enhetsflygplan" neutrum ; - enhetsfront_nn_1 = mkN "enhetsfront" "enhetsfronter" ; - enhetsladdning_nn_1 = mkN "enhetsladdning" ; - enhetslast_nn_1 = mkN "enhetslast" "enhetslaster" ; - enhetsmaatt_nn_1 = mkN "enhetsmеtt" neutrum ; - enhetsparti_nn_1 = mkN "enhetsparti" "enhetspartit" "enhetspartier" "enhetspartierna" ; - enhetspatron_nn_1 = mkN "enhetspatron" "enhetspatroner" ; - enhetsporto_nn_1 = mkN "enhetsporto" "enhetsportot" "enhetsporton" "enhetsportona" ; - enhetspris_nn_1 = mkN "enhetspris" neutrum ; - enhetsvektor_nn_1 = mkN "enhetsvektor" "enhetsvektorer" ; - enhjaertbladig_av_1 = mkA "enhjдrtbladig" ; - enhoerning_nn_1 = mkN "enhцrning" ; - enig_av_1 = mkA "enig" ; - enighet_nn_1 = mkN "enighet" "enigheter" ; - enigmatisk_av_1 = mkA "enigmatisk" ; - enjambemang_nn_1 = mkN "enjambemang" neutrum ; - enkaet_nn_1 = mkN "enkдt" "enkдter" ; - enkammarsystem_nn_1 = mkN "enkammarsystem" neutrum ; - enkannerligen_ab_1 = mkAdv "enkannerligen" ; - enkel_av_1 = mkA "enkel" "enkelt" "enkla" "enkla" "enklare" "enklast" "enklaste" ; - enkelbeckasin_nn_1 = mkN "enkelbeckasin" "enkelbeckasiner" ; - enkelbiff_nn_1 = mkN "enkelbiff" ; - enkelbiljett_nn_1 = mkN "enkelbiljett" "enkelbiljetter" ; - enkelbredd_nn_1 = mkN "enkelbredd" "enkelbredder" ; - enkelhet_nn_1 = mkN "enkelhet" "enkelheter" ; - enkelkikare_nn_1 = mkN "enkelkikare" "enkelkikare" ; - enkelknaeppt_av_1 = mkA "enkelknдppt" "enkelknдppt" ; - enkelkvartett_nn_1 = mkN "enkelkvartett" "enkelkvartetter" ; - enkelladdare_nn_1 = mkN "enkelladdare" "enkelladdare" ; - enkelnervig_av_1 = mkA "enkelnervig" ; - enkelpipig_av_1 = mkA "enkelpipig" ; - enkelrad_nn_1 = mkN "enkelrad" "enkelrader" ; - enkelrum_nn_1 = mkN "enkelrum" "enkelrummet" "enkelrum" "enkelrummen" ; - enkelsaeng_nn_1 = mkN "enkelsдng" ; - enkelskriva_vb_1 = mkV "enkelskriva" "enkelskrev" "enkelskrivit" ; - enkelspaarig_av_1 = mkA "enkelspеrig" ; - enkelspel_nn_1 = mkN "enkelspel" "enkelspelet" "enkelspel" "enkelspelen" ; - enkeltimme_nn_1 = mkN "enkeltimme" utrum ; - enklav_nn_1 = mkN "enklav" "enklaver" ; - enklitisk_av_1 = mkA "enklitisk" ; - enkom_ab_1 = mkAdv "enkom" ; - enmanslivbaat_nn_1 = mkN "enmanslivbеt" ; - enmansshow_nn_1 = mkN "enmansshow" "enmansshower" ; - enmansvalkrets_nn_1 = mkN "enmansvalkrets" ; - enoegd_av_1 = mkA "enцgd" "enцgt" ; - enorm_av_1 = mkA "enorm" ; - enpartistat_nn_1 = mkN "enpartistat" "enpartistater" ; - enplanshus_nn_1 = mkN "enplanshus" neutrum ; - enpolig_av_1 = mkA "enpolig" ; - enpucklig_av_1 = mkA "enpucklig" ; - enraadig_av_1 = mkA "enrеdig" ; - enris_nn_1 = mkN "enris" neutrum ; - enrisroekt_av_1 = mkA "enrisrцkt" "enrisrцkt" ; - ens_ab_1 = mkAdv "ens" ; - ens_av_1 = mkA "ens" ; - ensak_nn_1 = mkN "ensak" "ensaker" ; - ensam_av_1 = mkA "ensam" "ensamt" "ensamma" "ensamma" "ensammare" "ensammast" "ensammaste" ; - ensamfoeraelder_nn_1 = mkN "ensamfцrдlder" ; - ensamgaard_nn_1 = mkN "ensamgеrd" ; - ensamhet_nn_1 = mkN "ensamhet" "ensamheter" ; - ensamraett_nn_1 = mkN "ensamrдtt" "ensamrдtter" ; - ensamseglare_nn_1 = mkN "ensamseglare" "ensamseglare" ; - ensamstaaende_av_1 = mkA "ensamstеende" ; - ense_av_1 = mkA "ense" ; - ensemble_nn_1 = mkN "ensemble" "ensembler" ; - ensfyr_nn_1 = mkN "ensfyr" ; - ensidig_av_1 = mkA "ensidig" ; - ensittare_nn_1 = mkN "ensittare" "ensittare" ; - enskild_av_1 = mkA "enskild" "enskilt" ; - enskildhet_nn_1 = mkN "enskildhet" "enskildheter" ; - enslig_av_1 = mkA "enslig" ; - ensling_nn_1 = mkN "ensling" ; - enslinje_nn_1 = mkN "enslinje" "enslinjer" ; - enspraakig_av_1 = mkA "ensprеkig" ; - enstaemmig_av_1 = mkA "enstдmmig" ; - enstaendig_av_1 = mkA "enstдndig" ; - enstaka_av_1 = mkA "enstaka" ; - enstavig_av_1 = mkA "enstavig" ; - enstensmur_nn_1 = mkN "enstensmur" ; - enstjaernig_av_1 = mkA "enstjдrnig" ; - enstoerig_av_1 = mkA "enstцrig" ; - enstoering_nn_1 = mkN "enstцring" ; - ental_nn_1 = mkN "ental" "entalet" "entalen" "entalena" ; - entente_nn_1 = mkN "entente" "ententer" ; - entertainer_nn_1 = mkN "entertainer" "entertainern" "entertainer" "entertainerna" ; - entitet_nn_1 = mkN "entitet" "entiteter" ; - entomolog_nn_1 = mkN "entomolog" "entomologer" ; - entomologisk_av_1 = mkA "entomologisk" ; - entonig_av_1 = mkA "entonig" ; - entraegen_av_1 = mkA "entrдgen" "entrдget" ; - entre_nn_1 = mkN "entrй" "entrйer" ; - entrecote_nn_1 = mkN "entrecote" "entrecoter" ; - entredoerr_nn_1 = mkN "entrйdцrr" ; - entreprenad_nn_1 = mkN "entreprenad" "entreprenader" ; - entreprenoer_nn_1 = mkN "entreprenцr" "entreprenцrer" ; - entresol_nn_1 = mkN "entresol" "entresoler" ; - entusiast_nn_1 = mkN "entusiast" "entusiaster" ; - entusiastisk_av_1 = mkA "entusiastisk" ; - entydig_av_1 = mkA "entydig" ; - entydighet_nn_1 = mkN "entydighet" "entydigheter" ; - entypsbaat_nn_1 = mkN "entypsbеt" ; - enumeration_nn_1 = mkN "enumeration" "enumerationer" ; - envaaldshaerskare_nn_1 = mkN "envеldshдrskare" "envеldshдrskare" ; - envaaningshus_nn_1 = mkN "envеningshus" neutrum ; - envaegskommunikation_nn_1 = mkN "envдgskommunikation" "envдgskommunikationer" ; - envaeldig_av_1 = mkA "envдldig" ; - envaerd_av_1 = mkA "envдrd" "envдrt" ; - enveten_av_1 = mkA "enveten" "envetet" ; - envig_nn_1 = mkN "envig" ; - environg_nn_1 = mkN "environg" "environger" ; - envis_av_1 = mkA "envis" ; - envoye_nn_1 = mkN "envoyй" "envoyйer" ; - enzym_nn_1 = mkN "enzym" neutrum ; - enzymsystem_nn_1 = mkN "enzymsystem" neutrum ; - enzymtvaettmedel_nn_1 = mkN "enzymtvдttmedel" neutrum ; - eoler_nn_1 = mkN "eoler" "eolern" "eoler" "eolerna" ; - eolisk_av_1 = mkA "eolisk" ; - eon_nn_1 = mkN "eon" "eoner" ; - eosin_nn_1 = mkN "eosin" "eosiner" ; - epaalett_nn_1 = mkN "epеlett" "epеletter" ; - epatraktor_nn_1 = mkN "epatraktor" "epatraktorer" ; - epicentrum_nn_1 = mkN "epicentrum" neutrum ; - epidemi_nn_1 = mkN "epidemi" "epidemier" ; - epidemisk_av_1 = mkA "epidemisk" ; - epiduralblockad_nn_1 = mkN "epiduralblockad" "epiduralblockader" ; - epifys_nn_1 = mkN "epifys" "epifyser" ; - epifyt_nn_1 = mkN "epifyt" "epifyter" ; - epigon_nn_1 = mkN "epigon" "epigoner" ; - epigram_nn_1 = mkN "epigram" "epigrammet" "epigram" "epigrammen" ; - epigrammatisk_av_1 = mkA "epigrammatisk" ; - epiker_nn_1 = mkN "epiker" "epikern" "epiker" "epikerna" ; - epikure_nn_1 = mkN "epikurй" "epikurйer" ; - epikureisk_av_1 = mkA "epikureisk" ; - epilepsi_nn_1 = mkN "epilepsi" "epilepsier" ; - epileptiker_nn_1 = mkN "epileptiker" "epileptikern" "epileptiker" "epileptikerna" ; - epilog_nn_1 = mkN "epilog" "epiloger" ; - episk_av_1 = mkA "episk" ; - episkop_nn_1 = mkN "episkop" neutrum ; - episkopal_av_1 = mkA "episkopal" ; - episkopat_nn_1 = mkN "episkopat" neutrum ; - episod_nn_1 = mkN "episod" "episoder" ; - episodisk_av_1 = mkA "episodisk" ; - epistel_nn_1 = mkN "epistel" ; - epistolaer_av_1 = mkA "epistolдr" ; - epistyl_nn_1 = mkN "epistyl" "epistyler" ; - epitaf_nn_1 = mkN "epitaf" "epitafet" "epitafer" "epitaferna" ; - epitafium_nn_1 = mkN "epitafium" "epitafiet" "epitafier" "epitafierna" ; - epitel_nn_1 = mkN "epitel" "epitelet" "epitel" "epitelen" ; - epitelcell_nn_1 = mkN "epitelcell" "epitelceller" ; - epitet_nn_1 = mkN "epitet" neutrum ; - epizoisk_av_1 = mkA "epizoisk" ; - epizooti_nn_1 = mkN "epizooti" "epizootier" ; - epok_nn_1 = mkN "epok" "epoker" ; - epokgoerande_av_1 = mkA "epokgцrande" ; - epos_nn_1 = mkN "epos" neutrum ; - erbarmlig_av_1 = mkA "erbarmlig" ; - erbjuda_vb_1 = mkV "erbjuda" "erbjцd" "erbjudit" ; - erbjudande_nn_1 = mkN "erbjudande" ; - erektion_nn_1 = mkN "erektion" "erektioner" ; - eremit_nn_1 = mkN "eremit" "eremiter" ; - eremitage_nn_1 = mkN "eremitage" "eremitaget" "eremitage" "eremitagen" ; - eremitisk_av_1 = mkA "eremitisk" ; - erfaren_av_1 = mkA "erfaren" "erfaret" ; - erfarenhet_nn_1 = mkN "erfarenhet" "erfarenheter" ; - erfarenhetsmaessig_av_1 = mkA "erfarenhetsmдssig" ; - erforderlig_av_1 = mkA "erforderlig" ; - ergo_ab_1 = mkAdv "ergo" ; - ergometer_nn_1 = mkN "ergometer" ; - ergonom_nn_1 = mkN "ergonom" "ergonomer" ; - ergonometrisk_av_1 = mkA "ergonometrisk" ; - ergonomisk_av_1 = mkA "ergonomisk" ; - erhaalla_vb_1 = mkV "erhеlla" "erhцll" "erhеllit" ; - erinnye_nn_1 = mkN "erinnye" "erinnyer" ; - erinran_nn_1 = mkN "erinran" "erinran" "erinringar" "erinringarna" ; - erinring_nn_1 = mkN "erinring" ; - erkaend_av_1 = mkA "erkдnd" ; - erkaennande_nn_1 = mkN "erkдnnande" ; - erkaennsam_av_1 = mkA "erkдnnsam" "erkдnnsamt" "erkдnnsamma" "erkдnnsamma" "erkдnnsammare" "erkдnnsammast" "erkдnnsammaste" ; - eroevrare_nn_1 = mkN "erцvrare" "erцvrare" ; - eroevring_nn_1 = mkN "erцvring" ; - erogen_av_1 = mkA "erogen" ; - erosion_nn_1 = mkN "erosion" "erosioner" ; - erotiker_nn_1 = mkN "erotiker" "erotikern" "erotiker" "erotikerna" ; - erotisk_av_1 = mkA "erotisk" ; - erotogen_av_1 = mkA "erotogen" ; - erotoman_av_1 = mkA "erotoman" ; - erotoman_nn_1 = mkN "erotoman" "erotomaner" ; - errata_nn_1 = mkN "errata" "erratan" "errata" "erratana" ; - erratisk_av_1 = mkA "erratisk" ; - ersaettare_nn_1 = mkN "ersдttare" "ersдttare" ; - ersaettlig_av_1 = mkA "ersдttlig" ; - ersaettning_nn_1 = mkN "ersдttning" ; - eruption_nn_1 = mkN "eruption" "eruptioner" ; - eruptiv_av_1 = mkA "eruptiv" ; - eruptivbergart_nn_1 = mkN "eruptivbergart" "eruptivbergarter" ; - escudo_nn_1 = mkN "escudo" "escudon" "escudos" "escudosen" ; - eselhuvud_nn_1 = mkN "eselhuvud" "eselhuvudet" "eselhuvuden" "eselhuvudena" ; - eskader_nn_1 = mkN "eskader" ; - eskapad_nn_1 = mkN "eskapad" "eskapader" ; - eskarp_nn_1 = mkN "eskarp" "eskarper" ; - eskatologisk_av_1 = mkA "eskatologisk" ; - eskimaa_nn_1 = mkN "eskimе" "eskimеer" ; - eskimaahund_nn_1 = mkN "eskimеhund" ; - eskort_nn_1 = mkN "eskort" "eskorter" ; - eskulap_nn_1 = mkN "eskulap" "eskulaper" ; - esomoftast_ab_1 = mkAdv "esomoftast" ; - esoterisk_av_1 = mkA "esoterisk" ; - espadrill_nn_1 = mkN "espadrill" "espadriller" ; - espagnolett_nn_1 = mkN "espagnolett" "espagnoletter" ; - esperantist_nn_1 = mkN "esperantist" "esperantister" ; - esplanad_nn_1 = mkN "esplanad" "esplanader" ; - espri_nn_2 = mkN "espri" "esprier" ; - ess_nn_1 = mkN "ess" neutrum ; - essae_nn_1 = mkN "essд" "essдn" "essдer" "essдerna" ; - essaefraaga_nn_1 = mkN "essдfrеga" ; - essaeist_nn_1 = mkN "essдist" "essдister" ; - essaeistisk_av_1 = mkA "essдistisk" ; - essaesamling_nn_1 = mkN "essдsamling" ; - essaeuppgift_nn_1 = mkN "essдuppgift" "essдuppgifter" ; - essay_nn_1 = mkN "essay" "essayer" ; - essayist_nn_1 = mkN "essayist" "essayister" ; - essayistik_nn_1 = mkN "essayistik" "essayistiker" ; - essayistisk_av_1 = mkA "essayistisk" ; - essaysamling_nn_1 = mkN "essaysamling" ; - essens_nn_1 = mkN "essens" "essenser" ; - essentiell_av_1 = mkA "essentiell" ; - est_nn_1 = mkN "est" "ester" ; - ester_nn_1 = mkN "ester" ; - esterplast_nn_1 = mkN "esterplast" "esterplaster" ; - estet_nn_1 = mkN "estet" "esteter" ; - estetiker_nn_1 = mkN "estetiker" "estetikern" "estetiker" "estetikerna" ; - estetisk_av_1 = mkA "estetisk" ; - estlaendare_nn_1 = mkN "estlдndare" "estlдndare" ; - estlaendsk_av_1 = mkA "estlдndsk" ; - estlaendska_nn_1 = mkN "estlдndska" ; - estnisk_av_1 = mkA "estnisk" ; - estniska_nn_2 = mkN "estniska" ; - estrad_nn_1 = mkN "estrad" "estrader" ; - estradartist_nn_1 = mkN "estradartist" "estradartister" ; - estraddebatt_nn_1 = mkN "estraddebatt" "estraddebatter" ; - estradoer_nn_1 = mkN "estradцr" "estradцrer" ; - estradsamtal_nn_1 = mkN "estradsamtal" "estradsamtalet" "estradsamtalen" "estradsamtalena" ; - etablissemang_nn_1 = mkN "etablissemang" neutrum ; - etagaer_nn_1 = mkN "etagдr" "etagдrer" ; - etage_nn_1 = mkN "etage" "etager" ; - etagevaaning_nn_1 = mkN "etagevеning" ; - etalong_nn_1 = mkN "etalong" "etalonger" ; - etan_nn_1 = mkN "etan" "etaner" ; - etapp_nn_1 = mkN "etapp" "etapper" ; - etapplinje_nn_1 = mkN "etapplinje" "etapplinjer" ; - etappvis_ab_1 = mkAdv "etappvis" ; - etcetera_ab_1 = mkAdv "etcetera" ; - eter_nn_1 = mkN "eter" ; - eterisering_nn_1 = mkN "eterisering" ; - eterisk_av_1 = mkA "eterisk" ; - etermedium_nn_1 = mkN "etermedium" "etermediet" "etermedier" "etermedierna" ; - eternell_nn_1 = mkN "eternell" "eterneller" ; - etiker_nn_1 = mkN "etiker" "etikern" "etiker" "etikerna" ; - etikett_nn_1 = mkN "etikett" "etiketter" ; - etiologisk_av_1 = mkA "etiologisk" ; - etiop_nn_1 = mkN "etiop" "etioper" ; - etiopier_nn_1 = mkN "etiopier" "etiopiern" "etiopier" "etiopierna" ; - etiopisk_av_1 = mkA "etiopisk" ; - etiopiska_nn_2 = mkN "etiopiska" ; - etisk_av_1 = mkA "etisk" ; - etnisk_av_1 = mkA "etnisk" ; - etnocentrisk_av_1 = mkA "etnocentrisk" ; - etnograf_nn_1 = mkN "etnograf" "etnografer" ; - etnografisk_av_1 = mkA "etnografisk" ; - etnolog_nn_1 = mkN "etnolog" "etnologer" ; - etnologisk_av_1 = mkA "etnologisk" ; - etolog_nn_1 = mkN "etolog" "etologer" ; - etologisk_av_1 = mkA "etologisk" ; - etrusk_nn_1 = mkN "etrusk" "etrusker" ; - etrusker_nn_1 = mkN "etrusker" "etruskern" "etrusker" "etruskerna" ; - etruskisk_av_1 = mkA "etruskisk" ; - etruskiska_nn_2 = mkN "etruskiska" ; - etsmedel_nn_1 = mkN "etsmedel" neutrum ; - etsning_nn_1 = mkN "etsning" ; - ettaarig_av_1 = mkA "ettеrig" ; - ettaaring_nn_1 = mkN "ettеring" ; - ettoering_nn_1 = mkN "ettцring" ; - ettrig_av_1 = mkA "ettrig" ; - ettstruken_av_1 = mkA "ettstruken" "ettstruket" ; - etui_nn_1 = mkN "etui" "etuiet" "etuier" "etuierna" ; - etyd_nn_1 = mkN "etyd" "etyder" ; - etymolog_nn_1 = mkN "etymolog" "etymologer" ; - etymologi_nn_1 = mkN "etymologi" "etymologier" ; - etymologisk_av_1 = mkA "etymologisk" ; - eufemism_nn_1 = mkN "eufemism" "eufemismer" ; - eufoni_nn_1 = mkN "eufoni" "eufonier" ; - eufori_nn_1 = mkN "eufori" "euforier" ; - euforisk_av_1 = mkA "euforisk" ; - euklidisk_av_1 = mkA "euklidisk" ; - eumenid_nn_1 = mkN "eumenid" "eumenider" ; - eunuck_nn_1 = mkN "eunuck" "eunucker" ; - eurasier_nn_1 = mkN "eurasier" "eurasiern" "eurasier" "eurasierna" ; - eurasisk_av_1 = mkA "eurasisk" ; - euro_nn_1 = mkN "euro" "euron" "euro" "eurona" ; - eurodollar_nn_1 = mkN "eurodollar" "eurodollarn" "eurodollar" "eurodollarna" ; - europamaestare_nn_1 = mkN "europamдstare" "europamдstare" ; - europamaesterskap_nn_1 = mkN "europamдsterskap" "europamдsterskapet" "europamдsterskapen" "europamдsterskapena" ; - europavaeg_nn_1 = mkN "europavдg" ; - europe_nn_1 = mkN "europй" "europйer" ; - europeisk_av_1 = mkA "europeisk" ; - europeiska_nn_1 = mkN "europeiska" ; - europid_nn_1 = mkN "europid" "europider" ; - eurytmi_nn_1 = mkN "eurytmi" "eurytmier" ; - eutrof_av_1 = mkA "eutrof" ; - evaerdlig_av_1 = mkA "evдrdlig" ; - evakostym_nn_1 = mkN "evakostym" "evakostymer" ; - evakuering_nn_1 = mkN "evakuering" ; - evangeliebok_nn_1 = mkN "evangeliebok" "evangeliebцcker" ; - evangelisk_av_1 = mkA "evangelisk" ; - evangelist_nn_1 = mkN "evangelist" "evangelister" ; - evangelium_nn_1 = mkN "evangelium" "evangeliet" "evangelier" "evangelierna" ; - evar_ab_1 = mkAdv "evar" ; - evart_ab_1 = mkAdv "evart" ; - evenemang_nn_1 = mkN "evenemang" neutrum ; - eventualitet_nn_1 = mkN "eventualitet" "eventualiteter" ; - eventuell_av_1 = mkA "eventuell" ; - evergreen_nn_1 = mkN "evergreen" "evergreenen" "evergreens" "evergreensen" ; - evertebrat_nn_1 = mkN "evertebrat" "evertebrater" ; - evident_av_1 = mkA "evident" "evident" ; - evig_av_1 = mkA "evig" ; - evighet_nn_1 = mkN "evighet" "evigheter" ; - evighetskalender_nn_1 = mkN "evighetskalender" ; - evighetsmaskin_nn_1 = mkN "evighetsmaskin" "evighetsmaskiner" ; - evinnerlig_av_1 = mkA "evinnerlig" ; - evinnerligen_ab_1 = mkAdv "evinnerligen" ; - evolution_nn_1 = mkN "evolution" "evolutioner" ; - evolutionaer_av_1 = mkA "evolutionдr" ; - evolutionist_nn_1 = mkN "evolutionist" "evolutionister" ; - evolutionsbiolog_nn_1 = mkN "evolutionsbiolog" "evolutionsbiologer" ; - evolutionsforskning_nn_1 = mkN "evolutionsforskning" ; - evolutionsmekanism_nn_1 = mkN "evolutionsmekanism" "evolutionsmekanismer" ; - evolutionsteori_nn_1 = mkN "evolutionsteori" "evolutionsteorier" ; - exakt_av_1 = mkA "exakt" "exakt" ; - exakthet_nn_1 = mkN "exakthet" "exaktheter" ; - examen_nn_1 = mkN "examen" "examen" "examina" "examina" ; - examinand_nn_1 = mkN "examinand" "examinander" ; - examination_nn_1 = mkN "examination" "examinationer" ; - examinator_nn_1 = mkN "examinator" "examinatorer" ; - examinatorium_nn_1 = mkN "examinatorium" "examinatoriumet" "examinatorier" "examinatorierna" ; - exantem_nn_1 = mkN "exantem" neutrum ; - excellens_nn_1 = mkN "excellens" "excellenser" ; - excellent_av_1 = mkA "excellent" "excellent" ; - excenter_nn_1 = mkN "excenter" ; - excentricitet_nn_1 = mkN "excentricitet" "excentriciteter" ; - excentriker_nn_1 = mkN "excentriker" "excentrikern" "excentriker" "excentrikerna" ; - excentrisk_av_1 = mkA "excentrisk" ; - exceptionell_av_1 = mkA "exceptionell" ; - excerpist_nn_1 = mkN "excerpist" "excerpister" ; - excerpt_nn_1 = mkN "excerpt" "excerpter" ; - excess_nn_1 = mkN "excess" "excesser" ; - excision_nn_1 = mkN "excision" "excisioner" ; - excitation_nn_1 = mkN "excitation" "excitationer" ; - exeget_nn_1 = mkN "exeget" "exegeter" ; - exekution_nn_1 = mkN "exekution" "exekutioner" ; - exekutiv_av_1 = mkA "exekutiv" ; - exekutiv_nn_1 = mkN "exekutiv" "exekutiver" ; - exekutoer_nn_1 = mkN "exekutцr" "exekutцrer" ; - exekutor_nn_1 = mkN "exekutor" "exekutorer" ; - exekutorisk_av_1 = mkA "exekutorisk" ; - exempel_nn_1 = mkN "exempel" neutrum ; - exempelloes_av_1 = mkA "exempellцs" ; - exempelvis_ab_1 = mkAdv "exempelvis" ; - exemplar_nn_1 = mkN "exemplar" neutrum ; - exemplarisk_av_1 = mkA "exemplarisk" ; - exemplifiering_nn_1 = mkN "exemplifiering" ; - exemplifikation_nn_1 = mkN "exemplifikation" "exemplifikationer" ; - exercis_nn_1 = mkN "exercis" "exerciser" ; - exhibitionist_nn_1 = mkN "exhibitionist" "exhibitionister" ; - exhustru_nn_1 = mkN "exhustru" "exhustrun" "exhustrur" "exhustrurna" ; - exigibel_av_1 = mkA "exigibel" "exigibelt" "exigibla" "exigibla" "exigiblare" "exigiblast" "exigiblaste" ; - existens_nn_1 = mkN "existens" "existenser" ; - existensminimum_nn_1 = mkN "existensminimum" neutrum ; - existentiell_av_1 = mkA "existentiell" ; - exklamation_nn_1 = mkN "exklamation" "exklamationer" ; - exklamatorisk_av_1 = mkA "exklamatorisk" ; - exklusiv_av_1 = mkA "exklusiv" ; - exklusivitet_nn_1 = mkN "exklusivitet" "exklusiviteter" ; - exkrement_nn_1 = mkN "exkrement" "exkrementet" "exkrementer" "exkrementerna" ; - exkremental_av_1 = mkA "exkremental" ; - exkret_nn_1 = mkN "exkret" neutrum ; - exkretion_nn_1 = mkN "exkretion" "exkretioner" ; - exkung_nn_1 = mkN "exkung" ; - exkurs_nn_1 = mkN "exkurs" "exkurser" ; - exkursion_nn_1 = mkN "exkursion" "exkursioner" ; - exlibris_nn_1 = mkN "exlibris" neutrum ; - exogen_av_1 = mkA "exogen" ; - exorcist_nn_1 = mkN "exorcist" "exorcister" ; - exoterisk_av_1 = mkA "exoterisk" ; - exotermisk_av_1 = mkA "exotermisk" ; - exotisk_av_1 = mkA "exotisk" ; - expansibel_av_1 = mkA "expansibel" "expansibelt" "expansibla" "expansibla" "expansiblare" "expansiblast" "expansiblaste" ; - expansionskaerl_nn_1 = mkN "expansionskдrl" neutrum ; - expansiv_av_1 = mkA "expansiv" ; - expedit_av_1 = mkA "expedit" "expedit" ; - expedit_nn_1 = mkN "expedit" "expediter" ; - expedition_nn_1 = mkN "expedition" "expeditioner" ; - expeditionskaar_nn_1 = mkN "expeditionskеr" "expeditionskеrer" ; - expeditionsministaer_nn_1 = mkN "expeditionsministдr" "expeditionsministдrer" ; - expeditionsregering_nn_1 = mkN "expeditionsregering" ; - expeditionsvakt_nn_1 = mkN "expeditionsvakt" "expeditionsvakter" ; - expeditoer_nn_1 = mkN "expeditцr" "expeditцrer" ; - expektoration_nn_1 = mkN "expektoration" "expektorationer" ; - experiment_nn_1 = mkN "experiment" neutrum ; - experimentalfysiker_nn_1 = mkN "experimentalfysiker" "experimentalfysikern" "experimentalfysiker" "experimentalfysikerna" ; - experimentator_nn_1 = mkN "experimentator" "experimentatorer" ; - experimentell_av_1 = mkA "experimentell" ; - experimentgymnasium_nn_1 = mkN "experimentgymnasium" "experimentgymnasiet" "experimentgymnasier" "experimentgymnasierna" ; - expert_nn_1 = mkN "expert" "experter" ; - expertgrupp_nn_1 = mkN "expertgrupp" "expertgrupper" ; - expertkrets_nn_1 = mkN "expertkrets" ; - expertspraak_nn_1 = mkN "expertsprеk" neutrum ; - explanativ_av_1 = mkA "explanativ" ; - explicit_av_1 = mkA "explicit" "explicit" ; - explikation_nn_1 = mkN "explikation" "explikationer" ; - exploatering_nn_1 = mkN "exploatering" ; - exploatoer_nn_1 = mkN "exploatцr" "exploatцrer" ; - explosion_nn_1 = mkN "explosion" "explosioner" ; - explosionsfoerlopp_nn_1 = mkN "explosionsfцrlopp" neutrum ; - explosionshaerd_nn_1 = mkN "explosionshдrd" ; - explosionsmotor_nn_1 = mkN "explosionsmotor" "explosionsmotorer" ; - explosionsoegonblick_nn_1 = mkN "explosionsцgonblick" neutrum ; - explosionssaett_nn_1 = mkN "explosionssдtt" neutrum ; - explosiv_av_1 = mkA "explosiv" ; - expo_nn_1 = mkN "expo" "expor" ; - exponent_nn_1 = mkN "exponent" "exponenter" ; - exponentiell_av_1 = mkA "exponentiell" ; - exponering_nn_1 = mkN "exponering" ; - exponeringsmaetare_nn_1 = mkN "exponeringsmдtare" "exponeringsmдtare" ; - export_nn_1 = mkN "export" "exporter" ; - exportinkomst_nn_1 = mkN "exportinkomst" "exportinkomster" ; - exportmarknad_nn_1 = mkN "exportmarknad" "exportmarknader" ; - exportoer_nn_1 = mkN "exportцr" "exportцrer" ; - expose_nn_1 = mkN "exposй" "exposйer" ; - exposition_nn_1 = mkN "exposition" "expositioner" ; - express_ab_1 = mkAdv "express" ; - express_nn_1 = mkN "express" "expresser" ; - expressbrev_nn_1 = mkN "expressbrev" neutrum ; - expressbyraa_nn_1 = mkN "expressbyrе" "expressbyrеer" ; - expressfoersaendelse_nn_1 = mkN "expressfцrsдndelse" "expressfцrsдndelser" ; - expressionist_nn_1 = mkN "expressionist" "expressionister" ; - expressiv_av_1 = mkA "expressiv" ; - expressivitet_nn_1 = mkN "expressivitet" "expressiviteter" ; - expropriation_nn_1 = mkN "expropriation" "expropriationer" ; - exsickat_nn_1 = mkN "exsickat" neutrum ; - exsickator_nn_1 = mkN "exsickator" "exsickatorer" ; - exsudat_nn_1 = mkN "exsudat" neutrum ; - extatisk_av_1 = mkA "extatisk" ; - extempore_ab_1 = mkAdv "extempore" ; - extension_nn_1 = mkN "extension" "extensioner" ; - extensiv_av_1 = mkA "extensiv" ; - exterioer_nn_1 = mkN "exteriцr" "exteriцrer" ; - extern_av_1 = mkA "extern" ; - extern_nn_1 = mkN "extern" "externer" ; - externat_nn_1 = mkN "externat" neutrum ; - exterritoriell_av_1 = mkA "exterritoriell" ; - extra_ab_1 = mkAdv "extra" ; - extra_av_1 = mkA "extra" ; - extrainkomst_nn_1 = mkN "extrainkomst" "extrainkomster" ; - extrajudiciell_av_1 = mkA "extrajudiciell" ; - extraknaeck_nn_1 = mkN "extraknдck" neutrum ; - extrakontant_av_1 = mkA "extrakontant" "extrakontant" ; - extrakt_nn_1 = mkN "extrakt" neutrum ; - extraktion_nn_1 = mkN "extraktion" "extraktioner" ; - extraktivaemne_nn_1 = mkN "extraktivдmne" ; - extraktor_nn_1 = mkN "extraktor" "extraktorer" ; - extramural_av_1 = mkA "extramural" ; - extraordinaer_av_1 = mkA "extraordinдr" ; - extraordinarie_av_1 = mkA "extraordinarie" ; - extraordinarie_nn_1 = mkN "extraordinarie" "extraordinarier" ; - extrapolation_nn_1 = mkN "extrapolation" "extrapolationer" ; - extrapris_nn_1 = mkN "extrapris" neutrum ; - extrasol_nn_1 = mkN "extrasol" ; - extrauterin_av_1 = mkA "extrauterin" ; - extravagans_nn_1 = mkN "extravagans" "extravaganser" ; - extravagant_av_1 = mkA "extravagant" "extravagant" ; - extrem_av_1 = mkA "extrem" ; - extrem_nn_1 = mkN "extrem" "extremer" ; - extremist_nn_1 = mkN "extremist" "extremister" ; - extremitet_nn_1 = mkN "extremitet" "extremiteter" ; - extrovert_av_1 = mkA "extrovert" "extrovert" ; - eye_liner_nn_1 = mkN "eye-liner" "eye-linern" "eye-liners" "eye-linersen" ; - faa_av_1 = mkA "fе" "fе" "fе" "fдrre" "fдrst" ; - faafaeng_av_1 = mkA "fеfдng" ; - faafaenglig_av_1 = mkA "fеfдnglig" ; - faafaenglighet_nn_1 = mkN "fеfдnglighet" "fеfдngligheter" ; - faagel_nn_1 = mkN "fеgel" ; - faagelaegg_nn_1 = mkN "fеgelдgg" neutrum ; - faagelbad_nn_1 = mkN "fеgelbad" neutrum ; - faagelbaer_nn_1 = mkN "fеgelbдr" neutrum ; - faagelbo_nn_1 = mkN "fеgelbo" "fеgelbot" "fеgelbon" "fеgelboen" ; - faagelbur_nn_1 = mkN "fеgelbur" ; - faagelfjaeder_nn_1 = mkN "fеgelfjдder" ; - faagelfot_nn_1 = mkN "fеgelfot" "fеgelfцtter" ; - faagelfri_av_1 = mkA "fеgelfri" "fеgelfritt" ; - faagelholk_nn_1 = mkN "fеgelholk" ; - faagelhund_nn_1 = mkN "fеgelhund" ; - faageljakt_nn_1 = mkN "fеgeljakt" "fеgeljakter" ; - faagelperspektiv_nn_1 = mkN "fеgelperspektiv" neutrum ; - faagelskaadare_nn_1 = mkN "fеgelskеdare" "fеgelskеdare" ; - faagelskaadning_nn_1 = mkN "fеgelskеdning" ; - faagelstraeck_nn_1 = mkN "fеgelstrдck" neutrum ; - faagelunge_nn_1 = mkN "fеgelunge" utrum ; - faagelvinge_nn_1 = mkN "fеgelvinge" utrum ; - faakunnig_av_1 = mkA "fеkunnig" ; - faale_nn_1 = mkN "fеle" utrum ; - faall_nn_1 = mkN "fеll" ; - faallbaenk_nn_1 = mkN "fеllbдnk" ; - faamaeld_av_1 = mkA "fеmдld" "fеmдlt" ; - faamansfoeretag_nn_1 = mkN "fеmansfцretag" neutrum ; - faan_nn_1 = mkN "fеn" neutrum ; - faane_nn_1 = mkN "fеne" utrum ; - faaneri_nn_1 = mkN "fеneri" "fеnerit" "fеnerier" "fеnerierna" ; - faang_nn_1 = mkN "fеng" neutrum ; - faange_nn_1 = mkN "fеnge" utrum ; - faangen_av_1 = mkA "fеngen" "fеnget" ; - faangeshandling_nn_1 = mkN "fеngeshandling" ; - faangesman_nn_1 = mkN "fеngesman" "fеngesmannen" "fеngesmдn" "fеngesmдnnen" ; - faanglaeger_nn_1 = mkN "fеnglдger" neutrum ; - faangst_nn_1 = mkN "fеngst" "fеngster" ; - faangstanordning_nn_1 = mkN "fеngstanordning" ; - faangstfolk_nn_1 = mkN "fеngstfolk" neutrum ; - faangstgrop_nn_1 = mkN "fеngstgrop" ; - faangstkrok_nn_1 = mkN "fеngstkrok" ; - faangstkultur_nn_1 = mkN "fеngstkultur" "fеngstkulturer" ; - faangstplats_nn_1 = mkN "fеngstplats" "fеngstplatser" ; - faangstredskap_nn_1 = mkN "fеngstredskap" "fеngstredskapet" "fеngstredskapen" "fеngstredskapena" ; - faangvaktare_nn_1 = mkN "fеngvaktare" "fеngvaktare" ; - faanig_av_1 = mkA "fеnig" ; - faanskratt_nn_1 = mkN "fеnskratt" neutrum ; - faantratt_nn_1 = mkN "fеntratt" ; - faaordig_av_1 = mkA "fеordig" ; - faar_nn_1 = mkN "fеr" neutrum ; - faaraktig_av_1 = mkA "fеraktig" ; - faarbogsaerm_nn_1 = mkN "fеrbogsдrm" ; - faarfiol_nn_1 = mkN "fеrfiol" "fеrfioler" ; - faarhund_nn_1 = mkN "fеrhund" ; - faarost_nn_1 = mkN "fеrost" ; - faarskalle_nn_1 = mkN "fеrskalle" utrum ; - faarskinn_nn_1 = mkN "fеrskinn" neutrum ; - faat_nn_1 = mkN "fеt" "fеter" ; - faatal_nn_1 = mkN "fеtal" "fеtalet" "fеtalen" "fеtalena" ; - faatalig_av_1 = mkA "fеtalig" ; - faatoelj_nn_1 = mkN "fеtцlj" "fеtцljer" ; - faavitsk_av_1 = mkA "fеvitsk" ; - fabel_nn_1 = mkN "fabel" "fabeln" "fabler" "fablerna" ; - fabelaktig_av_1 = mkA "fabelaktig" ; - fabeldjur_nn_1 = mkN "fabeldjur" neutrum ; - fabrik_nn_1 = mkN "fabrik" "fabriker" ; - fabrikant_nn_1 = mkN "fabrikant" "fabrikanter" ; - fabrikat_nn_1 = mkN "fabrikat" neutrum ; - fabrikation_nn_1 = mkN "fabrikation" "fabrikationer" ; - fabrikoer_nn_1 = mkN "fabrikцr" "fabrikцrer" ; - fabriksmaessig_av_1 = mkA "fabriksmдssig" ; - fabriksny_av_1 = mkA "fabriksny" "fabriksnytt" ; - fabrikspris_nn_1 = mkN "fabrikspris" neutrum ; - fabriksskorsten_nn_1 = mkN "fabriksskorsten" "fabriksskorstenen" "fabriksskorstenar" "fabriksskorstenarna" ; - fabulering_nn_1 = mkN "fabulering" ; - fabuloes_av_1 = mkA "fabulцs" ; - facil_av_1 = mkA "facil" ; - facilitet_nn_1 = mkN "facilitet" "faciliteter" ; - fack_nn_1 = mkN "fack" neutrum ; - fackelblomster_nn_1 = mkN "fackelblomster" neutrum ; - fackeltaag_nn_1 = mkN "fackeltеg" neutrum ; - fackfoerbund_nn_1 = mkN "fackfцrbund" neutrum ; - fackfoerening_nn_1 = mkN "fackfцrening" ; - fackfoereningsroerelse_nn_1 = mkN "fackfцreningsrцrelse" "fackfцreningsrцrelser" ; - fackidiot_nn_1 = mkN "fackidiot" "fackidioter" ; - fackkunnig_av_1 = mkA "fackkunnig" ; - fackkunskap_nn_1 = mkN "fackkunskap" "fackkunskaper" ; - fackla_nn_1 = mkN "fackla" ; - facklig_av_1 = mkA "facklig" ; - fackmaessig_av_1 = mkA "fackmдssig" ; - fackman_nn_1 = mkN "fackman" "fackmannen" "fackmдn" "fackmдnnen" ; - fackminister_nn_1 = mkN "fackminister" ; - fackordbok_nn_1 = mkN "fackordbok" "fackordbцcker" ; - fackorgan_nn_1 = mkN "fackorgan" neutrum ; - fackspraak_nn_1 = mkN "facksprеk" neutrum ; - fackterm_nn_1 = mkN "fackterm" "facktermer" ; - facktidskrift_nn_1 = mkN "facktidskrift" "facktidskrifter" ; - fackutskottsprincip_nn_1 = mkN "fackutskottsprincip" "fackutskottsprinciper" ; - fackverk_nn_1 = mkN "fackverk" neutrum ; - fadaes_nn_1 = mkN "fadдs" "fadдser" ; - fadder_nn_1 = mkN "fadder" ; - fadderbarn_nn_1 = mkN "fadderbarn" neutrum ; - fader_nn_1 = mkN "fader" "fadern" "fдder" "fдderna" ; - faderlig_av_1 = mkA "faderlig" ; - fadermoerdare_nn_1 = mkN "fadermцrdare" "fadermцrdare" ; - fadersarv_nn_1 = mkN "fadersarv" neutrum ; - fadersfigur_nn_1 = mkN "fadersfigur" "fadersfigurer" ; - fadersgestalt_nn_1 = mkN "fadersgestalt" "fadersgestalter" ; - fadershus_nn_1 = mkN "fadershus" neutrum ; - faderskomplex_nn_1 = mkN "faderskomplex" neutrum ; - fadersnamn_nn_1 = mkN "fadersnamn" neutrum ; - fadersvaelde_nn_1 = mkN "fadersvдlde" ; - fadervaar_nn_1 = mkN "fadervеr" neutrum ; - fae_nn_1 = mkN "fд" "fдet" "fдn" "fдna" ; - faeaktig_av_1 = mkA "fдaktig" ; - faebless_nn_1 = mkN "fдbless" "fдblesser" ; - faebod_nn_1 = mkN "fдbod" ; - faebodvall_nn_1 = mkN "fдbodvall" ; - faedernesland_nn_1 = mkN "fдdernesland" neutrum ; - faegnad_nn_1 = mkN "fдgnad" "fдgnader" ; - faegnesam_av_1 = mkA "fдgnesam" "fдgnesamt" "fдgnesamma" "fдgnesamma" "fдgnesammare" "fдgnesammast" "fдgnesammaste" ; - faehund_nn_1 = mkN "fдhund" ; - faehus_nn_1 = mkN "fдhus" neutrum ; - faektare_nn_1 = mkN "fдktare" "fдktare" ; - faektning_nn_1 = mkN "fдktning" ; - faelg_nn_1 = mkN "fдlg" ; - faelgkors_nn_1 = mkN "fдlgkors" neutrum ; - faell_nn_1 = mkN "fдll" ; - faellbar_av_1 = mkA "fдllbar" ; - faellkniv_nn_1 = mkN "fдllkniv" ; - faellkoel_nn_1 = mkN "fдllkцl" ; - faellning_nn_1 = mkN "fдllning" ; - faellstol_nn_1 = mkN "fдllstol" ; - faelt_nn_1 = mkN "fдlt" neutrum ; - faeltarme_nn_1 = mkN "fдltarmй" "fдltarmйer" ; - faeltassistent_nn_1 = mkN "fдltassistent" "fдltassistenter" ; - faeltbiolog_nn_1 = mkN "fдltbiolog" "fдltbiologer" ; - faeltflygare_nn_1 = mkN "fдltflygare" "fдltflygare" ; - faeltfoersoek_nn_1 = mkN "fдltfцrsцk" neutrum ; - faeltgraa_av_1 = mkA "fдltgrе" "fдltgrеtt" ; - faelthare_nn_1 = mkN "fдlthare" utrum ; - faeltherre_nn_1 = mkN "fдltherre" utrum ; - faelthoens_nn_1 = mkN "fдlthцns" neutrum ; - faeltkikare_nn_1 = mkN "fдltkikare" "fдltkikare" ; - faeltmaessig_av_1 = mkA "fдltmдssig" ; - faeltmaetning_nn_1 = mkN "fдltmдtning" ; - faeltmarskalk_nn_1 = mkN "fдltmarskalk" ; - faeltpraest_nn_1 = mkN "fдltprдst" "fдltprдster" ; - faeltrop_nn_1 = mkN "fдltrop" neutrum ; - faeltskaer_nn_1 = mkN "fдltskдr" "fдltskдrer" ; - faeltslag_nn_1 = mkN "fдltslag" neutrum ; - faeltspat_nn_1 = mkN "fдltspat" "fдltspater" ; - faeltstudium_nn_1 = mkN "fдltstudium" "fдltstudiet" "fдltstudier" "fдltstudierna" ; - faeltstyrka_nn_1 = mkN "fдltstyrka" ; - faelttaag_nn_1 = mkN "fдlttеg" neutrum ; - faelttaagsplan_nn_1 = mkN "fдlttеgsplan" "fдlttеgsplaner" ; - faelttaevlan_nn_1 = mkN "fдlttдvlan" "fдlttдvlan" "fдlttдvlningar" "fдlttдvlningarna" ; - faelttecken_nn_1 = mkN "fдlttecken" "fдlttecknet" "fдlttecken" "fдlttecknen" ; - faelttjaenstgoering_nn_1 = mkN "fдlttjдnstgцring" ; - faelttjaenstoevning_nn_1 = mkN "fдlttjдnstцvning" ; - faeltuniform_nn_1 = mkN "fдltuniform" "fдltuniformer" ; - faenad_nn_1 = mkN "fдnad" "fдnader" ; - faengelse_nn_1 = mkN "fдngelse" "fдngelset" "fдngelser" "fдngelserna" ; - faengelsecell_nn_1 = mkN "fдngelsecell" "fдngelseceller" ; - faengelsefoerhaallande_nn_1 = mkN "fдngelsefцrhеllande" ; - faengelsekund_nn_1 = mkN "fдngelsekund" "fдngelsekunder" ; - faengelsestraff_nn_1 = mkN "fдngelsestraff" neutrum ; - faenghaal_nn_1 = mkN "fдnghеl" neutrum ; - faengsel_nn_1 = mkN "fдngsel" neutrum ; - faengslande_av_1 = mkA "fдngslande" ; - faengslig_av_1 = mkA "fдngslig" ; - faenrik_nn_1 = mkN "fдnrik" ; - faerd_nn_1 = mkN "fдrd" "fдrder" ; - faerdbevis_nn_1 = mkN "fдrdbevis" neutrum ; - faerdbiljett_nn_1 = mkN "fдrdbiljett" "fдrdbiljetter" ; - faerdig_av_1 = mkA "fдrdig" ; - faerdighet_nn_1 = mkN "fдrdighet" "fдrdigheter" ; - faerdighetsaemne_nn_1 = mkN "fдrdighetsдmne" ; - faerdighetstraening_nn_1 = mkN "fдrdighetstrдning" ; - faerdknaepp_nn_1 = mkN "fдrdknдpp" ; - faerdled_nn_1 = mkN "fдrdled" "fдrdleder" ; - faerdledare_nn_1 = mkN "fдrdledare" "fдrdledare" ; - faerdmedel_nn_1 = mkN "fдrdmedel" neutrum ; - faerdriktning_nn_1 = mkN "fдrdriktning" ; - faerdskrivare_nn_1 = mkN "fдrdskrivare" "fдrdskrivare" ; - faerdvaeg_nn_1 = mkN "fдrdvдg" ; - faerg_nn_1 = mkN "fдrg" "fдrger" ; - faergaekta_av_1 = mkA "fдrgдkta" ; - faergaemne_nn_1 = mkN "fдrgдmne" ; - faergbad_nn_1 = mkN "fдrgbad" neutrum ; - faergband_nn_1 = mkN "fдrgband" neutrum ; - faergbestaendig_av_1 = mkA "fдrgbestдndig" ; - faergbild_nn_1 = mkN "fдrgbild" "fдrgbilder" ; - faergblandning_nn_1 = mkN "fдrgblandning" ; - faergblind_av_1 = mkA "fдrgblind" ; - faergeri_nn_1 = mkN "fдrgeri" "fдrgerit" "fдrgerier" "fдrgerierna" ; - faergfilter_nn_1 = mkN "fдrgfilter" neutrum ; - faergfoeraendring_nn_1 = mkN "fдrgfцrдndring" ; - faergglad_av_1 = mkA "fдrgglad" ; - faerggrann_av_1 = mkA "fдrggrann" "fдrggrant" ; - faerghandel_nn_1 = mkN "fдrghandel" ; - faergkaenslig_av_1 = mkA "fдrgkдnslig" ; - faergkaenslighet_nn_1 = mkN "fдrgkдnslighet" "fдrgkдnsligheter" ; - faergklick_nn_1 = mkN "fдrgklick" ; - faergkontrast_nn_1 = mkN "fдrgkontrast" "fдrgkontraster" ; - faerglitografi_nn_1 = mkN "fдrglitografi" "fдrglitografier" ; - faergloes_av_1 = mkA "fдrglцs" ; - faergmoenster_nn_1 = mkN "fдrgmцnster" neutrum ; - faergning_nn_1 = mkN "fдrgning" ; - faergpigment_nn_1 = mkN "fдrgpigment" neutrum ; - faergreproduktion_nn_1 = mkN "fдrgreproduktion" "fдrgreproduktioner" ; - faergrik_av_1 = mkA "fдrgrik" ; - faergrivning_nn_1 = mkN "fдrgrivning" ; - faergsaettning_nn_1 = mkN "fдrgsдttning" ; - faergspektrum_nn_1 = mkN "fдrgspektrum" neutrum ; - faergspel_nn_1 = mkN "fдrgspel" "fдrgspelet" "fдrgspel" "fдrgspelen" ; - faergsprakande_av_1 = mkA "fдrgsprakande" ; - faergspridning_nn_1 = mkN "fдrgspridning" ; - faergstark_av_1 = mkA "fдrgstark" ; - faergstoff_nn_1 = mkN "fдrgstoff" "fдrgstoffer" ; - faergtemperatur_nn_1 = mkN "fдrgtemperatur" "fдrgtemperaturer" ; - faergteve_nn_1 = mkN "fдrgteve" "fдrgteven" "fдrgteve" "fдrgtevena" ; - faergton_nn_1 = mkN "fдrgton" "fдrgtoner" ; - faergtryck_nn_1 = mkN "fдrgtryck" neutrum ; - faering_nn_1 = mkN "fдring" ; - faerjelaege_nn_1 = mkN "fдrjelдge" ; - faerm_av_1 = mkA "fдrm" ; - faermitet_nn_1 = mkN "fдrmitet" "fдrmiteter" ; - faeroeing_nn_1 = mkN "fдrцing" ; - faeroeisk_av_1 = mkA "fдrцisk" ; - faeroeiska_nn_2 = mkN "fдrцiska" ; - faers_nn_1 = mkN "fдrs" "fдrser" ; - faersk_av_1 = mkA "fдrsk" ; - faerskmalm_nn_1 = mkN "fдrskmalm" "fдrskmalmer" ; - faerskning_nn_1 = mkN "fдrskning" ; - faerskvatten_nn_1 = mkN "fдrskvatten" "fдrskvattnet" "fдrskvatten" "fдrskvattnen" ; - faesoer_nn_1 = mkN "fдsцr" "fдsцrer" ; - faesting_nn_1 = mkN "fдsting" ; - faestman_nn_1 = mkN "fдstman" "fдstmannen" "fдstmдn" "fдstmдnnen" ; - faestmoe_nn_1 = mkN "fдstmц" "fдstmцn" "fдstmцr" "fдstmцrna" ; - faestning_nn_1 = mkN "fдstning" ; - faestpunkt_nn_1 = mkN "fдstpunkt" "fдstpunkter" ; - fager_av_1 = mkA "fager" "fagert" "fagra" "fagra" "fagrare" "fagrast" "fagraste" ; - fagott_nn_1 = mkN "fagott" "fagotter" ; - faiblesse_nn_1 = mkN "faiblesse" "faiblesser" ; - fajans_nn_1 = mkN "fajans" "fajanser" ; - fajt_nn_1 = mkN "fajt" "fajter" ; - fakir_nn_1 = mkN "fakir" "fakirer" ; - faksimil_nn_1 = mkN "faksimil" neutrum ; - faksimile_nn_1 = mkN "faksimile" "faksimiler" ; - faktafolder_nn_1 = mkN "faktafolder" ; - fakticitet_nn_1 = mkN "fakticitet" "fakticiteter" ; - faktisk_av_1 = mkA "faktisk" ; - faktor_nn_1 = mkN "faktor" "faktorer" ; - faktoranalys_nn_1 = mkN "faktoranalys" "faktoranalyser" ; - faktori_nn_1 = mkN "faktori" "faktorit" "faktorier" "faktorierna" ; - faktotum_nn_1 = mkN "faktotum" neutrum ; - faktum_nn_1 = mkN "faktum" neutrum ; - fakultativ_av_1 = mkA "fakultativ" ; - fakultet_nn_1 = mkN "fakultet" "fakulteter" ; - fakultetsopponent_nn_1 = mkN "fakultetsopponent" "fakultetsopponenter" ; - fal_av_1 = mkA "fal" ; - falang_nn_1 = mkN "falang" "falanger" ; - falangist_nn_1 = mkN "falangist" "falangister" ; - falk_nn_1 = mkN "falk" ; - falkenerare_nn_1 = mkN "falkenerare" "falkenerare" ; - falkjakt_nn_1 = mkN "falkjakt" "falkjakter" ; - falkonett_nn_1 = mkN "falkonett" "falkonetter" ; - fall_nn_1 = mkN "fall" neutrum ; - falla_vb_1 = mkV "falla" "fцll" "fallit" ; - fallen_av_1 = mkA "fallen" "fallet" ; - fallenhet_nn_1 = mkN "fallenhet" "fallenheter" ; - fallfaerdig_av_1 = mkA "fallfдrdig" ; - fallfrukt_nn_1 = mkN "fallfrukt" "fallfrukter" ; - fallgrop_nn_1 = mkN "fallgrop" ; - fallhammare_nn_1 = mkN "fallhammare" "fallhammaren" "fallhamrar" "fallhamrarna" ; - fallhoejd_nn_1 = mkN "fallhцjd" "fallhцjder" ; - fallissemang_nn_1 = mkN "fallissemang" neutrum ; - fallos_nn_1 = mkN "fallos" ; - fallrep_nn_1 = mkN "fallrep" neutrum ; - fallseger_nn_1 = mkN "fallseger" ; - fallskaerm_nn_1 = mkN "fallskдrm" ; - fallskaermshoppare_nn_1 = mkN "fallskдrmshoppare" "fallskдrmshoppare" ; - fallskaermsjaegare_nn_1 = mkN "fallskдrmsjдgare" "fallskдrmsjдgare" ; - fallskaermstrupp_nn_1 = mkN "fallskдrmstrupp" "fallskдrmstrupper" ; - fallstudie_nn_1 = mkN "fallstudie" "fallstudier" ; - fallverk_nn_1 = mkN "fallverk" neutrum ; - fallvind_nn_1 = mkN "fallvind" ; - fals_nn_1 = mkN "fals" ; - falsarium_nn_1 = mkN "falsarium" "falsariet" "falsarier" "falsarierna" ; - falsifikat_nn_1 = mkN "falsifikat" neutrum ; - falsk_av_1 = mkA "falsk" ; - falskeligen_ab_1 = mkAdv "falskeligen" ; - falskmyntare_nn_1 = mkN "falskmyntare" "falskmyntare" ; - falskspel_nn_1 = mkN "falskspel" "falskspelet" "falskspel" "falskspelen" ; - falukorv_nn_1 = mkN "falukorv" ; - faluroed_av_1 = mkA "falurцd" ; - familj_nn_1 = mkN "familj" "familjer" ; - familjaer_av_1 = mkA "familjдr" ; - familjaritet_nn_1 = mkN "familjaritet" "familjariteter" ; - familjebidrag_nn_1 = mkN "familjebidrag" neutrum ; - familjebiljett_nn_1 = mkN "familjebiljett" "familjebiljetter" ; - familjebolag_nn_1 = mkN "familjebolag" neutrum ; - familjedaghem_nn_1 = mkN "familjedaghem" "familjedaghemmet" "familjedaghem" "familjedaghemmen" ; - familjefoeretag_nn_1 = mkN "familjefцretag" neutrum ; - familjefoersoerjare_nn_1 = mkN "familjefцrsцrjare" "familjefцrsцrjare" ; - familjehem_nn_1 = mkN "familjehem" "familjehemmet" "familjehem" "familjehemmen" ; - familjehotell_nn_1 = mkN "familjehotell" neutrum ; - familjejordbruk_nn_1 = mkN "familjejordbruk" neutrum ; - familjekrets_nn_1 = mkN "familjekrets" ; - familjemedlem_nn_1 = mkN "familjemedlem" "familjemedlemmen" "familjemedlemmar" "familjemedlemmarna" ; - familjenamn_nn_1 = mkN "familjenamn" neutrum ; - familjepension_nn_1 = mkN "familjepension" "familjepensioner" ; - familjeplanering_nn_1 = mkN "familjeplanering" ; - familjeraadgivning_nn_1 = mkN "familjerеdgivning" ; - familjerabatt_nn_1 = mkN "familjerabatt" "familjerabatter" ; - famlande_av_1 = mkA "famlande" ; - famn_nn_1 = mkN "famn" ; - famntag_nn_1 = mkN "famntag" neutrum ; - famoes_av_1 = mkA "famцs" ; - fan_nn_2 = mkN "fan" "fanen" "fans" "fansen" ; - fan_nn_3 = mkN "fan" neutrum ; - fanatiker_nn_1 = mkN "fanatiker" "fanatikern" "fanatiker" "fanatikerna" ; - fanatisk_av_1 = mkA "fanatisk" ; - fanborg_nn_1 = mkN "fanborg" ; - fandango_nn_1 = mkN "fandango" "fandangor" ; - faner_nn_1 = mkN "faner" "faneret" "faner" "faneren" ; - fanerogam_av_1 = mkA "fanerogam" ; - fanerogam_nn_1 = mkN "fanerogam" "fanerogamer" ; - fanfar_nn_1 = mkN "fanfar" "fanfarer" ; - fanjunkare_nn_1 = mkN "fanjunkare" "fanjunkare" ; - fanskap_nn_1 = mkN "fanskap" "fanskapet" "fanskapen" "fanskapena" ; - fanstyg_nn_1 = mkN "fanstyg" neutrum ; - fantasi_nn_1 = mkN "fantasi" "fantasier" ; - fantasidjur_nn_1 = mkN "fantasidjur" neutrum ; - fantasifull_av_1 = mkA "fantasifull" ; - fantasiloes_av_1 = mkA "fantasilцs" ; - fantasiprodukt_nn_1 = mkN "fantasiprodukt" "fantasiprodukter" ; - fantasispel_nn_1 = mkN "fantasispel" "fantasispelet" "fantasispel" "fantasispelen" ; - fantasivaerld_nn_1 = mkN "fantasivдrld" ; - fantast_nn_1 = mkN "fantast" "fantaster" ; - fantasteri_nn_1 = mkN "fantasteri" "fantasterit" "fantasterier" "fantasterierna" ; - fantastisk_av_1 = mkA "fantastisk" ; - fantom_nn_1 = mkN "fantom" neutrum ; - fantom_nn_2 = mkN "fantom" "fantomer" ; - fantomsnygg_av_1 = mkA "fantomsnygg" ; - fara_nn_1 = mkN "fara" ; - fara_vb_1 = mkV "fara" "for" "farit" ; - farad_nn_1 = mkN "farad" "faraden" "farad" "faraden" ; - farao_nn_1 = mkN "farao" "farao" "faraoner" "faraonerna" ; - farbar_av_1 = mkA "farbar" ; - farbroder_nn_1 = mkN "farbroder" "farbrodern" "farbrцder" "farbrцderna" ; - farbroderlig_av_1 = mkA "farbroderlig" ; - farbror_nn_1 = mkN "farbror" "farbrцder" ; - fardag_nn_1 = mkN "fardag" ; - farfoeraelder_nn_1 = mkN "farfцrдlder" ; - fargalt_nn_1 = mkN "fargalt" ; - farise_nn_1 = mkN "farisй" "farisйer" ; - fariseisk_av_1 = mkA "fariseisk" ; - farkost_nn_1 = mkN "farkost" "farkoster" ; - farled_nn_1 = mkN "farled" "farleder" ; - farlig_av_1 = mkA "farlig" ; - farlighet_nn_1 = mkN "farlighet" "farligheter" ; - farm_nn_1 = mkN "farm" ; - farmaceut_nn_1 = mkN "farmaceut" "farmaceuter" ; - farmaceutisk_av_1 = mkA "farmaceutisk" ; - farmacevt_nn_1 = mkN "farmacevt" "farmacevter" ; - farmacevtisk_av_1 = mkA "farmacevtisk" ; - farmacie_av_1 = mkA "farmacie" ; - farmaka_nn_1 = mkN "farmaka" "farmakan" "farmaka" "farmakana" ; - farmakolog_nn_1 = mkN "farmakolog" "farmakologer" ; - farmakologisk_av_1 = mkA "farmakologisk" ; - farmakope_nn_1 = mkN "farmakopй" "farmakopйer" ; - farmare_nn_1 = mkN "farmare" "farmare" ; - farmor_nn_1 = mkN "farmoder" "farmodern" "farmцdrar" "farmцdrarna" ; - farofylld_av_1 = mkA "farofylld" "farofyllt" ; - farozon_nn_1 = mkN "farozon" "farozoner" ; - fars_nn_1 = mkN "fars" "farser" ; - farsarv_nn_1 = mkN "farsarv" neutrum ; - farsgubbe_nn_1 = mkN "farsgubbe" utrum ; - farsot_nn_1 = mkN "farsot" "farsoter" ; - farstu_nn_1 = mkN "farstu" "farstun" "farstur" "farsturna" ; - fart_nn_1 = mkN "fart" "farter" ; - fartblind_av_1 = mkA "fartblind" ; - fartdaare_nn_1 = mkN "fartdеre" utrum ; - farthaallare_nn_1 = mkN "farthеllare" "farthеllare" ; - farthinder_nn_1 = mkN "farthinder" neutrum ; - fartkamera_nn_1 = mkN "fartkamera" ; - fartrand_nn_1 = mkN "fartrand" "fartrдnder" ; - fartyg_nn_1 = mkN "fartyg" neutrum ; - fartygsbesaettning_nn_1 = mkN "fartygsbesдttning" ; - fartygsbotten_nn_1 = mkN "fartygsbotten" ; - fartygsdaeck_nn_1 = mkN "fartygsdдck" neutrum ; - fartygskurs_nn_1 = mkN "fartygskurs" "fartygskurser" ; - fartygslast_nn_1 = mkN "fartygslast" "fartygslaster" ; - fartygssida_nn_1 = mkN "fartygssida" ; - fartygsskrov_nn_1 = mkN "fartygsskrov" neutrum ; - fartygstyp_nn_1 = mkN "fartygstyp" "fartygstyper" ; - farvael_nn_1 = mkN "farvдl" neutrum ; - farvatten_nn_1 = mkN "farvatten" "farvattnet" "farvatten" "farvattnen" ; - faryngal_av_1 = mkA "faryngal" ; - fas_nn_1 = mkN "fas" "faser" ; - fasa_nn_1 = mkN "fasa" ; - fasad_nn_1 = mkN "fasad" "fasader" ; - fasan_nn_1 = mkN "fasan" "fasaner" ; - fasansfull_av_1 = mkA "fasansfull" ; - fasavaeckande_av_1 = mkA "fasavдckande" ; - fascist_nn_1 = mkN "fascist" "fascister" ; - fascistisk_av_1 = mkA "fascistisk" ; - fasett_nn_1 = mkN "fasett" "fasetter" ; - fasettoega_nn_1 = mkN "fasettцga" "fasettцgat" "fasettцgon" "fasettцgonen" ; - fasfoerskjutning_nn_1 = mkN "fasfцrskjutning" ; - fashionabel_av_1 = mkA "fashionabel" "fashionabelt" "fashionabla" "fashionabla" "fashionablare" "fashionablast" "fashionablaste" ; - faskikel_nn_1 = mkN "faskikel" ; - faskin_nn_1 = mkN "faskin" "faskiner" ; - faskinkniv_nn_1 = mkN "faskinkniv" ; - faslig_av_1 = mkA "faslig" ; - fason_nn_1 = mkN "fason" "fasoner" ; - fasspaenning_nn_1 = mkN "fasspдnning" ; - fast_ab_1 = mkAdv "fast" ; - fast_av_1 = mkA "fast" "fast" ; - fasta_nn_1 = mkN "fasta" ; - fastage_nn_1 = mkN "fastage" "fastaget" "fastage" "fastagen" ; - fastemaanad_nn_1 = mkN "fastemеnad" "fastemеnader" ; - faster_nn_1 = mkN "faster" ; - fastfrusen_av_1 = mkA "fastfrusen" "fastfruset" ; - fasthaalla_vb_1 = mkV "fasthеlla" "fasthцll" "fasthеllit" ; - fasthaallning_nn_1 = mkN "fasthеllning" ; - fasthet_nn_1 = mkN "fasthet" "fastheter" ; - fastighet_nn_1 = mkN "fastighet" "fastigheter" ; - fastighetsbyraa_nn_1 = mkN "fastighetsbyrе" "fastighetsbyrеer" ; - fastighetskoep_nn_1 = mkN "fastighetskцp" neutrum ; - fastighetsmaeklare_nn_1 = mkN "fastighetsmдklare" "fastighetsmдklare" ; - fastighetsskatt_nn_1 = mkN "fastighetsskatt" "fastighetsskatter" ; - fastighetsskoetare_nn_1 = mkN "fastighetsskцtare" "fastighetsskцtare" ; - fastighetstaxering_nn_1 = mkN "fastighetstaxering" ; - fastlaast_av_1 = mkA "fastlеst" "fastlеst" ; - fastlaenning_nn_1 = mkN "fastlдnning" ; - fastlagsbulle_nn_1 = mkN "fastlagsbulle" utrum ; - fastlagsris_nn_1 = mkN "fastlagsris" neutrum ; - fastlagssoendag_nn_1 = mkN "fastlagssцndag" ; - fastmer_ab_1 = mkAdv "fastmer" ; - fastsaettning_nn_1 = mkN "fastsдttning" ; - fastta_vb_1 = mkV "fastta" "fasttar" "fastta" "fasttog" "fasttagit" "fasttagen" ; - fat_nn_1 = mkN "fat" neutrum ; - fatabur_nn_1 = mkN "fatabur" "fataburer" ; - fatal_av_1 = mkA "fatal" ; - fataliedag_nn_1 = mkN "fataliedag" ; - fatalietid_nn_1 = mkN "fatalietid" "fatalietider" ; - fatalist_nn_1 = mkN "fatalist" "fatalister" ; - fatalistisk_av_1 = mkA "fatalistisk" ; - fatalitet_nn_1 = mkN "fatalitet" "fataliteter" ; - fatbur_nn_1 = mkN "fatbur" "fatburer" ; - fatt_ab_1 = mkAdv "fatt" ; - fatt_av_1 = mkA "fatt" ; - fattbar_av_1 = mkA "fattbar" ; - fattbarhet_nn_1 = mkN "fattbarhet" "fattbarheter" ; - fattig_av_1 = mkA "fattig" ; - fattigdom_nn_1 = mkN "fattigdom" ; - fattigdomsbevis_nn_1 = mkN "fattigdomsbevis" neutrum ; - fattighjon_nn_1 = mkN "fattighjon" neutrum ; - fattiglapp_nn_1 = mkN "fattiglapp" ; - fattlig_av_1 = mkA "fattlig" ; - fattning_nn_1 = mkN "fattning" ; - faun_nn_1 = mkN "faun" "fauner" ; - faunist_nn_1 = mkN "faunist" "faunister" ; - faunistisk_av_1 = mkA "faunistisk" ; - faute_nn_1 = mkN "faute" "fauter" ; - favoer_nn_1 = mkN "favцr" "favцrer" ; - favorit_nn_1 = mkN "favorit" "favoriter" ; - favoritfoerfattare_nn_1 = mkN "favoritfцrfattare" "favoritfцrfattare" ; - favoritraett_nn_1 = mkN "favoritrдtt" "favoritrдtter" ; - favoritrestaurang_nn_1 = mkN "favoritrestaurang" "favoritrestauranger" ; - fax_nn_1 = mkN "fax" ; - fax_nn_2 = mkN "fax" neutrum ; - fe_nn_1 = mkN "fe" "feer" ; - featureprogram_nn_1 = mkN "featureprogram" "featureprogrammet" "featureprogram" "featureprogrammen" ; - feber_nn_1 = mkN "feber" ; - feberanfall_nn_1 = mkN "feberanfall" neutrum ; - feberfri_av_1 = mkA "feberfri" "feberfritt" ; - febersjukdom_nn_1 = mkN "febersjukdom" ; - febertermometer_nn_1 = mkN "febertermometer" ; - febrig_av_1 = mkA "febrig" ; - febril_av_1 = mkA "febril" ; - federal_av_1 = mkA "federal" ; - federalist_nn_1 = mkN "federalist" "federalister" ; - federalistisk_av_1 = mkA "federalistisk" ; - federation_nn_1 = mkN "federation" "federationer" ; - federativ_av_1 = mkA "federativ" ; - feeri_nn_1 = mkN "feeri" "feerit" "feerier" "feerierna" ; - feg_av_1 = mkA "feg" ; - feghet_nn_1 = mkN "feghet" "fegheter" ; - fegis_nn_1 = mkN "fegis" ; - fejd_nn_1 = mkN "fejd" "fejder" ; - fekal_av_1 = mkA "fekal" ; - fel_av_1 = mkA "fel" ; - fel_nn_1 = mkN "fel" neutrum ; - felaktig_av_1 = mkA "felaktig" ; - felaktighet_nn_1 = mkN "felaktighet" "felaktigheter" ; - felbedoemning_nn_1 = mkN "felbedцmning" ; - felberaekning_nn_1 = mkN "felberдkning" ; - feldrag_nn_1 = mkN "feldrag" neutrum ; - felfinnare_nn_1 = mkN "felfinnare" "felfinnare" ; - felfri_av_1 = mkA "felfri" "felfritt" ; - felgrepp_nn_1 = mkN "felgrepp" neutrum ; - felhandling_nn_1 = mkN "felhandling" ; - felmarginal_nn_1 = mkN "felmarginal" "felmarginaler" ; - felparkering_nn_1 = mkN "felparkering" ; - felprocent_nn_1 = mkN "felprocent" "felprocenten" "felprocent" "felprocenten" ; - felraekningspeng_nn_1 = mkN "felrдkningspeng" ; - felsaegning_nn_1 = mkN "felsдgning" ; - felslagen_av_1 = mkA "felslagen" "felslaget" ; - felslut_nn_1 = mkN "felslut" neutrum ; - felsteg_nn_1 = mkN "felsteg" neutrum ; - femaarig_av_1 = mkA "femеrig" ; - femaarsplan_nn_1 = mkN "femеrsplan" "femеrsplaner" ; - femaktare_nn_1 = mkN "femaktare" "femaktare" ; - femdagarsvecka_nn_1 = mkN "femdagarsvecka" ; - femdygnsprognos_nn_1 = mkN "femdygnsprognos" "femdygnsprognoser" ; - feminin_av_1 = mkA "feminin" ; - femininum_nn_1 = mkN "femininum" "femininet" "femininer" "femininerna" ; - feminist_nn_1 = mkN "feminist" "feminister" ; - feministisk_av_1 = mkA "feministisk" ; - femkamp_nn_1 = mkN "femkamp" "femkamper" ; - femling_nn_1 = mkN "femling" ; - femoering_nn_1 = mkN "femцring" ; - femstaemmig_av_1 = mkA "femstдmmig" ; - femtedel_nn_1 = mkN "femtedel" "femtedelen" "femtedelar" "femtedelarna" ; - femtekolonn_nn_1 = mkN "femtekolonn" "femtekolonner" ; - femtekolonnare_nn_1 = mkN "femtekolonnare" "femtekolonnare" ; - femtiaarsdag_nn_1 = mkN "femtiеrsdag" ; - femtikronorssedel_nn_1 = mkN "femtikronorssedel" ; - femtilapp_nn_1 = mkN "femtilapp" ; - femtioaarsdag_nn_1 = mkN "femtioеrsdag" ; - femtioering_nn_1 = mkN "femtiцring" ; - femtiokronorssedel_nn_1 = mkN "femtiokronorssedel" ; - femtiooering_nn_1 = mkN "femtioцring" ; - femtiotal_nn_1 = mkN "femtiotal" "femtiotalet" "femtiotalen" "femtiotalena" ; - femtiotalist_nn_1 = mkN "femtiotalist" "femtiotalister" ; - femtital_nn_1 = mkN "femtital" "femtitalet" "femtitalen" "femtitalena" ; - femtitalist_nn_1 = mkN "femtitalist" "femtitalister" ; - femtonhundrameterslopp_nn_1 = mkN "femtonhundrameterslopp" neutrum ; - femuddig_av_1 = mkA "femuddig" ; - fena_av_1 = mkA "fena" ; - fender_nn_1 = mkN "fender" ; - fendert_nn_1 = mkN "fendert" ; - fenedrin_nn_1 = mkN "fenedrin" "fenedriner" ; - fenicier_nn_1 = mkN "fenicier" "feniciern" "fenicier" "fenicierna" ; - fenicisk_av_1 = mkA "fenicisk" ; - fenkoel_nn_1 = mkN "fenkцl" ; - fenmetralin_nn_1 = mkN "fenmetralin" "fenmetraliner" ; - fennicism_nn_1 = mkN "fennicism" "fennicismer" ; - fennoman_nn_1 = mkN "fennoman" "fennomaner" ; - fenol_nn_1 = mkN "fenol" "fenoler" ; - fenolftalein_nn_1 = mkN "fenolftalein" "fenolftaleiner" ; - fenolisk_av_1 = mkA "fenolisk" ; - fenomen_nn_1 = mkN "fenomen" neutrum ; - fenomenal_av_1 = mkA "fenomenal" ; - fenomenologisk_av_1 = mkA "fenomenologisk" ; - fenoplast_nn_1 = mkN "fenoplast" "fenoplaster" ; - fenotyp_nn_1 = mkN "fenotyp" "fenotyper" ; - fenval_nn_1 = mkN "fenval" ; - feodal_av_1 = mkA "feodal" ; - ferie_nn_1 = mkN "ferie" "ferier" ; - ferm_av_1 = mkA "ferm" ; - fermat_nn_1 = mkN "fermat" neutrum ; - ferment_nn_1 = mkN "ferment" neutrum ; - fermitet_nn_1 = mkN "fermitet" "fermiteter" ; - ferrit_nn_1 = mkN "ferrit" "ferriter" ; - ferrolegering_nn_1 = mkN "ferrolegering" ; - fertil_av_1 = mkA "fertil" ; - fertilitet_nn_1 = mkN "fertilitet" "fertiliteter" ; - fest_nn_1 = mkN "fest" "fester" ; - festande_nn_1 = mkN "festande" ; - festarrangoer_nn_1 = mkN "festarrangцr" "festarrangцrer" ; - festbord_nn_1 = mkN "festbord" neutrum ; - festival_nn_1 = mkN "festival" "festivaler" ; - festivitet_nn_1 = mkN "festivitet" "festiviteter" ; - festklaenning_nn_1 = mkN "festklдnning" ; - festkvaell_nn_1 = mkN "festkvдll" ; - festlig_av_1 = mkA "festlig" ; - festlighet_nn_1 = mkN "festlighet" "festligheter" ; - festmaaltid_nn_1 = mkN "festmеltid" "festmеltider" ; - festmiddag_nn_1 = mkN "festmiddag" ; - feston_nn_1 = mkN "feston" "festoner" ; - festong_nn_1 = mkN "festong" "festonger" ; - festprisse_nn_1 = mkN "festprisse" utrum ; - festskrift_nn_1 = mkN "festskrift" "festskrifter" ; - festspel_nn_1 = mkN "festspel" "festspelet" "festspel" "festspelen" ; - feststaemning_nn_1 = mkN "feststдmning" ; - festtaag_nn_1 = mkN "festtеg" neutrum ; - festvaaning_nn_1 = mkN "festvеning" ; - fet_av_1 = mkA "fet" ; - fetblad_nn_1 = mkN "fetblad" neutrum ; - fetisch_nn_1 = mkN "fetisch" "fetischer" ; - fetischist_nn_1 = mkN "fetischist" "fetischister" ; - fetknopp_nn_1 = mkN "fetknopp" ; - fetlagd_av_1 = mkA "fetlagd" "fetlagt" ; - fets_nn_1 = mkN "fets" "fetser" ; - fetsill_nn_1 = mkN "fetsill" ; - fetstil_nn_1 = mkN "fetstil" ; - fett_nn_1 = mkN "fett" "fettet" "fetter" "fetterna" ; - fettaemne_nn_1 = mkN "fettдmne" ; - fetthaerdning_nn_1 = mkN "fetthдrdning" ; - fetthalt_nn_1 = mkN "fetthalt" "fetthalter" ; - fetthaltig_av_1 = mkA "fetthaltig" ; - fettisdag_nn_1 = mkN "fettisdag" ; - fettisdagsbulle_nn_1 = mkN "fettisdagsbulle" utrum ; - fettkoertel_nn_1 = mkN "fettkцrtel" ; - fettlever_nn_1 = mkN "fettlever" ; - fettloesande_av_1 = mkA "fettlцsande" ; - fettloeslig_av_1 = mkA "fettlцslig" ; - fettloeslighet_nn_1 = mkN "fettlцslighet" "fettlцsligheter" ; - fetto_nn_1 = mkN "fetto" "fettot" "fetton" "fettona" ; - fettreserv_nn_1 = mkN "fettreserv" "fettreserver" ; - fettrik_av_1 = mkA "fettrik" ; - fettsvansfaar_nn_1 = mkN "fettsvansfеr" neutrum ; - fettvaevnad_nn_1 = mkN "fettvдvnad" "fettvдvnader" ; - fettvalk_nn_1 = mkN "fettvalk" ; - fez_nn_1 = mkN "fez" "fezer" ; - fial_nn_1 = mkN "fial" "fialer" ; - fiasko_nn_1 = mkN "fiasko" "fiaskot" "fiaskon" "fiaskona" ; - fibbla_nn_1 = mkN "fibbla" ; - fiber_nn_1 = mkN "fiber" "fibern" "fibrer" "fibrerna" ; - fiberrik_av_1 = mkA "fiberrik" ; - fiberspik_nn_1 = mkN "fiberspik" ; - fibervaext_nn_1 = mkN "fibervдxt" "fibervдxter" ; - fibrig_av_1 = mkA "fibrig" ; - fibrill_nn_1 = mkN "fibrill" "fibriller" ; - fibrin_nn_1 = mkN "fibrin" neutrum ; - fickformat_nn_1 = mkN "fickformat" neutrum ; - fickhandbok_nn_1 = mkN "fickhandbok" "fickhandbцcker" ; - fickkalkylator_nn_1 = mkN "fickkalkylator" "fickkalkylatorer" ; - fickkniv_nn_1 = mkN "fickkniv" ; - fickpeng_nn_1 = mkN "fickpeng" ; - fickspegel_nn_1 = mkN "fickspegel" ; - ficktjuv_nn_1 = mkN "ficktjuv" ; - fickur_nn_1 = mkN "fickur" neutrum ; - fiction_novell_nn_1 = mkN "fiction-novell" "fiction-noveller" ; - fideikommiss_nn_1 = mkN "fideikommiss" neutrum ; - fidjian_nn_1 = mkN "fidjian" "fidjianer" ; - fidus_nn_1 = mkN "fidus" ; - fiende_nn_1 = mkN "fiende" "fiender" ; - fiendskap_nn_1 = mkN "fiendskap" "fiendskaper" ; - fientlig_av_1 = mkA "fientlig" ; - fientlighet_nn_1 = mkN "fientlighet" "fientligheter" ; - fiffig_av_1 = mkA "fiffig" ; - fifflare_nn_1 = mkN "fifflare" "fifflare" ; - fight_nn_1 = mkN "fight" "fighter" ; - fighter_nn_1 = mkN "fighter" "fightern" "fighter" "fighterna" ; - figur_nn_1 = mkN "figur" "figurer" ; - figuraakning_nn_1 = mkN "figurеkning" ; - figurant_nn_1 = mkN "figurant" "figuranter" ; - figuration_nn_1 = mkN "figuration" "figurationer" ; - figurativ_av_1 = mkA "figurativ" ; - figurlig_av_1 = mkA "figurlig" ; - figursydd_av_1 = mkA "figursydd" "figursydtt" ; - fijian_nn_1 = mkN "fijian" "fijianer" ; - fik_nn_1 = mkN "fik" neutrum ; - fiken_av_1 = mkA "fiken" "fiket" ; - fikon_nn_1 = mkN "fikon" neutrum ; - fikonloev_nn_1 = mkN "fikonlцv" neutrum ; - fikonspraak_nn_1 = mkN "fikonsprеk" neutrum ; - fikontraed_nn_1 = mkN "fikontrдd" neutrum ; - fiktion_nn_1 = mkN "fiktion" "fiktioner" ; - fiktiv_av_1 = mkA "fiktiv" ; - fikus_nn_1 = mkN "fikus" ; - fil_nn_1 = mkN "fil" "filer" ; - fil_nn_2 = mkN "fil" ; - filantrop_nn_1 = mkN "filantrop" "filantroper" ; - filantropisk_av_1 = mkA "filantropisk" ; - filatelist_nn_1 = mkN "filatelist" "filatelister" ; - filbunke_nn_1 = mkN "filbunke" utrum ; - file_nn_1 = mkN "filй" "filйer" ; - filharmoniker_nn_1 = mkN "filharmoniker" "filharmonikern" "filharmoniker" "filharmonikerna" ; - filharmonisk_av_1 = mkA "filharmonisk" ; - filial_nn_1 = mkN "filial" "filialer" ; - filibuster_nn_1 = mkN "filibuster" ; - filibustring_nn_1 = mkN "filibustring" ; - filigran_nn_1 = mkN "filigran" neutrum ; - filipin_nn_1 = mkN "filipin" "filipiner" ; - filippik_nn_1 = mkN "filippik" "filippiker" ; - filippinare_nn_1 = mkN "filippinare" "filippinare" ; - filippinsk_av_1 = mkA "filippinsk" ; - filiste_nn_1 = mkN "filistй" "filistйer" ; - filister_nn_1 = mkN "filister" ; - filistroes_av_1 = mkA "filistrцs" ; - filklove_nn_1 = mkN "filklove" utrum ; - filkoerning_nn_1 = mkN "filkцrning" ; - film_nn_1 = mkN "film" "filmer" ; - filmare_nn_1 = mkN "filmare" "filmare" ; - filmatelje_nn_1 = mkN "filmateljй" "filmateljйer" ; - filmatisk_av_1 = mkA "filmatisk" ; - filmbild_nn_1 = mkN "filmbild" "filmbilder" ; - filmexpert_nn_1 = mkN "filmexpert" "filmexperter" ; - filmfars_nn_1 = mkN "filmfars" "filmfarser" ; - filmfotograf_nn_1 = mkN "filmfotograf" "filmfotografer" ; - filmframkallning_nn_1 = mkN "filmframkallning" ; - filmgranskning_nn_1 = mkN "filmgranskning" ; - filmhistoria_nn_1 = mkN "filmhistoria" "filmhistorien" "filmhistorier" "filmhistorierna" ; - filminspelning_nn_1 = mkN "filminspelning" ; - filmisk_av_1 = mkA "filmisk" ; - filmkamera_nn_1 = mkN "filmkamera" ; - filmkomedi_nn_1 = mkN "filmkomedi" "filmkomedier" ; - filmmanuskript_nn_1 = mkN "filmmanuskript" neutrum ; - filmning_nn_1 = mkN "filmning" ; - filmotek_nn_1 = mkN "filmotek" neutrum ; - filmpremiaer_nn_1 = mkN "filmpremiдr" "filmpremiдrer" ; - filmregissoer_nn_1 = mkN "filmregissцr" "filmregissцrer" ; - filmrulle_nn_1 = mkN "filmrulle" utrum ; - filmscen_nn_1 = mkN "filmscen" "filmscener" ; - filmskaadespelare_nn_1 = mkN "filmskеdespelare" "filmskеdespelare" ; - filmskapare_nn_1 = mkN "filmskapare" "filmskapare" ; - filmstudio_nn_1 = mkN "filmstudio" "filmstudior" ; - filmtecknare_nn_1 = mkN "filmtecknare" "filmtecknare" ; - filolog_nn_1 = mkN "filolog" "filologer" ; - filologi_nn_1 = mkN "filologi" "filologier" ; - filologisk_av_1 = mkA "filologisk" ; - filosof_nn_1 = mkN "filosof" "filosofer" ; - filosofem_nn_1 = mkN "filosofem" neutrum ; - filosofi_nn_1 = mkN "filosofi" "filosofier" ; - filosofie_av_1 = mkA "filosofie" ; - filosofisk_av_1 = mkA "filosofisk" ; - filspaan_nn_1 = mkN "filspеn" neutrum ; - filt_nn_1 = mkN "filt" ; - filter_nn_1 = mkN "filter" neutrum ; - filtercigarett_nn_1 = mkN "filtercigarett" "filtercigaretter" ; - filterpaase_nn_1 = mkN "filterpеse" utrum ; - filtrat_nn_1 = mkN "filtrat" neutrum ; - filtrerpapper_nn_1 = mkN "filtrerpapper" neutrum ; - filtspets_nn_1 = mkN "filtspets" ; - filttoffel_nn_1 = mkN "filttoffel" "filttoffeln" "filttofflor" "filttofflorna" ; - filur_nn_1 = mkN "filur" "filurer" ; - fimbulvinter_nn_1 = mkN "fimbulvinter" ; - fimmelstaang_nn_1 = mkN "fimmelstеng" "fimmelstдnger" ; - fimp_nn_1 = mkN "fimp" ; - fin_av_1 = mkA "fin" ; - final_av_1 = mkA "final" ; - final_nn_1 = mkN "final" "finaler" ; - finalist_nn_1 = mkN "finalist" "finalister" ; - finansdebatt_nn_1 = mkN "finansdebatt" "finansdebatter" ; - finansdepartement_nn_1 = mkN "finansdepartement" "finansdepartementet" "finansdepartementen" "finansdepartementena" ; - finansiaer_nn_1 = mkN "finansiдr" "finansiдrer" ; - finansiell_av_1 = mkA "finansiell" ; - finansiering_nn_1 = mkN "finansiering" ; - finansman_nn_1 = mkN "finansman" "finansmannen" "finansmдn" "finansmдnnen" ; - finansminister_nn_1 = mkN "finansminister" ; - finansplan_nn_1 = mkN "finansplan" "finansplaner" ; - finansvalp_nn_1 = mkN "finansvalp" ; - finemang_ab_1 = mkAdv "finemang" ; - finess_nn_1 = mkN "finess" "finesser" ; - finfin_av_1 = mkA "finfin" ; - finger_nn_1 = mkN "finger" ; - fingeravtryck_nn_1 = mkN "fingeravtryck" neutrum ; - fingerboejarmuskel_nn_1 = mkN "fingerbцjarmuskel" "fingerbцjarmuskeln" "fingerbцjarmuskler" "fingerbцjarmusklerna" ; - fingerborg_nn_1 = mkN "fingerborg" ; - fingerfaerdig_av_1 = mkA "fingerfдrdig" ; - fingerfaerg_nn_1 = mkN "fingerfдrg" "fingerfдrger" ; - fingerhud_nn_1 = mkN "fingerhud" ; - fingerled_nn_1 = mkN "fingerled" "fingerleder" ; - fingernerv_nn_1 = mkN "fingernerv" "fingernerver" ; - fingeroert_nn_1 = mkN "fingerцrt" "fingerцrter" ; - fingerprov_nn_1 = mkN "fingerprov" neutrum ; - fingerring_nn_1 = mkN "fingerring" ; - fingersaettning_nn_1 = mkN "fingersдttning" ; - fingerstraeckarmuskel_nn_1 = mkN "fingerstrдckarmuskel" "fingerstrдckarmuskeln" "fingerstrдckarmuskler" "fingerstrдckarmusklerna" ; - fingersvamp_nn_1 = mkN "fingersvamp" ; - fingertopp_nn_1 = mkN "fingertopp" ; - fingervante_nn_1 = mkN "fingervante" utrum ; - fingervisning_nn_1 = mkN "fingervisning" ; - finhyllt_av_1 = mkA "finhyllt" "finhyllt" ; - finish_nn_1 = mkN "finish" ; - finit_av_1 = mkA "finit" "finit" ; - fink_nn_1 = mkN "fink" ; - finkaensla_nn_1 = mkN "finkдnsla" ; - finkaenslig_av_1 = mkA "finkдnslig" ; - finkaenslighet_nn_1 = mkN "finkдnslighet" "finkдnsligheter" ; - finkalibrig_av_1 = mkA "finkalibrig" ; - finkart_nn_1 = mkN "finkart" "finkarter" ; - finkelolja_nn_1 = mkN "finkelolja" ; - finkfaagel_nn_1 = mkN "finkfеgel" ; - finklaedd_av_1 = mkA "finklдdd" "finklдdtt" ; - finkornig_av_1 = mkA "finkornig" ; - finkunge_nn_1 = mkN "finkunge" utrum ; - finlaendare_nn_1 = mkN "finlдndare" "finlдndare" ; - finlaendsk_av_1 = mkA "finlдndsk" ; - finlaendska_nn_1 = mkN "finlдndska" ; - finlandism_nn_1 = mkN "finlandism" "finlandismer" ; - finlandssvensk_av_1 = mkA "finlandssvensk" ; - finlandssvensk_nn_1 = mkN "finlandssvensk" ; - finlandssvenska_nn_2 = mkN "finlandssvenska" ; - finlek_nn_1 = mkN "finlek" ; - finmaskig_av_1 = mkA "finmaskig" ; - finmekaniker_nn_1 = mkN "finmekaniker" "finmekanikern" "finmekaniker" "finmekanikerna" ; - finmekanisk_av_1 = mkA "finmekanisk" ; - finna_vb_1 = mkV "finna" "fann" "funnit" ; - finne_nn_1 = mkN "finne" utrum ; - finnig_av_1 = mkA "finnig" ; - finnjolle_nn_1 = mkN "finnjolle" utrum ; - finnmark_nn_1 = mkN "finnmark" "finnmarker" ; - finrum_nn_1 = mkN "finrum" "finrummet" "finrum" "finrummen" ; - finsk_av_1 = mkA "finsk" ; - finsk_ugrisk_av_1 = mkA "finsk-ugrisk" ; - finska_nn_2 = mkN "finska" ; - finskhet_nn_1 = mkN "finskhet" "finskheter" ; - finsko_nn_1 = mkN "finsko" "finskor" ; - finsmakare_nn_1 = mkN "finsmakare" "finsmakare" ; - finsmide_nn_1 = mkN "finsmide" ; - finsnickare_nn_1 = mkN "finsnickare" "finsnickare" ; - finsnickeri_nn_1 = mkN "finsnickeri" "finsnickerit" "finsnickerier" "finsnickerierna" ; - finspunnen_av_1 = mkA "finspunnen" "finspunnet" "finspunna" "finspunna" "finspunnare" "finspunnast" "finspunnaste" ; - finstaemd_av_1 = mkA "finstдmd" "finstдmt" ; - finstilt_av_1 = mkA "finstilt" "finstilt" ; - finstruktur_nn_1 = mkN "finstruktur" "finstrukturer" ; - fint_nn_1 = mkN "fint" "finter" ; - fintlig_av_1 = mkA "fintlig" ; - fintvaett_nn_1 = mkN "fintvдtt" ; - finurlig_av_1 = mkA "finurlig" ; - fiol_nn_1 = mkN "fiol" "fioler" ; - fiolblock_nn_1 = mkN "fiolblock" neutrum ; - fiolspelare_nn_1 = mkN "fiolspelare" "fiolspelare" ; - fiolstraeng_nn_1 = mkN "fiolstrдng" ; - fioritur_nn_1 = mkN "fioritur" "fioriturer" ; - fipplig_av_1 = mkA "fipplig" ; - firma_nn_1 = mkN "firma" ; - firmafest_nn_1 = mkN "firmafest" "firmafester" ; - firmamaerke_nn_1 = mkN "firmamдrke" ; - firmanamn_nn_1 = mkN "firmanamn" neutrum ; - firmatecknare_nn_1 = mkN "firmatecknare" "firmatecknare" ; - firmateckning_nn_1 = mkN "firmateckning" ; - firngraens_nn_1 = mkN "firngrдns" "firngrдnser" ; - firre_nn_1 = mkN "firre" utrum ; - fis_nn_1 = mkN "fis" ; - fischy_nn_1 = mkN "fischy" "fischyer" ; - fisfoernaem_av_1 = mkA "fisfцrnдm" ; - fisig_av_1 = mkA "fisig" ; - fisk_nn_1 = mkN "fisk" ; - fiskaadra_nn_1 = mkN "fiskеdra" ; - fiskal_av_1 = mkA "fiskal" ; - fiskalisk_av_1 = mkA "fiskalisk" ; - fiskare_nn_1 = mkN "fiskare" "fiskare" ; - fiskart_nn_1 = mkN "fiskart" "fiskarter" ; - fiskben_nn_1 = mkN "fiskben" neutrum ; - fiskbensmoenster_nn_1 = mkN "fiskbensmцnster" neutrum ; - fiskbulle_nn_1 = mkN "fiskbulle" utrum ; - fiskdamm_nn_1 = mkN "fiskdamm" ; - fiske_nn_1 = mkN "fiske" ; - fiskebaat_nn_1 = mkN "fiskebеt" ; - fiskebank_nn_1 = mkN "fiskebank" ; - fiskedrag_nn_1 = mkN "fiskedrag" neutrum ; - fiskefartyg_nn_1 = mkN "fiskefartyg" neutrum ; - fiskegraens_nn_1 = mkN "fiskegrдns" "fiskegrдnser" ; - fiskekort_nn_1 = mkN "fiskekort" neutrum ; - fiskekrok_nn_1 = mkN "fiskekrok" ; - fiskelaege_nn_1 = mkN "fiskelдge" ; - fiskelag_nn_1 = mkN "fiskelag" ; - fiskenaet_nn_1 = mkN "fiskenдt" neutrum ; - fiskenation_nn_1 = mkN "fiskenation" "fiskenationer" ; - fiskeredskap_nn_1 = mkN "fiskeredskap" "fiskeredskapet" "fiskeredskapen" "fiskeredskapena" ; - fiskeri_nn_1 = mkN "fiskeri" "fiskerit" "fiskerier" "fiskerierna" ; - fiskeristyrelse_nn_1 = mkN "fiskeristyrelse" "fiskeristyrelser" ; - fiskevatten_nn_1 = mkN "fiskevatten" "fiskevattnet" "fiskevatten" "fiskevattnen" ; - fiskezon_nn_1 = mkN "fiskezon" "fiskezoner" ; - fiskfile_nn_1 = mkN "fiskfilй" "fiskfilйer" ; - fiskgjuse_nn_1 = mkN "fiskgjuse" utrum ; - fiskhamn_nn_1 = mkN "fiskhamn" ; - fiskkrok_nn_1 = mkN "fiskkrok" ; - fiskmaas_nn_1 = mkN "fiskmеs" ; - fiskmun_nn_1 = mkN "fiskmun" "fiskmunnen" "fiskmunnar" "fiskmunnarna" ; - fisknaet_nn_1 = mkN "fisknдt" neutrum ; - fisknot_nn_1 = mkN "fisknot" ; - fiskodling_nn_1 = mkN "fiskodling" ; - fiskoega_nn_1 = mkN "fiskцga" "fiskцgat" "fiskцgon" "fiskцgonen" ; - fiskpinne_nn_1 = mkN "fiskpinne" utrum ; - fiskpudding_nn_1 = mkN "fiskpudding" ; - fiskredskap_nn_1 = mkN "fiskredskap" "fiskredskapet" "fiskredskapen" "fiskredskapena" ; - fiskstim_nn_1 = mkN "fiskstim" "fiskstimmet" "fiskstim" "fiskstimmen" ; - fisksump_nn_1 = mkN "fisksump" ; - fisktom_av_1 = mkA "fisktom" "fisktomt" "fisktomma" "fisktomma" "fisktommare" "fisktommast" "fisktommaste" ; - fiskvandring_nn_1 = mkN "fiskvandring" ; - fiskyngel_nn_1 = mkN "fiskyngel" neutrum ; - fissil_av_1 = mkA "fissil" ; - fission_nn_1 = mkN "fission" "fissioner" ; - fissur_nn_1 = mkN "fissur" "fissurer" ; - fistel_nn_1 = mkN "fistel" ; - fistuloes_av_1 = mkA "fistulцs" ; - fix_av_1 = mkA "fix" ; - fixare_nn_1 = mkN "fixare" "fixare" ; - fixativ_nn_1 = mkN "fixativ" neutrum ; - fixerbad_nn_1 = mkN "fixerbad" neutrum ; - fixering_nn_1 = mkN "fixering" ; - fixeringsbild_nn_1 = mkN "fixeringsbild" "fixeringsbilder" ; - fixpunkt_nn_1 = mkN "fixpunkt" "fixpunkter" ; - fixtur_nn_1 = mkN "fixtur" "fixturer" ; - fjaeder_nn_1 = mkN "fjдder" ; - fjaederboll_nn_1 = mkN "fjдderboll" ; - fjaederbuske_nn_1 = mkN "fjдderbuske" utrum ; - fjaederdraekt_nn_1 = mkN "fjдderdrдkt" "fjдderdrдkter" ; - fjaederfae_nn_1 = mkN "fjдderfд" "fjдderfдet" "fjдderfдn" "fjдderfдna" ; - fjaederklaedd_av_1 = mkA "fjдderklдdd" ; - fjaederlaett_av_1 = mkA "fjдderlдtt" ; - fjaedermoln_nn_1 = mkN "fjдdermoln" neutrum ; - fjaederpensel_nn_1 = mkN "fjдderpensel" ; - fjaederskrud_nn_1 = mkN "fjдderskrud" ; - fjaedertyp_nn_1 = mkN "fjдdertyp" "fjдdertyper" ; - fjaedervaag_nn_1 = mkN "fjдdervеg" ; - fjaedervinge_nn_1 = mkN "fjдdervinge" utrum ; - fjaedring_nn_1 = mkN "fjдdring" ; - fjaell_nn_1 = mkN "fjдll" neutrum ; - fjaellaemmel_nn_1 = mkN "fjдllдmmel" "fjдllдmmeln" "fjдllдmmlar" "fjдllдmmlarna" ; - fjaellbaeck_nn_1 = mkN "fjдllbдck" ; - fjaellbjoerk_nn_1 = mkN "fjдllbjцrk" ; - fjaellbrud_nn_1 = mkN "fjдllbrud" ; - fjaellig_av_1 = mkA "fjдllig" ; - fjaellik_av_1 = mkA "fjдllik" ; - fjaellkedja_nn_1 = mkN "fjдllkedja" ; - fjaellnaera_av_1 = mkA "fjдllnдra" ; - fjaellpansar_nn_1 = mkN "fjдllpansar" neutrum ; - fjaellpipare_nn_1 = mkN "fjдllpipare" "fjдllpipare" ; - fjaellplataa_nn_1 = mkN "fjдllplatе" "fjдllplatеer" ; - fjaellraev_nn_1 = mkN "fjдllrдv" ; - fjaellskivling_nn_1 = mkN "fjдllskivling" ; - fjaelltrakt_nn_1 = mkN "fjдlltrakt" "fjдlltrakter" ; - fjaellturist_nn_1 = mkN "fjдllturist" "fjдllturister" ; - fjaellvaerld_nn_1 = mkN "fjдllvдrld" ; - fjaellvandrare_nn_1 = mkN "fjдllvandrare" "fjдllvandrare" ; - fjaellvandring_nn_1 = mkN "fjдllvandring" ; - fjaellvraak_nn_1 = mkN "fjдllvrеk" ; - fjaelster_nn_1 = mkN "fjдlster" neutrum ; - fjaer_av_1 = mkA "fjдr" ; - fjaerd_nn_1 = mkN "fjдrd" ; - fjaerdedel_nn_1 = mkN "fjдrdedel" "fjдrdedelen" "fjдrdedelar" "fjдrdedelarna" ; - fjaerding_nn_1 = mkN "fjдrding" ; - fjaerdingsman_nn_1 = mkN "fjдrdingsman" "fjдrdingsmannen" "fjдrdingsmдn" "fjдrdingsmдnnen" ; - fjaerdingsvaeg_nn_1 = mkN "fjдrdingsvдg" "fjдrdingsvдgen" "fjдrdingsvдg" "fjдrdingsvдgen" ; - fjaeril_nn_1 = mkN "fjдril" ; - fjaerilsart_nn_1 = mkN "fjдrilsart" "fjдrilsarter" ; - fjaerran_ab_1 = mkAdv "fjдrran" ; - fjaerran_av_1 = mkA "fjдrran" ; - fjaerrblockering_nn_1 = mkN "fjдrrblockering" ; - fjaerrkontroll_nn_1 = mkN "fjдrrkontroll" "fjдrrkontroller" ; - fjaerrpunkt_nn_1 = mkN "fjдrrpunkt" "fjдrrpunkter" ; - fjaerrseende_av_1 = mkA "fjдrrseende" ; - fjaerrskaadande_av_1 = mkA "fjдrrskеdande" ; - fjaerrskaadare_nn_1 = mkN "fjдrrskеdare" "fjдrrskеdare" ; - fjaerrskrivare_nn_1 = mkN "fjдrrskrivare" "fjдrrskrivare" ; - fjaerrskrivmaskin_nn_1 = mkN "fjдrrskrivmaskin" "fjдrrskrivmaskiner" ; - fjaerrstyrd_av_1 = mkA "fjдrrstyrd" "fjдrrstyrt" ; - fjaerrtaag_nn_1 = mkN "fjдrrtеg" neutrum ; - fjaert_nn_1 = mkN "fjдrt" ; - fjaesker_nn_1 = mkN "fjдsker" ; - fjaeskig_av_1 = mkA "fjдskig" ; - fjaet_nn_1 = mkN "fjдt" neutrum ; - fjant_nn_1 = mkN "fjant" ; - fjanteri_nn_1 = mkN "fjanteri" "fjanterit" "fjanterier" "fjanterierna" ; - fjantig_av_1 = mkA "fjantig" ; - fjoel_nn_1 = mkN "fjцl" ; - fjolaar_nn_1 = mkN "fjolеr" neutrum ; - fjolaarsgraes_nn_1 = mkN "fjolеrsgrдs" neutrum ; - fjolleri_nn_1 = mkN "fjolleri" "fjollerit" "fjollerier" "fjollerierna" ; - fjollig_av_1 = mkA "fjollig" ; - fjomperi_nn_1 = mkN "fjomperi" "fjomperit" "fjomperier" "fjomperierna" ; - fjompig_av_1 = mkA "fjompig" ; - fjord_nn_1 = mkN "fjord" ; - fjordhaest_nn_1 = mkN "fjordhдst" ; - fjording_nn_1 = mkN "fjording" ; - fjun_nn_1 = mkN "fjun" neutrum ; - fjunig_av_1 = mkA "fjunig" ; - fjuttig_av_1 = mkA "fjuttig" ; - flaabuse_nn_1 = mkN "flеbuse" utrum ; - flaasig_av_1 = mkA "flеsig" ; - flabb_nn_1 = mkN "flabb" ; - flabb_nn_2 = mkN "flabb" neutrum ; - flabbig_av_1 = mkA "flabbig" ; - flack_av_1 = mkA "flack" ; - flackbanepjaes_nn_1 = mkN "flackbanepjдs" "flackbanepjдser" ; - fladdermus_nn_1 = mkN "fladdermus" "fladdermusen" "fladdermцss" "fladdermцssen" ; - fladdrig_av_1 = mkA "fladdrig" ; - flaeck_nn_1 = mkN "flдck" ; - flaeckborttagning_nn_1 = mkN "flдckborttagning" ; - flaeckborttagningsmedel_nn_1 = mkN "flдckborttagningsmedel" neutrum ; - flaeckfri_av_1 = mkA "flдckfri" "flдckfritt" ; - flaeckig_av_1 = mkA "flдckig" ; - flaeckvis_ab_1 = mkAdv "flдckvis" ; - flaeder_nn_1 = mkN "flдder" ; - flaederbaer_nn_1 = mkN "flдderbдr" neutrum ; - flaedermus_nn_1 = mkN "flдdermus" "flдdermusen" "flдdermцss" "flдdermцssen" ; - flaekt_nn_1 = mkN "flдkt" ; - flaengig_av_1 = mkA "flдngig" ; - flaens_nn_1 = mkN "flдns" ; - flaerdfri_av_1 = mkA "flдrdfri" "flдrdfritt" ; - flaerdfull_av_1 = mkA "flдrdfull" ; - flaeskaenger_nn_1 = mkN "flдskдnger" ; - flaeskfile_nn_1 = mkN "flдskfilй" "flдskfilйer" ; - flaeskhare_nn_1 = mkN "flдskhare" utrum ; - flaeskig_av_1 = mkA "flдskig" ; - flaeskkarre_nn_1 = mkN "flдskkarrй" "flдskkarrйer" ; - flaeskkorv_nn_1 = mkN "flдskkorv" ; - flaeskkotlett_nn_1 = mkN "flдskkotlett" "flдskkotletter" ; - flaesklaegg_nn_1 = mkN "flдsklдgg" ; - flaesklaepp_nn_1 = mkN "flдsklдpp" ; - flaesktaerning_nn_1 = mkN "flдsktдrning" ; - flaetverk_nn_1 = mkN "flдtverk" neutrum ; - flagell_nn_1 = mkN "flagell" "flageller" ; - flagellant_nn_1 = mkN "flagellant" "flagellanter" ; - flagellat_nn_1 = mkN "flagellat" "flagellater" ; - flageolett_nn_1 = mkN "flageolett" "flageoletter" ; - flaggdag_nn_1 = mkN "flaggdag" ; - flaggkapten_nn_1 = mkN "flaggkapten" "flaggkaptener" ; - flaggman_nn_1 = mkN "flaggman" "flaggmannen" "flaggmдn" "flaggmдnnen" ; - flaggning_nn_1 = mkN "flaggning" ; - flaggskepp_nn_1 = mkN "flaggskepp" neutrum ; - flaggspel_nn_1 = mkN "flaggspel" "flaggspelet" "flaggspel" "flaggspelen" ; - flaggstaang_nn_1 = mkN "flaggstеng" "flaggstдnger" ; - flagig_av_1 = mkA "flagig" ; - flagrant_av_1 = mkA "flagrant" "flagrant" ; - flak_nn_1 = mkN "flak" neutrum ; - flakong_nn_1 = mkN "flakong" "flakonger" ; - flamenco_nn_1 = mkN "flamenco" "flamencor" ; - flamingo_nn_1 = mkN "flamingo" "flamingor" ; - flamlaendare_nn_1 = mkN "flamlдndare" "flamlдndare" ; - flamlaendsk_av_1 = mkA "flamlдndsk" ; - flamlaendska_nn_2 = mkN "flamlдndska" ; - flammig_av_1 = mkA "flammig" ; - flampunkt_nn_1 = mkN "flampunkt" "flampunkter" ; - flamsig_av_1 = mkA "flamsig" ; - flamsk_av_1 = mkA "flamsk" ; - flamskvaevnad_nn_1 = mkN "flamskvдvnad" "flamskvдvnader" ; - flamskyddsmedel_nn_1 = mkN "flamskyddsmedel" neutrum ; - flamugn_nn_1 = mkN "flamugn" ; - flandrisk_av_1 = mkA "flandrisk" ; - flanell_nn_1 = mkN "flanell" "flaneller" ; - flanellograf_nn_1 = mkN "flanellograf" "flanellografer" ; - flank_nn_1 = mkN "flank" "flanker" ; - flanoer_nn_1 = mkN "flanцr" "flanцrer" ; - flark_nn_1 = mkN "flark" ; - flarn_nn_1 = mkN "flarn" neutrum ; - flaskbarn_nn_1 = mkN "flaskbarn" neutrum ; - flaskborste_nn_1 = mkN "flaskborste" utrum ; - flaskhaal_nn_1 = mkN "flaskhеl" neutrum ; - flaskhals_nn_1 = mkN "flaskhals" ; - flaskoeppning_nn_1 = mkN "flaskцppning" ; - flatbroed_nn_1 = mkN "flatbrцd" neutrum ; - flatfisk_nn_1 = mkN "flatfisk" ; - flatlus_nn_1 = mkN "flatlus" "flatlusen" "flatlцss" "flatlцssen" ; - flatskratt_nn_1 = mkN "flatskratt" neutrum ; - flau_av_1 = mkA "flau" ; - flaxig_av_1 = mkA "flaxig" ; - flegmatiker_nn_1 = mkN "flegmatiker" "flegmatikern" "flegmatiker" "flegmatikerna" ; - flegmatisk_av_1 = mkA "flegmatisk" ; - flektion_nn_1 = mkN "flektion" "flektioner" ; - fleraarig_av_1 = mkA "flerеrig" ; - flerbarnsfamilj_nn_1 = mkN "flerbarnsfamilj" "flerbarnsfamiljer" ; - flercellig_av_1 = mkA "flercellig" ; - flerdubbel_av_1 = mkA "flerdubbel" "flerdubbelt" "flerdubbla" "flerdubbla" "flerdubblare" "flerdubblast" "flerdubblaste" ; - flerfaergstryck_nn_1 = mkN "flerfдrgstryck" neutrum ; - flerfaldig_av_1 = mkA "flerfaldig" ; - flerfamiljshus_nn_1 = mkN "flerfamiljshus" neutrum ; - flermansvalkrets_nn_1 = mkN "flermansvalkrets" ; - flerpartisystem_nn_1 = mkN "flerpartisystem" neutrum ; - flerspraakig_av_1 = mkA "flersprеkig" ; - flerstaedes_ab_1 = mkAdv "flerstдdes" ; - flerstaemmig_av_1 = mkA "flerstдmmig" ; - flerstammig_av_1 = mkA "flerstammig" ; - flertydig_av_1 = mkA "flertydig" ; - flervaaningshus_nn_1 = mkN "flervеningshus" neutrum ; - flervalstest_nn_1 = mkN "flervalstest" neutrum ; - flervalsuppgift_nn_1 = mkN "flervalsuppgift" "flervalsuppgifter" ; - fles_nn_1 = mkN "fles" ; - flexibel_av_1 = mkA "flexibel" "flexibelt" "flexibla" "flexibla" "flexiblare" "flexiblast" "flexiblaste" ; - flexibilitet_nn_1 = mkN "flexibilitet" "flexibiliteter" ; - flexion_nn_1 = mkN "flexion" "flexioner" ; - flextid_nn_1 = mkN "flextid" "flextider" ; - flexur_nn_1 = mkN "flexur" "flexurer" ; - flickjaegare_nn_1 = mkN "flickjдgare" "flickjдgare" ; - flicknamn_nn_1 = mkN "flicknamn" neutrum ; - flickpension_nn_1 = mkN "flickpension" "flickpensioner" ; - flickvaen_nn_1 = mkN "flickvдn" "flickvдnnen" "flickvдnner" "flickvдnnerna" ; - flik_nn_1 = mkN "flik" ; - flikig_av_1 = mkA "flikig" ; - flimmercell_nn_1 = mkN "flimmercell" "flimmerceller" ; - flimmerhaar_nn_1 = mkN "flimmerhеr" neutrum ; - flimrig_av_1 = mkA "flimrig" ; - flin_nn_1 = mkN "flin" neutrum ; - flink_av_1 = mkA "flink" ; - flintlaas_nn_1 = mkN "flintlеs" neutrum ; - flintlaasgevaer_nn_1 = mkN "flintlеsgevдr" neutrum ; - flintskalle_nn_1 = mkN "flintskalle" utrum ; - flintskallig_av_1 = mkA "flintskallig" ; - flipperspel_nn_1 = mkN "flipperspel" "flipperspelet" "flipperspel" "flipperspelen" ; - flisig_av_1 = mkA "flisig" ; - flitig_av_1 = mkA "flitig" ; - flo_nn_1 = mkN "flo" ; - flock_nn_1 = mkN "flock" ; - flockblommig_av_1 = mkA "flockblommig" ; - flockig_av_1 = mkA "flockig" ; - flockinstinkt_nn_1 = mkN "flockinstinkt" "flockinstinkter" ; - flockkamrat_nn_1 = mkN "flockkamrat" "flockkamrater" ; - flod_nn_1 = mkN "flod" "floder" ; - flodarm_nn_1 = mkN "flodarm" ; - flodbaedd_nn_1 = mkN "flodbдdd" ; - flodbraedd_nn_1 = mkN "flodbrдdd" ; - floddal_nn_1 = mkN "floddal" ; - flodhaest_nn_1 = mkN "flodhдst" ; - flodiller_nn_1 = mkN "flodiller" ; - flodomraade_nn_1 = mkN "flodomrеde" ; - flodprofil_nn_1 = mkN "flodprofil" "flodprofiler" ; - flodslaett_nn_1 = mkN "flodslдtt" "flodslдtter" ; - flodstrand_nn_1 = mkN "flodstrand" "flodstrдnder" ; - flodsystem_nn_1 = mkN "flodsystem" neutrum ; - flodterrass_nn_1 = mkN "flodterrass" "flodterrasser" ; - floede_nn_1 = mkN "flцde" ; - floedesdiagram_nn_1 = mkN "flцdesdiagram" "flцdesdiagrammet" "flцdesdiagram" "flцdesdiagrammen" ; - floedesschema_nn_1 = mkN "flцdesschema" "flцdesschemat" "flцdesscheman" "flцdesschemana" ; - floej_nn_1 = mkN "flцj" ; - floejel_nn_1 = mkN "flцjel" ; - floejt_nn_1 = mkN "flцjt" "flцjter" ; - floejtist_nn_1 = mkN "flцjtist" "flцjtister" ; - floejttravaer_nn_1 = mkN "flцjttravдr" "flцjttravдrer" ; - floert_nn_1 = mkN "flцrt" "flцrter" ; - floertig_av_1 = mkA "flцrtig" ; - floets_nn_1 = mkN "flцts" "flцtser" ; - flogroenn_nn_1 = mkN "flogrцnn" ; - flop_nn_1 = mkN "flop" "floppen" "floppar" "flopparna" ; - flor_nn_1 = mkN "flor" neutrum ; - florentinsk_av_1 = mkA "florentinsk" ; - florett_nn_1 = mkN "florett" "floretter" ; - florilegium_nn_1 = mkN "florilegium" "florilegiet" "florilegier" "florilegierna" ; - florin_nn_1 = mkN "florin" "floriner" ; - florist_nn_1 = mkN "florist" "florister" ; - floristisk_av_1 = mkA "floristisk" ; - floskel_nn_1 = mkN "floskel" "floskeln" "floskler" "flosklerna" ; - floskuloes_av_1 = mkA "floskulцs" ; - flott_av_1 = mkA "flott" ; - flottare_nn_1 = mkN "flottare" "flottare" ; - flottbas_nn_1 = mkN "flottbas" "flottbaser" ; - flottbesoek_nn_1 = mkN "flottbesцk" neutrum ; - flottbro_nn_1 = mkN "flottbro" ; - flotte_nn_1 = mkN "flotte" utrum ; - flottflaeck_nn_1 = mkN "flottflдck" ; - flottig_av_1 = mkA "flottig" ; - flottilj_nn_1 = mkN "flottilj" "flottiljer" ; - flottist_nn_1 = mkN "flottist" "flottister" ; - flottled_nn_1 = mkN "flottled" "flottleder" ; - flottning_nn_1 = mkN "flottning" ; - flottningstimmer_nn_1 = mkN "flottningstimmer" neutrum ; - flottoer_nn_1 = mkN "flottцr" "flottцrer" ; - flottyr_nn_1 = mkN "flottyr" "flottyrer" ; - flox_nn_1 = mkN "flox" ; - fluffig_av_1 = mkA "fluffig" ; - flugblomster_nn_1 = mkN "flugblomster" neutrum ; - flugsnappare_nn_1 = mkN "flugsnappare" "flugsnappare" ; - flugsvamp_nn_1 = mkN "flugsvamp" ; - fluidum_nn_1 = mkN "fluidum" "fluidet" "fluider" "fluiderna" ; - flukt_nn_1 = mkN "flukt" ; - fluktuation_nn_1 = mkN "fluktuation" "fluktuationer" ; - flummig_av_1 = mkA "flummig" ; - fluorbehandling_nn_1 = mkN "fluorbehandling" ; - fluorhalt_nn_1 = mkN "fluorhalt" "fluorhalter" ; - fluorhaltig_av_1 = mkA "fluorhaltig" ; - fluorid_nn_1 = mkN "fluorid" "fluorider" ; - fluss_nn_1 = mkN "fluss" "flusser" ; - flussmedel_nn_1 = mkN "flussmedel" neutrum ; - fluster_nn_1 = mkN "fluster" neutrum ; - fluvial_av_1 = mkA "fluvial" ; - fly_nn_1 = mkN "fly" "flyt" "flyn" "flyen" ; - flyg_nn_1 = mkN "flyg" neutrum ; - flyga_vb_1 = mkV "flyga" "flцg" "flugit" ; - flyganfall_nn_1 = mkN "flyganfall" neutrum ; - flygare_nn_1 = mkN "flygare" "flygare" ; - flygattack_nn_1 = mkN "flygattack" "flygattacker" ; - flygbaat_nn_1 = mkN "flygbеt" ; - flygbas_nn_1 = mkN "flygbas" "flygbaser" ; - flygbild_nn_1 = mkN "flygbild" "flygbilder" ; - flygbiljett_nn_1 = mkN "flygbiljett" "flygbiljetter" ; - flygblad_nn_1 = mkN "flygblad" neutrum ; - flygbolag_nn_1 = mkN "flygbolag" neutrum ; - flygbomb_nn_1 = mkN "flygbomb" "flygbomber" ; - flygcertifikat_nn_1 = mkN "flygcertifikat" neutrum ; - flygekorre_nn_1 = mkN "flygekorre" utrum ; - flygel_nn_1 = mkN "flygel" ; - flygfae_nn_1 = mkN "flygfд" "flygfдet" "flygfдn" "flygfдna" ; - flygfaelt_nn_1 = mkN "flygfдlt" neutrum ; - flygfaerdig_av_1 = mkA "flygfдrdig" ; - flygfisk_nn_1 = mkN "flygfisk" ; - flygfoerband_nn_1 = mkN "flygfцrband" neutrum ; - flygfoto_nn_1 = mkN "flygfoto" "flygfotot" "flygfoton" "flygfotona" ; - flygfotografi_nn_1 = mkN "flygfotografi" "flygfotografit" "flygfotografier" "flygfotografierna" ; - flygg_av_1 = mkA "flygg" ; - flyghastighet_nn_1 = mkN "flyghastighet" "flyghastigheter" ; - flyghund_nn_1 = mkN "flyghund" ; - flygindustri_nn_1 = mkN "flygindustri" "flygindustrier" ; - flygkaar_nn_1 = mkN "flygkеr" "flygkеrer" ; - flygkapning_nn_1 = mkN "flygkapning" ; - flygkapten_nn_1 = mkN "flygkapten" "flygkaptener" ; - flygkonst_nn_1 = mkN "flygkonst" "flygkonster" ; - flygkropp_nn_1 = mkN "flygkropp" ; - flyglarm_nn_1 = mkN "flyglarm" neutrum ; - flygledare_nn_1 = mkN "flygledare" "flygledare" ; - flygledes_ab_1 = mkAdv "flygledes" ; - flygledning_nn_1 = mkN "flygledning" ; - flyglinje_nn_1 = mkN "flyglinje" "flyglinjer" ; - flygmaskin_nn_1 = mkN "flygmaskin" "flygmaskiner" ; - flygning_nn_1 = mkN "flygning" ; - flygplan_nn_1 = mkN "flygplan" neutrum ; - flygplanskabin_nn_1 = mkN "flygplanskabin" "flygplanskabiner" ; - flygplansroder_nn_1 = mkN "flygplansroder" neutrum ; - flygplansvinge_nn_1 = mkN "flygplansvinge" utrum ; - flygplats_nn_1 = mkN "flygplats" "flygplatser" ; - flygroenn_nn_1 = mkN "flygrцnn" ; - flygtransport_nn_1 = mkN "flygtransport" "flygtransporter" ; - flygtur_nn_1 = mkN "flygtur" "flygturer" ; - flygutbildning_nn_1 = mkN "flygutbildning" ; - flygvaerdinna_nn_1 = mkN "flygvдrdinna" ; - flygvapen_nn_1 = mkN "flygvapen" "flygvapnet" "flygvapen" "flygvapnen" ; - flyhaent_av_1 = mkA "flyhдnt" "flyhдnt" ; - flykt_nn_1 = mkN "flykt" "flykter" ; - flyktfoersoek_nn_1 = mkN "flyktfцrsцk" neutrum ; - flyktig_av_1 = mkA "flyktig" ; - flykting_nn_1 = mkN "flykting" ; - flyta_vb_1 = mkV "flyta" "flцt" "flutit" ; - flythjaelp_nn_1 = mkN "flythjдlp" ; - flytning_nn_1 = mkN "flytning" ; - flyttbar_av_1 = mkA "flyttbar" ; - flyttblock_nn_1 = mkN "flyttblock" neutrum ; - flyttfaagel_nn_1 = mkN "flyttfеgel" ; - flyttgroet_nn_1 = mkN "flyttgrцt" ; - flyttkarl_nn_1 = mkN "flyttkarl" ; - flyttlass_nn_1 = mkN "flyttlass" neutrum ; - flyttning_nn_1 = mkN "flyttning" ; - flytvaest_nn_1 = mkN "flytvдst" ; - fnasig_av_1 = mkA "fnasig" ; - fnask_nn_1 = mkN "fnask" neutrum ; - fnasker_nn_1 = mkN "fnasker" ; - fniss_nn_1 = mkN "fniss" neutrum ; - fnissig_av_1 = mkA "fnissig" ; - fnissning_nn_1 = mkN "fnissning" ; - fnittrig_av_1 = mkA "fnittrig" ; - fnoesksvamp_nn_1 = mkN "fnцsksvamp" ; - fnoskig_av_1 = mkA "fnoskig" ; - foaje_nn_1 = mkN "foajй" "foajйer" ; - fob_ab_1 = mkAdv "fob" ; - fobi_nn_1 = mkN "fobi" "fobier" ; - fobitraening_nn_1 = mkN "fobitrдning" ; - fock_nn_1 = mkN "fock" ; - fockmast_nn_1 = mkN "fockmast" "fockmaster" ; - focus_nn_1 = mkN "focus" ; - foder_nn_1 = mkN "foder" neutrum ; - foderblad_nn_1 = mkN "foderblad" neutrum ; - fodermaengd_nn_1 = mkN "fodermдngd" "fodermдngder" ; - fodermark_nn_1 = mkN "fodermark" "fodermarker" ; - foderpaase_nn_1 = mkN "foderpеse" utrum ; - fodervaerde_nn_1 = mkN "fodervдrde" ; - fodervaext_nn_1 = mkN "fodervдxt" "fodervдxter" ; - fodral_nn_1 = mkN "fodral" neutrum ; - foedd_av_1 = mkA "fцdd" ; - foedelse_nn_1 = mkN "fцdelse" "fцdelser" ; - foedelsedag_nn_1 = mkN "fцdelsedag" ; - foedelsedagsbarn_nn_1 = mkN "fцdelsedagsbarn" neutrum ; - foedelsehem_nn_1 = mkN "fцdelsehem" "fцdelsehemmet" "fцdelsehem" "fцdelsehemmen" ; - foedelsekontroll_nn_1 = mkN "fцdelsekontroll" "fцdelsekontroller" ; - foedelsemaerke_nn_1 = mkN "fцdelsemдrke" ; - foedelsenummer_nn_1 = mkN "fцdelsenummer" neutrum ; - foedelsestad_nn_1 = mkN "fцdelsestad" "fцdelsestдder" ; - foedelsetal_nn_1 = mkN "fцdelsetal" "fцdelsetalet" "fцdelsetalen" "fцdelsetalena" ; - foedgeni_nn_1 = mkN "fцdgeni" "fцdgeniet" "fцdgenier" "fцdgenierna" ; - foedkrok_nn_1 = mkN "fцdkrok" ; - foedoaemne_nn_1 = mkN "fцdoдmne" ; - foedoorganism_nn_1 = mkN "fцdoorganism" "fцdoorganismer" ; - foedopartikel_nn_1 = mkN "fцdopartikel" ; - foedoraad_nn_1 = mkN "fцdorеd" neutrum ; - foedsel_nn_1 = mkN "fцdsel" ; - foedsloraett_nn_1 = mkN "fцdslorдtt" "fцdslorдtter" ; - foega_ab_1 = mkAdv "fцga" ; - foegderi_nn_1 = mkN "fцgderi" "fцgderit" "fцgderier" "fцgderierna" ; - foegderifoervaltning_nn_1 = mkN "fцgderifцrvaltning" ; - foel_nn_1 = mkN "fцl" neutrum ; - foeljaktligen_ab_1 = mkAdv "fцljaktligen" ; - foeljande_av_1 = mkA "fцljande" ; - foeljd_nn_1 = mkN "fцljd" "fцljder" ; - foeljdenlig_av_1 = mkA "fцljdenlig" ; - foeljdriktig_av_1 = mkA "fцljdriktig" ; - foeljdsats_nn_1 = mkN "fцljdsats" "fцljdsatser" ; - foeljdverkning_nn_1 = mkN "fцljdverkning" ; - foeljebil_nn_1 = mkN "fцljebil" ; - foeljebrev_nn_1 = mkN "fцljebrev" neutrum ; - foeljesedel_nn_1 = mkN "fцljesedel" ; - foeljeslagare_nn_1 = mkN "fцljeslagare" "fцljeslagare" ; - foeljeslagarinna_nn_1 = mkN "fцljeslagarinna" ; - foeljetong_nn_1 = mkN "fцljetong" "fцljetonger" ; - foeljsam_av_1 = mkA "fцljsam" "fцljsamt" "fцljsamma" "fцljsamma" "fцljsammare" "fцljsammast" "fцljsammaste" ; - foelsto_nn_1 = mkN "fцlsto" "fцlstoet" "fцlston" "fцlstona" ; - foen_nn_2 = mkN "fцn" ; - foenster_nn_1 = mkN "fцnster" neutrum ; - foensterbaage_nn_1 = mkN "fцnsterbеge" utrum ; - foensterbaenk_nn_1 = mkN "fцnsterbдnk" ; - foensterbleck_nn_1 = mkN "fцnsterbleck" neutrum ; - foensterbord_nn_1 = mkN "fцnsterbord" neutrum ; - foensterbraede_nn_1 = mkN "fцnsterbrдde" ; - foensterglas_nn_1 = mkN "fцnsterglas" neutrum ; - foensterkarm_nn_1 = mkN "fцnsterkarm" ; - foensterkuvert_nn_1 = mkN "fцnsterkuvert" neutrum ; - foensterluft_nn_1 = mkN "fцnsterluft" "fцnsterlufter" ; - foensternisch_nn_1 = mkN "fцnsternisch" "fцnsternischer" ; - foensterplats_nn_1 = mkN "fцnsterplats" "fцnsterplatser" ; - foensterputsare_nn_1 = mkN "fцnsterputsare" "fцnsterputsare" ; - foenstersmyg_nn_1 = mkN "fцnstersmyg" ; - foenstertittare_nn_1 = mkN "fцnstertittare" "fцnstertittare" ; - foer_ab_1 = mkAdv "fцr" ; - foer_nn_1 = mkN "fцr" ; - foeraedling_nn_1 = mkN "fцrдdling" ; - foeraektenskaplig_av_1 = mkA "fцrдktenskaplig" ; - foeraelder_nn_1 = mkN "fцrдlder" ; - foeraeldrabalk_nn_1 = mkN "fцrдldrabalk" ; - foeraeldrabesoek_nn_1 = mkN "fцrдldrabesцk" neutrum ; - foeraeldradag_nn_1 = mkN "fцrдldradag" ; - foeraeldrafoermaan_nn_1 = mkN "fцrдldrafцrmеn" "fцrдldrafцrmеner" ; - foeraeldrafoersaekring_nn_1 = mkN "fцrдldrafцrsдkring" ; - foeraeldrafri_av_1 = mkA "fцrдldrafri" "fцrдldrafritt" ; - foeraeldrahem_nn_1 = mkN "fцrдldrahem" "fцrдldrahemmet" "fцrдldrahem" "fцrдldrahemmen" ; - foeraeldraledig_av_1 = mkA "fцrдldraledig" ; - foeraeldraledighet_nn_1 = mkN "fцrдldraledighet" "fцrдldraledigheter" ; - foeraeldraloes_av_1 = mkA "fцrдldralцs" ; - foeraeldratraed_nn_1 = mkN "fцrдldratrдd" neutrum ; - foeraelskelse_nn_1 = mkN "fцrдlskelse" "fцrдlskelser" ; - foeraenderlig_av_1 = mkA "fцrдnderlig" ; - foeraendring_nn_1 = mkN "fцrдndring" ; - foeraendringstakt_nn_1 = mkN "fцrдndringstakt" "fцrдndringstakter" ; - foeraeta_vb_1 = mkV "fцrдta" "fцrеt" "fцrдtit" ; - foeraktfull_av_1 = mkA "fцraktfull" ; - foeraktlig_av_1 = mkA "fцraktlig" ; - foeraning_nn_1 = mkN "fцraning" ; - foerankring_nn_1 = mkN "fцrankring" ; - foeranmaelning_nn_1 = mkN "fцranmдlning" ; - foeranstaltning_nn_1 = mkN "fцranstaltning" ; - foerare_nn_1 = mkN "fцrare" "fцrare" ; - foerargelsevaeckande_av_1 = mkA "fцrargelsevдckande" ; - foerarglig_av_1 = mkA "fцrarglig" ; - foerarhytt_nn_1 = mkN "fцrarhytt" "fцrarhytter" ; - foerarkabin_nn_1 = mkN "fцrarkabin" "fцrarkabiner" ; - foerbaalt_ab_1 = mkAdv "fцrbеlt" ; - foerbaetterlig_av_1 = mkA "fцrbдtterlig" ; - foerbaettring_nn_1 = mkN "fцrbдttring" ; - foerbaettringslaan_nn_1 = mkN "fцrbдttringslеn" neutrum ; - foerband_nn_1 = mkN "fцrband" neutrum ; - foerbandsplats_nn_1 = mkN "fцrbandsplats" "fцrbandsplatser" ; - foerbannelse_nn_1 = mkN "fцrbannelse" "fцrbannelser" ; - foerbehaall_nn_1 = mkN "fцrbehеll" neutrum ; - foerbehaalla_vb_1 = mkV "fцrbehеlla" "fцrbehцll" "fцrbehеllit" ; - foerbehaallsam_av_1 = mkA "fцrbehеllsam" "fцrbehеllsamt" "fцrbehеllsamma" "fцrbehеllsamma" "fцrbehеllsammare" "fцrbehеllsammast" "fцrbehеllsammaste" ; - foerbehaallsamhet_nn_1 = mkN "fцrbehеllsamhet" "fцrbehеllsamheter" ; - foerbehaallsloes_av_1 = mkA "fцrbehеllslцs" ; - foerbemaelde_av_1 = mkA "fцrbemдlde" ; - foerberedande_av_1 = mkA "fцrberedande" ; - foerberedd_av_1 = mkA "fцrberedd" ; - foerberedelse_nn_1 = mkN "fцrberedelse" "fцrberedelser" ; - foerberg_nn_1 = mkN "fцrberg" neutrum ; - foerbi_ab_1 = mkAdv "fцrbi" ; - foerbi_av_1 = mkA "fцrbi" ; - foerbifartsled_nn_1 = mkN "fцrbifartsled" "fцrbifartsleder" ; - foerbigaa_vb_1 = mkV "fцrbigе" "fцrbigеr" "fцrbigе" "fцrbigick" "fцrbigеtt" "fцrbigеngen" ; - foerbigaangen_av_1 = mkA "fцrbigеngen" "fцrbigеnget" ; - foerbinda_vb_1 = mkV "fцrbinda" "fцrband" "fцrbundit" ; - foerbindelse_nn_1 = mkN "fцrbindelse" "fцrbindelser" ; - foerbindelsegaang_nn_1 = mkN "fцrbindelsegеng" ; - foerbindelseled_nn_1 = mkN "fцrbindelseled" "fцrbindelseleder" ; - foerbindlig_av_1 = mkA "fцrbindlig" ; - foerbindning_nn_1 = mkN "fцrbindning" ; - foerbiseende_nn_1 = mkN "fцrbiseende" ; - foerbjuda_vb_1 = mkV "fцrbjuda" "fцrbjцd" "fцrbjudit" ; - foerbjuden_av_1 = mkA "fцrbjuden" "fцrbjudet" ; - foerblivande_av_1 = mkA "fцrblivande" ; - foerbluffande_av_1 = mkA "fцrbluffande" ; - foerboen_nn_1 = mkN "fцrbцn" "fцrbцner" ; - foerbraenningsmotor_nn_1 = mkN "fцrbrдnningsmotor" "fцrbrдnningsmotorer" ; - foerbraenningsprodukt_nn_1 = mkN "fцrbrдnningsprodukt" "fцrbrдnningsprodukter" ; - foerbrinna_vb_1 = mkV "fцrbrinna" "fцrbrann" "fцrbrunnit" ; - foerbroedring_nn_1 = mkN "fцrbrцdring" ; - foerbrukare_nn_1 = mkN "fцrbrukare" "fцrbrukare" ; - foerbrukningsartikel_nn_1 = mkN "fцrbrukningsartikel" ; - foerbrukningsmaterial_nn_1 = mkN "fцrbrukningsmaterial" neutrum ; - foerbryta_vb_1 = mkV "fцrbryta" "fцrbryter" "fцrbryt" "fцrbrцt" "fцrbrutit" "fцrbrytt" ; - foerbrytare_nn_1 = mkN "fцrbrytare" "fцrbrytare" ; - foerbrytelse_nn_1 = mkN "fцrbrytelse" "fцrbrytelser" ; - foerbud_nn_1 = mkN "fцrbud" neutrum ; - foerbund_nn_1 = mkN "fцrbund" neutrum ; - foerbunden_av_1 = mkA "fцrbunden" "fцrbundet" ; - foerbundsbrev_nn_1 = mkN "fцrbundsbrev" neutrum ; - foerbundsdag_nn_1 = mkN "fцrbundsdag" ; - foerbundskansler_nn_1 = mkN "fцrbundskansler" "fцrbundskanslern" "fцrbundskanslerer" "fцrbundskanslererna" ; - foerbundskapten_nn_1 = mkN "fцrbundskapten" "fцrbundskaptener" ; - foerbundspresident_nn_1 = mkN "fцrbundspresident" "fцrbundspresidenter" ; - foerbundsregering_nn_1 = mkN "fцrbundsregering" ; - foerbundsrepublik_nn_1 = mkN "fцrbundsrepublik" "fцrbundsrepubliker" ; - foerbundsstat_nn_1 = mkN "fцrbundsstat" "fцrbundsstater" ; - foerbyggnad_nn_1 = mkN "fцrbyggnad" "fцrbyggnader" ; - foerdaeck_nn_1 = mkN "fцrdдck" neutrum ; - foerdaemning_nn_1 = mkN "fцrdдmning" ; - foerdaervlig_av_1 = mkA "fцrdдrvlig" ; - foerdel_nn_1 = mkN "fцrdel" "fцrdelen" "fцrdelar" "fцrdelarna" ; - foerdelaktig_av_1 = mkA "fцrdelaktig" ; - foerdelare_nn_1 = mkN "fцrdelare" "fцrdelare" ; - foerdelning_nn_1 = mkN "fцrdelning" ; - foerdelningspolitisk_av_1 = mkA "fцrdelningspolitisk" ; - foerdenskull_ab_1 = mkAdv "fцrdenskull" ; - foerdetta_av_1 = mkA "fцrdetta" ; - foerdetting_nn_1 = mkN "fцrdetting" ; - foerdevind_ab_1 = mkAdv "fцrdevind" ; - foerdjupning_nn_1 = mkN "fцrdjupning" ; - foerdjupningskurs_nn_1 = mkN "fцrdjupningskurs" "fцrdjupningskurser" ; - foerdoemd_av_1 = mkA "fцrdцmd" "fцrdцmt" ; - foerdoemlig_av_1 = mkA "fцrdцmlig" ; - foerdold_av_1 = mkA "fцrdold" "fцrdolt" ; - foerdom_nn_1 = mkN "fцrdom" ; - foerdomsalstrande_av_1 = mkA "fцrdomsalstrande" ; - foerdomsfri_av_1 = mkA "fцrdomsfri" "fцrdomsfritt" ; - foerdomsfull_av_1 = mkA "fцrdomsfull" ; - foerdra_vb_1 = mkV "fцrdra" "fцrdrar" "fцrdra" "fцrdrog" "fцrdragit" "fцrdragen" ; - foerdrag_nn_1 = mkN "fцrdrag" neutrum ; - foerdragen_av_1 = mkA "fцrdragen" "fцrdraget" ; - foerdragsam_av_1 = mkA "fцrdragsam" "fцrdragsamt" "fцrdragsamma" "fцrdragsamma" "fцrdragsammare" "fцrdragsammast" "fцrdragsammaste" ; - foerdragsamhet_nn_1 = mkN "fцrdragsamhet" "fцrdragsamheter" ; - foerdriva_vb_1 = mkV "fцrdriva" "fцrdrev" "fцrdrivit" ; - foerdrivande_nn_1 = mkN "fцrdrivande" ; - foerdrivning_nn_1 = mkN "fцrdrivning" ; - foerdroejning_nn_1 = mkN "fцrdrцjning" ; - foerdroemd_av_1 = mkA "fцrdrцmd" "fцrdrцmt" ; - foerdubbling_nn_1 = mkN "fцrdubbling" ; - foere_ab_1 = mkAdv "fцre" ; - foerebaera_vb_1 = mkV "fцrebдra" "fцrebar" "fцreburit" ; - foerebaerande_nn_1 = mkN "fцrebдrande" ; - foerebild_nn_1 = mkN "fцrebild" "fцrebilder" ; - foerebildlig_av_1 = mkA "fцrebildlig" ; - foerebraaelse_nn_1 = mkN "fцrebrеelse" "fцrebrеelser" ; - foerebud_nn_1 = mkN "fцrebud" neutrum ; - foeredoemlig_av_1 = mkA "fцredцmlig" ; - foeredra_vb_1 = mkV "fцredra" "fцredrar" "fцredra" "fцredrog" "fцredragit" "fцredragen" ; - foeredrag_nn_1 = mkN "fцredrag" neutrum ; - foeredragande_nn_1 = mkN "fцredragande" "fцredraganden" "fцredragande" "fцredragandena" ; - foeredragning_nn_1 = mkN "fцredragning" ; - foerefintlig_av_1 = mkA "fцrefintlig" ; - foeregaa_vb_1 = mkV "fцregе" "fцregеr" "fцregе" "fцregick" "fцregеtt" "fцregеngen" ; - foeregaaende_av_1 = mkA "fцregеende" ; - foeregaangare_nn_1 = mkN "fцregеngare" "fцregеngare" ; - foeregaangsman_nn_1 = mkN "fцregеngsman" "fцregеngsmannen" "fцregеngsmдn" "fцregеngsmдnnen" ; - foerege_vb_1 = mkV "fцrege" "fцreger" "fцrege" "fцregav" "fцregett" "fцregiven" ; - foeregivande_nn_1 = mkN "fцregivande" ; - foeregripa_vb_1 = mkV "fцregripa" "fцregrep" "fцregripit" ; - foerehaalla_vb_1 = mkV "fцrehеlla" "fцrehцll" "fцrehеllit" ; - foerehavande_nn_1 = mkN "fцrehavande" ; - foerekomma_vb_1 = mkV "fцrekomma" "fцrekom" "fцrekommit" ; - foerekommande_av_1 = mkA "fцrekommande" ; - foerekomst_nn_1 = mkN "fцrekomst" "fцrekomster" ; - foerelaeggande_nn_1 = mkN "fцrelдggande" ; - foerelaesare_nn_1 = mkN "fцrelдsare" "fцrelдsare" ; - foerelaesning_nn_1 = mkN "fцrelдsning" ; - foerelaesningssal_nn_1 = mkN "fцrelдsningssal" ; - foereloepare_nn_1 = mkN "fцrelцpare" "fцrelцpare" ; - foeremaal_nn_1 = mkN "fцremеl" neutrum ; - foerening_nn_1 = mkN "fцrening" ; - foereningsbank_nn_1 = mkN "fцreningsbank" "fцreningsbanker" ; - foereningsfrihet_nn_1 = mkN "fцreningsfrihet" "fцreningsfriheter" ; - foereningsmaengd_nn_1 = mkN "fцreningsmдngd" "fцreningsmдngder" ; - foereningsroerelse_nn_1 = mkN "fцreningsrцrelse" "fцreningsrцrelser" ; - foerenkling_nn_1 = mkN "fцrenkling" ; - foerenlig_av_1 = mkA "fцrenlig" ; - foerenlighet_nn_1 = mkN "fцrenlighet" "fцrenligheter" ; - foeresats_nn_1 = mkN "fцresats" "fцresatser" ; - foereskrift_nn_1 = mkN "fцreskrift" "fцreskrifter" ; - foereskriva_vb_1 = mkV "fцreskriva" "fцreskrev" "fцreskrivit" ; - foerespegling_nn_1 = mkN "fцrespegling" ; - foerespraakare_nn_1 = mkN "fцresprеkare" "fцresprеkare" ; - foerestaaende_av_1 = mkA "fцrestеende" ; - foerestaandare_nn_1 = mkN "fцrestеndare" "fцrestеndare" ; - foerestaandarinna_nn_1 = mkN "fцrestеndarinna" ; - foerestaellande_av_1 = mkA "fцrestдllande" ; - foerestaellare_nn_1 = mkN "fцrestдllare" "fцrestдllare" ; - foerestaellning_nn_1 = mkN "fцrestдllning" ; - foerestaellningsvaerld_nn_1 = mkN "fцrestдllningsvдrld" ; - foereta_vb_1 = mkV "fцreta" "fцretar" "fцreta" "fцretog" "fцretagit" "fцretagen" ; - foeretag_nn_1 = mkN "fцretag" neutrum ; - foeretagare_nn_1 = mkN "fцretagare" "fцretagare" ; - foeretagsam_av_1 = mkA "fцretagsam" "fцretagsamt" "fцretagsamma" "fцretagsamma" "fцretagsammare" "fцretagsammast" "fцretagsammaste" ; - foeretagsamhet_nn_1 = mkN "fцretagsamhet" "fцretagsamheter" ; - foeretagsekonom_nn_1 = mkN "fцretagsekonom" "fцretagsekonomer" ; - foeretagsekonomisk_av_1 = mkA "fцretagsekonomisk" ; - foeretagsfilial_nn_1 = mkN "fцretagsfilial" "fцretagsfilialer" ; - foeretagsledning_nn_1 = mkN "fцretagsledning" ; - foeretagsnaemnd_nn_1 = mkN "fцretagsnдmnd" "fцretagsnдmnder" ; - foeretagsvinst_nn_1 = mkN "fцretagsvinst" "fцretagsvinster" ; - foeretal_nn_1 = mkN "fцretal" "fцretalet" "fцretalen" "fцretalena" ; - foereteelse_nn_1 = mkN "fцreteelse" "fцreteelser" ; - foeretraedare_nn_1 = mkN "fцretrдdare" "fцretrдdare" ; - foeretraede_nn_1 = mkN "fцretrдde" ; - foeretraedesvis_ab_1 = mkAdv "fцretrдdesvis" ; - foerevaendning_nn_1 = mkN "fцrevдndning" ; - foerevarande_av_1 = mkA "fцrevarande" ; - foerfader_nn_1 = mkN "fцrfader" "fцrfadern" "fцrfдder" "fцrfдderna" ; - foerfaerlig_av_1 = mkA "fцrfдrlig" ; - foerfalla_vb_1 = mkV "fцrfalla" "fцrfцll" "fцrfallit" ; - foerfallen_av_1 = mkA "fцrfallen" "fцrfallet" ; - foerfallodag_nn_1 = mkN "fцrfallodag" ; - foerfalskare_nn_1 = mkN "fцrfalskare" "fцrfalskare" ; - foerfalskning_nn_1 = mkN "fцrfalskning" ; - foerfarande_nn_1 = mkN "fцrfarande" ; - foerfaren_av_1 = mkA "fцrfaren" "fцrfaret" ; - foerfaringssaett_nn_1 = mkN "fцrfaringssдtt" neutrum ; - foerfattare_nn_1 = mkN "fцrfattare" "fцrfattare" ; - foerfattarinna_nn_1 = mkN "fцrfattarinna" ; - foerfattarjag_nn_1 = mkN "fцrfattarjag" neutrum ; - foerfattning_nn_1 = mkN "fцrfattning" ; - foerfining_nn_1 = mkN "fцrfining" ; - foerflugen_av_1 = mkA "fцrflugen" "fцrfluget" ; - foerfluten_av_1 = mkA "fцrfluten" "fцrflutet" ; - foerflyta_vb_1 = mkV "fцrflyta" "fцrflцt" "fцrflutit" ; - foerflyttning_nn_1 = mkN "fцrflyttning" ; - foerfoeljelse_nn_1 = mkN "fцrfцljelse" "fцrfцljelser" ; - foerfoeljelsemani_nn_1 = mkN "fцrfцljelsemani" "fцrfцljelsemanier" ; - foerfoerare_nn_1 = mkN "fцrfцrare" "fцrfцrare" ; - foerfoerelse_nn_1 = mkN "fцrfцrelse" "fцrfцrelser" ; - foerfoerisk_av_1 = mkA "fцrfцrisk" ; - foerfogande_nn_1 = mkN "fцrfogande" ; - foerfogandelag_nn_1 = mkN "fцrfogandelag" ; - foerfraagning_nn_1 = mkN "fцrfrеgning" ; - foerfriskning_nn_1 = mkN "fцrfriskning" ; - foerfrusen_av_1 = mkA "fцrfrusen" "fцrfruset" ; - foergaa_vb_1 = mkV "fцrgе" "fцrgеr" "fцrgе" "fцrgick" "fцrgеtt" "fцrgеngen" ; - foergaard_nn_1 = mkN "fцrgеrd" ; - foergaenglig_av_1 = mkA "fцrgдnglig" ; - foergaeta_vb_1 = mkV "fцrgдta" "fцrgat" "fцrgдtit" ; - foergaetmigej_nn_1 = mkN "fцrgдtmigej" "fцrgдtmigejer" ; - foergaeves_ab_1 = mkAdv "fцrgдves" ; - foergasare_nn_1 = mkN "fцrgasare" "fцrgasare" ; - foergiftning_nn_1 = mkN "fцrgiftning" ; - foergjord_av_1 = mkA "fцrgjord" "fцrgjort" ; - foergraaten_av_1 = mkA "fцrgrеten" "fцrgrеtet" ; - foergraemd_av_1 = mkA "fцrgrдmd" "fцrgrдmt" ; - foergrening_nn_1 = mkN "fцrgrening" ; - foergripelse_nn_1 = mkN "fцrgripelse" "fцrgripelser" ; - foergriplig_av_1 = mkA "fцrgriplig" ; - foergrund_nn_1 = mkN "fцrgrund" "fцrgrunder" ; - foergrundsfigur_nn_1 = mkN "fцrgrundsfigur" "fцrgrundsfigurer" ; - foergrundsgestalt_nn_1 = mkN "fцrgrundsgestalt" "fцrgrundsgestalter" ; - foergudning_nn_1 = mkN "fцrgudning" ; - foerhaall_nn_1 = mkN "fцrhеll" neutrum ; - foerhaallande_nn_1 = mkN "fцrhеllande" ; - foerhaallandevis_ab_1 = mkAdv "fцrhеllandevis" ; - foerhaallning_nn_1 = mkN "fцrhеllning" ; - foerhaallningsorder_nn_1 = mkN "fцrhеllningsorder" ; - foerhaallningssaett_nn_1 = mkN "fцrhеllningssдtt" neutrum ; - foerhaardnad_nn_1 = mkN "fцrhеrdnad" "fцrhеrdnader" ; - foerhaerligande_nn_1 = mkN "fцrhдrligande" ; - foerhaerskande_av_1 = mkA "fцrhдrskande" ; - foerhall_nn_1 = mkN "fцrhall" ; - foerhanden_ab_1 = mkAdv "fцrhanden" ; - foerhandenvarande_av_1 = mkA "fцrhandenvarande" ; - foerhandlare_nn_1 = mkN "fцrhandlare" "fцrhandlare" ; - foerhandling_nn_1 = mkN "fцrhandling" ; - foerhandlingsbar_av_1 = mkA "fцrhandlingsbar" ; - foerhandlingsbord_nn_1 = mkN "fцrhandlingsbord" neutrum ; - foerhandsbukt_nn_1 = mkN "fцrhandsbukt" "fцrhandsbukter" ; - foerhatlig_av_1 = mkA "fцrhatlig" ; - foerhinder_nn_1 = mkN "fцrhinder" neutrum ; - foerhistorisk_av_1 = mkA "fцrhistorisk" ; - foerhoejning_nn_1 = mkN "fцrhцjning" ; - foerhoer_nn_1 = mkN "fцrhцr" neutrum ; - foerhoersledare_nn_1 = mkN "fцrhцrsledare" "fцrhцrsledare" ; - foerhoersvittne_nn_1 = mkN "fцrhцrsvittne" ; - foerhoppning_nn_1 = mkN "fцrhoppning" ; - foerhoppningsfull_av_1 = mkA "fцrhoppningsfull" ; - foerhoppningsvis_ab_1 = mkAdv "fцrhoppningsvis" ; - foerhuggning_nn_1 = mkN "fцrhuggning" ; - foerintande_av_1 = mkA "fцrintande" ; - foerkaempe_nn_1 = mkN "fцrkдmpe" utrum ; - foerkaenning_nn_1 = mkN "fцrkдnning" ; - foerkaensla_nn_1 = mkN "fцrkдnsla" ; - foerkaerlek_nn_1 = mkN "fцrkдrlek" ; - foerkalkning_nn_1 = mkN "fцrkalkning" ; - foerkastelsedom_nn_1 = mkN "fцrkastelsedom" ; - foerkastlig_av_1 = mkA "fцrkastlig" ; - foerkastning_nn_1 = mkN "fцrkastning" ; - foerklae_nn_1 = mkN "fцrklд" "fцrklдt" "fцrklдn" "fцrklдna" ; - foerklaede_nn_1 = mkN "fцrklдde" ; - foerklaedeskjol_nn_1 = mkN "fцrklдdeskjol" ; - foerklaednad_nn_1 = mkN "fцrklдdnad" "fцrklдdnader" ; - foerklaring_nn_1 = mkN "fцrklaring" ; - foerklarlig_av_1 = mkA "fцrklarlig" ; - foerklenande_av_1 = mkA "fцrklenande" ; - foerklistring_nn_1 = mkN "fцrklistring" ; - foerklyftning_nn_1 = mkN "fцrklyftning" ; - foerknippning_nn_1 = mkN "fцrknippning" ; - foerkoep_nn_1 = mkN "fцrkцp" neutrum ; - foerkomma_vb_1 = mkV "fцrkomma" "fцrkom" "fцrkommit" ; - foerkommen_av_1 = mkA "fцrkommen" "fцrkommet" "fцrkomna" "fцrkomna" "fцrkomnare" "fцrkomnast" "fцrkomnaste" ; - foerkortning_nn_1 = mkN "fцrkortning" ; - foerkrigstid_nn_1 = mkN "fцrkrigstid" "fцrkrigstider" ; - foerkristen_av_1 = mkA "fцrkristen" "fцrkristet" ; - foerkroppning_nn_1 = mkN "fцrkroppning" ; - foerkrossande_av_1 = mkA "fцrkrossande" ; - foerkrympt_av_1 = mkA "fцrkrympt" "fцrkrympt" ; - foerkunnare_nn_1 = mkN "fцrkunnare" "fцrkunnare" ; - foerkunnelse_nn_1 = mkN "fцrkunnelse" "fцrkunnelser" ; - foerkyld_av_1 = mkA "fцrkyld" "fцrkylt" ; - foerkylning_nn_1 = mkN "fцrkylning" ; - foerlaat_nn_1 = mkN "fцrlеt" "fцrlеter" ; - foerlaata_vb_1 = mkV "fцrlеta" "fцrlдt" "fцrlеtit" ; - foerlaatlig_av_1 = mkA "fцrlеtlig" ; - foerladdning_nn_1 = mkN "fцrladdning" ; - foerlaegen_av_1 = mkA "fцrlдgen" "fцrlдget" ; - foerlaegenhet_nn_1 = mkN "fцrlдgenhet" "fцrlдgenheter" ; - foerlaeggare_nn_1 = mkN "fцrlдggare" "fцrlдggare" ; - foerlaeggning_nn_1 = mkN "fцrlдggning" ; - foerlaengning_nn_1 = mkN "fцrlдngning" ; - foerlaengningssladd_nn_1 = mkN "fцrlдngningssladd" ; - foerlaening_nn_1 = mkN "fцrlдning" ; - foerlaest_av_1 = mkA "fцrlдst" "fцrlдst" ; - foerlag_1_nn_1 = mkN "fцrlag" neutrum ; - foerlag_2_nn_1 = mkN "fцrlag" neutrum ; - foerlagsbevis_nn_1 = mkN "fцrlagsbevis" neutrum ; - foerlagslaan_nn_1 = mkN "fцrlagslеn" neutrum ; - foerlamning_nn_1 = mkN "fцrlamning" ; - foerled_nn_1 = mkN "fцrled" neutrum ; - foerlida_vb_1 = mkV "fцrlida" "fцrled" "fцrlidit" ; - foerliden_av_1 = mkA "fцrliden" "fцrlidet" ; - foerlig_av_1 = mkA "fцrlig" ; - foerlikning_nn_1 = mkN "fцrlikning" ; - foerlikningskommission_nn_1 = mkN "fцrlikningskommission" "fцrlikningskommissioner" ; - foerlikningsman_nn_1 = mkN "fцrlikningsman" "fцrlikningsmannen" "fцrlikningsmдn" "fцrlikningsmдnnen" ; - foerlisning_nn_1 = mkN "fцrlisning" ; - foerljudande_nn_1 = mkN "fцrljudande" ; - foerljugen_av_1 = mkA "fцrljugen" "fцrljuget" ; - foerloepare_nn_1 = mkN "fцrlцpare" "fцrlцpare" ; - foerloepning_nn_1 = mkN "fцrlцpning" ; - foerlopp_nn_1 = mkN "fцrlopp" neutrum ; - foerlorare_nn_1 = mkN "fцrlorare" "fцrlorare" ; - foerlossning_nn_1 = mkN "fцrlossning" ; - foerlossningsanstalt_nn_1 = mkN "fцrlossningsanstalt" "fцrlossningsanstalter" ; - foerlovning_nn_1 = mkN "fцrlovning" ; - foerlovningsring_nn_1 = mkN "fцrlovningsring" ; - foerlupen_av_1 = mkA "fцrlupen" "fцrlupet" ; - foerlust_nn_1 = mkN "fцrlust" "fцrluster" ; - foerlustbringande_av_1 = mkA "fцrlustbringande" ; - foerlustelse_nn_1 = mkN "fцrlustelse" "fцrlustelser" ; - foerlustig_av_1 = mkA "fцrlustig" ; - foermaan_nn_1 = mkN "fцrmеn" "fцrmеner" ; - foermaanlig_av_1 = mkA "fцrmеnlig" ; - foermaanserbjudande_nn_1 = mkN "fцrmеnserbjudande" ; - foermaanstagare_nn_1 = mkN "fцrmеnstagare" "fцrmеnstagare" ; - foermaeld_av_1 = mkA "fцrmдld" "fцrmдlt" ; - foermaeten_av_1 = mkA "fцrmдten" "fцrmдtet" ; - foermak_nn_1 = mkN "fцrmak" neutrum ; - foerman_nn_1 = mkN "fцrman" "fцrmannen" "fцrmдn" "fцrmдnnen" ; - foermaning_nn_1 = mkN "fцrmaning" ; - foermatch_nn_1 = mkN "fцrmatch" "fцrmatcher" ; - foermedlande_av_1 = mkA "fцrmedlande" ; - foermedlare_nn_1 = mkN "fцrmedlare" "fцrmedlare" ; - foermedling_nn_1 = mkN "fцrmedling" ; - foermedveten_av_1 = mkA "fцrmedveten" "fцrmedvetet" ; - foerment_av_1 = mkA "fцrment" "fцrment" ; - foermer_av_1 = mkA "fцrmer" ; - foermiddag_nn_1 = mkN "fцrmiddag" ; - foermildrande_av_1 = mkA "fцrmildrande" ; - foerminskning_nn_1 = mkN "fцrminskning" ; - foermodande_nn_1 = mkN "fцrmodande" ; - foermodligen_ab_1 = mkAdv "fцrmodligen" ; - foermoegen_av_1 = mkA "fцrmцgen" "fцrmцget" ; - foermoegenhet_nn_1 = mkN "fцrmцgenhet" "fцrmцgenheter" ; - foermoegenhetsbrott_nn_1 = mkN "fцrmцgenhetsbrott" neutrum ; - foermoegenhetsraett_nn_1 = mkN "fцrmцgenhetsrдtt" "fцrmцgenhetsrдtter" ; - foermoegenhetsskatt_nn_1 = mkN "fцrmцgenhetsskatt" "fцrmцgenhetsskatter" ; - foermoerkelse_nn_1 = mkN "fцrmцrkelse" "fцrmцrkelser" ; - foermoerkelsevariabel_nn_1 = mkN "fцrmцrkelsevariabel" "fцrmцrkelsevariabeln" "fцrmцrkelsevariabler" "fцrmцrkelsevariablerna" ; - foermoerkning_nn_1 = mkN "fцrmцrkning" ; - foermultning_nn_1 = mkN "fцrmultning" ; - foermyndaraktig_av_1 = mkA "fцrmyndaraktig" ; - foermyndare_nn_1 = mkN "fцrmyndare" "fцrmyndare" ; - foermyndarskap_nn_1 = mkN "fцrmyndarskap" "fцrmyndarskapet" "fцrmyndarskapen" "fцrmyndarskapena" ; - foernaem_av_1 = mkA "fцrnдm" "fцrnдmare" "fцrnдmst" ; - foernaemitet_nn_1 = mkN "fцrnдmitet" "fцrnдmiteter" ; - foernaemlig_av_1 = mkA "fцrnдmlig" ; - foernaemligen_ab_1 = mkAdv "fцrnдmligen" ; - foernaer_ab_1 = mkAdv "fцrnдr" ; - foernaermelse_nn_1 = mkN "fцrnдrmelse" "fцrnдrmelser" ; - foernamn_nn_1 = mkN "fцrnamn" neutrum ; - foernekare_nn_1 = mkN "fцrnekare" "fцrnekare" ; - foernekelse_nn_1 = mkN "fцrnekelse" "fцrnekelser" ; - foernimbar_av_1 = mkA "fцrnimbar" ; - foernimma_vb_1 = mkV "fцrnimma" "fцrnam" "fцrnummit" ; - foernimmelse_nn_1 = mkN "fцrnimmelse" "fцrnimmelser" ; - foerning_nn_1 = mkN "fцrning" ; - foernoedenhet_nn_1 = mkN "fцrnцdenhet" "fцrnцdenheter" ; - foernoejd_av_1 = mkA "fцrnцjd" "fцrnцjt" ; - foernoejelse_nn_1 = mkN "fцrnцjelse" "fцrnцjelser" ; - foernoejsam_av_1 = mkA "fцrnцjsam" "fцrnцjsamt" "fцrnцjsamma" "fцrnцjsamma" "fцrnцjsammare" "fцrnцjsammast" "fцrnцjsammaste" ; - foernuftig_av_1 = mkA "fцrnuftig" ; - foernuftsskael_nn_1 = mkN "fцrnuftsskдl" neutrum ; - foernuftsstridig_av_1 = mkA "fцrnuftsstridig" ; - foernuftsvidrig_av_1 = mkA "fцrnuftsvidrig" ; - foernumstig_av_1 = mkA "fцrnumstig" ; - foernumstighet_nn_1 = mkN "fцrnumstighet" "fцrnumstigheter" ; - foernyare_nn_1 = mkN "fцrnyare" "fцrnyare" ; - foernybar_av_1 = mkA "fцrnybar" ; - foernyelse_nn_1 = mkN "fцrnyelse" "fцrnyelser" ; - foeroedande_av_1 = mkA "fцrцdande" ; - foeroedelse_nn_1 = mkN "fцrцdelse" "fцrцdelser" ; - foeroedmjukelse_nn_1 = mkN "fцrцdmjukelse" "fцrцdmjukelser" ; - foeroekning_nn_1 = mkN "fцrцkning" ; - foeroevare_nn_1 = mkN "fцrцvare" "fцrцvare" ; - foeroever_ab_1 = mkAdv "fцrцver" ; - foeroevning_nn_1 = mkN "fцrцvning" ; - foeroevrigt_ab_1 = mkAdv "fцrцvrigt" ; - foerolaempning_nn_1 = mkN "fцrolдmpning" ; - foerord_nn_1 = mkN "fцrord" neutrum ; - foerordnande_nn_1 = mkN "fцrordnande" ; - foerordning_nn_1 = mkN "fцrordning" ; - foerorening_nn_1 = mkN "fцrorening" ; - foeroreningsgrad_nn_1 = mkN "fцroreningsgrad" "fцroreningsgrader" ; - foerort_nn_1 = mkN "fцrort" "fцrorter" ; - foerpackning_nn_1 = mkN "fцrpackning" ; - foerpaktare_nn_1 = mkN "fцrpaktare" "fцrpaktare" ; - foerpassning_nn_1 = mkN "fцrpassning" ; - foerpatrull_nn_1 = mkN "fцrpatrull" "fцrpatruller" ; - foerpik_nn_1 = mkN "fцrpik" ; - foerplaegnad_nn_1 = mkN "fцrplдgnad" "fцrplдgnader" ; - foerpliktande_av_1 = mkA "fцrpliktande" ; - foerpliktelse_nn_1 = mkN "fцrpliktelse" "fцrpliktelser" ; - foerpost_nn_1 = mkN "fцrpost" "fцrposter" ; - foerpostfaektning_nn_1 = mkN "fцrpostfдktning" ; - foerpubertet_nn_1 = mkN "fцrpubertet" "fцrpuberteter" ; - foerpuppning_nn_1 = mkN "fцrpuppning" ; - foerr_ab_1 = mkAdv "fцrr" ; - foerraad_nn_1 = mkN "fцrrеd" neutrum ; - foerraadshus_nn_1 = mkN "fцrrеdshus" neutrum ; - foerraedare_nn_1 = mkN "fцrrдdare" "fцrrдdare" ; - foerraederi_nn_1 = mkN "fцrrдderi" "fцrrдderit" "fцrrдderier" "fцrrдderierna" ; - foerraedisk_av_1 = mkA "fцrrдdisk" ; - foerraett_nn_1 = mkN "fцrrдtt" "fцrrдtter" ; - foerraettare_nn_1 = mkN "fцrrдttare" "fцrrдttare" ; - foerraettning_nn_1 = mkN "fцrrдttning" ; - foerregling_nn_1 = mkN "fцrregling" ; - foerresten_ab_1 = mkAdv "fцrresten" ; - foerrfoerra_av_1 = mkA "fцrrfцrra" ; - foerrinna_vb_1 = mkV "fцrrinna" "fцrrann" "fцrrunnit" ; - foerromantisk_av_1 = mkA "fцrromantisk" ; - foerromersk_av_1 = mkA "fцrromersk" ; - foerrum_nn_1 = mkN "fцrrum" "fцrrummet" "fцrrum" "fцrrummen" ; - foerruttnelsegas_nn_1 = mkN "fцrruttnelsegas" "fцrruttnelsegaser" ; - foerryckt_av_1 = mkA "fцrryckt" "fцrryckt" ; - foerrymd_av_1 = mkA "fцrrymd" "fцrrymt" ; - foersaapning_nn_1 = mkN "fцrsеpning" ; - foersaat_nn_1 = mkN "fцrsеt" neutrum ; - foersaatlig_av_1 = mkA "fцrsеtlig" ; - foersaegning_nn_1 = mkN "fцrsдgning" ; - foersaekran_nn_1 = mkN "fцrsдkran" "fцrsдkran" "fцrsдkringar" "fцrsдkringarna" ; - foersaekring_nn_1 = mkN "fцrsдkring" ; - foersaekringsbedraegeri_nn_1 = mkN "fцrsдkringsbedrдgeri" "fцrsдkringsbedrдgerit" "fцrsдkringsbedrдgerier" "fцrsдkringsbedrдgerierna" ; - foersaekringsbesked_nn_1 = mkN "fцrsдkringsbesked" neutrum ; - foersaekringsbolag_nn_1 = mkN "fцrsдkringsbolag" neutrum ; - foersaekringsbrev_nn_1 = mkN "fцrsдkringsbrev" neutrum ; - foersaekringsgivare_nn_1 = mkN "fцrsдkringsgivare" "fцrsдkringsgivare" ; - foersaekringsinslag_nn_1 = mkN "fцrsдkringsinslag" neutrum ; - foersaekringskassa_nn_1 = mkN "fцrsдkringskassa" ; - foersaekringsmarknad_nn_1 = mkN "fцrsдkringsmarknad" "fцrsдkringsmarknader" ; - foersaekringspeng_nn_1 = mkN "fцrsдkringspeng" ; - foersaekringspolis_nn_1 = mkN "fцrsдkringspolis" "fцrsдkringspoliser" ; - foersaekringspremie_nn_1 = mkN "fцrsдkringspremie" "fцrsдkringspremier" ; - foersaekringsskydd_nn_1 = mkN "fцrsдkringsskydd" neutrum ; - foersaekringssystem_nn_1 = mkN "fцrsдkringssystem" neutrum ; - foersaekringsvillkor_nn_1 = mkN "fцrsдkringsvillkor" neutrum ; - foersaeljare_nn_1 = mkN "fцrsдljare" "fцrsдljare" ; - foersaeljning_nn_1 = mkN "fцrsдljning" ; - foersaeljningsbransch_nn_1 = mkN "fцrsдljningsbransch" "fцrsдljningsbranscher" ; - foersaeljningschef_nn_1 = mkN "fцrsдljningschef" "fцrsдljningschefer" ; - foersaeljningsdisk_nn_1 = mkN "fцrsдljningsdisk" ; - foersaeljningsled_nn_1 = mkN "fцrsдljningsled" neutrum ; - foersaeljningsort_nn_1 = mkN "fцrsдljningsort" "fцrsдljningsorter" ; - foersaeljningspris_nn_1 = mkN "fцrsдljningspris" neutrum ; - foersaeljningsstaand_nn_1 = mkN "fцrsдljningsstеnd" neutrum ; - foersaeljningsstopp_nn_1 = mkN "fцrsдljningsstopp" neutrum ; - foersaeljningsvana_nn_1 = mkN "fцrsдljningsvana" ; - foersaeljningsvinst_nn_1 = mkN "fцrsдljningsvinst" "fцrsдljningsvinster" ; - foersaemring_nn_1 = mkN "fцrsдmring" ; - foersaendelse_nn_1 = mkN "fцrsдndelse" "fцrsдndelser" ; - foersaenkare_nn_1 = mkN "fцrsдnkare" "fцrsдnkare" ; - foersaenkning_nn_1 = mkN "fцrsдnkning" ; - foersaettsblad_nn_1 = mkN "fцrsдttsblad" neutrum ; - foersaettslins_nn_1 = mkN "fцrsдttslins" "fцrsдttslinser" ; - foersagd_av_1 = mkA "fцrsagd" "fцrsagt" ; - foersakelse_nn_1 = mkN "fцrsakelse" "fцrsakelser" ; - foersamling_nn_1 = mkN "fцrsamling" ; - foersamlingsassistent_nn_1 = mkN "fцrsamlingsassistent" "fцrsamlingsassistenter" ; - foersamlingsbok_nn_1 = mkN "fцrsamlingsbok" "fцrsamlingsbцcker" ; - foersamlingsfrihet_nn_1 = mkN "fцrsamlingsfrihet" "fцrsamlingsfriheter" ; - foersamlingshem_nn_1 = mkN "fцrsamlingshem" "fцrsamlingshemmet" "fцrsamlingshem" "fцrsamlingshemmen" ; - foersamlingsmedlem_nn_1 = mkN "fцrsamlingsmedlem" "fцrsamlingsmedlemmen" "fцrsamlingsmedlemmar" "fцrsamlingsmedlemmarna" ; - foersats_nn_1 = mkN "fцrsats" "fцrsatser" ; - foerseelse_nn_1 = mkN "fцrseelse" "fцrseelser" ; - foersegel_nn_1 = mkN "fцrsegel" neutrum ; - foersening_nn_1 = mkN "fцrsening" ; - foersiggaa_vb_1 = mkV "fцrsiggе" "fцrsiggеr" "fцrsiggе" "fцrsiggick" "fцrsiggеtt" "fцrsiggеngen" ; - foersigkommen_av_1 = mkA "fцrsigkommen" "fцrsigkommet" "fцrsigkomna" "fцrsigkomna" "fцrsigkomnare" "fцrsigkomnast" "fцrsigkomnaste" ; - foersiktig_av_1 = mkA "fцrsiktig" ; - foersiktighet_nn_1 = mkN "fцrsiktighet" "fцrsiktigheter" ; - foersiktighetsaatgaerd_nn_1 = mkN "fцrsiktighetsеtgдrd" "fцrsiktighetsеtgдrder" ; - foersiktighetsmaatt_nn_1 = mkN "fцrsiktighetsmеtt" neutrum ; - foersiktigtvis_ab_1 = mkAdv "fцrsiktigtvis" ; - foersitta_vb_1 = mkV "fцrsitta" "fцrsatt" "fцrsuttit" ; - foersjunka_vb_1 = mkV "fцrsjunka" "fцrsjцnk" "fцrsjunkit" ; - foersjunken_av_1 = mkA "fцrsjunken" "fцrsjunket" ; - foerskaemd_av_1 = mkA "fцrskдmd" "fцrskдmt" ; - foerskaemning_nn_1 = mkN "fцrskдmning" ; - foerskaera_vb_1 = mkV "fцrskдra" "fцrskar" "fцrskurit" ; - foerskaerare_nn_1 = mkN "fцrskдrare" "fцrskдrare" ; - foerskaerargaffel_nn_1 = mkN "fцrskдrargaffel" ; - foerskaerarkniv_nn_1 = mkN "fцrskдrarkniv" ; - foerskansning_nn_1 = mkN "fцrskansning" ; - foerskepp_nn_1 = mkN "fцrskepp" neutrum ; - foerskiffring_nn_1 = mkN "fцrskiffring" ; - foerskingrare_nn_1 = mkN "fцrskingrare" "fцrskingrare" ; - foerskingring_nn_1 = mkN "fцrskingring" ; - foerskinn_nn_1 = mkN "fцrskinn" neutrum ; - foerskjuta_vb_1 = mkV "fцrskjuta" "fцrskцt" "fцrskjutit" ; - foerskjutning_nn_1 = mkN "fцrskjutning" ; - foerskoleaalder_nn_1 = mkN "fцrskoleеlder" ; - foerskollaerare_nn_1 = mkN "fцrskollдrare" "fцrskollдrare" ; - foerskott_nn_1 = mkN "fцrskott" neutrum ; - foerskraeckelse_nn_1 = mkN "fцrskrдckelse" "fцrskrдckelser" ; - foerskraecklig_av_1 = mkA "fцrskrдcklig" ; - foerskraeckt_av_1 = mkA "fцrskrдckt" "fцrskrдckt" ; - foerskraemd_av_1 = mkA "fцrskrдmd" "fцrskrдmt" ; - foerskriva_vb_1 = mkV "fцrskriva" "fцrskrev" "fцrskrivit" ; - foerskrivning_nn_1 = mkN "fцrskrivning" ; - foerslag_1_nn_1 = mkN "fцrslag" neutrum ; - foerslag_2_nn_1 = mkN "fцrslag" neutrum ; - foerslagen_av_1 = mkA "fцrslagen" "fцrslaget" ; - foerslagsrum_nn_1 = mkN "fцrslagsrum" "fцrslagsrummet" "fцrslagsrum" "fцrslagsrummen" ; - foerslagsvis_ab_1 = mkAdv "fцrslagsvis" ; - foerslappning_nn_1 = mkN "fцrslappning" ; - foerslita_vb_1 = mkV "fцrslita" "fцrslet" "fцrslitit" ; - foerslitning_nn_1 = mkN "fцrslitning" ; - foersluta_vb_1 = mkV "fцrsluta" "fцrslцt" "fцrslutit" ; - foerslutning_nn_1 = mkN "fцrslutning" ; - foersmaedlig_av_1 = mkA "fцrsmдdlig" ; - foersoek_nn_1 = mkN "fцrsцk" neutrum ; - foersoeksballong_nn_1 = mkN "fцrsцksballong" "fцrsцksballonger" ; - foersoeksdamm_nn_1 = mkN "fцrsцksdamm" ; - foersoeksdjur_nn_1 = mkN "fцrsцksdjur" neutrum ; - foersoeksgymnasium_nn_1 = mkN "fцrsцksgymnasium" "fцrsцksgymnasiet" "fцrsцksgymnasier" "fцrsцksgymnasierna" ; - foersoeksheat_nn_1 = mkN "fцrsцksheat" neutrum ; - foersoekskanin_nn_1 = mkN "fцrsцkskanin" "fцrsцkskaniner" ; - foersoeksledare_nn_1 = mkN "fцrsцksledare" "fцrsцksledare" ; - foersoeksobjekt_nn_1 = mkN "fцrsцksobjekt" neutrum ; - foersoeksperson_nn_1 = mkN "fцrsцksperson" "fцrsцkspersoner" ; - foersoeksverksamhet_nn_1 = mkN "fцrsцksverksamhet" "fцrsцksverksamheter" ; - foersoeksvis_ab_1 = mkAdv "fцrsцksvis" ; - foersoerjare_nn_1 = mkN "fцrsцrjare" "fцrsцrjare" ; - foersoerjningsboerda_nn_1 = mkN "fцrsцrjningsbцrda" ; - foersommar_nn_1 = mkN "fцrsommar" "fцrsommarn" "fцrsommrar" "fцrsommrarna" ; - foersonande_av_1 = mkA "fцrsonande" ; - foersoning_nn_1 = mkN "fцrsoning" ; - foersonlig_av_1 = mkA "fцrsonlig" ; - foersova_vb_1 = mkV "fцrsova" "fцrsov" "fцrsovit" ; - foerspaend_av_1 = mkA "fцrspдnd" ; - foerspaenning_nn_1 = mkN "fцrspдnning" ; - foerspel_nn_1 = mkN "fцrspel" "fцrspelet" "fцrspel" "fцrspelen" ; - foerst_ab_1 = mkAdv "fцrst" ; - foerstaaelig_av_1 = mkA "fцrstеelig" ; - foerstaaende_av_1 = mkA "fцrstеende" ; - foerstaandig_av_1 = mkA "fцrstеndig" ; - foerstaandshandikapp_nn_1 = mkN "fцrstеndshandikapp" neutrum ; - foerstaang_nn_1 = mkN "fцrstеng" "fцrstдnger" ; - foerstaas_ab_1 = mkAdv "fцrstеs" ; - foerstaasigpaaare_nn_1 = mkN "fцrstеsigpеare" "fцrstеsigpеare" ; - foerstad_nn_1 = mkN "fцrstad" "fцrstдder" ; - foerstadagsbrev_nn_1 = mkN "fцrstadagsbrev" neutrum ; - foerstadium_nn_1 = mkN "fцrstadium" "fцrstadiet" "fцrstadier" "fцrstadierna" ; - foerstaemd_av_1 = mkA "fцrstдmd" "fцrstдmt" ; - foerstaendigande_nn_1 = mkN "fцrstдndigande" ; - foerstaerkare_nn_1 = mkN "fцrstдrkare" "fцrstдrkare" ; - foerstaerkning_nn_1 = mkN "fцrstдrkning" ; - foerstaerkningsord_nn_1 = mkN "fцrstдrkningsord" neutrum ; - foerstaev_nn_1 = mkN "fцrstдv" ; - foerstag_nn_1 = mkN "fцrstag" neutrum ; - foerstagaangsvaeljare_nn_1 = mkN "fцrstagеngsvдljare" "fцrstagеngsvдljare" ; - foerstagradsekvation_nn_1 = mkN "fцrstagradsekvation" "fцrstagradsekvationer" ; - foerstahandsuppgift_nn_1 = mkN "fцrstahandsuppgift" "fцrstahandsuppgifter" ; - foerstaklasshotell_nn_1 = mkN "fцrstaklasshotell" neutrum ; - foerstamajtaag_nn_1 = mkN "fцrstamajtеg" neutrum ; - foerstasida_nn_1 = mkN "fцrstasida" ; - foerstaupplaga_nn_1 = mkN "fцrstaupplaga" ; - foerstavelse_nn_1 = mkN "fцrstavelse" "fцrstavelser" ; - foerstbemaelde_av_1 = mkA "fцrstbemдlde" ; - foersteg_nn_1 = mkN "fцrsteg" neutrum ; - foerstfoedd_av_1 = mkA "fцrstfцdd" ; - foerstfoederska_nn_1 = mkN "fцrstfцderska" ; - foerstklassig_av_1 = mkA "fцrstklassig" ; - foerstling_nn_1 = mkN "fцrstling" ; - foerstnaemnd_av_1 = mkA "fцrstnдmnd" ; - foerstnaemnde_av_1 = mkA "fцrstnдmnde" ; - foerstoerelse_nn_1 = mkN "fцrstцrelse" "fцrstцrelser" ; - foerstoppning_nn_1 = mkN "fцrstoppning" ; - foerstoring_nn_1 = mkN "fцrstoring" ; - foerstoringsapparat_nn_1 = mkN "fцrstoringsapparat" "fцrstoringsapparater" ; - foerstoringsglas_nn_1 = mkN "fцrstoringsglas" neutrum ; - foerstraeckning_nn_1 = mkN "fцrstrдckning" ; - foerstroedd_av_1 = mkA "fцrstrцdd" "fцrstrцdtt" ; - foerstroeelse_nn_1 = mkN "fцrstrцelse" "fцrstrцelser" ; - foerstubro_nn_1 = mkN "fцrstubro" ; - foerstucken_av_1 = mkA "fцrstucken" "fцrstucket" ; - foerstudie_nn_1 = mkN "fцrstudie" "fцrstudier" ; - foerstuga_nn_1 = mkN "fцrstuga" ; - foerstugubro_nn_1 = mkN "fцrstugubro" ; - foerstukvist_nn_1 = mkN "fцrstukvist" ; - foerstulen_av_1 = mkA "fцrstulen" "fцrstulet" ; - foersumbar_av_1 = mkA "fцrsumbar" ; - foersumlig_av_1 = mkA "fцrsumlig" ; - foersumlighet_nn_1 = mkN "fцrsumlighet" "fцrsumligheter" ; - foersummelse_nn_1 = mkN "fцrsummelse" "fцrsummelser" ; - foersupen_av_1 = mkA "fцrsupen" "fцrsupet" ; - foersvaarande_av_1 = mkA "fцrsvеrande" ; - foersvaerja_vb_1 = mkV "fцrsvдrja" "fцrsvдrj" "fцrsvдrj" "fцrsvorj" "fцrsvurjit" "fцrsvurjen" ; - foersvarare_nn_1 = mkN "fцrsvarare" "fцrsvarare" ; - foersvarbar_av_1 = mkA "fцrsvarbar" ; - foersvarlig_av_1 = mkA "fцrsvarlig" ; - foersvarsadvokat_nn_1 = mkN "fцrsvarsadvokat" "fцrsvarsadvokater" ; - foersvarsanlaeggning_nn_1 = mkN "fцrsvarsanlдggning" ; - foersvarsattache_nn_1 = mkN "fцrsvarsattachй" "fцrsvarsattachйer" ; - foersvarsgren_nn_1 = mkN "fцrsvarsgren" "fцrsvarsgrenen" "fцrsvarsgrenar" "fцrsvarsgrenarna" ; - foersvarshemlighet_nn_1 = mkN "fцrsvarshemlighet" "fцrsvarshemligheter" ; - foersvarskostnad_nn_1 = mkN "fцrsvarskostnad" "fцrsvarskostnader" ; - foersvarskraft_nn_1 = mkN "fцrsvarskraft" "fцrsvarskrafter" ; - foersvarslinje_nn_1 = mkN "fцrsvarslinje" "fцrsvarslinjer" ; - foersvarsloes_av_1 = mkA "fцrsvarslцs" ; - foersvarsminister_nn_1 = mkN "fцrsvarsminister" ; - foersvarsomraade_nn_1 = mkN "fцrsvarsomrеde" ; - foersvarsskrift_nn_1 = mkN "fцrsvarsskrift" "fцrsvarsskrifter" ; - foersvarsspel_nn_1 = mkN "fцrsvarsspel" "fцrsvarsspelet" "fцrsvarsspel" "fцrsvarsspelen" ; - foersvarsspelare_nn_1 = mkN "fцrsvarsspelare" "fцrsvarsspelare" ; - foersvarsstab_nn_1 = mkN "fцrsvarsstab" "fцrsvarsstaber" ; - foersvarsstaellning_nn_1 = mkN "fцrsvarsstдllning" ; - foersvarstal_nn_1 = mkN "fцrsvarstal" "fцrsvarstalet" "fцrsvarstalen" "fцrsvarstalena" ; - foersvarsverk_nn_1 = mkN "fцrsvarsverk" neutrum ; - foersvinna_vb_1 = mkV "fцrsvinna" "fцrsvann" "fцrsvunnit" ; - foersvinnande_nn_1 = mkN "fцrsvinnande" ; - foersynt_av_1 = mkA "fцrsynt" "fцrsynt" ; - foerta_vb_1 = mkV "fцrta" "fцrtar" "fцrta" "fцrtog" "fцrtagit" "fцrtagen" ; - foertaeckt_av_1 = mkA "fцrtдckt" "fцrtдckt" ; - foertaendning_nn_1 = mkN "fцrtдndning" ; - foertaenksam_av_1 = mkA "fцrtдnksam" "fцrtдnksamt" "fцrtдnksamma" "fцrtдnksamma" "fцrtдnksammare" "fцrtдnksammast" "fцrtдnksammaste" ; - foertaetning_nn_1 = mkN "fцrtдtning" ; - foertalskampanj_nn_1 = mkN "fцrtalskampanj" "fцrtalskampanjer" ; - foertecken_nn_1 = mkN "fцrtecken" "fцrtecknet" "fцrtecken" "fцrtecknen" ; - foerteckning_nn_1 = mkN "fцrteckning" ; - foertegen_av_1 = mkA "fцrtegen" "fцrteget" ; - foertida_av_1 = mkA "fцrtida" ; - foertidsboerd_nn_1 = mkN "fцrtidsbцrd" "fцrtidsbцrder" ; - foertidspension_nn_1 = mkN "fцrtidspension" "fцrtidspensioner" ; - foertimring_nn_1 = mkN "fцrtimring" ; - foertjaenst_ab_1 = mkAdv "fцrtjдnst" ; - foertjaenst_nn_1 = mkN "fцrtjдnst" "fцrtjдnster" ; - foertjaenstfull_av_1 = mkA "fцrtjдnstfull" ; - foertjaensttecken_nn_1 = mkN "fцrtjдnsttecken" "fцrtjдnsttecknet" "fцrtjдnsttecken" "fцrtjдnsttecknen" ; - foertjaent_av_1 = mkA "fцrtjдnt" "fцrtjдnt" ; - foertjusande_av_1 = mkA "fцrtjusande" ; - foertjust_av_1 = mkA "fцrtjust" "fцrtjust" ; - foertoejning_nn_1 = mkN "fцrtцjning" ; - foertoejningsring_nn_1 = mkN "fцrtцjningsring" ; - foertoning_nn_1 = mkN "fцrtoning" ; - foertraefflig_av_1 = mkA "fцrtrдfflig" ; - foertraengning_nn_1 = mkN "fцrtrдngning" ; - foertretlig_av_1 = mkA "fцrtretlig" ; - foertretlighet_nn_1 = mkN "fцrtretlighet" "fцrtretligheter" ; - foertroende_nn_1 = mkN "fцrtroende" ; - foertroendefraaga_nn_1 = mkN "fцrtroendefrеga" ; - foertroendefull_av_1 = mkA "fцrtroendefull" ; - foertroendeingivande_av_1 = mkA "fцrtroendeingivande" ; - foertroendeman_nn_1 = mkN "fцrtroendeman" "fцrtroendemannen" "fцrtroendemдn" "fцrtroendemдnnen" ; - foertroenderaad_nn_1 = mkN "fцrtroenderеd" neutrum ; - foertroendeuppdrag_nn_1 = mkN "fцrtroendeuppdrag" neutrum ; - foertroendevald_av_1 = mkA "fцrtroendevald" "fцrtroendevalt" ; - foertroendevotum_nn_1 = mkN "fцrtroendevotum" neutrum ; - foertrogen_av_1 = mkA "fцrtrogen" "fцrtroget" ; - foertrogenhet_nn_1 = mkN "fцrtrogenhet" "fцrtrogenheter" ; - foertrolig_av_1 = mkA "fцrtrolig" ; - foertrolighet_nn_1 = mkN "fцrtrolighet" "fцrtroligheter" ; - foertrollande_av_1 = mkA "fцrtrollande" ; - foertrupp_nn_1 = mkN "fцrtrupp" "fцrtrupper" ; - foertryckare_nn_1 = mkN "fцrtryckare" "fцrtryckare" ; - foertrytsam_av_1 = mkA "fцrtrytsam" "fцrtrytsamt" "fцrtrytsamma" "fцrtrytsamma" "fцrtrytsammare" "fцrtrytsammast" "fцrtrytsammaste" ; - foertunning_nn_1 = mkN "fцrtunning" ; - foertvaalning_nn_1 = mkN "fцrtvеlning" ; - foertvaett_nn_1 = mkN "fцrtvдtt" ; - foerty_ab_1 = mkAdv "fцrty" ; - foertydligande_nn_1 = mkN "fцrtydligande" ; - foerunderlig_av_1 = mkA "fцrunderlig" ; - foerundersoekning_nn_1 = mkN "fцrundersцkning" ; - foerundransvaerd_av_1 = mkA "fцrundransvдrd" "fцrundransvдrt" ; - foerut_1_ab_1 = mkAdv "fцrut" ; - foerut_2_ab_1 = mkAdv "fцrut" ; - foerutbestaemd_av_1 = mkA "fцrutbestдmd" "fцrutbestдmt" ; - foerutsaegbar_av_1 = mkA "fцrutsдgbar" ; - foerutsaegelse_nn_1 = mkN "fцrutsдgelse" "fцrutsдgelser" ; - foerutsaettning_nn_1 = mkN "fцrutsдttning" ; - foerutsaettningsloes_av_1 = mkA "fцrutsдttningslцs" ; - foerutseende_av_1 = mkA "fцrutseende" ; - foerutvarande_av_1 = mkA "fцrutvarande" ; - foervaanansvaerd_av_1 = mkA "fцrvеnansvдrd" "fцrvеnansvдrt" ; - foervaegen_av_1 = mkA "fцrvдgen" "fцrvдget" ; - foervaeljare_nn_1 = mkN "fцrvдljare" "fцrvдljare" ; - foervaend_av_1 = mkA "fцrvдnd" ; - foervaentansfull_av_1 = mkA "fцrvдntansfull" ; - foervaentning_nn_1 = mkN "fцrvдntning" ; - foervaermare_nn_1 = mkN "fцrvдrmare" "fцrvдrmare" ; - foervaerv_nn_1 = mkN "fцrvдrv" neutrum ; - foervaervsavdrag_nn_1 = mkN "fцrvдrvsavdrag" neutrum ; - foervaervsverksamhet_nn_1 = mkN "fцrvдrvsverksamhet" "fцrvдrvsverksamheter" ; - foervaexling_nn_1 = mkN "fцrvдxling" ; - foervaext_av_1 = mkA "fцrvдxt" "fцrvдxt" ; - foervaltare_nn_1 = mkN "fцrvaltare" "fцrvaltare" ; - foervaltarskapsomraade_nn_1 = mkN "fцrvaltarskapsomrеde" ; - foervaltning_nn_1 = mkN "fцrvaltning" ; - foervaltningsberaettelse_nn_1 = mkN "fцrvaltningsberдttelse" "fцrvaltningsberдttelser" ; - foervaltningsbolag_nn_1 = mkN "fцrvaltningsbolag" neutrum ; - foervaltningsutskott_nn_1 = mkN "fцrvaltningsutskott" neutrum ; - foervandling_nn_1 = mkN "fцrvandling" ; - foervandlingskonstnaer_nn_1 = mkN "fцrvandlingskonstnдr" "fцrvandlingskonstnдrer" ; - foervandlingsnummer_nn_1 = mkN "fцrvandlingsnummer" neutrum ; - foervandlingsstraff_nn_1 = mkN "fцrvandlingsstraff" neutrum ; - foervanskning_nn_1 = mkN "fцrvanskning" ; - foervaring_nn_1 = mkN "fцrvaring" ; - foervaringshall_nn_1 = mkN "fцrvaringshall" ; - foervaringsutrymme_nn_1 = mkN "fцrvaringsutrymme" ; - foervarning_nn_1 = mkN "fцrvarning" ; - foerveckling_nn_1 = mkN "fцrveckling" ; - foervedning_nn_1 = mkN "fцrvedning" ; - foerverkande_nn_1 = mkN "fцrverkande" ; - foerverkligande_nn_1 = mkN "fцrverkligande" ; - foerveten_av_1 = mkA "fцrveten" "fцrvetet" ; - foervillelse_nn_1 = mkN "fцrvillelse" "fцrvillelser" ; - foervisning_nn_1 = mkN "fцrvisning" ; - foervisso_ab_1 = mkAdv "fцrvisso" ; - foervittring_nn_1 = mkN "fцrvittring" ; - foervraengning_nn_1 = mkN "fцrvrдngning" ; - foervrida_vb_1 = mkV "fцrvrida" "fцrvred" "fцrvridit" ; - foervunnen_av_1 = mkA "fцrvunnen" "fцrvunnet" "fцrvunna" "fцrvunna" "fцrvunnare" "fцrvunnast" "fцrvunnaste" ; - foervuxen_av_1 = mkA "fцrvuxen" "fцrvuxet" ; - fog_nn_1 = mkN "fog" ; - fogde_nn_1 = mkN "fogde" utrum ; - fogeord_nn_1 = mkN "fogeord" neutrum ; - foglig_av_1 = mkA "foglig" ; - fogstryka_vb_1 = mkV "fogstryka" "fogstrцk" "fogstrukit" ; - fogsvans_nn_1 = mkN "fogsvans" ; - fokal_av_1 = mkA "fokal" ; - fokaldistans_nn_1 = mkN "fokaldistans" "fokaldistanser" ; - fokalplan_nn_1 = mkN "fokalplan" neutrum ; - fokus_nn_1 = mkN "fokus" ; - folder_nn_1 = mkN "folder" ; - foliant_nn_1 = mkN "foliant" "folianter" ; - folie_nn_1 = mkN "folie" "folier" ; - folioformat_nn_1 = mkN "folioformat" neutrum ; - folk_nn_1 = mkN "folk" neutrum ; - folkarme_nn_1 = mkN "folkarmй" "folkarmйer" ; - folkbaat_nn_1 = mkN "folkbеt" ; - folkbibliotek_nn_1 = mkN "folkbibliotek" neutrum ; - folkbokfoering_nn_1 = mkN "folkbokfцring" ; - folkdans_nn_1 = mkN "folkdans" "folkdanser" ; - folkdemokrati_nn_1 = mkN "folkdemokrati" "folkdemokratier" ; - folkdemokratisk_av_1 = mkA "folkdemokratisk" ; - folkdikt_nn_1 = mkN "folkdikt" "folkdikter" ; - folkdiktning_nn_1 = mkN "folkdiktning" ; - folkdjup_nn_1 = mkN "folkdjup" neutrum ; - folkdomstol_nn_1 = mkN "folkdomstol" ; - folkdraekt_nn_1 = mkN "folkdrдkt" "folkdrдkter" ; - folketymologi_nn_1 = mkN "folketymologi" "folketymologier" ; - folketymologisk_av_1 = mkA "folketymologisk" ; - folkfest_nn_1 = mkN "folkfest" "folkfester" ; - folkfoersamling_nn_1 = mkN "folkfцrsamling" ; - folkfront_nn_1 = mkN "folkfront" "folkfronter" ; - folkgrupp_nn_1 = mkN "folkgrupp" "folkgrupper" ; - folkhem_nn_1 = mkN "folkhem" "folkhemmet" "folkhem" "folkhemmen" ; - folkhemsk_av_1 = mkA "folkhemsk" ; - folkhjaelte_nn_1 = mkN "folkhjдlte" utrum ; - folkhop_nn_1 = mkN "folkhop" ; - folkilsken_av_1 = mkA "folkilsken" "folkilsket" ; - folkkaer_av_1 = mkA "folkkдr" ; - folkkommissarie_nn_1 = mkN "folkkommissarie" "folkkommissarier" ; - folkkommun_nn_1 = mkN "folkkommun" "folkkommuner" ; - folkkongress_nn_1 = mkN "folkkongress" "folkkongresser" ; - folklager_nn_1 = mkN "folklager" neutrum ; - folkledare_nn_1 = mkN "folkledare" "folkledare" ; - folklek_nn_1 = mkN "folklek" ; - folklig_av_1 = mkA "folklig" ; - folklighet_nn_1 = mkN "folklighet" "folkligheter" ; - folklivsforskare_nn_1 = mkN "folklivsforskare" "folklivsforskare" ; - folklivsskildring_nn_1 = mkN "folklivsskildring" ; - folklorist_nn_1 = mkN "folklorist" "folklorister" ; - folkloristisk_av_1 = mkA "folkloristisk" ; - folklustspel_nn_1 = mkN "folklustspel" "folklustspelet" "folklustspel" "folklustspelen" ; - folkmaal_nn_1 = mkN "folkmеl" neutrum ; - folkmaengd_nn_1 = mkN "folkmдngd" "folkmдngder" ; - folkmelodi_nn_1 = mkN "folkmelodi" "folkmelodier" ; - folkminne_nn_1 = mkN "folkminne" ; - folkmord_nn_1 = mkN "folkmord" neutrum ; - folknoeje_nn_1 = mkN "folknцje" ; - folkoel_nn_1 = mkN "folkцl" neutrum ; - folkomroestning_nn_1 = mkN "folkomrцstning" ; - folkpark_nn_1 = mkN "folkpark" "folkparker" ; - folkpartist_nn_1 = mkN "folkpartist" "folkpartister" ; - folkpension_nn_1 = mkN "folkpension" "folkpensioner" ; - folkpensionaer_nn_1 = mkN "folkpensionдr" "folkpensionдrer" ; - folkraekning_nn_1 = mkN "folkrдkning" ; - folkraettslig_av_1 = mkA "folkrдttslig" ; - folkrepresentation_nn_1 = mkN "folkrepresentation" "folkrepresentationer" ; - folkrepublik_nn_1 = mkN "folkrepublik" "folkrepubliker" ; - folkresning_nn_1 = mkN "folkresning" ; - folkrik_av_1 = mkA "folkrik" ; - folkroerelse_nn_1 = mkN "folkrцrelse" "folkrцrelser" ; - folksaang_nn_1 = mkN "folksеng" "folksеnger" ; - folksaegen_nn_1 = mkN "folksдgen" "folksдgenn" "folksдgner" "folksдgnerna" ; - folksaga_nn_1 = mkN "folksaga" ; - folksamling_nn_1 = mkN "folksamling" ; - folkskollaerare_nn_1 = mkN "folkskollдrare" "folkskollдrare" ; - folkskygg_av_1 = mkA "folkskygg" ; - folkslag_nn_1 = mkN "folkslag" neutrum ; - folkstam_nn_1 = mkN "folkstam" "folkstammen" "folkstammar" "folkstammarna" ; - folkstorm_nn_1 = mkN "folkstorm" ; - folkstyre_nn_1 = mkN "folkstyre" ; - folktaet_av_1 = mkA "folktдt" ; - folktaethet_nn_1 = mkN "folktдthet" "folktдtheter" ; - folkting_nn_1 = mkN "folkting" neutrum ; - folktom_av_1 = mkA "folktom" "folktomt" "folktomma" "folktomma" "folktommare" "folktommast" "folktommaste" ; - folktribun_nn_1 = mkN "folktribun" "folktribuner" ; - folkuniversitet_nn_1 = mkN "folkuniversitet" neutrum ; - folkvald_av_1 = mkA "folkvald" "folkvalt" ; - folkvandring_nn_1 = mkN "folkvandring" ; - folkvilja_nn_1 = mkN "folkvilja" ; - follikel_nn_1 = mkN "follikel" ; - follikelstimulerande_av_1 = mkA "follikelstimulerande" ; - fon_nn_1 = mkN "fon" "foner" ; - fond_nn_1 = mkN "fond" "fonder" ; - fondaktie_nn_1 = mkN "fondaktie" "fondaktier" ; - fondboers_nn_1 = mkN "fondbцrs" "fondbцrser" ; - fondemission_nn_1 = mkN "fondemission" "fondemissioner" ; - fondkommissionaer_nn_1 = mkN "fondkommissionдr" "fondkommissionдrer" ; - fondpapper_nn_1 = mkN "fondpapper" neutrum ; - fondstaempel_nn_1 = mkN "fondstдmpel" ; - fondue_nn_1 = mkN "fondue" "fonduer" ; - fonem_nn_1 = mkN "fonem" neutrum ; - fonematisk_av_1 = mkA "fonematisk" ; - fonetiker_nn_1 = mkN "fonetiker" "fonetikern" "fonetiker" "fonetikerna" ; - fonetisk_av_1 = mkA "fonetisk" ; - foniater_nn_1 = mkN "foniater" "foniatern" "foniatrer" "foniatrerna" ; - foniatriker_nn_1 = mkN "foniatriker" "foniatrikern" "foniatriker" "foniatrikerna" ; - foniatrisk_av_1 = mkA "foniatrisk" ; - fonograf_nn_1 = mkN "fonograf" "fonografer" ; - fonogram_nn_1 = mkN "fonogram" "fonogrammet" "fonogram" "fonogrammen" ; - fonologisk_av_1 = mkA "fonologisk" ; - fonotek_nn_1 = mkN "fonotek" neutrum ; - fontaen_nn_1 = mkN "fontдn" "fontдner" ; - fontanell_nn_1 = mkN "fontanell" "fontaneller" ; - forcerbar_av_1 = mkA "forcerbar" ; - forcering_nn_1 = mkN "forcering" ; - fordom_ab_1 = mkAdv "fordom" ; - fordon_nn_1 = mkN "fordon" neutrum ; - fordonsuppstaellning_nn_1 = mkN "fordonsuppstдllning" ; - fordonsvikt_nn_1 = mkN "fordonsvikt" "fordonsvikter" ; - fordran_nn_1 = mkN "fordran" "fordran" "fordringar" "fordringarna" ; - fordrande_av_1 = mkA "fordrande" ; - fordring_nn_1 = mkN "fordring" ; - fordringsaegare_nn_1 = mkN "fordringsдgare" "fordringsдgare" ; - fordringsfull_av_1 = mkA "fordringsfull" ; - forell_nn_1 = mkN "forell" "foreller" ; - form_nn_1 = mkN "form" ; - form_nn_2 = mkN "form" "former" ; - formaldehyd_nn_1 = mkN "formaldehyd" "formaldehyder" ; - formalist_nn_1 = mkN "formalist" "formalister" ; - formaliter_ab_1 = mkAdv "formaliter" ; - formalitet_nn_1 = mkN "formalitet" "formaliteter" ; - formant_nn_1 = mkN "formant" "formanter" ; - format_nn_1 = mkN "format" neutrum ; - formation_nn_1 = mkN "formation" "formationer" ; - formbakelse_nn_1 = mkN "formbakelse" "formbakelser" ; - formbar_av_1 = mkA "formbar" ; - formbildning_nn_1 = mkN "formbildning" ; - formbildningsproblem_nn_1 = mkN "formbildningsproblem" neutrum ; - formbroed_nn_1 = mkN "formbrцd" neutrum ; - formbunden_av_1 = mkA "formbunden" "formbundet" ; - formel_nn_1 = mkN "formel" "formeln" "formler" "formlerna" ; - formelenhet_nn_1 = mkN "formelenhet" "formelenheter" ; - formell_av_1 = mkA "formell" ; - formering_nn_1 = mkN "formering" ; - formfraaga_nn_1 = mkN "formfrеga" ; - formfranska_nn_1 = mkN "formfranska" ; - formge_vb_1 = mkV "formge" "formger" "formge" "formgav" "formgett" "formgiven" ; - formgivare_nn_1 = mkN "formgivare" "formgivare" ; - formgivning_nn_1 = mkN "formgivning" ; - formidabel_av_1 = mkA "formidabel" "formidabelt" "formidabla" "formidabla" "formidablare" "formidablast" "formidablaste" ; - formlaera_nn_1 = mkN "formlдra" ; - formlig_av_1 = mkA "formlig" ; - formligen_ab_1 = mkAdv "formligen" ; - formloes_av_1 = mkA "formlцs" ; - formord_nn_1 = mkN "formord" neutrum ; - formpressning_nn_1 = mkN "formpressning" ; - formrik_av_1 = mkA "formrik" ; - formrikedom_nn_1 = mkN "formrikedom" ; - formsak_nn_1 = mkN "formsak" "formsaker" ; - formspel_nn_1 = mkN "formspel" "formspelet" "formspel" "formspelen" ; - formspraak_nn_1 = mkN "formsprеk" neutrum ; - formulaer_nn_1 = mkN "formulдr" neutrum ; - formulering_nn_1 = mkN "formulering" ; - forn_av_1 = mkA "forn" ; - fornborg_nn_1 = mkN "fornborg" ; - fornegyptisk_av_1 = mkA "fornegyptisk" ; - fornfolk_nn_1 = mkN "fornfolk" neutrum ; - fornfynd_nn_1 = mkN "fornfynd" neutrum ; - forngrekisk_av_1 = mkA "forngrekisk" ; - fornislaendsk_av_1 = mkA "fornislдndsk" ; - fornitaliensk_av_1 = mkA "fornitaliensk" ; - fornkeltisk_av_1 = mkA "fornkeltisk" ; - fornlaemning_nn_1 = mkN "fornlдmning" ; - fornminne_nn_1 = mkN "fornminne" ; - fornnordisk_av_1 = mkA "fornnordisk" ; - fornromersk_av_1 = mkA "fornromersk" ; - fornsvensk_av_1 = mkA "fornsvensk" ; - forntid_nn_1 = mkN "forntid" "forntider" ; - forntida_av_1 = mkA "forntida" ; - fors_nn_1 = mkN "fors" ; - forshuvud_nn_1 = mkN "forshuvud" "forshuvudet" "forshuvuden" "forshuvudena" ; - forskarassistent_nn_1 = mkN "forskarassistent" "forskarassistenter" ; - forskare_nn_1 = mkN "forskare" "forskare" ; - forskargrupp_nn_1 = mkN "forskargrupp" "forskargrupper" ; - forskarkonspiration_nn_1 = mkN "forskarkonspiration" "forskarkonspirationer" ; - forskarlag_nn_1 = mkN "forskarlag" neutrum ; - forskarledighet_nn_1 = mkN "forskarledighet" "forskarledigheter" ; - forskning_nn_1 = mkN "forskning" ; - forskningsfaelt_nn_1 = mkN "forskningsfдlt" neutrum ; - forskningsfartyg_nn_1 = mkN "forskningsfartyg" neutrum ; - forskningsinstitut_nn_1 = mkN "forskningsinstitut" neutrum ; - forskningskompetens_nn_1 = mkN "forskningskompetens" "forskningskompetenser" ; - forskningslaboratorium_nn_1 = mkN "forskningslaboratorium" "forskningslaboratoriet" "forskningslaboratorier" "forskningslaboratorierna" ; - forskningsomraade_nn_1 = mkN "forskningsomrеde" ; - forskningsorganisation_nn_1 = mkN "forskningsorganisation" "forskningsorganisationer" ; - forskningsprojekt_nn_1 = mkN "forskningsprojekt" neutrum ; - forskningsraad_nn_1 = mkN "forskningsrеd" neutrum ; - forskningsresande_nn_1 = mkN "forskningsresande" "forskningsresanden" "forskningsresande" "forskningsresandena" ; - forskningsresultat_nn_1 = mkN "forskningsresultat" neutrum ; - forskningsroen_nn_1 = mkN "forskningsrцn" neutrum ; - forskningsstation_nn_1 = mkN "forskningsstation" "forskningsstationer" ; - forsraenning_nn_1 = mkN "forsrдnning" ; - fort_ab_1 = mkAdv "fort" ; - fort_nn_1 = mkN "fort" neutrum ; - fortbildning_nn_1 = mkN "fortbildning" ; - forte_ab_1 = mkAdv "forte" ; - forte_nn_1 = mkN "forte" ; - fortel_nn_1 = mkN "fortel" ; - fortepiano_nn_1 = mkN "fortepiano" "fortepianot" "fortepianon" "fortepianona" ; - fortfaerdig_av_1 = mkA "fortfдrdig" ; - fortfarande_ab_1 = mkAdv "fortfarande" ; - fortgaaende_av_1 = mkA "fortgеende" ; - fortifikation_nn_1 = mkN "fortifikation" "fortifikationer" ; - fortifikationsfoervaltning_nn_1 = mkN "fortifikationsfцrvaltning" ; - fortifikationskaar_nn_1 = mkN "fortifikationskеr" "fortifikationskеrer" ; - fortis_av_1 = mkA "fortis" ; - fortissimo_ab_1 = mkAdv "fortissimo" ; - fortissimo_nn_1 = mkN "fortissimo" "fortissimot" "fortissimon" "fortissimona" ; - fortkoerning_nn_1 = mkN "fortkцrning" ; - fortkomst_nn_1 = mkN "fortkomst" "fortkomster" ; - fortloepande_av_1 = mkA "fortlцpande" ; - fortplantning_nn_1 = mkN "fortplantning" ; - fortplantningsdrift_nn_1 = mkN "fortplantningsdrift" "fortplantningsdrifter" ; - fortplantningsorgan_nn_1 = mkN "fortplantningsorgan" neutrum ; - fortsaettning_nn_1 = mkN "fortsдttning" ; - fortsaettningsvis_ab_1 = mkAdv "fortsдttningsvis" ; - fortskaffningsmedel_nn_1 = mkN "fortskaffningsmedel" neutrum ; - fortskrida_vb_1 = mkV "fortskrida" "fortskred" "fortskridit" ; - fortskridande_nn_1 = mkN "fortskridande" ; - forum_nn_1 = mkN "forum" neutrum ; - forumtidning_nn_1 = mkN "forumtidning" ; - forward_nn_1 = mkN "forward" ; - fosfat_nn_1 = mkN "fosfat" neutrum ; - fosforescent_av_1 = mkA "fosforescent" "fosforescent" ; - fosforit_nn_1 = mkN "fosforit" "fosforiter" ; - fosforsyracell_nn_1 = mkN "fosforsyracell" "fosforsyraceller" ; - fossil_av_1 = mkA "fossil" ; - fossil_nn_1 = mkN "fossil" neutrum ; - fossilfri_av_1 = mkA "fossilfri" "fossilfritt" ; - fossilfynd_nn_1 = mkN "fossilfynd" neutrum ; - fossilletare_nn_1 = mkN "fossilletare" "fossilletare" ; - fossilminskning_nn_1 = mkN "fossilminskning" ; - fossing_nn_1 = mkN "fossing" ; - fostbroedralag_nn_1 = mkN "fostbrцdralag" neutrum ; - foster_nn_1 = mkN "foster" neutrum ; - fosterbarn_nn_1 = mkN "fosterbarn" neutrum ; - fosterfoeraelder_nn_1 = mkN "fosterfцrдlder" ; - fosterfoerdrivning_nn_1 = mkN "fosterfцrdrivning" ; - fosterhem_nn_1 = mkN "fosterhem" "fosterhemmet" "fosterhem" "fosterhemmen" ; - fosterhinna_nn_1 = mkN "fosterhinna" ; - fosterlaege_nn_1 = mkN "fosterlдge" ; - fosterlaendsk_av_1 = mkA "fosterlдndsk" ; - fosterland_nn_1 = mkN "fosterland" neutrum ; - fosterljud_nn_1 = mkN "fosterljud" neutrum ; - fosterutveckling_nn_1 = mkN "fosterutveckling" ; - fostervatten_nn_1 = mkN "fostervatten" "fostervattnet" "fostervatten" "fostervattnen" ; - fostrare_nn_1 = mkN "fostrare" "fostrare" ; - fot_nn_1 = mkN "fot" "fцtter" ; - fot_nn_2 = mkN "fot" "foten" "fot" "foten" ; - fotaenda_nn_1 = mkN "fotдnda" "fotдndan" "fotдndar" "fotдndarna" ; - fotbad_nn_1 = mkN "fotbad" neutrum ; - fotbjudning_nn_1 = mkN "fotbjudning" ; - fotblad_nn_1 = mkN "fotblad" neutrum ; - fotboll_nn_1 = mkN "fotboll" ; - fotbollsfoerbund_nn_1 = mkN "fotbollsfцrbund" neutrum ; - fotbollskedja_nn_1 = mkN "fotbollskedja" ; - fotbollslag_nn_1 = mkN "fotbollslag" neutrum ; - fotbollsmaal_nn_1 = mkN "fotbollsmеl" neutrum ; - fotbollsmatch_nn_1 = mkN "fotbollsmatch" "fotbollsmatcher" ; - fotbollsplan_nn_1 = mkN "fotbollsplan" "fotbollsplaner" ; - fotbollsspelare_nn_1 = mkN "fotbollsspelare" "fotbollsspelare" ; - fotbollstips_nn_1 = mkN "fotbollstips" neutrum ; - fotbroms_nn_1 = mkN "fotbroms" ; - fotfel_nn_1 = mkN "fotfel" "fotfelet" "fotfel" "fotfelen" ; - fotgaengare_nn_1 = mkN "fotgдngare" "fotgдngare" ; - fotino_nn_1 = mkN "fotino" "fotinon" "fotinos" "fotinosen" ; - fotknoel_nn_1 = mkN "fotknцl" ; - fotled_nn_1 = mkN "fotled" "fotleder" ; - fotnot_nn_1 = mkN "fotnot" "fotnoter" ; - foto_nn_1 = mkN "foto" "fotot" "foton" "fotona" ; - fotoautomat_nn_1 = mkN "fotoautomat" "fotoautomater" ; - fotoblixt_nn_1 = mkN "fotoblixt" ; - fotocell_nn_1 = mkN "fotocell" "fotoceller" ; - fotoelektricitet_nn_1 = mkN "fotoelektricitet" "fotoelektriciteter" ; - fotoelektrisk_av_1 = mkA "fotoelektrisk" ; - fotogenique_av_1 = mkA "fotogenique" ; - fotogenisk_av_1 = mkA "fotogenisk" ; - fotogenkoek_nn_1 = mkN "fotogenkцk" neutrum ; - fotograf_nn_1 = mkN "fotograf" "fotografer" ; - fotografering_nn_1 = mkN "fotografering" ; - fotografi_nn_1 = mkN "fotografi" "fotografit" "fotografier" "fotografierna" ; - fotografiplaat_nn_1 = mkN "fotografiplеt" ; - fotografisk_av_1 = mkA "fotografisk" ; - fotogram_nn_1 = mkN "fotogram" "fotogrammet" "fotogram" "fotogrammen" ; - fotogrammetrisk_av_1 = mkA "fotogrammetrisk" ; - fotogravyr_nn_1 = mkN "fotogravyr" "fotogravyrer" ; - fotokemisk_av_1 = mkA "fotokemisk" ; - fotokopia_nn_1 = mkN "fotokopia" ; - fotokopiering_nn_1 = mkN "fotokopiering" ; - fotometer_nn_1 = mkN "fotometer" ; - fotomodell_nn_1 = mkN "fotomodell" "fotomodeller" ; - fotomontage_nn_1 = mkN "fotomontage" "fotomontaget" "fotomontage" "fotomontagen" ; - foton_nn_1 = mkN "foton" "fotoner" ; - fotoresistor_nn_1 = mkN "fotoresistor" "fotoresistorer" ; - fotosaettning_nn_1 = mkN "fotosдttning" ; - fotostatkopia_nn_1 = mkN "fotostatkopia" ; - fotostatkopiering_nn_1 = mkN "fotostatkopiering" ; - fotosyntes_nn_1 = mkN "fotosyntes" "fotosynteser" ; - fotriktig_av_1 = mkA "fotriktig" ; - fotsack_nn_1 = mkN "fotsack" ; - fotsid_av_1 = mkA "fotsid" ; - fotspaar_nn_1 = mkN "fotspеr" neutrum ; - fotsteg_nn_1 = mkN "fotsteg" neutrum ; - fotstoed_nn_1 = mkN "fotstцd" neutrum ; - fotvaenlig_av_1 = mkA "fotvдnlig" ; - fotvalv_nn_1 = mkN "fotvalv" neutrum ; - fotvandring_nn_1 = mkN "fotvandring" ; - foul_nn_1 = mkN "foul" "fouler" ; - foxterrier_nn_1 = mkN "foxterrier" "foxterriern" "foxterrier" "foxterrierna" ; - foxtrot_nn_1 = mkN "foxtrot" "foxtroter" ; - foyer_nn_1 = mkN "foyer" "foyern" "foyerer" "foyererna" ; - fraaga_nn_1 = mkN "frеga" ; - fraageform_nn_1 = mkN "frеgeform" "frеgeformer" ; - fraageformulaer_nn_1 = mkN "frеgeformulдr" neutrum ; - fraageord_nn_1 = mkN "frеgeord" neutrum ; - fraagesats_nn_1 = mkN "frеgesats" "frеgesatser" ; - fraagespalt_nn_1 = mkN "frеgespalt" "frеgespalter" ; - fraagesport_nn_1 = mkN "frеgesport" "frеgesporter" ; - fraagestaellare_nn_1 = mkN "frеgestдllare" "frеgestдllare" ; - fraagestaellning_nn_1 = mkN "frеgestдllning" ; - fraagestund_nn_1 = mkN "frеgestund" "frеgestunder" ; - fraagetaevling_nn_1 = mkN "frеgetдvling" ; - fraagetecken_nn_1 = mkN "frеgetecken" "frеgetecknet" "frеgetecken" "frеgetecknen" ; - fraagvis_av_1 = mkA "frеgvis" ; - fraanlandsvind_nn_1 = mkN "frеnlandsvind" ; - fraansida_nn_1 = mkN "frеnsida" ; - fraanskild_av_1 = mkA "frеnskild" "frеnskilt" ; - fraanskiljare_nn_1 = mkN "frеnskiljare" "frеnskiljare" ; - fraanstoetande_av_1 = mkA "frеnstцtande" ; - fraanta_vb_1 = mkV "frеnta" "frеntar" "frеnta" "frеntog" "frеntagit" "frеntagen" ; - fraanvarande_av_1 = mkA "frеnvarande" ; - frack_nn_1 = mkN "frack" ; - fradgig_av_1 = mkA "fradgig" ; - fraeck_av_1 = mkA "frдck" ; - fraeckhet_nn_1 = mkN "frдckhet" "frдckheter" ; - fraeckis_nn_1 = mkN "frдckis" ; - fraeken_nn_1 = mkN "frдken" "frдkenn" "frдknar" "frдknarna" ; - fraekne_nn_1 = mkN "frдkne" utrum ; - fraeknig_av_1 = mkA "frдknig" ; - fraelsare_nn_1 = mkN "frдlsare" "frдlsare" ; - fraelsarkrans_nn_1 = mkN "frдlsarkrans" ; - fraelse_av_1 = mkA "frдlse" ; - fraelsebonde_nn_1 = mkN "frдlsebonde" "frдlsebцnder" ; - fraelsejord_nn_1 = mkN "frдlsejord" ; - fraelsningsmoete_nn_1 = mkN "frдlsningsmцte" ; - fraelsningssoldat_nn_1 = mkN "frдlsningssoldat" "frдlsningssoldater" ; - fraelst_av_1 = mkA "frдlst" "frдlst" ; - fraemling_nn_1 = mkN "frдmling" ; - fraemlingslegion_nn_1 = mkN "frдmlingslegion" "frдmlingslegioner" ; - fraemlingslegionaer_nn_1 = mkN "frдmlingslegionдr" "frдmlingslegionдrer" ; - fraemlingspass_nn_1 = mkN "frдmlingspass" neutrum ; - fraemmande_av_1 = mkA "frдmmande" ; - fraemmande_nn_1 = mkN "frдmmande" ; - fraemmat_av_1 = mkA "frдmmat" ; - fraemre_av_1 = mkA "frдmre" ; - fraen_av_1 = mkA "frдn" ; - fraende_nn_1 = mkN "frдnde" "frдnder" ; - fraendskap_nn_1 = mkN "frдndskap" "frдndskaper" ; - fraes_nn_1 = mkN "frдs" ; - fraesch_av_1 = mkA "frдsch" ; - fraesig_av_1 = mkA "frдsig" ; - fraesmaskin_nn_1 = mkN "frдsmaskin" "frдsmaskiner" ; - fragil_av_1 = mkA "fragil" ; - fragment_nn_1 = mkN "fragment" neutrum ; - fragmentarisk_av_1 = mkA "fragmentarisk" ; - frakt_nn_1 = mkN "frakt" "frakter" ; - fraktal_av_1 = mkA "fraktal" ; - fraktavtal_nn_1 = mkN "fraktavtal" "fraktavtalet" "fraktavtalen" "fraktavtalena" ; - fraktion_nn_1 = mkN "fraktion" "fraktioner" ; - fraktsats_nn_1 = mkN "fraktsats" "fraktsatser" ; - fraktsedel_nn_1 = mkN "fraktsedel" ; - fraktur_nn_2 = mkN "fraktur" "frakturer" ; - fram_ab_1 = mkAdv "fram" ; - framaat_ab_1 = mkAdv "framеt" ; - framaenda_nn_1 = mkN "framдnda" "framдndan" "framдndar" "framдndarna" ; - framaxel_nn_1 = mkN "framaxel" ; - frambaera_vb_1 = mkV "frambдra" "frambar" "framburit" ; - framben_nn_1 = mkN "framben" neutrum ; - frambesvaerja_vb_1 = mkV "frambesvдrja" "frambesvдrjer" "frambesvдrj" "frambesvor" "frambesvurit" "frambesvдrjd" ; - frambryta_vb_1 = mkV "frambryta" "frambrцt" "frambrutit" ; - framdel_nn_1 = mkN "framdel" "framdelen" "framdelar" "framdelarna" ; - framdeles_ab_1 = mkAdv "framdeles" ; - framdriva_vb_1 = mkV "framdriva" "framdrev" "framdrivit" ; - framfaerd_nn_1 = mkN "framfдrd" "framfдrder" ; - framfall_nn_1 = mkN "framfall" neutrum ; - framfara_vb_1 = mkV "framfara" "framfor" "framfarit" ; - framfoer_ab_1 = mkAdv "framfцr" ; - framfoerallt_ab_1 = mkAdv "framfцrallt" ; - framfoerande_nn_1 = mkN "framfцrande" ; - framfoerhaallning_nn_1 = mkN "framfцrhеllning" ; - framfoervarande_av_1 = mkA "framfцrvarande" ; - framfot_nn_1 = mkN "framfot" "framfцtter" ; - framfusig_av_1 = mkA "framfusig" ; - framgaa_vb_1 = mkV "framgе" "framgеr" "framgе" "framgick" "framgеtt" "framgеngen" ; - framgaang_nn_1 = mkN "framgеng" ; - framgaangsrik_av_1 = mkA "framgеngsrik" ; - framgaffel_nn_1 = mkN "framgaffel" ; - framgent_ab_1 = mkAdv "framgent" ; - framhaalla_vb_1 = mkV "framhеlla" "framhцll" "framhеllit" ; - framhjul_nn_1 = mkN "framhjul" neutrum ; - framhjulsdriven_av_1 = mkA "framhjulsdriven" "framhjulsdrivet" ; - framifraan_ab_1 = mkAdv "framifrеn" ; - framkallare_nn_1 = mkN "framkallare" "framkallare" ; - framkallning_nn_1 = mkN "framkallning" ; - framkant_nn_1 = mkN "framkant" "framkanter" ; - framkoerning_nn_1 = mkN "framkцrning" ; - framkomlig_av_1 = mkA "framkomlig" ; - framkomlighet_nn_1 = mkN "framkomlighet" "framkomligheter" ; - framkomma_vb_1 = mkV "framkomma" "framkom" "framkommit" ; - framladdare_nn_1 = mkN "framladdare" "framladdare" ; - framladdning_nn_1 = mkN "framladdning" ; - framlaenges_ab_1 = mkAdv "framlдnges" ; - framlida_vb_1 = mkV "framlida" "framled" "framlidit" ; - framliden_av_1 = mkA "framliden" "framlidet" ; - framlob_nn_1 = mkN "framlob" "framlober" ; - frammarsch_nn_1 = mkN "frammarsch" "frammarscher" ; - framme_ab_1 = mkAdv "framme" ; - framoever_ab_1 = mkAdv "framцver" ; - frampaa_ab_1 = mkAdv "frampе" ; - framryckning_nn_1 = mkN "framryckning" ; - framsaete_nn_1 = mkN "framsдte" ; - framsida_nn_1 = mkN "framsida" ; - framskjuta_vb_1 = mkV "framskjuta" "framskцt" "framskjutit" ; - framskjutande_av_1 = mkA "framskjutande" ; - framskjuten_av_1 = mkA "framskjuten" "framskjutet" ; - framskrida_vb_1 = mkV "framskrida" "framskred" "framskridit" ; - framskriden_av_1 = mkA "framskriden" "framskridet" ; - framspelare_nn_1 = mkN "framspelare" "framspelare" ; - framspelning_nn_1 = mkN "framspelning" ; - framstaaende_av_1 = mkA "framstеende" ; - framstaellan_nn_1 = mkN "framstдllan" "framstдllan" "framstдllningar" "framstдllningarna" ; - framstaellning_nn_1 = mkN "framstдllning" ; - framstam_nn_1 = mkN "framstam" "framstammen" "framstammar" "framstammarna" ; - framsteg_nn_1 = mkN "framsteg" neutrum ; - framstegsparti_nn_1 = mkN "framstegsparti" "framstegspartit" "framstegspartier" "framstegspartierna" ; - framstegsvaenlig_av_1 = mkA "framstegsvдnlig" ; - framstoet_nn_1 = mkN "framstцt" ; - framstupa_ab_1 = mkAdv "framstupa" ; - framsynt_av_1 = mkA "framsynt" "framsynt" ; - framtand_nn_1 = mkN "framtand" "framtдnder" ; - framtid_nn_1 = mkN "framtid" "framtider" ; - framtida_av_1 = mkA "framtida" ; - framtidsforskning_nn_1 = mkN "framtidsforskning" ; - framtidsloefte_nn_1 = mkN "framtidslцfte" ; - framtidsman_nn_1 = mkN "framtidsman" "framtidsmannen" "framtidsmдn" "framtidsmдnnen" ; - framtidsversion_nn_1 = mkN "framtidsversion" "framtidsversioner" ; - framtidsvision_nn_1 = mkN "framtidsvision" "framtidsvisioner" ; - framtidsvy_nn_1 = mkN "framtidsvy" "framtidsvyer" ; - framtill_ab_1 = mkAdv "framtill" ; - framtoning_nn_1 = mkN "framtoning" ; - framtraedande_av_1 = mkA "framtrдdande" ; - framtraedande_nn_1 = mkN "framtrдdande" ; - framtraengande_av_1 = mkA "framtrдngande" ; - framtung_av_1 = mkA "framtung" ; - framtvinga_vb_1 = mkV "framtvinga" ; - framvagn_nn_1 = mkN "framvagn" ; - franc_nn_1 = mkN "franc" "francen" "franc" "francen" ; - franciskan_nn_1 = mkN "franciskan" "franciskaner" ; - franciskanerkloster_nn_1 = mkN "franciskanerkloster" neutrum ; - franciskanermunk_nn_1 = mkN "franciskanermunk" ; - franciskanerorden_nn_1 = mkN "franciskanerorden" ; - frank_av_1 = mkA "frank" ; - frank_nn_1 = mkN "frank" "franker" ; - franko_ab_1 = mkAdv "franko" ; - frankostaempel_nn_1 = mkN "frankostдmpel" ; - frankotecken_nn_1 = mkN "frankotecken" "frankotecknet" "frankotecken" "frankotecknen" ; - frans_nn_1 = mkN "frans" ; - fransaes_nn_1 = mkN "fransдs" "fransдser" ; - fransig_av_1 = mkA "fransig" ; - fransk_av_1 = mkA "fransk" ; - franska_nn_2 = mkN "franska" ; - franskbroed_nn_1 = mkN "franskbrцd" neutrum ; - franskklassisk_av_1 = mkA "franskklassisk" ; - fransman_nn_1 = mkN "fransman" "fransmannen" "fransmдn" "fransmдnnen" ; - fransos_nn_1 = mkN "fransos" "fransoser" ; - fransyska_nn_1 = mkN "fransyska" ; - frappant_av_1 = mkA "frappant" "frappant" ; - frapperande_av_1 = mkA "frapperande" ; - fras_nn_1 = mkN "fras" "fraser" ; - fraseologisk_av_1 = mkA "fraseologisk" ; - frasering_nn_1 = mkN "frasering" ; - frasig_av_1 = mkA "frasig" ; - frasliberal_av_1 = mkA "frasliberal" ; - frasliberal_nn_1 = mkN "frasliberal" "frasliberaler" ; - frasmakare_nn_1 = mkN "frasmakare" "frasmakare" ; - frasradikal_av_1 = mkA "frasradikal" ; - frasradikal_nn_1 = mkN "frasradikal" "frasradikaler" ; - frasvaaffla_nn_1 = mkN "frasvеffla" ; - freak_nn_1 = mkN "freak" ; - fred_nn_1 = mkN "fred" "freder" ; - fredag_nn_1 = mkN "fredag" ; - fredagsboers_nn_1 = mkN "fredagsbцrs" "fredagsbцrser" ; - fredagskvaell_nn_1 = mkN "fredagskvдll" ; - fredagsmorgon_nn_1 = mkN "fredagsmorgon" "fredagsmorgonen" "fredagsmorgnar" "fredagsmorgnarna" ; - fredlig_av_1 = mkA "fredlig" ; - fredloes_av_1 = mkA "fredlцs" ; - fredsbevarande_av_1 = mkA "fredsbevarande" ; - fredsdomare_nn_1 = mkN "fredsdomare" "fredsdomare" ; - fredsdomstol_nn_1 = mkN "fredsdomstol" ; - fredsfoerdrag_nn_1 = mkN "fredsfцrdrag" neutrum ; - fredsfoerhandling_nn_1 = mkN "fredsfцrhandling" ; - fredsforskning_nn_1 = mkN "fredsforskning" ; - fredskaar_nn_1 = mkN "fredskеr" "fredskеrer" ; - fredskonferens_nn_1 = mkN "fredskonferens" "fredskonferenser" ; - fredsmaeklare_nn_1 = mkN "fredsmдklare" "fredsmдklare" ; - fredspris_nn_1 = mkN "fredspris" neutrum ; - fredsroerelse_nn_1 = mkN "fredsrцrelse" "fredsrцrelser" ; - fredsslut_nn_1 = mkN "fredsslut" neutrum ; - fredsstraevande_nn_1 = mkN "fredsstrдvande" ; - fredstid_nn_1 = mkN "fredstid" "fredstider" ; - fredstida_av_1 = mkA "fredstida" ; - free_style_nn_1 = mkN "free-style" "free-stylen" "free-styles" "free-stylesen" ; - fregatt_nn_1 = mkN "fregatt" "fregatter" ; - fregattfaagel_nn_1 = mkN "fregattfеgel" ; - frejdig_av_1 = mkA "frejdig" ; - frekvens_nn_1 = mkN "frekvens" "frekvenser" ; - frekvensband_nn_1 = mkN "frekvensband" neutrum ; - frekvensmodulering_nn_1 = mkN "frekvensmodulering" ; - frekvensomraade_nn_1 = mkN "frekvensomrеde" ; - frekvent_av_1 = mkA "frekvent" "frekvent" ; - frenetisk_av_1 = mkA "frenetisk" ; - frenologisk_av_1 = mkA "frenologisk" ; - freon_nn_1 = mkN "freon" "freoner" ; - fresk_nn_1 = mkN "fresk" "fresker" ; - freskomaalning_nn_1 = mkN "freskomеlning" ; - frestande_av_1 = mkA "frestande" ; - frestare_nn_1 = mkN "frestare" "frestare" ; - frestelse_nn_1 = mkN "frestelse" "frestelser" ; - fri_av_1 = mkA "fri" "fritt" ; - friaakning_nn_1 = mkN "friеkning" ; - friare_nn_1 = mkN "friare" "friare" ; - fribaerande_av_1 = mkA "fribдrande" ; - fribiljett_nn_1 = mkN "fribiljett" "fribiljetter" ; - fribladig_av_1 = mkA "fribladig" ; - fribonde_nn_1 = mkN "fribonde" "fribцnder" ; - fribord_nn_1 = mkN "fribord" neutrum ; - friboren_av_1 = mkA "friboren" "friboret" ; - fribrev_nn_1 = mkN "fribrev" neutrum ; - fribrottare_nn_1 = mkN "fribrottare" "fribrottare" ; - fribytare_nn_1 = mkN "fribytare" "fribytare" ; - fribyteri_nn_1 = mkN "fribyteri" "fribyterit" "fribyterier" "fribyterierna" ; - fridag_nn_1 = mkN "fridag" ; - fridfull_av_1 = mkA "fridfull" ; - fridlysning_nn_1 = mkN "fridlysning" ; - fridsam_av_1 = mkA "fridsam" "fridsamt" "fridsamma" "fridsamma" "fridsammare" "fridsammast" "fridsammaste" ; - frieri_nn_1 = mkN "frieri" "frierit" "frierier" "frierierna" ; - frifraesare_nn_1 = mkN "frifrдsare" "frifrдsare" ; - frifraesig_av_1 = mkA "frifrдsig" ; - frigaaende_av_1 = mkA "frigеende" ; - frige_vb_1 = mkV "frige" "friger" "frige" "frigav" "frigett" "frigiven" ; - friggebod_nn_1 = mkN "friggebod" ; - frigiditet_nn_1 = mkN "frigiditet" "frigiditeter" ; - frigivning_nn_1 = mkN "frigivning" ; - frigjord_av_1 = mkA "frigjord" "frigjort" ; - frigjordhet_nn_1 = mkN "frigjordhet" "frigjordheter" ; - frihamn_nn_1 = mkN "frihamn" ; - frihandelsomraade_nn_1 = mkN "frihandelsomrеde" ; - frihandsteckning_nn_1 = mkN "frihandsteckning" ; - friherre_nn_1 = mkN "friherre" utrum ; - frihet_nn_1 = mkN "frihet" "friheter" ; - frihetlig_av_1 = mkA "frihetlig" ; - frihetsberoevande_nn_1 = mkN "frihetsberцvande" ; - frihetsgrad_nn_1 = mkN "frihetsgrad" "frihetsgrader" ; - frihetshjaelte_nn_1 = mkN "frihetshjдlte" utrum ; - frihetskamp_nn_1 = mkN "frihetskamp" "frihetskamper" ; - frihetskrig_nn_1 = mkN "frihetskrig" neutrum ; - frihetsstraff_nn_1 = mkN "frihetsstraff" neutrum ; - frihjul_nn_1 = mkN "frihjul" neutrum ; - friholt_nn_1 = mkN "friholt" ; - friidrott_nn_1 = mkN "friidrott" "friidrotter" ; - frikaar_nn_1 = mkN "frikеr" "frikеrer" ; - frikadell_nn_1 = mkN "frikadell" "frikadeller" ; - frikaennande_nn_1 = mkN "frikдnnande" ; - frikasse_nn_1 = mkN "frikassй" "frikassйer" ; - frikast_nn_1 = mkN "frikast" neutrum ; - frikativ_av_1 = mkA "frikativ" ; - frikoep_nn_1 = mkN "frikцp" neutrum ; - frikoppling_nn_1 = mkN "frikoppling" ; - frikort_nn_1 = mkN "frikort" neutrum ; - frikostig_av_1 = mkA "frikostig" ; - frikrets_nn_1 = mkN "frikrets" ; - friktion_nn_1 = mkN "friktion" "friktioner" ; - friktionsfri_av_1 = mkA "friktionsfri" "friktionsfritt" ; - friktionskoefficient_nn_1 = mkN "friktionskoefficient" "friktionskoefficienter" ; - friktionstal_nn_1 = mkN "friktionstal" "friktionstalet" "friktionstalen" "friktionstalena" ; - frikyrka_nn_1 = mkN "frikyrka" ; - frikyrklig_av_1 = mkA "frikyrklig" ; - frikyrklighet_nn_1 = mkN "frikyrklighet" "frikyrkligheter" ; - friland_nn_1 = mkN "friland" neutrum ; - frilans_nn_1 = mkN "frilans" ; - frilansare_nn_1 = mkN "frilansare" "frilansare" ; - frilevande_av_1 = mkA "frilevande" ; - friluftsaendamaal_nn_1 = mkN "friluftsдndamеl" neutrum ; - friluftsbad_nn_1 = mkN "friluftsbad" neutrum ; - friluftsdag_nn_1 = mkN "friluftsdag" ; - friluftsmiljoe_nn_1 = mkN "friluftsmiljц" "friluftsmiljцn" "friluftsmiljцer" "friluftsmiljцerna" ; - friluftsmuseum_nn_1 = mkN "friluftsmuseum" "friluftsmuseet" "friluftsmuseer" "friluftsmuseerna" ; - friluftsomraade_nn_1 = mkN "friluftsomrеde" ; - friluftsskog_nn_1 = mkN "friluftsskog" ; - friluftsvana_nn_1 = mkN "friluftsvana" ; - frimaerkssamling_nn_1 = mkN "frimдrkssamling" ; - frimickel_nn_1 = mkN "frimickel" ; - frimodig_av_1 = mkA "frimodig" ; - frimurare_nn_1 = mkN "frimurare" "frimurare" ; - frimurarloge_nn_1 = mkN "frimurarloge" "frimurarloger" ; - frimurarorden_nn_1 = mkN "frimurarorden" ; - fripassagerare_nn_1 = mkN "fripassagerare" "fripassagerare" ; - friplaat_nn_1 = mkN "friplеt" ; - frireligioes_av_1 = mkA "frireligiцs" ; - fris_1_nn_1 = mkN "fris" "friser" ; - fris_2_nn_1 = mkN "fris" "friser" ; - frisbee_nn_1 = mkN "frisbee" "frisbeen" "frisbeear" "frisbeearna" ; - frisedel_nn_1 = mkN "frisedel" ; - frisersalong_nn_1 = mkN "frisersalong" "frisersalonger" ; - frisisk_av_1 = mkA "frisisk" ; - frisiska_nn_2 = mkN "frisiska" ; - frisk_av_1 = mkA "frisk" ; - friskhet_nn_1 = mkN "friskhet" "friskheter" ; - friskintyg_nn_1 = mkN "friskintyg" neutrum ; - friskluftsintag_nn_1 = mkN "friskluftsintag" neutrum ; - friskriven_av_1 = mkA "friskriven" "friskrivet" ; - friskrivning_nn_1 = mkN "friskrivning" ; - friskskriva_vb_1 = mkV "friskskriva" "friskskrev" "friskskrivit" ; - friskus_nn_1 = mkN "friskus" ; - frislag_nn_1 = mkN "frislag" neutrum ; - frisoer_nn_1 = mkN "frisцr" "frisцrer" ; - frisoerska_nn_1 = mkN "frisцrska" ; - frispark_nn_1 = mkN "frispark" ; - frispraakig_av_1 = mkA "frisprеkig" ; - frist_nn_1 = mkN "frist" "frister" ; - fristaaende_av_1 = mkA "fristеende" ; - fristad_nn_1 = mkN "fristad" "fristдder" ; - fristat_nn_1 = mkN "fristat" "fristater" ; - frisyr_nn_1 = mkN "frisyr" "frisyrer" ; - frisyrgele_nn_1 = mkN "frisyrgelй" "frisyrgelйer" ; - frita_vb_1 = mkV "frita" "fritar" "frita" "fritog" "fritagit" "fritagen" ; - fritaenkare_nn_1 = mkN "fritдnkare" "fritдnkare" ; - fritagning_nn_1 = mkN "fritagning" ; - fritidsaktivitet_nn_1 = mkN "fritidsaktivitet" "fritidsaktiviteter" ; - fritidsbaat_nn_1 = mkN "fritidsbеt" ; - fritidsbebyggelse_nn_1 = mkN "fritidsbebyggelse" "fritidsbebyggelser" ; - fritidsby_nn_1 = mkN "fritidsby" "fritidsbyn" "fritidsbyar" "fritidsbyarna" ; - fritidsfoervaltning_nn_1 = mkN "fritidsfцrvaltning" ; - fritidsgaard_nn_1 = mkN "fritidsgеrd" ; - fritidshem_nn_1 = mkN "fritidshem" "fritidshemmet" "fritidshem" "fritidshemmen" ; - fritidshus_nn_1 = mkN "fritidshus" neutrum ; - fritidsledare_nn_1 = mkN "fritidsledare" "fritidsledare" ; - fritidslokal_nn_1 = mkN "fritidslokal" "fritidslokaler" ; - fritidsnaemnd_nn_1 = mkN "fritidsnдmnd" "fritidsnдmnder" ; - fritidsomraade_nn_1 = mkN "fritidsomrеde" ; - fritidspedagog_nn_1 = mkN "fritidspedagog" "fritidspedagoger" ; - fritidsproblem_nn_1 = mkN "fritidsproblem" neutrum ; - fritidsstuga_nn_1 = mkN "fritidsstuga" ; - fritidssysselsaettning_nn_1 = mkN "fritidssysselsдttning" ; - fritis_nn_1 = mkN "fritis" neutrum ; - frityr_nn_1 = mkN "frityr" "frityrer" ; - frivakt_nn_1 = mkN "frivakt" "frivakter" ; - frivillig_av_1 = mkA "frivillig" ; - frivillighet_nn_1 = mkN "frivillighet" "frivilligheter" ; - frivol_av_1 = mkA "frivol" ; - frivolitet_nn_1 = mkN "frivolitet" "frivoliteter" ; - frivolt_nn_1 = mkN "frivolt" "frivolter" ; - frodig_av_1 = mkA "frodig" ; - froe_nn_1 = mkN "frц" "frцet" "frцer" "frцerna" ; - froeaemne_nn_1 = mkN "frцдmne" ; - froehus_nn_1 = mkN "frцhus" neutrum ; - froejd_nn_1 = mkN "frцjd" "frцjder" ; - froejdefull_av_1 = mkA "frцjdefull" ; - froeken_nn_1 = mkN "frцken" ; - froeodling_nn_1 = mkN "frцodling" ; - froeplantage_nn_1 = mkN "frцplantage" "frцplantager" ; - froeskal_nn_1 = mkN "frцskal" neutrum ; - froetraed_nn_1 = mkN "frцtrдd" neutrum ; - froevaext_nn_1 = mkN "frцvдxt" "frцvдxter" ; - from_av_1 = mkA "from" "fromt" "fromma" "fromma" "frommare" "frommast" "frommaste" ; - fromage_nn_1 = mkN "fromage" "fromager" ; - fromhet_nn_1 = mkN "fromhet" "fromheter" ; - fromsint_av_1 = mkA "fromsint" "fromsint" ; - frondoer_nn_1 = mkN "frondцr" "frondцrer" ; - front_nn_1 = mkN "front" "fronter" ; - frontal_av_1 = mkA "frontal" ; - frontalangrepp_nn_1 = mkN "frontalangrepp" neutrum ; - frontalkrock_nn_1 = mkN "frontalkrock" ; - frontallob_nn_1 = mkN "frontallob" "frontallober" ; - frontavsnitt_nn_1 = mkN "frontavsnitt" neutrum ; - frontbildning_nn_1 = mkN "frontbildning" ; - frontespis_nn_1 = mkN "frontespis" "frontespiser" ; - frontfoerbindelse_nn_1 = mkN "frontfцrbindelse" "frontfцrbindelser" ; - frontlinje_nn_1 = mkN "frontlinje" "frontlinjer" ; - fronton_nn_1 = mkN "fronton" "frontoner" ; - frontsoldat_nn_1 = mkN "frontsoldat" "frontsoldater" ; - frontzon_nn_1 = mkN "frontzon" "frontzoner" ; - frosch_nn_1 = mkN "frosch" "froscher" ; - frossare_nn_1 = mkN "frossare" "frossare" ; - frossbrytning_nn_1 = mkN "frossbrytning" ; - frostbiten_av_1 = mkA "frostbiten" "frostbitet" ; - frostfjaeril_nn_1 = mkN "frostfjдril" ; - frostfri_av_1 = mkA "frostfri" "frostfritt" ; - frosthaerdig_av_1 = mkA "frosthдrdig" ; - frosthaerdighet_nn_1 = mkN "frosthдrdighet" "frosthдrdigheter" ; - frostig_av_1 = mkA "frostig" ; - frostkaenslig_av_1 = mkA "frostkдnslig" ; - frostkaenslighet_nn_1 = mkN "frostkдnslighet" "frostkдnsligheter" ; - frostnatt_nn_1 = mkN "frostnatt" "frostnдtter" ; - frostskyddsvaetska_nn_1 = mkN "frostskyddsvдtska" ; - frostspraengning_nn_1 = mkN "frostsprдngning" ; - frosttaalig_av_1 = mkA "frosttеlig" ; - frotte_nn_1 = mkN "frottй" "frottйer" ; - fru_nn_1 = mkN "fru" ; - frugal_av_1 = mkA "frugal" ; - frukost_nn_1 = mkN "frukost" ; - frukostmiddag_nn_1 = mkN "frukostmiddag" ; - frukostrast_nn_1 = mkN "frukostrast" "frukostraster" ; - frukt_nn_1 = mkN "frukt" "frukter" ; - fruktaemne_nn_1 = mkN "fruktдmne" ; - fruktaffaer_nn_1 = mkN "fruktaffдr" "fruktaffдrer" ; - fruktansvaerd_av_1 = mkA "fruktansvдrd" "fruktansvдrt" ; - fruktbaerande_av_1 = mkA "fruktbдrande" ; - fruktbar_av_1 = mkA "fruktbar" ; - fruktbarhet_nn_1 = mkN "fruktbarhet" "fruktbarheter" ; - fruktbarhetsgud_nn_1 = mkN "fruktbarhetsgud" ; - fruktbringande_av_1 = mkA "fruktbringande" ; - fruktig_av_1 = mkA "fruktig" ; - fruktkniv_nn_1 = mkN "fruktkniv" ; - fruktkompott_nn_1 = mkN "fruktkompott" "fruktkompotter" ; - fruktliknande_av_1 = mkA "fruktliknande" ; - fruktloes_av_1 = mkA "fruktlцs" ; - fruktodlare_nn_1 = mkN "fruktodlare" "fruktodlare" ; - fruktodling_nn_1 = mkN "fruktodling" ; - fruktsallad_nn_1 = mkN "fruktsallad" "fruktsallader" ; - fruktsam_av_1 = mkA "fruktsam" "fruktsamt" "fruktsamma" "fruktsamma" "fruktsammare" "fruktsammast" "fruktsammaste" ; - fruktsporre_nn_1 = mkN "fruktsporre" utrum ; - frukttraed_nn_1 = mkN "frukttrдd" neutrum ; - frukttraedgaard_nn_1 = mkN "frukttrдdgеrd" ; - fruktvaegg_nn_1 = mkN "fruktvдgg" ; - fruntimmer_nn_1 = mkN "fruntimmer" neutrum ; - fruntimmerskarl_nn_1 = mkN "fruntimmerskarl" ; - frusen_av_1 = mkA "frusen" "fruset" ; - frustration_nn_1 = mkN "frustration" "frustrationer" ; - fryntlig_av_1 = mkA "fryntlig" ; - frys_nn_1 = mkN "frys" ; - frysbox_nn_1 = mkN "frysbox" ; - frysdisk_nn_1 = mkN "frysdisk" ; - fryseri_nn_1 = mkN "fryseri" "fryserit" "fryserier" "fryserierna" ; - frysfack_nn_1 = mkN "frysfack" neutrum ; - frysfoersoek_nn_1 = mkN "frysfцrsцk" neutrum ; - fryspunkt_nn_1 = mkN "fryspunkt" "fryspunkter" ; - fryst_av_1 = mkA "fryst" "fryst" ; - frystaalig_av_1 = mkA "frystеlig" ; - frystest_nn_1 = mkN "frystest" neutrum ; - fuffens_nn_1 = mkN "fuffens" neutrum ; - fuktig_av_1 = mkA "fuktig" ; - fuktighet_nn_1 = mkN "fuktighet" "fuktigheter" ; - ful_av_1 = mkA "ful" ; - fuling_nn_1 = mkN "fuling" ; - full_av_1 = mkA "full" ; - fullblod_nn_1 = mkN "fullblod" neutrum ; - fullgaangen_av_1 = mkA "fullgеngen" "fullgеnget" ; - fullgod_av_1 = mkA "fullgod" ; - fullkomlig_av_1 = mkA "fullkomlig" ; - fullkornsbroed_nn_1 = mkN "fullkornsbrцd" neutrum ; - fullmaane_nn_1 = mkN "fullmеne" utrum ; - fullmaektig_nn_1 = mkN "fullmдktig" "fullmдktigen" "fullmдktige" "fullmдktigena" ; - fullmakt_nn_1 = mkN "fullmakt" "fullmakter" ; - fullmaktslag_nn_1 = mkN "fullmaktslag" ; - fullmogen_av_1 = mkA "fullmogen" "fullmoget" ; - fulloedig_av_1 = mkA "fullцdig" ; - fullriggare_nn_1 = mkN "fullriggare" "fullriggare" ; - fullsatt_av_1 = mkA "fullsatt" ; - fullstaemmig_av_1 = mkA "fullstдmmig" ; - fullstaendig_av_1 = mkA "fullstдndig" ; - fullstaendighet_nn_1 = mkN "fullstдndighet" "fullstдndigheter" ; - fulltalig_av_1 = mkA "fulltalig" ; - fulltonig_av_1 = mkA "fulltonig" ; - fulltraeff_nn_1 = mkN "fulltrдff" ; - fullvaerdesfoersaekring_nn_1 = mkN "fullvдrdesfцrsдkring" ; - fullvaerdig_av_1 = mkA "fullvдrdig" ; - fullvuxen_av_1 = mkA "fullvuxen" "fullvuxet" ; - fulsnygg_av_1 = mkA "fulsnygg" ; - fumlig_av_1 = mkA "fumlig" ; - fundament_nn_1 = mkN "fundament" neutrum ; - fundamental_av_1 = mkA "fundamental" ; - fundamentalist_nn_1 = mkN "fundamentalist" "fundamentalister" ; - funderare_nn_1 = mkN "funderare" "funderare" ; - fundering_nn_1 = mkN "fundering" ; - fundersam_av_1 = mkA "fundersam" "fundersamt" "fundersamma" "fundersamma" "fundersammare" "fundersammast" "fundersammaste" ; - funktion_nn_1 = mkN "funktion" "funktioner" ; - funktionaer_nn_1 = mkN "funktionдr" "funktionдrer" ; - funktionalist_nn_1 = mkN "funktionalist" "funktionalister" ; - funktionalistisk_av_1 = mkA "funktionalistisk" ; - funktionell_av_1 = mkA "funktionell" ; - funktionsduglig_av_1 = mkA "funktionsduglig" ; - funktionsvaerde_nn_1 = mkN "funktionsvдrde" ; - furie_nn_1 = mkN "furie" "furier" ; - furioso_ab_1 = mkAdv "furioso" ; - furioso_nn_1 = mkN "furioso" "furiosot" "furioson" "furiosona" ; - furir_nn_1 = mkN "furir" "furirer" ; - furnissoer_nn_1 = mkN "furnissцr" "furnissцrer" ; - furstbiskop_nn_1 = mkN "furstbiskop" ; - furste_nn_1 = mkN "furste" utrum ; - fursteaett_nn_1 = mkN "fursteдtt" "fursteдtter" ; - furstlig_av_1 = mkA "furstlig" ; - furunkel_nn_1 = mkN "furunkel" ; - fusion_nn_1 = mkN "fusion" "fusioner" ; - fusklapp_nn_1 = mkN "fusklapp" ; - fuskverk_nn_1 = mkN "fuskverk" neutrum ; - futhark_nn_1 = mkN "futhark" "futharker" ; - futil_av_1 = mkA "futil" ; - futilitet_nn_1 = mkN "futilitet" "futiliteter" ; - futt_nn_1 = mkN "futt" ; - futtig_av_1 = mkA "futtig" ; - futural_av_1 = mkA "futural" ; - futurist_nn_1 = mkN "futurist" "futurister" ; - futuristisk_av_1 = mkA "futuristisk" ; - futurolog_nn_1 = mkN "futurolog" "futurologer" ; - futurologisk_av_1 = mkA "futurologisk" ; - futurum_nn_1 = mkN "futurum" "futurum" "futurer" "futurerna" ; - fux_nn_1 = mkN "fux" ; - fylking_nn_1 = mkN "fylking" ; - fyllbult_nn_1 = mkN "fyllbult" ; - fylld_av_1 = mkA "fylld" "fyllt" ; - fyllerist_nn_1 = mkN "fyllerist" "fyllerister" ; - fyllig_av_1 = mkA "fyllig" ; - fyllnad_nn_1 = mkN "fyllnad" "fyllnader" ; - fyllnadstjaenstgoering_nn_1 = mkN "fyllnadstjдnstgцring" ; - fyllnadsval_nn_1 = mkN "fyllnadsval" neutrum ; - fyllning_nn_1 = mkN "fyllning" ; - fyllo_nn_1 = mkN "fyllo" "fyllot" "fyllon" "fyllona" ; - fylogenetisk_av_1 = mkA "fylogenetisk" ; - fynd_nn_1 = mkN "fynd" neutrum ; - fyndig_av_1 = mkA "fyndig" ; - fyndighet_nn_1 = mkN "fyndighet" "fyndigheter" ; - fyndort_nn_1 = mkN "fyndort" "fyndorter" ; - fyndplats_nn_1 = mkN "fyndplats" "fyndplatser" ; - fyndpris_nn_1 = mkN "fyndpris" neutrum ; - fyr_nn_1 = mkN "fyr" ; - fyraaarig_av_1 = mkA "fyraеrig" ; - fyrbaak_nn_1 = mkN "fyrbеk" ; - fyrbackslinje_nn_1 = mkN "fyrbackslinje" "fyrbackslinjer" ; - fyrbent_av_1 = mkA "fyrbent" "fyrbent" ; - fyrcylindrig_av_1 = mkA "fyrcylindrig" ; - fyrdubbel_av_1 = mkA "fyrdubbel" "fyrdubbelt" "fyrdubbla" "fyrdubbla" "fyrdubblare" "fyrdubblast" "fyrdubblaste" ; - fyrfaergstryck_nn_1 = mkN "fyrfдrgstryck" neutrum ; - fyrfaldig_av_1 = mkA "fyrfaldig" ; - fyrfalt_ab_1 = mkAdv "fyrfalt" ; - fyrfota_av_1 = mkA "fyrfota" ; - fyrfotadjur_nn_1 = mkN "fyrfotadjur" neutrum ; - fyrfoting_nn_1 = mkN "fyrfoting" ; - fyrhaendig_av_1 = mkA "fyrhдndig" ; - fyrhandssaettning_nn_1 = mkN "fyrhandssдttning" ; - fyrhoerning_nn_1 = mkN "fyrhцrning" ; - fyrk_nn_1 = mkN "fyrk" ; - fyrkant_nn_1 = mkN "fyrkant" "fyrkanter" ; - fyrkantig_av_1 = mkA "fyrkantig" ; - fyrkaraktaer_nn_1 = mkN "fyrkaraktдr" "fyrkaraktдrer" ; - fyrling_nn_1 = mkN "fyrling" ; - fyrljus_nn_1 = mkN "fyrljus" neutrum ; - fyrmaenning_nn_1 = mkN "fyrmдnning" ; - fyrmotorig_av_1 = mkA "fyrmotorig" ; - fyrop_nn_1 = mkN "fyrop" neutrum ; - fyrsiding_nn_1 = mkN "fyrsiding" ; - fyrsiffrig_av_1 = mkA "fyrsiffrig" ; - fyrsitsig_av_1 = mkA "fyrsitsig" ; - fyrskepp_nn_1 = mkN "fyrskepp" neutrum ; - fyrspann_nn_1 = mkN "fyrspann" neutrum ; - fyrtaktare_nn_1 = mkN "fyrtaktare" "fyrtaktare" ; - fyrtaktsmotor_nn_1 = mkN "fyrtaktsmotor" "fyrtaktsmotorer" ; - fyrtal_nn_1 = mkN "fyrtal" "fyrtalet" "fyrtalen" "fyrtalena" ; - fyrtiotalist_nn_1 = mkN "fyrtiotalist" "fyrtiotalister" ; - fyrtiotimmarsvecka_nn_1 = mkN "fyrtiotimmarsvecka" ; - fyrtitalism_nn_1 = mkN "fyrtitalism" "fyrtitalismer" ; - fyrtitalist_nn_1 = mkN "fyrtitalist" "fyrtitalister" ; - fyrtorn_nn_1 = mkN "fyrtorn" neutrum ; - fyrvaeldig_av_1 = mkA "fyrvдldig" ; - fyrvaeppling_nn_1 = mkN "fyrvдppling" ; - fyrvaktare_nn_1 = mkN "fyrvaktare" "fyrvaktare" ; - fyrverkare_nn_1 = mkN "fyrverkare" "fyrverkare" ; - fyrverkeri_nn_1 = mkN "fyrverkeri" "fyrverkerit" "fyrverkerier" "fyrverkerierna" ; - fyrverkeripjaes_nn_1 = mkN "fyrverkeripjдs" "fyrverkeripjдser" ; - fysikalisk_av_1 = mkA "fysikalisk" ; - fysiker_nn_1 = mkN "fysiker" "fysikern" "fysiker" "fysikerna" ; - fysikforskare_nn_1 = mkN "fysikforskare" "fysikforskare" ; - fysikforskning_nn_1 = mkN "fysikforskning" ; - fysikvetenskap_nn_1 = mkN "fysikvetenskap" "fysikvetenskaper" ; - fysiokrat_nn_1 = mkN "fysiokrat" "fysiokrater" ; - fysiokratisk_av_1 = mkA "fysiokratisk" ; - fysiolog_nn_1 = mkN "fysiolog" "fysiologer" ; - fysiologisk_av_1 = mkA "fysiologisk" ; - fysionomi_nn_1 = mkN "fysionomi" "fysionomier" ; - fysisk_av_1 = mkA "fysisk" ; - fytotron_nn_1 = mkN "fytotron" "fytotroner" ; - g_draekt_nn_1 = mkN "g-drдkt" "g-drдkter" ; - g_klav_nn_1 = mkN "g-klav" "g-klaver" ; - gaa_vb_1 = mkV "gе" "gеr" "gе" "gick" "gеtt" "gеngen" ; - gaabock_nn_1 = mkN "gеbock" ; - gaagosse_nn_1 = mkN "gеgosse" utrum ; - gaang_nn_1 = mkN "gеng" ; - gaang_nn_2 = mkN "gеng" "gеnger" ; - gaangare_nn_1 = mkN "gеngare" "gеngare" ; - gaangart_nn_1 = mkN "gеngart" "gеngarter" ; - gaangavstaand_nn_1 = mkN "gеngavstеnd" neutrum ; - gaangbar_av_1 = mkA "gеngbar" ; - gaangbergart_nn_1 = mkN "gеngbergart" "gеngbergarter" ; - gaangbord_nn_1 = mkN "gеngbord" neutrum ; - gaangbro_nn_1 = mkN "gеngbro" ; - gaangfot_nn_1 = mkN "gеngfot" "gеngfцtter" ; - gaanggrift_nn_1 = mkN "gеnggrift" "gеnggrifter" ; - gaangjaern_nn_1 = mkN "gеngjдrn" neutrum ; - gaanglaat_nn_1 = mkN "gеnglеt" ; - gaangled_nn_1 = mkN "gеngled" "gеngleder" ; - gaangspel_nn_1 = mkN "gеngspel" "gеngspelet" "gеngspel" "gеngspelen" ; - gaangstol_nn_1 = mkN "gеngstol" ; - gaangvaeg_nn_1 = mkN "gеngvдg" ; - gaapaaare_nn_1 = mkN "gеpеare" "gеpеare" ; - gaapaaig_av_1 = mkA "gеpеig" ; - gaard_nn_1 = mkN "gеrd" ; - gaardag_nn_1 = mkN "gеrdag" ; - gaardfarihandlande_nn_1 = mkN "gеrdfarihandlande" "gеrdfarihandlanden" "gеrdfarihandlande" "gеrdfarihandlandena" ; - gaardfarihandlare_nn_1 = mkN "gеrdfarihandlare" "gеrdfarihandlare" ; - gaarding_nn_1 = mkN "gеrding" ; - gaardshus_nn_1 = mkN "gеrdshus" neutrum ; - gaardskarl_nn_1 = mkN "gеrdskarl" ; - gaardskulle_nn_1 = mkN "gеrdskulle" utrum ; - gaardsmusikant_nn_1 = mkN "gеrdsmusikant" "gеrdsmusikanter" ; - gaardsomraade_nn_1 = mkN "gеrdsomrеde" ; - gaardsplan_nn_1 = mkN "gеrdsplan" "gеrdsplaner" ; - gaardsplats_nn_1 = mkN "gеrdsplats" "gеrdsplatser" ; - gaardsrum_nn_1 = mkN "gеrdsrum" "gеrdsrummet" "gеrdsrum" "gеrdsrummen" ; - gaardvar_nn_1 = mkN "gеrdvar" ; - gaas_nn_1 = mkN "gеs" "gеsen" "gдss" "gдssen" ; - gaasbroest_nn_1 = mkN "gеsbrцst" neutrum ; - gaase_nn_1 = mkN "gеse" utrum ; - gaasfjaeder_nn_1 = mkN "gеsfjдder" ; - gaasfot_nn_1 = mkN "gеsfot" "gеsfцtter" ; - gaaskarl_nn_1 = mkN "gеskarl" ; - gaastol_nn_1 = mkN "gеstol" ; - gaasunge_nn_1 = mkN "gеsunge" utrum ; - gaat_nn_1 = mkN "gеt" ; - gaatfull_av_1 = mkA "gеtfull" ; - gaava_nn_1 = mkN "gеva" ; - gaavoavtal_nn_1 = mkN "gеvoavtal" "gеvoavtalet" "gеvoavtalen" "gеvoavtalena" ; - gaavobrev_nn_1 = mkN "gеvobrev" neutrum ; - gaavohandling_nn_1 = mkN "gеvohandling" ; - gabon_nn_2 = mkN "gabon" "gaboner" ; - gabondoerr_nn_1 = mkN "gabondцrr" ; - gabones_nn_1 = mkN "gabones" "gaboneser" ; - gabonhuggorm_nn_1 = mkN "gabonhuggorm" ; - gadd_nn_1 = mkN "gadd" ; - gaddloes_av_1 = mkA "gaddlцs" ; - gaddstekel_nn_1 = mkN "gaddstekel" ; - gaeck_ab_1 = mkAdv "gдck" ; - gaeckeri_nn_1 = mkN "gдckeri" "gдckerit" "gдckerier" "gдckerierna" ; - gaeckmast_nn_1 = mkN "gдckmast" "gдckmaster" ; - gaecksam_av_1 = mkA "gдcksam" "gдcksamt" "gдcksamma" "gдcksamma" "gдcksammare" "gдcksammast" "gдcksammaste" ; - gaeddsax_nn_1 = mkN "gдddsax" ; - gael_nn_1 = mkN "gдl" ; - gael_nn_2 = mkN "gдl" "gдler" ; - gaelbaage_nn_1 = mkN "gдlbеge" utrum ; - gaelbgjutare_nn_1 = mkN "gдlbgjutare" "gдlbgjutare" ; - gaelbgjuteri_nn_1 = mkN "gдlbgjuteri" "gдlbgjuterit" "gдlbgjuterier" "gдlbgjuterierna" ; - gaelblad_nn_1 = mkN "gдlblad" neutrum ; - gaelda_vb_1 = mkV "gдlda" ; - gaeldbunden_av_1 = mkA "gдldbunden" "gдldbundet" ; - gaeldenaer_nn_1 = mkN "gдldenдr" "gдldenдrer" ; - gaeldstuga_nn_1 = mkN "gдldstuga" ; - gaelisk_av_1 = mkA "gaelisk" ; - gaeliska_nn_2 = mkN "gaeliska" ; - gaell_av_1 = mkA "gдll" ; - gaellen_av_1 = mkA "gдllen" "gдllet" ; - gaems_nn_1 = mkN "gдms" "gдmser" ; - gaeng_nn_1 = mkN "gдng" neutrum ; - gaengback_nn_1 = mkN "gдngback" ; - gaenglig_av_1 = mkA "gдnglig" ; - gaengning_nn_1 = mkN "gдngning" ; - gaengse_av_1 = mkA "gдngse" ; - gaengstaal_nn_1 = mkN "gдngstеl" neutrum ; - gaengtapp_nn_1 = mkN "gдngtapp" ; - gaengtolk_nn_1 = mkN "gдngtolk" ; - gaerd_nn_1 = mkN "gдrd" "gдrder" ; - gaerde_nn_1 = mkN "gдrde" ; - gaerdesgaard_nn_1 = mkN "gдrdesgеrd" ; - gaerdning_nn_1 = mkN "gдrdning" ; - gaerdsel_nn_1 = mkN "gдrdsel" neutrum ; - gaerdsgaard_nn_1 = mkN "gдrdsgеrd" ; - gaerdsgaardsstoer_nn_1 = mkN "gдrdsgеrdsstцr" ; - gaerdsmyg_nn_1 = mkN "gдrdsmyg" ; - gaerna_ab_1 = mkAdv "gдrna" ; - gaerning_nn_1 = mkN "gдrning" ; - gaerningsman_nn_1 = mkN "gдrningsman" "gдrningsmannen" "gдrningsmдn" "gдrningsmдnnen" ; - gaerningsort_nn_1 = mkN "gдrningsort" "gдrningsorter" ; - gaers_nn_1 = mkN "gдrs" ; - gaesp_nn_1 = mkN "gдsp" neutrum ; - gaespig_av_1 = mkA "gдspig" ; - gaespning_nn_1 = mkN "gдspning" ; - gaessling_nn_1 = mkN "gдssling" ; - gaest_nn_1 = mkN "gдst" "gдster" ; - gaestabud_nn_1 = mkN "gдstabud" neutrum ; - gaestarbetare_nn_1 = mkN "gдstarbetare" "gдstarbetare" ; - gaestbok_nn_1 = mkN "gдstbok" "gдstbцcker" ; - gaestfri_av_1 = mkA "gдstfri" "gдstfritt" ; - gaestgivare_nn_1 = mkN "gдstgivare" "gдstgivare" ; - gaestgivargaard_nn_1 = mkN "gдstgivargеrd" ; - gaestgiveri_nn_1 = mkN "gдstgiveri" "gдstgiverit" "gдstgiverier" "gдstgiverierna" ; - gaesthandduk_nn_1 = mkN "gдsthandduk" ; - gaestnatt_nn_1 = mkN "gдstnatt" "gдstnдtter" ; - gaestning_nn_1 = mkN "gдstning" ; - gaestrike_nn_1 = mkN "gдstrike" utrum ; - gaestriking_nn_1 = mkN "gдstriking" ; - gaestriklaendska_nn_1 = mkN "gдstriklдndska" ; - gaestriklaenning_nn_1 = mkN "gдstriklдnning" ; - gaestring_nn_1 = mkN "gдstring" ; - gaestrisk_av_1 = mkA "gдstrisk" ; - gaestrum_nn_1 = mkN "gдstrum" "gдstrummet" "gдstrum" "gдstrummen" ; - gaestspel_nn_1 = mkN "gдstspel" "gдstspelet" "gдstspel" "gдstspelen" ; - gaestvaenlig_av_1 = mkA "gдstvдnlig" ; - gaff_nn_1 = mkN "gaff" ; - gaffel_nn_1 = mkN "gaffel" ; - gaffelantilop_nn_1 = mkN "gaffelantilop" "gaffelantiloper" ; - gaffelbit_nn_1 = mkN "gaffelbit" ; - gaffelbock_nn_1 = mkN "gaffelbock" ; - gaffelhjort_nn_1 = mkN "gaffelhjort" ; - gaffelklo_nn_1 = mkN "gaffelklo" "gaffelklor" ; - gaffelrigg_nn_1 = mkN "gaffelrigg" ; - gaffelsegel_nn_1 = mkN "gaffelsegel" neutrum ; - gaffeltruck_nn_1 = mkN "gaffeltruck" ; - gafflan_ab_1 = mkAdv "gafflan" ; - gag_nn_1 = mkN "gag" neutrum ; - gagat_nn_1 = mkN "gagat" "gagater" ; - gagatsvart_av_1 = mkA "gagatsvart" "gagatsvart" ; - gage_nn_1 = mkN "gage" "gaget" "gage" "gagen" ; - gaggig_av_1 = mkA "gaggig" ; - gagnelig_av_1 = mkA "gagnelig" ; - gagnerik_av_1 = mkA "gagnerik" ; - gagnloes_av_1 = mkA "gagnlцs" ; - gagnrik_av_1 = mkA "gagnrik" ; - gagnvaext_nn_1 = mkN "gagnvдxt" "gagnvдxter" ; - gaillarde_nn_1 = mkN "gaillarde" "gaillarder" ; - gaj_nn_1 = mkN "gaj" ; - galaer_nn_1 = mkN "galдr" "galдrer" ; - galaerslav_nn_1 = mkN "galдrslav" ; - galaktisk_av_1 = mkA "galaktisk" ; - galant_ab_1 = mkAdv "galant" ; - galant_av_1 = mkA "galant" "galant" ; - galanteri_nn_1 = mkN "galanteri" "galanterit" "galanterier" "galanterierna" ; - galat_nn_1 = mkN "galat" "galater" ; - galavagn_nn_1 = mkN "galavagn" ; - galax_nn_1 = mkN "galax" "galaxer" ; - galaxbildning_nn_1 = mkN "galaxbildning" ; - galaxcentrum_nn_1 = mkN "galaxcentrum" neutrum ; - galaxhop_nn_1 = mkN "galaxhop" ; - galaxspektrum_nn_1 = mkN "galaxspektrum" neutrum ; - galaxvaerld_nn_1 = mkN "galaxvдrld" ; - galder_nn_1 = mkN "galder" ; - galeas_nn_1 = mkN "galeas" "galeaser" ; - galen_av_1 = mkA "galen" "galet" ; - galenskap_nn_1 = mkN "galenskap" "galenskaper" ; - galgbacke_nn_1 = mkN "galgbacke" utrum ; - galge_nn_1 = mkN "galge" utrum ; - galgfaagel_nn_1 = mkN "galgfеgel" ; - galicisk_av_1 = mkA "galicisk" ; - galile_nn_1 = mkN "galilй" "galilйer" ; - galjon_nn_1 = mkN "galjon" "galjoner" ; - galjonsbild_nn_1 = mkN "galjonsbild" "galjonsbilder" ; - galjonsfigur_nn_1 = mkN "galjonsfigur" "galjonsfigurer" ; - gall_av_1 = mkA "gall" ; - gall_nn_1 = mkN "gall" "galler" ; - gallbildning_nn_1 = mkN "gallbildning" ; - galldrivande_av_1 = mkA "galldrivande" ; - galler_nn_1 = mkN "galler" neutrum ; - galler_nn_2 = mkN "galler" "gallern" "galler" "gallerna" ; - galleri_nn_1 = mkN "galleri" "gallerit" "gallerier" "gallerierna" ; - galleriskog_nn_1 = mkN "galleriskog" ; - gallerist_nn_1 = mkN "gallerist" "gallerister" ; - gallerverk_nn_1 = mkN "gallerverk" neutrum ; - gallgaang_nn_1 = mkN "gallgеng" ; - gallicism_nn_1 = mkN "gallicism" "gallicismer" ; - gallier_nn_1 = mkN "gallier" "galliern" "gallier" "gallierna" ; - gallion_nn_1 = mkN "gallion" "gallioner" ; - gallisk_av_1 = mkA "gallisk" ; - gallko_nn_1 = mkN "gallko" "gallkor" ; - gallkvalster_nn_1 = mkN "gallkvalster" neutrum ; - gallon_nn_1 = mkN "gallon" "gallonen" "gallon" "gallonen" ; - gallring_nn_1 = mkN "gallring" ; - gallsjuk_av_1 = mkA "gallsjuk" ; - gallskrik_nn_1 = mkN "gallskrik" neutrum ; - gallspraengd_av_1 = mkA "gallsprдngd" "gallsprдngt" ; - gallstekel_nn_1 = mkN "gallstekel" ; - gallsten_nn_1 = mkN "gallsten" "gallstenen" "gallstenar" "gallstenarna" ; - galltjut_nn_1 = mkN "galltjut" neutrum ; - gallup_nn_1 = mkN "gallup" ; - galning_nn_1 = mkN "galning" ; - galon_nn_2 = mkN "galon" "galoner" ; - galopp_nn_1 = mkN "galopp" "galopper" ; - galoppad_nn_1 = mkN "galoppad" "galoppader" ; - galopptaevling_nn_1 = mkN "galopptдvling" ; - galosch_nn_1 = mkN "galosch" "galoscher" ; - galt_nn_1 = mkN "galt" ; - galvanisk_av_1 = mkA "galvanisk" ; - galvanometer_nn_1 = mkN "galvanometer" ; - galvanoskop_nn_1 = mkN "galvanoskop" neutrum ; - galvanotyp_nn_1 = mkN "galvanotyp" "galvanotyper" ; - gam_nn_1 = mkN "gam" ; - gamaeng_nn_1 = mkN "gamдng" "gamдnger" ; - gamasch_nn_1 = mkN "gamasch" "gamascher" ; - gambier_nn_1 = mkN "gambier" "gambiern" "gambier" "gambierna" ; - gambisk_av_1 = mkA "gambisk" ; - gambit_nn_1 = mkN "gambit" ; - game_nn_1 = mkN "game" "gamet" "game" "gamen" ; - gamet_nn_1 = mkN "gamet" "gameter" ; - gamling_nn_1 = mkN "gamling" ; - gamma_nn_1 = mkN "gamma" "gammat" "gamman" "gammana" ; - gammafly_nn_1 = mkN "gammafly" "gammaflyt" "gammaflyn" "gammaflyen" ; - gammaglobulin_nn_1 = mkN "gammaglobulin" "gammaglobuliner" ; - gammakamera_nn_1 = mkN "gammakamera" ; - gammal_av_1 = mkA "gammal" "gammalt" "gamla" "дldre" "дldst" ; - gammaldags_av_1 = mkA "gammaldags" ; - gammaldans_nn_1 = mkN "gammaldans" "gammaldanser" ; - gammalkommunist_nn_1 = mkN "gammalkommunist" "gammalkommunister" ; - gammalkristen_av_1 = mkA "gammalkristen" "gammalkristet" ; - gammalkyrklig_av_1 = mkA "gammalkyrklig" ; - gammalmodig_av_1 = mkA "gammalmodig" ; - gammalrosa_av_1 = mkA "gammalrosa" ; - gammaltestamentlig_av_1 = mkA "gammaltestamentlig" ; - gammalvals_nn_1 = mkN "gammalvals" "gammalvalser" ; - gammastraale_nn_1 = mkN "gammastrеle" utrum ; - gammeldans_nn_1 = mkN "gammeldans" "gammeldanser" ; - gan_nn_1 = mkN "gan" ; - ganasch_nn_1 = mkN "ganasch" "ganascher" ; - ganglie_nn_1 = mkN "ganglie" "ganglier" ; - gangrenoes_av_1 = mkA "gangrenцs" ; - gangster_nn_1 = mkN "gangster" ; - gans_nn_1 = mkN "gans" "ganser" ; - ganska_ab_1 = mkAdv "ganska" ; - ganymed_nn_1 = mkN "ganymed" "ganymeder" ; - gap_nn_1 = mkN "gap" neutrum ; - gaphals_nn_1 = mkN "gaphals" ; - gapig_av_1 = mkA "gapig" ; - gapsax_nn_1 = mkN "gapsax" ; - gapskratt_nn_1 = mkN "gapskratt" neutrum ; - gapstock_nn_1 = mkN "gapstock" ; - garage_nn_1 = mkN "garage" "garaget" "garage" "garagen" ; - garant_nn_1 = mkN "garant" "garanter" ; - garanti_nn_1 = mkN "garanti" "garantier" ; - garantifoerdrag_nn_1 = mkN "garantifцrdrag" neutrum ; - garantifoersaekring_nn_1 = mkN "garantifцrsдkring" ; - garantifond_nn_1 = mkN "garantifond" "garantifonder" ; - garantilaan_nn_1 = mkN "garantilеn" neutrum ; - gard_nn_1 = mkN "gard" "garder" ; - garde_nn_1 = mkN "garde" ; - gardering_nn_1 = mkN "gardering" ; - garderob_nn_1 = mkN "garderob" "garderober" ; - garderobiaer_nn_1 = mkN "garderobiдr" "garderobiдrer" ; - garderobie_nn_1 = mkN "garderobiй" "garderobiйer" ; - gardian_nn_1 = mkN "gardian" "gardianer" ; - gardin_nn_1 = mkN "gardin" "gardiner" ; - gardinband_nn_1 = mkN "gardinband" neutrum ; - gardinluft_nn_1 = mkN "gardinluft" "gardinlufter" ; - gardinring_nn_1 = mkN "gardinring" ; - gardinstaang_nn_1 = mkN "gardinstеng" "gardinstдnger" ; - gardist_nn_1 = mkN "gardist" "gardister" ; - gardjaern_nn_1 = mkN "gardjдrn" neutrum ; - garfaagel_nn_1 = mkN "garfеgel" ; - garn_nn_1 = mkN "garn" neutrum ; - garnbom_nn_1 = mkN "garnbom" "garnbommen" "garnbommar" "garnbommarna" ; - garnering_nn_1 = mkN "garnering" ; - garnhank_nn_1 = mkN "garnhank" ; - garnison_nn_1 = mkN "garnison" "garnisoner" ; - garnityr_nn_1 = mkN "garnityr" neutrum ; - garnspole_nn_1 = mkN "garnspole" utrum ; - garson_nn_1 = mkN "garзon" "garзoner" ; - garsong_nn_1 = mkN "garsong" "garsonger" ; - gartner_nn_1 = mkN "gartner" "gartnern" "gartner" "gartnerna" ; - garv_nn_1 = mkN "garv" neutrum ; - garvaemne_nn_1 = mkN "garvдmne" ; - garvare_nn_1 = mkN "garvare" "garvare" ; - garveri_nn_1 = mkN "garveri" "garverit" "garverier" "garverierna" ; - garvmedel_nn_1 = mkN "garvmedel" neutrum ; - garvning_nn_1 = mkN "garvning" ; - gas_nn_1 = mkN "gas" "gaser" ; - gas_nn_2 = mkN "gas" "gaser" ; - gasackumulator_nn_1 = mkN "gasackumulator" "gasackumulatorer" ; - gasblandning_nn_1 = mkN "gasblandning" ; - gasbraennare_nn_1 = mkN "gasbrдnnare" "gasbrдnnare" ; - gasbubbla_nn_1 = mkN "gasbubbla" ; - gascognare_nn_1 = mkN "gascognare" "gascognare" ; - gasell_nn_1 = mkN "gasell" "gaseller" ; - gaseruption_nn_1 = mkN "gaseruption" "gaseruptioner" ; - gasett_nn_1 = mkN "gasett" "gasetter" ; - gasformig_av_1 = mkA "gasformig" ; - gasgenerator_nn_1 = mkN "gasgenerator" "gasgeneratorer" ; - gask_nn_1 = mkN "gask" ; - gaskammare_nn_1 = mkN "gaskammare" "gaskammaren" "gaskamrar" "gaskamrarna" ; - gasklot_nn_1 = mkN "gasklot" neutrum ; - gaskromatograf_nn_1 = mkN "gaskromatograf" "gaskromatografer" ; - gaskropp_nn_1 = mkN "gaskropp" ; - gaslaeckage_nn_1 = mkN "gaslдckage" "gaslдckaget" "gaslдckage" "gaslдckagen" ; - gaslaera_nn_1 = mkN "gaslдra" ; - gasmask_nn_1 = mkN "gasmask" "gasmasker" ; - gasmoln_nn_1 = mkN "gasmoln" neutrum ; - gasolkoek_nn_1 = mkN "gasolkцk" neutrum ; - gasoltub_nn_1 = mkN "gasoltub" "gasoltuber" ; - gasometer_nn_1 = mkN "gasometer" ; - gaspedal_nn_1 = mkN "gaspedal" "gaspedaler" ; - gassig_av_1 = mkA "gassig" ; - gasskydd_nn_1 = mkN "gasskydd" neutrum ; - gasspis_nn_1 = mkN "gasspis" ; - gasstroem_nn_1 = mkN "gasstrцm" "gasstrцmmen" "gasstrцmmar" "gasstrцmmarna" ; - gast_nn_1 = mkN "gast" ; - gastrisk_av_1 = mkA "gastrisk" ; - gastrit_nn_1 = mkN "gastrit" "gastriter" ; - gastronom_nn_1 = mkN "gastronom" "gastronomer" ; - gastronomisk_av_1 = mkA "gastronomisk" ; - gastroskop_nn_1 = mkN "gastroskop" neutrum ; - gastroskopi_nn_1 = mkN "gastroskopi" "gastroskopier" ; - gastryck_nn_1 = mkN "gastryck" neutrum ; - gasturbin_nn_1 = mkN "gasturbin" "gasturbiner" ; - gasurladdning_nn_1 = mkN "gasurladdning" ; - gasventil_nn_1 = mkN "gasventil" "gasventiler" ; - gasverk_nn_1 = mkN "gasverk" neutrum ; - gata_nn_1 = mkN "gata" ; - gathoern_nn_1 = mkN "gathцrn" neutrum ; - gathus_nn_1 = mkN "gathus" neutrum ; - gatlaeggning_nn_1 = mkN "gatlдggning" ; - gatlopp_nn_1 = mkN "gatlopp" neutrum ; - gatpojke_nn_1 = mkN "gatpojke" utrum ; - gatsopare_nn_1 = mkN "gatsopare" "gatsopare" ; - gatsten_nn_1 = mkN "gatsten" "gatstenen" "gatstenar" "gatstenarna" ; - gatt_nn_1 = mkN "gatt" neutrum ; - gatubelaeggning_nn_1 = mkN "gatubelдggning" ; - gatubelysning_nn_1 = mkN "gatubelysning" ; - gatufoersaeljare_nn_1 = mkN "gatufцrsдljare" "gatufцrsдljare" ; - gatukoek_nn_1 = mkN "gatukцk" neutrum ; - gatukors_nn_1 = mkN "gatukors" neutrum ; - gatukorsning_nn_1 = mkN "gatukorsning" ; - gatuliv_nn_1 = mkN "gatuliv" neutrum ; - gatunamn_nn_1 = mkN "gatunamn" neutrum ; - gatunge_nn_1 = mkN "gatunge" utrum ; - gatuplan_nn_1 = mkN "gatuplan" neutrum ; - gaucho_nn_1 = mkN "gaucho" "gauchon" "gauchos" "gauchosen" ; - gauge_nn_1 = mkN "gauge" "gaugen" "gauge" "gaugena" ; - gaullist_nn_1 = mkN "gaullist" "gaullister" ; - gaullistisk_av_1 = mkA "gaullistisk" ; - gaur_nn_1 = mkN "gaur" "gaurer" ; - gauss_nn_1 = mkN "gauss" "gaussen" "gauss" "gaussen" ; - gavel_nn_1 = mkN "gavel" ; - gavelfaelt_nn_1 = mkN "gavelfдlt" neutrum ; - gavelhus_nn_1 = mkN "gavelhus" neutrum ; - gavelroeste_nn_1 = mkN "gavelrцste" ; - gavial_nn_1 = mkN "gavial" "gavialer" ; - gavott_nn_1 = mkN "gavott" "gavotter" ; - gay_av_1 = mkA "gay" ; - gayal_nn_1 = mkN "gayal" "gayaler" ; - ge_vb_1 = mkV "ge" "ger" "ge" "gav" "gett" "given" ; - gebit_nn_1 = mkN "gebit" neutrum ; - gecko_nn_1 = mkN "gecko" "geckor" ; - gedigen_av_1 = mkA "gedigen" "gediget" ; - geg_nn_1 = mkN "geg" "geger" ; - geggig_av_1 = mkA "geggig" ; - gehaeng_nn_1 = mkN "gehдng" neutrum ; - geheimeraad_nn_1 = mkN "geheimerеd" neutrum ; - geiger_mullerroer_nn_1 = mkN "geiger-mьllerrцr" neutrum ; - geigermaetare_nn_1 = mkN "geigermдtare" "geigermдtare" ; - gejd_nn_1 = mkN "gejd" "gejder" ; - gejser_nn_1 = mkN "gejser" ; - gel_nn_1 = mkN "gel" "gelet" "geler" "gelerna" ; - gelaenk_nn_1 = mkN "gelдnk" neutrum ; - gelatinkapsel_nn_1 = mkN "gelatinkapsel" ; - gelatinoes_av_1 = mkA "gelatinцs" ; - gelbgjutare_nn_1 = mkN "gelbgjutare" "gelbgjutare" ; - gelbgjuteri_nn_1 = mkN "gelbgjuteri" "gelbgjuterit" "gelbgjuterier" "gelbgjuterierna" ; - gele_nn_1 = mkN "gelй" "gelйer" ; - gelehallon_nn_1 = mkN "gelйhallon" neutrum ; - geleig_av_1 = mkA "geleig" ; - geleklump_nn_1 = mkN "gelйklump" ; - gelesvamp_nn_1 = mkN "gelйsvamp" ; - gelike_nn_1 = mkN "gelike" utrum ; - gem_nn_1 = mkN "gem" "gemmen" "gemmer" "gemmerna" ; - gem_nn_2 = mkN "gem" neutrum ; - gemaal_nn_1 = mkN "gemеl" "gemеler" ; - gemak_nn_1 = mkN "gemak" neutrum ; - gemen_av_1 = mkA "gemen" ; - gemenhet_nn_1 = mkN "gemenhet" "gemenheter" ; - gemenligen_ab_1 = mkAdv "gemenligen" ; - gemensam_av_1 = mkA "gemensam" "gemensamt" "gemensamma" "gemensamma" "gemensammare" "gemensammast" "gemensammaste" ; - gemensamhet_nn_1 = mkN "gemensamhet" "gemensamheter" ; - gemensamhetsgrav_nn_1 = mkN "gemensamhetsgrav" ; - gemination_nn_1 = mkN "gemination" "geminationer" ; - geminering_nn_1 = mkN "geminering" ; - gems_nn_1 = mkN "gems" "gemser" ; - gemyt_nn_1 = mkN "gemyt" neutrum ; - gemytlig_av_1 = mkA "gemytlig" ; - gen_av_1 = mkA "gen" ; - gen_nn_1 = mkN "gen" "gener" ; - genant_av_1 = mkA "genant" "genant" ; - genast_ab_1 = mkAdv "genast" ; - gendarm_nn_1 = mkN "gendarm" "gendarmer" ; - gendriva_vb_1 = mkV "gendriva" "gendrev" "gendrivit" ; - genealog_nn_1 = mkN "genealog" "genealoger" ; - genealogi_nn_1 = mkN "genealogi" "genealogier" ; - general_nn_1 = mkN "general" "generaler" ; - generalagent_nn_1 = mkN "generalagent" "generalagenter" ; - generaldirektoer_nn_1 = mkN "generaldirektцr" "generaldirektцrer" ; - generalfoersamling_nn_1 = mkN "generalfцrsamling" ; - generalguvernoer_nn_1 = mkN "generalguvernцr" "generalguvernцrer" ; - generalisation_nn_1 = mkN "generalisation" "generalisationer" ; - generalisering_nn_1 = mkN "generalisering" ; - generalist_nn_1 = mkN "generalist" "generalister" ; - generalitet_nn_2 = mkN "generalitet" "generaliteter" ; - generalkonsul_nn_1 = mkN "generalkonsul" "generalkonsuln" "generalkonsuler" "generalkonsulerna" ; - generalkonsulat_nn_1 = mkN "generalkonsulat" neutrum ; - generalloejtnant_nn_1 = mkN "generallцjtnant" "generallцjtnanter" ; - generalmajor_nn_1 = mkN "generalmajor" "generalmajorer" ; - generaloeverste_nn_1 = mkN "generalцverste" utrum ; - generalpaus_nn_1 = mkN "generalpaus" "generalpauser" ; - generalplan_nn_1 = mkN "generalplan" "generalplaner" ; - generalrep_nn_1 = mkN "generalrep" neutrum ; - generalrepetition_nn_1 = mkN "generalrepetition" "generalrepetitioner" ; - generalsekreterare_nn_1 = mkN "generalsekreterare" "generalsekreterare" ; - generalsperson_nn_1 = mkN "generalsperson" "generalspersoner" ; - generalstab_nn_1 = mkN "generalstab" "generalstaber" ; - generalstrejk_nn_1 = mkN "generalstrejk" "generalstrejker" ; - generande_av_1 = mkA "generande" ; - generation_nn_1 = mkN "generation" "generationer" ; - generationstid_nn_1 = mkN "generationstid" "generationstider" ; - generationsvaexling_nn_1 = mkN "generationsvдxling" ; - generativ_av_1 = mkA "generativ" ; - generator_nn_1 = mkN "generator" "generatorer" ; - generatris_nn_1 = mkN "generatris" "generatriser" ; - generell_av_1 = mkA "generell" ; - generisk_av_1 = mkA "generisk" ; - generoes_av_1 = mkA "generцs" ; - generositet_nn_1 = mkN "generositet" "generositeter" ; - genetiker_nn_1 = mkN "genetiker" "genetikern" "genetiker" "genetikerna" ; - genetisk_av_1 = mkA "genetisk" ; - genett_nn_1 = mkN "genett" "genetter" ; - genfordran_nn_1 = mkN "genfordran" "genfordran" "genfordringar" "genfordringarna" ; - genfordring_nn_1 = mkN "genfordring" ; - gengaangare_nn_1 = mkN "gengеngare" "gengеngare" ; - geni_nn_1 = mkN "geni" "genit" "genier" "genierna" ; - genial_av_1 = mkA "genial" ; - genialisk_av_1 = mkA "genialisk" ; - genialitet_nn_1 = mkN "genialitet" "genialiteter" ; - genie_nn_1 = mkN "genie" "genier" ; - genitiv_nn_1 = mkN "genitiv" "genitiver" ; - genitivattribut_nn_1 = mkN "genitivattribut" neutrum ; - genkaerande_nn_1 = mkN "genkдrande" "genkдranden" "genkдrande" "genkдrandena" ; - genmaele_nn_1 = mkN "genmдle" ; - genmanipulation_nn_1 = mkN "genmanipulation" "genmanipulationer" ; - genom_ab_1 = mkAdv "genom" ; - genom_nn_1 = mkN "genom" neutrum ; - genombloedning_nn_1 = mkN "genomblцdning" ; - genombloet_av_1 = mkA "genomblцt" ; - genombrott_nn_1 = mkN "genombrott" neutrum ; - genombruten_av_1 = mkA "genombruten" "genombrutet" ; - genombryta_vb_1 = mkV "genombryta" "genombrцt" "genombrutit" ; - genomdriva_vb_1 = mkV "genomdriva" "genomdrev" "genomdrivit" ; - genomfara_vb_1 = mkV "genomfara" "genomfor" "genomfarit" ; - genomfart_nn_1 = mkN "genomfart" "genomfarter" ; - genomfartsled_nn_1 = mkN "genomfartsled" "genomfartsleder" ; - genomfoerande_nn_1 = mkN "genomfцrande" ; - genomfoerbar_av_1 = mkA "genomfцrbar" ; - genomfoering_nn_1 = mkN "genomfцring" ; - genomfoerkyld_av_1 = mkA "genomfцrkyld" "genomfцrkylt" ; - genomgaa_vb_1 = mkV "genomgе" "genomgеr" "genomgе" "genomgick" "genomgеtt" "genomgеngen" ; - genomgaaende_ab_1 = mkAdv "genomgеende" ; - genomgaaende_av_1 = mkA "genomgеende" ; - genomgaang_nn_1 = mkN "genomgеng" ; - genomgripande_av_1 = mkA "genomgripande" ; - genomklappning_nn_1 = mkN "genomklappning" ; - genomkoerare_nn_1 = mkN "genomkцrare" "genomkцrare" ; - genomlida_vb_1 = mkV "genomlida" "genomled" "genomlidit" ; - genomlysande_av_1 = mkA "genomlysande" ; - genomlysning_nn_1 = mkN "genomlysning" ; - genommoenstring_nn_1 = mkN "genommцnstring" ; - genomsippring_nn_1 = mkN "genomsippring" ; - genomskinlig_av_1 = mkA "genomskinlig" ; - genomslaepplig_av_1 = mkA "genomslдpplig" ; - genomslaepplighet_nn_1 = mkN "genomslдpplighet" "genomslдppligheter" ; - genomslag_nn_1 = mkN "genomslag" neutrum ; - genomslagskopia_nn_1 = mkN "genomslagskopia" ; - genomslagspapper_nn_1 = mkN "genomslagspapper" neutrum ; - genomsnitt_nn_1 = mkN "genomsnitt" neutrum ; - genomsnittlig_av_1 = mkA "genomsnittlig" ; - genomsnittsinkomst_nn_1 = mkN "genomsnittsinkomst" "genomsnittsinkomster" ; - genomsnittsskatt_nn_1 = mkN "genomsnittsskatt" "genomsnittsskatter" ; - genomsnittsvaerde_nn_1 = mkN "genomsnittsvдrde" ; - genomtaenkt_av_1 = mkA "genomtдnkt" "genomtдnkt" ; - genomtraengande_av_1 = mkA "genomtrдngande" ; - genomtraenglig_av_1 = mkA "genomtrдnglig" ; - genomtraengning_nn_1 = mkN "genomtrдngning" ; - genomtryckt_av_1 = mkA "genomtryckt" "genomtryckt" ; - genomvaat_av_1 = mkA "genomvеt" ; - genomvaevd_av_1 = mkA "genomvдvd" "genomvдvt" ; - genotyp_nn_1 = mkN "genotyp" "genotyper" ; - genre_nn_1 = mkN "genre" "genrer" ; - genrep_nn_1 = mkN "genrep" neutrum ; - gensaegelse_nn_1 = mkN "gensдgelse" "gensдgelser" ; - gensaga_nn_1 = mkN "gensaga" ; - gensare_nn_1 = mkN "gensare" "gensare" ; - genskjuta_vb_1 = mkV "genskjuta" "genskцt" "genskjutit" ; - genstaemning_nn_1 = mkN "genstдmning" ; - genstoertig_av_1 = mkA "genstцrtig" ; - genstraevig_av_1 = mkA "genstrдvig" ; - genstridig_av_1 = mkA "genstridig" ; - genta_vb_1 = mkV "genta" "gentar" "genta" "gentog" "gentagit" "gentagen" ; - gentil_av_1 = mkA "gentil" ; - gentjaenst_nn_1 = mkN "gentjдnst" "gentjдnster" ; - gentleman_nn_1 = mkN "gentleman" "gentlemannen" "gentlemдn" "gentlemдnnen" ; - genuafock_nn_1 = mkN "genuafock" ; - genuin_av_1 = mkA "genuin" ; - genus_nn_1 = mkN "genus" neutrum ; - genvaeg_nn_1 = mkN "genvдg" ; - geocentrisk_av_1 = mkA "geocentrisk" ; - geodet_nn_1 = mkN "geodet" "geodeter" ; - geodetisk_av_1 = mkA "geodetisk" ; - geodimeter_nn_1 = mkN "geodimeter" ; - geograf_nn_1 = mkN "geograf" "geografer" ; - geografisk_av_1 = mkA "geografisk" ; - geokemisk_av_1 = mkA "geokemisk" ; - geokronologisk_av_1 = mkA "geokronologisk" ; - geolog_nn_1 = mkN "geolog" "geologer" ; - geologisk_av_1 = mkA "geologisk" ; - geometri_nn_1 = mkN "geometri" "geometrier" ; - geometriker_nn_1 = mkN "geometriker" "geometrikern" "geometriker" "geometrikerna" ; - geometrisk_av_1 = mkA "geometrisk" ; - geomorfologisk_av_1 = mkA "geomorfologisk" ; - georgier_nn_1 = mkN "georgier" "georgiern" "georgier" "georgierna" ; - georgisk_av_1 = mkA "georgisk" ; - georgiska_nn_2 = mkN "georgiska" ; - georgskors_nn_1 = mkN "georgskors" neutrum ; - geostationaer_av_1 = mkA "geostationдr" ; - geosynklinal_nn_1 = mkN "geosynklinal" "geosynklinaler" ; - geotermisk_av_1 = mkA "geotermisk" ; - geovetare_nn_1 = mkN "geovetare" "geovetare" ; - geovetenskap_nn_1 = mkN "geovetenskap" "geovetenskaper" ; - geovetenskaplig_av_1 = mkA "geovetenskaplig" ; - gepard_nn_1 = mkN "gepard" "geparder" ; - geranium_nn_1 = mkN "geranium" "geranien" "geranier" "geranierna" ; - geriatrisk_av_1 = mkA "geriatrisk" ; - geridon_nn_1 = mkN "geridon" "geridoner" ; - geridong_nn_1 = mkN "geridong" "geridonger" ; - gerilla_nn_1 = mkN "gerilla" ; - gerillaledare_nn_1 = mkN "gerillaledare" "gerillaledare" ; - gering_nn_1 = mkN "gering" ; - german_nn_1 = mkN "german" "germaner" ; - germanfolk_nn_1 = mkN "germanfolk" neutrum ; - germanism_nn_1 = mkN "germanism" "germanismer" ; - germanist_nn_1 = mkN "germanist" "germanister" ; - germanistisk_av_1 = mkA "germanistisk" ; - germankrigare_nn_1 = mkN "germankrigare" "germankrigare" ; - germansk_av_1 = mkA "germansk" ; - germanstam_nn_1 = mkN "germanstam" "germanstammen" "germanstammar" "germanstammarna" ; - gerontologisk_av_1 = mkA "gerontologisk" ; - gers_nn_1 = mkN "gers" ; - gerundium_nn_1 = mkN "gerundium" "gerundium" "gerundier" "gerundierna" ; - gerundivum_nn_1 = mkN "gerundivum" "gerundivum" "gerundiver" "gerundiverna" ; - gesaell_nn_1 = mkN "gesдll" "gesдller" ; - gesaellbrev_nn_1 = mkN "gesдllbrev" neutrum ; - gesaellprov_nn_1 = mkN "gesдllprov" neutrum ; - gesaellvandring_nn_1 = mkN "gesдllvandring" ; - gesant_nn_1 = mkN "gesant" "gesanter" ; - geschaeft_nn_1 = mkN "geschдft" neutrum ; - geschwint_ab_1 = mkAdv "geschwint" ; - gesims_nn_1 = mkN "gesims" "gesimser" ; - gesimsbaage_nn_1 = mkN "gesimsbеge" utrum ; - gesimslist_nn_1 = mkN "gesimslist" "gesimslister" ; - gest_nn_1 = mkN "gest" "gester" ; - gestalt_nn_1 = mkN "gestalt" "gestalter" ; - gestaltning_nn_1 = mkN "gestaltning" ; - gestikulation_nn_1 = mkN "gestikulation" "gestikulationer" ; - get_nn_1 = mkN "get" "getter" ; - getabock_nn_1 = mkN "getabock" ; - getapel_nn_1 = mkN "getapel" ; - getfot_nn_1 = mkN "getfot" ; - geting_nn_1 = mkN "geting" ; - getingbo_nn_1 = mkN "getingbo" "getingbot" "getingbon" "getingboen" ; - getingmidja_nn_1 = mkN "getingmidja" ; - getingstick_nn_1 = mkN "getingstick" neutrum ; - getmjoelksost_nn_1 = mkN "getmjцlksost" ; - getoega_nn_1 = mkN "getцga" "getцgat" "getцgon" "getцgonen" ; - getost_nn_1 = mkN "getost" ; - getskaegg_nn_1 = mkN "getskдgg" neutrum ; - getskinn_nn_1 = mkN "getskinn" neutrum ; - getto_nn_1 = mkN "getto" "gettot" "getton" "gettona" ; - getvaeppling_nn_1 = mkN "getvдppling" ; - gevaer_nn_1 = mkN "gevдr" neutrum ; - gevaersfaktori_nn_1 = mkN "gevдrsfaktori" "gevдrsfaktorit" "gevдrsfaktorier" "gevдrsfaktorierna" ; - gevaersgranat_nn_1 = mkN "gevдrsgranat" "gevдrsgranater" ; - gevaerskolv_nn_1 = mkN "gevдrskolv" ; - gevaerskompani_nn_1 = mkN "gevдrskompani" "gevдrskompanit" "gevдrskompanier" "gevдrskompanierna" ; - gevaerspatron_nn_1 = mkN "gevдrspatron" "gevдrspatroner" ; - gevaerspost_nn_1 = mkN "gevдrspost" "gevдrsposter" ; - gevaerssmed_nn_1 = mkN "gevдrssmed" "gevдrssmeder" ; - gevaerssmide_nn_1 = mkN "gevдrssmide" ; - gevaersstock_nn_1 = mkN "gevдrsstock" ; - gevaldiger_nn_1 = mkN "gevaldiger" "gevaldigern" "gevaldiger" "gevaldigerna" ; - ghanan_nn_1 = mkN "ghanan" "ghananer" ; - ghanansk_av_1 = mkA "ghanansk" ; - ghanes_nn_1 = mkN "ghanes" "ghaneser" ; - ghanesisk_av_1 = mkA "ghanesisk" ; - ghasel_nn_1 = mkN "ghasel" "ghaseler" ; - ghetto_nn_1 = mkN "ghetto" "ghettot" "ghetton" "ghettona" ; - ghost_writer_nn_1 = mkN "ghost-writer" "ghost-writern" "ghost-writers" "ghost-writersen" ; - gibbon_nn_1 = mkN "gibbon" "gibboner" ; - giffel_nn_1 = mkN "giffel" ; - gift_av_1 = mkA "gift" "gift" ; - gift_nn_1 = mkN "gift" "giftet" "gifter" "gifterna" ; - giftapparat_nn_1 = mkN "giftapparat" "giftapparater" ; - giftasvuxen_av_1 = mkA "giftasvuxen" "giftasvuxet" ; - giftavdunstning_nn_1 = mkN "giftavdunstning" ; - giftbaegare_nn_1 = mkN "giftbдgare" "giftbдgare" ; - giftblandare_nn_1 = mkN "giftblandare" "giftblandare" ; - giftbok_nn_1 = mkN "giftbok" "giftbцcker" ; - giftermaal_nn_1 = mkN "giftermеl" neutrum ; - giftermaalsbalk_nn_1 = mkN "giftermеlsbalk" ; - giftfri_av_1 = mkA "giftfri" "giftfritt" ; - giftgas_nn_1 = mkN "giftgas" "giftgaser" ; - giftgroen_av_1 = mkA "giftgrцn" ; - gifthalt_nn_1 = mkN "gifthalt" "gifthalter" ; - giftig_av_1 = mkA "giftig" ; - giftighet_nn_1 = mkN "giftighet" "giftigheter" ; - giftkoertel_nn_1 = mkN "giftkцrtel" ; - giftmaengd_nn_1 = mkN "giftmдngd" "giftmдngder" ; - giftmoln_nn_1 = mkN "giftmoln" neutrum ; - giftmord_nn_1 = mkN "giftmord" neutrum ; - giftoman_nn_1 = mkN "giftoman" "giftomannen" "giftomдn" "giftomдnnen" ; - giftorm_nn_1 = mkN "giftorm" ; - giftstadga_nn_1 = mkN "giftstadga" ; - gifttagg_nn_1 = mkN "gifttagg" ; - gifttand_nn_1 = mkN "gifttand" "gifttдnder" ; - gifttransport_nn_1 = mkN "gifttransport" "gifttransporter" ; - giftverkan_nn_1 = mkN "giftverkan" "giftverkan" "giftverkningar" "giftverkningarna" ; - gig_nn_1 = mkN "gig" neutrum ; - gigant_nn_1 = mkN "gigant" "giganter" ; - gigantisk_av_1 = mkA "gigantisk" ; - gigaton_nn_1 = mkN "gigaton" "gigatonnet" "gigaton" "gigatonnen" ; - gigawatt_nn_1 = mkN "gigawatt" "gigawatten" "gigawatt" "gigawatten" ; - gigg_nn_1 = mkN "gigg" ; - gigolo_nn_1 = mkN "gigolo" "gigolon" "gigolos" "gigolosen" ; - gigue_nn_1 = mkN "gigue" "giguer" ; - giktbruten_av_1 = mkA "giktbruten" "giktbrutet" ; - giktring_nn_1 = mkN "giktring" ; - giljare_nn_1 = mkN "giljare" "giljare" ; - giljarfaerd_nn_1 = mkN "giljarfдrd" "giljarfдrder" ; - giljotin_nn_1 = mkN "giljotin" "giljotiner" ; - gill_av_1 = mkA "gill" ; - gillande_nn_1 = mkN "gillande" ; - giller_nn_1 = mkN "giller" neutrum ; - gillesbroder_nn_1 = mkN "gillesbroder" "gillesbrodern" "gillesbrцder" "gillesbrцderna" ; - gillessocialism_nn_1 = mkN "gillessocialism" "gillessocialismer" ; - gillestuga_nn_1 = mkN "gillestuga" ; - giltig_av_1 = mkA "giltig" ; - giltighet_nn_1 = mkN "giltighet" "giltigheter" ; - gimmick_nn_1 = mkN "gimmick" ; - gin_av_1 = mkA "gin" ; - ginbalk_nn_1 = mkN "ginbalk" ; - ginnungagap_nn_1 = mkN "ginnungagap" neutrum ; - ginst_nn_1 = mkN "ginst" "ginster" ; - ginstkatt_nn_1 = mkN "ginstkatt" "ginstkatter" ; - ginvaeg_nn_1 = mkN "ginvдg" ; - gip_nn_1 = mkN "gip" ; - gipp_nn_1 = mkN "gipp" ; - gips_nn_1 = mkN "gips" "gipser" ; - gipsavgjutning_nn_1 = mkN "gipsavgjutning" ; - gipsfoerband_nn_1 = mkN "gipsfцrband" neutrum ; - gipsform_nn_1 = mkN "gipsform" ; - gipyr_nn_1 = mkN "gipyr" "gipyrer" ; - gir_nn_1 = mkN "gir" ; - giraff_nn_1 = mkN "giraff" "giraffer" ; - giraffliknande_av_1 = mkA "giraffliknande" ; - girandole_nn_1 = mkN "girandole" "girandoler" ; - girering_nn_1 = mkN "girering" ; - girig_av_1 = mkA "girig" ; - girigbuk_nn_1 = mkN "girigbuk" ; - girland_nn_1 = mkN "girland" "girlander" ; - giro_nn_1 = mkN "giro" "girot" "giron" "girona" ; - girobesked_nn_1 = mkN "girobesked" neutrum ; - girvaext_av_1 = mkA "girvдxt" "girvдxt" ; - girvuxen_av_1 = mkA "girvuxen" "girvuxet" ; - gissel_nn_1 = mkN "gissel" neutrum ; - gisseldjur_nn_1 = mkN "gisseldjur" neutrum ; - gisslare_nn_1 = mkN "gisslare" "gisslare" ; - gissning_nn_1 = mkN "gissning" ; - gissningsvis_ab_1 = mkAdv "gissningsvis" ; - gisten_av_1 = mkA "gisten" "gistet" ; - gistgaard_nn_1 = mkN "gistgеrd" ; - gitarr_nn_1 = mkN "gitarr" "gitarrer" ; - gitarrist_nn_1 = mkN "gitarrist" "gitarrister" ; - gitter_nn_1 = mkN "gitter" neutrum ; - giv_nn_1 = mkN "giv" ; - givakt_nn_1 = mkN "givakt" "givakter" ; - givande_av_1 = mkA "givande" ; - givare_nn_1 = mkN "givare" "givare" ; - given_av_1 = mkA "given" "givet" ; - givetvis_ab_1 = mkAdv "givetvis" ; - givkort_nn_1 = mkN "givkort" neutrum ; - givmild_av_1 = mkA "givmild" "givmilt" ; - givmildhet_nn_1 = mkN "givmildhet" "givmildheter" ; - givning_nn_1 = mkN "givning" ; - gjord_nn_1 = mkN "gjord" ; - gjuse_nn_1 = mkN "gjuse" utrum ; - gjuta_vb_1 = mkV "gjuta" "gцt" "gjutit" ; - gjutare_nn_1 = mkN "gjutare" "gjutare" ; - gjutbar_av_1 = mkA "gjutbar" ; - gjuteri_nn_1 = mkN "gjuteri" "gjuterit" "gjuterier" "gjuterierna" ; - gjutform_nn_1 = mkN "gjutform" ; - gjutmodell_nn_1 = mkN "gjutmodell" "gjutmodeller" ; - gjutning_nn_1 = mkN "gjutning" ; - gjutrand_nn_1 = mkN "gjutrand" "gjutrдnder" ; - glaamig_av_1 = mkA "glеmig" ; - glaapord_nn_1 = mkN "glеpord" neutrum ; - glacehandske_nn_1 = mkN "glacйhandske" utrum ; - glaci_nn_1 = mkN "glaci" "glacier" ; - glaciaer_nn_1 = mkN "glaciдr" "glaciдrer" ; - glaciaeraelv_nn_1 = mkN "glaciдrдlv" ; - glaciaerbrunn_nn_1 = mkN "glaciдrbrunn" ; - glaciaeris_nn_1 = mkN "glaciдris" ; - glaciaernisch_nn_1 = mkN "glaciдrnisch" "glaciдrnischer" ; - glaciaerport_nn_1 = mkN "glaciдrport" ; - glaciaerraeffla_nn_1 = mkN "glaciдrrдffla" ; - glacial_av_1 = mkA "glacial" ; - glacialperiod_nn_1 = mkN "glacialperiod" "glacialperioder" ; - glacialraeffla_nn_1 = mkN "glacialrдffla" ; - glacifluvial_av_1 = mkA "glacifluvial" ; - glaciolog_nn_1 = mkN "glaciolog" "glaciologer" ; - glaciologisk_av_1 = mkA "glaciologisk" ; - glad_av_1 = mkA "glad" ; - glad_nn_1 = mkN "glad" neutrum ; - gladelig_av_1 = mkA "gladelig" ; - gladeligen_ab_1 = mkAdv "gladeligen" ; - gladeligt_ab_1 = mkAdv "gladeligt" ; - gladiator_nn_1 = mkN "gladiator" "gladiatorer" ; - gladiatorspel_nn_1 = mkN "gladiatorspel" "gladiatorspelet" "gladiatorspel" "gladiatorspelen" ; - gladiolus_nn_1 = mkN "gladiolus" ; - gladlig_av_1 = mkA "gladlig" ; - gladligen_ab_1 = mkAdv "gladligen" ; - gladlynt_av_1 = mkA "gladlynt" "gladlynt" ; - glaedjande_av_1 = mkA "glдdjande" ; - glaedjeaemne_nn_1 = mkN "glдdjeдmne" ; - glaedjebetygelse_nn_1 = mkN "glдdjebetygelse" "glдdjebetygelser" ; - glaedjedoedare_nn_1 = mkN "glдdjedцdare" "glдdjedцdare" ; - glaedjefylld_av_1 = mkA "glдdjefylld" "glдdjefyllt" ; - glaedjehus_nn_1 = mkN "glдdjehus" neutrum ; - glaedjekalkyl_nn_1 = mkN "glдdjekalkyl" "glдdjekalkyler" ; - glaedjekvarter_nn_1 = mkN "glдdjekvarter" "glдdjekvarteret" "glдdjekvarter" "glдdjekvarteren" ; - glaedjerus_nn_1 = mkN "glдdjerus" neutrum ; - glaedjestraalande_av_1 = mkA "glдdjestrеlande" ; - glaensande_av_1 = mkA "glдnsande" ; - glaettig_av_1 = mkA "glдttig" ; - glaettighet_nn_1 = mkN "glдttighet" "glдttigheter" ; - glaettning_nn_1 = mkN "glдttning" ; - glaettsten_nn_1 = mkN "glдttsten" "glдttstenen" "glдttstenar" "glдttstenarna" ; - glagolitisk_av_1 = mkA "glagolitisk" ; - glamoroes_av_1 = mkA "glamorцs" ; - glamouroes_av_1 = mkA "glamourцs" ; - glandel_nn_1 = mkN "glandel" "glandeln" "glandler" "glandlerna" ; - glanduloes_av_1 = mkA "glandulцs" ; - glansbagge_nn_1 = mkN "glansbagge" utrum ; - glansfull_av_1 = mkA "glansfull" ; - glansig_av_1 = mkA "glansig" ; - glansk_av_1 = mkA "glansk" ; - glansloes_av_1 = mkA "glanslцs" ; - glansnummer_nn_1 = mkN "glansnummer" neutrum ; - glanspapper_nn_1 = mkN "glanspapper" neutrum ; - glansperiod_nn_1 = mkN "glansperiod" "glansperioder" ; - glansroll_nn_1 = mkN "glansroll" "glansroller" ; - glanstid_nn_1 = mkN "glanstid" "glanstider" ; - glapp_av_1 = mkA "glapp" ; - glapp_nn_1 = mkN "glapp" neutrum ; - glapprum_nn_1 = mkN "glapprum" "glapprummet" "glapprum" "glapprummen" ; - glas_nn_1 = mkN "glas" neutrum ; - glasaal_nn_1 = mkN "glasеl" ; - glasbjoerk_nn_1 = mkN "glasbjцrk" ; - glasblaasare_nn_1 = mkN "glasblеsare" "glasblеsare" ; - glasblaaseri_nn_1 = mkN "glasblеseri" "glasblеserit" "glasblеserier" "glasblеserierna" ; - glasbruk_nn_1 = mkN "glasbruk" neutrum ; - glasbult_nn_1 = mkN "glasbult" ; - glasering_nn_1 = mkN "glasering" ; - glasfiber_nn_1 = mkN "glasfiber" "glasfibern" "glasfibrer" "glasfibrerna" ; - glasfoeremaal_nn_1 = mkN "glasfцremеl" neutrum ; - glasframstaellning_nn_1 = mkN "glasframstдllning" ; - glashal_av_1 = mkA "glashal" ; - glashandduk_nn_1 = mkN "glashandduk" ; - glashus_nn_1 = mkN "glashus" neutrum ; - glashuv_nn_1 = mkN "glashuv" ; - glasig_av_1 = mkA "glasig" ; - glasighet_nn_1 = mkN "glasighet" "glasigheter" ; - glasiglo_nn_1 = mkN "glasiglo" "glasiglor" ; - glasiologisk_av_1 = mkA "glasiologisk" ; - glasklar_av_1 = mkA "glasklar" ; - glaskolv_nn_1 = mkN "glaskolv" ; - glaskropp_nn_1 = mkN "glaskropp" ; - glasmaalning_nn_1 = mkN "glasmеlning" ; - glasmaestardiamant_nn_1 = mkN "glasmдstardiamant" "glasmдstardiamanter" ; - glasmaestare_nn_1 = mkN "glasmдstare" "glasmдstare" ; - glasmaesteri_nn_1 = mkN "glasmдsteri" "glasmдsterit" "glasmдsterier" "glasmдsterierna" ; - glasoega_nn_1 = mkN "glasцga" "glasцgat" "glasцgon" "glasцgonen" ; - glasoegonbaage_nn_1 = mkN "glasцgonbеge" utrum ; - glasoegonbjoern_nn_1 = mkN "glasцgonbjцrn" ; - glasoegonorm_nn_1 = mkN "glasцgonorm" ; - glasprisma_nn_1 = mkN "glasprisma" ; - glasroer_nn_1 = mkN "glasrцr" neutrum ; - glass_nn_1 = mkN "glass" ; - glassbaegare_nn_1 = mkN "glassbдgare" "glassbдgare" ; - glassbomb_nn_1 = mkN "glassbomb" "glassbomber" ; - glassdessert_nn_1 = mkN "glassdessert" "glassdesserter" ; - glassig_av_1 = mkA "glassig" ; - glasskaerardiamant_nn_1 = mkN "glasskдrardiamant" "glasskдrardiamanter" ; - glasskaerare_nn_1 = mkN "glasskдrare" "glasskдrare" ; - glasslipare_nn_1 = mkN "glasslipare" "glasslipare" ; - glassmaskin_nn_1 = mkN "glassmaskin" "glassmaskiner" ; - glasspinne_nn_1 = mkN "glasspinne" utrum ; - glasstrut_nn_1 = mkN "glasstrut" ; - glasvakt_nn_1 = mkN "glasvakt" "glasvakter" ; - glasvar_nn_1 = mkN "glasvar" ; - glasvingefjaeril_nn_1 = mkN "glasvingefjдril" ; - glasyr_nn_1 = mkN "glasyr" "glasyrer" ; - glatt_av_1 = mkA "glatt" ; - glattmask_nn_1 = mkN "glattmask" ; - glav_nn_1 = mkN "glav" ; - gles_av_1 = mkA "gles" ; - glesbygd_nn_1 = mkN "glesbygd" "glesbygder" ; - gletscher_nn_1 = mkN "gletscher" ; - gli_nn_1 = mkN "gli" "glit" "glin" "glien" ; - glid_nn_1 = mkN "glid" neutrum ; - glida_vb_1 = mkV "glida" "gled" "glidit" ; - glidkontakt_nn_1 = mkN "glidkontakt" "glidkontakter" ; - glidkraem_nn_1 = mkN "glidkrдm" "glidkrдmer" ; - glidlager_nn_1 = mkN "glidlager" neutrum ; - glidljud_nn_1 = mkN "glidljud" neutrum ; - glidmedel_nn_1 = mkN "glidmedel" neutrum ; - glidning_nn_1 = mkN "glidning" ; - glidtackling_nn_1 = mkN "glidtackling" ; - glim_nn_1 = mkN "glim" "glimmen" "glim" "glimmen" ; - glimt_nn_1 = mkN "glimt" ; - glimtaendare_nn_1 = mkN "glimtдndare" "glimtдndare" ; - glimtvis_ab_1 = mkAdv "glimtvis" ; - glinder_nn_1 = mkN "glinder" neutrum ; - gliom_nn_1 = mkN "gliom" neutrum ; - gliring_nn_1 = mkN "gliring" ; - glis_nn_2 = mkN "glis" ; - glisoert_nn_1 = mkN "glisцrt" "glisцrter" ; - glissando_nn_1 = mkN "glissando" "glissandot" "glissandon" "glissandona" ; - glitterglad_av_1 = mkA "glitterglad" ; - glittrig_av_1 = mkA "glittrig" ; - glob_nn_1 = mkN "glob" "glober" ; - global_av_1 = mkA "global" ; - globetrotter_nn_1 = mkN "globetrotter" ; - globulin_nn_1 = mkN "globulin" "globuliner" ; - gloed_nn_1 = mkN "glцd" "glцder" ; - gloedbaedd_nn_1 = mkN "glцdbдdd" ; - gloedhet_av_1 = mkA "glцdhet" ; - gloedhoeg_nn_1 = mkN "glцdhцg" ; - gloedkatod_nn_1 = mkN "glцdkatod" "glцdkatoder" ; - gloedkropp_nn_1 = mkN "glцdkropp" ; - gloedmjuk_av_1 = mkA "glцdmjuk" ; - gloedning_nn_1 = mkN "glцdning" ; - gloedstroem_nn_1 = mkN "glцdstrцm" "glцdstrцmmen" "glцdstrцmmar" "glцdstrцmmarna" ; - gloedtraad_nn_1 = mkN "glцdtrеd" ; - gloedvarm_av_1 = mkA "glцdvarm" ; - gloegg_nn_1 = mkN "glцgg" ; - gloemsk_av_1 = mkA "glцmsk" ; - glop_nn_1 = mkN "glop" ; - glorioes_av_1 = mkA "gloriцs" ; - glosig_av_1 = mkA "glosig" ; - glosoegd_av_1 = mkA "glosцgd" "glosцgt" ; - glossar_nn_1 = mkN "glossar" neutrum ; - glossarium_nn_1 = mkN "glossarium" "glossariet" "glossarier" "glossarierna" ; - glossematik_nn_1 = mkN "glossematik" "glossematiker" ; - glossolali_nn_1 = mkN "glossolali" "glossolalier" ; - glottisstoet_nn_1 = mkN "glottisstцt" ; - glugg_nn_1 = mkN "glugg" ; - glunt_nn_1 = mkN "glunt" ; - glupande_av_1 = mkA "glupande" ; - glupsk_av_1 = mkA "glupsk" ; - glutamat_nn_1 = mkN "glutamat" neutrum ; - glutenfri_av_1 = mkA "glutenfri" "glutenfritt" ; - glutinoes_av_1 = mkA "glutinцs" ; - glycerid_nn_1 = mkN "glycerid" "glycerider" ; - glycin_nn_1 = mkN "glycin" "glyciner" ; - glykol_nn_1 = mkN "glykol" "glykoler" ; - glykopeptid_nn_1 = mkN "glykopeptid" "glykopeptider" ; - glykos_nn_1 = mkN "glykos" "glykoser" ; - glyptotek_nn_1 = mkN "glyptotek" neutrum ; - glytt_nn_1 = mkN "glytt" ; - glyttig_av_1 = mkA "glyttig" ; - gnabb_nn_1 = mkN "gnabb" neutrum ; - gnaellig_av_1 = mkA "gnдllig" ; - gnaellmaans_nn_1 = mkN "gnдllmеns" ; - gnaellspik_nn_1 = mkN "gnдllspik" ; - gnagare_nn_1 = mkN "gnagare" "gnagare" ; - gnagtand_nn_1 = mkN "gnagtand" "gnagtдnder" ; - gnatig_av_1 = mkA "gnatig" ; - gnejs_nn_1 = mkN "gnejs" "gnejser" ; - gnet_nn_1 = mkN "gnet" "gnetter" ; - gnet_nn_2 = mkN "gnet" ; - gnetig_av_1 = mkA "gnetig" ; - gnida_vb_1 = mkV "gnida" "gned" "gnidit" ; - gnidare_nn_1 = mkN "gnidare" "gnidare" ; - gniden_av_1 = mkA "gniden" "gnidet" ; - gnidig_av_1 = mkA "gnidig" ; - gnidningselektricitet_nn_1 = mkN "gnidningselektricitet" "gnidningselektriciteter" ; - gnistfaangare_nn_1 = mkN "gnistfеngare" "gnistfеngare" ; - gnistgaller_nn_1 = mkN "gnistgaller" neutrum ; - gnistgap_nn_1 = mkN "gnistgap" neutrum ; - gnistinduktor_nn_1 = mkN "gnistinduktor" "gnistinduktorer" ; - gnistkammare_nn_1 = mkN "gnistkammare" "gnistkammaren" "gnistkamrar" "gnistkamrarna" ; - gnistrig_av_1 = mkA "gnistrig" ; - gnistsaendare_nn_1 = mkN "gnistsдndare" "gnistsдndare" ; - gnistskydd_nn_1 = mkN "gnistskydd" neutrum ; - gniststation_nn_1 = mkN "gniststation" "gniststationer" ; - gnisttaendning_nn_1 = mkN "gnisttдndning" ; - gnoding_nn_1 = mkN "gnoding" ; - gnom_nn_1 = mkN "gnom" "gnomer" ; - gnomiker_nn_1 = mkN "gnomiker" "gnomikern" "gnomiker" "gnomikerna" ; - gnostiker_nn_1 = mkN "gnostiker" "gnostikern" "gnostiker" "gnostikerna" ; - gnu_nn_1 = mkN "gnu" "gnun" "gnuer" "gnuerna" ; - gnuggbild_nn_1 = mkN "gnuggbild" "gnuggbilder" ; - go_cart_nn_1 = mkN "go-cart" "go-carten" "go-carts" "go-cartsen" ; - gobelaeng_nn_1 = mkN "gobelдng" "gobelдnger" ; - gobelaengbroderi_nn_1 = mkN "gobelдngbroderi" "gobelдngbroderit" "gobelдngbroderier" "gobelдngbroderierna" ; - god_av_1 = mkA "god" ; - godbit_nn_1 = mkN "godbit" ; - goddagspilt_nn_1 = mkN "goddagspilt" ; - gode_nn_1 = mkN "gode" utrum ; - godhaellig_av_1 = mkA "godhдllig" ; - godhet_nn_1 = mkN "godhet" "godheter" ; - godhetsfull_av_1 = mkA "godhetsfull" ; - godhjaertenhet_nn_1 = mkN "godhjдrtenhet" "godhjдrtenheter" ; - goding_nn_1 = mkN "goding" ; - godis_nn_2 = mkN "godis" ; - godkaend_av_1 = mkA "godkдnd" ; - godkaennande_nn_1 = mkN "godkдnnande" ; - godlynt_av_1 = mkA "godlynt" "godlynt" ; - godmanskap_nn_1 = mkN "godmanskap" "godmanskapet" "godmanskapen" "godmanskapena" ; - godmodig_av_1 = mkA "godmodig" ; - gods_nn_1 = mkN "gods" neutrum ; - godsaegare_nn_1 = mkN "godsдgare" "godsдgare" ; - godsak_nn_1 = mkN "godsak" "godsaker" ; - godsexpedition_nn_1 = mkN "godsexpedition" "godsexpeditioner" ; - godsherre_nn_1 = mkN "godsherre" utrum ; - godsint_av_1 = mkA "godsint" "godsint" ; - godsmottagning_nn_1 = mkN "godsmottagning" ; - godstaag_nn_1 = mkN "godstеg" neutrum ; - godsvagn_nn_1 = mkN "godsvagn" ; - godta_vb_1 = mkV "godta" "godtar" "godta" "godtog" "godtagit" "godtagen" ; - godtagbar_av_1 = mkA "godtagbar" ; - godtemplare_nn_1 = mkN "godtemplare" "godtemplare" ; - godtemplarorden_nn_1 = mkN "godtemplarorden" ; - godtrogen_av_1 = mkA "godtrogen" "godtroget" ; - godtrosfoervaerv_nn_1 = mkN "godtrosfцrvдrv" neutrum ; - godtycklig_av_1 = mkA "godtycklig" ; - godvikt_nn_1 = mkN "godvikt" "godvikter" ; - godvillig_av_1 = mkA "godvillig" ; - goeddjur_nn_1 = mkN "gцddjur" neutrum ; - goedkyckling_nn_1 = mkN "gцdkyckling" ; - goedning_nn_1 = mkN "gцdning" ; - goedningsmedel_nn_1 = mkN "gцdningsmedel" neutrum ; - goedselmedel_nn_1 = mkN "gцdselmedel" neutrum ; - goedselspridare_nn_1 = mkN "gцdselspridare" "gцdselspridare" ; - goedselstack_nn_1 = mkN "gцdselstack" ; - goedselstad_nn_1 = mkN "gцdselstad" "gцdselstдder" ; - goedsling_nn_1 = mkN "gцdsling" ; - goejemaanad_nn_1 = mkN "gцjemеnad" "gцjemеnader" ; - goek_nn_1 = mkN "gцk" ; - goekblomster_nn_1 = mkN "gцkblomster" neutrum ; - goekunge_nn_1 = mkN "gцkunge" utrum ; - goekur_nn_1 = mkN "gцkur" neutrum ; - goel_nn_1 = mkN "gцl" ; - goeling_nn_1 = mkN "gцling" ; - goemfroeig_av_1 = mkA "gцmfrцig" ; - goemstaelle_nn_1 = mkN "gцmstдlle" ; - goepen_nn_1 = mkN "gцpen" "gцpenn" "gцpnar" "gцpnarna" ; - goerare_nn_1 = mkN "gцrare" "gцrare" ; - goerdel_nn_1 = mkN "gцrdel" ; - goerdelbaage_nn_1 = mkN "gцrdelbеge" utrum ; - goerdeldaeck_nn_1 = mkN "gцrdeldдck" neutrum ; - goerdelfaestning_nn_1 = mkN "gцrdelfдstning" ; - goerdelmakare_nn_1 = mkN "gцrdelmakare" "gцrdelmakare" ; - goerlig_av_1 = mkA "gцrlig" ; - goeromaal_nn_1 = mkN "gцromеl" neutrum ; - goes_nn_1 = mkN "gцs" ; - goesstake_nn_1 = mkN "gцsstake" utrum ; - goet_nn_1 = mkN "gцt" ; - goet_nn_2 = mkN "gцt" neutrum ; - goetamaal_nn_1 = mkN "gцtamеl" neutrum ; - goete_nn_1 = mkN "gцte" utrum ; - goeteborgare_nn_1 = mkN "gцteborgare" "gцteborgare" ; - goeteborgsk_av_1 = mkA "gцteborgsk" ; - goeteborgska_nn_2 = mkN "gцteborgska" ; - goeteborgsvits_nn_1 = mkN "gцteborgsvits" ; - goeticistisk_av_1 = mkA "gцticistisk" ; - goetisk_av_1 = mkA "gцtisk" ; - goetvalsverk_nn_1 = mkN "gцtvalsverk" neutrum ; - gold_digger_nn_1 = mkN "gold-digger" "gold-diggern" "gold-diggers" "gold-diggersen" ; - golf_nn_2 = mkN "golf" "golfer" ; - golfare_nn_1 = mkN "golfare" "golfare" ; - golfspel_nn_1 = mkN "golfspel" "golfspelet" "golfspel" "golfspelen" ; - golgiapparat_nn_1 = mkN "golgiapparat" "golgiapparater" ; - golv_nn_1 = mkN "golv" neutrum ; - golvbelaeggning_nn_1 = mkN "golvbelдggning" ; - golvbjaelke_nn_1 = mkN "golvbjдlke" utrum ; - golvbraeda_nn_1 = mkN "golvbrдda" ; - golvbrunn_nn_1 = mkN "golvbrunn" ; - golvfast_av_1 = mkA "golvfast" "golvfast" ; - golvkall_av_1 = mkA "golvkall" ; - golvlaeggare_nn_1 = mkN "golvlдggare" "golvlдggare" ; - golvramp_nn_1 = mkN "golvramp" "golvramper" ; - golvur_nn_1 = mkN "golvur" neutrum ; - golvvaexel_nn_1 = mkN "golvvдxel" ; - golvvax_nn_1 = mkN "golvvax" "golvvaxet" "golvvaxer" "golvvaxerna" ; - gom_nn_1 = mkN "gom" "gommen" "gommar" "gommarna" ; - gombaage_nn_1 = mkN "gombеge" utrum ; - gomben_nn_1 = mkN "gomben" neutrum ; - gomljud_nn_1 = mkN "gomljud" neutrum ; - gomsegel_nn_1 = mkN "gomsegel" neutrum ; - gomspene_nn_1 = mkN "gomspene" utrum ; - gon_nn_1 = mkN "gon" "goner" ; - gonad_nn_1 = mkN "gonad" "gonader" ; - gondol_nn_1 = mkN "gondol" "gondoler" ; - gondoljaer_nn_1 = mkN "gondoljдr" "gondoljдrer" ; - gonfaloniaer_nn_1 = mkN "gonfaloniдr" "gonfaloniдrer" ; - gonggong_nn_1 = mkN "gonggong" ; - gonokock_nn_1 = mkN "gonokock" "gonokocker" ; - gonorre_nn_1 = mkN "gonorrй" "gonorrйer" ; - goraa_nn_1 = mkN "gorе" "gorеt" "gorеn" "gorеna" ; - gordonsetter_nn_1 = mkN "gordonsetter" ; - gorgon_nn_1 = mkN "gorgon" "gorgoner" ; - gosig_av_1 = mkA "gosig" ; - gospel_nn_1 = mkN "gospel" "gospeln" "gospel" "gospelna" ; - gosse_nn_1 = mkN "gosse" utrum ; - got_nn_1 = mkN "got" "goter" ; - goticerande_av_1 = mkA "goticerande" ; - gotiserande_av_1 = mkA "gotiserande" ; - gotisk_av_1 = mkA "gotisk" ; - gotlaendsk_av_1 = mkA "gotlдndsk" ; - gotlaendska_nn_2 = mkN "gotlдndska" ; - gotlaenning_nn_1 = mkN "gotlдnning" ; - gotlandsruss_nn_1 = mkN "gotlandsruss" neutrum ; - gotsk_av_1 = mkA "gotsk" ; - gottgoerelse_nn_1 = mkN "gottgцrelse" "gottgцrelser" ; - gottskriva_vb_1 = mkV "gottskriva" "gottskrev" "gottskrivit" ; - gouache_nn_1 = mkN "gouache" "gouacher" ; - gourmand_nn_1 = mkN "gourmand" "gourmander" ; - gourme_nn_1 = mkN "gourmй" "gourmйer" ; - gourmet_nn_1 = mkN "gourmet" "gourmeter" ; - graa_av_1 = mkA "grе" "grеtt" ; - graaaktig_av_1 = mkA "grеaktig" ; - graaal_nn_1 = mkN "grеal" ; - graablaa_av_1 = mkA "grеblе" "grеblеtt" ; - graablek_av_1 = mkA "grеblek" ; - graabo_nn_1 = mkN "grеbo" "grеbor" ; - graabroder_nn_1 = mkN "grеbroder" "grеbrodern" "grеbrцder" "grеbrцderna" ; - graadaskig_av_1 = mkA "grеdaskig" ; - graaflaeckig_av_1 = mkA "grеflдckig" ; - graagaas_nn_1 = mkN "grеgеs" "grеgеsen" "grеgдss" "grеgдssen" ; - graagosse_nn_1 = mkN "grеgosse" utrum ; - graagroen_av_1 = mkA "grеgrцn" ; - graagyllen_nn_1 = mkN "grеgyllen" "grеgyllen" "grеgyllen" "grеgyllena" ; - graahaarig_av_1 = mkA "grеhеrig" ; - graahaeger_nn_1 = mkN "grеhдger" ; - graahund_nn_1 = mkN "grеhund" ; - graakall_av_1 = mkA "grеkall" ; - graalax_nn_1 = mkN "grеlax" ; - graalle_nn_1 = mkN "grеlle" utrum ; - graames_nn_1 = mkN "grеmes" ; - graamunk_nn_1 = mkN "grеmunk" ; - graapaeron_nn_1 = mkN "grеpдron" neutrum ; - graasael_nn_1 = mkN "grеsдl" ; - graasej_nn_1 = mkN "grеsej" ; - graasiska_nn_1 = mkN "grеsiska" ; - graaskaeckig_av_1 = mkA "grеskдckig" ; - graaskaegg_nn_1 = mkN "grеskдgg" neutrum ; - graaskimlig_av_1 = mkA "grеskimlig" ; - graaskimmel_nn_1 = mkN "grеskimmel" "grеskimmeln" "grеskimmlar" "grеskimmlarna" ; - graasosse_nn_1 = mkN "grеsosse" utrum ; - graasparv_nn_1 = mkN "grеsparv" ; - graaspett_nn_1 = mkN "grеspett" ; - graaspraengd_av_1 = mkA "grеsprдngd" "grеsprдngt" ; - graasten_nn_1 = mkN "grеsten" "grеstenen" "grеstenar" "grеstenarna" ; - graasvart_av_1 = mkA "grеsvart" "grеsvart" ; - graaterska_nn_1 = mkN "grеterska" ; - graatfaerdig_av_1 = mkA "grеtfдrdig" ; - graatmild_av_1 = mkA "grеtmild" "grеtmilt" ; - graaton_nn_1 = mkN "grеton" "grеtoner" ; - graatrut_nn_1 = mkN "grеtrut" ; - grabb_nn_1 = mkN "grabb" ; - grabbatag_nn_1 = mkN "grabbatag" neutrum ; - grabbnaeve_nn_1 = mkN "grabbnдve" utrum ; - grace_nn_1 = mkN "grace" "gracer" ; - gracil_av_1 = mkA "gracil" ; - gracioes_av_1 = mkA "graciцs" ; - grad_nn_1 = mkN "grad" "grader" ; - gradaeng_nn_1 = mkN "gradдng" "gradдnger" ; - gradation_nn_1 = mkN "gradation" "gradationer" ; - gradbeteckning_nn_1 = mkN "gradbeteckning" ; - gradboejning_nn_1 = mkN "gradbцjning" ; - graderverk_nn_1 = mkN "graderverk" neutrum ; - gradient_nn_1 = mkN "gradient" "gradienter" ; - gradlist_nn_1 = mkN "gradlist" "gradlister" ; - gradmaetare_nn_1 = mkN "gradmдtare" "gradmдtare" ; - gradmaetning_nn_1 = mkN "gradmдtning" ; - gradmejsel_nn_1 = mkN "gradmejsel" ; - gradnaet_nn_1 = mkN "gradnдt" neutrum ; - gradsaag_nn_1 = mkN "gradsеg" ; - gradskillnad_nn_1 = mkN "gradskillnad" "gradskillnader" ; - gradstreck_nn_1 = mkN "gradstreck" neutrum ; - gradtal_nn_1 = mkN "gradtal" "gradtalet" "gradtalen" "gradtalena" ; - gradtapp_nn_1 = mkN "gradtapp" ; - gradtecken_nn_1 = mkN "gradtecken" "gradtecknet" "gradtecken" "gradtecknen" ; - gradualavhandling_nn_1 = mkN "gradualavhandling" ; - gradualpsalm_nn_1 = mkN "gradualpsalm" "gradualpsalmer" ; - graduell_av_1 = mkA "graduell" ; - gradvis_ab_1 = mkAdv "gradvis" ; - gradvis_av_1 = mkA "gradvis" ; - graeddbakelse_nn_1 = mkN "grдddbakelse" "grдddbakelser" ; - graeddhalt_nn_1 = mkN "grдddhalt" "grдddhalter" ; - graeddig_av_1 = mkA "grдddig" ; - graeddmaetare_nn_1 = mkN "grдddmдtare" "grдddmдtare" ; - graeddvisp_nn_1 = mkN "grдddvisp" ; - grael_nn_1 = mkN "grдl" neutrum ; - graelaktig_av_1 = mkA "grдlaktig" ; - graelig_av_1 = mkA "grдlig" ; - graell_av_1 = mkA "grдll" ; - graelmaans_nn_1 = mkN "grдlmеns" ; - graelmakare_nn_1 = mkN "grдlmakare" "grдlmakare" ; - graelsjuk_av_1 = mkA "grдlsjuk" ; - graemelse_nn_1 = mkN "grдmelse" "grдmelser" ; - graen_nn_1 = mkN "grдn" neutrum ; - graend_nn_1 = mkN "grдnd" "grдnder" ; - graeng_nn_1 = mkN "grдng" "grдnger" ; - graens_nn_1 = mkN "grдns" "grдnser" ; - graensbevakning_nn_1 = mkN "grдnsbevakning" ; - graensbo_nn_1 = mkN "grдnsbo" "grдnsbor" ; - graensfall_nn_1 = mkN "grдnsfall" neutrum ; - graensintaekt_nn_1 = mkN "grдnsintдkt" "grдnsintдkter" ; - graensjaegare_nn_1 = mkN "grдnsjдgare" "grдnsjдgare" ; - graenskontroll_nn_1 = mkN "grдnskontroll" "grдnskontroller" ; - graenskostnad_nn_1 = mkN "grдnskostnad" "grдnskostnader" ; - graensle_ab_1 = mkAdv "grдnsle" ; - graenslinje_nn_1 = mkN "grдnslinje" "grдnslinjer" ; - graensloes_av_1 = mkA "grдnslцs" ; - graensnytta_nn_1 = mkN "grдnsnytta" ; - graensoeverskridande_av_1 = mkA "grдnsцverskridande" ; - graensoeverskridande_nn_1 = mkN "grдnsцverskridande" ; - graensomraade_nn_1 = mkN "grдnsomrеde" ; - graenspaale_nn_1 = mkN "grдnspеle" utrum ; - graenspolis_nn_1 = mkN "grдnspolis" "grдnspoliser" ; - graensskikt_nn_1 = mkN "grдnsskikt" neutrum ; - graenstrakt_nn_1 = mkN "grдnstrakt" "grдnstrakter" ; - graensvaerde_nn_1 = mkN "grдnsvдrde" ; - graes_nn_1 = mkN "grдs" neutrum ; - graesaenkling_nn_1 = mkN "grдsдnkling" ; - graesaetare_nn_1 = mkN "grдsдtare" "grдsдtare" ; - graesand_nn_1 = mkN "grдsand" "grдsдnder" ; - graesfjaeril_nn_1 = mkN "grдsfjдril" ; - graesfly_nn_1 = mkN "grдsfly" "grдsflyt" "grдsflyn" "grдsflyen" ; - graesklippare_nn_1 = mkN "grдsklippare" "grдsklippare" ; - graeslig_av_1 = mkA "grдslig" ; - graeslighet_nn_1 = mkN "grдslighet" "grдsligheter" ; - graesliknande_av_1 = mkA "grдsliknande" ; - graesmaanad_nn_1 = mkN "grдsmеnad" "grдsmеnader" ; - graesmask_nn_1 = mkN "grдsmask" ; - graesplan_nn_1 = mkN "grдsplan" "grдsplaner" ; - graesrot_nn_1 = mkN "grдsrot" "grдsrцtter" ; - graesvall_nn_1 = mkN "grдsvall" ; - graetten_av_1 = mkA "grдtten" "grдttet" ; - graevling_nn_1 = mkN "grдvling" ; - graevlingsgryt_nn_1 = mkN "grдvlingsgryt" neutrum ; - graevlingshund_nn_1 = mkN "grдvlingshund" ; - graevmaskin_nn_1 = mkN "grдvmaskin" "grдvmaskiner" ; - graevning_nn_1 = mkN "grдvning" ; - graevsvin_nn_1 = mkN "grдvsvin" neutrum ; - graf_nn_1 = mkN "graf" "grafer" ; - grafem_nn_1 = mkN "grafem" neutrum ; - grafematisk_av_1 = mkA "grafematisk" ; - grafiker_nn_1 = mkN "grafiker" "grafikern" "grafiker" "grafikerna" ; - grafisk_av_1 = mkA "grafisk" ; - grafit_nn_1 = mkN "grafit" "grafiter" ; - grafitdegel_nn_1 = mkN "grafitdegel" ; - grafitgraa_av_1 = mkA "grafitgrе" "grafitgrеtt" ; - grafolog_nn_1 = mkN "grafolog" "grafologer" ; - grafonomisk_av_1 = mkA "grafonomisk" ; - grafteori_nn_1 = mkN "grafteori" "grafteorier" ; - gram_nn_1 = mkN "gram" "grammet" "gram" "grammen" ; - gramkalori_nn_1 = mkN "gramkalori" "gramkalorier" ; - grammatik_nn_1 = mkN "grammatik" "grammatiker" ; - grammatikalisk_av_1 = mkA "grammatikalisk" ; - grammatikbok_nn_1 = mkN "grammatikbok" "grammatikbцcker" ; - grammatiker_nn_1 = mkN "grammatiker" "grammatikern" "grammatiker" "grammatikerna" ; - grammatikregel_nn_1 = mkN "grammatikregel" "grammatikregeln" "grammatikregler" "grammatikreglerna" ; - grammatisk_av_1 = mkA "grammatisk" ; - grammofon_nn_1 = mkN "grammofon" "grammofoner" ; - grammofonarkiv_nn_1 = mkN "grammofonarkiv" neutrum ; - grammofonstift_nn_1 = mkN "grammofonstift" neutrum ; - grammolekyl_nn_1 = mkN "grammolekyl" "grammolekyler" ; - gramse_av_1 = mkA "gramse" ; - gran_nn_1 = mkN "gran" ; - gran_nn_2 = mkN "gran" neutrum ; - granat_nn_1 = mkN "granat" "granater" ; - granatgevaer_nn_1 = mkN "granatgevдr" neutrum ; - granatkartesch_nn_1 = mkN "granatkartesch" "granatkartescher" ; - granbarrlus_nn_1 = mkN "granbarrlus" "granbarrlusen" "granbarrlцss" "granbarrlцssen" ; - grand_nn_2 = mkN "grand" "grander" ; - grandios_av_1 = mkA "grandios" ; - grandseigneur_nn_1 = mkN "grandseigneur" "grandseigneurer" ; - granit_nn_1 = mkN "granit" "graniter" ; - grann_av_1 = mkA "grann" "grant" ; - granne_nn_1 = mkN "granne" utrum ; - granneligen_ab_1 = mkAdv "granneligen" ; - grannlaat_nn_1 = mkN "grannlеt" "grannlеter" ; - grannlaga_av_1 = mkA "grannlaga" ; - grannland_nn_1 = mkN "grannland" "grannlandet" "grannlдnder" "grannlдnderna" ; - grannskap_nn_1 = mkN "grannskap" "grannskapet" "grannskapen" "grannskapena" ; - grannstat_nn_1 = mkN "grannstat" "grannstater" ; - grannsynt_av_1 = mkA "grannsynt" "grannsynt" ; - granntyckt_av_1 = mkA "granntyckt" "granntyckt" ; - gransaangare_nn_1 = mkN "gransеngare" "gransеngare" ; - granskare_nn_1 = mkN "granskare" "granskare" ; - granskning_nn_1 = mkN "granskning" ; - granskningsexemplar_nn_1 = mkN "granskningsexemplar" neutrum ; - granskningsman_nn_1 = mkN "granskningsman" "granskningsmannen" "granskningsmдn" "granskningsmдnnen" ; - granskog_nn_1 = mkN "granskog" ; - gransort_nn_1 = mkN "gransort" "gransorter" ; - granulat_nn_1 = mkN "granulat" neutrum ; - granulation_nn_1 = mkN "granulation" "granulationer" ; - granulationsvaevnad_nn_1 = mkN "granulationsvдvnad" "granulationsvдvnader" ; - granulering_nn_1 = mkN "granulering" ; - granulum_nn_1 = mkN "granulum" "granulum" "granula" "granulana" ; - grapefrukt_nn_1 = mkN "grapefrukt" "grapefrukter" ; - grataeng_nn_1 = mkN "gratдng" "gratдnger" ; - gratial_nn_1 = mkN "gratial" "gratialer" ; - gratialist_nn_1 = mkN "gratialist" "gratialister" ; - gratie_nn_1 = mkN "gratie" "gratier" ; - gratifikation_nn_1 = mkN "gratifikation" "gratifikationer" ; - gratin_nn_1 = mkN "gratin" "gratiner" ; - gratis_ab_1 = mkAdv "gratis" ; - gratis_av_1 = mkA "gratis" ; - gratisaktie_nn_1 = mkN "gratisaktie" "gratisaktier" ; - gratispassagerare_nn_1 = mkN "gratispassagerare" "gratispassagerare" ; - gratulant_nn_1 = mkN "gratulant" "gratulanter" ; - gratulation_nn_1 = mkN "gratulation" "gratulationer" ; - grav_av_1 = mkA "grav" ; - grav_nn_1 = mkN "grav" ; - gravallvarlig_av_1 = mkA "gravallvarlig" ; - gravand_nn_1 = mkN "gravand" "gravдnder" ; - gravation_nn_1 = mkN "gravation" "gravationer" ; - gravbrev_nn_1 = mkN "gravbrev" neutrum ; - gravbyggnad_nn_1 = mkN "gravbyggnad" "gravbyggnader" ; - grave_ab_1 = mkAdv "grave" ; - gravenstein_nn_1 = mkN "gravenstein" "gravensteiner" ; - graverande_av_1 = mkA "graverande" ; - gravering_nn_1 = mkN "gravering" ; - gravfaelt_nn_1 = mkN "gravfдlt" neutrum ; - gravfynd_nn_1 = mkN "gravfynd" neutrum ; - gravgaas_nn_1 = mkN "gravgеs" "gravgеsen" "gravgдss" "gravgдssen" ; - gravhoeg_nn_1 = mkN "gravhцg" ; - graviditet_nn_1 = mkN "graviditet" "graviditeter" ; - graviditetstest_nn_1 = mkN "graviditetstest" neutrum ; - graviditetsvecka_nn_1 = mkN "graviditetsvecka" ; - gravimeter_nn_1 = mkN "gravimeter" ; - gravitationskonstant_nn_1 = mkN "gravitationskonstant" "gravitationskonstanter" ; - gravitationskraft_nn_1 = mkN "gravitationskraft" "gravitationskrafter" ; - gravitationslag_nn_1 = mkN "gravitationslag" ; - gravitationsstraalning_nn_1 = mkN "gravitationsstrеlning" ; - gravitet_nn_1 = mkN "gravitet" "graviteter" ; - gravitetisk_av_1 = mkA "gravitetisk" ; - graviton_nn_1 = mkN "graviton" "gravitoner" ; - gravkapell_nn_1 = mkN "gravkapell" neutrum ; - gravkor_nn_1 = mkN "gravkor" neutrum ; - gravkummel_nn_1 = mkN "gravkummel" "gravkummlet" "gravkummel" "gravkummlen" ; - gravkyrka_nn_1 = mkN "gravkyrka" ; - gravlax_nn_1 = mkN "gravlax" ; - gravlik_av_1 = mkA "gravlik" ; - gravmaterial_nn_1 = mkN "gravmaterial" neutrum ; - gravoel_nn_1 = mkN "gravцl" neutrum ; - gravoeppning_nn_1 = mkN "gravцppning" ; - gravoer_nn_1 = mkN "gravцr" "gravцrer" ; - gravplats_nn_1 = mkN "gravplats" "gravplatser" ; - gravsaettning_nn_1 = mkN "gravsдttning" ; - gravsed_nn_1 = mkN "gravsed" "gravseder" ; - gravskaendning_nn_1 = mkN "gravskдndning" ; - gravskick_nn_1 = mkN "gravskick" neutrum ; - gravsten_nn_1 = mkN "gravsten" "gravstenen" "gravstenar" "gravstenarna" ; - gravstickel_nn_1 = mkN "gravstickel" ; - gravsvepning_nn_1 = mkN "gravsvepning" ; - gravvaard_nn_1 = mkN "gravvеrd" ; - gravvalv_nn_1 = mkN "gravvalv" neutrum ; - gravyr_nn_1 = mkN "gravyr" "gravyrer" ; - gray_nn_1 = mkN "gray" "grayen" "gray" "grayen" ; - grecism_nn_1 = mkN "grecism" "grecismer" ; - gredelin_av_1 = mkA "gredelin" ; - green_nn_1 = mkN "green" "greener" ; - gregoriansk_av_1 = mkA "gregoriansk" ; - grej_nn_1 = mkN "grej" "grejer" ; - grek_nn_1 = mkN "grek" "greker" ; - grekcypriot_nn_1 = mkN "grekcypriot" "grekcyprioter" ; - grekinna_nn_1 = mkN "grekinna" ; - grekisk_av_1 = mkA "grekisk" ; - grekisk_katolsk_av_1 = mkA "grekisk-katolsk" ; - grekisk_ortodox_av_1 = mkA "grekisk-ortodox" ; - grekisk_romersk_av_1 = mkA "grekisk-romersk" ; - grekiska_nn_2 = mkN "grekiska" ; - gren_nn_1 = mkN "gren" "grenen" "grenar" "grenarna" ; - grenadier_nn_1 = mkN "grenadier" "grenadiern" "grenadier" "grenadierna" ; - grenadin_nn_1 = mkN "grenadin" "grenadiner" ; - grenadisk_av_1 = mkA "grenadisk" ; - grenadjaer_nn_1 = mkN "grenadjдr" "grenadjдrer" ; - grenhopp_nn_1 = mkN "grenhopp" neutrum ; - grenig_av_1 = mkA "grenig" ; - grenledning_nn_1 = mkN "grenledning" ; - grenljus_nn_1 = mkN "grenljus" neutrum ; - grensle_ab_1 = mkAdv "grensle" ; - grenstaaende_av_1 = mkA "grenstеende" ; - grenuttag_nn_1 = mkN "grenuttag" neutrum ; - grenveck_nn_1 = mkN "grenveck" neutrum ; - grenvinkel_nn_1 = mkN "grenvinkel" ; - grep_nn_1 = mkN "grep" "greper" ; - grepe_nn_1 = mkN "grepe" utrum ; - grepp_nn_1 = mkN "grepp" neutrum ; - greppbraede_nn_1 = mkN "greppbrдde" ; - greppriktig_av_1 = mkA "greppriktig" ; - greve_nn_1 = mkN "greve" utrum ; - grevinna_nn_1 = mkN "grevinna" ; - grevlig_av_1 = mkA "grevlig" ; - grevskap_nn_1 = mkN "grevskap" "grevskapet" "grevskapen" "grevskapena" ; - greyhound_nn_1 = mkN "greyhound" "greyhounden" "greyhounds" "greyhoundsen" ; - griffel_nn_1 = mkN "griffel" ; - griffeltavla_nn_1 = mkN "griffeltavla" ; - grift_nn_1 = mkN "grift" "grifter" ; - griftetal_nn_1 = mkN "griftetal" "griftetalet" "griftetalen" "griftetalena" ; - grill_nn_1 = mkN "grill" ; - grillbar_nn_1 = mkN "grillbar" "grillbarer" ; - grillfaengeri_nn_1 = mkN "grillfдngeri" "grillfдngerit" "grillfдngerier" "grillfдngerierna" ; - grilljanne_nn_1 = mkN "grilljanne" utrum ; - grillspett_nn_1 = mkN "grillspett" neutrum ; - grimas_nn_1 = mkN "grimas" "grimaser" ; - grimskaft_nn_1 = mkN "grimskaft" neutrum ; - grin_nn_1 = mkN "grin" neutrum ; - grind_nn_1 = mkN "grind" ; - grindoeppning_nn_1 = mkN "grindцppning" ; - grindslant_nn_1 = mkN "grindslant" ; - grindstuga_nn_1 = mkN "grindstuga" ; - grindval_nn_1 = mkN "grindval" ; - gringo_nn_1 = mkN "gringo" "gringon" "gringos" "gringosen" ; - grinig_av_1 = mkA "grinig" ; - grinolle_nn_1 = mkN "grinolle" utrum ; - grip_nn_1 = mkN "grip" ; - gripa_vb_1 = mkV "gripa" "grep" "gripit" ; - gripande_av_1 = mkA "gripande" ; - gripbar_av_1 = mkA "gripbar" ; - gripen_av_1 = mkA "gripen" "gripet" ; - gripfot_nn_1 = mkN "gripfot" "gripfцtter" ; - gris_nn_1 = mkN "gris" ; - grisaille_nn_1 = mkN "grisaille" "grisailler" ; - griseri_nn_1 = mkN "griseri" "griserit" "griserier" "griserierna" ; - grisett_nn_1 = mkN "grisett" "grisetter" ; - grisig_av_1 = mkA "grisig" ; - grisinsulin_nn_1 = mkN "grisinsulin" "grisinsuliner" ; - griskulting_nn_1 = mkN "griskulting" ; - grisning_nn_1 = mkN "grisning" ; - grisningsbo_nn_1 = mkN "grisningsbo" "grisningsbot" "grisningsbon" "grisningsboen" ; - grisoega_nn_1 = mkN "grisцga" "grisцgat" "grisцgon" "grisцgonen" ; - grissel_nn_1 = mkN "grissel" ; - grissvans_nn_1 = mkN "grissvans" ; - grisunge_nn_1 = mkN "grisunge" utrum ; - grizzlybjoern_nn_1 = mkN "grizzlybjцrn" ; - grobarhet_nn_1 = mkN "grobarhet" "grobarheter" ; - grobian_nn_1 = mkN "grobian" "grobianer" ; - groblad_nn_1 = mkN "groblad" neutrum ; - grodd_nn_1 = mkN "grodd" ; - groddblad_nn_1 = mkN "groddblad" neutrum ; - groddjur_nn_1 = mkN "groddjur" neutrum ; - groddknopp_nn_1 = mkN "groddknopp" ; - grodfisk_nn_1 = mkN "grodfisk" ; - grodlaar_nn_1 = mkN "grodlеr" neutrum ; - grodman_nn_1 = mkN "grodman" "grodmannen" "grodmдn" "grodmдnnen" ; - groen_av_1 = mkA "grцn" ; - groenalg_nn_1 = mkN "grцnalg" "grцnalger" ; - groenblek_av_1 = mkA "grцnblek" ; - groenblind_av_1 = mkA "grцnblind" ; - groenfink_nn_1 = mkN "grцnfink" ; - groengoeling_nn_1 = mkN "grцngцling" ; - groengul_av_1 = mkA "grцngul" ; - groening_nn_1 = mkN "grцning" ; - groenkoepingsmaessig_av_1 = mkA "grцnkцpingsmдssig" ; - groenlaendare_nn_1 = mkN "grцnlдndare" "grцnlдndare" ; - groenlaendsk_av_1 = mkA "grцnlдndsk" ; - groenlaendska_nn_2 = mkN "grцnlдndska" ; - groenlandsval_nn_1 = mkN "grцnlandsval" ; - groenling_nn_1 = mkN "grцnling" ; - groenmoegelost_nn_1 = mkN "grцnmцgelost" ; - groenmoerk_av_1 = mkA "grцnmцrk" ; - groenmogen_av_1 = mkA "grцnmogen" "grцnmoget" ; - groenmognad_nn_1 = mkN "grцnmognad" "grцnmognader" ; - groenomraade_nn_1 = mkN "grцnomrеde" ; - groenraett_nn_1 = mkN "grцnrдtt" "grцnrдtter" ; - groensak_nn_1 = mkN "grцnsak" "grцnsaker" ; - groensaksblandning_nn_1 = mkN "grцnsaksblandning" ; - groensakstallrik_nn_1 = mkN "grцnsakstallrik" ; - groensallad_nn_1 = mkN "grцnsallad" "grцnsallader" ; - groensiska_nn_1 = mkN "grцnsiska" ; - groenspett_nn_1 = mkN "grцnspett" ; - groepning_nn_1 = mkN "grцpning" ; - groet_nn_1 = mkN "grцt" ; - groetfrukost_nn_1 = mkN "grцtfrukost" ; - groetig_av_1 = mkA "grцtig" ; - groetmyndig_av_1 = mkA "grцtmyndig" ; - groetomslag_nn_1 = mkN "grцtomslag" neutrum ; - groetrim_nn_1 = mkN "grцtrim" "grцtrimmet" "grцtrim" "grцtrimmen" ; - groetrock_nn_1 = mkN "grцtrock" ; - grogg_nn_1 = mkN "grogg" ; - groggy_av_1 = mkA "groggy" ; - grogrund_nn_1 = mkN "grogrund" "grogrunder" ; - grop_nn_1 = mkN "grop" ; - gropig_av_1 = mkA "gropig" ; - groschen_nn_1 = mkN "groschen" "groschenen" "groschen" "groschenen" ; - gross_nn_1 = mkN "gross" neutrum ; - grossess_nn_1 = mkN "grossess" "grossesser" ; - grosshandlare_nn_1 = mkN "grosshandlare" "grosshandlare" ; - grossist_nn_1 = mkN "grossist" "grossister" ; - grossistpris_nn_1 = mkN "grossistpris" neutrum ; - grossoer_nn_1 = mkN "grossцr" "grossцrer" ; - grotesk_av_1 = mkA "grotesk" ; - grotesk_nn_1 = mkN "grotesk" "grotesker" ; - groteskeri_nn_1 = mkN "groteskeri" "groteskerit" "groteskerier" "groteskerierna" ; - grottbjoern_nn_1 = mkN "grottbjцrn" ; - grottforskare_nn_1 = mkN "grottforskare" "grottforskare" ; - grottgaang_nn_1 = mkN "grottgеng" ; - grottingaang_nn_1 = mkN "grottingеng" ; - grottinvaanare_nn_1 = mkN "grottinvеnare" "grottinvеnare" ; - grottmaalning_nn_1 = mkN "grottmеlning" ; - grottmaenniska_nn_1 = mkN "grottmдnniska" ; - groupie_nn_1 = mkN "groupie" "groupien" "groupies" "groupiesen" ; - grov_av_1 = mkA "grov" "grцvre" "grцvst" ; - grovarbetare_nn_1 = mkN "grovarbetare" "grovarbetare" ; - grovhet_nn_1 = mkN "grovhet" "grovheter" ; - grovhuggen_av_1 = mkA "grovhuggen" "grovhugget" ; - grovkoek_nn_1 = mkN "grovkцk" neutrum ; - grovkornig_av_1 = mkA "grovkornig" ; - grovlek_nn_1 = mkN "grovlek" ; - grovsyssla_nn_1 = mkN "grovsyssla" ; - grovtarm_nn_1 = mkN "grovtarm" ; - grubblare_nn_1 = mkN "grubblare" "grubblare" ; - grubbleri_nn_1 = mkN "grubbleri" "grubblerit" "grubblerier" "grubblerierna" ; - gruff_nn_1 = mkN "gruff" neutrum ; - grumlig_av_1 = mkA "grumlig" ; - grumling_nn_1 = mkN "grumling" ; - grumsig_av_1 = mkA "grumsig" ; - grund_av_1 = mkA "grund" ; - grund_nn_1 = mkN "grund" "grunder" ; - grund_nn_2 = mkN "grund" neutrum ; - grundackord_nn_1 = mkN "grundackord" neutrum ; - grundaemne_nn_1 = mkN "grundдmne" ; - grundare_nn_1 = mkN "grundare" "grundare" ; - grundavdrag_nn_1 = mkN "grundavdrag" neutrum ; - grundavgift_nn_1 = mkN "grundavgift" "grundavgifter" ; - grundbelopp_nn_1 = mkN "grundbelopp" neutrum ; - grundbetydelse_nn_1 = mkN "grundbetydelse" "grundbetydelser" ; - grundbok_nn_1 = mkN "grundbok" "grundbцcker" ; - grundbrott_nn_1 = mkN "grundbrott" neutrum ; - grundbult_nn_1 = mkN "grundbult" ; - grunddrag_nn_1 = mkN "grunddrag" neutrum ; - grundenhet_nn_1 = mkN "grundenhet" "grundenheter" ; - grundfaerg_nn_1 = mkN "grundfдrg" "grundfдrger" ; - grundfalsk_av_1 = mkA "grundfalsk" ; - grundfoerbaettring_nn_1 = mkN "grundfцrbдttring" ; - grundform_nn_1 = mkN "grundform" "grundformer" ; - grundhav_nn_1 = mkN "grundhav" neutrum ; - grundkaenning_nn_1 = mkN "grundkдnning" ; - grundkraft_nn_1 = mkN "grundkraft" "grundkrafter" ; - grundkurs_nn_1 = mkN "grundkurs" "grundkurser" ; - grundlaeggande_av_1 = mkA "grundlдggande" ; - grundlaeggare_nn_1 = mkN "grundlдggare" "grundlдggare" ; - grundlaeggning_nn_1 = mkN "grundlдggning" ; - grundlag_nn_1 = mkN "grundlag" ; - grundlag_nn_2 = mkN "grundlag" neutrum ; - grundlig_av_1 = mkA "grundlig" ; - grundligen_ab_1 = mkAdv "grundligen" ; - grundlighet_nn_1 = mkN "grundlighet" "grundligheter" ; - grundlinje_nn_1 = mkN "grundlinje" "grundlinjer" ; - grundloen_nn_1 = mkN "grundlцn" "grundlцner" ; - grundloes_av_1 = mkA "grundlцs" ; - grundmaatt_nn_1 = mkN "grundmеtt" neutrum ; - grundning_nn_1 = mkN "grundning" ; - grundord_nn_1 = mkN "grundord" neutrum ; - grundorsak_nn_1 = mkN "grundorsak" "grundorsaker" ; - grundpelare_nn_1 = mkN "grundpelare" "grundpelare" ; - grundperiod_nn_1 = mkN "grundperiod" "grundperioder" ; - grundplaat_nn_1 = mkN "grundplеt" ; - grundsats_nn_1 = mkN "grundsats" "grundsatser" ; - grundskolelaerare_nn_1 = mkN "grundskolelдrare" "grundskolelдrare" ; - grundskott_nn_1 = mkN "grundskott" neutrum ; - grundspraak_nn_1 = mkN "grundsprеk" neutrum ; - grundstam_nn_1 = mkN "grundstam" "grundstammen" "grundstammar" "grundstammarna" ; - grundsten_nn_1 = mkN "grundsten" "grundstenen" "grundstenar" "grundstenarna" ; - grundstoetning_nn_1 = mkN "grundstцtning" ; - grundtal_nn_1 = mkN "grundtal" "grundtalet" "grundtalen" "grundtalena" ; - grundtanke_nn_1 = mkN "grundtanke" utrum ; - grundteori_nn_1 = mkN "grundteori" "grundteorier" ; - grundton_nn_1 = mkN "grundton" "grundtoner" ; - grundutbildning_nn_1 = mkN "grundutbildning" ; - grundval_nn_1 = mkN "grundval" ; - grundvatten_nn_1 = mkN "grundvatten" "grundvattnet" "grundvatten" "grundvattnen" ; - grupp_nn_1 = mkN "grupp" "grupper" ; - gruppbild_nn_1 = mkN "gruppbild" "gruppbilder" ; - gruppchef_nn_1 = mkN "gruppchef" "gruppchefer" ; - gruppdynamisk_av_1 = mkA "gruppdynamisk" ; - gruppering_nn_1 = mkN "gruppering" ; - gruppfoersaekring_nn_1 = mkN "gruppfцrsдkring" ; - gruppgenitiv_nn_1 = mkN "gruppgenitiv" "gruppgenitiver" ; - grupphus_nn_1 = mkN "grupphus" neutrum ; - gruppkorsband_nn_1 = mkN "gruppkorsband" neutrum ; - gruppsamtal_nn_1 = mkN "gruppsamtal" "gruppsamtalet" "gruppsamtalen" "gruppsamtalena" ; - gruppterapi_nn_1 = mkN "gruppterapi" "gruppterapier" ; - grupptest_nn_1 = mkN "grupptest" neutrum ; - grusgaang_nn_1 = mkN "grusgеng" ; - grusgrop_nn_1 = mkN "grusgrop" ; - grusig_av_1 = mkA "grusig" ; - grusplan_nn_1 = mkN "grusplan" "grusplaner" ; - grustaekt_nn_1 = mkN "grustдkt" "grustдkter" ; - grustag_nn_1 = mkN "grustag" neutrum ; - grusvaeg_nn_1 = mkN "grusvдg" ; - gruvbrytning_nn_1 = mkN "gruvbrytning" ; - gruvdrift_nn_1 = mkN "gruvdrift" "gruvdrifter" ; - gruvfaelt_nn_1 = mkN "gruvfдlt" neutrum ; - gruvfogde_nn_1 = mkN "gruvfogde" utrum ; - gruvgaang_nn_1 = mkN "gruvgеng" ; - gruvhund_nn_1 = mkN "gruvhund" ; - gruvkompass_nn_1 = mkN "gruvkompass" "gruvkompasser" ; - gruvlave_nn_1 = mkN "gruvlave" utrum ; - gruvlig_av_1 = mkA "gruvlig" ; - gruvoeppning_nn_1 = mkN "gruvцppning" ; - gruvsam_av_1 = mkA "gruvsam" "gruvsamt" "gruvsamma" "gruvsamma" "gruvsammare" "gruvsammast" "gruvsammaste" ; - gruvschakt_nn_1 = mkN "gruvschakt" neutrum ; - gruvstigare_nn_1 = mkN "gruvstigare" "gruvstigare" ; - grym_av_1 = mkA "grym" "grymt" "grymma" "grymma" "grymmare" "grymmast" "grymmaste" ; - grymhet_nn_1 = mkN "grymhet" "grymheter" ; - grymthastighet_nn_1 = mkN "grymthastighet" "grymthastigheter" ; - grymtning_nn_1 = mkN "grymtning" ; - grymtoxe_nn_1 = mkN "grymtoxe" utrum ; - gryn_nn_1 = mkN "gryn" neutrum ; - grynig_av_1 = mkA "grynig" ; - gryning_nn_1 = mkN "gryning" ; - grynkorv_nn_1 = mkN "grynkorv" ; - grynpipig_av_1 = mkA "grynpipig" ; - gryt_nn_1 = mkN "gryt" neutrum ; - grythund_nn_1 = mkN "grythund" ; - grytlapp_nn_1 = mkN "grytlapp" ; - grytskaap_nn_1 = mkN "grytskеp" neutrum ; - grytstek_nn_1 = mkN "grytstek" ; - grytvante_nn_1 = mkN "grytvante" utrum ; - guanin_nn_1 = mkN "guanin" "guaninet" "guaniner" "guaninerna" ; - guatemalan_nn_1 = mkN "guatemalan" "guatemalaner" ; - guatemalansk_av_1 = mkA "guatemalansk" ; - guatemaltek_nn_1 = mkN "guatemaltek" "guatemalteker" ; - guatemaltekisk_av_1 = mkA "guatemaltekisk" ; - guayanan_nn_1 = mkN "guayanan" "guayananer" ; - guayansk_av_1 = mkA "guayansk" ; - gubbe_nn_1 = mkN "gubbe" utrum ; - gubbig_av_1 = mkA "gubbig" ; - gubbsjuk_av_1 = mkA "gubbsjuk" ; - gubbstrutt_nn_1 = mkN "gubbstrutt" ; - guckusko_nn_1 = mkN "guckusko" "guckuskor" ; - gud_nn_1 = mkN "gud" ; - gudaktig_av_1 = mkA "gudaktig" ; - gudalaera_nn_1 = mkN "gudalдra" ; - gudasaend_av_1 = mkA "gudasдnd" ; - gudasaga_nn_1 = mkN "gudasaga" ; - gudbarn_nn_1 = mkN "gudbarn" neutrum ; - guddotter_nn_1 = mkN "guddotter" "guddottern" "guddцttrar" "guddцttrarna" ; - gudelig_av_1 = mkA "gudelig" ; - gudfader_nn_1 = mkN "gudfader" "gudfadern" "gudfдder" "gudfдderna" ; - gudfruktig_av_1 = mkA "gudfruktig" ; - gudi_ab_1 = mkAdv "gudi" ; - gudilov_ab_1 = mkAdv "gudilov" ; - guding_nn_1 = mkN "guding" ; - gudinna_nn_1 = mkN "gudinna" ; - gudinog_ab_1 = mkAdv "gudinog" ; - gudlig_av_1 = mkA "gudlig" ; - gudloes_av_1 = mkA "gudlцs" ; - gudmoder_nn_1 = mkN "gudmoder" "gudmodern" "gudmцdrar" "gudmцdrarna" ; - gudom_nn_1 = mkN "gudom" ; - gudomlig_av_1 = mkA "gudomlig" ; - gudsbevis_nn_1 = mkN "gudsbevis" neutrum ; - gudsdom_nn_1 = mkN "gudsdom" ; - gudsfoergaeten_av_1 = mkA "gudsfцrgдten" "gudsfцrgдtet" ; - gudsfoernekare_nn_1 = mkN "gudsfцrnekare" "gudsfцrnekare" ; - gudsfoernekelse_nn_1 = mkN "gudsfцrnekelse" "gudsfцrnekelser" ; - gudskelov_ab_1 = mkAdv "gudskelov" ; - gudslaan_nn_1 = mkN "gudslеn" neutrum ; - gudsman_nn_1 = mkN "gudsman" "gudsmannen" "gudsmдn" "gudsmдnnen" ; - gudsnaadelig_av_1 = mkA "gudsnеdelig" ; - gudson_nn_1 = mkN "gudson" "gudsцner" ; - gudsord_nn_1 = mkN "gudsord" neutrum ; - gudstjaenst_nn_1 = mkN "gudstjдnst" "gudstjдnster" ; - gudstjaenstdag_nn_1 = mkN "gudstjдnstdag" ; - gudstjaenstritual_nn_1 = mkN "gudstjдnstritual" neutrum ; - gudunge_nn_1 = mkN "gudunge" utrum ; - guide_nn_1 = mkN "guide" "guider" ; - guinea_nn_1 = mkN "guinea" "guinean" "guineas" "guineasen" ; - guinean_nn_1 = mkN "guinean" "guineaner" ; - guineansk_av_1 = mkA "guineansk" ; - gul_av_1 = mkA "gul" ; - gulasch_nn_2 = mkN "gulasch" "gulascher" ; - gulaschbaron_nn_1 = mkN "gulaschbaron" "gulaschbaroner" ; - gulblek_av_1 = mkA "gulblek" ; - gulblommig_av_1 = mkA "gulblommig" ; - gulbrun_av_1 = mkA "gulbrun" ; - guld_nn_1 = mkN "guld" neutrum ; - guldaalder_nn_1 = mkN "guldеlder" ; - guldbagge_nn_1 = mkN "guldbagge" utrum ; - guldbarr_nn_1 = mkN "guldbarr" "guldbarrer" ; - guldberlock_nn_1 = mkN "guldberlock" "guldberlocker" ; - guldbroellop_nn_1 = mkN "guldbrцllop" neutrum ; - gulddrageri_nn_1 = mkN "gulddrageri" "gulddragerit" "gulddragerier" "gulddragerierna" ; - gulden_nn_1 = mkN "gulden" "guldenen" "gulden" "guldenen" ; - guldfasan_nn_1 = mkN "guldfasan" "guldfasaner" ; - guldfisk_nn_1 = mkN "guldfisk" ; - guldfoeremaal_nn_1 = mkN "guldfцremеl" neutrum ; - guldfux_nn_1 = mkN "guldfux" ; - guldfynd_nn_1 = mkN "guldfynd" neutrum ; - guldgraevare_nn_1 = mkN "guldgrдvare" "guldgrдvare" ; - guldhalt_nn_1 = mkN "guldhalt" "guldhalter" ; - guldkalv_nn_1 = mkN "guldkalv" ; - guldkant_nn_1 = mkN "guldkant" "guldkanter" ; - guldklimp_nn_1 = mkN "guldklimp" ; - guldkorn_nn_1 = mkN "guldkorn" neutrum ; - guldkrog_nn_1 = mkN "guldkrog" ; - guldlegering_nn_1 = mkN "guldlegering" ; - guldliknande_av_1 = mkA "guldliknande" ; - guldmakare_nn_1 = mkN "guldmakare" "guldmakare" ; - guldmakeri_nn_1 = mkN "guldmakeri" "guldmakerit" "guldmakerier" "guldmakerierna" ; - guldmakrill_nn_1 = mkN "guldmakrill" ; - guldmedalj_nn_1 = mkN "guldmedalj" "guldmedaljer" ; - guldmedaljoer_nn_1 = mkN "guldmedaljцr" "guldmedaljцrer" ; - guldmynt_nn_1 = mkN "guldmynt" neutrum ; - guldplants_nn_1 = mkN "guldplants" ; - guldpressning_nn_1 = mkN "guldpressning" ; - guldprov_nn_1 = mkN "guldprov" neutrum ; - guldreserv_nn_1 = mkN "guldreserv" "guldreserver" ; - guldrush_nn_1 = mkN "guldrush" "guldrusher" ; - guldslagare_nn_1 = mkN "guldslagare" "guldslagare" ; - guldslageri_nn_1 = mkN "guldslageri" "guldslagerit" "guldslagerier" "guldslagerierna" ; - guldsmed_nn_1 = mkN "guldsmed" "guldsmeder" ; - guldsmidd_av_1 = mkA "guldsmidd" ; - guldsmide_nn_1 = mkN "guldsmide" ; - guldsnitt_nn_1 = mkN "guldsnitt" neutrum ; - guldstaempel_nn_1 = mkN "guldstдmpel" ; - guldstekel_nn_1 = mkN "guldstekel" ; - guldtand_nn_1 = mkN "guldtand" "guldtдnder" ; - guldtraad_nn_1 = mkN "guldtrеd" ; - guldvaag_nn_1 = mkN "guldvеg" ; - guldvaskning_nn_1 = mkN "guldvaskning" ; - gulesaeck_nn_1 = mkN "gulesдck" ; - gulfaergning_nn_1 = mkN "gulfдrgning" ; - gulfilter_nn_1 = mkN "gulfilter" neutrum ; - gulgraa_av_1 = mkA "gulgrе" "gulgrеtt" ; - guling_nn_1 = mkN "guling" ; - gulkropp_nn_1 = mkN "gulkropp" ; - gull_nn_1 = mkN "gull" neutrum ; - gullegris_nn_1 = mkN "gullegris" ; - gullgosse_nn_1 = mkN "gullgosse" utrum ; - gullgris_nn_1 = mkN "gullgris" ; - gullig_av_1 = mkA "gullig" ; - gullstol_nn_1 = mkN "gullstol" ; - gulning_nn_1 = mkN "gulning" ; - gulroed_av_1 = mkA "gulrцd" ; - gulsaeck_nn_1 = mkN "gulsдck" ; - gulsiktig_av_1 = mkA "gulsiktig" ; - gulsparv_nn_1 = mkN "gulsparv" ; - gulsporre_nn_1 = mkN "gulsporre" utrum ; - gulvit_av_1 = mkA "gulvit" ; - gummering_nn_1 = mkN "gummering" ; - gummi_nn_1 = mkN "gummi" "gummit" "gummin" "gummina" ; - gummibaat_nn_1 = mkN "gummibеt" ; - gummiband_nn_1 = mkN "gummiband" neutrum ; - gummidaeck_nn_1 = mkN "gummidдck" neutrum ; - gummiharts_nn_1 = mkN "gummiharts" "gummihartset" "gummihartser" "gummihartserna" ; - gummimaterial_nn_1 = mkN "gummimaterial" neutrum ; - gummiparagraf_nn_1 = mkN "gummiparagraf" "gummiparagrafer" ; - gummisnodd_nn_1 = mkN "gummisnodd" ; - gummistoevel_nn_1 = mkN "gummistцvel" ; - gummitraed_nn_1 = mkN "gummitrдd" neutrum ; - gummoes_av_1 = mkA "gummцs" ; - gump_nn_1 = mkN "gump" ; - gumpkoertel_nn_1 = mkN "gumpkцrtel" ; - gumse_nn_1 = mkN "gumse" utrum ; - gungbraede_nn_1 = mkN "gungbrдde" ; - gungfly_nn_1 = mkN "gungfly" "gungflyt" "gungflyn" "gungflyen" ; - gunghaest_nn_1 = mkN "gunghдst" ; - gungig_av_1 = mkA "gungig" ; - gungning_nn_1 = mkN "gungning" ; - gungstol_nn_1 = mkN "gungstol" ; - gunrum_nn_1 = mkN "gunrum" "gunrummet" "gunrum" "gunrummen" ; - gunst_nn_1 = mkN "gunst" "gunster" ; - gunstbenaegen_av_1 = mkA "gunstbenдgen" "gunstbenдget" ; - gunstig_av_1 = mkA "gunstig" ; - gunstling_nn_1 = mkN "gunstling" ; - gupp_nn_1 = mkN "gupp" neutrum ; - guppig_av_1 = mkA "guppig" ; - guppy_nn_1 = mkN "guppy" "guppyn" "guppies" "guppyerna" ; - gurami_nn_1 = mkN "gurami" "guramin" "guramier" "guramierna" ; - gurgel_nn_1 = mkN "gurgel" neutrum ; - gurkha_nn_1 = mkN "gurkha" ; - gurklist_nn_1 = mkN "gurklist" "gurklister" ; - gurkvaext_nn_1 = mkN "gurkvдxt" "gurkvдxter" ; - guru_nn_1 = mkN "guru" "gurun" "guruer" "guruerna" ; - gustavian_nn_1 = mkN "gustavian" "gustavianer" ; - gustaviansk_av_1 = mkA "gustaviansk" ; - gute_nn_1 = mkN "gute" utrum ; - gutnisk_av_1 = mkA "gutnisk" ; - guttural_av_1 = mkA "guttural" ; - guvernant_nn_1 = mkN "guvernant" "guvernanter" ; - guvernement_nn_1 = mkN "guvernement" "guvernementet" "guvernementen" "guvernementena" ; - guvernoer_nn_1 = mkN "guvernцr" "guvernцrer" ; - gyckelbild_nn_1 = mkN "gyckelbild" "gyckelbilder" ; - gyckelspel_nn_1 = mkN "gyckelspel" "gyckelspelet" "gyckelspel" "gyckelspelen" ; - gycklare_nn_1 = mkN "gycklare" "gycklare" ; - gyckleri_nn_1 = mkN "gyckleri" "gycklerit" "gycklerier" "gycklerierna" ; - gydja_nn_1 = mkN "gydja" ; - gylf_nn_1 = mkN "gylf" ; - gyllen_nn_1 = mkN "gyllen" neutrum ; - gyllen_nn_2 = mkN "gyllen" "gyllenen" "gyllen" "gyllenen" ; - gyllen_nn_3 = mkN "gyllen" "gyllen" "gyllen" "gyllena" ; - gyllene_av_1 = mkA "gyllene" ; - gyllental_nn_1 = mkN "gyllental" neutrum ; - gylling_nn_1 = mkN "gylling" ; - gym_nn_1 = mkN "gym" "gymmet" "gym" "gymmen" ; - gymnasial_av_1 = mkA "gymnasial" ; - gymnasieekonom_nn_1 = mkN "gymnasieekonom" "gymnasieekonomer" ; - gymnasieingenjoer_nn_1 = mkN "gymnasieingenjцr" "gymnasieingenjцrer" ; - gymnasieinspektoer_nn_1 = mkN "gymnasieinspektцr" "gymnasieinspektцrer" ; - gymnasielinje_nn_1 = mkN "gymnasielinje" "gymnasielinjer" ; - gymnasist_nn_1 = mkN "gymnasist" "gymnasister" ; - gymnasium_nn_1 = mkN "gymnasium" "gymnasiet" "gymnasier" "gymnasierna" ; - gymnast_nn_1 = mkN "gymnast" "gymnaster" ; - gymnastikdirektoer_nn_1 = mkN "gymnastikdirektцr" "gymnastikdirektцrer" ; - gymnastikdraekt_nn_1 = mkN "gymnastikdrдkt" "gymnastikdrдkter" ; - gymnastikhopp_nn_1 = mkN "gymnastikhopp" neutrum ; - gymnastikredskap_nn_1 = mkN "gymnastikredskap" "gymnastikredskapet" "gymnastikredskapen" "gymnastikredskapena" ; - gymnastiksko_nn_1 = mkN "gymnastiksko" "gymnastikskor" ; - gymnastisk_av_1 = mkA "gymnastisk" ; - gymnisk_av_1 = mkA "gymnisk" ; - gymnosperm_nn_1 = mkN "gymnosperm" "gymnospermer" ; - gynekolog_nn_1 = mkN "gynekolog" "gynekologer" ; - gynekologisk_av_1 = mkA "gynekologisk" ; - gynnare_nn_1 = mkN "gynnare" "gynnare" ; - gynnsam_av_1 = mkA "gynnsam" "gynnsamt" "gynnsamma" "gynnsamma" "gynnsammare" "gynnsammast" "gynnsammaste" ; - gyro_nn_1 = mkN "gyro" "gyrot" "gyron" "gyrona" ; - gyrohorisont_nn_1 = mkN "gyrohorisont" "gyrohorisonter" ; - gyrokompass_nn_1 = mkN "gyrokompass" "gyrokompasser" ; - gyroskop_nn_1 = mkN "gyroskop" neutrum ; - gyroskopkompass_nn_1 = mkN "gyroskopkompass" "gyroskopkompasser" ; - gyrostabilisator_nn_1 = mkN "gyrostabilisator" "gyrostabilisatorer" ; - gyttjebad_nn_1 = mkN "gyttjebad" neutrum ; - gyttjig_av_1 = mkA "gyttjig" ; - gyttrig_av_1 = mkA "gyttrig" ; - gyttring_nn_1 = mkN "gyttring" ; - haabrand_nn_1 = mkN "hеbrand" ; - haagkomst_nn_1 = mkN "hеgkomst" "hеgkomster" ; - haagloes_av_1 = mkA "hеglцs" ; - haakaering_nn_1 = mkN "hеkдring" ; - haal_nn_1 = mkN "hеl" neutrum ; - haalfot_nn_1 = mkN "hеlfot" "hеlfцtter" ; - haalfotsinlaegg_nn_1 = mkN "hеlfotsinlдgg" neutrum ; - haalig_av_1 = mkA "hеlig" ; - haalighet_nn_1 = mkN "hеlighet" "hеligheter" ; - haalkael_nn_1 = mkN "hеlkдl" ; - haalkort_nn_1 = mkN "hеlkort" neutrum ; - haall_nn_1 = mkN "hеll" neutrum ; - haalla_vb_1 = mkV "hеlla" "hцll" "hеllit" ; - haallare_nn_1 = mkN "hеllare" "hеllare" ; - haallbar_av_1 = mkA "hеllbar" ; - haallbarhet_nn_1 = mkN "hеllbarhet" "hеllbarheter" ; - haallbarhetsdag_nn_1 = mkN "hеllbarhetsdag" ; - haalldam_nn_1 = mkN "hеlldam" "hеlldamer" ; - haallen_av_1 = mkA "hеllen" "hеllet" ; - haallfast_av_1 = mkA "hеllfast" "hеllfast" ; - haallfasthet_nn_1 = mkN "hеllfasthet" "hеllfastheter" ; - haallfasthetsberaekning_nn_1 = mkN "hеllfasthetsberдkning" ; - haallfasthetslaera_nn_1 = mkN "hеllfasthetslдra" ; - haallhake_nn_1 = mkN "hеllhake" utrum ; - haalligaang_nn_1 = mkN "hеlligеng" neutrum ; - haallning_nn_1 = mkN "hеllning" ; - haallningsloes_av_1 = mkA "hеllningslцs" ; - haallplats_nn_1 = mkN "hеllplats" "hеllplatser" ; - haallpunkt_nn_1 = mkN "hеllpunkt" "hеllpunkter" ; - haalmoenster_nn_1 = mkN "hеlmцnster" neutrum ; - haaloegd_av_1 = mkA "hеlцgd" "hеlцgt" ; - haalrum_nn_1 = mkN "hеlrum" "hеlrummet" "hеlrum" "hеlrummen" ; - haalslag_nn_1 = mkN "hеlslag" neutrum ; - haalslagning_nn_1 = mkN "hеlslagning" ; - haalslev_nn_1 = mkN "hеlslev" ; - haaltimme_nn_1 = mkN "hеltimme" utrum ; - haalvaeg_nn_1 = mkN "hеlvдg" ; - haalven_nn_1 = mkN "hеlven" "hеlvener" ; - haanfull_av_1 = mkA "hеnfull" ; - haanskratt_nn_1 = mkN "hеnskratt" neutrum ; - haar_nn_1 = mkN "hеr" neutrum ; - haarband_nn_1 = mkN "hеrband" neutrum ; - haarbeklaednad_nn_1 = mkN "hеrbeklдdnad" "hеrbeklдdnader" ; - haarbevuxen_av_1 = mkA "hеrbevuxen" "hеrbevuxet" ; - haarborste_nn_1 = mkN "hеrborste" utrum ; - haarbotten_nn_1 = mkN "hеrbotten" ; - haard_av_1 = mkA "hеrd" "hеrt" ; - haarddata_nn_1 = mkN "hеrddata" "hеrddatan" "hеrddata" "hеrddatana" ; - haardfoer_av_1 = mkA "hеrdfцr" ; - haardfrusen_av_1 = mkA "hеrdfrusen" "hеrdfruset" ; - haardhaent_av_1 = mkA "hеrdhдnt" "hеrdhдnt" ; - haardhet_nn_1 = mkN "hеrdhet" "hеrdheter" ; - haarding_nn_1 = mkN "hеrding" ; - haardkokt_av_1 = mkA "hеrdkokt" "hеrdkokt" ; - haardmetall_nn_1 = mkN "hеrdmetall" "hеrdmetaller" ; - haardra_vb_1 = mkV "hеrdra" "hеrdrar" "hеrdra" "hеrdrog" "hеrdragit" "hеrdragen" ; - haardsmaelt_av_1 = mkA "hеrdsmдlt" "hеrdsmдlt" ; - haardvaluta_nn_1 = mkN "hеrdvaluta" ; - haarfaellning_nn_1 = mkN "hеrfдllning" ; - haarfaerg_nn_1 = mkN "hеrfдrg" "hеrfдrger" ; - haarfin_av_1 = mkA "hеrfin" ; - haarfrisoer_nn_1 = mkN "hеrfrisцr" "hеrfrisцrer" ; - haarfrisoerska_nn_1 = mkN "hеrfrisцrska" ; - haarig_av_1 = mkA "hеrig" ; - haarklyveri_nn_1 = mkN "hеrklyveri" "hеrklyverit" "hеrklyverier" "hеrklyverierna" ; - haarknut_nn_1 = mkN "hеrknut" ; - haarkors_nn_1 = mkN "hеrkors" neutrum ; - haarlaeggning_nn_1 = mkN "hеrlдggning" ; - haarlag_nn_1 = mkN "hеrlag" neutrum ; - haarliknande_av_1 = mkA "hеrliknande" ; - haarlock_nn_1 = mkN "hеrlock" ; - haarloes_av_1 = mkA "hеrlцs" ; - haarnaal_nn_1 = mkN "hеrnеl" ; - haarolja_nn_1 = mkN "hеrolja" ; - haarpensel_nn_1 = mkN "hеrpensel" ; - haarrem_nn_1 = mkN "hеrrem" "hеrremmen" "hеrremmar" "hеrremmarna" ; - haarresande_av_1 = mkA "hеrresande" ; - haarroer_nn_1 = mkN "hеrrцr" neutrum ; - haarroerskaerl_nn_1 = mkN "hеrrцrskдrl" neutrum ; - haarrulle_nn_1 = mkN "hеrrulle" utrum ; - haarsaeck_nn_1 = mkN "hеrsдck" ; - haarsida_nn_1 = mkN "hеrsida" ; - haarspaenne_nn_1 = mkN "hеrspдnne" ; - haarstraa_nn_1 = mkN "hеrstrе" "hеrstrеet" "hеrstrеn" "hеrstrеna" ; - haarsvall_nn_1 = mkN "hеrsvall" neutrum ; - haartest_nn_1 = mkN "hеrtest" ; - haartofs_nn_1 = mkN "hеrtofs" ; - haartork_nn_1 = mkN "hеrtork" ; - haartuss_nn_1 = mkN "hеrtuss" ; - haartvaett_nn_1 = mkN "hеrtvдtt" ; - haaruppsaettning_nn_1 = mkN "hеruppsдttning" ; - haarvatten_nn_1 = mkN "hеrvatten" "hеrvattnet" "hеrvatten" "hеrvattnen" ; - haav_nn_1 = mkN "hеv" ; - habil_av_1 = mkA "habil" ; - habilitet_nn_1 = mkN "habilitet" "habiliteter" ; - habit_nn_1 = mkN "habit" "habiter" ; - habitue_nn_1 = mkN "habituй" "habituйer" ; - habituell_av_1 = mkA "habituell" ; - habitus_nn_1 = mkN "habitus" ; - habsburgsk_av_1 = mkA "habsburgsk" ; - hack_nn_1 = mkN "hack" neutrum ; - hackbraede_nn_1 = mkN "hackbrдde" ; - hacker_nn_1 = mkN "hacker" ; - hackig_av_1 = mkA "hackig" ; - hackkyckling_nn_1 = mkN "hackkyckling" ; - hackspett_nn_1 = mkN "hackspett" ; - haeck_nn_1 = mkN "hдck" ; - haeckfaagel_nn_1 = mkN "hдckfеgel" ; - haecklare_nn_1 = mkN "hдcklare" "hдcklare" ; - haeckloepning_nn_1 = mkN "hдcklцpning" ; - haecklopp_nn_1 = mkN "hдcklopp" neutrum ; - haeckning_nn_1 = mkN "hдckning" ; - haedan_ab_1 = mkAdv "hдdan" ; - haedanefter_ab_1 = mkAdv "hдdanefter" ; - haedanfaerd_nn_1 = mkN "hдdanfдrd" "hдdanfдrder" ; - haedangaangen_av_1 = mkA "hдdangеngen" "hдdangеnget" ; - haedelse_nn_1 = mkN "hдdelse" "hдdelser" ; - haedisk_av_1 = mkA "hдdisk" ; - haeftapparat_nn_1 = mkN "hдftapparat" "hдftapparater" ; - haefte_nn_1 = mkN "hдfte" ; - haeftig_av_1 = mkA "hдftig" ; - haeftklammer_nn_1 = mkN "hдftklammer" "hдftklammern" "hдftklammer" "hдftklammerna" ; - haeftplaaster_nn_1 = mkN "hдftplеster" neutrum ; - haeftstift_nn_1 = mkN "hдftstift" neutrum ; - haeger_nn_1 = mkN "hдger" ; - haegg_nn_1 = mkN "hдgg" ; - haegnad_nn_1 = mkN "hдgnad" "hдgnader" ; - haegring_nn_1 = mkN "hдgring" ; - haekte_nn_1 = mkN "hдkte" ; - haektning_nn_1 = mkN "hдktning" ; - hael_nn_1 = mkN "hдl" ; - haelare_nn_1 = mkN "hдlare" "hдlare" ; - haelben_nn_1 = mkN "hдlben" neutrum ; - haeleri_nn_1 = mkN "hдleri" "hдlerit" "hдlerier" "hдlerierna" ; - haelft_nn_1 = mkN "hдlft" "hдlfter" ; - haelftenbruk_nn_1 = mkN "hдlftenbruk" neutrum ; - haelgaangare_nn_1 = mkN "hдlgеngare" "hдlgеngare" ; - haell_nn_1 = mkN "hдll" ; - haellmark_nn_1 = mkN "hдllmark" "hдllmarker" ; - haellregn_nn_1 = mkN "hдllregn" neutrum ; - haellristning_nn_1 = mkN "hдllristning" ; - haelsing_nn_1 = mkN "hдlsing" ; - haelsning_nn_1 = mkN "hдlsning" ; - haelsningsanfoerande_nn_1 = mkN "hдlsningsanfцrande" ; - haelsobringande_av_1 = mkA "hдlsobringande" ; - haelsobrunn_nn_1 = mkN "hдlsobrunn" ; - haelsocenter_nn_1 = mkN "hдlsocenter" "hдlsocentret" "hдlsocentrer" "hдlsocentrerna" ; - haelsoeffekt_nn_1 = mkN "hдlsoeffekt" "hдlsoeffekter" ; - haelsofarlig_av_1 = mkA "hдlsofarlig" ; - haelsokontroll_nn_1 = mkN "hдlsokontroll" "hдlsokontroller" ; - haelsokort_nn_1 = mkN "hдlsokort" neutrum ; - haelsosam_av_1 = mkA "hдlsosam" "hдlsosamt" "hдlsosamma" "hдlsosamma" "hдlsosammare" "hдlsosammast" "hдlsosammaste" ; - haelsotecken_nn_1 = mkN "hдlsotecken" "hдlsotecknet" "hдlsotecken" "hдlsotecknen" ; - haelsotek_nn_1 = mkN "hдlsotek" neutrum ; - haelsovaadlig_av_1 = mkA "hдlsovеdlig" ; - haelsovaardsnaemnd_nn_1 = mkN "hдlsovеrdsnдmnd" "hдlsovеrdsnдmnder" ; - haemnare_nn_1 = mkN "hдmnare" "hдmnare" ; - haemndaktion_nn_1 = mkN "hдmndaktion" "hдmndaktioner" ; - haemndeande_nn_1 = mkN "hдmndeande" utrum ; - haemndgirig_av_1 = mkA "hдmndgirig" ; - haemndgudinna_nn_1 = mkN "hдmndgudinna" ; - haemndlysten_av_1 = mkA "hдmndlysten" "hдmndlystet" ; - haemndlystnad_nn_1 = mkN "hдmndlystnad" "hдmndlystnader" ; - haemning_nn_1 = mkN "hдmning" ; - haemningsloes_av_1 = mkA "hдmningslцs" ; - haempling_nn_1 = mkN "hдmpling" ; - haemsko_nn_1 = mkN "hдmsko" "hдmskor" ; - haemtning_nn_1 = mkN "hдmtning" ; - haemtpris_nn_1 = mkN "hдmtpris" neutrum ; - haen_ab_1 = mkAdv "hдn" ; - haendelse_nn_1 = mkN "hдndelse" "hдndelser" ; - haendelsefattig_av_1 = mkA "hдndelsefattig" ; - haendelsefoerlopp_nn_1 = mkN "hдndelsefцrlopp" neutrum ; - haendelseloes_av_1 = mkA "hдndelselцs" ; - haendelserik_av_1 = mkA "hдndelserik" ; - haendelsevis_ab_1 = mkAdv "hдndelsevis" ; - haendig_av_1 = mkA "hдndig" ; - haenfoerande_av_1 = mkA "hдnfцrande" ; - haenfoerd_av_1 = mkA "hдnfцrd" "hдnfцrt" ; - haengande_nn_1 = mkN "hдngande" ; - haengare_nn_1 = mkN "hдngare" "hдngare" ; - haengavtal_nn_1 = mkN "hдngavtal" "hдngavtalet" "hдngavtalen" "hдngavtalena" ; - haengbjoerk_nn_1 = mkN "hдngbjцrk" ; - haengbro_nn_1 = mkN "hдngbro" ; - haengbroest_nn_1 = mkN "hдngbrцst" neutrum ; - haengbuk_nn_1 = mkN "hдngbuk" ; - haengdal_nn_1 = mkN "hдngdal" ; - haenge_vb_1 = mkV "hдnge" "hдnger" "hдnge" "hдngav" "hдngett" "hдngiven" ; - haengfaerdig_av_1 = mkA "hдngfдrdig" ; - haengig_av_1 = mkA "hдngig" ; - haengiven_av_1 = mkA "hдngiven" "hдngivet" ; - haenglaas_nn_1 = mkN "hдnglеs" neutrum ; - haengning_nn_1 = mkN "hдngning" ; - haengparti_nn_1 = mkN "hдngparti" "hдngpartit" "hдngpartier" "hдngpartierna" ; - haengsjuk_av_1 = mkA "hдngsjuk" ; - haengsmycke_nn_1 = mkN "hдngsmycke" ; - haenryckt_av_1 = mkA "hдnryckt" "hдnryckt" ; - haenseende_nn_1 = mkN "hдnseende" ; - haensjunken_av_1 = mkA "hдnsjunken" "hдnsjunket" ; - haenskjuta_vb_1 = mkV "hдnskjuta" "hдnskцt" "hдnskjutit" ; - haensoven_av_1 = mkA "hдnsoven" "hдnsovet" ; - haensyftning_nn_1 = mkN "hдnsyftning" ; - haensyn_nn_1 = mkN "hдnsyn" "hдnsynen" "hдnsyn" "hдnsynen" ; - haensynsfull_av_1 = mkA "hдnsynsfull" ; - haensynsloes_av_1 = mkA "hдnsynslцs" ; - haensynstagande_nn_1 = mkN "hдnsynstagande" ; - haentydning_nn_1 = mkN "hдntydning" ; - haenvaendelse_nn_1 = mkN "hдnvдndelse" "hдnvдndelser" ; - haenvisning_nn_1 = mkN "hдnvisning" ; - haepen_av_1 = mkA "hдpen" "hдpet" ; - haepnad_nn_1 = mkN "hдpnad" "hдpnader" ; - haepnadsvaeckande_av_1 = mkA "hдpnadsvдckande" ; - haer_ab_1 = mkAdv "hдr" ; - haer_nn_1 = mkN "hдr" ; - haeraat_ab_1 = mkAdv "hдrеt" ; - haerad_nn_1 = mkN "hдrad" "hдradet" "hдrad" "hдradena" ; - haeradshoevding_nn_1 = mkN "hдradshцvding" ; - haeradsraett_nn_1 = mkN "hдradsrдtt" "hдradsrдtter" ; - haeradsskrivare_nn_1 = mkN "hдradsskrivare" "hдradsskrivare" ; - haerav_ab_1 = mkAdv "hдrav" ; - haerd_nn_1 = mkN "hдrd" ; - haerdig_av_1 = mkA "hдrdig" ; - haerdighet_nn_1 = mkN "hдrdighet" "hдrdigheter" ; - haerdighetskrav_nn_1 = mkN "hдrdighetskrav" neutrum ; - haerdlack_nn_1 = mkN "hдrdlack" "hдrdlacker" ; - haerdning_nn_1 = mkN "hдrdning" ; - haerdplast_nn_1 = mkN "hдrdplast" "hдrdplaster" ; - haerefter_ab_1 = mkAdv "hдrefter" ; - haeremot_ab_1 = mkAdv "hдremot" ; - haerfaagel_nn_1 = mkN "hдrfеgel" ; - haerflyta_vb_1 = mkV "hдrflyta" "hдrflцt" "hдrflutit" ; - haerfoer_ab_1 = mkAdv "hдrfцr" ; - haerfoerare_nn_1 = mkN "hдrfцrare" "hдrfцrare" ; - haerfoerleden_ab_1 = mkAdv "hдrfцrleden" ; - haeri_ab_1 = mkAdv "hдri" ; - haerifraan_ab_1 = mkAdv "hдrifrеn" ; - haerigenom_ab_1 = mkAdv "hдrigenom" ; - haerjaemte_ab_1 = mkAdv "hдrjдmte" ; - haerjedaling_nn_1 = mkN "hдrjedaling" ; - haerjedalsk_av_1 = mkA "hдrjedalsk" ; - haerjning_nn_1 = mkN "hдrjning" ; - haerk_nn_1 = mkN "hдrk" ; - haerledning_nn_1 = mkN "hдrledning" ; - haerlig_av_1 = mkA "hдrlig" ; - haerlighet_nn_1 = mkN "hдrlighet" "hдrligheter" ; - haermask_nn_1 = mkN "hдrmask" ; - haermed_ab_1 = mkAdv "hдrmed" ; - haermfaagel_nn_1 = mkN "hдrmfеgel" ; - haernad_nn_1 = mkN "hдrnad" "hдrnader" ; - haernaest_ab_1 = mkAdv "hдrnдst" ; - haerold_nn_1 = mkN "hдrold" "hдrolder" ; - haerom_ab_1 = mkAdv "hдrom" ; - haeromaaret_ab_1 = mkAdv "hдromеret" ; - haeromdagen_ab_1 = mkAdv "hдromdagen" ; - haeromsistens_ab_1 = mkAdv "hдromsistens" ; - haerordning_nn_1 = mkN "hдrordning" ; - haerpaa_ab_1 = mkAdv "hдrpе" ; - haerskare_nn_1 = mkN "hдrskare" "hдrskare" ; - haerskarinna_nn_1 = mkN "hдrskarinna" ; - haerskarklass_nn_1 = mkN "hдrskarklass" "hдrskarklasser" ; - haersken_av_1 = mkA "hдrsken" "hдrsket" ; - haersklysten_av_1 = mkA "hдrsklysten" "hдrsklystet" ; - haerskri_nn_1 = mkN "hдrskri" "hдrskrit" "hдrskrin" "hдrskrien" ; - haerstaedes_ab_1 = mkAdv "hдrstдdes" ; - haerstamning_nn_1 = mkN "hдrstamning" ; - haertagen_av_1 = mkA "hдrtagen" "hдrtaget" ; - haertill_ab_1 = mkAdv "hдrtill" ; - haeruppe_ab_1 = mkAdv "hдruppe" ; - haerutinnan_ab_1 = mkAdv "hдrutinnan" ; - haerutoever_ab_1 = mkAdv "hдrutцver" ; - haervel_nn_1 = mkN "hдrvel" ; - haervid_ab_1 = mkAdv "hдrvid" ; - haervidlag_ab_1 = mkAdv "hдrvidlag" ; - haessja_nn_1 = mkN "hдssja" ; - haest_nn_1 = mkN "hдst" ; - haestben_nn_1 = mkN "hдstben" neutrum ; - haestdjur_nn_1 = mkN "hдstdjur" neutrum ; - haestdragen_av_1 = mkA "hдstdragen" "hдstdraget" ; - haestdressyr_nn_1 = mkN "hдstdressyr" "hдstdressyrer" ; - haesthov_nn_1 = mkN "hдsthov" ; - haesthovsoert_nn_1 = mkN "hдsthovsцrt" "hдsthovsцrter" ; - haesthuvud_nn_1 = mkN "hдsthuvud" "hдsthuvudet" "hдsthuvuden" "hдsthuvudena" ; - haestkapploepning_nn_1 = mkN "hдstkapplцpning" ; - haestkastanj_nn_1 = mkN "hдstkastanj" "hдstkastanjer" ; - haestkraft_nn_1 = mkN "hдstkraft" "hдstkrafter" ; - haestkrake_nn_1 = mkN "hдstkrake" utrum ; - haestkur_nn_1 = mkN "hдstkur" "hдstkurer" ; - haestlaengd_nn_1 = mkN "hдstlдngd" "hдstlдngder" ; - haestlass_nn_1 = mkN "hдstlass" neutrum ; - haestliknande_av_1 = mkA "hдstliknande" ; - haestrygg_nn_1 = mkN "hдstrygg" ; - haestskjuts_nn_1 = mkN "hдstskjuts" ; - haestsko_nn_1 = mkN "hдstsko" "hдstskor" ; - haestskobaage_nn_1 = mkN "hдstskobеge" utrum ; - haestskojare_nn_1 = mkN "hдstskojare" "hдstskojare" ; - haestskomagnet_nn_1 = mkN "hдstskomagnet" "hдstskomagneter" ; - haestskosoem_nn_1 = mkN "hдstskosцm" "hдstskosцmmet" "hдstskosцm" "hдstskosцmmen" ; - haestspann_nn_1 = mkN "hдstspann" neutrum ; - haeststyng_nn_1 = mkN "hдststyng" neutrum ; - haestsvans_nn_1 = mkN "hдstsvans" ; - haestvagn_nn_1 = mkN "hдstvagn" ; - haetsk_av_1 = mkA "hдtsk" ; - haetskhet_nn_1 = mkN "hдtskhet" "hдtskheter" ; - haevarm_nn_1 = mkN "hдvarm" ; - haevd_nn_1 = mkN "hдvd" "hдvder" ; - haevdatecknare_nn_1 = mkN "hдvdatecknare" "hдvdatecknare" ; - haevdvunnen_av_1 = mkA "hдvdvunnen" "hдvdvunnet" "hдvdvunna" "hдvdvunna" "hдvdvunnare" "hдvdvunnast" "hдvdvunnaste" ; - haevel_nn_1 = mkN "hдvel" ; - haevert_nn_1 = mkN "hдvert" ; - haevstaang_nn_1 = mkN "hдvstеng" "hдvstдnger" ; - haevstaangsarm_nn_1 = mkN "hдvstеngsarm" ; - haexdans_nn_1 = mkN "hдxdans" "hдxdanser" ; - haexeri_nn_1 = mkN "hдxeri" "hдxerit" "hдxerier" "hдxerierna" ; - haexjakt_nn_1 = mkN "hдxjakt" "hдxjakter" ; - haexkittel_nn_1 = mkN "hдxkittel" ; - haexmaestare_nn_1 = mkN "hдxmдstare" "hдxmдstare" ; - haexprocess_nn_1 = mkN "hдxprocess" "hдxprocesser" ; - haexsabbat_nn_1 = mkN "hдxsabbat" "hдxsabbater" ; - hafsig_av_1 = mkA "hafsig" ; - hafsverk_nn_1 = mkN "hafsverk" neutrum ; - hagalen_av_1 = mkA "hagalen" "hagalet" ; - hage_nn_1 = mkN "hage" utrum ; - hagel_nn_1 = mkN "hagel" neutrum ; - hagelgevaer_nn_1 = mkN "hagelgevдr" neutrum ; - hagelkorn_nn_1 = mkN "hagelkorn" neutrum ; - hagmark_nn_1 = mkN "hagmark" "hagmarker" ; - hagtorn_nn_1 = mkN "hagtorn" ; - haiku_nn_1 = mkN "haiku" "haikun" "haikuer" "haikuerna" ; - haitier_nn_1 = mkN "haitier" "haitiern" "haitier" "haitierna" ; - haitisk_av_1 = mkA "haitisk" ; - haj_av_1 = mkA "haj" ; - haj_nn_1 = mkN "haj" ; - hajk_nn_1 = mkN "hajk" ; - hak_nn_1 = mkN "hak" neutrum ; - hake_nn_1 = mkN "hake" utrum ; - hakkors_nn_1 = mkN "hakkors" neutrum ; - haklapp_nn_1 = mkN "haklapp" ; - hakning_nn_1 = mkN "hakning" ; - hakparentes_nn_1 = mkN "hakparentes" "hakparenteser" ; - hal_av_1 = mkA "hal" ; - halgatt_nn_1 = mkN "halgatt" neutrum ; - halkfri_av_1 = mkA "halkfri" "halkfritt" ; - halkig_av_1 = mkA "halkig" ; - halkskydd_nn_1 = mkN "halkskydd" neutrum ; - hall_nn_1 = mkN "hall" ; - hallaaman_nn_1 = mkN "hallеman" "hallеmannen" "hallеmдn" "hallеmдnnen" ; - hallaendsk_av_1 = mkA "hallдndsk" ; - hallaendska_nn_2 = mkN "hallдndska" ; - hallaenning_nn_1 = mkN "hallдnning" ; - hallelujamoete_nn_1 = mkN "hallelujamцte" ; - hallick_nn_1 = mkN "hallick" ; - halling_nn_1 = mkN "halling" ; - hallkyrka_nn_1 = mkN "hallkyrka" ; - hallon_nn_1 = mkN "hallon" neutrum ; - hallonbuske_nn_1 = mkN "hallonbuske" utrum ; - hallonmask_nn_1 = mkN "hallonmask" ; - hallonsaft_nn_1 = mkN "hallonsaft" "hallonsafter" ; - hallstaempel_nn_1 = mkN "hallstдmpel" ; - hallucination_nn_1 = mkN "hallucination" "hallucinationer" ; - hallucinatorisk_av_1 = mkA "hallucinatorisk" ; - hallucinogen_av_1 = mkA "hallucinogen" ; - hallucinogen_nn_1 = mkN "hallucinogen" "hallucinogener" ; - halmhatt_nn_1 = mkN "halmhatt" ; - halmskakare_nn_1 = mkN "halmskakare" "halmskakare" ; - halmstack_nn_1 = mkN "halmstack" ; - halmstraa_nn_1 = mkN "halmstrе" "halmstrеet" "halmstrеn" "halmstrеna" ; - halo_nn_1 = mkN "halo" "halor" ; - haloeffekt_nn_1 = mkN "haloeffekt" "haloeffekter" ; - halofenomen_nn_1 = mkN "halofenomen" neutrum ; - halogen_nn_1 = mkN "halogen" "halogener" ; - hals_nn_1 = mkN "hals" ; - halsband_nn_1 = mkN "halsband" neutrum ; - halsbloss_nn_1 = mkN "halsbloss" neutrum ; - halsboeld_nn_1 = mkN "halsbцld" "halsbцlder" ; - halsbrytande_av_1 = mkA "halsbrytande" ; - halsduk_nn_1 = mkN "halsduk" ; - halsfluss_nn_1 = mkN "halsfluss" "halsflusser" ; - halsgrop_nn_1 = mkN "halsgrop" ; - halshugga_vb_1 = mkV "halshugga" "halshцgg" "halshuggit" ; - halskatarr_nn_1 = mkN "halskatarr" "halskatarrer" ; - halskraas_nn_1 = mkN "halskrеs" neutrum ; - halsmandel_nn_1 = mkN "halsmandel" ; - halsring_nn_1 = mkN "halsring" ; - halsstarrig_av_1 = mkA "halsstarrig" ; - halstablett_nn_1 = mkN "halstablett" "halstabletter" ; - halster_nn_1 = mkN "halster" neutrum ; - halt_av_1 = mkA "halt" "halt" ; - halt_nn_1 = mkN "halt" "halter" ; - halv_av_1 = mkA "halv" ; - halvaar_nn_1 = mkN "halvеr" neutrum ; - halvaedelsten_nn_1 = mkN "halvдdelsten" "halvдdelstenen" "halvдdelstenar" "halvдdelstenarna" ; - halvankare_nn_1 = mkN "halvankare" "halvankare" ; - halvautomatisk_av_1 = mkA "halvautomatisk" ; - halvback_nn_1 = mkN "halvback" ; - halvbild_nn_1 = mkN "halvbild" "halvbilder" ; - halvblod_nn_1 = mkN "halvblod" neutrum ; - halvbroder_nn_1 = mkN "halvbroder" "halvbrodern" "halvbrцder" "halvbrцderna" ; - halvbuske_nn_1 = mkN "halvbuske" utrum ; - halvbutelj_nn_1 = mkN "halvbutelj" "halvbuteljer" ; - halvcirkel_nn_1 = mkN "halvcirkel" ; - halvdaeck_nn_1 = mkN "halvdдck" neutrum ; - halvdaeckare_nn_1 = mkN "halvdдckare" "halvdдckare" ; - halvdaglig_av_1 = mkA "halvdaglig" ; - halvdan_av_1 = mkA "halvdan" ; - halvdoed_av_1 = mkA "halvdцd" ; - halvdunkel_av_1 = mkA "halvdunkel" "halvdunkelt" "halvdunkla" "halvdunkla" "halvdunklare" "halvdunklast" "halvdunklaste" ; - halvdussin_nn_1 = mkN "halvdussin" neutrum ; - halvenskild_av_1 = mkA "halvenskild" "halvenskilt" ; - halvfabrikat_nn_1 = mkN "halvfabrikat" neutrum ; - halvfaerdig_av_1 = mkA "halvfдrdig" ; - halvfet_av_1 = mkA "halvfet" ; - halvfigur_nn_1 = mkN "halvfigur" "halvfigurer" ; - halvflytande_av_1 = mkA "halvflytande" ; - halvfransk_av_1 = mkA "halvfransk" ; - halvfylld_av_1 = mkA "halvfylld" "halvfyllt" ; - halvgaangen_av_1 = mkA "halvgеngen" "halvgеnget" ; - halvgenomskinlig_av_1 = mkA "halvgenomskinlig" ; - halvgraes_nn_1 = mkN "halvgrдs" neutrum ; - halvgud_nn_1 = mkN "halvgud" ; - halvhet_nn_1 = mkN "halvhet" "halvheter" ; - halvklar_av_1 = mkA "halvklar" ; - halvklass_nn_1 = mkN "halvklass" "halvklasser" ; - halvklot_nn_1 = mkN "halvklot" neutrum ; - halvknop_nn_1 = mkN "halvknop" ; - halvkolonn_nn_1 = mkN "halvkolonn" "halvkolonner" ; - halvkonserv_nn_1 = mkN "halvkonserv" "halvkonserver" ; - halvkvaeden_av_1 = mkA "halvkvдden" "halvkvдdet" ; - halvkvaevd_av_1 = mkA "halvkvдvd" "halvkvдvt" ; - halvledardiod_nn_1 = mkN "halvledardiod" "halvledardioder" ; - halvledare_nn_1 = mkN "halvledare" "halvledare" ; - halvlek_nn_1 = mkN "halvlek" ; - halvliter_nn_1 = mkN "halvliter" "halvlitern" "halvliter" "halvliterna" ; - halvljus_nn_1 = mkN "halvljus" neutrum ; - halvmaane_nn_1 = mkN "halvmеne" utrum ; - halvmesyr_nn_1 = mkN "halvmesyr" "halvmesyrer" ; - halvmetall_nn_1 = mkN "halvmetall" "halvmetaller" ; - halvmetallisk_av_1 = mkA "halvmetallisk" ; - halvmeter_nn_1 = mkN "halvmeter" ; - halvmeterbred_av_1 = mkA "halvmeterbred" ; - halvmil_nn_1 = mkN "halvmil" "halvmilen" "halvmil" "halvmilen" ; - halvmodern_av_1 = mkA "halvmodern" ; - halvnaken_av_1 = mkA "halvnaken" "halvnaket" ; - halvnot_nn_1 = mkN "halvnot" "halvnoter" ; - halvoe_nn_1 = mkN "halvц" ; - halvoeppen_av_1 = mkA "halvцppen" "halvцppet" ; - halvofficiell_av_1 = mkA "halvofficiell" ; - halvpart_nn_1 = mkN "halvpart" "halvparter" ; - halvprofil_nn_1 = mkN "halvprofil" "halvprofiler" ; - halvrim_nn_1 = mkN "halvrim" "halvrimmet" "halvrim" "halvrimmen" ; - halvsanning_nn_1 = mkN "halvsanning" ; - halvsekel_nn_1 = mkN "halvsekel" neutrum ; - halvslag_nn_1 = mkN "halvslag" neutrum ; - halvsluten_av_1 = mkA "halvsluten" "halvslutet" ; - halvsmaelt_av_1 = mkA "halvsmдlt" "halvsmдlt" ; - halvspraakig_av_1 = mkA "halvsprеkig" ; - halvstatlig_av_1 = mkA "halvstatlig" ; - halvstop_nn_1 = mkN "halvstop" neutrum ; - halvsur_av_1 = mkA "halvsur" ; - halvsyskon_nn_1 = mkN "halvsyskon" neutrum ; - halvsyster_nn_1 = mkN "halvsyster" ; - halvtid_nn_1 = mkN "halvtid" "halvtider" ; - halvtimme_nn_1 = mkN "halvtimme" utrum ; - halvton_nn_1 = mkN "halvton" "halvtoner" ; - halvtorr_av_1 = mkA "halvtorr" ; - halvtum_nn_1 = mkN "halvtum" "halvtummen" "halvtum" "halvtummen" ; - halvvaegs_ab_1 = mkAdv "halvvдgs" ; - halvvaerld_nn_1 = mkN "halvvдrld" ; - halvvokal_nn_1 = mkN "halvvokal" "halvvokaler" ; - halvvuxen_av_1 = mkA "halvvuxen" "halvvuxet" ; - hambo_nn_1 = mkN "hambo" "hambor" ; - hamburgare_nn_1 = mkN "hamburgare" "hamburgare" ; - hamburgerbar_nn_1 = mkN "hamburgerbar" "hamburgerbarer" ; - hamit_nn_1 = mkN "hamit" "hamiter" ; - hamitisk_av_1 = mkA "hamitisk" ; - hammarband_nn_1 = mkN "hammarband" neutrum ; - hammare_nn_1 = mkN "hammare" "hammaren" "hamrar" "hamrarna" ; - hammarhaj_nn_1 = mkN "hammarhaj" ; - hammarslag_nn_1 = mkN "hammarslag" neutrum ; - hammel_nn_1 = mkN "hammel" "hammeln" "hammlar" "hammlarna" ; - hammelsadel_nn_1 = mkN "hammelsadel" ; - hammerless_nn_1 = mkN "hammerless" "hammerlessen" "hammerless" "hammerlessen" ; - hammock_nn_1 = mkN "hammock" ; - hammondorgel_nn_1 = mkN "hammondorgel" ; - hamn_nn_1 = mkN "hamn" ; - hamnarbetare_nn_1 = mkN "hamnarbetare" "hamnarbetare" ; - hamnbassaeng_nn_1 = mkN "hamnbassдng" "hamnbassдnger" ; - hamndirektion_nn_1 = mkN "hamndirektion" "hamndirektioner" ; - hamnfoerhaallande_nn_1 = mkN "hamnfцrhеllande" ; - hamnkapten_nn_1 = mkN "hamnkapten" "hamnkaptener" ; - hamnkontor_nn_1 = mkN "hamnkontor" neutrum ; - hamnkvarter_nn_1 = mkN "hamnkvarter" "hamnkvarteret" "hamnkvarter" "hamnkvarteren" ; - hamnstad_nn_1 = mkN "hamnstad" "hamnstдder" ; - hamnstyrelse_nn_1 = mkN "hamnstyrelse" "hamnstyrelser" ; - hampfroe_nn_1 = mkN "hampfrц" "hampfrцt" "hampfrцn" "hampfrцen" ; - hamster_nn_1 = mkN "hamster" ; - hanbjaelke_nn_1 = mkN "hanbjдlke" utrum ; - hand_nn_1 = mkN "hand" "hдnder" ; - handalfabet_nn_1 = mkN "handalfabet" neutrum ; - handbagage_nn_1 = mkN "handbagage" "handbagaget" "handbagage" "handbagagen" ; - handbok_nn_1 = mkN "handbok" "handbцcker" ; - handboll_nn_1 = mkN "handboll" ; - handbrev_nn_1 = mkN "handbrev" neutrum ; - handbroms_nn_1 = mkN "handbroms" ; - handduk_nn_1 = mkN "handduk" ; - handeldvapen_nn_1 = mkN "handeldvapen" "handeldvapnet" "handeldvapen" "handeldvapnen" ; - handelsavtal_nn_1 = mkN "handelsavtal" "handelsavtalet" "handelsavtalen" "handelsavtalena" ; - handelsbank_nn_1 = mkN "handelsbank" "handelsbanker" ; - handelsbod_nn_1 = mkN "handelsbod" ; - handelsbolag_nn_1 = mkN "handelsbolag" neutrum ; - handelsdepartement_nn_1 = mkN "handelsdepartement" "handelsdepartementet" "handelsdepartementen" "handelsdepartementena" ; - handelsfartyg_nn_1 = mkN "handelsfartyg" neutrum ; - handelsfoeretag_nn_1 = mkN "handelsfцretag" neutrum ; - handelshus_nn_1 = mkN "handelshus" neutrum ; - handelskammare_nn_1 = mkN "handelskammare" "handelskammaren" "handelskamrar" "handelskamrarna" ; - handelskoep_nn_1 = mkN "handelskцp" neutrum ; - handelskompani_nn_1 = mkN "handelskompani" "handelskompanit" "handelskompanier" "handelskompanierna" ; - handelsled_nn_1 = mkN "handelsled" "handelsleder" ; - handelsman_nn_1 = mkN "handelsman" "handelsmannen" "handelsmдn" "handelsmдnnen" ; - handelsminister_nn_1 = mkN "handelsminister" ; - handelspolitisk_av_1 = mkA "handelspolitisk" ; - handelsregister_nn_1 = mkN "handelsregister" neutrum ; - handelsresande_nn_1 = mkN "handelsresande" "handelsresanden" "handelsresande" "handelsresandena" ; - handelstraedgaard_nn_1 = mkN "handelstrдdgеrd" ; - handelsutbyte_nn_1 = mkN "handelsutbyte" ; - handfallen_av_1 = mkA "handfallen" "handfallet" ; - handfallenhet_nn_1 = mkN "handfallenhet" "handfallenheter" ; - handfast_av_1 = mkA "handfast" "handfast" ; - handfat_nn_1 = mkN "handfat" neutrum ; - handflikig_av_1 = mkA "handflikig" ; - handfull_nn_1 = mkN "handfull" ; - handgaangen_av_1 = mkA "handgеngen" "handgеnget" ; - handgemaeng_nn_1 = mkN "handgemдng" neutrum ; - handgjord_av_1 = mkA "handgjord" "handgjort" ; - handgranat_nn_1 = mkN "handgranat" "handgranater" ; - handgrepp_nn_1 = mkN "handgrepp" neutrum ; - handgriplig_av_1 = mkA "handgriplig" ; - handgripligen_ab_1 = mkAdv "handgripligen" ; - handgriplighet_nn_1 = mkN "handgriplighet" "handgripligheter" ; - handikapp_nn_1 = mkN "handikapp" neutrum ; - handikappvaard_nn_1 = mkN "handikappvеrd" ; - handjagare_nn_1 = mkN "handjagare" "handjagare" ; - handjur_nn_1 = mkN "handjur" neutrum ; - handkassa_nn_1 = mkN "handkassa" ; - handklappning_nn_1 = mkN "handklappning" ; - handklaver_nn_1 = mkN "handklaver" "handklaveret" "handklaver" "handklaveren" ; - handklove_nn_1 = mkN "handklove" utrum ; - handkyss_nn_1 = mkN "handkyss" ; - handlaan_nn_1 = mkN "handlеn" neutrum ; - handlaeggning_nn_1 = mkN "handlдggning" ; - handlande_nn_1 = mkN "handlande" "handlanden" "handlande" "handlandena" ; - handlare_nn_1 = mkN "handlare" "handlare" ; - handled_nn_1 = mkN "handled" "handleder" ; - handledare_nn_1 = mkN "handledare" "handledare" ; - handledning_nn_1 = mkN "handledning" ; - handling_nn_1 = mkN "handling" ; - handlingsfrihet_nn_1 = mkN "handlingsfrihet" "handlingsfriheter" ; - handlingskraftig_av_1 = mkA "handlingskraftig" ; - handlingsmaenniska_nn_1 = mkN "handlingsmдnniska" ; - handlingsprogram_nn_1 = mkN "handlingsprogram" "handlingsprogrammet" "handlingsprogram" "handlingsprogrammen" ; - handlingsregel_nn_1 = mkN "handlingsregel" "handlingsregeln" "handlingsregler" "handlingsreglerna" ; - handlingssaett_nn_1 = mkN "handlingssдtt" neutrum ; - handloest_ab_1 = mkAdv "handlцst" ; - handlov_nn_1 = mkN "handlov" ; - handout_nn_1 = mkN "handout" "handouten" "handouts" "handoutsen" ; - handpaalaeggning_nn_1 = mkN "handpеlдggning" ; - handpenning_nn_1 = mkN "handpenning" ; - handraeckning_nn_1 = mkN "handrдckning" ; - handrem_nn_1 = mkN "handrem" "handremmen" "handremmar" "handremmarna" ; - handsaag_nn_1 = mkN "handsеg" ; - handsbredd_nn_1 = mkN "handsbredd" "handsbredder" ; - handsekreterare_nn_1 = mkN "handsekreterare" "handsekreterare" ; - handskakning_nn_1 = mkN "handskakning" ; - handske_nn_1 = mkN "handske" utrum ; - handskrift_nn_1 = mkN "handskrift" "handskrifter" ; - handskriftsrulle_nn_1 = mkN "handskriftsrulle" utrum ; - handskriftssamling_nn_1 = mkN "handskriftssamling" ; - handskriven_av_1 = mkA "handskriven" "handskrivet" ; - handslag_nn_1 = mkN "handslag" neutrum ; - handstil_nn_1 = mkN "handstil" ; - handtag_nn_1 = mkN "handtag" neutrum ; - handtryckning_nn_1 = mkN "handtryckning" ; - handuppraeckning_nn_1 = mkN "handupprдckning" ; - handvolt_nn_1 = mkN "handvolt" "handvolter" ; - hane_nn_1 = mkN "hane" utrum ; - hanegaell_nn_1 = mkN "hanegдll" neutrum ; - hang_nn_1 = mkN "hang" neutrum ; - hangar_nn_1 = mkN "hangar" "hangarer" ; - hangarfartyg_nn_1 = mkN "hangarfartyg" neutrum ; - hank_nn_1 = mkN "hank" ; - hanlig_av_1 = mkA "hanlig" ; - hanne_nn_1 = mkN "hanne" utrum ; - hanorgan_nn_1 = mkN "hanorgan" neutrum ; - hanrej_nn_1 = mkN "hanrej" ; - hantel_nn_1 = mkN "hantel" ; - hantering_nn_1 = mkN "hantering" ; - hanteringskostnad_nn_1 = mkN "hanteringskostnad" "hanteringskostnader" ; - hanteringsrisk_nn_1 = mkN "hanteringsrisk" "hanteringsrisker" ; - hanterlig_av_1 = mkA "hanterlig" ; - hantlangare_nn_1 = mkN "hantlangare" "hantlangare" ; - hantverk_nn_1 = mkN "hantverk" neutrum ; - hantverkare_nn_1 = mkN "hantverkare" "hantverkare" ; - hantverksarbetare_nn_1 = mkN "hantverksarbetare" "hantverksarbetare" ; - hantverksfoerening_nn_1 = mkN "hantverksfцrening" ; - hantverksmaessig_av_1 = mkA "hantverksmдssig" ; - hantverksskicklighet_nn_1 = mkN "hantverksskicklighet" "hantverksskickligheter" ; - happening_nn_1 = mkN "happening" ; - haptoglobin_nn_1 = mkN "haptoglobin" "haptoglobiner" ; - harang_nn_1 = mkN "harang" "haranger" ; - hardangersoem_nn_1 = mkN "hardangersцm" "hardangersцmmen" "hardangersцmmar" "hardangersцmmarna" ; - hare_nn_1 = mkN "hare" utrum ; - harem_nn_1 = mkN "harem" neutrum ; - harhanne_nn_1 = mkN "harhanne" utrum ; - harig_av_1 = mkA "harig" ; - harkling_nn_1 = mkN "harkling" ; - harkrank_nn_1 = mkN "harkrank" ; - harlekin_nn_1 = mkN "harlekin" "harlekiner" ; - harmfull_av_1 = mkA "harmfull" ; - harmfylld_av_1 = mkA "harmfylld" "harmfyllt" ; - harmlig_av_1 = mkA "harmlig" ; - harmloes_av_1 = mkA "harmlцs" ; - harmoni_nn_1 = mkN "harmoni" "harmonier" ; - harmonisk_av_1 = mkA "harmonisk" ; - harmonium_nn_1 = mkN "harmonium" "harmoniet" "harmonier" "harmonierna" ; - harmsen_av_1 = mkA "harmsen" "harmset" ; - harmynt_av_1 = mkA "harmynt" "harmynt" ; - harnesk_nn_1 = mkN "harnesk" neutrum ; - harpalt_nn_1 = mkN "harpalt" ; - harpist_nn_1 = mkN "harpist" "harpister" ; - harpun_nn_1 = mkN "harpun" "harpuner" ; - harr_nn_1 = mkN "harr" ; - harskramla_nn_1 = mkN "harskramla" ; - harspaar_nn_1 = mkN "harspеr" neutrum ; - harstig_nn_1 = mkN "harstig" ; - hartass_nn_1 = mkN "hartass" ; - harts_nn_1 = mkN "harts" "hartset" "hartser" "hartserna" ; - hartsfiol_nn_1 = mkN "hartsfiol" "hartsfioler" ; - harv_nn_1 = mkN "harv" ; - harvaerja_nn_1 = mkN "harvдrja" ; - has_nn_1 = mkN "has" ; - hasardspel_nn_1 = mkN "hasardspel" "hasardspelet" "hasardspel" "hasardspelen" ; - haschcigarett_nn_1 = mkN "haschcigarett" "haschcigaretter" ; - hasp_nn_1 = mkN "hasp" ; - haspel_nn_1 = mkN "haspel" ; - hassel_nn_1 = mkN "hassel" ; - hasselmus_nn_1 = mkN "hasselmus" "hasselmusen" "hasselmцss" "hasselmцssen" ; - hasselnoet_nn_1 = mkN "hasselnцt" "hasselnцtter" ; - hasselsnok_nn_1 = mkN "hasselsnok" ; - hastig_av_1 = mkA "hastig" ; - hastighet_nn_1 = mkN "hastighet" "hastigheter" ; - hastighetsaakning_nn_1 = mkN "hastighetsеkning" ; - hastighetsgraens_nn_1 = mkN "hastighetsgrдns" "hastighetsgrдnser" ; - hastighetskontroll_nn_1 = mkN "hastighetskontroll" "hastighetskontroller" ; - hastighetsmaetare_nn_1 = mkN "hastighetsmдtare" "hastighetsmдtare" ; - hastighetstaevling_nn_1 = mkN "hastighetstдvling" ; - hastverk_nn_1 = mkN "hastverk" neutrum ; - hatfull_av_1 = mkA "hatfull" ; - hatfylld_av_1 = mkA "hatfylld" "hatfyllt" ; - hatisk_av_1 = mkA "hatisk" ; - hatkaerlek_nn_1 = mkN "hatkдrlek" ; - hatt_nn_1 = mkN "hatt" ; - hattig_av_1 = mkA "hattig" ; - hattkulle_nn_1 = mkN "hattkulle" utrum ; - hattstock_nn_1 = mkN "hattstock" ; - hattsvamp_nn_1 = mkN "hattsvamp" ; - haubits_nn_1 = mkN "haubits" ; - haubitz_nn_1 = mkN "haubitz" ; - hausse_nn_1 = mkN "hausse" "hausser" ; - hav_nn_1 = mkN "hav" neutrum ; - havande_av_1 = mkA "havande" ; - havandeskap_nn_1 = mkN "havandeskap" "havandeskapet" "havandeskapen" "havandeskapena" ; - haveri_nn_1 = mkN "haveri" "haverit" "haverier" "haverierna" ; - haverikommission_nn_1 = mkN "haverikommission" "haverikommissioner" ; - haverist_nn_1 = mkN "haverist" "haverister" ; - havreflarn_nn_1 = mkN "havreflarn" neutrum ; - havregryn_nn_1 = mkN "havregryn" neutrum ; - havregrynsgroet_nn_1 = mkN "havregrynsgrцt" ; - havrekorn_nn_1 = mkN "havrekorn" neutrum ; - havreliknande_av_1 = mkA "havreliknande" ; - havsabborre_nn_1 = mkN "havsabborre" utrum ; - havsanemon_nn_1 = mkN "havsanemon" "havsanemoner" ; - havsbad_nn_1 = mkN "havsbad" neutrum ; - havsbotten_nn_1 = mkN "havsbotten" ; - havsbris_nn_1 = mkN "havsbris" ; - havsdjup_nn_1 = mkN "havsdjup" neutrum ; - havsfaagel_nn_1 = mkN "havsfеgel" ; - havsfru_nn_1 = mkN "havsfru" ; - havsgud_nn_1 = mkN "havsgud" ; - havsis_nn_1 = mkN "havsis" ; - havskappsegling_nn_1 = mkN "havskappsegling" ; - havskatt_nn_1 = mkN "havskatt" "havskatter" ; - havskraeftstjaert_nn_1 = mkN "havskrдftstjдrt" ; - havskryssare_nn_1 = mkN "havskryssare" "havskryssare" ; - havslax_nn_1 = mkN "havslax" ; - havsmus_nn_1 = mkN "havsmus" ; - havsnivaa_nn_1 = mkN "havsnivе" "havsnivеer" ; - havsoern_nn_1 = mkN "havsцrn" ; - havsomraade_nn_1 = mkN "havsomrеde" ; - havsstrand_nn_1 = mkN "havsstrand" "havsstrдnder" ; - havsstroem_nn_1 = mkN "havsstrцm" "havsstrцmmen" "havsstrцmmar" "havsstrцmmarna" ; - havstrut_nn_1 = mkN "havstrut" ; - havstulpan_nn_1 = mkN "havstulpan" "havstulpaner" ; - havsutter_nn_1 = mkN "havsutter" ; - havsvaext_nn_1 = mkN "havsvдxt" "havsvдxter" ; - havsvatten_nn_1 = mkN "havsvatten" "havsvattnet" "havsvatten" "havsvattnen" ; - havsvik_nn_1 = mkN "havsvik" ; - havtorn_nn_1 = mkN "havtorn" ; - hawaiiansk_av_1 = mkA "hawaiiansk" ; - hawaiisk_av_1 = mkA "hawaiisk" ; - he_man_nn_1 = mkN "he-man" "he-mannen" "he-mдn" "he-mдnnen" ; - hearing_nn_1 = mkN "hearing" ; - heat_nn_1 = mkN "heat" neutrum ; - hebre_nn_1 = mkN "hebrй" "hebrйer" ; - hebreisk_av_1 = mkA "hebreisk" ; - hed_nn_1 = mkN "hed" ; - heden_av_1 = mkA "heden" "hedet" ; - hedendom_nn_1 = mkN "hedendom" ; - hederlig_av_1 = mkA "hederlig" ; - hedersam_av_1 = mkA "hedersam" "hedersamt" "hedersamma" "hedersamma" "hedersammare" "hedersammast" "hedersammaste" ; - hedersbetygelse_nn_1 = mkN "hedersbetygelse" "hedersbetygelser" ; - hedersbevisning_nn_1 = mkN "hedersbevisning" ; - hedersdoktor_nn_1 = mkN "hedersdoktor" "hedersdoktorer" ; - hedersgaest_nn_1 = mkN "hedersgдst" "hedersgдster" ; - hedersknyffel_nn_1 = mkN "hedersknyffel" ; - hederskodex_nn_1 = mkN "hederskodex" ; - hederskompani_nn_1 = mkN "hederskompani" "hederskompanit" "hederskompanier" "hederskompanierna" ; - hedersledamot_nn_1 = mkN "hedersledamot" "hedersledamцter" ; - hedersman_nn_1 = mkN "hedersman" "hedersmannen" "hedersmдn" "hedersmдnnen" ; - hedersmedlem_nn_1 = mkN "hedersmedlem" "hedersmedlemmen" "hedersmedlemmar" "hedersmedlemmarna" ; - hedersomnaemnande_nn_1 = mkN "hedersomnдmnande" ; - hedersord_nn_1 = mkN "hedersord" neutrum ; - hederspris_nn_1 = mkN "hederspris" neutrum ; - hederssak_nn_1 = mkN "hederssak" "hederssaker" ; - hedersskuld_nn_1 = mkN "hedersskuld" "hedersskulder" ; - hedervaerd_av_1 = mkA "hedervдrd" "hedervдrt" ; - hedning_nn_1 = mkN "hedning" ; - hednisk_av_1 = mkA "hednisk" ; - hedonist_nn_1 = mkN "hedonist" "hedonister" ; - hedonistisk_av_1 = mkA "hedonistisk" ; - hedrande_av_1 = mkA "hedrande" ; - hegemoni_nn_1 = mkN "hegemoni" "hegemonier" ; - hejaklack_nn_1 = mkN "hejaklack" ; - hejare_nn_1 = mkN "hejare" "hejare" ; - hejarklack_nn_1 = mkN "hejarklack" ; - hejdloes_av_1 = mkA "hejdlцs" ; - hejduk_nn_1 = mkN "hejduk" ; - hejdundrande_av_1 = mkA "hejdundrande" ; - hejig_av_1 = mkA "hejig" ; - hekatomb_nn_1 = mkN "hekatomb" "hekatomber" ; - hektar_nn_1 = mkN "hektar" neutrum ; - hektisk_av_1 = mkA "hektisk" ; - hekto_nn_1 = mkN "hekto" "hektot" "hekto" "hektona" ; - hektograf_nn_1 = mkN "hektograf" "hektografer" ; - hektogram_nn_1 = mkN "hektogram" "hektogrammet" "hektogram" "hektogrammen" ; - hektoliter_nn_1 = mkN "hektoliter" "hektolitern" "hektoliter" "hektoliterna" ; - hel_av_1 = mkA "hel" ; - helaakersbygd_nn_1 = mkN "helеkersbygd" "helеkersbygder" ; - helafton_nn_1 = mkN "helafton" "helaftonen" "helaftnar" "helaftnarna" ; - helautomatisk_av_1 = mkA "helautomatisk" ; - helbild_nn_1 = mkN "helbild" "helbilder" ; - helbraegda_av_1 = mkA "helbrдgda" ; - helbraegdagoerelse_nn_1 = mkN "helbrдgdagцrelse" "helbrдgdagцrelser" ; - heldag_nn_1 = mkN "heldag" ; - heldaglig_av_1 = mkA "heldaglig" ; - heldragen_av_1 = mkA "heldragen" "heldraget" ; - helfabrikat_nn_1 = mkN "helfabrikat" neutrum ; - helfet_av_1 = mkA "helfet" ; - helfigur_nn_1 = mkN "helfigur" "helfigurer" ; - helfoersaekring_nn_1 = mkN "helfцrsдkring" ; - helfransk_av_1 = mkA "helfransk" ; - helg_nn_1 = mkN "helg" "helger" ; - helgdag_nn_1 = mkN "helgdag" ; - helgedom_nn_1 = mkN "helgedom" ; - helgeraan_nn_1 = mkN "helgerеn" neutrum ; - helgfri_av_1 = mkA "helgfri" "helgfritt" ; - helgjuten_av_1 = mkA "helgjuten" "helgjutet" ; - helgmaalsringning_nn_1 = mkN "helgmеlsringning" ; - helgon_nn_1 = mkN "helgon" neutrum ; - helgonlegend_nn_1 = mkN "helgonlegend" "helgonlegender" ; - helhet_nn_1 = mkN "helhet" "helheter" ; - helhetsbild_nn_1 = mkN "helhetsbild" "helhetsbilder" ; - helhetsintryck_nn_1 = mkN "helhetsintryck" neutrum ; - helhetssyn_nn_1 = mkN "helhetssyn" "helhetssyner" ; - helig_av_1 = mkA "helig" ; - helikon_nn_1 = mkN "helikon" neutrum ; - helikopter_nn_1 = mkN "helikopter" ; - helinackordering_nn_1 = mkN "helinackordering" ; - heliocentrisk_av_1 = mkA "heliocentrisk" ; - heliofob_av_1 = mkA "heliofob" ; - heliograf_nn_1 = mkN "heliograf" "heliografer" ; - heliostat_nn_1 = mkN "heliostat" "heliostater" ; - heliotrop_nn_1 = mkN "heliotrop" "heliotroper" ; - helkonserv_nn_1 = mkN "helkonserv" "helkonserver" ; - helkroppsdos_nn_1 = mkN "helkroppsdos" "helkroppsdoser" ; - helkvaell_nn_1 = mkN "helkvдll" ; - hellen_nn_1 = mkN "hellen" "hellener" ; - hellenistisk_av_1 = mkA "hellenistisk" ; - hellensk_av_1 = mkA "hellensk" ; - heller_ab_1 = mkAdv "heller" ; - helljus_nn_1 = mkN "helljus" neutrum ; - hellre_ab_1 = mkAdv "hellre" ; - helnot_nn_1 = mkN "helnot" "helnoter" ; - helnykter_av_1 = mkA "helnykter" "helnyktert" "helnyktra" "helnyktra" "helnyktrare" "helnyktrast" "helnyktraste" ; - helomvaendning_nn_1 = mkN "helomvдndning" ; - helsida_nn_1 = mkN "helsida" ; - helskaegg_nn_1 = mkN "helskдgg" neutrum ; - helskaeggsluffare_nn_1 = mkN "helskдggsluffare" "helskдggsluffare" ; - helst_ab_1 = mkAdv "helst" ; - helstekt_av_1 = mkA "helstekt" "helstekt" ; - helsyskon_nn_1 = mkN "helsyskon" neutrum ; - heltaeckande_av_1 = mkA "heltдckande" ; - heltal_nn_1 = mkN "heltal" "heltalet" "heltalen" "heltalena" ; - heltid_nn_1 = mkN "heltid" "heltider" ; - heltidsloen_nn_1 = mkN "heltidslцn" "heltidslцner" ; - helton_nn_1 = mkN "helton" "heltoner" ; - helvete_nn_1 = mkN "helvete" ; - helvetesmaskin_nn_1 = mkN "helvetesmaskin" "helvetesmaskiner" ; - helvetisk_av_1 = mkA "helvetisk" ; - hem_ab_1 = mkAdv "hem" ; - hem_nn_1 = mkN "hem" "hemmet" "hem" "hemmen" ; - hemaat_ab_1 = mkAdv "hemеt" ; - hemarbetande_av_1 = mkA "hemarbetande" ; - hematit_nn_1 = mkN "hematit" "hematiter" ; - hembaera_vb_1 = mkV "hembдra" "hembar" "hemburit" ; - hembageri_nn_1 = mkN "hembageri" "hembagerit" "hembagerier" "hembagerierna" ; - hembakt_av_1 = mkA "hembakt" "hembakt" ; - hembesoek_nn_1 = mkN "hembesцk" neutrum ; - hembitraede_nn_1 = mkN "hembitrдde" ; - hembjuda_vb_1 = mkV "hembjuda" "hembjцd" "hembjudit" ; - hembraennare_nn_1 = mkN "hembrдnnare" "hembrдnnare" ; - hembud_nn_1 = mkN "hembud" neutrum ; - hembygd_nn_1 = mkN "hembygd" "hembygder" ; - hembygdsfoerening_nn_1 = mkN "hembygdsfцrening" ; - hembygdsgaard_nn_1 = mkN "hembygdsgеrd" ; - hemdator_nn_1 = mkN "hemdator" "hemdatorer" ; - hemdragande_av_1 = mkA "hemdragande" ; - hemfalla_vb_1 = mkV "hemfalla" "hemfцll" "hemfallit" ; - hemfoersaekring_nn_1 = mkN "hemfцrsдkring" ; - hemfridsbrott_nn_1 = mkN "hemfridsbrott" neutrum ; - hemgaang_nn_1 = mkN "hemgеng" ; - hemgalax_nn_1 = mkN "hemgalax" "hemgalaxer" ; - hemgift_nn_1 = mkN "hemgift" "hemgifter" ; - hemgjord_av_1 = mkA "hemgjord" "hemgjort" ; - hemhjaelp_nn_1 = mkN "hemhjдlp" ; - hemifraan_ab_1 = mkAdv "hemifrеn" ; - heminredning_nn_1 = mkN "heminredning" ; - hemisfaer_nn_1 = mkN "hemisfдr" "hemisfдrer" ; - hemkaer_av_1 = mkA "hemkдr" ; - hemkonsulent_nn_1 = mkN "hemkonsulent" "hemkonsulenter" ; - hemlaan_nn_1 = mkN "hemlеn" neutrum ; - hemland_nn_1 = mkN "hemland" "hemlandet" "hemlдnder" "hemlдnderna" ; - hemlig_av_1 = mkA "hemlig" ; - hemligen_ab_1 = mkAdv "hemligen" ; - hemlighaalla_vb_1 = mkV "hemlighеlla" "hemlighцll" "hemlighеllit" ; - hemlighet_nn_1 = mkN "hemlighet" "hemligheter" ; - hemlighetsfull_av_1 = mkA "hemlighetsfull" ; - hemlighetsmakeri_nn_1 = mkN "hemlighetsmakeri" "hemlighetsmakerit" "hemlighetsmakerier" "hemlighetsmakerierna" ; - hemlighus_nn_1 = mkN "hemlighus" neutrum ; - hemligstaempel_nn_1 = mkN "hemligstдmpel" ; - hemlock_nn_1 = mkN "hemlock" ; - hemloes_av_1 = mkA "hemlцs" ; - hemma_ab_1 = mkAdv "hemma" ; - hemmadotter_nn_1 = mkN "hemmadotter" "hemmadottern" "hemmadцttrar" "hemmadцttrarna" ; - hemmafru_nn_1 = mkN "hemmafru" ; - hemmagjord_av_1 = mkA "hemmagjord" "hemmagjort" ; - hemmahoerande_av_1 = mkA "hemmahцrande" ; - hemmakvaell_nn_1 = mkN "hemmakvдll" ; - hemmalag_nn_1 = mkN "hemmalag" neutrum ; - hemmaman_nn_1 = mkN "hemmaman" "hemmamannen" "hemmamдn" "hemmamдnnen" ; - hemman_nn_1 = mkN "hemman" neutrum ; - hemmansaegare_nn_1 = mkN "hemmansдgare" "hemmansдgare" ; - hemmaplan_nn_1 = mkN "hemmaplan" "hemmaplaner" ; - hemmarock_nn_1 = mkN "hemmarock" ; - hemmastadd_av_1 = mkA "hemmastadd" ; - hemmavid_ab_1 = mkAdv "hemmavid" ; - hemmiljoe_nn_1 = mkN "hemmiljц" "hemmiljцn" "hemmiljцer" "hemmiljцerna" ; - hemoglobin_nn_1 = mkN "hemoglobin" "hemoglobiner" ; - hemort_nn_1 = mkN "hemort" "hemorter" ; - hemsamarit_nn_1 = mkN "hemsamarit" "hemsamariter" ; - hemsjukvaardsbidrag_nn_1 = mkN "hemsjukvеrdsbidrag" neutrum ; - hemsk_av_1 = mkA "hemsk" ; - hemskillnad_nn_1 = mkN "hemskillnad" "hemskillnader" ; - hemsoekelse_nn_1 = mkN "hemsцkelse" "hemsцkelser" ; - hemspraak_nn_1 = mkN "hemsprеk" neutrum ; - hemstad_nn_1 = mkN "hemstad" "hemstдder" ; - hemstaellning_nn_1 = mkN "hemstдllning" ; - hemtam_av_1 = mkA "hemtam" ; - hemtjaenst_nn_1 = mkN "hemtjдnst" "hemtjдnster" ; - hemtrakt_nn_1 = mkN "hemtrakt" "hemtrakter" ; - hemtrevlig_av_1 = mkA "hemtrevlig" ; - hemtrevnad_nn_1 = mkN "hemtrevnad" "hemtrevnader" ; - hemulsman_nn_1 = mkN "hemulsman" "hemulsmannen" "hemulsmдn" "hemulsmдnnen" ; - hemuppgift_nn_1 = mkN "hemuppgift" "hemuppgifter" ; - hemvaern_nn_1 = mkN "hemvдrn" neutrum ; - hemvaevd_av_1 = mkA "hemvдvd" "hemvдvt" ; - hemvist_nn_1 = mkN "hemvist" neutrum ; - hen_nn_1 = mkN "hen" "henen" "henar" "henarna" ; - henry_nn_1 = mkN "henry" "henryn" "henry" "henryna" ; - heparin_nn_1 = mkN "heparin" "hepariner" ; - hepatit_nn_1 = mkN "hepatit" "hepatiter" ; - heraldiker_nn_1 = mkN "heraldiker" "heraldikern" "heraldiker" "heraldikerna" ; - heraldisk_av_1 = mkA "heraldisk" ; - herbarium_nn_1 = mkN "herbarium" "herbariet" "herbarier" "herbarierna" ; - herbicid_nn_1 = mkN "herbicid" "herbicider" ; - herdabrev_nn_1 = mkN "herdabrev" neutrum ; - herdaminne_nn_1 = mkN "herdaminne" ; - herde_nn_1 = mkN "herde" utrum ; - herdedikt_nn_1 = mkN "herdedikt" "herdedikter" ; - herdefolk_nn_1 = mkN "herdefolk" neutrum ; - herdestund_nn_1 = mkN "herdestund" "herdestunder" ; - hereditaer_av_1 = mkA "hereditдr" ; - heresi_nn_1 = mkN "heresi" "heresier" ; - heretiker_nn_1 = mkN "heretiker" "heretikern" "heretiker" "heretikerna" ; - heretisk_av_1 = mkA "heretisk" ; - herkulisk_av_1 = mkA "herkulisk" ; - herm_nn_1 = mkN "herm" "hermer" ; - hermafrodit_nn_1 = mkN "hermafrodit" "hermafroditer" ; - hermelin_nn_1 = mkN "hermelin" "hermeliner" ; - hermeneutiker_nn_1 = mkN "hermeneutiker" "hermeneutikern" "hermeneutiker" "hermeneutikerna" ; - hermeneutisk_av_1 = mkA "hermeneutisk" ; - hermetisk_av_1 = mkA "hermetisk" ; - heroin_nn_1 = mkN "heroin" "heroiner" ; - heroinist_nn_1 = mkN "heroinist" "heroinister" ; - heroisk_av_1 = mkA "heroisk" ; - heros_nn_1 = mkN "heros" "heroser" ; - herostratisk_av_1 = mkA "herostratisk" ; - herradoeme_nn_1 = mkN "herradцme" ; - herrcykel_nn_1 = mkN "herrcykel" ; - herrdubbel_nn_1 = mkN "herrdubbel" ; - herre_nn_1 = mkN "herre" utrum ; - herrefolk_nn_1 = mkN "herrefolk" neutrum ; - herrekipering_nn_1 = mkN "herrekipering" ; - herreloes_av_1 = mkA "herrelцs" ; - herresaete_nn_1 = mkN "herresдte" ; - herrgaard_nn_1 = mkN "herrgеrd" ; - herrgaardsost_nn_1 = mkN "herrgеrdsost" ; - herrgaardsvagn_nn_1 = mkN "herrgеrdsvagn" ; - herrnhutare_nn_1 = mkN "herrnhutare" "herrnhutare" ; - herrsida_nn_1 = mkN "herrsida" ; - herrsingel_nn_1 = mkN "herrsingel" ; - herrskap_nn_1 = mkN "herrskap" "herrskapet" "herrskapen" "herrskapena" ; - herrtidning_nn_1 = mkN "herrtidning" ; - hertig_nn_1 = mkN "hertig" ; - hertigdoeme_nn_1 = mkN "hertigdцme" ; - hertiginna_nn_1 = mkN "hertiginna" ; - hertz_nn_1 = mkN "hertz" "hertzen" "hertz" "hertzen" ; - hes_av_1 = mkA "hes" ; - heshet_nn_1 = mkN "heshet" "hesheter" ; - het_av_1 = mkA "het" ; - hetaer_nn_1 = mkN "hetдr" "hetдrer" ; - heterodox_av_1 = mkA "heterodox" ; - heterogen_av_1 = mkA "heterogen" ; - heteroklis_nn_1 = mkN "heteroklis" "heterokliser" ; - heteroklitisk_av_1 = mkA "heteroklitisk" ; - heterosexuell_av_1 = mkA "heterosexuell" ; - heterotematisk_av_1 = mkA "heterotematisk" ; - heterozygot_av_1 = mkA "heterozygot" "heterozygot" ; - heterozygot_nn_1 = mkN "heterozygot" "heterozygoter" ; - hetman_nn_1 = mkN "hetman" "hetmaner" ; - hetsig_av_1 = mkA "hetsig" ; - hetsjakt_nn_1 = mkN "hetsjakt" "hetsjakter" ; - hetsporre_nn_1 = mkN "hetsporre" utrum ; - hettit_nn_1 = mkN "hettit" "hettiter" ; - hettitisk_av_1 = mkA "hettitisk" ; - hetvatten_nn_1 = mkN "hetvatten" "hetvattnet" "hetvatten" "hetvattnen" ; - hetvin_nn_1 = mkN "hetvin" "hetvinet" "hetviner" "hetvinerna" ; - heuristisk_av_1 = mkA "heuristisk" ; - hexameter_nn_1 = mkN "hexameter" ; - hibiskus_nn_1 = mkN "hibiskus" ; - hickning_nn_1 = mkN "hickning" ; - hierarki_nn_1 = mkN "hierarki" "hierarkier" ; - hierarkisk_av_1 = mkA "hierarkisk" ; - hieratisk_av_1 = mkA "hieratisk" ; - hieroglyf_nn_1 = mkN "hieroglyf" "hieroglyfer" ; - higgspartikel_nn_1 = mkN "higgspartikel" ; - hillebard_nn_1 = mkN "hillebard" "hillebarder" ; - himla_av_1 = mkA "himla" ; - himlaboren_av_1 = mkA "himlaboren" "himlaboret" ; - himlakropp_nn_1 = mkN "himlakropp" ; - himlastege_nn_1 = mkN "himlastege" utrum ; - himlastormande_av_1 = mkA "himlastormande" ; - himlastormare_nn_1 = mkN "himlastormare" "himlastormare" ; - himmel_nn_1 = mkN "himmel" ; - himmelsblaa_av_1 = mkA "himmelsblе" "himmelsblеtt" ; - himmelsfaerd_nn_1 = mkN "himmelsfдrd" "himmelsfдrder" ; - himmelsk_av_1 = mkA "himmelsk" ; - himmelsobjekt_nn_1 = mkN "himmelsobjekt" neutrum ; - himmelspol_nn_1 = mkN "himmelspol" "himmelspoler" ; - himmelssaeng_nn_1 = mkN "himmelssдng" ; - himmelssfaer_nn_1 = mkN "himmelssfдr" "himmelssfдrer" ; - himmelsskriande_av_1 = mkA "himmelsskriande" ; - himmelsvid_av_1 = mkA "himmelsvid" ; - hind_nn_1 = mkN "hind" ; - hinder_nn_1 = mkN "hinder" neutrum ; - hinderbock_nn_1 = mkN "hinderbock" ; - hinderloepning_nn_1 = mkN "hinderlцpning" ; - hinderloes_av_1 = mkA "hinderlцs" ; - hindersam_av_1 = mkA "hindersam" "hindersamt" "hindersamma" "hindersamma" "hindersammare" "hindersammast" "hindersammaste" ; - hindersproevning_nn_1 = mkN "hindersprцvning" ; - hindertrick_nn_1 = mkN "hindertrick" neutrum ; - hindu_nn_1 = mkN "hindu" "hinduer" ; - hinduisk_av_1 = mkA "hinduisk" ; - hingst_nn_1 = mkN "hingst" ; - hink_nn_1 = mkN "hink" ; - hinkvis_ab_1 = mkAdv "hinkvis" ; - hinna_vb_1 = mkV "hinna" "hann" "hunnit" ; - hipp_av_1 = mkA "hipp" ; - hippie_nn_1 = mkN "hippie" "hippien" "hippies" "hippiesen" ; - hippodrom_nn_1 = mkN "hippodrom" "hippodromer" ; - hippolog_nn_1 = mkN "hippolog" "hippologer" ; - hippologisk_av_1 = mkA "hippologisk" ; - hird_nn_1 = mkN "hird" "hirder" ; - hisklig_av_1 = mkA "hisklig" ; - hispig_av_1 = mkA "hispig" ; - hiss_nn_1 = mkN "hiss" ; - hissinstallation_nn_1 = mkN "hissinstallation" "hissinstallationer" ; - hisskorg_nn_1 = mkN "hisskorg" ; - histamin_nn_1 = mkN "histamin" "histaminet" "histaminer" "histaminerna" ; - histolog_nn_1 = mkN "histolog" "histologer" ; - historia_nn_1 = mkN "historia" "historien" "historier" "historierna" ; - historiebok_nn_1 = mkN "historiebok" "historiebцcker" ; - historieloes_av_1 = mkA "historielцs" ; - historieskrivare_nn_1 = mkN "historieskrivare" "historieskrivare" ; - historiett_nn_1 = mkN "historiett" "historietter" ; - historik_nn_1 = mkN "historik" "historiker" ; - historiker_nn_1 = mkN "historiker" "historikern" "historiker" "historikerna" ; - historiograf_nn_1 = mkN "historiograf" "historiografer" ; - historisk_av_1 = mkA "historisk" ; - histrion_nn_1 = mkN "histrion" "histrioner" ; - hit_ab_1 = mkAdv "hit" ; - hit_nn_1 = mkN "hit" "hiten" "hits" "hitsen" ; - hitaat_ab_1 = mkAdv "hitеt" ; - hithoerande_av_1 = mkA "hithцrande" ; - hitintills_ab_1 = mkAdv "hitintills" ; - hittebarn_nn_1 = mkN "hittebarn" neutrum ; - hittilldags_ab_1 = mkAdv "hittilldags" ; - hittills_ab_1 = mkAdv "hittills" ; - hittillsvarande_av_1 = mkA "hittillsvarande" ; - hjaelm_nn_1 = mkN "hjдlm" ; - hjaelmprydnad_nn_1 = mkN "hjдlmprydnad" "hjдlmprydnader" ; - hjaelp_nn_1 = mkN "hjдlp" ; - hjaelpare_nn_1 = mkN "hjдlpare" "hjдlpare" ; - hjaelpbaat_nn_1 = mkN "hjдlpbеt" ; - hjaelpfartyg_nn_1 = mkN "hjдlpfartyg" neutrum ; - hjaelpklass_nn_1 = mkN "hjдlpklass" "hjдlpklasser" ; - hjaelpkryssare_nn_1 = mkN "hjдlpkryssare" "hjдlpkryssare" ; - hjaelplig_av_1 = mkA "hjдlplig" ; - hjaelplinje_nn_1 = mkN "hjдlplinje" "hjдlplinjer" ; - hjaelploes_av_1 = mkA "hjдlplцs" ; - hjaelpmedel_nn_1 = mkN "hjдlpmedel" neutrum ; - hjaelpmotor_nn_1 = mkN "hjдlpmotor" "hjдlpmotorer" ; - hjaelpsaendning_nn_1 = mkN "hjдlpsдndning" ; - hjaelpsam_av_1 = mkA "hjдlpsam" "hjдlpsamt" "hjдlpsamma" "hjдlpsamma" "hjдlpsammare" "hjдlpsammast" "hjдlpsammaste" ; - hjaelpsamhet_nn_1 = mkN "hjдlpsamhet" "hjдlpsamheter" ; - hjaelpspraak_nn_1 = mkN "hjдlpsprеk" neutrum ; - hjaelpverb_nn_1 = mkN "hjдlpverb" neutrum ; - hjaelpvetenskap_nn_1 = mkN "hjдlpvetenskap" "hjдlpvetenskaper" ; - hjaelte_nn_1 = mkN "hjдlte" utrum ; - hjaeltedaad_nn_1 = mkN "hjдltedеd" neutrum ; - hjaeltemodig_av_1 = mkA "hjдltemodig" ; - hjaeltesaga_nn_1 = mkN "hjдltesaga" ; - hjaernaktivitet_nn_1 = mkN "hjдrnaktivitet" "hjдrnaktiviteter" ; - hjaernatrofi_nn_1 = mkN "hjдrnatrofi" "hjдrnatrofier" ; - hjaernbalk_nn_1 = mkN "hjдrnbalk" ; - hjaernbloedning_nn_1 = mkN "hjдrnblцdning" ; - hjaernbyte_nn_1 = mkN "hjдrnbyte" ; - hjaerncell_nn_1 = mkN "hjдrncell" "hjдrnceller" ; - hjaerndel_nn_1 = mkN "hjдrndel" "hjдrndelen" "hjдrndelar" "hjдrndelarna" ; - hjaerndoed_av_1 = mkA "hjдrndцd" ; - hjaernhinna_nn_1 = mkN "hjдrnhinna" ; - hjaernhinneinflammation_nn_1 = mkN "hjдrnhinneinflammation" "hjдrnhinneinflammationer" ; - hjaerninflammation_nn_1 = mkN "hjдrninflammation" "hjдrninflammationer" ; - hjaernoperation_nn_1 = mkN "hjдrnoperation" "hjдrnoperationer" ; - hjaernsjukdom_nn_1 = mkN "hjдrnsjukdom" ; - hjaernskaal_nn_1 = mkN "hjдrnskеl" ; - hjaernskakning_nn_1 = mkN "hjдrnskakning" ; - hjaernstam_nn_1 = mkN "hjдrnstam" "hjдrnstammen" "hjдrnstammar" "hjдrnstammarna" ; - hjaernstorm_nn_1 = mkN "hjдrnstorm" ; - hjaerntrust_nn_1 = mkN "hjдrntrust" "hjдrntruster" ; - hjaerntumoer_nn_1 = mkN "hjдrntumцr" "hjдrntumцrer" ; - hjaernvindling_nn_1 = mkN "hjдrnvindling" ; - hjaertaengslig_av_1 = mkA "hjдrtдngslig" ; - hjaertaktivitet_nn_1 = mkN "hjдrtaktivitet" "hjдrtaktiviteter" ; - hjaertans_ab_1 = mkAdv "hjдrtans" ; - hjaertas_av_1 = mkA "hjдrtas" ; - hjaertattack_nn_1 = mkN "hjдrtattack" "hjдrtattacker" ; - hjaertblad_nn_1 = mkN "hjдrtblad" neutrum ; - hjaerteangelaegenhet_nn_1 = mkN "hjдrteangelдgenhet" "hjдrteangelдgenheter" ; - hjaertegod_av_1 = mkA "hjдrtegod" ; - hjaertegryn_nn_1 = mkN "hjдrtegryn" neutrum ; - hjaertegull_nn_1 = mkN "hjдrtegull" neutrum ; - hjaertekrossare_nn_1 = mkN "hjдrtekrossare" "hjдrtekrossare" ; - hjaerter_nn_1 = mkN "hjдrter" "hjдrtern" "hjдrter" "hjдrterna" ; - hjaertesak_nn_1 = mkN "hjдrtesak" "hjдrtesaker" ; - hjaertesuck_nn_1 = mkN "hjдrtesuck" ; - hjaertevaen_nn_1 = mkN "hjдrtevдn" "hjдrtevдnnen" "hjдrtevдnner" "hjдrtevдnnerna" ; - hjaertfel_nn_1 = mkN "hjдrtfel" "hjдrtfelet" "hjдrtfel" "hjдrtfelen" ; - hjaertformig_av_1 = mkA "hjдrtformig" ; - hjaertinfarkt_nn_1 = mkN "hjдrtinfarkt" "hjдrtinfarkter" ; - hjaertinnerlig_av_1 = mkA "hjдrtinnerlig" ; - hjaertklaff_nn_1 = mkN "hjдrtklaff" ; - hjaertklappning_nn_1 = mkN "hjдrtklappning" ; - hjaertknipande_av_1 = mkA "hjдrtknipande" ; - hjaertkramp_nn_1 = mkN "hjдrtkramp" "hjдrtkramper" ; - hjaertlig_av_1 = mkA "hjдrtlig" ; - hjaertligen_ab_1 = mkAdv "hjдrtligen" ; - hjaertljud_nn_1 = mkN "hjдrtljud" neutrum ; - hjaertloes_av_1 = mkA "hjдrtlцs" ; - hjaertlungmaskin_nn_1 = mkN "hjдrtlungmaskin" "hjдrtlungmaskiner" ; - hjaertmussla_nn_1 = mkN "hjдrtmussla" ; - hjaertnupen_av_1 = mkA "hjдrtnupen" "hjдrtnupet" ; - hjaertoperation_nn_1 = mkN "hjдrtoperation" "hjдrtoperationer" ; - hjaertpunkt_nn_1 = mkN "hjдrtpunkt" "hjдrtpunkter" ; - hjaertsaeck_nn_1 = mkN "hjдrtsдck" ; - hjaertskaerande_av_1 = mkA "hjдrtskдrande" ; - hjaertslag_nn_1 = mkN "hjдrtslag" neutrum ; - hjaertslitande_av_1 = mkA "hjдrtslitande" ; - hjaertstillande_av_1 = mkA "hjдrtstillande" ; - hjaerttransplantation_nn_1 = mkN "hjдrttransplantation" "hjдrttransplantationer" ; - hjaertverksamhet_nn_1 = mkN "hjдrtverksamhet" "hjдrtverksamheter" ; - hjaessbjudning_nn_1 = mkN "hjдssbjudning" ; - hjon_nn_1 = mkN "hjon" neutrum ; - hjonelag_nn_1 = mkN "hjonelag" neutrum ; - hjord_nn_1 = mkN "hjord" ; - hjort_nn_1 = mkN "hjort" ; - hjortdjur_nn_1 = mkN "hjortdjur" neutrum ; - hjortron_nn_1 = mkN "hjortron" neutrum ; - hjortsadel_nn_1 = mkN "hjortsadel" ; - hjul_nn_1 = mkN "hjul" neutrum ; - hjulaangare_nn_1 = mkN "hjulеngare" "hjulеngare" ; - hjulbas_nn_1 = mkN "hjulbas" "hjulbaser" ; - hjulbent_av_1 = mkA "hjulbent" "hjulbent" ; - hjuldjur_nn_1 = mkN "hjuldjur" neutrum ; - hjulfjaedring_nn_1 = mkN "hjulfjдdring" ; - hjulfoenster_nn_1 = mkN "hjulfцnster" neutrum ; - hjulkors_nn_1 = mkN "hjulkors" neutrum ; - hjullager_nn_1 = mkN "hjullager" neutrum ; - hjulnav_nn_1 = mkN "hjulnav" neutrum ; - hjulspaar_nn_1 = mkN "hjulspеr" neutrum ; - hjulupphaengning_nn_1 = mkN "hjulupphдngning" ; - ho_nn_1 = mkN "ho" ; - hobby_nn_1 = mkN "hobby" "hobbyn" "hobbies" "hobbyerna" ; - hoeft_nn_1 = mkN "hцft" "hцfter" ; - hoeftben_nn_1 = mkN "hцftben" neutrum ; - hoefthaallare_nn_1 = mkN "hцfthеllare" "hцfthеllare" ; - hoeftled_nn_1 = mkN "hцftled" "hцftleder" ; - hoeftparti_nn_1 = mkN "hцftparti" "hцftpartit" "hцftpartier" "hцftpartierna" ; - hoeg_av_1 = mkA "hцg" "hцgre" "hцgst" ; - hoeg_nn_1 = mkN "hцg" ; - hoegaffel_nn_1 = mkN "hцgaffel" ; - hoegaktiv_av_1 = mkA "hцgaktiv" ; - hoegaktningsfull_av_1 = mkA "hцgaktningsfull" ; - hoegaktuell_av_1 = mkA "hцgaktuell" ; - hoegaltare_nn_1 = mkN "hцgaltare" "hцgaltaret" "hцgaltaren" "hцgaltarna" ; - hoegbaenk_nn_1 = mkN "hцgbдnk" ; - hoegben_nn_1 = mkN "hцgben" neutrum ; - hoegblad_nn_1 = mkN "hцgblad" neutrum ; - hoegboren_av_1 = mkA "hцgboren" "hцgboret" ; - hoegborg_nn_1 = mkN "hцgborg" ; - hoegborgerlig_av_1 = mkA "hцgborgerlig" ; - hoegburen_av_1 = mkA "hцgburen" "hцgburet" ; - hoegdjur_nn_1 = mkN "hцgdjur" neutrum ; - hoegdragen_av_1 = mkA "hцgdragen" "hцgdraget" ; - hoegeligen_ab_1 = mkAdv "hцgeligen" ; - hoegenergikollision_nn_1 = mkN "hцgenergikollision" "hцgenergikollisioner" ; - hoegerextremistisk_av_1 = mkA "hцgerextremistisk" ; - hoegerflygel_nn_1 = mkN "hцgerflygel" ; - hoegerhaent_av_1 = mkA "hцgerhдnt" "hцgerhдnt" ; - hoegerhand_nn_1 = mkN "hцgerhand" "hцgerhдnder" ; - hoegerkrok_nn_1 = mkN "hцgerkrok" ; - hoegerledare_nn_1 = mkN "hцgerledare" "hцgerledare" ; - hoegerman_nn_1 = mkN "hцgerman" "hцgermannen" "hцgermдn" "hцgermдnnen" ; - hoegerparti_nn_1 = mkN "hцgerparti" "hцgerpartit" "hцgerpartier" "hцgerpartierna" ; - hoegervind_nn_1 = mkN "hцgervind" ; - hoegervridning_nn_1 = mkN "hцgervridning" ; - hoegexplosiv_av_1 = mkA "hцgexplosiv" ; - hoegfaerdig_av_1 = mkA "hцgfдrdig" ; - hoegfjaell_nn_1 = mkN "hцgfjдll" neutrum ; - hoegfjaellsomraade_nn_1 = mkN "hцgfjдllsomrеde" ; - hoegfoernaem_av_1 = mkA "hцgfцrnдm" ; - hoegfoerraedare_nn_1 = mkN "hцgfцrrдdare" "hцgfцrrдdare" ; - hoegfoerraederi_nn_1 = mkN "hцgfцrrдderi" "hцgfцrrдderit" "hцgfцrrдderier" "hцgfцrrдderierna" ; - hoegfrekvens_nn_1 = mkN "hцgfrekvens" "hцgfrekvenser" ; - hoegfrekvent_av_1 = mkA "hцgfrekvent" "hцgfrekvent" ; - hoeggradig_av_1 = mkA "hцggradig" ; - hoeghastighetskamera_nn_1 = mkN "hцghastighetskamera" ; - hoeghet_nn_1 = mkN "hцghet" "hцgheter" ; - hoeghus_nn_1 = mkN "hцghus" neutrum ; - hoeginkomsttagare_nn_1 = mkN "hцginkomsttagare" "hцginkomsttagare" ; - hoegklassig_av_1 = mkA "hцgklassig" ; - hoegkonjunktur_nn_1 = mkN "hцgkonjunktur" "hцgkonjunkturer" ; - hoegkultur_nn_1 = mkN "hцgkultur" "hцgkulturer" ; - hoegkvarter_nn_1 = mkN "hцgkvarter" "hцgkvarteret" "hцgkvarter" "hцgkvarteren" ; - hoegkyrklig_av_1 = mkA "hцgkyrklig" ; - hoeglaendare_nn_1 = mkN "hцglдndare" "hцglдndare" ; - hoegland_nn_1 = mkN "hцgland" "hцglandet" "hцglдnder" "hцglдnderna" ; - hoegljudd_av_1 = mkA "hцgljudd" ; - hoegmaalsbrott_nn_1 = mkN "hцgmеlsbrott" neutrum ; - hoegmodig_av_1 = mkA "hцgmodig" ; - hoegmolekylaer_av_1 = mkA "hцgmolekylдr" ; - hoegoensklig_av_1 = mkA "hцgцnsklig" ; - hoegoktanig_av_1 = mkA "hцgoktanig" ; - hoegplataa_nn_1 = mkN "hцgplatе" "hцgplatеer" ; - hoegrest_av_1 = mkA "hцgrest" "hцgrest" ; - hoegrestaandskultur_nn_1 = mkN "hцgrestеndskultur" "hцgrestеndskulturer" ; - hoegrev_nn_1 = mkN "hцgrev" neutrum ; - hoegroed_av_1 = mkA "hцgrцd" ; - hoegsaesong_nn_1 = mkN "hцgsдsong" "hцgsдsonger" ; - hoegsaete_nn_1 = mkN "hцgsдte" ; - hoegsint_av_1 = mkA "hцgsint" "hцgsint" ; - hoegskoleadjunkt_nn_1 = mkN "hцgskoleadjunkt" "hцgskoleadjunkter" ; - hoegskolelektor_nn_1 = mkN "hцgskolelektor" "hцgskolelektorer" ; - hoegslaett_nn_1 = mkN "hцgslдtt" "hцgslдtter" ; - hoegsommar_nn_1 = mkN "hцgsommar" "hцgsommarn" "hцgsommrar" "hцgsommrarna" ; - hoegspaend_av_1 = mkA "hцgspдnd" ; - hoegspaenning_nn_1 = mkN "hцgspдnning" ; - hoegst_ab_1 = mkAdv "hцgst" ; - hoegstadium_nn_1 = mkN "hцgstadium" "hцgstadiet" "hцgstadier" "hцgstadierna" ; - hoegstaemd_av_1 = mkA "hцgstдmd" "hцgstдmt" ; - hoegstbjudande_av_1 = mkA "hцgstbjudande" ; - hoegtalare_nn_1 = mkN "hцgtalare" "hцgtalare" ; - hoegteknologisk_av_1 = mkA "hцgteknologisk" ; - hoegtflygande_av_1 = mkA "hцgtflygande" ; - hoegtid_nn_1 = mkN "hцgtid" "hцgtider" ; - hoegtidlig_av_1 = mkA "hцgtidlig" ; - hoegtidlighaalla_vb_1 = mkV "hцgtidlighеlla" "hцgtidlighцll" "hцgtidlighеllit" ; - hoegtidlighet_nn_1 = mkN "hцgtidlighet" "hцgtidligheter" ; - hoegtidsaar_nn_1 = mkN "hцgtidsеr" neutrum ; - hoegtidsdag_nn_1 = mkN "hцgtidsdag" ; - hoegtidsdraekt_nn_1 = mkN "hцgtidsdrдkt" "hцgtidsdrдkter" ; - hoegtidsstund_nn_1 = mkN "hцgtidsstund" "hцgtidsstunder" ; - hoegtidstal_nn_1 = mkN "hцgtidstal" "hцgtidstalet" "hцgtidstalen" "hцgtidstalena" ; - hoegtravande_av_1 = mkA "hцgtravande" ; - hoegtryck_nn_1 = mkN "hцgtryck" neutrum ; - hoegtrycksrygg_nn_1 = mkN "hцgtrycksrygg" ; - hoegtstaaende_av_1 = mkA "hцgtstеende" ; - hoegtysk_av_1 = mkA "hцgtysk" ; - hoegvaelboren_av_1 = mkA "hцgvдlboren" "hцgvдlboret" ; - hoegvaerdig_av_1 = mkA "hцgvдrdig" ; - hoegvaext_av_1 = mkA "hцgvдxt" "hцgvдxt" ; - hoegvakt_nn_1 = mkN "hцgvakt" "hцgvakter" ; - hoegvall_nn_1 = mkN "hцgvall" ; - hoegvallskloever_nn_1 = mkN "hцgvallsklцver" "hцgvallsklцvern" "hцgvallsklцver" "hцgvallsklцverna" ; - hoegvatten_nn_1 = mkN "hцgvatten" "hцgvattnet" "hцgvatten" "hцgvattnen" ; - hoegvoerdig_av_1 = mkA "hцgvцrdig" ; - hoegvoerdighet_nn_1 = mkN "hцgvцrdighet" "hцgvцrdigheter" ; - hoegvuxen_av_1 = mkA "hцgvuxen" "hцgvuxet" ; - hoejd_nn_1 = mkN "hцjd" "hцjder" ; - hoejdare_nn_1 = mkN "hцjdare" "hцjdare" ; - hoejdbestaemning_nn_1 = mkN "hцjdbestдmning" ; - hoejdhopp_nn_1 = mkN "hцjdhopp" neutrum ; - hoejdhoppare_nn_1 = mkN "hцjdhoppare" "hцjdhoppare" ; - hoejdhoppstaevling_nn_1 = mkN "hцjdhoppstдvling" ; - hoejdlaege_nn_1 = mkN "hцjdlдge" ; - hoejdmaetare_nn_1 = mkN "hцjdmдtare" "hцjdmдtare" ; - hoejdmaetning_nn_1 = mkN "hцjdmдtning" ; - hoejdpunkt_nn_1 = mkN "hцjdpunkt" "hцjdpunkter" ; - hoejdrygg_nn_1 = mkN "hцjdrygg" ; - hoejdskillnad_nn_1 = mkN "hцjdskillnad" "hцjdskillnader" ; - hoejdstraeckning_nn_1 = mkN "hцjdstrдckning" ; - hoejning_nn_1 = mkN "hцjning" ; - hoek_nn_1 = mkN "hцk" ; - hoekare_nn_1 = mkN "hцkare" "hцkare" ; - hoekeri_nn_1 = mkN "hцkeri" "hцkerit" "hцkerier" "hцkerierna" ; - hoeknatt_nn_1 = mkN "hцknatt" "hцknдtter" ; - hoelja_nn_1 = mkN "hцlja" ; - hoelster_nn_1 = mkN "hцlster" neutrum ; - hoens_nn_1 = mkN "hцns" neutrum ; - hoensaegg_nn_1 = mkN "hцnsдgg" neutrum ; - hoensbaer_nn_1 = mkN "hцnsbдr" neutrum ; - hoenseri_nn_1 = mkN "hцnseri" "hцnserit" "hцnserier" "hцnserierna" ; - hoensfaagel_nn_1 = mkN "hцnsfеgel" ; - hoensgaard_nn_1 = mkN "hцnsgеrd" ; - hoensig_av_1 = mkA "hцnsig" ; - hoensnaet_nn_1 = mkN "hцnsnдt" neutrum ; - hoerapparat_nn_1 = mkN "hцrapparat" "hцrapparater" ; - hoerbar_av_1 = mkA "hцrbar" ; - hoerbarhet_nn_1 = mkN "hцrbarhet" "hцrbarheter" ; - hoerbarligen_ab_1 = mkAdv "hцrbarligen" ; - hoerlur_nn_1 = mkN "hцrlur" ; - hoern_nn_1 = mkN "hцrn" neutrum ; - hoernhus_nn_1 = mkN "hцrnhus" neutrum ; - hoernpelare_nn_1 = mkN "hцrnpelare" "hцrnpelare" ; - hoernsten_nn_1 = mkN "hцrnsten" "hцrnstenen" "hцrnstenar" "hцrnstenarna" ; - hoerntand_nn_1 = mkN "hцrntand" "hцrntдnder" ; - hoersaegen_nn_1 = mkN "hцrsдgen" "hцrsдgenn" "hцrsдgner" "hцrsдgnerna" ; - hoersaga_nn_1 = mkN "hцrsaga" ; - hoersal_nn_1 = mkN "hцrsal" ; - hoersam_av_1 = mkA "hцrsam" "hцrsamt" "hцrsamma" "hцrsamma" "hцrsammare" "hцrsammast" "hцrsammaste" ; - hoerselben_nn_1 = mkN "hцrselben" neutrum ; - hoerselklass_nn_1 = mkN "hцrselklass" "hцrselklasser" ; - hoerselorgan_nn_1 = mkN "hцrselorgan" neutrum ; - hoerspel_nn_1 = mkN "hцrspel" "hцrspelet" "hцrspel" "hцrspelen" ; - hoertelefon_nn_1 = mkN "hцrtelefon" "hцrtelefoner" ; - hoesaate_nn_1 = mkN "hцsеte" utrum ; - hoesaeck_nn_1 = mkN "hцsдck" ; - hoeskulle_nn_1 = mkN "hцskulle" utrum ; - hoest_nn_1 = mkN "hцst" ; - hoestack_nn_1 = mkN "hцstack" ; - hoestdagjaemning_nn_1 = mkN "hцstdagjдmning" ; - hoestlig_av_1 = mkA "hцstlig" ; - hoestsaesong_nn_1 = mkN "hцstsдsong" "hцstsдsonger" ; - hoestslakt_nn_1 = mkN "hцstslakt" "hцstslakter" ; - hoesttermin_nn_1 = mkN "hцsttermin" "hцstterminer" ; - hoestvaeder_nn_1 = mkN "hцstvдder" neutrum ; - hoetapp_nn_1 = mkN "hцtapp" ; - hoetork_nn_1 = mkN "hцtork" ; - hoevaalm_nn_1 = mkN "hцvеlm" ; - hoevaendare_nn_1 = mkN "hцvдndare" "hцvдndare" ; - hoevding_nn_1 = mkN "hцvding" ; - hoevisk_av_1 = mkA "hцvisk" ; - hoevitsman_nn_1 = mkN "hцvitsman" "hцvitsmannen" "hцvitsmдn" "hцvitsmдnnen" ; - hoevlig_av_1 = mkA "hцvlig" ; - hoevlighet_nn_1 = mkN "hцvlighet" "hцvligheter" ; - hoevlighetsvisit_nn_1 = mkN "hцvlighetsvisit" "hцvlighetsvisiter" ; - hoj_nn_1 = mkN "hoj" ; - holdingbolag_nn_1 = mkN "holdingbolag" neutrum ; - holistisk_av_1 = mkA "holistisk" ; - holk_nn_1 = mkN "holk" ; - hollaendare_nn_1 = mkN "hollдndare" "hollдndare" ; - hollaendsk_av_1 = mkA "hollдndsk" ; - hollaendska_nn_2 = mkN "hollдndska" ; - holme_nn_1 = mkN "holme" utrum ; - holmgaang_nn_1 = mkN "holmgеng" ; - hologram_nn_1 = mkN "hologram" "hologrammet" "hologram" "hologrammen" ; - holt_nn_1 = mkN "holt" neutrum ; - homeopat_nn_1 = mkN "homeopat" "homeopater" ; - homeopatisk_av_1 = mkA "homeopatisk" ; - homerisk_av_1 = mkA "homerisk" ; - homilet_nn_1 = mkN "homilet" "homileter" ; - homiletisk_av_1 = mkA "homiletisk" ; - homofil_nn_1 = mkN "homofil" "homofiler" ; - homofon_av_1 = mkA "homofon" ; - homofon_nn_1 = mkN "homofon" "homofoner" ; - homogen_av_1 = mkA "homogen" ; - homogenitet_nn_1 = mkN "homogenitet" "homogeniteter" ; - homograf_av_1 = mkA "homograf" ; - homograf_nn_1 = mkN "homograf" "homografer" ; - homolog_av_1 = mkA "homolog" ; - homonym_av_1 = mkA "homonym" ; - homonym_nn_1 = mkN "homonym" "homonymer" ; - homonymi_nn_1 = mkN "homonymi" "homonymier" ; - homosexualitet_nn_1 = mkN "homosexualitet" "homosexualiteter" ; - homosexuell_av_1 = mkA "homosexuell" ; - homozygot_av_1 = mkA "homozygot" "homozygot" ; - homozygot_nn_1 = mkN "homozygot" "homozygoter" ; - honduran_nn_1 = mkN "honduran" "honduraner" ; - honduransk_av_1 = mkA "honduransk" ; - honlig_av_1 = mkA "honlig" ; - honnett_av_1 = mkA "honnett" ; - honnoer_nn_1 = mkN "honnцr" "honnцrer" ; - honnoersbetyg_nn_1 = mkN "honnцrsbetyg" neutrum ; - honnoersbord_nn_1 = mkN "honnцrsbord" neutrum ; - honnoersord_nn_1 = mkN "honnцrsord" neutrum ; - honnoerspost_nn_1 = mkN "honnцrspost" "honnцrsposter" ; - honoraer_av_1 = mkA "honorдr" ; - honorar_nn_1 = mkN "honorar" neutrum ; - honungslen_av_1 = mkA "honungslen" ; - honungsmelon_nn_1 = mkN "honungsmelon" "honungsmeloner" ; - honungsskivling_nn_1 = mkN "honungsskivling" ; - hop_nn_1 = mkN "hop" ; - hopbiten_av_1 = mkA "hopbiten" "hopbitet" ; - hopblandning_nn_1 = mkN "hopblandning" ; - hopbyggd_av_1 = mkA "hopbyggd" "hopbyggt" ; - hopdragning_nn_1 = mkN "hopdragning" ; - hopfaellbar_av_1 = mkA "hopfдllbar" ; - hopfaelld_av_1 = mkA "hopfдlld" "hopfдllt" ; - hopklumpning_nn_1 = mkN "hopklumpning" ; - hopknaeppt_av_1 = mkA "hopknдppt" "hopknдppt" ; - hopknyta_vb_1 = mkV "hopknyta" "hopknцt" "hopknutit" ; - hopkok_nn_1 = mkN "hopkok" neutrum ; - hopkommen_av_1 = mkA "hopkommen" "hopkommet" "hopkomna" "hopkomna" "hopkomnare" "hopkomnast" "hopkomnaste" ; - hopkoppling_nn_1 = mkN "hopkoppling" ; - hopkrupen_av_1 = mkA "hopkrupen" "hopkrupet" ; - hoplit_nn_1 = mkN "hoplit" "hopliter" ; - hopp_i_landkalle_nn_1 = mkN "hopp-i-landkalle" utrum ; - hopp_nn_1 = mkN "hopp" neutrum ; - hoppare_nn_1 = mkN "hoppare" "hoppare" ; - hoppbacke_nn_1 = mkN "hoppbacke" utrum ; - hoppeligen_ab_1 = mkAdv "hoppeligen" ; - hoppfoersoek_nn_1 = mkN "hoppfцrsцk" neutrum ; - hoppfull_av_1 = mkA "hoppfull" ; - hoppig_av_1 = mkA "hoppig" ; - hoppingivande_av_1 = mkA "hoppingivande" ; - hoppledare_nn_1 = mkN "hoppledare" "hoppledare" ; - hopploes_av_1 = mkA "hopplцs" ; - hopploeshet_nn_1 = mkN "hopplцshet" "hopplцsheter" ; - hopprep_nn_1 = mkN "hopprep" neutrum ; - hoppstaellning_nn_1 = mkN "hoppstдllning" ; - hoppstjaert_nn_1 = mkN "hoppstjдrt" ; - hopptorn_nn_1 = mkN "hopptorn" neutrum ; - hopptraening_nn_1 = mkN "hopptrдning" ; - hopsjunken_av_1 = mkA "hopsjunken" "hopsjunket" ; - hopslagen_av_1 = mkA "hopslagen" "hopslaget" ; - hopsnodd_av_1 = mkA "hopsnodd" ; - hopsnoerd_av_1 = mkA "hopsnцrd" "hopsnцrt" ; - hopsnoerpt_av_1 = mkA "hopsnцrpt" "hopsnцrpt" ; - hopvaext_av_1 = mkA "hopvдxt" "hopvдxt" ; - hopvika_vb_1 = mkV "hopvika" "hopvek" "hopvikit" ; - hopvuxen_av_1 = mkA "hopvuxen" "hopvuxet" ; - horbock_nn_1 = mkN "horbock" ; - hord_nn_1 = mkN "hord" "horder" ; - horhus_nn_1 = mkN "horhus" neutrum ; - horisont_nn_1 = mkN "horisont" "horisonter" ; - horisontal_av_1 = mkA "horisontal" ; - horisontalplan_nn_1 = mkN "horisontalplan" neutrum ; - horisontell_av_1 = mkA "horisontell" ; - horisontproblem_nn_1 = mkN "horisontproblem" neutrum ; - hormon_nn_1 = mkN "hormon" neutrum ; - hormonbalans_nn_1 = mkN "hormonbalans" "hormonbalanser" ; - hormonell_av_1 = mkA "hormonell" ; - hormonfunktion_nn_1 = mkN "hormonfunktion" "hormonfunktioner" ; - hormonproduktion_nn_1 = mkN "hormonproduktion" "hormonproduktioner" ; - hormonsystem_nn_1 = mkN "hormonsystem" neutrum ; - horn_nn_1 = mkN "horn" neutrum ; - hornbaage_nn_1 = mkN "hornbеge" utrum ; - hornhinna_nn_1 = mkN "hornhinna" ; - hornist_nn_1 = mkN "hornist" "hornister" ; - hornliknande_av_1 = mkA "hornliknande" ; - hornloes_av_1 = mkA "hornlцs" ; - horologium_nn_1 = mkN "horologium" "horologiet" "horologier" "horologierna" ; - horoskop_nn_1 = mkN "horoskop" neutrum ; - horribel_av_1 = mkA "horribel" "horribelt" "horribla" "horribla" "horriblare" "horriblast" "horriblaste" ; - horroer_nn_1 = mkN "horrцr" "horrцrer" ; - horsgoek_nn_1 = mkN "horsgцk" ; - horst_nn_1 = mkN "horst" ; - hortonom_nn_1 = mkN "hortonom" "hortonomer" ; - hospital_nn_1 = mkN "hospital" neutrum ; - hospits_nn_1 = mkN "hospits" neutrum ; - hostanfall_nn_1 = mkN "hostanfall" neutrum ; - hostattack_nn_1 = mkN "hostattack" "hostattacker" ; - hostig_av_1 = mkA "hostig" ; - hostning_nn_1 = mkN "hostning" ; - hot_nn_1 = mkN "hot" neutrum ; - hotbild_nn_1 = mkN "hotbild" "hotbilder" ; - hotell_nn_1 = mkN "hotell" neutrum ; - hotellbrand_nn_1 = mkN "hotellbrand" "hotellbrдnder" ; - hotellgaest_nn_1 = mkN "hotellgдst" "hotellgдster" ; - hotellpojke_nn_1 = mkN "hotellpojke" utrum ; - hotellrum_nn_1 = mkN "hotellrum" "hotellrummet" "hotellrum" "hotellrummen" ; - hotelse_nn_1 = mkN "hotelse" "hotelser" ; - hotfull_av_1 = mkA "hotfull" ; - hottentotsk_av_1 = mkA "hottentotsk" ; - hottentotska_nn_2 = mkN "hottentotska" ; - hottentott_nn_1 = mkN "hottentott" "hottentotter" ; - hov_nn_1 = mkN "hov" ; - hov_nn_2 = mkN "hov" neutrum ; - hovbeslag_nn_1 = mkN "hovbeslag" neutrum ; - hovbetjaent_nn_1 = mkN "hovbetjдnt" "hovbetjдnter" ; - hovdam_nn_1 = mkN "hovdam" "hovdamer" ; - hovdjur_nn_1 = mkN "hovdjur" neutrum ; - hovkapell_nn_1 = mkN "hovkapell" neutrum ; - hovleverantoer_nn_1 = mkN "hovleverantцr" "hovleverantцrer" ; - hovmaestare_nn_1 = mkN "hovmдstare" "hovmдstare" ; - hovman_nn_1 = mkN "hovman" "hovmannen" "hovmдn" "hovmдnnen" ; - hovmarskalk_nn_1 = mkN "hovmarskalk" ; - hovnarr_nn_1 = mkN "hovnarr" ; - hovnigning_nn_1 = mkN "hovnigning" ; - hovraett_nn_1 = mkN "hovrдtt" "hovrдtter" ; - hovraettspresident_nn_1 = mkN "hovrдttspresident" "hovrдttspresidenter" ; - hovraettsraad_nn_1 = mkN "hovrдttsrеd" neutrum ; - hovsam_av_1 = mkA "hovsam" "hovsamt" "hovsamma" "hovsamma" "hovsammare" "hovsammast" "hovsammaste" ; - hovslag_nn_1 = mkN "hovslag" neutrum ; - hovslagare_nn_1 = mkN "hovslagare" "hovslagare" ; - hovstat_nn_1 = mkN "hovstat" "hovstater" ; - hovtaang_nn_1 = mkN "hovtеng" "hovtдnger" ; - hud_nn_1 = mkN "hud" ; - hudfaerg_nn_1 = mkN "hudfдrg" "hudfдrger" ; - hudflaeck_nn_1 = mkN "hudflдck" ; - hudinflammation_nn_1 = mkN "hudinflammation" "hudinflammationer" ; - hudkraem_nn_1 = mkN "hudkrдm" "hudkrдmer" ; - hudlager_nn_1 = mkN "hudlager" neutrum ; - hudloes_av_1 = mkA "hudlцs" ; - hudmedel_nn_1 = mkN "hudmedel" neutrum ; - hudnaera_av_1 = mkA "hudnдra" ; - hudoemsning_nn_1 = mkN "hudцmsning" ; - hudolja_nn_1 = mkN "hudolja" ; - hudsjukdom_nn_1 = mkN "hudsjukdom" ; - hudtransplantation_nn_1 = mkN "hudtransplantation" "hudtransplantationer" ; - hudutslag_nn_1 = mkN "hudutslag" neutrum ; - hudvaenlig_av_1 = mkA "hudvдnlig" ; - hudveck_nn_1 = mkN "hudveck" neutrum ; - hugenott_nn_1 = mkN "hugenott" "hugenotter" ; - hugg_nn_1 = mkN "hugg" neutrum ; - hugga_vb_1 = mkV "hugga" "hцgg" "huggit" ; - huggare_nn_1 = mkN "huggare" "huggare" ; - huggkrok_nn_1 = mkN "huggkrok" ; - huggkubb_nn_1 = mkN "huggkubb" ; - huggmejsel_nn_1 = mkN "huggmejsel" ; - huggorm_nn_1 = mkN "huggorm" ; - huggtand_nn_1 = mkN "huggtand" "huggtдnder" ; - hugnad_nn_1 = mkN "hugnad" "hugnader" ; - hugnesam_av_1 = mkA "hugnesam" "hugnesamt" "hugnesamma" "hugnesamma" "hugnesammare" "hugnesammast" "hugnesammaste" ; - hugskott_nn_1 = mkN "hugskott" neutrum ; - huld_av_1 = mkA "huld" "hult" ; - huldra_nn_1 = mkN "huldra" ; - huligan_nn_1 = mkN "huligan" "huliganer" ; - hulk_nn_1 = mkN "hulk" ; - hulling_nn_1 = mkN "hulling" ; - hult_nn_1 = mkN "hult" ; - human_av_1 = mkA "human" ; - humanekologisk_av_1 = mkA "humanekologisk" ; - humaniora_nn_1 = mkN "humaniora" "humanioran" "humaniora" "humaniorana" ; - humanist_nn_1 = mkN "humanist" "humanister" ; - humanistisk_av_1 = mkA "humanistisk" ; - humanitaer_av_1 = mkA "humanitдr" ; - humanitet_nn_1 = mkN "humanitet" "humaniteter" ; - humanvetenskap_nn_1 = mkN "humanvetenskap" "humanvetenskaper" ; - humbug_nn_1 = mkN "humbug" ; - humla_nn_1 = mkN "humla" ; - humleblomster_nn_1 = mkN "humleblomster" neutrum ; - hummer_nn_1 = mkN "hummer" "hummern" "hummrar" "hummrarna" ; - humoer_nn_1 = mkN "humцr" neutrum ; - humoermaenniska_nn_1 = mkN "humцrmдnniska" ; - humoerspelare_nn_1 = mkN "humцrspelare" "humцrspelare" ; - humoresk_nn_1 = mkN "humoresk" "humoresker" ; - humorist_nn_1 = mkN "humorist" "humorister" ; - humoristisk_av_1 = mkA "humoristisk" ; - humusaemne_nn_1 = mkN "humusдmne" ; - humusbunden_av_1 = mkA "humusbunden" "humusbundet" ; - humusfoerening_nn_1 = mkN "humusfцrening" ; - humushalt_nn_1 = mkN "humushalt" "humushalter" ; - humushaltig_av_1 = mkA "humushaltig" ; - humuskomponent_nn_1 = mkN "humuskomponent" "humuskomponenter" ; - humuskoncentration_nn_1 = mkN "humuskoncentration" "humuskoncentrationer" ; - humussubstans_nn_1 = mkN "humussubstans" "humussubstanser" ; - humusvatten_nn_1 = mkN "humusvatten" "humusvattnet" "humusvatten" "humusvattnen" ; - hund_nn_1 = mkN "hund" ; - hundaar_nn_1 = mkN "hundеr" neutrum ; - hundaexing_nn_1 = mkN "hundдxing" ; - hundben_nn_1 = mkN "hundben" neutrum ; - hundblick_nn_1 = mkN "hundblick" ; - hunddjur_nn_1 = mkN "hunddjur" neutrum ; - hundhalsband_nn_1 = mkN "hundhalsband" neutrum ; - hundhuvud_nn_1 = mkN "hundhuvud" "hundhuvudet" "hundhuvuden" "hundhuvudena" ; - hundhuvudet_ab_1 = mkAdv "hundhuvudet" ; - hundkaex_nn_2 = mkN "hundkдx" neutrum ; - hundkapploepning_nn_1 = mkN "hundkapplцpning" ; - hundkex_nn_1 = mkN "hundkex" neutrum ; - hundlort_nn_1 = mkN "hundlort" ; - hundoera_nn_1 = mkN "hundцra" "hundцrat" "hundцron" "hundцronen" ; - hundradel_nn_1 = mkN "hundradel" "hundradelen" "hundradelar" "hundradelarna" ; - hundrafalt_ab_1 = mkAdv "hundrafalt" ; - hundrakronorssedel_nn_1 = mkN "hundrakronorssedel" ; - hundralapp_nn_1 = mkN "hundralapp" ; - hundraprocentig_av_1 = mkA "hundraprocentig" ; - hundras_nn_1 = mkN "hundras" "hundraser" ; - hundratal_nn_1 = mkN "hundratal" "hundratalet" "hundratalen" "hundratalena" ; - hundratals_ab_1 = mkAdv "hundratals" ; - hundratusental_nn_1 = mkN "hundratusental" "hundratusentalet" "hundratusentalen" "hundratusentalena" ; - hundratusentonnare_nn_1 = mkN "hundratusentonnare" "hundratusentonnare" ; - hundring_nn_1 = mkN "hundring" ; - hundskatt_nn_1 = mkN "hundskatt" "hundskatter" ; - hundslaede_nn_1 = mkN "hundslдde" utrum ; - hundvakt_nn_1 = mkN "hundvakt" "hundvakter" ; - hundvalp_nn_1 = mkN "hundvalp" ; - hungerstrejk_nn_1 = mkN "hungerstrejk" "hungerstrejker" ; - hungrig_av_1 = mkA "hungrig" ; - hunner_nn_1 = mkN "hunner" "hunnern" "hunner" "hunnerna" ; - hur_ab_1 = mkAdv "hur" ; - hurra_nn_1 = mkN "hurra" "hurrat" "hurra" "hurrana" ; - hurrarop_nn_1 = mkN "hurrarop" neutrum ; - hurril_nn_1 = mkN "hurril" ; - hursomhelst_ab_1 = mkAdv "hursomhelst" ; - hurtbulle_nn_1 = mkN "hurtbulle" utrum ; - hurtfrisk_av_1 = mkA "hurtfrisk" ; - hurtig_av_1 = mkA "hurtig" ; - hurts_nn_1 = mkN "hurts" ; - huru_ab_1 = mkAdv "huru" ; - huruledes_ab_1 = mkAdv "huruledes" ; - hus_nn_1 = mkN "hus" neutrum ; - husaegare_nn_1 = mkN "husдgare" "husдgare" ; - husandakt_nn_1 = mkN "husandakt" "husandakter" ; - husapotek_nn_1 = mkN "husapotek" neutrum ; - husar_nn_1 = mkN "husar" "husarer" ; - husbaat_nn_1 = mkN "husbеt" ; - husbehov_nn_1 = mkN "husbehov" neutrum ; - husbil_nn_1 = mkN "husbil" ; - husbock_nn_1 = mkN "husbock" ; - husbonde_nn_1 = mkN "husbonde" "husbцnder" ; - husbygge_nn_1 = mkN "husbygge" ; - husdjur_nn_1 = mkN "husdjur" neutrum ; - husesyn_nn_1 = mkN "husesyn" "husesyner" ; - husfader_nn_1 = mkN "husfader" "husfadern" "husfдder" "husfдderna" ; - husfoerestaandarinna_nn_1 = mkN "husfцrestеndarinna" ; - husfoerhoer_nn_1 = mkN "husfцrhцr" neutrum ; - husfru_nn_1 = mkN "husfru" ; - husgavel_nn_1 = mkN "husgavel" ; - husgeraad_nn_1 = mkN "husgerеd" neutrum ; - husgrund_nn_1 = mkN "husgrund" "husgrunder" ; - husgud_nn_1 = mkN "husgud" ; - hushaall_nn_1 = mkN "hushеll" neutrum ; - hushaallerska_nn_1 = mkN "hushеllerska" ; - hushaallningssaellskap_nn_1 = mkN "hushеllningssдllskap" "hushеllningssдllskapet" "hushеllningssдllskapen" "hushеllningssдllskapena" ; - hushaallsassistent_nn_1 = mkN "hushеllsassistent" "hushеllsassistenter" ; - hushaallsost_nn_1 = mkN "hushеllsost" ; - hushaallsrulle_nn_1 = mkN "hushеllsrulle" utrum ; - hushaallsvaag_nn_1 = mkN "hushеllsvеg" ; - husknut_nn_1 = mkN "husknut" ; - huskors_nn_1 = mkN "huskors" neutrum ; - huskropp_nn_1 = mkN "huskropp" ; - huskur_nn_1 = mkN "huskur" "huskurer" ; - huslaekare_nn_1 = mkN "huslдkare" "huslдkare" ; - huslig_av_1 = mkA "huslig" ; - husmor_nn_1 = mkN "husmoder" "husmodern" "husmцdrar" "husmцdrarna" ; - husorgan_nn_1 = mkN "husorgan" neutrum ; - husrannsakning_nn_1 = mkN "husrannsakning" ; - husse_nn_1 = mkN "husse" utrum ; - hustimmer_nn_1 = mkN "hustimmer" neutrum ; - hustomte_nn_1 = mkN "hustomte" utrum ; - hustru_nn_1 = mkN "hustru" "hustrun" "hustrur" "hustrurna" ; - hustrutillaegg_nn_1 = mkN "hustrutillдgg" neutrum ; - hustyrann_nn_1 = mkN "hustyrann" "hustyranner" ; - husundersoekning_nn_1 = mkN "husundersцkning" ; - husvagn_nn_1 = mkN "husvagn" ; - husvill_av_1 = mkA "husvill" ; - hutch_nn_1 = mkN "hutch" ; - hutloes_av_1 = mkA "hutlцs" ; - hutt_nn_1 = mkN "hutt" ; - huv_nn_1 = mkN "huv" ; - huvud_nn_1 = mkN "huvud" "huvudet" "huvuden" "huvudena" ; - huvudaemne_nn_1 = mkN "huvudдmne" ; - huvudanstalt_nn_1 = mkN "huvudanstalt" "huvudanstalter" ; - huvudavtal_nn_1 = mkN "huvudavtal" "huvudavtalet" "huvudavtalen" "huvudavtalena" ; - huvudaxel_nn_1 = mkN "huvudaxel" ; - huvudbjudning_nn_1 = mkN "huvudbjudning" ; - huvudbok_nn_1 = mkN "huvudbok" "huvudbцcker" ; - huvudbonad_nn_1 = mkN "huvudbonad" "huvudbonader" ; - huvudbyggnad_nn_1 = mkN "huvudbyggnad" "huvudbyggnader" ; - huvuddel_nn_1 = mkN "huvuddel" "huvuddelen" "huvuddelar" "huvuddelarna" ; - huvuddrag_nn_1 = mkN "huvuddrag" neutrum ; - huvudentre_nn_1 = mkN "huvudentrй" "huvudentrйer" ; - huvudfigur_nn_1 = mkN "huvudfigur" "huvudfigurer" ; - huvudfoerhandling_nn_1 = mkN "huvudfцrhandling" ; - huvudform_nn_1 = mkN "huvudform" ; - huvudfunktion_nn_1 = mkN "huvudfunktion" "huvudfunktioner" ; - huvudgaerd_nn_1 = mkN "huvudgдrd" "huvudgдrder" ; - huvudingaang_nn_1 = mkN "huvudingеng" ; - huvudinkomst_nn_1 = mkN "huvudinkomst" "huvudinkomster" ; - huvudinnehaall_nn_1 = mkN "huvudinnehеll" neutrum ; - huvudjaegare_nn_1 = mkN "huvudjдgare" "huvudjдgare" ; - huvudkontor_nn_1 = mkN "huvudkontor" neutrum ; - huvudkvarter_nn_1 = mkN "huvudkvarter" "huvudkvarteret" "huvudkvarter" "huvudkvarteren" ; - huvudlaerare_nn_1 = mkN "huvudlдrare" "huvudlдrare" ; - huvudlag_nn_1 = mkN "huvudlag" neutrum ; - huvudled_nn_1 = mkN "huvudled" "huvudleder" ; - huvudledning_nn_1 = mkN "huvudledning" ; - huvudlinje_nn_1 = mkN "huvudlinje" "huvudlinjer" ; - huvudloes_av_1 = mkA "huvudlцs" ; - huvudman_nn_1 = mkN "huvudman" "huvudmannen" "huvudmдn" "huvudmдnnen" ; - huvudmoment_nn_1 = mkN "huvudmoment" neutrum ; - huvudnaering_nn_1 = mkN "huvudnдring" ; - huvudnyckel_nn_1 = mkN "huvudnyckel" ; - huvudord_nn_1 = mkN "huvudord" neutrum ; - huvudorsak_nn_1 = mkN "huvudorsak" "huvudorsaker" ; - huvudperson_nn_1 = mkN "huvudperson" "huvudpersoner" ; - huvudpunkt_nn_1 = mkN "huvudpunkt" "huvudpunkter" ; - huvudraett_nn_1 = mkN "huvudrдtt" "huvudrдtter" ; - huvudregel_nn_1 = mkN "huvudregel" "huvudregeln" "huvudregler" "huvudreglerna" ; - huvudroll_nn_1 = mkN "huvudroll" "huvudroller" ; - huvudrollsinnehavare_nn_1 = mkN "huvudrollsinnehavare" "huvudrollsinnehavare" ; - huvudsak_nn_1 = mkN "huvudsak" "huvudsaker" ; - huvudsaklig_av_1 = mkA "huvudsaklig" ; - huvudsakligen_ab_1 = mkAdv "huvudsakligen" ; - huvudsats_nn_1 = mkN "huvudsats" "huvudsatser" ; - huvudskaal_nn_1 = mkN "huvudskеl" ; - huvudskael_nn_1 = mkN "huvudskдl" neutrum ; - huvudskakning_nn_1 = mkN "huvudskakning" ; - huvudstad_nn_1 = mkN "huvudstad" "huvudstдder" ; - huvudstol_nn_1 = mkN "huvudstol" ; - huvudstroembrytare_nn_1 = mkN "huvudstrцmbrytare" "huvudstrцmbrytare" ; - huvudstupa_ab_1 = mkAdv "huvudstupa" ; - huvudsvaal_nn_1 = mkN "huvudsvеl" ; - huvudtema_nn_1 = mkN "huvudtema" "huvudtemat" "huvudteman" "huvudtemana" ; - huvudtitel_nn_1 = mkN "huvudtitel" ; - huvudton_nn_1 = mkN "huvudton" "huvudtoner" ; - huvuduppgift_nn_1 = mkN "huvuduppgift" "huvuduppgifter" ; - huvudverb_nn_1 = mkN "huvudverb" neutrum ; - huvudvittne_nn_1 = mkN "huvudvittne" ; - hyacint_nn_1 = mkN "hyacint" "hyacinter" ; - hybrid_nn_1 = mkN "hybrid" "hybrider" ; - hycklare_nn_1 = mkN "hycklare" "hycklare" ; - hyckleri_nn_1 = mkN "hyckleri" "hycklerit" "hycklerier" "hycklerierna" ; - hydrat_nn_1 = mkN "hydrat" neutrum ; - hydraulisk_av_1 = mkA "hydraulisk" ; - hydrodynamisk_av_1 = mkA "hydrodynamisk" ; - hydrofob_av_1 = mkA "hydrofob" ; - hydrofon_nn_1 = mkN "hydrofon" "hydrofoner" ; - hydrofor_nn_1 = mkN "hydrofor" "hydroforen" "hydroforer" "hydroforerna" ; - hydrofyt_nn_1 = mkN "hydrofyt" "hydrofyter" ; - hydrokopter_nn_1 = mkN "hydrokopter" ; - hydrokultur_nn_1 = mkN "hydrokultur" "hydrokulturer" ; - hydrolog_nn_1 = mkN "hydrolog" "hydrologer" ; - hydrologisk_av_1 = mkA "hydrologisk" ; - hydrolys_nn_1 = mkN "hydrolys" "hydrolyser" ; - hydroplan_nn_1 = mkN "hydroplan" neutrum ; - hydrostatisk_av_1 = mkA "hydrostatisk" ; - hydroxid_nn_1 = mkN "hydroxid" "hydroxider" ; - hydroxidjon_nn_1 = mkN "hydroxidjon" "hydroxidjoner" ; - hyende_nn_1 = mkN "hyende" ; - hyf_nn_1 = mkN "hyf" "hyfer" ; - hygge_nn_1 = mkN "hygge" ; - hyggesbraenning_nn_1 = mkN "hyggesbrдnning" ; - hygglig_av_1 = mkA "hygglig" ; - hygglo_nn_1 = mkN "hygglo" "hygglot" "hygglon" "hygglona" ; - hygienisk_av_1 = mkA "hygienisk" ; - hygienist_nn_1 = mkN "hygienist" "hygienister" ; - hygrograf_nn_1 = mkN "hygrograf" "hygrografer" ; - hygrometer_nn_1 = mkN "hygrometer" ; - hygroskopisk_av_1 = mkA "hygroskopisk" ; - hyllmeter_nn_1 = mkN "hyllmeter" ; - hyllning_nn_1 = mkN "hyllning" ; - hyllningsdikt_nn_1 = mkN "hyllningsdikt" "hyllningsdikter" ; - hyllningssaang_nn_1 = mkN "hyllningssеng" "hyllningssеnger" ; - hymn_nn_1 = mkN "hymn" "hymner" ; - hyperbel_nn_1 = mkN "hyperbel" "hyperbeln" "hyperbler" "hyperblerna" ; - hyperbol_nn_1 = mkN "hyperbol" "hyperboler" ; - hyperbolisk_av_1 = mkA "hyperbolisk" ; - hyperbore_nn_1 = mkN "hyperborй" "hyperborйer" ; - hyperit_nn_1 = mkN "hyperit" "hyperiter" ; - hyperkaenslig_av_1 = mkA "hyperkдnslig" ; - hyperkatalektisk_av_1 = mkA "hyperkatalektisk" ; - hyperkorrekt_av_1 = mkA "hyperkorrekt" "hyperkorrekt" ; - hypermodern_av_1 = mkA "hypermodern" ; - hypersvecism_nn_1 = mkN "hypersvecism" "hypersvecismer" ; - hypertrofi_nn_1 = mkN "hypertrofi" "hypertrofier" ; - hypnos_nn_1 = mkN "hypnos" "hypnoser" ; - hypnotisk_av_1 = mkA "hypnotisk" ; - hypnotisoer_nn_1 = mkN "hypnotisцr" "hypnotisцrer" ; - hypofys_nn_1 = mkN "hypofys" "hypofyser" ; - hypofyshormon_nn_1 = mkN "hypofyshormon" neutrum ; - hypokonder_nn_1 = mkN "hypokonder" "hypokondern" "hypokondrer" "hypokondrerna" ; - hypokondri_nn_1 = mkN "hypokondri" "hypokondrier" ; - hypokondriker_nn_1 = mkN "hypokondriker" "hypokondrikern" "hypokondriker" "hypokondrikerna" ; - hypokondrisk_av_1 = mkA "hypokondrisk" ; - hypokrit_nn_1 = mkN "hypokrit" "hypokriter" ; - hypokritisk_av_1 = mkA "hypokritisk" ; - hypotaktisk_av_1 = mkA "hypotaktisk" ; - hypotek_nn_1 = mkN "hypotek" neutrum ; - hypotekslaan_nn_1 = mkN "hypotekslеn" neutrum ; - hypotes_nn_1 = mkN "hypotes" "hypoteser" ; - hypotetisk_av_1 = mkA "hypotetisk" ; - hypsometer_nn_1 = mkN "hypsometer" ; - hyresgaest_nn_1 = mkN "hyresgдst" "hyresgдster" ; - hyreshaj_nn_1 = mkN "hyreshaj" ; - hyreshus_nn_1 = mkN "hyreshus" neutrum ; - hyreskasern_nn_1 = mkN "hyreskasern" "hyreskaserner" ; - hyreskontrakt_nn_1 = mkN "hyreskontrakt" neutrum ; - hyreslaegenhet_nn_1 = mkN "hyreslдgenhet" "hyreslдgenheter" ; - hyresnaemnd_nn_1 = mkN "hyresnдmnd" "hyresnдmnder" ; - hyresreglering_nn_1 = mkN "hyresreglering" ; - hyrestillaegg_nn_1 = mkN "hyrestillдgg" neutrum ; - hyrestvist_nn_1 = mkN "hyrestvist" "hyrestvister" ; - hyresvaerd_nn_1 = mkN "hyresvдrd" ; - hyss_nn_1 = mkN "hyss" neutrum ; - hysteriker_nn_1 = mkN "hysteriker" "hysterikern" "hysteriker" "hysterikerna" ; - hysterisk_av_1 = mkA "hysterisk" ; - hytt_nn_1 = mkN "hytt" "hytter" ; - hyvel_nn_1 = mkN "hyvel" ; - hyvelbaenk_nn_1 = mkN "hyvelbдnk" ; - hyveljaern_nn_1 = mkN "hyveljдrn" neutrum ; - hyvelspaan_nn_1 = mkN "hyvelspеn" neutrum ; - hyvelstaal_nn_1 = mkN "hyvelstеl" neutrum ; - hyvens_av_1 = mkA "hyvens" ; - i_ab_1 = mkAdv "i" ; - i_land_nn_1 = mkN "i-land" "i-landet" "i-lдnder" "i-lдnderna" ; - iaktta_vb_1 = mkV "iaktta" "iakttar" "iaktta" "iakttog" "iakttagit" "iakttagen" ; - iakttagare_nn_1 = mkN "iakttagare" "iakttagare" ; - iakttagelse_nn_1 = mkN "iakttagelse" "iakttagelser" ; - iberisk_av_1 = mkA "iberisk" ; - ibero_amerikansk_av_1 = mkA "ibero-amerikansk" ; - ibidem_ab_1 = mkAdv "ibidem" ; - ibis_nn_1 = mkN "ibis" ; - ibisfaagel_nn_1 = mkN "ibisfеgel" ; - ibland_ab_1 = mkAdv "ibland" ; - icing_nn_1 = mkN "icing" ; - icke_ab_1 = mkAdv "icke" ; - icke_angreppspakt_nn_1 = mkN "icke-angreppspakt" "icke-angreppspakter" ; - icke_darwinistisk_av_1 = mkA "icke-darwinistisk" ; - icke_euklidisk_av_1 = mkA "icke-euklidisk" ; - icke_existerande_av_1 = mkA "icke-existerande" ; - icke_haendelse_nn_1 = mkN "icke-hдndelse" "icke-hдndelser" ; - icke_individuell_av_1 = mkA "icke-individuell" ; - icke_kristen_av_1 = mkA "icke-kristen" "icke-kristet" ; - icke_linjaer_av_1 = mkA "icke-linjдr" ; - icke_metall_nn_1 = mkN "icke-metall" "icke-metaller" ; - icke_periodisk_av_1 = mkA "icke-periodisk" ; - icke_spridningsavtal_nn_1 = mkN "icke-spridningsavtal" "icke-spridningsavtalet" "icke-spridningsavtalen" "icke-spridningsavtalena" ; - icke_symmetrisk_av_1 = mkA "icke-symmetrisk" ; - id_nn_1 = mkN "id" ; - idag_ab_1 = mkAdv "idag" ; - ide_nn_1 = mkN "idй" "idйer" ; - ideal_av_1 = mkA "ideal" ; - ideal_nn_1 = mkN "ideal" neutrum ; - idealisering_nn_1 = mkN "idealisering" ; - idealisk_av_1 = mkA "idealisk" ; - idealist_nn_1 = mkN "idealist" "idealister" ; - idealistisk_av_1 = mkA "idealistisk" ; - idealitet_nn_1 = mkN "idealitet" "idealiteter" ; - idealvaerld_nn_1 = mkN "idealvдrld" ; - ideassociation_nn_1 = mkN "idйassociation" "idйassociationer" ; - idedrama_nn_1 = mkN "idйdrama" "idйdramat" "idйdraman" "idйdramana" ; - ideell_av_1 = mkA "ideell" ; - idegivare_nn_1 = mkN "idйgivare" "idйgivare" ; - idegran_nn_1 = mkN "idegran" ; - ideklaeckning_nn_1 = mkN "idйklдckning" ; - idel_ab_1 = mkAdv "idel" ; - idelig_av_1 = mkA "idelig" ; - ideligen_ab_1 = mkAdv "ideligen" ; - idemoete_nn_1 = mkN "idйmцte" ; - identifiering_nn_1 = mkN "identifiering" ; - identifikation_nn_1 = mkN "identifikation" "identifikationer" ; - identisk_av_1 = mkA "identisk" ; - identitet_nn_1 = mkN "identitet" "identiteter" ; - identitetskort_nn_1 = mkN "identitetskort" neutrum ; - ideografisk_av_1 = mkA "ideografisk" ; - ideogram_nn_1 = mkN "ideogram" "ideogrammet" "ideogram" "ideogrammen" ; - ideolog_nn_1 = mkN "ideolog" "ideologer" ; - ideologi_nn_1 = mkN "ideologi" "ideologier" ; - ideologisk_av_1 = mkA "ideologisk" ; - iderik_av_1 = mkA "idйrik" ; - idevaerld_nn_1 = mkN "idйvдrld" ; - idiolekt_nn_1 = mkN "idiolekt" "idiolekter" ; - idiom_nn_1 = mkN "idiom" neutrum ; - idiomatisk_av_1 = mkA "idiomatisk" ; - idiopatisk_av_1 = mkA "idiopatisk" ; - idiosynkrasi_nn_1 = mkN "idiosynkrasi" "idiosynkrasier" ; - idiot_nn_1 = mkN "idiot" "idioter" ; - idioti_nn_1 = mkN "idioti" "idiotier" ; - idiotisk_av_1 = mkA "idiotisk" ; - idiotsaeker_av_1 = mkA "idiotsдker" "idiotsдkert" "idiotsдkra" "idiotsдkra" "idiotsдkrare" "idiotsдkrast" "idiotsдkraste" ; - idisslare_nn_1 = mkN "idisslare" "idisslare" ; - idkare_nn_1 = mkN "idkare" "idkare" ; - idog_av_1 = mkA "idog" ; - idol_nn_1 = mkN "idol" "idoler" ; - idrott_nn_1 = mkN "idrott" "idrotter" ; - idrottsdag_nn_1 = mkN "idrottsdag" ; - idrottsdraekt_nn_1 = mkN "idrottsdrдkt" "idrottsdrдkter" ; - idrottsfoerening_nn_1 = mkN "idrottsfцrening" ; - idrottsgren_nn_1 = mkN "idrottsgren" "idrottsgrenen" "idrottsgrenar" "idrottsgrenarna" ; - idrottsgymnasium_nn_1 = mkN "idrottsgymnasium" "idrottsgymnasiet" "idrottsgymnasier" "idrottsgymnasierna" ; - idrottshall_nn_1 = mkN "idrottshall" ; - idrottsklubb_nn_1 = mkN "idrottsklubb" ; - idrottskompani_nn_1 = mkN "idrottskompani" "idrottskompanit" "idrottskompanier" "idrottskompanierna" ; - idrottskvinna_nn_1 = mkN "idrottskvinna" ; - idrottslig_av_1 = mkA "idrottslig" ; - idrottsman_nn_1 = mkN "idrottsman" "idrottsmannen" "idrottsmдn" "idrottsmдnnen" ; - idrottsplats_nn_1 = mkN "idrottsplats" "idrottsplatser" ; - idrottsroerelse_nn_1 = mkN "idrottsrцrelse" "idrottsrцrelser" ; - idrottssko_nn_1 = mkN "idrottssko" "idrottsskor" ; - idrottstaevling_nn_1 = mkN "idrottstдvling" ; - idyll_nn_1 = mkN "idyll" "idyller" ; - idylliker_nn_1 = mkN "idylliker" "idyllikern" "idylliker" "idyllikerna" ; - idyllisk_av_1 = mkA "idyllisk" ; - ifatt_ab_1 = mkAdv "ifatt" ; - ifjol_ab_1 = mkAdv "ifjol" ; - ifraaga_ab_1 = mkAdv "ifrеga" ; - ifraagakomma_vb_1 = mkV "ifrеgakomma" "ifrеgakom" "ifrеgakommit" ; - ifraagavarande_av_1 = mkA "ifrеgavarande" ; - ifraan_ab_1 = mkAdv "ifrеn" ; - ifred_ab_1 = mkAdv "ifred" ; - ifyllnadsprov_nn_1 = mkN "ifyllnadsprov" neutrum ; - igaang_ab_1 = mkAdv "igеng" ; - igaangsaettning_nn_1 = mkN "igеngsдttning" ; - igaar_ab_1 = mkAdv "igеr" ; - igel_nn_1 = mkN "igel" ; - igelkott_nn_1 = mkN "igelkott" ; - igen_ab_1 = mkAdv "igen" ; - igengrodd_av_1 = mkA "igengrodd" "igengrodtt" ; - igenkaennande_av_1 = mkA "igenkдnnande" ; - igenkaenningstecken_nn_1 = mkN "igenkдnningstecken" "igenkдnningstecknet" "igenkдnningstecken" "igenkдnningstecknen" ; - igenkaennlig_av_1 = mkA "igenkдnnlig" ; - igenmulen_av_1 = mkA "igenmulen" "igenmulet" ; - igenom_ab_1 = mkAdv "igenom" ; - igenvaext_av_1 = mkA "igenvдxt" "igenvдxt" ; - igenvuxen_av_1 = mkA "igenvuxen" "igenvuxet" ; - igloo_nn_1 = mkN "igloo" "igloor" ; - ignorant_av_1 = mkA "ignorant" "ignorant" ; - ignorant_nn_1 = mkN "ignorant" "ignoranter" ; - ihaag_ab_1 = mkAdv "ihеg" ; - ihaagkomma_vb_1 = mkV "ihеgkomma" "ihеgkom" "ihеgkommit" ; - ihaalig_av_1 = mkA "ihеlig" ; - ihaalighet_nn_1 = mkN "ihеlighet" "ihеligheter" ; - ihaallande_av_1 = mkA "ihеllande" ; - ihaerdig_av_1 = mkA "ihдrdig" ; - ihjael_ab_1 = mkAdv "ihjдl" ; - ihop_ab_1 = mkAdv "ihop" ; - ikapp_ab_1 = mkAdv "ikapp" ; - ikon_nn_1 = mkN "ikon" "ikoner" ; - ikonostas_nn_1 = mkN "ikonostas" "ikonostaser" ; - ikosaeder_nn_1 = mkN "ikosaeder" ; - ikraft_ab_1 = mkAdv "ikraft" ; - iktus_nn_1 = mkN "iktus" "iktusen" "iktus" "iktusen" ; - iktyolog_nn_1 = mkN "iktyolog" "iktyologer" ; - iktyologisk_av_1 = mkA "iktyologisk" ; - ikull_ab_1 = mkAdv "ikull" ; - ikvaell_ab_1 = mkAdv "ikvдll" ; - il_nn_1 = mkN "il" ; - iland_ab_1 = mkAdv "iland" ; - ilbud_nn_1 = mkN "ilbud" neutrum ; - ilex_nn_1 = mkN "ilex" ; - illa_ab_1 = mkAdv "illa" ; - illaluktande_av_1 = mkA "illaluktande" ; - illamaaende_av_1 = mkA "illamеende" ; - illande_ab_1 = mkAdv "illande" ; - illasmakande_av_1 = mkA "illasmakande" ; - illavarslande_av_1 = mkA "illavarslande" ; - illavulen_av_1 = mkA "illavulen" "illavulet" ; - illbatting_nn_1 = mkN "illbatting" ; - illdaad_nn_1 = mkN "illdеd" neutrum ; - illegal_av_1 = mkA "illegal" ; - illegitim_av_1 = mkA "illegitim" ; - iller_nn_1 = mkN "iller" ; - illfundig_av_1 = mkA "illfundig" ; - illgaerning_nn_1 = mkN "illgдrning" ; - illistig_av_1 = mkA "illistig" ; - illitterat_av_1 = mkA "illitterat" "illitterat" ; - illmarig_av_1 = mkA "illmarig" ; - illojal_av_1 = mkA "illojal" ; - illparig_av_1 = mkA "illparig" ; - illroed_av_1 = mkA "illrцd" ; - illtjut_nn_1 = mkN "illtjut" neutrum ; - illumination_nn_1 = mkN "illumination" "illuminationer" ; - illusion_nn_1 = mkN "illusion" "illusioner" ; - illusionist_nn_1 = mkN "illusionist" "illusionister" ; - illusionsfri_av_1 = mkA "illusionsfri" "illusionsfritt" ; - illusionsloes_av_1 = mkA "illusionslцs" ; - illusionsnummer_nn_1 = mkN "illusionsnummer" neutrum ; - illusorisk_av_1 = mkA "illusorisk" ; - illuster_av_1 = mkA "illuster" "illustert" "illustra" "illustra" "illustrare" "illustrast" "illustraste" ; - illustration_nn_1 = mkN "illustration" "illustrationer" ; - illustrativ_av_1 = mkA "illustrativ" ; - illustratoer_nn_1 = mkN "illustratцr" "illustratцrer" ; - illvillig_av_1 = mkA "illvillig" ; - illvraal_nn_1 = mkN "illvrеl" neutrum ; - illyr_nn_1 = mkN "illyr" "illyrer" ; - illyrisk_av_1 = mkA "illyrisk" ; - ilmarsch_nn_1 = mkN "ilmarsch" "ilmarscher" ; - ilning_nn_1 = mkN "ilning" ; - ilsamtal_nn_1 = mkN "ilsamtal" "ilsamtalet" "ilsamtalen" "ilsamtalena" ; - ilsk_av_1 = mkA "ilsk" ; - ilsken_av_1 = mkA "ilsken" "ilsket" ; - imaginaer_av_1 = mkA "imaginдr" ; - imbecill_av_1 = mkA "imbecill" ; - imitation_nn_1 = mkN "imitation" "imitationer" ; - imitatoer_nn_1 = mkN "imitatцr" "imitatцrer" ; - immanent_av_1 = mkA "immanent" "immanent" ; - immateriell_av_1 = mkA "immateriell" ; - immatrikulation_nn_1 = mkN "immatrikulation" "immatrikulationer" ; - immig_av_1 = mkA "immig" ; - immigrant_nn_1 = mkN "immigrant" "immigranter" ; - immobil_av_1 = mkA "immobil" ; - immun_av_1 = mkA "immun" ; - immunitet_nn_1 = mkN "immunitet" "immuniteter" ; - immunolog_nn_1 = mkN "immunolog" "immunologer" ; - immunologisk_av_1 = mkA "immunologisk" ; - impediment_nn_1 = mkN "impediment" "impedimentet" "impedimenten" "impedimentena" ; - imperativ_nn_1 = mkN "imperativ" "imperativer" ; - imperativ_nn_2 = mkN "imperativ" neutrum ; - imperativisk_av_1 = mkA "imperativisk" ; - imperator_nn_1 = mkN "imperator" "imperatorer" ; - imperatorisk_av_1 = mkA "imperatorisk" ; - imperfektum_nn_1 = mkN "imperfektum" "imperfektet" "imperfekter" "imperfekterna" ; - imperialformat_nn_1 = mkN "imperialformat" neutrum ; - imperialist_nn_1 = mkN "imperialist" "imperialister" ; - imperialistisk_av_1 = mkA "imperialistisk" ; - imperialoktav_nn_1 = mkN "imperialoktav" "imperialoktaver" ; - imperialsaeng_nn_1 = mkN "imperialsдng" ; - imperium_nn_1 = mkN "imperium" "imperiet" "imperier" "imperierna" ; - impertinens_nn_1 = mkN "impertinens" "impertinenser" ; - impertinent_av_1 = mkA "impertinent" "impertinent" ; - implicit_av_1 = mkA "implicit" "implicit" ; - implikation_nn_1 = mkN "implikation" "implikationer" ; - implosion_nn_1 = mkN "implosion" "implosioner" ; - imponderabilia_nn_1 = mkN "imponderabilia" "imponderabilian" "imponderabilia" "imponderabiliana" ; - imponerande_av_1 = mkA "imponerande" ; - impopulaer_av_1 = mkA "impopulдr" ; - impopularitet_nn_1 = mkN "impopularitet" "impopulariteter" ; - import_nn_1 = mkN "import" "importer" ; - importavgift_nn_1 = mkN "importavgift" "importavgifter" ; - importfoerbud_nn_1 = mkN "importfцrbud" neutrum ; - importkvot_nn_1 = mkN "importkvot" "importkvoter" ; - importoer_nn_1 = mkN "importцr" "importцrer" ; - imposant_av_1 = mkA "imposant" "imposant" ; - impost_nn_1 = mkN "impost" "imposter" ; - impotent_av_1 = mkA "impotent" "impotent" ; - impregnering_nn_1 = mkN "impregnering" ; - impressario_nn_1 = mkN "impressario" "impressarion" "impressarier" "impressarierna" ; - impressionist_nn_1 = mkN "impressionist" "impressionister" ; - impressionistisk_av_1 = mkA "impressionistisk" ; - improduktiv_av_1 = mkA "improduktiv" ; - impromptu_nn_1 = mkN "impromptu" "impromptut" "impromptun" "impromptuna" ; - improvisation_nn_1 = mkN "improvisation" "improvisationer" ; - improvisatoer_nn_1 = mkN "improvisatцr" "improvisatцrer" ; - improvisatorisk_av_1 = mkA "improvisatorisk" ; - impuls_nn_1 = mkN "impuls" "impulser" ; - impulsiv_av_1 = mkA "impulsiv" ; - impulsivitet_nn_1 = mkN "impulsivitet" "impulsiviteter" ; - impulskoep_nn_1 = mkN "impulskцp" neutrum ; - imroer_nn_1 = mkN "imrцr" neutrum ; - in_ab_1 = mkAdv "in" ; - inaat_ab_1 = mkAdv "inеt" ; - inaatvaend_av_1 = mkA "inеtvдnd" ; - inackordering_nn_1 = mkN "inackordering" ; - inackorderingshem_nn_1 = mkN "inackorderingshem" "inackorderingshemmet" "inackorderingshem" "inackorderingshemmen" ; - inadekvat_av_1 = mkA "inadekvat" "inadekvat" ; - inadvertens_nn_1 = mkN "inadvertens" "inadvertenser" ; - inaega_nn_1 = mkN "inдga" ; - inaelvsmask_nn_1 = mkN "inдlvsmask" ; - inaktiv_av_1 = mkA "inaktiv" ; - inaktivitet_nn_1 = mkN "inaktivitet" "inaktiviteter" ; - inaktuell_av_1 = mkA "inaktuell" ; - inalles_ab_1 = mkAdv "inalles" ; - inandning_nn_1 = mkN "inandning" ; - inauguration_nn_1 = mkN "inauguration" "inaugurationer" ; - inbegrepp_nn_1 = mkN "inbegrepp" neutrum ; - inbegripa_vb_1 = mkV "inbegripa" "inbegrep" "inbegripit" ; - inbegripen_av_1 = mkA "inbegripen" "inbegripet" ; - inbesparing_nn_1 = mkN "inbesparing" ; - inbetalning_nn_1 = mkN "inbetalning" ; - inbetalningskort_nn_1 = mkN "inbetalningskort" neutrum ; - inbillning_nn_1 = mkN "inbillning" ; - inbillningsfoster_nn_1 = mkN "inbillningsfoster" neutrum ; - inbillningssjuk_av_1 = mkA "inbillningssjuk" ; - inbilsk_av_1 = mkA "inbilsk" ; - inbiten_av_1 = mkA "inbiten" "inbitet" ; - inbjuda_vb_1 = mkV "inbjuda" "inbjцd" "inbjudit" ; - inbjudande_av_1 = mkA "inbjudande" ; - inbjudning_nn_1 = mkN "inbjudning" ; - inbjudningskort_nn_1 = mkN "inbjudningskort" neutrum ; - inbjudningsskrift_nn_1 = mkN "inbjudningsskrift" "inbjudningsskrifter" ; - inblandning_nn_1 = mkN "inblandning" ; - inblick_nn_1 = mkN "inblick" ; - inboerdes_av_1 = mkA "inbцrdes" ; - inboerdeskrig_nn_1 = mkN "inbцrdeskrig" neutrum ; - inbokning_nn_1 = mkN "inbokning" ; - inbringande_av_1 = mkA "inbringande" ; - inbromsning_nn_1 = mkN "inbromsning" ; - inbrott_nn_1 = mkN "inbrott" neutrum ; - inbrottstjuv_nn_1 = mkN "inbrottstjuv" ; - inbrytning_nn_1 = mkN "inbrytning" ; - inbuktning_nn_1 = mkN "inbuktning" ; - inbunden_av_1 = mkA "inbunden" "inbundet" ; - inbyggare_nn_1 = mkN "inbyggare" "inbyggare" ; - inbyggd_av_1 = mkA "inbyggd" "inbyggt" ; - inbyte_nn_1 = mkN "inbyte" ; - incest_nn_1 = mkN "incest" "incester" ; - incestuoes_av_1 = mkA "incestuцs" ; - incident_nn_1 = mkN "incident" "incidenter" ; - incitament_nn_1 = mkN "incitament" "incitamentet" "incitamenten" "incitamentena" ; - indefinit_av_1 = mkA "indefinit" "indefinit" ; - indelning_nn_1 = mkN "indelning" ; - indelningsgrund_nn_1 = mkN "indelningsgrund" "indelningsgrunder" ; - indelningsverk_nn_1 = mkN "indelningsverk" neutrum ; - indelt_av_1 = mkA "indelt" "indelt" ; - independent_nn_1 = mkN "independent" "independenter" ; - index_nn_1 = mkN "index" neutrum ; - indexavtal_nn_1 = mkN "indexavtal" "indexavtalet" "indexavtalen" "indexavtalena" ; - indian_nn_1 = mkN "indian" "indianer" ; - indianfolk_nn_1 = mkN "indianfolk" neutrum ; - indianhoevding_nn_1 = mkN "indianhцvding" ; - indiankvinna_nn_1 = mkN "indiankvinna" ; - indianreservat_nn_1 = mkN "indianreservat" neutrum ; - indiansk_av_1 = mkA "indiansk" ; - indianska_nn_1 = mkN "indianska" ; - indiansommar_nn_1 = mkN "indiansommar" "indiansommarn" "indiansommrar" "indiansommrarna" ; - indianstam_nn_1 = mkN "indianstam" "indianstammen" "indianstammar" "indianstammarna" ; - indiantjut_nn_1 = mkN "indiantjut" neutrum ; - indicium_nn_1 = mkN "indicium" "indiciet" "indicier" "indicierna" ; - indier_nn_1 = mkN "indier" "indiern" "indier" "indierna" ; - indifferent_av_1 = mkA "indifferent" "indifferent" ; - indifferentism_nn_1 = mkN "indifferentism" "indifferentismer" ; - indikation_nn_1 = mkN "indikation" "indikationer" ; - indikativ_av_1 = mkA "indikativ" ; - indikativ_nn_1 = mkN "indikativ" "indikativer" ; - indikator_nn_1 = mkN "indikator" "indikatorer" ; - indikering_nn_1 = mkN "indikering" ; - indirekt_av_1 = mkA "indirekt" "indirekt" ; - indisk_av_1 = mkA "indisk" ; - indiska_nn_1 = mkN "indiska" ; - indiskret_av_1 = mkA "indiskret" "indiskret" ; - indiskretion_nn_1 = mkN "indiskretion" "indiskretioner" ; - indisponibel_av_1 = mkA "indisponibel" "indisponibelt" "indisponibla" "indisponibla" "indisponiblare" "indisponiblast" "indisponiblaste" ; - individ_nn_1 = mkN "individ" neutrum ; - individualist_nn_1 = mkN "individualist" "individualister" ; - individualistisk_av_1 = mkA "individualistisk" ; - individualitet_nn_1 = mkN "individualitet" "individualiteter" ; - individuell_av_1 = mkA "individuell" ; - indoeurope_nn_1 = mkN "indoeuropй" "indoeuropйer" ; - indoeuropeisk_av_1 = mkA "indoeuropeisk" ; - indokinesisk_av_1 = mkA "indokinesisk" ; - indoktrinering_nn_1 = mkN "indoktrinering" ; - indolent_av_1 = mkA "indolent" "indolent" ; - indolog_nn_1 = mkN "indolog" "indologer" ; - indones_nn_1 = mkN "indones" "indoneser" ; - indonesisk_av_1 = mkA "indonesisk" ; - indra_vb_1 = mkV "indra" "indrar" "indra" "indrog" "indragit" "indragen" ; - indraektig_av_1 = mkA "indrдktig" ; - indrag_nn_1 = mkN "indrag" neutrum ; - indragning_nn_1 = mkN "indragning" ; - indriva_vb_1 = mkV "indriva" "indrev" "indrivit" ; - indrivning_nn_1 = mkN "indrivning" ; - induktion_nn_1 = mkN "induktion" "induktioner" ; - induktionsapparat_nn_1 = mkN "induktionsapparat" "induktionsapparater" ; - induktionsspole_nn_1 = mkN "induktionsspole" utrum ; - induktiv_av_1 = mkA "induktiv" ; - induktor_nn_1 = mkN "induktor" "induktorer" ; - industri_nn_1 = mkN "industri" "industrier" ; - industriaktie_nn_1 = mkN "industriaktie" "industriaktier" ; - industrialisering_nn_1 = mkN "industrialisering" ; - industriarbetare_nn_1 = mkN "industriarbetare" "industriarbetare" ; - industriell_av_1 = mkA "industriell" ; - industrifoerbund_nn_1 = mkN "industrifцrbund" neutrum ; - industriland_nn_1 = mkN "industriland" "industrilandet" "industrilдnder" "industrilдnderna" ; - industriolja_nn_1 = mkN "industriolja" ; - industriomraade_nn_1 = mkN "industriomrеde" ; - industriprodukt_nn_1 = mkN "industriprodukt" "industriprodukter" ; - industriregion_nn_1 = mkN "industriregion" "industriregioner" ; - industrirobot_nn_1 = mkN "industrirobot" ; - industrisemester_nn_1 = mkN "industrisemester" ; - ineffektiv_av_1 = mkA "ineffektiv" ; - inexakt_av_1 = mkA "inexakt" "inexakt" ; - infall_nn_1 = mkN "infall" neutrum ; - infalla_vb_1 = mkV "infalla" "infцll" "infallit" ; - infallen_av_1 = mkA "infallen" "infallet" ; - infallsrik_av_1 = mkA "infallsrik" ; - infallsvinkel_nn_1 = mkN "infallsvinkel" ; - infam_av_1 = mkA "infam" ; - infami_nn_1 = mkN "infami" "infamier" ; - infant_nn_1 = mkN "infant" "infanter" ; - infanterikompani_nn_1 = mkN "infanterikompani" "infanterikompanit" "infanterikompanier" "infanterikompanierna" ; - infanterist_nn_1 = mkN "infanterist" "infanterister" ; - infantil_av_1 = mkA "infantil" ; - infantinna_nn_1 = mkN "infantinna" ; - infarkt_nn_1 = mkN "infarkt" "infarkter" ; - infart_nn_1 = mkN "infart" "infarter" ; - infartsled_nn_1 = mkN "infartsled" "infartsleder" ; - infartsport_nn_1 = mkN "infartsport" ; - infattning_nn_1 = mkN "infattning" ; - infektioes_av_1 = mkA "infektiцs" ; - infektion_nn_1 = mkN "infektion" "infektioner" ; - infektionshaerd_nn_1 = mkN "infektionshдrd" ; - infektionssjukdom_nn_1 = mkN "infektionssjukdom" ; - infernalisk_av_1 = mkA "infernalisk" ; - inferno_nn_1 = mkN "inferno" "infernot" "infernon" "infernona" ; - infiltration_nn_1 = mkN "infiltration" "infiltrationer" ; - infiltratoer_nn_1 = mkN "infiltratцr" "infiltratцrer" ; - infinit_av_1 = mkA "infinit" "infinit" ; - infinitiv_nn_1 = mkN "infinitiv" "infinitiver" ; - infinitivmaerke_nn_1 = mkN "infinitivmдrke" ; - infinna_vb_1 = mkV "infinna" "infann" "infunnit" ; - infix_nn_1 = mkN "infix" neutrum ; - inflammation_nn_1 = mkN "inflammation" "inflammationer" ; - inflammationshaerd_nn_1 = mkN "inflammationshдrd" ; - inflammatorisk_av_1 = mkA "inflammatorisk" ; - inflationistisk_av_1 = mkA "inflationistisk" ; - inflationsdrivande_av_1 = mkA "inflationsdrivande" ; - inflationsfas_nn_1 = mkN "inflationsfas" "inflationsfaser" ; - inflationsmodell_nn_1 = mkN "inflationsmodell" "inflationsmodeller" ; - inflationsskydd_nn_1 = mkN "inflationsskydd" neutrum ; - inflationsspiral_nn_1 = mkN "inflationsspiral" "inflationsspiraler" ; - inflationstakt_nn_1 = mkN "inflationstakt" "inflationstakter" ; - inflationsteori_nn_1 = mkN "inflationsteori" "inflationsteorier" ; - inflatorisk_av_1 = mkA "inflatorisk" ; - influens_nn_1 = mkN "influens" "influenser" ; - influensmaskin_nn_1 = mkN "influensmaskin" "influensmaskiner" ; - inflygning_nn_1 = mkN "inflygning" ; - inflyta_vb_1 = mkV "inflyta" "inflцt" "influtit" ; - inflytande_nn_1 = mkN "inflytande" ; - inflytelse_nn_1 = mkN "inflytelse" "inflytelser" ; - inflytelserik_av_1 = mkA "inflytelserik" ; - inflyttning_nn_1 = mkN "inflyttning" ; - infoedd_av_1 = mkA "infцdd" ; - infoeding_nn_1 = mkN "infцding" ; - infoerande_nn_1 = mkN "infцrande" ; - infoerstaadd_av_1 = mkA "infцrstеdd" "infцrstеdtt" ; - infordring_nn_1 = mkN "infordring" ; - informant_nn_1 = mkN "informant" "informanter" ; - information_nn_1 = mkN "information" "informationer" ; - informationsbehandling_nn_1 = mkN "informationsbehandling" ; - informationsbyraa_nn_1 = mkN "informationsbyrе" "informationsbyrеer" ; - informationsrik_av_1 = mkA "informationsrik" ; - informationssoekning_nn_1 = mkN "informationssцkning" ; - informativ_av_1 = mkA "informativ" ; - informatoer_nn_1 = mkN "informatцr" "informatцrer" ; - informator_nn_1 = mkN "informator" "informatorer" ; - informell_av_1 = mkA "informell" ; - infragrill_nn_1 = mkN "infragrill" ; - infraljud_nn_1 = mkN "infraljud" neutrum ; - infraroed_av_1 = mkA "infrarцd" ; - infrastruktur_nn_1 = mkN "infrastruktur" "infrastrukturer" ; - infrusen_av_1 = mkA "infrusen" "infruset" ; - infusion_nn_1 = mkN "infusion" "infusioner" ; - infusionsdjur_nn_1 = mkN "infusionsdjur" neutrum ; - ingaa_vb_1 = mkV "ingе" "ingеr" "ingе" "ingick" "ingеtt" "ingеngen" ; - ingaaende_av_1 = mkA "ingеende" ; - ingaang_nn_1 = mkN "ingеng" ; - ingaangsmarsch_nn_1 = mkN "ingеngsmarsch" "ingеngsmarscher" ; - ingaangspsalm_nn_1 = mkN "ingеngspsalm" "ingеngspsalmer" ; - ingaeld_nn_1 = mkN "ingдld" "ingдlder" ; - ingalunda_ab_1 = mkAdv "ingalunda" ; - inge_vb_1 = mkV "inge" "inger" "inge" "ingav" "ingett" "ingiven" ; - ingefaersvaext_nn_1 = mkN "ingefдrsvдxt" "ingefдrsvдxter" ; - ingenium_nn_1 = mkN "ingenium" "ingeniet" "ingenier" "ingenierna" ; - ingenjoer_nn_1 = mkN "ingenjцr" "ingenjцrer" ; - ingenjoerstrupp_nn_1 = mkN "ingenjцrstrupp" "ingenjцrstrupper" ; - ingenjoersvetenskap_nn_1 = mkN "ingenjцrsvetenskap" "ingenjцrsvetenskaper" ; - ingenjoersvetenskapsakademi_nn_1 = mkN "ingenjцrsvetenskapsakademi" "ingenjцrsvetenskapsakademier" ; - ingenstaedes_ab_1 = mkAdv "ingenstдdes" ; - ingenstans_ab_1 = mkAdv "ingenstans" ; - ingenvart_ab_1 = mkAdv "ingenvart" ; - ingeny_nn_1 = mkN "ingeny" "ingenyer" ; - ingift_av_1 = mkA "ingift" "ingift" ; - ingifte_nn_1 = mkN "ingifte" ; - ingivelse_nn_1 = mkN "ingivelse" "ingivelser" ; - ingjuta_vb_1 = mkV "ingjuta" "ingцt" "ingjutit" ; - ingoet_nn_1 = mkN "ingцt" neutrum ; - ingrediens_nn_1 = mkN "ingrediens" "ingredienser" ; - ingredierande_av_1 = mkA "ingredierande" ; - ingrepp_nn_1 = mkN "ingrepp" neutrum ; - ingress_nn_1 = mkN "ingress" "ingresser" ; - ingripande_nn_1 = mkN "ingripande" ; - ingrodd_av_1 = mkA "ingrodd" "ingrodtt" ; - inhaegnad_nn_1 = mkN "inhдgnad" "inhдgnader" ; - inhalation_nn_1 = mkN "inhalation" "inhalationer" ; - inhalator_nn_1 = mkN "inhalator" "inhalatorer" ; - inhamn_nn_1 = mkN "inhamn" ; - inhav_nn_1 = mkN "inhav" neutrum ; - inhemsk_av_1 = mkA "inhemsk" ; - inherent_av_1 = mkA "inherent" "inherent" ; - inhibitor_nn_1 = mkN "inhibitor" "inhibitorer" ; - inhopp_nn_1 = mkN "inhopp" neutrum ; - inhoppare_nn_1 = mkN "inhoppare" "inhoppare" ; - inhuman_av_1 = mkA "inhuman" ; - inhysing_nn_1 = mkN "inhysing" ; - inifraan_ab_1 = mkAdv "inifrеn" ; - initial_av_1 = mkA "initial" ; - initial_nn_1 = mkN "initial" "initialer" ; - initialord_nn_1 = mkN "initialord" neutrum ; - initiation_nn_1 = mkN "initiation" "initiationer" ; - initiationsrit_nn_1 = mkN "initiationsrit" "initiationsriter" ; - initiativ_nn_1 = mkN "initiativ" neutrum ; - initiativrik_av_1 = mkA "initiativrik" ; - initiativtagare_nn_1 = mkN "initiativtagare" "initiativtagare" ; - injektion_nn_1 = mkN "injektion" "injektioner" ; - injektor_nn_1 = mkN "injektor" "injektorer" ; - injurie_nn_1 = mkN "injurie" "injurier" ; - ink_nn_1 = mkN "ink" ; - inka_nn_1 = mkN "inka" ; - inkaennande_av_1 = mkA "inkдnnande" ; - inkaindian_nn_1 = mkN "inkaindian" "inkaindianer" ; - inkallelse_nn_1 = mkN "inkallelse" "inkallelser" ; - inkallelsebrev_nn_1 = mkN "inkallelsebrev" neutrum ; - inkallelseorder_nn_1 = mkN "inkallelseorder" ; - inkapabel_av_1 = mkA "inkapabel" "inkapabelt" "inkapabla" "inkapabla" "inkapablare" "inkapablast" "inkapablaste" ; - inkapsling_nn_1 = mkN "inkapsling" ; - inkarnation_nn_1 = mkN "inkarnation" "inkarnationer" ; - inkast_nn_1 = mkN "inkast" neutrum ; - inkiett_av_1 = mkA "inkiett" ; - inklination_nn_1 = mkN "inklination" "inklinationer" ; - inklinationsnaal_nn_1 = mkN "inklinationsnеl" ; - inkoativ_av_1 = mkA "inkoativ" ; - inkoep_nn_1 = mkN "inkцp" neutrum ; - inkoepare_nn_1 = mkN "inkцpare" "inkцpare" ; - inkoepsavdelning_nn_1 = mkN "inkцpsavdelning" ; - inkoepspris_nn_1 = mkN "inkцpspris" neutrum ; - inkoerd_av_1 = mkA "inkцrd" "inkцrt" ; - inkoerning_nn_1 = mkN "inkцrning" ; - inkoerningsperiod_nn_1 = mkN "inkцrningsperiod" "inkцrningsperioder" ; - inkoersport_nn_1 = mkN "inkцrsport" ; - inkognito_ab_1 = mkAdv "inkognito" ; - inkomma_vb_1 = mkV "inkomma" "inkom" "inkommit" ; - inkommensurabel_av_1 = mkA "inkommensurabel" "inkommensurabelt" "inkommensurabla" "inkommensurabla" "inkommensurablare" "inkommensurablast" "inkommensurablaste" ; - inkompatibel_av_1 = mkA "inkompatibel" "inkompatibelt" "inkompatibla" "inkompatibla" "inkompatiblare" "inkompatiblast" "inkompatiblaste" ; - inkompetent_av_1 = mkA "inkompetent" "inkompetent" ; - inkomst_nn_1 = mkN "inkomst" "inkomster" ; - inkomstbegrepp_nn_1 = mkN "inkomstbegrepp" neutrum ; - inkomstberoende_av_1 = mkA "inkomstberoende" ; - inkomstbeskattning_nn_1 = mkN "inkomstbeskattning" ; - inkomstbortfall_nn_1 = mkN "inkomstbortfall" neutrum ; - inkomstbringande_av_1 = mkA "inkomstbringande" ; - inkomstintervall_nn_1 = mkN "inkomstintervall" neutrum ; - inkomstkort_nn_1 = mkN "inkomstkort" neutrum ; - inkomstmaatt_nn_1 = mkN "inkomstmеtt" neutrum ; - inkomstoekning_nn_1 = mkN "inkomstцkning" ; - inkomstskatt_nn_1 = mkN "inkomstskatt" "inkomstskatter" ; - inkomstslag_nn_1 = mkN "inkomstslag" neutrum ; - inkomsttagare_nn_1 = mkN "inkomsttagare" "inkomsttagare" ; - inkomsttaxering_nn_1 = mkN "inkomsttaxering" ; - inkongruens_nn_1 = mkN "inkongruens" "inkongruenser" ; - inkongruent_av_1 = mkA "inkongruent" "inkongruent" ; - inkonsekvens_nn_1 = mkN "inkonsekvens" "inkonsekvenser" ; - inkonsekvent_av_1 = mkA "inkonsekvent" "inkonsekvent" ; - inkontinent_av_1 = mkA "inkontinent" "inkontinent" ; - inkorrekt_av_1 = mkA "inkorrekt" "inkorrekt" ; - inkraektare_nn_1 = mkN "inkrдktare" "inkrдktare" ; - inkroekt_av_1 = mkA "inkrцkt" "inkrцkt" ; - inkrustation_nn_1 = mkN "inkrustation" "inkrustationer" ; - inkubationstid_nn_1 = mkN "inkubationstid" "inkubationstider" ; - inkunabel_nn_1 = mkN "inkunabel" "inkunabeln" "inkunabler" "inkunablerna" ; - inkurant_av_1 = mkA "inkurant" "inkurant" ; - inkvartering_nn_1 = mkN "inkvartering" ; - inkvisitor_nn_1 = mkN "inkvisitor" "inkvisitorer" ; - inkvisitorisk_av_1 = mkA "inkvisitorisk" ; - inlaaning_nn_1 = mkN "inlеning" ; - inlaegg_nn_1 = mkN "inlдgg" neutrum ; - inlaeggning_nn_1 = mkN "inlдggning" ; - inlaemning_nn_1 = mkN "inlдmning" ; - inlaemningsdag_nn_1 = mkN "inlдmningsdag" ; - inlaendsk_av_1 = mkA "inlдndsk" ; - inlaerningsplataa_nn_1 = mkN "inlдrningsplatе" "inlдrningsplatеer" ; - inlaerningsresultat_nn_1 = mkN "inlдrningsresultat" neutrum ; - inlaerningsstudio_nn_1 = mkN "inlдrningsstudio" "inlдrningsstudior" ; - inlaesning_nn_1 = mkN "inlдsning" ; - inlaest_av_1 = mkA "inlдst" "inlдst" ; - inlagd_av_1 = mkA "inlagd" "inlagt" ; - inlandsis_nn_1 = mkN "inlandsis" ; - inledande_av_1 = mkA "inledande" ; - inledare_nn_1 = mkN "inledare" "inledare" ; - inledning_nn_1 = mkN "inledning" ; - inledningsvis_ab_1 = mkAdv "inledningsvis" ; - inljud_nn_1 = mkN "inljud" neutrum ; - inlopp_nn_1 = mkN "inlopp" neutrum ; - inmaetning_nn_1 = mkN "inmдtning" ; - inmarsch_nn_1 = mkN "inmarsch" "inmarscher" ; - inmatning_nn_1 = mkN "inmatning" ; - inmoenstring_nn_1 = mkN "inmцnstring" ; - inmutning_nn_1 = mkN "inmutning" ; - innan_ab_1 = mkAdv "innan" ; - innandoeme_nn_1 = mkN "innandцme" ; - innanfoer_ab_1 = mkAdv "innanfцr" ; - innanhav_nn_1 = mkN "innanhav" neutrum ; - innanlaar_nn_1 = mkN "innanlеr" neutrum ; - innanlaesning_nn_1 = mkN "innanlдsning" ; - innanmaete_nn_1 = mkN "innanmдte" ; - innantill_ab_1 = mkAdv "innantill" ; - inne_ab_1 = mkAdv "inne" ; - inne_av_1 = mkA "inne" ; - inneboende_av_1 = mkA "inneboende" ; - inneboerd_nn_1 = mkN "innebцrd" "innebцrder" ; - innebyggare_nn_1 = mkN "innebyggare" "innebyggare" ; - innegrej_nn_1 = mkN "innegrej" "innegrejer" ; - innehaall_nn_1 = mkN "innehеll" neutrum ; - innehaalla_vb_1 = mkV "innehеlla" "innehцll" "innehеllit" ; - innehaallsanalys_nn_1 = mkN "innehеllsanalys" "innehеllsanalyser" ; - innehaallsdeklaration_nn_1 = mkN "innehеllsdeklaration" "innehеllsdeklarationer" ; - innehaallsfoerteckning_nn_1 = mkN "innehеllsfцrteckning" ; - innehaallslig_av_1 = mkA "innehеllslig" ; - innehaallsloes_av_1 = mkA "innehеllslцs" ; - innehaallsobjekt_nn_1 = mkN "innehеllsobjekt" neutrum ; - innehaallsoeversikt_nn_1 = mkN "innehеllsцversikt" "innehеllsцversikter" ; - innehaallsrik_av_1 = mkA "innehеllsrik" ; - innehaallstom_av_1 = mkA "innehеllstom" "innehеllstomt" "innehеllstomma" "innehеllstomma" "innehеllstommare" "innehеllstommast" "innehеllstommaste" ; - innehav_nn_1 = mkN "innehav" neutrum ; - innehavare_nn_1 = mkN "innehavare" "innehavare" ; - innehavarpapper_nn_1 = mkN "innehavarpapper" neutrum ; - inneliggande_av_1 = mkA "inneliggande" ; - inner_nn_1 = mkN "inner" ; - innerdoerr_nn_1 = mkN "innerdцrr" ; - innerlig_av_1 = mkA "innerlig" ; - innerligen_ab_1 = mkAdv "innerligen" ; - inneroera_nn_1 = mkN "innerцra" "innerцrat" "innerцron" "innerцronen" ; - innerskaer_nn_1 = mkN "innerskдr" neutrum ; - innerslang_nn_1 = mkN "innerslang" ; - innerstad_nn_1 = mkN "innerstad" "innerstдder" ; - innertak_nn_1 = mkN "innertak" neutrum ; - innervaegg_nn_1 = mkN "innervдgg" ; - innervation_nn_1 = mkN "innervation" "innervationer" ; - innesittare_nn_1 = mkN "innesittare" "innesittare" ; - innesluta_vb_1 = mkV "innesluta" "inneslцt" "inneslutit" ; - inneslutning_nn_1 = mkN "inneslutning" ; - innestaaende_av_1 = mkA "innestеende" ; - innevaanare_nn_1 = mkN "innevеnare" "innevеnare" ; - innevarande_av_1 = mkA "innevarande" ; - innoetning_nn_1 = mkN "innцtning" ; - innovation_nn_1 = mkN "innovation" "innovationer" ; - innovativ_av_1 = mkA "innovativ" ; - innovatoer_nn_1 = mkN "innovatцr" "innovatцrer" ; - inofficiell_av_1 = mkA "inofficiell" ; - inokulation_nn_1 = mkN "inokulation" "inokulationer" ; - inombordare_nn_1 = mkN "inombordare" "inombordare" ; - inombords_ab_1 = mkAdv "inombords" ; - inombordsmotor_nn_1 = mkN "inombordsmotor" "inombordsmotorer" ; - inomhus_ab_1 = mkAdv "inomhus" ; - inomhusforskning_nn_1 = mkN "inomhusforskning" ; - inomhusgolv_nn_1 = mkN "inomhusgolv" neutrum ; - inomhusidrott_nn_1 = mkN "inomhusidrott" "inomhusidrotter" ; - inomhusluft_nn_1 = mkN "inomhusluft" "inomhuslufter" ; - inomlands_ab_1 = mkAdv "inomlands" ; - inomskaers_ab_1 = mkAdv "inomskдrs" ; - inomvetenskaplig_av_1 = mkA "inomvetenskaplig" ; - inopportun_av_1 = mkA "inopportun" ; - inpackning_nn_1 = mkN "inpackning" ; - inpass_nn_1 = mkN "inpass" neutrum ; - inpetning_nn_1 = mkN "inpetning" ; - inpiskare_nn_1 = mkN "inpiskare" "inpiskare" ; - inpyrd_av_1 = mkA "inpyrd" "inpyrt" ; - inraekning_nn_1 = mkN "inrдkning" ; - inraettning_nn_1 = mkN "inrдttning" ; - inramning_nn_1 = mkN "inramning" ; - inredning_nn_1 = mkN "inredning" ; - inredningsdetalj_nn_1 = mkN "inredningsdetalj" "inredningsdetaljer" ; - inremedicinsk_av_1 = mkA "inremedicinsk" ; - inremission_nn_1 = mkN "inremission" "inremissioner" ; - inresekretorisk_av_1 = mkA "inresekretorisk" ; - inresetillstaand_nn_1 = mkN "inresetillstеnd" neutrum ; - inresevisum_nn_1 = mkN "inresevisum" neutrum ; - inriggare_nn_1 = mkN "inriggare" "inriggare" ; - inrikes_ab_1 = mkAdv "inrikes" ; - inrikes_av_1 = mkA "inrikes" ; - inrikesdepartement_nn_1 = mkN "inrikesdepartement" "inrikesdepartementet" "inrikesdepartementen" "inrikesdepartementena" ; - inrikesminister_nn_1 = mkN "inrikesminister" ; - inrikespolitisk_av_1 = mkA "inrikespolitisk" ; - inriktning_nn_1 = mkN "inriktning" ; - inrim_nn_1 = mkN "inrim" "inrimmet" "inrim" "inrimmen" ; - inristning_nn_1 = mkN "inristning" ; - inroestning_nn_1 = mkN "inrцstning" ; - inrop_nn_1 = mkN "inrop" neutrum ; - inropare_nn_1 = mkN "inropare" "inropare" ; - inropning_nn_1 = mkN "inropning" ; - inryckning_nn_1 = mkN "inryckning" ; - insaendare_nn_1 = mkN "insдndare" "insдndare" ; - insaettning_nn_1 = mkN "insдttning" ; - insamling_nn_1 = mkN "insamling" ; - insats_nn_1 = mkN "insats" "insatser" ; - insatslaegenhet_nn_1 = mkN "insatslдgenhet" "insatslдgenheter" ; - inscenering_nn_1 = mkN "inscenering" ; - insegel_nn_1 = mkN "insegel" neutrum ; - inseglingsfyr_nn_1 = mkN "inseglingsfyr" ; - insekt_nn_1 = mkN "insekt" "insekter" ; - insekticid_nn_1 = mkN "insekticid" "insekticider" ; - insektsaetande_av_1 = mkA "insektsдtande" ; - insektsaetare_nn_1 = mkN "insektsдtare" "insektsдtare" ; - insektsbefruktning_nn_1 = mkN "insektsbefruktning" ; - insektsbett_nn_1 = mkN "insektsbett" neutrum ; - insektsgift_nn_1 = mkN "insektsgift" "insektsgiftet" "insektsgifter" "insektsgifterna" ; - insektsmedel_nn_1 = mkN "insektsmedel" neutrum ; - insektsnaal_nn_1 = mkN "insektsnеl" ; - insektssamling_nn_1 = mkN "insektssamling" ; - insektssax_nn_1 = mkN "insektssax" ; - insemination_nn_1 = mkN "insemination" "inseminationer" ; - insida_nn_1 = mkN "insida" ; - insikt_nn_1 = mkN "insikt" "insikter" ; - insiktsfull_av_1 = mkA "insiktsfull" ; - insinuant_av_1 = mkA "insinuant" "insinuant" ; - insinuation_nn_1 = mkN "insinuation" "insinuationer" ; - insjoe_nn_1 = mkN "insjц" ; - insjoefisk_nn_1 = mkN "insjцfisk" ; - insjungning_nn_1 = mkN "insjungning" ; - insjunken_av_1 = mkA "insjunken" "insjunket" ; - inskaerning_nn_1 = mkN "inskдrning" ; - inskjuta_vb_1 = mkV "inskjuta" "inskцt" "inskjutit" ; - inskjutning_nn_1 = mkN "inskjutning" ; - inskolning_nn_1 = mkN "inskolning" ; - inskott_nn_1 = mkN "inskott" neutrum ; - inskottsvokal_nn_1 = mkN "inskottsvokal" "inskottsvokaler" ; - inskraenkning_nn_1 = mkN "inskrдnkning" ; - inskraenkt_av_1 = mkA "inskrдnkt" "inskrдnkt" ; - inskrift_nn_1 = mkN "inskrift" "inskrifter" ; - inskription_nn_1 = mkN "inskription" "inskriptioner" ; - inskriva_vb_1 = mkV "inskriva" "inskrev" "inskrivit" ; - inskrivning_nn_1 = mkN "inskrivning" ; - inskrivningsbok_nn_1 = mkN "inskrivningsbok" "inskrivningsbцcker" ; - inskrivningsdomare_nn_1 = mkN "inskrivningsdomare" "inskrivningsdomare" ; - inslaepp_nn_1 = mkN "inslдpp" neutrum ; - inslag_nn_1 = mkN "inslag" neutrum ; - inslagen_av_1 = mkA "inslagen" "inslaget" ; - insmickrande_av_1 = mkA "insmickrande" ; - insmuggling_nn_1 = mkN "insmuggling" ; - insmyga_vb_1 = mkV "insmyga" "insmцg" "insmugit" ; - insnitt_nn_1 = mkN "insnitt" neutrum ; - insnodd_av_1 = mkA "insnodd" ; - insoendring_nn_1 = mkN "insцndring" ; - insolvent_av_1 = mkA "insolvent" "insolvent" ; - inspark_nn_1 = mkN "inspark" ; - inspektion_nn_1 = mkN "inspektion" "inspektioner" ; - inspektoer_nn_1 = mkN "inspektцr" "inspektцrer" ; - inspektor_nn_1 = mkN "inspektor" "inspektorer" ; - inspelning_nn_1 = mkN "inspelning" ; - inspelningsstudio_nn_1 = mkN "inspelningsstudio" "inspelningsstudior" ; - inspicient_nn_1 = mkN "inspicient" "inspicienter" ; - inspiration_nn_1 = mkN "inspiration" "inspirationer" ; - inspiratoer_nn_1 = mkN "inspiratцr" "inspiratцrer" ; - inspraengd_av_1 = mkA "insprдngd" "insprдngt" ; - insprutning_nn_1 = mkN "insprutning" ; - insprutningsmotor_nn_1 = mkN "insprutningsmotor" "insprutningsmotorer" ; - instabil_av_1 = mkA "instabil" ; - instaellbar_av_1 = mkA "instдllbar" ; - instaellelse_nn_1 = mkN "instдllelse" "instдllelser" ; - instaellning_nn_1 = mkN "instдllning" ; - instaellsam_av_1 = mkA "instдllsam" "instдllsamt" "instдllsamma" "instдllsamma" "instдllsammare" "instдllsammast" "instдllsammaste" ; - instaellsamhet_nn_1 = mkN "instдllsamhet" "instдllsamheter" ; - instaemmande_nn_1 = mkN "instдmmande" ; - instaengd_av_1 = mkA "instдngd" "instдngt" ; - installand_nn_1 = mkN "installand" "installander" ; - installation_nn_1 = mkN "installation" "installationer" ; - installationsfoerelaesning_nn_1 = mkN "installationsfцrelдsning" ; - installatoer_nn_1 = mkN "installatцr" "installatцrer" ; - installator_nn_1 = mkN "installator" "installatorer" ; - instans_nn_1 = mkN "instans" "instanser" ; - instiftare_nn_1 = mkN "instiftare" "instiftare" ; - instiftelse_nn_1 = mkN "instiftelse" "instiftelser" ; - instinkt_nn_1 = mkN "instinkt" "instinkter" ; - instinktiv_av_1 = mkA "instinktiv" ; - institut_nn_1 = mkN "institut" neutrum ; - institution_nn_1 = mkN "institution" "institutioner" ; - institutionell_av_1 = mkA "institutionell" ; - instraalning_nn_1 = mkN "instrеlning" ; - instroem_nn_1 = mkN "instrцm" "instrцmmen" "instrцmmar" "instrцmmarna" ; - instruktion_nn_1 = mkN "instruktion" "instruktioner" ; - instruktiv_av_1 = mkA "instruktiv" ; - instruktoer_nn_1 = mkN "instruktцr" "instruktцrer" ; - instrument_nn_1 = mkN "instrument" neutrum ; - instrumental_av_1 = mkA "instrumental" ; - instrumentalist_nn_1 = mkN "instrumentalist" "instrumentalister" ; - instrumentarium_nn_1 = mkN "instrumentarium" "instrumentariet" "instrumentarier" "instrumentarierna" ; - instrumentation_nn_1 = mkN "instrumentation" "instrumentationer" ; - instrumentell_av_1 = mkA "instrumentell" ; - instrumentering_nn_1 = mkN "instrumentering" ; - instrumentflygning_nn_1 = mkN "instrumentflygning" ; - instrumentpanel_nn_1 = mkN "instrumentpanel" "instrumentpaneler" ; - instudering_nn_1 = mkN "instudering" ; - insufficiens_nn_1 = mkN "insufficiens" "insufficienser" ; - insuga_vb_1 = mkV "insuga" "insцg" "insugit" ; - insugningsventil_nn_1 = mkN "insugningsventil" "insugningsventiler" ; - insulaer_av_1 = mkA "insulдr" ; - insulin_nn_1 = mkN "insulin" "insuliner" ; - insulinchock_nn_1 = mkN "insulinchock" "insulinchocker" ; - insupa_vb_1 = mkV "insupa" "insцp" "insupit" ; - insurgent_nn_1 = mkN "insurgent" "insurgenter" ; - insvaengd_av_1 = mkA "insvдngd" "insvдngt" ; - insvaengning_nn_1 = mkN "insvдngning" ; - insydd_av_1 = mkA "insydd" ; - inta_vb_1 = mkV "inta" "intar" "inta" "intog" "intagit" "intagen" ; - intaag_nn_1 = mkN "intеg" neutrum ; - intaekt_nn_1 = mkN "intдkt" "intдkter" ; - intaektschablon_nn_1 = mkN "intдktschablon" "intдktschabloner" ; - intag_nn_1 = mkN "intag" neutrum ; - intagande_av_1 = mkA "intagande" ; - intagen_av_1 = mkA "intagen" "intaget" ; - intagning_nn_1 = mkN "intagning" ; - intagsdamm_nn_1 = mkN "intagsdamm" ; - intakt_av_1 = mkA "intakt" "intakt" ; - intalan_nn_1 = mkN "intalan" "intalan" "intalanden" "intalandena" ; - inte_ab_1 = mkAdv "inte" ; - inteckning_nn_1 = mkN "inteckning" ; - inteckningslaan_nn_1 = mkN "inteckningslеn" neutrum ; - integral_nn_1 = mkN "integral" "integraler" ; - integralkalkyl_nn_1 = mkN "integralkalkyl" "integralkalkyler" ; - integrand_nn_1 = mkN "integrand" "integrander" ; - integration_nn_1 = mkN "integration" "integrationer" ; - integrerande_av_1 = mkA "integrerande" ; - integrering_nn_1 = mkN "integrering" ; - integritet_nn_1 = mkN "integritet" "integriteter" ; - intellekt_nn_1 = mkN "intellekt" neutrum ; - intellektualist_nn_1 = mkN "intellektualist" "intellektualister" ; - intellektuell_av_1 = mkA "intellektuell" ; - intelligens_nn_1 = mkN "intelligens" "intelligenser" ; - intelligensaalder_nn_1 = mkN "intelligensеlder" ; - intelligensaristokrat_nn_1 = mkN "intelligensaristokrat" "intelligensaristokrater" ; - intelligenskvot_nn_1 = mkN "intelligenskvot" "intelligenskvoter" ; - intelligensmaetning_nn_1 = mkN "intelligensmдtning" ; - intelligenstest_nn_1 = mkN "intelligenstest" neutrum ; - intelligent_av_1 = mkA "intelligent" "intelligent" ; - intendent_nn_1 = mkN "intendent" "intendenter" ; - intendentur_nn_1 = mkN "intendentur" "intendenturer" ; - intendenturtjaenst_nn_1 = mkN "intendenturtjдnst" "intendenturtjдnster" ; - intensitet_nn_1 = mkN "intensitet" "intensiteter" ; - intensiv_av_1 = mkA "intensiv" ; - intensiv_nn_1 = mkN "intensiv" "intensiver" ; - intensivundersoekning_nn_1 = mkN "intensivundersцkning" ; - intensivvaardsavdelning_nn_1 = mkN "intensivvеrdsavdelning" ; - intention_nn_1 = mkN "intention" "intentioner" ; - intentionsdjup_nn_1 = mkN "intentionsdjup" neutrum ; - interaktion_nn_1 = mkN "interaktion" "interaktioner" ; - interaktiv_av_1 = mkA "interaktiv" ; - intercitytaag_nn_1 = mkN "intercitytеg" neutrum ; - interdental_av_1 = mkA "interdental" ; - interdental_nn_1 = mkN "interdental" "interdentaler" ; - interdikt_nn_1 = mkN "interdikt" neutrum ; - interferens_nn_1 = mkN "interferens" "interferenser" ; - interferensmoenster_nn_1 = mkN "interferensmцnster" neutrum ; - interglacial_av_1 = mkA "interglacial" ; - interglacial_nn_1 = mkN "interglacial" "interglacialer" ; - interimistisk_av_1 = mkA "interimistisk" ; - interimsbevis_nn_1 = mkN "interimsbevis" neutrum ; - interimsregering_nn_1 = mkN "interimsregering" ; - interimsstyrelse_nn_1 = mkN "interimsstyrelse" "interimsstyrelser" ; - interioer_nn_1 = mkN "interiцr" "interiцrer" ; - interjektion_nn_1 = mkN "interjektion" "interjektioner" ; - interkontinental_av_1 = mkA "interkontinental" ; - interlokutoer_nn_1 = mkN "interlokutцr" "interlokutцrer" ; - interludium_nn_1 = mkN "interludium" "interludiet" "interludier" "interludierna" ; - intermezzo_nn_1 = mkN "intermezzo" "intermezzot" "intermezzon" "intermezzona" ; - intermittent_av_1 = mkA "intermittent" "intermittent" ; - intern_av_1 = mkA "intern" ; - intern_nn_1 = mkN "intern" "interner" ; - internat_nn_1 = mkN "internat" neutrum ; - international_nn_1 = mkN "international" "internationaler" ; - internationalist_nn_1 = mkN "internationalist" "internationalister" ; - internationell_av_1 = mkA "internationell" ; - internering_nn_1 = mkN "internering" ; - interneringslaeger_nn_1 = mkN "interneringslдger" neutrum ; - internist_nn_1 = mkN "internist" "internister" ; - internordisk_av_1 = mkA "internordisk" ; - internutbildning_nn_1 = mkN "internutbildning" ; - interpellant_nn_1 = mkN "interpellant" "interpellanter" ; - interpellation_nn_1 = mkN "interpellation" "interpellationer" ; - interplanetarisk_av_1 = mkA "interplanetarisk" ; - interpolation_nn_1 = mkN "interpolation" "interpolationer" ; - interpret_nn_1 = mkN "interpret" "interpreter" ; - interpretation_nn_1 = mkN "interpretation" "interpretationer" ; - interregnum_nn_1 = mkN "interregnum" neutrum ; - interrogativ_av_1 = mkA "interrogativ" ; - interstellaer_av_1 = mkA "interstellдr" ; - interurban_av_1 = mkA "interurban" ; - intervall_nn_1 = mkN "intervall" neutrum ; - intervention_nn_1 = mkN "intervention" "interventioner" ; - intervju_nn_1 = mkN "intervju" "intervjun" "intervjuer" "intervjuerna" ; - intervjuare_nn_1 = mkN "intervjuare" "intervjuare" ; - intervjuoffer_nn_1 = mkN "intervjuoffer" neutrum ; - intervjuundersoekning_nn_1 = mkN "intervjuundersцkning" ; - intervokalisk_av_1 = mkA "intervokalisk" ; - intestatarv_nn_1 = mkN "intestatarv" neutrum ; - intetsaegande_av_1 = mkA "intetsдgande" ; - intig_av_1 = mkA "intig" ; - intighet_nn_1 = mkN "intighet" "intigheter" ; - intill_ab_1 = mkAdv "intill" ; - intilliggande_av_1 = mkA "intilliggande" ; - intim_av_1 = mkA "intim" ; - intimist_nn_1 = mkN "intimist" "intimister" ; - intimitet_nn_1 = mkN "intimitet" "intimiteter" ; - intjaenandetid_nn_1 = mkN "intjдnandetid" "intjдnandetider" ; - intolerabel_av_1 = mkA "intolerabel" "intolerabelt" "intolerabla" "intolerabla" "intolerablare" "intolerablast" "intolerablaste" ; - intolerant_av_1 = mkA "intolerant" "intolerant" ; - intonation_nn_1 = mkN "intonation" "intonationer" ; - intorkning_nn_1 = mkN "intorkning" ; - intoxikation_nn_1 = mkN "intoxikation" "intoxikationer" ; - intraede_nn_1 = mkN "intrдde" ; - intraedesavgift_nn_1 = mkN "intrдdesavgift" "intrдdesavgifter" ; - intraedesprov_nn_1 = mkN "intrдdesprov" neutrum ; - intraedestal_nn_1 = mkN "intrдdestal" "intrдdestalet" "intrдdestalen" "intrдdestalena" ; - intraengande_av_1 = mkA "intrдngande" ; - intraengling_nn_1 = mkN "intrдngling" ; - intransigent_av_1 = mkA "intransigent" "intransigent" ; - intransitiv_av_1 = mkA "intransitiv" ; - intravenoes_av_1 = mkA "intravenцs" ; - intressant_av_1 = mkA "intressant" "intressant" ; - intresse_nn_1 = mkN "intresse" ; - intressegemenskap_nn_1 = mkN "intressegemenskap" "intressegemenskaper" ; - intressegrupp_nn_1 = mkN "intressegrupp" "intressegrupper" ; - intressekonflikt_nn_1 = mkN "intressekonflikt" "intressekonflikter" ; - intresseloes_av_1 = mkA "intresselцs" ; - intressent_nn_1 = mkN "intressent" "intressenter" ; - intresseomraade_nn_1 = mkN "intresseomrеde" ; - intresseorganisation_nn_1 = mkN "intresseorganisation" "intresseorganisationer" ; - intressesfaer_nn_1 = mkN "intressesfдr" "intressesfдrer" ; - intressevaeckande_av_1 = mkA "intressevдckande" ; - intrig_nn_1 = mkN "intrig" "intriger" ; - intrigant_av_1 = mkA "intrigant" "intrigant" ; - intrigant_nn_1 = mkN "intrigant" "intriganter" ; - intrigoer_nn_1 = mkN "intrigцr" "intrigцrer" ; - intrikat_av_1 = mkA "intrikat" "intrikat" ; - intrimning_nn_1 = mkN "intrimning" ; - introduktion_nn_1 = mkN "introduktion" "introduktioner" ; - introduktionsbrev_nn_1 = mkN "introduktionsbrev" neutrum ; - introduktionserbjudande_nn_1 = mkN "introduktionserbjudande" ; - introduktionskurs_nn_1 = mkN "introduktionskurs" "introduktionskurser" ; - introduktoer_nn_1 = mkN "introduktцr" "introduktцrer" ; - introspektiv_av_1 = mkA "introspektiv" ; - introvert_av_1 = mkA "introvert" "introvert" ; - intryck_nn_1 = mkN "intryck" neutrum ; - intubation_nn_1 = mkN "intubation" "intubationer" ; - intuition_nn_1 = mkN "intuition" "intuitioner" ; - intuitiv_av_1 = mkA "intuitiv" ; - intumning_nn_1 = mkN "intumning" ; - intyg_nn_1 = mkN "intyg" neutrum ; - inuit_nn_1 = mkN "inuit" "inuiter" ; - inuti_ab_1 = mkAdv "inuti" ; - invaanare_nn_1 = mkN "invеnare" "invеnare" ; - invaegning_nn_1 = mkN "invдgning" ; - invaendig_av_1 = mkA "invдndig" ; - invaendning_nn_1 = mkN "invдndning" ; - invaendningsfri_av_1 = mkA "invдndningsfri" "invдndningsfritt" ; - invaertes_ab_1 = mkAdv "invдrtes" ; - invaertes_av_1 = mkA "invдrtes" ; - inval_nn_1 = mkN "inval" neutrum ; - invalid_nn_1 = mkN "invalid" "invalider" ; - invaliditet_nn_1 = mkN "invaliditet" "invaliditeter" ; - invand_av_1 = mkA "invand" ; - invandrare_nn_1 = mkN "invandrare" "invandrare" ; - invandrarverk_nn_1 = mkN "invandrarverk" neutrum ; - invandring_nn_1 = mkN "invandring" ; - invandringskvot_nn_1 = mkN "invandringskvot" "invandringskvoter" ; - invariabel_av_1 = mkA "invariabel" "invariabelt" "invariabla" "invariabla" "invariablare" "invariablast" "invariablaste" ; - invariant_av_1 = mkA "invariant" "invariant" ; - invasion_nn_1 = mkN "invasion" "invasioner" ; - invektiv_nn_1 = mkN "invektiv" neutrum ; - inventariebok_nn_1 = mkN "inventariebok" "inventariebцcker" ; - inventariefoerteckning_nn_1 = mkN "inventariefцrteckning" ; - inventarium_nn_1 = mkN "inventarium" "inventariet" "inventarier" "inventarierna" ; - inventering_nn_1 = mkN "inventering" ; - inventioes_av_1 = mkA "inventiцs" ; - inverkning_nn_1 = mkN "inverkning" ; - invers_nn_1 = mkN "invers" "inverser" ; - inversion_nn_1 = mkN "inversion" "inversioner" ; - invertebrat_nn_1 = mkN "invertebrat" "invertebrater" ; - investerare_nn_1 = mkN "investerare" "investerare" ; - investering_nn_1 = mkN "investering" ; - investeringsbank_nn_1 = mkN "investeringsbank" "investeringsbanker" ; - investeringsfond_nn_1 = mkN "investeringsfond" "investeringsfonder" ; - investmentbolag_nn_1 = mkN "investmentbolag" neutrum ; - invigning_nn_1 = mkN "invigning" ; - invintring_nn_1 = mkN "invintring" ; - invintringsprocess_nn_1 = mkN "invintringsprocess" "invintringsprocesser" ; - invit_nn_1 = mkN "invit" "inviter" ; - invitation_nn_1 = mkN "invitation" "invitationer" ; - invokation_nn_1 = mkN "invokation" "invokationer" ; - ioegonenfallande_av_1 = mkA "iцgonenfallande" ; - ioegonfallande_av_1 = mkA "iцgonfallande" ; - irakier_nn_1 = mkN "irakier" "irakiern" "irakier" "irakierna" ; - irakisk_av_1 = mkA "irakisk" ; - irakiska_nn_1 = mkN "irakiska" ; - iranier_nn_1 = mkN "iranier" "iraniern" "iranier" "iranierna" ; - iransk_av_1 = mkA "iransk" ; - iranska_nn_2 = mkN "iranska" ; - irer_nn_1 = mkN "irer" "irern" "irer" "irerna" ; - iridiumlager_nn_1 = mkN "iridiumlager" neutrum ; - iris_nn_1 = mkN "iris" ; - irisblaendare_nn_1 = mkN "irisblдndare" "irisblдndare" ; - irisk_av_1 = mkA "irisk" ; - iriska_nn_2 = mkN "iriska" ; - irlaendare_nn_1 = mkN "irlдndare" "irlдndare" ; - irlaendsk_av_1 = mkA "irlдndsk" ; - irlaendska_nn_2 = mkN "irlдndska" ; - ironi_nn_1 = mkN "ironi" "ironier" ; - ironiker_nn_1 = mkN "ironiker" "ironikern" "ironiker" "ironikerna" ; - ironisk_av_1 = mkA "ironisk" ; - irrationell_av_1 = mkA "irrationell" ; - irrbloss_nn_1 = mkN "irrbloss" neutrum ; - irreal_av_1 = mkA "irreal" ; - irreguljaer_av_1 = mkA "irreguljдr" ; - irrelevant_av_1 = mkA "irrelevant" "irrelevant" ; - irreparabel_av_1 = mkA "irreparabel" "irreparabelt" "irreparabla" "irreparabla" "irreparablare" "irreparablast" "irreparablaste" ; - irreversibel_av_1 = mkA "irreversibel" "irreversibelt" "irreversibla" "irreversibla" "irreversiblare" "irreversiblast" "irreversiblaste" ; - irrfaerd_nn_1 = mkN "irrfдrd" "irrfдrder" ; - irrgaang_nn_1 = mkN "irrgеng" ; - irritabel_av_1 = mkA "irritabel" "irritabelt" "irritabla" "irritabla" "irritablare" "irritablast" "irritablaste" ; - irritament_nn_1 = mkN "irritament" "irritamentet" "irritamenten" "irritamentena" ; - irritation_nn_1 = mkN "irritation" "irritationer" ; - irritationsmoment_nn_1 = mkN "irritationsmoment" neutrum ; - irrlaera_nn_1 = mkN "irrlдra" ; - irrlaerig_av_1 = mkA "irrlдrig" ; - is_nn_1 = mkN "is" ; - isaelv_nn_1 = mkN "isдlv" ; - isaender_ab_1 = mkAdv "isдnder" ; - isaer_ab_1 = mkAdv "isдr" ; - isaettning_nn_1 = mkN "isдttning" ; - isagogisk_av_1 = mkA "isagogisk" ; - isbaelte_nn_1 = mkN "isbдlte" ; - isberg_nn_1 = mkN "isberg" neutrum ; - isbildning_nn_1 = mkN "isbildning" ; - isbill_nn_1 = mkN "isbill" ; - isbit_nn_1 = mkN "isbit" ; - isbjoern_nn_1 = mkN "isbjцrn" ; - isblaa_av_1 = mkA "isblе" "isblеtt" ; - isblock_nn_1 = mkN "isblock" neutrum ; - isboj_nn_1 = mkN "isboj" ; - isbrodd_nn_1 = mkN "isbrodd" ; - isbrytare_nn_1 = mkN "isbrytare" "isbrytare" ; - isbrytning_nn_1 = mkN "isbrytning" ; - iscensaettning_nn_1 = mkN "iscensдttning" ; - ischiasnerv_nn_1 = mkN "ischiasnerv" "ischiasnerver" ; - ischuri_nn_1 = mkN "ischuri" "ischurier" ; - isdubb_nn_1 = mkN "isdubb" ; - isfaagel_nn_1 = mkN "isfеgel" ; - isflak_nn_1 = mkN "isflak" neutrum ; - isfoerhaallande_nn_1 = mkN "isfцrhеllande" ; - isfri_av_1 = mkA "isfri" "isfritt" ; - isfront_nn_1 = mkN "isfront" "isfronter" ; - isglass_nn_1 = mkN "isglass" ; - ishall_nn_1 = mkN "ishall" ; - ishav_nn_1 = mkN "ishav" neutrum ; - ishockeyroer_nn_1 = mkN "ishockeyrцr" neutrum ; - ishockeyspelare_nn_1 = mkN "ishockeyspelare" "ishockeyspelare" ; - isig_av_1 = mkA "isig" ; - isjakt_nn_1 = mkN "isjakt" "isjakter" ; - iskall_av_1 = mkA "iskall" ; - iskant_nn_1 = mkN "iskant" "iskanter" ; - iskonvalj_nn_1 = mkN "iskonvalj" "iskonvaljer" ; - iskorn_nn_1 = mkN "iskorn" neutrum ; - iskravning_nn_1 = mkN "iskravning" ; - iskristall_nn_1 = mkN "iskristall" "iskristaller" ; - islaendare_nn_1 = mkN "islдndare" "islдndare" ; - islaendsk_av_1 = mkA "islдndsk" ; - islaendska_nn_2 = mkN "islдndska" ; - islaenning_nn_1 = mkN "islдnning" ; - islamisk_av_1 = mkA "islamisk" ; - islamsk_av_1 = mkA "islamsk" ; - islandslav_nn_1 = mkN "islandslav" ; - islandssill_nn_1 = mkN "islandssill" ; - islossning_nn_1 = mkN "islossning" ; - ism_nn_1 = mkN "ism" "ismer" ; - isobar_nn_1 = mkN "isobar" "isobarer" ; - isogon_nn_1 = mkN "isogon" "isogoner" ; - isolat_nn_1 = mkN "isolat" neutrum ; - isolationistisk_av_1 = mkA "isolationistisk" ; - isolator_nn_1 = mkN "isolator" "isolatorer" ; - isolerband_nn_1 = mkN "isolerband" neutrum ; - isolerglas_nn_1 = mkN "isolerglas" neutrum ; - isolering_nn_1 = mkN "isolering" ; - isoleringsavdelning_nn_1 = mkN "isoleringsavdelning" ; - isoleringsband_nn_1 = mkN "isoleringsband" neutrum ; - isoleringscell_nn_1 = mkN "isoleringscell" "isoleringsceller" ; - isoleringsmaterial_nn_1 = mkN "isoleringsmaterial" neutrum ; - isomer_av_1 = mkA "isomer" ; - isomer_nn_1 = mkN "isomer" "isomerer" ; - isomeri_nn_1 = mkN "isomeri" "isomerier" ; - isomorf_av_1 = mkA "isomorf" ; - isomorfi_nn_1 = mkN "isomorfi" "isomorfier" ; - isooktan_nn_1 = mkN "isooktan" neutrum ; - isoterm_nn_1 = mkN "isoterm" "isotermer" ; - isotop_nn_1 = mkN "isotop" "isotoper" ; - isperiod_nn_1 = mkN "isperiod" "isperioder" ; - ispigg_nn_1 = mkN "ispigg" ; - ispik_nn_1 = mkN "ispik" ; - israeffla_nn_1 = mkN "isrдffla" ; - israel_nn_1 = mkN "israel" "israeler" ; - israelisk_av_1 = mkA "israelisk" ; - israelit_nn_1 = mkN "israelit" "israeliter" ; - israelitisk_av_1 = mkA "israelitisk" ; - isrand_nn_1 = mkN "isrand" "isrдnder" ; - isranunkel_nn_1 = mkN "isranunkel" ; - israpport_nn_1 = mkN "israpport" "israpporter" ; - isrevy_nn_1 = mkN "isrevy" "isrevyer" ; - issjoe_nn_1 = mkN "issjц" ; - isskruvning_nn_1 = mkN "isskruvning" ; - issmaeltning_nn_1 = mkN "issmдltning" ; - istadig_av_1 = mkA "istadig" ; - istaecke_nn_1 = mkN "istдcke" ; - istaeckt_av_1 = mkA "istдckt" "istдckt" ; - istaellet_ab_1 = mkAdv "istдllet" ; - istapp_nn_1 = mkN "istapp" ; - isterband_nn_1 = mkN "isterband" neutrum ; - isterbuk_nn_1 = mkN "isterbuk" ; - istid_nn_1 = mkN "istid" "istider" ; - istidsforskare_nn_1 = mkN "istidsforskare" "istidsforskare" ; - istryck_nn_1 = mkN "istryck" neutrum ; - isvak_nn_1 = mkN "isvak" ; - italer_nn_1 = mkN "italer" "italern" "italer" "italerna" ; - italienare_nn_1 = mkN "italienare" "italienare" ; - italiensk_av_1 = mkA "italiensk" ; - italienska_nn_2 = mkN "italienska" ; - italiker_nn_1 = mkN "italiker" "italikern" "italiker" "italikerna" ; - italisk_av_1 = mkA "italisk" ; - iteration_nn_1 = mkN "iteration" "iterationer" ; - iterativ_av_1 = mkA "iterativ" ; - itu_ab_1 = mkAdv "itu" ; - ity_ab_1 = mkAdv "ity" ; - ivaeg_ab_1 = mkAdv "ivдg" ; - ivorian_nn_1 = mkN "ivorian" "ivorianer" ; - ivoriansk_av_1 = mkA "ivoriansk" ; - ivrande_nn_1 = mkN "ivrande" ; - ivrare_nn_1 = mkN "ivrare" "ivrare" ; - ivrig_av_1 = mkA "ivrig" ; - ja_nn_1 = mkN "ja" "jaet" "jan" "jana" ; - jaakk_nn_1 = mkN "jеkk" ; - jab_nn_1 = mkN "jab" "jabben" "jabbar" "jabbarna" ; - jabot_nn_1 = mkN "jabot" "jaboter" ; - jack_nn_1 = mkN "jack" neutrum ; - jack_nn_2 = mkN "jack" ; - jackett_nn_1 = mkN "jackett" "jacketter" ; - jackig_av_1 = mkA "jackig" ; - jackpot_nn_1 = mkN "jackpot" ; - jackpropp_nn_1 = mkN "jackpropp" ; - jackuttag_nn_1 = mkN "jackuttag" neutrum ; - jadegroen_av_1 = mkA "jadegrцn" ; - jaedra_av_1 = mkA "jдdra" ; - jaedrans_av_1 = mkA "jдdrans" ; - jaegarbiff_nn_1 = mkN "jдgarbiff" ; - jaegare_nn_1 = mkN "jдgare" "jдgare" ; - jaegarfolk_nn_1 = mkN "jдgarfolk" neutrum ; - jaegarhatt_nn_1 = mkN "jдgarhatt" ; - jaegarhorn_nn_1 = mkN "jдgarhorn" neutrum ; - jaegmaestare_nn_1 = mkN "jдgmдstare" "jдgmдstare" ; - jaekel_nn_1 = mkN "jдkel" ; - jaekelskap_nn_1 = mkN "jдkelskap" "jдkelskaper" ; - jaekla_av_1 = mkA "jдkla" ; - jaeklig_av_1 = mkA "jдklig" ; - jaektig_av_1 = mkA "jдktig" ; - jaemboerdig_av_1 = mkA "jдmbцrdig" ; - jaemfoerande_av_1 = mkA "jдmfцrande" ; - jaemfoerbar_av_1 = mkA "jдmfцrbar" ; - jaemfoerelse_nn_1 = mkN "jдmfцrelse" "jдmfцrelser" ; - jaemfoerelsetal_nn_1 = mkN "jдmfцrelsetal" "jдmfцrelsetalet" "jдmfцrelsetalen" "jдmfцrelsetalena" ; - jaemfoerelsevis_ab_1 = mkAdv "jдmfцrelsevis" ; - jaemfoerlig_av_1 = mkA "jдmfцrlig" ; - jaemfoerpris_nn_1 = mkN "jдmfцrpris" neutrum ; - jaemfota_ab_1 = mkAdv "jдmfota" ; - jaemgod_av_1 = mkA "jдmgod" ; - jaemkning_nn_1 = mkN "jдmkning" ; - jaemlik_av_1 = mkA "jдmlik" ; - jaemlike_nn_1 = mkN "jдmlike" utrum ; - jaemlikhet_nn_1 = mkN "jдmlikhet" "jдmlikheter" ; - jaemmerdal_nn_1 = mkN "jдmmerdal" ; - jaemmerlig_av_1 = mkA "jдmmerlig" ; - jaemn_av_1 = mkA "jдmn" ; - jaemnaarig_av_1 = mkA "jдmnеrig" ; - jaemngod_av_1 = mkA "jдmngod" ; - jaemnstark_av_1 = mkA "jдmnstark" ; - jaemnstor_av_1 = mkA "jдmnstor" ; - jaemntjock_av_1 = mkA "jдmntjock" ; - jaemnvarm_av_1 = mkA "jдmnvarm" ; - jaems_ab_1 = mkAdv "jдms" ; - jaemsides_ab_1 = mkAdv "jдmsides" ; - jaemspelt_av_1 = mkA "jдmspelt" "jдmspelt" ; - jaemstaelld_av_1 = mkA "jдmstдlld" "jдmstдllt" ; - jaemstaelldhet_nn_1 = mkN "jдmstдlldhet" "jдmstдlldheter" ; - jaemstark_av_1 = mkA "jдmstark" ; - jaemt_ab_1 = mkAdv "jдmt" ; - jaemte_nn_1 = mkN "jдmte" utrum ; - jaemthund_nn_1 = mkN "jдmthund" ; - jaemtjock_av_1 = mkA "jдmtjock" ; - jaemtlaendsk_av_1 = mkA "jдmtlдndsk" ; - jaemtlaenning_nn_1 = mkN "jдmtlдnning" ; - jaemtsk_av_1 = mkA "jдmtsk" ; - jaemvael_ab_1 = mkAdv "jдmvдl" ; - jaemviktslaege_nn_1 = mkN "jдmviktslдge" ; - jaemviktsorgan_nn_1 = mkN "jдmviktsorgan" neutrum ; - jaenkare_nn_1 = mkN "jдnkare" "jдnkare" ; - jaern_nn_1 = mkN "jдrn" neutrum ; - jaernaaldersbonde_nn_1 = mkN "jдrnеldersbonde" "jдrnеldersbцnder" ; - jaernaaldersbygd_nn_1 = mkN "jдrnеldersbygd" "jдrnеldersbygder" ; - jaernaaldersfiskare_nn_1 = mkN "jдrnеldersfiskare" "jдrnеldersfiskare" ; - jaernaar_nn_1 = mkN "jдrnеr" neutrum ; - jaernaffaer_nn_1 = mkN "jдrnaffдr" "jдrnaffдrer" ; - jaernbakterie_nn_1 = mkN "jдrnbakterie" "jдrnbakterier" ; - jaernbalk_nn_1 = mkN "jдrnbalk" ; - jaernbeslag_nn_1 = mkN "jдrnbeslag" neutrum ; - jaernblad_nn_1 = mkN "jдrnblad" neutrum ; - jaernbroellop_nn_1 = mkN "jдrnbrцllop" neutrum ; - jaernbruk_nn_1 = mkN "jдrnbruk" neutrum ; - jaernek_nn_1 = mkN "jдrnek" ; - jaernfoeremaal_nn_1 = mkN "jдrnfцremеl" neutrum ; - jaernframstaellning_nn_1 = mkN "jдrnframstдllning" ; - jaerngrepp_nn_1 = mkN "jдrngrepp" neutrum ; - jaernhaard_av_1 = mkA "jдrnhеrd" "jдrnhеrt" ; - jaernhake_nn_1 = mkN "jдrnhake" utrum ; - jaernhand_nn_1 = mkN "jдrnhand" "jдrnhдnder" ; - jaernhandel_nn_1 = mkN "jдrnhandel" ; - jaernhantering_nn_1 = mkN "jдrnhantering" ; - jaernindustri_nn_1 = mkN "jдrnindustri" "jдrnindustrier" ; - jaernjungfru_nn_1 = mkN "jдrnjungfru" "jдrnjungfrun" "jдrnjungfrur" "jдrnjungfrurna" ; - jaernkatastrof_nn_1 = mkN "jдrnkatastrof" "jдrnkatastrofer" ; - jaernklump_nn_1 = mkN "jдrnklump" ; - jaernkors_nn_1 = mkN "jдrnkors" neutrum ; - jaernlegering_nn_1 = mkN "jдrnlegering" ; - jaernmalm_nn_1 = mkN "jдrnmalm" "jдrnmalmer" ; - jaernmanufaktur_nn_1 = mkN "jдrnmanufaktur" "jдrnmanufakturer" ; - jaernnatt_nn_1 = mkN "jдrnnatt" "jдrnnдtter" ; - jaernoert_nn_1 = mkN "jдrnцrt" "jдrnцrter" ; - jaernoxid_nn_1 = mkN "jдrnoxid" "jдrnoxider" ; - jaernpinne_nn_1 = mkN "jдrnpinne" utrum ; - jaernplaat_nn_1 = mkN "jдrnplеt" ; - jaernproduktion_nn_1 = mkN "jдrnproduktion" "jдrnproduktioner" ; - jaernredskap_nn_1 = mkN "jдrnredskap" "jдrnredskapet" "jдrnredskapen" "jдrnredskapena" ; - jaernridaa_nn_1 = mkN "jдrnridе" "jдrnridеer" ; - jaernrik_av_1 = mkA "jдrnrik" ; - jaernring_nn_1 = mkN "jдrnring" ; - jaernsalt_nn_1 = mkN "jдrnsalt" "jдrnsaltet" "jдrnsalter" "jдrnsalterna" ; - jaernsparv_nn_1 = mkN "jдrnsparv" ; - jaernspis_nn_1 = mkN "jдrnspis" ; - jaernstaang_nn_1 = mkN "jдrnstеng" "jдrnstдnger" ; - jaernstag_nn_1 = mkN "jдrnstag" neutrum ; - jaernsulfid_nn_1 = mkN "jдrnsulfid" "jдrnsulfider" ; - jaerntillverkning_nn_1 = mkN "jдrntillverkning" ; - jaerntraad_nn_1 = mkN "jдrntrеd" ; - jaernvaeg_nn_1 = mkN "jдrnvдg" ; - jaernvaegare_nn_1 = mkN "jдrnvдgare" "jдrnvдgare" ; - jaernvaegsbiljett_nn_1 = mkN "jдrnvдgsbiljett" "jдrnvдgsbiljetter" ; - jaernvaegsknut_nn_1 = mkN "jдrnvдgsknut" ; - jaernvaegsoevergaang_nn_1 = mkN "jдrnvдgsцvergеng" ; - jaernvaegsraels_nn_1 = mkN "jдrnvдgsrдls" ; - jaernvaegssignal_nn_1 = mkN "jдrnvдgssignal" "jдrnvдgssignaler" ; - jaernvaegsspaar_nn_1 = mkN "jдrnvдgsspеr" neutrum ; - jaernvaegsstation_nn_1 = mkN "jдrnvдgsstation" "jдrnvдgsstationer" ; - jaernvaegstjaensteman_nn_1 = mkN "jдrnvдgstjдnsteman" "jдrnvдgstjдnstemannen" "jдrnvдgstjдnstemдn" "jдrnvдgstjдnstemдnnen" ; - jaernvaegsvagn_nn_1 = mkN "jдrnvдgsvagn" ; - jaernvapen_nn_1 = mkN "jдrnvapen" "jдrnvapnet" "jдrnvapen" "jдrnvapnen" ; - jaernvara_nn_1 = mkN "jдrnvara" ; - jaernvaruaffaer_nn_1 = mkN "jдrnvaruaffдr" "jдrnvaruaffдrer" ; - jaernverk_nn_1 = mkN "jдrnverk" neutrum ; - jaerpe_nn_1 = mkN "jдrpe" utrum ; - jaertecken_nn_1 = mkN "jдrtecken" "jдrtecknet" "jдrtecken" "jдrtecknen" ; - jaerv_nn_1 = mkN "jдrv" ; - jaesig_av_1 = mkA "jдsig" ; - jaesning_nn_1 = mkN "jдsning" ; - jaestsvamp_nn_1 = mkN "jдstsvamp" ; - jaette_nn_1 = mkN "jдtte" utrum ; - jaettebra_av_1 = mkA "jдttebra" ; - jaettedum_av_1 = mkA "jдttedum" "jдttedumt" "jдttedumma" "jдttedumma" "jдttedummare" "jдttedummast" "jдttedummaste" ; - jaettekast_nn_1 = mkN "jдttekast" neutrum ; - jaettelaenge_ab_1 = mkAdv "jдttelдnge" ; - jaettelik_av_1 = mkA "jдttelik" ; - jaetteorm_nn_1 = mkN "jдtteorm" ; - jaettesnaell_av_1 = mkA "jдttesnдll" ; - jaettesnygg_av_1 = mkA "jдttesnygg" ; - jaetteval_nn_1 = mkN "jдtteval" ; - jaettinna_nn_1 = mkN "jдttinna" ; - jaev_nn_1 = mkN "jдv" neutrum ; - jaevel_nn_1 = mkN "jдvel" ; - jaevelskap_nn_1 = mkN "jдvelskap" "jдvelskapet" "jдvelskapen" "jдvelskapena" ; - jaevig_av_1 = mkA "jдvig" ; - jaevla_av_1 = mkA "jдvla" ; - jaevlig_av_1 = mkA "jдvlig" ; - jag_nn_1 = mkN "jag" neutrum ; - jagare_nn_1 = mkN "jagare" "jagare" ; - jagfoerestaellning_nn_1 = mkN "jagfцrestдllning" ; - jaggernaut_nn_1 = mkN "jaggernaut" ; - jagisk_av_1 = mkA "jagisk" ; - jagsvaghet_nn_1 = mkN "jagsvaghet" "jagsvagheter" ; - jaguar_nn_1 = mkN "jaguar" "jaguarer" ; - jak_nn_1 = mkN "jak" ; - jakande_av_1 = mkA "jakande" ; - jakobin_nn_1 = mkN "jakobin" "jakobiner" ; - jakobskamp_nn_1 = mkN "jakobskamp" "jakobskamper" ; - jakobsstege_nn_1 = mkN "jakobsstege" utrum ; - jakt_nn_1 = mkN "jakt" "jakter" ; - jaktbar_av_1 = mkA "jaktbar" ; - jaktbyte_nn_1 = mkN "jaktbyte" ; - jaktexpedition_nn_1 = mkN "jaktexpedition" "jaktexpeditioner" ; - jaktfalk_nn_1 = mkN "jaktfalk" ; - jaktgevaer_nn_1 = mkN "jaktgevдr" neutrum ; - jakthistoria_nn_1 = mkN "jakthistoria" "jakthistorien" "jakthistorier" "jakthistorierna" ; - jakthorn_nn_1 = mkN "jakthorn" neutrum ; - jakthund_nn_1 = mkN "jakthund" ; - jaktkort_nn_1 = mkN "jaktkort" neutrum ; - jaktlag_nn_1 = mkN "jaktlag" neutrum ; - jaktleopard_nn_1 = mkN "jaktleopard" "jaktleoparder" ; - jaktlig_av_1 = mkA "jaktlig" ; - jaktlopp_nn_1 = mkN "jaktlopp" neutrum ; - jaktmark_nn_1 = mkN "jaktmark" "jaktmarker" ; - jaktplan_nn_1 = mkN "jaktplan" neutrum ; - jaktprov_nn_1 = mkN "jaktprov" neutrum ; - jaktridning_nn_1 = mkN "jaktridning" ; - jaktrobot_nn_1 = mkN "jaktrobot" ; - jaktsignal_nn_1 = mkN "jaktsignal" "jaktsignaler" ; - jaktslott_nn_1 = mkN "jaktslott" neutrum ; - jaktspaar_nn_1 = mkN "jaktspеr" neutrum ; - jaktspindel_nn_1 = mkN "jaktspindel" ; - jakttabell_nn_1 = mkN "jakttabell" "jakttabeller" ; - jakttid_nn_1 = mkN "jakttid" "jakttider" ; - jakttrofe_nn_1 = mkN "jakttrofй" "jakttrofйer" ; - jaktvapen_nn_1 = mkN "jaktvapen" "jaktvapnet" "jaktvapen" "jaktvapnen" ; - jalu_av_1 = mkA "jalu" ; - jalusi_nn_1 = mkN "jalusi" "jalusier" ; - jamaican_nn_1 = mkN "jamaican" "jamaicaner" ; - jamaicansk_av_1 = mkA "jamaicansk" ; - jamare_nn_1 = mkN "jamare" "jamare" ; - jamb_nn_1 = mkN "jamb" "jamber" ; - jambisk_av_1 = mkA "jambisk" ; - jamboree_nn_1 = mkN "jamboree" "jamboreer" ; - jan_nn_1 = mkN "jan" ; - janitsjar_nn_1 = mkN "janitsjar" "janitsjarer" ; - japan_nn_1 = mkN "japan" "japaner" ; - japanes_nn_1 = mkN "japanes" "japaneser" ; - japansk_av_1 = mkA "japansk" ; - japanska_nn_2 = mkN "japanska" ; - japroposition_nn_1 = mkN "japroposition" "japropositioner" ; - jardinjaer_nn_1 = mkN "jardinjдr" "jardinjдrer" ; - jargong_nn_1 = mkN "jargong" "jargonger" ; - jarl_nn_1 = mkN "jarl" ; - jarop_nn_1 = mkN "jarop" neutrum ; - jasaegare_nn_1 = mkN "jasдgare" "jasдgare" ; - jasmin_nn_1 = mkN "jasmin" "jasminer" ; - jaspis_nn_1 = mkN "jaspis" ; - javan_nn_1 = mkN "javan" "javaner" ; - javanes_nn_1 = mkN "javanes" "javaneser" ; - javanesisk_av_1 = mkA "javanesisk" ; - javansk_av_1 = mkA "javansk" ; - jazzbalett_nn_1 = mkN "jazzbalett" "jazzbaletter" ; - jazzig_av_1 = mkA "jazzig" ; - jazzorkester_nn_1 = mkN "jazzorkester" ; - jeep_nn_1 = mkN "jeep" ; - jehu_nn_1 = mkN "jehu" "jehut" "jehun" "jehuna" ; - jeppe_nn_1 = mkN "jeppe" utrum ; - jeremiad_nn_1 = mkN "jeremiad" "jeremiader" ; - jerseyko_nn_1 = mkN "jerseyko" "jerseykor" ; - jesuit_nn_1 = mkN "jesuit" "jesuiter" ; - jesuitgeneral_nn_1 = mkN "jesuitgeneral" "jesuitgeneraler" ; - jesuitisk_av_1 = mkA "jesuitisk" ; - jesuitorden_nn_1 = mkN "jesuitorden" ; - jetflygplan_nn_1 = mkN "jetflygplan" neutrum ; - jetmotor_nn_1 = mkN "jetmotor" "jetmotorer" ; - jetong_nn_1 = mkN "jetong" "jetonger" ; - jetplan_nn_1 = mkN "jetplan" neutrum ; - jetstroem_nn_1 = mkN "jetstrцm" "jetstrцmmen" "jetstrцmmar" "jetstrцmmarna" ; - jig_nn_1 = mkN "jig" ; - jigg_nn_1 = mkN "jigg" ; - jingoism_nn_1 = mkN "jingoism" "jingoismer" ; - jippo_nn_1 = mkN "jippo" "jippot" "jippon" "jippona" ; - jobb_nn_1 = mkN "jobb" neutrum ; - jobbare_nn_1 = mkN "jobbare" "jobbare" ; - jobberi_nn_1 = mkN "jobberi" "jobberit" "jobberier" "jobberierna" ; - jobbig_av_1 = mkA "jobbig" ; - jobspost_nn_1 = mkN "jobspost" "jobsposter" ; - jockej_nn_1 = mkN "jockej" "jockejer" ; - jockey_nn_1 = mkN "jockey" ; - jodtablett_nn_1 = mkN "jodtablett" "jodtabletter" ; - joekel_nn_1 = mkN "jцkel" ; - joekelport_nn_1 = mkN "jцkelport" ; - joens_nn_1 = mkN "jцns" ; - joensig_av_1 = mkA "jцnsig" ; - joesse_nn_1 = mkN "jцsse" utrum ; - johannesoert_nn_1 = mkN "johannesцrt" "johannesцrter" ; - johannit_nn_1 = mkN "johannit" "johanniter" ; - johanniterkors_nn_1 = mkN "johanniterkors" neutrum ; - johanniterorden_nn_1 = mkN "johanniterorden" ; - joint_nn_1 = mkN "joint" "jointer" ; - jojk_nn_1 = mkN "jojk" ; - jojo_nn_1 = mkN "jojo" ; - joker_nn_1 = mkN "joker" ; - jokk_nn_1 = mkN "jokk" ; - jolle_nn_1 = mkN "jolle" utrum ; - jolmig_av_1 = mkA "jolmig" ; - jolster_nn_1 = mkN "jolster" ; - jon_nn_1 = mkN "jon" "joner" ; - jonbildning_nn_1 = mkN "jonbildning" ; - jonbindning_nn_1 = mkN "jonbindning" ; - jonbytare_nn_1 = mkN "jonbytare" "jonbytare" ; - jonflaeck_nn_1 = mkN "jonflдck" ; - jonfoerening_nn_1 = mkN "jonfцrening" ; - jongitter_nn_1 = mkN "jongitter" neutrum ; - jongloer_nn_1 = mkN "jonglцr" "jonglцrer" ; - jonier_nn_1 = mkN "jonier" "joniern" "jonier" "jonierna" ; - jonisation_nn_1 = mkN "jonisation" "jonisationer" ; - jonisering_nn_1 = mkN "jonisering" ; - joniseringsenergi_nn_1 = mkN "joniseringsenergi" "joniseringsenergier" ; - joniseringstendens_nn_1 = mkN "joniseringstendens" "joniseringstendenser" ; - jonisk_av_1 = mkA "jonisk" ; - jonkvill_nn_1 = mkN "jonkvill" "jonkviller" ; - jonstraale_nn_1 = mkN "jonstrеle" utrum ; - jord_nn_1 = mkN "jord" ; - jordabalk_nn_1 = mkN "jordabalk" ; - jordaegare_nn_1 = mkN "jordдgare" "jordдgare" ; - jordafaerd_nn_1 = mkN "jordafдrd" "jordafдrder" ; - jordagods_nn_1 = mkN "jordagods" neutrum ; - jordanalys_nn_1 = mkN "jordanalys" "jordanalyser" ; - jordande_nn_1 = mkN "jordande" utrum ; - jordanier_nn_1 = mkN "jordanier" "jordaniern" "jordanier" "jordanierna" ; - jordansk_av_1 = mkA "jordansk" ; - jordart_nn_1 = mkN "jordart" "jordarter" ; - jordartsmetall_nn_1 = mkN "jordartsmetall" "jordartsmetaller" ; - jordatmosfaer_nn_1 = mkN "jordatmosfдr" "jordatmosfдrer" ; - jordavsoendring_nn_1 = mkN "jordavsцndring" ; - jordbaevning_nn_1 = mkN "jordbдvning" ; - jordbegravning_nn_1 = mkN "jordbegravning" ; - jordbi_nn_1 = mkN "jordbi" "jordbit" "jordbin" "jordbien" ; - jordblad_nn_1 = mkN "jordblad" neutrum ; - jordbruk_nn_1 = mkN "jordbruk" neutrum ; - jordbrukare_nn_1 = mkN "jordbrukare" "jordbrukare" ; - jordbruksbebyggelse_nn_1 = mkN "jordbruksbebyggelse" "jordbruksbebyggelser" ; - jordbruksbefolkning_nn_1 = mkN "jordbruksbefolkning" ; - jordbruksbygd_nn_1 = mkN "jordbruksbygd" "jordbruksbygder" ; - jordbrukslandskap_nn_1 = mkN "jordbrukslandskap" "jordbrukslandskapet" "jordbrukslandskapen" "jordbrukslandskapena" ; - jordbruksmark_nn_1 = mkN "jordbruksmark" "jordbruksmarker" ; - jordbruksmaskin_nn_1 = mkN "jordbruksmaskin" "jordbruksmaskiner" ; - jordbruksminister_nn_1 = mkN "jordbruksminister" ; - jordbruksprodukt_nn_1 = mkN "jordbruksprodukt" "jordbruksprodukter" ; - jordbruksredskap_nn_1 = mkN "jordbruksredskap" "jordbruksredskapet" "jordbruksredskapen" "jordbruksredskapena" ; - jordbunden_av_1 = mkA "jordbunden" "jordbundet" ; - jorddelning_nn_1 = mkN "jorddelning" ; - jorddrott_nn_1 = mkN "jorddrott" ; - jordebok_nn_1 = mkN "jordebok" "jordebцcker" ; - jordegendom_nn_1 = mkN "jordegendom" ; - jordekorre_nn_1 = mkN "jordekorre" utrum ; - jorden_runt_seglare_nn_1 = mkN "jorden-runt-seglare" "jorden-runt-seglare" ; - jordfaerg_nn_1 = mkN "jordfдrg" "jordfдrger" ; - jordfaergaemne_nn_1 = mkN "jordfдrgдmne" ; - jordfaestning_nn_1 = mkN "jordfдstning" ; - jordfast_av_1 = mkA "jordfast" "jordfast" ; - jordfly_nn_1 = mkN "jordfly" "jordflyt" "jordflyn" "jordflyen" ; - jordfraes_nn_1 = mkN "jordfrдs" ; - jordgeting_nn_1 = mkN "jordgeting" ; - jordglob_nn_1 = mkN "jordglob" "jordglober" ; - jordgolv_nn_1 = mkN "jordgolv" neutrum ; - jordgubbe_nn_1 = mkN "jordgubbe" utrum ; - jordgubbssaft_nn_1 = mkN "jordgubbssaft" "jordgubbssafter" ; - jordig_av_1 = mkA "jordig" ; - jordisk_av_1 = mkA "jordisk" ; - jordkabel_nn_1 = mkN "jordkabel" ; - jordkaellare_nn_1 = mkN "jordkдllare" "jordkдllare" ; - jordlager_nn_1 = mkN "jordlager" neutrum ; - jordledning_nn_1 = mkN "jordledning" ; - jordlik_av_1 = mkA "jordlik" ; - jordloepare_nn_1 = mkN "jordlцpare" "jordlцpare" ; - jordlott_nn_1 = mkN "jordlott" "jordlotter" ; - jordmateria_nn_1 = mkN "jordmateria" "jordmaterian" "jordmaterier" "jordmaterierna" ; - jordmaterial_nn_1 = mkN "jordmaterial" neutrum ; - jordmetall_nn_1 = mkN "jordmetall" "jordmetaller" ; - jordnaera_av_1 = mkA "jordnдra" ; - jordnoet_nn_1 = mkN "jordnцt" "jordnцtter" ; - jordomraade_nn_1 = mkN "jordomrеde" ; - jordpartikel_nn_1 = mkN "jordpartikel" ; - jordreform_nn_1 = mkN "jordreform" "jordreformer" ; - jordregister_nn_1 = mkN "jordregister" neutrum ; - jordrotation_nn_1 = mkN "jordrotation" "jordrotationer" ; - jordskalv_nn_1 = mkN "jordskalv" neutrum ; - jordskott_nn_1 = mkN "jordskott" neutrum ; - jordskred_nn_1 = mkN "jordskred" neutrum ; - jordskredsseger_nn_1 = mkN "jordskredsseger" ; - jordskyld_nn_1 = mkN "jordskyld" "jordskylder" ; - jordstam_nn_1 = mkN "jordstam" "jordstammen" "jordstammar" "jordstammarna" ; - jordstoet_nn_1 = mkN "jordstцt" ; - jordstroem_nn_1 = mkN "jordstrцm" "jordstrцmmen" "jordstrцmmar" "jordstrцmmarna" ; - jordsvin_nn_1 = mkN "jordsvin" neutrum ; - jordtaekt_nn_1 = mkN "jordtдkt" "jordtдkter" ; - jordtag_nn_1 = mkN "jordtag" neutrum ; - jordtroetthet_nn_1 = mkN "jordtrцtthet" "jordtrцttheter" ; - jordvaerdestegring_nn_1 = mkN "jordvдrdestegring" ; - jordvall_nn_1 = mkN "jordvall" ; - jos_nn_1 = mkN "jos" "joser" ; - joule_nn_1 = mkN "joule" "joulen" "joule" "joulena" ; - jour_nn_1 = mkN "jour" "jourer" ; - jourbutik_nn_1 = mkN "jourbutik" "jourbutiker" ; - jourhavande_av_1 = mkA "jourhavande" ; - jourhavande_nn_1 = mkN "jourhavande" "jourhavanden" "jourhavande" "jourhavandena" ; - journal_nn_1 = mkN "journal" "journaler" ; - journalfilm_nn_1 = mkN "journalfilm" "journalfilmer" ; - journalist_nn_1 = mkN "journalist" "journalister" ; - journalistisk_av_1 = mkA "journalistisk" ; - jovial_av_1 = mkA "jovial" ; - jovialisk_av_1 = mkA "jovialisk" ; - jovialitet_nn_1 = mkN "jovialitet" "jovialiteter" ; - joxig_av_1 = mkA "joxig" ; - ju_ab_1 = mkAdv "ju" ; - jubelaar_nn_1 = mkN "jubelеr" neutrum ; - jubelaasna_nn_1 = mkN "jubelеsna" ; - jubeldag_nn_1 = mkN "jubeldag" ; - jubeldoktor_nn_1 = mkN "jubeldoktor" "jubeldoktorer" ; - jubelidiot_nn_1 = mkN "jubelidiot" "jubelidioter" ; - jubilar_nn_1 = mkN "jubilar" "jubilarer" ; - jubileum_nn_1 = mkN "jubileum" "jubileet" "jubileer" "jubileerna" ; - jubileumsmynt_nn_1 = mkN "jubileumsmynt" neutrum ; - jublande_av_1 = mkA "jublande" ; - judasgaerning_nn_1 = mkN "judasgдrning" ; - judaskyss_nn_1 = mkN "judaskyss" ; - judaspeng_nn_1 = mkN "judaspeng" ; - jude_nn_1 = mkN "jude" utrum ; - judebroed_nn_1 = mkN "judebrцd" neutrum ; - judefoerfoeljelse_nn_1 = mkN "judefцrfцljelse" "judefцrfцljelser" ; - judekristen_av_1 = mkA "judekristen" "judekristet" ; - judendom_nn_1 = mkN "judendom" ; - judenhet_nn_1 = mkN "judenhet" "judenheter" ; - judiciell_av_1 = mkA "judiciell" ; - judinna_nn_1 = mkN "judinna" ; - judisk_av_1 = mkA "judisk" ; - jugoslav_nn_1 = mkN "jugoslav" "jugoslaver" ; - jugoslavisk_av_1 = mkA "jugoslavisk" ; - juice_nn_1 = mkN "juice" "juicer" ; - jukebox_nn_1 = mkN "jukebox" ; - jul_nn_1 = mkN "jul" ; - julafton_nn_1 = mkN "julafton" "julaftonen" "julaftnar" "julaftnarna" ; - julbock_nn_1 = mkN "julbock" ; - julboen_nn_1 = mkN "julbцn" "julbцner" ; - julbord_nn_1 = mkN "julbord" neutrum ; - juldag_nn_1 = mkN "juldag" ; - juldagsmorgon_nn_1 = mkN "juldagsmorgon" "juldagsmorgonen" "juldagsmorgnar" "juldagsmorgnarna" ; - julevangelium_nn_1 = mkN "julevangelium" "julevangeliet" "julevangelier" "julevangelierna" ; - julgran_nn_1 = mkN "julgran" ; - julgransfot_nn_1 = mkN "julgransfot" "julgransfцtter" ; - julgranskaramell_nn_1 = mkN "julgranskaramell" "julgranskarameller" ; - julgransplundring_nn_1 = mkN "julgransplundring" ; - julgransprydnad_nn_1 = mkN "julgransprydnad" "julgransprydnader" ; - julgris_nn_1 = mkN "julgris" ; - julgrupp_nn_1 = mkN "julgrupp" "julgrupper" ; - julhelg_nn_1 = mkN "julhelg" "julhelger" ; - juliansk_av_1 = mkA "juliansk" ; - julkaerve_nn_1 = mkN "julkдrve" utrum ; - julkaktus_nn_1 = mkN "julkaktus" ; - julklapp_nn_1 = mkN "julklapp" ; - julkort_nn_1 = mkN "julkort" neutrum ; - julle_nn_1 = mkN "julle" utrum ; - julp_nn_1 = mkN "julp" ; - julskyltning_nn_1 = mkN "julskyltning" ; - jultidning_nn_1 = mkN "jultidning" ; - jultomte_nn_1 = mkN "jultomte" utrum ; - jumbojet_nn_1 = mkN "jumbojet" ; - jumper_nn_1 = mkN "jumper" ; - jungfru_nn_1 = mkN "jungfru" "jungfrun" "jungfrur" "jungfrurna" ; - jungfrualstring_nn_1 = mkN "jungfrualstring" ; - jungfruben_nn_1 = mkN "jungfruben" neutrum ; - jungfruboerd_nn_1 = mkN "jungfrubцrd" "jungfrubцrder" ; - jungfrubroest_nn_1 = mkN "jungfrubrцst" neutrum ; - jungfrubur_nn_1 = mkN "jungfrubur" ; - jungfrudom_nn_1 = mkN "jungfrudom" ; - jungfrufoedsel_nn_1 = mkN "jungfrufцdsel" ; - jungfrukammare_nn_1 = mkN "jungfrukammare" "jungfrukammaren" "jungfrukamrar" "jungfrukamrarna" ; - jungfrulig_av_1 = mkA "jungfrulig" ; - jungfrustift_nn_1 = mkN "jungfrustift" neutrum ; - jungfrusvaerm_nn_1 = mkN "jungfrusvдrm" ; - jungfrutal_nn_1 = mkN "jungfrutal" "jungfrutalet" "jungfrutalen" "jungfrutalena" ; - jungman_nn_1 = mkN "jungman" "jungmannen" "jungmдn" "jungmдnnen" ; - junior_av_1 = mkA "junior" ; - junior_nn_1 = mkN "junior" "junioren" "juniorer" "juniorerna" ; - junker_nn_1 = mkN "junker" ; - junonisk_av_1 = mkA "junonisk" ; - juridisk_av_1 = mkA "juridisk" ; - juris_av_1 = mkA "juris" ; - jurist_nn_1 = mkN "jurist" "jurister" ; - jurt_nn_1 = mkN "jurt" neutrum ; - jury_nn_1 = mkN "jury" "juryer" ; - jus_nn_1 = mkN "jus" "juser" ; - just_ab_1 = mkAdv "just" ; - just_av_1 = mkA "just" "just" ; - juste_av_1 = mkA "juste" "justt" ; - justerare_nn_1 = mkN "justerare" "justerare" ; - justering_nn_1 = mkN "justering" ; - justeringsman_nn_1 = mkN "justeringsman" "justeringsmannen" "justeringsmдn" "justeringsmдnnen" ; - justitiedepartement_nn_1 = mkN "justitiedepartement" "justitiedepartementet" "justitiedepartementen" "justitiedepartementena" ; - justitieminister_nn_1 = mkN "justitieminister" ; - justitiemord_nn_1 = mkN "justitiemord" neutrum ; - justitieombudsman_nn_1 = mkN "justitieombudsman" "justitieombudsmannen" "justitieombudsmдn" "justitieombudsmдnnen" ; - justitieraad_nn_1 = mkN "justitierеd" neutrum ; - jute_nn_2 = mkN "jute" utrum ; - jutlaendsk_av_1 = mkA "jutlдndsk" ; - jutsk_av_1 = mkA "jutsk" ; - juvel_nn_1 = mkN "juvel" "juveler" ; - juvelerare_nn_1 = mkN "juvelerare" "juvelerare" ; - juvenil_av_1 = mkA "juvenil" ; - juver_nn_1 = mkN "juver" neutrum ; - juverinflammation_nn_1 = mkN "juverinflammation" "juverinflammationer" ; - juvervaevnad_nn_1 = mkN "juvervдvnad" "juvervдvnader" ; - juxtaposition_nn_1 = mkN "juxtaposition" "juxtapositioner" ; - jycke_nn_1 = mkN "jycke" utrum ; - jyllaendsk_av_1 = mkA "jyllдndsk" ; - jyllaenning_nn_1 = mkN "jyllдnning" ; - kaadig_av_1 = mkA "kеdig" ; - kaadrik_av_1 = mkA "kеdrik" ; - kaak_nn_1 = mkN "kеk" ; - kaakfarare_nn_1 = mkN "kеkfarare" "kеkfarare" ; - kaaldolma_nn_1 = mkN "kеldolma" "kеldolman" "kеldolmaar" "kеldolmaarna" ; - kaalfjaeril_nn_1 = mkN "kеlfjдril" ; - kaalhuvud_nn_1 = mkN "kеlhuvud" "kеlhuvudet" "kеlhuvuden" "kеlhuvudena" ; - kaallapp_nn_1 = mkN "kеllapp" ; - kaalmask_nn_1 = mkN "kеlmask" ; - kaalrot_nn_1 = mkN "kеlrot" "kеlrцtter" ; - kaalsupare_nn_1 = mkN "kеlsupare" "kеlsupare" ; - kaar_nn_1 = mkN "kеr" "kеrer" ; - kaare_nn_1 = mkN "kеre" utrum ; - kaarhus_nn_1 = mkN "kеrhus" neutrum ; - kaarknutte_nn_1 = mkN "kеrknutte" utrum ; - kaarordfoerande_nn_1 = mkN "kеrordfцrande" "kеrordfцranden" "kеrordfцrande" "kеrordfцrandena" ; - kaarpamp_nn_1 = mkN "kеrpamp" ; - kaaseri_nn_1 = mkN "kеseri" "kеserit" "kеserier" "kеserierna" ; - kaasoer_nn_1 = mkN "kеsцr" "kеsцrer" ; - kabal_nn_1 = mkN "kabal" "kabaler" ; - kabare_nn_1 = mkN "kabarй" "kabarйer" ; - kabareorkester_nn_1 = mkN "kabarйorkester" ; - kabbalist_nn_1 = mkN "kabbalist" "kabbalister" ; - kabel_nn_1 = mkN "kabel" ; - kabelbro_nn_1 = mkN "kabelbro" ; - kabelbrunn_nn_1 = mkN "kabelbrunn" ; - kabelgatt_nn_1 = mkN "kabelgatt" neutrum ; - kabellaengd_nn_1 = mkN "kabellдngd" "kabellдngder" ; - kabelskaap_nn_1 = mkN "kabelskеp" neutrum ; - kabelslagen_av_1 = mkA "kabelslagen" "kabelslaget" ; - kabin_nn_1 = mkN "kabin" "kabiner" ; - kabinbaat_nn_1 = mkN "kabinbеt" ; - kabinett_nn_1 = mkN "kabinett" neutrum ; - kabinettsformat_nn_1 = mkN "kabinettsformat" neutrum ; - kabinettsfraaga_nn_1 = mkN "kabinettsfrеga" ; - kabinettskort_nn_1 = mkN "kabinettskort" neutrum ; - kabinettsorder_nn_1 = mkN "kabinettsorder" ; - kabinettspass_nn_1 = mkN "kabinettspass" neutrum ; - kabinettssekreterare_nn_1 = mkN "kabinettssekreterare" "kabinettssekreterare" ; - kabyl_nn_1 = mkN "kabyl" "kabyler" ; - kabylisk_av_1 = mkA "kabylisk" ; - kabyss_nn_1 = mkN "kabyss" "kabysser" ; - kadaver_nn_1 = mkN "kadaver" neutrum ; - kadaverlydnad_nn_1 = mkN "kadaverlydnad" "kadaverlydnader" ; - kadens_nn_1 = mkN "kadens" "kadenser" ; - kader_nn_1 = mkN "kader" ; - kaderoevning_nn_1 = mkN "kaderцvning" ; - kadersystem_nn_1 = mkN "kadersystem" neutrum ; - kadett_nn_1 = mkN "kadett" "kadetter" ; - kadettfartyg_nn_1 = mkN "kadettfartyg" neutrum ; - kadettkaar_nn_1 = mkN "kadettkеr" "kadettkеrer" ; - kadi_nn_1 = mkN "kadi" "kadin" "kadier" "kadierna" ; - kadmiumgul_av_1 = mkA "kadmiumgul" ; - kadmiumjon_nn_1 = mkN "kadmiumjon" "kadmiumjoner" ; - kadrilj_nn_1 = mkN "kadrilj" "kadriljer" ; - kaeck_av_1 = mkA "kдck" ; - kaeft_nn_1 = mkN "kдft" ; - kaegel_nn_1 = mkN "kдgel" ; - kaegelformig_av_1 = mkA "kдgelformig" ; - kaegelsnitt_nn_1 = mkN "kдgelsnitt" neutrum ; - kaegla_nn_1 = mkN "kдgla" ; - kaekben_nn_1 = mkN "kдkben" neutrum ; - kaeke_nn_1 = mkN "kдke" utrum ; - kaekled_nn_1 = mkN "kдkled" "kдkleder" ; - kaekrem_nn_1 = mkN "kдkrem" "kдkremmen" "kдkremmar" "kдkremmarna" ; - kael_nn_1 = mkN "kдl" ; - kaelkbacke_nn_1 = mkN "kдlkbacke" utrum ; - kaelkborgare_nn_1 = mkN "kдlkborgare" "kдlkborgare" ; - kaelke_nn_1 = mkN "kдlke" utrum ; - kaellaader_nn_1 = mkN "kдllеder" "kдllеdern" "kдllеdror" "kдllеdrorna" ; - kaellaadra_nn_1 = mkN "kдllеdra" ; - kaellare_nn_1 = mkN "kдllare" "kдllare" ; - kaellarhals_nn_1 = mkN "kдllarhals" ; - kaellarmaestare_nn_1 = mkN "kдllarmдstare" "kдllarmдstare" ; - kaellarvaaning_nn_1 = mkN "kдllarvеning" ; - kaelldrag_nn_1 = mkN "kдlldrag" neutrum ; - kaellfloede_nn_1 = mkN "kдllflцde" ; - kaellfoerteckning_nn_1 = mkN "kдllfцrteckning" ; - kaellhaenvisning_nn_1 = mkN "kдllhдnvisning" ; - kaelling_nn_1 = mkN "kдlling" ; - kaellmaterial_nn_1 = mkN "kдllmaterial" neutrum ; - kaellsjoe_nn_1 = mkN "kдllsjц" ; - kaellskrift_nn_1 = mkN "kдllskrift" "kдllskrifter" ; - kaellspraang_nn_1 = mkN "kдllsprеng" neutrum ; - kaellvatten_nn_1 = mkN "kдllvatten" "kдllvattnet" "kдllvatten" "kдllvattnen" ; - kaemnaersraett_nn_1 = mkN "kдmnдrsrдtt" "kдmnдrsrдtter" ; - kaempagrav_nn_1 = mkN "kдmpagrav" ; - kaempalek_nn_1 = mkN "kдmpalek" ; - kaempalik_av_1 = mkA "kдmpalik" ; - kaempatag_nn_1 = mkN "kдmpatag" neutrum ; - kaempe_nn_1 = mkN "kдmpe" utrum ; - kaempig_av_1 = mkA "kдmpig" ; - kaend_av_1 = mkA "kдnd" ; - kaendis_nn_1 = mkN "kдndis" ; - kaenguru_nn_1 = mkN "kдnguru" "kдngurun" "kдngurur" "kдngururna" ; - kaengurupung_nn_1 = mkN "kдngurupung" ; - kaennare_nn_1 = mkN "kдnnare" "kдnnare" ; - kaennbar_av_1 = mkA "kдnnbar" ; - kaennedom_nn_1 = mkN "kдnnedom" ; - kaennemaerke_nn_1 = mkN "kдnnemдrke" ; - kaennetecken_nn_1 = mkN "kдnnetecken" "kдnnetecknet" "kдnnetecken" "kдnnetecknen" ; - kaenning_nn_1 = mkN "kдnning" ; - kaenselhaar_nn_1 = mkN "kдnselhеr" neutrum ; - kaenselorgan_nn_1 = mkN "kдnselorgan" neutrum ; - kaenselsproet_nn_1 = mkN "kдnselsprцt" neutrum ; - kaensla_nn_1 = mkN "kдnsla" ; - kaenslig_av_1 = mkA "kдnslig" ; - kaenslighet_nn_1 = mkN "kдnslighet" "kдnsligheter" ; - kaenslofylld_av_1 = mkA "kдnslofylld" "kдnslofyllt" ; - kaenslokall_av_1 = mkA "kдnslokall" ; - kaenslolaege_nn_1 = mkN "kдnslolдge" ; - kaensloloes_av_1 = mkA "kдnslolцs" ; - kaenslomaenniska_nn_1 = mkN "kдnslomдnniska" ; - kaenslomaessig_av_1 = mkA "kдnslomдssig" ; - kaenslosam_av_1 = mkA "kдnslosam" "kдnslosamt" "kдnslosamma" "kдnslosamma" "kдnslosammare" "kдnslosammast" "kдnslosammaste" ; - kaenslosamhet_nn_1 = mkN "kдnslosamhet" "kдnslosamheter" ; - kaenslostraeng_nn_1 = mkN "kдnslostrдng" ; - kaepp_nn_1 = mkN "kдpp" ; - kaepphaest_nn_1 = mkN "kдpphдst" ; - kaeppraett_ab_1 = mkAdv "kдpprдtt" ; - kaepprak_av_1 = mkA "kдpprak" ; - kaer_av_1 = mkA "kдr" ; - kaeraelskelig_av_1 = mkA "kдrдlskelig" ; - kaerande_nn_1 = mkN "kдrande" "kдranden" "kдrande" "kдrandena" ; - kaeril_nn_1 = mkN "kдril" neutrum ; - kaering_nn_1 = mkN "kдring" ; - kaeringknop_nn_1 = mkN "kдringknop" ; - kaeringknut_nn_1 = mkN "kдringknut" ; - kaeringkrok_nn_1 = mkN "kдringkrok" ; - kaerkommen_av_1 = mkA "kдrkommen" "kдrkommet" "kдrkomna" "kдrkomna" "kдrkomnare" "kдrkomnast" "kдrkomnaste" ; - kaerl_nn_1 = mkN "kдrl" neutrum ; - kaerlek_nn_1 = mkN "kдrlek" ; - kaerleksaffaer_nn_1 = mkN "kдrleksaffдr" "kдrleksaffдrer" ; - kaerleksakt_nn_1 = mkN "kдrleksakt" "kдrleksakter" ; - kaerleksbarn_nn_1 = mkN "kдrleksbarn" neutrum ; - kaerleksbetygelse_nn_1 = mkN "kдrleksbetygelse" "kдrleksbetygelser" ; - kaerleksbud_nn_1 = mkN "kдrleksbud" neutrum ; - kaerleksdikt_nn_1 = mkN "kдrleksdikt" "kдrleksdikter" ; - kaerleksdryck_nn_1 = mkN "kдrleksdryck" "kдrleksdrycker" ; - kaerleksfoerbindelse_nn_1 = mkN "kдrleksfцrbindelse" "kдrleksfцrbindelser" ; - kaerleksfoerhaallande_nn_1 = mkN "kдrleksfцrhеllande" ; - kaerleksfull_av_1 = mkA "kдrleksfull" ; - kaerleksgud_nn_1 = mkN "kдrleksgud" ; - kaerlekshistoria_nn_1 = mkN "kдrlekshistoria" "kдrlekshistorien" "kдrlekshistorier" "kдrlekshistorierna" ; - kaerlekskonflikt_nn_1 = mkN "kдrlekskonflikt" "kдrlekskonflikter" ; - kaerlekskrank_av_1 = mkA "kдrlekskrank" ; - kaerlekskval_nn_1 = mkN "kдrlekskval" neutrum ; - kaerleksloes_av_1 = mkA "kдrlekslцs" ; - kaerleksmoete_nn_1 = mkN "kдrleksmцte" ; - kaerlekspar_nn_1 = mkN "kдrlekspar" neutrum ; - kaerleksrelation_nn_1 = mkN "kдrleksrelation" "kдrleksrelationer" ; - kaerleksroman_nn_1 = mkN "kдrleksroman" "kдrleksromaner" ; - kaerlekssaga_nn_1 = mkN "kдrlekssaga" ; - kaerlig_av_1 = mkA "kдrlig" ; - kaerligen_ab_1 = mkAdv "kдrligen" ; - kaerlsjukdom_nn_1 = mkN "kдrlsjukdom" ; - kaerlsvulst_nn_1 = mkN "kдrlsvulst" "kдrlsvulster" ; - kaernfamilj_nn_1 = mkN "kдrnfamilj" "kдrnfamiljer" ; - kaernfoerande_av_1 = mkA "kдrnfцrande" ; - kaernfri_av_1 = mkA "kдrnfri" "kдrnfritt" ; - kaernfrisk_av_1 = mkA "kдrnfrisk" ; - kaernfrukt_nn_1 = mkN "kдrnfrukt" "kдrnfrukter" ; - kaernfull_av_1 = mkA "kдrnfull" ; - kaerngubbe_nn_1 = mkN "kдrngubbe" utrum ; - kaernhus_nn_1 = mkN "kдrnhus" neutrum ; - kaernkraftinspektion_nn_1 = mkN "kдrnkraftinspektion" "kдrnkraftinspektioner" ; - kaernkraftsaekerhet_nn_1 = mkN "kдrnkraftsдkerhet" "kдrnkraftsдkerheter" ; - kaernkraftsoperatoer_nn_1 = mkN "kдrnkraftsoperatцr" "kдrnkraftsoperatцrer" ; - kaernkraftverk_nn_1 = mkN "kдrnkraftverk" neutrum ; - kaernladdning_nn_1 = mkN "kдrnladdning" ; - kaernlinje_nn_1 = mkN "kдrnlinje" "kдrnlinjer" ; - kaernminne_nn_1 = mkN "kдrnminne" ; - kaernpartikel_nn_1 = mkN "kдrnpartikel" ; - kaernpunkt_nn_1 = mkN "kдrnpunkt" "kдrnpunkter" ; - kaernreaktion_nn_1 = mkN "kдrnreaktion" "kдrnreaktioner" ; - kaernreaktor_nn_1 = mkN "kдrnreaktor" "kдrnreaktorer" ; - kaernsoenderfall_nn_1 = mkN "kдrnsцnderfall" neutrum ; - kaerntrupp_nn_1 = mkN "kдrntrupp" "kдrntrupper" ; - kaernvapen_nn_1 = mkN "kдrnvapen" "kдrnvapnet" "kдrnvapen" "kдrnvapnen" ; - kaernvapenarsenal_nn_1 = mkN "kдrnvapenarsenal" "kдrnvapenarsenaler" ; - kaernvapenbaerande_av_1 = mkA "kдrnvapenbдrande" ; - kaernvapenexplosion_nn_1 = mkN "kдrnvapenexplosion" "kдrnvapenexplosioner" ; - kaernvapenfri_av_1 = mkA "kдrnvapenfri" "kдrnvapenfritt" ; - kaernvapenkrig_nn_1 = mkN "kдrnvapenkrig" neutrum ; - kaernvapenmakt_nn_1 = mkN "kдrnvapenmakt" "kдrnvapenmakter" ; - kaernvapenparaply_nn_1 = mkN "kдrnvapenparaply" "kдrnvapenparaplyer" ; - kaernvapenprov_nn_1 = mkN "kдrnvapenprov" neutrum ; - kaernvapenstrategi_nn_1 = mkN "kдrnvapenstrategi" "kдrnvapenstrategier" ; - kaeromaal_nn_1 = mkN "kдromеl" neutrum ; - kaerr_nn_1 = mkN "kдrr" neutrum ; - kaerraeng_nn_1 = mkN "kдrrдng" ; - kaerrhoek_nn_1 = mkN "kдrrhцk" ; - kaerring_nn_1 = mkN "kдrring" ; - kaerrvial_nn_1 = mkN "kдrrvial" "kдrrvialer" ; - kaerv_av_1 = mkA "kдrv" ; - kaervaenlig_av_1 = mkA "kдrvдnlig" ; - kaerve_nn_1 = mkN "kдrve" utrum ; - kaettarbaal_nn_1 = mkN "kдttarbеl" neutrum ; - kaettare_nn_1 = mkN "kдttare" "kдttare" ; - kaette_nn_1 = mkN "kдtte" utrum ; - kaetteri_nn_1 = mkN "kдtteri" "kдtterit" "kдtterier" "kдtterierna" ; - kaettersk_av_1 = mkA "kдttersk" ; - kaetting_nn_1 = mkN "kдtting" ; - kaettjefull_av_1 = mkA "kдttjefull" ; - kaex_nn_1 = mkN "kдx" neutrum ; - kafe_nn_1 = mkN "kafй" "kafйt" "kafйer" "kafйerna" ; - kaferoerelse_nn_1 = mkN "kafйrцrelse" "kafйrцrelser" ; - kafevagn_nn_1 = mkN "kafйvagn" ; - kaffeautomat_nn_1 = mkN "kaffeautomat" "kaffeautomater" ; - kaffebal_nn_1 = mkN "kaffebal" ; - kaffebord_nn_1 = mkN "kaffebord" neutrum ; - kaffebrun_av_1 = mkA "kaffebrun" ; - kaffebryggare_nn_1 = mkN "kaffebryggare" "kaffebryggare" ; - kaffebuske_nn_1 = mkN "kaffebuske" utrum ; - kaffedags_ab_1 = mkAdv "kaffedags" ; - kaffedrickande_nn_1 = mkN "kaffedrickande" ; - kaffeduk_nn_1 = mkN "kaffeduk" ; - kaffeersaettning_nn_1 = mkN "kaffeersдttning" ; - kaffefat_nn_1 = mkN "kaffefat" neutrum ; - kaffefilter_nn_1 = mkN "kaffefilter" neutrum ; - kaffegoek_nn_1 = mkN "kaffegцk" ; - kaffekask_nn_1 = mkN "kaffekask" ; - kaffekittel_nn_1 = mkN "kaffekittel" ; - kaffekokare_nn_1 = mkN "kaffekokare" "kaffekokare" ; - kaffekopp_nn_1 = mkN "kaffekopp" ; - kaffekvarn_nn_1 = mkN "kaffekvarn" ; - kaffemoster_nn_1 = mkN "kaffemoster" ; - kaffepetter_nn_1 = mkN "kaffepetter" ; - kaffepulver_nn_1 = mkN "kaffepulver" neutrum ; - kaffer_nn_1 = mkN "kaffer" "kaffern" "kaffrer" "kaffrerna" ; - kafferast_nn_1 = mkN "kafferast" "kafferaster" ; - kafferbuffel_nn_1 = mkN "kafferbuffel" ; - kafferep_nn_1 = mkN "kafferep" neutrum ; - kafferosteri_nn_1 = mkN "kafferosteri" "kafferosterit" "kafferosterier" "kafferosterierna" ; - kafferspjut_nn_1 = mkN "kafferspjut" neutrum ; - kafferspraak_nn_1 = mkN "kaffersprеk" neutrum ; - kaffeservering_nn_1 = mkN "kaffeservering" ; - kaffesked_nn_1 = mkN "kaffesked" ; - kaffetaar_nn_1 = mkN "kaffetеr" ; - kaffetant_nn_1 = mkN "kaffetant" "kaffetanter" ; - kaffetraed_nn_1 = mkN "kaffetrдd" neutrum ; - kaftan_nn_1 = mkN "kaftan" "kaftaner" ; - kagge_nn_1 = mkN "kagge" utrum ; - kaj_nn_1 = mkN "kaj" "kajer" ; - kajak_nn_1 = mkN "kajak" "kajaker" ; - kajavgift_nn_1 = mkN "kajavgift" "kajavgifter" ; - kajdjup_nn_1 = mkN "kajdjup" neutrum ; - kajfritt_ab_1 = mkAdv "kajfritt" ; - kajman_nn_1 = mkN "kajman" "kajmaner" ; - kajplats_nn_1 = mkN "kajplats" "kajplatser" ; - kajskoning_nn_1 = mkN "kajskoning" ; - kajutdaeck_nn_1 = mkN "kajutdдck" neutrum ; - kajutpost_nn_1 = mkN "kajutpost" "kajutposter" ; - kakafoni_nn_1 = mkN "kakafoni" "kakafonier" ; - kakaolikoer_nn_1 = mkN "kakaolikцr" "kakaolikцrer" ; - kakaotraed_nn_1 = mkN "kakaotrдd" neutrum ; - kakbak_nn_1 = mkN "kakbak" neutrum ; - kakburk_nn_1 = mkN "kakburk" ; - kakel_nn_1 = mkN "kakel" neutrum ; - kakelugn_nn_1 = mkN "kakelugn" ; - kakelugnsmakare_nn_1 = mkN "kakelugnsmakare" "kakelugnsmakare" ; - kakelugnsnisch_nn_1 = mkN "kakelugnsnisch" "kakelugnsnischer" ; - kakelugnssaettare_nn_1 = mkN "kakelugnssдttare" "kakelugnssдttare" ; - kakelugnsventil_nn_1 = mkN "kakelugnsventil" "kakelugnsventiler" ; - kakfat_nn_1 = mkN "kakfat" neutrum ; - kakform_nn_1 = mkN "kakform" ; - kakmaatt_nn_1 = mkN "kakmеtt" neutrum ; - kakmix_nn_1 = mkN "kakmix" ; - kakofoni_nn_1 = mkN "kakofoni" "kakofonier" ; - kaksmet_nn_1 = mkN "kaksmet" "kaksmeter" ; - kaktaang_nn_1 = mkN "kaktеng" "kaktдnger" ; - kakte_nn_1 = mkN "kaktй" "kaktйer" ; - kaktus_nn_1 = mkN "kaktus" ; - kaktusfikon_nn_1 = mkN "kaktusfikon" neutrum ; - kakuminal_av_1 = mkA "kakuminal" ; - kakuminal_nn_1 = mkN "kakuminal" "kakuminaler" ; - kal_av_1 = mkA "kal" ; - kalabalik_nn_1 = mkN "kalabalik" "kalabaliker" ; - kalabass_nn_1 = mkN "kalabass" "kalabasser" ; - kalaeta_vb_1 = mkV "kalдta" "kalеt" "kalдtit" ; - kalamitet_nn_1 = mkN "kalamitet" "kalamiteter" ; - kalander_nn_1 = mkN "kalander" ; - kalas_nn_1 = mkN "kalas" neutrum ; - kalaspingla_nn_1 = mkN "kalaspingla" ; - kalcedon_nn_1 = mkN "kalcedon" "kalcedoner" ; - kalciumhydroxid_nn_1 = mkN "kalciumhydroxid" "kalciumhydroxider" ; - kalciumoxid_nn_1 = mkN "kalciumoxid" "kalciumoxider" ; - kalciumsilikat_nn_1 = mkN "kalciumsilikat" "kalciumsilikater" ; - kalde_nn_1 = mkN "kaldй" "kaldйer" ; - kalebass_nn_1 = mkN "kalebass" "kalebasser" ; - kaledonisk_av_1 = mkA "kaledonisk" ; - kalejdoskop_nn_1 = mkN "kalejdoskop" neutrum ; - kalejdoskopisk_av_1 = mkA "kalejdoskopisk" ; - kalendarisk_av_1 = mkA "kalendarisk" ; - kalendarium_nn_1 = mkN "kalendarium" "kalendariet" "kalendarier" "kalendarierna" ; - kalender_nn_1 = mkN "kalender" ; - kalenderaar_nn_1 = mkN "kalenderеr" neutrum ; - kalenderbitare_nn_1 = mkN "kalenderbitare" "kalenderbitare" ; - kalenderdygn_nn_1 = mkN "kalenderdygn" neutrum ; - kalendermaanad_nn_1 = mkN "kalendermеnad" "kalendermеnader" ; - kalenderstav_nn_1 = mkN "kalenderstav" ; - kalendervecka_nn_1 = mkN "kalendervecka" ; - kalesch_nn_1 = mkN "kalesch" "kalescher" ; - kalfaktor_nn_1 = mkN "kalfaktor" "kalfaktorer" ; - kalfjaell_nn_1 = mkN "kalfjдll" neutrum ; - kalhugga_vb_1 = mkV "kalhugga" "kalhцgg" "kalhuggit" ; - kalhygge_nn_1 = mkN "kalhygge" ; - kaliber_nn_1 = mkN "kaliber" ; - kaliberborr_nn_1 = mkN "kaliberborr" ; - kalibertolk_nn_1 = mkN "kalibertolk" ; - kalif_nn_1 = mkN "kalif" "kalifer" ; - kalifat_nn_1 = mkN "kalifat" neutrum ; - kalisalt_nn_1 = mkN "kalisalt" "kalisaltet" "kalisalter" "kalisalterna" ; - kaliumhydroxid_nn_1 = mkN "kaliumhydroxid" "kaliumhydroxider" ; - kaliumjon_nn_1 = mkN "kaliumjon" "kaliumjoner" ; - kalk_nn_2 = mkN "kalk" ; - kalkalg_nn_1 = mkN "kalkalg" "kalkalger" ; - kalkanhopning_nn_1 = mkN "kalkanhopning" ; - kalkbraenneri_nn_1 = mkN "kalkbrдnneri" "kalkbrдnnerit" "kalkbrдnnerier" "kalkbrдnnerierna" ; - kalkbrott_nn_1 = mkN "kalkbrott" neutrum ; - kalkbruk_nn_1 = mkN "kalkbruk" neutrum ; - kalkerpapper_nn_1 = mkN "kalkerpapper" neutrum ; - kalkfaerg_nn_1 = mkN "kalkfдrg" "kalkfдrger" ; - kalkfattig_av_1 = mkA "kalkfattig" ; - kalkgrund_nn_1 = mkN "kalkgrund" "kalkgrunder" ; - kalkhalt_nn_1 = mkN "kalkhalt" "kalkhalter" ; - kalkhaltig_av_1 = mkA "kalkhaltig" ; - kalkjon_nn_1 = mkN "kalkjon" "kalkjoner" ; - kalkmaalning_nn_1 = mkN "kalkmеlning" ; - kalkomani_nn_1 = mkN "kalkomani" "kalkomanier" ; - kalkon_nn_1 = mkN "kalkon" "kalkoner" ; - kalkrest_nn_1 = mkN "kalkrest" "kalkrester" ; - kalkrik_av_1 = mkA "kalkrik" ; - kalkskal_nn_1 = mkN "kalkskal" neutrum ; - kalktuff_nn_1 = mkN "kalktuff" "kalktuffer" ; - kalkugn_nn_1 = mkN "kalkugn" ; - kalkyl_nn_1 = mkN "kalkyl" "kalkyler" ; - kalkylator_nn_1 = mkN "kalkylator" "kalkylatorer" ; - kalkylerbar_av_1 = mkA "kalkylerbar" ; - kall_av_1 = mkA "kall" ; - kall_nn_1 = mkN "kall" neutrum ; - kallbad_nn_1 = mkN "kallbad" neutrum ; - kallbaenk_nn_1 = mkN "kallbдnk" ; - kallblod_nn_1 = mkN "kallblod" neutrum ; - kallblodig_av_1 = mkA "kallblodig" ; - kallblodighet_nn_1 = mkN "kallblodighet" "kallblodigheter" ; - kalldra_vb_1 = mkV "kalldra" "kalldrar" "kalldra" "kalldrog" "kalldragit" "kalldragen" ; - kalldusch_nn_1 = mkN "kalldusch" ; - kallelse_nn_1 = mkN "kallelse" "kallelser" ; - kallelsebeslut_nn_1 = mkN "kallelsebeslut" neutrum ; - kallelsebrev_nn_1 = mkN "kallelsebrev" neutrum ; - kallelsefoerslag_nn_1 = mkN "kallelsefцrslag" neutrum ; - kallelsegaerning_nn_1 = mkN "kallelsegдrning" ; - kallelsetid_nn_1 = mkN "kallelsetid" "kallelsetider" ; - kallflytande_av_1 = mkA "kallflytande" ; - kallfront_nn_1 = mkN "kallfront" "kallfronter" ; - kallgarage_nn_1 = mkN "kallgarage" "kallgaraget" "kallgarage" "kallgaragen" ; - kallgrin_nn_1 = mkN "kallgrin" neutrum ; - kallhus_nn_1 = mkN "kallhus" neutrum ; - kallmangel_nn_1 = mkN "kallmangel" ; - kallmur_nn_1 = mkN "kallmur" ; - kallnaal_nn_1 = mkN "kallnеl" ; - kallortstillaegg_nn_1 = mkN "kallortstillдgg" neutrum ; - kallpunkt_nn_1 = mkN "kallpunkt" "kallpunkter" ; - kallsaag_nn_1 = mkN "kallsеg" ; - kallsinnig_av_1 = mkA "kallsinnig" ; - kallskaenk_nn_1 = mkN "kallskдnk" ; - kallskuren_av_1 = mkA "kallskuren" "kallskuret" ; - kallstart_nn_1 = mkN "kallstart" "kallstarter" ; - kallsup_nn_1 = mkN "kallsup" ; - kallvatten_nn_1 = mkN "kallvatten" "kallvattnet" "kallvatten" "kallvattnen" ; - kalmark_nn_1 = mkN "kalmark" "kalmarker" ; - kalmuck_nn_1 = mkN "kalmuck" "kalmucker" ; - kalori_nn_1 = mkN "kalori" "kalorier" ; - kaloribehov_nn_1 = mkN "kaloribehov" neutrum ; - kalorifattig_av_1 = mkA "kalorifattig" ; - kalorijakt_nn_1 = mkN "kalorijakt" "kalorijakter" ; - kalorimeter_nn_1 = mkN "kalorimeter" ; - kaloririk_av_1 = mkA "kaloririk" ; - kaloritabell_nn_1 = mkN "kaloritabell" "kaloritabeller" ; - kalorivaerde_nn_1 = mkN "kalorivдrde" ; - kalott_nn_1 = mkN "kalott" "kalotter" ; - kalstammig_av_1 = mkA "kalstammig" ; - kalufs_nn_1 = mkN "kalufs" "kalufser" ; - kalv_nn_1 = mkN "kalv" ; - kalvfaerdig_av_1 = mkA "kalvfдrdig" ; - kalvfrikasse_nn_1 = mkN "kalvfrikassй" "kalvfrikassйer" ; - kalvill_nn_1 = mkN "kalvill" "kalviller" ; - kalvinist_nn_1 = mkN "kalvinist" "kalvinister" ; - kalvinistisk_av_1 = mkA "kalvinistisk" ; - kalvinsk_av_1 = mkA "kalvinsk" ; - kalvjaerpe_nn_1 = mkN "kalvjдrpe" utrum ; - kalvko_nn_1 = mkN "kalvko" "kalvkor" ; - kalvrulad_nn_1 = mkN "kalvrulad" "kalvrulader" ; - kalvskinn_nn_1 = mkN "kalvskinn" neutrum ; - kalvskinnsband_nn_1 = mkN "kalvskinnsband" neutrum ; - kalvstek_nn_1 = mkN "kalvstek" ; - kam_nn_1 = mkN "kam" "kammen" "kammar" "kammarna" ; - kamaxel_nn_1 = mkN "kamaxel" ; - kambodjan_nn_1 = mkN "kambodjan" "kambodjaner" ; - kambrisk_av_1 = mkA "kambrisk" ; - kame_nn_1 = mkN "kamй" "kamйer" ; - kamel_nn_1 = mkN "kamel" "kameler" ; - kameldjur_nn_1 = mkN "kameldjur" neutrum ; - kameleont_nn_1 = mkN "kameleont" "kameleonter" ; - kamelforskare_nn_1 = mkN "kamelforskare" "kamelforskare" ; - kamelforskning_nn_1 = mkN "kamelforskning" ; - kamelforskningsprojekt_nn_1 = mkN "kamelforskningsprojekt" neutrum ; - kamelherde_nn_1 = mkN "kamelherde" utrum ; - kamelhjord_nn_1 = mkN "kamelhjord" ; - kamelmedicin_nn_1 = mkN "kamelmedicin" "kamelmediciner" ; - kamelopard_nn_1 = mkN "kamelopard" "kameloparder" ; - kamelpoesi_nn_1 = mkN "kamelpoesi" "kamelpoesier" ; - kamelsadel_nn_1 = mkN "kamelsadel" ; - kamelsaeck_nn_1 = mkN "kamelsдck" ; - kamera_nn_1 = mkN "kamera" ; - kamerajakt_nn_1 = mkN "kamerajakt" "kamerajakter" ; - kameral_av_1 = mkA "kameral" ; - kameraman_nn_1 = mkN "kameraman" "kameramannen" "kameramдn" "kameramдnnen" ; - kameraobjektiv_nn_1 = mkN "kameraobjektiv" neutrum ; - kamerunare_nn_1 = mkN "kamerunare" "kamerunare" ; - kamerunsk_av_1 = mkA "kamerunsk" ; - kamin_nn_1 = mkN "kamin" "kaminer" ; - kammanet_nn_1 = mkN "kammanet" "kammaneter" ; - kammaraaklagare_nn_1 = mkN "kammarеklagare" "kammarеklagare" ; - kammardressyr_nn_1 = mkN "kammardressyr" "kammardressyrer" ; - kammare_nn_1 = mkN "kammare" "kammaren" "kamrar" "kamrarna" ; - kammarherre_nn_1 = mkN "kammarherre" utrum ; - kammarjungfru_nn_1 = mkN "kammarjungfru" "kammarjungfrun" "kammarjungfrur" "kammarjungfrurna" ; - kammarjunkare_nn_1 = mkN "kammarjunkare" "kammarjunkare" ; - kammarlaerd_av_1 = mkA "kammarlдrd" "kammarlдrt" ; - kammarmusiker_nn_1 = mkN "kammarmusiker" "kammarmusikern" "kammarmusiker" "kammarmusikerna" ; - kammarorkester_nn_1 = mkN "kammarorkester" ; - kammarpiano_nn_1 = mkN "kammarpiano" "kammarpianot" "kammarpianon" "kammarpianona" ; - kammarraett_nn_1 = mkN "kammarrдtt" "kammarrдtter" ; - kammarskjutning_nn_1 = mkN "kammarskjutning" ; - kammarskrivare_nn_1 = mkN "kammarskrivare" "kammarskrivare" ; - kammarskruv_nn_1 = mkN "kammarskruv" ; - kammarspel_nn_1 = mkN "kammarspel" "kammarspelet" "kammarspel" "kammarspelen" ; - kammussla_nn_1 = mkN "kammussla" ; - kamomill_nn_1 = mkN "kamomill" "kamomiller" ; - kamouflering_nn_1 = mkN "kamouflering" ; - kamp_nn_1 = mkN "kamp" "kamper" ; - kamp_nn_2 = mkN "kamp" ; - kampanil_nn_1 = mkN "kampanil" "kampaniler" ; - kampanj_nn_1 = mkN "kampanj" "kampanjer" ; - kampare_nn_1 = mkN "kampare" "kampare" ; - kampegraes_nn_1 = mkN "kampegrдs" neutrum ; - kampeschtraed_nn_1 = mkN "kampeschtrдd" neutrum ; - kamporganisation_nn_1 = mkN "kamporganisation" "kamporganisationer" ; - kampsaang_nn_1 = mkN "kampsеng" "kampsеnger" ; - kampsport_nn_1 = mkN "kampsport" "kampsporter" ; - kampuchean_nn_1 = mkN "kampuchean" "kampucheaner" ; - kampucheansk_av_1 = mkA "kampucheansk" ; - kampvilja_nn_1 = mkN "kampvilja" ; - kamrat_nn_1 = mkN "kamrat" "kamrater" ; - kamratlig_av_1 = mkA "kamratlig" ; - kamratpaaverkning_nn_1 = mkN "kamratpеverkning" ; - kamrer_nn_1 = mkN "kamrer" "kamrerer" ; - kamrerare_nn_1 = mkN "kamrerare" "kamrerare" ; - kams_nn_1 = mkN "kams" ; - kamtsjadal_nn_1 = mkN "kamtsjadal" "kamtsjadaler" ; - kan_nn_1 = mkN "kan" "kaner" ; - kanadagaas_nn_1 = mkN "kanadagеs" "kanadagеsen" "kanadagдss" "kanadagдssen" ; - kanadensare_nn_1 = mkN "kanadensare" "kanadensare" ; - kanadensisk_av_1 = mkA "kanadensisk" ; - kanadick_nn_1 = mkN "kanadick" "kanadicker" ; - kanak_nn_1 = mkN "kanak" "kanaker" ; - kanal_nn_1 = mkN "kanal" "kanaler" ; - kanalaangare_nn_1 = mkN "kanalеngare" "kanalеngare" ; - kanalje_nn_1 = mkN "kanalje" "kanaljer" ; - kanalkrock_nn_1 = mkN "kanalkrock" ; - kanalljus_nn_1 = mkN "kanalljus" neutrum ; - kanalsystem_nn_1 = mkN "kanalsystem" neutrum ; - kanalvaeljare_nn_1 = mkN "kanalvдljare" "kanalvдljare" ; - kanane_nn_1 = mkN "kananй" "kananйer" ; - kanape_nn_1 = mkN "kanapй" "kanapйer" ; - kanariefaagel_nn_1 = mkN "kanariefеgel" ; - kanariefroe_nn_1 = mkN "kanariefrц" "kanariefrцt" "kanariefrцn" "kanariefrцen" ; - kanariegul_av_1 = mkA "kanariegul" ; - kandar_nn_1 = mkN "kandar" neutrum ; - kandelaber_nn_1 = mkN "kandelaber" ; - kandidat_nn_1 = mkN "kandidat" "kandidater" ; - kandidatur_nn_1 = mkN "kandidatur" "kandidaturer" ; - kanelbrun_av_1 = mkA "kanelbrun" ; - kanelstaang_nn_1 = mkN "kanelstеng" "kanelstдnger" ; - kanfas_nn_1 = mkN "kanfas" "kanfaser" ; - kanhaenda_ab_1 = mkAdv "kanhдnda" ; - kanik_nn_1 = mkN "kanik" "kaniker" ; - kanin_nn_1 = mkN "kanin" "kaniner" ; - kanister_nn_1 = mkN "kanister" ; - kanjon_nn_1 = mkN "kanjon" "kanjoner" ; - kannbrosk_nn_1 = mkN "kannbrosk" neutrum ; - kannelyr_nn_1 = mkN "kannelyr" "kannelyrer" ; - kannibal_nn_1 = mkN "kannibal" "kannibaler" ; - kannibalisk_av_1 = mkA "kannibalisk" ; - kannstoepare_nn_1 = mkN "kannstцpare" "kannstцpare" ; - kannstoeperi_nn_1 = mkN "kannstцperi" "kannstцperit" "kannstцperier" "kannstцperierna" ; - kanon_nn_1 = mkN "kanon" "kanoner" ; - kanon_nn_2 = mkN "kanon" "kanoner" ; - kanonad_nn_1 = mkN "kanonad" "kanonader" ; - kanonbaat_nn_1 = mkN "kanonbеt" ; - kanonbra_av_1 = mkA "kanonbra" ; - kanonfotograf_nn_1 = mkN "kanonfotograf" "kanonfotografer" ; - kanongjuteri_nn_1 = mkN "kanongjuteri" "kanongjuterit" "kanongjuterier" "kanongjuterierna" ; - kanonisation_nn_1 = mkN "kanonisation" "kanonisationer" ; - kanonisering_nn_1 = mkN "kanonisering" ; - kanonisk_av_1 = mkA "kanonisk" ; - kanonjaer_nn_1 = mkN "kanonjдr" "kanonjдrer" ; - kanonlock_nn_1 = mkN "kanonlock" ; - kanonlopp_nn_1 = mkN "kanonlopp" neutrum ; - kanonport_nn_1 = mkN "kanonport" ; - kanontorn_nn_1 = mkN "kanontorn" neutrum ; - kanot_nn_1 = mkN "kanot" "kanoter" ; - kanotist_nn_1 = mkN "kanotist" "kanotister" ; - kanske_ab_1 = mkAdv "kanske" ; - kansler_nn_1 = mkN "kansler" "kanslern" "kanslerer" "kanslererna" ; - kansli_nn_1 = mkN "kansli" "kanslit" "kanslier" "kanslierna" ; - kansliraad_nn_1 = mkN "kanslirеd" neutrum ; - kanslisekreterare_nn_1 = mkN "kanslisekreterare" "kanslisekreterare" ; - kanslist_nn_1 = mkN "kanslist" "kanslister" ; - kant_nn_1 = mkN "kant" "kanter" ; - kantabel_av_1 = mkA "kantabel" "kantabelt" "kantabla" "kantabla" "kantablare" "kantablast" "kantablaste" ; - kantaenka_ab_1 = mkAdv "kantдnka" ; - kantarell_nn_1 = mkN "kantarell" "kantareller" ; - kantat_nn_1 = mkN "kantat" "kantater" ; - kantband_nn_1 = mkN "kantband" neutrum ; - kantbeslag_nn_1 = mkN "kantbeslag" neutrum ; - kantele_nn_1 = mkN "kantele" "kanteler" ; - kanthugga_vb_1 = mkV "kanthugga" "kanthцgg" "kanthuggit" ; - kantig_av_1 = mkA "kantig" ; - kantin_nn_1 = mkN "kantin" "kantiner" ; - kantnaal_nn_1 = mkN "kantnеl" ; - kanton_nn_1 = mkN "kanton" "kantoner" ; - kantor_nn_1 = mkN "kantor" "kantorer" ; - kantrep_nn_1 = mkN "kantrep" neutrum ; - kantsoem_nn_1 = mkN "kantsцm" "kantsцmmen" "kantsцmmar" "kantsцmmarna" ; - kantsten_nn_1 = mkN "kantsten" "kantstenen" "kantstenar" "kantstenarna" ; - kantstoett_av_1 = mkA "kantstцtt" ; - kantvaext_nn_1 = mkN "kantvдxt" "kantvдxter" ; - kanvasband_nn_1 = mkN "kanvasband" neutrum ; - kanvasduk_nn_1 = mkN "kanvasduk" ; - kanyl_nn_1 = mkN "kanyl" "kanyler" ; - kaotisk_av_1 = mkA "kaotisk" ; - kap_nn_2 = mkN "kap" neutrum ; - kapabel_av_1 = mkA "kapabel" "kapabelt" "kapabla" "kapabla" "kapablare" "kapablast" "kapablaste" ; - kapacitet_nn_1 = mkN "kapacitet" "kapaciteter" ; - kapare_nn_1 = mkN "kapare" "kapare" ; - kapell_nn_1 = mkN "kapell" neutrum ; - kapellmaestare_nn_1 = mkN "kapellmдstare" "kapellmдstare" ; - kaperi_nn_1 = mkN "kaperi" "kaperit" "kaperier" "kaperierna" ; - kapfaar_nn_1 = mkN "kapfеr" neutrum ; - kapillaer_av_1 = mkA "kapillдr" ; - kapillaer_nn_1 = mkN "kapillдr" "kapillдrer" ; - kapillaerroer_nn_1 = mkN "kapillдrrцr" neutrum ; - kapillaritet_nn_1 = mkN "kapillaritet" "kapillariteter" ; - kapitael_nn_1 = mkN "kapitдl" neutrum ; - kapitael_nn_2 = mkN "kapitдl" "kapitдler" ; - kapital_av_1 = mkA "kapital" ; - kapital_nn_1 = mkN "kapital" neutrum ; - kapitalbeskattning_nn_1 = mkN "kapitalbeskattning" ; - kapitalbildning_nn_1 = mkN "kapitalbildning" ; - kapitalbudget_nn_1 = mkN "kapitalbudget" ; - kapitalfoerlust_nn_1 = mkN "kapitalfцrlust" "kapitalfцrluster" ; - kapitalfoersaekring_nn_1 = mkN "kapitalfцrsдkring" ; - kapitalinkomst_nn_1 = mkN "kapitalinkomst" "kapitalinkomster" ; - kapitalinkomstbeskattning_nn_1 = mkN "kapitalinkomstbeskattning" ; - kapitalintensiv_av_1 = mkA "kapitalintensiv" ; - kapitalist_nn_1 = mkN "kapitalist" "kapitalister" ; - kapitalistisk_av_1 = mkA "kapitalistisk" ; - kapitalkonto_nn_1 = mkN "kapitalkonto" "kapitalkontot" "kapitalkonton" "kapitalkontona" ; - kapitalmarknad_nn_1 = mkN "kapitalmarknad" "kapitalmarknader" ; - kapitalvaerde_nn_1 = mkN "kapitalvдrde" ; - kapitalvinst_nn_1 = mkN "kapitalvinst" "kapitalvinster" ; - kapitel_nn_1 = mkN "kapitel" neutrum ; - kapitelsal_nn_1 = mkN "kapitelsal" ; - kapitelvis_ab_1 = mkAdv "kapitelvis" ; - kapitulation_nn_1 = mkN "kapitulation" "kapitulationer" ; - kaplan_nn_1 = mkN "kaplan" "kaplaner" ; - kapott_nn_1 = mkN "kapott" "kapotter" ; - kapp_nn_1 = mkN "kapp" ; - kappe_nn_1 = mkN "kappe" utrum ; - kappkoerning_nn_1 = mkN "kappkцrning" ; - kapploepning_nn_1 = mkN "kapplцpning" ; - kapprak_av_1 = mkA "kapprak" ; - kapprock_nn_1 = mkN "kapprock" ; - kapprum_nn_1 = mkN "kapprum" "kapprummet" "kapprum" "kapprummen" ; - kapprustning_nn_1 = mkN "kapprustning" ; - kappsaeck_nn_1 = mkN "kappsдck" ; - kappseglare_nn_1 = mkN "kappseglare" "kappseglare" ; - kappsegling_nn_1 = mkN "kappsegling" ; - kappseglingsbaat_nn_1 = mkN "kappseglingsbеt" ; - kappsimning_nn_1 = mkN "kappsimning" ; - kapricioes_av_1 = mkA "kapriciцs" ; - kaprifol_nn_1 = mkN "kaprifol" "kaprifoler" ; - kaprifolium_nn_1 = mkN "kaprifolium" "kaprifolien" "kaprifolier" "kaprifolierna" ; - kapriol_nn_1 = mkN "kapriol" "kaprioler" ; - kapris_nn_1 = mkN "kapris" "kapriser" ; - kapsaag_nn_1 = mkN "kapsеg" ; - kapsel_nn_1 = mkN "kapsel" ; - kapson_nn_1 = mkN "kapson" "kapsoner" ; - kapsyl_nn_1 = mkN "kapsyl" "kapsyler" ; - kapten_nn_1 = mkN "kapten" "kaptener" ; - kapucin_nn_1 = mkN "kapucin" "kapuciner" ; - kapucinorden_nn_1 = mkN "kapucinorden" ; - kapun_nn_1 = mkN "kapun" "kapuner" ; - kapuschong_nn_1 = mkN "kapuschong" "kapuschonger" ; - kaputt_av_1 = mkA "kaputt" ; - kapverdier_nn_1 = mkN "kapverdier" "kapverdiern" "kapverdier" "kapverdierna" ; - kapverdisk_av_1 = mkA "kapverdisk" ; - kar_nn_1 = mkN "kar" neutrum ; - karabinjaer_nn_1 = mkN "karabinjдr" "karabinjдrer" ; - karaff_nn_1 = mkN "karaff" "karaffer" ; - karaffin_nn_1 = mkN "karaffin" "karaffiner" ; - karaktaer_nn_1 = mkN "karaktдr" "karaktдrer" ; - karaktaeristik_nn_1 = mkN "karaktдristik" "karaktдristiker" ; - karaktaeristika_nn_2 = mkN "karaktдristika" "karaktдristikan" "karaktдristika" "karaktдristikana" ; - karaktaeristisk_av_1 = mkA "karaktдristisk" ; - karaktaersart_nn_1 = mkN "karaktдrsart" "karaktдrsarter" ; - karaktaersdrag_nn_1 = mkN "karaktдrsdrag" neutrum ; - karaktaersdrama_nn_1 = mkN "karaktдrsdrama" "karaktдrsdramat" "karaktдrsdraman" "karaktдrsdramana" ; - karaktaersfast_av_1 = mkA "karaktдrsfast" "karaktдrsfast" ; - karaktaersfel_nn_1 = mkN "karaktдrsfel" "karaktдrsfelet" "karaktдrsfel" "karaktдrsfelen" ; - karaktaersroll_nn_1 = mkN "karaktдrsroll" "karaktдrsroller" ; - karaktaersskaadespelare_nn_1 = mkN "karaktдrsskеdespelare" "karaktдrsskеdespelare" ; - karaktaerstyp_nn_1 = mkN "karaktдrstyp" "karaktдrstyper" ; - karakteristik_nn_1 = mkN "karakteristik" "karakteristiker" ; - karakteristika_nn_2 = mkN "karakteristika" "karakteristikan" "karakteristika" "karakteristikana" ; - karakteristisk_av_1 = mkA "karakteristisk" ; - karamboll_nn_1 = mkN "karamboll" "karamboller" ; - karamell_nn_1 = mkN "karamell" "karameller" ; - karamellfaerg_nn_1 = mkN "karamellfдrg" "karamellfдrger" ; - karamellpapper_nn_1 = mkN "karamellpapper" neutrum ; - karamellpudding_nn_1 = mkN "karamellpudding" ; - karamellsaas_nn_1 = mkN "karamellsеs" "karamellsеser" ; - karantaen_nn_1 = mkN "karantдn" "karantдner" ; - karat_nn_1 = mkN "karat" neutrum ; - karatering_nn_1 = mkN "karatering" ; - karatstaempel_nn_1 = mkN "karatstдmpel" ; - karavan_nn_1 = mkN "karavan" "karavaner" ; - karavanseraj_nn_1 = mkN "karavanseraj" "karavanserajer" ; - karavell_nn_1 = mkN "karavell" "karaveller" ; - karbad_nn_1 = mkN "karbad" neutrum ; - karbamid_nn_1 = mkN "karbamid" "karbamider" ; - karbas_nn_1 = mkN "karbas" "karbaser" ; - karbin_nn_1 = mkN "karbin" "karbiner" ; - karbinhake_nn_1 = mkN "karbinhake" utrum ; - karbonat_nn_1 = mkN "karbonat" neutrum ; - karbonatjon_nn_1 = mkN "karbonatjon" "karbonatjoner" ; - karbonatsmaeltecell_nn_1 = mkN "karbonatsmдltecell" "karbonatsmдlteceller" ; - karbonkopia_nn_1 = mkN "karbonkopia" ; - karbonpapper_nn_1 = mkN "karbonpapper" neutrum ; - karborundumduk_nn_1 = mkN "karborundumduk" ; - karbunkel_nn_1 = mkN "karbunkel" ; - karburator_nn_1 = mkN "karburator" "karburatorer" ; - karcinogen_av_1 = mkA "karcinogen" ; - karcinom_nn_1 = mkN "karcinom" neutrum ; - kardan_nn_1 = mkN "kardan" "kardaner" ; - kardanaxel_nn_1 = mkN "kardanaxel" ; - kardanknut_nn_1 = mkN "kardanknut" ; - kardansk_av_1 = mkA "kardansk" ; - kardanupphaengning_nn_1 = mkN "kardanupphдngning" ; - kardborrband_nn_1 = mkN "kardborrband" neutrum ; - kardborre_nn_1 = mkN "kardborre" utrum ; - kardborreknaeppning_nn_1 = mkN "kardborreknдppning" ; - kardel_nn_1 = mkN "kardel" "kardeler" ; - kardinal_nn_1 = mkN "kardinal" "kardinaler" ; - kardinalbiskop_nn_1 = mkN "kardinalbiskop" ; - kardinaldygd_nn_1 = mkN "kardinaldygd" "kardinaldygder" ; - kardinalfel_nn_1 = mkN "kardinalfel" "kardinalfelet" "kardinalfel" "kardinalfelen" ; - kardinalstreck_nn_1 = mkN "kardinalstreck" neutrum ; - kardinaltal_nn_1 = mkN "kardinaltal" "kardinaltalet" "kardinaltalen" "kardinaltalena" ; - kardiograf_nn_1 = mkN "kardiograf" "kardiografer" ; - kardiogram_nn_1 = mkN "kardiogram" "kardiogrammet" "kardiogram" "kardiogrammen" ; - kardiolog_nn_1 = mkN "kardiolog" "kardiologer" ; - kardnubb_nn_1 = mkN "kardnubb" ; - kardus_nn_1 = mkN "kardus" "karduser" ; - karel_nn_1 = mkN "karel" "kareler" ; - karelare_nn_1 = mkN "karelare" "karelare" ; - karelsk_av_1 = mkA "karelsk" ; - karensdag_nn_1 = mkN "karensdag" ; - karess_nn_1 = mkN "karess" "karesser" ; - karet_nn_1 = mkN "karet" "kareter" ; - karg_av_1 = mkA "karg" ; - karikatyr_nn_1 = mkN "karikatyr" "karikatyrer" ; - karikatyrtecknare_nn_1 = mkN "karikatyrtecknare" "karikatyrtecknare" ; - karisma_nn_1 = mkN "karisma" "karisman" "karismer" "karismerna" ; - karismatisk_av_1 = mkA "karismatisk" ; - karkas_nn_1 = mkN "karkas" "karkaser" ; - karl_nn_1 = mkN "karl" ; - karlakarl_nn_1 = mkN "karlakarl" ; - karlaktig_av_1 = mkA "karlaktig" ; - karlatag_nn_1 = mkN "karlatag" neutrum ; - karlavulen_av_1 = mkA "karlavulen" "karlavulet" ; - karldagsverke_nn_1 = mkN "karldagsverke" ; - karled_nn_1 = mkN "karled" "karleder" ; - karlgalen_av_1 = mkA "karlgalen" "karlgalet" ; - karljohanssvamp_nn_1 = mkN "karljohanssvamp" ; - karlsbaderbroed_nn_1 = mkN "karlsbaderbrцd" neutrum ; - karlslok_nn_1 = mkN "karlslok" ; - karltokig_av_1 = mkA "karltokig" ; - karm_nn_1 = mkN "karm" ; - karmelit_nn_1 = mkN "karmelit" "karmeliter" ; - karmelitorden_nn_1 = mkN "karmelitorden" ; - karmstol_nn_1 = mkN "karmstol" ; - karnap_nn_1 = mkN "karnap" neutrum ; - karneol_nn_1 = mkN "karneol" "karneoler" ; - karneval_nn_1 = mkN "karneval" "karnevaler" ; - karnis_nn_1 = mkN "karnis" "karniser" ; - karnivor_nn_1 = mkN "karnivor" "karnivoren" "karnivorer" "karnivorerna" ; - karolin_nn_1 = mkN "karolin" "karoliner" ; - karoling_nn_1 = mkN "karoling" "karolinger" ; - karolinsk_av_1 = mkA "karolinsk" ; - kaross_nn_1 = mkN "kaross" "karosser" ; - karosseri_nn_1 = mkN "karosseri" "karosserit" "karosserier" "karosserierna" ; - karotin_nn_1 = mkN "karotin" "karotinet" "karotiner" "karotinerna" ; - karott_nn_1 = mkN "karott" "karotter" ; - karottunderlaegg_nn_1 = mkN "karottunderlдgg" neutrum ; - karp_nn_1 = mkN "karp" ; - karpfisk_nn_1 = mkN "karpfisk" ; - karre_nn_1 = mkN "karrй" "karrйer" ; - karriaer_nn_1 = mkN "karriдr" "karriдrer" ; - karriaerdiplomat_nn_1 = mkN "karriдrdiplomat" "karriдrdiplomater" ; - karriaerist_nn_1 = mkN "karriдrist" "karriдrister" ; - karronad_nn_1 = mkN "karronad" "karronader" ; - karsk_av_1 = mkA "karsk" ; - karst_nn_1 = mkN "karst" "karster" ; - karstbildning_nn_1 = mkN "karstbildning" ; - kart_nn_1 = mkN "kart" ; - kartagisk_av_1 = mkA "kartagisk" ; - kartbild_nn_1 = mkN "kartbild" "kartbilder" ; - kartbok_nn_1 = mkN "kartbok" "kartbцcker" ; - kartell_nn_1 = mkN "kartell" "karteller" ; - kartering_nn_1 = mkN "kartering" ; - kartesch_nn_1 = mkN "kartesch" "kartescher" ; - kartig_av_1 = mkA "kartig" ; - kartlaeggning_nn_1 = mkN "kartlдggning" ; - kartlaesare_nn_1 = mkN "kartlдsare" "kartlдsare" ; - kartmaetare_nn_1 = mkN "kartmдtare" "kartmдtare" ; - kartnagel_nn_1 = mkN "kartnagel" ; - kartong_nn_1 = mkN "kartong" "kartonger" ; - kartonist_nn_1 = mkN "kartonist" "kartonister" ; - kartotek_nn_1 = mkN "kartotek" neutrum ; - kartprojektion_nn_1 = mkN "kartprojektion" "kartprojektioner" ; - kartspecial_nn_1 = mkN "kartspecial" "kartspecialer" ; - karttecken_nn_1 = mkN "karttecken" "karttecknet" "karttecken" "karttecknen" ; - kartusch_nn_1 = mkN "kartusch" "kartuscher" ; - kartusian_nn_1 = mkN "kartusian" "kartusianer" ; - kartusianorden_nn_1 = mkN "kartusianorden" ; - karusell_nn_1 = mkN "karusell" "karuseller" ; - karvsnitt_nn_1 = mkN "karvsnitt" neutrum ; - karvstock_nn_1 = mkN "karvstock" ; - karyatid_nn_1 = mkN "karyatid" "karyatider" ; - kas_nn_1 = mkN "kas" ; - kasack_nn_1 = mkN "kasack" "kasacker" ; - kaschmirsjal_nn_1 = mkN "kaschmirsjal" ; - kase_nn_1 = mkN "kase" utrum ; - kasein_nn_1 = mkN "kasein" "kaseiner" ; - kasematt_nn_1 = mkN "kasematt" "kasematter" ; - kasern_nn_1 = mkN "kasern" "kaserner" ; - kasernfoerbud_nn_1 = mkN "kasernfцrbud" neutrum ; - kaserngaard_nn_1 = mkN "kaserngеrd" ; - kashmir_nn_1 = mkN "kashmir" "kashmirer" ; - kasino_nn_1 = mkN "kasino" "kasinot" "kasinon" "kasinona" ; - kask_nn_1 = mkN "kask" ; - kaskad_nn_1 = mkN "kaskad" "kaskader" ; - kaskelot_nn_1 = mkN "kaskelot" "kaskeloter" ; - kaskett_nn_1 = mkN "kaskett" "kasketter" ; - kasko_nn_1 = mkN "kasko" "kaskot" "kaskon" "kaskona" ; - kaskofoersaekring_nn_1 = mkN "kaskofцrsдkring" ; - kasperteater_nn_1 = mkN "kasperteater" ; - kass_av_1 = mkA "kass" ; - kassa_nn_1 = mkN "kassa" ; - kassaaffaer_nn_1 = mkN "kassaaffдr" "kassaaffдrer" ; - kassaapparat_nn_1 = mkN "kassaapparat" "kassaapparater" ; - kassabel_av_1 = mkA "kassabel" "kassabelt" "kassabla" "kassabla" "kassablare" "kassablast" "kassablaste" ; - kassabok_nn_1 = mkN "kassabok" "kassabцcker" ; - kassabrist_nn_1 = mkN "kassabrist" "kassabrister" ; - kassakoep_nn_1 = mkN "kassakцp" neutrum ; - kassakontrollapparat_nn_1 = mkN "kassakontrollapparat" "kassakontrollapparater" ; - kassakreditiv_nn_1 = mkN "kassakreditiv" neutrum ; - kassakvitto_nn_1 = mkN "kassakvitto" "kassakvittot" "kassakvitton" "kassakvittona" ; - kassapjaes_nn_1 = mkN "kassapjдs" "kassapjдser" ; - kassarabatt_nn_1 = mkN "kassarabatt" "kassarabatter" ; - kassareserv_nn_1 = mkN "kassareserv" "kassareserver" ; - kassaskaap_nn_1 = mkN "kassaskеp" neutrum ; - kassaskrin_nn_1 = mkN "kassaskrin" neutrum ; - kassation_nn_1 = mkN "kassation" "kassationer" ; - kassationsdomstol_nn_1 = mkN "kassationsdomstol" ; - kassavalv_nn_1 = mkN "kassavalv" neutrum ; - kasse_nn_1 = mkN "kasse" utrum ; - kassett_nn_1 = mkN "kassett" "kassetter" ; - kassettband_nn_1 = mkN "kassettband" neutrum ; - kassettbandspelare_nn_1 = mkN "kassettbandspelare" "kassettbandspelare" ; - kassettdaeck_nn_1 = mkN "kassettdдck" neutrum ; - kassoer_nn_1 = mkN "kassцr" "kassцrer" ; - kassoerska_nn_1 = mkN "kassцrska" ; - kassun_nn_1 = mkN "kassun" "kassuner" ; - kast_nn_1 = mkN "kast" "kaster" ; - kast_nn_2 = mkN "kast" neutrum ; - kastal_nn_1 = mkN "kastal" "kastaler" ; - kastanj_nn_1 = mkN "kastanj" "kastanjer" ; - kastanje_nn_1 = mkN "kastanje" "kastanjer" ; - kastanjebrun_av_1 = mkA "kastanjebrun" ; - kastanjett_nn_1 = mkN "kastanjett" "kastanjetter" ; - kastblock_nn_1 = mkN "kastblock" neutrum ; - kastby_nn_1 = mkN "kastby" "kastbyn" "kastbyar" "kastbyarna" ; - kastell_nn_1 = mkN "kastell" neutrum ; - kastellan_nn_1 = mkN "kastellan" "kastellaner" ; - kastilian_nn_1 = mkN "kastilian" "kastilianer" ; - kastilianare_nn_1 = mkN "kastilianare" "kastilianare" ; - kastilianska_nn_2 = mkN "kastilianska" ; - kastloes_av_1 = mkA "kastlцs" ; - kastmaerke_nn_1 = mkN "kastmдrke" ; - kastmaskin_nn_1 = mkN "kastmaskin" "kastmaskiner" ; - kastpjaes_nn_1 = mkN "kastpjдs" "kastpjдser" ; - kastrat_nn_1 = mkN "kastrat" "kastrater" ; - kastratsaangare_nn_1 = mkN "kastratsеngare" "kastratsеngare" ; - kastrull_nn_1 = mkN "kastrull" "kastruller" ; - kastsoem_nn_1 = mkN "kastsцm" "kastsцmmen" "kastsцmmar" "kastsцmmarna" ; - kastspjut_nn_1 = mkN "kastspjut" neutrum ; - kastspoe_nn_1 = mkN "kastspц" "kastspцet" "kastspцn" "kastspцna" ; - kaststygn_nn_1 = mkN "kaststygn" neutrum ; - kasttrae_nn_1 = mkN "kasttrд" "kasttrдet" "kasttrдn" "kasttrдna" ; - kastvapen_nn_1 = mkN "kastvapen" "kastvapnet" "kastvapen" "kastvapnen" ; - kastvind_nn_1 = mkN "kastvind" ; - kasuar_nn_1 = mkN "kasuar" "kasuarer" ; - kasuell_av_1 = mkA "kasuell" ; - kasun_nn_1 = mkN "kasun" "kasuner" ; - kasus_nn_1 = mkN "kasus" neutrum ; - kasus_nn_2 = mkN "kasus" "kasus" "kasus" "kasusen" ; - katabatisk_av_1 = mkA "katabatisk" ; - katafalk_nn_1 = mkN "katafalk" "katafalker" ; - kataforisk_av_1 = mkA "kataforisk" ; - katakomb_nn_1 = mkN "katakomb" "katakomber" ; - katakres_nn_1 = mkN "katakres" "katakreser" ; - katalan_nn_1 = mkN "katalan" "katalaner" ; - katalanska_nn_2 = mkN "katalanska" ; - katalektisk_av_1 = mkA "katalektisk" ; - katalepsi_nn_1 = mkN "katalepsi" "katalepsier" ; - katalog_nn_1 = mkN "katalog" "kataloger" ; - katalognummer_nn_1 = mkN "katalognummer" neutrum ; - katalogpris_nn_1 = mkN "katalogpris" neutrum ; - katalysator_nn_1 = mkN "katalysator" "katalysatorer" ; - katalytisk_av_1 = mkA "katalytisk" ; - katamaran_nn_1 = mkN "katamaran" "katamaraner" ; - katapult_nn_1 = mkN "katapult" "katapulter" ; - katapultstol_nn_1 = mkN "katapultstol" ; - katarakt_nn_1 = mkN "katarakt" "katarakter" ; - katarr_nn_1 = mkN "katarr" "katarrer" ; - katastrof_nn_1 = mkN "katastrof" "katastrofer" ; - katastrofal_av_1 = mkA "katastrofal" ; - katastrofteori_nn_1 = mkN "katastrofteori" "katastrofteorier" ; - kateder_nn_1 = mkN "kateder" ; - katedral_nn_1 = mkN "katedral" "katedraler" ; - kategori_nn_1 = mkN "kategori" "kategorier" ; - kategoriklyvning_nn_1 = mkN "kategoriklyvning" ; - kategorisk_av_1 = mkA "kategorisk" ; - katekes_nn_1 = mkN "katekes" "katekeser" ; - kateket_nn_1 = mkN "kateket" "kateketer" ; - kateketisk_av_1 = mkA "kateketisk" ; - katet_nn_1 = mkN "katet" "kateter" ; - kateter_nn_1 = mkN "kateter" ; - katig_av_1 = mkA "katig" ; - katjon_nn_1 = mkN "katjon" "katjoner" ; - katod_nn_1 = mkN "katod" "katoder" ; - katodstraale_nn_1 = mkN "katodstrеle" utrum ; - katodstraaleroer_nn_1 = mkN "katodstrеlerцr" neutrum ; - katolik_nn_1 = mkN "katolik" "katoliker" ; - katolsk_av_1 = mkA "katolsk" ; - katrinplommon_nn_1 = mkN "katrinplommon" neutrum ; - katse_nn_1 = mkN "katse" utrum ; - katt_nn_1 = mkN "katt" "katter" ; - kattaktig_av_1 = mkA "kattaktig" ; - kattass_nn_1 = mkN "kattass" ; - kattdjur_nn_1 = mkN "kattdjur" neutrum ; - kattoega_nn_1 = mkN "kattцga" "kattцgat" "kattцgon" "kattцgonen" ; - kattras_nn_1 = mkN "kattras" "kattraser" ; - kattun_nn_1 = mkN "kattun" "kattuner" ; - kattunge_nn_1 = mkN "kattunge" utrum ; - kaukasier_nn_1 = mkN "kaukasier" "kaukasiern" "kaukasier" "kaukasierna" ; - kaukasisk_av_1 = mkA "kaukasisk" ; - kaukasiska_nn_1 = mkN "kaukasiska" ; - kauri_nn_1 = mkN "kauri" "kaurin" "kaurier" "kaurierna" ; - kaus_nn_1 = mkN "kaus" "kauser" ; - kausal_av_1 = mkA "kausal" ; - kausalfoerhaallande_nn_1 = mkN "kausalfцrhеllande" ; - kausalitet_nn_1 = mkN "kausalitet" "kausaliteter" ; - kausalsats_nn_1 = mkN "kausalsats" "kausalsatser" ; - kausativ_av_1 = mkA "kausativ" ; - kaustik_av_1 = mkA "kaustik" ; - kaution_nn_1 = mkN "kaution" "kautioner" ; - kautschuk_nn_1 = mkN "kautschuk" ; - kautschukparagraf_nn_1 = mkN "kautschukparagraf" "kautschukparagrafer" ; - kautschuktraed_nn_1 = mkN "kautschuktrдd" neutrum ; - kav_ab_1 = mkAdv "kav" ; - kavaj_nn_1 = mkN "kavaj" "kavajer" ; - kavajkrage_nn_1 = mkN "kavajkrage" utrum ; - kavalett_nn_1 = mkN "kavalett" "kavaletter" ; - kavaljer_nn_1 = mkN "kavaljer" "kavaljerer" ; - kavaljersflygel_nn_1 = mkN "kavaljersflygel" ; - kavalkad_nn_1 = mkN "kavalkad" "kavalkader" ; - kavall_nn_1 = mkN "kavall" "kavaller" ; - kavalleri_nn_1 = mkN "kavalleri" "kavallerit" "kavallerier" "kavallerierna" ; - kavallerichock_nn_1 = mkN "kavallerichock" "kavallerichocker" ; - kavallerist_nn_1 = mkN "kavallerist" "kavallerister" ; - kavalleritrupp_nn_1 = mkN "kavalleritrupp" "kavalleritrupper" ; - kavat_av_1 = mkA "kavat" "kavat" ; - kavel_nn_1 = mkN "kavel" ; - kavelbro_nn_1 = mkN "kavelbro" ; - kavern_nn_1 = mkN "kavern" "kaverner" ; - kavitet_nn_1 = mkN "kavitet" "kaviteter" ; - kavitetsdjur_nn_1 = mkN "kavitetsdjur" neutrum ; - kavle_nn_1 = mkN "kavle" utrum ; - kavring_nn_1 = mkN "kavring" ; - kaxe_nn_1 = mkN "kaxe" utrum ; - kaxig_av_1 = mkA "kaxig" ; - ked_nn_1 = mkN "ked" "keder" ; - kediv_nn_1 = mkN "kediv" "kediver" ; - kedja_nn_1 = mkN "kedja" ; - kedjebraak_nn_1 = mkN "kedjebrеk" neutrum ; - kedjebrev_nn_1 = mkN "kedjebrev" neutrum ; - kedjehjul_nn_1 = mkN "kedjehjul" neutrum ; - kedjehus_nn_1 = mkN "kedjehus" neutrum ; - kedjemolekyl_nn_1 = mkN "kedjemolekyl" "kedjemolekyler" ; - kedjereaktion_nn_1 = mkN "kedjereaktion" "kedjereaktioner" ; - kedjeskydd_nn_1 = mkN "kedjeskydd" neutrum ; - kedjesoem_nn_1 = mkN "kedjesцm" "kedjesцmmen" "kedjesцmmar" "kedjesцmmarna" ; - kedjestygn_nn_1 = mkN "kedjestygn" neutrum ; - kedjevaexel_nn_1 = mkN "kedjevдxel" ; - kejsardoeme_nn_1 = mkN "kejsardцme" ; - kejsare_nn_1 = mkN "kejsare" "kejsare" ; - kejsarhaer_nn_1 = mkN "kejsarhдr" ; - kejsarinna_nn_1 = mkN "kejsarinna" ; - kejsaroern_nn_1 = mkN "kejsarцrn" ; - kejsarsnitt_nn_1 = mkN "kejsarsnitt" neutrum ; - kejserlig_av_1 = mkA "kejserlig" ; - kelen_av_1 = mkA "kelen" "kelet" ; - kelgris_nn_1 = mkN "kelgris" ; - kelig_av_1 = mkA "kelig" ; - kelim_nn_1 = mkN "kelim" "kelimer" ; - kelsjuk_av_1 = mkA "kelsjuk" ; - kelt_nn_1 = mkN "kelt" "kelter" ; - keltisk_av_1 = mkA "keltisk" ; - keltiska_nn_2 = mkN "keltiska" ; - kelvin_nn_1 = mkN "kelvin" "kelvinen" "kelvin" "kelvinen" ; - kemiindustri_nn_1 = mkN "kemiindustri" "kemiindustrier" ; - kemisk_av_1 = mkA "kemisk" ; - kemist_nn_1 = mkN "kemist" "kemister" ; - kemomat_nn_1 = mkN "kemomat" "kemomater" ; - kemoterapi_nn_1 = mkN "kemoterapi" "kemoterapier" ; - kemtvaett_nn_1 = mkN "kemtvдtt" ; - kennel_nn_1 = mkN "kennel" ; - kenning_nn_1 = mkN "kenning" ; - kentaur_nn_1 = mkN "kentaur" "kentaurer" ; - kenyan_nn_1 = mkN "kenyan" "kenyaner" ; - keps_nn_1 = mkN "keps" ; - keramiker_nn_1 = mkN "keramiker" "keramikern" "keramiker" "keramikerna" ; - keramikform_nn_1 = mkN "keramikform" "keramikformer" ; - kerub_nn_1 = mkN "kerub" "keruber" ; - ketch_nn_1 = mkN "ketch" "ketcher" ; - kex_nn_1 = mkN "kex" neutrum ; - khan_nn_1 = mkN "khan" "khaner" ; - khmer_nn_1 = mkN "khmer" "khmerer" ; - kiasm_nn_1 = mkN "kiasm" "kiasmer" ; - kibbutz_nn_1 = mkN "kibbutz" "kibbutzer" ; - kick_nn_1 = mkN "kick" ; - kickstart_nn_1 = mkN "kickstart" "kickstarter" ; - kid_nn_1 = mkN "kid" neutrum ; - kidnappare_nn_1 = mkN "kidnappare" "kidnappare" ; - kikaert_nn_1 = mkN "kikдrt" "kikдrter" ; - kikare_nn_1 = mkN "kikare" "kikare" ; - kikhaal_nn_1 = mkN "kikhеl" neutrum ; - kikkran_nn_1 = mkN "kikkran" ; - kil_nn_1 = mkN "kil" ; - kilben_nn_1 = mkN "kilben" neutrum ; - kilhael_nn_1 = mkN "kilhдl" ; - kilklack_nn_1 = mkN "kilklack" ; - kille_nn_1 = mkN "kille" utrum ; - killespel_nn_1 = mkN "killespel" "killespelet" "killespel" "killespelen" ; - killig_av_1 = mkA "killig" ; - killing_nn_1 = mkN "killing" ; - kilo_nn_1 = mkN "kilo" "kilot" "kilo" "kilona" ; - kilobyte_nn_1 = mkN "kilobyte" "kilobyten" "kilobyte" "kilobytena" ; - kilogram_nn_1 = mkN "kilogram" "kilogrammet" "kilogram" "kilogrammen" ; - kilogrammeter_nn_1 = mkN "kilogrammeter" ; - kilometer_nn_1 = mkN "kilometer" ; - kilometertjock_av_1 = mkA "kilometertjock" ; - kilopond_nn_1 = mkN "kilopond" neutrum ; - kilopondmeter_nn_1 = mkN "kilopondmeter" "kilopondmetern" "kilopondmeter" "kilopondmeterna" ; - kilopris_nn_1 = mkN "kilopris" neutrum ; - kiloton_nn_1 = mkN "kiloton" "kilotonnet" "kiloton" "kilotonnen" ; - kilowatt_nn_1 = mkN "kilowatt" "kilowatten" "kilowatt" "kilowatten" ; - kilram_nn_1 = mkN "kilram" ; - kilt_nn_1 = mkN "kilt" ; - kimono_nn_1 = mkN "kimono" "kimonon" "kimonos" "kimonosen" ; - kinaalkaloid_nn_1 = mkN "kinaalkaloid" "kinaalkaloider" ; - kind_nn_1 = mkN "kind" "kinder" ; - kindben_nn_1 = mkN "kindben" neutrum ; - kindkedja_nn_1 = mkN "kindkedja" ; - kindpaase_nn_1 = mkN "kindpеse" utrum ; - kindpust_nn_1 = mkN "kindpust" ; - kindtand_nn_1 = mkN "kindtand" "kindtдnder" ; - kinematograf_nn_1 = mkN "kinematograf" "kinematografer" ; - kines_nn_1 = mkN "kines" "kineser" ; - kineseri_nn_1 = mkN "kineseri" "kineserit" "kineserier" "kineserierna" ; - kinesisk_av_1 = mkA "kinesisk" ; - kinesiska_nn_2 = mkN "kinesiska" ; - kinestetisk_av_1 = mkA "kinestetisk" ; - kinetisk_av_1 = mkA "kinetisk" ; - king_size_av_1 = mkA "king-size" ; - kink_nn_1 = mkN "kink" ; - kinkig_av_1 = mkA "kinkig" ; - kiosk_nn_1 = mkN "kiosk" "kiosker" ; - kip_nn_1 = mkN "kip" ; - kippsko_nn_1 = mkN "kippsko" "kippskor" ; - kippskodd_av_1 = mkA "kippskodd" "kippskodtt" ; - kirgis_nn_1 = mkN "kirgis" "kirgiser" ; - kiribatier_nn_1 = mkN "kiribatier" "kiribatiern" "kiribatier" "kiribatierna" ; - kiribatisk_av_1 = mkA "kiribatisk" ; - kiropraktiker_nn_1 = mkN "kiropraktiker" "kiropraktikern" "kiropraktiker" "kiropraktikerna" ; - kiropraktor_nn_1 = mkN "kiropraktor" "kiropraktorer" ; - kirurg_nn_1 = mkN "kirurg" "kirurger" ; - kirurgisk_av_1 = mkA "kirurgisk" ; - kis_nn_1 = mkN "kis" "kiser" ; - kis_nn_2 = mkN "kis" ; - kiselalg_nn_1 = mkN "kiselalg" "kiselalger" ; - kiselfoerening_nn_1 = mkN "kiselfцrening" ; - kiselkristall_nn_1 = mkN "kiselkristall" "kiselkristaller" ; - kiselsten_nn_1 = mkN "kiselsten" "kiselstenen" "kiselstenar" "kiselstenarna" ; - kisse_nn_1 = mkN "kisse" utrum ; - kissekatt_nn_1 = mkN "kissekatt" "kissekatter" ; - kissemiss_nn_1 = mkN "kissemiss" ; - kissnoedig_av_1 = mkA "kissnцdig" ; - kistbotten_nn_1 = mkN "kistbotten" ; - kistebrev_nn_1 = mkN "kistebrev" neutrum ; - kiton_nn_1 = mkN "kiton" "kitoner" ; - kitslig_av_1 = mkA "kitslig" ; - kittel_nn_1 = mkN "kittel" ; - kitteldal_nn_1 = mkN "kitteldal" ; - kittelflickare_nn_1 = mkN "kittelflickare" "kittelflickare" ; - kittlare_nn_1 = mkN "kittlare" "kittlare" ; - kittlig_av_1 = mkA "kittlig" ; - kivi_nn_1 = mkN "kivi" "kivin" "kivier" "kivierna" ; - kiwi_nn_1 = mkN "kiwi" "kiwin" "kiwier" "kiwierna" ; - kjol_nn_1 = mkN "kjol" ; - kjoltyg_nn_1 = mkN "kjoltyg" neutrum ; - kjortel_nn_1 = mkN "kjortel" ; - kjortelvaegen_ab_1 = mkAdv "kjortelvдgen" ; - klaafingrig_av_1 = mkA "klеfingrig" ; - klaapare_nn_1 = mkN "klеpare" "klеpare" ; - klabb_nn_1 = mkN "klabb" ; - klabbe_nn_1 = mkN "klabbe" utrum ; - klabbskoet_nn_1 = mkN "klabbskцt" ; - klabbstroemming_nn_1 = mkN "klabbstrцmming" ; - klack_nn_1 = mkN "klack" ; - klackbar_nn_1 = mkN "klackbar" "klackbarer" ; - klackjaern_nn_1 = mkN "klackjдrn" neutrum ; - klackring_nn_1 = mkN "klackring" ; - klackspark_nn_1 = mkN "klackspark" ; - kladd_nn_1 = mkN "kladd" ; - kladdig_av_1 = mkA "kladdig" ; - klaedd_av_1 = mkA "klдdd" ; - klaededraekt_nn_1 = mkN "klдdedrдkt" "klдdedrдkter" ; - klaedespersedel_nn_1 = mkN "klдdespersedel" ; - klaedesplagg_nn_1 = mkN "klдdesplagg" neutrum ; - klaedgalen_av_1 = mkA "klдdgalen" "klдdgalet" ; - klaedhaengare_nn_1 = mkN "klдdhдngare" "klдdhдngare" ; - klaedkammare_nn_1 = mkN "klдdkammare" "klдdkammaren" "klдdkamrar" "klдdkamrarna" ; - klaedkorg_nn_1 = mkN "klдdkorg" ; - klaedlus_nn_1 = mkN "klдdlus" "klдdlusen" "klдdlцss" "klдdlцssen" ; - klaedmal_nn_1 = mkN "klдdmal" ; - klaednad_nn_1 = mkN "klдdnad" "klдdnader" ; - klaedsam_av_1 = mkA "klдdsam" "klдdsamt" "klдdsamma" "klдdsamma" "klдdsammare" "klдdsammast" "klдdsammaste" ; - klaedsel_nn_1 = mkN "klдdsel" ; - klaedskaap_nn_1 = mkN "klдdskеp" neutrum ; - klaedstreck_nn_1 = mkN "klдdstreck" neutrum ; - klaedtvaett_nn_1 = mkN "klдdtvдtt" ; - klaem_nn_1 = mkN "klдm" "klдmmen" "klдmmar" "klдmmarna" ; - klaemdag_nn_1 = mkN "klдmdag" ; - klaemmare_nn_1 = mkN "klдmmare" "klдmmare" ; - klaemmig_av_1 = mkA "klдmmig" ; - klaemtare_nn_1 = mkN "klдmtare" "klдmtare" ; - klaengig_av_1 = mkA "klдngig" ; - klaengvaext_nn_1 = mkN "klдngvдxt" "klдngvдxter" ; - klaenning_nn_1 = mkN "klдnning" ; - klaenningsliv_nn_1 = mkN "klдnningsliv" neutrum ; - klaepp_nn_1 = mkN "klдpp" ; - klaervoajant_av_1 = mkA "klдrvoajant" "klдrvoajant" ; - klaett_nn_1 = mkN "klдtt" ; - klaetterfaagel_nn_1 = mkN "klдtterfеgel" ; - klaetterfot_nn_1 = mkN "klдtterfot" "klдtterfцtter" ; - klaetterjaern_nn_1 = mkN "klдtterjдrn" neutrum ; - klaettersko_nn_1 = mkN "klдttersko" "klдtterskor" ; - klaetterstaellning_nn_1 = mkN "klдtterstдllning" ; - klaettervaext_nn_1 = mkN "klдttervдxt" "klдttervдxter" ; - klaettrare_nn_1 = mkN "klдttrare" "klдttrare" ; - klaettring_nn_1 = mkN "klдttring" ; - klaff_nn_1 = mkN "klaff" ; - klaffbord_nn_1 = mkN "klaffbord" neutrum ; - klaffbro_nn_1 = mkN "klaffbro" ; - klaffel_nn_1 = mkN "klaffel" "klaffelet" "klaffel" "klaffelen" ; - klagande_nn_1 = mkN "klagande" "klaganden" "klagande" "klagandena" ; - klagomaal_nn_1 = mkN "klagomеl" neutrum ; - klagomur_nn_1 = mkN "klagomur" ; - klagorop_nn_1 = mkN "klagorop" neutrum ; - klagosaang_nn_1 = mkN "klagosеng" "klagosеnger" ; - klagotid_nn_1 = mkN "klagotid" "klagotider" ; - klam_nn_1 = mkN "klam" "klammen" "klammar" "klammarna" ; - klammer_nn_1 = mkN "klammer" "klammern" "klammer" "klammerna" ; - klammeri_nn_1 = mkN "klammeri" "klammerit" "klammerier" "klammerierna" ; - klamp_nn_1 = mkN "klamp" ; - klan_nn_1 = mkN "klan" "klaner" ; - klanderfri_av_1 = mkA "klanderfri" "klanderfritt" ; - klandervaerd_av_1 = mkA "klandervдrd" "klandervдrt" ; - klang_nn_1 = mkN "klang" "klanger" ; - klangbotten_nn_1 = mkN "klangbotten" ; - klangfaerg_nn_1 = mkN "klangfдrg" "klangfдrger" ; - klangfull_av_1 = mkA "klangfull" ; - klanglig_av_1 = mkA "klanglig" ; - klangloes_av_1 = mkA "klanglцs" ; - klant_nn_1 = mkN "klant" ; - klantig_av_1 = mkA "klantig" ; - klantskalle_nn_1 = mkN "klantskalle" utrum ; - klapp_nn_1 = mkN "klapp" ; - klappbraede_nn_1 = mkN "klappbrдde" ; - klappersten_nn_1 = mkN "klappersten" "klapperstenen" "klapperstenar" "klapperstenarna" ; - klapperstenstrand_nn_1 = mkN "klapperstenstrand" "klapperstenstrдnder" ; - klappjakt_nn_1 = mkN "klappjakt" "klappjakter" ; - klapptrae_nn_1 = mkN "klapptrд" "klapptrдet" "klapptrдn" "klapptrдna" ; - klar_av_1 = mkA "klar" ; - klarbaer_nn_1 = mkN "klarbдr" neutrum ; - klarblaa_av_1 = mkA "klarblе" "klarblеtt" ; - klarhet_nn_1 = mkN "klarhet" "klarheter" ; - klarinett_nn_1 = mkN "klarinett" "klarinetter" ; - klarligen_ab_1 = mkAdv "klarligen" ; - klarmedel_nn_1 = mkN "klarmedel" neutrum ; - klaroegd_av_1 = mkA "klarцgd" "klarцgt" ; - klarroed_av_1 = mkA "klarrцd" ; - klarsignal_nn_1 = mkN "klarsignal" "klarsignaler" ; - klarskinn_nn_1 = mkN "klarskinn" neutrum ; - klarsynt_av_1 = mkA "klarsynt" "klarsynt" ; - klartaenkt_av_1 = mkA "klartдnkt" "klartдnkt" ; - klartecken_nn_1 = mkN "klartecken" "klartecknet" "klartecken" "klartecknen" ; - klarvaken_av_1 = mkA "klarvaken" "klarvaket" ; - klase_nn_1 = mkN "klase" utrum ; - klass_nn_1 = mkN "klass" "klasser" ; - klassbok_nn_1 = mkN "klassbok" "klassbцcker" ; - klassfoerestaandare_nn_1 = mkN "klassfцrestеndare" "klassfцrestеndare" ; - klassicitet_nn_1 = mkN "klassicitet" "klassiciteter" ; - klassificering_nn_1 = mkN "klassificering" ; - klassifikation_nn_1 = mkN "klassifikation" "klassifikationer" ; - klassik_nn_1 = mkN "klassik" "klassiker" ; - klassiker_nn_1 = mkN "klassiker" "klassikern" "klassiker" "klassikerna" ; - klassiserande_av_1 = mkA "klassiserande" ; - klassisk_av_1 = mkA "klassisk" ; - klasskamp_nn_1 = mkN "klasskamp" "klasskamper" ; - klasskamrat_nn_1 = mkN "klasskamrat" "klasskamrater" ; - klasskillnad_nn_1 = mkN "klasskillnad" "klasskillnader" ; - klasskonferens_nn_1 = mkN "klasskonferens" "klasskonferenser" ; - klasslaerare_nn_1 = mkN "klasslдrare" "klasslдrare" ; - klasslag_nn_1 = mkN "klasslag" ; - klasslag_nn_2 = mkN "klasslag" neutrum ; - klassloes_av_1 = mkA "klasslцs" ; - klassmaerke_nn_1 = mkN "klassmдrke" ; - klassmamma_nn_1 = mkN "klassmamma" ; - klassmedveten_av_1 = mkA "klassmedveten" "klassmedvetet" ; - klassmoerj_nn_1 = mkN "klassmцrj" neutrum ; - klassmotsaettning_nn_1 = mkN "klassmotsдttning" ; - klasspappa_nn_1 = mkN "klasspappa" ; - klassrum_nn_1 = mkN "klassrum" "klassrummet" "klassrum" "klassrummen" ; - klatsch_nn_1 = mkN "klatsch" ; - klatschig_av_1 = mkA "klatschig" ; - klausul_nn_1 = mkN "klausul" "klausuler" ; - klav_nn_1 = mkN "klav" "klaver" ; - klavbinda_vb_1 = mkV "klavbinda" "klavband" "klavbundit" ; - klave_nn_1 = mkN "klave" utrum ; - klavecin_nn_1 = mkN "klavecin" "klaveciner" ; - klaver_nn_1 = mkN "klaver" "klaveret" "klaver" "klaveren" ; - klavertramp_nn_1 = mkN "klavertramp" neutrum ; - klaverutdrag_nn_1 = mkN "klaverutdrag" neutrum ; - klaviatur_nn_1 = mkN "klaviatur" "klaviaturer" ; - klavikord_nn_1 = mkN "klavikord" neutrum ; - klematis_nn_1 = mkN "klematis" ; - klementin_nn_1 = mkN "klementin" "klementiner" ; - klemig_av_1 = mkA "klemig" ; - klen_av_1 = mkA "klen" ; - klenaet_nn_1 = mkN "klenдt" "klenдter" ; - klenhus_nn_1 = mkN "klenhus" neutrum ; - klenod_nn_1 = mkN "klenod" "klenoder" ; - klensmed_nn_1 = mkN "klensmed" "klensmeder" ; - klensmide_nn_1 = mkN "klensmide" ; - klenspaenning_nn_1 = mkN "klenspдnning" ; - klentrogen_av_1 = mkA "klentrogen" "klentroget" ; - klenvuxen_av_1 = mkA "klenvuxen" "klenvuxet" ; - kleptoman_nn_1 = mkN "kleptoman" "kleptomaner" ; - klerikal_av_1 = mkA "klerikal" ; - klerk_nn_1 = mkN "klerk" "klerker" ; - kletig_av_1 = mkA "kletig" ; - klev_nn_1 = mkN "klev" neutrum ; - klibbal_nn_1 = mkN "klibbal" ; - klibbig_av_1 = mkA "klibbig" ; - kliche_nn_1 = mkN "klichй" "klichйer" ; - klick_nn_1 = mkN "klick" ; - klick_nn_2 = mkN "klick" neutrum ; - klient_nn_1 = mkN "klient" "klienter" ; - klientel_nn_1 = mkN "klientel" "klientelet" "klientel" "klientelen" ; - klimat_nn_1 = mkN "klimat" neutrum ; - klimatfoeraendring_nn_1 = mkN "klimatfцrдndring" ; - klimatforskare_nn_1 = mkN "klimatforskare" "klimatforskare" ; - klimatgraens_nn_1 = mkN "klimatgrдns" "klimatgrдnser" ; - klimatkammare_nn_1 = mkN "klimatkammare" "klimatkammaren" "klimatkamrar" "klimatkamrarna" ; - klimatmodell_nn_1 = mkN "klimatmodell" "klimatmodeller" ; - klimatologisk_av_1 = mkA "klimatologisk" ; - klimatombyte_nn_1 = mkN "klimatombyte" ; - klimatskael_nn_1 = mkN "klimatskдl" neutrum ; - klimatsystem_nn_1 = mkN "klimatsystem" neutrum ; - klimatvariation_nn_1 = mkN "klimatvariation" "klimatvariationer" ; - klimatzon_nn_1 = mkN "klimatzon" "klimatzoner" ; - klimax_nn_1 = mkN "klimax" ; - klimp_nn_1 = mkN "klimp" ; - klinhus_nn_1 = mkN "klinhus" neutrum ; - klinik_nn_1 = mkN "klinik" "kliniker" ; - kliniker_nn_1 = mkN "kliniker" "klinikern" "kliniker" "klinikerna" ; - klinisk_av_1 = mkA "klinisk" ; - klinkbyggd_av_1 = mkA "klinkbyggd" "klinkbyggt" ; - klint_nn_1 = mkN "klint" ; - klipp_nn_1 = mkN "klipp" neutrum ; - klippare_nn_1 = mkN "klippare" "klippare" ; - klippblock_nn_1 = mkN "klippblock" neutrum ; - klippdass_nn_1 = mkN "klippdass" ; - klipper_nn_1 = mkN "klipper" ; - klipperstaev_nn_1 = mkN "klipperstдv" ; - klippfisk_nn_1 = mkN "klippfisk" ; - klippformation_nn_1 = mkN "klippformation" "klippformationer" ; - klippfyr_nn_1 = mkN "klippfyr" ; - klippgrav_nn_1 = mkN "klippgrav" ; - klippig_av_1 = mkA "klippig" ; - klipping_nn_1 = mkN "klipping" ; - klippkort_nn_1 = mkN "klippkort" neutrum ; - klippljus_nn_1 = mkN "klippljus" neutrum ; - klippmaalning_nn_1 = mkN "klippmеlning" ; - klippmassiv_nn_1 = mkN "klippmassiv" neutrum ; - klippning_nn_1 = mkN "klippning" ; - klippotek_nn_1 = mkN "klippotek" neutrum ; - klippspik_nn_1 = mkN "klippspik" ; - klipptaang_nn_1 = mkN "klipptеng" "klipptдnger" ; - klippvaegg_nn_1 = mkN "klippvдgg" ; - klipsk_av_1 = mkA "klipsk" ; - klistrig_av_1 = mkA "klistrig" ; - klitoris_nn_1 = mkN "klitoris" ; - kliv_nn_1 = mkN "kliv" neutrum ; - klo_nn_1 = mkN "klo" "klor" ; - kloak_nn_1 = mkN "kloak" "kloaker" ; - kloakdjur_nn_1 = mkN "kloakdjur" neutrum ; - kloasongvaegg_nn_1 = mkN "kloasongvдgg" ; - klockare_nn_1 = mkN "klockare" "klockare" ; - klockarkaerlek_nn_1 = mkN "klockarkдrlek" ; - klockarkatt_nn_1 = mkN "klockarkatt" "klockarkatter" ; - klockboj_nn_1 = mkN "klockboj" ; - klockformig_av_1 = mkA "klockformig" ; - klockkedja_nn_1 = mkN "klockkedja" ; - klockklaepp_nn_1 = mkN "klockklдpp" ; - klockren_av_1 = mkA "klockren" ; - klockringning_nn_1 = mkN "klockringning" ; - klocksignal_nn_1 = mkN "klocksignal" "klocksignaler" ; - klockslag_nn_1 = mkN "klockslag" neutrum ; - klockspel_nn_1 = mkN "klockspel" "klockspelet" "klockspel" "klockspelen" ; - klockstapel_nn_1 = mkN "klockstapel" ; - klockstraeng_nn_1 = mkN "klockstrдng" ; - klocktid_nn_1 = mkN "klocktid" "klocktider" ; - klocktorn_nn_1 = mkN "klocktorn" neutrum ; - kloev_nn_1 = mkN "klцv" ; - kloever_nn_1 = mkN "klцver" "klцvern" "klцver" "klцverna" ; - kloeverblad_nn_1 = mkN "klцverblad" neutrum ; - kloeverliknande_av_1 = mkA "klцverliknande" ; - kloeversnaerja_nn_1 = mkN "klцversnдrja" ; - kloevertroett_av_1 = mkA "klцvertrцtt" ; - kloevjeren_nn_1 = mkN "klцvjeren" "klцvjerenen" "klцvjerenar" "klцvjerenarna" ; - kloevjesadel_nn_1 = mkN "klцvjesadel" ; - kloevsadel_nn_1 = mkN "klцvsadel" ; - kloevsadelkyrka_nn_1 = mkN "klцvsadelkyrka" ; - kloevsadelsbyggnad_nn_1 = mkN "klцvsadelsbyggnad" "klцvsadelsbyggnader" ; - kloevsadelskyrka_nn_1 = mkN "klцvsadelskyrka" ; - klok_av_1 = mkA "klok" ; - klokhuvud_nn_1 = mkN "klokhuvud" "klokhuvudet" "klokhuvuden" "klokhuvudena" ; - klon_nn_1 = mkN "klon" "kloner" ; - klonering_nn_1 = mkN "klonering" ; - klorat_nn_1 = mkN "klorat" neutrum ; - kloratom_nn_1 = mkN "kloratom" "kloratomer" ; - klorfenol_nn_1 = mkN "klorfenol" "klorfenoler" ; - klorid_nn_1 = mkN "klorid" "klorider" ; - klosett_nn_1 = mkN "klosett" "klosetter" ; - kloss_ab_1 = mkAdv "kloss" ; - kloss_nn_1 = mkN "kloss" ; - klossig_av_1 = mkA "klossig" ; - kloster_nn_1 = mkN "kloster" neutrum ; - klosterbroder_nn_1 = mkN "klosterbroder" "klosterbrodern" "klosterbrцder" "klosterbrцderna" ; - klostercell_nn_1 = mkN "klostercell" "klosterceller" ; - klosterkyrka_nn_1 = mkN "klosterkyrka" ; - klosterlikoer_nn_1 = mkN "klosterlikцr" "klosterlikцrer" ; - klosterorden_nn_1 = mkN "klosterorden" ; - klosterregel_nn_1 = mkN "klosterregel" "klosterregeln" "klosterregler" "klosterreglerna" ; - klostersyster_nn_1 = mkN "klostersyster" ; - klot_nn_1 = mkN "klot" neutrum ; - klotblixt_nn_1 = mkN "klotblixt" ; - klotrund_av_1 = mkA "klotrund" ; - klots_nn_1 = mkN "klots" ; - klotterplank_nn_1 = mkN "klotterplank" neutrum ; - klottrig_av_1 = mkA "klottrig" ; - klove_nn_1 = mkN "klove" utrum ; - klubb_nn_1 = mkN "klubb" ; - klubbafton_nn_1 = mkN "klubbafton" "klubbaftonen" "klubbaftnar" "klubbaftnarna" ; - klubblaengd_nn_1 = mkN "klubblдngd" "klubblдngder" ; - klubbmaerke_nn_1 = mkN "klubbmдrke" ; - klubbmaestare_nn_1 = mkN "klubbmдstare" "klubbmдstare" ; - klubbsandwich_nn_1 = mkN "klubbsandwich" ; - klubbslag_nn_1 = mkN "klubbslag" neutrum ; - kludd_nn_2 = mkN "kludd" ; - klump_nn_1 = mkN "klump" ; - klumpackord_nn_1 = mkN "klumpackord" neutrum ; - klumpedump_nn_1 = mkN "klumpedump" ; - klumpeduns_nn_1 = mkN "klumpeduns" ; - klumpfisk_nn_1 = mkN "klumpfisk" ; - klumpig_av_1 = mkA "klumpig" ; - klumpsoem_nn_1 = mkN "klumpsцm" "klumpsцmmen" "klumpsцmmar" "klumpsцmmarna" ; - klumpsumma_nn_1 = mkN "klumpsumma" ; - klumpvis_ab_1 = mkAdv "klumpvis" ; - klunk_nn_1 = mkN "klunk" ; - kluns_nn_1 = mkN "kluns" ; - klunsig_av_1 = mkA "klunsig" ; - klurig_av_1 = mkA "klurig" ; - kluring_nn_1 = mkN "kluring" ; - klusil_nn_1 = mkN "klusil" "klusiler" ; - klut_nn_1 = mkN "klut" ; - kluven_av_1 = mkA "kluven" "kluvet" ; - klyft_nn_1 = mkN "klyft" "klyfter" ; - klyftig_av_1 = mkA "klyftig" ; - klys_nn_1 = mkN "klys" neutrum ; - klyva_vb_1 = mkV "klyva" "klyver" "klyv" "klцv" "kluvit" "klyven" ; - klyvarbom_nn_1 = mkN "klyvarbom" "klyvarbommen" "klyvarbommar" "klyvarbommarna" ; - klyvare_nn_1 = mkN "klyvare" "klyvare" ; - klyvbar_av_1 = mkA "klyvbar" ; - klyvning_nn_1 = mkN "klyvning" ; - klyvningsreaktion_nn_1 = mkN "klyvningsreaktion" "klyvningsreaktioner" ; - klyvoeppning_nn_1 = mkN "klyvцppning" ; - knack_nn_1 = mkN "knack" neutrum ; - knackig_av_1 = mkA "knackig" ; - knackning_nn_1 = mkN "knackning" ; - knackvurst_nn_1 = mkN "knackvurst" ; - knae_nn_1 = mkN "knд" "knдet" "knдn" "knдna" ; - knaeck_nn_1 = mkN "knдck" ; - knaeck_nn_2 = mkN "knдck" neutrum ; - knaeckebroed_nn_1 = mkN "knдckebrцd" neutrum ; - knaeckepil_nn_1 = mkN "knдckepil" ; - knaeckform_nn_1 = mkN "knдckform" ; - knaeckfraaga_nn_1 = mkN "knдckfrеga" ; - knaeckt_av_1 = mkA "knдckt" "knдckt" ; - knaefalla_vb_1 = mkV "knдfalla" "knдfцll" "knдfallit" ; - knaehoeg_av_1 = mkA "knдhцg" ; - knaehund_nn_1 = mkN "knдhund" ; - knaekort_av_1 = mkA "knдkort" "knдkort" ; - knaelaang_av_1 = mkA "knдlеng" ; - knaeled_nn_1 = mkN "knдled" "knдleder" ; - knaepp_av_1 = mkA "knдpp" ; - knaepp_nn_1 = mkN "knдpp" ; - knaeppbagge_nn_1 = mkN "knдppbagge" utrum ; - knaeppning_nn_1 = mkN "knдppning" ; - knaeroer_nn_1 = mkN "knдrцr" neutrum ; - knaeskaal_nn_1 = mkN "knдskеl" ; - knaeskydd_nn_1 = mkN "knдskydd" neutrum ; - knaeslut_nn_1 = mkN "knдslut" neutrum ; - knaesvag_av_1 = mkA "knдsvag" ; - knaetofs_nn_1 = mkN "knдtofs" ; - knaeveck_nn_1 = mkN "knдveck" neutrum ; - knaevelborr_nn_1 = mkN "knдvelborr" ; - knaevring_nn_1 = mkN "knдvring" ; - knagg_nn_1 = mkN "knagg" ; - knagglig_av_1 = mkA "knagglig" ; - knal_av_1 = mkA "knal" ; - knall_av_1 = mkA "knall" "knall" ; - knall_nn_1 = mkN "knall" ; - knalle_nn_1 = mkN "knalle" utrum ; - knallhaard_av_1 = mkA "knallhеrd" "knallhеrt" ; - knallhatt_nn_1 = mkN "knallhatt" ; - knalltransport_nn_1 = mkN "knalltransport" "knalltransporter" ; - knap_nn_1 = mkN "knap" ; - knape_nn_1 = mkN "knape" utrum ; - knaper_av_1 = mkA "knaper" "knapert" "knapra" "knapra" "knaprare" "knaprast" "knapraste" ; - knapp_av_1 = mkA "knapp" ; - knapp_nn_1 = mkN "knapp" ; - knappast_ab_1 = mkAdv "knappast" ; - knapphaal_nn_1 = mkN "knapphеl" neutrum ; - knapphaendig_av_1 = mkA "knapphдndig" ; - knapphet_nn_1 = mkN "knapphet" "knappheter" ; - knappnaal_nn_1 = mkN "knappnеl" ; - knappnaalshuvud_nn_1 = mkN "knappnеlshuvud" "knappnеlshuvudet" "knappnеlshuvuden" "knappnеlshuvudena" ; - knappt_ab_1 = mkAdv "knappt" ; - knapptelefon_nn_1 = mkN "knapptelefon" "knapptelefoner" ; - knaprig_av_1 = mkA "knaprig" ; - knarkare_nn_1 = mkN "knarkare" "knarkare" ; - knarkarkvart_nn_1 = mkN "knarkarkvart" ; - knarr_nn_2 = mkN "knarr" ; - knarrig_av_1 = mkA "knarrig" ; - knasig_av_1 = mkA "knasig" ; - knasprig_av_1 = mkA "knasprig" ; - knast_nn_1 = mkN "knast" ; - knaster_nn_2 = mkN "knaster" ; - knastrig_av_1 = mkA "knastrig" ; - knatte_nn_1 = mkN "knatte" utrum ; - knatting_nn_1 = mkN "knatting" ; - kneg_nn_1 = mkN "kneg" neutrum ; - knegare_nn_1 = mkN "knegare" "knegare" ; - knejpkur_nn_1 = mkN "knejpkur" "knejpkurer" ; - knekt_nn_1 = mkN "knekt" ; - knep_nn_1 = mkN "knep" neutrum ; - knepig_av_1 = mkA "knepig" ; - knick_nn_1 = mkN "knick" ; - knip_nn_1 = mkN "knip" neutrum ; - knipa_vb_1 = mkV "knipa" "knep" "knipit" ; - knipslug_av_1 = mkA "knipslug" ; - kniptaang_nn_1 = mkN "kniptеng" "kniptдnger" ; - kniptaangsmanoever_nn_1 = mkN "kniptеngsmanцver" ; - kniv_nn_1 = mkN "kniv" ; - knivblad_nn_1 = mkN "knivblad" neutrum ; - knivbladslik_av_1 = mkA "knivbladslik" ; - knivhugg_nn_1 = mkN "knivhugg" neutrum ; - knivig_av_1 = mkA "knivig" ; - knivkastning_nn_1 = mkN "knivkastning" ; - knivkontakt_nn_1 = mkN "knivkontakt" "knivkontakter" ; - knivlaeggare_nn_1 = mkN "knivlдggare" "knivlдggare" ; - knivrygg_nn_1 = mkN "knivrygg" ; - knivskaft_nn_1 = mkN "knivskaft" neutrum ; - knivskarp_av_1 = mkA "knivskarp" ; - knivskuren_av_1 = mkA "knivskuren" "knivskuret" ; - knivsrygg_nn_1 = mkN "knivsrygg" ; - knivsudd_nn_1 = mkN "knivsudd" ; - knix_nn_1 = mkN "knix" ; - knockdown_nn_1 = mkN "knockdown" "knockdowner" ; - knockout_nn_1 = mkN "knockout" "knockouter" ; - knodd_nn_1 = mkN "knodd" ; - knoddaen_av_1 = mkA "knoddдn" ; - knoedel_nn_1 = mkN "knцdel" ; - knoel_nn_1 = mkN "knцl" ; - knoelaktig_av_1 = mkA "knцlaktig" ; - knoelig_av_1 = mkA "knцlig" ; - knoelpaak_nn_1 = mkN "knцlpеk" ; - knoelrot_nn_1 = mkN "knцlrot" "knцlrцtter" ; - knoelstam_nn_1 = mkN "knцlstam" "knцlstammen" "knцlstammar" "knцlstammarna" ; - knoelsvan_nn_1 = mkN "knцlsvan" ; - knoes_nn_1 = mkN "knцs" ; - knog_nn_1 = mkN "knog" neutrum ; - knoge_nn_1 = mkN "knoge" utrum ; - knogig_av_1 = mkA "knogig" ; - knogjaern_nn_1 = mkN "knogjдrn" neutrum ; - knollrig_av_1 = mkA "knollrig" ; - knop_nn_1 = mkN "knop" ; - knop_nn_2 = mkN "knop" "knopen" "knop" "knopen" ; - knopp_nn_1 = mkN "knopp" ; - knoppig_av_1 = mkA "knoppig" ; - knoppsaettning_nn_1 = mkN "knoppsдttning" ; - knoppsprickning_nn_1 = mkN "knoppsprickning" ; - knorr_nn_1 = mkN "knorr" ; - knorrhane_nn_1 = mkN "knorrhane" utrum ; - knoster_nn_1 = mkN "knoster" neutrum ; - knot_nn_1 = mkN "knot" ; - knotig_av_1 = mkA "knotig" ; - knott_nn_1 = mkN "knott" neutrum ; - knottrig_av_1 = mkA "knottrig" ; - knubbig_av_1 = mkA "knubbig" ; - knubbsael_nn_1 = mkN "knubbsдl" ; - knuff_nn_1 = mkN "knuff" ; - knull_nn_1 = mkN "knull" neutrum ; - knusslig_av_1 = mkA "knusslig" ; - knut_nn_1 = mkN "knut" ; - knutbroderi_nn_1 = mkN "knutbroderi" "knutbroderit" "knutbroderier" "knutbroderierna" ; - knuten_av_1 = mkA "knuten" "knutet" ; - knutig_av_1 = mkA "knutig" ; - knutpunkt_nn_1 = mkN "knutpunkt" "knutpunkter" ; - knutte_nn_1 = mkN "knutte" utrum ; - knyck_nn_1 = mkN "knyck" ; - knyckig_av_1 = mkA "knyckig" ; - knyst_nn_1 = mkN "knyst" neutrum ; - knyta_vb_1 = mkV "knyta" "knцt" "knutit" ; - knytkalas_nn_1 = mkN "knytkalas" neutrum ; - knytnaeve_nn_1 = mkN "knytnдve" utrum ; - knytnaevsslag_nn_1 = mkN "knytnдvsslag" neutrum ; - knytskaerp_nn_1 = mkN "knytskдrp" neutrum ; - ko_nn_1 = mkN "ko" "kor" ; - koalition_nn_1 = mkN "koalition" "koalitioner" ; - koalitionsregering_nn_1 = mkN "koalitionsregering" ; - koaxialkabel_nn_1 = mkN "koaxialkabel" ; - kobbe_nn_1 = mkN "kobbe" utrum ; - kobbel_nn_1 = mkN "kobbel" ; - kobent_av_1 = mkA "kobent" "kobent" ; - kobolthalt_nn_1 = mkN "kobolthalt" "kobolthalter" ; - kobolthaltig_av_1 = mkA "kobolthaltig" ; - koboltkanon_nn_1 = mkN "koboltkanon" "koboltkanoner" ; - kock_nn_1 = mkN "kock" ; - kock_nn_2 = mkN "kock" "kocker" ; - kod_nn_1 = mkN "kod" "koder" ; - kodex_nn_1 = mkN "kodex" ; - kodicill_nn_1 = mkN "kodicill" "kodiciller" ; - kodifikation_nn_1 = mkN "kodifikation" "kodifikationer" ; - koe_nn_1 = mkN "kц" "kцn" "kцer" "kцerna" ; - koefficient_nn_1 = mkN "koefficient" "koefficienter" ; - koek_nn_1 = mkN "kцk" neutrum ; - koekkenmoedding_nn_1 = mkN "kцkkenmцdding" ; - koeksbord_nn_1 = mkN "kцksbord" neutrum ; - koeksflaekt_nn_1 = mkN "kцksflдkt" ; - koekshandduk_nn_1 = mkN "kцkshandduk" ; - koeksingaang_nn_1 = mkN "kцksingеng" ; - koeksmaestare_nn_1 = mkN "kцksmдstare" "kцksmдstare" ; - koeksmaskin_nn_1 = mkN "kцksmaskin" "kцksmaskiner" ; - koeksrulle_nn_1 = mkN "kцksrulle" utrum ; - koekssax_nn_1 = mkN "kцkssax" ; - koeksspis_nn_1 = mkN "kцksspis" ; - koekstraedgaard_nn_1 = mkN "kцkstrдdgеrd" ; - koeksvaext_nn_1 = mkN "kцksvдxt" "kцksvдxter" ; - koel_nn_1 = mkN "kцl" ; - koelbaat_nn_1 = mkN "kцlbеt" ; - koeldbestaendig_av_1 = mkA "kцldbestдndig" ; - koeldblandning_nn_1 = mkN "kцldblandning" ; - koeldgrad_nn_1 = mkN "kцldgrad" "kцldgrader" ; - koeldhaerdig_av_1 = mkA "kцldhдrdig" ; - koeldknaepp_nn_1 = mkN "kцldknдpp" ; - koeldpol_nn_1 = mkN "kцldpol" "kцldpoler" ; - koeldpunkt_nn_1 = mkN "kцldpunkt" "kцldpunkter" ; - koelsvin_nn_1 = mkN "kцlsvin" neutrum ; - koen_nn_1 = mkN "kцn" neutrum ; - koenlig_av_1 = mkA "kцnlig" ; - koenloes_av_1 = mkA "kцnlцs" ; - koensakt_nn_1 = mkN "kцnsakt" "kцnsakter" ; - koensbunden_av_1 = mkA "kцnsbunden" "kцnsbundet" ; - koensbyte_nn_1 = mkN "kцnsbyte" ; - koenscell_nn_1 = mkN "kцnscell" "kцnsceller" ; - koenshormon_nn_1 = mkN "kцnshormon" neutrum ; - koenskaraktaer_nn_1 = mkN "kцnskaraktдr" "kцnskaraktдrer" ; - koenskoertel_nn_1 = mkN "kцnskцrtel" ; - koenslig_av_1 = mkA "kцnslig" ; - koensmogen_av_1 = mkA "kцnsmogen" "kцnsmoget" ; - koensmognad_nn_1 = mkN "kцnsmognad" "kцnsmognader" ; - koensord_nn_1 = mkN "kцnsord" neutrum ; - koensorgan_nn_1 = mkN "kцnsorgan" neutrum ; - koensroll_nn_1 = mkN "kцnsroll" "kцnsroller" ; - koenssjukdom_nn_1 = mkN "kцnssjukdom" ; - koensumgaenge_nn_1 = mkN "kцnsumgдnge" ; - koensvarelse_nn_1 = mkN "kцnsvarelse" "kцnsvarelser" ; - koep_nn_1 = mkN "kцp" neutrum ; - koepare_nn_1 = mkN "kцpare" "kцpare" ; - koepcentrum_nn_1 = mkN "kцpcentrum" neutrum ; - koepebrev_nn_1 = mkN "kцpebrev" neutrum ; - koepebroed_nn_1 = mkN "kцpebrцd" neutrum ; - koepekontrakt_nn_1 = mkN "kцpekontrakt" neutrum ; - koepenickiad_nn_1 = mkN "kцpenickiad" "kцpenickiader" ; - koepenskap_nn_1 = mkN "kцpenskap" "kцpenskaper" ; - koepeskilling_nn_1 = mkN "kцpeskilling" ; - koeping_nn_1 = mkN "kцping" ; - koepkort_nn_1 = mkN "kцpkort" neutrum ; - koepkurs_nn_1 = mkN "kцpkurs" "kцpkurser" ; - koepman_nn_1 = mkN "kцpman" "kцpmannen" "kцpmдn" "kцpmдnnen" ; - koepslut_nn_1 = mkN "kцpslut" neutrum ; - koepstad_nn_1 = mkN "kцpstad" "kцpstдder" ; - koepstark_av_1 = mkA "kцpstark" ; - koer_nn_1 = mkN "kцr" "kцrer" ; - koerare_nn_1 = mkN "kцrare" "kцrare" ; - koerbar_av_1 = mkA "kцrbar" ; - koeregenskap_nn_1 = mkN "kцregenskap" "kцregenskaper" ; - koerfaelt_nn_1 = mkN "kцrfдlt" neutrum ; - koerfoerbud_nn_1 = mkN "kцrfцrbud" neutrum ; - koerig_av_1 = mkA "kцrig" ; - koerkarl_nn_1 = mkN "kцrkarl" ; - koerkort_nn_1 = mkN "kцrkort" neutrum ; - koerkortsprov_nn_1 = mkN "kцrkortsprov" neutrum ; - koerledare_nn_1 = mkN "kцrledare" "kцrledare" ; - koerlektion_nn_1 = mkN "kцrlektion" "kцrlektioner" ; - koernare_nn_1 = mkN "kцrnare" "kцrnare" ; - koerning_nn_1 = mkN "kцrning" ; - koerriktningsvisare_nn_1 = mkN "kцrriktningsvisare" "kцrriktningsvisare" ; - koersbaer_nn_1 = mkN "kцrsbдr" neutrum ; - koersbaerstraed_nn_1 = mkN "kцrsbдrstrдd" neutrum ; - koersnaer_nn_1 = mkN "kцrsnдr" "kцrsnдrer" ; - koersven_nn_1 = mkN "kцrsven" "kцrsvennen" "kцrsvenner" "kцrsvennerna" ; - koertel_nn_1 = mkN "kцrtel" ; - koertelcell_nn_1 = mkN "kцrtelcell" "kцrtelceller" ; - koerteloeppning_nn_1 = mkN "kцrtelцppning" ; - koertid_nn_1 = mkN "kцrtid" "kцrtider" ; - koervaeg_nn_1 = mkN "kцrvдg" ; - koettaetande_av_1 = mkA "kцttдtande" ; - koettaetare_nn_1 = mkN "kцttдtare" "kцttдtare" ; - koettben_nn_1 = mkN "kцttben" neutrum ; - koettbulle_nn_1 = mkN "kцttbulle" utrum ; - koetted_nn_1 = mkN "kцtted" "kцtteder" ; - koettig_av_1 = mkA "kцttig" ; - koettkvarn_nn_1 = mkN "kцttkvarn" ; - koettmarknad_nn_1 = mkN "kцttmarknad" "kцttmarknader" ; - koettsaar_nn_1 = mkN "kцttsеr" neutrum ; - koettsida_nn_1 = mkN "kцttsida" ; - koettslig_av_1 = mkA "kцttslig" ; - kofaangare_nn_1 = mkN "kofеngare" "kofеngare" ; - koff_nn_1 = mkN "koff" ; - kofferdamm_nn_1 = mkN "kofferdamm" ; - kofferdist_nn_1 = mkN "kofferdist" "kofferdister" ; - koffernagel_nn_1 = mkN "koffernagel" ; - koffert_nn_1 = mkN "koffert" ; - koffertfisk_nn_1 = mkN "koffertfisk" ; - kofot_nn_1 = mkN "kofot" ; - koger_nn_1 = mkN "koger" neutrum ; - kogg_nn_1 = mkN "kogg" ; - kognat_nn_1 = mkN "kognat" "kognater" ; - kognatisk_av_1 = mkA "kognatisk" ; - kognitiv_av_1 = mkA "kognitiv" ; - koherent_av_1 = mkA "koherent" "koherent" ; - kohort_nn_1 = mkN "kohort" "kohorter" ; - kohud_nn_1 = mkN "kohud" ; - koj_nn_1 = mkN "koj" "kojer" ; - kok_nn_1 = mkN "kok" neutrum ; - kokapparat_nn_1 = mkN "kokapparat" "kokapparater" ; - kokard_nn_1 = mkN "kokard" "kokarder" ; - kokare_nn_1 = mkN "kokare" "kokare" ; - kokarreaktor_nn_1 = mkN "kokarreaktor" "kokarreaktorer" ; - kokbok_nn_1 = mkN "kokbok" "kokbцcker" ; - kokeri_nn_1 = mkN "kokeri" "kokerit" "kokerier" "kokerierna" ; - kokerska_nn_1 = mkN "kokerska" ; - kokett_av_1 = mkA "kokett" ; - kokett_nn_1 = mkN "kokett" "koketter" ; - koketteri_nn_1 = mkN "koketteri" "koketterit" "koketterier" "koketterierna" ; - kokgrop_nn_1 = mkN "kokgrop" ; - kokhet_av_1 = mkA "kokhet" ; - kokill_nn_1 = mkN "kokill" "kokiller" ; - kokkaerl_nn_1 = mkN "kokkдrl" neutrum ; - kokkorv_nn_1 = mkN "kokkorv" ; - kokong_nn_1 = mkN "kokong" "kokonger" ; - kokosboll_nn_1 = mkN "kokosboll" ; - kokosfiber_nn_1 = mkN "kokosfiber" "kokosfibern" "kokosfibrer" "kokosfibrerna" ; - kokosnoet_nn_1 = mkN "kokosnцt" "kokosnцtter" ; - kokospalm_nn_1 = mkN "kokospalm" "kokospalmer" ; - kokott_nn_1 = mkN "kokott" "kokotter" ; - kokpunkt_nn_1 = mkN "kokpunkt" "kokpunkter" ; - koktid_nn_1 = mkN "koktid" "koktider" ; - kokvagn_nn_1 = mkN "kokvagn" ; - kokvraa_nn_1 = mkN "kokvrе" "kokvrеn" "kokvrеr" "kokvrеrna" ; - kol_14_laboratorium_nn_1 = mkN "kol-14-laboratorium" "kol-14-laboratoriet" "kol-14-laboratorier" "kol-14-laboratorierna" ; - kol_nn_1 = mkN "kol" neutrum ; - kolare_nn_1 = mkN "kolare" "kolare" ; - kolatom_nn_1 = mkN "kolatom" "kolatomer" ; - kolatraed_nn_1 = mkN "kolatrдd" neutrum ; - kolbaerare_nn_1 = mkN "kolbдrare" "kolbдrare" ; - kolbit_nn_1 = mkN "kolbit" ; - kolborste_nn_1 = mkN "kolborste" utrum ; - kolbotten_nn_1 = mkN "kolbotten" ; - kolbox_nn_1 = mkN "kolbox" ; - kolbrikett_nn_1 = mkN "kolbrikett" "kolbriketter" ; - kolbulle_nn_1 = mkN "kolbulle" utrum ; - kolchos_nn_1 = mkN "kolchos" "kolchoser" ; - koldioxidfri_av_1 = mkA "koldioxidfri" "koldioxidfritt" ; - koldioxidkanal_nn_1 = mkN "koldioxidkanal" "koldioxidkanaler" ; - koldioxidmolekyl_nn_1 = mkN "koldioxidmolekyl" "koldioxidmolekyler" ; - koleld_nn_1 = mkN "koleld" ; - kolerabakterie_nn_1 = mkN "kolerabakterie" "kolerabakterier" ; - kolerakyrkogaard_nn_1 = mkN "kolerakyrkogеrd" ; - koleriker_nn_1 = mkN "koleriker" "kolerikern" "koleriker" "kolerikerna" ; - kolerisk_av_1 = mkA "kolerisk" ; - kolfloets_nn_1 = mkN "kolflцts" "kolflцtser" ; - kolfoerening_nn_1 = mkN "kolfцrening" ; - kolhaemtare_nn_1 = mkN "kolhдmtare" "kolhдmtare" ; - kolhalt_nn_1 = mkN "kolhalt" "kolhalter" ; - kolhaltig_av_1 = mkA "kolhaltig" ; - kolhoeg_nn_1 = mkN "kolhцg" ; - kolhydrat_nn_1 = mkN "kolhydrat" neutrum ; - kolibakterie_nn_1 = mkN "kolibakterie" "kolibakterier" ; - kolibri_nn_1 = mkN "kolibri" "kolibrin" "kolibrier" "kolibrierna" ; - koling_nn_1 = mkN "koling" ; - kolisotop_nn_1 = mkN "kolisotop" "kolisotoper" ; - kolje_nn_1 = mkN "koljй" "koljйer" ; - kolkaellare_nn_1 = mkN "kolkдllare" "kolkдllare" ; - koll_nn_1 = mkN "koll" ; - kollaboratoer_nn_1 = mkN "kollaboratцr" "kollaboratцrer" ; - kollage_nn_1 = mkN "kollage" "kollaget" "kollage" "kollagen" ; - kollaps_nn_1 = mkN "kollaps" "kollapser" ; - kollation_nn_1 = mkN "kollation" "kollationer" ; - kollega_nn_1 = mkN "kollega" ; - kollegial_av_1 = mkA "kollegial" ; - kollegialitet_nn_1 = mkN "kollegialitet" "kollegialiteter" ; - kollegieblock_nn_1 = mkN "kollegieblock" neutrum ; - kollegium_nn_1 = mkN "kollegium" "kollegiet" "kollegier" "kollegierna" ; - kollekt_nn_1 = mkN "kollekt" "kollekter" ; - kollektion_nn_1 = mkN "kollektion" "kollektioner" ; - kollektiv_av_1 = mkA "kollektiv" ; - kollektiv_nn_1 = mkN "kollektiv" neutrum ; - kollektivanslutning_nn_1 = mkN "kollektivanslutning" ; - kollektivanstaelld_av_1 = mkA "kollektivanstдlld" "kollektivanstдllt" ; - kollektivanstaellning_nn_1 = mkN "kollektivanstдllning" ; - kollektivavtal_nn_1 = mkN "kollektivavtal" "kollektivavtalet" "kollektivavtalen" "kollektivavtalena" ; - kollektivfil_nn_1 = mkN "kollektivfil" "kollektivfiler" ; - kollektivfoersaekring_nn_1 = mkN "kollektivfцrsдkring" ; - kollektivhus_nn_1 = mkN "kollektivhus" neutrum ; - kollektivjordbruk_nn_1 = mkN "kollektivjordbruk" neutrum ; - kollektivnot_nn_1 = mkN "kollektivnot" "kollektivnoter" ; - kollektor_nn_1 = mkN "kollektor" "kollektorer" ; - kolli_nn_1 = mkN "kolli" "kollit" "kolli" "kollina" ; - kollision_nn_1 = mkN "kollision" "kollisioner" ; - kollisionskurs_nn_1 = mkN "kollisionskurs" "kollisionskurser" ; - kollisionsskott_nn_1 = mkN "kollisionsskott" neutrum ; - kollo_nn_1 = mkN "kollo" "kollot" "kollon" "kollona" ; - kolloid_nn_1 = mkN "kolloid" "kolloider" ; - kolloidal_av_1 = mkA "kolloidal" ; - kollokvium_nn_1 = mkN "kollokvium" "kollokviet" "kollokvier" "kollokvierna" ; - kollrig_av_1 = mkA "kollrig" ; - kolmoerk_av_1 = mkA "kolmцrk" ; - kolning_nn_1 = mkN "kolning" ; - kolofon_nn_1 = mkN "kolofon" "kolofoner" ; - kolokvint_nn_1 = mkN "kolokvint" "kolokvinter" ; - kolon_nn_1 = mkN "kolon" neutrum ; - kolonat_nn_1 = mkN "kolonat" neutrum ; - koloni_nn_1 = mkN "koloni" "kolonier" ; - kolonial_av_1 = mkA "kolonial" ; - kolonialarme_nn_1 = mkN "kolonialarmй" "kolonialarmйer" ; - kolonialkrig_nn_1 = mkN "kolonialkrig" neutrum ; - kolonialmakt_nn_1 = mkN "kolonialmakt" "kolonialmakter" ; - kolonialvaelde_nn_1 = mkN "kolonialvдlde" ; - kolonilott_nn_1 = mkN "kolonilott" "kolonilotter" ; - kolonisation_nn_1 = mkN "kolonisation" "kolonisationer" ; - kolonisationstid_nn_1 = mkN "kolonisationstid" "kolonisationstider" ; - kolonisatoer_nn_1 = mkN "kolonisatцr" "kolonisatцrer" ; - kolonistuga_nn_1 = mkN "kolonistuga" ; - kolonn_nn_1 = mkN "kolonn" "kolonner" ; - kolonnad_nn_1 = mkN "kolonnad" "kolonnader" ; - kolonnett_nn_1 = mkN "kolonnett" "kolonnetter" ; - kolonnordning_nn_1 = mkN "kolonnordning" ; - koloradoskalbagge_nn_1 = mkN "koloradoskalbagge" utrum ; - koloratur_nn_1 = mkN "koloratur" "koloraturer" ; - koloratursaangerska_nn_1 = mkN "koloratursеngerska" ; - kolorist_nn_1 = mkN "kolorist" "kolorister" ; - kolorit_nn_1 = mkN "kolorit" "koloriter" ; - koloss_nn_1 = mkN "koloss" "kolosser" ; - kolossal_av_1 = mkA "kolossal" ; - kolportagemaessig_av_1 = mkA "kolportagemдssig" ; - kolportoer_nn_1 = mkN "kolportцr" "kolportцrer" ; - kolryss_nn_1 = mkN "kolryss" ; - kolstaal_nn_1 = mkN "kolstеl" neutrum ; - kolstift_nn_1 = mkN "kolstift" neutrum ; - kolsvart_av_1 = mkA "kolsvart" "kolsvart" ; - kolsyraassimilation_nn_1 = mkN "kolsyraassimilation" "kolsyraassimilationer" ; - kolt_nn_1 = mkN "kolt" ; - koltablett_nn_1 = mkN "koltablett" "koltabletter" ; - koltavdelning_nn_1 = mkN "koltavdelning" ; - koltbarn_nn_1 = mkN "koltbarn" neutrum ; - kolteckning_nn_1 = mkN "kolteckning" ; - koltraad_nn_1 = mkN "koltrеd" ; - koltrast_nn_1 = mkN "koltrast" ; - kolugn_av_1 = mkA "kolugn" ; - kolumbarium_nn_1 = mkN "kolumbarium" "kolumbariet" "kolumbarier" "kolumbarierna" ; - kolumn_nn_1 = mkN "kolumn" "kolumner" ; - kolumnist_nn_1 = mkN "kolumnist" "kolumnister" ; - kolumntitel_nn_1 = mkN "kolumntitel" ; - kolv_nn_1 = mkN "kolv" ; - kolvhals_nn_1 = mkN "kolvhals" ; - kolvmotor_nn_1 = mkN "kolvmotor" "kolvmotorer" ; - komatoes_av_1 = mkA "komatцs" ; - kombattant_nn_1 = mkN "kombattant" "kombattanter" ; - kombinat_nn_1 = mkN "kombinat" neutrum ; - kombination_nn_1 = mkN "kombination" "kombinationer" ; - kombinationslaas_nn_1 = mkN "kombinationslеs" neutrum ; - kombinationsmaattsats_nn_1 = mkN "kombinationsmеttsats" "kombinationsmеttsatser" ; - kombinationstaevling_nn_1 = mkN "kombinationstдvling" ; - kombinatorisk_av_1 = mkA "kombinatorisk" ; - komedi_nn_1 = mkN "komedi" "komedier" ; - komediant_nn_1 = mkN "komediant" "komedianter" ; - komedienn_nn_1 = mkN "komedienn" "komedienner" ; - komet_nn_1 = mkN "komet" "kometer" ; - kometmoln_nn_1 = mkN "kometmoln" neutrum ; - komfortabel_av_1 = mkA "komfortabel" "komfortabelt" "komfortabla" "komfortabla" "komfortablare" "komfortablast" "komfortablaste" ; - komiker_nn_1 = mkN "komiker" "komikern" "komiker" "komikerna" ; - komisk_av_1 = mkA "komisk" ; - komma_nn_1 = mkN "komma" "kommat" "komman" "kommana" ; - komma_vb_1 = mkV "komma" "kom" "kommit" ; - kommabacill_nn_1 = mkN "kommabacill" "kommabaciller" ; - kommande_av_1 = mkA "kommande" ; - kommanditbolag_nn_1 = mkN "kommanditbolag" neutrum ; - kommanditdelaegare_nn_1 = mkN "kommanditdelдgare" "kommanditdelдgare" ; - kommando_nn_1 = mkN "kommando" "kommandot" "kommandon" "kommandona" ; - kommandomaal_nn_1 = mkN "kommandomеl" neutrum ; - kommandoord_nn_1 = mkN "kommandoord" neutrum ; - kommandoroest_nn_1 = mkN "kommandorцst" "kommandorцster" ; - kommatering_nn_1 = mkN "kommatering" ; - kommendant_nn_1 = mkN "kommendant" "kommendanter" ; - kommendantur_nn_1 = mkN "kommendantur" "kommendanturer" ; - kommendering_nn_1 = mkN "kommendering" ; - kommendoer_nn_1 = mkN "kommendцr" "kommendцrer" ; - kommendoerkapten_nn_1 = mkN "kommendцrkapten" "kommendцrkaptener" ; - kommensurabel_av_1 = mkA "kommensurabel" "kommensurabelt" "kommensurabla" "kommensurabla" "kommensurablare" "kommensurablast" "kommensurablaste" ; - kommentar_nn_1 = mkN "kommentar" "kommentarer" ; - kommentator_nn_1 = mkN "kommentator" "kommentatorer" ; - kommers_nn_1 = mkN "kommers" "kommerser" ; - kommerseraad_nn_1 = mkN "kommerserеd" neutrum ; - kommersialisering_nn_1 = mkN "kommersialisering" ; - kommersiell_av_1 = mkA "kommersiell" ; - kommerskollegium_nn_1 = mkN "kommerskollegium" "kommerskollegiet" "kommerskollegier" "kommerskollegierna" ; - komminister_nn_1 = mkN "komminister" ; - kommissariat_nn_1 = mkN "kommissariat" neutrum ; - kommissarie_nn_1 = mkN "kommissarie" "kommissarier" ; - kommission_nn_1 = mkN "kommission" "kommissioner" ; - kommissionaer_nn_1 = mkN "kommissionдr" "kommissionдrer" ; - kommitte_nn_1 = mkN "kommittй" "kommittйer" ; - kommod_nn_1 = mkN "kommod" "kommoder" ; - kommun_nn_1 = mkN "kommun" "kommuner" ; - kommunaegd_av_1 = mkA "kommunдgd" "kommunдgt" ; - kommunal_av_1 = mkA "kommunal" ; - kommunalfoervaltning_nn_1 = mkN "kommunalfцrvaltning" ; - kommunalfullmaektig_nn_1 = mkN "kommunalfullmдktig" "kommunalfullmдktigen" "kommunalfullmдktige" "kommunalfullmдktigena" ; - kommunalhus_nn_1 = mkN "kommunalhus" neutrum ; - kommunallag_nn_1 = mkN "kommunallag" ; - kommunalman_nn_1 = mkN "kommunalman" "kommunalmannen" "kommunalmдn" "kommunalmдnnen" ; - kommunalnaemnd_nn_1 = mkN "kommunalnдmnd" "kommunalnдmnder" ; - kommunalnaemndsordfoerande_nn_1 = mkN "kommunalnдmndsordfцrande" "kommunalnдmndsordfцranden" "kommunalnдmndsordfцrande" "kommunalnдmndsordfцrandena" ; - kommunalordfoerande_nn_1 = mkN "kommunalordfцrande" "kommunalordfцranden" "kommunalordfцrande" "kommunalordfцrandena" ; - kommunalpolitiker_nn_1 = mkN "kommunalpolitiker" "kommunalpolitikern" "kommunalpolitiker" "kommunalpolitikerna" ; - kommunalpolitisk_av_1 = mkA "kommunalpolitisk" ; - kommunalraad_nn_1 = mkN "kommunalrеd" neutrum ; - kommunalskatt_nn_1 = mkN "kommunalskatt" "kommunalskatter" ; - kommunalstyrelse_nn_1 = mkN "kommunalstyrelse" "kommunalstyrelser" ; - kommunalval_nn_1 = mkN "kommunalval" neutrum ; - kommunard_nn_1 = mkN "kommunard" "kommunarder" ; - kommunblock_nn_1 = mkN "kommunblock" neutrum ; - kommundel_nn_1 = mkN "kommundel" "kommundelen" "kommundelar" "kommundelarna" ; - kommundelsraad_nn_1 = mkN "kommundelsrеd" neutrum ; - kommunfoerbund_nn_1 = mkN "kommunfцrbund" neutrum ; - kommunfullmaektig_nn_1 = mkN "kommunfullmдktig" "kommunfullmдktigen" "kommunfullmдktige" "kommunfullmдktigena" ; - kommunikant_nn_1 = mkN "kommunikant" "kommunikanter" ; - kommunikation_nn_1 = mkN "kommunikation" "kommunikationer" ; - kommunikationsakt_nn_1 = mkN "kommunikationsakt" "kommunikationsakter" ; - kommunikationsdepartement_nn_1 = mkN "kommunikationsdepartement" "kommunikationsdepartementet" "kommunikationsdepartementen" "kommunikationsdepartementena" ; - kommunikationsmedel_nn_1 = mkN "kommunikationsmedel" neutrum ; - kommunikationsminister_nn_1 = mkN "kommunikationsminister" ; - kommunikationsnaet_nn_1 = mkN "kommunikationsnдt" neutrum ; - kommunikationsradio_nn_1 = mkN "kommunikationsradio" "kommunikationsradior" ; - kommunikationssatellit_nn_1 = mkN "kommunikationssatellit" "kommunikationssatelliter" ; - kommunikationstabell_nn_1 = mkN "kommunikationstabell" "kommunikationstabeller" ; - kommunikativ_av_1 = mkA "kommunikativ" ; - kommunikatoer_nn_1 = mkN "kommunikatцr" "kommunikatцrer" ; - kommunikator_nn_1 = mkN "kommunikator" "kommunikatorer" ; - kommunike_nn_1 = mkN "kommunikй" "kommunikйer" ; - kommuninnevaanare_nn_1 = mkN "kommuninnevеnare" "kommuninnevеnare" ; - kommuninvaanare_nn_1 = mkN "kommuninvеnare" "kommuninvеnare" ; - kommunion_nn_1 = mkN "kommunion" "kommunioner" ; - kommunist_nn_1 = mkN "kommunist" "kommunister" ; - kommunistisk_av_1 = mkA "kommunistisk" ; - kommunistland_nn_1 = mkN "kommunistland" "kommunistlandet" "kommunistlдnder" "kommunistlдnderna" ; - kommunistparti_nn_1 = mkN "kommunistparti" "kommunistpartit" "kommunistpartier" "kommunistpartierna" ; - kommunistregim_nn_1 = mkN "kommunistregim" "kommunistregimer" ; - kommunistvaerld_nn_1 = mkN "kommunistvдrld" ; - kommunpolitiker_nn_1 = mkN "kommunpolitiker" "kommunpolitikern" "kommunpolitiker" "kommunpolitikerna" ; - kommunsammanslagning_nn_1 = mkN "kommunsammanslagning" ; - kommunstyrelse_nn_1 = mkN "kommunstyrelse" "kommunstyrelser" ; - kommutativ_av_1 = mkA "kommutativ" ; - kommutator_nn_1 = mkN "kommutator" "kommutatorer" ; - kompakt_av_1 = mkA "kompakt" "kompakt" ; - kompani_nn_1 = mkN "kompani" "kompanit" "kompanier" "kompanierna" ; - kompaniadjutant_nn_1 = mkN "kompaniadjutant" "kompaniadjutanter" ; - kompaniofficer_nn_1 = mkN "kompaniofficer" "kompaniofficern" "kompaniofficerare" "kompaniofficerarna" ; - kompaniorder_nn_1 = mkN "kompaniorder" ; - kompanjon_nn_1 = mkN "kompanjon" "kompanjoner" ; - komparabel_av_1 = mkA "komparabel" "komparabelt" "komparabla" "komparabla" "komparablare" "komparablast" "komparablaste" ; - komparation_nn_1 = mkN "komparation" "komparationer" ; - komparativ_av_1 = mkA "komparativ" ; - komparativ_nn_1 = mkN "komparativ" "komparativer" ; - kompars_nn_1 = mkN "kompars" "komparser" ; - kompass_nn_1 = mkN "kompass" "kompasser" ; - kompasshus_nn_1 = mkN "kompasshus" neutrum ; - kompasskurs_nn_1 = mkN "kompasskurs" "kompasskurser" ; - kompassnaal_nn_1 = mkN "kompassnеl" ; - kompatibel_av_1 = mkA "kompatibel" "kompatibelt" "kompatibla" "kompatibla" "kompatiblare" "kompatiblast" "kompatiblaste" ; - kompendium_nn_1 = mkN "kompendium" "kompendiet" "kompendier" "kompendierna" ; - kompensation_nn_1 = mkN "kompensation" "kompensationer" ; - kompensator_nn_1 = mkN "kompensator" "kompensatorer" ; - kompensatorisk_av_1 = mkA "kompensatorisk" ; - kompetens_nn_1 = mkN "kompetens" "kompetenser" ; - kompetent_av_1 = mkA "kompetent" "kompetent" ; - kompilat_nn_1 = mkN "kompilat" neutrum ; - kompilation_nn_1 = mkN "kompilation" "kompilationer" ; - kompilator_nn_1 = mkN "kompilator" "kompilatorer" ; - kompis_nn_1 = mkN "kompis" ; - kompledig_av_1 = mkA "kompledig" ; - komplement_nn_1 = mkN "komplement" neutrum ; - komplementaer_av_1 = mkA "komplementдr" ; - komplementaer_nn_1 = mkN "komplementдr" "komplementдrer" ; - komplementfaerg_nn_1 = mkN "komplementfдrg" "komplementfдrger" ; - komplementmaengd_nn_1 = mkN "komplementmдngd" "komplementmдngder" ; - komplementsystem_nn_1 = mkN "komplementsystem" neutrum ; - komplementvinkel_nn_1 = mkN "komplementvinkel" ; - komplett_av_1 = mkA "komplett" ; - komplettering_nn_1 = mkN "komplettering" ; - kompletteringstest_nn_1 = mkN "kompletteringstest" neutrum ; - komplex_av_1 = mkA "komplex" ; - komplex_nn_1 = mkN "komplex" neutrum ; - komplexig_av_1 = mkA "komplexig" ; - komplexitet_nn_1 = mkN "komplexitet" "komplexiteter" ; - komplikation_nn_1 = mkN "komplikation" "komplikationer" ; - komplimang_nn_1 = mkN "komplimang" "komplimanger" ; - komplott_nn_1 = mkN "komplott" "komplotter" ; - komponent_nn_1 = mkN "komponent" "komponenter" ; - komponist_nn_1 = mkN "komponist" "komponister" ; - komposant_nn_1 = mkN "komposant" "komposanter" ; - komposit_nn_1 = mkN "komposit" "kompositer" ; - komposition_nn_1 = mkN "komposition" "kompositioner" ; - kompositoer_nn_1 = mkN "kompositцr" "kompositцrer" ; - kompositum_nn_1 = mkN "kompositum" "kompositum" "komposita" "kompositerna" ; - kompost_nn_1 = mkN "kompost" "komposter" ; - kompott_nn_1 = mkN "kompott" "kompotter" ; - kompress_nn_1 = mkN "kompress" "kompresser" ; - kompression_nn_1 = mkN "kompression" "kompressioner" ; - kompressor_nn_1 = mkN "kompressor" "kompressorer" ; - komprimator_nn_1 = mkN "komprimator" "komprimatorer" ; - kompromiss_nn_1 = mkN "kompromiss" "kompromisser" ; - kompulsiv_av_1 = mkA "kompulsiv" ; - kon_nn_1 = mkN "kon" "koner" ; - koncentrat_nn_1 = mkN "koncentrat" neutrum ; - koncentration_nn_1 = mkN "koncentration" "koncentrationer" ; - koncentrationsdag_nn_1 = mkN "koncentrationsdag" ; - koncentrationslaeger_nn_1 = mkN "koncentrationslдger" neutrum ; - koncentrisk_av_1 = mkA "koncentrisk" ; - koncept_nn_1 = mkN "koncept" neutrum ; - koncept_nn_2 = mkN "koncept" neutrum ; - konception_nn_1 = mkN "konception" "konceptioner" ; - konceptiv_av_1 = mkA "konceptiv" ; - konceptpapper_nn_1 = mkN "konceptpapper" neutrum ; - konceptuell_av_1 = mkA "konceptuell" ; - koncern_nn_1 = mkN "koncern" "koncerner" ; - koncession_nn_1 = mkN "koncession" "koncessioner" ; - koncessiv_av_1 = mkA "koncessiv" ; - konciliant_av_1 = mkA "konciliant" "konciliant" ; - koncis_av_1 = mkA "koncis" ; - kondensat_nn_1 = mkN "kondensat" neutrum ; - kondensation_nn_1 = mkN "kondensation" "kondensationer" ; - kondensator_nn_1 = mkN "kondensator" "kondensatorer" ; - kondensor_nn_1 = mkN "kondensor" "kondensorer" ; - kondis_nn_1 = mkN "kondis" neutrum ; - kondition_nn_1 = mkN "kondition" "konditioner" ; - konditional_av_1 = mkA "konditional" ; - konditor_nn_1 = mkN "konditor" "konditorer" ; - konditori_nn_1 = mkN "konditori" "konditorit" "konditorier" "konditorierna" ; - kondoleans_nn_1 = mkN "kondoleans" "kondoleanser" ; - kondom_nn_1 = mkN "kondom" "kondomer" ; - kondor_nn_1 = mkN "kondor" "kondoren" "kondorer" "kondorerna" ; - kondottiaer_nn_1 = mkN "kondottiдr" "kondottiдrer" ; - konduktivitet_nn_1 = mkN "konduktivitet" "konduktiviteter" ; - konduktoer_nn_1 = mkN "konduktцr" "konduktцrer" ; - konduktor_nn_1 = mkN "konduktor" "konduktorer" ; - konfederal_av_1 = mkA "konfederal" ; - konfederation_nn_1 = mkN "konfederation" "konfederationer" ; - konfektskaal_nn_1 = mkN "konfektskеl" ; - konferenciaer_nn_1 = mkN "konferenciдr" "konferenciдrer" ; - konferencier_nn_1 = mkN "konferencier" "konferencierer" ; - konferens_nn_1 = mkN "konferens" "konferenser" ; - konfession_nn_1 = mkN "konfession" "konfessioner" ; - konfessionarie_nn_1 = mkN "konfessionarie" "konfessionarier" ; - konfessionell_av_1 = mkA "konfessionell" ; - konfessionsloes_av_1 = mkA "konfessionslцs" ; - konfidentiell_av_1 = mkA "konfidentiell" ; - konfiguration_nn_1 = mkN "konfiguration" "konfigurationer" ; - konfirmand_nn_1 = mkN "konfirmand" "konfirmander" ; - konfirmation_nn_1 = mkN "konfirmation" "konfirmationer" ; - konfirmationsbibel_nn_1 = mkN "konfirmationsbibel" ; - konfirmationsklaenning_nn_1 = mkN "konfirmationsklдnning" ; - konfirmationspraest_nn_1 = mkN "konfirmationsprдst" "konfirmationsprдster" ; - konfiskation_nn_1 = mkN "konfiskation" "konfiskationer" ; - konfiskatorisk_av_1 = mkA "konfiskatorisk" ; - konflikt_nn_1 = mkN "konflikt" "konflikter" ; - konfliktvarsel_nn_1 = mkN "konfliktvarsel" neutrum ; - konform_av_1 = mkA "konform" ; - konformig_av_1 = mkA "konformig" ; - konformitet_nn_1 = mkN "konformitet" "konformiteter" ; - konfrontation_nn_1 = mkN "konfrontation" "konfrontationer" ; - konfys_av_1 = mkA "konfys" ; - kongenial_av_1 = mkA "kongenial" ; - kongenital_av_1 = mkA "kongenital" ; - konglomerat_nn_1 = mkN "konglomerat" neutrum ; - kongoles_nn_1 = mkN "kongoles" "kongoleser" ; - kongregation_nn_1 = mkN "kongregation" "kongregationer" ; - kongress_nn_1 = mkN "kongress" "kongresser" ; - kongressman_nn_1 = mkN "kongressman" "kongressmannen" "kongressmдn" "kongressmдnnen" ; - kongruens_nn_1 = mkN "kongruens" "kongruenser" ; - kongruensboejning_nn_1 = mkN "kongruensbцjning" ; - kongruensfall_nn_1 = mkN "kongruensfall" neutrum ; - kongruent_av_1 = mkA "kongruent" "kongruent" ; - konicitet_nn_1 = mkN "konicitet" "koniciteter" ; - konisk_av_1 = mkA "konisk" ; - konjakskrans_nn_1 = mkN "konjakskrans" ; - konjektur_nn_1 = mkN "konjektur" "konjekturer" ; - konjugation_nn_1 = mkN "konjugation" "konjugationer" ; - konjunktion_nn_1 = mkN "konjunktion" "konjunktioner" ; - konjunktiv_nn_1 = mkN "konjunktiv" "konjunktiver" ; - konjunktur_nn_1 = mkN "konjunktur" "konjunkturer" ; - konjunkturinstitut_nn_1 = mkN "konjunkturinstitut" neutrum ; - konjunkturomslag_nn_1 = mkN "konjunkturomslag" neutrum ; - konjunkturraad_nn_1 = mkN "konjunkturrеd" neutrum ; - konkav_av_1 = mkA "konkav" ; - konkavkonvex_av_1 = mkA "konkavkonvex" ; - konklav_nn_1 = mkN "konklav" "konklaver" ; - konklusion_nn_1 = mkN "konklusion" "konklusioner" ; - konklusiv_av_1 = mkA "konklusiv" ; - konkordans_nn_1 = mkN "konkordans" "konkordanser" ; - konkordat_nn_1 = mkN "konkordat" neutrum ; - konkrement_nn_1 = mkN "konkrement" neutrum ; - konkret_av_1 = mkA "konkret" "konkret" ; - konkretion_nn_1 = mkN "konkretion" "konkretioner" ; - konkubin_nn_1 = mkN "konkubin" "konkubiner" ; - konkurrenskraftig_av_1 = mkA "konkurrenskraftig" ; - konkurrent_nn_1 = mkN "konkurrent" "konkurrenter" ; - konkurs_nn_1 = mkN "konkurs" "konkurser" ; - konkursbevakning_nn_1 = mkN "konkursbevakning" ; - konkursbo_nn_1 = mkN "konkursbo" "konkursbot" "konkursbon" "konkursboen" ; - konkursdividend_nn_1 = mkN "konkursdividend" "konkursdividender" ; - konkursfoervaltare_nn_1 = mkN "konkursfцrvaltare" "konkursfцrvaltare" ; - konkursmaessig_av_1 = mkA "konkursmдssig" ; - konkursrealisation_nn_1 = mkN "konkursrealisation" "konkursrealisationer" ; - konnaessans_nn_1 = mkN "konnдssans" "konnдssanser" ; - konnaessoer_nn_1 = mkN "konnдssцr" "konnдssцrer" ; - konnotation_nn_1 = mkN "konnotation" "konnotationer" ; - konnotativ_av_1 = mkA "konnotativ" ; - konossement_nn_1 = mkN "konossement" "konossementet" "konossementen" "konossementena" ; - konprick_nn_1 = mkN "konprick" ; - konsekutiv_av_1 = mkA "konsekutiv" ; - konsekvens_nn_1 = mkN "konsekvens" "konsekvenser" ; - konsekvent_av_1 = mkA "konsekvent" "konsekvent" ; - konselj_nn_1 = mkN "konselj" "konseljer" ; - konseljpresident_nn_1 = mkN "konseljpresident" "konseljpresidenter" ; - konsert_nn_1 = mkN "konsert" "konserter" ; - konserthus_nn_1 = mkN "konserthus" neutrum ; - konsertmaestare_nn_1 = mkN "konsertmдstare" "konsertmдstare" ; - konserv_nn_1 = mkN "konserv" "konserver" ; - konservativ_av_1 = mkA "konservativ" ; - konservator_nn_1 = mkN "konservator" "konservatorer" ; - konservatorium_nn_1 = mkN "konservatorium" "konservatoriet" "konservatorier" "konservatorierna" ; - konservburk_nn_1 = mkN "konservburk" ; - konservering_nn_1 = mkN "konservering" ; - konserveringsapparat_nn_1 = mkN "konserveringsapparat" "konserveringsapparater" ; - konserveringsmedel_nn_1 = mkN "konserveringsmedel" neutrum ; - konservoeppnare_nn_1 = mkN "konservцppnare" "konservцppnare" ; - konsideration_nn_1 = mkN "konsideration" "konsiderationer" ; - konsignation_nn_1 = mkN "konsignation" "konsignationer" ; - konsilians_nn_1 = mkN "konsilians" "konsilianser" ; - konsiliant_av_1 = mkA "konsiliant" "konsiliant" ; - konsilium_nn_1 = mkN "konsilium" "konsiliet" "konsilier" "konsilierna" ; - konsistens_nn_1 = mkN "konsistens" "konsistenser" ; - konsistensgivare_nn_1 = mkN "konsistensgivare" "konsistensgivare" ; - konsistorial_av_1 = mkA "konsistorial" ; - konsistorium_nn_1 = mkN "konsistorium" "konsistoriet" "konsistorier" "konsistorierna" ; - konsol_nn_1 = mkN "konsol" "konsoler" ; - konsolidering_nn_1 = mkN "konsolidering" ; - konsomme_nn_1 = mkN "konsommй" "konsommйer" ; - konsonans_nn_1 = mkN "konsonans" "konsonanser" ; - konsonant_av_1 = mkA "konsonant" "konsonant" ; - konsonant_nn_1 = mkN "konsonant" "konsonanter" ; - konsonantstam_nn_1 = mkN "konsonantstam" "konsonantstammen" "konsonantstammar" "konsonantstammarna" ; - konsonantsystem_nn_1 = mkN "konsonantsystem" neutrum ; - konsortium_nn_1 = mkN "konsortium" "konsortiet" "konsortier" "konsortierna" ; - konspiration_nn_1 = mkN "konspiration" "konspirationer" ; - konspirativ_av_1 = mkA "konspirativ" ; - konspiratoer_nn_1 = mkN "konspiratцr" "konspiratцrer" ; - konspiratorisk_av_1 = mkA "konspiratorisk" ; - konst_nn_1 = mkN "konst" "konster" ; - konstaakare_nn_1 = mkN "konstеkare" "konstеkare" ; - konstaelskare_nn_1 = mkN "konstдlskare" "konstдlskare" ; - konstansfenomen_nn_1 = mkN "konstansfenomen" neutrum ; - konstant_av_1 = mkA "konstant" "konstant" ; - konstant_nn_1 = mkN "konstant" "konstanter" ; - konstapel_nn_1 = mkN "konstapel" ; - konstart_nn_1 = mkN "konstart" "konstarter" ; - konstaterande_nn_1 = mkN "konstaterande" ; - konstberidare_nn_1 = mkN "konstberidare" "konstberidare" ; - konstbevattning_nn_1 = mkN "konstbevattning" ; - konstellation_nn_1 = mkN "konstellation" "konstellationer" ; - konstfaerdig_av_1 = mkA "konstfдrdig" ; - konstfiber_nn_1 = mkN "konstfiber" "konstfibern" "konstfibrer" "konstfibrerna" ; - konstflygning_nn_1 = mkN "konstflygning" ; - konstfoerening_nn_1 = mkN "konstfцrening" ; - konstfoerfaren_av_1 = mkA "konstfцrfaren" "konstfцrfaret" ; - konstfoervant_nn_1 = mkN "konstfцrvant" "konstfцrvanter" ; - konstfrusen_av_1 = mkA "konstfrusen" "konstfruset" ; - konstfull_av_1 = mkA "konstfull" ; - konstgalleri_nn_1 = mkN "konstgalleri" "konstgallerit" "konstgallerier" "konstgallerierna" ; - konstgjord_av_1 = mkA "konstgjord" "konstgjort" ; - konstgrepp_nn_1 = mkN "konstgrepp" neutrum ; - konsthall_nn_1 = mkN "konsthall" ; - konsthantverk_nn_1 = mkN "konsthantverk" neutrum ; - konstharts_nn_1 = mkN "konstharts" "konsthartset" "konsthartser" "konsthartserna" ; - konsthistorisk_av_1 = mkA "konsthistorisk" ; - konstifik_av_1 = mkA "konstifik" ; - konstig_av_1 = mkA "konstig" ; - konstindustri_nn_1 = mkN "konstindustri" "konstindustrier" ; - konstitution_nn_1 = mkN "konstitution" "konstitutioner" ; - konstitutionell_av_1 = mkA "konstitutionell" ; - konstitutiv_av_1 = mkA "konstitutiv" ; - konstitutorial_nn_1 = mkN "konstitutorial" neutrum ; - konstkritiker_nn_1 = mkN "konstkritiker" "konstkritikern" "konstkritiker" "konstkritikerna" ; - konstliv_nn_1 = mkN "konstliv" neutrum ; - konstloes_av_1 = mkA "konstlцs" ; - konstmaalare_nn_1 = mkN "konstmеlare" "konstmеlare" ; - konstmaalning_nn_1 = mkN "konstmеlning" ; - konstmuseum_nn_1 = mkN "konstmuseum" "konstmuseet" "konstmuseer" "konstmuseerna" ; - konstnaer_nn_1 = mkN "konstnдr" "konstnдrer" ; - konstnaerlig_av_1 = mkA "konstnдrlig" ; - konstnaerssjael_nn_1 = mkN "konstnдrssjдl" ; - konstpaus_nn_1 = mkN "konstpaus" "konstpauser" ; - konstridning_nn_1 = mkN "konstridning" ; - konstrik_av_1 = mkA "konstrik" ; - konstriktning_nn_1 = mkN "konstriktning" ; - konstruktion_nn_1 = mkN "konstruktion" "konstruktioner" ; - konstruktionsdetalj_nn_1 = mkN "konstruktionsdetalj" "konstruktionsdetaljer" ; - konstruktionslexikon_nn_1 = mkN "konstruktionslexikon" neutrum ; - konstruktionsmaterial_nn_1 = mkN "konstruktionsmaterial" neutrum ; - konstruktionsritning_nn_1 = mkN "konstruktionsritning" ; - konstruktiv_av_1 = mkA "konstruktiv" ; - konstruktoer_nn_1 = mkN "konstruktцr" "konstruktцrer" ; - konstryttare_nn_1 = mkN "konstryttare" "konstryttare" ; - konstsalong_nn_1 = mkN "konstsalong" "konstsalonger" ; - konstskicklig_av_1 = mkA "konstskicklig" ; - konstskojare_nn_1 = mkN "konstskojare" "konstskojare" ; - konststil_nn_1 = mkN "konststil" ; - konstutstaellning_nn_1 = mkN "konstutstдllning" ; - konstverk_nn_1 = mkN "konstverk" neutrum ; - konsul_nn_1 = mkN "konsul" "konsuln" "konsuler" "konsulerna" ; - konsulaer_av_1 = mkA "konsulдr" ; - konsularjurisdiktion_nn_1 = mkN "konsularjurisdiktion" "konsularjurisdiktioner" ; - konsulat_nn_1 = mkN "konsulat" neutrum ; - konsulent_nn_1 = mkN "konsulent" "konsulenter" ; - konsulinna_nn_1 = mkN "konsulinna" ; - konsult_nn_1 = mkN "konsult" "konsulter" ; - konsultation_nn_1 = mkN "konsultation" "konsultationer" ; - konsultativ_av_1 = mkA "konsultativ" ; - konsulterande_av_1 = mkA "konsulterande" ; - konsument_nn_1 = mkN "konsument" "konsumenter" ; - konsumentfoerening_nn_1 = mkN "konsumentfцrening" ; - konsumentombudsman_nn_1 = mkN "konsumentombudsman" "konsumentombudsmannen" "konsumentombudsmдn" "konsumentombudsmдnnen" ; - konsumentpris_nn_1 = mkN "konsumentpris" neutrum ; - konsumentprisindex_nn_1 = mkN "konsumentprisindex" neutrum ; - konsumentverk_nn_1 = mkN "konsumentverk" neutrum ; - konsumtionsmoejlighet_nn_1 = mkN "konsumtionsmцjlighet" "konsumtionsmцjligheter" ; - konsumtionsskatt_nn_1 = mkN "konsumtionsskatt" "konsumtionsskatter" ; - konsumtionsskillnad_nn_1 = mkN "konsumtionsskillnad" "konsumtionsskillnader" ; - kont_nn_1 = mkN "kont" ; - kontagioes_av_1 = mkA "kontagiцs" ; - kontakt_nn_1 = mkN "kontakt" "kontakter" ; - kontaktannons_nn_1 = mkN "kontaktannons" "kontaktannonser" ; - kontaktborste_nn_1 = mkN "kontaktborste" utrum ; - kontaktinfektion_nn_1 = mkN "kontaktinfektion" "kontaktinfektioner" ; - kontaktkopia_nn_1 = mkN "kontaktkopia" ; - kontaktledning_nn_1 = mkN "kontaktledning" ; - kontaktlins_nn_1 = mkN "kontaktlins" "kontaktlinser" ; - kontamination_nn_1 = mkN "kontamination" "kontaminationer" ; - kontant_av_1 = mkA "kontant" "kontant" ; - kontemplation_nn_1 = mkN "kontemplation" "kontemplationer" ; - kontemplativ_av_1 = mkA "kontemplativ" ; - konteramiral_nn_1 = mkN "konteramiral" "konteramiraler" ; - konterfej_nn_1 = mkN "konterfej" neutrum ; - kontext_nn_1 = mkN "kontext" "kontexter" ; - kontinent_nn_1 = mkN "kontinent" "kontinenter" ; - kontinental_av_1 = mkA "kontinental" ; - kontinentalplataa_nn_1 = mkN "kontinentalplatе" "kontinentalplatеer" ; - kontinentalsockel_nn_1 = mkN "kontinentalsockel" ; - kontingent_nn_1 = mkN "kontingent" "kontingenter" ; - kontinuerlig_av_1 = mkA "kontinuerlig" ; - kontinuitet_nn_1 = mkN "kontinuitet" "kontinuiteter" ; - kontinuum_nn_1 = mkN "kontinuum" neutrum ; - konto_nn_1 = mkN "konto" "kontot" "konton" "kontona" ; - kontoinnehavare_nn_1 = mkN "kontoinnehavare" "kontoinnehavare" ; - kontokort_nn_1 = mkN "kontokort" neutrum ; - kontokurant_nn_1 = mkN "kontokurant" "kontokuranter" ; - kontonummer_nn_1 = mkN "kontonummer" neutrum ; - kontor_nn_1 = mkN "kontor" neutrum ; - kontorist_nn_1 = mkN "kontorist" "kontorister" ; - kontorschef_nn_1 = mkN "kontorschef" "kontorschefer" ; - kontorshus_nn_1 = mkN "kontorshus" neutrum ; - kontorslandskap_nn_1 = mkN "kontorslandskap" "kontorslandskapet" "kontorslandskapen" "kontorslandskapena" ; - kontorsplats_nn_1 = mkN "kontorsplats" "kontorsplatser" ; - kontorspulpet_nn_1 = mkN "kontorspulpet" "kontorspulpeter" ; - kontorsrum_nn_1 = mkN "kontorsrum" "kontorsrummet" "kontorsrum" "kontorsrummen" ; - kontorsslav_nn_1 = mkN "kontorsslav" ; - kontorsstol_nn_1 = mkN "kontorsstol" ; - kontorstid_nn_1 = mkN "kontorstid" "kontorstider" ; - kontorsvana_nn_1 = mkN "kontorsvana" ; - kontoutdrag_nn_1 = mkN "kontoutdrag" neutrum ; - kontraalt_nn_1 = mkN "kontraalt" ; - kontrabas_nn_1 = mkN "kontrabas" ; - kontrabok_nn_1 = mkN "kontrabok" "kontrabцcker" ; - kontradans_nn_1 = mkN "kontradans" "kontradanser" ; - kontradiktion_nn_1 = mkN "kontradiktion" "kontradiktioner" ; - kontradiktorisk_av_1 = mkA "kontradiktorisk" ; - kontraer_av_1 = mkA "kontrдr" ; - kontrahent_nn_1 = mkN "kontrahent" "kontrahenter" ; - kontraindikation_nn_1 = mkN "kontraindikation" "kontraindikationer" ; - kontrakt_nn_1 = mkN "kontrakt" neutrum ; - kontraktil_av_1 = mkA "kontraktil" ; - kontraktion_nn_1 = mkN "kontraktion" "kontraktioner" ; - kontraktsbrott_nn_1 = mkN "kontraktsbrott" neutrum ; - kontraktsenlig_av_1 = mkA "kontraktsenlig" ; - kontraktsprost_nn_1 = mkN "kontraktsprost" ; - kontraktstid_nn_1 = mkN "kontraktstid" "kontraktstider" ; - kontraktsvidrig_av_1 = mkA "kontraktsvidrig" ; - kontramaerke_nn_1 = mkN "kontramдrke" ; - kontraorder_nn_1 = mkN "kontraorder" ; - kontraproposition_nn_1 = mkN "kontraproposition" "kontrapropositioner" ; - kontrarevolution_nn_1 = mkN "kontrarevolution" "kontrarevolutioner" ; - kontrast_nn_1 = mkN "kontrast" "kontraster" ; - kontrastmedel_nn_1 = mkN "kontrastmedel" neutrum ; - kontribution_nn_1 = mkN "kontribution" "kontributioner" ; - kontring_nn_1 = mkN "kontring" ; - kontroll_nn_1 = mkN "kontroll" "kontroller" ; - kontrollant_nn_1 = mkN "kontrollant" "kontrollanter" ; - kontrollavgift_nn_1 = mkN "kontrollavgift" "kontrollavgifter" ; - kontrollbesiktning_nn_1 = mkN "kontrollbesiktning" ; - kontrollbord_nn_1 = mkN "kontrollbord" neutrum ; - kontrollgrupp_nn_1 = mkN "kontrollgrupp" "kontrollgrupper" ; - kontrollinstrument_nn_1 = mkN "kontrollinstrument" neutrum ; - kontrollmaerke_nn_1 = mkN "kontrollmдrke" ; - kontrollnummer_nn_1 = mkN "kontrollnummer" neutrum ; - kontrolloer_nn_1 = mkN "kontrollцr" "kontrollцrer" ; - kontrollrum_nn_1 = mkN "kontrollrum" "kontrollrummet" "kontrollrum" "kontrollrummen" ; - kontrollstaempel_nn_1 = mkN "kontrollstдmpel" ; - kontrolluppgift_nn_1 = mkN "kontrolluppgift" "kontrolluppgifter" ; - kontrollvaegning_nn_1 = mkN "kontrollvдgning" ; - kontrovers_nn_1 = mkN "kontrovers" "kontroverser" ; - kontroversiell_av_1 = mkA "kontroversiell" ; - kontumaciedom_nn_1 = mkN "kontumaciedom" ; - kontur_nn_1 = mkN "kontur" "konturer" ; - konturloes_av_1 = mkA "konturlцs" ; - konturskarp_av_1 = mkA "konturskarp" ; - kontusion_nn_1 = mkN "kontusion" "kontusioner" ; - konung_nn_1 = mkN "konung" ; - konungaaett_nn_1 = mkN "konungaдtt" "konungaдtter" ; - konungabok_nn_1 = mkN "konungabok" "konungabцcker" ; - konungadoeme_nn_1 = mkN "konungadцme" ; - konungaed_nn_1 = mkN "konungaed" "konungaeder" ; - konungahus_nn_1 = mkN "konungahus" neutrum ; - konungalaengd_nn_1 = mkN "konungalдngd" "konungalдngder" ; - konungarike_nn_1 = mkN "konungarike" ; - konungasaete_nn_1 = mkN "konungasдte" ; - konungsk_av_1 = mkA "konungsk" ; - konungslig_av_1 = mkA "konungslig" ; - konvalescent_av_1 = mkA "konvalescent" "konvalescent" ; - konvalescent_nn_1 = mkN "konvalescent" "konvalescenter" ; - konvalescenthem_nn_1 = mkN "konvalescenthem" "konvalescenthemmet" "konvalescenthem" "konvalescenthemmen" ; - konvalj_nn_1 = mkN "konvalj" "konvaljer" ; - konvalje_nn_1 = mkN "konvalje" "konvaljer" ; - konvenansparti_nn_1 = mkN "konvenansparti" "konvenanspartit" "konvenanspartier" "konvenanspartierna" ; - konvent_nn_1 = mkN "konvent" neutrum ; - konventikel_nn_1 = mkN "konventikel" ; - konvention_nn_1 = mkN "konvention" "konventioner" ; - konventionell_av_1 = mkA "konventionell" ; - konvergent_av_1 = mkA "konvergent" "konvergent" ; - konversabel_av_1 = mkA "konversabel" "konversabelt" "konversabla" "konversabla" "konversablare" "konversablast" "konversablaste" ; - konversation_nn_1 = mkN "konversation" "konversationer" ; - konversationslexikon_nn_1 = mkN "konversationslexikon" neutrum ; - konversion_nn_1 = mkN "konversion" "konversioner" ; - konversiv_av_1 = mkA "konversiv" ; - konverter_nn_1 = mkN "konverter" ; - konvertibel_av_1 = mkA "konvertibel" "konvertibelt" "konvertibla" "konvertibla" "konvertiblare" "konvertiblast" "konvertiblaste" ; - konvertit_nn_1 = mkN "konvertit" "konvertiter" ; - konvex_av_1 = mkA "konvex" ; - konvexkonkav_av_1 = mkA "konvexkonkav" ; - konviktorium_nn_1 = mkN "konviktorium" "konviktoriet" "konviktorier" "konviktorierna" ; - konvoj_nn_1 = mkN "konvoj" "konvojer" ; - konvolut_nn_1 = mkN "konvolut" neutrum ; - konvulsion_nn_1 = mkN "konvulsion" "konvulsioner" ; - konvulsivisk_av_1 = mkA "konvulsivisk" ; - kooega_nn_1 = mkN "koцga" "koцgat" "koцgon" "koцgonen" ; - kooperativ_av_1 = mkA "kooperativ" ; - kooperativ_nn_1 = mkN "kooperativ" neutrum ; - kooperatoer_nn_1 = mkN "kooperatцr" "kooperatцrer" ; - koordinat_nn_1 = mkN "koordinat" "koordinater" ; - koordinataxel_nn_1 = mkN "koordinataxel" ; - koordinator_nn_1 = mkN "koordinator" "koordinatorer" ; - koordinatsystem_nn_1 = mkN "koordinatsystem" neutrum ; - kopek_nn_1 = mkN "kopek" "kopeken" "kopek" "kopeken" ; - kopernikansk_av_1 = mkA "kopernikansk" ; - kopia_nn_1 = mkN "kopia" ; - kopiator_nn_1 = mkN "kopiator" "kopiatorer" ; - kopiepapper_nn_1 = mkN "kopiepapper" neutrum ; - kopiering_nn_1 = mkN "kopiering" ; - kopieringsapparat_nn_1 = mkN "kopieringsapparat" "kopieringsapparater" ; - kopieringsmaskin_nn_1 = mkN "kopieringsmaskin" "kopieringsmaskiner" ; - kopiesvarv_nn_1 = mkN "kopiesvarv" ; - kopioes_av_1 = mkA "kopiцs" ; - kopist_nn_1 = mkN "kopist" "kopister" ; - kopp_nn_1 = mkN "kopp" ; - koppaerr_nn_1 = mkN "koppдrr" neutrum ; - koppaerrig_av_1 = mkA "koppдrrig" ; - kopparbrun_av_1 = mkA "kopparbrun" ; - kopparledning_nn_1 = mkN "kopparledning" ; - kopparmynt_nn_1 = mkN "kopparmynt" neutrum ; - kopparorm_nn_1 = mkN "kopparorm" ; - kopparplaat_nn_1 = mkN "kopparplеt" ; - kopparroed_av_1 = mkA "kopparrцd" ; - kopparslagare_nn_1 = mkN "kopparslagare" "kopparslagare" ; - kopparspiral_nn_1 = mkN "kopparspiral" "kopparspiraler" ; - kopparstick_nn_1 = mkN "kopparstick" neutrum ; - kopparsulfat_nn_1 = mkN "kopparsulfat" "kopparsulfater" ; - koppel_nn_1 = mkN "koppel" neutrum ; - koppelvan_av_1 = mkA "koppelvan" ; - kopplare_nn_1 = mkN "kopplare" "kopplare" ; - koppleri_nn_1 = mkN "koppleri" "kopplerit" "kopplerier" "kopplerierna" ; - koppling_nn_1 = mkN "koppling" ; - kopplingspedal_nn_1 = mkN "kopplingspedal" "kopplingspedaler" ; - kopplingsschema_nn_1 = mkN "kopplingsschema" "kopplingsschemat" "kopplingsscheman" "kopplingsschemana" ; - kopplingston_nn_1 = mkN "kopplingston" "kopplingstoner" ; - koppympning_nn_1 = mkN "koppympning" ; - kopter_nn_1 = mkN "kopter" "koptern" "kopter" "kopterna" ; - koptisk_av_1 = mkA "koptisk" ; - kopulation_nn_1 = mkN "kopulation" "kopulationer" ; - kopulativ_av_1 = mkA "kopulativ" ; - kor_nn_1 = mkN "kor" neutrum ; - koral_nn_1 = mkN "koral" "koraler" ; - koralbok_nn_1 = mkN "koralbok" "koralbцcker" ; - korall_nn_1 = mkN "korall" "koraller" ; - koralldjur_nn_1 = mkN "koralldjur" neutrum ; - korallhalsband_nn_1 = mkN "korallhalsband" neutrum ; - koralloe_nn_1 = mkN "korallц" ; - korallorm_nn_1 = mkN "korallorm" ; - korallrev_nn_1 = mkN "korallrev" neutrum ; - korallroed_av_1 = mkA "korallrцd" ; - kordial_av_1 = mkA "kordial" ; - kordong_nn_1 = mkN "kordong" "kordonger" ; - kordongskruv_nn_1 = mkN "kordongskruv" ; - korean_nn_1 = mkN "korean" "koreaner" ; - koreanska_nn_2 = mkN "koreanska" ; - koreograf_nn_1 = mkN "koreograf" "koreografer" ; - koreografisk_av_1 = mkA "koreografisk" ; - korg_nn_1 = mkN "korg" ; - korgblommig_av_1 = mkA "korgblommig" ; - korgosse_nn_1 = mkN "korgosse" utrum ; - korgstol_nn_1 = mkN "korgstol" ; - korint_nn_1 = mkN "korint" "korinter" ; - korinter_nn_1 = mkN "korinter" "korintern" "korinter" "korinterna" ; - korintisk_av_1 = mkA "korintisk" ; - korist_nn_1 = mkN "korist" "korister" ; - kork_nn_1 = mkN "kork" ; - korkcell_nn_1 = mkN "korkcell" "korkceller" ; - korkek_nn_1 = mkN "korkek" ; - korkgolv_nn_1 = mkN "korkgolv" neutrum ; - korklager_nn_1 = mkN "korklager" neutrum ; - korkpistol_nn_1 = mkN "korkpistol" "korkpistoler" ; - korkskoerd_nn_1 = mkN "korkskцrd" ; - korkskruv_nn_1 = mkN "korkskruv" ; - korkskruvslock_nn_1 = mkN "korkskruvslock" ; - korksmak_nn_1 = mkN "korksmak" "korksmaker" ; - korkvaevnad_nn_1 = mkN "korkvдvnad" "korkvдvnader" ; - kormaestare_nn_1 = mkN "kormдstare" "kormдstare" ; - kormoran_nn_1 = mkN "kormoran" "kormoraner" ; - korn_nn_1 = mkN "korn" neutrum ; - kornaaker_nn_1 = mkN "kornеker" ; - kornblaa_av_1 = mkA "kornblе" "kornblеtt" ; - kornblixt_nn_1 = mkN "kornblixt" ; - kornbod_nn_1 = mkN "kornbod" ; - kornbroed_nn_1 = mkN "kornbrцd" neutrum ; - kornett_nn_1 = mkN "kornett" "kornetter" ; - kornettist_nn_1 = mkN "kornettist" "kornettister" ; - korngryn_nn_1 = mkN "korngryn" neutrum ; - korngul_av_1 = mkA "korngul" ; - kornig_av_1 = mkA "kornig" ; - kornisch_nn_1 = mkN "kornisch" "kornischer" ; - kornknarr_nn_1 = mkN "kornknarr" ; - korollarium_nn_1 = mkN "korollarium" "korollariet" "korollarier" "korollarierna" ; - korp_nn_1 = mkN "korp" ; - korporation_nn_1 = mkN "korporation" "korporationer" ; - korporativ_av_1 = mkA "korporativ" ; - korpral_nn_1 = mkN "korpral" "korpraler" ; - korpsvart_av_1 = mkA "korpsvart" "korpsvart" ; - korpulent_av_1 = mkA "korpulent" "korpulent" ; - korpus_nn_1 = mkN "korpus" ; - korpuskel_nn_1 = mkN "korpuskel" "korpuskeln" "korpuskler" "korpusklerna" ; - korr_nn_1 = mkN "korr" neutrum ; - korrekt_av_1 = mkA "korrekt" "korrekt" ; - korrektion_nn_1 = mkN "korrektion" "korrektioner" ; - korrektionsanstalt_nn_1 = mkN "korrektionsanstalt" "korrektionsanstalter" ; - korrektiv_nn_1 = mkN "korrektiv" neutrum ; - korrektur_nn_1 = mkN "korrektur" neutrum ; - korrekturfel_nn_1 = mkN "korrekturfel" "korrekturfelet" "korrekturfel" "korrekturfelen" ; - korrekturtecken_nn_1 = mkN "korrekturtecken" "korrekturtecknet" "korrekturtecken" "korrekturtecknen" ; - korrelat_nn_1 = mkN "korrelat" neutrum ; - korrelation_nn_1 = mkN "korrelation" "korrelationer" ; - korrespondens_nn_1 = mkN "korrespondens" "korrespondenser" ; - korrespondenskort_nn_1 = mkN "korrespondenskort" neutrum ; - korrespondenskurs_nn_1 = mkN "korrespondenskurs" "korrespondenskurser" ; - korrespondent_nn_1 = mkN "korrespondent" "korrespondenter" ; - korridor_nn_1 = mkN "korridor" "korridoren" "korridorer" "korridorerna" ; - korridorsystem_nn_1 = mkN "korridorsystem" neutrum ; - korrupt_av_1 = mkA "korrupt" "korrupt" ; - kors_nn_1 = mkN "kors" neutrum ; - korsar_nn_1 = mkN "korsar" "korsarer" ; - korsband_nn_1 = mkN "korsband" neutrum ; - korsbefruktning_nn_1 = mkN "korsbefruktning" ; - korsben_nn_1 = mkN "korsben" neutrum ; - korsblommig_av_1 = mkA "korsblommig" ; - korselett_nn_1 = mkN "korselett" "korseletter" ; - korsett_nn_1 = mkN "korsett" "korsetter" ; - korsettfjaeder_nn_1 = mkN "korsettfjдder" ; - korsfaestelse_nn_1 = mkN "korsfдstelse" "korsfдstelser" ; - korsfarare_nn_1 = mkN "korsfarare" "korsfarare" ; - korsfoerhoer_nn_1 = mkN "korsfцrhцr" neutrum ; - korsgaang_nn_1 = mkN "korsgеng" ; - korshaenvisning_nn_1 = mkN "korshдnvisning" ; - korsikan_nn_1 = mkN "korsikan" "korsikaner" ; - korsikanare_nn_1 = mkN "korsikanare" "korsikanare" ; - korskrank_nn_1 = mkN "korskrank" neutrum ; - korskyrka_nn_1 = mkN "korskyrka" ; - korsnaebb_nn_1 = mkN "korsnдbb" ; - korsning_nn_1 = mkN "korsning" ; - korso_nn_1 = mkN "korso" "korsor" ; - korsord_nn_1 = mkN "korsord" neutrum ; - korspollination_nn_1 = mkN "korspollination" "korspollinationer" ; - korsriddare_nn_1 = mkN "korsriddare" "korsriddare" ; - korsrygg_nn_1 = mkN "korsrygg" ; - korsspindel_nn_1 = mkN "korsspindel" ; - korsstygn_nn_1 = mkN "korsstygn" neutrum ; - korstaag_nn_1 = mkN "korstеg" neutrum ; - korstecken_nn_1 = mkN "korstecken" "korstecknet" "korstecken" "korstecknen" ; - korsvaeg_nn_1 = mkN "korsvдg" ; - korsvalv_nn_1 = mkN "korsvalv" neutrum ; - korsvirkeshus_nn_1 = mkN "korsvirkeshus" neutrum ; - kort_av_1 = mkA "kort" "kort" ; - kort_nn_1 = mkN "kort" neutrum ; - kortaenda_nn_1 = mkN "kortдnda" "kortдndan" "kortдndar" "kortдndarna" ; - kortbent_av_1 = mkA "kortbent" "kortbent" ; - kortdistans_nn_1 = mkN "kortdistans" "kortdistanser" ; - kortdistansloepare_nn_1 = mkN "kortdistanslцpare" "kortdistanslцpare" ; - kortege_nn_1 = mkN "kortege" "korteger" ; - korteligen_ab_1 = mkAdv "korteligen" ; - kortfilm_nn_1 = mkN "kortfilm" "kortfilmer" ; - kortform_nn_1 = mkN "kortform" "kortformer" ; - kortfristig_av_1 = mkA "kortfristig" ; - korthet_nn_1 = mkN "korthet" "kortheter" ; - korthuggen_av_1 = mkA "korthuggen" "korthugget" ; - korthus_nn_1 = mkN "korthus" neutrum ; - kortison_nn_1 = mkN "kortison" "kortisoner" ; - kortkatalog_nn_1 = mkN "kortkatalog" "kortkataloger" ; - kortklippt_av_1 = mkA "kortklippt" "kortklippt" ; - kortkonst_nn_1 = mkN "kortkonst" "kortkonster" ; - kortkort_av_1 = mkA "kortkort" "kortkort" ; - kortlek_nn_1 = mkN "kortlek" ; - kortoxe_nn_1 = mkN "kortoxe" utrum ; - kortpipig_av_1 = mkA "kortpipig" ; - kortregister_nn_1 = mkN "kortregister" neutrum ; - kortroman_nn_1 = mkN "kortroman" "kortromaner" ; - kortsida_nn_1 = mkN "kortsida" ; - kortsiktig_av_1 = mkA "kortsiktig" ; - kortskallig_av_1 = mkA "kortskallig" ; - kortsluta_vb_1 = mkV "kortsluta" "kortslцt" "kortslutit" ; - kortslutning_nn_1 = mkN "kortslutning" ; - kortspel_nn_1 = mkN "kortspel" "kortspelet" "kortspel" "kortspelen" ; - kortspelare_nn_1 = mkN "kortspelare" "kortspelare" ; - kortsynt_av_1 = mkA "kortsynt" "kortsynt" ; - korttaenkt_av_1 = mkA "korttдnkt" "korttдnkt" ; - kortvaagsbehandling_nn_1 = mkN "kortvеgsbehandling" ; - kortvaagsradio_nn_1 = mkN "kortvеgsradio" "kortvеgsradior" ; - kortvaegg_nn_1 = mkN "kortvдgg" ; - kortvaext_av_1 = mkA "kortvдxt" "kortvдxt" ; - kortvara_nn_1 = mkN "kortvara" ; - kortvarig_av_1 = mkA "kortvarig" ; - kortvuxen_av_1 = mkA "kortvuxen" "kortvuxet" ; - korum_nn_1 = mkN "korum" neutrum ; - korund_nn_1 = mkN "korund" "korunder" ; - korus_nn_1 = mkN "korus" neutrum ; - korv_nn_1 = mkN "korv" ; - korvett_nn_1 = mkN "korvett" "korvetter" ; - korvgubbe_nn_1 = mkN "korvgubbe" utrum ; - korvig_av_1 = mkA "korvig" ; - korvkiosk_nn_1 = mkN "korvkiosk" "korvkiosker" ; - korvoere_nn_1 = mkN "korvцre" ; - korvsjoe_nn_1 = mkN "korvsjц" ; - korvskinn_nn_1 = mkN "korvskinn" neutrum ; - korvstaand_nn_1 = mkN "korvstеnd" neutrum ; - koryfe_nn_1 = mkN "koryfй" "koryfйer" ; - kosack_nn_1 = mkN "kosack" "kosacker" ; - kosackdans_nn_1 = mkN "kosackdans" "kosackdanser" ; - koscher_av_1 = mkA "koscher" ; - kosmetisk_av_1 = mkA "kosmetisk" ; - kosmetolog_nn_1 = mkN "kosmetolog" "kosmetologer" ; - kosmisk_av_1 = mkA "kosmisk" ; - kosmodrom_nn_1 = mkN "kosmodrom" "kosmodromer" ; - kosmogoni_nn_1 = mkN "kosmogoni" "kosmogonier" ; - kosmolog_nn_1 = mkN "kosmolog" "kosmologer" ; - kosmologi_nn_1 = mkN "kosmologi" "kosmologier" ; - kosmologisk_av_1 = mkA "kosmologisk" ; - kosmonaut_nn_1 = mkN "kosmonaut" "kosmonauter" ; - kosmopolit_nn_1 = mkN "kosmopolit" "kosmopoliter" ; - kosmopolitisk_av_1 = mkA "kosmopolitisk" ; - kosmos_nn_1 = mkN "kosmos" neutrum ; - kostbar_av_1 = mkA "kostbar" ; - koster_nn_1 = mkN "koster" ; - kostig_nn_1 = mkN "kostig" ; - kostlig_av_1 = mkA "kostlig" ; - kostnad_nn_1 = mkN "kostnad" "kostnader" ; - kostnadsersaettning_nn_1 = mkN "kostnadsersдttning" ; - kostnadsfri_av_1 = mkA "kostnadsfri" "kostnadsfritt" ; - kostnadsram_nn_1 = mkN "kostnadsram" ; - kostsam_av_1 = mkA "kostsam" "kostsamt" "kostsamma" "kostsamma" "kostsammare" "kostsammast" "kostsammaste" ; - kostvana_nn_1 = mkN "kostvana" ; - kostym_nn_1 = mkN "kostym" "kostymer" ; - kostymbal_nn_1 = mkN "kostymbal" "kostymbaler" ; - kostymering_nn_1 = mkN "kostymering" ; - kostympjaes_nn_1 = mkN "kostympjдs" "kostympjдser" ; - kotben_nn_1 = mkN "kotben" neutrum ; - kotiljong_nn_1 = mkN "kotiljong" "kotiljonger" ; - kotknackare_nn_1 = mkN "kotknackare" "kotknackare" ; - kotled_nn_1 = mkN "kotled" "kotleder" ; - kotlett_nn_1 = mkN "kotlett" "kotletter" ; - kotlettfisk_nn_1 = mkN "kotlettfisk" ; - kotlettrad_nn_1 = mkN "kotlettrad" "kotlettrader" ; - kotpelare_nn_1 = mkN "kotpelare" "kotpelare" ; - kotte_nn_1 = mkN "kotte" utrum ; - kotteri_nn_1 = mkN "kotteri" "kotterit" "kotterier" "kotterierna" ; - koturn_nn_1 = mkN "koturn" "koturner" ; - kovaendning_nn_1 = mkN "kovдndning" ; - kovalent_av_1 = mkA "kovalent" "kovalent" ; - kovall_nn_1 = mkN "kovall" "kovaller" ; - kovert_av_1 = mkA "kovert" "kovert" ; - koyot_nn_1 = mkN "koyot" "koyoter" ; - kpist_nn_1 = mkN "kpist" ; - kraakbaer_nn_1 = mkN "krеkbдr" neutrum ; - kraakfaagel_nn_1 = mkN "krеkfеgel" ; - kraakliknande_av_1 = mkA "krеkliknande" ; - kraakslott_nn_1 = mkN "krеkslott" neutrum ; - kraal_nn_1 = mkN "kraal" "kraaler" ; - kraangelmakare_nn_1 = mkN "krеngelmakare" "krеngelmakare" ; - kraanglig_av_1 = mkA "krеnglig" ; - kraas_nn_2 = mkN "krеs" neutrum ; - kraasnaal_nn_1 = mkN "krеsnеl" ; - krabat_nn_1 = mkN "krabat" "krabater" ; - kraeftbur_nn_1 = mkN "krдftbur" ; - kraeftdjur_nn_1 = mkN "krдftdjur" neutrum ; - kraeftsvulst_nn_1 = mkN "krдftsvulst" "krдftsvulster" ; - kraek_nn_1 = mkN "krдk" neutrum ; - kraekfaerdig_av_1 = mkA "krдkfдrdig" ; - kraekmedel_nn_1 = mkN "krдkmedel" neutrum ; - kraekning_nn_1 = mkN "krдkning" ; - kraeldjur_nn_1 = mkN "krдldjur" neutrum ; - kraeldjurstyp_nn_1 = mkN "krдldjurstyp" "krдldjurstyper" ; - kraem_nn_1 = mkN "krдm" "krдmer" ; - kraemare_nn_1 = mkN "krдmare" "krдmare" ; - kraemig_av_1 = mkA "krдmig" ; - kraengning_nn_1 = mkN "krдngning" ; - kraengningshaemmare_nn_1 = mkN "krдngningshдmmare" "krдngningshдmmare" ; - kraengningsprov_nn_1 = mkN "krдngningsprov" neutrum ; - kraenkande_av_1 = mkA "krдnkande" ; - kraenkning_nn_1 = mkN "krдnkning" ; - kraesen_av_1 = mkA "krдsen" "krдset" ; - kraeslig_av_1 = mkA "krдslig" ; - kraesligen_ab_1 = mkAdv "krдsligen" ; - kraevande_av_1 = mkA "krдvande" ; - krafsig_av_1 = mkA "krafsig" ; - kraft_nn_1 = mkN "kraft" "krafter" ; - kraftaatgaerd_nn_1 = mkN "kraftеtgдrd" "kraftеtgдrder" ; - kraftaggregat_nn_1 = mkN "kraftaggregat" neutrum ; - kraftanstraengning_nn_1 = mkN "kraftanstrдngning" ; - kraftbaerare_nn_1 = mkN "kraftbдrare" "kraftbдrare" ; - kraftbehov_nn_1 = mkN "kraftbehov" neutrum ; - kraftbolag_nn_1 = mkN "kraftbolag" neutrum ; - kraftcentral_nn_1 = mkN "kraftcentral" "kraftcentraler" ; - kraftcentrum_nn_1 = mkN "kraftcentrum" neutrum ; - kraftekvation_nn_1 = mkN "kraftekvation" "kraftekvationer" ; - kraftfaelt_nn_1 = mkN "kraftfдlt" neutrum ; - kraftfoder_nn_1 = mkN "kraftfoder" neutrum ; - kraftfoeretag_nn_1 = mkN "kraftfцretag" neutrum ; - kraftfull_av_1 = mkA "kraftfull" ; - kraftig_av_1 = mkA "kraftig" ; - kraftkarl_nn_1 = mkN "kraftkarl" ; - kraftkraevande_av_1 = mkA "kraftkrдvande" ; - kraftledning_nn_1 = mkN "kraftledning" ; - kraftlinje_nn_1 = mkN "kraftlinje" "kraftlinjer" ; - kraftloes_av_1 = mkA "kraftlцs" ; - kraftloeshet_nn_1 = mkN "kraftlцshet" "kraftlцsheter" ; - kraftmaetning_nn_1 = mkN "kraftmдtning" ; - kraftnaet_nn_1 = mkN "kraftnдt" neutrum ; - kraftoeverfoering_nn_1 = mkN "kraftцverfцring" ; - kraftord_nn_1 = mkN "kraftord" neutrum ; - kraftpaket_nn_1 = mkN "kraftpaket" neutrum ; - kraftparallellogram_nn_1 = mkN "kraftparallellogram" "kraftparallellogrammen" "kraftparallellogrammer" "kraftparallellogrammerna" ; - kraftpartikel_nn_1 = mkN "kraftpartikel" ; - kraftprov_nn_1 = mkN "kraftprov" neutrum ; - kraftsport_nn_1 = mkN "kraftsport" "kraftsporter" ; - kraftstation_nn_1 = mkN "kraftstation" "kraftstationer" ; - krafttag_nn_1 = mkN "krafttag" neutrum ; - kraftuttryck_nn_1 = mkN "kraftuttryck" neutrum ; - kraftvaermeverk_nn_1 = mkN "kraftvдrmeverk" neutrum ; - kraftverk_nn_1 = mkN "kraftverk" neutrum ; - kraftverksbygge_nn_1 = mkN "kraftverksbygge" ; - kraftvunnen_av_1 = mkA "kraftvunnen" "kraftvunnet" "kraftvunna" "kraftvunna" "kraftvunnare" "kraftvunnast" "kraftvunnaste" ; - krage_nn_1 = mkN "krage" utrum ; - kraghandske_nn_1 = mkN "kraghandske" utrum ; - kragknapp_nn_1 = mkN "kragknapp" ; - kragloes_av_1 = mkA "kraglцs" ; - kragsnibb_nn_1 = mkN "kragsnibb" ; - kragsten_nn_1 = mkN "kragsten" "kragstenen" "kragstenar" "kragstenarna" ; - kragstoevel_nn_1 = mkN "kragstцvel" ; - krake_nn_1 = mkN "krake" utrum ; - krakel_nn_1 = mkN "krakel" "krakelet" "krakel" "krakelen" ; - krakmandel_nn_1 = mkN "krakmandel" ; - kral_nn_1 = mkN "kral" "kraler" ; - kram_av_1 = mkA "kram" ; - kram_nn_1 = mkN "kram" ; - kramp_nn_1 = mkN "kramp" "kramper" ; - krampaktig_av_1 = mkA "krampaktig" ; - kramploesande_av_1 = mkA "kramplцsande" ; - krampstillande_av_1 = mkA "krampstillande" ; - kramsfaagel_nn_1 = mkN "kramsfеgel" ; - kran_nn_1 = mkN "kran" ; - kranbalk_nn_1 = mkN "kranbalk" ; - kranbalksvis_ab_1 = mkAdv "kranbalksvis" ; - kranium_nn_1 = mkN "kranium" "kraniet" "kranier" "kranierna" ; - krank_av_1 = mkA "krank" ; - krankik_nn_1 = mkN "krankik" ; - krans_nn_1 = mkN "krans" ; - kransartaer_nn_1 = mkN "kransartдr" "kransartдrer" ; - kransband_nn_1 = mkN "kransband" neutrum ; - kranskaerl_nn_1 = mkN "kranskдrl" neutrum ; - kransnedlaeggning_nn_1 = mkN "kransnedlдggning" ; - kranvatten_nn_1 = mkN "kranvatten" "kranvattnet" "kranvatten" "kranvattnen" ; - krasch_nn_2 = mkN "krasch" "krascher" ; - kraschan_nn_1 = mkN "kraschan" "kraschaner" ; - krass_av_1 = mkA "krass" ; - krasslig_av_1 = mkA "krasslig" ; - krater_nn_1 = mkN "krater" ; - kraterberg_nn_1 = mkN "kraterberg" neutrum ; - kratersjoe_nn_1 = mkN "kratersjц" ; - krats_nn_1 = mkN "krats" ; - krav_nn_1 = mkN "krav" neutrum ; - kravall_nn_1 = mkN "kravall" "kravaller" ; - kravallstaket_nn_1 = mkN "kravallstaket" neutrum ; - kravatt_nn_1 = mkN "kravatt" "kravatter" ; - kravattnaal_nn_1 = mkN "kravattnеl" ; - kravbrev_nn_1 = mkN "kravbrev" neutrum ; - kravell_nn_1 = mkN "kravell" "kraveller" ; - kravloes_av_1 = mkA "kravlцs" ; - krax_nn_1 = mkN "krax" neutrum ; - kreation_nn_1 = mkN "kreation" "kreationer" ; - kreativ_av_1 = mkA "kreativ" ; - kreativitet_nn_1 = mkN "kreativitet" "kreativiteter" ; - kreatur_nn_1 = mkN "kreatur" neutrum ; - kreatursbesaettning_nn_1 = mkN "kreatursbesдttning" ; - kreatursloes_av_1 = mkA "kreaturslцs" ; - kredit_nn_1 = mkN "kredit" "krediter" ; - kreditinstitut_nn_1 = mkN "kreditinstitut" neutrum ; - kreditiv_nn_1 = mkN "kreditiv" neutrum ; - kreditkort_nn_1 = mkN "kreditkort" neutrum ; - kreditmarknad_nn_1 = mkN "kreditmarknad" "kreditmarknader" ; - kreditor_nn_1 = mkN "kreditor" "kreditorer" ; - kreditupplysning_nn_1 = mkN "kreditupplysning" ; - krematorium_nn_1 = mkN "krematorium" "krematoriet" "krematorier" "krematorierna" ; - kremering_nn_1 = mkN "kremering" ; - kremlolog_nn_1 = mkN "kremlolog" "kremlologer" ; - krenelering_nn_1 = mkN "krenelering" ; - kreol_nn_1 = mkN "kreol" "kreoler" ; - kreolspraak_nn_1 = mkN "kreolsprеk" neutrum ; - kreosotolja_nn_1 = mkN "kreosotolja" ; - krestomati_nn_1 = mkN "krestomati" "krestomatier" ; - kretensare_nn_1 = mkN "kretensare" "kretensare" ; - kretensisk_av_1 = mkA "kretensisk" ; - kreter_nn_1 = mkN "kreter" "kretern" "kreter" "kreterna" ; - kretin_nn_1 = mkN "kretin" "kretiner" ; - kretisk_av_1 = mkA "kretisk" ; - kretong_nn_1 = mkN "kretong" "kretonger" ; - krets_nn_1 = mkN "krets" ; - kretsgaang_nn_1 = mkN "kretsgеng" ; - kretskort_nn_1 = mkN "kretskort" neutrum ; - kretslopp_nn_1 = mkN "kretslopp" neutrum ; - krevad_nn_1 = mkN "krevad" "krevader" ; - krig_nn_1 = mkN "krig" neutrum ; - krigare_nn_1 = mkN "krigare" "krigare" ; - krigargrav_nn_1 = mkN "krigargrav" ; - krigfoerande_av_1 = mkA "krigfцrande" ; - krigfoering_nn_1 = mkN "krigfцring" ; - krigisk_av_1 = mkA "krigisk" ; - krigsaar_nn_1 = mkN "krigsеr" neutrum ; - krigsbarn_nn_1 = mkN "krigsbarn" neutrum ; - krigsberedskap_nn_1 = mkN "krigsberedskap" "krigsberedskaper" ; - krigsbuss_nn_1 = mkN "krigsbuss" ; - krigsbyte_nn_1 = mkN "krigsbyte" ; - krigsdans_nn_1 = mkN "krigsdans" "krigsdanser" ; - krigsdekoration_nn_1 = mkN "krigsdekoration" "krigsdekorationer" ; - krigsfaange_nn_1 = mkN "krigsfеnge" utrum ; - krigsfartyg_nn_1 = mkN "krigsfartyg" neutrum ; - krigsfoerbrytare_nn_1 = mkN "krigsfцrbrytare" "krigsfцrbrytare" ; - krigsfoerbrytelse_nn_1 = mkN "krigsfцrbrytelse" "krigsfцrbrytelser" ; - krigsfoerklaring_nn_1 = mkN "krigsfцrklaring" ; - krigsgud_nn_1 = mkN "krigsgud" ; - krigsherre_nn_1 = mkN "krigsherre" utrum ; - krigshierarki_nn_1 = mkN "krigshierarki" "krigshierarkier" ; - krigskorrespondent_nn_1 = mkN "krigskorrespondent" "krigskorrespondenter" ; - krigsmaalning_nn_1 = mkN "krigsmеlning" ; - krigsmakt_nn_1 = mkN "krigsmakt" "krigsmakter" ; - krigsman_nn_1 = mkN "krigsman" "krigsmannen" "krigsmдn" "krigsmдnnen" ; - krigsmiljoe_nn_1 = mkN "krigsmiljц" "krigsmiljцn" "krigsmiljцer" "krigsmiljцerna" ; - krigsplacering_nn_1 = mkN "krigsplacering" ; - krigsraad_nn_1 = mkN "krigsrеd" neutrum ; - krigsraedd_av_1 = mkA "krigsrдdd" ; - krigsroman_nn_1 = mkN "krigsroman" "krigsromaner" ; - krigsskaadeplats_nn_1 = mkN "krigsskеdeplats" "krigsskеdeplatser" ; - krigsskadestaand_nn_1 = mkN "krigsskadestеnd" neutrum ; - krigsskepp_nn_1 = mkN "krigsskepp" neutrum ; - krigsslut_nn_1 = mkN "krigsslut" neutrum ; - krigsspel_nn_1 = mkN "krigsspel" "krigsspelet" "krigsspel" "krigsspelen" ; - krigstaag_nn_1 = mkN "krigstеg" neutrum ; - krigstillstaand_nn_1 = mkN "krigstillstеnd" neutrum ; - krigstjaenstgoering_nn_1 = mkN "krigstjдnstgцring" ; - krigsutbrott_nn_1 = mkN "krigsutbrott" neutrum ; - krikon_nn_1 = mkN "krikon" neutrum ; - krillaetare_nn_1 = mkN "krillдtare" "krillдtare" ; - krillstim_nn_1 = mkN "krillstim" "krillstimmet" "krillstim" "krillstimmen" ; - kriminalare_nn_1 = mkN "kriminalare" "kriminalare" ; - kriminaldaare_nn_1 = mkN "kriminaldеre" utrum ; - kriminalitet_nn_1 = mkN "kriminalitet" "kriminaliteter" ; - kriminalpolis_nn_1 = mkN "kriminalpolis" "kriminalpoliser" ; - kriminalregister_nn_1 = mkN "kriminalregister" neutrum ; - kriminalroman_nn_1 = mkN "kriminalroman" "kriminalromaner" ; - kriminell_av_1 = mkA "kriminell" ; - kriminologisk_av_1 = mkA "kriminologisk" ; - kring_ab_1 = mkAdv "kring" ; - kringboende_av_1 = mkA "kringboende" ; - kringbyggd_av_1 = mkA "kringbyggd" "kringbyggt" ; - kringfarande_av_1 = mkA "kringfarande" ; - kringflackande_av_1 = mkA "kringflackande" ; - kringgaa_vb_1 = mkV "kringgе" "kringgеr" "kringgе" "kringgick" "kringgеtt" "kringgеngen" ; - kringla_nn_1 = mkN "kringla" ; - kringliggande_av_1 = mkA "kringliggande" ; - kringresande_av_1 = mkA "kringresande" ; - kringsjuk_av_1 = mkA "kringsjuk" ; - kringskaera_vb_1 = mkV "kringskдra" "kringskar" "kringskurit" ; - kringspringande_av_1 = mkA "kringspringande" ; - kringstaaende_av_1 = mkA "kringstеende" ; - kringsynt_av_1 = mkA "kringsynt" "kringsynt" ; - kringutrustning_nn_1 = mkN "kringutrustning" ; - kringvaervd_av_1 = mkA "kringvдrvd" "kringvдrvt" ; - kringvandrande_av_1 = mkA "kringvandrande" ; - krinolin_nn_1 = mkN "krinolin" "krinoliner" ; - kris_nn_1 = mkN "kris" "kriser" ; - kris_nn_2 = mkN "kris" ; - krismedel_nn_1 = mkN "krismedel" neutrum ; - krispaket_nn_1 = mkN "krispaket" neutrum ; - kristall_nn_1 = mkN "kristall" "kristaller" ; - kristallaxel_nn_1 = mkN "kristallaxel" ; - kristallform_nn_1 = mkN "kristallform" "kristallformer" ; - kristallglas_nn_1 = mkN "kristallglas" neutrum ; - kristallin_av_1 = mkA "kristallin" ; - kristallinisk_av_1 = mkA "kristallinisk" ; - kristallins_nn_1 = mkN "kristallins" "kristallinser" ; - kristallisation_nn_1 = mkN "kristallisation" "kristallisationer" ; - kristallisk_av_1 = mkA "kristallisk" ; - kristallklar_av_1 = mkA "kristallklar" ; - kristallmoenster_nn_1 = mkN "kristallmцnster" neutrum ; - kristallmottagare_nn_1 = mkN "kristallmottagare" "kristallmottagare" ; - kristallografisk_av_1 = mkA "kristallografisk" ; - kristallsystem_nn_1 = mkN "kristallsystem" neutrum ; - kristen_av_1 = mkA "kristen" "kristet" ; - kristendom_nn_1 = mkN "kristendom" ; - kristenhet_nn_1 = mkN "kristenhet" "kristenheter" ; - kristid_nn_1 = mkN "kristid" "kristider" ; - kristidsfoeretag_nn_1 = mkN "kristidsfцretag" neutrum ; - kristlig_av_1 = mkA "kristlig" ; - kristtorn_nn_1 = mkN "kristtorn" ; - kristtrogen_av_1 = mkA "kristtrogen" "kristtroget" ; - kristusmonogram_nn_1 = mkN "kristusmonogram" "kristusmonogrammet" "kristusmonogram" "kristusmonogrammen" ; - kriterium_nn_1 = mkN "kriterium" "kriteriet" "kriterier" "kriterierna" ; - kritig_av_1 = mkA "kritig" ; - kritik_nn_1 = mkN "kritik" "kritiker" ; - kritiker_nn_1 = mkN "kritiker" "kritikern" "kritiker" "kritikerna" ; - kritikloes_av_1 = mkA "kritiklцs" ; - kritikstorm_nn_1 = mkN "kritikstorm" ; - kritisk_av_1 = mkA "kritisk" ; - kritstreck_nn_1 = mkN "kritstreck" neutrum ; - kritstrecksrandig_av_1 = mkA "kritstrecksrandig" ; - kritter_nn_1 = mkN "kritter" neutrum ; - kritvit_av_1 = mkA "kritvit" ; - kroat_nn_1 = mkN "kroat" "kroater" ; - kroatiska_nn_2 = mkN "kroatiska" ; - krock_nn_1 = mkN "krock" ; - kroegare_nn_1 = mkN "krцgare" "krцgare" ; - kroek_nn_1 = mkN "krцk" ; - kroekning_nn_1 = mkN "krцkning" ; - kroekt_av_1 = mkA "krцkt" "krцkt" ; - kroen_nn_1 = mkN "krцn" neutrum ; - kroenika_nn_1 = mkN "krцnika" ; - kroenikebok_nn_1 = mkN "krцnikebok" "krцnikebцcker" ; - kroenikespel_nn_1 = mkN "krцnikespel" "krцnikespelet" "krцnikespel" "krцnikespelen" ; - kroenikoer_nn_1 = mkN "krцnikцr" "krцnikцrer" ; - kroening_nn_1 = mkN "krцning" ; - kroeson_nn_1 = mkN "krцson" neutrum ; - kroesus_nn_1 = mkN "krцsus" ; - krog_nn_1 = mkN "krog" ; - krogkund_nn_1 = mkN "krogkund" "krogkunder" ; - krogrond_nn_1 = mkN "krogrond" "krogronder" ; - krogshow_nn_1 = mkN "krogshow" "krogshower" ; - krogsvaeng_nn_1 = mkN "krogsvдng" ; - krok_nn_1 = mkN "krok" ; - krokan_nn_1 = mkN "krokan" "krokaner" ; - krokben_ab_1 = mkAdv "krokben" ; - krokett_nn_1 = mkN "krokett" "kroketter" ; - kroki_nn_1 = mkN "kroki" "krokier" ; - krokig_av_1 = mkA "krokig" ; - krokighet_nn_1 = mkN "krokighet" "krokigheter" ; - kroknaest_av_1 = mkA "kroknдst" "kroknдst" ; - krokodil_nn_1 = mkN "krokodil" "krokodiler" ; - krokryggig_av_1 = mkA "krokryggig" ; - kroksabel_nn_1 = mkN "kroksabel" ; - krokus_nn_1 = mkN "krokus" ; - krokvaeg_nn_1 = mkN "krokvдg" ; - krokvuxen_av_1 = mkA "krokvuxen" "krokvuxet" ; - kromat_nn_1 = mkN "kromat" neutrum ; - kromatisk_av_1 = mkA "kromatisk" ; - kromolitografi_nn_1 = mkN "kromolitografi" "kromolitografier" ; - kromosom_nn_1 = mkN "kromosom" "kromosomer" ; - kromosompar_nn_1 = mkN "kromosompar" neutrum ; - kromosomuppsaettning_nn_1 = mkN "kromosomuppsдttning" ; - kronblad_nn_1 = mkN "kronblad" neutrum ; - kronbrud_nn_1 = mkN "kronbrud" ; - krondike_nn_1 = mkN "krondike" ; - kronhaest_nn_1 = mkN "kronhдst" ; - kronhjort_nn_1 = mkN "kronhjort" ; - kroniker_nn_1 = mkN "kroniker" "kronikern" "kroniker" "kronikerna" ; - kronikerhem_nn_1 = mkN "kronikerhem" "kronikerhemmet" "kronikerhem" "kronikerhemmen" ; - kronisk_av_1 = mkA "kronisk" ; - kronjurist_nn_1 = mkN "kronjurist" "kronjurister" ; - kronjuvel_nn_1 = mkN "kronjuvel" "kronjuveler" ; - kronkoloni_nn_1 = mkN "kronkoloni" "kronkolonier" ; - kronmutter_nn_1 = mkN "kronmutter" ; - kronofogde_nn_1 = mkN "kronofogde" utrum ; - kronojaegare_nn_1 = mkN "kronojдgare" "kronojдgare" ; - kronojord_nn_1 = mkN "kronojord" ; - kronologi_nn_1 = mkN "kronologi" "kronologier" ; - kronologisk_av_1 = mkA "kronologisk" ; - kronometer_nn_1 = mkN "kronometer" ; - kronopark_nn_1 = mkN "kronopark" "kronoparker" ; - kronoutskyld_nn_1 = mkN "kronoutskyld" "kronoutskylder" ; - kronprins_nn_1 = mkN "kronprins" ; - krontal_nn_1 = mkN "krontal" "krontalet" "krontalen" "krontalena" ; - kronvittne_nn_1 = mkN "kronvittne" ; - kronvrak_nn_1 = mkN "kronvrak" neutrum ; - kropp_nn_1 = mkN "kropp" ; - kroppaas_nn_1 = mkN "kroppеs" ; - kroppsarbetare_nn_1 = mkN "kroppsarbetare" "kroppsarbetare" ; - kroppsbild_nn_1 = mkN "kroppsbild" "kroppsbilder" ; - kroppsbyggare_nn_1 = mkN "kroppsbyggare" "kroppsbyggare" ; - kroppsbyggnad_nn_1 = mkN "kroppsbyggnad" "kroppsbyggnader" ; - kroppscell_nn_1 = mkN "kroppscell" "kroppsceller" ; - kroppsdel_nn_1 = mkN "kroppsdel" "kroppsdelen" "kroppsdelar" "kroppsdelarna" ; - kroppsfett_nn_1 = mkN "kroppsfett" "kroppsfettet" "kroppsfetter" "kroppsfetterna" ; - kroppsform_nn_1 = mkN "kroppsform" "kroppsformer" ; - kroppsfunktion_nn_1 = mkN "kroppsfunktion" "kroppsfunktioner" ; - kroppskanal_nn_1 = mkN "kroppskanal" "kroppskanaler" ; - kroppslig_av_1 = mkA "kroppslig" ; - kroppsligen_ab_1 = mkAdv "kroppsligen" ; - kroppsnaera_av_1 = mkA "kroppsnдra" ; - kroppsoeppning_nn_1 = mkN "kroppsцppning" ; - kroppsoevning_nn_1 = mkN "kroppsцvning" ; - kroppsorgan_nn_1 = mkN "kroppsorgan" neutrum ; - kroppsroerelse_nn_1 = mkN "kroppsrцrelse" "kroppsrцrelser" ; - kroppsstaellning_nn_1 = mkN "kroppsstдllning" ; - kroppsstyrka_nn_1 = mkN "kroppsstyrka" ; - kroppstemperatur_nn_1 = mkN "kroppstemperatur" "kroppstemperaturer" ; - kroppsvaetska_nn_1 = mkN "kroppsvдtska" ; - kroppsvaevnad_nn_1 = mkN "kroppsvдvnad" "kroppsvдvnader" ; - kroppsvikt_nn_1 = mkN "kroppsvikt" "kroppsvikter" ; - kroppsvisitation_nn_1 = mkN "kroppsvisitation" "kroppsvisitationer" ; - kross_nn_1 = mkN "kross" ; - krossaar_nn_1 = mkN "krossеr" neutrum ; - krossfri_av_1 = mkA "krossfri" "krossfritt" ; - krossmaskin_nn_1 = mkN "krossmaskin" "krossmaskiner" ; - krubbitare_nn_1 = mkN "krubbitare" "krubbitare" ; - krucifix_nn_1 = mkN "krucifix" neutrum ; - krukgods_nn_1 = mkN "krukgods" neutrum ; - krukmakare_nn_1 = mkN "krukmakare" "krukmakare" ; - krukmakeri_nn_1 = mkN "krukmakeri" "krukmakerit" "krukmakerier" "krukmakerierna" ; - krukvaext_nn_1 = mkN "krukvдxt" "krukvдxter" ; - krullhaarig_av_1 = mkA "krullhеrig" ; - krullig_av_1 = mkA "krullig" ; - krum_av_1 = mkA "krum" "krumt" "krumma" "krumma" "krummare" "krummast" "krummaste" ; - krumbukt_nn_1 = mkN "krumbukt" "krumbukter" ; - krumelur_nn_1 = mkN "krumelur" "krumelurer" ; - krumhorn_nn_1 = mkN "krumhorn" neutrum ; - krumpen_av_1 = mkA "krumpen" "krumpet" ; - krumspraang_nn_1 = mkN "krumsprеng" neutrum ; - krumstav_nn_1 = mkN "krumstav" ; - krus_nn_1 = mkN "krus" neutrum ; - krusbaer_nn_1 = mkN "krusbдr" neutrum ; - krusbaersbuske_nn_1 = mkN "krusbдrsbuske" utrum ; - kruserlig_av_1 = mkA "kruserlig" ; - krushaarig_av_1 = mkA "krushеrig" ; - krusidull_nn_1 = mkN "krusidull" "krusiduller" ; - krusidullig_av_1 = mkA "krusidullig" ; - krusig_av_1 = mkA "krusig" ; - krustaang_nn_1 = mkN "krustеng" "krustдnger" ; - krustaatel_nn_1 = mkN "krustеtel" ; - krustad_nn_1 = mkN "krustad" "krustader" ; - krutdurk_nn_1 = mkN "krutdurk" ; - krutgas_nn_1 = mkN "krutgas" "krutgaser" ; - krutgubbe_nn_1 = mkN "krutgubbe" utrum ; - kruthorn_nn_1 = mkN "kruthorn" neutrum ; - krutkorn_nn_1 = mkN "krutkorn" neutrum ; - krutmotor_nn_1 = mkN "krutmotor" "krutmotorer" ; - krutong_nn_1 = mkN "krutong" "krutonger" ; - krutsort_nn_1 = mkN "krutsort" "krutsorter" ; - kruttorr_av_1 = mkA "kruttorr" ; - krux_nn_1 = mkN "krux" neutrum ; - kry_av_1 = mkA "kry" "krytt" ; - kryckig_av_1 = mkA "kryckig" ; - kryddbod_nn_1 = mkN "kryddbod" ; - kryddgroensak_nn_1 = mkN "kryddgrцnsak" "kryddgrцnsaker" ; - kryddoert_nn_1 = mkN "kryddцrt" "kryddцrter" ; - kryddsaas_nn_1 = mkN "kryddsеs" "kryddsеser" ; - kryddstark_av_1 = mkA "kryddstark" ; - kryddvaext_nn_1 = mkN "kryddvдxt" "kryddvдxter" ; - krympfilm_nn_1 = mkN "krympfilm" "krympfilmer" ; - krympfri_av_1 = mkA "krympfri" "krympfritt" ; - krympling_nn_1 = mkN "krympling" ; - krympmaan_nn_1 = mkN "krympmеn" "krympmеner" ; - kryogen_av_1 = mkA "kryogen" ; - kryostat_nn_1 = mkN "kryostat" "kryostater" ; - kryoteknik_nn_1 = mkN "kryoteknik" "kryotekniker" ; - kryp_nn_1 = mkN "kryp" neutrum ; - kryperi_nn_1 = mkN "kryperi" "kryperit" "kryperier" "kryperierna" ; - krypfil_nn_1 = mkN "krypfil" "krypfiler" ; - kryphaal_nn_1 = mkN "kryphеl" neutrum ; - kryphaallfasthet_nn_1 = mkN "kryphеllfasthet" "kryphеllfastheter" ; - krypin_nn_1 = mkN "krypin" "krypinnet" "krypin" "krypinnen" ; - krypskytt_nn_1 = mkN "krypskytt" ; - kryptisk_av_1 = mkA "kryptisk" ; - krypto_nn_1 = mkN "krypto" "kryptot" "krypton" "kryptona" ; - kryptofascist_nn_1 = mkN "kryptofascist" "kryptofascister" ; - kryptogam_av_1 = mkA "kryptogam" ; - kryptogam_nn_1 = mkN "kryptogam" "kryptogamer" ; - krysantem_nn_1 = mkN "krysantem" "krysantemer" ; - krysantemum_nn_1 = mkN "krysantemum" ; - krysolit_nn_1 = mkN "krysolit" "krysoliter" ; - krysopras_nn_1 = mkN "krysopras" "krysopraser" ; - kryss_nn_1 = mkN "kryss" neutrum ; - kryssare_nn_1 = mkN "kryssare" "kryssare" ; - kryssfoerband_nn_1 = mkN "kryssfцrband" neutrum ; - krysshult_nn_1 = mkN "krysshult" ; - kryssmast_nn_1 = mkN "kryssmast" "kryssmaster" ; - kryssning_nn_1 = mkN "kryssning" ; - kryssningsraket_nn_1 = mkN "kryssningsraket" "kryssningsraketer" ; - kryssningsrobot_nn_1 = mkN "kryssningsrobot" ; - krysstag_nn_1 = mkN "krysstag" neutrum ; - kryssvalv_nn_1 = mkN "kryssvalv" neutrum ; - krystvaerk_nn_1 = mkN "krystvдrk" ; - kub_nn_1 = mkN "kub" "kuber" ; - kuban_nn_1 = mkN "kuban" "kubaner" ; - kubansk_av_1 = mkA "kubansk" ; - kubb_nn_1 = mkN "kubb" ; - kubbe_nn_1 = mkN "kubbe" utrum ; - kubik_nn_1 = mkN "kubik" "kubiken" "kubik" "kubiken" ; - kubikdecimeter_nn_1 = mkN "kubikdecimeter" ; - kubikmeter_nn_1 = mkN "kubikmeter" ; - kubikmillimeter_nn_1 = mkN "kubikmillimeter" ; - kubikrot_nn_1 = mkN "kubikrot" "kubikrцtter" ; - kubisk_av_1 = mkA "kubisk" ; - kubist_nn_1 = mkN "kubist" "kubister" ; - kubistisk_av_1 = mkA "kubistisk" ; - kudde_nn_1 = mkN "kudde" utrum ; - kuddkrig_nn_1 = mkN "kuddkrig" neutrum ; - kuddvar_nn_1 = mkN "kuddvar" neutrum ; - kuf_nn_1 = mkN "kuf" ; - kufisk_av_1 = mkA "kufisk" ; - kugg_nn_1 = mkN "kugg" ; - kugge_nn_1 = mkN "kugge" utrum ; - kuggfraaga_nn_1 = mkN "kuggfrеga" ; - kugghjul_nn_1 = mkN "kugghjul" neutrum ; - kuggstaang_nn_1 = mkN "kuggstеng" "kuggstдnger" ; - kuggvaexel_nn_1 = mkN "kuggvдxel" ; - kujon_nn_1 = mkN "kujon" "kujoner" ; - kuk_nn_1 = mkN "kuk" ; - kul_av_1 = mkA "kul" ; - kulak_nn_1 = mkN "kulak" "kulaker" ; - kulen_av_1 = mkA "kulen" "kulet" ; - kulfaang_nn_1 = mkN "kulfеng" neutrum ; - kulgevaer_nn_1 = mkN "kulgevдr" neutrum ; - kulhaal_nn_1 = mkN "kulhеl" neutrum ; - kuli_nn_1 = mkN "kuli" "kulin" "kulier" "kulierna" ; - kulig_av_1 = mkA "kulig" ; - kulinarisk_av_1 = mkA "kulinarisk" ; - kuling_nn_1 = mkN "kuling" ; - kuliss_nn_1 = mkN "kuliss" "kulisser" ; - kulkaerve_nn_1 = mkN "kulkдrve" utrum ; - kulkvarn_nn_1 = mkN "kulkvarn" ; - kull_ab_1 = mkAdv "kull" ; - kull_nn_1 = mkN "kull" ; - kullager_nn_1 = mkN "kullager" neutrum ; - kulle_nn_1 = mkN "kulle" utrum ; - kulled_nn_1 = mkN "kulled" "kulleder" ; - kullersten_nn_1 = mkN "kullersten" "kullerstenen" "kullerstenar" "kullerstenarna" ; - kullig_av_1 = mkA "kullig" ; - kullkamrat_nn_1 = mkN "kullkamrat" "kullkamrater" ; - kullko_nn_1 = mkN "kullko" "kullkor" ; - kullrig_av_1 = mkA "kullrig" ; - kullsyskon_nn_1 = mkN "kullsyskon" neutrum ; - kulmage_nn_1 = mkN "kulmage" utrum ; - kulmination_nn_1 = mkN "kulmination" "kulminationer" ; - kuloer_nn_1 = mkN "kulцr" "kulцrer" ; - kuloert_av_1 = mkA "kulцrt" "kulцrt" ; - kuloertvaett_nn_1 = mkN "kulцrtvдtt" ; - kulram_nn_1 = mkN "kulram" ; - kulskrivmaskin_nn_1 = mkN "kulskrivmaskin" "kulskrivmaskiner" ; - kulspel_nn_1 = mkN "kulspel" "kulspelet" "kulspel" "kulspelen" ; - kulsprutegevaer_nn_1 = mkN "kulsprutegevдr" neutrum ; - kulsprutepistol_nn_1 = mkN "kulsprutepistol" "kulsprutepistoler" ; - kulstoetare_nn_1 = mkN "kulstцtare" "kulstцtare" ; - kulstoetning_nn_1 = mkN "kulstцtning" ; - kult_nn_1 = mkN "kult" "kulter" ; - kult_nn_2 = mkN "kult" ; - kultfoeremaal_nn_1 = mkN "kultfцremеl" neutrum ; - kulthandling_nn_1 = mkN "kulthandling" ; - kulting_nn_1 = mkN "kulting" ; - kultisk_av_1 = mkA "kultisk" ; - kultivator_nn_1 = mkN "kultivator" "kultivatorer" ; - kultplats_nn_1 = mkN "kultplats" "kultplatser" ; - kultur_nn_1 = mkN "kultur" "kulturer" ; - kulturaktivitet_nn_1 = mkN "kulturaktivitet" "kulturaktiviteter" ; - kulturarbetare_nn_1 = mkN "kulturarbetare" "kulturarbetare" ; - kulturartikel_nn_1 = mkN "kulturartikel" ; - kulturarv_nn_1 = mkN "kulturarv" neutrum ; - kulturattache_nn_1 = mkN "kulturattachй" "kulturattachйer" ; - kulturbaerare_nn_1 = mkN "kulturbдrare" "kulturbдrare" ; - kulturbygd_nn_1 = mkN "kulturbygd" "kulturbygder" ; - kulturcentrum_nn_1 = mkN "kulturcentrum" neutrum ; - kulturchock_nn_1 = mkN "kulturchock" "kulturchocker" ; - kulturdebatt_nn_1 = mkN "kulturdebatt" "kulturdebatter" ; - kulturell_av_1 = mkA "kulturell" ; - kulturfientlig_av_1 = mkA "kulturfientlig" ; - kulturfolk_nn_1 = mkN "kulturfolk" neutrum ; - kulturform_nn_1 = mkN "kulturform" "kulturformer" ; - kulturgaerning_nn_1 = mkN "kulturgдrning" ; - kulturhistorisk_av_1 = mkA "kulturhistorisk" ; - kulturhus_nn_1 = mkN "kulturhus" neutrum ; - kulturinstitut_nn_1 = mkN "kulturinstitut" neutrum ; - kulturknutte_nn_1 = mkN "kulturknutte" utrum ; - kulturkollision_nn_1 = mkN "kulturkollision" "kulturkollisioner" ; - kulturkrets_nn_1 = mkN "kulturkrets" ; - kulturlager_nn_1 = mkN "kulturlager" neutrum ; - kulturland_nn_1 = mkN "kulturland" "kulturlandet" "kulturlдnder" "kulturlдnderna" ; - kulturlandskap_nn_1 = mkN "kulturlandskap" "kulturlandskapet" "kulturlandskapen" "kulturlandskapena" ; - kulturminne_nn_1 = mkN "kulturminne" ; - kulturminnesmaerke_nn_1 = mkN "kulturminnesmдrke" ; - kulturminnesvaard_nn_1 = mkN "kulturminnesvеrd" ; - kulturmoenster_nn_1 = mkN "kulturmцnster" neutrum ; - kulturperson_nn_1 = mkN "kulturperson" "kulturpersoner" ; - kulturpersonlighet_nn_1 = mkN "kulturpersonlighet" "kulturpersonligheter" ; - kulturraad_nn_1 = mkN "kulturrеd" neutrum ; - kulturradikal_nn_1 = mkN "kulturradikal" "kulturradikaler" ; - kulturreservat_nn_1 = mkN "kulturreservat" neutrum ; - kulturrevolution_nn_1 = mkN "kulturrevolution" "kulturrevolutioner" ; - kultursida_nn_1 = mkN "kultursida" ; - kulturskribent_nn_1 = mkN "kulturskribent" "kulturskribenter" ; - kulturutbyte_nn_1 = mkN "kulturutbyte" ; - kulturvaext_nn_1 = mkN "kulturvдxt" "kulturvдxter" ; - kulventil_nn_1 = mkN "kulventil" "kulventiler" ; - kulvert_nn_1 = mkN "kulvert" ; - kummel_nn_1 = mkN "kummel" "kummlet" "kummel" "kummlen" ; - kummel_nn_2 = mkN "kummel" "kummeln" "kummlar" "kummlarna" ; - kumpan_nn_1 = mkN "kumpan" "kumpaner" ; - kumulativ_av_1 = mkA "kumulativ" ; - kumulering_nn_1 = mkN "kumulering" ; - kund_nn_1 = mkN "kund" "kunder" ; - kundkrets_nn_1 = mkN "kundkrets" ; - kundvagn_nn_1 = mkN "kundvagn" ; - kung_nn_1 = mkN "kung" ; - kungaaett_nn_1 = mkN "kungaдtt" "kungaдtter" ; - kungadoeme_nn_1 = mkN "kungadцme" ; - kungaed_nn_1 = mkN "kungaed" "kungaeder" ; - kungahus_nn_1 = mkN "kungahus" neutrum ; - kungalaengd_nn_1 = mkN "kungalдngd" "kungalдngder" ; - kungasaete_nn_1 = mkN "kungasдte" ; - kungaval_nn_1 = mkN "kungaval" neutrum ; - kunglig_av_1 = mkA "kunglig" ; - kunglighet_nn_1 = mkN "kunglighet" "kungligheter" ; - kungoerelse_nn_1 = mkN "kungцrelse" "kungцrelser" ; - kungsaadra_nn_1 = mkN "kungsеdra" ; - kungsaengslilja_nn_1 = mkN "kungsдngslilja" ; - kungsblaa_av_1 = mkA "kungsblе" "kungsblеtt" ; - kungsbonde_nn_1 = mkN "kungsbonde" "kungsbцnder" ; - kungsfaagel_nn_1 = mkN "kungsfеgel" ; - kungsfiskare_nn_1 = mkN "kungsfiskare" "kungsfiskare" ; - kungsgaard_nn_1 = mkN "kungsgеrd" ; - kungsgambit_nn_1 = mkN "kungsgambit" ; - kungshoeg_nn_1 = mkN "kungshцg" ; - kungsljus_nn_1 = mkN "kungsljus" neutrum ; - kungsoern_nn_1 = mkN "kungsцrn" ; - kungsord_nn_1 = mkN "kungsord" neutrum ; - kungstanke_nn_1 = mkN "kungstanke" utrum ; - kungstiger_nn_1 = mkN "kungstiger" ; - kungsvaeg_nn_1 = mkN "kungsvдg" ; - kunnig_av_1 = mkA "kunnig" ; - kunskap_nn_1 = mkN "kunskap" "kunskaper" ; - kunskapare_nn_1 = mkN "kunskapare" "kunskapare" ; - kunskapskontroll_nn_1 = mkN "kunskapskontroll" "kunskapskontroller" ; - kunskapsnivaa_nn_1 = mkN "kunskapsnivе" "kunskapsnivеer" ; - kunskapsstoff_nn_1 = mkN "kunskapsstoff" neutrum ; - kupe_nn_1 = mkN "kupй" "kupйer" ; - kupevaermare_nn_1 = mkN "kupйvдrmare" "kupйvдrmare" ; - kupidon_nn_1 = mkN "kupidon" "kupidoner" ; - kupig_av_1 = mkA "kupig" ; - kuplett_nn_1 = mkN "kuplett" "kupletter" ; - kupol_nn_1 = mkN "kupol" "kupoler" ; - kupolformig_av_1 = mkA "kupolformig" ; - kupolgrav_nn_1 = mkN "kupolgrav" ; - kupong_nn_1 = mkN "kupong" "kuponger" ; - kupongklippare_nn_1 = mkN "kupongklippare" "kupongklippare" ; - kupp_nn_1 = mkN "kupp" "kupper" ; - kuppfoersoek_nn_1 = mkN "kuppfцrsцk" neutrum ; - kur_nn_1 = mkN "kur" "kurer" ; - kur_nn_2 = mkN "kur" ; - kuranstalt_nn_1 = mkN "kuranstalt" "kuranstalter" ; - kurant_av_1 = mkA "kurant" "kurant" ; - kuratel_nn_1 = mkN "kuratel" "kuratelet" "kuratel" "kuratelen" ; - kurativ_av_1 = mkA "kurativ" ; - kurator_nn_1 = mkN "kurator" "kuratorer" ; - kurbits_nn_1 = mkN "kurbits" ; - kurd_nn_1 = mkN "kurd" "kurder" ; - kurdiska_nn_2 = mkN "kurdiska" ; - kurfurste_nn_1 = mkN "kurfurste" utrum ; - kurhus_nn_1 = mkN "kurhus" neutrum ; - kurioes_av_1 = mkA "kuriцs" ; - kuriositet_nn_1 = mkN "kuriositet" "kuriositeter" ; - kuriosum_nn_1 = mkN "kuriosum" "kuriosum" "kuriosa" "kuriosana" ; - kurir_nn_1 = mkN "kurir" "kurirer" ; - kurirpass_nn_1 = mkN "kurirpass" neutrum ; - kurort_nn_1 = mkN "kurort" "kurorter" ; - kurr_nn_2 = mkN "kurr" neutrum ; - kurre_nn_1 = mkN "kurre" utrum ; - kurs_nn_1 = mkN "kurs" "kurser" ; - kursare_nn_1 = mkN "kursare" "kursare" ; - kursiv_av_1 = mkA "kursiv" ; - kursiv_nn_1 = mkN "kursiv" "kursiver" ; - kurskamrat_nn_1 = mkN "kurskamrat" "kurskamrater" ; - kursnotering_nn_1 = mkN "kursnotering" ; - kursor_nn_1 = mkN "kursor" "kursorer" ; - kursorisk_av_1 = mkA "kursorisk" ; - kursstegring_nn_1 = mkN "kursstegring" ; - kurtage_nn_1 = mkN "kurtage" "kurtaget" "kurtage" "kurtagen" ; - kurtis_nn_1 = mkN "kurtis" "kurtiser" ; - kurtisan_nn_1 = mkN "kurtisan" "kurtisaner" ; - kurtisoer_nn_1 = mkN "kurtisцr" "kurtisцrer" ; - kurvatur_nn_1 = mkN "kurvatur" "kurvaturer" ; - kurvig_av_1 = mkA "kurvig" ; - kurvstabil_av_1 = mkA "kurvstabil" ; - kurvtagning_nn_1 = mkN "kurvtagning" ; - kuse_nn_1 = mkN "kuse" utrum ; - kusin_nn_1 = mkN "kusin" "kusiner" ; - kusinaektenskap_nn_1 = mkN "kusinдktenskap" "kusinдktenskapet" "kusinдktenskapen" "kusinдktenskapena" ; - kusk_nn_1 = mkN "kusk" ; - kuskbock_nn_1 = mkN "kuskbock" ; - kuslig_av_1 = mkA "kuslig" ; - kust_nn_1 = mkN "kust" "kuster" ; - kustbygd_nn_1 = mkN "kustbygd" "kustbygder" ; - kustfisk_nn_1 = mkN "kustfisk" ; - kustjaegare_nn_1 = mkN "kustjдgare" "kustjдgare" ; - kustlinje_nn_1 = mkN "kustlinje" "kustlinjer" ; - kustod_nn_1 = mkN "kustod" "kustoder" ; - kustomraade_nn_1 = mkN "kustomrеde" ; - kustort_nn_1 = mkN "kustort" "kustorter" ; - kustslaett_nn_1 = mkN "kustslдtt" "kustslдtter" ; - kut_nn_1 = mkN "kut" ; - kutig_av_1 = mkA "kutig" ; - kutryggig_av_1 = mkA "kutryggig" ; - kutter_nn_2 = mkN "kutter" ; - kutting_nn_1 = mkN "kutting" ; - kuttrasju_nn_1 = mkN "kuttrasju" "kuttrasjut" "kuttrasjun" "kuttrasjuna" ; - kutym_nn_1 = mkN "kutym" "kutymer" ; - kuvert_nn_1 = mkN "kuvert" neutrum ; - kuvertavgift_nn_1 = mkN "kuvertavgift" "kuvertavgifter" ; - kuvertbroed_nn_1 = mkN "kuvertbrцd" neutrum ; - kuvoes_nn_1 = mkN "kuvцs" "kuvцser" ; - kuwaitier_nn_1 = mkN "kuwaitier" "kuwaitiern" "kuwaitier" "kuwaitierna" ; - kuwaitisk_av_1 = mkA "kuwaitisk" ; - kvackare_nn_1 = mkN "kvackare" "kvackare" ; - kvacksalvare_nn_1 = mkN "kvacksalvare" "kvacksalvare" ; - kvacksalveri_nn_1 = mkN "kvacksalveri" "kvacksalverit" "kvacksalverier" "kvacksalverierna" ; - kvader_nn_1 = mkN "kvader" ; - kvadrant_nn_1 = mkN "kvadrant" "kvadranter" ; - kvadrat_nn_1 = mkN "kvadrat" "kvadrater" ; - kvadratisk_av_1 = mkA "kvadratisk" ; - kvadratkilometer_nn_1 = mkN "kvadratkilometer" ; - kvadratmeter_nn_1 = mkN "kvadratmeter" ; - kvadratrot_nn_1 = mkN "kvadratrot" "kvadratrцtter" ; - kvadriljon_nn_1 = mkN "kvadriljon" "kvadriljoner" ; - kvadrupelallians_nn_1 = mkN "kvadrupelallians" "kvadrupelallianser" ; - kvaeda_vb_1 = mkV "kvдda" "kvad" "kvдdit" ; - kvaekare_nn_1 = mkN "kvдkare" "kvдkare" ; - kvaeljning_nn_1 = mkN "kvдljning" ; - kvaell_nn_1 = mkN "kvдll" ; - kvaellsbris_nn_1 = mkN "kvдllsbris" ; - kvaellsignal_nn_1 = mkN "kvдllsignal" "kvдllsignaler" ; - kvaellskurs_nn_1 = mkN "kvдllskurs" "kvдllskurser" ; - kvaellslig_av_1 = mkA "kvдllslig" ; - kvaellsmaaltid_nn_1 = mkN "kvдllsmеltid" "kvдllsmеltider" ; - kvaellsmaenniska_nn_1 = mkN "kvдllsmдnniska" ; - kvaellsoeppen_av_1 = mkA "kvдllsцppen" "kvдllsцppet" ; - kvaellssammankomst_nn_1 = mkN "kvдllssammankomst" "kvдllssammankomster" ; - kvaellsunderhaallning_nn_1 = mkN "kvдllsunderhеllning" ; - kvaellsvard_nn_1 = mkN "kvдllsvard" "kvдllsvarder" ; - kvaevande_av_1 = mkA "kvдvande" ; - kvaevegoedselmedel_nn_1 = mkN "kvдvegцdselmedel" neutrum ; - kvaeveoxid_nn_1 = mkN "kvдveoxid" "kvдveoxider" ; - kval_nn_1 = mkN "kval" neutrum ; - kvalfull_av_1 = mkA "kvalfull" ; - kvalfylld_av_1 = mkA "kvalfylld" "kvalfyllt" ; - kvalificering_nn_1 = mkN "kvalificering" ; - kvalifikation_nn_1 = mkN "kvalifikation" "kvalifikationer" ; - kvalifikationsaar_nn_1 = mkN "kvalifikationsеr" neutrum ; - kvalitativ_av_1 = mkA "kvalitativ" ; - kvalite_nn_1 = mkN "kvalitй" "kvalitйer" ; - kvalitet_nn_1 = mkN "kvalitet" "kvaliteter" ; - kvalitetsauktion_nn_1 = mkN "kvalitetsauktion" "kvalitetsauktioner" ; - kvalitetskontroll_nn_1 = mkN "kvalitetskontroll" "kvalitetskontroller" ; - kvalmig_av_1 = mkA "kvalmig" ; - kvalster_nn_1 = mkN "kvalster" neutrum ; - kvantitativ_av_1 = mkA "kvantitativ" ; - kvantitet_nn_1 = mkN "kvantitet" "kvantiteter" ; - kvanttal_nn_1 = mkN "kvanttal" "kvanttalet" "kvanttalen" "kvanttalena" ; - kvantum_nn_1 = mkN "kvantum" neutrum ; - kvar_ab_1 = mkAdv "kvar" ; - kvargloemd_av_1 = mkA "kvarglцmd" "kvarglцmt" ; - kvarhaalla_vb_1 = mkV "kvarhеlla" "kvarhцll" "kvarhеllit" ; - kvark_nn_1 = mkN "kvark" ; - kvarkklimp_nn_1 = mkN "kvarkklimp" ; - kvarn_nn_1 = mkN "kvarn" ; - kvarndamm_nn_1 = mkN "kvarndamm" ; - kvarnhjul_nn_1 = mkN "kvarnhjul" neutrum ; - kvarnsten_nn_1 = mkN "kvarnsten" "kvarnstenen" "kvarnstenar" "kvarnstenarna" ; - kvarnvinge_nn_1 = mkN "kvarnvinge" utrum ; - kvarsittare_nn_1 = mkN "kvarsittare" "kvarsittare" ; - kvarskatt_nn_1 = mkN "kvarskatt" "kvarskatter" ; - kvarstad_nn_1 = mkN "kvarstad" "kvarstader" ; - kvart_nn_1 = mkN "kvart" ; - kvart_nn_2 = mkN "kvart" "kvarter" ; - kvart_nn_3 = mkN "kvart" ; - kvartal_nn_1 = mkN "kvartal" "kvartalet" "kvartalen" "kvartalena" ; - kvarter_nn_1 = mkN "kvarter" "kvarteret" "kvarter" "kvarteren" ; - kvartermaestare_nn_1 = mkN "kvartermдstare" "kvartermдstare" ; - kvarterspolis_nn_1 = mkN "kvarterspolis" "kvarterspoliser" ; - kvartett_nn_1 = mkN "kvartett" "kvartetter" ; - kvartil_nn_1 = mkN "kvartil" "kvartiler" ; - kvarting_nn_1 = mkN "kvarting" ; - kvarts_nn_1 = mkN "kvarts" "kvartser" ; - kvartsbutelj_nn_1 = mkN "kvartsbutelj" "kvartsbuteljer" ; - kvartsfigur_nn_1 = mkN "kvartsfigur" "kvartsfigurer" ; - kvartsfinal_nn_1 = mkN "kvartsfinal" "kvartsfinaler" ; - kvartsit_nn_1 = mkN "kvartsit" "kvartsiter" ; - kvartskristall_nn_1 = mkN "kvartskristall" "kvartskristaller" ; - kvartssamtal_nn_1 = mkN "kvartssamtal" "kvartssamtalet" "kvartssamtalen" "kvartssamtalena" ; - kvartssekel_nn_1 = mkN "kvartssekel" neutrum ; - kvartston_nn_1 = mkN "kvartston" "kvartstoner" ; - kvartsur_nn_1 = mkN "kvartsur" neutrum ; - kvarvarande_av_1 = mkA "kvarvarande" ; - kvasar_nn_1 = mkN "kvasar" "kvasarer" ; - kvasikontrakt_nn_1 = mkN "kvasikontrakt" neutrum ; - kvasikristall_nn_1 = mkN "kvasikristall" "kvasikristaller" ; - kvass_nn_1 = mkN "kvass" ; - kvast_nn_1 = mkN "kvast" ; - kvastfening_nn_1 = mkN "kvastfening" ; - kvastprick_nn_1 = mkN "kvastprick" ; - kvastskaft_nn_1 = mkN "kvastskaft" neutrum ; - kvav_av_1 = mkA "kvav" ; - kved_nn_1 = mkN "kved" ; - kverulant_nn_1 = mkN "kverulant" "kverulanter" ; - kverulantisk_av_1 = mkA "kverulantisk" ; - kvick_av_1 = mkA "kvick" ; - kvickhet_nn_1 = mkN "kvickhet" "kvickheter" ; - kvickhuvud_nn_1 = mkN "kvickhuvud" "kvickhuvudet" "kvickhuvuden" "kvickhuvudena" ; - kvickoegd_av_1 = mkA "kvickцgd" "kvickцgt" ; - kvicksilverfoerening_nn_1 = mkN "kvicksilverfцrening" ; - kvicksilverpelare_nn_1 = mkN "kvicksilverpelare" "kvicksilverpelare" ; - kvicktaenkt_av_1 = mkA "kvicktдnkt" "kvicktдnkt" ; - kvidande_nn_1 = mkN "kvidande" ; - kvidd_nn_1 = mkN "kvidd" "kvidder" ; - kvigkalv_nn_1 = mkN "kvigkalv" ; - kvinna_nn_1 = mkN "kvinna" ; - kvinnfolk_nn_1 = mkN "kvinnfolk" neutrum ; - kvinnlig_av_1 = mkA "kvinnlig" ; - kvinnoben_nn_1 = mkN "kvinnoben" neutrum ; - kvinnobild_nn_1 = mkN "kvinnobild" "kvinnobilder" ; - kvinnobroest_nn_1 = mkN "kvinnobrцst" neutrum ; - kvinnodraekt_nn_1 = mkN "kvinnodrдkt" "kvinnodrдkter" ; - kvinnofaengelse_nn_1 = mkN "kvinnofдngelse" "kvinnofдngelset" "kvinnofдngelser" "kvinnofдngelserna" ; - kvinnofoerfoerare_nn_1 = mkN "kvinnofцrfцrare" "kvinnofцrfцrare" ; - kvinnofraaga_nn_1 = mkN "kvinnofrеga" ; - kvinnofrisyr_nn_1 = mkN "kvinnofrisyr" "kvinnofrisyrer" ; - kvinnograv_nn_1 = mkN "kvinnograv" ; - kvinnohus_nn_1 = mkN "kvinnohus" neutrum ; - kvinnoklinik_nn_1 = mkN "kvinnoklinik" "kvinnokliniker" ; - kvinnolaeger_nn_1 = mkN "kvinnolдger" neutrum ; - kvinnolaekare_nn_1 = mkN "kvinnolдkare" "kvinnolдkare" ; - kvinnonamn_nn_1 = mkN "kvinnonamn" neutrum ; - kvinnoplagg_nn_1 = mkN "kvinnoplagg" neutrum ; - kvinnopraest_nn_1 = mkN "kvinnoprдst" "kvinnoprдster" ; - kvinnoroerelse_nn_1 = mkN "kvinnorцrelse" "kvinnorцrelser" ; - kvinnoroll_nn_1 = mkN "kvinnoroll" "kvinnoroller" ; - kvinnorov_nn_1 = mkN "kvinnorov" neutrum ; - kvinnosakskvinna_nn_1 = mkN "kvinnosakskvinna" ; - kvinnosjukdom_nn_1 = mkN "kvinnosjukdom" ; - kvinnoskulptur_nn_1 = mkN "kvinnoskulptur" "kvinnoskulpturer" ; - kvinnotjusare_nn_1 = mkN "kvinnotjusare" "kvinnotjusare" ; - kvint_nn_1 = mkN "kvint" "kvinter" ; - kvintett_nn_1 = mkN "kvintett" "kvintetter" ; - kvisslig_av_1 = mkA "kvisslig" ; - kvist_nn_1 = mkN "kvist" ; - kvistfri_av_1 = mkA "kvistfri" "kvistfritt" ; - kvisthaal_nn_1 = mkN "kvisthеl" neutrum ; - kvistig_av_1 = mkA "kvistig" ; - kvistliknande_av_1 = mkA "kvistliknande" ; - kvistloes_av_1 = mkA "kvistlцs" ; - kvitt_ab_1 = mkAdv "kvitt" ; - kvitt_av_1 = mkA "kvitt" ; - kvitten_nn_1 = mkN "kvitten" "kvitten" "kvitten" "kvittena" ; - kvittens_nn_1 = mkN "kvittens" "kvittenser" ; - kvitteringsmaal_nn_1 = mkN "kvitteringsmеl" neutrum ; - kvittning_nn_1 = mkN "kvittning" ; - kvitto_nn_1 = mkN "kvitto" "kvittot" "kvitton" "kvittona" ; - kvittrig_av_1 = mkA "kvittrig" ; - kvot_nn_1 = mkN "kvot" "kvoter" ; - kvotering_nn_1 = mkN "kvotering" ; - kybernetik_nn_1 = mkN "kybernetik" "kybernetiker" ; - kybernetisk_av_1 = mkA "kybernetisk" ; - kyckling_nn_1 = mkN "kyckling" ; - kycklingmoder_nn_1 = mkN "kycklingmoder" "kycklingmodern" "kycklingmцdrar" "kycklingmцdrarna" ; - kyffig_av_1 = mkA "kyffig" ; - kyl_nn_1 = mkN "kyl" ; - kylare_nn_1 = mkN "kylare" "kylare" ; - kylargaller_nn_1 = mkN "kylargaller" neutrum ; - kylargardin_nn_1 = mkN "kylargardin" "kylargardiner" ; - kyldisk_nn_1 = mkN "kyldisk" ; - kylhus_nn_1 = mkN "kylhus" neutrum ; - kylig_av_1 = mkA "kylig" ; - kylklamp_nn_1 = mkN "kylklamp" ; - kylkonserv_nn_1 = mkN "kylkonserv" "kylkonserver" ; - kylledning_nn_1 = mkN "kylledning" ; - kyller_nn_1 = mkN "kyller" neutrum ; - kylning_nn_1 = mkN "kylning" ; - kylsig_av_1 = mkA "kylsig" ; - kylskaap_nn_1 = mkN "kylskеp" neutrum ; - kylslagen_av_1 = mkA "kylslagen" "kylslaget" ; - kylvagn_nn_1 = mkN "kylvagn" ; - kymation_nn_1 = mkN "kymation" "kymatiet" "kymatier" "kymatierna" ; - kymig_av_1 = mkA "kymig" ; - kymograf_nn_1 = mkN "kymograf" "kymografer" ; - kymrer_nn_1 = mkN "kymrer" "kymrern" "kymrer" "kymrerna" ; - kyniker_nn_1 = mkN "kyniker" "kynikern" "kyniker" "kynikerna" ; - kynisk_av_1 = mkA "kynisk" ; - kynolog_nn_1 = mkN "kynolog" "kynologer" ; - kyp_nn_1 = mkN "kyp" ; - kypare_nn_1 = mkN "kypare" "kypare" ; - kypert_nn_1 = mkN "kypert" ; - kyrass_nn_1 = mkN "kyrass" "kyrasser" ; - kyrassiaer_nn_1 = mkN "kyrassiдr" "kyrassiдrer" ; - kyrillisk_av_1 = mkA "kyrillisk" ; - kyrka_nn_1 = mkN "kyrka" ; - kyrkbaat_nn_1 = mkN "kyrkbеt" ; - kyrkbacke_nn_1 = mkN "kyrkbacke" utrum ; - kyrkbaenk_nn_1 = mkN "kyrkbдnk" ; - kyrkbesoek_nn_1 = mkN "kyrkbesцk" neutrum ; - kyrkbibel_nn_1 = mkN "kyrkbibel" ; - kyrkbok_nn_1 = mkN "kyrkbok" "kyrkbцcker" ; - kyrkbroellop_nn_1 = mkN "kyrkbrцllop" neutrum ; - kyrkby_nn_1 = mkN "kyrkby" "kyrkbyn" "kyrkbyar" "kyrkbyarna" ; - kyrkfoenster_nn_1 = mkN "kyrkfцnster" neutrum ; - kyrklig_av_1 = mkA "kyrklig" ; - kyrkoaar_nn_1 = mkN "kyrkoеr" neutrum ; - kyrkoadjunkt_nn_1 = mkN "kyrkoadjunkt" "kyrkoadjunkter" ; - kyrkobesoek_nn_1 = mkN "kyrkobesцk" neutrum ; - kyrkobesoekare_nn_1 = mkN "kyrkobesцkare" "kyrkobesцkare" ; - kyrkobok_nn_1 = mkN "kyrkobok" "kyrkobцcker" ; - kyrkobroder_nn_1 = mkN "kyrkobroder" "kyrkobrodern" "kyrkobrцder" "kyrkobrцderna" ; - kyrkofader_nn_1 = mkN "kyrkofader" "kyrkofadern" "kyrkofдder" "kyrkofдderna" ; - kyrkofullmaektig_nn_1 = mkN "kyrkofullmдktig" "kyrkofullmдktigen" "kyrkofullmдktige" "kyrkofullmдktigena" ; - kyrkogaard_nn_1 = mkN "kyrkogеrd" ; - kyrkohandbok_nn_1 = mkN "kyrkohandbok" "kyrkohandbцcker" ; - kyrkoherde_nn_1 = mkN "kyrkoherde" utrum ; - kyrkoman_nn_1 = mkN "kyrkoman" "kyrkomannen" "kyrkomдn" "kyrkomдnnen" ; - kyrkomoete_nn_1 = mkN "kyrkomцte" ; - kyrkomusiker_nn_1 = mkN "kyrkomusiker" "kyrkomusikern" "kyrkomusiker" "kyrkomusikerna" ; - kyrkoraad_nn_1 = mkN "kyrkorеd" neutrum ; - kyrkorum_nn_1 = mkN "kyrkorum" "kyrkorummet" "kyrkorum" "kyrkorummen" ; - kyrkosaang_nn_1 = mkN "kyrkosеng" "kyrkosеnger" ; - kyrkosamfund_nn_1 = mkN "kyrkosamfund" neutrum ; - kyrkospraak_nn_1 = mkN "kyrkosprеk" neutrum ; - kyrkostaemma_nn_1 = mkN "kyrkostдmma" ; - kyrkoton_nn_1 = mkN "kyrkoton" "kyrkotoner" ; - kyrkotonart_nn_1 = mkN "kyrkotonart" "kyrkotonarter" ; - kyrkoverksamhet_nn_1 = mkN "kyrkoverksamhet" "kyrkoverksamheter" ; - kyrksal_nn_1 = mkN "kyrksal" ; - kyrksam_av_1 = mkA "kyrksam" "kyrksamt" "kyrksamma" "kyrksamma" "kyrksammare" "kyrksammast" "kyrksammaste" ; - kyrkskriva_vb_1 = mkV "kyrkskriva" "kyrkskrev" "kyrkskrivit" ; - kyrksocken_nn_1 = mkN "kyrksocken" "kyrksockenn" "kyrksocknar" "kyrksocknarna" ; - kyrkstoet_nn_1 = mkN "kyrkstцt" ; - kyrktagning_nn_1 = mkN "kyrktagning" ; - kyrktorn_nn_1 = mkN "kyrktorn" neutrum ; - kyrktupp_nn_1 = mkN "kyrktupp" ; - kyrkvaerd_nn_1 = mkN "kyrkvдrd" ; - kyrkvaktmaestare_nn_1 = mkN "kyrkvaktmдstare" "kyrkvaktmдstare" ; - kysk_av_1 = mkA "kysk" ; - kyskhet_nn_1 = mkN "kyskhet" "kyskheter" ; - kyskhetsbaelte_nn_1 = mkN "kyskhetsbдlte" ; - kyskhetsloefte_nn_1 = mkN "kyskhetslцfte" ; - kyss_nn_1 = mkN "kyss" ; - kyssaekta_av_1 = mkA "kyssдkta" ; - kysstaeck_av_1 = mkA "kysstдck" ; - kytt_nn_1 = mkN "kytt" neutrum ; - laadaemne_nn_1 = mkN "lеdдmne" ; - laadkamera_nn_1 = mkN "lеdkamera" ; - laadspik_nn_1 = mkN "lеdspik" ; - laag_av_1 = mkA "lеg" "lдgre" "lдgst" ; - laagblad_nn_1 = mkN "lеgblad" neutrum ; - laagfaerg_nn_1 = mkN "lеgfдrg" "lеgfдrger" ; - laagfjaell_nn_1 = mkN "lеgfjдll" neutrum ; - laagfrekvens_nn_1 = mkN "lеgfrekvens" "lеgfrekvenser" ; - laagfrekvent_av_1 = mkA "lеgfrekvent" "lеgfrekvent" ; - laaghalt_av_1 = mkA "lеghalt" "lеghalt" ; - laaghet_nn_1 = mkN "lеghet" "lеgheter" ; - laaghus_nn_1 = mkN "lеghus" neutrum ; - laaginkomsttagare_nn_1 = mkN "lеginkomsttagare" "lеginkomsttagare" ; - laagkonjunktur_nn_1 = mkN "lеgkonjunktur" "lеgkonjunkturer" ; - laagkyrklig_av_1 = mkA "lеgkyrklig" ; - laaglaent_av_1 = mkA "lеglдnt" "lеglдnt" ; - laaglandsras_nn_1 = mkN "lеglandsras" "lеglandsraser" ; - laagloeneprofil_nn_1 = mkN "lеglцneprofil" "lеglцneprofiler" ; - laagmaeld_av_1 = mkA "lеgmдld" "lеgmдlt" ; - laagmosse_nn_1 = mkN "lеgmosse" utrum ; - laagpresterande_av_1 = mkA "lеgpresterande" ; - laagpris_nn_1 = mkN "lеgpris" neutrum ; - laagpriskort_nn_1 = mkN "lеgpriskort" neutrum ; - laagproduktiv_av_1 = mkA "lеgproduktiv" ; - laagrelief_nn_1 = mkN "lеgrelief" "lеgreliefer" ; - laagsaesong_nn_1 = mkN "lеgsдsong" "lеgsдsonger" ; - laagsint_av_1 = mkA "lеgsint" "lеgsint" ; - laagsko_nn_1 = mkN "lеgsko" "lеgskor" ; - laagslaett_nn_1 = mkN "lеgslдtt" "lеgslдtter" ; - laagsniff_nn_1 = mkN "lеgsniff" ; - laagspaend_av_1 = mkA "lеgspдnd" ; - laagspaenning_nn_1 = mkN "lеgspдnning" ; - laagstadium_nn_1 = mkN "lеgstadium" "lеgstadiet" "lеgstadier" "lеgstadierna" ; - laagsvavlig_av_1 = mkA "lеgsvavlig" ; - laagtryck_nn_1 = mkN "lеgtryck" neutrum ; - laagtstaaende_av_1 = mkA "lеgtstеende" ; - laagtysk_av_1 = mkA "lеgtysk" ; - laagvaerdig_av_1 = mkA "lеgvдrdig" ; - laagvaext_av_1 = mkA "lеgvдxt" "lеgvдxt" ; - laagvatten_nn_1 = mkN "lеgvatten" "lеgvattnet" "lеgvatten" "lеgvattnen" ; - laagvattenmaerke_nn_1 = mkN "lеgvattenmдrke" ; - laagvuxen_av_1 = mkA "lеgvuxen" "lеgvuxet" ; - laan_nn_1 = mkN "lеn" neutrum ; - laaneansoekning_nn_1 = mkN "lеneansцkning" ; - laanebibliotek_nn_1 = mkN "lеnebibliotek" neutrum ; - laaneexpedition_nn_1 = mkN "lеneexpedition" "lеneexpeditioner" ; - laaneform_nn_1 = mkN "lеneform" "lеneformer" ; - laanegaranti_nn_1 = mkN "lеnegaranti" "lеnegarantier" ; - laanekoep_nn_1 = mkN "lеnekцp" neutrum ; - laanekontor_nn_1 = mkN "lеnekontor" neutrum ; - laanekort_nn_1 = mkN "lеnekort" neutrum ; - laanetak_nn_1 = mkN "lеnetak" neutrum ; - laanfaangen_av_1 = mkA "lеnfеngen" "lеnfеnget" ; - laang_av_1 = mkA "lеng" "lдngre" "lдngst" ; - laangbaenk_nn_1 = mkN "lеngbдnk" ; - laangbent_av_1 = mkA "lеngbent" "lеngbent" ; - laangboll_nn_1 = mkN "lеngboll" ; - laangbord_nn_1 = mkN "lеngbord" neutrum ; - laangdans_nn_1 = mkN "lеngdans" "lеngdanser" ; - laangdistans_nn_1 = mkN "lеngdistans" "lеngdistanser" ; - laangdistansloepning_nn_1 = mkN "lеngdistanslцpning" ; - laangdistansraket_nn_1 = mkN "lеngdistansraket" "lеngdistansraketer" ; - laangdragen_av_1 = mkA "lеngdragen" "lеngdraget" ; - laangduk_nn_1 = mkN "lеngduk" ; - laangeman_nn_1 = mkN "lеngeman" "lеngemannen" "lеngemдn" "lеngemдnnen" ; - laangfaerd_nn_1 = mkN "lеngfдrd" "lеngfдrder" ; - laangfarare_nn_1 = mkN "lеngfarare" "lеngfarare" ; - laangfilm_nn_1 = mkN "lеngfilm" "lеngfilmer" ; - laangfinger_nn_1 = mkN "lеngfinger" ; - laangfranska_nn_1 = mkN "lеngfranska" ; - laangfredag_nn_1 = mkN "lеngfredag" ; - laangfristig_av_1 = mkA "lеngfristig" ; - laanggardin_nn_1 = mkN "lеnggardin" "lеnggardiner" ; - laanggrogg_nn_1 = mkN "lеnggrogg" ; - laanggrund_av_1 = mkA "lеnggrund" ; - laanghaarig_av_1 = mkA "lеnghеrig" ; - laanghelg_nn_1 = mkN "lеnghelg" "lеnghelger" ; - laanghus_nn_1 = mkN "lеnghus" neutrum ; - laangivande_av_1 = mkA "lеngivande" ; - laangivare_nn_1 = mkN "lеngivare" "lеngivare" ; - laangkoerare_nn_1 = mkN "lеngkцrare" "lеngkцrare" ; - laangkok_nn_1 = mkN "lеngkok" neutrum ; - laangledig_av_1 = mkA "lеngledig" ; - laanglig_av_1 = mkA "lеnglig" ; - laangliggare_nn_1 = mkN "lеngliggare" "lеngliggare" ; - laanglopp_nn_1 = mkN "lеnglopp" neutrum ; - laanglotsning_nn_1 = mkN "lеnglotsning" ; - laangmodig_av_1 = mkA "lеngmodig" ; - laangnaebb_nn_1 = mkN "lеngnдbb" ; - laangnaest_av_1 = mkA "lеngnдst" "lеngnдst" ; - laangperiodisk_av_1 = mkA "lеngperiodisk" ; - laangpromenad_nn_1 = mkN "lеngpromenad" "lеngpromenader" ; - laangrandig_av_1 = mkA "lеngrandig" ; - laangrev_nn_1 = mkN "lеngrev" ; - laangsalning_nn_1 = mkN "lеngsalning" ; - laangsam_av_1 = mkA "lеngsam" "lеngsamt" "lеngsamma" "lеngsamma" "lеngsammare" "lеngsammast" "lеngsammaste" ; - laangschal_nn_1 = mkN "lеngschal" ; - laangsida_nn_1 = mkN "lеngsida" ; - laangsides_ab_1 = mkAdv "lеngsides" ; - laangsiktig_av_1 = mkA "lеngsiktig" ; - laangsint_av_1 = mkA "lеngsint" "lеngsint" ; - laangsjal_nn_1 = mkN "lеngsjal" ; - laangskallig_av_1 = mkA "lеngskallig" ; - laangskepp_nn_1 = mkN "lеngskepp" neutrum ; - laangskepps_ab_1 = mkAdv "lеngskepps" ; - laangskott_nn_1 = mkN "lеngskott" neutrum ; - laangsmal_av_1 = mkA "lеngsmal" ; - laangsoekt_av_1 = mkA "lеngsцkt" "lеngsцkt" ; - laangspant_nn_1 = mkN "lеngspant" neutrum ; - laangspel_nn_1 = mkN "lеngspel" "lеngspelet" "lеngspel" "lеngspelen" ; - laangstraeckt_av_1 = mkA "lеngstrдckt" "lеngstrдckt" ; - laangsynt_av_1 = mkA "lеngsynt" "lеngsynt" ; - laangsynthet_nn_1 = mkN "lеngsynthet" "lеngsyntheter" ; - laangtgaaende_av_1 = mkA "lеngtgеende" ; - laangtidsparkering_nn_1 = mkN "lеngtidsparkering" ; - laangtidsprognos_nn_1 = mkN "lеngtidsprognos" "lеngtidsprognoser" ; - laangtidsvikariat_nn_1 = mkN "lеngtidsvikariat" neutrum ; - laangtifraan_ab_1 = mkAdv "lеngtifrеn" ; - laangtraadig_av_1 = mkA "lеngtrеdig" ; - laangtraakig_av_1 = mkA "lеngtrеkig" ; - laangtradare_nn_1 = mkN "lеngtradare" "lеngtradare" ; - laangtradig_av_1 = mkA "lеngtradig" ; - laangtur_nn_1 = mkN "lеngtur" "lеngturer" ; - laangvaagig_av_1 = mkA "lеngvеgig" ; - laangvaega_av_1 = mkA "lеngvдga" ; - laangvarig_av_1 = mkA "lеngvarig" ; - laanord_nn_1 = mkN "lеnord" neutrum ; - laantagare_nn_1 = mkN "lеntagare" "lеntagare" ; - laar_nn_1 = mkN "lеr" neutrum ; - laar_nn_2 = mkN "lеr" ; - laarben_nn_1 = mkN "lеrben" neutrum ; - laarbensbrott_nn_1 = mkN "lеrbensbrott" neutrum ; - laarbenshals_nn_1 = mkN "lеrbenshals" ; - laarding_nn_1 = mkN "lеrding" ; - laaring_nn_1 = mkN "lеring" ; - laaringsvind_nn_1 = mkN "lеringsvind" ; - laas_nn_1 = mkN "lеs" ; - laaskolv_nn_1 = mkN "lеskolv" ; - laasmutter_nn_1 = mkN "lеsmutter" ; - laasning_nn_1 = mkN "lеsning" ; - laassmed_nn_1 = mkN "lеssmed" "lеssmeder" ; - laassprint_nn_1 = mkN "lеssprint" ; - laasvred_nn_1 = mkN "lеsvred" neutrum ; - laat_nn_1 = mkN "lеt" ; - laatgaasystem_nn_1 = mkN "lеtgеsystem" neutrum ; - laatsaslek_nn_1 = mkN "lеtsaslek" ; - laatsasvaerld_nn_1 = mkN "lеtsasvдrld" ; - labb_nn_1 = mkN "labb" ; - labb_nn_2 = mkN "labb" neutrum ; - labbe_nn_1 = mkN "labbe" utrum ; - laber_av_1 = mkA "laber" "labert" "labra" "labra" "labrare" "labrast" "labraste" ; - labial_av_1 = mkA "labial" ; - labial_nn_1 = mkN "labial" "labialer" ; - labialstaemma_nn_1 = mkN "labialstдmma" ; - labil_av_1 = mkA "labil" ; - labilitet_nn_1 = mkN "labilitet" "labiliteter" ; - labiodental_av_1 = mkA "labiodental" ; - labiodental_nn_1 = mkN "labiodental" "labiodentaler" ; - laborant_nn_1 = mkN "laborant" "laboranter" ; - laboration_nn_1 = mkN "laboration" "laborationer" ; - laborativ_av_1 = mkA "laborativ" ; - laborator_nn_1 = mkN "laborator" "laboratorer" ; - laboratorieassistent_nn_1 = mkN "laboratorieassistent" "laboratorieassistenter" ; - laboratorieexperiment_nn_1 = mkN "laboratorieexperiment" neutrum ; - laboratorieresultat_nn_1 = mkN "laboratorieresultat" neutrum ; - laboratorierock_nn_1 = mkN "laboratorierock" ; - laboratorium_nn_1 = mkN "laboratorium" "laboratoriet" "laboratorier" "laboratorierna" ; - labourregering_nn_1 = mkN "labourregering" ; - labrador_nn_1 = mkN "labrador" "labradoren" "labradorer" "labradorerna" ; - labyrint_nn_1 = mkN "labyrint" "labyrinter" ; - labyrintisk_av_1 = mkA "labyrintisk" ; - lack_nn_1 = mkN "lack" neutrum ; - lackering_nn_1 = mkN "lackering" ; - lackfaerg_nn_1 = mkN "lackfдrg" "lackfдrger" ; - lacksko_nn_1 = mkN "lacksko" "lackskor" ; - lackskoeldlus_nn_1 = mkN "lackskцldlus" "lackskцldlusen" "lackskцldlцss" "lackskцldlцssen" ; - lackviol_nn_1 = mkN "lackviol" "lackvioler" ; - lad_nn_1 = mkN "lad" neutrum ; - laddning_nn_1 = mkN "laddning" ; - laddram_nn_1 = mkN "laddram" ; - laddstock_nn_1 = mkN "laddstock" ; - ladugaard_nn_1 = mkN "ladugеrd" ; - lady_nn_1 = mkN "lady" "ladyn" "ladies" "ladies" ; - laeck_av_1 = mkA "lдck" ; - laeckage_nn_1 = mkN "lдckage" "lдckaget" "lдckage" "lдckagen" ; - laeckageproblem_nn_1 = mkN "lдckageproblem" neutrum ; - laecker_av_1 = mkA "lдcker" "lдckert" "lдckra" "lдckra" "lдckrare" "lдckrast" "lдckraste" ; - laeckerbit_nn_1 = mkN "lдckerbit" ; - laeckergom_nn_1 = mkN "lдckergom" "lдckergommen" "lдckergommar" "lдckergommarna" ; - laeckerhet_nn_1 = mkN "lдckerhet" "lдckerheter" ; - laederlapp_nn_1 = mkN "lдderlapp" ; - laege_nn_1 = mkN "lдge" ; - laegel_nn_1 = mkN "lдgel" ; - laegenhet_nn_1 = mkN "lдgenhet" "lдgenheter" ; - laegenhetsbyte_nn_1 = mkN "lдgenhetsbyte" ; - laegenhetshotell_nn_1 = mkN "lдgenhetshotell" neutrum ; - laeger_ab_1 = mkAdv "lдger" ; - laeger_nn_1 = mkN "lдger" neutrum ; - laegerbaal_nn_1 = mkN "lдgerbеl" neutrum ; - laegereld_nn_1 = mkN "lдgereld" ; - laegesbestaemning_nn_1 = mkN "lдgesbestдmning" ; - laegesfoeraendring_nn_1 = mkN "lдgesfцrдndring" ; - laegesrapport_nn_1 = mkN "lдgesrapport" "lдgesrapporter" ; - laegessinne_nn_1 = mkN "lдgessinne" ; - laegg_nn_1 = mkN "lдgg" neutrum ; - laegg_nn_2 = mkN "lдgg" ; - laeggdags_ab_1 = mkAdv "lдggdags" ; - laeggning_nn_1 = mkN "lдggning" ; - laeggspel_nn_1 = mkN "lдggspel" "lдggspelet" "lдggspel" "lдggspelen" ; - laeglig_av_1 = mkA "lдglig" ; - laekarbok_nn_1 = mkN "lдkarbok" "lдkarbцcker" ; - laekarcentral_nn_1 = mkN "lдkarcentral" "lдkarcentraler" ; - laekare_nn_1 = mkN "lдkare" "lдkare" ; - laekarhjaelp_nn_1 = mkN "lдkarhjдlp" ; - laekarhus_nn_1 = mkN "lдkarhus" neutrum ; - laekarintyg_nn_1 = mkN "lдkarintyg" neutrum ; - laekarmottagning_nn_1 = mkN "lдkarmottagning" ; - laekarordination_nn_1 = mkN "lдkarordination" "lдkarordinationer" ; - laekarrecept_nn_1 = mkN "lдkarrecept" neutrum ; - laekarrock_nn_1 = mkN "lдkarrock" ; - laekarsekreterare_nn_1 = mkN "lдkarsekreterare" "lдkarsekreterare" ; - laekarundersoekning_nn_1 = mkN "lдkarundersцkning" ; - laekedom_nn_1 = mkN "lдkedom" ; - laekemedel_nn_1 = mkN "lдkemedel" neutrum ; - laekemedelskontroll_nn_1 = mkN "lдkemedelskontroll" "lдkemedelskontroller" ; - laekemedelslag_nn_1 = mkN "lдkemedelslag" ; - laekevaext_nn_1 = mkN "lдkevдxt" "lдkevдxter" ; - laekt_nn_1 = mkN "lдkt" "lдkter" ; - laektare_nn_1 = mkN "lдktare" "lдktare" ; - laem_nn_1 = mkN "lдm" "lдmmen" "lдmmar" "lдmmarna" ; - laemmel_nn_1 = mkN "lдmmel" "lдmmeln" "lдmmlar" "lдmmlarna" ; - laemmelaar_nn_1 = mkN "lдmmelеr" neutrum ; - laemmeltaag_nn_1 = mkN "lдmmeltеg" neutrum ; - laemning_nn_1 = mkN "lдmning" ; - laempare_nn_1 = mkN "lдmpare" "lдmpare" ; - laemplig_av_1 = mkA "lдmplig" ; - laempligen_ab_1 = mkAdv "lдmpligen" ; - laemplighet_nn_1 = mkN "lдmplighet" "lдmpligheter" ; - laemplighetsintyg_nn_1 = mkN "lдmplighetsintyg" neutrum ; - laen_nn_1 = mkN "lдn" neutrum ; - laend_nn_1 = mkN "lдnd" "lдnder" ; - laenderval_nn_1 = mkN "lдnderval" neutrum ; - laengd_nn_1 = mkN "lдngd" "lдngder" ; - laengdaxel_nn_1 = mkN "lдngdaxel" ; - laengdenhet_nn_1 = mkN "lдngdenhet" "lдngdenheter" ; - laengdgrad_nn_1 = mkN "lдngdgrad" "lдngdgrader" ; - laengdhopp_nn_1 = mkN "lдngdhopp" neutrum ; - laengdhoppare_nn_1 = mkN "lдngdhoppare" "lдngdhoppare" ; - laengdloepning_nn_1 = mkN "lдngdlцpning" ; - laengdmaatt_nn_1 = mkN "lдngdmеtt" neutrum ; - laengdmarkering_nn_1 = mkN "lдngdmarkering" ; - laengdmeter_nn_1 = mkN "lдngdmeter" "lдngdmetern" "lдngdmeter" "lдngdmeterna" ; - laengdprofil_nn_1 = mkN "lдngdprofil" "lдngdprofiler" ; - laengdriktning_nn_1 = mkN "lдngdriktning" ; - laengdsnitt_nn_1 = mkN "lдngdsnitt" neutrum ; - laengdstreck_nn_1 = mkN "lдngdstreck" neutrum ; - laengdtecken_nn_1 = mkN "lдngdtecken" "lдngdtecknet" "lдngdtecken" "lдngdtecknen" ; - laengdutvidgning_nn_1 = mkN "lдngdutvidgning" ; - laenge_ab_1 = mkAdv "lдnge" ; - laengesedan_ab_1 = mkAdv "lдngesedan" ; - laengs_ab_1 = mkAdv "lдngs" ; - laengsdal_nn_1 = mkN "lдngsdal" ; - laengsgaaende_av_1 = mkA "lдngsgеende" ; - laengstfoerfluten_av_1 = mkA "lдngstfцrfluten" "lдngstfцrflutet" ; - laengtansfull_av_1 = mkA "lдngtansfull" ; - laenk_nn_1 = mkN "lдnk" ; - laenkroerelse_nn_1 = mkN "lдnkrцrelse" "lдnkrцrelser" ; - laenkstation_nn_1 = mkN "lдnkstation" "lдnkstationer" ; - laens_av_1 = mkA "lдns" ; - laens_nn_1 = mkN "lдns" ; - laensaaklagare_nn_1 = mkN "lдnsеklagare" "lдnsеklagare" ; - laensarbetsdirektoer_nn_1 = mkN "lдnsarbetsdirektцr" "lдnsarbetsdirektцrer" ; - laensarbetsnaemnd_nn_1 = mkN "lдnsarbetsnдmnd" "lдnsarbetsnдmnder" ; - laensarkitekt_nn_1 = mkN "lдnsarkitekt" "lдnsarkitekter" ; - laensbeteckning_nn_1 = mkN "lдnsbeteckning" ; - laensbokstav_nn_1 = mkN "lдnsbokstav" "lдnsbokstдver" ; - laensherre_nn_1 = mkN "lдnsherre" utrum ; - laenskod_nn_1 = mkN "lдnskod" "lдnskoder" ; - laenslasarett_nn_1 = mkN "lдnslasarett" neutrum ; - laensman_nn_1 = mkN "lдnsman" "lдnsmannen" "lдnsmдn" "lдnsmдnnen" ; - laenspump_nn_1 = mkN "lдnspump" ; - laensraad_nn_1 = mkN "lдnsrеd" neutrum ; - laensraett_nn_1 = mkN "lдnsrдtt" "lдnsrдtter" ; - laensresidens_nn_1 = mkN "lдnsresidens" neutrum ; - laensskatteraett_nn_1 = mkN "lдnsskatterдtt" "lдnsskatterдtter" ; - laensskolnaemnd_nn_1 = mkN "lдnsskolnдmnd" "lдnsskolnдmnder" ; - laensstyrelse_nn_1 = mkN "lдnsstyrelse" "lдnsstyrelser" ; - laenstol_nn_1 = mkN "lдnstol" ; - laensvaeg_nn_1 = mkN "lдnsvдg" ; - laensvis_ab_1 = mkAdv "lдnsvis" ; - laentagare_nn_1 = mkN "lдntagare" "lдntagare" ; - laepp_nn_1 = mkN "lдpp" ; - laeppljud_nn_1 = mkN "lдppljud" neutrum ; - laepproerelse_nn_1 = mkN "lдpprцrelse" "lдpprцrelser" ; - laeppsmink_nn_1 = mkN "lдppsmink" "lдppsminket" "lдppsminker" "lдppsminkerna" ; - laeppsnus_nn_1 = mkN "lдppsnus" "lдppsnuset" "lдppsnuser" "lдppsnuserna" ; - laeppstift_nn_1 = mkN "lдppstift" neutrum ; - laera_nn_1 = mkN "lдra" ; - laeraktig_av_1 = mkA "lдraktig" ; - laerare_nn_1 = mkN "lдrare" "lдrare" ; - laerarfortbildning_nn_1 = mkN "lдrarfortbildning" ; - laerarinna_nn_1 = mkN "lдrarinna" ; - laerarkandidat_nn_1 = mkN "lдrarkandidat" "lдrarkandidater" ; - laerarledd_av_1 = mkA "lдrarledd" ; - laerarlinje_nn_1 = mkN "lдrarlinje" "lдrarlinjer" ; - laerarloes_av_1 = mkA "lдrarlцs" ; - laerarroll_nn_1 = mkN "lдrarroll" "lдrarroller" ; - laerarrum_nn_1 = mkN "lдrarrum" "lдrarrummet" "lдrarrum" "lдrarrummen" ; - laerd_av_1 = mkA "lдrd" "lдrt" ; - laerdom_nn_1 = mkN "lдrdom" ; - laerdomsprov_nn_1 = mkN "lдrdomsprov" neutrum ; - laerdomsstad_nn_1 = mkN "lдrdomsstad" "lдrdomsstдder" ; - laerft_nn_1 = mkN "lдrft" "lдrfter" ; - laerjunge_nn_1 = mkN "lдrjunge" utrum ; - laerk_nn_1 = mkN "lдrk" ; - laerkfalk_nn_1 = mkN "lдrkfalk" ; - laerktraed_nn_1 = mkN "lдrktrдd" neutrum ; - laerkvinge_nn_1 = mkN "lдrkvinge" utrum ; - laerling_nn_1 = mkN "lдrling" ; - laeroaar_nn_1 = mkN "lдroеr" neutrum ; - laeroaemne_nn_1 = mkN "lдroдmne" ; - laeroanstalt_nn_1 = mkN "lдroanstalt" "lдroanstalter" ; - laerobok_nn_1 = mkN "lдrobok" "lдrobцcker" ; - laeroboksnaemnd_nn_1 = mkN "lдroboksnдmnd" "lдroboksnдmnder" ; - laerobokssats_nn_1 = mkN "lдrobokssats" "lдrobokssatser" ; - laerobyggnad_nn_1 = mkN "lдrobyggnad" "lдrobyggnader" ; - laerodikt_nn_1 = mkN "lдrodikt" "lдrodikter" ; - laerofader_nn_1 = mkN "lдrofader" "lдrofadern" "lдrofдder" "lдrofдderna" ; - laeromaestare_nn_1 = mkN "lдromдstare" "lдromдstare" ; - laeromedel_nn_1 = mkN "lдromedel" neutrum ; - laeromedelspaket_nn_1 = mkN "lдromedelspaket" neutrum ; - laeroplan_nn_1 = mkN "lдroplan" "lдroplaner" ; - laerorik_av_1 = mkA "lдrorik" ; - laerosaete_nn_1 = mkN "lдrosдte" ; - laerosal_nn_1 = mkN "lдrosal" ; - laerosats_nn_1 = mkN "lдrosats" "lдrosatser" ; - laerospaan_nn_1 = mkN "lдrospеn" neutrum ; - laerostol_nn_1 = mkN "lдrostol" ; - laeroverk_nn_1 = mkN "lдroverk" neutrum ; - laerpeng_nn_1 = mkN "lдrpeng" ; - laesaar_nn_1 = mkN "lдsеr" neutrum ; - laesaemne_nn_1 = mkN "lдsдmne" ; - laesapparat_nn_1 = mkN "lдsapparat" "lдsapparater" ; - laesare_nn_1 = mkN "lдsare" "lдsare" ; - laesart_nn_1 = mkN "lдsart" "lдsarter" ; - laesbar_av_1 = mkA "lдsbar" ; - laesbarhet_nn_1 = mkN "lдsbarhet" "lдsbarheter" ; - laesbarhetsindex_nn_1 = mkN "lдsbarhetsindex" neutrum ; - laesbarn_nn_1 = mkN "lдsbarn" neutrum ; - laesbegaavning_nn_1 = mkN "lдsbegеvning" ; - laesdag_nn_1 = mkN "lдsdag" ; - laesdrama_nn_1 = mkN "lдsdrama" "lдsdramat" "lдsdraman" "lдsdramana" ; - laesebok_nn_1 = mkN "lдsebok" "lдsebцcker" ; - laesecirkel_nn_1 = mkN "lдsecirkel" ; - laesekrets_nn_1 = mkN "lдsekrets" ; - laesesal_nn_1 = mkN "lдsesal" ; - laesfaerdighet_nn_1 = mkN "lдsfдrdighet" "lдsfдrdigheter" ; - laesglas_nn_1 = mkN "lдsglas" neutrum ; - laeshuvud_nn_1 = mkN "lдshuvud" "lдshuvudet" "lдshuvuden" "lдshuvudena" ; - laesida_nn_1 = mkN "lдsida" ; - laesion_nn_1 = mkN "lдsion" "lдsioner" ; - laesk_nn_1 = mkN "lдsk" "lдsken" "lдsk" "lдsken" ; - laeskamrat_nn_1 = mkN "lдskamrat" "lдskamrater" ; - laeskedryck_nn_1 = mkN "lдskedryck" "lдskedrycker" ; - laeskig_av_1 = mkA "lдskig" ; - laesklass_nn_1 = mkN "lдsklass" "lдsklasser" ; - laesklinik_nn_1 = mkN "lдsklinik" "lдskliniker" ; - laeskpapper_nn_1 = mkN "lдskpapper" neutrum ; - laeskstaang_nn_1 = mkN "lдskstеng" "lдskstдnger" ; - laeskunnig_av_1 = mkA "lдskunnig" ; - laeskunnighet_nn_1 = mkN "lдskunnighet" "lдskunnigheter" ; - laeslig_av_1 = mkA "lдslig" ; - laesning_nn_1 = mkN "lдsning" ; - laespljud_nn_1 = mkN "lдspljud" neutrum ; - laespraest_nn_1 = mkN "lдsprдst" "lдsprдster" ; - laesrum_nn_1 = mkN "lдsrum" "lдsrummet" "lдsrum" "lдsrummen" ; - laessvaarighet_nn_1 = mkN "lдssvеrighet" "lдssvеrigheter" ; - laessvag_av_1 = mkA "lдssvag" ; - laest_nn_1 = mkN "lдst" "lдster" ; - laestadian_nn_1 = mkN "lдstadian" "lдstadianer" ; - laestadianism_nn_1 = mkN "lдstadianism" "lдstadianismer" ; - laestblock_nn_1 = mkN "lдstblock" neutrum ; - laesuttal_nn_1 = mkN "lдsuttal" "lдsuttalet" "lдsuttalen" "lдsuttalena" ; - laesvaerd_av_1 = mkA "lдsvдrd" "lдsvдrt" ; - laesvaerde_nn_1 = mkN "lдsvдrde" ; - laete_nn_1 = mkN "lдte" ; - laett_av_1 = mkA "lдtt" ; - laettantaendlig_av_1 = mkA "lдttantдndlig" ; - laettbegriplig_av_1 = mkA "lдttbegriplig" ; - laetteligen_ab_1 = mkAdv "lдtteligen" ; - laettfaangen_av_1 = mkA "lдttfеngen" "lдttfеnget" ; - laettfaerdig_av_1 = mkA "lдttfдrdig" ; - laettfattlig_av_1 = mkA "lдttfattlig" ; - laettflyktig_av_1 = mkA "lдttflyktig" ; - laettflytande_av_1 = mkA "lдttflytande" ; - laettfoerklarlig_av_1 = mkA "lдttfцrklarlig" ; - laettfoerstaaelig_av_1 = mkA "lдttfцrstеelig" ; - laettfoertjaent_av_1 = mkA "lдttfцrtjдnt" "lдttfцrtjдnt" ; - laettframkomlig_av_1 = mkA "lдttframkomlig" ; - laettfunnen_av_1 = mkA "lдttfunnen" "lдttfunnet" "lдttfunna" "lдttfunna" "lдttfunnare" "lдttfunnast" "lдttfunnaste" ; - laettgrogg_nn_1 = mkN "lдttgrogg" ; - laetthanterlig_av_1 = mkA "lдtthanterlig" ; - laetthet_nn_1 = mkN "lдtthet" "lдttheter" ; - laettillgaenglig_av_1 = mkA "lдttillgдnglig" ; - laetting_nn_1 = mkN "lдtting" ; - laettjefull_av_1 = mkA "lдttjefull" ; - laettjord_nn_1 = mkN "lдttjord" ; - laettklaedd_av_1 = mkA "lдttklдdd" "lдttklдdtt" ; - laettkloev_nn_1 = mkN "lдttklцv" ; - laettkoept_av_1 = mkA "lдttkцpt" "lдttkцpt" ; - laettkokt_av_1 = mkA "lдttkokt" "lдttkokt" ; - laettlaest_av_1 = mkA "lдttlдst" "lдttlдst" ; - laettledd_av_1 = mkA "lдttledd" ; - laettloeslig_av_1 = mkA "lдttlцslig" ; - laettloest_av_1 = mkA "lдttlцst" "lдttlцst" ; - laettmargarin_nn_1 = mkN "lдttmargarin" "lдttmargarinet" "lдttmargariner" "lдttmargarinerna" ; - laettmatros_nn_1 = mkN "lдttmatros" "lдttmatroser" ; - laettmetall_nn_1 = mkN "lдttmetall" "lдttmetaller" ; - laettnad_nn_1 = mkN "lдttnad" "lдttnader" ; - laettoel_nn_1 = mkN "lдttцl" neutrum ; - laettoeverskaadlig_av_1 = mkA "lдttцverskеdlig" ; - laettretlig_av_1 = mkA "lдttretlig" ; - laettroekt_av_1 = mkA "lдttrцkt" "lдttrцkt" ; - laettroerd_av_1 = mkA "lдttrцrd" "lдttrцrt" ; - laettroerlig_av_1 = mkA "lдttrцrlig" ; - laettrogen_av_1 = mkA "lдttrogen" "lдttroget" ; - laettsam_av_1 = mkA "lдttsam" "lдttsamt" "lдttsamma" "lдttsamma" "lдttsammare" "lдttsammast" "lдttsammaste" ; - laettsinnig_av_1 = mkA "lдttsinnig" ; - laettskoett_av_1 = mkA "lдttskцtt" ; - laettskraemd_av_1 = mkA "lдttskrдmd" "lдttskrдmt" ; - laettsmaelt_av_1 = mkA "lдttsmдlt" "lдttsmдlt" ; - laettstekt_av_1 = mkA "lдttstekt" "lдttstekt" ; - laettstoett_av_1 = mkA "lдttstцtt" ; - laettvattenreaktor_nn_1 = mkN "lдttvattenreaktor" "lдttvattenreaktorer" ; - laettviktare_nn_1 = mkN "lдttviktare" "lдttviktare" ; - laettviktig_av_1 = mkA "lдttviktig" ; - laettviktsmotorcykel_nn_1 = mkN "lдttviktsmotorcykel" ; - laettvin_nn_1 = mkN "lдttvin" "lдttvinet" "lдttviner" "lдttvinerna" ; - laettvindig_av_1 = mkA "lдttvindig" ; - laettvunnen_av_1 = mkA "lдttvunnen" "lдttvunnet" "lдttvunna" "lдttvunna" "lдttvunnare" "lдttvunnast" "lдttvunnaste" ; - laexfoerhoer_nn_1 = mkN "lдxfцrhцr" neutrum ; - lafsig_av_1 = mkA "lafsig" ; - lag_nn_1 = mkN "lag" ; - lag_nn_2 = mkN "lag" neutrum ; - laga_av_1 = mkA "laga" ; - lagaard_nn_1 = mkN "lagеrd" ; - lagbalk_nn_1 = mkN "lagbalk" ; - lagberedning_nn_1 = mkN "lagberedning" ; - lagbok_nn_1 = mkN "lagbok" "lagbцcker" ; - lagbunden_av_1 = mkA "lagbunden" "lagbundet" ; - lagd_av_1 = mkA "lagd" "lagt" ; - lagenlig_av_1 = mkA "lagenlig" ; - lager_nn_1 = mkN "lager" neutrum ; - lager_nn_2 = mkN "lager" ; - lager_nn_3 = mkN "lager" "lagern" "lager" "lagerna" ; - lagerbaersblad_nn_1 = mkN "lagerbдrsblad" neutrum ; - lagerblad_nn_1 = mkN "lagerblad" neutrum ; - lagerbok_nn_1 = mkN "lagerbok" "lagerbцcker" ; - lagerbox_nn_1 = mkN "lagerbox" ; - lagerfoeljd_nn_1 = mkN "lagerfцljd" "lagerfцljder" ; - lagergaang_nn_1 = mkN "lagergеng" ; - lagerkostnad_nn_1 = mkN "lagerkostnad" "lagerkostnader" ; - lagerkrans_nn_1 = mkN "lagerkrans" ; - lageroel_nn_1 = mkN "lagerцl" neutrum ; - lagerserie_nn_1 = mkN "lagerserie" "lagerserier" ; - lagfaangen_av_1 = mkA "lagfеngen" "lagfеnget" ; - lagfara_vb_1 = mkV "lagfara" "lagfor" "lagfarit" ; - lagfaren_av_1 = mkA "lagfaren" "lagfaret" ; - lagfart_nn_1 = mkN "lagfart" "lagfarter" ; - lagfoerslag_nn_1 = mkN "lagfцrslag" neutrum ; - lagg_nn_1 = mkN "lagg" ; - laggband_nn_1 = mkN "laggband" neutrum ; - laggdike_nn_1 = mkN "laggdike" ; - laggkaerl_nn_1 = mkN "laggkдrl" neutrum ; - lagisk_av_1 = mkA "lagisk" ; - lagkapp_nn_1 = mkN "lagkapp" "lagkapper" ; - lagkappsimning_nn_1 = mkN "lagkappsimning" ; - lagkapten_nn_1 = mkN "lagkapten" "lagkaptener" ; - lagkarl_nn_1 = mkN "lagkarl" ; - lagklok_av_1 = mkA "lagklok" ; - lagledare_nn_1 = mkN "lagledare" "lagledare" ; - laglig_av_1 = mkA "laglig" ; - lagligen_ab_1 = mkAdv "lagligen" ; - lagloes_av_1 = mkA "laglцs" ; - lagloeshet_nn_1 = mkN "laglцshet" "laglцsheter" ; - laglott_nn_1 = mkN "laglott" "laglotter" ; - laglydig_av_1 = mkA "laglydig" ; - lagman_nn_1 = mkN "lagman" "lagmannen" "lagmдn" "lagmдnnen" ; - lagn_nn_1 = mkN "lagn" neutrum ; - lagom_ab_1 = mkAdv "lagom" ; - lagom_av_1 = mkA "lagom" ; - lagraad_nn_1 = mkN "lagrеd" neutrum ; - lagring_nn_1 = mkN "lagring" ; - lagringsfoerlust_nn_1 = mkN "lagringsfцrlust" "lagringsfцrluster" ; - lagringskostnad_nn_1 = mkN "lagringskostnad" "lagringskostnader" ; - lagrum_nn_1 = mkN "lagrum" "lagrummet" "lagrum" "lagrummen" ; - lagsaga_nn_1 = mkN "lagsaga" ; - lagskipning_nn_1 = mkN "lagskipning" ; - lagspel_nn_1 = mkN "lagspel" "lagspelet" "lagspel" "lagspelen" ; - lagspraak_nn_1 = mkN "lagsprеk" neutrum ; - lagstiftare_nn_1 = mkN "lagstiftare" "lagstiftare" ; - lagstiftning_nn_1 = mkN "lagstiftning" ; - lagstridig_av_1 = mkA "lagstridig" ; - lagtempo_nn_1 = mkN "lagtempo" "lagtempot" "lagtempon" "lagtempona" ; - lagtempolopp_nn_1 = mkN "lagtempolopp" neutrum ; - lagtext_nn_1 = mkN "lagtext" "lagtexter" ; - lagtima_av_1 = mkA "lagtima" ; - lagun_nn_1 = mkN "lagun" "laguner" ; - lagunsjoe_nn_1 = mkN "lagunsjц" ; - lagutskott_nn_1 = mkN "lagutskott" neutrum ; - lagvigd_av_1 = mkA "lagvigd" "lagvigt" ; - lagvraengare_nn_1 = mkN "lagvrдngare" "lagvrдngare" ; - lagvunnen_av_1 = mkA "lagvunnen" "lagvunnet" "lagvunna" "lagvunna" "lagvunnare" "lagvunnast" "lagvunnaste" ; - lakan_nn_1 = mkN "lakan" neutrum ; - lakanspaase_nn_1 = mkN "lakanspеse" utrum ; - lakansspets_nn_1 = mkN "lakansspets" ; - lake_nn_1 = mkN "lake" utrum ; - lakej_nn_1 = mkN "lakej" "lakejer" ; - lakonisk_av_1 = mkA "lakonisk" ; - lakonism_nn_1 = mkN "lakonism" "lakonismer" ; - lakritsrot_nn_1 = mkN "lakritsrot" "lakritsrцtter" ; - laktalbumin_nn_1 = mkN "laktalbumin" "laktalbuminer" ; - laktation_nn_1 = mkN "laktation" "laktationer" ; - laktovegetarian_nn_1 = mkN "laktovegetarian" "laktovegetarianer" ; - lakun_nn_1 = mkN "lakun" "lakuner" ; - lam_av_1 = mkA "lam" ; - lama_nn_3 = mkN "lama" ; - lamadjur_nn_1 = mkN "lamadjur" neutrum ; - lame_nn_1 = mkN "lamй" "lamйer" ; - lamell_nn_1 = mkN "lamell" "lameller" ; - lamellhus_nn_1 = mkN "lamellhus" neutrum ; - lamellkoppling_nn_1 = mkN "lamellkoppling" ; - lamentation_nn_1 = mkN "lamentation" "lamentationer" ; - laminaer_av_1 = mkA "laminдr" ; - laminat_nn_1 = mkN "laminat" neutrum ; - lamm_nn_1 = mkN "lamm" neutrum ; - lammsadel_nn_1 = mkN "lammsadel" ; - lammskinn_nn_1 = mkN "lammskinn" neutrum ; - lammunge_nn_1 = mkN "lammunge" utrum ; - lampett_nn_1 = mkN "lampett" "lampetter" ; - lampfot_nn_1 = mkN "lampfot" "lampfцtter" ; - lamphaallare_nn_1 = mkN "lamphеllare" "lamphеllare" ; - lampskaerm_nn_1 = mkN "lampskдrm" ; - lan_nn_1 = mkN "lan" "laner" ; - land_nn_1 = mkN "land" "landet" "lдnder" "lдnderna" ; - land_nn_2 = mkN "land" neutrum ; - landaa_nn_1 = mkN "landе" "landеer" ; - landamaere_nn_1 = mkN "landamдre" ; - landbo_nn_1 = mkN "landbo" "landbor" ; - landborg_nn_1 = mkN "landborg" ; - landbris_nn_1 = mkN "landbris" ; - landdriven_av_1 = mkA "landdriven" "landdrivet" ; - landgaang_nn_1 = mkN "landgеng" ; - landhoejning_nn_1 = mkN "landhцjning" ; - landis_nn_1 = mkN "landis" ; - landkaenning_nn_1 = mkN "landkдnning" ; - landledes_ab_1 = mkAdv "landledes" ; - landmaerke_nn_1 = mkN "landmдrke" ; - landning_nn_1 = mkN "landning" ; - landningsfoerbud_nn_1 = mkN "landningsfцrbud" neutrum ; - landningshjul_nn_1 = mkN "landningshjul" neutrum ; - landningsmaerke_nn_1 = mkN "landningsmдrke" ; - landningsstaell_nn_1 = mkN "landningsstдll" neutrum ; - landnot_nn_1 = mkN "landnot" ; - landomraade_nn_1 = mkN "landomrеde" ; - landrygg_nn_1 = mkN "landrygg" ; - landsaenda_nn_1 = mkN "landsдnda" "landsдndan" "landsдndar" "landsдndarna" ; - landsaettning_nn_1 = mkN "landsдttning" ; - landsantikvarie_nn_1 = mkN "landsantikvarie" "landsantikvarier" ; - landsarkiv_nn_1 = mkN "landsarkiv" neutrum ; - landsarkivarie_nn_1 = mkN "landsarkivarie" "landsarkivarier" ; - landsdel_nn_1 = mkN "landsdel" "landsdelen" "landsdelar" "landsdelarna" ; - landsfader_nn_1 = mkN "landsfader" "landsfadern" "landsfдder" "landsfдderna" ; - landsfiskal_nn_1 = mkN "landsfiskal" "landsfiskaler" ; - landsflyktig_av_1 = mkA "landsflyktig" ; - landsfoerraedare_nn_1 = mkN "landsfцrrдdare" "landsfцrrдdare" ; - landsfoerraederi_nn_1 = mkN "landsfцrrдderi" "landsfцrrдderit" "landsfцrrдderier" "landsfцrrдderierna" ; - landsfoervisning_nn_1 = mkN "landsfцrvisning" ; - landsfogde_nn_1 = mkN "landsfogde" utrum ; - landshoevding_nn_1 = mkN "landshцvding" ; - landshoevdingehus_nn_1 = mkN "landshцvdingehus" neutrum ; - landskamp_nn_1 = mkN "landskamp" "landskamper" ; - landskansli_nn_1 = mkN "landskansli" "landskanslit" "landskanslier" "landskanslierna" ; - landskap_nn_1 = mkN "landskap" "landskapet" "landskapen" "landskapena" ; - landskapslag_nn_1 = mkN "landskapslag" ; - landskapsvapen_nn_1 = mkN "landskapsvapen" "landskapsvapnet" "landskapsvapen" "landskapsvapnen" ; - landsknekt_nn_1 = mkN "landsknekt" ; - landskommun_nn_1 = mkN "landskommun" "landskommuner" ; - landslag_nn_1 = mkN "landslag" neutrum ; - landslag_nn_2 = mkN "landslag" ; - landsmaal_nn_1 = mkN "landsmеl" neutrum ; - landsmaalsalfabet_nn_1 = mkN "landsmеlsalfabet" neutrum ; - landsman_nn_1 = mkN "landsman" "landsmannen" "landsmдn" "landsmдnnen" ; - landsnummer_nn_1 = mkN "landsnummer" neutrum ; - landsomfattande_av_1 = mkA "landsomfattande" ; - landsortsstad_nn_1 = mkN "landsortsstad" "landsortsstдder" ; - landsplaaga_nn_1 = mkN "landsplеga" ; - landssekretariat_nn_1 = mkN "landssekretariat" neutrum ; - landstiga_vb_1 = mkV "landstiga" "landsteg" "landstigit" ; - landstigning_nn_1 = mkN "landstigning" ; - landstigningsbaat_nn_1 = mkN "landstigningsbеt" ; - landsting_nn_1 = mkN "landsting" neutrum ; - landstingsdirektoer_nn_1 = mkN "landstingsdirektцr" "landstingsdirektцrer" ; - landstingsfoerbund_nn_1 = mkN "landstingsfцrbund" neutrum ; - landstingskatalog_nn_1 = mkN "landstingskatalog" "landstingskataloger" ; - landstingskommun_nn_1 = mkN "landstingskommun" "landstingskommuner" ; - landstingsman_nn_1 = mkN "landstingsman" "landstingsmannen" "landstingsmдn" "landstingsmдnnen" ; - landstingsraad_nn_1 = mkN "landstingsrеd" neutrum ; - landstrykare_nn_1 = mkN "landstrykare" "landstrykare" ; - landsvaeg_nn_1 = mkN "landsvдg" ; - landsvaegsbuss_nn_1 = mkN "landsvдgsbuss" ; - landsvaegsriddare_nn_1 = mkN "landsvдgsriddare" "landsvдgsriddare" ; - landtunga_nn_1 = mkN "landtunga" ; - landvad_nn_1 = mkN "landvad" ; - landvind_nn_1 = mkN "landvind" ; - landvinning_nn_1 = mkN "landvinning" ; - langare_nn_1 = mkN "langare" "langare" ; - langarn_nn_1 = mkN "langarn" "langarnet" "langarner" "langarnerna" ; - langett_nn_1 = mkN "langett" "langetter" ; - langettstygn_nn_1 = mkN "langettstygn" neutrum ; - langobard_nn_1 = mkN "langobard" "langobarder" ; - langust_nn_1 = mkN "langust" "languster" ; - lankes_nn_1 = mkN "lankes" "lankeser" ; - lans_nn_1 = mkN "lans" ; - lansett_nn_1 = mkN "lansett" "lansetter" ; - lansettfisk_nn_1 = mkN "lansettfisk" ; - lansiaer_nn_1 = mkN "lansiдr" "lansiдrer" ; - lantarbetare_nn_1 = mkN "lantarbetare" "lantarbetare" ; - lantbrevbaerare_nn_1 = mkN "lantbrevbдrare" "lantbrevbдrare" ; - lantbruk_nn_1 = mkN "lantbruk" neutrum ; - lantbrukare_nn_1 = mkN "lantbrukare" "lantbrukare" ; - lantbruksdirektoer_nn_1 = mkN "lantbruksdirektцr" "lantbruksdirektцrer" ; - lantbruksfoerbund_nn_1 = mkN "lantbruksfцrbund" neutrum ; - lantbrukskonsulent_nn_1 = mkN "lantbrukskonsulent" "lantbrukskonsulenter" ; - lantbruksnaemnd_nn_1 = mkN "lantbruksnдmnd" "lantbruksnдmnder" ; - lantbruksstyrelse_nn_1 = mkN "lantbruksstyrelse" "lantbruksstyrelser" ; - lantbruksuniversitet_nn_1 = mkN "lantbruksuniversitet" neutrum ; - lantdag_nn_1 = mkN "lantdag" ; - lantegendom_nn_1 = mkN "lantegendom" ; - lanternin_nn_1 = mkN "lanternin" "lanterniner" ; - lantgaard_nn_1 = mkN "lantgеrd" ; - lantgreve_nn_1 = mkN "lantgreve" utrum ; - lanthandel_nn_1 = mkN "lanthandel" ; - lanthushaallning_nn_1 = mkN "lanthushеllning" ; - lantis_nn_1 = mkN "lantis" ; - lantjunkare_nn_1 = mkN "lantjunkare" "lantjunkare" ; - lantlig_av_1 = mkA "lantlig" ; - lantmaestare_nn_1 = mkN "lantmдstare" "lantmдstare" ; - lantmaetare_nn_1 = mkN "lantmдtare" "lantmдtare" ; - lantmaeteri_nn_1 = mkN "lantmдteri" "lantmдterit" "lantmдterier" "lantmдterierna" ; - lantman_nn_1 = mkN "lantman" "lantmannen" "lantmдn" "lantmдnnen" ; - lantmarskalk_nn_1 = mkN "lantmarskalk" ; - lantras_nn_1 = mkN "lantras" "lantraser" ; - lantrasgris_nn_1 = mkN "lantrasgris" ; - lantvaern_nn_1 = mkN "lantvдrn" neutrum ; - lantvin_nn_1 = mkN "lantvin" "lantvinet" "lantviner" "lantvinerna" ; - laotier_nn_1 = mkN "laotier" "laotiern" "laotier" "laotierna" ; - laotisk_av_1 = mkA "laotisk" ; - lapidarisk_av_1 = mkA "lapidarisk" ; - lapp_nn_1 = mkN "lapp" ; - lapphund_nn_1 = mkN "lapphund" ; - lappkast_nn_1 = mkN "lappkast" neutrum ; - lapplaendsk_av_1 = mkA "lapplдndsk" ; - lapplaenning_nn_1 = mkN "lapplдnning" ; - lapplandsgran_nn_1 = mkN "lapplandsgran" ; - lappskrivning_nn_1 = mkN "lappskrivning" ; - lappsparv_nn_1 = mkN "lappsparv" ; - lapptaecke_nn_1 = mkN "lapptдcke" ; - lappverk_nn_1 = mkN "lappverk" neutrum ; - lapsk_av_1 = mkA "lapsk" ; - lapska_nn_2 = mkN "lapska" ; - lapsus_nn_1 = mkN "lapsus" ; - largetto_ab_1 = mkAdv "largetto" ; - largetto_nn_1 = mkN "largetto" "largettot" "largetton" "largettona" ; - largo_ab_1 = mkAdv "largo" ; - largo_nn_1 = mkN "largo" "largot" "largon" "largona" ; - larm_nn_1 = mkN "larm" neutrum ; - larmfoerlaeggning_nn_1 = mkN "larmfцrlдggning" ; - larmrapport_nn_1 = mkN "larmrapport" "larmrapporter" ; - larv_nn_1 = mkN "larv" "larver" ; - larvband_nn_1 = mkN "larvband" neutrum ; - larver_nn_1 = mkN "larver" "larveren" "larverar" "larverarna" ; - larvig_av_1 = mkA "larvig" ; - larvtraktor_nn_1 = mkN "larvtraktor" "larvtraktorer" ; - laryngal_av_1 = mkA "laryngal" ; - laryngal_nn_1 = mkN "laryngal" "laryngaler" ; - laryngit_nn_1 = mkN "laryngit" "laryngiter" ; - laryngolog_nn_1 = mkN "laryngolog" "laryngologer" ; - laryngoskop_nn_1 = mkN "laryngoskop" neutrum ; - laryngoskopi_nn_1 = mkN "laryngoskopi" "laryngoskopier" ; - lasarett_nn_1 = mkN "lasarett" neutrum ; - lasaron_nn_1 = mkN "lasaron" "lasaroner" ; - lasciv_av_1 = mkA "lasciv" ; - laser_nn_1 = mkN "laser" ; - laserfaerg_nn_1 = mkN "laserfдrg" "laserfдrger" ; - laserkanon_nn_1 = mkN "laserkanon" "laserkanoner" ; - laserstraalning_nn_1 = mkN "laserstrеlning" ; - laserstyrd_av_1 = mkA "laserstyrd" "laserstyrt" ; - laserteknik_nn_1 = mkN "laserteknik" "lasertekniker" ; - lask_nn_1 = mkN "lask" ; - laskning_nn_1 = mkN "laskning" ; - lass_nn_1 = mkN "lass" neutrum ; - lasso_nn_1 = mkN "lasso" "lassor" ; - last_nn_1 = mkN "last" "laster" ; - lastageplats_nn_1 = mkN "lastageplats" "lastageplatser" ; - lastbar_av_1 = mkA "lastbar" ; - lastbil_nn_1 = mkN "lastbil" ; - lastbilstransport_nn_1 = mkN "lastbilstransport" "lastbilstransporter" ; - lastdjur_nn_1 = mkN "lastdjur" neutrum ; - lastdryg_av_1 = mkA "lastdryg" ; - lastelig_av_1 = mkA "lastelig" ; - lastfartyg_nn_1 = mkN "lastfartyg" neutrum ; - lastflak_nn_1 = mkN "lastflak" neutrum ; - lastfull_av_1 = mkA "lastfull" ; - lastkran_nn_1 = mkN "lastkran" ; - lastlinje_nn_1 = mkN "lastlinje" "lastlinjer" ; - lastning_nn_1 = mkN "lastning" ; - lastpall_nn_1 = mkN "lastpall" ; - lastport_nn_1 = mkN "lastport" ; - lastprofil_nn_1 = mkN "lastprofil" "lastprofiler" ; - lastrum_nn_1 = mkN "lastrum" "lastrummet" "lastrum" "lastrummen" ; - lastvattenlinje_nn_1 = mkN "lastvattenlinje" "lastvattenlinjer" ; - lasur_nn_1 = mkN "lasur" "lasurer" ; - lasyr_nn_1 = mkN "lasyr" "lasyrer" ; - latenstid_nn_1 = mkN "latenstid" "latenstider" ; - latent_av_1 = mkA "latent" "latent" ; - lateral_av_1 = mkA "lateral" ; - lateral_nn_1 = mkN "lateral" "lateraler" ; - lathund_nn_1 = mkN "lathund" ; - latin_amerikansk_av_1 = mkA "latin-amerikansk" ; - latinamerikansk_av_1 = mkA "latinamerikansk" ; - latinare_nn_1 = mkN "latinare" "latinare" ; - latinism_nn_1 = mkN "latinism" "latinismer" ; - latinlaeroverk_nn_1 = mkN "latinlдroverk" neutrum ; - latinlinje_nn_1 = mkN "latinlinje" "latinlinjer" ; - latinsegel_nn_1 = mkN "latinsegel" neutrum ; - latinsk_av_1 = mkA "latinsk" ; - latitud_nn_1 = mkN "latitud" "latituder" ; - latmask_nn_1 = mkN "latmask" ; - latrin_nn_1 = mkN "latrin" "latriner" ; - laudatur_nn_1 = mkN "laudatur" neutrum ; - lav_nn_1 = mkN "lav" ; - lavasjoe_nn_1 = mkN "lavasjц" ; - lave_nn_1 = mkN "lave" utrum ; - lavemang_nn_1 = mkN "lavemang" neutrum ; - lavendelblaa_av_1 = mkA "lavendelblе" "lavendelblеtt" ; - lavering_nn_1 = mkN "lavering" ; - lavett_nn_1 = mkN "lavett" "lavetter" ; - lavin_nn_1 = mkN "lavin" "laviner" ; - lavinhund_nn_1 = mkN "lavinhund" ; - lavoar_nn_1 = mkN "lavoar" "lavoarer" ; - lavregion_nn_1 = mkN "lavregion" "lavregioner" ; - lavyr_nn_1 = mkN "lavyr" "lavyrer" ; - lax_nn_1 = mkN "lax" ; - laxativ_nn_1 = mkN "laxativ" neutrum ; - laxermedel_nn_1 = mkN "laxermedel" neutrum ; - laxfaerg_nn_1 = mkN "laxfдrg" "laxfдrger" ; - laxfisk_nn_1 = mkN "laxfisk" ; - laxgaard_nn_1 = mkN "laxgеrd" ; - laxkar_nn_1 = mkN "laxkar" neutrum ; - laxoering_nn_1 = mkN "laxцring" ; - laxstjaert_nn_1 = mkN "laxstjдrt" ; - laxyngel_nn_1 = mkN "laxyngel" neutrum ; - layout_nn_1 = mkN "layout" "layouter" ; - lazzaron_nn_1 = mkN "lazzaron" "lazzaroner" ; - lealoes_av_1 = mkA "lealцs" ; - leasing_nn_1 = mkN "leasing" ; - lebeman_nn_1 = mkN "lebeman" "lebemannen" "lebemдn" "lebemдnnen" ; - lecitin_nn_1 = mkN "lecitin" "lecitiner" ; - led_av_1 = mkA "led" ; - led_nn_1 = mkN "led" "leder" ; - led_nn_2 = mkN "led" neutrum ; - led_nn_3 = mkN "led" neutrum ; - ledamot_nn_1 = mkN "ledamot" "ledamцter" ; - ledarbegaavning_nn_1 = mkN "ledarbegеvning" ; - ledare_nn_1 = mkN "ledare" "ledare" ; - ledarhund_nn_1 = mkN "ledarhund" ; - ledarkult_nn_1 = mkN "ledarkult" "ledarkulter" ; - ledarskifte_nn_1 = mkN "ledarskifte" ; - ledarskikt_nn_1 = mkN "ledarskikt" neutrum ; - ledarskribent_nn_1 = mkN "ledarskribent" "ledarskribenter" ; - ledarstick_nn_1 = mkN "ledarstick" neutrum ; - ledband_nn_1 = mkN "ledband" neutrum ; - ledbrosk_nn_1 = mkN "ledbrosk" neutrum ; - ledbruten_av_1 = mkA "ledbruten" "ledbrutet" ; - ledd_nn_1 = mkN "ledd" "ledder" ; - leddjur_nn_1 = mkN "leddjur" neutrum ; - ledfoerslitning_nn_1 = mkN "ledfцrslitning" ; - ledfyr_nn_1 = mkN "ledfyr" ; - ledhuvud_nn_1 = mkN "ledhuvud" "ledhuvudet" "ledhuvuden" "ledhuvudena" ; - ledig_av_1 = mkA "ledig" ; - ledighet_nn_1 = mkN "ledighet" "ledigheter" ; - ledighetskommitte_nn_1 = mkN "ledighetskommittй" "ledighetskommittйer" ; - ledinflammation_nn_1 = mkN "ledinflammation" "ledinflammationer" ; - ledkapsel_nn_1 = mkN "ledkapsel" ; - ledkort_nn_1 = mkN "ledkort" neutrum ; - ledmotiv_nn_1 = mkN "ledmotiv" neutrum ; - ledning_nn_1 = mkN "ledning" ; - ledningsmaal_nn_1 = mkN "ledningsmеl" neutrum ; - ledningsmotstaand_nn_1 = mkN "ledningsmotstеnd" neutrum ; - ledningsorgan_nn_1 = mkN "ledningsorgan" neutrum ; - ledningsstolpe_nn_1 = mkN "ledningsstolpe" utrum ; - ledningsvaevnad_nn_1 = mkN "ledningsvдvnad" "ledningsvдvnader" ; - ledsagare_nn_1 = mkN "ledsagare" "ledsagare" ; - ledsam_av_1 = mkA "ledsam" "ledsamt" "ledsamma" "ledsamma" "ledsammare" "ledsammast" "ledsammaste" ; - ledsamhet_nn_1 = mkN "ledsamhet" "ledsamheter" ; - ledsegel_nn_1 = mkN "ledsegel" neutrum ; - ledsen_av_1 = mkA "ledsen" "ledset" ; - ledskaal_nn_1 = mkN "ledskеl" ; - ledsnad_nn_1 = mkN "ledsnad" "ledsnader" ; - ledstaang_nn_1 = mkN "ledstеng" "ledstдnger" ; - ledtraad_nn_1 = mkN "ledtrеd" ; - ledungsskepp_nn_1 = mkN "ledungsskepp" neutrum ; - ledutrymme_nn_1 = mkN "ledutrymme" ; - leende_nn_1 = mkN "leende" ; - legaer_av_1 = mkA "legдr" ; - legal_av_1 = mkA "legal" ; - legaliter_ab_1 = mkAdv "legaliter" ; - legalitet_nn_1 = mkN "legalitet" "legaliteter" ; - legat_nn_1 = mkN "legat" "legater" ; - legat_nn_2 = mkN "legat" neutrum ; - legatarie_nn_1 = mkN "legatarie" "legatarier" ; - legation_nn_1 = mkN "legation" "legationer" ; - legato_ab_1 = mkAdv "legato" ; - legato_nn_1 = mkN "legato" "legatot" "legaton" "legatona" ; - legend_nn_1 = mkN "legend" "legender" ; - legendar_nn_1 = mkN "legendar" "legendarer" ; - legendarisk_av_1 = mkA "legendarisk" ; - legendarium_nn_1 = mkN "legendarium" "legendariet" "legendarier" "legendarierna" ; - legendomspunnen_av_1 = mkA "legendomspunnen" "legendomspunnet" "legendomspunna" "legendomspunna" "legendomspunnare" "legendomspunnast" "legendomspunnaste" ; - legering_nn_1 = mkN "legering" ; - legio_av_1 = mkA "legio" ; - legion_nn_1 = mkN "legion" "legioner" ; - legionaer_nn_1 = mkN "legionдr" "legionдrer" ; - legislativ_av_1 = mkA "legislativ" ; - legislatur_nn_1 = mkN "legislatur" "legislaturer" ; - legitim_av_1 = mkA "legitim" ; - legitimation_nn_1 = mkN "legitimation" "legitimationer" ; - legitimist_nn_1 = mkN "legitimist" "legitimister" ; - legitimitet_nn_1 = mkN "legitimitet" "legitimiteter" ; - lego_nn_1 = mkN "lego" "legot" "legon" "legona" ; - legoavtal_nn_1 = mkN "legoavtal" "legoavtalet" "legoavtalen" "legoavtalena" ; - legoknekt_nn_1 = mkN "legoknekt" ; - legosoldat_nn_1 = mkN "legosoldat" "legosoldater" ; - legotillverkning_nn_1 = mkN "legotillverkning" ; - legotrupp_nn_1 = mkN "legotrupp" "legotrupper" ; - leguan_nn_1 = mkN "leguan" "leguaner" ; - legymsallad_nn_1 = mkN "legymsallad" "legymsallader" ; - lejd_nn_1 = mkN "lejd" ; - lejdare_nn_1 = mkN "lejdare" "lejdare" ; - lejdbaat_nn_1 = mkN "lejdbеt" ; - lejdebrev_nn_1 = mkN "lejdebrev" neutrum ; - lejon_nn_1 = mkN "lejon" neutrum ; - lejonfot_nn_1 = mkN "lejonfot" "lejonfцtter" ; - lejongap_nn_1 = mkN "lejongap" neutrum ; - lejongrop_nn_1 = mkN "lejongrop" ; - lejoninna_nn_1 = mkN "lejoninna" ; - lejonklo_nn_1 = mkN "lejonklo" "lejonklor" ; - lejonklorna_ab_1 = mkAdv "lejonklorna" ; - lejontaemjare_nn_1 = mkN "lejontдmjare" "lejontдmjare" ; - lek_av_1 = mkA "lek" ; - lek_nn_1 = mkN "lek" ; - lekamlig_av_1 = mkA "lekamlig" ; - lekamligen_ab_1 = mkAdv "lekamligen" ; - lekare_nn_1 = mkN "lekare" "lekare" ; - lekatt_nn_1 = mkN "lekatt" "lekatter" ; - lekboll_nn_1 = mkN "lekboll" ; - lekdamm_nn_1 = mkN "lekdamm" ; - lekdraekt_nn_1 = mkN "lekdrдkt" "lekdrдkter" ; - lekfaerdig_av_1 = mkA "lekfдrdig" ; - lekfisk_nn_1 = mkN "lekfisk" ; - lekfull_av_1 = mkA "lekfull" ; - lekfullhet_nn_1 = mkN "lekfullhet" "lekfullheter" ; - lekkamrat_nn_1 = mkN "lekkamrat" "lekkamrater" ; - lekledare_nn_1 = mkN "lekledare" "lekledare" ; - leklysten_av_1 = mkA "leklysten" "leklystet" ; - lekman_nn_1 = mkN "lekman" "lekmannen" "lekmдn" "lekmдnnen" ; - lekmannabroder_nn_1 = mkN "lekmannabroder" "lekmannabrodern" "lekmannabrцder" "lekmannabrцderna" ; - lekotek_nn_1 = mkN "lekotek" neutrum ; - lekpark_nn_1 = mkN "lekpark" "lekparker" ; - lekplats_nn_1 = mkN "lekplats" "lekplatser" ; - leksak_nn_1 = mkN "leksak" "leksaker" ; - leksaksbaat_nn_1 = mkN "leksaksbеt" ; - leksaksbil_nn_1 = mkN "leksaksbil" ; - leksaksbjoern_nn_1 = mkN "leksaksbjцrn" ; - leksaksfigur_nn_1 = mkN "leksaksfigur" "leksaksfigurer" ; - leksakshaest_nn_1 = mkN "leksakshдst" ; - leksakspistol_nn_1 = mkN "leksakspistol" "leksakspistoler" ; - lekstuga_nn_1 = mkN "lekstuga" ; - lekt_av_1 = mkA "lekt" ; - lektid_nn_1 = mkN "lektid" "lektider" ; - lektion_nn_1 = mkN "lektion" "lektioner" ; - lektionstimme_nn_1 = mkN "lektionstimme" utrum ; - lektoer_nn_1 = mkN "lektцr" "lektцrer" ; - lektor_nn_1 = mkN "lektor" "lektorer" ; - lektorat_nn_1 = mkN "lektorat" neutrum ; - lektris_nn_1 = mkN "lektris" "lektriser" ; - lekvandring_nn_1 = mkN "lekvandring" ; - lekverk_nn_1 = mkN "lekverk" neutrum ; - lem_nn_1 = mkN "lem" "lemmen" "lemmar" "lemmarna" ; - lemma_nn_1 = mkN "lemma" "lemmat" "lemman" "lemmana" ; - lemmalytt_av_1 = mkA "lemmalytt" ; - lemonad_nn_1 = mkN "lemonad" "lemonader" ; - len_av_1 = mkA "len" ; - leninistisk_av_1 = mkA "leninistisk" ; - lenis_av_1 = mkA "lenis" ; - leopard_nn_1 = mkN "leopard" "leoparder" ; - leproes_av_1 = mkA "leprцs" ; - leptosom_av_1 = mkA "leptosom" ; - lerbotten_nn_1 = mkN "lerbotten" ; - lercylinder_nn_1 = mkN "lercylinder" ; - lergoek_nn_1 = mkN "lergцk" ; - lerhaerd_nn_1 = mkN "lerhдrd" ; - lerhalt_nn_1 = mkN "lerhalt" "lerhalter" ; - lerhaltig_av_1 = mkA "lerhaltig" ; - lerig_av_1 = mkA "lerig" ; - lerjord_nn_1 = mkN "lerjord" ; - lerkaerl_nn_1 = mkN "lerkдrl" neutrum ; - lerklining_nn_1 = mkN "lerklining" ; - lerskiffer_nn_1 = mkN "lerskiffer" ; - lesbisk_av_1 = mkA "lesbisk" ; - lesion_nn_1 = mkN "lesion" "lesioner" ; - lesothier_nn_1 = mkN "lesothier" "lesothiern" "lesothier" "lesothierna" ; - lesothisk_av_1 = mkA "lesothisk" ; - letal_av_1 = mkA "letal" ; - letargisk_av_1 = mkA "letargisk" ; - lett_nn_1 = mkN "lett" "letter" ; - lettisk_av_1 = mkA "lettisk" ; - lettiska_nn_2 = mkN "lettiska" ; - leukemi_nn_1 = mkN "leukemi" "leukemier" ; - leukocyt_nn_1 = mkN "leukocyt" "leukocyter" ; - lev_nn_1 = mkN "lev" ; - leva_nn_1 = mkN "leva" "levan" "leva" "levana" ; - levande_av_1 = mkA "levande" ; - levang_nn_1 = mkN "levang" "levanger" ; - levantin_nn_1 = mkN "levantin" "levantiner" ; - leve_nn_1 = mkN "leve" ; - lever_nn_1 = mkN "lever" ; - leverans_nn_1 = mkN "leverans" "leveranser" ; - leveransavtal_nn_1 = mkN "leveransavtal" "leveransavtalet" "leveransavtalen" "leveransavtalena" ; - leveransklar_av_1 = mkA "leveransklar" ; - leveranstid_nn_1 = mkN "leveranstid" "leveranstider" ; - leverantoer_nn_1 = mkN "leverantцr" "leverantцrer" ; - leverbrun_av_1 = mkA "leverbrun" ; - levercell_nn_1 = mkN "levercell" "leverceller" ; - leverflaeck_nn_1 = mkN "leverflдck" ; - leverop_nn_1 = mkN "leverop" neutrum ; - leverpastej_nn_1 = mkN "leverpastej" "leverpastejer" ; - leverskrumpning_nn_1 = mkN "leverskrumpning" ; - levit_nn_1 = mkN "levit" "leviter" ; - levnad_nn_1 = mkN "levnad" "levnader" ; - levnadsaalder_nn_1 = mkN "levnadsеlder" ; - levnadsaar_nn_1 = mkN "levnadsеr" neutrum ; - levnadsbeskrivning_nn_1 = mkN "levnadsbeskrivning" ; - levnadsglad_av_1 = mkA "levnadsglad" ; - levnadskonstnaer_nn_1 = mkN "levnadskonstnдr" "levnadskonstnдrer" ; - levnadskostnad_nn_1 = mkN "levnadskostnad" "levnadskostnader" ; - levnadslopp_nn_1 = mkN "levnadslopp" neutrum ; - levnadsnivaa_nn_1 = mkN "levnadsnivе" "levnadsnivеer" ; - levnadsoede_nn_1 = mkN "levnadsцde" ; - levnadsregel_nn_1 = mkN "levnadsregel" "levnadsregeln" "levnadsregler" "levnadsreglerna" ; - levnadssaett_nn_1 = mkN "levnadssдtt" neutrum ; - levnadstecknare_nn_1 = mkN "levnadstecknare" "levnadstecknare" ; - levnadsteckning_nn_1 = mkN "levnadsteckning" ; - levnadstroett_av_1 = mkA "levnadstrцtt" ; - levnadsvisdom_nn_1 = mkN "levnadsvisdom" ; - lexem_nn_1 = mkN "lexem" neutrum ; - lexikal_av_1 = mkA "lexikal" ; - lexikalisk_av_1 = mkA "lexikalisk" ; - lexikograf_nn_1 = mkN "lexikograf" "lexikografer" ; - lexikografisk_av_1 = mkA "lexikografisk" ; - lexikolog_nn_1 = mkN "lexikolog" "lexikologer" ; - lexikologisk_av_1 = mkA "lexikologisk" ; - lexikon_nn_1 = mkN "lexikon" neutrum ; - lian_nn_1 = mkN "lian" "lianer" ; - libanes_nn_1 = mkN "libanes" "libaneser" ; - libanesisk_av_1 = mkA "libanesisk" ; - libation_nn_1 = mkN "libation" "libationer" ; - libell_nn_1 = mkN "libell" "libeller" ; - liberal_av_1 = mkA "liberal" ; - liberalisering_nn_1 = mkN "liberalisering" ; - liberian_nn_1 = mkN "liberian" "liberianer" ; - liberiansk_av_1 = mkA "liberiansk" ; - liberier_nn_1 = mkN "liberier" "liberiern" "liberier" "liberierna" ; - liberisk_av_1 = mkA "liberisk" ; - libero_nn_1 = mkN "libero" "liberor" ; - libertin_nn_1 = mkN "libertin" "libertiner" ; - libration_nn_1 = mkN "libration" "librationer" ; - librettist_nn_1 = mkN "librettist" "librettister" ; - libretto_nn_1 = mkN "libretto" "librettor" ; - libyer_nn_1 = mkN "libyer" "libyern" "libyer" "libyerna" ; - libysk_av_1 = mkA "libysk" ; - licens_nn_1 = mkN "licens" "licenser" ; - licentiat_nn_1 = mkN "licentiat" "licentiater" ; - lid_nn_1 = mkN "lid" "lider" ; - lida_vb_1 = mkV "lida" "led" "lidit" ; - lidande_av_1 = mkA "lidande" ; - lidande_nn_1 = mkN "lidande" ; - lidandeshistoria_nn_1 = mkN "lidandeshistoria" "lidandeshistorien" "lidandeshistorier" "lidandeshistorierna" ; - lidelse_nn_1 = mkN "lidelse" "lidelser" ; - lidelsefri_av_1 = mkA "lidelsefri" "lidelsefritt" ; - lidelsefull_av_1 = mkA "lidelsefull" ; - lider_nn_1 = mkN "lider" neutrum ; - liderlig_av_1 = mkA "liderlig" ; - lie_nn_1 = mkN "lie" utrum ; - liechtensteinare_nn_1 = mkN "liechtensteinare" "liechtensteinare" ; - liechtensteinsk_av_1 = mkA "liechtensteinsk" ; - lieknagg_nn_1 = mkN "lieknagg" ; - lieskaft_nn_1 = mkN "lieskaft" neutrum ; - lift_nn_1 = mkN "lift" ; - liftare_nn_1 = mkN "liftare" "liftare" ; - ligament_nn_1 = mkN "ligament" neutrum ; - ligatur_nn_1 = mkN "ligatur" "ligaturer" ; - ligg_nn_1 = mkN "ligg" neutrum ; - liggare_nn_1 = mkN "liggare" "liggare" ; - liggdags_ab_1 = mkAdv "liggdags" ; - liggetid_nn_1 = mkN "liggetid" "liggetider" ; - liggplats_nn_1 = mkN "liggplats" "liggplatser" ; - liggriktig_av_1 = mkA "liggriktig" ; - liggsaar_nn_1 = mkN "liggsеr" neutrum ; - liggsjuk_av_1 = mkA "liggsjuk" ; - liggvagn_nn_1 = mkN "liggvagn" ; - ligist_nn_1 = mkN "ligist" "ligister" ; - lignin_nn_1 = mkN "lignin" "ligniner" ; - ligurisk_av_1 = mkA "ligurisk" ; - liguster_nn_1 = mkN "liguster" ; - ligusterfjaeril_nn_1 = mkN "ligusterfjдril" ; - ligustersvaermare_nn_1 = mkN "ligustersvдrmare" "ligustersvдrmare" ; - lik_av_1 = mkA "lik" ; - lik_nn_1 = mkN "lik" neutrum ; - lika_ab_1 = mkAdv "lika" ; - lika_av_1 = mkA "lika" ; - likadan_av_1 = mkA "likadan" ; - likafullt_ab_1 = mkAdv "likafullt" ; - likaledes_ab_1 = mkAdv "likaledes" ; - likaloen_nn_1 = mkN "likalцn" "likalцner" ; - likalydande_av_1 = mkA "likalydande" ; - likare_nn_1 = mkN "likare" "likare" ; - likasaa_ab_1 = mkAdv "likasе" ; - likasaavael_ab_1 = mkAdv "likasеvдl" ; - likasom_ab_1 = mkAdv "likasom" ; - likavael_ab_1 = mkAdv "likavдl" ; - likbent_av_1 = mkA "likbent" "likbent" ; - likbesiktning_nn_1 = mkN "likbesiktning" ; - likbjudarmin_nn_1 = mkN "likbjudarmin" "likbjudarminer" ; - likblaanad_nn_1 = mkN "likblеnad" "likblеnader" ; - likblek_av_1 = mkA "likblek" ; - like_nn_1 = mkN "like" utrum ; - likfaerd_nn_1 = mkN "likfдrd" "likfдrder" ; - likflaeck_nn_1 = mkN "likflдck" ; - likfoergiftning_nn_1 = mkN "likfцrgiftning" ; - likformig_av_1 = mkA "likformig" ; - likformighet_nn_1 = mkN "likformighet" "likformigheter" ; - likfynd_nn_1 = mkN "likfynd" neutrum ; - likgiltig_av_1 = mkA "likgiltig" ; - likgiltighet_nn_1 = mkN "likgiltighet" "likgiltigheter" ; - likhet_nn_1 = mkN "likhet" "likheter" ; - likhetstecken_nn_1 = mkN "likhetstecken" "likhetstecknet" "likhetstecken" "likhetstecknen" ; - likljudande_av_1 = mkA "likljudande" ; - likmaetigt_ab_1 = mkAdv "likmдtigt" ; - liknaemnig_av_1 = mkA "liknдmnig" ; - liknande_av_1 = mkA "liknande" ; - liknelse_nn_1 = mkN "liknelse" "liknelser" ; - liknoejd_av_1 = mkA "liknцjd" "liknцjt" ; - likoer_nn_1 = mkN "likцr" "likцrer" ; - likoerglas_nn_1 = mkN "likцrglas" neutrum ; - likriktare_nn_1 = mkN "likriktare" "likriktare" ; - liksidig_av_1 = mkA "liksidig" ; - liksiding_nn_1 = mkN "liksiding" ; - likskaendare_nn_1 = mkN "likskдndare" "likskдndare" ; - liksom_ab_1 = mkAdv "liksom" ; - likspaenning_nn_1 = mkN "likspдnning" ; - likstaellig_av_1 = mkA "likstдllig" ; - likstaellighet_nn_1 = mkN "likstдllighet" "likstдlligheter" ; - likstaemmig_av_1 = mkA "likstдmmig" ; - likstaemmighet_nn_1 = mkN "likstдmmighet" "likstдmmigheter" ; - likstelhet_nn_1 = mkN "likstelhet" "likstelheter" ; - likstroem_nn_1 = mkN "likstrцm" "likstrцmmen" "likstrцmmar" "likstrцmmarna" ; - liksvamp_nn_1 = mkN "liksvamp" ; - liksvepning_nn_1 = mkN "liksvepning" ; - liktor_nn_1 = mkN "liktor" "liktorer" ; - liktorn_nn_1 = mkN "liktorn" ; - liktydig_av_1 = mkA "liktydig" ; - likvael_ab_1 = mkAdv "likvдl" ; - likvaerd_av_1 = mkA "likvдrd" "likvдrt" ; - likvaerdig_av_1 = mkA "likvдrdig" ; - likvid_nn_1 = mkN "likvid" "likvider" ; - likvidation_nn_1 = mkN "likvidation" "likvidationer" ; - likvidator_nn_1 = mkN "likvidator" "likvidatorer" ; - likviditet_nn_1 = mkN "likviditet" "likviditeter" ; - likvisst_ab_1 = mkAdv "likvisst" ; - lila_av_1 = mkA "lila" ; - lilja_nn_1 = mkN "lilja" ; - liljekonvalje_nn_1 = mkN "liljekonvalje" "liljekonvaljer" ; - liljevaext_nn_1 = mkN "liljevдxt" "liljevдxter" ; - liljevit_av_1 = mkA "liljevit" ; - lillasyster_nn_1 = mkN "lillasyster" ; - lillaxel_nn_1 = mkN "lillaxel" ; - lilleputt_nn_1 = mkN "lilleputt" ; - lillfinger_nn_1 = mkN "lillfinger" ; - lillsemester_nn_1 = mkN "lillsemester" ; - lillslam_nn_1 = mkN "lillslam" "lillslammen" "lillslammar" "lillslammarna" ; - lillstuga_nn_1 = mkN "lillstuga" ; - lilltaa_nn_1 = mkN "lilltе" "lilltеn" "lilltеr" "lilltеrna" ; - lillvaerdinna_nn_1 = mkN "lillvдrdinna" ; - lim_nn_1 = mkN "lim" "limmet" "lim" "limmen" ; - limaemne_nn_1 = mkN "limдmne" ; - lime_nn_1 = mkN "lime" "limer" ; - limerick_nn_1 = mkN "limerick" ; - limfaerg_nn_1 = mkN "limfдrg" "limfдrger" ; - limgoerdel_nn_1 = mkN "limgцrdel" ; - limit_nn_1 = mkN "limit" "limiter" ; - limitation_nn_1 = mkN "limitation" "limitationer" ; - limitativ_av_1 = mkA "limitativ" ; - limkokeri_nn_1 = mkN "limkokeri" "limkokerit" "limkokerier" "limkokerierna" ; - limning_nn_1 = mkN "limning" ; - limnisk_av_1 = mkA "limnisk" ; - limnograf_nn_1 = mkN "limnograf" "limnografer" ; - limnologisk_av_1 = mkA "limnologisk" ; - limousine_nn_1 = mkN "limousine" "limousiner" ; - limpinne_nn_1 = mkN "limpinne" utrum ; - limring_nn_1 = mkN "limring" ; - limtillverkning_nn_1 = mkN "limtillverkning" ; - linaaker_nn_1 = mkN "linеker" ; - lind_nn_1 = mkN "lind" ; - lindansare_nn_1 = mkN "lindansare" "lindansare" ; - lindare_nn_1 = mkN "lindare" "lindare" ; - linddrag_nn_1 = mkN "linddrag" neutrum ; - lindebarn_nn_1 = mkN "lindebarn" neutrum ; - lindning_nn_1 = mkN "lindning" ; - lindorm_nn_1 = mkN "lindorm" ; - lindrig_av_1 = mkA "lindrig" ; - lindring_nn_1 = mkN "lindring" ; - lineaer_av_1 = mkA "lineдr" ; - linearritning_nn_1 = mkN "linearritning" ; - linfroe_nn_1 = mkN "linfrц" "linfrцt" "linfrцn" "linfrцen" ; - lingarn_nn_1 = mkN "lingarn" neutrum ; - lingeri_nn_1 = mkN "lingeri" "lingerit" "lingerier" "lingerierna" ; - lingon_nn_1 = mkN "lingon" neutrum ; - lingonbuske_nn_1 = mkN "lingonbuske" utrum ; - lingonpaeron_nn_1 = mkN "lingonpдron" neutrum ; - lingonsylt_nn_1 = mkN "lingonsylt" "lingonsylter" ; - lingul_av_1 = mkA "lingul" ; - lingvist_nn_1 = mkN "lingvist" "lingvister" ; - lingvistisk_av_1 = mkA "lingvistisk" ; - linhaarig_av_1 = mkA "linhеrig" ; - liniment_nn_1 = mkN "liniment" neutrum ; - linjaer_av_1 = mkA "linjдr" ; - linjal_nn_1 = mkN "linjal" "linjaler" ; - linje_nn_1 = mkN "linje" "linjer" ; - linjeblockering_nn_1 = mkN "linjeblockering" ; - linjedomare_nn_1 = mkN "linjedomare" "linjedomare" ; - linjefoering_nn_1 = mkN "linjefцring" ; - linjelopp_nn_1 = mkN "linjelopp" neutrum ; - linjeman_nn_1 = mkN "linjeman" "linjemannen" "linjemдn" "linjemдnnen" ; - linjenaemnd_nn_1 = mkN "linjenдmnd" "linjenдmnder" ; - linjeren_av_1 = mkA "linjeren" ; - linjeskepp_nn_1 = mkN "linjeskepp" neutrum ; - linjespektrum_nn_1 = mkN "linjespektrum" neutrum ; - linjespel_nn_1 = mkN "linjespel" "linjespelet" "linjespel" "linjespelen" ; - linjevaeljare_nn_1 = mkN "linjevдljare" "linjevдljare" ; - linlugg_nn_1 = mkN "linlugg" ; - linnedamast_nn_1 = mkN "linnedamast" "linnedamaster" ; - linneduk_nn_1 = mkN "linneduk" ; - linnefiber_nn_1 = mkN "linnefiber" "linnefibern" "linnefibrer" "linnefibrerna" ; - linneskaap_nn_1 = mkN "linneskеp" neutrum ; - linning_nn_1 = mkN "linning" ; - linoleumsnitt_nn_1 = mkN "linoleumsnitt" neutrum ; - linolja_nn_1 = mkN "linolja" ; - lins_nn_1 = mkN "lins" "linser" ; - linsfel_nn_1 = mkN "linsfel" "linsfelet" "linsfel" "linsfelen" ; - linslus_nn_1 = mkN "linslus" "linslusen" "linslцss" "linslцssen" ; - linssystem_nn_1 = mkN "linssystem" neutrum ; - lintott_nn_1 = mkN "lintott" ; - lipas_nn_1 = mkN "lipas" "lipaser" ; - lipid_nn_1 = mkN "lipid" "lipider" ; - lipig_av_1 = mkA "lipig" ; - lipom_nn_1 = mkN "lipom" neutrum ; - lipsill_nn_1 = mkN "lipsill" ; - lire_nn_1 = mkN "lire" "liren" "lire" "lirena" ; - lisen_nn_1 = mkN "lisen" "lisener" ; - lismare_nn_1 = mkN "lismare" "lismare" ; - lisoes_nn_1 = mkN "lisцs" "lisцser" ; - lispund_nn_1 = mkN "lispund" neutrum ; - list_nn_1 = mkN "list" "lister" ; - listig_av_1 = mkA "listig" ; - listornament_nn_1 = mkN "listornament" "listornamentet" "listornamenten" "listornamentena" ; - listprofil_nn_1 = mkN "listprofil" "listprofiler" ; - listverk_nn_1 = mkN "listverk" neutrum ; - litauer_nn_1 = mkN "litauer" "litauern" "litauer" "litauerna" ; - litauisk_av_1 = mkA "litauisk" ; - litauiska_nn_2 = mkN "litauiska" ; - lite_ab_1 = mkAdv "lite" ; - liten_av_1 = mkA "liten" "litet" "lilla" "smе" "mindre" "minst" "minsta" ; - litenhet_nn_1 = mkN "litenhet" "litenheter" ; - liter_nn_1 = mkN "liter" ; - liter_nn_2 = mkN "liter" ; - litermaatt_nn_1 = mkN "litermеtt" neutrum ; - litervis_ab_1 = mkAdv "litervis" ; - litograf_nn_1 = mkN "litograf" "litografer" ; - litografi_nn_1 = mkN "litografi" "litografier" ; - litoral_av_1 = mkA "litoral" ; - litotes_nn_1 = mkN "litotes" "litoteser" ; - litteraer_av_1 = mkA "litterдr" ; - litterat_av_1 = mkA "litterat" "litterat" ; - litteratoer_nn_1 = mkN "litteratцr" "litteratцrer" ; - litteratur_nn_1 = mkN "litteratur" "litteraturer" ; - litteraturanmaelan_nn_1 = mkN "litteraturanmдlan" "litteraturanmдlan" "litteraturanmдlningar" "litteraturanmдlningarna" ; - litteraturanvisning_nn_1 = mkN "litteraturanvisning" ; - litteraturfoerteckning_nn_1 = mkN "litteraturfцrteckning" ; - litteraturforskare_nn_1 = mkN "litteraturforskare" "litteraturforskare" ; - litteraturhaenvisning_nn_1 = mkN "litteraturhдnvisning" ; - litteraturhistorisk_av_1 = mkA "litteraturhistorisk" ; - litteraturingenjoer_nn_1 = mkN "litteraturingenjцr" "litteraturingenjцrer" ; - litteraturkritiker_nn_1 = mkN "litteraturkritiker" "litteraturkritikern" "litteraturkritiker" "litteraturkritikerna" ; - litteraturprofessor_nn_1 = mkN "litteraturprofessor" "litteraturprofessorer" ; - litteratursoekning_nn_1 = mkN "litteratursцkning" ; - litteraturspraak_nn_1 = mkN "litteratursprеk" neutrum ; - liturg_nn_1 = mkN "liturg" "liturger" ; - liturgi_nn_1 = mkN "liturgi" "liturgier" ; - liturgisk_av_1 = mkA "liturgisk" ; - liv_nn_1 = mkN "liv" neutrum ; - livaktig_av_1 = mkA "livaktig" ; - livbaat_nn_1 = mkN "livbеt" ; - livbaelte_nn_1 = mkN "livbдlte" ; - livboj_nn_1 = mkN "livboj" ; - livdjur_nn_1 = mkN "livdjur" neutrum ; - livdoemd_av_1 = mkA "livdцmd" "livdцmt" ; - livdrabant_nn_1 = mkN "livdrabant" "livdrabanter" ; - live_av_1 = mkA "live" ; - live_show_nn_1 = mkN "live-show" "live-shower" ; - livegen_av_1 = mkA "livegen" "liveget" ; - livfoersaekring_nn_1 = mkN "livfцrsдkring" ; - livfull_av_1 = mkA "livfull" ; - livgarde_nn_1 = mkN "livgarde" ; - livgivande_av_1 = mkA "livgivande" ; - livklaednad_nn_1 = mkN "livklдdnad" "livklдdnader" ; - livlig_av_1 = mkA "livlig" ; - livlighet_nn_1 = mkN "livlighet" "livligheter" ; - livloes_av_1 = mkA "livlцs" ; - livmedikus_nn_1 = mkN "livmedikus" "livmedikus" "livmedici" "livmedicina" ; - livmoderframfall_nn_1 = mkN "livmoderframfall" neutrum ; - livmoderhals_nn_1 = mkN "livmoderhals" ; - livmodermun_nn_1 = mkN "livmodermun" "livmodermunnen" "livmodermunnar" "livmodermunnarna" ; - livmodersslemhinna_nn_1 = mkN "livmodersslemhinna" ; - livraeddare_nn_1 = mkN "livrдddare" "livrдddare" ; - livraeddning_nn_1 = mkN "livrдddning" ; - livraett_nn_1 = mkN "livrдtt" "livrдtter" ; - livre_nn_1 = mkN "livrй" "livrйt" "livrйer" "livrйerna" ; - livregemente_nn_1 = mkN "livregemente" ; - livrem_nn_1 = mkN "livrem" "livremmen" "livremmar" "livremmarna" ; - livrustkammare_nn_1 = mkN "livrustkammare" "livrustkammaren" "livrustkamrar" "livrustkamrarna" ; - livs_av_1 = mkA "livs" ; - livsaaskaadning_nn_1 = mkN "livsеskеdning" ; - livsarvinge_nn_1 = mkN "livsarvinge" utrum ; - livsavgoerande_av_1 = mkA "livsavgцrande" ; - livsbefraemjande_av_1 = mkA "livsbefrдmjande" ; - livsbejakande_av_1 = mkA "livsbejakande" ; - livsbejakare_nn_1 = mkN "livsbejakare" "livsbejakare" ; - livsbetingelse_nn_1 = mkN "livsbetingelse" "livsbetingelser" ; - livsduglig_av_1 = mkA "livsduglig" ; - livselixir_nn_1 = mkN "livselixir" neutrum ; - livsfarlig_av_1 = mkA "livsfarlig" ; - livsfoering_nn_1 = mkN "livsfцring" ; - livsfoernekelse_nn_1 = mkN "livsfцrnekelse" "livsfцrnekelser" ; - livsform_nn_1 = mkN "livsform" "livsformer" ; - livsfraaga_nn_1 = mkN "livsfrеga" ; - livsgaerning_nn_1 = mkN "livsgдrning" ; - livshaallning_nn_1 = mkN "livshеllning" ; - livshotande_av_1 = mkA "livshotande" ; - livskamrat_nn_1 = mkN "livskamrat" "livskamrater" ; - livskraftig_av_1 = mkA "livskraftig" ; - livskvalitet_nn_1 = mkN "livskvalitet" "livskvaliteter" ; - livslaang_av_1 = mkA "livslеng" ; - livslaengd_nn_1 = mkN "livslдngd" "livslдngder" ; - livslag_nn_1 = mkN "livslag" ; - livslevande_av_1 = mkA "livslevande" ; - livslinje_nn_1 = mkN "livslinje" "livslinjer" ; - livsloegn_nn_1 = mkN "livslцgn" "livslцgner" ; - livslust_nn_1 = mkN "livslust" ; - livsmedel_nn_1 = mkN "livsmedel" neutrum ; - livsmedelsaffaer_nn_1 = mkN "livsmedelsaffдr" "livsmedelsaffдrer" ; - livsmedelsavfall_nn_1 = mkN "livsmedelsavfall" neutrum ; - livsmedelsbutik_nn_1 = mkN "livsmedelsbutik" "livsmedelsbutiker" ; - livsmedelsfaerg_nn_1 = mkN "livsmedelsfдrg" "livsmedelsfдrger" ; - livsmedelslag_nn_1 = mkN "livsmedelslag" ; - livsmiljoe_nn_1 = mkN "livsmiljц" "livsmiljцn" "livsmiljцer" "livsmiljцerna" ; - livsnerv_nn_1 = mkN "livsnerv" "livsnerver" ; - livsnoedvaendig_av_1 = mkA "livsnцdvдndig" ; - livsprocess_nn_1 = mkN "livsprocess" "livsprocesser" ; - livsreaktion_nn_1 = mkN "livsreaktion" "livsreaktioner" ; - livssituation_nn_1 = mkN "livssituation" "livssituationer" ; - livsslut_nn_1 = mkN "livsslut" neutrum ; - livsstil_nn_1 = mkN "livsstil" ; - livssyn_nn_1 = mkN "livssyn" "livssyner" ; - livstecken_nn_1 = mkN "livstecken" "livstecknet" "livstecken" "livstecknen" ; - livstraed_nn_1 = mkN "livstrдd" neutrum ; - livsuppehaallande_av_1 = mkA "livsuppehеllande" ; - livsuppgift_nn_1 = mkN "livsuppgift" "livsuppgifter" ; - livsutveckling_nn_1 = mkN "livsutveckling" ; - livsvaenlig_av_1 = mkA "livsvдnlig" ; - livsverk_nn_1 = mkN "livsverk" neutrum ; - livsviktig_av_1 = mkA "livsviktig" ; - livsvillkor_nn_1 = mkN "livsvillkor" neutrum ; - livsyttring_nn_1 = mkN "livsyttring" ; - livtag_nn_1 = mkN "livtag" neutrum ; - livvakt_nn_1 = mkN "livvakt" "livvakter" ; - lix_nn_1 = mkN "lix" neutrum ; - ljud_nn_1 = mkN "ljud" neutrum ; - ljudaatergivning_nn_1 = mkN "ljudеtergivning" ; - ljudande_av_1 = mkA "ljudande" ; - ljudband_nn_1 = mkN "ljudband" neutrum ; - ljudbang_nn_1 = mkN "ljudbang" ; - ljudbildband_nn_1 = mkN "ljudbildband" neutrum ; - ljudboj_nn_1 = mkN "ljudboj" ; - ljudbrev_nn_1 = mkN "ljudbrev" neutrum ; - ljuddaempande_av_1 = mkA "ljuddдmpande" ; - ljuddaempare_nn_1 = mkN "ljuddдmpare" "ljuddдmpare" ; - ljudenlig_av_1 = mkA "ljudenlig" ; - ljudfilm_nn_1 = mkN "ljudfilm" "ljudfilmer" ; - ljudfoeraendring_nn_1 = mkN "ljudfцrдndring" ; - ljudfoerbindelse_nn_1 = mkN "ljudfцrbindelse" "ljudfцrbindelser" ; - ljudhaal_nn_1 = mkN "ljudhеl" neutrum ; - ljudhaermande_av_1 = mkA "ljudhдrmande" ; - ljudhastighet_nn_1 = mkN "ljudhastighet" "ljudhastigheter" ; - ljudinspelning_nn_1 = mkN "ljudinspelning" ; - ljudisolering_nn_1 = mkN "ljudisolering" ; - ljudkuliss_nn_1 = mkN "ljudkuliss" "ljudkulisser" ; - ljudkvalitet_nn_1 = mkN "ljudkvalitet" "ljudkvaliteter" ; - ljudlaera_nn_1 = mkN "ljudlдra" ; - ljudlag_nn_1 = mkN "ljudlag" ; - ljudlig_av_1 = mkA "ljudlig" ; - ljudloes_av_1 = mkA "ljudlцs" ; - ljudnivaa_nn_1 = mkN "ljudnivе" "ljudnivеer" ; - ljudoeverfoering_nn_1 = mkN "ljudцverfцring" ; - ljudsignal_nn_1 = mkN "ljudsignal" "ljudsignaler" ; - ljudskridning_nn_1 = mkN "ljudskridning" ; - ljudskrift_nn_1 = mkN "ljudskrift" "ljudskrifter" ; - ljudstyrka_nn_1 = mkN "ljudstyrka" ; - ljudsystem_nn_1 = mkN "ljudsystem" neutrum ; - ljudtekniker_nn_1 = mkN "ljudtekniker" "ljudteknikern" "ljudtekniker" "ljudteknikerna" ; - ljudvall_nn_1 = mkN "ljudvall" ; - ljuga_vb_1 = mkV "ljuga" "ljцg" "ljugit" ; - ljugarbaenk_nn_1 = mkN "ljugarbдnk" ; - ljum_av_1 = mkA "ljum" "ljumt" "ljumma" "ljumma" "ljummare" "ljummast" "ljummaste" ; - ljumhet_nn_1 = mkN "ljumhet" "ljumheter" ; - ljummen_av_1 = mkA "ljummen" "ljummet" "ljumna" "ljumna" "ljumnare" "ljumnast" "ljumnaste" ; - ljumske_nn_1 = mkN "ljumske" utrum ; - ljungeld_nn_1 = mkN "ljungeld" ; - ljungpipare_nn_1 = mkN "ljungpipare" "ljungpipare" ; - ljungvaext_nn_1 = mkN "ljungvдxt" "ljungvдxter" ; - ljus_av_1 = mkA "ljus" ; - ljus_nn_1 = mkN "ljus" neutrum ; - ljusaar_nn_1 = mkN "ljusеr" neutrum ; - ljusaekta_av_1 = mkA "ljusдkta" ; - ljusaelskande_av_1 = mkA "ljusдlskande" ; - ljusalf_nn_1 = mkN "ljusalf" "ljusalfer" ; - ljusbaage_nn_1 = mkN "ljusbеge" utrum ; - ljusbehandling_nn_1 = mkN "ljusbehandling" ; - ljusbestaendig_av_1 = mkA "ljusbestдndig" ; - ljusbild_nn_1 = mkN "ljusbild" "ljusbilder" ; - ljusblaa_av_1 = mkA "ljusblе" "ljusblеtt" ; - ljusblind_av_1 = mkA "ljusblind" ; - ljusblixt_nn_1 = mkN "ljusblixt" ; - ljusbrunn_nn_1 = mkN "ljusbrunn" ; - ljusbrytning_nn_1 = mkN "ljusbrytning" ; - ljusfenomen_nn_1 = mkN "ljusfenomen" neutrum ; - ljusfilter_nn_1 = mkN "ljusfilter" neutrum ; - ljusfloede_nn_1 = mkN "ljusflцde" ; - ljusfoerhaallande_nn_1 = mkN "ljusfцrhеllande" ; - ljusgaard_nn_1 = mkN "ljusgеrd" ; - ljusgestalt_nn_1 = mkN "ljusgestalt" "ljusgestalter" ; - ljusglimt_nn_1 = mkN "ljusglimt" ; - ljusgraa_av_1 = mkA "ljusgrе" "ljusgrеtt" ; - ljusgroen_av_1 = mkA "ljusgrцn" ; - ljusgul_av_1 = mkA "ljusgul" ; - ljushaallare_nn_1 = mkN "ljushеllare" "ljushеllare" ; - ljushaarig_av_1 = mkA "ljushеrig" ; - ljushastighet_nn_1 = mkN "ljushastighet" "ljushastigheter" ; - ljushuggning_nn_1 = mkN "ljushuggning" ; - ljushuvud_nn_1 = mkN "ljushuvud" "ljushuvudet" "ljushuvuden" "ljushuvudena" ; - ljushyllt_av_1 = mkA "ljushyllt" "ljushyllt" ; - ljuskaegla_nn_1 = mkN "ljuskдgla" ; - ljuskaenslig_av_1 = mkA "ljuskдnslig" ; - ljuskaenslighet_nn_1 = mkN "ljuskдnslighet" "ljuskдnsligheter" ; - ljuskopiering_nn_1 = mkN "ljuskopiering" ; - ljuskvantum_nn_1 = mkN "ljuskvantum" neutrum ; - ljuslaett_av_1 = mkA "ljuslдtt" ; - ljuslagd_av_1 = mkA "ljuslagd" "ljuslagt" ; - ljuslockig_av_1 = mkA "ljuslockig" ; - ljusmikroskop_nn_1 = mkN "ljusmikroskop" neutrum ; - ljusning_nn_1 = mkN "ljusning" ; - ljusorgel_nn_1 = mkN "ljusorgel" ; - ljuspartikel_nn_1 = mkN "ljuspartikel" ; - ljuspunkt_nn_1 = mkN "ljuspunkt" "ljuspunkter" ; - ljusramp_nn_1 = mkN "ljusramp" "ljusramper" ; - ljusroed_av_1 = mkA "ljusrцd" ; - ljussaettning_nn_1 = mkN "ljussдttning" ; - ljussignal_nn_1 = mkN "ljussignal" "ljussignaler" ; - ljussken_nn_1 = mkN "ljussken" neutrum ; - ljusskygg_av_1 = mkA "ljusskygg" ; - ljusskygghet_nn_1 = mkN "ljusskygghet" "ljusskyggheter" ; - ljusslaeckare_nn_1 = mkN "ljusslдckare" "ljusslдckare" ; - ljusstake_nn_1 = mkN "ljusstake" utrum ; - ljusstark_av_1 = mkA "ljusstark" ; - ljusstraale_nn_1 = mkN "ljusstrеle" utrum ; - ljusstraalning_nn_1 = mkN "ljusstrеlning" ; - ljusstyrka_nn_1 = mkN "ljusstyrka" ; - ljussvag_av_1 = mkA "ljussvag" ; - ljuster_nn_1 = mkN "ljuster" neutrum ; - ljustryck_nn_1 = mkN "ljustryck" neutrum ; - ljusutstraalning_nn_1 = mkN "ljusutstrеlning" ; - ljuv_av_1 = mkA "ljuv" ; - ljuvhet_nn_1 = mkN "ljuvhet" "ljuvheter" ; - ljuvlig_av_1 = mkA "ljuvlig" ; - ljuvlighet_nn_1 = mkN "ljuvlighet" "ljuvligheter" ; - lo_nn_1 = mkN "lo" ; - lob_nn_1 = mkN "lob" "lober" ; - lobb_nn_1 = mkN "lobb" ; - lobby_nn_1 = mkN "lobby" "lobbyer" ; - lobbyverksamhet_nn_1 = mkN "lobbyverksamhet" "lobbyverksamheter" ; - lobotomi_nn_1 = mkN "lobotomi" "lobotomier" ; - lock_nn_1 = mkN "lock" ; - lock_nn_2 = mkN "lock" neutrum ; - lockbete_nn_1 = mkN "lockbete" ; - lockdjur_nn_1 = mkN "lockdjur" neutrum ; - lockelse_nn_1 = mkN "lockelse" "lockelser" ; - lockfaagel_nn_1 = mkN "lockfеgel" ; - lockfaerg_nn_1 = mkN "lockfдrg" "lockfдrger" ; - lockig_av_1 = mkA "lockig" ; - lockout_nn_1 = mkN "lockout" "lockouter" ; - lockpris_nn_1 = mkN "lockpris" neutrum ; - lockrop_nn_1 = mkN "lockrop" neutrum ; - locktaang_nn_1 = mkN "locktеng" "locktдnger" ; - loco_ab_1 = mkAdv "loco" ; - lod_nn_1 = mkN "lod" neutrum ; - lodare_nn_1 = mkN "lodare" "lodare" ; - lodbar_av_1 = mkA "lodbar" ; - lodenrock_nn_1 = mkN "lodenrock" ; - lodis_nn_1 = mkN "lodis" ; - lodjur_nn_1 = mkN "lodjur" neutrum ; - lodlinje_nn_1 = mkN "lodlinje" "lodlinjer" ; - lodplan_nn_1 = mkN "lodplan" neutrum ; - lodraet_av_1 = mkA "lodrдt" ; - lodskott_nn_1 = mkN "lodskott" neutrum ; - lodstreck_nn_1 = mkN "lodstreck" neutrum ; - loeddrig_av_1 = mkA "lцddrig" ; - loedfog_nn_1 = mkN "lцdfog" ; - loedig_av_1 = mkA "lцdig" ; - loedkolv_nn_1 = mkN "lцdkolv" ; - loedmetall_nn_1 = mkN "lцdmetall" "lцdmetaller" ; - loedning_nn_1 = mkN "lцdning" ; - loefte_nn_1 = mkN "lцfte" ; - loeftesman_nn_1 = mkN "lцftesman" "lцftesmannen" "lцftesmдn" "lцftesmдnnen" ; - loeftesrik_av_1 = mkA "lцftesrik" ; - loeftesskrift_nn_1 = mkN "lцftesskrift" "lцftesskrifter" ; - loegn_nn_1 = mkN "lцgn" "lцgner" ; - loegnaktig_av_1 = mkA "lцgnaktig" ; - loegnare_nn_1 = mkN "lцgnare" "lцgnare" ; - loegndetektor_nn_1 = mkN "lцgndetektor" "lцgndetektorer" ; - loegnhals_nn_1 = mkN "lцgnhals" ; - loegnkampanj_nn_1 = mkN "lцgnkampanj" "lцgnkampanjer" ; - loeje_nn_1 = mkN "lцje" ; - loejevaeckande_av_1 = mkA "lцjevдckande" ; - loejlig_av_1 = mkA "lцjlig" ; - loejlighet_nn_1 = mkN "lцjlighet" "lцjligheter" ; - loejtnant_nn_1 = mkN "lцjtnant" "lцjtnanter" ; - loek_nn_1 = mkN "lцk" ; - loekfjaell_nn_1 = mkN "lцkfjдll" neutrum ; - loekformig_av_1 = mkA "lцkformig" ; - loekknopp_nn_1 = mkN "lцkknopp" ; - loekkupol_nn_1 = mkN "lцkkupol" "lцkkupoler" ; - loeksill_nn_1 = mkN "lцksill" ; - loekstam_nn_1 = mkN "lцkstam" "lцkstammen" "lцkstammar" "lцkstammarna" ; - loekvaext_nn_1 = mkN "lцkvдxt" "lцkvдxter" ; - loemsk_av_1 = mkA "lцmsk" ; - loen_nn_1 = mkN "lцn" "lцner" ; - loenande_av_1 = mkA "lцnande" ; - loeneanspraak_nn_1 = mkN "lцneansprеk" neutrum ; - loenearbetare_nn_1 = mkN "lцnearbetare" "lцnearbetare" ; - loeneavdrag_nn_1 = mkN "lцneavdrag" neutrum ; - loeneavtal_nn_1 = mkN "lцneavtal" "lцneavtalet" "lцneavtalen" "lцneavtalena" ; - loenebesked_nn_1 = mkN "lцnebesked" neutrum ; - loenebidrag_nn_1 = mkN "lцnebidrag" neutrum ; - loenefil_nn_1 = mkN "lцnefil" "lцnefiler" ; - loenefoerhoejning_nn_1 = mkN "lцnefцrhцjning" ; - loenefoermaan_nn_1 = mkN "lцnefцrmеn" "lцnefцrmеner" ; - loenegaranti_nn_1 = mkN "lцnegaranti" "lцnegarantier" ; - loeneglidning_nn_1 = mkN "lцneglidning" ; - loenegrad_nn_1 = mkN "lцnegrad" "lцnegrader" ; - loenehoejning_nn_1 = mkN "lцnehцjning" ; - loeneklass_nn_1 = mkN "lцneklass" "lцneklasser" ; - loenekostnad_nn_1 = mkN "lцnekostnad" "lцnekostnader" ; - loenekuvert_nn_1 = mkN "lцnekuvert" neutrum ; - loenelaege_nn_1 = mkN "lцnelдge" ; - loenelyft_nn_1 = mkN "lцnelyft" neutrum ; - loenenivaa_nn_1 = mkN "lцnenivе" "lцnenivеer" ; - loeneoekning_nn_1 = mkN "lцneцkning" ; - loenepaaslag_nn_1 = mkN "lцnepеslag" neutrum ; - loeneplan_nn_1 = mkN "lцneplan" "lцneplaner" ; - loeneroerelse_nn_1 = mkN "lцnerцrelse" "lцnerцrelser" ; - loenesaettning_nn_1 = mkN "lцnesдttning" ; - loeneslav_nn_1 = mkN "lцneslav" ; - loenestopp_nn_1 = mkN "lцnestopp" neutrum ; - loenetak_nn_1 = mkN "lцnetak" neutrum ; - loenetillaegg_nn_1 = mkN "lцnetillдgg" neutrum ; - loeneuppgift_nn_1 = mkN "lцneuppgift" "lцneuppgifter" ; - loeneutveckling_nn_1 = mkN "lцneutveckling" ; - loening_nn_1 = mkN "lцning" ; - loenloes_av_1 = mkA "lцnlцs" ; - loenn_nn_1 = mkN "lцnn" ; - loennbraenning_nn_1 = mkN "lцnnbrдnning" ; - loennfack_nn_1 = mkN "lцnnfack" neutrum ; - loennfet_av_1 = mkA "lцnnfet" ; - loennkrog_nn_1 = mkN "lцnnkrog" ; - loennlig_av_1 = mkA "lцnnlig" ; - loennligen_ab_1 = mkAdv "lцnnligen" ; - loennmord_nn_1 = mkN "lцnnmord" neutrum ; - loensam_av_1 = mkA "lцnsam" "lцnsamt" "lцnsamma" "lцnsamma" "lцnsammare" "lцnsammast" "lцnsammaste" ; - loensamhet_nn_1 = mkN "lцnsamhet" "lцnsamheter" ; - loenskalaege_nn_1 = mkN "lцnskalдge" ; - loensparande_nn_1 = mkN "lцnsparande" ; - loent_av_1 = mkA "lцnt" ; - loentagare_nn_1 = mkN "lцntagare" "lцntagare" ; - loentagarfond_nn_1 = mkN "lцntagarfond" "lцntagarfonder" ; - loep_nn_1 = mkN "lцp" neutrum ; - loepa_vb_1 = mkV "lцper" ; - loepande_av_1 = mkA "lцpande" ; - loepare_nn_1 = mkN "lцpare" "lцpare" ; - loeparsten_nn_1 = mkN "lцparsten" "lцparstenen" "lцparstenar" "lцparstenarna" ; - loepeld_nn_1 = mkN "lцpeld" ; - loepeost_nn_1 = mkN "lцpeost" ; - loepgrav_nn_1 = mkN "lцpgrav" ; - loephjul_nn_1 = mkN "lцphjul" neutrum ; - loepknut_nn_1 = mkN "lцpknut" ; - loepmage_nn_1 = mkN "lцpmage" utrum ; - loepmeter_nn_1 = mkN "lцpmeter" "lцpmetern" "lцpmeter" "lцpmeterna" ; - loepning_nn_1 = mkN "lцpning" ; - loepord_nn_1 = mkN "lцpord" neutrum ; - loepost_nn_1 = mkN "lцpost" ; - loepring_nn_1 = mkN "lцpring" ; - loepsedel_nn_1 = mkN "lцpsedel" ; - loepsk_av_1 = mkA "lцpsk" ; - loepskift_nn_1 = mkN "lцpskift" neutrum ; - loepsteg_nn_1 = mkN "lцpsteg" neutrum ; - loepsten_nn_1 = mkN "lцpsten" "lцpstenen" "lцpstenar" "lцpstenarna" ; - loeptid_nn_1 = mkN "lцptid" "lцptider" ; - loepvagn_nn_1 = mkN "lцpvagn" ; - loepvikt_nn_1 = mkN "lцpvikt" "lцpvikter" ; - loerdag_nn_1 = mkN "lцrdag" ; - loerdagskvaell_nn_1 = mkN "lцrdagskvдll" ; - loerdagsmorgon_nn_1 = mkN "lцrdagsmorgon" "lцrdagsmorgonen" "lцrdagsmorgnar" "lцrdagsmorgnarna" ; - loerdagsoeppen_av_1 = mkA "lцrdagsцppen" "lцrdagsцppet" ; - loerdagsstaengd_av_1 = mkA "lцrdagsstдngd" "lцrdagsstдngt" ; - loes_av_1 = mkA "lцs" ; - loesaktig_av_1 = mkA "lцsaktig" ; - loesan_av_1 = mkA "lцsan" ; - loesande_av_1 = mkA "lцsande" ; - loesbar_av_1 = mkA "lцsbar" ; - loesbladssystem_nn_1 = mkN "lцsbladssystem" neutrum ; - loesdrivare_nn_1 = mkN "lцsdrivare" "lцsdrivare" ; - loesegendom_nn_1 = mkN "lцsegendom" ; - loesenord_nn_1 = mkN "lцsenord" neutrum ; - loesepenning_nn_1 = mkN "lцsepenning" ; - loeseskilling_nn_1 = mkN "lцseskilling" ; - loesesumma_nn_1 = mkN "lцsesumma" ; - loesfynd_nn_1 = mkN "lцsfynd" neutrum ; - loesgaaende_av_1 = mkA "lцsgеende" ; - loesgom_nn_1 = mkN "lцsgom" "lцsgommen" "lцsgommar" "lцsgommarna" ; - loeshaar_nn_1 = mkN "lцshеr" neutrum ; - loeshaest_nn_1 = mkN "lцshдst" ; - loeskekarl_nn_1 = mkN "lцskekarl" ; - loeskokt_av_1 = mkA "lцskokt" "lцskokt" ; - loeslig_av_1 = mkA "lцslig" ; - loeslighet_nn_1 = mkN "lцslighet" "lцsligheter" ; - loesmynt_av_1 = mkA "lцsmynt" "lцsmynt" ; - loesning_nn_1 = mkN "lцsning" ; - loesningsegenskap_nn_1 = mkN "lцsningsegenskap" "lцsningsegenskaper" ; - loesningsmedel_nn_1 = mkN "lцsningsmedel" neutrum ; - loesnummer_nn_1 = mkN "lцsnummer" neutrum ; - loesoere_nn_1 = mkN "lцsцre" ; - loesoerekoep_nn_1 = mkN "lцsцrekцp" neutrum ; - loesryckt_av_1 = mkA "lцsryckt" "lцsryckt" ; - loesrygg_nn_1 = mkN "lцsrygg" ; - loessjord_nn_1 = mkN "lцssjord" ; - loesslaeppt_av_1 = mkA "lцsslдppt" "lцsslдppt" ; - loestagbar_av_1 = mkA "lцstagbar" ; - loet_nn_1 = mkN "lцt" ; - loev_nn_1 = mkN "lцv" neutrum ; - loevaeng_nn_1 = mkN "lцvдng" ; - loevbiff_nn_1 = mkN "lцvbiff" ; - loevblandskog_nn_1 = mkN "lцvblandskog" ; - loevfaellning_nn_1 = mkN "lцvfдllning" ; - loevfoder_nn_1 = mkN "lцvfoder" neutrum ; - loevhyddohoegtid_nn_1 = mkN "lцvhyddohцgtid" "lцvhyddohцgtider" ; - loevjord_nn_1 = mkN "lцvjord" ; - loevklaedd_av_1 = mkA "lцvklдdd" "lцvklдdtt" ; - loevmask_nn_1 = mkN "lцvmask" ; - loevsaag_nn_1 = mkN "lцvsеg" ; - loevsaagning_nn_1 = mkN "lцvsеgning" ; - loevsaangare_nn_1 = mkN "lцvsеngare" "lцvsеngare" ; - loevsal_nn_1 = mkN "lцvsal" ; - loevskog_nn_1 = mkN "lцvskog" ; - loevsmyg_nn_1 = mkN "lцvsmyg" ; - loevsprickning_nn_1 = mkN "lцvsprickning" ; - loevtaekt_nn_1 = mkN "lцvtдkt" "lцvtдkter" ; - loevtraed_nn_1 = mkN "lцvtrдd" neutrum ; - loevtunn_av_1 = mkA "lцvtunn" "lцvtunt" ; - loevverk_nn_1 = mkN "lцvverk" neutrum ; - loft_nn_1 = mkN "loft" neutrum ; - loftbod_nn_1 = mkN "loftbod" ; - loftgaang_nn_1 = mkN "loftgеng" ; - logaritm_nn_1 = mkN "logaritm" "logaritmer" ; - logaritmisk_av_1 = mkA "logaritmisk" ; - logaritmsystem_nn_1 = mkN "logaritmsystem" neutrum ; - loge_nn_1 = mkN "loge" utrum ; - loge_nn_2 = mkN "loge" "loger" ; - logement_nn_1 = mkN "logement" "logementet" "logementen" "logementena" ; - logg_nn_1 = mkN "logg" ; - loggbok_nn_1 = mkN "loggbok" "loggbцcker" ; - loggert_nn_1 = mkN "loggert" ; - loggertsegel_nn_1 = mkN "loggertsegel" neutrum ; - logglas_nn_1 = mkN "logglas" neutrum ; - logi_nn_1 = mkN "logi" "logiet" "logier" "logierna" ; - logiker_nn_1 = mkN "logiker" "logikern" "logiker" "logikerna" ; - logisk_av_1 = mkA "logisk" ; - logografisk_av_1 = mkA "logografisk" ; - logogram_nn_1 = mkN "logogram" "logogrammet" "logogram" "logogrammen" ; - logoped_nn_1 = mkN "logoped" "logopeder" ; - logopedisk_av_1 = mkA "logopedisk" ; - logotyp_nn_1 = mkN "logotyp" "logotyper" ; - loj_av_1 = mkA "loj" ; - lojal_av_1 = mkA "lojal" ; - lojalitet_nn_1 = mkN "lojalitet" "lojaliteter" ; - lojalitetsfoerklaring_nn_1 = mkN "lojalitetsfцrklaring" ; - lok_nn_1 = mkN "lok" neutrum ; - lokal_av_1 = mkA "lokal" ; - lokal_nn_1 = mkN "lokal" "lokaler" ; - lokalavdelning_nn_1 = mkN "lokalavdelning" ; - lokalbedoevning_nn_1 = mkN "lokalbedцvning" ; - lokalfaerg_nn_1 = mkN "lokalfдrg" "lokalfдrger" ; - lokalisering_nn_1 = mkN "lokalisering" ; - lokaliseringsstoed_nn_1 = mkN "lokaliseringsstцd" neutrum ; - lokalitet_nn_1 = mkN "lokalitet" "lokaliteter" ; - lokalkaennedom_nn_1 = mkN "lokalkдnnedom" ; - lokalombud_nn_1 = mkN "lokalombud" neutrum ; - lokalpatriot_nn_1 = mkN "lokalpatriot" "lokalpatrioter" ; - lokalredaktoer_nn_1 = mkN "lokalredaktцr" "lokalredaktцrer" ; - lokalsamtal_nn_1 = mkN "lokalsamtal" "lokalsamtalet" "lokalsamtalen" "lokalsamtalena" ; - lokaltaag_nn_1 = mkN "lokaltеg" neutrum ; - lokaltelefon_nn_1 = mkN "lokaltelefon" "lokaltelefoner" ; - lokaltid_nn_1 = mkN "lokaltid" "lokaltider" ; - lokalvaardare_nn_1 = mkN "lokalvеrdare" "lokalvеrdare" ; - lokativ_nn_1 = mkN "lokativ" "lokativer" ; - lokatt_nn_1 = mkN "lokatt" "lokatter" ; - lokfoerare_nn_1 = mkN "lokfцrare" "lokfцrare" ; - loko_ab_1 = mkAdv "loko" ; - lokomobil_nn_1 = mkN "lokomobil" "lokomobiler" ; - lokomotiv_nn_1 = mkN "lokomotiv" neutrum ; - lokomotor_nn_1 = mkN "lokomotor" "lokomotorer" ; - lokus_nn_1 = mkN "lokus" neutrum ; - lom_nn_1 = mkN "lom" "lommen" "lommar" "lommarna" ; - lomhoerd_av_1 = mkA "lomhцrd" "lomhцrt" ; - longitud_nn_1 = mkN "longitud" "longituder" ; - longitudinal_av_1 = mkA "longitudinal" ; - longitudinell_av_1 = mkA "longitudinell" ; - longoer_nn_1 = mkN "longцr" "longцrer" ; - look_nn_1 = mkN "look" ; - loop_nn_1 = mkN "loop" ; - looping_nn_1 = mkN "looping" ; - lopp_nn_1 = mkN "lopp" neutrum ; - loppcirkus_nn_1 = mkN "loppcirkus" ; - loppmarknad_nn_1 = mkN "loppmarknad" "loppmarknader" ; - loppspel_nn_1 = mkN "loppspel" "loppspelet" "loppspel" "loppspelen" ; - lord_nn_1 = mkN "lord" "lorder" ; - lordkansler_nn_1 = mkN "lordkansler" "lordkanslern" "lordkanslerer" "lordkanslererna" ; - lornjett_nn_1 = mkN "lornjett" "lornjetter" ; - lort_nn_1 = mkN "lort" ; - lortig_av_1 = mkA "lortig" ; - loss_ab_1 = mkAdv "loss" ; - lossning_nn_1 = mkN "lossning" ; - lots_nn_1 = mkN "lots" ; - lotsdistrikt_nn_1 = mkN "lotsdistrikt" neutrum ; - lotshjaelp_nn_1 = mkN "lotshjдlp" ; - lotsled_nn_1 = mkN "lotsled" "lotsleder" ; - lotsning_nn_1 = mkN "lotsning" ; - lotsplats_nn_1 = mkN "lotsplats" "lotsplatser" ; - lotssignal_nn_1 = mkN "lotssignal" "lotssignaler" ; - lott_nn_1 = mkN "lott" "lotter" ; - lottakaar_nn_1 = mkN "lottakеr" "lottakеrer" ; - lottaroerelse_nn_1 = mkN "lottarцrelse" "lottarцrelser" ; - lottdragning_nn_1 = mkN "lottdragning" ; - lotteri_nn_1 = mkN "lotteri" "lotterit" "lotterier" "lotterierna" ; - lottloes_av_1 = mkA "lottlцs" ; - lottsedel_nn_1 = mkN "lottsedel" ; - lotus_nn_1 = mkN "lotus" ; - lov_nn_1 = mkN "lov" ; - lov_nn_3 = mkN "lov" neutrum ; - lovande_av_1 = mkA "lovande" ; - love_nn_1 = mkN "love" utrum ; - lovgirig_av_1 = mkA "lovgirig" ; - lovlig_av_1 = mkA "lovlig" ; - lovord_nn_1 = mkN "lovord" neutrum ; - lovpsalm_nn_1 = mkN "lovpsalm" "lovpsalmer" ; - lovsaang_nn_1 = mkN "lovsеng" "lovsеnger" ; - lovsjunga_vb_1 = mkV "lovsjunga" "lovsjцng" "lovsjungit" ; - lovtal_nn_1 = mkN "lovtal" "lovtalet" "lovtalen" "lovtalena" ; - lovvaerd_av_1 = mkA "lovvдrd" "lovvдrt" ; - loxodrom_nn_1 = mkN "loxodrom" "loxodromer" ; - lubb_nn_1 = mkN "lubb" ; - lubrikator_nn_1 = mkN "lubrikator" "lubrikatorer" ; - luciafest_nn_1 = mkN "luciafest" "luciafester" ; - luciakrans_nn_1 = mkN "luciakrans" ; - luciamorgon_nn_1 = mkN "luciamorgon" "luciamorgonen" "luciamorgnar" "luciamorgnarna" ; - luciasaang_nn_1 = mkN "luciasеng" "luciasеnger" ; - luciataag_nn_1 = mkN "luciatеg" neutrum ; - lucker_av_1 = mkA "lucker" "luckert" "luckra" "luckra" "luckrare" "luckrast" "luckraste" ; - luddig_av_1 = mkA "luddig" ; - luden_av_1 = mkA "luden" "ludet" ; - luder_nn_1 = mkN "luder" neutrum ; - luetisk_av_1 = mkA "luetisk" ; - luffare_nn_1 = mkN "luffare" "luffare" ; - lufsig_av_1 = mkA "lufsig" ; - luft_nn_1 = mkN "luft" "lufter" ; - luftaffaer_nn_1 = mkN "luftaffдr" "luftaffдrer" ; - luftakrobat_nn_1 = mkN "luftakrobat" "luftakrobater" ; - luftande_nn_1 = mkN "luftande" utrum ; - luftanfall_nn_1 = mkN "luftanfall" neutrum ; - luftattack_nn_1 = mkN "luftattack" "luftattacker" ; - luftballong_nn_1 = mkN "luftballong" "luftballonger" ; - luftbevakning_nn_1 = mkN "luftbevakning" ; - luftboll_nn_1 = mkN "luftboll" ; - luftbro_nn_1 = mkN "luftbro" ; - luftbubbla_nn_1 = mkN "luftbubbla" ; - luftburen_av_1 = mkA "luftburen" "luftburet" ; - luftdrag_nn_1 = mkN "luftdrag" neutrum ; - luftemboli_nn_1 = mkN "luftemboli" "luftembolier" ; - luftfaerd_nn_1 = mkN "luftfдrd" "luftfдrder" ; - luftfarkost_nn_1 = mkN "luftfarkost" "luftfarkoster" ; - luftfartyg_nn_1 = mkN "luftfartyg" neutrum ; - luftfilter_nn_1 = mkN "luftfilter" neutrum ; - luftfjaedring_nn_1 = mkN "luftfjдdring" ; - luftfoerorening_nn_1 = mkN "luftfцrorening" ; - luftfuktare_nn_1 = mkN "luftfuktare" "luftfuktare" ; - luftfuktighet_nn_1 = mkN "luftfuktighet" "luftfuktigheter" ; - luftgap_nn_1 = mkN "luftgap" neutrum ; - luftgevaer_nn_1 = mkN "luftgevдr" neutrum ; - luftgrop_nn_1 = mkN "luftgrop" ; - lufthav_nn_1 = mkN "lufthav" neutrum ; - luftig_av_1 = mkA "luftig" ; - luftkonditionering_nn_1 = mkN "luftkonditionering" ; - luftkub_nn_1 = mkN "luftkub" "luftkuber" ; - luftkudde_nn_1 = mkN "luftkudde" utrum ; - luftkuddefarkost_nn_1 = mkN "luftkuddefarkost" "luftkuddefarkoster" ; - luftkyld_av_1 = mkA "luftkyld" "luftkylt" ; - luftlager_nn_1 = mkN "luftlager" neutrum ; - luftled_nn_1 = mkN "luftled" "luftleder" ; - luftledes_ab_1 = mkAdv "luftledes" ; - luftledning_nn_1 = mkN "luftledning" ; - luftmadrass_nn_1 = mkN "luftmadrass" "luftmadrasser" ; - luftmaengd_nn_1 = mkN "luftmдngd" "luftmдngder" ; - luftmast_nn_1 = mkN "luftmast" "luftmaster" ; - luftombyte_nn_1 = mkN "luftombyte" ; - luftperspektiv_nn_1 = mkN "luftperspektiv" neutrum ; - luftpistol_nn_1 = mkN "luftpistol" "luftpistoler" ; - luftpropeller_nn_1 = mkN "luftpropeller" ; - luftpump_nn_1 = mkN "luftpump" ; - luftrenare_nn_1 = mkN "luftrenare" "luftrenare" ; - luftroer_nn_1 = mkN "luftrцr" neutrum ; - luftroerskatarr_nn_1 = mkN "luftrцrskatarr" "luftrцrskatarrer" ; - luftrot_nn_1 = mkN "luftrot" "luftrцtter" ; - luftrum_nn_1 = mkN "luftrum" "luftrummet" "luftrum" "luftrummen" ; - luftsaeck_nn_1 = mkN "luftsдck" ; - luftskalle_nn_1 = mkN "luftskalle" utrum ; - luftskepp_nn_1 = mkN "luftskepp" neutrum ; - luftskikt_nn_1 = mkN "luftskikt" neutrum ; - luftslott_nn_1 = mkN "luftslott" neutrum ; - luftsluss_nn_1 = mkN "luftsluss" ; - luftspaerr_nn_1 = mkN "luftspдrr" ; - luftstroem_nn_1 = mkN "luftstrцm" "luftstrцmmen" "luftstrцmmar" "luftstrцmmarna" ; - luftstrupe_nn_1 = mkN "luftstrupe" utrum ; - lufttaet_av_1 = mkA "lufttдt" ; - lufttemperatur_nn_1 = mkN "lufttemperatur" "lufttemperaturer" ; - lufttom_av_1 = mkA "lufttom" "lufttomt" "lufttomma" "lufttomma" "lufttommare" "lufttommast" "lufttommaste" ; - lufttryck_nn_1 = mkN "lufttryck" neutrum ; - luftvaeg_nn_1 = mkN "luftvдg" ; - luftvaern_nn_1 = mkN "luftvдrn" neutrum ; - luftvaernskanon_nn_1 = mkN "luftvдrnskanon" "luftvдrnskanoner" ; - luftvaernsrobot_nn_1 = mkN "luftvдrnsrobot" ; - luftvaexling_nn_1 = mkN "luftvдxling" ; - luftventil_nn_1 = mkN "luftventil" "luftventiler" ; - lugg_nn_1 = mkN "lugg" ; - luggig_av_1 = mkA "luggig" ; - luggsliten_av_1 = mkA "luggsliten" "luggslitet" ; - lugn_av_1 = mkA "lugn" ; - lugnande_av_1 = mkA "lugnande" ; - lugnvatten_nn_1 = mkN "lugnvatten" "lugnvattnet" "lugnvatten" "lugnvattnen" ; - luguber_av_1 = mkA "luguber" "lugubert" "lugubra" "lugubra" "lugubrare" "lugubrast" "lugubraste" ; - lukrativ_av_1 = mkA "lukrativ" ; - lukt_nn_1 = mkN "lukt" "lukter" ; - luktaert_nn_1 = mkN "luktдrt" "luktдrter" ; - luktfri_av_1 = mkA "luktfri" "luktfritt" ; - luktnerv_nn_1 = mkN "luktnerv" "luktnerver" ; - luktsinne_nn_1 = mkN "luktsinne" ; - luktvatten_nn_1 = mkN "luktvatten" "luktvattnet" "luktvatten" "luktvattnen" ; - luktvial_nn_1 = mkN "luktvial" "luktvialer" ; - luktviol_nn_1 = mkN "luktviol" "luktvioler" ; - lukullisk_av_1 = mkA "lukullisk" ; - lull_ab_1 = mkAdv "lull" ; - lullig_av_1 = mkA "lullig" ; - lumbal_av_1 = mkA "lumbal" ; - lumbalbedoevning_nn_1 = mkN "lumbalbedцvning" ; - lumbalpunktion_nn_1 = mkN "lumbalpunktion" "lumbalpunktioner" ; - lumen_nn_1 = mkN "lumen" "lumenen" "lumen" "lumenen" ; - lumen_nn_2 = mkN "lumen" neutrum ; - luminoes_av_1 = mkA "luminцs" ; - lummervaext_nn_1 = mkN "lummervдxt" "lummervдxter" ; - lummig_av_1 = mkA "lummig" ; - lumpen_av_1 = mkA "lumpen" "lumpet" ; - lumpfisk_nn_1 = mkN "lumpfisk" ; - lumpig_av_1 = mkA "lumpig" ; - lunar_av_1 = mkA "lunar" ; - lunarisk_av_1 = mkA "lunarisk" ; - lunation_nn_1 = mkN "lunation" "lunationer" ; - lunch_nn_1 = mkN "lunch" "luncher" ; - lunchbord_nn_1 = mkN "lunchbord" neutrum ; - lunchrestaurang_nn_1 = mkN "lunchrestaurang" "lunchrestauranger" ; - lunchrum_nn_1 = mkN "lunchrum" "lunchrummet" "lunchrum" "lunchrummen" ; - lund_nn_1 = mkN "lund" ; - lundensisk_av_1 = mkA "lundensisk" ; - lungandande_av_1 = mkA "lungandande" ; - lungbyte_nn_1 = mkN "lungbyte" ; - lungemboli_nn_1 = mkN "lungemboli" "lungembolier" ; - lungfisk_nn_1 = mkN "lungfisk" ; - lunginflammation_nn_1 = mkN "lunginflammation" "lunginflammationer" ; - lungkatarr_nn_1 = mkN "lungkatarr" "lungkatarrer" ; - lunglob_nn_1 = mkN "lunglob" "lunglober" ; - lungoedem_nn_1 = mkN "lungцdem" neutrum ; - lungoert_nn_1 = mkN "lungцrt" "lungцrter" ; - lungpulsaader_nn_1 = mkN "lungpulsеder" "lungpulsеdern" "lungpulsеdror" "lungpulsеdrorna" ; - lungrot_nn_1 = mkN "lungrot" "lungrцtter" ; - lungsaeck_nn_1 = mkN "lungsдck" ; - lungsaecksinflammation_nn_1 = mkN "lungsдcksinflammation" "lungsдcksinflammationer" ; - lungsiktig_av_1 = mkA "lungsiktig" ; - lungsjukdom_nn_1 = mkN "lungsjukdom" ; - lunne_nn_1 = mkN "lunne" utrum ; - lunnefaagel_nn_1 = mkN "lunnefеgel" ; - lunnkaelke_nn_1 = mkN "lunnkдlke" utrum ; - luns_nn_1 = mkN "luns" ; - lunsig_av_1 = mkA "lunsig" ; - luntlaas_nn_1 = mkN "luntlеs" neutrum ; - lupin_nn_1 = mkN "lupin" "lupiner" ; - lupp_nn_1 = mkN "lupp" "lupper" ; - lur_nn_1 = mkN "lur" ; - lurendrejare_nn_1 = mkN "lurendrejare" "lurendrejare" ; - lurendrejeri_nn_1 = mkN "lurendrejeri" "lurendrejerit" "lurendrejerier" "lurendrejerierna" ; - lurifax_nn_1 = mkN "lurifax" ; - lurig_av_1 = mkA "lurig" ; - lurk_nn_1 = mkN "lurk" ; - lurt_av_1 = mkA "lurt" ; - lurvig_av_1 = mkA "lurvig" ; - lus_nn_1 = mkN "lus" "lusen" "lцss" "lцssen" ; - lusern_nn_1 = mkN "lusern" "luserner" ; - luserngroenmjoel_nn_1 = mkN "luserngrцnmjцl" neutrum ; - lusfattig_av_1 = mkA "lusfattig" ; - lusig_av_1 = mkA "lusig" ; - luskung_nn_1 = mkN "luskung" ; - luspank_av_1 = mkA "luspank" ; - luspudel_nn_1 = mkN "luspudel" ; - lussefest_nn_1 = mkN "lussefest" "lussefester" ; - lussekatt_nn_1 = mkN "lussekatt" "lussekatter" ; - lust_nn_1 = mkN "lust" ; - lustbarhet_nn_1 = mkN "lustbarhet" "lustbarheter" ; - lustbehov_nn_1 = mkN "lustbehov" neutrum ; - lustcentrum_nn_1 = mkN "lustcentrum" neutrum ; - lustelig_av_1 = mkA "lustelig" ; - lustfylld_av_1 = mkA "lustfylld" "lustfyllt" ; - lustgaard_nn_1 = mkN "lustgеrd" ; - lustgas_nn_1 = mkN "lustgas" "lustgaser" ; - lusthus_nn_1 = mkN "lusthus" neutrum ; - lustig_av_1 = mkA "lustig" ; - lustighet_nn_1 = mkN "lustighet" "lustigheter" ; - lustigkurre_nn_1 = mkN "lustigkurre" utrum ; - lustimpuls_nn_1 = mkN "lustimpuls" "lustimpulser" ; - lustjakt_nn_1 = mkN "lustjakt" "lustjakter" ; - lustkaensla_nn_1 = mkN "lustkдnsla" ; - lustloegnare_nn_1 = mkN "lustlцgnare" "lustlцgnare" ; - lustmoerdare_nn_1 = mkN "lustmцrdare" "lustmцrdare" ; - lustmord_nn_1 = mkN "lustmord" neutrum ; - lustslott_nn_1 = mkN "lustslott" neutrum ; - lustspel_nn_1 = mkN "lustspel" "lustspelet" "lustspel" "lustspelen" ; - lustupplevelse_nn_1 = mkN "lustupplevelse" "lustupplevelser" ; - lut_nn_1 = mkN "lut" ; - lutfisk_nn_1 = mkN "lutfisk" ; - lutheran_nn_1 = mkN "lutheran" "lutheraner" ; - lutherdom_nn_1 = mkN "lutherdom" ; - luthersk_av_1 = mkA "luthersk" ; - lutning_nn_1 = mkN "lutning" ; - lutningsmaetare_nn_1 = mkN "lutningsmдtare" "lutningsmдtare" ; - lutningsstreck_nn_1 = mkN "lutningsstreck" neutrum ; - lutningsvariation_nn_1 = mkN "lutningsvariation" "lutningsvariationer" ; - lutsaangare_nn_1 = mkN "lutsеngare" "lutsеngare" ; - lutter_av_1 = mkA "lutter" ; - luv_nn_1 = mkN "luv" ; - lux_nn_1 = mkN "lux" "luxen" "lux" "luxen" ; - luxation_nn_1 = mkN "luxation" "luxationer" ; - luxemburgare_nn_1 = mkN "luxemburgare" "luxemburgare" ; - luxemburgsk_av_1 = mkA "luxemburgsk" ; - luxmeter_nn_1 = mkN "luxmeter" ; - luxuoes_av_1 = mkA "luxuцs" ; - lyceum_nn_1 = mkN "lyceum" "lyceet" "lyceer" "lyceerna" ; - lycka_nn_2 = mkN "lycka" ; - lycklig_av_1 = mkA "lycklig" ; - lyckligen_ab_1 = mkAdv "lyckligen" ; - lyckligtvis_ab_1 = mkAdv "lyckligtvis" ; - lyckobringande_av_1 = mkA "lyckobringande" ; - lyckoenskning_nn_1 = mkN "lyckцnskning" ; - lyckohjul_nn_1 = mkN "lyckohjul" neutrum ; - lyckokast_nn_1 = mkN "lyckokast" neutrum ; - lyckokloever_nn_1 = mkN "lyckoklцver" "lyckoklцvern" "lyckoklцver" "lyckoklцverna" ; - lyckopiller_nn_1 = mkN "lyckopiller" neutrum ; - lyckorike_nn_1 = mkN "lyckorike" ; - lyckorus_nn_1 = mkN "lyckorus" neutrum ; - lyckosam_av_1 = mkA "lyckosam" "lyckosamt" "lyckosamma" "lyckosamma" "lyckosammare" "lyckosammast" "lyckosammaste" ; - lyckoslant_nn_1 = mkN "lyckoslant" ; - lyckotal_nn_1 = mkN "lyckotal" "lyckotalet" "lyckotalen" "lyckotalena" ; - lycksalig_av_1 = mkA "lycksalig" ; - lycksoekare_nn_1 = mkN "lycksцkare" "lycksцkare" ; - lycktraeff_nn_1 = mkN "lycktrдff" ; - lyda_vb_1 = mkV "lyda" "lydde" "lytt" ; - lydaktig_av_1 = mkA "lydaktig" ; - lydelse_nn_1 = mkN "lydelse" "lydelser" ; - lydfolk_nn_1 = mkN "lydfolk" neutrum ; - lydig_av_1 = mkA "lydig" ; - lydkonung_nn_1 = mkN "lydkonung" ; - lydnad_nn_1 = mkN "lydnad" "lydnader" ; - lydnadsbrott_nn_1 = mkN "lydnadsbrott" neutrum ; - lydstat_nn_1 = mkN "lydstat" "lydstater" ; - lyft_nn_1 = mkN "lyft" neutrum ; - lyftanordning_nn_1 = mkN "lyftanordning" ; - lyftarm_nn_1 = mkN "lyftarm" ; - lyftblock_nn_1 = mkN "lyftblock" neutrum ; - lyftbro_nn_1 = mkN "lyftbro" ; - lyftkraft_nn_1 = mkN "lyftkraft" "lyftkrafter" ; - lyftkran_nn_1 = mkN "lyftkran" ; - lyftkrok_nn_1 = mkN "lyftkrok" ; - lyftsax_nn_1 = mkN "lyftsax" ; - lyftverk_nn_1 = mkN "lyftverk" neutrum ; - lyhoerd_av_1 = mkA "lyhцrd" "lyhцrt" ; - lyktbaerare_nn_1 = mkN "lyktbдrare" "lyktbдrare" ; - lyktgubbe_nn_1 = mkN "lyktgubbe" utrum ; - lyktrad_nn_1 = mkN "lyktrad" "lyktrader" ; - lyktstolpe_nn_1 = mkN "lyktstolpe" utrum ; - lymfatisk_av_1 = mkA "lymfatisk" ; - lymfkaerl_nn_1 = mkN "lymfkдrl" neutrum ; - lymfkoertel_nn_1 = mkN "lymfkцrtel" ; - lymfliknande_av_1 = mkA "lymfliknande" ; - lymfocyt_nn_1 = mkN "lymfocyt" "lymfocyter" ; - lymmel_nn_1 = mkN "lymmel" "lymmeln" "lymmlar" "lymmlarna" ; - lymmelaktig_av_1 = mkA "lymmelaktig" ; - lynett_nn_1 = mkN "lynett" "lynetter" ; - lynne_nn_1 = mkN "lynne" ; - lynnesutbrott_nn_1 = mkN "lynnesutbrott" neutrum ; - lynnig_av_1 = mkA "lynnig" ; - lyrfaagel_nn_1 = mkN "lyrfеgel" ; - lyrikaelskare_nn_1 = mkN "lyrikдlskare" "lyrikдlskare" ; - lyriker_nn_1 = mkN "lyriker" "lyrikern" "lyriker" "lyrikerna" ; - lyrisk_av_1 = mkA "lyrisk" ; - lyrtorsk_nn_1 = mkN "lyrtorsk" ; - lysaemne_nn_1 = mkN "lysдmne" ; - lysande_av_1 = mkA "lysande" ; - lysboj_nn_1 = mkN "lysboj" ; - lysgas_nn_1 = mkN "lysgas" "lysgaser" ; - lysin_nn_1 = mkN "lysin" "lysinet" "lysiner" "lysinerna" ; - lysmask_nn_1 = mkN "lysmask" ; - lysning_nn_1 = mkN "lysning" ; - lysosom_nn_1 = mkN "lysosom" "lysosomer" ; - lysozym_nn_1 = mkN "lysozym" neutrum ; - lyspatron_nn_1 = mkN "lyspatron" "lyspatroner" ; - lyspistol_nn_1 = mkN "lyspistol" "lyspistoler" ; - lysraket_nn_1 = mkN "lysraket" "lysraketer" ; - lysroer_nn_1 = mkN "lysrцr" neutrum ; - lyssats_nn_1 = mkN "lyssats" "lyssatser" ; - lyssnarapparat_nn_1 = mkN "lyssnarapparat" "lyssnarapparater" ; - lyssnare_nn_1 = mkN "lyssnare" "lyssnare" ; - lysten_av_1 = mkA "lysten" "lystet" ; - lyster_nn_1 = mkN "lyster" ; - lysterfaerg_nn_1 = mkN "lysterfдrg" "lysterfдrger" ; - lystergarn_nn_1 = mkN "lystergarn" neutrum ; - lystmaete_nn_1 = mkN "lystmдte" ; - lystnad_nn_1 = mkN "lystnad" "lystnader" ; - lyte_nn_1 = mkN "lyte" ; - lytt_av_1 = mkA "lytt" ; - lytt_av_2 = mkA "lytt" ; - lyxartikel_nn_1 = mkN "lyxartikel" ; - lyxbil_nn_1 = mkN "lyxbil" ; - lyxfoerpackning_nn_1 = mkN "lyxfцrpackning" ; - lyxhotell_nn_1 = mkN "lyxhotell" neutrum ; - lyxhustru_nn_1 = mkN "lyxhustru" "lyxhustrun" "lyxhustrur" "lyxhustrurna" ; - lyxig_av_1 = mkA "lyxig" ; - lyxkryssare_nn_1 = mkN "lyxkryssare" "lyxkryssare" ; - lyxliv_nn_1 = mkN "lyxliv" neutrum ; - lyxskatt_nn_1 = mkN "lyxskatt" "lyxskatter" ; - lyxtelegram_nn_1 = mkN "lyxtelegram" "lyxtelegrammet" "lyxtelegram" "lyxtelegrammen" ; - maabaer_nn_1 = mkN "mеbдr" neutrum ; - maabaersbuske_nn_1 = mkN "mеbдrsbuske" utrum ; - maag_nn_1 = mkN "mеg" ; - maahaenda_ab_1 = mkAdv "mеhдnda" ; - maakare_nn_1 = mkN "mеkare" "mеkare" ; - maal_nn_1 = mkN "mеl" neutrum ; - maalande_av_1 = mkA "mеlande" ; - maalangivning_nn_1 = mkN "mеlangivning" ; - maalarbok_nn_1 = mkN "mеlarbok" "mеlarbцcker" ; - maalarborste_nn_1 = mkN "mеlarborste" utrum ; - maalarduk_nn_1 = mkN "mеlarduk" ; - maalare_nn_1 = mkN "mеlare" "mеlare" ; - maalarfaerg_nn_1 = mkN "mеlarfдrg" "mеlarfдrger" ; - maalarkludd_nn_1 = mkN "mеlarkludd" ; - maalarmaestare_nn_1 = mkN "mеlarmдstare" "mеlarmдstare" ; - maalarrock_nn_1 = mkN "mеlarrock" ; - maalarstaellning_nn_1 = mkN "mеlarstдllning" ; - maalbrottsroest_nn_1 = mkN "mеlbrottsrцst" "mеlbrottsrцster" ; - maalbur_nn_1 = mkN "mеlbur" ; - maalchans_nn_1 = mkN "mеlchans" "mеlchanser" ; - maaldomare_nn_1 = mkN "mеldomare" "mеldomare" ; - maaleri_nn_1 = mkN "mеleri" "mеlerit" "mеlerier" "mеlerierna" ; - maalerisk_av_1 = mkA "mеlerisk" ; - maalfarlig_av_1 = mkA "mеlfarlig" ; - maalfigur_nn_1 = mkN "mеlfigur" "mеlfigurer" ; - maalforskning_nn_1 = mkN "mеlforskning" ; - maalfoto_nn_1 = mkN "mеlfoto" "mеlfotot" "mеlfoton" "mеlfotona" ; - maalgaard_nn_1 = mkN "mеlgеrd" ; - maalgivande_av_1 = mkA "mеlgivande" ; - maalgrupp_nn_1 = mkN "mеlgrupp" "mеlgrupper" ; - maalkamera_nn_1 = mkN "mеlkamera" ; - maalkvot_nn_1 = mkN "mеlkvot" "mеlkvoter" ; - maallinje_nn_1 = mkN "mеllinje" "mеllinjer" ; - maalloes_av_1 = mkA "mеllцs" ; - maalmedveten_av_1 = mkA "mеlmedveten" "mеlmedvetet" ; - maalning_nn_1 = mkN "mеlning" ; - maalomraade_nn_1 = mkN "mеlomrеde" ; - maalsaegande_nn_1 = mkN "mеlsдgande" "mеlsдganden" "mеlsдgande" "mеlsдgandena" ; - maalsaegare_nn_1 = mkN "mеlsдgare" "mеlsдgare" ; - maalsaettning_nn_1 = mkN "mеlsдttning" ; - maalskillnad_nn_1 = mkN "mеlskillnad" "mеlskillnader" ; - maalskytt_nn_1 = mkN "mеlskytt" ; - maalsman_nn_1 = mkN "mеlsman" "mеlsmannen" "mеlsmдn" "mеlsmдnnen" ; - maalsoekande_av_1 = mkA "mеlsцkande" ; - maalsoekare_nn_1 = mkN "mеlsцkare" "mеlsцkare" ; - maalspaning_nn_1 = mkN "mеlspaning" ; - maalspottare_nn_1 = mkN "mеlspottare" "mеlspottare" ; - maalspraak_nn_1 = mkN "mеlsprеk" neutrum ; - maalstaellning_nn_1 = mkN "mеlstдllning" ; - maalstolpe_nn_1 = mkN "mеlstolpe" utrum ; - maalstyrning_nn_1 = mkN "mеlstyrning" ; - maaltavla_nn_1 = mkN "mеltavla" ; - maaltid_nn_1 = mkN "mеltid" "mеltider" ; - maaltidsdryck_nn_1 = mkN "mеltidsdryck" "mеltidsdrycker" ; - maalvakt_nn_1 = mkN "mеlvakt" "mеlvakter" ; - maan_av_1 = mkA "mеn" ; - maanaar_nn_1 = mkN "mеnеr" neutrum ; - maanad_nn_1 = mkN "mеnad" "mеnader" ; - maanadskort_nn_1 = mkN "mеnadskort" neutrum ; - maanadsloen_nn_1 = mkN "mеnadslцn" "mеnadslцner" ; - maanadsrasande_av_1 = mkA "mеnadsrasande" ; - maanadsskifte_nn_1 = mkN "mеnadsskifte" ; - maanadssmultron_nn_1 = mkN "mеnadssmultron" neutrum ; - maanadsvis_ab_1 = mkAdv "mеnadsvis" ; - maanadtal_nn_1 = mkN "mеnadtal" "mеnadtalet" "mеnadtalen" "mеnadtalena" ; - maanatlig_av_1 = mkA "mеnatlig" ; - maanatligen_ab_1 = mkAdv "mеnatligen" ; - maanbaevning_nn_1 = mkN "mеnbдvning" ; - maanbelyst_av_1 = mkA "mеnbelyst" "mеnbelyst" ; - maancykel_nn_1 = mkN "mеncykel" ; - maandag_nn_1 = mkN "mеndag" ; - maandagsexemplar_nn_1 = mkN "mеndagsexemplar" neutrum ; - maandagskvaell_nn_1 = mkN "mеndagskvдll" ; - maandagsmorgon_nn_1 = mkN "mеndagsmorgon" "mеndagsmorgonen" "mеndagsmorgnar" "mеndagsmorgnarna" ; - maandistans_nn_1 = mkN "mеndistans" "mеndistanser" ; - maandygn_nn_1 = mkN "mеndygn" neutrum ; - maane_nn_1 = mkN "mеne" utrum ; - maanfas_nn_1 = mkN "mеnfas" "mеnfaser" ; - maanflod_nn_1 = mkN "mеnflod" "mеnfloder" ; - maanfoermoerkelse_nn_1 = mkN "mеnfцrmцrkelse" "mеnfцrmцrkelser" ; - maangaard_nn_1 = mkN "mеngеrd" ; - maangaarig_av_1 = mkA "mеngеrig" ; - maangahanda_av_1 = mkA "mеngahanda" ; - maangbesjungen_av_1 = mkA "mеngbesjungen" "mеngbesjunget" ; - maangbyggare_nn_1 = mkN "mеngbyggare" "mеngbyggare" ; - maangdubbel_av_1 = mkA "mеngdubbel" "mеngdubbelt" "mеngdubbla" "mеngdubbla" "mеngdubblare" "mеngdubblast" "mеngdubblaste" ; - maangenstaedes_ab_1 = mkAdv "mеngenstдdes" ; - maangfald_nn_1 = mkN "mеngfald" "mеngfalder" ; - maangfaldig_av_1 = mkA "mеngfaldig" ; - maangfalt_ab_1 = mkAdv "mеngfalt" ; - maangformig_av_1 = mkA "mеngformig" ; - maangformighet_nn_1 = mkN "mеngformighet" "mеngformigheter" ; - maangfoting_nn_1 = mkN "mеngfoting" ; - maangfrestande_av_1 = mkA "mеngfrestande" ; - maangfrestare_nn_1 = mkN "mеngfrestare" "mеngfrestare" ; - maanghoerning_nn_1 = mkN "mеnghцrning" ; - maangkamp_nn_1 = mkN "mеngkamp" "mеngkamper" ; - maangkunnig_av_1 = mkA "mеngkunnig" ; - maanglare_nn_1 = mkN "mеnglare" "mеnglare" ; - maangmiljonaer_nn_1 = mkN "mеngmiljonдr" "mеngmiljonдrer" ; - maangordig_av_1 = mkA "mеngordig" ; - maangsidig_av_1 = mkA "mеngsidig" ; - maangsidighet_nn_1 = mkN "mеngsidighet" "mеngsidigheter" ; - maangsiding_nn_1 = mkN "mеngsiding" ; - maangskiftande_av_1 = mkA "mеngskiftande" ; - maangstaemmig_av_1 = mkA "mеngstдmmig" ; - maangstavig_av_1 = mkA "mеngstavig" ; - maangsysslare_nn_1 = mkN "mеngsysslare" "mеngsysslare" ; - maangtydig_av_1 = mkA "mеngtydig" ; - maangtydighet_nn_1 = mkN "mеngtydighet" "mеngtydigheter" ; - maangubbe_nn_1 = mkN "mеngubbe" utrum ; - maangvetenskaplig_av_1 = mkA "mеngvetenskaplig" ; - maanlandskap_nn_1 = mkN "mеnlandskap" "mеnlandskapet" "mеnlandskapen" "mеnlandskapena" ; - maanliknande_av_1 = mkA "mеnliknande" ; - maanljus_av_1 = mkA "mеnljus" ; - maanne_ab_1 = mkAdv "mеnne" ; - maanntro_ab_1 = mkAdv "mеnntro" ; - maanskifte_nn_1 = mkN "mеnskifte" ; - maansten_nn_1 = mkN "mеnsten" "mеnstenen" "mеnstenar" "mеnstenarna" ; - maanvarv_nn_1 = mkN "mеnvarv" neutrum ; - maanviol_nn_1 = mkN "mеnviol" "mеnvioler" ; - maard_nn_1 = mkN "mеrd" ; - maarddjur_nn_1 = mkN "mеrddjur" neutrum ; - maas_nn_1 = mkN "mеs" ; - maasfaagel_nn_1 = mkN "mеsfеgel" ; - maatro_ab_1 = mkAdv "mеtro" ; - maatt_nn_1 = mkN "mеtt" neutrum ; - maattagning_nn_1 = mkN "mеttagning" ; - maattband_nn_1 = mkN "mеttband" neutrum ; - maattbestaelld_av_1 = mkA "mеttbestдlld" "mеttbestдllt" ; - maattenhet_nn_1 = mkN "mеttenhet" "mеttenheter" ; - maattfull_av_1 = mkA "mеttfull" ; - maattlig_av_1 = mkA "mеttlig" ; - maattlighet_nn_1 = mkN "mеttlighet" "mеttligheter" ; - maattloes_av_1 = mkA "mеttlцs" ; - maattsats_nn_1 = mkN "mеttsats" "mеttsatser" ; - maattsenhet_nn_1 = mkN "mеttsenhet" "mеttsenheter" ; - maattstock_nn_1 = mkN "mеttstock" ; - maattsydd_av_1 = mkA "mеttsydd" "mеttsydtt" ; - maattsystem_nn_1 = mkN "mеttsystem" neutrum ; - maattverktyg_nn_1 = mkN "mеttverktyg" neutrum ; - macedonisk_av_1 = mkA "macedonisk" ; - macedonsk_av_1 = mkA "macedonsk" ; - macedonska_nn_2 = mkN "macedonska" ; - mach_nn_1 = mkN "mach" "machen" "mach" "machen" ; - machete_nn_1 = mkN "machete" "macheter" ; - machiavellisk_av_1 = mkA "machiavellisk" ; - machiavellistisk_av_1 = mkA "machiavellistisk" ; - machtal_nn_1 = mkN "machtal" "machtalet" "machtalen" "machtalena" ; - machverk_nn_1 = mkN "machverk" neutrum ; - mack_nn_1 = mkN "mack" ; - mackapaer_nn_1 = mkN "mackapдr" "mackapдrer" ; - mad_nn_1 = mkN "mad" "mader" ; - madagask_nn_1 = mkN "madagask" "madagasker" ; - madagaskisk_av_1 = mkA "madagaskisk" ; - madam_nn_1 = mkN "madam" "madammen" "madammer" "madammerna" ; - madapolam_nn_1 = mkN "madapolam" "madapolamer" ; - madrass_nn_1 = mkN "madrass" "madrasser" ; - madrassnaal_nn_1 = mkN "madrassnеl" ; - madrigal_nn_1 = mkN "madrigal" "madrigaler" ; - maduska_nn_1 = mkN "maduska" ; - maehae_nn_1 = mkN "mдhд" "mдhдet" "mдhдn" "mдhдna" ; - maeklararvode_nn_1 = mkN "mдklararvode" ; - maeklare_nn_1 = mkN "mдklare" "mдklare" ; - maekta_ab_1 = mkAdv "mдkta" ; - maektig_av_1 = mkA "mдktig" ; - maektighet_nn_1 = mkN "mдktighet" "mдktigheter" ; - maektighet_nn_2 = mkN "mдktighet" "mдktigheter" ; - maelarlandskap_nn_1 = mkN "mдlarlandskap" "mдlarlandskapet" "mдlarlandskapen" "mдlarlandskapena" ; - maeld_nn_1 = mkN "mдld" "mдlder" ; - maelteri_nn_1 = mkN "mдlteri" "mдlterit" "mдlterier" "mдlterierna" ; - maengd_nn_1 = mkN "mдngd" "mдngder" ; - maengddiagram_nn_1 = mkN "mдngddiagram" "mдngddiagrammet" "mдngddiagram" "mдngddiagrammen" ; - maengdvis_ab_1 = mkAdv "mдngdvis" ; - maenniska_nn_1 = mkN "mдnniska" ; - maenniskoaetande_av_1 = mkA "mдnniskoдtande" ; - maenniskoaetare_nn_1 = mkN "mдnniskoдtare" "mдnniskoдtare" ; - maenniskobroest_nn_1 = mkN "mдnniskobrцst" neutrum ; - maenniskofientlig_av_1 = mkA "mдnniskofientlig" ; - maenniskofigur_nn_1 = mkN "mдnniskofigur" "mдnniskofigurer" ; - maenniskofoster_nn_1 = mkN "mдnniskofoster" neutrum ; - maenniskogestalt_nn_1 = mkN "mдnniskogestalt" "mдnniskogestalter" ; - maenniskohaj_nn_1 = mkN "mдnniskohaj" ; - maenniskohamn_nn_1 = mkN "mдnniskohamn" ; - maenniskohand_nn_1 = mkN "mдnniskohand" "mдnniskohдnder" ; - maenniskohatare_nn_1 = mkN "mдnniskohatare" "mдnniskohatare" ; - maenniskojakt_nn_1 = mkN "mдnniskojakt" "mдnniskojakter" ; - maenniskokaennare_nn_1 = mkN "mдnniskokдnnare" "mдnniskokдnnare" ; - maenniskokaennedom_nn_1 = mkN "mдnniskokдnnedom" ; - maenniskokaerlek_nn_1 = mkN "mдnniskokдrlek" ; - maenniskokropp_nn_1 = mkN "mдnniskokropp" ; - maenniskolik_av_1 = mkA "mдnniskolik" ; - maenniskolik_nn_1 = mkN "mдnniskolik" neutrum ; - maenniskoliknande_av_1 = mkA "mдnniskoliknande" ; - maenniskoliv_nn_1 = mkN "mдnniskoliv" neutrum ; - maenniskooffer_nn_1 = mkN "mдnniskooffer" neutrum ; - maenniskorov_nn_1 = mkN "mдnniskorov" neutrum ; - maenniskoskildring_nn_1 = mkN "mдnniskoskildring" ; - maenniskospermie_nn_1 = mkN "mдnniskospermie" "mдnniskospermier" ; - maenniskouppfattning_nn_1 = mkN "mдnniskouppfattning" ; - maenniskovaen_nn_1 = mkN "mдnniskovдn" "mдnniskovдnnen" "mдnniskovдnner" "mдnniskovдnnerna" ; - maenniskovaenlig_av_1 = mkA "mдnniskovдnlig" ; - maenniskovaenlighet_nn_1 = mkN "mдnniskovдnlighet" "mдnniskovдnligheter" ; - maenniskovaerde_nn_1 = mkN "mдnniskovдrde" ; - maenniskovaerdig_av_1 = mkA "mдnniskovдrdig" ; - maenska_nn_1 = mkN "mдnska" ; - maensklig_av_1 = mkA "mдnsklig" ; - maensklighet_nn_1 = mkN "mдnsklighet" "mдnskligheter" ; - maer_nn_1 = mkN "mдr" "mдrer" ; - maergben_nn_1 = mkN "mдrgben" neutrum ; - maergelgrav_nn_1 = mkN "mдrgelgrav" ; - maergelskiffer_nn_1 = mkN "mдrgelskiffer" ; - maergflaeck_nn_1 = mkN "mдrgflдck" ; - maergfull_av_1 = mkA "mдrgfull" ; - maergloes_av_1 = mkA "mдrglцs" ; - maergstraale_nn_1 = mkN "mдrgstrеle" utrum ; - maerkband_nn_1 = mkN "mдrkband" neutrum ; - maerkbar_av_1 = mkA "mдrkbar" ; - maerkduk_nn_1 = mkN "mдrkduk" ; - maerke_nn_1 = mkN "mдrke" ; - maerkesdag_nn_1 = mkN "mдrkesdag" ; - maerkesman_nn_1 = mkN "mдrkesman" "mдrkesmannen" "mдrkesmдn" "mдrkesmдnnen" ; - maerkgarn_nn_1 = mkN "mдrkgarn" neutrum ; - maerkhammare_nn_1 = mkN "mдrkhammare" "mдrkhammaren" "mдrkhamrar" "mдrkhamrarna" ; - maerklig_av_1 = mkA "mдrklig" ; - maerklighet_nn_1 = mkN "mдrklighet" "mдrkligheter" ; - maerkning_nn_1 = mkN "mдrkning" ; - maerkvaerdig_av_1 = mkA "mдrkvдrdig" ; - maerling_nn_1 = mkN "mдrling" ; - maerlspik_nn_1 = mkN "mдrlspik" ; - maerr_nn_1 = mkN "mдrr" ; - maers_nn_1 = mkN "mдrs" ; - maersraa_nn_1 = mkN "mдrsrе" "mдrsrеn" "mдrsrеr" "mдrsrеrna" ; - maerssegel_nn_1 = mkN "mдrssegel" neutrum ; - maersstaang_nn_1 = mkN "mдrsstеng" "mдrsstдnger" ; - maeskning_nn_1 = mkN "mдskning" ; - maeskprovare_nn_1 = mkN "mдskprovare" "mдskprovare" ; - maess_nn_1 = mkN "mдss" ; - maessbok_nn_1 = mkN "mдssbok" "mдssbцcker" ; - maessdraekt_nn_1 = mkN "mдssdrдkt" "mдssdrдkter" ; - maessfall_nn_1 = mkN "mдssfall" neutrum ; - maesshake_nn_1 = mkN "mдsshake" utrum ; - maesshall_nn_1 = mkN "mдsshall" ; - maessingblaasinstrument_nn_1 = mkN "mдssingblеsinstrument" neutrum ; - maessinginstrument_nn_1 = mkN "mдssinginstrument" neutrum ; - maessingsinstrument_nn_1 = mkN "mдssingsinstrument" neutrum ; - maessingsspik_nn_1 = mkN "mдssingsspik" ; - maessingstraad_nn_1 = mkN "mдssingstrеd" ; - maessoffer_nn_1 = mkN "mдssoffer" neutrum ; - maesspojke_nn_1 = mkN "mдsspojke" utrum ; - maestarbrev_nn_1 = mkN "mдstarbrev" neutrum ; - maestare_nn_1 = mkN "mдstare" "mдstare" ; - maestarinna_nn_1 = mkN "mдstarinna" ; - maestarklass_nn_1 = mkN "mдstarklass" "mдstarklasser" ; - maestarprov_nn_1 = mkN "mдstarprov" neutrum ; - maesterlig_av_1 = mkA "mдsterlig" ; - maesterlots_nn_1 = mkN "mдsterlots" ; - maesterman_nn_1 = mkN "mдsterman" "mдstermannen" "mдstermдn" "mдstermдnnen" ; - maestersaangare_nn_1 = mkN "mдstersеngare" "mдstersеngare" ; - maesterskap_nn_1 = mkN "mдsterskap" "mдsterskapet" "mдsterskapen" "mдsterskapena" ; - maesterskapstitel_nn_1 = mkN "mдsterskapstitel" ; - maesterverk_nn_1 = mkN "mдsterverk" neutrum ; - maetapparat_nn_1 = mkN "mдtapparat" "mдtapparater" ; - maetapparatur_nn_1 = mkN "mдtapparatur" "mдtapparaturer" ; - maetare_nn_1 = mkN "mдtare" "mдtare" ; - maetarfjaeril_nn_1 = mkN "mдtarfjдril" ; - maetarlarv_nn_1 = mkN "mдtarlarv" "mдtarlarver" ; - maetbar_av_1 = mkA "mдtbar" ; - maetbord_nn_1 = mkN "mдtbord" neutrum ; - maetbrev_nn_1 = mkN "mдtbrev" neutrum ; - maetetal_nn_1 = mkN "mдtetal" "mдtetalet" "mдtetalen" "mдtetalena" ; - maetglas_nn_1 = mkN "mдtglas" neutrum ; - maetinstrument_nn_1 = mkN "mдtinstrument" neutrum ; - maetning_nn_1 = mkN "mдtning" ; - maetningsfartyg_nn_1 = mkN "mдtningsfartyg" neutrum ; - maetningsregel_nn_1 = mkN "mдtningsregel" "mдtningsregeln" "mдtningsregler" "mдtningsreglerna" ; - maetningstal_nn_1 = mkN "mдtningstal" "mдtningstalet" "mдtningstalen" "mдtningstalena" ; - maetomraade_nn_1 = mkN "mдtomrеde" ; - maetredskap_nn_1 = mkN "mдtredskap" "mдtredskapet" "mдtredskapen" "mдtredskapena" ; - maetress_nn_1 = mkN "mдtress" "mдtresser" ; - maett_av_1 = mkA "mдtt" ; - maettnad_nn_1 = mkN "mдttnad" "mдttnader" ; - maettningstryck_nn_1 = mkN "mдttningstryck" neutrum ; - maettsam_av_1 = mkA "mдttsam" "mдttsamt" "mдttsamma" "mдttsamma" "mдttsammare" "mдttsammast" "mдttsammaste" ; - maetvaerde_nn_1 = mkN "mдtvдrde" ; - maetverktyg_nn_1 = mkN "mдtverktyg" neutrum ; - maffia_nn_1 = mkN "maffia" ; - maffig_av_1 = mkA "maffig" ; - magasin_nn_1 = mkN "magasin" neutrum ; - magbesvaer_nn_1 = mkN "magbesvдr" neutrum ; - magborstare_nn_1 = mkN "magborstare" "magborstare" ; - magdans_nn_1 = mkN "magdans" "magdanser" ; - mage_nn_1 = mkN "mage" utrum ; - mager_av_1 = mkA "mager" "magert" "magra" "magra" "magrare" "magrast" "magraste" ; - mager_nn_1 = mkN "mager" "magern" "mager" "magerna" ; - magerlagd_av_1 = mkA "magerlagd" "magerlagt" ; - maggoerdel_nn_1 = mkN "maggцrdel" ; - maggrop_nn_1 = mkN "maggrop" ; - magiker_nn_1 = mkN "magiker" "magikern" "magiker" "magikerna" ; - maginnehaall_nn_1 = mkN "maginnehеll" neutrum ; - magisk_av_1 = mkA "magisk" ; - magister_nn_1 = mkN "magister" ; - magistral_av_1 = mkA "magistral" ; - magistrat_nn_1 = mkN "magistrat" "magistrater" ; - magkatarr_nn_1 = mkN "magkatarr" "magkatarrer" ; - magmabergart_nn_1 = mkN "magmabergart" "magmabergarter" ; - magmakammare_nn_1 = mkN "magmakammare" "magmakammaren" "magmakamrar" "magmakamrarna" ; - magmedicin_nn_1 = mkN "magmedicin" "magmediciner" ; - magmun_nn_1 = mkN "magmun" "magmunnen" "magmunnar" "magmunnarna" ; - magnat_nn_1 = mkN "magnat" "magnater" ; - magnecyl_nn_1 = mkN "magnecyl" "magnecylen" "magnecyl" "magnecylen" ; - magnesiumlegering_nn_1 = mkN "magnesiumlegering" ; - magnesiumsulfat_nn_1 = mkN "magnesiumsulfat" "magnesiumsulfater" ; - magnet_nn_1 = mkN "magnet" "magneter" ; - magnetapparat_nn_1 = mkN "magnetapparat" "magnetapparater" ; - magnetband_nn_1 = mkN "magnetband" neutrum ; - magnetfaelt_nn_1 = mkN "magnetfдlt" neutrum ; - magnetisk_av_1 = mkA "magnetisk" ; - magnetisoer_nn_1 = mkN "magnetisцr" "magnetisцrer" ; - magnetkompass_nn_1 = mkN "magnetkompass" "magnetkompasser" ; - magnetnaal_nn_1 = mkN "magnetnеl" ; - magnetofon_nn_1 = mkN "magnetofon" "magnetofoner" ; - magnetpol_nn_1 = mkN "magnetpol" "magnetpoler" ; - magnetron_nn_1 = mkN "magnetron" "magnetroner" ; - magnettaendning_nn_1 = mkN "magnettдndning" ; - magnificus_av_1 = mkA "magnificus" ; - magnifik_av_1 = mkA "magnifik" ; - magnitud_nn_1 = mkN "magnitud" "magnituder" ; - magnum_av_1 = mkA "magnum" ; - magnumbutelj_nn_1 = mkN "magnumbutelj" "magnumbuteljer" ; - magplask_nn_1 = mkN "magplask" neutrum ; - magsaar_nn_1 = mkN "magsеr" neutrum ; - magsaeck_nn_1 = mkN "magsдck" ; - magsaft_nn_1 = mkN "magsaft" "magsafter" ; - magstark_av_1 = mkA "magstark" ; - magsur_av_1 = mkA "magsur" ; - magyar_nn_1 = mkN "magyar" "magyarer" ; - maharadja_nn_1 = mkN "maharadja" ; - mahognyliknande_av_1 = mkA "mahognyliknande" ; - mail_nn_2 = mkN "mail" neutrum ; - majbagge_nn_1 = mkN "majbagge" utrum ; - majbrud_nn_1 = mkN "majbrud" ; - majestaet_nn_1 = mkN "majestдt" neutrum ; - majestaetisk_av_1 = mkA "majestдtisk" ; - majestaetsbrott_nn_1 = mkN "majestдtsbrott" neutrum ; - majestaetsfoerbrytelse_nn_1 = mkN "majestдtsfцrbrytelse" "majestдtsfцrbrytelser" ; - majonnaes_nn_1 = mkN "majonnдs" "majonnдser" ; - majonnaessaas_nn_1 = mkN "majonnдssеs" "majonnдssеser" ; - major_nn_1 = mkN "major" "majorer" ; - majoritet_nn_1 = mkN "majoritet" "majoriteter" ; - majoritetsval_nn_1 = mkN "majoritetsval" neutrum ; - majsgroet_nn_1 = mkN "majsgrцt" ; - majskolv_nn_1 = mkN "majskolv" ; - majskorn_nn_1 = mkN "majskorn" neutrum ; - majstaang_nn_1 = mkN "majstеng" "majstдnger" ; - majuskel_nn_1 = mkN "majuskel" "majuskeln" "majuskler" "majusklerna" ; - makaber_av_1 = mkA "makaber" "makabert" "makabra" "makabra" "makabrare" "makabrast" "makabraste" ; - makaloes_av_1 = mkA "makalцs" ; - makassarolja_nn_1 = mkN "makassarolja" ; - make_nn_1 = mkN "make" utrum ; - makedonier_nn_1 = mkN "makedonier" "makedoniern" "makedonier" "makedonierna" ; - makedonisk_av_1 = mkA "makedonisk" ; - makedonsk_av_1 = mkA "makedonsk" ; - makedonska_nn_2 = mkN "makedonska" ; - maklig_av_1 = mkA "maklig" ; - makrill_nn_1 = mkN "makrill" ; - makron_nn_1 = mkN "makron" "makroner" ; - makroskopisk_av_1 = mkA "makroskopisk" ; - makt_nn_1 = mkN "makt" "makter" ; - maktanspraak_nn_1 = mkN "maktansprеk" neutrum ; - maktbalans_nn_1 = mkN "maktbalans" "maktbalanser" ; - maktbefogenhet_nn_1 = mkN "maktbefogenhet" "maktbefogenheter" ; - maktblock_nn_1 = mkN "maktblock" neutrum ; - maktcentrum_nn_1 = mkN "maktcentrum" neutrum ; - maktfaktor_nn_1 = mkN "maktfaktor" "maktfaktorer" ; - maktfoerdelning_nn_1 = mkN "maktfцrdelning" ; - maktfullkomlig_av_1 = mkA "maktfullkomlig" ; - makthavare_nn_1 = mkN "makthavare" "makthavare" ; - maktkamp_nn_1 = mkN "maktkamp" "maktkamper" ; - maktkoncentration_nn_1 = mkN "maktkoncentration" "maktkoncentrationer" ; - maktloes_av_1 = mkA "maktlцs" ; - maktlysten_av_1 = mkA "maktlysten" "maktlystet" ; - maktmedel_nn_1 = mkN "maktmedel" neutrum ; - maktoevertagande_nn_1 = mkN "maktцvertagande" ; - maktpaaliggande_av_1 = mkA "maktpеliggande" ; - maktskifte_nn_1 = mkN "maktskifte" ; - maktspel_nn_1 = mkN "maktspel" "maktspelet" "maktspel" "maktspelen" ; - maktsymbol_nn_1 = mkN "maktsymbol" "maktsymboler" ; - maktutoevare_nn_1 = mkN "maktutцvare" "maktutцvare" ; - mal_nn_1 = mkN "mal" ; - malaeten_av_1 = mkA "malдten" "malдtet" ; - malaj_nn_1 = mkN "malaj" "malajer" ; - malajisk_av_1 = mkA "malajisk" ; - malajiska_nn_2 = mkN "malajiska" ; - malakit_nn_1 = mkN "malakit" "malakiter" ; - malapropaa_ab_1 = mkAdv "malapropе" ; - malawier_nn_1 = mkN "malawier" "malawiern" "malawier" "malawierna" ; - malawisk_av_1 = mkA "malawisk" ; - malaysier_nn_1 = mkN "malaysier" "malaysiern" "malaysier" "malaysierna" ; - malaysisk_av_1 = mkA "malaysisk" ; - maldiver_nn_1 = mkN "maldiver" "maldivern" "maldiver" "maldiverna" ; - maldivisk_av_1 = mkA "maldivisk" ; - malicioes_av_1 = mkA "maliciцs" ; - malier_nn_1 = mkN "malier" "maliern" "malier" "malierna" ; - malign_av_1 = mkA "malign" ; - malisk_av_1 = mkA "malisk" ; - mall_nn_1 = mkN "mall" ; - mallig_av_1 = mkA "mallig" ; - malm_nn_1 = mkN "malm" ; - malm_nn_2 = mkN "malm" "malmer" ; - malmedel_nn_1 = mkN "malmedel" neutrum ; - malmfaelt_nn_1 = mkN "malmfдlt" neutrum ; - malmfoerande_av_1 = mkA "malmfцrande" ; - malmfyndig_av_1 = mkA "malmfyndig" ; - malmfyndighet_nn_1 = mkN "malmfyndighet" "malmfyndigheter" ; - malmhalt_nn_1 = mkN "malmhalt" "malmhalter" ; - malmkoertel_nn_1 = mkN "malmkцrtel" ; - malmkropp_nn_1 = mkN "malmkropp" ; - malmkross_nn_1 = mkN "malmkross" ; - malmoebo_nn_1 = mkN "malmцbo" "malmцbor" ; - malmtaekt_nn_1 = mkN "malmtдkt" "malmtдkter" ; - maloer_nn_1 = mkN "malцr" "malцrer" ; - malpaase_nn_1 = mkN "malpеse" utrum ; - malstroem_nn_1 = mkN "malstrцm" "malstrцmmen" "malstrцmmar" "malstrцmmarna" ; - maltdryck_nn_1 = mkN "maltdryck" "maltdrycker" ; - maltes_nn_1 = mkN "maltes" "malteser" ; - maltesare_nn_1 = mkN "maltesare" "maltesare" ; - malteserhund_nn_1 = mkN "malteserhund" ; - malteserkors_nn_1 = mkN "malteserkors" neutrum ; - malteserorden_nn_1 = mkN "malteserorden" ; - maltesisk_av_1 = mkA "maltesisk" ; - maltesiska_nn_2 = mkN "maltesiska" ; - mambo_nn_1 = mkN "mambo" "mambor" ; - mamma_nn_1 = mkN "mamma" ; - mammaklaenning_nn_1 = mkN "mammaklдnning" ; - mammaledig_av_1 = mkA "mammaledig" ; - mammig_av_1 = mkA "mammig" ; - mammografi_nn_1 = mkN "mammografi" "mammografier" ; - mammonstrael_nn_1 = mkN "mammonstrдl" ; - mammut_nn_1 = mkN "mammut" ; - mammuttraed_nn_1 = mkN "mammuttrдd" neutrum ; - mamsell_nn_1 = mkN "mamsell" "mamseller" ; - man_nn_1 = mkN "man" "mannen" "mдn" "mдnnen" ; - man_nn_2 = mkN "man" ; - manaar_nn_1 = mkN "manеr" neutrum ; - manager_nn_1 = mkN "manager" "managern" "manager" "managerna" ; - manbar_av_1 = mkA "manbar" ; - manbyggnad_nn_1 = mkN "manbyggnad" "manbyggnader" ; - manchu_nn_1 = mkN "manchu" "manchun" "manchuer" "manchuerna" ; - manchuisk_av_1 = mkA "manchuisk" ; - manchuiska_nn_2 = mkN "manchuiska" ; - mandarin_nn_1 = mkN "mandarin" "mandariner" ; - mandat_nn_1 = mkN "mandat" neutrum ; - mandatfoerdelning_nn_1 = mkN "mandatfцrdelning" ; - mandatperiod_nn_1 = mkN "mandatperiod" "mandatperioder" ; - mandel_nn_1 = mkN "mandel" ; - mandeloegd_av_1 = mkA "mandelцgd" "mandelцgt" ; - mandelolja_nn_1 = mkN "mandelolja" ; - mandelpotatis_nn_1 = mkN "mandelpotatis" ; - mandibel_nn_1 = mkN "mandibel" "mandibeln" "mandibler" "mandiblerna" ; - mandolin_nn_1 = mkN "mandolin" "mandoliner" ; - mandom_nn_1 = mkN "mandom" ; - mandomsprov_nn_1 = mkN "mandomsprov" neutrum ; - mandrill_nn_1 = mkN "mandrill" "mandriller" ; - manege_nn_1 = mkN "manege" "maneger" ; - maner_nn_1 = mkN "manйr" neutrum ; - maner_nn_2 = mkN "maner" "maneret" "maner" "maneren" ; - manet_nn_1 = mkN "manet" "maneter" ; - manfall_nn_1 = mkN "manfall" neutrum ; - manfolk_nn_1 = mkN "manfolk" neutrum ; - mangaardsbyggnad_nn_1 = mkN "mangеrdsbyggnad" "mangеrdsbyggnader" ; - manganin_nn_1 = mkN "manganin" "manganiner" ; - mangel_nn_1 = mkN "mangel" ; - mango_nn_1 = mkN "mango" "mangor" ; - mangrann_av_1 = mkA "mangrann" "mangrant" ; - mangrove_nn_1 = mkN "mangrove" "mangrover" ; - mangrovetraesk_nn_1 = mkN "mangrovetrдsk" neutrum ; - manhaal_nn_1 = mkN "manhеl" neutrum ; - manhaftig_av_1 = mkA "manhaftig" ; - mani_nn_1 = mkN "mani" "manier" ; - maniakalisk_av_1 = mkA "maniakalisk" ; - manick_nn_1 = mkN "manick" "manicker" ; - manierism_nn_1 = mkN "manierism" "manierismer" ; - manifest_av_1 = mkA "manifest" "manifest" ; - manifest_nn_1 = mkN "manifest" neutrum ; - manifestation_nn_1 = mkN "manifestation" "manifestationer" ; - manike_nn_1 = mkN "manikй" "manikйer" ; - maniker_nn_1 = mkN "maniker" "manikern" "maniker" "manikerna" ; - manikur_nn_1 = mkN "manikur" "manikurer" ; - manikyrist_nn_1 = mkN "manikyrist" "manikyrister" ; - maning_nn_1 = mkN "maning" ; - manipulation_nn_1 = mkN "manipulation" "manipulationer" ; - manisk_av_1 = mkA "manisk" ; - manisk_depressiv_av_1 = mkA "manisk-depressiv" ; - manke_nn_1 = mkN "manke" utrum ; - mankemang_nn_1 = mkN "mankemang" neutrum ; - mankill_nn_1 = mkN "mankill" "mankiller" ; - manko_nn_1 = mkN "manko" "mankot" "mankon" "mankona" ; - mankoen_nn_1 = mkN "mankцn" neutrum ; - manlig_av_1 = mkA "manlig" ; - mannaaalder_nn_1 = mkN "mannaеlder" ; - mannagryn_nn_1 = mkN "mannagryn" neutrum ; - mannagrynsgroet_nn_1 = mkN "mannagrynsgrцt" ; - mannalav_nn_1 = mkN "mannalav" ; - mannekaeng_nn_1 = mkN "mannekдng" "mannekдnger" ; - manodepressiv_av_1 = mkA "manodepressiv" ; - manoever_nn_1 = mkN "manцver" ; - manoeverduglig_av_1 = mkA "manцverduglig" ; - manoeverkraft_nn_1 = mkN "manцverkraft" "manцverkrafter" ; - manometer_nn_1 = mkN "manometer" ; - mansaalder_nn_1 = mkN "mansеlder" ; - mansard_nn_1 = mkN "mansard" "mansarder" ; - mansardtak_nn_1 = mkN "mansardtak" neutrum ; - manschett_nn_1 = mkN "manschett" "manschetter" ; - manschettyrke_nn_1 = mkN "manschettyrke" ; - mansgrav_nn_1 = mkN "mansgrav" ; - mansgris_nn_1 = mkN "mansgris" ; - manskap_nn_1 = mkN "manskap" "manskapet" "manskapen" "manskapena" ; - manslaeger_nn_1 = mkN "manslдger" neutrum ; - manslem_nn_1 = mkN "manslem" "manslemmen" "manslemmar" "manslemmarna" ; - manslukerska_nn_1 = mkN "manslukerska" ; - mansperson_nn_1 = mkN "mansperson" "manspersoner" ; - manssida_nn_1 = mkN "manssida" ; - manstark_av_1 = mkA "manstark" ; - mantaag_nn_1 = mkN "mantеg" neutrum ; - mantal_nn_1 = mkN "mantal" "mantalet" "mantalen" "mantalena" ; - mantalslaengd_nn_1 = mkN "mantalslдngd" "mantalslдngder" ; - mantalsskriven_av_1 = mkA "mantalsskriven" "mantalsskrivet" ; - mantalsskrivning_nn_1 = mkN "mantalsskrivning" ; - mantel_nn_1 = mkN "mantel" ; - manteldjur_nn_1 = mkN "manteldjur" neutrum ; - mantelstyrning_nn_1 = mkN "mantelstyrning" ; - mantilj_nn_1 = mkN "mantilj" "mantiljer" ; - manual_nn_1 = mkN "manual" "manualer" ; - manuell_av_1 = mkA "manuell" ; - manufaktur_nn_1 = mkN "manufaktur" "manufakturer" ; - manus_nn_1 = mkN "manus" neutrum ; - manuskript_nn_1 = mkN "manuskript" neutrum ; - maori_nn_1 = mkN "maori" "maorin" "maorier" "maorierna" ; - maorisk_av_1 = mkA "maorisk" ; - mapp_nn_1 = mkN "mapp" ; - marabu_nn_1 = mkN "marabu" "marabun" "marabuer" "marabuerna" ; - maraeng_nn_1 = mkN "marдng" "marдnger" ; - maraengsviss_nn_1 = mkN "marдngsviss" "marдngsvisser" ; - maraton_nn_1 = mkN "maraton" neutrum ; - maratonlopp_nn_1 = mkN "maratonlopp" neutrum ; - mardroem_nn_1 = mkN "mardrцm" "mardrцmmen" "mardrцmmar" "mardrцmmarna" ; - marg_nn_1 = mkN "marg" "marger" ; - margarin_nn_1 = mkN "margarin" "margariner" ; - margfaldig_av_1 = mkA "margfaldig" ; - marginal_nn_1 = mkN "marginal" "marginaler" ; - marginalbeskattning_nn_1 = mkN "marginalbeskattning" ; - marginaleffekt_nn_1 = mkN "marginaleffekt" "marginaleffekter" ; - marginalinkomst_nn_1 = mkN "marginalinkomst" "marginalinkomster" ; - marginalintaekt_nn_1 = mkN "marginalintдkt" "marginalintдkter" ; - marginalkostnad_nn_1 = mkN "marginalkostnad" "marginalkostnader" ; - marginalskatt_nn_1 = mkN "marginalskatt" "marginalskatter" ; - marginalvaeljare_nn_1 = mkN "marginalvдljare" "marginalvдljare" ; - marginell_av_1 = mkA "marginell" ; - marig_av_1 = mkA "marig" ; - marin_av_1 = mkA "marin" ; - marin_nn_1 = mkN "marin" "mariner" ; - marinad_nn_1 = mkN "marinad" "marinader" ; - marinbiolog_nn_1 = mkN "marinbiolog" "marinbiologer" ; - marinbiologisk_av_1 = mkA "marinbiologisk" ; - marinblaa_av_1 = mkA "marinblе" "marinblеtt" ; - marindirektoer_nn_1 = mkN "marindirektцr" "marindirektцrer" ; - marinkaar_nn_1 = mkN "marinkеr" "marinkеrer" ; - marinledning_nn_1 = mkN "marinledning" ; - marinsoldat_nn_1 = mkN "marinsoldat" "marinsoldater" ; - marionett_nn_1 = mkN "marionett" "marionetter" ; - maritim_av_1 = mkA "maritim" ; - mark_nn_1 = mkN "mark" "marker" ; - mark_nn_2 = mkN "mark" "marken" "mark" "marken" ; - markaegare_nn_1 = mkN "markдgare" "markдgare" ; - markant_av_1 = mkA "markant" "markant" ; - markeffektfarkost_nn_1 = mkN "markeffektfarkost" "markeffektfarkoster" ; - markegaang_nn_1 = mkN "markegеng" ; - markering_nn_1 = mkN "markering" ; - marketentare_nn_1 = mkN "marketentare" "marketentare" ; - marketenteri_nn_1 = mkN "marketenteri" "marketenterit" "marketenterier" "marketenterierna" ; - marketeri_nn_1 = mkN "marketeri" "marketerit" "marketerier" "marketerierna" ; - markgreve_nn_1 = mkN "markgreve" utrum ; - markis_nn_1 = mkN "markis" "markiser" ; - marklaera_nn_1 = mkN "marklдra" ; - marklevande_av_1 = mkA "marklevande" ; - marknad_nn_1 = mkN "marknad" "marknader" ; - marknadsekonomi_nn_1 = mkN "marknadsekonomi" "marknadsekonomier" ; - marknadsekonomisk_av_1 = mkA "marknadsekonomisk" ; - marknadsfoering_nn_1 = mkN "marknadsfцring" ; - marknadsgycklare_nn_1 = mkN "marknadsgycklare" "marknadsgycklare" ; - marknadslaege_nn_1 = mkN "marknadslдge" ; - marknadspris_nn_1 = mkN "marknadspris" neutrum ; - marknadsundersoekning_nn_1 = mkN "marknadsundersцkning" ; - marknadsvaerde_nn_1 = mkN "marknadsvдrde" ; - marknivaa_nn_1 = mkN "marknivе" "marknivеer" ; - markoer_nn_1 = mkN "markцr" "markцrer" ; - markomanner_nn_1 = mkN "markomanner" "markomannern" "markomanner" "markomannerna" ; - markomraade_nn_1 = mkN "markomrеde" ; - markorganism_nn_1 = mkN "markorganism" "markorganismer" ; - marktaeckare_nn_1 = mkN "marktдckare" "marktдckare" ; - marktjaenst_nn_1 = mkN "marktjдnst" "marktjдnster" ; - marmelad_nn_1 = mkN "marmelad" "marmelader" ; - marmorering_nn_1 = mkN "marmorering" ; - marmorliknande_av_1 = mkA "marmorliknande" ; - marockan_nn_1 = mkN "marockan" "marockaner" ; - marockansk_av_1 = mkA "marockansk" ; - marockanska_nn_1 = mkN "marockanska" ; - marodoer_nn_1 = mkN "marodцr" "marodцrer" ; - marsch_nn_1 = mkN "marsch" "marscher" ; - marschall_nn_1 = mkN "marschall" "marschaller" ; - marschfart_nn_1 = mkN "marschfart" "marschfarter" ; - marschlaege_nn_1 = mkN "marschlдge" ; - marshmallow_nn_1 = mkN "marshmallow" "marshmallower" ; - marsian_nn_1 = mkN "marsian" "marsianer" ; - marsk_nn_1 = mkN "marsk" "marsker" ; - marskalk_nn_1 = mkN "marskalk" ; - marskalkstav_nn_1 = mkN "marskalkstav" ; - marsvin_nn_1 = mkN "marsvin" neutrum ; - martall_nn_1 = mkN "martall" ; - martasbekymmer_nn_1 = mkN "martasbekymmer" neutrum ; - martialisk_av_1 = mkA "martialisk" ; - martini_nn_1 = mkN "martini" "martinin" "martini" "martinina" ; - martyr_nn_1 = mkN "martyr" "martyrer" ; - martyrium_nn_1 = mkN "martyrium" "martyriet" "martyrier" "martyrierna" ; - marulk_nn_1 = mkN "marulk" ; - marviol_nn_1 = mkN "marviol" "marvioler" ; - marxist_nn_1 = mkN "marxist" "marxister" ; - marxistisk_av_1 = mkA "marxistisk" ; - mas_nn_1 = mkN "mas" ; - maser_nn_1 = mkN "maser" ; - masig_av_1 = mkA "masig" ; - mask_nn_1 = mkN "mask" ; - mask_nn_2 = mkN "mask" "masker" ; - maskaeten_av_1 = mkA "maskдten" "maskдtet" ; - maskerad_nn_1 = mkN "maskerad" "maskerader" ; - maskeraddraekt_nn_1 = mkN "maskeraddrдkt" "maskeraddrдkter" ; - maskering_nn_1 = mkN "maskering" ; - maskformig_av_1 = mkA "maskformig" ; - maskhaal_nn_1 = mkN "maskhеl" neutrum ; - maskin_nn_1 = mkN "maskin" "maskiner" ; - maskindel_nn_1 = mkN "maskindel" "maskindelen" "maskindelar" "maskindelarna" ; - maskinelement_nn_1 = mkN "maskinelement" neutrum ; - maskinell_av_1 = mkA "maskinell" ; - maskineri_nn_1 = mkN "maskineri" "maskinerit" "maskinerier" "maskinerierna" ; - maskingevaer_nn_1 = mkN "maskingevдr" neutrum ; - maskinhall_nn_1 = mkN "maskinhall" ; - maskinhaveri_nn_1 = mkN "maskinhaveri" "maskinhaverit" "maskinhaverier" "maskinhaverierna" ; - maskinist_nn_1 = mkN "maskinist" "maskinister" ; - maskinlaesbar_av_1 = mkA "maskinlдsbar" ; - maskinmaessig_av_1 = mkA "maskinmдssig" ; - maskinoeversaettning_nn_1 = mkN "maskinцversдttning" ; - maskinpark_nn_1 = mkN "maskinpark" "maskinparker" ; - maskinpistol_nn_1 = mkN "maskinpistol" "maskinpistoler" ; - maskinpress_nn_1 = mkN "maskinpress" ; - maskinrum_nn_1 = mkN "maskinrum" "maskinrummet" "maskinrum" "maskinrummen" ; - maskinskriven_av_1 = mkA "maskinskriven" "maskinskrivet" ; - maskinskrivning_nn_1 = mkN "maskinskrivning" ; - maskinspraak_nn_1 = mkN "maskinsprеk" neutrum ; - maskintid_nn_1 = mkN "maskintid" "maskintider" ; - maskintvaett_nn_1 = mkN "maskintvдtt" ; - maskning_nn_1 = mkN "maskning" ; - maskoer_nn_1 = mkN "maskцr" "maskцrer" ; - maskopi_nn_1 = mkN "maskopi" "maskopier" ; - maskot_nn_1 = mkN "maskot" ; - maskspel_nn_1 = mkN "maskspel" "maskspelet" "maskspel" "maskspelen" ; - maskstungen_av_1 = mkA "maskstungen" "maskstunget" ; - masktaethet_nn_1 = mkN "masktдthet" "masktдtheter" ; - maskulin_av_1 = mkA "maskulin" ; - maskulinum_nn_1 = mkN "maskulinum" "maskulinet" "maskuliner" "maskulinerna" ; - masochist_nn_1 = mkN "masochist" "masochister" ; - massa_nn_2 = mkN "massa" ; - massageinstitut_nn_1 = mkN "massageinstitut" neutrum ; - massaker_nn_1 = mkN "massaker" "massakern" "massakrer" "massakrerna" ; - massbjaesse_nn_1 = mkN "massbjдsse" utrum ; - masscentrum_nn_1 = mkN "masscentrum" neutrum ; - massdoed_nn_1 = mkN "massdцd" ; - massfaangst_nn_1 = mkN "massfеngst" "massfеngster" ; - massiv_av_1 = mkA "massiv" ; - massiv_nn_1 = mkN "massiv" neutrum ; - massivitet_nn_1 = mkN "massivitet" "massiviteter" ; - massjaette_nn_1 = mkN "massjдtte" utrum ; - masskommunikation_nn_1 = mkN "masskommunikation" "masskommunikationer" ; - masskonst_nn_1 = mkN "masskonst" "masskonster" ; - masskorsband_nn_1 = mkN "masskorsband" neutrum ; - massloes_av_1 = mkA "masslцs" ; - massmedial_av_1 = mkA "massmedial" ; - massmedium_nn_1 = mkN "massmedium" "massmediet" "massmedier" "massmedierna" ; - massmoete_nn_1 = mkN "massmцte" ; - massmord_nn_1 = mkN "massmord" neutrum ; - massoer_nn_1 = mkN "massцr" "massцrer" ; - masspektrum_nn_1 = mkN "masspektrum" neutrum ; - masspsykos_nn_1 = mkN "masspsykos" "masspsykoser" ; - masstal_nn_1 = mkN "masstal" "masstalet" "masstalen" "masstalena" ; - massvis_ab_1 = mkAdv "massvis" ; - mast_nn_1 = mkN "mast" "master" ; - master_nn_1 = mkN "master" ; - mastfisk_nn_1 = mkN "mastfisk" ; - mastfritt_ab_1 = mkAdv "mastfritt" ; - masthaal_nn_1 = mkN "masthеl" neutrum ; - mastig_av_1 = mkA "mastig" ; - mastkorg_nn_1 = mkN "mastkorg" ; - mastkrage_nn_1 = mkN "mastkrage" utrum ; - mastodont_nn_1 = mkN "mastodont" "mastodonter" ; - mastodontisk_av_1 = mkA "mastodontisk" ; - masturbation_nn_1 = mkN "masturbation" "masturbationer" ; - masugn_nn_1 = mkN "masugn" ; - masurbjoerk_nn_1 = mkN "masurbjцrk" ; - masverk_nn_1 = mkN "masverk" neutrum ; - matador_nn_1 = mkN "matador" "matadoren" "matadorer" "matadorerna" ; - matarbuss_nn_1 = mkN "matarbuss" ; - matare_nn_1 = mkN "matare" "matare" ; - matarledning_nn_1 = mkN "matarledning" ; - matbestick_nn_1 = mkN "matbestick" neutrum ; - matbit_nn_1 = mkN "matbit" ; - matbord_nn_1 = mkN "matbord" neutrum ; - matbroed_nn_1 = mkN "matbrцd" neutrum ; - match_nn_1 = mkN "match" "matcher" ; - matchboll_nn_1 = mkN "matchboll" ; - matematiker_nn_1 = mkN "matematiker" "matematikern" "matematiker" "matematikerna" ; - matematiklaerare_nn_1 = mkN "matematiklдrare" "matematiklдrare" ; - matematisk_av_1 = mkA "matematisk" ; - matematisk_naturvetenskaplig_av_1 = mkA "matematisk-naturvetenskaplig" ; - materia_nn_1 = mkN "materia" "materian" "materier" "materierna" ; - material_nn_1 = mkN "material" neutrum ; - materialisation_nn_1 = mkN "materialisation" "materialisationer" ; - materialist_nn_1 = mkN "materialist" "materialister" ; - materialistisk_av_1 = mkA "materialistisk" ; - materialkonstant_nn_1 = mkN "materialkonstant" "materialkonstanter" ; - materialproblem_nn_1 = mkN "materialproblem" neutrum ; - materialsamling_nn_1 = mkN "materialsamling" ; - materialspelare_nn_1 = mkN "materialspelare" "materialspelare" ; - materie_nn_1 = mkN "materie" "materier" ; - materieforskning_nn_1 = mkN "materieforskning" ; - materiegas_nn_1 = mkN "materiegas" "materiegaser" ; - materiell_av_1 = mkA "materiell" ; - materiemoln_nn_1 = mkN "materiemoln" neutrum ; - materiestroem_nn_1 = mkN "materiestrцm" "materiestrцmmen" "materiestrцmmar" "materiestrцmmarna" ; - materietransport_nn_1 = mkN "materietransport" "materietransporter" ; - materieutbyte_nn_1 = mkN "materieutbyte" ; - matfett_nn_1 = mkN "matfett" "matfettet" "matfetter" "matfetterna" ; - matfoergiftning_nn_1 = mkN "matfцrgiftning" ; - matfoerraad_nn_1 = mkN "matfцrrеd" neutrum ; - matfrisk_av_1 = mkA "matfrisk" ; - matfrukt_nn_1 = mkN "matfrukt" "matfrukter" ; - mathaallning_nn_1 = mkN "mathеllning" ; - matine_nn_1 = mkN "matinй" "matinйer" ; - matjessill_nn_1 = mkN "matjessill" ; - matjord_nn_1 = mkN "matjord" ; - matlag_nn_1 = mkN "matlag" neutrum ; - matlagning_nn_1 = mkN "matlagning" ; - matlagningskonst_nn_1 = mkN "matlagningskonst" "matlagningskonster" ; - matmamma_nn_1 = mkN "matmamma" ; - matning_nn_1 = mkN "matning" ; - matnyttig_av_1 = mkA "matnyttig" ; - matolja_nn_1 = mkN "matolja" ; - matpotatis_nn_1 = mkN "matpotatis" ; - matraett_nn_1 = mkN "matrдtt" "matrдtter" ; - matrest_nn_1 = mkN "matrest" "matrester" ; - matriarkalisk_av_1 = mkA "matriarkalisk" ; - matrikel_nn_1 = mkN "matrikel" ; - matris_nn_1 = mkN "matris" "matriser" ; - matros_nn_1 = mkN "matros" "matroser" ; - matroskostym_nn_1 = mkN "matroskostym" "matroskostymer" ; - matsaeck_nn_1 = mkN "matsдck" ; - matsal_nn_1 = mkN "matsal" ; - matsalong_nn_1 = mkN "matsalong" "matsalonger" ; - matsedel_nn_1 = mkN "matsedel" ; - matservering_nn_1 = mkN "matservering" ; - matservis_nn_1 = mkN "matservis" "matserviser" ; - matsked_nn_1 = mkN "matsked" ; - matsmaeltning_nn_1 = mkN "matsmдltning" ; - matsmaeltningskanal_nn_1 = mkN "matsmдltningskanal" "matsmдltningskanaler" ; - matsmaeltningsorgan_nn_1 = mkN "matsmдltningsorgan" neutrum ; - matsmaeltningsvaetska_nn_1 = mkN "matsmдltningsvдtska" ; - matstrupe_nn_1 = mkN "matstrupe" utrum ; - matsvamp_nn_1 = mkN "matsvamp" ; - matt_av_1 = mkA "matt" ; - mattallrik_nn_1 = mkN "mattallrik" ; - mattdomare_nn_1 = mkN "mattdomare" "mattdomare" ; - matte_nn_2 = mkN "matte" utrum ; - matthet_nn_1 = mkN "matthet" "mattheter" ; - mattighet_nn_1 = mkN "mattighet" "mattigheter" ; - mattpiskare_nn_1 = mkN "mattpiskare" "mattpiskare" ; - mattpiskning_nn_1 = mkN "mattpiskning" ; - mattsopare_nn_1 = mkN "mattsopare" "mattsopare" ; - matutin_nn_1 = mkN "matutin" "matutiner" ; - matvana_nn_1 = mkN "matvana" ; - matvara_nn_1 = mkN "matvara" ; - matvaruaffaer_nn_1 = mkN "matvaruaffдr" "matvaruaffдrer" ; - matvaruhall_nn_1 = mkN "matvaruhall" ; - matvraa_nn_1 = mkN "matvrе" "matvrеn" "matvrеr" "matvrеrna" ; - matvrak_nn_1 = mkN "matvrak" neutrum ; - mauretanier_nn_1 = mkN "mauretanier" "mauretaniern" "mauretanier" "mauretanierna" ; - mauretansk_av_1 = mkA "mauretansk" ; - mauritier_nn_1 = mkN "mauritier" "mauritiern" "mauritier" "mauritierna" ; - mauritisk_av_1 = mkA "mauritisk" ; - mauser_nn_1 = mkN "mauser" "mausern" "mauser" "mauserna" ; - mausergevaer_nn_1 = mkN "mausergevдr" neutrum ; - mauserpistol_nn_1 = mkN "mauserpistol" "mauserpistoler" ; - mausoleum_nn_1 = mkN "mausoleum" "mausoleet" "mausoleer" "mausoleerna" ; - maxikjol_nn_1 = mkN "maxikjol" ; - maxill_nn_1 = mkN "maxill" "maxiller" ; - maxim_nn_1 = mkN "maxim" "maximer" ; - maximal_av_1 = mkA "maximal" ; - maximipunkt_nn_1 = mkN "maximipunkt" "maximipunkter" ; - maximitemperatur_nn_1 = mkN "maximitemperatur" "maximitemperaturer" ; - maximitermometer_nn_1 = mkN "maximitermometer" ; - maximum_nn_1 = mkN "maximum" neutrum ; - mayafolk_nn_1 = mkN "mayafolk" neutrum ; - mazarin_nn_1 = mkN "mazarin" "mazariner" ; - meander_nn_1 = mkN "meander" ; - meccano_nn_1 = mkN "meccano" "meccanot" "meccanon" "meccanona" ; - mecenat_nn_1 = mkN "mecenat" "mecenater" ; - med_ab_1 = mkAdv "med" ; - med_nn_1 = mkN "med" ; - medalj_nn_1 = mkN "medalj" "medaljer" ; - medaljoer_nn_1 = mkN "medaljцr" "medaljцrer" ; - medaljong_nn_1 = mkN "medaljong" "medaljonger" ; - medansvarig_av_1 = mkA "medansvarig" ; - medarbetare_nn_1 = mkN "medarbetare" "medarbetare" ; - medbedoemare_nn_1 = mkN "medbedцmare" "medbedцmare" ; - medbestaemmandelag_nn_1 = mkN "medbestдmmandelag" ; - medborgare_nn_1 = mkN "medborgare" "medborgare" ; - medborgargarde_nn_1 = mkN "medborgargarde" ; - medborgarhus_nn_1 = mkN "medborgarhus" neutrum ; - medborgarskap_nn_1 = mkN "medborgarskap" "medborgarskapet" "medborgarskapen" "medborgarskapena" ; - medborgarvittne_nn_1 = mkN "medborgarvittne" ; - medborgenaer_nn_1 = mkN "medborgenдr" "medborgenдrer" ; - medborgerlig_av_1 = mkA "medborgerlig" ; - medbringare_nn_1 = mkN "medbringare" "medbringare" ; - medbroder_nn_1 = mkN "medbroder" "medbrodern" "medbrцder" "medbrцderna" ; - medbrottslig_av_1 = mkA "medbrottslig" ; - medbrottsling_nn_1 = mkN "medbrottsling" ; - meddelaktig_av_1 = mkA "meddelaktig" ; - meddelande_nn_1 = mkN "meddelande" ; - meddelare_nn_1 = mkN "meddelare" "meddelare" ; - meddelelsemedel_nn_1 = mkN "meddelelsemedel" neutrum ; - meddelsam_av_1 = mkA "meddelsam" "meddelsamt" "meddelsamma" "meddelsamma" "meddelsammare" "meddelsammast" "meddelsammaste" ; - meddetsamma_ab_1 = mkAdv "meddetsamma" ; - mede_nn_1 = mkN "mede" utrum ; - medel_nn_1 = mkN "medel" neutrum ; - medelaalder_nn_1 = mkN "medelеlder" ; - medelaalders_av_1 = mkA "medelеlders" ; - medelbar_av_1 = mkA "medelbar" ; - medeldistans_nn_1 = mkN "medeldistans" "medeldistanser" ; - medeldistansraket_nn_1 = mkN "medeldistansraket" "medeldistansraketer" ; - medeldistansrobot_nn_1 = mkN "medeldistansrobot" ; - medelfel_nn_1 = mkN "medelfel" "medelfelet" "medelfel" "medelfelen" ; - medelindisk_av_1 = mkA "medelindisk" ; - medelklass_nn_1 = mkN "medelklass" "medelklasser" ; - medellaengd_nn_1 = mkN "medellдngd" "medellдngder" ; - medellivslaengd_nn_1 = mkN "medellivslдngd" "medellivslдngder" ; - medelloes_av_1 = mkA "medellцs" ; - medelmaattig_av_1 = mkA "medelmеttig" ; - medelpadare_nn_1 = mkN "medelpadare" "medelpadare" ; - medelpadsk_av_1 = mkA "medelpadsk" ; - medelproportional_nn_1 = mkN "medelproportional" "medelproportionaler" ; - medelpunkt_nn_1 = mkN "medelpunkt" "medelpunkter" ; - medelsanvisning_nn_1 = mkN "medelsanvisning" ; - medelsoltid_nn_1 = mkN "medelsoltid" "medelsoltider" ; - medelsvensson_nn_1 = mkN "medelsvensson" "medelsvenssцner" ; - medeltal_nn_1 = mkN "medeltal" "medeltalet" "medeltalen" "medeltalena" ; - medeltemperatur_nn_1 = mkN "medeltemperatur" "medeltemperaturer" ; - medeltid_nn_1 = mkN "medeltid" "medeltider" ; - medeltida_av_1 = mkA "medeltida" ; - medeltidsmaenniska_nn_1 = mkN "medeltidsmдnniska" ; - medelvaeg_nn_1 = mkN "medelvдg" ; - medelvaerde_nn_1 = mkN "medelvдrde" ; - medelvattenstaand_nn_1 = mkN "medelvattenstеnd" neutrum ; - medfaren_av_1 = mkA "medfaren" "medfaret" ; - medfoedd_av_1 = mkA "medfцdd" ; - medgaang_nn_1 = mkN "medgеng" ; - medge_vb_1 = mkV "medge" "medger" "medge" "medgav" "medgett" "medgiven" ; - medgivande_nn_1 = mkN "medgivande" ; - medgoerlig_av_1 = mkA "medgцrlig" ; - medhaars_ab_1 = mkAdv "medhеrs" ; - medhavd_av_1 = mkA "medhavd" "medhavt" ; - medhjaelpare_nn_1 = mkN "medhjдlpare" "medhjдlpare" ; - medial_av_1 = mkA "medial" ; - median_nn_1 = mkN "median" "medianer" ; - medianvaeljare_nn_1 = mkN "medianvдljare" "medianvдljare" ; - mediatek_nn_1 = mkN "mediatek" neutrum ; - medicin_nn_1 = mkN "medicin" "mediciner" ; - medicinalstyrelse_nn_1 = mkN "medicinalstyrelse" "medicinalstyrelser" ; - medicinalvaext_nn_1 = mkN "medicinalvдxt" "medicinalvдxter" ; - medicinare_nn_1 = mkN "medicinare" "medicinare" ; - medicinboll_nn_1 = mkN "medicinboll" ; - medicinglas_nn_1 = mkN "medicinglas" neutrum ; - medicinman_nn_1 = mkN "medicinman" "medicinmannen" "medicinmдn" "medicinmдnnen" ; - medicinsk_av_1 = mkA "medicinsk" ; - medieval_nn_1 = mkN "medieval" "medievaler" ; - medikament_nn_1 = mkN "medikament" neutrum ; - medikus_nn_1 = mkN "medikus" "medikus" "medici" "medicina" ; - medioker_av_1 = mkA "medioker" "mediokert" "mediokra" "mediokra" "mediokrare" "mediokrast" "mediokraste" ; - mediotek_nn_1 = mkN "mediotek" neutrum ; - medisterkorv_nn_1 = mkN "medisterkorv" ; - meditation_nn_1 = mkN "meditation" "meditationer" ; - meditativ_av_1 = mkA "meditativ" ; - mediterran_av_1 = mkA "mediterran" ; - medium_nn_1 = mkN "medium" "mediet" "medier" "medierna" ; - medium_nn_2 = mkN "medium" neutrum ; - medkaennande_av_1 = mkA "medkдnnande" ; - medlare_nn_1 = mkN "medlare" "medlare" ; - medlem_nn_1 = mkN "medlem" "medlemmen" "medlemmar" "medlemmarna" ; - medlemsantal_nn_1 = mkN "medlemsantal" "medlemsantalet" "medlemsantalen" "medlemsantalena" ; - medlemsavgift_nn_1 = mkN "medlemsavgift" "medlemsavgifter" ; - medlemskap_nn_1 = mkN "medlemskap" "medlemskapet" "medlemskapen" "medlemskapena" ; - medlemskort_nn_1 = mkN "medlemskort" neutrum ; - medlemsstat_nn_1 = mkN "medlemsstat" "medlemsstater" ; - medlidsam_av_1 = mkA "medlidsam" "medlidsamt" "medlidsamma" "medlidsamma" "medlidsammare" "medlidsammast" "medlidsammaste" ; - medling_nn_1 = mkN "medling" ; - medlingsfoerslag_nn_1 = mkN "medlingsfцrslag" neutrum ; - medlingskommission_nn_1 = mkN "medlingskommission" "medlingskommissioner" ; - medljud_nn_1 = mkN "medljud" neutrum ; - medloeftesman_nn_1 = mkN "medlцftesman" "medlцftesmannen" "medlцftesmдn" "medlцftesmдnnen" ; - medloepare_nn_1 = mkN "medlцpare" "medlцpare" ; - medlut_nn_1 = mkN "medlut" neutrum ; - medmaenniska_nn_1 = mkN "medmдnniska" ; - medmaensklig_av_1 = mkA "medmдnsklig" ; - medryckande_av_1 = mkA "medryckande" ; - medsamma_ab_1 = mkAdv "medsamma" ; - medskyldig_av_1 = mkA "medskyldig" ; - medsoekande_nn_1 = mkN "medsцkande" "medsцkanden" "medsцkande" "medsцkandena" ; - medsols_ab_1 = mkAdv "medsols" ; - medspelare_nn_1 = mkN "medspelare" "medspelare" ; - medstroem_nn_1 = mkN "medstrцm" "medstrцmmen" "medstrцmmar" "medstrцmmarna" ; - medstroems_ab_1 = mkAdv "medstrцms" ; - medta_vb_1 = mkV "medta" "medtar" "medta" "medtog" "medtagit" "medtagen" ; - medtaevlare_nn_1 = mkN "medtдvlare" "medtдvlare" ; - medtagen_av_1 = mkA "medtagen" "medtaget" ; - medurs_ab_1 = mkAdv "medurs" ; - medverkande_av_1 = mkA "medverkande" ; - medveten_av_1 = mkA "medveten" "medvetet" ; - medvetenhet_nn_1 = mkN "medvetenhet" "medvetenheter" ; - medvetsloes_av_1 = mkA "medvetslцs" ; - medvind_nn_1 = mkN "medvind" ; - medvurst_nn_1 = mkN "medvurst" ; - mefistofelisk_av_1 = mkA "mefistofelisk" ; - mefitisk_av_1 = mkA "mefitisk" ; - megabyte_nn_1 = mkN "megabyte" "megabyten" "megabyte" "megabytena" ; - megafon_nn_1 = mkN "megafon" "megafoner" ; - megajoule_nn_1 = mkN "megajoule" "megajoulen" "megajoule" "megajoulena" ; - megalit_nn_1 = mkN "megalit" "megaliter" ; - meganewton_nn_1 = mkN "meganewton" "meganewtonen" "meganewton" "meganewtonen" ; - megaton_nn_1 = mkN "megaton" "megatonnet" "megaton" "megatonnen" ; - megawatt_nn_1 = mkN "megawatt" "megawatten" "megawatt" "megawatten" ; - mejeri_nn_1 = mkN "mejeri" "mejerit" "mejerier" "mejerierna" ; - mejerifoerening_nn_1 = mkN "mejerifцrening" ; - mejerist_nn_1 = mkN "mejerist" "mejerister" ; - mejl_nn_2 = mkN "mejl" neutrum ; - mejsel_nn_1 = mkN "mejsel" ; - mekaniker_nn_1 = mkN "mekaniker" "mekanikern" "mekaniker" "mekanikerna" ; - mekanikus_nn_1 = mkN "mekanikus" "mekanikusen" "mekanici" "mekanicina" ; - mekanisering_nn_1 = mkN "mekanisering" ; - mekanisk_av_1 = mkA "mekanisk" ; - mekanism_nn_1 = mkN "mekanism" "mekanismer" ; - mekanistisk_av_1 = mkA "mekanistisk" ; - melanesier_nn_1 = mkN "melanesier" "melanesiern" "melanesier" "melanesierna" ; - melanesisk_av_1 = mkA "melanesisk" ; - melankoliker_nn_1 = mkN "melankoliker" "melankolikern" "melankoliker" "melankolikerna" ; - melankolisk_av_1 = mkA "melankolisk" ; - melioration_nn_1 = mkN "melioration" "meliorationer" ; - mellanakt_nn_1 = mkN "mellanakt" "mellanakter" ; - mellanbok_nn_1 = mkN "mellanbok" "mellanbцcker" ; - mellandaeck_nn_1 = mkN "mellandдck" neutrum ; - mellandag_nn_1 = mkN "mellandag" ; - mellanfolklig_av_1 = mkA "mellanfolklig" ; - mellanform_nn_1 = mkN "mellanform" "mellanformer" ; - mellangaerde_nn_1 = mkN "mellangдrde" ; - mellanhand_nn_1 = mkN "mellanhand" "mellanhдnder" ; - mellanhavande_nn_1 = mkN "mellanhavande" ; - mellanheat_nn_1 = mkN "mellanheat" neutrum ; - mellanhopp_nn_1 = mkN "mellanhopp" neutrum ; - mellankommande_av_1 = mkA "mellankommande" ; - mellankommunal_av_1 = mkA "mellankommunal" ; - mellankrigstid_nn_1 = mkN "mellankrigstid" "mellankrigstider" ; - mellankropp_nn_1 = mkN "mellankropp" ; - mellankultur_nn_1 = mkN "mellankultur" "mellankulturer" ; - mellanlaege_nn_1 = mkN "mellanlдge" ; - mellanlandning_nn_1 = mkN "mellanlandning" ; - mellanmaal_nn_1 = mkN "mellanmеl" neutrum ; - mellanoel_nn_1 = mkN "mellanцl" neutrum ; - mellanoera_nn_1 = mkN "mellanцra" "mellanцrat" "mellanцron" "mellanцronen" ; - mellanraett_nn_1 = mkN "mellanrдtt" "mellanrдtter" ; - mellanrev_nn_1 = mkN "mellanrev" neutrum ; - mellanriksvaeg_nn_1 = mkN "mellanriksvдg" ; - mellanrum_nn_1 = mkN "mellanrum" "mellanrummet" "mellanrum" "mellanrummen" ; - mellanskikt_nn_1 = mkN "mellanskikt" neutrum ; - mellanskillnad_nn_1 = mkN "mellanskillnad" "mellanskillnader" ; - mellanslag_nn_1 = mkN "mellanslag" neutrum ; - mellanspel_nn_1 = mkN "mellanspel" "mellanspelet" "mellanspel" "mellanspelen" ; - mellanspett_nn_1 = mkN "mellanspett" ; - mellanstadium_nn_1 = mkN "mellanstadium" "mellanstadiet" "mellanstadier" "mellanstadierna" ; - mellanstatlig_av_1 = mkA "mellanstatlig" ; - mellanstick_nn_1 = mkN "mellanstick" neutrum ; - mellansubstans_nn_1 = mkN "mellansubstans" "mellansubstanser" ; - mellansvensk_av_1 = mkA "mellansvensk" ; - mellantid_nn_1 = mkN "mellantid" "mellantider" ; - mellanting_nn_1 = mkN "mellanting" neutrum ; - mellanvaaning_nn_1 = mkN "mellanvеning" ; - mellanvaegg_nn_1 = mkN "mellanvдgg" ; - mellanvaerd_nn_1 = mkN "mellanvдrd" ; - mellanverk_nn_1 = mkN "mellanverk" neutrum ; - melodi_nn_1 = mkN "melodi" "melodier" ; - melodioes_av_1 = mkA "melodiцs" ; - melodisk_av_1 = mkA "melodisk" ; - melodistaemma_nn_1 = mkN "melodistдmma" ; - melodram_nn_1 = mkN "melodram" "melodramer" ; - melodramatisk_av_1 = mkA "melodramatisk" ; - melon_nn_1 = mkN "melon" "meloner" ; - membran_nn_1 = mkN "membran" neutrum ; - membrum_nn_1 = mkN "membrum" neutrum ; - memento_nn_1 = mkN "memento" "mementot" "mementon" "mementona" ; - memorandum_nn_1 = mkN "memorandum" "memorandum" "memoranda" "memorandana" ; - memorial_nn_1 = mkN "memorial" "memorialer" ; - memorial_nn_2 = mkN "memorial" neutrum ; - men_nn_1 = mkN "men" neutrum ; - menageri_nn_1 = mkN "menageri" "menagerit" "menagerier" "menagerierna" ; - menande_av_1 = mkA "menande" ; - mendelistisk_av_1 = mkA "mendelistisk" ; - mendelsk_av_1 = mkA "mendelsk" ; - mened_nn_1 = mkN "mened" "meneder" ; - menedare_nn_1 = mkN "menedare" "menedare" ; - menig_av_1 = mkA "menig" ; - menighet_nn_1 = mkN "menighet" "menigheter" ; - mening_nn_1 = mkN "mening" ; - meningsbrytning_nn_1 = mkN "meningsbrytning" ; - meningsbyggnad_nn_1 = mkN "meningsbyggnad" "meningsbyggnader" ; - meningsbyte_nn_1 = mkN "meningsbyte" ; - meningsfraende_nn_1 = mkN "meningsfrдnde" "meningsfrдnder" ; - meningsfull_av_1 = mkA "meningsfull" ; - meningsfylld_av_1 = mkA "meningsfylld" "meningsfyllt" ; - meningsloes_av_1 = mkA "meningslцs" ; - meningsloeshet_nn_1 = mkN "meningslцshet" "meningslцsheter" ; - meningsmotstaandare_nn_1 = mkN "meningsmotstеndare" "meningsmotstеndare" ; - meningsriktning_nn_1 = mkN "meningsriktning" ; - meningsskiljaktighet_nn_1 = mkN "meningsskiljaktighet" "meningsskiljaktigheter" ; - meningsutbyte_nn_1 = mkN "meningsutbyte" ; - meningsyttring_nn_1 = mkN "meningsyttring" ; - menisk_nn_1 = mkN "menisk" "menisker" ; - menlig_av_1 = mkA "menlig" ; - menloes_av_1 = mkA "menlцs" ; - menopaus_nn_1 = mkN "menopaus" "menopauser" ; - menstruation_nn_1 = mkN "menstruation" "menstruationer" ; - menstruationscykel_nn_1 = mkN "menstruationscykel" ; - mensur_nn_1 = mkN "mensur" "mensurer" ; - mental_av_1 = mkA "mental" ; - mentalitet_nn_1 = mkN "mentalitet" "mentaliteter" ; - mentalsjuk_av_1 = mkA "mentalsjuk" ; - mentalsjukdom_nn_1 = mkN "mentalsjukdom" ; - mentalsjukhus_nn_1 = mkN "mentalsjukhus" neutrum ; - mentalvaard_nn_1 = mkN "mentalvеrd" ; - mentometer_nn_1 = mkN "mentometer" ; - mentor_nn_1 = mkN "mentor" "mentorer" ; - menuett_nn_1 = mkN "menuett" "menuetter" ; - meny_nn_1 = mkN "meny" "menyer" ; - merbemaeld_av_1 = mkA "merbemдld" "merbemдlt" ; - merendels_ab_1 = mkAdv "merendels" ; - meridian_nn_1 = mkN "meridian" "meridianer" ; - meridiancirkel_nn_1 = mkN "meridiancirkel" ; - meridianhoejd_nn_1 = mkN "meridianhцjd" "meridianhцjder" ; - merinofaar_nn_1 = mkN "merinofеr" neutrum ; - merit_nn_1 = mkN "merit" "meriter" ; - merkantil_av_1 = mkA "merkantil" ; - merkantilist_nn_1 = mkN "merkantilist" "merkantilister" ; - merkantilsystem_nn_1 = mkN "merkantilsystem" neutrum ; - merkaptan_nn_1 = mkN "merkaptan" "merkaptaner" ; - merkostnad_nn_1 = mkN "merkostnad" "merkostnader" ; - mervaerde_nn_1 = mkN "mervдrde" ; - mervaerdesskatt_nn_1 = mkN "mervдrdesskatt" "mervдrdesskatter" ; - mes_nn_1 = mkN "mes" ; - mesaktig_av_1 = mkA "mesaktig" ; - mesallians_nn_1 = mkN "mesallians" "mesallianser" ; - mesan_nn_1 = mkN "mesan" "mesaner" ; - mesanmast_nn_1 = mkN "mesanmast" "mesanmaster" ; - mesfaagel_nn_1 = mkN "mesfеgel" ; - mesig_av_1 = mkA "mesig" ; - meskalin_nn_1 = mkN "meskalin" "meskaliner" ; - meson_nn_1 = mkN "meson" "mesoner" ; - mesopotam_nn_1 = mkN "mesopotam" "mesopotamer" ; - mesopotamisk_av_1 = mkA "mesopotamisk" ; - mesost_nn_1 = mkN "mesost" ; - mesozoisk_av_1 = mkA "mesozoisk" ; - messiansk_av_1 = mkA "messiansk" ; - messiasrike_nn_1 = mkN "messiasrike" ; - mestadels_ab_1 = mkAdv "mestadels" ; - mestgynnadnation_nn_1 = mkN "mestgynnadnation" "mestgynnadnationer" ; - mestis_nn_1 = mkN "mestis" "mestiser" ; - metacenterhoejd_nn_1 = mkN "metacenterhцjd" "metacenterhцjder" ; - metacentrum_nn_1 = mkN "metacentrum" neutrum ; - metafor_nn_1 = mkN "metafor" "metaforen" "metaforer" "metaforerna" ; - metaforisk_av_1 = mkA "metaforisk" ; - metafysiker_nn_1 = mkN "metafysiker" "metafysikern" "metafysiker" "metafysikerna" ; - metafysisk_av_1 = mkA "metafysisk" ; - metakoek_nn_1 = mkN "metakцk" neutrum ; - metall_nn_1 = mkN "metall" "metaller" ; - metallarbetare_nn_1 = mkN "metallarbetare" "metallarbetare" ; - metallatom_nn_1 = mkN "metallatom" "metallatomer" ; - metallbad_nn_1 = mkN "metallbad" neutrum ; - metallfoeremaal_nn_1 = mkN "metallfцremеl" neutrum ; - metallfoergiftning_nn_1 = mkN "metallfцrgiftning" ; - metallgjutning_nn_1 = mkN "metallgjutning" ; - metallindustri_nn_1 = mkN "metallindustri" "metallindustrier" ; - metallisk_av_1 = mkA "metallisk" ; - metallografisk_av_1 = mkA "metallografisk" ; - metalloid_nn_1 = mkN "metalloid" "metalloider" ; - metalloxid_nn_1 = mkN "metalloxid" "metalloxider" ; - metallpulver_nn_1 = mkN "metallpulver" neutrum ; - metallring_nn_1 = mkN "metallring" ; - metallsaag_nn_1 = mkN "metallsеg" ; - metallspaan_nn_1 = mkN "metallspеn" neutrum ; - metallspiral_nn_1 = mkN "metallspiral" "metallspiraler" ; - metallsvarv_nn_1 = mkN "metallsvarv" ; - metalltraad_nn_1 = mkN "metalltrеd" ; - metallurg_nn_1 = mkN "metallurg" "metallurger" ; - metallurgisk_av_1 = mkA "metallurgisk" ; - metallvaerde_nn_1 = mkN "metallvдrde" ; - metamorf_av_1 = mkA "metamorf" ; - metamorfos_nn_1 = mkN "metamorfos" "metamorfoser" ; - metan_nn_1 = mkN "metan" "metaner" ; - metare_nn_1 = mkN "metare" "metare" ; - metaspraak_nn_1 = mkN "metasprеk" neutrum ; - metastas_nn_1 = mkN "metastas" "metastaser" ; - metastatisk_av_1 = mkA "metastatisk" ; - metatablett_nn_1 = mkN "metatablett" "metatabletter" ; - metates_nn_1 = mkN "metates" "metateser" ; - metazo_nn_1 = mkN "metazo" "metazon" "metazoer" "metazoerna" ; - mete_nn_1 = mkN "mete" ; - meteor_nn_1 = mkN "meteor" "meteoren" "meteorer" "meteorerna" ; - meteorit_nn_1 = mkN "meteorit" "meteoriter" ; - meteorjaern_nn_1 = mkN "meteorjдrn" neutrum ; - meteorkrater_nn_1 = mkN "meteorkrater" ; - meteorolog_nn_1 = mkN "meteorolog" "meteorologer" ; - meteorologisk_av_1 = mkA "meteorologisk" ; - meteorsten_nn_1 = mkN "meteorsten" "meteorstenen" "meteorstenar" "meteorstenarna" ; - meter_nn_1 = mkN "meter" ; - meter_nn_2 = mkN "meter" ; - meterlikare_nn_1 = mkN "meterlikare" "meterlikare" ; - metermaatt_nn_1 = mkN "metermеtt" neutrum ; - meterprototyp_nn_1 = mkN "meterprototyp" "meterprototyper" ; - meterstav_nn_1 = mkN "meterstav" ; - metersystem_nn_1 = mkN "metersystem" neutrum ; - metervis_ab_1 = mkAdv "metervis" ; - metkrok_nn_1 = mkN "metkrok" ; - metod_nn_1 = mkN "metod" "metoder" ; - metodiker_nn_1 = mkN "metodiker" "metodikern" "metodiker" "metodikerna" ; - metodiklektor_nn_1 = mkN "metodiklektor" "metodiklektorer" ; - metodisk_av_1 = mkA "metodisk" ; - metodist_nn_1 = mkN "metodist" "metodister" ; - metodlaera_nn_1 = mkN "metodlдra" ; - metodologi_nn_1 = mkN "metodologi" "metodologier" ; - metodologisk_av_1 = mkA "metodologisk" ; - metodsynpunkt_nn_1 = mkN "metodsynpunkt" "metodsynpunkter" ; - metodvetenskap_nn_1 = mkN "metodvetenskap" "metodvetenskaper" ; - metonymi_nn_1 = mkN "metonymi" "metonymier" ; - metrev_nn_1 = mkN "metrev" ; - metrisk_av_1 = mkA "metrisk" ; - metrologisk_av_1 = mkA "metrologisk" ; - metronom_nn_1 = mkN "metronom" "metronomer" ; - metropol_nn_1 = mkN "metropol" "metropoler" ; - metropolit_nn_1 = mkN "metropolit" "metropoliter" ; - metspoe_nn_1 = mkN "metspц" "metspцet" "metspцn" "metspцna" ; - metvurst_nn_1 = mkN "metvurst" ; - mexikan_nn_1 = mkN "mexikan" "mexikaner" ; - mexikansk_av_1 = mkA "mexikansk" ; - mexikanska_nn_1 = mkN "mexikanska" ; - mezzanin_nn_1 = mkN "mezzanin" "mezzaniner" ; - mezzoforte_ab_1 = mkAdv "mezzoforte" ; - mezzoforte_nn_1 = mkN "mezzoforte" ; - mezzosopran_nn_1 = mkN "mezzosopran" "mezzosopraner" ; - mick_nn_1 = mkN "mick" ; - mickel_nn_1 = mkN "mickel" ; - micro_nn_1 = mkN "micro" "micror" ; - microvaagsugn_nn_1 = mkN "microvеgsugn" ; - middag_nn_1 = mkN "middag" ; - middagsaetare_nn_1 = mkN "middagsдtare" "middagsдtare" ; - middagsgaest_nn_1 = mkN "middagsgдst" "middagsgдster" ; - middagshoejd_nn_1 = mkN "middagshцjd" "middagshцjder" ; - middagsklaenning_nn_1 = mkN "middagsklдnning" ; - middagslur_nn_1 = mkN "middagslur" ; - middagsrast_nn_1 = mkN "middagsrast" "middagsraster" ; - middagssaellskap_nn_1 = mkN "middagssдllskap" "middagssдllskapet" "middagssдllskapen" "middagssдllskapena" ; - middagstid_nn_1 = mkN "middagstid" "middagstider" ; - middagstimma_nn_1 = mkN "middagstimma" "middagstimman" "middagstimmar" "middagstimmarna" ; - midfastosoendag_nn_1 = mkN "midfastosцndag" ; - midgetbil_nn_1 = mkN "midgetbil" ; - midja_nn_1 = mkN "midja" ; - midjeband_nn_1 = mkN "midjeband" neutrum ; - midjemaatt_nn_1 = mkN "midjemеtt" neutrum ; - midnattsblaa_av_1 = mkA "midnattsblе" "midnattsblеtt" ; - midnattssol_nn_1 = mkN "midnattssol" ; - midskepps_ab_1 = mkAdv "midskepps" ; - midskeppssektion_nn_1 = mkN "midskeppssektion" "midskeppssektioner" ; - midsommar_nn_1 = mkN "midsommar" ; - midsommarafton_nn_1 = mkN "midsommarafton" "midsommaraftonen" "midsommaraftnar" "midsommaraftnarna" ; - midsommarblomster_nn_1 = mkN "midsommarblomster" neutrum ; - midsommardag_nn_1 = mkN "midsommardag" ; - midsommarnatt_nn_1 = mkN "midsommarnatt" "midsommarnдtter" ; - midsommarstaang_nn_1 = mkN "midsommarstеng" "midsommarstдnger" ; - midsommartid_nn_1 = mkN "midsommartid" "midsommartider" ; - midvattens_ab_1 = mkAdv "midvattens" ; - midvinter_nn_1 = mkN "midvinter" ; - midvinterblot_nn_1 = mkN "midvinterblot" neutrum ; - migration_nn_1 = mkN "migration" "migrationer" ; - miko_nn_1 = mkN "miko" "mikot" "mikon" "mikona" ; - mikro_nn_1 = mkN "mikro" "mikror" ; - mikrob_nn_1 = mkN "mikrob" "mikrober" ; - mikrobiologisk_av_1 = mkA "mikrobiologisk" ; - mikrodator_nn_1 = mkN "mikrodator" "mikrodatorer" ; - mikrofiche_nn_1 = mkN "mikrofiche" "mikroficher" ; - mikrofilm_nn_1 = mkN "mikrofilm" "mikrofilmer" ; - mikrofon_nn_1 = mkN "mikrofon" "mikrofoner" ; - mikrofonteknik_nn_1 = mkN "mikrofonteknik" "mikrofontekniker" ; - mikrofoto_nn_1 = mkN "mikrofoto" "mikrofotot" "mikrofoton" "mikrofotona" ; - mikrogram_nn_1 = mkN "mikrogram" "mikrogrammet" "mikrogram" "mikrogrammen" ; - mikrokort_nn_1 = mkN "mikrokort" neutrum ; - mikrokosmos_nn_1 = mkN "mikrokosmos" neutrum ; - mikrometer_nn_1 = mkN "mikrometer" ; - mikrometer_nn_2 = mkN "mikrometer" ; - mikron_nn_1 = mkN "mikron" "mikroner" ; - mikroorganism_nn_1 = mkN "mikroorganism" "mikroorganismer" ; - mikrosekund_nn_1 = mkN "mikrosekund" "mikrosekunder" ; - mikroskop_nn_1 = mkN "mikroskop" neutrum ; - mikroskopisk_av_1 = mkA "mikroskopisk" ; - mikrotelefon_nn_1 = mkN "mikrotelefon" "mikrotelefoner" ; - mikrotom_nn_1 = mkN "mikrotom" "mikrotomer" ; - mikrovaagsugn_nn_1 = mkN "mikrovеgsugn" ; - mil_nn_1 = mkN "mil" "milen" "mil" "milen" ; - mild_av_1 = mkA "mild" "milt" ; - mildoegd_av_1 = mkA "mildцgd" "mildцgt" ; - mildsint_av_1 = mkA "mildsint" "mildsint" ; - milis_nn_1 = mkN "milis" "miliser" ; - militaer_av_1 = mkA "militдr" ; - militaer_nn_1 = mkN "militдr" "militдrer" ; - militaerattache_nn_1 = mkN "militдrattachй" "militдrattachйer" ; - militaerbas_nn_1 = mkN "militдrbas" "militдrbaser" ; - militaerbefaelhavare_nn_1 = mkN "militдrbefдlhavare" "militдrbefдlhavare" ; - militaerbudget_nn_1 = mkN "militдrbudget" ; - militaerdiktatur_nn_1 = mkN "militдrdiktatur" "militдrdiktaturer" ; - militaerfoervaltning_nn_1 = mkN "militдrfцrvaltning" ; - militaerfordon_nn_1 = mkN "militдrfordon" neutrum ; - militaerisk_av_1 = mkA "militдrisk" ; - militaerlaekare_nn_1 = mkN "militдrlдkare" "militдrlдkare" ; - militaermakt_nn_1 = mkN "militдrmakt" "militдrmakter" ; - militaermanoever_nn_1 = mkN "militдrmanцver" ; - militaermarsch_nn_1 = mkN "militдrmarsch" "militдrmarscher" ; - militaeroevning_nn_1 = mkN "militдrцvning" ; - militaeromraade_nn_1 = mkN "militдromrеde" ; - militaerpolis_nn_1 = mkN "militдrpolis" "militдrpoliser" ; - militaerpromenad_nn_1 = mkN "militдrpromenad" "militдrpromenader" ; - militaertjaenstgoering_nn_1 = mkN "militдrtjдnstgцring" ; - militant_av_1 = mkA "militant" "militant" ; - militarist_nn_1 = mkN "militarist" "militarister" ; - militaristisk_av_1 = mkA "militaristisk" ; - militieombudsman_nn_1 = mkN "militieombudsman" "militieombudsmannen" "militieombudsmдn" "militieombudsmдnnen" ; - miljard_nn_1 = mkN "miljard" "miljarder" ; - miljardaer_nn_1 = mkN "miljardдr" "miljardдrer" ; - miljarddel_nn_1 = mkN "miljarddel" "miljarddelen" "miljarddelar" "miljarddelarna" ; - miljoe_nn_1 = mkN "miljц" "miljцn" "miljцer" "miljцerna" ; - miljoefarlig_av_1 = mkA "miljцfarlig" ; - miljoefoerorening_nn_1 = mkN "miljцfцrorening" ; - miljoefoersaemring_nn_1 = mkN "miljцfцrsдmring" ; - miljoefoerstoering_nn_1 = mkN "miljцfцrstцring" ; - miljoefraaga_nn_1 = mkN "miljцfrеga" ; - miljoegift_nn_1 = mkN "miljцgift" "miljцgiftet" "miljцgifter" "miljцgifterna" ; - miljoegiftshalt_nn_1 = mkN "miljцgiftshalt" "miljцgiftshalter" ; - miljoeproblem_nn_1 = mkN "miljцproblem" neutrum ; - miljoeskildring_nn_1 = mkN "miljцskildring" ; - miljoetidskrift_nn_1 = mkN "miljцtidskrift" "miljцtidskrifter" ; - miljoevaenlig_av_1 = mkA "miljцvдnlig" ; - miljon_nn_1 = mkN "miljon" "miljoner" ; - miljonaer_nn_1 = mkN "miljonдr" "miljonдrer" ; - miljondel_nn_1 = mkN "miljondel" "miljondelen" "miljondelar" "miljondelarna" ; - miljonklass_nn_1 = mkN "miljonklass" "miljonklasser" ; - miljonstad_nn_1 = mkN "miljonstad" "miljonstдder" ; - miljontals_ab_1 = mkAdv "miljontals" ; - milliard_nn_1 = mkN "milliard" "milliarder" ; - millibar_nn_1 = mkN "millibar" "millibaren" "millibar" "millibaren" ; - milligram_nn_1 = mkN "milligram" "milligrammet" "milligram" "milligrammen" ; - milliliter_nn_1 = mkN "milliliter" "millilitern" "milliliter" "milliliterna" ; - millimeter_nn_1 = mkN "millimeter" ; - millimeterpapper_nn_1 = mkN "millimeterpapper" neutrum ; - million_nn_1 = mkN "million" "millioner" ; - millisievert_nn_1 = mkN "millisievert" "millisieverten" "millisievert" "millisieverten" ; - milo_nn_1 = mkN "milo" "milot" "milon" "milona" ; - milsten_nn_1 = mkN "milsten" "milstenen" "milstenar" "milstenarna" ; - milstolpe_nn_1 = mkN "milstolpe" utrum ; - milsvid_av_1 = mkA "milsvid" ; - miltals_ab_1 = mkAdv "miltals" ; - mim_nn_1 = mkN "mim" "mimer" ; - mimiker_nn_1 = mkN "mimiker" "mimikern" "mimiker" "mimikerna" ; - mimisk_av_1 = mkA "mimisk" ; - mimosasallad_nn_1 = mkN "mimosasallad" "mimosasallader" ; - min_nn_1 = mkN "min" "miner" ; - minaret_nn_1 = mkN "minaret" "minareter" ; - minbomb_nn_1 = mkN "minbomb" "minbomber" ; - minderaarig_av_1 = mkA "minderеrig" ; - mindervaerdeskaensla_nn_1 = mkN "mindervдrdeskдnsla" ; - mindervaerdeskomplex_nn_1 = mkN "mindervдrdeskomplex" neutrum ; - mindervaerdig_av_1 = mkA "mindervдrdig" ; - mindretal_nn_1 = mkN "mindretal" "mindretalet" "mindretalen" "mindretalena" ; - mineral_nn_1 = mkN "mineral" "mineralet" "mineraler" "mineralerna" ; - mineralaemne_nn_1 = mkN "mineralдmne" ; - mineralfaerg_nn_1 = mkN "mineralfдrg" "mineralfдrger" ; - mineralgaang_nn_1 = mkN "mineralgеng" ; - mineralhalt_nn_1 = mkN "mineralhalt" "mineralhalter" ; - mineralhaltig_av_1 = mkA "mineralhaltig" ; - mineraloeverdrag_nn_1 = mkN "mineralцverdrag" neutrum ; - mineralog_nn_1 = mkN "mineralog" "mineraloger" ; - mineralogisk_av_1 = mkA "mineralogisk" ; - mineralolja_nn_1 = mkN "mineralolja" ; - mineralprov_nn_1 = mkN "mineralprov" neutrum ; - mineralsalt_nn_1 = mkN "mineralsalt" "mineralsaltet" "mineralsalter" "mineralsalterna" ; - mineraltillsats_nn_1 = mkN "mineraltillsats" "mineraltillsatser" ; - mineralutvinning_nn_1 = mkN "mineralutvinning" ; - mineralvatten_nn_1 = mkN "mineralvatten" "mineralvattnet" "mineralvatten" "mineralvattnen" ; - minering_nn_1 = mkN "minering" ; - minfaelt_nn_1 = mkN "minfдlt" neutrum ; - miniatyr_nn_1 = mkN "miniatyr" "miniatyrer" ; - minidator_nn_1 = mkN "minidator" "minidatorer" ; - minimal_av_1 = mkA "minimal" ; - minimikapital_nn_1 = mkN "minimikapital" neutrum ; - minimiloen_nn_1 = mkN "minimilцn" "minimilцner" ; - minimipunkt_nn_1 = mkN "minimipunkt" "minimipunkter" ; - minimisiffra_nn_1 = mkN "minimisiffra" ; - minimitemperatur_nn_1 = mkN "minimitemperatur" "minimitemperaturer" ; - minimitermometer_nn_1 = mkN "minimitermometer" ; - minimum_nn_1 = mkN "minimum" neutrum ; - minior_nn_1 = mkN "minior" "minioren" "miniorer" "miniorerna" ; - miniraeknare_nn_1 = mkN "minirдknare" "minirдknare" ; - ministaer_nn_1 = mkN "ministдr" "ministдrer" ; - minister_nn_1 = mkN "minister" ; - ministeraembete_nn_1 = mkN "ministerдmbete" ; - ministeransvarighet_nn_1 = mkN "ministeransvarighet" "ministeransvarigheter" ; - ministerbaenk_nn_1 = mkN "ministerbдnk" ; - ministerialbok_nn_1 = mkN "ministerialbok" "ministerialbцcker" ; - ministeriell_av_1 = mkA "ministeriell" ; - ministerium_nn_1 = mkN "ministerium" "ministeriet" "ministerier" "ministerierna" ; - ministerportfoelj_nn_1 = mkN "ministerportfцlj" "ministerportfцljer" ; - ministerpresident_nn_1 = mkN "ministerpresident" "ministerpresidenter" ; - ministerraad_nn_1 = mkN "ministerrеd" neutrum ; - ministerstyrelse_nn_1 = mkN "ministerstyrelse" "ministerstyrelser" ; - ministertaburett_nn_1 = mkN "ministertaburett" "ministertaburetter" ; - mink_nn_1 = mkN "mink" ; - minne_nn_1 = mkN "minne" ; - minnesaang_nn_1 = mkN "minnesеng" "minnesеnger" ; - minnesbild_nn_1 = mkN "minnesbild" "minnesbilder" ; - minnesfoerlust_nn_1 = mkN "minnesfцrlust" "minnesfцrluster" ; - minnesfond_nn_1 = mkN "minnesfond" "minnesfonder" ; - minnesgaerd_nn_1 = mkN "minnesgдrd" "minnesgдrder" ; - minnesgod_av_1 = mkA "minnesgod" ; - minneskonstnaer_nn_1 = mkN "minneskonstnдr" "minneskonstnдrer" ; - minneskunskap_nn_1 = mkN "minneskunskap" "minneskunskaper" ; - minneslund_nn_1 = mkN "minneslund" ; - minnesmaerke_nn_1 = mkN "minnesmдrke" ; - minnesregel_nn_1 = mkN "minnesregel" "minnesregeln" "minnesregler" "minnesreglerna" ; - minnesrik_av_1 = mkA "minnesrik" ; - minnesskrift_nn_1 = mkN "minnesskrift" "minnesskrifter" ; - minnesspaar_nn_1 = mkN "minnesspеr" neutrum ; - minnessten_nn_1 = mkN "minnessten" "minnesstenen" "minnesstenar" "minnesstenarna" ; - minnestal_nn_1 = mkN "minnestal" "minnestalet" "minnestalen" "minnestalena" ; - minnesteckning_nn_1 = mkN "minnesteckning" ; - minnesvaard_nn_1 = mkN "minnesvеrd" ; - minnesvaerd_av_1 = mkA "minnesvдrd" "minnesvдrt" ; - minoer_nn_1 = mkN "minцr" "minцrer" ; - minoisk_av_1 = mkA "minoisk" ; - minoritet_nn_1 = mkN "minoritet" "minoriteter" ; - minoritetsregering_nn_1 = mkN "minoritetsregering" ; - minoritetsskydd_nn_1 = mkN "minoritetsskydd" neutrum ; - minoritetsstaellning_nn_1 = mkN "minoritetsstдllning" ; - minoritetsvaelde_nn_1 = mkN "minoritetsvдlde" ; - minroejning_nn_1 = mkN "minrцjning" ; - minsann_ab_1 = mkAdv "minsann" ; - minskning_nn_1 = mkN "minskning" ; - minsoekare_nn_1 = mkN "minsцkare" "minsцkare" ; - minspaerr_nn_1 = mkN "minspдrr" ; - minsting_nn_1 = mkN "minsting" ; - minsvep_nn_1 = mkN "minsvep" neutrum ; - minsvepare_nn_1 = mkN "minsvepare" "minsvepare" ; - minsvepning_nn_1 = mkN "minsvepning" ; - minuend_nn_1 = mkN "minuend" "minuender" ; - minusgrad_nn_1 = mkN "minusgrad" "minusgrader" ; - minuskel_nn_1 = mkN "minuskel" "minuskeln" "minuskler" "minusklerna" ; - minuspol_nn_1 = mkN "minuspol" "minuspoler" ; - minussida_nn_1 = mkN "minussida" ; - minustecken_nn_1 = mkN "minustecken" "minustecknet" "minustecken" "minustecknen" ; - minut_nn_1 = mkN "minut" "minuter" ; - minut_nn_2 = mkN "minut" "minuter" ; - minutioes_av_1 = mkA "minutiцs" ; - minutvisare_nn_1 = mkN "minutvisare" "minutvisare" ; - mirabell_nn_1 = mkN "mirabell" "mirabeller" ; - mirakel_nn_1 = mkN "mirakel" neutrum ; - mirakelspel_nn_1 = mkN "mirakelspel" "mirakelspelet" "mirakelspel" "mirakelspelen" ; - mirakuloes_av_1 = mkA "mirakulцs" ; - misaer_nn_1 = mkN "misдr" "misдrer" ; - misantrop_nn_1 = mkN "misantrop" "misantroper" ; - misantropisk_av_1 = mkA "misantropisk" ; - miserabel_av_1 = mkA "miserabel" "miserabelt" "miserabla" "miserabla" "miserablare" "miserablast" "miserablaste" ; - mispel_nn_1 = mkN "mispel" ; - miss_nn_1 = mkN "miss" ; - miss_nn_2 = mkN "miss" "misser" ; - missanpassning_nn_1 = mkN "missanpassning" ; - missbelaaten_av_1 = mkA "missbelеten" "missbelеtet" ; - missbildning_nn_1 = mkN "missbildning" ; - missbruk_nn_1 = mkN "missbruk" neutrum ; - missbrukare_nn_1 = mkN "missbrukare" "missbrukare" ; - missbruksfraaga_nn_1 = mkN "missbruksfrеga" ; - missdaad_nn_1 = mkN "missdеd" neutrum ; - missdaadare_nn_1 = mkN "missdеdare" "missdеdare" ; - misse_nn_1 = mkN "misse" utrum ; - missfaergning_nn_1 = mkN "missfдrgning" ; - missfall_nn_1 = mkN "missfall" neutrum ; - missfirmelse_nn_1 = mkN "missfirmelse" "missfirmelser" ; - missfoerhaallande_nn_1 = mkN "missfцrhеllande" ; - missfoerstaand_nn_1 = mkN "missfцrstеnd" neutrum ; - missfoster_nn_1 = mkN "missfoster" neutrum ; - missgaerning_nn_1 = mkN "missgдrning" ; - missgaerningsbalk_nn_1 = mkN "missgдrningsbalk" ; - missgaerningsman_nn_1 = mkN "missgдrningsman" "missgдrningsmannen" "missgдrningsmдn" "missgдrningsmдnnen" ; - missgrepp_nn_1 = mkN "missgrepp" neutrum ; - misshaellighet_nn_1 = mkN "misshдllighet" "misshдlligheter" ; - misshaglig_av_1 = mkA "misshaglig" ; - missil_nn_1 = mkN "missil" "missiler" ; - mission_nn_1 = mkN "mission" "missioner" ; - missionaer_nn_1 = mkN "missionдr" "missionдrer" ; - missionsbokhandel_nn_1 = mkN "missionsbokhandel" ; - missionsfaelt_nn_1 = mkN "missionsfдlt" neutrum ; - missionsfoerbund_nn_1 = mkN "missionsfцrbund" neutrum ; - missionshotell_nn_1 = mkN "missionshotell" neutrum ; - missionshus_nn_1 = mkN "missionshus" neutrum ; - missionskyrka_nn_1 = mkN "missionskyrka" ; - missionsstation_nn_1 = mkN "missionsstation" "missionsstationer" ; - missiv_nn_1 = mkN "missiv" neutrum ; - misskaend_av_1 = mkA "misskдnd" ; - missklaedsam_av_1 = mkA "missklдdsam" "missklдdsamt" "missklдdsamma" "missklдdsamma" "missklдdsammare" "missklдdsammast" "missklдdsammaste" ; - misskoetsam_av_1 = mkA "misskцtsam" "misskцtsamt" "misskцtsamma" "misskцtsamma" "misskцtsammare" "misskцtsammast" "misskцtsammaste" ; - misskundsam_av_1 = mkA "misskundsam" "misskundsamt" "misskundsamma" "misskundsamma" "misskundsammare" "misskundsammast" "misskundsammaste" ; - missledande_av_1 = mkA "missledande" ; - missljud_nn_1 = mkN "missljud" neutrum ; - misslyckande_nn_1 = mkN "misslyckande" ; - misslynt_av_1 = mkA "misslynt" "misslynt" ; - missmodig_av_1 = mkA "missmodig" ; - missnoejd_av_1 = mkA "missnцjd" "missnцjt" ; - missnoejesanmaelan_nn_1 = mkN "missnцjesanmдlan" "missnцjesanmдlan" "missnцjesanmдlningar" "missnцjesanmдlningarna" ; - missnoejesparti_nn_1 = mkN "missnцjesparti" "missnцjespartit" "missnцjespartier" "missnцjespartierna" ; - missoede_nn_1 = mkN "missцde" ; - missraekning_nn_1 = mkN "missrдkning" ; - missroman_nn_1 = mkN "missroman" "missromaner" ; - missta_vb_1 = mkV "missta" "misstar" "missta" "misstog" "misstagit" "misstagen" ; - misstaemning_nn_1 = mkN "misstдmning" ; - misstaenksam_av_1 = mkA "misstдnksam" "misstдnksamt" "misstдnksamma" "misstдnksamma" "misstдnksammare" "misstдnksammast" "misstдnksammaste" ; - misstaenksamhet_nn_1 = mkN "misstдnksamhet" "misstдnksamheter" ; - misstaenkt_av_1 = mkA "misstдnkt" "misstдnkt" ; - misstag_nn_1 = mkN "misstag" neutrum ; - misstanke_nn_1 = mkN "misstanke" utrum ; - misstroendevotum_nn_1 = mkN "misstroendevotum" neutrum ; - misstrogen_av_1 = mkA "misstrogen" "misstroget" ; - missunnsam_av_1 = mkA "missunnsam" "missunnsamt" "missunnsamma" "missunnsamma" "missunnsammare" "missunnsammast" "missunnsammaste" ; - missuppfattning_nn_1 = mkN "missuppfattning" ; - missvisande_av_1 = mkA "missvisande" ; - missvisning_nn_1 = mkN "missvisning" ; - miste_ab_1 = mkAdv "miste" ; - mistel_nn_1 = mkN "mistel" ; - mistig_av_1 = mkA "mistig" ; - mistlur_nn_1 = mkN "mistlur" ; - mitokondrie_nn_1 = mkN "mitokondrie" "mitokondrier" ; - mitt_ab_1 = mkAdv "mitt" ; - mittelgaang_nn_1 = mkN "mittelgеng" ; - mittemellan_ab_1 = mkAdv "mittemellan" ; - mittemot_ab_1 = mkAdv "mittemot" ; - mittenlager_nn_1 = mkN "mittenlager" neutrum ; - mittenparti_nn_1 = mkN "mittenparti" "mittenpartit" "mittenpartier" "mittenpartierna" ; - mittfaelt_nn_1 = mkN "mittfдlt" neutrum ; - mittlinje_nn_1 = mkN "mittlinje" "mittlinjer" ; - mittparti_nn_1 = mkN "mittparti" "mittpartit" "mittpartier" "mittpartierna" ; - mittpunkt_nn_1 = mkN "mittpunkt" "mittpunkter" ; - mittpunktsnormal_nn_1 = mkN "mittpunktsnormal" "mittpunktsnormaler" ; - mittskepp_nn_1 = mkN "mittskepp" neutrum ; - mittsunds_ab_1 = mkAdv "mittsunds" ; - mix_nn_1 = mkN "mix" ; - mixer_nn_1 = mkN "mixer" ; - mixtur_nn_1 = mkN "mixtur" "mixturer" ; - mjaekig_av_1 = mkA "mjдkig" ; - mjaell_av_1 = mkA "mjдll" ; - mjaellig_av_1 = mkA "mjдllig" ; - mjaellschampo_nn_1 = mkN "mjдllschampo" "mjдllschampot" "mjдllschampon" "mjдllschampona" ; - mjaelte_nn_1 = mkN "mjдlte" utrum ; - mjaelthugg_nn_1 = mkN "mjдlthugg" neutrum ; - mjaeltsjuk_av_1 = mkA "mjдltsjuk" ; - mjaerde_nn_1 = mkN "mjдrde" utrum ; - mjoel_nn_1 = mkN "mjцl" "mjцlet" "mjцler" "mjцlerna" ; - mjoelbagge_nn_1 = mkN "mjцlbagge" utrum ; - mjoelig_av_1 = mkA "mjцlig" ; - mjoelkaader_nn_1 = mkN "mjцlkеder" "mjцlkеdern" "mjцlkеdror" "mjцlkеdrorna" ; - mjoelkbar_nn_1 = mkN "mjцlkbar" "mjцlkbarer" ; - mjoelkbildande_av_1 = mkA "mjцlkbildande" ; - mjoelkbonde_nn_1 = mkN "mjцlkbonde" "mjцlkbцnder" ; - mjoelkcell_nn_1 = mkN "mjцlkcell" "mjцlkceller" ; - mjoelkcentral_nn_1 = mkN "mjцlkcentral" "mjцlkcentraler" ; - mjoelke_nn_1 = mkN "mjцlke" utrum ; - mjoelkfloede_nn_1 = mkN "mjцlkflцde" ; - mjoelkflytning_nn_1 = mkN "mjцlkflytning" ; - mjoelkfoerpackning_nn_1 = mkN "mjцlkfцrpackning" ; - mjoelkgaang_nn_1 = mkN "mjцlkgеng" ; - mjoelkgrymt_nn_1 = mkN "mjцlkgrymt" neutrum ; - mjoelkgrymtning_nn_1 = mkN "mjцlkgrymtning" ; - mjoelkig_av_1 = mkA "mjцlkig" ; - mjoelkkaerl_nn_1 = mkN "mjцlkkдrl" neutrum ; - mjoelkkanal_nn_1 = mkN "mjцlkkanal" "mjцlkkanaler" ; - mjoelkko_nn_1 = mkN "mjцlkko" "mjцlkkor" ; - mjoelkkoertel_nn_1 = mkN "mjцlkkцrtel" ; - mjoelkoert_nn_1 = mkN "mjцlkцrt" "mjцlkцrter" ; - mjoelkoeverskott_nn_1 = mkN "mjцlkцverskott" neutrum ; - mjoelkpaket_nn_1 = mkN "mjцlkpaket" neutrum ; - mjoelkpall_nn_1 = mkN "mjцlkpall" ; - mjoelkproducent_nn_1 = mkN "mjцlkproducent" "mjцlkproducenter" ; - mjoelkprodukt_nn_1 = mkN "mjцlkprodukt" "mjцlkprodukter" ; - mjoelkproduktion_nn_1 = mkN "mjцlkproduktion" "mjцlkproduktioner" ; - mjoelkspegel_nn_1 = mkN "mjцlkspegel" ; - mjoelkstockning_nn_1 = mkN "mjцlkstockning" ; - mjoelksyrebakterie_nn_1 = mkN "mjцlksyrebakterie" "mjцlksyrebakterier" ; - mjoelktand_nn_1 = mkN "mjцlktand" "mjцlktдnder" ; - mjoelnare_nn_1 = mkN "mjцlnare" "mjцlnare" ; - mjoelon_nn_1 = mkN "mjцlon" neutrum ; - mjoelskivling_nn_1 = mkN "mjцlskivling" ; - mjuk_av_1 = mkA "mjuk" ; - mjukbagge_nn_1 = mkN "mjukbagge" utrum ; - mjukdata_nn_1 = mkN "mjukdata" "mjukdatan" "mjukdata" "mjukdatana" ; - mjukdel_nn_1 = mkN "mjukdel" "mjukdelen" "mjukdelar" "mjukdelarna" ; - mjukdelsbehandling_nn_1 = mkN "mjukdelsbehandling" ; - mjukhet_nn_1 = mkN "mjukhet" "mjukheter" ; - mjukningsmedel_nn_1 = mkN "mjukningsmedel" neutrum ; - mjukost_nn_1 = mkN "mjukost" ; - mjukskalle_nn_1 = mkN "mjukskalle" utrum ; - mjukvaevnad_nn_1 = mkN "mjukvдvnad" "mjukvдvnader" ; - mjukvaluta_nn_1 = mkN "mjukvaluta" ; - mnemoteknisk_av_1 = mkA "mnemoteknisk" ; - mo_nn_1 = mkN "mo" ; - moare_nn_1 = mkN "moarй" "moarйer" ; - moatje_nn_1 = mkN "moatjй" "moatjйer" ; - mobil_av_1 = mkA "mobil" ; - mobil_nn_1 = mkN "mobil" "mobiler" ; - mobilisering_nn_1 = mkN "mobilisering" ; - mobilitet_nn_1 = mkN "mobilitet" "mobiliteter" ; - mobiltelefon_nn_1 = mkN "mobiltelefon" "mobiltelefoner" ; - mockakopp_nn_1 = mkN "mockakopp" ; - mockaliknande_av_1 = mkA "mockaliknande" ; - mockasin_nn_1 = mkN "mockasin" "mockasiner" ; - mockasked_nn_1 = mkN "mockasked" ; - modaern_av_1 = mkA "modдrn" ; - modal_av_1 = mkA "modal" ; - modalitet_nn_1 = mkN "modalitet" "modaliteter" ; - moddlare_nn_1 = mkN "moddlare" "moddlare" ; - modeatelje_nn_1 = mkN "modeateljй" "modeateljйer" ; - modehus_nn_1 = mkN "modehus" neutrum ; - modejournal_nn_1 = mkN "modejournal" "modejournaler" ; - modelejon_nn_1 = mkN "modelejon" neutrum ; - modell_nn_1 = mkN "modell" "modeller" ; - modellbygge_nn_1 = mkN "modellbygge" ; - modellfoersoek_nn_1 = mkN "modellfцrsцk" neutrum ; - modelljaernvaeg_nn_1 = mkN "modelljдrnvдg" ; - modellstudie_nn_1 = mkN "modellstudie" "modellstudier" ; - modem_nn_1 = mkN "modem" neutrum ; - modenyck_nn_1 = mkN "modenyck" "modenycker" ; - modeord_nn_1 = mkN "modeord" neutrum ; - moderat_av_1 = mkA "moderat" "moderat" ; - moderat_nn_1 = mkN "moderat" "moderater" ; - moderator_nn_1 = mkN "moderator" "moderatorer" ; - moderbolag_nn_1 = mkN "moderbolag" neutrum ; - modercell_nn_1 = mkN "modercell" "moderceller" ; - moderiktig_av_1 = mkA "moderiktig" ; - moderland_nn_1 = mkN "moderland" "moderlandet" "moderlдnder" "moderlдnderna" ; - moderlig_av_1 = mkA "moderlig" ; - moderliv_nn_1 = mkN "moderliv" neutrum ; - moderlut_nn_1 = mkN "moderlut" ; - modermun_nn_1 = mkN "modermun" "modermunnen" "modermunnar" "modermunnarna" ; - modern_av_1 = mkA "modern" ; - modernaering_nn_1 = mkN "modernдring" ; - modernisering_nn_1 = mkN "modernisering" ; - modernist_nn_1 = mkN "modernist" "modernister" ; - modernistisk_av_1 = mkA "modernistisk" ; - modernitet_nn_1 = mkN "modernitet" "moderniteter" ; - modersfamn_nn_1 = mkN "modersfamn" ; - modersmaal_nn_1 = mkN "modersmеl" neutrum ; - modersskoete_nn_1 = mkN "modersskцte" ; - modeskapare_nn_1 = mkN "modeskapare" "modeskapare" ; - modest_av_1 = mkA "modest" "modest" ; - modfaelld_av_1 = mkA "modfдlld" "modfдllt" ; - modifikation_nn_1 = mkN "modifikation" "modifikationer" ; - modig_av_1 = mkA "modig" ; - modist_nn_1 = mkN "modist" "modister" ; - modloes_av_1 = mkA "modlцs" ; - mods_nn_1 = mkN "mods" neutrum ; - modstulen_av_1 = mkA "modstulen" "modstulet" ; - modul_nn_1 = mkN "modul" "moduler" ; - modulation_nn_1 = mkN "modulation" "modulationer" ; - modulator_nn_1 = mkN "modulator" "modulatorer" ; - modulering_nn_1 = mkN "modulering" ; - modulsystem_nn_1 = mkN "modulsystem" neutrum ; - modus_nn_1 = mkN "modus" neutrum ; - moe_nn_1 = mkN "mц" "mцn" "mцr" "mцrna" ; - moebel_nn_1 = mkN "mцbel" "mцbeln" "mцbler" "mцblerna" ; - moebelbuss_nn_1 = mkN "mцbelbuss" ; - moebelfirma_nn_1 = mkN "mцbelfirma" ; - moebelfoeretag_nn_1 = mkN "mцbelfцretag" neutrum ; - moebelfoersaeljning_nn_1 = mkN "mцbelfцrsдljning" ; - moebelfot_nn_1 = mkN "mцbelfot" "mцbelfцtter" ; - moebelklaedsel_nn_1 = mkN "mцbelklдdsel" ; - moebeloeverdrag_nn_1 = mkN "mцbelцverdrag" neutrum ; - moebelsnickare_nn_1 = mkN "mцbelsnickare" "mцbelsnickare" ; - moebelsnickeri_nn_1 = mkN "mцbelsnickeri" "mцbelsnickerit" "mцbelsnickerier" "mцbelsnickerierna" ; - moebelspik_nn_1 = mkN "mцbelspik" ; - moebelstil_nn_1 = mkN "mцbelstil" ; - moebeltass_nn_1 = mkN "mцbeltass" ; - moebeltyg_nn_1 = mkN "mцbeltyg" neutrum ; - moeblemang_nn_1 = mkN "mцblemang" neutrum ; - moeblerbar_av_1 = mkA "mцblerbar" ; - moeblering_nn_1 = mkN "mцblering" ; - moeda_nn_1 = mkN "mцda" ; - moedofylld_av_1 = mkA "mцdofylld" "mцdofyllt" ; - moedom_nn_1 = mkN "mцdom" ; - moedomshinna_nn_1 = mkN "mцdomshinna" ; - moedosam_av_1 = mkA "mцdosam" "mцdosamt" "mцdosamma" "mцdosamma" "mцdosammare" "mцdosammast" "mцdosammaste" ; - moedravaardscentral_nn_1 = mkN "mцdravеrdscentral" "mцdravеrdscentraler" ; - moegelost_nn_1 = mkN "mцgelost" ; - moegelsvamp_nn_1 = mkN "mцgelsvamp" ; - moegeltraad_nn_1 = mkN "mцgeltrеd" ; - moeglig_av_1 = mkA "mцglig" ; - moejlig_av_1 = mkA "mцjlig" ; - moejligen_ab_1 = mkAdv "mцjligen" ; - moejlighet_nn_1 = mkN "mцjlighet" "mцjligheter" ; - moejligtvis_ab_1 = mkAdv "mцjligtvis" ; - moenjefaerg_nn_1 = mkN "mцnjefдrg" "mцnjefдrger" ; - moenster_nn_1 = mkN "mцnster" neutrum ; - moensterbok_nn_1 = mkN "mцnsterbok" "mцnsterbцcker" ; - moensterdjup_nn_1 = mkN "mцnsterdjup" neutrum ; - moenstergaard_nn_1 = mkN "mцnstergеrd" ; - moenstergarn_nn_1 = mkN "mцnstergarn" neutrum ; - moenstergill_av_1 = mkA "mцnstergill" ; - moenstergosse_nn_1 = mkN "mцnstergosse" utrum ; - moensterjordbruk_nn_1 = mkN "mцnsterjordbruk" neutrum ; - moensterskydd_nn_1 = mkN "mцnsterskydd" neutrum ; - moenstervaevd_av_1 = mkA "mцnstervдvd" "mцnstervдvt" ; - moenstring_nn_1 = mkN "mцnstring" ; - moenstringsbevis_nn_1 = mkN "mцnstringsbevis" neutrum ; - moenstringsliggare_nn_1 = mkN "mцnstringsliggare" "mцnstringsliggare" ; - moer_av_1 = mkA "mцr" ; - moerdande_av_1 = mkA "mцrdande" ; - moerdare_nn_1 = mkN "mцrdare" "mцrdare" ; - moerdeg_nn_1 = mkN "mцrdeg" ; - moerjig_av_1 = mkA "mцrjig" ; - moerk_av_1 = mkA "mцrk" ; - moerkalf_nn_1 = mkN "mцrkalf" "mцrkalfer" ; - moerkblaa_av_1 = mkA "mцrkblе" "mцrkblеtt" ; - moerkblond_av_1 = mkA "mцrkblond" ; - moerkbrun_av_1 = mkA "mцrkbrun" ; - moerker_nn_1 = mkN "mцrker" neutrum ; - moerkerkoerning_nn_1 = mkN "mцrkerkцrning" ; - moerkgroen_av_1 = mkA "mцrkgrцn" ; - moerkklaedd_av_1 = mkA "mцrkklдdd" "mцrkklдdtt" ; - moerklaeggning_nn_1 = mkN "mцrklдggning" ; - moerklagd_av_1 = mkA "mцrklagd" "mцrklagt" ; - moerkman_nn_1 = mkN "mцrkman" "mцrkmannen" "mцrkmдn" "mцrkmдnnen" ; - moerkroed_av_1 = mkA "mцrkrцd" ; - moerkrum_nn_1 = mkN "mцrkrum" "mцrkrummet" "mцrkrum" "mцrkrummen" ; - moerksens_av_1 = mkA "mцrksens" ; - moersare_nn_1 = mkN "mцrsare" "mцrsare" ; - moert_nn_1 = mkN "mцrt" ; - moesskapell_nn_1 = mkN "mцsskapell" neutrum ; - moessoera_nn_1 = mkN "mцssцra" "mцssцrat" "mцssцron" "mцssцronen" ; - moessrem_nn_1 = mkN "mцssrem" "mцssremmen" "mцssremmar" "mцssremmarna" ; - moete_nn_1 = mkN "mцte" ; - moetesfoerbud_nn_1 = mkN "mцtesfцrbud" neutrum ; - moetesfrihet_nn_1 = mkN "mцtesfrihet" "mцtesfriheter" ; - moetesordfoerande_nn_1 = mkN "mцtesordfцrande" "mцtesordfцranden" "mцtesordfцrande" "mцtesordfцrandena" ; - moetesplats_nn_1 = mkN "mцtesplats" "mцtesplatser" ; - moetespunkt_nn_1 = mkN "mцtespunkt" "mцtespunkter" ; - moetesspaar_nn_1 = mkN "mцtesspеr" neutrum ; - moetesstation_nn_1 = mkN "mцtesstation" "mцtesstationer" ; - mogen_av_1 = mkA "mogen" "moget" ; - mogenhet_nn_1 = mkN "mogenhet" "mogenheter" ; - mogenhetsexamen_nn_1 = mkN "mogenhetsexamen" "mogenhetsexamen" "mogenhetsexamina" "mogenhetsexamina" ; - mognad_nn_1 = mkN "mognad" "mognader" ; - mogul_nn_1 = mkN "mogul" "moguln" "moguler" "mogulerna" ; - mohammedan_nn_1 = mkN "mohammedan" "mohammedaner" ; - mohammedanism_nn_1 = mkN "mohammedanism" "mohammedanismer" ; - mohammedansk_av_1 = mkA "mohammedansk" ; - mohikan_nn_1 = mkN "mohikan" "mohikaner" ; - moj_av_1 = mkA "moj" ; - moj_nn_2 = mkN "moj" ; - mojaeng_nn_1 = mkN "mojдng" "mojдnger" ; - mokare_nn_1 = mkN "mokare" "mokare" ; - mol_ab_1 = mkAdv "mol" ; - molar_nn_1 = mkN "molar" "molarer" ; - molaritet_nn_1 = mkN "molaritet" "molariteter" ; - molekyl_nn_1 = mkN "molekyl" "molekyler" ; - molekylaer_av_1 = mkA "molekylдr" ; - molekylaerbiolog_nn_1 = mkN "molekylдrbiolog" "molekylдrbiologer" ; - molekylarattraktion_nn_1 = mkN "molekylarattraktion" "molekylarattraktioner" ; - molekylarkraft_nn_1 = mkN "molekylarkraft" "molekylarkrafter" ; - molekylkedja_nn_1 = mkN "molekylkedja" ; - molekylvikt_nn_1 = mkN "molekylvikt" "molekylvikter" ; - mollstaemd_av_1 = mkA "mollstдmd" "mollstдmt" ; - mollusk_nn_1 = mkN "mollusk" "mollusker" ; - moln_nn_1 = mkN "moln" neutrum ; - molnbank_nn_1 = mkN "molnbank" ; - molnbildning_nn_1 = mkN "molnbildning" ; - molnfri_av_1 = mkA "molnfri" "molnfritt" ; - molngubbe_nn_1 = mkN "molngubbe" utrum ; - molnhoejd_nn_1 = mkN "molnhцjd" "molnhцjder" ; - molnhop_nn_1 = mkN "molnhop" ; - molnig_av_1 = mkA "molnig" ; - molnighet_nn_1 = mkN "molnighet" "molnigheter" ; - molnkant_nn_1 = mkN "molnkant" "molnkanter" ; - molnstod_nn_1 = mkN "molnstod" "molnstoder" ; - molntapp_nn_1 = mkN "molntapp" ; - molo_nn_1 = mkN "molo" "molor" ; - molohamn_nn_1 = mkN "molohamn" ; - moloken_av_1 = mkA "moloken" "moloket" ; - moltyst_av_1 = mkA "moltyst" "moltyst" ; - momang_nn_1 = mkN "momang" "momanger" ; - moment_nn_1 = mkN "moment" neutrum ; - momentan_av_1 = mkA "momentan" ; - momentnyckel_nn_1 = mkN "momentnyckel" ; - monad_nn_1 = mkN "monad" "monader" ; - monark_nn_1 = mkN "monark" "monarker" ; - monarki_nn_1 = mkN "monarki" "monarkier" ; - monarkisk_av_1 = mkA "monarkisk" ; - monarkist_nn_1 = mkN "monarkist" "monarkister" ; - mondaen_av_1 = mkA "mondдn" ; - mondaenitet_nn_1 = mkN "mondдnitet" "mondдniteter" ; - mondial_av_1 = mkA "mondial" ; - monegask_nn_1 = mkN "monegask" "monegasker" ; - monetaer_av_1 = mkA "monetдr" ; - mongo_nn_1 = mkN "mongo" "mongot" "mongon" "mongona" ; - mongol_nn_1 = mkN "mongol" "mongoler" ; - mongolflaeck_nn_1 = mkN "mongolflдck" ; - mongolisk_av_1 = mkA "mongolisk" ; - mongoliska_nn_1 = mkN "mongoliska" ; - mongolrike_nn_1 = mkN "mongolrike" ; - monist_nn_1 = mkN "monist" "monister" ; - monitor_nn_1 = mkN "monitor" "monitorer" ; - monoaminoxidas_nn_1 = mkN "monoaminoxidas" "monoaminoxidaser" ; - monoftong_nn_1 = mkN "monoftong" "monoftonger" ; - monogam_av_1 = mkA "monogam" ; - monografi_nn_1 = mkN "monografi" "monografier" ; - monogram_nn_1 = mkN "monogram" "monogrammet" "monogram" "monogrammen" ; - monokel_nn_1 = mkN "monokel" ; - monoklin_av_1 = mkA "monoklin" ; - monokord_nn_1 = mkN "monokord" neutrum ; - monokotyledon_nn_1 = mkN "monokotyledon" "monokotyledoner" ; - monokrom_av_1 = mkA "monokrom" ; - monokromatisk_av_1 = mkA "monokromatisk" ; - monokultur_nn_1 = mkN "monokultur" "monokulturer" ; - monolit_nn_1 = mkN "monolit" "monoliter" ; - monolitisk_av_1 = mkA "monolitisk" ; - monolog_nn_1 = mkN "monolog" "monologer" ; - monoman_av_1 = mkA "monoman" ; - monoplan_nn_1 = mkN "monoplan" neutrum ; - monopol_nn_1 = mkN "monopol" neutrum ; - monopolist_nn_1 = mkN "monopolist" "monopolister" ; - monopolstaellning_nn_1 = mkN "monopolstдllning" ; - monosackarid_nn_1 = mkN "monosackarid" "monosackarider" ; - monosyllabisk_av_1 = mkA "monosyllabisk" ; - monoton_av_1 = mkA "monoton" ; - monotonitet_nn_1 = mkN "monotonitet" "monotoniteter" ; - monotoniundvikare_nn_1 = mkN "monotoniundvikare" "monotoniundvikare" ; - monotype_nn_1 = mkN "monotype" "monotyper" ; - monseigneur_nn_1 = mkN "monseigneur" "monseigneurer" ; - monsignore_nn_1 = mkN "monsignore" "monsignorer" ; - monster_nn_1 = mkN "monster" neutrum ; - monstrans_nn_1 = mkN "monstrans" "monstranser" ; - monstruoes_av_1 = mkA "monstruцs" ; - monstruositet_nn_1 = mkN "monstruositet" "monstruositeter" ; - monsun_nn_1 = mkN "monsun" "monsuner" ; - monsunkantring_nn_1 = mkN "monsunkantring" ; - montage_nn_1 = mkN "montage" "montaget" "montage" "montagen" ; - monter_nn_1 = mkN "monter" ; - monterbar_av_1 = mkA "monterbar" ; - montering_nn_1 = mkN "montering" ; - monteringsfaerdig_av_1 = mkA "monteringsfдrdig" ; - montoer_nn_1 = mkN "montцr" "montцrer" ; - monument_nn_1 = mkN "monument" neutrum ; - monumental_av_1 = mkA "monumental" ; - monumentalbyggnad_nn_1 = mkN "monumentalbyggnad" "monumentalbyggnader" ; - monumentalitet_nn_1 = mkN "monumentalitet" "monumentaliteter" ; - moped_nn_1 = mkN "moped" "mopeder" ; - mopedist_nn_1 = mkN "mopedist" "mopedister" ; - mopp_nn_1 = mkN "mopp" ; - moppe_nn_1 = mkN "moppe" utrum ; - mops_nn_1 = mkN "mops" ; - mopsig_av_1 = mkA "mopsig" ; - mor_nn_1 = mkN "moder" "modern" "mцdrar" "mцdrarna" ; - mor_nn_2 = mkN "mor" "moren" "morer" "morerna" ; - mor_unge_konflikt_nn_1 = mkN "mor-unge-konflikt" "mor-unge-konflikter" ; - moraen_nn_1 = mkN "morдn" "morдner" ; - moraenmark_nn_1 = mkN "morдnmark" "morдnmarker" ; - moraensluttning_nn_1 = mkN "morдnsluttning" ; - morakniv_nn_1 = mkN "morakniv" ; - moral_nn_1 = mkN "moral" "moraler" ; - moralbegrepp_nn_1 = mkN "moralbegrepp" neutrum ; - moralisk_av_1 = mkA "moralisk" ; - moralist_nn_1 = mkN "moralist" "moralister" ; - moralitet_nn_1 = mkN "moralitet" "moraliteter" ; - moralsed_nn_1 = mkN "moralsed" "moralseder" ; - moras_nn_1 = mkN "moras" neutrum ; - moratorium_nn_1 = mkN "moratorium" "moratoriet" "moratorier" "moratorierna" ; - morbiditet_nn_1 = mkN "morbiditet" "morbiditeter" ; - morbror_nn_1 = mkN "morbror" "morbrцder" ; - mord_nn_1 = mkN "mord" neutrum ; - mordaengel_nn_1 = mkN "mordдngel" ; - mordbraennare_nn_1 = mkN "mordbrдnnare" "mordbrдnnare" ; - mordbrand_nn_1 = mkN "mordbrand" "mordbrдnder" ; - mordisk_av_1 = mkA "mordisk" ; - mordkommission_nn_1 = mkN "mordkommission" "mordkommissioner" ; - mordlysten_av_1 = mkA "mordlysten" "mordlystet" ; - mordlystnad_nn_1 = mkN "mordlystnad" "mordlystnader" ; - mordmisstaenkt_av_1 = mkA "mordmisstдnkt" "mordmisstдnkt" ; - mordoffer_nn_1 = mkN "mordoffer" neutrum ; - mordvapen_nn_1 = mkN "mordvapen" "mordvapnet" "mordvapen" "mordvapnen" ; - morell_nn_1 = mkN "morell" "moreller" ; - morfem_nn_1 = mkN "morfem" neutrum ; - morfemgraens_nn_1 = mkN "morfemgrдns" "morfemgrдnser" ; - morfinist_nn_1 = mkN "morfinist" "morfinister" ; - morfoeraelder_nn_1 = mkN "morfцrдlder" ; - morfogenes_nn_1 = mkN "morfogenes" "morfogeneser" ; - morfologi_nn_1 = mkN "morfologi" "morfologier" ; - morfologisk_av_1 = mkA "morfologisk" ; - morganatisk_av_1 = mkA "morganatisk" ; - morgon_nn_1 = mkN "morgon" "morgonen" "morgnar" "morgnarna" ; - morgonandakt_nn_1 = mkN "morgonandakt" "morgonandakter" ; - morgonboen_nn_1 = mkN "morgonbцn" "morgonbцner" ; - morgondag_nn_1 = mkN "morgondag" ; - morgongudstjaenst_nn_1 = mkN "morgongudstjдnst" "morgongudstjдnster" ; - morgonluft_ab_1 = mkAdv "morgonluft" ; - morgonmaenniska_nn_1 = mkN "morgonmдnniska" ; - morgonpigg_av_1 = mkA "morgonpigg" ; - morgonrock_nn_1 = mkN "morgonrock" ; - morgonrodnad_nn_1 = mkN "morgonrodnad" "morgonrodnader" ; - morgonsaang_nn_1 = mkN "morgonsеng" "morgonsеnger" ; - morgonsamling_nn_1 = mkN "morgonsamling" ; - morgonstund_nn_1 = mkN "morgonstund" "morgonstunder" ; - morgontidning_nn_1 = mkN "morgontidning" ; - morian_nn_1 = mkN "morian" "morianer" ; - moring_nn_1 = mkN "moring" ; - moringsankare_nn_1 = mkN "moringsankare" "moringsankaret" "moringsankare" "moringsankarna" ; - moringsboj_nn_1 = mkN "moringsboj" ; - morisk_av_1 = mkA "morisk" ; - morisk_nn_1 = mkN "morisk" "morisker" ; - morkullsstraeck_nn_1 = mkN "morkullsstrдck" neutrum ; - mormon_nn_1 = mkN "mormon" "mormoner" ; - mormonsk_av_1 = mkA "mormonsk" ; - mormor_nn_1 = mkN "mormoder" "mormodern" "mormцdrar" "mormцdrarna" ; - mormorsstaang_nn_1 = mkN "mormorsstеng" "mormorsstдnger" ; - morot_nn_1 = mkN "morot" "morцtter" ; - morrhaar_nn_1 = mkN "morrhеr" neutrum ; - morsarv_nn_1 = mkN "morsarv" neutrum ; - morsefyr_nn_1 = mkN "morsefyr" ; - morsesignal_nn_1 = mkN "morsesignal" "morsesignaler" ; - morsgris_nn_1 = mkN "morsgris" ; - morsk_av_1 = mkA "morsk" ; - morslott_nn_1 = mkN "morslott" "morslotter" ; - morssida_nn_1 = mkN "morssida" ; - mortalitet_nn_1 = mkN "mortalitet" "mortaliteter" ; - mortel_nn_1 = mkN "mortel" ; - mortifikation_nn_1 = mkN "mortifikation" "mortifikationer" ; - mosaik_nn_1 = mkN "mosaik" "mosaiker" ; - mosaiklandskap_nn_1 = mkN "mosaiklandskap" "mosaiklandskapet" "mosaiklandskapen" "mosaiklandskapena" ; - mosaikmoenster_nn_1 = mkN "mosaikmцnster" neutrum ; - mosaiksoem_nn_1 = mkN "mosaiksцm" "mosaiksцmmen" "mosaiksцmmar" "mosaiksцmmarna" ; - mosaisk_av_1 = mkA "mosaisk" ; - mosambikier_nn_1 = mkN "moзambikier" "moзambikiern" "moзambikier" "moзambikierna" ; - mosambikisk_av_1 = mkA "moзambikisk" ; - moselvin_nn_1 = mkN "moselvin" "moselvinet" "moselviner" "moselvinerna" ; - mosig_av_1 = mkA "mosig" ; - moske_nn_1 = mkN "moskй" "moskйer" ; - moskit_nn_1 = mkN "moskit" "moskiter" ; - moskitnaet_nn_1 = mkN "moskitnдt" neutrum ; - moskovit_nn_1 = mkN "moskovit" "moskoviter" ; - moskovitisk_av_1 = mkA "moskovitisk" ; - mossbelupen_av_1 = mkA "mossbelupen" "mossbelupet" ; - mosse_nn_1 = mkN "mosse" utrum ; - mossfolk_nn_1 = mkN "mossfolk" neutrum ; - mossfynd_nn_1 = mkN "mossfynd" neutrum ; - mossgroen_av_1 = mkA "mossgrцn" ; - mossig_av_1 = mkA "mossig" ; - mosskultur_nn_1 = mkN "mosskultur" "mosskulturer" ; - mosslik_nn_1 = mkN "mosslik" neutrum ; - mossrot_nn_1 = mkN "mossrot" "mossrцtter" ; - moster_nn_1 = mkN "moster" ; - mosterlig_av_1 = mkA "mosterlig" ; - mot_ab_1 = mkAdv "mot" ; - mot_nn_1 = mkN "mot" neutrum ; - motaatgaerd_nn_1 = mkN "motеtgдrd" "motеtgдrder" ; - motanfall_nn_1 = mkN "motanfall" neutrum ; - motargument_nn_1 = mkN "motargument" neutrum ; - motbevis_nn_1 = mkN "motbevis" neutrum ; - motbild_nn_1 = mkN "motbild" "motbilder" ; - motbjudande_av_1 = mkA "motbjudande" ; - motbok_nn_1 = mkN "motbok" "motbцcker" ; - motdrag_nn_1 = mkN "motdrag" neutrum ; - motell_nn_1 = mkN "motell" neutrum ; - motett_nn_1 = mkN "motett" "motetter" ; - motfraaga_nn_1 = mkN "motfrеga" ; - motgaang_nn_1 = mkN "motgеng" ; - motgift_nn_1 = mkN "motgift" "motgiftet" "motgifter" "motgifterna" ; - mothaall_nn_1 = mkN "mothеll" neutrum ; - mothaars_ab_1 = mkAdv "mothеrs" ; - mothugg_nn_1 = mkN "mothugg" neutrum ; - motig_av_1 = mkA "motig" ; - motighet_nn_1 = mkN "motighet" "motigheter" ; - motion_nn_1 = mkN "motion" "motioner" ; - motionaer_nn_1 = mkN "motionдr" "motionдrer" ; - motionsanlaeggning_nn_1 = mkN "motionsanlдggning" ; - motionscykel_nn_1 = mkN "motionscykel" ; - motionsflod_nn_1 = mkN "motionsflod" "motionsfloder" ; - motionsidrott_nn_1 = mkN "motionsidrott" "motionsidrotter" ; - motionsspaar_nn_1 = mkN "motionsspеr" neutrum ; - motionstid_nn_1 = mkN "motionstid" "motionstider" ; - motiv_nn_1 = mkN "motiv" neutrum ; - motivation_nn_1 = mkN "motivation" "motivationer" ; - motivering_nn_1 = mkN "motivering" ; - motivisk_av_1 = mkA "motivisk" ; - motivkrets_nn_1 = mkN "motivkrets" ; - motlut_nn_1 = mkN "motlut" neutrum ; - motor_nn_1 = mkN "motor" "motorer" ; - motorbaat_nn_1 = mkN "motorbеt" ; - motorcykel_nn_1 = mkN "motorcykel" ; - motorcykeltaevling_nn_1 = mkN "motorcykeltдvling" ; - motorcyklist_nn_1 = mkN "motorcyklist" "motorcyklister" ; - motorcylinder_nn_1 = mkN "motorcylinder" ; - motordriven_av_1 = mkA "motordriven" "motordrivet" ; - motoreffekt_nn_1 = mkN "motoreffekt" "motoreffekter" ; - motorfartyg_nn_1 = mkN "motorfartyg" neutrum ; - motorfordon_nn_1 = mkN "motorfordon" neutrum ; - motorhotell_nn_1 = mkN "motorhotell" neutrum ; - motorhuv_nn_1 = mkN "motorhuv" ; - motorisk_av_1 = mkA "motorisk" ; - motorist_nn_1 = mkN "motorist" "motorister" ; - motorkryssare_nn_1 = mkN "motorkryssare" "motorkryssare" ; - motorman_nn_1 = mkN "motorman" "motormannen" "motormдn" "motormдnnen" ; - motorseglare_nn_1 = mkN "motorseglare" "motorseglare" ; - motorstopp_nn_1 = mkN "motorstopp" neutrum ; - motorstyrka_nn_1 = mkN "motorstyrka" ; - motortorpedbaat_nn_1 = mkN "motortorpedbеt" ; - motortrafikled_nn_1 = mkN "motortrafikled" "motortrafikleder" ; - motorvaeg_nn_1 = mkN "motorvдg" ; - motorvagn_nn_1 = mkN "motorvagn" ; - motpart_nn_1 = mkN "motpart" "motparter" ; - motpol_nn_1 = mkN "motpol" "motpoler" ; - motprestation_nn_1 = mkN "motprestation" "motprestationer" ; - motrevolution_nn_1 = mkN "motrevolution" "motrevolutioner" ; - motsaegelse_nn_1 = mkN "motsдgelse" "motsдgelser" ; - motsaegelsefull_av_1 = mkA "motsдgelsefull" ; - motsaettlig_av_1 = mkA "motsдttlig" ; - motsaettning_nn_1 = mkN "motsдttning" ; - motsats_nn_1 = mkN "motsats" "motsatser" ; - motsatsfoerhaallande_nn_1 = mkN "motsatsfцrhеllande" ; - motsatt_av_1 = mkA "motsatt" ; - motskott_nn_1 = mkN "motskott" neutrum ; - motsols_ab_1 = mkAdv "motsols" ; - motspaenstig_av_1 = mkA "motspдnstig" ; - motspelare_nn_1 = mkN "motspelare" "motspelare" ; - motstaaende_av_1 = mkA "motstеende" ; - motstaand_nn_1 = mkN "motstеnd" neutrum ; - motstaandare_nn_1 = mkN "motstеndare" "motstеndare" ; - motstaandskraftig_av_1 = mkA "motstеndskraftig" ; - motstaandsman_nn_1 = mkN "motstеndsman" "motstеndsmannen" "motstеndsmдn" "motstеndsmдnnen" ; - motstaandsnaeste_nn_1 = mkN "motstеndsnдste" ; - motstaandsomraade_nn_1 = mkN "motstеndsomrеde" ; - motstaandsroerelse_nn_1 = mkN "motstеndsrцrelse" "motstеndsrцrelser" ; - motstaandssvetsning_nn_1 = mkN "motstеndssvetsning" ; - motstoet_nn_1 = mkN "motstцt" ; - motstraevig_av_1 = mkA "motstrдvig" ; - motstridande_av_1 = mkA "motstridande" ; - motstridig_av_1 = mkA "motstridig" ; - motstroem_nn_1 = mkN "motstrцm" "motstrцmmen" "motstrцmmar" "motstrцmmarna" ; - motstroems_ab_1 = mkAdv "motstrцms" ; - motstrof_nn_1 = mkN "motstrof" "motstrofer" ; - motsvarande_av_1 = mkA "motsvarande" ; - motsvarighet_nn_1 = mkN "motsvarighet" "motsvarigheter" ; - mott_nn_1 = mkN "mott" neutrum ; - motta_vb_1 = mkV "motta" "mottar" "motta" "mottog" "mottagit" "mottagen" ; - mottagande_nn_1 = mkN "mottagande" ; - mottagare_nn_1 = mkN "mottagare" "mottagare" ; - mottagarsaeck_nn_1 = mkN "mottagarsдck" ; - mottaglig_av_1 = mkA "mottaglig" ; - mottagning_nn_1 = mkN "mottagning" ; - mottagningsbevis_nn_1 = mkN "mottagningsbevis" neutrum ; - motti_nn_1 = mkN "motti" "mottin" "motti" "mottina" ; - motto_nn_1 = mkN "motto" "mottot" "motton" "mottona" ; - moturs_ab_1 = mkAdv "moturs" ; - motvikt_nn_1 = mkN "motvikt" "motvikter" ; - motvillig_av_1 = mkA "motvillig" ; - motvind_nn_1 = mkN "motvind" ; - mousse_nn_1 = mkN "mousse" "mousser" ; - muckare_nn_1 = mkN "muckare" "muckare" ; - mudd_nn_1 = mkN "mudd" ; - mudderverk_nn_1 = mkN "mudderverk" neutrum ; - muddrig_av_1 = mkA "muddrig" ; - muff_nn_1 = mkN "muff" ; - muffel_nn_1 = mkN "muffel" ; - muffelfaerg_nn_1 = mkN "muffelfдrg" "muffelfдrger" ; - muffelugn_nn_1 = mkN "muffelugn" ; - muffins_nn_1 = mkN "muffins" "muffinsen" "muffins" "muffinsen" ; - mufflon_nn_1 = mkN "mufflon" "muffloner" ; - mufflonfaar_nn_1 = mkN "mufflonfеr" neutrum ; - mufti_nn_1 = mkN "mufti" "muftin" "muftier" "muftierna" ; - mugg_nn_1 = mkN "mugg" ; - muhammedan_nn_1 = mkN "muhammedan" "muhammedaner" ; - muhammedansk_av_1 = mkA "muhammedansk" ; - mulaasna_nn_1 = mkN "mulеsna" ; - mulatt_nn_1 = mkN "mulatt" "mulatter" ; - mule_nn_1 = mkN "mule" utrum ; - mulen_av_1 = mkA "mulen" "mulet" ; - mullbaenk_nn_1 = mkN "mullbдnk" ; - mullbaer_nn_1 = mkN "mullbдr" neutrum ; - mullbaersfikon_nn_1 = mkN "mullbдrsfikon" neutrum ; - mullbaersfikontraed_nn_1 = mkN "mullbдrsfikontrдd" neutrum ; - mullbaersspinnare_nn_1 = mkN "mullbдrsspinnare" "mullbдrsspinnare" ; - mullbaerstraed_nn_1 = mkN "mullbдrstrдd" neutrum ; - mullhalt_nn_1 = mkN "mullhalt" "mullhalter" ; - mullig_av_1 = mkA "mullig" ; - mullsork_nn_1 = mkN "mullsork" ; - mullvad_nn_1 = mkN "mullvad" ; - mullvadshoeg_nn_1 = mkN "mullvadshцg" ; - multe_nn_1 = mkN "multe" utrum ; - multen_av_1 = mkA "multen" "multet" ; - multihandikapp_nn_1 = mkN "multihandikapp" neutrum ; - multilateral_av_1 = mkA "multilateral" ; - multinationell_av_1 = mkA "multinationell" ; - multipel_av_1 = mkA "multipel" "multipelt" "multipla" "multipla" "multiplare" "multiplast" "multiplaste" ; - multipeltaag_nn_1 = mkN "multipeltеg" neutrum ; - multiplikand_nn_1 = mkN "multiplikand" "multiplikander" ; - multiplikation_nn_1 = mkN "multiplikation" "multiplikationer" ; - multiplikationstabell_nn_1 = mkN "multiplikationstabell" "multiplikationstabeller" ; - multiplikationstecken_nn_1 = mkN "multiplikationstecken" "multiplikationstecknet" "multiplikationstecken" "multiplikationstecknen" ; - multiplikator_nn_1 = mkN "multiplikator" "multiplikatorer" ; - multituberkulat_nn_1 = mkN "multituberkulat" neutrum ; - mumie_nn_1 = mkN "mumie" "mumier" ; - mumrik_nn_1 = mkN "mumrik" ; - mumsmums_nn_1 = mkN "mumsmums" ; - mun_nn_1 = mkN "mun" "munnen" "munnar" "munnarna" ; - munart_nn_1 = mkN "munart" "munarter" ; - mundering_nn_1 = mkN "mundering" ; - mungo_nn_1 = mkN "mungo" "mungor" ; - municipal_av_1 = mkA "municipal" ; - municipium_nn_1 = mkN "municipium" "municipiet" "municipier" "municipierna" ; - munk_nn_1 = mkN "munk" ; - munkavle_nn_1 = mkN "munkavle" utrum ; - munkcell_nn_1 = mkN "munkcell" "munkceller" ; - munkfoerband_nn_1 = mkN "munkfцrband" neutrum ; - munklikoer_nn_1 = mkN "munklikцr" "munklikцrer" ; - munkorden_nn_1 = mkN "munkorden" ; - munkorg_nn_1 = mkN "munkorg" ; - munkorgslag_nn_1 = mkN "munkorgslag" ; - munkstol_nn_1 = mkN "munkstol" ; - munlaas_ab_1 = mkAdv "munlеs" ; - munlaas_nn_1 = mkN "munlеs" neutrum ; - munlag_nn_1 = mkN "munlag" neutrum ; - munsbit_nn_1 = mkN "munsbit" ; - munskaenk_nn_1 = mkN "munskдnk" ; - munskydd_nn_1 = mkN "munskydd" neutrum ; - munslemhinna_nn_1 = mkN "munslemhinna" ; - munspel_nn_1 = mkN "munspel" "munspelet" "munspel" "munspelen" ; - munter_av_1 = mkA "munter" "muntert" "muntra" "muntra" "muntrare" "muntrast" "muntraste" ; - muntergoek_nn_1 = mkN "muntergцk" ; - munterhet_nn_1 = mkN "munterhet" "munterheter" ; - muntlig_av_1 = mkA "muntlig" ; - muntligen_ab_1 = mkAdv "muntligen" ; - muntration_nn_1 = mkN "muntration" "muntrationer" ; - munvatten_nn_1 = mkN "munvatten" "munvattnet" "munvatten" "munvattnen" ; - munvig_av_1 = mkA "munvig" ; - mur_nn_1 = mkN "mur" ; - mural_av_1 = mkA "mural" ; - muralmaalning_nn_1 = mkN "muralmеlning" ; - murankare_nn_1 = mkN "murankare" "murankaret" "murankare" "murankarna" ; - murare_nn_1 = mkN "murare" "murare" ; - murband_nn_1 = mkN "murband" neutrum ; - murfoerband_nn_1 = mkN "murfцrband" neutrum ; - murfog_nn_1 = mkN "murfog" ; - murintag_nn_1 = mkN "murintag" neutrum ; - murken_av_1 = mkA "murken" "murket" ; - murkla_nn_1 = mkN "murkla" ; - murkroen_nn_1 = mkN "murkrцn" neutrum ; - murliv_nn_1 = mkN "murliv" neutrum ; - murmel_nn_1 = mkN "murmel" ; - murmeldjur_nn_1 = mkN "murmeldjur" neutrum ; - murre_nn_1 = mkN "murre" utrum ; - murrig_av_1 = mkA "murrig" ; - murskift_nn_1 = mkN "murskift" neutrum ; - murslev_nn_1 = mkN "murslev" ; - mursten_nn_1 = mkN "mursten" "murstenen" "murstenar" "murstenarna" ; - murvel_nn_1 = mkN "murvel" ; - murverk_nn_1 = mkN "murverk" neutrum ; - mus_nn_1 = mkN "mus" "musen" "mцss" "mцssen" ; - mus_nn_2 = mkN "mus" ; - musa_nn_1 = mkN "musa" ; - musch_nn_1 = mkN "musch" "muscher" ; - museal_av_1 = mkA "museal" ; - museifoeremaal_nn_1 = mkN "museifцremеl" neutrum ; - museifoerening_nn_1 = mkN "museifцrening" ; - museimaessig_av_1 = mkA "museimдssig" ; - muselman_nn_1 = mkN "muselman" "muselmaner" ; - muselmansk_av_1 = mkA "muselmansk" ; - musettedragspel_nn_1 = mkN "musettedragspel" "musettedragspelet" "musettedragspel" "musettedragspelen" ; - museum_nn_1 = mkN "museum" "museet" "museer" "museerna" ; - musgraa_av_1 = mkA "musgrе" "musgrеtt" ; - musical_nn_1 = mkN "musical" "musicaler" ; - musikal_av_1 = mkA "musikal" ; - musikal_nn_1 = mkN "musikal" "musikaler" ; - musikalisk_av_1 = mkA "musikalisk" ; - musikalitet_nn_1 = mkN "musikalitet" "musikaliteter" ; - musikanlaeggning_nn_1 = mkN "musikanlдggning" ; - musikant_nn_1 = mkN "musikant" "musikanter" ; - musikdirektoer_nn_1 = mkN "musikdirektцr" "musikdirektцrer" ; - musikdrama_nn_1 = mkN "musikdrama" "musikdramat" "musikdraman" "musikdramana" ; - musikensemble_nn_1 = mkN "musikensemble" "musikensembler" ; - musiker_nn_1 = mkN "musiker" "musikern" "musiker" "musikerna" ; - musikfoerlag_nn_1 = mkN "musikfцrlag" neutrum ; - musikgrupp_nn_1 = mkN "musikgrupp" "musikgrupper" ; - musikgudstjaenst_nn_1 = mkN "musikgudstjдnst" "musikgudstjдnster" ; - musikgymnasium_nn_1 = mkN "musikgymnasium" "musikgymnasiet" "musikgymnasier" "musikgymnasierna" ; - musikinstrument_nn_1 = mkN "musikinstrument" neutrum ; - musikkaar_nn_1 = mkN "musikkеr" "musikkеrer" ; - musikkafe_nn_1 = mkN "musikkafй" "musikkafйt" "musikkafйer" "musikkafйerna" ; - musikkomposition_nn_1 = mkN "musikkomposition" "musikkompositioner" ; - musikkonservatorium_nn_1 = mkN "musikkonservatorium" "musikkonservatoriet" "musikkonservatorier" "musikkonservatorierna" ; - musikkvartett_nn_1 = mkN "musikkvartett" "musikkvartetter" ; - musiklaerare_nn_1 = mkN "musiklдrare" "musiklдrare" ; - musikliv_nn_1 = mkN "musikliv" neutrum ; - musikolog_nn_1 = mkN "musikolog" "musikologer" ; - musikstaemma_nn_1 = mkN "musikstдmma" ; - musiktecken_nn_1 = mkN "musiktecken" "musiktecknet" "musiktecken" "musiktecknen" ; - musikverk_nn_1 = mkN "musikverk" neutrum ; - musikverksamhet_nn_1 = mkN "musikverksamhet" "musikverksamheter" ; - musikvetenskap_nn_1 = mkN "musikvetenskap" "musikvetenskaper" ; - musisk_av_1 = mkA "musisk" ; - musjik_nn_1 = mkN "musjik" "musjiker" ; - muskedunder_nn_1 = mkN "muskedunder" neutrum ; - muskel_nn_1 = mkN "muskel" "muskeln" "muskler" "musklerna" ; - muskelatrofi_nn_1 = mkN "muskelatrofi" "muskelatrofier" ; - muskelbristning_nn_1 = mkN "muskelbristning" ; - muskelbyggare_nn_1 = mkN "muskelbyggare" "muskelbyggare" ; - muskelbyggnad_nn_1 = mkN "muskelbyggnad" "muskelbyggnader" ; - muskelfiber_nn_1 = mkN "muskelfiber" "muskelfibern" "muskelfibrer" "muskelfibrerna" ; - muskelfoerlamning_nn_1 = mkN "muskelfцrlamning" ; - muskelfoertvining_nn_1 = mkN "muskelfцrtvining" ; - muskelknutte_nn_1 = mkN "muskelknutte" utrum ; - muskelkraft_nn_1 = mkN "muskelkraft" "muskelkrafter" ; - muskelkramp_nn_1 = mkN "muskelkramp" "muskelkramper" ; - muskellaengd_nn_1 = mkN "muskellдngd" "muskellдngder" ; - muskelmage_nn_1 = mkN "muskelmage" utrum ; - muskelryckning_nn_1 = mkN "muskelryckning" ; - muskelsammandragning_nn_1 = mkN "muskelsammandragning" ; - muskelspaenning_nn_1 = mkN "muskelspдnning" ; - muskelspole_nn_1 = mkN "muskelspole" utrum ; - muskelstaerkare_nn_1 = mkN "muskelstдrkare" "muskelstдrkare" ; - muskelstraeckning_nn_1 = mkN "muskelstrдckning" ; - muskelstyrka_nn_1 = mkN "muskelstyrka" ; - muskeltraad_nn_1 = mkN "muskeltrеd" ; - muskelvaevnad_nn_1 = mkN "muskelvдvnad" "muskelvдvnader" ; - musketerare_nn_1 = mkN "musketerare" "musketerare" ; - musketoer_nn_1 = mkN "musketцr" "musketцrer" ; - muskoet_nn_1 = mkN "muskцt" "muskцter" ; - muskoetgaffel_nn_1 = mkN "muskцtgaffel" ; - muskotnoet_nn_1 = mkN "muskotnцt" "muskotnцtter" ; - muskottraed_nn_1 = mkN "muskottrдd" neutrum ; - muskulatur_nn_1 = mkN "muskulatur" "muskulaturer" ; - muskuloes_av_1 = mkA "muskulцs" ; - muslim_nn_1 = mkN "muslim" "muslimer" ; - muslimsk_av_1 = mkA "muslimsk" ; - muslin_nn_1 = mkN "muslin" "musliner" ; - musmamma_nn_1 = mkN "musmamma" ; - musoera_nn_1 = mkN "musцra" "musцrat" "musцron" "musцronen" ; - musselform_nn_1 = mkN "musselform" "musselformer" ; - musselskal_nn_1 = mkN "musselskal" neutrum ; - musseron_nn_1 = mkN "musseron" "musseroner" ; - mussla_nn_1 = mkN "mussla" ; - must_nn_1 = mkN "must" "muster" ; - mustang_nn_1 = mkN "mustang" "mustanger" ; - mustasch_nn_1 = mkN "mustasch" "mustascher" ; - musteri_nn_1 = mkN "musteri" "musterit" "musterier" "musterierna" ; - mustig_av_1 = mkA "mustig" ; - mutagen_av_1 = mkA "mutagen" ; - mutagen_nn_1 = mkN "mutagen" "mutagener" ; - mutant_nn_1 = mkN "mutant" "mutanter" ; - mutation_nn_1 = mkN "mutation" "mutationer" ; - mutkolv_nn_1 = mkN "mutkolv" ; - mutsedel_nn_1 = mkN "mutsedel" ; - mutter_nn_1 = mkN "mutter" ; - mycelium_nn_1 = mkN "mycelium" "myceliet" "mycelier" "mycelierna" ; - mycken_av_1 = mkA "mycken" "mycket" "myckna" "mer" "mest" ; - mycket_ab_1 = mkAdv "mycket" ; - mygg_nn_1 = mkN "mygg" neutrum ; - myggbett_nn_1 = mkN "myggbett" neutrum ; - myggfoenster_nn_1 = mkN "myggfцnster" neutrum ; - mygglarv_nn_1 = mkN "mygglarv" "mygglarver" ; - myggmedel_nn_1 = mkN "myggmedel" neutrum ; - myggnaet_nn_1 = mkN "myggnдt" neutrum ; - myglare_nn_1 = mkN "myglare" "myglare" ; - mykolog_nn_1 = mkN "mykolog" "mykologer" ; - mykologisk_av_1 = mkA "mykologisk" ; - myling_nn_1 = mkN "myling" ; - myllig_av_1 = mkA "myllig" ; - myndig_av_1 = mkA "myndig" ; - myndighet_nn_1 = mkN "myndighet" "myndigheter" ; - myndighetsaalder_nn_1 = mkN "myndighetsеlder" ; - myndighetsfoerklaring_nn_1 = mkN "myndighetsfцrklaring" ; - myndighetsperson_nn_1 = mkN "myndighetsperson" "myndighetspersoner" ; - myndling_nn_1 = mkN "myndling" ; - mynning_nn_1 = mkN "mynning" ; - mynningsarm_nn_1 = mkN "mynningsarm" ; - mynningsbroms_nn_1 = mkN "mynningsbroms" ; - mynningsladdare_nn_1 = mkN "mynningsladdare" "mynningsladdare" ; - mynt_ab_1 = mkAdv "mynt" ; - mynt_nn_1 = mkN "mynt" neutrum ; - myntcirkulation_nn_1 = mkN "myntcirkulation" "myntcirkulationer" ; - myntenhet_nn_1 = mkN "myntenhet" "myntenheter" ; - myntmetall_nn_1 = mkN "myntmetall" "myntmetaller" ; - myntrealisation_nn_1 = mkN "myntrealisation" "myntrealisationer" ; - myntsystem_nn_1 = mkN "myntsystem" neutrum ; - mynttecken_nn_1 = mkN "mynttecken" "mynttecknet" "mynttecken" "mynttecknen" ; - myntunion_nn_1 = mkN "myntunion" "myntunioner" ; - myntvaloer_nn_1 = mkN "myntvalцr" "myntvalцrer" ; - myntverk_nn_1 = mkN "myntverk" neutrum ; - myntvikt_nn_1 = mkN "myntvikt" "myntvikter" ; - myom_nn_1 = mkN "myom" neutrum ; - myon_nn_1 = mkN "myon" "myoner" ; - myopisk_av_1 = mkA "myopisk" ; - myosin_nn_1 = mkN "myosin" "myosiner" ; - myr_nn_1 = mkN "myr" ; - myraegg_nn_1 = mkN "myrдgg" neutrum ; - myrbagge_nn_1 = mkN "myrbagge" utrum ; - myrdrottning_nn_1 = mkN "myrdrottning" ; - myrgaest_nn_1 = mkN "myrgдst" "myrgдster" ; - myrholme_nn_1 = mkN "myrholme" utrum ; - myriad_nn_1 = mkN "myriad" "myriader" ; - myrkant_nn_1 = mkN "myrkant" "myrkanter" ; - myrkott_nn_1 = mkN "myrkott" ; - myrkrypning_nn_1 = mkN "myrkrypning" ; - myrland_nn_1 = mkN "myrland" neutrum ; - myrlejon_nn_1 = mkN "myrlejon" neutrum ; - myrlilja_nn_1 = mkN "myrlilja" ; - myrmalm_nn_1 = mkN "myrmalm" "myrmalmer" ; - myrmark_nn_1 = mkN "myrmark" "myrmarker" ; - myrslok_nn_1 = mkN "myrslok" ; - myrstack_nn_1 = mkN "myrstack" ; - myrten_nn_1 = mkN "myrten" "myrtenn" "myrtnar" "myrtnarna" ; - myrvaext_nn_1 = mkN "myrvдxt" "myrvдxter" ; - mysdress_nn_1 = mkN "mysdress" ; - mysig_av_1 = mkA "mysig" ; - myskdjur_nn_1 = mkN "myskdjur" neutrum ; - myskhjort_nn_1 = mkN "myskhjort" ; - myskolja_nn_1 = mkN "myskolja" ; - myskoxe_nn_1 = mkN "myskoxe" utrum ; - mysteriereligion_nn_1 = mkN "mysteriereligion" "mysteriereligioner" ; - mysteriespel_nn_1 = mkN "mysteriespel" "mysteriespelet" "mysteriespel" "mysteriespelen" ; - mysterioes_av_1 = mkA "mysteriцs" ; - mysterium_nn_1 = mkN "mysterium" "mysteriet" "mysterier" "mysterierna" ; - mystifik_av_1 = mkA "mystifik" ; - mystifikation_nn_1 = mkN "mystifikation" "mystifikationer" ; - mystiker_nn_1 = mkN "mystiker" "mystikern" "mystiker" "mystikerna" ; - mystisk_av_1 = mkA "mystisk" ; - myt_nn_1 = mkN "myt" "myter" ; - mytbildning_nn_1 = mkN "mytbildning" ; - myteri_nn_1 = mkN "myteri" "myterit" "myterier" "myterierna" ; - myterist_nn_1 = mkN "myterist" "myterister" ; - mytisk_av_1 = mkA "mytisk" ; - mytologi_nn_1 = mkN "mytologi" "mytologier" ; - mytologisk_av_1 = mkA "mytologisk" ; - mytoman_nn_1 = mkN "mytoman" "mytomaner" ; - n_aarig_av_1 = mkA "n-еrig" ; - n_aaring_nn_1 = mkN "n-еring" ; - n_procentig_av_1 = mkA "n-procentig" ; - n_talsbiolog_nn_1 = mkN "n-talsbiolog" "n-talsbiologer" ; - n_talsforskare_nn_1 = mkN "n-talsforskare" "n-talsforskare" ; - n_talsfysiker_nn_1 = mkN "n-talsfysiker" "n-talsfysikern" "n-talsfysiker" "n-talsfysikerna" ; - n_talskonstnaer_nn_1 = mkN "n-talskonstnдr" "n-talskonstnдrer" ; - naad_nn_2 = mkN "nеd" ; - naadaar_nn_1 = mkN "nеdеr" neutrum ; - naadaskott_nn_1 = mkN "nеdaskott" neutrum ; - naadastoet_nn_1 = mkN "nеdastцt" ; - naadaval_nn_1 = mkN "nеdaval" neutrum ; - naadeansoekning_nn_1 = mkN "nеdeansцkning" ; - naadebevis_nn_1 = mkN "nеdebevis" neutrum ; - naadebord_nn_1 = mkN "nеdebord" neutrum ; - naadehjon_nn_1 = mkN "nеdehjon" neutrum ; - naadelig_av_1 = mkA "nеdelig" ; - naadeligen_ab_1 = mkAdv "nеdeligen" ; - naademedel_nn_1 = mkN "nеdemedel" neutrum ; - naadevedermaele_nn_1 = mkN "nеdevedermдle" ; - naadig_av_1 = mkA "nеdig" ; - naagonsin_ab_1 = mkAdv "nеgonsin" ; - naagonstaedes_ab_1 = mkAdv "nеgonstдdes" ; - naagonstans_ab_1 = mkAdv "nеgonstans" ; - naagonvart_ab_1 = mkAdv "nеgonvart" ; - naagorlunda_ab_1 = mkAdv "nеgorlunda" ; - naagotsaanaer_ab_1 = mkAdv "nеgotsеnдr" ; - naal_nn_1 = mkN "nеl" ; - naalbrev_nn_1 = mkN "nеlbrev" neutrum ; - naalfil_nn_1 = mkN "nеlfil" ; - naalfin_av_1 = mkA "nеlfin" ; - naalkort_nn_1 = mkN "nеlkort" neutrum ; - naalmikrofon_nn_1 = mkN "nеlmikrofon" "nеlmikrofoner" ; - naalpeng_nn_1 = mkN "nеlpeng" ; - naalsoega_nn_1 = mkN "nеlsцga" "nеlsцgat" "nеlsцgon" "nеlsцgonen" ; - naalspets_nn_1 = mkN "nеlspets" ; - naalstick_nn_1 = mkN "nеlstick" neutrum ; - naalsting_nn_1 = mkN "nеlsting" neutrum ; - naalstygn_nn_1 = mkN "nеlstygn" neutrum ; - naalventil_nn_1 = mkN "nеlventil" "nеlventiler" ; - naansin_ab_1 = mkAdv "nеnsin" ; - naanvart_ab_1 = mkAdv "nеnvart" ; - naat_nn_1 = mkN "nеt" ; - naatsaanaer_ab_1 = mkAdv "nеtsеnдr" ; - nabb_nn_1 = mkN "nabb" ; - nabbe_nn_1 = mkN "nabbe" utrum ; - nabo_nn_1 = mkN "nabo" "nabor" ; - nabob_nn_1 = mkN "nabob" "nabober" ; - nachspil_nn_1 = mkN "nachspil" neutrum ; - nackben_nn_1 = mkN "nackben" neutrum ; - nackbjudning_nn_1 = mkN "nackbjudning" ; - nackdel_nn_1 = mkN "nackdel" "nackdelen" "nackdelar" "nackdelarna" ; - nacke_nn_1 = mkN "nacke" utrum ; - nackknut_nn_1 = mkN "nackknut" ; - nackman_nn_1 = mkN "nackman" ; - nackspaerr_nn_1 = mkN "nackspдrr" ; - nackstyv_av_1 = mkA "nackstyv" ; - nacksving_nn_1 = mkN "nacksving" neutrum ; - nacktofs_nn_1 = mkN "nacktofs" ; - naebb_nn_1 = mkN "nдbb" ; - naebbdjur_nn_1 = mkN "nдbbdjur" neutrum ; - naebbig_av_1 = mkA "nдbbig" ; - naebbknoel_nn_1 = mkN "nдbbknцl" ; - naebbmus_nn_1 = mkN "nдbbmus" "nдbbmusen" "nдbbmцss" "nдbbmцssen" ; - naebbsko_nn_1 = mkN "nдbbsko" "nдbbskor" ; - naebbval_nn_1 = mkN "nдbbval" ; - naeck_av_1 = mkA "nдck" ; - naektergal_nn_1 = mkN "nдktergal" ; - naektergalsslag_nn_1 = mkN "nдktergalsslag" neutrum ; - naemligen_ab_1 = mkAdv "nдmligen" ; - naemnare_nn_1 = mkN "nдmnare" "nдmnare" ; - naemnbar_av_1 = mkA "nдmnbar" ; - naemnd_nn_1 = mkN "nдmnd" "nдmnder" ; - naemndeman_nn_1 = mkN "nдmndeman" "nдmndemannen" "nдmndemдn" "nдmndemдnnen" ; - naemnvaerd_av_1 = mkA "nдmnvдrd" "nдmnvдrt" ; - naepen_av_1 = mkA "nдpen" "nдpet" ; - naeppeligen_ab_1 = mkAdv "nдppeligen" ; - naer_ab_1 = mkAdv "nдr" ; - naera_ab_1 = mkAdv "nдra" ; - naera_av_1 = mkA "nдra" "nдra" "nдra" "nдrmare" "nдrmast" ; - naerande_av_1 = mkA "nдrande" ; - naerapaa_ab_1 = mkAdv "nдrapе" ; - naerbelaegen_av_1 = mkA "nдrbelдgen" "nдrbelдget" ; - naerbild_nn_1 = mkN "nдrbild" "nдrbilder" ; - naerbutik_nn_1 = mkN "nдrbutik" "nдrbutiker" ; - naergaangen_av_1 = mkA "nдrgеngen" "nдrgеnget" ; - naerhet_nn_1 = mkN "nдrhet" "nдrheter" ; - naerig_av_1 = mkA "nдrig" ; - naering_nn_1 = mkN "nдring" ; - naeringsaemne_nn_1 = mkN "nдringsдmne" ; - naeringsbrist_nn_1 = mkN "nдringsbrist" "nдringsbrister" ; - naeringsfaang_nn_1 = mkN "nдringsfеng" neutrum ; - naeringsfattig_av_1 = mkA "nдringsfattig" ; - naeringsfrihet_nn_1 = mkN "nдringsfrihet" "nдringsfriheter" ; - naeringsfrihetsombudsman_nn_1 = mkN "nдringsfrihetsombudsman" "nдringsfrihetsombudsmannen" "nдringsfrihetsombudsmдn" "nдringsfrihetsombudsmдnnen" ; - naeringsfysiologisk_av_1 = mkA "nдringsfysiologisk" ; - naeringsgren_nn_1 = mkN "nдringsgren" "nдringsgrenen" "nдringsgrenar" "nдringsgrenarna" ; - naeringsidkare_nn_1 = mkN "nдringsidkare" "nдringsidkare" ; - naeringskedja_nn_1 = mkN "nдringskedja" ; - naeringsloesning_nn_1 = mkN "nдringslцsning" ; - naeringsprocess_nn_1 = mkN "nдringsprocess" "nдringsprocesser" ; - naeringsrik_av_1 = mkA "nдringsrik" ; - naeringssalt_nn_1 = mkN "nдringssalt" "nдringssaltet" "nдringssalter" "nдringssalterna" ; - naeringsvaerde_nn_1 = mkN "nдringsvдrde" ; - naerkamp_nn_1 = mkN "nдrkamp" "nдrkamper" ; - naerking_nn_1 = mkN "nдrking" ; - naerkingsk_av_1 = mkA "nдrkingsk" ; - naerlagd_av_1 = mkA "nдrlagd" "nдrlagt" ; - naerliggande_av_1 = mkA "nдrliggande" ; - naermande_nn_1 = mkN "nдrmande" ; - naermevaerde_nn_1 = mkN "nдrmevдrde" ; - naermiljoe_nn_1 = mkN "nдrmiljц" "nдrmiljцn" "nдrmiljцer" "nдrmiljцerna" ; - naeromraade_nn_1 = mkN "nдromrеde" ; - naerpassage_nn_1 = mkN "nдrpassage" "nдrpassager" ; - naerpunkt_nn_1 = mkN "nдrpunkt" "nдrpunkter" ; - naersalt_nn_1 = mkN "nдrsalt" "nдrsaltet" "nдrsalter" "nдrsalterna" ; - naerskyld_av_1 = mkA "nдrskyld" "nдrskylt" ; - naersluta_vb_1 = mkV "nдrsluta" "nдrslцt" "nдrslutit" ; - naerstaaende_av_1 = mkA "nдrstеende" ; - naerstrid_nn_1 = mkN "nдrstrid" "nдrstrider" ; - naerstudium_nn_1 = mkN "nдrstudium" "nдrstudiet" "nдrstudier" "nдrstudierna" ; - naersynt_av_1 = mkA "nдrsynt" "nдrsynt" ; - naersynthet_nn_1 = mkN "nдrsynthet" "nдrsyntheter" ; - naervarande_av_1 = mkA "nдrvarande" ; - naes_nn_1 = mkN "nдs" neutrum ; - naesben_nn_1 = mkN "nдsben" neutrum ; - naesborre_nn_1 = mkN "nдsborre" utrum ; - naesbrosk_nn_1 = mkN "nдsbrosk" neutrum ; - naesduk_nn_1 = mkN "nдsduk" ; - naesgaang_nn_1 = mkN "nдsgеng" ; - naeskatarr_nn_1 = mkN "nдskatarr" "nдskatarrer" ; - naesknaepp_nn_1 = mkN "nдsknдpp" ; - naesljud_nn_1 = mkN "nдsljud" neutrum ; - naesring_nn_1 = mkN "nдsring" ; - naesrot_nn_1 = mkN "nдsrot" "nдsrцtter" ; - naesrygg_nn_1 = mkN "nдsrygg" ; - naesselcell_nn_1 = mkN "nдsselcell" "nдsselceller" ; - naesseldjur_nn_1 = mkN "nдsseldjur" neutrum ; - naesselfiber_nn_1 = mkN "nдsselfiber" "nдsselfibern" "nдsselfibrer" "nдsselfibrerna" ; - naesselfjaeril_nn_1 = mkN "nдsselfjдril" ; - naessla_nn_1 = mkN "nдssla" ; - naesspets_nn_1 = mkN "nдsspets" ; - naest_ab_1 = mkAdv "nдst" ; - naest_nn_1 = mkN "nдst" neutrum ; - naestaegg_nn_1 = mkN "nдstдgg" neutrum ; - naestan_ab_1 = mkAdv "nдstan" ; - naestfoeljande_av_1 = mkA "nдstfцljande" ; - naestgaards_ab_1 = mkAdv "nдstgеrds" ; - naestintill_ab_1 = mkAdv "nдstintill" ; - naestipp_nn_1 = mkN "nдstipp" ; - naestkommande_av_1 = mkA "nдstkommande" ; - naestkusin_nn_1 = mkN "nдstkusin" "nдstkusiner" ; - naestliden_av_1 = mkA "nдstliden" "nдstlidet" ; - naestunge_nn_1 = mkN "nдstunge" utrum ; - naesvinge_nn_1 = mkN "nдsvinge" utrum ; - naesvis_av_1 = mkA "nдsvis" ; - naet_nn_1 = mkN "nдt" neutrum ; - naetansluten_av_1 = mkA "nдtansluten" "nдtanslutet" ; - naetboll_nn_1 = mkN "nдtboll" ; - naetbur_nn_1 = mkN "nдtbur" ; - naetfoenster_nn_1 = mkN "nдtfцnster" neutrum ; - naethinna_nn_1 = mkN "nдthinna" ; - naetmage_nn_1 = mkN "nдtmage" utrum ; - naetmelon_nn_1 = mkN "nдtmelon" "nдtmeloner" ; - naetrullare_nn_1 = mkN "nдtrullare" "nдtrullare" ; - naetsax_nn_1 = mkN "nдtsax" ; - naetspaenning_nn_1 = mkN "nдtspдnning" ; - naett_ab_1 = mkAdv "nдtt" ; - naett_av_1 = mkA "nдtt" ; - naettelduk_nn_1 = mkN "nдttelduk" ; - naetting_nn_1 = mkN "nдtting" ; - naettopp_ab_1 = mkAdv "nдttopp" ; - naettupp_ab_1 = mkAdv "nдttupp" ; - naetverk_nn_1 = mkN "nдtverk" neutrum ; - naetvinge_nn_1 = mkN "nдtvinge" utrum ; - naeve_nn_1 = mkN "nдve" utrum ; - naever_nn_1 = mkN "nдver" ; - naeverbehaallare_nn_1 = mkN "nдverbehеllare" "nдverbehеllare" ; - naeverflak_nn_1 = mkN "nдverflak" neutrum ; - naeverkont_nn_1 = mkN "nдverkont" ; - naeverkorg_nn_1 = mkN "nдverkorg" ; - naeverlur_nn_1 = mkN "nдverlur" ; - naeversoem_nn_1 = mkN "nдversцm" "nдversцmmen" "nдversцmmar" "nдversцmmarna" ; - naevkamp_nn_1 = mkN "nдvkamp" "nдvkamper" ; - nafs_nn_1 = mkN "nafs" neutrum ; - nagel_nn_1 = mkN "nagel" ; - nagelbaedd_nn_1 = mkN "nagelbдdd" ; - nagelbaenk_nn_1 = mkN "nagelbдnk" ; - nagelband_nn_1 = mkN "nagelband" neutrum ; - nagelfara_vb_1 = mkV "nagelfara" "nagelfor" "nagelfarit" ; - nagelfil_nn_1 = mkN "nagelfil" ; - nagellack_nn_1 = mkN "nagellack" neutrum ; - nageloert_nn_1 = mkN "nagelцrt" "nagelцrter" ; - nagelpetare_nn_1 = mkN "nagelpetare" "nagelpetare" ; - nagelrot_nn_1 = mkN "nagelrot" "nagelrцtter" ; - nagelsax_nn_1 = mkN "nagelsax" ; - nagelsoem_nn_1 = mkN "nagelsцm" "nagelsцmmen" "nagelsцmmar" "nagelsцmmarna" ; - nagg_nn_1 = mkN "nagg" ; - nagg_nn_2 = mkN "nagg" neutrum ; - naggande_ab_1 = mkAdv "naggande" ; - naiv_av_1 = mkA "naiv" ; - naivism_nn_1 = mkN "naivism" "naivismer" ; - naivist_nn_1 = mkN "naivist" "naivister" ; - naivistisk_av_1 = mkA "naivistisk" ; - naivitet_nn_1 = mkN "naivitet" "naiviteter" ; - najad_nn_1 = mkN "najad" "najader" ; - najoegonstropp_nn_1 = mkN "najцgonstropp" ; - najtaag_nn_1 = mkN "najtеg" neutrum ; - naken_av_1 = mkA "naken" "naket" ; - nakenbad_nn_1 = mkN "nakenbad" neutrum ; - nakenbild_nn_1 = mkN "nakenbild" "nakenbilder" ; - nakendans_nn_1 = mkN "nakendans" "nakendanser" ; - nakendansoes_nn_1 = mkN "nakendansцs" "nakendansцser" ; - nakenfroeig_av_1 = mkA "nakenfrцig" ; - nakenhet_nn_1 = mkN "nakenhet" "nakenheter" ; - nakenkult_nn_1 = mkN "nakenkult" "nakenkulter" ; - nakenkultur_nn_1 = mkN "nakenkultur" "nakenkulturer" ; - nakenmodell_nn_1 = mkN "nakenmodell" "nakenmodeller" ; - nakenscen_nn_1 = mkN "nakenscen" "nakenscener" ; - naketbild_nn_1 = mkN "naketbild" "naketbilder" ; - nakterhus_nn_1 = mkN "nakterhus" neutrum ; - nalle_nn_1 = mkN "nalle" utrum ; - namibier_nn_1 = mkN "namibier" "namibiern" "namibier" "namibierna" ; - namibisk_av_1 = mkA "namibisk" ; - namn_nn_1 = mkN "namn" neutrum ; - namnaktie_nn_1 = mkN "namnaktie" "namnaktier" ; - namnanrop_nn_1 = mkN "namnanrop" neutrum ; - namnberedning_nn_1 = mkN "namnberedning" ; - namnbyte_nn_1 = mkN "namnbyte" ; - namnchiffer_nn_1 = mkN "namnchiffer" neutrum ; - namndikt_nn_1 = mkN "namndikt" "namndikter" ; - namne_nn_1 = mkN "namne" utrum ; - namneligen_ab_1 = mkAdv "namneligen" ; - namnfoerklaring_nn_1 = mkN "namnfцrklaring" ; - namnge_vb_1 = mkV "namnge" "namnger" "namnge" "namngav" "namngett" "namngiven" ; - namninsamling_nn_1 = mkN "namninsamling" ; - namnkredit_nn_1 = mkN "namnkredit" "namnkrediter" ; - namnkristen_av_1 = mkA "namnkristen" "namnkristet" ; - namnkunnig_av_1 = mkA "namnkunnig" ; - namnkunnighet_nn_1 = mkN "namnkunnighet" "namnkunnigheter" ; - namnlaengd_nn_1 = mkN "namnlдngd" "namnlдngder" ; - namnlag_nn_1 = mkN "namnlag" ; - namnloes_av_1 = mkA "namnlцs" ; - namnplaat_nn_1 = mkN "namnplеt" ; - namnsaekerhet_nn_1 = mkN "namnsдkerhet" "namnsдkerheter" ; - namnsdag_nn_1 = mkN "namnsdag" ; - namnsdagsbarn_nn_1 = mkN "namnsdagsbarn" neutrum ; - namnsedel_nn_1 = mkN "namnsedel" ; - namnskydd_nn_1 = mkN "namnskydd" neutrum ; - namnskylt_nn_1 = mkN "namnskylt" ; - namnstaempel_nn_1 = mkN "namnstдmpel" ; - namnstandert_nn_1 = mkN "namnstandert" ; - namntavla_nn_1 = mkN "namntavla" ; - namnteckning_nn_1 = mkN "namnteckning" ; - namnunderskrift_nn_1 = mkN "namnunderskrift" "namnunderskrifter" ; - namnupprop_nn_1 = mkN "namnupprop" neutrum ; - namnvaerde_nn_1 = mkN "namnvдrde" ; - nanogram_nn_1 = mkN "nanogram" "nanogrammet" "nanogram" "nanogrammen" ; - nanosekund_nn_1 = mkN "nanosekund" "nanosekunder" ; - napoleonbakelse_nn_1 = mkN "napoleonbakelse" "napoleonbakelser" ; - napolitanare_nn_1 = mkN "napolitanare" "napolitanare" ; - napolitansk_av_1 = mkA "napolitansk" ; - napp_nn_1 = mkN "napp" neutrum ; - napp_nn_2 = mkN "napp" ; - nappatag_nn_1 = mkN "nappatag" neutrum ; - naprapat_nn_1 = mkN "naprapat" "naprapater" ; - nar_nn_1 = mkN "nar" ; - narciss_nn_1 = mkN "narciss" "narcisser" ; - narig_av_1 = mkA "narig" ; - narighet_nn_1 = mkN "narighet" "narigheter" ; - narkoanalys_nn_1 = mkN "narkoanalys" "narkoanalyser" ; - narkoman_nn_1 = mkN "narkoman" "narkomaner" ; - narkos_nn_1 = mkN "narkos" "narkoser" ; - narkoslaekare_nn_1 = mkN "narkoslдkare" "narkoslдkare" ; - narkosmedel_nn_1 = mkN "narkosmedel" neutrum ; - narkotikafoersaeljning_nn_1 = mkN "narkotikafцrsдljning" ; - narkotikahaj_nn_1 = mkN "narkotikahaj" ; - narkotikahund_nn_1 = mkN "narkotikahund" ; - narkotikaklinik_nn_1 = mkN "narkotikaklinik" "narkotikakliniker" ; - narkotikum_nn_1 = mkN "narkotikum" "narkotikum" "narkotika" "narkotikana" ; - narkotisk_av_1 = mkA "narkotisk" ; - narr_nn_1 = mkN "narr" ; - narraktig_av_1 = mkA "narraktig" ; - narrativ_av_1 = mkA "narrativ" ; - narrdraekt_nn_1 = mkN "narrdrдkt" "narrdrдkter" ; - narrspegel_nn_1 = mkN "narrspegel" ; - narrspel_nn_1 = mkN "narrspel" "narrspelet" "narrspel" "narrspelen" ; - narrstreck_nn_1 = mkN "narrstreck" neutrum ; - narval_nn_1 = mkN "narval" ; - narvfel_nn_1 = mkN "narvfel" "narvfelet" "narvfel" "narvfelen" ; - narvhuggen_av_1 = mkA "narvhuggen" "narvhugget" ; - narvspalt_nn_1 = mkN "narvspalt" "narvspalter" ; - nasal_av_1 = mkA "nasal" ; - nasal_nn_1 = mkN "nasal" "nasaler" ; - nasare_nn_1 = mkN "nasarй" "nasarйer" ; - nasir_nn_1 = mkN "nasir" "nasirer" ; - nasse_nn_1 = mkN "nasse" utrum ; - nate_nn_1 = mkN "nate" utrum ; - nation_nn_1 = mkN "nation" "nationer" ; - nationalbegrepp_nn_1 = mkN "nationalbegrepp" neutrum ; - nationalbudget_nn_1 = mkN "nationalbudget" ; - nationaldag_nn_1 = mkN "nationaldag" ; - nationaldraekt_nn_1 = mkN "nationaldrдkt" "nationaldrдkter" ; - nationalekonom_nn_1 = mkN "nationalekonom" "nationalekonomer" ; - nationalekonomisk_av_1 = mkA "nationalekonomisk" ; - nationalfoerening_nn_1 = mkN "nationalfцrening" ; - nationalfoermoegenhet_nn_1 = mkN "nationalfцrmцgenhet" "nationalfцrmцgenheter" ; - nationalfoersamling_nn_1 = mkN "nationalfцrsamling" ; - nationalgalleri_nn_1 = mkN "nationalgalleri" "nationalgallerit" "nationalgallerier" "nationalgallerierna" ; - nationalhelgon_nn_1 = mkN "nationalhelgon" neutrum ; - nationalhjaelte_nn_1 = mkN "nationalhjдlte" utrum ; - nationalinkomst_nn_1 = mkN "nationalinkomst" "nationalinkomster" ; - nationalisering_nn_1 = mkN "nationalisering" ; - nationalist_nn_1 = mkN "nationalist" "nationalister" ; - nationalistisk_av_1 = mkA "nationalistisk" ; - nationalistledare_nn_1 = mkN "nationalistledare" "nationalistledare" ; - nationalitet_nn_1 = mkN "nationalitet" "nationaliteter" ; - nationalitetsbeteckning_nn_1 = mkN "nationalitetsbeteckning" ; - nationalitetsbevis_nn_1 = mkN "nationalitetsbevis" neutrum ; - nationalitetsbokstav_nn_1 = mkN "nationalitetsbokstav" "nationalitetsbokstдver" ; - nationalitetscertifikat_nn_1 = mkN "nationalitetscertifikat" neutrum ; - nationalitetshandling_nn_1 = mkN "nationalitetshandling" ; - nationalitetsintyg_nn_1 = mkN "nationalitetsintyg" neutrum ; - nationalitetsmaerke_nn_1 = mkN "nationalitetsmдrke" ; - nationalitetsmatrikel_nn_1 = mkN "nationalitetsmatrikel" ; - nationalitetsspillra_nn_1 = mkN "nationalitetsspillra" ; - nationalitetsstraevande_nn_1 = mkN "nationalitetsstrдvande" ; - nationalkapital_nn_1 = mkN "nationalkapital" neutrum ; - nationalkaraktaer_nn_1 = mkN "nationalkaraktдr" "nationalkaraktдrer" ; - nationalkyrka_nn_1 = mkN "nationalkyrka" ; - nationalmedvetande_nn_1 = mkN "nationalmedvetande" ; - nationalmuseum_nn_1 = mkN "nationalmuseum" "nationalmuseet" "nationalmuseer" "nationalmuseerna" ; - nationalpark_nn_1 = mkN "nationalpark" "nationalparker" ; - nationalprodukt_nn_1 = mkN "nationalprodukt" "nationalprodukter" ; - nationalraett_nn_1 = mkN "nationalrдtt" "nationalrдtter" ; - nationalsaang_nn_1 = mkN "nationalsеng" "nationalsеnger" ; - nationalscen_nn_1 = mkN "nationalscen" "nationalscener" ; - nationalskald_nn_1 = mkN "nationalskald" "nationalskalder" ; - nationalsocialist_nn_1 = mkN "nationalsocialist" "nationalsocialister" ; - nationalsocialistisk_av_1 = mkA "nationalsocialistisk" ; - nationalsport_nn_1 = mkN "nationalsport" "nationalsporter" ; - nationalspraak_nn_1 = mkN "nationalsprеk" neutrum ; - nationalstat_nn_1 = mkN "nationalstat" "nationalstater" ; - nationalteater_nn_1 = mkN "nationalteater" ; - nationell_av_1 = mkA "nationell" ; - nationsavgift_nn_1 = mkN "nationsavgift" "nationsavgifter" ; - nationsinspektor_nn_1 = mkN "nationsinspektor" "nationsinspektorer" ; - nationskurator_nn_1 = mkN "nationskurator" "nationskuratorer" ; - nationsvis_ab_1 = mkAdv "nationsvis" ; - nativ_av_1 = mkA "nativ" ; - nativitet_nn_1 = mkN "nativitet" "nativiteter" ; - natriumhalt_nn_1 = mkN "natriumhalt" "natriumhalter" ; - natriumhydroxid_nn_1 = mkN "natriumhydroxid" "natriumhydroxider" ; - natriumnitrat_nn_1 = mkN "natriumnitrat" neutrum ; - natriumsulfat_nn_1 = mkN "natriumsulfat" neutrum ; - natriumtiosulfat_nn_1 = mkN "natriumtiosulfat" "natriumtiosulfater" ; - natronlut_nn_1 = mkN "natronlut" ; - natt_nn_1 = mkN "natt" "nдtter" ; - nattaktiv_av_1 = mkA "nattaktiv" ; - nattblaa_av_1 = mkA "nattblе" "nattblеtt" ; - nattblind_av_1 = mkA "nattblind" ; - nattblindhet_nn_1 = mkN "nattblindhet" "nattblindheter" ; - nattbord_nn_1 = mkN "nattbord" neutrum ; - nattdjur_nn_1 = mkN "nattdjur" neutrum ; - nattdraekt_nn_1 = mkN "nattdrдkt" "nattdrдkter" ; - nattduksbord_nn_1 = mkN "nattduksbord" neutrum ; - nattetid_ab_1 = mkAdv "nattetid" ; - nattfaagel_nn_1 = mkN "nattfеgel" ; - nattfack_nn_1 = mkN "nattfack" neutrum ; - nattfjaeril_nn_1 = mkN "nattfjдril" ; - nattfly_nn_1 = mkN "nattfly" "nattflyt" "nattflyn" "nattflyen" ; - nattfriare_nn_1 = mkN "nattfriare" "nattfriare" ; - nattfrieri_nn_1 = mkN "nattfrieri" "nattfrierit" "nattfrierier" "nattfrierierna" ; - nattfrusen_av_1 = mkA "nattfrusen" "nattfruset" ; - nattgaangen_av_1 = mkA "nattgеngen" "nattgеnget" ; - nattglim_nn_1 = mkN "nattglim" "nattglimmen" "nattglim" "nattglimmen" ; - natthamn_nn_1 = mkN "natthamn" ; - natthimmel_nn_1 = mkN "natthimmel" ; - nattine_nn_1 = mkN "nattinй" "nattinйer" ; - nattis_nn_1 = mkN "nattis" ; - nattjour_nn_1 = mkN "nattjour" "nattjourer" ; - nattkaerl_nn_1 = mkN "nattkдrl" neutrum ; - nattkikare_nn_1 = mkN "nattkikare" "nattkikare" ; - nattklubb_nn_1 = mkN "nattklubb" ; - nattkraem_nn_1 = mkN "nattkrдm" "nattkrдmer" ; - nattlaeger_nn_1 = mkN "nattlдger" neutrum ; - nattlaengd_nn_1 = mkN "nattlдngd" "nattlдngder" ; - nattlig_av_1 = mkA "nattlig" ; - nattlik_av_1 = mkA "nattlik" ; - nattljus_nn_1 = mkN "nattljus" neutrum ; - nattlogerare_nn_1 = mkN "nattlogerare" "nattlogerare" ; - nattmangling_nn_1 = mkN "nattmangling" ; - nattmoln_nn_1 = mkN "nattmoln" neutrum ; - nattorientering_nn_1 = mkN "nattorientering" ; - nattraj_nn_1 = mkN "nattraj" neutrum ; - nattsaeck_nn_1 = mkN "nattsдck" ; - nattskift_nn_1 = mkN "nattskift" neutrum ; - nattskoeterska_nn_1 = mkN "nattskцterska" ; - nattslag_nn_1 = mkN "nattslag" neutrum ; - nattsmyg_nn_1 = mkN "nattsmyg" ; - nattspaar_nn_1 = mkN "nattspеr" neutrum ; - nattstaanden_av_1 = mkA "nattstеnden" "nattstеndet" ; - nattstaellning_nn_1 = mkN "nattstдllning" ; - nattstol_nn_1 = mkN "nattstol" ; - nattsvart_av_1 = mkA "nattsvart" "nattsvart" ; - nattsyster_nn_1 = mkN "nattsyster" ; - nattvaekt_nn_1 = mkN "nattvдkt" "nattvдkter" ; - nattvaektare_nn_1 = mkN "nattvдktare" "nattvдktare" ; - nattvak_nn_1 = mkN "nattvak" neutrum ; - nattvakt_nn_1 = mkN "nattvakt" "nattvakter" ; - nattvard_nn_1 = mkN "nattvard" "nattvarder" ; - nattvardsbarn_nn_1 = mkN "nattvardsbarn" neutrum ; - nattvardsberedelse_nn_1 = mkN "nattvardsberedelse" "nattvardsberedelser" ; - nattvardsbord_nn_1 = mkN "nattvardsbord" neutrum ; - nattvardsbroed_nn_1 = mkN "nattvardsbrцd" neutrum ; - nattvardsgaang_nn_1 = mkN "nattvardsgеng" ; - nattvardsgudstjaenst_nn_1 = mkN "nattvardsgudstjдnst" "nattvardsgudstjдnster" ; - nattvardskaerl_nn_1 = mkN "nattvardskдrl" neutrum ; - nattvardskalk_nn_1 = mkN "nattvardskalk" ; - nattvardsundervisning_nn_1 = mkN "nattvardsundervisning" ; - nattvardsvin_nn_1 = mkN "nattvardsvin" "nattvardsvinet" "nattvardsviner" "nattvardsvinerna" ; - nattviol_nn_1 = mkN "nattviol" "nattvioler" ; - nattygsbord_nn_1 = mkN "nattygsbord" neutrum ; - natur_nn_1 = mkN "natur" "naturer" ; - naturaliekabinett_nn_1 = mkN "naturaliekabinett" neutrum ; - naturalist_nn_1 = mkN "naturalist" "naturalister" ; - naturalistisk_av_1 = mkA "naturalistisk" ; - naturaportion_nn_1 = mkN "naturaportion" "naturaportioner" ; - naturbarn_nn_1 = mkN "naturbarn" neutrum ; - naturbegaavning_nn_1 = mkN "naturbegеvning" ; - naturbehov_nn_1 = mkN "naturbehov" neutrum ; - naturbetingelse_nn_1 = mkN "naturbetingelse" "naturbetingelser" ; - naturbunden_av_1 = mkA "naturbunden" "naturbundet" ; - naturell_av_1 = mkA "naturell" ; - naturelltapet_nn_1 = mkN "naturelltapet" "naturelltapeter" ; - naturenlig_av_1 = mkA "naturenlig" ; - naturfaerg_nn_1 = mkN "naturfдrg" "naturfдrger" ; - naturfenomen_nn_1 = mkN "naturfenomen" neutrum ; - naturfiber_nn_1 = mkN "naturfiber" "naturfibern" "naturfibrer" "naturfibrerna" ; - naturfilosof_nn_1 = mkN "naturfilosof" "naturfilosofer" ; - naturfolk_nn_1 = mkN "naturfolk" neutrum ; - naturformation_nn_1 = mkN "naturformation" "naturformationer" ; - naturgas_nn_1 = mkN "naturgas" "naturgaser" ; - naturhamn_nn_1 = mkN "naturhamn" ; - naturhistorisk_av_1 = mkA "naturhistorisk" ; - naturhorn_nn_1 = mkN "naturhorn" neutrum ; - naturinstinkt_nn_1 = mkN "naturinstinkt" "naturinstinkter" ; - naturist_nn_1 = mkN "naturist" "naturister" ; - naturkatastrof_nn_1 = mkN "naturkatastrof" "naturkatastrofer" ; - naturkonstant_nn_1 = mkN "naturkonstant" "naturkonstanter" ; - naturkraft_nn_1 = mkN "naturkraft" "naturkrafter" ; - naturlaekare_nn_1 = mkN "naturlдkare" "naturlдkare" ; - naturlaekemedel_nn_1 = mkN "naturlдkemedel" neutrum ; - naturlaekemetod_nn_1 = mkN "naturlдkemetod" "naturlдkemetoder" ; - naturlag_nn_1 = mkN "naturlag" ; - naturlig_av_1 = mkA "naturlig" ; - naturligen_ab_1 = mkAdv "naturligen" ; - naturligtvis_ab_1 = mkAdv "naturligtvis" ; - naturmaenniska_nn_1 = mkN "naturmдnniska" ; - naturmedicin_nn_1 = mkN "naturmedicin" "naturmediciner" ; - naturmetod_nn_1 = mkN "naturmetod" "naturmetoder" ; - naturmiljoe_nn_1 = mkN "naturmiljц" "naturmiljцn" "naturmiljцer" "naturmiljцerna" ; - naturminne_nn_1 = mkN "naturminne" ; - naturminnesmaerke_nn_1 = mkN "naturminnesmдrke" ; - naturnaera_av_1 = mkA "naturnдra" ; - naturnamn_nn_1 = mkN "naturnamn" neutrum ; - naturnoedvaendig_av_1 = mkA "naturnцdvдndig" ; - naturnoedvaendighet_nn_1 = mkN "naturnцdvдndighet" "naturnцdvдndigheter" ; - naturorienterande_av_1 = mkA "naturorienterande" ; - naturpark_nn_1 = mkN "naturpark" "naturparker" ; - naturreligion_nn_1 = mkN "naturreligion" "naturreligioner" ; - naturreservat_nn_1 = mkN "naturreservat" neutrum ; - naturresurs_nn_1 = mkN "naturresurs" "naturresurser" ; - naturrikedom_nn_1 = mkN "naturrikedom" ; - natursaangare_nn_1 = mkN "natursеngare" "natursеngare" ; - natursceneri_nn_1 = mkN "natursceneri" "naturscenerit" "naturscenerier" "naturscenerierna" ; - naturskoen_av_1 = mkA "naturskцn" ; - naturskog_nn_1 = mkN "naturskog" ; - natursten_nn_1 = mkN "natursten" "naturstenen" "naturstenar" "naturstenarna" ; - naturstig_nn_1 = mkN "naturstig" ; - naturstridig_av_1 = mkA "naturstridig" ; - naturtillgaang_nn_1 = mkN "naturtillgеng" ; - naturtomt_nn_1 = mkN "naturtomt" "naturtomter" ; - naturtrogen_av_1 = mkA "naturtrogen" "naturtroget" ; - naturtyp_nn_1 = mkN "naturtyp" "naturtyper" ; - naturvaardare_nn_1 = mkN "naturvеrdare" "naturvеrdare" ; - naturvaen_nn_1 = mkN "naturvдn" "naturvдnnen" "naturvдnner" "naturvдnnerna" ; - naturvaesen_nn_1 = mkN "naturvдsen" "naturvдsendet" "naturvдsen" "naturvдsena" ; - naturvetare_nn_1 = mkN "naturvetare" "naturvetare" ; - naturvetenskap_nn_1 = mkN "naturvetenskap" "naturvetenskaper" ; - naturvetenskaplig_av_1 = mkA "naturvetenskaplig" ; - naturvetenskapsman_nn_1 = mkN "naturvetenskapsman" "naturvetenskapsmannen" "naturvetenskapsmдn" "naturvetenskapsmдnnen" ; - naturvidrig_av_1 = mkA "naturvidrig" ; - naurisk_av_1 = mkA "naurisk" ; - nauruer_nn_1 = mkN "nauruer" "nauruern" "nauruer" "nauruerna" ; - nautiker_nn_1 = mkN "nautiker" "nautikern" "nautiker" "nautikerna" ; - nautisk_av_1 = mkA "nautisk" ; - nav_nn_1 = mkN "nav" neutrum ; - navalmedicinsk_av_1 = mkA "navalmedicinsk" ; - navarborr_nn_1 = mkN "navarborr" ; - navare_nn_1 = mkN "navare" "navare" ; - navel_nn_1 = mkN "navel" ; - navelband_nn_1 = mkN "navelband" neutrum ; - navelflaeck_nn_1 = mkN "navelflдck" ; - navelskaadare_nn_1 = mkN "navelskеdare" "navelskеdare" ; - navelstraeng_nn_1 = mkN "navelstrдng" ; - navelsvin_nn_1 = mkN "navelsvin" neutrum ; - navigabel_av_1 = mkA "navigabel" ; - navigationssatellit_nn_1 = mkN "navigationssatellit" "navigationssatelliter" ; - navigationsvarning_nn_1 = mkN "navigationsvarning" ; - navigatoer_nn_1 = mkN "navigatцr" "navigatцrer" ; - navigerbar_av_1 = mkA "navigerbar" ; - navigering_nn_1 = mkN "navigering" ; - navigeringssystem_nn_1 = mkN "navigeringssystem" neutrum ; - navkapsel_nn_1 = mkN "navkapsel" ; - naziarkitektur_nn_1 = mkN "naziarkitektur" "naziarkitekturer" ; - nazist_nn_1 = mkN "nazist" "nazister" ; - nazistisk_av_1 = mkA "nazistisk" ; - neandertalare_nn_1 = mkN "neandertalare" "neandertalare" ; - neandertalmaenniska_nn_1 = mkN "neandertalmдnniska" ; - neapolitan_nn_1 = mkN "neapolitan" "neapolitaner" ; - neapolitansk_av_1 = mkA "neapolitansk" ; - nebuloes_av_1 = mkA "nebulцs" ; - nebulosalinje_nn_1 = mkN "nebulosalinje" "nebulosalinjer" ; - necessaer_nn_1 = mkN "necessдr" "necessдrer" ; - ned_ab_1 = mkAdv "ned" ; - nedaat_ab_1 = mkAdv "nedеt" ; - nedaatgaaende_av_1 = mkA "nedеtgеende" ; - nedaervd_av_1 = mkA "nedдrvd" "nedдrvt" ; - nedan_ab_1 = mkAdv "nedan" ; - nedan_nn_1 = mkN "nedan" neutrum ; - nedanfoer_ab_1 = mkAdv "nedanfцr" ; - nedanstaaende_av_1 = mkA "nedanstеende" ; - nedbruten_av_1 = mkA "nedbruten" "nedbrutet" ; - nedbryta_vb_1 = mkV "nedbryta" "nedbrцt" "nedbrutit" ; - nedbrytning_nn_1 = mkN "nedbrytning" ; - nedbrytningsstation_nn_1 = mkN "nedbrytningsstation" "nedbrytningsstationer" ; - neddragen_av_1 = mkA "neddragen" "neddraget" ; - neddragning_nn_1 = mkN "neddragning" ; - neder_ab_1 = mkAdv "neder" ; - nederboerdsmaengd_nn_1 = mkN "nederbцrdsmдngd" "nederbцrdsmдngder" ; - nederboerdsomraade_nn_1 = mkN "nederbцrdsomrеde" ; - nederdel_nn_1 = mkN "nederdel" "nederdelen" "nederdelar" "nederdelarna" ; - nederlaendare_nn_1 = mkN "nederlдndare" "nederlдndare" ; - nederlaendsk_av_1 = mkA "nederlдndsk" ; - nederlaendska_nn_2 = mkN "nederlдndska" ; - nederlag_nn_1 = mkN "nederlag" neutrum ; - nedfall_nn_1 = mkN "nedfall" neutrum ; - nedfart_nn_1 = mkN "nedfart" "nedfarter" ; - nedfoer_ab_1 = mkAdv "nedfцr" ; - nedfoersbacke_nn_1 = mkN "nedfцrsbacke" utrum ; - nedfrysning_nn_1 = mkN "nedfrysning" ; - nedgaang_nn_1 = mkN "nedgеng" ; - nedgaangen_av_1 = mkA "nedgеngen" "nedgеnget" ; - nedhaengande_av_1 = mkA "nedhдngande" ; - nedhalare_nn_1 = mkN "nedhalare" "nedhalare" ; - nedifraan_ab_1 = mkAdv "nedifrеn" ; - nedkomma_vb_1 = mkV "nedkomma" "nedkom" "nedkommit" ; - nedlaatande_av_1 = mkA "nedlеtande" ; - nedlaaten_av_1 = mkA "nedlеten" "nedlеtet" ; - nedlaatenhet_nn_1 = mkN "nedlеtenhet" "nedlеtenheter" ; - nedlaeggelse_nn_1 = mkN "nedlдggelse" "nedlдggelser" ; - nedlaeggning_nn_1 = mkN "nedlдggning" ; - nedmoerk_av_1 = mkA "nedmцrk" ; - nedom_ab_1 = mkAdv "nedom" ; - nedra_av_1 = mkA "nedra" ; - nedraekning_nn_1 = mkN "nedrдkning" ; - nedrans_av_1 = mkA "nedrans" ; - nedrig_av_1 = mkA "nedrig" ; - nedringd_av_1 = mkA "nedringd" "nedringt" ; - nedsaettande_av_1 = mkA "nedsдttande" ; - nedsaettning_nn_1 = mkN "nedsдttning" ; - nedsaettningsbevis_nn_1 = mkN "nedsдttningsbevis" neutrum ; - nedsatt_av_1 = mkA "nedsatt" ; - nedskaelld_av_1 = mkA "nedskдlld" "nedskдllt" ; - nedskaerning_nn_1 = mkN "nedskдrning" ; - nedskriva_vb_1 = mkV "nedskriva" "nedskrev" "nedskrivit" ; - nedslaaende_av_1 = mkA "nedslеende" ; - nedslaepp_nn_1 = mkN "nedslдpp" neutrum ; - nedslag_nn_1 = mkN "nedslag" neutrum ; - nedslagen_av_1 = mkA "nedslagen" "nedslaget" ; - nedslagskrater_nn_1 = mkN "nedslagskrater" ; - nedslagsplats_nn_1 = mkN "nedslagsplats" "nedslagsplatser" ; - nedslagsteori_nn_1 = mkN "nedslagsteori" "nedslagsteorier" ; - nedslaktning_nn_1 = mkN "nedslaktning" ; - nedsliten_av_1 = mkA "nedsliten" "nedslitet" ; - nedsmord_av_1 = mkA "nedsmord" "nedsmort" ; - nedspilld_av_1 = mkA "nedspilld" "nedspillt" ; - nedstaemd_av_1 = mkA "nedstдmd" "nedstдmt" ; - nedstraak_nn_1 = mkN "nedstrеk" neutrum ; - nedstroems_ab_1 = mkAdv "nedstrцms" ; - nedstrykning_nn_1 = mkN "nedstrykning" ; - nedsupen_av_1 = mkA "nedsupen" "nedsupet" ; - nedsutten_av_1 = mkA "nedsutten" "nedsuttet" ; - nedsvaertning_nn_1 = mkN "nedsvдrtning" ; - nedtagning_nn_1 = mkN "nedtagning" ; - nedtill_ab_1 = mkAdv "nedtill" ; - nedtoning_nn_1 = mkN "nedtoning" ; - nedtransformering_nn_1 = mkN "nedtransformering" ; - nedtransponering_nn_1 = mkN "nedtransponering" ; - nedtryckt_av_1 = mkA "nedtryckt" "nedtryckt" ; - nefrit_nn_1 = mkN "nefrit" "nefriter" ; - nefritisk_av_1 = mkA "nefritisk" ; - negation_nn_1 = mkN "negation" "negationer" ; - negativ_av_1 = mkA "negativ" ; - negativ_nn_1 = mkN "negativ" neutrum ; - neger_nn_1 = mkN "neger" "negern" "negrer" "negrerna" ; - negerboll_nn_1 = mkN "negerboll" ; - neglige_nn_1 = mkN "negligй" "negligйer" ; - negligeabel_av_1 = mkA "negligeabel" "negligeabelt" "negligeabla" "negligeabla" "negligeablare" "negligeablast" "negligeablaste" ; - negligibel_av_1 = mkA "negligibel" "negligibelt" "negligibla" "negligibla" "negligiblare" "negligiblast" "negligiblaste" ; - negress_nn_1 = mkN "negress" "negresser" ; - negroid_nn_1 = mkN "negroid" "negroider" ; - nejd_nn_1 = mkN "nejd" "nejder" ; - nejlikrot_nn_1 = mkN "nejlikrot" "nejlikrцtter" ; - nejlikvaext_nn_1 = mkN "nejlikvдxt" "nejlikvдxter" ; - nejonoega_nn_1 = mkN "nejonцga" "nejonцgat" "nejonцgon" "nejonцgonen" ; - nejsaegare_nn_1 = mkN "nejsдgare" "nejsдgare" ; - nek_nn_1 = mkN "nek" ; - nekrofil_nn_1 = mkN "nekrofil" "nekrofiler" ; - nekrolog_nn_1 = mkN "nekrolog" "nekrologer" ; - nektardrag_nn_1 = mkN "nektardrag" neutrum ; - nektarin_nn_1 = mkN "nektarin" "nektariner" ; - nektarium_nn_1 = mkN "nektarium" "nektariet" "nektarier" "nektarierna" ; - nematod_nn_1 = mkN "nematod" "nematoder" ; - nemesistanke_nn_1 = mkN "nemesistanke" utrum ; - neodym_nn_2 = mkN "neodym" "neodymer" ; - neodymmagnet_nn_1 = mkN "neodymmagnet" "neodymmagneter" ; - neokolonialistisk_av_1 = mkA "neokolonialistisk" ; - neolitisk_av_1 = mkA "neolitisk" ; - neolog_nn_1 = mkN "neolog" "neologer" ; - neongas_nn_1 = mkN "neongas" "neongaser" ; - neonljus_nn_1 = mkN "neonljus" neutrum ; - neonroer_nn_1 = mkN "neonrцr" neutrum ; - neonskylt_nn_1 = mkN "neonskylt" ; - neotektonik_nn_1 = mkN "neotektonik" "neotektoniker" ; - neotektonisk_av_1 = mkA "neotektonisk" ; - nepales_nn_1 = mkN "nepales" "nepaleser" ; - nepalesisk_av_1 = mkA "nepalesisk" ; - neptunisk_av_1 = mkA "neptunisk" ; - ner_ab_1 = mkAdv "ner" ; - neraatgaaende_av_1 = mkA "nerеtgеende" ; - nerbryta_vb_1 = mkV "nerbryta" "nerbrцt" "nerbrutit" ; - nere_ab_1 = mkAdv "nere" ; - nere_av_1 = mkA "nere" ; - nereid_nn_1 = mkN "nereid" "nereider" ; - nerfoer_ab_1 = mkAdv "nerfцr" ; - nerifraan_ab_1 = mkAdv "nerifrеn" ; - nerium_nn_1 = mkN "nerium" "nerien" "nerier" "nerierna" ; - nertill_ab_1 = mkAdv "nertill" ; - nerv_nn_1 = mkN "nerv" "nerver" ; - nervaenda_nn_1 = mkN "nervдnda" "nervдndan" "nervдndar" "nervдndarna" ; - nervaktivitet_nn_1 = mkN "nervaktivitet" "nervaktiviteter" ; - nervattack_nn_1 = mkN "nervattack" "nervattacker" ; - nervcell_nn_1 = mkN "nervcell" "nervceller" ; - nervcellsgrupp_nn_1 = mkN "nervcellsgrupp" "nervcellsgrupper" ; - nervchock_nn_1 = mkN "nervchock" "nervchocker" ; - nervfoerbindelse_nn_1 = mkN "nervfцrbindelse" "nervfцrbindelser" ; - nervgas_nn_1 = mkN "nervgas" "nervgaser" ; - nervgift_nn_1 = mkN "nervgift" "nervgiftet" "nervgifter" "nervgifterna" ; - nervig_av_1 = mkA "nervig" ; - nervimpuls_nn_1 = mkN "nervimpuls" "nervimpulser" ; - nervkittlande_av_1 = mkA "nervkittlande" ; - nervklen_av_1 = mkA "nervklen" ; - nervknut_nn_1 = mkN "nervknut" ; - nervkollaps_nn_1 = mkN "nervkollaps" "nervkollapser" ; - nervkrig_nn_1 = mkN "nervkrig" neutrum ; - nervmedicin_nn_1 = mkN "nervmedicin" "nervmediciner" ; - nervoes_av_1 = mkA "nervцs" ; - nervositet_nn_1 = mkN "nervositet" "nervositeter" ; - nervpirrande_av_1 = mkA "nervpirrande" ; - nervryckning_nn_1 = mkN "nervryckning" ; - nervsammanbrott_nn_1 = mkN "nervsammanbrott" neutrum ; - nervsignal_nn_1 = mkN "nervsignal" "nervsignaler" ; - nervsignalmoenster_nn_1 = mkN "nervsignalmцnster" neutrum ; - nervsjukdom_nn_1 = mkN "nervsjukdom" ; - nervstump_nn_1 = mkN "nervstump" ; - nervsystem_nn_1 = mkN "nervsystem" neutrum ; - nervtraad_nn_1 = mkN "nervtrеd" ; - nervvrak_nn_1 = mkN "nervvrak" neutrum ; - neslig_av_1 = mkA "neslig" ; - nesligen_ab_1 = mkAdv "nesligen" ; - nestorian_nn_1 = mkN "nestorian" "nestorianer" ; - nestoriansk_av_1 = mkA "nestoriansk" ; - netto_ab_1 = mkAdv "netto" ; - netto_nn_1 = mkN "netto" "nettot" "netton" "nettona" ; - nettofoermoegenhet_nn_1 = mkN "nettofцrmцgenhet" "nettofцrmцgenheter" ; - nettoinkomst_nn_1 = mkN "nettoinkomst" "nettoinkomster" ; - nettoloen_nn_1 = mkN "nettolцn" "nettolцner" ; - nettopris_nn_1 = mkN "nettopris" neutrum ; - nettoregisterton_nn_1 = mkN "nettoregisterton" "nettoregistertonnet" "nettoregisterton" "nettoregistertonnen" ; - nettoskuld_nn_1 = mkN "nettoskuld" "nettoskulder" ; - nettosparande_nn_1 = mkN "nettosparande" ; - nettostudietid_nn_1 = mkN "nettostudietid" "nettostudietider" ; - nettovinst_nn_1 = mkN "nettovinst" "nettovinster" ; - neuralgisk_av_1 = mkA "neuralgisk" ; - neurit_nn_1 = mkN "neurit" "neuriter" ; - neurofysiolog_nn_1 = mkN "neurofysiolog" "neurofysiologer" ; - neuroleptika_nn_1 = mkN "neuroleptika" "neuroleptikan" "neuroleptika" "neuroleptikana" ; - neurolog_nn_1 = mkN "neurolog" "neurologer" ; - neurologisk_av_1 = mkA "neurologisk" ; - neurom_nn_1 = mkN "neurom" neutrum ; - neuron_nn_1 = mkN "neuron" neutrum ; - neuropat_nn_1 = mkN "neuropat" "neuropater" ; - neuros_nn_1 = mkN "neuros" "neuroser" ; - neurotiker_nn_1 = mkN "neurotiker" "neurotikern" "neurotiker" "neurotikerna" ; - neurotisk_av_1 = mkA "neurotisk" ; - neutral_av_1 = mkA "neutral" ; - neutralist_nn_1 = mkN "neutralist" "neutralister" ; - neutralistisk_av_1 = mkA "neutralistisk" ; - neutralitet_nn_1 = mkN "neutralitet" "neutraliteter" ; - neutrallaege_nn_1 = mkN "neutrallдge" ; - neutrino_nn_1 = mkN "neutrino" "neutrinon" "neutrinos" "neutrinosen" ; - neutrinofoertaetning_nn_1 = mkN "neutrinofцrtдtning" ; - neutrinohav_nn_1 = mkN "neutrinohav" neutrum ; - neutrinomodell_nn_1 = mkN "neutrinomodell" "neutrinomodeller" ; - neutron_nn_1 = mkN "neutron" "neutroner" ; - neutronbomb_nn_1 = mkN "neutronbomb" "neutronbomber" ; - neutronstraalning_nn_1 = mkN "neutronstrеlning" ; - neutrum_nn_1 = mkN "neutrum" neutrum ; - nevoe_nn_1 = mkN "nevц" "nevцn" "nevцer" "nevцerna" ; - newfoundlaendare_nn_1 = mkN "newfoundlдndare" "newfoundlдndare" ; - newfoundlaendsk_av_1 = mkA "newfoundlдndsk" ; - newfoundlandshund_nn_1 = mkN "newfoundlandshund" ; - newton_nn_1 = mkN "newton" "newtonen" "newton" "newtonen" ; - newtonmeter_nn_1 = mkN "newtonmeter" ; - ng_ljud_nn_1 = mkN "ng-ljud" neutrum ; - nicaraguan_nn_1 = mkN "nicaraguan" "nicaraguaner" ; - nick_nn_1 = mkN "nick" ; - nickhake_nn_1 = mkN "nickhake" utrum ; - nickning_nn_1 = mkN "nickning" ; - nickpump_nn_1 = mkN "nickpump" ; - nidation_nn_1 = mkN "nidation" "nidationer" ; - nidbild_nn_1 = mkN "nidbild" "nidbilder" ; - niddikt_nn_1 = mkN "niddikt" "niddikter" ; - niding_nn_1 = mkN "niding" ; - nidingsdaad_nn_1 = mkN "nidingsdеd" neutrum ; - nidingsverk_nn_1 = mkN "nidingsverk" neutrum ; - nidsk_av_1 = mkA "nidsk" ; - nidskrift_nn_1 = mkN "nidskrift" "nidskrifter" ; - nidstaang_nn_1 = mkN "nidstеng" "nidstдnger" ; - niece_nn_1 = mkN "niece" "niecer" ; - niello_nn_1 = mkN "niello" "niellon" "nieller" "niellerna" ; - nigerer_nn_1 = mkN "nigerer" "nigerern" "nigerer" "nigererna" ; - nigerian_nn_1 = mkN "nigerian" "nigerianer" ; - nigeriansk_av_1 = mkA "nigeriansk" ; - nigerisk_av_1 = mkA "nigerisk" ; - nigger_nn_1 = mkN "nigger" "niggern" "niggrer" "niggrerna" ; - nigning_nn_1 = mkN "nigning" ; - nigsittande_av_1 = mkA "nigsittande" ; - nigstaaende_av_1 = mkA "nigstеende" ; - nihilist_nn_1 = mkN "nihilist" "nihilister" ; - nihilistisk_av_1 = mkA "nihilistisk" ; - nikotingul_av_1 = mkA "nikotingul" ; - nikotinist_nn_1 = mkN "nikotinist" "nikotinister" ; - nimrod_nn_1 = mkN "nimrod" ; - niondel_nn_1 = mkN "niondel" "niondelen" "niondelar" "niondelarna" ; - niotillhaallarlaas_nn_1 = mkN "niotillhеllarlеs" neutrum ; - nipbrant_nn_1 = mkN "nipbrant" "nipbranter" ; - nipflod_nn_1 = mkN "nipflod" "nipfloder" ; - nipig_av_1 = mkA "nipig" ; - nippel_nn_1 = mkN "nippel" ; - nipprig_av_1 = mkA "nipprig" ; - nisch_nn_1 = mkN "nisch" "nischer" ; - nisse_nn_1 = mkN "nisse" utrum ; - nissoega_nn_1 = mkN "nissцga" "nissцgat" "nissцgon" "nissцgonen" ; - nit_nn_2 = mkN "nit" ; - nit_nn_3 = mkN "nit" ; - nitaelskande_nn_1 = mkN "nitдlskande" ; - nitfoerband_nn_1 = mkN "nitfцrband" neutrum ; - nitisk_av_1 = mkA "nitisk" ; - nitlott_nn_1 = mkN "nitlott" "nitlotter" ; - nitnagel_nn_1 = mkN "nitnagel" ; - nitrat_nn_1 = mkN "nitrat" neutrum ; - nitratbakterie_nn_1 = mkN "nitratbakterie" "nitratbakterier" ; - nitrit_nn_1 = mkN "nitrit" neutrum ; - nitritbakterie_nn_1 = mkN "nitritbakterie" "nitritbakterier" ; - nitroes_av_1 = mkA "nitrцs" ; - nitrofoerening_nn_1 = mkN "nitrofцrening" ; - nitroglycerin_nn_1 = mkN "nitroglycerin" "nitroglyceriner" ; - nitrogrupp_nn_1 = mkN "nitrogrupp" "nitrogrupper" ; - nitstamp_nn_1 = mkN "nitstamp" ; - nitstans_nn_1 = mkN "nitstans" ; - nittiosexprocentig_av_1 = mkA "nittiosexprocentig" ; - nittiotalist_nn_1 = mkN "nittiotalist" "nittiotalister" ; - nittisexprocentig_av_1 = mkA "nittisexprocentig" ; - nittitalism_nn_1 = mkN "nittitalism" "nittitalismer" ; - nittitalist_nn_1 = mkN "nittitalist" "nittitalister" ; - nivaa_nn_1 = mkN "nivе" "nivеer" ; - nivaagruppering_nn_1 = mkN "nivеgruppering" ; - nivaaskillnad_nn_1 = mkN "nivеskillnad" "nivеskillnader" ; - nivation_nn_1 = mkN "nivation" "nivationer" ; - njugg_av_1 = mkA "njugg" ; - njugghaent_av_1 = mkA "njugghдnt" "njugghдnt" ; - njurbaecken_nn_1 = mkN "njurbдcken" neutrum ; - njurbaelte_nn_1 = mkN "njurbдlte" ; - njure_nn_1 = mkN "njure" utrum ; - njursten_nn_1 = mkN "njursten" "njurstenen" "njurstenar" "njurstenarna" ; - njurtransplantation_nn_1 = mkN "njurtransplantation" "njurtransplantationer" ; - njuta_vb_1 = mkV "njuta" "njцt" "njutit" ; - njutbar_av_1 = mkA "njutbar" ; - njutning_nn_1 = mkN "njutning" ; - njutningslysten_av_1 = mkA "njutningslysten" "njutningslystet" ; - njutningslystnad_nn_1 = mkN "njutningslystnad" "njutningslystnader" ; - njutningsmedel_nn_1 = mkN "njutningsmedel" neutrum ; - noanamn_nn_1 = mkN "noanamn" neutrum ; - noaord_nn_1 = mkN "noaord" neutrum ; - nobb_nn_1 = mkN "nobb" ; - nobel_av_1 = mkA "nobel" "nobelt" "nobla" "nobla" "noblare" "noblast" "noblaste" ; - nobelpris_nn_1 = mkN "nobelpris" neutrum ; - nobelpristagare_nn_1 = mkN "nobelpristagare" "nobelpristagare" ; - nock_nn_1 = mkN "nock" ; - nocturne_nn_1 = mkN "nocturne" "nocturner" ; - nod_nn_1 = mkN "nod" "noder" ; - noedaar_nn_1 = mkN "nцdеr" neutrum ; - noedanrop_nn_1 = mkN "nцdanrop" neutrum ; - noedbedd_av_1 = mkA "nцdbedd" "nцdbedtt" ; - noedbjuden_av_1 = mkA "nцdbjuden" "nцdbjudet" ; - noedbroms_nn_1 = mkN "nцdbroms" ; - noedd_av_1 = mkA "nцdd" ; - noeddop_nn_1 = mkN "nцddop" neutrum ; - noedfall_nn_1 = mkN "nцdfall" neutrum ; - noedhamn_nn_1 = mkN "nцdhamn" ; - noedig_av_1 = mkA "nцdig" ; - noedlaege_nn_1 = mkN "nцdlдge" ; - noedlandning_nn_1 = mkN "nцdlandning" ; - noedlidande_av_1 = mkA "nцdlidande" ; - noedloegn_nn_1 = mkN "nцdlцgn" "nцdlцgner" ; - noedloesning_nn_1 = mkN "nцdlцsning" ; - noedmynt_nn_1 = mkN "nцdmynt" neutrum ; - noedraket_nn_1 = mkN "nцdraket" "nцdraketer" ; - noedrim_nn_1 = mkN "nцdrim" "nцdrimmet" "nцdrim" "nцdrimmen" ; - noedrop_nn_1 = mkN "nцdrop" neutrum ; - noedsignal_nn_1 = mkN "nцdsignal" "nцdsignaler" ; - noedsignalering_nn_1 = mkN "nцdsignalering" ; - noedsituation_nn_1 = mkN "nцdsituation" "nцdsituationer" ; - noedstaelld_av_1 = mkA "nцdstдlld" "nцdstдllt" ; - noedtorftig_av_1 = mkA "nцdtorftig" ; - noedtvungen_av_1 = mkA "nцdtvungen" "nцdtvunget" ; - noedutgaang_nn_1 = mkN "nцdutgеng" ; - noedvaendig_av_1 = mkA "nцdvдndig" ; - noedvaendighet_nn_1 = mkN "nцdvдndighet" "nцdvдndigheter" ; - noedvaendighetsartikel_nn_1 = mkN "nцdvдndighetsartikel" ; - noedvaendigtvis_ab_1 = mkAdv "nцdvдndigtvis" ; - noedvuxen_av_1 = mkA "nцdvuxen" "nцdvuxet" ; - noejaktig_av_1 = mkA "nцjaktig" ; - noejd_av_1 = mkA "nцjd" "nцjt" ; - noejdfoerklaring_nn_1 = mkN "nцjdfцrklaring" ; - noeje_nn_1 = mkN "nцje" ; - noejesbaat_nn_1 = mkN "nцjesbеt" ; - noejesbegaer_nn_1 = mkN "nцjesbegдr" neutrum ; - noejesetablissemang_nn_1 = mkN "nцjesetablissemang" neutrum ; - noejesfaelt_nn_1 = mkN "nцjesfдlt" neutrum ; - noejesfiskare_nn_1 = mkN "nцjesfiskare" "nцjesfiskare" ; - noejeshall_nn_1 = mkN "nцjeshall" ; - noejeskoerning_nn_1 = mkN "nцjeskцrning" ; - noejeslokal_nn_1 = mkN "nцjeslokal" "nцjeslokaler" ; - noejeslysten_av_1 = mkA "nцjeslysten" "nцjeslystet" ; - noejespalats_nn_1 = mkN "nцjespalats" neutrum ; - noejespappa_nn_1 = mkN "nцjespappa" ; - noejespark_nn_1 = mkN "nцjespark" "nцjesparker" ; - noejesprogram_nn_1 = mkN "nцjesprogram" "nцjesprogrammet" "nцjesprogram" "nцjesprogrammen" ; - noejsam_av_1 = mkA "nцjsam" "nцjsamt" "nцjsamma" "nцjsamma" "nцjsammare" "nцjsammast" "nцjsammaste" ; - noet_nn_1 = mkN "nцt" "nцtter" ; - noet_nn_2 = mkN "nцt" neutrum ; - noetbarhet_nn_1 = mkN "nцtbarhet" "nцtbarheter" ; - noetbrun_av_1 = mkA "nцtbrun" ; - noetfrukt_nn_1 = mkN "nцtfrukt" "nцtfrukter" ; - noetknaeckare_nn_1 = mkN "nцtknдckare" "nцtknдckare" ; - noetknaeppare_nn_1 = mkN "nцtknдppare" "nцtknдppare" ; - noetkreatur_nn_1 = mkN "nцtkreatur" neutrum ; - noetliknande_av_1 = mkA "nцtliknande" ; - noetning_nn_1 = mkN "nцtning" ; - noetningsbestaendig_av_1 = mkA "nцtningsbestдndig" ; - noetskal_nn_1 = mkN "nцtskal" neutrum ; - noetstyng_nn_1 = mkN "nцtstyng" neutrum ; - noetvivel_nn_1 = mkN "nцtvivel" ; - nog_ab_1 = mkAdv "nog" ; - noga_ab_1 = mkAdv "noga" ; - noga_av_1 = mkA "noga" ; - nogav_ab_1 = mkAdv "nogav" ; - noggrann_av_1 = mkA "noggrann" "noggrant" ; - noggrannhet_nn_1 = mkN "noggrannhet" "noggrannheter" ; - nogsamt_ab_1 = mkAdv "nogsamt" ; - nokturn_nn_1 = mkN "nokturn" "nokturner" ; - nollaege_nn_1 = mkN "nollдge" ; - nollcirkel_nn_1 = mkN "nollcirkel" ; - nolledning_nn_1 = mkN "nolledning" ; - nollkorrektur_nn_1 = mkN "nollkorrektur" neutrum ; - nollning_nn_1 = mkN "nollning" ; - nollplan_nn_1 = mkN "nollplan" neutrum ; - nollpunkt_nn_1 = mkN "nollpunkt" "nollpunkter" ; - nollspant_nn_1 = mkN "nollspant" neutrum ; - nolltaxerare_nn_1 = mkN "nolltaxerare" "nolltaxerare" ; - noltig_av_1 = mkA "noltig" ; - nomad_nn_1 = mkN "nomad" "nomader" ; - nomadfamilj_nn_1 = mkN "nomadfamilj" "nomadfamiljer" ; - nomadfolk_nn_1 = mkN "nomadfolk" neutrum ; - nomadisk_av_1 = mkA "nomadisk" ; - nomadsystem_nn_1 = mkN "nomadsystem" neutrum ; - nomen_nn_1 = mkN "nomen" neutrum ; - nomenklatur_nn_1 = mkN "nomenklatur" "nomenklaturer" ; - nominal_av_1 = mkA "nominal" ; - nominalist_nn_1 = mkN "nominalist" "nominalister" ; - nominalistisk_av_1 = mkA "nominalistisk" ; - nominalkatalog_nn_1 = mkN "nominalkatalog" "nominalkataloger" ; - nominalloen_nn_1 = mkN "nominallцn" "nominallцner" ; - nominalvaerde_nn_1 = mkN "nominalvдrde" ; - nominativ_nn_1 = mkN "nominativ" "nominativer" ; - nominell_av_1 = mkA "nominell" ; - nominering_nn_1 = mkN "nominering" ; - nomogram_nn_1 = mkN "nomogram" "nomogrammet" "nomogram" "nomogrammen" ; - non_iron_av_1 = mkA "non-iron" ; - nonaggressionsfoerdrag_nn_1 = mkN "nonaggressionsfцrdrag" neutrum ; - nonchalant_av_1 = mkA "nonchalant" "nonchalant" ; - nonfigurativ_av_1 = mkA "nonfigurativ" ; - nonie_nn_1 = mkN "nonie" "nonier" ; - nonkombattant_nn_1 = mkN "nonkombattant" "nonkombattanter" ; - nonkonformist_nn_1 = mkN "nonkonformist" "nonkonformister" ; - nonsensvers_nn_1 = mkN "nonsensvers" "nonsensverser" ; - nonstop_ab_1 = mkAdv "nonstop" ; - nopp_nn_1 = mkN "nopp" ; - noppig_av_1 = mkA "noppig" ; - nopprig_av_1 = mkA "nopprig" ; - nor_nn_1 = mkN "nor" neutrum ; - noradrenalin_nn_1 = mkN "noradrenalin" "noradrenaliner" ; - nord_sydlig_av_1 = mkA "nord-sydlig" ; - nordamerikan_nn_1 = mkN "nordamerikan" "nordamerikaner" ; - nordamerikansk_av_1 = mkA "nordamerikansk" ; - nordan_ab_1 = mkAdv "nordan" ; - nordanland_nn_1 = mkN "nordanland" neutrum ; - nordanvind_nn_1 = mkN "nordanvind" ; - nordbo_nn_1 = mkN "nordbo" "nordbor" ; - nordgraens_nn_1 = mkN "nordgrдns" "nordgrдnser" ; - nordisk_av_1 = mkA "nordisk" ; - nordist_nn_1 = mkN "nordist" "nordister" ; - nordkorean_nn_1 = mkN "nordkorean" "nordkoreaner" ; - nordlig_av_1 = mkA "nordlig" ; - nordman_nn_1 = mkN "nordman" "nordmannen" "nordmдn" "nordmдnnen" ; - nordoest_ab_1 = mkAdv "nordцst" ; - nordost_ab_1 = mkAdv "nordost" ; - nordpaa_ab_1 = mkAdv "nordpе" ; - nordpol_nn_1 = mkN "nordpol" "nordpoler" ; - nordsluttning_nn_1 = mkN "nordsluttning" ; - nordsvensk_nn_1 = mkN "nordsvensk" ; - nordtysk_av_1 = mkA "nordtysk" ; - nordvaest_ab_1 = mkAdv "nordvдst" ; - nordvaestra_av_1 = mkA "nordvдstra" ; - nordvart_ab_1 = mkAdv "nordvart" ; - nordvietnamesisk_av_1 = mkA "nordvietnamesisk" ; - nordyemenit_nn_1 = mkN "nordyemenit" "nordyemeniter" ; - norm_nn_1 = mkN "norm" "normer" ; - normal_av_1 = mkA "normal" ; - normal_nn_1 = mkN "normal" "normaler" ; - normalbild_nn_1 = mkN "normalbild" "normalbilder" ; - normalfaerg_nn_1 = mkN "normalfдrg" "normalfдrger" ; - normalfilm_nn_1 = mkN "normalfilm" "normalfilmer" ; - normalfoerdelning_nn_1 = mkN "normalfцrdelning" ; - normalgaard_nn_1 = mkN "normalgеrd" ; - normalisering_nn_1 = mkN "normalisering" ; - normaliter_ab_1 = mkAdv "normaliter" ; - normalitet_nn_1 = mkN "normalitet" "normaliteter" ; - normalmaanad_nn_1 = mkN "normalmеnad" "normalmеnader" ; - normalmaatt_nn_1 = mkN "normalmеtt" neutrum ; - normalobjektiv_nn_1 = mkN "normalobjektiv" neutrum ; - normalspaarig_av_1 = mkA "normalspеrig" ; - normalstudietid_nn_1 = mkN "normalstudietid" "normalstudietider" ; - normaltid_nn_1 = mkN "normaltid" "normaltider" ; - normalton_nn_1 = mkN "normalton" "normaltoner" ; - normand_nn_1 = mkN "normand" "normander" ; - normandisk_av_1 = mkA "normandisk" ; - normativ_av_1 = mkA "normativ" ; - normerande_av_1 = mkA "normerande" ; - normgivande_av_1 = mkA "normgivande" ; - normloes_av_1 = mkA "normlцs" ; - normloeshet_nn_1 = mkN "normlцshet" "normlцsheter" ; - norr_ab_1 = mkAdv "norr" ; - norra_av_1 = mkA "norra" ; - norrbagge_nn_1 = mkN "norrbagge" utrum ; - norrbottning_nn_1 = mkN "norrbottning" ; - norrbottnisk_av_1 = mkA "norrbottnisk" ; - norrgoek_nn_1 = mkN "norrgцk" ; - norrifraan_ab_1 = mkAdv "norrifrеn" ; - norrkvint_nn_1 = mkN "norrkvint" ; - norrlaendsk_av_1 = mkA "norrlдndsk" ; - norrlaendska_nn_2 = mkN "norrlдndska" ; - norrlaenning_nn_1 = mkN "norrlдnning" ; - norrlandsaelv_nn_1 = mkN "norrlandsдlv" ; - norrlandshaest_nn_1 = mkN "norrlandshдst" ; - norrman_nn_1 = mkN "norrman" "norrmannen" "norrmдn" "norrmдnnen" ; - norroen_av_1 = mkA "norrцn" ; - norroever_ab_1 = mkAdv "norrцver" ; - norrpaa_ab_1 = mkAdv "norrpе" ; - norrut_ab_1 = mkAdv "norrut" ; - nors_nn_1 = mkN "nors" ; - norsk_av_1 = mkA "norsk" ; - norska_nn_2 = mkN "norska" ; - norvagism_nn_1 = mkN "norvagism" "norvagismer" ; - nos_nn_1 = mkN "nos" ; - noshjul_nn_1 = mkN "noshjul" neutrum ; - noshoerning_nn_1 = mkN "noshцrning" ; - nosig_av_1 = mkA "nosig" ; - noskig_av_1 = mkA "noskig" ; - noskon_nn_1 = mkN "noskon" "noskoner" ; - noskorg_nn_1 = mkN "noskorg" ; - noslaengd_nn_1 = mkN "noslдngd" "noslдngder" ; - nosregion_nn_1 = mkN "nosregion" "nosregioner" ; - nosring_nn_1 = mkN "nosring" ; - nosspets_nn_1 = mkN "nosspets" ; - nostalgi_nn_1 = mkN "nostalgi" "nostalgier" ; - nostalgiker_nn_1 = mkN "nostalgiker" "nostalgikern" "nostalgiker" "nostalgikerna" ; - nostalgisk_av_1 = mkA "nostalgisk" ; - not_nn_1 = mkN "not" "noter" ; - not_nn_2 = mkN "not" ; - notabel_av_1 = mkA "notabel" "notabelt" "notabla" "notabla" "notablare" "notablast" "notablaste" ; - notabilitet_nn_1 = mkN "notabilitet" "notabiliteter" ; - notariat_nn_1 = mkN "notariat" neutrum ; - notariatavdelning_nn_1 = mkN "notariatavdelning" ; - notarie_nn_1 = mkN "notarie" "notarier" ; - notation_nn_1 = mkN "notation" "notationer" ; - notblad_nn_1 = mkN "notblad" neutrum ; - notdraekt_nn_1 = mkN "notdrдkt" "notdrдkter" ; - notering_nn_1 = mkN "notering" ; - notesblock_nn_1 = mkN "notesblock" neutrum ; - notfast_av_1 = mkA "notfast" "notfast" ; - notifikation_nn_1 = mkN "notifikation" "notifikationer" ; - notis_nn_1 = mkN "notis" "notiser" ; - notlag_nn_1 = mkN "notlag" neutrum ; - notlinje_nn_1 = mkN "notlinje" "notlinjer" ; - notorietet_nn_1 = mkN "notorietet" "notorieteter" ; - notorisk_av_1 = mkA "notorisk" ; - nototenioid_nn_1 = mkN "nototenioid" "nototenioider" ; - notpapper_nn_1 = mkN "notpapper" neutrum ; - notplan_nn_1 = mkN "notplan" neutrum ; - notrad_nn_1 = mkN "notrad" "notrader" ; - notsaeker_av_1 = mkA "notsдker" "notsдkert" "notsдkra" "notsдkra" "notsдkrare" "notsдkrast" "notsдkraste" ; - notsiffra_nn_1 = mkN "notsiffra" ; - notskriftstecken_nn_1 = mkN "notskriftstecken" "notskriftstecknet" "notskriftstecken" "notskriftstecknen" ; - notstaal_nn_1 = mkN "notstеl" neutrum ; - notstaell_nn_1 = mkN "notstдll" neutrum ; - notvaendare_nn_1 = mkN "notvдndare" "notvдndare" ; - notvaexling_nn_1 = mkN "notvдxling" ; - notvarp_nn_1 = mkN "notvarp" neutrum ; - nougat_nn_1 = mkN "nougat" "nougater" ; - novantik_av_1 = mkA "novantik" ; - novation_nn_1 = mkN "novation" "novationer" ; - novautbrott_nn_1 = mkN "novautbrott" neutrum ; - novell_nn_1 = mkN "novell" "noveller" ; - novellett_nn_1 = mkN "novellett" "novelletter" ; - novellist_nn_1 = mkN "novellist" "novellister" ; - novellistisk_av_1 = mkA "novellistisk" ; - novellsamling_nn_1 = mkN "novellsamling" ; - novis_nn_1 = mkN "novis" "noviser" ; - novitet_nn_1 = mkN "novitet" "noviteter" ; - novitiat_nn_1 = mkN "novitiat" neutrum ; - nu_ab_1 = mkAdv "nu" ; - nubb_nn_1 = mkN "nubb" ; - nubbe_nn_1 = mkN "nubbe" utrum ; - nubier_nn_1 = mkN "nubier" "nubiern" "nubier" "nubierna" ; - nubisk_av_1 = mkA "nubisk" ; - nuckig_av_1 = mkA "nuckig" ; - nudel_nn_1 = mkN "nudel" ; - nudist_nn_1 = mkN "nudist" "nudister" ; - nudistisk_av_1 = mkA "nudistisk" ; - nuditet_nn_1 = mkN "nuditet" "nuditeter" ; - nufoertiden_ab_1 = mkAdv "nufцrtiden" ; - nugat_nn_1 = mkN "nugat" "nugater" ; - nukleaer_av_1 = mkA "nukleдr" ; - nukleid_nn_1 = mkN "nukleid" "nukleider" ; - nuklein_nn_1 = mkN "nuklein" neutrum ; - nukleon_nn_1 = mkN "nukleon" "nukleoner" ; - nukleontal_nn_1 = mkN "nukleontal" "nukleontalet" "nukleontalen" "nukleontalena" ; - nukleotid_nn_1 = mkN "nukleotid" "nukleotider" ; - nuklid_nn_1 = mkN "nuklid" "nuklider" ; - nullitet_nn_1 = mkN "nullitet" "nulliteter" ; - numera_ab_1 = mkAdv "numera" ; - numeraer_av_1 = mkA "numerдr" ; - numeraer_nn_1 = mkN "numerдr" "numerдrer" ; - numerisk_av_1 = mkA "numerisk" ; - numerus_nn_1 = mkN "numerus" neutrum ; - numinoes_av_1 = mkA "numinцs" ; - numismatiker_nn_1 = mkN "numismatiker" "numismatikern" "numismatiker" "numismatikerna" ; - numismatisk_av_1 = mkA "numismatisk" ; - nummen_av_1 = mkA "nummen" "nummet" "numna" "numna" "numnare" "numnast" "numnaste" ; - nummer_nn_1 = mkN "nummer" neutrum ; - nummerbyraa_nn_1 = mkN "nummerbyrе" "nummerbyrеer" ; - nummerhaest_nn_1 = mkN "nummerhдst" ; - nummerkarl_nn_1 = mkN "nummerkarl" ; - nummerplaat_nn_1 = mkN "nummerplеt" ; - nummerrevy_nn_1 = mkN "nummerrevy" "nummerrevyer" ; - nummerskylt_nn_1 = mkN "nummerskylt" ; - nunatak_nn_1 = mkN "nunatak" "nunataker" ; - nunnedok_nn_1 = mkN "nunnedok" neutrum ; - nunneoert_nn_1 = mkN "nunneцrt" "nunneцrter" ; - nuntiatur_nn_1 = mkN "nuntiatur" "nuntiaturer" ; - nuntie_nn_1 = mkN "nuntie" "nuntier" ; - nuspraaklig_av_1 = mkA "nusprеklig" ; - nusvensk_av_1 = mkA "nusvensk" ; - nutida_av_1 = mkA "nutida" ; - nutilldags_ab_1 = mkAdv "nutilldags" ; - nutritionsorgan_nn_1 = mkN "nutritionsorgan" neutrum ; - nutritiv_av_1 = mkA "nutritiv" ; - nuvarande_av_1 = mkA "nuvarande" ; - nuvig_av_1 = mkA "nuvig" ; - ny_av_1 = mkA "ny" "nytt" ; - ny_nn_1 = mkN "ny" neutrum ; - nyaar_nn_1 = mkN "nyеr" neutrum ; - nyaarsafton_nn_1 = mkN "nyеrsafton" "nyеrsaftonen" "nyеrsaftnar" "nyеrsaftnarna" ; - nyaarsboen_nn_1 = mkN "nyеrsbцn" "nyеrsbцner" ; - nyaarsdag_nn_1 = mkN "nyеrsdag" ; - nyaarsloefte_nn_1 = mkN "nyеrslцfte" ; - nyaarsnatt_nn_1 = mkN "nyеrsnatt" "nyеrsnдtter" ; - nyanlaeggning_nn_1 = mkN "nyanlдggning" ; - nyans_nn_1 = mkN "nyans" "nyanser" ; - nyansering_nn_1 = mkN "nyansering" ; - nyanseringstecken_nn_1 = mkN "nyanseringstecken" "nyanseringstecknet" "nyanseringstecken" "nyanseringstecknen" ; - nyanskaffning_nn_1 = mkN "nyanskaffning" ; - nyantik_av_1 = mkA "nyantik" ; - nybearbetning_nn_1 = mkN "nybearbetning" ; - nybildning_nn_1 = mkN "nybildning" ; - nybliven_av_1 = mkA "nybliven" "nyblivet" ; - nyboerjarbok_nn_1 = mkN "nybцrjarbok" "nybцrjarbцcker" ; - nyboerjare_nn_1 = mkN "nybцrjare" "nybцrjare" ; - nybruten_av_1 = mkA "nybruten" "nybrutet" ; - nyburen_av_1 = mkA "nyburen" "nyburet" ; - nybyggare_nn_1 = mkN "nybyggare" "nybyggare" ; - nybyggd_av_1 = mkA "nybyggd" "nybyggt" ; - nybyggnad_nn_1 = mkN "nybyggnad" "nybyggnader" ; - nyck_nn_1 = mkN "nyck" "nycker" ; - nyckel_nn_1 = mkN "nyckel" ; - nyckelaemne_nn_1 = mkN "nyckelдmne" ; - nyckelax_nn_1 = mkN "nyckelax" neutrum ; - nyckelbarn_nn_1 = mkN "nyckelbarn" neutrum ; - nyckelben_nn_1 = mkN "nyckelben" neutrum ; - nyckelblomster_nn_1 = mkN "nyckelblomster" neutrum ; - nyckelfaerdig_av_1 = mkA "nyckelfдrdig" ; - nyckelfunktion_nn_1 = mkN "nyckelfunktion" "nyckelfunktioner" ; - nyckelhaal_nn_1 = mkN "nyckelhеl" neutrum ; - nyckelindustri_nn_1 = mkN "nyckelindustri" "nyckelindustrier" ; - nyckelman_nn_1 = mkN "nyckelman" "nyckelmannen" "nyckelmдn" "nyckelmдnnen" ; - nyckelord_nn_1 = mkN "nyckelord" neutrum ; - nyckelperson_nn_1 = mkN "nyckelperson" "nyckelpersoner" ; - nyckelposition_nn_1 = mkN "nyckelposition" "nyckelpositioner" ; - nyckelretning_nn_1 = mkN "nyckelretning" ; - nyckelroll_nn_1 = mkN "nyckelroll" "nyckelroller" ; - nyckelroman_nn_1 = mkN "nyckelroman" "nyckelromaner" ; - nyckelsten_nn_1 = mkN "nyckelsten" "nyckelstenen" "nyckelstenar" "nyckelstenarna" ; - nyckfull_av_1 = mkA "nyckfull" ; - nydanare_nn_1 = mkN "nydanare" "nydanare" ; - nydaning_nn_1 = mkN "nydaning" ; - nyemission_nn_1 = mkN "nyemission" "nyemissioner" ; - nyenkel_av_1 = mkA "nyenkel" "nyenkelt" "nyenkla" "nyenkla" "nyenklare" "nyenklast" "nyenklaste" ; - nyetablering_nn_1 = mkN "nyetablering" ; - nyfallen_av_1 = mkA "nyfallen" "nyfallet" ; - nyfiken_av_1 = mkA "nyfiken" "nyfiket" ; - nyfikenhet_nn_1 = mkN "nyfikenhet" "nyfikenheter" ; - nyfoedd_av_1 = mkA "nyfцdd" ; - nyfoervaerv_nn_1 = mkN "nyfцrvдrv" neutrum ; - nygaangen_av_1 = mkA "nygеngen" "nygеnget" ; - nygift_av_1 = mkA "nygift" "nygift" ; - nygrad_nn_1 = mkN "nygrad" "nygrader" ; - nyhet_nn_1 = mkN "nyhet" "nyheter" ; - nyhetsbevakning_nn_1 = mkN "nyhetsbevakning" ; - nyhetsbyraa_nn_1 = mkN "nyhetsbyrе" "nyhetsbyrеer" ; - nyhetstelegram_nn_1 = mkN "nyhetstelegram" "nyhetstelegrammet" "nyhetstelegram" "nyhetstelegrammen" ; - nying_nn_1 = mkN "nying" ; - nyinkoept_av_1 = mkA "nyinkцpt" "nyinkцpt" ; - nyinredd_av_1 = mkA "nyinredd" ; - nyintagning_nn_1 = mkN "nyintagning" ; - nyinvestering_nn_1 = mkN "nyinvestering" ; - nyklassicistisk_av_1 = mkA "nyklassicistisk" ; - nyklassiker_nn_1 = mkN "nyklassiker" "nyklassikern" "nyklassiker" "nyklassikerna" ; - nyklassisk_av_1 = mkA "nyklassisk" ; - nykolonisation_nn_1 = mkN "nykolonisation" "nykolonisationer" ; - nykomling_nn_1 = mkN "nykomling" ; - nykter_av_1 = mkA "nykter" "nyktert" "nyktra" "nyktra" "nyktrare" "nyktrast" "nyktraste" ; - nykterhet_nn_1 = mkN "nykterhet" "nykterheter" ; - nykterhetsnaemnd_nn_1 = mkN "nykterhetsnдmnd" "nykterhetsnдmnder" ; - nykterhetsroerelse_nn_1 = mkN "nykterhetsrцrelse" "nykterhetsrцrelser" ; - nykterist_nn_1 = mkN "nykterist" "nykterister" ; - nylaendsk_av_1 = mkA "nylдndsk" ; - nylaenning_nn_1 = mkN "nylдnning" ; - nylagd_av_1 = mkA "nylagd" "nylagt" ; - nyliberal_av_1 = mkA "nyliberal" ; - nyligen_ab_1 = mkAdv "nyligen" ; - nymf_nn_1 = mkN "nymf" "nymfer" ; - nymfoman_nn_1 = mkN "nymfoman" "nymfomaner" ; - nymodig_av_1 = mkA "nymodig" ; - nymodighet_nn_1 = mkN "nymodighet" "nymodigheter" ; - nynazist_nn_1 = mkN "nynazist" "nynazister" ; - nynorsk_av_1 = mkA "nynorsk" ; - nyodling_nn_1 = mkN "nyodling" ; - nyord_nn_1 = mkN "nyord" neutrum ; - nyordning_nn_1 = mkN "nyordning" ; - nyorientering_nn_1 = mkN "nyorientering" ; - nyp_nn_1 = mkN "nyp" neutrum ; - nypa_vb_1 = mkV "nypa" "nyper" "nyp" "nцp" "nypt" "nypt" ; - nyplantering_nn_1 = mkN "nyplantering" ; - nyplatonsk_av_1 = mkA "nyplatonsk" ; - nypon_nn_1 = mkN "nypon" neutrum ; - nypremiaer_nn_1 = mkN "nypremiдr" "nypremiдrer" ; - nyproduktion_nn_1 = mkN "nyproduktion" "nyproduktioner" ; - nyrik_av_1 = mkA "nyrik" ; - nys_ab_1 = mkAdv "nys" ; - nyskapare_nn_1 = mkN "nyskapare" "nyskapare" ; - nyskapelse_nn_1 = mkN "nyskapelse" "nyskapelser" ; - nyskott_nn_1 = mkN "nyskott" neutrum ; - nysning_nn_1 = mkN "nysning" ; - nysoert_nn_1 = mkN "nysцrt" "nysцrter" ; - nyss_ab_1 = mkAdv "nyss" ; - nystan_nn_1 = mkN "nystan" neutrum ; - nystavare_nn_1 = mkN "nystavare" "nystavare" ; - nystavning_nn_1 = mkN "nystavning" ; - nystpinne_nn_1 = mkN "nystpinne" utrum ; - nysvensk_av_1 = mkA "nysvensk" ; - nytaend_av_1 = mkA "nytдnd" ; - nytaendning_nn_1 = mkN "nytдndning" ; - nyter_av_1 = mkA "nyter" "nytert" "nytra" "nytra" "nytrare" "nytrast" "nytraste" ; - nytestamentlig_av_1 = mkA "nytestamentlig" ; - nytillkommen_av_1 = mkA "nytillkommen" "nytillkommet" "nytillkomna" "nytillkomna" "nytillkomnare" "nytillkomnast" "nytillkomnaste" ; - nytillskott_nn_1 = mkN "nytillskott" neutrum ; - nytryck_nn_1 = mkN "nytryck" neutrum ; - nytta_nn_1 = mkN "nytta" ; - nyttig_av_1 = mkA "nyttig" ; - nyttighet_nn_1 = mkN "nyttighet" "nyttigheter" ; - nyttjare_nn_1 = mkN "nyttjare" "nyttjare" ; - nyttofoeremaal_nn_1 = mkN "nyttofцremеl" neutrum ; - nyttosynpunkt_nn_1 = mkN "nyttosynpunkt" "nyttosynpunkter" ; - nyttovaext_nn_1 = mkN "nyttovдxt" "nyttovдxter" ; - nyuppsaettning_nn_1 = mkN "nyuppsдttning" ; - nyupptaeckt_av_1 = mkA "nyupptдckt" "nyupptдckt" ; - nyutkommen_av_1 = mkA "nyutkommen" "nyutkommet" "nyutkomna" "nyutkomna" "nyutkomnare" "nyutkomnast" "nyutkomnaste" ; - nyutslagen_av_1 = mkA "nyutslagen" "nyutslaget" ; - nyutsprungen_av_1 = mkA "nyutsprungen" "nyutsprunget" ; - nyvaerde_nn_1 = mkN "nyvдrde" ; - nyval_nn_1 = mkN "nyval" neutrum ; - nyvald_av_1 = mkA "nyvald" "nyvalt" ; - nyvorden_av_1 = mkA "nyvorden" "nyvordet" ; - nyvunnen_av_1 = mkA "nyvunnen" "nyvunnet" "nyvunna" "nyvunna" "nyvunnare" "nyvunnast" "nyvunnaste" ; - nyzeelaendare_nn_1 = mkN "nyzeelдndare" "nyzeelдndare" ; - nyzeelaendsk_av_1 = mkA "nyzeelдndsk" ; - nyzeelaendska_nn_1 = mkN "nyzeelдndska" ; - nyzeelaenning_nn_1 = mkN "nyzeelдnning" ; - oaaterkallelig_av_1 = mkA "oеterkallelig" ; - oaatkomlig_av_1 = mkA "oеtkomlig" ; - oacceptabel_av_1 = mkA "oacceptabel" "oacceptabelt" "oacceptabla" "oacceptabla" "oacceptablare" "oacceptablast" "oacceptablaste" ; - oaedel_av_1 = mkA "oдdel" ; - oaekta_av_1 = mkA "oдkta" ; - oaendlig_av_1 = mkA "oдndlig" ; - oaendlighet_nn_1 = mkN "oдndlighet" "oдndligheter" ; - oaerlig_av_1 = mkA "oдrlig" ; - oaerlighet_nn_1 = mkN "oдrlighet" "oдrligheter" ; - oaetbar_av_1 = mkA "oдtbar" ; - oaetlig_av_1 = mkA "oдtlig" ; - oaeven_av_1 = mkA "oдven" "oдvet" ; - oaktsam_av_1 = mkA "oaktsam" "oaktsamt" "oaktsamma" "oaktsamma" "oaktsammare" "oaktsammast" "oaktsammaste" ; - oaktsamhetsbrott_nn_1 = mkN "oaktsamhetsbrott" neutrum ; - oamerikansk_av_1 = mkA "oamerikansk" ; - oandlig_av_1 = mkA "oandlig" ; - oanfraett_av_1 = mkA "oanfrдtt" ; - oangenaem_av_1 = mkA "oangenдm" ; - oangripbar_av_1 = mkA "oangripbar" ; - oangriplig_av_1 = mkA "oangriplig" ; - oanmaeld_av_1 = mkA "oanmдld" "oanmдlt" ; - oanmaerkt_av_1 = mkA "oanmдrkt" "oanmдrkt" ; - oansenlig_av_1 = mkA "oansenlig" ; - oanstaendig_av_1 = mkA "oanstдndig" ; - oansvarig_av_1 = mkA "oansvarig" ; - oantagbar_av_1 = mkA "oantagbar" ; - oantaglig_av_1 = mkA "oantaglig" ; - oantastlig_av_1 = mkA "oantastlig" ; - oantraeffbar_av_1 = mkA "oantrдffbar" ; - oanvaend_av_1 = mkA "oanvдnd" ; - oanvaendbar_av_1 = mkA "oanvдndbar" ; - oaptitlig_av_1 = mkA "oaptitlig" ; - oart_nn_1 = mkN "oart" "oarter" ; - oartig_av_1 = mkA "oartig" ; - oartighet_nn_1 = mkN "oartighet" "oartigheter" ; - oas_nn_1 = mkN "oas" "oaser" ; - oavbruten_av_1 = mkA "oavbruten" "oavbrutet" ; - oavgjord_av_1 = mkA "oavgjord" "oavgjort" ; - oavhaengig_av_1 = mkA "oavhдngig" ; - oavhaengighet_nn_1 = mkN "oavhдngighet" "oavhдngigheter" ; - oavlaatlig_av_1 = mkA "oavlеtlig" ; - oavlaatligen_ab_1 = mkAdv "oavlеtligen" ; - oavsaettlig_av_1 = mkA "oavsдttlig" ; - oavsedd_av_1 = mkA "oavsedd" ; - oavsiktlig_av_1 = mkA "oavsiktlig" ; - oavvaend_av_1 = mkA "oavvдnd" ; - oavvaent_ab_1 = mkAdv "oavvдnt" ; - oavvisbar_av_1 = mkA "oavvisbar" ; - oavvislig_av_1 = mkA "oavvislig" ; - oavytterlig_av_1 = mkA "oavytterlig" ; - obaendig_av_1 = mkA "obдndig" ; - obarmhaertig_av_1 = mkA "obarmhдrtig" ; - obducent_nn_1 = mkN "obducent" "obducenter" ; - obduktion_nn_1 = mkN "obduktion" "obduktioner" ; - obebodd_av_1 = mkA "obebodd" "obebodtt" ; - obeboelig_av_1 = mkA "obeboelig" ; - obedd_av_1 = mkA "obedd" "obedtt" ; - obefaren_av_1 = mkA "obefaren" "obefaret" ; - obefintlig_av_1 = mkA "obefintlig" ; - obegriplig_av_1 = mkA "obegriplig" ; - obegriplighet_nn_1 = mkN "obegriplighet" "obegripligheter" ; - obehag_nn_1 = mkN "obehag" neutrum ; - obehaglig_av_1 = mkA "obehaglig" ; - obehindrat_ab_1 = mkAdv "obehindrat" ; - obehoerig_av_1 = mkA "obehцrig" ; - obehoevlig_av_1 = mkA "obehцvlig" ; - obekant_av_1 = mkA "obekant" "obekant" ; - obekvaem_av_1 = mkA "obekvдm" ; - obelisk_nn_1 = mkN "obelisk" "obelisker" ; - obemaerkt_av_1 = mkA "obemдrkt" "obemдrkt" ; - obemaerkthet_nn_1 = mkN "obemдrkthet" "obemдrktheter" ; - obenaegen_av_1 = mkA "obenдgen" "obenдget" ; - oberaeknelig_av_1 = mkA "oberдknelig" ; - oberoende_av_1 = mkA "oberoende" ; - oberoerbar_av_1 = mkA "oberцrbar" ; - oberoerd_av_1 = mkA "oberцrd" "oberцrt" ; - obesatt_av_1 = mkA "obesatt" ; - obesedd_av_1 = mkA "obesedd" "obesedtt" ; - obeskrivbar_av_1 = mkA "obeskrivbar" ; - obeskrivlig_av_1 = mkA "obeskrivlig" ; - obeskuren_av_1 = mkA "obeskuren" "obeskuret" ; - obeslutsam_av_1 = mkA "obeslutsam" "obeslutsamt" "obeslutsamma" "obeslutsamma" "obeslutsammare" "obeslutsammast" "obeslutsammaste" ; - obestaellbar_av_1 = mkA "obestдllbar" ; - obestaembar_av_1 = mkA "obestдmbar" ; - obestaembarhet_nn_1 = mkN "obestдmbarhet" "obestдmbarheter" ; - obestaemd_av_1 = mkA "obestдmd" "obestдmt" ; - obestaemdhet_nn_1 = mkN "obestдmdhet" "obestдmdheter" ; - obestaemdhetsprincip_nn_1 = mkN "obestдmdhetsprincip" "obestдmdhetsprinciper" ; - obestaendig_av_1 = mkA "obestдndig" ; - obesticklig_av_1 = mkA "obesticklig" ; - obestridd_av_1 = mkA "obestridd" ; - obestridlig_av_1 = mkA "obestridlig" ; - obestridligen_ab_1 = mkAdv "obestridligen" ; - obestyrkt_av_1 = mkA "obestyrkt" "obestyrkt" ; - obetaenksam_av_1 = mkA "obetдnksam" "obetдnksamt" "obetдnksamma" "obetдnksamma" "obetдnksammare" "obetдnksammast" "obetдnksammaste" ; - obetaenkt_av_1 = mkA "obetдnkt" "obetдnkt" ; - obetagen_av_1 = mkA "obetagen" "obetaget" ; - obetalbar_av_1 = mkA "obetalbar" ; - obetald_av_1 = mkA "obetald" "obetalt" ; - obetvinglig_av_1 = mkA "obetvinglig" ; - obetydlig_av_1 = mkA "obetydlig" ; - obetydligt_ab_1 = mkAdv "obetydligt" ; - obeveklig_av_1 = mkA "obeveklig" ; - obildbar_av_1 = mkA "obildbar" ; - obillig_av_1 = mkA "obillig" ; - objekt_nn_1 = mkN "objekt" neutrum ; - objektglas_nn_1 = mkN "objektglas" neutrum ; - objektiv_av_1 = mkA "objektiv" ; - objektiv_nn_1 = mkN "objektiv" neutrum ; - objektivism_nn_1 = mkN "objektivism" "objektivismer" ; - objektivitet_nn_1 = mkN "objektivitet" "objektiviteter" ; - objektsform_nn_1 = mkN "objektsform" "objektsformer" ; - objektspraak_nn_1 = mkN "objektsprеk" neutrum ; - objuden_av_1 = mkA "objuden" "objudet" ; - oblat_nn_1 = mkN "oblat" "oblater" ; - oblekt_av_1 = mkA "oblekt" "oblekt" ; - oblid_av_1 = mkA "oblid" ; - oblidkelig_av_1 = mkA "oblidkelig" ; - obligat_av_1 = mkA "obligat" "obligat" ; - obligat_nn_1 = mkN "obligat" "obligater" ; - obligation_nn_1 = mkN "obligation" "obligationer" ; - obligationslaan_nn_1 = mkN "obligationslеn" neutrum ; - obligatorisk_av_1 = mkA "obligatorisk" ; - obligatorium_nn_1 = mkN "obligatorium" "obligatoriet" "obligatorier" "obligatorierna" ; - oblik_av_1 = mkA "oblik" ; - oblikvitet_nn_1 = mkN "oblikvitet" "oblikviteter" ; - oblodig_av_1 = mkA "oblodig" ; - oblyg_av_1 = mkA "oblyg" ; - oboe_nn_1 = mkN "oboe" "oboer" ; - oboejlig_av_1 = mkA "obцjlig" ; - oboenhoerlig_av_1 = mkA "obцnhцrlig" ; - oboenhoerligen_ab_1 = mkAdv "obцnhцrligen" ; - obol_nn_1 = mkN "obol" "oboler" ; - obotfaerdig_av_1 = mkA "obotfдrdig" ; - obotlig_av_1 = mkA "obotlig" ; - obraend_av_1 = mkA "obrдnd" ; - obrottslig_av_1 = mkA "obrottslig" ; - obrukbar_av_1 = mkA "obrukbar" ; - obruklig_av_1 = mkA "obruklig" ; - obrunnen_av_1 = mkA "obrunnen" "obrunnet" "obrunna" "obrunna" "obrunnare" "obrunnast" "obrunnaste" ; - obruten_av_1 = mkA "obruten" "obrutet" ; - obrytbar_av_1 = mkA "obrytbar" ; - obscen_av_1 = mkA "obscen" ; - obscenitet_nn_1 = mkN "obscenitet" "obsceniteter" ; - observandum_nn_1 = mkN "observandum" neutrum ; - observant_av_1 = mkA "observant" "observant" ; - observation_nn_1 = mkN "observation" "observationer" ; - observationsakt_nn_1 = mkN "observationsakt" "observationsakter" ; - observationsklass_nn_1 = mkN "observationsklass" "observationsklasser" ; - observationsklinik_nn_1 = mkN "observationsklinik" "observationskliniker" ; - observationsmaterial_nn_1 = mkN "observationsmaterial" neutrum ; - observatoer_nn_1 = mkN "observatцr" "observatцrer" ; - observatorium_nn_1 = mkN "observatorium" "observatoriet" "observatorier" "observatorierna" ; - observerbar_av_1 = mkA "observerbar" ; - obsidian_nn_1 = mkN "obsidian" "obsidianer" ; - obsklass_nn_1 = mkN "obsklass" "obsklasser" ; - obsklinik_nn_1 = mkN "obsklinik" "obskliniker" ; - obskur_av_1 = mkA "obskur" ; - obskurant_av_1 = mkA "obskurant" "obskurant" ; - obskurant_nn_1 = mkN "obskurant" "obskuranter" ; - obskurantist_nn_1 = mkN "obskurantist" "obskurantister" ; - obskyr_av_1 = mkA "obskyr" ; - obsolet_av_1 = mkA "obsolet" "obsolet" ; - obstetrisk_av_1 = mkA "obstetrisk" ; - obstinat_av_1 = mkA "obstinat" "obstinat" ; - obstruent_nn_1 = mkN "obstruent" "obstruenter" ; - obstruktion_nn_1 = mkN "obstruktion" "obstruktioner" ; - obunden_av_1 = mkA "obunden" "obundet" ; - obygd_nn_1 = mkN "obygd" "obygder" ; - obytt_av_1 = mkA "obytt" ; - occasion_nn_1 = mkN "occasion" "occasioner" ; - occidental_av_1 = mkA "occidental" ; - occidentalisk_av_1 = mkA "occidentalisk" ; - ocean_nn_1 = mkN "ocean" "oceaner" ; - oceanisk_av_1 = mkA "oceanisk" ; - oceanograf_nn_1 = mkN "oceanograf" "oceanografer" ; - oceanografisk_av_1 = mkA "oceanografisk" ; - ock_ab_1 = mkAdv "ock" ; - ockasion_nn_1 = mkN "ockasion" "ockasioner" ; - ockasionell_av_1 = mkA "ockasionell" ; - ocklusion_nn_1 = mkN "ocklusion" "ocklusioner" ; - ockrare_nn_1 = mkN "ockrare" "ockrare" ; - ocksaa_ab_1 = mkAdv "ocksе" ; - ockult_av_1 = mkA "ockult" "ockult" ; - ockupant_nn_1 = mkN "ockupant" "ockupanter" ; - ockupation_nn_1 = mkN "ockupation" "ockupationer" ; - odalisk_nn_1 = mkN "odalisk" "odalisker" ; - odalman_nn_1 = mkN "odalman" "odalmannen" "odalmдn" "odalmдnnen" ; - odaterbar_av_1 = mkA "odaterbar" ; - odds_nn_1 = mkN "odds" neutrum ; - odefinierbar_av_1 = mkA "odefinierbar" ; - odelbar_av_1 = mkA "odelbar" ; - odemokratisk_av_1 = mkA "odemokratisk" ; - odensfly_nn_1 = mkN "odensfly" "odensflyt" "odensflyn" "odensflyen" ; - odioes_av_1 = mkA "odiцs" ; - odiplomatisk_av_1 = mkA "odiplomatisk" ; - odiskutabel_av_1 = mkA "odiskutabel" "odiskutabelt" "odiskutabla" "odiskutabla" "odiskutablare" "odiskutablast" "odiskutablaste" ; - odisputabel_av_1 = mkA "odisputabel" "odisputabelt" "odisputabla" "odisputabla" "odisputablare" "odisputablast" "odisputablaste" ; - odjur_nn_1 = mkN "odjur" neutrum ; - odlare_nn_1 = mkN "odlare" "odlare" ; - odling_nn_1 = mkN "odling" ; - odlingsbar_av_1 = mkA "odlingsbar" ; - odlingsfoersoek_nn_1 = mkN "odlingsfцrsцk" neutrum ; - odlingsgraens_nn_1 = mkN "odlingsgrдns" "odlingsgrдnser" ; - odoedlig_av_1 = mkA "odцdlig" ; - odoer_nn_1 = mkN "odцr" "odцrer" ; - odogmatisk_av_1 = mkA "odogmatisk" ; - odon_nn_1 = mkN "odon" neutrum ; - odontolog_nn_1 = mkN "odontolog" "odontologer" ; - odontologie_av_1 = mkA "odontologie" ; - odontologisk_av_1 = mkA "odontologisk" ; - odraeglig_av_1 = mkA "odrдglig" ; - odramatisk_av_1 = mkA "odramatisk" ; - odriven_av_1 = mkA "odriven" "odrivet" ; - odryg_av_1 = mkA "odryg" ; - oduglig_av_1 = mkA "oduglig" ; - odugling_nn_1 = mkN "odugling" ; - odygdig_av_1 = mkA "odygdig" ; - odygdspaase_nn_1 = mkN "odygdspеse" utrum ; - odysse_nn_1 = mkN "odyssй" "odyssйer" ; - oe_nn_2 = mkN "ц" ; - oede_av_1 = mkA "цde" ; - oede_nn_1 = mkN "цde" ; - oedebygdsvaeg_nn_1 = mkN "цdebygdsvдg" ; - oedegaard_nn_1 = mkN "цdegеrd" ; - oedelaeggelse_nn_1 = mkN "цdelдggelse" "цdelдggelser" ; - oedem_nn_1 = mkN "цdem" neutrum ; - oedemark_nn_1 = mkN "цdemark" "цdemarker" ; - oedemarksomraade_nn_1 = mkN "цdemarksomrеde" ; - oedematoes_av_1 = mkA "цdematцs" ; - oedesbestaemd_av_1 = mkA "цdesbestдmd" "цdesbestдmt" ; - oedesdiger_av_1 = mkA "цdesdiger" "цdesdigert" "цdesdigra" "цdesdigra" "цdesdigrare" "цdesdigrast" "цdesdigraste" ; - oedesdrama_nn_1 = mkN "цdesdrama" "цdesdramat" "цdesdraman" "цdesdramana" ; - oedesgudinna_nn_1 = mkN "цdesgudinna" ; - oedla_nn_1 = mkN "цdla" ; - oedmjuk_av_1 = mkA "цdmjuk" ; - oedmjukhet_nn_1 = mkN "цdmjukhet" "цdmjukheter" ; - oedslig_av_1 = mkA "цdslig" ; - oeftergivlig_av_1 = mkA "oeftergivlig" ; - oefterhaermlig_av_1 = mkA "oefterhдrmlig" ; - oefterraettlig_av_1 = mkA "oefterrдttlig" ; - oega_nn_1 = mkN "цga" "цgat" "цgon" "цgonen" ; - oegennytta_nn_1 = mkN "oegennytta" ; - oegennyttig_av_1 = mkA "oegennyttig" ; - oegentlig_av_1 = mkA "oegentlig" ; - oegentlighet_nn_1 = mkN "oegentlighet" "oegentligheter" ; - oegonaboej_ab_1 = mkAdv "цgonabцj" ; - oegonakroek_ab_1 = mkAdv "цgonakrцk" ; - oegonblick_nn_1 = mkN "цgonblick" neutrum ; - oegonblicklig_av_1 = mkA "цgonblicklig" ; - oegonblickligen_ab_1 = mkAdv "цgonblickligen" ; - oegonblicksbild_nn_1 = mkN "цgonblicksbild" "цgonblicksbilder" ; - oegonbotten_nn_1 = mkN "цgonbotten" ; - oegonbryn_nn_1 = mkN "цgonbryn" neutrum ; - oegondropp_nn_1 = mkN "цgondropp" neutrum ; - oegonfaegnad_nn_1 = mkN "цgonfдgnad" "цgonfдgnader" ; - oegonfaerg_nn_1 = mkN "цgonfдrg" "цgonfдrger" ; - oegonfloert_nn_1 = mkN "цgonflцrt" "цgonflцrter" ; - oegonfrans_nn_1 = mkN "цgonfrans" ; - oegonfroejd_nn_1 = mkN "цgonfrцjd" "цgonfrцjder" ; - oegonglob_nn_1 = mkN "цgonglob" "цgonglober" ; - oegonhaar_nn_1 = mkN "цgonhеr" neutrum ; - oegonhinna_nn_1 = mkN "цgonhinna" ; - oegonkast_nn_1 = mkN "цgonkast" neutrum ; - oegonlock_nn_1 = mkN "цgonlock" neutrum ; - oegonmaerke_nn_1 = mkN "цgonmдrke" ; - oegonmuskel_nn_1 = mkN "цgonmuskel" "цgonmuskeln" "цgonmuskler" "цgonmusklerna" ; - oegonprotes_nn_1 = mkN "цgonprotes" "цgonproteser" ; - oegonroerelse_nn_1 = mkN "цgonrцrelse" "цgonrцrelser" ; - oegonsjukdom_nn_1 = mkN "цgonsjukdom" ; - oegonskenlig_av_1 = mkA "цgonskenlig" ; - oegonskenligen_ab_1 = mkAdv "цgonskenligen" ; - oegonspegel_nn_1 = mkN "цgonspegel" ; - oegonsten_nn_1 = mkN "цgonsten" "цgonstenen" "цgonstenar" "цgonstenarna" ; - oegontagg_nn_1 = mkN "цgontagg" ; - oegontand_nn_1 = mkN "цgontand" "цgontдnder" ; - oegontjaenare_nn_1 = mkN "цgontjдnare" "цgontjдnare" ; - oegonvidd_nn_1 = mkN "цgonvidd" "цgonvidder" ; - oegonvinkel_nn_1 = mkN "цgonvinkel" ; - oegonvittne_nn_1 = mkN "цgonvittne" ; - oegonvraa_nn_1 = mkN "цgonvrе" "цgonvrеn" "цgonvrеr" "цgonvrеrna" ; - oegrupp_nn_1 = mkN "цgrupp" "цgrupper" ; - oek_nn_1 = mkN "цk" neutrum ; - oekaend_av_1 = mkA "цkдnd" ; - oeken_nn_1 = mkN "цken" "цkenn" "цknar" "цknarna" ; - oekenlandskap_nn_1 = mkN "цkenlandskap" "цkenlandskapet" "цkenlandskapen" "цkenlandskapena" ; - oekenvaext_nn_1 = mkN "цkenvдxt" "цkenvдxter" ; - oekenvandring_nn_1 = mkN "цkenvandring" ; - oekenvind_nn_1 = mkN "цkenvind" ; - oeknamn_nn_1 = mkN "цknamn" neutrum ; - oekning_nn_1 = mkN "цkning" ; - oekonomisk_av_1 = mkA "oekonomisk" ; - oekstock_nn_1 = mkN "цkstock" ; - oel_nn_1 = mkN "цl" neutrum ; - oelaendsk_av_1 = mkA "цlдndsk" ; - oelaendska_nn_2 = mkN "цlдndska" ; - oelaenning_nn_1 = mkN "цlдnning" ; - oelandshaest_nn_1 = mkN "цlandshдst" ; - oelback_nn_1 = mkN "цlback" ; - oelburk_nn_1 = mkN "цlburk" ; - oelgubbe_nn_1 = mkN "цlgubbe" utrum ; - oelhall_nn_1 = mkN "цlhall" ; - oeljett_nn_1 = mkN "цljett" "цljetter" ; - oelkafe_nn_1 = mkN "цlkafй" "цlkafйt" "цlkafйer" "цlkafйerna" ; - oeloeppnare_nn_1 = mkN "цlцppnare" "цlцppnare" ; - oelraettighet_nn_1 = mkN "цlrдttighet" "цlrдttigheter" ; - oelservering_nn_1 = mkN "цlservering" ; - oelstuga_nn_1 = mkN "цlstuga" ; - oeltillverkning_nn_1 = mkN "цltillverkning" ; - oelutkoerare_nn_1 = mkN "цlutkцrare" "цlutkцrare" ; - oem_av_1 = mkA "цm" "цmt" "цmma" "цmma" "цmmare" "цmmast" "цmmaste" ; - oemhet_nn_1 = mkN "цmhet" "цmheter" ; - oemkansvaerd_av_1 = mkA "цmkansvдrd" "цmkansvдrt" ; - oemklig_av_1 = mkA "цmklig" ; - oemkligen_ab_1 = mkAdv "цmkligen" ; - oemmande_av_1 = mkA "цmmande" ; - oemotsaeglig_av_1 = mkA "oemotsдglig" ; - oemotsagd_av_1 = mkA "oemotsagd" "oemotsagt" ; - oemotstaandlig_av_1 = mkA "oemotstеndlig" ; - oemottaglig_av_1 = mkA "oemottaglig" ; - oemsesidig_av_1 = mkA "цmsesidig" ; - oemsevis_ab_1 = mkAdv "цmsevis" ; - oemsint_av_1 = mkA "цmsint" "цmsint" ; - oemsom_ab_1 = mkAdv "цmsom" ; - oemtaalig_av_1 = mkA "цmtеlig" ; - oenig_av_1 = mkA "oenig" ; - oenighet_nn_1 = mkN "oenighet" "oenigheter" ; - oense_av_1 = mkA "oense" ; - oenskedroem_nn_1 = mkN "цnskedrцm" "цnskedrцmmen" "цnskedrцmmar" "цnskedrцmmarna" ; - oenskemaal_nn_1 = mkN "цnskemеl" neutrum ; - oenskering_nn_1 = mkN "цnskering" ; - oenskeroll_nn_1 = mkN "цnskeroll" "цnskeroller" ; - oenskesats_nn_1 = mkN "цnskesats" "цnskesatser" ; - oensklig_av_1 = mkA "цnsklig" ; - oenskning_nn_1 = mkN "цnskning" ; - oenskvaerd_av_1 = mkA "цnskvдrd" "цnskvдrt" ; - oeppen_av_1 = mkA "цppen" "цppet" ; - oeppenhet_nn_1 = mkN "цppenhet" "цppenheter" ; - oeppenhjaertig_av_1 = mkA "цppenhjдrtig" ; - oeppnare_nn_1 = mkN "цppnare" "цppnare" ; - oeppning_nn_1 = mkN "цppning" ; - oeppningsbud_nn_1 = mkN "цppningsbud" neutrum ; - oera_nn_1 = mkN "цra" "цrat" "цron" "цronen" ; - oerclips_nn_1 = mkN "цrclips" neutrum ; - oere_nn_1 = mkN "цre" ; - oerfaren_av_1 = mkA "oerfaren" "oerfaret" ; - oerfil_nn_1 = mkN "цrfil" ; - oerhoerd_av_1 = mkA "oerhцrd" "oerhцrt" ; - oerike_nn_1 = mkN "цrike" ; - oering_nn_1 = mkN "цring" ; - oerlogsbas_nn_1 = mkN "цrlogsbas" "цrlogsbaser" ; - oerlogsfartyg_nn_1 = mkN "цrlogsfartyg" neutrum ; - oerlogsman_nn_1 = mkN "цrlogsman" "цrlogsmannen" "цrlogsmдn" "цrlogsmдnnen" ; - oerlogsmatros_nn_1 = mkN "цrlogsmatros" "цrlogsmatroser" ; - oerlogsvarv_nn_1 = mkN "цrlogsvarv" neutrum ; - oermage_nn_1 = mkN "цrmage" utrum ; - oern_nn_1 = mkN "цrn" ; - oernbraeken_nn_1 = mkN "цrnbrдken" ; - oerngott_nn_1 = mkN "цrngott" neutrum ; - oeronbedoevande_av_1 = mkA "цronbedцvande" ; - oeroninflammation_nn_1 = mkN "цroninflammation" "цroninflammationer" ; - oeronlappsfaatoelj_nn_1 = mkN "цronlappsfеtцlj" "цronlappsfеtцljer" ; - oeronmussla_nn_1 = mkN "цronmussla" ; - oeronpropp_nn_1 = mkN "цronpropp" ; - oeronsnibb_nn_1 = mkN "цronsnibb" ; - oeronsusning_nn_1 = mkN "цronsusning" ; - oerontasslare_nn_1 = mkN "цrontasslare" "цrontasslare" ; - oerontrumpet_nn_1 = mkN "цrontrumpet" "цrontrumpeter" ; - oersaettlig_av_1 = mkA "oersдttlig" ; - oersnibb_nn_1 = mkN "цrsnibb" ; - oert_nn_1 = mkN "цrt" "цrter" ; - oertagaard_nn_1 = mkN "цrtagеrd" ; - oertesaeng_nn_1 = mkN "цrtesдng" ; - oertsaeng_nn_1 = mkN "цrtsдng" ; - oertug_nn_1 = mkN "цrtug" ; - oeskar_nn_1 = mkN "цskar" neutrum ; - oesregn_nn_1 = mkN "цsregn" neutrum ; - oest_ab_1 = mkAdv "цst" ; - oest_vaestlig_av_1 = mkA "цst-vдstlig" ; - oestan_ab_1 = mkAdv "цstan" ; - oester_ab_1 = mkAdv "цster" ; - oesterbottning_nn_1 = mkN "цsterbottning" ; - oesterbottnisk_av_1 = mkA "цsterbottnisk" ; - oesterifraan_ab_1 = mkAdv "цsterifrеn" ; - oesterlaendsk_av_1 = mkA "цsterlдndsk" ; - oesterlaenning_nn_1 = mkN "цsterlдnning" ; - oesterrikare_nn_1 = mkN "цsterrikare" "цsterrikare" ; - oesterrikisk_av_1 = mkA "цsterrikisk" ; - oestersjoefisk_nn_1 = mkN "цstersjцfisk" ; - oesterut_ab_1 = mkAdv "цsterut" ; - oestetisk_av_1 = mkA "oestetisk" ; - oesteuropeisk_av_1 = mkA "цsteuropeisk" ; - oestgoete_nn_1 = mkN "цstgцte" utrum ; - oestgoetsk_av_1 = mkA "цstgцtsk" ; - oestgoetska_nn_2 = mkN "цstgцtska" ; - oestgot_nn_1 = mkN "цstgot" "цstgoter" ; - oestgotisk_av_1 = mkA "цstgotisk" ; - oestkust_nn_1 = mkN "цstkust" "цstkuster" ; - oestlig_av_1 = mkA "цstlig" ; - oestoever_ab_1 = mkAdv "цstцver" ; - oestpaa_ab_1 = mkAdv "цstpе" ; - oestra_av_1 = mkA "цstra" ; - oestrogen_nn_1 = mkN "цstrogen" "цstrogenet" "цstrogener" "цstrogenerna" ; - oeststat_nn_1 = mkN "цststat" "цststater" ; - oesttysk_av_1 = mkA "цsttysk" ; - oesttysk_nn_1 = mkN "цsttysk" ; - oestvart_ab_1 = mkAdv "цstvart" ; - oevaerld_nn_1 = mkN "цvдrld" ; - oever_ab_1 = mkAdv "цver" ; - oeveraarig_av_1 = mkA "цverеrig" ; - oeveraenda_ab_1 = mkAdv "цverдnda" ; - oeverallt_ab_1 = mkAdv "цverallt" ; - oeverambitioes_av_1 = mkA "цverambitiцs" ; - oeveranstraengning_nn_1 = mkN "цveranstrдngning" ; - oeverarm_nn_1 = mkN "цverarm" ; - oeverbaedd_nn_1 = mkN "цverbдdd" ; - oeverbalansen_ab_1 = mkAdv "цverbalansen" ; - oeverbefaelhavare_nn_1 = mkN "цverbefдlhavare" "цverbefдlhavare" ; - oeverbelagd_av_1 = mkA "цverbelagd" "цverbelagt" ; - oeverbetyg_nn_1 = mkN "цverbetyg" neutrum ; - oeverbjuda_vb_1 = mkV "цverbjuda" "цverbjцd" "цverbjudit" ; - oeverblick_nn_1 = mkN "цverblick" ; - oeverbliven_av_1 = mkA "цverbliven" "цverblivet" ; - oeverbord_ab_1 = mkAdv "цverbord" ; - oeverbud_nn_1 = mkN "цverbud" neutrum ; - oeverbyggnad_nn_1 = mkN "цverbyggnad" "цverbyggnader" ; - oeverdaad_nn_1 = mkN "цverdеd" neutrum ; - oeverdaadig_av_1 = mkA "цverdеdig" ; - oeverdaengare_nn_1 = mkN "цverdдngare" "цverdдngare" ; - oeverdel_nn_1 = mkN "цverdel" "цverdelen" "цverdelar" "цverdelarna" ; - oeverdirektoer_nn_1 = mkN "цverdirektцr" "цverdirektцrer" ; - oeverdoedlighet_nn_1 = mkN "цverdцdlighet" "цverdцdligheter" ; - oeverdos_nn_1 = mkN "цverdos" "цverdoser" ; - oeverdra_vb_1 = mkV "цverdra" "цverdrar" "цverdra" "цverdrog" "цverdragit" "цverdragen" ; - oeverdrag_nn_1 = mkN "цverdrag" neutrum ; - oeverdragsdraekt_nn_1 = mkN "цverdragsdrдkt" "цverdragsdrдkter" ; - oeverdrift_nn_1 = mkN "цverdrift" "цverdrifter" ; - oeverdriva_vb_1 = mkV "цverdriva" "цverdrev" "цverdrivit" ; - oeverdriven_av_1 = mkA "цverdriven" "цverdrivet" ; - oeverens_ab_1 = mkAdv "цverens" ; - oeverens_av_1 = mkA "цverens" ; - oeverensfyr_nn_1 = mkN "цverensfyr" ; - oeverenskomma_vb_1 = mkV "цverenskomma" "цverenskom" "цverenskommit" ; - oeverenskommelse_nn_1 = mkN "цverenskommelse" "цverenskommelser" ; - oeverensstaemmelse_nn_1 = mkN "цverensstдmmelse" "цverensstдmmelser" ; - oeverfaangsglas_nn_1 = mkN "цverfеngsglas" neutrum ; - oeverfaerd_nn_1 = mkN "цverfдrd" "цverfдrder" ; - oeverfall_nn_1 = mkN "цverfall" neutrum ; - oeverfalla_vb_1 = mkV "цverfalla" "цverfцll" "цverfallit" ; - oeverfart_nn_1 = mkN "цverfart" "цverfarter" ; - oeverfloedig_av_1 = mkA "цverflцdig" ; - oeverflygning_nn_1 = mkN "цverflygning" ; - oeverflyttning_nn_1 = mkN "цverflyttning" ; - oeverfoering_nn_1 = mkN "цverfцring" ; - oeverfoeringsbild_nn_1 = mkN "цverfцringsbild" "цverfцringsbilder" ; - oeverfoermyndare_nn_1 = mkN "цverfцrmyndare" "цverfцrmyndare" ; - oeverfoertjust_av_1 = mkA "цverfцrtjust" "цverfцrtjust" ; - oeverfull_av_1 = mkA "цverfull" ; - oeverfurir_nn_1 = mkN "цverfurir" "цverfurirer" ; - oeverfylld_av_1 = mkA "цverfylld" "цverfyllt" ; - oevergaaende_av_1 = mkA "цvergеende" ; - oevergaang_nn_1 = mkN "цvergеng" ; - oevergaangsaalder_nn_1 = mkN "цvergеngsеlder" ; - oevergaangsmetall_nn_1 = mkN "цvergеngsmetall" "цvergеngsmetaller" ; - oevergaangsmiljoe_nn_1 = mkN "цvergеngsmiljц" "цvergеngsmiljцn" "цvergеngsmiljцer" "цvergеngsmiljцerna" ; - oevergaangsproblem_nn_1 = mkN "цvergеngsproblem" neutrum ; - oevergaangstid_nn_1 = mkN "цvergеngstid" "цvergеngstider" ; - oevergaangsverb_nn_1 = mkN "цvergеngsverb" neutrum ; - oeverge_vb_1 = mkV "цverge" "цverger" "цverge" "цvergav" "цvergett" "цvergiven" ; - oevergiven_av_1 = mkA "цvergiven" "цvergivet" ; - oevergrepp_nn_1 = mkN "цvergrepp" neutrum ; - oevergripande_av_1 = mkA "цvergripande" ; - oeverhaeng_nn_1 = mkN "цverhдng" neutrum ; - oeverhaengande_av_1 = mkA "цverhдngande" ; - oeverhaerdig_av_1 = mkA "цverhдrdig" ; - oeverhalning_nn_1 = mkN "цverhalning" ; - oeverhandsknop_nn_1 = mkN "цverhandsknop" ; - oeverhet_nn_1 = mkN "цverhet" "цverheter" ; - oeverhetlig_av_1 = mkA "цverhetlig" ; - oeverhettning_nn_1 = mkN "цverhettning" ; - oeverhoeghet_nn_1 = mkN "цverhцghet" "цverhцgheter" ; - oeverhoevan_ab_1 = mkAdv "цverhцvan" ; - oeverhuvud_ab_1 = mkAdv "цverhuvud" ; - oeverhuvud_nn_1 = mkN "цverhuvud" "цverhuvudet" "цverhuvuden" "цverhuvudena" ; - oeverhuvudtaget_ab_1 = mkAdv "цverhuvudtaget" ; - oeverilning_nn_1 = mkN "цverilning" ; - oeveringenjoer_nn_1 = mkN "цveringenjцr" "цveringenjцrer" ; - oeverinlaerning_nn_1 = mkN "цverinlдrning" ; - oeverintendent_nn_1 = mkN "цverintendent" "цverintendenter" ; - oeverjaesning_nn_1 = mkN "цverjдsning" ; - oeverjordisk_av_1 = mkA "цverjordisk" ; - oeverkaeke_nn_1 = mkN "цverkдke" utrum ; - oeverkaeksben_nn_1 = mkN "цverkдksben" neutrum ; - oeverkaenslig_av_1 = mkA "цverkдnslig" ; - oeverkast_nn_1 = mkN "цverkast" neutrum ; - oeverklagande_nn_1 = mkN "цverklagande" ; - oeverklass_nn_1 = mkN "цverklass" "цverklasser" ; - oeverklassare_nn_1 = mkN "цverklassare" "цverklassare" ; - oeverklassig_av_1 = mkA "цverklassig" ; - oeverklassmiljoe_nn_1 = mkN "цverklassmiljц" "цverklassmiljцn" "цverklassmiljцer" "цverklassmiljцerna" ; - oeverklivning_nn_1 = mkN "цverklivning" ; - oeverkoerd_av_1 = mkA "цverkцrd" "цverkцrt" ; - oeverkomlig_av_1 = mkA "цverkomlig" ; - oeverkragning_nn_1 = mkN "цverkragning" ; - oeverkropp_nn_1 = mkN "цverkropp" ; - oeverkucku_nn_1 = mkN "цverkucku" ; - oeverkurs_nn_1 = mkN "цverkurs" "цverkurser" ; - oeverlaata_vb_1 = mkV "цverlеta" "цverlдt" "цverlеtit" ; - oeverlaatelse_nn_1 = mkN "цverlеtelse" "цverlеtelser" ; - oeverlaege_nn_1 = mkN "цverlдge" ; - oeverlaeggning_nn_1 = mkN "цverlдggning" ; - oeverlaegsen_av_1 = mkA "цverlдgsen" "цverlдgset" ; - oeverlaegsenhet_nn_1 = mkN "цverlдgsenhet" "цverlдgsenheter" ; - oeverlaekare_nn_1 = mkN "цverlдkare" "цverlдkare" ; - oeverlaepp_nn_1 = mkN "цverlдpp" ; - oeverlaerare_nn_1 = mkN "цverlдrare" "цverlдrare" ; - oeverlag_ab_1 = mkAdv "цverlag" ; - oeverlagd_av_1 = mkA "цverlagd" "цverlagt" ; - oeverlakan_nn_1 = mkN "цverlakan" neutrum ; - oeverlapp_nn_1 = mkN "цverlapp" ; - oeverlappning_nn_1 = mkN "цverlappning" ; - oeverlevande_av_1 = mkA "цverlevande" ; - oeverlevnad_nn_1 = mkN "цverlevnad" "цverlevnader" ; - oeverlevnadschans_nn_1 = mkN "цverlevnadschans" "цverlevnadschanser" ; - oeverliggande_av_1 = mkA "цverliggande" ; - oeverliggare_nn_1 = mkN "цverliggare" "цverliggare" ; - oeverliv_nn_1 = mkN "цverliv" neutrum ; - oeverljudsfart_nn_1 = mkN "цverljudsfart" "цverljudsfarter" ; - oeverljudsplan_nn_1 = mkN "цverljudsplan" neutrum ; - oeverljutt_ab_1 = mkAdv "цverljutt" ; - oeverloepare_nn_1 = mkN "цverlцpare" "цverlцpare" ; - oeverloppsgaerning_nn_1 = mkN "цverloppsgдrning" ; - oeverlupen_av_1 = mkA "цverlupen" "цverlupet" ; - oeverlycklig_av_1 = mkA "цverlycklig" ; - oevermaattan_ab_1 = mkAdv "цvermеttan" ; - oevermaektig_av_1 = mkA "цvermдktig" ; - oevermaenniska_nn_1 = mkN "цvermдnniska" ; - oevermaensklig_av_1 = mkA "цvermдnsklig" ; - oevermaett_av_1 = mkA "цvermдtt" ; - oevermaga_av_1 = mkA "цvermaga" ; - oeverman_nn_1 = mkN "цverman" "цvermannen" "цvermдn" "цvermдnnen" ; - oevermodig_av_1 = mkA "цvermodig" ; - oevermogen_av_1 = mkA "цvermogen" "цvermoget" ; - oevernationell_av_1 = mkA "цvernationell" ; - oevernattning_nn_1 = mkN "цvernattning" ; - oevernaturlig_av_1 = mkA "цvernaturlig" ; - oevernog_ab_1 = mkAdv "цvernog" ; - oeverord_nn_1 = mkN "цverord" neutrum ; - oeverplagg_nn_1 = mkN "цverplagg" neutrum ; - oeverpris_nn_1 = mkN "цverpris" neutrum ; - oeverproduktion_nn_1 = mkN "цverproduktion" "цverproduktioner" ; - oeverraett_nn_1 = mkN "цverrдtt" "цverrдtter" ; - oeverraskning_nn_1 = mkN "цverraskning" ; - oeverrede_nn_1 = mkN "цverrede" ; - oeverrock_nn_1 = mkN "цverrock" ; - oeversaate_nn_1 = mkN "цversеte" utrum ; - oeversaettare_nn_1 = mkN "цversдttare" "цversдttare" ; - oeversaettning_nn_1 = mkN "цversдttning" ; - oeversaettningslaan_nn_1 = mkN "цversдttningslеn" neutrum ; - oeversaettningsprov_nn_1 = mkN "цversдttningsprov" neutrum ; - oeverseende_av_1 = mkA "цverseende" ; - oeversida_nn_1 = mkN "цversida" ; - oeversiggiven_av_1 = mkA "цversiggiven" "цversiggivet" ; - oeversikt_nn_1 = mkN "цversikt" "цversikter" ; - oeversiktlig_av_1 = mkA "цversiktlig" ; - oeversinnlig_av_1 = mkA "цversinnlig" ; - oeversittare_nn_1 = mkN "цversittare" "цversittare" ; - oeversitteri_nn_1 = mkN "цversitteri" "цversitterit" "цversitterier" "цversitterierna" ; - oeverskaadlig_av_1 = mkA "цverskеdlig" ; - oeverskaap_nn_1 = mkN "цverskеp" neutrum ; - oeverskeppningsbaat_nn_1 = mkN "цverskeppningsbеt" ; - oeverskjutande_av_1 = mkA "цverskjutande" ; - oeverskoeterska_nn_1 = mkN "цverskцterska" ; - oeverskott_nn_1 = mkN "цverskott" neutrum ; - oeverskrida_vb_1 = mkV "цverskrida" "цverskred" "цverskridit" ; - oeverskrift_nn_1 = mkN "цverskrift" "цverskrifter" ; - oeverskruv_nn_1 = mkN "цverskruv" ; - oeverslaetande_av_1 = mkA "цverslдtande" ; - oeverslag_nn_1 = mkN "цverslag" neutrum ; - oeverslagsberaekning_nn_1 = mkN "цverslagsberдkning" ; - oeverspaend_av_1 = mkA "цverspдnd" ; - oeverspel_nn_1 = mkN "цverspel" "цverspelet" "цverspel" "цverspelen" ; - oeverstaanden_av_1 = mkA "цverstеnden" "цverstеndet" ; - oeverstaathaallare_nn_1 = mkN "цverstеthеllare" "цverstеthеllare" ; - oeverste_nn_1 = mkN "цverste" utrum ; - oeversteloejtnant_nn_1 = mkN "цverstelцjtnant" "цverstelцjtnanter" ; - oeverstepraest_nn_1 = mkN "цversteprдst" "цversteprдster" ; - oeverstiga_vb_1 = mkV "цverstiga" "цversteg" "цverstigit" ; - oeverstiglig_av_1 = mkA "цverstiglig" ; - oeverstroemsskydd_nn_1 = mkN "цverstrцmsskydd" neutrum ; - oeverstrykning_nn_1 = mkN "цverstrykning" ; - oeverstyrd_av_1 = mkA "цverstyrd" "цverstyrt" ; - oeversvaemning_nn_1 = mkN "цversvдmning" ; - oeversvallande_av_1 = mkA "цversvallande" ; - oeversvinnelig_av_1 = mkA "цversvinnelig" ; - oeversyn_nn_1 = mkN "цversyn" "цversyner" ; - oeversynt_av_1 = mkA "цversynt" "цversynt" ; - oeverta_vb_1 = mkV "цverta" "цvertar" "цverta" "цvertog" "цvertagit" "цvertagen" ; - oevertaend_av_1 = mkA "цvertдnd" ; - oevertaenkt_av_1 = mkA "цvertдnkt" "цvertдnkt" ; - oevertag_nn_1 = mkN "цvertag" neutrum ; - oevertagande_nn_1 = mkN "цvertagande" ; - oevertalig_av_1 = mkA "цvertalig" ; - oevertalning_nn_1 = mkN "цvertalning" ; - oeverton_nn_1 = mkN "цverton" "цvertoner" ; - oevertraedelse_nn_1 = mkN "цvertrдdelse" "цvertrдdelser" ; - oevertramp_nn_1 = mkN "цvertramp" neutrum ; - oevertydlig_av_1 = mkA "цvertydlig" ; - oevertygande_av_1 = mkA "цvertygande" ; - oevertygelse_nn_1 = mkN "цvertygelse" "цvertygelser" ; - oevervaaning_nn_1 = mkN "цvervеning" ; - oevervaegande_av_1 = mkA "цvervдgande" ; - oevervaegande_nn_1 = mkN "цvervдgande" ; - oevervaeldigande_av_1 = mkA "цvervдldigande" ; - oevervaexel_nn_1 = mkN "цvervдxel" ; - oevervakare_nn_1 = mkN "цvervakare" "цvervakare" ; - oevervattensfartyg_nn_1 = mkN "цvervattensfartyg" neutrum ; - oevervinna_vb_1 = mkV "цvervinna" "цvervann" "цvervunnit" ; - oevervuxen_av_1 = mkA "цvervuxen" "цvervuxet" ; - oevlig_av_1 = mkA "цvlig" ; - oevning_nn_1 = mkN "цvning" ; - oevningsaemne_nn_1 = mkN "цvningsдmne" ; - oevningslaerare_nn_1 = mkN "цvningslдrare" "цvningslдrare" ; - oevningsskjutning_nn_1 = mkN "цvningsskjutning" ; - oevrig_av_1 = mkA "цvrig" ; - ofaerdig_av_1 = mkA "ofдrdig" ; - ofaerg_nn_1 = mkN "ofдrg" "ofдrger" ; - ofantlig_av_1 = mkA "ofantlig" ; - ofarlig_av_1 = mkA "ofarlig" ; - ofattbar_av_1 = mkA "ofattbar" ; - ofattlig_av_1 = mkA "ofattlig" ; - ofelbar_av_1 = mkA "ofelbar" ; - off_white_av_1 = mkA "off-white" ; - offensiv_av_1 = mkA "offensiv" ; - offensiv_nn_1 = mkN "offensiv" "offensiver" ; - offentlig_av_1 = mkA "offentlig" ; - offentligen_ab_1 = mkAdv "offentligen" ; - offentlighet_nn_1 = mkN "offentlighet" "offentligheter" ; - offer_nn_1 = mkN "offer" neutrum ; - offerent_nn_1 = mkN "offerent" "offerenter" ; - offerfest_nn_1 = mkN "offerfest" "offerfester" ; - offerlamm_nn_1 = mkN "offerlamm" neutrum ; - offerrit_nn_1 = mkN "offerrit" "offerriter" ; - offerstock_nn_1 = mkN "offerstock" ; - offert_nn_1 = mkN "offert" "offerter" ; - offertorium_nn_1 = mkN "offertorium" "offertoriet" "offertorier" "offertorierna" ; - officer_nn_1 = mkN "officer" "officern" "officerare" "officerarna" ; - officerare_nn_1 = mkN "officerare" "officerare" ; - officersmaess_nn_1 = mkN "officersmдss" ; - officiant_nn_1 = mkN "officiant" "officianter" ; - officiell_av_1 = mkA "officiell" ; - officin_nn_1 = mkN "officin" "officiner" ; - officinell_av_1 = mkA "officinell" ; - officioes_av_1 = mkA "officiцs" ; - offshore_av_1 = mkA "offshore" ; - offside_ab_1 = mkAdv "offside" ; - ofin_av_1 = mkA "ofin" ; - ofoedd_av_1 = mkA "ofцdd" ; - ofoer_av_1 = mkA "ofцr" ; - ofoeraenderlig_av_1 = mkA "ofцrдnderlig" ; - ofoerarglig_av_1 = mkA "ofцrarglig" ; - ofoerbaetterlig_av_1 = mkA "ofцrbдtterlig" ; - ofoerbehaallsam_av_1 = mkA "ofцrbehеllsam" "ofцrbehеllsamt" "ofцrbehеllsamma" "ofцrbehеllsamma" "ofцrbehеllsammare" "ofцrbehеllsammast" "ofцrbehеllsammaste" ; - ofoerberedd_av_1 = mkA "ofцrberedd" ; - ofoerbraennelig_av_1 = mkA "ofцrbrдnnelig" ; - ofoerdelaktig_av_1 = mkA "ofцrdelaktig" ; - ofoerdragsam_av_1 = mkA "ofцrdragsam" "ofцrdragsamt" "ofцrdragsamma" "ofцrdragsamma" "ofцrdragsammare" "ofцrdragsammast" "ofцrdragsammaste" ; - ofoerdroejligen_ab_1 = mkAdv "ofцrdrцjligen" ; - ofoerenlig_av_1 = mkA "ofцrenlig" ; - ofoeretagsam_av_1 = mkA "ofцretagsam" "ofцretagsamt" "ofцretagsamma" "ofцretagsamma" "ofцretagsammare" "ofцretagsammast" "ofцretagsammaste" ; - ofoergaetlig_av_1 = mkA "ofцrgдtlig" ; - ofoergloemlig_av_1 = mkA "ofцrglцmlig" ; - ofoergriplig_av_1 = mkA "ofцrgriplig" ; - ofoerhappandes_ab_1 = mkAdv "ofцrhappandes" ; - ofoerklarlig_av_1 = mkA "ofцrklarlig" ; - ofoerlaatlig_av_1 = mkA "ofцrlеtlig" ; - ofoerliknelig_av_1 = mkA "ofцrliknelig" ; - ofoermaerkt_av_1 = mkA "ofцrmдrkt" "ofцrmдrkt" ; - ofoermoegen_av_1 = mkA "ofцrmцgen" "ofцrmцget" ; - ofoerneklig_av_1 = mkA "ofцrneklig" ; - ofoernuftig_av_1 = mkA "ofцrnuftig" ; - ofoerraett_nn_1 = mkN "ofцrrдtt" "ofцrrдtter" ; - ofoersiktig_av_1 = mkA "ofцrsiktig" ; - ofoerskaemd_av_1 = mkA "ofцrskдmd" "ofцrskдmt" ; - ofoerskaemdhet_nn_1 = mkN "ofцrskдmdhet" "ofцrskдmdheter" ; - ofoerskraeckt_av_1 = mkA "ofцrskrдckt" "ofцrskrдckt" ; - ofoerskylld_av_1 = mkA "ofцrskylld" "ofцrskyllt" ; - ofoersonlig_av_1 = mkA "ofцrsonlig" ; - ofoerstaaelig_av_1 = mkA "ofцrstеelig" ; - ofoerstaaende_av_1 = mkA "ofцrstеende" ; - ofoerstaandig_av_1 = mkA "ofцrstеndig" ; - ofoerstaelld_av_1 = mkA "ofцrstдlld" "ofцrstдllt" ; - ofoerstoerbar_av_1 = mkA "ofцrstцrbar" ; - ofoerstoerd_av_1 = mkA "ofцrstцrd" "ofцrstцrt" ; - ofoersvarlig_av_1 = mkA "ofцrsvarlig" ; - ofoersynt_av_1 = mkA "ofцrsynt" "ofцrsynt" ; - ofoertaeckt_av_1 = mkA "ofцrtдckt" "ofцrtдckt" ; - ofoertaenkt_av_1 = mkA "ofцrtдnkt" "ofцrtдnkt" ; - ofoertjaent_av_1 = mkA "ofцrtjдnt" "ofцrtjдnt" ; - ofoertroettlig_av_1 = mkA "ofцrtrцttlig" ; - ofoertruten_av_1 = mkA "ofцrtruten" "ofцrtrutet" ; - ofoertydbar_av_1 = mkA "ofцrtydbar" ; - ofoerutsaegbar_av_1 = mkA "ofцrutsдgbar" ; - ofoerutsebar_av_1 = mkA "ofцrutsebar" ; - ofoerutsedd_av_1 = mkA "ofцrutsedd" "ofцrutsedtt" ; - ofoervaegen_av_1 = mkA "ofцrvдgen" "ofцrvдget" ; - ofoervarandes_ab_1 = mkAdv "ofцrvarandes" ; - ofoervitlig_av_1 = mkA "ofцrvitlig" ; - ofoerytterlig_av_1 = mkA "ofцrytterlig" ; - ofog_nn_1 = mkN "ofog" neutrum ; - oformlig_av_1 = mkA "oformlig" ; - ofraankomlig_av_1 = mkA "ofrеnkomlig" ; - ofraelse_av_1 = mkA "ofrдlse" ; - oframkomlig_av_1 = mkA "oframkomlig" ; - ofri_av_1 = mkA "ofri" "ofritt" ; - ofrihet_nn_1 = mkN "ofrihet" "ofriheter" ; - ofrivillig_av_1 = mkA "ofrivillig" ; - ofruktbar_av_1 = mkA "ofruktbar" ; - ofruktsam_av_1 = mkA "ofruktsam" "ofruktsamt" "ofruktsamma" "ofruktsamma" "ofruktsammare" "ofruktsammast" "ofruktsammaste" ; - ofta_ab_1 = mkAdv "ofta" ; - oftalmi_nn_1 = mkN "oftalmi" "oftalmier" ; - oftalmologisk_av_1 = mkA "oftalmologisk" ; - oftalmoskop_nn_1 = mkN "oftalmoskop" neutrum ; - ofullgaangen_av_1 = mkA "ofullgеngen" "ofullgеnget" ; - ofullkomlig_av_1 = mkA "ofullkomlig" ; - ofullstaendig_av_1 = mkA "ofullstдndig" ; - ofyndig_av_1 = mkA "ofyndig" ; - ogaerna_ab_1 = mkAdv "ogдrna" ; - ogaerning_nn_1 = mkN "ogдrning" ; - ogaestvaenlig_av_1 = mkA "ogдstvдnlig" ; - ogemen_av_1 = mkA "ogemen" ; - ogenomfoerbar_av_1 = mkA "ogenomfцrbar" ; - ogenomskinlig_av_1 = mkA "ogenomskinlig" ; - ogenomslaepplig_av_1 = mkA "ogenomslдpplig" ; - ogenomtaenkt_av_1 = mkA "ogenomtдnkt" "ogenomtдnkt" ; - ogenomtraenglig_av_1 = mkA "ogenomtrдnglig" ; - ogensaeglig_av_1 = mkA "ogensдglig" ; - ogift_av_1 = mkA "ogift" "ogift" ; - ogiftig_av_1 = mkA "ogiftig" ; - ogill_ab_1 = mkAdv "ogill" ; - ogill_av_1 = mkA "ogill" ; - ogillande_nn_1 = mkN "ogillande" ; - ogiltig_av_1 = mkA "ogiltig" ; - ogin_av_1 = mkA "ogin" ; - ogjord_av_1 = mkA "ogjord" "ogjort" ; - ogoerlig_av_1 = mkA "ogцrlig" ; - ograesfisk_nn_1 = mkN "ogrдsfisk" ; - ogrammatikalisk_av_1 = mkA "ogrammatikalisk" ; - ogrammatisk_av_1 = mkA "ogrammatisk" ; - ogripbar_av_1 = mkA "ogripbar" ; - ogudaktig_av_1 = mkA "ogudaktig" ; - ogudlig_av_1 = mkA "ogudlig" ; - ogulden_av_1 = mkA "ogulden" "oguldet" ; - ogunstig_av_1 = mkA "ogunstig" ; - ogynnsam_av_1 = mkA "ogynnsam" "ogynnsamt" "ogynnsamma" "ogynnsamma" "ogynnsammare" "ogynnsammast" "ogynnsammaste" ; - ohaallbar_av_1 = mkA "ohеllbar" ; - ohaelsosam_av_1 = mkA "ohдlsosam" "ohдlsosamt" "ohдlsosamma" "ohдlsosamma" "ohдlsosammare" "ohдlsosammast" "ohдlsosammaste" ; - ohaengd_av_1 = mkA "ohдngd" "ohдngt" ; - ohanterlig_av_1 = mkA "ohanterlig" ; - ohederlig_av_1 = mkA "ohederlig" ; - ohederlighet_nn_1 = mkN "ohederlighet" "ohederligheter" ; - ohelig_av_1 = mkA "ohelig" ; - ohemul_av_1 = mkA "ohemul" ; - oherrans_av_1 = mkA "oherrans" ; - ohistorisk_av_1 = mkA "ohistorisk" ; - ohjaelplig_av_1 = mkA "ohjдlplig" ; - ohm_nn_1 = mkN "ohm" "ohmen" "ohm" "ohmen" ; - ohoeljd_av_1 = mkA "ohцljd" "ohцljt" ; - ohoerbar_av_1 = mkA "ohцrbar" ; - ohoerd_av_1 = mkA "ohцrd" "ohцrt" ; - ohoersam_av_1 = mkA "ohцrsam" "ohцrsamt" "ohцrsamma" "ohцrsamma" "ohцrsammare" "ohцrsammast" "ohцrsammaste" ; - ohoevlig_av_1 = mkA "ohцvlig" ; - ohygglig_av_1 = mkA "ohygglig" ; - ohygienisk_av_1 = mkA "ohygienisk" ; - oigenkaennlig_av_1 = mkA "oigenkдnnlig" ; - oigenkaennlighet_nn_1 = mkN "oigenkдnnlighet" "oigenkдnnligheter" ; - oinbunden_av_1 = mkA "oinbunden" "oinbundet" ; - oinredd_av_1 = mkA "oinredd" ; - oinskraenkt_av_1 = mkA "oinskrдnkt" "oinskrдnkt" ; - ointaglig_av_1 = mkA "ointaglig" ; - ointelligent_av_1 = mkA "ointelligent" "ointelligent" ; - ointressant_av_1 = mkA "ointressant" "ointressant" ; - oinvigd_av_1 = mkA "oinvigd" "oinvigt" ; - ojaemfoerbar_av_1 = mkA "ojдmfцrbar" ; - ojaemfoerlig_av_1 = mkA "ojдmfцrlig" ; - ojaemn_av_1 = mkA "ojдmn" ; - ojaemnhet_nn_1 = mkN "ojдmnhet" "ojдmnheter" ; - ojaevig_av_1 = mkA "ojдvig" ; - ojust_av_1 = mkA "ojust" "ojust" ; - ok_nn_1 = mkN "ok" neutrum ; - okaend_av_1 = mkA "okдnd" ; - okaenslig_av_1 = mkA "okдnslig" ; - okaer_av_1 = mkA "okдr" ; - okamratlig_av_1 = mkA "okamratlig" ; - okapi_nn_1 = mkN "okapi" "okapin" "okapier" "okapierna" ; - okbaage_nn_1 = mkN "okbеge" utrum ; - okben_nn_1 = mkN "okben" neutrum ; - oklaedd_av_1 = mkA "oklдdd" "oklдdtt" ; - oklanderlig_av_1 = mkA "oklanderlig" ; - oklar_av_1 = mkA "oklar" ; - oklarhet_nn_1 = mkN "oklarhet" "oklarheter" ; - oklippt_av_1 = mkA "oklippt" "oklippt" ; - oklok_av_1 = mkA "oklok" ; - okokt_av_1 = mkA "okokt" "okokt" ; - okontant_av_1 = mkA "okontant" "okontant" ; - okontroversiell_av_1 = mkA "okontroversiell" ; - okonventionell_av_1 = mkA "okonventionell" ; - okraenkbar_av_1 = mkA "okrдnkbar" ; - okristlig_av_1 = mkA "okristlig" ; - okritisk_av_1 = mkA "okritisk" ; - okroent_av_1 = mkA "okrцnt" "okrцnt" ; - okroppslig_av_1 = mkA "okroppslig" ; - okrossbar_av_1 = mkA "okrossbar" ; - oktaeder_nn_1 = mkN "oktaeder" ; - oktan_nn_1 = mkN "oktan" neutrum ; - oktanol_nn_1 = mkN "oktanol" "oktanoler" ; - oktant_nn_1 = mkN "oktant" "oktanter" ; - oktantal_nn_1 = mkN "oktantal" "oktantalet" "oktantalen" "oktantalena" ; - oktanvaerde_nn_1 = mkN "oktanvдrde" ; - oktav_nn_1 = mkN "oktav" "oktaver" ; - oktett_nn_1 = mkN "oktett" "oktetter" ; - oktod_nn_1 = mkN "oktod" "oktoder" ; - oktogon_nn_1 = mkN "oktogon" "oktogoner" ; - oktroj_nn_1 = mkN "oktroj" "oktrojer" ; - okulaer_av_1 = mkA "okulдr" ; - okulage_nn_1 = mkN "okulage" "okulaget" "okulager" "okulagerna" ; - okular_av_1 = mkA "okular" ; - okular_nn_1 = mkN "okular" neutrum ; - okunnig_av_1 = mkA "okunnig" ; - okunnighet_nn_1 = mkN "okunnighet" "okunnigheter" ; - okuvlig_av_1 = mkA "okuvlig" ; - okvaede_nn_1 = mkN "okvдde" ; - okvaeden_av_1 = mkA "okvдden" "okvдdet" ; - okvaedinsord_nn_1 = mkN "okvдdinsord" neutrum ; - okvald_av_1 = mkA "okvald" "okvalt" ; - okvinnlig_av_1 = mkA "okvinnlig" ; - okynnesfae_nn_1 = mkN "okynnesfд" "okynnesfдet" "okynnesfдn" "okynnesfдna" ; - okynneshund_nn_1 = mkN "okynneshund" ; - okynnesjakt_nn_1 = mkN "okynnesjakt" "okynnesjakter" ; - okynnig_av_1 = mkA "okynnig" ; - okyrklig_av_1 = mkA "okyrklig" ; - okysk_av_1 = mkA "okysk" ; - okysst_av_1 = mkA "okysst" "okysst" ; - olaast_av_1 = mkA "olеst" "olеst" ; - olaegenhet_nn_1 = mkN "olдgenhet" "olдgenheter" ; - olaeglig_av_1 = mkA "olдglig" ; - olaeklig_av_1 = mkA "olдklig" ; - olaemplig_av_1 = mkA "olдmplig" ; - olaendig_av_1 = mkA "olдndig" ; - olaerd_av_1 = mkA "olдrd" "olдrt" ; - olaesbar_av_1 = mkA "olдsbar" ; - olaeslig_av_1 = mkA "olдslig" ; - olaga_av_1 = mkA "olaga" ; - olaglig_av_1 = mkA "olaglig" ; - olaglighet_nn_1 = mkN "olaglighet" "olagligheter" ; - olat_nn_1 = mkN "olat" "olater" ; - oldboy_nn_1 = mkN "oldboy" ; - oldtimer_nn_1 = mkN "oldtimer" "oldtimern" "oldtimers" "oldtimersen" ; - oleander_nn_1 = mkN "oleander" ; - oleat_nn_1 = mkN "oleat" "oleater" ; - oleat_nn_2 = mkN "oleat" neutrum ; - oledare_nn_1 = mkN "oledare" "oledare" ; - olefin_nn_1 = mkN "olefin" "olefiner" ; - olidlig_av_1 = mkA "olidlig" ; - oligarki_nn_1 = mkN "oligarki" "oligarkier" ; - oligofag_av_1 = mkA "oligofag" ; - oligopol_nn_1 = mkN "oligopol" neutrum ; - oligotrof_av_1 = mkA "oligotrof" ; - olik_av_1 = mkA "olik" ; - olika_ab_1 = mkAdv "olika" ; - olikhet_nn_1 = mkN "olikhet" "olikheter" ; - olikstor_av_1 = mkA "olikstor" ; - oliktaenkande_av_1 = mkA "oliktдnkande" ; - oliv_nn_1 = mkN "oliv" "oliver" ; - olivin_nn_1 = mkN "olivin" "oliviner" ; - olivolja_nn_1 = mkN "olivolja" ; - olivtraed_nn_1 = mkN "olivtrдd" neutrum ; - olja_nn_1 = mkN "olja" ; - oljeaekta_av_1 = mkA "oljeдkta" ; - oljeaggregat_nn_1 = mkN "oljeaggregat" neutrum ; - oljebaelte_nn_1 = mkN "oljebдlte" ; - oljebolag_nn_1 = mkN "oljebolag" neutrum ; - oljeborrning_nn_1 = mkN "oljeborrning" ; - oljeborrtorn_nn_1 = mkN "oljeborrtorn" neutrum ; - oljebraennare_nn_1 = mkN "oljebrдnnare" "oljebrдnnare" ; - oljebrand_nn_1 = mkN "oljebrand" "oljebrдnder" ; - oljebrunn_nn_1 = mkN "oljebrunn" ; - oljebyte_nn_1 = mkN "oljebyte" ; - oljefaelt_nn_1 = mkN "oljefдlt" neutrum ; - oljefaerg_nn_1 = mkN "oljefдrg" "oljefдrger" ; - oljefilter_nn_1 = mkN "oljefilter" neutrum ; - oljeinpackning_nn_1 = mkN "oljeinpackning" ; - oljelaas_nn_1 = mkN "oljelеs" neutrum ; - oljeland_nn_1 = mkN "oljeland" "oljelandet" "oljelдnder" "oljelдnderna" ; - oljemaalning_nn_1 = mkN "oljemеlning" ; - oljepalm_nn_1 = mkN "oljepalm" "oljepalmer" ; - oljepris_nn_1 = mkN "oljepris" neutrum ; - oljerik_av_1 = mkA "oljerik" ; - oljering_nn_1 = mkN "oljering" ; - oljeriven_av_1 = mkA "oljeriven" "oljerivet" ; - oljesanktion_nn_1 = mkN "oljesanktion" "oljesanktioner" ; - oljeskiffer_nn_1 = mkN "oljeskiffer" ; - oljeslageri_nn_1 = mkN "oljeslageri" "oljeslagerit" "oljeslagerier" "oljeslagerierna" ; - oljestaell_nn_1 = mkN "oljestдll" neutrum ; - oljestopp_nn_1 = mkN "oljestopp" neutrum ; - oljestroembrytare_nn_1 = mkN "oljestrцmbrytare" "oljestrцmbrytare" ; - oljesump_nn_1 = mkN "oljesump" ; - oljetanker_nn_1 = mkN "oljetanker" ; - oljetraag_nn_1 = mkN "oljetrеg" neutrum ; - oljetryck_nn_1 = mkN "oljetryck" neutrum ; - oljeutslaepp_nn_1 = mkN "oljeutslдpp" neutrum ; - oljevaev_nn_1 = mkN "oljevдv" ; - oljevaext_nn_1 = mkN "oljevдxt" "oljevдxter" ; - oljig_av_1 = mkA "oljig" ; - oljud_nn_1 = mkN "oljud" neutrum ; - olle_nn_1 = mkN "olle" utrum ; - ollon_nn_1 = mkN "ollon" neutrum ; - ollonborre_nn_1 = mkN "ollonborre" utrum ; - ollonmask_nn_1 = mkN "ollonmask" ; - ollonpistol_nn_1 = mkN "ollonpistol" "ollonpistoler" ; - ollonskog_nn_1 = mkN "ollonskog" ; - ollonskott_nn_1 = mkN "ollonskott" neutrum ; - ollonsvin_nn_1 = mkN "ollonsvin" neutrum ; - ollontraed_nn_1 = mkN "ollontrдd" neutrum ; - olm_nn_1 = mkN "olm" ; - oloensam_av_1 = mkA "olцnsam" "olцnsamt" "olцnsamma" "olцnsamma" "olцnsammare" "olцnsammast" "olцnsammaste" ; - oloent_av_1 = mkA "olцnt" "olцnt" ; - oloesbar_av_1 = mkA "olцsbar" ; - oloeslig_av_1 = mkA "olцslig" ; - oloest_av_1 = mkA "olцst" "olцst" ; - ologisk_av_1 = mkA "ologisk" ; - olovandes_ab_1 = mkAdv "olovandes" ; - olovlig_av_1 = mkA "olovlig" ; - olovligen_ab_1 = mkAdv "olovligen" ; - olustig_av_1 = mkA "olustig" ; - olvon_nn_1 = mkN "olvon" neutrum ; - olvonvaext_nn_1 = mkN "olvonvдxt" "olvonvдxter" ; - olycklig_av_1 = mkA "olycklig" ; - olyckligtvis_ab_1 = mkAdv "olyckligtvis" ; - olycksalig_av_1 = mkA "olycksalig" ; - olycksbaadande_av_1 = mkA "olycksbеdande" ; - olycksbarn_nn_1 = mkN "olycksbarn" neutrum ; - olycksbringande_av_1 = mkA "olycksbringande" ; - olycksbroder_nn_1 = mkN "olycksbroder" "olycksbrodern" "olycksbrцder" "olycksbrцderna" ; - olycksdag_nn_1 = mkN "olycksdag" ; - olycksdiger_av_1 = mkA "olycksdiger" "olycksdigert" "olycksdigra" "olycksdigra" "olycksdigrare" "olycksdigrast" "olycksdigraste" ; - olycksfaagel_nn_1 = mkN "olycksfеgel" ; - olycksfall_nn_1 = mkN "olycksfall" neutrum ; - olyckshaendelse_nn_1 = mkN "olyckshдndelse" "olyckshдndelser" ; - olyckskamrat_nn_1 = mkN "olyckskamrat" "olyckskamrater" ; - olyckskatastrof_nn_1 = mkN "olyckskatastrof" "olyckskatastrofer" ; - olyckskorp_nn_1 = mkN "olyckskorp" ; - olycksplats_nn_1 = mkN "olycksplats" "olycksplatser" ; - olycksstatistik_nn_1 = mkN "olycksstatistik" "olycksstatistiker" ; - olyckstal_nn_1 = mkN "olyckstal" "olyckstalet" "olyckstalen" "olyckstalena" ; - olydig_av_1 = mkA "olydig" ; - olydnad_nn_1 = mkN "olydnad" "olydnader" ; - olympiad_nn_1 = mkN "olympiad" "olympiader" ; - olympiasegrare_nn_1 = mkN "olympiasegrare" "olympiasegrare" ; - olympier_nn_1 = mkN "olympier" "olympiern" "olympier" "olympierna" ; - olympisk_av_1 = mkA "olympisk" ; - om_ab_1 = mkAdv "om" ; - omaattlig_av_1 = mkA "omеttlig" ; - omaensklig_av_1 = mkA "omдnsklig" ; - omaerklig_av_1 = mkA "omдrklig" ; - omaetlig_av_1 = mkA "omдtlig" ; - omaettlig_av_1 = mkA "omдttlig" ; - omaka_av_1 = mkA "omaka" ; - omanier_nn_1 = mkN "omanier" "omaniern" "omanier" "omanierna" ; - omanlig_av_1 = mkA "omanlig" ; - omansk_av_1 = mkA "omansk" ; - omarbetning_nn_1 = mkN "omarbetning" ; - ombe_vb_1 = mkV "ombe" "ombad" "ombett" ; - ombedja_vb_1 = mkV "ombedja" "ombedjar" "ombedja" "ombedjad" "ombedjatt" "ombedjadd" ; - omblad_nn_1 = mkN "omblad" neutrum ; - omblandning_nn_1 = mkN "omblandning" ; - omblandningsprocess_nn_1 = mkN "omblandningsprocess" "omblandningsprocesser" ; - ombord_ab_1 = mkAdv "ombord" ; - ombordlaeggning_nn_1 = mkN "ombordlдggning" ; - ombryta_vb_1 = mkV "ombryta" "ombrцt" "ombrutit" ; - ombud_nn_1 = mkN "ombud" neutrum ; - ombudsman_nn_1 = mkN "ombudsman" "ombudsmannen" "ombudsmдn" "ombudsmдnnen" ; - ombyggnad_nn_1 = mkN "ombyggnad" "ombyggnader" ; - ombyte_nn_1 = mkN "ombyte" ; - ombytlig_av_1 = mkA "ombytlig" ; - ombytt_av_1 = mkA "ombytt" ; - omdaning_nn_1 = mkN "omdaning" ; - omdoeme_nn_1 = mkN "omdцme" ; - omdoemesfraaga_nn_1 = mkN "omdцmesfrеga" ; - omdoemesgill_av_1 = mkA "omdцmesgill" ; - omdoemesloes_av_1 = mkA "omdцmeslцs" ; - omedelbar_av_1 = mkA "omedelbar" ; - omedgoerlig_av_1 = mkA "omedgцrlig" ; - omedveten_av_1 = mkA "omedveten" "omedvetet" ; - omedvetenhet_nn_1 = mkN "omedvetenhet" "omedvetenheter" ; - omega_nn_1 = mkN "omega" "omegat" "omega" "omegana" ; - omelett_nn_1 = mkN "omelett" "omeletter" ; - omen_nn_1 = mkN "omen" neutrum ; - omfaangsrik_av_1 = mkA "omfеngsrik" ; - omfamning_nn_1 = mkN "omfamning" ; - omfattande_av_1 = mkA "omfattande" ; - omfattning_nn_1 = mkN "omfattning" ; - omfoederska_nn_1 = mkN "omfцderska" ; - omfoerdelning_nn_1 = mkN "omfцrdelning" ; - omformare_nn_1 = mkN "omformare" "omformare" ; - omgaaende_ab_1 = mkAdv "omgеende" ; - omgaang_nn_1 = mkN "omgеng" ; - omge_vb_1 = mkV "omge" "omger" "omge" "omgav" "omgett" "omgiven" ; - omgestaltning_nn_1 = mkN "omgestaltning" ; - omgift_av_1 = mkA "omgift" "omgift" ; - omgiv_nn_1 = mkN "omgiv" ; - omgivning_nn_1 = mkN "omgivning" ; - omgjord_av_1 = mkA "omgjord" "omgjort" ; - omhaender_ab_1 = mkAdv "omhдnder" ; - omhaenderta_vb_1 = mkV "omhдnderta" "omhдndertar" "omhдnderta" "omhдndertog" "omhдndertagit" "omhдndertagen" ; - omhand_ab_1 = mkAdv "omhand" ; - omhopp_nn_1 = mkN "omhopp" neutrum ; - omigen_ab_1 = mkAdv "omigen" ; - omild_av_1 = mkA "omild" "omilt" ; - ominoes_av_1 = mkA "ominцs" ; - omintet_ab_1 = mkAdv "omintet" ; - omisskaennlig_av_1 = mkA "omisskдnnlig" ; - omisstaenksam_av_1 = mkA "omisstдnksam" "omisstдnksamt" "omisstдnksamma" "omisstдnksamma" "omisstдnksammare" "omisstдnksammast" "omisstдnksammaste" ; - omistlig_av_1 = mkA "omistlig" ; - omkast_nn_1 = mkN "omkast" neutrum ; - omkastare_nn_1 = mkN "omkastare" "omkastare" ; - omklaedning_nn_1 = mkN "omklдdning" ; - omkoep_nn_1 = mkN "omkцp" neutrum ; - omkoerning_nn_1 = mkN "omkцrning" ; - omkoerningsfoerbud_nn_1 = mkN "omkцrningsfцrbud" neutrum ; - omkomma_vb_1 = mkV "omkomma" "omkom" "omkommit" ; - omkopplare_nn_1 = mkN "omkopplare" "omkopplare" ; - omkring_ab_1 = mkAdv "omkring" ; - omkull_ab_1 = mkAdv "omkull" ; - omlaeggning_nn_1 = mkN "omlдggning" ; - omljud_nn_1 = mkN "omljud" neutrum ; - omljudd_av_1 = mkA "omljudd" ; - omlopp_nn_1 = mkN "omlopp" neutrum ; - omloppstid_nn_1 = mkN "omloppstid" "omloppstider" ; - omlott_ab_1 = mkAdv "omlott" ; - omnaemnande_nn_1 = mkN "omnдmnande" ; - omnibus_nn_1 = mkN "omnibus" ; - omnifyr_nn_1 = mkN "omnifyr" ; - omnivor_nn_1 = mkN "omnivor" "omnivoren" "omnivorer" "omnivorerna" ; - omodern_av_1 = mkA "omodern" ; - omoejlig_av_1 = mkA "omцjlig" ; - omoejligen_ab_1 = mkAdv "omцjligen" ; - omoejlighet_nn_1 = mkN "omцjlighet" "omцjligheter" ; - omogen_av_1 = mkA "omogen" "omoget" ; - omoralisk_av_1 = mkA "omoralisk" ; - omotsaeglig_av_1 = mkA "omotsдglig" ; - omotsagd_av_1 = mkA "omotsagd" "omotsagt" ; - omotstaandlig_av_1 = mkA "omotstеndlig" ; - omottaglig_av_1 = mkA "omottaglig" ; - omproevning_nn_1 = mkN "omprцvning" ; - omraade_nn_1 = mkN "omrеde" ; - omriktare_nn_1 = mkN "omriktare" "omriktare" ; - omroerning_nn_1 = mkN "omrцrning" ; - omroestning_nn_1 = mkN "omrцstning" ; - omsaettning_nn_1 = mkN "omsдttning" ; - omsaettningstillgaang_nn_1 = mkN "omsдttningstillgеng" ; - omsams_ab_1 = mkAdv "omsams" ; - omsegling_nn_1 = mkN "omsegling" ; - omsider_ab_1 = mkAdv "omsider" ; - omskaera_vb_1 = mkV "omskдra" "omskar" "omskurit" ; - omskaerelse_nn_1 = mkN "omskдrelse" "omskдrelser" ; - omskakande_av_1 = mkA "omskakande" ; - omskiftare_nn_1 = mkN "omskiftare" "omskiftare" ; - omskiftartangent_nn_1 = mkN "omskiftartangent" "omskiftartangenter" ; - omskolning_nn_1 = mkN "omskolning" ; - omskriva_vb_1 = mkV "omskriva" "omskrev" "omskrivit" ; - omskriven_av_1 = mkA "omskriven" "omskrivet" ; - omskrivning_nn_1 = mkN "omskrivning" ; - omskruten_av_1 = mkA "omskruten" "omskrutet" ; - omskulpturering_nn_1 = mkN "omskulpturering" ; - omslag_nn_1 = mkN "omslag" neutrum ; - omslagsbild_nn_1 = mkN "omslagsbild" "omslagsbilder" ; - omslagspapper_nn_1 = mkN "omslagspapper" neutrum ; - omslagsrevers_nn_1 = mkN "omslagsrevers" "omslagsreverser" ; - omslut_nn_1 = mkN "omslut" neutrum ; - omsluta_vb_1 = mkV "omsluta" "omslцt" "omslutit" ; - omslutning_nn_1 = mkN "omslutning" ; - omsorg_nn_1 = mkN "omsorg" "omsorger" ; - omsorgsfull_av_1 = mkA "omsorgsfull" ; - omspel_nn_1 = mkN "omspel" "omspelet" "omspel" "omspelen" ; - omspinna_vb_1 = mkV "omspinna" "omspann" "omspunnit" ; - omstaaende_av_1 = mkA "omstеende" ; - omstaellning_nn_1 = mkN "omstдllning" ; - omstaendighet_nn_1 = mkN "omstдndighet" "omstдndigheter" ; - omstaendlig_av_1 = mkA "omstдndlig" ; - omstart_nn_1 = mkN "omstart" "omstarter" ; - omstigning_nn_1 = mkN "omstigning" ; - omstridd_av_1 = mkA "omstridd" ; - omstyr_ab_1 = mkAdv "omstyr" ; - omsvaengning_nn_1 = mkN "omsvдngning" ; - omsving_nn_1 = mkN "omsving" ; - omta_vb_1 = mkV "omta" "omtar" "omta" "omtog" "omtagit" "omtagen" ; - omtaenksam_av_1 = mkA "omtдnksam" "omtдnksamt" "omtдnksamma" "omtдnksamma" "omtдnksammare" "omtдnksammast" "omtдnksammaste" ; - omtag_nn_1 = mkN "omtag" neutrum ; - omtagning_nn_1 = mkN "omtagning" ; - omtal_nn_1 = mkN "omtal" "omtalet" "omtalen" "omtalena" ; - omtryck_nn_1 = mkN "omtryck" neutrum ; - omtumlande_av_1 = mkA "omtumlande" ; - omtyckt_av_1 = mkA "omtyckt" "omtyckt" ; - omusikalisk_av_1 = mkA "omusikalisk" ; - omutbar_av_1 = mkA "omutbar" ; - omutlig_av_1 = mkA "omutlig" ; - omvaardnad_nn_1 = mkN "omvеrdnad" "omvеrdnader" ; - omvaeg_nn_1 = mkN "omvдg" ; - omvaelvning_nn_1 = mkN "omvдlvning" ; - omvaend_av_1 = mkA "omvдnd" ; - omvaendbar_av_1 = mkA "omvдndbar" ; - omvaendelse_nn_1 = mkN "omvдndelse" "omvдndelser" ; - omvaendning_nn_1 = mkN "omvдndning" ; - omvaendningsfilm_nn_1 = mkN "omvдndningsfilm" "omvдndningsfilmer" ; - omvaendningstecken_nn_1 = mkN "omvдndningstecken" "omvдndningstecknet" "omvдndningstecken" "omvдndningstecknen" ; - omvaerdering_nn_1 = mkN "omvдrdering" ; - omvaerld_nn_1 = mkN "omvдrld" ; - omvaexlande_av_1 = mkA "omvдxlande" ; - omval_nn_1 = mkN "omval" neutrum ; - omvandlare_nn_1 = mkN "omvandlare" "omvandlare" ; - omvandling_nn_1 = mkN "omvandling" ; - omyndig_av_1 = mkA "omyndig" ; - omyndigfoerklaring_nn_1 = mkN "omyndigfцrklaring" ; - omyndighetsfoerklaring_nn_1 = mkN "omyndighetsfцrklaring" ; - onaabar_av_1 = mkA "onеbar" ; - onaadig_av_1 = mkA "onеdig" ; - onaemnbar_av_1 = mkA "onдmnbar" ; - onager_nn_1 = mkN "onager" "onagern" "onagrer" "onagrerna" ; - onaturlig_av_1 = mkA "onaturlig" ; - ond_av_1 = mkA "ond" ; - ondsint_av_1 = mkA "ondsint" "ondsint" ; - ondskefull_av_1 = mkA "ondskefull" ; - oneklig_av_1 = mkA "oneklig" ; - onekligen_ab_1 = mkAdv "onekligen" ; - onkel_nn_1 = mkN "onkel" ; - onoedig_av_1 = mkA "onцdig" ; - onoedigtvis_ab_1 = mkAdv "onцdigtvis" ; - onoejaktig_av_1 = mkA "onцjaktig" ; - onomastisk_av_1 = mkA "onomastisk" ; - onomatopoetisk_av_1 = mkA "onomatopoetisk" ; - onormal_av_1 = mkA "onormal" ; - onoslig_av_1 = mkA "onoslig" ; - onsdag_nn_1 = mkN "onsdag" ; - onsdagskvaell_nn_1 = mkN "onsdagskvдll" ; - onsdagsmorgon_nn_1 = mkN "onsdagsmorgon" "onsdagsmorgonen" "onsdagsmorgnar" "onsdagsmorgnarna" ; - ont_ab_1 = mkAdv "ont" ; - ontogenetisk_av_1 = mkA "ontogenetisk" ; - ontologi_nn_1 = mkN "ontologi" "ontologier" ; - onus_nn_1 = mkN "onus" neutrum ; - onykter_av_1 = mkA "onykter" "onyktert" "onyktra" "onyktra" "onyktrare" "onyktrast" "onyktraste" ; - onykterhet_nn_1 = mkN "onykterhet" "onykterheter" ; - onyttig_av_1 = mkA "onyttig" ; - onyx_nn_1 = mkN "onyx" ; - ooem_av_1 = mkA "oцm" "oцmt" "oцmma" "oцmma" "oцmmare" "oцmmast" "oцmmaste" ; - ooeverbrygglig_av_1 = mkA "oцverbrygglig" ; - ooeverkomlig_av_1 = mkA "oцverkomlig" ; - ooeverlagd_av_1 = mkA "oцverlagd" "oцverlagt" ; - ooeversaettlig_av_1 = mkA "oцversдttlig" ; - ooeverskaadlig_av_1 = mkA "oцverskеdlig" ; - ooeverstiglig_av_1 = mkA "oцverstiglig" ; - ooevertaenkt_av_1 = mkA "oцvertдnkt" "oцvertдnkt" ; - ooevertraefflig_av_1 = mkA "oцvertrдfflig" ; - ooevervaegd_av_1 = mkA "oцvervдgd" "oцvervдgt" ; - ooevervinnelig_av_1 = mkA "oцvervinnelig" ; - oombedd_av_1 = mkA "oombedd" "oombedtt" ; - oomkullkastlig_av_1 = mkA "oomkullkastlig" ; - oomkullrunkelig_av_1 = mkA "oomkullrunkelig" ; - oomljudd_av_1 = mkA "oomljudd" ; - oomskuren_av_1 = mkA "oomskuren" "oomskuret" ; - oomstridd_av_1 = mkA "oomstridd" ; - oordentlig_av_1 = mkA "oordentlig" ; - oorganisk_av_1 = mkA "oorganisk" ; - oortodox_av_1 = mkA "oortodox" ; - opaalitlig_av_1 = mkA "opеlitlig" ; - opaatald_av_1 = mkA "opеtald" "opеtalt" ; - opaaverkbar_av_1 = mkA "opеverkbar" ; - opacitet_nn_1 = mkN "opacitet" "opaciteter" ; - opak_av_1 = mkA "opak" ; - opal_nn_1 = mkN "opal" "opaler" ; - opaliserande_av_1 = mkA "opaliserande" ; - oparlamentarisk_av_1 = mkA "oparlamentarisk" ; - opartisk_av_1 = mkA "opartisk" ; - opassande_av_1 = mkA "opassande" ; - opasslig_av_1 = mkA "opasslig" ; - opedagogisk_av_1 = mkA "opedagogisk" ; - open_av_1 = mkA "open" ; - opera_nn_1 = mkN "opera" ; - operabalett_nn_1 = mkN "operabalett" "operabaletter" ; - operabel_av_1 = mkA "operabel" "operabelt" "operabla" "operabla" "operablare" "operablast" "operablaste" ; - operadike_nn_1 = mkN "operadike" ; - operahus_nn_1 = mkN "operahus" neutrum ; - operakompositoer_nn_1 = mkN "operakompositцr" "operakompositцrer" ; - operation_nn_1 = mkN "operation" "operationer" ; - operationell_av_1 = mkA "operationell" ; - operationsbas_nn_1 = mkN "operationsbas" "operationsbaser" ; - operationsbestick_nn_1 = mkN "operationsbestick" neutrum ; - operationslinje_nn_1 = mkN "operationslinje" "operationslinjer" ; - operativ_av_1 = mkA "operativ" ; - operativsystem_nn_1 = mkN "operativsystem" neutrum ; - operatoer_nn_1 = mkN "operatцr" "operatцrer" ; - operator_nn_1 = mkN "operator" "operatorer" ; - operatris_nn_1 = mkN "operatris" "operatriser" ; - operett_nn_1 = mkN "operett" "operetter" ; - operetteater_nn_1 = mkN "operetteater" ; - opersonlig_av_1 = mkA "opersonlig" ; - opiat_nn_1 = mkN "opiat" neutrum ; - opinion_nn_1 = mkN "opinion" "opinioner" ; - opinionsbildare_nn_1 = mkN "opinionsbildare" "opinionsbildare" ; - opinionsbildning_nn_1 = mkN "opinionsbildning" ; - opinionsmaetning_nn_1 = mkN "opinionsmдtning" ; - opinionsnaemnd_nn_1 = mkN "opinionsnдmnd" "opinionsnдmnder" ; - opinionsundersoekning_nn_1 = mkN "opinionsundersцkning" ; - opinionsyttring_nn_1 = mkN "opinionsyttring" ; - opiumliknande_av_1 = mkA "opiumliknande" ; - opolitisk_av_1 = mkA "opolitisk" ; - opossum_nn_1 = mkN "opossum" ; - opp_ab_1 = mkAdv "opp" ; - oppe_ab_1 = mkAdv "oppe" ; - opponent_nn_1 = mkN "opponent" "opponenter" ; - opportun_av_1 = mkA "opportun" ; - opportunist_nn_1 = mkN "opportunist" "opportunister" ; - opportunistisk_av_1 = mkA "opportunistisk" ; - opposition_nn_1 = mkN "opposition" "oppositioner" ; - oppositionell_av_1 = mkA "oppositionell" ; - oppositionsledare_nn_1 = mkN "oppositionsledare" "oppositionsledare" ; - oppositionsparti_nn_1 = mkN "oppositionsparti" "oppositionspartit" "oppositionspartier" "oppositionspartierna" ; - opraktisk_av_1 = mkA "opraktisk" ; - oprecis_av_1 = mkA "oprecis" ; - opretentioes_av_1 = mkA "opretentiцs" ; - oproportionerlig_av_1 = mkA "oproportionerlig" ; - opsykologisk_av_1 = mkA "opsykologisk" ; - optant_nn_1 = mkN "optant" "optanter" ; - optativ_av_1 = mkA "optativ" ; - optativ_nn_1 = mkN "optativ" "optativer" ; - optiker_nn_1 = mkN "optiker" "optikern" "optiker" "optikerna" ; - optimal_av_1 = mkA "optimal" ; - optimist_nn_1 = mkN "optimist" "optimister" ; - optimistisk_av_1 = mkA "optimistisk" ; - optimistjolle_nn_1 = mkN "optimistjolle" utrum ; - optimum_nn_1 = mkN "optimum" neutrum ; - option_nn_1 = mkN "option" "optioner" ; - optisk_av_1 = mkA "optisk" ; - opulent_av_1 = mkA "opulent" "opulent" ; - opus_nn_1 = mkN "opus" neutrum ; - or_nn_1 = mkN "or" neutrum ; - oraad_ab_1 = mkAdv "orеd" ; - oraeknelig_av_1 = mkA "orдknelig" ; - oraett_av_1 = mkA "orдtt" ; - oraett_nn_1 = mkN "orдtt" "orдtter" ; - oraettfaangen_av_1 = mkA "orдttfеngen" "orдttfеnget" ; - oraettfaerdig_av_1 = mkA "orдttfдrdig" ; - oraettmaetig_av_1 = mkA "orдttmдtig" ; - oraettraadig_av_1 = mkA "orдttrеdig" ; - oraettvis_av_1 = mkA "orдttvis" ; - orakel_nn_1 = mkN "orakel" neutrum ; - oral_av_1 = mkA "oral" ; - orange_av_1 = mkA "orange" ; - orange_nn_1 = mkN "orange" "oranger" ; - orangeri_nn_1 = mkN "orangeri" "orangerit" "orangerier" "orangerierna" ; - orangutang_nn_1 = mkN "orangutang" "orangutanger" ; - orant_nn_1 = mkN "orant" "oranter" ; - oration_nn_1 = mkN "oration" "orationer" ; - orationell_av_1 = mkA "orationell" ; - orator_nn_1 = mkN "orator" "oratorer" ; - oratorisk_av_1 = mkA "oratorisk" ; - oratorium_nn_1 = mkN "oratorium" "oratoriet" "oratorier" "oratorierna" ; - orbital_nn_1 = mkN "orbital" "orbitaler" ; - ord_nn_1 = mkN "ord" neutrum ; - ordaccent_nn_1 = mkN "ordaccent" "ordaccenter" ; - ordagrann_av_1 = mkA "ordagrann" "ordagrant" ; - ordal_nn_1 = mkN "ordal" "ordalet" "ordal" "ordalierna" ; - ordalydelse_nn_1 = mkN "ordalydelse" "ordalydelser" ; - ordbehandlare_nn_1 = mkN "ordbehandlare" "ordbehandlare" ; - ordbild_nn_1 = mkN "ordbild" "ordbilder" ; - ordbildning_nn_1 = mkN "ordbildning" ; - ordblind_av_1 = mkA "ordblind" ; - ordblindhet_nn_1 = mkN "ordblindhet" "ordblindheter" ; - ordboejning_nn_1 = mkN "ordbцjning" ; - ordbok_nn_1 = mkN "ordbok" "ordbцcker" ; - ordbyte_nn_1 = mkN "ordbyte" ; - orddel_nn_1 = mkN "orddel" "orddelen" "orddelar" "orddelarna" ; - orddoev_av_1 = mkA "orddцv" ; - orden_nn_1 = mkN "orden" ; - ordenskapitel_nn_1 = mkN "ordenskapitel" neutrum ; - ordenssaellskap_nn_1 = mkN "ordenssдllskap" "ordenssдllskapet" "ordenssдllskapen" "ordenssдllskapena" ; - ordentlig_av_1 = mkA "ordentlig" ; - order_nn_1 = mkN "order" ; - orderstock_nn_1 = mkN "orderstock" ; - ordfattig_av_1 = mkA "ordfattig" ; - ordfloede_nn_1 = mkN "ordflцde" ; - ordfoeljd_nn_1 = mkN "ordfцljd" "ordfцljder" ; - ordfoerande_nn_1 = mkN "ordfцrande" "ordfцranden" "ordfцrande" "ordfцrandena" ; - ordfoerekomst_nn_1 = mkN "ordfцrekomst" "ordfцrekomster" ; - ordfoerklaring_nn_1 = mkN "ordfцrklaring" ; - ordfoerraad_nn_1 = mkN "ordfцrrеd" neutrum ; - ordfogning_nn_1 = mkN "ordfogning" ; - ordform_nn_1 = mkN "ordform" ; - ordfot_nn_1 = mkN "ordfot" "ordfцtter" ; - ordgrupp_nn_1 = mkN "ordgrupp" "ordgrupper" ; - ordhaallig_av_1 = mkA "ordhеllig" ; - ordinaer_av_1 = mkA "ordinдr" ; - ordinand_nn_1 = mkN "ordinand" "ordinander" ; - ordinarie_av_1 = mkA "ordinarie" ; - ordination_nn_1 = mkN "ordination" "ordinationer" ; - ordklass_nn_1 = mkN "ordklass" "ordklasser" ; - ordklyveri_nn_1 = mkN "ordklyveri" "ordklyverit" "ordklyverier" "ordklyverierna" ; - ordknapp_av_1 = mkA "ordknapp" ; - ordkonstnaer_nn_1 = mkN "ordkonstnдr" "ordkonstnдrer" ; - ordkonstruktion_nn_1 = mkN "ordkonstruktion" "ordkonstruktioner" ; - ordlek_nn_1 = mkN "ordlek" ; - ordloes_av_1 = mkA "ordlцs" ; - ordning_nn_1 = mkN "ordning" ; - ordningsam_av_1 = mkA "ordningsam" "ordningsamt" "ordningsamma" "ordningsamma" "ordningsammare" "ordningsammast" "ordningsammaste" ; - ordningsbestaemmelse_nn_1 = mkN "ordningsbestдmmelse" "ordningsbestдmmelser" ; - ordningsfoeljd_nn_1 = mkN "ordningsfцljd" "ordningsfцljder" ; - ordningsfoerseelse_nn_1 = mkN "ordningsfцrseelse" "ordningsfцrseelser" ; - ordningsfraaga_nn_1 = mkN "ordningsfrеga" ; - ordningsman_nn_1 = mkN "ordningsman" "ordningsmannen" "ordningsmдn" "ordningsmдnnen" ; - ordningspolis_nn_1 = mkN "ordningspolis" "ordningspoliser" ; - ordningsstadga_nn_1 = mkN "ordningsstadga" ; - ordningstal_nn_1 = mkN "ordningstal" "ordningstalet" "ordningstalen" "ordningstalena" ; - ordningsvakt_nn_1 = mkN "ordningsvakt" "ordningsvakter" ; - ordonnans_nn_1 = mkN "ordonnans" "ordonnanser" ; - ordovicium_nn_1 = mkN "ordovicium" "ordovicium" "ordovicia" "ordoviciana" ; - ordraett_av_1 = mkA "ordrдtt" ; - ordrik_av_1 = mkA "ordrik" ; - ordrot_nn_1 = mkN "ordrot" "ordrцtter" ; - ordryttare_nn_1 = mkN "ordryttare" "ordryttare" ; - ordskillnad_nn_1 = mkN "ordskillnad" "ordskillnader" ; - ordskrift_nn_1 = mkN "ordskrift" "ordskrifter" ; - ordslut_nn_1 = mkN "ordslut" neutrum ; - ordspraak_nn_1 = mkN "ordsprеk" neutrum ; - ordstaev_nn_1 = mkN "ordstдv" neutrum ; - ordstam_nn_1 = mkN "ordstam" "ordstammen" "ordstammar" "ordstammarna" ; - ordstum_av_1 = mkA "ordstum" "ordstumt" "ordstumma" "ordstumma" "ordstummare" "ordstummast" "ordstummaste" ; - ordtrogen_av_1 = mkA "ordtrogen" "ordtroget" ; - ordvaendning_nn_1 = mkN "ordvдndning" ; - ordvaexling_nn_1 = mkN "ordvдxling" ; - ordval_nn_1 = mkN "ordval" neutrum ; - ordvits_nn_1 = mkN "ordvits" ; - ordvraengare_nn_1 = mkN "ordvrдngare" "ordvrдngare" ; - oread_nn_1 = mkN "oread" "oreader" ; - orealistisk_av_1 = mkA "orealistisk" ; - oredig_av_1 = mkA "oredig" ; - oredlig_av_1 = mkA "oredlig" ; - oredlighet_nn_1 = mkN "oredlighet" "oredligheter" ; - oregelbunden_av_1 = mkA "oregelbunden" "oregelbundet" ; - oregelbundenhet_nn_1 = mkN "oregelbundenhet" "oregelbundenheter" ; - oregelmaessig_av_1 = mkA "oregelmдssig" ; - oregerlig_av_1 = mkA "oregerlig" ; - oren_av_1 = mkA "oren" ; - orenhet_nn_1 = mkN "orenhet" "orenheter" ; - orenlig_av_1 = mkA "orenlig" ; - orenlighet_nn_1 = mkN "orenlighet" "orenligheter" ; - oresonabel_av_1 = mkA "oresonabel" ; - oresonlig_av_1 = mkA "oresonlig" ; - orfisk_av_1 = mkA "orfisk" ; - orfism_nn_1 = mkN "orfism" "orfismer" ; - organ_nn_1 = mkN "organ" neutrum ; - organcell_nn_1 = mkN "organcell" "organceller" ; - organell_nn_1 = mkN "organell" "organeller" ; - organisation_nn_1 = mkN "organisation" "organisationer" ; - organisatoer_nn_1 = mkN "organisatцr" "organisatцrer" ; - organisatorisk_av_1 = mkA "organisatorisk" ; - organisk_av_1 = mkA "organisk" ; - organism_nn_1 = mkN "organism" "organismer" ; - organist_nn_1 = mkN "organist" "organister" ; - organogen_av_1 = mkA "organogen" ; - organum_nn_1 = mkN "organum" neutrum ; - orgasm_nn_1 = mkN "orgasm" "orgasmer" ; - orgastisk_av_1 = mkA "orgastisk" ; - orgel_nn_1 = mkN "orgel" ; - orgelharmonium_nn_1 = mkN "orgelharmonium" "orgelharmoniet" "orgelharmonier" "orgelharmonierna" ; - orgelliknande_av_1 = mkA "orgelliknande" ; - orgelregister_nn_1 = mkN "orgelregister" neutrum ; - orgelstaemma_nn_1 = mkN "orgelstдmma" ; - orgeltrampare_nn_1 = mkN "orgeltrampare" "orgeltrampare" ; - orgiastisk_av_1 = mkA "orgiastisk" ; - orgie_nn_1 = mkN "orgie" "orgier" ; - oriental_nn_1 = mkN "oriental" "orientaler" ; - orientalisk_av_1 = mkA "orientalisk" ; - orientalist_nn_1 = mkN "orientalist" "orientalister" ; - orienterare_nn_1 = mkN "orienterare" "orienterare" ; - orientering_nn_1 = mkN "orientering" ; - orienteringsaemne_nn_1 = mkN "orienteringsдmne" ; - orienteringspunkt_nn_1 = mkN "orienteringspunkt" "orienteringspunkter" ; - orienteringstaevling_nn_1 = mkN "orienteringstдvling" ; - orienteringstavla_nn_1 = mkN "orienteringstavla" ; - original_nn_1 = mkN "original" neutrum ; - originalitet_nn_1 = mkN "originalitet" "originaliteter" ; - originalspraak_nn_1 = mkN "originalsprеk" neutrum ; - originaltext_nn_1 = mkN "originaltext" "originaltexter" ; - originell_av_1 = mkA "originell" ; - oriktig_av_1 = mkA "oriktig" ; - orimlig_av_1 = mkA "orimlig" ; - orimlighet_nn_1 = mkN "orimlighet" "orimligheter" ; - orkan_nn_1 = mkN "orkan" "orkaner" ; - orkesloes_av_1 = mkA "orkeslцs" ; - orkester_nn_1 = mkN "orkester" ; - orkesterdike_nn_1 = mkN "orkesterdike" ; - orkesterfoerening_nn_1 = mkN "orkesterfцrening" ; - orkestermedlem_nn_1 = mkN "orkestermedlem" "orkestermedlemmen" "orkestermedlemmar" "orkestermedlemmarna" ; - orkesterplats_nn_1 = mkN "orkesterplats" "orkesterplatser" ; - orkestral_av_1 = mkA "orkestral" ; - orkide_nn_1 = mkN "orkidй" "orkidйer" ; - orkidevaext_nn_1 = mkN "orkidйvдxt" "orkidйvдxter" ; - orlovssedel_nn_1 = mkN "orlovssedel" ; - orm_nn_1 = mkN "orm" ; - ormbaer_nn_1 = mkN "ormbдr" neutrum ; - ormbo_nn_1 = mkN "ormbo" "ormbot" "ormbon" "ormboen" ; - ormbunke_nn_1 = mkN "ormbunke" utrum ; - ormbunksvaext_nn_1 = mkN "ormbunksvдxt" "ormbunksvдxter" ; - ormdoedare_nn_1 = mkN "ormdцdare" "ormdцdare" ; - ormgift_nn_1 = mkN "ormgift" "ormgiftet" "ormgifter" "ormgifterna" ; - ormgran_nn_1 = mkN "ormgran" ; - ormgrop_nn_1 = mkN "ormgrop" ; - ormhaar_nn_1 = mkN "ormhеr" neutrum ; - ormknut_nn_1 = mkN "ormknut" ; - ormliknande_av_1 = mkA "ormliknande" ; - ormmaenniska_nn_1 = mkN "ormmдnniska" ; - ormoern_nn_1 = mkN "ormцrn" ; - ormskinn_nn_1 = mkN "ormskinn" neutrum ; - ormslaa_nn_1 = mkN "ormslе" "ormslеn" "ormslеr" "ormslеrna" ; - ormtjusare_nn_1 = mkN "ormtjusare" "ormtjusare" ; - ormtunga_nn_1 = mkN "ormtunga" ; - ormvraak_nn_1 = mkN "ormvrеk" ; - ormyngel_nn_1 = mkN "ormyngel" neutrum ; - ornaesbjoerk_nn_1 = mkN "ornдsbjцrk" ; - ornament_nn_1 = mkN "ornament" neutrum ; - ornamental_av_1 = mkA "ornamental" ; - ornamentering_nn_1 = mkN "ornamentering" ; - ornamentist_nn_1 = mkN "ornamentist" "ornamentister" ; - ornat_nn_1 = mkN "ornat" "ornater" ; - orne_nn_1 = mkN "orne" utrum ; - ornitolog_nn_1 = mkN "ornitolog" "ornitologer" ; - ornitologisk_av_1 = mkA "ornitologisk" ; - oro_nn_2 = mkN "oro" ; - oroerbar_av_1 = mkA "orцrbar" ; - oroerd_av_1 = mkA "orцrd" "orцrt" ; - oroerlig_av_1 = mkA "orцrlig" ; - orogenetisk_av_1 = mkA "orogenetisk" ; - orolig_av_1 = mkA "orolig" ; - orolighet_nn_1 = mkN "orolighet" "oroligheter" ; - orosaar_nn_1 = mkN "orosеr" neutrum ; - oroscentrum_nn_1 = mkN "oroscentrum" neutrum ; - oroshaerd_nn_1 = mkN "oroshдrd" ; - orosmoln_nn_1 = mkN "orosmoln" neutrum ; - orosstiftare_nn_1 = mkN "orosstiftare" "orosstiftare" ; - orovaeckande_av_1 = mkA "orovдckande" ; - orre_nn_1 = mkN "orre" utrum ; - orrfaagel_nn_1 = mkN "orrfеgel" ; - orrspel_nn_1 = mkN "orrspel" "orrspelet" "orrspel" "orrspelen" ; - orsak_nn_1 = mkN "orsak" "orsaker" ; - orsaklig_av_1 = mkA "orsaklig" ; - orsaksbestaemd_av_1 = mkA "orsaksbestдmd" "orsaksbestдmt" ; - orsakskedja_nn_1 = mkN "orsakskedja" ; - orsakskomplex_nn_1 = mkN "orsakskomplex" neutrum ; - orsaksmaessig_av_1 = mkA "orsaksmдssig" ; - orsakssamband_nn_1 = mkN "orsakssamband" neutrum ; - orsakssammanhang_nn_1 = mkN "orsakssammanhang" neutrum ; - ort_nn_1 = mkN "ort" "orter" ; - ort_nn_2 = mkN "ort" ; - ort_nn_3 = mkN "ort" neutrum ; - ortdrivare_nn_1 = mkN "ortdrivare" "ortdrivare" ; - ortikon_nn_1 = mkN "ortikon" "ortikoner" ; - ortlig_av_1 = mkA "ortlig" ; - ortlinje_nn_1 = mkN "ortlinje" "ortlinjer" ; - ortnamn_nn_1 = mkN "ortnamn" neutrum ; - ortoceratit_nn_1 = mkN "ortoceratit" "ortoceratiter" ; - ortodox_av_1 = mkA "ortodox" ; - ortodoxi_nn_1 = mkN "ortodoxi" "ortodoxier" ; - ortodoxism_nn_1 = mkN "ortodoxism" "ortodoxismer" ; - ortodrom_nn_1 = mkN "ortodrom" "ortodromer" ; - ortogonal_av_1 = mkA "ortogonal" ; - ortografi_nn_1 = mkN "ortografi" "ortografier" ; - ortokromatisk_av_1 = mkA "ortokromatisk" ; - ortolan_nn_1 = mkN "ortolan" "ortolaner" ; - ortolansparv_nn_1 = mkN "ortolansparv" ; - ortoped_nn_1 = mkN "ortoped" "ortopeder" ; - ortoptist_nn_1 = mkN "ortoptist" "ortoptister" ; - ortoptris_nn_1 = mkN "ortoptris" "ortoptriser" ; - ortsavdrag_nn_1 = mkN "ortsavdrag" neutrum ; - ortsgrupp_nn_1 = mkN "ortsgrupp" "ortsgrupper" ; - ortstid_nn_1 = mkN "ortstid" "ortstider" ; - ortstillaegg_nn_1 = mkN "ortstillдgg" neutrum ; - orubblig_av_1 = mkA "orubblig" ; - orund_av_1 = mkA "orund" ; - orv_nn_1 = mkN "orv" neutrum ; - orygglig_av_1 = mkA "orygglig" ; - orytmisk_av_1 = mkA "orytmisk" ; - oryx_nn_1 = mkN "oryx" "oryxer" ; - os_nn_2 = mkN "os" neutrum ; - osaald_av_1 = mkA "osеld" "osеlt" ; - osaarbar_av_1 = mkA "osеrbar" ; - osaegbar_av_1 = mkA "osдgbar" ; - osaeglig_av_1 = mkA "osдglig" ; - osaeker_av_1 = mkA "osдker" "osдkert" "osдkra" "osдkra" "osдkrare" "osдkrast" "osдkraste" ; - osaekerhet_nn_1 = mkN "osдkerhet" "osдkerheter" ; - osaekerhetsmoment_nn_1 = mkN "osдkerhetsmoment" "osдkerhetsmomentet" "osдkerhetsmomenten" "osдkerhetsmomentena" ; - osaeljbar_av_1 = mkA "osдljbar" ; - osaell_av_1 = mkA "osдll" ; - osaellskaplig_av_1 = mkA "osдllskaplig" ; - osaenkbar_av_1 = mkA "osдnkbar" ; - osagd_av_1 = mkA "osagd" "osagt" ; - osakkunnig_av_1 = mkA "osakkunnig" ; - osaklig_av_1 = mkA "osaklig" ; - osalig_av_1 = mkA "osalig" ; - osammanhaengande_av_1 = mkA "osammanhдngande" ; - osams_av_1 = mkA "osams" ; - osann_av_1 = mkA "osann" "osant" ; - osannfaerdig_av_1 = mkA "osannfдrdig" ; - osanning_nn_1 = mkN "osanning" ; - osannolik_av_1 = mkA "osannolik" ; - oscillation_nn_1 = mkN "oscillation" "oscillationer" ; - oscillator_nn_1 = mkN "oscillator" "oscillatorer" ; - oscillograf_nn_1 = mkN "oscillograf" "oscillografer" ; - oscillogram_nn_1 = mkN "oscillogram" "oscillogrammet" "oscillogram" "oscillogrammen" ; - oscilloskop_nn_1 = mkN "oscilloskop" neutrum ; - osed_nn_1 = mkN "osed" "oseder" ; - osedlig_av_1 = mkA "osedlig" ; - osedvanlig_av_1 = mkA "osedvanlig" ; - osentimental_av_1 = mkA "osentimental" ; - osiktbar_av_1 = mkA "osiktbar" ; - osiktig_av_1 = mkA "osiktig" ; - osinlig_av_1 = mkA "osinlig" ; - osinnlig_av_1 = mkA "osinnlig" ; - osjaelvisk_av_1 = mkA "osjдlvisk" ; - osjaelviskhet_nn_1 = mkN "osjдlviskhet" "osjдlviskheter" ; - osjaelvstaendig_av_1 = mkA "osjдlvstдndig" ; - oskadd_av_1 = mkA "oskadd" ; - oskadlig_av_1 = mkA "oskadlig" ; - oskaelig_av_1 = mkA "oskдlig" ; - oskaplig_av_1 = mkA "oskaplig" ; - oskarian_nn_1 = mkN "oskarian" "oskarianer" ; - oskariansk_av_1 = mkA "oskariansk" ; - oskarp_av_1 = mkA "oskarp" ; - oskattbar_av_1 = mkA "oskattbar" ; - oskick_nn_1 = mkN "oskick" neutrum ; - oskicklig_av_1 = mkA "oskicklig" ; - oskiljaktig_av_1 = mkA "oskiljaktig" ; - oskoen_av_1 = mkA "oskцn" ; - oskriven_av_1 = mkA "oskriven" "oskrivet" ; - oskuld_nn_1 = mkN "oskuld" "oskulder" ; - oskuldsfull_av_1 = mkA "oskuldsfull" ; - oskyld_1_av_1 = mkA "oskyld" "oskylt" ; - oskyld_2_av_1 = mkA "oskyld" "oskylt" ; - oskyldig_av_1 = mkA "oskyldig" ; - oslaecklig_av_1 = mkA "oslдcklig" ; - oslaeckt_av_1 = mkA "oslдckt" "oslдckt" ; - oslagbar_av_1 = mkA "oslagbar" ; - oslagen_av_1 = mkA "oslagen" "oslaget" ; - osmaelt_av_1 = mkA "osmдlt" "osmдlt" ; - osmaeltbar_av_1 = mkA "osmдltbar" ; - osmaklig_av_1 = mkA "osmaklig" ; - osmaklighet_nn_1 = mkN "osmaklighet" "osmakligheter" ; - osman_nn_1 = mkN "osman" "osmaner" ; - osmansk_av_1 = mkA "osmansk" ; - osmidbar_av_1 = mkA "osmidbar" ; - osmidig_av_1 = mkA "osmidig" ; - osmord_av_1 = mkA "osmord" "osmort" ; - osmotisk_av_1 = mkA "osmotisk" ; - osnuten_av_1 = mkA "osnuten" "osnutet" ; - osnygg_av_1 = mkA "osnygg" ; - osocial_av_1 = mkA "osocial" ; - osoekt_ab_1 = mkAdv "osцkt" ; - osoekt_av_1 = mkA "osцkt" "osцkt" ; - osolidarisk_av_1 = mkA "osolidarisk" ; - ospard_av_1 = mkA "ospard" "ospart" ; - ospelbar_av_1 = mkA "ospelbar" ; - osportslig_av_1 = mkA "osportslig" ; - ossuarium_nn_1 = mkN "ossuarium" "ossuariet" "ossuarier" "ossuarierna" ; - ost_ab_1 = mkAdv "ost" ; - ost_nn_1 = mkN "ost" ; - ostadig_av_1 = mkA "ostadig" ; - ostaemd_av_1 = mkA "ostдmd" "ostдmt" ; - ostaerkt_av_1 = mkA "ostдrkt" "ostдrkt" ; - ostanfraan_ab_1 = mkAdv "ostanfrеn" ; - ostanifraan_ab_1 = mkAdv "ostanifrеn" ; - ostensiv_av_1 = mkA "ostensiv" ; - ostentativ_av_1 = mkA "ostentativ" ; - osteolog_nn_1 = mkN "osteolog" "osteologer" ; - ostframstaellning_nn_1 = mkN "ostframstдllning" ; - osthyvel_nn_1 = mkN "osthyvel" ; - ostig_av_1 = mkA "ostig" ; - ostinato_nn_1 = mkN "ostinato" "ostinatot" "ostinaton" "ostinatona" ; - ostindisk_av_1 = mkA "ostindisk" ; - ostjak_nn_1 = mkN "ostjak" "ostjaker" ; - ostjakisk_av_1 = mkA "ostjakisk" ; - ostkant_nn_1 = mkN "ostkant" "ostkanter" ; - ostkraem_nn_1 = mkN "ostkrдm" "ostkrдmer" ; - ostkust_nn_1 = mkN "ostkust" "ostkuster" ; - ostlig_av_1 = mkA "ostlig" ; - ostliknande_av_1 = mkA "ostliknande" ; - ostmask_nn_1 = mkN "ostmask" ; - ostoerd_av_1 = mkA "ostцrd" "ostцrt" ; - ostrafflig_av_1 = mkA "ostrafflig" ; - ostrest_nn_1 = mkN "ostrest" "ostrester" ; - ostridig_av_1 = mkA "ostridig" ; - ostron_nn_1 = mkN "ostron" neutrum ; - ostronbank_nn_1 = mkN "ostronbank" ; - ostronfoergiftning_nn_1 = mkN "ostronfцrgiftning" ; - ostronkniv_nn_1 = mkN "ostronkniv" ; - ostruken_av_1 = mkA "ostruken" "ostruket" ; - ostskaerare_nn_1 = mkN "ostskдrare" "ostskдrare" ; - ostskalk_nn_1 = mkN "ostskalk" ; - oststaang_nn_1 = mkN "oststеng" "oststдnger" ; - ostvart_ab_1 = mkAdv "ostvart" ; - ostyrig_av_1 = mkA "ostyrig" ; - ostyrkt_av_1 = mkA "ostyrkt" "ostyrkt" ; - osund_av_1 = mkA "osund" ; - osvensk_av_1 = mkA "osvensk" ; - osviklig_av_1 = mkA "osviklig" ; - osvuren_av_1 = mkA "osvuren" "osvuret" ; - osymmetrisk_av_1 = mkA "osymmetrisk" ; - osympatisk_av_1 = mkA "osympatisk" ; - osynlig_av_1 = mkA "osynlig" ; - osystematisk_av_1 = mkA "osystematisk" ; - otaalig_av_1 = mkA "otеlig" ; - otacksam_av_1 = mkA "otacksam" "otacksamt" "otacksamma" "otacksamma" "otacksammare" "otacksammast" "otacksammaste" ; - otadlig_av_1 = mkA "otadlig" ; - otaeck_av_1 = mkA "otдck" ; - otaeckhet_nn_1 = mkN "otдckhet" "otдckheter" ; - otaecking_nn_1 = mkN "otдcking" ; - otaemd_av_1 = mkA "otдmd" "otдmt" ; - otaemjbar_av_1 = mkA "otдmjbar" ; - otaemjd_av_1 = mkA "otдmjd" "otдmjt" ; - otaend_av_1 = mkA "otдnd" ; - otaenkbar_av_1 = mkA "otдnkbar" ; - otaet_av_1 = mkA "otдt" ; - otalig_av_1 = mkA "otalig" ; - otalt_av_1 = mkA "otalt" ; - oteknisk_av_1 = mkA "oteknisk" ; - otidig_av_1 = mkA "otidig" ; - otidighet_nn_1 = mkN "otidighet" "otidigheter" ; - otidsenlig_av_1 = mkA "otidsenlig" ; - otillaaten_av_1 = mkA "otillеten" "otillеtet" ; - otillaatlig_av_1 = mkA "otillеtlig" ; - otillboerlig_av_1 = mkA "otillbцrlig" ; - otillboerlighet_nn_1 = mkN "otillbцrlighet" "otillbцrligheter" ; - otillfoerlitlig_av_1 = mkA "otillfцrlitlig" ; - otillfreds_av_1 = mkA "otillfreds" ; - otillfredsstaellande_av_1 = mkA "otillfredsstдllande" ; - otillfredsstaelld_av_1 = mkA "otillfredsstдlld" "otillfredsstдllt" ; - otillgaenglig_av_1 = mkA "otillgдnglig" ; - otillraecklig_av_1 = mkA "otillrдcklig" ; - otillraeknelig_av_1 = mkA "otillrдknelig" ; - otillstaendig_av_1 = mkA "otillstдndig" ; - otit_nn_1 = mkN "otit" "otiter" ; - otjaenlig_av_1 = mkA "otjдnlig" ; - otjaenst_nn_1 = mkN "otjдnst" "otjдnster" ; - otoerstig_av_1 = mkA "otцrstig" ; - otolog_nn_1 = mkN "otolog" "otologer" ; - otrevlig_av_1 = mkA "otrevlig" ; - otrevlighet_nn_1 = mkN "otrevlighet" "otrevligheter" ; - otrivsam_av_1 = mkA "otrivsam" "otrivsamt" "otrivsamma" "otrivsamma" "otrivsammare" "otrivsammast" "otrivsammaste" ; - otroestlig_av_1 = mkA "otrцstlig" ; - otroettlig_av_1 = mkA "otrцttlig" ; - otrogen_av_1 = mkA "otrogen" "otroget" ; - otrohet_nn_1 = mkN "otrohet" "otroheter" ; - otrolig_av_1 = mkA "otrolig" ; - otryckbar_av_1 = mkA "otryckbar" ; - otryckt_av_1 = mkA "otryckt" "otryckt" ; - otrygg_av_1 = mkA "otrygg" ; - otta_nn_1 = mkN "otta" ; - ottoman_nn_1 = mkN "ottoman" "ottomaner" ; - ottomansk_av_1 = mkA "ottomansk" ; - ottomotor_nn_1 = mkN "ottomotor" "ottomotorer" ; - otuktig_av_1 = mkA "otuktig" ; - oturlig_av_1 = mkA "oturlig" ; - otvetydig_av_1 = mkA "otvetydig" ; - otvivelaktig_av_1 = mkA "otvivelaktig" ; - otvungen_av_1 = mkA "otvungen" "otvunget" ; - otydbar_av_1 = mkA "otydbar" ; - otydlig_av_1 = mkA "otydlig" ; - otymplig_av_1 = mkA "otymplig" ; - otypisk_av_1 = mkA "otypisk" ; - oumbaerlig_av_1 = mkA "oumbдrlig" ; - oundgaenglig_av_1 = mkA "oundgдnglig" ; - oundgaengligen_ab_1 = mkAdv "oundgдngligen" ; - oundviklig_av_1 = mkA "oundviklig" ; - oundvikligen_ab_1 = mkAdv "oundvikligen" ; - ouppfattbar_av_1 = mkA "ouppfattbar" ; - ouppfylld_av_1 = mkA "ouppfylld" "ouppfyllt" ; - ouppgjord_av_1 = mkA "ouppgjord" "ouppgjort" ; - oupphinnelig_av_1 = mkA "oupphinnelig" ; - oupphoerlig_av_1 = mkA "oupphцrlig" ; - oupphoerligen_ab_1 = mkAdv "oupphцrligen" ; - oupploeslig_av_1 = mkA "oupplцslig" ; - oupploesligen_ab_1 = mkAdv "oupplцsligen" ; - oupplyst_av_1 = mkA "oupplyst" "oupplyst" ; - ouppmaerksam_av_1 = mkA "ouppmдrksam" "ouppmдrksamt" "ouppmдrksamma" "ouppmдrksamma" "ouppmдrksammare" "ouppmдrksammast" "ouppmдrksammaste" ; - ouppnaaelig_av_1 = mkA "ouppnеelig" ; - ouppsaatlig_av_1 = mkA "ouppsеtlig" ; - ouppsaegbar_av_1 = mkA "ouppsдgbar" ; - ouppskattbar_av_1 = mkA "ouppskattbar" ; - ouppskuren_av_1 = mkA "ouppskuren" "ouppskuret" ; - oupptaeckt_av_1 = mkA "oupptдckt" "oupptдckt" ; - ouppvaermd_av_1 = mkA "ouppvдrmd" "ouppvдrmt" ; - oursaektlig_av_1 = mkA "oursдktlig" ; - outfoerbar_av_1 = mkA "outfцrbar" ; - outgiven_av_1 = mkA "outgiven" "outgivet" ; - outgrundlig_av_1 = mkA "outgrundlig" ; - outhaerdlig_av_1 = mkA "outhдrdlig" ; - outhyrd_av_1 = mkA "outhyrd" "outhyrt" ; - outplaanlig_av_1 = mkA "outplеnlig" ; - outrannsaklig_av_1 = mkA "outrannsaklig" ; - outrotlig_av_1 = mkA "outrotlig" ; - outsaegbar_av_1 = mkA "outsдgbar" ; - outsaeglig_av_1 = mkA "outsдglig" ; - outsagd_av_1 = mkA "outsagd" "outsagt" ; - outsider_nn_1 = mkN "outsider" "outsidern" "outsider" "outsiderna" ; - outsinlig_av_1 = mkA "outsinlig" ; - outslaecklig_av_1 = mkA "outslдcklig" ; - outslitlig_av_1 = mkA "outslitlig" ; - outspaedd_av_1 = mkA "outspдdd" ; - outstanding_av_1 = mkA "outstanding" ; - outtalbar_av_1 = mkA "outtalbar" ; - outtoemlig_av_1 = mkA "outtцmlig" ; - outtroettlig_av_1 = mkA "outtrцttlig" ; - outvaext_av_1 = mkA "outvдxt" "outvдxt" ; - outvuxen_av_1 = mkA "outvuxen" "outvuxet" ; - ouvertyr_nn_1 = mkN "ouvertyr" "ouvertyrer" ; - ovaalig_av_1 = mkA "ovеlig" ; - ovaeder_nn_1 = mkN "ovдder" neutrum ; - ovaeldig_av_1 = mkA "ovдldig" ; - ovaelkommen_av_1 = mkA "ovдlkommen" "ovдlkommet" "ovдlkomna" "ovдlkomna" "ovдlkomnare" "ovдlkomnast" "ovдlkomnaste" ; - ovaen_nn_1 = mkN "ovдn" "ovдnnen" "ovдnner" "ovдnnerna" ; - ovaenlig_av_1 = mkA "ovдnlig" ; - ovaenlighet_nn_1 = mkN "ovдnlighet" "ovдnligheter" ; - ovaenskap_nn_1 = mkN "ovдnskap" "ovдnskaper" ; - ovaerderlig_av_1 = mkA "ovдrderlig" ; - ovaerdig_av_1 = mkA "ovдrdig" ; - ovaerldslig_av_1 = mkA "ovдrldslig" ; - ovaesentlig_av_1 = mkA "ovдsentlig" ; - ovaesentlighet_nn_1 = mkN "ovдsentlighet" "ovдsentligheter" ; - oval_av_1 = mkA "oval" ; - oval_nn_1 = mkN "oval" "ovaler" ; - ovan_ab_1 = mkAdv "ovan" ; - ovan_av_1 = mkA "ovan" ; - ovana_nn_1 = mkN "ovana" ; - ovanbords_ab_1 = mkAdv "ovanbords" ; - ovandel_nn_1 = mkN "ovandel" "ovandelen" "ovandelar" "ovandelarna" ; - ovanfoer_ab_1 = mkAdv "ovanfцr" ; - ovanifraan_ab_1 = mkAdv "ovanifrеn" ; - ovanjordisk_av_1 = mkA "ovanjordisk" ; - ovanlig_av_1 = mkA "ovanlig" ; - ovanlighet_nn_1 = mkN "ovanlighet" "ovanligheter" ; - ovannaemnd_av_1 = mkA "ovannдmnd" ; - ovanpaa_ab_1 = mkAdv "ovanpе" ; - ovansida_nn_1 = mkN "ovansida" ; - ovansklig_av_1 = mkA "ovansklig" ; - ovanstaaende_av_1 = mkA "ovanstеende" ; - ovantill_ab_1 = mkAdv "ovantill" ; - ovanvaaning_nn_1 = mkN "ovanvеning" ; - ovariotomi_nn_1 = mkN "ovariotomi" "ovariotomier" ; - ovarium_nn_1 = mkN "ovarium" "ovariet" "ovarier" "ovarierna" ; - ovarsam_av_1 = mkA "ovarsam" "ovarsamt" "ovarsamma" "ovarsamma" "ovarsammare" "ovarsammast" "ovarsammaste" ; - ovation_nn_1 = mkN "ovation" "ovationer" ; - ovederhaeftig_av_1 = mkA "ovederhдftig" ; - ovederlaegglig_av_1 = mkA "ovederlдgglig" ; - ovedersaeglig_av_1 = mkA "ovedersдglig" ; - ovedersaegligen_ab_1 = mkAdv "ovedersдgligen" ; - overall_nn_1 = mkN "overall" "overaller" ; - overhead_projektor_nn_1 = mkN "overhead-projektor" "overhead-projektorer" ; - overheadbild_nn_1 = mkN "overheadbild" "overheadbilder" ; - overheadprojektor_nn_1 = mkN "overheadprojektor" "overheadprojektorer" ; - overklig_av_1 = mkA "overklig" ; - overksam_av_1 = mkA "overksam" "overksamt" "overksamma" "overksamma" "overksammare" "overksammast" "overksammaste" ; - overksamhet_nn_1 = mkN "overksamhet" "overksamheter" ; - ovetande_av_1 = mkA "ovetande" ; - ovetandes_av_1 = mkA "ovetandes" ; - ovetbar_av_1 = mkA "ovetbar" ; - oveten_av_1 = mkA "oveten" "ovetet" ; - ovetenhet_nn_1 = mkN "ovetenhet" "ovetenheter" ; - ovetenskaplig_av_1 = mkA "ovetenskaplig" ; - ovettig_av_1 = mkA "ovettig" ; - ovettighet_nn_1 = mkN "ovettighet" "ovettigheter" ; - ovidkommande_av_1 = mkA "ovidkommande" ; - ovig_av_1 = mkA "ovig" ; - ovigd_av_1 = mkA "ovigd" "ovigt" ; - oviktig_av_1 = mkA "oviktig" ; - ovillig_av_1 = mkA "ovillig" ; - ovillkorlig_av_1 = mkA "ovillkorlig" ; - ovillkorligen_ab_1 = mkAdv "ovillkorligen" ; - ovipar_av_1 = mkA "ovipar" ; - ovis_av_1 = mkA "ovis" ; - oviss_av_1 = mkA "oviss" ; - ovisshet_nn_1 = mkN "ovisshet" "ovissheter" ; - ovulation_nn_1 = mkN "ovulation" "ovulationer" ; - oxalatsten_nn_1 = mkN "oxalatsten" "oxalatstenen" "oxalatstenar" "oxalatstenarna" ; - oxbaer_nn_1 = mkN "oxbдr" neutrum ; - oxblodsroed_av_1 = mkA "oxblodsrцd" ; - oxdjur_nn_1 = mkN "oxdjur" neutrum ; - oxe_nn_1 = mkN "oxe" utrum ; - oxel_nn_1 = mkN "oxel" ; - oxeltand_nn_1 = mkN "oxeltand" "oxeltдnder" ; - oxfile_nn_1 = mkN "oxfilй" "oxfilйer" ; - oxid_nn_1 = mkN "oxid" "oxider" ; - oxidation_nn_1 = mkN "oxidation" "oxidationer" ; - oxidationsmedel_nn_1 = mkN "oxidationsmedel" neutrum ; - oxidationsreaktion_nn_1 = mkN "oxidationsreaktion" "oxidationsreaktioner" ; - oxidationstal_nn_1 = mkN "oxidationstal" "oxidationstalet" "oxidationstalen" "oxidationstalena" ; - oxjaerpe_nn_1 = mkN "oxjдrpe" utrum ; - oxlaegg_nn_1 = mkN "oxlдgg" ; - oxoega_nn_1 = mkN "oxцga" "oxцgat" "oxцgon" "oxцgonen" ; - oxroulad_nn_1 = mkN "oxroulad" "oxroulader" ; - oxstek_nn_1 = mkN "oxstek" ; - oxstyng_nn_1 = mkN "oxstyng" neutrum ; - oxtunga_nn_1 = mkN "oxtunga" ; - oxtungsvamp_nn_1 = mkN "oxtungsvamp" ; - oxvandring_nn_1 = mkN "oxvandring" ; - oxvecka_nn_1 = mkN "oxvecka" ; - oxytocin_nn_1 = mkN "oxytocin" "oxytociner" ; - ozelot_nn_1 = mkN "ozelot" "ozeloter" ; - ozonhalt_nn_1 = mkN "ozonhalt" "ozonhalter" ; - ozonmaengd_nn_1 = mkN "ozonmдngd" "ozonmдngder" ; - ozonminskning_nn_1 = mkN "ozonminskning" ; - ozonmolekyl_nn_1 = mkN "ozonmolekyl" "ozonmolekyler" ; - ozonreduktion_nn_1 = mkN "ozonreduktion" "ozonreduktioner" ; - ozonskikt_nn_1 = mkN "ozonskikt" neutrum ; - pH_vaerde_nn_1 = mkN "pH-vдrde" ; - p_ab_1 = mkAdv "p" ; - p_piller_nn_1 = mkN "p-piller" neutrum ; - p_plats_nn_1 = mkN "p-plats" "p-platser" ; - paa_ab_1 = mkAdv "pе" ; - paaannons_nn_1 = mkN "pеannons" "pеannonser" ; - paabackning_nn_1 = mkN "pеbackning" ; - paabjuda_vb_1 = mkV "pеbjuda" "pеbjцd" "pеbjudit" ; - paabud_nn_1 = mkN "pеbud" neutrum ; - paabyggnad_nn_1 = mkN "pеbyggnad" "pеbyggnader" ; - paadrag_nn_1 = mkN "pеdrag" neutrum ; - paadrivare_nn_1 = mkN "pеdrivare" "pеdrivare" ; - paafaagel_nn_1 = mkN "pеfеgel" ; - paafaagelsoega_nn_1 = mkN "pеfеgelsцga" "pеfеgelsцgat" "pеfеgelsцgon" "pеfеgelsцgonen" ; - paafallande_av_1 = mkA "pеfallande" ; - paafart_nn_1 = mkN "pеfart" "pеfarter" ; - paaflugen_av_1 = mkA "pеflugen" "pеfluget" ; - paafoeljande_av_1 = mkA "pеfцljande" ; - paafoeljd_nn_1 = mkN "pеfцljd" "pеfцljder" ; - paafrestande_av_1 = mkA "pеfrestande" ; - paafrestning_nn_1 = mkN "pеfrestning" ; - paafund_nn_1 = mkN "pеfund" neutrum ; - paafyllnadsfoerpackning_nn_1 = mkN "pеfyllnadsfцrpackning" ; - paafyllning_nn_1 = mkN "pеfyllning" ; - paag_nn_1 = mkN "pеg" ; - paagaaende_av_1 = mkA "pеgеende" ; - paahaelsning_nn_1 = mkN "pеhдlsning" ; - paahaengsvagn_nn_1 = mkN "pеhдngsvagn" ; - paahitt_nn_1 = mkN "pеhitt" neutrum ; - paahittig_av_1 = mkA "pеhittig" ; - paahopp_nn_1 = mkN "pеhopp" neutrum ; - paahugg_nn_1 = mkN "pеhugg" neutrum ; - paak_nn_1 = mkN "pеk" ; - paakaenning_nn_1 = mkN "pеkдnning" ; - paaklaedare_nn_1 = mkN "pеklдdare" "pеklдdare" ; - paaklaedd_av_1 = mkA "pеklдdd" "pеklдdtt" ; - paakommen_av_1 = mkA "pеkommen" "pеkommet" "pеkomna" "pеkomna" "pеkomnare" "pеkomnast" "pеkomnaste" ; - paakostande_av_1 = mkA "pеkostande" ; - paalaegg_nn_1 = mkN "pеlдgg" neutrum ; - paalaeggskalv_nn_1 = mkN "pеlдggskalv" ; - paalandsvind_nn_1 = mkN "pеlandsvind" ; - paale_nn_1 = mkN "pеle" utrum ; - paalitlig_av_1 = mkA "pеlitlig" ; - paalkran_nn_1 = mkN "pеlkran" ; - paalle_nn_1 = mkN "pеlle" utrum ; - paalmast_nn_1 = mkN "pеlmast" "pеlmaster" ; - paalrot_nn_1 = mkN "pеlrot" "pеlrцtter" ; - paalstek_nn_1 = mkN "pеlstek" neutrum ; - paaminnelse_nn_1 = mkN "pеminnelse" "pеminnelser" ; - paaoekt_av_1 = mkA "pецkt" "pецkt" ; - paapasslig_av_1 = mkA "pеpasslig" ; - paapekande_nn_1 = mkN "pеpekande" ; - paaringning_nn_1 = mkN "pеringning" ; - paarop_nn_1 = mkN "pеrop" neutrum ; - paase_nn_1 = mkN "pеse" utrum ; - paasig_av_1 = mkA "pеsig" ; - paask_nn_1 = mkN "pеsk" ; - paaskaegg_nn_1 = mkN "pеskдgg" neutrum ; - paaskafton_nn_1 = mkN "pеskafton" "pеskaftonen" "pеskaftnar" "pеskaftnarna" ; - paaskalamm_nn_1 = mkN "pеskalamm" neutrum ; - paaskdag_nn_1 = mkN "pеskdag" ; - paaskeld_nn_1 = mkN "pеskeld" ; - paaskhare_nn_1 = mkN "pеskhare" utrum ; - paaskkaerring_nn_1 = mkN "pеskkдrring" ; - paasklilja_nn_1 = mkN "pеsklilja" ; - paaskrift_nn_1 = mkN "pеskrift" "pеskrifter" ; - paaskrivet_ab_1 = mkAdv "pеskrivet" ; - paaskrivet_av_1 = mkA "pеskrivet" ; - paasksmaell_nn_1 = mkN "pеsksmдll" ; - paaskvecka_nn_1 = mkN "pеskvecka" ; - paaslag_nn_1 = mkN "pеslag" neutrum ; - paaslakan_nn_1 = mkN "pеslakan" neutrum ; - paastaaelig_av_1 = mkA "pеstеelig" ; - paastaaende_nn_1 = mkN "pеstеende" ; - paastaaendesats_nn_1 = mkN "pеstеendesats" "pеstеendesatser" ; - paastoetning_nn_1 = mkN "pеstцtning" ; - paastridig_av_1 = mkA "pеstridig" ; - paastruken_av_1 = mkA "pеstruken" "pеstruket" ; - paata_vb_1 = mkV "pеta" "pеtar" "pеta" "pеtog" "pеtagit" "pеtagen" ; - paataar_nn_1 = mkN "pеtеr" ; - paataend_av_1 = mkA "pеtдnd" ; - paataenkt_av_1 = mkA "pеtдnkt" "pеtдnkt" ; - paatagbar_av_1 = mkA "pеtagbar" ; - paataglig_av_1 = mkA "pеtaglig" ; - paatagning_nn_1 = mkN "pеtagning" ; - paatraengande_av_1 = mkA "pеtrдngande" ; - paatryckare_nn_1 = mkN "pеtryckare" "pеtryckare" ; - paatryckning_nn_1 = mkN "pеtryckning" ; - paatvinga_vb_1 = mkV "pеtvinga" ; - paave_nn_1 = mkN "pеve" utrum ; - paaver_av_1 = mkA "pеver" "pеvert" "pеvra" "pеvra" "pеvrare" "pеvrast" "pеvraste" ; - paaverkbar_av_1 = mkA "pеverkbar" ; - paaverkning_nn_1 = mkN "pеverkning" ; - paavevaerdighet_nn_1 = mkN "pеvevдrdighet" "pеvevдrdigheter" ; - paavisbar_av_1 = mkA "pеvisbar" ; - paavisk_av_1 = mkA "pеvisk" ; - paavlig_av_1 = mkA "pеvlig" ; - pacemaker_nn_1 = mkN "pacemaker" ; - pacifist_nn_1 = mkN "pacifist" "pacifister" ; - pacifistisk_av_1 = mkA "pacifistisk" ; - packaasna_nn_1 = mkN "packеsna" ; - packbox_nn_1 = mkN "packbox" ; - packdjur_nn_1 = mkN "packdjur" neutrum ; - packe_nn_1 = mkN "packe" utrum ; - packhus_nn_1 = mkN "packhus" neutrum ; - packlaar_nn_1 = mkN "packlеr" ; - packning_nn_1 = mkN "packning" ; - packsadel_nn_1 = mkN "packsadel" ; - paddel_nn_1 = mkN "paddel" ; - paddfot_nn_1 = mkN "paddfot" "paddfцtter" ; - paddock_nn_1 = mkN "paddock" ; - paell_nn_1 = mkN "pдll" ; - paels_nn_1 = mkN "pдls" ; - paelsaenger_nn_1 = mkN "pдlsдnger" ; - paelsdjur_nn_1 = mkN "pдlsdjur" neutrum ; - paelsfarm_nn_1 = mkN "pдlsfarm" ; - paelsfladdrare_nn_1 = mkN "pдlsfladdrare" "pдlsfladdrare" ; - paelsjaegare_nn_1 = mkN "pдlsjдgare" "pдlsjдgare" ; - paelssael_nn_1 = mkN "pдlssдl" ; - paelsskinn_nn_1 = mkN "pдlsskinn" neutrum ; - paer_nn_1 = mkN "pдr" "pдrer" ; - paerlbaat_nn_1 = mkN "pдrlbеt" ; - paerlband_nn_1 = mkN "pдrlband" neutrum ; - paerlemorfjaeril_nn_1 = mkN "pдrlemorfjдril" ; - paerlemormoln_nn_1 = mkN "pдrlemormoln" neutrum ; - paerlemorskimrande_av_1 = mkA "pдrlemorskimrande" ; - paerlgraa_av_1 = mkA "pдrlgrе" "pдrlgrеtt" ; - paerlgryn_nn_1 = mkN "pдrlgryn" neutrum ; - paerlhyacint_nn_1 = mkN "pдrlhyacint" "pдrlhyacinter" ; - paerlmussla_nn_1 = mkN "pдrlmussla" ; - paerlspont_nn_1 = mkN "pдrlspont" ; - paerlstav_nn_1 = mkN "pдrlstav" ; - paerlstickning_nn_1 = mkN "pдrlstickning" ; - paerm_nn_1 = mkN "pдrm" ; - paermbrev_nn_1 = mkN "pдrmbrev" neutrum ; - paermkarusell_nn_1 = mkN "pдrmkarusell" "pдrmkaruseller" ; - paermslukare_nn_1 = mkN "pдrmslukare" "pдrmslukare" ; - paeron_nn_1 = mkN "pдron" neutrum ; - paers_nn_1 = mkN "pдrs" ; - paert_nn_1 = mkN "pдrt" "pдrter" ; - paesk_nn_1 = mkN "pдsk" ; - paff_av_1 = mkA "paff" ; - page_nn_1 = mkN "page" "pager" ; - pagefrisyr_nn_1 = mkN "pagefrisyr" "pagefrisyrer" ; - paginering_nn_1 = mkN "paginering" ; - pagod_nn_1 = mkN "pagod" "pagoder" ; - paj_av_1 = mkA "paj" ; - paj_nn_1 = mkN "paj" "pajer" ; - pajas_nn_1 = mkN "pajas" ; - pajdeg_nn_1 = mkN "pajdeg" ; - pajkastning_nn_1 = mkN "pajkastning" ; - pajsare_nn_1 = mkN "pajsare" "pajsare" ; - paket_nn_1 = mkN "paket" neutrum ; - paketauktion_nn_1 = mkN "paketauktion" "paketauktioner" ; - paketering_nn_1 = mkN "paketering" ; - paketeringsdisk_nn_1 = mkN "paketeringsdisk" ; - paketexpedition_nn_1 = mkN "paketexpedition" "paketexpeditioner" ; - pakethaallare_nn_1 = mkN "pakethеllare" "pakethеllare" ; - paketinlaemning_nn_1 = mkN "paketinlдmning" ; - paketloesning_nn_1 = mkN "paketlцsning" ; - paketutlaemning_nn_1 = mkN "paketutlдmning" ; - pakistan_nn_1 = mkN "pakistan" "pakistaner" ; - pakistanare_nn_1 = mkN "pakistanare" "pakistanare" ; - pakistansk_av_1 = mkA "pakistansk" ; - pakistanska_nn_1 = mkN "pakistanska" ; - pakt_nn_1 = mkN "pakt" "pakter" ; - paktum_nn_1 = mkN "paktum" neutrum ; - paladin_nn_1 = mkN "paladin" "paladiner" ; - palae_nn_1 = mkN "palд" "palдt" "palдer" "palдerna" ; - palatal_av_1 = mkA "palatal" ; - palatal_nn_1 = mkN "palatal" "palataler" ; - palats_nn_1 = mkN "palats" neutrum ; - palatsrevolution_nn_1 = mkN "palatsrevolution" "palatsrevolutioner" ; - palaver_nn_1 = mkN "palaver" "palavern" "palavrer" "palavrerna" ; - paleoekologisk_av_1 = mkA "paleoekologisk" ; - paleograf_nn_1 = mkN "paleograf" "paleografer" ; - paleolitisk_av_1 = mkA "paleolitisk" ; - paleontolog_nn_1 = mkN "paleontolog" "paleontologer" ; - paleontologisk_av_1 = mkA "paleontologisk" ; - palestinier_nn_1 = mkN "palestinier" "palestiniern" "palestinier" "palestinierna" ; - palestinsk_av_1 = mkA "palestinsk" ; - paletaa_nn_1 = mkN "paletе" "paletеer" ; - palett_nn_1 = mkN "palett" "paletter" ; - palettkniv_nn_1 = mkN "palettkniv" ; - palimpsest_nn_1 = mkN "palimpsest" "palimpsester" ; - palindrom_nn_1 = mkN "palindrom" "palindromer" ; - palissad_nn_1 = mkN "palissad" "palissader" ; - paljett_nn_1 = mkN "paljett" "paljetter" ; - pall_ab_1 = mkAdv "pall" ; - pall_nn_1 = mkN "pall" ; - pall_nn_2 = mkN "pall" neutrum ; - pallasch_nn_1 = mkN "pallasch" "pallascher" ; - palliativ_av_1 = mkA "palliativ" ; - palliativ_nn_1 = mkN "palliativ" neutrum ; - palm_nn_1 = mkN "palm" "palmer" ; - palmblad_nn_1 = mkN "palmblad" neutrum ; - palmett_nn_1 = mkN "palmett" "palmetter" ; - palmhus_nn_1 = mkN "palmhus" neutrum ; - palmsoendag_nn_1 = mkN "palmsцndag" ; - palmvin_nn_1 = mkN "palmvin" "palmvinet" "palmviner" "palmvinerna" ; - palp_nn_1 = mkN "palp" "palper" ; - palpation_nn_1 = mkN "palpation" "palpationer" ; - pals_nn_1 = mkN "pals" ; - palt_nn_1 = mkN "palt" ; - paltbroed_nn_1 = mkN "paltbrцd" neutrum ; - paltig_av_1 = mkA "paltig" ; - pamflett_nn_1 = mkN "pamflett" "pamfletter" ; - pamflettist_nn_1 = mkN "pamflettist" "pamflettister" ; - pamp_nn_1 = mkN "pamp" ; - pampig_av_1 = mkA "pampig" ; - pampusch_nn_1 = mkN "pampusch" "pampuscher" ; - panafrikansk_av_1 = mkA "panafrikansk" ; - panamahatt_nn_1 = mkN "panamahatt" ; - panaman_nn_1 = mkN "panaman" "panamaner" ; - panamansk_av_1 = mkA "panamansk" ; - panamerikansk_av_1 = mkA "panamerikansk" ; - panarabisk_av_1 = mkA "panarabisk" ; - panasch_nn_1 = mkN "panasch" "panascher" ; - panaschering_nn_1 = mkN "panaschering" ; - pandemi_nn_1 = mkN "pandemi" "pandemier" ; - panegyrik_nn_1 = mkN "panegyrik" "panegyriker" ; - panegyrisk_av_1 = mkA "panegyrisk" ; - panel_nn_1 = mkN "panel" "paneler" ; - paneldebatt_nn_1 = mkN "paneldebatt" "paneldebatter" ; - paneldiskussion_nn_1 = mkN "paneldiskussion" "paneldiskussioner" ; - panering_nn_1 = mkN "panering" ; - panett_nn_1 = mkN "panett" "panetter" ; - panfloejt_nn_1 = mkN "panflцjt" "panflцjter" ; - pang_nn_1 = mkN "pang" neutrum ; - pang_pangfilm_nn_1 = mkN "pang-pangfilm" "pang-pangfilmer" ; - panikslagen_av_1 = mkA "panikslagen" "panikslaget" ; - panikunge_nn_1 = mkN "panikunge" utrum ; - panisk_av_1 = mkA "panisk" ; - pank_av_1 = mkA "pank" ; - pankreaskoertel_nn_1 = mkN "pankreaskцrtel" ; - pankreatit_nn_1 = mkN "pankreatit" "pankreatiter" ; - pankromatisk_av_1 = mkA "pankromatisk" ; - pannaa_nn_1 = mkN "pannе" "pannеer" ; - pannband_nn_1 = mkN "pannband" neutrum ; - pannben_nn_1 = mkN "pannben" neutrum ; - pannbiff_nn_1 = mkN "pannbiff" ; - pannkaksmoln_nn_1 = mkN "pannkaksmoln" neutrum ; - pannkakssmet_nn_1 = mkN "pannkakssmet" "pannkakssmeter" ; - pannkaksteoretiker_nn_1 = mkN "pannkaksteoretiker" "pannkaksteoretikern" "pannkaksteoretiker" "pannkaksteoretikerna" ; - pannkaksteori_nn_1 = mkN "pannkaksteori" "pannkaksteorier" ; - pannlob_nn_1 = mkN "pannlob" "pannlober" ; - pannrum_nn_1 = mkN "pannrum" "pannrummet" "pannrum" "pannrummen" ; - pannspegel_nn_1 = mkN "pannspegel" ; - panoptikon_nn_1 = mkN "panoptikon" neutrum ; - panorama_nn_1 = mkN "panorama" "panoramat" "panoraman" "panoramana" ; - panoramafoenster_nn_1 = mkN "panoramafцnster" neutrum ; - panoramakamera_nn_1 = mkN "panoramakamera" ; - panorering_nn_1 = mkN "panorering" ; - pansar_nn_1 = mkN "pansar" neutrum ; - pansarbil_nn_1 = mkN "pansarbil" ; - pansarbrytande_av_1 = mkA "pansarbrytande" ; - pansarfordon_nn_1 = mkN "pansarfordon" neutrum ; - pansargeneral_nn_1 = mkN "pansargeneral" "pansargeneraler" ; - pansargranat_nn_1 = mkN "pansargranat" "pansargranater" ; - pansarhinder_nn_1 = mkN "pansarhinder" neutrum ; - pansarmal_nn_1 = mkN "pansarmal" ; - pansarroer_nn_1 = mkN "pansarrцr" neutrum ; - pansarskott_nn_1 = mkN "pansarskott" neutrum ; - pansartrupp_nn_1 = mkN "pansartrupp" "pansartrupper" ; - pansarvaern_nn_1 = mkN "pansarvдrn" neutrum ; - pansarvaernsvapen_nn_1 = mkN "pansarvдrnsvapen" "pansarvдrnsvapnet" "pansarvдrnsvapen" "pansarvдrnsvapnen" ; - pansarvagn_nn_1 = mkN "pansarvagn" ; - pant_nn_1 = mkN "pant" "panter" ; - pantbank_nn_1 = mkN "pantbank" "pantbanker" ; - pantbrev_nn_1 = mkN "pantbrev" neutrum ; - panteist_nn_1 = mkN "panteist" "panteister" ; - panteistisk_av_1 = mkA "panteistisk" ; - panteon_nn_1 = mkN "panteon" neutrum ; - panter_nn_1 = mkN "panter" ; - panterkatt_nn_1 = mkN "panterkatt" "panterkatter" ; - panterspraang_nn_1 = mkN "pantersprеng" neutrum ; - pantfoerskriva_vb_1 = mkV "pantfцrskriva" "pantfцrskrev" "pantfцrskrivit" ; - panthavare_nn_1 = mkN "panthavare" "panthavare" ; - pantlaan_nn_1 = mkN "pantlеn" neutrum ; - pantlaanare_nn_1 = mkN "pantlеnare" "pantlеnare" ; - pantlaaneroerelse_nn_1 = mkN "pantlеnerцrelse" "pantlеnerцrelser" ; - pantograf_nn_1 = mkN "pantograf" "pantografer" ; - pantomim_nn_1 = mkN "pantomim" "pantomimer" ; - pantomimisk_av_1 = mkA "pantomimisk" ; - pantraett_nn_1 = mkN "pantrдtt" "pantrдtter" ; - pantsaettare_nn_1 = mkN "pantsдttare" "pantsдttare" ; - papaverin_nn_1 = mkN "papaverin" neutrum ; - papegojfisk_nn_1 = mkN "papegojfisk" ; - papegojliknande_av_1 = mkA "papegojliknande" ; - papegojtulpan_nn_1 = mkN "papegojtulpan" "papegojtulpaner" ; - paper_nn_1 = mkN "paper" "paperet" "papers" "paperen" ; - papeteri_nn_1 = mkN "papeteri" "papeterit" "papeterier" "papeterierna" ; - papiljott_nn_1 = mkN "papiljott" "papiljotter" ; - papill_nn_1 = mkN "papill" "papiller" ; - papillom_nn_1 = mkN "papillom" neutrum ; - papillon_nn_1 = mkN "papillon" "papilloner" ; - pappa_nn_1 = mkN "pappa" ; - pappaledig_av_1 = mkA "pappaledig" ; - pappband_nn_1 = mkN "pappband" neutrum ; - pappenheimare_nn_1 = mkN "pappenheimare" "pappenheimare" ; - papper_nn_1 = mkN "papper" neutrum ; - pappersark_nn_1 = mkN "pappersark" neutrum ; - pappersbit_nn_1 = mkN "pappersbit" ; - pappersbruk_nn_1 = mkN "pappersbruk" neutrum ; - pappersformat_nn_1 = mkN "pappersformat" neutrum ; - pappershandduk_nn_1 = mkN "pappershandduk" ; - pappershandel_nn_1 = mkN "pappershandel" ; - pappersinsamling_nn_1 = mkN "pappersinsamling" ; - papperskasse_nn_1 = mkN "papperskasse" utrum ; - papperskniv_nn_1 = mkN "papperskniv" ; - papperskorg_nn_1 = mkN "papperskorg" ; - papperskvarn_nn_1 = mkN "papperskvarn" ; - papperslapp_nn_1 = mkN "papperslapp" ; - pappersmaskin_nn_1 = mkN "pappersmaskin" "pappersmaskiner" ; - pappersnaesduk_nn_1 = mkN "pappersnдsduk" ; - papperspelle_nn_1 = mkN "papperspelle" utrum ; - papperspeng_nn_1 = mkN "papperspeng" ; - papperssax_nn_1 = mkN "papperssax" ; - pappersservett_nn_1 = mkN "pappersservett" "pappersservetter" ; - papperstallrik_nn_1 = mkN "papperstallrik" ; - papperstiger_nn_1 = mkN "papperstiger" ; - papperstillverkning_nn_1 = mkN "papperstillverkning" ; - papperstuss_nn_1 = mkN "papperstuss" ; - pappig_av_1 = mkA "pappig" ; - pappskalle_nn_1 = mkN "pappskalle" utrum ; - pappspik_nn_1 = mkN "pappspik" ; - paprika_nn_1 = mkN "paprika" ; - papua_nn_1 = mkN "papua" "papuan" "papuas" "papuasen" ; - papuan_nn_1 = mkN "papuan" "papuaner" ; - papuansk_av_1 = mkA "papuansk" ; - papyross_nn_1 = mkN "papyross" "papyrosser" ; - papyrus_nn_1 = mkN "papyrus" "papyrer" ; - papyrusrulle_nn_1 = mkN "papyrusrulle" utrum ; - par_nn_1 = mkN "par" neutrum ; - parabel_nn_1 = mkN "parabel" "parabeln" "parabler" "parablerna" ; - parabellum_nn_1 = mkN "parabellum" ; - parabolantenn_nn_1 = mkN "parabolantenn" "parabolantenner" ; - parabolisk_av_1 = mkA "parabolisk" ; - paracervikalblockad_nn_1 = mkN "paracervikalblockad" "paracervikalblockader" ; - parad_nn_1 = mkN "parad" "parader" ; - paradentit_nn_1 = mkN "paradentit" "paradentiter" ; - paradexempel_nn_1 = mkN "paradexempel" neutrum ; - paradigm_nn_1 = mkN "paradigm" neutrum ; - paradis_nn_1 = mkN "paradis" neutrum ; - paradisfaagel_nn_1 = mkN "paradisfеgel" ; - paradisfroe_nn_1 = mkN "paradisfrц" "paradisfrцt" "paradisfrцn" "paradisfrцen" ; - paradisisk_av_1 = mkA "paradisisk" ; - paradiskorn_nn_1 = mkN "paradiskorn" neutrum ; - paradmaalning_nn_1 = mkN "paradmеlning" ; - paradmarsch_nn_1 = mkN "paradmarsch" "paradmarscher" ; - paradnummer_nn_1 = mkN "paradnummer" neutrum ; - paradox_nn_1 = mkN "paradox" "paradoxer" ; - paradoxal_av_1 = mkA "paradoxal" ; - paradoxmakare_nn_1 = mkN "paradoxmakare" "paradoxmakare" ; - paraduniform_nn_1 = mkN "paraduniform" "paraduniformer" ; - paraduppstaellning_nn_1 = mkN "paraduppstдllning" ; - parafasi_nn_1 = mkN "parafasi" "parafasier" ; - parafras_nn_1 = mkN "parafras" "parafraser" ; - parafrastisk_av_1 = mkA "parafrastisk" ; - paragon_nn_1 = mkN "paragon" "paragoner" ; - paragraf_nn_1 = mkN "paragraf" "paragrafer" ; - paragrafryttare_nn_1 = mkN "paragrafryttare" "paragrafryttare" ; - paragraftecken_nn_1 = mkN "paragraftecken" "paragraftecknet" "paragraftecken" "paragraftecknen" ; - paraguayan_nn_1 = mkN "paraguayan" "paraguayaner" ; - paraguayansk_av_1 = mkA "paraguayansk" ; - paraguayare_nn_1 = mkN "paraguayare" "paraguayare" ; - paraguaysk_av_1 = mkA "paraguaysk" ; - parallell_av_1 = mkA "parallell" ; - parallell_nn_1 = mkN "parallell" "paralleller" ; - parallellcirkel_nn_1 = mkN "parallellcirkel" ; - parallelldam_nn_1 = mkN "parallelldam" "parallelldamer" ; - parallellepiped_nn_1 = mkN "parallellepiped" "parallellepipeder" ; - parallellfall_nn_1 = mkN "parallellfall" neutrum ; - parallellgrad_nn_1 = mkN "parallellgrad" "parallellgrader" ; - parallellism_nn_1 = mkN "parallellism" "parallellismer" ; - parallellitet_nn_1 = mkN "parallellitet" "parallelliteter" ; - parallellklass_nn_1 = mkN "parallellklass" "parallellklasser" ; - parallellkoppling_nn_1 = mkN "parallellkoppling" ; - parallellogram_nn_1 = mkN "parallellogram" "parallellogrammen" "parallellogrammer" "parallellogrammerna" ; - parallellstag_nn_1 = mkN "parallellstag" neutrum ; - parallelltrapets_nn_1 = mkN "parallelltrapets" "parallelltrapetset" "parallelltrapetser" "parallelltrapetserna" ; - paralys_nn_1 = mkN "paralys" "paralyser" ; - paralytiker_nn_1 = mkN "paralytiker" "paralytikern" "paralytiker" "paralytikerna" ; - paralytisk_av_1 = mkA "paralytisk" ; - parameter_nn_1 = mkN "parameter" ; - paramilitaer_av_1 = mkA "paramilitдr" ; - paranoet_nn_1 = mkN "paranцt" "paranцtter" ; - paranoiker_nn_1 = mkN "paranoiker" "paranoikern" "paranoiker" "paranoikerna" ; - parant_av_1 = mkA "parant" "parant" ; - parapet_nn_1 = mkN "parapet" "parapeter" ; - paraply_nn_1 = mkN "paraply" "paraplyer" ; - paraplyliknande_av_1 = mkA "paraplyliknande" ; - paraplyorganisation_nn_1 = mkN "paraplyorganisation" "paraplyorganisationer" ; - paraplytak_nn_1 = mkN "paraplytak" neutrum ; - parasit_nn_1 = mkN "parasit" "parasiter" ; - parasitaer_av_1 = mkA "parasitдr" ; - parasitisk_av_1 = mkA "parasitisk" ; - parasoll_nn_1 = mkN "parasoll" neutrum ; - parat_av_1 = mkA "parat" "parat" ; - parataktisk_av_1 = mkA "parataktisk" ; - paravan_nn_1 = mkN "paravan" "paravaner" ; - parbladig_av_1 = mkA "parbladig" ; - parce_nn_1 = mkN "parce" "parcer" ; - parcell_nn_1 = mkN "parcell" "parceller" ; - pardans_nn_1 = mkN "pardans" "pardanser" ; - parentation_nn_1 = mkN "parentation" "parentationer" ; - parentator_nn_1 = mkN "parentator" "parentatorer" ; - parentes_nn_1 = mkN "parentes" "parenteser" ; - parentestecken_nn_1 = mkN "parentestecken" "parentestecknet" "parentestecken" "parentestecknen" ; - parentetisk_av_1 = mkA "parentetisk" ; - parerplaat_nn_1 = mkN "parerplеt" ; - parerstaang_nn_1 = mkN "parerstеng" "parerstдnger" ; - pares_nn_1 = mkN "pares" "pareser" ; - parfait_nn_1 = mkN "parfait" "parfaiter" ; - parflikig_av_1 = mkA "parflikig" ; - parfym_nn_1 = mkN "parfym" "parfymer" ; - parfymaffaer_nn_1 = mkN "parfymaffдr" "parfymaffдrer" ; - parfymeri_nn_1 = mkN "parfymeri" "parfymerit" "parfymerier" "parfymerierna" ; - parhaest_nn_1 = mkN "parhдst" ; - parhus_nn_1 = mkN "parhus" neutrum ; - paria_nn_1 = mkN "paria" ; - parig_av_1 = mkA "parig" ; - pariserhjul_nn_1 = mkN "pariserhjul" neutrum ; - parisersmoergaas_nn_1 = mkN "parisersmцrgеs" ; - parisisk_av_1 = mkA "parisisk" ; - paritet_nn_1 = mkN "paritet" "pariteter" ; - park_nn_1 = mkN "park" "parker" ; - parkas_nn_1 = mkN "parkas" ; - parkering_nn_1 = mkN "parkering" ; - parkeringsautomat_nn_1 = mkN "parkeringsautomat" "parkeringsautomater" ; - parkeringsavgift_nn_1 = mkN "parkeringsavgift" "parkeringsavgifter" ; - parkeringsbot_nn_1 = mkN "parkeringsbot" "parkeringsbцter" ; - parkeringshus_nn_1 = mkN "parkeringshus" neutrum ; - parkeringsljus_nn_1 = mkN "parkeringsljus" neutrum ; - parkeringsplats_nn_1 = mkN "parkeringsplats" "parkeringsplatser" ; - parkeringsvakt_nn_1 = mkN "parkeringsvakt" "parkeringsvakter" ; - parkett_nn_1 = mkN "parkett" "parketter" ; - parkettgolv_nn_1 = mkN "parkettgolv" neutrum ; - parkettstav_nn_1 = mkN "parkettstav" ; - parlament_nn_1 = mkN "parlament" "parlamentet" "parlamenten" "parlamentena" ; - parlamentaer_nn_1 = mkN "parlamentдr" "parlamentдrer" ; - parlamentariker_nn_1 = mkN "parlamentariker" "parlamentarikern" "parlamentariker" "parlamentarikerna" ; - parlamentarisk_av_1 = mkA "parlamentarisk" ; - parlando_ab_1 = mkAdv "parlando" ; - parlando_nn_1 = mkN "parlando" "parlandot" "parlandon" "parlandona" ; - parloer_nn_1 = mkN "parlцr" "parlцrer" ; - parnass_nn_1 = mkN "parnass" "parnasser" ; - parning_nn_1 = mkN "parning" ; - parningsdraekt_nn_1 = mkN "parningsdrдkt" "parningsdrдkter" ; - parningsdrift_nn_1 = mkN "parningsdrift" "parningsdrifter" ; - parningslek_nn_1 = mkN "parningslek" ; - parningsorgan_nn_1 = mkN "parningsorgan" neutrum ; - parodi_nn_1 = mkN "parodi" "parodier" ; - parodiker_nn_1 = mkN "parodiker" "parodikern" "parodiker" "parodikerna" ; - parodisk_av_1 = mkA "parodisk" ; - parodontit_nn_1 = mkN "parodontit" "parodontiter" ; - paroll_nn_1 = mkN "paroll" "paroller" ; - paroxysm_nn_1 = mkN "paroxysm" "paroxysmer" ; - parser_nn_1 = mkN "parser" ; - parspel_nn_1 = mkN "parspel" "parspelet" "parspel" "parspelen" ; - parstuga_nn_1 = mkN "parstuga" ; - part_nn_1 = mkN "part" "parter" ; - partaaig_av_1 = mkA "partеig" ; - partaj_nn_1 = mkN "partaj" neutrum ; - parterr_nn_1 = mkN "parterr" "parterrer" ; - parti_nn_1 = mkN "parti" "partit" "partier" "partierna" ; - partialton_nn_1 = mkN "partialton" "partialtoner" ; - partialtryck_nn_1 = mkN "partialtryck" neutrum ; - partiapparat_nn_1 = mkN "partiapparat" "partiapparater" ; - partiblock_nn_1 = mkN "partiblock" neutrum ; - partichef_nn_1 = mkN "partichef" "partichefer" ; - particip_nn_1 = mkN "particip" neutrum ; - participiell_av_1 = mkA "participiell" ; - partidisciplin_nn_1 = mkN "partidisciplin" "partidiscipliner" ; - partiell_av_1 = mkA "partiell" ; - partifaerg_nn_1 = mkN "partifдrg" "partifдrger" ; - partigaengare_nn_1 = mkN "partigдngare" "partigдngare" ; - partigrupp_nn_1 = mkN "partigrupp" "partigrupper" ; - partikamrat_nn_1 = mkN "partikamrat" "partikamrater" ; - partikel_nn_1 = mkN "partikel" ; - partikelaccelerator_nn_1 = mkN "partikelaccelerator" "partikelacceleratorer" ; - partikelegenskap_nn_1 = mkN "partikelegenskap" "partikelegenskaper" ; - partikelfysiker_nn_1 = mkN "partikelfysiker" "partikelfysikern" "partikelfysiker" "partikelfysikerna" ; - partikellaboratorium_nn_1 = mkN "partikellaboratorium" "partikellaboratoriet" "partikellaboratorier" "partikellaboratorierna" ; - partikellock_nn_1 = mkN "partikellock" neutrum ; - partikelreaktion_nn_1 = mkN "partikelreaktion" "partikelreaktioner" ; - partikelregn_nn_1 = mkN "partikelregn" neutrum ; - partikongress_nn_1 = mkN "partikongress" "partikongresser" ; - partikulaer_av_1 = mkA "partikulдr" ; - partikuljaer_av_1 = mkA "partikuljдr" ; - partiledare_nn_1 = mkN "partiledare" "partiledare" ; - partiledning_nn_1 = mkN "partiledning" ; - partiloes_av_1 = mkA "partilцs" ; - partimedlem_nn_1 = mkN "partimedlem" "partimedlemmen" "partimedlemmar" "partimedlemmarna" ; - partiordfoerande_nn_1 = mkN "partiordfцrande" "partiordfцranden" "partiordfцrande" "partiordfцrandena" ; - partiorgan_nn_1 = mkN "partiorgan" neutrum ; - partipolitisk_av_1 = mkA "partipolitisk" ; - partipris_nn_1 = mkN "partipris" neutrum ; - partiprogram_nn_1 = mkN "partiprogram" "partiprogrammet" "partiprogram" "partiprogrammen" ; - partisan_nn_1 = mkN "partisan" "partisaner" ; - partisekreterare_nn_1 = mkN "partisekreterare" "partisekreterare" ; - partisk_av_1 = mkA "partisk" ; - partiskhet_nn_1 = mkN "partiskhet" "partiskheter" ; - partispaerr_nn_1 = mkN "partispдrr" ; - partispraengning_nn_1 = mkN "partisprдngning" ; - partitiv_av_1 = mkA "partitiv" ; - partitrohet_nn_1 = mkN "partitrohet" "partitroheter" ; - partitur_nn_1 = mkN "partitur" neutrum ; - partner_nn_1 = mkN "partner" "partnern" "partner" "partnerna" ; - partout_ab_1 = mkAdv "partout" ; - partsbehoerighet_nn_1 = mkN "partsbehцrighet" "partsbehцrigheter" ; - partsorgan_nn_1 = mkN "partsorgan" neutrum ; - party_nn_1 = mkN "party" "partyt" "partyn" "partyna" ; - parvel_nn_1 = mkN "parvel" ; - parveny_nn_1 = mkN "parveny" "parvenyer" ; - parvis_ab_1 = mkAdv "parvis" ; - pascal_nn_1 = mkN "pascal" "pascalen" "pascal" "pascalen" ; - paskill_nn_1 = mkN "paskill" "paskiller" ; - pass_nn_1 = mkN "pass" neutrum ; - passabel_av_1 = mkA "passabel" "passabelt" "passabla" "passabla" "passablare" "passablast" "passablaste" ; - passad_nn_1 = mkN "passad" "passader" ; - passadvind_nn_1 = mkN "passadvind" ; - passage_nn_1 = mkN "passage" "passager" ; - passagerarbaat_nn_1 = mkN "passagerarbеt" ; - passagerare_nn_1 = mkN "passagerare" "passagerare" ; - passagerarflyg_nn_1 = mkN "passagerarflyg" neutrum ; - passagerarflygplan_nn_1 = mkN "passagerarflygplan" neutrum ; - passagerarsalong_nn_1 = mkN "passagerarsalong" "passagerarsalonger" ; - passande_av_1 = mkA "passande" ; - passare_nn_1 = mkN "passare" "passare" ; - passbaat_nn_1 = mkN "passbеt" ; - passbit_nn_1 = mkN "passbit" ; - passe_av_1 = mkA "passй" ; - passepartout_nn_1 = mkN "passepartout" "passepartouter" ; - passering_nn_1 = mkN "passering" ; - passersedel_nn_1 = mkN "passersedel" ; - passfoto_nn_1 = mkN "passfoto" "passfotot" "passfoton" "passfotona" ; - passfrihet_nn_1 = mkN "passfrihet" "passfriheter" ; - passgaangare_nn_1 = mkN "passgеngare" "passgеngare" ; - passion_nn_1 = mkN "passion" "passioner" ; - passionsfrukt_nn_1 = mkN "passionsfrukt" "passionsfrukter" ; - passionshistoria_nn_1 = mkN "passionshistoria" "passionshistorien" "passionshistorier" "passionshistorierna" ; - passionsspel_nn_1 = mkN "passionsspel" "passionsspelet" "passionsspel" "passionsspelen" ; - passiv_av_1 = mkA "passiv" ; - passiva_nn_1 = mkN "passiva" "passivan" "passiva" "passivana" ; - passivitet_nn_1 = mkN "passivitet" "passiviteter" ; - passivum_nn_1 = mkN "passivum" "passivet" "passiver" "passiverna" ; - passlig_av_1 = mkA "passlig" ; - passning_nn_1 = mkN "passning" ; - passopp_nn_1 = mkN "passopp" "passopper" ; - passpoal_nn_1 = mkN "passpoal" "passpoaler" ; - passus_nn_1 = mkN "passus" ; - pastej_nn_1 = mkN "pastej" "pastejer" ; - pastell_nn_1 = mkN "pastell" "pasteller" ; - pastellfaerg_nn_1 = mkN "pastellfдrg" "pastellfдrger" ; - pastellmaalning_nn_1 = mkN "pastellmеlning" ; - pastill_nn_1 = mkN "pastill" "pastiller" ; - pastisch_nn_1 = mkN "pastisch" "pastischer" ; - pastoerisering_nn_1 = mkN "pastцrisering" ; - pastoes_av_1 = mkA "pastцs" ; - pastor_nn_1 = mkN "pastor" "pastorer" ; - pastoral_av_1 = mkA "pastoral" ; - pastoral_nn_1 = mkN "pastoral" "pastoraler" ; - pastorat_nn_1 = mkN "pastorat" neutrum ; - pastoratsadjunkt_nn_1 = mkN "pastoratsadjunkt" "pastoratsadjunkter" ; - pastorsadjunkt_nn_1 = mkN "pastorsadjunkt" "pastorsadjunkter" ; - pastorsexpedition_nn_1 = mkN "pastorsexpedition" "pastorsexpeditioner" ; - pastos_av_1 = mkA "pastos" ; - pate_nn_1 = mkN "patй" "patйer" ; - paten_nn_1 = mkN "paten" "patener" ; - patent_nn_1 = mkN "patent" neutrum ; - patentlaas_nn_1 = mkN "patentlеs" neutrum ; - patentmedicin_nn_1 = mkN "patentmedicin" "patentmediciner" ; - patentsmoergaas_nn_1 = mkN "patentsmцrgеs" ; - pater_nn_1 = mkN "pater" ; - paternoster_nn_1 = mkN "paternoster" neutrum ; - paternosterhiss_nn_1 = mkN "paternosterhiss" ; - paternosterverk_nn_1 = mkN "paternosterverk" neutrum ; - patetisk_av_1 = mkA "patetisk" ; - patiens_nn_1 = mkN "patiens" "patienser" ; - patient_nn_1 = mkN "patient" "patienter" ; - patientplaat_nn_1 = mkN "patientplеt" ; - patogen_av_1 = mkA "patogen" ; - patolog_nn_1 = mkN "patolog" "patologer" ; - patologi_nn_1 = mkN "patologi" "patologier" ; - patologisk_av_1 = mkA "patologisk" ; - patriark_nn_1 = mkN "patriark" "patriarker" ; - patriarkalisk_av_1 = mkA "patriarkalisk" ; - patriarkat_nn_1 = mkN "patriarkat" neutrum ; - patricier_nn_1 = mkN "patricier" "patriciern" "patricier" "patricierna" ; - patriot_nn_1 = mkN "patriot" "patrioter" ; - patriotisk_av_1 = mkA "patriotisk" ; - patris_nn_1 = mkN "patris" "patriser" ; - patron_nn_1 = mkN "patron" "patron" "patroner" "patronerna" ; - patron_nn_2 = mkN "patron" "patroner" ; - patronbaelte_nn_1 = mkN "patronbдlte" ; - patronymikon_nn_1 = mkN "patronymikon" neutrum ; - patrull_nn_1 = mkN "patrull" "patruller" ; - patrullbaat_nn_1 = mkN "patrullbеt" ; - patt_nn_1 = mkN "patt" "patter" ; - patt_nn_2 = mkN "patt" ; - paulun_nn_1 = mkN "paulun" "pauluner" ; - paus_nn_1 = mkN "paus" "pauser" ; - pausfaagel_nn_1 = mkN "pausfеgel" ; - paussignal_nn_1 = mkN "paussignal" "paussignaler" ; - paustecken_nn_1 = mkN "paustecken" "paustecknet" "paustecken" "paustecknen" ; - pavane_nn_1 = mkN "pavane" "pavaner" ; - paviljong_nn_1 = mkN "paviljong" "paviljonger" ; - peang_nn_1 = mkN "peang" "peanger" ; - pedagog_nn_1 = mkN "pedagog" "pedagoger" ; - pedagogisk_av_1 = mkA "pedagogisk" ; - pedal_nn_1 = mkN "pedal" "pedaler" ; - pedant_nn_1 = mkN "pedant" "pedanter" ; - pedanteri_nn_1 = mkN "pedanteri" "pedanterit" "pedanterier" "pedanterierna" ; - pedantisk_av_1 = mkA "pedantisk" ; - pedell_nn_1 = mkN "pedell" "pedeller" ; - pederast_nn_1 = mkN "pederast" "pederaster" ; - pediatriker_nn_1 = mkN "pediatriker" "pediatrikern" "pediatriker" "pediatrikerna" ; - pediatrisk_av_1 = mkA "pediatrisk" ; - pedikyrist_nn_1 = mkN "pedikyrist" "pedikyrister" ; - pediment_nn_1 = mkN "pediment" "pedimentet" "pedimenten" "pedimentena" ; - pegas_nn_1 = mkN "pegas" "pegaser" ; - pegel_nn_1 = mkN "pegel" ; - pegmatit_nn_1 = mkN "pegmatit" "pegmatiter" ; - pejling_nn_1 = mkN "pejling" ; - pejorativ_av_1 = mkA "pejorativ" ; - pejorativ_nn_1 = mkN "pejorativ" neutrum ; - pekannoet_nn_1 = mkN "pekannцt" "pekannцtter" ; - pekare_nn_1 = mkN "pekare" "pekare" ; - pekbok_nn_1 = mkN "pekbok" "pekbцcker" ; - pekfinger_nn_1 = mkN "pekfinger" ; - pekfingertest_nn_1 = mkN "pekfingertest" neutrum ; - pekines_nn_1 = mkN "pekines" "pekineser" ; - pekoral_nn_1 = mkN "pekoral" neutrum ; - pekoralist_nn_1 = mkN "pekoralist" "pekoralister" ; - pekoralistisk_av_1 = mkA "pekoralistisk" ; - pekpinne_nn_1 = mkN "pekpinne" utrum ; - pektaa_nn_1 = mkN "pektе" "pektеn" "pektеr" "pektеrna" ; - pektin_nn_1 = mkN "pektin" neutrum ; - pekuniaer_av_1 = mkA "pekuniдr" ; - pelagisk_av_1 = mkA "pelagisk" ; - pelarbord_nn_1 = mkN "pelarbord" neutrum ; - pelare_nn_1 = mkN "pelare" "pelare" ; - pelarformig_av_1 = mkA "pelarformig" ; - pelargaang_nn_1 = mkN "pelargеng" ; - pelargon_nn_1 = mkN "pelargon" "pelargoner" ; - pelargonia_nn_1 = mkN "pelargonia" ; - pelarhall_nn_1 = mkN "pelarhall" ; - pelarhelgon_nn_1 = mkN "pelarhelgon" neutrum ; - pelarsal_nn_1 = mkN "pelarsal" ; - pelerin_nn_1 = mkN "pelerin" "peleriner" ; - pelikan_nn_1 = mkN "pelikan" "pelikaner" ; - pellejoens_nn_1 = mkN "pellejцns" ; - pellet_nn_1 = mkN "pellet" ; - pen_nn_1 = mkN "pen" "penen" "penar" "penarna" ; - pendang_nn_1 = mkN "pendang" "pendanger" ; - pendel_nn_1 = mkN "pendel" ; - pendelavstaand_nn_1 = mkN "pendelavstеnd" neutrum ; - pendeltaag_nn_1 = mkN "pendeltеg" neutrum ; - pendelur_nn_1 = mkN "pendelur" neutrum ; - pendlare_nn_1 = mkN "pendlare" "pendlare" ; - pendyl_nn_1 = mkN "pendyl" "pendyler" ; - penetration_nn_1 = mkN "penetration" "penetrationer" ; - peng_nn_1 = mkN "peng" ; - penibel_av_1 = mkA "penibel" "penibelt" "penibla" "penibla" "peniblare" "peniblast" "peniblaste" ; - penicillin_nn_1 = mkN "penicillin" "penicilliner" ; - penis_nn_1 = mkN "penis" ; - penisattrapp_nn_1 = mkN "penisattrapp" "penisattrapper" ; - penjoar_nn_1 = mkN "penjoar" "penjoarer" ; - pennalist_nn_1 = mkN "pennalist" "pennalister" ; - penndrag_nn_1 = mkN "penndrag" neutrum ; - pennfaektare_nn_1 = mkN "pennfдktare" "pennfдktare" ; - pennformerare_nn_1 = mkN "pennformerare" "pennformerare" ; - penni_nn_1 = mkN "penni" "pennin" "penni" "pennina" ; - penning_nn_1 = mkN "penning" ; - penningfoersaendelse_nn_1 = mkN "penningfцrsдndelse" "penningfцrsдndelser" ; - penninglaan_nn_1 = mkN "penninglеn" neutrum ; - penninglott_nn_1 = mkN "penninglott" "penninglotter" ; - penningmarknad_nn_1 = mkN "penningmarknad" "penningmarknader" ; - penningstinn_av_1 = mkA "penningstinn" "penningstint" ; - penningsumma_nn_1 = mkN "penningsumma" ; - penningsystem_nn_1 = mkN "penningsystem" neutrum ; - penningtilldelning_nn_1 = mkN "penningtilldelning" ; - penningtransaktion_nn_1 = mkN "penningtransaktion" "penningtransaktioner" ; - pennkniv_nn_1 = mkN "pennkniv" ; - pennskaft_nn_1 = mkN "pennskaft" neutrum ; - pennteckning_nn_1 = mkN "pennteckning" ; - pennvaessare_nn_1 = mkN "pennvдssare" "pennvдssare" ; - penny_nn_1 = mkN "penny" "pennyn" "pence" "pencen" ; - pense_nn_1 = mkN "pensй" "pensйer" ; - pensel_nn_1 = mkN "pensel" ; - penseldrag_nn_1 = mkN "penseldrag" neutrum ; - pension_nn_1 = mkN "pension" "pensioner" ; - pensionaer_nn_1 = mkN "pensionдr" "pensionдrer" ; - pensionaerslaegenhet_nn_1 = mkN "pensionдrslдgenhet" "pensionдrslдgenheter" ; - pensionat_nn_1 = mkN "pensionat" neutrum ; - pensionsaalder_nn_1 = mkN "pensionsеlder" ; - pensionsbrev_nn_1 = mkN "pensionsbrev" neutrum ; - pensionsfoersaekring_nn_1 = mkN "pensionsfцrsдkring" ; - pensionsgrundande_av_1 = mkA "pensionsgrundande" ; - pensionspoaeng_nn_1 = mkN "pensionspoдng" "pensionspoдngen" "pensionspoдng" "pensionspoдngen" ; - pensionssparande_nn_1 = mkN "pensionssparande" ; - pensum_nn_1 = mkN "pensum" neutrum ; - pentagram_nn_1 = mkN "pentagram" "pentagrammet" "pentagram" "pentagrammen" ; - pentameter_nn_1 = mkN "pentameter" ; - pentry_nn_1 = mkN "pentry" "pentryt" "pentryn" "pentryna" ; - penultima_nn_1 = mkN "penultima" ; - peon_nn_1 = mkN "peon" "peoner" ; - pepparkaksgris_nn_1 = mkN "pepparkaksgris" ; - pepparkaksgubbe_nn_1 = mkN "pepparkaksgubbe" utrum ; - pepparkakshus_nn_1 = mkN "pepparkakshus" neutrum ; - pepparkorn_nn_1 = mkN "pepparkorn" neutrum ; - pepparkvarn_nn_1 = mkN "pepparkvarn" ; - peptid_nn_1 = mkN "peptid" neutrum ; - perborat_nn_1 = mkN "perborat" "perboratet" "perborater" "perboraterna" ; - perception_nn_1 = mkN "perception" "perceptioner" ; - perceptuell_av_1 = mkA "perceptuell" ; - peremtorisk_av_1 = mkA "peremtorisk" ; - perenn_av_1 = mkA "perenn" "perent" ; - perenn_nn_1 = mkN "perenn" "perenner" ; - perfekt_av_1 = mkA "perfekt" "perfekt" ; - perfektionist_nn_1 = mkN "perfektionist" "perfektionister" ; - perfektiv_av_1 = mkA "perfektiv" ; - perfektivisk_av_1 = mkA "perfektivisk" ; - perfektparticip_nn_1 = mkN "perfektparticip" neutrum ; - perfektum_nn_1 = mkN "perfektum" "perfektet" "perfekter" "perfekterna" ; - perfiditet_nn_1 = mkN "perfiditet" "perfiditeter" ; - perforation_nn_1 = mkN "perforation" "perforationer" ; - perforator_nn_1 = mkN "perforator" "perforatorer" ; - perforering_nn_1 = mkN "perforering" ; - pergament_nn_1 = mkN "pergament" neutrum ; - pergamentband_nn_1 = mkN "pergamentband" neutrum ; - pergamentbrev_nn_1 = mkN "pergamentbrev" neutrum ; - pergamentrulle_nn_1 = mkN "pergamentrulle" utrum ; - perifer_av_1 = mkA "perifer" ; - periferi_nn_1 = mkN "periferi" "periferier" ; - perifon_nn_1 = mkN "perifon" "perifoner" ; - perifras_nn_1 = mkN "perifras" "perifraser" ; - perifrastisk_av_1 = mkA "perifrastisk" ; - perimeter_nn_1 = mkN "perimeter" ; - perinatal_av_1 = mkA "perinatal" ; - period_nn_1 = mkN "period" "perioder" ; - periodare_nn_1 = mkN "periodare" "periodare" ; - periodicitet_nn_1 = mkN "periodicitet" "periodiciteter" ; - periodisk_av_1 = mkA "periodisk" ; - periodsupare_nn_1 = mkN "periodsupare" "periodsupare" ; - periodtal_nn_1 = mkN "periodtal" "periodtalet" "periodtalen" "periodtalena" ; - periodvis_ab_1 = mkAdv "periodvis" ; - peripeti_nn_1 = mkN "peripeti" "peripetier" ; - periskop_nn_1 = mkN "periskop" neutrum ; - periskopisk_av_1 = mkA "periskopisk" ; - peristaltisk_av_1 = mkA "peristaltisk" ; - peristyl_nn_1 = mkN "peristyl" "peristyler" ; - peritonit_nn_1 = mkN "peritonit" "peritoniter" ; - perkal_nn_1 = mkN "perkal" "perkaler" ; - perkolator_nn_1 = mkN "perkolator" "perkolatorer" ; - perkussion_nn_1 = mkN "perkussion" "perkussioner" ; - perkussionsinstrument_nn_1 = mkN "perkussionsinstrument" neutrum ; - perkutan_av_1 = mkA "perkutan" ; - permanent_av_1 = mkA "permanent" "permanent" ; - permeabel_av_1 = mkA "permeabel" "permeabelt" "permeabla" "permeabla" "permeablare" "permeablast" "permeablaste" ; - permeabilitet_nn_1 = mkN "permeabilitet" "permeabiliteter" ; - permission_nn_1 = mkN "permission" "permissioner" ; - permittent_nn_1 = mkN "permittent" "permittenter" ; - permittering_nn_1 = mkN "permittering" ; - permutation_nn_1 = mkN "permutation" "permutationer" ; - pernicioes_av_1 = mkA "perniciцs" ; - peroxid_nn_1 = mkN "peroxid" "peroxider" ; - perpendikel_nn_1 = mkN "perpendikel" ; - perpendikulaer_av_1 = mkA "perpendikulдr" ; - perpetuell_av_1 = mkA "perpetuell" ; - perplex_av_1 = mkA "perplex" ; - perrong_nn_1 = mkN "perrong" "perronger" ; - persedel_nn_1 = mkN "persedel" ; - perser_nn_1 = mkN "perser" "persern" "perser" "perserna" ; - persianpaels_nn_1 = mkN "persianpдls" ; - persienn_nn_1 = mkN "persienn" "persienner" ; - persimon_nn_1 = mkN "persimon" "persimoner" ; - persisk_av_1 = mkA "persisk" ; - persiska_nn_2 = mkN "persiska" ; - person_nn_1 = mkN "person" "personer" ; - personage_nn_1 = mkN "personage" "personager" ; - personal_nn_1 = mkN "personal" "personaler" ; - personal_nn_2 = mkN "personal" "personaler" ; - personalavdelning_nn_1 = mkN "personalavdelning" ; - personalchef_nn_1 = mkN "personalchef" "personalchefer" ; - personalfraaga_nn_1 = mkN "personalfrеga" ; - personalia_nn_1 = mkN "personalia" "personalian" "personalia" "personaliana" ; - personalingaang_nn_1 = mkN "personalingеng" ; - personallaekare_nn_1 = mkN "personallдkare" "personallдkare" ; - personalmatsal_nn_1 = mkN "personalmatsal" ; - personalorganisation_nn_1 = mkN "personalorganisation" "personalorganisationer" ; - personalrum_nn_1 = mkN "personalrum" "personalrummet" "personalrum" "personalrummen" ; - personaltidning_nn_1 = mkN "personaltidning" ; - personalunion_nn_1 = mkN "personalunion" "personalunioner" ; - personalutbildare_nn_1 = mkN "personalutbildare" "personalutbildare" ; - personalvaard_nn_1 = mkN "personalvеrd" ; - personbevis_nn_1 = mkN "personbevis" neutrum ; - personbil_nn_1 = mkN "personbil" ; - persondator_nn_1 = mkN "persondator" "persondatorer" ; - personell_av_1 = mkA "personell" ; - personfoersaekring_nn_1 = mkN "personfцrsдkring" ; - personfraaga_nn_1 = mkN "personfrеga" ; - persongalleri_nn_1 = mkN "persongalleri" "persongallerit" "persongallerier" "persongallerierna" ; - personhistorisk_av_1 = mkA "personhistorisk" ; - personifikation_nn_1 = mkN "personifikation" "personifikationer" ; - personkilometer_nn_1 = mkN "personkilometer" "personkilometern" "personkilometer" "personkilometerna" ; - personkontakt_nn_1 = mkN "personkontakt" "personkontakter" ; - personkonto_nn_1 = mkN "personkonto" "personkontot" "personkonton" "personkontona" ; - personkult_nn_1 = mkN "personkult" "personkulter" ; - personlig_av_1 = mkA "personlig" ; - personligen_ab_1 = mkAdv "personligen" ; - personlighet_nn_1 = mkN "personlighet" "personligheter" ; - personlighetstyp_nn_1 = mkN "personlighetstyp" "personlighetstyper" ; - personnamn_nn_1 = mkN "personnamn" neutrum ; - personnummer_nn_1 = mkN "personnummer" neutrum ; - personpolitisk_av_1 = mkA "personpolitisk" ; - personregister_nn_1 = mkN "personregister" neutrum ; - personsoekare_nn_1 = mkN "personsцkare" "personsцkare" ; - persontaag_nn_1 = mkN "persontеg" neutrum ; - personundersoekning_nn_1 = mkN "personundersцkning" ; - personuppgift_nn_1 = mkN "personuppgift" "personuppgifter" ; - personvaag_nn_1 = mkN "personvеg" ; - personvagn_nn_1 = mkN "personvagn" ; - personval_nn_1 = mkN "personval" neutrum ; - perspektiv_nn_1 = mkN "perspektiv" neutrum ; - perspektivbild_nn_1 = mkN "perspektivbild" "perspektivbilder" ; - perspektivfoenster_nn_1 = mkN "perspektivfцnster" neutrum ; - perspektivfoerskjutning_nn_1 = mkN "perspektivfцrskjutning" ; - perspektivisk_av_1 = mkA "perspektivisk" ; - perspektivloes_av_1 = mkA "perspektivlцs" ; - perturbation_nn_1 = mkN "perturbation" "perturbationer" ; - peruan_nn_1 = mkN "peruan" "peruaner" ; - peruansk_av_1 = mkA "peruansk" ; - peruanska_nn_1 = mkN "peruanska" ; - peruk_nn_1 = mkN "peruk" "peruker" ; - perukmakare_nn_1 = mkN "perukmakare" "perukmakare" ; - perukstock_nn_1 = mkN "perukstock" ; - pervers_av_1 = mkA "pervers" ; - perversion_nn_1 = mkN "perversion" "perversioner" ; - perversitet_nn_1 = mkN "perversitet" "perversiteter" ; - peseta_nn_1 = mkN "peseta" "pesetan" "pesetas" "pesetasen" ; - peso_nn_1 = mkN "peso" "peson" "pesos" "pesosen" ; - pessar_nn_1 = mkN "pessar" neutrum ; - pessimist_nn_1 = mkN "pessimist" "pessimister" ; - pessimistisk_av_1 = mkA "pessimistisk" ; - pest_nn_1 = mkN "pest" "pester" ; - pesticid_nn_1 = mkN "pesticid" "pesticider" ; - pestilens_nn_1 = mkN "pestilens" "pestilenser" ; - petig_av_1 = mkA "petig" ; - petimaeter_nn_1 = mkN "petimдter" ; - petit_chou_nn_1 = mkN "petit-chou" "petit-choun" "petit-chouer" "petit-chouerna" ; - petitchou_nn_1 = mkN "petitchou" "petitchoun" "petitchouer" "petitchouerna" ; - petitess_nn_1 = mkN "petitess" "petitesser" ; - petition_nn_1 = mkN "petition" "petitioner" ; - petmoj_nn_1 = mkN "petmoj" ; - petnoga_av_1 = mkA "petnoga" ; - petrifikat_nn_1 = mkN "petrifikat" neutrum ; - petrokemisk_av_1 = mkA "petrokemisk" ; - petsaeker_av_1 = mkA "petsдker" "petsдkert" "petsдkra" "petsдkra" "petsдkrare" "petsдkrast" "petsдkraste" ; - pfennig_nn_1 = mkN "pfennig" "pfennigen" "pfennig" "pfennigen" ; - pi_nn_1 = mkN "pi" neutrum ; - piaff_nn_1 = mkN "piaff" "piaffer" ; - pianino_nn_1 = mkN "pianino" "pianinot" "pianinon" "pianinona" ; - pianissimo_ab_1 = mkAdv "pianissimo" ; - pianissimo_nn_1 = mkN "pianissimo" "pianissimot" "pianissimon" "pianissimona" ; - pianist_nn_1 = mkN "pianist" "pianister" ; - piano_ab_1 = mkAdv "piano" ; - piano_nn_1 = mkN "piano" "pianot" "pianon" "pianona" ; - pianokonsert_nn_1 = mkN "pianokonsert" "pianokonserter" ; - pianosonat_nn_1 = mkN "pianosonat" "pianosonater" ; - pianospel_nn_1 = mkN "pianospel" "pianospelet" "pianospel" "pianospelen" ; - pianostol_nn_1 = mkN "pianostol" ; - piassavakvast_nn_1 = mkN "piassavakvast" ; - piaster_nn_1 = mkN "piaster" ; - picador_nn_1 = mkN "picador" "picadoren" "picadorer" "picadorerna" ; - piccolafloejt_nn_1 = mkN "piccolaflцjt" "piccolaflцjter" ; - piccolo_nn_1 = mkN "piccolo" "piccolor" ; - picknick_nn_1 = mkN "picknick" ; - pickup_nn_1 = mkN "pickup" "pickuper" ; - picot_nn_1 = mkN "picot" "picoter" ; - pidgin_nn_1 = mkN "pidgin" neutrum ; - piedestal_nn_1 = mkN "piedestal" "piedestaler" ; - pierrot_nn_1 = mkN "pierrot" "pierroter" ; - pietet_nn_1 = mkN "pietet" "pieteter" ; - pietetsfull_av_1 = mkA "pietetsfull" ; - pietist_nn_1 = mkN "pietist" "pietister" ; - piffig_av_1 = mkA "piffig" ; - pigg_av_1 = mkA "pigg" ; - pigg_nn_1 = mkN "pigg" ; - piggelin_av_1 = mkA "piggelin" ; - pigghaj_nn_1 = mkN "pigghaj" ; - piggsvin_nn_1 = mkN "piggsvin" neutrum ; - piggvar_nn_1 = mkN "piggvar" ; - pigment_nn_1 = mkN "pigment" neutrum ; - pigroman_nn_1 = mkN "pigroman" "pigromaner" ; - pigtittare_nn_1 = mkN "pigtittare" "pigtittare" ; - pigtjusare_nn_1 = mkN "pigtjusare" "pigtjusare" ; - pik_nn_1 = mkN "pik" ; - pikador_nn_1 = mkN "pikador" "pikadoren" "pikadorer" "pikadorerna" ; - pikant_av_1 = mkA "pikant" "pikant" ; - pikanteri_nn_1 = mkN "pikanteri" "pikanterit" "pikanterier" "pikanterierna" ; - pikaresk_nn_1 = mkN "pikaresk" "pikaresker" ; - pikareskroman_nn_1 = mkN "pikareskroman" "pikareskromaner" ; - pike_nn_1 = mkN "pikй" "pikйer" ; - piket_nn_1 = mkN "piket" "piketer" ; - piketbil_nn_1 = mkN "piketbil" ; - pikoer_nn_1 = mkN "pikцr" "pikцrer" ; - pikstav_nn_1 = mkN "pikstav" ; - piktur_nn_1 = mkN "piktur" "pikturer" ; - pil_nn_1 = mkN "pil" ; - pilaff_nn_1 = mkN "pilaff" "pilaffer" ; - pilaster_nn_1 = mkN "pilaster" ; - pilbaage_nn_1 = mkN "pilbеge" utrum ; - pilfink_nn_1 = mkN "pilfink" ; - pilgrim_nn_1 = mkN "pilgrim" "pilgrimer" ; - pilgrimsfaerd_nn_1 = mkN "pilgrimsfдrd" "pilgrimsfдrder" ; - pilgrimsfalk_nn_1 = mkN "pilgrimsfalk" ; - pilgrimsstav_nn_1 = mkN "pilgrimsstav" ; - pilk_nn_1 = mkN "pilk" ; - pilkastning_nn_1 = mkN "pilkastning" ; - pilkoger_nn_1 = mkN "pilkoger" neutrum ; - pilleknarkare_nn_1 = mkN "pilleknarkare" "pilleknarkare" ; - pillemarisk_av_1 = mkA "pillemarisk" ; - piller_nn_1 = mkN "piller" neutrum ; - pillerbagge_nn_1 = mkN "pillerbagge" utrum ; - pillerburk_nn_1 = mkN "pillerburk" ; - pillertrillare_nn_1 = mkN "pillertrillare" "pillertrillare" ; - pillrig_av_1 = mkA "pillrig" ; - pilot_nn_1 = mkN "pilot" "piloter" ; - pilotballong_nn_1 = mkN "pilotballong" "pilotballonger" ; - pilotstudie_nn_1 = mkN "pilotstudie" "pilotstudier" ; - pilsk_av_1 = mkA "pilsk" ; - pilsnabb_av_1 = mkA "pilsnabb" ; - pilsner_nn_1 = mkN "pilsner" "pilsnern" "pilsner" "pilsnerna" ; - pilsnerfilm_nn_1 = mkN "pilsnerfilm" "pilsnerfilmer" ; - pilsnerkorv_nn_1 = mkN "pilsnerkorv" ; - pilspets_nn_1 = mkN "pilspets" ; - pilt_nn_1 = mkN "pilt" ; - piltraed_nn_1 = mkN "piltrдd" neutrum ; - pimpel_nn_1 = mkN "pimpel" ; - pimpelspoe_nn_1 = mkN "pimpelspц" "pimpelspцet" "pimpelspцn" "pimpelspцna" ; - pimpinett_av_1 = mkA "pimpinett" ; - pin_ab_1 = mkAdv "pin" ; - pinakotek_nn_1 = mkN "pinakotek" neutrum ; - pinal_nn_1 = mkN "pinal" "pinaler" ; - pincene_nn_1 = mkN "pincenй" "pincenйer" ; - pincett_nn_1 = mkN "pincett" "pincetter" ; - pingla_nn_1 = mkN "pingla" ; - pingpongboll_nn_1 = mkN "pingpongboll" ; - pingst_nn_1 = mkN "pingst" ; - pingstafton_nn_1 = mkN "pingstafton" "pingstaftonen" "pingstaftnar" "pingstaftnarna" ; - pingstdag_nn_1 = mkN "pingstdag" ; - pingsthelg_nn_1 = mkN "pingsthelg" "pingsthelger" ; - pingstlilja_nn_1 = mkN "pingstlilja" ; - pingstvaen_nn_1 = mkN "pingstvдn" "pingstvдnnen" "pingstvдnner" "pingstvдnnerna" ; - pingvin_nn_1 = mkN "pingvin" "pingviner" ; - pinje_nn_1 = mkN "pinje" "pinjer" ; - pinjenoet_nn_1 = mkN "pinjenцt" "pinjenцtter" ; - pinjong_nn_1 = mkN "pinjong" "pinjonger" ; - pinknoedig_av_1 = mkA "pinknцdig" ; - pinlig_av_1 = mkA "pinlig" ; - pinne_nn_1 = mkN "pinne" utrum ; - pinnhaal_nn_1 = mkN "pinnhеl" neutrum ; - pinnharv_nn_1 = mkN "pinnharv" ; - pinnig_av_1 = mkA "pinnig" ; - pinnstol_nn_1 = mkN "pinnstol" ; - pinoande_nn_1 = mkN "pinoande" utrum ; - pinsam_av_1 = mkA "pinsam" "pinsamt" "pinsamma" "pinsamma" "pinsammare" "pinsammast" "pinsammaste" ; - pinscher_nn_1 = mkN "pinscher" ; - pion_nn_1 = mkN "pion" "pioner" ; - pionjaer_nn_1 = mkN "pionjдr" "pionjдrer" ; - pionroed_av_1 = mkA "pionrцd" ; - pip_nn_1 = mkN "pip" ; - pip_nn_2 = mkN "pip" neutrum ; - pipare_nn_1 = mkN "pipare" "pipare" ; - pipeline_nn_1 = mkN "pipeline" "pipelinen" "pipelines" "pipelinesen" ; - pipett_nn_1 = mkN "pipett" "pipetter" ; - piphuvud_nn_1 = mkN "piphuvud" "piphuvudet" "piphuvuden" "piphuvudena" ; - pipig_av_1 = mkA "pipig" ; - pipkrage_nn_1 = mkN "pipkrage" utrum ; - pippi_nn_1 = mkN "pippi" "pippin" "pippiar" "pippiarna" ; - pipping_nn_1 = mkN "pipping" ; - piprensare_nn_1 = mkN "piprensare" "piprensare" ; - piproekare_nn_1 = mkN "piprцkare" "piprцkare" ; - pipskaegg_nn_1 = mkN "pipskдgg" neutrum ; - pipstopp_nn_1 = mkN "pipstopp" ; - pipstoppare_nn_1 = mkN "pipstoppare" "pipstoppare" ; - pipsvamp_nn_1 = mkN "pipsvamp" ; - pir_nn_1 = mkN "pir" ; - pirat_nn_1 = mkN "pirat" "pirater" ; - piratsaendare_nn_1 = mkN "piratsдndare" "piratsдndare" ; - pirhuvud_nn_1 = mkN "pirhuvud" "pirhuvudet" "pirhuvuden" "pirhuvudena" ; - pirk_nn_1 = mkN "pirk" ; - pirog_nn_1 = mkN "pirog" "piroger" ; - pirrig_av_1 = mkA "pirrig" ; - piruett_nn_1 = mkN "piruett" "piruetter" ; - pirum_av_1 = mkA "pirum" ; - piskbalkong_nn_1 = mkN "piskbalkong" "piskbalkonger" ; - piskklatsch_nn_1 = mkN "piskklatsch" ; - piskmask_nn_1 = mkN "piskmask" ; - piskperuk_nn_1 = mkN "piskperuk" "piskperuker" ; - piskrapp_nn_1 = mkN "piskrapp" neutrum ; - piskslaeng_nn_1 = mkN "piskslдng" ; - pisksnaert_nn_1 = mkN "pisksnдrt" ; - piskstaellning_nn_1 = mkN "piskstдllning" ; - pissoar_nn_1 = mkN "pissoar" "pissoarer" ; - pist_nn_1 = mkN "pist" "pister" ; - pistage_nn_1 = mkN "pistage" "pistager" ; - pistasch_nn_1 = mkN "pistasch" "pistascher" ; - pistill_nn_1 = mkN "pistill" "pistiller" ; - pistol_nn_1 = mkN "pistol" "pistoler" ; - pistong_nn_1 = mkN "pistong" "pistonger" ; - pitt_nn_1 = mkN "pitt" ; - pittoresk_av_1 = mkA "pittoresk" ; - pivaa_nn_1 = mkN "pivе" "pivеer" ; - pivot_nn_1 = mkN "pivot" "pivoter" ; - pivotfoenster_nn_1 = mkN "pivotfцnster" neutrum ; - pivothaengd_av_1 = mkA "pivothдngd" "pivothдngt" ; - pivotvagn_nn_1 = mkN "pivotvagn" ; - pix_nn_1 = mkN "pix" neutrum ; - pizzicato_ab_1 = mkAdv "pizzicato" ; - pizzicato_nn_1 = mkN "pizzicato" "pizzicatot" "pizzicaton" "pizzicatona" ; - pjaakig_av_1 = mkA "pjеkig" ; - pjaes_nn_1 = mkN "pjдs" "pjдser" ; - pjatt_nn_1 = mkN "pjatt" ; - pjoskig_av_1 = mkA "pjoskig" ; - pjunkig_av_1 = mkA "pjunkig" ; - plaaga_nn_1 = mkN "plеga" ; - plaagoande_nn_1 = mkN "plеgoande" utrum ; - plaagoris_nn_1 = mkN "plеgoris" neutrum ; - plaagsam_av_1 = mkA "plеgsam" "plеgsamt" "plеgsamma" "plеgsamma" "plеgsammare" "plеgsammast" "plеgsammaste" ; - plaan_nn_1 = mkN "plеn" neutrum ; - plaanbok_nn_1 = mkN "plеnbok" "plеnbцcker" ; - plaaster_nn_1 = mkN "plеster" neutrum ; - plaat_nn_1 = mkN "plеt" ; - plaathuv_nn_1 = mkN "plеthuv" ; - plaatkaerl_nn_1 = mkN "plеtkдrl" neutrum ; - plaatkant_nn_1 = mkN "plеtkant" "plеtkanter" ; - plaatmage_nn_1 = mkN "plеtmage" utrum ; - plaatmynt_nn_1 = mkN "plеtmynt" neutrum ; - plaatsax_nn_1 = mkN "plеtsax" ; - plaatschabrak_nn_1 = mkN "plеtschabrak" neutrum ; - plaatslagare_nn_1 = mkN "plеtslagare" "plеtslagare" ; - plaatslageri_nn_1 = mkN "plеtslageri" "plеtslagerit" "plеtslagerier" "plеtslagerierna" ; - placeboeffekt_nn_1 = mkN "placeboeffekt" "placeboeffekter" ; - placering_nn_1 = mkN "placering" ; - placeringskort_nn_1 = mkN "placeringskort" neutrum ; - placeringsobjekt_nn_1 = mkN "placeringsobjekt" neutrum ; - pladask_ab_1 = mkAdv "pladask" ; - pladdrig_av_1 = mkA "pladdrig" ; - plaed_nn_1 = mkN "plдd" ; - plaedering_nn_1 = mkN "plдdering" ; - plaedoaje_nn_1 = mkN "plдdoajй" "plдdoajйer" ; - plaegsed_nn_1 = mkN "plдgsed" "plдgseder" ; - plaett_nn_1 = mkN "plдtt" ; - plaettlagg_nn_1 = mkN "plдttlagg" ; - plafond_nn_1 = mkN "plafond" "plafonder" ; - plage_nn_1 = mkN "plage" "plager" ; - plagg_nn_1 = mkN "plagg" neutrum ; - plagiat_nn_1 = mkN "plagiat" neutrum ; - plagiator_nn_1 = mkN "plagiator" "plagiatorer" ; - plaidoyer_nn_1 = mkN "plaidoyer" "plaidoyerer" ; - plakat_av_1 = mkA "plakat" ; - plakat_nn_1 = mkN "plakat" neutrum ; - plakett_nn_1 = mkN "plakett" "plaketter" ; - plan_av_1 = mkA "plan" ; - plan_nn_1 = mkN "plan" neutrum ; - plan_nn_2 = mkN "plan" "planer" ; - planekonomi_nn_1 = mkN "planekonomi" "planekonomier" ; - planenlig_av_1 = mkA "planenlig" ; - planerare_nn_1 = mkN "planerare" "planerare" ; - planering_nn_1 = mkN "planering" ; - planeringsorgan_nn_1 = mkN "planeringsorgan" neutrum ; - planet_nn_1 = mkN "planet" "planeter" ; - planetarisk_av_1 = mkA "planetarisk" ; - planetarium_nn_1 = mkN "planetarium" "planetariet" "planetarier" "planetarierna" ; - planetbildning_nn_1 = mkN "planetbildning" ; - planetesimal_nn_1 = mkN "planetesimal" "planetesimaler" ; - planetsystem_nn_1 = mkN "planetsystem" neutrum ; - plank_nn_2 = mkN "plank" neutrum ; - plankgaang_nn_1 = mkN "plankgеng" ; - plankonkav_av_1 = mkA "plankonkav" ; - plankonvex_av_1 = mkA "plankonvex" ; - plankorsning_nn_1 = mkN "plankorsning" ; - plankstrykare_nn_1 = mkN "plankstrykare" "plankstrykare" ; - plankter_nn_1 = mkN "plankter" "planktern" "plankter" "plankterna" ; - plankton_nn_1 = mkN "plankton" neutrum ; - planktondjur_nn_1 = mkN "planktondjur" neutrum ; - planktonvaext_nn_1 = mkN "planktonvдxt" "planktonvдxter" ; - planlaeggning_nn_1 = mkN "planlдggning" ; - planloes_av_1 = mkA "planlцs" ; - planloesning_nn_1 = mkN "planlцsning" ; - planmaessig_av_1 = mkA "planmдssig" ; - planparallell_av_1 = mkA "planparallell" ; - planritning_nn_1 = mkN "planritning" ; - plansch_nn_1 = mkN "plansch" "planscher" ; - planschett_nn_1 = mkN "planschett" "planschetter" ; - planschverk_nn_1 = mkN "planschverk" neutrum ; - planskild_av_1 = mkA "planskild" "planskilt" ; - plantage_nn_1 = mkN "plantage" "plantager" ; - plantering_nn_1 = mkN "plantering" ; - plants_nn_1 = mkN "plants" ; - plaskdamm_nn_1 = mkN "plaskdamm" ; - plaskvaat_av_1 = mkA "plaskvеt" ; - plasma_nn_1 = mkN "plasma" "plasmat" "plasmer" "plasmerna" ; - plast_nn_1 = mkN "plast" "plaster" ; - plastbindemedel_nn_1 = mkN "plastbindemedel" neutrum ; - plastbunden_av_1 = mkA "plastbunden" "plastbundet" ; - plastfolie_nn_1 = mkN "plastfolie" "plastfolier" ; - plasticitet_nn_1 = mkN "plasticitet" "plasticiteter" ; - plastikkirurg_nn_1 = mkN "plastikkirurg" "plastikkirurger" ; - plastindustri_nn_1 = mkN "plastindustri" "plastindustrier" ; - plastisk_av_1 = mkA "plastisk" ; - plastkork_nn_1 = mkN "plastkork" ; - plastlaminat_nn_1 = mkN "plastlaminat" neutrum ; - plastpaase_nn_1 = mkN "plastpеse" utrum ; - plastrong_nn_1 = mkN "plastrong" "plastronger" ; - plastspiral_nn_1 = mkN "plastspiral" "plastspiraler" ; - plataa_nn_1 = mkN "platе" "platеer" ; - plataagupp_nn_1 = mkN "platеgupp" neutrum ; - platan_nn_1 = mkN "platan" "plataner" ; - platinablond_av_1 = mkA "platinablond" ; - platoniker_nn_1 = mkN "platoniker" "platonikern" "platoniker" "platonikerna" ; - platonisk_av_1 = mkA "platonisk" ; - platonsk_av_1 = mkA "platonsk" ; - plats_nn_1 = mkN "plats" "platser" ; - platsansoekning_nn_1 = mkN "platsansцkning" ; - platsbiljett_nn_1 = mkN "platsbiljett" "platsbiljetter" ; - platschef_nn_1 = mkN "platschef" "platschefer" ; - platssiffra_nn_1 = mkN "platssiffra" ; - platssoekande_av_1 = mkA "platssцkande" ; - platt_ab_1 = mkAdv "platt" ; - platt_av_1 = mkA "platt" ; - platt_teve_nn_1 = mkN "platt-teve" "platt-teven" "platt-teve" "platt-tevena" ; - plattfisk_nn_1 = mkN "plattfisk" ; - plattform_nn_1 = mkN "plattform" ; - platthet_nn_1 = mkN "platthet" "plattheter" ; - platting_nn_1 = mkN "platting" ; - plattityd_nn_1 = mkN "plattityd" "plattityder" ; - plattjaern_nn_1 = mkN "plattjдrn" neutrum ; - plattlaeggning_nn_1 = mkN "plattlдggning" ; - plattlaeggningsproblem_nn_1 = mkN "plattlдggningsproblem" neutrum ; - plattmask_nn_1 = mkN "plattmask" ; - plattsoem_nn_1 = mkN "plattsцm" "plattsцmmen" "plattsцmmar" "plattsцmmarna" ; - plattysk_av_1 = mkA "plattysk" ; - plausibel_av_1 = mkA "plausibel" "plausibelt" "plausibla" "plausibla" "plausiblare" "plausiblast" "plausiblaste" ; - play_off_nn_1 = mkN "play-off" neutrum ; - playboy_nn_1 = mkN "playboy" ; - plebej_nn_1 = mkN "plebej" "plebejer" ; - plebejisk_av_1 = mkA "plebejisk" ; - plebiscit_nn_1 = mkN "plebiscit" neutrum ; - plejad_nn_1 = mkN "plejad" "plejader" ; - plektrum_nn_1 = mkN "plektrum" neutrum ; - plenimaal_nn_1 = mkN "plenimеl" neutrum ; - plenum_nn_1 = mkN "plenum" neutrum ; - pleonasm_nn_1 = mkN "pleonasm" "pleonasmer" ; - pleonastisk_av_1 = mkA "pleonastisk" ; - plesiosaurie_nn_1 = mkN "plesiosaurie" "plesiosaurier" ; - pleurit_nn_1 = mkN "pleurit" "pleuriter" ; - pligg_nn_1 = mkN "pligg" ; - plikt_nn_1 = mkN "plikt" "plikter" ; - pliktexemplar_nn_1 = mkN "pliktexemplar" neutrum ; - pliktfoergaeten_av_1 = mkA "pliktfцrgдten" "pliktfцrgдtet" ; - plikthuggare_nn_1 = mkN "plikthuggare" "plikthuggare" ; - pliktig_av_1 = mkA "pliktig" ; - pliktmedveten_av_1 = mkA "pliktmedveten" "pliktmedvetet" ; - pliktskyldig_av_1 = mkA "pliktskyldig" ; - plikttrogen_av_1 = mkA "plikttrogen" "plikttroget" ; - pling_nn_1 = mkN "pling" neutrum ; - plint_nn_1 = mkN "plint" ; - plirig_av_1 = mkA "plirig" ; - plisse_nn_1 = mkN "plissй" "plissйer" ; - plister_nn_1 = mkN "plister" ; - plit_nn_2 = mkN "plit" ; - plockare_nn_1 = mkN "plockare" "plockare" ; - plockig_av_1 = mkA "plockig" ; - ploejning_nn_1 = mkN "plцjning" ; - ploes_nn_1 = mkN "plцs" ; - ploetslig_av_1 = mkA "plцtslig" ; - ploetsligen_ab_1 = mkAdv "plцtsligen" ; - plog_nn_1 = mkN "plog" ; - plogben_nn_1 = mkN "plogben" neutrum ; - plogbill_nn_1 = mkN "plogbill" ; - ploj_nn_1 = mkN "ploj" ; - plomb_nn_1 = mkN "plomb" "plomber" ; - plommon_nn_1 = mkN "plommon" neutrum ; - plommonstop_nn_1 = mkN "plommonstop" neutrum ; - plottrig_av_1 = mkA "plottrig" ; - plufsig_av_1 = mkA "plufsig" ; - plugg_nn_1 = mkN "plugg" neutrum ; - plugg_nn_2 = mkN "plugg" ; - pluggaemne_nn_1 = mkN "pluggдmne" ; - plugghaest_nn_1 = mkN "plugghдst" ; - pluggskivling_nn_1 = mkN "pluggskivling" ; - plump_av_1 = mkA "plump" ; - plump_nn_1 = mkN "plump" ; - plumpudding_nn_1 = mkN "plumpudding" ; - plums_nn_1 = mkN "plums" ; - plundring_nn_1 = mkN "plundring" ; - plural_av_1 = mkA "plural" ; - plural_nn_1 = mkN "plural" "pluraler" ; - pluralistisk_av_1 = mkA "pluralistisk" ; - pluralitet_nn_1 = mkN "pluralitet" "pluraliteter" ; - pluring_nn_1 = mkN "pluring" ; - plusgrad_nn_1 = mkN "plusgrad" "plusgrader" ; - pluskvamperfektum_nn_1 = mkN "pluskvamperfektum" "pluskvamperfektet" "pluskvamperfekter" "pluskvamperfekterna" ; - pluspol_nn_1 = mkN "pluspol" "pluspoler" ; - plussig_av_1 = mkA "plussig" ; - plustecken_nn_1 = mkN "plustecken" "plustecknet" "plustecken" "plustecknen" ; - plutokrat_nn_1 = mkN "plutokrat" "plutokrater" ; - plutokrati_nn_1 = mkN "plutokrati" "plutokratier" ; - pluton_nn_1 = mkN "pluton" "plutoner" ; - plutonisk_av_1 = mkA "plutonisk" ; - plutt_nn_1 = mkN "plutt" ; - pluttig_av_1 = mkA "pluttig" ; - pluvial_av_1 = mkA "pluvial" ; - pluvialperiod_nn_1 = mkN "pluvialperiod" "pluvialperioder" ; - plym_nn_1 = mkN "plym" "plymer" ; - plymaa_nn_1 = mkN "plymе" "plymеer" ; - plymasch_nn_1 = mkN "plymasch" "plymascher" ; - plysch_nn_1 = mkN "plysch" "plyscher" ; - plysmaskin_nn_1 = mkN "plysmaskin" "plysmaskiner" ; - pneumatisk_av_1 = mkA "pneumatisk" ; - pneumoni_nn_1 = mkN "pneumoni" "pneumonier" ; - poaeng_nn_1 = mkN "poдng" neutrum ; - poaeng_nn_2 = mkN "poдng" "poдnger" ; - poaengloes_av_1 = mkA "poдnglцs" ; - poaengseger_nn_1 = mkN "poдngseger" ; - poaengtips_nn_1 = mkN "poдngtips" neutrum ; - pocket_nn_1 = mkN "pocket" ; - pocketbok_nn_1 = mkN "pocketbok" "pocketbцcker" ; - podest_nn_1 = mkN "podest" "podester" ; - podium_nn_1 = mkN "podium" "podiet" "podier" "podierna" ; - poel_nn_1 = mkN "pцl" ; - poelsig_av_1 = mkA "pцlsig" ; - poem_nn_1 = mkN "poem" neutrum ; - poes_nn_1 = mkN "pцs" neutrum ; - poesi_nn_1 = mkN "poesi" "poesier" ; - poesig_av_1 = mkA "pцsig" ; - poesmunk_nn_1 = mkN "pцsmunk" ; - poet_nn_1 = mkN "poet" "poeter" ; - poetisk_av_1 = mkA "poetisk" ; - pogrom_nn_1 = mkN "pogrom" "pogromer" ; - pointer_nn_1 = mkN "pointer" ; - pojkaktig_av_1 = mkA "pojkaktig" ; - pojkbok_nn_1 = mkN "pojkbok" "pojkbцcker" ; - pojkbyting_nn_1 = mkN "pojkbyting" ; - pojkcykel_nn_1 = mkN "pojkcykel" ; - pojke_nn_1 = mkN "pojke" utrum ; - pojkfnasker_nn_1 = mkN "pojkfnasker" ; - pojknamn_nn_1 = mkN "pojknamn" neutrum ; - pojkskildring_nn_1 = mkN "pojkskildring" ; - pojkspoling_nn_1 = mkN "pojkspoling" ; - pojkstreck_nn_1 = mkN "pojkstreck" neutrum ; - pojkvaen_nn_1 = mkN "pojkvдn" "pojkvдnnen" "pojkvдnner" "pojkvдnnerna" ; - pojkvasker_nn_1 = mkN "pojkvasker" "pojkvaskeren" "pojkvaskerar" "pojkvaskerarna" ; - pokal_nn_1 = mkN "pokal" "pokaler" ; - pol_nn_1 = mkN "pol" "poler" ; - polack_nn_1 = mkN "polack" "polacker" ; - polaer_av_1 = mkA "polдr" ; - polar_av_1 = mkA "polar" ; - polare_nn_1 = mkN "polare" "polare" ; - polarexpedition_nn_1 = mkN "polarexpedition" "polarexpeditioner" ; - polarflyg_nn_1 = mkN "polarflyg" neutrum ; - polarforskning_nn_1 = mkN "polarforskning" ; - polarfront_nn_1 = mkN "polarfront" "polarfronter" ; - polarhav_nn_1 = mkN "polarhav" neutrum ; - polarisation_nn_1 = mkN "polarisation" "polarisationer" ; - polarisationsfilter_nn_1 = mkN "polarisationsfilter" neutrum ; - polarisator_nn_1 = mkN "polarisator" "polarisatorer" ; - polarisering_nn_1 = mkN "polarisering" ; - polaritet_nn_1 = mkN "polaritet" "polariteter" ; - polarmiljoe_nn_1 = mkN "polarmiljц" "polarmiljцn" "polarmiljцer" "polarmiljцerna" ; - polaroidfilm_nn_1 = mkN "polaroidfilm" "polaroidfilmer" ; - polaroidkamera_nn_1 = mkN "polaroidkamera" ; - polaromraade_nn_1 = mkN "polaromrеde" ; - polarraev_nn_1 = mkN "polarrдv" ; - polartrakt_nn_1 = mkN "polartrakt" "polartrakter" ; - polcirkel_nn_1 = mkN "polcirkel" ; - polder_nn_1 = mkN "polder" ; - polemik_nn_1 = mkN "polemik" "polemiker" ; - polemiker_nn_1 = mkN "polemiker" "polemikern" "polemiker" "polemikerna" ; - polemisk_av_1 = mkA "polemisk" ; - polentagryn_nn_1 = mkN "polentagryn" neutrum ; - polermedel_nn_1 = mkN "polermedel" neutrum ; - poliklinik_nn_1 = mkN "poliklinik" "polikliniker" ; - poliklinisk_av_1 = mkA "poliklinisk" ; - polis_nn_1 = mkN "polis" "poliser" ; - polisarrest_nn_1 = mkN "polisarrest" "polisarrester" ; - polisbefael_nn_1 = mkN "polisbefдl" neutrum ; - polisbevakning_nn_1 = mkN "polisbevakning" ; - polisbil_nn_1 = mkN "polisbil" ; - polischef_nn_1 = mkN "polischef" "polischefer" ; - polischock_nn_1 = mkN "polischock" "polischocker" ; - polisdistrikt_nn_1 = mkN "polisdistrikt" neutrum ; - polisfoerhoer_nn_1 = mkN "polisfцrhцr" neutrum ; - polishund_nn_1 = mkN "polishund" ; - polisiaer_av_1 = mkA "polisiдr" ; - polisintendent_nn_1 = mkN "polisintendent" "polisintendenter" ; - poliskommissarie_nn_1 = mkN "poliskommissarie" "poliskommissarier" ; - poliskonstapel_nn_1 = mkN "poliskonstapel" ; - poliskund_nn_1 = mkN "poliskund" "poliskunder" ; - polismaestare_nn_1 = mkN "polismдstare" "polismдstare" ; - polisman_nn_1 = mkN "polisman" "polismannen" "polismдn" "polismдnnen" ; - polisong_nn_1 = mkN "polisong" "polisonger" ; - polisorganisation_nn_1 = mkN "polisorganisation" "polisorganisationer" ; - polisstat_nn_1 = mkN "polisstat" "polisstater" ; - polisstation_nn_1 = mkN "polisstation" "polisstationer" ; - polisstyrka_nn_1 = mkN "polisstyrka" ; - polistjaenst_nn_1 = mkN "polistjдnst" "polistjдnster" ; - polistjaensteman_nn_1 = mkN "polistjдnsteman" "polistjдnstemannen" "polistjдnstemдn" "polistjдnstemдnnen" ; - polistjaenstgoering_nn_1 = mkN "polistjдnstgцring" ; - polisundersoekning_nn_1 = mkN "polisundersцkning" ; - polisvaesende_nn_1 = mkN "polisvдsende" ; - politbyraa_nn_1 = mkN "politbyrе" "politbyrеer" ; - politiker_nn_1 = mkN "politiker" "politikern" "politiker" "politikerna" ; - politikus_nn_1 = mkN "politikus" ; - politisk_av_1 = mkA "politisk" ; - politruk_nn_1 = mkN "politruk" "politruker" ; - polityr_nn_1 = mkN "polityr" "polityrer" ; - polkagris_nn_1 = mkN "polkagris" ; - polkett_nn_1 = mkN "polkett" "polketter" ; - polkropp_nn_1 = mkN "polkropp" ; - pollare_nn_1 = mkN "pollare" "pollare" ; - pollenfynd_nn_1 = mkN "pollenfynd" neutrum ; - pollenkorn_nn_1 = mkN "pollenkorn" neutrum ; - pollenslang_nn_1 = mkN "pollenslang" ; - pollett_nn_1 = mkN "pollett" "polletter" ; - pollettering_nn_1 = mkN "pollettering" ; - pollination_nn_1 = mkN "pollination" "pollinationer" ; - pollinering_nn_1 = mkN "pollinering" ; - pollution_nn_1 = mkN "pollution" "pollutioner" ; - polokrage_nn_1 = mkN "polokrage" utrum ; - polonaes_nn_1 = mkN "polonдs" "polonдser" ; - polsk_av_1 = mkA "polsk" ; - polsk_fransk_av_1 = mkA "polsk-fransk" ; - polska_nn_2 = mkN "polska" ; - polsko_nn_1 = mkN "polsko" "polskor" ; - polyamid_nn_1 = mkN "polyamid" "polyamider" ; - polyeder_nn_1 = mkN "polyeder" ; - polyester_nn_1 = mkN "polyester" ; - polyeter_nn_1 = mkN "polyeter" ; - polyfon_av_1 = mkA "polyfon" ; - polyfoni_nn_1 = mkN "polyfoni" "polyfonier" ; - polygam_av_1 = mkA "polygam" ; - polyglott_av_1 = mkA "polyglott" ; - polyglott_nn_1 = mkN "polyglott" "polyglotter" ; - polygon_nn_1 = mkN "polygon" "polygoner" ; - polygraf_nn_1 = mkN "polygraf" "polygrafer" ; - polyhistor_nn_1 = mkN "polyhistor" "polyhistorer" ; - polykrom_av_1 = mkA "polykrom" ; - polymer_nn_1 = mkN "polymer" "polymerer" ; - polymerisation_nn_1 = mkN "polymerisation" "polymerisationer" ; - polymorf_av_1 = mkA "polymorf" ; - polynesier_nn_1 = mkN "polynesier" "polynesiern" "polynesier" "polynesierna" ; - polynesisk_av_1 = mkA "polynesisk" ; - polynom_nn_1 = mkN "polynom" neutrum ; - polyp_nn_1 = mkN "polyp" "polyper" ; - polysyndes_nn_1 = mkN "polysyndes" "polysyndeser" ; - polyteknisk_av_1 = mkA "polyteknisk" ; - pomerans_nn_1 = mkN "pomerans" "pomeranser" ; - pomeransskal_nn_1 = mkN "pomeransskal" neutrum ; - pommersk_av_1 = mkA "pommersk" ; - pomolog_nn_1 = mkN "pomolog" "pomologer" ; - pompoes_av_1 = mkA "pompцs" ; - pompong_nn_1 = mkN "pompong" "pomponger" ; - poncho_nn_1 = mkN "poncho" "ponchon" "ponchos" "ponchosen" ; - pond_nn_1 = mkN "pond" neutrum ; - ponderabel_av_1 = mkA "ponderabel" "ponderabelt" "ponderabla" "ponderabla" "ponderablare" "ponderablast" "ponderablaste" ; - ponny_nn_1 = mkN "ponny" "ponnyn" "ponnies" "ponnyerna" ; - pontifikat_nn_1 = mkN "pontifikat" neutrum ; - ponton_nn_1 = mkN "ponton" "pontoner" ; - pontonbro_nn_1 = mkN "pontonbro" ; - pontonjaer_nn_1 = mkN "pontonjдr" "pontonjдrer" ; - pool_nn_1 = mkN "pool" "pooler" ; - pop_nn_2 = mkN "pop" "poper" ; - popgrupp_nn_1 = mkN "popgrupp" "popgrupper" ; - popkonsert_nn_1 = mkN "popkonsert" "popkonserter" ; - poplin_nn_1 = mkN "poplin" "popliner" ; - poplinrock_nn_1 = mkN "poplinrock" ; - poppel_nn_1 = mkN "poppel" ; - poppig_av_1 = mkA "poppig" ; - poppis_av_1 = mkA "poppis" ; - popsaangare_nn_1 = mkN "popsеngare" "popsеngare" ; - populaer_av_1 = mkA "populдr" ; - populaerkonsert_nn_1 = mkN "populдrkonsert" "populдrkonserter" ; - populaervetenskaplig_av_1 = mkA "populдrvetenskaplig" ; - popularisator_nn_1 = mkN "popularisator" "popularisatorer" ; - popularitet_nn_1 = mkN "popularitet" "populariteter" ; - population_nn_1 = mkN "population" "populationer" ; - populist_nn_1 = mkN "populist" "populister" ; - por_nn_1 = mkN "por" "poren" "porer" "porerna" ; - porfyr_nn_1 = mkN "porfyr" "porfyrer" ; - porig_av_1 = mkA "porig" ; - pormask_nn_1 = mkN "pormask" ; - pornografisk_av_1 = mkA "pornografisk" ; - poroes_av_1 = mkA "porцs" ; - porositet_nn_1 = mkN "porositet" "porositeter" ; - porrig_av_1 = mkA "porrig" ; - porrklubb_nn_1 = mkN "porrklubb" ; - porrtidning_nn_1 = mkN "porrtidning" ; - porslin_nn_1 = mkN "porslin" "porslinet" "porsliner" "porslinerna" ; - porslinsdegel_nn_1 = mkN "porslinsdegel" ; - porslinsfaerg_nn_1 = mkN "porslinsfдrg" "porslinsfдrger" ; - porslinsfigur_nn_1 = mkN "porslinsfigur" "porslinsfigurer" ; - porslinsfilter_nn_1 = mkN "porslinsfilter" neutrum ; - porslinstillverkning_nn_1 = mkN "porslinstillverkning" ; - porsvamp_nn_1 = mkN "porsvamp" ; - port_nn_1 = mkN "port" ; - portabel_av_1 = mkA "portabel" "portabelt" "portabla" "portabla" "portablare" "portablast" "portablaste" ; - portal_nn_1 = mkN "portal" "portaler" ; - portalfigur_nn_1 = mkN "portalfigur" "portalfigurer" ; - portalgestalt_nn_1 = mkN "portalgestalt" "portalgestalter" ; - portamento_nn_1 = mkN "portamento" "portamentot" "portamenton" "portamentona" ; - portativ_av_1 = mkA "portativ" ; - portepe_nn_1 = mkN "portepй" "portepйer" ; - porter_nn_1 = mkN "porter" "portern" "porter" "porterna" ; - portfoelj_nn_1 = mkN "portfцlj" "portfцljer" ; - portfoerbjuda_vb_1 = mkV "portfцrbjuda" "portfцrbjцd" "portfцrbjudit" ; - portfoerbud_nn_1 = mkN "portfцrbud" neutrum ; - portgaang_nn_1 = mkN "portgеng" ; - portiaer_nn_1 = mkN "portiдr" "portiдrer" ; - portier_nn_1 = mkN "portier" "portierer" ; - portik_nn_1 = mkN "portik" "portiker" ; - portion_nn_1 = mkN "portion" "portioner" ; - portklapp_nn_1 = mkN "portklapp" ; - portmonnae_nn_1 = mkN "portmonnд" "portmonnдn" "portmonnдer" "portmonnдerna" ; - porto_nn_1 = mkN "porto" "portot" "porton" "portona" ; - portoer_nn_1 = mkN "portцr" "portцrer" ; - portofri_av_1 = mkA "portofri" "portofritt" ; - portraett_nn_1 = mkN "portrдtt" neutrum ; - portraettlik_av_1 = mkA "portrдttlik" ; - portraettoer_nn_1 = mkN "portrдttцr" "portrдttцrer" ; - porttelefon_nn_1 = mkN "porttelefon" "porttelefoner" ; - portugis_nn_1 = mkN "portugis" "portugiser" ; - portugisisk_av_1 = mkA "portugisisk" ; - portugisiska_nn_2 = mkN "portugisiska" ; - portvakt_nn_1 = mkN "portvakt" "portvakter" ; - portvin_nn_1 = mkN "portvin" "portvinet" "portviner" "portvinerna" ; - portvinstaa_nn_1 = mkN "portvinstе" "portvinstеn" "portvinstеr" "portvinstеrna" ; - pose_nn_1 = mkN "pose" "poser" ; - posering_nn_1 = mkN "posering" ; - position_nn_1 = mkN "position" "positioner" ; - positiv_av_1 = mkA "positiv" ; - positiv_nn_1 = mkN "positiv" neutrum ; - positiv_nn_2 = mkN "positiv" "positiver" ; - positivhalare_nn_1 = mkN "positivhalare" "positivhalare" ; - positivist_nn_1 = mkN "positivist" "positivister" ; - positivistisk_av_1 = mkA "positivistisk" ; - positron_nn_1 = mkN "positron" "positroner" ; - posoer_nn_1 = mkN "posцr" "posцrer" ; - possession_nn_1 = mkN "possession" "possessioner" ; - possessionat_nn_1 = mkN "possessionat" "possessionater" ; - possessiv_av_1 = mkA "possessiv" ; - post_nn_1 = mkN "post" "poster" ; - postadress_nn_1 = mkN "postadress" "postadresser" ; - postal_av_1 = mkA "postal" ; - postament_nn_1 = mkN "postament" neutrum ; - postanstalt_nn_1 = mkN "postanstalt" "postanstalter" ; - postanvisning_nn_1 = mkN "postanvisning" ; - postbox_nn_1 = mkN "postbox" ; - poster_nn_1 = mkN "poster" ; - postering_nn_1 = mkN "postering" ; - postexpedition_nn_1 = mkN "postexpedition" "postexpeditioner" ; - postfack_nn_1 = mkN "postfack" neutrum ; - postfoersaendelse_nn_1 = mkN "postfцrsдndelse" "postfцrsдndelser" ; - postfoerskott_nn_1 = mkN "postfцrskott" neutrum ; - postgiro_nn_1 = mkN "postgiro" "postgirot" "postgiron" "postgirona" ; - postgirokonto_nn_1 = mkN "postgirokonto" "postgirokontot" "postgirokonton" "postgirokontona" ; - postglacial_av_1 = mkA "postglacial" ; - postgymnasial_av_1 = mkA "postgymnasial" ; - posthorn_nn_1 = mkN "posthorn" neutrum ; - postiljon_nn_1 = mkN "postiljon" "postiljoner" ; - postindustriell_av_1 = mkA "postindustriell" ; - postisch_nn_1 = mkN "postisch" "postischer" ; - postkontor_nn_1 = mkN "postkontor" neutrum ; - postkort_nn_1 = mkN "postkort" neutrum ; - postkupe_nn_1 = mkN "postkupй" "postkupйer" ; - postludium_nn_1 = mkN "postludium" "postludiet" "postludier" "postludierna" ; - postmaestare_nn_1 = mkN "postmдstare" "postmдstare" ; - postnatal_av_1 = mkA "postnatal" ; - postnummer_nn_1 = mkN "postnummer" neutrum ; - posto_ab_1 = mkAdv "posto" ; - postorderfoeretag_nn_1 = mkN "postorderfцretag" neutrum ; - postposition_nn_1 = mkN "postposition" "postpositioner" ; - postremissvaexel_nn_1 = mkN "postremissvдxel" ; - postroest_nn_1 = mkN "postrцst" "postrцster" ; - postseminarium_nn_1 = mkN "postseminarium" "postseminariet" "postseminarier" "postseminarierna" ; - postskriptum_nn_1 = mkN "postskriptum" neutrum ; - poststaempel_nn_1 = mkN "poststдmpel" ; - poststation_nn_1 = mkN "poststation" "poststationer" ; - posttjaensteman_nn_1 = mkN "posttjдnsteman" "posttjдnstemannen" "posttjдnstemдn" "posttjдnstemдnnen" ; - postulat_nn_1 = mkN "postulat" neutrum ; - postum_av_1 = mkA "postum" ; - postutdelning_nn_1 = mkN "postutdelning" ; - postvaexel_nn_1 = mkN "postvдxel" ; - postverk_nn_1 = mkN "postverk" neutrum ; - potage_nn_1 = mkN "potage" "potager" ; - potatis_nn_1 = mkN "potatis" ; - potatisliknande_av_1 = mkA "potatisliknande" ; - potatispure_nn_1 = mkN "potatispurй" "potatispurйer" ; - potatissallad_nn_1 = mkN "potatissallad" "potatissallader" ; - potatisvaext_nn_1 = mkN "potatisvдxt" "potatisvдxter" ; - potemkinkuliss_nn_1 = mkN "potemkinkuliss" "potemkinkulisser" ; - potens_nn_1 = mkN "potens" "potenser" ; - potent_av_1 = mkA "potent" "potent" ; - potentat_nn_1 = mkN "potentat" "potentater" ; - potential_nn_1 = mkN "potential" "potentialer" ; - potentiell_av_1 = mkA "potentiell" ; - potentiometer_nn_1 = mkN "potentiometer" ; - potpurri_nn_1 = mkN "potpurri" "potpurrit" "potpurrier" "potpurrierna" ; - pott_nn_1 = mkN "pott" "potter" ; - poulard_nn_1 = mkN "poulard" "poularder" ; - praalig_av_1 = mkA "prеlig" ; - praam_nn_1 = mkN "prеm" ; - praang_nn_1 = mkN "prеng" neutrum ; - praangleri_nn_1 = mkN "prеngleri" "prеnglerit" "prеnglerier" "prеnglerierna" ; - praegel_nn_1 = mkN "prдgel" ; - praegelvaerde_nn_1 = mkN "prдgelvдrde" ; - praegling_nn_1 = mkN "prдgling" ; - praektig_av_1 = mkA "prдktig" ; - praelle_nn_1 = mkN "prдlle" utrum ; - praent_nn_1 = mkN "prдnt" neutrum ; - praerie_nn_1 = mkN "prдrie" "prдrier" ; - praeriehund_nn_1 = mkN "prдriehund" ; - praerievarg_nn_1 = mkN "prдrievarg" ; - praest_nn_1 = mkN "prдst" "prдster" ; - praestbetyg_nn_1 = mkN "prдstbetyg" neutrum ; - praestdraekt_nn_1 = mkN "prдstdrдkt" "prдstdrдkter" ; - praesterlig_av_1 = mkA "prдsterlig" ; - praestgaard_nn_1 = mkN "prдstgеrd" ; - praestgaardslaenstol_nn_1 = mkN "prдstgеrdslдnstol" ; - praestgaell_nn_1 = mkN "prдstgдll" neutrum ; - praestinna_nn_1 = mkN "prдstinna" ; - praestkrage_nn_1 = mkN "prдstkrage" utrum ; - praestman_nn_1 = mkN "prдstman" "prдstmannen" "prдstmдn" "prдstmдnnen" ; - praestost_nn_1 = mkN "prдstost" ; - praestrock_nn_1 = mkN "prдstrock" ; - praestskrud_nn_1 = mkN "prдstskrud" ; - praesttillsaettning_nn_1 = mkN "prдsttillsдttning" ; - praestvaelde_nn_1 = mkN "prдstvдlde" ; - praestvigning_nn_1 = mkN "prдstvigning" ; - pragmatiker_nn_1 = mkN "pragmatiker" "pragmatikern" "pragmatiker" "pragmatikerna" ; - pragmatisk_av_1 = mkA "pragmatisk" ; - prakrit_nn_1 = mkN "prakrit" "prakriter" ; - praktbaegare_nn_1 = mkN "praktbдgare" "praktbдgare" ; - praktbagge_nn_1 = mkN "praktbagge" utrum ; - praktexempel_nn_1 = mkN "praktexempel" neutrum ; - praktfull_av_1 = mkA "praktfull" ; - praktikabel_av_1 = mkA "praktikabel" "praktikabelt" "praktikabla" "praktikabla" "praktikablare" "praktikablast" "praktikablaste" ; - praktikant_nn_1 = mkN "praktikant" "praktikanter" ; - praktiker_nn_1 = mkN "praktiker" "praktikern" "praktiker" "praktikerna" ; - praktiktjaenstgoering_nn_1 = mkN "praktiktjдnstgцring" ; - praktisk_av_1 = mkA "praktisk" ; - praktmaalning_nn_1 = mkN "praktmеlning" ; - praktpjaes_nn_1 = mkN "praktpjдs" "praktpjдser" ; - praktverk_nn_1 = mkN "praktverk" neutrum ; - pralin_nn_1 = mkN "pralin" "praliner" ; - pratbubbla_nn_1 = mkN "pratbubbla" ; - pratig_av_1 = mkA "pratig" ; - pratkvarn_nn_1 = mkN "pratkvarn" ; - pratmakare_nn_1 = mkN "pratmakare" "pratmakare" ; - pratsam_av_1 = mkA "pratsam" "pratsamt" "pratsamma" "pratsamma" "pratsammare" "pratsammast" "pratsammaste" ; - pratsjuk_av_1 = mkA "pratsjuk" ; - prebende_nn_1 = mkN "prebende" ; - precedensfall_nn_1 = mkN "precedensfall" neutrum ; - preceptor_nn_1 = mkN "preceptor" "preceptorer" ; - preceptur_nn_1 = mkN "preceptur" "precepturer" ; - precioes_av_1 = mkA "preciцs" ; - preciosa_nn_1 = mkN "preciosa" "preciosan" "preciosa" "preciosana" ; - preciositet_nn_1 = mkN "preciositet" "preciositeter" ; - precis_ab_1 = mkAdv "precis" ; - precisionsroerelse_nn_1 = mkN "precisionsrцrelse" "precisionsrцrelser" ; - predator_nn_1 = mkN "predator" "predatorer" ; - predikament_nn_1 = mkN "predikament" neutrum ; - predikant_nn_1 = mkN "predikant" "predikanter" ; - predikare_nn_1 = mkN "predikare" "predikare" ; - predikat_nn_1 = mkN "predikat" neutrum ; - predikativ_av_1 = mkA "predikativ" ; - predikativ_nn_1 = mkN "predikativ" neutrum ; - predikatlogisk_av_1 = mkA "predikatlogisk" ; - predikatsfyllnad_nn_1 = mkN "predikatsfyllnad" "predikatsfyllnader" ; - predikning_nn_1 = mkN "predikning" ; - predikokonst_nn_1 = mkN "predikokonst" "predikokonster" ; - predikosamling_nn_1 = mkN "predikosamling" ; - predikotext_nn_1 = mkN "predikotext" "predikotexter" ; - predikotur_nn_1 = mkN "predikotur" "predikoturer" ; - predikstol_nn_1 = mkN "predikstol" ; - prefekt_nn_1 = mkN "prefekt" "prefekter" ; - prefektur_nn_1 = mkN "prefektur" "prefekturer" ; - preferens_nn_1 = mkN "preferens" "preferenser" ; - preferensaktie_nn_1 = mkN "preferensaktie" "preferensaktier" ; - prefix_nn_1 = mkN "prefix" neutrum ; - preglacial_av_1 = mkA "preglacial" ; - pregnant_av_1 = mkA "pregnant" "pregnant" ; - prehistorisk_av_1 = mkA "prehistorisk" ; - prejudicerande_av_1 = mkA "prejudicerande" ; - prejudikat_nn_1 = mkN "prejudikat" neutrum ; - prekaer_av_1 = mkA "prekдr" ; - prelat_nn_1 = mkN "prelat" "prelater" ; - preliminaer_av_1 = mkA "preliminдr" ; - preludium_nn_1 = mkN "preludium" "preludiet" "preludier" "preludierna" ; - premiaer_nn_1 = mkN "premiдr" "premiдrer" ; - premiaerminister_nn_1 = mkN "premiдrminister" ; - premie_nn_1 = mkN "premie" "premier" ; - premiebetalare_nn_1 = mkN "premiebetalare" "premiebetalare" ; - premiegill_av_1 = mkA "premiegill" ; - premielaan_nn_1 = mkN "premielеn" neutrum ; - premieobligation_nn_1 = mkN "premieobligation" "premieobligationer" ; - premiss_nn_1 = mkN "premiss" "premisser" ; - premium_nn_1 = mkN "premium" "premiet" "premier" "premierna" ; - premolar_nn_1 = mkN "premolar" "premolarer" ; - prenatal_av_1 = mkA "prenatal" ; - prenumerant_nn_1 = mkN "prenumerant" "prenumeranter" ; - prenumeration_nn_1 = mkN "prenumeration" "prenumerationer" ; - preparand_nn_1 = mkN "preparand" "preparander" ; - preparat_nn_1 = mkN "preparat" neutrum ; - preparation_nn_1 = mkN "preparation" "preparationer" ; - preparator_nn_1 = mkN "preparator" "preparatorer" ; - preparatris_nn_1 = mkN "preparatris" "preparatriser" ; - preposition_nn_1 = mkN "preposition" "prepositioner" ; - prepositionell_av_1 = mkA "prepositionell" ; - prepositionskasus_nn_1 = mkN "prepositionskasus" neutrum ; - prepositionsuttryck_nn_1 = mkN "prepositionsuttryck" neutrum ; - prerogativ_nn_1 = mkN "prerogativ" neutrum ; - presbyter_nn_1 = mkN "presbyter" "presbytern" "presbyterer" "presbytererna" ; - presbyterian_nn_1 = mkN "presbyterian" "presbyterianer" ; - presenning_nn_1 = mkN "presenning" ; - presens_nn_1 = mkN "presens" neutrum ; - presensparticip_nn_1 = mkN "presensparticip" neutrum ; - present_av_1 = mkA "present" "present" ; - present_nn_1 = mkN "present" "presenter" ; - presentabel_av_1 = mkA "presentabel" "presentabelt" "presentabla" "presentabla" "presentablare" "presentablast" "presentablaste" ; - presentation_nn_1 = mkN "presentation" "presentationer" ; - presentatoer_nn_1 = mkN "presentatцr" "presentatцrer" ; - presentkort_nn_1 = mkN "presentkort" neutrum ; - preservativ_nn_1 = mkN "preservativ" neutrum ; - preses_nn_1 = mkN "preses" "preses" "presides" "presesarna" ; - president_nn_1 = mkN "president" "presidenter" ; - presidentskap_nn_1 = mkN "presidentskap" "presidentskapet" "presidentskapen" "presidentskapena" ; - presidentur_nn_1 = mkN "presidentur" "presidenturer" ; - presidentval_nn_1 = mkN "presidentval" neutrum ; - presidium_nn_1 = mkN "presidium" "presidiet" "presidier" "presidierna" ; - preskription_nn_1 = mkN "preskription" "preskriptioner" ; - preskriptionstid_nn_1 = mkN "preskriptionstid" "preskriptionstider" ; - press_nn_1 = mkN "press" ; - pressare_nn_1 = mkN "pressare" "pressare" ; - presschef_nn_1 = mkN "presschef" "presschefer" ; - presseri_nn_1 = mkN "presseri" "presserit" "presserier" "presserierna" ; - pressfotograf_nn_1 = mkN "pressfotograf" "pressfotografer" ; - pressgranne_nn_1 = mkN "pressgranne" utrum ; - pressjaern_nn_1 = mkN "pressjдrn" neutrum ; - presskommissarie_nn_1 = mkN "presskommissarie" "presskommissarier" ; - presskonferens_nn_1 = mkN "presskonferens" "presskonferenser" ; - presskort_nn_1 = mkN "presskort" neutrum ; - presslaeggning_nn_1 = mkN "presslдggning" ; - presslaektare_nn_1 = mkN "presslдktare" "presslдktare" ; - pressmaskin_nn_1 = mkN "pressmaskin" "pressmaskiner" ; - pressmottagning_nn_1 = mkN "pressmottagning" ; - pressning_nn_1 = mkN "pressning" ; - pressorgan_nn_1 = mkN "pressorgan" neutrum ; - pressrelease_nn_1 = mkN "pressrelease" "pressreleaser" ; - pressrevider_nn_1 = mkN "pressrevider" "pressrevideret" "pressrevider" "pressrevideren" ; - presstopp_nn_1 = mkN "presstopp" neutrum ; - pressveck_nn_1 = mkN "pressveck" neutrum ; - prestanda_nn_1 = mkN "prestanda" "prestandan" "prestanda" "prestandana" ; - prestation_nn_1 = mkN "prestation" "prestationer" ; - prestav_nn_1 = mkN "prestav" "prestaver" ; - presto_ab_1 = mkAdv "presto" ; - presto_nn_1 = mkN "presto" "prestot" "preston" "prestona" ; - presumtiv_av_1 = mkA "presumtiv" ; - pretendent_nn_1 = mkN "pretendent" "pretendenter" ; - pretentioes_av_1 = mkA "pretentiцs" ; - pretention_nn_1 = mkN "pretention" "pretentioner" ; - preteritum_nn_1 = mkN "preteritum" "preteritum" "preteriter" "preteriterna" ; - pretext_nn_1 = mkN "pretext" "pretexter" ; - pretioes_av_1 = mkA "pretiцs" ; - pretiosa_nn_1 = mkN "pretiosa" "pretiosan" "pretiosa" "pretiosana" ; - pretiositet_nn_1 = mkN "pretiositet" "pretiositeter" ; - pretor_nn_1 = mkN "pretor" "pretorer" ; - pretorian_nn_1 = mkN "pretorian" "pretorianer" ; - pretto_nn_1 = mkN "pretto" "prettot" "pretton" "prettona" ; - preussare_nn_1 = mkN "preussare" "preussare" ; - preussisk_av_1 = mkA "preussisk" ; - preventiv_av_1 = mkA "preventiv" ; - preventivkrig_nn_1 = mkN "preventivkrig" neutrum ; - preventivmedel_nn_1 = mkN "preventivmedel" neutrum ; - prick_ab_1 = mkAdv "prick" ; - prick_nn_1 = mkN "prick" ; - prickare_nn_1 = mkN "prickare" "prickare" ; - prickfri_av_1 = mkA "prickfri" "prickfritt" ; - prickig_av_1 = mkA "prickig" ; - pricksaeker_av_1 = mkA "pricksдker" "pricksдkert" "pricksдkra" "pricksдkra" "pricksдkrare" "pricksдkrast" "pricksдkraste" ; - prickskytt_nn_1 = mkN "prickskytt" ; - prillig_av_1 = mkA "prillig" ; - prim_nn_1 = mkN "prim" "primer" ; - prima_av_1 = mkA "prima" ; - primaer_av_1 = mkA "primдr" ; - primaergrupp_nn_1 = mkN "primдrgrupp" "primдrgrupper" ; - primaerkommun_nn_1 = mkN "primдrkommun" "primдrkommuner" ; - primaerkredit_nn_1 = mkN "primдrkredit" "primдrkrediter" ; - primaerlaan_nn_1 = mkN "primдrlеn" neutrum ; - primaerminne_nn_1 = mkN "primдrminne" ; - primaerval_nn_1 = mkN "primдrval" neutrum ; - primalskrik_nn_1 = mkN "primalskrik" neutrum ; - primarie_nn_1 = mkN "primarie" "primarier" ; - primat_nn_2 = mkN "primat" "primater" ; - primfaktor_nn_1 = mkN "primfaktor" "primfaktorer" ; - primitiv_av_1 = mkA "primitiv" ; - primitivistisk_av_1 = mkA "primitivistisk" ; - primitivitet_nn_1 = mkN "primitivitet" "primitiviteter" ; - primoer_nn_1 = mkN "primцr" "primцrer" ; - primtal_nn_1 = mkN "primtal" "primtalet" "primtalen" "primtalena" ; - primuskoek_nn_1 = mkN "primuskцk" neutrum ; - princip_nn_1 = mkN "princip" "principer" ; - principal_nn_1 = mkN "principal" "principaler" ; - principfast_av_1 = mkA "principfast" "principfast" ; - principfoerklaring_nn_1 = mkN "principfцrklaring" ; - principiell_av_1 = mkA "principiell" ; - principmaenniska_nn_1 = mkN "principmдnniska" ; - principprogram_nn_1 = mkN "principprogram" "principprogrammet" "principprogram" "principprogrammen" ; - principryttare_nn_1 = mkN "principryttare" "principryttare" ; - prins_nn_1 = mkN "prins" ; - prinsessklaenning_nn_1 = mkN "prinsessklдnning" ; - prinsgemaal_nn_1 = mkN "prinsgemеl" "prinsgemеler" ; - prinskorv_nn_1 = mkN "prinskorv" ; - prinsregent_nn_1 = mkN "prinsregent" "prinsregenter" ; - prior_nn_1 = mkN "prior" "priorer" ; - priorinna_nn_1 = mkN "priorinna" ; - prioritet_nn_1 = mkN "prioritet" "prioriteter" ; - pris_nn_1 = mkN "pris" neutrum ; - pris_nn_3 = mkN "pris" "priser" ; - pris_nn_4 = mkN "pris" ; - prisbillig_av_1 = mkA "prisbillig" ; - prisbomb_nn_1 = mkN "prisbomb" "prisbomber" ; - prisboxare_nn_1 = mkN "prisboxare" "prisboxare" ; - prischock_nn_1 = mkN "prischock" "prischocker" ; - priselasticitet_nn_1 = mkN "priselasticitet" "priselasticiteter" ; - prisfall_nn_1 = mkN "prisfall" neutrum ; - prisfoeraendring_nn_1 = mkN "prisfцrдndring" ; - prisge_vb_1 = mkV "prisge" "prisger" "prisge" "prisgav" "prisgett" "prisgiven" ; - prishoejning_nn_1 = mkN "prishцjning" ; - priskrig_nn_1 = mkN "priskrig" neutrum ; - priskurant_nn_1 = mkN "priskurant" "priskuranter" ; - prislapp_nn_1 = mkN "prislapp" ; - prisma_nn_1 = mkN "prisma" ; - prismakikare_nn_1 = mkN "prismakikare" "prismakikare" ; - prismatisk_av_1 = mkA "prismatisk" ; - prismedveten_av_1 = mkA "prismedveten" "prismedvetet" ; - prisnivaa_nn_1 = mkN "prisnivе" "prisnivеer" ; - prisoekning_nn_1 = mkN "prisцkning" ; - prisreglering_nn_1 = mkN "prisreglering" ; - prissaettning_nn_1 = mkN "prissдttning" ; - prisse_nn_1 = mkN "prisse" utrum ; - prissensation_nn_1 = mkN "prissensation" "prissensationer" ; - prisstegring_nn_1 = mkN "prisstegring" ; - prisstopp_nn_1 = mkN "prisstopp" neutrum ; - pristaevling_nn_1 = mkN "pristдvling" ; - pristagare_nn_1 = mkN "pristagare" "pristagare" ; - pristak_nn_1 = mkN "pristak" neutrum ; - prisvaerd_av_1 = mkA "prisvдrd" "prisvдrt" ; - prisvariation_nn_1 = mkN "prisvariation" "prisvariationer" ; - privat_av_1 = mkA "privat" "privat" ; - privataegd_av_1 = mkA "privatдgd" "privatдgt" ; - privatbank_nn_1 = mkN "privatbank" "privatbanker" ; - privatbil_nn_1 = mkN "privatbil" ; - privatdetektiv_nn_1 = mkN "privatdetektiv" "privatdetektiver" ; - privatdiskontoer_nn_1 = mkN "privatdiskontцr" "privatdiskontцrer" ; - privatekonomisk_av_1 = mkA "privatekonomisk" ; - privatim_ab_1 = mkAdv "privatim" ; - privatist_nn_1 = mkN "privatist" "privatister" ; - privatkapital_nn_1 = mkN "privatkapital" neutrum ; - privatlaan_nn_1 = mkN "privatlеn" neutrum ; - privatlaekare_nn_1 = mkN "privatlдkare" "privatlдkare" ; - privatlaerare_nn_1 = mkN "privatlдrare" "privatlдrare" ; - privatlektion_nn_1 = mkN "privatlektion" "privatlektioner" ; - privatman_nn_1 = mkN "privatman" "privatmannen" "privatmдn" "privatmдnnen" ; - privatperson_nn_1 = mkN "privatperson" "privatpersoner" ; - privatpraktiker_nn_1 = mkN "privatpraktiker" "privatpraktikern" "privatpraktiker" "privatpraktikerna" ; - privatpraktiserande_av_1 = mkA "privatpraktiserande" ; - privatsak_nn_1 = mkN "privatsak" "privatsaker" ; - privatsekreterare_nn_1 = mkN "privatsekreterare" "privatsekreterare" ; - privattryck_nn_1 = mkN "privattryck" neutrum ; - privilegiebrev_nn_1 = mkN "privilegiebrev" neutrum ; - privilegium_nn_1 = mkN "privilegium" "privilegiet" "privilegier" "privilegierna" ; - probabel_av_1 = mkA "probabel" "probabelt" "probabla" "probabla" "probablare" "probablast" "probablaste" ; - probabilistisk_av_1 = mkA "probabilistisk" ; - probabilitet_nn_1 = mkN "probabilitet" "probabiliteter" ; - probat_av_1 = mkA "probat" "probat" ; - problem_nn_1 = mkN "problem" neutrum ; - problematisk_av_1 = mkA "problematisk" ; - problembarn_nn_1 = mkN "problembarn" neutrum ; - problemfri_av_1 = mkA "problemfri" "problemfritt" ; - problemstaellning_nn_1 = mkN "problemstдllning" ; - procedur_nn_1 = mkN "procedur" "procedurer" ; - procent_nn_1 = mkN "procent" "procenten" "procent" "procenten" ; - procentare_nn_1 = mkN "procentare" "procentare" ; - procentenhet_nn_1 = mkN "procentenhet" "procentenheter" ; - procentisk_av_1 = mkA "procentisk" ; - procentuell_av_1 = mkA "procentuell" ; - procentvaerde_nn_1 = mkN "procentvдrde" ; - process_nn_1 = mkN "process" "processer" ; - processindustri_nn_1 = mkN "processindustri" "processindustrier" ; - procession_nn_1 = mkN "procession" "processioner" ; - processuell_av_1 = mkA "processuell" ; - producent_nn_1 = mkN "producent" "producenter" ; - produkt_nn_1 = mkN "produkt" "produkter" ; - produktion_nn_1 = mkN "produktion" "produktioner" ; - produktionsapparat_nn_1 = mkN "produktionsapparat" "produktionsapparater" ; - produktionsfaktor_nn_1 = mkN "produktionsfaktor" "produktionsfaktorer" ; - produktionsfoerhaallande_nn_1 = mkN "produktionsfцrhеllande" ; - produktionsmedel_nn_1 = mkN "produktionsmedel" neutrum ; - produktionsskatt_nn_1 = mkN "produktionsskatt" "produktionsskatter" ; - produktionsteknik_nn_1 = mkN "produktionsteknik" "produktionstekniker" ; - produktiv_av_1 = mkA "produktiv" ; - produktivitet_nn_1 = mkN "produktivitet" "produktiviteter" ; - produktivkraft_nn_1 = mkN "produktivkraft" "produktivkrafter" ; - produktmaengd_nn_1 = mkN "produktmдngd" "produktmдngder" ; - proevande_av_1 = mkA "prцvande" ; - proevning_nn_1 = mkN "prцvning" ; - proevostund_nn_1 = mkN "prцvostund" "prцvostunder" ; - proevotid_nn_1 = mkN "prцvotid" "prцvotider" ; - profan_av_1 = mkA "profan" ; - profanation_nn_1 = mkN "profanation" "profanationer" ; - profession_nn_1 = mkN "profession" "professioner" ; - professionell_av_1 = mkA "professionell" ; - professor_nn_1 = mkN "professor" "professorer" ; - professorlig_av_1 = mkA "professorlig" ; - professur_nn_1 = mkN "professur" "professurer" ; - profet_nn_1 = mkN "profet" "profeter" ; - profetisk_av_1 = mkA "profetisk" ; - proffs_nn_1 = mkN "proffs" neutrum ; - proffsig_av_1 = mkA "proffsig" ; - profil_nn_1 = mkN "profil" "profiler" ; - profit_nn_1 = mkN "profit" "profiter" ; - profithaj_nn_1 = mkN "profithaj" ; - profitoer_nn_1 = mkN "profitцr" "profitцrer" ; - profoss_nn_1 = mkN "profoss" "profosser" ; - profylaktisk_av_1 = mkA "profylaktisk" ; - prognat_av_1 = mkA "prognat" "prognat" ; - prognos_nn_1 = mkN "prognos" "prognoser" ; - prognostisk_av_1 = mkA "prognostisk" ; - program_nn_1 = mkN "program" "programmet" "program" "programmen" ; - programbudget_nn_1 = mkN "programbudget" ; - programenlig_av_1 = mkA "programenlig" ; - programland_nn_1 = mkN "programland" "programlandet" "programlдnder" "programlдnderna" ; - programledare_nn_1 = mkN "programledare" "programledare" ; - programmatisk_av_1 = mkA "programmatisk" ; - programmerare_nn_1 = mkN "programmerare" "programmerare" ; - programmeringsspraak_nn_1 = mkN "programmeringssprеk" neutrum ; - programmotek_nn_1 = mkN "programmotek" neutrum ; - programpunkt_nn_1 = mkN "programpunkt" "programpunkter" ; - programskrift_nn_1 = mkN "programskrift" "programskrifter" ; - programspraak_nn_1 = mkN "programsprеk" neutrum ; - programutgivare_nn_1 = mkN "programutgivare" "programutgivare" ; - programvaeljare_nn_1 = mkN "programvдljare" "programvдljare" ; - progression_nn_1 = mkN "progression" "progressioner" ; - progressiv_av_1 = mkA "progressiv" ; - progressivitet_nn_1 = mkN "progressivitet" "progressiviteter" ; - prohibitiv_av_1 = mkA "prohibitiv" ; - proinsulin_nn_1 = mkN "proinsulin" "proinsuliner" ; - projekt_nn_1 = mkN "projekt" neutrum ; - projektil_nn_1 = mkN "projektil" "projektiler" ; - projektion_nn_1 = mkN "projektion" "projektioner" ; - projektionsapparat_nn_1 = mkN "projektionsapparat" "projektionsapparater" ; - projektiv_av_1 = mkA "projektiv" ; - projektoer_nn_1 = mkN "projektцr" "projektцrer" ; - projektor_nn_1 = mkN "projektor" "projektorer" ; - prokansler_nn_1 = mkN "prokansler" "prokanslern" "prokanslerer" "prokanslererna" ; - proklamation_nn_1 = mkN "proklamation" "proklamationer" ; - proklitisk_av_1 = mkA "proklitisk" ; - prokrustesbaedd_nn_1 = mkN "prokrustesbдdd" ; - prokrustisk_av_1 = mkA "prokrustisk" ; - prokurator_nn_1 = mkN "prokurator" "prokuratorer" ; - prokurist_nn_1 = mkN "prokurist" "prokurister" ; - prolaktin_nn_1 = mkN "prolaktin" "prolaktiner" ; - prolaps_nn_1 = mkN "prolaps" "prolapser" ; - proletaer_av_1 = mkA "proletдr" ; - proletaer_nn_1 = mkN "proletдr" "proletдrer" ; - prolog_nn_1 = mkN "prolog" "prologer" ; - prolongation_nn_1 = mkN "prolongation" "prolongationer" ; - promenad_nn_1 = mkN "promenad" "promenader" ; - promenadkaepp_nn_1 = mkN "promenadkдpp" ; - promenadkonsert_nn_1 = mkN "promenadkonsert" "promenadkonserter" ; - promenadseger_nn_1 = mkN "promenadseger" ; - promenadstraak_nn_1 = mkN "promenadstrеk" neutrum ; - promenoar_nn_1 = mkN "promenoar" "promenoarer" ; - promille_nn_1 = mkN "promille" "promillen" "promille" "promillena" ; - prominens_nn_1 = mkN "prominens" "prominenser" ; - prominent_av_1 = mkA "prominent" "prominent" ; - promiskuitet_nn_1 = mkN "promiskuitet" "promiskuiteter" ; - promiskuoes_av_1 = mkA "promiskuцs" ; - promotion_nn_1 = mkN "promotion" "promotioner" ; - promotor_nn_1 = mkN "promotor" "promotorer" ; - promovend_nn_1 = mkN "promovend" "promovender" ; - prompt_ab_1 = mkAdv "prompt" ; - promulgation_nn_1 = mkN "promulgation" "promulgationer" ; - pronomen_nn_1 = mkN "pronomen" neutrum ; - pronominal_av_1 = mkA "pronominal" ; - pronominell_av_1 = mkA "pronominell" ; - prononciation_nn_1 = mkN "prononciation" "prononciationer" ; - propaa_nn_1 = mkN "propе" "propеer" ; - propagandaminister_nn_1 = mkN "propagandaminister" ; - propagandist_nn_1 = mkN "propagandist" "propagandister" ; - propagandistisk_av_1 = mkA "propagandistisk" ; - propedeutisk_av_1 = mkA "propedeutisk" ; - propeller_nn_1 = mkN "propeller" ; - propellerplan_nn_1 = mkN "propellerplan" neutrum ; - proper_av_1 = mkA "proper" "propert" "propra" "propra" "proprare" "proprast" "propraste" ; - proponent_nn_1 = mkN "proponent" "proponenter" ; - proportion_nn_1 = mkN "proportion" "proportioner" ; - proportional_nn_1 = mkN "proportional" "proportionaler" ; - proportionalitet_nn_1 = mkN "proportionalitet" "proportionaliteter" ; - proportionell_av_1 = mkA "proportionell" ; - proportionerlig_av_1 = mkA "proportionerlig" ; - proposition_nn_1 = mkN "proposition" "propositioner" ; - propp_nn_1 = mkN "propp" ; - proppfull_av_1 = mkA "proppfull" ; - proppmaett_av_1 = mkA "proppmдtt" ; - proppsaekring_nn_1 = mkN "proppsдkring" ; - proprietaer_nn_1 = mkN "proprietдr" "proprietдrer" ; - propyl_nn_1 = mkN "propyl" "propyler" ; - propyle_nn_1 = mkN "propylй" "propylйer" ; - prorektor_nn_1 = mkN "prorektor" "prorektorer" ; - prorogation_nn_1 = mkN "prorogation" "prorogationer" ; - prosadikt_nn_1 = mkN "prosadikt" "prosadikter" ; - prosaisk_av_1 = mkA "prosaisk" ; - prosaist_nn_1 = mkN "prosaist" "prosaister" ; - proscenium_nn_1 = mkN "proscenium" "prosceniet" "proscenier" "proscenierna" ; - prosektor_nn_1 = mkN "prosektor" "prosektorer" ; - proselyt_nn_1 = mkN "proselyt" "proselyter" ; - proseminarium_nn_1 = mkN "proseminarium" "proseminariet" "proseminarier" "proseminarierna" ; - proskription_nn_1 = mkN "proskription" "proskriptioner" ; - prosodi_nn_1 = mkN "prosodi" "prosodier" ; - prosodisk_av_1 = mkA "prosodisk" ; - prospekt_nn_1 = mkN "prospekt" neutrum ; - prost_nn_1 = mkN "prost" ; - prostatit_nn_1 = mkN "prostatit" "prostatiter" ; - prosteri_nn_1 = mkN "prosteri" "prosterit" "prosterier" "prosterierna" ; - protagonist_nn_1 = mkN "protagonist" "protagonister" ; - protege_nn_1 = mkN "protegй" "protegйer" ; - protein_nn_1 = mkN "protein" "proteinet" "proteiner" "proteinerna" ; - proteinanalys_nn_1 = mkN "proteinanalys" "proteinanalyser" ; - proteinbehov_nn_1 = mkN "proteinbehov" neutrum ; - proteinfabrik_nn_1 = mkN "proteinfabrik" "proteinfabriker" ; - proteinfamilj_nn_1 = mkN "proteinfamilj" "proteinfamiljer" ; - proteinforskning_nn_1 = mkN "proteinforskning" ; - proteinkedja_nn_1 = mkN "proteinkedja" ; - proteinkemist_nn_1 = mkN "proteinkemist" "proteinkemister" ; - proteinmolekyl_nn_1 = mkN "proteinmolekyl" "proteinmolekyler" ; - proteinnerbrytande_av_1 = mkA "proteinnerbrytande" ; - proteinrik_av_1 = mkA "proteinrik" ; - proteinslag_nn_1 = mkN "proteinslag" neutrum ; - proteisk_av_1 = mkA "proteisk" ; - protektionistisk_av_1 = mkA "protektionistisk" ; - protektor_nn_1 = mkN "protektor" "protektorer" ; - protektorat_nn_1 = mkN "protektorat" neutrum ; - protes_nn_1 = mkN "protes" "proteser" ; - protest_nn_1 = mkN "protest" "protester" ; - protestaktion_nn_1 = mkN "protestaktion" "protestaktioner" ; - protestant_nn_1 = mkN "protestant" "protestanter" ; - protestantisk_av_1 = mkA "protestantisk" ; - protestroerelse_nn_1 = mkN "protestrцrelse" "protestrцrelser" ; - protestvilja_nn_1 = mkN "protestvilja" ; - protokoll_nn_1 = mkN "protokoll" neutrum ; - protokollaer_av_1 = mkA "protokollдr" ; - protolys_nn_1 = mkN "protolys" "protolyser" ; - protolyt_nn_1 = mkN "protolyt" "protolyter" ; - proton_nn_1 = mkN "proton" "protoner" ; - protonkniv_nn_1 = mkN "protonkniv" ; - protonladdning_nn_1 = mkN "protonladdning" ; - prototyp_nn_1 = mkN "prototyp" "prototyper" ; - protozo_nn_1 = mkN "protozo" "protozon" "protozoer" "protozoerna" ; - protuberans_nn_1 = mkN "protuberans" "protuberanser" ; - prov_nn_1 = mkN "prov" neutrum ; - prov_nn_2 = mkN "prov" neutrum ; - provaar_nn_1 = mkN "provеr" neutrum ; - provare_nn_1 = mkN "provare" "provare" ; - proveniens_nn_1 = mkN "proveniens" "provenienser" ; - provensal_nn_1 = mkN "provensal" "provensaler" ; - provensalsk_av_1 = mkA "provensalsk" ; - provensalska_nn_2 = mkN "provensalska" ; - proverb_nn_1 = mkN "proverb" neutrum ; - provglas_nn_1 = mkN "provglas" neutrum ; - provie_nn_1 = mkN "provie" "provien" "provies" "proviesen" ; - provins_nn_1 = mkN "provins" "provinser" ; - provinsialism_nn_1 = mkN "provinsialism" "provinsialismer" ; - provinsiallaekare_nn_1 = mkN "provinsiallдkare" "provinsiallдkare" ; - provinsiell_av_1 = mkA "provinsiell" ; - provision_nn_1 = mkN "provision" "provisioner" ; - provisorisk_av_1 = mkA "provisorisk" ; - provisorium_nn_1 = mkN "provisorium" "provisoriet" "provisorier" "provisorierna" ; - provkoek_nn_1 = mkN "provkцk" neutrum ; - provokation_nn_1 = mkN "provokation" "provokationer" ; - provokativ_av_1 = mkA "provokativ" ; - provokatoer_nn_1 = mkN "provokatцr" "provokatцrer" ; - provokatorisk_av_1 = mkA "provokatorisk" ; - provraekning_nn_1 = mkN "provrдkning" ; - provroer_nn_1 = mkN "provrцr" neutrum ; - provroersbarn_nn_1 = mkN "provrцrsbarn" neutrum ; - provroersbefruktning_nn_1 = mkN "provrцrsbefruktning" ; - provrum_nn_1 = mkN "provrum" "provrummet" "provrum" "provrummen" ; - provryttare_nn_1 = mkN "provryttare" "provryttare" ; - provspraengning_nn_1 = mkN "provsprдngning" ; - provstopp_nn_1 = mkN "provstopp" neutrum ; - provtagning_nn_1 = mkN "provtagning" ; - provuppgift_nn_1 = mkN "provuppgift" "provuppgifter" ; - proximal_av_1 = mkA "proximal" ; - prudentlig_av_1 = mkA "prudentlig" ; - prunell_nn_1 = mkN "prunell" "pruneller" ; - prutgaas_nn_1 = mkN "prutgеs" "prutgеsen" "prutgдss" "prutgдssen" ; - prutt_nn_1 = mkN "prutt" ; - pruttig_av_1 = mkA "pruttig" ; - pryd_av_1 = mkA "pryd" ; - prydlig_av_1 = mkA "prydlig" ; - prydnad_nn_1 = mkN "prydnad" "prydnader" ; - prydnadsbuske_nn_1 = mkN "prydnadsbuske" utrum ; - prydnadsdetalj_nn_1 = mkN "prydnadsdetalj" "prydnadsdetaljer" ; - prydnadsfigur_nn_1 = mkN "prydnadsfigur" "prydnadsfigurer" ; - prydnadsfjaeder_nn_1 = mkN "prydnadsfjдder" ; - prydnadsfoeremaal_nn_1 = mkN "prydnadsfцremеl" neutrum ; - prydnadsgavel_nn_1 = mkN "prydnadsgavel" ; - prydnadslist_nn_1 = mkN "prydnadslist" "prydnadslister" ; - prydnadssoem_nn_1 = mkN "prydnadssцm" "prydnadssцmmen" "prydnadssцmmar" "prydnadssцmmarna" ; - prydnadsvaev_nn_1 = mkN "prydnadsvдv" ; - prydnadsvaext_nn_1 = mkN "prydnadsvдxt" "prydnadsvдxter" ; - pryl_nn_1 = mkN "pryl" ; - pryo_nn_1 = mkN "pryo" "pryor" ; - pryttel_nn_1 = mkN "pryttel" ; - psalm_nn_1 = mkN "psalm" "psalmer" ; - psalmbok_nn_1 = mkN "psalmbok" "psalmbцcker" ; - psalmdiktare_nn_1 = mkN "psalmdiktare" "psalmdiktare" ; - psalmist_nn_1 = mkN "psalmist" "psalmister" ; - psalmnummer_nn_1 = mkN "psalmnummer" neutrum ; - psalmodi_nn_1 = mkN "psalmodi" "psalmodier" ; - psalmodikon_nn_1 = mkN "psalmodikon" neutrum ; - psalmvers_nn_1 = mkN "psalmvers" ; - psaltare_nn_1 = mkN "psaltare" "psaltare" ; - pseudohaendelse_nn_1 = mkN "pseudohдndelse" "pseudohдndelser" ; - pseudonym_nn_1 = mkN "pseudonym" "pseudonymer" ; - psoriatiker_nn_1 = mkN "psoriatiker" "psoriatikern" "psoriatiker" "psoriatikerna" ; - psykedelisk_av_1 = mkA "psykedelisk" ; - psykiater_nn_1 = mkN "psykiater" "psykiatern" "psykiatrer" "psykiatrerna" ; - psykiatriker_nn_1 = mkN "psykiatriker" "psykiatrikern" "psykiatriker" "psykiatrikerna" ; - psykiatrisk_av_1 = mkA "psykiatrisk" ; - psykisk_av_1 = mkA "psykisk" ; - psykoanalys_nn_1 = mkN "psykoanalys" "psykoanalyser" ; - psykoanalytiker_nn_1 = mkN "psykoanalytiker" "psykoanalytikern" "psykoanalytiker" "psykoanalytikerna" ; - psykoanalytisk_av_1 = mkA "psykoanalytisk" ; - psykofarmaka_nn_1 = mkN "psykofarmaka" "psykofarmakan" "psykofarmaka" "psykofarmakana" ; - psykogen_av_1 = mkA "psykogen" ; - psykolog_nn_1 = mkN "psykolog" "psykologer" ; - psykologiprofessor_nn_1 = mkN "psykologiprofessor" "psykologiprofessorer" ; - psykologisk_av_1 = mkA "psykologisk" ; - psykopat_nn_1 = mkN "psykopat" "psykopater" ; - psykopati_nn_1 = mkN "psykopati" "psykopatier" ; - psykoprofylaktisk_av_1 = mkA "psykoprofylaktisk" ; - psykos_nn_1 = mkN "psykos" "psykoser" ; - psykosocial_av_1 = mkA "psykosocial" ; - psykosomatisk_av_1 = mkA "psykosomatisk" ; - psykoterapeut_nn_1 = mkN "psykoterapeut" "psykoterapeuter" ; - psykoterapi_nn_1 = mkN "psykoterapi" "psykoterapier" ; - psykotisk_av_1 = mkA "psykotisk" ; - psykrometer_nn_1 = mkN "psykrometer" ; - pub_nn_1 = mkN "pub" ; - pubertet_nn_1 = mkN "pubertet" "puberteter" ; - publicering_nn_1 = mkN "publicering" ; - publicist_nn_1 = mkN "publicist" "publicister" ; - publicistisk_av_1 = mkA "publicistisk" ; - publicitet_nn_1 = mkN "publicitet" "publiciteter" ; - publik_av_1 = mkA "publik" ; - publikan_nn_1 = mkN "publikan" "publikaner" ; - publikation_nn_1 = mkN "publikation" "publikationer" ; - publikdragande_av_1 = mkA "publikdragande" ; - publikfriande_av_1 = mkA "publikfriande" ; - puck_nn_1 = mkN "puck" ; - puckare_nn_1 = mkN "puckare" "puckare" ; - puckel_nn_1 = mkN "puckel" ; - puckeloxe_nn_1 = mkN "puckeloxe" utrum ; - puckelpist_nn_1 = mkN "puckelpist" "puckelpister" ; - puckelrygg_nn_1 = mkN "puckelrygg" ; - puckelryggig_av_1 = mkA "puckelryggig" ; - pucklig_av_1 = mkA "pucklig" ; - pudding_nn_1 = mkN "pudding" ; - pudel_nn_1 = mkN "pudel" ; - puderkraem_nn_1 = mkN "puderkrдm" "puderkrдmer" ; - puderunderlag_nn_1 = mkN "puderunderlag" neutrum ; - pudrig_av_1 = mkA "pudrig" ; - pueril_av_1 = mkA "pueril" ; - puerilitet_nn_1 = mkN "puerilitet" "pueriliteter" ; - puff_nn_1 = mkN "puff" ; - puffaerm_nn_1 = mkN "puffдrm" ; - puffert_nn_1 = mkN "puffert" ; - pugilist_nn_1 = mkN "pugilist" "pugilister" ; - puke_nn_1 = mkN "puke" utrum ; - pullmanvagn_nn_1 = mkN "pullmanvagn" ; - pullover_nn_1 = mkN "pullover" ; - pulpet_nn_1 = mkN "pulpet" "pulpeter" ; - pulpettak_nn_1 = mkN "pulpettak" neutrum ; - pulpit_nn_1 = mkN "pulpit" ; - puls_nn_1 = mkN "puls" ; - puls_nn_2 = mkN "puls" "pulser" ; - pulsaader_nn_1 = mkN "pulsеder" "pulsеdern" "pulsеdror" "pulsеdrorna" ; - pulsar_nn_1 = mkN "pulsar" "pulsarer" ; - pulsslag_nn_1 = mkN "pulsslag" neutrum ; - pulstaag_nn_1 = mkN "pulstеg" neutrum ; - pult_nn_1 = mkN "pult" "pulter" ; - pultron_nn_1 = mkN "pultron" "pultroner" ; - pulver_nn_1 = mkN "pulver" neutrum ; - pulverslaeckare_nn_1 = mkN "pulverslдckare" "pulverslдckare" ; - pump_nn_1 = mkN "pump" ; - pumpernickel_nn_1 = mkN "pumpernickel" ; - pumpkolv_nn_1 = mkN "pumpkolv" ; - pumpstoevel_nn_1 = mkN "pumpstцvel" ; - punch_nn_1 = mkN "punch" ; - pund_nn_1 = mkN "pund" neutrum ; - pundare_nn_1 = mkN "pundare" "pundare" ; - pundhuvud_nn_1 = mkN "pundhuvud" "pundhuvudet" "pundhuvuden" "pundhuvudena" ; - pundig_av_1 = mkA "pundig" ; - pundkris_nn_1 = mkN "pundkris" "pundkriser" ; - pung_nn_1 = mkN "pung" ; - pungbjoern_nn_1 = mkN "pungbjцrn" ; - pungdjur_nn_1 = mkN "pungdjur" neutrum ; - pungsten_nn_1 = mkN "pungsten" "pungstenen" "pungstenar" "pungstenarna" ; - punisk_av_1 = mkA "punisk" ; - punkare_nn_1 = mkN "punkare" "punkare" ; - punkfrisyr_nn_1 = mkN "punkfrisyr" "punkfrisyrer" ; - punkt_nn_1 = mkN "punkt" "punkter" ; - punktering_nn_1 = mkN "punktering" ; - punkthus_nn_1 = mkN "punkthus" neutrum ; - punktion_nn_1 = mkN "punktion" "punktioner" ; - punktlig_av_1 = mkA "punktlig" ; - punktmaengd_nn_1 = mkN "punktmдngd" "punktmдngder" ; - punktskatt_nn_1 = mkN "punktskatt" "punktskatter" ; - punktuell_av_1 = mkA "punktuell" ; - punktur_nn_1 = mkN "punktur" "punkturer" ; - punktvis_ab_1 = mkAdv "punktvis" ; - puns_nn_1 = mkN "puns" ; - pupill_nn_1 = mkN "pupill" "pupiller" ; - pupillfoerstorande_av_1 = mkA "pupillfцrstorande" ; - pur_av_1 = mkA "pur" ; - pure_nn_1 = mkN "purй" "purйer" ; - purgativ_nn_1 = mkN "purgativ" neutrum ; - purin_nn_1 = mkN "purin" "puriner" ; - purism_nn_1 = mkN "purism" "purismer" ; - purist_nn_1 = mkN "purist" "purister" ; - puritan_nn_1 = mkN "puritan" "puritaner" ; - puritansk_av_1 = mkA "puritansk" ; - purjoloek_nn_1 = mkN "purjolцk" ; - purken_av_1 = mkA "purken" "purket" ; - purser_nn_1 = mkN "purser" ; - puss_nn_1 = mkN "puss" ; - pussel_nn_1 = mkN "pussel" neutrum ; - pusselbit_nn_1 = mkN "pusselbit" ; - pussig_av_1 = mkA "pussig" ; - pusskalas_nn_1 = mkN "pusskalas" neutrum ; - pust_nn_1 = mkN "pust" ; - pustel_nn_1 = mkN "pustel" "pusteln" "pustler" "pustlerna" ; - putig_av_1 = mkA "putig" ; - puts_nn_2 = mkN "puts" neutrum ; - putsch_nn_1 = mkN "putsch" "putscher" ; - putslustig_av_1 = mkA "putslustig" ; - putt_av_1 = mkA "putt" ; - putt_nn_1 = mkN "putt" ; - putte_nn_1 = mkN "putte" utrum ; - puttefnask_nn_1 = mkN "puttefnask" ; - putting_nn_1 = mkN "putting" ; - putto_nn_1 = mkN "putto" "putton" "putti" "puttina" ; - puttrig_av_1 = mkA "puttrig" ; - puzzle_nn_1 = mkN "puzzle" "puzzlet" "puzzle" "puzzlen" ; - pyelit_nn_1 = mkN "pyelit" "pyeliter" ; - pygme_nn_1 = mkN "pygmй" "pygmйer" ; - pyjamas_nn_1 = mkN "pyjamas" ; - pykniker_nn_1 = mkN "pykniker" "pyknikern" "pykniker" "pyknikerna" ; - pyknisk_av_1 = mkA "pyknisk" ; - pyknometer_nn_1 = mkN "pyknometer" ; - pylon_nn_1 = mkN "pylon" "pyloner" ; - pyndare_nn_1 = mkN "pyndare" "pyndare" ; - pynt_nn_2 = mkN "pynt" ; - pyramid_nn_1 = mkN "pyramid" "pyramider" ; - pyramidal_av_1 = mkA "pyramidal" ; - pyreneisk_av_1 = mkA "pyreneisk" ; - pyridin_nn_1 = mkN "pyridin" "pyridiner" ; - pyrit_nn_1 = mkN "pyrit" "pyriter" ; - pyroman_nn_1 = mkN "pyroman" "pyromaner" ; - pyrometer_nn_1 = mkN "pyrometer" ; - pyroteknisk_av_1 = mkA "pyroteknisk" ; - pyrrusseger_nn_1 = mkN "pyrrusseger" ; - pys_nn_1 = mkN "pys" ; - pysslig_av_1 = mkA "pysslig" ; - pyssling_nn_1 = mkN "pyssling" ; - pyton_ab_1 = mkAdv "pyton" ; - pytonorm_nn_1 = mkN "pytonorm" ; - pyts_nn_1 = mkN "pyts" ; - pytte_av_1 = mkA "pytte" ; - qatarier_nn_1 = mkN "qatarier" "qatariern" "qatarier" "qatarierna" ; - qatarisk_av_1 = mkA "qatarisk" ; - quenell_nn_1 = mkN "quenell" "queneller" ; - quisling_nn_1 = mkN "quisling" ; - raa_av_1 = mkA "rе" "rеtt" ; - raa_nn_1 = mkN "rе" "rеn" "rеr" "rеrna" ; - raa_nn_2 = mkN "rе" "rеet" "rеr" "rеrna" ; - raa_nn_3 = mkN "rе" "rеn" "rеr" "rеrna" ; - raaaemne_nn_1 = mkN "rедmne" ; - raaband_nn_1 = mkN "rеband" neutrum ; - raabandsknop_nn_1 = mkN "rеbandsknop" ; - raabiff_nn_1 = mkN "rеbiff" ; - raabock_nn_1 = mkN "rеbock" ; - raad_nn_1 = mkN "rеd" neutrum ; - raadande_av_1 = mkA "rеdande" ; - raaddig_av_1 = mkA "rеddig" ; - raadfraagning_nn_1 = mkN "rеdfrеgning" ; - raadgivande_av_1 = mkA "rеdgivande" ; - raadgivare_nn_1 = mkN "rеdgivare" "rеdgivare" ; - raadhus_nn_1 = mkN "rеdhus" neutrum ; - raadhuskaellare_nn_1 = mkN "rеdhuskдllare" "rеdhuskдllare" ; - raadhusraett_nn_1 = mkN "rеdhusrдtt" "rеdhusrдtter" ; - raadig_av_1 = mkA "rеdig" ; - raadjur_nn_1 = mkN "rеdjur" neutrum ; - raadjurssadel_nn_1 = mkN "rеdjurssadel" ; - raadlig_av_1 = mkA "rеdlig" ; - raadloes_av_1 = mkA "rеdlцs" ; - raadman_nn_1 = mkN "rеdman" "rеdmannen" "rеdmдn" "rеdmдnnen" ; - raadplaegning_nn_1 = mkN "rеdplдgning" ; - raadslag_nn_1 = mkN "rеdslag" neutrum ; - raadsnar_av_1 = mkA "rеdsnar" ; - raadsrepublik_nn_1 = mkN "rеdsrepublik" "rеdsrepubliker" ; - raadstuga_nn_1 = mkN "rеdstuga" ; - raadstuguraett_nn_1 = mkN "rеdstugurдtt" "rеdstugurдtter" ; - raadvill_av_1 = mkA "rеdvill" ; - raagaang_nn_1 = mkN "rеgеng" ; - raagblond_av_1 = mkA "rеgblond" ; - raagbroed_nn_1 = mkN "rеgbrцd" neutrum ; - raaget_nn_1 = mkN "rеget" "rеgetter" ; - raagkorn_nn_1 = mkN "rеgkorn" neutrum ; - raahet_nn_1 = mkN "rеhet" "rеheter" ; - raak_nn_1 = mkN "rеk" ; - raakall_av_1 = mkA "rеkall" ; - raakopia_nn_1 = mkN "rеkopia" ; - raakurr_nn_1 = mkN "rеkurr" neutrum ; - raamaerke_nn_1 = mkN "rеmдrke" ; - raan_nn_1 = mkN "rеn" neutrum ; - raanare_nn_1 = mkN "rеnare" "rеnare" ; - raanmord_nn_1 = mkN "rеnmord" neutrum ; - raanock_nn_1 = mkN "rеnock" ; - raaoljemotor_nn_1 = mkN "rеoljemotor" "rеoljemotorer" ; - raariva_vb_1 = mkV "rеriva" "rеrev" "rеrivit" ; - raaroerd_av_1 = mkA "rеrцrd" "rеrцrt" ; - raasegel_nn_1 = mkN "rеsegel" neutrum ; - raaseglare_nn_1 = mkN "rеseglare" "rеseglare" ; - raaskinn_nn_1 = mkN "rеskinn" neutrum ; - raasop_nn_1 = mkN "rеsop" ; - raattaeten_av_1 = mkA "rеttдten" "rеttдtet" ; - raattdjur_nn_1 = mkN "rеttdjur" neutrum ; - raatthaal_nn_1 = mkN "rеtthеl" neutrum ; - raattsvans_nn_1 = mkN "rеttsvans" ; - raavara_nn_1 = mkN "rеvara" ; - rabatt_nn_1 = mkN "rabatt" "rabatter" ; - rabattfrimaerke_nn_1 = mkN "rabattfrimдrke" ; - rabatthaefte_nn_1 = mkN "rabatthдfte" ; - rabattkort_nn_1 = mkN "rabattkort" neutrum ; - rabattkupong_nn_1 = mkN "rabattkupong" "rabattkuponger" ; - rabbi_nn_1 = mkN "rabbi" "rabbin" "rabbier" "rabbierna" ; - rabbin_nn_1 = mkN "rabbin" "rabbiner" ; - rabbis_nn_1 = mkN "rabbis" ; - rabiat_av_1 = mkA "rabiat" "rabiat" ; - rabulist_nn_1 = mkN "rabulist" "rabulister" ; - rabulistisk_av_1 = mkA "rabulistisk" ; - racer_nn_1 = mkN "racer" ; - racerbil_nn_1 = mkN "racerbil" ; - racercykel_nn_1 = mkN "racercykel" ; - racerfoerare_nn_1 = mkN "racerfцrare" "racerfцrare" ; - rack_nn_1 = mkN "rack" ; - rack_nn_2 = mkN "rack" neutrum ; - rackaraktig_av_1 = mkA "rackaraktig" ; - rackare_nn_1 = mkN "rackare" "rackare" ; - rackarns_av_1 = mkA "rackarns" ; - rackartyg_nn_1 = mkN "rackartyg" neutrum ; - rackarunge_nn_1 = mkN "rackarunge" utrum ; - rackelhane_nn_1 = mkN "rackelhane" utrum ; - racket_nn_1 = mkN "racket" ; - racklig_av_1 = mkA "racklig" ; - rad_nn_1 = mkN "rad" "rader" ; - rad_nn_2 = mkN "rad" "raden" "rad" "raden" ; - radannons_nn_1 = mkN "radannons" "radannonser" ; - radarantenn_nn_1 = mkN "radarantenn" "radarantenner" ; - radarfyr_nn_1 = mkN "radarfyr" ; - radarkontroll_nn_1 = mkN "radarkontroll" "radarkontroller" ; - radarpar_nn_1 = mkN "radarpar" neutrum ; - radarreflektor_nn_1 = mkN "radarreflektor" "radarreflektorer" ; - radarskaerm_nn_1 = mkN "radarskдrm" ; - radavstaand_nn_1 = mkN "radavstеnd" neutrum ; - radband_nn_1 = mkN "radband" neutrum ; - radergummi_nn_1 = mkN "radergummi" "radergummit" "radergummin" "radergummina" ; - raderkniv_nn_1 = mkN "raderkniv" ; - radhus_nn_1 = mkN "radhus" neutrum ; - radiakbehandling_nn_1 = mkN "radiakbehandling" ; - radial_av_1 = mkA "radial" ; - radialdaeck_nn_1 = mkN "radialdдck" neutrum ; - radialhastighet_nn_1 = mkN "radialhastighet" "radialhastigheter" ; - radiallager_nn_1 = mkN "radiallager" neutrum ; - radian_nn_1 = mkN "radian" "radianer" ; - radiator_nn_1 = mkN "radiator" "radiatorer" ; - radie_nn_1 = mkN "radie" "radier" ; - radiell_av_1 = mkA "radiell" ; - radikal_av_1 = mkA "radikal" ; - radikal_nn_1 = mkN "radikal" "radikaler" ; - radikalisering_nn_1 = mkN "radikalisering" ; - radikaloperation_nn_1 = mkN "radikaloperation" "radikaloperationer" ; - radio_nn_1 = mkN "radio" "radior" ; - radioaktiv_av_1 = mkA "radioaktiv" ; - radioaktivitet_nn_1 = mkN "radioaktivitet" "radioaktiviteter" ; - radioamatoer_nn_1 = mkN "radioamatцr" "radioamatцrer" ; - radioapparat_nn_1 = mkN "radioapparat" "radioapparater" ; - radioastronomisk_av_1 = mkA "radioastronomisk" ; - radiobil_nn_1 = mkN "radiobil" ; - radiofrekvent_av_1 = mkA "radiofrekvent" "radiofrekvent" ; - radiofyr_nn_1 = mkN "radiofyr" ; - radiogram_nn_1 = mkN "radiogram" "radiogrammet" "radiogram" "radiogrammen" ; - radiogrammofon_nn_1 = mkN "radiogrammofon" "radiogrammofoner" ; - radiohus_nn_1 = mkN "radiohus" neutrum ; - radioisotop_nn_1 = mkN "radioisotop" "radioisotoper" ; - radiokanal_nn_1 = mkN "radiokanal" "radiokanaler" ; - radiolaenk_nn_1 = mkN "radiolдnk" ; - radiolarie_nn_1 = mkN "radiolarie" "radiolarier" ; - radiolog_nn_1 = mkN "radiolog" "radiologer" ; - radioman_nn_1 = mkN "radioman" "radiomannen" "radiomдn" "radiomдnnen" ; - radiometer_nn_1 = mkN "radiometer" ; - radiomottagare_nn_1 = mkN "radiomottagare" "radiomottagare" ; - radionavigeringssystem_nn_1 = mkN "radionavigeringssystem" neutrum ; - radiopjaes_nn_1 = mkN "radiopjдs" "radiopjдser" ; - radioprogram_nn_1 = mkN "radioprogram" "radioprogrammet" "radioprogram" "radioprogrammen" ; - radioroer_nn_1 = mkN "radiorцr" neutrum ; - radioroest_nn_1 = mkN "radiorцst" "radiorцster" ; - radiosaendare_nn_1 = mkN "radiosдndare" "radiosдndare" ; - radiosaendning_nn_1 = mkN "radiosдndning" ; - radiosignal_nn_1 = mkN "radiosignal" "radiosignaler" ; - radiosond_nn_1 = mkN "radiosond" "radiosonder" ; - radiostation_nn_1 = mkN "radiostation" "radiostationer" ; - radiostoerning_nn_1 = mkN "radiostцrning" ; - radiostraalning_nn_1 = mkN "radiostrеlning" ; - radiot_nn_1 = mkN "radiot" "radioter" ; - radioteknik_nn_1 = mkN "radioteknik" "radiotekniker" ; - radiotelefon_nn_1 = mkN "radiotelefon" "radiotelefoner" ; - radiotelegrafist_nn_1 = mkN "radiotelegrafist" "radiotelegrafister" ; - radioteleskop_nn_1 = mkN "radioteleskop" neutrum ; - radioutsaendning_nn_1 = mkN "radioutsдndning" ; - radondotter_nn_1 = mkN "radondotter" "radondottern" "radondцttrar" "radondцttrarna" ; - radonhus_nn_1 = mkN "radonhus" neutrum ; - radskiftare_nn_1 = mkN "radskiftare" "radskiftare" ; - radskrivare_nn_1 = mkN "radskrivare" "radskrivare" ; - radslutssignal_nn_1 = mkN "radslutssignal" "radslutssignaler" ; - raeck_nn_1 = mkN "rдck" neutrum ; - raecke_nn_1 = mkN "rдcke" ; - raeckverk_nn_1 = mkN "rдckverk" neutrum ; - raeckvidd_nn_1 = mkN "rдckvidd" "rдckvidder" ; - raed_nn_1 = mkN "rдd" "rдder" ; - raeddare_nn_1 = mkN "rдddare" "rдddare" ; - raeddhaagsen_av_1 = mkA "rдddhеgsen" "rдddhеgset" ; - raeddning_nn_1 = mkN "rдddning" ; - raeddningsaktion_nn_1 = mkN "rдddningsaktion" "rдddningsaktioner" ; - raeddningsloes_av_1 = mkA "rдddningslцs" ; - raeffla_nn_1 = mkN "rдffla" ; - raefst_nn_1 = mkN "rдfst" "rдfster" ; - raejong_nn_1 = mkN "rдjong" "rдjonger" ; - raekel_nn_1 = mkN "rдkel" ; - raekenskapsaar_nn_1 = mkN "rдkenskapsеr" neutrum ; - raeknare_nn_1 = mkN "rдknare" "rдknare" ; - raekneapparat_nn_1 = mkN "rдkneapparat" "rдkneapparater" ; - raekneexempel_nn_1 = mkN "rдkneexempel" neutrum ; - raeknekapacitet_nn_1 = mkN "rдknekapacitet" "rдknekapaciteter" ; - raeknemaskin_nn_1 = mkN "rдknemaskin" "rдknemaskiner" ; - raekneord_nn_1 = mkN "rдkneord" neutrum ; - raeknesaett_nn_1 = mkN "rдknesдtt" neutrum ; - raeknesnabbhet_nn_1 = mkN "rдknesnabbhet" "rдknesnabbheter" ; - raekneverk_nn_1 = mkN "rдkneverk" neutrum ; - raekning_nn_1 = mkN "rдkning" ; - rael_nn_1 = mkN "rдl" "rдler" ; - raelig_av_1 = mkA "rдlig" ; - raels_nn_1 = mkN "rдls" ; - raelsbuss_nn_1 = mkN "rдlsbuss" ; - raenksmidare_nn_1 = mkN "rдnksmidare" "rдnksmidare" ; - raennil_nn_1 = mkN "rдnnil" ; - raenning_nn_1 = mkN "rдnning" ; - raennsten_nn_1 = mkN "rдnnsten" "rдnnstenen" "rдnnstenar" "rдnnstenarna" ; - raennstensunge_nn_1 = mkN "rдnnstensunge" utrum ; - raensel_nn_1 = mkN "rдnsel" ; - raentabel_av_1 = mkA "rдntabel" "rдntabelt" "rдntabla" "rдntabla" "rдntablare" "rдntablast" "rдntablaste" ; - raentabilitet_nn_1 = mkN "rдntabilitet" "rдntabiliteter" ; - raenteavdrag_nn_1 = mkN "rдnteavdrag" neutrum ; - raentebesked_nn_1 = mkN "rдntebesked" neutrum ; - raentemarginal_nn_1 = mkN "rдntemarginal" "rдntemarginaler" ; - raentesats_nn_1 = mkN "rдntesats" "rдntesatser" ; - raentetermin_nn_1 = mkN "rдntetermin" "rдnteterminer" ; - raentmaestare_nn_1 = mkN "rдntmдstare" "rдntmдstare" ; - raetblock_nn_1 = mkN "rдtblock" neutrum ; - raetlinjig_av_1 = mkA "rдtlinjig" ; - raetsida_nn_1 = mkN "rдtsida" ; - raett_ab_1 = mkAdv "rдtt" ; - raett_av_1 = mkA "rдtt" ; - raett_nn_1 = mkN "rдtt" "rдtter" ; - raettaenkande_av_1 = mkA "rдttдnkande" ; - raettare_nn_1 = mkN "rдttare" "rдttare" ; - raettegaang_nn_1 = mkN "rдttegеng" ; - raettegaangsbitraede_nn_1 = mkN "rдttegеngsbitrдde" ; - raettegaangsfel_nn_1 = mkN "rдttegеngsfel" "rдttegеngsfelet" "rдttegеngsfel" "rдttegеngsfelen" ; - raetteligen_ab_1 = mkAdv "rдtteligen" ; - raettelse_nn_1 = mkN "rдttelse" "rдttelser" ; - raettfaerdig_av_1 = mkA "rдttfдrdig" ; - raettfaerdighet_nn_1 = mkN "rдttfдrdighet" "rдttfдrdigheter" ; - raettfram_av_1 = mkA "rдttfram" "rдttframt" "rдttframma" "rдttframma" "rдttframmare" "rдttframmast" "rдttframmaste" ; - raettighet_nn_1 = mkN "rдttighet" "rдttigheter" ; - raettmaetig_av_1 = mkA "rдttmдtig" ; - raettning_nn_1 = mkN "rдttning" ; - raettraadig_av_1 = mkA "rдttrеdig" ; - raettroende_av_1 = mkA "rдttroende" ; - raettrogen_av_1 = mkA "rдttrogen" "rдttroget" ; - raettschef_nn_1 = mkN "rдttschef" "rдttschefer" ; - raettsenlig_av_1 = mkA "rдttsenlig" ; - raettsfall_nn_1 = mkN "rдttsfall" neutrum ; - raettshaverist_nn_1 = mkN "rдttshaverist" "rдttshaverister" ; - raettsinnig_av_1 = mkA "rдttsinnig" ; - raettskaffens_av_1 = mkA "rдttskaffens" ; - raettskapacitet_nn_1 = mkN "rдttskapacitet" "rдttskapaciteter" ; - raettskrivning_nn_1 = mkN "rдttskrivning" ; - raettslaekare_nn_1 = mkN "rдttslдkare" "rдttslдkare" ; - raettslig_av_1 = mkA "rдttslig" ; - raettsloes_av_1 = mkA "rдttslцs" ; - raettsmedicinsk_av_1 = mkA "rдttsmedicinsk" ; - raettsordning_nn_1 = mkN "rдttsordning" ; - raettspaafoeljd_nn_1 = mkN "rдttspеfцljd" "rдttspеfцljder" ; - raettsprincip_nn_1 = mkN "rдttsprincip" "rдttsprinciper" ; - raettspsykiatrisk_av_1 = mkA "rдttspsykiatrisk" ; - raettsregel_nn_1 = mkN "rдttsregel" "rдttsregeln" "rдttsregler" "rдttsreglerna" ; - raettssaekerhet_nn_1 = mkN "rдttssдkerhet" "rдttssдkerheter" ; - raettssak_nn_1 = mkN "rдttssak" "rдttssaker" ; - raettssal_nn_1 = mkN "rдttssal" ; - raettsstat_nn_1 = mkN "rдttsstat" "rдttsstater" ; - raettsstridig_av_1 = mkA "rдttsstridig" ; - raettssubjekt_nn_1 = mkN "rдttssubjekt" neutrum ; - raettstvist_nn_1 = mkN "rдttstvist" "rдttstvister" ; - raettsuppfattning_nn_1 = mkN "rдttsuppfattning" ; - raettsvidrig_av_1 = mkA "rдttsvidrig" ; - raettvis_av_1 = mkA "rдttvis" ; - raettvisande_av_1 = mkA "rдttvisande" ; - raetvinge_nn_1 = mkN "rдtvinge" utrum ; - raetvinklig_av_1 = mkA "rдtvinklig" ; - raev_nn_1 = mkN "rдv" ; - raevfarm_nn_1 = mkN "rдvfarm" ; - raevhund_nn_1 = mkN "rдvhund" ; - raevjakt_nn_1 = mkN "rдvjakt" "rдvjakter" ; - raevsax_nn_1 = mkN "rдvsax" ; - raevspel_nn_1 = mkN "rдvspel" "rдvspelet" "rдvspel" "rдvspelen" ; - raevsvans_nn_1 = mkN "rдvsvans" ; - raffig_av_1 = mkA "raffig" ; - raffinad_nn_1 = mkN "raffinad" "raffinader" ; - raffinaderi_nn_1 = mkN "raffinaderi" "raffinaderit" "raffinaderier" "raffinaderierna" ; - raffinemang_nn_1 = mkN "raffinemang" neutrum ; - rafflande_av_1 = mkA "rafflande" ; - rafflig_av_1 = mkA "rafflig" ; - rafraeschissoer_nn_1 = mkN "rafrдschissцr" "rafrдschissцrer" ; - raggarbil_nn_1 = mkN "raggarbil" ; - raggarbrud_nn_1 = mkN "raggarbrud" ; - raggare_nn_1 = mkN "raggare" "raggare" ; - raggig_av_1 = mkA "raggig" ; - raggmunk_nn_1 = mkN "raggmunk" ; - raglanaerm_nn_1 = mkN "raglanдrm" ; - ragu_nn_1 = mkN "ragu" "ragun" "raguer" "raguerna" ; - raid_nn_1 = mkN "raid" "raider" ; - rajd_nn_1 = mkN "rajd" "rajder" ; - rak_av_1 = mkA "rak" ; - rakapparat_nn_1 = mkN "rakapparat" "rakapparater" ; - rakblad_nn_1 = mkN "rakblad" neutrum ; - rakborste_nn_1 = mkN "rakborste" utrum ; - raket_nn_1 = mkN "raket" "raketer" ; - raketbas_nn_1 = mkN "raketbas" "raketbaser" ; - raketfaerd_nn_1 = mkN "raketfдrd" "raketfдrder" ; - raketgevaer_nn_1 = mkN "raketgevдr" neutrum ; - raketkonstruktoer_nn_1 = mkN "raketkonstruktцr" "raketkonstruktцrer" ; - raketmotor_nn_1 = mkN "raketmotor" "raketmotorer" ; - raketsteg_nn_1 = mkN "raketsteg" neutrum ; - raketvapen_nn_1 = mkN "raketvapen" "raketvapnet" "raketvapen" "raketvapnen" ; - rakhyvel_nn_1 = mkN "rakhyvel" ; - rakitisk_av_1 = mkA "rakitisk" ; - rakkniv_nn_1 = mkN "rakkniv" ; - raklaang_av_1 = mkA "raklеng" ; - raklinjig_av_1 = mkA "raklinjig" ; - rakning_nn_1 = mkN "rakning" ; - rakspegel_nn_1 = mkN "rakspegel" ; - rakstrigel_nn_1 = mkN "rakstrigel" ; - raktvaal_nn_1 = mkN "raktvеl" ; - rakvatten_nn_1 = mkN "rakvatten" "rakvattnet" "rakvatten" "rakvattnen" ; - raljant_av_1 = mkA "raljant" "raljant" ; - raljeri_nn_1 = mkN "raljeri" "raljerit" "raljerier" "raljerierna" ; - rall_nn_1 = mkN "rall" ; - rallarbas_nn_1 = mkN "rallarbas" ; - rallare_nn_1 = mkN "rallare" "rallare" ; - rallarsving_nn_1 = mkN "rallarsving" ; - rally_nn_1 = mkN "rally" "rallyt" "rallyn" "rallyna" ; - ram_nn_1 = mkN "ram" ; - ramaskri_nn_1 = mkN "ramaskri" "ramaskrit" "ramaskrin" "ramaskrien" ; - ramavtal_nn_1 = mkN "ramavtal" "ramavtalet" "ramavtalen" "ramavtalena" ; - ramberaettelse_nn_1 = mkN "ramberдttelse" "ramberдttelser" ; - rambudget_nn_1 = mkN "rambudget" ; - ramlare_nn_1 = mkN "ramlare" "ramlare" ; - ramm_nn_1 = mkN "ramm" ; - ramp_nn_1 = mkN "ramp" "ramper" ; - rampris_nn_1 = mkN "rampris" neutrum ; - ramstark_av_1 = mkA "ramstark" ; - ramsvart_av_1 = mkA "ramsvart" "ramsvart" ; - ranch_nn_1 = mkN "ranch" "rancher" ; - rancune_nn_1 = mkN "rancune" "rancuner" ; - rand_nn_1 = mkN "rand" "rдnder" ; - rand_nn_2 = mkN "rand" "randen" "rand" "randen" ; - randanmaerkning_nn_1 = mkN "randanmдrkning" ; - randanteckning_nn_1 = mkN "randanteckning" ; - randberg_nn_1 = mkN "randberg" neutrum ; - randbildning_nn_1 = mkN "randbildning" ; - randdelta_nn_1 = mkN "randdelta" "randdeltat" "randdeltan" "randdeltana" ; - randfenomen_nn_1 = mkN "randfenomen" neutrum ; - randhav_nn_1 = mkN "randhav" neutrum ; - randig_av_1 = mkA "randig" ; - randplataa_nn_1 = mkN "randplatе" "randplatеer" ; - randsjoe_nn_1 = mkN "randsjц" ; - randsydd_av_1 = mkA "randsydd" "randsydtt" ; - ranger_nn_1 = mkN "ranger" "rangern" "rangers" "rangersen" ; - rangerbangaard_nn_1 = mkN "rangerbangеrd" ; - ranglig_av_1 = mkA "ranglig" ; - rangordning_nn_1 = mkN "rangordning" ; - rangplats_nn_1 = mkN "rangplats" "rangplatser" ; - rank_av_1 = mkA "rank" ; - ranka_ab_1 = mkAdv "ranka" ; - rankfoting_nn_1 = mkN "rankfoting" ; - rankig_av_1 = mkA "rankig" ; - rannsakning_nn_1 = mkN "rannsakning" ; - ranson_nn_1 = mkN "ranson" "ransoner" ; - ransonering_nn_1 = mkN "ransonering" ; - ransoneringskort_nn_1 = mkN "ransoneringskort" neutrum ; - ranunkel_nn_1 = mkN "ranunkel" ; - ranunkelvaext_nn_1 = mkN "ranunkelvдxt" "ranunkelvдxter" ; - rap_nn_1 = mkN "rap" neutrum ; - rapp_av_1 = mkA "rapp" ; - rapp_nn_1 = mkN "rapp" ; - rapp_nn_2 = mkN "rapp" neutrum ; - rappell_nn_1 = mkN "rappell" "rappeller" ; - rapphoens_nn_1 = mkN "rapphцns" neutrum ; - rappning_nn_1 = mkN "rappning" ; - rapport_nn_1 = mkN "rapport" "rapporter" ; - rapportkarl_nn_1 = mkN "rapportkarl" ; - rapportoer_nn_1 = mkN "rapportцr" "rapportцrer" ; - rapsbagge_nn_1 = mkN "rapsbagge" utrum ; - rapsfroe_nn_1 = mkN "rapsfrц" "rapsfrцet" "rapsfrцer" "rapsfrцerna" ; - rapsod_nn_1 = mkN "rapsod" "rapsoder" ; - rapsodi_nn_1 = mkN "rapsodi" "rapsodier" ; - rapsodisk_av_1 = mkA "rapsodisk" ; - raptus_nn_1 = mkN "raptus" neutrum ; - rar_av_1 = mkA "rar" ; - raring_nn_1 = mkN "raring" ; - raritet_nn_1 = mkN "raritet" "rariteter" ; - ras_nn_1 = mkN "ras" "raser" ; - ras_nn_2 = mkN "ras" neutrum ; - rasande_av_1 = mkA "rasande" ; - rasben_nn_1 = mkN "rasben" neutrum ; - rasdjur_nn_1 = mkN "rasdjur" neutrum ; - raseriutbrott_nn_1 = mkN "raseriutbrott" neutrum ; - rasfoerdom_nn_1 = mkN "rasfцrdom" ; - rasfoerfoeljelse_nn_1 = mkN "rasfцrfцljelse" "rasfцrfцljelser" ; - rasfraaga_nn_1 = mkN "rasfrеga" ; - rashetsare_nn_1 = mkN "rashetsare" "rashetsare" ; - rasist_nn_1 = mkN "rasist" "rasister" ; - rasistisk_av_1 = mkA "rasistisk" ; - rask_av_1 = mkA "rask" ; - rasp_nn_1 = mkN "rasp" ; - raspande_av_1 = mkA "raspande" ; - raspig_av_1 = mkA "raspig" ; - rasren_av_1 = mkA "rasren" ; - rast_nn_1 = mkN "rast" "raster" ; - rastafari_nn_1 = mkN "rastafari" "rastafarin" "rastafaris" "rastafarisen" ; - raster_nn_1 = mkN "raster" neutrum ; - rastgaard_nn_1 = mkN "rastgеrd" ; - rastloes_av_1 = mkA "rastlцs" ; - rastplats_nn_1 = mkN "rastplats" "rastplatser" ; - rate_nn_1 = mkN "rate" "rater" ; - ratifikation_nn_1 = mkN "ratifikation" "ratifikationer" ; - ratifikationsinstrument_nn_1 = mkN "ratifikationsinstrument" neutrum ; - ration_nn_1 = mkN "ration" "rationer" ; - rationalisering_nn_1 = mkN "rationalisering" ; - rationalist_nn_1 = mkN "rationalist" "rationalister" ; - rationell_av_1 = mkA "rationell" ; - ratsch_nn_1 = mkN "ratsch" neutrum ; - ratt_nn_1 = mkN "ratt" ; - rattfyllerist_nn_1 = mkN "rattfyllerist" "rattfyllerister" ; - rattkaelke_nn_1 = mkN "rattkдlke" utrum ; - rattlaas_nn_1 = mkN "rattlеs" neutrum ; - rattonykterhet_nn_1 = mkN "rattonykterhet" "rattonykterheter" ; - rattstaang_nn_1 = mkN "rattstеng" "rattstдnger" ; - rattvaexel_nn_1 = mkN "rattvдxel" ; - rauk_nn_1 = mkN "rauk" ; - ravaillac_nn_1 = mkN "ravaillac" ; - ravelin_nn_1 = mkN "ravelin" "raveliner" ; - ravin_nn_1 = mkN "ravin" "raviner" ; - reagens_nn_1 = mkN "reagens" neutrum ; - reagenspapper_nn_1 = mkN "reagenspapper" neutrum ; - reaktion_nn_1 = mkN "reaktion" "reaktioner" ; - reaktionaer_av_1 = mkA "reaktionдr" ; - reaktionaer_nn_1 = mkN "reaktionдr" "reaktionдrer" ; - reaktionsbenaegen_av_1 = mkA "reaktionsbenдgen" "reaktionsbenдget" ; - reaktionsmotor_nn_1 = mkN "reaktionsmotor" "reaktionsmotorer" ; - reaktionsprodukt_nn_1 = mkN "reaktionsprodukt" "reaktionsprodukter" ; - reaktionstemperatur_nn_1 = mkN "reaktionstemperatur" "reaktionstemperaturer" ; - reaktionstid_nn_1 = mkN "reaktionstid" "reaktionstider" ; - reaktionszon_nn_1 = mkN "reaktionszon" "reaktionszoner" ; - reaktiv_av_1 = mkA "reaktiv" ; - reaktor_nn_1 = mkN "reaktor" "reaktorer" ; - reaktorbyggnad_nn_1 = mkN "reaktorbyggnad" "reaktorbyggnader" ; - reaktorhaerd_nn_1 = mkN "reaktorhдrd" ; - reaktorkatastrof_nn_1 = mkN "reaktorkatastrof" "reaktorkatastrofer" ; - reaktorsaekerhet_nn_1 = mkN "reaktorsдkerhet" "reaktorsдkerheter" ; - reaktortyp_nn_1 = mkN "reaktortyp" "reaktortyper" ; - reaktorutslaepp_nn_1 = mkN "reaktorutslдpp" neutrum ; - real_av_1 = mkA "real" ; - realexamen_nn_1 = mkN "realexamen" "realexamen" "realexamina" "realexamina" ; - realia_nn_1 = mkN "realia" "realian" "realia" "realiana" ; - realindex_nn_1 = mkN "realindex" neutrum ; - realisation_nn_1 = mkN "realisation" "realisationer" ; - realisationsvinst_nn_1 = mkN "realisationsvinst" "realisationsvinster" ; - realiserbar_av_1 = mkA "realiserbar" ; - realist_nn_1 = mkN "realist" "realister" ; - realistisk_av_1 = mkA "realistisk" ; - realiter_ab_1 = mkAdv "realiter" ; - realitet_nn_1 = mkN "realitet" "realiteter" ; - realkapital_nn_1 = mkN "realkapital" neutrum ; - realkatalog_nn_1 = mkN "realkatalog" "realkataloger" ; - reallinje_nn_1 = mkN "reallinje" "reallinjer" ; - realloen_nn_1 = mkN "reallцn" "reallцner" ; - realsaekerhet_nn_1 = mkN "realsдkerhet" "realsдkerheter" ; - realtidsbearbetning_nn_1 = mkN "realtidsbearbetning" ; - realvaerde_nn_1 = mkN "realvдrde" ; - reamotor_nn_1 = mkN "reamotor" "reamotorer" ; - reaplan_nn_1 = mkN "reaplan" neutrum ; - reapris_nn_1 = mkN "reapris" neutrum ; - reassurans_nn_1 = mkN "reassurans" "reassuranser" ; - rebell_nn_1 = mkN "rebell" "rebeller" ; - rebellisk_av_1 = mkA "rebellisk" ; - rebus_nn_1 = mkN "rebus" ; - receiver_nn_1 = mkN "receiver" ; - recensent_nn_1 = mkN "recensent" "recensenter" ; - recension_nn_1 = mkN "recension" "recensioner" ; - recensionsexemplar_nn_1 = mkN "recensionsexemplar" neutrum ; - recent_av_1 = mkA "recent" "recent" ; - recentior_nn_1 = mkN "recentior" "recentiorer" ; - recept_nn_1 = mkN "recept" neutrum ; - receptarie_nn_1 = mkN "receptarie" "receptarier" ; - receptbelagd_av_1 = mkA "receptbelagd" "receptbelagt" ; - reception_nn_1 = mkN "reception" "receptioner" ; - receptionist_nn_1 = mkN "receptionist" "receptionister" ; - receptiv_av_1 = mkA "receptiv" ; - receptivitet_nn_1 = mkN "receptivitet" "receptiviteter" ; - receptor_nn_1 = mkN "receptor" "receptorer" ; - receptur_nn_1 = mkN "receptur" "recepturer" ; - recess_nn_1 = mkN "recess" "recesser" ; - recession_nn_1 = mkN "recession" "recessioner" ; - recessiv_av_1 = mkA "recessiv" ; - recett_nn_1 = mkN "recett" "recetter" ; - recherch_nn_1 = mkN "recherch" "rechercher" ; - recidiv_nn_1 = mkN "recidiv" neutrum ; - recipiend_nn_1 = mkN "recipiend" "recipiender" ; - recipient_nn_1 = mkN "recipient" "recipienter" ; - reciprocitet_nn_1 = mkN "reciprocitet" "reciprociteter" ; - reciprok_av_1 = mkA "reciprok" ; - recit_nn_1 = mkN "recit" "reciter" ; - recitation_nn_1 = mkN "recitation" "recitationer" ; - recitativ_nn_1 = mkN "recitativ" neutrum ; - reda_ab_1 = mkAdv "reda" ; - redaktion_nn_1 = mkN "redaktion" "redaktioner" ; - redaktionell_av_1 = mkA "redaktionell" ; - redaktionssekreterare_nn_1 = mkN "redaktionssekreterare" "redaktionssekreterare" ; - redaktoer_nn_1 = mkN "redaktцr" "redaktцrer" ; - redan_ab_1 = mkAdv "redan" ; - redare_nn_1 = mkN "redare" "redare" ; - redbar_av_1 = mkA "redbar" ; - redd_nn_1 = mkN "redd" "redder" ; - rederi_nn_1 = mkN "rederi" "rederit" "rederier" "rederierna" ; - rederiverksamhet_nn_1 = mkN "rederiverksamhet" "rederiverksamheter" ; - redig_av_1 = mkA "redig" ; - redikyl_nn_1 = mkN "redikyl" "redikyler" ; - redingot_nn_1 = mkN "redingot" "redingoter" ; - redlig_av_1 = mkA "redlig" ; - redligen_ab_1 = mkAdv "redligen" ; - redlighet_nn_1 = mkN "redlighet" "redligheter" ; - redloes_av_1 = mkA "redlцs" ; - redning_nn_1 = mkN "redning" ; - redo_av_1 = mkA "redo" ; - redobogen_av_1 = mkA "redobogen" "redoboget" ; - redogoerelse_nn_1 = mkN "redogцrelse" "redogцrelser" ; - redovisning_nn_1 = mkN "redovisning" ; - redoxprocess_nn_1 = mkN "redoxprocess" "redoxprocesser" ; - redskap_nn_1 = mkN "redskap" "redskapet" "redskapen" "redskapena" ; - redskapsmetall_nn_1 = mkN "redskapsmetall" "redskapsmetaller" ; - reducering_nn_1 = mkN "reducering" ; - reduceringsventil_nn_1 = mkN "reduceringsventil" "reduceringsventiler" ; - reduktion_nn_1 = mkN "reduktion" "reduktioner" ; - redundant_av_1 = mkA "redundant" "redundant" ; - reduplikation_nn_1 = mkN "reduplikation" "reduplikationer" ; - redutt_nn_1 = mkN "redutt" "redutter" ; - reell_av_1 = mkA "reell" ; - refektorium_nn_1 = mkN "refektorium" "refektoriet" "refektorier" "refektorierna" ; - referat_nn_1 = mkN "referat" neutrum ; - referendum_nn_1 = mkN "referendum" neutrum ; - referens_nn_1 = mkN "referens" "referenser" ; - referensbibliotek_nn_1 = mkN "referensbibliotek" neutrum ; - referensgrupp_nn_1 = mkN "referensgrupp" "referensgrupper" ; - referensmaterial_nn_1 = mkN "referensmaterial" neutrum ; - referenspunkt_nn_1 = mkN "referenspunkt" "referenspunkter" ; - referensram_nn_1 = mkN "referensram" ; - referenssort_nn_1 = mkN "referenssort" "referenssorter" ; - referenssystem_nn_1 = mkN "referenssystem" neutrum ; - referent_nn_1 = mkN "referent" "referenter" ; - refill_nn_1 = mkN "refill" "refiller" ; - reflektion_nn_1 = mkN "reflektion" "reflektioner" ; - reflektor_nn_1 = mkN "reflektor" "reflektorer" ; - reflex_nn_1 = mkN "reflex" "reflexer" ; - reflexion_nn_1 = mkN "reflexion" "reflexioner" ; - reflexiv_av_1 = mkA "reflexiv" ; - reflexmaessig_av_1 = mkA "reflexmдssig" ; - reform_nn_1 = mkN "reform" "reformer" ; - reformation_nn_1 = mkN "reformation" "reformationer" ; - reformator_nn_1 = mkN "reformator" "reformatorer" ; - reformering_nn_1 = mkN "reformering" ; - reformert_av_1 = mkA "reformert" "reformert" ; - reformist_nn_1 = mkN "reformist" "reformister" ; - refraeng_nn_1 = mkN "refrдng" "refrдnger" ; - refraengsaangare_nn_1 = mkN "refrдngsеngare" "refrдngsеngare" ; - refraktion_nn_1 = mkN "refraktion" "refraktioner" ; - refraktor_nn_1 = mkN "refraktor" "refraktorer" ; - refug_nn_1 = mkN "refug" "refuger" ; - regal_av_1 = mkA "regal" ; - regal_nn_1 = mkN "regal" "regaler" ; - regalskepp_nn_1 = mkN "regalskepp" neutrum ; - regel_nn_1 = mkN "regel" "regeln" "regler" "reglerna" ; - regel_nn_2 = mkN "regel" ; - regelbaat_nn_1 = mkN "regelbеt" ; - regelbrott_nn_1 = mkN "regelbrott" neutrum ; - regelbunden_av_1 = mkA "regelbunden" "regelbundet" ; - regelbundenhet_nn_1 = mkN "regelbundenhet" "regelbundenheter" ; - regelloes_av_1 = mkA "regellцs" ; - regelraett_av_1 = mkA "regelrдtt" ; - regelvidrig_av_1 = mkA "regelvidrig" ; - regementschef_nn_1 = mkN "regementschef" "regementschefer" ; - regementsofficer_nn_1 = mkN "regementsofficer" "regementsofficern" "regementsofficerare" "regementsofficerarna" ; - regeneration_nn_1 = mkN "regeneration" "regenerationer" ; - regenerator_nn_1 = mkN "regenerator" "regeneratorer" ; - regent_nn_1 = mkN "regent" "regenter" ; - regentlaengd_nn_1 = mkN "regentlдngd" "regentlдngder" ; - regering_nn_1 = mkN "regering" ; - regeringsbaenk_nn_1 = mkN "regeringsbдnk" ; - regeringsbeslut_nn_1 = mkN "regeringsbeslut" neutrum ; - regeringschef_nn_1 = mkN "regeringschef" "regeringschefer" ; - regeringsform_nn_1 = mkN "regeringsform" "regeringsformer" ; - regeringskansli_nn_1 = mkN "regeringskansli" "regeringskanslit" "regeringskanslier" "regeringskanslierna" ; - regeringskrets_nn_1 = mkN "regeringskrets" ; - regeringsmakt_nn_1 = mkN "regeringsmakt" "regeringsmakter" ; - regeringsmedlem_nn_1 = mkN "regeringsmedlem" "regeringsmedlemmen" "regeringsmedlemmar" "regeringsmedlemmarna" ; - regeringsorgan_nn_1 = mkN "regeringsorgan" neutrum ; - regeringsparti_nn_1 = mkN "regeringsparti" "regeringspartit" "regeringspartier" "regeringspartierna" ; - regeringsproposition_nn_1 = mkN "regeringsproposition" "regeringspropositioner" ; - regeringsraad_nn_1 = mkN "regeringsrеd" neutrum ; - regeringsraett_nn_1 = mkN "regeringsrдtt" "regeringsrдtter" ; - regim_nn_1 = mkN "regim" "regimer" ; - region_nn_1 = mkN "region" "regioner" ; - regional_av_1 = mkA "regional" ; - regionplan_nn_1 = mkN "regionplan" "regionplaner" ; - regionsjukhus_nn_1 = mkN "regionsjukhus" neutrum ; - regionstyrelse_nn_1 = mkN "regionstyrelse" "regionstyrelser" ; - regissoer_nn_1 = mkN "regissцr" "regissцrer" ; - register_nn_1 = mkN "register" neutrum ; - registerknapp_nn_1 = mkN "registerknapp" ; - registerton_nn_1 = mkN "registerton" "registertonnet" "registerton" "registertonnen" ; - registrator_nn_1 = mkN "registrator" "registratorer" ; - registratur_nn_1 = mkN "registratur" neutrum ; - registrering_nn_1 = mkN "registrering" ; - registreringsnummer_nn_1 = mkN "registreringsnummer" neutrum ; - registreringsskylt_nn_1 = mkN "registreringsskylt" ; - reglage_nn_1 = mkN "reglage" "reglaget" "reglage" "reglagen" ; - reglementarisk_av_1 = mkA "reglementarisk" ; - reglementsenlig_av_1 = mkA "reglementsenlig" ; - reglementsvidrig_av_1 = mkA "reglementsvidrig" ; - reglering_nn_1 = mkN "reglering" ; - regn_nn_1 = mkN "regn" neutrum ; - regnande_nn_1 = mkN "regnande" ; - regnbaage_nn_1 = mkN "regnbеge" utrum ; - regnbaagshinna_nn_1 = mkN "regnbеgshinna" ; - regndroppe_nn_1 = mkN "regndroppe" utrum ; - regnig_av_1 = mkA "regnig" ; - regnmaetare_nn_1 = mkN "regnmдtare" "regnmдtare" ; - regnmoln_nn_1 = mkN "regnmoln" neutrum ; - regnomraade_nn_1 = mkN "regnomrеde" ; - regnperiod_nn_1 = mkN "regnperiod" "regnperioder" ; - regnskog_nn_1 = mkN "regnskog" ; - regntaet_av_1 = mkA "regntдt" ; - regntid_nn_1 = mkN "regntid" "regntider" ; - regntung_av_1 = mkA "regntung" ; - regnvatten_nn_1 = mkN "regnvatten" "regnvattnet" "regnvatten" "regnvattnen" ; - regress_nn_1 = mkN "regress" "regresser" ; - regression_nn_1 = mkN "regression" "regressioner" ; - regressiv_av_1 = mkA "regressiv" ; - regular_av_1 = mkA "regular" ; - regularitet_nn_1 = mkN "regularitet" "regulariteter" ; - regulator_nn_1 = mkN "regulator" "regulatorer" ; - reguljaer_av_1 = mkA "reguljдr" ; - rehabilitering_nn_1 = mkN "rehabilitering" ; - rehabiliteringshem_nn_1 = mkN "rehabiliteringshem" neutrum ; - reifikation_nn_1 = mkN "reifikation" "reifikationer" ; - reinkarnation_nn_1 = mkN "reinkarnation" "reinkarnationer" ; - rejael_av_1 = mkA "rejдl" ; - rek_nn_1 = mkN "rek" neutrum ; - rekapitulation_nn_1 = mkN "rekapitulation" "rekapitulationer" ; - reklam_nn_1 = mkN "reklam" "reklamer" ; - reklamation_nn_1 = mkN "reklamation" "reklamationer" ; - reklampeng_nn_1 = mkN "reklampeng" ; - reklamplakat_nn_1 = mkN "reklamplakat" neutrum ; - reko_av_1 = mkA "reko" ; - rekognoscering_nn_1 = mkN "rekognoscering" ; - rekognosering_nn_1 = mkN "rekognosering" ; - rekommendabel_av_1 = mkA "rekommendabel" "rekommendabelt" "rekommendabla" "rekommendabla" "rekommendablare" "rekommendablast" "rekommendablaste" ; - rekommendation_nn_1 = mkN "rekommendation" "rekommendationer" ; - rekommendationsbrev_nn_1 = mkN "rekommendationsbrev" neutrum ; - rekonstruktion_nn_1 = mkN "rekonstruktion" "rekonstruktioner" ; - rekord_nn_1 = mkN "rekord" neutrum ; - rekorderlig_av_1 = mkA "rekorderlig" ; - rekreation_nn_1 = mkN "rekreation" "rekreationer" ; - rekreationsanlaeggning_nn_1 = mkN "rekreationsanlдggning" ; - rekreationsskog_nn_1 = mkN "rekreationsskog" ; - rekreativ_av_1 = mkA "rekreativ" ; - rekryt_nn_1 = mkN "rekryt" "rekryter" ; - rekrytering_nn_1 = mkN "rekrytering" ; - rektangel_nn_1 = mkN "rektangel" ; - rektangulaer_av_1 = mkA "rektangulдr" ; - rektascension_nn_1 = mkN "rektascension" "rektascensioner" ; - rektifikation_nn_1 = mkN "rektifikation" "rektifikationer" ; - rektion_nn_1 = mkN "rektion" "rektioner" ; - rektor_nn_1 = mkN "rektor" "rektorer" ; - rektorat_nn_1 = mkN "rektorat" neutrum ; - rektorsomraade_nn_1 = mkN "rektorsomrеde" ; - rekurrens_nn_1 = mkN "rekurrens" "rekurrenser" ; - rekurrensrelation_nn_1 = mkN "rekurrensrelation" "rekurrensrelationer" ; - rekviem_nn_1 = mkN "rekviem" neutrum ; - rekvisit_nn_1 = mkN "rekvisit" neutrum ; - rekvisition_nn_1 = mkN "rekvisition" "rekvisitioner" ; - rekvisitoer_nn_1 = mkN "rekvisitцr" "rekvisitцrer" ; - rekyl_nn_1 = mkN "rekyl" "rekyler" ; - relae_nn_1 = mkN "relд" "relдt" "relдer" "relдerna" ; - relaestation_nn_1 = mkN "relдstation" "relдstationer" ; - relation_nn_1 = mkN "relation" "relationer" ; - relationstal_nn_1 = mkN "relationstal" "relationstalet" "relationstalen" "relationstalena" ; - relativ_av_1 = mkA "relativ" ; - relativist_nn_1 = mkN "relativist" "relativister" ; - relativistisk_av_1 = mkA "relativistisk" ; - relativitet_nn_1 = mkN "relativitet" "relativiteter" ; - relativpronomen_nn_1 = mkN "relativpronomen" neutrum ; - relativsats_nn_1 = mkN "relativsats" "relativsatser" ; - relativt_ab_1 = mkAdv "relativt" ; - relaxation_nn_1 = mkN "relaxation" "relaxationer" ; - release_nn_1 = mkN "release" "releaser" ; - relevant_av_1 = mkA "relevant" "relevant" ; - reliabel_av_1 = mkA "reliabel" "reliabelt" "reliabla" "reliabla" "reliablare" "reliablast" "reliablaste" ; - reliabilitet_nn_1 = mkN "reliabilitet" "reliabiliteter" ; - relief_nn_1 = mkN "relief" "reliefer" ; - religioes_av_1 = mkA "religiцs" ; - religion_nn_1 = mkN "religion" "religioner" ; - religionsfoerfoeljelse_nn_1 = mkN "religionsfцrfцljelse" "religionsfцrfцljelser" ; - religionsfrihet_nn_1 = mkN "religionsfrihet" "religionsfriheter" ; - religionslaera_nn_1 = mkN "religionslдra" ; - religionsstiftare_nn_1 = mkN "religionsstiftare" "religionsstiftare" ; - religiositet_nn_1 = mkN "religiositet" "religiositeter" ; - relik_nn_1 = mkN "relik" "reliker" ; - relikt_nn_1 = mkN "relikt" "relikter" ; - reling_nn_1 = mkN "reling" ; - relingsmanning_nn_1 = mkN "relingsmanning" ; - rem_nn_1 = mkN "rem" "remmen" "remmar" "remmarna" ; - rem_nn_2 = mkN "rem" "remen" "rem" "remen" ; - remarkabel_av_1 = mkA "remarkabel" "remarkabelt" "remarkabla" "remarkabla" "remarkablare" "remarkablast" "remarkablaste" ; - remburs_nn_1 = mkN "remburs" "remburser" ; - remedium_nn_1 = mkN "remedium" "remediumet" "remedium" "remedierna" ; - remi_nn_1 = mkN "remi" "remier" ; - reminiscens_nn_1 = mkN "reminiscens" "reminiscenser" ; - remis_nn_2 = mkN "remis" "remiser" ; - remiss_nn_1 = mkN "remiss" "remisser" ; - remissdebatt_nn_1 = mkN "remissdebatt" "remissdebatter" ; - remissvar_nn_1 = mkN "remissvar" neutrum ; - remissyttrande_nn_1 = mkN "remissyttrande" ; - remittent_av_1 = mkA "remittent" "remittent" ; - remittent_nn_1 = mkN "remittent" "remittenter" ; - remmare_nn_1 = mkN "remmare" "remmare" ; - remont_nn_1 = mkN "remont" "remonter" ; - remouladsaas_nn_1 = mkN "remouladsеs" "remouladsеser" ; - remtyg_nn_1 = mkN "remtyg" neutrum ; - remuladsaas_nn_1 = mkN "remuladsеs" "remuladsеser" ; - ren_ab_1 = mkAdv "ren" ; - ren_av_1 = mkA "ren" ; - ren_nn_1 = mkN "ren" "renen" "renar" "renarna" ; - renaessans_nn_1 = mkN "renдssans" "renдssanser" ; - renaessansmaenniska_nn_1 = mkN "renдssansmдnniska" ; - renben_nn_1 = mkN "renben" neutrum ; - rendezvous_nn_1 = mkN "rendezvous" "rendezvouset" "rendezvouser" "rendezvouserna" ; - renegat_nn_1 = mkN "renegat" "renegater" ; - renfaell_nn_1 = mkN "renfдll" ; - rengoering_nn_1 = mkN "rengцring" ; - rengoeringsmedel_nn_1 = mkN "rengцringsmedel" neutrum ; - renhaallningsgubbe_nn_1 = mkN "renhеllningsgubbe" utrum ; - renhaarig_av_1 = mkA "renhеrig" ; - renhet_nn_1 = mkN "renhet" "renheter" ; - renhorn_nn_1 = mkN "renhorn" neutrum ; - rening_nn_1 = mkN "rening" ; - reningsverk_nn_1 = mkN "reningsverk" neutrum ; - renjaegare_nn_1 = mkN "renjдgare" "renjдgare" ; - renjakt_nn_1 = mkN "renjakt" "renjakter" ; - renko_nn_1 = mkN "renko" "renkor" ; - renkonter_nn_1 = mkN "renkonter" "renkontern" "renkontrer" "renkontrerna" ; - renkonterstrid_nn_1 = mkN "renkonterstrid" "renkonterstrider" ; - renlaerig_av_1 = mkA "renlдrig" ; - renlaerighet_nn_1 = mkN "renlдrighet" "renlдrigheter" ; - renlav_nn_1 = mkN "renlav" ; - renlevnad_nn_1 = mkN "renlevnad" "renlevnader" ; - renlevnadsman_nn_1 = mkN "renlevnadsman" "renlevnadsmannen" "renlevnadsmдn" "renlevnadsmдnnen" ; - renlig_av_1 = mkA "renlig" ; - renlighet_nn_1 = mkN "renlighet" "renligheter" ; - renmaerke_nn_1 = mkN "renmдrke" ; - renmage_nn_1 = mkN "renmage" utrum ; - renons_av_1 = mkA "renons" ; - renovation_nn_1 = mkN "renovation" "renovationer" ; - renovering_nn_1 = mkN "renovering" ; - renoxe_nn_1 = mkN "renoxe" utrum ; - renrasig_av_1 = mkA "renrasig" ; - renseri_nn_1 = mkN "renseri" "renserit" "renserier" "renserierna" ; - renskiljning_nn_1 = mkN "renskiljning" ; - renskinn_nn_1 = mkN "renskinn" neutrum ; - renskinnspaels_nn_1 = mkN "renskinnspдls" ; - renskoetare_nn_1 = mkN "renskцtare" "renskцtare" ; - renskriva_vb_1 = mkV "renskriva" "renskrev" "renskrivit" ; - renskrivning_nn_1 = mkN "renskrivning" ; - rensning_nn_1 = mkN "rensning" ; - rentav_ab_1 = mkAdv "rentav" ; - rentier_nn_1 = mkN "rentier" "rentierer" ; - rentjur_nn_1 = mkN "rentjur" ; - rentre_nn_1 = mkN "rentrй" "rentrйer" ; - rentutav_ab_1 = mkAdv "rentutav" ; - reol_nn_1 = mkN "reol" "reoler" ; - reostat_nn_1 = mkN "reostat" "reostater" ; - rep_nn_1 = mkN "rep" neutrum ; - repaenda_nn_1 = mkN "repдnda" "repдndan" "repдndar" "repдndarna" ; - reparabel_av_1 = mkA "reparabel" "reparabelt" "reparabla" "reparabla" "reparablare" "reparablast" "reparablaste" ; - reparation_nn_1 = mkN "reparation" "reparationer" ; - reparatoer_nn_1 = mkN "reparatцr" "reparatцrer" ; - repartition_nn_1 = mkN "repartition" "repartitioner" ; - repertoar_nn_1 = mkN "repertoar" "repertoarer" ; - repetergevaer_nn_1 = mkN "repetergevдr" neutrum ; - repetition_nn_1 = mkN "repetition" "repetitioner" ; - repetitionsoevning_nn_1 = mkN "repetitionsцvning" ; - repetitoer_nn_1 = mkN "repetitцr" "repetitцrer" ; - repetitorium_nn_1 = mkN "repetitorium" "repetitoriet" "repetitorier" "repetitorierna" ; - repig_av_1 = mkA "repig" ; - replik_nn_1 = mkN "replik" "repliker" ; - replipunkt_nn_1 = mkN "replipunkt" "replipunkter" ; - repmaanad_nn_1 = mkN "repmеnad" "repmеnader" ; - repoevning_nn_1 = mkN "repцvning" ; - reportage_nn_1 = mkN "reportage" "reportaget" "reportage" "reportagen" ; - reportagebok_nn_1 = mkN "reportagebok" "reportagebцcker" ; - reporter_nn_1 = mkN "reporter" ; - representant_nn_1 = mkN "representant" "representanter" ; - representation_nn_1 = mkN "representation" "representationer" ; - representativ_av_1 = mkA "representativ" ; - repressalie_nn_1 = mkN "repressalie" "repressalier" ; - repressiv_av_1 = mkA "repressiv" ; - reprimand_nn_1 = mkN "reprimand" "reprimander" ; - repris_nn_1 = mkN "repris" "repriser" ; - repristecken_nn_1 = mkN "repristecken" "repristecknet" "repristecken" "repristecknen" ; - reproduktion_nn_1 = mkN "reproduktion" "reproduktioner" ; - repslagare_nn_1 = mkN "repslagare" "repslagare" ; - repstege_nn_1 = mkN "repstege" utrum ; - reptil_nn_1 = mkN "reptil" "reptiler" ; - republik_nn_1 = mkN "republik" "republiker" ; - republikan_nn_1 = mkN "republikan" "republikaner" ; - republikansk_av_1 = mkA "republikansk" ; - repulsion_nn_1 = mkN "repulsion" "repulsioner" ; - repulsiv_av_1 = mkA "repulsiv" ; - reputerlig_av_1 = mkA "reputerlig" ; - resaar_nn_1 = mkN "resеr" "resеrer" ; - resande_nn_1 = mkN "resande" "resanden" "resande" "resandena" ; - resandebok_nn_1 = mkN "resandebok" "resandebцcker" ; - rese_nn_1 = mkN "rese" utrum ; - resebiljett_nn_1 = mkN "resebiljett" "resebiljetter" ; - resebyraa_nn_1 = mkN "resebyrе" "resebyrеer" ; - resecheck_nn_1 = mkN "resecheck" ; - resefoerbud_nn_1 = mkN "resefцrbud" neutrum ; - resegrammofon_nn_1 = mkN "resegrammofon" "resegrammofoner" ; - resekreditiv_nn_1 = mkN "resekreditiv" neutrum ; - resektion_nn_1 = mkN "resektion" "resektioner" ; - reseledare_nn_1 = mkN "reseledare" "reseledare" ; - resenaer_nn_1 = mkN "resenдr" "resenдrer" ; - reseraekning_nn_1 = mkN "reserдkning" ; - reserv_nn_1 = mkN "reserv" "reserver" ; - reservant_nn_1 = mkN "reservant" "reservanter" ; - reservare_nn_1 = mkN "reservare" "reservare" ; - reservat_nn_1 = mkN "reservat" neutrum ; - reservation_nn_1 = mkN "reservation" "reservationer" ; - reservdel_nn_1 = mkN "reservdel" "reservdelen" "reservdelar" "reservdelarna" ; - reservlager_nn_1 = mkN "reservlager" neutrum ; - reservnaering_nn_1 = mkN "reservnдring" ; - reservoar_nn_1 = mkN "reservoar" "reservoarer" ; - reservofficer_nn_1 = mkN "reservofficer" "reservofficern" "reservofficerare" "reservofficerarna" ; - reservspelare_nn_1 = mkN "reservspelare" "reservspelare" ; - reseskildring_nn_1 = mkN "reseskildring" ; - residens_nn_1 = mkN "residens" neutrum ; - residensstad_nn_1 = mkN "residensstad" "residensstдder" ; - residuum_nn_1 = mkN "residuum" "residuet" "residuer" "residuerna" ; - resistensomraade_nn_1 = mkN "resistensomrеde" ; - resistent_av_1 = mkA "resistent" "resistent" ; - resistivitet_nn_1 = mkN "resistivitet" "resistiviteter" ; - resistor_nn_1 = mkN "resistor" "resistorer" ; - resklass_nn_1 = mkN "resklass" "resklasser" ; - reskript_nn_1 = mkN "reskript" neutrum ; - reslig_av_1 = mkA "reslig" ; - resning_nn_1 = mkN "resning" ; - resolut_av_1 = mkA "resolut" "resolut" ; - resolution_nn_1 = mkN "resolution" "resolutioner" ; - resonabel_av_1 = mkA "resonabel" "resonabelt" "resonabla" "resonabla" "resonablare" "resonablast" "resonablaste" ; - resonansbotten_nn_1 = mkN "resonansbotten" ; - resonemang_nn_1 = mkN "resonemang" neutrum ; - resonemangskarusell_nn_1 = mkN "resonemangskarusell" "resonemangskaruseller" ; - resonemangsparti_nn_1 = mkN "resonemangsparti" "resonemangspartit" "resonemangspartier" "resonemangspartierna" ; - resonlig_av_1 = mkA "resonlig" ; - resonoer_nn_1 = mkN "resonцr" "resonцrer" ; - respass_nn_1 = mkN "respass" neutrum ; - respektabel_av_1 = mkA "respektabel" "respektabelt" "respektabla" "respektabla" "respektablare" "respektablast" "respektablaste" ; - respektfull_av_1 = mkA "respektfull" ; - respektingivande_av_1 = mkA "respektingivande" ; - respektive_av_1 = mkA "respektive" ; - respektloes_av_1 = mkA "respektlцs" ; - respirator_nn_1 = mkN "respirator" "respiratorer" ; - respiratorisk_av_1 = mkA "respiratorisk" ; - respit_nn_1 = mkN "respit" "respiter" ; - respondent_nn_1 = mkN "respondent" "respondenter" ; - ressentiment_nn_1 = mkN "ressentiment" neutrum ; - rest_nn_1 = mkN "rest" "rester" ; - restaurang_nn_1 = mkN "restaurang" "restauranger" ; - restauranggaest_nn_1 = mkN "restauranggдst" "restauranggдster" ; - restaurangkoek_nn_1 = mkN "restaurangkцk" neutrum ; - restaurangvagn_nn_1 = mkN "restaurangvagn" ; - restauration_nn_1 = mkN "restauration" "restaurationer" ; - restauratoer_nn_1 = mkN "restauratцr" "restauratцrer" ; - restaurator_nn_1 = mkN "restaurator" "restauratorer" ; - restauratris_nn_1 = mkN "restauratris" "restauratriser" ; - restaurering_nn_1 = mkN "restaurering" ; - restitution_nn_1 = mkN "restitution" "restitutioner" ; - restlaengd_nn_1 = mkN "restlдngd" "restlдngder" ; - restlager_nn_1 = mkN "restlager" neutrum ; - restloes_av_1 = mkA "restlцs" ; - restprodukt_nn_1 = mkN "restprodukt" "restprodukter" ; - restriktion_nn_1 = mkN "restriktion" "restriktioner" ; - restriktiv_av_1 = mkA "restriktiv" ; - restskatt_nn_1 = mkN "restskatt" "restskatter" ; - resultant_nn_1 = mkN "resultant" "resultanter" ; - resultat_nn_1 = mkN "resultat" neutrum ; - resultativ_av_1 = mkA "resultativ" ; - resultatloes_av_1 = mkA "resultatlцs" ; - resultatraekning_nn_1 = mkN "resultatrдkning" ; - resultatredovisning_nn_1 = mkN "resultatredovisning" ; - resume_nn_1 = mkN "resumй" "resumйer" ; - resurs_nn_1 = mkN "resurs" "resurser" ; - resvaeg_nn_1 = mkN "resvдg" ; - retardation_nn_1 = mkN "retardation" "retardationer" ; - retbarhet_nn_1 = mkN "retbarhet" "retbarheter" ; - retfull_av_1 = mkA "retfull" ; - retlig_av_1 = mkA "retlig" ; - retning_nn_1 = mkN "retning" ; - retor_nn_1 = mkN "retor" "retorer" ; - retoriker_nn_1 = mkN "retoriker" "retorikern" "retoriker" "retorikerna" ; - retorisk_av_1 = mkA "retorisk" ; - retort_nn_1 = mkN "retort" "retorter" ; - retraett_nn_1 = mkN "retrдtt" "retrдtter" ; - retraettplats_nn_1 = mkN "retrдttplats" "retrдttplatser" ; - retriever_nn_1 = mkN "retriever" ; - retroaktiv_av_1 = mkA "retroaktiv" ; - retrospektiv_av_1 = mkA "retrospektiv" ; - retsam_av_1 = mkA "retsam" "retsamt" "retsamma" "retsamma" "retsammare" "retsammast" "retsammaste" ; - retsamhet_nn_1 = mkN "retsamhet" "retsamheter" ; - retur_nn_1 = mkN "retur" "returer" ; - returglas_nn_1 = mkN "returglas" neutrum ; - returmatch_nn_1 = mkN "returmatch" "returmatcher" ; - returporto_nn_1 = mkN "returporto" "returportot" "returporton" "returportona" ; - retusch_nn_1 = mkN "retusch" "retuscher" ; - reumatiker_nn_1 = mkN "reumatiker" "reumatikern" "reumatiker" "reumatikerna" ; - reumatisk_av_1 = mkA "reumatisk" ; - reumatolog_nn_1 = mkN "reumatolog" "reumatologer" ; - rev_nn_1 = mkN "rev" neutrum ; - rev_nn_2 = mkN "rev" ; - revaer_nn_1 = mkN "revдr" "revдrer" ; - revansch_nn_1 = mkN "revansch" "revanscher" ; - revben_nn_1 = mkN "revben" neutrum ; - revbensspjaell_nn_1 = mkN "revbensspjдll" neutrum ; - revel_nn_1 = mkN "revel" ; - revelation_nn_1 = mkN "revelation" "revelationer" ; - revelj_nn_1 = mkN "revelj" "reveljer" ; - reveny_nn_1 = mkN "reveny" "revenyer" ; - reverens_nn_1 = mkN "reverens" "reverenser" ; - reverenter_ab_1 = mkAdv "reverenter" ; - revers_nn_1 = mkN "revers" "reverser" ; - reversal_nn_1 = mkN "reversal" neutrum ; - reversibel_av_1 = mkA "reversibel" "reversibelt" "reversibla" "reversibla" "reversiblare" "reversiblast" "reversiblaste" ; - revider_nn_1 = mkN "revider" "revideret" "revider" "revideren" ; - revir_nn_1 = mkN "revir" neutrum ; - revision_nn_1 = mkN "revision" "revisioner" ; - revisionist_nn_1 = mkN "revisionist" "revisionister" ; - revisionsberaettelse_nn_1 = mkN "revisionsberдttelse" "revisionsberдttelser" ; - revisionssekreterare_nn_1 = mkN "revisionssekreterare" "revisionssekreterare" ; - revisor_nn_1 = mkN "revisor" "revisorer" ; - revning_nn_1 = mkN "revning" ; - revoke_nn_1 = mkN "revoke" "revoker" ; - revolt_nn_1 = mkN "revolt" "revolter" ; - revoltoer_nn_1 = mkN "revoltцr" "revoltцrer" ; - revolution_nn_1 = mkN "revolution" "revolutioner" ; - revolutionaer_av_1 = mkA "revolutionдr" ; - revolutionaer_nn_1 = mkN "revolutionдr" "revolutionдrer" ; - revolutionerande_av_1 = mkA "revolutionerande" ; - revolver_nn_1 = mkN "revolver" ; - revorm_nn_1 = mkN "revorm" ; - revy_nn_1 = mkN "revy" "revyer" ; - revyartist_nn_1 = mkN "revyartist" "revyartister" ; - rh_faktor_nn_1 = mkN "rh-faktor" "rh-faktorer" ; - rh_negativ_av_1 = mkA "rh-negativ" ; - rh_positiv_av_1 = mkA "rh-positiv" ; - rhensk_av_1 = mkA "rhensk" ; - rhenvin_nn_1 = mkN "rhenvin" "rhenvinet" "rhenviner" "rhenvinerna" ; - rhizom_nn_1 = mkN "rhizom" "rhizomer" ; - rhodesier_nn_1 = mkN "rhodesier" "rhodesiern" "rhodesier" "rhodesierna" ; - rhodesisk_av_1 = mkA "rhodesisk" ; - rhododendron_nn_1 = mkN "rhododendron" "rhododendronen" "rhododendron" "rhododendrerna" ; - ri_nn_1 = mkN "ri" "riet" "rin" "rien" ; - ribbstol_nn_1 = mkN "ribbstol" ; - ribbvalv_nn_1 = mkN "ribbvalv" neutrum ; - ribosom_nn_1 = mkN "ribosom" "ribosomer" ; - ricinbuske_nn_1 = mkN "ricinbuske" utrum ; - rickettsie_nn_1 = mkN "rickettsie" "rickettsier" ; - rickig_av_1 = mkA "rickig" ; - rickshaw_nn_1 = mkN "rickshaw" "rickshawn" "rickshawer" "rickshawerna" ; - rida_vb_1 = mkV "rida" "red" "ridit" ; - ridaa_nn_1 = mkN "ridе" "ridеer" ; - ridaafall_nn_1 = mkN "ridеfall" neutrum ; - ridborgarmaerke_nn_1 = mkN "ridborgarmдrke" ; - riddare_nn_1 = mkN "riddare" "riddare" ; - riddarhus_nn_1 = mkN "riddarhus" neutrum ; - riddarorden_nn_1 = mkN "riddarorden" ; - riddarslag_nn_1 = mkN "riddarslag" neutrum ; - riddarsporre_nn_1 = mkN "riddarsporre" utrum ; - ridderlig_av_1 = mkA "ridderlig" ; - riddersman_nn_1 = mkN "riddersman" "riddersmannen" "riddersmдn" "riddersmдnnen" ; - ridhaest_nn_1 = mkN "ridhдst" ; - ridhaestdressyr_nn_1 = mkN "ridhдstdressyr" "ridhдstdressyrer" ; - ridhus_nn_1 = mkN "ridhus" neutrum ; - ridikyl_nn_1 = mkN "ridikyl" "ridikyler" ; - ridinstruktoer_nn_1 = mkN "ridinstruktцr" "ridinstruktцrer" ; - ridkunnig_av_1 = mkA "ridkunnig" ; - ridkunnighet_nn_1 = mkN "ridkunnighet" "ridkunnigheter" ; - ridkunnighetsprov_nn_1 = mkN "ridkunnighetsprov" neutrum ; - ridning_nn_1 = mkN "ridning" ; - ridsaar_nn_1 = mkN "ridsеr" neutrum ; - ridspoe_nn_1 = mkN "ridspц" "ridspцet" "ridspцn" "ridspцna" ; - ridstoevel_nn_1 = mkN "ridstцvel" ; - ridtaevling_nn_1 = mkN "ridtдvling" ; - ridtur_nn_1 = mkN "ridtur" "ridturer" ; - riesenschnauzer_nn_1 = mkN "riesenschnauzer" ; - riff_nn_1 = mkN "riff" neutrum ; - rififikupp_nn_1 = mkN "rififikupp" "rififikupper" ; - rigel_nn_1 = mkN "rigel" ; - rigg_nn_1 = mkN "rigg" ; - rigoroes_av_1 = mkA "rigorцs" ; - rik_av_1 = mkA "rik" ; - rikedom_nn_1 = mkN "rikedom" ; - rikeman_nn_1 = mkN "rikeman" "rikemannen" "rikemдn" "rikemдnnen" ; - rikemansbarn_nn_1 = mkN "rikemansbarn" neutrum ; - rikhaltig_av_1 = mkA "rikhaltig" ; - riklig_av_1 = mkA "riklig" ; - rikligen_ab_1 = mkAdv "rikligen" ; - rikoschett_nn_1 = mkN "rikoschett" "rikoschetter" ; - riks_nn_1 = mkN "riks" neutrum ; - riksaaklagare_nn_1 = mkN "riksеklagare" "riksеklagare" ; - riksantikvarie_nn_1 = mkN "riksantikvarie" "riksantikvarier" ; - riksarkiv_nn_1 = mkN "riksarkiv" neutrum ; - riksarkivarie_nn_1 = mkN "riksarkivarie" "riksarkivarier" ; - riksbank_nn_1 = mkN "riksbank" "riksbanker" ; - riksbekant_av_1 = mkA "riksbekant" "riksbekant" ; - riksbibliotekarie_nn_1 = mkN "riksbibliotekarie" "riksbibliotekarier" ; - riksbyggare_nn_1 = mkN "riksbyggare" "riksbyggare" ; - riksdag_nn_1 = mkN "riksdag" ; - riksdagsgrupp_nn_1 = mkN "riksdagsgrupp" "riksdagsgrupper" ; - riksdagshus_nn_1 = mkN "riksdagshus" neutrum ; - riksdagskvinna_nn_1 = mkN "riksdagskvinna" ; - riksdagsledamot_nn_1 = mkN "riksdagsledamot" "riksdagsledamцter" ; - riksdagsman_nn_1 = mkN "riksdagsman" "riksdagsmannen" "riksdagsmдn" "riksdagsmдnnen" ; - riksdagsmandat_nn_1 = mkN "riksdagsmandat" neutrum ; - riksdagsordning_nn_1 = mkN "riksdagsordning" ; - riksdagsparti_nn_1 = mkN "riksdagsparti" "riksdagspartit" "riksdagspartier" "riksdagspartierna" ; - riksdagsprotokoll_nn_1 = mkN "riksdagsprotokoll" neutrum ; - riksdagssammantraede_nn_1 = mkN "riksdagssammantrдde" ; - riksdagsval_nn_1 = mkN "riksdagsval" neutrum ; - riksdaler_nn_1 = mkN "riksdaler" "riksdalern" "riksdaler" "riksdalerna" ; - riksfoerbund_nn_1 = mkN "riksfцrbund" neutrum ; - riksfoerestaandare_nn_1 = mkN "riksfцrestеndare" "riksfцrestеndare" ; - riksgenomsnitt_nn_1 = mkN "riksgenomsnitt" neutrum ; - riksgraens_nn_1 = mkN "riksgrдns" "riksgrдnser" ; - rikskansler_nn_1 = mkN "rikskansler" "rikskanslern" "rikskanslerer" "rikskanslererna" ; - rikslikare_nn_1 = mkN "rikslikare" "rikslikare" ; - riksmarskalk_nn_1 = mkN "riksmarskalk" ; - riksmoete_nn_1 = mkN "riksmцte" ; - riksnaet_nn_1 = mkN "riksnдt" neutrum ; - riksnyckel_nn_1 = mkN "riksnyckel" ; - riksomfattande_av_1 = mkA "riksomfattande" ; - riksorganisation_nn_1 = mkN "riksorganisation" "riksorganisationer" ; - riksplanering_nn_1 = mkN "riksplanering" ; - riksprototyp_nn_1 = mkN "riksprototyp" "riksprototyper" ; - riksraad_nn_1 = mkN "riksrеd" neutrum ; - riksraett_nn_1 = mkN "riksrдtt" "riksrдtter" ; - riksroes_nn_1 = mkN "riksrцs" neutrum ; - rikssamtal_nn_1 = mkN "rikssamtal" "rikssamtalet" "rikssamtalen" "rikssamtalena" ; - riksspraak_nn_1 = mkN "rikssprеk" neutrum ; - rikssvensk_av_1 = mkA "rikssvensk" ; - rikstidning_nn_1 = mkN "rikstidning" ; - riksvaeg_nn_1 = mkN "riksvдg" ; - riksvapen_nn_1 = mkN "riksvapen" "riksvapnet" "riksvapen" "riksvapnen" ; - riksviktig_av_1 = mkA "riksviktig" ; - riktig_av_1 = mkA "riktig" ; - riktighet_nn_1 = mkN "riktighet" "riktigheter" ; - riktinstrument_nn_1 = mkN "riktinstrument" neutrum ; - riktkarl_nn_1 = mkN "riktkarl" ; - riktlinje_nn_1 = mkN "riktlinje" "riktlinjer" ; - riktmaerke_nn_1 = mkN "riktmдrke" ; - riktmedel_nn_1 = mkN "riktmedel" neutrum ; - riktning_nn_1 = mkN "riktning" ; - riktningskoefficient_nn_1 = mkN "riktningskoefficient" "riktningskoefficienter" ; - riktnummer_nn_1 = mkN "riktnummer" neutrum ; - riktpris_nn_1 = mkN "riktpris" neutrum ; - riktpunkt_nn_1 = mkN "riktpunkt" "riktpunkter" ; - rim_nn_1 = mkN "rim" "rimmet" "rim" "rimmen" ; - rimlexikon_nn_1 = mkN "rimlexikon" neutrum ; - rimlig_av_1 = mkA "rimlig" ; - rimligen_ab_1 = mkAdv "rimligen" ; - rimlighet_nn_1 = mkN "rimlighet" "rimligheter" ; - rimligtvis_ab_1 = mkAdv "rimligtvis" ; - rimsmed_nn_1 = mkN "rimsmed" "rimsmeder" ; - rimturs_nn_1 = mkN "rimturs" ; - ring_nn_1 = mkN "ring" ; - ringa_av_1 = mkA "ringa" ; - ringaktning_nn_1 = mkN "ringaktning" ; - ringare_nn_1 = mkN "ringare" "ringare" ; - ringart_nn_1 = mkN "ringart" "ringarter" ; - ringberg_nn_1 = mkN "ringberg" neutrum ; - ringbrosk_nn_1 = mkN "ringbrosk" neutrum ; - ringbrynja_nn_1 = mkN "ringbrynja" ; - ringdans_nn_1 = mkN "ringdans" "ringdanser" ; - ringdomare_nn_1 = mkN "ringdomare" "ringdomare" ; - ringfinger_nn_1 = mkN "ringfinger" ; - ringformig_av_1 = mkA "ringformig" ; - ringhet_nn_1 = mkN "ringhet" "ringheter" ; - ringlek_nn_1 = mkN "ringlek" ; - ringmask_nn_1 = mkN "ringmask" ; - ringmur_nn_1 = mkN "ringmur" ; - ringning_nn_1 = mkN "ringning" ; - ringorm_nn_1 = mkN "ringorm" ; - ringpaerm_nn_1 = mkN "ringpдrm" ; - ringprydd_av_1 = mkA "ringprydd" ; - ringraev_nn_1 = mkN "ringrдv" ; - ringrev_nn_1 = mkN "ringrev" neutrum ; - ringrostig_av_1 = mkA "ringrostig" ; - ringstruktur_nn_1 = mkN "ringstruktur" "ringstrukturer" ; - ringtryck_nn_1 = mkN "ringtryck" neutrum ; - ringvrak_nn_1 = mkN "ringvrak" neutrum ; - rink_nn_1 = mkN "rink" ; - rinna_vb_1 = mkV "rinna" "rann" "runnit" ; - ripost_nn_1 = mkN "ripost" "riposter" ; - rippel_nn_1 = mkN "rippel" ; - rips_nn_1 = mkN "rips" "ripser" ; - ris_nn_1 = mkN "ris" neutrum ; - risgryn_nn_1 = mkN "risgryn" neutrum ; - rishoeg_nn_1 = mkN "rishцg" ; - risig_av_1 = mkA "risig" ; - risk_nn_1 = mkN "risk" "risker" ; - riskabel_av_1 = mkA "riskabel" "riskabelt" "riskabla" "riskabla" "riskablare" "riskablast" "riskablaste" ; - riskfaktor_nn_1 = mkN "riskfaktor" "riskfaktorer" ; - riskfylld_av_1 = mkA "riskfylld" "riskfyllt" ; - riskgrupp_nn_1 = mkN "riskgrupp" "riskgrupper" ; - riskmodell_nn_1 = mkN "riskmodell" "riskmodeller" ; - risknivaa_nn_1 = mkN "risknivе" "risknivеer" ; - riskomraade_nn_1 = mkN "riskomrеde" ; - risktagare_nn_1 = mkN "risktagare" "risktagare" ; - risktal_nn_1 = mkN "risktal" "risktalet" "risktalen" "risktalena" ; - riskuppfattning_nn_1 = mkN "riskuppfattning" ; - riskvillig_av_1 = mkA "riskvillig" ; - riskzon_nn_1 = mkN "riskzon" "riskzoner" ; - risoll_nn_1 = mkN "risoll" "risoller" ; - risraett_nn_1 = mkN "risrдtt" "risrдtter" ; - rissel_nn_1 = mkN "rissel" neutrum ; - ristning_nn_1 = mkN "ristning" ; - risvase_nn_1 = mkN "risvase" utrum ; - rit_nn_1 = mkN "rit" "riter" ; - ritapparat_nn_1 = mkN "ritapparat" "ritapparater" ; - ritardando_ab_1 = mkAdv "ritardando" ; - ritardando_nn_1 = mkN "ritardando" "ritardandot" "ritardandon" "ritardandona" ; - ritare_nn_1 = mkN "ritare" "ritare" ; - ritbestick_nn_1 = mkN "ritbestick" neutrum ; - ritblock_nn_1 = mkN "ritblock" neutrum ; - ritbord_nn_1 = mkN "ritbord" neutrum ; - ritkol_nn_1 = mkN "ritkol" neutrum ; - ritning_nn_1 = mkN "ritning" ; - rits_nn_1 = mkN "rits" ; - ritt_nn_1 = mkN "ritt" "ritter" ; - ritual_nn_1 = mkN "ritual" neutrum ; - ritualism_nn_1 = mkN "ritualism" "ritualismer" ; - ritualmord_nn_1 = mkN "ritualmord" neutrum ; - rituell_av_1 = mkA "rituell" ; - riva_vb_1 = mkV "riva" "rev" "rivit" ; - rival_nn_1 = mkN "rival" "rivaler" ; - rivalitet_nn_1 = mkN "rivalitet" "rivaliteter" ; - rivig_av_1 = mkA "rivig" ; - rivjaern_nn_1 = mkN "rivjдrn" neutrum ; - rivning_nn_1 = mkN "rivning" ; - rivningshus_nn_1 = mkN "rivningshus" neutrum ; - rivningskaak_nn_1 = mkN "rivningskеk" ; - rivningskontrakt_nn_1 = mkN "rivningskontrakt" neutrum ; - rivningslaegenhet_nn_1 = mkN "rivningslдgenhet" "rivningslдgenheter" ; - rivningstomt_nn_1 = mkN "rivningstomt" "rivningstomter" ; - rivstart_nn_1 = mkN "rivstart" "rivstarter" ; - ro_nn_2 = mkN "ro" "ron" "ron" "rona" ; - ro_ro_fartyg_nn_1 = mkN "ro-ro-fartyg" neutrum ; - roadie_nn_1 = mkN "roadie" "roadien" "roadies" "roadiesen" ; - rob_nn_1 = mkN "rob" "rober" ; - robbert_nn_1 = mkN "robbert" ; - robe_nn_1 = mkN "robe" "rober" ; - robinsonad_nn_1 = mkN "robinsonad" "robinsonader" ; - robot_nn_1 = mkN "robot" ; - robotvapen_nn_1 = mkN "robotvapen" "robotvapnet" "robotvapen" "robotvapnen" ; - robust_av_1 = mkA "robust" "robust" ; - rock_nn_1 = mkN "rock" ; - rockad_nn_1 = mkN "rockad" "rockader" ; - rockring_nn_1 = mkN "rockring" ; - rockslusk_nn_1 = mkN "rockslusk" ; - rockvaktmaestare_nn_1 = mkN "rockvaktmдstare" "rockvaktmдstare" ; - rodd_nn_1 = mkN "rodd" "rodder" ; - roddarbaenk_nn_1 = mkN "roddarbдnk" ; - roddare_nn_1 = mkN "roddare" "roddare" ; - roddarmadam_nn_1 = mkN "roddarmadam" "roddarmadammen" "roddarmadammer" "roddarmadammerna" ; - roddarsaang_nn_1 = mkN "roddarsеng" "roddarsеnger" ; - roddarslav_nn_1 = mkN "roddarslav" ; - roddbaat_nn_1 = mkN "roddbеt" ; - rodel_nn_1 = mkN "rodel" ; - rodeo_nn_1 = mkN "rodeo" "rodeor" ; - roder_nn_1 = mkN "roder" neutrum ; - rodnad_nn_1 = mkN "rodnad" "rodnader" ; - rododendron_nn_1 = mkN "rododendron" "rododendronen" "rododendron" "rododendrerna" ; - roe_nn_1 = mkN "rц" "rцt" "rц" "rцna" ; - roed_av_1 = mkA "rцd" ; - roedaktig_av_1 = mkA "rцdaktig" ; - roedblaa_av_1 = mkA "rцdblе" "rцdblеtt" ; - roedblind_av_1 = mkA "rцdblind" ; - roedblommig_av_1 = mkA "rцdblommig" ; - roedblond_av_1 = mkA "rцdblond" ; - roedbok_nn_1 = mkN "rцdbok" ; - roedbrokig_av_1 = mkA "rцdbrokig" ; - roedbrun_av_1 = mkA "rцdbrun" ; - roedbrusig_av_1 = mkA "rцdbrusig" ; - roedfilter_nn_1 = mkN "rцdfilter" neutrum ; - roedflammig_av_1 = mkA "rцdflammig" ; - roedgraaten_av_1 = mkA "rцdgrеten" "rцdgrеtet" ; - roedgroenblind_av_1 = mkA "rцdgrцnblind" ; - roedhaarig_av_1 = mkA "rцdhеrig" ; - roedhake_nn_1 = mkN "rцdhake" utrum ; - roedhakesaangare_nn_1 = mkN "rцdhakesеngare" "rцdhakesеngare" ; - roeding_nn_1 = mkN "rцding" ; - roedlaett_av_1 = mkA "rцdlдtt" ; - roedlila_av_1 = mkA "rцdlila" ; - roedmosig_av_1 = mkA "rцdmosig" ; - roednaest_av_1 = mkA "rцdnдst" "rцdnдst" ; - roedraev_nn_1 = mkN "rцdrдv" ; - roedskinn_nn_1 = mkN "rцdskinn" neutrum ; - roedspraengd_av_1 = mkA "rцdsprдngd" "rцdsprдngt" ; - roedstjaert_nn_1 = mkN "rцdstjдrt" ; - roedtunga_nn_1 = mkN "rцdtunga" ; - roedvaeppling_nn_1 = mkN "rцdvдppling" ; - roedvin_nn_1 = mkN "rцdvin" "rцdvinet" "rцdviner" "rцdvinerna" ; - roejdykare_nn_1 = mkN "rцjdykare" "rцjdykare" ; - roejel_nn_1 = mkN "rцjel" ; - roejning_nn_1 = mkN "rцjning" ; - roek_nn_1 = mkN "rцk" ; - roekare_nn_1 = mkN "rцkare" "rцkare" ; - roekbomb_nn_1 = mkN "rцkbomb" "rцkbomber" ; - roekdetektor_nn_1 = mkN "rцkdetektor" "rцkdetektorer" ; - roekdykare_nn_1 = mkN "rцkdykare" "rцkdykare" ; - roekelse_nn_1 = mkN "rцkelse" "rцkelser" ; - roekelsekar_nn_1 = mkN "rцkelsekar" neutrum ; - roekeri_nn_1 = mkN "rцkeri" "rцkerit" "rцkerier" "rцkerierna" ; - roekfaang_nn_1 = mkN "rцkfеng" neutrum ; - roekgaang_nn_1 = mkN "rцkgеng" ; - roekgas_nn_1 = mkN "rцkgas" "rцkgaser" ; - roekig_av_1 = mkA "rцkig" ; - roekkanal_nn_1 = mkN "rцkkanal" "rцkkanaler" ; - roekkupe_nn_1 = mkN "rцkkupй" "rцkkupйer" ; - roekmask_nn_1 = mkN "rцkmask" "rцkmasker" ; - roekridaa_nn_1 = mkN "rцkridе" "rцkridеer" ; - roekring_nn_1 = mkN "rцkring" ; - roekrock_nn_1 = mkN "rцkrock" ; - roeksvag_av_1 = mkA "rцksvag" ; - roeksvamp_nn_1 = mkN "rцksvamp" ; - roektopas_nn_1 = mkN "rцktopas" "rцktopaser" ; - roen_nn_1 = mkN "rцn" neutrum ; - roenn_nn_1 = mkN "rцnn" ; - roennbaer_nn_1 = mkN "rцnnbдr" neutrum ; - roentgenapparat_nn_1 = mkN "rцntgenapparat" "rцntgenapparater" ; - roentgenbehandling_nn_1 = mkN "rцntgenbehandling" ; - roentgenbild_nn_1 = mkN "rцntgenbild" "rцntgenbilder" ; - roentgenkamera_nn_1 = mkN "rцntgenkamera" ; - roentgenmikroskop_nn_1 = mkN "rцntgenmikroskop" neutrum ; - roentgenroer_nn_1 = mkN "rцntgenrцr" neutrum ; - roentgenstraalande_av_1 = mkA "rцntgenstrеlande" ; - roentgenundersoekning_nn_1 = mkN "rцntgenundersцkning" ; - roer_nn_1 = mkN "rцr" neutrum ; - roerande_av_1 = mkA "rцrande" ; - roerblad_nn_1 = mkN "rцrblad" neutrum ; - roerd_av_1 = mkA "rцrd" "rцrt" ; - roerdrom_nn_1 = mkN "rцrdrom" "rцrdrommen" "rцrdrommar" "rцrdrommarna" ; - roerelse_nn_1 = mkN "rцrelse" "rцrelser" ; - roerelsecentrum_nn_1 = mkN "rцrelsecentrum" neutrum ; - roerelsefrihet_nn_1 = mkN "rцrelsefrihet" "rцrelsefriheter" ; - roerelseinkomst_nn_1 = mkN "rцrelseinkomst" "rцrelseinkomster" ; - roerelsekapital_nn_1 = mkN "rцrelsekapital" neutrum ; - roerelsekommando_nn_1 = mkN "rцrelsekommando" "rцrelsekommandot" "rцrelsekommandon" "rцrelsekommandona" ; - roerelsemaengd_nn_1 = mkN "rцrelsemдngd" "rцrelsemдngder" ; - roerelsemaengdsmoment_nn_1 = mkN "rцrelsemдngdsmoment" "rцrelsemдngdsmomentet" "rцrelsemдngdsmomenten" "rцrelsemдngdsmomentena" ; - roerelsemoenster_nn_1 = mkN "rцrelsemцnster" neutrum ; - roerelsestoerning_nn_1 = mkN "rцrelsestцrning" ; - roerig_av_1 = mkA "rцrig" ; - roering_nn_1 = mkN "rцring" ; - roerlaeggare_nn_1 = mkN "rцrlдggare" "rцrlдggare" ; - roerledning_nn_1 = mkN "rцrledning" ; - roerlig_av_1 = mkA "rцrlig" ; - roerlighet_nn_1 = mkN "rцrlighet" "rцrligheter" ; - roermokare_nn_1 = mkN "rцrmokare" "rцrmokare" ; - roermontoer_nn_1 = mkN "rцrmontцr" "rцrmontцrer" ; - roersaangare_nn_1 = mkN "rцrsеngare" "rцrsеngare" ; - roersopp_nn_1 = mkN "rцrsopp" ; - roersvamp_nn_1 = mkN "rцrsvamp" ; - roertaang_nn_1 = mkN "rцrtеng" "rцrtдnger" ; - roes_nn_1 = mkN "rцs" ; - roest_nn_1 = mkN "rцst" "rцster" ; - roest_nn_2 = mkN "rцst" neutrum ; - roestetal_nn_1 = mkN "rцstetal" "rцstetalet" "rцstetalen" "rцstetalena" ; - roestjaern_nn_1 = mkN "rцstjдrn" neutrum ; - roestkort_nn_1 = mkN "rцstkort" neutrum ; - roestlaengd_nn_1 = mkN "rцstlдngd" "rцstlдngder" ; - roestraettsfraaga_nn_1 = mkN "rцstrдttsfrеga" ; - roestsedel_nn_1 = mkN "rцstsedel" ; - roeststyrka_nn_1 = mkN "rцststyrka" ; - roetaegg_nn_1 = mkN "rцtдgg" neutrum ; - roetkammare_nn_1 = mkN "rцtkammare" "rцtkammaren" "rцtkamrar" "rцtkamrarna" ; - roetmaanad_nn_1 = mkN "rцtmеnad" "rцtmеnader" ; - roev_nn_1 = mkN "rцv" ; - roevare_nn_1 = mkN "rцvare" "rцvare" ; - roevarhistoria_nn_1 = mkN "rцvarhistoria" "rцvarhistorien" "rцvarhistorier" "rцvarhistorierna" ; - roevarpris_nn_1 = mkN "rцvarpris" neutrum ; - roeveri_nn_1 = mkN "rцveri" "rцverit" "rцverier" "rцverierna" ; - roevslickare_nn_1 = mkN "rцvslickare" "rцvslickare" ; - rofylld_av_1 = mkA "rofylld" "rofyllt" ; - rogivande_av_1 = mkA "rogivande" ; - rojalist_nn_1 = mkN "rojalist" "rojalister" ; - rojalistisk_av_1 = mkA "rojalistisk" ; - rokokodam_nn_1 = mkN "rokokodam" "rokokodamer" ; - rolig_av_1 = mkA "rolig" ; - rolighet_nn_1 = mkN "rolighet" "roligheter" ; - rolighetsminister_nn_1 = mkN "rolighetsminister" ; - roll_nn_1 = mkN "roll" "roller" ; - roll_nn_2 = mkN "roll" ; - roll_on'2Froll_off_fartyg_nn_1 = mkN "roll-on/roll-off-fartyg" neutrum ; - roll_on_deodorant_nn_1 = mkN "roll-on-deodorant" "roll-on-deodoranter" ; - roller_nn_1 = mkN "roller" ; - rollfack_nn_1 = mkN "rollfack" neutrum ; - rollmops_nn_1 = mkN "rollmops" ; - rollspel_nn_1 = mkN "rollspel" "rollspelet" "rollspel" "rollspelen" ; - roloes_av_1 = mkA "rolцs" ; - roman_nn_1 = mkN "roman" "romaner" ; - romanesk_av_1 = mkA "romanesk" ; - romanfoerfattare_nn_1 = mkN "romanfцrfattare" "romanfцrfattare" ; - romanist_nn_1 = mkN "romanist" "romanister" ; - romanistik_nn_1 = mkN "romanistik" "romanistiker" ; - romanistisk_av_1 = mkA "romanistisk" ; - romans_nn_1 = mkN "romans" "romanser" ; - romansk_av_1 = mkA "romansk" ; - romantiker_nn_1 = mkN "romantiker" "romantikern" "romantiker" "romantikerna" ; - romantisering_nn_1 = mkN "romantisering" ; - romantisk_av_1 = mkA "romantisk" ; - romare_nn_1 = mkN "romare" "romare" ; - romb_nn_1 = mkN "romb" "romber" ; - rombisk_av_1 = mkA "rombisk" ; - romboid_nn_1 = mkN "romboid" "romboider" ; - romersk_av_1 = mkA "romersk" ; - romersk_katolsk_av_1 = mkA "romersk-katolsk" ; - rond_nn_1 = mkN "rond" "ronder" ; - rondell_nn_1 = mkN "rondell" "rondeller" ; - rondo_nn_1 = mkN "rondo" "rondot" "rondon" "rondona" ; - rop_nn_1 = mkN "rop" neutrum ; - roquefortost_nn_1 = mkN "roquefortost" ; - rorgaengare_nn_1 = mkN "rorgдngare" "rorgдngare" ; - rorkult_nn_1 = mkN "rorkult" ; - rorpinne_nn_1 = mkN "rorpinne" utrum ; - rorschachtest_nn_1 = mkN "rorschachtest" neutrum ; - rorsman_nn_1 = mkN "rorsman" "rorsmannen" "rorsmдn" "rorsmдnnen" ; - rosa_av_1 = mkA "rosa" ; - rosenbroed_nn_1 = mkN "rosenbrцd" neutrum ; - rosenbuske_nn_1 = mkN "rosenbuske" utrum ; - rosende_av_1 = mkA "rosende" ; - rosengaard_nn_1 = mkN "rosengеrd" ; - rosenkrans_nn_1 = mkN "rosenkrans" ; - rosenmoln_nn_1 = mkN "rosenmoln" neutrum ; - rosenmun_nn_1 = mkN "rosenmun" "rosenmunnen" "rosenmunnar" "rosenmunnarna" ; - rosenrasande_av_1 = mkA "rosenrasande" ; - rosenroed_av_1 = mkA "rosenrцd" ; - rosenstock_nn_1 = mkN "rosenstock" ; - rosett_nn_1 = mkN "rosett" "rosetter" ; - rosettfoenster_nn_1 = mkN "rosettfцnster" neutrum ; - rosettmoenster_nn_1 = mkN "rosettmцnster" neutrum ; - rosettstaelld_av_1 = mkA "rosettstдlld" "rosettstдllt" ; - rosevin_nn_1 = mkN "rosйvin" "rosйvinet" "rosйviner" "rosйvinerna" ; - rosig_av_1 = mkA "rosig" ; - roskarl_nn_1 = mkN "roskarl" ; - rosling_nn_1 = mkN "rosling" ; - rosmarin_nn_1 = mkN "rosmarin" "rosmariner" ; - rospigg_nn_1 = mkN "rospigg" ; - rosslig_av_1 = mkA "rosslig" ; - rossling_nn_1 = mkN "rossling" ; - rostbiff_nn_1 = mkN "rostbiff" ; - rostfri_av_1 = mkA "rostfri" "rostfritt" ; - rostig_av_1 = mkA "rostig" ; - rostroed_av_1 = mkA "rostrцd" ; - rostskydd_nn_1 = mkN "rostskydd" neutrum ; - rostskyddsfaerg_nn_1 = mkN "rostskyddsfдrg" "rostskyddsfдrger" ; - rostskyddsmedel_nn_1 = mkN "rostskyddsmedel" neutrum ; - rostsvamp_nn_1 = mkN "rostsvamp" ; - rot_nn_1 = mkN "rot" "rцtter" ; - rotation_nn_1 = mkN "rotation" "rotationer" ; - rotationsaxel_nn_1 = mkN "rotationsaxel" ; - rotationshastighet_nn_1 = mkN "rotationshastighet" "rotationshastigheter" ; - rotationspress_nn_1 = mkN "rotationspress" ; - rotborste_nn_1 = mkN "rotborste" utrum ; - rote_nn_1 = mkN "rote" utrum ; - rotel_nn_1 = mkN "rotel" ; - rotfast_av_1 = mkA "rotfast" "rotfast" ; - rotfrukt_nn_1 = mkN "rotfrukt" "rotfrukter" ; - rotfyllning_nn_1 = mkN "rotfyllning" ; - rotgroensak_nn_1 = mkN "rotgrцnsak" "rotgrцnsaker" ; - rotisseri_nn_1 = mkN "rotisseri" "rotisserit" "rotisserier" "rotisserierna" ; - rotkanal_nn_1 = mkN "rotkanal" "rotkanaler" ; - rotknoel_nn_1 = mkN "rotknцl" ; - rotloes_av_1 = mkA "rotlцs" ; - rotmaerke_nn_1 = mkN "rotmдrke" ; - rotogravyr_nn_1 = mkN "rotogravyr" "rotogravyrer" ; - rotor_nn_1 = mkN "rotor" "rotorer" ; - rotorblad_nn_1 = mkN "rotorblad" neutrum ; - rotsak_nn_1 = mkN "rotsak" "rotsaker" ; - rotstock_nn_1 = mkN "rotstock" ; - rotsystem_nn_1 = mkN "rotsystem" neutrum ; - rottecken_nn_1 = mkN "rottecken" "rottecknet" "rottecken" "rottecknen" ; - rotting_nn_1 = mkN "rotting" ; - rottraad_nn_1 = mkN "rottrеd" ; - rottweiler_nn_1 = mkN "rottweiler" "rottweilern" "rottweiler" "rottweilerna" ; - roue_nn_1 = mkN "rouй" "rouйer" ; - rough_nn_1 = mkN "rough" "rougher" ; - roulad_nn_1 = mkN "roulad" "roulader" ; - roulett_nn_1 = mkN "roulett" "rouletter" ; - rousseauan_nn_1 = mkN "rousseauan" "rousseauaner" ; - route_nn_1 = mkN "route" "router" ; - rov_nn_1 = mkN "rov" neutrum ; - rovdjur_nn_1 = mkN "rovdjur" neutrum ; - rovfaagel_nn_1 = mkN "rovfеgel" ; - rovfisk_nn_1 = mkN "rovfisk" ; - rovgirig_av_1 = mkA "rovgirig" ; - rovlysten_av_1 = mkA "rovlysten" "rovlystet" ; - rovriddare_nn_1 = mkN "rovriddare" "rovriddare" ; - royalty_nn_1 = mkN "royalty" "royaltyn" "royalties" "royalties" ; - rubank_nn_1 = mkN "rubank" ; - rubbning_nn_1 = mkN "rubbning" ; - rubel_nn_1 = mkN "rubel" "rubeln" "rubel" "rublerna" ; - rubin_nn_1 = mkN "rubin" "rubiner" ; - rubinroed_av_1 = mkA "rubinrцd" ; - rubrik_nn_1 = mkN "rubrik" "rubriker" ; - ruckel_nn_1 = mkN "ruckel" neutrum ; - rucklare_nn_1 = mkN "rucklare" "rucklare" ; - rucklig_av_1 = mkA "rucklig" ; - ruderatvaext_nn_1 = mkN "ruderatvдxt" "ruderatvдxter" ; - rudiment_nn_1 = mkN "rudiment" neutrum ; - rudimentaer_av_1 = mkA "rudimentдr" ; - rudis_av_1 = mkA "rudis" ; - ruff_nn_1 = mkN "ruff" ; - ruffig_av_1 = mkA "ruffig" ; - rufftak_nn_1 = mkN "rufftak" neutrum ; - rufsig_av_1 = mkA "rufsig" ; - rugg_nn_1 = mkN "rugg" ; - rugge_nn_1 = mkN "rugge" utrum ; - ruggig_av_1 = mkA "ruggig" ; - ruin_nn_1 = mkN "ruin" "ruiner" ; - rulad_nn_1 = mkN "rulad" "rulader" ; - rulett_nn_1 = mkN "rulett" "ruletter" ; - rullad_nn_1 = mkN "rullad" "rullader" ; - rullager_nn_1 = mkN "rullager" neutrum ; - rullbaelte_nn_1 = mkN "rullbдlte" ; - rullband_nn_1 = mkN "rullband" neutrum ; - rullbar_av_1 = mkA "rullbar" ; - rullbord_nn_1 = mkN "rullbord" neutrum ; - rullbraede_nn_1 = mkN "rullbrдde" ; - rulle_nn_1 = mkN "rulle" utrum ; - rullgardin_nn_1 = mkN "rullgardin" "rullgardiner" ; - rullrev_nn_1 = mkN "rullrev" neutrum ; - rullskridsko_nn_1 = mkN "rullskridsko" "rullskridskor" ; - rullsten_nn_1 = mkN "rullsten" "rullstenen" "rullstenar" "rullstenarna" ; - rullstensaas_nn_1 = mkN "rullstensеs" ; - rullstol_nn_1 = mkN "rullstol" ; - rullstolsbunden_av_1 = mkA "rullstolsbunden" "rullstolsbundet" ; - rultig_av_1 = mkA "rultig" ; - rum_ab_1 = mkAdv "rum" ; - rum_av_1 = mkA "rum" "rumt" "rumma" "rumma" "rummare" "rummast" "rummaste" ; - rum_nn_1 = mkN "rum" "rummet" "rum" "rummen" ; - rumaen_nn_1 = mkN "rumдn" "rumдner" ; - rumaensk_av_1 = mkA "rumдnsk" ; - rumaensk_fransk_av_1 = mkA "rumдnsk-fransk" ; - rumaenska_nn_2 = mkN "rumдnska" ; - rumphugga_vb_1 = mkV "rumphugga" "rumphцgg" "rumphuggit" ; - rumpstek_nn_1 = mkN "rumpstek" ; - rumsadverbial_nn_1 = mkN "rumsadverbial" neutrum ; - rumsbestaellning_nn_1 = mkN "rumsbestдllning" ; - rumsbredd_nn_1 = mkN "rumsbredd" "rumsbredder" ; - rumsfoermedling_nn_1 = mkN "rumsfцrmedling" ; - rumsgranne_nn_1 = mkN "rumsgranne" utrum ; - rumskamrat_nn_1 = mkN "rumskamrat" "rumskamrater" ; - rumskroekning_nn_1 = mkN "rumskrцkning" ; - rumslast_nn_1 = mkN "rumslast" "rumslaster" ; - rumslig_av_1 = mkA "rumslig" ; - rumsren_av_1 = mkA "rumsren" ; - rumstemperatur_nn_1 = mkN "rumstemperatur" "rumstemperaturer" ; - rund_av_1 = mkA "rund" ; - rundabordskonferens_nn_1 = mkN "rundabordskonferens" "rundabordskonferenser" ; - rundbaage_nn_1 = mkN "rundbеge" utrum ; - rundbrev_nn_1 = mkN "rundbrev" neutrum ; - rundel_nn_1 = mkN "rundel" ; - rundflygning_nn_1 = mkN "rundflygning" ; - rundfoenster_nn_1 = mkN "rundfцnster" neutrum ; - rundfraaga_nn_1 = mkN "rundfrеga" ; - rundhaell_nn_1 = mkN "rundhдll" ; - rundhaent_av_1 = mkA "rundhдnt" "rundhдnt" ; - rundhorisont_nn_1 = mkN "rundhorisont" "rundhorisonter" ; - rundhult_nn_1 = mkN "rundhult" ; - rundhyllt_av_1 = mkA "rundhyllt" "rundhyllt" ; - rundkullig_av_1 = mkA "rundkullig" ; - rundkyrka_nn_1 = mkN "rundkyrka" ; - rundlagd_av_1 = mkA "rundlagd" "rundlagt" ; - rundlig_av_1 = mkA "rundlig" ; - rundmaalning_nn_1 = mkN "rundmеlning" ; - rundmask_nn_1 = mkN "rundmask" ; - rundmun_nn_1 = mkN "rundmun" "rundmunnen" "rundmunnar" "rundmunnarna" ; - rundnaett_av_1 = mkA "rundnдtt" ; - rundning_nn_1 = mkN "rundning" ; - rundningsmaerke_nn_1 = mkN "rundningsmдrke" ; - rundskrivelse_nn_1 = mkN "rundskrivelse" "rundskrivelser" ; - rundsmoerjning_nn_1 = mkN "rundsmцrjning" ; - rundtoern_nn_1 = mkN "rundtцrn" ; - rundtur_nn_1 = mkN "rundtur" "rundturer" ; - rundvandring_nn_1 = mkN "rundvandring" ; - runnare_nn_1 = mkN "runnare" "runnare" ; - runolog_nn_1 = mkN "runolog" "runologer" ; - runometer_nn_1 = mkN "runometer" ; - runosaang_nn_1 = mkN "runosеng" "runosеnger" ; - runrad_nn_1 = mkN "runrad" "runrader" ; - runskrift_nn_1 = mkN "runskrift" "runskrifter" ; - runstav_nn_1 = mkN "runstav" ; - runsten_nn_1 = mkN "runsten" "runstenen" "runstenar" "runstenarna" ; - runt_ab_1 = mkAdv "runt" ; - runtikring_ab_1 = mkAdv "runtikring" ; - runtom_ab_1 = mkAdv "runtom" ; - runtomkring_ab_1 = mkAdv "runtomkring" ; - rupie_nn_1 = mkN "rupie" "rupier" ; - ruptur_nn_1 = mkN "ruptur" "rupturer" ; - rural_av_1 = mkA "rural" ; - rus_nn_1 = mkN "rus" neutrum ; - rusch_nn_1 = mkN "rusch" "ruscher" ; - ruschig_av_1 = mkA "ruschig" ; - rusdryck_nn_1 = mkN "rusdryck" "rusdrycker" ; - rush_nn_1 = mkN "rush" "rusher" ; - rusig_av_1 = mkA "rusig" ; - ruskig_av_1 = mkA "ruskig" ; - ruskprick_nn_1 = mkN "ruskprick" ; - rusning_nn_1 = mkN "rusning" ; - rusningstid_nn_1 = mkN "rusningstid" "rusningstider" ; - russ_nn_1 = mkN "russ" neutrum ; - russin_nn_1 = mkN "russin" neutrum ; - rusthaall_nn_1 = mkN "rusthеll" neutrum ; - rusthaallare_nn_1 = mkN "rusthеllare" "rusthеllare" ; - rustibuss_nn_1 = mkN "rustibuss" ; - rustik_av_1 = mkA "rustik" ; - rustkammare_nn_1 = mkN "rustkammare" "rustkammaren" "rustkamrar" "rustkamrarna" ; - rustmaestare_nn_1 = mkN "rustmдstare" "rustmдstare" ; - rustning_nn_1 = mkN "rustning" ; - ruten_nn_1 = mkN "ruten" "rutener" ; - ruter_nn_1 = mkN "ruter" "rutern" "ruter" "ruterna" ; - rutig_av_1 = mkA "rutig" ; - rutin_nn_1 = mkN "rutin" "rutiner" ; - rutinoperation_nn_1 = mkN "rutinoperation" "rutinoperationer" ; - rutmoenster_nn_1 = mkN "rutmцnster" neutrum ; - rutnaet_nn_1 = mkN "rutnдt" neutrum ; - rutsch_nn_1 = mkN "rutsch" ; - rutt_nn_1 = mkN "rutt" "rutter" ; - rutten_av_1 = mkA "rutten" "ruttet" ; - rwandier_nn_1 = mkN "rwandier" "rwandiern" "rwandier" "rwandierna" ; - rwandisk_av_1 = mkA "rwandisk" ; - ryck_nn_1 = mkN "ryck" neutrum ; - rycken_ab_1 = mkAdv "rycken" ; - ryckig_av_1 = mkA "ryckig" ; - ryckning_nn_1 = mkN "ryckning" ; - ryckvis_ab_1 = mkAdv "ryckvis" ; - rygg_nn_1 = mkN "rygg" ; - ryggaasstuga_nn_1 = mkN "ryggеsstuga" ; - ryggbesvaer_nn_1 = mkN "ryggbesvдr" neutrum ; - ryggbiff_nn_1 = mkN "ryggbiff" ; - rygglaege_nn_1 = mkN "rygglдge" ; - ryggmaergsbedoevning_nn_1 = mkN "ryggmдrgsbedцvning" ; - ryggmaergsprov_nn_1 = mkN "ryggmдrgsprov" neutrum ; - ryggornament_nn_1 = mkN "ryggornament" "ryggornamentet" "ryggornamenten" "ryggornamentena" ; - ryggparti_nn_1 = mkN "ryggparti" "ryggpartit" "ryggpartier" "ryggpartierna" ; - ryggrad_nn_1 = mkN "ryggrad" "ryggrader" ; - ryggradsdjur_nn_1 = mkN "ryggradsdjur" neutrum ; - ryggradsloes_av_1 = mkA "ryggradslцs" ; - ryggsaeck_nn_1 = mkN "ryggsдck" ; - ryggskott_nn_1 = mkN "ryggskott" neutrum ; - ryggslut_nn_1 = mkN "ryggslut" neutrum ; - ryggstoed_nn_1 = mkN "ryggstцd" neutrum ; - ryggtavla_nn_1 = mkN "ryggtavla" ; - rykande_ab_1 = mkAdv "rykande" ; - ryktbar_av_1 = mkA "ryktbar" ; - ryktbarhet_nn_1 = mkN "ryktbarhet" "ryktbarheter" ; - ryktborste_nn_1 = mkN "ryktborste" utrum ; - rykte_nn_1 = mkN "rykte" ; - ryktessmidare_nn_1 = mkN "ryktessmidare" "ryktessmidare" ; - ryktesspridning_nn_1 = mkN "ryktesspridning" ; - rymd_nn_1 = mkN "rymd" "rymder" ; - rymddraekt_nn_1 = mkN "rymddrдkt" "rymddrдkter" ; - rymdfaerd_nn_1 = mkN "rymdfдrd" "rymdfдrder" ; - rymdfaerja_nn_1 = mkN "rymdfдrja" ; - rymdfarare_nn_1 = mkN "rymdfarare" "rymdfarare" ; - rymdfarkost_nn_1 = mkN "rymdfarkost" "rymdfarkoster" ; - rymdfartsstyrelse_nn_1 = mkN "rymdfartsstyrelse" "rymdfartsstyrelser" ; - rymdkapsel_nn_1 = mkN "rymdkapsel" ; - rymdmaatt_nn_1 = mkN "rymdmеtt" neutrum ; - rymdmateria_nn_1 = mkN "rymdmateria" "rymdmaterian" "rymdmaterier" "rymdmaterierna" ; - rymdpromenad_nn_1 = mkN "rymdpromenad" "rymdpromenader" ; - rymdraket_nn_1 = mkN "rymdraket" "rymdraketer" ; - rymdskepp_nn_1 = mkN "rymdskepp" neutrum ; - rymdsond_nn_1 = mkN "rymdsond" "rymdsonder" ; - rymdstation_nn_1 = mkN "rymdstation" "rymdstationer" ; - rymdstyrelse_nn_1 = mkN "rymdstyrelse" "rymdstyrelser" ; - rymdvapen_nn_1 = mkN "rymdvapen" "rymdvapnet" "rymdvapen" "rymdvapnen" ; - rymdvinkel_nn_1 = mkN "rymdvinkel" ; - rymlig_av_1 = mkA "rymlig" ; - rymling_nn_1 = mkN "rymling" ; - rymmare_nn_1 = mkN "rymmare" "rymmare" ; - rymning_nn_1 = mkN "rymning" ; - rymningssaeker_av_1 = mkA "rymningssдker" "rymningssдkert" "rymningssдkra" "rymningssдkra" "rymningssдkrare" "rymningssдkrast" "rymningssдkraste" ; - rynkig_av_1 = mkA "rynkig" ; - rynkning_nn_1 = mkN "rynkning" ; - rysansvaerd_av_1 = mkA "rysansvдrd" "rysansvдrt" ; - rysare_nn_1 = mkN "rysare" "rysare" ; - rysch_nn_1 = mkN "rysch" neutrum ; - ryschig_av_1 = mkA "ryschig" ; - rysk_amerikansk_av_1 = mkA "rysk-amerikansk" ; - rysk_av_1 = mkA "rysk" ; - ryska_nn_2 = mkN "ryska" ; - ryslig_av_1 = mkA "ryslig" ; - rysning_nn_1 = mkN "rysning" ; - ryss_nn_1 = mkN "ryss" ; - ryssgubbe_nn_1 = mkN "ryssgubbe" utrum ; - ryssja_nn_1 = mkN "ryssja" ; - rytande_nn_1 = mkN "rytande" ; - rytm_nn_1 = mkN "rytm" "rytmer" ; - rytmicitet_nn_1 = mkN "rytmicitet" "rytmiciteter" ; - rytmisk_av_1 = mkA "rytmisk" ; - rytmsektion_nn_1 = mkN "rytmsektion" "rytmsektioner" ; - ryttare_nn_1 = mkN "ryttare" "ryttare" ; - ryttarfolk_nn_1 = mkN "ryttarfolk" neutrum ; - ryttargaang_nn_1 = mkN "ryttargеng" ; - ryttarlek_nn_1 = mkN "ryttarlek" ; - ryttaruppvisning_nn_1 = mkN "ryttaruppvisning" ; - ryttmaestare_nn_1 = mkN "ryttmдstare" "ryttmдstare" ; - saa_ab_1 = mkAdv "sе" ; - saa_nn_1 = mkN "sе" ; - saadaer_ab_1 = mkAdv "sеdдr" ; - saadd_nn_1 = mkN "sеdd" "sеdder" ; - saadig_av_1 = mkA "sеdig" ; - saag_nn_1 = mkN "sеg" ; - saagblad_nn_1 = mkN "sеgblad" neutrum ; - saagbock_nn_1 = mkN "sеgbock" ; - saagfisk_nn_1 = mkN "sеgfisk" ; - saagspaan_nn_1 = mkN "sеgspеn" neutrum ; - saagtak_nn_1 = mkN "sеgtak" neutrum ; - saagverk_nn_1 = mkN "sеgverk" neutrum ; - saagverksarbetare_nn_1 = mkN "sеgverksarbetare" "sеgverksarbetare" ; - saagverksindustri_nn_1 = mkN "sеgverksindustri" "sеgverksindustrier" ; - saahaer_ab_1 = mkAdv "sеhдr" ; - saald_av_1 = mkA "sеld" "sеlt" ; - saaledes_ab_1 = mkAdv "sеledes" ; - saall_nn_1 = mkN "sеll" neutrum ; - saalunda_ab_1 = mkAdv "sеlunda" ; - saamaskin_nn_1 = mkN "sеmaskin" "sеmaskiner" ; - saanaer_ab_1 = mkAdv "sеnдr" ; - saang_nn_1 = mkN "sеng" "sеnger" ; - saangare_nn_1 = mkN "sеngare" "sеngare" ; - saangarfaagel_nn_1 = mkN "sеngarfеgel" ; - saangbar_av_1 = mkA "sеngbar" ; - saangerska_nn_1 = mkN "sеngerska" ; - saangfaagel_nn_1 = mkN "sеngfеgel" ; - saanggudinna_nn_1 = mkN "sеnggudinna" ; - saanglek_nn_1 = mkN "sеnglek" ; - saanglig_av_1 = mkA "sеnglig" ; - saangmoe_nn_1 = mkN "sеngmц" "sеngmцn" "sеngmцr" "sеngmцrna" ; - saangoevning_nn_1 = mkN "sеngцvning" ; - saangprov_nn_1 = mkN "sеngprov" neutrum ; - saangsaett_nn_1 = mkN "sеngsдtt" neutrum ; - saangspel_nn_1 = mkN "sеngspel" "sеngspelet" "sеngspel" "sеngspelen" ; - saangsvan_nn_1 = mkN "sеngsvan" ; - saangteknik_nn_1 = mkN "sеngteknik" "sеngtekniker" ; - saangtema_nn_1 = mkN "sеngtema" "sеngtemat" "sеngteman" "sеngtemana" ; - saaningsman_nn_1 = mkN "sеningsman" "sеningsmannen" "sеningsmдn" "sеningsmдnnen" ; - saapass_ab_1 = mkAdv "sеpass" ; - saapbubbla_nn_1 = mkN "sеpbubbla" ; - saaphal_av_1 = mkA "sеphal" ; - saapopera_nn_1 = mkN "sеpopera" ; - saapvatten_nn_1 = mkN "sеpvatten" "sеpvattnet" "sеpvatten" "sеpvattnen" ; - saar_nn_1 = mkN "sеr" neutrum ; - saarande_av_1 = mkA "sеrande" ; - saarbar_av_1 = mkA "sеrbar" ; - saarig_av_1 = mkA "sеrig" ; - saarinfektion_nn_1 = mkN "sеrinfektion" "sеrinfektioner" ; - saarmarkoer_nn_1 = mkN "sеrmarkцr" "sеrmarkцrer" ; - saarnad_nn_1 = mkN "sеrnad" "sеrnader" ; - saas_nn_1 = mkN "sеs" "sеser" ; - saasig_av_1 = mkA "sеsig" ; - saat_nn_1 = mkN "sеt" ; - saate_nn_1 = mkN "sеte" utrum ; - saatillvida_ab_1 = mkAdv "sеtillvida" ; - saavael_ab_1 = mkAdv "sеvдl" ; - saavitt_ab_1 = mkAdv "sеvitt" ; - sabadill_nn_1 = mkN "sabadill" "sabadiller" ; - sabbat_nn_1 = mkN "sabbat" "sabbater" ; - sabbatsaar_nn_1 = mkN "sabbatsеr" neutrum ; - sabbatsbrott_nn_1 = mkN "sabbatsbrott" neutrum ; - sabbatstermin_nn_1 = mkN "sabbatstermin" "sabbatsterminer" ; - sabbik_nn_1 = mkN "sabbik" ; - sabel_nn_1 = mkN "sabel" ; - sabelbajonett_nn_1 = mkN "sabelbajonett" "sabelbajonetter" ; - sabelbalja_nn_1 = mkN "sabelbalja" ; - sabelbent_av_1 = mkA "sabelbent" "sabelbent" ; - sabellilja_nn_1 = mkN "sabellilja" ; - sabin_nn_1 = mkN "sabin" "sabiner" ; - sabla_av_1 = mkA "sabla" ; - sabotage_nn_1 = mkN "sabotage" "sabotaget" "sabotage" "sabotagen" ; - sabotoer_nn_1 = mkN "sabotцr" "sabotцrer" ; - sachsare_nn_1 = mkN "sachsare" "sachsare" ; - sachsisk_av_1 = mkA "sachsisk" ; - sackarin_nn_1 = mkN "sackarin" "sackariner" ; - sackett_nn_1 = mkN "sackett" "sacketter" ; - sadduce_nn_1 = mkN "sadducй" "sadducйer" ; - sadel_nn_1 = mkN "sadel" ; - sadelbom_nn_1 = mkN "sadelbom" "sadelbommen" "sadelbommar" "sadelbommarna" ; - sadelbrott_nn_1 = mkN "sadelbrott" neutrum ; - sadelbruten_av_1 = mkA "sadelbruten" "sadelbrutet" ; - sadelfilt_nn_1 = mkN "sadelfilt" ; - sadelformig_av_1 = mkA "sadelformig" ; - sadelgjord_nn_1 = mkN "sadelgjord" ; - sadelknapp_nn_1 = mkN "sadelknapp" ; - sadelmakare_nn_1 = mkN "sadelmakare" "sadelmakare" ; - sadelmakarnaal_nn_1 = mkN "sadelmakarnеl" ; - sadelmakarstift_nn_1 = mkN "sadelmakarstift" neutrum ; - sadelmakeri_nn_1 = mkN "sadelmakeri" "sadelmakerit" "sadelmakerier" "sadelmakerierna" ; - sadelplats_nn_1 = mkN "sadelplats" "sadelplatser" ; - sadelskydd_nn_1 = mkN "sadelskydd" neutrum ; - sadeltak_nn_1 = mkN "sadeltak" neutrum ; - sadist_nn_1 = mkN "sadist" "sadister" ; - sadistisk_av_1 = mkA "sadistisk" ; - sado_masochistisk_av_1 = mkA "sado-masochistisk" ; - saeck_nn_1 = mkN "sдck" ; - saeckig_av_1 = mkA "sдckig" ; - saeckliknande_av_1 = mkA "sдckliknande" ; - saecksvamp_nn_1 = mkN "sдcksvamp" ; - saedescell_nn_1 = mkN "sдdescell" "sдdesceller" ; - saedeskaerve_nn_1 = mkN "sдdeskдrve" utrum ; - saedesledare_nn_1 = mkN "sдdesledare" "sдdesledare" ; - saedesskyl_nn_1 = mkN "sдdesskyl" ; - saedesslag_nn_1 = mkN "sдdesslag" neutrum ; - saedestork_nn_1 = mkN "sдdestork" ; - saedesuttoemning_nn_1 = mkN "sдdesuttцmning" ; - saedgaas_nn_1 = mkN "sдdgеs" "sдdgеsen" "sдdgдss" "sдdgдssen" ; - saegen_nn_1 = mkN "sдgen" "sдgenn" "sдgner" "sдgnerna" ; - saegenomspunnen_av_1 = mkA "sдgenomspunnen" "sдgenomspunnet" "sдgenomspunna" "sдgenomspunna" "sдgenomspunnare" "sдgenomspunnast" "sдgenomspunnaste" ; - saeker_av_1 = mkA "sдker" "sдkert" "sдkra" "sдkra" "sдkrare" "sдkrast" "sдkraste" ; - saekerhet_nn_1 = mkN "sдkerhet" "sдkerheter" ; - saekerhetsbaelte_nn_1 = mkN "sдkerhetsbдlte" ; - saekerhetsbestaemmelse_nn_1 = mkN "sдkerhetsbestдmmelse" "sдkerhetsbestдmmelser" ; - saekerhetsfilosofi_nn_1 = mkN "sдkerhetsfilosofi" "sдkerhetsfilosofier" ; - saekerhetsfoereskrift_nn_1 = mkN "sдkerhetsfцreskrift" "sдkerhetsfцreskrifter" ; - saekerhetsgrepp_nn_1 = mkN "sдkerhetsgrepp" neutrum ; - saekerhetskedja_nn_1 = mkN "sдkerhetskedja" ; - saekerhetsman_nn_1 = mkN "sдkerhetsman" "sдkerhetsmannen" "sдkerhetsmдn" "sдkerhetsmдnnen" ; - saekerhetsnaal_nn_1 = mkN "sдkerhetsnеl" ; - saekerhetspolis_nn_1 = mkN "sдkerhetspolis" "sдkerhetspoliser" ; - saekerhetsproblem_nn_1 = mkN "sдkerhetsproblem" neutrum ; - saekerhetsrisk_nn_1 = mkN "sдkerhetsrisk" "sдkerhetsrisker" ; - saekerhetsskael_nn_1 = mkN "sдkerhetsskдl" neutrum ; - saekerhetssystem_nn_1 = mkN "sдkerhetssystem" neutrum ; - saekerhetsventil_nn_1 = mkN "sдkerhetsventil" "sдkerhetsventiler" ; - saekerligen_ab_1 = mkAdv "sдkerligen" ; - saekring_nn_1 = mkN "sдkring" ; - sael_nn_1 = mkN "sдl" ; - saeldjur_nn_1 = mkN "sдldjur" neutrum ; - saelg_nn_1 = mkN "sдlg" ; - saeljare_nn_1 = mkN "sдljare" "sдljare" ; - saeljbar_av_1 = mkA "sдljbar" ; - saelkut_nn_1 = mkN "sдlkut" ; - saell_av_1 = mkA "sдll" ; - saellan_ab_1 = mkAdv "sдllan" ; - saelle_nn_1 = mkN "sдlle" utrum ; - saellhet_nn_1 = mkN "sдllhet" "sдllheter" ; - saellsam_av_1 = mkA "sдllsam" "sдllsamt" "sдllsamma" "sдllsamma" "sдllsammare" "sдllsammast" "sдllsammaste" ; - saellskap_nn_1 = mkN "sдllskap" "sдllskapet" "sдllskapen" "sдllskapena" ; - saellskaplig_av_1 = mkA "sдllskaplig" ; - saellskapsdam_nn_1 = mkN "sдllskapsdam" "sдllskapsdamer" ; - saellskapsdans_nn_1 = mkN "sдllskapsdans" "sдllskapsdanser" ; - saellskapsdjur_nn_1 = mkN "sдllskapsdjur" neutrum ; - saellskapsliv_nn_1 = mkN "sдllskapsliv" neutrum ; - saellskapsmaenniska_nn_1 = mkN "sдllskapsmдnniska" ; - saellskapsrum_nn_1 = mkN "sдllskapsrum" "sдllskapsrummet" "sдllskapsrum" "sдllskapsrummen" ; - saellskapssjuk_av_1 = mkA "sдllskapssjuk" ; - saellskapsspel_nn_1 = mkN "sдllskapsspel" "sдllskapsspelet" "sдllskapsspel" "sдllskapsspelen" ; - saellspord_av_1 = mkA "sдllspord" "sдllsport" ; - saellsynt_av_1 = mkA "sдllsynt" "sдllsynt" ; - saelltrae_nn_1 = mkN "sдlltrд" "sдlltrдet" "sдlltrдn" "sдlltrдna" ; - saelunge_nn_1 = mkN "sдlunge" utrum ; - saemskskinn_nn_1 = mkN "sдmskskinn" neutrum ; - saendare_nn_1 = mkN "sдndare" "sдndare" ; - saendebud_nn_1 = mkN "sдndebud" neutrum ; - saendning_nn_1 = mkN "sдndning" ; - saeng_nn_1 = mkN "sдng" ; - saengdags_ab_1 = mkAdv "sдngdags" ; - saengfoesare_nn_1 = mkN "sдngfцsare" "sдngfцsare" ; - saengfot_nn_1 = mkN "sдngfot" "sдngfцtter" ; - saenghimmel_nn_1 = mkN "sдnghimmel" ; - saengkammare_nn_1 = mkN "sдngkammare" "sдngkammaren" "sдngkamrar" "sдngkamrarna" ; - saengkant_nn_1 = mkN "sдngkant" "sдngkanter" ; - saengliggande_av_1 = mkA "sдngliggande" ; - saengroekare_nn_1 = mkN "sдngrцkare" "sдngrцkare" ; - saengvaetare_nn_1 = mkN "sдngvдtare" "sдngvдtare" ; - saenkhaav_nn_1 = mkN "sдnkhеv" ; - saenkning_nn_1 = mkN "sдnkning" ; - saenkningstecken_nn_1 = mkN "sдnkningstecken" "sдnkningstecknet" "sдnkningstecken" "sдnkningstecknen" ; - saenkvaag_nn_1 = mkN "sдnkvеg" ; - saer_av_1 = mkA "sдr" ; - saerbo_nn_1 = mkN "sдrbo" "sдrbor" ; - saerdeles_ab_1 = mkAdv "sдrdeles" ; - saerdrag_nn_1 = mkN "sдrdrag" neutrum ; - saeregen_av_1 = mkA "sдregen" "sдreget" ; - saerfall_nn_1 = mkN "sдrfall" neutrum ; - saerfraaga_nn_1 = mkN "sдrfrеga" ; - saerk_nn_1 = mkN "sдrk" ; - saerklassig_av_1 = mkA "sдrklassig" ; - saerkullbarn_nn_1 = mkN "sдrkullbarn" neutrum ; - saerla_ab_1 = mkAdv "sдrla" ; - saerling_nn_1 = mkN "sдrling" ; - saermaerke_nn_1 = mkN "sдrmдrke" ; - saerskild_av_1 = mkA "sдrskild" "sдrskilt" ; - saerskilt_ab_1 = mkAdv "sдrskilt" ; - saerstaellning_nn_1 = mkN "sдrstдllning" ; - saertryck_nn_1 = mkN "sдrtryck" neutrum ; - saesong_nn_1 = mkN "sдsong" "sдsonger" ; - saesongsvis_ab_1 = mkAdv "sдsongsvis" ; - saete_nn_1 = mkN "sдte" ; - saeter_nn_1 = mkN "sдter" ; - saeteri_nn_1 = mkN "sдteri" "sдterit" "sдterier" "sдterierna" ; - saeteritak_nn_1 = mkN "sдteritak" neutrum ; - saetesgaard_nn_1 = mkN "sдtesgеrd" ; - saett_nn_1 = mkN "sдtt" neutrum ; - saettare_nn_1 = mkN "sдttare" "sдttare" ; - saetteri_nn_1 = mkN "sдtteri" "sдtterit" "sдtterier" "sдtterierna" ; - saettmaskin_nn_1 = mkN "sдttmaskin" "sдttmaskiner" ; - saettnaet_nn_1 = mkN "sдttnдt" neutrum ; - saettning_nn_1 = mkN "sдttning" ; - saettpotatis_nn_1 = mkN "sдttpotatis" ; - saettsadverbial_nn_1 = mkN "sдttsadverbial" neutrum ; - saevlig_av_1 = mkA "sдvlig" ; - safari_nn_1 = mkN "safari" "safarin" "safarier" "safarierna" ; - saffransbroed_nn_1 = mkN "saffransbrцd" neutrum ; - saffransgul_av_1 = mkA "saffransgul" ; - safir_nn_1 = mkN "safir" "safirer" ; - safirnaal_nn_1 = mkN "safirnеl" ; - saft_nn_1 = mkN "saft" "safter" ; - saftglass_nn_1 = mkN "saftglass" ; - saftig_av_1 = mkA "saftig" ; - saftkalas_nn_1 = mkN "saftkalas" neutrum ; - saftkraem_nn_1 = mkN "saftkrдm" "saftkrдmer" ; - saftpress_nn_1 = mkN "saftpress" ; - saftsaas_nn_1 = mkN "saftsеs" "saftsеser" ; - saftstation_nn_1 = mkN "saftstation" "saftstationer" ; - saga_nn_1 = mkN "saga" ; - sagesman_nn_1 = mkN "sagesman" "sagesmannen" "sagesmдn" "sagesmдnnen" ; - sagoberaettare_nn_1 = mkN "sagoberдttare" "sagoberдttare" ; - sagobok_nn_1 = mkN "sagobok" "sagobцcker" ; - sagocykel_nn_1 = mkN "sagocykel" ; - sagodjur_nn_1 = mkN "sagodjur" neutrum ; - sagofigur_nn_1 = mkN "sagofigur" "sagofigurer" ; - sagogryn_nn_1 = mkN "sagogryn" neutrum ; - sagohjaelte_nn_1 = mkN "sagohjдlte" utrum ; - sagokrets_nn_1 = mkN "sagokrets" ; - sagoland_nn_1 = mkN "sagoland" "sagolandet" "sagolдnder" "sagolдnderna" ; - sagolik_av_1 = mkA "sagolik" ; - sagopalm_nn_1 = mkN "sagopalm" "sagopalmer" ; - sagoprins_nn_1 = mkN "sagoprins" ; - sagosamling_nn_1 = mkN "sagosamling" ; - sagoskimrande_av_1 = mkA "sagoskimrande" ; - sagostund_nn_1 = mkN "sagostund" "sagostunder" ; - sagovaerld_nn_1 = mkN "sagovдrld" ; - sagovaesen_nn_1 = mkN "sagovдsen" "sagovдsendet" "sagovдsen" "sagovдsena" ; - sahib_nn_1 = mkN "sahib" "sahiber" ; - sak_nn_1 = mkN "sak" "saker" ; - sakaegande_nn_1 = mkN "sakдgande" "sakдganden" "sakдgande" "sakдgandena" ; - sakaegare_nn_1 = mkN "sakдgare" "sakдgare" ; - sakdebatt_nn_1 = mkN "sakdebatt" "sakdebatter" ; - sakdiskussion_nn_1 = mkN "sakdiskussion" "sakdiskussioner" ; - saker_av_1 = mkA "saker" ; - sakfel_nn_1 = mkN "sakfel" "sakfelet" "sakfel" "sakfelen" ; - sakfoerare_nn_1 = mkN "sakfцrare" "sakfцrare" ; - sakfoerhaallande_nn_1 = mkN "sakfцrhеllande" ; - sakfoerklaring_nn_1 = mkN "sakfцrklaring" ; - sakfoersaekring_nn_1 = mkN "sakfцrsдkring" ; - sakfoerstaandig_av_1 = mkA "sakfцrstеndig" ; - sakfraaga_nn_1 = mkN "sakfrеga" ; - sakframstaellning_nn_1 = mkN "sakframstдllning" ; - sakkaennedom_nn_1 = mkN "sakkдnnedom" ; - sakkunnig_av_1 = mkA "sakkunnig" ; - sakkunnigberedning_nn_1 = mkN "sakkunnigberedning" ; - sakkunnigbetaenkande_nn_1 = mkN "sakkunnigbetдnkande" ; - sakkunniguppdrag_nn_1 = mkN "sakkunniguppdrag" neutrum ; - sakkunnigutlaatande_nn_1 = mkN "sakkunnigutlеtande" ; - saklig_av_1 = mkA "saklig" ; - saklighet_nn_1 = mkN "saklighet" "sakligheter" ; - sakloes_av_1 = mkA "saklцs" ; - sakloest_ab_1 = mkAdv "saklцst" ; - saknad_nn_1 = mkN "saknad" "saknader" ; - sakobjekt_nn_1 = mkN "sakobjekt" neutrum ; - sakoere_nn_1 = mkN "sakцre" ; - sakoereslaengd_nn_1 = mkN "sakцreslдngd" "sakцreslдngder" ; - sakord_nn_1 = mkN "sakord" neutrum ; - sakproevning_nn_1 = mkN "sakprцvning" ; - sakraettslig_av_1 = mkA "sakrдttslig" ; - sakral_av_1 = mkA "sakral" ; - sakrament_nn_1 = mkN "sakrament" "sakramentet" "sakramenten" "sakramentena" ; - sakramental_av_1 = mkA "sakramental" ; - sakramentsskaap_nn_1 = mkN "sakramentsskеp" neutrum ; - sakregister_nn_1 = mkN "sakregister" neutrum ; - sakrilegium_nn_1 = mkN "sakrilegium" "sakrilegiet" "sakrilegier" "sakrilegierna" ; - sakrosankt_av_1 = mkA "sakrosankt" "sakrosankt" ; - sakskael_nn_1 = mkN "sakskдl" neutrum ; - saksoekande_av_1 = mkA "saksцkande" ; - sakta_ab_1 = mkAdv "sakta" ; - sakta_av_1 = mkA "sakta" ; - sakteliga_ab_1 = mkAdv "sakteliga" ; - sakteligen_ab_1 = mkAdv "sakteligen" ; - saktfaerdig_av_1 = mkA "saktfдrdig" ; - saktmodig_av_1 = mkA "saktmodig" ; - sakuppgift_nn_1 = mkN "sakuppgift" "sakuppgifter" ; - sakupplysning_nn_1 = mkN "sakupplysning" ; - sal_nn_1 = mkN "sal" ; - saladjaer_nn_1 = mkN "saladjдr" "saladjдrer" ; - salamander_nn_1 = mkN "salamander" ; - salband_nn_1 = mkN "salband" neutrum ; - saldo_nn_1 = mkN "saldo" "saldot" "saldon" "saldona" ; - salig_av_1 = mkA "salig" ; - saligen_ab_1 = mkAdv "saligen" ; - saliggoerande_av_1 = mkA "saliggцrande" ; - salighet_nn_1 = mkN "salighet" "saligheter" ; - salighetslaera_nn_1 = mkN "salighetslдra" ; - salighetsmedel_nn_1 = mkN "salighetsmedel" neutrum ; - salighetsrus_nn_1 = mkN "salighetsrus" neutrum ; - salighetsvaeg_nn_1 = mkN "salighetsvдg" ; - saligprisning_nn_1 = mkN "saligprisning" ; - salin_nn_1 = mkN "salin" "saliner" ; - salinitet_nn_1 = mkN "salinitet" "saliniteter" ; - salisk_av_1 = mkA "salisk" ; - salivprov_nn_1 = mkN "salivprov" neutrum ; - salivsug_nn_1 = mkN "salivsug" ; - sallad_nn_1 = mkN "sallad" "sallader" ; - salladsbestick_nn_1 = mkN "salladsbestick" neutrum ; - salladshuvud_nn_1 = mkN "salladshuvud" "salladshuvudet" "salladshuvuden" "salladshuvudena" ; - salladsskaal_nn_1 = mkN "salladsskеl" ; - salning_nn_1 = mkN "salning" ; - salningshorn_nn_1 = mkN "salningshorn" neutrum ; - salomonisk_av_1 = mkA "salomonisk" ; - salong_nn_1 = mkN "salong" "salonger" ; - salongsbaat_nn_1 = mkN "salongsbеt" ; - salongsbiljett_nn_1 = mkN "salongsbiljett" "salongsbiljetter" ; - salongsbolsjevik_nn_1 = mkN "salongsbolsjevik" "salongsbolsjeviker" ; - salongsfaehig_av_1 = mkA "salongsfдhig" ; - salongsfilosof_nn_1 = mkN "salongsfilosof" "salongsfilosofer" ; - salongsgevaer_nn_1 = mkN "salongsgevдr" neutrum ; - salongskomedi_nn_1 = mkN "salongskomedi" "salongskomedier" ; - salongskommunist_nn_1 = mkN "salongskommunist" "salongskommunister" ; - salongslejon_nn_1 = mkN "salongslejon" neutrum ; - salongsorkester_nn_1 = mkN "salongsorkester" ; - salongsruff_nn_1 = mkN "salongsruff" ; - salongsuppassare_nn_1 = mkN "salongsuppassare" "salongsuppassare" ; - salongsvagn_nn_1 = mkN "salongsvagn" ; - saloon_nn_1 = mkN "saloon" "salooner" ; - saloondoerr_nn_1 = mkN "saloondцrr" ; - salpeterbakterie_nn_1 = mkN "salpeterbakterie" "salpeterbakterier" ; - salpetersjuderi_nn_1 = mkN "salpetersjuderi" "salpetersjuderit" "salpetersjuderier" "salpetersjuderierna" ; - salpetersyrlighet_nn_1 = mkN "salpetersyrlighet" "salpetersyrligheter" ; - salpingit_nn_1 = mkN "salpingit" "salpingiter" ; - salskrake_nn_1 = mkN "salskrake" utrum ; - salspatient_nn_1 = mkN "salspatient" "salspatienter" ; - salt_av_1 = mkA "salt" "salt" ; - salt_nn_1 = mkN "salt" "saltet" "salter" "salterna" ; - saltaelskande_av_1 = mkA "saltдlskande" ; - saltaeng_nn_1 = mkN "saltдng" ; - saltavlagring_nn_1 = mkN "saltavlagring" ; - saltbad_nn_1 = mkN "saltbad" neutrum ; - saltbassaeng_nn_1 = mkN "saltbassдng" "saltbassдnger" ; - saltbehov_nn_1 = mkN "saltbehov" neutrum ; - saltbemaengd_av_1 = mkA "saltbemдngd" "saltbemдngt" ; - saltbildare_nn_1 = mkN "saltbildare" "saltbildare" ; - saltdamm_nn_1 = mkN "saltdamm" ; - salteri_nn_1 = mkN "salteri" "salterit" "salterier" "salterierna" ; - saltgrop_nn_1 = mkN "saltgrop" ; - salthalt_nn_1 = mkN "salthalt" "salthalter" ; - salthaltig_av_1 = mkA "salthaltig" ; - saltig_av_1 = mkA "saltig" ; - saltkar_nn_1 = mkN "saltkar" neutrum ; - saltkoncentration_nn_1 = mkN "saltkoncentration" "saltkoncentrationer" ; - saltkristall_nn_1 = mkN "saltkristall" "saltkristaller" ; - saltloesning_nn_1 = mkN "saltlцsning" ; - saltoeken_nn_1 = mkN "saltцken" "saltцkenn" "saltцknar" "saltцknarna" ; - saltoert_nn_1 = mkN "saltцrt" "saltцrter" ; - saltomortal_nn_1 = mkN "saltomortal" "saltomortaler" ; - saltprovare_nn_1 = mkN "saltprovare" "saltprovare" ; - saltsjoe_nn_1 = mkN "saltsjц" ; - saltstaenkt_av_1 = mkA "saltstдnkt" "saltstдnkt" ; - saltstod_nn_1 = mkN "saltstod" "saltstoder" ; - saltstroeare_nn_1 = mkN "saltstrцare" "saltstrцare" ; - saltutvinning_nn_1 = mkN "saltutvinning" ; - saltvaext_nn_1 = mkN "saltvдxt" "saltvдxter" ; - saltvatten_nn_1 = mkN "saltvatten" "saltvattnet" "saltvatten" "saltvattnen" ; - saltvattensfisk_nn_1 = mkN "saltvattensfisk" ; - saltverk_nn_1 = mkN "saltverk" neutrum ; - salubjuda_vb_1 = mkV "salubjuda" "salubjцd" "salubjudit" ; - saluhall_nn_1 = mkN "saluhall" ; - salupris_nn_1 = mkN "salupris" neutrum ; - salustaand_nn_1 = mkN "salustеnd" neutrum ; - salut_nn_1 = mkN "salut" "saluter" ; - salutdag_nn_1 = mkN "salutdag" ; - salutkanon_nn_1 = mkN "salutkanon" "salutkanoner" ; - salutorg_nn_1 = mkN "salutorg" neutrum ; - salutskott_nn_1 = mkN "salutskott" neutrum ; - saluvaerde_nn_1 = mkN "saluvдrde" ; - salvadoran_nn_1 = mkN "salvadoran" "salvadoraner" ; - salvationist_nn_1 = mkN "salvationist" "salvationister" ; - salvelsefull_av_1 = mkA "salvelsefull" ; - salvkanon_nn_1 = mkN "salvkanon" "salvkanoner" ; - samarbetsman_nn_1 = mkN "samarbetsman" "samarbetsmannen" "samarbetsmдn" "samarbetsmдnnen" ; - samarbetsvillig_av_1 = mkA "samarbetsvillig" ; - samarit_nn_1 = mkN "samarit" "samariter" ; - samarv_nn_1 = mkN "samarv" neutrum ; - samarva_av_1 = mkA "samarva" ; - samband_nn_1 = mkN "samband" neutrum ; - sambandsofficer_nn_1 = mkN "sambandsofficer" "sambandsofficern" "sambandsofficerare" "sambandsofficerarna" ; - sambeskattning_nn_1 = mkN "sambeskattning" ; - sambladig_av_1 = mkA "sambladig" ; - sambo_nn_1 = mkN "sambo" "sambor" ; - sambo_nn_2 = mkN "sambo" "sambon" "sambos" "sambosen" ; - samboende_av_1 = mkA "samboende" ; - sambord_nn_1 = mkN "sambord" neutrum ; - sambyggare_nn_1 = mkN "sambyggare" "sambyggare" ; - same_nn_1 = mkN "same" "samer" ; - sameby_nn_1 = mkN "sameby" "samebyn" "samebyar" "samebyarna" ; - samekultur_nn_1 = mkN "samekultur" "samekulturer" ; - sameland_nn_1 = mkN "sameland" "samelandet" "samelдnder" "samelдnderna" ; - samfaelld_av_1 = mkA "samfдlld" "samfдllt" ; - samfaellig_av_1 = mkA "samfдllig" ; - samfaellighet_nn_1 = mkN "samfдllighet" "samfдlligheter" ; - samfaerdsled_nn_1 = mkN "samfдrdsled" "samfдrdsleder" ; - samfaerdsmedel_nn_1 = mkN "samfдrdsmedel" neutrum ; - samfund_nn_1 = mkN "samfund" neutrum ; - samhaellelig_av_1 = mkA "samhдllelig" ; - samhaellsbevarande_av_1 = mkA "samhдllsbevarande" ; - samhaellsbevarare_nn_1 = mkN "samhдllsbevarare" "samhдllsbevarare" ; - samhaellsbildande_av_1 = mkA "samhдllsbildande" ; - samhaellsekonomisk_av_1 = mkA "samhдllsekonomisk" ; - samhaellsfara_nn_1 = mkN "samhдllsfara" ; - samhaellsfarlig_av_1 = mkA "samhдllsfarlig" ; - samhaellsfientlig_av_1 = mkA "samhдllsfientlig" ; - samhaellsfoerbaettrare_nn_1 = mkN "samhдllsfцrbдttrare" "samhдllsfцrbдttrare" ; - samhaellsfoerdrag_nn_1 = mkN "samhдllsfцrdrag" neutrum ; - samhaellsform_nn_1 = mkN "samhдllsform" "samhдllsformer" ; - samhaellsforskare_nn_1 = mkN "samhдllsforskare" "samhдllsforskare" ; - samhaellsfraanvaend_av_1 = mkA "samhдllsfrеnvдnd" ; - samhaellsfunktion_nn_1 = mkN "samhдllsfunktion" "samhдllsfunktioner" ; - samhaellsgrupp_nn_1 = mkN "samhдllsgrupp" "samhдllsgrupper" ; - samhaellsingripande_nn_1 = mkN "samhдllsingripande" ; - samhaellsinsats_nn_1 = mkN "samhдllsinsats" "samhдllsinsatser" ; - samhaellsklass_nn_1 = mkN "samhдllsklass" "samhдllsklasser" ; - samhaellskontrakt_nn_1 = mkN "samhдllskontrakt" neutrum ; - samhaellskostnad_nn_1 = mkN "samhдllskostnad" "samhдllskostnader" ; - samhaellskritiker_nn_1 = mkN "samhдllskritiker" "samhдllskritikern" "samhдllskritiker" "samhдllskritikerna" ; - samhaellskritisk_av_1 = mkA "samhдllskritisk" ; - samhaellskropp_nn_1 = mkN "samhдllskropp" ; - samhaellsnorm_nn_1 = mkN "samhдllsnorm" "samhдllsnormer" ; - samhaellsnytta_nn_1 = mkN "samhдllsnytta" ; - samhaellsnyttig_av_1 = mkA "samhдllsnyttig" ; - samhaellsomstoertande_av_1 = mkA "samhдllsomstцrtande" ; - samhaellsomstoertare_nn_1 = mkN "samhдllsomstцrtare" "samhдllsomstцrtare" ; - samhaellsordning_nn_1 = mkN "samhдllsordning" ; - samhaellsorgan_nn_1 = mkN "samhдllsorgan" neutrum ; - samhaellsorienterande_av_1 = mkA "samhдllsorienterande" ; - samhaellsplanerare_nn_1 = mkN "samhдllsplanerare" "samhдllsplanerare" ; - samhaellsplanering_nn_1 = mkN "samhдllsplanering" ; - samhaellsproblem_nn_1 = mkN "samhдllsproblem" neutrum ; - samhaellspyramid_nn_1 = mkN "samhдllspyramid" "samhдllspyramider" ; - samhaellsrepresentant_nn_1 = mkN "samhдllsrepresentant" "samhдllsrepresentanter" ; - samhaellsskick_nn_1 = mkN "samhдllsskick" neutrum ; - samhaellsskikt_nn_1 = mkN "samhдllsskikt" neutrum ; - samhaellsskildring_nn_1 = mkN "samhдllsskildring" ; - samhaellsstaellning_nn_1 = mkN "samhдllsstдllning" ; - samhaellssyn_nn_1 = mkN "samhдllssyn" "samhдllssyner" ; - samhaellssystem_nn_1 = mkN "samhдllssystem" neutrum ; - samhaellstillvaend_av_1 = mkA "samhдllstillvдnd" ; - samhaellsuppbyggnad_nn_1 = mkN "samhдllsuppbyggnad" "samhдllsuppbyggnader" ; - samhaellsvarelse_nn_1 = mkN "samhдllsvarelse" "samhдllsvarelser" ; - samhaellsvetare_nn_1 = mkN "samhдllsvetare" "samhдllsvetare" ; - samhaellsvetenskap_nn_1 = mkN "samhдllsvetenskap" "samhдllsvetenskaper" ; - samhaellsvetenskaplig_av_1 = mkA "samhдllsvetenskaplig" ; - samhoerande_av_1 = mkA "samhцrande" ; - samhoerig_av_1 = mkA "samhцrig" ; - samhoerighet_nn_1 = mkN "samhцrighet" "samhцrigheter" ; - samhoerighetskaensla_nn_1 = mkN "samhцrighetskдnsla" ; - samisk_av_1 = mkA "samisk" ; - samizdat_nn_1 = mkN "samizdat" ; - samkoep_nn_1 = mkN "samkцp" neutrum ; - samkoerning_nn_1 = mkN "samkцrning" ; - samkvaem_nn_1 = mkN "samkvдm" neutrum ; - samlag_nn_1 = mkN "samlag" neutrum ; - samlagspartner_nn_1 = mkN "samlagspartner" "samlagspartnern" "samlagspartner" "samlagspartnerna" ; - samlare_nn_1 = mkN "samlare" "samlare" ; - samlarfoeremaal_nn_1 = mkN "samlarfцremеl" neutrum ; - samlarfolk_nn_1 = mkN "samlarfolk" neutrum ; - samlevnad_nn_1 = mkN "samlevnad" "samlevnader" ; - samling_nn_1 = mkN "samling" ; - samlingsband_nn_1 = mkN "samlingsband" neutrum ; - samlingslins_nn_1 = mkN "samlingslins" "samlingslinser" ; - samlingslokal_nn_1 = mkN "samlingslokal" "samlingslokaler" ; - samlingsnamn_nn_1 = mkN "samlingsnamn" neutrum ; - samlingspaerm_nn_1 = mkN "samlingspдrm" ; - samlingsparti_nn_1 = mkN "samlingsparti" "samlingspartit" "samlingspartier" "samlingspartierna" ; - samlingsplats_nn_1 = mkN "samlingsplats" "samlingsplatser" ; - samlingspunkt_nn_1 = mkN "samlingspunkt" "samlingspunkter" ; - samlingsregering_nn_1 = mkN "samlingsregering" ; - samlingsrum_nn_1 = mkN "samlingsrum" "samlingsrummet" "samlingsrum" "samlingsrummen" ; - samlingssal_nn_1 = mkN "samlingssal" ; - samlingsverk_nn_1 = mkN "samlingsverk" neutrum ; - sammald_av_1 = mkA "sammald" "sammalt" ; - sammaledes_ab_1 = mkAdv "sammaledes" ; - sammalen_av_1 = mkA "sammalen" "sammalet" ; - sammalunda_ab_1 = mkAdv "sammalunda" ; - samman_ab_1 = mkAdv "samman" ; - sammanbinda_vb_1 = mkV "sammanbinda" "sammanband" "sammanbundit" ; - sammanbindning_nn_1 = mkN "sammanbindning" ; - sammanbiten_av_1 = mkA "sammanbiten" "sammanbitet" ; - sammanboende_av_1 = mkA "sammanboende" ; - sammanbragt_av_1 = mkA "sammanbragt" "sammanbragt" ; - sammanbrott_nn_1 = mkN "sammanbrott" neutrum ; - sammandra_vb_1 = mkV "sammandra" "sammandrar" "sammandra" "sammandrog" "sammandragit" "sammandragen" ; - sammandrabbning_nn_1 = mkN "sammandrabbning" ; - sammandrag_nn_1 = mkN "sammandrag" neutrum ; - sammandragning_nn_1 = mkN "sammandragning" ; - sammanfall_nn_1 = mkN "sammanfall" neutrum ; - sammanfalla_vb_1 = mkV "sammanfalla" "sammanfцll" "sammanfallit" ; - sammanfattning_nn_1 = mkN "sammanfattning" ; - sammanfattningsvis_ab_1 = mkAdv "sammanfattningsvis" ; - sammanfloede_nn_1 = mkN "sammanflцde" ; - sammanfogning_nn_1 = mkN "sammanfogning" ; - sammangaaende_nn_1 = mkN "sammangеende" ; - sammanhaalla_vb_1 = mkV "sammanhеlla" "sammanhцll" "sammanhеllit" ; - sammanhaallen_av_1 = mkA "sammanhеllen" "sammanhеllet" ; - sammanhaallig_av_1 = mkA "sammanhеllig" ; - sammanhaengande_nn_1 = mkN "sammanhдngande" ; - sammanhang_nn_1 = mkN "sammanhang" neutrum ; - sammankallande_av_1 = mkA "sammankallande" ; - sammankomst_nn_1 = mkN "sammankomst" "sammankomster" ; - sammanlaeggning_nn_1 = mkN "sammanlдggning" ; - sammanlaeggningsavhandling_nn_1 = mkN "sammanlдggningsavhandling" ; - sammanlagd_av_1 = mkA "sammanlagd" "sammanlagt" ; - sammanraekning_nn_1 = mkN "sammanrдkning" ; - sammansaettning_nn_1 = mkN "sammansдttning" ; - sammansaettningsfabrik_nn_1 = mkN "sammansдttningsfabrik" "sammansдttningsfabriker" ; - sammansaettningsled_nn_1 = mkN "sammansдttningsled" neutrum ; - sammansatt_av_1 = mkA "sammansatt" ; - sammanskjuta_vb_1 = mkV "sammanskjuta" "sammanskцt" "sammanskjutit" ; - sammanskott_nn_1 = mkN "sammanskott" neutrum ; - sammanskriva_vb_1 = mkV "sammanskriva" "sammanskrev" "sammanskrivit" ; - sammanslagen_av_1 = mkA "sammanslagen" "sammanslaget" ; - sammanslagning_nn_1 = mkN "sammanslagning" ; - sammanslutning_nn_1 = mkN "sammanslutning" ; - sammansmaeltning_nn_1 = mkN "sammansmдltning" ; - sammanstaellning_nn_1 = mkN "sammanstдllning" ; - sammanstoetning_nn_1 = mkN "sammanstцtning" ; - sammansvaerja_vb_1 = mkV "sammansvдrja" "sammansvдrjer" "sammansvдrj" "sammansvor" "sammansvurit" "sammansvдrjd" ; - sammansvaerjning_nn_1 = mkN "sammansvдrjning" ; - sammansvuren_av_1 = mkA "sammansvuren" "sammansvuret" ; - sammantagen_av_1 = mkA "sammantagen" "sammantaget" ; - sammantraede_nn_1 = mkN "sammantrдde" ; - sammantraedesordning_nn_1 = mkN "sammantrдdesordning" ; - sammantraedesrum_nn_1 = mkN "sammantrдdesrum" "sammantrдdesrummet" "sammantrдdesrum" "sammantrдdesrummen" ; - sammantraeffande_nn_1 = mkN "sammantrдffande" ; - sammastaedes_ab_1 = mkAdv "sammastдdes" ; - sammelband_nn_1 = mkN "sammelband" neutrum ; - sammelnamn_nn_1 = mkN "sammelnamn" neutrum ; - sammelplats_nn_1 = mkN "sammelplats" "sammelplatser" ; - sammelsurium_nn_1 = mkN "sammelsurium" "sammelsuriet" "sammelsurier" "sammelsurierna" ; - sammetsblomster_nn_1 = mkN "sammetsblomster" neutrum ; - sammetsmjuk_av_1 = mkA "sammetsmjuk" ; - samnit_nn_1 = mkN "samnit" "samniter" ; - samnordisk_av_1 = mkA "samnordisk" ; - samoan_nn_1 = mkN "samoan" "samoaner" ; - samojed_nn_1 = mkN "samojed" "samojeder" ; - samordnare_nn_1 = mkN "samordnare" "samordnare" ; - samordning_nn_1 = mkN "samordning" ; - samovar_nn_1 = mkN "samovar" "samovarer" ; - sampan_nn_1 = mkN "sampan" "sampaner" ; - sampel_nn_1 = mkN "sampel" neutrum ; - sampling_nn_1 = mkN "sampling" ; - samraad_nn_1 = mkN "samrеd" neutrum ; - sams_av_1 = mkA "sams" ; - samsaendning_nn_1 = mkN "samsдndning" ; - samspelt_av_1 = mkA "samspelt" "samspelt" ; - samstaemd_av_1 = mkA "samstдmd" "samstдmt" ; - samstaemmig_av_1 = mkA "samstдmmig" ; - samsyskon_nn_1 = mkN "samsyskon" neutrum ; - samtal_nn_1 = mkN "samtal" "samtalet" "samtalen" "samtalena" ; - samtalsaemne_nn_1 = mkN "samtalsдmne" ; - samtalsavgift_nn_1 = mkN "samtalsavgift" "samtalsavgifter" ; - samtalsgrupp_nn_1 = mkN "samtalsgrupp" "samtalsgrupper" ; - samtalsmaetare_nn_1 = mkN "samtalsmдtare" "samtalsmдtare" ; - samtalsmarkering_nn_1 = mkN "samtalsmarkering" ; - samtalsperiod_nn_1 = mkN "samtalsperiod" "samtalsperioder" ; - samtalsraeknare_nn_1 = mkN "samtalsrдknare" "samtalsrдknare" ; - samtida_av_1 = mkA "samtida" ; - samtidig_av_1 = mkA "samtidig" ; - samtidighet_nn_1 = mkN "samtidighet" "samtidigheter" ; - samtidigt_ab_1 = mkAdv "samtidigt" ; - samtidsskildring_nn_1 = mkN "samtidsskildring" ; - samuraj_nn_1 = mkN "samuraj" "samurajer" ; - samurajsvaerd_nn_1 = mkN "samurajsvдrd" neutrum ; - samvaelde_nn_1 = mkN "samvдlde" ; - samvariation_nn_1 = mkN "samvariation" "samvariationer" ; - samvetsaektenskap_nn_1 = mkN "samvetsдktenskap" "samvetsдktenskapet" "samvetsдktenskapen" "samvetsдktenskapena" ; - samvetsbetaenklighet_nn_1 = mkN "samvetsbetдnklighet" "samvetsbetдnkligheter" ; - samvetsfaange_nn_1 = mkN "samvetsfеnge" utrum ; - samvetsfoerebraaelse_nn_1 = mkN "samvetsfцrebrеelse" "samvetsfцrebrеelser" ; - samvetsfraaga_nn_1 = mkN "samvetsfrеga" ; - samvetsfrihet_nn_1 = mkN "samvetsfrihet" "samvetsfriheter" ; - samvetsgrann_av_1 = mkA "samvetsgrann" "samvetsgrant" ; - samvetskonflikt_nn_1 = mkN "samvetskonflikt" "samvetskonflikter" ; - samvetskval_nn_1 = mkN "samvetskval" neutrum ; - samvetsloes_av_1 = mkA "samvetslцs" ; - samvetsoem_av_1 = mkA "samvetsцm" "samvetsцmt" "samvetsцmma" "samvetsцmma" "samvetsцmmare" "samvetsцmmast" "samvetsцmmaste" ; - samvetspeng_nn_1 = mkN "samvetspeng" ; - samvetssak_nn_1 = mkN "samvetssak" "samvetssaker" ; - samvetsskael_nn_1 = mkN "samvetsskдl" neutrum ; - samvetsstyng_nn_1 = mkN "samvetsstyng" neutrum ; - sanatorium_nn_1 = mkN "sanatorium" "sanatoriet" "sanatorier" "sanatorierna" ; - sandal_nn_1 = mkN "sandal" "sandaler" ; - sandalett_nn_1 = mkN "sandalett" "sandaletter" ; - sandbad_nn_1 = mkN "sandbad" neutrum ; - sandbakelse_nn_1 = mkN "sandbakelse" "sandbakelser" ; - sandbank_nn_1 = mkN "sandbank" ; - sandbindande_av_1 = mkA "sandbindande" ; - sandbindare_nn_1 = mkN "sandbindare" "sandbindare" ; - sandblaester_nn_1 = mkN "sandblдster" ; - sandbotten_nn_1 = mkN "sandbotten" ; - sanddyn_nn_1 = mkN "sanddyn" "sanddyner" ; - sandeltraed_nn_1 = mkN "sandeltrдd" neutrum ; - sandform_nn_1 = mkN "sandform" ; - sandhed_nn_1 = mkN "sandhed" ; - sandig_av_1 = mkA "sandig" ; - sandjaegare_nn_1 = mkN "sandjдgare" "sandjдgare" ; - sandjord_nn_1 = mkN "sandjord" ; - sandkorn_nn_1 = mkN "sandkorn" neutrum ; - sandkrypare_nn_1 = mkN "sandkrypare" "sandkrypare" ; - sandlilja_nn_1 = mkN "sandlilja" ; - sandloepare_nn_1 = mkN "sandlцpare" "sandlцpare" ; - sandmark_nn_1 = mkN "sandmark" "sandmarker" ; - sandmask_nn_1 = mkN "sandmask" ; - sandmussla_nn_1 = mkN "sandmussla" ; - sandoeken_nn_1 = mkN "sandцken" "sandцkenn" "sandцknar" "sandцknarna" ; - sandpapper_nn_1 = mkN "sandpapper" neutrum ; - sandrev_nn_1 = mkN "sandrev" neutrum ; - sandrevel_nn_1 = mkN "sandrevel" ; - sandroer_nn_1 = mkN "sandrцr" neutrum ; - sandsaeck_nn_1 = mkN "sandsдck" ; - sandstorm_nn_1 = mkN "sandstorm" ; - sandstrand_nn_1 = mkN "sandstrand" "sandstrдnder" ; - sandsugare_nn_1 = mkN "sandsugare" "sandsugare" ; - sandtaekt_nn_1 = mkN "sandtдkt" "sandtдkter" ; - sandtag_nn_1 = mkN "sandtag" neutrum ; - sandur_nn_1 = mkN "sandur" neutrum ; - sandvaext_nn_1 = mkN "sandvдxt" "sandvдxter" ; - sandvikare_nn_1 = mkN "sandvikare" "sandvikare" ; - sandwich_nn_1 = mkN "sandwich" ; - sandwichman_nn_1 = mkN "sandwichman" "sandwichmannen" "sandwichmдn" "sandwichmдnnen" ; - sanering_nn_1 = mkN "sanering" ; - saneringsfastighet_nn_1 = mkN "saneringsfastighet" "saneringsfastigheter" ; - saneringsmedel_nn_1 = mkN "saneringsmedel" neutrum ; - saneringsplan_nn_1 = mkN "saneringsplan" "saneringsplaner" ; - sang_nn_1 = mkN "sang" "sangen" "sang" "sangen" ; - sangviniker_nn_1 = mkN "sangviniker" "sangvinikern" "sangviniker" "sangvinikerna" ; - sangvinisk_av_1 = mkA "sangvinisk" ; - sanitaer_av_1 = mkA "sanitдr" ; - sanitet_nn_1 = mkN "sanitet" "saniteter" ; - sanitetsanstalt_nn_1 = mkN "sanitetsanstalt" "sanitetsanstalter" ; - sanitetsartikel_nn_1 = mkN "sanitetsartikel" ; - sanitetshund_nn_1 = mkN "sanitetshund" ; - sanitetskaerl_nn_1 = mkN "sanitetskдrl" neutrum ; - sanitetskompani_nn_1 = mkN "sanitetskompani" "sanitetskompanit" "sanitetskompanier" "sanitetskompanierna" ; - sanitetstekniker_nn_1 = mkN "sanitetstekniker" "sanitetsteknikern" "sanitetstekniker" "sanitetsteknikerna" ; - sanitetstrupp_nn_1 = mkN "sanitetstrupp" "sanitetstrupper" ; - sank_av_1 = mkA "sank" ; - sanktbernhardshund_nn_1 = mkN "sanktbernhardshund" ; - sanktifikation_nn_1 = mkN "sanktifikation" "sanktifikationer" ; - sanktion_nn_1 = mkN "sanktion" "sanktioner" ; - sanktuarium_nn_1 = mkN "sanktuarium" "sanktuariet" "sanktuarier" "sanktuarierna" ; - sanmarinesare_nn_1 = mkN "sanmarinesare" "sanmarinesare" ; - sanmarinesisk_av_1 = mkA "sanmarinesisk" ; - sann_av_1 = mkA "sann" "sant" ; - sanndroem_nn_1 = mkN "sanndrцm" "sanndrцmmen" "sanndrцmmar" "sanndrцmmarna" ; - sannerligen_ab_1 = mkAdv "sannerligen" ; - sannfaerdig_av_1 = mkA "sannfдrdig" ; - sanning_nn_1 = mkN "sanning" ; - sanningsdrog_nn_1 = mkN "sanningsdrog" "sanningsdroger" ; - sanningsenlig_av_1 = mkA "sanningsenlig" ; - sanningsfoersaekran_nn_1 = mkN "sanningsfцrsдkran" "sanningsfцrsдkran" "sanningsfцrsдkringar" "sanningsfцrsдkringarna" ; - sanningskorn_nn_1 = mkN "sanningskorn" neutrum ; - sanningskrav_nn_1 = mkN "sanningskrav" neutrum ; - sanningsloes_av_1 = mkA "sanningslцs" ; - sanningssaegare_nn_1 = mkN "sanningssдgare" "sanningssдgare" ; - sanningssoekare_nn_1 = mkN "sanningssцkare" "sanningssцkare" ; - sanningsvittne_nn_1 = mkN "sanningsvittne" ; - sannolik_av_1 = mkA "sannolik" ; - sannolikhet_nn_1 = mkN "sannolikhet" "sannolikheter" ; - sannolikhetsbevis_nn_1 = mkN "sannolikhetsbevis" neutrum ; - sannolikhetskalkyl_nn_1 = mkN "sannolikhetskalkyl" "sannolikhetskalkyler" ; - sannolikhetsteori_nn_1 = mkN "sannolikhetsteori" "sannolikhetsteorier" ; - sannsaga_nn_1 = mkN "sannsaga" ; - sannskyldig_av_1 = mkA "sannskyldig" ; - sannspaadd_av_1 = mkA "sannspеdd" "sannspеdtt" ; - sansculotte_nn_1 = mkN "sansculotte" "sansculotter" ; - sansloes_av_1 = mkA "sanslцs" ; - sansning_nn_1 = mkN "sansning" ; - sapfisk_av_1 = mkA "sapfisk" ; - saponin_nn_1 = mkN "saponin" "saponinet" "saponiner" "saponinerna" ; - sapp_nn_1 = mkN "sapp" "sapper" ; - sappoer_nn_1 = mkN "sappцr" "sappцrer" ; - saprofyt_nn_1 = mkN "saprofyt" "saprofyter" ; - saprogen_av_1 = mkA "saprogen" ; - saraband_nn_1 = mkN "saraband" "sarabander" ; - saracen_nn_1 = mkN "saracen" "saracener" ; - sarafan_nn_1 = mkN "sarafan" "sarafaner" ; - sard_nn_1 = mkN "sard" "sarder" ; - sardell_nn_1 = mkN "sardell" "sardeller" ; - sardin_nn_1 = mkN "sardin" "sardiner" ; - sardinare_nn_1 = mkN "sardinare" "sardinare" ; - sardinisk_av_1 = mkA "sardinisk" ; - sardiniska_nn_2 = mkN "sardiniska" ; - sardinsk_av_1 = mkA "sardinsk" ; - sardinska_nn_2 = mkN "sardinska" ; - sardisk_av_1 = mkA "sardisk" ; - sardiska_nn_2 = mkN "sardiska" ; - sardonisk_av_1 = mkA "sardonisk" ; - sarg_nn_1 = mkN "sarg" ; - sari_nn_1 = mkN "sari" "sarin" "sarier" "sarierna" ; - sarkasm_nn_1 = mkN "sarkasm" "sarkasmer" ; - sarkastisk_av_1 = mkA "sarkastisk" ; - sarkofag_nn_1 = mkN "sarkofag" "sarkofager" ; - sarkom_nn_1 = mkN "sarkom" neutrum ; - sarong_nn_1 = mkN "sarong" "saronger" ; - sars_nn_1 = mkN "sars" "sarser" ; - sarv_nn_1 = mkN "sarv" ; - sataeng_nn_1 = mkN "satдng" "satдnger" ; - satanisk_av_1 = mkA "satanisk" ; - satanist_nn_1 = mkN "satanist" "satanister" ; - sate_nn_1 = mkN "sate" utrum ; - satellit_nn_1 = mkN "satellit" "satelliter" ; - satellitstat_nn_1 = mkN "satellitstat" "satellitstater" ; - satemspraak_nn_1 = mkN "satemsprеk" neutrum ; - satin_nn_1 = mkN "satin" "satiner" ; - satir_nn_1 = mkN "satir" "satirer" ; - satiriker_nn_1 = mkN "satiriker" "satirikern" "satiriker" "satirikerna" ; - satirisk_av_1 = mkA "satirisk" ; - satisfaktion_nn_1 = mkN "satisfaktion" "satisfaktioner" ; - satkaering_nn_1 = mkN "satkдring" ; - satrap_nn_1 = mkN "satrap" "satraper" ; - satrapi_nn_1 = mkN "satrapi" "satrapier" ; - sats_nn_1 = mkN "sats" "satser" ; - satsaccent_nn_1 = mkN "satsaccent" "satsaccenter" ; - satsadverbial_nn_1 = mkN "satsadverbial" neutrum ; - satsanalys_nn_1 = mkN "satsanalys" "satsanalyser" ; - satsbindning_nn_1 = mkN "satsbindning" ; - satsbord_nn_1 = mkN "satsbord" neutrum ; - satsbraede_nn_1 = mkN "satsbrдde" ; - satsbyggnad_nn_1 = mkN "satsbyggnad" "satsbyggnader" ; - satsdel_nn_1 = mkN "satsdel" "satsdelen" "satsdelar" "satsdelarna" ; - satsfoerkortning_nn_1 = mkN "satsfцrkortning" ; - satsfogning_nn_1 = mkN "satsfogning" ; - satskompletteringstest_nn_1 = mkN "satskompletteringstest" neutrum ; - satskonstruktion_nn_1 = mkN "satskonstruktion" "satskonstruktioner" ; - satsmelodi_nn_1 = mkN "satsmelodi" "satsmelodier" ; - satsning_nn_1 = mkN "satsning" ; - satsuma_nn_1 = mkN "satsuma" "satsuman" "satsumas" "satsumasen" ; - satt_av_1 = mkA "satt" ; - sattyg_nn_1 = mkN "sattyg" neutrum ; - satunge_nn_1 = mkN "satunge" utrum ; - saturnaliefest_nn_1 = mkN "saturnaliefest" "saturnaliefester" ; - saturnalisk_av_1 = mkA "saturnalisk" ; - saturnisk_av_1 = mkA "saturnisk" ; - satyr_nn_1 = mkN "satyr" "satyrer" ; - satyrdrama_nn_1 = mkN "satyrdrama" "satyrdramat" "satyrdraman" "satyrdramana" ; - satyrspel_nn_1 = mkN "satyrspel" "satyrspelet" "satyrspel" "satyrspelen" ; - saudiarab_nn_1 = mkN "saudiarab" "saudiaraber" ; - saudiarabisk_av_1 = mkA "saudiarabisk" ; - saudier_nn_1 = mkN "saudier" "saudiern" "saudier" "saudierna" ; - saudisk_av_1 = mkA "saudisk" ; - saute_nn_1 = mkN "sautй" "sautйer" ; - savann_nn_1 = mkN "savann" "savanner" ; - savarin_nn_1 = mkN "savarin" "savariner" ; - savig_av_1 = mkA "savig" ; - savningstid_nn_1 = mkN "savningstid" "savningstider" ; - savojard_nn_1 = mkN "savojard" "savojarder" ; - savtid_nn_1 = mkN "savtid" "savtider" ; - sax_nn_1 = mkN "sax" ; - saxare_nn_1 = mkN "saxare" "saxare" ; - saxarm_nn_1 = mkN "saxarm" ; - saxblad_nn_1 = mkN "saxblad" neutrum ; - saxisk_av_1 = mkA "saxisk" ; - saxkrok_nn_1 = mkN "saxkrok" ; - saxnaebb_nn_1 = mkN "saxnдbb" ; - saxofon_nn_1 = mkN "saxofon" "saxofoner" ; - saxskaenkel_nn_1 = mkN "saxskдnkel" ; - saxskaer_nn_1 = mkN "saxskдr" neutrum ; - saxskalm_nn_1 = mkN "saxskalm" ; - saxsprint_nn_1 = mkN "saxsprint" ; - sbirr_nn_1 = mkN "sbirr" "sbirrer" ; - scanner_nn_1 = mkN "scanner" ; - scanning_nn_1 = mkN "scanning" ; - scarf_nn_1 = mkN "scarf" ; - scen_nn_1 = mkN "scen" "scener" ; - scenanvisning_nn_1 = mkN "scenanvisning" ; - scenarbetare_nn_1 = mkN "scenarbetare" "scenarbetare" ; - scenario_nn_1 = mkN "scenario" "scenariot" "scenarion" "scenariona" ; - scenbearbetning_nn_1 = mkN "scenbearbetning" ; - scenbild_nn_1 = mkN "scenbild" "scenbilder" ; - sceneri_nn_1 = mkN "sceneri" "scenerit" "scenerier" "scenerierna" ; - scenfoeraendring_nn_1 = mkN "scenfцrдndring" ; - scenframtraedande_nn_1 = mkN "scenframtrдdande" ; - sceningaang_nn_1 = mkN "sceningеng" ; - sceninstruktoer_nn_1 = mkN "sceninstruktцr" "sceninstruktцrer" ; - scenisk_av_1 = mkA "scenisk" ; - scenoeppning_nn_1 = mkN "scenцppning" ; - scenograf_nn_1 = mkN "scenograf" "scenografer" ; - scenuppfoerande_nn_1 = mkN "scenuppfцrande" ; - scenvaexling_nn_1 = mkN "scenvдxling" ; - scenvind_nn_1 = mkN "scenvind" ; - scepter_nn_1 = mkN "scepter" neutrum ; - schabbel_nn_1 = mkN "schabbel" neutrum ; - schablon_nn_1 = mkN "schablon" "schabloner" ; - schablonavdrag_nn_1 = mkN "schablonavdrag" neutrum ; - schablonbelopp_nn_1 = mkN "schablonbelopp" neutrum ; - schablonmaessig_av_1 = mkA "schablonmдssig" ; - schablontillaegg_nn_1 = mkN "schablontillдgg" neutrum ; - schabrak_nn_1 = mkN "schabrak" neutrum ; - schack_av_1 = mkA "schack" ; - schack_nn_2 = mkN "schack" ; - schackbord_nn_1 = mkN "schackbord" neutrum ; - schackbraede_nn_1 = mkN "schackbrдde" ; - schackdrag_nn_1 = mkN "schackdrag" neutrum ; - schackel_nn_1 = mkN "schackel" ; - schackmatt_av_1 = mkA "schackmatt" ; - schackmoenster_nn_1 = mkN "schackmцnster" neutrum ; - schackningsperiod_nn_1 = mkN "schackningsperiod" "schackningsperioder" ; - schackparti_nn_1 = mkN "schackparti" "schackpartit" "schackpartier" "schackpartierna" ; - schackpjaes_nn_1 = mkN "schackpjдs" "schackpjдser" ; - schackproblem_nn_1 = mkN "schackproblem" neutrum ; - schackrare_nn_1 = mkN "schackrare" "schackrare" ; - schackspel_nn_1 = mkN "schackspel" "schackspelet" "schackspel" "schackspelen" ; - schackspelare_nn_1 = mkN "schackspelare" "schackspelare" ; - schackturnering_nn_1 = mkN "schackturnering" ; - schaefer_nn_1 = mkN "schдfer" ; - schaeferhatt_nn_1 = mkN "schдferhatt" ; - schaeferhund_nn_1 = mkN "schдferhund" ; - schaeferi_nn_1 = mkN "schдferi" "schдferit" "schдferier" "schдferierna" ; - schaes_nn_1 = mkN "schдs" ; - schaeslong_nn_1 = mkN "schдslong" "schдslonger" ; - schagg_nn_1 = mkN "schagg" "schagger" ; - schah_nn_1 = mkN "schah" "schaher" ; - schajas_nn_1 = mkN "schajas" ; - schakaa_nn_1 = mkN "schakе" "schakеer" ; - schakal_nn_1 = mkN "schakal" "schakaler" ; - schakt_nn_1 = mkN "schakt" neutrum ; - schaktmaskin_nn_1 = mkN "schaktmaskin" "schaktmaskiner" ; - schaktugn_nn_1 = mkN "schaktugn" ; - schal_nn_1 = mkN "schal" ; - schalett_nn_1 = mkN "schalett" "schaletter" ; - schalom_nn_1 = mkN "schalom" neutrum ; - schalottenloek_nn_1 = mkN "schalottenlцk" ; - schaman_nn_1 = mkN "schaman" "schamaner" ; - schampo_nn_1 = mkN "schampo" "schampot" "schampon" "schampona" ; - schangdobel_av_1 = mkA "schangdobel" ; - schangtil_av_1 = mkA "schangtil" ; - schapp_nn_1 = mkN "schapp" neutrum ; - scharner_nn_1 = mkN "scharner" "scharneret" "scharner" "scharneren" ; - schartauan_nn_1 = mkN "schartauan" "schartauaner" ; - schartauansk_av_1 = mkA "schartauansk" ; - schattering_nn_1 = mkN "schattering" ; - schattersoem_nn_1 = mkN "schattersцm" "schattersцmmen" "schattersцmmar" "schattersцmmarna" ; - schatull_nn_1 = mkN "schatull" neutrum ; - schavott_nn_1 = mkN "schavott" "schavotter" ; - schejk_nn_1 = mkN "schejk" "schejker" ; - schema_nn_1 = mkN "schema" "schemat" "scheman" "schemana" ; - schemabunden_av_1 = mkA "schemabunden" "schemabundet" ; - schemalagd_av_1 = mkA "schemalagd" "schemalagt" ; - schematisk_av_1 = mkA "schematisk" ; - schematism_nn_1 = mkN "schematism" "schematismer" ; - schersmin_nn_1 = mkN "schersmin" "schersminer" ; - scherzando_ab_1 = mkAdv "scherzando" ; - scherzo_nn_1 = mkN "scherzo" "scherzot" "scherzon" "scherzona" ; - schibbolet_nn_1 = mkN "schibbolet" neutrum ; - schillerkrage_nn_1 = mkN "schillerkrage" utrum ; - schillerstoevare_nn_1 = mkN "schillerstцvare" "schillerstцvare" ; - schilling_nn_1 = mkN "schilling" ; - schimpans_nn_1 = mkN "schimpans" "schimpanser" ; - schism_nn_1 = mkN "schism" "schismer" ; - schismatiker_nn_1 = mkN "schismatiker" "schismatikern" "schismatiker" "schismatikerna" ; - schismatisk_av_1 = mkA "schismatisk" ; - schizofren_av_1 = mkA "schizofren" ; - schizofreni_nn_1 = mkN "schizofreni" "schizofrenier" ; - schizotym_av_1 = mkA "schizotym" ; - schizzig_av_1 = mkA "schizzig" ; - schlager_nn_1 = mkN "schlager" ; - schnauzer_nn_1 = mkN "schnauzer" ; - schnitzel_nn_1 = mkN "schnitzel" ; - schottis_nn_1 = mkN "schottis" ; - schrammelkvartett_nn_1 = mkN "schrammelkvartett" "schrammelkvartetter" ; - schvungfull_av_1 = mkA "schvungfull" ; - schvungig_av_1 = mkA "schvungig" ; - schwa_ljud_nn_1 = mkN "schwa-ljud" neutrum ; - schweizare_nn_1 = mkN "schweizare" "schweizare" ; - schweizerfranc_nn_1 = mkN "schweizerfranc" "schweizerfrancen" "schweizerfranc" "schweizerfrancen" ; - schweizeri_nn_1 = mkN "schweizeri" "schweizerit" "schweizerier" "schweizerierna" ; - schweizernoet_nn_1 = mkN "schweizernцt" "schweizernцtter" ; - schweizerost_nn_1 = mkN "schweizerost" ; - schweizisk_av_1 = mkA "schweizisk" ; - schysst_av_1 = mkA "schysst" "schysst" ; - schyst_av_1 = mkA "schyst" "schyst" ; - scientist_nn_1 = mkN "scientist" "scientister" ; - scientolog_nn_1 = mkN "scientolog" "scientologer" ; - scintillation_nn_1 = mkN "scintillation" "scintillationer" ; - scirocco_nn_1 = mkN "scirocco" "sciroccon" "sciroccos" "sciroccosen" ; - scone_nn_1 = mkN "scone" "sconen" "scones" "sconesen" ; - scoop_nn_1 = mkN "scoop" neutrum ; - scooter_nn_1 = mkN "scooter" ; - scopolamin_nn_1 = mkN "scopolamin" "scopolaminer" ; - scout_nn_1 = mkN "scout" "scouter" ; - scoutjamboree_nn_1 = mkN "scoutjamboree" "scoutjamboreer" ; - scoutlaeger_nn_1 = mkN "scoutlдger" neutrum ; - scoutlag_nn_1 = mkN "scoutlag" ; - scoutpatrull_nn_1 = mkN "scoutpatrull" "scoutpatruller" ; - scratchman_nn_1 = mkN "scratchman" "scratchmannen" "scratchmдn" "scratchmдnnen" ; - script_girl_nn_1 = mkN "script-girl" "script-girlen" "script-girls" "script-girlsen" ; - seans_nn_1 = mkN "seans" "seanser" ; - sebar_av_1 = mkA "sebar" ; - seborre_nn_1 = mkN "seborrй" "seborrйer" ; - sebu_nn_1 = mkN "sebu" "sebun" "sebuer" "sebuerna" ; - seccomaalning_nn_1 = mkN "seccomеlning" ; - sed_nn_1 = mkN "sed" "seder" ; - sedan_ab_1 = mkAdv "sedan" ; - sedan_nn_1 = mkN "sedan" "sedaner" ; - sedativ_av_1 = mkA "sedativ" ; - sedativ_nn_1 = mkN "sedativ" "sedativet" "sedativer" "sedativerna" ; - sedativum_nn_1 = mkN "sedativum" neutrum ; - sedebetyg_nn_1 = mkN "sedebetyg" neutrum ; - sedekomedi_nn_1 = mkN "sedekomedi" "sedekomedier" ; - sedel_nn_1 = mkN "sedel" ; - sedelaerande_av_1 = mkA "sedelдrande" ; - sedelautomat_nn_1 = mkN "sedelautomat" "sedelautomater" ; - sedelpress_nn_1 = mkN "sedelpress" ; - sedelreserv_nn_1 = mkN "sedelreserv" "sedelreserver" ; - sedelstock_nn_1 = mkN "sedelstock" ; - sedermera_ab_1 = mkAdv "sedermera" ; - sederoman_nn_1 = mkN "sederoman" "sederomaner" ; - sedes_nn_1 = mkN "sedes" "sedeser" ; - sedesam_av_1 = mkA "sedesam" "sedesamt" "sedesamma" "sedesamma" "sedesammare" "sedesammast" "sedesammaste" ; - sedeskildring_nn_1 = mkN "sedeskildring" ; - sedesloes_av_1 = mkA "sedeslцs" ; - sedig_av_1 = mkA "sedig" ; - sediment_nn_1 = mkN "sediment" neutrum ; - sedimentaer_av_1 = mkA "sedimentдr" ; - sedimentering_nn_1 = mkN "sedimentering" ; - sedimentfoerande_av_1 = mkA "sedimentfцrande" ; - sedimentlager_nn_1 = mkN "sedimentlager" neutrum ; - sedimentprov_nn_1 = mkN "sedimentprov" neutrum ; - sedlig_av_1 = mkA "sedlig" ; - sedlighet_nn_1 = mkN "sedlighet" "sedligheter" ; - sedlighetsbrott_nn_1 = mkN "sedlighetsbrott" neutrum ; - sedlighetssaarande_av_1 = mkA "sedlighetssеrande" ; - sedvaenja_nn_1 = mkN "sedvдnja" ; - sedvana_nn_1 = mkN "sedvana" ; - sedvanlig_av_1 = mkA "sedvanlig" ; - seende_av_1 = mkA "seende" ; - sefard_nn_1 = mkN "sefard" "sefarder" ; - sefyr_nn_1 = mkN "sefyr" "sefyrer" ; - seg_av_1 = mkA "seg" ; - segdra_vb_1 = mkV "segdra" "segdrar" "segdra" "segdrog" "segdragit" "segdragen" ; - segdragen_av_1 = mkA "segdragen" "segdraget" ; - segel_nn_1 = mkN "segel" neutrum ; - segelbaat_nn_1 = mkN "segelbеt" ; - segelbaergning_nn_1 = mkN "segelbдrgning" ; - segelbar_av_1 = mkA "segelbar" ; - segelduk_nn_1 = mkN "segelduk" ; - segelfartyg_nn_1 = mkN "segelfartyg" neutrum ; - segelflyg_nn_1 = mkN "segelflyg" neutrum ; - segelflygning_nn_1 = mkN "segelflygning" ; - segelflygplan_nn_1 = mkN "segelflygplan" neutrum ; - segelfoering_nn_1 = mkN "segelfцring" ; - segelfri_av_1 = mkA "segelfri" "segelfritt" ; - segeljakt_nn_1 = mkN "segeljakt" "segeljakter" ; - segeljolle_nn_1 = mkN "segeljolle" utrum ; - segelkanot_nn_1 = mkN "segelkanot" "segelkanoter" ; - segelkapell_nn_1 = mkN "segelkapell" neutrum ; - segelled_nn_1 = mkN "segelled" "segelleder" ; - segelmaerke_nn_1 = mkN "segelmдrke" ; - segelmakare_nn_1 = mkN "segelmakare" "segelmakare" ; - segelmakeri_nn_1 = mkN "segelmakeri" "segelmakerit" "segelmakerier" "segelmakerierna" ; - segelskridsko_nn_1 = mkN "segelskridsko" "segelskridskor" ; - segelsoemmare_nn_1 = mkN "segelsцmmare" "segelsцmmare" ; - segelstaell_nn_1 = mkN "segelstдll" neutrum ; - seger_nn_1 = mkN "seger" ; - segerherre_nn_1 = mkN "segerherre" utrum ; - segerkrans_nn_1 = mkN "segerkrans" ; - segerkroent_av_1 = mkA "segerkrцnt" "segerkrцnt" ; - segerpalm_nn_1 = mkN "segerpalm" "segerpalmer" ; - segerpalmen_ab_1 = mkAdv "segerpalmen" ; - segerrik_av_1 = mkA "segerrik" ; - segersaell_av_1 = mkA "segersдll" ; - segertaag_nn_1 = mkN "segertеg" neutrum ; - segerviss_av_1 = mkA "segerviss" ; - seghet_nn_1 = mkN "seghet" "segheter" ; - seglare_nn_1 = mkN "seglare" "seglare" ; - seglarstoevel_nn_1 = mkN "seglarstцvel" ; - seglation_nn_1 = mkN "seglation" "seglationer" ; - seglationsklar_av_1 = mkA "seglationsklar" ; - seglats_nn_1 = mkN "seglats" "seglatser" ; - segling_nn_1 = mkN "segling" ; - seglingsbeskrivning_nn_1 = mkN "seglingsbeskrivning" ; - seglingsfri_av_1 = mkA "seglingsfri" "seglingsfritt" ; - segment_nn_1 = mkN "segment" neutrum ; - segmentbaage_nn_1 = mkN "segmentbеge" utrum ; - segmentell_av_1 = mkA "segmentell" ; - segmogen_av_1 = mkA "segmogen" "segmoget" ; - segrare_nn_1 = mkN "segrare" "segrare" ; - segregat_nn_1 = mkN "segregat" neutrum ; - segregation_nn_1 = mkN "segregation" "segregationer" ; - segring_nn_1 = mkN "segring" ; - segsliten_av_1 = mkA "segsliten" "segslitet" ; - seigneur_nn_1 = mkN "seigneur" "seigneurer" ; - seismisk_av_1 = mkA "seismisk" ; - seismograf_nn_1 = mkN "seismograf" "seismografer" ; - seismogram_nn_1 = mkN "seismogram" "seismogrammet" "seismogram" "seismogrammen" ; - seismometer_nn_1 = mkN "seismometer" ; - sej_nn_1 = mkN "sej" ; - sejdare_nn_1 = mkN "sejdare" "sejdare" ; - sejdel_nn_1 = mkN "sejdel" ; - sejnfall_nn_1 = mkN "sejnfall" neutrum ; - sejour_nn_1 = mkN "sejour" "sejourer" ; - sejsing_nn_1 = mkN "sejsing" ; - sejsning_nn_1 = mkN "sejsning" ; - sejte_nn_1 = mkN "sejte" utrum ; - sekant_nn_1 = mkN "sekant" "sekanter" ; - sekatoer_nn_1 = mkN "sekatцr" "sekatцrer" ; - sekel_nn_1 = mkN "sekel" neutrum ; - sekellaang_av_1 = mkA "sekellеng" ; - sekin_nn_1 = mkN "sekin" "sekiner" ; - sekond_nn_1 = mkN "sekond" "sekonder" ; - sekret_av_1 = mkA "sekret" "sekret" ; - sekret_nn_1 = mkN "sekret" neutrum ; - sekretaer_nn_1 = mkN "sekretдr" "sekretдrer" ; - sekretariat_nn_1 = mkN "sekretariat" neutrum ; - sekreterare_nn_1 = mkN "sekreterare" "sekreterare" ; - sekreterarfaagel_nn_1 = mkN "sekreterarfеgel" ; - sekretion_nn_1 = mkN "sekretion" "sekretioner" ; - sekretionsrubbning_nn_1 = mkN "sekretionsrubbning" ; - sekretorisk_av_1 = mkA "sekretorisk" ; - sekt_nn_1 = mkN "sekt" "sekter" ; - sekteristisk_av_1 = mkA "sekteristisk" ; - sektion_nn_1 = mkN "sektion" "sektioner" ; - sektor_nn_1 = mkN "sektor" "sektorer" ; - sektorfyr_nn_1 = mkN "sektorfyr" ; - sektoriell_av_1 = mkA "sektoriell" ; - sektorport_nn_1 = mkN "sektorport" ; - sekulaer_av_1 = mkA "sekulдr" ; - sekularisation_nn_1 = mkN "sekularisation" "sekularisationer" ; - sekularisering_nn_1 = mkN "sekularisering" ; - sekularpraest_nn_1 = mkN "sekularprдst" "sekularprдster" ; - sekund_nn_1 = mkN "sekund" "sekunder" ; - sekunda_av_1 = mkA "sekunda" ; - sekundaer_av_1 = mkA "sekundдr" ; - sekundaergrupp_nn_1 = mkN "sekundдrgrupp" "sekundдrgrupper" ; - sekundaerinfektion_nn_1 = mkN "sekundдrinfektion" "sekundдrinfektioner" ; - sekundaerkommun_nn_1 = mkN "sekundдrkommun" "sekundдrkommuner" ; - sekundaerminne_nn_1 = mkN "sekundдrminne" ; - sekundaerspole_nn_1 = mkN "sekundдrspole" utrum ; - sekundaerstadium_nn_1 = mkN "sekundдrstadium" "sekundдrstadiet" "sekundдrstadier" "sekundдrstadierna" ; - sekundaerstroem_nn_1 = mkN "sekundдrstrцm" "sekundдrstrцmmen" "sekundдrstrцmmar" "sekundдrstrцmmarna" ; - sekundant_nn_1 = mkN "sekundant" "sekundanter" ; - sekundchef_nn_1 = mkN "sekundchef" "sekundchefer" ; - sekundmeter_nn_1 = mkN "sekundmeter" "sekundmetern" "sekundmeter" "sekundmeterna" ; - sekundvisare_nn_1 = mkN "sekundvisare" "sekundvisare" ; - sekvens_nn_1 = mkN "sekvens" "sekvenser" ; - sel_nn_1 = mkN "sel" neutrum ; - selbrott_nn_1 = mkN "selbrott" neutrum ; - selbruten_av_1 = mkA "selbruten" "selbrutet" ; - seldon_nn_1 = mkN "seldon" neutrum ; - sele_nn_1 = mkN "sele" utrum ; - selektion_nn_1 = mkN "selektion" "selektioner" ; - selektiv_av_1 = mkA "selektiv" ; - selektivitet_nn_1 = mkN "selektivitet" "selektiviteter" ; - selencell_nn_1 = mkN "selencell" "selenceller" ; - selfmade_av_1 = mkA "selfmade" ; - selleribotten_nn_1 = mkN "selleribotten" ; - selot_nn_1 = mkN "selot" "seloter" ; - seltersglas_nn_1 = mkN "seltersglas" neutrum ; - seltyg_nn_1 = mkN "seltyg" neutrum ; - semafor_nn_1 = mkN "semafor" "semaforen" "semaforer" "semaforerna" ; - semaforalfabet_nn_1 = mkN "semaforalfabet" neutrum ; - semantisk_av_1 = mkA "semantisk" ; - semem_nn_1 = mkN "semem" neutrum ; - semester_nn_1 = mkN "semester" ; - semesterarvode_nn_1 = mkN "semesterarvode" ; - semesterby_nn_1 = mkN "semesterby" "semesterbyn" "semesterbyar" "semesterbyarna" ; - semesterdag_nn_1 = mkN "semesterdag" ; - semesterersaettning_nn_1 = mkN "semesterersдttning" ; - semesterfirare_nn_1 = mkN "semesterfirare" "semesterfirare" ; - semesterloen_nn_1 = mkN "semesterlцn" "semesterlцner" ; - semestermaanad_nn_1 = mkN "semestermеnad" "semestermеnader" ; - semesterpeng_nn_1 = mkN "semesterpeng" ; - semestertillaegg_nn_1 = mkN "semestertillдgg" neutrum ; - semifinal_nn_1 = mkN "semifinal" "semifinaler" ; - semikolon_nn_1 = mkN "semikolon" neutrum ; - seminarist_nn_1 = mkN "seminarist" "seminarister" ; - seminarium_nn_1 = mkN "seminarium" "seminariumet" "seminarier" "seminarierna" ; - seminoer_nn_1 = mkN "seminцr" "seminцrer" ; - seminstation_nn_1 = mkN "seminstation" "seminstationer" ; - semiotisk_av_1 = mkA "semiotisk" ; - semipermeabel_av_1 = mkA "semipermeabel" "semipermeabelt" "semipermeabla" "semipermeabla" "semipermeablare" "semipermeablast" "semipermeablaste" ; - semit_nn_1 = mkN "semit" "semiter" ; - semitisk_av_1 = mkA "semitisk" ; - semitist_nn_1 = mkN "semitist" "semitister" ; - semitrailer_nn_1 = mkN "semitrailer" ; - semla_nn_1 = mkN "semla" ; - semologisk_av_1 = mkA "semologisk" ; - sen_ab_1 = mkAdv "sen" ; - sen_av_1 = mkA "sen" ; - senantik_av_1 = mkA "senantik" ; - senapsdeg_nn_1 = mkN "senapsdeg" ; - senar_nn_1 = mkN "senar" "senarer" ; - senat_nn_1 = mkN "senat" "senater" ; - senator_nn_1 = mkN "senator" "senatorer" ; - senegales_nn_1 = mkN "senegales" "senegaleser" ; - senegalesisk_av_1 = mkA "senegalesisk" ; - senfaerdig_av_1 = mkA "senfдrdig" ; - senfoedd_av_1 = mkA "senfцdd" ; - sengaangaraktig_av_1 = mkA "sengеngaraktig" ; - sengaangare_nn_1 = mkN "sengеngare" "sengеngare" ; - senhinna_nn_1 = mkN "senhinna" ; - senhoest_nn_1 = mkN "senhцst" ; - senig_av_1 = mkA "senig" ; - senil_av_1 = mkA "senil" ; - senilitet_nn_1 = mkN "senilitet" "seniliteter" ; - senior_av_1 = mkA "senior" ; - senior_nn_1 = mkN "senior" "senioren" "seniorer" "seniorerna" ; - senknut_nn_1 = mkN "senknut" ; - senkommen_av_1 = mkA "senkommen" "senkommet" "senkomna" "senkomna" "senkomnare" "senkomnast" "senkomnaste" ; - senor_nn_1 = mkN "seсor" "seсoren" "seсorer" "seсorerna" ; - senorgan_nn_1 = mkN "senorgan" neutrum ; - sensation_nn_1 = mkN "sensation" "sensationer" ; - sensationell_av_1 = mkA "sensationell" ; - sensibel_av_1 = mkA "sensibel" "sensibelt" "sensibla" "sensibla" "sensiblare" "sensiblast" "sensiblaste" ; - sensibilitet_nn_1 = mkN "sensibilitet" "sensibiliteter" ; - sensigrupp_nn_1 = mkN "sensigrupp" "sensigrupper" ; - sensitiv_av_1 = mkA "sensitiv" ; - sensitivitet_nn_1 = mkN "sensitivitet" "sensitiviteter" ; - sensmoral_nn_1 = mkN "sensmoral" "sensmoraler" ; - sensommar_nn_1 = mkN "sensommar" "sensommarn" "sensommrar" "sensommrarna" ; - sensomotorisk_av_1 = mkA "sensomotorisk" ; - sensor_nn_1 = mkN "sensor" "sensorer" ; - sensorisk_av_1 = mkA "sensorisk" ; - sensualitet_nn_1 = mkN "sensualitet" "sensualiteter" ; - sensuell_av_1 = mkA "sensuell" ; - sentens_nn_1 = mkN "sentens" "sentenser" ; - sententioes_av_1 = mkA "sententiцs" ; - sentida_av_1 = mkA "sentida" ; - sentima_av_1 = mkA "sentima" ; - sentiment_nn_1 = mkN "sentiment" neutrum ; - sentimental_av_1 = mkA "sentimental" ; - sentimentalitet_nn_1 = mkN "sentimentalitet" "sentimentaliteter" ; - senvaar_nn_1 = mkN "senvеr" ; - senvinter_nn_1 = mkN "senvinter" ; - separabel_av_1 = mkA "separabel" "separabelt" "separabla" "separabla" "separablare" "separablast" "separablaste" ; - separat_av_1 = mkA "separat" "separat" ; - separat_nn_1 = mkN "separat" neutrum ; - separatfred_nn_1 = mkN "separatfred" "separatfreder" ; - separatim_ab_1 = mkAdv "separatim" ; - separation_nn_1 = mkN "separation" "separationer" ; - separatist_nn_1 = mkN "separatist" "separatister" ; - separatistisk_av_1 = mkA "separatistisk" ; - separatistroerelse_nn_1 = mkN "separatistrцrelse" "separatistrцrelser" ; - separator_nn_1 = mkN "separator" "separatorer" ; - separatutstaellning_nn_1 = mkN "separatutstдllning" ; - separering_nn_1 = mkN "separering" ; - sepoy_nn_1 = mkN "sepoy" "sepoyen" "sepoys" "sepoysen" ; - septennium_nn_1 = mkN "septennium" "septenniet" "septennier" "septennierna" ; - septett_nn_1 = mkN "septett" "septetter" ; - septiktank_nn_1 = mkN "septiktank" ; - septisk_av_1 = mkA "septisk" ; - seraf_nn_1 = mkN "seraf" "serafer" ; - serafimerband_nn_1 = mkN "serafimerband" neutrum ; - serafisk_av_1 = mkA "serafisk" ; - seralj_nn_1 = mkN "seralj" "seraljer" ; - serb_nn_1 = mkN "serb" "serber" ; - serbisk_av_1 = mkA "serbisk" ; - serbokroatisk_av_1 = mkA "serbokroatisk" ; - seren_av_1 = mkA "seren" ; - serenad_nn_1 = mkN "serenad" "serenader" ; - serenitet_nn_1 = mkN "serenitet" "sereniteter" ; - sergeant_nn_1 = mkN "sergeant" "sergeanter" ; - serie_nn_1 = mkN "serie" "serier" ; - seriefigur_nn_1 = mkN "seriefigur" "seriefigurer" ; - seriekoppling_nn_1 = mkN "seriekoppling" ; - seriekrock_nn_1 = mkN "seriekrock" ; - seriell_av_1 = mkA "seriell" ; - seriemagasin_nn_1 = mkN "seriemagasin" neutrum ; - seriematch_nn_1 = mkN "seriematch" "seriematcher" ; - seriespel_nn_1 = mkN "seriespel" "seriespelet" "seriespel" "seriespelen" ; - serietecknare_nn_1 = mkN "serietecknare" "serietecknare" ; - serietidning_nn_1 = mkN "serietidning" ; - serietillverkning_nn_1 = mkN "serietillverkning" ; - seriff_nn_1 = mkN "seriff" "seriffer" ; - serigrafi_nn_1 = mkN "serigrafi" "serigrafier" ; - serioes_av_1 = mkA "seriцs" ; - seriositet_nn_1 = mkN "seriositet" "seriositeter" ; - seroes_av_1 = mkA "serцs" ; - serotonin_nn_1 = mkN "serotonin" "serotoniner" ; - serotoninhoejande_av_1 = mkA "serotoninhцjande" ; - serpent_nn_1 = mkN "serpent" "serpenter" ; - serpentin_nn_1 = mkN "serpentin" "serpentiner" ; - serum_nn_1 = mkN "serum" neutrum ; - serval_nn_1 = mkN "serval" "servaler" ; - servboll_nn_1 = mkN "servboll" ; - serve_nn_1 = mkN "serve" utrum ; - serveboll_nn_1 = mkN "serveboll" ; - serveess_nn_1 = mkN "serveess" neutrum ; - servegame_nn_1 = mkN "servegame" "servegamet" "servegame" "servegamen" ; - servelinje_nn_1 = mkN "servelinje" "servelinjer" ; - servering_nn_1 = mkN "servering" ; - serveringsavgift_nn_1 = mkN "serveringsavgift" "serveringsavgifter" ; - serveringsbord_nn_1 = mkN "serveringsbord" neutrum ; - serveringsfat_nn_1 = mkN "serveringsfat" neutrum ; - serveringsgaang_nn_1 = mkN "serveringsgеng" ; - serveringskork_nn_1 = mkN "serveringskork" ; - serveringsrum_nn_1 = mkN "serveringsrum" "serveringsrummet" "serveringsrum" "serveringsrummen" ; - serveringsvagn_nn_1 = mkN "serveringsvagn" ; - servett_nn_1 = mkN "servett" "servetter" ; - servettring_nn_1 = mkN "servettring" ; - serveuppkast_nn_1 = mkN "serveuppkast" neutrum ; - servgame_nn_1 = mkN "servgame" "servgamet" "servgame" "servgamen" ; - servicebil_nn_1 = mkN "servicebil" ; - servicebostad_nn_1 = mkN "servicebostad" "servicebostдder" ; - servicebox_nn_1 = mkN "servicebox" ; - servicebutik_nn_1 = mkN "servicebutik" "servicebutiker" ; - servicehus_nn_1 = mkN "servicehus" neutrum ; - servicelaegenhet_nn_1 = mkN "servicelдgenhet" "servicelдgenheter" ; - serviceman_nn_1 = mkN "serviceman" "servicemannen" "servicemдn" "servicemдnnen" ; - servicenaering_nn_1 = mkN "servicenдring" ; - servicepersonal_nn_1 = mkN "servicepersonal" "servicepersonaler" ; - servicestation_nn_1 = mkN "servicestation" "servicestationer" ; - serviceyrke_nn_1 = mkN "serviceyrke" ; - servil_av_1 = mkA "servil" ; - servilism_nn_1 = mkN "servilism" "servilismer" ; - servilitet_nn_1 = mkN "servilitet" "serviliteter" ; - servis_nn_1 = mkN "servis" "serviser" ; - servisledning_nn_1 = mkN "servisledning" ; - servitoer_nn_1 = mkN "servitцr" "servitцrer" ; - servitris_nn_1 = mkN "servitris" "servitriser" ; - servitut_nn_1 = mkN "servitut" neutrum ; - servlinje_nn_1 = mkN "servlinje" "servlinjer" ; - servobroms_nn_1 = mkN "servobroms" ; - servomotor_nn_1 = mkN "servomotor" "servomotorer" ; - sesamfroe_nn_1 = mkN "sesamfrц" "sesamfrцt" "sesamfrцn" "sesamfrцen" ; - session_nn_1 = mkN "session" "sessioner" ; - set_nn_1 = mkN "set" neutrum ; - setboll_nn_1 = mkN "setboll" ; - setter_nn_1 = mkN "setter" ; - settlement_nn_1 = mkN "settlement" "settlementet" "settlementen" "settlementena" ; - sevaerd_av_1 = mkA "sevдrd" "sevдrt" ; - sevaerdhet_nn_1 = mkN "sevдrdhet" "sevдrdheter" ; - sexaarig_av_1 = mkA "sexеrig" ; - sexbomb_nn_1 = mkN "sexbomb" "sexbomber" ; - sexfoting_nn_1 = mkN "sexfoting" ; - sexig_av_1 = mkA "sexig" ; - sexkantig_av_1 = mkA "sexkantig" ; - sexling_nn_1 = mkN "sexling" ; - sexmaestare_nn_1 = mkN "sexmдstare" "sexmдstare" ; - sexmord_nn_1 = mkN "sexmord" neutrum ; - sexpack_nn_1 = mkN "sexpack" ; - sexpipig_av_1 = mkA "sexpipig" ; - sexradig_av_1 = mkA "sexradig" ; - sexsiffrig_av_1 = mkA "sexsiffrig" ; - sexspann_nn_1 = mkN "sexspann" neutrum ; - sext_nn_1 = mkN "sext" "sexter" ; - sextant_nn_1 = mkN "sextant" "sextanter" ; - sextett_nn_1 = mkN "sextett" "sextetter" ; - sextiondel_nn_1 = mkN "sextiondel" "sextiondelen" "sextiondelar" "sextiondelarna" ; - sextol_nn_1 = mkN "sextol" "sextoler" ; - sexualakt_nn_1 = mkN "sexualakt" "sexualakter" ; - sexualbrott_nn_1 = mkN "sexualbrott" neutrum ; - sexualcykel_nn_1 = mkN "sexualcykel" ; - sexualdrift_nn_1 = mkN "sexualdrift" "sexualdrifter" ; - sexualia_nn_1 = mkN "sexualia" "sexualian" "sexualia" "sexualiana" ; - sexualitet_nn_1 = mkN "sexualitet" "sexualiteter" ; - sexualmord_nn_1 = mkN "sexualmord" neutrum ; - sexualorgan_nn_1 = mkN "sexualorgan" neutrum ; - sexuell_av_1 = mkA "sexuell" ; - seychellier_nn_1 = mkN "seychellier" "seychelliern" "seychellier" "seychellierna" ; - seychellisk_av_1 = mkA "seychellisk" ; - sfaer_nn_1 = mkN "sfдr" "sfдrer" ; - sfaerisk_av_1 = mkA "sfдrisk" ; - sfaeroid_nn_1 = mkN "sfдroid" "sfдroider" ; - sfaerometer_nn_1 = mkN "sfдrometer" ; - sfinx_nn_1 = mkN "sfinx" "sfinxer" ; - sforzando_ab_1 = mkAdv "sforzando" ; - shah_nn_1 = mkN "shah" "shaher" ; - shaker_nn_1 = mkN "shaker" ; - shaman_nn_1 = mkN "shaman" "shamaner" ; - shamanism_nn_1 = mkN "shamanism" "shamanismer" ; - shampoo_nn_1 = mkN "shampoo" "shampoot" "shampoon" "shampoona" ; - shanty_nn_1 = mkN "shanty" "shantyn" "shanties" "shanties" ; - shejk_nn_1 = mkN "shejk" "shejker" ; - shellack_nn_1 = mkN "shellack" neutrum ; - shelterdaeck_nn_1 = mkN "shelterdдck" neutrum ; - sheriff_nn_1 = mkN "sheriff" "sheriffer" ; - sherpa_nn_1 = mkN "sherpa" ; - shetlaendsk_av_1 = mkA "shetlдndsk" ; - shetlandsponny_nn_1 = mkN "shetlandsponny" "shetlandsponnyn" "shetlandsponnies" "shetlandsponnyerna" ; - shiit_nn_1 = mkN "shiit" "shiiter" ; - shilling_nn_1 = mkN "shilling" "shillingen" "shilling" "shillingen" ; - shogun_nn_1 = mkN "shogun" "shogun" "shoguner" "shogunerna" ; - shop_nn_1 = mkN "shop" ; - shoppingcentrum_nn_1 = mkN "shoppingcentrum" neutrum ; - shoppingvagn_nn_1 = mkN "shoppingvagn" ; - show_nn_1 = mkN "show" "shower" ; - shuffle_board_nn_1 = mkN "shuffle-board" neutrum ; - shunt_nn_1 = mkN "shunt" ; - shuntkoppling_nn_1 = mkN "shuntkoppling" ; - shuntventil_nn_1 = mkN "shuntventil" "shuntventiler" ; - si_ab_1 = mkAdv "si" ; - siames_nn_1 = mkN "siames" "siameser" ; - siamesisk_av_1 = mkA "siamesisk" ; - siameskatt_nn_1 = mkN "siameskatt" "siameskatter" ; - siare_nn_1 = mkN "siare" "siare" ; - sibet_nn_1 = mkN "sibet" "sibeter" ; - sibetdjur_nn_1 = mkN "sibetdjur" neutrum ; - sibetkatt_nn_1 = mkN "sibetkatt" "sibetkatter" ; - sibirier_nn_1 = mkN "sibirier" "sibiriern" "sibirier" "sibirierna" ; - sibirisk_av_1 = mkA "sibirisk" ; - sibyllinsk_av_1 = mkA "sibyllinsk" ; - sic_ab_1 = mkAdv "sic" ; - sicilian_nn_1 = mkN "sicilian" "sicilianer" ; - sicilianare_nn_1 = mkN "sicilianare" "sicilianare" ; - siciliansk_av_1 = mkA "siciliansk" ; - sicilianska_nn_1 = mkN "sicilianska" ; - sick_nn_1 = mkN "sick" ; - sickativ_nn_1 = mkN "sickativ" neutrum ; - sickel_nn_1 = mkN "sickel" ; - sicken_av_1 = mkA "sicken" "sicket" ; - sickling_nn_1 = mkN "sickling" ; - sid_av_1 = mkA "sid" ; - sida_nn_1 = mkN "sida" ; - sidbyte_nn_1 = mkN "sidbyte" ; - sideboard_nn_1 = mkN "sideboard" neutrum ; - sidendraperi_nn_1 = mkN "sidendraperi" "sidendraperit" "sidendraperier" "sidendraperierna" ; - sidenskaerm_nn_1 = mkN "sidenskдrm" ; - sidensvans_nn_1 = mkN "sidensvans" ; - sidentyg_nn_1 = mkN "sidentyg" neutrum ; - siderisk_av_1 = mkA "siderisk" ; - sidlaend_av_1 = mkA "sidlдnd" ; - sidlaenges_ab_1 = mkAdv "sidlдnges" ; - sidlaent_av_1 = mkA "sidlдnt" "sidlдnt" ; - sidledes_ab_1 = mkAdv "sidledes" ; - sidlinje_nn_1 = mkN "sidlinje" "sidlinjer" ; - sidnummer_nn_1 = mkN "sidnummer" neutrum ; - sidnumrering_nn_1 = mkN "sidnumrering" ; - sidoaltare_nn_1 = mkN "sidoaltare" "sidoaltaret" "sidoaltaren" "sidoaltarna" ; - sidoapparat_nn_1 = mkN "sidoapparat" "sidoapparater" ; - sidoarv_nn_1 = mkN "sidoarv" neutrum ; - sidoarvinge_nn_1 = mkN "sidoarvinge" utrum ; - sidobelysning_nn_1 = mkN "sidobelysning" ; - sidoblick_nn_1 = mkN "sidoblick" ; - sidobyggnad_nn_1 = mkN "sidobyggnad" "sidobyggnader" ; - sidodaeck_nn_1 = mkN "sidodдck" neutrum ; - sidodal_nn_1 = mkN "sidodal" ; - sidoeffekt_nn_1 = mkN "sidoeffekt" "sidoeffekter" ; - sidogevaer_nn_1 = mkN "sidogevдr" neutrum ; - sidoingaang_nn_1 = mkN "sidoingеng" ; - sidoinkomst_nn_1 = mkN "sidoinkomst" "sidoinkomster" ; - sidolinje_nn_1 = mkN "sidolinje" "sidolinjer" ; - sidolinjeorgan_nn_1 = mkN "sidolinjeorgan" neutrum ; - sidoplan_nn_1 = mkN "sidoplan" neutrum ; - sidoroder_nn_1 = mkN "sidoroder" neutrum ; - sidoskepp_nn_1 = mkN "sidoskepp" neutrum ; - sidoskott_nn_1 = mkN "sidoskott" neutrum ; - sidospaar_nn_1 = mkN "sidospеr" neutrum ; - sidospraang_nn_1 = mkN "sidosprеng" neutrum ; - sidotema_nn_1 = mkN "sidotema" "sidotemat" "sidoteman" "sidotemana" ; - sidovaeg_nn_1 = mkN "sidovдg" ; - sidovapen_nn_1 = mkN "sidovapen" "sidovapnet" "sidovapen" "sidovapnen" ; - sidovinkel_nn_1 = mkN "sidovinkel" ; - sidroder_nn_1 = mkN "sidroder" neutrum ; - sidskruv_nn_1 = mkN "sidskruv" ; - sidvagn_nn_1 = mkN "sidvagn" ; - sidvall_nn_1 = mkN "sidvall" ; - sidvoerdnad_nn_1 = mkN "sidvцrdnad" "sidvцrdnader" ; - siemens_nn_1 = mkN "siemens" "siemensen" "siemens" "siemensen" ; - sierraleonier_nn_1 = mkN "sierraleonier" "sierraleoniern" "sierraleonier" "sierraleonierna" ; - sierraleonsk_av_1 = mkA "sierraleonsk" ; - sierska_nn_1 = mkN "sierska" ; - sievert_nn_1 = mkN "sievert" "sieverten" "sievert" "sieverten" ; - sifferbetyg_nn_1 = mkN "sifferbetyg" neutrum ; - sifferkarl_nn_1 = mkN "sifferkarl" ; - siffersumma_nn_1 = mkN "siffersumma" ; - siffertavla_nn_1 = mkN "siffertavla" ; - sifferuppgift_nn_1 = mkN "sifferuppgift" "sifferuppgifter" ; - siffra_nn_1 = mkN "siffra" ; - sifon_nn_1 = mkN "sifon" "sifoner" ; - sigel_nn_1 = mkN "sigel" "sigeln" "sigler" "siglerna" ; - sightseeing_nn_1 = mkN "sightseeing" ; - sigill_nn_1 = mkN "sigill" neutrum ; - sigillbevarare_nn_1 = mkN "sigillbevarare" "sigillbevarare" ; - sigillring_nn_1 = mkN "sigillring" ; - sigillstaempel_nn_1 = mkN "sigillstдmpel" ; - sigillstamp_nn_1 = mkN "sigillstamp" ; - signal_nn_1 = mkN "signal" "signaler" ; - signalbloss_nn_1 = mkN "signalbloss" neutrum ; - signalbok_nn_1 = mkN "signalbok" "signalbцcker" ; - signalduk_nn_1 = mkN "signalduk" ; - signaleld_nn_1 = mkN "signaleld" ; - signalement_nn_1 = mkN "signalement" "signalementet" "signalementen" "signalementena" ; - signalering_nn_1 = mkN "signalering" ; - signalhastighet_nn_1 = mkN "signalhastighet" "signalhastigheter" ; - signalhorn_nn_1 = mkN "signalhorn" neutrum ; - signalist_nn_1 = mkN "signalist" "signalister" ; - signalmoenster_nn_1 = mkN "signalmцnster" neutrum ; - signalpistol_nn_1 = mkN "signalpistol" "signalpistoler" ; - signalspade_nn_1 = mkN "signalspade" utrum ; - signalstaell_nn_1 = mkN "signalstдll" neutrum ; - signalsubstans_nn_1 = mkN "signalsubstans" "signalsubstanser" ; - signaltrupp_nn_1 = mkN "signaltrupp" "signaltrupper" ; - signalur_nn_1 = mkN "signalur" neutrum ; - signataer_nn_1 = mkN "signatдr" "signatдrer" ; - signataermakt_nn_1 = mkN "signatдrmakt" "signatдrmakter" ; - signatur_nn_1 = mkN "signatur" "signaturer" ; - signaturmelodi_nn_1 = mkN "signaturmelodi" "signaturmelodier" ; - signelse_nn_1 = mkN "signelse" "signelser" ; - signeri_nn_1 = mkN "signeri" "signerit" "signerier" "signerierna" ; - signet_nn_1 = mkN "signet" neutrum ; - signetring_nn_1 = mkN "signetring" ; - signifikans_nn_1 = mkN "signifikans" "signifikanser" ; - signifikant_av_1 = mkA "signifikant" "signifikant" ; - signifikativ_av_1 = mkA "signifikativ" ; - signor_nn_1 = mkN "signor" "signoren" "signorer" "signorerna" ; - signum_nn_1 = mkN "signum" neutrum ; - sik_nn_1 = mkN "sik" ; - sikahjort_nn_1 = mkN "sikahjort" ; - sikel_nn_1 = mkN "sikel" ; - sikh_nn_1 = mkN "sikh" "sikher" ; - sikt_nn_2 = mkN "sikt" ; - siktbar_av_1 = mkA "siktbar" ; - siktbroed_nn_1 = mkN "siktbrцd" neutrum ; - siktduk_nn_1 = mkN "siktduk" ; - siktig_av_1 = mkA "siktig" ; - siktlinje_nn_1 = mkN "siktlinje" "siktlinjer" ; - siktram_nn_1 = mkN "siktram" ; - sil_nn_1 = mkN "sil" ; - silben_nn_1 = mkN "silben" neutrum ; - silduk_nn_1 = mkN "silduk" ; - silen_nn_1 = mkN "silen" "silener" ; - silhuett_nn_1 = mkN "silhuett" "silhuetter" ; - silikat_nn_1 = mkN "silikat" neutrum ; - silikon_nn_1 = mkN "silikon" neutrum ; - silkegarn_nn_1 = mkN "silkegarn" neutrum ; - silkepapper_nn_1 = mkN "silkepapper" neutrum ; - silkesfjaeril_nn_1 = mkN "silkesfjдril" ; - silkeshare_nn_1 = mkN "silkeshare" utrum ; - silkeskanin_nn_1 = mkN "silkeskanin" "silkeskaniner" ; - silkeslarv_nn_1 = mkN "silkeslarv" "silkeslarver" ; - silkeslen_av_1 = mkA "silkeslen" ; - silkesmask_nn_1 = mkN "silkesmask" ; - silkespinnare_nn_1 = mkN "silkespinnare" "silkespinnare" ; - silkesspinnare_nn_1 = mkN "silkesspinnare" "silkesspinnare" ; - silkestraad_nn_1 = mkN "silkestrеd" ; - silkig_av_1 = mkA "silkig" ; - sill_nn_1 = mkN "sill" ; - sillavfall_nn_1 = mkN "sillavfall" neutrum ; - sillbit_nn_1 = mkN "sillbit" ; - sillblixt_nn_1 = mkN "sillblixt" ; - sillbulle_nn_1 = mkN "sillbulle" utrum ; - sillfile_nn_1 = mkN "sillfilй" "sillfilйer" ; - sillfrukost_nn_1 = mkN "sillfrukost" ; - sillinlaeggning_nn_1 = mkN "sillinlдggning" ; - sillkung_nn_1 = mkN "sillkung" ; - sillmjoelke_nn_1 = mkN "sillmjцlke" utrum ; - sillperiod_nn_1 = mkN "sillperiod" "sillperioder" ; - sillpudding_nn_1 = mkN "sillpudding" ; - sillsallad_nn_1 = mkN "sillsallad" "sillsallader" ; - sillstrypare_nn_1 = mkN "sillstrypare" "sillstrypare" ; - silltrut_nn_1 = mkN "silltrut" ; - sillval_nn_1 = mkN "sillval" ; - silo_nn_1 = mkN "silo" "silon" "silos" "silosen" ; - siluett_nn_1 = mkN "siluett" "siluetter" ; - silver_nn_1 = mkN "silver" neutrum ; - silverbaegare_nn_1 = mkN "silverbдgare" "silverbдgare" ; - silverbroellop_nn_1 = mkN "silverbrцllop" neutrum ; - silverbrudpar_nn_1 = mkN "silverbrudpar" neutrum ; - silverfasan_nn_1 = mkN "silverfasan" "silverfasaner" ; - silverfisk_nn_1 = mkN "silverfisk" ; - silverfoeremaal_nn_1 = mkN "silverfцremеl" neutrum ; - silverglaensande_av_1 = mkA "silverglдnsande" ; - silvergran_nn_1 = mkN "silvergran" ; - silvergrogg_nn_1 = mkN "silvergrogg" ; - silverhalt_nn_1 = mkN "silverhalt" "silverhalter" ; - silverhaltig_av_1 = mkA "silverhaltig" ; - silverklar_av_1 = mkA "silverklar" ; - silverlejon_nn_1 = mkN "silverlejon" neutrum ; - silverliknande_av_1 = mkA "silverliknande" ; - silvermagister_nn_1 = mkN "silvermagister" ; - silvermedalj_nn_1 = mkN "silvermedalj" "silvermedaljer" ; - silvermynt_nn_1 = mkN "silvermynt" neutrum ; - silverne_av_1 = mkA "silverne" ; - silverpeng_nn_1 = mkN "silverpeng" ; - silverpenning_nn_1 = mkN "silverpenning" ; - silverpoppel_nn_1 = mkN "silverpoppel" ; - silverraev_nn_1 = mkN "silverrдv" ; - silversalt_nn_1 = mkN "silversalt" "silversaltet" "silversalter" "silversalterna" ; - silversked_nn_1 = mkN "silversked" ; - silversmed_nn_1 = mkN "silversmed" "silversmeder" ; - silversmide_nn_1 = mkN "silversmide" ; - silverstaempel_nn_1 = mkN "silverstдmpel" ; - silvertraad_nn_1 = mkN "silvertrеd" ; - silvrig_av_1 = mkA "silvrig" ; - simand_nn_1 = mkN "simand" "simдnder" ; - simbaelte_nn_1 = mkN "simbдlte" ; - simbassaeng_nn_1 = mkN "simbassдng" "simbassдnger" ; - simborgarmaerke_nn_1 = mkN "simborgarmдrke" ; - simdraekt_nn_1 = mkN "simdrдkt" "simdrдkter" ; - simfaagel_nn_1 = mkN "simfеgel" ; - simfot_nn_1 = mkN "simfot" "simfцtter" ; - simhall_nn_1 = mkN "simhall" ; - simhopp_nn_1 = mkN "simhopp" neutrum ; - simkandidat_nn_1 = mkN "simkandidat" "simkandidater" ; - simkunnig_av_1 = mkA "simkunnig" ; - simlaerare_nn_1 = mkN "simlдrare" "simlдrare" ; - simma_vb_1 = mkV "simma" ; - simmaerke_nn_1 = mkN "simmдrke" ; - simmagister_nn_1 = mkN "simmagister" ; - simmare_nn_1 = mkN "simmare" "simmare" ; - simmig_av_1 = mkA "simmig" ; - simning_nn_1 = mkN "simning" ; - simorgan_nn_1 = mkN "simorgan" neutrum ; - simpel_av_1 = mkA "simpel" "simpelt" "simpla" "simpla" "simplare" "simplast" "simplaste" ; - simplex_nn_1 = mkN "simplex" neutrum ; - simplexpaale_nn_1 = mkN "simplexpеle" utrum ; - simpromotion_nn_1 = mkN "simpromotion" "simpromotioner" ; - simprov_nn_1 = mkN "simprov" neutrum ; - sims_nn_1 = mkN "sims" "simser" ; - simsaett_nn_1 = mkN "simsдtt" neutrum ; - simshyvel_nn_1 = mkN "simshyvel" ; - simtaevling_nn_1 = mkN "simtдvling" ; - simtag_nn_1 = mkN "simtag" neutrum ; - simtraening_nn_1 = mkN "simtrдning" ; - simtur_nn_1 = mkN "simtur" "simturer" ; - simulant_nn_1 = mkN "simulant" "simulanter" ; - simulation_nn_1 = mkN "simulation" "simulationer" ; - simulator_nn_1 = mkN "simulator" "simulatorer" ; - simultan_av_1 = mkA "simultan" ; - simultanism_nn_1 = mkN "simultanism" "simultanismer" ; - simultanscen_nn_1 = mkN "simultanscen" "simultanscener" ; - sinder_nn_1 = mkN "sinder" neutrum ; - sinekur_nn_1 = mkN "sinekur" "sinekurer" ; - singales_nn_1 = mkN "singales" "singaleser" ; - singalesisk_av_1 = mkA "singalesisk" ; - singalesiska_nn_2 = mkN "singalesiska" ; - singaporian_nn_1 = mkN "singaporian" "singaporianer" ; - singel_nn_1 = mkN "singel" ; - singelspel_nn_1 = mkN "singelspel" "singelspelet" "singelspel" "singelspelen" ; - singular_av_1 = mkA "singular" ; - singular_nn_1 = mkN "singular" "singularer" ; - singularitet_nn_1 = mkN "singularitet" "singulariteter" ; - singuljaer_av_1 = mkA "singuljдr" ; - sinister_av_1 = mkA "sinister" "sinistert" "sinistra" "sinistra" "sinistrare" "sinistrast" "sinistraste" ; - sinkadus_nn_1 = mkN "sinkadus" "sinkaduser" ; - sinne_nn_1 = mkN "sinne" ; - sinnebild_nn_1 = mkN "sinnebild" "sinnebilder" ; - sinnesanalogi_nn_1 = mkN "sinnesanalogi" "sinnesanalogier" ; - sinnescell_nn_1 = mkN "sinnescell" "sinnesceller" ; - sinnesfoerfattning_nn_1 = mkN "sinnesfцrfattning" ; - sinnesintryck_nn_1 = mkN "sinnesintryck" neutrum ; - sinnesnerv_nn_1 = mkN "sinnesnerv" "sinnesnerver" ; - sinnesorgan_nn_1 = mkN "sinnesorgan" neutrum ; - sinnesroerelse_nn_1 = mkN "sinnesrцrelse" "sinnesrцrelser" ; - sinnessjuk_av_1 = mkA "sinnessjuk" ; - sinnessjukdom_nn_1 = mkN "sinnessjukdom" ; - sinnessloe_av_1 = mkA "sinnesslц" "sinnesslцtt" ; - sinnesstaemning_nn_1 = mkN "sinnesstдmning" ; - sinnessvag_av_1 = mkA "sinnessvag" ; - sinnesundersoekning_nn_1 = mkN "sinnesundersцkning" ; - sinnesupplevelse_nn_1 = mkN "sinnesupplevelse" "sinnesupplevelser" ; - sinnlig_av_1 = mkA "sinnlig" ; - sinnlighet_nn_1 = mkN "sinnlighet" "sinnligheter" ; - sinnrik_av_1 = mkA "sinnrik" ; - sinolog_nn_1 = mkN "sinolog" "sinologer" ; - sinsemellan_ab_1 = mkAdv "sinsemellan" ; - sinuit_nn_1 = mkN "sinuit" "sinuiter" ; - sinus_nn_1 = mkN "sinus" ; - sinusit_nn_1 = mkN "sinusit" "sinusiter" ; - sinuston_nn_1 = mkN "sinuston" "sinustoner" ; - sionist_nn_1 = mkN "sionist" "sionister" ; - sioux_nn_1 = mkN "sioux" "siouxer" ; - sipp_av_1 = mkA "sipp" ; - sirapslen_av_1 = mkA "sirapslen" ; - sirapsliknande_av_1 = mkA "sirapsliknande" ; - sirapssoet_av_1 = mkA "sirapssцt" ; - sirat_nn_1 = mkN "sirat" "sirater" ; - siratlig_av_1 = mkA "siratlig" ; - siren_nn_1 = mkN "siren" "sirener" ; - sirendjur_nn_1 = mkN "sirendjur" neutrum ; - sirlig_av_1 = mkA "sirlig" ; - sisaadaer_ab_1 = mkAdv "sisеdдr" ; - sisel_nn_1 = mkN "sisel" ; - sist_ab_1 = mkAdv "sist" ; - sistens_ab_1 = mkAdv "sistens" ; - sistliden_av_1 = mkA "sistliden" "sistlidet" ; - sitar_nn_1 = mkN "sitar" "sitarer" ; - sits_nn_1 = mkN "sits" ; - sittbadkar_nn_1 = mkN "sittbadkar" neutrum ; - sittben_nn_1 = mkN "sittben" neutrum ; - sittbraede_nn_1 = mkN "sittbrдde" ; - sittbrunn_nn_1 = mkN "sittbrunn" ; - sitter_nn_1 = mkN "sitter" ; - sittgrupp_nn_1 = mkN "sittgrupp" "sittgrupper" ; - sittmoebel_nn_1 = mkN "sittmцbel" "sittmцbeln" "sittmцbler" "sittmцblerna" ; - sittning_nn_1 = mkN "sittning" ; - sittopp_nn_1 = mkN "sittopp" ; - sittpinne_nn_1 = mkN "sittpinne" utrum ; - sittplats_nn_1 = mkN "sittplats" "sittplatser" ; - sittriktig_av_1 = mkA "sittriktig" ; - sittstaang_nn_1 = mkN "sittstеng" "sittstдnger" ; - sittstrejk_nn_1 = mkN "sittstrejk" "sittstrejker" ; - sittvagn_nn_1 = mkN "sittvagn" ; - situation_nn_1 = mkN "situation" "situationer" ; - situationsbild_nn_1 = mkN "situationsbild" "situationsbilder" ; - sj_ljud_nn_1 = mkN "sj-ljud" neutrum ; - sjaaare_nn_1 = mkN "sjеare" "sjеare" ; - sjaap_nn_1 = mkN "sjеp" neutrum ; - sjaaperi_nn_1 = mkN "sjеperi" "sjеperit" "sjеperier" "sjеperierna" ; - sjaapig_av_1 = mkA "sjеpig" ; - sjabbel_nn_1 = mkN "sjabbel" neutrum ; - sjabbig_av_1 = mkA "sjabbig" ; - sjael_nn_1 = mkN "sjдl" ; - sjaelaglad_av_1 = mkA "sjдlaglad" ; - sjaelaringning_nn_1 = mkN "sjдlaringning" ; - sjaelasoerjare_nn_1 = mkN "sjдlasцrjare" "sjдlasцrjare" ; - sjaelfull_av_1 = mkA "sjдlfull" ; - sjaelisk_av_1 = mkA "sjдlisk" ; - sjaelloes_av_1 = mkA "sjдllцs" ; - sjaelsdoedande_av_1 = mkA "sjдlsdцdande" ; - sjaelsegenskap_nn_1 = mkN "sjдlsegenskap" "sjдlsegenskaper" ; - sjaelsfoermoegenhet_nn_1 = mkN "sjдlsfцrmцgenhet" "sjдlsfцrmцgenheter" ; - sjaelsfraanvarande_av_1 = mkA "sjдlsfrеnvarande" ; - sjaelsfraende_nn_1 = mkN "sjдlsfrдnde" "sjдlsfrдnder" ; - sjaelskonflikt_nn_1 = mkN "sjдlskonflikt" "sjдlskonflikter" ; - sjaelslig_av_1 = mkA "sjдlslig" ; - sjaelsligen_ab_1 = mkAdv "sjдlsligen" ; - sjaelssjuk_av_1 = mkA "sjдlssjuk" ; - sjaelsstrid_nn_1 = mkN "sjдlsstrid" "sjдlsstrider" ; - sjaelv_av_1 = mkA "sjдlv" ; - sjaelvaegande_av_1 = mkA "sjдlvдgande" ; - sjaelvalstring_nn_1 = mkN "sjдlvalstring" ; - sjaelvanalys_nn_1 = mkN "sjдlvanalys" "sjдlvanalyser" ; - sjaelvanklagelse_nn_1 = mkN "sjдlvanklagelse" "sjдlvanklagelser" ; - sjaelvantaendning_nn_1 = mkN "sjдlvantдndning" ; - sjaelvbedraegeri_nn_1 = mkN "sjдlvbedrдgeri" "sjдlvbedrдgerit" "sjдlvbedrдgerier" "sjдlvbedrдgerierna" ; - sjaelvbefruktning_nn_1 = mkN "sjдlvbefruktning" ; - sjaelvbekaennelse_nn_1 = mkN "sjдlvbekдnnelse" "sjдlvbekдnnelser" ; - sjaelvbelaaten_av_1 = mkA "sjдlvbelеten" "sjдlvbelеtet" ; - sjaelvbespegling_nn_1 = mkN "sjдlvbespegling" ; - sjaelvbindare_nn_1 = mkN "sjдlvbindare" "sjдlvbindare" ; - sjaelvbiografi_nn_1 = mkN "sjдlvbiografi" "sjдlvbiografier" ; - sjaelvbiografisk_av_1 = mkA "sjдlvbiografisk" ; - sjaelvdeklaration_nn_1 = mkN "sjдlvdeklaration" "sjдlvdeklarationer" ; - sjaelvfallen_av_1 = mkA "sjдlvfallen" "sjдlvfallet" ; - sjaelvfallet_ab_1 = mkAdv "sjдlvfallet" ; - sjaelvfoergloemmande_av_1 = mkA "sjдlvfцrglцmmande" ; - sjaelvfoernekelse_nn_1 = mkN "sjдlvfцrnekelse" "sjдlvfцrnekelser" ; - sjaelvgod_av_1 = mkA "sjдlvgod" ; - sjaelvgodhet_nn_1 = mkN "sjдlvgodhet" "sjдlvgodheter" ; - sjaelvhaerlig_av_1 = mkA "sjдlvhдrlig" ; - sjaelvhaerskare_nn_1 = mkN "sjдlvhдrskare" "sjдlvhдrskare" ; - sjaelviakttagelse_nn_1 = mkN "sjдlviakttagelse" "sjдlviakttagelser" ; - sjaelvinstruerande_av_1 = mkA "sjдlvinstruerande" ; - sjaelvisk_av_1 = mkA "sjдlvisk" ; - sjaelvkaennedom_nn_1 = mkN "sjдlvkдnnedom" ; - sjaelvkem_nn_1 = mkN "sjдlvkem" ; - sjaelvklar_av_1 = mkA "sjдlvklar" ; - sjaelvklarhet_nn_1 = mkN "sjдlvklarhet" "sjдlvklarheter" ; - sjaelvkritisk_av_1 = mkA "sjдlvkritisk" ; - sjaelvlaens_nn_1 = mkN "sjдlvlдns" ; - sjaelvlaerd_av_1 = mkA "sjдlvlдrd" "sjдlvlдrt" ; - sjaelvljud_nn_1 = mkN "sjдlvljud" neutrum ; - sjaelvlysande_av_1 = mkA "sjдlvlysande" ; - sjaelvmaal_nn_1 = mkN "sjдlvmеl" neutrum ; - sjaelvmant_ab_1 = mkAdv "sjдlvmant" ; - sjaelvmedveten_av_1 = mkA "sjдlvmedveten" "sjдlvmedvetet" ; - sjaelvmoerdare_nn_1 = mkN "sjдlvmцrdare" "sjдlvmцrdare" ; - sjaelvmord_nn_1 = mkN "sjдlvmord" neutrum ; - sjaelvmordskandidat_nn_1 = mkN "sjдlvmordskandidat" "sjдlvmordskandidater" ; - sjaelvmotsaegelse_nn_1 = mkN "sjдlvmotsдgelse" "sjдlvmotsдgelser" ; - sjaelvpaatagen_av_1 = mkA "sjдlvpеtagen" "sjдlvpеtaget" ; - sjaelvplaagare_nn_1 = mkN "sjдlvplеgare" "sjдlvplеgare" ; - sjaelvportraett_nn_1 = mkN "sjдlvportrдtt" neutrum ; - sjaelvraadig_av_1 = mkA "sjдlvrеdig" ; - sjaelvraettfaerdig_av_1 = mkA "sjдlvrдttfдrdig" ; - sjaelvrisk_nn_1 = mkN "sjдlvrisk" "sjдlvrisker" ; - sjaelvsaeker_av_1 = mkA "sjдlvsдker" "sjдlvsдkert" "sjдlvsдkra" "sjдlvsдkra" "sjдlvsдkrare" "sjдlvsдkrast" "sjдlvsдkraste" ; - sjaelvsaekerhet_nn_1 = mkN "sjдlvsдkerhet" "sjдlvsдkerheter" ; - sjaelvservering_nn_1 = mkN "sjдlvservering" ; - sjaelvskriven_av_1 = mkA "sjдlvskriven" "sjдlvskrivet" ; - sjaelvspelande_av_1 = mkA "sjдlvspelande" ; - sjaelvspilling_nn_1 = mkN "sjдlvspilling" ; - sjaelvstaendig_av_1 = mkA "sjдlvstдndig" ; - sjaelvstaendighet_nn_1 = mkN "sjдlvstдndighet" "sjдlvstдndigheter" ; - sjaelvstaendighetsfoerklaring_nn_1 = mkN "sjдlvstдndighetsfцrklaring" ; - sjaelvstudium_nn_1 = mkN "sjдlvstudium" "sjдlvstudiet" "sjдlvstudier" "sjдlvstudierna" ; - sjaelvstyrande_av_1 = mkA "sjдlvstyrande" ; - sjaelvsvaaldig_av_1 = mkA "sjдlvsvеldig" ; - sjaelvtaendning_nn_1 = mkN "sjдlvtдndning" ; - sjaelvtillraecklig_av_1 = mkA "sjдlvtillrдcklig" ; - sjaelvuppfyllande_av_1 = mkA "sjдlvuppfyllande" ; - sjaelvupplevd_av_1 = mkA "sjдlvupplevd" "sjдlvupplevt" ; - sjaelvuppoffrande_av_1 = mkA "sjдlvuppoffrande" ; - sjaelvuppoffring_nn_1 = mkN "sjдlvuppoffring" ; - sjaelvupptagen_av_1 = mkA "sjдlvupptagen" "sjдlvupptaget" ; - sjaelvutloesare_nn_1 = mkN "sjдlvutlцsare" "sjдlvutlцsare" ; - sjaelvutnaemnd_av_1 = mkA "sjдlvutnдmnd" ; - sjaelvutplaanande_av_1 = mkA "sjдlvutplеnande" ; - sjaelvvald_av_1 = mkA "sjдlvvald" "sjдlvvalt" ; - sjaettedel_nn_1 = mkN "sjдttedel" "sjдttedelen" "sjдttedelar" "sjдttedelarna" ; - sjagg_nn_1 = mkN "sjagg" "sjagger" ; - sjajas_nn_1 = mkN "sjajas" ; - sjakal_nn_1 = mkN "sjakal" "sjakaler" ; - sjal_nn_1 = mkN "sjal" ; - sjalett_nn_1 = mkN "sjalett" "sjaletter" ; - sjalkrage_nn_1 = mkN "sjalkrage" utrum ; - sjangdobel_av_1 = mkA "sjangdobel" "sjangdobelt" "sjangdobla" "sjangdobla" "sjangdoblare" "sjangdoblast" "sjangdoblaste" ; - sjangtil_av_1 = mkA "sjangtil" ; - sjapp_nn_1 = mkN "sjapp" neutrum ; - sjasker_nn_1 = mkN "sjasker" ; - sjaskig_av_1 = mkA "sjaskig" ; - sjavig_av_1 = mkA "sjavig" ; - sjoe_nn_1 = mkN "sjц" ; - sjoeavlagring_nn_1 = mkN "sjцavlagring" ; - sjoebjoern_nn_1 = mkN "sjцbjцrn" ; - sjoebloet_av_1 = mkA "sjцblцt" ; - sjoebod_nn_1 = mkN "sjцbod" ; - sjoeborre_nn_1 = mkN "sjцborre" utrum ; - sjoebotten_nn_1 = mkN "sjцbotten" ; - sjoebuss_nn_1 = mkN "sjцbuss" ; - sjoedraenkt_av_1 = mkA "sjцdrдnkt" "sjцdrдnkt" ; - sjoeduglig_av_1 = mkA "sjцduglig" ; - sjoeelefant_nn_1 = mkN "sjцelefant" "sjцelefanter" ; - sjoefaagel_nn_1 = mkN "sjцfеgel" ; - sjoefaagelsjakt_nn_1 = mkN "sjцfеgelsjakt" "sjцfеgelsjakter" ; - sjoefaerd_nn_1 = mkN "sjцfдrd" "sjцfдrder" ; - sjoefarande_av_1 = mkA "sjцfarande" ; - sjoefarare_nn_1 = mkN "sjцfarare" "sjцfarare" ; - sjoefartsregel_nn_1 = mkN "sjцfartsregel" "sjцfartsregeln" "sjцfartsregler" "sjцfartsreglerna" ; - sjoeflygplan_nn_1 = mkN "sjцflygplan" neutrum ; - sjoefoerhoer_nn_1 = mkN "sjцfцrhцr" neutrum ; - sjoefoerklaring_nn_1 = mkN "sjцfцrklaring" ; - sjoefrakt_nn_1 = mkN "sjцfrakt" "sjцfrakter" ; - sjoefynd_nn_1 = mkN "sjцfynd" neutrum ; - sjoehaest_nn_1 = mkN "sjцhдst" ; - sjoejungfru_nn_1 = mkN "sjцjungfru" "sjцjungfrun" "sjцjungfrur" "sjцjungfrurna" ; - sjoekapten_nn_1 = mkN "sjцkapten" "sjцkaptener" ; - sjoekaptensbrev_nn_1 = mkN "sjцkaptensbrev" neutrum ; - sjoeko_nn_1 = mkN "sjцko" "sjцkor" ; - sjoekort_nn_1 = mkN "sjцkort" neutrum ; - sjoelaegenhet_nn_1 = mkN "sjцlдgenhet" "sjцlдgenheter" ; - sjoelejon_nn_1 = mkN "sjцlejon" neutrum ; - sjoemaerke_nn_1 = mkN "sjцmдrke" ; - sjoeman_nn_1 = mkN "sjцman" "sjцmannen" "sjцmдn" "sjцmдnnen" ; - sjoemansblus_nn_1 = mkN "sjцmansblus" ; - sjoemansfoermedling_nn_1 = mkN "sjцmansfцrmedling" ; - sjoemanshus_nn_1 = mkN "sjцmanshus" neutrum ; - sjoemansklaenning_nn_1 = mkN "sjцmansklдnning" ; - sjoemansknop_nn_1 = mkN "sjцmansknop" ; - sjoemanskrage_nn_1 = mkN "sjцmanskrage" utrum ; - sjoemanssaeck_nn_1 = mkN "sjцmanssдck" ; - sjoemansutbildning_nn_1 = mkN "sjцmansutbildning" ; - sjoemil_nn_1 = mkN "sjцmil" "sjцmilen" "sjцmil" "sjцmilen" ; - sjoeodjur_nn_1 = mkN "sjцodjur" neutrum ; - sjoeofficer_nn_1 = mkN "sjцofficer" "sjцofficern" "sjцofficerare" "sjцofficerarna" ; - sjoeorm_nn_1 = mkN "sjцorm" ; - sjoeorre_nn_1 = mkN "sjцorre" utrum ; - sjoepung_nn_1 = mkN "sjцpung" ; - sjoerapport_nn_1 = mkN "sjцrapport" "sjцrapporter" ; - sjoereglering_nn_1 = mkN "sjцreglering" ; - sjoeroevare_nn_1 = mkN "sjцrцvare" "sjцrцvare" ; - sjoeroeveri_nn_1 = mkN "sjцrцveri" "sjцrцverit" "sjцrцverier" "sjцrцverierna" ; - sjoesaeker_av_1 = mkA "sjцsдker" "sjцsдkert" "sjцsдkra" "sjцsдkra" "sjцsдkrare" "sjцsдkrast" "sjцsдkraste" ; - sjoesaettning_nn_1 = mkN "sjцsдttning" ; - sjoesediment_nn_1 = mkN "sjцsediment" "sjцsedimentet" "sjцsedimenten" "sjцsedimentena" ; - sjoesjuk_av_1 = mkA "sjцsjuk" ; - sjoeslag_nn_1 = mkN "sjцslag" neutrum ; - sjoestoevel_nn_1 = mkN "sjцstцvel" ; - sjoestrid_nn_1 = mkN "sjцstrid" "sjцstrider" ; - sjoetomt_nn_1 = mkN "sjцtomt" "sjцtomter" ; - sjoetunga_nn_1 = mkN "sjцtunga" ; - sjoevaegsregel_nn_1 = mkN "sjцvдgsregel" "sjцvдgsregeln" "sjцvдgsregler" "sjцvдgsreglerna" ; - sjoevaerdig_av_1 = mkA "sjцvдrdig" ; - sjoevaerdighet_nn_1 = mkN "sjцvдrdighet" "sjцvдrdigheter" ; - sjoevana_nn_1 = mkN "sjцvana" ; - sjoevatten_nn_1 = mkN "sjцvatten" "sjцvattnet" "sjцvatten" "sjцvattnen" ; - sjoevild_av_1 = mkA "sjцvild" "sjцvilt" ; - sjok_nn_1 = mkN "sjok" neutrum ; - sjuaarig_av_1 = mkA "sjuеrig" ; - sjubb_nn_1 = mkN "sjubb" ; - sjuckert_ab_1 = mkAdv "sjuckert" ; - sjudagarsvecka_nn_1 = mkN "sjudagarsvecka" ; - sjudimensionell_av_1 = mkA "sjudimensionell" ; - sjudundrande_av_1 = mkA "sjudundrande" ; - sjuglasvagn_nn_1 = mkN "sjuglasvagn" ; - sjuk_av_1 = mkA "sjuk" ; - sjukavdrag_nn_1 = mkN "sjukavdrag" neutrum ; - sjukbaedd_nn_1 = mkN "sjukbдdd" ; - sjukbaerare_nn_1 = mkN "sjukbдrare" "sjukbдrare" ; - sjukbesoek_nn_1 = mkN "sjukbesцk" neutrum ; - sjukbud_nn_1 = mkN "sjukbud" neutrum ; - sjukdag_nn_1 = mkN "sjukdag" ; - sjukdom_nn_1 = mkN "sjukdom" ; - sjukdomsalstrande_av_1 = mkA "sjukdomsalstrande" ; - sjukdomsbild_nn_1 = mkN "sjukdomsbild" "sjukdomsbilder" ; - sjukdomshistoria_nn_1 = mkN "sjukdomshistoria" "sjukdomshistorien" "sjukdomshistorier" "sjukdomshistorierna" ; - sjukdomssymptom_nn_1 = mkN "sjukdomssymptom" neutrum ; - sjukdomstillstaand_nn_1 = mkN "sjukdomstillstеnd" neutrum ; - sjukfoersaekring_nn_1 = mkN "sjukfцrsдkring" ; - sjukgymnast_nn_1 = mkN "sjukgymnast" "sjukgymnaster" ; - sjukhem_nn_1 = mkN "sjukhem" "sjukhemmet" "sjukhem" "sjukhemmen" ; - sjukhus_nn_1 = mkN "sjukhus" neutrum ; - sjukhusavdelning_nn_1 = mkN "sjukhusavdelning" ; - sjukhusdirektoer_nn_1 = mkN "sjukhusdirektцr" "sjukhusdirektцrer" ; - sjukhussal_nn_1 = mkN "sjukhussal" ; - sjukjournal_nn_1 = mkN "sjukjournal" "sjukjournaler" ; - sjukkassa_nn_1 = mkN "sjukkassa" ; - sjuklaeger_nn_1 = mkN "sjuklдger" neutrum ; - sjukledig_av_1 = mkA "sjukledig" ; - sjuklig_av_1 = mkA "sjuklig" ; - sjuklighet_nn_1 = mkN "sjuklighet" "sjukligheter" ; - sjukling_nn_1 = mkN "sjukling" ; - sjukpension_nn_1 = mkN "sjukpension" "sjukpensioner" ; - sjukskoetare_nn_1 = mkN "sjukskцtare" "sjukskцtare" ; - sjukskoeterska_nn_1 = mkN "sjukskцterska" ; - sjukskriva_vb_1 = mkV "sjukskriva" "sjukskrev" "sjukskrivit" ; - sjukstuga_nn_1 = mkN "sjukstuga" ; - sjuksyster_nn_1 = mkN "sjuksyster" ; - sjukvaardare_nn_1 = mkN "sjukvеrdare" "sjukvеrdare" ; - sjukvaardsaffaer_nn_1 = mkN "sjukvеrdsaffдr" "sjukvеrdsaffдrer" ; - sjukvaardsartikel_nn_1 = mkN "sjukvеrdsartikel" ; - sjukvaardsbitraede_nn_1 = mkN "sjukvеrdsbitrдde" ; - sjukvaardsutbildning_nn_1 = mkN "sjukvеrdsutbildning" ; - sjukvaardsutrustning_nn_1 = mkN "sjukvеrdsutrustning" ; - sjukvikarie_nn_1 = mkN "sjukvikarie" "sjukvikarier" ; - sjumilakliv_nn_1 = mkN "sjumilakliv" neutrum ; - sjundedagsadventist_nn_1 = mkN "sjundedagsadventist" "sjundedagsadventister" ; - sjundedel_nn_1 = mkN "sjundedel" "sjundedelen" "sjundedelar" "sjundedelarna" ; - sjunga_vb_1 = mkV "sjunga" "sjцng" "sjungit" ; - sjunka_vb_1 = mkV "sjunka" "sjцnk" "sjunkit" ; - sjunkbomb_nn_1 = mkN "sjunkbomb" "sjunkbomber" ; - sjurygg_nn_1 = mkN "sjurygg" ; - sjusaerdeles_ab_1 = mkAdv "sjusдrdeles" ; - sjusovare_nn_1 = mkN "sjusovare" "sjusovare" ; - sjutillhaallarlaas_nn_1 = mkN "sjutillhеllarlеs" neutrum ; - sjyst_av_1 = mkA "sjyst" "sjyst" ; - skaademynt_nn_1 = mkN "skеdemynt" neutrum ; - skaadeplats_nn_1 = mkN "skеdeplats" "skеdeplatser" ; - skaadeprocess_nn_1 = mkN "skеdeprocess" "skеdeprocesser" ; - skaadespel_nn_1 = mkN "skеdespel" "skеdespelet" "skеdespel" "skеdespelen" ; - skaadespelare_nn_1 = mkN "skеdespelare" "skеdespelare" ; - skaadespelerska_nn_1 = mkN "skеdespelerska" ; - skaal_nn_1 = mkN "skеl" ; - skaalformig_av_1 = mkA "skеlformig" ; - skaalgrop_nn_1 = mkN "skеlgrop" ; - skaalig_av_1 = mkA "skеlig" ; - skaalkors_nn_1 = mkN "skеlkors" neutrum ; - skaallhet_av_1 = mkA "skеllhet" ; - skaalpund_nn_1 = mkN "skеlpund" neutrum ; - skaalsvamp_nn_1 = mkN "skеlsvamp" ; - skaaltom_av_1 = mkA "skеltom" "skеltomt" "skеltomma" "skеltomma" "skеltommare" "skеltommast" "skеltommaste" ; - skaaning_nn_1 = mkN "skеning" ; - skaank_nn_1 = mkN "skеnk" ; - skaansk_av_1 = mkA "skеnsk" ; - skaanska_nn_2 = mkN "skеnska" ; - skaap_nn_1 = mkN "skеp" neutrum ; - skaapbil_nn_1 = mkN "skеpbil" ; - skaapliknande_av_1 = mkA "skеpliknande" ; - skaapsaeng_nn_1 = mkN "skеpsдng" ; - skaapvagn_nn_1 = mkN "skеpvagn" ; - skaar_nn_1 = mkN "skеr" neutrum ; - skaare_nn_1 = mkN "skеre" utrum ; - skabbdjur_nn_1 = mkN "skabbdjur" neutrum ; - skabbig_av_1 = mkA "skabbig" ; - skabroes_av_1 = mkA "skabrцs" ; - skackel_nn_1 = mkN "skackel" ; - skadedjur_nn_1 = mkN "skadedjur" neutrum ; - skadeersaettning_nn_1 = mkN "skadeersдttning" ; - skadeglad_av_1 = mkA "skadeglad" ; - skadegoerare_nn_1 = mkN "skadegцrare" "skadegцrare" ; - skadegoerelse_nn_1 = mkN "skadegцrelse" "skadegцrelser" ; - skadeinsekt_nn_1 = mkN "skadeinsekt" "skadeinsekter" ; - skadereglering_nn_1 = mkN "skadereglering" ; - skadesloes_av_1 = mkA "skadeslцs" ; - skadestaand_nn_1 = mkN "skadestеnd" neutrum ; - skadeverkning_nn_1 = mkN "skadeverkning" ; - skadlig_av_1 = mkA "skadlig" ; - skadskjuta_vb_1 = mkV "skadskjuta" "skadskцt" "skadskjutit" ; - skaeck_nn_1 = mkN "skдck" ; - skaeckig_av_1 = mkA "skдckig" ; - skaeftig_av_1 = mkA "skдftig" ; - skaegg_nn_1 = mkN "skдgg" neutrum ; - skaeggbotten_nn_1 = mkN "skдggbotten" ; - skaeggdopping_nn_1 = mkN "skдggdopping" ; - skaeggig_av_1 = mkA "skдggig" ; - skaegglapp_nn_1 = mkN "skдgglapp" ; - skaeggloes_av_1 = mkA "skдgglцs" ; - skaeggstraa_nn_1 = mkN "skдggstrе" "skдggstrеt" "skдggstrеn" "skдggstrеna" ; - skaeggtoem_nn_1 = mkN "skдggtцm" "skдggtцmmen" "skдggtцmmar" "skдggtцmmarna" ; - skaektetrae_nn_1 = mkN "skдktetrд" "skдktetrдet" "skдktetrдn" "skдktetrдna" ; - skaektkniv_nn_1 = mkN "skдktkniv" ; - skaektstol_nn_1 = mkN "skдktstol" ; - skaekttrae_nn_1 = mkN "skдkttrд" "skдkttrдt" "skдkttrдn" "skдkttrдna" ; - skael_nn_1 = mkN "skдl" neutrum ; - skaelig_av_1 = mkA "skдlig" ; - skaeligen_ab_1 = mkAdv "skдligen" ; - skaell_av_1 = mkA "skдll" ; - skaellko_nn_1 = mkN "skдllko" "skдllkor" ; - skaellning_nn_1 = mkN "skдllning" ; - skaellsord_nn_1 = mkN "skдllsord" neutrum ; - skaelm_nn_1 = mkN "skдlm" ; - skaelmaktig_av_1 = mkA "skдlmaktig" ; - skaelmroman_nn_1 = mkN "skдlmroman" "skдlmromaner" ; - skaelmsk_av_1 = mkA "skдlmsk" ; - skaemd_av_1 = mkA "skдmd" "skдmt" ; - skaemt_nn_1 = mkN "skдmt" neutrum ; - skaemtare_nn_1 = mkN "skдmtare" "skдmtare" ; - skaemtsam_av_1 = mkA "skдmtsam" "skдmtsamt" "skдmtsamma" "skдmtsamma" "skдmtsammare" "skдmtsammast" "skдmtsammaste" ; - skaemttecknare_nn_1 = mkN "skдmttecknare" "skдmttecknare" ; - skaemtteckning_nn_1 = mkN "skдmtteckning" ; - skaendlig_av_1 = mkA "skдndlig" ; - skaendligen_ab_1 = mkAdv "skдndligen" ; - skaendlighet_nn_1 = mkN "skдndlighet" "skдndligheter" ; - skaendning_nn_1 = mkN "skдndning" ; - skaenk_nn_1 = mkN "skдnk" ; - skaenk_nn_2 = mkN "skдnk" "skдnker" ; - skaenkel_nn_1 = mkN "skдnkel" ; - skaer_av_1 = mkA "skдr" ; - skaer_nn_1 = mkN "skдr" neutrum ; - skaera_vb_1 = mkV "skдra" "skar" "skurit" ; - skaerande_av_1 = mkA "skдrande" ; - skaerbraede_nn_1 = mkN "skдrbrдde" ; - skaerbraennare_nn_1 = mkN "skдrbrдnnare" "skдrbrдnnare" ; - skaergaard_nn_1 = mkN "skдrgеrd" ; - skaergaardsbo_nn_1 = mkN "skдrgеrdsbo" "skдrgеrdsbor" ; - skaergaardskryssare_nn_1 = mkN "skдrgеrdskryssare" "skдrgеrdskryssare" ; - skaergaardsoe_nn_1 = mkN "skдrgеrdsц" ; - skaergaardsturist_nn_1 = mkN "skдrgеrdsturist" "skдrgеrdsturister" ; - skaerhaallfasthet_nn_1 = mkN "skдrhеllfasthet" "skдrhеllfastheter" ; - skaerkarl_nn_1 = mkN "skдrkarl" ; - skaerkniv_nn_1 = mkN "skдrkniv" ; - skaerm_nn_1 = mkN "skдrm" ; - skaermbild_nn_1 = mkN "skдrmbild" "skдrmbilder" ; - skaermbildsundersoekning_nn_1 = mkN "skдrmbildsundersцkning" ; - skaermytsel_nn_1 = mkN "skдrmytsel" ; - skaermytsling_nn_1 = mkN "skдrmytsling" ; - skaerning_nn_1 = mkN "skдrning" ; - skaerningspunkt_nn_1 = mkN "skдrningspunkt" "skдrningspunkter" ; - skaerp_nn_1 = mkN "skдrp" neutrum ; - skaerpedjup_nn_1 = mkN "skдrpedjup" neutrum ; - skaerpning_nn_1 = mkN "skдrpning" ; - skaerpt_av_1 = mkA "skдrpt" "skдrpt" ; - skaerslipare_nn_1 = mkN "skдrslipare" "skдrslipare" ; - skaerstock_nn_1 = mkN "skдrstock" ; - skaertorsdag_nn_1 = mkN "skдrtorsdag" ; - skaerv_nn_1 = mkN "skдrv" ; - skaevig_av_1 = mkA "skдvig" ; - skafferi_nn_1 = mkN "skafferi" "skafferit" "skafferier" "skafferierna" ; - skaffning_nn_1 = mkN "skaffning" ; - skaffoettes_ab_1 = mkAdv "skaffцttes" ; - skafoettes_ab_1 = mkAdv "skafцttes" ; - skaft_nn_1 = mkN "skaft" neutrum ; - skak_nn_1 = mkN "skak" neutrum ; - skakande_av_1 = mkA "skakande" ; - skakel_nn_1 = mkN "skakel" ; - skakig_av_1 = mkA "skakig" ; - skakis_av_1 = mkA "skakis" ; - skakning_nn_1 = mkN "skakning" ; - skal_nn_1 = mkN "skal" neutrum ; - skalaer_av_1 = mkA "skalдr" ; - skalaer_nn_1 = mkN "skalдr" "skalдrer" ; - skalbagge_nn_1 = mkN "skalbagge" utrum ; - skald_nn_1 = mkN "skald" "skalder" ; - skaldekonst_nn_1 = mkN "skaldekonst" "skaldekonster" ; - skaldisk_av_1 = mkA "skaldisk" ; - skaldjur_nn_1 = mkN "skaldjur" neutrum ; - skalenlig_av_1 = mkA "skalenlig" ; - skalhus_nn_1 = mkN "skalhus" neutrum ; - skalk_nn_1 = mkN "skalk" ; - skalkaktig_av_1 = mkA "skalkaktig" ; - skalkeskjul_nn_1 = mkN "skalkeskjul" neutrum ; - skalkorn_nn_1 = mkN "skalkorn" neutrum ; - skall_nn_1 = mkN "skall" neutrum ; - skallbas_nn_1 = mkN "skallbas" "skallbaser" ; - skallben_nn_1 = mkN "skallben" neutrum ; - skalle_nn_1 = mkN "skalle" utrum ; - skallerorm_nn_1 = mkN "skallerorm" ; - skallform_nn_1 = mkN "skallform" "skallformer" ; - skallgaang_nn_1 = mkN "skallgеng" ; - skallig_av_1 = mkA "skallig" ; - skalloes_av_1 = mkA "skallцs" ; - skallra_nn_1 = mkN "skallra" ; - skalm_nn_1 = mkN "skalm" ; - skalp_nn_1 = mkN "skalp" "skalper" ; - skalpell_nn_1 = mkN "skalpell" "skalpeller" ; - skalstreck_nn_1 = mkN "skalstreck" neutrum ; - skalv_nn_1 = mkN "skalv" neutrum ; - skamflaeck_nn_1 = mkN "skamflдck" ; - skamgrepp_nn_1 = mkN "skamgrepp" neutrum ; - skamkaensla_nn_1 = mkN "skamkдnsla" ; - skamlig_av_1 = mkA "skamlig" ; - skamligen_ab_1 = mkAdv "skamligen" ; - skamlighet_nn_1 = mkN "skamlighet" "skamligheter" ; - skamloes_av_1 = mkA "skamlцs" ; - skamloeshet_nn_1 = mkN "skamlцshet" "skamlцsheter" ; - skampaale_nn_1 = mkN "skampеle" utrum ; - skamsen_av_1 = mkA "skamsen" "skamset" ; - skamstock_nn_1 = mkN "skamstock" ; - skandal_nn_1 = mkN "skandal" "skandaler" ; - skandaloes_av_1 = mkA "skandalцs" ; - skandalunge_nn_1 = mkN "skandalunge" utrum ; - skandinav_nn_1 = mkN "skandinav" "skandinaver" ; - skandinavisk_av_1 = mkA "skandinavisk" ; - skandinavist_nn_1 = mkN "skandinavist" "skandinavister" ; - skanism_nn_1 = mkN "skanism" "skanismer" ; - skank_nn_1 = mkN "skank" ; - skans_nn_1 = mkN "skans" ; - skap_nn_1 = mkN "skap" neutrum ; - skapande_av_1 = mkA "skapande" ; - skapare_nn_1 = mkN "skapare" "skapare" ; - skaparkraft_nn_1 = mkN "skaparkraft" "skaparkrafter" ; - skapelse_nn_1 = mkN "skapelse" "skapelser" ; - skaplig_av_1 = mkA "skaplig" ; - skapnad_nn_1 = mkN "skapnad" "skapnader" ; - skarabe_nn_1 = mkN "skarabй" "skarabйer" ; - skarf_nn_1 = mkN "skarf" ; - skarn_nn_1 = mkN "skarn" neutrum ; - skarndaeck_nn_1 = mkN "skarndдck" neutrum ; - skarp_av_1 = mkA "skarp" ; - skarpoegd_av_1 = mkA "skarpцgd" "skarpцgt" ; - skarpraettare_nn_1 = mkN "skarprдttare" "skarprдttare" ; - skarpsill_nn_1 = mkN "skarpsill" ; - skarpskuren_av_1 = mkA "skarpskuren" "skarpskuret" ; - skarpskytt_nn_1 = mkN "skarpskytt" ; - skarpsyn_nn_1 = mkN "skarpsyn" "skarpsyner" ; - skarpsynt_av_1 = mkA "skarpsynt" "skarpsynt" ; - skarpt_ab_1 = mkAdv "skarpt" ; - skarv_nn_1 = mkN "skarv" ; - skarvsladd_nn_1 = mkN "skarvsladd" ; - skate_nn_1 = mkN "skate" utrum ; - skateboard_nn_1 = mkN "skateboard" "skateboarden" "skateboard" "skateboarden" ; - skatt_nn_1 = mkN "skatt" "skatter" ; - skatteaaterbaering_nn_1 = mkN "skatteеterbдring" ; - skatteavdrag_nn_1 = mkN "skatteavdrag" neutrum ; - skattebas_nn_1 = mkN "skattebas" "skattebaser" ; - skattebelopp_nn_1 = mkN "skattebelopp" neutrum ; - skattebetalare_nn_1 = mkN "skattebetalare" "skattebetalare" ; - skattebetalning_nn_1 = mkN "skattebetalning" ; - skattebonde_nn_1 = mkN "skattebonde" "skattebцnder" ; - skattebrott_nn_1 = mkN "skattebrott" neutrum ; - skattefraaga_nn_1 = mkN "skattefrеga" ; - skattefri_av_1 = mkA "skattefri" "skattefritt" ; - skattefrihet_nn_1 = mkN "skattefrihet" "skattefriheter" ; - skattefuskare_nn_1 = mkN "skattefuskare" "skattefuskare" ; - skattehoejning_nn_1 = mkN "skattehцjning" ; - skatteingenjoer_nn_1 = mkN "skatteingenjцr" "skatteingenjцrer" ; - skatteinkomst_nn_1 = mkN "skatteinkomst" "skatteinkomster" ; - skatteintaekt_nn_1 = mkN "skatteintдkt" "skatteintдkter" ; - skattekil_nn_1 = mkN "skattekil" ; - skatteklass_nn_1 = mkN "skatteklass" "skatteklasser" ; - skattekort_nn_1 = mkN "skattekort" neutrum ; - skattekraft_nn_1 = mkN "skattekraft" "skattekrafter" ; - skattelaettnad_nn_1 = mkN "skattelдttnad" "skattelдttnader" ; - skattelag_nn_1 = mkN "skattelag" ; - skattemaerke_nn_1 = mkN "skattemдrke" ; - skattemoral_nn_1 = mkN "skattemoral" "skattemoraler" ; - skattemyndighet_nn_1 = mkN "skattemyndighet" "skattemyndigheter" ; - skattenivaa_nn_1 = mkN "skattenivе" "skattenivеer" ; - skattepliktig_av_1 = mkA "skattepliktig" ; - skatteprincip_nn_1 = mkN "skatteprincip" "skatteprinciper" ; - skatteprotest_nn_1 = mkN "skatteprotest" "skatteprotester" ; - skattereduktion_nn_1 = mkN "skattereduktion" "skattereduktioner" ; - skattereform_nn_1 = mkN "skattereform" "skattereformer" ; - skatteregel_nn_1 = mkN "skatteregel" "skatteregeln" "skatteregler" "skattereglerna" ; - skatterevolt_nn_1 = mkN "skatterevolt" "skatterevolter" ; - skattesaenkning_nn_1 = mkN "skattesдnkning" ; - skattesats_nn_1 = mkN "skattesats" "skattesatser" ; - skattesmitare_nn_1 = mkN "skattesmitare" "skattesmitare" ; - skattesystem_nn_1 = mkN "skattesystem" neutrum ; - skattetabell_nn_1 = mkN "skattetabell" "skattetabeller" ; - skattetak_nn_1 = mkN "skattetak" neutrum ; - skattetryck_nn_1 = mkN "skattetryck" neutrum ; - skatteuttag_nn_1 = mkN "skatteuttag" neutrum ; - skattkammarvaexel_nn_1 = mkN "skattkammarvдxel" ; - skattmaestare_nn_1 = mkN "skattmдstare" "skattmдstare" ; - skattmas_nn_1 = mkN "skattmas" ; - skattsedel_nn_1 = mkN "skattsedel" ; - skattskriva_vb_1 = mkV "skattskriva" "skattskrev" "skattskrivit" ; - skattskyldig_av_1 = mkA "skattskyldig" ; - skattsoekare_nn_1 = mkN "skattsцkare" "skattsцkare" ; - skavank_nn_1 = mkN "skavank" "skavanker" ; - skavfoetters_ab_1 = mkAdv "skavfцtters" ; - skavsaar_nn_1 = mkN "skavsеr" neutrum ; - skavskydd_nn_1 = mkN "skavskydd" neutrum ; - sked_nn_1 = mkN "sked" ; - skedand_nn_1 = mkN "skedand" "skedдnder" ; - skeddrag_nn_1 = mkN "skeddrag" neutrum ; - skedstork_nn_1 = mkN "skedstork" ; - skedvis_ab_1 = mkAdv "skedvis" ; - skeende_nn_1 = mkN "skeende" ; - skelett_nn_1 = mkN "skelett" neutrum ; - skelettmuskel_nn_1 = mkN "skelettmuskel" "skelettmuskeln" "skelettmuskler" "skelettmusklerna" ; - skeloegd_av_1 = mkA "skelцgd" "skelцgt" ; - skeloegdhet_nn_1 = mkN "skelцgdhet" "skelцgdheter" ; - sken_nn_1 = mkN "sken" neutrum ; - skenbar_av_1 = mkA "skenbar" ; - skenbarligen_ab_1 = mkAdv "skenbarligen" ; - skenben_nn_1 = mkN "skenben" neutrum ; - skenbild_nn_1 = mkN "skenbild" "skenbilder" ; - skendoed_av_1 = mkA "skendцd" ; - skenfaektning_nn_1 = mkN "skenfдktning" ; - skenfrukt_nn_1 = mkN "skenfrukt" "skenfrukter" ; - skenhaendelse_nn_1 = mkN "skenhдndelse" "skenhдndelser" ; - skenhelig_av_1 = mkA "skenhelig" ; - skenraettegaang_nn_1 = mkN "skenrдttegеng" ; - skenvaerld_nn_1 = mkN "skenvдrld" ; - skepnad_nn_1 = mkN "skepnad" "skepnader" ; - skepp_nn_1 = mkN "skepp" neutrum ; - skepparbrev_nn_1 = mkN "skepparbrev" neutrum ; - skeppare_nn_1 = mkN "skeppare" "skeppare" ; - skepparexamen_nn_1 = mkN "skepparexamen" "skepparexamen" "skepparexamina" "skepparexamina" ; - skepparhistoria_nn_1 = mkN "skepparhistoria" "skepparhistorien" "skepparhistorier" "skepparhistorierna" ; - skepparkrans_nn_1 = mkN "skepparkrans" ; - skeppsapotek_nn_1 = mkN "skeppsapotek" neutrum ; - skeppsbaat_nn_1 = mkN "skeppsbеt" ; - skeppsbro_nn_1 = mkN "skeppsbro" ; - skeppsbrott_nn_1 = mkN "skeppsbrott" neutrum ; - skeppsbruten_av_1 = mkA "skeppsbruten" "skeppsbrutet" ; - skeppsbyggeri_nn_1 = mkN "skeppsbyggeri" "skeppsbyggerit" "skeppsbyggerier" "skeppsbyggerierna" ; - skeppsgosse_nn_1 = mkN "skeppsgosse" utrum ; - skeppsklarerare_nn_1 = mkN "skeppsklarerare" "skeppsklarerare" ; - skeppslag_nn_1 = mkN "skeppslag" neutrum ; - skeppsljus_nn_1 = mkN "skeppsljus" neutrum ; - skeppsmaeklare_nn_1 = mkN "skeppsmдklare" "skeppsmдklare" ; - skeppsmask_nn_1 = mkN "skeppsmask" ; - skeppspojke_nn_1 = mkN "skeppspojke" utrum ; - skeppsredare_nn_1 = mkN "skeppsredare" "skeppsredare" ; - skeppssaettning_nn_1 = mkN "skeppssдttning" ; - skeppsvarv_nn_1 = mkN "skeppsvarv" neutrum ; - skeppund_nn_1 = mkN "skeppund" neutrum ; - skeptiker_nn_1 = mkN "skeptiker" "skeptikern" "skeptiker" "skeptikerna" ; - skeptisk_av_1 = mkA "skeptisk" ; - sketch_nn_1 = mkN "sketch" "sketcher" ; - sketen_av_1 = mkA "sketen" "sketet" ; - skev_av_1 = mkA "skev" ; - skevningsroder_nn_1 = mkN "skevningsroder" neutrum ; - skevroder_nn_1 = mkN "skevroder" neutrum ; - skick_nn_1 = mkN "skick" neutrum ; - skickebud_nn_1 = mkN "skickebud" neutrum ; - skickelse_nn_1 = mkN "skickelse" "skickelser" ; - skickelsediger_av_1 = mkA "skickelsediger" "skickelsedigert" "skickelsedigra" "skickelsedigra" "skickelsedigrare" "skickelsedigrast" "skickelsedigraste" ; - skicklig_av_1 = mkA "skicklig" ; - skicklighet_nn_1 = mkN "skicklighet" "skickligheter" ; - skidaakare_nn_1 = mkN "skidеkare" "skidеkare" ; - skidbacke_nn_1 = mkN "skidbacke" utrum ; - skidfynd_nn_1 = mkN "skidfynd" neutrum ; - skidhoppning_nn_1 = mkN "skidhoppning" ; - skidlift_nn_1 = mkN "skidlift" ; - skidloepning_nn_1 = mkN "skidlцpning" ; - skidspaar_nn_1 = mkN "skidspеr" neutrum ; - skidstav_nn_1 = mkN "skidstav" ; - skidtaevling_nn_1 = mkN "skidtдvling" ; - skidtur_nn_1 = mkN "skidtur" "skidturer" ; - skidtyp_nn_1 = mkN "skidtyp" "skidtyper" ; - skiffer_nn_1 = mkN "skiffer" ; - skiffertak_nn_1 = mkN "skiffertak" neutrum ; - skiffrig_av_1 = mkA "skiffrig" ; - skift_nn_1 = mkN "skift" neutrum ; - skifte_nn_1 = mkN "skifte" ; - skiftning_nn_1 = mkN "skiftning" ; - skiftnyckel_nn_1 = mkN "skiftnyckel" ; - skikt_nn_1 = mkN "skikt" neutrum ; - skiktmoln_nn_1 = mkN "skiktmoln" neutrum ; - skild_av_1 = mkA "skild" "skilt" ; - skildring_nn_1 = mkN "skildring" ; - skiljaktig_av_1 = mkA "skiljaktig" ; - skiljaktighet_nn_1 = mkN "skiljaktighet" "skiljaktigheter" ; - skiljbar_av_1 = mkA "skiljbar" ; - skiljedom_nn_1 = mkN "skiljedom" ; - skiljedomstol_nn_1 = mkN "skiljedomstol" ; - skiljefoerfarande_nn_1 = mkN "skiljefцrfarande" ; - skiljelinje_nn_1 = mkN "skiljelinje" "skiljelinjer" ; - skiljeman_nn_1 = mkN "skiljeman" "skiljemannen" "skiljemдn" "skiljemдnnen" ; - skiljemur_nn_1 = mkN "skiljemur" ; - skiljemynt_nn_1 = mkN "skiljemynt" neutrum ; - skiljenaemnd_nn_1 = mkN "skiljenдmnd" "skiljenдmnder" ; - skiljeset_nn_1 = mkN "skiljeset" neutrum ; - skiljetecken_nn_1 = mkN "skiljetecken" "skiljetecknet" "skiljetecken" "skiljetecknen" ; - skiljevaeg_nn_1 = mkN "skiljevдg" ; - skiljevaegg_nn_1 = mkN "skiljevдgg" ; - skilling_nn_1 = mkN "skilling" ; - skillingtryck_nn_1 = mkN "skillingtryck" neutrum ; - skillnad_nn_1 = mkN "skillnad" "skillnader" ; - skilsmaessa_nn_1 = mkN "skilsmдssa" ; - skiltvakt_nn_1 = mkN "skiltvakt" "skiltvakter" ; - skimmel_nn_1 = mkN "skimmel" "skimmeln" "skimmlar" "skimmlarna" ; - skingringsfoerbud_nn_1 = mkN "skingringsfцrbud" neutrum ; - skinhead_nn_1 = mkN "skinhead" "skinheadet" "skinheads" "skinheadsen" ; - skinn_nn_1 = mkN "skinn" neutrum ; - skinnare_nn_1 = mkN "skinnare" "skinnare" ; - skinnbagge_nn_1 = mkN "skinnbagge" utrum ; - skinnband_nn_1 = mkN "skinnband" neutrum ; - skinnbit_nn_1 = mkN "skinnbit" ; - skinnerbur_nn_1 = mkN "skinnerbur" ; - skinnfaell_nn_1 = mkN "skinnfдll" ; - skinnflaadd_av_1 = mkA "skinnflеdd" "skinnflеdtt" ; - skinnimitation_nn_1 = mkN "skinnimitation" "skinnimitationer" ; - skinnkaelke_nn_1 = mkN "skinnkдlke" utrum ; - skinnklaedd_av_1 = mkA "skinnklдdd" ; - skinnknutte_nn_1 = mkN "skinnknutte" utrum ; - skinnpaj_nn_1 = mkN "skinnpaj" ; - skinntorr_av_1 = mkA "skinntorr" ; - skioptikon_nn_1 = mkN "skioptikon" neutrum ; - skir_av_1 = mkA "skir" ; - skiss_nn_1 = mkN "skiss" "skisser" ; - skissblock_nn_1 = mkN "skissblock" neutrum ; - skit_nn_1 = mkN "skit" ; - skitbra_av_1 = mkA "skitbra" ; - skitfoernaem_av_1 = mkA "skitfцrnдm" ; - skitgubbe_nn_1 = mkN "skitgubbe" utrum ; - skitig_av_1 = mkA "skitig" ; - skitkul_av_1 = mkA "skitkul" ; - skitnoedig_av_1 = mkA "skitnцdig" ; - skitsnygg_av_1 = mkA "skitsnygg" ; - skitstoevel_nn_1 = mkN "skitstцvel" ; - skitviktig_av_1 = mkA "skitviktig" ; - skivaffaer_nn_1 = mkN "skivaffдr" "skivaffдrer" ; - skivbar_nn_1 = mkN "skivbar" "skivbarer" ; - skivbroms_nn_1 = mkN "skivbroms" ; - skivhus_nn_1 = mkN "skivhus" neutrum ; - skivig_av_1 = mkA "skivig" ; - skivling_nn_1 = mkN "skivling" ; - skivminne_nn_1 = mkN "skivminne" ; - skivpratare_nn_1 = mkN "skivpratare" "skivpratare" ; - skivspelare_nn_1 = mkN "skivspelare" "skivspelare" ; - skivstaang_nn_1 = mkN "skivstеng" "skivstдnger" ; - skivsvamp_nn_1 = mkN "skivsvamp" ; - skivtallrik_nn_1 = mkN "skivtallrik" ; - skjortaerm_nn_1 = mkN "skjortдrm" ; - skjortblus_nn_1 = mkN "skjortblus" ; - skjortbroest_nn_1 = mkN "skjortbrцst" neutrum ; - skjortkrage_nn_1 = mkN "skjortkrage" utrum ; - skjul_nn_1 = mkN "skjul" neutrum ; - skjut_nn_1 = mkN "skjut" neutrum ; - skjuta_vb_1 = mkV "skjuta" "skцt" "skjutit" ; - skjutdoerr_nn_1 = mkN "skjutdцrr" ; - skjutfaelt_nn_1 = mkN "skjutfдlt" neutrum ; - skjutfaerdig_av_1 = mkA "skjutfдrdig" ; - skjutjaern_nn_1 = mkN "skjutjдrn" neutrum ; - skjutjaernsintervju_nn_1 = mkN "skjutjдrnsintervju" "skjutjдrnsintervjun" "skjutjдrnsintervjuer" "skjutjдrnsintervjuerna" ; - skjutjaernsjournalist_nn_1 = mkN "skjutjдrnsjournalist" "skjutjдrnsjournalister" ; - skjutklar_av_1 = mkA "skjutklar" ; - skjutmaatt_nn_1 = mkN "skjutmеtt" neutrum ; - skjutning_nn_1 = mkN "skjutning" ; - skjutriktning_nn_1 = mkN "skjutriktning" ; - skjuts_nn_1 = mkN "skjuts" ; - skjutshaall_nn_1 = mkN "skjutshеll" neutrum ; - skjutskaare_nn_1 = mkN "skjutskеre" utrum ; - skjututbildning_nn_1 = mkN "skjututbildning" ; - skjutvapen_nn_1 = mkN "skjutvapen" "skjutvapnet" "skjutvapen" "skjutvapnen" ; - skjutvinkel_nn_1 = mkN "skjutvinkel" ; - skleros_nn_1 = mkN "skleros" "skleroser" ; - sklerotisk_av_1 = mkA "sklerotisk" ; - sko_nn_1 = mkN "sko" "skor" ; - skoblock_nn_1 = mkN "skoblock" neutrum ; - skoborste_nn_1 = mkN "skoborste" utrum ; - skock_nn_1 = mkN "skock" ; - skodon_nn_1 = mkN "skodon" neutrum ; - skoel_nn_1 = mkN "skцl" ; - skoeld_nn_1 = mkN "skцld" ; - skoeldborg_nn_1 = mkN "skцldborg" ; - skoeldebrev_nn_1 = mkN "skцldebrev" neutrum ; - skoeldemaerke_nn_1 = mkN "skцldemдrke" ; - skoeldhaallare_nn_1 = mkN "skцldhеllare" "skцldhеllare" ; - skoeldkoertel_nn_1 = mkN "skцldkцrtel" ; - skoeldkoertelcancer_nn_1 = mkN "skцldkцrtelcancer" ; - skoeldkoertelhormon_nn_1 = mkN "skцldkцrtelhormon" neutrum ; - skoeldlus_nn_1 = mkN "skцldlus" "skцldlusen" "skцldlцss" "skцldlцssen" ; - skoeldmoe_nn_1 = mkN "skцldmц" "skцldmцn" "skцldmцr" "skцldmцrna" ; - skoeljkopp_nn_1 = mkN "skцljkopp" ; - skoelp_nn_1 = mkN "skцlp" ; - skoen_av_1 = mkA "skцn" ; - skoenande_nn_1 = mkN "skцnande" utrum ; - skoenhet_nn_1 = mkN "skцnhet" "skцnheter" ; - skoenhetsdrottning_nn_1 = mkN "skцnhetsdrottning" ; - skoenhetsfel_nn_1 = mkN "skцnhetsfel" "skцnhetsfelet" "skцnhetsfel" "skцnhetsfelen" ; - skoenhetsflaeck_nn_1 = mkN "skцnhetsflдck" ; - skoenhetsideal_nn_1 = mkN "skцnhetsideal" neutrum ; - skoenhetsmedel_nn_1 = mkN "skцnhetsmedel" neutrum ; - skoenhetspris_nn_1 = mkN "skцnhetspris" neutrum ; - skoenhetstaevling_nn_1 = mkN "skцnhetstдvling" ; - skoenhetsupplevelse_nn_1 = mkN "skцnhetsupplevelse" "skцnhetsupplevelser" ; - skoenhetsvaard_nn_1 = mkN "skцnhetsvеrd" ; - skoenhetsvaerde_nn_1 = mkN "skцnhetsvдrde" ; - skoenjbar_av_1 = mkA "skцnjbar" ; - skoenlitteraer_av_1 = mkA "skцnlitterдr" ; - skoenlockig_av_1 = mkA "skцnlockig" ; - skoenskrivare_nn_1 = mkN "skцnskrivare" "skцnskrivare" ; - skoensmaessig_av_1 = mkA "skцnsmдssig" ; - skoer_av_1 = mkA "skцr" ; - skoerd_nn_1 = mkN "skцrd" ; - skoerdeenhet_nn_1 = mkN "skцrdeenhet" "skцrdeenheter" ; - skoerdemaanad_nn_1 = mkN "skцrdemеnad" "skцrdemеnader" ; - skoerdemaskin_nn_1 = mkN "skцrdemaskin" "skцrdemaskiner" ; - skoerdetid_nn_1 = mkN "skцrdetid" "skцrdetider" ; - skoerdetroeska_nn_1 = mkN "skцrdetrцska" ; - skoerdeuppskattning_nn_1 = mkN "skцrdeuppskattning" ; - skoerlevnad_nn_1 = mkN "skцrlevnad" "skцrlevnader" ; - skoerpil_nn_1 = mkN "skцrpil" ; - skoert_nn_1 = mkN "skцrt" neutrum ; - skoet_nn_1 = mkN "skцt" ; - skoetare_nn_1 = mkN "skцtare" "skцtare" ; - skoetbord_nn_1 = mkN "skцtbord" neutrum ; - skoetebarn_nn_1 = mkN "skцtebarn" neutrum ; - skoeterska_nn_1 = mkN "skцterska" ; - skoetesynd_nn_1 = mkN "skцtesynd" "skцtesynder" ; - skoetrum_nn_1 = mkN "skцtrum" "skцtrummet" "skцtrum" "skцtrummen" ; - skoetsam_av_1 = mkA "skцtsam" "skцtsamt" "skцtsamma" "skцtsamma" "skцtsammare" "skцtsammast" "skцtsammaste" ; - skoflickare_nn_1 = mkN "skoflickare" "skoflickare" ; - skog_nn_1 = mkN "skog" ; - skogbevuxen_av_1 = mkA "skogbevuxen" "skogbevuxet" ; - skogfattig_av_1 = mkA "skogfattig" ; - skogig_av_1 = mkA "skogig" ; - skogklaedd_av_1 = mkA "skogklдdd" "skogklдdtt" ; - skoglig_av_1 = mkA "skoglig" ; - skogsarbetare_nn_1 = mkN "skogsarbetare" "skogsarbetare" ; - skogsavverkning_nn_1 = mkN "skogsavverkning" ; - skogsbaeck_nn_1 = mkN "skogsbдck" ; - skogsbagge_nn_1 = mkN "skogsbagge" utrum ; - skogsbete_nn_1 = mkN "skogsbete" ; - skogsbolag_nn_1 = mkN "skogsbolag" neutrum ; - skogsbrand_nn_1 = mkN "skogsbrand" "skogsbrдnder" ; - skogsdunge_nn_1 = mkN "skogsdunge" utrum ; - skogsfaagel_nn_1 = mkN "skogsfеgel" ; - skogsfoerbaettring_nn_1 = mkN "skogsfцrbдttring" ; - skogsfoervaltning_nn_1 = mkN "skogsfцrvaltning" ; - skogsfru_nn_1 = mkN "skogsfru" ; - skogsgenetiker_nn_1 = mkN "skogsgenetiker" "skogsgenetikern" "skogsgenetiker" "skogsgenetikerna" ; - skogsgenetisk_av_1 = mkA "skogsgenetisk" ; - skogsgud_nn_1 = mkN "skogsgud" ; - skogshoens_nn_1 = mkN "skogshцns" neutrum ; - skogshuggare_nn_1 = mkN "skogshuggare" "skogshuggare" ; - skogsindustri_nn_1 = mkN "skogsindustri" "skogsindustrier" ; - skogskovall_nn_1 = mkN "skogskovall" "skogskovaller" ; - skogslandskap_nn_1 = mkN "skogslandskap" "skogslandskapet" "skogslandskapen" "skogslandskapena" ; - skogsmaestare_nn_1 = mkN "skogsmдstare" "skogsmдstare" ; - skogsmark_nn_1 = mkN "skogsmark" "skogsmarker" ; - skogsmus_nn_1 = mkN "skogsmus" "skogsmusen" "skogsmцss" "skogsmцssen" ; - skogsomraade_nn_1 = mkN "skogsomrеde" ; - skogsraa_nn_1 = mkN "skogsrе" "skogsrеet" "skogsrеr" "skogsrеrna" ; - skogstomt_nn_1 = mkN "skogstomt" "skogstomter" ; - skogstraed_nn_1 = mkN "skogstrдd" neutrum ; - skogstraedsfoeraedlare_nn_1 = mkN "skogstrдdsfцrдdlare" "skogstrдdsfцrдdlare" ; - skogsvaard_nn_1 = mkN "skogsvеrd" ; - skogsvaeg_nn_1 = mkN "skogsvдg" ; - skogsvandring_nn_1 = mkN "skogsvandring" ; - skogvaktare_nn_1 = mkN "skogvaktare" "skogvaktare" ; - skohorn_nn_1 = mkN "skohorn" neutrum ; - skoj_av_1 = mkA "skoj" ; - skoj_nn_1 = mkN "skoj" neutrum ; - skojare_nn_1 = mkN "skojare" "skojare" ; - skojeri_nn_1 = mkN "skojeri" "skojerit" "skojerier" "skojerierna" ; - skojfrisk_av_1 = mkA "skojfrisk" ; - skojig_av_1 = mkA "skojig" ; - skoklaedd_av_1 = mkA "skoklдdd" ; - skokraem_nn_1 = mkN "skokrдm" "skokrдmer" ; - skolaar_nn_1 = mkN "skolеr" neutrum ; - skolaemne_nn_1 = mkN "skolдmne" ; - skolaest_nn_1 = mkN "skolдst" "skolдster" ; - skolaest_nn_2 = mkN "skolдst" ; - skolastiker_nn_1 = mkN "skolastiker" "skolastikern" "skolastiker" "skolastikerna" ; - skolastisk_av_1 = mkA "skolastisk" ; - skolavgift_nn_1 = mkN "skolavgift" "skolavgifter" ; - skolavslutning_nn_1 = mkN "skolavslutning" ; - skolbaenk_nn_1 = mkN "skolbдnk" ; - skolbarn_nn_1 = mkN "skolbarn" neutrum ; - skolbildning_nn_1 = mkN "skolbildning" ; - skolbok_nn_1 = mkN "skolbok" "skolbцcker" ; - skolbuss_nn_1 = mkN "skolbuss" ; - skolchef_nn_1 = mkN "skolchef" "skolchefer" ; - skoldag_nn_1 = mkN "skoldag" ; - skoldans_nn_1 = mkN "skoldans" "skoldanser" ; - skoldirektoer_nn_1 = mkN "skoldirektцr" "skoldirektцrer" ; - skolelev_nn_1 = mkN "skolelev" "skolelever" ; - skolexempel_nn_1 = mkN "skolexempel" neutrum ; - skolfartyg_nn_1 = mkN "skolfartyg" neutrum ; - skolflygplan_nn_1 = mkN "skolflygplan" neutrum ; - skolfoervaltning_nn_1 = mkN "skolfцrvaltning" ; - skolform_nn_1 = mkN "skolform" "skolformer" ; - skolfroeken_nn_1 = mkN "skolfrцken" ; - skolfux_nn_1 = mkN "skolfux" ; - skolgaard_nn_1 = mkN "skolgеrd" ; - skolgrammatik_nn_1 = mkN "skolgrammatik" "skolgrammatiker" ; - skolhem_nn_1 = mkN "skolhem" "skolhemmet" "skolhem" "skolhemmen" ; - skolhus_nn_1 = mkN "skolhus" neutrum ; - skolinspektoer_nn_1 = mkN "skolinspektцr" "skolinspektцrer" ; - skolkare_nn_1 = mkN "skolkare" "skolkare" ; - skolklass_nn_1 = mkN "skolklass" "skolklasser" ; - skolkoek_nn_1 = mkN "skolkцk" neutrum ; - skolkort_nn_1 = mkN "skolkort" neutrum ; - skolledare_nn_1 = mkN "skolledare" "skolledare" ; - skolljus_nn_1 = mkN "skolljus" neutrum ; - skollov_nn_1 = mkN "skollov" neutrum ; - skollunch_nn_1 = mkN "skollunch" "skolluncher" ; - skolmaaltid_nn_1 = mkN "skolmеltid" "skolmеltider" ; - skolmaestaraktig_av_1 = mkA "skolmдstaraktig" ; - skolmaestare_nn_1 = mkN "skolmдstare" "skolmдstare" ; - skolmagister_nn_1 = mkN "skolmagister" ; - skolmogen_av_1 = mkA "skolmogen" "skolmoget" ; - skolmognad_nn_1 = mkN "skolmognad" "skolmognader" ; - skolmognadsklass_nn_1 = mkN "skolmognadsklass" "skolmognadsklasser" ; - skolmognadsprov_nn_1 = mkN "skolmognadsprov" neutrum ; - skolnaemnd_nn_1 = mkN "skolnдmnd" "skolnдmnder" ; - skolning_nn_1 = mkN "skolning" ; - skolpolis_nn_1 = mkN "skolpolis" "skolpoliser" ; - skolprov_nn_1 = mkN "skolprov" neutrum ; - skolraad_nn_1 = mkN "skolrеd" neutrum ; - skolridning_nn_1 = mkN "skolridning" ; - skolsal_nn_1 = mkN "skolsal" ; - skolsjuk_av_1 = mkA "skolsjuk" ; - skolskepp_nn_1 = mkN "skolskepp" neutrum ; - skolskjutning_nn_1 = mkN "skolskjutning" ; - skolskjuts_nn_1 = mkN "skolskjuts" ; - skolstyrelse_nn_1 = mkN "skolstyrelse" "skolstyrelser" ; - skolt_nn_1 = mkN "skolt" "skolter" ; - skoltroett_av_1 = mkA "skoltrцtt" ; - skolunderbyggnad_nn_1 = mkN "skolunderbyggnad" "skolunderbyggnader" ; - skolungdom_nn_1 = mkN "skolungdom" ; - skolungdomsidrott_nn_1 = mkN "skolungdomsidrott" "skolungdomsidrotter" ; - skoluppsats_nn_1 = mkN "skoluppsats" "skoluppsatser" ; - skolutbildning_nn_1 = mkN "skolutbildning" ; - skolvaeg_nn_1 = mkN "skolvдg" ; - skolvaesende_nn_1 = mkN "skolvдsende" ; - skomakare_nn_1 = mkN "skomakare" "skomakare" ; - skomakarverkstad_nn_1 = mkN "skomakarverkstad" "skomakarverkstдder" ; - skomakeri_nn_1 = mkN "skomakeri" "skomakerit" "skomakerier" "skomakerierna" ; - skonare_nn_1 = mkN "skonare" "skonare" ; - skonert_nn_1 = mkN "skonert" "skonerter" ; - skonertskepp_nn_1 = mkN "skonertskepp" neutrum ; - skoning_nn_1 = mkN "skoning" ; - skoningsloes_av_1 = mkA "skoningslцs" ; - skonsam_av_1 = mkA "skonsam" "skonsamt" "skonsamma" "skonsamma" "skonsammare" "skonsammast" "skonsammaste" ; - skonummer_nn_1 = mkN "skonummer" neutrum ; - skopofil_av_1 = mkA "skopofil" ; - skopofil_nn_1 = mkN "skopofil" "skopofiler" ; - skopolamin_nn_1 = mkN "skopolamin" "skopolaminer" ; - skoputsare_nn_1 = mkN "skoputsare" "skoputsare" ; - skorpion_nn_1 = mkN "skorpion" "skorpioner" ; - skorsten_nn_1 = mkN "skorsten" "skorstenen" "skorstenar" "skorstenarna" ; - skorstensfejare_nn_1 = mkN "skorstensfejare" "skorstensfejare" ; - skorv_nn_2 = mkN "skorv" ; - skorvig_av_1 = mkA "skorvig" ; - skosmoerja_nn_1 = mkN "skosmцrja" ; - skot_nn_1 = mkN "skot" neutrum ; - skoter_nn_1 = mkN "skoter" ; - skothorn_nn_1 = mkN "skothorn" neutrum ; - skotsk_av_1 = mkA "skotsk" ; - skotska_nn_2 = mkN "skotska" ; - skotskrutig_av_1 = mkA "skotskrutig" ; - skotstek_nn_1 = mkN "skotstek" neutrum ; - skott_nn_1 = mkN "skott" neutrum ; - skottaar_nn_1 = mkN "skottеr" neutrum ; - skottavla_nn_1 = mkN "skottavla" ; - skottdag_nn_1 = mkN "skottdag" ; - skotte_nn_1 = mkN "skotte" utrum ; - skottfaelt_nn_1 = mkN "skottfдlt" neutrum ; - skottglugg_nn_1 = mkN "skottglugg" ; - skottlinje_nn_1 = mkN "skottlinje" "skottlinjer" ; - skottpeng_nn_1 = mkN "skottpeng" ; - skottsaeker_av_1 = mkA "skottsдker" "skottsдkert" "skottsдkra" "skottsдkra" "skottsдkrare" "skottsдkrast" "skottsдkraste" ; - skottsekund_nn_1 = mkN "skottsekund" "skottsekunder" ; - skottskog_nn_1 = mkN "skottskog" ; - skottspole_nn_1 = mkN "skottspole" utrum ; - skov_nn_1 = mkN "skov" neutrum ; - skovel_nn_1 = mkN "skovel" ; - skovelhjul_nn_1 = mkN "skovelhjul" neutrum ; - skraa_av_1 = mkA "skrе" "skrеtt" ; - skraa_nn_1 = mkN "skrе" "skrеt" "skrеn" "skrеen" ; - skraal_nn_1 = mkN "skrеl" neutrum ; - skraapuk_nn_1 = mkN "skrеpuk" ; - skrabbig_av_1 = mkA "skrabbig" ; - skraeckexempel_nn_1 = mkN "skrдckexempel" neutrum ; - skraeckfilm_nn_1 = mkN "skrдckfilm" "skrдckfilmer" ; - skraeckinjagande_av_1 = mkA "skrдckinjagande" ; - skraeckkabinett_nn_1 = mkN "skrдckkabinett" neutrum ; - skraecknovell_nn_1 = mkN "skrдcknovell" "skrдcknoveller" ; - skraeckslagen_av_1 = mkA "skrдckslagen" "skrдckslaget" ; - skraecksyn_nn_1 = mkN "skrдcksyn" "skrдcksyner" ; - skraeckvision_nn_1 = mkN "skrдckvision" "skrдckvisioner" ; - skraeddare_nn_1 = mkN "skrдddare" "skrдddare" ; - skraedderi_nn_1 = mkN "skrдdderi" "skrдdderit" "skrдdderier" "skrдdderierna" ; - skraell_nn_1 = mkN "skrдll" ; - skraelldus_nn_1 = mkN "skrдlldus" "skrдllduser" ; - skraellig_av_1 = mkA "skrдllig" ; - skraemmande_av_1 = mkA "skrдmmande" ; - skraemskott_nn_1 = mkN "skrдmskott" neutrum ; - skraen_nn_1 = mkN "skrдn" neutrum ; - skraenfock_nn_1 = mkN "skrдnfock" ; - skraenig_av_1 = mkA "skrдnig" ; - skraepig_av_1 = mkA "skrдpig" ; - skraepkultur_nn_1 = mkN "skrдpkultur" "skrдpkulturer" ; - skraevlare_nn_1 = mkN "skrдvlare" "skrдvlare" ; - skraevlig_av_1 = mkA "skrдvlig" ; - skraj_av_1 = mkA "skraj" ; - skrajsen_av_1 = mkA "skrajsen" "skrajset" ; - skrak_nn_1 = mkN "skrak" ; - skrake_nn_1 = mkN "skrake" utrum ; - skral_av_1 = mkA "skral" ; - skraltig_av_1 = mkA "skraltig" ; - skramla_nn_1 = mkN "skramla" ; - skramlig_av_1 = mkA "skramlig" ; - skranglig_av_1 = mkA "skranglig" ; - skrank_nn_1 = mkN "skrank" neutrum ; - skrapning_nn_1 = mkN "skrapning" ; - skratt_nn_1 = mkN "skratt" neutrum ; - skrattare_nn_1 = mkN "skrattare" "skrattare" ; - skrattgrop_nn_1 = mkN "skrattgrop" ; - skrattlysten_av_1 = mkA "skrattlysten" "skrattlystet" ; - skrattmaas_nn_1 = mkN "skrattmеs" ; - skrattretande_av_1 = mkA "skrattretande" ; - skrattspegel_nn_1 = mkN "skrattspegel" ; - skred_nn_1 = mkN "skred" neutrum ; - skrev_nn_1 = mkN "skrev" neutrum ; - skri_nn_1 = mkN "skri" "skrit" "skrin" "skrien" ; - skriande_av_1 = mkA "skriande" ; - skribent_nn_1 = mkN "skribent" "skribenter" ; - skrida_vb_1 = mkV "skrida" "skred" "skridit" ; - skridsko_nn_1 = mkN "skridsko" "skridskor" ; - skridskoaakare_nn_1 = mkN "skridskoеkare" "skridskoеkare" ; - skrift_nn_1 = mkN "skrift" "skrifter" ; - skriftbild_nn_1 = mkN "skriftbild" "skriftbilder" ; - skriftermaal_nn_1 = mkN "skriftermеl" neutrum ; - skriftlig_av_1 = mkA "skriftlig" ; - skriftligen_ab_1 = mkAdv "skriftligen" ; - skriftspraak_nn_1 = mkN "skriftsprеk" neutrum ; - skriftspraaklig_av_1 = mkA "skriftsprеklig" ; - skriftstaellare_nn_1 = mkN "skriftstдllare" "skriftstдllare" ; - skriftstaelleri_nn_1 = mkN "skriftstдlleri" "skriftstдllerit" "skriftstдllerier" "skriftstдllerierna" ; - skriftsystem_nn_1 = mkN "skriftsystem" neutrum ; - skrik_nn_1 = mkN "skrik" neutrum ; - skrikhals_nn_1 = mkN "skrikhals" ; - skrikig_av_1 = mkA "skrikig" ; - skrin_nn_1 = mkN "skrin" neutrum ; - skrinnare_nn_1 = mkN "skrinnare" "skrinnare" ; - skriptum_nn_1 = mkN "skriptum" neutrum ; - skriva_vb_1 = mkV "skriva" "skrev" "skrivit" ; - skrivare_nn_1 = mkN "skrivare" "skrivare" ; - skrivblock_nn_1 = mkN "skrivblock" neutrum ; - skrivbok_nn_1 = mkN "skrivbok" "skrivbцcker" ; - skrivbord_nn_1 = mkN "skrivbord" neutrum ; - skrivbyraa_nn_1 = mkN "skrivbyrе" "skrivbyrеer" ; - skrivelse_nn_1 = mkN "skrivelse" "skrivelser" ; - skriveri_nn_1 = mkN "skriveri" "skriverit" "skriverier" "skriverierna" ; - skrivkunnig_av_1 = mkA "skrivkunnig" ; - skrivmaskin_nn_1 = mkN "skrivmaskin" "skrivmaskiner" ; - skrivmaskinsbord_nn_1 = mkN "skrivmaskinsbord" neutrum ; - skrivmaskinsstol_nn_1 = mkN "skrivmaskinsstol" ; - skrivmaskinstangent_nn_1 = mkN "skrivmaskinstangent" "skrivmaskinstangenter" ; - skrivning_nn_1 = mkN "skrivning" ; - skrivoevning_nn_1 = mkN "skrivцvning" ; - skrivplaan_nn_1 = mkN "skrivplеn" neutrum ; - skrivplats_nn_1 = mkN "skrivplats" "skrivplatser" ; - skrivstil_nn_1 = mkN "skrivstil" ; - skrivtavla_nn_1 = mkN "skrivtavla" ; - skrivtecken_nn_1 = mkN "skrivtecken" "skrivtecknet" "skrivtecken" "skrivtecknen" ; - skrodoer_nn_1 = mkN "skrodцr" "skrodцrer" ; - skroeplig_av_1 = mkA "skrцplig" ; - skrofuloes_av_1 = mkA "skrofulцs" ; - skrotbil_nn_1 = mkN "skrotbil" ; - skrothoeg_nn_1 = mkN "skrothцg" ; - skrotskulptur_nn_1 = mkN "skrotskulptur" "skrotskulpturer" ; - skrott_nn_1 = mkN "skrott" ; - skrotupplag_nn_1 = mkN "skrotupplag" neutrum ; - skrov_nn_1 = mkN "skrov" neutrum ; - skrovlig_av_1 = mkA "skrovlig" ; - skrovmaal_nn_1 = mkN "skrovmеl" neutrum ; - skrubb_nn_1 = mkN "skrubb" ; - skrubbsaar_nn_1 = mkN "skrubbsеr" neutrum ; - skrud_nn_1 = mkN "skrud" ; - skrumpen_av_1 = mkA "skrumpen" "skrumpet" ; - skrupel_nn_1 = mkN "skrupel" "skrupeln" "skrupler" "skruplerna" ; - skrupelfri_av_1 = mkA "skrupelfri" "skrupelfritt" ; - skrupuloes_av_1 = mkA "skrupulцs" ; - skrutt_nn_2 = mkN "skrutt" ; - skruttig_av_1 = mkA "skruttig" ; - skruv_nn_1 = mkN "skruv" ; - skruvmejsel_nn_1 = mkN "skruvmejsel" ; - skruvnyckel_nn_1 = mkN "skruvnyckel" ; - skruvstaed_nn_1 = mkN "skruvstдd" neutrum ; - skruvtving_nn_1 = mkN "skruvtving" ; - skrymmande_av_1 = mkA "skrymmande" ; - skrymt_nn_1 = mkN "skrymt" neutrum ; - skrymtare_nn_1 = mkN "skrymtare" "skrymtare" ; - skrymteri_nn_1 = mkN "skrymteri" "skrymterit" "skrymterier" "skrymterierna" ; - skrynkelfri_av_1 = mkA "skrynkelfri" "skrynkelfritt" ; - skrynkelhaerdig_av_1 = mkA "skrynkelhдrdig" ; - skrynkla_nn_1 = mkN "skrynkla" ; - skrynklig_av_1 = mkA "skrynklig" ; - skrytmaans_nn_1 = mkN "skrytmеns" ; - skrytsam_av_1 = mkA "skrytsam" "skrytsamt" "skrytsamma" "skrytsamma" "skrytsammare" "skrytsammast" "skrytsammaste" ; - skubb_nn_1 = mkN "skubb" neutrum ; - skuff_nn_1 = mkN "skuff" ; - skuggbild_nn_1 = mkN "skuggbild" "skuggbilder" ; - skuggig_av_1 = mkA "skuggig" ; - skuggindustri_nn_1 = mkN "skuggindustri" "skuggindustrier" ; - skuggkabinett_nn_1 = mkN "skuggkabinett" neutrum ; - skuggloesning_nn_1 = mkN "skugglцsning" ; - skuggregering_nn_1 = mkN "skuggregering" ; - skuggsida_nn_1 = mkN "skuggsida" ; - skuggspelsteater_nn_1 = mkN "skuggspelsteater" ; - skuld_nn_1 = mkN "skuld" "skulder" ; - skuldebrev_nn_1 = mkN "skuldebrev" neutrum ; - skulderblad_nn_1 = mkN "skulderblad" neutrum ; - skulderled_nn_1 = mkN "skulderled" "skulderleder" ; - skuldfoerbindelse_nn_1 = mkN "skuldfцrbindelse" "skuldfцrbindelser" ; - skuldkaensla_nn_1 = mkN "skuldkдnsla" ; - skuldmedveten_av_1 = mkA "skuldmedveten" "skuldmedvetet" ; - skuldra_nn_1 = mkN "skuldra" ; - skuldsatt_av_1 = mkA "skuldsatt" ; - skulle_nn_1 = mkN "skulle" utrum ; - skulptoer_nn_1 = mkN "skulptцr" "skulptцrer" ; - skulptris_nn_1 = mkN "skulptris" "skulptriser" ; - skulptur_nn_1 = mkN "skulptur" "skulpturer" ; - skulptural_av_1 = mkA "skulptural" ; - skult_nn_1 = mkN "skult" ; - skum_av_1 = mkA "skum" "skumt" "skumma" "skumma" "skummare" "skummast" "skummaste" ; - skumbad_nn_1 = mkN "skumbad" neutrum ; - skumbubbla_nn_1 = mkN "skumbubbla" ; - skummig_av_1 = mkA "skummig" ; - skummis_nn_1 = mkN "skummis" ; - skumoegd_av_1 = mkA "skumцgd" "skumцgt" ; - skumpig_av_1 = mkA "skumpig" ; - skumraskaffaer_nn_1 = mkN "skumraskaffдr" "skumraskaffдrer" ; - skumslaeckare_nn_1 = mkN "skumslдckare" "skumslдckare" ; - skumtvaettning_nn_1 = mkN "skumtvдttning" ; - skunk_nn_1 = mkN "skunk" ; - skunkdjur_nn_1 = mkN "skunkdjur" neutrum ; - skur_nn_1 = mkN "skur" ; - skurborste_nn_1 = mkN "skurborste" utrum ; - skurduk_nn_1 = mkN "skurduk" ; - skurgolv_nn_1 = mkN "skurgolv" neutrum ; - skurhink_nn_1 = mkN "skurhink" ; - skurk_nn_1 = mkN "skurk" ; - skurkstreck_nn_1 = mkN "skurkstreck" neutrum ; - skurlov_nn_1 = mkN "skurlov" neutrum ; - skurpulver_nn_1 = mkN "skurpulver" neutrum ; - skurril_av_1 = mkA "skurril" ; - skutt_nn_1 = mkN "skutt" neutrum ; - skvader_nn_1 = mkN "skvader" ; - skvadron_nn_1 = mkN "skvadron" "skvadroner" ; - skvaett_nn_1 = mkN "skvдtt" ; - skvaetta_vb_1 = mkV "skvдtta" "skvдtter" "skvдtt" "skvatt" "skvдtt" "skvдttad" ; - skvalbank_nn_1 = mkN "skvalbank" ; - skvalleraktig_av_1 = mkA "skvalleraktig" ; - skvallerbaer_nn_1 = mkN "skvallerbдr" neutrum ; - skvallermoster_nn_1 = mkN "skvallermoster" ; - skvallerspalt_nn_1 = mkN "skvallerspalt" "skvallerspalter" ; - skvallerspegel_nn_1 = mkN "skvallerspegel" ; - skvallertant_nn_1 = mkN "skvallertant" "skvallertanter" ; - skvallertaska_nn_1 = mkN "skvallertaska" ; - skvallrig_av_1 = mkA "skvallrig" ; - skvalpig_av_1 = mkA "skvalpig" ; - skvaltkvarn_nn_1 = mkN "skvaltkvarn" ; - skvaltorre_nn_1 = mkN "skvaltorre" utrum ; - skvatt_ab_1 = mkAdv "skvatt" ; - skvis_nn_1 = mkN "skvis" ; - sky_nn_1 = mkN "sky" "skyn" "skyar" "skyarna" ; - skydd_nn_1 = mkN "skydd" neutrum ; - skyddsaengel_nn_1 = mkN "skyddsдngel" ; - skyddsande_nn_1 = mkN "skyddsande" utrum ; - skyddsdraekt_nn_1 = mkN "skyddsdrдkt" "skyddsdrдkter" ; - skyddsduk_nn_1 = mkN "skyddsduk" ; - skyddsfaerg_nn_1 = mkN "skyddsfдrg" "skyddsfдrger" ; - skyddsgrav_nn_1 = mkN "skyddsgrav" ; - skyddshelgon_nn_1 = mkN "skyddshelgon" neutrum ; - skyddskonsulent_nn_1 = mkN "skyddskonsulent" "skyddskonsulenter" ; - skyddskropp_nn_1 = mkN "skyddskropp" ; - skyddsling_nn_1 = mkN "skyddsling" ; - skyddsloes_av_1 = mkA "skyddslцs" ; - skyddsmask_nn_1 = mkN "skyddsmask" "skyddsmasker" ; - skyddsmedel_nn_1 = mkN "skyddsmedel" neutrum ; - skyddsmur_nn_1 = mkN "skyddsmur" ; - skyddsombud_nn_1 = mkN "skyddsombud" neutrum ; - skyddsomraade_nn_1 = mkN "skyddsomrеde" ; - skyddspatron_nn_1 = mkN "skyddspatron" "skyddspatroner" ; - skyddsrock_nn_1 = mkN "skyddsrock" ; - skyddsrum_nn_1 = mkN "skyddsrum" "skyddsrummet" "skyddsrum" "skyddsrummen" ; - skyddsstat_nn_1 = mkN "skyddsstat" "skyddsstater" ; - skyddstak_nn_1 = mkN "skyddstak" neutrum ; - skyddstull_nn_1 = mkN "skyddstull" ; - skydrag_nn_1 = mkN "skydrag" neutrum ; - skyeterrier_nn_1 = mkN "skyeterrier" "skyeterriern" "skyeterrier" "skyeterrierna" ; - skyfall_nn_1 = mkN "skyfall" neutrum ; - skyffel_nn_1 = mkN "skyffel" ; - skygg_av_1 = mkA "skygg" ; - skygglapp_nn_1 = mkN "skygglapp" ; - skyhoeg_av_1 = mkA "skyhцg" ; - skyig_av_1 = mkA "skyig" ; - skyl_nn_1 = mkN "skyl" ; - skyld_av_1 = mkA "skyld" "skylt" ; - skyldig_av_1 = mkA "skyldig" ; - skyldighet_nn_1 = mkN "skyldighet" "skyldigheter" ; - skylight_nn_1 = mkN "skylight" neutrum ; - skyllerkur_nn_1 = mkN "skyllerkur" ; - skylt_nn_1 = mkN "skylt" ; - skyltfoenster_nn_1 = mkN "skyltfцnster" neutrum ; - skyltning_nn_1 = mkN "skyltning" ; - skyltskaap_nn_1 = mkN "skyltskеp" neutrum ; - skyltsoendag_nn_1 = mkN "skyltsцndag" ; - skymf_nn_1 = mkN "skymf" "skymfer" ; - skymflig_av_1 = mkA "skymflig" ; - skymford_nn_1 = mkN "skymford" neutrum ; - skymmel_nn_2 = mkN "skymmel" "skymmeln" "skymmlar" "skymmlarna" ; - skymning_nn_1 = mkN "skymning" ; - skymt_nn_1 = mkN "skymt" ; - skyndsam_av_1 = mkA "skyndsam" "skyndsamt" "skyndsamma" "skyndsamma" "skyndsammare" "skyndsammast" "skyndsammaste" ; - skyt_nn_1 = mkN "skyt" "skyter" ; - skytt_nn_1 = mkN "skytt" ; - skyttegrav_nn_1 = mkN "skyttegrav" ; - skyttegravskrig_nn_1 = mkN "skyttegravskrig" neutrum ; - skyttegrop_nn_1 = mkN "skyttegrop" ; - skyttegrupp_nn_1 = mkN "skyttegrupp" "skyttegrupper" ; - skyttel_nn_1 = mkN "skyttel" ; - skyttelinje_nn_1 = mkN "skyttelinje" "skyttelinjer" ; - skyttevaern_nn_1 = mkN "skyttevдrn" neutrum ; - slaa_nn_1 = mkN "slе" ; - slaaende_av_1 = mkA "slеende" ; - slaanbaer_nn_1 = mkN "slеnbдr" neutrum ; - slaanbaersbuske_nn_1 = mkN "slеnbдrsbuske" utrum ; - slaatter_nn_1 = mkN "slеtter" ; - slaatteraeng_nn_1 = mkN "slеtterдng" ; - slaatterkniv_nn_1 = mkN "slеtterkniv" ; - slaattermaskin_nn_1 = mkN "slеttermaskin" "slеttermaskiner" ; - slaattermyr_nn_1 = mkN "slеttermyr" ; - slabb_av_1 = mkA "slabb" ; - slabbig_av_1 = mkA "slabbig" ; - slack_av_1 = mkA "slack" ; - sladd_nn_1 = mkN "sladd" ; - sladdbarn_nn_1 = mkN "sladdbarn" neutrum ; - sladdig_av_1 = mkA "sladdig" ; - sladdrig_av_1 = mkA "sladdrig" ; - slaeddon_nn_1 = mkN "slдddon" neutrum ; - slaede_nn_1 = mkN "slдde" utrum ; - slaedhund_nn_1 = mkN "slдdhund" ; - slaedmed_nn_1 = mkN "slдdmed" ; - slaedparti_nn_1 = mkN "slдdparti" "slдdpartit" "slдdpartier" "slдdpartierna" ; - slaegghammare_nn_1 = mkN "slдgghammare" "slдgghammaren" "slдgghamrar" "slдgghamrarna" ; - slaekt_av_1 = mkA "slдkt" ; - slaekt_nn_1 = mkN "slдkt" "slдkter" ; - slaektdrag_nn_1 = mkN "slдktdrag" neutrum ; - slaektdrift_nn_1 = mkN "slдktdrift" "slдktdrifter" ; - slaekthistoria_nn_1 = mkN "slдkthistoria" "slдkthistorien" "slдkthistorier" "slдkthistorierna" ; - slaekting_nn_1 = mkN "slдkting" ; - slaektled_nn_1 = mkN "slдktled" neutrum ; - slaektledning_nn_1 = mkN "slдktledning" ; - slaektlinje_nn_1 = mkN "slдktlinje" "slдktlinjer" ; - slaektnamn_nn_1 = mkN "slдktnamn" neutrum ; - slaektportraett_nn_1 = mkN "slдktportrдtt" neutrum ; - slaektregister_nn_1 = mkN "slдktregister" neutrum ; - slaektsaga_nn_1 = mkN "slдktsaga" ; - slaektskapsfoerhaallande_nn_1 = mkN "slдktskapsfцrhеllande" ; - slaekttraed_nn_1 = mkN "slдkttrдd" neutrum ; - slaendlarv_nn_1 = mkN "slдndlarv" "slдndlarver" ; - slaeng_nn_1 = mkN "slдng" ; - slaengd_av_1 = mkA "slдngd" "slдngt" ; - slaengig_av_1 = mkA "slдngig" ; - slaengkaelke_nn_1 = mkN "slдngkдlke" utrum ; - slaengkyss_nn_1 = mkN "slдngkyss" ; - slaengpolska_nn_1 = mkN "slдngpolska" ; - slaengskott_nn_1 = mkN "slдngskott" neutrum ; - slaent_nn_1 = mkN "slдnt" "slдnter" ; - slaep_nn_1 = mkN "slдp" neutrum ; - slaepig_av_1 = mkA "slдpig" ; - slaepkontakt_nn_1 = mkN "slдpkontakt" "slдpkontakter" ; - slaeplift_nn_1 = mkN "slдplift" ; - slaeplogg_nn_1 = mkN "slдplogg" ; - slaepnot_nn_1 = mkN "slдpnot" ; - slaepp_nn_1 = mkN "slдpp" neutrum ; - slaepphaent_av_1 = mkA "slдpphдnt" "slдpphдnt" ; - slaepring_nn_1 = mkN "slдpring" ; - slaepsam_av_1 = mkA "slдpsam" "slдpsamt" "slдpsamma" "slдpsamma" "slдpsammare" "slдpsammast" "slдpsammaste" ; - slaepsko_nn_1 = mkN "slдpsko" "slдpskor" ; - slaepvad_nn_1 = mkN "slдpvad" ; - slaepvagn_nn_1 = mkN "slдpvagn" ; - slaet_av_1 = mkA "slдt" ; - slaetfog_nn_1 = mkN "slдtfog" ; - slaethaarig_av_1 = mkA "slдthеrig" ; - slaetharv_nn_1 = mkN "slдtharv" ; - slaetprick_nn_1 = mkN "slдtprick" ; - slaetstruken_av_1 = mkA "slдtstruken" "slдtstruket" ; - slaetsvamp_nn_1 = mkN "slдtsvamp" ; - slaett_nn_1 = mkN "slдtt" "slдtter" ; - slaettbygd_nn_1 = mkN "slдttbygd" "slдttbygder" ; - slaettmark_nn_1 = mkN "slдttmark" "slдttmarker" ; - slaetvar_nn_1 = mkN "slдtvar" ; - slaf_nn_1 = mkN "slaf" ; - slafs_nn_1 = mkN "slafs" ; - slafsig_av_1 = mkA "slafsig" ; - slag_nn_1 = mkN "slag" neutrum ; - slaganfall_nn_1 = mkN "slaganfall" neutrum ; - slagbjoern_nn_1 = mkN "slagbjцrn" ; - slagbom_nn_1 = mkN "slagbom" "slagbommen" "slagbommar" "slagbommarna" ; - slagbord_nn_1 = mkN "slagbord" neutrum ; - slagborr_nn_1 = mkN "slagborr" ; - slagfaelt_nn_1 = mkN "slagfдlt" neutrum ; - slagfaerdig_av_1 = mkA "slagfдrdig" ; - slagg_nn_1 = mkN "slagg" "slagger" ; - slaggig_av_1 = mkA "slaggig" ; - slaggmaengd_nn_1 = mkN "slaggmдngd" "slaggmдngder" ; - slaghoek_nn_1 = mkN "slaghцk" ; - slaginstrument_nn_1 = mkN "slaginstrument" neutrum ; - slagkraftig_av_1 = mkA "slagkraftig" ; - slaglaengd_nn_1 = mkN "slaglдngd" "slaglдngder" ; - slagmask_nn_1 = mkN "slagmask" "slagmasker" ; - slagnummer_nn_1 = mkN "slagnummer" neutrum ; - slagord_nn_1 = mkN "slagord" neutrum ; - slagordning_nn_1 = mkN "slagordning" ; - slagpaase_nn_1 = mkN "slagpеse" utrum ; - slagregn_nn_1 = mkN "slagregn" neutrum ; - slagroerd_av_1 = mkA "slagrцrd" "slagrцrt" ; - slags_av_1 = mkA "slags" ; - slagseghet_nn_1 = mkN "slagseghet" "slagsegheter" ; - slagskaempe_nn_1 = mkN "slagskдmpe" utrum ; - slagskepp_nn_1 = mkN "slagskepp" neutrum ; - slagsmaal_nn_1 = mkN "slagsmеl" neutrum ; - slagsvaerd_nn_1 = mkN "slagsvдrd" neutrum ; - slagtaalig_av_1 = mkA "slagtеlig" ; - slagtrae_nn_1 = mkN "slagtrд" "slagtrдet" "slagtrдn" "slagtrдna" ; - slagvaexling_nn_1 = mkN "slagvдxling" ; - slagvapen_nn_1 = mkN "slagvapen" "slagvapnet" "slagvapen" "slagvapnen" ; - slagverk_nn_1 = mkN "slagverk" neutrum ; - slak_av_1 = mkA "slak" ; - slakt_nn_1 = mkN "slakt" "slakter" ; - slaktare_nn_1 = mkN "slaktare" "slaktare" ; - slaktdjur_nn_1 = mkN "slaktdjur" neutrum ; - slakteri_nn_1 = mkN "slakteri" "slakterit" "slakterier" "slakterierna" ; - slakthus_nn_1 = mkN "slakthus" neutrum ; - slaktmaanad_nn_1 = mkN "slaktmеnad" "slaktmеnader" ; - slaktmask_nn_1 = mkN "slaktmask" "slaktmasker" ; - slaktoffer_nn_1 = mkN "slaktoffer" neutrum ; - slalomaakare_nn_1 = mkN "slalomеkare" "slalomеkare" ; - slam_nn_2 = mkN "slam" "slammen" "slammar" "slammarna" ; - slamkrypare_nn_1 = mkN "slamkrypare" "slamkrypare" ; - slammig_av_1 = mkA "slammig" ; - slampig_av_1 = mkA "slampig" ; - slamsig_av_1 = mkA "slamsig" ; - slamsugning_nn_1 = mkN "slamsugning" ; - slamsugningsbil_nn_1 = mkN "slamsugningsbil" ; - slang_nn_1 = mkN "slang" ; - slangbaage_nn_1 = mkN "slangbеge" utrum ; - slangkoppling_nn_1 = mkN "slangkoppling" ; - slangloes_av_1 = mkA "slanglцs" ; - slank_av_1 = mkA "slank" ; - slankig_av_1 = mkA "slankig" ; - slant_nn_1 = mkN "slant" ; - slantspoe_nn_1 = mkN "slantspц" "slantspцt" "slantspцn" "slantspцna" ; - slapp_av_1 = mkA "slapp" ; - slapphaent_av_1 = mkA "slapphдnt" "slapphдnt" ; - slarver_nn_1 = mkN "slarver" ; - slarvfel_nn_1 = mkN "slarvfel" "slarvfelet" "slarvfel" "slarvfelen" ; - slarvig_av_1 = mkA "slarvig" ; - slas_nn_1 = mkN "slas" ; - slase_nn_1 = mkN "slase" utrum ; - slashas_nn_1 = mkN "slashas" ; - slask_nn_2 = mkN "slask" ; - slaskig_av_1 = mkA "slaskig" ; - slaskspalt_nn_1 = mkN "slaskspalt" "slaskspalter" ; - slasktratt_nn_1 = mkN "slasktratt" ; - slaskvatten_nn_1 = mkN "slaskvatten" "slaskvattnet" "slaskvatten" "slaskvattnen" ; - slatt_nn_1 = mkN "slatt" ; - slattrig_av_1 = mkA "slattrig" ; - slav_nn_1 = mkN "slav" ; - slav_nn_2 = mkN "slav" "slaver" ; - slavdrivare_nn_1 = mkN "slavdrivare" "slavdrivare" ; - slavhus_nn_1 = mkN "slavhus" neutrum ; - slavinna_nn_1 = mkN "slavinna" ; - slavisk_av_1 = mkA "slavisk" ; - slavism_nn_1 = mkN "slavism" "slavismer" ; - slavist_nn_1 = mkN "slavist" "slavister" ; - slavofil_av_1 = mkA "slavofil" ; - slavsaendare_nn_1 = mkN "slavsдndare" "slavsдndare" ; - slavstation_nn_1 = mkN "slavstation" "slavstationer" ; - slavuppror_nn_1 = mkN "slavuppror" neutrum ; - slejf_nn_1 = mkN "slejf" ; - slejs_nn_1 = mkN "slejs" ; - slem_av_1 = mkA "slem" "slemt" "slemma" "slemma" "slemmare" "slemmast" "slemmaste" ; - slemhinna_nn_1 = mkN "slemhinna" ; - slemloesande_av_1 = mkA "slemlцsande" ; - slemmig_av_1 = mkA "slemmig" ; - slemsaeck_nn_1 = mkN "slemsдck" ; - slemsvamp_nn_1 = mkN "slemsvamp" ; - slev_nn_1 = mkN "slev" ; - slibbig_av_1 = mkA "slibbig" ; - slice_nn_1 = mkN "slice" utrum ; - slick_nn_1 = mkN "slick" ; - slickepinne_nn_1 = mkN "slickepinne" utrum ; - slickepott_nn_1 = mkN "slickepott" ; - slicksten_nn_1 = mkN "slicksten" "slickstenen" "slickstenar" "slickstenarna" ; - slid_nn_1 = mkN "slid" "slider" ; - sliddrig_av_1 = mkA "sliddrig" ; - slidhornsdjur_nn_1 = mkN "slidhornsdjur" neutrum ; - slidkniv_nn_1 = mkN "slidkniv" ; - slidmotor_nn_1 = mkN "slidmotor" "slidmotorer" ; - slinder_nn_1 = mkN "slinder" neutrum ; - sling_nn_1 = mkN "sling" neutrum ; - slingerbord_nn_1 = mkN "slingerbord" neutrum ; - slingerbult_nn_1 = mkN "slingerbult" ; - slingerkoel_nn_1 = mkN "slingerkцl" ; - slingerkoj_nn_1 = mkN "slingerkoj" "slingerkojer" ; - slingerskott_nn_1 = mkN "slingerskott" neutrum ; - slingervaext_nn_1 = mkN "slingervдxt" "slingervдxter" ; - slingrig_av_1 = mkA "slingrig" ; - slinkig_av_1 = mkA "slinkig" ; - slinkled_nn_1 = mkN "slinkled" "slinkleder" ; - slint_ab_1 = mkAdv "slint" ; - slip_nn_1 = mkN "slip" ; - sliper_nn_1 = mkN "sliper" ; - sliperi_nn_1 = mkN "sliperi" "sliperit" "sliperier" "sliperierna" ; - slipmaskin_nn_1 = mkN "slipmaskin" "slipmaskiner" ; - slipmedel_nn_1 = mkN "slipmedel" neutrum ; - slipover_nn_1 = mkN "slipover" ; - slipprig_av_1 = mkA "slipprig" ; - slipprighet_nn_1 = mkN "slipprighet" "slipprigheter" ; - slipprov_nn_1 = mkN "slipprov" neutrum ; - slips_nn_1 = mkN "slips" ; - slipsknut_nn_1 = mkN "slipsknut" ; - slipsnitt_nn_1 = mkN "slipsnitt" neutrum ; - slipsten_nn_1 = mkN "slipsten" "slipstenen" "slipstenar" "slipstenarna" ; - slirig_av_1 = mkA "slirig" ; - slirskydd_nn_1 = mkN "slirskydd" neutrum ; - sliskig_av_1 = mkA "sliskig" ; - slita_vb_1 = mkV "slita" "slet" "slitit" ; - sliten_av_1 = mkA "sliten" "slitet" ; - slitig_av_1 = mkA "slitig" ; - slitning_nn_1 = mkN "slitning" ; - slits_nn_1 = mkN "slits" ; - slitsam_av_1 = mkA "slitsam" "slitsamt" "slitsamma" "slitsamma" "slitsammare" "slitsammast" "slitsammaste" ; - slitskydd_nn_1 = mkN "slitskydd" neutrum ; - slitstark_av_1 = mkA "slitstark" ; - slitvarg_nn_1 = mkN "slitvarg" ; - sloe_av_1 = mkA "slц" "slцtt" ; - sloefock_nn_1 = mkN "slцfock" ; - sloejd_nn_1 = mkN "slцjd" "slцjder" ; - sloejig_av_1 = mkA "slцjig" ; - sloejliknande_av_1 = mkA "slцjliknande" ; - sloejmoln_nn_1 = mkN "slцjmoln" neutrum ; - sloejskivling_nn_1 = mkN "slцjskivling" ; - sloejstjaert_nn_1 = mkN "slцjstjдrt" ; - sloer_nn_2 = mkN "slцr" neutrum ; - sloesaktig_av_1 = mkA "slцsaktig" ; - sloesande_av_1 = mkA "slцsande" ; - sloesare_nn_1 = mkN "slцsare" "slцsare" ; - sloesig_av_1 = mkA "slцsig" ; - sloesint_av_1 = mkA "slцsint" "slцsint" ; - slog_nn_1 = mkN "slog" ; - slogan_nn_1 = mkN "slogan" "slogan" "slogans" "slogansen" ; - slok_nn_1 = mkN "slok" ; - slokhatt_nn_1 = mkN "slokhatt" ; - slokig_av_1 = mkA "slokig" ; - slom_nn_1 = mkN "slom" "slommen" "slommar" "slommarna" ; - slopande_nn_1 = mkN "slopande" ; - slott_nn_1 = mkN "slott" neutrum ; - slottsfru_nn_1 = mkN "slottsfru" ; - slottsherre_nn_1 = mkN "slottsherre" utrum ; - slottsknekt_nn_1 = mkN "slottsknekt" ; - slottssal_nn_1 = mkN "slottssal" ; - slottsstek_nn_1 = mkN "slottsstek" ; - slottsvin_nn_1 = mkN "slottsvin" "slottsvinet" "slottsviner" "slottsvinerna" ; - slovak_nn_1 = mkN "slovak" "slovaker" ; - slovakisk_av_1 = mkA "slovakisk" ; - slovakiska_nn_2 = mkN "slovakiska" ; - sloven_nn_1 = mkN "sloven" "slovener" ; - slovensk_av_1 = mkA "slovensk" ; - slovenska_nn_2 = mkN "slovenska" ; - slow_fox_nn_1 = mkN "slow-fox" ; - slubb_nn_1 = mkN "slubb" ; - sluddrig_av_1 = mkA "sluddrig" ; - slug_av_1 = mkA "slug" ; - slugger_nn_1 = mkN "slugger" ; - slughuvud_nn_1 = mkN "slughuvud" "slughuvudet" "slughuvuden" "slughuvudena" ; - sluka_vb_1 = mkV "sluka" ; - slump_nn_1 = mkN "slump" ; - slumpmaessig_av_1 = mkA "slumpmдssig" ; - slumptal_nn_1 = mkN "slumptal" "slumptalet" "slumptalen" "slumptalena" ; - slumpvis_ab_1 = mkAdv "slumpvis" ; - slumrande_av_1 = mkA "slumrande" ; - slumsyster_nn_1 = mkN "slumsyster" ; - slungboll_nn_1 = mkN "slungboll" ; - slup_nn_1 = mkN "slup" ; - slurk_nn_1 = mkN "slurk" ; - slusk_nn_1 = mkN "slusk" ; - sluskig_av_1 = mkA "sluskig" ; - sluss_nn_1 = mkN "sluss" ; - slusshuvud_nn_1 = mkN "slusshuvud" "slusshuvudet" "slusshuvuden" "slusshuvudena" ; - slussport_nn_1 = mkN "slussport" ; - slut_av_1 = mkA "slut" ; - slut_nn_1 = mkN "slut" neutrum ; - sluta_vb_3 = mkV "sluta" "slцt" "slutit" ; - slutare_nn_1 = mkN "slutare" "slutare" ; - slutartikel_nn_1 = mkN "slutartikel" ; - sluten_av_1 = mkA "sluten" "slutet" ; - slutfall_nn_1 = mkN "slutfall" neutrum ; - slutfas_nn_1 = mkN "slutfas" "slutfaser" ; - slutgiltig_av_1 = mkA "slutgiltig" ; - slutklaem_nn_1 = mkN "slutklдm" "slutklдmmen" "slutklдmmar" "slutklдmmarna" ; - slutkoerd_av_1 = mkA "slutkцrd" "slutkцrt" ; - slutledning_nn_1 = mkN "slutledning" ; - slutlig_av_1 = mkA "slutlig" ; - slutligen_ab_1 = mkAdv "slutligen" ; - slutljud_nn_1 = mkN "slutljud" neutrum ; - slutloen_nn_1 = mkN "slutlцn" "slutlцner" ; - slutplaedering_nn_1 = mkN "slutplдdering" ; - slutprodukt_nn_1 = mkN "slutprodukt" "slutprodukter" ; - slutpunkt_nn_1 = mkN "slutpunkt" "slutpunkter" ; - slutresultat_nn_1 = mkN "slutresultat" neutrum ; - slutrim_nn_1 = mkN "slutrim" "slutrimmet" "slutrim" "slutrimmen" ; - slutsats_nn_1 = mkN "slutsats" "slutsatser" ; - slutskede_nn_1 = mkN "slutskede" ; - slutskrift_nn_1 = mkN "slutskrift" "slutskrifter" ; - slutspel_nn_1 = mkN "slutspel" "slutspelet" "slutspel" "slutspelen" ; - slutspurt_nn_1 = mkN "slutspurt" "slutspurter" ; - slutsteg_nn_1 = mkN "slutsteg" neutrum ; - slutsten_nn_1 = mkN "slutsten" "slutstenen" "slutstenar" "slutstenarna" ; - sluttning_nn_1 = mkN "sluttning" ; - slutvinjett_nn_1 = mkN "slutvinjett" "slutvinjetter" ; - slutvokal_nn_1 = mkN "slutvokal" "slutvokaler" ; - sly_nn_1 = mkN "sly" "slyet" "slyn" "slyna" ; - slyngel_nn_1 = mkN "slyngel" ; - slynig_av_1 = mkA "slynig" ; - smaaaktig_av_1 = mkA "smеaktig" ; - smaaax_nn_1 = mkN "smеax" neutrum ; - smaabaatshamn_nn_1 = mkN "smеbеtshamn" ; - smaabarn_nn_1 = mkN "smеbarn" neutrum ; - smaabarnsbok_nn_1 = mkN "smеbarnsbok" "smеbarnsbцcker" ; - smaabil_nn_1 = mkN "smеbil" ; - smaabildskamera_nn_1 = mkN "smеbildskamera" ; - smaablaasig_av_1 = mkA "smеblеsig" ; - smaabladig_av_1 = mkA "smеbladig" ; - smaablommig_av_1 = mkA "smеblommig" ; - smaabonde_nn_1 = mkN "smеbonde" "smеbцnder" ; - smaaborgare_nn_1 = mkN "smеborgare" "smеborgare" ; - smaaborgerlig_av_1 = mkA "smеborgerlig" ; - smaaborgerlighet_nn_1 = mkN "smеborgerlighet" "smеborgerligheter" ; - smaabruk_nn_1 = mkN "smеbruk" neutrum ; - smaabrukare_nn_1 = mkN "smеbrukare" "smеbrukare" ; - smaadel_nn_1 = mkN "smеdel" "smеdelen" "smеdelar" "smеdelarna" ; - smaadetalj_nn_1 = mkN "smеdetalj" "smеdetaljer" ; - smaaelak_av_1 = mkA "smеelak" ; - smaafaagel_nn_1 = mkN "smеfеgel" ; - smaafoeretag_nn_1 = mkN "smеfцretag" neutrum ; - smaafoeretagare_nn_1 = mkN "smеfцretagare" "smеfцretagare" ; - smaafranska_nn_1 = mkN "smеfranska" ; - smaagli_nn_1 = mkN "smеgli" "smеglit" "smеglin" "smеglien" ; - smaagnagare_nn_1 = mkN "smеgnagare" "smеgnagare" ; - smaagrael_nn_1 = mkN "smеgrдl" neutrum ; - smaagris_nn_1 = mkN "smеgris" ; - smaahandlare_nn_1 = mkN "smеhandlare" "smеhandlare" ; - smaahus_nn_1 = mkN "smеhus" neutrum ; - smaahusaegare_nn_1 = mkN "smеhusдgare" "smеhusдgare" ; - smaahuslaan_nn_1 = mkN "smеhuslеn" neutrum ; - smaajordbruk_nn_1 = mkN "smеjordbruk" neutrum ; - smaajordbrukare_nn_1 = mkN "smеjordbrukare" "smеjordbrukare" ; - smaakryp_nn_1 = mkN "smеkryp" neutrum ; - smaalaendsk_av_1 = mkA "smеlдndsk" ; - smaalaendska_nn_2 = mkN "smеlдndska" ; - smaalaenning_nn_1 = mkN "smеlдnning" ; - smaaleende_av_1 = mkA "smеleende" ; - smaaleende_nn_1 = mkN "smеleende" ; - smaamynt_nn_1 = mkN "smеmynt" neutrum ; - smaaningom_ab_1 = mkAdv "smеningom" ; - smaaord_nn_1 = mkN "smеord" neutrum ; - smaaorganism_nn_1 = mkN "smеorganism" "smеorganismer" ; - smaapaave_nn_1 = mkN "smеpеve" utrum ; - smaapaket_nn_1 = mkN "smеpaket" neutrum ; - smaapeng_nn_1 = mkN "smеpeng" ; - smaapipig_av_1 = mkA "smеpipig" ; - smaaplanet_nn_1 = mkN "smеplanet" "smеplaneter" ; - smaarolig_av_1 = mkA "smеrolig" ; - smaarutig_av_1 = mkA "smеrutig" ; - smaasak_nn_1 = mkN "smеsak" "smеsaker" ; - smaasint_av_1 = mkA "smеsint" "smеsint" ; - smaaskalig_av_1 = mkA "smеskalig" ; - smaaskog_nn_1 = mkN "smеskog" ; - smaaskrak_nn_1 = mkN "smеskrak" ; - smaaskuren_av_1 = mkA "smеskuren" "smеskuret" ; - smaasparare_nn_1 = mkN "smеsparare" "smеsparare" ; - smaastad_nn_1 = mkN "smеstad" "smеstдder" ; - smaasten_nn_1 = mkN "smеsten" "smеstenen" "smеstenar" "smеstenarna" ; - smaasven_nn_1 = mkN "smеsven" "smеsvennen" "smеsvennar" "smеsvennarna" ; - smaasyskon_nn_1 = mkN "smеsyskon" neutrum ; - smaatt_av_1 = mkA "smеtt" ; - smaatteri_nn_1 = mkN "smеtteri" "smеtterit" "smеtterier" "smеtterierna" ; - smaattig_av_1 = mkA "smеttig" ; - smaattighet_nn_1 = mkN "smеttighet" "smеttigheter" ; - smaatting_nn_1 = mkN "smеtting" ; - smaatvaett_nn_1 = mkN "smеtvдtt" ; - smaavaext_av_1 = mkA "smеvдxt" "smеvдxt" ; - smaavarmt_av_1 = mkA "smеvarmt" ; - smaaviktig_av_1 = mkA "smеviktig" ; - smaavuxen_av_1 = mkA "smеvuxen" "smеvuxet" ; - smack_nn_1 = mkN "smack" ; - smackning_nn_1 = mkN "smackning" ; - smaeck_nn_1 = mkN "smдck" ; - smaecker_av_1 = mkA "smдcker" "smдckert" "smдckra" "smдckra" "smдckrare" "smдckrast" "smдckraste" ; - smaeckfet_av_1 = mkA "smдckfet" ; - smaecklaas_nn_1 = mkN "smдcklеs" neutrum ; - smaedare_nn_1 = mkN "smдdare" "smдdare" ; - smaedebild_nn_1 = mkN "smдdebild" "smдdebilder" ; - smaedelse_nn_1 = mkN "smдdelse" "smдdelser" ; - smaedenamn_nn_1 = mkN "smдdenamn" neutrum ; - smaedeskrift_nn_1 = mkN "smдdeskrift" "smдdeskrifter" ; - smaedlig_av_1 = mkA "smдdlig" ; - smaektande_av_1 = mkA "smдktande" ; - smaektande_nn_1 = mkN "smдktande" ; - smaelek_nn_1 = mkN "smдlek" ; - smaell_nn_1 = mkN "smдll" ; - smaellare_nn_1 = mkN "smдllare" "smдllare" ; - smaellglim_nn_1 = mkN "smдllglim" "smдllglimmen" "smдllglim" "smдllglimmen" ; - smaellkaramell_nn_1 = mkN "smдllkaramell" "smдllkarameller" ; - smaelta_vb_1 = mkV "smдlta" "smalt" "smultit" ; - smaeltdegel_nn_1 = mkN "smдltdegel" ; - smaeltentalpitet_nn_1 = mkN "smдltentalpitet" "smдltentalpiteter" ; - smaelteri_nn_1 = mkN "smдlteri" "smдlterit" "smдlterier" "smдlterierna" ; - smaeltost_nn_1 = mkN "smдltost" ; - smaeltpropp_nn_1 = mkN "smдltpropp" ; - smaeltpunkt_nn_1 = mkN "smдltpunkt" "smдltpunkter" ; - smaeltsaekring_nn_1 = mkN "smдltsдkring" ; - smaeltskydd_nn_1 = mkN "smдltskydd" neutrum ; - smaeltugn_nn_1 = mkN "smдltugn" ; - smaeltvatten_nn_1 = mkN "smдltvatten" "smдltvattnet" "smдltvatten" "smдltvattnen" ; - smaeltverk_nn_1 = mkN "smдltverk" neutrum ; - smaergelduk_nn_1 = mkN "smдrgelduk" ; - smaert_av_1 = mkA "smдrt" "smдrt" ; - smaertfoernimmelse_nn_1 = mkN "smдrtfцrnimmelse" "smдrtfцrnimmelser" ; - smaertfri_av_1 = mkA "smдrtfri" "smдrtfritt" ; - smaertlindring_nn_1 = mkN "smдrtlindring" ; - smaertpunkt_nn_1 = mkN "smдrtpunkt" "smдrtpunkter" ; - smaertsam_av_1 = mkA "smдrtsam" "smдrtsamt" "smдrtsamma" "smдrtsamma" "smдrtsammare" "smдrtsammast" "smдrtsammaste" ; - smaertstillande_av_1 = mkA "smдrtstillande" ; - smaertupplevelse_nn_1 = mkN "smдrtupplevelse" "smдrtupplevelser" ; - smak_nn_1 = mkN "smak" "smaker" ; - smakaemne_nn_1 = mkN "smakдmne" ; - smakbit_nn_1 = mkN "smakbit" ; - smakdomare_nn_1 = mkN "smakdomare" "smakdomare" ; - smakfraaga_nn_1 = mkN "smakfrеga" ; - smakfull_av_1 = mkA "smakfull" ; - smaklig_av_1 = mkA "smaklig" ; - smakloek_nn_1 = mkN "smaklцk" ; - smakloes_av_1 = mkA "smaklцs" ; - smakloeshet_nn_1 = mkN "smaklцshet" "smaklцsheter" ; - smakproblem_nn_1 = mkN "smakproblem" neutrum ; - smakprov_nn_1 = mkN "smakprov" neutrum ; - smakraad_nn_1 = mkN "smakrеd" neutrum ; - smaksak_nn_1 = mkN "smaksak" "smaksaker" ; - smal_av_1 = mkA "smal" ; - smalaenda_nn_1 = mkN "smalдnda" "smalдndan" "smalдndar" "smalдndarna" ; - smalben_nn_1 = mkN "smalben" neutrum ; - smaldjur_nn_1 = mkN "smaldjur" neutrum ; - smalfilm_nn_1 = mkN "smalfilm" "smalfilmer" ; - smalspaarig_av_1 = mkA "smalspеrig" ; - smalvaegg_nn_1 = mkN "smalvдgg" ; - smaragd_nn_1 = mkN "smaragd" "smaragder" ; - smart_av_1 = mkA "smart" "smart" ; - smash_nn_1 = mkN "smash" ; - smaskens_av_1 = mkA "smaskens" ; - smaskig_av_1 = mkA "smaskig" ; - smatt_nn_1 = mkN "smatt" ; - smed_nn_1 = mkN "smed" "smeder" ; - smedja_nn_1 = mkN "smedja" ; - smekmaanad_nn_1 = mkN "smekmеnad" "smekmеnader" ; - smeknamn_nn_1 = mkN "smeknamn" neutrum ; - smekning_nn_1 = mkN "smekning" ; - smekord_nn_1 = mkN "smekord" neutrum ; - smeksam_av_1 = mkA "smeksam" "smeksamt" "smeksamma" "smeksamma" "smeksammare" "smeksammast" "smeksammaste" ; - smet_nn_1 = mkN "smet" "smeter" ; - smetig_av_1 = mkA "smetig" ; - smickrande_av_1 = mkA "smickrande" ; - smickrare_nn_1 = mkN "smickrare" "smickrare" ; - smidare_nn_1 = mkN "smidare" "smidare" ; - smidbar_av_1 = mkA "smidbar" ; - smide_nn_1 = mkN "smide" ; - smideri_nn_1 = mkN "smideri" "smiderit" "smiderier" "smiderierna" ; - smidespust_nn_1 = mkN "smidespust" ; - smidig_av_1 = mkA "smidig" ; - smidjebaelte_nn_1 = mkN "smidjebдlte" ; - smil_nn_1 = mkN "smil" neutrum ; - smilare_nn_1 = mkN "smilare" "smilare" ; - smilfink_nn_1 = mkN "smilfink" ; - smilgrop_nn_1 = mkN "smilgrop" ; - smilig_av_1 = mkA "smilig" ; - smilsk_av_1 = mkA "smilsk" ; - smink_nn_1 = mkN "smink" "sminket" "sminker" "sminkerna" ; - sminkare_nn_1 = mkN "sminkare" "sminkare" ; - sminkerska_nn_1 = mkN "sminkerska" ; - sminkning_nn_1 = mkN "sminkning" ; - sminkoer_nn_1 = mkN "sminkцr" "sminkцrer" ; - sminkoes_nn_1 = mkN "sminkцs" "sminkцser" ; - smittaemne_nn_1 = mkN "smittдmne" ; - smittbaerare_nn_1 = mkN "smittbдrare" "smittbдrare" ; - smitthaerd_nn_1 = mkN "smitthдrd" ; - smittohaerd_nn_1 = mkN "smittohдrd" ; - smittsam_av_1 = mkA "smittsam" "smittsamt" "smittsamma" "smittsamma" "smittsammare" "smittsammast" "smittsammaste" ; - smockfull_av_1 = mkA "smockfull" ; - smoer_nn_1 = mkN "smцr" "smцret" "smцrer" "smцrerna" ; - smoerbakelse_nn_1 = mkN "smцrbakelse" "smцrbakelser" ; - smoerberg_nn_1 = mkN "smцrberg" neutrum ; - smoerboll_nn_1 = mkN "smцrboll" ; - smoerbult_nn_1 = mkN "smцrbult" ; - smoerdegspastej_nn_1 = mkN "smцrdegspastej" "smцrdegspastejer" ; - smoergaas_nn_1 = mkN "smцrgеs" ; - smoergaasbord_nn_1 = mkN "smцrgеsbord" neutrum ; - smoergaasgaffel_nn_1 = mkN "smцrgеsgaffel" ; - smoergaaskniv_nn_1 = mkN "smцrgеskniv" ; - smoergaasnisse_nn_1 = mkN "smцrgеsnisse" utrum ; - smoergaaspaalaegg_nn_1 = mkN "smцrgеspеlдgg" neutrum ; - smoerig_av_1 = mkA "smцrig" ; - smoerjanordning_nn_1 = mkN "smцrjanordning" ; - smoerjelse_nn_1 = mkN "smцrjelse" "smцrjelser" ; - smoerjgrop_nn_1 = mkN "smцrjgrop" ; - smoerjhaal_nn_1 = mkN "smцrjhеl" neutrum ; - smoerjhall_nn_1 = mkN "smцrjhall" ; - smoerjig_av_1 = mkA "smцrjig" ; - smoerjmedel_nn_1 = mkN "smцrjmedel" neutrum ; - smoerjning_nn_1 = mkN "smцrjning" ; - smoerkniv_nn_1 = mkN "smцrkniv" ; - smoersopp_nn_1 = mkN "smцrsopp" ; - smoerspade_nn_1 = mkN "smцrspade" utrum ; - smoersvamp_nn_1 = mkN "smцrsvamp" ; - smoertenor_nn_1 = mkN "smцrtenor" "smцrtenoren" "smцrtenorer" "smцrtenorerna" ; - smoking_nn_1 = mkN "smoking" ; - smokingklaenning_nn_1 = mkN "smokingklдnning" ; - smugglare_nn_1 = mkN "smugglare" "smugglare" ; - smuggleri_nn_1 = mkN "smuggleri" "smugglerit" "smugglerier" "smugglerierna" ; - smul_av_1 = mkA "smul" ; - smulgraat_nn_1 = mkN "smulgrеt" ; - smulig_av_1 = mkA "smulig" ; - smultron_nn_1 = mkN "smultron" neutrum ; - smultronstaelle_nn_1 = mkN "smultronstдlle" ; - smutsavvisande_av_1 = mkA "smutsavvisande" ; - smutsblad_nn_1 = mkN "smutsblad" neutrum ; - smutsgraa_av_1 = mkA "smutsgrе" "smutsgrеtt" ; - smutsgris_nn_1 = mkN "smutsgris" ; - smutsig_av_1 = mkA "smutsig" ; - smutspaase_nn_1 = mkN "smutspеse" utrum ; - smutstitel_nn_1 = mkN "smutstitel" ; - smutsvatten_nn_1 = mkN "smutsvatten" "smutsvattnet" "smutsvatten" "smutsvattnen" ; - smutt_nn_1 = mkN "smutt" ; - smycketyp_nn_1 = mkN "smycketyp" "smycketyper" ; - smyg_nn_1 = mkN "smyg" ; - smyga_vb_1 = mkV "smyga" "smцg" "smugit" ; - smygaeta_vb_1 = mkV "smygдta" "smygеt" "smygдtit" ; - smyghaal_nn_1 = mkN "smyghеl" neutrum ; - smygsoem_nn_1 = mkN "smygsцm" "smygsцmmen" "smygsцmmar" "smygsцmmarna" ; - smygvaeg_nn_1 = mkN "smygvдg" ; - smygvinkel_nn_1 = mkN "smygvinkel" ; - snaal_av_1 = mkA "snеl" ; - snaaljaap_nn_1 = mkN "snеljеp" ; - snaalmaans_nn_1 = mkN "snеlmеns" ; - snaalvarg_nn_1 = mkN "snеlvarg" ; - snaar_nn_1 = mkN "snеr" neutrum ; - snaarig_av_1 = mkA "snеrig" ; - snaarskog_nn_1 = mkN "snеrskog" ; - snabb_av_1 = mkA "snabb" ; - snabbfoerband_nn_1 = mkN "snabbfцrband" neutrum ; - snabbfoto_nn_1 = mkN "snabbfoto" "snabbfotot" "snabbfoton" "snabbfotona" ; - snabbhet_nn_1 = mkN "snabbhet" "snabbheter" ; - snabbkassa_nn_1 = mkN "snabbkassa" ; - snabbkoep_nn_1 = mkN "snabbkцp" neutrum ; - snabbkoepsbutik_nn_1 = mkN "snabbkцpsbutik" "snabbkцpsbutiker" ; - snabbkoppling_nn_1 = mkN "snabbkoppling" ; - snabbkurs_nn_1 = mkN "snabbkurs" "snabbkurser" ; - snabbloeslig_av_1 = mkA "snabblцslig" ; - snabblunch_nn_1 = mkN "snabblunch" "snabbluncher" ; - snabbportraett_nn_1 = mkN "snabbportrдtt" neutrum ; - snabbprotokoll_nn_1 = mkN "snabbprotokoll" neutrum ; - snabbregulator_nn_1 = mkN "snabbregulator" "snabbregulatorer" ; - snabbremiss_nn_1 = mkN "snabbremiss" "snabbremisser" ; - snabbrepris_nn_1 = mkN "snabbrepris" "snabbrepriser" ; - snabbskiss_nn_1 = mkN "snabbskiss" "snabbskisser" ; - snabbstopp_nn_1 = mkN "snabbstopp" neutrum ; - snabbtaag_nn_1 = mkN "snabbtеg" neutrum ; - snabbtaenkt_av_1 = mkA "snabbtдnkt" "snabbtдnkt" ; - snabbtelefon_nn_1 = mkN "snabbtelefon" "snabbtelefoner" ; - snabbuss_nn_1 = mkN "snabbuss" ; - snabbvaeljare_nn_1 = mkN "snabbvдljare" "snabbvдljare" ; - snabbvaexande_av_1 = mkA "snabbvдxande" ; - snabel_nn_1 = mkN "snabel" ; - snabelliknande_av_1 = mkA "snabelliknande" ; - snabelsko_nn_1 = mkN "snabelsko" "snabelskor" ; - snackbar_nn_1 = mkN "snackbar" "snackbarer" ; - snackesalig_av_1 = mkA "snackesalig" ; - snacksalig_av_1 = mkA "snacksalig" ; - snaeckart_nn_1 = mkN "snдckart" "snдckarter" ; - snaeckdjur_nn_1 = mkN "snдckdjur" neutrum ; - snaeckhjul_nn_1 = mkN "snдckhjul" neutrum ; - snaeckhus_nn_1 = mkN "snдckhus" neutrum ; - snaeckskal_nn_1 = mkN "snдckskal" neutrum ; - snaeckskruv_nn_1 = mkN "snдckskruv" ; - snaeckvaexel_nn_1 = mkN "snдckvдxel" ; - snaell_av_1 = mkA "snдll" ; - snaellgaaende_av_1 = mkA "snдllgеende" ; - snaelltaag_nn_1 = mkN "snдlltеg" neutrum ; - snaepp_nn_1 = mkN "snдpp" neutrum ; - snaeppfaagel_nn_1 = mkN "snдppfеgel" ; - snaepplock_nn_1 = mkN "snдpplock" neutrum ; - snaerj_nn_2 = mkN "snдrj" neutrum ; - snaerjig_av_1 = mkA "snдrjig" ; - snaerjvaevnad_nn_1 = mkN "snдrjvдvnad" "snдrjvдvnader" ; - snaerp_nn_2 = mkN "snдrp" neutrum ; - snaert_nn_1 = mkN "snдrt" ; - snaertig_av_1 = mkA "snдrtig" ; - snaesig_av_1 = mkA "snдsig" ; - snaev_av_1 = mkA "snдv" ; - snapphane_nn_1 = mkN "snapphane" utrum ; - snaps_nn_1 = mkN "snaps" ; - snapshot_nn_1 = mkN "snapshot" neutrum ; - snar_av_1 = mkA "snar" ; - snarare_ab_1 = mkAdv "snarare" ; - snarast_ab_1 = mkAdv "snarast" ; - snarfaerdig_av_1 = mkA "snarfдrdig" ; - snarfager_av_1 = mkA "snarfager" "snarfagert" "snarfagra" "snarfagra" "snarfagrare" "snarfagrast" "snarfagraste" ; - snarfyndig_av_1 = mkA "snarfyndig" ; - snarkning_nn_1 = mkN "snarkning" ; - snarlig_av_1 = mkA "snarlig" ; - snarliga_ab_1 = mkAdv "snarliga" ; - snarligen_ab_1 = mkAdv "snarligen" ; - snarlik_av_1 = mkA "snarlik" ; - snarstucken_av_1 = mkA "snarstucken" "snarstucket" ; - snart_ab_1 = mkAdv "snart" ; - snartaenkt_av_1 = mkA "snartдnkt" "snartдnkt" ; - snarvacker_av_1 = mkA "snarvacker" "snarvackert" "snarvackra" "snarvackra" "snarvackrare" "snarvackrast" "snarvackraste" ; - snasker_nn_1 = mkN "snasker" ; - snaskeri_nn_1 = mkN "snaskeri" "snaskerit" "snaskerier" "snaskerierna" ; - snaskig_av_1 = mkA "snaskig" ; - snaskighet_nn_1 = mkN "snaskighet" "snaskigheter" ; - snatterand_nn_1 = mkN "snatterand" "snatterдnder" ; - snatteri_nn_1 = mkN "snatteri" "snatterit" "snatterier" "snatterierna" ; - snattran_ab_1 = mkAdv "snattran" ; - sned_av_1 = mkA "sned" ; - snedfoerdelning_nn_1 = mkN "snedfцrdelning" ; - snedgaangen_av_1 = mkA "snedgеngen" "snedgеnget" ; - snedhiss_nn_1 = mkN "snedhiss" ; - snedhoernig_av_1 = mkA "snedhцrnig" ; - snedig_av_1 = mkA "snedig" ; - snedoegd_av_1 = mkA "snedцgd" "snedцgt" ; - snedparkering_nn_1 = mkN "snedparkering" ; - snedrekrytering_nn_1 = mkN "snedrekrytering" ; - snedsegel_nn_1 = mkN "snedsegel" neutrum ; - snedseglare_nn_1 = mkN "snedseglare" "snedseglare" ; - snedskuren_av_1 = mkA "snedskuren" "snedskuret" ; - snedslaa_nn_1 = mkN "snedslе" ; - snedspraang_nn_1 = mkN "snedsprеng" neutrum ; - snedsteg_nn_1 = mkN "snedsteg" neutrum ; - snedtaendning_nn_1 = mkN "snedtдndning" ; - snedtak_nn_1 = mkN "snedtak" neutrum ; - snedvinklig_av_1 = mkA "snedvinklig" ; - snedvrida_vb_1 = mkV "snedvrida" "snedvred" "snedvridit" ; - snedvridning_nn_1 = mkN "snedvridning" ; - snes_nn_1 = mkN "snes" ; - snibb_nn_1 = mkN "snibb" ; - snibbig_av_1 = mkA "snibbig" ; - snibbskaal_nn_1 = mkN "snibbskеl" ; - snickarbaenk_nn_1 = mkN "snickarbдnk" ; - snickare_nn_1 = mkN "snickare" "snickare" ; - snickeri_nn_1 = mkN "snickeri" "snickerit" "snickerier" "snickerierna" ; - snidare_nn_1 = mkN "snidare" "snidare" ; - snideri_nn_1 = mkN "snideri" "sniderit" "sniderier" "sniderierna" ; - sniff_nn_1 = mkN "sniff" ; - snigel_nn_1 = mkN "snigel" ; - snigelhus_nn_1 = mkN "snigelhus" neutrum ; - sniken_av_1 = mkA "sniken" "sniket" ; - snilj_nn_1 = mkN "snilj" "sniljer" ; - snilleblixt_nn_1 = mkN "snilleblixt" ; - snilledrag_nn_1 = mkN "snilledrag" neutrum ; - snillefoster_nn_1 = mkN "snillefoster" neutrum ; - snilleprov_nn_1 = mkN "snilleprov" neutrum ; - snilleverk_nn_1 = mkN "snilleverk" neutrum ; - snillrik_av_1 = mkA "snillrik" ; - snip_nn_1 = mkN "snip" ; - snipig_av_1 = mkA "snipig" ; - snirkel_nn_1 = mkN "snirkel" ; - snirklig_av_1 = mkA "snirklig" ; - snitsare_nn_1 = mkN "snitsare" "snitsare" ; - snitsel_nn_1 = mkN "snitsel" ; - snitsig_av_1 = mkA "snitsig" ; - snitt_nn_1 = mkN "snitt" neutrum ; - snitt_nn_2 = mkN "snitt" ; - snittmaengd_nn_1 = mkN "snittmдngd" "snittmдngder" ; - snobb_nn_1 = mkN "snobb" ; - snobberi_nn_1 = mkN "snobberi" "snobberit" "snobberier" "snobberierna" ; - snobbig_av_1 = mkA "snobbig" ; - snobbistisk_av_1 = mkA "snobbistisk" ; - snodd_nn_1 = mkN "snodd" ; - snoealg_nn_1 = mkN "snцalg" "snцalger" ; - snoebaer_nn_1 = mkN "snцbдr" neutrum ; - snoeblind_av_1 = mkA "snцblind" ; - snoeblindhet_nn_1 = mkN "snцblindhet" "snцblindheter" ; - snoeboll_nn_1 = mkN "snцboll" ; - snoebollsbuske_nn_1 = mkN "snцbollsbuske" utrum ; - snoedjup_nn_1 = mkN "snцdjup" neutrum ; - snoedraekt_nn_1 = mkN "snцdrдkt" "snцdrдkter" ; - snoedroppe_nn_1 = mkN "snцdroppe" utrum ; - snoefall_nn_1 = mkN "snцfall" neutrum ; - snoefattig_av_1 = mkA "snцfattig" ; - snoefjaell_nn_1 = mkN "snцfjдll" neutrum ; - snoegubbe_nn_1 = mkN "snцgubbe" utrum ; - snoehagel_nn_1 = mkN "snцhagel" neutrum ; - snoeig_av_1 = mkA "snцig" ; - snoekanon_nn_1 = mkN "snцkanon" "snцkanoner" ; - snoekedja_nn_1 = mkN "snцkedja" ; - snoeklaedd_av_1 = mkA "snцklдdd" "snцklдdtt" ; - snoekristall_nn_1 = mkN "snцkristall" "snцkristaller" ; - snoelandskap_nn_1 = mkN "snцlandskap" "snцlandskapet" "snцlandskapen" "snцlandskapena" ; - snoepare_nn_1 = mkN "snцpare" "snцpare" ; - snoepegel_nn_1 = mkN "snцpegel" ; - snoeping_nn_1 = mkN "snцping" ; - snoeplig_av_1 = mkA "snцplig" ; - snoeplog_nn_1 = mkN "snцplog" ; - snoeplogning_nn_1 = mkN "snцplogning" ; - snoerapport_nn_1 = mkN "snцrapport" "snцrapporter" ; - snoerik_av_1 = mkA "snцrik" ; - snoerliv_nn_1 = mkN "snцrliv" neutrum ; - snoermakare_nn_1 = mkN "snцrmakare" "snцrmakare" ; - snoermakeri_nn_1 = mkN "snцrmakeri" "snцrmakerit" "snцrmakerier" "snцrmakerierna" ; - snoerpig_av_1 = mkA "snцrpig" ; - snoerpvad_nn_1 = mkN "snцrpvad" ; - snoerraet_av_1 = mkA "snцrrдt" ; - snoersko_nn_1 = mkN "snцrsko" "snцrskor" ; - snoervlig_av_1 = mkA "snцrvlig" ; - snoervling_nn_1 = mkN "snцrvling" ; - snoesko_nn_1 = mkN "snцsko" "snцskor" ; - snoeskoter_nn_1 = mkN "snцskoter" ; - snoeskottare_nn_1 = mkN "snцskottare" "snцskottare" ; - snoeskred_nn_1 = mkN "snцskred" neutrum ; - snoesparv_nn_1 = mkN "snцsparv" ; - snoestaket_nn_1 = mkN "snцstaket" neutrum ; - snoestorm_nn_1 = mkN "snцstorm" ; - snoetaeckt_av_1 = mkA "snцtдckt" "snцtдckt" ; - snoevinter_nn_1 = mkN "snцvinter" ; - snoevit_av_1 = mkA "snцvit" ; - snofsig_av_1 = mkA "snofsig" ; - snok_nn_1 = mkN "snok" ; - snopen_av_1 = mkA "snopen" "snopet" ; - snopp_nn_1 = mkN "snopp" ; - snoppare_nn_1 = mkN "snoppare" "snoppare" ; - snorgaers_nn_1 = mkN "snorgдrs" ; - snorig_av_1 = mkA "snorig" ; - snork_nn_1 = mkN "snork" ; - snorkel_nn_1 = mkN "snorkel" ; - snorkig_av_1 = mkA "snorkig" ; - snorunge_nn_1 = mkN "snorunge" utrum ; - snorvalp_nn_1 = mkN "snorvalp" ; - snubbe_nn_1 = mkN "snubbe" utrum ; - snubbeltraad_nn_1 = mkN "snubbeltrеd" ; - snubblig_av_1 = mkA "snubblig" ; - snudd_nn_1 = mkN "snudd" ; - snudig_av_1 = mkA "snudig" ; - snultra_nn_1 = mkN "snultra" ; - snurrevad_nn_1 = mkN "snurrevad" ; - snurrfaatoelj_nn_1 = mkN "snurrfеtцlj" "snurrfеtцljer" ; - snurrig_av_1 = mkA "snurrig" ; - snus_nn_1 = mkN "snus" "snuset" "snuser" "snuserna" ; - snusbrun_av_1 = mkA "snusbrun" ; - snusfoernuftig_av_1 = mkA "snusfцrnuftig" ; - snusgubbe_nn_1 = mkN "snusgubbe" utrum ; - snusig_av_1 = mkA "snusig" ; - snusker_nn_1 = mkN "snusker" "snuskeren" "snuskerar" "snuskerarna" ; - snuskhummer_nn_1 = mkN "snuskhummer" "snuskhummern" "snuskhummrar" "snuskhummrarna" ; - snuskig_av_1 = mkA "snuskig" ; - snuskighet_nn_1 = mkN "snuskighet" "snuskigheter" ; - snuskpelle_nn_1 = mkN "snuskpelle" utrum ; - snusmumrik_nn_1 = mkN "snusmumrik" ; - snusnaesduk_nn_1 = mkN "snusnдsduk" ; - snustorr_av_1 = mkA "snustorr" ; - snut_nn_1 = mkN "snut" ; - snutfager_av_1 = mkA "snutfager" "snutfagert" "snutfagra" "snutfagra" "snutfagrare" "snutfagrast" "snutfagraste" ; - snuthaeck_nn_1 = mkN "snuthдck" ; - snutt_nn_1 = mkN "snutt" ; - snuvig_av_1 = mkA "snuvig" ; - snyft_nn_1 = mkN "snyft" neutrum ; - snyftande_av_1 = mkA "snyftande" ; - snyftning_nn_1 = mkN "snyftning" ; - snyftreportage_nn_1 = mkN "snyftreportage" "snyftreportaget" "snyftreportage" "snyftreportagen" ; - snyftventil_nn_1 = mkN "snyftventil" "snyftventiler" ; - snygg_av_1 = mkA "snygg" ; - snygging_nn_1 = mkN "snygging" ; - snyltare_nn_1 = mkN "snyltare" "snyltare" ; - snyltbi_nn_1 = mkN "snyltbi" "snyltbit" "snyltbin" "snyltbien" ; - snyltgaest_nn_1 = mkN "snyltgдst" "snyltgдster" ; - snyltvaext_nn_1 = mkN "snyltvдxt" "snyltvдxter" ; - snyta_vb_1 = mkV "snyta" "snцt" "snutit" ; - snytbagge_nn_1 = mkN "snytbagge" utrum ; - snyting_nn_1 = mkN "snyting" ; - soare_nn_1 = mkN "soarй" "soarйer" ; - sobel_nn_1 = mkN "sobel" ; - sober_av_1 = mkA "sober" "sobert" "sobra" "sobra" "sobrare" "sobrast" "sobraste" ; - social_av_1 = mkA "social" ; - socialantropolog_nn_1 = mkN "socialantropolog" "socialantropologer" ; - socialantropologisk_av_1 = mkA "socialantropologisk" ; - socialarbetare_nn_1 = mkN "socialarbetare" "socialarbetare" ; - socialassistent_nn_1 = mkN "socialassistent" "socialassistenter" ; - socialavgift_nn_1 = mkN "socialavgift" "socialavgifter" ; - socialbidrag_nn_1 = mkN "socialbidrag" neutrum ; - socialbyraa_nn_1 = mkN "socialbyrе" "socialbyrеer" ; - socialdemokrat_nn_1 = mkN "socialdemokrat" "socialdemokrater" ; - socialdemokratisk_av_1 = mkA "socialdemokratisk" ; - socialdirektoer_nn_1 = mkN "socialdirektцr" "socialdirektцrer" ; - socialfall_nn_1 = mkN "socialfall" neutrum ; - socialfoersaekring_nn_1 = mkN "socialfцrsдkring" ; - socialfoervaltning_nn_1 = mkN "socialfцrvaltning" ; - socialgrupp_nn_1 = mkN "socialgrupp" "socialgrupper" ; - socialhjaelpstagare_nn_1 = mkN "socialhjдlpstagare" "socialhjдlpstagare" ; - socialist_nn_1 = mkN "socialist" "socialister" ; - socialistisk_av_1 = mkA "socialistisk" ; - socialitet_nn_1 = mkN "socialitet" "socialiteter" ; - socialklass_nn_1 = mkN "socialklass" "socialklasser" ; - sociallaekare_nn_1 = mkN "sociallдkare" "sociallдkare" ; - socialliberal_av_1 = mkA "socialliberal" ; - socialliberal_nn_1 = mkN "socialliberal" "socialliberaler" ; - socialmedicinare_nn_1 = mkN "socialmedicinare" "socialmedicinare" ; - socialnaemnd_nn_1 = mkN "socialnдmnd" "socialnдmnder" ; - socialpolitisk_av_1 = mkA "socialpolitisk" ; - socialpsykolog_nn_1 = mkN "socialpsykolog" "socialpsykologer" ; - socialregister_nn_1 = mkN "socialregister" neutrum ; - socialreportage_nn_1 = mkN "socialreportage" "socialreportaget" "socialreportage" "socialreportagen" ; - socialvetenskap_nn_1 = mkN "socialvetenskap" "socialvetenskaper" ; - societet_nn_1 = mkN "societet" "societeter" ; - societetshus_nn_1 = mkN "societetshus" neutrum ; - societetslejon_nn_1 = mkN "societetslejon" neutrum ; - socioekonomisk_av_1 = mkA "socioekonomisk" ; - sociogram_nn_1 = mkN "sociogram" "sociogrammet" "sociogram" "sociogrammen" ; - sociolekt_nn_1 = mkN "sociolekt" "sociolekter" ; - sociolog_nn_1 = mkN "sociolog" "sociologer" ; - sociologisk_av_1 = mkA "sociologisk" ; - socionom_nn_1 = mkN "socionom" "socionomer" ; - sociopat_nn_1 = mkN "sociopat" "sociopater" ; - sockel_nn_1 = mkN "sockel" ; - socken_nn_1 = mkN "socken" "sockenn" "socknar" "socknarna" ; - sockenbud_nn_1 = mkN "sockenbud" neutrum ; - sockendraekt_nn_1 = mkN "sockendrдkt" "sockendrдkter" ; - sockenstuga_nn_1 = mkN "sockenstuga" ; - sockerart_nn_1 = mkN "sockerart" "sockerarter" ; - sockerbagare_nn_1 = mkN "sockerbagare" "sockerbagare" ; - sockerbageri_nn_1 = mkN "sockerbageri" "sockerbagerit" "sockerbagerier" "sockerbagerierna" ; - sockerbetssaft_nn_1 = mkN "sockerbetssaft" "sockerbetssafter" ; - sockerbildning_nn_1 = mkN "sockerbildning" ; - sockerbindning_nn_1 = mkN "sockerbindning" ; - sockerbit_nn_1 = mkN "sockerbit" ; - sockerbruk_nn_1 = mkN "sockerbruk" neutrum ; - sockerfri_av_1 = mkA "sockerfri" "sockerfritt" ; - sockerglasyr_nn_1 = mkN "sockerglasyr" "sockerglasyrer" ; - sockergryn_nn_1 = mkN "sockergryn" neutrum ; - sockerhalt_nn_1 = mkN "sockerhalt" "sockerhalter" ; - sockerhaltig_av_1 = mkA "sockerhaltig" ; - sockerkampanj_nn_1 = mkN "sockerkampanj" "sockerkampanjer" ; - sockerloenn_nn_1 = mkN "sockerlцnn" ; - sockermolekyl_nn_1 = mkN "sockermolekyl" "sockermolekyler" ; - sockeroeverdrag_nn_1 = mkN "sockerцverdrag" neutrum ; - sockerpiller_nn_1 = mkN "sockerpiller" neutrum ; - sockerraffinaderi_nn_1 = mkN "sockerraffinaderi" "sockerraffinaderit" "sockerraffinaderier" "sockerraffinaderierna" ; - sockerrik_av_1 = mkA "sockerrik" ; - sockerroer_nn_1 = mkN "sockerrцr" neutrum ; - sockersjuk_av_1 = mkA "sockersjuk" ; - sockerskaal_nn_1 = mkN "sockerskеl" ; - sockersoet_av_1 = mkA "sockersцt" ; - sockerstroeare_nn_1 = mkN "sockerstrцare" "sockerstrцare" ; - sockertaang_nn_1 = mkN "sockertеng" "sockertдnger" ; - sockertillverkning_nn_1 = mkN "sockertillverkning" ; - sockertopp_nn_1 = mkN "sockertopp" ; - sockrig_av_1 = mkA "sockrig" ; - sodaglas_nn_1 = mkN "sodaglas" neutrum ; - sodahalt_nn_1 = mkN "sodahalt" "sodahalter" ; - sodahaltig_av_1 = mkA "sodahaltig" ; - sodavatten_nn_1 = mkN "sodavatten" "sodavattnet" "sodavatten" "sodavattnen" ; - soeckendag_nn_1 = mkN "sцckendag" ; - soeder_ab_1 = mkAdv "sцder" ; - soedergoek_nn_1 = mkN "sцdergцk" ; - soederifraan_ab_1 = mkAdv "sцderifrеn" ; - soederkis_nn_1 = mkN "sцderkis" ; - soedermanlaendsk_av_1 = mkA "sцdermanlдndsk" ; - soedermanlaenning_nn_1 = mkN "sцdermanlдnning" ; - soederoever_ab_1 = mkAdv "sцderцver" ; - soederut_ab_1 = mkAdv "sцderut" ; - soedra_av_1 = mkA "sцdra" ; - soekande_nn_1 = mkN "sцkande" "sцkanden" "sцkande" "sцkandena" ; - soekare_nn_1 = mkN "sцkare" "sцkare" ; - soekarljus_nn_1 = mkN "sцkarljus" neutrum ; - soekt_av_1 = mkA "sцkt" "sцkt" ; - soelig_av_1 = mkA "sцlig" ; - soelkorv_nn_1 = mkN "sцlkorv" ; - soem_nn_1 = mkN "sцm" "sцmmen" "sцmmar" "sцmmarna" ; - soem_nn_2 = mkN "sцm" "sцmmet" "sцm" "sцmmen" ; - soemmare_nn_1 = mkN "sцmmare" "sцmmare" ; - soemmerska_nn_1 = mkN "sцmmerska" ; - soemmersketips_nn_1 = mkN "sцmmersketips" neutrum ; - soemnad_nn_1 = mkN "sцmnad" "sцmnader" ; - soemndrucken_av_1 = mkA "sцmndrucken" "sцmndrucket" ; - soemngaangaraktig_av_1 = mkA "sцmngеngaraktig" ; - soemngaangare_nn_1 = mkN "sцmngеngare" "sцmngеngare" ; - soemnig_av_1 = mkA "sцmnig" ; - soemnloes_av_1 = mkA "sцmnlцs" ; - soemnmedel_nn_1 = mkN "sцmnmedel" neutrum ; - soemntung_av_1 = mkA "sцmntung" ; - soemsmaan_nn_1 = mkN "sцmsmеn" "sцmsmеner" ; - soendag_nn_1 = mkN "sцndag" ; - soendagsbarn_nn_1 = mkN "sцndagsbarn" neutrum ; - soendagsbokstav_nn_1 = mkN "sцndagsbokstav" "sцndagsbokstдver" ; - soendagsjaegare_nn_1 = mkN "sцndagsjдgare" "sцndagsjдgare" ; - soendagskvaell_nn_1 = mkN "sцndagskvдll" ; - soendagsmorgon_nn_1 = mkN "sцndagsmorgon" "sцndagsmorgonen" "sцndagsmorgnar" "sцndagsmorgnarna" ; - soendagspappa_nn_1 = mkN "sцndagspappa" ; - soender_ab_1 = mkAdv "sцnder" ; - soenderdelning_nn_1 = mkN "sцnderdelning" ; - soenderfalla_vb_1 = mkV "sцnderfalla" "sцnderfцll" "sцnderfallit" ; - soenderriva_vb_1 = mkV "sцnderriva" "sцnderrev" "sцnderrivit" ; - soenderspraengning_nn_1 = mkN "sцndersprдngning" ; - soendrig_av_1 = mkA "sцndrig" ; - soendring_nn_1 = mkN "sцndring" ; - soergaardsidyll_nn_1 = mkN "sцrgеrdsidyll" "sцrgеrdsidyller" ; - soerlaendsk_av_1 = mkA "sцrlдndsk" ; - soerlaenning_nn_1 = mkN "sцrlдnning" ; - soermlaendsk_av_1 = mkA "sцrmlдndsk" ; - soermlaenning_nn_1 = mkN "sцrmlдnning" ; - soet_av_1 = mkA "sцt" ; - soetaktig_av_1 = mkA "sцtaktig" ; - soetmandel_nn_1 = mkN "sцtmandel" ; - soetningsmedel_nn_1 = mkN "sцtningsmedel" neutrum ; - soetnos_nn_1 = mkN "sцtnos" ; - soetpotatis_nn_1 = mkN "sцtpotatis" ; - soetsak_nn_1 = mkN "sцtsak" "sцtsaker" ; - soetsliskig_av_1 = mkA "sцtsliskig" ; - soetsur_av_1 = mkA "sцtsur" ; - soetvatten_nn_1 = mkN "sцtvatten" "sцtvattnet" "sцtvatten" "sцtvattnen" ; - soetvattensforskare_nn_1 = mkN "sцtvattensforskare" "sцtvattensforskare" ; - soffbord_nn_1 = mkN "soffbord" neutrum ; - soffgrupp_nn_1 = mkN "soffgrupp" "soffgrupper" ; - soffit_nn_1 = mkN "soffit" "soffiter" ; - soffliggare_nn_1 = mkN "soffliggare" "soffliggare" ; - sofflock_nn_1 = mkN "sofflock" neutrum ; - sofism_nn_1 = mkN "sofism" "sofismer" ; - sofist_nn_1 = mkN "sofist" "sofister" ; - sofisteri_nn_1 = mkN "sofisteri" "sofisterit" "sofisterier" "sofisterierna" ; - sojabiff_nn_1 = mkN "sojabiff" ; - sokratisk_av_1 = mkA "sokratisk" ; - sol_nn_1 = mkN "sol" ; - sol_och_vaarare_nn_1 = mkN "sol-och-vеrare" "sol-och-vеrare" ; - solaar_nn_1 = mkN "solеr" neutrum ; - solaekta_av_1 = mkA "solдkta" ; - solaer_av_1 = mkA "solдr" ; - solanin_nn_1 = mkN "solanin" "solaniner" ; - solar_av_1 = mkA "solar" ; - solarisk_av_1 = mkA "solarisk" ; - solarium_nn_1 = mkN "solarium" "solariet" "solarier" "solarierna" ; - solavaexel_nn_1 = mkN "solavдxel" ; - solbad_nn_1 = mkN "solbad" neutrum ; - solbaenk_nn_1 = mkN "solbдnk" ; - solbaergning_nn_1 = mkN "solbдrgning" ; - solbatteri_nn_1 = mkN "solbatteri" "solbatterit" "solbatterier" "solbatterierna" ; - solbelysning_nn_1 = mkN "solbelysning" ; - solbelyst_av_1 = mkA "solbelyst" "solbelyst" ; - solbestraalning_nn_1 = mkN "solbestrеlning" ; - solblekt_av_1 = mkA "solblekt" "solblekt" ; - solblind_av_1 = mkA "solblind" ; - solblindhet_nn_1 = mkN "solblindhet" "solblindheter" ; - solbraend_av_1 = mkA "solbrдnd" ; - solcell_nn_1 = mkN "solcell" "solceller" ; - solcirkel_nn_1 = mkN "solcirkel" ; - solcykel_nn_1 = mkN "solcykel" ; - soldag_nn_1 = mkN "soldag" ; - soldat_nn_1 = mkN "soldat" "soldater" ; - soldathem_nn_1 = mkN "soldathem" "soldathemmet" "soldathem" "soldathemmen" ; - soldathop_nn_1 = mkN "soldathop" ; - soldatnamn_nn_1 = mkN "soldatnamn" neutrum ; - soldatrock_nn_1 = mkN "soldatrock" ; - soldattorp_nn_1 = mkN "soldattorp" neutrum ; - soldenaer_nn_1 = mkN "soldenдr" "soldenдrer" ; - soldnaer_nn_1 = mkN "soldnдr" "soldnдrer" ; - soldraekt_nn_1 = mkN "soldrдkt" "soldrдkter" ; - soldrucken_av_1 = mkA "soldrucken" "soldrucket" ; - soldygn_nn_1 = mkN "soldygn" neutrum ; - soldyrkare_nn_1 = mkN "soldyrkare" "soldyrkare" ; - soleksem_nn_1 = mkN "soleksem" neutrum ; - solenn_av_1 = mkA "solenn" "solent" ; - solennitet_nn_1 = mkN "solennitet" "solenniteter" ; - solfall_nn_1 = mkN "solfall" neutrum ; - solfatar_nn_1 = mkN "solfatar" "solfatarer" ; - solfattig_av_1 = mkA "solfattig" ; - solfjaeder_nn_1 = mkN "solfjдder" ; - solflaeck_nn_1 = mkN "solflдck" ; - solflod_nn_1 = mkN "solflod" "solfloder" ; - solfoermoerkelse_nn_1 = mkN "solfцrmцrkelse" "solfцrmцrkelser" ; - solgud_nn_1 = mkN "solgud" ; - solgul_av_1 = mkA "solgul" ; - solhatt_nn_1 = mkN "solhatt" ; - solhjul_nn_1 = mkN "solhjul" neutrum ; - solid_av_1 = mkA "solid" ; - solidarisk_av_1 = mkA "solidarisk" ; - solidaritet_nn_1 = mkN "solidaritet" "solidariteter" ; - soliditet_nn_1 = mkN "soliditet" "soliditeter" ; - solig_av_1 = mkA "solig" ; - solinstraalning_nn_1 = mkN "solinstrеlning" ; - solist_nn_1 = mkN "solist" "solister" ; - solistisk_av_1 = mkA "solistisk" ; - solitaer_av_1 = mkA "solitдr" ; - solitaer_nn_1 = mkN "solitдr" "solitдrer" ; - solkatt_nn_1 = mkN "solkatt" "solkatter" ; - solkig_av_1 = mkA "solkig" ; - solklaenning_nn_1 = mkN "solklдnning" ; - solklar_av_1 = mkA "solklar" ; - solkraem_nn_1 = mkN "solkrдm" "solkrдmer" ; - solliknande_av_1 = mkA "solliknande" ; - solljus_nn_1 = mkN "solljus" neutrum ; - solmateria_nn_1 = mkN "solmateria" "solmaterian" "solmaterier" "solmaterierna" ; - solmogen_av_1 = mkA "solmogen" "solmoget" ; - solnedgaang_nn_1 = mkN "solnedgеng" ; - solo_av_1 = mkA "solo" ; - solo_nn_1 = mkN "solo" "solot" "solon" "solona" ; - solochvaarare_nn_1 = mkN "solochvеrare" "solochvеrare" ; - soloega_nn_1 = mkN "solцga" "solцgat" "solцgon" "solцgonen" ; - solokvist_av_1 = mkA "solokvist" ; - sololja_nn_1 = mkN "sololja" ; - solraett_ab_1 = mkAdv "solrдtt" ; - solreflex_nn_1 = mkN "solreflex" "solreflexer" ; - solroerelse_nn_1 = mkN "solrцrelse" "solrцrelser" ; - solsida_nn_1 = mkN "solsida" ; - solskydd_nn_1 = mkN "solskydd" neutrum ; - solskyddsmedel_nn_1 = mkN "solskyddsmedel" neutrum ; - solsnibb_nn_1 = mkN "solsnibb" ; - solstekt_av_1 = mkA "solstekt" "solstekt" ; - solstol_nn_1 = mkN "solstol" ; - solstraale_nn_1 = mkN "solstrеle" utrum ; - solstraalning_nn_1 = mkN "solstrеlning" ; - solsystem_nn_1 = mkN "solsystem" neutrum ; - soltak_nn_1 = mkN "soltak" neutrum ; - soltimme_nn_1 = mkN "soltimme" utrum ; - soluppgaang_nn_1 = mkN "soluppgеng" ; - solur_nn_1 = mkN "solur" neutrum ; - solution_nn_1 = mkN "solution" "solutioner" ; - solv_nn_1 = mkN "solv" neutrum ; - solvarg_nn_1 = mkN "solvarg" ; - solvarv_nn_1 = mkN "solvarv" neutrum ; - solvent_av_1 = mkA "solvent" "solvent" ; - solventil_nn_1 = mkN "solventil" "solventiler" ; - solvkaepp_nn_1 = mkN "solvkдpp" ; - som_ab_1 = mkAdv "som" ; - somalier_nn_1 = mkN "somalier" "somaliern" "somalier" "somalierna" ; - somalisk_av_1 = mkA "somalisk" ; - somatiker_nn_1 = mkN "somatiker" "somatikern" "somatiker" "somatikerna" ; - somatisk_av_1 = mkA "somatisk" ; - sombrero_nn_1 = mkN "sombrero" "sombreror" ; - sommar_nn_1 = mkN "sommar" ; - sommaradress_nn_1 = mkN "sommaradress" "sommaradresser" ; - sommaraktig_av_1 = mkA "sommaraktig" ; - sommarbarn_nn_1 = mkN "sommarbarn" neutrum ; - sommarbostad_nn_1 = mkN "sommarbostad" "sommarbostдder" ; - sommardaeck_nn_1 = mkN "sommardдck" neutrum ; - sommardag_nn_1 = mkN "sommardag" ; - sommarfaagel_nn_1 = mkN "sommarfеgel" ; - sommargaest_nn_1 = mkN "sommargдst" "sommargдster" ; - sommargyllen_nn_1 = mkN "sommargyllen" neutrum ; - sommargylling_nn_1 = mkN "sommargylling" ; - sommarhalvaar_nn_1 = mkN "sommarhalvеr" neutrum ; - sommarhatt_nn_1 = mkN "sommarhatt" ; - sommarhem_nn_1 = mkN "sommarhem" "sommarhemmet" "sommarhem" "sommarhemmen" ; - sommarhus_nn_1 = mkN "sommarhus" neutrum ; - sommarjobb_nn_1 = mkN "sommarjobb" neutrum ; - sommarlaeger_nn_1 = mkN "sommarlдger" neutrum ; - sommarland_nn_1 = mkN "sommarland" neutrum ; - sommarlig_av_1 = mkA "sommarlig" ; - sommarlov_nn_1 = mkN "sommarlov" neutrum ; - sommarmoln_nn_1 = mkN "sommarmoln" neutrum ; - sommarnoeje_nn_1 = mkN "sommarnцje" ; - sommarparadis_nn_1 = mkN "sommarparadis" neutrum ; - sommarpotatis_nn_1 = mkN "sommarpotatis" ; - sommarsemester_nn_1 = mkN "sommarsemester" ; - sommarstuga_nn_1 = mkN "sommarstuga" ; - sommartorp_nn_1 = mkN "sommartorp" neutrum ; - sommarvaeder_nn_1 = mkN "sommarvдder" neutrum ; - sommarvilla_nn_1 = mkN "sommarvilla" ; - sommarvind_nn_1 = mkN "sommarvind" ; - sommarvistelse_nn_1 = mkN "sommarvistelse" "sommarvistelser" ; - somnambul_av_1 = mkA "somnambul" ; - somnambul_nn_1 = mkN "somnambul" "somnambuler" ; - somnambulisk_av_1 = mkA "somnambulisk" ; - son_nn_1 = mkN "son" "sцner" ; - sonant_nn_1 = mkN "sonant" "sonanter" ; - sonantisk_av_1 = mkA "sonantisk" ; - sonat_nn_1 = mkN "sonat" "sonater" ; - sonatin_nn_1 = mkN "sonatin" "sonatiner" ; - sond_nn_1 = mkN "sond" "sonder" ; - sondotter_nn_1 = mkN "sondotter" "sondottern" "sondцttrar" "sondцttrarna" ; - sonett_nn_1 = mkN "sonett" "sonetter" ; - sonika_ab_1 = mkAdv "sonika" ; - sonisk_av_1 = mkA "sonisk" ; - sonlig_av_1 = mkA "sonlig" ; - sonnamn_nn_1 = mkN "sonnamn" neutrum ; - sonor_av_1 = mkA "sonor" ; - sonoritet_nn_1 = mkN "sonoritet" "sonoriteter" ; - sonson_nn_1 = mkN "sonson" "sonsцner" ; - sop_nn_1 = mkN "sop" ; - sopaakare_nn_1 = mkN "sopеkare" "sopеkare" ; - sopbacke_nn_1 = mkN "sopbacke" utrum ; - sopbil_nn_1 = mkN "sopbil" ; - sopborste_nn_1 = mkN "sopborste" utrum ; - sopnedkast_nn_1 = mkN "sopnedkast" neutrum ; - sopp_nn_1 = mkN "sopp" ; - soppig_av_1 = mkA "soppig" ; - soppkoek_nn_1 = mkN "soppkцk" neutrum ; - sopprot_nn_1 = mkN "sopprot" "sopprцtter" ; - soppskaal_nn_1 = mkN "soppskеl" ; - soppslev_nn_1 = mkN "soppslev" ; - sopran_nn_1 = mkN "sopran" "sopraner" ; - sopskyffel_nn_1 = mkN "sopskyffel" ; - soptipp_nn_1 = mkN "soptipp" ; - sorb_nn_1 = mkN "sorb" "sorber" ; - sordin_nn_1 = mkN "sordin" "sordiner" ; - sorg_nn_1 = mkN "sorg" "sorger" ; - sorgband_nn_1 = mkN "sorgband" neutrum ; - sorgbarn_nn_1 = mkN "sorgbarn" neutrum ; - sorgbunden_av_1 = mkA "sorgbunden" "sorgbundet" ; - sorgdraekt_nn_1 = mkN "sorgdrдkt" "sorgdrдkter" ; - sorgeaar_nn_1 = mkN "sorgeеr" neutrum ; - sorgeaemne_nn_1 = mkN "sorgeдmne" ; - sorgeakt_nn_1 = mkN "sorgeakt" "sorgeakter" ; - sorgebarn_nn_1 = mkN "sorgebarn" neutrum ; - sorgebud_nn_1 = mkN "sorgebud" neutrum ; - sorgedag_nn_1 = mkN "sorgedag" ; - sorgesam_av_1 = mkA "sorgesam" "sorgesamt" "sorgesamma" "sorgesamma" "sorgesammare" "sorgesammast" "sorgesammaste" ; - sorgespel_nn_1 = mkN "sorgespel" "sorgespelet" "sorgespel" "sorgespelen" ; - sorgfaellig_av_1 = mkA "sorgfдllig" ; - sorgfaerg_nn_1 = mkN "sorgfдrg" "sorgfдrger" ; - sorgflor_nn_1 = mkN "sorgflor" neutrum ; - sorgfri_av_1 = mkA "sorgfri" "sorgfritt" ; - sorgkant_nn_1 = mkN "sorgkant" "sorgkanter" ; - sorgklaedd_av_1 = mkA "sorgklдdd" "sorgklдdtt" ; - sorglig_av_1 = mkA "sorglig" ; - sorgloes_av_1 = mkA "sorglцs" ; - sorglustig_av_1 = mkA "sorglustig" ; - sorgmantel_nn_1 = mkN "sorgmantel" ; - sorgmodig_av_1 = mkA "sorgmodig" ; - sorgpil_nn_1 = mkN "sorgpil" ; - sorgsen_av_1 = mkA "sorgsen" "sorgset" ; - sorgsloeja_nn_1 = mkN "sorgslцja" ; - sorgtyngd_av_1 = mkA "sorgtyngd" "sorgtyngt" ; - sork_nn_1 = mkN "sork" ; - sort_nn_1 = mkN "sort" "sorter" ; - sorterare_nn_1 = mkN "sorterare" "sorterare" ; - sortering_nn_1 = mkN "sortering" ; - sorti_nn_1 = mkN "sorti" "sortier" ; - sortiment_nn_1 = mkN "sortiment" neutrum ; - sorts_av_1 = mkA "sorts" ; - sosse_nn_1 = mkN "sosse" utrum ; - sotare_nn_1 = mkN "sotare" "sotare" ; - sotarmurre_nn_1 = mkN "sotarmurre" utrum ; - soteld_nn_1 = mkN "soteld" ; - sotig_av_1 = mkA "sotig" ; - sotis_av_1 = mkA "sotis" ; - sotmoln_nn_1 = mkN "sotmoln" neutrum ; - sotpartikel_nn_1 = mkN "sotpartikel" ; - sotskikt_nn_1 = mkN "sotskikt" neutrum ; - sotsvamp_nn_1 = mkN "sotsvamp" ; - sottis_nn_1 = mkN "sottis" "sottiser" ; - soulagemang_nn_1 = mkN "soulagemang" neutrum ; - sound_nn_1 = mkN "sound" neutrum ; - sousafon_nn_1 = mkN "sousafon" "sousafoner" ; - souschef_nn_1 = mkN "souschef" "souschefer" ; - souterrainvaaning_nn_1 = mkN "souterrainvеning" ; - souvenir_nn_1 = mkN "souvenir" "souvenirer" ; - sovchos_nn_1 = mkN "sovchos" "sovchoser" ; - sovjet_nn_1 = mkN "sovjet" "sovjeter" ; - sovjetisk_av_1 = mkA "sovjetisk" ; - sovjetmedborgare_nn_1 = mkN "sovjetmedborgare" "sovjetmedborgare" ; - sovjetrepublik_nn_1 = mkN "sovjetrepublik" "sovjetrepubliker" ; - sovjetrysk_av_1 = mkA "sovjetrysk" ; - sovmorgon_nn_1 = mkN "sovmorgon" "sovmorgonen" "sovmorgnar" "sovmorgnarna" ; - sovplats_nn_1 = mkN "sovplats" "sovplatser" ; - sovrum_nn_1 = mkN "sovrum" "sovrummet" "sovrum" "sovrummen" ; - sovsaeck_nn_1 = mkN "sovsдck" ; - sovsal_nn_1 = mkN "sovsal" ; - sovstad_nn_1 = mkN "sovstad" "sovstдder" ; - sovstaellning_nn_1 = mkN "sovstдllning" ; - sovvagn_nn_1 = mkN "sovvagn" ; - spaadom_nn_1 = mkN "spеdom" ; - spaakvinna_nn_1 = mkN "spеkvinna" ; - spaaman_nn_1 = mkN "spеman" "spеmannen" "spеmдn" "spеmдnnen" ; - spaan_nn_1 = mkN "spеn" neutrum ; - spaanad_nn_1 = mkN "spеnad" "spеnader" ; - spaang_nn_1 = mkN "spеng" ; - spaanklaedd_av_1 = mkA "spеnklдdd" ; - spaankorg_nn_1 = mkN "spеnkorg" ; - spaant_nn_1 = mkN "spеnt" "spеnter" ; - spaar_nn_1 = mkN "spеr" neutrum ; - spaaraemne_nn_1 = mkN "spеrдmne" ; - spaarelement_nn_1 = mkN "spеrelement" neutrum ; - spaarhund_nn_1 = mkN "spеrhund" ; - spaarljus_nn_1 = mkN "spеrljus" neutrum ; - spaarloes_av_1 = mkA "spеrlцs" ; - spaarning_nn_1 = mkN "spеrning" ; - spaarvaeg_nn_1 = mkN "spеrvдg" ; - spaarvaegschef_nn_1 = mkN "spеrvдgschef" "spеrvдgschefer" ; - spaarvagn_nn_1 = mkN "spеrvagn" ; - spaarvidd_nn_1 = mkN "spеrvidd" "spеrvidder" ; - spackel_nn_2 = mkN "spackel" ; - spade_nn_1 = mkN "spade" utrum ; - spader_nn_1 = mkN "spader" "spadern" "spader" "spaderna" ; - spadtag_nn_1 = mkN "spadtag" neutrum ; - spaeckhuggare_nn_1 = mkN "spдckhuggare" "spдckhuggare" ; - spaed_av_1 = mkA "spдd" ; - spaedbarn_nn_1 = mkN "spдdbarn" neutrum ; - spaedgris_nn_1 = mkN "spдdgris" ; - spaend_av_1 = mkA "spдnd" ; - spaenn_nn_1 = mkN "spдnn" "spдnnen" "spдnn" "spдnnen" ; - spaennande_av_1 = mkA "spдnnande" ; - spaennbuckla_nn_1 = mkN "spдnnbuckla" ; - spaenning_nn_1 = mkN "spдnning" ; - spaenningsdelare_nn_1 = mkN "spдnningsdelare" "spдnningsdelare" ; - spaenningsregulator_nn_1 = mkN "spдnningsregulator" "spдnningsregulatorer" ; - spaenningssoekare_nn_1 = mkN "spдnningssцkare" "spдnningssцkare" ; - spaennram_nn_1 = mkN "spдnnram" ; - spaennvidd_nn_1 = mkN "spдnnvidd" "spдnnvidder" ; - spaens_nn_1 = mkN "spдns" "spдnser" ; - spaenstig_av_1 = mkA "spдnstig" ; - spaerr_nn_1 = mkN "spдrr" ; - spaerrballong_nn_1 = mkN "spдrrballong" "spдrrballonger" ; - spaerrkonto_nn_1 = mkN "spдrrkonto" "spдrrkontot" "spдrrkonton" "spдrrkontona" ; - spaerrlinje_nn_1 = mkN "spдrrlinje" "spдrrlinjer" ; - spaerrvakt_nn_1 = mkN "spдrrvakt" "spдrrvakter" ; - spak_av_1 = mkA "spak" ; - spak_nn_1 = mkN "spak" ; - spalje_nn_1 = mkN "spaljй" "spaljйer" ; - spalt_nn_1 = mkN "spalt" "spalter" ; - spaltfyllnad_nn_1 = mkN "spaltfyllnad" "spaltfyllnader" ; - spaltkorrektur_nn_1 = mkN "spaltkorrektur" neutrum ; - spanare_nn_1 = mkN "spanare" "spanare" ; - spaniel_nn_1 = mkN "spaniel" "spanieln" "spanielar" "spanielarna" ; - spaning_nn_1 = mkN "spaning" ; - spanjolett_nn_1 = mkN "spanjolett" "spanjoletter" ; - spanjor_nn_1 = mkN "spanjor" "spanjoren" "spanjorer" "spanjorerna" ; - spanjorska_nn_1 = mkN "spanjorska" ; - spann_nn_1 = mkN "spann" ; - spann_nn_2 = mkN "spann" ; - spann_nn_3 = mkN "spann" neutrum ; - spansk_av_1 = mkA "spansk" ; - spanskroer_nn_1 = mkN "spanskrцr" neutrum ; - spant_nn_1 = mkN "spant" neutrum ; - sparagmit_nn_1 = mkN "sparagmit" "sparagmiter" ; - sparare_nn_1 = mkN "sparare" "sparare" ; - sparbank_nn_1 = mkN "sparbank" "sparbanker" ; - spargris_nn_1 = mkN "spargris" ; - spark_nn_1 = mkN "spark" ; - sparkassa_nn_1 = mkN "sparkassa" ; - sparkcykel_nn_1 = mkN "sparkcykel" ; - sparkdraekt_nn_1 = mkN "sparkdrдkt" "sparkdrдkter" ; - sparkstoetting_nn_1 = mkN "sparkstцtting" ; - sparlaan_nn_1 = mkN "sparlеn" neutrum ; - sparlakan_nn_1 = mkN "sparlakan" neutrum ; - sparre_nn_1 = mkN "sparre" utrum ; - sparring_nn_1 = mkN "sparring" ; - sparringpartner_nn_1 = mkN "sparringpartner" "sparringpartnern" "sparringpartner" "sparringpartnerna" ; - sparris_nn_1 = mkN "sparris" ; - sparsam_av_1 = mkA "sparsam" "sparsamt" "sparsamma" "sparsamma" "sparsammare" "sparsammast" "sparsammaste" ; - sparslant_nn_1 = mkN "sparslant" ; - spartakist_nn_1 = mkN "spartakist" "spartakister" ; - spartan_nn_1 = mkN "spartan" "spartaner" ; - spartansk_av_1 = mkA "spartansk" ; - sparv_nn_1 = mkN "sparv" ; - sparvfink_nn_1 = mkN "sparvfink" ; - sparvhoek_nn_1 = mkN "sparvhцk" ; - spasm_nn_1 = mkN "spasm" "spasmer" ; - spasmodisk_av_1 = mkA "spasmodisk" ; - spasticitet_nn_1 = mkN "spasticitet" "spasticiteter" ; - spastiker_nn_1 = mkN "spastiker" "spastikern" "spastiker" "spastikerna" ; - spastisk_av_1 = mkA "spastisk" ; - spatel_nn_1 = mkN "spatel" ; - spatial_av_1 = mkA "spatial" ; - spatioes_av_1 = mkA "spatiцs" ; - spatium_nn_1 = mkN "spatium" "spatiet" "spatier" "spatierna" ; - spattig_av_1 = mkA "spattig" ; - speaker_nn_1 = mkN "speaker" "speakern" "speaker" "speakerna" ; - speceriaffaer_nn_1 = mkN "speceriaffдr" "speceriaffдrer" ; - specerihandlare_nn_1 = mkN "specerihandlare" "specerihandlare" ; - specerist_nn_1 = mkN "specerist" "specerister" ; - special_nn_1 = mkN "special" "specialer" ; - specialare_nn_1 = mkN "specialare" "specialare" ; - specialbegaavning_nn_1 = mkN "specialbegеvning" ; - specialdomstol_nn_1 = mkN "specialdomstol" ; - specialist_nn_1 = mkN "specialist" "specialister" ; - specialitet_nn_1 = mkN "specialitet" "specialiteter" ; - specialklass_nn_1 = mkN "specialklass" "specialklasser" ; - speciallaerare_nn_1 = mkN "speciallдrare" "speciallдrare" ; - specialnummer_nn_1 = mkN "specialnummer" neutrum ; - specialomraade_nn_1 = mkN "specialomrеde" ; - specialstudium_nn_1 = mkN "specialstudium" "specialstudiet" "specialstudier" "specialstudierna" ; - specialstyrka_nn_1 = mkN "specialstyrka" ; - specie_nn_1 = mkN "specie" "specier" ; - speciell_av_1 = mkA "speciell" ; - species_nn_1 = mkN "species" neutrum ; - specifik_av_1 = mkA "specifik" ; - specifikation_nn_1 = mkN "specifikation" "specifikationer" ; - specimen_nn_1 = mkN "specimen" neutrum ; - spedition_nn_1 = mkN "spedition" "speditioner" ; - speditoer_nn_1 = mkN "speditцr" "speditцrer" ; - spefaagel_nn_1 = mkN "spefеgel" ; - spefull_av_1 = mkA "spefull" ; - spefylld_av_1 = mkA "spefylld" "spefyllt" ; - spegel_nn_1 = mkN "spegel" ; - spegelbild_nn_1 = mkN "spegelbild" "spegelbilder" ; - spegelfaekteri_nn_1 = mkN "spegelfдkteri" "spegelfдkterit" "spegelfдkterier" "spegelfдkterierna" ; - spegelfaektning_nn_1 = mkN "spegelfдktning" ; - spegelglas_nn_1 = mkN "spegelglas" neutrum ; - spegelmonogram_nn_1 = mkN "spegelmonogram" "spegelmonogrammet" "spegelmonogram" "spegelmonogrammen" ; - spegelreflexkamera_nn_1 = mkN "spegelreflexkamera" ; - spegelteleskop_nn_1 = mkN "spegelteleskop" neutrum ; - spegelvaend_av_1 = mkA "spegelvдnd" ; - spejare_nn_1 = mkN "spejare" "spejare" ; - spektakel_nn_1 = mkN "spektakel" neutrum ; - spektakulaer_av_1 = mkA "spektakulдr" ; - spektral_av_1 = mkA "spektral" ; - spektralapparat_nn_1 = mkN "spektralapparat" "spektralapparater" ; - spektrallinje_nn_1 = mkN "spektrallinje" "spektrallinjer" ; - spektrograf_nn_1 = mkN "spektrograf" "spektrografer" ; - spektroskop_nn_1 = mkN "spektroskop" neutrum ; - spektrum_nn_1 = mkN "spektrum" neutrum ; - spekulant_nn_1 = mkN "spekulant" "spekulanter" ; - spekulation_nn_1 = mkN "spekulation" "spekulationer" ; - spekulativ_av_1 = mkA "spekulativ" ; - spel_nn_1 = mkN "spel" neutrum ; - spelaar_nn_1 = mkN "spelеr" neutrum ; - spelarbyte_nn_1 = mkN "spelarbyte" ; - spelare_nn_1 = mkN "spelare" "spelare" ; - spelautomat_nn_1 = mkN "spelautomat" "spelautomater" ; - spelbar_av_1 = mkA "spelbar" ; - spelbord_nn_1 = mkN "spelbord" neutrum ; - speldrama_nn_1 = mkN "speldrama" "speldramat" "speldraman" "speldramana" ; - speleman_nn_1 = mkN "speleman" "spelemannen" "spelemдn" "spelemдnnen" ; - speleolog_nn_1 = mkN "speleolog" "speleologer" ; - spelevink_nn_1 = mkN "spelevink" ; - spelfilm_nn_1 = mkN "spelfilm" "spelfilmer" ; - spelkort_nn_1 = mkN "spelkort" neutrum ; - spelman_nn_1 = mkN "spelman" "spelmannen" "spelmдn" "spelmдnnen" ; - spelmani_nn_1 = mkN "spelmani" "spelmanier" ; - spelmansstaemma_nn_1 = mkN "spelmansstдmma" ; - spelmark_nn_1 = mkN "spelmark" "spelmarker" ; - spelning_nn_1 = mkN "spelning" ; - speloeppning_nn_1 = mkN "spelцppning" ; - spelomgaang_nn_1 = mkN "spelomgеng" ; - spelplan_nn_1 = mkN "spelplan" "spelplaner" ; - spelprov_nn_1 = mkN "spelprov" neutrum ; - spelregel_nn_1 = mkN "spelregel" "spelregeln" "spelregler" "spelreglerna" ; - spelsugen_av_1 = mkA "spelsugen" "spelsuget" ; - spelverk_nn_1 = mkN "spelverk" neutrum ; - spenabarn_nn_1 = mkN "spenabarn" neutrum ; - spene_nn_1 = mkN "spene" utrum ; - spenordning_nn_1 = mkN "spenordning" ; - spens_nn_1 = mkN "spens" "spenser" ; - spenslig_av_1 = mkA "spenslig" ; - spermabildning_nn_1 = mkN "spermabildning" ; - spermadonator_nn_1 = mkN "spermadonator" "spermadonatorer" ; - spermamottagarsaeck_nn_1 = mkN "spermamottagarsдck" ; - spermatofor_nn_1 = mkN "spermatofor" "spermatoforen" "spermatoforer" "spermatoforerna" ; - spermatozo_nn_1 = mkN "spermatozo" "spermatozon" "spermatozoer" "spermatozoerna" ; - spermatozoid_nn_1 = mkN "spermatozoid" "spermatozoider" ; - spermie_nn_1 = mkN "spermie" "spermier" ; - spermiemitokondrie_nn_1 = mkN "spermiemitokondrie" "spermiemitokondrier" ; - spermiemodercell_nn_1 = mkN "spermiemodercell" "spermiemoderceller" ; - spetaelsk_av_1 = mkA "spetдlsk" ; - spetig_av_1 = mkA "spetig" ; - spets_nn_1 = mkN "spets" ; - spetsartikel_nn_1 = mkN "spetsartikel" ; - spetsbaage_nn_1 = mkN "spetsbеge" utrum ; - spetsborgare_nn_1 = mkN "spetsborgare" "spetsborgare" ; - spetsbov_nn_1 = mkN "spetsbov" ; - spetsfundig_av_1 = mkA "spetsfundig" ; - spetsfundighet_nn_1 = mkN "spetsfundighet" "spetsfundigheter" ; - spetsglas_nn_1 = mkN "spetsglas" neutrum ; - spetshund_nn_1 = mkN "spetshund" ; - spetsig_av_1 = mkA "spetsig" ; - spetsvinklig_av_1 = mkA "spetsvinklig" ; - spett_nn_1 = mkN "spett" neutrum ; - spex_nn_1 = mkN "spex" neutrum ; - spexig_av_1 = mkA "spexig" ; - spicken_av_1 = mkA "spicken" "spicket" ; - spigg_nn_1 = mkN "spigg" ; - spik_ab_1 = mkAdv "spik" ; - spik_nn_1 = mkN "spik" ; - spikning_nn_1 = mkN "spikning" ; - spikpiano_nn_1 = mkN "spikpiano" "spikpianot" "spikpianon" "spikpianona" ; - spikpistol_nn_1 = mkN "spikpistol" "spikpistoler" ; - spikrak_av_1 = mkA "spikrak" ; - spiksaeker_av_1 = mkA "spiksдker" "spiksдkert" "spiksдkra" "spiksдkra" "spiksдkrare" "spiksдkrast" "spiksдkraste" ; - spiksko_nn_1 = mkN "spiksko" "spikskor" ; - spilkum_nn_1 = mkN "spilkum" ; - spillra_nn_1 = mkN "spillra" ; - spillvatten_nn_1 = mkN "spillvatten" "spillvattnet" "spillvatten" "spillvattnen" ; - spin_nn_1 = mkN "spin" "spinnet" "spin" "spinnen" ; - spin_off_nn_1 = mkN "spin-off" "spin-offer" ; - spinal_av_1 = mkA "spinal" ; - spinalanestesi_nn_1 = mkN "spinalanestesi" "spinalanestesier" ; - spinalganglie_nn_1 = mkN "spinalganglie" "spinalganglier" ; - spindel_nn_1 = mkN "spindel" ; - spindelbult_nn_1 = mkN "spindelbult" ; - spindeldjur_nn_1 = mkN "spindeldjur" neutrum ; - spindelnaet_nn_1 = mkN "spindelnдt" neutrum ; - spindeltraad_nn_1 = mkN "spindeltrеd" ; - spindeltunn_av_1 = mkA "spindeltunn" "spindeltunt" ; - spindelvaev_nn_1 = mkN "spindelvдv" ; - spinell_nn_1 = mkN "spinell" "spineller" ; - spinett_nn_1 = mkN "spinett" "spinetter" ; - spinkig_av_1 = mkA "spinkig" ; - spinn_nn_1 = mkN "spinn" neutrum ; - spinna_vb_1 = mkV "spinna" "spann" "spunnit" ; - spinnaker_nn_1 = mkN "spinnaker" ; - spinnakerbom_nn_1 = mkN "spinnakerbom" "spinnakerbommen" "spinnakerbommar" "spinnakerbommarna" ; - spinnare_nn_1 = mkN "spinnare" "spinnare" ; - spinnarfjaeril_nn_1 = mkN "spinnarfjдril" ; - spinneri_nn_1 = mkN "spinneri" "spinnerit" "spinnerier" "spinnerierna" ; - spinnhus_nn_1 = mkN "spinnhus" neutrum ; - spinnkvalster_nn_1 = mkN "spinnkvalster" neutrum ; - spinnrock_nn_1 = mkN "spinnrock" ; - spinnrulle_nn_1 = mkN "spinnrulle" utrum ; - spinnspoe_nn_1 = mkN "spinnspц" "spinnspцet" "spinnspцn" "spinnspцna" ; - spion_nn_1 = mkN "spion" "spioner" ; - spioneri_nn_1 = mkN "spioneri" "spionerit" "spionerier" "spionerierna" ; - spionflygning_nn_1 = mkN "spionflygning" ; - spionkamera_nn_1 = mkN "spionkamera" ; - spiral_nn_1 = mkN "spiral" "spiraler" ; - spiralblock_nn_1 = mkN "spiralblock" neutrum ; - spiralbotten_nn_1 = mkN "spiralbotten" ; - spiralfjaeder_nn_1 = mkN "spiralfjдder" ; - spiralgalax_nn_1 = mkN "spiralgalax" "spiralgalaxer" ; - spirant_nn_1 = mkN "spirant" "spiranter" ; - spirill_nn_1 = mkN "spirill" "spiriller" ; - spiritist_nn_1 = mkN "spiritist" "spiritister" ; - spiritualist_nn_1 = mkN "spiritualist" "spiritualister" ; - spiritualitet_nn_1 = mkN "spiritualitet" "spiritualiteter" ; - spirituell_av_1 = mkA "spirituell" ; - spirituoes_av_1 = mkA "spirituцs" ; - spiroket_nn_1 = mkN "spiroket" "spiroketer" ; - spis_nn_1 = mkN "spis" ; - spisare_nn_1 = mkN "spisare" "spisare" ; - spisel_nn_1 = mkN "spisel" ; - spiselhaell_nn_1 = mkN "spiselhдll" ; - spiselkrans_nn_1 = mkN "spiselkrans" ; - spiselkrok_nn_1 = mkN "spiselkrok" ; - spiselvraa_nn_1 = mkN "spiselvrе" "spiselvrеn" "spiselvrеr" "spiselvrеrna" ; - spishaell_nn_1 = mkN "spishдll" ; - spiskammare_nn_1 = mkN "spiskammare" "spiskammaren" "spiskamrar" "spiskamrarna" ; - spiskrans_nn_1 = mkN "spiskrans" ; - spiskrok_nn_1 = mkN "spiskrok" ; - spjaele_nn_1 = mkN "spjдle" utrum ; - spjaell_nn_1 = mkN "spjдll" neutrum ; - spjaellband_nn_1 = mkN "spjдllband" neutrum ; - spjaelsaeng_nn_1 = mkN "spjдlsдng" ; - spjaern_ab_1 = mkAdv "spjдrn" ; - spjut_nn_1 = mkN "spjut" neutrum ; - spjutspets_nn_1 = mkN "spjutspets" ; - spjuver_nn_1 = mkN "spjuver" ; - splejk_nn_1 = mkN "splejk" ; - spliss_nn_1 = mkN "spliss" ; - splits_nn_1 = mkN "splits" ; - splitt_ab_1 = mkAdv "splitt" ; - splitter_ab_1 = mkAdv "splitter" ; - splitter_nn_1 = mkN "splitter" neutrum ; - splitterbomb_nn_1 = mkN "splitterbomb" "splitterbomber" ; - splitterny_av_1 = mkA "splitterny" "splitternytt" ; - splittrare_nn_1 = mkN "splittrare" "splittrare" ; - splittring_nn_1 = mkN "splittring" ; - spoe_nn_1 = mkN "spц" "spцet" "spцn" "spцna" ; - spoekaktig_av_1 = mkA "spцkaktig" ; - spoekbild_nn_1 = mkN "spцkbild" "spцkbilder" ; - spoekdjur_nn_1 = mkN "spцkdjur" neutrum ; - spoekelse_nn_1 = mkN "spцkelse" "spцkelset" "spцkelser" "spцkelserna" ; - spoekeri_nn_1 = mkN "spцkeri" "spцkerit" "spцkerier" "spцkerierna" ; - spoekhistoria_nn_1 = mkN "spцkhistoria" "spцkhistorien" "spцkhistorier" "spцkhistorierna" ; - spoeklik_av_1 = mkA "spцklik" ; - spoekpartikel_nn_1 = mkN "spцkpartikel" ; - spoekskrivare_nn_1 = mkN "spцkskrivare" "spцkskrivare" ; - spoekstad_nn_1 = mkN "spцkstad" "spцkstдder" ; - spoersmaal_nn_1 = mkN "spцrsmеl" neutrum ; - spoestraff_nn_1 = mkN "spцstraff" neutrum ; - spoiler_nn_1 = mkN "spoiler" "spoilern" "spoiler" "spoilerna" ; - spolarvaetska_nn_1 = mkN "spolarvдtska" ; - spole_nn_1 = mkN "spole" utrum ; - spolformig_av_1 = mkA "spolformig" ; - spoling_nn_1 = mkN "spoling" ; - spolmask_nn_1 = mkN "spolmask" ; - sponde_nn_1 = mkN "spondй" "spondйer" ; - spondylit_nn_1 = mkN "spondylit" "spondyliter" ; - sponsor_nn_1 = mkN "sponsor" "sponsorer" ; - spont_nn_1 = mkN "spont" "sponter" ; - spontan_av_1 = mkA "spontan" ; - spontanitet_nn_1 = mkN "spontanitet" "spontaniteter" ; - spor_nn_1 = mkN "spor" "sporen" "sporer" "sporerna" ; - sporadisk_av_1 = mkA "sporadisk" ; - sporangium_nn_1 = mkN "sporangium" "sporangiet" "sporangier" "sporangierna" ; - sporbildande_av_1 = mkA "sporbildande" ; - spordjur_nn_1 = mkN "spordjur" neutrum ; - sporkapsel_nn_1 = mkN "sporkapsel" ; - sporre_nn_1 = mkN "sporre" utrum ; - sporsaeck_nn_1 = mkN "sporsдck" ; - sport_nn_1 = mkN "sport" "sporter" ; - sportaffaer_nn_1 = mkN "sportaffдr" "sportaffдrer" ; - sportbil_nn_1 = mkN "sportbil" ; - sportdykning_nn_1 = mkN "sportdykning" ; - sportfaane_nn_1 = mkN "sportfеne" utrum ; - sportfiskemetod_nn_1 = mkN "sportfiskemetod" "sportfiskemetoder" ; - sportflygplan_nn_1 = mkN "sportflygplan" neutrum ; - sportgren_nn_1 = mkN "sportgren" "sportgrenen" "sportgrenar" "sportgrenarna" ; - sportig_av_1 = mkA "sportig" ; - sportklubb_nn_1 = mkN "sportklubb" ; - sportlov_nn_1 = mkN "sportlov" neutrum ; - sportmodell_nn_1 = mkN "sportmodell" "sportmodeller" ; - sportsida_nn_1 = mkN "sportsida" ; - sportslig_av_1 = mkA "sportslig" ; - sportsman_nn_1 = mkN "sportsman" "sportsmannen" "sportsmдn" "sportsmдnnen" ; - sportstuga_nn_1 = mkN "sportstuga" ; - sportvagn_nn_1 = mkN "sportvagn" ; - sporvaext_nn_1 = mkN "sporvдxt" "sporvдxter" ; - spotlight_nn_1 = mkN "spotlight" "spotlighten" "spotlights" "spotlightsen" ; - spotsk_av_1 = mkA "spotsk" ; - spottkoertel_nn_1 = mkN "spottkцrtel" ; - spottstrit_nn_1 = mkN "spottstrit" ; - spottstyver_nn_1 = mkN "spottstyver" ; - spov_nn_1 = mkN "spov" ; - spraak_nn_1 = mkN "sprеk" neutrum ; - spraakanvaendning_nn_1 = mkN "sprеkanvдndning" ; - spraakcentrum_nn_1 = mkN "sprеkcentrum" neutrum ; - spraakdraekt_nn_1 = mkN "sprеkdrдkt" "sprеkdrдkter" ; - spraakfaerdighet_nn_1 = mkN "sprеkfдrdighet" "sprеkfдrdigheter" ; - spraakfamilj_nn_1 = mkN "sprеkfamilj" "sprеkfamiljer" ; - spraakform_nn_1 = mkN "sprеkform" "sprеkformer" ; - spraakforskare_nn_1 = mkN "sprеkforskare" "sprеkforskare" ; - spraakgrupp_nn_1 = mkN "sprеkgrupp" "sprеkgrupper" ; - spraakkunnig_av_1 = mkA "sprеkkunnig" ; - spraaklaboratorium_nn_1 = mkN "sprеklaboratorium" "sprеklaboratoriet" "sprеklaboratorier" "sprеklaboratorierna" ; - spraaklaera_nn_1 = mkN "sprеklдra" ; - spraaklaerare_nn_1 = mkN "sprеklдrare" "sprеklдrare" ; - spraaklig_av_1 = mkA "sprеklig" ; - spraakljud_nn_1 = mkN "sprеkljud" neutrum ; - spraakprov_nn_1 = mkN "sprеkprov" neutrum ; - spraakriktig_av_1 = mkA "sprеkriktig" ; - spraakriktighet_nn_1 = mkN "sprеkriktighet" "sprеkriktigheter" ; - spraakroer_nn_1 = mkN "sprеkrцr" neutrum ; - spraaksam_av_1 = mkA "sprеksam" "sprеksamt" "sprеksamma" "sprеksamma" "sprеksammare" "sprеksammast" "sprеksammaste" ; - spraakstam_nn_1 = mkN "sprеkstam" "sprеkstammen" "sprеkstammar" "sprеkstammarna" ; - spraakstrid_nn_1 = mkN "sprеkstrid" "sprеkstrider" ; - spraaktecken_nn_1 = mkN "sprеktecken" "sprеktecknet" "sprеktecken" "sprеktecknen" ; - spraakteori_nn_1 = mkN "sprеkteori" "sprеkteorier" ; - spraakvaardare_nn_1 = mkN "sprеkvеrdare" "sprеkvеrdare" ; - spraakvetare_nn_1 = mkN "sprеkvetare" "sprеkvetare" ; - spraakvetenskap_nn_1 = mkN "sprеkvetenskap" "sprеkvetenskaper" ; - spraang_nn_1 = mkN "sprеng" neutrum ; - spraangmarsch_nn_1 = mkN "sprеngmarsch" "sprеngmarscher" ; - spraangsegel_nn_1 = mkN "sprеngsegel" neutrum ; - spraangvis_ab_1 = mkAdv "sprеngvis" ; - spraecklig_av_1 = mkA "sprдcklig" ; - spraengaemne_nn_1 = mkN "sprдngдmne" ; - spraengaemnesmolekyl_nn_1 = mkN "sprдngдmnesmolekyl" "sprдngдmnesmolekyler" ; - spraengaemnespatron_nn_1 = mkN "sprдngдmnespatron" "sprдngдmnespatroner" ; - spraengarbetsplats_nn_1 = mkN "sprдngarbetsplats" "sprдngarbetsplatser" ; - spraengfylld_av_1 = mkA "sprдngfylld" "sprдngfyllt" ; - spraenggas_nn_1 = mkN "sprдnggas" "sprдnggaser" ; - spraengkapsel_nn_1 = mkN "sprдngkapsel" ; - spraengladdning_nn_1 = mkN "sprдngladdning" ; - spraenglaerd_av_1 = mkA "sprдnglдrd" "sprдnglдrt" ; - spraengning_nn_1 = mkN "sprдngning" ; - spraengstoff_nn_1 = mkN "sprдngstoff" neutrum ; - spraett_nn_1 = mkN "sprдtt" ; - spraettbaage_nn_1 = mkN "sprдttbеge" utrum ; - spraetthoek_nn_1 = mkN "sprдtthцk" ; - spraettig_av_1 = mkA "sprдttig" ; - sprakfaale_nn_1 = mkN "sprakfеle" utrum ; - sprallig_av_1 = mkA "sprallig" ; - spratt_nn_1 = mkN "spratt" neutrum ; - sprattelgubbe_nn_1 = mkN "sprattelgubbe" utrum ; - spray_nn_1 = mkN "spray" "sprayen" "sprayer" "sprayerna" ; - sprej_nn_1 = mkN "sprej" "sprejer" ; - spretig_av_1 = mkA "spretig" ; - spri_nn_1 = mkN "spri" "sprit" "sprin" "sprien" ; - spricka_vb_1 = mkV "spricka" "sprack" "spruckit" ; - sprickbildning_nn_1 = mkN "sprickbildning" ; - sprickdal_nn_1 = mkN "sprickdal" ; - sprickfaerdig_av_1 = mkA "sprickfдrdig" ; - sprickig_av_1 = mkA "sprickig" ; - sprida_vb_1 = mkV "sprida" "spred" "spritt" ; - spridare_nn_1 = mkN "spridare" "spridare" ; - spridd_av_1 = mkA "spridd" ; - spridning_nn_1 = mkN "spridning" ; - spridningslins_nn_1 = mkN "spridningslins" "spridningslinser" ; - spridningsmaatt_nn_1 = mkN "spridningsmеtt" neutrum ; - spring_nn_2 = mkN "spring" neutrum ; - springa_vb_1 = mkV "springa" "sprang" "sprungit" ; - springare_nn_1 = mkN "springare" "springare" ; - springbock_nn_1 = mkN "springbock" ; - springbrunn_nn_1 = mkN "springbrunn" ; - springmask_nn_1 = mkN "springmask" ; - springpojke_nn_1 = mkN "springpojke" utrum ; - springschas_nn_1 = mkN "springschas" ; - springstilett_nn_1 = mkN "springstilett" "springstiletter" ; - springvatten_nn_1 = mkN "springvatten" "springvattnet" "springvatten" "springvattnen" ; - springvikarie_nn_1 = mkN "springvikarie" "springvikarier" ; - sprinkler_nn_1 = mkN "sprinkler" "sprinklern" "sprinkler" "sprinklerna" ; - sprinkleranlaeggning_nn_1 = mkN "sprinkleranlдggning" ; - sprinklersystem_nn_1 = mkN "sprinklersystem" neutrum ; - sprint_nn_1 = mkN "sprint" ; - sprinter_nn_1 = mkN "sprinter" "sprintern" "sprinter" "sprinterna" ; - spritdryck_nn_1 = mkN "spritdryck" "spritdrycker" ; - sprithalt_nn_1 = mkN "sprithalt" "sprithalter" ; - sprithaltig_av_1 = mkA "sprithaltig" ; - spritkoek_nn_1 = mkN "spritkцk" neutrum ; - spritraettighet_nn_1 = mkN "spritrдttighet" "spritrдttigheter" ; - sprits_nn_1 = mkN "sprits" ; - spritspion_nn_1 = mkN "spritspion" "spritspioner" ; - spritt_ab_1 = mkAdv "spritt" ; - sprittermometer_nn_1 = mkN "sprittermometer" ; - sproed_av_1 = mkA "sprцd" ; - sproejs_nn_1 = mkN "sprцjs" ; - sproet_nn_1 = mkN "sprцt" neutrum ; - sprund_nn_1 = mkN "sprund" neutrum ; - sprut_nn_1 = mkN "sprut" neutrum ; - sprutspets_nn_1 = mkN "sprutspets" ; - sprygel_nn_1 = mkN "sprygel" ; - spurt_nn_1 = mkN "spurt" "spurter" ; - sputnik_nn_1 = mkN "sputnik" ; - spyboll_nn_1 = mkN "spyboll" ; - spydig_av_1 = mkA "spydig" ; - spydighet_nn_1 = mkN "spydighet" "spydigheter" ; - spygatt_nn_1 = mkN "spygatt" neutrum ; - squash_nn_2 = mkN "squash" "squasher" ; - squaw_nn_1 = mkN "squaw" "squawn" "squawer" "squawerna" ; - srilankes_nn_1 = mkN "srilankes" "srilankeser" ; - sta_ab_1 = mkAdv "sta" ; - staaende_av_1 = mkA "stеende" ; - staal_nn_1 = mkN "stеl" neutrum ; - staalfjaeder_nn_1 = mkN "stеlfjдder" ; - staalframstaellning_nn_1 = mkN "stеlframstдllning" ; - staallegering_nn_1 = mkN "stеllegering" ; - staalman_nn_1 = mkN "stеlman" "stеlmannen" "stеlmдn" "stеlmдnnen" ; - staalspik_nn_1 = mkN "stеlspik" ; - staalstick_nn_1 = mkN "stеlstick" neutrum ; - staaltryck_nn_1 = mkN "stеltryck" neutrum ; - staalverk_nn_1 = mkN "stеlverk" neutrum ; - staalvit_av_1 = mkA "stеlvit" ; - staand_ab_1 = mkAdv "stеnd" ; - staand_nn_1 = mkN "stеnd" neutrum ; - staand_nn_2 = mkN "stеnd" neutrum ; - staandaktig_av_1 = mkA "stеndaktig" ; - staandare_nn_1 = mkN "stеndare" "stеndare" ; - staandkrage_nn_1 = mkN "stеndkrage" utrum ; - staandkrok_nn_1 = mkN "stеndkrok" ; - staandman_nn_1 = mkN "stеndman" ; - staandort_nn_1 = mkN "stеndort" "stеndorter" ; - staandpunkt_nn_1 = mkN "stеndpunkt" "stеndpunkter" ; - staandraett_nn_1 = mkN "stеndrдtt" "stеndrдtter" ; - staandsmaessig_av_1 = mkA "stеndsmдssig" ; - staandsperson_nn_1 = mkN "stеndsperson" "stеndspersoner" ; - staang_nn_1 = mkN "stеng" "stдnger" ; - staanghammare_nn_1 = mkN "stеnghammare" "stеnghammaren" "stеnghamrar" "stеnghamrarna" ; - staangjaernshammare_nn_1 = mkN "stеngjдrnshammare" "stеngjдrnshammaren" "stеngjдrnshamrar" "stеngjдrnshamrarna" ; - staangkorv_nn_1 = mkN "stеngkorv" ; - staangryttare_nn_1 = mkN "stеngryttare" "stеngryttare" ; - staaplats_nn_1 = mkN "stеplats" "stеplatser" ; - staathaallare_nn_1 = mkN "stеthеllare" "stеthеllare" ; - staatlig_av_1 = mkA "stеtlig" ; - stab_nn_1 = mkN "stab" "staber" ; - stabbe_nn_1 = mkN "stabbe" utrum ; - stabbig_av_1 = mkA "stabbig" ; - stabbur_nn_1 = mkN "stabbur" ; - stabil_av_1 = mkA "stabil" ; - stabilisator_nn_1 = mkN "stabilisator" "stabilisatorer" ; - stabilitet_nn_1 = mkN "stabilitet" "stabiliteter" ; - stabschef_nn_1 = mkN "stabschef" "stabschefer" ; - stabsofficer_nn_1 = mkN "stabsofficer" "stabsofficern" "stabsofficerare" "stabsofficerarna" ; - stack_nn_1 = mkN "stack" ; - stackare_nn_1 = mkN "stackare" "stackare" ; - stackars_av_1 = mkA "stackars" ; - stackato_ab_1 = mkAdv "stackato" ; - stackato_nn_1 = mkN "stackato" "stackatot" "stackaton" "stackatona" ; - stackmoln_nn_1 = mkN "stackmoln" neutrum ; - stad_nn_1 = mkN "stad" "stдder" ; - stadga_nn_2 = mkN "stadga" ; - stadig_av_1 = mkA "stadig" ; - stadigvarande_av_1 = mkA "stadigvarande" ; - stadion_nn_1 = mkN "stadion" neutrum ; - stadion_nn_2 = mkN "stadion" "stadiet" "stadier" "stadierna" ; - stadium_nn_1 = mkN "stadium" "stadiet" "stadier" "stadierna" ; - stadkant_nn_1 = mkN "stadkant" "stadkanter" ; - stadsarkitekt_nn_1 = mkN "stadsarkitekt" "stadsarkitekter" ; - stadsbibliotek_nn_1 = mkN "stadsbibliotek" neutrum ; - stadsbild_nn_1 = mkN "stadsbild" "stadsbilder" ; - stadsbud_nn_1 = mkN "stadsbud" neutrum ; - stadsbuss_nn_1 = mkN "stadsbuss" ; - stadsdel_nn_1 = mkN "stadsdel" "stadsdelen" "stadsdelar" "stadsdelarna" ; - stadsfullmaektig_nn_1 = mkN "stadsfullmдktig" "stadsfullmдktigen" "stadsfullmдktige" "stadsfullmдktigena" ; - stadshotell_nn_1 = mkN "stadshotell" neutrum ; - stadshus_nn_1 = mkN "stadshus" neutrum ; - stadsmiljoe_nn_1 = mkN "stadsmiljц" "stadsmiljцn" "stadsmiljцer" "stadsmiljцerna" ; - stadsmur_nn_1 = mkN "stadsmur" ; - stadsplan_nn_1 = mkN "stadsplan" "stadsplaner" ; - stadsplanering_nn_1 = mkN "stadsplanering" ; - stadsport_nn_1 = mkN "stadsport" ; - stadssekreterare_nn_1 = mkN "stadssekreterare" "stadssekreterare" ; - stadsstat_nn_1 = mkN "stadsstat" "stadsstater" ; - stadsteater_nn_1 = mkN "stadsteater" ; - staed_nn_1 = mkN "stдd" neutrum ; - staedare_nn_1 = mkN "stдdare" "stдdare" ; - staedbolag_nn_1 = mkN "stдdbolag" neutrum ; - staederska_nn_1 = mkN "stдderska" ; - staedning_nn_1 = mkN "stдdning" ; - staedredskap_nn_1 = mkN "stдdredskap" "stдdredskapet" "stдdredskapen" "stдdredskapena" ; - staedse_ab_1 = mkAdv "stдdse" ; - staedsel_nn_1 = mkN "stдdsel" neutrum ; - staedskaap_nn_1 = mkN "stдdskеp" neutrum ; - staell_nn_1 = mkN "stдll" neutrum ; - staelld_av_1 = mkA "stдlld" "stдllt" ; - staellfoeretraedande_av_1 = mkA "stдllfцretrдdande" ; - staellfoeretraedare_nn_1 = mkN "stдllfцretrдdare" "stдllfцretrдdare" ; - staellning_nn_1 = mkN "stдllning" ; - staellningskrig_nn_1 = mkN "stдllningskrig" neutrum ; - staellningssteg_nn_1 = mkN "stдllningssteg" neutrum ; - staellningstagande_nn_1 = mkN "stдllningstagande" ; - staellverk_nn_1 = mkN "stдllverk" neutrum ; - staemband_nn_1 = mkN "stдmband" neutrum ; - staemgaffel_nn_1 = mkN "stдmgaffel" ; - staemjaern_nn_1 = mkN "stдmjдrn" neutrum ; - staemlaepp_nn_1 = mkN "stдmlдpp" ; - staemma_nn_1 = mkN "stдmma" ; - staemning_nn_1 = mkN "stдmning" ; - staempel_nn_1 = mkN "stдmpel" ; - staempelavgift_nn_1 = mkN "stдmpelavgift" "stдmpelavgifter" ; - staempelur_nn_1 = mkN "stдmpelur" neutrum ; - staempling_nn_1 = mkN "stдmpling" ; - staendchen_nn_1 = mkN "stдndchen" "stдndchenen" "stдndchen" "stдndchenen" ; - staendig_av_1 = mkA "stдndig" ; - staengel_nn_1 = mkN "stдngel" ; - staengning_nn_1 = mkN "stдngning" ; - staengsel_nn_1 = mkN "stдngsel" neutrum ; - staenk_nn_1 = mkN "stдnk" neutrum ; - staenkskaerm_nn_1 = mkN "stдnkskдrm" ; - staenkskydd_nn_1 = mkN "stдnkskydd" neutrum ; - staepp_nn_1 = mkN "stдpp" "stдpper" ; - staeppantilop_nn_1 = mkN "stдppantilop" "stдppantiloper" ; - staerbhus_nn_1 = mkN "stдrbhus" neutrum ; - staerkelserik_av_1 = mkA "stдrkelserik" ; - staev_nn_1 = mkN "stдv" ; - staev_nn_2 = mkN "stдv" neutrum ; - stafett_nn_1 = mkN "stafett" "stafetter" ; - stafettloepning_nn_1 = mkN "stafettlцpning" ; - staffagefigur_nn_1 = mkN "staffagefigur" "staffagefigurer" ; - staffli_nn_1 = mkN "staffli" "staffliet" "stafflier" "stafflierna" ; - stafflimaalning_nn_1 = mkN "stafflimеlning" ; - stafylokock_nn_1 = mkN "stafylokock" "stafylokocker" ; - stag_nn_1 = mkN "stag" neutrum ; - stagg_nn_1 = mkN "stagg" ; - stagnation_nn_1 = mkN "stagnation" "stagnationer" ; - stagsegel_nn_1 = mkN "stagsegel" neutrum ; - stake_nn_1 = mkN "stake" utrum ; - staket_nn_1 = mkN "staket" neutrum ; - stalagmit_nn_1 = mkN "stalagmit" "stalagmiter" ; - stalaktit_nn_1 = mkN "stalaktit" "stalaktiter" ; - stalinist_nn_1 = mkN "stalinist" "stalinister" ; - stalinistisk_av_1 = mkA "stalinistisk" ; - stall_nn_1 = mkN "stall" neutrum ; - stall_nn_2 = mkN "stall" neutrum ; - stall_nn_3 = mkN "stall" ; - stallbacke_nn_1 = mkN "stallbacke" utrum ; - stallbroder_nn_1 = mkN "stallbroder" "stallbrodern" "stallbrцder" "stallbrцderna" ; - stallknekt_nn_1 = mkN "stallknekt" ; - stalltips_nn_1 = mkN "stalltips" neutrum ; - stam_nn_1 = mkN "stam" "stammen" "stammar" "stammarna" ; - stamaktie_nn_1 = mkN "stamaktie" "stamaktier" ; - stamanstaelld_av_1 = mkA "stamanstдlld" "stamanstдllt" ; - stambok_nn_1 = mkN "stambok" "stambцcker" ; - stambord_nn_1 = mkN "stambord" neutrum ; - stamfader_nn_1 = mkN "stamfader" "stamfadern" "stamfдder" "stamfдderna" ; - stamgaest_nn_1 = mkN "stamgдst" "stamgдster" ; - stamhoevding_nn_1 = mkN "stamhцvding" ; - stamkrigare_nn_1 = mkN "stamkrigare" "stamkrigare" ; - stamkund_nn_1 = mkN "stamkund" "stamkunder" ; - stamlinje_nn_1 = mkN "stamlinje" "stamlinjer" ; - stamlokus_nn_1 = mkN "stamlokus" neutrum ; - stammare_nn_1 = mkN "stammare" "stammare" ; - stammoder_nn_1 = mkN "stammoder" "stammodern" "stammцdrar" "stammцdrarna" ; - stamort_nn_1 = mkN "stamort" "stamorter" ; - stamp_nn_1 = mkN "stamp" ; - stampkvarn_nn_1 = mkN "stampkvarn" ; - stamtavla_nn_1 = mkN "stamtavla" ; - stamton_nn_1 = mkN "stamton" "stamtoner" ; - stamtraed_nn_1 = mkN "stamtrдd" neutrum ; - stand_in_nn_1 = mkN "stand-in" "stand-iner" ; - standar_nn_1 = mkN "standar" neutrum ; - standard_nn_1 = mkN "standard" "standarder" ; - standardavvikelse_nn_1 = mkN "standardavvikelse" "standardavvikelser" ; - standardhoejning_nn_1 = mkN "standardhцjning" ; - standardloesning_nn_1 = mkN "standardlцsning" ; - standardprov_nn_1 = mkN "standardprov" neutrum ; - standardverk_nn_1 = mkN "standardverk" neutrum ; - standert_nn_1 = mkN "standert" ; - stank_nn_1 = mkN "stank" "stanker" ; - stannfaagel_nn_1 = mkN "stannfеgel" ; - stanning_nn_1 = mkN "stanning" ; - stannplan_nn_1 = mkN "stannplan" neutrum ; - stans_nn_1 = mkN "stans" ; - stans_nn_2 = mkN "stans" "stanser" ; - stapel_nn_1 = mkN "stapel" ; - stapelavloepning_nn_1 = mkN "stapelavlцpning" ; - stapelbaedd_nn_1 = mkN "stapelbдdd" ; - stapeldiagram_nn_1 = mkN "stapeldiagram" "stapeldiagrammet" "stapeldiagram" "stapeldiagrammen" ; - stapelplats_nn_1 = mkN "stapelplats" "stapelplatser" ; - stapelstad_nn_1 = mkN "stapelstad" "stapelstдder" ; - starbaat_nn_1 = mkN "starbеt" ; - stare_nn_1 = mkN "stare" utrum ; - stark_av_1 = mkA "stark" ; - starkoel_nn_1 = mkN "starkцl" neutrum ; - starkstroem_nn_1 = mkN "starkstrцm" "starkstrцmmen" "starkstrцmmar" "starkstrцmmarna" ; - starkvara_nn_1 = mkN "starkvara" ; - starkvin_nn_1 = mkN "starkvin" "starkvinet" "starkviner" "starkvinerna" ; - start_nn_1 = mkN "start" "starter" ; - startavgift_nn_1 = mkN "startavgift" "startavgifter" ; - startblock_nn_1 = mkN "startblock" neutrum ; - starter_nn_1 = mkN "starter" "startern" "starter" "starterna" ; - startgenerator_nn_1 = mkN "startgenerator" "startgeneratorer" ; - startgrop_nn_1 = mkN "startgrop" ; - startlinje_nn_1 = mkN "startlinje" "startlinjer" ; - startmotor_nn_1 = mkN "startmotor" "startmotorer" ; - startnyckel_nn_1 = mkN "startnyckel" ; - startpistol_nn_1 = mkN "startpistol" "startpistoler" ; - startpunkt_nn_1 = mkN "startpunkt" "startpunkter" ; - startspjaell_nn_1 = mkN "startspjдll" neutrum ; - startvev_nn_1 = mkN "startvev" ; - stas_nn_1 = mkN "stas" "staser" ; - stat_nn_1 = mkN "stat" "stater" ; - statare_nn_1 = mkN "statare" "statare" ; - station_nn_1 = mkN "station" "stationer" ; - stationaer_av_1 = mkA "stationдr" ; - stationsinspektor_nn_1 = mkN "stationsinspektor" "stationsinspektorer" ; - stationsvagn_nn_1 = mkN "stationsvagn" ; - statisk_av_1 = mkA "statisk" ; - statist_nn_1 = mkN "statist" "statister" ; - statistik_nn_1 = mkN "statistik" "statistiker" ; - statistiker_nn_1 = mkN "statistiker" "statistikern" "statistiker" "statistikerna" ; - statistisk_av_1 = mkA "statistisk" ; - stativ_nn_1 = mkN "stativ" neutrum ; - statlig_av_1 = mkA "statlig" ; - stator_nn_1 = mkN "stator" "statorer" ; - statsanslag_nn_1 = mkN "statsanslag" neutrum ; - statsbaerande_av_1 = mkA "statsbдrande" ; - statsbegravning_nn_1 = mkN "statsbegravning" ; - statsbesoek_nn_1 = mkN "statsbesцk" neutrum ; - statsbidrag_nn_1 = mkN "statsbidrag" neutrum ; - statsbildning_nn_1 = mkN "statsbildning" ; - statsbudget_nn_1 = mkN "statsbudget" ; - statschef_nn_1 = mkN "statschef" "statschefer" ; - statsdepartement_nn_1 = mkN "statsdepartement" "statsdepartementet" "statsdepartementen" "statsdepartementena" ; - statsfinansiell_av_1 = mkA "statsfinansiell" ; - statsfoerfattning_nn_1 = mkN "statsfцrfattning" ; - statsfru_nn_1 = mkN "statsfru" ; - statsgeolog_nn_1 = mkN "statsgeolog" "statsgeologer" ; - statshemlighet_nn_1 = mkN "statshemlighet" "statshemligheter" ; - statskupp_nn_1 = mkN "statskupp" "statskupper" ; - statsloes_av_1 = mkA "statslцs" ; - statsmakt_nn_1 = mkN "statsmakt" "statsmakter" ; - statsman_nn_1 = mkN "statsman" "statsmannen" "statsmдn" "statsmдnnen" ; - statsminister_nn_1 = mkN "statsminister" ; - statsnytta_nn_1 = mkN "statsnytta" ; - statsoeverhuvud_nn_1 = mkN "statsцverhuvud" "statsцverhuvudet" "statsцverhuvuden" "statsцverhuvudena" ; - statsraad_nn_1 = mkN "statsrеd" neutrum ; - statsraadsberedning_nn_1 = mkN "statsrеdsberedning" ; - statsrevisor_nn_1 = mkN "statsrevisor" "statsrevisorer" ; - statssekreterare_nn_1 = mkN "statssekreterare" "statssekreterare" ; - statsskick_nn_1 = mkN "statsskick" neutrum ; - statsskuld_nn_1 = mkN "statsskuld" "statsskulder" ; - statstjaensteman_nn_1 = mkN "statstjдnsteman" "statstjдnstemannen" "statstjдnstemдn" "statstjдnstemдnnen" ; - statsvaelvning_nn_1 = mkN "statsvдlvning" ; - statsverksproposition_nn_1 = mkN "statsverksproposition" "statsverkspropositioner" ; - statsvetare_nn_1 = mkN "statsvetare" "statsvetare" ; - statsvetenskap_nn_1 = mkN "statsvetenskap" "statsvetenskaper" ; - statuarisk_av_1 = mkA "statuarisk" ; - statur_nn_1 = mkN "statur" "staturer" ; - statussymbol_nn_1 = mkN "statussymbol" "statussymboler" ; - statut_nn_1 = mkN "statut" "statuter" ; - staty_nn_1 = mkN "staty" "statyer" ; - statyett_nn_1 = mkN "statyett" "statyetter" ; - stav_nn_1 = mkN "stav" ; - stav_nn_2 = mkN "stav" "stдver" ; - stavelse_nn_1 = mkN "stavelse" "stavelser" ; - stavelsebildande_av_1 = mkA "stavelsebildande" ; - stavelseskrift_nn_1 = mkN "stavelseskrift" "stavelseskrifter" ; - stavhopp_nn_1 = mkN "stavhopp" neutrum ; - stavkyrka_nn_1 = mkN "stavkyrka" ; - stavning_nn_1 = mkN "stavning" ; - stavrim_nn_1 = mkN "stavrim" "stavrimmet" "stavrim" "stavrimmen" ; - stearinljus_nn_1 = mkN "stearinljus" neutrum ; - steeplechase_nn_1 = mkN "steeplechase" "steeplechaser" ; - steg_nn_1 = mkN "steg" neutrum ; - stegbaat_nn_1 = mkN "stegbеt" ; - stegbil_nn_1 = mkN "stegbil" ; - stege_nn_1 = mkN "stege" utrum ; - stegel_nn_1 = mkN "stegel" neutrum ; - steglits_nn_1 = mkN "steglits" "steglitser" ; - stegloes_av_1 = mkA "steglцs" ; - stegring_nn_1 = mkN "stegring" ; - stegvis_ab_1 = mkAdv "stegvis" ; - stek_nn_1 = mkN "stek" ; - stek_nn_2 = mkN "stek" neutrum ; - stekburgare_nn_1 = mkN "stekburgare" "stekburgare" ; - stekel_nn_1 = mkN "stekel" ; - stekhet_av_1 = mkA "stekhet" ; - stekhus_nn_1 = mkN "stekhus" neutrum ; - stekspade_nn_1 = mkN "stekspade" utrum ; - stekspett_nn_1 = mkN "stekspett" neutrum ; - stel_av_1 = mkA "stel" ; - stelbent_av_1 = mkA "stelbent" "stelbent" ; - stele_nn_1 = mkN "stele" utrum ; - stelfrusen_av_1 = mkA "stelfrusen" "stelfruset" ; - stelhet_nn_1 = mkN "stelhet" "stelheter" ; - stellar_av_1 = mkA "stellar" ; - stellarisk_av_1 = mkA "stellarisk" ; - sten_nn_1 = mkN "sten" "stenen" "stenar" "stenarna" ; - stenaaldersfynd_nn_1 = mkN "stenеldersfynd" neutrum ; - stenaaldersnivaa_nn_1 = mkN "stenеldersnivе" "stenеldersnivеer" ; - stenbaer_nn_1 = mkN "stenbдr" neutrum ; - stenbit_nn_1 = mkN "stenbit" ; - stenblock_nn_1 = mkN "stenblock" neutrum ; - stenbock_nn_1 = mkN "stenbock" ; - stenbotten_nn_1 = mkN "stenbotten" ; - stenbrott_nn_1 = mkN "stenbrott" neutrum ; - stenbumling_nn_1 = mkN "stenbumling" ; - stencil_nn_1 = mkN "stencil" "stenciler" ; - stendoes_nn_1 = mkN "stendцs" ; - stendoev_av_1 = mkA "stendцv" ; - stenfot_nn_1 = mkN "stenfot" ; - stenfrukt_nn_1 = mkN "stenfrukt" "stenfrukter" ; - stenget_nn_1 = mkN "stenget" "stengetter" ; - stenhaell_nn_1 = mkN "stenhдll" ; - stenhallon_nn_1 = mkN "stenhallon" neutrum ; - stenhuggare_nn_1 = mkN "stenhuggare" "stenhuggare" ; - stenhuggeri_nn_1 = mkN "stenhuggeri" "stenhuggerit" "stenhuggerier" "stenhuggerierna" ; - stenig_av_1 = mkA "stenig" ; - stenkast_nn_1 = mkN "stenkast" neutrum ; - stenknaeck_nn_1 = mkN "stenknдck" ; - stenkol_nn_1 = mkN "stenkol" neutrum ; - stenkummel_nn_1 = mkN "stenkummel" "stenkummlet" "stenkummel" "stenkummlen" ; - stenlaeggning_nn_1 = mkN "stenlдggning" ; - stenlagd_av_1 = mkA "stenlagd" "stenlagt" ; - stenoeken_nn_1 = mkN "stenцken" "stenцkenn" "stenцknar" "stenцknarna" ; - stenograf_nn_1 = mkN "stenograf" "stenografer" ; - stenogram_nn_1 = mkN "stenogram" "stenogrammet" "stenogram" "stenogrammen" ; - stenos_nn_1 = mkN "stenos" "stenoser" ; - stenotop_nn_1 = mkN "stenotop" "stenotoper" ; - stenparti_nn_1 = mkN "stenparti" "stenpartit" "stenpartier" "stenpartierna" ; - stenrik_av_1 = mkA "stenrik" ; - stensaettare_nn_1 = mkN "stensдttare" "stensдttare" ; - stensaettning_nn_1 = mkN "stensдttning" ; - stensatt_av_1 = mkA "stensatt" ; - stenskott_nn_1 = mkN "stenskott" neutrum ; - stensopp_nn_1 = mkN "stensopp" ; - stentavla_nn_1 = mkN "stentavla" ; - stentorsroest_nn_1 = mkN "stentorsrцst" "stentorsrцster" ; - stentorsstaemma_nn_1 = mkN "stentorsstдmma" ; - steradian_nn_1 = mkN "steradian" "steradianer" ; - sterbhus_nn_1 = mkN "sterbhus" neutrum ; - stereoanlaeggning_nn_1 = mkN "stereoanlдggning" ; - stereobild_nn_1 = mkN "stereobild" "stereobilder" ; - stereofonisk_av_1 = mkA "stereofonisk" ; - stereoskop_nn_1 = mkN "stereoskop" neutrum ; - stereotyp_av_1 = mkA "stereotyp" ; - stereotyp_nn_1 = mkN "stereotyp" "stereotyper" ; - stereotypi_nn_1 = mkN "stereotypi" "stereotypier" ; - steril_av_1 = mkA "steril" ; - sterilisering_nn_1 = mkN "sterilisering" ; - sterilitet_nn_1 = mkN "sterilitet" "steriliteter" ; - sterin_nn_1 = mkN "sterin" "steriner" ; - sterisk_av_1 = mkA "sterisk" ; - steroid_nn_1 = mkN "steroid" "steroider" ; - sterol_nn_1 = mkN "sterol" "steroler" ; - stetoskop_nn_1 = mkN "stetoskop" neutrum ; - steward_nn_1 = mkN "steward" ; - stewart_nn_1 = mkN "stewart" ; - stick_nn_1 = mkN "stick" neutrum ; - sticka_vb_1 = mkV "sticka" "stack" "stuckit" ; - stickel_nn_1 = mkN "stickel" ; - stickelbaer_nn_1 = mkN "stickelbдr" neutrum ; - stickelhaarig_av_1 = mkA "stickelhеrig" ; - stickert_nn_1 = mkN "stickert" ; - stickig_av_1 = mkA "stickig" ; - stickkontakt_nn_1 = mkN "stickkontakt" "stickkontakter" ; - stickling_nn_1 = mkN "stickling" ; - stickmaskin_nn_1 = mkN "stickmaskin" "stickmaskiner" ; - stickning_nn_1 = mkN "stickning" ; - stickord_nn_1 = mkN "stickord" neutrum ; - stickpropp_nn_1 = mkN "stickpropp" ; - stickprov_nn_1 = mkN "stickprov" neutrum ; - stickprovsundersoekning_nn_1 = mkN "stickprovsundersцkning" ; - stickreplik_nn_1 = mkN "stickreplik" "stickrepliker" ; - stickspaar_nn_1 = mkN "stickspеr" neutrum ; - stickvapen_nn_1 = mkN "stickvapen" "stickvapnet" "stickvapen" "stickvapnen" ; - stift_nn_1 = mkN "stift" neutrum ; - stiftelse_nn_1 = mkN "stiftelse" "stiftelser" ; - stiftsfroeken_nn_1 = mkN "stiftsfrцken" ; - stiftsjungfru_nn_1 = mkN "stiftsjungfru" "stiftsjungfrun" "stiftsjungfrur" "stiftsjungfrurna" ; - stiftsstad_nn_1 = mkN "stiftsstad" "stiftsstдder" ; - stifttand_nn_1 = mkN "stifttand" "stifttдnder" ; - stig_nn_1 = mkN "stig" ; - stiga_vb_1 = mkV "stiga" "steg" "stigit" ; - stigarcentral_nn_1 = mkN "stigarcentral" "stigarcentraler" ; - stigarledning_nn_1 = mkN "stigarledning" ; - stigbygel_nn_1 = mkN "stigbygel" ; - stigfinnare_nn_1 = mkN "stigfinnare" "stigfinnare" ; - stiglaeder_nn_1 = mkN "stiglдder" neutrum ; - stigloes_av_1 = mkA "stiglцs" ; - stigma_nn_1 = mkN "stigma" "stigmat" "stigman" "stigmana" ; - stigman_nn_1 = mkN "stigman" "stigmannen" "stigmдn" "stigmдnnen" ; - stigning_nn_1 = mkN "stigning" ; - stigort_nn_1 = mkN "stigort" "stigorter" ; - stikisk_av_1 = mkA "stikisk" ; - stil_nn_1 = mkN "stil" ; - stilart_nn_1 = mkN "stilart" "stilarter" ; - stilbildande_av_1 = mkA "stilbildande" ; - stilbildare_nn_1 = mkN "stilbildare" "stilbildare" ; - stilbrytning_nn_1 = mkN "stilbrytning" ; - stildrag_nn_1 = mkN "stildrag" neutrum ; - stilenlig_av_1 = mkA "stilenlig" ; - stilett_nn_1 = mkN "stilett" "stiletter" ; - stilettkaepp_nn_1 = mkN "stilettkдpp" ; - stilfigur_nn_1 = mkN "stilfigur" "stilfigurer" ; - stilfull_av_1 = mkA "stilfull" ; - stilig_av_1 = mkA "stilig" ; - stilisering_nn_1 = mkN "stilisering" ; - stilist_nn_1 = mkN "stilist" "stilister" ; - stilistiker_nn_1 = mkN "stilistiker" "stilistikern" "stilistiker" "stilistikerna" ; - stilistisk_av_1 = mkA "stilistisk" ; - still_ab_1 = mkAdv "still" ; - stilla_ab_1 = mkAdv "stilla" ; - stilla_av_1 = mkA "stilla" ; - stillasittande_av_1 = mkA "stillasittande" ; - stillastaaende_av_1 = mkA "stillastеende" ; - stillatigande_av_1 = mkA "stillatigande" ; - stillbild_nn_1 = mkN "stillbild" "stillbilder" ; - stilldrink_nn_1 = mkN "stilldrink" ; - stilleben_nn_1 = mkN "stilleben" neutrum ; - stillestaand_nn_1 = mkN "stillestеnd" neutrum ; - stillfilm_nn_1 = mkN "stillfilm" "stillfilmer" ; - stillhet_nn_1 = mkN "stillhet" "stillheter" ; - stillsam_av_1 = mkA "stillsam" "stillsamt" "stillsamma" "stillsamma" "stillsammare" "stillsammast" "stillsammaste" ; - stillt_av_1 = mkA "stillt" ; - stilmoebel_nn_1 = mkN "stilmцbel" "stilmцbeln" "stilmцbler" "stilmцblerna" ; - stilren_av_1 = mkA "stilren" ; - stilriktning_nn_1 = mkN "stilriktning" ; - stilsort_nn_1 = mkN "stilsort" "stilsorter" ; - stilton_nn_1 = mkN "stilton" ; - stim_nn_1 = mkN "stim" "stimmet" "stim" "stimmen" ; - stimmig_av_1 = mkA "stimmig" ; - stimulans_nn_1 = mkN "stimulans" "stimulanser" ; - stimulantia_nn_1 = mkN "stimulantia" "stimulantian" "stimulantia" "stimulantiana" ; - stimulator_nn_1 = mkN "stimulator" "stimulatorer" ; - stimulering_nn_1 = mkN "stimulering" ; - stimulus_nn_1 = mkN "stimulus" neutrum ; - sting_nn_1 = mkN "sting" neutrum ; - stingpinne_nn_1 = mkN "stingpinne" utrum ; - stingslig_av_1 = mkA "stingslig" ; - stinkbomb_nn_1 = mkN "stinkbomb" "stinkbomber" ; - stinkdjur_nn_1 = mkN "stinkdjur" neutrum ; - stinkfly_nn_1 = mkN "stinkfly" "stinkflyt" "stinkflyn" "stinkflyen" ; - stinksvamp_nn_1 = mkN "stinksvamp" ; - stinn_av_1 = mkA "stinn" "stint" ; - stins_nn_1 = mkN "stins" ; - stint_ab_1 = mkAdv "stint" ; - stipel_nn_1 = mkN "stipel" "stipeln" "stipler" "stiplerna" ; - stipendiat_nn_1 = mkN "stipendiat" "stipendiater" ; - stipendium_nn_1 = mkN "stipendium" "stipendiet" "stipendier" "stipendierna" ; - stipulation_nn_1 = mkN "stipulation" "stipulationer" ; - stirlingmotor_nn_1 = mkN "stirlingmotor" "stirlingmotorer" ; - stirr_nn_1 = mkN "stirr" ; - stirrig_av_1 = mkA "stirrig" ; - stjaela_vb_1 = mkV "stjдla" "stjдl" "stjдl" "stal" "stulit" "stulen" ; - stjaelk_nn_1 = mkN "stjдlk" ; - stjaelkstygn_nn_1 = mkN "stjдlkstygn" neutrum ; - stjaernassociation_nn_1 = mkN "stjдrnassociation" "stjдrnassociationer" ; - stjaernbetaeckning_nn_1 = mkN "stjдrnbetдckning" ; - stjaernbild_nn_1 = mkN "stjдrnbild" "stjдrnbilder" ; - stjaerndygn_nn_1 = mkN "stjдrndygn" neutrum ; - stjaernevalv_nn_1 = mkN "stjдrnevalv" neutrum ; - stjaernfall_nn_1 = mkN "stjдrnfall" neutrum ; - stjaernfigur_nn_1 = mkN "stjдrnfigur" "stjдrnfigurer" ; - stjaernformig_av_1 = mkA "stjдrnformig" ; - stjaerngosse_nn_1 = mkN "stjдrngosse" utrum ; - stjaerngranne_nn_1 = mkN "stjдrngranne" utrum ; - stjaernhimmel_nn_1 = mkN "stjдrnhimmel" ; - stjaernhop_nn_1 = mkN "stjдrnhop" ; - stjaernhus_nn_1 = mkN "stjдrnhus" neutrum ; - stjaernklar_av_1 = mkA "stjдrnklar" ; - stjaernkonstellation_nn_1 = mkN "stjдrnkonstellation" "stjдrnkonstellationer" ; - stjaernkoppling_nn_1 = mkN "stjдrnkoppling" ; - stjaernlik_av_1 = mkA "stjдrnlik" ; - stjaernljus_av_1 = mkA "stjдrnljus" ; - stjaernljus_nn_1 = mkN "stjдrnljus" neutrum ; - stjaernmotor_nn_1 = mkN "stjдrnmotor" "stjдrnmotorer" ; - stjaernoegd_av_1 = mkA "stjдrnцgd" "stjдrnцgt" ; - stjaernpar_nn_1 = mkN "stjдrnpar" neutrum ; - stjaernskott_nn_1 = mkN "stjдrnskott" neutrum ; - stjaernsmaell_nn_1 = mkN "stjдrnsmдll" ; - stjaernsystem_nn_1 = mkN "stjдrnsystem" neutrum ; - stjaerntriplett_nn_1 = mkN "stjдrntriplett" "stjдrntripletter" ; - stjaerntydare_nn_1 = mkN "stjдrntydare" "stjдrntydare" ; - stjaernvalv_nn_1 = mkN "stjдrnvalv" neutrum ; - stjaert_nn_1 = mkN "stjдrt" ; - stjaertfjaeder_nn_1 = mkN "stjдrtfjдder" ; - stjaertgosse_nn_1 = mkN "stjдrtgosse" utrum ; - stjaertmes_nn_1 = mkN "stjдrtmes" ; - sto_nn_1 = mkN "sto" "stoet" "ston" "stona" ; - stock_nn_1 = mkN "stock" ; - stockankare_nn_1 = mkN "stockankare" "stockankaret" "stockankare" "stockankarna" ; - stockbaat_nn_1 = mkN "stockbеt" ; - stockeld_nn_1 = mkN "stockeld" ; - stockfisk_nn_1 = mkN "stockfisk" ; - stockholmare_nn_1 = mkN "stockholmare" "stockholmare" ; - stockholmska_nn_2 = mkN "stockholmska" ; - stockkonservativ_av_1 = mkA "stockkonservativ" ; - stockning_nn_1 = mkN "stockning" ; - stod_nn_1 = mkN "stod" "stoder" ; - stoed_nn_1 = mkN "stцd" neutrum ; - stoeddig_av_1 = mkA "stцddig" ; - stoedhjul_nn_1 = mkN "stцdhjul" neutrum ; - stoedjecell_nn_1 = mkN "stцdjecell" "stцdjeceller" ; - stoedjepunkt_nn_1 = mkN "stцdjepunkt" "stцdjepunkter" ; - stoedjevaevnad_nn_1 = mkN "stцdjevдvnad" "stцdjevдvnader" ; - stoedjordbruk_nn_1 = mkN "stцdjordbruk" neutrum ; - stoedomraade_nn_1 = mkN "stцdomrеde" ; - stoekig_av_1 = mkA "stцkig" ; - stoeld_nn_1 = mkN "stцld" "stцlder" ; - stoeldsaeker_av_1 = mkA "stцldsдker" "stцldsдkert" "stцldsдkra" "stцldsдkra" "stцldsдkrare" "stцldsдkrast" "stцldsдkraste" ; - stoen_nn_1 = mkN "stцn" neutrum ; - stoenande_nn_1 = mkN "stцnande" ; - stoepplare_nn_1 = mkN "stцpplare" "stцpplare" ; - stoer_nn_1 = mkN "stцr" ; - stoeratom_nn_1 = mkN "stцratom" "stцratomer" ; - stoerning_nn_1 = mkN "stцrning" ; - stoert_ab_1 = mkAdv "stцrt" ; - stoertflod_nn_1 = mkN "stцrtflod" "stцrtfloder" ; - stoerthjaelm_nn_1 = mkN "stцrthjдlm" ; - stoertkaer_av_1 = mkA "stцrtkдr" ; - stoertlopp_nn_1 = mkN "stцrtlopp" neutrum ; - stoet_nn_1 = mkN "stцt" ; - stoetdaempare_nn_1 = mkN "stцtdдmpare" "stцtdдmpare" ; - stoetesten_nn_1 = mkN "stцtesten" "stцtestenen" "stцtestenar" "stцtestenarna" ; - stoetfaangare_nn_1 = mkN "stцtfеngare" "stцtfеngare" ; - stoetsida_nn_1 = mkN "stцtsida" ; - stoetskydd_nn_1 = mkN "stцtskydd" neutrum ; - stoett_av_1 = mkA "stцtt" ; - stoettepelare_nn_1 = mkN "stцttepelare" "stцttepelare" ; - stoetvis_ab_1 = mkAdv "stцtvis" ; - stoetvis_av_1 = mkA "stцtvis" ; - stoevare_nn_1 = mkN "stцvare" "stцvare" ; - stoevel_nn_1 = mkN "stцvel" ; - stoevelknekt_nn_1 = mkN "stцvelknekt" ; - stoevlett_nn_1 = mkN "stцvlett" "stцvletter" ; - stoff_nn_1 = mkN "stoff" neutrum ; - stofil_nn_1 = mkN "stofil" "stofiler" ; - stoft_nn_1 = mkN "stoft" neutrum ; - stoftkorn_nn_1 = mkN "stoftkorn" neutrum ; - stoftmaengd_nn_1 = mkN "stoftmдngd" "stoftmдngder" ; - stoftmoln_nn_1 = mkN "stoftmoln" neutrum ; - stoftpartikel_nn_1 = mkN "stoftpartikel" ; - stoiker_nn_1 = mkN "stoiker" "stoikern" "stoiker" "stoikerna" ; - stoisk_av_1 = mkA "stoisk" ; - stojig_av_1 = mkA "stojig" ; - stokastisk_av_1 = mkA "stokastisk" ; - stol_nn_1 = mkN "stol" ; - stolgaang_nn_1 = mkN "stolgеng" ; - stoll_nn_1 = mkN "stoll" ; - stolle_nn_1 = mkN "stolle" utrum ; - stolleri_nn_1 = mkN "stolleri" "stollerit" "stollerier" "stollerierna" ; - stollig_av_1 = mkA "stollig" ; - stolpbod_nn_1 = mkN "stolpbod" ; - stolpdiagram_nn_1 = mkN "stolpdiagram" "stolpdiagrammet" "stolpdiagram" "stolpdiagrammen" ; - stolpe_nn_1 = mkN "stolpe" utrum ; - stolpiller_nn_1 = mkN "stolpiller" neutrum ; - stolprad_nn_1 = mkN "stolprad" "stolprader" ; - stolpsko_nn_1 = mkN "stolpsko" "stolpskor" ; - stolt_av_1 = mkA "stolt" "stolt" ; - stolthet_nn_1 = mkN "stolthet" "stoltheter" ; - stolts_av_1 = mkA "stolts" ; - stomatit_nn_1 = mkN "stomatit" "stomatiter" ; - stomi_nn_1 = mkN "stomi" "stomier" ; - stomme_nn_1 = mkN "stomme" utrum ; - stomp_nn_1 = mkN "stomp" ; - stop_nn_1 = mkN "stop" neutrum ; - stopp_nn_1 = mkN "stopp" neutrum ; - stopp_nn_2 = mkN "stopp" ; - stoppboll_nn_1 = mkN "stoppboll" ; - stopper_nn_1 = mkN "stopper" "stoppern" "stoppers" "stoppersen" ; - stoppljus_nn_1 = mkN "stoppljus" neutrum ; - stoppnaal_nn_1 = mkN "stoppnеl" ; - stoppning_nn_1 = mkN "stoppning" ; - stoppris_nn_1 = mkN "stoppris" neutrum ; - stoppur_nn_1 = mkN "stoppur" neutrum ; - stor_av_1 = mkA "stor" "stцrre" "stцrst" ; - storasyster_nn_1 = mkN "storasyster" ; - storbaat_nn_1 = mkN "storbеt" ; - storband_nn_1 = mkN "storband" neutrum ; - storblommig_av_1 = mkA "storblommig" ; - storbonde_nn_1 = mkN "storbonde" "storbцnder" ; - storbritannisk_av_1 = mkA "storbritannisk" ; - storby_nn_1 = mkN "storby" "storbyn" "storbyar" "storbyarna" ; - storcirkel_nn_1 = mkN "storcirkel" ; - storcirkelsegling_nn_1 = mkN "storcirkelsegling" ; - stordaad_nn_1 = mkN "stordеd" neutrum ; - stordator_nn_1 = mkN "stordator" "stordatorer" ; - store_nn_1 = mkN "store" "storer" ; - storfamilj_nn_1 = mkN "storfamilj" "storfamiljer" ; - storfamiljshus_nn_1 = mkN "storfamiljshus" neutrum ; - storfoeretag_nn_1 = mkN "storfцretag" neutrum ; - storfurste_nn_1 = mkN "storfurste" utrum ; - storgodsaegare_nn_1 = mkN "storgodsдgare" "storgodsдgare" ; - storhertig_nn_1 = mkN "storhertig" ; - storhet_nn_1 = mkN "storhet" "storheter" ; - storhushaall_nn_1 = mkN "storhushеll" neutrum ; - storindustri_nn_1 = mkN "storindustri" "storindustrier" ; - stork_nn_1 = mkN "stork" ; - storkoek_nn_1 = mkN "storkцk" neutrum ; - storkommun_nn_1 = mkN "storkommun" "storkommuner" ; - storkors_nn_1 = mkN "storkors" neutrum ; - storkrig_nn_1 = mkN "storkrig" neutrum ; - storlek_nn_1 = mkN "storlek" ; - storleksnummer_nn_1 = mkN "storleksnummer" neutrum ; - storleksordning_nn_1 = mkN "storleksordning" ; - storliga_ab_1 = mkAdv "storliga" ; - storligen_ab_1 = mkAdv "storligen" ; - storm_nn_1 = mkN "storm" ; - stormaestare_nn_1 = mkN "stormдstare" "stormдstare" ; - stormakt_nn_1 = mkN "stormakt" "stormakter" ; - stormaktspolitisk_av_1 = mkA "stormaktspolitisk" ; - storman_nn_1 = mkN "storman" "stormannen" "stormдn" "stormдnnen" ; - stormarknad_nn_1 = mkN "stormarknad" "stormarknader" ; - stormast_nn_1 = mkN "stormast" "stormaster" ; - stormbaat_nn_1 = mkN "stormbеt" ; - stormfaagel_nn_1 = mkN "stormfеgel" ; - stormflod_nn_1 = mkN "stormflod" "stormfloder" ; - stormhatt_nn_1 = mkN "stormhatt" ; - stormig_av_1 = mkA "stormig" ; - stormning_nn_1 = mkN "stormning" ; - stormoete_nn_1 = mkN "stormцte" ; - stormogul_nn_1 = mkN "stormogul" "stormoguler" ; - stormufti_nn_1 = mkN "stormufti" "stormuftin" "stormuftier" "stormuftierna" ; - stormvarning_nn_1 = mkN "stormvarning" ; - storoegd_av_1 = mkA "storцgd" "storцgt" ; - storordig_av_1 = mkA "storordig" ; - storpipig_av_1 = mkA "storpipig" ; - storpolitisk_av_1 = mkA "storpolitisk" ; - storrysk_av_1 = mkA "storrysk" ; - storsegel_nn_1 = mkN "storsegel" neutrum ; - storsint_av_1 = mkA "storsint" "storsint" ; - storsjoeodjur_nn_1 = mkN "storsjцodjur" neutrum ; - storskalig_av_1 = mkA "storskalig" ; - storskog_nn_1 = mkN "storskog" ; - storslagen_av_1 = mkA "storslagen" "storslaget" ; - storslam_nn_1 = mkN "storslam" "storslammen" "storslammar" "storslammarna" ; - storspov_nn_1 = mkN "storspov" ; - storstad_nn_1 = mkN "storstad" "storstдder" ; - storstaedning_nn_1 = mkN "storstдdning" ; - storstilt_av_1 = mkA "storstilt" "storstilt" ; - storstrejk_nn_1 = mkN "storstrejk" "storstrejker" ; - storstuga_nn_1 = mkN "storstuga" ; - storsvensk_av_1 = mkA "storsvensk" ; - storsvensk_nn_1 = mkN "storsvensk" ; - stortaa_nn_1 = mkN "stortе" "stortеn" "stortеr" "stortеrna" ; - stortopp_nn_1 = mkN "stortopp" ; - stortroeja_nn_1 = mkN "stortrцja" ; - storvaest_nn_1 = mkN "storvдst" ; - storvaext_av_1 = mkA "storvдxt" "storvдxt" ; - storverk_nn_1 = mkN "storverk" neutrum ; - storvulen_av_1 = mkA "storvulen" "storvulet" ; - storvuxen_av_1 = mkA "storvuxen" "storvuxet" ; - story_nn_1 = mkN "story" "storyer" ; - straa_nn_1 = mkN "strе" "strеet" "strеn" "strеna" ; - straabassjukdom_nn_1 = mkN "strеbassjukdom" ; - straahatt_nn_1 = mkN "strеhatt" ; - straak_nn_1 = mkN "strеk" neutrum ; - straakdrag_nn_1 = mkN "strеkdrag" neutrum ; - straake_nn_1 = mkN "strеke" utrum ; - straakinstrument_nn_1 = mkN "strеkinstrument" neutrum ; - straakkvartett_nn_1 = mkN "strеkkvartett" "strеkkvartetter" ; - straalande_av_1 = mkA "strеlande" ; - straalbehandling_nn_1 = mkN "strеlbehandling" ; - straalben_nn_1 = mkN "strеlben" neutrum ; - straaldjur_nn_1 = mkN "strеldjur" neutrum ; - straaldos_nn_1 = mkN "strеldos" "strеldoser" ; - straale_nn_1 = mkN "strеle" utrum ; - straalfenig_av_1 = mkA "strеlfenig" ; - straalgaangsmaetare_nn_1 = mkN "strеlgеngsmдtare" "strеlgеngsmдtare" ; - straalkastare_nn_1 = mkN "strеlkastare" "strеlkastare" ; - straalkastarljus_nn_1 = mkN "strеlkastarljus" neutrum ; - straalkniv_nn_1 = mkN "strеlkniv" ; - straalkropp_nn_1 = mkN "strеlkropp" ; - straalning_nn_1 = mkN "strеlning" ; - straalningsbaelte_nn_1 = mkN "strеlningsbдlte" ; - straalningsdos_nn_1 = mkN "strеlningsdos" "strеlningsdoser" ; - straalningseffekt_nn_1 = mkN "strеlningseffekt" "strеlningseffekter" ; - straalningsegenskap_nn_1 = mkN "strеlningsegenskap" "strеlningsegenskaper" ; - straalningskommitte_nn_1 = mkN "strеlningskommittй" "strеlningskommittйer" ; - straalningskvantum_nn_1 = mkN "strеlningskvantum" neutrum ; - straalningsspektrum_nn_1 = mkN "strеlningsspektrum" neutrum ; - straalrisk_nn_1 = mkN "strеlrisk" "strеlrisker" ; - straalskyddsinstitut_nn_1 = mkN "strеlskyddsinstitut" neutrum ; - straatroevare_nn_1 = mkN "strеtrцvare" "strеtrцvare" ; - stradivarius_nn_1 = mkN "stradivarius" ; - straeck_nn_1 = mkN "strдck" neutrum ; - straeckare_nn_1 = mkN "strдckare" "strдckare" ; - straeckarmuskel_nn_1 = mkN "strдckarmuskel" "strдckarmuskeln" "strдckarmuskler" "strдckarmusklerna" ; - straeckbaenk_nn_1 = mkN "strдckbдnk" ; - straeckfoerband_nn_1 = mkN "strдckfцrband" neutrum ; - straeckning_nn_1 = mkN "strдckning" ; - straeng_av_1 = mkA "strдng" ; - straeng_nn_1 = mkN "strдng" ; - straengeligen_ab_1 = mkAdv "strдngeligen" ; - straenginstrument_nn_1 = mkN "strдnginstrument" neutrum ; - straev_av_1 = mkA "strдv" ; - straevande_nn_1 = mkN "strдvande" ; - straevbaage_nn_1 = mkN "strдvbеge" utrum ; - straevhaarig_av_1 = mkA "strдvhеrig" ; - straevpelare_nn_1 = mkN "strдvpelare" "strдvpelare" ; - straevsam_av_1 = mkA "strдvsam" "strдvsamt" "strдvsamma" "strдvsamma" "strдvsammare" "strдvsammast" "strдvsammaste" ; - straff_nn_1 = mkN "straff" neutrum ; - straff_nn_2 = mkN "straff" ; - straffaange_nn_1 = mkN "straffеnge" utrum ; - straffbar_av_1 = mkA "straffbar" ; - straffdom_nn_1 = mkN "straffdom" ; - straffkast_nn_1 = mkN "straffkast" neutrum ; - strafflag_nn_1 = mkN "strafflag" ; - straffoerelaeggande_nn_1 = mkN "straffцrelдggande" ; - straffomraade_nn_1 = mkN "straffomrеde" ; - straffredskap_nn_1 = mkN "straffredskap" "straffredskapet" "straffredskapen" "straffredskapena" ; - straffregister_nn_1 = mkN "straffregister" neutrum ; - straffri_av_1 = mkA "straffri" "straffritt" ; - straight_av_1 = mkA "straight" ; - strak_av_1 = mkA "strak" ; - strakbent_av_1 = mkA "strakbent" "strakbent" ; - stram_av_1 = mkA "stram" ; - stramalj_nn_1 = mkN "stramalj" "stramaljer" ; - strand_nn_1 = mkN "strand" "strдnder" ; - strandflate_nn_1 = mkN "strandflate" utrum ; - strandfynd_nn_1 = mkN "strandfynd" neutrum ; - strandhugg_nn_1 = mkN "strandhugg" neutrum ; - strandkant_nn_1 = mkN "strandkant" "strandkanter" ; - strandlinje_nn_1 = mkN "strandlinje" "strandlinjer" ; - strandmiljoe_nn_1 = mkN "strandmiljц" "strandmiljцn" "strandmiljцer" "strandmiljцerna" ; - strandoert_nn_1 = mkN "strandцrt" "strandцrter" ; - strandpipare_nn_1 = mkN "strandpipare" "strandpipare" ; - strandpromenad_nn_1 = mkN "strandpromenad" "strandpromenader" ; - strandstat_nn_1 = mkN "strandstat" "strandstater" ; - strandtomt_nn_1 = mkN "strandtomt" "strandtomter" ; - strandtyp_nn_1 = mkN "strandtyp" "strandtyper" ; - strandvaext_nn_1 = mkN "strandvдxt" "strandvдxter" ; - strandvall_nn_1 = mkN "strandvall" ; - strangulation_nn_1 = mkN "strangulation" "strangulationer" ; - strapats_nn_1 = mkN "strapats" "strapatser" ; - strateg_nn_1 = mkN "strateg" "strateger" ; - strategi_nn_1 = mkN "strategi" "strategier" ; - strategisk_av_1 = mkA "strategisk" ; - stratum_nn_1 = mkN "stratum" "stratum" "strata" "stratana" ; - strax_ab_1 = mkAdv "strax" ; - streamer_nn_1 = mkN "streamer" "streamern" "streamers" "streamersen" ; - streber_nn_1 = mkN "streber" ; - streck_nn_1 = mkN "streck" neutrum ; - streckgubbe_nn_1 = mkN "streckgubbe" utrum ; - streckkod_nn_1 = mkN "streckkod" "streckkoder" ; - strejk_nn_1 = mkN "strejk" "strejker" ; - strejkbrytare_nn_1 = mkN "strejkbrytare" "strejkbrytare" ; - strejkvakt_nn_1 = mkN "strejkvakt" "strejkvakter" ; - streptokock_nn_1 = mkN "streptokock" "streptokocker" ; - streptomycin_nn_1 = mkN "streptomycin" "streptomyciner" ; - stressig_av_1 = mkA "stressig" ; - stretchnylon_nn_1 = mkN "stretchnylon" "stretchnyloner" ; - stretig_av_1 = mkA "stretig" ; - strid_av_1 = mkA "strid" ; - strid_nn_1 = mkN "strid" "strider" ; - stridbar_av_1 = mkA "stridbar" ; - stridig_av_1 = mkA "stridig" ; - stridighet_nn_1 = mkN "stridighet" "stridigheter" ; - stridsaatgaerd_nn_1 = mkN "stridsеtgдrd" "stridsеtgдrder" ; - stridsdomare_nn_1 = mkN "stridsdomare" "stridsdomare" ; - stridsformering_nn_1 = mkN "stridsformering" ; - stridsfraaga_nn_1 = mkN "stridsfrеga" ; - stridsgas_nn_1 = mkN "stridsgas" "stridsgaser" ; - stridsgruppering_nn_1 = mkN "stridsgruppering" ; - stridshandsken_ab_1 = mkAdv "stridshandsken" ; - stridslysten_av_1 = mkA "stridslysten" "stridslystet" ; - stridsmedel_nn_1 = mkN "stridsmedel" neutrum ; - stridsmundering_nn_1 = mkN "stridsmundering" ; - stridsplats_nn_1 = mkN "stridsplats" "stridsplatser" ; - stridsrop_nn_1 = mkN "stridsrop" neutrum ; - stridssele_nn_1 = mkN "stridssele" utrum ; - stridsskjutning_nn_1 = mkN "stridsskjutning" ; - stridsskrift_nn_1 = mkN "stridsskrift" "stridsskrifter" ; - stridsspets_nn_1 = mkN "stridsspets" ; - stridsstaellning_nn_1 = mkN "stridsstдllning" ; - stridstupp_nn_1 = mkN "stridstupp" ; - stridsuppstaellning_nn_1 = mkN "stridsuppstдllning" ; - stridsvaern_nn_1 = mkN "stridsvдrn" neutrum ; - stridsvagn_nn_1 = mkN "stridsvagn" ; - stridsvana_nn_1 = mkN "stridsvana" ; - strigel_nn_1 = mkN "strigel" ; - strike_nn_1 = mkN "strike" utrum ; - strikt_av_1 = mkA "strikt" "strikt" ; - stril_nn_1 = mkN "stril" ; - strimmig_av_1 = mkA "strimmig" ; - stringent_av_1 = mkA "stringent" "stringent" ; - stripig_av_1 = mkA "stripig" ; - strit_nn_1 = mkN "strit" ; - stroboskop_nn_1 = mkN "stroboskop" neutrum ; - stroboskopi_nn_1 = mkN "stroboskopi" "stroboskopier" ; - stroeare_nn_1 = mkN "strцare" "strцare" ; - stroeg_nn_1 = mkN "strцg" neutrum ; - stroejobb_nn_1 = mkN "strцjobb" neutrum ; - stroem_av_1 = mkA "strцm" ; - stroem_nn_1 = mkN "strцm" "strцmmen" "strцmmar" "strцmmarna" ; - stroemavtagare_nn_1 = mkN "strцmavtagare" "strцmavtagare" ; - stroembrytare_nn_1 = mkN "strцmbrytare" "strцmbrytare" ; - stroemfoerande_av_1 = mkA "strцmfцrande" ; - stroemfoertraengning_nn_1 = mkN "strцmfцrtrдngning" ; - stroemhopp_nn_1 = mkN "strцmhopp" neutrum ; - stroemkantring_nn_1 = mkN "strцmkantring" ; - stroemkrets_nn_1 = mkN "strцmkrets" ; - stroemledande_av_1 = mkA "strцmledande" ; - stroemledning_nn_1 = mkN "strцmledning" ; - stroemmaetare_nn_1 = mkN "strцmmдtare" "strцmmдtare" ; - stroemming_nn_1 = mkN "strцmming" ; - stroemning_nn_1 = mkN "strцmning" ; - stroemring_nn_1 = mkN "strцmring" ; - stroemstaellare_nn_1 = mkN "strцmstдllare" "strцmstдllare" ; - stroemstare_nn_1 = mkN "strцmstare" utrum ; - stroemstyrka_nn_1 = mkN "strцmstyrka" ; - stroemuttag_nn_1 = mkN "strцmuttag" neutrum ; - stroemvirvel_nn_1 = mkN "strцmvirvel" ; - stroevomraade_nn_1 = mkN "strцvomrеde" ; - stroevtaag_nn_1 = mkN "strцvtеg" neutrum ; - strof_nn_1 = mkN "strof" "strofer" ; - strofisk_av_1 = mkA "strofisk" ; - strofpar_nn_1 = mkN "strofpar" neutrum ; - strong_av_1 = mkA "strong" ; - strontiumfoerening_nn_1 = mkN "strontiumfцrening" ; - stropp_nn_1 = mkN "stropp" ; - stroppig_av_1 = mkA "stroppig" ; - stross_nn_1 = mkN "stross" ; - strudel_nn_1 = mkN "strudel" ; - struktur_nn_1 = mkN "struktur" "strukturer" ; - strukturalist_nn_1 = mkN "strukturalist" "strukturalister" ; - strukturarbetsloeshet_nn_1 = mkN "strukturarbetslцshet" "strukturarbetslцsheter" ; - strukturell_av_1 = mkA "strukturell" ; - strukturfoeraendring_nn_1 = mkN "strukturfцrдndring" ; - strukturformel_nn_1 = mkN "strukturformel" "strukturformeln" "strukturformler" "strukturformlerna" ; - strukturrationalisering_nn_1 = mkN "strukturrationalisering" ; - strulig_av_1 = mkA "strulig" ; - strumpeband_nn_1 = mkN "strumpeband" neutrum ; - strumpebandsorden_nn_1 = mkN "strumpebandsorden" ; - strumpfot_nn_1 = mkN "strumpfot" "strumpfцtter" ; - strumphael_nn_1 = mkN "strumphдl" ; - struntfin_av_1 = mkA "struntfin" ; - struntfoernaem_av_1 = mkA "struntfцrnдm" ; - struntsumma_nn_1 = mkN "struntsumma" ; - struntviktig_av_1 = mkA "struntviktig" ; - strupcancer_nn_1 = mkN "strupcancer" ; - strupe_nn_1 = mkN "strupe" utrum ; - struphuvud_nn_1 = mkN "struphuvud" "struphuvudet" "struphuvuden" "struphuvudena" ; - struplock_nn_1 = mkN "struplock" neutrum ; - strut_nn_1 = mkN "strut" ; - struts_nn_1 = mkN "struts" ; - strutsfjaeder_nn_1 = mkN "strutsfjдder" ; - strutsmage_nn_1 = mkN "strutsmage" utrum ; - strutsplym_nn_1 = mkN "strutsplym" "strutsplymer" ; - struttig_av_1 = mkA "struttig" ; - stryka_vb_1 = mkV "stryka" "strцk" "strukit" ; - strykare_nn_1 = mkN "strykare" "strykare" ; - strykbraede_nn_1 = mkN "strykbrдde" ; - strykerska_nn_1 = mkN "strykerska" ; - strykfaagel_nn_1 = mkN "strykfеgel" ; - strykfri_av_1 = mkA "strykfri" "strykfritt" ; - strykjaern_nn_1 = mkN "strykjдrn" neutrum ; - strykning_nn_1 = mkN "strykning" ; - strykpojke_nn_1 = mkN "strykpojke" utrum ; - stryktaalig_av_1 = mkA "stryktеlig" ; - stryktaeck_av_1 = mkA "stryktдck" ; - stryktvaett_nn_1 = mkN "stryktvдtt" ; - strypa_vb_1 = mkV "stryper" ; - strypare_nn_1 = mkN "strypare" "strypare" ; - strypning_nn_1 = mkN "strypning" ; - stubb_nn_1 = mkN "stubb" ; - stubbe_nn_1 = mkN "stubbe" utrum ; - stubbig_av_1 = mkA "stubbig" ; - stubin_nn_1 = mkN "stubin" "stubiner" ; - stuck_nn_1 = mkN "stuck" "stucker" ; - stuckatoer_nn_1 = mkN "stuckatцr" "stuckatцrer" ; - stuckatur_nn_1 = mkN "stuckatur" "stuckaturer" ; - stucken_av_1 = mkA "stucken" "stucket" ; - student_nn_1 = mkN "student" "studenter" ; - studentbetyg_nn_1 = mkN "studentbetyg" neutrum ; - studentexamen_nn_1 = mkN "studentexamen" "studentexamen" "studentexamina" "studentexamina" ; - studenthem_nn_1 = mkN "studenthem" "studenthemmet" "studenthem" "studenthemmen" ; - studentikos_av_1 = mkA "studentikos" ; - studentkaar_nn_1 = mkN "studentkеr" "studentkеrer" ; - studentnation_nn_1 = mkN "studentnation" "studentnationer" ; - studentsaang_nn_1 = mkN "studentsеng" "studentsеnger" ; - studentteater_nn_1 = mkN "studentteater" ; - studerande_nn_1 = mkN "studerande" "studeranden" "studerande" "studerandena" ; - studerkammare_nn_1 = mkN "studerkammare" "studerkammaren" "studerkamrar" "studerkamrarna" ; - studie_nn_1 = mkN "studie" "studier" ; - studieaar_nn_1 = mkN "studieеr" neutrum ; - studiebesoek_nn_1 = mkN "studiebesцk" neutrum ; - studiebidrag_nn_1 = mkN "studiebidrag" neutrum ; - studiecirkel_nn_1 = mkN "studiecirkel" ; - studiedag_nn_1 = mkN "studiedag" ; - studiefoerbund_nn_1 = mkN "studiefцrbund" neutrum ; - studiegrupp_nn_1 = mkN "studiegrupp" "studiegrupper" ; - studielaan_nn_1 = mkN "studielеn" neutrum ; - studiemedel_nn_1 = mkN "studiemedel" neutrum ; - studieobjekt_nn_1 = mkN "studieobjekt" neutrum ; - studieorientering_nn_1 = mkN "studieorientering" ; - studiepenning_nn_1 = mkN "studiepenning" ; - studierektor_nn_1 = mkN "studierektor" "studierektorer" ; - studieskuld_nn_1 = mkN "studieskuld" "studieskulder" ; - studietid_nn_1 = mkN "studietid" "studietider" ; - studievaegledare_nn_1 = mkN "studievдgledare" "studievдgledare" ; - studio_nn_1 = mkN "studio" "studior" ; - studioman_nn_1 = mkN "studioman" "studiomannen" "studiomдn" "studiomдnnen" ; - studiomusiker_nn_1 = mkN "studiomusiker" "studiomusikern" "studiomusiker" "studiomusikerna" ; - studiosus_nn_1 = mkN "studiosus" "studiosus" "studiosi" "studiosina" ; - studium_nn_1 = mkN "studium" "studiet" "studier" "studierna" ; - studs_nn_1 = mkN "studs" ; - studsare_nn_1 = mkN "studsare" "studsare" ; - stuff_nn_1 = mkN "stuff" "stuffer" ; - stuga_nn_1 = mkN "stuga" ; - stugby_nn_1 = mkN "stugby" "stugbyn" "stugbyar" "stugbyarna" ; - stugsittare_nn_1 = mkN "stugsittare" "stugsittare" ; - stum_av_1 = mkA "stum" "stumt" "stumma" "stumma" "stummare" "stummast" "stummaste" ; - stumfilm_nn_1 = mkN "stumfilm" "stumfilmer" ; - stump_nn_1 = mkN "stump" ; - stund_nn_1 = mkN "stund" "stunder" ; - stundlig_av_1 = mkA "stundlig" ; - stundligen_ab_1 = mkAdv "stundligen" ; - stundom_ab_1 = mkAdv "stundom" ; - stundtals_ab_1 = mkAdv "stundtals" ; - stuntman_nn_1 = mkN "stuntman" "stuntmannen" "stuntmдn" "stuntmдnnen" ; - stup_nn_1 = mkN "stup" neutrum ; - stupa_vb_1 = mkV "stupa" ; - stupiditet_nn_1 = mkN "stupiditet" "stupiditeter" ; - stuproer_nn_1 = mkN "stuprцr" neutrum ; - stuproersmodell_nn_1 = mkN "stuprцrsmodell" "stuprцrsmodeller" ; - stupstock_nn_1 = mkN "stupstock" ; - sturig_av_1 = mkA "sturig" ; - stursk_av_1 = mkA "stursk" ; - stuss_nn_1 = mkN "stuss" ; - stut_nn_1 = mkN "stut" ; - stuteri_nn_1 = mkN "stuteri" "stuterit" "stuterier" "stuterierna" ; - stuv_nn_1 = mkN "stuv" ; - stuvare_nn_1 = mkN "stuvare" "stuvare" ; - stuvbit_nn_1 = mkN "stuvbit" ; - stuveri_nn_1 = mkN "stuveri" "stuverit" "stuverier" "stuverierna" ; - stuveriarbetare_nn_1 = mkN "stuveriarbetare" "stuveriarbetare" ; - stuvning_nn_1 = mkN "stuvning" ; - styck_nn_1 = mkN "styck" "stycken" "stycken" "styckena" ; - styckebruk_nn_1 = mkN "styckebruk" neutrum ; - styckevis_ab_1 = mkAdv "styckevis" ; - styckjunkare_nn_1 = mkN "styckjunkare" "styckjunkare" ; - styckmaestare_nn_1 = mkN "styckmдstare" "styckmдstare" ; - styckningsschema_nn_1 = mkN "styckningsschema" "styckningsschemat" "styckningsscheman" "styckningsschemana" ; - styckvis_ab_1 = mkAdv "styckvis" ; - stygg_av_1 = mkA "stygg" ; - styggelse_nn_1 = mkN "styggelse" "styggelser" ; - stygger_nn_1 = mkN "stygger" "styggern" "styggar" "styggarna" ; - stygging_nn_1 = mkN "stygging" ; - stygn_nn_1 = mkN "stygn" neutrum ; - stylit_nn_1 = mkN "stylit" "styliter" ; - stylobat_nn_1 = mkN "stylobat" "stylobater" ; - styltrot_nn_1 = mkN "styltrot" "styltrцtter" ; - stympare_nn_1 = mkN "stympare" "stympare" ; - styng_nn_1 = mkN "styng" neutrum ; - styrbar_av_1 = mkA "styrbar" ; - styrbord_ab_1 = mkAdv "styrbord" ; - styrcentrum_nn_1 = mkN "styrcentrum" neutrum ; - styrelse_nn_1 = mkN "styrelse" "styrelser" ; - styrelseform_nn_1 = mkN "styrelseform" "styrelseformer" ; - styrelseledamot_nn_1 = mkN "styrelseledamot" "styrelseledamцter" ; - styresman_nn_1 = mkN "styresman" "styresmannen" "styresmдn" "styresmдnnen" ; - styrinraettning_nn_1 = mkN "styrinrдttning" ; - styrka_nn_1 = mkN "styrka" ; - styrketaar_nn_1 = mkN "styrketеr" ; - styrlastighet_nn_1 = mkN "styrlastighet" "styrlastigheter" ; - styrman_nn_1 = mkN "styrman" "styrmannen" "styrmдn" "styrmдnnen" ; - styrning_nn_1 = mkN "styrning" ; - styrsignal_nn_1 = mkN "styrsignal" "styrsignaler" ; - styrstaang_nn_1 = mkN "styrstеng" "styrstдnger" ; - styrstav_nn_1 = mkN "styrstav" ; - styrsystem_nn_1 = mkN "styrsystem" neutrum ; - styrvaexel_nn_1 = mkN "styrvдxel" ; - styv_av_1 = mkA "styv" ; - styvbarn_nn_1 = mkN "styvbarn" neutrum ; - styver_nn_1 = mkN "styver" "styvern" "styver" "styverna" ; - styvfader_nn_1 = mkN "styvfader" "styvfadern" "styvfдder" "styvfдderna" ; - styvfoeraelder_nn_1 = mkN "styvfцrдlder" ; - styvhet_nn_1 = mkN "styvhet" "styvheter" ; - styvmoderlig_av_1 = mkA "styvmoderlig" ; - styvmor_nn_1 = mkN "styvmoder" "styvmodern" "styvmцdrar" "styvmцdrarna" ; - styvmorsviol_nn_1 = mkN "styvmorsviol" "styvmorsvioler" ; - styvnad_nn_1 = mkN "styvnad" "styvnader" ; - styvsint_av_1 = mkA "styvsint" "styvsint" ; - styvsyskon_nn_1 = mkN "styvsyskon" neutrum ; - subalpin_av_1 = mkA "subalpin" ; - subaltern_nn_1 = mkN "subaltern" "subalterner" ; - subantarktisk_av_1 = mkA "subantarktisk" ; - subarktisk_av_1 = mkA "subarktisk" ; - subbig_av_1 = mkA "subbig" ; - subdominant_nn_1 = mkN "subdominant" "subdominanter" ; - subjekt_nn_1 = mkN "subjekt" neutrum ; - subjektiv_av_1 = mkA "subjektiv" ; - subjektivitet_nn_1 = mkN "subjektivitet" "subjektiviteter" ; - subkontinent_nn_1 = mkN "subkontinent" "subkontinenter" ; - subkultur_nn_1 = mkN "subkultur" "subkulturer" ; - subkutan_av_1 = mkA "subkutan" ; - sublim_av_1 = mkA "sublim" ; - sublimation_nn_1 = mkN "sublimation" "sublimationer" ; - subliminal_av_1 = mkA "subliminal" ; - submarin_av_1 = mkA "submarin" ; - subrett_nn_1 = mkN "subrett" "subretter" ; - subsidiaer_av_1 = mkA "subsidiдr" ; - subskribent_nn_1 = mkN "subskribent" "subskribenter" ; - substans_nn_1 = mkN "substans" "substanser" ; - substantiell_av_1 = mkA "substantiell" ; - substantiv_nn_1 = mkN "substantiv" neutrum ; - substitut_nn_1 = mkN "substitut" neutrum ; - substitution_nn_1 = mkN "substitution" "substitutioner" ; - substrat_nn_1 = mkN "substrat" neutrum ; - subtil_av_1 = mkA "subtil" ; - subtilitet_nn_1 = mkN "subtilitet" "subtiliteter" ; - subtraktion_nn_1 = mkN "subtraktion" "subtraktioner" ; - subtropisk_av_1 = mkA "subtropisk" ; - subvention_nn_1 = mkN "subvention" "subventioner" ; - subversiv_av_1 = mkA "subversiv" ; - succe_nn_1 = mkN "succй" "succйer" ; - succees_nn_1 = mkN "succeйs" "succeйser" ; - succession_nn_1 = mkN "succession" "successioner" ; - successiv_av_1 = mkA "successiv" ; - suck_nn_1 = mkN "suck" ; - suckande_nn_1 = mkN "suckande" ; - suckulent_av_1 = mkA "suckulent" "suckulent" ; - suckulent_nn_1 = mkN "suckulent" "suckulenter" ; - sudanes_nn_1 = mkN "sudanes" "sudaneser" ; - sudanesisk_av_1 = mkA "sudanesisk" ; - sudd_nn_1 = mkN "sudd" ; - suddgummi_nn_1 = mkN "suddgummi" "suddgummit" "suddgummin" "suddgummina" ; - suddig_av_1 = mkA "suddig" ; - suffix_nn_1 = mkN "suffix" neutrum ; - suffle_nn_1 = mkN "sufflй" "sufflйer" ; - sufflett_nn_1 = mkN "sufflett" "suffletter" ; - suffloer_nn_1 = mkN "sufflцr" "sufflцrer" ; - suffloes_nn_1 = mkN "sufflцs" "sufflцser" ; - suffragett_nn_1 = mkN "suffragett" "suffragetter" ; - sug_nn_1 = mkN "sug" ; - suga_vb_1 = mkV "suga" "sцg" "sugit" ; - sugande_av_1 = mkA "sugande" ; - sugen_ab_1 = mkAdv "sugen" ; - sugen_av_1 = mkA "sugen" "suget" ; - sugfas_nn_1 = mkN "sugfas" "sugfaser" ; - suggestibel_av_1 = mkA "suggestibel" "suggestibelt" "suggestibla" "suggestibla" "suggestiblare" "suggestiblast" "suggestiblaste" ; - suggestion_nn_1 = mkN "suggestion" "suggestioner" ; - suggestiv_av_1 = mkA "suggestiv" ; - sugroer_nn_1 = mkN "sugrцr" neutrum ; - suicidal_av_1 = mkA "suicidal" ; - sujett_nn_1 = mkN "sujett" "sujetter" ; - sulfat_nn_1 = mkN "sulfat" neutrum ; - sulfatfabrik_nn_1 = mkN "sulfatfabrik" "sulfatfabriker" ; - sulfid_nn_1 = mkN "sulfid" "sulfider" ; - sulfit_nn_1 = mkN "sulfit" neutrum ; - sulfitfabrik_nn_1 = mkN "sulfitfabrik" "sulfitfabriker" ; - sulky_nn_1 = mkN "sulky" "sulkyer" ; - sultan_nn_1 = mkN "sultan" "sultaner" ; - sultanat_nn_1 = mkN "sultanat" neutrum ; - sultanrussin_nn_1 = mkN "sultanrussin" neutrum ; - sumer_nn_1 = mkN "sumer" "sumerer" ; - sumerer_nn_1 = mkN "sumerer" "sumerern" "sumerer" "sumererna" ; - sumerisk_av_1 = mkA "sumerisk" ; - summa_nn_1 = mkN "summa" ; - summarisk_av_1 = mkA "summarisk" ; - summer_nn_1 = mkN "summer" "summern" "summrar" "summrarna" ; - summerton_nn_1 = mkN "summerton" "summertoner" ; - sumo_nn_2 = mkN "sumo" "sumot" "sumon" "sumona" ; - sump_nn_2 = mkN "sump" ; - sumpbaever_nn_1 = mkN "sumpbдver" ; - sumpig_av_1 = mkA "sumpig" ; - sumpmark_nn_1 = mkN "sumpmark" "sumpmarker" ; - sumpomraade_nn_1 = mkN "sumpomrеde" ; - sumpskog_nn_1 = mkN "sumpskog" ; - sund_av_1 = mkA "sund" ; - sund_nn_1 = mkN "sund" neutrum ; - sundae_nn_1 = mkN "sundae" "sundaer" ; - sunnit_nn_1 = mkN "sunnit" "sunniter" ; - suntaelt_nn_1 = mkN "suntдlt" neutrum ; - sup_nn_1 = mkN "sup" ; - supa_vb_1 = mkV "supa" "sцp" "supit" ; - supe_nn_1 = mkN "supй" "supйer" ; - superb_av_1 = mkA "superb" ; - superdator_nn_1 = mkN "superdator" "superdatorer" ; - superellips_nn_1 = mkN "superellips" "superellipser" ; - superfoerening_nn_1 = mkN "superfцrening" ; - supergalaxhop_nn_1 = mkN "supergalaxhop" ; - superhop_nn_1 = mkN "superhop" ; - superintendent_nn_1 = mkN "superintendent" "superintendenter" ; - superkarg_nn_1 = mkN "superkarg" ; - superlativ_av_1 = mkA "superlativ" ; - superlativ_nn_1 = mkN "superlativ" "superlativer" ; - supermakt_nn_1 = mkN "supermakt" "supermakter" ; - supernovaexplosion_nn_1 = mkN "supernovaexplosion" "supernovaexplosioner" ; - supernovautbrott_nn_1 = mkN "supernovautbrott" neutrum ; - superposition_nn_1 = mkN "superposition" "superpositioner" ; - supersnabb_av_1 = mkA "supersnabb" ; - supersonisk_av_1 = mkA "supersonisk" ; - superstark_av_1 = mkA "superstark" ; - supertanker_nn_1 = mkN "supertanker" ; - supig_av_1 = mkA "supig" ; - supinum_nn_1 = mkN "supinum" "supinum" "supiner" "supinerna" ; - suppleant_nn_1 = mkN "suppleant" "suppleanter" ; - supplement_nn_1 = mkN "supplement" "supplementet" "supplementen" "supplementena" ; - supplementaer_av_1 = mkA "supplementдr" ; - supplementvinkel_nn_1 = mkN "supplementvinkel" ; - supplik_nn_1 = mkN "supplik" "suppliker" ; - supplikant_nn_1 = mkN "supplikant" "supplikanter" ; - support_nn_1 = mkN "support" "supporter" ; - supporter_nn_1 = mkN "supporter" ; - supposition_nn_1 = mkN "supposition" "suppositioner" ; - suppositorium_nn_1 = mkN "suppositorium" "suppositoriet" "suppositorier" "suppositorierna" ; - supradental_av_1 = mkA "supradental" ; - supradental_nn_1 = mkN "supradental" "supradentaler" ; - supramarin_av_1 = mkA "supramarin" ; - suput_nn_1 = mkN "suput" ; - sur_av_1 = mkA "sur" ; - surapel_nn_1 = mkN "surapel" ; - surbrunn_nn_1 = mkN "surbrunn" ; - surdeg_nn_1 = mkN "surdeg" ; - surfare_nn_1 = mkN "surfare" "surfare" ; - surfoder_nn_1 = mkN "surfoder" neutrum ; - surhet_nn_1 = mkN "surhet" "surheter" ; - surhetsgrad_nn_1 = mkN "surhetsgrad" "surhetsgrader" ; - surinames_nn_1 = mkN "surinames" "surinameser" ; - surinamesisk_av_1 = mkA "surinamesisk" ; - surkart_nn_1 = mkN "surkart" ; - surkoersbaer_nn_1 = mkN "surkцrsbдr" neutrum ; - surmulen_av_1 = mkA "surmulen" "surmulet" ; - suroegd_av_1 = mkA "surцgd" "surцgt" ; - surpris_nn_1 = mkN "surpris" "surpriser" ; - surrealistisk_av_1 = mkA "surrealistisk" ; - surrogat_nn_1 = mkN "surrogat" neutrum ; - surstek_nn_1 = mkN "surstek" ; - surstroemming_nn_1 = mkN "surstrцmming" ; - susen_ab_1 = mkAdv "susen" ; - suspekt_av_1 = mkA "suspekt" "suspekt" ; - suspension_nn_1 = mkN "suspension" "suspensioner" ; - suspensiv_av_1 = mkA "suspensiv" ; - suspensoar_nn_1 = mkN "suspensoar" "suspensoarer" ; - sutan_nn_1 = mkN "sutan" "sutaner" ; - sutare_nn_1 = mkN "sutare" "sutare" ; - sutenoer_nn_1 = mkN "sutenцr" "sutenцrer" ; - suterraengvaaning_nn_1 = mkN "suterrдngvеning" ; - sutur_nn_1 = mkN "sutur" "suturer" ; - suvenir_nn_1 = mkN "suvenir" "suvenirer" ; - suveraen_av_1 = mkA "suverдn" ; - suveraen_nn_1 = mkN "suverдn" "suverдner" ; - suveraenitet_nn_1 = mkN "suverдnitet" "suverдniteter" ; - svaager_nn_1 = mkN "svеger" ; - svaal_nn_1 = mkN "svеl" ; - svaangrem_nn_1 = mkN "svеngrem" "svеngremmen" "svеngremmar" "svеngremmarna" ; - svaar_av_1 = mkA "svеr" ; - svaara_ab_1 = mkAdv "svеra" ; - svaarbedoemd_av_1 = mkA "svеrbedцmd" "svеrbedцmt" ; - svaarbegriplig_av_1 = mkA "svеrbegriplig" ; - svaarfoerklarlig_av_1 = mkA "svеrfцrklarlig" ; - svaarframkomlig_av_1 = mkA "svеrframkomlig" ; - svaarighet_nn_1 = mkN "svеrighet" "svеrigheter" ; - svaarlaest_av_1 = mkA "svеrlдst" "svеrlдst" ; - svaarligen_ab_1 = mkAdv "svеrligen" ; - svaarloest_av_1 = mkA "svеrlцst" "svеrlцst" ; - svaarmodig_av_1 = mkA "svеrmodig" ; - svaarpaavisbar_av_1 = mkA "svеrpеvisbar" ; - svaarsaald_av_1 = mkA "svеrsеld" "svеrsеlt" ; - svaarsmaelt_av_1 = mkA "svеrsmдlt" "svеrsmдlt" ; - svaartillgaenglig_av_1 = mkA "svеrtillgдnglig" ; - svaarupptaeckt_av_1 = mkA "svеrupptдckt" "svеrupptдckt" ; - svabb_nn_1 = mkN "svabb" ; - svaegerska_nn_1 = mkN "svдgerska" ; - svaelta_vb_2 = mkV "svдlta" "svдlter" "svдlt" "svalt" "svultit" "svдlt" ; - svaeltdoed_nn_1 = mkN "svдltdцd" ; - svaeltfoedd_av_1 = mkA "svдltfцdd" ; - svaeltkatastrof_nn_1 = mkN "svдltkatastrof" "svдltkatastrofer" ; - svaeltkonstnaer_nn_1 = mkN "svдltkonstnдr" "svдltkonstnдrer" ; - svaeltloen_nn_1 = mkN "svдltlцn" "svдltlцner" ; - svaeng_nn_1 = mkN "svдng" ; - svaengbro_nn_1 = mkN "svдngbro" ; - svaengd_av_1 = mkA "svдngd" "svдngt" ; - svaengdoerr_nn_1 = mkN "svдngdцrr" ; - svaengel_nn_1 = mkN "svдngel" ; - svaenghjul_nn_1 = mkN "svдnghjul" neutrum ; - svaenghjulsmagnet_nn_1 = mkN "svдnghjulsmagnet" "svдnghjulsmagneter" ; - svaengig_av_1 = mkA "svдngig" ; - svaengning_nn_1 = mkN "svдngning" ; - svaengningskrets_nn_1 = mkN "svдngningskrets" ; - svaengningsproblem_nn_1 = mkN "svдngningsproblem" neutrum ; - svaengningstal_nn_1 = mkN "svдngningstal" "svдngningstalet" "svдngningstalen" "svдngningstalena" ; - svaengom_nn_1 = mkN "svдngom" ; - svaera_vb_1 = mkV "svдra" "svor" "svurit" ; - svaerd_nn_1 = mkN "svдrd" neutrum ; - svaerdbaerare_nn_1 = mkN "svдrdbдrare" "svдrdbдrare" ; - svaerdfejare_nn_1 = mkN "svдrdfejare" "svдrdfejare" ; - svaerdfisk_nn_1 = mkN "svдrdfisk" ; - svaerdlik_av_1 = mkA "svдrdlik" ; - svaerdotter_nn_1 = mkN "svдrdotter" "svдrdottern" "svдrdцttrar" "svдrdцttrarna" ; - svaerdsfejare_nn_1 = mkN "svдrdsfejare" "svдrdsfejare" ; - svaerdslilja_nn_1 = mkN "svдrdslilja" ; - svaerdsloes_av_1 = mkA "svдrdslцs" ; - svaerdslukare_nn_1 = mkN "svдrdslukare" "svдrdslukare" ; - svaerdsslukare_nn_1 = mkN "svдrdsslukare" "svдrdsslukare" ; - svaerfader_nn_1 = mkN "svдrfader" "svдrfadern" "svдrfдder" "svдrfдderna" ; - svaerfoeraelder_nn_1 = mkN "svдrfцrдlder" ; - svaerja_vb_1 = mkV "svдrja" "svдrj" "svдrj" "svorj" "svurjit" "svurjen" ; - svaerm_nn_1 = mkN "svдrm" ; - svaermare_nn_1 = mkN "svдrmare" "svдrmare" ; - svaermeri_nn_1 = mkN "svдrmeri" "svдrmerit" "svдrmerier" "svдrmerierna" ; - svaermisk_av_1 = mkA "svдrmisk" ; - svaermor_nn_1 = mkN "svдrmoder" "svдrmodern" "svдrmцdrar" "svдrmцdrarna" ; - svaermorsdroem_nn_1 = mkN "svдrmorsdrцm" "svдrmorsdrцmmen" "svдrmorsdrцmmar" "svдrmorsdrцmmarna" ; - svaermorshistoria_nn_1 = mkN "svдrmorshistoria" "svдrmorshistorien" "svдrmorshistorier" "svдrmorshistorierna" ; - svaerord_nn_1 = mkN "svдrord" neutrum ; - svaerson_nn_1 = mkN "svдrson" "svдrsцner" ; - svaevande_av_1 = mkA "svдvande" ; - svaevare_nn_1 = mkN "svдvare" "svдvare" ; - svaevfarkost_nn_1 = mkN "svдvfarkost" "svдvfarkoster" ; - svaevning_nn_1 = mkN "svдvning" ; - svag_av_1 = mkA "svag" ; - svaghet_nn_1 = mkN "svaghet" "svagheter" ; - svaglysande_av_1 = mkA "svaglysande" ; - svagpresterande_av_1 = mkA "svagpresterande" ; - svagsint_av_1 = mkA "svagsint" "svagsint" ; - svagstroem_nn_1 = mkN "svagstrцm" "svagstrцmmen" "svagstrцmmar" "svagstrцmmarna" ; - svagsynt_av_1 = mkA "svagsynt" "svagsynt" ; - svagtonig_av_1 = mkA "svagtonig" ; - svajig_av_1 = mkA "svajig" ; - svajmast_nn_1 = mkN "svajmast" "svajmaster" ; - sval_av_1 = mkA "sval" ; - sval_nn_1 = mkN "sval" ; - svale_nn_1 = mkN "svale" utrum ; - svalg_nn_1 = mkN "svalg" neutrum ; - svalgaang_nn_1 = mkN "svalgеng" ; - svalgmandel_nn_1 = mkN "svalgmandel" ; - svall_nn_1 = mkN "svall" neutrum ; - svalliknande_av_1 = mkA "svalliknande" ; - svamlig_av_1 = mkA "svamlig" ; - svamp_nn_1 = mkN "svamp" ; - svampdjur_nn_1 = mkN "svampdjur" neutrum ; - svampig_av_1 = mkA "svampig" ; - svampliknande_av_1 = mkA "svampliknande" ; - svampmoln_nn_1 = mkN "svampmoln" neutrum ; - svampparasit_nn_1 = mkN "svampparasit" "svampparasiter" ; - svampsjukdom_nn_1 = mkN "svampsjukdom" ; - svampvaext_nn_1 = mkN "svampvдxt" "svampvдxter" ; - svan_nn_1 = mkN "svan" ; - svanhals_nn_1 = mkN "svanhals" ; - svanhopp_nn_1 = mkN "svanhopp" neutrum ; - svank_nn_1 = mkN "svank" ; - svankig_av_1 = mkA "svankig" ; - svankrygg_nn_1 = mkN "svankrygg" ; - svans_nn_1 = mkN "svans" ; - svansmotor_nn_1 = mkN "svansmotor" "svansmotorer" ; - svanstipp_nn_1 = mkN "svanstipp" ; - svansviftare_nn_1 = mkN "svansviftare" "svansviftare" ; - svar_nn_1 = mkN "svar" neutrum ; - svarande_nn_1 = mkN "svarande" "svaranden" "svarande" "svarandena" ; - svaromaal_nn_1 = mkN "svaromеl" neutrum ; - svarskupong_nn_1 = mkN "svarskupong" "svarskuponger" ; - svarsloes_av_1 = mkA "svarslцs" ; - svart_av_1 = mkA "svart" "svart" ; - svartaboershaj_nn_1 = mkN "svartabцrshaj" ; - svartbroder_nn_1 = mkN "svartbroder" "svartbrodern" "svartbrцder" "svartbrцderna" ; - svartfot_nn_1 = mkN "svartfot" "svartfцtter" ; - svartglaensande_av_1 = mkA "svartglдnsande" ; - svarting_nn_1 = mkN "svarting" ; - svartlistning_nn_1 = mkN "svartlistning" ; - svartlistningsgraens_nn_1 = mkN "svartlistningsgrдns" "svartlistningsgrдnser" ; - svartmuskig_av_1 = mkA "svartmuskig" ; - svartrock_nn_1 = mkN "svartrock" ; - svartsjuk_av_1 = mkA "svartsjuk" ; - svartskalle_nn_1 = mkN "svartskalle" utrum ; - svartvit_av_1 = mkA "svartvit" ; - svarv_nn_1 = mkN "svarv" ; - svarvare_nn_1 = mkN "svarvare" "svarvare" ; - svarvstaal_nn_1 = mkN "svarvstеl" neutrum ; - svarvstol_nn_1 = mkN "svarvstol" ; - svavelbakterie_nn_1 = mkN "svavelbakterie" "svavelbakterier" ; - svavelbindning_nn_1 = mkN "svavelbindning" ; - svavelfoerening_nn_1 = mkN "svavelfцrening" ; - svavelhalt_nn_1 = mkN "svavelhalt" "svavelhalter" ; - svavelomsaettning_nn_1 = mkN "svavelomsдttning" ; - svavelosande_av_1 = mkA "svavelosande" ; - svavelpredikant_nn_1 = mkN "svavelpredikant" "svavelpredikanter" ; - svavelpulver_nn_1 = mkN "svavelpulver" neutrum ; - svavelroek_nn_1 = mkN "svavelrцk" ; - svavelsyrlighet_nn_1 = mkN "svavelsyrlighet" "svavelsyrligheter" ; - sveamaal_nn_1 = mkN "sveamеl" neutrum ; - svecism_nn_1 = mkN "svecism" "svecismer" ; - sved_nn_1 = mkN "sved" "sveder" ; - svedja_nn_1 = mkN "svedja" ; - svedjeland_nn_1 = mkN "svedjeland" neutrum ; - svek_nn_1 = mkN "svek" neutrum ; - svekfull_av_1 = mkA "svekfull" ; - sveklig_av_1 = mkA "sveklig" ; - svekloes_av_1 = mkA "sveklцs" ; - svekoman_nn_1 = mkN "svekoman" "svekomaner" ; - sven_nn_1 = mkN "sven" "svennen" "svenner" "svennerna" ; - svendom_nn_1 = mkN "svendom" ; - svensk_av_1 = mkA "svensk" ; - svensk_nn_1 = mkN "svensk" ; - svenska_nn_2 = mkN "svenska" ; - svenskamerikan_nn_1 = mkN "svenskamerikan" "svenskamerikaner" ; - svenskbygd_nn_1 = mkN "svenskbygd" "svenskbygder" ; - svenskfoedd_av_1 = mkA "svenskfцdd" ; - svenskhet_nn_1 = mkN "svenskhet" "svenskheter" ; - svenskhetsivrare_nn_1 = mkN "svenskhetsivrare" "svenskhetsivrare" ; - svenskstoedd_av_1 = mkA "svenskstцdd" ; - svep_nn_1 = mkN "svep" neutrum ; - svepande_av_1 = mkA "svepande" ; - svephammare_nn_1 = mkN "svephammare" "svephammaren" "svephamrar" "svephamrarna" ; - svepning_nn_1 = mkN "svepning" ; - svepskael_nn_1 = mkN "svepskдl" neutrum ; - sverigefinne_nn_1 = mkN "sverigefinne" utrum ; - svets_nn_1 = mkN "svets" ; - svetsare_nn_1 = mkN "svetsare" "svetsare" ; - svetsning_nn_1 = mkN "svetsning" ; - svett_av_1 = mkA "svett" ; - svettband_nn_1 = mkN "svettband" neutrum ; - svettig_av_1 = mkA "svettig" ; - svettning_nn_1 = mkN "svettning" ; - svettrem_nn_1 = mkN "svettrem" "svettremmen" "svettremmar" "svettremmarna" ; - svibel_nn_1 = mkN "svibel" ; - svid_nn_1 = mkN "svid" ; - svidknott_nn_1 = mkN "svidknott" neutrum ; - svika_vb_1 = mkV "svika" "svek" "svikit" ; - svikare_nn_1 = mkN "svikare" "svikare" ; - sviklig_av_1 = mkA "sviklig" ; - svikt_nn_1 = mkN "svikt" ; - svimning_nn_1 = mkN "svimning" ; - svin_nn_1 = mkN "svin" neutrum ; - svinaktig_av_1 = mkA "svinaktig" ; - svinbesaettning_nn_1 = mkN "svinbesдttning" ; - svindlande_av_1 = mkA "svindlande" ; - svindlare_nn_1 = mkN "svindlare" "svindlare" ; - svindleri_nn_1 = mkN "svindleri" "svindlerit" "svindlerier" "svindlerierna" ; - svindyr_av_1 = mkA "svindyr" ; - svineri_nn_1 = mkN "svineri" "svinerit" "svinerier" "svinerierna" ; - svinfett_nn_1 = mkN "svinfett" "svinfettet" "svinfetter" "svinfetterna" ; - sving_nn_1 = mkN "sving" ; - svinkall_av_1 = mkA "svinkall" ; - svinkoett_nn_1 = mkN "svinkцtt" neutrum ; - svinliknande_av_1 = mkA "svinliknande" ; - svinn_nn_1 = mkN "svinn" neutrum ; - svinna_vb_1 = mkV "svinna" "svann" "svunnit" ; - svinpaels_nn_1 = mkN "svinpдls" ; - svinrygg_nn_1 = mkN "svinrygg" ; - svinstall_nn_1 = mkN "svinstall" neutrum ; - svinuppfoedning_nn_1 = mkN "svinuppfцdning" ; - svirvel_nn_1 = mkN "svirvel" ; - sviskon_nn_1 = mkN "sviskon" neutrum ; - svit_nn_1 = mkN "svit" "sviter" ; - svivel_nn_1 = mkN "svivel" ; - svordom_nn_1 = mkN "svordom" ; - svullen_av_1 = mkA "svullen" "svullet" ; - svullnad_nn_1 = mkN "svullnad" "svullnader" ; - svulst_nn_1 = mkN "svulst" "svulster" ; - svulstig_av_1 = mkA "svulstig" ; - svulten_av_1 = mkA "svulten" "svultet" ; - svuren_av_1 = mkA "svuren" "svuret" ; - swazilaendare_nn_1 = mkN "swazilдndare" "swazilдndare" ; - swazilaendsk_av_1 = mkA "swazilдndsk" ; - sweater_nn_1 = mkN "sweater" ; - sweatshirt_nn_1 = mkN "sweatshirt" "sweatshirten" "sweatshirts" "sweatshirtsen" ; - sweet_av_1 = mkA "sweet" ; - swimmingpool_nn_1 = mkN "swimmingpool" "swimmingpooler" ; - swingpjatt_nn_1 = mkN "swingpjatt" ; - sybaage_nn_1 = mkN "sybеge" utrum ; - sybarit_nn_1 = mkN "sybarit" "sybariter" ; - sybaritisk_av_1 = mkA "sybaritisk" ; - sybehoer_nn_1 = mkN "sybehцr" neutrum ; - syd_ab_1 = mkAdv "syd" ; - sydafrikan_nn_1 = mkN "sydafrikan" "sydafrikaner" ; - sydafrikansk_av_1 = mkA "sydafrikansk" ; - sydamerikansk_av_1 = mkA "sydamerikansk" ; - sydfrukt_nn_1 = mkN "sydfrukt" "sydfrukter" ; - sydkorean_nn_1 = mkN "sydkorean" "sydkoreaner" ; - sydkust_nn_1 = mkN "sydkust" "sydkuster" ; - sydlaendsk_av_1 = mkA "sydlдndsk" ; - sydlaenning_nn_1 = mkN "sydlдnning" ; - sydlig_av_1 = mkA "sydlig" ; - sydoest_ab_1 = mkAdv "sydцst" ; - sydoestra_av_1 = mkA "sydцstra" ; - sydost_ab_1 = mkAdv "sydost" ; - sydpol_nn_1 = mkN "sydpol" "sydpoler" ; - sydstat_nn_1 = mkN "sydstat" "sydstater" ; - sydsvensk_av_1 = mkA "sydsvensk" ; - sydvaest_ab_1 = mkAdv "sydvдst" ; - sydvaest_nn_2 = mkN "sydvдst" ; - sydvart_ab_1 = mkAdv "sydvart" ; - sydyemenit_nn_1 = mkN "sydyemenit" "sydyemeniter" ; - syfilitisk_av_1 = mkA "syfilitisk" ; - syfoerening_nn_1 = mkN "syfцrening" ; - syfte_nn_1 = mkN "syfte" ; - sykofant_nn_1 = mkN "sykofant" "sykofanter" ; - sykomor_nn_1 = mkN "sykomor" "sykomoren" "sykomorer" "sykomorerna" ; - syl_nn_1 = mkN "syl" ; - sylf_nn_1 = mkN "sylf" "sylfer" ; - sylfid_nn_1 = mkN "sylfid" "sylfider" ; - syll_nn_1 = mkN "syll" ; - syllabisk_av_1 = mkA "syllabisk" ; - syllogism_nn_1 = mkN "syllogism" "syllogismer" ; - sylt_nn_1 = mkN "sylt" "sylter" ; - syltberedning_nn_1 = mkN "syltberedning" ; - syltloek_nn_1 = mkN "syltlцk" ; - syltpaeron_nn_1 = mkN "syltpдron" neutrum ; - sylvesterbal_nn_1 = mkN "sylvesterbal" "sylvesterbaler" ; - symaskin_nn_1 = mkN "symaskin" "symaskiner" ; - symbol_nn_1 = mkN "symbol" "symboler" ; - symbolisk_av_1 = mkA "symbolisk" ; - symbolist_nn_1 = mkN "symbolist" "symbolister" ; - symfoni_nn_1 = mkN "symfoni" "symfonier" ; - symfoniker_nn_1 = mkN "symfoniker" "symfonikern" "symfoniker" "symfonikerna" ; - symfoniorkester_nn_1 = mkN "symfoniorkester" ; - symfonisk_av_1 = mkA "symfonisk" ; - symfys_nn_1 = mkN "symfys" "symfyser" ; - symmetri_nn_1 = mkN "symmetri" "symmetrier" ; - symmetriaxel_nn_1 = mkN "symmetriaxel" ; - symmetrilinje_nn_1 = mkN "symmetrilinje" "symmetrilinjer" ; - symmetriplan_nn_1 = mkN "symmetriplan" neutrum ; - symmetrisk_av_1 = mkA "symmetrisk" ; - sympatetisk_av_1 = mkA "sympatetisk" ; - sympati_nn_1 = mkN "sympati" "sympatier" ; - sympatisk_av_1 = mkA "sympatisk" ; - sympatisoer_nn_1 = mkN "sympatisцr" "sympatisцrer" ; - symposium_nn_1 = mkN "symposium" "symposiet" "symposier" "symposierna" ; - symptom_nn_1 = mkN "symptom" neutrum ; - symtom_nn_1 = mkN "symtom" neutrum ; - symtomatisk_av_1 = mkA "symtomatisk" ; - syn_nn_1 = mkN "syn" "syner" ; - synaal_nn_1 = mkN "synеl" ; - synaps_nn_1 = mkN "synaps" "synapser" ; - synapsbassaeng_nn_1 = mkN "synapsbassдng" "synapsbassдnger" ; - synare_nn_1 = mkN "synare" "synare" ; - synbar_av_1 = mkA "synbar" ; - synbarlig_av_1 = mkA "synbarlig" ; - synbarligen_ab_1 = mkAdv "synbarligen" ; - synbild_nn_1 = mkN "synbild" "synbilder" ; - syncell_nn_1 = mkN "syncell" "synceller" ; - synd_ab_1 = mkAdv "synd" ; - synd_nn_1 = mkN "synd" "synder" ; - syndabekaennelse_nn_1 = mkN "syndabekдnnelse" "syndabekдnnelser" ; - syndabock_nn_1 = mkN "syndabock" ; - syndafall_nn_1 = mkN "syndafall" neutrum ; - syndaflod_nn_1 = mkN "syndaflod" "syndafloder" ; - syndapeng_nn_1 = mkN "syndapeng" ; - syndare_nn_1 = mkN "syndare" "syndare" ; - syndastraff_nn_1 = mkN "syndastraff" neutrum ; - syndig_av_1 = mkA "syndig" ; - syndikalist_nn_1 = mkN "syndikalist" "syndikalister" ; - syndikat_nn_1 = mkN "syndikat" neutrum ; - syndrom_nn_1 = mkN "syndrom" neutrum ; - synestesi_nn_1 = mkN "synestesi" "synestesier" ; - synfaelt_nn_1 = mkN "synfдlt" neutrum ; - synfel_nn_1 = mkN "synfel" "synfelet" "synfel" "synfelen" ; - synfoernimmelse_nn_1 = mkN "synfцrnimmelse" "synfцrnimmelser" ; - synintryck_nn_1 = mkN "synintryck" neutrum ; - synk_nn_1 = mkN "synk" ; - synkop_nn_1 = mkN "synkop" "synkoper" ; - synkopisk_av_1 = mkA "synkopisk" ; - synkpuls_nn_1 = mkN "synkpuls" "synkpulser" ; - synkron_av_1 = mkA "synkron" ; - synkronisering_nn_1 = mkN "synkronisering" ; - synkronisk_av_1 = mkA "synkronisk" ; - synkrotron_nn_1 = mkN "synkrotron" "synkrotroner" ; - synlig_av_1 = mkA "synlig" ; - synnerlig_av_1 = mkA "synnerlig" ; - synnerligen_ab_1 = mkAdv "synnerligen" ; - synod_nn_1 = mkN "synod" "synoder" ; - synodal_av_1 = mkA "synodal" ; - synodisk_av_1 = mkA "synodisk" ; - synonym_av_1 = mkA "synonym" ; - synonym_nn_1 = mkN "synonym" "synonymer" ; - synonymi_nn_1 = mkN "synonymi" "synonymier" ; - synops_nn_1 = mkN "synops" "synopser" ; - synoptiker_nn_1 = mkN "synoptiker" "synoptikern" "synoptiker" "synoptikerna" ; - synoptisk_av_1 = mkA "synoptisk" ; - synorgan_nn_1 = mkN "synorgan" neutrum ; - synpunkt_nn_1 = mkN "synpunkt" "synpunkter" ; - synsaett_nn_1 = mkN "synsдtt" neutrum ; - synsjukdom_nn_1 = mkN "synsjukdom" ; - synsk_av_1 = mkA "synsk" ; - synt_nn_1 = mkN "synt" ; - syntagm_nn_1 = mkN "syntagm" neutrum ; - syntaktisk_av_1 = mkA "syntaktisk" ; - syntax_nn_1 = mkN "syntax" "syntaxer" ; - syntes_nn_1 = mkN "syntes" "synteser" ; - syntet_nn_1 = mkN "syntet" "synteter" ; - syntetfiber_nn_1 = mkN "syntetfiber" "syntetfibern" "syntetfibrer" "syntetfibrerna" ; - syntetisk_av_1 = mkA "syntetisk" ; - syntetmaterial_nn_1 = mkN "syntetmaterial" neutrum ; - synthesizer_nn_1 = mkN "synthesizer" ; - synvinkel_nn_1 = mkN "synvinkel" ; - syo_nn_1 = mkN "syo" "syor" ; - syokonsulent_nn_1 = mkN "syokonsulent" "syokonsulenter" ; - syperb_av_1 = mkA "syperb" ; - syrafast_av_1 = mkA "syrafast" "syrafast" ; - syralaeckage_nn_1 = mkN "syralдckage" "syralдckaget" "syralдckage" "syralдckagen" ; - syreatom_nn_1 = mkN "syreatom" "syreatomer" ; - syrefaelt_nn_1 = mkN "syrefдlt" neutrum ; - syrefattig_av_1 = mkA "syrefattig" ; - syrefordrande_av_1 = mkA "syrefordrande" ; - syremolekyl_nn_1 = mkN "syremolekyl" "syremolekyler" ; - syren_nn_1 = mkN "syren" "syrener" ; - syrerik_av_1 = mkA "syrerik" ; - syreupptagande_av_1 = mkA "syreupptagande" ; - syrgasmask_nn_1 = mkN "syrgasmask" "syrgasmasker" ; - syrgasmolekyl_nn_1 = mkN "syrgasmolekyl" "syrgasmolekyler" ; - syrier_nn_1 = mkN "syrier" "syriern" "syrier" "syrierna" ; - syrinx_nn_1 = mkN "syrinx" ; - syrisk_av_1 = mkA "syrisk" ; - syriska_nn_2 = mkN "syriska" ; - syrlig_av_1 = mkA "syrlig" ; - syrtut_nn_1 = mkN "syrtut" "syrtuter" ; - syskon_nn_1 = mkN "syskon" neutrum ; - syskonbaedd_nn_1 = mkN "syskonbдdd" ; - syskonbarn_nn_1 = mkN "syskonbarn" neutrum ; - syskongrupp_nn_1 = mkN "syskongrupp" "syskongrupper" ; - syskonkaerlek_nn_1 = mkN "syskonkдrlek" ; - syskonlig_av_1 = mkA "syskonlig" ; - sysselsaettning_nn_1 = mkN "sysselsдttning" ; - sysselsatt_av_1 = mkA "sysselsatt" ; - syssla_nn_1 = mkN "syssla" ; - syssling_nn_1 = mkN "syssling" ; - syssloloes_av_1 = mkA "sysslolцs" ; - syssloman_nn_1 = mkN "syssloman" "sysslomannen" "sysslomдn" "sysslomдnnen" ; - system_nn_1 = mkN "system" neutrum ; - systematisk_av_1 = mkA "systematisk" ; - systembolag_nn_1 = mkN "systembolag" neutrum ; - systemerare_nn_1 = mkN "systemerare" "systemerare" ; - systemkoe_nn_1 = mkN "systemkц" "systemkцn" "systemkцer" "systemkцerna" ; - systemman_nn_1 = mkN "systemman" "systemmannen" "systemmдn" "systemmдnnen" ; - syster_nn_1 = mkN "syster" ; - systerbarn_nn_1 = mkN "systerbarn" neutrum ; - systerdotter_nn_1 = mkN "systerdotter" "systerdottern" "systerdцttrar" "systerdцttrarna" ; - systerfartyg_nn_1 = mkN "systerfartyg" neutrum ; - systerson_nn_1 = mkN "systerson" "systersцner" ; - systolisk_av_1 = mkA "systolisk" ; - sytraad_nn_1 = mkN "sytrеd" ; - t_shirt_nn_1 = mkN "t-shirt" ; - ta_vb_1 = mkV "ta" "tar" "ta" "tog" "tagit" "tagen" ; - taa_nn_1 = mkN "tе" "tеn" "tеr" "tеrna" ; - taag_nn_1 = mkN "tеg" neutrum ; - taagaangare_nn_1 = mkN "tеgеngare" "tеgеngare" ; - taagbiljett_nn_1 = mkN "tеgbiljett" "tеgbiljetter" ; - taagklarerare_nn_1 = mkN "tеgklarerare" "tеgklarerare" ; - taagkupe_nn_1 = mkN "tеgkupй" "tеgkupйer" ; - taagordning_nn_1 = mkN "tеgordning" ; - taagsaett_nn_1 = mkN "tеgsдtt" neutrum ; - taagtid_nn_1 = mkN "tеgtid" "tеgtider" ; - taahaevning_nn_1 = mkN "tеhдvning" ; - taajaern_nn_1 = mkN "tеjдrn" neutrum ; - taalamodsproevande_av_1 = mkA "tеlamodsprцvande" ; - taalig_av_1 = mkA "tеlig" ; - taalmodig_av_1 = mkA "tеlmodig" ; - taanagel_nn_1 = mkN "tеnagel" ; - taang_nn_1 = mkN "tеng" "tдnger" ; - taangbad_nn_1 = mkN "tеngbad" neutrum ; - taange_nn_1 = mkN "tеnge" utrum ; - taanglake_nn_1 = mkN "tеnglake" utrum ; - taar_nn_1 = mkN "tеr" ; - taarben_nn_1 = mkN "tеrben" neutrum ; - taardraenkt_av_1 = mkA "tеrdrдnkt" "tеrdrдnkt" ; - taardrypande_av_1 = mkA "tеrdrypande" ; - taaredal_nn_1 = mkN "tеredal" ; - taarkanal_nn_1 = mkN "tеrkanal" "tеrkanaler" ; - taarkoertel_nn_1 = mkN "tеrkцrtel" ; - taaroegd_av_1 = mkA "tеrцgd" "tеrцgt" ; - taarpil_nn_1 = mkN "tеrpil" ; - taarsaeck_nn_1 = mkN "tеrsдck" ; - taartbotten_nn_1 = mkN "tеrtbotten" ; - taartspade_nn_1 = mkN "tеrtspade" utrum ; - taaspets_nn_1 = mkN "tеspets" ; - taat_nn_1 = mkN "tеt" ; - tabbe_nn_1 = mkN "tabbe" utrum ; - tabell_nn_1 = mkN "tabell" "tabeller" ; - tabellarisk_av_1 = mkA "tabellarisk" ; - tabellhuvud_nn_1 = mkN "tabellhuvud" "tabellhuvudet" "tabellhuvuden" "tabellhuvudena" ; - tabernakel_nn_1 = mkN "tabernakel" neutrum ; - tablaa_nn_1 = mkN "tablе" "tablеer" ; - tablett_nn_1 = mkN "tablett" "tabletter" ; - tabloid_nn_1 = mkN "tabloid" "tabloider" ; - tabu_av_1 = mkA "tabu" ; - tabu_nn_1 = mkN "tabu" "tabut" "tabun" "tabuna" ; - tabulator_nn_1 = mkN "tabulator" "tabulatorer" ; - tabulatur_nn_1 = mkN "tabulatur" "tabulaturer" ; - tabuord_nn_1 = mkN "tabuord" neutrum ; - taburett_nn_1 = mkN "taburett" "taburetter" ; - tack_nn_1 = mkN "tack" neutrum ; - tackel_nn_1 = mkN "tackel" neutrum ; - tackjaernsblandare_nn_1 = mkN "tackjдrnsblandare" "tackjдrnsblandare" ; - tackkort_nn_1 = mkN "tackkort" neutrum ; - tackling_nn_1 = mkN "tackling" ; - tacknaemlig_av_1 = mkA "tacknдmlig" ; - tackoffer_nn_1 = mkN "tackoffer" neutrum ; - tacksaegelse_nn_1 = mkN "tacksдgelse" "tacksдgelser" ; - tacksaegelsedag_nn_1 = mkN "tacksдgelsedag" ; - tacksam_av_1 = mkA "tacksam" "tacksamt" "tacksamma" "tacksamma" "tacksammare" "tacksammast" "tacksammaste" ; - tacksamhet_nn_1 = mkN "tacksamhet" "tacksamheter" ; - tacktal_nn_1 = mkN "tacktal" "tacktalet" "tacktalen" "tacktalena" ; - tadelfri_av_1 = mkA "tadelfri" "tadelfritt" ; - taeck_av_1 = mkA "tдck" ; - taeckadress_nn_1 = mkN "tдckadress" "tдckadresser" ; - taeckblad_nn_1 = mkN "tдckblad" neutrum ; - taeckdike_nn_1 = mkN "tдckdike" ; - taeckelig_av_1 = mkA "tдckelig" ; - taeckelse_nn_1 = mkN "tдckelse" "tдckelset" "tдckelser" "tдckelserna" ; - taeckfaerg_nn_1 = mkN "tдckfдrg" "tдckfдrger" ; - taeckfoerband_nn_1 = mkN "tдckfцrband" neutrum ; - taeckglas_nn_1 = mkN "tдckglas" neutrum ; - taeckhaar_nn_1 = mkN "tдckhеr" neutrum ; - taeckmantel_nn_1 = mkN "tдckmantel" ; - taecknamn_nn_1 = mkN "tдcknamn" neutrum ; - taeckning_nn_1 = mkN "tдckning" ; - taeckningskoep_nn_1 = mkN "tдckningskцp" neutrum ; - taeckord_nn_1 = mkN "tдckord" neutrum ; - taeckorganisation_nn_1 = mkN "tдckorganisation" "tдckorganisationer" ; - taeckt_av_1 = mkA "tдckt" "tдckt" ; - taeckvinge_nn_1 = mkN "tдckvinge" utrum ; - taekt_nn_1 = mkN "tдkt" "tдkter" ; - taeljare_nn_1 = mkN "tдljare" "tдljare" ; - taeljkniv_nn_1 = mkN "tдljkniv" ; - taeljstenskamin_nn_1 = mkN "tдljstenskamin" "tдljstenskaminer" ; - taelt_nn_1 = mkN "tдlt" neutrum ; - taeltare_nn_1 = mkN "tдltare" "tдltare" ; - taeltmoete_nn_1 = mkN "tдltmцte" ; - taeltpinne_nn_1 = mkN "tдltpinne" utrum ; - taeltsaeng_nn_1 = mkN "tдltsдng" ; - taeltstol_nn_1 = mkN "tдltstol" ; - taelttak_nn_1 = mkN "tдlttak" neutrum ; - taemlig_av_1 = mkA "tдmlig" ; - taemligen_ab_1 = mkAdv "tдmligen" ; - taendaemne_nn_1 = mkN "tдndдmne" ; - taendare_nn_1 = mkN "tдndare" "tдndare" ; - taendhatt_nn_1 = mkN "tдndhatt" ; - taendkulemotor_nn_1 = mkN "tдndkulemotor" "tдndkulemotorer" ; - taendmedel_nn_1 = mkN "tдndmedel" neutrum ; - taendning_nn_1 = mkN "tдndning" ; - taendningslaas_nn_1 = mkN "tдndningslеs" neutrum ; - taendningsnyckel_nn_1 = mkN "tдndningsnyckel" ; - taendpatron_nn_1 = mkN "tдndpatron" "tдndpatroner" ; - taendroer_nn_1 = mkN "tдndrцr" neutrum ; - taendsats_nn_1 = mkN "tдndsats" "tдndsatser" ; - taendspole_nn_1 = mkN "tдndspole" utrum ; - taendsticksask_nn_1 = mkN "tдndsticksask" ; - taendsticksmoenster_nn_1 = mkN "tдndsticksmцnster" neutrum ; - taendsticksproblem_nn_1 = mkN "tдndsticksproblem" neutrum ; - taendstift_nn_1 = mkN "tдndstift" neutrum ; - taendvaetska_nn_1 = mkN "tдndvдtska" ; - taenjbar_av_1 = mkA "tдnjbar" ; - taenjning_nn_1 = mkN "tдnjning" ; - taenkare_nn_1 = mkN "tдnkare" "tдnkare" ; - taenkbar_av_1 = mkA "tдnkbar" ; - taenkebok_nn_1 = mkN "tдnkebok" "tдnkebцcker" ; - taenkesaett_nn_1 = mkN "tдnkesдtt" neutrum ; - taenkespraak_nn_1 = mkN "tдnkesprеk" neutrum ; - taenkvaerd_av_1 = mkA "tдnkvдrd" "tдnkvдrt" ; - taeppt_av_1 = mkA "tдppt" "tдppt" ; - taerande_av_1 = mkA "tдrande" ; - taerd_av_1 = mkA "tдrd" "tдrt" ; - taerning_nn_1 = mkN "tдrning" ; - taerningsbaegare_nn_1 = mkN "tдrningsbдgare" "tдrningsbдgare" ; - taerningskast_nn_1 = mkN "tдrningskast" neutrum ; - taerningsspel_nn_1 = mkN "tдrningsspel" "tдrningsspelet" "tдrningsspel" "tдrningsspelen" ; - taerningsspelare_nn_1 = mkN "tдrningsspelare" "tдrningsspelare" ; - taet_av_1 = mkA "tдt" ; - taet_nn_1 = mkN "tдt" "tдter" ; - taetataet_nn_1 = mkN "tдtatдt" "tдtatдter" ; - taethet_nn_1 = mkN "tдthet" "tдtheter" ; - taethetstopp_nn_1 = mkN "tдthetstopp" ; - taethetsvariation_nn_1 = mkN "tдthetsvariation" "tдthetsvariationer" ; - taetning_nn_1 = mkN "tдtning" ; - taetningslist_nn_1 = mkN "tдtningslist" "tдtningslister" ; - taetort_nn_1 = mkN "tдtort" "tдtorter" ; - taetortsbo_nn_1 = mkN "tдtortsbo" "tдtortsbor" ; - taetortsnaera_av_1 = mkA "tдtortsnдra" ; - taetplacering_nn_1 = mkN "tдtplacering" ; - taetplats_nn_1 = mkN "tдtplats" "tдtplatser" ; - taettbebyggd_av_1 = mkA "tдttbebyggd" "tдttbebyggt" ; - taetting_nn_1 = mkN "tдtting" ; - taettingfaagel_nn_1 = mkN "tдttingfеgel" ; - taettklippt_av_1 = mkA "tдttklippt" "tдttklippt" ; - taettsittande_av_1 = mkA "tдttsittande" ; - taettskriven_av_1 = mkA "tдttskriven" "tдttskrivet" ; - taettslutande_av_1 = mkA "tдttslutande" ; - taevling_nn_1 = mkN "tдvling" ; - taevlingscyklist_nn_1 = mkN "tдvlingscyklist" "tдvlingscyklister" ; - taevlingshumoer_nn_1 = mkN "tдvlingshumцr" neutrum ; - taevlingsjury_nn_1 = mkN "tдvlingsjury" "tдvlingsjuryer" ; - taevlingskamp_nn_1 = mkN "tдvlingskamp" "tдvlingskamper" ; - taevlingsklass_nn_1 = mkN "tдvlingsklass" "tдvlingsklasser" ; - taevlingsledare_nn_1 = mkN "tдvlingsledare" "tдvlingsledare" ; - taevlingsledning_nn_1 = mkN "tдvlingsledning" ; - taevlingslek_nn_1 = mkN "tдvlingslek" ; - taevlingsmaenniska_nn_1 = mkN "tдvlingsmдnniska" ; - taevlingspris_nn_1 = mkN "tдvlingspris" neutrum ; - taevlingssegling_nn_1 = mkN "tдvlingssegling" ; - tafatt_av_1 = mkA "tafatt" ; - taffel_nn_1 = mkN "taffel" ; - taffelberg_nn_1 = mkN "taffelberg" neutrum ; - taffeltaeckare_nn_1 = mkN "taffeltдckare" "taffeltдckare" ; - taffelvaag_nn_1 = mkN "taffelvеg" ; - tafflig_av_1 = mkA "tafflig" ; - tafs_nn_1 = mkN "tafs" ; - tafsig_av_1 = mkA "tafsig" ; - tag_nn_1 = mkN "tag" neutrum ; - tagel_nn_1 = mkN "tagel" neutrum ; - tagelmask_nn_1 = mkN "tagelmask" ; - tagen_av_1 = mkA "tagen" "taget" ; - tagetes_nn_1 = mkN "tagetes" ; - tagg_nn_1 = mkN "tagg" ; - taggbraeken_nn_1 = mkN "taggbrдken" ; - taggfenig_av_1 = mkA "taggfenig" ; - taggfening_nn_1 = mkN "taggfening" ; - taggfoersedd_av_1 = mkA "taggfцrsedd" ; - tagghuding_nn_1 = mkN "tagghuding" ; - taggig_av_1 = mkA "taggig" ; - taggstraale_nn_1 = mkN "taggstrеle" utrum ; - taggsvamp_nn_1 = mkN "taggsvamp" ; - taggtraad_nn_1 = mkN "taggtrеd" ; - tagning_nn_1 = mkN "tagning" ; - taiwanes_nn_1 = mkN "taiwanes" "taiwaneser" ; - tajt_av_1 = mkA "tajt" "tajt" ; - tak_nn_1 = mkN "tak" neutrum ; - takaas_nn_1 = mkN "takеs" ; - takbjaelke_nn_1 = mkN "takbjдlke" utrum ; - takfall_nn_1 = mkN "takfall" neutrum ; - takfoenster_nn_1 = mkN "takfцnster" neutrum ; - takfris_nn_1 = mkN "takfris" "takfriser" ; - takgesims_nn_1 = mkN "takgesims" "takgesimser" ; - takhimmel_nn_1 = mkN "takhimmel" ; - takhoejd_nn_1 = mkN "takhцjd" "takhцjder" ; - takhuv_nn_1 = mkN "takhuv" ; - takistoskop_nn_1 = mkN "takistoskop" neutrum ; - takistoskopi_nn_1 = mkN "takistoskopi" "takistoskopier" ; - takkam_nn_1 = mkN "takkam" "takkammen" "takkammar" "takkammarna" ; - taklaekt_nn_1 = mkN "taklдkt" "taklдkter" ; - taklag_nn_1 = mkN "taklag" neutrum ; - taklagsfest_nn_1 = mkN "taklagsfest" "taklagsfester" ; - taklagsoel_nn_1 = mkN "taklagsцl" neutrum ; - taklist_nn_1 = mkN "taklist" "taklister" ; - taknock_nn_1 = mkN "taknock" ; - takometer_nn_1 = mkN "takometer" ; - takraecke_nn_1 = mkN "takrдcke" ; - takresning_nn_1 = mkN "takresning" ; - takrygg_nn_1 = mkN "takrygg" ; - takryttare_nn_1 = mkN "takryttare" "takryttare" ; - takskaegg_nn_1 = mkN "takskдgg" neutrum ; - taksparre_nn_1 = mkN "taksparre" utrum ; - takspraang_nn_1 = mkN "taksprеng" neutrum ; - takstol_nn_1 = mkN "takstol" ; - takt_nn_1 = mkN "takt" "takter" ; - taktaeckare_nn_1 = mkN "taktдckare" "taktдckare" ; - taktart_nn_1 = mkN "taktart" "taktarter" ; - taktbeteckning_nn_1 = mkN "taktbeteckning" ; - taktdel_nn_1 = mkN "taktdel" "taktdelen" "taktdelar" "taktdelarna" ; - taktegel_nn_1 = mkN "taktegel" neutrum ; - taktfast_av_1 = mkA "taktfast" "taktfast" ; - taktfull_av_1 = mkA "taktfull" ; - taktik_nn_1 = mkN "taktik" "taktiker" ; - taktiker_nn_1 = mkN "taktiker" "taktikern" "taktiker" "taktikerna" ; - taktil_av_1 = mkA "taktil" ; - taktisk_av_1 = mkA "taktisk" ; - taktloes_av_1 = mkA "taktlцs" ; - taktloeshet_nn_1 = mkN "taktlцshet" "taktlцsheter" ; - taktpinne_nn_1 = mkN "taktpinne" utrum ; - taktslag_nn_1 = mkN "taktslag" neutrum ; - taktstreck_nn_1 = mkN "taktstreck" neutrum ; - takvaaning_nn_1 = mkN "takvеning" ; - takykardi_nn_1 = mkN "takykardi" "takykardier" ; - takymeter_nn_1 = mkN "takymeter" ; - tal_nn_1 = mkN "tal" neutrum ; - talakt_nn_1 = mkN "talakt" "talakter" ; - talande_av_1 = mkA "talande" ; - talang_nn_1 = mkN "talang" "talanger" ; - talangfull_av_1 = mkA "talangfull" ; - talangjakt_nn_1 = mkN "talangjakt" "talangjakter" ; - talangscout_nn_1 = mkN "talangscout" "talangscouter" ; - talapparat_nn_1 = mkN "talapparat" "talapparater" ; - talar_nn_1 = mkN "talar" "talarer" ; - talare_nn_1 = mkN "talare" "talare" ; - talarstol_nn_1 = mkN "talarstol" ; - talbok_nn_1 = mkN "talbok" "talbцcker" ; - talcentrum_nn_1 = mkN "talcentrum" neutrum ; - talent_nn_1 = mkN "talent" "talenter" ; - talesaett_nn_1 = mkN "talesдtt" neutrum ; - talesman_nn_1 = mkN "talesman" "talesmannen" "talesmдn" "talesmдnnen" ; - talfel_nn_1 = mkN "talfel" "talfelet" "talfel" "talfelen" ; - talfoeljd_nn_1 = mkN "talfцljd" "talfцljder" ; - talfoer_av_1 = mkA "talfцr" ; - talgdank_nn_1 = mkN "talgdank" ; - talgig_av_1 = mkA "talgig" ; - talgkoertel_nn_1 = mkN "talgkцrtel" ; - talgoegd_av_1 = mkA "talgцgd" "talgцgt" ; - talgoxe_nn_1 = mkN "talgoxe" utrum ; - talisman_nn_1 = mkN "talisman" "talismaner" ; - talkig_av_1 = mkA "talkig" ; - talklinik_nn_1 = mkN "talklinik" "talkliniker" ; - talkoer_nn_1 = mkN "talkцr" "talkцrer" ; - tall_nn_1 = mkN "tall" ; - tallbarr_nn_1 = mkN "tallbarr" neutrum ; - tallbit_nn_1 = mkN "tallbit" ; - tallbock_nn_1 = mkN "tallbock" ; - tallinje_nn_1 = mkN "tallinje" "tallinjer" ; - tallkottkoertel_nn_1 = mkN "tallkottkцrtel" ; - tallmaetare_nn_1 = mkN "tallmдtare" "tallmдtare" ; - talloert_nn_1 = mkN "tallцrt" "tallцrter" ; - talloes_av_1 = mkA "tallцs" ; - tallrik_nn_1 = mkN "tallrik" ; - tallriksharv_nn_1 = mkN "tallriksharv" ; - tallrikshjul_nn_1 = mkN "tallrikshjul" neutrum ; - tallriksliknande_av_1 = mkA "tallriksliknande" ; - tallriksslickare_nn_1 = mkN "tallriksslickare" "tallriksslickare" ; - tallriksventil_nn_1 = mkN "tallriksventil" "tallriksventiler" ; - tallskog_nn_1 = mkN "tallskog" ; - tallsort_nn_1 = mkN "tallsort" "tallsorter" ; - tallspinnare_nn_1 = mkN "tallspinnare" "tallspinnare" ; - tallstekel_nn_1 = mkN "tallstekel" ; - talman_nn_1 = mkN "talman" "talmannen" "talmдn" "talmдnnen" ; - talmanskonferens_nn_1 = mkN "talmanskonferens" "talmanskonferenser" ; - talong_nn_1 = mkN "talong" "talonger" ; - talorgan_nn_1 = mkN "talorgan" neutrum ; - talpedagog_nn_1 = mkN "talpedagog" "talpedagoger" ; - talpjaes_nn_1 = mkN "talpjдs" "talpjдser" ; - talregistreringsapparat_nn_1 = mkN "talregistreringsapparat" "talregistreringsapparater" ; - talrik_av_1 = mkA "talrik" ; - talroer_nn_1 = mkN "talrцr" neutrum ; - talroll_nn_1 = mkN "talroll" "talroller" ; - talrubbning_nn_1 = mkN "talrubbning" ; - talscen_nn_1 = mkN "talscen" "talscener" ; - talspraak_nn_1 = mkN "talsprеk" neutrum ; - talspraaklig_av_1 = mkA "talsprеklig" ; - talsvaarighet_nn_1 = mkN "talsvеrighet" "talsvеrigheter" ; - talsystem_nn_1 = mkN "talsystem" neutrum ; - taltraengd_av_1 = mkA "taltrдngd" "taltrдngt" ; - taltrast_nn_1 = mkN "taltrast" ; - taltratt_nn_1 = mkN "taltratt" ; - tam_av_1 = mkA "tam" ; - tamarind_nn_1 = mkN "tamarind" "tamarinder" ; - tamarisk_nn_1 = mkN "tamarisk" "tamarisker" ; - tambur_nn_1 = mkN "tambur" "tamburer" ; - tamburin_nn_1 = mkN "tamburin" "tamburiner" ; - tamburmajor_nn_1 = mkN "tamburmajor" "tamburmajorer" ; - tambursoem_nn_1 = mkN "tambursцm" "tambursцmmen" "tambursцmmar" "tambursцmmarna" ; - tamburvaktmaestare_nn_1 = mkN "tamburvaktmдstare" "tamburvaktmдstare" ; - tamil_nn_1 = mkN "tamil" "tamiler" ; - tamp_nn_1 = mkN "tamp" ; - tampong_nn_1 = mkN "tampong" "tamponger" ; - tamren_nn_1 = mkN "tamren" "tamrenen" "tamrenar" "tamrenarna" ; - tamsvin_nn_1 = mkN "tamsvin" neutrum ; - tamul_nn_1 = mkN "tamul" "tamuler" ; - tand_nn_1 = mkN "tand" "tдnder" ; - tandboeld_nn_1 = mkN "tandbцld" "tandbцlder" ; - tandborr_nn_1 = mkN "tandborr" ; - tandborrmaskin_nn_1 = mkN "tandborrmaskin" "tandborrmaskiner" ; - tandborste_nn_1 = mkN "tandborste" utrum ; - tandborstglas_nn_1 = mkN "tandborstglas" neutrum ; - tandborstning_nn_1 = mkN "tandborstning" ; - tandemcykel_nn_1 = mkN "tandemcykel" ; - tandemmaskin_nn_1 = mkN "tandemmaskin" "tandemmaskiner" ; - tandemspermie_nn_1 = mkN "tandemspermie" "tandemspermier" ; - tandfistel_nn_1 = mkN "tandfistel" ; - tandformel_nn_1 = mkN "tandformel" "tandformeln" "tandformler" "tandformlerna" ; - tandfyllning_nn_1 = mkN "tandfyllning" ; - tandgarnityr_nn_1 = mkN "tandgarnityr" neutrum ; - tandgenombrott_nn_1 = mkN "tandgenombrott" neutrum ; - tandhaevel_nn_1 = mkN "tandhдvel" ; - tandhals_nn_1 = mkN "tandhals" ; - tandhjul_nn_1 = mkN "tandhjul" neutrum ; - tandhygienist_nn_1 = mkN "tandhygienist" "tandhygienister" ; - tandhyvel_nn_1 = mkN "tandhyvel" ; - tandkonstruktion_nn_1 = mkN "tandkonstruktion" "tandkonstruktioner" ; - tandkraem_nn_1 = mkN "tandkrдm" "tandkrдmer" ; - tandlaekare_nn_1 = mkN "tandlдkare" "tandlдkare" ; - tandlaekarpraktik_nn_1 = mkN "tandlдkarpraktik" "tandlдkarpraktiker" ; - tandlaekarstol_nn_1 = mkN "tandlдkarstol" ; - tandlagning_nn_1 = mkN "tandlagning" ; - tandlik_av_1 = mkA "tandlik" ; - tandlist_nn_1 = mkN "tandlist" "tandlister" ; - tandloes_av_1 = mkA "tandlцs" ; - tandning_nn_1 = mkN "tandning" ; - tandpetare_nn_1 = mkN "tandpetare" "tandpetare" ; - tandprotes_nn_1 = mkN "tandprotes" "tandproteser" ; - tandrot_nn_1 = mkN "tandrot" "tandrцtter" ; - tandskoeterska_nn_1 = mkN "tandskцterska" ; - tandsnitt_nn_1 = mkN "tandsnitt" neutrum ; - tandstaellning_nn_1 = mkN "tandstдllning" ; - tandtekniker_nn_1 = mkN "tandtekniker" "tandteknikern" "tandtekniker" "tandteknikerna" ; - tanduppsaettning_nn_1 = mkN "tanduppsдttning" ; - tandutskott_nn_1 = mkN "tandutskott" neutrum ; - tandvaardsfoersaekring_nn_1 = mkN "tandvеrdsfцrsдkring" ; - tandvaenlig_av_1 = mkA "tandvдnlig" ; - tandval_nn_1 = mkN "tandval" ; - tandvall_nn_1 = mkN "tandvall" ; - tangent_nn_1 = mkN "tangent" "tangenter" ; - tangentbord_nn_1 = mkN "tangentbord" neutrum ; - tangentinstrument_nn_1 = mkN "tangentinstrument" neutrum ; - tangentplan_nn_1 = mkN "tangentplan" neutrum ; - tangerin_nn_1 = mkN "tangerin" "tangeriner" ; - tangering_nn_1 = mkN "tangering" ; - tangeringspunkt_nn_1 = mkN "tangeringspunkt" "tangeringspunkter" ; - tango_nn_1 = mkN "tango" "tangor" ; - tangorabatt_nn_1 = mkN "tangorabatt" "tangorabatter" ; - tanig_av_1 = mkA "tanig" ; - tank_nn_1 = mkN "tank" ; - tank_nn_2 = mkN "tank" ; - tankbil_nn_1 = mkN "tankbil" ; - tanke_nn_1 = mkN "tanke" utrum ; - tankebyggnad_nn_1 = mkN "tankebyggnad" "tankebyggnader" ; - tankediger_av_1 = mkA "tankediger" "tankedigert" "tankedigra" "tankedigra" "tankedigrare" "tankedigrast" "tankedigraste" ; - tankedikt_nn_1 = mkN "tankedikt" "tankedikter" ; - tankeexperiment_nn_1 = mkN "tankeexperiment" neutrum ; - tankefel_nn_1 = mkN "tankefel" "tankefelet" "tankefel" "tankefelen" ; - tankefoster_nn_1 = mkN "tankefoster" neutrum ; - tankefrihet_nn_1 = mkN "tankefrihet" "tankefriheter" ; - tankegaang_nn_1 = mkN "tankegеng" ; - tankelaesare_nn_1 = mkN "tankelдsare" "tankelдsare" ; - tankelag_nn_1 = mkN "tankelag" ; - tankeled_nn_1 = mkN "tankeled" neutrum ; - tankelek_nn_1 = mkN "tankelek" ; - tankemaessig_av_1 = mkA "tankemдssig" ; - tankemetod_nn_1 = mkN "tankemetod" "tankemetoder" ; - tankemoeda_nn_1 = mkN "tankemцda" ; - tanker_nn_1 = mkN "tanker" ; - tankestaellare_nn_1 = mkN "tankestдllare" "tankestдllare" ; - tanketradition_nn_1 = mkN "tanketradition" "tanketraditioner" ; - tankeutbyte_nn_1 = mkN "tankeutbyte" ; - tankevaeckande_av_1 = mkA "tankevдckande" ; - tankfartyg_nn_1 = mkN "tankfartyg" neutrum ; - tankfull_av_1 = mkA "tankfull" ; - tankgevaer_nn_1 = mkN "tankgevдr" neutrum ; - tankloes_av_1 = mkA "tanklцs" ; - tankomat_nn_1 = mkN "tankomat" "tankomater" ; - tankspridd_av_1 = mkA "tankspridd" ; - tankstreck_nn_1 = mkN "tankstreck" neutrum ; - tant_nn_1 = mkN "tant" "tanter" ; - tantaktig_av_1 = mkA "tantaktig" ; - tantalikval_nn_1 = mkN "tantalikval" neutrum ; - tantiem_nn_1 = mkN "tantiem" neutrum ; - tantig_av_1 = mkA "tantig" ; - tanzanier_nn_1 = mkN "tanzanier" "tanzaniern" "tanzanier" "tanzanierna" ; - tanzanisk_av_1 = mkA "tanzanisk" ; - taoist_nn_1 = mkN "taoist" "taoister" ; - tape_nn_1 = mkN "tape" utrum ; - tapet_nn_1 = mkN "tapet" "tapeter" ; - tapetbaard_nn_1 = mkN "tapetbеrd" "tapetbеrder" ; - tapetborste_nn_1 = mkN "tapetborste" utrum ; - tapetdoerr_nn_1 = mkN "tapetdцrr" ; - tapetserare_nn_1 = mkN "tapetserare" "tapetserare" ; - tapetserarstift_nn_1 = mkN "tapetserarstift" neutrum ; - tapetvaad_nn_1 = mkN "tapetvеd" "tapetvеder" ; - tapir_nn_1 = mkN "tapir" "tapirer" ; - tapisseri_nn_1 = mkN "tapisseri" "tapisserit" "tapisserier" "tapisserierna" ; - tapisseriaffaer_nn_1 = mkN "tapisseriaffдr" "tapisseriaffдrer" ; - tapisserinaal_nn_1 = mkN "tapisserinеl" ; - tapp_nn_1 = mkN "tapp" ; - tappborr_nn_1 = mkN "tappborr" ; - tapper_av_1 = mkA "tapper" "tappert" "tappra" "tappra" "tapprare" "tapprast" "tappraste" ; - tapperhet_nn_1 = mkN "tapperhet" "tapperheter" ; - tapperhetsmedalj_nn_1 = mkN "tapperhetsmedalj" "tapperhetsmedaljer" ; - tapphaal_nn_1 = mkN "tapphеl" neutrum ; - tappkran_nn_1 = mkN "tappkran" ; - tapplager_nn_1 = mkN "tapplager" neutrum ; - tappning_nn_1 = mkN "tappning" ; - tappstation_nn_1 = mkN "tappstation" "tappstationer" ; - tappt_ab_1 = mkAdv "tappt" ; - tappt_nn_1 = mkN "tappt" "tappter" ; - tapto_nn_1 = mkN "tapto" "taptot" "tapton" "taptona" ; - tarantel_nn_1 = mkN "tarantel" ; - tariff_nn_1 = mkN "tariff" "tariffer" ; - tarm_nn_1 = mkN "tarm" ; - tarmbakterie_nn_1 = mkN "tarmbakterie" "tarmbakterier" ; - tarmben_nn_1 = mkN "tarmben" neutrum ; - tarmfistel_nn_1 = mkN "tarmfistel" ; - tarmfoertraengning_nn_1 = mkN "tarmfцrtrдngning" ; - tarmgas_nn_1 = mkN "tarmgas" "tarmgaser" ; - tarmkaex_nn_1 = mkN "tarmkдx" neutrum ; - tarmkanal_nn_1 = mkN "tarmkanal" "tarmkanaler" ; - tarmkatarr_nn_1 = mkN "tarmkatarr" "tarmkatarrer" ; - tarmroerelse_nn_1 = mkN "tarmrцrelse" "tarmrцrelser" ; - tarmsaft_nn_1 = mkN "tarmsaft" "tarmsafter" ; - tarmskoeljning_nn_1 = mkN "tarmskцljning" ; - tarmsystem_nn_1 = mkN "tarmsystem" neutrum ; - tarmvred_nn_1 = mkN "tarmvred" neutrum ; - tars_nn_1 = mkN "tars" "tarser" ; - tarsalben_nn_1 = mkN "tarsalben" neutrum ; - tartarbiff_nn_1 = mkN "tartarbiff" ; - tartarsmoergaas_nn_1 = mkN "tartarsmцrgеs" ; - tartelett_nn_1 = mkN "tartelett" "tarteletter" ; - tartrat_nn_1 = mkN "tartrat" "tartrater" ; - tarvlig_av_1 = mkA "tarvlig" ; - task_nn_1 = mkN "task" ; - taskig_av_1 = mkA "taskig" ; - taskspelare_nn_1 = mkN "taskspelare" "taskspelare" ; - taskspeleri_nn_1 = mkN "taskspeleri" "taskspelerit" "taskspelerier" "taskspelerierna" ; - tass_nn_1 = mkN "tass" ; - tassemark_nn_1 = mkN "tassemark" "tassemarker" ; - tassfot_nn_1 = mkN "tassfot" "tassfцtter" ; - tassliknande_av_1 = mkA "tassliknande" ; - tatar_nn_1 = mkN "tatar" "tatarer" ; - tattare_nn_1 = mkN "tattare" "tattare" ; - tatuerare_nn_1 = mkN "tatuerare" "tatuerare" ; - tatuering_nn_1 = mkN "tatuering" ; - tautologi_nn_1 = mkN "tautologi" "tautologier" ; - tavelgalleri_nn_1 = mkN "tavelgalleri" "tavelgallerit" "tavelgallerier" "tavelgallerierna" ; - tavelsudd_nn_1 = mkN "tavelsudd" ; - tavla_nn_1 = mkN "tavla" ; - tax_free_av_1 = mkA "tax-free" ; - tax_nn_1 = mkN "tax" ; - taxameter_nn_1 = mkN "taxameter" ; - taxeomraade_nn_1 = mkN "taxeomrеde" ; - taxering_nn_1 = mkN "taxering" ; - taxeringsaar_nn_1 = mkN "taxeringsеr" neutrum ; - taxeringsassistent_nn_1 = mkN "taxeringsassistent" "taxeringsassistenter" ; - taxeringsbevis_nn_1 = mkN "taxeringsbevis" neutrum ; - taxeringsenhet_nn_1 = mkN "taxeringsenhet" "taxeringsenheter" ; - taxeringsintendent_nn_1 = mkN "taxeringsintendent" "taxeringsintendenter" ; - taxeringskalender_nn_1 = mkN "taxeringskalender" ; - taxeringslaengd_nn_1 = mkN "taxeringslдngd" "taxeringslдngder" ; - taxeringsman_nn_1 = mkN "taxeringsman" "taxeringsmannen" "taxeringsmдn" "taxeringsmдnnen" ; - taxeringsmyndighet_nn_1 = mkN "taxeringsmyndighet" "taxeringsmyndigheter" ; - taxeringsnaemnd_nn_1 = mkN "taxeringsnдmnd" "taxeringsnдmnder" ; - taxeringsvaerde_nn_1 = mkN "taxeringsvдrde" ; - taxi_nn_1 = mkN "taxi" "taxin" "taxi" "taxina" ; - taxibil_nn_1 = mkN "taxibil" ; - taxichauffoer_nn_1 = mkN "taxichauffцr" "taxichauffцrer" ; - taxistation_nn_1 = mkN "taxistation" "taxistationer" ; - taxonomi_nn_1 = mkN "taxonomi" "taxonomier" ; - tazett_nn_1 = mkN "tazett" "tazetter" ; - tchadier_nn_1 = mkN "tchadier" "tchadiern" "tchadier" "tchadierna" ; - tchadisk_av_1 = mkA "tchadisk" ; - te_nn_1 = mkN "te" "tet" "teer" "teerna" ; - teach_in_nn_1 = mkN "teach-in" "teach-in" "teach-in" "teach-ina" ; - teaelskande_av_1 = mkA "teдlskande" ; - teaktraed_nn_1 = mkN "teaktrдd" neutrum ; - team_nn_1 = mkN "team" neutrum ; - teamwork_nn_1 = mkN "teamwork" "teamworker" ; - teater_nn_1 = mkN "teater" ; - teateranmaelan_nn_1 = mkN "teateranmдlan" "teateranmдlan" "teateranmдlningar" "teateranmдlningarna" ; - teaterbesoekare_nn_1 = mkN "teaterbesцkare" "teaterbesцkare" ; - teaterchef_nn_1 = mkN "teaterchef" "teaterchefer" ; - teaterdebatt_nn_1 = mkN "teaterdebatt" "teaterdebatter" ; - teaterdekoration_nn_1 = mkN "teaterdekoration" "teaterdekorationer" ; - teatereffekt_nn_1 = mkN "teatereffekt" "teatereffekter" ; - teaterfigur_nn_1 = mkN "teaterfigur" "teaterfigurer" ; - teaterfoerestaellning_nn_1 = mkN "teaterfцrestдllning" ; - teatergrupp_nn_1 = mkN "teatergrupp" "teatergrupper" ; - teaterhabitue_nn_1 = mkN "teaterhabituй" "teaterhabituйer" ; - teaterkikare_nn_1 = mkN "teaterkikare" "teaterkikare" ; - teaterliv_nn_1 = mkN "teaterliv" neutrum ; - teaterloge_nn_1 = mkN "teaterloge" "teaterloger" ; - teatermaskineri_nn_1 = mkN "teatermaskineri" "teatermaskinerit" "teatermaskinerier" "teatermaskinerierna" ; - teatermaskinist_nn_1 = mkN "teatermaskinist" "teatermaskinister" ; - teaterpjaes_nn_1 = mkN "teaterpjдs" "teaterpjдser" ; - teaterroll_nn_1 = mkN "teaterroll" "teaterroller" ; - teatersaellskap_nn_1 = mkN "teatersдllskap" "teatersдllskapet" "teatersдllskapen" "teatersдllskapena" ; - teaterscen_nn_1 = mkN "teaterscen" "teaterscener" ; - teaterviskning_nn_1 = mkN "teaterviskning" ; - teatral_av_1 = mkA "teatral" ; - teatralisk_av_1 = mkA "teatralisk" ; - teblad_nn_1 = mkN "teblad" neutrum ; - tebuske_nn_1 = mkN "tebuske" utrum ; - tecken_nn_1 = mkN "tecken" "tecknet" "tecken" "tecknen" ; - teckenalfabet_nn_1 = mkN "teckenalfabet" neutrum ; - teckenfoerklaring_nn_1 = mkN "teckenfцrklaring" ; - teckenskaadare_nn_1 = mkN "teckenskеdare" "teckenskеdare" ; - teckenspraak_nn_1 = mkN "teckensprеk" neutrum ; - teckensystem_nn_1 = mkN "teckensystem" neutrum ; - teckentydare_nn_1 = mkN "teckentydare" "teckentydare" ; - tecknare_nn_1 = mkN "tecknare" "tecknare" ; - teckning_nn_1 = mkN "teckning" ; - teckningsbevis_nn_1 = mkN "teckningsbevis" neutrum ; - teddybjoern_nn_1 = mkN "teddybjцrn" ; - tedeum_nn_1 = mkN "tedeum" neutrum ; - tedrickande_nn_1 = mkN "tedrickande" ; - tefat_nn_1 = mkN "tefat" neutrum ; - teg_nn_1 = mkN "teg" ; - tegel_nn_1 = mkN "tegel" neutrum ; - tegelbruk_nn_1 = mkN "tegelbruk" neutrum ; - tegelliknande_av_1 = mkA "tegelliknande" ; - tegelmaestare_nn_1 = mkN "tegelmдstare" "tegelmдstare" ; - tegelroed_av_1 = mkA "tegelrцd" ; - tegelslagare_nn_1 = mkN "tegelslagare" "tegelslagare" ; - tegelsten_nn_1 = mkN "tegelsten" "tegelstenen" "tegelstenar" "tegelstenarna" ; - tegelstensroman_nn_1 = mkN "tegelstensroman" "tegelstensromaner" ; - tegelugn_nn_1 = mkN "tegelugn" ; - teglas_nn_1 = mkN "teglas" neutrum ; - tehuv_nn_1 = mkN "tehuv" ; - tein_nn_1 = mkN "tein" "teiner" ; - tejp_nn_1 = mkN "tejp" "tejper" ; - tejst_nn_1 = mkN "tejst" ; - teknik_nn_1 = mkN "teknik" "tekniker" ; - teknikalitet_nn_1 = mkN "teknikalitet" "teknikaliteter" ; - tekniker_nn_1 = mkN "tekniker" "teknikern" "tekniker" "teknikerna" ; - tekning_nn_1 = mkN "tekning" ; - teknisk_av_1 = mkA "teknisk" ; - teknokrat_nn_1 = mkN "teknokrat" "teknokrater" ; - teknokrati_nn_1 = mkN "teknokrati" "teknokratier" ; - teknolog_nn_1 = mkN "teknolog" "teknologer" ; - teknologi_nn_1 = mkN "teknologi" "teknologier" ; - teknologie_av_1 = mkA "teknologie" ; - teknologisk_av_1 = mkA "teknologisk" ; - tekoindustri_nn_1 = mkN "tekoindustri" "tekoindustrier" ; - tekopp_nn_1 = mkN "tekopp" ; - teleavgift_nn_1 = mkN "teleavgift" "teleavgifter" ; - teledata_nn_1 = mkN "teledata" "teledatan" "teledata" "teledatana" ; - telefoerbindelse_nn_1 = mkN "telefцrbindelse" "telefцrbindelser" ; - telefon_nn_1 = mkN "telefon" "telefoner" ; - telefonabonnent_nn_1 = mkN "telefonabonnent" "telefonabonnenter" ; - telefonanrop_nn_1 = mkN "telefonanrop" neutrum ; - telefonapparat_nn_1 = mkN "telefonapparat" "telefonapparater" ; - telefonautomat_nn_1 = mkN "telefonautomat" "telefonautomater" ; - telefonavlyssning_nn_1 = mkN "telefonavlyssning" ; - telefonhytt_nn_1 = mkN "telefonhytt" "telefonhytter" ; - telefonist_nn_1 = mkN "telefonist" "telefonister" ; - telefonjack_nn_1 = mkN "telefonjack" ; - telefonkatalog_nn_1 = mkN "telefonkatalog" "telefonkataloger" ; - telefonkiosk_nn_1 = mkN "telefonkiosk" "telefonkiosker" ; - telefonkoe_nn_1 = mkN "telefonkц" "telefonkцn" "telefonkцer" "telefonkцerna" ; - telefonledes_ab_1 = mkAdv "telefonledes" ; - telefonledning_nn_1 = mkN "telefonledning" ; - telefonlur_nn_1 = mkN "telefonlur" ; - telefonnummer_nn_1 = mkN "telefonnummer" neutrum ; - telefonsamtal_nn_1 = mkN "telefonsamtal" "telefonsamtalet" "telefonsamtalen" "telefonsamtalena" ; - telefonsignal_nn_1 = mkN "telefonsignal" "telefonsignaler" ; - telefonsladd_nn_1 = mkN "telefonsladd" ; - telefonstation_nn_1 = mkN "telefonstation" "telefonstationer" ; - telefonstolpe_nn_1 = mkN "telefonstolpe" utrum ; - telefonsvarare_nn_1 = mkN "telefonsvarare" "telefonsvarare" ; - telefontraad_nn_1 = mkN "telefontrеd" ; - telefonvaeckning_nn_1 = mkN "telefonvдckning" ; - telefonvaektare_nn_1 = mkN "telefonvдktare" "telefonvдktare" ; - telefonvaexel_nn_1 = mkN "telefonvдxel" ; - telefonvakt_nn_1 = mkN "telefonvakt" "telefonvakter" ; - telefoto_nn_1 = mkN "telefoto" "telefotot" "telefoton" "telefotona" ; - telegraf_nn_1 = mkN "telegraf" "telegrafer" ; - telegrafisk_av_1 = mkA "telegrafisk" ; - telegrafist_nn_1 = mkN "telegrafist" "telegrafister" ; - telegrafnyckel_nn_1 = mkN "telegrafnyckel" ; - telegrafstation_nn_1 = mkN "telegrafstation" "telegrafstationer" ; - telegram_nn_1 = mkN "telegram" "telegrammet" "telegram" "telegrammen" ; - telegramadress_nn_1 = mkN "telegramadress" "telegramadresser" ; - telegrambud_nn_1 = mkN "telegrambud" neutrum ; - telegrambyraa_nn_1 = mkN "telegrambyrе" "telegrambyrеer" ; - telekommunikation_nn_1 = mkN "telekommunikation" "telekommunikationer" ; - telemeter_nn_1 = mkN "telemeter" ; - telenaet_nn_1 = mkN "telenдt" neutrum ; - teleobjektiv_nn_1 = mkN "teleobjektiv" neutrum ; - teleologisk_av_1 = mkA "teleologisk" ; - telepati_nn_1 = mkN "telepati" "telepatier" ; - telepatisk_av_1 = mkA "telepatisk" ; - teleprinter_nn_1 = mkN "teleprinter" ; - telesatellit_nn_1 = mkN "telesatellit" "telesatelliter" ; - teleskop_nn_1 = mkN "teleskop" neutrum ; - teleskopisk_av_1 = mkA "teleskopisk" ; - teleskopliknande_av_1 = mkA "teleskopliknande" ; - teleskopoega_nn_1 = mkN "teleskopцga" "teleskopцgat" "teleskopцgon" "teleskopцgonen" ; - telestation_nn_1 = mkN "telestation" "telestationer" ; - teleteknisk_av_1 = mkA "teleteknisk" ; - televerk_nn_1 = mkN "televerk" neutrum ; - televisionskamera_nn_1 = mkN "televisionskamera" ; - telex_nn_2 = mkN "telex" neutrum ; - telfer_nn_1 = mkN "telfer" ; - tellurisk_av_1 = mkA "tellurisk" ; - tellurium_nn_1 = mkN "tellurium" "telluriet" "tellurier" "tellurierna" ; - teln_nn_1 = mkN "teln" ; - telning_nn_1 = mkN "telning" ; - tema_nn_1 = mkN "tema" "temat" "teman" "temana" ; - temadag_nn_1 = mkN "temadag" ; - temanummer_nn_1 = mkN "temanummer" neutrum ; - tematisk_av_1 = mkA "tematisk" ; - temp_nn_1 = mkN "temp" ; - tempel_nn_1 = mkN "tempel" neutrum ; - tempelherre_nn_1 = mkN "tempelherre" utrum ; - tempelherreorden_nn_1 = mkN "tempelherreorden" ; - temperament_nn_1 = mkN "temperament" "temperamentet" "temperamenten" "temperamentena" ; - temperamentsfull_av_1 = mkA "temperamentsfull" ; - temperamentsutbrott_nn_1 = mkN "temperamentsutbrott" neutrum ; - temperatur_nn_1 = mkN "temperatur" "temperaturer" ; - temperaturfoeraendring_nn_1 = mkN "temperaturfцrдndring" ; - temperaturfoerdelning_nn_1 = mkN "temperaturfцrdelning" ; - temperaturfoerhaallande_nn_1 = mkN "temperaturfцrhеllande" ; - temperaturkaenslig_av_1 = mkA "temperaturkдnslig" ; - temperaturomraade_nn_1 = mkN "temperaturomrеde" ; - temperaturregulator_nn_1 = mkN "temperaturregulator" "temperaturregulatorer" ; - temperatursaenkning_nn_1 = mkN "temperatursдnkning" ; - temperaturskillnad_nn_1 = mkN "temperaturskillnad" "temperaturskillnader" ; - temperatursvaengning_nn_1 = mkN "temperatursvдngning" ; - temperaturvaexling_nn_1 = mkN "temperaturvдxling" ; - tempo_nn_1 = mkN "tempo" "tempot" "tempon" "tempona" ; - tempoarbetare_nn_1 = mkN "tempoarbetare" "tempoarbetare" ; - tempobeteckning_nn_1 = mkN "tempobeteckning" ; - tempolopp_nn_1 = mkN "tempolopp" neutrum ; - temporaer_av_1 = mkA "temporдr" ; - temporal_av_1 = mkA "temporal" ; - tempus_nn_1 = mkN "tempus" neutrum ; - tempusvaexling_nn_1 = mkN "tempusvдxling" ; - ten_nn_1 = mkN "ten" "tenen" "tenar" "tenarna" ; - tendens_nn_1 = mkN "tendens" "tendenser" ; - tendentioes_av_1 = mkA "tendentiцs" ; - tender_nn_1 = mkN "tender" ; - tennfolie_nn_1 = mkN "tennfolie" "tennfolier" ; - tennisboll_nn_1 = mkN "tennisboll" ; - tennisspelare_nn_1 = mkN "tennisspelare" "tennisspelare" ; - tennsoldat_nn_1 = mkN "tennsoldat" "tennsoldater" ; - tenor_nn_1 = mkN "tenor" "tenoren" "tenorer" "tenorerna" ; - tenorbaryton_nn_1 = mkN "tenorbaryton" "tenorbarytoner" ; - tenorsaxofon_nn_1 = mkN "tenorsaxofon" "tenorsaxofoner" ; - tensid_nn_1 = mkN "tensid" "tensider" ; - tension_nn_1 = mkN "tension" "tensioner" ; - tentakel_nn_1 = mkN "tentakel" "tentakeln" "tentakler" "tentaklerna" ; - tentamen_nn_1 = mkN "tentamen" "tentamen" "tentamina" "tentamina" ; - tentamensbok_nn_1 = mkN "tentamensbok" "tentamensbцcker" ; - tentamensnervositet_nn_1 = mkN "tentamensnervositet" "tentamensnervositeter" ; - tentand_nn_1 = mkN "tentand" "tentander" ; - tentator_nn_1 = mkN "tentator" "tentatorer" ; - teobromin_nn_1 = mkN "teobromin" "teobrominer" ; - teocentrisk_av_1 = mkA "teocentrisk" ; - teodolit_nn_1 = mkN "teodolit" "teodoliter" ; - teofyllin_nn_1 = mkN "teofyllin" "teofylliner" ; - teogoni_nn_1 = mkN "teogoni" "teogonier" ; - teokrati_nn_1 = mkN "teokrati" "teokratier" ; - teokratisk_av_1 = mkA "teokratisk" ; - teolog_nn_1 = mkN "teolog" "teologer" ; - teologie_av_1 = mkA "teologie" ; - teologisk_av_1 = mkA "teologisk" ; - teorem_nn_1 = mkN "teorem" neutrum ; - teoretiker_nn_1 = mkN "teoretiker" "teoretikern" "teoretiker" "teoretikerna" ; - teoretisk_av_1 = mkA "teoretisk" ; - teori_nn_1 = mkN "teori" "teorier" ; - teosof_nn_1 = mkN "teosof" "teosofer" ; - teosofisk_av_1 = mkA "teosofisk" ; - tepaase_nn_1 = mkN "tepеse" utrum ; - terapeut_nn_1 = mkN "terapeut" "terapeuter" ; - terapeutisk_av_1 = mkA "terapeutisk" ; - terapi_nn_1 = mkN "terapi" "terapier" ; - terass_nn_1 = mkN "terass" "terasser" ; - terawatt_nn_1 = mkN "terawatt" "terawatten" "terawatt" "terawatten" ; - terebint_nn_1 = mkN "terebint" "terebinter" ; - term_nn_1 = mkN "term" "termer" ; - termin_nn_1 = mkN "termin" "terminer" ; - terminal_nn_1 = mkN "terminal" "terminaler" ; - terminolog_nn_1 = mkN "terminolog" "terminologer" ; - terminologi_nn_1 = mkN "terminologi" "terminologier" ; - terminologisk_av_1 = mkA "terminologisk" ; - terminsaffaer_nn_1 = mkN "terminsaffдr" "terminsaffдrer" ; - terminsavgift_nn_1 = mkN "terminsavgift" "terminsavgifter" ; - termisk_av_1 = mkA "termisk" ; - termistor_nn_1 = mkN "termistor" "termistorer" ; - termit_nn_1 = mkN "termit" "termiter" ; - termodynamisk_av_1 = mkA "termodynamisk" ; - termoelektricitet_nn_1 = mkN "termoelektricitet" "termoelektriciteter" ; - termoelement_nn_1 = mkN "termoelement" neutrum ; - termofil_av_1 = mkA "termofil" ; - termometer_nn_1 = mkN "termometer" ; - termonukleaer_av_1 = mkA "termonukleдr" ; - termoplast_nn_1 = mkN "termoplast" "termoplaster" ; - termoregulator_nn_1 = mkN "termoregulator" "termoregulatorer" ; - termos_nn_1 = mkN "termos" ; - termostapel_nn_1 = mkN "termostapel" ; - termostat_nn_1 = mkN "termostat" "termostater" ; - tern_nn_1 = mkN "tern" "terner" ; - terpen_nn_1 = mkN "terpen" "terpener" ; - terraeng_nn_1 = mkN "terrдng" "terrдnger" ; - terraengbil_nn_1 = mkN "terrдngbil" ; - terraengfoerlust_nn_1 = mkN "terrдngfцrlust" "terrдngfцrluster" ; - terraenggaaende_av_1 = mkA "terrдnggеende" ; - terraengkoerning_nn_1 = mkN "terrдngkцrning" ; - terraengnamn_nn_1 = mkN "terrдngnamn" neutrum ; - terraengvinkel_nn_1 = mkN "terrдngvinkel" ; - terraengvinst_nn_1 = mkN "terrдngvinst" "terrдngvinster" ; - terrarium_nn_1 = mkN "terrarium" "terrariet" "terrarier" "terrarierna" ; - terrass_nn_1 = mkN "terrass" "terrasser" ; - terrester_av_1 = mkA "terrester" "terrestert" "terrestra" "terrestra" "terrestrare" "terrestrast" "terrestraste" ; - terrier_nn_1 = mkN "terrier" "terriern" "terrier" "terrierna" ; - terrigen_av_1 = mkA "terrigen" ; - terrin_nn_1 = mkN "terrin" "terriner" ; - territorialgraens_nn_1 = mkN "territorialgrдns" "territorialgrдnser" ; - territorialvatten_nn_1 = mkN "territorialvatten" "territorialvattnet" "territorialvatten" "territorialvattnen" ; - territoriell_av_1 = mkA "territoriell" ; - territorium_nn_1 = mkN "territorium" "territoriet" "territorier" "territorierna" ; - terrorbombning_nn_1 = mkN "terrorbombning" ; - terrorist_nn_1 = mkN "terrorist" "terrorister" ; - ters_nn_1 = mkN "ters" "terser" ; - tersett_nn_1 = mkN "tersett" "tersetter" ; - tertiaer_av_1 = mkA "tertiдr" ; - terzett_nn_1 = mkN "terzett" "terzetter" ; - terzin_nn_1 = mkN "terzin" "terziner" ; - tes_nn_1 = mkN "tes" "teser" ; - tesaurus_nn_1 = mkN "tesaurus" ; - tesked_nn_1 = mkN "tesked" ; - tesla_nn_1 = mkN "tesla" "teslan" "tesla" "teslana" ; - teslastroem_nn_1 = mkN "teslastrцm" "teslastrцmmen" "teslastrцmmar" "teslastrцmmarna" ; - test_nn_1 = mkN "test" neutrum ; - test_nn_2 = mkN "test" ; - testabel_av_1 = mkA "testabel" "testabelt" "testabla" "testabla" "testablare" "testablast" "testablaste" ; - testamentarisk_av_1 = mkA "testamentarisk" ; - testamentsexekutor_nn_1 = mkN "testamentsexekutor" "testamentsexekutorer" ; - testator_nn_1 = mkN "testator" "testatorer" ; - testbatteri_nn_1 = mkN "testbatteri" "testbatterit" "testbatterier" "testbatterierna" ; - testbild_nn_1 = mkN "testbild" "testbilder" ; - testcykel_nn_1 = mkN "testcykel" ; - testig_av_1 = mkA "testig" ; - testikel_nn_1 = mkN "testikel" ; - testimonium_nn_1 = mkN "testimonium" "testimoniet" "testimonier" "testimonierna" ; - testuggare_nn_1 = mkN "testuggare" "testuggare" ; - testvaerde_nn_1 = mkN "testvдrde" ; - tete_a_tete_nn_1 = mkN "tиte-а-tиte" "tиte-а-tиter" ; - tetig_av_1 = mkA "tetig" ; - tetraeder_nn_1 = mkN "tetraeder" ; - tetragon_nn_1 = mkN "tetragon" "tetragoner" ; - tetraklorid_nn_1 = mkN "tetraklorid" "tetraklorider" ; - tetrapak_nn_1 = mkN "tetrapak" neutrum ; - tetrark_nn_1 = mkN "tetrark" "tetrarker" ; - teuton_nn_1 = mkN "teuton" "teutoner" ; - tevagn_nn_1 = mkN "tevagn" ; - teve_nn_2 = mkN "teve" "teven" "teve" "tevena" ; - teveapparat_nn_1 = mkN "teveapparat" "teveapparater" ; - tevetittare_nn_1 = mkN "tevetittare" "tevetittare" ; - text_nn_1 = mkN "text" "texter" ; - textbearbetning_nn_1 = mkN "textbearbetning" ; - textbehandling_nn_1 = mkN "textbehandling" ; - textbok_nn_1 = mkN "textbok" "textbцcker" ; - textil_av_1 = mkA "textil" ; - textil_nn_1 = mkN "textil" "textiler" ; - textilaetande_av_1 = mkA "textilдtande" ; - textilarbetare_nn_1 = mkN "textilarbetare" "textilarbetare" ; - textilfiber_nn_1 = mkN "textilfiber" "textilfibern" "textilfibrer" "textilfibrerna" ; - textilindustri_nn_1 = mkN "textilindustri" "textilindustrier" ; - textilkurs_nn_1 = mkN "textilkurs" "textilkurser" ; - textillaerare_nn_1 = mkN "textillдrare" "textillдrare" ; - textrad_nn_1 = mkN "textrad" "textrader" ; - textskaerm_nn_1 = mkN "textskдrm" ; - texttolkning_nn_1 = mkN "texttolkning" ; - textur_nn_1 = mkN "textur" "texturer" ; - thailaendare_nn_1 = mkN "thailдndare" "thailдndare" ; - thailaendsk_av_1 = mkA "thailдndsk" ; - thailaendska_nn_1 = mkN "thailдndska" ; - thaispraak_nn_1 = mkN "thaisprеk" neutrum ; - thriller_nn_1 = mkN "thriller" ; - thrillerfilm_nn_1 = mkN "thrillerfilm" "thrillerfilmer" ; - thyroxin_nn_1 = mkN "thyroxin" "thyroxiner" ; - tibetan_nn_1 = mkN "tibetan" "tibetaner" ; - tibetanare_nn_1 = mkN "tibetanare" "tibetanare" ; - tibetansk_av_1 = mkA "tibetansk" ; - tibetanska_nn_2 = mkN "tibetanska" ; - tic_nn_1 = mkN "tic" "ticen" "tics" "ticsen" ; - tick_nn_1 = mkN "tick" neutrum ; - tick_tack_nn_1 = mkN "tick-tack" neutrum ; - tid_nn_1 = mkN "tid" "tider" ; - tidebok_nn_1 = mkN "tidebok" "tidebцcker" ; - tidegaerd_nn_1 = mkN "tidegдrd" "tidegдrder" ; - tidelag_nn_1 = mkN "tidelag" neutrum ; - tideraekning_nn_1 = mkN "tiderдkning" ; - tidevarv_nn_1 = mkN "tidevarv" neutrum ; - tidig_av_1 = mkA "tidig" ; - tidjordsfenomen_nn_1 = mkN "tidjordsfenomen" neutrum ; - tidjordsforskning_nn_1 = mkN "tidjordsforskning" ; - tidjordskraft_nn_1 = mkN "tidjordskraft" "tidjordskrafter" ; - tidkontrollur_nn_1 = mkN "tidkontrollur" neutrum ; - tidkort_nn_1 = mkN "tidkort" neutrum ; - tidlaan_nn_1 = mkN "tidlеn" neutrum ; - tidlig_av_1 = mkA "tidlig" ; - tidloes_av_1 = mkA "tidlцs" ; - tidmaane_nn_1 = mkN "tidmеne" utrum ; - tidning_nn_1 = mkN "tidning" ; - tidningsartikel_nn_1 = mkN "tidningsartikel" ; - tidningsbud_nn_1 = mkN "tidningsbud" neutrum ; - tidningsledare_nn_1 = mkN "tidningsledare" "tidningsledare" ; - tidningsman_nn_1 = mkN "tidningsman" "tidningsmannen" "tidningsmдn" "tidningsmдnnen" ; - tidningsnotis_nn_1 = mkN "tidningsnotis" "tidningsnotiser" ; - tidningsredaktion_nn_1 = mkN "tidningsredaktion" "tidningsredaktioner" ; - tidningssida_nn_1 = mkN "tidningssida" ; - tidningsspalt_nn_1 = mkN "tidningsspalt" "tidningsspalter" ; - tidningstext_nn_1 = mkN "tidningstext" "tidningstexter" ; - tidningsuppgift_nn_1 = mkN "tidningsuppgift" "tidningsuppgifter" ; - tidningsupplaga_nn_1 = mkN "tidningsupplaga" ; - tidningsutbaerning_nn_1 = mkN "tidningsutbдrning" ; - tidpunkt_nn_1 = mkN "tidpunkt" "tidpunkter" ; - tidroer_nn_1 = mkN "tidrцr" neutrum ; - tidrymd_nn_1 = mkN "tidrymd" "tidrymder" ; - tidsaalder_nn_1 = mkN "tidsеlder" ; - tidsadverbial_nn_1 = mkN "tidsadverbial" neutrum ; - tidsangivelse_nn_1 = mkN "tidsangivelse" "tidsangivelser" ; - tidsaspekt_nn_1 = mkN "tidsaspekt" "tidsaspekter" ; - tidsbefraktning_nn_1 = mkN "tidsbefraktning" ; - tidsbegrepp_nn_1 = mkN "tidsbegrepp" neutrum ; - tidsbestaellning_nn_1 = mkN "tidsbestдllning" ; - tidsbild_nn_1 = mkN "tidsbild" "tidsbilder" ; - tidsbunden_av_1 = mkA "tidsbunden" "tidsbundet" ; - tidsenhet_nn_1 = mkN "tidsenhet" "tidsenheter" ; - tidsenlig_av_1 = mkA "tidsenlig" ; - tidsfaktor_nn_1 = mkN "tidsfaktor" "tidsfaktorer" ; - tidsfoerdriv_nn_1 = mkN "tidsfцrdriv" neutrum ; - tidsfoerlust_nn_1 = mkN "tidsfцrlust" "tidsfцrluster" ; - tidsfoerskjutning_nn_1 = mkN "tidsfцrskjutning" ; - tidsfraaga_nn_1 = mkN "tidsfrеga" ; - tidsfrist_nn_1 = mkN "tidsfrist" "tidsfrister" ; - tidsgraens_nn_1 = mkN "tidsgrдns" "tidsgrдnser" ; - tidsinstaelld_av_1 = mkA "tidsinstдlld" "tidsinstдllt" ; - tidsintervall_nn_1 = mkN "tidsintervall" neutrum ; - tidskrift_nn_1 = mkN "tidskrift" "tidskrifter" ; - tidskriftsartikel_nn_1 = mkN "tidskriftsartikel" ; - tidskriftsindex_nn_1 = mkN "tidskriftsindex" neutrum ; - tidskriftsnummer_nn_1 = mkN "tidskriftsnummer" neutrum ; - tidslig_av_1 = mkA "tidslig" ; - tidsmaatt_nn_1 = mkN "tidsmеtt" neutrum ; - tidsmedveten_av_1 = mkA "tidsmedveten" "tidsmedvetet" ; - tidsoedande_av_1 = mkA "tidsцdande" ; - tidsoeverdrag_nn_1 = mkN "tidsцverdrag" neutrum ; - tidsperiod_nn_1 = mkN "tidsperiod" "tidsperioder" ; - tidsperspektiv_nn_1 = mkN "tidsperspektiv" neutrum ; - tidsplan_nn_1 = mkN "tidsplan" "tidsplaner" ; - tidsplan_nn_2 = mkN "tidsplan" neutrum ; - tidsrymd_nn_1 = mkN "tidsrymd" "tidsrymder" ; - tidsschema_nn_1 = mkN "tidsschema" "tidsschemat" "tidsscheman" "tidsschemana" ; - tidssignal_nn_1 = mkN "tidssignal" "tidssignaler" ; - tidsskillnad_nn_1 = mkN "tidsskillnad" "tidsskillnader" ; - tidsstudieman_nn_1 = mkN "tidsstudieman" "tidsstudiemannen" "tidsstudiemдn" "tidsstudiemдnnen" ; - tidstroemstaellare_nn_1 = mkN "tidstrцmstдllare" "tidstrцmstдllare" ; - tidstrogen_av_1 = mkA "tidstrogen" "tidstroget" ; - tidstypisk_av_1 = mkA "tidstypisk" ; - tidsuppfattning_nn_1 = mkN "tidsuppfattning" ; - tidtabell_nn_1 = mkN "tidtabell" "tidtabeller" ; - tidtagare_nn_1 = mkN "tidtagare" "tidtagare" ; - tidtagarur_nn_1 = mkN "tidtagarur" neutrum ; - tidtagning_nn_1 = mkN "tidtagning" ; - tidtals_ab_1 = mkAdv "tidtals" ; - tidur_nn_1 = mkN "tidur" neutrum ; - tidvatten_nn_1 = mkN "tidvatten" "tidvattnet" "tidvatten" "tidvattnen" ; - tidvattenhoejd_nn_1 = mkN "tidvattenhцjd" "tidvattenhцjder" ; - tidvattenkraft_nn_1 = mkN "tidvattenkraft" "tidvattenkrafter" ; - tidvattenstroem_nn_1 = mkN "tidvattenstrцm" "tidvattenstrцmmen" "tidvattenstrцmmar" "tidvattenstrцmmarna" ; - tidvis_ab_1 = mkAdv "tidvis" ; - tie_break_nn_1 = mkN "tie-break" neutrum ; - tiger_nn_1 = mkN "tiger" ; - tigerhaj_nn_1 = mkN "tigerhaj" ; - tigerkatt_nn_1 = mkN "tigerkatt" "tigerkatter" ; - tigerlilja_nn_1 = mkN "tigerlilja" ; - tigerorm_nn_1 = mkN "tigerorm" ; - tigerrandig_av_1 = mkA "tigerrandig" ; - tigerspraang_nn_1 = mkN "tigersprеng" neutrum ; - tigerstrimmig_av_1 = mkA "tigerstrimmig" ; - tiggarbrev_nn_1 = mkN "tiggarbrev" neutrum ; - tiggare_nn_1 = mkN "tiggare" "tiggare" ; - tiggarmunk_nn_1 = mkN "tiggarmunk" ; - tiggarorden_nn_1 = mkN "tiggarorden" ; - tiggeri_nn_1 = mkN "tiggeri" "tiggerit" "tiggerier" "tiggerierna" ; - tik_nn_1 = mkN "tik" ; - till_ab_1 = mkAdv "till" ; - tillaata_vb_1 = mkV "tillеta" "tillдt" "tillеtit" ; - tillaaten_av_1 = mkA "tillеten" "tillеtet" ; - tillaatlig_av_1 = mkA "tillеtlig" ; - tillaegg_nn_1 = mkN "tillдgg" neutrum ; - tillaeggsbelopp_nn_1 = mkN "tillдggsbelopp" neutrum ; - tillaeggskostnad_nn_1 = mkN "tillдggskostnad" "tillдggskostnader" ; - tillaeggsmandat_nn_1 = mkN "tillдggsmandat" neutrum ; - tillaeggspension_nn_1 = mkN "tillдggspension" "tillдggspensioner" ; - tillaeggsplats_nn_1 = mkN "tillдggsplats" "tillдggsplatser" ; - tillaemplig_av_1 = mkA "tillдmplig" ; - tillaempning_nn_1 = mkN "tillдmpning" ; - tillaempningsfoereskrift_nn_1 = mkN "tillдmpningsfцreskrift" "tillдmpningsfцreskrifter" ; - tillaenda_ab_1 = mkAdv "tillдnda" ; - tillaendalupen_av_1 = mkA "tillдndalupen" "tillдndalupet" ; - tillaeventyrs_ab_1 = mkAdv "tillдventyrs" ; - tillbaka_ab_1 = mkAdv "tillbaka" ; - tillbakablick_nn_1 = mkN "tillbakablick" ; - tillbakadragen_av_1 = mkA "tillbakadragen" "tillbakadraget" ; - tillbakagaaende_av_1 = mkA "tillbakagеende" ; - tillbakasatt_av_1 = mkA "tillbakasatt" ; - tillbakasyftande_av_1 = mkA "tillbakasyftande" ; - tillbaks_ab_1 = mkAdv "tillbaks" ; - tillbedja_vb_1 = mkV "tillbedja" "tillbedjar" "tillbedja" "tillbedjad" "tillbedjatt" "tillbedjadd" ; - tillbedjare_nn_1 = mkN "tillbedjare" "tillbedjare" ; - tillbehoer_nn_1 = mkN "tillbehцr" neutrum ; - tillboerlig_av_1 = mkA "tillbцrlig" ; - tillbringare_nn_1 = mkN "tillbringare" "tillbringare" ; - tillbud_nn_1 = mkN "tillbud" neutrum ; - tillbuds_ab_1 = mkAdv "tillbuds" ; - tillbyggd_av_1 = mkA "tillbyggd" "tillbyggt" ; - tillbyggnad_nn_1 = mkN "tillbyggnad" "tillbyggnader" ; - tilldelning_nn_1 = mkN "tilldelning" ; - tilldels_ab_1 = mkAdv "tilldels" ; - tilldra_vb_1 = mkV "tilldra" "tilldrar" "tilldra" "tilldrog" "tilldragit" "tilldragen" ; - tilldragande_av_1 = mkA "tilldragande" ; - tilldragelse_nn_1 = mkN "tilldragelse" "tilldragelser" ; - tillfaangata_vb_1 = mkV "tillfеngata" "tillfеngatar" "tillfеngata" "tillfеngatog" "tillfеngatagit" "tillfеngatagen" ; - tillfaellig_av_1 = mkA "tillfдllig" ; - tillfaellighet_nn_1 = mkN "tillfдllighet" "tillfдlligheter" ; - tillfaellighetsdikt_nn_1 = mkN "tillfдllighetsdikt" "tillfдllighetsdikter" ; - tillfaellighetsfoerbrytare_nn_1 = mkN "tillfдllighetsfцrbrytare" "tillfдllighetsfцrbrytare" ; - tillfaellighetsvers_nn_1 = mkN "tillfдllighetsvers" ; - tillfaelligtvis_ab_1 = mkAdv "tillfдlligtvis" ; - tillfalla_vb_1 = mkV "tillfalla" "tillfцll" "tillfallit" ; - tillfart_nn_1 = mkN "tillfart" "tillfarter" ; - tillfartsvaeg_nn_1 = mkN "tillfartsvдg" ; - tillfinnandes_ab_1 = mkAdv "tillfinnandes" ; - tillfloede_nn_1 = mkN "tillflцde" ; - tillflyktsort_nn_1 = mkN "tillflyktsort" "tillflyktsorter" ; - tillfoerlitlig_av_1 = mkA "tillfцrlitlig" ; - tillfoerlitlighet_nn_1 = mkN "tillfцrlitlighet" "tillfцrlitligheter" ; - tillfoerlitlighetstaevling_nn_1 = mkN "tillfцrlitlighetstдvling" ; - tillfoerne_ab_1 = mkAdv "tillfцrne" ; - tillfreds_av_1 = mkA "tillfreds" ; - tillfredsstaellande_av_1 = mkA "tillfredsstдllande" ; - tillfredsstaelld_av_1 = mkA "tillfredsstдlld" "tillfredsstдllt" ; - tillfullo_ab_1 = mkAdv "tillfullo" ; - tillfyllest_ab_1 = mkAdv "tillfyllest" ; - tillgaang_nn_1 = mkN "tillgеng" ; - tillgaenglig_av_1 = mkA "tillgдnglig" ; - tillge_vb_1 = mkV "tillge" "tillger" "tillge" "tillgav" "tillgett" "tillgiven" ; - tillgiven_av_1 = mkA "tillgiven" "tillgivet" ; - tillgivenhet_nn_1 = mkN "tillgivenhet" "tillgivenheter" ; - tillgjord_av_1 = mkA "tillgjord" "tillgjort" ; - tillgodo_ab_1 = mkAdv "tillgodo" ; - tillgodohavande_nn_1 = mkN "tillgodohavande" ; - tillgodokvitto_nn_1 = mkN "tillgodokvitto" "tillgodokvittot" "tillgodokvitton" "tillgodokvittona" ; - tillgrepp_nn_1 = mkN "tillgrepp" neutrum ; - tillgripa_vb_1 = mkV "tillgripa" "tillgrep" "tillgripit" ; - tillhaall_nn_1 = mkN "tillhеll" neutrum ; - tillhaalla_vb_1 = mkV "tillhеlla" "tillhцll" "tillhеllit" ; - tillhaallarfjaeder_nn_1 = mkN "tillhеllarfjдder" ; - tillhanda_ab_1 = mkAdv "tillhanda" ; - tillhandahaalla_vb_1 = mkV "tillhandahеlla" "tillhandahцll" "tillhandahеllit" ; - tillhands_ab_1 = mkAdv "tillhands" ; - tillhoerande_av_1 = mkA "tillhцrande" ; - tillhoerig_av_1 = mkA "tillhцrig" ; - tillhoerighet_nn_1 = mkN "tillhцrighet" "tillhцrigheter" ; - tillhopa_ab_1 = mkAdv "tillhopa" ; - tillika_ab_1 = mkAdv "tillika" ; - tillintetgjord_av_1 = mkA "tillintetgjord" "tillintetgjort" ; - tillintetgoerande_av_1 = mkA "tillintetgцrande" ; - tillitsfull_av_1 = mkA "tillitsfull" ; - tillkaenna_ab_1 = mkAdv "tillkдnna" ; - tillkaennage_vb_1 = mkV "tillkдnnage" "tillkдnnager" "tillkдnnage" "tillkдnnagav" "tillkдnnagett" "tillkдnnagiven" ; - tillkaennagivande_nn_1 = mkN "tillkдnnagivande" ; - tillklippt_av_1 = mkA "tillklippt" "tillklippt" ; - tillknaeppt_av_1 = mkA "tillknдppt" "tillknдppt" ; - tillkomma_vb_1 = mkV "tillkomma" "tillkom" "tillkommit" ; - tillkommande_av_1 = mkA "tillkommande" ; - tillmoetes_ab_1 = mkAdv "tillmцtes" ; - tillmoetesgaaende_av_1 = mkA "tillmцtesgеende" ; - tillnaermelsevis_ab_1 = mkAdv "tillnдrmelsevis" ; - tillnamn_nn_1 = mkN "tillnamn" neutrum ; - tilloekning_nn_1 = mkN "tillцkning" ; - tilloenskning_nn_1 = mkN "tillцnskning" ; - tillopp_nn_1 = mkN "tillopp" neutrum ; - tillpass_ab_1 = mkAdv "tillpass" ; - tillplattning_nn_1 = mkN "tillplattning" ; - tillraadlig_av_1 = mkA "tillrеdlig" ; - tillraecklig_av_1 = mkA "tillrдcklig" ; - tillraeknelig_av_1 = mkA "tillrдknelig" ; - tillraetta_ab_1 = mkAdv "tillrдtta" ; - tillraettavisning_nn_1 = mkN "tillrдttavisning" ; - tillreds_ab_1 = mkAdv "tillreds" ; - tillrop_nn_1 = mkN "tillrop" neutrum ; - tillsaegelse_nn_1 = mkN "tillsдgelse" "tillsдgelser" ; - tillsaettning_nn_1 = mkN "tillsдttning" ; - tillsammans_ab_1 = mkAdv "tillsammans" ; - tillsammantagen_av_1 = mkA "tillsammantagen" "tillsammantaget" ; - tillsats_nn_1 = mkN "tillsats" "tillsatser" ; - tillsatsaemne_nn_1 = mkN "tillsatsдmne" ; - tillsatslins_nn_1 = mkN "tillsatslins" "tillsatslinser" ; - tillskaera_vb_1 = mkV "tillskдra" "tillskar" "tillskurit" ; - tillskaerare_nn_1 = mkN "tillskдrare" "tillskдrare" ; - tillskaerarkniv_nn_1 = mkN "tillskдrarkniv" ; - tillskaerning_nn_1 = mkN "tillskдrning" ; - tillskjuta_vb_1 = mkV "tillskjuta" "tillskцt" "tillskjutit" ; - tillskott_nn_1 = mkN "tillskott" neutrum ; - tillskriva_vb_1 = mkV "tillskriva" "tillskrev" "tillskrivit" ; - tillskyndare_nn_1 = mkN "tillskyndare" "tillskyndare" ; - tillslag_nn_1 = mkN "tillslag" neutrum ; - tillslagen_av_1 = mkA "tillslagen" "tillslaget" ; - tillslagning_nn_1 = mkN "tillslagning" ; - tillslagningsteknik_nn_1 = mkN "tillslagningsteknik" "tillslagningstekniker" ; - tillsluta_vb_1 = mkV "tillsluta" "tillslцt" "tillslutit" ; - tillslutare_nn_1 = mkN "tillslutare" "tillslutare" ; - tillspillo_ab_1 = mkAdv "tillspillo" ; - tillspilloge_vb_1 = mkV "tillspilloge" "tillspilloger" "tillspilloge" "tillspillogav" "tillspillogett" "tillspillogiven" ; - tillspillogiven_av_1 = mkA "tillspillogiven" "tillspillogivet" ; - tillstaand_nn_1 = mkN "tillstеnd" neutrum ; - tillstaandsbevis_nn_1 = mkN "tillstеndsbevis" neutrum ; - tillstaandsgivande_av_1 = mkA "tillstеndsgivande" ; - tillstaedes_ab_1 = mkAdv "tillstдdes" ; - tillstaellning_nn_1 = mkN "tillstдllning" ; - tillstaendig_av_1 = mkA "tillstдndig" ; - tillstymmelse_nn_1 = mkN "tillstymmelse" "tillstymmelser" ; - tillstyrkande_nn_1 = mkN "tillstyrkande" ; - tillsvidare_ab_1 = mkAdv "tillsvidare" ; - tillsvidarefoerordnande_nn_1 = mkN "tillsvidarefцrordnande" ; - tillsynes_ab_1 = mkAdv "tillsynes" ; - tillsyningsman_nn_1 = mkN "tillsyningsman" "tillsyningsmannen" "tillsyningsmдn" "tillsyningsmдnnen" ; - tillsynslaerare_nn_1 = mkN "tillsynslдrare" "tillsynslдrare" ; - tillsynsman_nn_1 = mkN "tillsynsman" "tillsynsmannen" "tillsynsmдn" "tillsynsmдnnen" ; - tillta_vb_1 = mkV "tillta" "tilltar" "tillta" "tilltog" "tilltagit" "tilltagen" ; - tilltaenkt_av_1 = mkA "tilltдnkt" "tilltдnkt" ; - tilltaeppning_nn_1 = mkN "tilltдppning" ; - tilltag_nn_1 = mkN "tilltag" neutrum ; - tilltagande_av_1 = mkA "tilltagande" ; - tilltagen_av_1 = mkA "tilltagen" "tilltaget" ; - tilltagsen_av_1 = mkA "tilltagsen" "tilltagset" ; - tilltalande_av_1 = mkA "tilltalande" ; - tilltalsform_nn_1 = mkN "tilltalsform" "tilltalsformer" ; - tilltalsnamn_nn_1 = mkN "tilltalsnamn" neutrum ; - tilltalsord_nn_1 = mkN "tilltalsord" neutrum ; - tilltraede_nn_1 = mkN "tilltrдde" ; - tillvaega_ab_1 = mkAdv "tillvдga" ; - tillvaegagaangssaett_nn_1 = mkN "tillvдgagеngssдtt" neutrum ; - tillvaextaemne_nn_1 = mkN "tillvдxtдmne" ; - tillvaexthastighet_nn_1 = mkN "tillvдxthastighet" "tillvдxthastigheter" ; - tillvaexthormon_nn_1 = mkN "tillvдxthormon" neutrum ; - tillvaextperiod_nn_1 = mkN "tillvдxtperiod" "tillvдxtperioder" ; - tillval_nn_1 = mkN "tillval" neutrum ; - tillvalsaemne_nn_1 = mkN "tillvalsдmne" ; - tillvand_av_1 = mkA "tillvand" ; - tillvarata_vb_1 = mkV "tillvarata" "tillvaratar" "tillvarata" "tillvaratog" "tillvaratagit" "tillvaratagen" ; - tillverkare_nn_1 = mkN "tillverkare" "tillverkare" ; - tillverkning_nn_1 = mkN "tillverkning" ; - tillverkningsaar_nn_1 = mkN "tillverkningsеr" neutrum ; - tillviljes_ab_1 = mkAdv "tillviljes" ; - tillvitelse_nn_1 = mkN "tillvitelse" "tillvitelser" ; - timarvode_nn_1 = mkN "timarvode" ; - timbal_nn_1 = mkN "timbal" "timbaler" ; - timcirkel_nn_1 = mkN "timcirkel" ; - timglas_nn_1 = mkN "timglas" neutrum ; - timing_nn_1 = mkN "timing" ; - timlaerare_nn_1 = mkN "timlдrare" "timlдrare" ; - timlig_av_1 = mkA "timlig" ; - timloen_nn_1 = mkN "timlцn" "timlцner" ; - timma_nn_1 = mkN "timma" "timman" "timmar" "timmarna" ; - timme_nn_1 = mkN "timme" utrum ; - timmer_nn_1 = mkN "timmer" neutrum ; - timmeravlaegg_nn_1 = mkN "timmeravlдgg" neutrum ; - timmerblaedning_nn_1 = mkN "timmerblдdning" ; - timmerbroet_nn_1 = mkN "timmerbrцt" ; - timmerdoning_nn_1 = mkN "timmerdoning" ; - timmerflotte_nn_1 = mkN "timmerflotte" utrum ; - timmerflottning_nn_1 = mkN "timmerflottning" ; - timmerhus_nn_1 = mkN "timmerhus" neutrum ; - timmerlaens_nn_1 = mkN "timmerlдns" ; - timmermagasin_nn_1 = mkN "timmermagasin" neutrum ; - timmerman_nn_1 = mkN "timmerman" "timmermannen" "timmermдn" "timmermдnnen" ; - timmersax_nn_1 = mkN "timmersax" ; - timmerslaep_nn_1 = mkN "timmerslдp" neutrum ; - timmerstek_nn_1 = mkN "timmerstek" neutrum ; - timmerstock_nn_1 = mkN "timmerstock" ; - timmerstockar_ab_1 = mkAdv "timmerstockar" ; - timmersvans_nn_1 = mkN "timmersvans" ; - timslaang_av_1 = mkA "timslеng" ; - timslag_nn_1 = mkN "timslag" neutrum ; - timtals_ab_1 = mkAdv "timtals" ; - timvisare_nn_1 = mkN "timvisare" "timvisare" ; - ting_nn_1 = mkN "ting" neutrum ; - tingest_nn_1 = mkN "tingest" ; - tingord_nn_1 = mkN "tingord" neutrum ; - tingshus_nn_1 = mkN "tingshus" neutrum ; - tingsraett_nn_1 = mkN "tingsrдtt" "tingsrдtter" ; - tinktur_nn_1 = mkN "tinktur" "tinkturer" ; - tinne_nn_1 = mkN "tinne" utrum ; - tinning_nn_1 = mkN "tinning" ; - tinningben_nn_1 = mkN "tinningben" neutrum ; - tinninglob_nn_1 = mkN "tinninglob" "tinninglober" ; - tiodubbel_av_1 = mkA "tiodubbel" "tiodubbelt" "tiodubbla" "tiodubbla" "tiodubblare" "tiodubblast" "tiodubblaste" ; - tiofaldig_av_1 = mkA "tiofaldig" ; - tiofalt_ab_1 = mkAdv "tiofalt" ; - tiofoting_nn_1 = mkN "tiofoting" ; - tiokamp_nn_1 = mkN "tiokamp" "tiokamper" ; - tiokronorssedel_nn_1 = mkN "tiokronorssedel" ; - tiomila_av_1 = mkA "tiomila" ; - tiominutersrast_nn_1 = mkN "tiominutersrast" "tiominutersraster" ; - tiondel_nn_1 = mkN "tiondel" "tiondelen" "tiondelar" "tiondelarna" ; - tiooering_nn_1 = mkN "tioцring" ; - tiotal_nn_1 = mkN "tiotal" "tiotalet" "tiotalen" "tiotalena" ; - tiotalist_nn_1 = mkN "tiotalist" "tiotalister" ; - tiotusental_nn_1 = mkN "tiotusental" "tiotusentalet" "tiotusentalen" "tiotusentalena" ; - tipp_nn_1 = mkN "tipp" ; - tippare_nn_1 = mkN "tippare" "tippare" ; - tippflak_nn_1 = mkN "tippflak" neutrum ; - tipptopp_av_1 = mkA "tipptopp" ; - tippvagn_nn_1 = mkN "tippvagn" ; - tips_nn_1 = mkN "tips" neutrum ; - tipskupong_nn_1 = mkN "tipskupong" "tipskuponger" ; - tipspromenad_nn_1 = mkN "tipspromenad" "tipspromenader" ; - tipsrad_nn_1 = mkN "tipsrad" "tipsrader" ; - tipstaevling_nn_1 = mkN "tipstдvling" ; - tiptop_av_1 = mkA "tiptop" ; - tir_nn_1 = mkN "tir" ; - tirad_nn_1 = mkN "tirad" "tirader" ; - tisdag_nn_1 = mkN "tisdag" ; - tisdagskvaell_nn_1 = mkN "tisdagskvдll" ; - tisdagsmorgon_nn_1 = mkN "tisdagsmorgon" "tisdagsmorgonen" "tisdagsmorgnar" "tisdagsmorgnarna" ; - tistel_nn_1 = mkN "tistel" ; - tistelborre_nn_1 = mkN "tistelborre" utrum ; - tistelstaang_nn_1 = mkN "tistelstеng" "tistelstдnger" ; - tistron_nn_1 = mkN "tistron" neutrum ; - titan_nn_1 = mkN "titan" "titaner" ; - titanisk_av_1 = mkA "titanisk" ; - titanskruv_nn_1 = mkN "titanskruv" ; - titel_nn_1 = mkN "titel" ; - titelblad_nn_1 = mkN "titelblad" neutrum ; - titelbortlaeggning_nn_1 = mkN "titelbortlдggning" ; - titeldikt_nn_1 = mkN "titeldikt" "titeldikter" ; - titelfoersvarare_nn_1 = mkN "titelfцrsvarare" "titelfцrsvarare" ; - titelmatch_nn_1 = mkN "titelmatch" "titelmatcher" ; - titelnovell_nn_1 = mkN "titelnovell" "titelnoveller" ; - titelroll_nn_1 = mkN "titelroll" "titelroller" ; - titelsida_nn_1 = mkN "titelsida" ; - titelsjuk_av_1 = mkA "titelsjuk" ; - titt_ab_1 = mkAdv "titt" ; - titt_nn_1 = mkN "titt" ; - tittare_nn_1 = mkN "tittare" "tittare" ; - tittarstorm_nn_1 = mkN "tittarstorm" ; - tittglugg_nn_1 = mkN "tittglugg" ; - titthaal_nn_1 = mkN "titthеl" neutrum ; - tittskaap_nn_1 = mkN "tittskеp" neutrum ; - titulaerkonsul_nn_1 = mkN "titulдrkonsul" "titulдrkonsuln" "titulдrkonsuler" "titulдrkonsulerna" ; - titulatur_nn_1 = mkN "titulatur" "titulaturer" ; - tivoli_nn_1 = mkN "tivoli" "tivolit" "tivolin" "tivolina" ; - tixotrop_av_1 = mkA "tixotrop" ; - tjack_nn_1 = mkN "tjack" neutrum ; - tjaeder_nn_1 = mkN "tjдder" ; - tjaedertupp_nn_1 = mkN "tjдdertupp" ; - tjaelfrusen_av_1 = mkA "tjдlfrusen" "tjдlfruset" ; - tjaell_nn_1 = mkN "tjдll" neutrum ; - tjaelskott_nn_1 = mkN "tjдlskott" neutrum ; - tjaenare_nn_1 = mkN "tjдnare" "tjдnare" ; - tjaenarinna_nn_1 = mkN "tjдnarinna" ; - tjaenis_av_1 = mkA "tjдnis" ; - tjaenlig_av_1 = mkA "tjдnlig" ; - tjaenst_nn_1 = mkN "tjдnst" "tjдnster" ; - tjaenstaktig_av_1 = mkA "tjдnstaktig" ; - tjaenstbar_av_1 = mkA "tjдnstbar" ; - tjaenste_ab_1 = mkAdv "tjдnste" ; - tjaensteaar_nn_1 = mkN "tjдnsteеr" neutrum ; - tjaensteaerende_nn_1 = mkN "tjдnsteдrende" ; - tjaensteande_nn_1 = mkN "tjдnsteande" utrum ; - tjaensteavtal_nn_1 = mkN "tjдnsteavtal" "tjдnsteavtalet" "tjдnsteavtalen" "tjдnsteavtalena" ; - tjaenstebil_nn_1 = mkN "tjдnstebil" ; - tjaenstebostad_nn_1 = mkN "tjдnstebostad" "tjдnstebostдder" ; - tjaenstebrev_nn_1 = mkN "tjдnstebrev" neutrum ; - tjaenstebrevsraett_nn_1 = mkN "tjдnstebrevsrдtt" "tjдnstebrevsrдtter" ; - tjaenstefel_nn_1 = mkN "tjдnstefel" "tjдnstefelet" "tjдnstefel" "tjдnstefelen" ; - tjaenstefoerraettande_av_1 = mkA "tjдnstefцrrдttande" ; - tjaenstefoerraettare_nn_1 = mkN "tjдnstefцrrдttare" "tjдnstefцrrдttare" ; - tjaenstefoerraettning_nn_1 = mkN "tjдnstefцrrдttning" ; - tjaenstefoersaendelse_nn_1 = mkN "tjдnstefцrsдndelse" "tjдnstefцrsдndelser" ; - tjaenstefoerseelse_nn_1 = mkN "tjдnstefцrseelse" "tjдnstefцrseelser" ; - tjaenstegrad_nn_1 = mkN "tjдnstegrad" "tjдnstegrader" ; - tjaenstekvinna_nn_1 = mkN "tjдnstekvinna" ; - tjaensteman_nn_1 = mkN "tjдnsteman" "tjдnstemannen" "tjдnstemдn" "tjдnstemдnnen" ; - tjaenstepension_nn_1 = mkN "tjдnstepension" "tjдnstepensioner" ; - tjaensterum_nn_1 = mkN "tjдnsterum" "tjдnsterummet" "tjдnsterum" "tjдnsterummen" ; - tjaenstestaellning_nn_1 = mkN "tjдnstestдllning" ; - tjaenstetid_nn_1 = mkN "tjдnstetid" "tjдnstetider" ; - tjaenstgoering_nn_1 = mkN "tjдnstgцring" ; - tjaenstledig_av_1 = mkA "tjдnstledig" ; - tjaenstledighet_nn_1 = mkN "tjдnstledighet" "tjдnstledigheter" ; - tjaenstvillig_av_1 = mkA "tjдnstvillig" ; - tjaerblomster_nn_1 = mkN "tjдrblomster" neutrum ; - tjaerbloss_nn_1 = mkN "tjдrbloss" neutrum ; - tjaerdal_nn_1 = mkN "tjдrdal" ; - tjaerframstaellning_nn_1 = mkN "tjдrframstдllning" ; - tjaern_nn_1 = mkN "tjдrn" ; - tjafsig_av_1 = mkA "tjafsig" ; - tjalk_nn_1 = mkN "tjalk" ; - tjallare_nn_1 = mkN "tjallare" "tjallare" ; - tjatig_av_1 = mkA "tjatig" ; - tjeck_nn_1 = mkN "tjeck" "tjecker" ; - tjeckisk_av_1 = mkA "tjeckisk" ; - tjeckiska_nn_2 = mkN "tjeckiska" ; - tjeckoslovak_nn_1 = mkN "tjeckoslovak" "tjeckoslovaker" ; - tjeckoslovakisk_av_1 = mkA "tjeckoslovakisk" ; - tjeckoslovakiska_nn_1 = mkN "tjeckoslovakiska" ; - tjej_nn_1 = mkN "tjej" "tjejer" ; - tjock_av_1 = mkA "tjock" ; - tjockflytande_av_1 = mkA "tjockflytande" ; - tjockhuding_nn_1 = mkN "tjockhuding" ; - tjockis_nn_1 = mkN "tjockis" ; - tjocklek_nn_1 = mkN "tjocklek" ; - tjockskalle_nn_1 = mkN "tjockskalle" utrum ; - tjockskallig_av_1 = mkA "tjockskallig" ; - tjocktarm_nn_1 = mkN "tjocktarm" ; - tjog_nn_1 = mkN "tjog" neutrum ; - tjogtals_ab_1 = mkAdv "tjogtals" ; - tjomme_nn_1 = mkN "tjomme" utrum ; - tjuder_nn_1 = mkN "tjuder" neutrum ; - tjugofemoering_nn_1 = mkN "tjugofemцring" ; - tjugondedag_nn_1 = mkN "tjugondedag" ; - tjugondel_nn_1 = mkN "tjugondel" "tjugondelen" "tjugondelar" "tjugondelarna" ; - tjugoplanig_av_1 = mkA "tjugoplanig" ; - tjugotal_nn_1 = mkN "tjugotal" "tjugotalet" "tjugotalen" "tjugotalena" ; - tjur_nn_1 = mkN "tjur" ; - tjurfaektare_nn_1 = mkN "tjurfдktare" "tjurfдktare" ; - tjurfaektning_nn_1 = mkN "tjurfдktning" ; - tjurig_av_1 = mkA "tjurig" ; - tjurnacke_nn_1 = mkN "tjurnacke" utrum ; - tjurskalle_nn_1 = mkN "tjurskalle" utrum ; - tjurskallig_av_1 = mkA "tjurskallig" ; - tjusarlock_nn_1 = mkN "tjusarlock" ; - tjusig_av_1 = mkA "tjusig" ; - tjut_nn_1 = mkN "tjut" neutrum ; - tjuv_nn_1 = mkN "tjuv" ; - tjuvaktig_av_1 = mkA "tjuvaktig" ; - tjuvalarm_nn_1 = mkN "tjuvalarm" neutrum ; - tjuvbagge_nn_1 = mkN "tjuvbagge" utrum ; - tjuveri_nn_1 = mkN "tjuveri" "tjuverit" "tjuverier" "tjuverierna" ; - tjuvgoemmare_nn_1 = mkN "tjuvgцmmare" "tjuvgцmmare" ; - tjuvhaalla_vb_1 = mkV "tjuvhеlla" "tjuvhцll" "tjuvhеllit" ; - tjuvknep_nn_1 = mkN "tjuvknep" neutrum ; - tjuvlarm_nn_1 = mkN "tjuvlarm" neutrum ; - tjuvnad_nn_1 = mkN "tjuvnad" "tjuvnader" ; - tjuvnyp_nn_1 = mkN "tjuvnyp" neutrum ; - tjuvpojke_nn_1 = mkN "tjuvpojke" utrum ; - tjuvpojksglimt_nn_1 = mkN "tjuvpojksglimt" ; - tjuvskytt_nn_1 = mkN "tjuvskytt" ; - tjuvstart_nn_1 = mkN "tjuvstart" "tjuvstarter" ; - tjuvstreck_nn_1 = mkN "tjuvstreck" neutrum ; - tjuvstryker_nn_1 = mkN "tjuvstryker" ; - tjuvtitt_nn_1 = mkN "tjuvtitt" ; - tjuvtjock_av_1 = mkA "tjuvtjock" ; - tjuvtryck_nn_1 = mkN "tjuvtryck" neutrum ; - tjyv_nn_1 = mkN "tjyv" ; - tjyvnyp_nn_1 = mkN "tjyvnyp" neutrum ; - tjyvtjock_av_1 = mkA "tjyvtjock" ; - toalett_nn_1 = mkN "toalett" "toaletter" ; - toalettartikel_nn_1 = mkN "toalettartikel" ; - toalettbord_nn_1 = mkN "toalettbord" neutrum ; - toalettskaap_nn_1 = mkN "toalettskеp" neutrum ; - toalettvaal_nn_1 = mkN "toalettvеl" ; - tobakist_nn_1 = mkN "tobakist" "tobakister" ; - tobaksaffaer_nn_1 = mkN "tobaksaffдr" "tobaksaffдrer" ; - tobakshandlare_nn_1 = mkN "tobakshandlare" "tobakshandlare" ; - tobaksmonopol_nn_1 = mkN "tobaksmonopol" neutrum ; - tobaksvara_nn_1 = mkN "tobaksvara" ; - tobis_nn_1 = mkN "tobis" ; - tobiskung_nn_1 = mkN "tobiskung" ; - tocken_av_1 = mkA "tocken" "tocket" ; - toddy_nn_1 = mkN "toddy" "toddyn" "toddyar" "toddyarna" ; - toecken_nn_1 = mkN "tцcken" "tцcknet" "tцcken" "tцcknen" ; - toecknig_av_1 = mkA "tцcknig" ; - toeig_av_1 = mkA "tцig" ; - toejbar_av_1 = mkA "tцjbar" ; - toejbarhet_nn_1 = mkN "tцjbarhet" "tцjbarheter" ; - toejning_nn_1 = mkN "tцjning" ; - toejningsmaetare_nn_1 = mkN "tцjningsmдtare" "tцjningsmдtare" ; - toelp_nn_1 = mkN "tцlp" ; - toelpaktig_av_1 = mkA "tцlpaktig" ; - toelpig_av_1 = mkA "tцlpig" ; - toem_nn_1 = mkN "tцm" "tцmmen" "tцmmar" "tцmmarna" ; - toemring_nn_1 = mkN "tцmring" ; - toent_nn_1 = mkN "tцnt" ; - toentig_av_1 = mkA "tцntig" ; - toerhaenda_ab_1 = mkAdv "tцrhдnda" ; - toern_nn_1 = mkN "tцrn" ; - toernbestroedd_av_1 = mkA "tцrnbestrцdd" "tцrnbestrцdtt" ; - toernbuske_nn_1 = mkN "tцrnbuske" utrum ; - toernekroent_av_1 = mkA "tцrnekrцnt" "tцrnekrцnt" ; - toernig_av_1 = mkA "tцrnig" ; - toernsaangare_nn_1 = mkN "tцrnsеngare" "tцrnsеngare" ; - toerntagg_nn_1 = mkN "tцrntagg" ; - toerstig_av_1 = mkA "tцrstig" ; - toerstslaeckande_av_1 = mkA "tцrstslдckande" ; - toes_nn_1 = mkN "tцs" "tцser" ; - toffel_nn_1 = mkN "toffel" "toffeln" "tofflor" "tofflorna" ; - toffeldjur_nn_1 = mkN "toffeldjur" neutrum ; - toffelhjaelte_nn_1 = mkN "toffelhjдlte" utrum ; - tofs_nn_1 = mkN "tofs" ; - tofsig_av_1 = mkA "tofsig" ; - tofsmes_nn_1 = mkN "tofsmes" ; - tofsoera_nn_1 = mkN "tofsцra" "tofsцrat" "tofsцron" "tofsцronen" ; - tofsskivling_nn_1 = mkN "tofsskivling" ; - toft_nn_1 = mkN "toft" "tofter" ; - toftvaegare_nn_1 = mkN "toftvдgare" "toftvдgare" ; - togoles_nn_1 = mkN "togoles" "togoleser" ; - togolesisk_av_1 = mkA "togolesisk" ; - tok_nn_1 = mkN "tok" ; - toker_nn_1 = mkN "toker" ; - tokeri_nn_1 = mkN "tokeri" "tokerit" "tokerier" "tokerierna" ; - tokig_av_1 = mkA "tokig" ; - tokrolig_av_1 = mkA "tokrolig" ; - tokstolle_nn_1 = mkN "tokstolle" utrum ; - tolerabel_av_1 = mkA "tolerabel" "tolerabelt" "tolerabla" "tolerabla" "tolerablare" "tolerablast" "tolerablaste" ; - tolerans_nn_1 = mkN "tolerans" "toleranser" ; - tolerant_av_1 = mkA "tolerant" "tolerant" ; - tolft_nn_1 = mkN "tolft" "tolfter" ; - tolftedel_nn_1 = mkN "tolftedel" "tolftedelen" "tolftedelar" "tolftedelarna" ; - tolk_nn_1 = mkN "tolk" ; - tolkare_nn_1 = mkN "tolkare" "tolkare" ; - tolkning_nn_1 = mkN "tolkning" ; - tolkningsfraaga_nn_1 = mkN "tolkningsfrеga" ; - tolvfingertarm_nn_1 = mkN "tolvfingertarm" ; - tolvman_nn_1 = mkN "tolvman" "tolvmannen" "tolvmдn" "tolvmдnnen" ; - tolvmilsgraens_nn_1 = mkN "tolvmilsgrдns" "tolvmilsgrдnser" ; - tolvskilling_nn_1 = mkN "tolvskilling" ; - tom_av_1 = mkA "tom" "tomt" "tomma" "tomma" "tommare" "tommast" "tommaste" ; - tom_nn_1 = mkN "tom" "tomer" ; - tomahawk_nn_1 = mkN "tomahawk" "tomahawker" ; - tomat_nn_1 = mkN "tomat" "tomater" ; - tombutelj_nn_1 = mkN "tombutelj" "tombuteljer" ; - tomglas_nn_1 = mkN "tomglas" neutrum ; - tomhaent_av_1 = mkA "tomhдnt" "tomhдnt" ; - tomhet_nn_1 = mkN "tomhet" "tomheter" ; - tomning_ab_1 = mkAdv "tomning" ; - tomografi_nn_1 = mkN "tomografi" "tomografier" ; - tomrum_nn_1 = mkN "tomrum" "tomrummet" "tomrum" "tomrummen" ; - tomt_nn_1 = mkN "tomt" "tomter" ; - tomte_nn_1 = mkN "tomte" utrum ; - tomtebisse_nn_1 = mkN "tomtebisse" utrum ; - tomtebloss_nn_1 = mkN "tomtebloss" neutrum ; - tomtemask_nn_1 = mkN "tomtemask" "tomtemasker" ; - tomtenisse_nn_1 = mkN "tomtenisse" utrum ; - tomtjobbare_nn_1 = mkN "tomtjobbare" "tomtjobbare" ; - tomtmark_nn_1 = mkN "tomtmark" "tomtmarker" ; - tomtraettsavgaeld_nn_1 = mkN "tomtrдttsavgдld" "tomtrдttsavgдlder" ; - ton_nn_1 = mkN "ton" "toner" ; - ton_nn_2 = mkN "ton" "tonnet" "ton" "tonnen" ; - tonaarig_av_1 = mkA "tonеrig" ; - tonaaring_nn_1 = mkN "tonеring" ; - tonaarsidol_nn_1 = mkN "tonеrsidol" "tonеrsidoler" ; - tonal_av_1 = mkA "tonal" ; - tonalitet_nn_1 = mkN "tonalitet" "tonaliteter" ; - tonande_av_1 = mkA "tonande" ; - tonarm_nn_1 = mkN "tonarm" ; - tonart_nn_1 = mkN "tonart" "tonarter" ; - tonband_nn_1 = mkN "tonband" neutrum ; - tondoev_av_1 = mkA "tondцv" ; - tonem_nn_1 = mkN "tonem" neutrum ; - tonett_nn_1 = mkN "tonett" "tonetter" ; - tonfall_nn_1 = mkN "tonfall" neutrum ; - tonfisk_nn_1 = mkN "tonfisk" ; - tonfoeljd_nn_1 = mkN "tonfцljd" "tonfцljder" ; - tongan_nn_1 = mkN "tongan" "tonganer" ; - tongivande_av_1 = mkA "tongivande" ; - tonhoejd_nn_1 = mkN "tonhцjd" "tonhцjder" ; - tonikum_nn_1 = mkN "tonikum" neutrum ; - toning_nn_1 = mkN "toning" ; - tonisk_av_1 = mkA "tonisk" ; - tonkilometer_nn_1 = mkN "tonkilometer" "tonkilometern" "tonkilometer" "tonkilometerna" ; - tonlaege_nn_1 = mkN "tonlдge" ; - tonloes_av_1 = mkA "tonlцs" ; - tonmaalning_nn_1 = mkN "tonmеlning" ; - tonomfaang_nn_1 = mkN "tonomfеng" neutrum ; - tonomraade_nn_1 = mkN "tonomrеde" ; - tonsaeker_av_1 = mkA "tonsдker" "tonsдkert" "tonsдkra" "tonsдkra" "tonsдkrare" "tonsдkrast" "tonsдkraste" ; - tonsaettare_nn_1 = mkN "tonsдttare" "tonsдttare" ; - tonsaettning_nn_1 = mkN "tonsдttning" ; - tonsill_nn_1 = mkN "tonsill" "tonsiller" ; - tonspraak_nn_1 = mkN "tonsprеk" neutrum ; - tonsteg_nn_1 = mkN "tonsteg" neutrum ; - tonstyrka_nn_1 = mkN "tonstyrka" ; - tonsur_nn_1 = mkN "tonsur" "tonsurer" ; - tonsystem_nn_1 = mkN "tonsystem" neutrum ; - tontraeffning_nn_1 = mkN "tontrдffning" ; - tonvis_ab_1 = mkAdv "tonvis" ; - topas_nn_1 = mkN "topas" "topaser" ; - topless_av_1 = mkA "topless" ; - topograf_nn_1 = mkN "topograf" "topografer" ; - topografisk_av_1 = mkA "topografisk" ; - topologi_nn_1 = mkN "topologi" "topologier" ; - topologisk_av_1 = mkA "topologisk" ; - topp_nn_1 = mkN "topp" ; - toppbefattning_nn_1 = mkN "toppbefattning" ; - toppbegaavning_nn_1 = mkN "toppbegеvning" ; - toppeld_nn_1 = mkN "toppeld" ; - toppen_av_1 = mkA "toppen" "toppet" ; - toppenbra_av_1 = mkA "toppenbra" ; - toppformig_av_1 = mkA "toppformig" ; - topphugga_vb_1 = mkV "topphugga" "topphцgg" "topphuggit" ; - toppig_av_1 = mkA "toppig" ; - toppknopp_nn_1 = mkN "toppknopp" ; - toppkonferens_nn_1 = mkN "toppkonferens" "toppkonferenser" ; - toppkraft_nn_1 = mkN "toppkraft" "toppkrafter" ; - topplaan_nn_1 = mkN "topplеn" neutrum ; - topplock_nn_1 = mkN "topplock" neutrum ; - toppman_nn_1 = mkN "toppman" "toppmannen" "toppmдn" "toppmдnnen" ; - toppmast_nn_1 = mkN "toppmast" "toppmaster" ; - toppmoete_nn_1 = mkN "toppmцte" ; - toppmurkla_nn_1 = mkN "toppmurkla" ; - toppnivaa_nn_1 = mkN "toppnivе" "toppnivеer" ; - topprida_vb_1 = mkV "topprida" "toppred" "toppridit" ; - toppsegel_nn_1 = mkN "toppsegel" neutrum ; - toppstyrd_av_1 = mkA "toppstyrd" "toppstyrt" ; - toque_nn_1 = mkN "toque" "toquer" ; - tordmule_nn_1 = mkN "tordmule" utrum ; - tordoen_nn_1 = mkN "tordцn" neutrum ; - tordoensroest_nn_1 = mkN "tordцnsrцst" "tordцnsrцster" ; - tordoensstaemma_nn_1 = mkN "tordцnsstдmma" ; - tordyvel_nn_1 = mkN "tordyvel" ; - toreador_nn_1 = mkN "toreador" "toreadoren" "toreadorer" "toreadorerna" ; - torero_nn_1 = mkN "torero" "toreror" ; - torftig_av_1 = mkA "torftig" ; - torg_nn_1 = mkN "torg" neutrum ; - torgdag_nn_1 = mkN "torgdag" ; - torgstaand_nn_1 = mkN "torgstеnd" neutrum ; - tork_nn_1 = mkN "tork" ; - torkaemne_nn_1 = mkN "torkдmne" ; - torkarblad_nn_1 = mkN "torkarblad" neutrum ; - torkeri_nn_1 = mkN "torkeri" "torkerit" "torkerier" "torkerierna" ; - torkhandduk_nn_1 = mkN "torkhandduk" ; - torkhuv_nn_1 = mkN "torkhuv" ; - torkkatastrof_nn_1 = mkN "torkkatastrof" "torkkatastrofer" ; - torkning_nn_1 = mkN "torkning" ; - torkperiod_nn_1 = mkN "torkperiod" "torkperioder" ; - torkrum_nn_1 = mkN "torkrum" "torkrummet" "torkrum" "torkrummen" ; - torkskaap_nn_1 = mkN "torkskеp" neutrum ; - torkstaell_nn_1 = mkN "torkstдll" neutrum ; - torkstreck_nn_1 = mkN "torkstreck" neutrum ; - torktumlare_nn_1 = mkN "torktumlare" "torktumlare" ; - torn_nn_1 = mkN "torn" neutrum ; - torn_nn_2 = mkN "torn" ; - tornado_nn_1 = mkN "tornado" "tornadon" "tornados" "tornadosen" ; - tornering_nn_1 = mkN "tornering" ; - tornerspel_nn_1 = mkN "tornerspel" "tornerspelet" "tornerspel" "tornerspelen" ; - tornfalk_nn_1 = mkN "tornfalk" ; - tornister_nn_1 = mkN "tornister" ; - tornseglare_nn_1 = mkN "tornseglare" "tornseglare" ; - tornur_nn_1 = mkN "tornur" neutrum ; - tornvaektare_nn_1 = mkN "tornvдktare" "tornvдktare" ; - torp_nn_1 = mkN "torp" neutrum ; - torpare_nn_1 = mkN "torpare" "torpare" ; - torped_nn_1 = mkN "torped" "torpeder" ; - torpedbaat_nn_1 = mkN "torpedbеt" ; - torpedtub_nn_1 = mkN "torpedtub" "torpedtuber" ; - torr_av_1 = mkA "torr" ; - torrbatteri_nn_1 = mkN "torrbatteri" "torrbatterit" "torrbatterier" "torrbatterierna" ; - torrboll_nn_1 = mkN "torrboll" ; - torrdestillation_nn_1 = mkN "torrdestillation" "torrdestillationer" ; - torrelement_nn_1 = mkN "torrelement" neutrum ; - torris_nn_2 = mkN "torris" ; - torrklosett_nn_1 = mkN "torrklosett" "torrklosetter" ; - torrnaal_nn_1 = mkN "torrnеl" ; - torroegd_av_1 = mkA "torrцgd" "torrцgt" ; - torrolig_av_1 = mkA "torrolig" ; - torrperiod_nn_1 = mkN "torrperiod" "torrperioder" ; - torrschampo_nn_1 = mkN "torrschampo" "torrschampot" "torrschampon" "torrschampona" ; - torrskodd_av_1 = mkA "torrskodd" "torrskodtt" ; - torrtid_nn_1 = mkN "torrtid" "torrtider" ; - torsdag_nn_1 = mkN "torsdag" ; - torsdagskvaell_nn_1 = mkN "torsdagskvдll" ; - torsdagsmorgon_nn_1 = mkN "torsdagsmorgon" "torsdagsmorgonen" "torsdagsmorgnar" "torsdagsmorgnarna" ; - torsk_nn_1 = mkN "torsk" ; - torskfisk_nn_1 = mkN "torskfisk" ; - torskoega_nn_1 = mkN "torskцga" "torskцgat" "torskцgon" "torskцgonen" ; - torso_nn_1 = mkN "torso" "torson" "torser" "torserna" ; - tortyr_nn_1 = mkN "tortyr" "tortyrer" ; - tortyrkammare_nn_1 = mkN "tortyrkammare" "tortyrkammaren" "tortyrkamrar" "tortyrkamrarna" ; - tortyrredskap_nn_1 = mkN "tortyrredskap" "tortyrredskapet" "tortyrredskapen" "tortyrredskapena" ; - torvaktig_av_1 = mkA "torvaktig" ; - torvdike_nn_1 = mkN "torvdike" ; - torvgrav_nn_1 = mkN "torvgrav" ; - torvjord_nn_1 = mkN "torvjord" ; - torvmosse_nn_1 = mkN "torvmosse" utrum ; - torvmossfynd_nn_1 = mkN "torvmossfynd" neutrum ; - torvmullsklosett_nn_1 = mkN "torvmullsklosett" "torvmullsklosetter" ; - torvspade_nn_1 = mkN "torvspade" utrum ; - torvtaekt_nn_1 = mkN "torvtдkt" "torvtдkter" ; - torvtak_nn_1 = mkN "torvtak" neutrum ; - tory_nn_1 = mkN "tory" "toryn" "tories" "tories" ; - tosig_av_1 = mkA "tosig" ; - tosing_nn_1 = mkN "tosing" ; - tosk_nn_1 = mkN "tosk" "tosker" ; - toskansk_av_1 = mkA "toskansk" ; - tossig_av_1 = mkA "tossig" ; - total_av_1 = mkA "total" ; - totalfoerbjuda_vb_1 = mkV "totalfцrbjuda" "totalfцrbjцd" "totalfцrbjudit" ; - totalfoerbud_nn_1 = mkN "totalfцrbud" neutrum ; - totalfoermoerkelse_nn_1 = mkN "totalfцrmцrkelse" "totalfцrmцrkelser" ; - totalhaveri_nn_1 = mkN "totalhaveri" "totalhaverit" "totalhaverier" "totalhaverierna" ; - totalisator_nn_1 = mkN "totalisator" "totalisatorer" ; - totalitaer_av_1 = mkA "totalitдr" ; - totaliter_ab_1 = mkAdv "totaliter" ; - totalitet_nn_1 = mkN "totalitet" "totaliteter" ; - totalvaerde_nn_1 = mkN "totalvдrde" ; - totalvikt_nn_1 = mkN "totalvikt" "totalvikter" ; - totempaale_nn_1 = mkN "totempеle" utrum ; - totempelare_nn_1 = mkN "totempelare" "totempelare" ; - toto_nn_1 = mkN "toto" ; - totospel_nn_1 = mkN "totospel" "totospelet" "totospel" "totospelen" ; - tott_nn_1 = mkN "tott" ; - touche_nn_1 = mkN "touche" "toucher" ; - toujours_av_1 = mkA "toujours" ; - toupe_nn_1 = mkN "toupй" "toupйer" ; - tournedos_nn_1 = mkN "tournedos" "tournedoser" ; - tovig_av_1 = mkA "tovig" ; - toxafen_nn_1 = mkN "toxafen" "toxafenet" "toxafener" "toxafenerna" ; - toxicitet_nn_1 = mkN "toxicitet" "toxiciteter" ; - toxikologisk_av_1 = mkA "toxikologisk" ; - toxisk_av_1 = mkA "toxisk" ; - traackelstygn_nn_1 = mkN "trеckelstygn" neutrum ; - traackeltraad_nn_1 = mkN "trеckeltrеd" ; - traackling_nn_1 = mkN "trеckling" ; - traad_nn_1 = mkN "trеd" ; - traadaemne_nn_1 = mkN "trеdдmne" ; - traadbindning_nn_1 = mkN "trеdbindning" ; - traadbuss_nn_1 = mkN "trеdbuss" ; - traadduk_nn_1 = mkN "trеdduk" ; - traadig_av_1 = mkA "trеdig" ; - traadknapp_nn_1 = mkN "trеdknapp" ; - traadkors_nn_1 = mkN "trеdkors" neutrum ; - traadliknande_av_1 = mkA "trеdliknande" ; - traadloes_av_1 = mkA "trеdlцs" ; - traadmask_nn_1 = mkN "trеdmask" ; - traadraet_av_1 = mkA "trеdrдt" ; - traadrulle_nn_1 = mkN "trеdrulle" utrum ; - traadsax_nn_1 = mkN "trеdsax" ; - traadskivling_nn_1 = mkN "trеdskivling" ; - traadsliten_av_1 = mkA "trеdsliten" "trеdslitet" ; - traadsmal_av_1 = mkA "trеdsmal" ; - traadspik_nn_1 = mkN "trеdspik" ; - traag_nn_1 = mkN "trеg" neutrum ; - traagdal_nn_1 = mkN "trеgdal" ; - traakig_av_1 = mkA "trеkig" ; - traakmaans_nn_1 = mkN "trеkmеns" ; - traakning_nn_1 = mkN "trеkning" ; - traal_nn_1 = mkN "trеl" ; - traalare_nn_1 = mkN "trеlare" "trеlare" ; - traanad_nn_1 = mkN "trеnad" "trеnader" ; - traang_av_1 = mkA "trеng" ; - traangbodd_av_1 = mkA "trеngbodd" "trеngbodtt" ; - traangmaal_nn_1 = mkN "trеngmеl" neutrum ; - traangsint_av_1 = mkA "trеngsint" "trеngsint" ; - traangsynt_av_1 = mkA "trеngsynt" "trеngsynt" ; - traansjuk_av_1 = mkA "trеnsjuk" ; - trad_nn_1 = mkN "trad" "trader" ; - tradig_av_1 = mkA "tradig" ; - tradition_nn_1 = mkN "tradition" "traditioner" ; - traditionalist_nn_1 = mkN "traditionalist" "traditionalister" ; - traditionell_av_1 = mkA "traditionell" ; - traditionsbaerare_nn_1 = mkN "traditionsbдrare" "traditionsbдrare" ; - traditionsbrott_nn_1 = mkN "traditionsbrott" neutrum ; - traditionsbunden_av_1 = mkA "traditionsbunden" "traditionsbundet" ; - traditionsenlig_av_1 = mkA "traditionsenlig" ; - trae_nn_1 = mkN "trд" "trдet" "trдn" "trдna" ; - traeaktig_av_1 = mkA "trдaktig" ; - traeavfall_nn_1 = mkN "trдavfall" neutrum ; - traeben_nn_1 = mkN "trдben" neutrum ; - traebit_nn_1 = mkN "trдbit" ; - traeblaasare_nn_1 = mkN "trдblеsare" "trдblеsare" ; - traeblaasinstrument_nn_1 = mkN "trдblеsinstrument" neutrum ; - traebock_nn_1 = mkN "trдbock" ; - traecell_nn_1 = mkN "trдcell" "trдceller" ; - traed_nn_1 = mkN "trдd" neutrum ; - traeddiagram_nn_1 = mkN "trдddiagram" "trдddiagrammet" "trдddiagram" "trдddiagrammen" ; - traedestillation_nn_1 = mkN "trдdestillation" "trдdestillationer" ; - traedgaard_nn_1 = mkN "trдdgеrd" ; - traedgaardsaert_nn_1 = mkN "trдdgеrdsдrt" "trдdgеrdsдrter" ; - traedgaardsarkitekt_nn_1 = mkN "trдdgеrdsarkitekt" "trдdgеrdsarkitekter" ; - traedgaardsbuske_nn_1 = mkN "trдdgеrdsbuske" utrum ; - traedgaardsmaestare_nn_1 = mkN "trдdgеrdsmдstare" "trдdgеrdsmдstare" ; - traedgaardsmoebel_nn_1 = mkN "trдdgеrdsmцbel" "trдdgеrdsmцbeln" "trдdgеrdsmцbler" "trдdgеrdsmцblerna" ; - traedgaardsodling_nn_1 = mkN "trдdgеrdsodling" ; - traedgaardsprydnad_nn_1 = mkN "trдdgеrdsprydnad" "trдdgеrdsprydnader" ; - traedgaardssaangare_nn_1 = mkN "trдdgеrdssеngare" "trдdgеrdssеngare" ; - traedgaardssax_nn_1 = mkN "trдdgеrdssax" ; - traedgraens_nn_1 = mkN "trдdgrдns" "trдdgrдnser" ; - traedkrypare_nn_1 = mkN "trдdkrypare" "trдdkrypare" ; - traedliknande_av_1 = mkA "trдdliknande" ; - traedmogen_av_1 = mkA "trдdmogen" "trдdmoget" ; - traednaal_nn_1 = mkN "trдdnеl" ; - traedrot_nn_1 = mkN "trдdrot" "trдdrцtter" ; - traedslag_nn_1 = mkN "trдdslag" neutrum ; - traedstam_nn_1 = mkN "trдdstam" "trдdstammen" "trдdstammar" "trдdstammarna" ; - traedstruktur_nn_1 = mkN "trдdstruktur" "trдdstrukturer" ; - traedstygn_nn_1 = mkN "trдdstygn" neutrum ; - traedsvamp_nn_1 = mkN "trдdsvamp" ; - traedtopp_nn_1 = mkN "trдdtopp" ; - traefartyg_nn_1 = mkN "trдfartyg" neutrum ; - traeff_nn_1 = mkN "trдff" ; - traeffande_av_1 = mkA "trдffande" ; - traeffbild_nn_1 = mkN "trдffbild" "trдffbilder" ; - traeffning_nn_1 = mkN "trдffning" ; - traeffpunkt_nn_1 = mkN "trдffpunkt" "trдffpunkter" ; - traeffsaeker_av_1 = mkA "trдffsдker" "trдffsдkert" "trдffsдkra" "trдffsдkra" "trдffsдkrare" "trдffsдkrast" "trдffsдkraste" ; - traeffsaekerhet_nn_1 = mkN "trдffsдkerhet" "trдffsдkerheter" ; - traefiber_nn_1 = mkN "trдfiber" "trдfibern" "trдfibrer" "trдfibrerna" ; - traefil_nn_1 = mkN "trдfil" ; - traefraes_nn_1 = mkN "trдfrдs" ; - traefri_av_1 = mkA "trдfri" "trдfritt" ; - traegen_av_1 = mkA "trдgen" "trдget" ; - traegolv_nn_1 = mkN "trдgolv" neutrum ; - traegravyr_nn_1 = mkN "trдgravyr" "trдgravyrer" ; - traehaest_nn_1 = mkN "trдhдst" ; - traeig_av_1 = mkA "trдig" ; - traeindustri_nn_1 = mkN "trдindustri" "trдindustrier" ; - traekarl_nn_1 = mkN "trдkarl" ; - traekol_nn_1 = mkN "trдkol" neutrum ; - trael_nn_1 = mkN "trдl" ; - traelbinda_vb_1 = mkV "trдlbinda" "trдlband" "trдlbundit" ; - traeldom_nn_1 = mkN "trдldom" ; - traelig_av_1 = mkA "trдlig" ; - traemask_nn_1 = mkN "trдmask" ; - traemortel_nn_1 = mkN "trдmortel" ; - traenare_nn_1 = mkN "trдnare" "trдnare" ; - traengande_av_1 = mkA "trдngande" ; - traengd_av_1 = mkA "trдngd" "trдngt" ; - traengning_nn_1 = mkN "trдngning" ; - traengtrupp_nn_1 = mkN "trдngtrupp" "trдngtrupper" ; - traening_nn_1 = mkN "trдning" ; - traeningsdraekt_nn_1 = mkN "trдningsdrдkt" "trдningsdrдkter" ; - traeningslaeger_nn_1 = mkN "trдningslдger" neutrum ; - traeningsoverall_nn_1 = mkN "trдningsoverall" "trдningsoveraller" ; - traenjon_nn_1 = mkN "trдnjon" neutrum ; - traens_nn_1 = mkN "trдns" ; - traepinne_nn_1 = mkN "trдpinne" utrum ; - traeprodukt_nn_1 = mkN "trдprodukt" "trдprodukter" ; - traeram_nn_1 = mkN "trдram" ; - traesk_nn_1 = mkN "trдsk" neutrum ; - traeskaal_nn_1 = mkN "trдskеl" ; - traeskalle_nn_1 = mkN "trдskalle" utrum ; - traeskallig_av_1 = mkA "trдskallig" ; - traesked_nn_1 = mkN "trдsked" ; - traeskfolk_nn_1 = mkN "trдskfolk" neutrum ; - traeskland_nn_1 = mkN "trдskland" neutrum ; - traesko_nn_1 = mkN "trдsko" "trдskor" ; - traeskodans_nn_1 = mkN "trдskodans" "trдskodanser" ; - traeskostoevel_nn_1 = mkN "trдskostцvel" ; - traeskruv_nn_1 = mkN "trдskruv" ; - traeskydd_nn_1 = mkN "trдskydd" neutrum ; - traeskyddsmedel_nn_1 = mkN "trдskyddsmedel" neutrum ; - traeslag_nn_1 = mkN "trдslag" neutrum ; - traeslev_nn_1 = mkN "trдslev" ; - traeslip_nn_1 = mkN "trдslip" ; - traeslott_nn_1 = mkN "trдslott" neutrum ; - traesnidare_nn_1 = mkN "trдsnidare" "trдsnidare" ; - traesnideri_nn_1 = mkN "trдsnideri" "trдsniderit" "trдsniderier" "trдsniderierna" ; - traesnitt_nn_1 = mkN "trдsnitt" neutrum ; - traesnittsstock_nn_1 = mkN "trдsnittsstock" ; - traestav_nn_1 = mkN "trдstav" ; - traestick_nn_1 = mkN "trдstick" neutrum ; - traestift_nn_1 = mkN "trдstift" neutrum ; - traeteknisk_av_1 = mkA "trдteknisk" ; - traetgirig_av_1 = mkA "trдtgirig" ; - traetlysten_av_1 = mkA "trдtlysten" "trдtlystet" ; - traetobroder_nn_1 = mkN "trдtobroder" "trдtobrodern" "trдtobrцder" "trдtobrцderna" ; - traetoffel_nn_1 = mkN "trдtoffel" "trдtoffeln" "trдtofflor" "trдtofflorna" ; - traevit_av_1 = mkA "trдvit" ; - trafikabel_av_1 = mkA "trafikabel" "trafikabelt" "trafikabla" "trafikabla" "trafikablare" "trafikablast" "trafikablaste" ; - trafikant_nn_1 = mkN "trafikant" "trafikanter" ; - trafikdelare_nn_1 = mkN "trafikdelare" "trafikdelare" ; - trafikfarlig_av_1 = mkA "trafikfarlig" ; - trafikflygare_nn_1 = mkN "trafikflygare" "trafikflygare" ; - trafikflygplan_nn_1 = mkN "trafikflygplan" neutrum ; - trafikfoersaekring_nn_1 = mkN "trafikfцrsдkring" ; - trafikfyr_nn_1 = mkN "trafikfyr" ; - trafikkort_nn_1 = mkN "trafikkort" neutrum ; - trafikled_nn_1 = mkN "trafikled" "trafikleder" ; - trafikledare_nn_1 = mkN "trafikledare" "trafikledare" ; - trafikljus_nn_1 = mkN "trafikljus" neutrum ; - trafikmaerke_nn_1 = mkN "trafikmдrke" ; - trafikplats_nn_1 = mkN "trafikplats" "trafikplatser" ; - trafikregel_nn_1 = mkN "trafikregel" "trafikregeln" "trafikregler" "trafikreglerna" ; - trafikreglering_nn_1 = mkN "trafikreglering" ; - trafiksaeker_av_1 = mkA "trafiksдker" "trafiksдkert" "trafiksдkra" "trafiksдkra" "trafiksдkrare" "trafiksдkrast" "trafiksдkraste" ; - trafiksaekerhet_nn_1 = mkN "trafiksдkerhet" "trafiksдkerheter" ; - trafiksaekerhetsverk_nn_1 = mkN "trafiksдkerhetsverk" neutrum ; - trafiksignal_nn_1 = mkN "trafiksignal" "trafiksignaler" ; - trafikstockning_nn_1 = mkN "trafikstockning" ; - trafiktillstaand_nn_1 = mkN "trafiktillstеnd" neutrum ; - trafikvakt_nn_1 = mkN "trafikvakt" "trafikvakter" ; - tragedi_nn_1 = mkN "tragedi" "tragedier" ; - tragedienn_nn_1 = mkN "tragedienn" "tragedienner" ; - tragedifoerfattare_nn_1 = mkN "tragedifцrfattare" "tragedifцrfattare" ; - tragglig_av_1 = mkA "tragglig" ; - tragiker_nn_1 = mkN "tragiker" "tragikern" "tragiker" "tragikerna" ; - tragikomedi_nn_1 = mkN "tragikomedi" "tragikomedier" ; - tragikomisk_av_1 = mkA "tragikomisk" ; - tragisk_av_1 = mkA "tragisk" ; - tragoed_nn_1 = mkN "tragцd" "tragцder" ; - trailer_nn_1 = mkN "trailer" ; - traj_nn_1 = mkN "traj" neutrum ; - trakasseri_nn_1 = mkN "trakasseri" "trakasserit" "trakasserier" "trakasserierna" ; - trake_nn_1 = mkN "trakй" "trakйer" ; - trakegael_nn_1 = mkN "trakйgдl" ; - trakom_nn_1 = mkN "trakom" neutrum ; - trakt_nn_1 = mkN "trakt" "trakter" ; - traktat_nn_1 = mkN "traktat" "traktater" ; - traktblaedning_nn_1 = mkN "traktblдdning" ; - traktering_nn_1 = mkN "traktering" ; - trakthugga_vb_1 = mkV "trakthugga" "trakthцgg" "trakthuggit" ; - traktoer_nn_1 = mkN "traktцr" "traktцrer" ; - traktor_nn_1 = mkN "traktor" "traktorer" ; - traktordaeck_nn_1 = mkN "traktordдck" neutrum ; - traktur_nn_1 = mkN "traktur" "trakturer" ; - trakyt_nn_1 = mkN "trakyt" "trakyter" ; - trall_nn_1 = mkN "trall" ; - trall_nn_2 = mkN "trall" ; - trallvagn_nn_1 = mkN "trallvagn" ; - trampbaat_nn_1 = mkN "trampbеt" ; - trampbil_nn_1 = mkN "trampbil" ; - trampcykel_nn_1 = mkN "trampcykel" ; - trampfartyg_nn_1 = mkN "trampfartyg" neutrum ; - tramphjul_nn_1 = mkN "tramphjul" neutrum ; - trampkvarn_nn_1 = mkN "trampkvarn" ; - trampoert_nn_1 = mkN "trampцrt" "trampцrter" ; - trampolin_nn_1 = mkN "trampolin" "trampoliner" ; - trampsax_nn_1 = mkN "trampsax" ; - tramsig_av_1 = mkA "tramsig" ; - tranbaer_nn_1 = mkN "tranbдr" neutrum ; - tranben_nn_1 = mkN "tranben" neutrum ; - trance_nn_1 = mkN "trance" "trancer" ; - tranch_nn_1 = mkN "tranch" "trancher" ; - trankil_av_1 = mkA "trankil" ; - trankilitet_nn_1 = mkN "trankilitet" "trankiliteter" ; - transaktion_nn_1 = mkN "transaktion" "transaktioner" ; - transaktionsanalys_nn_1 = mkN "transaktionsanalys" "transaktionsanalyser" ; - transalpin_av_1 = mkA "transalpin" ; - transalpinsk_av_1 = mkA "transalpinsk" ; - transatlantisk_av_1 = mkA "transatlantisk" ; - transcendent_av_1 = mkA "transcendent" "transcendent" ; - transcendental_av_1 = mkA "transcendental" ; - transduktor_nn_1 = mkN "transduktor" "transduktorer" ; - transferering_nn_1 = mkN "transferering" ; - transfiguration_nn_1 = mkN "transfiguration" "transfigurationer" ; - transformation_nn_1 = mkN "transformation" "transformationer" ; - transformator_nn_1 = mkN "transformator" "transformatorer" ; - transformatorstation_nn_1 = mkN "transformatorstation" "transformatorstationer" ; - transfusion_nn_1 = mkN "transfusion" "transfusioner" ; - transgression_nn_1 = mkN "transgression" "transgressioner" ; - transistor_nn_1 = mkN "transistor" "transistorer" ; - transitering_nn_1 = mkN "transitering" ; - transithall_nn_1 = mkN "transithall" ; - transitiv_av_1 = mkA "transitiv" ; - transitlast_nn_1 = mkN "transitlast" "transitlaster" ; - transitohamn_nn_1 = mkN "transitohamn" ; - transitorisk_av_1 = mkA "transitorisk" ; - transkontinental_av_1 = mkA "transkontinental" ; - transkription_nn_1 = mkN "transkription" "transkriptioner" ; - translator_nn_1 = mkN "translator" "translatorer" ; - translitteration_nn_1 = mkN "translitteration" "translitterationer" ; - transmission_nn_1 = mkN "transmission" "transmissioner" ; - transmitter_nn_1 = mkN "transmitter" ; - transmutation_nn_1 = mkN "transmutation" "transmutationer" ; - transocean_av_1 = mkA "transocean" ; - transoceansk_av_1 = mkA "transoceansk" ; - transparang_nn_1 = mkN "transparang" "transparanger" ; - transparent_av_1 = mkA "transparent" "transparent" ; - transperson_nn_1 = mkN "transperson" "transpersoner" ; - transplantat_nn_1 = mkN "transplantat" neutrum ; - transplantation_nn_1 = mkN "transplantation" "transplantationer" ; - transponder_nn_1 = mkN "transponder" ; - transponering_nn_1 = mkN "transponering" ; - transport_nn_1 = mkN "transport" "transporter" ; - transportabel_av_1 = mkA "transportabel" "transportabelt" "transportabla" "transportabla" "transportablare" "transportablast" "transportablaste" ; - transportanordning_nn_1 = mkN "transportanordning" ; - transportarbetare_nn_1 = mkN "transportarbetare" "transportarbetare" ; - transportavtal_nn_1 = mkN "transportavtal" "transportavtalet" "transportavtalen" "transportavtalena" ; - transportband_nn_1 = mkN "transportband" neutrum ; - transportfoerbud_nn_1 = mkN "transportfцrbud" neutrum ; - transportfoeretag_nn_1 = mkN "transportfцretag" neutrum ; - transportlaege_nn_1 = mkN "transportlдge" ; - transportmedel_nn_1 = mkN "transportmedel" neutrum ; - transportmekanism_nn_1 = mkN "transportmekanism" "transportmekanismer" ; - transportnaet_nn_1 = mkN "transportnдt" neutrum ; - transportoer_nn_1 = mkN "transportцr" "transportцrer" ; - transportprocess_nn_1 = mkN "transportprocess" "transportprocesser" ; - transportsystem_nn_1 = mkN "transportsystem" neutrum ; - transposition_nn_1 = mkN "transposition" "transpositioner" ; - transsexuell_av_1 = mkA "transsexuell" ; - transsibirisk_av_1 = mkA "transsibirisk" ; - transsubstantiation_nn_1 = mkN "transsubstantiation" "transsubstantiationer" ; - transumt_nn_1 = mkN "transumt" neutrum ; - transuran_nn_1 = mkN "transuran" "transuraner" ; - transversal_av_1 = mkA "transversal" ; - transversal_nn_1 = mkN "transversal" "transversaler" ; - transversalaxel_nn_1 = mkN "transversalaxel" ; - transversell_av_1 = mkA "transversell" ; - transvestit_nn_1 = mkN "transvestit" "transvestiter" ; - trapets_nn_1 = mkN "trapets" "trapetser" ; - trapets_nn_2 = mkN "trapets" "trapetset" "trapetser" "trapetserna" ; - trapetsoid_nn_1 = mkN "trapetsoid" "trapetsoider" ; - trapp_nn_1 = mkN "trapp" ; - trappavsats_nn_1 = mkN "trappavsats" "trappavsatser" ; - trapper_nn_1 = mkN "trapper" "trappern" "trapper" "trapperna" ; - trappgavel_nn_1 = mkN "trappgavel" ; - trapphus_nn_1 = mkN "trapphus" neutrum ; - trappliknande_av_1 = mkA "trappliknande" ; - trappraecke_nn_1 = mkN "trapprдcke" ; - trappsmyg_nn_1 = mkN "trappsmyg" ; - trappsteg_nn_1 = mkN "trappsteg" neutrum ; - trappstege_nn_1 = mkN "trappstege" utrum ; - trapptorn_nn_1 = mkN "trapptorn" neutrum ; - trappuppgaang_nn_1 = mkN "trappuppgеng" ; - traselegant_av_1 = mkA "traselegant" "traselegant" ; - trasgrann_av_1 = mkA "trasgrann" "trasgrant" ; - trashank_nn_1 = mkN "trashank" ; - trasig_av_1 = mkA "trasig" ; - trassat_nn_1 = mkN "trassat" "trassater" ; - trasselsudd_nn_1 = mkN "trasselsudd" ; - trassent_nn_1 = mkN "trassent" "trassenter" ; - trasslig_av_1 = mkA "trasslig" ; - trast_nn_1 = mkN "trast" ; - trastfaagel_nn_1 = mkN "trastfеgel" ; - trasunge_nn_1 = mkN "trasunge" utrum ; - tratt_nn_1 = mkN "tratt" ; - trattformig_av_1 = mkA "trattformig" ; - trattkantarell_nn_1 = mkN "trattkantarell" "trattkantareller" ; - trattliknande_av_1 = mkA "trattliknande" ; - trattprick_nn_1 = mkN "trattprick" ; - trattskivling_nn_1 = mkN "trattskivling" ; - trauma_nn_1 = mkN "trauma" "traumat" "trauman" "traumana" ; - traumatisk_av_1 = mkA "traumatisk" ; - travare_nn_1 = mkN "travare" "travare" ; - trave_nn_1 = mkN "trave" utrum ; - travers_nn_1 = mkN "travers" "traverser" ; - travesti_nn_1 = mkN "travesti" "travestier" ; - travhaest_nn_1 = mkN "travhдst" ; - travtaevling_nn_1 = mkN "travtдvling" ; - treaarig_av_1 = mkA "treеrig" ; - treaaring_nn_1 = mkN "treеring" ; - treaktare_nn_1 = mkN "treaktare" "treaktare" ; - trebent_av_1 = mkA "trebent" "trebent" ; - trebetygskurs_nn_1 = mkN "trebetygskurs" "trebetygskurser" ; - tredelning_nn_1 = mkN "tredelning" ; - tredimensionell_av_1 = mkA "tredimensionell" ; - tredjedag_nn_1 = mkN "tredjedag" ; - tredjedel_nn_1 = mkN "tredjedel" "tredjedelen" "tredjedelar" "tredjedelarna" ; - tredjegaangstillsaettning_nn_1 = mkN "tredjegеngstillsдttning" ; - tredjeopponent_nn_1 = mkN "tredjeopponent" "tredjeopponenter" ; - tredjeplats_nn_1 = mkN "tredjeplats" "tredjeplatser" ; - tredsk_av_1 = mkA "tredsk" ; - tredskodom_nn_1 = mkN "tredskodom" ; - tredubbel_av_1 = mkA "tredubbel" "tredubbelt" "tredubbla" "tredubbla" "tredubblare" "tredubblast" "tredubblaste" ; - treenig_av_1 = mkA "treenig" ; - treenighet_nn_1 = mkN "treenighet" "treenigheter" ; - trefaergstryck_nn_1 = mkN "trefдrgstryck" neutrum ; - trefald_nn_1 = mkN "trefald" "trefalder" ; - trefaldig_av_1 = mkA "trefaldig" ; - trefaldighet_nn_1 = mkN "trefaldighet" "trefaldigheter" ; - trefalt_ab_1 = mkAdv "trefalt" ; - trefas_av_1 = mkA "trefas" ; - trefasig_av_1 = mkA "trefasig" ; - trefilig_av_1 = mkA "trefilig" ; - treglasfoenster_nn_1 = mkN "treglasfцnster" neutrum ; - trehjuling_nn_1 = mkN "trehjuling" ; - trehoerning_nn_1 = mkN "trehцrning" ; - trekant_nn_1 = mkN "trekant" "trekanter" ; - trekantig_av_1 = mkA "trekantig" ; - trekarlspolska_nn_1 = mkN "trekarlspolska" ; - treklang_nn_1 = mkN "treklang" "treklanger" ; - trekvartslaang_av_1 = mkA "trekvartslеng" ; - trelaekarstation_nn_1 = mkN "trelдkarstation" "trelдkarstationer" ; - treledarsystem_nn_1 = mkN "treledarsystem" neutrum ; - trema_nn_1 = mkN "trema" "tremat" "treman" "tremana" ; - tremaenning_nn_1 = mkN "tremдnning" ; - tremastare_nn_1 = mkN "tremastare" "tremastare" ; - tremilsgraens_nn_1 = mkN "tremilsgrдns" "tremilsgrдnser" ; - tremolo_nn_1 = mkN "tremolo" "tremolot" "tremolon" "tremolona" ; - tremulant_nn_1 = mkN "tremulant" "tremulanter" ; - trench_nn_1 = mkN "trench" ; - trenchcoat_nn_1 = mkN "trenchcoat" ; - trend_nn_1 = mkN "trend" "trender" ; - trendig_av_1 = mkA "trendig" ; - trendnisse_nn_1 = mkN "trendnisse" utrum ; - trendsaettare_nn_1 = mkN "trendsдttare" "trendsдttare" ; - trepan_nn_1 = mkN "trepan" "trepaner" ; - trepanation_nn_1 = mkN "trepanation" "trepanationer" ; - trepass_nn_1 = mkN "trepass" neutrum ; - trepunktsbaelte_nn_1 = mkN "trepunktsbдlte" ; - treradig_av_1 = mkA "treradig" ; - trerading_nn_1 = mkN "trerading" ; - trerummare_nn_1 = mkN "trerummare" "trerummare" ; - trerumslaegenhet_nn_1 = mkN "trerumslдgenhet" "trerumslдgenheter" ; - tresiffrig_av_1 = mkA "tresiffrig" ; - tresnibb_nn_1 = mkN "tresnibb" ; - trespaend_av_1 = mkA "trespдnd" ; - trespann_nn_1 = mkN "trespann" neutrum ; - trestavig_av_1 = mkA "trestavig" ; - trestegshopp_nn_1 = mkN "trestegshopp" neutrum ; - trestegsraket_nn_1 = mkN "trestegsraket" "trestegsraketer" ; - trestjaernig_av_1 = mkA "trestjдrnig" ; - trestruken_av_1 = mkA "trestruken" "trestruket" ; - tretaar_nn_1 = mkN "tretеr" ; - tretal_nn_1 = mkN "tretal" "tretalet" "tretalen" "tretalena" ; - trettiaarig_av_1 = mkA "trettiеrig" ; - trettioaarig_av_1 = mkA "trettioеrig" ; - trettiondel_nn_1 = mkN "trettiondel" "trettiondelen" "trettiondelar" "trettiondelarna" ; - trettiotal_nn_1 = mkN "trettiotal" "trettiotalet" "trettiotalen" "trettiotalena" ; - trettital_nn_1 = mkN "trettital" "trettitalet" "trettitalen" "trettitalena" ; - trettondagsafton_nn_1 = mkN "trettondagsafton" "trettondagsaftonen" "trettondagsaftnar" "trettondagsaftnarna" ; - trettondel_nn_1 = mkN "trettondel" "trettondelen" "trettondelar" "trettondelarna" ; - tretumsspik_nn_1 = mkN "tretumsspik" ; - treudd_nn_1 = mkN "treudd" ; - trevaaningshus_nn_1 = mkN "trevеningshus" neutrum ; - trevaegskran_nn_1 = mkN "trevдgskran" ; - trevande_av_1 = mkA "trevande" ; - trevare_nn_1 = mkN "trevare" "trevare" ; - treven_av_1 = mkA "treven" "trevet" ; - trevinklig_av_1 = mkA "trevinklig" ; - trevlig_av_1 = mkA "trevlig" ; - trevnad_nn_1 = mkN "trevnad" "trevnader" ; - triad_nn_1 = mkN "triad" "triader" ; - triangel_nn_1 = mkN "triangel" ; - triangelbyte_nn_1 = mkN "triangelbyte" ; - triangeldrama_nn_1 = mkN "triangeldrama" "triangeldramat" "triangeldraman" "triangeldramana" ; - triangelkoppling_nn_1 = mkN "triangelkoppling" ; - triangelmatch_nn_1 = mkN "triangelmatch" "triangelmatcher" ; - triangelpunkt_nn_1 = mkN "triangelpunkt" "triangelpunkter" ; - triangelsida_nn_1 = mkN "triangelsida" ; - triangulaer_av_1 = mkA "triangulдr" ; - tribad_nn_1 = mkN "tribad" "tribader" ; - tribadisk_av_1 = mkA "tribadisk" ; - tribun_nn_1 = mkN "tribun" "tribuner" ; - tribunal_nn_1 = mkN "tribunal" "tribunaler" ; - tribunat_nn_1 = mkN "tribunat" neutrum ; - tribut_nn_1 = mkN "tribut" "tributer" ; - tricepsmuskel_nn_1 = mkN "tricepsmuskel" "tricepsmuskeln" "tricepsmuskler" "tricepsmusklerna" ; - trick_nn_1 = mkN "trick" neutrum ; - trick_nn_2 = mkN "trick" ; - trickfilm_nn_1 = mkN "trickfilm" "trickfilmer" ; - tricks_nn_1 = mkN "tricks" neutrum ; - triennal_nn_1 = mkN "triennal" "triennaler" ; - triftong_nn_1 = mkN "triftong" "triftonger" ; - triglyf_nn_1 = mkN "triglyf" "triglyfer" ; - trigonometrisk_av_1 = mkA "trigonometrisk" ; - trikaa_nn_1 = mkN "trikе" "trikеer" ; - trikaavara_nn_1 = mkN "trikеvara" ; - trikin_nn_1 = mkN "trikin" "trikiner" ; - trikinoes_av_1 = mkA "trikinцs" ; - trikolor_nn_1 = mkN "trikolor" "trikoloren" "trikolorer" "trikolorerna" ; - trilateral_av_1 = mkA "trilateral" ; - triljon_nn_1 = mkN "triljon" "triljoner" ; - triljondel_nn_1 = mkN "triljondel" "triljondelen" "triljondelar" "triljondelarna" ; - trilling_nn_1 = mkN "trilling" ; - trillingkristall_nn_1 = mkN "trillingkristall" "trillingkristaller" ; - trillingnerv_nn_1 = mkN "trillingnerv" "trillingnerver" ; - trillion_nn_1 = mkN "trillion" "trillioner" ; - trilobit_nn_1 = mkN "trilobit" "trilobiter" ; - trilogi_nn_1 = mkN "trilogi" "trilogier" ; - trilsk_av_1 = mkA "trilsk" ; - trilskande_av_1 = mkA "trilskande" ; - trilsken_av_1 = mkA "trilsken" "trilsket" ; - trimeter_nn_1 = mkN "trimeter" ; - trimtank_nn_1 = mkN "trimtank" ; - trind_av_1 = mkA "trind" ; - trindbladig_av_1 = mkA "trindbladig" ; - trindmask_nn_1 = mkN "trindmask" ; - trinidadier_nn_1 = mkN "trinidadier" "trinidadiern" "trinidadier" "trinidadierna" ; - trinidadisk_av_1 = mkA "trinidadisk" ; - trio_nn_1 = mkN "trio" "trion" "trios" "triosen" ; - triod_nn_1 = mkN "triod" "trioder" ; - trioer_nn_1 = mkN "triцr" "triцrer" ; - triol_nn_1 = mkN "triol" "trioler" ; - trioxipurin_nn_1 = mkN "trioxipurin" "trioxipuriner" ; - triplett_nn_1 = mkN "triplett" "tripletter" ; - tripod_nn_1 = mkN "tripod" "tripoder" ; - tripp_nn_1 = mkN "tripp" ; - tripp_nn_2 = mkN "tripp" neutrum ; - trippel_nn_2 = mkN "trippel" "trippeln" "trippler" "tripplerna" ; - trippelallians_nn_1 = mkN "trippelallians" "trippelallianser" ; - trippelkrock_nn_1 = mkN "trippelkrock" ; - trippelpunkt_nn_1 = mkN "trippelpunkt" "trippelpunkter" ; - trippelseger_nn_1 = mkN "trippelseger" ; - trippmaetare_nn_1 = mkN "trippmдtare" "trippmдtare" ; - trips_nn_1 = mkN "trips" ; - triptyk_nn_1 = mkN "triptyk" "triptyker" ; - trist_av_1 = mkA "trist" "trist" ; - triton_nn_1 = mkN "triton" "tritoner" ; - triumf_nn_1 = mkN "triumf" "triumfer" ; - triumfator_nn_1 = mkN "triumfator" "triumfatorer" ; - triumfatorisk_av_1 = mkA "triumfatorisk" ; - triumfbaage_nn_1 = mkN "triumfbеge" utrum ; - triumvir_nn_1 = mkN "triumvir" "triumvirer" ; - triumvirat_nn_1 = mkN "triumvirat" neutrum ; - trivial_av_1 = mkA "trivial" ; - trivialitet_nn_1 = mkN "trivialitet" "trivialiteter" ; - trivialnamn_nn_1 = mkN "trivialnamn" neutrum ; - trivsam_av_1 = mkA "trivsam" "trivsamt" "trivsamma" "trivsamma" "trivsammare" "trivsammast" "trivsammaste" ; - troeg_av_1 = mkA "trцg" ; - troegbedd_av_1 = mkA "trцgbedd" "trцgbedtt" ; - troegdjur_nn_1 = mkN "trцgdjur" neutrum ; - troegflytande_av_1 = mkA "trцgflytande" ; - troeghet_nn_1 = mkN "trцghet" "trцgheter" ; - troeghetsnavigering_nn_1 = mkN "trцghetsnavigering" ; - troeglaest_av_1 = mkA "trцglдst" "trцglдst" ; - troegtaenkt_av_1 = mkA "trцgtдnkt" "trцgtдnkt" ; - troende_av_1 = mkA "troende" ; - troeskel_nn_1 = mkN "trцskel" ; - troeskelvaerde_nn_1 = mkN "trцskelvдrde" ; - troeskverk_nn_1 = mkN "trцskverk" neutrum ; - troest_nn_2 = mkN "trцst" ; - troestare_nn_1 = mkN "trцstare" "trцstare" ; - troestegrund_nn_1 = mkN "trцstegrund" "trцstegrunder" ; - troesterik_av_1 = mkA "trцsterik" ; - troestloes_av_1 = mkA "trцstlцs" ; - troestmaal_nn_1 = mkN "trцstmеl" neutrum ; - troestnapp_nn_1 = mkN "trцstnapp" ; - troestpris_nn_1 = mkN "trцstpris" neutrum ; - troett_av_1 = mkA "trцtt" ; - troetthet_nn_1 = mkN "trцtthet" "trцttheter" ; - troettkoerd_av_1 = mkA "trцttkцrd" "trцttkцrt" ; - troettsam_av_1 = mkA "trцttsam" "trцttsamt" "trцttsamma" "trцttsamma" "trцttsammare" "trцttsammast" "trцttsammaste" ; - trofast_av_1 = mkA "trofast" "trofast" ; - trofasthet_nn_1 = mkN "trofasthet" "trofastheter" ; - trofe_nn_1 = mkN "trofй" "trofйer" ; - trogen_av_1 = mkA "trogen" "troget" ; - troglodyt_nn_1 = mkN "troglodyt" "troglodyter" ; - trohet_nn_1 = mkN "trohet" "troheter" ; - trohetsed_nn_1 = mkN "trohetsed" "trohetseder" ; - trohjaertenhet_nn_1 = mkN "trohjдrtenhet" "trohjдrtenheter" ; - trojan_nn_1 = mkN "trojan" "trojaner" ; - trojansk_av_1 = mkA "trojansk" ; - trojeborg_nn_1 = mkN "trojeborg" ; - trokaisk_av_1 = mkA "trokaisk" ; - troke_nn_1 = mkN "trokй" "trokйer" ; - trokeisk_av_1 = mkA "trokйisk" ; - trolig_av_1 = mkA "trolig" ; - troligen_ab_1 = mkAdv "troligen" ; - troligtvis_ab_1 = mkAdv "troligtvis" ; - troll_nn_1 = mkN "troll" neutrum ; - trollbaer_nn_1 = mkN "trollbдr" neutrum ; - trollbarn_nn_1 = mkN "trollbarn" neutrum ; - trollbinda_vb_1 = mkV "trollbinda" "trollband" "trollbundit" ; - trolldeg_nn_1 = mkN "trolldeg" ; - trolldom_nn_1 = mkN "trolldom" ; - trolldomsrit_nn_1 = mkN "trolldomsrit" "trolldomsriter" ; - trolldryck_nn_1 = mkN "trolldryck" "trolldrycker" ; - trolleri_nn_1 = mkN "trolleri" "trollerit" "trollerier" "trollerierna" ; - trollerikonst_nn_1 = mkN "trollerikonst" "trollerikonster" ; - trolleybuss_nn_1 = mkN "trolleybuss" ; - trollformel_nn_1 = mkN "trollformel" "trollformeln" "trollformler" "trollformlerna" ; - trollhare_nn_1 = mkN "trollhare" utrum ; - trollkaering_nn_1 = mkN "trollkдring" ; - trollkarl_nn_1 = mkN "trollkarl" ; - trollkonst_nn_1 = mkN "trollkonst" "trollkonster" ; - trollkonstnaer_nn_1 = mkN "trollkonstnдr" "trollkonstnдrer" ; - trollkunnig_av_1 = mkA "trollkunnig" ; - trollsaang_nn_1 = mkN "trollsеng" "trollsеnger" ; - trollskott_nn_1 = mkN "trollskott" neutrum ; - trollslag_nn_1 = mkN "trollslag" neutrum ; - trollspoe_nn_1 = mkN "trollspц" "trollspцet" "trollspцn" "trollspцna" ; - trollstav_nn_1 = mkN "trollstav" ; - troloes_av_1 = mkA "trolцs" ; - troloeshet_nn_1 = mkN "trolцshet" "trolцsheter" ; - trolovning_nn_1 = mkN "trolovning" ; - trolovningsbarn_nn_1 = mkN "trolovningsbarn" neutrum ; - trolsk_av_1 = mkA "trolsk" ; - troman_nn_1 = mkN "troman" "tromannen" "tromдn" "tromдnnen" ; - tromb_nn_1 = mkN "tromb" "tromber" ; - trombocyt_nn_1 = mkN "trombocyt" "trombocyter" ; - trombon_nn_1 = mkN "trombon" "tromboner" ; - trombonist_nn_1 = mkN "trombonist" "trombonister" ; - trombos_nn_1 = mkN "trombos" "tromboser" ; - tromla_nn_1 = mkN "tromla" ; - tron_nn_1 = mkN "tron" "troner" ; - tronarvinge_nn_1 = mkN "tronarvinge" utrum ; - tronavsaegelse_nn_1 = mkN "tronavsдgelse" "tronavsдgelser" ; - tronbestigning_nn_1 = mkN "tronbestigning" ; - tronfoeljare_nn_1 = mkN "tronfцljare" "tronfцljare" ; - tronfoeljd_nn_1 = mkN "tronfцljd" "tronfцljder" ; - tronfoeljerska_nn_1 = mkN "tronfцljerska" ; - tronhimmel_nn_1 = mkN "tronhimmel" ; - tronpretendent_nn_1 = mkN "tronpretendent" "tronpretendenter" ; - tronsal_nn_1 = mkN "tronsal" ; - tronskifte_nn_1 = mkN "tronskifte" ; - trontal_nn_1 = mkN "trontal" "trontalet" "trontalen" "trontalena" ; - trontilltraede_nn_1 = mkN "trontilltrдde" ; - trop_nn_1 = mkN "trop" "troper" ; - tropik_nn_1 = mkN "tropik" "tropiker" ; - tropikfaagel_nn_1 = mkN "tropikfеgel" ; - tropikhjaelm_nn_1 = mkN "tropikhjдlm" ; - tropisk_av_1 = mkA "tropisk" ; - tropism_nn_1 = mkN "tropism" "tropismer" ; - troposfaer_nn_1 = mkN "troposfдr" "troposfдrer" ; - tropp_nn_1 = mkN "tropp" ; - trosartikel_nn_1 = mkN "trosartikel" ; - trosbekaennare_nn_1 = mkN "trosbekдnnare" "trosbekдnnare" ; - trosbekaennelse_nn_1 = mkN "trosbekдnnelse" "trosbekдnnelser" ; - trosfast_av_1 = mkA "trosfast" "trosfast" ; - trosfraende_nn_1 = mkN "trosfrдnde" "trosfrдnder" ; - trosfrihet_nn_1 = mkN "trosfrihet" "trosfriheter" ; - trosgoerdel_nn_1 = mkN "trosgцrdel" ; - trosivrare_nn_1 = mkN "trosivrare" "trosivrare" ; - troskyldig_av_1 = mkA "troskyldig" ; - trosroerelse_nn_1 = mkN "trosrцrelse" "trosrцrelser" ; - tross_nn_1 = mkN "tross" ; - trossamfund_nn_1 = mkN "trossamfund" neutrum ; - trossats_nn_1 = mkN "trossats" "trossatser" ; - trossbotten_nn_1 = mkN "trossbotten" ; - trossdaeck_nn_1 = mkN "trossdдck" neutrum ; - trossfyllning_nn_1 = mkN "trossfyllning" ; - trosslagen_av_1 = mkA "trosslagen" "trosslaget" ; - trossning_nn_1 = mkN "trossning" ; - trosviss_av_1 = mkA "trosviss" ; - trotjaenare_nn_1 = mkN "trotjдnare" "trotjдnare" ; - trotsaalder_nn_1 = mkN "trotsеlder" ; - trotsig_av_1 = mkA "trotsig" ; - trotskist_nn_1 = mkN "trotskist" "trotskister" ; - trottoar_nn_1 = mkN "trottoar" "trottoarer" ; - trottoarbonde_nn_1 = mkN "trottoarbonde" "trottoarbцnder" ; - trottoarservering_nn_1 = mkN "trottoarservering" ; - trovaerd_av_1 = mkA "trovдrd" "trovдrt" ; - trovaerdig_av_1 = mkA "trovдrdig" ; - trubadur_nn_1 = mkN "trubadur" "trubadurer" ; - trubbel_nn_1 = mkN "trubbel" neutrum ; - trubbig_av_1 = mkA "trubbig" ; - trubbnaest_av_1 = mkA "trubbnдst" "trubbnдst" ; - trubbnos_nn_1 = mkN "trubbnos" ; - trubbnosig_av_1 = mkA "trubbnosig" ; - trubbvinklig_av_1 = mkA "trubbvinklig" ; - truck_nn_1 = mkN "truck" ; - trudelutt_nn_1 = mkN "trudelutt" "trudelutter" ; - truism_nn_1 = mkN "truism" "truismer" ; - truistisk_av_1 = mkA "truistisk" ; - trulig_av_1 = mkA "trulig" ; - truls_nn_1 = mkN "truls" ; - trulsig_av_1 = mkA "trulsig" ; - trumf_nn_1 = mkN "trumf" ; - trumfkort_nn_1 = mkN "trumfkort" neutrum ; - trumfmatt_av_1 = mkA "trumfmatt" ; - trumhinna_nn_1 = mkN "trumhinna" ; - trumminne_nn_1 = mkN "trumminne" ; - trumpen_av_1 = mkA "trumpen" "trumpet" ; - trumpet_nn_1 = mkN "trumpet" "trumpeter" ; - trumpetare_nn_1 = mkN "trumpetare" "trumpetare" ; - trumpetstoet_nn_1 = mkN "trumpetstцt" ; - trumpinne_nn_1 = mkN "trumpinne" utrum ; - trumslagare_nn_1 = mkN "trumslagare" "trumslagare" ; - trumstock_nn_1 = mkN "trumstock" ; - trumvirvel_nn_1 = mkN "trumvirvel" ; - trunk_nn_1 = mkN "trunk" ; - trunkmaskin_nn_1 = mkN "trunkmaskin" "trunkmaskiner" ; - trupp_nn_1 = mkN "trupp" "trupper" ; - truppfoerband_nn_1 = mkN "truppfцrband" neutrum ; - truppfoerflyttning_nn_1 = mkN "truppfцrflyttning" ; - trupproerelse_nn_1 = mkN "trupprцrelse" "trupprцrelser" ; - truppslag_nn_1 = mkN "truppslag" neutrum ; - truppstyrka_nn_1 = mkN "truppstyrka" ; - trust_nn_1 = mkN "trust" "truster" ; - trut_nn_1 = mkN "trut" ; - tryck_nn_1 = mkN "tryck" neutrum ; - tryckaar_nn_1 = mkN "tryckеr" neutrum ; - tryckaccent_nn_1 = mkN "tryckaccent" "tryckaccenter" ; - tryckalster_nn_1 = mkN "tryckalster" neutrum ; - tryckande_av_1 = mkA "tryckande" ; - tryckare_nn_1 = mkN "tryckare" "tryckare" ; - tryckbar_av_1 = mkA "tryckbar" ; - tryckbehaallare_nn_1 = mkN "tryckbehеllare" "tryckbehеllare" ; - tryckbokstav_nn_1 = mkN "tryckbokstav" "tryckbokstдver" ; - tryckbraennare_nn_1 = mkN "tryckbrдnnare" "tryckbrдnnare" ; - tryckdraekt_nn_1 = mkN "tryckdrдkt" "tryckdrдkter" ; - tryckeri_nn_1 = mkN "tryckeri" "tryckerit" "tryckerier" "tryckerierna" ; - tryckfaerg_nn_1 = mkN "tryckfдrg" "tryckfдrger" ; - tryckfel_nn_1 = mkN "tryckfel" "tryckfelet" "tryckfel" "tryckfelen" ; - tryckfelsnisse_nn_1 = mkN "tryckfelsnisse" utrum ; - tryckfoerband_nn_1 = mkN "tryckfцrband" neutrum ; - tryckform_nn_1 = mkN "tryckform" ; - tryckfrihet_nn_1 = mkN "tryckfrihet" "tryckfriheter" ; - tryckkabin_nn_1 = mkN "tryckkabin" "tryckkabiner" ; - tryckkaerl_nn_1 = mkN "tryckkдrl" neutrum ; - tryckkammare_nn_1 = mkN "tryckkammare" "tryckkammaren" "tryckkamrar" "tryckkamrarna" ; - tryckknapp_nn_1 = mkN "tryckknapp" ; - tryckkokare_nn_1 = mkN "tryckkokare" "tryckkokare" ; - tryckkontakt_nn_1 = mkN "tryckkontakt" "tryckkontakter" ; - tryckluftsapparat_nn_1 = mkN "tryckluftsapparat" "tryckluftsapparater" ; - tryckmetod_nn_1 = mkN "tryckmetod" "tryckmetoder" ; - tryckning_nn_1 = mkN "tryckning" ; - tryckoekning_nn_1 = mkN "tryckцkning" ; - tryckord_nn_1 = mkN "tryckord" neutrum ; - tryckort_nn_1 = mkN "tryckort" "tryckorter" ; - tryckpress_nn_1 = mkN "tryckpress" ; - tryckpunkt_nn_1 = mkN "tryckpunkt" "tryckpunkter" ; - trycksaeker_av_1 = mkA "trycksдker" "trycksдkert" "trycksдkra" "trycksдkra" "trycksдkrare" "trycksдkrast" "trycksдkraste" ; - trycksak_nn_1 = mkN "trycksak" "trycksaker" ; - trycksats_nn_1 = mkN "trycksats" "trycksatser" ; - tryckstark_av_1 = mkA "tryckstark" ; - tryckstil_nn_1 = mkN "tryckstil" ; - tryckstyrka_nn_1 = mkN "tryckstyrka" ; - trycksvag_av_1 = mkA "trycksvag" ; - tryckt_av_1 = mkA "tryckt" "tryckt" ; - trycktyp_nn_1 = mkN "trycktyp" "trycktyper" ; - tryckvattenreaktor_nn_1 = mkN "tryckvattenreaktor" "tryckvattenreaktorer" ; - tryffel_nn_1 = mkN "tryffel" ; - tryffelsvamp_nn_1 = mkN "tryffelsvamp" ; - trygg_av_1 = mkA "trygg" ; - trygghet_nn_1 = mkN "trygghet" "tryggheter" ; - trygghetsfoersaekring_nn_1 = mkN "trygghetsfцrsдkring" ; - trygghetsnarkoman_nn_1 = mkN "trygghetsnarkoman" "trygghetsnarkomaner" ; - trymaa_nn_1 = mkN "trymе" "trymеer" ; - trypsin_nn_1 = mkN "trypsin" "trypsiner" ; - tsar_nn_1 = mkN "tsar" "tsarer" ; - tsardotter_nn_1 = mkN "tsardotter" "tsardottern" "tsardцttrar" "tsardцttrarna" ; - tsarfamilj_nn_1 = mkN "tsarfamilj" "tsarfamiljer" ; - tub_nn_1 = mkN "tub" "tuber" ; - tuberkel_nn_1 = mkN "tuberkel" "tuberkeln" "tuberkler" "tuberklerna" ; - tuberkelbakterie_nn_1 = mkN "tuberkelbakterie" "tuberkelbakterier" ; - tuberkulin_nn_1 = mkN "tuberkulin" "tuberkuliner" ; - tuberkuloes_av_1 = mkA "tuberkulцs" ; - tubkanon_nn_1 = mkN "tubkanon" "tubkanoner" ; - tubkikare_nn_1 = mkN "tubkikare" "tubkikare" ; - tubroer_nn_1 = mkN "tubrцr" neutrum ; - tudelning_nn_1 = mkN "tudelning" ; - tuff_av_1 = mkA "tuff" ; - tuff_nn_1 = mkN "tuff" "tuffer" ; - tuffing_nn_1 = mkN "tuffing" ; - tufsig_av_1 = mkA "tufsig" ; - tuggbuss_nn_1 = mkN "tuggbuss" ; - tuggmuskel_nn_1 = mkN "tuggmuskel" "tuggmuskeln" "tuggmuskler" "tuggmusklerna" ; - tuggummi_nn_1 = mkN "tuggummi" "tuggummit" "tuggummin" "tuggummina" ; - tukthus_nn_1 = mkN "tukthus" neutrum ; - tuktig_av_1 = mkA "tuktig" ; - tulkoert_nn_1 = mkN "tulkцrt" "tulkцrter" ; - tull_nn_1 = mkN "tull" ; - tullare_nn_1 = mkN "tullare" "tullare" ; - tullavgift_nn_1 = mkN "tullavgift" "tullavgifter" ; - tullbesiktning_nn_1 = mkN "tullbesiktning" ; - tulldeklaration_nn_1 = mkN "tulldeklaration" "tulldeklarationer" ; - tullfri_av_1 = mkA "tullfri" "tullfritt" ; - tullmur_nn_1 = mkN "tullmur" ; - tullnaer_nn_1 = mkN "tullnдr" "tullnдrer" ; - tullpass_nn_1 = mkN "tullpass" neutrum ; - tullpliktig_av_1 = mkA "tullpliktig" ; - tullskydd_nn_1 = mkN "tullskydd" neutrum ; - tulltjaensteman_nn_1 = mkN "tulltjдnsteman" "tulltjдnstemannen" "tulltjдnstemдn" "tulltjдnstemдnnen" ; - tullunion_nn_1 = mkN "tullunion" "tullunioner" ; - tullverk_nn_1 = mkN "tullverk" neutrum ; - tullvisitation_nn_1 = mkN "tullvisitation" "tullvisitationer" ; - tulpan_nn_1 = mkN "tulpan" "tulpaner" ; - tulpanloek_nn_1 = mkN "tulpanlцk" ; - tulpantraed_nn_1 = mkN "tulpantrдd" neutrum ; - tum_nn_1 = mkN "tum" "tummen" "tum" "tummen" ; - tumgrepp_nn_1 = mkN "tumgrepp" neutrum ; - tumlare_nn_1 = mkN "tumlare" "tumlare" ; - tumme_nn_1 = mkN "tumme" utrum ; - tummelplats_nn_1 = mkN "tummelplats" "tummelplatser" ; - tummetott_nn_1 = mkN "tummetott" ; - tumoer_nn_1 = mkN "tumцr" "tumцrer" ; - tumregel_nn_1 = mkN "tumregel" "tumregeln" "tumregler" "tumreglerna" ; - tumskruv_nn_1 = mkN "tumskruv" ; - tumstock_nn_1 = mkN "tumstock" ; - tumsugare_nn_1 = mkN "tumsugare" "tumsugare" ; - tumult_nn_1 = mkN "tumult" neutrum ; - tumultuarisk_av_1 = mkA "tumultuarisk" ; - tumvante_nn_1 = mkN "tumvante" utrum ; - tumveck_nn_1 = mkN "tumveck" neutrum ; - tun_nn_1 = mkN "tun" neutrum ; - tuner_nn_1 = mkN "tuner" "tunern" "tuner" "tunerna" ; - tung_av_1 = mkA "tung" "tyngre" "tyngst" ; - tunga_nn_1 = mkN "tunga" ; - tungband_nn_1 = mkN "tungband" neutrum ; - tungben_nn_1 = mkN "tungben" neutrum ; - tungkoerd_av_1 = mkA "tungkцrd" "tungkцrt" ; - tunglaest_av_1 = mkA "tunglдst" "tunglдst" ; - tungljud_nn_1 = mkN "tungljud" neutrum ; - tungmetall_nn_1 = mkN "tungmetall" "tungmetaller" ; - tungoert_nn_1 = mkN "tungцrt" "tungцrter" ; - tungomaal_nn_1 = mkN "tungomеl" neutrum ; - tungomaalstalande_av_1 = mkA "tungomеlstalande" ; - tungomaalstalare_nn_1 = mkN "tungomеlstalare" "tungomеlstalare" ; - tungrodd_av_1 = mkA "tungrodd" "tungrodtt" ; - tungrygg_nn_1 = mkN "tungrygg" ; - tungsam_av_1 = mkA "tungsam" "tungsamt" "tungsamma" "tungsamma" "tungsammare" "tungsammast" "tungsammaste" ; - tungsida_nn_1 = mkN "tungsida" ; - tungsint_av_1 = mkA "tungsint" "tungsint" ; - tungsinthet_nn_1 = mkN "tungsinthet" "tungsintheter" ; - tungsoevd_av_1 = mkA "tungsцvd" "tungsцvt" ; - tungspene_nn_1 = mkN "tungspene" utrum ; - tungspets_nn_1 = mkN "tungspets" ; - tungus_nn_1 = mkN "tungus" "tunguser" ; - tungvattenreaktor_nn_1 = mkN "tungvattenreaktor" "tungvattenreaktorer" ; - tungviktare_nn_1 = mkN "tungviktare" "tungviktare" ; - tunik_nn_1 = mkN "tunik" "tuniker" ; - tunisier_nn_1 = mkN "tunisier" "tunisiern" "tunisier" "tunisierna" ; - tunisisk_av_1 = mkA "tunisisk" ; - tunisiska_nn_1 = mkN "tunisiska" ; - tunn_av_1 = mkA "tunn" "tunt" ; - tunnband_nn_1 = mkN "tunnband" neutrum ; - tunnbindare_nn_1 = mkN "tunnbindare" "tunnbindare" ; - tunnbinderi_nn_1 = mkN "tunnbinderi" "tunnbinderit" "tunnbinderier" "tunnbinderierna" ; - tunnbladig_av_1 = mkA "tunnbladig" ; - tunnbroed_nn_1 = mkN "tunnbrцd" neutrum ; - tunnel_nn_1 = mkN "tunnel" ; - tunneldiod_nn_1 = mkN "tunneldiod" "tunneldioder" ; - tunneleffekt_nn_1 = mkN "tunneleffekt" "tunneleffekter" ; - tunnelugn_nn_1 = mkN "tunnelugn" ; - tunnhaarig_av_1 = mkA "tunnhеrig" ; - tunnklaedd_av_1 = mkA "tunnklдdd" "tunnklдdtt" ; - tunnland_nn_1 = mkN "tunnland" neutrum ; - tunnsaadd_av_1 = mkA "tunnsеdd" "tunnsеdtt" ; - tunnsliten_av_1 = mkA "tunnsliten" "tunnslitet" ; - tunnstav_nn_1 = mkN "tunnstav" ; - tunntarm_nn_1 = mkN "tunntarm" ; - tunnvalv_nn_1 = mkN "tunnvalv" neutrum ; - tupe_nn_1 = mkN "tupй" "tupйer" ; - tupp_nn_1 = mkN "tupp" ; - tuppfaektning_nn_1 = mkN "tuppfдktning" ; - tuppfjaet_nn_1 = mkN "tuppfjдt" neutrum ; - tuppkam_nn_1 = mkN "tuppkam" "tuppkammen" "tuppkammar" "tuppkammarna" ; - tuppkyckling_nn_1 = mkN "tuppkyckling" ; - tupplur_nn_1 = mkN "tupplur" ; - tur_nn_1 = mkN "tur" "turer" ; - turban_nn_1 = mkN "turban" "turbaner" ; - turbin_nn_1 = mkN "turbin" "turbiner" ; - turbinmotor_nn_1 = mkN "turbinmotor" "turbinmotorer" ; - turbojetmotor_nn_1 = mkN "turbojetmotor" "turbojetmotorer" ; - turbojetplan_nn_1 = mkN "turbojetplan" neutrum ; - turbomotor_nn_1 = mkN "turbomotor" "turbomotorer" ; - turbopropmotor_nn_1 = mkN "turbopropmotor" "turbopropmotorer" ; - turbulent_av_1 = mkA "turbulent" "turbulent" ; - turist_nn_1 = mkN "turist" "turister" ; - turistbroschyr_nn_1 = mkN "turistbroschyr" "turistbroschyrer" ; - turistbyraa_nn_1 = mkN "turistbyrе" "turistbyrеer" ; - turistfoerening_nn_1 = mkN "turistfцrening" ; - turistinformation_nn_1 = mkN "turistinformation" "turistinformationer" ; - turistisk_av_1 = mkA "turistisk" ; - turistklass_nn_1 = mkN "turistklass" "turistklasser" ; - turistland_nn_1 = mkN "turistland" "turistlandet" "turistlдnder" "turistlдnderna" ; - turistnaering_nn_1 = mkN "turistnдring" ; - turistsaeng_nn_1 = mkN "turistsдng" ; - turiststation_nn_1 = mkN "turiststation" "turiststationer" ; - turiststroem_nn_1 = mkN "turiststrцm" "turiststrцmmen" "turiststrцmmar" "turiststrцmmarna" ; - turiststuga_nn_1 = mkN "turiststuga" ; - turistvaluta_nn_1 = mkN "turistvaluta" ; - turk_nn_1 = mkN "turk" ; - turkcypriot_nn_1 = mkN "turkcypriot" "turkcyprioter" ; - turkfolk_nn_1 = mkN "turkfolk" neutrum ; - turkisk_av_1 = mkA "turkisk" ; - turkiska_nn_2 = mkN "turkiska" ; - turkmen_nn_1 = mkN "turkmen" "turkmener" ; - turkos_av_1 = mkA "turkos" ; - turkos_nn_1 = mkN "turkos" "turkoser" ; - turkosblaa_av_1 = mkA "turkosblе" "turkosblеtt" ; - turlig_av_1 = mkA "turlig" ; - turmalin_nn_1 = mkN "turmalin" "turmaliner" ; - turne_nn_1 = mkN "turnй" "turnйer" ; - turnering_nn_1 = mkN "turnering" ; - turnyr_nn_1 = mkN "turnyr" "turnyrer" ; - turochreturbiljett_nn_1 = mkN "turochreturbiljett" "turochreturbiljetter" ; - turordning_nn_1 = mkN "turordning" ; - turs_nn_1 = mkN "turs" ; - tursam_av_1 = mkA "tursam" "tursamt" "tursamma" "tursamma" "tursammare" "tursammast" "tursammaste" ; - tuschteckning_nn_1 = mkN "tuschteckning" ; - tusenaarig_av_1 = mkA "tusenеrig" ; - tusenaarsrike_nn_1 = mkN "tusenеrsrike" ; - tusende_nn_1 = mkN "tusende" ; - tusendel_nn_1 = mkN "tusendel" "tusendelen" "tusendelar" "tusendelarna" ; - tusenfalt_ab_1 = mkAdv "tusenfalt" ; - tusenfoting_nn_1 = mkN "tusenfoting" ; - tusenkonstnaer_nn_1 = mkN "tusenkonstnдr" "tusenkonstnдrer" ; - tusenkronorssedel_nn_1 = mkN "tusenkronorssedel" ; - tusenlapp_nn_1 = mkN "tusenlapp" ; - tusental_nn_1 = mkN "tusental" "tusentalet" "tusentalen" "tusentalena" ; - tusentals_ab_1 = mkAdv "tusentals" ; - tuss_nn_1 = mkN "tuss" ; - tussilago_nn_1 = mkN "tussilago" "tussilagor" ; - tut_nn_1 = mkN "tut" ; - tut_nn_2 = mkN "tut" neutrum ; - tuting_nn_1 = mkN "tuting" ; - tutt_nn_1 = mkN "tutt" ; - tutti_nn_1 = mkN "tutti" "tuttit" "tuttin" "tuttina" ; - tuvaluan_nn_1 = mkN "tuvaluan" "tuvaluaner" ; - tuvig_av_1 = mkA "tuvig" ; - tuvtaatel_nn_1 = mkN "tuvtеtel" ; - tvaaaarig_av_1 = mkA "tvееrig" ; - tvaaaaring_nn_1 = mkN "tvееring" ; - tvaaaeggstvilling_nn_1 = mkN "tvедggstvilling" ; - tvaabent_av_1 = mkA "tvеbent" "tvеbent" ; - tvaablad_nn_1 = mkN "tvеblad" neutrum ; - tvaabyggare_nn_1 = mkN "tvеbyggare" "tvеbyggare" ; - tvaacylindrig_av_1 = mkA "tvеcylindrig" ; - tvaadimensionell_av_1 = mkA "tvеdimensionell" ; - tvaaendel_nn_1 = mkN "tvеendel" "tvеendelen" "tvеendelar" "tvеendelarna" ; - tvaafamiljshus_nn_1 = mkN "tvеfamiljshus" neutrum ; - tvaaformig_av_1 = mkA "tvеformig" ; - tvaafrontskrig_nn_1 = mkN "tvеfrontskrig" neutrum ; - tvaahaendig_av_1 = mkA "tvеhдndig" ; - tvaahjaertbladig_av_1 = mkA "tvеhjдrtbladig" ; - tvaahjuling_nn_1 = mkN "tvеhjuling" ; - tvaal_nn_1 = mkN "tvеl" ; - tvaalaeppig_av_1 = mkA "tvеlдppig" ; - tvaalask_nn_1 = mkN "tvеlask" ; - tvaalfager_av_1 = mkA "tvеlfager" "tvеlfagert" "tvеlfagra" "tvеlfagra" "tvеlfagrare" "tvеlfagrast" "tvеlfagraste" ; - tvaalig_av_1 = mkA "tvеlig" ; - tvaalkopp_nn_1 = mkN "tvеlkopp" ; - tvaalopera_nn_1 = mkN "tvеlopera" ; - tvaamaenning_nn_1 = mkN "tvеmдnning" ; - tvaamans_av_1 = mkA "tvеmans" ; - tvaamastare_nn_1 = mkN "tvеmastare" "tvеmastare" ; - tvaangsaatgaerd_nn_1 = mkN "tvеngsеtgдrd" "tvеngsеtgдrder" ; - tvaangsfoerestaellning_nn_1 = mkN "tvеngsfцrestдllning" ; - tvaangsintagning_nn_1 = mkN "tvеngsintagning" ; - tvaangslaege_nn_1 = mkN "tvеngslдge" ; - tvaangslag_nn_1 = mkN "tvеngslag" ; - tvaangsmaessig_av_1 = mkA "tvеngsmдssig" ; - tvaangsmedel_nn_1 = mkN "tvеngsmedel" neutrum ; - tvaangsneuros_nn_1 = mkN "tvеngsneuros" "tvеngsneuroser" ; - tvaangsrekrytering_nn_1 = mkN "tvеngsrekrytering" ; - tvaangssituation_nn_1 = mkN "tvеngssituation" "tvеngssituationer" ; - tvaangstanke_nn_1 = mkN "tvеngstanke" utrum ; - tvaangstroeja_nn_1 = mkN "tvеngstrцja" ; - tvaangsvis_ab_1 = mkAdv "tvеngsvis" ; - tvaaoering_nn_1 = mkN "tvецring" ; - tvaaondel_nn_1 = mkN "tvеondel" "tvеondelen" "tvеondelar" "tvеondelarna" ; - tvaarading_nn_1 = mkN "tvеrading" ; - tvaarummare_nn_1 = mkN "tvеrummare" "tvеrummare" ; - tvaarumslaegenhet_nn_1 = mkN "tvеrumslдgenhet" "tvеrumslдgenheter" ; - tvaasamhet_nn_1 = mkN "tvеsamhet" "tvеsamheter" ; - tvaasiffrig_av_1 = mkA "tvеsiffrig" ; - tvaaspaend_av_1 = mkA "tvеspдnd" ; - tvaaspann_nn_1 = mkN "tvеspann" neutrum ; - tvaaspraakig_av_1 = mkA "tvеsprеkig" ; - tvaastavig_av_1 = mkA "tvеstavig" ; - tvaastavighetsaccent_nn_1 = mkN "tvеstavighetsaccent" "tvеstavighetsaccenter" ; - tvaastruken_av_1 = mkA "tvеstruken" "tvеstruket" ; - tvaataktare_nn_1 = mkN "tvеtaktare" "tvеtaktare" ; - tvaataktsmotor_nn_1 = mkN "tvеtaktsmotor" "tvеtaktsmotorer" ; - tvaavaaningsbuss_nn_1 = mkN "tvеvеningsbuss" ; - tvaavinge_nn_1 = mkN "tvеvinge" utrum ; - tvaer_av_1 = mkA "tvдr" ; - tvaerarg_av_1 = mkA "tvдrarg" ; - tvaeraxel_nn_1 = mkN "tvдraxel" ; - tvaerbalk_nn_1 = mkN "tvдrbalk" ; - tvaerbjaelke_nn_1 = mkN "tvдrbjдlke" utrum ; - tvaerbrant_av_1 = mkA "tvдrbrant" "tvдrbrant" ; - tvaerfacklig_av_1 = mkA "tvдrfacklig" ; - tvaerfloejt_nn_1 = mkN "tvдrflцjt" "tvдrflцjter" ; - tvaergaaende_av_1 = mkA "tvдrgеende" ; - tvaerhuggen_av_1 = mkA "tvдrhuggen" "tvдrhugget" ; - tvaerilsken_av_1 = mkA "tvдrilsken" "tvдrilsket" ; - tvaermaett_av_1 = mkA "tvдrmдtt" ; - tvaernit_nn_1 = mkN "tvдrnit" ; - tvaerpolitisk_av_1 = mkA "tvдrpolitisk" ; - tvaerrandig_av_1 = mkA "tvдrrandig" ; - tvaers_ab_1 = mkAdv "tvдrs" ; - tvaersaeker_av_1 = mkA "tvдrsдker" "tvдrsдkert" "tvдrsдkra" "tvдrsдkra" "tvдrsдkrare" "tvдrsдkrast" "tvдrsдkraste" ; - tvaersemot_ab_1 = mkAdv "tvдrsemot" ; - tvaersigenom_ab_1 = mkAdv "tvдrsigenom" ; - tvaerskepp_nn_1 = mkN "tvдrskepp" neutrum ; - tvaerskepps_ab_1 = mkAdv "tvдrskepps" ; - tvaerskuren_av_1 = mkA "tvдrskuren" "tvдrskuret" ; - tvaerslaa_nn_1 = mkN "tvдrslе" ; - tvaersnitt_nn_1 = mkN "tvдrsnitt" neutrum ; - tvaersoever_ab_1 = mkAdv "tvдrsцver" ; - tvaersom_ab_1 = mkAdv "tvдrsom" ; - tvaerstopp_nn_1 = mkN "tvдrstopp" neutrum ; - tvaerstreck_nn_1 = mkN "tvдrstreck" neutrum ; - tvaerstup_nn_1 = mkN "tvдrstup" neutrum ; - tvaertemot_ab_1 = mkAdv "tvдrtemot" ; - tvaertom_ab_1 = mkAdv "tvдrtom" ; - tvaervetenskap_nn_1 = mkN "tvдrvetenskap" "tvдrvetenskaper" ; - tvaervetenskaplig_av_1 = mkA "tvдrvetenskaplig" ; - tvaervigg_nn_1 = mkN "tvдrvigg" ; - tvaett_nn_1 = mkN "tvдtt" ; - tvaettaekta_av_1 = mkA "tvдttдkta" ; - tvaettbar_av_1 = mkA "tvдttbar" ; - tvaettbar_nn_1 = mkN "tvдttbar" "tvдttbarer" ; - tvaettbjoern_nn_1 = mkN "tvдttbjцrn" ; - tvaettbraede_nn_1 = mkN "tvдttbrдde" ; - tvaetteri_nn_1 = mkN "tvдtteri" "tvдtterit" "tvдtterier" "tvдtterierna" ; - tvaettfat_nn_1 = mkN "tvдttfat" neutrum ; - tvaettinraettning_nn_1 = mkN "tvдttinrдttning" ; - tvaettkorg_nn_1 = mkN "tvдttkorg" ; - tvaettlapp_nn_1 = mkN "tvдttlapp" ; - tvaettmaskin_nn_1 = mkN "tvдttmaskin" "tvдttmaskiner" ; - tvaettmedel_nn_1 = mkN "tvдttmedel" neutrum ; - tvaettomat_nn_1 = mkN "tvдttomat" "tvдttomater" ; - tvaettpulver_nn_1 = mkN "tvдttpulver" neutrum ; - tvaettstaell_nn_1 = mkN "tvдttstдll" neutrum ; - tvaettstuga_nn_1 = mkN "tvдttstuga" ; - tvaettsvamp_nn_1 = mkN "tvдttsvamp" ; - tvaettvatten_nn_1 = mkN "tvдttvatten" "tvдttvattnet" "tvдttvatten" "tvдttvattnen" ; - tvagning_nn_1 = mkN "tvagning" ; - tvehaagsen_av_1 = mkA "tvehеgsen" "tvehеgset" ; - tvekamp_nn_1 = mkN "tvekamp" "tvekamper" ; - tvekloes_av_1 = mkA "tveklцs" ; - tveksam_av_1 = mkA "tveksam" "tveksamt" "tveksamma" "tveksamma" "tveksammare" "tveksammast" "tveksammaste" ; - tveksamhet_nn_1 = mkN "tveksamhet" "tveksamheter" ; - tvestjaert_nn_1 = mkN "tvestjдrt" ; - tvetydig_av_1 = mkA "tvetydig" ; - tvetydighet_nn_1 = mkN "tvetydighet" "tvetydigheter" ; - tvilling_nn_1 = mkN "tvilling" ; - tvillingkristall_nn_1 = mkN "tvillingkristall" "tvillingkristaller" ; - tvillingmaskin_nn_1 = mkN "tvillingmaskin" "tvillingmaskiner" ; - tvillingvagn_nn_1 = mkN "tvillingvagn" ; - tving_nn_1 = mkN "tving" ; - tvinga_vb_1 = mkV "tvinga" ; - tvingande_av_1 = mkA "tvingande" ; - tvinsjuk_av_1 = mkA "tvinsjuk" ; - tvist_nn_1 = mkN "tvist" "tvister" ; - tvistefraaga_nn_1 = mkN "tvistefrеga" ; - tvistefroe_nn_1 = mkN "tvistefrц" "tvistefrцt" "tvistefrцn" "tvistefrцen" ; - tvistemaal_nn_1 = mkN "tvistemеl" neutrum ; - tvistig_av_1 = mkA "tvistig" ; - tvistighet_nn_1 = mkN "tvistighet" "tvistigheter" ; - tvistsoem_nn_1 = mkN "tvistsцm" "tvistsцmmen" "tvistsцmmar" "tvistsцmmarna" ; - tvivel_nn_1 = mkN "tvivel" neutrum ; - tvivelaktig_av_1 = mkA "tvivelaktig" ; - tvivelsam_av_1 = mkA "tvivelsam" "tvivelsamt" "tvivelsamma" "tvivelsamma" "tvivelsammare" "tvivelsammast" "tvivelsammaste" ; - tvivelsjuk_av_1 = mkA "tvivelsjuk" ; - tvivelsutan_ab_1 = mkAdv "tvivelsutan" ; - tvivlare_nn_1 = mkN "tvivlare" "tvivlare" ; - tvungen_av_1 = mkA "tvungen" "tvunget" ; - tyckare_nn_1 = mkN "tyckare" "tyckare" ; - tyckmycken_av_1 = mkA "tyckmycken" "tyckmycket" ; - tydbar_av_1 = mkA "tydbar" ; - tydlig_av_1 = mkA "tydlig" ; - tydligen_ab_1 = mkAdv "tydligen" ; - tydlighet_nn_1 = mkN "tydlighet" "tydligheter" ; - tydligtvis_ab_1 = mkAdv "tydligtvis" ; - tyfoidbakterie_nn_1 = mkN "tyfoidbakterie" "tyfoidbakterier" ; - tyfoidepidemi_nn_1 = mkN "tyfoidepidemi" "tyfoidepidemier" ; - tyfon_nn_1 = mkN "tyfon" "tyfoner" ; - tyg_nn_1 = mkN "tyg" neutrum ; - tygband_nn_1 = mkN "tygband" neutrum ; - tygbredd_nn_1 = mkN "tygbredd" "tygbredder" ; - tygel_nn_1 = mkN "tygel" ; - tygelloes_av_1 = mkA "tygellцs" ; - tygkant_nn_1 = mkN "tygkant" "tygkanter" ; - tyglapp_nn_1 = mkN "tyglapp" ; - tygprov_nn_1 = mkN "tygprov" neutrum ; - tygrest_nn_1 = mkN "tygrest" "tygrester" ; - tygrulle_nn_1 = mkN "tygrulle" utrum ; - tygsko_nn_1 = mkN "tygsko" "tygskor" ; - tygtryck_nn_1 = mkN "tygtryck" neutrum ; - tyken_av_1 = mkA "tyken" "tyket" ; - tykobrahedag_nn_1 = mkN "tykobrahedag" ; - tyllschal_nn_1 = mkN "tyllschal" ; - tympanon_nn_1 = mkN "tympanon" "tympanoner" ; - tyngd_nn_1 = mkN "tyngd" "tyngder" ; - tyngdkraftsstoerning_nn_1 = mkN "tyngdkraftsstцrning" ; - tyngdloes_av_1 = mkA "tyngdlцs" ; - tyngdlyftare_nn_1 = mkN "tyngdlyftare" "tyngdlyftare" ; - tyngdpunkt_nn_1 = mkN "tyngdpunkt" "tyngdpunkter" ; - typ_ab_1 = mkAdv "typ" ; - typ_nn_1 = mkN "typ" "typer" ; - typbesiktning_nn_1 = mkN "typbesiktning" ; - typbildande_av_1 = mkA "typbildande" ; - typexempel_nn_1 = mkN "typexempel" neutrum ; - typfall_nn_1 = mkN "typfall" neutrum ; - typisk_av_1 = mkA "typisk" ; - typograf_nn_1 = mkN "typograf" "typografer" ; - typografi_nn_1 = mkN "typografi" "typografier" ; - typografisk_av_1 = mkA "typografisk" ; - typologi_nn_1 = mkN "typologi" "typologier" ; - typsnitt_nn_1 = mkN "typsnitt" neutrum ; - typvaerde_nn_1 = mkN "typvдrde" ; - tyrann_nn_1 = mkN "tyrann" "tyranner" ; - tyrannisk_av_1 = mkA "tyrannisk" ; - tyristor_nn_1 = mkN "tyristor" "tyristorer" ; - tyrolare_nn_1 = mkN "tyrolare" "tyrolare" ; - tyrolerhatt_nn_1 = mkN "tyrolerhatt" ; - tyrolsk_av_1 = mkA "tyrolsk" ; - tyrolska_nn_1 = mkN "tyrolska" ; - tysk_av_1 = mkA "tysk" ; - tysk_nn_1 = mkN "tysk" ; - tysk_romersk_av_1 = mkA "tysk-romersk" ; - tysk_schweizisk_av_1 = mkA "tysk-schweizisk" ; - tysk_svensk_av_1 = mkA "tysk-svensk" ; - tyska_nn_2 = mkN "tyska" ; - tyskhare_nn_1 = mkN "tyskhare" utrum ; - tyskspraakig_av_1 = mkA "tysksprеkig" ; - tyst_av_1 = mkA "tyst" "tyst" ; - tysthet_nn_1 = mkN "tysthet" "tystheter" ; - tysthetsloefte_nn_1 = mkN "tysthetslцfte" ; - tystlaaten_av_1 = mkA "tystlеten" "tystlеtet" ; - tystnad_nn_1 = mkN "tystnad" "tystnader" ; - tyvaerr_ab_1 = mkAdv "tyvдrr" ; - u_baat_nn_1 = mkN "u-bеt" ; - u_formig_av_1 = mkA "u-formig" ; - u_land_nn_1 = mkN "u-land" "u-landet" "u-lдnder" "u-lдnderna" ; - ubaat_nn_1 = mkN "ubеt" ; - ubaatsfoerstoerare_nn_1 = mkN "ubеtsfцrstцrare" "ubеtsfцrstцrare" ; - ubaatsjagare_nn_1 = mkN "ubеtsjagare" "ubеtsjagare" ; - ubaatsjakt_nn_1 = mkN "ubеtsjakt" "ubеtsjakter" ; - ubaatsjaktfartyg_nn_1 = mkN "ubеtsjaktfartyg" neutrum ; - ubaatsnaet_nn_1 = mkN "ubеtsnдt" neutrum ; - ubikvist_nn_1 = mkN "ubikvist" "ubikvister" ; - ubikvitet_nn_1 = mkN "ubikvitet" "ubikviteter" ; - udd_nn_1 = mkN "udd" ; - udda_av_1 = mkA "udda" ; - uddamaal_nn_1 = mkN "uddamеl" neutrum ; - uddanummer_nn_1 = mkN "uddanummer" neutrum ; - uddaplagg_nn_1 = mkN "uddaplagg" neutrum ; - uddataaig_av_1 = mkA "uddatеig" ; - uddatalsmetod_nn_1 = mkN "uddatalsmetod" "uddatalsmetoder" ; - uddblad_nn_1 = mkN "uddblad" neutrum ; - udde_nn_1 = mkN "udde" utrum ; - uddig_av_1 = mkA "uddig" ; - uddjaern_nn_1 = mkN "uddjдrn" neutrum ; - uddljud_nn_1 = mkN "uddljud" neutrum ; - uddloes_av_1 = mkA "uddlцs" ; - uddrim_nn_1 = mkN "uddrim" "uddrimmet" "uddrim" "uddrimmen" ; - ufo_nn_1 = mkN "ufo" "ufot" "ufon" "ufona" ; - ugandier_nn_1 = mkN "ugandier" "ugandiern" "ugandier" "ugandierna" ; - ugandisk_av_1 = mkA "ugandisk" ; - uggla_nn_1 = mkN "uggla" ; - uggleboll_nn_1 = mkN "uggleboll" ; - ugn_nn_1 = mkN "ugn" ; - ugnseldfast_av_1 = mkA "ugnseldfast" "ugnseldfast" ; - ugnsinfodring_nn_1 = mkN "ugnsinfodring" ; - ugnskol_nn_1 = mkN "ugnskol" neutrum ; - ugnskolning_nn_1 = mkN "ugnskolning" ; - ugnsomelett_nn_1 = mkN "ugnsomelett" "ugnsomeletter" ; - ugnsplaat_nn_1 = mkN "ugnsplеt" ; - ugnsspade_nn_1 = mkN "ugnsspade" utrum ; - ugnstegel_nn_1 = mkN "ugnstegel" neutrum ; - ugnsvarm_av_1 = mkA "ugnsvarm" ; - ukas_nn_1 = mkN "ukas" "ukaser" ; - ukrainare_nn_1 = mkN "ukrainare" "ukrainare" ; - ukulele_nn_1 = mkN "ukulele" "ukuleler" ; - ulan_nn_1 = mkN "ulan" "ulaner" ; - ulceroes_av_1 = mkA "ulcerцs" ; - ulk_nn_1 = mkN "ulk" ; - ullhaarig_av_1 = mkA "ullhеrig" ; - ullig_av_1 = mkA "ullig" ; - ulliknande_av_1 = mkA "ulliknande" ; - ulloert_nn_1 = mkN "ullцrt" "ullцrter" ; - ullolja_nn_1 = mkN "ullolja" ; - ullsax_nn_1 = mkN "ullsax" ; - ullsida_nn_1 = mkN "ullsida" ; - ulltork_nn_1 = mkN "ulltork" ; - ulltott_nn_1 = mkN "ulltott" ; - ullus_nn_1 = mkN "ullus" "ullusen" "ullцss" "ullцssen" ; - ulster_nn_1 = mkN "ulster" ; - ultima_nn_1 = mkN "ultima" ; - ultimativ_av_1 = mkA "ultimativ" ; - ultimatum_nn_1 = mkN "ultimatum" neutrum ; - ultimo_ab_1 = mkAdv "ultimo" ; - ultimoaffaer_nn_1 = mkN "ultimoaffдr" "ultimoaffдrer" ; - ultra_nn_1 = mkN "ultra" "ultran" "ultras" "ultrasen" ; - ultracentrifug_nn_1 = mkN "ultracentrifug" "ultracentrifuger" ; - ultrakonservativ_av_1 = mkA "ultrakonservativ" ; - ultraljud_nn_1 = mkN "ultraljud" neutrum ; - ultramarin_av_1 = mkA "ultramarin" ; - ultramontan_av_1 = mkA "ultramontan" ; - ultrarapidfotografering_nn_1 = mkN "ultrarapidfotografering" ; - ultraroed_av_1 = mkA "ultrarцd" ; - ultrasnabb_av_1 = mkA "ultrasnabb" ; - ultraviolett_av_1 = mkA "ultraviolett" ; - ulv_nn_1 = mkN "ulv" ; - umbaerande_nn_1 = mkN "umbдrande" ; - umbaerlig_av_1 = mkA "umbдrlig" ; - umbellat_nn_1 = mkN "umbellat" "umbellater" ; - umgaenge_nn_1 = mkN "umgдnge" ; - umgaengelse_nn_1 = mkN "umgдngelse" "umgдngelser" ; - umgaengesform_nn_1 = mkN "umgдngesform" "umgдngesformer" ; - umgaengeskrets_nn_1 = mkN "umgдngeskrets" ; - umgaengesnorm_nn_1 = mkN "umgдngesnorm" "umgдngesnormer" ; - uncial_nn_1 = mkN "uncial" "uncialer" ; - undan_ab_1 = mkAdv "undan" ; - undanbe_vb_1 = mkV "undanbe" "undanbad" "undanbett" ; - undandra_vb_1 = mkV "undandra" "undandrar" "undandra" "undandrog" "undandragit" "undandragen" ; - undanflykt_nn_1 = mkN "undanflykt" "undanflykter" ; - undangjord_av_1 = mkA "undangjord" "undangjort" ; - undanglidande_av_1 = mkA "undanglidande" ; - undangoemd_av_1 = mkA "undangцmd" "undangцmt" ; - undanhaalla_vb_1 = mkV "undanhеlla" "undanhцll" "undanhеllit" ; - undanhaallande_nn_1 = mkN "undanhеllande" ; - undanlaeggning_nn_1 = mkN "undanlдggning" ; - undanlagd_av_1 = mkA "undanlagd" "undanlagt" ; - undanmanoever_nn_1 = mkN "undanmanцver" ; - undanskymd_av_1 = mkA "undanskymd" "undanskymt" ; - undansticka_vb_1 = mkV "undansticka" "undanstack" "undanstuckit" ; - undanta_vb_1 = mkV "undanta" "undantar" "undanta" "undantog" "undantagit" "undantagen" ; - undantag_nn_1 = mkN "undantag" neutrum ; - undantagsbestaemmelse_nn_1 = mkN "undantagsbestдmmelse" "undantagsbestдmmelser" ; - undantagsfall_nn_1 = mkN "undantagsfall" neutrum ; - undantagsfri_av_1 = mkA "undantagsfri" "undantagsfritt" ; - undantagslag_nn_1 = mkN "undantagslag" ; - undantagsloes_av_1 = mkA "undantagslцs" ; - undantagsmaenniska_nn_1 = mkN "undantagsmдnniska" ; - undantagsraett_nn_1 = mkN "undantagsrдtt" "undantagsrдtter" ; - undantagstillstaand_nn_1 = mkN "undantagstillstеnd" neutrum ; - undantagsvis_ab_1 = mkAdv "undantagsvis" ; - undanvindsvaendning_nn_1 = mkN "undanvindsvдndning" ; - under_ab_1 = mkAdv "under" ; - under_nn_1 = mkN "under" neutrum ; - underaarig_av_1 = mkA "underеrig" ; - underarm_nn_1 = mkN "underarm" ; - underart_nn_1 = mkN "underart" "underarter" ; - underavdelning_nn_1 = mkN "underavdelning" ; - underbaedd_nn_1 = mkN "underbдdd" ; - underbar_av_1 = mkA "underbar" ; - underbarn_nn_1 = mkN "underbarn" neutrum ; - underbefael_nn_1 = mkN "underbefдl" neutrum ; - underben_nn_1 = mkN "underben" neutrum ; - underbestaand_nn_1 = mkN "underbestеnd" neutrum ; - underbett_nn_1 = mkN "underbett" neutrum ; - underbetyg_nn_1 = mkN "underbetyg" neutrum ; - underbinda_vb_1 = mkV "underbinda" "underband" "underbundit" ; - underbjuda_vb_1 = mkV "underbjuda" "underbjцd" "underbjudit" ; - underbud_nn_1 = mkN "underbud" neutrum ; - underbyggnad_nn_1 = mkN "underbyggnad" "underbyggnader" ; - underdaanig_av_1 = mkA "underdеnig" ; - underdaanighet_nn_1 = mkN "underdеnighet" "underdеnigheter" ; - underdaeck_nn_1 = mkN "underdдck" neutrum ; - underdel_nn_1 = mkN "underdel" "underdelen" "underdelar" "underdelarna" ; - underdomstol_nn_1 = mkN "underdomstol" ; - underdrift_nn_1 = mkN "underdrift" "underdrifter" ; - underdriva_vb_1 = mkV "underdriva" "underdrev" "underdrivit" ; - underemission_nn_1 = mkN "underemission" "underemissioner" ; - underfall_nn_1 = mkN "underfall" neutrum ; - underfamilj_nn_1 = mkN "underfamilj" "underfamiljer" ; - underfart_nn_1 = mkN "underfart" "underfarter" ; - underfoersoerjd_av_1 = mkA "underfцrsцrjd" "underfцrsцrjt" ; - underfull_av_1 = mkA "underfull" ; - underfund_ab_1 = mkAdv "underfund" ; - underfundig_av_1 = mkA "underfundig" ; - undergaa_vb_1 = mkV "undergе" "undergеr" "undergе" "undergick" "undergеtt" "undergеngen" ; - undergaang_nn_1 = mkN "undergеng" ; - undergardin_nn_1 = mkN "undergardin" "undergardiner" ; - undergiven_av_1 = mkA "undergiven" "undergivet" ; - undergoerande_av_1 = mkA "undergцrande" ; - undergoerare_nn_1 = mkN "undergцrare" "undergцrare" ; - undergrund_nn_1 = mkN "undergrund" "undergrunder" ; - underhaall_nn_1 = mkN "underhеll" neutrum ; - underhaalla_vb_1 = mkV "underhеlla" "underhцll" "underhеllit" ; - underhaallande_av_1 = mkA "underhеllande" ; - underhaallare_nn_1 = mkN "underhеllare" "underhеllare" ; - underhaallning_nn_1 = mkN "underhеllning" ; - underhaallningsorkester_nn_1 = mkN "underhеllningsorkester" ; - underhaallsbidrag_nn_1 = mkN "underhеllsbidrag" neutrum ; - underhaallsfoerband_nn_1 = mkN "underhеllsfцrband" neutrum ; - underhaallsfri_av_1 = mkA "underhеllsfri" "underhеllsfritt" ; - underhaallstjaenst_nn_1 = mkN "underhеllstjдnst" "underhеllstjдnster" ; - underhaallstrupp_nn_1 = mkN "underhеllstrupp" "underhеllstrupper" ; - underhaerdig_av_1 = mkA "underhдrdig" ; - underhaltig_av_1 = mkA "underhaltig" ; - underhandling_nn_1 = mkN "underhandling" ; - underhandsackord_nn_1 = mkN "underhandsackord" neutrum ; - underhandskontakt_nn_1 = mkN "underhandskontakt" "underhandskontakter" ; - underhavande_nn_1 = mkN "underhavande" "underhavanden" "underhavande" "underhavandena" ; - underhuggare_nn_1 = mkN "underhuggare" "underhuggare" ; - underhus_nn_1 = mkN "underhus" neutrum ; - underhypotek_nn_1 = mkN "underhypotek" neutrum ; - underifraan_ab_1 = mkAdv "underifrеn" ; - underingenjoer_nn_1 = mkN "underingenjцr" "underingenjцrer" ; - underinstans_nn_1 = mkN "underinstans" "underinstanser" ; - underjordisk_av_1 = mkA "underjordisk" ; - underjordsprov_nn_1 = mkN "underjordsprov" neutrum ; - underkaeke_nn_1 = mkN "underkдke" utrum ; - underkaend_av_1 = mkA "underkдnd" ; - underkant_nn_1 = mkN "underkant" "underkanter" ; - underkjol_nn_1 = mkN "underkjol" ; - underklaenning_nn_1 = mkN "underklдnning" ; - underklassare_nn_1 = mkN "underklassare" "underklassare" ; - underklassig_av_1 = mkA "underklassig" ; - underkropp_nn_1 = mkN "underkropp" ; - underkunnig_av_1 = mkA "underkunnig" ; - underkurs_nn_1 = mkN "underkurs" "underkurser" ; - underkyld_av_1 = mkA "underkyld" "underkylt" ; - underlaata_vb_1 = mkV "underlеta" "underlдt" "underlеtit" ; - underlaatelse_nn_1 = mkN "underlеtelse" "underlеtelser" ; - underlaatenhet_nn_1 = mkN "underlеtenhet" "underlеtenheter" ; - underlaatenhetssynd_nn_1 = mkN "underlеtenhetssynd" "underlеtenhetssynder" ; - underlaegg_nn_1 = mkN "underlдgg" neutrum ; - underlaegsen_av_1 = mkA "underlдgsen" "underlдgset" ; - underlaegsenhet_nn_1 = mkN "underlдgsenhet" "underlдgsenheter" ; - underlaekare_nn_1 = mkN "underlдkare" "underlдkare" ; - underlag_nn_1 = mkN "underlag" neutrum ; - underlakan_nn_1 = mkN "underlakan" neutrum ; - underledare_nn_1 = mkN "underledare" "underledare" ; - underleverantoer_nn_1 = mkN "underleverantцr" "underleverantцrer" ; - underlig_av_1 = mkA "underlig" ; - underliggande_av_1 = mkA "underliggande" ; - underliv_nn_1 = mkN "underliv" neutrum ; - underljudsfart_nn_1 = mkN "underljudsfart" "underljudsfarter" ; - underljudshastighet_nn_1 = mkN "underljudshastighet" "underljudshastigheter" ; - underlydande_av_1 = mkA "underlydande" ; - undermaalig_av_1 = mkA "undermеlig" ; - undermaalning_nn_1 = mkN "undermеlning" ; - undermaensklig_av_1 = mkA "undermдnsklig" ; - undermast_nn_1 = mkN "undermast" "undermaster" ; - undermedveten_av_1 = mkA "undermedveten" "undermedvetet" ; - undermening_nn_1 = mkN "undermening" ; - undernaerd_av_1 = mkA "undernдrd" "undernдrt" ; - underofficer_nn_1 = mkN "underofficer" "underofficern" "underofficerare" "underofficerarna" ; - underordnande_av_1 = mkA "underordnande" ; - underordning_nn_1 = mkN "underordning" ; - underpant_nn_1 = mkN "underpant" "underpanter" ; - underplagg_nn_1 = mkN "underplagg" neutrum ; - underpris_nn_1 = mkN "underpris" neutrum ; - underraa_nn_1 = mkN "underrе" "underrеn" "underrеr" "underrеrna" ; - underraett_nn_1 = mkN "underrдtt" "underrдtter" ; - underraettelse_nn_1 = mkN "underrдttelse" "underrдttelser" ; - underraettelseofficer_nn_1 = mkN "underrдttelseofficer" "underrдttelseofficern" "underrдttelseofficerare" "underrдttelseofficerarna" ; - underredsbehandling_nn_1 = mkN "underredsbehandling" ; - underrubrik_nn_1 = mkN "underrubrik" "underrubriker" ; - undersaate_nn_1 = mkN "undersеte" utrum ; - undersaatlig_av_1 = mkA "undersеtlig" ; - undersaetsig_av_1 = mkA "undersдtsig" ; - undersam_av_1 = mkA "undersam" "undersamt" "undersamma" "undersamma" "undersammare" "undersammast" "undersammaste" ; - undersats_nn_1 = mkN "undersats" "undersatser" ; - undersegel_nn_1 = mkN "undersegel" neutrum ; - undersida_nn_1 = mkN "undersida" ; - underskaap_nn_1 = mkN "underskеp" neutrum ; - underskattning_nn_1 = mkN "underskattning" ; - underskoen_av_1 = mkA "underskцn" ; - underskoeterska_nn_1 = mkN "underskцterska" ; - underskott_nn_1 = mkN "underskott" neutrum ; - underskottsavdrag_nn_1 = mkN "underskottsavdrag" neutrum ; - underskrida_vb_1 = mkV "underskrida" "underskred" "underskridit" ; - underskrift_nn_1 = mkN "underskrift" "underskrifter" ; - underslag_nn_1 = mkN "underslag" neutrum ; - underslev_nn_1 = mkN "underslev" neutrum ; - undersoekare_nn_1 = mkN "undersцkare" "undersцkare" ; - undersoekning_nn_1 = mkN "undersцkning" ; - undersoekningsdomare_nn_1 = mkN "undersцkningsdomare" "undersцkningsdomare" ; - undersoekningsfaange_nn_1 = mkN "undersцkningsfеnge" utrum ; - undersoekningsmetod_nn_1 = mkN "undersцkningsmetod" "undersцkningsmetoder" ; - undersoekningsrum_nn_1 = mkN "undersцkningsrum" "undersцkningsrummet" "undersцkningsrum" "undersцkningsrummen" ; - understaaende_av_1 = mkA "understеende" ; - understaellning_nn_1 = mkN "understдllning" ; - understaemma_nn_1 = mkN "understдmma" ; - understag_nn_1 = mkN "understag" neutrum ; - understatement_nn_1 = mkN "understatement" neutrum ; - understicka_vb_1 = mkV "understicka" "understack" "understuckit" ; - understiga_vb_1 = mkV "understiga" "understeg" "understigit" ; - understoedsfoerening_nn_1 = mkN "understцdsfцrening" ; - understoedskassa_nn_1 = mkN "understцdskassa" ; - understoedsnaemnd_nn_1 = mkN "understцdsnдmnd" "understцdsnдmnder" ; - understoet_nn_1 = mkN "understцt" ; - understreckare_nn_1 = mkN "understreckare" "understreckare" ; - understroem_nn_1 = mkN "understrцm" "understrцmmen" "understrцmmar" "understrцmmarna" ; - understryka_vb_1 = mkV "understryka" "understrцk" "understrukit" ; - understrykning_nn_1 = mkN "understrykning" ; - understucken_av_1 = mkA "understucken" "understucket" ; - understundom_ab_1 = mkAdv "understundom" ; - understyrd_av_1 = mkA "understyrd" "understyrt" ; - undersysselsatt_av_1 = mkA "undersysselsatt" ; - undertak_nn_1 = mkN "undertak" neutrum ; - undertalig_av_1 = mkA "undertalig" ; - undertecknare_nn_1 = mkN "undertecknare" "undertecknare" ; - underterm_nn_1 = mkN "underterm" "undertermer" ; - undertill_ab_1 = mkAdv "undertill" ; - undertitel_nn_1 = mkN "undertitel" ; - underton_nn_1 = mkN "underton" "undertoner" ; - undertraad_nn_1 = mkN "undertrеd" ; - undertroeja_nn_1 = mkN "undertrцja" ; - undervaaning_nn_1 = mkN "undervеning" ; - undervaegs_ab_1 = mkAdv "undervдgs" ; - undervattensbaat_nn_1 = mkN "undervattensbеt" ; - undervattensboelja_nn_1 = mkN "undervattensbцlja" ; - undervattensfoerbindelse_nn_1 = mkN "undervattensfцrbindelse" "undervattensfцrbindelser" ; - undervattenskropp_nn_1 = mkN "undervattenskropp" ; - undervattenstroeskel_nn_1 = mkN "undervattenstrцskel" ; - underverk_nn_1 = mkN "underverk" neutrum ; - underviktig_av_1 = mkA "underviktig" ; - undervisare_nn_1 = mkN "undervisare" "undervisare" ; - undervisningsaemne_nn_1 = mkN "undervisningsдmne" ; - undervisningsmaterial_nn_1 = mkN "undervisningsmaterial" neutrum ; - undervisningspaket_nn_1 = mkN "undervisningspaket" neutrum ; - undervisningsraad_nn_1 = mkN "undervisningsrеd" neutrum ; - undervisningssjukhus_nn_1 = mkN "undervisningssjukhus" neutrum ; - undervisningsskicklighet_nn_1 = mkN "undervisningsskicklighet" "undervisningsskickligheter" ; - undervisningsskyldighet_nn_1 = mkN "undervisningsskyldighet" "undervisningsskyldigheter" ; - undervisningsspraak_nn_1 = mkN "undervisningssprеk" neutrum ; - undervisningsteknologi_nn_1 = mkN "undervisningsteknologi" "undervisningsteknologier" ; - undervisningstimme_nn_1 = mkN "undervisningstimme" utrum ; - undfaegnad_nn_1 = mkN "undfдgnad" "undfдgnader" ; - undfallande_av_1 = mkA "undfallande" ; - undfallen_av_1 = mkA "undfallen" "undfallet" ; - undfallenhet_nn_1 = mkN "undfallenhet" "undfallenheter" ; - undin_nn_1 = mkN "undin" "undiner" ; - undran_nn_1 = mkN "undran" "undran" "undringar" "undringarna" ; - undrande_av_1 = mkA "undrande" ; - undransvaerd_av_1 = mkA "undransvдrd" "undransvдrt" ; - undring_nn_1 = mkN "undring" ; - undsaettningsfond_nn_1 = mkN "undsдttningsfond" "undsдttningsfonder" ; - undskyllning_nn_1 = mkN "undskyllning" ; - undulat_nn_1 = mkN "undulat" "undulater" ; - undulation_nn_1 = mkN "undulation" "undulationer" ; - undulatorisk_av_1 = mkA "undulatorisk" ; - undvika_vb_1 = mkV "undvika" "undvek" "undvikit" ; - undvikande_av_1 = mkA "undvikande" ; - ung_av_1 = mkA "ung" "yngre" "yngst" ; - ungdjur_nn_1 = mkN "ungdjur" neutrum ; - ungdom_nn_1 = mkN "ungdom" ; - ungdomlig_av_1 = mkA "ungdomlig" ; - ungdomsaar_nn_1 = mkN "ungdomsеr" neutrum ; - ungdomsanstalt_nn_1 = mkN "ungdomsanstalt" "ungdomsanstalter" ; - ungdomsarbetsloeshet_nn_1 = mkN "ungdomsarbetslцshet" "ungdomsarbetslцsheter" ; - ungdomsbok_nn_1 = mkN "ungdomsbok" "ungdomsbцcker" ; - ungdomsbrottslighet_nn_1 = mkN "ungdomsbrottslighet" "ungdomsbrottsligheter" ; - ungdomsbrottsling_nn_1 = mkN "ungdomsbrottsling" ; - ungdomsfaengelse_nn_1 = mkN "ungdomsfдngelse" "ungdomsfдngelset" "ungdomsfдngelser" "ungdomsfдngelserna" ; - ungdomsfoerbund_nn_1 = mkN "ungdomsfцrbund" neutrum ; - ungdomsfoermedling_nn_1 = mkN "ungdomsfцrmedling" ; - ungdomsgaard_nn_1 = mkN "ungdomsgеrd" ; - ungdomsgrupp_nn_1 = mkN "ungdomsgrupp" "ungdomsgrupper" ; - ungdomshem_nn_1 = mkN "ungdomshem" "ungdomshemmet" "ungdomshem" "ungdomshemmen" ; - ungdomskaerlek_nn_1 = mkN "ungdomskдrlek" ; - ungdomskonsulent_nn_1 = mkN "ungdomskonsulent" "ungdomskonsulenter" ; - ungdomskultur_nn_1 = mkN "ungdomskultur" "ungdomskulturer" ; - ungdomsledare_nn_1 = mkN "ungdomsledare" "ungdomsledare" ; - ungdomsorganisation_nn_1 = mkN "ungdomsorganisation" "ungdomsorganisationer" ; - ungdomsraad_nn_1 = mkN "ungdomsrеd" neutrum ; - ungdomsroerelse_nn_1 = mkN "ungdomsrцrelse" "ungdomsrцrelser" ; - ungdomssvaermeri_nn_1 = mkN "ungdomssvдrmeri" "ungdomssvдrmerit" "ungdomssvдrmerier" "ungdomssvдrmerierna" ; - ungdomssynd_nn_1 = mkN "ungdomssynd" "ungdomssynder" ; - ungdomstid_nn_1 = mkN "ungdomstid" "ungdomstider" ; - ungdomsvaeljare_nn_1 = mkN "ungdomsvдljare" "ungdomsvдljare" ; - ungdomsvaen_nn_1 = mkN "ungdomsvдn" "ungdomsvдnnen" "ungdomsvдnner" "ungdomsvдnnerna" ; - ungdomsverk_nn_1 = mkN "ungdomsverk" neutrum ; - ungdomsverksamhet_nn_1 = mkN "ungdomsverksamhet" "ungdomsverksamheter" ; - unge_nn_1 = mkN "unge" utrum ; - ungefaer_ab_1 = mkAdv "ungefдr" ; - ungefaerlig_av_1 = mkA "ungefдrlig" ; - ungefaerligen_ab_1 = mkAdv "ungefдrligen" ; - ungersk_av_1 = mkA "ungersk" ; - ungerska_nn_2 = mkN "ungerska" ; - ungersven_nn_1 = mkN "ungersven" "ungersvennen" "ungersvenner" "ungersvennerna" ; - ungflicksaktig_av_1 = mkA "ungflicksaktig" ; - unghaest_nn_1 = mkN "unghдst" ; - ungherre_nn_1 = mkN "ungherre" utrum ; - ungkarl_nn_1 = mkN "ungkarl" ; - ungkarlshotell_nn_1 = mkN "ungkarlshotell" neutrum ; - ungkarlsvana_nn_1 = mkN "ungkarlsvana" ; - ungkyrklig_av_1 = mkA "ungkyrklig" ; - ungmoe_nn_1 = mkN "ungmц" "ungmцn" "ungmцr" "ungmцrna" ; - ungmor_nn_1 = mkN "ungmoder" "ungmodern" "ungmцdrar" "ungmцdrarna" ; - ungnoet_nn_1 = mkN "ungnцt" neutrum ; - ungrare_nn_1 = mkN "ungrare" "ungrare" ; - ungskog_nn_1 = mkN "ungskog" ; - ungsocialism_nn_1 = mkN "ungsocialism" "ungsocialismer" ; - ungstadium_nn_1 = mkN "ungstadium" "ungstadiet" "ungstadier" "ungstadierna" ; - ungsvensk_av_1 = mkA "ungsvensk" ; - ungsvensk_nn_1 = mkN "ungsvensk" ; - ungtall_nn_1 = mkN "ungtall" ; - ungtupp_nn_1 = mkN "ungtupp" ; - ungturk_nn_1 = mkN "ungturk" ; - uniform_av_1 = mkA "uniform" ; - uniform_nn_1 = mkN "uniform" "uniformer" ; - uniformering_nn_1 = mkN "uniformering" ; - uniformitet_nn_1 = mkN "uniformitet" "uniformiteter" ; - uniformshatt_nn_1 = mkN "uniformshatt" ; - uniformsrock_nn_1 = mkN "uniformsrock" ; - uniformstecken_nn_1 = mkN "uniformstecken" "uniformstecknet" "uniformstecken" "uniformstecknen" ; - unik_av_1 = mkA "unik" ; - unikabox_nn_1 = mkN "unikabox" ; - unikat_nn_1 = mkN "unikat" neutrum ; - unikum_nn_1 = mkN "unikum" neutrum ; - unilateral_av_1 = mkA "unilateral" ; - union_nn_1 = mkN "union" "unioner" ; - unionell_av_1 = mkA "unionell" ; - unionsbrott_nn_1 = mkN "unionsbrott" neutrum ; - unisex_av_1 = mkA "unisex" ; - unison_av_1 = mkA "unison" ; - unitarie_nn_1 = mkN "unitarie" "unitarier" ; - unitarisk_av_1 = mkA "unitarisk" ; - unitarist_nn_1 = mkN "unitarist" "unitarister" ; - universalarvinge_nn_1 = mkN "universalarvinge" utrum ; - universalbegaavning_nn_1 = mkN "universalbegеvning" ; - universalbegrepp_nn_1 = mkN "universalbegrepp" neutrum ; - universalborr_nn_1 = mkN "universalborr" ; - universalist_nn_1 = mkN "universalist" "universalister" ; - universalistisk_av_1 = mkA "universalistisk" ; - universalitet_nn_1 = mkN "universalitet" "universaliteter" ; - universalkniv_nn_1 = mkN "universalkniv" ; - universalknut_nn_1 = mkN "universalknut" ; - universalmedel_nn_1 = mkN "universalmedel" neutrum ; - universell_av_1 = mkA "universell" ; - universitet_nn_1 = mkN "universitet" neutrum ; - universitetsadjunkt_nn_1 = mkN "universitetsadjunkt" "universitetsadjunkter" ; - universitetsaemne_nn_1 = mkN "universitetsдmne" ; - universitetsbibliotek_nn_1 = mkN "universitetsbibliotek" neutrum ; - universitetsbokhandel_nn_1 = mkN "universitetsbokhandel" ; - universitetsfilial_nn_1 = mkN "universitetsfilial" "universitetsfilialer" ; - universitetsinstitution_nn_1 = mkN "universitetsinstitution" "universitetsinstitutioner" ; - universitetskansler_nn_1 = mkN "universitetskansler" "universitetskanslern" "universitetskanslerer" "universitetskanslererna" ; - universitetslektor_nn_1 = mkN "universitetslektor" "universitetslektorer" ; - universitetsmatrikel_nn_1 = mkN "universitetsmatrikel" ; - universitetsrektor_nn_1 = mkN "universitetsrektor" "universitetsrektorer" ; - universitetssjukhus_nn_1 = mkN "universitetssjukhus" neutrum ; - universitetsstad_nn_1 = mkN "universitetsstad" "universitetsstдder" ; - universitetsstuderande_nn_1 = mkN "universitetsstuderande" "universitetsstuderanden" "universitetsstuderande" "universitetsstuderandena" ; - universum_nn_1 = mkN "universum" neutrum ; - unken_av_1 = mkA "unken" "unket" ; - uns_nn_1 = mkN "uns" neutrum ; - up_to_date_av_1 = mkA "up-to-date" ; - upp_ab_1 = mkAdv "upp" ; - uppaat_ab_1 = mkAdv "uppеt" ; - uppaat_av_1 = mkA "uppеt" ; - uppaatgaaende_av_1 = mkA "uppеtgеende" ; - uppaatstigande_av_1 = mkA "uppеtstigande" ; - uppaatstraevande_av_1 = mkA "uppеtstrдvande" ; - uppaatstraevare_nn_1 = mkN "uppеtstrдvare" "uppеtstrдvare" ; - uppaeta_vb_1 = mkV "uppдta" "uppеt" "uppдtit" ; - uppassare_nn_1 = mkN "uppassare" "uppassare" ; - uppassningsstaelle_nn_1 = mkN "uppassningsstдlle" ; - uppbaad_nn_1 = mkN "uppbеd" neutrum ; - uppbackare_nn_1 = mkN "uppbackare" "uppbackare" ; - uppbackning_nn_1 = mkN "uppbackning" ; - uppbaera_vb_1 = mkV "uppbдra" "uppbar" "uppburit" ; - uppbindning_nn_1 = mkN "uppbindning" ; - uppbjuda_vb_1 = mkV "uppbjuda" "uppbjцd" "uppbjudit" ; - uppblaasning_nn_1 = mkN "uppblеsning" ; - uppblaasningsfas_nn_1 = mkN "uppblеsningsfas" "uppblеsningsfaser" ; - uppblaast_av_1 = mkA "uppblеst" "uppblеst" ; - uppbloett_av_1 = mkA "uppblцtt" ; - uppblossande_av_1 = mkA "uppblossande" ; - uppboerd_nn_1 = mkN "uppbцrd" "uppbцrder" ; - uppboerdsaar_nn_1 = mkN "uppbцrdsеr" neutrum ; - uppboerdsbok_nn_1 = mkN "uppbцrdsbok" "uppbцrdsbцcker" ; - uppboerdsdag_nn_1 = mkN "uppbцrdsdag" ; - uppboerdslaengd_nn_1 = mkN "uppbцrdslдngd" "uppbцrdslдngder" ; - uppboerdsman_nn_1 = mkN "uppbцrdsman" "uppbцrdsmannen" "uppbцrdsmдn" "uppbцrdsmдnnen" ; - uppboerdstermin_nn_1 = mkN "uppbцrdstermin" "uppbцrdsterminer" ; - uppbragt_av_1 = mkA "uppbragt" "uppbragt" ; - uppbrott_nn_1 = mkN "uppbrott" neutrum ; - uppbrottssignal_nn_1 = mkN "uppbrottssignal" "uppbrottssignaler" ; - uppbud_nn_1 = mkN "uppbud" neutrum ; - uppbunden_av_1 = mkA "uppbunden" "uppbundet" ; - uppburen_av_1 = mkA "uppburen" "uppburet" ; - uppbyggelsemoete_nn_1 = mkN "uppbyggelsemцte" ; - uppbygglig_av_1 = mkA "uppbygglig" ; - uppbyggnad_nn_1 = mkN "uppbyggnad" "uppbyggnader" ; - uppdaemd_av_1 = mkA "uppdдmd" "uppdдmt" ; - uppdelning_nn_1 = mkN "uppdelning" ; - uppdra_vb_1 = mkV "uppdra" "uppdrar" "uppdra" "uppdrog" "uppdragit" "uppdragen" ; - uppdrag_nn_1 = mkN "uppdrag" neutrum ; - uppdragsgivare_nn_1 = mkN "uppdragsgivare" "uppdragsgivare" ; - uppdragstagare_nn_1 = mkN "uppdragstagare" "uppdragstagare" ; - uppdriva_vb_1 = mkV "uppdriva" "uppdrev" "uppdrivit" ; - uppdriven_av_1 = mkA "uppdriven" "uppdrivet" ; - uppdukning_nn_1 = mkN "uppdukning" ; - uppe_ab_1 = mkAdv "uppe" ; - uppehaall_nn_1 = mkN "uppehеll" neutrum ; - uppehaalla_vb_1 = mkV "uppehеlla" "uppehцll" "uppehеllit" ; - uppehaallsort_nn_1 = mkN "uppehеllsort" "uppehеllsorter" ; - uppehaallstillstaand_nn_1 = mkN "uppehеllstillstеnd" neutrum ; - uppemot_ab_1 = mkAdv "uppemot" ; - uppenbar_av_1 = mkA "uppenbar" ; - uppenbarelse_nn_1 = mkN "uppenbarelse" "uppenbarelser" ; - uppenbarelsereligion_nn_1 = mkN "uppenbarelsereligion" "uppenbarelsereligioner" ; - uppenbarligen_ab_1 = mkAdv "uppenbarligen" ; - uppercut_nn_1 = mkN "uppercut" "uppercuten" "uppercuts" "uppercutsen" ; - uppesittare_nn_1 = mkN "uppesittare" "uppesittare" ; - uppesittarkvaell_nn_1 = mkN "uppesittarkvдll" ; - uppfaellbar_av_1 = mkA "uppfдllbar" ; - uppfart_nn_1 = mkN "uppfart" "uppfarter" ; - uppfartsramp_nn_1 = mkN "uppfartsramp" "uppfartsramper" ; - uppfattning_nn_1 = mkN "uppfattning" ; - uppfinna_vb_1 = mkV "uppfinna" "uppfann" "uppfunnit" ; - uppfinnare_nn_1 = mkN "uppfinnare" "uppfinnare" ; - uppfinning_nn_1 = mkN "uppfinning" ; - uppfinningsrik_av_1 = mkA "uppfinningsrik" ; - uppflaag_nn_1 = mkN "uppflеg" neutrum ; - uppflammande_av_1 = mkA "uppflammande" ; - uppflog_nn_1 = mkN "uppflog" neutrum ; - uppflugen_av_1 = mkA "uppflugen" "uppfluget" ; - uppfoedare_nn_1 = mkN "uppfцdare" "uppfцdare" ; - uppfoeljning_nn_1 = mkN "uppfцljning" ; - uppfoer_ab_1 = mkAdv "uppfцr" ; - uppfoerande_nn_1 = mkN "uppfцrande" ; - uppfoersbacke_nn_1 = mkN "uppfцrsbacke" utrum ; - uppfordring_nn_1 = mkN "uppfordring" ; - uppfostrare_nn_1 = mkN "uppfostrare" "uppfostrare" ; - uppfostring_nn_1 = mkN "uppfostring" ; - uppfostringsanstalt_nn_1 = mkN "uppfostringsanstalt" "uppfostringsanstalter" ; - uppfostringshem_nn_1 = mkN "uppfostringshem" "uppfostringshemmet" "uppfostringshem" "uppfostringshemmen" ; - uppfriskande_av_1 = mkA "uppfriskande" ; - uppgaa_vb_1 = mkV "uppgе" "uppgеr" "uppgе" "uppgick" "uppgеtt" "uppgеngen" ; - uppgaang_nn_1 = mkN "uppgеng" ; - uppgaeld_nn_1 = mkN "uppgдld" "uppgдlder" ; - uppge_vb_1 = mkV "uppge" "uppger" "uppge" "uppgav" "uppgett" "uppgiven" ; - uppgift_nn_1 = mkN "uppgift" "uppgifter" ; - uppgiven_av_1 = mkA "uppgiven" "uppgivet" ; - uppgivenhet_nn_1 = mkN "uppgivenhet" "uppgivenheter" ; - uppgjord_av_1 = mkA "uppgjord" "uppgjort" ; - uppgoerelse_nn_1 = mkN "uppgцrelse" "uppgцrelser" ; - uppgrundning_nn_1 = mkN "uppgrundning" ; - upphaemtning_nn_1 = mkN "upphдmtning" ; - upphaengning_nn_1 = mkN "upphдngning" ; - upphalare_nn_1 = mkN "upphalare" "upphalare" ; - upphalningsbaedd_nn_1 = mkN "upphalningsbдdd" ; - upphandlare_nn_1 = mkN "upphandlare" "upphandlare" ; - upphandling_nn_1 = mkN "upphandling" ; - upphettning_nn_1 = mkN "upphettning" ; - upphinnelig_av_1 = mkA "upphinnelig" ; - upphoejd_av_1 = mkA "upphцjd" "upphцjt" ; - upphoejdhet_nn_1 = mkN "upphцjdhet" "upphцjdheter" ; - upphoejelse_nn_1 = mkN "upphцjelse" "upphцjelser" ; - upphoejning_nn_1 = mkN "upphцjning" ; - upphopp_nn_1 = mkN "upphopp" neutrum ; - upphostning_nn_1 = mkN "upphostning" ; - upphovsman_nn_1 = mkN "upphovsman" "upphovsmannen" "upphovsmдn" "upphovsmдnnen" ; - uppifraan_ab_1 = mkAdv "uppifrеn" ; - uppiggande_av_1 = mkA "uppiggande" ; - uppkaeftig_av_1 = mkA "uppkдftig" ; - uppkast_nn_1 = mkN "uppkast" neutrum ; - uppkastning_nn_1 = mkN "uppkastning" ; - uppklaedd_av_1 = mkA "uppklдdd" "uppklдdtt" ; - uppklippt_av_1 = mkA "uppklippt" "uppklippt" ; - uppknaeppt_av_1 = mkA "uppknдppt" "uppknдppt" ; - uppknuten_av_1 = mkA "uppknuten" "uppknutet" ; - uppkoep_nn_1 = mkN "uppkцp" neutrum ; - uppkoepare_nn_1 = mkN "uppkцpare" "uppkцpare" ; - uppkoerd_av_1 = mkA "uppkцrd" "uppkцrt" ; - uppkoerning_nn_1 = mkN "uppkцrning" ; - uppkoersvaeg_nn_1 = mkN "uppkцrsvдg" ; - uppkok_nn_1 = mkN "uppkok" neutrum ; - uppkolning_nn_1 = mkN "uppkolning" ; - uppkomling_nn_1 = mkN "uppkomling" ; - uppkomma_vb_1 = mkV "uppkomma" "uppkom" "uppkommit" ; - upplaaning_nn_1 = mkN "upplеning" ; - upplaata_vb_1 = mkV "upplеta" "upplдt" "upplеtit" ; - upplaatelse_nn_1 = mkN "upplеtelse" "upplеtelser" ; - upplaegg_nn_1 = mkN "upplдgg" neutrum ; - upplaeggning_nn_1 = mkN "upplдggning" ; - upplaendsk_av_1 = mkA "upplдndsk" ; - upplaenning_nn_1 = mkN "upplдnning" ; - upplaesare_nn_1 = mkN "upplдsare" "upplдsare" ; - upplaesning_nn_1 = mkN "upplдsning" ; - upplag_nn_1 = mkN "upplag" neutrum ; - upplaga_nn_1 = mkN "upplaga" ; - upplagd_av_1 = mkA "upplagd" "upplagt" ; - upplagesiffra_nn_1 = mkN "upplagesiffra" ; - upplagringsplats_nn_1 = mkN "upplagringsplats" "upplagringsplatser" ; - upplagscell_nn_1 = mkN "upplagscell" "upplagsceller" ; - upplagsplats_nn_1 = mkN "upplagsplats" "upplagsplatser" ; - uppland_nn_1 = mkN "uppland" neutrum ; - upplevelse_nn_1 = mkN "upplevelse" "upplevelser" ; - upplivande_nn_1 = mkN "upplivande" ; - upplivningsfoersoek_nn_1 = mkN "upplivningsfцrsцk" neutrum ; - upploesning_nn_1 = mkN "upplцsning" ; - upploesningsmedel_nn_1 = mkN "upplцsningsmedel" neutrum ; - upplopp_nn_1 = mkN "upplopp" neutrum ; - uppluckring_nn_1 = mkN "uppluckring" ; - upplupen_av_1 = mkA "upplupen" "upplupet" ; - upplyftande_av_1 = mkA "upplyftande" ; - upplysning_nn_1 = mkN "upplysning" ; - upplysningsfilosofi_nn_1 = mkN "upplysningsfilosofi" "upplysningsfilosofier" ; - upplysningsvis_ab_1 = mkAdv "upplysningsvis" ; - upplyst_av_1 = mkA "upplyst" "upplyst" ; - uppmaerksam_av_1 = mkA "uppmдrksam" "uppmдrksamt" "uppmдrksamma" "uppmдrksamma" "uppmдrksammare" "uppmдrksammast" "uppmдrksammaste" ; - uppmaerksamhet_nn_1 = mkN "uppmдrksamhet" "uppmдrksamheter" ; - uppmaerksamhetsfaelt_nn_1 = mkN "uppmдrksamhetsfдlt" neutrum ; - uppmaning_nn_1 = mkN "uppmaning" ; - uppmaningssats_nn_1 = mkN "uppmaningssats" "uppmaningssatser" ; - uppmarsch_nn_1 = mkN "uppmarsch" "uppmarscher" ; - uppmarschomraade_nn_1 = mkN "uppmarschomrеde" ; - uppmjukning_nn_1 = mkN "uppmjukning" ; - uppmuntran_nn_1 = mkN "uppmuntran" "uppmuntran" "uppmuntringar" "uppmuntringarna" ; - uppmuntring_nn_1 = mkN "uppmuntring" ; - uppnaaelig_av_1 = mkA "uppnеelig" ; - uppnaest_av_1 = mkA "uppnдst" "uppnдst" ; - uppnosig_av_1 = mkA "uppnosig" ; - uppochned_ab_1 = mkAdv "uppochned" ; - uppochnedvaend_av_1 = mkA "uppochnedvдnd" ; - uppoffrande_av_1 = mkA "uppoffrande" ; - uppoffring_nn_1 = mkN "uppoffring" ; - uppraekning_nn_1 = mkN "upprдkning" ; - uppraett_av_1 = mkA "upprдtt" ; - uppraettande_nn_1 = mkN "upprдttande" ; - uppraettelse_nn_1 = mkN "upprдttelse" "upprдttelser" ; - uppraetthaalla_vb_1 = mkV "upprдtthеlla" "upprдtthцll" "upprдtthеllit" ; - uppraettstaaende_av_1 = mkA "upprдttstеende" ; - upprensning_nn_1 = mkN "upprensning" ; - upprepning_nn_1 = mkN "upprepning" ; - upprepningsmoenster_nn_1 = mkN "upprepningsmцnster" neutrum ; - uppriktig_av_1 = mkA "uppriktig" ; - uppringning_nn_1 = mkN "uppringning" ; - upprinnelse_nn_1 = mkN "upprinnelse" "upprinnelser" ; - upprinning_nn_1 = mkN "upprinning" ; - uppriva_vb_1 = mkV "uppriva" "upprev" "upprivit" ; - upprivande_av_1 = mkA "upprivande" ; - uppriven_av_1 = mkA "uppriven" "upprivet" ; - upproejning_nn_1 = mkN "upprцjning" ; - upproerande_av_1 = mkA "upprцrande" ; - upproerd_av_1 = mkA "upprцrd" "upprцrt" ; - upprop_nn_1 = mkN "upprop" neutrum ; - uppror_nn_1 = mkN "uppror" neutrum ; - upprorisk_av_1 = mkA "upprorisk" ; - upprorshaerd_nn_1 = mkN "upprorshдrd" ; - upprorsmakare_nn_1 = mkN "upprorsmakare" "upprorsmakare" ; - upprorsman_nn_1 = mkN "upprorsman" "upprorsmannen" "upprorsmдn" "upprorsmдnnen" ; - upprustning_nn_1 = mkN "upprustning" ; - upprutten_av_1 = mkA "upprutten" "uppruttet" ; - uppryckning_nn_1 = mkN "uppryckning" ; - upprymd_av_1 = mkA "upprymd" "upprymt" ; - upprymmare_nn_1 = mkN "upprymmare" "upprymmare" ; - upprymningsstaal_nn_1 = mkN "upprymningsstеl" neutrum ; - uppsaat_nn_1 = mkN "uppsеt" neutrum ; - uppsaatlig_av_1 = mkA "uppsеtlig" ; - uppsaatligen_ab_1 = mkAdv "uppsеtligen" ; - uppsaegelse_nn_1 = mkN "uppsдgelse" "uppsдgelser" ; - uppsaegning_nn_1 = mkN "uppsдgning" ; - uppsaegningslaan_nn_1 = mkN "uppsдgningslеn" neutrum ; - uppsaegningsraekning_nn_1 = mkN "uppsдgningsrдkning" ; - uppsaegningstermin_nn_1 = mkN "uppsдgningstermin" "uppsдgningsterminer" ; - uppsaegningstid_nn_1 = mkN "uppsдgningstid" "uppsдgningstider" ; - uppsaettare_nn_1 = mkN "uppsдttare" "uppsдttare" ; - uppsaettning_nn_1 = mkN "uppsдttning" ; - uppsaettningsinstrument_nn_1 = mkN "uppsдttningsinstrument" neutrum ; - uppsaettningsmaal_nn_1 = mkN "uppsдttningsmеl" neutrum ; - uppsagd_av_1 = mkA "uppsagd" "uppsagt" ; - uppsamling_nn_1 = mkN "uppsamling" ; - uppsamlingslaeger_nn_1 = mkN "uppsamlingslдger" neutrum ; - uppsats_nn_1 = mkN "uppsats" "uppsatser" ; - uppsatslag_nn_1 = mkN "uppsatslag" neutrum ; - uppsatt_av_1 = mkA "uppsatt" ; - uppseendevaeckande_av_1 = mkA "uppseendevдckande" ; - uppsittarkvaell_nn_1 = mkN "uppsittarkvдll" ; - uppsjungning_nn_1 = mkN "uppsjungning" ; - uppskaerare_nn_1 = mkN "uppskдrare" "uppskдrare" ; - uppskakande_av_1 = mkA "uppskakande" ; - uppskattning_nn_1 = mkN "uppskattning" ; - uppskattningsvis_ab_1 = mkAdv "uppskattningsvis" ; - uppskjuta_vb_1 = mkV "uppskjuta" "uppskцt" "uppskjutit" ; - uppskov_nn_1 = mkN "uppskov" neutrum ; - uppskrivning_nn_1 = mkN "uppskrivning" ; - uppslag_nn_1 = mkN "uppslag" neutrum ; - uppslagsaenda_nn_1 = mkN "uppslagsдnda" "uppslagsдndan" "uppslagsдndar" "uppslagsдndarna" ; - uppslagsbok_nn_1 = mkN "uppslagsbok" "uppslagsbцcker" ; - uppslagsform_nn_1 = mkN "uppslagsform" "uppslagsformer" ; - uppslagsord_nn_1 = mkN "uppslagsord" neutrum ; - uppslagsrik_av_1 = mkA "uppslagsrik" ; - uppslagsverk_nn_1 = mkN "uppslagsverk" neutrum ; - uppslitande_av_1 = mkA "uppslitande" ; - uppsluppen_av_1 = mkA "uppsluppen" "uppsluppet" ; - uppsoekande_av_1 = mkA "uppsцkande" ; - uppspaltning_nn_1 = mkN "uppspaltning" ; - uppspel_nn_1 = mkN "uppspel" "uppspelet" "uppspel" "uppspelen" ; - uppspelning_nn_1 = mkN "uppspelning" ; - uppspelt_av_1 = mkA "uppspelt" "uppspelt" ; - uppsplittring_nn_1 = mkN "uppsplittring" ; - uppspraang_nn_1 = mkN "uppsprеng" neutrum ; - uppspricka_vb_1 = mkV "uppspricka" "uppsprack" "uppspruckit" ; - uppstaaende_av_1 = mkA "uppstеende" ; - uppstaanden_av_1 = mkA "uppstеnden" "uppstеndet" ; - uppstad_nn_1 = mkN "uppstad" "uppstдder" ; - uppstaellning_nn_1 = mkN "uppstдllning" ; - uppstaellningsplats_nn_1 = mkN "uppstдllningsplats" "uppstдllningsplatser" ; - uppstaellningssignal_nn_1 = mkN "uppstдllningssignal" "uppstдllningssignaler" ; - uppstaellningsspaar_nn_1 = mkN "uppstдllningsspеr" neutrum ; - uppstiga_vb_1 = mkV "uppstiga" "uppsteg" "uppstigit" ; - uppstoetning_nn_1 = mkN "uppstцtning" ; - uppstraak_nn_1 = mkN "uppstrеk" neutrum ; - uppstraeckning_nn_1 = mkN "uppstrдckning" ; - uppstraeckt_av_1 = mkA "uppstrдckt" "uppstrдckt" ; - uppstramning_nn_1 = mkN "uppstramning" ; - uppstroem_nn_1 = mkN "uppstrцm" "uppstrцmmen" "uppstrцmmar" "uppstrцmmarna" ; - uppstroems_ab_1 = mkAdv "uppstrцms" ; - uppstudsig_av_1 = mkA "uppstudsig" ; - uppsuga_vb_1 = mkV "uppsuga" "uppsцg" "uppsugit" ; - uppsugning_nn_1 = mkN "uppsugning" ; - uppsvaelld_av_1 = mkA "uppsvдlld" "uppsvдllt" ; - uppsvensk_av_1 = mkA "uppsvensk" ; - uppsving_nn_1 = mkN "uppsving" neutrum ; - uppsvullen_av_1 = mkA "uppsvullen" "uppsvullet" ; - uppsyn_nn_1 = mkN "uppsyn" "uppsyner" ; - uppsyningsman_nn_1 = mkN "uppsyningsman" "uppsyningsmannen" "uppsyningsmдn" "uppsyningsmдnnen" ; - uppta_vb_1 = mkV "uppta" "upptar" "uppta" "upptog" "upptagit" "upptagen" ; - upptaag_nn_1 = mkN "upptеg" neutrum ; - upptaagsmakare_nn_1 = mkN "upptеgsmakare" "upptеgsmakare" ; - upptaeckare_nn_1 = mkN "upptдckare" "upptдckare" ; - upptaeckt_nn_1 = mkN "upptдckt" "upptдckter" ; - upptaecktsfaerd_nn_1 = mkN "upptдcktsfдrd" "upptдcktsfдrder" ; - upptaecktsresande_nn_1 = mkN "upptдcktsresande" "upptдcktsresanden" "upptдcktsresande" "upptдcktsresandena" ; - upptaend_av_1 = mkA "upptдnd" ; - upptaenklig_av_1 = mkA "upptдnklig" ; - upptagen_av_1 = mkA "upptagen" "upptaget" ; - upptagenhet_nn_1 = mkN "upptagenhet" "upptagenheter" ; - upptagning_nn_1 = mkN "upptagning" ; - upptagningsceremoni_nn_1 = mkN "upptagningsceremoni" "upptagningsceremonier" ; - upptagningshem_nn_1 = mkN "upptagningshem" "upptagningshemmet" "upptagningshem" "upptagningshemmen" ; - upptagningsomraade_nn_1 = mkN "upptagningsomrеde" ; - upptakt_nn_1 = mkN "upptakt" "upptakter" ; - upptecknare_nn_1 = mkN "upptecknare" "upptecknare" ; - uppteckning_nn_1 = mkN "uppteckning" ; - upptill_ab_1 = mkAdv "upptill" ; - upptraedande_nn_1 = mkN "upptrдdande" ; - upptrappning_nn_1 = mkN "upptrappning" ; - upptryck_nn_1 = mkN "upptryck" neutrum ; - upptryckning_nn_1 = mkN "upptryckning" ; - upptuktelse_nn_1 = mkN "upptuktelse" "upptuktelser" ; - uppvaeckelse_nn_1 = mkN "uppvдckelse" "uppvдckelser" ; - uppvaegning_nn_1 = mkN "uppvдgning" ; - uppvaktning_nn_1 = mkN "uppvaktning" ; - uppviglare_nn_1 = mkN "uppviglare" "uppviglare" ; - uppvigling_nn_1 = mkN "uppvigling" ; - uppvind_nn_1 = mkN "uppvind" ; - uppvisning_nn_1 = mkN "uppvisning" ; - uppvuxen_av_1 = mkA "uppvuxen" "uppvuxet" ; - ur_ab_1 = mkAdv "ur" ; - ur_nn_1 = mkN "ur" neutrum ; - ur_nn_2 = mkN "ur" ; - uraaldrig_av_1 = mkA "urеldrig" ; - uraktlaata_vb_1 = mkV "uraktlеta" "uraktlдt" "uraktlеtit" ; - uraktlaatenhet_nn_1 = mkN "uraktlеtenhet" "uraktlеtenheter" ; - uralisk_av_1 = mkA "uralisk" ; - uranglas_nn_1 = mkN "uranglas" neutrum ; - uranstapel_nn_1 = mkN "uranstapel" ; - urarva_av_1 = mkA "urarva" ; - urarvabo_nn_1 = mkN "urarvabo" "urarvabot" "urarvabon" "urarvaboen" ; - urarvakonkurs_nn_1 = mkN "urarvakonkurs" "urarvakonkurser" ; - urban_av_1 = mkA "urban" ; - urbanisering_nn_1 = mkN "urbanisering" ; - urbanistisk_av_1 = mkA "urbanistisk" ; - urbanitet_nn_1 = mkN "urbanitet" "urbaniteter" ; - urbefolkning_nn_1 = mkN "urbefolkning" ; - urbergsplataa_nn_1 = mkN "urbergsplatе" "urbergsplatеer" ; - urbergsterraeng_nn_1 = mkN "urbergsterrдng" "urbergsterrдnger" ; - urbild_nn_1 = mkN "urbild" "urbilder" ; - urblaast_av_1 = mkA "urblеst" "urblеst" ; - urblekt_av_1 = mkA "urblekt" "urblekt" ; - urbota_ab_1 = mkAdv "urbota" ; - urbraenning_nn_1 = mkN "urbrдnning" ; - urcell_nn_1 = mkN "urcell" "urceller" ; - urdaalig_av_1 = mkA "urdеlig" ; - urdjur_nn_1 = mkN "urdjur" neutrum ; - urdjurscell_nn_1 = mkN "urdjurscell" "urdjursceller" ; - urdrucken_av_1 = mkA "urdrucken" "urdrucket" ; - ureas_nn_1 = mkN "ureas" "ureaser" ; - uretanplast_nn_1 = mkN "uretanplast" "uretanplaster" ; - urexplosion_nn_1 = mkN "urexplosion" "urexplosioner" ; - urfaagel_nn_1 = mkN "urfеgel" ; - urfaanig_av_1 = mkA "urfеnig" ; - urfaelld_av_1 = mkA "urfдlld" "urfдllt" ; - urfjaellsjord_nn_1 = mkN "urfjдllsjord" ; - urfolk_nn_1 = mkN "urfolk" neutrum ; - urformation_nn_1 = mkN "urformation" "urformationer" ; - urgammal_av_1 = mkA "urgammal" "urgammalt" "urgamla" "urдldre" "urдldst" ; - urgermansk_av_1 = mkA "urgermansk" ; - urgroepning_nn_1 = mkN "urgrцpning" ; - urgroept_av_1 = mkA "urgrцpt" "urgrцpt" ; - urhem_nn_1 = mkN "urhem" "urhemmet" "urhem" "urhemmen" ; - uribag_nn_1 = mkN "uribag" ; - uridom_nn_1 = mkN "uridom" "uridomer" ; - uriebrev_nn_1 = mkN "uriebrev" neutrum ; - urinavsoendring_nn_1 = mkN "urinavsцndring" ; - urinbrunn_nn_1 = mkN "urinbrunn" ; - urinbyggare_nn_1 = mkN "urinbyggare" "urinbyggare" ; - urindoeuropeisk_av_1 = mkA "urindoeuropeisk" ; - urindrivande_av_1 = mkA "urindrivande" ; - urinfoergiftning_nn_1 = mkN "urinfцrgiftning" ; - urinkur_nn_1 = mkN "urinkur" ; - urinledare_nn_1 = mkN "urinledare" "urinledare" ; - urinnevaanare_nn_1 = mkN "urinnevеnare" "urinnevеnare" ; - urinoar_nn_1 = mkN "urinoar" "urinoarer" ; - urinorgan_nn_1 = mkN "urinorgan" neutrum ; - urinprov_nn_1 = mkN "urinprov" neutrum ; - urinroer_nn_1 = mkN "urinrцr" neutrum ; - urinstinkt_nn_1 = mkN "urinstinkt" "urinstinkter" ; - urintraengning_nn_1 = mkN "urintrдngning" ; - urinvaanare_nn_1 = mkN "urinvеnare" "urinvеnare" ; - urinvaeg_nn_1 = mkN "urinvдg" ; - urinvaegsinfektion_nn_1 = mkN "urinvдgsinfektion" "urinvдgsinfektioner" ; - urkalksten_nn_1 = mkN "urkalksten" "urkalkstenen" "urkalkstenar" "urkalkstenarna" ; - urklipp_nn_1 = mkN "urklipp" neutrum ; - urkokt_av_1 = mkA "urkokt" "urkokt" ; - urkristendom_nn_1 = mkN "urkristendom" ; - urkund_nn_1 = mkN "urkund" "urkunder" ; - urkundlig_av_1 = mkA "urkundlig" ; - urkundsforskning_nn_1 = mkN "urkundsforskning" ; - urladdare_nn_1 = mkN "urladdare" "urladdare" ; - urladdning_nn_1 = mkN "urladdning" ; - urladdningsroer_nn_1 = mkN "urladdningsrцr" neutrum ; - urlastning_nn_1 = mkN "urlastning" ; - urledvrickning_nn_1 = mkN "urledvrickning" ; - urledvridning_nn_1 = mkN "urledvridning" ; - urmaenniska_nn_1 = mkN "urmдnniska" ; - urmakare_nn_1 = mkN "urmakare" "urmakare" ; - urmakeri_nn_1 = mkN "urmakeri" "urmakerit" "urmakerier" "urmakerierna" ; - urminnes_av_1 = mkA "urminnes" ; - urminneshaevd_nn_1 = mkN "urminneshдvd" "urminneshдvder" ; - urmodig_av_1 = mkA "urmodig" ; - urnebrandgrop_nn_1 = mkN "urnebrandgrop" ; - urnegrav_nn_1 = mkN "urnegrav" ; - urngrav_nn_1 = mkN "urngrav" ; - urnkulle_nn_1 = mkN "urnkulle" utrum ; - urnordisk_av_1 = mkA "urnordisk" ; - urnupen_av_1 = mkA "urnupen" "urnupet" ; - urnyckel_nn_1 = mkN "urnyckel" ; - urocean_nn_1 = mkN "urocean" "uroceaner" ; - urogenitalapparat_nn_1 = mkN "urogenitalapparat" "urogenitalapparater" ; - urogenitaloeppning_nn_1 = mkN "urogenitalцppning" ; - urogenitalorgan_nn_1 = mkN "urogenitalorgan" neutrum ; - urolog_nn_1 = mkN "urolog" "urologer" ; - urologisk_av_1 = mkA "urologisk" ; - urormbunke_nn_1 = mkN "urormbunke" utrum ; - uroxe_nn_1 = mkN "uroxe" utrum ; - urpremiaer_nn_1 = mkN "urpremiдr" "urpremiдrer" ; - urringning_nn_1 = mkN "urringning" ; - ursaekt_nn_1 = mkN "ursдkt" "ursдkter" ; - ursaektlig_av_1 = mkA "ursдktlig" ; - ursame_nn_1 = mkN "ursame" "ursamer" ; - ursinnig_av_1 = mkA "ursinnig" ; - urskiljbar_av_1 = mkA "urskiljbar" ; - urskiljning_nn_1 = mkN "urskiljning" ; - urskillningsloes_av_1 = mkA "urskillningslцs" ; - urskog_nn_1 = mkN "urskog" ; - urskri_nn_1 = mkN "urskri" "urskrit" "urskrin" "urskrien" ; - urskuldande_nn_1 = mkN "urskuldande" ; - ursmaell_nn_1 = mkN "ursmдll" ; - ursmaellsteori_nn_1 = mkN "ursmдllsteori" "ursmдllsteorier" ; - ursnygg_av_1 = mkA "ursnygg" ; - urspaarning_nn_1 = mkN "urspеrning" ; - urspraak_nn_1 = mkN "ursprеk" neutrum ; - ursprung_nn_1 = mkN "ursprung" neutrum ; - ursprunglig_av_1 = mkA "ursprunglig" ; - ursprungligen_ab_1 = mkAdv "ursprungligen" ; - ursprungsart_nn_1 = mkN "ursprungsart" "ursprungsarter" ; - ursprungsattest_nn_1 = mkN "ursprungsattest" "ursprungsattester" ; - ursprungsbeteckning_nn_1 = mkN "ursprungsbeteckning" ; - ursprungsbevis_nn_1 = mkN "ursprungsbevis" neutrum ; - ursprungscell_nn_1 = mkN "ursprungscell" "ursprungsceller" ; - ursprungscertifikat_nn_1 = mkN "ursprungscertifikat" neutrum ; - ursprungslaege_nn_1 = mkN "ursprungslдge" ; - ursprungsland_nn_1 = mkN "ursprungsland" "ursprungslandet" "ursprungslдnder" "ursprungslдnderna" ; - ursprungsort_nn_1 = mkN "ursprungsort" "ursprungsorter" ; - urstyv_av_1 = mkA "urstyv" ; - urtag_nn_1 = mkN "urtag" neutrum ; - urtagbar_av_1 = mkA "urtagbar" ; - urtagen_av_1 = mkA "urtagen" "urtaget" ; - urtappning_nn_1 = mkN "urtappning" ; - urtavla_nn_1 = mkN "urtavla" ; - urtext_nn_1 = mkN "urtext" "urtexter" ; - urtida_av_1 = mkA "urtida" ; - urtillstaand_nn_1 = mkN "urtillstеnd" neutrum ; - urtima_av_1 = mkA "urtima" ; - urtjusig_av_1 = mkA "urtjusig" ; - urtjuva_av_1 = mkA "urtjuva" ; - urtyp_nn_1 = mkN "urtyp" "urtyper" ; - uruguayare_nn_1 = mkN "uruguayare" "uruguayare" ; - uruguaysk_av_1 = mkA "uruguaysk" ; - uruppfoerande_nn_1 = mkN "uruppfцrande" ; - urusel_av_1 = mkA "urusel" "uruselt" "urusla" "urusla" "uruslare" "uruslast" "uruslaste" ; - urvaext_av_1 = mkA "urvдxt" "urvдxt" ; - urval_nn_1 = mkN "urval" neutrum ; - urvalsinstrument_nn_1 = mkN "urvalsinstrument" neutrum ; - urvalsundersoekning_nn_1 = mkN "urvalsundersцkning" ; - urverk_nn_1 = mkN "urverk" neutrum ; - urvuxen_av_1 = mkA "urvuxen" "urvuxet" ; - usans_nn_1 = mkN "usans" "usanser" ; - uschlig_av_1 = mkA "uschlig" ; - usel_av_1 = mkA "usel" "uselt" "usla" "usla" "uslare" "uslast" "uslaste" ; - uslig_av_1 = mkA "uslig" ; - usling_nn_1 = mkN "usling" ; - usuell_av_1 = mkA "usuell" ; - usurpator_nn_1 = mkN "usurpator" "usurpatorer" ; - ut_ab_1 = mkAdv "ut" ; - utaat_ab_1 = mkAdv "utеt" ; - utaatvaend_av_1 = mkA "utеtvдnd" ; - utaega_nn_1 = mkN "utдga" ; - utandning_nn_1 = mkN "utandning" ; - utanfoer_ab_1 = mkAdv "utanfцr" ; - utanfoerstaaende_av_1 = mkA "utanfцrstеende" ; - utanpaa_ab_1 = mkAdv "utanpе" ; - utanskrift_nn_1 = mkN "utanskrift" "utanskrifter" ; - utantill_ab_1 = mkAdv "utantill" ; - utanverk_nn_1 = mkN "utanverk" neutrum ; - utbaerning_nn_1 = mkN "utbдrning" ; - utbe_vb_1 = mkV "utbe" "utbad" "utbett" ; - utbedja_vb_1 = mkV "utbedja" "utbedjar" "utbedja" "utbedjad" "utbedjatt" "utbedjadd" ; - utbekomma_vb_1 = mkV "utbekomma" "utbekom" "utbekommit" ; - utbetalning_nn_1 = mkN "utbetalning" ; - utbetalningskort_nn_1 = mkN "utbetalningskort" neutrum ; - utbetalningsorder_nn_1 = mkN "utbetalningsorder" ; - utbildning_nn_1 = mkN "utbildning" ; - utbildningsbidrag_nn_1 = mkN "utbildningsbidrag" neutrum ; - utbildningsdepartement_nn_1 = mkN "utbildningsdepartement" "utbildningsdepartementet" "utbildningsdepartementen" "utbildningsdepartementena" ; - utbildningsgap_nn_1 = mkN "utbildningsgap" neutrum ; - utbildningslinje_nn_1 = mkN "utbildningslinje" "utbildningslinjer" ; - utbildningstid_nn_1 = mkN "utbildningstid" "utbildningstider" ; - utbildningsvaeg_nn_1 = mkN "utbildningsvдg" ; - utbjuda_vb_1 = mkV "utbjuda" "utbjцd" "utbjudit" ; - utblaasning_nn_1 = mkN "utblеsning" ; - utblick_nn_1 = mkN "utblick" ; - utbo_nn_1 = mkN "utbo" "utbor" ; - utboeling_nn_1 = mkN "utbцling" ; - utboerding_nn_1 = mkN "utbцrding" ; - utbordare_nn_1 = mkN "utbordare" "utbordare" ; - utbraend_av_1 = mkA "utbrдnd" ; - utbredd_av_1 = mkA "utbredd" "utbredtt" ; - utbredningscentrum_nn_1 = mkN "utbredningscentrum" neutrum ; - utbredningsomraade_nn_1 = mkN "utbredningsomrеde" ; - utbrista_vb_1 = mkV "utbrista" "utbrast" "utbrustit" ; - utbrott_nn_1 = mkN "utbrott" neutrum ; - utbrunnen_av_1 = mkA "utbrunnen" "utbrunnet" "utbrunna" "utbrunna" "utbrunnare" "utbrunnast" "utbrunnaste" ; - utbryta_vb_1 = mkV "utbryta" "utbrцt" "utbrutit" ; - utbrytare_nn_1 = mkN "utbrytare" "utbrytare" ; - utbrytarkung_nn_1 = mkN "utbrytarkung" ; - utbrytarstat_nn_1 = mkN "utbrytarstat" "utbrytarstater" ; - utbrytning_nn_1 = mkN "utbrytning" ; - utbud_nn_1 = mkN "utbud" neutrum ; - utbuktande_av_1 = mkA "utbuktande" ; - utbuktning_nn_1 = mkN "utbuktning" ; - utbyggbar_av_1 = mkA "utbyggbar" ; - utbyggd_av_1 = mkA "utbyggd" "utbyggt" ; - utbyggnad_nn_1 = mkN "utbyggnad" "utbyggnader" ; - utbytbar_av_1 = mkA "utbytbar" ; - utbyte_nn_1 = mkN "utbyte" ; - utdebitering_nn_1 = mkN "utdebitering" ; - utdelning_nn_1 = mkN "utdelning" ; - utdockning_nn_1 = mkN "utdockning" ; - utdoed_av_1 = mkA "utdцd" ; - utdra_vb_1 = mkV "utdra" "utdrar" "utdra" "utdrog" "utdragit" "utdragen" ; - utdrag_nn_1 = mkN "utdrag" neutrum ; - utdragare_nn_1 = mkN "utdragare" "utdragare" ; - utdragbar_av_1 = mkA "utdragbar" ; - utdragen_av_1 = mkA "utdragen" "utdraget" ; - utdragning_nn_1 = mkN "utdragning" ; - utdragssoem_nn_1 = mkN "utdragssцm" "utdragssцmmen" "utdragssцmmar" "utdragssцmmarna" ; - utdriva_vb_1 = mkV "utdriva" "utdrev" "utdrivit" ; - utdrucken_av_1 = mkA "utdrucken" "utdrucket" ; - utdunstning_nn_1 = mkN "utdunstning" ; - utdunstningskaerl_nn_1 = mkN "utdunstningskдrl" neutrum ; - ute_ab_1 = mkAdv "ute" ; - ute_av_1 = mkA "ute" ; - uteaetare_nn_1 = mkN "uteдtare" "uteдtare" ; - utedass_nn_1 = mkN "utedass" neutrum ; - utefaar_nn_1 = mkN "utefеr" neutrum ; - utegaangsfaar_nn_1 = mkN "utegеngsfеr" neutrum ; - utegaangsfoerbud_nn_1 = mkN "utegеngsfцrbud" neutrum ; - utegrill_nn_1 = mkN "utegrill" ; - utekvaell_nn_1 = mkN "utekvдll" ; - utelaemningstecken_nn_1 = mkN "utelдmningstecken" "utelдmningstecknet" "utelдmningstecken" "utelдmningstecknen" ; - utelag_nn_1 = mkN "utelag" neutrum ; - uteliggande_av_1 = mkA "uteliggande" ; - uteliggare_nn_1 = mkN "uteliggare" "uteliggare" ; - uteloepande_av_1 = mkA "utelцpande" ; - utemiljoe_nn_1 = mkN "utemiljц" "utemiljцn" "utemiljцer" "utemiljцerna" ; - utemoebel_nn_1 = mkN "utemцbel" "utemцbeln" "utemцbler" "utemцblerna" ; - uteplats_nn_1 = mkN "uteplats" "uteplatser" ; - uterum_nn_1 = mkN "uterum" "uterummet" "uterum" "uterummen" ; - uteservering_nn_1 = mkN "uteservering" ; - utesluta_vb_1 = mkV "utesluta" "uteslцt" "uteslutit" ; - uteslutande_ab_1 = mkAdv "uteslutande" ; - uteslutning_nn_1 = mkN "uteslutning" ; - utespelare_nn_1 = mkN "utespelare" "utespelare" ; - utestaaende_av_1 = mkA "utestеende" ; - utetermometer_nn_1 = mkN "utetermometer" ; - utfaellbar_av_1 = mkA "utfдllbar" ; - utfaellning_nn_1 = mkN "utfдllning" ; - utfaerd_nn_1 = mkN "utfдrd" "utfдrder" ; - utfaestelse_nn_1 = mkN "utfдstelse" "utfдstelser" ; - utfall_nn_1 = mkN "utfall" neutrum ; - utfalla_vb_1 = mkV "utfalla" "utfцll" "utfallit" ; - utfallsdike_nn_1 = mkN "utfallsdike" ; - utfallsport_nn_1 = mkN "utfallsport" ; - utfallsprov_nn_1 = mkN "utfallsprov" neutrum ; - utfart_nn_1 = mkN "utfart" "utfarter" ; - utfattig_av_1 = mkA "utfattig" ; - utfloede_nn_1 = mkN "utflцde" ; - utflugen_av_1 = mkA "utflugen" "utfluget" ; - utflykt_nn_1 = mkN "utflykt" "utflykter" ; - utflyttning_nn_1 = mkN "utflyttning" ; - utflyttningslaen_nn_1 = mkN "utflyttningslдn" neutrum ; - utflyttningslaengd_nn_1 = mkN "utflyttningslдngd" "utflyttningslдngder" ; - utfodringsjournal_nn_1 = mkN "utfodringsjournal" "utfodringsjournaler" ; - utfodringsstat_nn_1 = mkN "utfodringsstat" "utfodringsstater" ; - utfoer_ab_1 = mkAdv "utfцr" ; - utfoerande_nn_1 = mkN "utfцrande" ; - utfoerbar_av_1 = mkA "utfцrbar" ; - utfoering_nn_1 = mkN "utfцring" ; - utfoerlig_av_1 = mkA "utfцrlig" ; - utfoersaakare_nn_1 = mkN "utfцrsеkare" "utfцrsеkare" ; - utfoersaeljning_nn_1 = mkN "utfцrsдljning" ; - utfoersbacke_nn_1 = mkN "utfцrsbacke" utrum ; - utformning_nn_1 = mkN "utformning" ; - utforskare_nn_1 = mkN "utforskare" "utforskare" ; - utforskning_nn_1 = mkN "utforskning" ; - utfraagning_nn_1 = mkN "utfrеgning" ; - utfrusen_av_1 = mkA "utfrusen" "utfruset" ; - utfryst_av_1 = mkA "utfryst" "utfryst" ; - utfyllnad_nn_1 = mkN "utfyllnad" "utfyllnader" ; - utfyllning_nn_1 = mkN "utfyllning" ; - utgaa_vb_1 = mkV "utgе" "utgеr" "utgе" "utgick" "utgеtt" "utgеngen" ; - utgaang_nn_1 = mkN "utgеng" ; - utgaangshastighet_nn_1 = mkN "utgеngshastighet" "utgеngshastigheter" ; - utgaangslaege_nn_1 = mkN "utgеngslдge" ; - utgaangsmarsch_nn_1 = mkN "utgеngsmarsch" "utgеngsmarscher" ; - utgaangsmaterial_nn_1 = mkN "utgеngsmaterial" neutrum ; - utgaangspunkt_nn_1 = mkN "utgеngspunkt" "utgеngspunkter" ; - utgaangsrad_nn_1 = mkN "utgеngsrad" "utgеngsrader" ; - utgaangsstaellning_nn_1 = mkN "utgеngsstдllning" ; - utgaard_nn_1 = mkN "utgеrd" ; - utgallring_nn_1 = mkN "utgallring" ; - utge_vb_1 = mkV "utge" "utger" "utge" "utgav" "utgett" "utgiven" ; - utgift_nn_1 = mkN "utgift" "utgifter" ; - utgiftsbudget_nn_1 = mkN "utgiftsbudget" ; - utgiftsskatt_nn_1 = mkN "utgiftsskatt" "utgiftsskatter" ; - utgiftsverifikation_nn_1 = mkN "utgiftsverifikation" "utgiftsverifikationer" ; - utgivare_nn_1 = mkN "utgivare" "utgivare" ; - utgivning_nn_1 = mkN "utgivning" ; - utgivningsbevis_nn_1 = mkN "utgivningsbevis" neutrum ; - utgjuta_vb_1 = mkV "utgjuta" "utgцt" "utgjutit" ; - utgjutelse_nn_1 = mkN "utgjutelse" "utgjutelser" ; - utgjutning_nn_1 = mkN "utgjutning" ; - utgoedsling_nn_1 = mkN "utgцdsling" ; - utgraevare_nn_1 = mkN "utgrдvare" "utgrдvare" ; - utgraevning_nn_1 = mkN "utgrдvning" ; - uthaallig_av_1 = mkA "uthеllig" ; - uthaallighet_nn_1 = mkN "uthеllighet" "uthеlligheter" ; - uthaallighetsloepning_nn_1 = mkN "uthеllighetslцpning" ; - uthaallighetstaevling_nn_1 = mkN "uthеllighetstдvling" ; - uthaerdlig_av_1 = mkA "uthдrdlig" ; - uthalare_nn_1 = mkN "uthalare" "uthalare" ; - uthamn_nn_1 = mkN "uthamn" ; - uthopp_nn_1 = mkN "uthopp" neutrum ; - uthuggning_nn_1 = mkN "uthuggning" ; - uthus_nn_1 = mkN "uthus" neutrum ; - uthyrning_nn_1 = mkN "uthyrning" ; - uthyrningsrum_nn_1 = mkN "uthyrningsrum" "uthyrningsrummet" "uthyrningsrum" "uthyrningsrummen" ; - utifraan_ab_1 = mkAdv "utifrеn" ; - utilist_nn_1 = mkN "utilist" "utilister" ; - utilistisk_av_1 = mkA "utilistisk" ; - utilitarist_nn_1 = mkN "utilitarist" "utilitarister" ; - utilitaristisk_av_1 = mkA "utilitaristisk" ; - utjaemningsmandat_nn_1 = mkN "utjдmningsmandat" neutrum ; - utkant_nn_1 = mkN "utkant" "utkanter" ; - utkast_nn_1 = mkN "utkast" neutrum ; - utkastare_nn_1 = mkN "utkastare" "utkastare" ; - utkik_nn_1 = mkN "utkik" ; - utkikspunkt_nn_1 = mkN "utkikspunkt" "utkikspunkter" ; - utklaedd_av_1 = mkA "utklдdd" "utklдdtt" ; - utklassning_nn_1 = mkN "utklassning" ; - utklipp_nn_1 = mkN "utklipp" neutrum ; - utklyva_vb_1 = mkV "utklyva" "utklцv" "utkluvit" ; - utkoerare_nn_1 = mkN "utkцrare" "utkцrare" ; - utkoerd_av_1 = mkA "utkцrd" "utkцrt" ; - utkoerning_nn_1 = mkN "utkцrning" ; - utkomma_vb_1 = mkV "utkomma" "utkom" "utkommit" ; - utkorelse_nn_1 = mkN "utkorelse" "utkorelser" ; - utkragning_nn_1 = mkN "utkragning" ; - utkristallisering_nn_1 = mkN "utkristallisering" ; - utkyld_av_1 = mkA "utkyld" "utkylt" ; - utlaanare_nn_1 = mkN "utlеnare" "utlеnare" ; - utlaaning_nn_1 = mkN "utlеning" ; - utlaatande_nn_1 = mkN "utlеtande" ; - utlaatelse_nn_1 = mkN "utlеtelse" "utlеtelser" ; - utlaegg_nn_1 = mkN "utlдgg" neutrum ; - utlaeggning_nn_1 = mkN "utlдggning" ; - utlaemning_nn_1 = mkN "utlдmning" ; - utlaendsk_av_1 = mkA "utlдndsk" ; - utlaendska_nn_2 = mkN "utlдndska" ; - utlaenning_nn_1 = mkN "utlдnning" ; - utlaerd_av_1 = mkA "utlдrd" "utlдrt" ; - utlandslektor_nn_1 = mkN "utlandslektor" "utlandslektorer" ; - utlandssvensk_nn_1 = mkN "utlandssvensk" ; - utled_av_1 = mkA "utled" ; - utledsen_av_1 = mkA "utledsen" "utledset" ; - utljud_nn_1 = mkN "utljud" neutrum ; - utloepare_nn_1 = mkN "utlцpare" "utlцpare" ; - utloesare_nn_1 = mkN "utlцsare" "utlцsare" ; - utloesning_nn_1 = mkN "utlцsning" ; - utlopp_nn_1 = mkN "utlopp" neutrum ; - utmaal_nn_1 = mkN "utmеl" neutrum ; - utmaerkande_av_1 = mkA "utmдrkande" ; - utmaerkelse_nn_1 = mkN "utmдrkelse" "utmдrkelser" ; - utmaerkning_nn_1 = mkN "utmдrkning" ; - utmaerkt_av_1 = mkA "utmдrkt" "utmдrkt" ; - utmaetning_nn_1 = mkN "utmдtning" ; - utmanande_av_1 = mkA "utmanande" ; - utmanare_nn_1 = mkN "utmanare" "utmanare" ; - utmaning_nn_1 = mkN "utmaning" ; - utmark_nn_1 = mkN "utmark" "utmarker" ; - utmarsch_nn_1 = mkN "utmarsch" "utmarscher" ; - utnoetning_nn_1 = mkN "utnцtning" ; - utnoett_av_1 = mkA "utnцtt" ; - utnyttjande_nn_1 = mkN "utnyttjande" ; - utnyttjare_nn_1 = mkN "utnyttjare" "utnyttjare" ; - utoevare_nn_1 = mkN "utцvare" "utцvare" ; - utomaektenskaplig_av_1 = mkA "utomдktenskaplig" ; - utombordare_nn_1 = mkN "utombordare" "utombordare" ; - utombords_ab_1 = mkAdv "utombords" ; - utombordsmotor_nn_1 = mkN "utombordsmotor" "utombordsmotorer" ; - utombys_ab_1 = mkAdv "utombys" ; - utomeuropeisk_av_1 = mkA "utomeuropeisk" ; - utomhus_ab_1 = mkAdv "utomhus" ; - utomhusbad_nn_1 = mkN "utomhusbad" neutrum ; - utomhuskonsert_nn_1 = mkN "utomhuskonsert" "utomhuskonserter" ; - utomkvedshavandeskap_nn_1 = mkN "utomkvedshavandeskap" "utomkvedshavandeskapet" "utomkvedshavandeskapen" "utomkvedshavandeskapena" ; - utomlands_ab_1 = mkAdv "utomlands" ; - utomordentlig_av_1 = mkA "utomordentlig" ; - utomparlamentarisk_av_1 = mkA "utomparlamentarisk" ; - utomskaers_ab_1 = mkAdv "utomskдrs" ; - utomstaaende_av_1 = mkA "utomstеende" ; - utopi_nn_1 = mkN "utopi" "utopier" ; - utopisk_av_1 = mkA "utopisk" ; - utopist_nn_1 = mkN "utopist" "utopister" ; - utpost_nn_1 = mkN "utpost" "utposter" ; - utpressare_nn_1 = mkN "utpressare" "utpressare" ; - utpressning_nn_1 = mkN "utpressning" ; - utprickning_nn_1 = mkN "utprickning" ; - utraekning_nn_1 = mkN "utrдkning" ; - utredare_nn_1 = mkN "utredare" "utredare" ; - utredning_nn_1 = mkN "utredning" ; - utredningsman_nn_1 = mkN "utredningsman" "utredningsmannen" "utredningsmдn" "utredningsmдnnen" ; - utrensning_nn_1 = mkN "utrensning" ; - utresefoerbud_nn_1 = mkN "utresefцrbud" neutrum ; - utresetillstaand_nn_1 = mkN "utresetillstеnd" neutrum ; - utriggare_nn_1 = mkN "utriggare" "utriggare" ; - utrikes_ab_1 = mkAdv "utrikes" ; - utrikes_av_1 = mkA "utrikes" ; - utrikesdepartement_nn_1 = mkN "utrikesdepartement" "utrikesdepartementet" "utrikesdepartementen" "utrikesdepartementena" ; - utrikeshandelsminister_nn_1 = mkN "utrikeshandelsminister" ; - utrikeskorrespondent_nn_1 = mkN "utrikeskorrespondent" "utrikeskorrespondenter" ; - utrikesminister_nn_1 = mkN "utrikesminister" ; - utrikespassagerare_nn_1 = mkN "utrikespassagerare" "utrikespassagerare" ; - utrikespolitisk_av_1 = mkA "utrikespolitisk" ; - utrikisk_av_1 = mkA "utrikisk" ; - utrop_nn_1 = mkN "utrop" neutrum ; - utropare_nn_1 = mkN "utropare" "utropare" ; - utropsord_nn_1 = mkN "utropsord" neutrum ; - utropstecken_nn_1 = mkN "utropstecken" "utropstecknet" "utropstecken" "utropstecknen" ; - utrotning_nn_1 = mkN "utrotning" ; - utrustning_nn_1 = mkN "utrustning" ; - utryckning_nn_1 = mkN "utryckning" ; - utrymme_nn_1 = mkN "utrymme" ; - utrymmesstandard_nn_1 = mkN "utrymmesstandard" "utrymmesstandarder" ; - utsaald_av_1 = mkA "utsеld" "utsеlt" ; - utsaede_nn_1 = mkN "utsдde" ; - utsaendning_nn_1 = mkN "utsдndning" ; - utsaga_nn_1 = mkN "utsaga" ; - utsagd_av_1 = mkA "utsagd" "utsagt" ; - utsatt_av_1 = mkA "utsatt" ; - utseende_nn_1 = mkN "utseende" ; - utsida_nn_1 = mkN "utsida" ; - utsikt_nn_1 = mkN "utsikt" "utsikter" ; - utsiktsloes_av_1 = mkA "utsiktslцs" ; - utsiktspunkt_nn_1 = mkN "utsiktspunkt" "utsiktspunkter" ; - utskaapning_nn_1 = mkN "utskеpning" ; - utskaelld_av_1 = mkA "utskдlld" "utskдllt" ; - utskaellning_nn_1 = mkN "utskдllning" ; - utskaemd_av_1 = mkA "utskдmd" "utskдmt" ; - utskick_nn_1 = mkN "utskick" neutrum ; - utskjutande_av_1 = mkA "utskjutande" ; - utskott_nn_1 = mkN "utskott" neutrum ; - utskrift_nn_1 = mkN "utskrift" "utskrifter" ; - utskriva_vb_1 = mkV "utskriva" "utskrev" "utskrivit" ; - utskyld_nn_1 = mkN "utskyld" "utskylder" ; - utslaepp_nn_1 = mkN "utslдpp" neutrum ; - utslag_nn_1 = mkN "utslag" neutrum ; - utslagen_av_1 = mkA "utslagen" "utslaget" ; - utslagsfraaga_nn_1 = mkN "utslagsfrеga" ; - utslagsgivande_av_1 = mkA "utslagsgivande" ; - utslagsroest_nn_1 = mkN "utslagsrцst" "utslagsrцster" ; - utslagstaevling_nn_1 = mkN "utslagstдvling" ; - utsliten_av_1 = mkA "utsliten" "utslitet" ; - utslutning_nn_1 = mkN "utslutning" ; - utsmyckning_nn_1 = mkN "utsmyckning" ; - utsnitt_nn_1 = mkN "utsnitt" neutrum ; - utsocknes_ab_1 = mkAdv "utsocknes" ; - utsocknes_av_1 = mkA "utsocknes" ; - utsoekning_nn_1 = mkN "utsцkning" ; - utsoekt_av_1 = mkA "utsцkt" "utsцkt" ; - utsoendring_nn_1 = mkN "utsцndring" ; - utsoendringsorgan_nn_1 = mkN "utsцndringsorgan" neutrum ; - utsoevd_av_1 = mkA "utsцvd" "utsцvt" ; - utspaedd_av_1 = mkA "utspдdd" ; - utspark_nn_1 = mkN "utspark" ; - utspel_nn_1 = mkN "utspel" "utspelet" "utspel" "utspelen" ; - utspraang_nn_1 = mkN "utsprеng" neutrum ; - utsprida_vb_1 = mkV "utsprida" "utspred" "utspritt" ; - utspridd_av_1 = mkA "utspridd" ; - utspringande_av_1 = mkA "utspringande" ; - utsprungen_av_1 = mkA "utsprungen" "utsprunget" ; - utstaaende_av_1 = mkA "utstеende" ; - utstaanden_av_1 = mkA "utstеnden" "utstеndet" ; - utstaellare_nn_1 = mkN "utstдllare" "utstдllare" ; - utstaelld_av_1 = mkA "utstдlld" "utstдllt" ; - utstaellelse_nn_1 = mkN "utstдllelse" "utstдllelser" ; - utstaellning_nn_1 = mkN "utstдllning" ; - utstraalning_nn_1 = mkN "utstrеlning" ; - utstyrd_av_1 = mkA "utstyrd" "utstyrt" ; - utstyrsel_nn_1 = mkN "utstyrsel" ; - utsuga_vb_1 = mkV "utsuga" "utsцg" "utsugit" ; - utsvaengd_av_1 = mkA "utsvдngd" "utsvдngt" ; - utsvaevande_av_1 = mkA "utsvдvande" ; - utsvaevning_nn_1 = mkN "utsvдvning" ; - utsvulten_av_1 = mkA "utsvulten" "utsvultet" ; - uttaag_nn_1 = mkN "uttеg" neutrum ; - uttaenjd_av_1 = mkA "uttдnjd" "uttдnjt" ; - uttaenjning_nn_1 = mkN "uttдnjning" ; - uttaenkt_av_1 = mkA "uttдnkt" "uttдnkt" ; - uttag_nn_1 = mkN "uttag" neutrum ; - uttagning_nn_1 = mkN "uttagning" ; - uttal_nn_1 = mkN "uttal" "uttalet" "uttalen" "uttalena" ; - uttalande_nn_1 = mkN "uttalande" ; - uttalsbeteckning_nn_1 = mkN "uttalsbeteckning" ; - uttalsenlig_av_1 = mkA "uttalsenlig" ; - uttalsfel_nn_1 = mkN "uttalsfel" "uttalsfelet" "uttalsfel" "uttalsfelen" ; - uttalstecken_nn_1 = mkN "uttalstecken" "uttalstecknet" "uttalstecken" "uttalstecknen" ; - utter_nn_1 = mkN "utter" ; - uttjaent_av_1 = mkA "uttjдnt" "uttjдnt" ; - uttoejd_av_1 = mkA "uttцjd" "uttцjt" ; - uttoemmande_av_1 = mkA "uttцmmande" ; - uttraede_nn_1 = mkN "uttrдde" ; - uttryck_nn_1 = mkN "uttryck" neutrum ; - uttrycklig_av_1 = mkA "uttrycklig" ; - uttryckligen_ab_1 = mkAdv "uttryckligen" ; - uttrycksform_nn_1 = mkN "uttrycksform" "uttrycksformer" ; - uttrycksfull_av_1 = mkA "uttrycksfull" ; - uttrycksloes_av_1 = mkA "uttryckslцs" ; - uttryckssaett_nn_1 = mkN "uttryckssдtt" neutrum ; - utvaeg_nn_1 = mkN "utvдg" ; - utvaendig_av_1 = mkA "utvдndig" ; - utvaerdering_nn_1 = mkN "utvдrdering" ; - utvaerdshus_nn_1 = mkN "utvдrdshus" neutrum ; - utvaertes_ab_1 = mkAdv "utvдrtes" ; - utvaertes_av_1 = mkA "utvдrtes" ; - utvaext_nn_1 = mkN "utvдxt" "utvдxter" ; - utvald_av_1 = mkA "utvald" "utvalt" ; - utvandrare_nn_1 = mkN "utvandrare" "utvandrare" ; - utveckling_nn_1 = mkN "utveckling" ; - utvecklingsland_nn_1 = mkN "utvecklingsland" "utvecklingslandet" "utvecklingslдnder" "utvecklingslдnderna" ; - utvecklingsmaessig_av_1 = mkA "utvecklingsmдssig" ; - utvecklingsmoejlighet_nn_1 = mkN "utvecklingsmцjlighet" "utvecklingsmцjligheter" ; - utvecklingsplan_nn_1 = mkN "utvecklingsplan" neutrum ; - utvecklingsprocess_nn_1 = mkN "utvecklingsprocess" "utvecklingsprocesser" ; - utvecklingsrubbning_nn_1 = mkN "utvecklingsrubbning" ; - utvecklingsserie_nn_1 = mkN "utvecklingsserie" "utvecklingsserier" ; - utvecklingsskede_nn_1 = mkN "utvecklingsskede" ; - utvecklingsstadium_nn_1 = mkN "utvecklingsstadium" "utvecklingsstadiet" "utvecklingsstadier" "utvecklingsstadierna" ; - utvecklingsstoerd_av_1 = mkA "utvecklingsstцrd" "utvecklingsstцrt" ; - utvecklingsstoerning_nn_1 = mkN "utvecklingsstцrning" ; - utvecklingstraed_nn_1 = mkN "utvecklingstrдd" neutrum ; - utvidgning_nn_1 = mkN "utvidgning" ; - utvikning_nn_1 = mkN "utvikning" ; - utvikningsbild_nn_1 = mkN "utvikningsbild" "utvikningsbilder" ; - utvikningsbrud_nn_1 = mkN "utvikningsbrud" ; - utvikningspojke_nn_1 = mkN "utvikningspojke" utrum ; - utviksblad_nn_1 = mkN "utviksblad" neutrum ; - utvinna_vb_1 = mkV "utvinna" "utvann" "utvunnit" ; - utvinning_nn_1 = mkN "utvinning" ; - utvisning_nn_1 = mkN "utvisning" ; - utvisningsbaas_nn_1 = mkN "utvisningsbеs" neutrum ; - uv_nn_1 = mkN "uv" ; - uvertyr_nn_1 = mkN "uvertyr" "uvertyrer" ; - uvular_av_1 = mkA "uvular" ; - uvular_nn_1 = mkN "uvular" "uvularer" ; - vaad_nn_1 = mkN "vеd" "vеder" ; - vaada_nn_1 = mkN "vеda" ; - vaadeld_nn_1 = mkN "vеdeld" ; - vaadevill_nn_1 = mkN "vеdevill" "vеdeviller" ; - vaadlig_av_1 = mkA "vеdlig" ; - vaadligen_ab_1 = mkAdv "vеdligen" ; - vaaffeljaern_nn_1 = mkN "vеffeljдrn" neutrum ; - vaaffla_nn_1 = mkN "vеffla" ; - vaag_nn_2 = mkN "vеg" ; - vaagbalans_nn_1 = mkN "vеgbalans" "vеgbalanser" ; - vaagbrytare_nn_1 = mkN "vеgbrytare" "vеgbrytare" ; - vaagdal_nn_1 = mkN "vеgdal" ; - vaagfront_nn_1 = mkN "vеgfront" "vеgfronter" ; - vaaghaal_nn_1 = mkN "vеghеl" neutrum ; - vaaghals_nn_1 = mkN "vеghals" ; - vaaghalsig_av_1 = mkA "vеghalsig" ; - vaaghoejd_nn_1 = mkN "vеghцjd" "vеghцjder" ; - vaagig_av_1 = mkA "vеgig" ; - vaagkam_nn_1 = mkN "vеgkam" "vеgkammen" "vеgkammar" "vеgkammarna" ; - vaaglaengd_nn_1 = mkN "vеglдngd" "vеglдngder" ; - vaaglinje_nn_1 = mkN "vеglinje" "vеglinjer" ; - vaagmaestare_nn_1 = mkN "vеgmдstare" "vеgmдstare" ; - vaagnatur_nn_1 = mkN "vеgnatur" "vеgnaturer" ; - vaagplan_nn_1 = mkN "vеgplan" neutrum ; - vaagraet_av_1 = mkA "vеgrдt" ; - vaagroerelse_nn_1 = mkN "vеgrцrelse" "vеgrцrelser" ; - vaagsam_av_1 = mkA "vеgsam" "vеgsamt" "vеgsamma" "vеgsamma" "vеgsammare" "vеgsammast" "vеgsammaste" ; - vaagskaal_nn_1 = mkN "vеgskеl" ; - vaagspel_nn_1 = mkN "vеgspel" "vеgspelet" "vеgspel" "vеgspelen" ; - vaagtopp_nn_1 = mkN "vеgtopp" ; - vaaldsam_av_1 = mkA "vеldsam" "vеldsamt" "vеldsamma" "vеldsamma" "vеldsammare" "vеldsammast" "vеldsammaste" ; - vaaldsamhet_nn_1 = mkN "vеldsamhet" "vеldsamheter" ; - vaaldsbrott_nn_1 = mkN "vеldsbrott" neutrum ; - vaaldshandling_nn_1 = mkN "vеldshandling" ; - vaaldsman_nn_1 = mkN "vеldsman" "vеldsmannen" "vеldsmдn" "vеldsmдnnen" ; - vaaldsmentalitet_nn_1 = mkN "vеldsmentalitet" "vеldsmentaliteter" ; - vaaldsrotel_nn_1 = mkN "vеldsrotel" ; - vaaldsscen_nn_1 = mkN "vеldsscen" "vеldsscener" ; - vaaldsverkare_nn_1 = mkN "vеldsverkare" "vеldsverkare" ; - vaaldta_vb_1 = mkV "vеldta" "vеldtar" "vеldta" "vеldtog" "vеldtagit" "vеldtagen" ; - vaaldtaekt_nn_1 = mkN "vеldtдkt" "vеldtдkter" ; - vaale_nn_1 = mkN "vеle" utrum ; - vaalm_nn_1 = mkN "vеlm" ; - vaalnad_nn_1 = mkN "vеlnad" "vеlnader" ; - vaam_nn_1 = mkN "vеm" "vеmmen" "vеmmar" "vеmmarna" ; - vaang_nn_1 = mkN "vеng" ; - vaaning_nn_1 = mkN "vеning" ; - vaaningssaeng_nn_1 = mkN "vеningssдng" ; - vaap_nn_1 = mkN "vеp" neutrum ; - vaapig_av_1 = mkA "vеpig" ; - vaar_nn_1 = mkN "vеr" ; - vaaradonis_nn_1 = mkN "vеradonis" ; - vaard_nn_1 = mkN "vеrd" ; - vaardagjaemning_nn_1 = mkN "vеrdagjдmning" ; - vaardanstalt_nn_1 = mkN "vеrdanstalt" "vеrdanstalter" ; - vaardare_nn_1 = mkN "vеrdare" "vеrdare" ; - vaardarinna_nn_1 = mkN "vеrdarinna" ; - vaardavdelning_nn_1 = mkN "vеrdavdelning" ; - vaardbidrag_nn_1 = mkN "vеrdbidrag" neutrum ; - vaardcentral_nn_1 = mkN "vеrdcentral" "vеrdcentraler" ; - vaardhem_nn_1 = mkN "vеrdhem" "vеrdhemmet" "vеrdhem" "vеrdhemmen" ; - vaardintyg_nn_1 = mkN "vеrdintyg" neutrum ; - vaardkase_nn_1 = mkN "vеrdkase" utrum ; - vaardlinje_nn_1 = mkN "vеrdlinje" "vеrdlinjer" ; - vaardnad_nn_1 = mkN "vеrdnad" "vеrdnader" ; - vaardnadsbidrag_nn_1 = mkN "vеrdnadsbidrag" neutrum ; - vaardnadshavare_nn_1 = mkN "vеrdnadshavare" "vеrdnadshavare" ; - vaardplats_nn_1 = mkN "vеrdplats" "vеrdplatser" ; - vaardsam_av_1 = mkA "vеrdsam" "vеrdsamt" "vеrdsamma" "vеrdsamma" "vеrdsammare" "vеrdsammast" "vеrdsammaste" ; - vaardsloes_av_1 = mkA "vеrdslцs" ; - vaardtagare_nn_1 = mkN "vеrdtagare" "vеrdtagare" ; - vaardtecken_nn_1 = mkN "vеrdtecken" "vеrdtecknet" "vеrdtecken" "vеrdtecknen" ; - vaardtraed_nn_1 = mkN "vеrdtrдd" neutrum ; - vaardyrke_nn_1 = mkN "vеrdyrke" ; - vaarkaensla_nn_1 = mkN "vеrkдnsla" ; - vaarlig_av_1 = mkA "vеrlig" ; - vaarloek_nn_1 = mkN "vеrlцk" ; - vaarmaanad_nn_1 = mkN "vеrmеnad" "vеrmеnader" ; - vaarsol_nn_1 = mkN "vеrsol" ; - vaartbitare_nn_1 = mkN "vеrtbitare" "vеrtbitare" ; - vaartecken_nn_1 = mkN "vеrtecken" "vеrtecknet" "vеrtecken" "vеrtecknen" ; - vaartermin_nn_1 = mkN "vеrtermin" "vеrterminer" ; - vaartgaard_nn_1 = mkN "vеrtgеrd" ; - vaartig_av_1 = mkA "vеrtig" ; - vaartkaktus_nn_1 = mkN "vеrtkaktus" ; - vaartmedel_nn_1 = mkN "vеrtmedel" neutrum ; - vaartroett_av_1 = mkA "vеrtrцtt" ; - vaartsvets_nn_1 = mkN "vеrtsvets" ; - vaartsvin_nn_1 = mkN "vеrtsvin" neutrum ; - vaarvaext_nn_1 = mkN "vеrvдxt" "vеrvдxter" ; - vaarvial_nn_1 = mkN "vеrvial" "vеrvialer" ; - vaarvinter_nn_1 = mkN "vеrvinter" ; - vaat_av_1 = mkA "vеt" ; - vaatelement_nn_1 = mkN "vеtelement" neutrum ; - vaatmark_nn_1 = mkN "vеtmark" "vеtmarker" ; - vaatservett_nn_1 = mkN "vеtservett" "vеtservetter" ; - vaatstark_av_1 = mkA "vеtstark" ; - vaatutrymme_nn_1 = mkN "vеtutrymme" ; - vaatvaermande_av_1 = mkA "vеtvдrmande" ; - vaatvara_nn_1 = mkN "vеtvara" ; - vaatvarm_av_1 = mkA "vеtvarm" ; - vaccin_nn_1 = mkN "vaccin" neutrum ; - vaccination_nn_1 = mkN "vaccination" "vaccinationer" ; - vaccinatoer_nn_1 = mkN "vaccinatцr" "vaccinatцrer" ; - vaccinering_nn_1 = mkN "vaccinering" ; - vacker_av_1 = mkA "vacker" "vackert" "vackra" "vackra" "vackrare" "vackrast" "vackraste" ; - vackert_ab_1 = mkAdv "vackert" ; - vacuum_nn_1 = mkN "vacuum" neutrum ; - vad_ab_1 = mkAdv "vad" ; - vad_nn_1 = mkN "vad" neutrum ; - vad_nn_2 = mkN "vad" "vader" ; - vad_nn_3 = mkN "vad" ; - vadaa_ab_1 = mkAdv "vadе" ; - vadan_ab_1 = mkAdv "vadan" ; - vadare_nn_1 = mkN "vadare" "vadare" ; - vadarfaagel_nn_1 = mkN "vadarfеgel" ; - vadbar_av_1 = mkA "vadbar" ; - vadd_nn_1 = mkN "vadd" ; - vaddering_nn_1 = mkN "vaddering" ; - vadfot_nn_1 = mkN "vadfot" "vadfцtter" ; - vadhaallare_nn_1 = mkN "vadhеllare" "vadhеllare" ; - vadhaallning_nn_1 = mkN "vadhеllning" ; - vadlaang_av_1 = mkA "vadlеng" ; - vados_av_1 = mkA "vados" ; - vadslagning_nn_1 = mkN "vadslagning" ; - vaebel_nn_1 = mkN "vдbel" ; - vaeck_ab_1 = mkAdv "vдck" ; - vaeckare_nn_1 = mkN "vдckare" "vдckare" ; - vaeckelse_nn_1 = mkN "vдckelse" "vдckelser" ; - vaeckelsemoete_nn_1 = mkN "vдckelsemцte" ; - vaeckelseroerelse_nn_1 = mkN "vдckelserцrelse" "vдckelserцrelser" ; - vaeckning_nn_1 = mkN "vдckning" ; - vaeder_nn_1 = mkN "vдder" neutrum ; - vaederbestaendig_av_1 = mkA "vдderbestдndig" ; - vaederbiten_av_1 = mkA "vдderbiten" "vдderbitet" ; - vaederfoerhaallande_nn_1 = mkN "vдderfцrhеllande" ; - vaederil_nn_1 = mkN "vдderil" ; - vaederkvarn_nn_1 = mkN "vдderkvarn" ; - vaederlek_nn_1 = mkN "vдderlek" ; - vaederleksrapport_nn_1 = mkN "vдderleksrapport" "vдderleksrapporter" ; - vaederprognos_nn_1 = mkN "vдderprognos" "vдderprognoser" ; - vaederrapport_nn_1 = mkN "vдderrapport" "vдderrapporter" ; - vaedersatellit_nn_1 = mkN "vдdersatellit" "vдdersatelliter" ; - vaedersegel_nn_1 = mkN "vдdersegel" neutrum ; - vaederskepp_nn_1 = mkN "vдderskepp" neutrum ; - vaedersol_nn_1 = mkN "vдdersol" ; - vaederspaend_av_1 = mkA "vдderspдnd" ; - vaederspaenning_nn_1 = mkN "vдderspдnning" ; - vaederstinn_av_1 = mkA "vдderstinn" "vдderstint" ; - vaederstreck_nn_1 = mkN "vдderstreck" neutrum ; - vaedertillstaand_nn_1 = mkN "vдdertillstеnd" neutrum ; - vaedjande_nn_1 = mkN "vдdjande" ; - vaedur_nn_1 = mkN "vдdur" ; - vaeg_ab_1 = mkAdv "vдg" ; - vaeg_nn_1 = mkN "vдg" ; - vaegare_nn_1 = mkN "vдgare" "vдgare" ; - vaegbelaeggning_nn_1 = mkN "vдgbelдggning" ; - vaegbom_nn_1 = mkN "vдgbom" "vдgbommen" "vдgbommar" "vдgbommarna" ; - vaegbro_nn_1 = mkN "vдgbro" ; - vaegbrytare_nn_1 = mkN "vдgbrytare" "vдgbrytare" ; - vaegegenskap_nn_1 = mkN "vдgegenskap" "vдgegenskaper" ; - vaegfaerja_nn_1 = mkN "vдgfдrja" ; - vaegfarande_nn_1 = mkN "vдgfarande" "vдgfaranden" "vдgfarande" "vдgfarandena" ; - vaegfoerbindelse_nn_1 = mkN "vдgfцrbindelse" "vдgfцrbindelser" ; - vaegfoerening_nn_1 = mkN "vдgfцrening" ; - vaegfoervaltning_nn_1 = mkN "vдgfцrvaltning" ; - vaegg_nn_1 = mkN "vдgg" ; - vaeggband_nn_1 = mkN "vдggband" neutrum ; - vaeggbonad_nn_1 = mkN "vдggbonad" "vдggbonader" ; - vaeggfast_av_1 = mkA "vдggfast" "vдggfast" ; - vaegglus_nn_1 = mkN "vдgglus" "vдgglusen" "vдgglцss" "vдgglцssen" ; - vaeggmadam_nn_1 = mkN "vдggmadam" "vдggmadammen" "vдggmadammer" "vдggmadammerna" ; - vaeggpelare_nn_1 = mkN "vдggpelare" "vдggpelare" ; - vaeggtelefon_nn_1 = mkN "vдggtelefon" "vдggtelefoner" ; - vaeggtidning_nn_1 = mkN "vдggtidning" ; - vaegguttag_nn_1 = mkN "vдgguttag" neutrum ; - vaeghyvel_nn_1 = mkN "vдghyvel" ; - vaegkant_nn_1 = mkN "vдgkant" "vдgkanter" ; - vaegkors_nn_1 = mkN "vдgkors" neutrum ; - vaegkorsning_nn_1 = mkN "vдgkorsning" ; - vaeglag_nn_1 = mkN "vдglag" neutrum ; - vaeglag_nn_2 = mkN "vдglag" ; - vaegledande_av_1 = mkA "vдgledande" ; - vaegledning_nn_1 = mkN "vдgledning" ; - vaeglus_nn_1 = mkN "vдglus" "vдglusen" "vдglцss" "vдglцssen" ; - vaegmaerke_nn_1 = mkN "vдgmдrke" ; - vaegmaetare_nn_1 = mkN "vдgmдtare" "vдgmдtare" ; - vaegmaskin_nn_1 = mkN "vдgmaskin" "vдgmaskiner" ; - vaegnaet_nn_1 = mkN "vдgnдt" neutrum ; - vaegning_nn_1 = mkN "vдgning" ; - vaegport_nn_1 = mkN "vдgport" ; - vaegrare_nn_1 = mkN "vдgrare" "vдgrare" ; - vaegren_nn_1 = mkN "vдgren" "vдgrenen" "vдgrenar" "vдgrenarna" ; - vaegroejare_nn_1 = mkN "vдgrцjare" "vдgrцjare" ; - vaegskael_nn_1 = mkN "vдgskдl" neutrum ; - vaegskylt_nn_1 = mkN "vдgskylt" ; - vaegtistel_nn_1 = mkN "vдgtistel" ; - vaegtorn_nn_1 = mkN "vдgtorn" ; - vaegtunnel_nn_1 = mkN "vдgtunnel" ; - vaegvinnande_av_1 = mkA "vдgvinnande" ; - vaegvisare_nn_1 = mkN "vдgvisare" "vдgvisare" ; - vaejning_nn_1 = mkN "vдjning" ; - vaekt_nn_1 = mkN "vдkt" "vдkter" ; - vaektare_nn_1 = mkN "vдktare" "vдktare" ; - vael_1_ab_1 = mkAdv "vдl" ; - vael_2_ab_1 = mkAdv "vдl" ; - vaelan_ab_1 = mkAdv "vдlan" ; - vaelavvaegd_av_1 = mkA "vдlavvдgd" "vдlavvдgt" ; - vaelbegriplig_av_1 = mkA "vдlbegriplig" ; - vaelbehaallen_av_1 = mkA "vдlbehеllen" "vдlbehеllet" ; - vaelbehoevlig_av_1 = mkA "vдlbehцvlig" ; - vaelbekant_av_1 = mkA "vдlbekant" "vдlbekant" ; - vaelbelaegen_av_1 = mkA "vдlbelдgen" "vдlbelдget" ; - vaelbesatt_av_1 = mkA "vдlbesatt" ; - vaelbesoekt_av_1 = mkA "vдlbesцkt" "vдlbesцkt" ; - vaelbestaelld_av_1 = mkA "vдlbestдlld" "vдlbestдllt" ; - vaelbetaenkt_av_1 = mkA "vдlbetдnkt" "vдlbetдnkt" ; - vaelbetald_av_1 = mkA "vдlbetald" "vдlbetalt" ; - vaelboren_av_1 = mkA "vдlboren" "vдlboret" ; - vaelbyggd_av_1 = mkA "vдlbyggd" "vдlbyggt" ; - vaeldeliga_ab_1 = mkAdv "vдldeliga" ; - vaeldeligen_ab_1 = mkAdv "vдldeligen" ; - vaeldig_av_1 = mkA "vдldig" ; - vaeldoftande_av_1 = mkA "vдldoftande" ; - vaelfaegnad_nn_1 = mkN "vдlfдgnad" "vдlfдgnader" ; - vaelfaerdskris_nn_1 = mkN "vдlfдrdskris" "vдlfдrdskriser" ; - vaelfaerdsstat_nn_1 = mkN "vдlfдrdsstat" "vдlfдrdsstater" ; - vaelfoedd_av_1 = mkA "vдlfцdd" ; - vaelfoerenlig_av_1 = mkA "vдlfцrenlig" ; - vaelfoerklarlig_av_1 = mkA "vдlfцrklarlig" ; - vaelfoersedd_av_1 = mkA "vдlfцrsedd" "vдlfцrsedtt" ; - vaelfoerstaadd_av_1 = mkA "vдlfцrstеdd" "vдlfцrstеdtt" ; - vaelfoerstaaelig_av_1 = mkA "vдlfцrstеelig" ; - vaelfoerstaandig_av_1 = mkA "vдlfцrstеndig" ; - vaelfoertjaent_av_1 = mkA "vдlfцrtjдnt" "vдlfцrtjдnt" ; - vaelfunnen_av_1 = mkA "vдlfunnen" "vдlfunnet" "vдlfunna" "vдlfunna" "vдlfunnare" "vдlfunnast" "vдlfunnaste" ; - vaelfylld_av_1 = mkA "vдlfylld" "vдlfyllt" ; - vaelgaerning_nn_1 = mkN "vдlgдrning" ; - vaelgjord_av_1 = mkA "vдlgjord" "vдlgjort" ; - vaelgoedd_av_1 = mkA "vдlgцdd" ; - vaelgoerande_av_1 = mkA "vдlgцrande" ; - vaelgoerare_nn_1 = mkN "vдlgцrare" "vдlgцrare" ; - vaelgoerenhet_nn_1 = mkN "vдlgцrenhet" "vдlgцrenheter" ; - vaelgoerenhetsbasar_nn_1 = mkN "vдlgцrenhetsbasar" "vдlgцrenhetsbasarer" ; - vaelhaallen_av_1 = mkA "vдlhеllen" "vдlhеllet" ; - vaelhaengd_av_1 = mkA "vдlhдngd" "vдlhдngt" ; - vaeljarbarometer_nn_1 = mkN "vдljarbarometer" ; - vaeljare_nn_1 = mkN "vдljare" "vдljare" ; - vaeljarkaar_nn_1 = mkN "vдljarkеr" "vдljarkеrer" ; - vaelkaend_av_1 = mkA "vдlkдnd" ; - vaelklaedd_av_1 = mkA "vдlklдdd" "vдlklдdtt" ; - vaelklingande_av_1 = mkA "vдlklingande" ; - vaelkommen_av_1 = mkA "vдlkommen" "vдlkommet" "vдlkomna" "vдlkomna" "vдlkomnare" "vдlkomnast" "vдlkomnaste" ; - vaelkomstskaal_nn_1 = mkN "vдlkomstskеl" ; - vaell_nn_1 = mkN "vдll" ; - vaellevnad_nn_1 = mkN "vдllevnad" "vдllevnader" ; - vaelling_nn_1 = mkN "vдlling" ; - vaellingliknande_av_1 = mkA "vдllingliknande" ; - vaelljaern_nn_1 = mkN "vдlljдrn" neutrum ; - vaelljudande_av_1 = mkA "vдlljudande" ; - vaellning_nn_1 = mkN "vдllning" ; - vaellovlig_av_1 = mkA "vдllovlig" ; - vaelluktande_av_1 = mkA "vдlluktande" ; - vaellustig_av_1 = mkA "vдllustig" ; - vaellusting_nn_1 = mkN "vдllusting" ; - vaelmaaende_av_1 = mkA "vдlmеende" ; - vaelmenande_av_1 = mkA "vдlmenande" ; - vaelment_av_1 = mkA "vдlment" "vдlment" ; - vaelnaerd_av_1 = mkA "vдlnдrd" "vдlnдrt" ; - vaelsedd_av_1 = mkA "vдlsedd" "vдlsedtt" ; - vaelsignelse_nn_1 = mkN "vдlsignelse" "vдlsignelser" ; - vaelsignelsebringande_av_1 = mkA "vдlsignelsebringande" ; - vaelsittande_av_1 = mkA "vдlsittande" ; - vaelsk_av_1 = mkA "vдlsk" ; - vaelskapt_av_1 = mkA "vдlskapt" "vдlskapt" ; - vaelskjutande_av_1 = mkA "vдlskjutande" ; - vaelskoett_av_1 = mkA "vдlskцtt" ; - vaelskriven_av_1 = mkA "vдlskriven" "vдlskrivet" ; - vaelskuren_av_1 = mkA "vдlskuren" "vдlskuret" ; - vaelsmakande_av_1 = mkA "vдlsmakande" ; - vaelsmord_av_1 = mkA "vдlsmord" "vдlsmort" ; - vaelstaelld_av_1 = mkA "vдlstдlld" "vдlstдllt" ; - vaelstekt_av_1 = mkA "vдlstekt" "vдlstekt" ; - vaelt_nn_1 = mkN "vдlt" ; - vaeltagen_av_1 = mkA "vдltagen" "vдltaget" ; - vaeltalare_nn_1 = mkN "vдltalare" "vдltalare" ; - vaeltalig_av_1 = mkA "vдltalig" ; - vaeltalighet_nn_1 = mkN "vдltalighet" "vдltaligheter" ; - vaelvaext_av_1 = mkA "vдlvдxt" "vдlvдxt" ; - vaelvd_av_1 = mkA "vдlvd" "vдlvt" ; - vaelvillig_av_1 = mkA "vдlvillig" ; - vaelvis_av_1 = mkA "vдlvis" ; - vaelvning_nn_1 = mkN "vдlvning" ; - vaelvuxen_av_1 = mkA "vдlvuxen" "vдlvuxet" ; - vaemjelig_av_1 = mkA "vдmjelig" ; - vaen_av_1 = mkA "vдn" ; - vaen_nn_1 = mkN "vдn" "vдnnen" "vдnner" "vдnnerna" ; - vaendbar_av_1 = mkA "vдndbar" ; - vaendelrot_nn_1 = mkN "vдndelrot" "vдndelrцtter" ; - vaendkors_nn_1 = mkN "vдndkors" neutrum ; - vaendkrets_nn_1 = mkN "vдndkrets" ; - vaendning_nn_1 = mkN "vдndning" ; - vaendplats_nn_1 = mkN "vдndplats" "vдndplatser" ; - vaendpunkt_nn_1 = mkN "vдndpunkt" "vдndpunkter" ; - vaendradie_nn_1 = mkN "vдndradie" "vдndradier" ; - vaendrostning_nn_1 = mkN "vдndrostning" ; - vaendsydd_av_1 = mkA "vдndsydd" "vдndsydtt" ; - vaenfast_av_1 = mkA "vдnfast" "vдnfast" ; - vaeninna_nn_1 = mkN "vдninna" ; - vaenkrets_nn_1 = mkN "vдnkrets" ; - vaenlig_av_1 = mkA "vдnlig" ; - vaenligen_ab_1 = mkAdv "vдnligen" ; - vaenlighet_nn_1 = mkN "vдnlighet" "vдnligheter" ; - vaenort_nn_1 = mkN "vдnort" "vдnorter" ; - vaenpris_nn_1 = mkN "vдnpris" neutrum ; - vaensaell_av_1 = mkA "vдnsдll" ; - vaenskaplig_av_1 = mkA "vдnskaplig" ; - vaenskapligen_ab_1 = mkAdv "vдnskapligen" ; - vaenskaplighet_nn_1 = mkN "vдnskaplighet" "vдnskapligheter" ; - vaenskapsfoerbindelse_nn_1 = mkN "vдnskapsfцrbindelse" "vдnskapsfцrbindelser" ; - vaenskapsmatch_nn_1 = mkN "vдnskapsmatch" "vдnskapsmatcher" ; - vaenskapspris_nn_1 = mkN "vдnskapspris" neutrum ; - vaensterflygel_nn_1 = mkN "vдnsterflygel" ; - vaensterhaent_av_1 = mkA "vдnsterhдnt" "vдnsterhдnt" ; - vaensterhand_nn_1 = mkN "vдnsterhand" "vдnsterhдnder" ; - vaensterhandsspelare_nn_1 = mkN "vдnsterhandsspelare" "vдnsterhandsspelare" ; - vaensterknaeck_nn_1 = mkN "vдnsterknдck" neutrum ; - vaensterparti_nn_1 = mkN "vдnsterparti" "vдnsterpartit" "vдnsterpartier" "vдnsterpartierna" ; - vaensterradikal_av_1 = mkA "vдnsterradikal" ; - vaensterradikal_nn_1 = mkN "vдnsterradikal" "vдnsterradikaler" ; - vaenstervriden_av_1 = mkA "vдnstervriden" "vдnstervridet" ; - vaentetid_nn_1 = mkN "vдntetid" "vдntetider" ; - vaentevaerde_nn_1 = mkN "vдntevдrde" ; - vaenthall_nn_1 = mkN "vдnthall" ; - vaentjaenst_nn_1 = mkN "vдntjдnst" "vдntjдnster" ; - vaentrum_nn_1 = mkN "vдntrum" "vдntrummet" "vдntrum" "vдntrummen" ; - vaentsal_nn_1 = mkN "vдntsal" ; - vaepnare_nn_1 = mkN "vдpnare" "vдpnare" ; - vaeppling_nn_1 = mkN "vдppling" ; - vaerd_av_1 = mkA "vдrd" "vдrt" ; - vaerd_nn_1 = mkN "vдrd" ; - vaerddjur_nn_1 = mkN "vдrddjur" neutrum ; - vaerdeanalys_nn_1 = mkN "vдrdeanalys" "vдrdeanalyser" ; - vaerdebestaendig_av_1 = mkA "vдrdebestдndig" ; - vaerdebrev_nn_1 = mkN "vдrdebrev" neutrum ; - vaerdefast_av_1 = mkA "vдrdefast" "vдrdefast" ; - vaerdefoeremaal_nn_1 = mkN "vдrdefцremеl" neutrum ; - vaerdefoersaendelse_nn_1 = mkN "vдrdefцrsдndelse" "vдrdefцrsдndelser" ; - vaerdefull_av_1 = mkA "vдrdefull" ; - vaerdehandling_nn_1 = mkN "vдrdehandling" ; - vaerdeloes_av_1 = mkA "vдrdelцs" ; - vaerdemaengd_nn_1 = mkN "vдrdemдngd" "vдrdemдngder" ; - vaerdemaessig_av_1 = mkA "vдrdemдssig" ; - vaerdemaetare_nn_1 = mkN "vдrdemдtare" "vдrdemдtare" ; - vaerdeminskning_nn_1 = mkN "vдrdeminskning" ; - vaerdeoekning_nn_1 = mkN "vдrdeцkning" ; - vaerdepapper_nn_1 = mkN "vдrdepapper" neutrum ; - vaerderare_nn_1 = mkN "vдrderare" "vдrderare" ; - vaerdering_nn_1 = mkN "vдrdering" ; - vaerderingsfri_av_1 = mkA "vдrderingsfri" "vдrderingsfritt" ; - vaerderingsinstrument_nn_1 = mkN "vдrderingsinstrument" neutrum ; - vaerderingsman_nn_1 = mkN "vдrderingsman" "vдrderingsmannen" "vдrderingsmдn" "vдrderingsmдnnen" ; - vaerderingsnorm_nn_1 = mkN "vдrderingsnorm" "vдrderingsnormer" ; - vaerdesaeker_av_1 = mkA "vдrdesдker" "vдrdesдkert" "vдrdesдkra" "vдrdesдkra" "vдrdesдkrare" "vдrdesдkrast" "vдrdesдkraste" ; - vaerdesak_nn_1 = mkN "vдrdesak" "vдrdesaker" ; - vaerdestegring_nn_1 = mkN "vдrdestegring" ; - vaerdetabell_nn_1 = mkN "vдrdetabell" "vдrdetabeller" ; - vaerdfamilj_nn_1 = mkN "vдrdfamilj" "vдrdfamiljer" ; - vaerdfolk_nn_1 = mkN "vдrdfolk" neutrum ; - vaerdig_av_1 = mkA "vдrdig" ; - vaerdighet_nn_1 = mkN "vдrdighet" "vдrdigheter" ; - vaerdinna_nn_1 = mkN "vдrdinna" ; - vaerdshus_nn_1 = mkN "vдrdshus" neutrum ; - vaerdvaexling_nn_1 = mkN "vдrdvдxling" ; - vaerdvaext_nn_1 = mkN "vдrdvдxt" "vдrdvдxter" ; - vaering_nn_1 = mkN "vдring" ; - vaerjemaalsed_nn_1 = mkN "vдrjemеlsed" "vдrjemеlseder" ; - vaerk_nn_1 = mkN "vдrk" ; - vaerkbruten_av_1 = mkA "vдrkbruten" "vдrkbrutet" ; - vaerld_nn_1 = mkN "vдrld" ; - vaerldsaalder_nn_1 = mkN "vдrldsеlder" ; - vaerldsaaskaadning_nn_1 = mkN "vдrldsеskеdning" ; - vaerldsartist_nn_1 = mkN "vдrldsartist" "vдrldsartister" ; - vaerldsatlas_nn_1 = mkN "vдrldsatlas" "vдrldsatlaser" ; - vaerldsaxel_nn_1 = mkN "vдrldsaxel" ; - vaerldsbekant_av_1 = mkA "vдrldsbekant" "vдrldsbekant" ; - vaerldsberoemd_av_1 = mkA "vдrldsberцmd" "vдrldsberцmt" ; - vaerldsberoemdhet_nn_1 = mkN "vдrldsberцmdhet" "vдrldsberцmdheter" ; - vaerldsbild_nn_1 = mkN "vдrldsbild" "vдrldsbilder" ; - vaerldsborgare_nn_1 = mkN "vдrldsborgare" "vдrldsborgare" ; - vaerldsbrand_nn_1 = mkN "vдrldsbrand" "vдrldsbrдnder" ; - vaerldsdam_nn_1 = mkN "vдrldsdam" "vдrldsdamer" ; - vaerldsdel_nn_1 = mkN "vдrldsdel" "vдrldsdelen" "vдrldsdelar" "vдrldsdelarna" ; - vaerldsfientlig_av_1 = mkA "vдrldsfientlig" ; - vaerldsfoerbaettrare_nn_1 = mkN "vдrldsfцrbдttrare" "vдrldsfцrbдttrare" ; - vaerldsfoersakelse_nn_1 = mkN "vдrldsfцrsakelse" "vдrldsfцrsakelser" ; - vaerldsfraanvaend_av_1 = mkA "vдrldsfrеnvдnd" ; - vaerldsfraanvarande_av_1 = mkA "vдrldsfrеnvarande" ; - vaerldsfraemmande_av_1 = mkA "vдrldsfrдmmande" ; - vaerldshav_nn_1 = mkN "vдrldshav" neutrum ; - vaerldshistorisk_av_1 = mkA "vдrldshistorisk" ; - vaerldsklok_av_1 = mkA "vдrldsklok" ; - vaerldskrig_nn_1 = mkN "vдrldskrig" neutrum ; - vaerldslig_av_1 = mkA "vдrldslig" ; - vaerldsmaestare_nn_1 = mkN "vдrldsmдstare" "vдrldsmдstare" ; - vaerldsmaestarinna_nn_1 = mkN "vдrldsmдstarinna" ; - vaerldsmaesterskap_nn_1 = mkN "vдrldsmдsterskap" "vдrldsmдsterskapet" "vдrldsmдsterskapen" "vдrldsmдsterskapena" ; - vaerldsmakt_nn_1 = mkN "vдrldsmakt" "vдrldsmakter" ; - vaerldsman_nn_1 = mkN "vдrldsman" "vдrldsmannen" "vдrldsmдn" "vдrldsmдnnen" ; - vaerldsmarknad_nn_1 = mkN "vдrldsmarknad" "vдrldsmarknader" ; - vaerldsmedborgare_nn_1 = mkN "vдrldsmedborgare" "vдrldsmedborgare" ; - vaerldsnamn_nn_1 = mkN "vдrldsnamn" neutrum ; - vaerldsomfattande_av_1 = mkA "vдrldsomfattande" ; - vaerldsomsegling_nn_1 = mkN "vдrldsomsegling" ; - vaerldsomstoertande_av_1 = mkA "vдrldsomstцrtande" ; - vaerldsomvaelvande_av_1 = mkA "vдrldsomvдlvande" ; - vaerldsorganisation_nn_1 = mkN "vдrldsorganisation" "vдrldsorganisationer" ; - vaerldsrekord_nn_1 = mkN "vдrldsrekord" neutrum ; - vaerldsreligion_nn_1 = mkN "vдrldsreligion" "vдrldsreligioner" ; - vaerldsrevolution_nn_1 = mkN "vдrldsrevolution" "vдrldsrevolutioner" ; - vaerldsrymd_nn_1 = mkN "vдrldsrymd" "vдrldsrymder" ; - vaerldsspraak_nn_1 = mkN "vдrldssprеk" neutrum ; - vaerldsstad_nn_1 = mkN "vдrldsstad" "vдrldsstдder" ; - vaerldstid_nn_1 = mkN "vдrldstid" "vдrldstider" ; - vaerldsutstaellning_nn_1 = mkN "vдrldsutstдllning" ; - vaerldsvan_av_1 = mkA "vдrldsvan" ; - vaerldsvis_av_1 = mkA "vдrldsvis" ; - vaermeaaskvaeder_nn_1 = mkN "vдrmeеskvдder" neutrum ; - vaermeaelskande_av_1 = mkA "vдrmeдlskande" ; - vaermeanlaeggning_nn_1 = mkN "vдrmeanlдggning" ; - vaermebehandling_nn_1 = mkN "vдrmebehandling" ; - vaermebehov_nn_1 = mkN "vдrmebehov" neutrum ; - vaermebestaendig_av_1 = mkA "vдrmebestдndig" ; - vaermebild_nn_1 = mkN "vдrmebild" "vдrmebilder" ; - vaermebildskamera_nn_1 = mkN "vдrmebildskamera" ; - vaermeboelja_nn_1 = mkN "vдrmebцlja" ; - vaermecentral_nn_1 = mkN "vдrmecentral" "vдrmecentraler" ; - vaermeekonomi_nn_1 = mkN "vдrmeekonomi" "vдrmeekonomier" ; - vaermeelement_nn_1 = mkN "vдrmeelement" neutrum ; - vaermeenhet_nn_1 = mkN "vдrmeenhet" "vдrmeenheter" ; - vaermefloede_nn_1 = mkN "vдrmeflцde" ; - vaermefoerlust_nn_1 = mkN "vдrmefцrlust" "vдrmefцrluster" ; - vaermegenomgaangstal_nn_1 = mkN "vдrmegenomgеngstal" "vдrmegenomgеngstalet" "vдrmegenomgеngstalen" "vдrmegenomgеngstalena" ; - vaermegrad_nn_1 = mkN "vдrmegrad" "vдrmegrader" ; - vaermeisolator_nn_1 = mkN "vдrmeisolator" "vдrmeisolatorer" ; - vaermeisolerande_av_1 = mkA "vдrmeisolerande" ; - vaermekamera_nn_1 = mkN "vдrmekamera" ; - vaermekapacitet_nn_1 = mkN "vдrmekapacitet" "vдrmekapaciteter" ; - vaermekapacitivitet_nn_1 = mkN "vдrmekapacitivitet" "vдrmekapacitiviteter" ; - vaermekonduktivitet_nn_1 = mkN "vдrmekonduktivitet" "vдrmekonduktiviteter" ; - vaermekostnad_nn_1 = mkN "vдrmekostnad" "vдrmekostnader" ; - vaermekraftverk_nn_1 = mkN "vдrmekraftverk" neutrum ; - vaermekrus_nn_1 = mkN "vдrmekrus" neutrum ; - vaermeledare_nn_1 = mkN "vдrmeledare" "vдrmeledare" ; - vaermeledning_nn_1 = mkN "vдrmeledning" ; - vaermeledningssystem_nn_1 = mkN "vдrmeledningssystem" neutrum ; - vaermemaatt_nn_1 = mkN "vдrmemеtt" neutrum ; - vaermemaengd_nn_1 = mkN "vдrmemдngd" "vдrmemдngder" ; - vaermemotor_nn_1 = mkN "vдrmemotor" "vдrmemotorer" ; - vaermepump_nn_1 = mkN "vдrmepump" ; - vaermeskaap_nn_1 = mkN "vдrmeskеp" neutrum ; - vaermeskoeld_nn_1 = mkN "vдrmeskцld" ; - vaermestuga_nn_1 = mkN "vдrmestuga" ; - vaermetillaegg_nn_1 = mkN "vдrmetillдgg" neutrum ; - vaermeutbyte_nn_1 = mkN "vдrmeutbyte" ; - vaermevaexlare_nn_1 = mkN "vдrmevдxlare" "vдrmevдxlare" ; - vaermeverk_nn_1 = mkN "vдrmeverk" neutrum ; - vaermlaendsk_av_1 = mkA "vдrmlдndsk" ; - vaermlaendska_nn_2 = mkN "vдrmlдndska" ; - vaermlaenning_nn_1 = mkN "vдrmlдnning" ; - vaern_nn_1 = mkN "vдrn" neutrum ; - vaernfaagel_nn_1 = mkN "vдrnfеgel" ; - vaernloes_av_1 = mkA "vдrnlцs" ; - vaernpliktig_av_1 = mkA "vдrnpliktig" ; - vaernpliktsriksdag_nn_1 = mkN "vдrnpliktsriksdag" ; - vaernpliktstjaenstgoering_nn_1 = mkN "vдrnpliktstjдnstgцring" ; - vaernpliktsvaegrare_nn_1 = mkN "vдrnpliktsvдgrare" "vдrnpliktsvдgrare" ; - vaersting_nn_1 = mkN "vдrsting" ; - vaert_av_1 = mkA "vдrt" ; - vaerv_nn_1 = mkN "vдrv" neutrum ; - vaervning_nn_1 = mkN "vдrvning" ; - vaesen_nn_2 = mkN "vдsen" neutrum ; - vaesende_nn_1 = mkN "vдsende" ; - vaesentlig_av_1 = mkA "vдsentlig" ; - vaesentligen_ab_1 = mkAdv "vдsentligen" ; - vaesentlighet_nn_1 = mkN "vдsentlighet" "vдsentligheter" ; - vaeskryckare_nn_1 = mkN "vдskryckare" "vдskryckare" ; - vaesning_nn_1 = mkN "vдsning" ; - vaest_ab_1 = mkAdv "vдst" ; - vaest_nn_1 = mkN "vдst" ; - vaestan_ab_1 = mkAdv "vдstan" ; - vaestanflaekt_nn_1 = mkN "vдstanflдkt" ; - vaestanhavs_ab_1 = mkAdv "vдstanhavs" ; - vaester_ab_1 = mkAdv "vдster" ; - vaesterbottning_nn_1 = mkN "vдsterbottning" ; - vaesterbottnisk_av_1 = mkA "vдsterbottnisk" ; - vaestergoek_nn_1 = mkN "vдstergцk" ; - vaesterlaendsk_av_1 = mkA "vдsterlдndsk" ; - vaesterlaenning_nn_1 = mkN "vдsterlдnning" ; - vaesterut_ab_1 = mkAdv "vдsterut" ; - vaesteuropeisk_av_1 = mkA "vдsteuropeisk" ; - vaestgoetaklimax_nn_1 = mkN "vдstgцtaklimax" ; - vaestgoetaspets_nn_1 = mkN "vдstgцtaspets" ; - vaestgoete_nn_1 = mkN "vдstgцte" utrum ; - vaestgoetsk_av_1 = mkA "vдstgцtsk" ; - vaestgoetska_nn_2 = mkN "vдstgцtska" ; - vaestgot_nn_1 = mkN "vдstgot" "vдstgoter" ; - vaestgotisk_av_1 = mkA "vдstgotisk" ; - vaestindiefarare_nn_1 = mkN "vдstindiefarare" "vдstindiefarare" ; - vaestindisk_av_1 = mkA "vдstindisk" ; - vaestklaenning_nn_1 = mkN "vдstklдnning" ; - vaestkust_nn_1 = mkN "vдstkust" "vдstkuster" ; - vaestkustsallad_nn_1 = mkN "vдstkustsallad" "vдstkustsallader" ; - vaestlig_av_1 = mkA "vдstlig" ; - vaestmakt_nn_1 = mkN "vдstmakt" "vдstmakter" ; - vaestmanlaendsk_av_1 = mkA "vдstmanlдndsk" ; - vaestmanlaendska_nn_2 = mkN "vдstmanlдndska" ; - vaestmanlaenning_nn_1 = mkN "vдstmanlдnning" ; - vaestoever_ab_1 = mkAdv "vдstцver" ; - vaestpaa_ab_1 = mkAdv "vдstpе" ; - vaestra_av_1 = mkA "vдstra" ; - vaestsamoan_nn_1 = mkN "vдstsamoan" "vдstsamoaner" ; - vaestslavisk_av_1 = mkA "vдstslavisk" ; - vaestsvensk_av_1 = mkA "vдstsvensk" ; - vaesttysk_av_1 = mkA "vдsttysk" ; - vaesttysk_nn_1 = mkN "vдsttysk" ; - vaestvart_ab_1 = mkAdv "vдstvart" ; - vaestvind_nn_1 = mkN "vдstvind" ; - vaeteatom_nn_1 = mkN "vдteatom" "vдteatomer" ; - vaetebomb_nn_1 = mkN "vдtebomb" "vдtebomber" ; - vaetegenerator_nn_1 = mkN "vдtegenerator" "vдtegeneratorer" ; - vaetejon_nn_1 = mkN "vдtejon" "vдtejoner" ; - vaetejonkoncentration_nn_1 = mkN "vдtejonkoncentration" "vдtejonkoncentrationer" ; - vaetekarbonat_nn_1 = mkN "vдtekarbonat" "vдtekarbonater" ; - vaetekarbonatjon_nn_1 = mkN "vдtekarbonatjon" "vдtekarbonatjoner" ; - vaetevapen_nn_1 = mkN "vдtevapen" "vдtevapnet" "vдtevapen" "vдtevapnen" ; - vaetgasmolekyl_nn_1 = mkN "vдtgasmolekyl" "vдtgasmolekyler" ; - vaetgasrik_av_1 = mkA "vдtgasrik" ; - vaetmedel_nn_1 = mkN "vдtmedel" neutrum ; - vaetning_nn_1 = mkN "vдtning" ; - vaetska_nn_1 = mkN "vдtska" ; - vaetskeansamling_nn_1 = mkN "vдtskeansamling" ; - vaetskefoerlust_nn_1 = mkN "vдtskefцrlust" "vдtskefцrluster" ; - vaetskefylld_av_1 = mkA "vдtskefylld" "vдtskefyllt" ; - vaetskenivaa_nn_1 = mkN "vдtskenivе" "vдtskenivеer" ; - vaetsketermometer_nn_1 = mkN "vдtsketermometer" ; - vaetskig_av_1 = mkA "vдtskig" ; - vaette_nn_1 = mkN "vдtte" utrum ; - vaetteljus_nn_1 = mkN "vдtteljus" neutrum ; - vaetterroeding_nn_1 = mkN "vдtterrцding" ; - vaev_nn_1 = mkN "vдv" ; - vaevare_nn_1 = mkN "vдvare" "vдvare" ; - vaevarfaagel_nn_1 = mkN "vдvarfеgel" ; - vaevarfink_nn_1 = mkN "vдvarfink" ; - vaevarstare_nn_1 = mkN "vдvarstare" utrum ; - vaevburen_av_1 = mkA "vдvburen" "vдvburet" ; - vaeveri_nn_1 = mkN "vдveri" "vдverit" "vдverier" "vдverierna" ; - vaeverska_nn_1 = mkN "vдverska" ; - vaevkaepp_nn_1 = mkN "vдvkдpp" ; - vaevkam_nn_1 = mkN "vдvkam" "vдvkammen" "vдvkammar" "vдvkammarna" ; - vaevknut_nn_1 = mkN "vдvknut" ; - vaevnad_nn_1 = mkN "vдvnad" "vдvnader" ; - vaevning_nn_1 = mkN "vдvning" ; - vaevningsmoenster_nn_1 = mkN "vдvningsmцnster" neutrum ; - vaevplast_nn_1 = mkN "vдvplast" "vдvplaster" ; - vaevskael_nn_1 = mkN "vдvskдl" neutrum ; - vaevskaft_nn_1 = mkN "vдvskaft" neutrum ; - vaevsked_nn_1 = mkN "vдvsked" ; - vaevskyttel_nn_1 = mkN "vдvskyttel" ; - vaevspaennare_nn_1 = mkN "vдvspдnnare" "vдvspдnnare" ; - vaevstol_nn_1 = mkN "vдvstol" ; - vaevtyngd_nn_1 = mkN "vдvtyngd" "vдvtyngder" ; - vaexel_nn_1 = mkN "vдxel" ; - vaexelaccept_nn_1 = mkN "vдxelaccept" "vдxelaccepter" ; - vaexelaffaer_nn_1 = mkN "vдxelaffдr" "vдxelaffдrer" ; - vaexelbord_nn_1 = mkN "vдxelbord" neutrum ; - vaexeldiskont_nn_1 = mkN "vдxeldiskont" "vдxeldiskonter" ; - vaexeldiskonto_nn_1 = mkN "vдxeldiskonto" "vдxeldiskontot" "vдxeldiskonton" "vдxeldiskontona" ; - vaexelfoerregling_nn_1 = mkN "vдxelfцrregling" ; - vaexelfordran_nn_1 = mkN "vдxelfordran" "vдxelfordran" "vдxelfordringar" "vдxelfordringarna" ; - vaexelgaeldenaer_nn_1 = mkN "vдxelgдldenдr" "vдxelgдldenдrer" ; - vaexelgivare_nn_1 = mkN "vдxelgivare" "vдxelgivare" ; - vaexelkassa_nn_1 = mkN "vдxelkassa" ; - vaexelkontor_nn_1 = mkN "vдxelkontor" neutrum ; - vaexelkredit_nn_1 = mkN "vдxelkredit" "vдxelkrediter" ; - vaexelkurs_nn_1 = mkN "vдxelkurs" "vдxelkurser" ; - vaexellok_nn_1 = mkN "vдxellok" neutrum ; - vaexelmynt_nn_1 = mkN "vдxelmynt" neutrum ; - vaexelomsaettning_nn_1 = mkN "vдxelomsдttning" ; - vaexelryttare_nn_1 = mkN "vдxelryttare" "vдxelryttare" ; - vaexelsaang_nn_1 = mkN "vдxelsеng" "vдxelsеnger" ; - vaexelspaar_nn_1 = mkN "vдxelspеr" neutrum ; - vaexelspaenning_nn_1 = mkN "vдxelspдnning" ; - vaexelspak_nn_1 = mkN "vдxelspak" ; - vaexelspel_nn_1 = mkN "vдxelspel" "vдxelspelet" "vдxelspel" "vдxelspelen" ; - vaexelstaell_nn_1 = mkN "vдxelstдll" neutrum ; - vaexelstaellverk_nn_1 = mkN "vдxelstдllverk" neutrum ; - vaexelstroem_nn_1 = mkN "vдxelstrцm" "vдxelstrцmmen" "vдxelstrцmmar" "vдxelstrцmmarna" ; - vaexeltrassat_nn_1 = mkN "vдxeltrassat" "vдxeltrassater" ; - vaexeltrassent_nn_1 = mkN "vдxeltrassent" "vдxeltrassenter" ; - vaexeltunga_nn_1 = mkN "vдxeltunga" ; - vaexelutstaellare_nn_1 = mkN "vдxelutstдllare" "vдxelutstдllare" ; - vaexelvarm_av_1 = mkA "vдxelvarm" ; - vaexelvis_ab_1 = mkAdv "vдxelvis" ; - vaexlande_av_1 = mkA "vдxlande" ; - vaexlare_nn_1 = mkN "vдxlare" "vдxlare" ; - vaexling_nn_1 = mkN "vдxling" ; - vaexlingslok_nn_1 = mkN "vдxlingslok" neutrum ; - vaexlingsrik_av_1 = mkA "vдxlingsrik" ; - vaext_nn_1 = mkN "vдxt" "vдxter" ; - vaextaemne_nn_1 = mkN "vдxtдmne" ; - vaextaetande_av_1 = mkA "vдxtдtande" ; - vaextaetare_nn_1 = mkN "vдxtдtare" "vдxtдtare" ; - vaextart_nn_1 = mkN "vдxtart" "vдxtarter" ; - vaextbas_nn_1 = mkN "vдxtbas" "vдxtbaser" ; - vaextcell_nn_1 = mkN "vдxtcell" "vдxtceller" ; - vaextdel_nn_1 = mkN "vдxtdel" "vдxtdelen" "vдxtdelar" "vдxtdelarna" ; - vaextfaerg_nn_1 = mkN "vдxtfдrg" "vдxtfдrger" ; - vaextfaergning_nn_1 = mkN "vдxtfдrgning" ; - vaextfamilj_nn_1 = mkN "vдxtfamilj" "vдxtfamiljer" ; - vaextfett_nn_1 = mkN "vдxtfett" "vдxtfettet" "vдxtfetter" "vдxtfetterna" ; - vaextfiber_nn_1 = mkN "vдxtfiber" "vдxtfibern" "vдxtfibrer" "vдxtfibrerna" ; - vaextfoeljd_nn_1 = mkN "vдxtfцljd" "vдxtfцljder" ; - vaextgift_nn_1 = mkN "vдxtgift" "vдxtgiftet" "vдxtgifter" "vдxtgifterna" ; - vaextgraens_nn_1 = mkN "vдxtgrдns" "vдxtgrдnser" ; - vaexthaemmande_av_1 = mkA "vдxthдmmande" ; - vaexthormon_nn_1 = mkN "vдxthormon" neutrum ; - vaexthus_nn_1 = mkN "vдxthus" neutrum ; - vaextkraftig_av_1 = mkA "vдxtkraftig" ; - vaextlig_av_1 = mkA "vдxtlig" ; - vaextlighet_nn_1 = mkN "vдxtlighet" "vдxtligheter" ; - vaextlokal_nn_1 = mkN "vдxtlokal" "vдxtlokaler" ; - vaextmargarin_nn_1 = mkN "vдxtmargarin" "vдxtmargariner" ; - vaextperiod_nn_1 = mkN "vдxtperiod" "vдxtperioder" ; - vaextplankton_nn_1 = mkN "vдxtplankton" neutrum ; - vaextplats_nn_1 = mkN "vдxtplats" "vдxtplatser" ; - vaextpress_nn_1 = mkN "vдxtpress" ; - vaextsaesong_nn_1 = mkN "vдxtsдsong" "vдxtsдsonger" ; - vaextsaft_nn_1 = mkN "vдxtsaft" "vдxtsafter" ; - vaextsamlare_nn_1 = mkN "vдxtsamlare" "vдxtsamlare" ; - vaextsjukdom_nn_1 = mkN "vдxtsjukdom" ; - vaextskott_nn_1 = mkN "vдxtskott" neutrum ; - vaextskyddsmedel_nn_1 = mkN "vдxtskyddsmedel" neutrum ; - vaextstam_nn_1 = mkN "vдxtstam" "vдxtstammen" "vдxtstammar" "vдxtstammarna" ; - vaextstekel_nn_1 = mkN "vдxtstekel" ; - vaexttraad_nn_1 = mkN "vдxttrеd" ; - vaextvaevnad_nn_1 = mkN "vдxtvдvnad" "vдxtvдvnader" ; - vafalls_ab_1 = mkAdv "vafalls" ; - vag_av_1 = mkA "vag" ; - vagabond_nn_1 = mkN "vagabond" "vagabonder" ; - vagabondnatur_nn_1 = mkN "vagabondnatur" "vagabondnaturer" ; - vagant_nn_1 = mkN "vagant" "vaganter" ; - vagel_nn_1 = mkN "vagel" ; - vaggsaang_nn_1 = mkN "vaggsеng" "vaggsеnger" ; - vaggtryck_nn_1 = mkN "vaggtryck" neutrum ; - vaginal_av_1 = mkA "vaginal" ; - vagn_nn_1 = mkN "vagn" ; - vagnbjoern_nn_1 = mkN "vagnbjцrn" ; - vagnborg_nn_1 = mkN "vagnborg" ; - vagnhall_nn_1 = mkN "vagnhall" ; - vagnpark_nn_1 = mkN "vagnpark" "vagnparker" ; - vagnsaett_nn_1 = mkN "vagnsдtt" neutrum ; - vagnshaeck_nn_1 = mkN "vagnshдck" ; - vagnskadefoersaekring_nn_1 = mkN "vagnskadefцrsдkring" ; - vagnskorg_nn_1 = mkN "vagnskorg" ; - vagnslast_nn_1 = mkN "vagnslast" "vagnslaster" ; - vagnslider_nn_1 = mkN "vagnslider" neutrum ; - vajer_nn_1 = mkN "vajer" ; - vajert_ab_1 = mkAdv "vajert" ; - vak_nn_1 = mkN "vak" ; - vakans_nn_1 = mkN "vakans" "vakanser" ; - vakansfoerordnande_nn_1 = mkN "vakansfцrordnande" ; - vakansvikarie_nn_1 = mkN "vakansvikarie" "vakansvikarier" ; - vakant_av_1 = mkA "vakant" "vakant" ; - vakare_nn_1 = mkN "vakare" "vakare" ; - vaken_av_1 = mkA "vaken" "vaket" ; - vakfaagel_nn_1 = mkN "vakfеgel" ; - vaknatt_nn_1 = mkN "vaknatt" "vaknдtter" ; - vaksam_av_1 = mkA "vaksam" "vaksamt" "vaksamma" "vaksamma" "vaksammare" "vaksammast" "vaksammaste" ; - vaksin_nn_1 = mkN "vaksin" neutrum ; - vaksination_nn_1 = mkN "vaksination" "vaksinationer" ; - vaksinatoer_nn_1 = mkN "vaksinatцr" "vaksinatцrer" ; - vakt_nn_1 = mkN "vakt" "vakter" ; - vaktarrest_nn_1 = mkN "vaktarrest" "vaktarrester" ; - vaktavloesning_nn_1 = mkN "vaktavlцsning" ; - vaktel_nn_1 = mkN "vaktel" ; - vakthaallning_nn_1 = mkN "vakthеllning" ; - vakthavande_av_1 = mkA "vakthavande" ; - vakthund_nn_1 = mkN "vakthund" ; - vaktkur_nn_1 = mkN "vaktkur" ; - vaktmaestare_nn_1 = mkN "vaktmдstare" "vaktmдstare" ; - vaktmaesteri_nn_1 = mkN "vaktmдsteri" "vaktmдsterit" "vaktmдsterier" "vaktmдsterierna" ; - vaktman_nn_1 = mkN "vaktman" "vaktmannen" "vaktmдn" "vaktmдnnen" ; - vaktparad_nn_1 = mkN "vaktparad" "vaktparader" ; - vaktpost_nn_1 = mkN "vaktpost" "vaktposter" ; - vaktstyrka_nn_1 = mkN "vaktstyrka" ; - vakuum_nn_1 = mkN "vakuum" neutrum ; - vakuumbroms_nn_1 = mkN "vakuumbroms" ; - vakuumfoerpackning_nn_1 = mkN "vakuumfцrpackning" ; - vakuumkammare_nn_1 = mkN "vakuumkammare" "vakuumkammaren" "vakuumkamrar" "vakuumkamrarna" ; - vakuummateria_nn_1 = mkN "vakuummateria" "vakuummaterian" "vakuummaterier" "vakuummaterierna" ; - vakuummeter_nn_1 = mkN "vakuummeter" ; - vakuumpump_nn_1 = mkN "vakuumpump" ; - vakuumregulator_nn_1 = mkN "vakuumregulator" "vakuumregulatorer" ; - vakuumsug_nn_1 = mkN "vakuumsug" ; - vakuumtoalett_nn_1 = mkN "vakuumtoalett" "vakuumtoaletter" ; - val_nn_1 = mkN "val" neutrum ; - val_nn_2 = mkN "val" ; - valack_nn_1 = mkN "valack" "valacker" ; - valaffisch_nn_1 = mkN "valaffisch" "valaffischer" ; - valapparat_nn_1 = mkN "valapparat" "valapparater" ; - valarbetare_nn_1 = mkN "valarbetare" "valarbetare" ; - valbar_av_1 = mkA "valbar" ; - valbarometer_nn_1 = mkN "valbarometer" ; - valberedning_nn_1 = mkN "valberedning" ; - valbiskop_nn_1 = mkN "valbiskop" ; - valborgsmaessoafton_nn_1 = mkN "valborgsmдssoafton" "valborgsmдssoaftonen" "valborgsmдssoaftnar" "valborgsmдssoaftnarna" ; - valbyraa_nn_1 = mkN "valbyrе" "valbyrеer" ; - valdistrikt_nn_1 = mkN "valdistrikt" neutrum ; - valen_av_1 = mkA "valen" "valet" ; - valens_nn_1 = mkN "valens" "valenser" ; - valenselektron_nn_1 = mkN "valenselektron" "valenselektroner" ; - valenstal_nn_1 = mkN "valenstal" "valenstalet" "valenstalen" "valenstalena" ; - valfaangare_nn_1 = mkN "valfеngare" "valfеngare" ; - valfisk_nn_1 = mkN "valfisk" ; - valfraendskap_nn_1 = mkN "valfrдndskap" "valfrдndskaper" ; - valfri_av_1 = mkA "valfri" "valfritt" ; - valfrihet_nn_1 = mkN "valfrihet" "valfriheter" ; - valfurste_nn_1 = mkN "valfurste" utrum ; - valhaent_av_1 = mkA "valhдnt" "valhдnt" ; - valhaenthet_nn_1 = mkN "valhдnthet" "valhдntheter" ; - valhemlighet_nn_1 = mkN "valhemlighet" "valhemligheter" ; - validitet_nn_1 = mkN "validitet" "validiteter" ; - valium_nn_1 = mkN "valium" neutrum ; - valk_nn_1 = mkN "valk" ; - valkampanj_nn_1 = mkN "valkampanj" "valkampanjer" ; - valkare_nn_1 = mkN "valkare" "valkare" ; - valkeri_nn_1 = mkN "valkeri" "valkerit" "valkerier" "valkerierna" ; - valkig_av_1 = mkA "valkig" ; - valkokeri_nn_1 = mkN "valkokeri" "valkokerit" "valkokerier" "valkokerierna" ; - valkrets_nn_1 = mkN "valkrets" ; - valkuvert_nn_1 = mkN "valkuvert" neutrum ; - vall_nn_1 = mkN "vall" ; - vallaengd_nn_1 = mkN "vallдngd" "vallдngder" ; - vallare_nn_1 = mkN "vallare" "vallare" ; - vallfaerd_nn_1 = mkN "vallfдrd" "vallfдrder" ; - vallfart_nn_1 = mkN "vallfart" "vallfarter" ; - vallfartsort_nn_1 = mkN "vallfartsort" "vallfartsorter" ; - vallgrav_nn_1 = mkN "vallgrav" ; - vallhorn_nn_1 = mkN "vallhorn" neutrum ; - vallhund_nn_1 = mkN "vallhund" ; - vallmo_nn_1 = mkN "vallmo" "vallmor" ; - vallmofroe_nn_1 = mkN "vallmofrц" "vallmofrцt" "vallmofrцn" "vallmofrцen" ; - vallmovaext_nn_1 = mkN "vallmovдxt" "vallmovдxter" ; - vallningstabell_nn_1 = mkN "vallningstabell" "vallningstabeller" ; - vallokal_nn_1 = mkN "vallokal" "vallokaler" ; - vallon_nn_1 = mkN "vallon" "valloner" ; - vallonsk_av_1 = mkA "vallonsk" ; - vallpojke_nn_1 = mkN "vallpojke" utrum ; - vallvaext_nn_1 = mkN "vallvдxt" "vallvдxter" ; - valman_nn_1 = mkN "valman" "valmannen" "valmдn" "valmдnnen" ; - valmaskineri_nn_1 = mkN "valmaskineri" "valmaskinerit" "valmaskinerier" "valmaskinerierna" ; - valmoejlighet_nn_1 = mkN "valmцjlighet" "valmцjligheter" ; - valmoete_nn_1 = mkN "valmцte" ; - valmtak_nn_1 = mkN "valmtak" neutrum ; - valnoet_nn_1 = mkN "valnцt" "valnцtter" ; - valnoetstraed_nn_1 = mkN "valnцtstrдd" neutrum ; - valoer_nn_1 = mkN "valцr" "valцrer" ; - valomgaang_nn_1 = mkN "valomgеng" ; - valp_nn_1 = mkN "valp" ; - valpaktig_av_1 = mkA "valpaktig" ; - valpig_av_1 = mkA "valpig" ; - valplats_nn_1 = mkN "valplats" "valplatser" ; - valresultat_nn_1 = mkN "valresultat" neutrum ; - valrike_nn_1 = mkN "valrike" ; - valroerelse_nn_1 = mkN "valrцrelse" "valrцrelser" ; - valross_nn_1 = mkN "valross" ; - valrossmustasch_nn_1 = mkN "valrossmustasch" "valrossmustascher" ; - vals_nn_1 = mkN "vals" ; - vals_nn_2 = mkN "vals" "valser" ; - valsaett_nn_1 = mkN "valsдtt" neutrum ; - valsedel_nn_1 = mkN "valsedel" ; - valseger_nn_1 = mkN "valseger" ; - valsituation_nn_1 = mkN "valsituation" "valsituationer" ; - valskaerm_nn_1 = mkN "valskдrm" ; - valsoer_nn_1 = mkN "valsцr" "valsцrer" ; - valspraak_nn_1 = mkN "valsprеk" neutrum ; - valsverk_nn_1 = mkN "valsverk" neutrum ; - valthorn_nn_1 = mkN "valthorn" neutrum ; - valuta_nn_1 = mkN "valuta" ; - valutaaffaer_nn_1 = mkN "valutaaffдr" "valutaaffдrer" ; - valutabrott_nn_1 = mkN "valutabrott" neutrum ; - valutafond_nn_1 = mkN "valutafond" "valutafonder" ; - valutaklausul_nn_1 = mkN "valutaklausul" "valutaklausuler" ; - valutakurs_nn_1 = mkN "valutakurs" "valutakurser" ; - valutareglering_nn_1 = mkN "valutareglering" ; - valutareserv_nn_1 = mkN "valutareserv" "valutareserver" ; - valutasvin_nn_1 = mkN "valutasvin" neutrum ; - valutgaang_nn_1 = mkN "valutgеng" ; - valv_nn_1 = mkN "valv" neutrum ; - valvbaage_nn_1 = mkN "valvbеge" utrum ; - valvel_nn_1 = mkN "valvel" "valveln" "valvler" "valvlerna" ; - valvslagning_nn_1 = mkN "valvslagning" ; - vamp_nn_1 = mkN "vamp" ; - vampig_av_1 = mkA "vampig" ; - vampyr_nn_1 = mkN "vampyr" "vampyrer" ; - van_av_1 = mkA "van" ; - van_nn_1 = mkN "van" "vaner" ; - vana_nn_1 = mkN "vana" ; - vanaerande_av_1 = mkA "vanдrande" ; - vanartig_av_1 = mkA "vanartig" ; - vandal_nn_1 = mkN "vandal" "vandaler" ; - vandalisk_av_1 = mkA "vandalisk" ; - vandrarcell_nn_1 = mkN "vandrarcell" "vandrarceller" ; - vandrare_nn_1 = mkN "vandrare" "vandrare" ; - vandrarfolk_nn_1 = mkN "vandrarfolk" neutrum ; - vandrarhem_nn_1 = mkN "vandrarhem" "vandrarhemmet" "vandrarhem" "vandrarhemmen" ; - vandring_nn_1 = mkN "vandring" ; - vandringsaar_nn_1 = mkN "vandringsеr" neutrum ; - vandringscell_nn_1 = mkN "vandringscell" "vandringsceller" ; - vandringsfisk_nn_1 = mkN "vandringsfisk" ; - vandringsfolk_nn_1 = mkN "vandringsfolk" neutrum ; - vandringsman_nn_1 = mkN "vandringsman" "vandringsmannen" "vandringsmдn" "vandringsmдnnen" ; - vandringspokal_nn_1 = mkN "vandringspokal" "vandringspokaler" ; - vandringspris_nn_1 = mkN "vandringspris" neutrum ; - vandringsutstaellning_nn_1 = mkN "vandringsutstдllning" ; - vandringsvaagroer_nn_1 = mkN "vandringsvеgrцr" neutrum ; - vanebildande_av_1 = mkA "vanebildande" ; - vanebildning_nn_1 = mkN "vanebildning" ; - vanedjur_nn_1 = mkN "vanedjur" neutrum ; - vanedrinkare_nn_1 = mkN "vanedrinkare" "vanedrinkare" ; - vanekristen_av_1 = mkA "vanekristen" "vanekristet" ; - vanemaenniska_nn_1 = mkN "vanemдnniska" ; - vanemaessig_av_1 = mkA "vanemдssig" ; - vanesak_nn_1 = mkN "vanesak" "vanesaker" ; - vanfoer_av_1 = mkA "vanfцr" ; - vanfoerestaellning_nn_1 = mkN "vanfцrestдllning" ; - vanfoerhet_nn_1 = mkN "vanfцrhet" "vanfцrheter" ; - vanhederlig_av_1 = mkA "vanhederlig" ; - vanillin_nn_1 = mkN "vanillin" "vanilliner" ; - vankant_nn_1 = mkN "vankant" "vankanter" ; - vankelmodig_av_1 = mkA "vankelmodig" ; - vanlig_av_1 = mkA "vanlig" ; - vanligen_ab_1 = mkAdv "vanligen" ; - vanlighet_nn_1 = mkN "vanlighet" "vanligheter" ; - vanligtvis_ab_1 = mkAdv "vanligtvis" ; - vanmaektig_av_1 = mkA "vanmдktig" ; - vansinneskoerning_nn_1 = mkN "vansinneskцrning" ; - vansinnig_av_1 = mkA "vansinnig" ; - vanskaplig_av_1 = mkA "vanskaplig" ; - vanskapnad_nn_1 = mkN "vanskapnad" "vanskapnader" ; - vanskapt_av_1 = mkA "vanskapt" "vanskapt" ; - vanskapthet_nn_1 = mkN "vanskapthet" "vanskaptheter" ; - vansklig_av_1 = mkA "vansklig" ; - vanstark_av_1 = mkA "vanstark" ; - vanstyrd_av_1 = mkA "vanstyrd" "vanstyrt" ; - vant_nn_1 = mkN "vant" neutrum ; - vante_nn_1 = mkN "vante" utrum ; - vantrogen_av_1 = mkA "vantrogen" "vantroget" ; - vantskruv_nn_1 = mkN "vantskruv" ; - vantspridare_nn_1 = mkN "vantspridare" "vantspridare" ; - vanvettig_av_1 = mkA "vanvettig" ; - vanvoerdig_av_1 = mkA "vanvцrdig" ; - vanvoerdnad_nn_1 = mkN "vanvцrdnad" "vanvцrdnader" ; - vapen_nn_1 = mkN "vapen" "vapnet" "vapen" "vapnen" ; - vapenarsenal_nn_1 = mkN "vapenarsenal" "vapenarsenaler" ; - vapenbok_nn_1 = mkN "vapenbok" "vapenbцcker" ; - vapenbroder_nn_1 = mkN "vapenbroder" "vapenbrodern" "vapenbrцder" "vapenbrцderna" ; - vapendans_nn_1 = mkN "vapendans" "vapendanser" ; - vapendragare_nn_1 = mkN "vapendragare" "vapendragare" ; - vapenfabrik_nn_1 = mkN "vapenfabrik" "vapenfabriker" ; - vapenfoer_av_1 = mkA "vapenfцr" ; - vapenfri_av_1 = mkA "vapenfri" "vapenfritt" ; - vapenfynd_nn_1 = mkN "vapenfynd" neutrum ; - vapengren_nn_1 = mkN "vapengren" "vapengrenen" "vapengrenar" "vapengrenarna" ; - vapenhus_nn_1 = mkN "vapenhus" neutrum ; - vapenlek_nn_1 = mkN "vapenlek" ; - vapenloes_av_1 = mkA "vapenlцs" ; - vapenrock_nn_1 = mkN "vapenrock" ; - vapenskoeld_nn_1 = mkN "vapenskцld" ; - vapenslag_nn_1 = mkN "vapenslag" neutrum ; - vapensmed_nn_1 = mkN "vapensmed" "vapensmeder" ; - vapenstillestaand_nn_1 = mkN "vapenstillestеnd" neutrum ; - vapensystem_nn_1 = mkN "vapensystem" neutrum ; - vapentyp_nn_1 = mkN "vapentyp" "vapentyper" ; - vapenvaegrare_nn_1 = mkN "vapenvдgrare" "vapenvдgrare" ; - vapenvila_nn_1 = mkN "vapenvila" ; - vapoer_nn_1 = mkN "vapцr" "vapцrer" ; - var_ab_1 = mkAdv "var" ; - var_av_1 = mkA "var" ; - vara_nn_1 = mkN "vara" ; - varaktig_av_1 = mkA "varaktig" ; - varan_nn_1 = mkN "varan" "varaner" ; - varav_ab_1 = mkAdv "varav" ; - varbildning_nn_1 = mkN "varbildning" ; - varbygel_nn_1 = mkN "varbygel" ; - vardag_nn_1 = mkN "vardag" ; - vardaglig_av_1 = mkA "vardaglig" ; - vardagsliv_nn_1 = mkN "vardagsliv" neutrum ; - vardagsrum_nn_1 = mkN "vardagsrum" "vardagsrummet" "vardagsrum" "vardagsrummen" ; - vardagstaenkande_nn_1 = mkN "vardagstдnkande" ; - varde_nn_1 = mkN "varde" utrum ; - varefter_ab_1 = mkAdv "varefter" ; - varelse_nn_1 = mkN "varelse" "varelser" ; - varemot_ab_1 = mkAdv "varemot" ; - varest_ab_1 = mkAdv "varest" ; - varfaagel_nn_1 = mkN "varfеgel" ; - varfoer_ab_1 = mkAdv "varfцr" ; - varfoere_ab_1 = mkAdv "varfцre" ; - varg_nn_1 = mkN "varg" ; - vargavinter_nn_1 = mkN "vargavinter" ; - vargering_nn_1 = mkN "vargering" ; - varggrop_nn_1 = mkN "varggrop" ; - varghagel_nn_1 = mkN "varghagel" neutrum ; - varginna_nn_1 = mkN "varginna" ; - vargtimme_nn_1 = mkN "vargtimme" utrum ; - vargunge_nn_1 = mkN "vargunge" utrum ; - varhaerd_nn_1 = mkN "varhдrd" ; - varhelst_ab_1 = mkAdv "varhelst" ; - vari_ab_1 = mkAdv "vari" ; - varia_nn_1 = mkN "varia" "varian" "varia" "variana" ; - variabel_av_1 = mkA "variabel" "variabelt" "variabla" "variabla" "variablare" "variablast" "variablaste" ; - variabel_nn_1 = mkN "variabel" "variabeln" "variabler" "variablerna" ; - variabilitet_nn_1 = mkN "variabilitet" "variabiliteter" ; - varians_nn_1 = mkN "varians" "varianser" ; - variant_nn_1 = mkN "variant" "varianter" ; - variation_nn_1 = mkN "variation" "variationer" ; - variationsbredd_nn_1 = mkN "variationsbredd" "variationsbredder" ; - variationsinstrument_nn_1 = mkN "variationsinstrument" neutrum ; - variator_nn_1 = mkN "variator" "variatorer" ; - varibland_ab_1 = mkAdv "varibland" ; - variete_nn_1 = mkN "varietй" "varietйer" ; - varieteartist_nn_1 = mkN "varietйartist" "varietйartister" ; - varietet_nn_1 = mkN "varietet" "varieteter" ; - varifraan_ab_1 = mkAdv "varifrеn" ; - varig_av_1 = mkA "varig" ; - varigenom_ab_1 = mkAdv "varigenom" ; - variometer_nn_1 = mkN "variometer" ; - varjaemte_ab_1 = mkAdv "varjдmte" ; - varjag_nn_1 = mkN "varjag" "varjager" ; - varjehanda_av_1 = mkA "varjehanda" ; - varken_ab_1 = mkAdv "varken" ; - varkunnsam_av_1 = mkA "varkunnsam" "varkunnsamt" "varkunnsamma" "varkunnsamma" "varkunnsammare" "varkunnsammast" "varkunnsammaste" ; - varlig_av_1 = mkA "varlig" ; - varliga_ab_1 = mkAdv "varliga" ; - varligen_ab_1 = mkAdv "varligen" ; - varm_av_1 = mkA "varm" ; - varmbad_nn_1 = mkN "varmbad" neutrum ; - varmblod_nn_1 = mkN "varmblod" neutrum ; - varmblodig_av_1 = mkA "varmblodig" ; - varmbraeckt_av_1 = mkA "varmbrдckt" "varmbrдckt" ; - varmed_ab_1 = mkAdv "varmed" ; - varmfront_nn_1 = mkN "varmfront" "varmfronter" ; - varmgarage_nn_1 = mkN "varmgarage" "varmgaraget" "varmgarage" "varmgaragen" ; - varmhaallning_nn_1 = mkN "varmhеllning" ; - varmluftsridaa_nn_1 = mkN "varmluftsridе" "varmluftsridеer" ; - varmluftssystem_nn_1 = mkN "varmluftssystem" neutrum ; - varmraett_nn_1 = mkN "varmrдtt" "varmrдtter" ; - varmvatten_nn_1 = mkN "varmvatten" "varmvattnet" "varmvatten" "varmvattnen" ; - varmvattenberedare_nn_1 = mkN "varmvattenberedare" "varmvattenberedare" ; - varmvattensystem_nn_1 = mkN "varmvattensystem" neutrum ; - varning_nn_1 = mkN "varning" ; - varningsmaerke_nn_1 = mkN "varningsmдrke" ; - varningssignal_nn_1 = mkN "varningssignal" "varningssignaler" ; - varningstriangel_nn_1 = mkN "varningstriangel" ; - varoever_ab_1 = mkAdv "varцver" ; - varom_ab_1 = mkAdv "varom" ; - varp_nn_1 = mkN "varp" ; - varp_nn_2 = mkN "varp" neutrum ; - varpaa_ab_1 = mkAdv "varpе" ; - varpbom_nn_1 = mkN "varpbom" "varpbommen" "varpbommar" "varpbommarna" ; - varpning_nn_1 = mkN "varpning" ; - varptraad_nn_1 = mkN "varptrеd" ; - varsam_av_1 = mkA "varsam" "varsamt" "varsamma" "varsamma" "varsammare" "varsammast" "varsammaste" ; - varse_ab_1 = mkAdv "varse" ; - varsel_nn_1 = mkN "varsel" neutrum ; - varsomhelst_ab_1 = mkAdv "varsomhelst" ; - varstaedes_ab_1 = mkAdv "varstдdes" ; - vart_ab_1 = mkAdv "vart" ; - vartaat_ab_1 = mkAdv "vartеt" ; - vartefter_ab_1 = mkAdv "vartefter" ; - varthaen_ab_1 = mkAdv "varthдn" ; - varthelst_ab_1 = mkAdv "varthelst" ; - vartill_ab_1 = mkAdv "vartill" ; - vartsomhelst_ab_1 = mkAdv "vartsomhelst" ; - varubeteckning_nn_1 = mkN "varubeteckning" ; - varubil_nn_1 = mkN "varubil" ; - varubud_nn_1 = mkN "varubud" neutrum ; - varubuss_nn_1 = mkN "varubuss" ; - varudeklaration_nn_1 = mkN "varudeklaration" "varudeklarationer" ; - varufakta_nn_1 = mkN "varufakta" "varufaktan" "varufakta" "varufaktana" ; - varuhavare_nn_1 = mkN "varuhavare" "varuhavare" ; - varuhus_nn_1 = mkN "varuhus" neutrum ; - varuintag_nn_1 = mkN "varuintag" neutrum ; - varulaan_nn_1 = mkN "varulеn" neutrum ; - varulv_nn_1 = mkN "varulv" ; - varumaengd_nn_1 = mkN "varumдngd" "varumдngder" ; - varumaerke_nn_1 = mkN "varumдrke" ; - varunder_ab_1 = mkAdv "varunder" ; - varuparti_nn_1 = mkN "varuparti" "varupartit" "varupartier" "varupartierna" ; - varupris_nn_1 = mkN "varupris" neutrum ; - varuprov_nn_1 = mkN "varuprov" neutrum ; - varur_ab_1 = mkAdv "varur" ; - varuskatt_nn_1 = mkN "varuskatt" "varuskatter" ; - varuti_ab_1 = mkAdv "varuti" ; - varutinnan_ab_1 = mkAdv "varutinnan" ; - varutransport_nn_1 = mkN "varutransport" "varutransporter" ; - varuvagn_nn_1 = mkN "varuvagn" ; - varv_nn_1 = mkN "varv" neutrum ; - varvid_ab_1 = mkAdv "varvid" ; - varvidlag_ab_1 = mkAdv "varvidlag" ; - varvig_av_1 = mkA "varvig" ; - varvmaetare_nn_1 = mkN "varvmдtare" "varvmдtare" ; - varvraeknare_nn_1 = mkN "varvrдknare" "varvrдknare" ; - varvsindustri_nn_1 = mkN "varvsindustri" "varvsindustrier" ; - varvtal_nn_1 = mkN "varvtal" "varvtalet" "varvtalen" "varvtalena" ; - vas_nn_1 = mkN "vas" "vaser" ; - vasall_nn_1 = mkN "vasall" "vasaller" ; - vasallstat_nn_1 = mkN "vasallstat" "vasallstater" ; - vasaorden_nn_1 = mkN "vasaorden" ; - vase_nn_1 = mkN "vase" utrum ; - vasektomi_nn_1 = mkN "vasektomi" "vasektomier" ; - vask_nn_1 = mkN "vask" ; - vasker_nn_1 = mkN "vasker" ; - vaskulaer_av_1 = mkA "vaskulдr" ; - vasomotorisk_av_1 = mkA "vasomotorisk" ; - vass_av_1 = mkA "vass" ; - vass_nn_1 = mkN "vass" ; - vasslig_av_1 = mkA "vasslig" ; - vassroer_nn_1 = mkN "vassrцr" neutrum ; - vassrugge_nn_1 = mkN "vassrugge" utrum ; - vaterbom_nn_1 = mkN "vaterbom" "vaterbommen" "vaterbommar" "vaterbommarna" ; - vaterbord_nn_1 = mkN "vaterbord" neutrum ; - vatikansk_av_1 = mkA "vatikansk" ; - vattblaa_av_1 = mkA "vattblе" "vattblеtt" ; - vatten_nn_1 = mkN "vatten" "vattnet" "vatten" "vattnen" ; - vattenavstoetande_av_1 = mkA "vattenavstцtande" ; - vattenavvisande_av_1 = mkA "vattenavvisande" ; - vattenbad_nn_1 = mkN "vattenbad" neutrum ; - vattenbehaallare_nn_1 = mkN "vattenbehеllare" "vattenbehеllare" ; - vattenbi_nn_1 = mkN "vattenbi" "vattenbit" "vattenbin" "vattenbien" ; - vattenblaa_av_1 = mkA "vattenblе" "vattenblеtt" ; - vattenbrist_nn_1 = mkN "vattenbrist" "vattenbrister" ; - vattenbruk_nn_1 = mkN "vattenbruk" neutrum ; - vattenburen_av_1 = mkA "vattenburen" "vattenburet" ; - vattenbyggnad_nn_1 = mkN "vattenbyggnad" "vattenbyggnader" ; - vattencykel_nn_1 = mkN "vattencykel" ; - vattendelare_nn_1 = mkN "vattendelare" "vattendelare" ; - vattendjup_nn_1 = mkN "vattendjup" neutrum ; - vattendjur_nn_1 = mkN "vattendjur" neutrum ; - vattendomstol_nn_1 = mkN "vattendomstol" ; - vattendrag_nn_1 = mkN "vattendrag" neutrum ; - vattendrivande_av_1 = mkA "vattendrivande" ; - vattendriven_av_1 = mkA "vattendriven" "vattendrivet" ; - vattendroppe_nn_1 = mkN "vattendroppe" utrum ; - vattenfaagel_nn_1 = mkN "vattenfеgel" ; - vattenfaerg_nn_1 = mkN "vattenfдrg" "vattenfдrger" ; - vattenfall_nn_1 = mkN "vattenfall" neutrum ; - vattenfas_nn_1 = mkN "vattenfas" "vattenfaser" ; - vattenfast_av_1 = mkA "vattenfast" "vattenfast" ; - vattenfoerorening_nn_1 = mkN "vattenfцrorening" ; - vattenfylld_av_1 = mkA "vattenfylld" "vattenfyllt" ; - vattengel_nn_1 = mkN "vattengel" "vattengelet" "vattengeler" "vattengelerna" ; - vattenglas_nn_1 = mkN "vattenglas" neutrum ; - vattenhaal_nn_1 = mkN "vattenhеl" neutrum ; - vattenhalt_nn_1 = mkN "vattenhalt" "vattenhalter" ; - vattenhjul_nn_1 = mkN "vattenhjul" neutrum ; - vattenhyacint_nn_1 = mkN "vattenhyacint" "vattenhyacinter" ; - vattenkaenslig_av_1 = mkA "vattenkдnslig" ; - vattenkanon_nn_1 = mkN "vattenkanon" "vattenkanoner" ; - vattenklosett_nn_1 = mkN "vattenklosett" "vattenklosetter" ; - vattenkokare_nn_1 = mkN "vattenkokare" "vattenkokare" ; - vattenkraftverk_nn_1 = mkN "vattenkraftverk" neutrum ; - vattenkran_nn_1 = mkN "vattenkran" ; - vattenkultur_nn_1 = mkN "vattenkultur" "vattenkulturer" ; - vattenkvarn_nn_1 = mkN "vattenkvarn" ; - vattenkyld_av_1 = mkA "vattenkyld" "vattenkylt" ; - vattenlaas_nn_1 = mkN "vattenlеs" neutrum ; - vattenled_nn_1 = mkN "vattenled" "vattenleder" ; - vattenledning_nn_1 = mkN "vattenledning" ; - vattenledningsvatten_nn_1 = mkN "vattenledningsvatten" "vattenledningsvattnet" "vattenledningsvatten" "vattenledningsvattnen" ; - vattenlevande_av_1 = mkA "vattenlevande" ; - vattenlinje_nn_1 = mkN "vattenlinje" "vattenlinjer" ; - vattenlist_nn_1 = mkN "vattenlist" "vattenlister" ; - vattenloepare_nn_1 = mkN "vattenlцpare" "vattenlцpare" ; - vattenloeslig_av_1 = mkA "vattenlцslig" ; - vattenloeslighet_nn_1 = mkN "vattenlцslighet" "vattenlцsligheter" ; - vattenloesning_nn_1 = mkN "vattenlцsning" ; - vattenmaerke_nn_1 = mkN "vattenmдrke" ; - vattenmelon_nn_1 = mkN "vattenmelon" "vattenmeloner" ; - vattennivaa_nn_1 = mkN "vattennivе" "vattennivеer" ; - vattennymf_nn_1 = mkN "vattennymf" "vattennymfer" ; - vattenorganism_nn_1 = mkN "vattenorganism" "vattenorganismer" ; - vattenpass_nn_1 = mkN "vattenpass" neutrum ; - vattenpelare_nn_1 = mkN "vattenpelare" "vattenpelare" ; - vattenpistol_nn_1 = mkN "vattenpistol" "vattenpistoler" ; - vattenpoel_nn_1 = mkN "vattenpцl" ; - vattenpost_nn_1 = mkN "vattenpost" "vattenposter" ; - vattenprov_nn_1 = mkN "vattenprov" neutrum ; - vattenpump_nn_1 = mkN "vattenpump" ; - vattenpuss_nn_1 = mkN "vattenpuss" ; - vattenrallare_nn_1 = mkN "vattenrallare" "vattenrallare" ; - vattenreglering_nn_1 = mkN "vattenreglering" ; - vattenreningsverk_nn_1 = mkN "vattenreningsverk" neutrum ; - vattenring_nn_1 = mkN "vattenring" ; - vattensamling_nn_1 = mkN "vattensamling" ; - vattensjuk_av_1 = mkA "vattensjuk" ; - vattenskalle_nn_1 = mkN "vattenskalle" utrum ; - vattenskinnbagge_nn_1 = mkN "vattenskinnbagge" utrum ; - vattenskott_nn_1 = mkN "vattenskott" neutrum ; - vattenslang_nn_1 = mkN "vattenslang" ; - vattenspindel_nn_1 = mkN "vattenspindel" ; - vattenspridare_nn_1 = mkN "vattenspridare" "vattenspridare" ; - vattenstaand_nn_1 = mkN "vattenstеnd" neutrum ; - vattenstaandsroer_nn_1 = mkN "vattenstеndsrцr" neutrum ; - vattenstaandsvisare_nn_1 = mkN "vattenstеndsvisare" "vattenstеndsvisare" ; - vattenstaempel_nn_1 = mkN "vattenstдmpel" ; - vattenstaenk_nn_1 = mkN "vattenstдnk" neutrum ; - vattenstraale_nn_1 = mkN "vattenstrеle" utrum ; - vattenstroem_nn_1 = mkN "vattenstrцm" "vattenstrцmmen" "vattenstrцmmar" "vattenstrцmmarna" ; - vattensvin_nn_1 = mkN "vattensvin" neutrum ; - vattentaalig_av_1 = mkA "vattentеlig" ; - vattentaekt_nn_1 = mkN "vattentдkt" "vattentдkter" ; - vattentaet_av_1 = mkA "vattentдt" ; - vattentemperatur_nn_1 = mkN "vattentemperatur" "vattentemperaturer" ; - vattentorn_nn_1 = mkN "vattentorn" neutrum ; - vattentroeskel_nn_1 = mkN "vattentrцskel" ; - vattenturbin_nn_1 = mkN "vattenturbin" "vattenturbiner" ; - vattenur_nn_1 = mkN "vattenur" neutrum ; - vattenvaeg_nn_1 = mkN "vattenvдg" ; - vattenvaerde_nn_1 = mkN "vattenvдrde" ; - vattenvaermare_nn_1 = mkN "vattenvдrmare" "vattenvдrmare" ; - vattenvaesen_nn_1 = mkN "vattenvдsen" neutrum ; - vattenvaext_nn_1 = mkN "vattenvдxt" "vattenvдxter" ; - vattenverk_nn_1 = mkN "vattenverk" neutrum ; - vattnare_nn_1 = mkN "vattnare" "vattnare" ; - vattnig_av_1 = mkA "vattnig" ; - vattrig_av_1 = mkA "vattrig" ; - vattring_nn_1 = mkN "vattring" ; - vaudeville_nn_1 = mkN "vaudeville" "vaudeviller" ; - vax_nn_1 = mkN "vax" "vaxet" "vaxer" "vaxerna" ; - vaxavtryck_nn_1 = mkN "vaxavtryck" neutrum ; - vaxduk_nn_1 = mkN "vaxduk" ; - vaxkabinett_nn_1 = mkN "vaxkabinett" neutrum ; - vaxliknande_av_1 = mkA "vaxliknande" ; - vaxljus_nn_1 = mkN "vaxljus" neutrum ; - vaxpropp_nn_1 = mkN "vaxpropp" ; - vaxsigill_nn_1 = mkN "vaxsigill" neutrum ; - vaxskivling_nn_1 = mkN "vaxskivling" ; - vaxstapel_nn_1 = mkN "vaxstapel" ; - vaxtavla_nn_1 = mkN "vaxtavla" ; - veck_nn_1 = mkN "veck" neutrum ; - vecka_nn_1 = mkN "vecka" ; - veckberg_nn_1 = mkN "veckberg" neutrum ; - veckig_av_1 = mkA "veckig" ; - vecklare_nn_1 = mkN "vecklare" "vecklare" ; - veckning_nn_1 = mkN "veckning" ; - veckoaenda_nn_1 = mkN "veckoдnda" "veckoдndan" "veckoдndar" "veckoдndarna" ; - veckoavdelning_nn_1 = mkN "veckoavdelning" ; - veckobiljett_nn_1 = mkN "veckobiljett" "veckobiljetter" ; - veckodag_nn_1 = mkN "veckodag" ; - veckohelg_nn_1 = mkN "veckohelg" "veckohelger" ; - veckopeng_nn_1 = mkN "veckopeng" ; - veckoslut_nn_1 = mkN "veckoslut" neutrum ; - veckotidning_nn_1 = mkN "veckotidning" ; - veckotimme_nn_1 = mkN "veckotimme" utrum ; - veckovis_ab_1 = mkAdv "veckovis" ; - vedbacke_nn_1 = mkN "vedbacke" utrum ; - vedbaerare_nn_1 = mkN "vedbдrare" "vedbдrare" ; - vedbod_nn_1 = mkN "vedbod" ; - vedborre_nn_1 = mkN "vedborre" utrum ; - vedbrand_nn_1 = mkN "vedbrand" "vedbrдnder" ; - vederboerande_av_1 = mkA "vederbцrande" ; - vederboerlig_av_1 = mkA "vederbцrlig" ; - vederboerligen_ab_1 = mkAdv "vederbцrligen" ; - vederdeloman_nn_1 = mkN "vederdeloman" "vederdelomannen" "vederdelomдn" "vederdelomдnnen" ; - vederdoepare_nn_1 = mkN "vederdцpare" "vederdцpare" ; - vederhaeftig_av_1 = mkA "vederhдftig" ; - vederkvickelse_nn_1 = mkN "vederkvickelse" "vederkvickelser" ; - vederlag_nn_1 = mkN "vederlag" neutrum ; - vederlike_nn_1 = mkN "vederlike" utrum ; - vedermoeda_nn_1 = mkN "vedermцda" ; - vedernamn_nn_1 = mkN "vedernamn" neutrum ; - vederpart_nn_1 = mkN "vederpart" "vederparter" ; - vedersakare_nn_1 = mkN "vedersakare" "vedersakare" ; - vederstygglig_av_1 = mkA "vederstygglig" ; - vedertagen_av_1 = mkA "vedertagen" "vedertaget" ; - vedervaerdig_av_1 = mkA "vedervдrdig" ; - vedervaerdighet_nn_1 = mkN "vedervдrdighet" "vedervдrdigheter" ; - vedettbaat_nn_1 = mkN "vedettbеt" ; - vedfaang_nn_1 = mkN "vedfеng" neutrum ; - vedhuggare_nn_1 = mkN "vedhuggare" "vedhuggare" ; - vedhuggning_nn_1 = mkN "vedhuggning" ; - vedisk_av_1 = mkA "vedisk" ; - vedkap_nn_1 = mkN "vedkap" ; - vedlaar_nn_1 = mkN "vedlеr" ; - vedpinne_nn_1 = mkN "vedpinne" utrum ; - vedsaag_nn_1 = mkN "vedsеg" ; - vedspis_nn_1 = mkN "vedspis" ; - vedstam_nn_1 = mkN "vedstam" "vedstammen" "vedstammar" "vedstammarna" ; - vedtrae_nn_1 = mkN "vedtrд" "vedtrдet" "vedtrдn" "vedtrдna" ; - vegan_nn_1 = mkN "vegan" "veganer" ; - vegetabilisk_av_1 = mkA "vegetabilisk" ; - vegetarian_nn_1 = mkN "vegetarian" "vegetarianer" ; - vegetariansk_av_1 = mkA "vegetariansk" ; - vegetarisk_av_1 = mkA "vegetarisk" ; - vegetation_nn_1 = mkN "vegetation" "vegetationer" ; - vegetationsbaelte_nn_1 = mkN "vegetationsbдlte" ; - vegetationsknopp_nn_1 = mkN "vegetationsknopp" ; - vegetationsperiod_nn_1 = mkN "vegetationsperiod" "vegetationsperioder" ; - vegetationszon_nn_1 = mkN "vegetationszon" "vegetationszoner" ; - vegetativ_av_1 = mkA "vegetativ" ; - vehikel_nn_1 = mkN "vehikel" ; - vek_av_1 = mkA "vek" ; - veke_nn_1 = mkN "veke" utrum ; - veklig_av_1 = mkA "veklig" ; - veklighet_nn_1 = mkN "veklighet" "vekligheter" ; - vekling_nn_1 = mkN "vekling" ; - vektor_nn_1 = mkN "vektor" "vektorer" ; - velar_av_1 = mkA "velar" ; - velar_nn_1 = mkN "velar" "velarer" ; - vele_nn_1 = mkN "vele" utrum ; - velig_av_1 = mkA "velig" ; - veling_nn_1 = mkN "veling" ; - velociped_nn_1 = mkN "velociped" "velocipeder" ; - velodrom_nn_1 = mkN "velodrom" "velodromer" ; - velourpappa_nn_1 = mkN "velourpappa" ; - vemodig_av_1 = mkA "vemodig" ; - ven_nn_1 = mkN "ven" "vener" ; - vend_nn_1 = mkN "vend" "vender" ; - vendisk_av_1 = mkA "vendisk" ; - venerabel_av_1 = mkA "venerabel" "venerabelt" "venerabla" "venerabla" "venerablare" "venerablast" "venerablaste" ; - venereolog_nn_1 = mkN "venereolog" "venereologer" ; - venereologisk_av_1 = mkA "venereologisk" ; - venerisk_av_1 = mkA "venerisk" ; - venetian_nn_1 = mkN "venetian" "venetianer" ; - venetianare_nn_1 = mkN "venetianare" "venetianare" ; - venetiansk_av_1 = mkA "venetiansk" ; - venezuelan_nn_1 = mkN "venezuelan" "venezuelaner" ; - venoes_av_1 = mkA "venцs" ; - ventil_nn_1 = mkN "ventil" "ventiler" ; - ventilation_nn_1 = mkN "ventilation" "ventilationer" ; - ventilationsflaekt_nn_1 = mkN "ventilationsflдkt" ; - ventilator_nn_1 = mkN "ventilator" "ventilatorer" ; - ventilbasun_nn_1 = mkN "ventilbasun" "ventilbasuner" ; - ventilgummi_nn_1 = mkN "ventilgummi" "ventilgummit" "ventilgummin" "ventilgummina" ; - ventilhatt_nn_1 = mkN "ventilhatt" ; - ventilhus_nn_1 = mkN "ventilhus" neutrum ; - ventrikel_nn_1 = mkN "ventrikel" ; - venusberg_nn_1 = mkN "venusberg" neutrum ; - verb_nn_1 = mkN "verb" neutrum ; - verbaendelse_nn_1 = mkN "verbдndelse" "verbдndelser" ; - verbal_av_1 = mkA "verbal" ; - verbalabstrakt_nn_1 = mkN "verbalabstrakt" neutrum ; - verbalfaktor_nn_1 = mkN "verbalfaktor" "verbalfaktorer" ; - verbaliter_ab_1 = mkAdv "verbaliter" ; - verbalitet_nn_1 = mkN "verbalitet" "verbaliteter" ; - verbalnot_nn_1 = mkN "verbalnot" "verbalnoter" ; - verbalstam_nn_1 = mkN "verbalstam" "verbalstammen" "verbalstammar" "verbalstammarna" ; - verbalsubstantiv_nn_1 = mkN "verbalsubstantiv" neutrum ; - verbform_nn_1 = mkN "verbform" "verbformer" ; - verbhandling_nn_1 = mkN "verbhandling" ; - verbsammansaettning_nn_1 = mkN "verbsammansдttning" ; - verbstam_nn_1 = mkN "verbstam" "verbstammen" "verbstammar" "verbstammarna" ; - verifikat_nn_1 = mkN "verifikat" neutrum ; - verifikation_nn_1 = mkN "verifikation" "verifikationer" ; - veritabel_av_1 = mkA "veritabel" "veritabelt" "veritabla" "veritabla" "veritablare" "veritablast" "veritablaste" ; - verk_nn_1 = mkN "verk" neutrum ; - verkbord_nn_1 = mkN "verkbord" neutrum ; - verkhelig_av_1 = mkA "verkhelig" ; - verkjaern_nn_1 = mkN "verkjдrn" neutrum ; - verklig_av_1 = mkA "verklig" ; - verkligen_ab_1 = mkAdv "verkligen" ; - verklighet_nn_1 = mkN "verklighet" "verkligheter" ; - verklighetsbakgrund_nn_1 = mkN "verklighetsbakgrund" "verklighetsbakgrunder" ; - verklighetsfraemmande_av_1 = mkA "verklighetsfrдmmande" ; - verklighetsnaera_av_1 = mkA "verklighetsnдra" ; - verklighetstrogen_av_1 = mkA "verklighetstrogen" "verklighetstroget" ; - verkmaestare_nn_1 = mkN "verkmдstare" "verkmдstare" ; - verkning_nn_1 = mkN "verkning" ; - verkningsfull_av_1 = mkA "verkningsfull" ; - verkningsgrad_nn_1 = mkN "verkningsgrad" "verkningsgrader" ; - verkningsloes_av_1 = mkA "verkningslцs" ; - verksam_av_1 = mkA "verksam" "verksamt" "verksamma" "verksamma" "verksammare" "verksammast" "verksammaste" ; - verksamhet_nn_1 = mkN "verksamhet" "verksamheter" ; - verksamhetsaar_nn_1 = mkN "verksamhetsеr" neutrum ; - verksamhetsbehov_nn_1 = mkN "verksamhetsbehov" neutrum ; - verksamhetsberaettelse_nn_1 = mkN "verksamhetsberдttelse" "verksamhetsberдttelser" ; - verksamhetsfaelt_nn_1 = mkN "verksamhetsfдlt" neutrum ; - verkslaekare_nn_1 = mkN "verkslдkare" "verkslдkare" ; - verkstad_nn_1 = mkN "verkstad" "verkstдder" ; - verkstadsarbetare_nn_1 = mkN "verkstadsarbetare" "verkstadsarbetare" ; - verkstadsfoerening_nn_1 = mkN "verkstadsfцrening" ; - verkstadshus_nn_1 = mkN "verkstadshus" neutrum ; - verkstadsindustri_nn_1 = mkN "verkstadsindustri" "verkstadsindustrier" ; - verkstadsklubb_nn_1 = mkN "verkstadsklubb" ; - verkstaellande_av_1 = mkA "verkstдllande" ; - verkstaellighet_nn_1 = mkN "verkstдllighet" "verkstдlligheter" ; - verksynd_nn_1 = mkN "verksynd" "verksynder" ; - verktum_nn_1 = mkN "verktum" "verktummen" "verktum" "verktummen" ; - verktyg_nn_1 = mkN "verktyg" neutrum ; - verktygsmaskin_nn_1 = mkN "verktygsmaskin" "verktygsmaskiner" ; - verktygssats_nn_1 = mkN "verktygssats" "verktygssatser" ; - vernalisering_nn_1 = mkN "vernalisering" ; - vernissage_nn_1 = mkN "vernissage" "vernissager" ; - vers_nn_1 = mkN "vers" ; - versal_nn_1 = mkN "versal" "versaler" ; - versatil_av_1 = mkA "versatil" ; - versberaettelse_nn_1 = mkN "versberдttelse" "versberдttelser" ; - versbindning_nn_1 = mkN "versbindning" ; - versfot_nn_1 = mkN "versfot" "versfцtter" ; - versifikation_nn_1 = mkN "versifikation" "versifikationer" ; - versifikatoer_nn_1 = mkN "versifikatцr" "versifikatцrer" ; - version_nn_1 = mkN "version" "versioner" ; - verslaera_nn_1 = mkN "verslдra" ; - versmaatt_nn_1 = mkN "versmеtt" neutrum ; - versmakare_nn_1 = mkN "versmakare" "versmakare" ; - versrad_nn_1 = mkN "versrad" "versrader" ; - verst_nn_1 = mkN "verst" "versten" "verst" "versten" ; - vertebrat_nn_1 = mkN "vertebrat" "vertebrater" ; - vertikal_av_1 = mkA "vertikal" ; - vertikal_nn_1 = mkN "vertikal" "vertikaler" ; - vertikalcirkel_nn_1 = mkN "vertikalcirkel" ; - vertikalplan_nn_1 = mkN "vertikalplan" neutrum ; - vertikalstroem_nn_1 = mkN "vertikalstrцm" "vertikalstrцmmen" "vertikalstrцmmar" "vertikalstrцmmarna" ; - vertikalvinkel_nn_1 = mkN "vertikalvinkel" ; - vesaell_av_1 = mkA "vesдll" ; - vesir_nn_1 = mkN "vesir" "vesirer" ; - vesper_nn_1 = mkN "vesper" ; - vestal_nn_1 = mkN "vestal" "vestaler" ; - vestalisk_av_1 = mkA "vestalisk" ; - vestibul_nn_1 = mkN "vestibul" "vestibuler" ; - vetande_av_1 = mkA "vetande" ; - vetbar_av_1 = mkA "vetbar" ; - vetebroed_nn_1 = mkN "vetebrцd" neutrum ; - vetebulle_nn_1 = mkN "vetebulle" utrum ; - vetegrodd_nn_1 = mkN "vetegrodd" ; - vetekorn_nn_1 = mkN "vetekorn" neutrum ; - vetekrans_nn_1 = mkN "vetekrans" ; - vetenskap_nn_1 = mkN "vetenskap" "vetenskaper" ; - vetenskapare_nn_1 = mkN "vetenskapare" "vetenskapare" ; - vetenskaplig_av_1 = mkA "vetenskaplig" ; - vetenskapsakademi_nn_1 = mkN "vetenskapsakademi" "vetenskapsakademier" ; - vetenskapsman_nn_1 = mkN "vetenskapsman" "vetenskapsmannen" "vetenskapsmдn" "vetenskapsmдnnen" ; - veteran_nn_1 = mkN "veteran" "veteraner" ; - veteranbil_nn_1 = mkN "veteranbil" ; - veterinaer_nn_1 = mkN "veterinдr" "veterinдrer" ; - veterligen_ab_1 = mkAdv "veterligen" ; - veterligt_ab_1 = mkAdv "veterligt" ; - vetesort_nn_1 = mkN "vetesort" "vetesorter" ; - vetgirig_av_1 = mkA "vetgirig" ; - veto_nn_1 = mkN "veto" "vetot" "veton" "vetona" ; - vette_nn_1 = mkN "vette" utrum ; - vettig_av_1 = mkA "vettig" ; - vettloes_av_1 = mkA "vettlцs" ; - vettskraemd_av_1 = mkA "vettskrдmd" "vettskrдmt" ; - vettvillig_av_1 = mkA "vettvillig" ; - vettvilling_nn_1 = mkN "vettvilling" ; - vev_nn_1 = mkN "vev" ; - vevarm_nn_1 = mkN "vevarm" ; - vevaxel_nn_1 = mkN "vevaxel" ; - vevhus_nn_1 = mkN "vevhus" neutrum ; - vevling_nn_1 = mkN "vevling" ; - vevstaang_nn_1 = mkN "vevstеng" "vevstдnger" ; - vevstake_nn_1 = mkN "vevstake" utrum ; - vevtapp_nn_1 = mkN "vevtapp" ; - vi_ab_1 = mkAdv "vi" ; - viadukt_nn_1 = mkN "viadukt" "viadukter" ; - vial_nn_1 = mkN "vial" "vialer" ; - vibrafon_nn_1 = mkN "vibrafon" "vibrafoner" ; - vibrant_nn_1 = mkN "vibrant" "vibranter" ; - vibration_nn_1 = mkN "vibration" "vibrationer" ; - vibrato_nn_1 = mkN "vibrato" "vibratot" "vibraton" "vibratona" ; - vibrator_nn_1 = mkN "vibrator" "vibratorer" ; - vibrion_nn_1 = mkN "vibrion" "vibrioner" ; - vice_av_1 = mkA "vice" ; - viceamiral_nn_1 = mkN "viceamiral" "viceamiraler" ; - vicekonung_nn_1 = mkN "vicekonung" ; - vicekorpral_nn_1 = mkN "vicekorpral" "vicekorpraler" ; - vicekung_nn_1 = mkN "vicekung" ; - vicepresident_nn_1 = mkN "vicepresident" "vicepresidenter" ; - vicevaerd_nn_1 = mkN "vicevдrd" ; - vichyvatten_nn_1 = mkN "vichyvatten" "vichyvattnet" "vichyvatten" "vichyvattnen" ; - vick_nn_1 = mkN "vick" neutrum ; - vickel_nn_1 = mkN "vickel" ; - vickig_av_1 = mkA "vickig" ; - vickning_nn_1 = mkN "vickning" ; - victoriansk_av_1 = mkA "victoriansk" ; - vid_ab_1 = mkAdv "vid" ; - vid_av_1 = mkA "vid" ; - vida_ab_1 = mkAdv "vida" ; - vidareutbildning_nn_1 = mkN "vidareutbildning" ; - vidbraend_av_1 = mkA "vidbrдnd" ; - vidd_nn_1 = mkN "vidd" "vidder" ; - video_nn_1 = mkN "video" "videor" ; - videoband_nn_1 = mkN "videoband" neutrum ; - videobandspelare_nn_1 = mkN "videobandspelare" "videobandspelare" ; - videosignal_nn_1 = mkN "videosignal" "videosignaler" ; - viderboende_nn_1 = mkN "viderboende" "viderboenden" "viderboende" "viderboendena" ; - vidertryck_nn_1 = mkN "vidertryck" neutrum ; - videsparv_nn_1 = mkN "videsparv" ; - vidfilm_nn_1 = mkN "vidfilm" "vidfilmer" ; - vidhaalla_vb_1 = mkV "vidhеlla" "vidhцll" "vidhеllit" ; - vidhaeftning_nn_1 = mkN "vidhдftning" ; - vidi_ab_1 = mkAdv "vidi" ; - vidimation_nn_1 = mkN "vidimation" "vidimationer" ; - vidimering_nn_1 = mkN "vidimering" ; - vidja_nn_1 = mkN "vidja" ; - vidlyftig_av_1 = mkA "vidlyftig" ; - vidmakthaalla_vb_1 = mkV "vidmakthеlla" "vidmakthцll" "vidmakthеllit" ; - vidoeppen_av_1 = mkA "vidцppen" "vidцppet" ; - vidraekning_nn_1 = mkN "vidrдkning" ; - vidrig_av_1 = mkA "vidrig" ; - vidskepelse_nn_1 = mkN "vidskepelse" "vidskepelser" ; - vidskeplig_av_1 = mkA "vidskeplig" ; - vidstaaende_av_1 = mkA "vidstеende" ; - vidstraeckt_av_1 = mkA "vidstrдckt" "vidstrдckt" ; - vidsynt_av_1 = mkA "vidsynt" "vidsynt" ; - vidsynthet_nn_1 = mkN "vidsynthet" "vidsyntheter" ; - vidta_vb_1 = mkV "vidta" "vidtar" "vidta" "vidtog" "vidtagit" "vidtagen" ; - vidunder_nn_1 = mkN "vidunder" neutrum ; - vidunderlig_av_1 = mkA "vidunderlig" ; - vidvinkelobjektiv_nn_1 = mkN "vidvinkelobjektiv" neutrum ; - vielle_nn_1 = mkN "vielle" "vieller" ; - vietnames_nn_1 = mkN "vietnames" "vietnameser" ; - vietnamesisk_av_1 = mkA "vietnamesisk" ; - vietnamesiska_nn_2 = mkN "vietnamesiska" ; - vig_av_1 = mkA "vig" ; - vigg_nn_1 = mkN "vigg" ; - vigge_nn_1 = mkN "vigge" utrum ; - vigkvast_nn_1 = mkN "vigkvast" ; - vigsel_nn_1 = mkN "vigsel" ; - vigselannons_nn_1 = mkN "vigselannons" "vigselannonser" ; - vigselbevis_nn_1 = mkN "vigselbevis" neutrum ; - vigselformulaer_nn_1 = mkN "vigselformulдr" neutrum ; - vigselring_nn_1 = mkN "vigselring" ; - vigselrum_nn_1 = mkN "vigselrum" "vigselrummet" "vigselrum" "vigselrummen" ; - vik_nn_1 = mkN "vik" ; - vika_ab_1 = mkAdv "vika" ; - vika_vb_1 = mkV "vika" "vek" "vikit" ; - vikare_nn_1 = mkN "vikare" "vikare" ; - vikariat_nn_1 = mkN "vikariat" neutrum ; - vikarie_nn_1 = mkN "vikarie" "vikarier" ; - vikarierande_av_1 = mkA "vikarierande" ; - vikdoerr_nn_1 = mkN "vikdцrr" ; - viking_nn_1 = mkN "viking" ; - vikingagrav_nn_1 = mkN "vikingagrav" ; - vikingaskepp_nn_1 = mkN "vikingaskepp" neutrum ; - vikingataag_nn_1 = mkN "vikingatеg" neutrum ; - vikning_nn_1 = mkN "vikning" ; - vikon_nn_1 = mkN "vikon" neutrum ; - vikt_nn_1 = mkN "vikt" "vikter" ; - viktenhet_nn_1 = mkN "viktenhet" "viktenheter" ; - viktfoerlust_nn_1 = mkN "viktfцrlust" "viktfцrluster" ; - viktig_av_1 = mkA "viktig" ; - viktighetsmakare_nn_1 = mkN "viktighetsmakare" "viktighetsmakare" ; - viktigpetter_nn_1 = mkN "viktigpetter" ; - viktjusterare_nn_1 = mkN "viktjusterare" "viktjusterare" ; - viktklass_nn_1 = mkN "viktklass" "viktklasser" ; - viktloes_av_1 = mkA "viktlцs" ; - viktminskning_nn_1 = mkN "viktminskning" ; - viktoriansk_av_1 = mkA "viktoriansk" ; - viktprocent_nn_1 = mkN "viktprocent" "viktprocenten" "viktprocent" "viktprocenten" ; - viktskillnad_nn_1 = mkN "viktskillnad" "viktskillnader" ; - viktsystem_nn_1 = mkN "viktsystem" neutrum ; - viktualiehandel_nn_1 = mkN "viktualiehandel" ; - vila_nn_1 = mkN "vila" ; - vild_av_1 = mkA "vild" "vilt" ; - vildand_nn_1 = mkN "vildand" "vildдnder" ; - vildapel_nn_1 = mkN "vildapel" ; - vildbasare_nn_1 = mkN "vildbasare" "vildbasare" ; - vilddjur_nn_1 = mkN "vilddjur" neutrum ; - vilde_nn_1 = mkN "vilde" utrum ; - vildfaagel_nn_1 = mkN "vildfеgel" ; - vildgaas_nn_1 = mkN "vildgеs" "vildgеsen" "vildgдss" "vildgдssen" ; - vildgraes_nn_1 = mkN "vildgrдs" neutrum ; - vilding_nn_1 = mkN "vilding" ; - vildkanin_nn_1 = mkN "vildkanin" "vildkaniner" ; - vildkatt_nn_1 = mkN "vildkatt" "vildkatter" ; - vildmark_nn_1 = mkN "vildmark" "vildmarker" ; - vildnad_nn_1 = mkN "vildnad" "vildnader" ; - vildren_nn_1 = mkN "vildren" "vildrenen" "vildrenar" "vildrenarna" ; - vildrensjakt_nn_1 = mkN "vildrensjakt" "vildrensjakter" ; - vildsint_av_1 = mkA "vildsint" "vildsint" ; - vildskott_nn_1 = mkN "vildskott" neutrum ; - vildstam_nn_1 = mkN "vildstam" "vildstammen" "vildstammar" "vildstammarna" ; - vildsvin_nn_1 = mkN "vildsvin" neutrum ; - vildvuxen_av_1 = mkA "vildvuxen" "vildvuxet" ; - vilfaatoelj_nn_1 = mkN "vilfеtцlj" "vilfеtцljer" ; - vilja_nn_1 = mkN "vilja" ; - viljeakt_nn_1 = mkN "viljeakt" "viljeakter" ; - viljeanstraengning_nn_1 = mkN "viljeanstrдngning" ; - viljefoerklaring_nn_1 = mkN "viljefцrklaring" ; - viljehandling_nn_1 = mkN "viljehandling" ; - viljeloes_av_1 = mkA "viljelцs" ; - viljemaenniska_nn_1 = mkN "viljemдnniska" ; - viljemaessig_av_1 = mkA "viljemдssig" ; - viljestark_av_1 = mkA "viljestark" ; - viljesvag_av_1 = mkA "viljesvag" ; - viljeyttring_nn_1 = mkN "viljeyttring" ; - vill_ab_1 = mkAdv "vill" ; - villa_nn_1 = mkN "villa" ; - villande_av_1 = mkA "villande" ; - villanell_nn_1 = mkN "villanell" "villaneller" ; - villaservitut_nn_1 = mkN "villaservitut" neutrum ; - villebraad_nn_1 = mkN "villebrеd" neutrum ; - villfara_vb_1 = mkV "villfara" "villfor" "villfarit" ; - villfarelse_nn_1 = mkN "villfarelse" "villfarelser" ; - villig_av_1 = mkA "villig" ; - villkor_nn_1 = mkN "villkor" neutrum ; - villkorlig_av_1 = mkA "villkorlig" ; - villkorsbisats_nn_1 = mkN "villkorsbisats" "villkorsbisatser" ; - villkorskonjunktion_nn_1 = mkN "villkorskonjunktion" "villkorskonjunktioner" ; - villkorsloes_av_1 = mkA "villkorslцs" ; - villolaera_nn_1 = mkN "villolдra" ; - villospaar_nn_1 = mkN "villospеr" neutrum ; - villovaeg_nn_1 = mkN "villovдg" ; - villraadig_av_1 = mkA "villrеdig" ; - villsam_av_1 = mkA "villsam" "villsamt" "villsamma" "villsamma" "villsammare" "villsammast" "villsammaste" ; - vilodag_nn_1 = mkN "vilodag" ; - vilohem_nn_1 = mkN "vilohem" "vilohemmet" "vilohem" "vilohemmen" ; - vilolaege_nn_1 = mkN "vilolдge" ; - vilolaeger_nn_1 = mkN "vilolдger" neutrum ; - vilopaus_nn_1 = mkN "vilopaus" "vilopauser" ; - viloplats_nn_1 = mkN "viloplats" "viloplatser" ; - vilopunkt_nn_1 = mkN "vilopunkt" "vilopunkter" ; - vilorum_nn_1 = mkN "vilorum" "vilorummet" "vilorum" "vilorummen" ; - vilostadium_nn_1 = mkN "vilostadium" "vilostadiet" "vilostadier" "vilostadierna" ; - vilrum_nn_1 = mkN "vilrum" "vilrummet" "vilrum" "vilrummen" ; - vilsam_av_1 = mkA "vilsam" "vilsamt" "vilsamma" "vilsamma" "vilsammare" "vilsammast" "vilsammaste" ; - vilse_ab_1 = mkAdv "vilse" ; - vilsegaangen_av_1 = mkA "vilsegеngen" "vilsegеnget" ; - vilsekommen_av_1 = mkA "vilsekommen" "vilsekommet" "vilsekomna" "vilsekomna" "vilsekomnare" "vilsekomnast" "vilsekomnaste" ; - vilseledande_av_1 = mkA "vilseledande" ; - vilsen_av_1 = mkA "vilsen" "vilset" ; - vilstol_nn_1 = mkN "vilstol" ; - vilthandlare_nn_1 = mkN "vilthandlare" "vilthandlare" ; - viltplantering_nn_1 = mkN "viltplantering" ; - viltspegel_nn_1 = mkN "viltspegel" ; - viltstraak_nn_1 = mkN "viltstrеk" neutrum ; - vimmelkantig_av_1 = mkA "vimmelkantig" ; - vimpel_nn_1 = mkN "vimpel" ; - vimpelprydd_av_1 = mkA "vimpelprydd" ; - vimperg_nn_1 = mkN "vimperg" "vimperger" ; - vimsig_av_1 = mkA "vimsig" ; - vin_nn_1 = mkN "vin" "vinet" "viner" "vinerna" ; - vinaar_nn_1 = mkN "vinеr" neutrum ; - vinare_nn_1 = mkN "vinare" "vinare" ; - vinbaal_nn_1 = mkN "vinbеl" ; - vinbaer_nn_1 = mkN "vinbдr" neutrum ; - vinbaersbuske_nn_1 = mkN "vinbдrsbuske" utrum ; - vind_av_1 = mkA "vind" ; - vind_nn_1 = mkN "vind" ; - vind_nn_2 = mkN "vind" ; - vindaegg_nn_1 = mkN "vindдgg" neutrum ; - vindaendring_nn_1 = mkN "vindдndring" ; - vindbaelte_nn_1 = mkN "vindbдlte" ; - vindboejtel_nn_1 = mkN "vindbцjtel" ; - vindbro_nn_1 = mkN "vindbro" ; - vindby_nn_1 = mkN "vindby" "vindbyn" "vindbyar" "vindbyarna" ; - vinddriven_av_1 = mkA "vinddriven" "vinddrivet" ; - vindel_nn_1 = mkN "vindel" ; - vindfaang_nn_1 = mkN "vindfеng" neutrum ; - vindfloejel_nn_1 = mkN "vindflцjel" ; - vindfoerhaallande_nn_1 = mkN "vindfцrhеllande" ; - vindhastighet_nn_1 = mkN "vindhastighet" "vindhastigheter" ; - vindil_nn_1 = mkN "vindil" ; - vindkantring_nn_1 = mkN "vindkantring" ; - vindkraftverk_nn_1 = mkN "vindkraftverk" neutrum ; - vindling_nn_1 = mkN "vindling" ; - vindmaetare_nn_1 = mkN "vindmдtare" "vindmдtare" ; - vindmaetning_nn_1 = mkN "vindmдtning" ; - vindmaetningsinstrument_nn_1 = mkN "vindmдtningsinstrument" neutrum ; - vindoega_nn_1 = mkN "vindцga" "vindцgat" "vindцgon" "vindцgonen" ; - vindoegd_av_1 = mkA "vindцgd" "vindцgt" ; - vindpollinering_nn_1 = mkN "vindpollinering" ; - vindraett_ab_1 = mkAdv "vindrдtt" ; - vindriktning_nn_1 = mkN "vindriktning" ; - vindruta_nn_1 = mkN "vindruta" ; - vindrutespolare_nn_1 = mkN "vindrutespolare" "vindrutespolare" ; - vindrutetorkare_nn_1 = mkN "vindrutetorkare" "vindrutetorkare" ; - vindsida_nn_1 = mkN "vindsida" ; - vindskaerm_nn_1 = mkN "vindskдrm" ; - vindskammare_nn_1 = mkN "vindskammare" "vindskammaren" "vindskamrar" "vindskamrarna" ; - vindskontor_nn_1 = mkN "vindskontor" neutrum ; - vindskydd_nn_1 = mkN "vindskydd" neutrum ; - vindspel_nn_1 = mkN "vindspel" "vindspelet" "vindspel" "vindspelen" ; - vindstilla_av_1 = mkA "vindstilla" ; - vindstoet_nn_1 = mkN "vindstцt" ; - vindstyrka_nn_1 = mkN "vindstyrka" ; - vindsutrymme_nn_1 = mkN "vindsutrymme" ; - vindtaet_av_1 = mkA "vindtдt" ; - vindtunnel_nn_1 = mkN "vindtunnel" ; - vindvridning_nn_1 = mkN "vindvridning" ; - ving_nn_1 = mkN "ving" ; - vingaard_nn_1 = mkN "vingеrd" ; - vingaardsarbetare_nn_1 = mkN "vingеrdsarbetare" "vingеrdsarbetare" ; - vingaardsman_nn_1 = mkN "vingеrdsman" "vingеrdsmannen" "vingеrdsmдn" "vingеrdsmдnnen" ; - vingbredd_nn_1 = mkN "vingbredd" "vingbredder" ; - vingbruten_av_1 = mkA "vingbruten" "vingbrutet" ; - vinge_nn_1 = mkN "vinge" utrum ; - vingelpelle_nn_1 = mkN "vingelpelle" utrum ; - vingfrukt_nn_1 = mkN "vingfrukt" "vingfrukter" ; - vingklaff_nn_1 = mkN "vingklaff" ; - vinglas_nn_1 = mkN "vinglas" neutrum ; - vinglig_av_1 = mkA "vinglig" ; - vingloes_av_1 = mkA "vinglцs" ; - vingmutter_nn_1 = mkN "vingmutter" ; - vingplog_nn_1 = mkN "vingplog" ; - vingslag_nn_1 = mkN "vingslag" neutrum ; - vingspegel_nn_1 = mkN "vingspegel" ; - vingspets_nn_1 = mkN "vingspets" ; - vingtaeckare_nn_1 = mkN "vingtдckare" "vingtдckare" ; - vingteckning_nn_1 = mkN "vingteckning" ; - vingud_nn_1 = mkN "vingud" ; - vingummi_nn_1 = mkN "vingummi" "vingummit" "vingummin" "vingummina" ; - vinjett_nn_1 = mkN "vinjett" "vinjetter" ; - vink_nn_1 = mkN "vink" ; - vinkaennare_nn_1 = mkN "vinkдnnare" "vinkдnnare" ; - vinkel_nn_1 = mkN "vinkel" ; - vinkelarm_nn_1 = mkN "vinkelarm" ; - vinkelavstaand_nn_1 = mkN "vinkelavstеnd" neutrum ; - vinkelben_nn_1 = mkN "vinkelben" neutrum ; - vinkelborr_nn_1 = mkN "vinkelborr" ; - vinkelhake_nn_1 = mkN "vinkelhake" utrum ; - vinkelhastighet_nn_1 = mkN "vinkelhastighet" "vinkelhastigheter" ; - vinkelhus_nn_1 = mkN "vinkelhus" neutrum ; - vinkeljaern_nn_1 = mkN "vinkeljдrn" neutrum ; - vinkelknae_nn_1 = mkN "vinkelknд" "vinkelknдet" "vinkelknдn" "vinkelknдna" ; - vinkellinjal_nn_1 = mkN "vinkellinjal" "vinkellinjaler" ; - vinkelmaatt_nn_1 = mkN "vinkelmеtt" neutrum ; - vinkelpredikant_nn_1 = mkN "vinkelpredikant" "vinkelpredikanter" ; - vinkelraet_av_1 = mkA "vinkelrдt" ; - vinkelskillnad_nn_1 = mkN "vinkelskillnad" "vinkelskillnader" ; - vinkelspets_nn_1 = mkN "vinkelspets" ; - vinkelsumma_nn_1 = mkN "vinkelsumma" ; - vinkling_nn_1 = mkN "vinkling" ; - vinkork_nn_1 = mkN "vinkork" ; - vinland_nn_1 = mkN "vinland" "vinlandet" "vinlдnder" "vinlдnderna" ; - vinloev_nn_1 = mkN "vinlцv" neutrum ; - vinlus_nn_1 = mkN "vinlus" "vinlusen" "vinlцss" "vinlцssen" ; - vinmaerke_nn_1 = mkN "vinmдrke" ; - vinn_ab_1 = mkAdv "vinn" ; - vinna_vb_1 = mkV "vinna" "vann" "vunnit" ; - vinnande_av_1 = mkA "vinnande" ; - vinnare_nn_1 = mkN "vinnare" "vinnare" ; - vinnarhaal_nn_1 = mkN "vinnarhеl" neutrum ; - vinningslysten_av_1 = mkA "vinningslysten" "vinningslystet" ; - vinningslystnad_nn_1 = mkN "vinningslystnad" "vinningslystnader" ; - vinodlare_nn_1 = mkN "vinodlare" "vinodlare" ; - vinraettighet_nn_1 = mkN "vinrдttighet" "vinrдttigheter" ; - vinroed_av_1 = mkA "vinrцd" ; - vinsch_nn_1 = mkN "vinsch" ; - vinservering_nn_1 = mkN "vinservering" ; - vinskaenk_nn_1 = mkN "vinskдnk" ; - vinskoerd_nn_1 = mkN "vinskцrd" ; - vinsort_nn_1 = mkN "vinsort" "vinsorter" ; - vinst_nn_1 = mkN "vinst" "vinster" ; - vinstandel_nn_1 = mkN "vinstandel" "vinstandelen" "vinstandelar" "vinstandelarna" ; - vinstchans_nn_1 = mkN "vinstchans" "vinstchanser" ; - vinstdelning_nn_1 = mkN "vinstdelning" ; - vinstdelningsskatt_nn_1 = mkN "vinstdelningsskatt" "vinstdelningsskatter" ; - vinstmarginal_nn_1 = mkN "vinstmarginal" "vinstmarginaler" ; - vinstnummer_nn_1 = mkN "vinstnummer" neutrum ; - vinstock_nn_1 = mkN "vinstock" ; - vinstplan_nn_1 = mkN "vinstplan" "vinstplaner" ; - vinstuga_nn_1 = mkN "vinstuga" ; - vintagevin_nn_1 = mkN "vintagevin" "vintagevinet" "vintageviner" "vintagevinerna" ; - vinter_nn_1 = mkN "vinter" ; - vinterbadare_nn_1 = mkN "vinterbadare" "vinterbadare" ; - vinterblaa_av_1 = mkA "vinterblе" "vinterblеtt" ; - vinterbostad_nn_1 = mkN "vinterbostad" "vinterbostдder" ; - vinterdaeck_nn_1 = mkN "vinterdдck" neutrum ; - vinterdraekt_nn_1 = mkN "vinterdrдkt" "vinterdrдkter" ; - vinterfoder_nn_1 = mkN "vinterfoder" neutrum ; - vinterfrukt_nn_1 = mkN "vinterfrukt" "vinterfrukter" ; - vintergroen_av_1 = mkA "vintergrцn" ; - vinterhaerdig_av_1 = mkA "vinterhдrdig" ; - vinterhalvaar_nn_1 = mkN "vinterhalvеr" neutrum ; - vinterhimmel_nn_1 = mkN "vinterhimmel" ; - vinterkvaell_nn_1 = mkN "vinterkvдll" ; - vinterlandskap_nn_1 = mkN "vinterlandskap" "vinterlandskapet" "vinterlandskapen" "vinterlandskapena" ; - vinterlig_av_1 = mkA "vinterlig" ; - vinterliggare_nn_1 = mkN "vinterliggare" "vinterliggare" ; - vintermaanad_nn_1 = mkN "vintermеnad" "vintermеnader" ; - vinternatt_nn_1 = mkN "vinternatt" "vinternдtter" ; - vinterpaeron_nn_1 = mkN "vinterpдron" neutrum ; - vinterskinn_nn_1 = mkN "vinterskinn" neutrum ; - vinterspaarvagn_nn_1 = mkN "vinterspеrvagn" ; - vintersport_nn_1 = mkN "vintersport" "vintersporter" ; - vinterstaand_nn_1 = mkN "vinterstеnd" neutrum ; - vintertraedgaard_nn_1 = mkN "vintertrдdgеrd" ; - vintervaeg_nn_1 = mkN "vintervдg" ; - vintervaeglag_nn_1 = mkN "vintervдglag" neutrum ; - vintervila_nn_1 = mkN "vintervila" ; - vinthund_nn_1 = mkN "vinthund" ; - vintrig_av_1 = mkA "vintrig" ; - viol_nn_1 = mkN "viol" "violer" ; - violblaa_av_1 = mkA "violblе" "violblеtt" ; - violett_av_1 = mkA "violett" ; - violin_nn_1 = mkN "violin" "violiner" ; - violinist_nn_1 = mkN "violinist" "violinister" ; - violinklav_nn_1 = mkN "violinklav" "violinklaver" ; - violoncell_nn_1 = mkN "violoncell" "violonceller" ; - vip_nn_1 = mkN "vip" ; - vipp_nn_1 = mkN "vipp" ; - vippbraede_nn_1 = mkN "vippbrдde" ; - vippig_av_1 = mkA "vippig" ; - vippkoppling_nn_1 = mkN "vippkoppling" ; - vippstjaert_nn_1 = mkN "vippstjдrt" ; - viprum_nn_1 = mkN "viprum" "viprummet" "viprum" "viprummen" ; - vips_ab_1 = mkAdv "vips" ; - virginiahjort_nn_1 = mkN "virginiahjort" ; - viril_av_1 = mkA "viril" ; - virilitet_nn_1 = mkN "virilitet" "viriliteter" ; - virkeskvalitet_nn_1 = mkN "virkeskvalitet" "virkeskvaliteter" ; - virkesmaetning_nn_1 = mkN "virkesmдtning" ; - virkgarn_nn_1 = mkN "virkgarn" neutrum ; - virkkrok_nn_1 = mkN "virkkrok" ; - virknaal_nn_1 = mkN "virknеl" ; - virkning_nn_1 = mkN "virkning" ; - virolog_nn_1 = mkN "virolog" "virologer" ; - virrig_av_1 = mkA "virrig" ; - virtuell_av_1 = mkA "virtuell" ; - virtuos_av_1 = mkA "virtuos" ; - virtuos_nn_1 = mkN "virtuos" "virtuoser" ; - virtuositet_nn_1 = mkN "virtuositet" "virtuositeter" ; - virtuosmaessig_av_1 = mkA "virtuosmдssig" ; - virtuosnummer_nn_1 = mkN "virtuosnummer" neutrum ; - virulent_av_1 = mkA "virulent" "virulent" ; - virus_nn_1 = mkN "virus" neutrum ; - virusinfektion_nn_1 = mkN "virusinfektion" "virusinfektioner" ; - virussjukdom_nn_1 = mkN "virussjukdom" ; - virvel_nn_1 = mkN "virvel" ; - virvelroerelse_nn_1 = mkN "virvelrцrelse" "virvelrцrelser" ; - virvelstorm_nn_1 = mkN "virvelstorm" ; - virvelstroem_nn_1 = mkN "virvelstrцm" "virvelstrцmmen" "virvelstrцmmar" "virvelstrцmmarna" ; - virvelvind_nn_1 = mkN "virvelvind" ; - vis_av_1 = mkA "vis" ; - vis_nn_1 = mkN "vis" neutrum ; - visafton_nn_1 = mkN "visafton" "visaftonen" "visaftnar" "visaftnarna" ; - visare_nn_1 = mkN "visare" "visare" ; - visarkiv_nn_1 = mkN "visarkiv" neutrum ; - visbok_nn_1 = mkN "visbok" "visbцcker" ; - viscount_nn_1 = mkN "viscount" "viscounter" ; - visdom_nn_1 = mkN "visdom" ; - visdomsord_nn_1 = mkN "visdomsord" neutrum ; - visdomstand_nn_1 = mkN "visdomstand" "visdomstдnder" ; - vise_nn_1 = mkN "vise" utrum ; - visefall_nn_1 = mkN "visefall" neutrum ; - visent_nn_1 = mkN "visent" "visenter" ; - viseringskort_nn_1 = mkN "viseringskort" neutrum ; - vishet_nn_1 = mkN "vishet" "visheter" ; - vishetslaera_nn_1 = mkN "vishetslдra" ; - visibel_av_1 = mkA "visibel" "visibelt" "visibla" "visibla" "visiblare" "visiblast" "visiblaste" ; - vision_nn_1 = mkN "vision" "visioner" ; - visionaer_av_1 = mkA "visionдr" ; - visir_nn_1 = mkN "visir" neutrum ; - visit_nn_1 = mkN "visit" "visiter" ; - visitation_nn_1 = mkN "visitation" "visitationer" ; - visitator_nn_1 = mkN "visitator" "visitatorer" ; - visitering_nn_1 = mkN "visitering" ; - visitkort_nn_1 = mkN "visitkort" neutrum ; - viskare_nn_1 = mkN "viskare" "viskare" ; - viskning_nn_1 = mkN "viskning" ; - viskoes_av_1 = mkA "viskцs" ; - viskositet_nn_1 = mkN "viskositet" "viskositeter" ; - vislig_av_1 = mkA "vislig" ; - visligen_ab_1 = mkAdv "visligen" ; - visman_nn_1 = mkN "visman" "vismannen" "vismдn" "vismдnnen" ; - visning_nn_1 = mkN "visning" ; - visp_nn_1 = mkN "visp" ; - visper_nn_1 = mkN "visper" "visperen" "visperar" "visperarna" ; - vispig_av_1 = mkA "vispig" ; - viss_av_1 = mkA "viss" ; - vissen_av_1 = mkA "vissen" "visset" ; - visserligen_ab_1 = mkAdv "visserligen" ; - visshet_nn_1 = mkN "visshet" "vissheter" ; - vissla_nn_1 = mkN "vissla" ; - vissling_nn_1 = mkN "vissling" ; - visst_ab_1 = mkAdv "visst" ; - visstidsfoerordnande_nn_1 = mkN "visstidsfцrordnande" ; - vistelse_nn_1 = mkN "vistelse" "vistelser" ; - vistelseort_nn_1 = mkN "vistelseort" "vistelseorter" ; - visthus_nn_1 = mkN "visthus" neutrum ; - visthusbod_nn_1 = mkN "visthusbod" ; - visuell_av_1 = mkA "visuell" ; - visum_nn_1 = mkN "visum" neutrum ; - vit_av_1 = mkA "vit" ; - vitaktig_av_1 = mkA "vitaktig" ; - vital_av_1 = mkA "vital" ; - vitalbehov_nn_1 = mkN "vitalbehov" neutrum ; - vitalf_nn_1 = mkN "vitalf" "vitalfer" ; - vitalfoernimmelse_nn_1 = mkN "vitalfцrnimmelse" "vitalfцrnimmelser" ; - vitalitet_nn_1 = mkN "vitalitet" "vitaliteter" ; - vitalkapacitet_nn_1 = mkN "vitalkapacitet" "vitalkapaciteter" ; - vitalv_nn_1 = mkN "vitalv" "vitalver" ; - vitamin_nn_1 = mkN "vitamin" "vitaminer" ; - vitamininjektion_nn_1 = mkN "vitamininjektion" "vitamininjektioner" ; - vitaminrik_av_1 = mkA "vitaminrik" ; - vitbok_nn_1 = mkN "vitbok" "vitbцcker" ; - vitbroderi_nn_1 = mkN "vitbroderi" "vitbroderit" "vitbroderier" "vitbroderierna" ; - vitfisk_nn_1 = mkN "vitfisk" ; - vitgloedande_av_1 = mkA "vitglцdande" ; - vitgroen_av_1 = mkA "vitgrцn" ; - vithaarig_av_1 = mkA "vithеrig" ; - vithet_nn_1 = mkN "vithet" "vitheter" ; - vithyllt_av_1 = mkA "vithyllt" "vithyllt" ; - vitling_nn_1 = mkN "vitling" ; - vitloek_nn_1 = mkN "vitlцk" ; - vitmetall_nn_1 = mkN "vitmetall" "vitmetaller" ; - vitmoegelost_nn_1 = mkN "vitmцgelost" ; - vitnos_nn_1 = mkN "vitnos" ; - vitplister_nn_1 = mkN "vitplister" ; - vitraev_nn_1 = mkN "vitrдv" ; - vitrin_nn_1 = mkN "vitrin" "vitriner" ; - vitrinskaap_nn_1 = mkN "vitrinskеp" neutrum ; - vitrock_nn_1 = mkN "vitrock" ; - vitrysk_av_1 = mkA "vitrysk" ; - vitryska_nn_2 = mkN "vitryska" ; - vitryss_nn_1 = mkN "vitryss" ; - vits_nn_1 = mkN "vits" ; - vitsig_av_1 = mkA "vitsig" ; - vitsord_nn_1 = mkN "vitsord" neutrum ; - vitsvanshjort_nn_1 = mkN "vitsvanshjort" ; - vittbekant_av_1 = mkA "vittbekant" "vittbekant" ; - vittberest_av_1 = mkA "vittberest" "vittberest" ; - vittberoemd_av_1 = mkA "vittberцmd" "vittberцmt" ; - vitter_av_1 = mkA "vitter" "vittert" "vittra" "vittra" "vittrare" "vittrast" "vittraste" ; - vitterhet_nn_1 = mkN "vitterhet" "vitterheter" ; - vitterlek_nn_1 = mkN "vitterlek" ; - vittfamnande_av_1 = mkA "vittfamnande" ; - vittflygande_av_1 = mkA "vittflygande" ; - vittgaaende_av_1 = mkA "vittgеende" ; - vittling_nn_1 = mkN "vittling" ; - vittne_nn_1 = mkN "vittne" ; - vittnesbaas_nn_1 = mkN "vittnesbеs" neutrum ; - vittnesboerd_nn_1 = mkN "vittnesbцrd" neutrum ; - vittnesed_nn_1 = mkN "vittnesed" "vittneseder" ; - vittnesgill_av_1 = mkA "vittnesgill" ; - vittnesmaal_nn_1 = mkN "vittnesmеl" neutrum ; - vittnesskrank_nn_1 = mkN "vittnesskrank" neutrum ; - vittnesutsaga_nn_1 = mkN "vittnesutsaga" ; - vittomfattande_av_1 = mkA "vittomfattande" ; - vittvin_nn_1 = mkN "vittvin" "vittvinet" "vittviner" "vittvinerna" ; - vitvara_nn_1 = mkN "vitvara" ; - vitvin_nn_1 = mkN "vitvin" "vitvinet" "vitviner" "vitvinerna" ; - viv_nn_1 = mkN "viv" neutrum ; - vivace_ab_1 = mkAdv "vivace" ; - vivacitet_nn_1 = mkN "vivacitet" "vivaciteter" ; - vivel_nn_1 = mkN "vivel" ; - vivipar_av_1 = mkA "vivipar" ; - vivisektion_nn_1 = mkN "vivisektion" "vivisektioner" ; - vivisektoer_nn_1 = mkN "vivisektцr" "vivisektцrer" ; - vivoer_nn_1 = mkN "vivцr" "vivцrer" ; - voall_nn_1 = mkN "voall" "voaller" ; - voerdig_av_1 = mkA "vцrdig" ; - voerdnad_nn_1 = mkN "vцrdnad" "vцrdnader" ; - voerdnadsbetygelse_nn_1 = mkN "vцrdnadsbetygelse" "vцrdnadsbetygelser" ; - voerdnadsbjudande_av_1 = mkA "vцrdnadsbjudande" ; - voerdnadsfull_av_1 = mkA "vцrdnadsfull" ; - voerdnadsvaerd_av_1 = mkA "vцrdnadsvдrd" "vцrdnadsvдrt" ; - voerdsam_av_1 = mkA "vцrdsam" "vцrdsamt" "vцrdsamma" "vцrdsamma" "vцrdsammare" "vцrdsammast" "vцrdsammaste" ; - voerdsamligen_ab_1 = mkAdv "vцrdsamligen" ; - voertbroed_nn_1 = mkN "vцrtbrцd" neutrum ; - voertstyrka_nn_1 = mkN "vцrtstyrka" ; - voidkoefficient_nn_1 = mkN "voidkoefficient" "voidkoefficienter" ; - vojlock_nn_1 = mkN "vojlock" ; - vokabel_nn_1 = mkN "vokabel" "vokabeln" "vokabler" "vokablerna" ; - vokabelsamling_nn_1 = mkN "vokabelsamling" ; - vokabulaer_nn_1 = mkN "vokabulдr" "vokabulдrer" ; - vokal_av_1 = mkA "vokal" ; - vokal_nn_1 = mkN "vokal" "vokaler" ; - vokalharmoni_nn_1 = mkN "vokalharmoni" "vokalharmonier" ; - vokalis_nn_1 = mkN "vokalis" "vokaliser" ; - vokalisk_av_1 = mkA "vokalisk" ; - vokalist_nn_1 = mkN "vokalist" "vokalister" ; - vokalkvalitet_nn_1 = mkN "vokalkvalitet" "vokalkvaliteter" ; - vokalkvantitet_nn_1 = mkN "vokalkvantitet" "vokalkvantiteter" ; - vokallaengd_nn_1 = mkN "vokallдngd" "vokallдngder" ; - vokalmoete_nn_1 = mkN "vokalmцte" ; - vokalrim_nn_1 = mkN "vokalrim" "vokalrimmet" "vokalrim" "vokalrimmen" ; - vokalvaexling_nn_1 = mkN "vokalvдxling" ; - vokativ_nn_1 = mkN "vokativ" "vokativer" ; - volang_nn_1 = mkN "volang" "volanger" ; - volauvent_nn_1 = mkN "volauvent" "volauventer" ; - volframnaal_nn_1 = mkN "volframnеl" ; - voljaer_nn_1 = mkN "voljдr" "voljдrer" ; - volm_nn_1 = mkN "volm" ; - volontaer_nn_1 = mkN "volontдr" "volontдrer" ; - volt_nn_1 = mkN "volt" "volten" "volt" "volten" ; - volt_nn_2 = mkN "volt" "volter" ; - voltan_nn_1 = mkN "voltan" "voltaner" ; - voltige_nn_1 = mkN "voltige" "voltiger" ; - voltigoer_nn_1 = mkN "voltigцr" "voltigцrer" ; - voltmaetare_nn_1 = mkN "voltmдtare" "voltmдtare" ; - voltmeter_nn_1 = mkN "voltmeter" ; - volttal_nn_1 = mkN "volttal" "volttalet" "volttalen" "volttalena" ; - voluminoes_av_1 = mkA "voluminцs" ; - volut_nn_1 = mkN "volut" "voluter" ; - volym_nn_1 = mkN "volym" "volymer" ; - volymenhet_nn_1 = mkN "volymenhet" "volymenheter" ; - volymmaessig_av_1 = mkA "volymmдssig" ; - volymprocent_nn_1 = mkN "volymprocent" "volymprocenten" "volymprocent" "volymprocenten" ; - volymsenhet_nn_1 = mkN "volymsenhet" "volymsenheter" ; - vom_nn_1 = mkN "vom" "vommen" "vommar" "vommarna" ; - vomb_nn_1 = mkN "vomb" ; - vombat_nn_1 = mkN "vombat" "vombater" ; - vomitiv_nn_1 = mkN "vomitiv" neutrum ; - vorstehhund_nn_1 = mkN "vorstehhund" ; - votering_nn_1 = mkN "votering" ; - votivskepp_nn_1 = mkN "votivskepp" neutrum ; - votum_nn_1 = mkN "votum" neutrum ; - voucher_nn_1 = mkN "voucher" "vouchern" "voucher" "voucherna" ; - vovve_nn_1 = mkN "vovve" utrum ; - voyeur_nn_1 = mkN "voyeur" "voyeurer" ; - vraa_nn_1 = mkN "vrе" "vrеn" "vrеr" "vrеrna" ; - vraak_nn_1 = mkN "vrеk" ; - vraal_nn_1 = mkN "vrеl" neutrum ; - vraalaak_nn_1 = mkN "vrеlеk" neutrum ; - vraalflott_av_1 = mkA "vrеlflott" ; - vraang_av_1 = mkA "vrеng" ; - vraangbild_nn_1 = mkN "vrеngbild" "vrеngbilder" ; - vraanghet_nn_1 = mkN "vrеnghet" "vrеngheter" ; - vraangvis_av_1 = mkA "vrеngvis" ; - vraekare_nn_1 = mkN "vrдkare" "vrдkare" ; - vraekig_av_1 = mkA "vrдkig" ; - vraekning_nn_1 = mkN "vrдkning" ; - vrak_nn_1 = mkN "vrak" neutrum ; - vraklax_nn_1 = mkN "vraklax" ; - vrakpris_nn_1 = mkN "vrakpris" neutrum ; - vrakspillra_nn_1 = mkN "vrakspillra" ; - vred_nn_1 = mkN "vred" neutrum ; - vrensk_av_1 = mkA "vrensk" ; - vresig_av_1 = mkA "vresig" ; - vrestall_nn_1 = mkN "vrestall" ; - vret_nn_1 = mkN "vret" ; - vrickning_nn_1 = mkN "vrickning" ; - vrida_vb_1 = mkV "vrida" "vred" "vridit" ; - vridbar_av_1 = mkA "vridbar" ; - vriden_av_1 = mkA "vriden" "vridet" ; - vridjaernsinstrument_nn_1 = mkN "vridjдrnsinstrument" neutrum ; - vridmoment_nn_1 = mkN "vridmoment" neutrum ; - vridning_nn_1 = mkN "vridning" ; - vridningsaxel_nn_1 = mkN "vridningsaxel" ; - vridscen_nn_1 = mkN "vridscen" "vridscener" ; - vridspoleinstrument_nn_1 = mkN "vridspoleinstrument" neutrum ; - vril_nn_1 = mkN "vril" ; - vrist_nn_1 = mkN "vrist" "vrister" ; - vristben_nn_1 = mkN "vristben" neutrum ; - vulgaer_av_1 = mkA "vulgдr" ; - vulgaritet_nn_1 = mkN "vulgaritet" "vulgariteter" ; - vulkan_nn_1 = mkN "vulkan" "vulkaner" ; - vulkanisator_nn_1 = mkN "vulkanisator" "vulkanisatorer" ; - vulkanisk_av_1 = mkA "vulkanisk" ; - vulkanit_nn_1 = mkN "vulkanit" "vulkaniter" ; - vulkanutbrott_nn_1 = mkN "vulkanutbrott" neutrum ; - vulkapparat_nn_1 = mkN "vulkapparat" "vulkapparater" ; - vulst_nn_1 = mkN "vulst" "vulster" ; - vulstig_av_1 = mkA "vulstig" ; - vulva_nn_1 = mkN "vulva" ; - vurm_nn_1 = mkN "vurm" ; - vurst_nn_1 = mkN "vurst" ; - vuxen_av_1 = mkA "vuxen" "vuxet" ; - vy_nn_1 = mkN "vy" "vyer" ; - vykort_nn_1 = mkN "vykort" neutrum ; - wafer_nn_1 = mkN "wafer" "wafern" "wafers" "wafersen" ; - wagon_nn_1 = mkN "wagon" "wagoner" ; - walesare_nn_1 = mkN "walesare" "walesare" ; - walesisk_av_1 = mkA "walesisk" ; - walesiska_nn_2 = mkN "walesiska" ; - walkie_talkie_nn_1 = mkN "walkie-talkie" "walkie-talkien" "walkie-talkies" "walkie-talkiesen" ; - wankelmotor_nn_1 = mkN "wankelmotor" "wankelmotorer" ; - watt_nn_1 = mkN "watt" "watten" "watt" "watten" ; - wattsekund_nn_1 = mkN "wattsekund" "wattsekunder" ; - watusi_nn_1 = mkN "watusi" "watusin" "watusi" "watusina" ; - watussi_nn_1 = mkN "watussi" "watussin" "watussi" "watussina" ; - weekend_nn_1 = mkN "weekend" "weekenden" "weekends" "weekendsen" ; - western_nn_1 = mkN "western" "western" "western" "westerna" ; - westernfilm_nn_1 = mkN "westernfilm" "westernfilmer" ; - whig_nn_1 = mkN "whig" "whigen" "whigs" "whigsen" ; - whippet_nn_1 = mkN "whippet" ; - whiskysprucken_av_1 = mkA "whiskysprucken" "whiskysprucket" ; - wienerbroed_nn_1 = mkN "wienerbrцd" neutrum ; - wienerkorv_nn_1 = mkN "wienerkorv" ; - wienerschnitzel_nn_1 = mkN "wienerschnitzel" ; - wienervals_nn_1 = mkN "wienervals" "wienervalser" ; - wigwam_nn_1 = mkN "wigwam" "wigwamer" ; - wire_nn_1 = mkN "wire" utrum ; - wobbler_nn_1 = mkN "wobbler" "wobblern" "wobbler" "wobblerna" ; - worcestersaas_nn_1 = mkN "worcestersеs" "worcestersеser" ; - x1800_talsmode_nn_1 = mkN "1800-talsmode" ; - x60_aarsjubileum_nn_1 = mkN "60-еrsjubileum" "60-еrsjubileet" "60-еrsjubileer" "60-еrsjubileerna" ; - x_axel_nn_1 = mkN "x-axel" ; - x_koordinat_nn_1 = mkN "x-koordinat" "x-koordinater" ; - x_kromosom_nn_1 = mkN "x-kromosom" "x-kromosomer" ; - xylofon_nn_1 = mkN "xylofon" "xylofoner" ; - xylografi_nn_1 = mkN "xylografi" "xylografier" ; - y_axel_nn_1 = mkN "y-axel" ; - y_koordinat_nn_1 = mkN "y-koordinat" "y-koordinater" ; - y_kromosom_nn_1 = mkN "y-kromosom" "y-kromosomer" ; - yacht_nn_1 = mkN "yacht" "yachter" ; - yalelaas_nn_1 = mkN "yalelеs" neutrum ; - yankee_nn_1 = mkN "yankee" "yankeen" "yankees" "yankeesen" ; - yankeejib_nn_1 = mkN "yankeejib" "yankeejibben" "yankeejibbar" "yankeejibbarna" ; - yard_nn_1 = mkN "yard" "yarden" "yard" "yarden" ; - yawl_nn_1 = mkN "yawl" "yawler" ; - yen_nn_1 = mkN "yen" "yenen" "yen" "yenen" ; - yllen_av_1 = mkA "yllen" "yllet" ; - ylletyg_nn_1 = mkN "ylletyg" neutrum ; - yllevaevnad_nn_1 = mkN "yllevдvnad" "yllevдvnader" ; - ymnig_av_1 = mkA "ymnig" ; - ymnighetshorn_nn_1 = mkN "ymnighetshorn" neutrum ; - ymp_nn_1 = mkN "ymp" ; - ympkvist_nn_1 = mkN "ympkvist" ; - ympning_nn_1 = mkN "ympning" ; - ympsaar_nn_1 = mkN "ympsеr" neutrum ; - ympsnitt_nn_1 = mkN "ympsnitt" neutrum ; - ympstam_nn_1 = mkN "ympstam" "ympstammen" "ympstammar" "ympstammarna" ; - ymptvaang_nn_1 = mkN "ymptvеng" neutrum ; - yngel_nn_1 = mkN "yngel" neutrum ; - yngelcell_nn_1 = mkN "yngelcell" "yngelceller" ; - yngeldamm_nn_1 = mkN "yngeldamm" ; - yngelstadium_nn_1 = mkN "yngelstadium" "yngelstadiet" "yngelstadier" "yngelstadierna" ; - yngeltraag_nn_1 = mkN "yngeltrеg" neutrum ; - yngling_nn_1 = mkN "yngling" ; - ynglingasinne_nn_1 = mkN "ynglingasinne" ; - ynka_av_1 = mkA "ynka" ; - ynkansvaerd_av_1 = mkA "ynkansvдrd" "ynkansvдrt" ; - ynkedom_nn_1 = mkN "ynkedom" ; - ynklig_av_1 = mkA "ynklig" ; - ynkrygg_nn_1 = mkN "ynkrygg" ; - ynnestbetygelse_nn_1 = mkN "ynnestbetygelse" "ynnestbetygelser" ; - yogi_nn_1 = mkN "yogi" "yogin" "yogier" "yogierna" ; - ypperlig_av_1 = mkA "ypperlig" ; - yppig_av_1 = mkA "yppig" ; - yr_av_1 = mkA "yr" ; - yrkande_nn_1 = mkN "yrkande" ; - yrke_nn_1 = mkN "yrke" ; - yrkesarbetande_av_1 = mkA "yrkesarbetande" ; - yrkesarbetare_nn_1 = mkN "yrkesarbetare" "yrkesarbetare" ; - yrkesarme_nn_1 = mkN "yrkesarmй" "yrkesarmйer" ; - yrkesfoerbud_nn_1 = mkN "yrkesfцrbud" neutrum ; - yrkesfysiker_nn_1 = mkN "yrkesfysiker" "yrkesfysikern" "yrkesfysiker" "yrkesfysikerna" ; - yrkesgrupp_nn_1 = mkN "yrkesgrupp" "yrkesgrupper" ; - yrkeshemlighet_nn_1 = mkN "yrkeshemlighet" "yrkeshemligheter" ; - yrkesinspektion_nn_1 = mkN "yrkesinspektion" "yrkesinspektioner" ; - yrkeskaar_nn_1 = mkN "yrkeskеr" "yrkeskеrer" ; - yrkeskvinna_nn_1 = mkN "yrkeskvinna" ; - yrkeslaerare_nn_1 = mkN "yrkeslдrare" "yrkeslдrare" ; - yrkesmaessig_av_1 = mkA "yrkesmдssig" ; - yrkesman_nn_1 = mkN "yrkesman" "yrkesmannen" "yrkesmдn" "yrkesmдnnen" ; - yrkesorientering_nn_1 = mkN "yrkesorientering" ; - yrkesregister_nn_1 = mkN "yrkesregister" neutrum ; - yrkessjukdom_nn_1 = mkN "yrkessjukdom" ; - yrkesskicklig_av_1 = mkA "yrkesskicklig" ; - yrkestitel_nn_1 = mkN "yrkestitel" ; - yrkesutbildning_nn_1 = mkN "yrkesutbildning" ; - yrkesvaegledare_nn_1 = mkN "yrkesvдgledare" "yrkesvдgledare" ; - yrkesvaegledning_nn_1 = mkN "yrkesvдgledning" ; - yrkesval_nn_1 = mkN "yrkesval" neutrum ; - yrvaeder_nn_1 = mkN "yrvдder" neutrum ; - yrvaken_av_1 = mkA "yrvaken" "yrvaket" ; - yster_av_1 = mkA "yster" "ystert" "ystra" "ystra" "ystrare" "ystrast" "ystraste" ; - ytaktiv_av_1 = mkA "ytaktiv" ; - ytavvaegning_nn_1 = mkN "ytavvдgning" ; - ytbergart_nn_1 = mkN "ytbergart" "ytbergarter" ; - yteffekt_nn_1 = mkN "yteffekt" "yteffekter" ; - yteld_nn_1 = mkN "yteld" ; - ytenhet_nn_1 = mkN "ytenhet" "ytenheter" ; - ytform_nn_1 = mkN "ytform" ; - ytlager_nn_1 = mkN "ytlager" neutrum ; - ytledes_ab_1 = mkAdv "ytledes" ; - ytlig_av_1 = mkA "ytlig" ; - ytmaatt_nn_1 = mkN "ytmеtt" neutrum ; - ytmoraen_nn_1 = mkN "ytmorдn" "ytmorдner" ; - ytskikt_nn_1 = mkN "ytskikt" neutrum ; - ytspaenning_nn_1 = mkN "ytspдnning" ; - ytstruktur_nn_1 = mkN "ytstruktur" "ytstrukturer" ; - ytter_nn_1 = mkN "ytter" ; - ytterdel_nn_1 = mkN "ytterdel" "ytterdelen" "ytterdelar" "ytterdelarna" ; - ytterdoerr_nn_1 = mkN "ytterdцrr" ; - ytterfoder_nn_1 = mkN "ytterfoder" neutrum ; - ytterkant_nn_1 = mkN "ytterkant" "ytterkanter" ; - ytterlig_av_1 = mkA "ytterlig" ; - ytterligare_av_1 = mkA "ytterligare" ; - ytterlighet_nn_1 = mkN "ytterlighet" "ytterligheter" ; - ytterlighetsriktning_nn_1 = mkN "ytterlighetsriktning" ; - yttermarginal_nn_1 = mkN "yttermarginal" "yttermarginaler" ; - ytteroera_nn_1 = mkN "ytterцra" "ytterцrat" "ytterцron" "ytterцronen" ; - ytterplagg_nn_1 = mkN "ytterplagg" neutrum ; - ytterrock_nn_1 = mkN "ytterrock" ; - ytterskaer_nn_1 = mkN "ytterskдr" neutrum ; - yttertak_nn_1 = mkN "yttertak" neutrum ; - yttervaerld_nn_1 = mkN "yttervдrld" ; - yttervinkel_nn_1 = mkN "yttervinkel" ; - yttrande_nn_1 = mkN "yttrande" ; - yttrandefrihet_nn_1 = mkN "yttrandefrihet" "yttrandefriheter" ; - yttring_nn_1 = mkN "yttring" ; - yttriumoxid_nn_1 = mkN "yttriumoxid" "yttriumoxider" ; - yttryck_nn_1 = mkN "yttryck" neutrum ; - ytvatten_nn_1 = mkN "ytvatten" "ytvattnet" "ytvatten" "ytvattnen" ; - ytvattenskikt_nn_1 = mkN "ytvattenskikt" neutrum ; - ytvidd_nn_1 = mkN "ytvidd" "ytvidder" ; - yverboren_av_1 = mkA "yverboren" "yverboret" ; - yvig_av_1 = mkA "yvig" ; - yxaemne_nn_1 = mkN "yxдmne" ; - yxblad_nn_1 = mkN "yxblad" neutrum ; - yxhammare_nn_1 = mkN "yxhammare" "yxhammaren" "yxhamrar" "yxhamrarna" ; - yxhuvud_nn_1 = mkN "yxhuvud" "yxhuvudet" "yxhuvuden" "yxhuvudena" ; - yxskaft_nn_1 = mkN "yxskaft" neutrum ; - zairier_nn_1 = mkN "zairier" "zairiern" "zairier" "zairierna" ; - zairisk_av_1 = mkA "zairisk" ; - zambier_nn_1 = mkN "zambier" "zambiern" "zambier" "zambierna" ; - zambisk_av_1 = mkA "zambisk" ; - zefyr_nn_1 = mkN "zefyr" "zefyrer" ; - zelot_nn_1 = mkN "zelot" "zeloter" ; - zenitdistans_nn_1 = mkN "zenitdistans" "zenitdistanser" ; - zeugma_nn_1 = mkN "zeugma" "zeugmat" "zeugman" "zeugmana" ; - zigenare_nn_1 = mkN "zigenare" "zigenare" ; - zigenarkapell_nn_1 = mkN "zigenarkapell" neutrum ; - zigenarliv_nn_1 = mkN "zigenarliv" neutrum ; - zigenarspraak_nn_1 = mkN "zigenarsprеk" neutrum ; - zigensk_av_1 = mkA "zigensk" ; - zimbabwier_nn_1 = mkN "zimbabwier" "zimbabwiern" "zimbabwier" "zimbabwierna" ; - zimbabwisk_av_1 = mkA "zimbabwisk" ; - zinkmalm_nn_1 = mkN "zinkmalm" "zinkmalmer" ; - zirkon_nn_1 = mkN "zirkon" "zirkoner" ; - zirkoniumoxid_nn_1 = mkN "zirkoniumoxid" "zirkoniumoxider" ; - zloty_nn_1 = mkN "zloty" "zlotyn" "zloty" "zlotyna" ; - zombie_nn_1 = mkN "zombie" "zombien" "zombies" "zombiesen" ; - zon_nn_1 = mkN "zon" "zoner" ; - zonroer_nn_1 = mkN "zonrцr" neutrum ; - zontariff_nn_1 = mkN "zontariff" "zontariffer" ; - zoo_nn_1 = mkN "zoo" "zoot" "zoon" "zoona" ; - zoolog_nn_1 = mkN "zoolog" "zoologer" ; - zoologisk_av_1 = mkA "zoologisk" ; - zoomobjektiv_nn_1 = mkN "zoomobjektiv" neutrum ; - zulu_nn_1 = mkN "zulu" "zulun" "zuluer" "zuluerna" ; - zygot_nn_1 = mkN "zygot" "zygoter" ; -} \ No newline at end of file diff --git a/next-lib/src/swedish/DictSweAbs.gf b/next-lib/src/swedish/DictSweAbs.gf deleted file mode 100644 index 1bec60ae6..000000000 --- a/next-lib/src/swedish/DictSweAbs.gf +++ /dev/null @@ -1,43225 +0,0 @@ --- This dictionary is derived from SALDO, see: --- --- Borin, Lars, Markus Forsberg and Lennart Lönngren 2008. --- The hunting of the BLARK - SALDO, a freely available lexical database for --- Swedish language technology. Resourceful language technology. --- Festschrift in honor of Anna Sågvall Hein, ed. by Joakim Nivre, --- Mats Dahllöf and Beáta Megyesi. --- Acta Universitatis Upsaliensis: Studia Linguistica Upsaliensia 7. 21-32. --- --- --- Imported in GF by Krasimir Angelov --- --- This resource is distributed under the free software license LGPL 3.0 or --- Creative Commons Attribution-Share Alike 2.5 Generic. - -abstract DictSweAbs = Cat ** { - -fun - A_vitamin_nn_1 : N ; - A_vitaminbrist_nn_1 : N ; - Antarktisfoerdrag_nn_1 : N ; - Antarktisprojekt_nn_1 : N ; - Arianeraket_nn_1 : N ; - B_vitamin_nn_1 : N ; - B_vitaminbrist_nn_1 : N ; - C_vitamin_nn_1 : N ; - Celsius_ab_1 : Adv ; - DNA_kedja_nn_1 : N ; - DNA_molekyl_nn_1 : N ; - DNA_uppsaettning_nn_1 : N ; - Efta_land_nn_1 : N ; - Gudi_ab_1 : Adv ; - Hiroshimabomb_nn_1 : N ; - ID_kort_nn_1 : N ; - I_land_nn_1 : N ; - Jantelag_nn_1 : N ; - Jupitermaane_nn_1 : N ; - Koechelnummer_nn_1 : N ; - Kubakris_nn_1 : N ; - LO_chef_nn_1 : N ; - LO_ordfoerande_nn_1 : N ; - Linkoepingsbo_nn_1 : N ; - MAO_aktivitet_nn_1 : N ; - MAO_enzym_nn_1 : N ; - Medelhavsland_nn_1 : N ; - Mosebok_nn_1 : N ; - OECD_land_nn_1 : N ; - PCB_foerbud_nn_1 : N ; - PCB_foerening_nn_1 : N ; - PCB_foergiftning_nn_1 : N ; - PCB_halt_nn_1 : N ; - PCB_olja_nn_1 : N ; - PR_man_nn_1 : N ; - Papyrusaktie_nn_1 : N ; - SAP_program_nn_1 : N ; - SAS_chef_nn_1 : N ; - SCOPE_rapport_nn_1 : N ; - Salazar_regim_nn_1 : N ; - TV_antenn_nn_1 : N ; - TV_apparat_nn_1 : N ; - TV_bild_nn_1 : N ; - TV_chef_nn_1 : N ; - TV_kamera_nn_1 : N ; - TV_kanal_nn_1 : N ; - TV_konferens_nn_1 : N ; - TV_mottagare_nn_1 : N ; - TV_producent_nn_1 : N ; - TV_program_nn_1 : N ; - TV_reparatoer_nn_1 : N ; - TV_saendning_nn_1 : N ; - TV_serie_nn_1 : N ; - TV_skaerm_nn_1 : N ; - TV_studio_nn_1 : N ; - TV_tittare_nn_1 : N ; - Tjernobylnedfall_nn_1 : N ; - U_land_nn_1 : N ; - Vietnamkrig_nn_1 : N ; - Z_partikel_nn_1 : N ; - aa_nn_2 : N ; - aabaekig_av_1 : A ; - aabo_nn_1 : N ; - aadaga_ab_1 : Adv ; - aader_nn_1 : N ; - aaderbraack_nn_1 : N ; - aaderhinna_nn_1 : N ; - aaderlaata_vb_1 : V ; - aadra_nn_1 : N ; - aadra_vb_1 : V ; - aadrig_av_1 : A ; - aadring_nn_1 : N ; - aahoerardag_nn_1 : N ; - aahoerare_nn_1 : N ; - aahoerarplats_nn_1 : N ; - aak_nn_1 : N ; - aakare_nn_1 : N ; - aakarkamp_nn_1 : N ; - aakdon_nn_1 : N ; - aaker_nn_1 : N ; - aakeraert_nn_1 : N ; - aakerbaer_nn_1 : N ; - aakerbit_nn_1 : N ; - aakerbruk_nn_1 : N ; - aakerbrukare_nn_1 : N ; - aakerfaelt_nn_1 : N ; - aakerfraeken_nn_1 : N ; - aakergaerde_nn_1 : N ; - aakeri_nn_1 : N ; - aakerjord_nn_1 : N ; - aakerlapp_nn_1 : N ; - aakermark_nn_1 : N ; - aakerren_nn_1 : N ; - aakersork_nn_1 : N ; - aakerspergel_nn_1 : N ; - aakerteg_nn_1 : N ; - aakertistel_nn_1 : N ; - aakervaext_nn_1 : N ; - aakervall_nn_1 : N ; - aaklagare_nn_1 : N ; - aaklagarmyndighet_nn_1 : N ; - aakning_nn_1 : N ; - aakpaase_nn_1 : N ; - aakroek_nn_1 : N ; - aaksjuk_av_1 : A ; - aaktur_nn_1 : N ; - aal_nn_1 : N ; - aalaendsk_av_1 : A ; - aalaendska_nn_2 : N ; - aalaenning_nn_1 : N ; - aalandsrot_nn_1 : N ; - aalder_nn_1 : N ; - aalderdom_nn_1 : N ; - aalderdomlig_av_1 : A ; - aalderdomsfoersaekring_nn_1 : N ; - aalderdomshem_nn_1 : N ; - aalderdomspension_nn_1 : N ; - aalderdomssvag_av_1 : A ; - aalderman_nn_1 : N ; - aaldersbestaemning_nn_1 : N ; - aaldersbetyg_nn_1 : N ; - aaldersfoeraendring_nn_1 : N ; - aaldersfoerdelning_nn_1 : N ; - aaldersgraens_nn_1 : N ; - aaldersgrupp_nn_1 : N ; - aaldersklass_nn_1 : N ; - aalderslaangsynthet_nn_1 : N ; - aalderspension_nn_1 : N ; - aalderspresident_nn_1 : N ; - aaldersskael_nn_1 : N ; - aaldersskillnad_nn_1 : N ; - aaldersspaerr_nn_1 : N ; - aaldersstadium_nn_1 : N ; - aaldersstruktur_nn_1 : N ; - aalderssvag_av_1 : A ; - aalderstecken_nn_1 : N ; - aalderstigen_av_1 : A ; - aalderstillaegg_nn_1 : N ; - aalderstyngd_av_1 : A ; - aaldfru_nn_1 : N ; - aaldrig_av_1 : A ; - aaldring_nn_1 : N ; - aalfiskare_nn_1 : N ; - aaliggande_nn_1 : N ; - aalskinn_nn_1 : N ; - aam_nn_1 : N ; - aamig_av_1 : A ; - aamning_nn_1 : N ; - aamynning_nn_1 : N ; - aangackumulator_nn_1 : N ; - aanganlaeggning_nn_1 : N ; - aangare_nn_1 : N ; - aangbaat_nn_1 : N ; - aangbageri_nn_1 : N ; - aangblaester_nn_1 : N ; - aangcentral_nn_1 : N ; - aangdriven_av_1 : A ; - aangerfull_av_1 : A ; - aangerkoept_av_1 : A ; - aangermanlaendsk_av_1 : A ; - aangermanlaenning_nn_1 : N ; - aangervecka_nn_1 : N ; - aangestfull_av_1 : A ; - aangestfylld_av_1 : A ; - aangestneuros_nn_1 : N ; - aangfartyg_nn_1 : N ; - aanggenerator_nn_1 : N ; - aangkoek_nn_1 : N ; - aangkokare_nn_1 : N ; - aangkol_nn_1 : N ; - aangkraftverk_nn_1 : N ; - aanglok_nn_1 : N ; - aanglokomotiv_nn_1 : N ; - aangmaskin_nn_1 : N ; - aangning_nn_1 : N ; - aangslup_nn_1 : N ; - aangstroem_nn_1 : N ; - aangstrykjaern_nn_1 : N ; - aangtryck_nn_1 : N ; - aangturbin_nn_1 : N ; - aangvaelt_nn_1 : N ; - aangvinsch_nn_1 : N ; - aangvissla_nn_1 : N ; - aanyo_ab_1 : Adv ; - aapen_av_1 : A ; - aar_nn_1 : N ; - aarblad_nn_1 : N ; - aarbraeckt_av_1 : A ; - aarder_nn_1 : N ; - aaretruntbostad_nn_1 : N ; - aarfot_nn_1 : N ; - aargaang_nn_1 : N ; - aargaangsvin_nn_1 : N ; - aaring_nn_1 : N ; - aarlig_av_1 : A ; - aarligen_ab_1 : Adv ; - aarlom_nn_1 : N ; - aarmiljon_nn_1 : N ; - aarpinne_nn_1 : N ; - aarsavgift_nn_1 : N ; - aarsbaesta_av_1 : A ; - aarsbarn_nn_1 : N ; - aarsberaettelse_nn_1 : N ; - aarsbok_nn_1 : N ; - aarsbokstav_nn_1 : N ; - aarscykel_nn_1 : N ; - aarsdag_nn_1 : N ; - aarsdos_nn_1 : N ; - aarsinkomst_nn_1 : N ; - aarsklass_nn_1 : N ; - aarskull_nn_1 : N ; - aarskurs_nn_1 : N ; - aarsmedeltemperatur_nn_1 : N ; - aarsmodell_nn_1 : N ; - aarsmoete_nn_1 : N ; - aarsredovisning_nn_1 : N ; - aarsring_nn_1 : N ; - aarstid_nn_1 : N ; - aarstidsvind_nn_1 : N ; - aarstryck_nn_1 : N ; - aartag_nn_1 : N ; - aartal_nn_1 : N ; - aartionde_nn_1 : N ; - aartull_nn_1 : N ; - aartusende_nn_1 : N ; - aas_nn_1 : N ; - aasido_ab_1 : Adv ; - aasikt_nn_1 : N ; - aasiktsfoerfoeljelse_nn_1 : N ; - aasiktsfrihet_nn_1 : N ; - aasiktsmaessig_av_1 : A ; - aasiktsriktning_nn_1 : N ; - aasiktsutbyte_nn_1 : N ; - aaskaadare_nn_1 : N ; - aaskaadarlaektare_nn_1 : N ; - aaskaadlig_av_1 : A ; - aaskaadning_nn_1 : N ; - aaskby_nn_1 : N ; - aaskdiger_av_1 : A ; - aaskfront_nn_1 : N ; - aaskledare_nn_1 : N ; - aaskmoln_nn_1 : N ; - aaskregn_nn_1 : N ; - aaskvaeder_nn_1 : N ; - aasna_nn_1 : N ; - aasnedrivare_nn_1 : N ; - aasneskri_nn_1 : N ; - aasnespark_nn_1 : N ; - aasstaang_nn_1 : N ; - aastad_ab_1 : Adv ; - aastadkomma_vb_1 : V ; - aat_ab_1 : Adv ; - aata_vb_1 : V ; - aatagande_nn_1 : N ; - aatal_nn_1 : N ; - aatboerd_nn_1 : N ; - aatel_nn_1 : N ; - aater_ab_1 : Adv ; - aateranvaendning_nn_1 : N ; - aaterbaering_nn_1 : N ; - aaterbesoek_nn_1 : N ; - aaterbetalning_nn_1 : N ; - aaterblick_nn_1 : N ; - aaterbud_nn_1 : N ; - aaterfall_nn_1 : N ; - aaterfalla_vb_1 : V ; - aaterfinna_vb_1 : V ; - aaterflyttning_nn_1 : N ; - aaterfoederska_nn_1 : N ; - aaterfoerening_nn_1 : N ; - aaterfoersaekring_nn_1 : N ; - aaterfoersaeljare_nn_1 : N ; - aatergaa_vb_1 : V ; - aaterge_vb_1 : V ; - aatergivande_nn_1 : N ; - aatergivning_nn_1 : N ; - aaterhaalla_vb_1 : V ; - aaterhaallsam_av_1 : A ; - aaterigen_ab_1 : Adv ; - aaterkallelse_nn_1 : N ; - aaterknyta_vb_1 : V ; - aaterkoep_nn_1 : N ; - aaterkomma_vb_1 : V ; - aaterkoppling_nn_1 : N ; - aaterrop_nn_1 : N ; - aatersamling_nn_1 : N ; - aaterspegling_nn_1 : N ; - aaterstaellare_nn_1 : N ; - aaterstaellningstecken_nn_1 : N ; - aaterstod_nn_1 : N ; - aaterta_vb_1 : V ; - aatertaag_nn_1 : N ; - aatertjaenst_nn_1 : N ; - aateruppstaandelse_nn_1 : N ; - aateruppta_vb_1 : V ; - aatervaendsgraend_nn_1 : N ; - aaterval_nn_1 : N ; - aaterverkning_nn_1 : N ; - aatervinna_vb_1 : V ; - aatgaa_vb_1 : V ; - aatgaangen_av_1 : A ; - aatgaerd_nn_1 : N ; - aathutning_nn_1 : N ; - aatkomlig_av_1 : A ; - aatlyda_vb_1 : V ; - aatlydnad_nn_1 : N ; - aatminstone_ab_1 : Adv ; - aatnjuta_vb_1 : V ; - aatraavaerd_av_1 : A ; - aatsida_nn_1 : N ; - aatsittande_av_1 : A ; - aatskillig_av_1 : A ; - aatskillnad_nn_1 : N ; - aatskils_ab_1 : Adv ; - aatsmitande_av_1 : A ; - aatstramning_nn_1 : N ; - aattahoernig_av_1 : A ; - aattatimmarsdag_nn_1 : N ; - aattiondel_nn_1 : N ; - aattiotalist_nn_1 : N ; - aattitalism_nn_1 : N ; - aattitalist_nn_1 : N ; - aattondel_nn_1 : N ; - abakus_nn_1 : N ; - abbe_nn_1 : N ; - abborre_nn_1 : N ; - abborrfisk_nn_1 : N ; - abborrpinne_nn_1 : N ; - abbot_nn_1 : N ; - abbreviation_nn_1 : N ; - abbreviatur_nn_1 : N ; - abc_bok_nn_1 : N ; - abderitisk_av_1 : A ; - abdikation_nn_1 : N ; - abdomen_nn_1 : N ; - aber_nn_1 : N ; - aberration_nn_1 : N ; - abessinier_nn_1 : N ; - abessinsk_av_1 : A ; - abilitet_nn_1 : N ; - abiturient_nn_1 : N ; - abiturientexamen_nn_1 : N ; - ablation_nn_1 : N ; - ablativ_nn_1 : N ; - abnorm_av_1 : A ; - abnormitet_nn_1 : N ; - abolition_nn_1 : N ; - abonnemang_nn_1 : N ; - abonnent_nn_1 : N ; - aboriginer_nn_1 : N ; - abort_nn_1 : N ; - abortiv_av_1 : A ; - abortoer_nn_1 : N ; - abrupt_av_1 : A ; - abscess_nn_1 : N ; - absens_nn_1 : N ; - absid_nn_1 : N ; - absint_nn_1 : N ; - absolut_av_1 : A ; - absolutbelopp_nn_1 : N ; - absolutist_nn_1 : N ; - absolutistisk_av_1 : A ; - absorptionslinje_nn_1 : N ; - abstrakt_av_1 : A ; - abstrakt_nn_1 : N ; - abstraktion_nn_1 : N ; - abstrus_av_1 : A ; - absurd_av_1 : A ; - absurditet_nn_1 : N ; - abundant_av_1 : A ; - abyssal_av_1 : A ; - acceleration_nn_1 : N ; - accelerator_nn_1 : N ; - acceleratormaskin_nn_1 : N ; - acceleratorsystem_nn_1 : N ; - accent_nn_1 : N ; - accentfoerskjutning_nn_1 : N ; - accenttecken_nn_1 : N ; - accept_nn_1 : N ; - acceptabel_av_1 : A ; - acceptant_nn_1 : N ; - accepterande_nn_1 : N ; - acceptkredit_nn_1 : N ; - access_nn_1 : N ; - accession_nn_1 : N ; - accessionskatalog_nn_1 : N ; - accessoar_nn_1 : N ; - accessorisk_av_1 : A ; - accesstid_nn_1 : N ; - accidens_nn_1 : N ; - accidenstryck_nn_1 : N ; - accidentell_av_1 : A ; - accis_nn_1 : N ; - acetaldehyd_nn_1 : N ; - acetat_nn_1 : N ; - aciditet_nn_1 : N ; - ackja_nn_1 : N ; - acklamation_nn_1 : N ; - ackommodation_nn_1 : N ; - ackommodationsvaexel_nn_1 : N ; - ackompanjatoer_nn_1 : N ; - ackompanjemang_nn_1 : N ; - ackord_nn_1 : N ; - ackordion_nn_1 : N ; - ackordsloen_nn_1 : N ; - ackordssaettning_nn_1 : N ; - ackumulation_nn_1 : N ; - ackumulator_nn_1 : N ; - ackurat_ab_1 : Adv ; - ackurat_av_1 : A ; - ackusativ_nn_1 : N ; - ackusativobjekt_nn_1 : N ; - ackusatorisk_av_1 : A ; - ackuschoer_nn_1 : N ; - ackuschoerska_nn_1 : N ; - ackvisition_nn_1 : N ; - ackvisitoer_nn_1 : N ; - actionfilm_nn_1 : N ; - adagio_ab_1 : Adv ; - adagio_nn_1 : N ; - adaptation_nn_1 : N ; - adapter_nn_1 : N ; - adaption_nn_1 : N ; - adaptiv_av_1 : A ; - addend_nn_1 : N ; - addenda_nn_1 : N ; - addiktion_nn_1 : N ; - additament_nn_1 : N ; - addition_nn_1 : N ; - additionstecken_nn_1 : N ; - additiv_av_1 : A ; - additiv_nn_1 : N ; - adduktion_nn_1 : N ; - adekvat_av_1 : A ; - adelsaett_nn_1 : N ; - adelsbrev_nn_1 : N ; - adelsgods_nn_1 : N ; - adelshem_nn_1 : N ; - adelskalender_nn_1 : N ; - adelsmaerke_nn_1 : N ; - adelsman_nn_1 : N ; - adelsprivilegium_nn_1 : N ; - adenit_nn_1 : N ; - adept_nn_1 : N ; - adhesiv_av_1 : A ; - adiabatisk_av_1 : A ; - adiafora_nn_1 : N ; - adjektiv_nn_1 : N ; - adjektivattribut_nn_1 : N ; - adjektivisk_av_1 : A ; - adjoe_nn_1 : N ; - adjunkt_nn_1 : N ; - adjunktion_nn_1 : N ; - adjunktur_nn_1 : N ; - adjutant_nn_1 : N ; - adlig_av_1 : A ; - administration_nn_1 : N ; - administrativ_av_1 : A ; - administratoer_nn_1 : N ; - admonition_nn_1 : N ; - adonis_nn_1 : N ; - adoptant_nn_1 : N ; - adoption_nn_1 : N ; - adoptiv_av_1 : A ; - adoptivbarn_nn_1 : N ; - adoptivfoeraelder_nn_1 : N ; - adoratoer_nn_1 : N ; - adrenalin_nn_1 : N ; - adress_nn_1 : N ; - adressat_nn_1 : N ; - adresskort_nn_1 : N ; - adresslapp_nn_1 : N ; - adstringerande_av_1 : A ; - adventist_nn_1 : N ; - adventiv_av_1 : A ; - adventsstake_nn_1 : N ; - adverb_nn_1 : N ; - adverbial_nn_1 : N ; - adverbiell_av_1 : A ; - advers_nn_1 : N ; - adversativ_av_1 : A ; - advokat_nn_1 : N ; - advokatfiskal_nn_1 : N ; - advokatorisk_av_1 : A ; - advokatyr_nn_1 : N ; - aeckel_nn_1 : N ; - aecklig_av_1 : A ; - aecklo_nn_1 : N ; - aedel_av_1 : A ; - aedelfasan_nn_1 : N ; - aedelgas_nn_1 : N ; - aedelgran_nn_1 : N ; - aedelloevtraed_nn_1 : N ; - aedelmetall_nn_1 : N ; - aedelmodig_av_1 : A ; - aedelost_nn_1 : N ; - aedelpekoral_nn_1 : N ; - aedelsmed_nn_1 : N ; - aedelsten_nn_1 : N ; - aedling_nn_1 : N ; - aefsing_nn_1 : N ; - aega_nn_1 : N ; - aegande_nn_1 : N ; - aegare_nn_1 : N ; - aegarform_nn_1 : N ; - aegg_nn_1 : N ; - aeggcell_nn_1 : N ; - aegghinna_nn_1 : N ; - aeggklaeckningsmaskin_nn_1 : N ; - aeggkokare_nn_1 : N ; - aeggkokning_nn_1 : N ; - aeggkopp_nn_1 : N ; - aegglaeggningsroer_nn_1 : N ; - aeggledare_nn_1 : N ; - aeggledartratt_nn_1 : N ; - aeggliknande_av_1 : A ; - aegglossning_nn_1 : N ; - aeggost_nn_1 : N ; - aeggprickare_nn_1 : N ; - aeggsaeck_nn_1 : N ; - aeggsjuk_av_1 : A ; - aeggskal_nn_1 : N ; - aeggsked_nn_1 : N ; - aeggsnodd_nn_1 : N ; - aeggstanning_nn_1 : N ; - aeggstav_nn_1 : N ; - aeggstock_nn_1 : N ; - aeggstocksinflammation_nn_1 : N ; - aeggsvamp_nn_1 : N ; - aeggtoddy_nn_1 : N ; - aeggvaermare_nn_1 : N ; - aeggviteaemne_nn_1 : N ; - aeggviteprov_nn_1 : N ; - aegiljett_nn_1 : N ; - aegodel_nn_1 : N ; - aegodelning_nn_1 : N ; - aegotecken_nn_1 : N ; - aegrett_nn_1 : N ; - aegretthaeger_nn_1 : N ; - aekta_av_1 : A ; - aektamakekuvert_nn_1 : N ; - aektenskap_nn_1 : N ; - aektenskaplig_av_1 : A ; - aektenskapsbetyg_nn_1 : N ; - aektenskapsbrott_nn_1 : N ; - aektenskapsbrytare_nn_1 : N ; - aektenskapsbyraa_nn_1 : N ; - aektenskapscertifikat_nn_1 : N ; - aektenskapsfoerord_nn_1 : N ; - aektenskapshinder_nn_1 : N ; - aektenskapsloefte_nn_1 : N ; - aektenskapsmaeklare_nn_1 : N ; - aektenskapsskillnad_nn_1 : N ; - aekthet_nn_1 : N ; - aektsvensk_av_1 : A ; - aelg_nn_1 : N ; - aelgjaegare_nn_1 : N ; - aelgjakt_nn_1 : N ; - aelgstudsare_nn_1 : N ; - aelling_nn_1 : N ; - aelskare_nn_1 : N ; - aelskarinna_nn_1 : N ; - aelsklig_av_1 : A ; - aelskling_nn_1 : N ; - aelsklingsraett_nn_1 : N ; - aelskogskrank_av_1 : A ; - aelskvaerd_av_1 : A ; - aelv_nn_1 : N ; - aelvbaedd_nn_1 : N ; - aelvbrink_nn_1 : N ; - aelvdaling_nn_1 : N ; - aelvkvarn_nn_1 : N ; - aelvstrand_nn_1 : N ; - aemabel_av_1 : A ; - aembar_nn_1 : N ; - aembetsaaliggande_nn_1 : N ; - aembetsbrott_nn_1 : N ; - aembetsexamen_nn_1 : N ; - aembetsman_nn_1 : N ; - aembetsmannaregering_nn_1 : N ; - aembetsperiod_nn_1 : N ; - aembetsskrud_nn_1 : N ; - aembetstitel_nn_1 : N ; - aembetsverk_nn_1 : N ; - aemne_nn_1 : N ; - aemnesblock_nn_1 : N ; - aemnesfoeretraedare_nn_1 : N ; - aemnesgrupp_nn_1 : N ; - aemnesjaern_nn_1 : N ; - aemneskombination_nn_1 : N ; - aemneskonferens_nn_1 : N ; - aemneslaerare_nn_1 : N ; - aemnesnamn_nn_1 : N ; - aemnesomraade_nn_1 : N ; - aen_ab_1 : Adv ; - aenda_ab_1 : Adv ; - aenda_nn_1 : N ; - aendaa_ab_1 : Adv ; - aendamaal_nn_1 : N ; - aendamaalsenlig_av_1 : A ; - aendamaalsenlighet_nn_1 : N ; - aendamaalsloes_av_1 : A ; - aende_nn_1 : N ; - aendelse_nn_1 : N ; - aendlig_av_1 : A ; - aendloes_av_1 : A ; - aendmoraen_nn_1 : N ; - aendock_ab_1 : Adv ; - aendpunkt_nn_1 : N ; - aendrim_nn_1 : N ; - aendring_nn_1 : N ; - aendstation_nn_1 : N ; - aendtarm_nn_1 : N ; - aeng_ljud_nn_1 : N ; - aeng_nn_1 : N ; - aengd_nn_1 : N ; - aengel_nn_1 : N ; - aenger_nn_1 : N ; - aenglakoer_nn_1 : N ; - aenglalik_av_1 : A ; - aenglamakerska_nn_1 : N ; - aengsknarr_nn_1 : N ; - aengslig_av_1 : A ; - aengsmark_nn_1 : N ; - aengsvial_nn_1 : N ; - aenkeaar_nn_1 : N ; - aenkedok_nn_1 : N ; - aenkedrottning_nn_1 : N ; - aenkefru_nn_1 : N ; - aenkeman_nn_1 : N ; - aenkenaad_nn_1 : N ; - aenkepension_nn_1 : N ; - aenkestoet_nn_1 : N ; - aenkling_nn_1 : N ; - aennu_ab_1 : Adv ; - aenterhake_nn_1 : N ; - aenterpik_nn_1 : N ; - aentligen_ab_1 : Adv ; - aentring_nn_1 : N ; - aentringsstrid_nn_1 : N ; - aeppelkart_nn_1 : N ; - aeppelpraektig_av_1 : A ; - aeppelskrott_nn_1 : N ; - aeppeltraed_nn_1 : N ; - aeppelvecklare_nn_1 : N ; - aepplekart_nn_1 : N ; - aeppleliknande_av_1 : A ; - aeppleskrott_nn_1 : N ; - aeppletraed_nn_1 : N ; - aerbar_av_1 : A ; - aerebetygelse_nn_1 : N ; - aerefoergaeten_av_1 : A ; - aeregirig_av_1 : A ; - aereloes_av_1 : A ; - aerelysten_av_1 : A ; - aerelystnad_nn_1 : N ; - aereminne_nn_1 : N ; - aerende_nn_1 : N ; - aereport_nn_1 : N ; - aereroerig_av_1 : A ; - aeresak_nn_1 : N ; - aerevarv_nn_1 : N ; - aerevoerdig_av_1 : A ; - aerftlig_av_1 : A ; - aerftlighet_nn_1 : N ; - aerftlighetsforskare_nn_1 : N ; - aerftlighetslag_nn_1 : N ; - aerggroen_av_1 : A ; - aergig_av_1 : A ; - aeril_nn_1 : N ; - aerjkrok_nn_1 : N ; - aerkeaengel_nn_1 : N ; - aerkebiskop_nn_1 : N ; - aerkefiende_nn_1 : N ; - aerkehertig_nn_1 : N ; - aerkenoet_nn_1 : N ; - aerkestift_nn_1 : N ; - aerlig_av_1 : A ; - aerligen_ab_1 : Adv ; - aerlighet_nn_1 : N ; - aerm_nn_1 : N ; - aermbraede_nn_1 : N ; - aermhaal_nn_1 : N ; - aermhaallare_nn_1 : N ; - aermlinning_nn_1 : N ; - aermloes_av_1 : A ; - aerob_av_1 : A ; - aerobisk_av_1 : A ; - aerodrom_nn_1 : N ; - aerodynamisk_av_1 : A ; - aerofull_av_1 : A ; - aerofylld_av_1 : A ; - aerogram_nn_1 : N ; - aeronaut_nn_1 : N ; - aeroplan_nn_1 : N ; - aerorik_av_1 : A ; - aerosol_nn_1 : N ; - aerr_nn_1 : N ; - aerrbildning_nn_1 : N ; - aerrig_av_1 : A ; - aerrtatuering_nn_1 : N ; - aert_nn_1 : N ; - aerta_nn_1 : N ; - aertig_av_1 : A ; - aertvaext_nn_1 : N ; - aertvecklare_nn_1 : N ; - aeskande_nn_1 : N ; - aesping_nn_1 : N ; - aess_nn_1 : N ; - aeta_vb_1 : V ; - aetbar_av_1 : A ; - aetlig_av_1 : A ; - aetpinne_nn_1 : N ; - aett_nn_1 : N ; - aettartavla_nn_1 : N ; - aettefader_nn_1 : N ; - aettelaegg_nn_1 : N ; - aetteled_nn_1 : N ; - aettetal_nn_1 : N ; - aettetavla_nn_1 : N ; - aettiksinlaeggning_nn_1 : N ; - aettlaengd_nn_1 : N ; - aettled_nn_1 : N ; - aettling_nn_1 : N ; - aettnummer_nn_1 : N ; - aeven_ab_1 : Adv ; - aevenledes_ab_1 : Adv ; - aevensaa_ab_1 : Adv ; - aeventyr_nn_1 : N ; - aeventyrare_nn_1 : N ; - aeventyrlig_av_1 : A ; - aeventyrsbok_nn_1 : N ; - aeventyrsfilm_nn_1 : N ; - aeventyrsroman_nn_1 : N ; - aexing_nn_1 : N ; - afasi_nn_1 : N ; - afasisk_av_1 : A ; - afatiker_nn_1 : N ; - afatisk_av_1 : A ; - afelium_nn_1 : N ; - affaer_nn_1 : N ; - affaersavtal_nn_1 : N ; - affaersbank_nn_1 : N ; - affaersbegaavning_nn_1 : N ; - affaersbitraede_nn_1 : N ; - affaersbrev_nn_1 : N ; - affaerscentrum_nn_1 : N ; - affaersdrivande_av_1 : A ; - affaerskedja_nn_1 : N ; - affaersliv_nn_1 : N ; - affaersmaessig_av_1 : A ; - affaersman_nn_1 : N ; - affaerstid_nn_1 : N ; - affaersverk_nn_1 : N ; - affekt_nn_1 : N ; - affektion_nn_1 : N ; - affektionsvaerde_nn_1 : N ; - affektiv_av_1 : A ; - affidavit_nn_1 : N ; - affin_av_1 : A ; - affinage_nn_1 : N ; - affinitet_nn_1 : N ; - affirmativ_av_1 : A ; - affisch_nn_1 : N ; - affischering_nn_1 : N ; - affischnamn_nn_1 : N ; - affischoer_nn_1 : N ; - affischpelare_nn_1 : N ; - affix_nn_1 : N ; - afghan_nn_1 : N ; - afghansk_av_1 : A ; - aforism_nn_1 : N ; - aforistiker_nn_1 : N ; - aforistisk_av_1 : A ; - afrikan_nn_1 : N ; - afrikansk_av_1 : A ; - afro_asiatisk_av_1 : A ; - afroamerikan_nn_1 : N ; - afroasiatisk_av_1 : A ; - afrodisiakum_nn_1 : N ; - afrofrisyr_nn_1 : N ; - afse_nn_1 : N ; - afton_nn_1 : N ; - aftonboen_nn_1 : N ; - aftondraekt_nn_1 : N ; - aftongudstjaenst_nn_1 : N ; - aftonklaenning_nn_1 : N ; - aftonrodnad_nn_1 : N ; - aftonsaang_nn_1 : N ; - aftonvard_nn_1 : N ; - agat_nn_1 : N ; - agave_nn_1 : N ; - agent_nn_1 : N ; - agentfilm_nn_1 : N ; - agentur_nn_1 : N ; - agerande_nn_1 : N ; - aggande_av_1 : A ; - agglomerat_nn_1 : N ; - agglomeration_nn_1 : N ; - agglutination_nn_1 : N ; - aggregat_nn_1 : N ; - aggregation_nn_1 : N ; - aggregationstillstaand_nn_1 : N ; - aggression_nn_1 : N ; - aggressionshaemning_nn_1 : N ; - aggressiv_av_1 : A ; - aggressivitet_nn_1 : N ; - agitation_nn_1 : N ; - agitator_nn_1 : N ; - agitatorisk_av_1 : A ; - agn_nn_1 : N ; - agnat_nn_1 : N ; - agnatisk_av_1 : A ; - agnblommig_av_1 : A ; - agnborst_nn_1 : N ; - agnosi_nn_1 : N ; - agnostiker_nn_1 : N ; - agnostisk_av_1 : A ; - agoni_nn_1 : N ; - agraff_nn_1 : N ; - agrar_av_1 : A ; - agrar_nn_1 : N ; - agreabel_av_1 : A ; - agremang_nn_1 : N ; - agrikulturell_av_1 : A ; - agronom_nn_1 : N ; - agronomisk_av_1 : A ; - aha_upplevelse_nn_1 : N ; - air_nn_1 : N ; - airdaleterrier_nn_1 : N ; - akademi_nn_1 : N ; - akademiker_nn_1 : N ; - akademisk_av_1 : A ; - akademist_nn_1 : N ; - akant_nn_1 : N ; - akantus_nn_1 : N ; - akatalektisk_av_1 : A ; - akilleshael_nn_1 : N ; - akrobat_nn_1 : N ; - akrobatisk_av_1 : A ; - akromatisk_av_1 : A ; - akromegali_nn_1 : N ; - akronym_nn_1 : N ; - akropol_nn_1 : N ; - akrostikon_nn_1 : N ; - akt_nn_1 : N ; - akter_ab_1 : Adv ; - akter_nn_1 : N ; - akterdaeck_nn_1 : N ; - akterdel_nn_1 : N ; - akterlig_av_1 : A ; - akterskepp_nn_1 : N ; - akterspegel_nn_1 : N ; - aktie_nn_1 : N ; - aktieaegande_nn_1 : N ; - aktieaegare_nn_1 : N ; - aktieboers_nn_1 : N ; - aktiebolag_nn_1 : N ; - aktiebrev_nn_1 : N ; - aktieemission_nn_1 : N ; - aktiekapital_nn_1 : N ; - aktiekupong_nn_1 : N ; - aktiekurs_nn_1 : N ; - aktiemajoritet_nn_1 : N ; - aktieportfoelj_nn_1 : N ; - aktiepost_nn_1 : N ; - aktiesparklubb_nn_1 : N ; - aktiestock_nn_1 : N ; - aktieutdelning_nn_1 : N ; - aktievinst_nn_1 : N ; - aktion_nn_1 : N ; - aktionsart_nn_1 : N ; - aktionsgrupp_nn_1 : N ; - aktionsradie_nn_1 : N ; - aktionssaett_nn_1 : N ; - aktionsstroem_nn_1 : N ; - aktionsturbin_nn_1 : N ; - aktiv_av_1 : A ; - aktiva_nn_1 : N ; - aktivist_nn_1 : N ; - aktivitet_nn_1 : N ; - aktivum_nn_1 : N ; - aktningsfull_av_1 : A ; - aktningsvaerd_av_1 : A ; - aktoer_nn_1 : N ; - aktor_nn_1 : N ; - aktris_nn_1 : N ; - aktsam_av_1 : A ; - aktstycke_nn_1 : N ; - aktualitet_nn_1 : N ; - aktuarie_nn_1 : N ; - aktuell_av_1 : A ; - akustisk_av_1 : A ; - akut_ab_1 : Adv ; - akut_av_1 : A ; - akut_nn_1 : N ; - akutavdelning_nn_1 : N ; - akutfall_nn_1 : N ; - akutmottagning_nn_1 : N ; - akvakultur_nn_1 : N ; - akvamarin_nn_1 : N ; - akvanaut_nn_1 : N ; - akvaplaning_nn_1 : N ; - akvarell_nn_1 : N ; - akvarellfaerg_nn_1 : N ; - akvarellist_nn_1 : N ; - akvariefisk_nn_1 : N ; - akvarium_nn_1 : N ; - akvatint_nn_1 : N ; - akvatisk_av_1 : A ; - akvavit_nn_1 : N ; - akvedukt_nn_1 : N ; - al_nn_1 : N ; - aladaab_nn_1 : N ; - alagreck_nn_1 : N ; - alan_nn_1 : N ; - alanin_nn_1 : N ; - alant_nn_1 : N ; - alarm_nn_1 : N ; - alarmerande_av_1 : A ; - alban_nn_1 : N ; - albansk_av_1 : A ; - albanska_nn_2 : N ; - albatross_nn_1 : N ; - albigenser_nn_1 : N ; - albino_nn_1 : N ; - album_nn_1 : N ; - albumin_nn_1 : N ; - albyl_nn_1 : N ; - aldehyd_nn_1 : N ; - aldrig_ab_1 : Adv ; - alemann_nn_1 : N ; - alert_av_1 : A ; - alexandrin_nn_1 : N ; - alexandrinsk_av_1 : A ; - alexi_nn_1 : N ; - alf_nn_1 : N ; - alfa_nn_1 : N ; - alfaagel_nn_1 : N ; - alfabet_nn_1 : N ; - alfabetisk_av_1 : A ; - alfametyltyrosin_nn_1 : N ; - alfanumerisk_av_1 : A ; - alfapartikel_nn_1 : N ; - alfastraalning_nn_1 : N ; - alfkors_nn_1 : N ; - alfoerraedare_nn_1 : N ; - alfons_nn_1 : N ; - alfresko_ab_1 : Adv ; - alg_nn_1 : N ; - algebraisk_av_1 : A ; - algerier_nn_1 : N ; - algerisk_av_1 : A ; - algolog_nn_1 : N ; - algonk_nn_1 : N ; - algoritm_nn_1 : N ; - alias_ab_1 : Adv ; - alibi_nn_1 : N ; - alienation_nn_1 : N ; - alifatisk_av_1 : A ; - alimentaer_av_1 : A ; - alkaisk_av_1 : A ; - alkali_nn_1 : N ; - alkalimetall_nn_1 : N ; - alkalisk_av_1 : A ; - alkaloid_nn_1 : N ; - alkan_nn_1 : N ; - alkanol_nn_1 : N ; - alkekung_nn_1 : N ; - alkemist_nn_1 : N ; - alkfaagel_nn_1 : N ; - alkohol_nn_1 : N ; - alkoholhalt_nn_1 : N ; - alkoholhaltig_av_1 : A ; - alkoholisk_av_1 : A ; - alkoholist_nn_1 : N ; - alkoholistanstalt_nn_1 : N ; - alkoholmissbrukare_nn_1 : N ; - alkoholometer_nn_1 : N ; - alkoholpsykos_nn_1 : N ; - alkoholsvag_av_1 : A ; - alkoholtest_nn_1 : N ; - alkotest_nn_1 : N ; - alkotte_nn_1 : N ; - alkov_nn_1 : N ; - alkyd_nn_1 : N ; - alkyl_nn_1 : N ; - alkyn_nn_1 : N ; - allaetare_nn_1 : N ; - allan_ab_1 : Adv ; - allaredan_ab_1 : Adv ; - allbekant_av_1 : A ; - alldaglig_av_1 : A ; - alldeles_ab_1 : Adv ; - alle_nn_1 : N ; - allegat_nn_1 : N ; - allegori_nn_1 : N ; - allegorisk_av_1 : A ; - allegretto_ab_1 : Adv ; - allegretto_nn_1 : N ; - allegro_ab_1 : Adv ; - allegro_nn_1 : N ; - allehanda_av_1 : A ; - allemansfond_nn_1 : N ; - allena_av_1 : A ; - allenaraadande_av_1 : A ; - allenast_ab_1 : Adv ; - allergen_av_1 : A ; - allergen_nn_1 : N ; - allergi_nn_1 : N ; - allergiker_nn_1 : N ; - allergisk_av_1 : A ; - allergolog_nn_1 : N ; - allestaedes_ab_1 : Adv ; - allfarvaeg_nn_1 : N ; - allhelgonadag_nn_1 : N ; - allians_nn_1 : N ; - alliansfri_av_1 : A ; - alliansring_nn_1 : N ; - alligator_nn_1 : N ; - allitteration_nn_1 : N ; - allkonstverk_nn_1 : N ; - allmaen_av_1 : A ; - allmaenbegaavning_nn_1 : N ; - allmaenbegrepp_nn_1 : N ; - allmaenfarlig_av_1 : A ; - allmaengiltig_av_1 : A ; - allmaengiltighet_nn_1 : N ; - allmaenhet_nn_1 : N ; - allmaenmaensklig_av_1 : A ; - allmaennelig_av_1 : A ; - allmaenning_nn_1 : N ; - allmaennyttig_av_1 : A ; - allmaenpolitisk_av_1 : A ; - allmaenpraktiker_nn_1 : N ; - allmaenpraktiserande_av_1 : A ; - allmaenpreventiv_av_1 : A ; - allmogeblaa_av_1 : A ; - allmogedraekt_nn_1 : N ; - allmogekultur_nn_1 : N ; - allmogevaevnad_nn_1 : N ; - allod_nn_1 : N ; - allodial_av_1 : A ; - allodium_nn_1 : N ; - allofon_nn_1 : N ; - allograf_nn_1 : N ; - allokton_av_1 : A ; - allokution_nn_1 : N ; - allomfattande_av_1 : A ; - allomorf_av_1 : A ; - allomorf_nn_1 : N ; - allongeperuk_nn_1 : N ; - allra_ab_1 : Adv ; - allraheligaste_av_1 : A ; - allriskfoersaekring_nn_1 : N ; - allround_av_1 : A ; - allrum_nn_1 : N ; - alls_ab_1 : Adv ; - allsaang_nn_1 : N ; - allseende_av_1 : A ; - allshaerjarting_nn_1 : N ; - allsidig_av_1 : A ; - allskoens_av_1 : A ; - allsmaektig_av_1 : A ; - allstroemsapparat_nn_1 : N ; - allsvaaldig_av_1 : A ; - allsvensk_av_1 : A ; - allt_ab_1 : Adv ; - alltemellanaat_ab_1 : Adv ; - alltfoer_ab_1 : Adv ; - alltfort_ab_1 : Adv ; - alltiallo_nn_1 : N ; - alltid_ab_1 : Adv ; - alltigenom_ab_1 : Adv ; - allting_nn_1 : N ; - alltjaemt_ab_1 : Adv ; - alltmer_ab_1 : Adv ; - alltmera_ab_1 : Adv ; - alltnog_ab_1 : Adv ; - alltomfattande_av_1 : A ; - alltsaa_ab_1 : Adv ; - alltsomoftast_ab_1 : Adv ; - allusion_nn_1 : N ; - alluvial_av_1 : A ; - alluvium_nn_1 : N ; - allvaedersstoevel_nn_1 : N ; - allvarlig_av_1 : A ; - allvarligen_ab_1 : Adv ; - allvarsam_av_1 : A ; - allvarsord_nn_1 : N ; - allvarstyngd_av_1 : A ; - allvetande_av_1 : A ; - allvetare_nn_1 : N ; - allvis_av_1 : A ; - alm_nn_1 : N ; - almanacksblad_nn_1 : N ; - aln_nn_1 : N ; - aloe_nn_1 : N ; - alp_nn_1 : N ; - alpari_ab_1 : Adv ; - alpget_nn_1 : N ; - alpin_av_1 : A ; - alpinist_nn_1 : N ; - alpinsk_av_1 : A ; - alpjaegare_nn_1 : N ; - alpviol_nn_1 : N ; - alster_nn_1 : N ; - alstring_nn_1 : N ; - alt_nn_1 : N ; - altan_nn_1 : N ; - altarbrun_nn_1 : N ; - altare_nn_1 : N ; - altargaang_nn_1 : N ; - altarprydnad_nn_1 : N ; - altarring_nn_1 : N ; - altarrund_nn_1 : N ; - altarskaap_nn_1 : N ; - altartavla_nn_1 : N ; - altartjaenst_nn_1 : N ; - alteration_nn_1 : N ; - alternativ_av_1 : A ; - alternativ_nn_1 : N ; - alternativfraaga_nn_1 : N ; - alternativkurs_nn_1 : N ; - alternatvinkel_nn_1 : N ; - altfiol_nn_1 : N ; - altitud_nn_1 : N ; - altruist_nn_1 : N ; - altruistisk_av_1 : A ; - altstaemma_nn_1 : N ; - altviolin_nn_1 : N ; - aluminiumjon_nn_1 : N ; - aluminiumpulver_nn_1 : N ; - alumn_nn_1 : N ; - alunskiffer_nn_1 : N ; - alv_nn_2 : N ; - alvarsmark_nn_1 : N ; - alveol_nn_1 : N ; - alveolar_av_1 : A ; - alveolar_nn_1 : N ; - alvplog_nn_1 : N ; - amalgam_nn_1 : N ; - amanuens_nn_1 : N ; - amarant_nn_1 : N ; - amaryllis_nn_1 : N ; - amason_nn_1 : N ; - amatoer_nn_1 : N ; - amatoerbestaemmelse_nn_1 : N ; - amatoerforskare_nn_1 : N ; - amatoeridrott_nn_1 : N ; - amatoermaessig_av_1 : A ; - amatoerregel_nn_1 : N ; - amatoersaendare_nn_1 : N ; - amatoerteleskop_nn_1 : N ; - ambassad_nn_1 : N ; - ambassadoer_nn_1 : N ; - ambassadraad_nn_1 : N ; - ambiguitet_nn_1 : N ; - ambitioes_av_1 : A ; - ambition_nn_1 : N ; - ambitionssak_nn_1 : N ; - ambivalent_av_1 : A ; - ambrosisk_av_1 : A ; - ambulans_nn_1 : N ; - ambulatorisk_av_1 : A ; - amendemang_nn_1 : N ; - amerikan_nn_1 : N ; - amerikanare_nn_1 : N ; - amerikanism_nn_1 : N ; - amerikansk_av_1 : A ; - amerikanska_nn_2 : N ; - ametist_nn_1 : N ; - amfetamin_nn_1 : N ; - amfibie_nn_1 : N ; - amfibisk_av_1 : A ; - amfibolit_nn_1 : N ; - amfiteater_nn_1 : N ; - amfiteatralisk_av_1 : A ; - ami_nn_1 : N ; - amid_nn_1 : N ; - amin_nn_1 : N ; - amiral_nn_1 : N ; - amiralsperson_nn_1 : N ; - ammonit_nn_1 : N ; - ammoniumnitrat_nn_1 : N ; - ammoniumnitratloesning_nn_1 : N ; - amnesi_nn_1 : N ; - amnesti_nn_1 : N ; - amoralisk_av_1 : A ; - amoralitet_nn_1 : N ; - amorbaage_nn_1 : N ; - amorf_av_1 : A ; - amorfism_nn_1 : N ; - amorin_nn_1 : N ; - amoroes_av_1 : A ; - amortering_nn_1 : N ; - amorteringsfri_av_1 : A ; - amorteringsplan_nn_1 : N ; - ampel_av_1 : A ; - ampel_nn_1 : N ; - amper_av_1 : A ; - ampere_nn_1 : N ; - amperemeter_nn_1 : N ; - amperesekund_nn_1 : N ; - amperevarv_nn_1 : N ; - amplitud_nn_1 : N ; - amplitudmodulering_nn_1 : N ; - ampull_nn_1 : N ; - amputation_nn_1 : N ; - amsaga_nn_1 : N ; - amt_nn_1 : N ; - amulett_nn_1 : N ; - amylas_nn_1 : N ; - amyotrofi_nn_1 : N ; - an_ab_1 : Adv ; - anabaptist_nn_1 : N ; - anabatisk_av_1 : A ; - anabol_nn_1 : N ; - anaerob_av_1 : A ; - anafor_nn_1 : N ; - anaforisk_av_1 : A ; - anagram_nn_1 : N ; - anakolut_nn_1 : N ; - anakoret_nn_1 : N ; - anakreontisk_av_1 : A ; - anakronism_nn_1 : N ; - anal_av_1 : A ; - analfabet_nn_1 : N ; - analgetika_nn_1 : N ; - analoeppning_nn_1 : N ; - analog_av_1 : A ; - analogi_nn_1 : N ; - analogibevis_nn_1 : N ; - analogibildning_nn_1 : N ; - analogisk_av_1 : A ; - analogislut_nn_1 : N ; - analys_nn_1 : N ; - analytiker_nn_1 : N ; - analytisk_av_1 : A ; - anamnes_nn_1 : N ; - ananas_nn_1 : N ; - anapest_nn_1 : N ; - anarkisk_av_1 : A ; - anarkist_nn_1 : N ; - anarkistisk_av_1 : A ; - anastas_nn_1 : N ; - anastatisk_av_1 : A ; - anastigmatisk_av_1 : A ; - anatema_nn_1 : N ; - anatom_nn_1 : N ; - anatomisk_av_1 : A ; - anblick_nn_1 : N ; - anbrott_nn_1 : N ; - anbud_nn_1 : N ; - anciennitet_nn_1 : N ; - and_nn_1 : N ; - andaektig_av_1 : A ; - andakt_nn_1 : N ; - andaktsbok_nn_1 : N ; - andaktsfull_av_1 : A ; - andante_ab_1 : Adv ; - andante_nn_1 : N ; - ande_nn_1 : N ; - andebesvaerjare_nn_1 : N ; - andebesvaerjelse_nn_1 : N ; - andedrag_nn_1 : N ; - andefattig_av_1 : A ; - andefattigdom_nn_1 : N ; - andel_nn_1 : N ; - andelsfoerening_nn_1 : N ; - andemening_nn_1 : N ; - andeskaadare_nn_1 : N ; - andetag_nn_1 : N ; - andevaesen_nn_1 : N ; - andfaadd_av_1 : A ; - andfaagel_nn_1 : N ; - andlig_av_1 : A ; - andligen_ab_1 : Adv ; - andloes_av_1 : A ; - andning_nn_1 : N ; - andningsapparat_nn_1 : N ; - andningsenzym_nn_1 : N ; - andningshaal_nn_1 : N ; - andningsorgan_nn_1 : N ; - andningspaus_nn_1 : N ; - andningsreaktion_nn_1 : N ; - andningsroer_nn_1 : N ; - andorran_nn_1 : N ; - andorransk_av_1 : A ; - andra_vb_1 : V ; - andrabas_nn_1 : N ; - andrabil_nn_1 : N ; - andrag_nn_1 : N ; - andragradsekvation_nn_1 : N ; - andrahandsbutik_nn_1 : N ; - andrahandsvaerde_nn_1 : N ; - andrake_nn_1 : N ; - andraklassbiljett_nn_1 : N ; - andranamn_nn_1 : N ; - andraplacering_nn_1 : N ; - andraplats_nn_1 : N ; - andratenor_nn_1 : N ; - andratidning_nn_1 : N ; - andreaskors_nn_1 : N ; - andrebas_nn_1 : N ; - andretenor_nn_1 : N ; - androgyn_av_1 : A ; - androgyn_nn_1 : N ; - andryg_av_1 : A ; - andstraeck_nn_1 : N ; - andtaeppt_av_1 : A ; - andtruten_av_1 : A ; - andur_nn_1 : N ; - anekdot_nn_1 : N ; - anekdotisk_av_1 : A ; - anemi_nn_1 : N ; - anemisk_av_1 : A ; - anemometer_nn_1 : N ; - anemon_nn_1 : N ; - aneroidbarometer_nn_1 : N ; - anestesi_nn_1 : N ; - anestesiolog_nn_1 : N ; - anestetika_nn_1 : N ; - anestetisk_av_1 : A ; - anfader_nn_1 : N ; - anfaektelse_nn_1 : N ; - anfall_nn_1 : N ; - anfalla_vb_1 : V ; - anfallare_nn_1 : N ; - anfallsbas_nn_1 : N ; - anfallsfront_nn_1 : N ; - anfallskrig_nn_1 : N ; - anfallslinje_nn_1 : N ; - anfallsspel_nn_1 : N ; - anfallsspelare_nn_1 : N ; - anfallsvinkel_nn_1 : N ; - anfang_nn_1 : N ; - anfart_nn_1 : N ; - anflog_nn_1 : N ; - anflygning_nn_1 : N ; - anfoerande_nn_1 : N ; - anfoerare_nn_1 : N ; - anfoering_nn_1 : N ; - anfoeringstecken_nn_1 : N ; - anfoeringsverb_nn_1 : N ; - anfoervant_nn_1 : N ; - ange_vb_1 : V ; - angel_nn_1 : N ; - angelaegen_av_1 : A ; - angelaegenhet_nn_1 : N ; - angelsachsare_nn_1 : N ; - angelsaxare_nn_1 : N ; - angenaem_av_1 : A ; - angiosperm_nn_1 : N ; - angivare_nn_1 : N ; - angivelse_nn_1 : N ; - angivelsebrott_nn_1 : N ; - angiveri_nn_1 : N ; - anglaes_nn_1 : N ; - anglicism_nn_1 : N ; - anglikansk_av_1 : A ; - anglist_nn_1 : N ; - anglosaxare_nn_1 : N ; - anglosaxisk_av_1 : A ; - angolan_nn_1 : N ; - angolansk_av_1 : A ; - angoraget_nn_1 : N ; - angorakatt_nn_1 : N ; - angraensande_av_1 : A ; - angrepp_nn_1 : N ; - angreppspunkt_nn_1 : N ; - angreppssaett_nn_1 : N ; - angripa_vb_1 : V ; - angripare_nn_1 : N ; - anhaalla_vb_1 : V ; - anhaallan_nn_1 : N ; - anhaallande_nn_1 : N ; - anhaengare_nn_1 : N ; - anhaengig_av_1 : A ; - anhalt_nn_1 : N ; - anhang_nn_1 : N ; - anhoerig_av_1 : A ; - anhopning_nn_1 : N ; - anilinfaerg_nn_1 : N ; - animal_av_1 : A ; - animalisk_av_1 : A ; - animatoer_nn_1 : N ; - animistisk_av_1 : A ; - animositet_nn_1 : N ; - aning_nn_1 : N ; - aningsloes_av_1 : A ; - anisett_nn_1 : N ; - anjon_nn_1 : N ; - ankarboj_nn_1 : N ; - ankare_nn_1 : N ; - ankarfly_nn_1 : N ; - ankargrund_nn_1 : N ; - ankarkabel_nn_1 : N ; - ankarkaetting_nn_1 : N ; - ankarlindning_nn_1 : N ; - ankarspel_nn_1 : N ; - ankarstock_nn_1 : N ; - ankbonde_nn_1 : N ; - ankdamm_nn_1 : N ; - ankel_nn_1 : N ; - ankellaang_av_1 : A ; - anklagelse_nn_1 : N ; - anklagelseakt_nn_1 : N ; - anklagelsepunkt_nn_1 : N ; - anklang_nn_1 : N ; - anknyta_vb_1 : V ; - anknytning_nn_1 : N ; - ankomma_vb_1 : V ; - ankommen_av_1 : A ; - ankomst_nn_1 : N ; - ankring_nn_1 : N ; - ankunge_nn_1 : N ; - anlaeggare_nn_1 : N ; - anlaeggning_nn_1 : N ; - anlaeggningsarbetare_nn_1 : N ; - anlaeggningskostnad_nn_1 : N ; - anlaeggningsplats_nn_1 : N ; - anlaeggningstillgaang_nn_1 : N ; - anlag_nn_1 : N ; - anlagsbaerare_nn_1 : N ; - anlagstest_nn_1 : N ; - anledning_nn_1 : N ; - anletsdrag_nn_1 : N ; - anlopp_nn_1 : N ; - anloppshamn_nn_1 : N ; - anlupen_av_1 : A ; - anmaelan_nn_2 : N ; - anmaelare_nn_1 : N ; - anmaelning_nn_1 : N ; - anmaelningstid_nn_1 : N ; - anmaerkning_nn_1 : N ; - anmaerkningsvaerd_av_1 : A ; - anmodande_nn_1 : N ; - anmoder_nn_1 : N ; - annalist_nn_1 : N ; - annalkande_av_1 : A ; - annandag_nn_1 : N ; - annanstans_ab_1 : Adv ; - annars_ab_1 : Adv ; - annektion_nn_1 : N ; - annex_nn_1 : N ; - annexfoersamling_nn_1 : N ; - annexion_nn_1 : N ; - annihilation_nn_1 : N ; - annons_nn_1 : N ; - annonsbyraa_nn_1 : N ; - annonskampanj_nn_1 : N ; - annonsoer_nn_1 : N ; - annonspelare_nn_1 : N ; - annonsplats_nn_1 : N ; - annonssvar_nn_1 : N ; - annorlunda_ab_1 : Adv ; - annorlunda_av_1 : A ; - annorstaedes_ab_1 : Adv ; - annotation_nn_1 : N ; - annuell_av_1 : A ; - annuitet_nn_1 : N ; - annuitetslaan_nn_1 : N ; - anod_nn_1 : N ; - anomali_nn_1 : N ; - anomi_nn_1 : N ; - anonym_av_1 : A ; - anonymitet_nn_1 : N ; - anorak_nn_1 : N ; - anordning_nn_1 : N ; - anorexi_nn_1 : N ; - anormal_av_1 : A ; - anpassbar_av_1 : A ; - anpasslig_av_1 : A ; - anpassling_nn_1 : N ; - anpassning_nn_1 : N ; - anpassningsgrupp_nn_1 : N ; - anpassningsklinik_nn_1 : N ; - anraettning_nn_1 : N ; - anrik_av_1 : A ; - anrikning_nn_1 : N ; - anrop_nn_1 : N ; - ansaettningsskruv_nn_1 : N ; - ansamling_nn_1 : N ; - ansats_nn_1 : N ; - ansedd_av_1 : A ; - ansenlig_av_1 : A ; - ansiktsbjudning_nn_1 : N ; - ansiktsdrag_nn_1 : N ; - ansiktsfaerg_nn_1 : N ; - ansiktskraem_nn_1 : N ; - ansiktslyftning_nn_1 : N ; - ansiktsmask_nn_1 : N ; - ansiktsmuskel_nn_1 : N ; - ansiktsnerv_nn_1 : N ; - ansiktsskydd_nn_1 : N ; - ansiktsuttryck_nn_1 : N ; - ansjovis_nn_1 : N ; - anskaffning_nn_1 : N ; - anskraemlig_av_1 : A ; - anskri_nn_1 : N ; - anskriven_av_1 : A ; - anslaaende_av_1 : A ; - anslag_nn_1 : N ; - anslagsaeskande_nn_1 : N ; - anslagsbeviljande_av_1 : A ; - anslagsframstaellning_nn_1 : N ; - anslagstavla_nn_1 : N ; - ansluta_vb_1 : V ; - anslutning_nn_1 : N ; - ansoekning_nn_1 : N ; - ansoekningshandling_nn_1 : N ; - ansoekningstid_nn_1 : N ; - anspaend_av_1 : A ; - anspann_nn_1 : N ; - anspelning_nn_1 : N ; - anspraak_nn_1 : N ; - anspraaksfull_av_1 : A ; - anspraaksloes_av_1 : A ; - anspraaksloeshet_nn_1 : N ; - anstaand_nn_1 : N ; - anstaellning_nn_1 : N ; - anstaellningsavtal_nn_1 : N ; - anstaellningsskydd_nn_1 : N ; - anstaendig_av_1 : A ; - anstaendighet_nn_1 : N ; - anstaendigtvis_ab_1 : Adv ; - anstalt_nn_1 : N ; - anstiftare_nn_1 : N ; - anstoetlig_av_1 : A ; - anstormning_nn_1 : N ; - anstraengande_av_1 : A ; - anstraengd_av_1 : A ; - anstraengning_nn_1 : N ; - anstruken_av_1 : A ; - anstryka_vb_1 : V ; - anstrykare_nn_1 : N ; - anstrykning_nn_1 : N ; - anstucken_av_1 : A ; - ansvaelld_av_1 : A ; - ansvaellning_nn_1 : N ; - ansvarig_av_1 : A ; - ansvarighetsfoersaekring_nn_1 : N ; - ansvaring_nn_1 : N ; - ansvarsfoersaekring_nn_1 : N ; - ansvarsfrihet_nn_1 : N ; - ansvarsfull_av_1 : A ; - ansvarskaennande_av_1 : A ; - ansvarsloes_av_1 : A ; - ansvarsnaemnd_nn_1 : N ; - anta_vb_1 : V ; - antaag_nn_1 : N ; - antaendning_nn_1 : N ; - antagande_nn_1 : N ; - antaglig_av_1 : A ; - antagligen_ab_1 : Adv ; - antagning_nn_1 : N ; - antagonist_nn_1 : N ; - antagonistisk_av_1 : A ; - antal_nn_1 : N ; - antarktisk_av_1 : A ; - antecedentia_nn_1 : N ; - antecipation_nn_1 : N ; - antecipativ_av_1 : A ; - anteckning_nn_1 : N ; - anteckningsblock_nn_1 : N ; - anteckningsbok_nn_1 : N ; - antediluviansk_av_1 : A ; - antenn_nn_1 : N ; - antependium_nn_1 : N ; - antepenultima_nn_1 : N ; - antibarbarus_nn_1 : N ; - antibiotika_nn_1 : N ; - antibiotikum_nn_1 : N ; - antibiotisk_av_1 : A ; - anticyklon_nn_1 : N ; - antidepressiv_av_1 : A ; - antidot_nn_1 : N ; - antifoni_nn_1 : N ; - antigen_nn_1 : N ; - antihistamin_nn_1 : N ; - antihjaelte_nn_1 : N ; - antiintellektuell_av_1 : A ; - antik_av_1 : A ; - antiklerikal_av_1 : A ; - antiklimax_nn_1 : N ; - antiklinal_nn_1 : N ; - antikljus_nn_1 : N ; - antikonceptionell_av_1 : A ; - antikropp_nn_1 : N ; - antikvariat_nn_1 : N ; - antikvarie_nn_1 : N ; - antikvarisk_av_1 : A ; - antikvitet_nn_1 : N ; - antilop_nn_1 : N ; - antimakass_nn_1 : N ; - antimilitarist_nn_1 : N ; - antimilitaristisk_av_1 : A ; - antingen_ab_1 : Adv ; - antinomi_nn_1 : N ; - antipartikel_nn_1 : N ; - antipassad_nn_1 : N ; - antipati_nn_1 : N ; - antipod_nn_1 : N ; - antisemit_nn_1 : N ; - antisemitisk_av_1 : A ; - antiseptika_nn_1 : N ; - antiseptisk_av_1 : A ; - antisionistisk_av_1 : A ; - antistatisk_av_1 : A ; - antistatmedel_nn_1 : N ; - antites_nn_1 : N ; - antitetisk_av_1 : A ; - antitoxin_nn_1 : N ; - antologi_nn_1 : N ; - antonym_nn_1 : N ; - antraeffbar_av_1 : A ; - antropisk_av_1 : A ; - antropocentrisk_av_1 : A ; - antropofag_nn_1 : N ; - antropoid_nn_1 : N ; - antropolog_nn_1 : N ; - antropomorf_av_1 : A ; - antroposof_nn_1 : N ; - antroposofisk_av_1 : A ; - antydning_nn_1 : N ; - antydningsvis_ab_1 : Adv ; - anvaendande_nn_1 : N ; - anvaendare_nn_1 : N ; - anvaendbar_av_1 : A ; - anvaendbarhet_nn_1 : N ; - anvaendning_nn_1 : N ; - anvaendningsomraade_nn_1 : N ; - anvisning_nn_1 : N ; - anvisningslaekare_nn_1 : N ; - aorist_nn_1 : N ; - apache_nn_1 : N ; - apanage_nn_1 : N ; - apart_av_1 : A ; - apart_nn_1 : N ; - apati_nn_1 : N ; - apatisk_av_1 : A ; - apbroedstraed_nn_1 : N ; - apekatt_nn_1 : N ; - apel_nn_1 : N ; - apelgraa_av_1 : A ; - apelsin_nn_1 : N ; - aperitif_nn_1 : N ; - apertur_nn_1 : N ; - apetidin_nn_1 : N ; - aphelium_nn_1 : N ; - apmaenniska_nn_1 : N ; - apodiktisk_av_1 : A ; - apokalyps_nn_1 : N ; - apokalyptisk_av_1 : A ; - apokryfisk_av_1 : A ; - apollinisk_av_1 : A ; - apollofjaeril_nn_1 : N ; - apologet_nn_1 : N ; - apologetisk_av_1 : A ; - apologi_nn_1 : N ; - apoplektisk_av_1 : A ; - apoplexi_nn_1 : N ; - apostel_nn_1 : N ; - aposteriorisk_av_1 : A ; - apostolisk_av_1 : A ; - apostrof_nn_1 : N ; - apotek_nn_1 : N ; - apotekare_nn_1 : N ; - apoteksvaext_nn_1 : N ; - apoteos_nn_1 : N ; - apparans_nn_1 : N ; - apparat_nn_1 : N ; - apparatur_nn_1 : N ; - apparition_nn_1 : N ; - appell_nn_1 : N ; - appellant_nn_1 : N ; - appellationsdomstol_nn_1 : N ; - appellativ_nn_1 : N ; - appendicit_nn_1 : N ; - appendix_nn_1 : N ; - apperception_nn_1 : N ; - applaad_nn_1 : N ; - applikation_nn_1 : N ; - applikatorisk_av_1 : A ; - applikatur_nn_1 : N ; - apposition_nn_1 : N ; - appreciering_nn_1 : N ; - appretyr_nn_1 : N ; - approach_nn_1 : N ; - approbabel_av_1 : A ; - approbatur_nn_1 : N ; - approximation_nn_1 : N ; - approximationsteori_nn_1 : N ; - approximativ_av_1 : A ; - aprikos_nn_1 : N ; - aprildag_nn_1 : N ; - aprilskaemt_nn_1 : N ; - apriorisk_av_1 : A ; - apropaa_ab_1 : Adv ; - apropaa_nn_1 : N ; - apsort_nn_1 : N ; - apspel_nn_1 : N ; - aptitlig_av_1 : A ; - aptitloeshet_nn_1 : N ; - aptitretande_av_1 : A ; - aptitretare_nn_1 : N ; - ar_nn_1 : N ; - arab_nn_1 : N ; - arabesk_nn_1 : N ; - arabisk_av_1 : A ; - arabiska_nn_2 : N ; - arabist_nn_1 : N ; - arbetare_nn_1 : N ; - arbetarfoerening_nn_1 : N ; - arbetargrupp_nn_1 : N ; - arbetarklass_nn_1 : N ; - arbetarkommun_nn_1 : N ; - arbetarparti_nn_1 : N ; - arbetarraad_nn_1 : N ; - arbetarregering_nn_1 : N ; - arbetarroerelse_nn_1 : N ; - arbetarsaang_nn_1 : N ; - arbetsaar_nn_1 : N ; - arbetsam_av_1 : A ; - arbetsanstalt_nn_1 : N ; - arbetsavtal_nn_1 : N ; - arbetsbeskrivning_nn_1 : N ; - arbetsbesparande_av_1 : A ; - arbetsbi_nn_1 : N ; - arbetsboerda_nn_1 : N ; - arbetsbok_nn_1 : N ; - arbetsbord_nn_1 : N ; - arbetsbyte_nn_1 : N ; - arbetsdag_nn_1 : N ; - arbetsdelning_nn_1 : N ; - arbetsdomstol_nn_1 : N ; - arbetsduglig_av_1 : A ; - arbetsfaelt_nn_1 : N ; - arbetsfoer_av_1 : A ; - arbetsfoermedling_nn_1 : N ; - arbetsfoertjaenst_nn_1 : N ; - arbetsform_nn_1 : N ; - arbetsfri_av_1 : A ; - arbetsgivaravgift_nn_1 : N ; - arbetsgivare_nn_1 : N ; - arbetsgivarfoerening_nn_1 : N ; - arbetsgivarintraede_nn_1 : N ; - arbetsgrupp_nn_1 : N ; - arbetshypotes_nn_1 : N ; - arbetsinkomst_nn_1 : N ; - arbetsinsats_nn_1 : N ; - arbetsinstaellelse_nn_1 : N ; - arbetsintensiv_av_1 : A ; - arbetskamrat_nn_1 : N ; - arbetskoepare_nn_1 : N ; - arbetskonflikt_nn_1 : N ; - arbetslaeger_nn_1 : N ; - arbetsledare_nn_1 : N ; - arbetslivserfarenhet_nn_1 : N ; - arbetsloes_av_1 : A ; - arbetsloeshet_nn_1 : N ; - arbetsmaengd_nn_1 : N ; - arbetsmaetning_nn_1 : N ; - arbetsmarknad_nn_1 : N ; - arbetsmarknadspolitik_nn_1 : N ; - arbetsmarknadspolitisk_av_1 : A ; - arbetsmarknadsutbildning_nn_1 : N ; - arbetsmaskin_nn_1 : N ; - arbetsmaterial_nn_1 : N ; - arbetsmiljoe_nn_1 : N ; - arbetsmoment_nn_1 : N ; - arbetsmoral_nn_1 : N ; - arbetsnaemnd_nn_1 : N ; - arbetsnamn_nn_1 : N ; - arbetsnarkoman_nn_1 : N ; - arbetsnedlaeggelse_nn_1 : N ; - arbetsomraade_nn_1 : N ; - arbetsordning_nn_1 : N ; - arbetspass_nn_1 : N ; - arbetsplats_nn_1 : N ; - arbetsplenum_nn_1 : N ; - arbetsprov_nn_1 : N ; - arbetsredskap_nn_1 : N ; - arbetsrum_nn_1 : N ; - arbetssaang_nn_1 : N ; - arbetssaett_nn_1 : N ; - arbetsseger_nn_1 : N ; - arbetsskygg_av_1 : A ; - arbetssoekande_nn_1 : N ; - arbetsstudieman_nn_1 : N ; - arbetstagare_nn_1 : N ; - arbetstemperatur_nn_1 : N ; - arbetsterapeut_nn_1 : N ; - arbetstid_nn_1 : N ; - arbetstillfaelle_nn_1 : N ; - arbetstillstaand_nn_1 : N ; - arbetstvist_nn_1 : N ; - arbetsuppgift_nn_1 : N ; - arbetsutskott_nn_1 : N ; - arbetsvaerdering_nn_1 : N ; - arbetsvecka_nn_1 : N ; - arbetsvilja_nn_1 : N ; - arbetsvillig_av_1 : A ; - arbitraer_av_1 : A ; - arboretum_nn_1 : N ; - arborr_nn_1 : N ; - ardenner_nn_1 : N ; - areal_nn_1 : N ; - arena_nn_1 : N ; - arenateater_nn_1 : N ; - areometer_nn_1 : N ; - areopag_nn_1 : N ; - arg_av_1 : A ; - argentinare_nn_1 : N ; - argentinsk_av_1 : A ; - argentinska_nn_1 : N ; - argsint_av_1 : A ; - argument_nn_1 : N ; - argumentation_nn_1 : N ; - argumentering_nn_1 : N ; - argusoega_nn_1 : N ; - ariadnetraad_nn_1 : N ; - arian_nn_1 : N ; - ariansk_av_1 : A ; - arier_nn_1 : N ; - arioso_nn_1 : N ; - arisk_av_1 : A ; - aristokrat_nn_1 : N ; - aristokrati_nn_1 : N ; - aristokratisk_av_1 : A ; - aritmetisk_av_1 : A ; - ark_nn_1 : N ; - arkad_nn_1 : N ; - arkadisk_av_1 : A ; - arkadspel_nn_1 : N ; - arkaisk_av_1 : A ; - arkaism_nn_1 : N ; - arkaistisk_av_1 : A ; - arkebusering_nn_1 : N ; - arkeolog_nn_1 : N ; - arkeologisk_av_1 : A ; - arketyp_nn_1 : N ; - arketypisk_av_1 : A ; - arkiater_nn_1 : N ; - arkipelag_nn_1 : N ; - arkitekt_nn_1 : N ; - arkitektonisk_av_1 : A ; - arkitektur_nn_1 : N ; - arkitrav_nn_1 : N ; - arkiv_nn_1 : N ; - arkivalisk_av_1 : A ; - arkivarbetare_nn_1 : N ; - arkivarie_nn_1 : N ; - arkivexemplar_nn_1 : N ; - arksignatur_nn_1 : N ; - arktisk_av_1 : A ; - arla_ab_1 : Adv ; - arm_av_1 : A ; - arm_nn_1 : N ; - armatur_nn_1 : N ; - armbaage_nn_1 : N ; - armbaagsben_nn_1 : N ; - armbaagsled_nn_1 : N ; - armband_nn_1 : N ; - armbandsur_nn_1 : N ; - armbindel_nn_1 : N ; - armboejning_nn_1 : N ; - armborst_nn_1 : N ; - armborstpil_nn_1 : N ; - armbrott_nn_1 : N ; - armbrytning_nn_1 : N ; - arme_nn_1 : N ; - armechef_nn_1 : N ; - armefoerband_nn_1 : N ; - armegevaer_nn_1 : N ; - armehaest_nn_1 : N ; - armekaar_nn_1 : N ; - armenier_nn_1 : N ; - armenisk_av_1 : A ; - armeniska_nn_2 : N ; - armering_nn_1 : N ; - armeringsjaern_nn_1 : N ; - armfoering_nn_1 : N ; - armfoting_nn_1 : N ; - armhaevning_nn_1 : N ; - armkrok_nn_1 : N ; - armlaengd_nn_1 : N ; - armled_nn_1 : N ; - armmuskel_nn_1 : N ; - armpolyp_nn_1 : N ; - armstoed_nn_1 : N ; - armstyrka_nn_1 : N ; - armveck_nn_1 : N ; - arom_nn_1 : N ; - aromatisk_av_1 : A ; - aromglas_nn_1 : N ; - arpeggio_nn_1 : N ; - arr_nn_1 : N ; - arrangemang_nn_1 : N ; - arrangoer_nn_1 : N ; - arrendator_nn_1 : N ; - arrende_nn_1 : N ; - arrest_nn_1 : N ; - arrestant_nn_1 : N ; - arrestering_nn_1 : N ; - arriaergarde_nn_1 : N ; - arrivist_nn_1 : N ; - arrogant_av_1 : A ; - arrowrot_nn_1 : N ; - arsel_nn_1 : N ; - arsenal_nn_1 : N ; - arsenikhalt_nn_1 : N ; - arsenikhaltig_av_1 : A ; - arsenikkis_nn_1 : N ; - art_nn_1 : N ; - artaer_nn_1 : N ; - artbildning_nn_1 : N ; - artbildningsteori_nn_1 : N ; - artefakt_nn_1 : N ; - artegen_av_1 : A ; - arteriell_av_1 : A ; - artesisk_av_1 : A ; - artfraemmande_av_1 : A ; - artificiell_av_1 : A ; - artig_av_1 : A ; - artighet_nn_1 : N ; - artighetsbetygelse_nn_1 : N ; - artighetsfras_nn_1 : N ; - artighetsvisit_nn_1 : N ; - artikel_nn_1 : N ; - artikelfoerfattare_nn_1 : N ; - artikelserie_nn_1 : N ; - artikulation_nn_1 : N ; - artikulationsbas_nn_1 : N ; - artikulationsstaelle_nn_1 : N ; - artilleribeskjutning_nn_1 : N ; - artillerield_nn_1 : N ; - artillerigranat_nn_1 : N ; - artilleripjaes_nn_1 : N ; - artillerist_nn_1 : N ; - artillerivapen_nn_1 : N ; - artist_nn_1 : N ; - artistframtraedande_nn_1 : N ; - artistisk_av_1 : A ; - artistnamn_nn_1 : N ; - artnamn_nn_1 : N ; - artotek_nn_1 : N ; - artrik_av_1 : A ; - artrit_nn_1 : N ; - artros_nn_1 : N ; - artskild_av_1 : A ; - artskillnad_nn_1 : N ; - arv_nn_1 : N ; - arvedel_nn_1 : N ; - arvfiende_nn_1 : N ; - arvfoeljd_nn_1 : N ; - arvfurste_nn_1 : N ; - arvinge_nn_1 : N ; - arvlaatare_nn_1 : N ; - arvloes_av_1 : A ; - arvode_nn_1 : N ; - arvord_nn_1 : N ; - arvsanlag_nn_1 : N ; - arvsfaktor_nn_1 : N ; - arvsfoeljd_nn_1 : N ; - arvsfond_nn_1 : N ; - arvskatt_nn_1 : N ; - arvskifte_nn_1 : N ; - arvslott_nn_1 : N ; - arvsmolekyl_nn_1 : N ; - arvsraett_nn_1 : N ; - arvsskatt_nn_1 : N ; - arvsynd_nn_1 : N ; - arvtagare_nn_1 : N ; - arvtant_nn_1 : N ; - arytmi_nn_1 : N ; - as_nn_1 : N ; - as_nn_2 : N ; - asaetare_nn_1 : N ; - asbagge_nn_1 : N ; - aseptisk_av_1 : A ; - asexuell_av_1 : A ; - asfalt_nn_1 : N ; - asfaltemulsion_nn_1 : N ; - asfaltlack_nn_1 : N ; - asfaltmoped_nn_1 : N ; - asgam_nn_1 : N ; - asiat_nn_1 : N ; - asiatisk_av_1 : A ; - asimut_nn_1 : N ; - ask_nn_1 : N ; - askblond_av_1 : A ; - askenas_nn_1 : N ; - asket_nn_1 : N ; - asketisk_av_1 : A ; - askfat_nn_1 : N ; - askgraa_av_1 : A ; - askkopp_nn_1 : N ; - askonsdag_nn_1 : N ; - askunge_nn_1 : N ; - asocial_av_1 : A ; - asocialitet_nn_1 : N ; - asp_nn_1 : N ; - aspdunge_nn_1 : N ; - aspekt_nn_1 : N ; - aspirant_nn_1 : N ; - aspiration_nn_1 : N ; - aspirin_nn_1 : N ; - asploev_nn_1 : N ; - ass_nn_1 : N ; - assegaj_nn_1 : N ; - assessor_nn_1 : N ; - assiett_nn_1 : N ; - assignant_nn_1 : N ; - assignation_nn_1 : N ; - assimilation_nn_1 : N ; - assist_nn_1 : N ; - assistans_nn_1 : N ; - assistent_nn_1 : N ; - association_nn_1 : N ; - associationskedja_nn_1 : N ; - associationslexikon_nn_1 : N ; - associativ_av_1 : A ; - assonans_nn_1 : N ; - assuradoer_nn_1 : N ; - assurans_nn_1 : N ; - assyrier_nn_1 : N ; - assyrisk_av_1 : A ; - asteni_nn_1 : N ; - asteniker_nn_1 : N ; - astenisk_av_1 : A ; - aster_nn_1 : N ; - asterisk_nn_1 : N ; - asteroid_nn_1 : N ; - astigmatiker_nn_1 : N ; - astigmatisk_av_1 : A ; - astmatiker_nn_1 : N ; - astmatisk_av_1 : A ; - astrakan_nn_1 : N ; - astrakan_nn_2 : N ; - astral_av_1 : A ; - astralkropp_nn_1 : N ; - astrofysiker_nn_1 : N ; - astrolog_nn_1 : N ; - astronaut_nn_1 : N ; - astronautik_nn_1 : N ; - astronom_nn_1 : N ; - astronomisk_av_1 : A ; - asyl_nn_1 : N ; - asymmetri_nn_1 : N ; - asymmetrisk_av_1 : A ; - asymptot_nn_1 : N ; - asyndes_nn_1 : N ; - asyndetisk_av_1 : A ; - asyndeton_nn_1 : N ; - asynja_nn_1 : N ; - asynkron_av_1 : A ; - ataktisk_av_1 : A ; - ataraktika_nn_1 : N ; - atavism_nn_1 : N ; - atavistisk_av_1 : A ; - ataxi_nn_1 : N ; - ateist_nn_1 : N ; - ateistisk_av_1 : A ; - atelje_nn_1 : N ; - ateljefoenster_nn_1 : N ; - atenienn_nn_1 : N ; - atlantisk_av_1 : A ; - atlas_nn_1 : N ; - atlasbindning_nn_1 : N ; - atlasspinnare_nn_1 : N ; - atlet_nn_1 : N ; - atletisk_av_1 : A ; - atmosfaer_nn_1 : N ; - atmosfaerforskare_nn_1 : N ; - atmosfaerisk_av_1 : A ; - atmosfaerkemist_nn_1 : N ; - atmosfaerstryck_nn_1 : N ; - atoll_nn_1 : N ; - atom_nn_1 : N ; - atomaer_av_1 : A ; - atombomb_nn_1 : N ; - atomdriven_av_1 : A ; - atomenergiorganisation_nn_1 : N ; - atomgrupp_nn_1 : N ; - atomistisk_av_1 : A ; - atomjon_nn_1 : N ; - atommodell_nn_1 : N ; - atomnummer_nn_1 : N ; - atomreaktor_nn_1 : N ; - atomspektrum_nn_1 : N ; - atomubaat_nn_1 : N ; - atomur_nn_1 : N ; - atomvapen_nn_1 : N ; - atomvikt_nn_1 : N ; - atomvinter_nn_1 : N ; - atonal_av_1 : A ; - atoni_nn_1 : N ; - atrium_nn_1 : N ; - atrofi_nn_1 : N ; - atrofisk_av_1 : A ; - att_sats_nn_1 : N ; - attache_nn_1 : N ; - attack_nn_1 : N ; - attackdykare_nn_1 : N ; - attackplan_nn_1 : N ; - attentat_nn_1 : N ; - attentator_nn_1 : N ; - attentatsman_nn_1 : N ; - attest_nn_1 : N ; - attiralj_nn_1 : N ; - attisk_av_1 : A ; - attityd_nn_1 : N ; - attitydundersoekning_nn_1 : N ; - attraktion_nn_1 : N ; - attraktiv_av_1 : A ; - attrapp_nn_1 : N ; - attribut_nn_1 : N ; - attribution_nn_1 : N ; - attributiv_av_1 : A ; - atypi_nn_1 : N ; - atypisk_av_1 : A ; - aubergine_nn_1 : N ; - audiens_nn_1 : N ; - audiogram_nn_1 : N ; - audiometer_nn_1 : N ; - audiovisuell_av_1 : A ; - auditiv_av_1 : A ; - auditoer_nn_1 : N ; - auditorium_nn_1 : N ; - audivisuell_av_1 : A ; - augiasstall_nn_1 : N ; - augment_nn_1 : N ; - augur_nn_1 : N ; - augustipaeron_nn_1 : N ; - auktion_nn_1 : N ; - auktionist_nn_1 : N ; - auktionsfoerraettare_nn_1 : N ; - auktionskammare_nn_1 : N ; - auktionsutropare_nn_1 : N ; - auktionsverk_nn_1 : N ; - auktor_nn_1 : N ; - auktorisation_nn_1 : N ; - auktoritaer_av_1 : A ; - auktoritativ_av_1 : A ; - auktoritet_nn_1 : N ; - auktoritetsbunden_av_1 : A ; - auskultant_nn_1 : N ; - auskultation_nn_1 : N ; - australiensare_nn_1 : N ; - australier_nn_1 : N ; - australisk_av_1 : A ; - autarki_nn_1 : N ; - autencitet_nn_1 : N ; - autenticitet_nn_1 : N ; - autentisk_av_1 : A ; - auteur_nn_1 : N ; - autistisk_av_1 : A ; - autodafe_nn_1 : N ; - autodidakt_nn_1 : N ; - autodrom_nn_1 : N ; - autograf_nn_1 : N ; - autoklav_nn_1 : N ; - autokrat_nn_1 : N ; - autokton_av_1 : A ; - automat_nn_1 : N ; - automatgevaer_nn_1 : N ; - automatisk_av_1 : A ; - automatkarbin_nn_1 : N ; - automatvapen_nn_1 : N ; - automobil_nn_1 : N ; - autonom_av_1 : A ; - autopilot_nn_1 : N ; - autopsi_nn_1 : N ; - autotypi_nn_1 : N ; - av_ab_1 : Adv ; - avaeta_vb_1 : V ; - avancemang_nn_1 : N ; - avannons_nn_1 : N ; - avans_nn_1 : N ; - avantgardist_nn_1 : N ; - avantgardistisk_av_1 : A ; - avantloge_nn_1 : N ; - avantscen_nn_1 : N ; - avart_nn_1 : N ; - avbaerning_nn_1 : N ; - avbalkning_nn_1 : N ; - avbasning_nn_1 : N ; - avbetalning_nn_1 : N ; - avbetingning_nn_1 : N ; - avbild_nn_1 : N ; - avbildning_nn_1 : N ; - avbildningsfel_nn_1 : N ; - avbitare_nn_1 : N ; - avbitartaang_nn_1 : N ; - avblaasning_nn_1 : N ; - avboejning_nn_1 : N ; - avboen_nn_1 : N ; - avbraeck_nn_1 : N ; - avbraenning_nn_1 : N ; - avbroestning_nn_1 : N ; - avbrott_nn_1 : N ; - avbryta_vb_1 : V ; - avbrytare_nn_1 : N ; - avbytare_nn_1 : N ; - avdagata_vb_1 : V ; - avdelning_nn_1 : N ; - avdelningschef_nn_1 : N ; - avdelningsdirektoer_nn_1 : N ; - avdelningsskoeterska_nn_1 : N ; - avdoed_av_1 : A ; - avdrag_nn_1 : N ; - avdragsgill_av_1 : A ; - avdragsmoejlighet_nn_1 : N ; - avdriva_vb_1 : V ; - avdunstning_nn_1 : N ; - ave_nn_1 : N ; - avec_nn_1 : N ; - avelsdjur_nn_1 : N ; - avelshingst_nn_1 : N ; - avenbok_nn_1 : N ; - aveny_nn_1 : N ; - avers_nn_1 : N ; - aversion_nn_1 : N ; - avfaellig_av_1 : A ; - avfaelling_nn_1 : N ; - avfaerd_nn_1 : N ; - avfall_nn_1 : N ; - avfalla_vb_1 : V ; - avfallen_av_1 : A ; - avfallskvarn_nn_1 : N ; - avfallsupplag_nn_1 : N ; - avfart_nn_1 : N ; - avfattning_nn_1 : N ; - avfloede_nn_1 : N ; - avflyttningsfoerbud_nn_1 : N ; - avfoering_nn_1 : N ; - avfoeringsmedel_nn_1 : N ; - avfrostning_nn_1 : N ; - avgaa_vb_1 : V ; - avgaang_nn_1 : N ; - avgaangsbetyg_nn_1 : N ; - avgaangsbidrag_nn_1 : N ; - avgaangsklass_nn_1 : N ; - avgaeld_nn_1 : N ; - avgasroer_nn_1 : N ; - avge_vb_1 : V ; - avgift_nn_1 : N ; - avgjord_av_1 : A ; - avgjutning_nn_1 : N ; - avgoerande_av_1 : A ; - avgoerande_nn_1 : N ; - avgrund_nn_1 : N ; - avgrundsande_nn_1 : N ; - avgrundsdjup_av_1 : A ; - avgud_nn_1 : N ; - avgudabild_nn_1 : N ; - avhaall_nn_1 : N ; - avhaalla_vb_1 : V ; - avhaallen_av_1 : A ; - avhaallsam_av_1 : A ; - avhaengd_av_1 : A ; - avhaengig_av_1 : A ; - avhandling_nn_1 : N ; - avhopp_nn_1 : N ; - avhoppare_nn_1 : N ; - avhyvling_nn_1 : N ; - avi_nn_1 : N ; - aviarium_nn_1 : N ; - aviatisk_av_1 : A ; - aviatoer_nn_1 : N ; - avig_av_1 : A ; - avigsida_nn_1 : N ; - avisering_nn_1 : N ; - aviseringsperiod_nn_1 : N ; - avisofartyg_nn_1 : N ; - avista_ab_1 : Adv ; - avitaminos_nn_1 : N ; - avkaennare_nn_1 : N ; - avklaedning_nn_1 : N ; - avklappning_nn_1 : N ; - avkoerningsramp_nn_1 : N ; - avkok_nn_1 : N ; - avkomling_nn_1 : N ; - avkoppling_nn_1 : N ; - avkortning_nn_1 : N ; - avkrok_nn_1 : N ; - avkylning_nn_1 : N ; - avlaang_av_1 : A ; - avlaata_vb_1 : V ; - avlaeggare_nn_1 : N ; - avlaegsen_av_1 : A ; - avlaemning_nn_1 : N ; - avlaesare_nn_1 : N ; - avlaesbar_av_1 : A ; - avlaesning_nn_1 : N ; - avlagd_av_1 : A ; - avlagring_nn_1 : N ; - avlastare_nn_1 : N ; - avlastning_nn_1 : N ; - avlastningsplats_nn_1 : N ; - avlatsbrev_nn_1 : N ; - avledning_nn_1 : N ; - avledningsaendelse_nn_1 : N ; - avlida_vb_1 : V ; - avliden_av_1 : A ; - avlinge_nn_1 : N ; - avljud_nn_1 : N ; - avloening_nn_1 : N ; - avloepning_nn_1 : N ; - avloesning_nn_1 : N ; - avlopp_nn_1 : N ; - avloppsdike_nn_1 : N ; - avloppsledning_nn_1 : N ; - avloppsvatten_nn_1 : N ; - avlyssning_nn_1 : N ; - avlyssningsapparatur_nn_1 : N ; - avmaetning_nn_1 : N ; - avmaett_av_1 : A ; - avmagring_nn_1 : N ; - avmarsch_nn_1 : N ; - avmattning_nn_1 : N ; - avnaemare_nn_1 : N ; - avnjuta_vb_1 : V ; - avog_av_1 : A ; - avokado_nn_1 : N ; - avraadande_nn_1 : N ; - avraekning_nn_1 : N ; - avraettning_nn_1 : N ; - avredning_nn_1 : N ; - avringning_nn_1 : N ; - avrinna_vb_1 : V ; - avrinning_nn_1 : N ; - avrivning_nn_1 : N ; - avrop_nn_1 : N ; - avsaegelse_nn_1 : N ; - avsaendare_nn_1 : N ; - avsaettlig_av_1 : A ; - avsaettning_nn_1 : N ; - avsaettningsbassaeng_nn_1 : N ; - avsaknad_nn_1 : N ; - avsats_nn_1 : N ; - avseende_nn_1 : N ; - avsegling_nn_1 : N ; - avsevaerd_av_1 : A ; - avsides_ab_1 : Adv ; - avsides_av_1 : A ; - avsigkommen_av_1 : A ; - avsikt_nn_1 : N ; - avsiktlig_av_1 : A ; - avsittning_nn_1 : N ; - avsjunga_vb_1 : V ; - avskaera_vb_1 : V ; - avskaerning_nn_1 : N ; - avskaffande_nn_1 : N ; - avsked_nn_1 : N ; - avskedsdikt_nn_1 : N ; - avskild_av_1 : A ; - avskildhet_nn_1 : N ; - avskjuta_vb_1 : V ; - avskjutning_nn_1 : N ; - avskraeckning_nn_1 : N ; - avskraede_nn_1 : N ; - avskraedeshoeg_nn_1 : N ; - avskrift_nn_1 : N ; - avskriva_vb_1 : V ; - avskrivning_nn_1 : N ; - avskrot_nn_1 : N ; - avskyvaerd_av_1 : A ; - avslag_nn_1 : N ; - avslagen_av_1 : A ; - avslappning_nn_1 : N ; - avslappningsoevning_nn_1 : N ; - avslita_vb_1 : V ; - avsloejande_nn_1 : N ; - avslut_nn_1 : N ; - avslutning_nn_1 : N ; - avslutningsfest_nn_1 : N ; - avslutningsvis_ab_1 : Adv ; - avsmaeltning_nn_1 : N ; - avsnitt_nn_1 : N ; - avsnoerning_nn_1 : N ; - avsnoerningsteori_nn_1 : N ; - avsoekare_nn_1 : N ; - avsoendring_nn_1 : N ; - avspaend_av_1 : A ; - avspaenning_nn_1 : N ; - avspaerrning_nn_1 : N ; - avspark_nn_1 : N ; - avspegling_nn_1 : N ; - avspelning_nn_1 : N ; - avspraang_nn_1 : N ; - avstaand_nn_1 : N ; - avstaandsinformation_nn_1 : N ; - avstaandskraft_nn_1 : N ; - avstaandsmaetning_nn_1 : N ; - avstaandstagande_nn_1 : N ; - avstaellning_nn_1 : N ; - avstaempling_nn_1 : N ; - avstaengning_nn_1 : N ; - avstamp_nn_1 : N ; - avstavning_nn_1 : N ; - avsteg_nn_1 : N ; - avstickare_nn_1 : N ; - avstickning_nn_1 : N ; - avstigning_nn_1 : N ; - avstjaelpningsplats_nn_1 : N ; - avsutten_av_1 : A ; - avsvaerja_vb_1 : V ; - avsvalkning_nn_1 : N ; - avsynare_nn_1 : N ; - avta_vb_1 : V ; - avtaag_nn_1 : N ; - avtaerd_av_1 : A ; - avtagande_av_1 : A ; - avtagbar_av_1 : A ; - avtagsvaeg_nn_1 : N ; - avtal_nn_1 : N ; - avtalsenlig_av_1 : A ; - avtalsfrihet_nn_1 : N ; - avtalsperiod_nn_1 : N ; - avtalsroerelse_nn_1 : N ; - avtalsstridig_av_1 : A ; - avtappning_nn_1 : N ; - avtoning_nn_1 : N ; - avtraede_nn_1 : N ; - avtraedelse_nn_1 : N ; - avtryck_nn_1 : N ; - avtryckare_nn_1 : N ; - avtvagning_nn_1 : N ; - avtvinga_vb_1 : V ; - avundsam_av_1 : A ; - avundsjuk_av_1 : A ; - avundsman_nn_1 : N ; - avundsvaerd_av_1 : A ; - avvaeg_nn_1 : N ; - avvaegning_nn_1 : N ; - avvaegningsinstrument_nn_1 : N ; - avvaenjning_nn_1 : N ; - avvaenjningstid_nn_1 : N ; - avvaepnande_av_1 : A ; - avveckling_nn_1 : N ; - avverkning_nn_1 : N ; - avvika_vb_1 : V ; - avvikande_av_1 : A ; - avvikare_nn_1 : N ; - avvikelse_nn_1 : N ; - avvinna_vb_1 : V ; - avvisare_nn_1 : N ; - avvisning_nn_1 : N ; - avytterlig_av_1 : A ; - ax_nn_1 : N ; - axblommig_av_1 : A ; - axel_nn_1 : N ; - axelband_nn_1 : N ; - axelbred_av_1 : A ; - axelgehaeng_nn_1 : N ; - axelhoelster_nn_1 : N ; - axelklaff_nn_1 : N ; - axelkoppling_nn_1 : N ; - axellager_nn_1 : N ; - axelmuff_nn_1 : N ; - axelrem_nn_1 : N ; - axelriktning_nn_1 : N ; - axelryckning_nn_1 : N ; - axial_av_1 : A ; - axiom_nn_1 : N ; - axiomatisk_av_1 : A ; - axion_nn_1 : N ; - axionfoertaetning_nn_1 : N ; - axplock_nn_1 : N ; - aztek_nn_1 : N ; - aztekisk_av_1 : A ; - azurblaa_av_1 : A ; - baade_ab_1 : Adv ; - baade_nn_1 : N ; - baagbro_nn_1 : N ; - baage_nn_1 : N ; - baagfaelt_nn_1 : N ; - baagfil_nn_1 : N ; - baagfoenster_nn_1 : N ; - baagformig_av_1 : A ; - baagfris_nn_1 : N ; - baaggaang_nn_1 : N ; - baagig_av_1 : A ; - baagminut_nn_1 : N ; - baagsaag_nn_1 : N ; - baagsekund_nn_1 : N ; - baagskytt_nn_1 : N ; - baak_nn_1 : N ; - baal_nn_1 : N ; - baal_nn_2 : N ; - baald_av_1 : A ; - baalgeting_nn_1 : N ; - baalrullning_nn_1 : N ; - baalvaext_nn_1 : N ; - baalverk_nn_1 : N ; - baangstyrig_av_1 : A ; - baar_nn_1 : N ; - baarbaerare_nn_1 : N ; - baard_nn_1 : N ; - baarhus_nn_1 : N ; - baas_nn_1 : N ; - baat_nn_1 : N ; - baatben_nn_1 : N ; - baatbyggare_nn_1 : N ; - baatbyggeri_nn_1 : N ; - baatformig_av_1 : A ; - baatgrav_nn_1 : N ; - baathus_nn_1 : N ; - baatliknande_av_1 : A ; - baatmotor_nn_1 : N ; - baatnad_nn_1 : N ; - baatplats_nn_1 : N ; - baatshake_nn_1 : N ; - baatskjul_nn_1 : N ; - baatskraa_nn_1 : N ; - baatsman_nn_1 : N ; - baatsmansstol_nn_1 : N ; - baattaevling_nn_1 : N ; - babblan_ab_1 : Adv ; - babian_nn_1 : N ; - babordsvakt_nn_1 : N ; - baby_nn_1 : N ; - babydraekt_nn_1 : N ; - babylonier_nn_1 : N ; - babylonisk_av_1 : A ; - babysitter_nn_1 : N ; - bacill_nn_1 : N ; - bacillbaerare_nn_1 : N ; - back_nn_1 : N ; - backanal_nn_1 : N ; - backant_nn_1 : N ; - backe_nn_1 : N ; - backfisch_nn_1 : N ; - backhammer_nn_1 : N ; - backhoppare_nn_1 : N ; - backhoppning_nn_1 : N ; - backig_av_1 : A ; - backkroen_nn_1 : N ; - backlandskap_nn_1 : N ; - backslag_nn_1 : N ; - backspegel_nn_1 : N ; - backstag_nn_1 : N ; - backstroem_nn_1 : N ; - backstuga_nn_1 : N ; - backstugusittare_nn_1 : N ; - backvial_nn_1 : N ; - bad_nn_1 : N ; - badanlaeggning_nn_1 : N ; - badbassaeng_nn_1 : N ; - badborste_nn_1 : N ; - baddare_nn_1 : N ; - baddjaevel_nn_1 : N ; - baddraekt_nn_1 : N ; - badensare_nn_1 : N ; - badensisk_av_1 : A ; - badgaest_nn_1 : N ; - badhandduk_nn_1 : N ; - badhus_nn_1 : N ; - badhytt_nn_1 : N ; - badkar_nn_1 : N ; - badkarseffekt_nn_1 : N ; - badkarskant_nn_1 : N ; - badlakan_nn_1 : N ; - badmintonboll_nn_1 : N ; - badort_nn_1 : N ; - badrum_nn_1 : N ; - badsalt_nn_1 : N ; - badstaelle_nn_1 : N ; - badstrand_nn_1 : N ; - badturist_nn_1 : N ; - badvatten_nn_1 : N ; - baebis_nn_1 : N ; - baeck_nn_1 : N ; - baeckahaest_nn_1 : N ; - baecken_nn_1 : N ; - baeckenben_nn_1 : N ; - baeckenfoertraengning_nn_1 : N ; - baeckforell_nn_1 : N ; - baeckoering_nn_1 : N ; - baeckravin_nn_1 : N ; - baeckroeding_nn_1 : N ; - baedd_nn_1 : N ; - baeddutrustning_nn_1 : N ; - baegare_nn_1 : N ; - baegarkorall_nn_1 : N ; - baegarmanet_nn_1 : N ; - baegarsvamp_nn_1 : N ; - baelg_nn_1 : N ; - baelgkamera_nn_1 : N ; - baelgliknande_av_1 : A ; - baelgvante_nn_1 : N ; - baeltdjur_nn_1 : N ; - baeltespaennare_nn_1 : N ; - baendelband_nn_1 : N ; - baendjaern_nn_1 : N ; - baendsel_nn_1 : N ; - baengel_nn_1 : N ; - baenk_nn_1 : N ; - baenkgranne_nn_1 : N ; - baenkkamrat_nn_1 : N ; - baenknummer_nn_1 : N ; - baenkrad_nn_1 : N ; - baenkspis_nn_1 : N ; - baensel_nn_1 : N ; - baer_nn_1 : N ; - baera_vb_1 : V ; - baerande_av_1 : A ; - baerare_nn_1 : N ; - baerbar_av_1 : A ; - baerbjaelke_nn_1 : N ; - baerbuske_nn_1 : N ; - baerfis_nn_1 : N ; - baerfrekvens_nn_1 : N ; - baergning_nn_1 : N ; - baergningsbil_nn_1 : N ; - baerig_av_1 : A ; - baering_nn_1 : N ; - baerkasse_nn_1 : N ; - baerkotte_nn_1 : N ; - baerkraftig_av_1 : A ; - baerlager_nn_1 : N ; - baerm_nn_1 : N ; - baermark_nn_1 : N ; - baerpaase_nn_1 : N ; - baerplan_nn_1 : N ; - baerplansbaat_nn_1 : N ; - baerplockare_nn_1 : N ; - baers_nn_1 : N ; - baersaerk_nn_1 : N ; - baerstol_nn_1 : N ; - baervidd_nn_1 : N ; - baesteman_nn_1 : N ; - baestis_nn_1 : N ; - baestsaeljare_nn_1 : N ; - baettring_nn_1 : N ; - baever_nn_1 : N ; - baevning_nn_1 : N ; - bag_nn_1 : N ; - bagageinlaemning_nn_1 : N ; - bagageutrymme_nn_1 : N ; - bagarbarn_nn_1 : N ; - bagarbod_nn_1 : N ; - bagare_nn_1 : N ; - bagatell_nn_1 : N ; - bagatellmaal_nn_1 : N ; - bagel_nn_1 : N ; - bageri_nn_1 : N ; - bagerimargarin_nn_1 : N ; - bagg_nn_1 : N ; - bagge_nn_1 : N ; - bagis_nn_1 : N ; - baguette_nn_1 : N ; - bahaman_nn_1 : N ; - bahamansk_av_1 : A ; - bahrainare_nn_1 : N ; - bahrainsk_av_1 : A ; - bahytt_nn_1 : N ; - baisse_nn_1 : N ; - bajadaer_nn_1 : N ; - bajersk_av_1 : A ; - bajonett_nn_1 : N ; - bajonettbalja_nn_1 : N ; - bajonettfattning_nn_1 : N ; - bajrare_nn_1 : N ; - bajsnoedig_av_1 : A ; - bak_ab_1 : Adv ; - bak_nn_1 : N ; - bak_nn_2 : N ; - bakaat_ab_1 : Adv ; - bakaatraeknande_av_1 : A ; - bakaatstraevande_av_1 : A ; - bakaatstraevare_nn_1 : N ; - bakarv_nn_1 : N ; - bakarvinge_nn_1 : N ; - bakaxel_nn_1 : N ; - bakaxelvaexel_nn_1 : N ; - bakben_nn_1 : N ; - bakbinda_vb_1 : V ; - bakblaasare_nn_1 : N ; - bakdaeck_nn_1 : N ; - bakdel_nn_1 : N ; - bakdoerr_nn_1 : N ; - bakefter_ab_1 : Adv ; - bakelse_nn_1 : N ; - bakfot_nn_1 : N ; - bakfram_ab_1 : Adv ; - bakfull_av_1 : A ; - bakgaard_nn_1 : N ; - bakgrund_nn_1 : N ; - bakgrundsfigur_nn_1 : N ; - bakgrundsstraalning_nn_1 : N ; - bakgrundsvariabel_nn_1 : N ; - bakhaall_nn_1 : N ; - bakhal_av_1 : A ; - bakhas_nn_1 : N ; - bakhjul_nn_1 : N ; - bakhuvud_nn_1 : N ; - baki_ab_1 : Adv ; - bakifraan_ab_1 : Adv ; - bakjour_nn_1 : N ; - bakkropp_nn_1 : N ; - bakladdare_nn_1 : N ; - bakladdning_nn_1 : N ; - baklaenges_ab_1 : Adv ; - baklaengesordbok_nn_1 : N ; - bakoever_ab_1 : Adv ; - bakom_ab_1 : Adv ; - bakpaa_ab_1 : Adv ; - bakplaat_nn_1 : N ; - bakplaatspapper_nn_1 : N ; - bakprojektion_nn_1 : N ; - bakpulver_nn_1 : N ; - bakrus_nn_1 : N ; - baksaete_nn_1 : N ; - baksida_nn_1 : N ; - bakslag_nn_1 : N ; - bakslagsventil_nn_1 : N ; - bakslug_av_1 : A ; - bakspaar_nn_1 : N ; - bakstraevare_nn_1 : N ; - bakstroem_nn_1 : N ; - baktanke_nn_1 : N ; - baktericid_nn_1 : N ; - bakterie_nn_1 : N ; - bakterieart_nn_1 : N ; - bakteriedoedande_av_1 : A ; - bakteriehaerd_nn_1 : N ; - bakteriekultur_nn_1 : N ; - bakteriofag_nn_1 : N ; - bakteriolog_nn_1 : N ; - bakteriologisk_av_1 : A ; - baktill_ab_1 : Adv ; - baktung_av_1 : A ; - bakugn_nn_1 : N ; - bakut_ab_1 : Adv ; - bakvaeg_nn_1 : N ; - bakvaend_av_1 : A ; - bakvatten_nn_1 : N ; - bakverk_nn_1 : N ; - bakvid_ab_1 : Adv ; - bakvikt_nn_1 : N ; - bal_nn_1 : N ; - bal_nn_2 : N ; - balans_nn_1 : N ; - balansakt_nn_1 : N ; - balansering_nn_1 : N ; - balanserstaang_nn_1 : N ; - balanshjul_nn_1 : N ; - balanskonstnaer_nn_1 : N ; - balanskonto_nn_1 : N ; - balansplog_nn_1 : N ; - balansraekning_nn_1 : N ; - balansroder_nn_1 : N ; - balansrubbning_nn_1 : N ; - balansvaag_nn_1 : N ; - baldakin_nn_1 : N ; - baldersbraa_nn_1 : N ; - bale_nn_1 : N ; - balett_nn_1 : N ; - balettdans_nn_1 : N ; - balettdansoes_nn_1 : N ; - balettmaestare_nn_1 : N ; - baljvaext_nn_1 : N ; - balk_nn_1 : N ; - balkanfolk_nn_1 : N ; - balkanisering_nn_1 : N ; - balkknae_nn_1 : N ; - balkong_nn_1 : N ; - balkvaegare_nn_1 : N ; - balkverk_nn_1 : N ; - ball_av_1 : A ; - ballad_nn_1 : N ; - ballast_nn_1 : N ; - ballong_nn_1 : N ; - ballongboll_nn_1 : N ; - ballongdaeck_nn_1 : N ; - ballonggas_nn_1 : N ; - ballongprick_nn_1 : N ; - ballongsegel_nn_1 : N ; - balloptikon_nn_1 : N ; - balneolog_nn_1 : N ; - balsam_nn_1 : N ; - balsamdoftande_av_1 : A ; - balsamin_nn_1 : N ; - balsamisk_av_1 : A ; - balt_nn_1 : N ; - baltisk_av_1 : A ; - baluns_nn_1 : N ; - baluster_nn_1 : N ; - balustrad_nn_1 : N ; - bamburoer_nn_1 : N ; - ban_nn_1 : N ; - banal_av_1 : A ; - banalitet_nn_1 : N ; - banan_nn_1 : N ; - banankontakt_nn_1 : N ; - bananrepublik_nn_1 : N ; - bananstock_nn_1 : N ; - banbrytande_av_1 : A ; - banbrytare_nn_1 : N ; - band_nn_1 : N ; - bandage_nn_1 : N ; - banderoll_nn_1 : N ; - bandfordon_nn_1 : N ; - bandgenerator_nn_1 : N ; - bandhund_nn_1 : N ; - bandit_nn_1 : N ; - bandolaer_nn_1 : N ; - bandotek_nn_1 : N ; - bandspektrum_nn_1 : N ; - bandspelare_nn_1 : N ; - bandstation_nn_1 : N ; - bandtraktor_nn_1 : N ; - bandyroer_nn_1 : N ; - bandyslag_nn_1 : N ; - baneman_nn_1 : N ; - baner_nn_1 : N ; - banerfoerare_nn_1 : N ; - banesaar_nn_1 : N ; - bang_av_1 : A ; - bang_nn_1 : N ; - bangaard_nn_1 : N ; - bangladeshare_nn_1 : N ; - bangladeshisk_av_1 : A ; - banhall_nn_1 : N ; - baning_nn_1 : N ; - banjo_nn_1 : N ; - bank_nn_1 : N ; - bank_nn_2 : N ; - bankbok_nn_1 : N ; - bankett_nn_1 : N ; - bankfack_nn_1 : N ; - bankgiro_nn_1 : N ; - bankinspektion_nn_1 : N ; - bankir_nn_1 : N ; - bankkamrer_nn_1 : N ; - bankkonto_nn_1 : N ; - banklaan_nn_1 : N ; - bankofullmaektig_nn_1 : N ; - bankomat_nn_1 : N ; - bankroerelse_nn_1 : N ; - bankrutt_av_1 : A ; - bankrutt_nn_1 : N ; - bankruttoer_nn_1 : N ; - banksparande_nn_1 : N ; - bankvaexel_nn_1 : N ; - banloepning_nn_1 : N ; - bann_nn_1 : N ; - bannstraale_nn_1 : N ; - banrekord_nn_1 : N ; - banroerelse_nn_1 : N ; - bantlaer_nn_1 : N ; - bantufolk_nn_1 : N ; - bantuspraak_nn_1 : N ; - banvagn_nn_1 : N ; - banvall_nn_1 : N ; - baptist_nn_1 : N ; - baptisterium_nn_1 : N ; - bar_av_1 : A ; - bar_nn_1 : N ; - bar_nn_2 : N ; - bara_ab_1 : Adv ; - barack_nn_1 : N ; - barbacka_ab_1 : Adv ; - barbadier_nn_1 : N ; - barbadisk_av_1 : A ; - barbar_nn_1 : N ; - barbarisk_av_1 : A ; - barbarism_nn_1 : N ; - barbent_av_1 : A ; - barberare_nn_1 : N ; - barbiturat_nn_1 : N ; - bard_nn_1 : N ; - bardisan_nn_1 : N ; - bardisk_nn_1 : N ; - bardun_nn_1 : N ; - bardval_nn_1 : N ; - barett_nn_1 : N ; - barfota_av_1 : A ; - barfotalaekare_nn_1 : N ; - barfotalasse_nn_1 : N ; - barfotamunk_nn_1 : N ; - bariton_nn_1 : N ; - bariumfoerening_nn_1 : N ; - bariumsalt_nn_1 : N ; - bariumsulfat_nn_1 : N ; - bark_nn_2 : N ; - barkaroll_nn_1 : N ; - barkass_nn_1 : N ; - barkbaat_nn_1 : N ; - barkborre_nn_1 : N ; - barkbroed_nn_1 : N ; - barkis_nn_1 : N ; - barkspade_nn_1 : N ; - barktaekt_nn_1 : N ; - barlast_nn_1 : N ; - barlastkoel_nn_1 : N ; - barm_nn_1 : N ; - barmark_nn_1 : N ; - barmhaertig_av_1 : A ; - barmhaertighet_nn_1 : N ; - barmhaertighetsmord_nn_1 : N ; - barn_nn_1 : N ; - barnadoedlighet_nn_1 : N ; - barnafader_nn_1 : N ; - barnafoederska_nn_1 : N ; - barnarov_nn_1 : N ; - barnasinne_nn_1 : N ; - barnavaard_nn_1 : N ; - barnavaardscentral_nn_1 : N ; - barnavaardsman_nn_1 : N ; - barnavaardsnaemnd_nn_1 : N ; - barnbarn_nn_1 : N ; - barnbarnsbarn_nn_1 : N ; - barnbegraensning_nn_1 : N ; - barnbespisning_nn_1 : N ; - barnbidrag_nn_1 : N ; - barnboerdshus_nn_1 : N ; - barnbok_nn_1 : N ; - barncykel_nn_1 : N ; - barndaghem_nn_1 : N ; - barndom_nn_1 : N ; - barndop_nn_1 : N ; - barnfamilj_nn_1 : N ; - barnfoedd_av_1 : A ; - barnfoerbjuden_av_1 : A ; - barngrupp_nn_1 : N ; - barnhem_nn_1 : N ; - barnhuvud_nn_1 : N ; - barnkaer_av_1 : A ; - barnkalas_nn_1 : N ; - barnkoloni_nn_1 : N ; - barnledig_av_1 : A ; - barnlek_nn_1 : N ; - barnloes_av_1 : A ; - barnmorska_nn_1 : N ; - barnomsorgskostnad_nn_1 : N ; - barnparkering_nn_1 : N ; - barnpassning_nn_1 : N ; - barnsaeker_av_1 : A ; - barnsaeng_nn_1 : N ; - barnsak_nn_1 : N ; - barnsboerd_nn_1 : N ; - barnsjukdom_nn_1 : N ; - barnsko_nn_1 : N ; - barnskoeterska_nn_1 : N ; - barnslig_av_1 : A ; - barnslighet_nn_1 : N ; - barnstuga_nn_1 : N ; - barntillaaten_av_1 : A ; - barnunge_nn_1 : N ; - barnvagn_nn_1 : N ; - barnvakt_nn_1 : N ; - barock_av_1 : A ; - barockstil_nn_1 : N ; - barograf_nn_1 : N ; - barogram_nn_1 : N ; - barometer_nn_1 : N ; - barometerfall_nn_1 : N ; - barometerstaand_nn_1 : N ; - barometrisk_av_1 : A ; - baron_nn_1 : N ; - barospirator_nn_1 : N ; - barr_nn_1 : N ; - barr_nn_2 : N ; - barriaer_nn_1 : N ; - barrikad_nn_1 : N ; - barrikadkaempe_nn_1 : N ; - barrikadstrid_nn_1 : N ; - barrskog_nn_1 : N ; - barrskogsgraens_nn_1 : N ; - barrskogsregion_nn_1 : N ; - barrtraed_nn_1 : N ; - barrtraedskotte_nn_1 : N ; - barrtraedssort_nn_1 : N ; - barservering_nn_1 : N ; - barsk_av_1 : A ; - barskaap_nn_1 : N ; - barstol_nn_1 : N ; - bartender_nn_1 : N ; - barvinter_nn_1 : N ; - barysfaer_nn_1 : N ; - baryton_nn_1 : N ; - bas_nn_1 : N ; - bas_nn_2 : N ; - basaar_nn_1 : N ; - basal_av_1 : A ; - basar_nn_1 : N ; - basbelopp_nn_1 : N ; - basenhet_nn_1 : N ; - basfaerdighet_nn_1 : N ; - basfiol_nn_1 : N ; - basilisk_nn_1 : N ; - basisk_av_1 : A ; - basist_nn_1 : N ; - bask_nn_1 : N ; - basker_nn_1 : N ; - basketboll_nn_1 : N ; - baskisk_av_1 : A ; - baskiska_nn_2 : N ; - baslinje_nn_1 : N ; - basning_nn_1 : N ; - basorganisation_nn_1 : N ; - basrelief_nn_1 : N ; - bassaeng_nn_1 : N ; - basse_nn_1 : N ; - basset_nn_1 : N ; - bast_nn_2 : N ; - bastant_av_1 : A ; - bastard_nn_1 : N ; - bastardform_nn_1 : N ; - bastardnaektergal_nn_1 : N ; - bastcell_nn_1 : N ; - bastfiber_nn_1 : N ; - bastingering_nn_1 : N ; - bastion_nn_1 : N ; - bastonad_nn_1 : N ; - bastu_nn_1 : N ; - bastubad_nn_1 : N ; - basun_nn_1 : N ; - basunstoet_nn_1 : N ; - basvaeg_nn_1 : N ; - basvinkel_nn_1 : N ; - batalj_nn_1 : N ; - bataljmaalare_nn_1 : N ; - bataljmaalning_nn_1 : N ; - bataljon_nn_1 : N ; - bataljonschef_nn_1 : N ; - batat_nn_1 : N ; - batist_nn_1 : N ; - batong_nn_1 : N ; - batteri_nn_1 : N ; - batteridriven_av_1 : A ; - batteriprovare_nn_1 : N ; - batterist_nn_1 : N ; - batteritaendning_nn_1 : N ; - batting_nn_1 : N ; - batysfaer_nn_1 : N ; - baud_nn_1 : N ; - bautasten_nn_1 : N ; - be_vb_1 : V ; - beagle_nn_1 : N ; - beaktansvaerd_av_1 : A ; - bearbetning_nn_1 : N ; - bearnaisesaas_nn_1 : N ; - beatnik_nn_1 : N ; - bebaadelse_nn_1 : N ; - bebis_nn_1 : N ; - bebodd_av_1 : A ; - beboelig_av_1 : A ; - bebyggelse_nn_1 : N ; - bebyggelsenamn_nn_1 : N ; - beckasin_nn_1 : N ; - beckig_av_1 : A ; - beckmoerk_av_1 : A ; - becquerel_nn_1 : N ; - bedaarande_av_1 : A ; - bedja_vb_1 : V ; - bedjande_av_1 : A ; - bedoemande_nn_1 : N ; - bedoemare_nn_1 : N ; - bedoemning_nn_1 : N ; - bedoevning_nn_1 : N ; - bedoevningsmedel_nn_1 : N ; - bedra_vb_1 : V ; - bedraegeri_nn_1 : N ; - bedraeglig_av_1 : A ; - bedragare_nn_1 : N ; - bedrift_nn_1 : N ; - bedriva_vb_1 : V ; - bedroevelse_nn_1 : N ; - bedroevlig_av_1 : A ; - beduin_nn_1 : N ; - befael_nn_1 : N ; - befaelhavande_av_1 : A ; - befaelhavare_nn_1 : N ; - befaelselev_nn_1 : N ; - befaelsfoering_nn_1 : N ; - befaelsgrad_nn_1 : N ; - befaelsstaellning_nn_1 : N ; - befaelstecken_nn_1 : N ; - befaengd_av_1 : A ; - befaestning_nn_1 : N ; - befaestningsgrav_nn_1 : N ; - befaestningslinje_nn_1 : N ; - befaestningsskydd_nn_1 : N ; - befaestningsverk_nn_1 : N ; - befallande_av_1 : A ; - befallning_nn_1 : N ; - befallningshavande_nn_1 : N ; - befallningsman_nn_1 : N ; - befara_vb_2 : V ; - befaren_av_1 : A ; - befattning_nn_1 : N ; - befattningshavare_nn_1 : N ; - befinna_vb_1 : V ; - befintlig_av_1 : A ; - befintlighet_nn_1 : N ; - befjaedring_nn_1 : N ; - befogenhet_nn_1 : N ; - befolkning_nn_1 : N ; - befolkningsexplosion_nn_1 : N ; - befolkningsgrupp_nn_1 : N ; - befolkningsoekning_nn_1 : N ; - befolkningspyramid_nn_1 : N ; - befolkningsstatistik_nn_1 : N ; - befordran_nn_1 : N ; - befordring_nn_1 : N ; - befordringsgaang_nn_1 : N ; - befordringsgrund_nn_1 : N ; - befraemjare_nn_1 : N ; - befraktare_nn_1 : N ; - befraktning_nn_1 : N ; - befriande_av_1 : A ; - befrielse_nn_1 : N ; - befrielsefront_nn_1 : N ; - befrielsekamp_nn_1 : N ; - befrielsekrig_nn_1 : N ; - befrielseroerelse_nn_1 : N ; - befruktning_nn_1 : N ; - begaa_vb_1 : V ; - begaavning_nn_1 : N ; - begaavningsreserv_nn_1 : N ; - begaer_nn_1 : N ; - begaerelse_nn_1 : N ; - begaerlig_av_1 : A ; - bege_vb_1 : V ; - begeistring_nn_1 : N ; - begineraa_nn_1 : N ; - begivande_nn_1 : N ; - begiven_av_1 : A ; - begivenhet_nn_1 : N ; - begjuta_vb_1 : V ; - begraata_vb_1 : V ; - begraensning_nn_1 : N ; - begraensningslinje_nn_1 : N ; - begrava_vb_1 : V ; - begravning_nn_1 : N ; - begravningsakt_nn_1 : N ; - begravningsbok_nn_1 : N ; - begravningsbyraa_nn_1 : N ; - begravningsentreprenoer_nn_1 : N ; - begravningsgaest_nn_1 : N ; - begravningskassa_nn_1 : N ; - begravningskrans_nn_1 : N ; - begravningsmarsch_nn_1 : N ; - begravningsmin_nn_1 : N ; - begravningsplats_nn_1 : N ; - begravningsprocession_nn_1 : N ; - begravningstaag_nn_1 : N ; - begrepp_nn_1 : N ; - begreppsanalys_nn_1 : N ; - begreppsanalytisk_av_1 : A ; - begreppsbestaemning_nn_1 : N ; - begreppsfoervirring_nn_1 : N ; - begreppslig_av_1 : A ; - begripa_vb_1 : V ; - begriplig_av_1 : A ; - begriplighet_nn_1 : N ; - begynnelse_nn_1 : N ; - begynnelsebokstav_nn_1 : N ; - begynnelsehastighet_nn_1 : N ; - begynnelseloen_nn_1 : N ; - begynnelserim_nn_1 : N ; - begynnelseskede_nn_1 : N ; - begynnelsespraak_nn_1 : N ; - begynnelsestadium_nn_1 : N ; - behaa_nn_1 : N ; - behaalla_vb_1 : V ; - behaallare_nn_1 : N ; - behaallning_nn_1 : N ; - behaaring_nn_1 : N ; - behaendig_av_1 : A ; - behag_nn_1 : N ; - behagfull_av_1 : A ; - behaglig_av_1 : A ; - behagsjuk_av_1 : A ; - behandling_nn_1 : N ; - behandlingsbar_av_1 : A ; - behandlingsenhet_nn_1 : N ; - behandlingsrum_nn_1 : N ; - behaviorist_nn_1 : N ; - behjaelplig_av_1 : A ; - behjaertansvaerd_av_1 : A ; - behjaertenhet_nn_1 : N ; - behoerig_av_1 : A ; - behoerigen_ab_1 : Adv ; - behoerighet_nn_1 : N ; - behoerighetsbevis_nn_1 : N ; - behoevande_av_1 : A ; - behoevlig_av_1 : A ; - behov_nn_1 : N ; - behovloes_av_1 : A ; - behovloeshet_nn_1 : N ; - behovsprincip_nn_1 : N ; - behovsproevning_nn_1 : N ; - beige_av_1 : A ; - beivrande_nn_1 : N ; - bej_nn_1 : N ; - bekaempning_nn_1 : N ; - bekaempningsmedel_nn_1 : N ; - bekaennare_nn_1 : N ; - bekaennelse_nn_1 : N ; - bekaennelsefrihet_nn_1 : N ; - bekaennelseroman_nn_1 : N ; - bekaennelseskrift_nn_1 : N ; - bekant_av_1 : A ; - bekant_nn_1 : N ; - bekanting_nn_1 : N ; - bekantskap_nn_1 : N ; - bekantskapskrets_nn_1 : N ; - beklaednad_nn_1 : N ; - beklaemd_av_1 : A ; - beklaemmande_av_1 : A ; - beklagande_nn_1 : N ; - beklagansvaerd_av_1 : A ; - beklaglig_av_1 : A ; - beklagligen_ab_1 : Adv ; - beklagligtvis_ab_1 : Adv ; - beknipa_vb_1 : V ; - bekostnad_nn_1 : N ; - bekraeftelse_nn_1 : N ; - bekroening_nn_1 : N ; - bekvaem_av_1 : A ; - bekvaemlighet_nn_1 : N ; - bekvaemlighetsinraettning_nn_1 : N ; - bekymmer_nn_1 : N ; - bekymmerfri_av_1 : A ; - bekymmersam_av_1 : A ; - bekymmersfri_av_1 : A ; - bekymmersloes_av_1 : A ; - belaaning_nn_1 : N ; - belaaten_av_1 : A ; - belaatenhet_nn_1 : N ; - belackare_nn_1 : N ; - belaegen_av_1 : A ; - belaegenhet_nn_1 : N ; - belaegg_nn_1 : N ; - belaeggning_nn_1 : N ; - belaeggningsring_nn_1 : N ; - belaeggningssnoere_nn_1 : N ; - belaeggningsstaempel_nn_1 : N ; - belaegring_nn_1 : N ; - belaegringstillstaand_nn_1 : N ; - belaesenhet_nn_1 : N ; - belaest_av_1 : A ; - belaesthet_nn_1 : N ; - belag_nn_1 : N ; - belastning_nn_1 : N ; - belemnit_nn_1 : N ; - belevenhet_nn_1 : N ; - belgare_nn_1 : N ; - belgier_nn_1 : N ; - belgisk_av_1 : A ; - belgiska_nn_1 : N ; - belizier_nn_1 : N ; - belizisk_av_1 : A ; - beljuga_vb_1 : V ; - belletrist_nn_1 : N ; - belletristisk_av_1 : A ; - bellis_nn_1 : N ; - beloening_nn_1 : N ; - beloeningssystem_nn_1 : N ; - belopp_nn_1 : N ; - belysande_av_1 : A ; - belysning_nn_1 : N ; - belysningsarmatur_nn_1 : N ; - belysningsstroem_nn_1 : N ; - belysningsstyrka_nn_1 : N ; - bemaelde_av_1 : A ; - bemaerkelse_nn_1 : N ; - bemaerkelsedag_nn_1 : N ; - bemaerkt_av_1 : A ; - bemanning_nn_1 : N ; - bemoedande_nn_1 : N ; - bemyndigande_nn_1 : N ; - ben_nn_1 : N ; - benaadning_nn_1 : N ; - benaegen_av_1 : A ; - benaegenhet_nn_1 : N ; - benaemning_nn_1 : N ; - benbildning_nn_1 : N ; - benbrosk_nn_1 : N ; - benbrott_nn_1 : N ; - benediktin_nn_1 : N ; - benediktinerkloster_nn_1 : N ; - benediktinermunk_nn_1 : N ; - benediktinerorden_nn_1 : N ; - beneficium_nn_1 : N ; - benefik_av_1 : A ; - benfisk_nn_1 : N ; - benfri_av_1 : A ; - bengalisk_av_1 : A ; - benget_nn_1 : N ; - benhaard_av_1 : A ; - benhinna_nn_1 : N ; - benhinneinflammation_nn_1 : N ; - benig_av_1 : A ; - benign_av_1 : A ; - beninier_nn_1 : N ; - beninsk_av_1 : A ; - benling_nn_1 : N ; - benmuskel_nn_1 : N ; - benporslin_nn_1 : N ; - benprotes_nn_1 : N ; - benrangel_nn_1 : N ; - benrest_nn_1 : N ; - bensaar_nn_1 : N ; - bensinautomat_nn_1 : N ; - bensinbolag_nn_1 : N ; - bensindriven_av_1 : A ; - bensindunk_nn_1 : N ; - bensinfoerbrukning_nn_1 : N ; - bensinmack_nn_1 : N ; - bensinmotor_nn_1 : N ; - bensinpump_nn_1 : N ; - bensinskatt_nn_1 : N ; - bensinsnaal_av_1 : A ; - bensinstation_nn_1 : N ; - bensintank_nn_1 : N ; - bensintillsats_nn_1 : N ; - benskoer_av_1 : A ; - benskoerhet_nn_1 : N ; - benskydd_nn_1 : N ; - benspets_nn_1 : N ; - benstamp_nn_1 : N ; - benstomme_nn_1 : N ; - benstraale_nn_1 : N ; - bensubstans_nn_1 : N ; - bensvulst_nn_1 : N ; - bentonit_nn_1 : N ; - benutskott_nn_1 : N ; - benvaevnad_nn_1 : N ; - benvit_av_1 : A ; - bepansring_nn_1 : N ; - beraeknande_av_1 : A ; - beraeknelig_av_1 : A ; - beraekning_nn_1 : N ; - beraekningsgrund_nn_1 : N ; - beraekningsmetod_nn_1 : N ; - beraekningssaett_nn_1 : N ; - beraettande_av_1 : A ; - beraettare_nn_1 : N ; - beraettarjag_nn_1 : N ; - beraettarkonst_nn_1 : N ; - beraettartalang_nn_1 : N ; - beraettarteknik_nn_1 : N ; - beraettelse_nn_1 : N ; - berber_nn_1 : N ; - berceuse_nn_1 : N ; - beredare_nn_1 : N ; - beredd_av_1 : A ; - beredelse_nn_1 : N ; - beredning_nn_1 : N ; - beredningsnaemnd_nn_1 : N ; - beredskap_nn_1 : N ; - beredskapslager_nn_1 : N ; - beredskapslagring_nn_1 : N ; - beredskapsplan_nn_1 : N ; - beredskapsstat_nn_1 : N ; - beredskapstjaenst_nn_1 : N ; - beredvillig_av_1 : A ; - beredvillighet_nn_1 : N ; - berest_av_1 : A ; - berg_nn_1 : N ; - bergakung_nn_1 : N ; - bergamott_nn_1 : N ; - bergart_nn_1 : N ; - bergartslager_nn_1 : N ; - bergbestigare_nn_1 : N ; - bergbestigning_nn_1 : N ; - bergborr_nn_1 : N ; - bergborrning_nn_1 : N ; - bergfast_av_1 : A ; - bergfin_av_1 : A ; - bergfink_nn_1 : N ; - berggrund_nn_1 : N ; - berghaell_nn_1 : N ; - bergig_av_1 : A ; - bergis_av_1 : A ; - bergis_nn_1 : N ; - bergkam_nn_1 : N ; - bergklack_nn_1 : N ; - bergknalle_nn_1 : N ; - bergkristall_nn_1 : N ; - bergkulle_nn_1 : N ; - bergnymf_nn_1 : N ; - bergolja_nn_1 : N ; - bergrum_nn_1 : N ; - bergrygg_nn_1 : N ; - bergsaeker_av_1 : A ; - bergsbestigare_nn_1 : N ; - bergsbestigning_nn_1 : N ; - bergsformation_nn_1 : N ; - bergskedja_nn_1 : N ; - bergskedjebildning_nn_1 : N ; - bergsklaettrare_nn_1 : N ; - bergsklaettring_nn_1 : N ; - bergskred_nn_1 : N ; - bergslag_nn_1 : N ; - bergslager_nn_1 : N ; - bergsman_nn_1 : N ; - bergsmassiv_nn_1 : N ; - bergsomraade_nn_1 : N ; - bergsrygg_nn_1 : N ; - bergssida_nn_1 : N ; - bergstopp_nn_1 : N ; - bergstrakt_nn_1 : N ; - bergstup_nn_1 : N ; - bergtagen_av_1 : A ; - bergtall_nn_1 : N ; - bergtopp_nn_1 : N ; - bergtroll_nn_1 : N ; - berguv_nn_1 : N ; - bergvaegg_nn_1 : N ; - bergvind_nn_1 : N ; - beridare_nn_1 : N ; - beriden_av_1 : A ; - beriktigande_nn_1 : N ; - berkis_nn_1 : N ; - berlock_nn_1 : N ; - bermudarigg_nn_1 : N ; - beroemd_av_1 : A ; - beroemdhet_nn_1 : N ; - beroemlig_av_1 : A ; - beroemvaerd_av_1 : A ; - beroende_av_1 : A ; - beroendeframkallande_av_1 : A ; - beroerd_av_1 : A ; - beroering_nn_1 : N ; - beroeringsassociation_nn_1 : N ; - beroeringselektricitet_nn_1 : N ; - beroeringspunkt_nn_1 : N ; - bersaa_nn_1 : N ; - bertel_nn_1 : N ; - berusande_av_1 : A ; - berusning_nn_1 : N ; - beryll_nn_1 : N ; - besaettning_nn_1 : N ; - besaettningsband_nn_1 : N ; - besaettningsman_nn_1 : N ; - besatt_av_1 : A ; - besegrare_nn_1 : N ; - besiffring_nn_1 : N ; - besiktning_nn_1 : N ; - besiktningsinstrument_nn_1 : N ; - besiktningsman_nn_1 : N ; - besinningsfull_av_1 : A ; - besinningsloes_av_1 : A ; - besitta_vb_1 : V ; - besittning_nn_1 : N ; - besittningshavare_nn_1 : N ; - besittningsraett_nn_1 : N ; - besittningsskydd_nn_1 : N ; - besjunga_vb_1 : V ; - besk_av_1 : A ; - besk_nn_1 : N ; - beskaeftig_av_1 : A ; - beskaellare_nn_1 : N ; - beskaenkt_av_1 : A ; - beskaera_vb_2 : V ; - beskaerd_av_1 : A ; - beskaermelse_nn_1 : N ; - beskaerning_nn_1 : N ; - beskaffenhet_nn_1 : N ; - beskattning_nn_1 : N ; - beskattningsaar_nn_1 : N ; - beskattningsbar_av_1 : A ; - beskattningsgrund_nn_1 : N ; - beskattningsnaemnd_nn_1 : N ; - beskattningsprincip_nn_1 : N ; - besked_nn_1 : N ; - beskedlig_av_1 : A ; - beskhet_nn_1 : N ; - beskickning_nn_1 : N ; - beskickningschef_nn_1 : N ; - beskjuta_vb_1 : V ; - beskjutning_nn_1 : N ; - beskriva_vb_1 : V ; - beskrivande_av_1 : A ; - beskrivbar_av_1 : A ; - beskrivning_nn_1 : N ; - beskyddare_nn_1 : N ; - beskyllning_nn_1 : N ; - beslag_nn_1 : N ; - beslagare_nn_1 : N ; - beslagsband_nn_1 : N ; - beslagssmed_nn_1 : N ; - beslagssmide_nn_1 : N ; - beslagta_vb_1 : V ; - beslut_nn_1 : N ; - besluta_vb_1 : V ; - besluten_av_1 : A ; - beslutenlig_av_1 : A ; - beslutfattare_nn_1 : N ; - beslutfoer_av_1 : A ; - beslutmaessig_av_1 : A ; - beslutnivaa_nn_1 : N ; - beslutsam_av_1 : A ; - beslutsamhet_nn_1 : N ; - beslutsfattande_av_1 : A ; - beslutsfattare_nn_1 : N ; - beslutsfoer_av_1 : A ; - beslutshierarki_nn_1 : N ; - beslutsmaessig_av_1 : A ; - beslutsnivaa_nn_1 : N ; - besman_nn_1 : N ; - besmanskrok_nn_1 : N ; - besmittelse_nn_1 : N ; - besoek_nn_1 : N ; - besoekande_nn_1 : N ; - besoekare_nn_1 : N ; - besoeksadress_nn_1 : N ; - besoeksbok_nn_1 : N ; - besoeksdag_nn_1 : N ; - besoekstid_nn_1 : N ; - besparing_nn_1 : N ; - besparingsskog_nn_1 : N ; - bespisning_nn_1 : N ; - bespottelse_nn_1 : N ; - besprutning_nn_1 : N ; - besprutningsmedel_nn_1 : N ; - besprutningsvaetska_nn_1 : N ; - bessemerblaasning_nn_1 : N ; - bessemerstaal_nn_1 : N ; - bessemerugn_nn_1 : N ; - besserwisser_nn_1 : N ; - best_nn_1 : N ; - bestaaende_av_1 : A ; - bestaand_nn_1 : N ; - bestaandande_av_1 : A ; - bestaandsbildande_av_1 : A ; - bestaandsdel_nn_1 : N ; - bestaellare_nn_1 : N ; - bestaellning_nn_1 : N ; - bestaellningsavgift_nn_1 : N ; - bestaellningsverk_nn_1 : N ; - bestaellsam_av_1 : A ; - bestaellt_av_1 : A ; - bestaembar_av_1 : A ; - bestaemd_av_1 : A ; - bestaemmelse_nn_1 : N ; - bestaemmelseort_nn_1 : N ; - bestaemning_nn_1 : N ; - bestaemningsord_nn_1 : N ; - bestaendig_av_1 : A ; - bestaendighet_nn_1 : N ; - bestialisk_av_1 : A ; - bestick_nn_1 : N ; - besticka_vb_1 : V ; - bestickande_av_1 : A ; - bestickfoering_nn_1 : N ; - besticklig_av_1 : A ; - bestickning_nn_1 : N ; - bestiga_vb_1 : V ; - bestigning_nn_1 : N ; - bestjaela_vb_1 : V ; - bestoert_av_1 : A ; - bestraalning_nn_1 : N ; - bestraffning_nn_1 : N ; - bestrida_vb_1 : V ; - bestryka_vb_1 : V ; - bestrykning_nn_1 : N ; - bestseller_nn_1 : N ; - bestsellerfoerfattare_nn_1 : N ; - bestyckning_nn_1 : N ; - bestyr_nn_1 : N ; - besutten_av_1 : A ; - besvaer_nn_1 : N ; - besvaerja_vb_1 : V ; - besvaerjelse_nn_1 : N ; - besvaerjelseformel_nn_1 : N ; - besvaerlig_av_1 : A ; - besvaerlighet_nn_1 : N ; - besvaersgrund_nn_1 : N ; - besvaershaenvisning_nn_1 : N ; - besvaershandling_nn_1 : N ; - besvaersinstans_nn_1 : N ; - besvaersmaal_nn_1 : N ; - besvaersmyndighet_nn_1 : N ; - besvaersskrift_nn_1 : N ; - besvaerssubjekt_nn_1 : N ; - besvaerstid_nn_1 : N ; - besvikelse_nn_1 : N ; - besviken_av_1 : A ; - besynnerlig_av_1 : A ; - besynnerlighet_nn_1 : N ; - bet_ab_1 : Adv ; - bet_nn_1 : N ; - beta_nn_2 : N ; - beta_vb_2 : V ; - betablockerare_nn_1 : N ; - betaeckning_ab_1 : Adv ; - betaeckning_nn_1 : N ; - betaenkande_nn_1 : N ; - betaenketid_nn_1 : N ; - betaenklig_av_1 : A ; - betaenklighet_nn_1 : N ; - betaenksam_av_1 : A ; - betaenkt_av_1 : A ; - betagande_av_1 : A ; - betagen_av_1 : A ; - betalbar_av_1 : A ; - betalkurs_nn_1 : N ; - betalning_nn_1 : N ; - betalningsanstaand_nn_1 : N ; - betalningsavtal_nn_1 : N ; - betalningsbalans_nn_1 : N ; - betalningsbevis_nn_1 : N ; - betalningsfoerelaeggande_nn_1 : N ; - betalningsfri_av_1 : A ; - betalningsfrist_nn_1 : N ; - betalningsgill_av_1 : A ; - betalningsinstaellelse_nn_1 : N ; - betalningsmedel_nn_1 : N ; - betalningsskyldig_av_1 : A ; - betalningstermin_nn_1 : N ; - betalningstid_nn_1 : N ; - betalningsvillkor_nn_1 : N ; - betapartikel_nn_1 : N ; - betastraalande_av_1 : A ; - betastraalning_nn_1 : N ; - betatron_nn_1 : N ; - bete_nn_1 : N ; - bete_nn_2 : N ; - betecknande_av_1 : A ; - beteckning_nn_1 : N ; - beteende_nn_1 : N ; - beteendeforskning_nn_1 : N ; - beteendemoenster_nn_1 : N ; - beteenderubbning_nn_1 : N ; - beteendevetare_nn_1 : N ; - beteendevetenskap_nn_1 : N ; - betelblad_nn_1 : N ; - betelnoet_nn_1 : N ; - betelpalm_nn_1 : N ; - beteltuggare_nn_1 : N ; - betesgaang_nn_1 : N ; - betesland_nn_1 : N ; - betesmark_nn_1 : N ; - betesomraade_nn_1 : N ; - betesplats_nn_1 : N ; - beting_nn_1 : N ; - beting_nn_2 : N ; - betingelse_nn_1 : N ; - betingning_nn_1 : N ; - betingslaesning_nn_1 : N ; - betjaening_nn_1 : N ; - betjaeningsavgift_nn_1 : N ; - betjaent_av_1 : A ; - betjaent_nn_1 : N ; - betkampanj_nn_1 : N ; - betmedel_nn_1 : N ; - betning_nn_1 : N ; - betongbaedd_nn_1 : N ; - betongblandare_nn_1 : N ; - betongpaale_nn_1 : N ; - betoning_nn_1 : N ; - betraengd_av_1 : A ; - betraktare_nn_1 : N ; - betraktelse_nn_1 : N ; - betraktelsesaett_nn_1 : N ; - betrodd_av_1 : A ; - betryckt_av_1 : A ; - betryggande_av_1 : A ; - bets_nn_1 : N ; - betsel_nn_1 : N ; - betsmedel_nn_1 : N ; - betsning_nn_1 : N ; - bett_nn_1 : N ; - bettel_nn_1 : N ; - bettlare_nn_1 : N ; - betungande_av_1 : A ; - betvinga_vb_1 : V ; - betvingande_av_1 : A ; - betydande_av_1 : A ; - betydelse_nn_1 : N ; - betydelsebaerande_av_1 : A ; - betydelsefattig_av_1 : A ; - betydelsefoeraendring_nn_1 : N ; - betydelsefoerskjutning_nn_1 : N ; - betydelsefull_av_1 : A ; - betydelselaera_nn_1 : N ; - betydelseloes_av_1 : A ; - betydelsenyans_nn_1 : N ; - betydelseutveckling_nn_1 : N ; - betydenhet_nn_1 : N ; - betydlig_av_1 : A ; - betyg_nn_1 : N ; - betygelse_nn_1 : N ; - betygsaettning_nn_1 : N ; - betygsavskrift_nn_1 : N ; - betygsfri_av_1 : A ; - betygsgrad_nn_1 : N ; - betygskatalog_nn_1 : N ; - betygsnaemnd_nn_1 : N ; - beundransvaerd_av_1 : A ; - beundrare_nn_1 : N ; - beundrarinna_nn_1 : N ; - bevaagen_av_1 : A ; - bevaagenhet_nn_1 : N ; - bevaepning_nn_1 : N ; - bevaering_nn_1 : N ; - bevaext_av_1 : A ; - bevakning_nn_1 : N ; - bevakningskedja_nn_1 : N ; - bevakningsomraade_nn_1 : N ; - bevattning_nn_1 : N ; - bevekande_av_1 : A ; - bevekelse_nn_1 : N ; - bevekelsegrund_nn_1 : N ; - bevillning_nn_1 : N ; - bevillningsavgift_nn_1 : N ; - bevillningsutskott_nn_1 : N ; - bevis_nn_1 : N ; - bevisbar_av_1 : A ; - bevisboerda_nn_1 : N ; - bevisfoering_nn_1 : N ; - bevisfoervanskning_nn_1 : N ; - beviskedja_nn_1 : N ; - beviskraft_nn_1 : N ; - beviskraftig_av_1 : A ; - beviskrav_nn_1 : N ; - bevislig_av_1 : A ; - bevisligen_ab_1 : Adv ; - bevismaterial_nn_1 : N ; - bevismedel_nn_1 : N ; - bevisning_nn_1 : N ; - bevisproevning_nn_1 : N ; - bevissaekring_nn_1 : N ; - bevisskyldig_av_1 : A ; - bevisvaerde_nn_1 : N ; - bevisvaerdering_nn_1 : N ; - bevuxen_av_1 : A ; - bhutanes_nn_1 : N ; - bhutanesisk_av_1 : A ; - bi_ab_1 : Adv ; - bi_nn_1 : N ; - biaccent_nn_1 : N ; - biaemne_nn_1 : N ; - biaetare_nn_1 : N ; - bias_nn_1 : N ; - biavsikt_nn_1 : N ; - bibehaalla_vb_1 : V ; - bibehaallen_av_1 : A ; - bibel_nn_1 : N ; - bibelcitat_nn_1 : N ; - bibelfoerklaring_nn_1 : N ; - bibelhandskrift_nn_1 : N ; - bibelkanon_nn_1 : N ; - bibelkommission_nn_1 : N ; - bibelkonkordans_nn_1 : N ; - bibelkristen_av_1 : A ; - bibeloeversaettning_nn_1 : N ; - bibelord_nn_1 : N ; - bibelsaellskap_nn_1 : N ; - bibelsamtal_nn_1 : N ; - bibelspraak_nn_1 : N ; - bibelspraengd_av_1 : A ; - bibeltext_nn_1 : N ; - bibeltrogen_av_1 : A ; - bibelvers_nn_1 : N ; - bibetydelse_nn_1 : N ; - biblicism_nn_1 : N ; - bibliofil_nn_1 : N ; - bibliofilupplaga_nn_1 : N ; - bibliograf_nn_1 : N ; - bibliografi_nn_1 : N ; - bibliografisk_av_1 : A ; - biblioman_nn_1 : N ; - bibliotek_nn_1 : N ; - bibliotekarie_nn_1 : N ; - biblioteksavgift_nn_1 : N ; - biblioteksband_nn_1 : N ; - biblioteksbord_nn_1 : N ; - bibliotekskatalog_nn_1 : N ; - bibliotekslaan_nn_1 : N ; - biblisk_av_1 : A ; - bibroed_nn_1 : N ; - biceps_nn_1 : N ; - bicepsmuskel_nn_1 : N ; - bide_nn_1 : N ; - bidevind_ab_1 : Adv ; - bidevindare_nn_1 : N ; - bidevindsegel_nn_1 : N ; - bidevindseglare_nn_1 : N ; - bidra_vb_1 : V ; - bidrag_nn_1 : N ; - bidragande_av_1 : A ; - bidragsdel_nn_1 : N ; - bidragsfoerskott_nn_1 : N ; - bidragsgivare_nn_1 : N ; - bidragsskyldighet_nn_1 : N ; - bidrottning_nn_1 : N ; - biedermeierstil_nn_1 : N ; - bieffekt_nn_1 : N ; - bienn_av_1 : A ; - biennal_nn_1 : N ; - bifall_nn_1 : N ; - bifalla_vb_1 : V ; - bifallsrop_nn_1 : N ; - bifallsstorm_nn_1 : N ; - bifenyl_nn_1 : N ; - biff_nn_1 : N ; - biffdjur_nn_1 : N ; - biffen_ab_1 : Adv ; - biffko_nn_1 : N ; - biffrad_nn_1 : N ; - biffstek_nn_1 : N ; - bifigur_nn_1 : N ; - bifilaer_av_1 : A ; - biflod_nn_1 : N ; - bifloede_nn_1 : N ; - bifokalglas_nn_1 : N ; - bifurkation_nn_1 : N ; - bigaard_nn_1 : N ; - bigamist_nn_1 : N ; - bigarraa_nn_1 : N ; - bigift_nn_1 : N ; - bigott_av_1 : A ; - bigotteri_nn_1 : N ; - bihaaleinflammation_nn_1 : N ; - bihandling_nn_1 : N ; - bihang_nn_1 : N ; - bihus_nn_1 : N ; - bihustru_nn_1 : N ; - biinkomst_nn_1 : N ; - bikini_nn_1 : N ; - bikloev_nn_1 : N ; - bikonkav_av_1 : A ; - bikonvex_av_1 : A ; - bikt_nn_1 : N ; - biktbarn_nn_1 : N ; - biktfader_nn_1 : N ; - biktstol_nn_1 : N ; - bikvadrat_nn_1 : N ; - bil_nn_1 : N ; - bilaakning_nn_1 : N ; - bilabial_av_1 : A ; - bilaccis_nn_1 : N ; - bilaegare_nn_1 : N ; - bilaeger_nn_1 : N ; - bilateral_av_1 : A ; - bilbaelte_nn_1 : N ; - bilbatteri_nn_1 : N ; - bilbesiktning_nn_1 : N ; - bilboke_nn_1 : N ; - bilburen_av_1 : A ; - bild_nn_1 : N ; - bildaeck_nn_1 : N ; - bildande_av_1 : A ; - bildband_nn_1 : N ; - bildbar_av_1 : A ; - bilderbok_nn_1 : N ; - bildhaallning_nn_1 : N ; - bildhuggare_nn_1 : N ; - bildhuggeri_nn_1 : N ; - bildkonst_nn_1 : N ; - bildkryss_nn_1 : N ; - bildlig_av_1 : A ; - bildmaessig_av_1 : A ; - bildmaterial_nn_1 : N ; - bildmonitor_nn_1 : N ; - bildning_nn_1 : N ; - bildningsaristokrat_nn_1 : N ; - bildningsfel_nn_1 : N ; - bildningsfoerbund_nn_1 : N ; - bildningsnivaa_nn_1 : N ; - bildningsorganisation_nn_1 : N ; - bildningsroman_nn_1 : N ; - bildningsverksamhet_nn_1 : N ; - bildoeverfoering_nn_1 : N ; - bildredaktoer_nn_1 : N ; - bildreportage_nn_1 : N ; - bildroer_nn_1 : N ; - bildrulle_1_nn_1 : N ; - bildrulle_2_nn_1 : N ; - bildsignal_nn_1 : N ; - bildskaerm_nn_1 : N ; - bildskoen_av_1 : A ; - bildskrift_nn_1 : N ; - bildsnidare_nn_1 : N ; - bildsnideri_nn_1 : N ; - bildspraak_nn_1 : N ; - bildsten_nn_1 : N ; - bildstod_nn_1 : N ; - bildstormare_nn_1 : N ; - bildstrid_nn_1 : N ; - bildsvit_nn_1 : N ; - bildtelefon_nn_1 : N ; - bildtext_nn_1 : N ; - bildtolkning_nn_1 : N ; - bildvaevnad_nn_1 : N ; - bilfaerja_nn_1 : N ; - bilfoerare_nn_1 : N ; - bilfoersaekring_nn_1 : N ; - bilfri_av_1 : A ; - bilgolv_nn_1 : N ; - bilindustri_nn_1 : N ; - bilingual_av_1 : A ; - bilist_nn_1 : N ; - biljard_nn_1 : N ; - biljardboll_nn_1 : N ; - biljardbord_nn_1 : N ; - biljardkaepp_nn_1 : N ; - biljardkoe_nn_1 : N ; - biljardsalong_nn_1 : N ; - biljardspel_nn_1 : N ; - biljett_nn_1 : N ; - biljettaang_nn_1 : N ; - biljettautomat_nn_1 : N ; - biljettbok_nn_1 : N ; - biljettexpedition_nn_1 : N ; - biljettfoersaeljare_nn_1 : N ; - biljettfoersaeljning_nn_1 : N ; - biljetthaefte_nn_1 : N ; - biljettinkomst_nn_1 : N ; - biljettkontor_nn_1 : N ; - biljettkontroll_nn_1 : N ; - biljettmaskin_nn_1 : N ; - biljon_nn_1 : N ; - biljud_nn_1 : N ; - bilkaar_nn_1 : N ; - bilkaarist_nn_1 : N ; - bilkoe_nn_1 : N ; - bilkoep_nn_1 : N ; - bilkoerning_nn_1 : N ; - bilkrock_nn_1 : N ; - bilkupe_nn_1 : N ; - bill_nn_1 : N ; - bill_nn_2 : N ; - billaan_nn_1 : N ; - billast_nn_1 : N ; - billig_av_1 : A ; - billighet_nn_1 : N ; - billighetsupplaga_nn_1 : N ; - billjus_nn_1 : N ; - billots_nn_1 : N ; - bilmaerke_nn_1 : N ; - bilmekaniker_nn_1 : N ; - bilmotor_nn_1 : N ; - bilnummer_nn_1 : N ; - bilnyckel_nn_1 : N ; - bilpark_nn_1 : N ; - bilparkering_nn_1 : N ; - bilplaat_nn_1 : N ; - bilprovning_nn_1 : N ; - bilrally_nn_1 : N ; - bilratt_nn_1 : N ; - bilregister_nn_1 : N ; - bilring_nn_1 : N ; - bilsaete_nn_1 : N ; - bilsjuk_av_1 : A ; - bilskatt_nn_1 : N ; - bilstoeld_nn_1 : N ; - biltaevling_nn_1 : N ; - biltak_nn_1 : N ; - biltelefon_nn_1 : N ; - biltog_av_1 : A ; - biltunnel_nn_1 : N ; - bilvaeg_nn_1 : N ; - bilverkstad_nn_1 : N ; - bimaane_nn_1 : N ; - bimetall_nn_1 : N ; - binaer_av_1 : A ; - binaering_nn_1 : N ; - binamn_nn_1 : N ; - bind_nn_1 : N ; - binda_vb_1 : V ; - bindaemne_nn_1 : N ; - bindande_av_1 : A ; - bindare_nn_1 : N ; - bindbjaelke_nn_1 : N ; - bindehinna_nn_1 : N ; - bindehinneinflammation_nn_1 : N ; - bindel_nn_1 : N ; - bindemedel_nn_1 : N ; - bindenyckel_nn_1 : N ; - bindeord_nn_1 : N ; - binderi_nn_1 : N ; - bindesaeck_nn_1 : N ; - bindestreck_nn_1 : N ; - bindesubstans_nn_1 : N ; - bindevokal_nn_1 : N ; - bindgalen_av_1 : A ; - bindgarn_nn_1 : N ; - bindnaal_nn_1 : N ; - bindning_nn_1 : N ; - bindsten_nn_1 : N ; - bindvaev_nn_1 : N ; - bindvaevshinna_nn_1 : N ; - bindvaevskapsel_nn_1 : N ; - bindvaevssaeck_nn_1 : N ; - bindvaevstraad_nn_1 : N ; - binge_nn_1 : N ; - bingel_nn_1 : N ; - binjure_nn_1 : N ; - binnikemask_nn_1 : N ; - binokel_nn_1 : N ; - binokulaer_av_1 : A ; - binom_nn_1 : N ; - biobesoek_nn_1 : N ; - biobiljett_nn_1 : N ; - biobraensle_nn_1 : N ; - biocid_nn_1 : N ; - biodlare_nn_1 : N ; - biodling_nn_1 : N ; - bioduk_nn_1 : N ; - biodynamisk_av_1 : A ; - biofoerestaellning_nn_1 : N ; - biofysisk_av_1 : A ; - biogen_av_1 : A ; - biogenetisk_av_1 : A ; - biograf_nn_1 : N ; - biografbyraa_nn_1 : N ; - biografi_nn_1 : N ; - biografisk_av_1 : A ; - biograforgel_nn_1 : N ; - biografteater_nn_1 : N ; - biokemisk_av_1 : A ; - biokemist_nn_1 : N ; - biolog_nn_1 : N ; - biologisk_av_1 : A ; - biomstaendighet_nn_1 : N ; - biosfaer_nn_1 : N ; - bioteknik_nn_1 : N ; - bioteknisk_av_1 : A ; - biotisk_av_1 : A ; - biotop_nn_1 : N ; - biotyp_nn_1 : N ; - biperson_nn_1 : N ; - biplan_nn_1 : N ; - biplanet_nn_1 : N ; - bipolaer_av_1 : A ; - bipolaritet_nn_1 : N ; - biprodukt_nn_1 : N ; - birem_nn_1 : N ; - birfilare_nn_1 : N ; - biroll_nn_1 : N ; - birot_nn_1 : N ; - bisaettning_nn_1 : N ; - bisak_nn_1 : N ; - bisamhaelle_nn_1 : N ; - bisamoxe_nn_1 : N ; - bisamsvin_nn_1 : N ; - bisarr_av_1 : A ; - bisarreri_nn_1 : N ; - bisats_nn_1 : N ; - bisatsordfoeljd_nn_1 : N ; - bisektris_nn_1 : N ; - bisexualitet_nn_1 : N ; - bisexuell_av_1 : A ; - bisittare_nn_1 : N ; - biskoeldkoertel_nn_1 : N ; - biskop_nn_1 : N ; - biskoplig_av_1 : A ; - biskopsdoeme_nn_1 : N ; - biskopskors_nn_1 : N ; - biskopsmoete_nn_1 : N ; - biskopsskrud_nn_1 : N ; - biskopsstav_nn_1 : N ; - biskopsvisitation_nn_1 : N ; - biskvi_nn_1 : N ; - bismak_nn_1 : N ; - bisol_nn_1 : N ; - bisonoxe_nn_1 : N ; - bisp_nn_1 : N ; - bispringa_vb_1 : V ; - bistaandsland_nn_1 : N ; - bistaandsorgan_nn_1 : N ; - bistaandsprogram_nn_1 : N ; - bister_av_1 : A ; - bistick_nn_1 : N ; - bisting_nn_1 : N ; - bistock_nn_1 : N ; - bistro_nn_1 : N ; - bisturi_nn_1 : N ; - bistyng_nn_1 : N ; - bisvaerm_nn_1 : N ; - bisyssla_nn_1 : N ; - bit_nn_1 : N ; - bit_nn_2 : N ; - bita_vb_1 : V ; - bitande_av_1 : A ; - bitanke_nn_1 : N ; - bitecken_nn_1 : N ; - biten_av_1 : A ; - bitestikel_nn_1 : N ; - biton_nn_1 : N ; - bitraedande_av_1 : A ; - bitraede_nn_1 : N ; - bitsk_av_1 : A ; - bitter_av_1 : A ; - bitterhet_nn_1 : N ; - bitterkall_av_1 : A ; - bitterligen_ab_1 : Adv ; - bitterljuv_av_1 : A ; - bittermandel_nn_1 : N ; - bittersalt_av_1 : A ; - bittersoet_av_1 : A ; - bittersta_av_1 : A ; - bittida_ab_1 : Adv ; - bituminoes_av_1 : A ; - bitvarg_nn_1 : N ; - bitvis_ab_1 : Adv ; - bivack_nn_1 : N ; - bivaeg_nn_1 : N ; - bivax_nn_1 : N ; - biverkning_nn_1 : N ; - bivraak_nn_1 : N ; - biyngel_nn_1 : N ; - bjaebbig_av_1 : A ; - bjaebbighet_nn_1 : N ; - bjaelke_nn_1 : N ; - bjaelkhuvud_nn_1 : N ; - bjaelklag_nn_1 : N ; - bjaelkverk_nn_1 : N ; - bjaellko_nn_1 : N ; - bjaert_av_1 : A ; - bjaesse_nn_1 : N ; - bjoerk_nn_1 : N ; - bjoerkblad_nn_1 : N ; - bjoerkloev_nn_1 : N ; - bjoerknaever_nn_1 : N ; - bjoerkregion_nn_1 : N ; - bjoerkris_nn_1 : N ; - bjoerksopp_nn_1 : N ; - bjoerktrast_nn_1 : N ; - bjoern_nn_1 : N ; - bjoernbaer_nn_1 : N ; - bjoernbaersbuske_nn_1 : N ; - bjoernbindsle_nn_1 : N ; - bjoernhallon_nn_1 : N ; - bjoernhund_nn_1 : N ; - bjoerninna_nn_1 : N ; - bjoernjakt_nn_1 : N ; - bjoernliknande_av_1 : A ; - bjoernram_nn_1 : N ; - bjoernskall_nn_1 : N ; - bjoernskinn_nn_1 : N ; - bjoerntjaenst_nn_1 : N ; - bjuda_vb_1 : V ; - bjudcigarr_nn_1 : N ; - bjudning_nn_1 : N ; - blaa_av_1 : A ; - blaaaktig_av_1 : A ; - blaaanlupen_av_1 : A ; - blaabaer_nn_1 : N ; - blaabaersris_nn_1 : N ; - blaablodig_av_1 : A ; - blaadaare_nn_1 : N ; - blaafoerskjutning_nn_1 : N ; - blaafrusen_av_1 : A ; - blaagroen_av_1 : A ; - blaagroenalg_nn_1 : N ; - blaagul_av_1 : A ; - blaahaj_nn_1 : N ; - blaahake_nn_1 : N ; - blaahallon_nn_1 : N ; - blaahjon_nn_1 : N ; - blaaklint_nn_1 : N ; - blaakopia_nn_1 : N ; - blaalusern_nn_1 : N ; - blaamaerke_nn_1 : N ; - blaames_nn_1 : N ; - blaamusseron_nn_1 : N ; - blaamussla_nn_1 : N ; - blaanad_nn_1 : N ; - blaaoegd_av_1 : A ; - blaaraev_nn_1 : N ; - blaaroed_av_1 : A ; - blaasare_nn_1 : N ; - blaasbaelg_nn_1 : N ; - blaasfoting_nn_1 : N ; - blaashaal_nn_1 : N ; - blaashals_nn_1 : N ; - blaasig_av_1 : A ; - blaasinstrument_nn_1 : N ; - blaaskatarr_nn_1 : N ; - blaasljud_nn_1 : N ; - blaasmask_nn_1 : N ; - blaasning_nn_1 : N ; - blaasorkester_nn_1 : N ; - blaasroer_nn_1 : N ; - blaassten_nn_1 : N ; - blaastaell_nn_1 : N ; - blaasur_av_1 : A ; - blaaval_nn_1 : N ; - blaavinge_nn_1 : N ; - blaaviolett_av_1 : A ; - blaavit_av_1 : A ; - blaavitling_nn_1 : N ; - black_av_1 : A ; - black_nn_1 : N ; - blackig_av_1 : A ; - blackout_nn_1 : N ; - blad_nn_1 : N ; - bladbagge_nn_1 : N ; - bladfot_nn_1 : N ; - bladfoting_nn_1 : N ; - bladkrans_nn_1 : N ; - bladlus_nn_1 : N ; - bladmage_nn_1 : N ; - bladminerare_nn_1 : N ; - bladstaellning_nn_1 : N ; - bladstekel_nn_1 : N ; - blaeckfisk_nn_1 : N ; - blaeckhorn_nn_1 : N ; - blaeckkoertel_nn_1 : N ; - blaeckplump_nn_1 : N ; - blaecksaeck_nn_1 : N ; - blaecksuddare_nn_1 : N ; - blaecksvamp_nn_1 : N ; - blaedderblock_nn_1 : N ; - blaedderbok_nn_1 : N ; - blaendare_nn_1 : N ; - blaende_nn_1 : N ; - blaendfri_av_1 : A ; - blaendning_nn_1 : N ; - blaendskydd_nn_1 : N ; - blaendverk_nn_1 : N ; - blaendvit_av_1 : A ; - blaeng_nn_1 : N ; - blaenk_nn_1 : N ; - blaenkare_nn_1 : N ; - blaenkfyr_nn_1 : N ; - blaes_nn_1 : N ; - blaesand_nn_1 : N ; - blaesbock_nn_1 : N ; - blaesgaas_nn_1 : N ; - blaester_nn_1 : N ; - blaesterroer_nn_1 : N ; - blaesterugn_nn_1 : N ; - blam_nn_1 : N ; - blamage_nn_1 : N ; - blamant_av_1 : A ; - blancmange_nn_1 : N ; - blandaektenskap_nn_1 : N ; - blandare_nn_1 : N ; - blandekonomi_nn_1 : N ; - blandfaerg_nn_1 : N ; - blandform_nn_1 : N ; - blandning_nn_1 : N ; - blandningsfoerhaallande_nn_1 : N ; - blandningskran_nn_1 : N ; - blandras_nn_1 : N ; - blandskog_nn_1 : N ; - blandspraak_nn_1 : N ; - blandtyp_nn_1 : N ; - blank_av_1 : A ; - blankaal_nn_1 : N ; - blankborste_nn_1 : N ; - blankett_nn_1 : N ; - blankettskaap_nn_1 : N ; - blanklax_nn_1 : N ; - blankoaccept_nn_1 : N ; - blankocheck_nn_1 : N ; - blankofoersaeljning_nn_1 : N ; - blankofullmakt_nn_1 : N ; - blankokredit_nn_1 : N ; - blankotransport_nn_1 : N ; - blankovaexel_nn_1 : N ; - blanksej_nn_1 : N ; - blanksliten_av_1 : A ; - blanksmoerja_nn_1 : N ; - blankvatten_nn_1 : N ; - blase_av_1 : A ; - blasfemi_nn_1 : N ; - blasfemisk_av_1 : A ; - blaskig_av_1 : A ; - blasonering_nn_1 : N ; - blatte_nn_1 : N ; - blazer_nn_1 : N ; - bleck_nn_1 : N ; - bleckblaasinstrument_nn_1 : N ; - bleckburk_nn_1 : N ; - bleckplaat_nn_1 : N ; - bleckslagare_nn_1 : N ; - bleckslageri_nn_1 : N ; - blek_av_1 : A ; - blekeri_nn_1 : N ; - blekfet_av_1 : A ; - blekhet_nn_1 : N ; - bleking_nn_1 : N ; - blekingsk_av_1 : A ; - bleklagd_av_1 : A ; - blekmedel_nn_1 : N ; - bleknos_nn_1 : N ; - bleksiktig_av_1 : A ; - blekvaetska_nn_1 : N ; - blessyr_nn_1 : N ; - blick_nn_1 : N ; - blickfaang_nn_1 : N ; - blickfaelt_nn_1 : N ; - blickstilla_av_1 : A ; - blid_av_1 : A ; - blidgrad_nn_1 : N ; - blidvinter_nn_1 : N ; - blind_av_1 : A ; - blindalfabet_nn_1 : N ; - blindbock_nn_1 : N ; - blindbotten_nn_1 : N ; - blindbroms_nn_1 : N ; - blinddoerr_nn_1 : N ; - blindering_nn_1 : N ; - blindfoenster_nn_1 : N ; - blindgaangare_nn_1 : N ; - blindhund_nn_1 : N ; - blindlandning_nn_1 : N ; - blindnaessla_nn_1 : N ; - blindparti_nn_1 : N ; - blindpassagerare_nn_1 : N ; - blindpatron_nn_1 : N ; - blindpressning_nn_1 : N ; - blindraa_nn_1 : N ; - blindrote_nn_1 : N ; - blindskaer_nn_1 : N ; - blindspaar_nn_1 : N ; - blindstyre_nn_1 : N ; - blindtarm_nn_1 : N ; - blindtarmsinflammation_nn_1 : N ; - blindtryck_nn_1 : N ; - blini_nn_1 : N ; - blink_nn_1 : N ; - blinker_nn_1 : N ; - blinkfyr_nn_1 : N ; - blinkhinna_nn_1 : N ; - blinkljus_nn_1 : N ; - blinning_nn_1 : N ; - blip_nn_1 : N ; - blivande_av_1 : A ; - blixt_nn_1 : N ; - blixtanfall_nn_1 : N ; - blixtbesoek_nn_1 : N ; - blixtfoto_nn_1 : N ; - blixtfyr_nn_1 : N ; - blixtkrig_nn_1 : N ; - blixtlaas_nn_1 : N ; - blixtnedslag_nn_1 : N ; - blixtpatron_nn_1 : N ; - blixtrande_av_1 : A ; - blixtsamtal_nn_1 : N ; - blixtsnabb_av_1 : A ; - blixtvisit_nn_1 : N ; - block_nn_1 : N ; - blockad_nn_1 : N ; - blockadbrott_nn_1 : N ; - blockadbrytare_nn_1 : N ; - blockaemne_nn_1 : N ; - blockbildning_nn_1 : N ; - blockdiagram_nn_1 : N ; - blockering_nn_1 : N ; - blockfloejt_nn_1 : N ; - blockgraens_nn_1 : N ; - blockhus_nn_1 : N ; - blockig_av_1 : A ; - blocksignal_nn_1 : N ; - blocksystem_nn_1 : N ; - blocktalja_nn_1 : N ; - blocktyg_nn_1 : N ; - blockvagn_nn_1 : N ; - blodaader_nn_1 : N ; - blodapelsin_nn_1 : N ; - blodbad_nn_1 : N ; - blodbank_nn_1 : N ; - blodbok_nn_1 : N ; - blodcell_nn_1 : N ; - bloddrypande_av_1 : A ; - blodfaergaemne_nn_1 : N ; - blodfattig_av_1 : A ; - blodflaeck_nn_1 : N ; - blodfloede_nn_1 : N ; - blodfoergiftning_nn_1 : N ; - blodfull_av_1 : A ; - blodgivare_nn_1 : N ; - blodgrupp_nn_1 : N ; - blodhund_nn_1 : N ; - blodig_av_1 : A ; - blodigel_nn_1 : N ; - blodkaerl_nn_1 : N ; - blodkorv_nn_1 : N ; - blodkraekning_nn_1 : N ; - blodkropp_nn_1 : N ; - blodledare_nn_1 : N ; - blodloes_av_1 : A ; - blodoern_ab_1 : Adv ; - blodoeverfoering_nn_1 : N ; - blodoeverfyllnad_nn_1 : N ; - blodpalt_nn_1 : N ; - blodplaett_nn_1 : N ; - blodpropp_nn_1 : N ; - blodprotein_nn_1 : N ; - blodprov_nn_1 : N ; - blodpudding_nn_1 : N ; - blodrand_nn_1 : N ; - blodroed_av_1 : A ; - blodsband_nn_1 : N ; - blodsdaad_nn_1 : N ; - blodsdroppe_nn_1 : N ; - blodsjukdom_nn_1 : N ; - blodspenning_nn_1 : N ; - blodspottning_nn_1 : N ; - blodspraengd_av_1 : A ; - blodstaenkt_av_1 : A ; - blodstillande_av_1 : A ; - blodstinn_av_1 : A ; - blodstoertning_nn_1 : N ; - blodsugande_av_1 : A ; - blodsugare_nn_1 : N ; - blodsutgjutelse_nn_1 : N ; - blodsvulst_nn_1 : N ; - blodsystem_nn_1 : N ; - blodtappning_nn_1 : N ; - blodtoerstig_av_1 : A ; - blodtransfusion_nn_1 : N ; - blodtryck_nn_1 : N ; - blodtyp_nn_1 : N ; - blodvaerde_nn_1 : N ; - blodvallning_nn_1 : N ; - blodvite_nn_1 : N ; - bloedare_nn_1 : N ; - bloedig_av_1 : A ; - bloedighet_nn_1 : N ; - bloedning_nn_1 : N ; - bloejbyte_nn_1 : N ; - bloet_av_1 : A ; - bloetdjur_nn_1 : N ; - bloetlaeggningsmedel_nn_1 : N ; - blogg_nn_1 : N ; - bloggare_nn_1 : N ; - blomaxel_nn_1 : N ; - blombefruktning_nn_1 : N ; - blomblad_nn_1 : N ; - blombord_nn_1 : N ; - blombotten_nn_1 : N ; - blombukett_nn_1 : N ; - blomdoft_nn_1 : N ; - blomfat_nn_1 : N ; - blomfjaell_nn_1 : N ; - blomflock_nn_1 : N ; - blomfoder_nn_1 : N ; - blomhoelster_nn_1 : N ; - blomholk_nn_1 : N ; - blomhuvud_nn_1 : N ; - blomkaalshuvud_nn_1 : N ; - blomkaalsoera_nn_1 : N ; - blomkaalssvamp_nn_1 : N ; - blomkaepp_nn_1 : N ; - blomkalk_nn_1 : N ; - blomklaedd_av_1 : A ; - blomklase_nn_1 : N ; - blomknopp_nn_1 : N ; - blomkolv_nn_1 : N ; - blomkorg_nn_1 : N ; - blomkrans_nn_1 : N ; - blomkvast_nn_1 : N ; - blommig_av_1 : A ; - blommogram_nn_1 : N ; - blomning_nn_1 : N ; - blomningstid_nn_1 : N ; - blomskaft_nn_1 : N ; - blomstaellning_nn_1 : N ; - blomster_nn_1 : N ; - blomsteraeng_nn_1 : N ; - blomsteraffaer_nn_1 : N ; - blomsterbord_nn_1 : N ; - blomsterfoermedling_nn_1 : N ; - blomsterhandel_nn_1 : N ; - blomsterhandlare_nn_1 : N ; - blomsterklaedd_av_1 : A ; - blomsterkvast_nn_1 : N ; - blomsterloek_nn_1 : N ; - blomstermaanad_nn_1 : N ; - blomstertraedgaard_nn_1 : N ; - blomsteruppsats_nn_1 : N ; - blomstervas_nn_1 : N ; - blomstjaelk_nn_1 : N ; - blomstringstid_nn_1 : N ; - blomvaext_nn_1 : N ; - blomvas_nn_1 : N ; - blond_av_1 : A ; - blond_nn_1 : N ; - blondin_nn_1 : N ; - bloss_nn_1 : N ; - blot_nn_1 : N ; - blott_ab_1 : Adv ; - blottare_nn_1 : N ; - blottstaelld_av_1 : A ; - bluff_nn_1 : N ; - bluffmakare_nn_1 : N ; - blunder_nn_1 : N ; - blus_nn_1 : N ; - blyacetat_nn_1 : N ; - blyackumulator_nn_1 : N ; - blyazid_nn_1 : N ; - blybatteri_nn_1 : N ; - blydagg_nn_1 : N ; - blyerts_nn_1 : N ; - blyfaerg_nn_1 : N ; - blyfoerening_nn_1 : N ; - blyfoergiftning_nn_1 : N ; - blyfolie_nn_1 : N ; - blyg_av_1 : A ; - blygdben_nn_1 : N ; - blygdlaepp_nn_1 : N ; - blyghet_nn_1 : N ; - blygraa_av_1 : A ; - blygsam_av_1 : A ; - blygsamhet_nn_1 : N ; - blyhalt_nn_1 : N ; - blyhaltig_av_1 : A ; - blykoel_nn_1 : N ; - blymantel_nn_1 : N ; - blyoxid_nn_1 : N ; - blytung_av_1 : A ; - bo_nn_1 : N ; - boaegg_nn_1 : N ; - boaorm_nn_1 : N ; - boardingcard_nn_1 : N ; - bob_nn_1 : N ; - bobin_nn_1 : N ; - bobsleigh_nn_1 : N ; - bock_nn_1 : N ; - bockbent_av_1 : A ; - bockblad_nn_1 : N ; - bockbro_nn_1 : N ; - bockfot_nn_1 : N ; - bockhorn_nn_1 : N ; - bockning_nn_1 : N ; - bockprov_nn_1 : N ; - bockskaegg_nn_1 : N ; - bod_nn_1 : N ; - bodbetjaent_nn_1 : N ; - bodelning_nn_1 : N ; - bodknodd_nn_1 : N ; - bodmeri_nn_1 : N ; - boeckling_nn_1 : N ; - boedel_nn_1 : N ; - boedelsdraeng_nn_1 : N ; - boeg_nn_1 : N ; - boehmare_nn_1 : N ; - boehmisk_av_1 : A ; - boej_nn_1 : N ; - boejare_nn_1 : N ; - boejarmuskel_nn_1 : N ; - boejbar_av_1 : A ; - boejd_av_1 : A ; - boejelse_nn_1 : N ; - boejhaallfasthet_nn_1 : N ; - boejlig_av_1 : A ; - boejmuskel_nn_1 : N ; - boejning_nn_1 : N ; - boejningsaendelse_nn_1 : N ; - boejningsform_nn_1 : N ; - boejningsmoenster_nn_1 : N ; - boejprov_nn_1 : N ; - boekig_av_1 : A ; - boeld_nn_1 : N ; - boelja_nn_1 : N ; - boeljegaang_nn_1 : N ; - boeljeslag_nn_1 : N ; - boeljeslagsmaerke_nn_1 : N ; - boen_nn_1 : N ; - boenbok_nn_1 : N ; - boendag_nn_1 : N ; - boende_nn_1 : N ; - boende_nn_2 : N ; - boendeform_nn_1 : N ; - boendekostnad_nn_1 : N ; - boenegudstjaenst_nn_1 : N ; - boenehus_nn_1 : N ; - boeneman_nn_1 : N ; - boenemoete_nn_1 : N ; - boeneskrift_nn_1 : N ; - boenfalla_vb_1 : V ; - boenformig_av_1 : A ; - boenhas_nn_1 : N ; - boenhoerelse_nn_1 : N ; - boenpall_nn_1 : N ; - boenvaext_nn_1 : N ; - boer_nn_1 : N ; - boerda_nn_1 : N ; - boerdig_av_1 : A ; - boerdsstolt_av_1 : A ; - boers_nn_1 : N ; - boers_nn_2 : N ; - boersjobbare_nn_1 : N ; - boerskurs_nn_1 : N ; - boersmaeklare_nn_1 : N ; - boersnotering_nn_1 : N ; - boersspekulant_nn_1 : N ; - boersspekulation_nn_1 : N ; - boerting_nn_1 : N ; - boesshaall_nn_1 : N ; - boessinsamling_nn_1 : N ; - boett_nn_1 : N ; - boevel_nn_1 : N ; - bofaellig_av_1 : A ; - bofast_av_1 : A ; - bofink_nn_1 : N ; - bog_nn_1 : N ; - bogankare_nn_1 : N ; - bogblad_nn_1 : N ; - bogbruten_av_1 : A ; - boggi_nn_1 : N ; - boghalt_av_1 : A ; - boghoejd_nn_1 : N ; - bogserare_nn_1 : N ; - bogserbaat_nn_1 : N ; - bogsergalge_nn_1 : N ; - bogsering_nn_1 : N ; - bogserslaep_nn_1 : N ; - bogsertross_nn_1 : N ; - bogsproet_nn_1 : N ; - bohag_nn_1 : N ; - bohem_nn_1 : N ; - bohemisk_av_1 : A ; - bohuslaenning_nn_1 : N ; - bohuslaensk_av_1 : A ; - boj_nn_1 : N ; - boj_nn_2 : N ; - bojar_nn_1 : N ; - bojkott_nn_1 : N ; - bok_nn_1 : N ; - bok_nn_2 : N ; - bokanmaelan_nn_1 : N ; - bokauktion_nn_1 : N ; - bokband_nn_1 : N ; - bokbindare_nn_1 : N ; - bokbinderi_nn_1 : N ; - bokbindning_nn_1 : N ; - bokbuss_nn_1 : N ; - boken_av_1 : A ; - bokfilm_nn_1 : N ; - bokflod_nn_1 : N ; - bokfoering_nn_1 : N ; - bokfoeringsaar_nn_1 : N ; - bokfoeringsmaessig_av_1 : A ; - bokfoeringsskyldig_av_1 : A ; - bokfoeringsskyldighet_nn_1 : N ; - bokfoerlaeggare_nn_1 : N ; - bokfoerlag_nn_1 : N ; - bokformat_nn_1 : N ; - bokhaallare_nn_1 : N ; - bokhandel_nn_1 : N ; - bokhandlare_nn_1 : N ; - bokklubb_nn_1 : N ; - boklaan_nn_1 : N ; - boklaerd_av_1 : A ; - boklig_av_1 : A ; - bokmaerke_nn_1 : N ; - bokmagasin_nn_1 : N ; - bokmal_nn_1 : N ; - bokmarknad_nn_1 : N ; - bokollon_nn_1 : N ; - bokomslag_nn_1 : N ; - bokrulle_nn_1 : N ; - bokrygg_nn_1 : N ; - boksamlare_nn_1 : N ; - boksamling_nn_1 : N ; - boksida_nn_1 : N ; - bokskog_nn_1 : N ; - bokslut_nn_1 : N ; - bokstav_nn_1 : N ; - bokstavlig_av_1 : A ; - bokstavligen_ab_1 : Adv ; - bokstavsbeteckning_nn_1 : N ; - bokstavsfoeljd_nn_1 : N ; - bokstavsordning_nn_1 : N ; - bokstavsrim_nn_1 : N ; - bokstavstecken_nn_1 : N ; - bokstavstrael_nn_1 : N ; - bokstavstrogen_av_1 : A ; - bokstipendium_nn_1 : N ; - bokstoed_nn_1 : N ; - boksynt_av_1 : A ; - boktitel_nn_1 : N ; - boktorn_nn_1 : N ; - boktryckare_nn_1 : N ; - boktryckeri_nn_1 : N ; - boktrycksstil_nn_1 : N ; - bokverk_nn_1 : N ; - bol_nn_1 : N ; - bolag_nn_1 : N ; - bolagsman_nn_1 : N ; - bolagsordning_nn_1 : N ; - bolagsskog_nn_1 : N ; - bolagsstaemma_nn_1 : N ; - bolagsstyrelse_nn_1 : N ; - bolare_nn_1 : N ; - bolero_nn_1 : N ; - bolin_nn_1 : N ; - bolivian_nn_1 : N ; - boliviansk_av_1 : A ; - boll_nn_1 : N ; - bollkalle_nn_1 : N ; - bollning_nn_1 : N ; - bollplan_nn_1 : N ; - bollpojke_nn_1 : N ; - bollspel_nn_1 : N ; - bollspelare_nn_1 : N ; - bolltrae_nn_1 : N ; - bolmoertsskivling_nn_1 : N ; - bolsjevik_nn_1 : N ; - bolsjevistisk_av_1 : A ; - bolster_nn_1 : N ; - bolsterstock_nn_1 : N ; - bolstervagn_nn_1 : N ; - bolstervar_nn_1 : N ; - bom_nn_1 : N ; - bomaerke_nn_1 : N ; - bomaterial_nn_1 : N ; - bomb_nn_1 : N ; - bombanfall_nn_1 : N ; - bombardemang_nn_1 : N ; - bombare_nn_1 : N ; - bombasm_nn_1 : N ; - bombastisk_av_1 : A ; - bombattentat_nn_1 : N ; - bombering_nn_1 : N ; - bombfast_av_1 : A ; - bombkrater_nn_1 : N ; - bombnedslag_nn_1 : N ; - bombning_nn_1 : N ; - bomboffer_nn_1 : N ; - bombplan_nn_1 : N ; - bombraed_nn_1 : N ; - bombsaeker_av_1 : A ; - bomsadel_nn_1 : N ; - bomsegel_nn_1 : N ; - bomullsbal_nn_1 : N ; - bomullsband_nn_1 : N ; - bomullsbuske_nn_1 : N ; - bomullsflanell_nn_1 : N ; - bomullsfroe_nn_1 : N ; - bomullsplantage_nn_1 : N ; - bomullstyg_nn_1 : N ; - bomullsvaevnad_nn_1 : N ; - bomullsvaext_nn_1 : N ; - bonad_nn_1 : N ; - bonbonjaer_nn_1 : N ; - bonddraeng_nn_1 : N ; - bonddryg_av_1 : A ; - bonde_nn_1 : N ; - bondearme_nn_1 : N ; - bondebefolkning_nn_1 : N ; - bondefred_nn_1 : N ; - bondehaer_nn_1 : N ; - bondehemman_nn_1 : N ; - bondekultur_nn_1 : N ; - bondeskog_nn_1 : N ; - bondetaag_nn_1 : N ; - bondfaangare_nn_1 : N ; - bondfamilj_nn_1 : N ; - bondfoersoek_nn_1 : N ; - bondgaard_nn_1 : N ; - bondhustru_nn_1 : N ; - bondkomiker_nn_1 : N ; - bondpermission_nn_1 : N ; - bondsk_av_1 : A ; - bondslug_av_1 : A ; - bong_nn_1 : N ; - boning_nn_1 : N ; - boningshus_nn_1 : N ; - bonitering_nn_1 : N ; - bonitet_nn_1 : N ; - bonjour_nn_1 : N ; - bonmot_nn_1 : N ; - bonnett_nn_1 : N ; - bonus_nn_1 : N ; - bonusklass_nn_1 : N ; - bookmaker_nn_1 : N ; - boom_nn_1 : N ; - boplats_nn_1 : N ; - boplatsgraevning_nn_1 : N ; - bord_nn_1 : N ; - borddans_nn_1 : N ; - bordduk_nn_1 : N ; - bordeaux_nn_1 : N ; - bordell_nn_1 : N ; - bordhyvel_nn_1 : N ; - bordlaeggning_nn_1 : N ; - bordlaeggningsplenum_nn_1 : N ; - bordloepare_nn_1 : N ; - bordsamtal_nn_1 : N ; - bordsben_nn_1 : N ; - bordsbestaellning_nn_1 : N ; - bordsboen_nn_1 : N ; - bordsdam_nn_1 : N ; - bordsdryck_nn_1 : N ; - bordservis_nn_1 : N ; - bordsfilt_nn_1 : N ; - bordskant_nn_1 : N ; - bordskavaljer_nn_1 : N ; - bordskick_nn_1 : N ; - bordskniv_nn_1 : N ; - bordsmargarin_nn_1 : N ; - bordssamtal_nn_1 : N ; - bordsservis_nn_1 : N ; - bordsskick_nn_1 : N ; - bordsstaell_nn_1 : N ; - bordsstudsare_nn_1 : N ; - bordstudsare_nn_1 : N ; - bordsuppsats_nn_1 : N ; - bordsvatten_nn_1 : N ; - bordtennisracket_nn_1 : N ; - bordvarts_ab_1 : Adv ; - boreal_av_1 : A ; - boren_av_1 : A ; - borg_nn_1 : N ; - borgarbevaepning_nn_1 : N ; - borgarbrev_nn_1 : N ; - borgardoeme_nn_1 : N ; - borgare_nn_1 : N ; - borgargarde_nn_1 : N ; - borgarklass_nn_1 : N ; - borgarraad_nn_1 : N ; - borgenaer_nn_1 : N ; - borgenaersed_nn_1 : N ; - borgensaatagande_nn_1 : N ; - borgensfoerbindelse_nn_1 : N ; - borgenslaan_nn_1 : N ; - borgensman_nn_1 : N ; - borgenssumma_nn_1 : N ; - borgerlig_av_1 : A ; - borgerlighet_nn_1 : N ; - borgerskap_nn_1 : N ; - borgfred_nn_1 : N ; - borggaard_nn_1 : N ; - borgmaestare_nn_1 : N ; - borkarbid_nn_1 : N ; - borr_nn_1 : N ; - borrchuck_nn_1 : N ; - borrhaal_nn_1 : N ; - borrhaalsvaegg_nn_1 : N ; - borrjigg_nn_1 : N ; - borrmaskin_nn_1 : N ; - borrmussla_nn_1 : N ; - borrning_nn_1 : N ; - borrplattform_nn_1 : N ; - borrspaan_nn_1 : N ; - borrspindel_nn_1 : N ; - borrstaal_nn_1 : N ; - borrsvaeng_nn_1 : N ; - borrtorn_nn_1 : N ; - borst_nn_1 : N ; - borstbindare_nn_1 : N ; - borstbinderi_nn_1 : N ; - borste_nn_1 : N ; - borstgarnityr_nn_1 : N ; - borstgraes_nn_1 : N ; - borstig_av_1 : A ; - borstmask_nn_1 : N ; - borstsvans_nn_1 : N ; - borstviskare_nn_1 : N ; - bort_ab_1 : Adv ; - borta_ab_1 : Adv ; - bortaat_ab_1 : Adv ; - bortafoersaekring_nn_1 : N ; - bortalag_nn_1 : N ; - bortamatch_nn_1 : N ; - bortanfoer_ab_1 : Adv ; - bortaplan_nn_1 : N ; - bortaseger_nn_1 : N ; - bortbjuden_av_1 : A ; - bortblaast_av_1 : A ; - bortbyting_nn_1 : N ; - bortdoeende_av_1 : A ; - bortdoemning_nn_1 : N ; - bortdriva_vb_1 : V ; - bortemot_ab_1 : Adv ; - bortfall_nn_1 : N ; - bortfalla_vb_1 : V ; - bortfoerklaring_nn_1 : N ; - bortgaa_vb_1 : V ; - bortgloemd_av_1 : A ; - bortifraan_ab_1 : Adv ; - bortigenom_ab_1 : Adv ; - bortkommen_av_1 : A ; - bortoever_ab_1 : Adv ; - bortom_ab_1 : Adv ; - bortrationalisering_nn_1 : N ; - bortrest_av_1 : A ; - bortrinna_vb_1 : V ; - bortsaettning_nn_1 : N ; - bortskaemd_av_1 : A ; - bortskrivning_nn_1 : N ; - bortsluta_vb_1 : V ; - bortsprungen_av_1 : A ; - bortstoetning_nn_1 : N ; - bortta_vb_1 : V ; - borttraengning_nn_1 : N ; - bosaettning_nn_1 : N ; - bosaettningsaffaer_nn_1 : N ; - bosaettningslaan_nn_1 : N ; - bosaettningsort_nn_1 : N ; - bosatt_av_1 : A ; - boskapshjord_nn_1 : N ; - boskapsskoetande_av_1 : A ; - boskapsskoetare_nn_1 : N ; - boskapsstaengsel_nn_1 : N ; - boskapsstock_nn_1 : N ; - boskifte_nn_1 : N ; - boskillnad_nn_1 : N ; - bosnier_nn_1 : N ; - bosnisk_av_1 : A ; - boss_nn_1 : N ; - bossig_av_1 : A ; - bostad_nn_1 : N ; - bostadsadress_nn_1 : N ; - bostadsband_nn_1 : N ; - bostadsbidrag_nn_1 : N ; - bostadsbyggande_nn_1 : N ; - bostadsfoerbaettringslaan_nn_1 : N ; - bostadsfoeretag_nn_1 : N ; - bostadsfoermedling_nn_1 : N ; - bostadshus_nn_1 : N ; - bostadskoe_nn_1 : N ; - bostadskooperation_nn_1 : N ; - bostadskredit_nn_1 : N ; - bostadslaan_nn_1 : N ; - bostadslaegenhet_nn_1 : N ; - bostadsloes_av_1 : A ; - bostadsmarknad_nn_1 : N ; - bostadsmiljoe_nn_1 : N ; - bostadsnaemnd_nn_1 : N ; - bostadsomraade_nn_1 : N ; - bostadspolitisk_av_1 : A ; - bostadsraett_nn_1 : N ; - bostadsraettsfoerening_nn_1 : N ; - bostadssoekande_nn_1 : N ; - bostadsstyrelse_nn_1 : N ; - bostadstillaegg_nn_1 : N ; - bostonvals_nn_1 : N ; - bot_nn_2 : N ; - botaniker_nn_1 : N ; - botanikspade_nn_1 : N ; - botanisk_av_1 : A ; - botanist_nn_1 : N ; - botanistspade_nn_1 : N ; - botdag_nn_1 : N ; - botemedel_nn_1 : N ; - botfaerdig_av_1 : A ; - botgoerare_nn_1 : N ; - botgoerelse_nn_1 : N ; - botgoering_nn_1 : N ; - botlig_av_1 : A ; - botswanier_nn_1 : N ; - botswansk_av_1 : A ; - botten_nn_1 : N ; - bottenavlagring_nn_1 : N ; - bottenbjaelke_nn_1 : N ; - bottendaalig_av_1 : A ; - bottendjur_nn_1 : N ; - bottenfaellning_nn_1 : N ; - bottenfaerg_nn_1 : N ; - bottenfast_av_1 : A ; - bottenfock_nn_1 : N ; - bottengarn_nn_1 : N ; - bottenhederlig_av_1 : A ; - bottenkaenning_nn_1 : N ; - bottenkran_nn_1 : N ; - bottenkurs_nn_1 : N ; - bottenlaan_nn_1 : N ; - bottenlaege_nn_1 : N ; - bottenlag_nn_1 : N ; - bottenlevande_av_1 : A ; - bottenloes_av_1 : A ; - bottennapp_nn_1 : N ; - bottenplan_nn_1 : N ; - bottenrekord_nn_1 : N ; - bottenrev_nn_1 : N ; - bottensats_nn_1 : N ; - bottensediment_nn_1 : N ; - bottenskikt_nn_1 : N ; - bottenskvaett_nn_1 : N ; - bottenstock_nn_1 : N ; - bottenvaaning_nn_1 : N ; - bottenvatten_nn_1 : N ; - bottenventil_nn_1 : N ; - bottin_nn_1 : N ; - bottnisk_av_1 : A ; - boudoir_nn_1 : N ; - boulevard_nn_1 : N ; - bouppteckning_nn_1 : N ; - bouquet_nn_1 : N ; - bourgogne_nn_1 : N ; - boutique_nn_1 : N ; - boutredning_nn_1 : N ; - bouzouki_nn_1 : N ; - bov_nn_1 : N ; - bovaktig_av_1 : A ; - boveteplaett_nn_1 : N ; - bovfysionomi_nn_1 : N ; - bovstreck_nn_1 : N ; - bowlare_nn_1 : N ; - bowlinghall_nn_1 : N ; - bowlingklot_nn_1 : N ; - box_nn_1 : N ; - boxare_nn_1 : N ; - boxboll_nn_1 : N ; - boxer_nn_1 : N ; - boxhandske_nn_1 : N ; - boxning_nn_1 : N ; - boxningsmatch_nn_1 : N ; - boxningsring_nn_1 : N ; - boxningstraening_nn_1 : N ; - boyscout_nn_1 : N ; - bra_ab_1 : Adv ; - bra_av_1 : A ; - braack_nn_1 : N ; - braackband_nn_1 : N ; - braad_av_1 : A ; - braaddjup_av_1 : A ; - braadis_ab_1 : Adv ; - braadmogen_av_1 : A ; - braadskande_av_1 : A ; - braak_nn_1 : N ; - braakdel_nn_1 : N ; - braakig_av_1 : A ; - braakmakare_nn_1 : N ; - braakstake_nn_1 : N ; - braakstreck_nn_1 : N ; - braaktal_nn_1 : N ; - braanad_nn_1 : N ; - braattom_ab_1 : Adv ; - brackig_av_1 : A ; - braeckhammare_nn_1 : N ; - braeckjaern_nn_1 : N ; - braeckkorv_nn_1 : N ; - braecklig_av_1 : A ; - braeckt_av_1 : A ; - braeckvatten_nn_1 : N ; - braeda_nn_1 : N ; - braedd_nn_1 : N ; - braeddavlopp_nn_1 : N ; - braeddfull_av_1 : A ; - braeddfylld_av_1 : A ; - braedgaang_nn_1 : N ; - braedgaard_nn_1 : N ; - braedspel_nn_1 : N ; - braekande_nn_1 : N ; - braeken_nn_1 : N ; - braem_nn_1 : N ; - braennaessla_nn_1 : N ; - braennande_av_1 : A ; - braennare_nn_1 : N ; - braennbar_av_1 : A ; - braenneri_nn_1 : N ; - braennglas_nn_1 : N ; - braennhaar_nn_1 : N ; - braennhet_av_1 : A ; - braenning_nn_1 : N ; - braennjaern_nn_1 : N ; - braennkammare_nn_1 : N ; - braennmaerke_nn_1 : N ; - braennmanet_nn_1 : N ; - braennoffer_nn_1 : N ; - braennpunkt_nn_1 : N ; - braennsaar_nn_1 : N ; - braennvidd_nn_1 : N ; - braennvin_nn_1 : N ; - braennvinsadvokat_nn_1 : N ; - braennvinsbas_nn_1 : N ; - braennvinsbraenneri_nn_1 : N ; - braennvinsglas_nn_1 : N ; - braennvinsprovare_nn_1 : N ; - braenslecell_nn_1 : N ; - braenslecellsdriven_av_1 : A ; - braenslecellskonstruktion_nn_1 : N ; - braenslecellskraftverk_nn_1 : N ; - braenslecellstyp_nn_1 : N ; - braensleelement_nn_1 : N ; - braenslefaelt_nn_1 : N ; - braenslefoerraad_nn_1 : N ; - braenslegas_nn_1 : N ; - braenslekanal_nn_1 : N ; - braenslemaetare_nn_1 : N ; - braensleomvandlare_nn_1 : N ; - braenslesnaal_av_1 : A ; - braenslestav_nn_1 : N ; - braensletank_nn_1 : N ; - braensletillaegg_nn_1 : N ; - braesch_nn_1 : N ; - bragd_nn_1 : N ; - brageloefte_nn_1 : N ; - brakfest_nn_1 : N ; - brakmiddag_nn_1 : N ; - brakskit_nn_1 : N ; - braksucce_nn_1 : N ; - brakteat_nn_1 : N ; - brakycefal_av_1 : A ; - brallis_nn_1 : N ; - braman_nn_1 : N ; - bramansk_av_1 : A ; - bramin_nn_1 : N ; - bramsegel_nn_1 : N ; - bramstaang_nn_1 : N ; - brand_nn_1 : N ; - brandalarm_nn_1 : N ; - brandartikel_nn_1 : N ; - brandbefael_nn_1 : N ; - brandbil_nn_1 : N ; - brandbomb_nn_1 : N ; - brandbotten_nn_1 : N ; - brandchef_nn_1 : N ; - branddike_nn_1 : N ; - branddoerr_nn_1 : N ; - brandfackla_nn_1 : N ; - brandfarlig_av_1 : A ; - brandfoersaekringsbolag_nn_1 : N ; - brandgavel_nn_1 : N ; - brandgrav_nn_1 : N ; - brandgul_av_1 : A ; - brandhaerd_nn_1 : N ; - brandhaerdig_av_1 : A ; - brandingenjoer_nn_1 : N ; - brandinspektion_nn_1 : N ; - brandinspektoer_nn_1 : N ; - brandkaar_nn_1 : N ; - brandkaarsutryckning_nn_1 : N ; - brandkapten_nn_1 : N ; - brandlager_nn_1 : N ; - brandlarm_nn_1 : N ; - brandman_nn_1 : N ; - brandmur_nn_1 : N ; - brandorsak_nn_1 : N ; - brandpost_nn_1 : N ; - brandredskap_nn_1 : N ; - brandrest_nn_1 : N ; - brandroer_nn_1 : N ; - brandsaeker_av_1 : A ; - brandsegel_nn_1 : N ; - brandskaap_nn_1 : N ; - brandslaeckare_nn_1 : N ; - brandslang_nn_1 : N ; - brandsoldat_nn_1 : N ; - brandstation_nn_1 : N ; - brandstege_nn_1 : N ; - brandstodsbolag_nn_1 : N ; - brandstyrka_nn_1 : N ; - brandsvamp_nn_1 : N ; - brandsyn_nn_1 : N ; - brandtal_nn_1 : N ; - brandtorn_nn_1 : N ; - brandvakt_ab_1 : Adv ; - brandvakt_nn_1 : N ; - brandvarnare_nn_1 : N ; - bransch_nn_1 : N ; - branschfoerening_nn_1 : N ; - branschraad_nn_1 : N ; - brant_av_1 : A ; - brant_nn_1 : N ; - brasilian_nn_1 : N ; - brasilianare_nn_1 : N ; - brasiliansk_av_1 : A ; - braskande_av_1 : A ; - brasklapp_nn_1 : N ; - brastaendare_nn_1 : N ; - bravad_nn_1 : N ; - bravurnummer_nn_1 : N ; - bravurroll_nn_1 : N ; - braxen_nn_1 : N ; - break_nn_1 : N ; - bred_av_1 : A ; - bredbar_av_1 : A ; - bredbent_av_1 : A ; - bredbladig_av_1 : A ; - bredbraettig_av_1 : A ; - bredd_nn_1 : N ; - breddgrad_nn_1 : N ; - breddidrott_nn_1 : N ; - breddning_nn_1 : N ; - bredmun_nn_1 : N ; - bredmynt_av_1 : A ; - bredrandig_av_1 : A ; - bredsida_nn_1 : N ; - bredskyggig_av_1 : A ; - bredspaarig_av_1 : A ; - bredvid_ab_1 : Adv ; - bretagnare_nn_1 : N ; - bretagnisk_av_1 : A ; - bretagniska_nn_2 : N ; - breton_nn_1 : N ; - bretonsk_av_1 : A ; - bretonska_nn_2 : N ; - brev_nn_1 : N ; - brevbaerare_nn_1 : N ; - brevbomb_nn_1 : N ; - brevfack_nn_1 : N ; - brevfoersaendelse_nn_1 : N ; - brevfraaga_nn_1 : N ; - brevhemlighet_nn_1 : N ; - brevhuvud_nn_1 : N ; - breviarium_nn_1 : N ; - brevinkast_nn_1 : N ; - brevkort_nn_1 : N ; - brevlaadefoeretag_nn_1 : N ; - brevledes_ab_1 : Adv ; - brevoeppnare_nn_1 : N ; - brevpapper_nn_1 : N ; - brevporto_nn_1 : N ; - brevpress_nn_1 : N ; - brevroman_nn_1 : N ; - brevskoerd_nn_1 : N ; - brevskrivare_nn_1 : N ; - brevstaell_nn_1 : N ; - brevstaellare_nn_1 : N ; - brevsvar_nn_1 : N ; - brevtelegram_nn_1 : N ; - brevvaag_nn_1 : N ; - brevvaen_nn_1 : N ; - brevvaexling_nn_1 : N ; - brickband_nn_1 : N ; - brickbord_nn_1 : N ; - brickduk_nn_1 : N ; - bricklunch_nn_1 : N ; - brickplockare_nn_1 : N ; - brickvaevd_av_1 : A ; - bridgebord_nn_1 : N ; - bridong_nn_1 : N ; - bridreaktor_nn_1 : N ; - brigad_nn_1 : N ; - brigadgeneral_nn_1 : N ; - brigadoer_nn_1 : N ; - brigantin_nn_1 : N ; - brigg_nn_1 : N ; - briggsegel_nn_1 : N ; - brikett_nn_1 : N ; - brikettpress_nn_1 : N ; - brikollstoet_nn_1 : N ; - briljant_av_1 : A ; - briljant_nn_1 : N ; - brink_nn_1 : N ; - brinna_vb_1 : V ; - brinnande_av_1 : A ; - bris_nn_1 : N ; - brisad_nn_1 : N ; - brisans_nn_1 : N ; - brisansgranat_nn_1 : N ; - brisant_av_1 : A ; - brisant_nn_1 : N ; - brisken_av_1 : A ; - brissling_nn_1 : N ; - brist_nn_1 : N ; - brista_vb_1 : V ; - bristande_av_1 : A ; - bristfaellig_av_1 : A ; - bristlaege_nn_1 : N ; - bristning_nn_1 : N ; - bristsituation_nn_1 : N ; - bristsjukdom_nn_1 : N ; - bristyrke_nn_1 : N ; - britannisk_av_1 : A ; - brits_nn_1 : N ; - britt_nn_1 : N ; - brittisk_av_1 : A ; - brittsommar_nn_1 : N ; - bro_nn_1 : N ; - broavgift_nn_1 : N ; - brobaenk_nn_1 : N ; - brobelastning_nn_1 : N ; - brock_nn_1 : N ; - brock_nn_2 : N ; - brockband_nn_1 : N ; - brockfaagel_nn_1 : N ; - brodd_nn_1 : N ; - broder_nn_1 : N ; - broderbaage_nn_1 : N ; - broderbok_nn_1 : N ; - broderfolk_nn_1 : N ; - broderi_nn_1 : N ; - brodering_nn_1 : N ; - broderlig_av_1 : A ; - brodernaal_nn_1 : N ; - brodersax_nn_1 : N ; - broderskaerlek_nn_1 : N ; - broderskap_nn_1 : N ; - brodersoem_nn_1 : N ; - brodyr_nn_1 : N ; - broed_nn_1 : N ; - broedbagge_nn_1 : N ; - broedbak_nn_1 : N ; - broedbit_nn_1 : N ; - broedburk_nn_1 : N ; - broedfat_nn_1 : N ; - broedfrukt_nn_1 : N ; - broeding_nn_1 : N ; - broedkant_nn_1 : N ; - broedkavel_nn_1 : N ; - broedkniv_nn_1 : N ; - broedkorg_nn_1 : N ; - broedloes_av_1 : A ; - broednagg_nn_1 : N ; - broedpudding_nn_1 : N ; - broedrafolk_nn_1 : N ; - broedrapar_nn_1 : N ; - broedraskap_nn_1 : N ; - broedrost_nn_1 : N ; - broedsbrytelse_nn_1 : N ; - broedskriveri_nn_1 : N ; - broedspade_nn_1 : N ; - broel_nn_1 : N ; - broellop_nn_1 : N ; - broellopsdag_nn_1 : N ; - broellopsfoto_nn_1 : N ; - broellopsgaest_nn_1 : N ; - broellopsmarsch_nn_1 : N ; - broellopsnatt_nn_1 : N ; - broellopspar_nn_1 : N ; - broellopsvittne_nn_1 : N ; - broest_nn_1 : N ; - broestarv_nn_1 : N ; - broestarvinge_nn_1 : N ; - broestbarn_nn_1 : N ; - broestben_nn_1 : N ; - broestbild_nn_1 : N ; - broestboeld_nn_1 : N ; - broestcancer_nn_1 : N ; - broestgaang_nn_1 : N ; - broestgaenges_ab_1 : Adv ; - broestkaramell_nn_1 : N ; - broestkatarr_nn_1 : N ; - broestkoertel_nn_1 : N ; - broestkorg_nn_1 : N ; - broestlapp_nn_1 : N ; - broestmaatt_nn_1 : N ; - broestmur_nn_1 : N ; - broestmuskel_nn_1 : N ; - broestning_nn_1 : N ; - broestparti_nn_1 : N ; - broestpump_nn_1 : N ; - broestregister_nn_1 : N ; - broestsimmare_nn_1 : N ; - broestskydd_nn_1 : N ; - broestton_nn_1 : N ; - broestvaern_nn_1 : N ; - broestvidd_nn_1 : N ; - broet_nn_1 : N ; - broethake_nn_1 : N ; - broetling_nn_1 : N ; - brohuvud_nn_1 : N ; - broiler_nn_1 : N ; - brok_nn_1 : N ; - brokad_nn_1 : N ; - brokanal_nn_1 : N ; - brokar_nn_1 : N ; - brokbladig_av_1 : A ; - brokblommig_av_1 : A ; - brokig_av_1 : A ; - brokspett_nn_1 : N ; - bromfoergiftning_nn_1 : N ; - bromid_nn_1 : N ; - broms_nn_1 : N ; - bromsare_nn_1 : N ; - bromsback_nn_1 : N ; - bromsband_nn_1 : N ; - bromsbelaegg_nn_1 : N ; - bromsblock_nn_1 : N ; - bromscylinder_nn_1 : N ; - bromsgaller_nn_1 : N ; - bromsilverpapper_nn_1 : N ; - bromsklaff_nn_1 : N ; - bromskloss_nn_1 : N ; - bromsljus_nn_1 : N ; - bromsning_nn_1 : N ; - bromsolja_nn_1 : N ; - bromspedal_nn_1 : N ; - bromsraket_nn_1 : N ; - bromsskaerm_nn_1 : N ; - bromssko_nn_1 : N ; - bromsspaar_nn_1 : N ; - bromssystem_nn_1 : N ; - bromsvaetska_nn_1 : N ; - bromsvagn_nn_1 : N ; - bronkit_nn_1 : N ; - bronkografi_nn_1 : N ; - bronkoskop_nn_1 : N ; - bronkoskopi_nn_1 : N ; - brons_nn_1 : N ; - brons_nn_2 : N ; - bronsaaldersfynd_nn_1 : N ; - bronsmaerke_nn_1 : N ; - bronsmedalj_nn_1 : N ; - bropelare_nn_1 : N ; - bropeng_nn_1 : N ; - bropenning_nn_1 : N ; - brorsarv_nn_1 : N ; - brorsbarn_nn_1 : N ; - brorsdotter_nn_1 : N ; - brorskaal_nn_1 : N ; - brorslott_nn_1 : N ; - brorson_nn_1 : N ; - brorsskaal_nn_1 : N ; - brosch_nn_1 : N ; - broschyr_nn_1 : N ; - brosk_nn_1 : N ; - broskfisk_nn_1 : N ; - broskhinna_nn_1 : N ; - broskskivling_nn_1 : N ; - brosksvamp_nn_1 : N ; - broskvaevnad_nn_1 : N ; - broskverk_nn_1 : N ; - broslagning_nn_1 : N ; - brosme_nn_1 : N ; - brospann_nn_1 : N ; - brotsch_nn_1 : N ; - brott_nn_1 : N ; - brottare_nn_1 : N ; - brottmaal_nn_1 : N ; - brottning_nn_1 : N ; - brottningsgrepp_nn_1 : N ; - brottningsmatch_nn_1 : N ; - brottsfoerebyggande_av_1 : A ; - brottsjoe_nn_1 : N ; - brottslig_av_1 : A ; - brottslighet_nn_1 : N ; - brottsling_nn_1 : N ; - brottsplats_nn_1 : N ; - brottsrekvisit_nn_1 : N ; - brottsrubricering_nn_1 : N ; - brottstillfaelle_nn_1 : N ; - brottsutredning_nn_1 : N ; - brovalv_nn_1 : N ; - browning_nn_1 : N ; - bruckel_nn_1 : N ; - brud_nn_1 : N ; - brudand_nn_1 : N ; - brudbukett_nn_1 : N ; - brudfoto_nn_1 : N ; - brudgum_nn_1 : N ; - brudklaenning_nn_1 : N ; - brudkoep_nn_1 : N ; - brudnaebb_nn_1 : N ; - brudpaell_nn_1 : N ; - brudpall_nn_1 : N ; - brudpar_nn_1 : N ; - brudrov_nn_1 : N ; - brudsaeng_nn_1 : N ; - brudsloeja_nn_1 : N ; - brudsporre_nn_1 : N ; - brudstol_nn_1 : N ; - brugd_nn_1 : N ; - bruk_nn_1 : N ; - brukare_nn_1 : N ; - brukbar_av_1 : A ; - bruklig_av_1 : A ; - bruklighet_nn_1 : N ; - brukningsenhet_nn_1 : N ; - bruksanvisning_nn_1 : N ; - bruksartikel_nn_1 : N ; - bruksdisponent_nn_1 : N ; - bruksdjur_nn_1 : N ; - bruksfoeremaal_nn_1 : N ; - brukshund_nn_1 : N ; - brukslagare_nn_1 : N ; - brukspatron_nn_1 : N ; - bruksvaerde_nn_1 : N ; - brulepudding_nn_1 : N ; - brumbas_nn_1 : N ; - brumbjoern_nn_1 : N ; - brumkoer_nn_1 : N ; - brummare_nn_1 : N ; - brun_av_1 : A ; - brunaktig_av_1 : A ; - brunalg_nn_1 : N ; - brunbaer_nn_1 : N ; - brunbraend_av_1 : A ; - brunch_nn_1 : N ; - brunett_av_1 : A ; - brunhaarig_av_1 : A ; - brunkol_nn_1 : N ; - brunn_nn_1 : N ; - brunnshus_nn_1 : N ; - brunnskar_nn_1 : N ; - brunnskur_nn_1 : N ; - brunnsort_nn_1 : N ; - brunnssvaengel_nn_1 : N ; - brunnsvatten_nn_1 : N ; - brunoegd_av_1 : A ; - brunoert_nn_1 : N ; - brunroed_av_1 : A ; - brunstig_av_1 : A ; - brunsvart_av_1 : A ; - brunte_nn_1 : N ; - brushane_nn_1 : N ; - brushuvud_nn_1 : N ; - brustablett_nn_1 : N ; - brusten_av_1 : A ; - brutal_av_1 : A ; - brutalitet_nn_1 : N ; - brutto_ab_1 : Adv ; - brutto_nn_1 : N ; - bruttobehaallning_nn_1 : N ; - bruttodraektighet_nn_1 : N ; - bruttoformel_nn_1 : N ; - bruttoinkomst_nn_1 : N ; - bruttoloen_nn_1 : N ; - bruttonationalprodukt_nn_1 : N ; - bruttopris_nn_1 : N ; - bruttoregisterton_nn_1 : N ; - brydd_av_1 : A ; - bryderi_nn_1 : N ; - brydsam_av_1 : A ; - brygd_nn_1 : N ; - bryggare_nn_1 : N ; - bryggeri_nn_1 : N ; - brygghus_nn_1 : N ; - bryggmald_av_1 : A ; - bryggmalen_av_1 : A ; - bryggvaag_nn_1 : N ; - brylaa_nn_1 : N ; - brylepudding_nn_1 : N ; - brylling_nn_1 : N ; - bryn_nn_1 : N ; - brynja_nn_1 : N ; - brynstaal_nn_1 : N ; - brynsten_nn_1 : N ; - bryolog_nn_1 : N ; - brysk_av_1 : A ; - brysselspets_nn_1 : N ; - bryta_vb_1 : V ; - bryte_nn_1 : N ; - brytning_nn_1 : N ; - brytningsaar_nn_1 : N ; - brytningsexponent_nn_1 : N ; - brytningsfel_nn_1 : N ; - brytningsindex_nn_1 : N ; - brytningspunkt_nn_1 : N ; - brytningstid_nn_1 : N ; - brytningsvinkel_nn_1 : N ; - brytpunkt_nn_1 : N ; - brytvapen_nn_1 : N ; - bubbelgum_nn_1 : N ; - bubbelkammare_nn_1 : N ; - bubbelpool_nn_1 : N ; - bubbla_nn_1 : N ; - bubblig_av_1 : A ; - bubon_nn_1 : N ; - buckla_nn_1 : N ; - bucklig_av_1 : A ; - bud_nn_1 : N ; - budbaerare_nn_1 : N ; - budbyraa_nn_1 : N ; - buddist_nn_1 : N ; - buddistisk_av_1 : A ; - budget_nn_1 : N ; - budgetaar_nn_1 : N ; - budgetaer_av_1 : A ; - budgetoeverskott_nn_1 : N ; - budgetproposition_nn_1 : N ; - budgetunderskott_nn_1 : N ; - budgivning_nn_1 : N ; - budkavel_nn_1 : N ; - budkavle_nn_1 : N ; - budoar_nn_1 : N ; - budord_nn_1 : N ; - budskap_nn_1 : N ; - buff_nn_1 : N ; - buffaopera_nn_1 : N ; - buffe_nn_1 : N ; - buffel_nn_1 : N ; - buffelaktig_av_1 : A ; - buffelhjord_nn_1 : N ; - buffert_nn_1 : N ; - buffertkapacitet_nn_1 : N ; - buffertlager_nn_1 : N ; - buffertloesning_nn_1 : N ; - buffertstat_nn_1 : N ; - bufflig_av_1 : A ; - bugning_nn_1 : N ; - buk_nn_1 : N ; - bukett_nn_1 : N ; - bukformig_av_1 : A ; - bukgjord_nn_1 : N ; - bukhinna_nn_1 : N ; - bukhinneinflammation_nn_1 : N ; - bukig_av_1 : A ; - bukmuskel_nn_1 : N ; - bukolisk_av_1 : A ; - bukspottkoertel_nn_1 : N ; - bukstinn_av_1 : A ; - buksvaager_nn_1 : N ; - bukt_ab_1 : Adv ; - bukt_nn_1 : N ; - buktalare_nn_1 : N ; - buktig_av_1 : A ; - bukvaegg_nn_1 : N ; - bulb_nn_1 : N ; - bulbjaern_nn_1 : N ; - bulevard_nn_1 : N ; - bulgar_nn_1 : N ; - bulgarisk_av_1 : A ; - bulgariska_nn_2 : N ; - buljong_nn_1 : N ; - buljongben_nn_1 : N ; - buljongtaerning_nn_1 : N ; - bulkfartyg_nn_1 : N ; - bulklast_nn_1 : N ; - bulklastare_nn_1 : N ; - bulkmedel_nn_1 : N ; - bulldogg_nn_1 : N ; - bulldozer_nn_1 : N ; - bulle_nn_1 : N ; - buller_nn_1 : N ; - bullerbas_nn_1 : N ; - bullerblomster_nn_1 : N ; - bullersam_av_1 : A ; - bullersten_nn_1 : N ; - bulletin_nn_1 : N ; - bullig_av_1 : A ; - bullrig_av_1 : A ; - bulnad_nn_1 : N ; - bulsig_av_1 : A ; - bult_nn_1 : N ; - bultpistol_nn_1 : N ; - bultsax_nn_1 : N ; - bulvan_nn_1 : N ; - bumerang_nn_1 : N ; - bumling_nn_1 : N ; - bums_ab_1 : Adv ; - bunden_av_1 : A ; - bundsfoervant_nn_1 : N ; - bungalow_nn_1 : N ; - bunke_nn_1 : N ; - bunker_nn_1 : N ; - bunsenbraennare_nn_1 : N ; - bunt_nn_1 : N ; - buntmakare_nn_1 : N ; - bur_nn_1 : N ; - burbrev_nn_1 : N ; - burdus_av_1 : A ; - burfaagel_nn_1 : N ; - burgare_nn_1 : N ; - burgen_av_1 : A ; - burgunder_nn_1 : N ; - burk_nn_1 : N ; - burkoel_nn_1 : N ; - burkoeppnare_nn_1 : N ; - burlesk_av_1 : A ; - burlesk_nn_1 : N ; - burleskeri_nn_1 : N ; - burman_nn_1 : N ; - burmanska_nn_2 : N ; - burmes_nn_1 : N ; - burnus_nn_1 : N ; - burr_nn_1 : N ; - burrig_av_1 : A ; - burschikos_av_1 : A ; - burspraak_nn_1 : N ; - burundier_nn_1 : N ; - burundisk_av_1 : A ; - buse_nn_1 : N ; - busfason_nn_1 : N ; - busfroe_nn_1 : N ; - bushman_nn_1 : N ; - busig_av_1 : A ; - business_nn_1 : N ; - buskablyg_av_1 : A ; - buskage_nn_1 : N ; - buske_nn_1 : N ; - buskig_av_1 : A ; - buskliknande_av_1 : A ; - buskoerning_nn_1 : N ; - busksly_nn_1 : N ; - buss_nn_1 : N ; - bussarong_nn_1 : N ; - busschauffoer_nn_1 : N ; - bussfoerbindelse_nn_1 : N ; - busshaallplats_nn_1 : N ; - bussig_av_1 : A ; - busskort_nn_1 : N ; - busslast_nn_1 : N ; - busslinje_nn_1 : N ; - bussning_nn_1 : N ; - busunge_nn_1 : N ; - busvissling_nn_1 : N ; - butan_nn_1 : N ; - butelj_nn_1 : N ; - buteljborste_nn_1 : N ; - buteljbotten_nn_1 : N ; - buteljering_nn_1 : N ; - buteljgroen_av_1 : A ; - butik_nn_1 : N ; - butiksbitraede_nn_1 : N ; - butikskedja_nn_1 : N ; - butiksstaengningslag_nn_1 : N ; - butler_nn_1 : N ; - butter_av_1 : A ; - butyl_nn_1 : N ; - buxbom_nn_1 : N ; - by_nn_1 : N ; - byaeldste_nn_1 : N ; - byalag_nn_1 : N ; - byamaal_nn_1 : N ; - byfaane_nn_1 : N ; - byffe_nn_1 : N ; - byfogde_nn_1 : N ; - bygd_nn_1 : N ; - bygdeborg_nn_1 : N ; - bygdegaard_nn_1 : N ; - bygdemaal_nn_1 : N ; - bygel_nn_1 : N ; - bygelhaest_nn_1 : N ; - bygelhorn_nn_1 : N ; - bygellaas_nn_1 : N ; - byggarbetare_nn_1 : N ; - byggare_nn_1 : N ; - byggelement_nn_1 : N ; - byggherre_nn_1 : N ; - byggkloss_nn_1 : N ; - bygglag_nn_1 : N ; - bygglekplats_nn_1 : N ; - bygglov_nn_1 : N ; - byggmaestare_nn_1 : N ; - byggmaterial_nn_1 : N ; - byggnad_nn_1 : N ; - byggnadsarbetare_nn_1 : N ; - byggnadsindustri_nn_1 : N ; - byggnadskonstruktion_nn_1 : N ; - byggnadskontor_nn_1 : N ; - byggnadskredit_nn_1 : N ; - byggnadskreditiv_nn_1 : N ; - byggnadslaan_nn_1 : N ; - byggnadslov_nn_1 : N ; - byggnadsmaterial_nn_1 : N ; - byggnadsminne_nn_1 : N ; - byggnadsnaemnd_nn_1 : N ; - byggnadsplan_nn_1 : N ; - byggnadssnickare_nn_1 : N ; - byggnadsstaellning_nn_1 : N ; - byggnadssten_nn_1 : N ; - byggnadsstil_nn_1 : N ; - byggnadsstyrelse_nn_1 : N ; - byggnadstillstaand_nn_1 : N ; - byggnadsverk_nn_1 : N ; - byggning_nn_1 : N ; - byggsats_nn_1 : N ; - byggstart_nn_1 : N ; - byggsten_nn_1 : N ; - byggstopp_nn_1 : N ; - byggtork_nn_1 : N ; - byhus_nn_1 : N ; - byig_av_1 : A ; - byk_nn_1 : N ; - byling_nn_1 : N ; - bylsig_av_1 : A ; - bymoln_nn_1 : N ; - byomraade_nn_1 : N ; - byordning_nn_1 : N ; - byraa_nn_1 : N ; - byraa_nn_2 : N ; - byraaassistent_nn_1 : N ; - byraachef_nn_1 : N ; - byraadirektoer_nn_1 : N ; - byraakrat_nn_1 : N ; - byraakrati_nn_1 : N ; - byraakratisk_av_1 : A ; - byraasekreterare_nn_1 : N ; - byrett_nn_1 : N ; - bysamfaellighet_nn_1 : N ; - bysantin_nn_1 : N ; - bysantinsk_av_1 : A ; - byssja_nn_1 : N ; - byst_nn_1 : N ; - bystaemma_nn_1 : N ; - bystdrottning_nn_1 : N ; - bysthaallare_nn_1 : N ; - bystmaatt_nn_1 : N ; - byte_nn_1 : N ; - byte_nn_2 : N ; - bytesaffaer_nn_1 : N ; - bytesdjur_nn_1 : N ; - byteslaegenhet_nn_1 : N ; - bytesmedel_nn_1 : N ; - bytesobjekt_nn_1 : N ; - bytesvaerde_nn_1 : N ; - byting_nn_1 : N ; - byx_nn_1 : N ; - byxbak_nn_1 : N ; - byxben_nn_1 : N ; - byxdraekt_nn_1 : N ; - byxdress_nn_1 : N ; - byxholk_nn_1 : N ; - byxis_av_1 : A ; - byxkjol_nn_1 : N ; - cab_nn_1 : N ; - cabb_nn_1 : N ; - cabriolet_nn_1 : N ; - caddie_nn_1 : N ; - cafe_nn_1 : N ; - callgirl_nn_1 : N ; - calmettevaccinering_nn_1 : N ; - camouflage_nn_1 : N ; - camp_av_1 : A ; - campare_nn_1 : N ; - camping_nn_1 : N ; - campingplats_nn_1 : N ; - campus_nn_1 : N ; - cancer_nn_1 : N ; - cancerfall_nn_1 : N ; - cancerfara_nn_1 : N ; - cancerform_nn_1 : N ; - cancerforskare_nn_1 : N ; - cancerforskning_nn_1 : N ; - cancerframkallande_av_1 : A ; - cancerogen_av_1 : A ; - cancerrisk_nn_1 : N ; - cancersvulst_nn_1 : N ; - candela_nn_1 : N ; - cape_nn_1 : N ; - cappuccino_nn_1 : N ; - carcinogen_nn_1 : N ; - cardigan_nn_1 : N ; - cash_ab_1 : Adv ; - cash_nn_1 : N ; - caterpillar_nn_1 : N ; - ceder_nn_1 : N ; - cedilj_nn_1 : N ; - celeber_av_1 : A ; - celebritet_nn_1 : N ; - celest_av_1 : A ; - celibat_nn_1 : N ; - cell_nn_1 : N ; - celldelning_nn_1 : N ; - cellfaengelse_nn_1 : N ; - cellgift_nn_1 : N ; - cellgranne_nn_1 : N ; - cellist_nn_1 : N ; - cellkamrat_nn_1 : N ; - cellmembran_nn_1 : N ; - cello_nn_1 : N ; - cellplasma_nn_1 : N ; - cellsjok_nn_1 : N ; - cellskikt_nn_1 : N ; - cellspaenning_nn_1 : N ; - cellstraff_nn_1 : N ; - cellstruktur_nn_1 : N ; - celltraad_nn_1 : N ; - celltyp_nn_1 : N ; - cellulaer_av_1 : A ; - cellulosaindustri_nn_1 : N ; - cellulosalack_nn_1 : N ; - cellulosamolekyl_nn_1 : N ; - cellulosanitrat_nn_1 : N ; - cellulosaplast_nn_1 : N ; - cellvaegg_nn_1 : N ; - celsiusgrad_nn_1 : N ; - celsiustermometer_nn_1 : N ; - celt_nn_1 : N ; - cembalist_nn_1 : N ; - cembalo_nn_1 : N ; - cementblandare_nn_1 : N ; - cementering_nn_1 : N ; - cenakel_nn_1 : N ; - cendre_av_1 : A ; - censor_nn_1 : N ; - census_nn_1 : N ; - cent_nn_1 : N ; - centaur_nn_1 : N ; - center_nn_1 : N ; - center_nn_2 : N ; - centerback_nn_1 : N ; - centerbord_nn_1 : N ; - centerforward_nn_1 : N ; - centerhalv_nn_1 : N ; - centerparti_nn_1 : N ; - centerpartist_nn_1 : N ; - centiliter_nn_1 : N ; - centilong_nn_1 : N ; - centimeter_nn_1 : N ; - centner_nn_1 : N ; - central_av_1 : A ; - centralafrikan_nn_1 : N ; - centralafrikansk_av_1 : A ; - centralamerikansk_av_1 : A ; - centralanstalt_nn_1 : N ; - centralantenn_nn_1 : N ; - centralbank_nn_1 : N ; - centralbyggnad_nn_1 : N ; - centralbyraa_nn_1 : N ; - centralenhet_nn_1 : N ; - centraleuropeisk_av_1 : A ; - centralfoerbund_nn_1 : N ; - centralfoervaltning_nn_1 : N ; - centralgestalt_nn_1 : N ; - centralisering_nn_1 : N ; - centralistisk_av_1 : A ; - centralkommitte_nn_1 : N ; - centralkontor_nn_1 : N ; - centralkyrka_nn_1 : N ; - centrallasarett_nn_1 : N ; - centrallyrisk_av_1 : A ; - centralmakt_nn_1 : N ; - centralnaemnd_nn_1 : N ; - centralorganisation_nn_1 : N ; - centralort_nn_1 : N ; - centralregering_nn_1 : N ; - centralroerelse_nn_1 : N ; - centralstation_nn_1 : N ; - centralstimulantia_nn_1 : N ; - centralstimulerande_av_1 : A ; - centralstyrd_av_1 : A ; - centralstyrelse_nn_1 : N ; - centrifug_nn_1 : N ; - centrifugal_av_1 : A ; - centrifugalpump_nn_1 : N ; - centripetal_av_1 : A ; - centrisk_av_1 : A ; - centrum_nn_1 : N ; - centumspraak_nn_1 : N ; - cerat_nn_1 : N ; - cerebral_av_1 : A ; - cerebrospinal_av_1 : A ; - ceremoni_nn_1 : N ; - ceremoniel_nn_1 : N ; - ceremoniell_av_1 : A ; - ceremonimaestare_nn_1 : N ; - ceremonioes_av_1 : A ; - cerise_av_1 : A ; - cerise_nn_1 : N ; - cernering_nn_1 : N ; - cert_nn_1 : N ; - certeparti_nn_1 : N ; - certifikat_nn_1 : N ; - cesarisk_av_1 : A ; - cession_nn_1 : N ; - cesur_nn_1 : N ; - champagneglas_nn_1 : N ; - champagnekork_nn_1 : N ; - champinjon_nn_1 : N ; - champinjonbaedd_nn_1 : N ; - champion_nn_1 : N ; - championat_nn_1 : N ; - changemang_nn_1 : N ; - chans_nn_1 : N ; - chansloes_av_1 : A ; - chansning_nn_1 : N ; - chanson_nn_1 : N ; - chansonett_nn_1 : N ; - chanstagare_nn_1 : N ; - chanstagning_nn_1 : N ; - chapeau_claque_nn_1 : N ; - char_nn_1 : N ; - charabang_nn_1 : N ; - charad_nn_1 : N ; - charge_d'27affaires_nn_1 : N ; - charge_nn_1 : N ; - charkuteri_nn_1 : N ; - charkuterist_nn_1 : N ; - charlatan_nn_1 : N ; - charmant_av_1 : A ; - charmfull_av_1 : A ; - charmig_av_1 : A ; - charmkurs_nn_1 : N ; - charmloes_av_1 : A ; - charmoer_nn_1 : N ; - charmoffensiv_nn_1 : N ; - charmtroll_nn_1 : N ; - charner_nn_1 : N ; - chartreuse_nn_1 : N ; - chassi_nn_1 : N ; - chateaubriand_nn_1 : N ; - chauffoer_nn_1 : N ; - chausse_nn_1 : N ; - chauvinist_nn_1 : N ; - chauvinistisk_av_1 : A ; - check_nn_1 : N ; - checkhaefte_nn_1 : N ; - checkkonto_nn_1 : N ; - checkkredit_nn_1 : N ; - checkraekning_nn_1 : N ; - cheddarost_nn_1 : N ; - chef_nn_1 : N ; - chefredaktoer_nn_1 : N ; - chefsideolog_nn_1 : N ; - chefstjaensteman_nn_1 : N ; - chemis_nn_1 : N ; - chemisett_nn_1 : N ; - chevaleresk_av_1 : A ; - chevelyr_nn_1 : N ; - cheviot_nn_1 : N ; - chic_av_1 : A ; - chiffer_nn_1 : N ; - chiffernyckel_nn_1 : N ; - chiffong_nn_1 : N ; - chiffonje_nn_1 : N ; - chikan_nn_1 : N ; - chilen_nn_1 : N ; - chilenare_nn_1 : N ; - chilensk_av_1 : A ; - chimaer_nn_1 : N ; - chinjong_nn_1 : N ; - chips_nn_1 : N ; - chock_nn_1 : N ; - chockbehandling_nn_1 : N ; - chockrosa_av_1 : A ; - choke_nn_1 : N ; - choklad_nn_1 : N ; - chokladbit_nn_1 : N ; - chokladpudding_nn_1 : N ; - chosefri_av_1 : A ; - chosig_av_1 : A ; - chuck_nn_1 : N ; - ciceron_nn_1 : N ; - cif_ab_1 : Adv ; - cigarett_nn_1 : N ; - cigarettaendare_nn_1 : N ; - cigarettfimp_nn_1 : N ; - cigarettpaket_nn_1 : N ; - cigarettroek_nn_1 : N ; - cigarill_nn_1 : N ; - cigarr_nn_1 : N ; - cigarrcigarett_nn_1 : N ; - cigarrett_nn_1 : N ; - cigarrettaendare_nn_1 : N ; - cigarrettfimp_nn_1 : N ; - cigarrettpaket_nn_1 : N ; - ciklidfisk_nn_1 : N ; - ciliarkropp_nn_1 : N ; - ciliarmuskel_nn_1 : N ; - cilie_nn_1 : N ; - cineast_nn_1 : N ; - cinematek_nn_1 : N ; - cirka_ab_1 : Adv ; - cirkapris_nn_1 : N ; - cirkel_nn_1 : N ; - cirkelbaage_nn_1 : N ; - cirkelben_nn_1 : N ; - cirkelbevis_nn_1 : N ; - cirkeldefinition_nn_1 : N ; - cirkelledare_nn_1 : N ; - cirkelperiferi_nn_1 : N ; - cirkelprocess_nn_1 : N ; - cirkelroerelse_nn_1 : N ; - cirkelrund_av_1 : A ; - cirkelsaag_nn_1 : N ; - cirkelsegment_nn_1 : N ; - cirkelsektor_nn_1 : N ; - cirkelslut_nn_1 : N ; - cirkulaer_av_1 : A ; - cirkulaer_nn_1 : N ; - cirkulaerledare_nn_1 : N ; - cirkulationsplats_nn_1 : N ; - cirkulationspump_nn_1 : N ; - cirkulationsrubbning_nn_1 : N ; - cirkumflex_nn_1 : N ; - cirkumpolaer_av_1 : A ; - cirkumpolar_av_1 : A ; - cirkus_nn_1 : N ; - cirkusarena_nn_1 : N ; - cirkusartist_nn_1 : N ; - cirkusdjur_nn_1 : N ; - cirkusmanege_nn_1 : N ; - cirkusnummer_nn_1 : N ; - cirrusmoln_nn_1 : N ; - cisalpinsk_av_1 : A ; - ciseloer_nn_1 : N ; - ciss_nn_1 : N ; - cissus_nn_1 : N ; - cisterciens_nn_1 : N ; - cisterciensorden_nn_1 : N ; - cistern_nn_1 : N ; - citadell_nn_1 : N ; - citat_nn_1 : N ; - citation_nn_1 : N ; - citationstecken_nn_1 : N ; - citatord_nn_1 : N ; - citrin_nn_1 : N ; - citron_nn_1 : N ; - citronfjaeril_nn_1 : N ; - citrongul_av_1 : A ; - citronlaesk_nn_1 : N ; - citronskal_nn_1 : N ; - citrus_nn_1 : N ; - citrusfrukt_nn_1 : N ; - cittra_nn_1 : N ; - city_nn_1 : N ; - citydress_nn_1 : N ; - civil_av_1 : A ; - civilaektenskap_nn_1 : N ; - civilbegravning_nn_1 : N ; - civilekonom_nn_1 : N ; - civilingenjoer_nn_1 : N ; - civilisation_nn_1 : N ; - civilisatorisk_av_1 : A ; - civilist_nn_1 : N ; - civilklaedd_av_1 : A ; - civillag_nn_1 : N ; - civilmaal_nn_1 : N ; - civilmilitaer_av_1 : A ; - civilmilitaer_nn_1 : N ; - civilprocess_nn_1 : N ; - civilstaand_nn_1 : N ; - civilstat_nn_1 : N ; - clairobscur_nn_1 : N ; - clairvoyance_nn_1 : N ; - clairvoyant_av_1 : A ; - clematis_nn_1 : N ; - clementin_nn_1 : N ; - clips_nn_1 : N ; - clitoris_nn_1 : N ; - cloisonvaegg_nn_1 : N ; - cloque_nn_1 : N ; - clown_nn_1 : N ; - clowneri_nn_1 : N ; - club_blazer_nn_1 : N ; - clubstek_nn_1 : N ; - coach_nn_1 : N ; - cockerspaniel_nn_1 : N ; - cockpit_nn_1 : N ; - cocktail_nn_1 : N ; - cocktailbaer_nn_1 : N ; - cocktailparty_nn_1 : N ; - codex_nn_1 : N ; - collage_nn_1 : N ; - college_nn_1 : N ; - collie_nn_1 : N ; - collier_nn_1 : N ; - colombian_nn_1 : N ; - colombiansk_av_1 : A ; - colombianska_nn_1 : N ; - come_back_nn_1 : N ; - comeback_nn_1 : N ; - commando_nn_1 : N ; - commandotrupp_nn_1 : N ; - comme_il_faut_ab_1 : Adv ; - comorier_nn_1 : N ; - comorisk_av_1 : A ; - conferencier_nn_1 : N ; - consomme_nn_1 : N ; - container_nn_1 : N ; - contortatall_nn_1 : N ; - cool_av_1 : A ; - copywriter_nn_1 : N ; - cornichon_nn_1 : N ; - coronacell_nn_1 : N ; - corps_de_logi_nn_1 : N ; - corpus_nn_1 : N ; - cortege_nn_1 : N ; - cortical_av_1 : A ; - cortison_nn_1 : N ; - cosinus_nn_1 : N ; - costarican_nn_1 : N ; - costaricansk_av_1 : A ; - cotangent_nn_1 : N ; - coulomb_nn_1 : N ; - coupe_nn_1 : N ; - cowboy_nn_1 : N ; - crazy_av_1 : A ; - credo_nn_1 : N ; - creme_nn_1 : N ; - crepe_nn_1 : N ; - crescendo_ab_1 : Adv ; - crescendo_nn_1 : N ; - croissant_nn_1 : N ; - croquis_nn_1 : N ; - crosschecking_nn_1 : N ; - croupier_nn_1 : N ; - cuban_nn_1 : N ; - cubansk_av_1 : A ; - cumulus_nn_1 : N ; - cumuluscell_nn_1 : N ; - cumulusmoln_nn_1 : N ; - cup_nn_1 : N ; - curie_nn_1 : N ; - cyanblaa_av_1 : A ; - cyanid_nn_1 : N ; - cyanobakterie_nn_1 : N ; - cybernetisk_av_1 : A ; - cykel_nn_1 : N ; - cykel_nn_2 : N ; - cykeldaeck_nn_1 : N ; - cykelergometer_nn_1 : N ; - cykelkedja_nn_1 : N ; - cykelpump_nn_1 : N ; - cykelsadel_nn_1 : N ; - cykelslang_nn_1 : N ; - cykelstaell_nn_1 : N ; - cykelstyre_nn_1 : N ; - cykeltaevling_nn_1 : N ; - cykeltrupp_nn_1 : N ; - cykelventil_nn_1 : N ; - cyklamen_nn_1 : N ; - cyklisk_av_1 : A ; - cyklist_nn_1 : N ; - cykloid_nn_1 : N ; - cyklometer_nn_1 : N ; - cyklon_nn_1 : N ; - cyklonfamilj_nn_1 : N ; - cyklop_nn_1 : N ; - cyklop_nn_2 : N ; - cyklopoega_nn_1 : N ; - cyklotron_nn_1 : N ; - cyklotym_av_1 : A ; - cylinder_nn_1 : N ; - cylinderblock_nn_1 : N ; - cylinderhatt_nn_1 : N ; - cylinderlaas_nn_1 : N ; - cylinderpress_nn_1 : N ; - cylindrisk_av_1 : A ; - cymbal_nn_1 : N ; - cyniker_nn_1 : N ; - cynisk_av_1 : A ; - cynism_nn_1 : N ; - cypress_nn_1 : N ; - cypriot_nn_1 : N ; - cypriotisk_av_1 : A ; - cystoskop_nn_1 : N ; - cystoskopi_nn_1 : N ; - cytologisk_av_1 : A ; - daa_ab_1 : Adv ; - daad_nn_1 : N ; - daadrafroe_nn_1 : N ; - daafoertiden_ab_1 : Adv ; - daalig_av_1 : A ; - daalighet_nn_1 : N ; - daamera_ab_1 : Adv ; - daan_nn_1 : N ; - daandimpen_ab_1 : Adv ; - daaraktig_av_1 : A ; - daare_nn_1 : N ; - daarfink_nn_1 : N ; - daarhus_nn_1 : N ; - daarskap_nn_1 : N ; - daasig_av_1 : A ; - daasighet_nn_1 : N ; - daatida_av_1 : A ; - daavarande_av_1 : A ; - dadaist_nn_1 : N ; - dadaistisk_av_1 : A ; - dadel_nn_1 : N ; - dadelpalm_nn_1 : N ; - daeck_nn_1 : N ; - daeckel_nn_1 : N ; - daecker_nn_1 : N ; - daeckslast_nn_1 : N ; - daecksmanskap_nn_1 : N ; - daedan_ab_1 : Adv ; - daeggdjur_nn_1 : N ; - daeggdjursgrupp_nn_1 : N ; - daeggdjurstand_nn_1 : N ; - daeggdjurstyp_nn_1 : N ; - daeggdjursunge_nn_1 : N ; - daeld_nn_1 : N ; - daemmare_nn_1 : N ; - daemme_nn_1 : N ; - daemning_nn_1 : N ; - daempare_nn_1 : N ; - daempbox_nn_1 : N ; - daempning_nn_1 : N ; - daen_ab_1 : Adv ; - daer_ab_1 : Adv ; - daeraat_ab_1 : Adv ; - daerav_ab_1 : Adv ; - daerborta_ab_1 : Adv ; - daerefter_ab_1 : Adv ; - daeremellan_ab_1 : Adv ; - daeremot_ab_1 : Adv ; - daerfoer_ab_1 : Adv ; - daerfoere_ab_1 : Adv ; - daerfoerinnan_ab_1 : Adv ; - daerfoerutan_ab_1 : Adv ; - daerhaen_ab_1 : Adv ; - daerhemma_ab_1 : Adv ; - daeri_ab_1 : Adv ; - daeribland_ab_1 : Adv ; - daerifraan_ab_1 : Adv ; - daerigenom_ab_1 : Adv ; - daerinne_ab_1 : Adv ; - daerjaemte_ab_1 : Adv ; - daermed_ab_1 : Adv ; - daernaest_ab_1 : Adv ; - daernedanfoer_ab_1 : Adv ; - daernere_ab_1 : Adv ; - daeroever_ab_1 : Adv ; - daerom_ab_1 : Adv ; - daerpaa_ab_1 : Adv ; - daerstaedes_ab_1 : Adv ; - daertill_ab_1 : Adv ; - daerunder_ab_1 : Adv ; - daeruppe_ab_1 : Adv ; - daerutav_ab_1 : Adv ; - daerute_ab_1 : Adv ; - daerutinnan_ab_1 : Adv ; - daerutoever_ab_1 : Adv ; - daervid_ab_1 : Adv ; - daervidlag_ab_1 : Adv ; - daest_av_1 : A ; - daeven_av_1 : A ; - daevert_nn_1 : N ; - daexel_nn_1 : N ; - dag_nn_1 : N ; - dagakarl_nn_1 : N ; - dagaktiv_av_1 : A ; - dagavdelning_nn_1 : N ; - dagbarn_nn_1 : N ; - dagbarnvaardare_nn_1 : N ; - dagbefael_nn_1 : N ; - dagblad_nn_1 : N ; - dagblind_av_1 : A ; - dagbok_nn_1 : N ; - dagbraeckning_nn_1 : N ; - dagbrott_nn_1 : N ; - dagbrytning_nn_1 : N ; - dagcentral_nn_1 : N ; - dagcentrum_nn_1 : N ; - dagdjur_nn_1 : N ; - dagdrivare_nn_1 : N ; - dagdroem_nn_1 : N ; - dagdroemmare_nn_1 : N ; - dagdroemmeri_nn_1 : N ; - dagenefterstaemning_nn_1 : N ; - dager_nn_1 : N ; - dagerrotyp_nn_1 : N ; - dagerrotypi_nn_1 : N ; - dagfjaeril_nn_1 : N ; - dagg_nn_2 : N ; - daggdroppe_nn_1 : N ; - daggert_nn_1 : N ; - daggfrisk_av_1 : A ; - daggig_av_1 : A ; - daggmask_nn_1 : N ; - daggpunkt_nn_1 : N ; - daghavande_av_1 : A ; - daghavande_nn_1 : N ; - daghem_nn_1 : N ; - dagis_nn_1 : N ; - dagkarl_nn_1 : N ; - daglig_av_1 : A ; - dagligdags_ab_1 : Adv ; - dagligen_ab_1 : Adv ; - dagligstuga_nn_1 : N ; - dagloen_nn_1 : N ; - dagloenare_nn_1 : N ; - dagmamma_nn_1 : N ; - dago_nn_1 : N ; - dagoeppning_nn_1 : N ; - dagofficer_nn_1 : N ; - dagorder_nn_1 : N ; - dagordning_nn_1 : N ; - dagort_nn_1 : N ; - dagpenning_nn_1 : N ; - dagrum_nn_1 : N ; - dags_ab_1 : Adv ; - dagsaktuell_av_1 : A ; - dagsbehov_nn_1 : N ; - dagsbot_nn_1 : N ; - dagsedel_nn_1 : N ; - dagsens_av_1 : A ; - dagskassa_nn_1 : N ; - dagsled_nn_1 : N ; - dagsmarsch_nn_1 : N ; - dagsranson_nn_1 : N ; - dagstemperatur_nn_1 : N ; - dagstidning_nn_1 : N ; - dagsverkare_nn_1 : N ; - dagtid_nn_1 : N ; - dagtraktamente_nn_1 : N ; - dagvatten_nn_1 : N ; - dakapo_ab_1 : Adv ; - dakapo_nn_1 : N ; - daktyl_nn_1 : N ; - daktylisk_av_1 : A ; - dal_nn_1 : N ; - dalahaest_nn_1 : N ; - dalbo_nn_1 : N ; - dalbotten_nn_1 : N ; - daldans_nn_1 : N ; - daler_nn_1 : N ; - dalgaang_nn_1 : N ; - dalkarl_nn_1 : N ; - dallring_nn_1 : N ; - dalmaal_nn_1 : N ; - dalmaalning_nn_1 : N ; - dalmas_nn_1 : N ; - dalmatiner_nn_1 : N ; - dalprofil_nn_1 : N ; - dalsk_av_1 : A ; - dalslaendsk_av_1 : A ; - dalslaenning_nn_1 : N ; - dalsluttning_nn_1 : N ; - dalvind_nn_1 : N ; - dam_nn_1 : N ; - damask_nn_1 : N ; - damast_nn_1 : N ; - dambesoek_nn_1 : N ; - dambjudning_nn_1 : N ; - damcykel_nn_1 : N ; - damejeanne_nn_1 : N ; - damfrisering_nn_1 : N ; - damfrisoer_nn_1 : N ; - damfrisoerska_nn_1 : N ; - damgambit_nn_1 : N ; - damhatt_nn_1 : N ; - damig_av_1 : A ; - damkoer_nn_1 : N ; - damm_nn_1 : N ; - dammanlaeggning_nn_1 : N ; - dammbindningsmedel_nn_1 : N ; - dammfoersoek_nn_1 : N ; - dammig_av_1 : A ; - dammkorn_nn_1 : N ; - dammoln_nn_1 : N ; - dammport_nn_1 : N ; - dammsuga_vb_1 : V ; - dammsugare_nn_1 : N ; - dammussla_nn_1 : N ; - damoklessvaerd_nn_1 : N ; - damrum_nn_1 : N ; - damsida_nn_1 : N ; - damspel_nn_1 : N ; - damtidning_nn_1 : N ; - dan_av_1 : A ; - danaarv_nn_1 : N ; - dandy_nn_1 : N ; - daning_nn_1 : N ; - danism_nn_1 : N ; - dank_ab_1 : Adv ; - dank_nn_1 : N ; - danneman_nn_1 : N ; - dans_nn_1 : N ; - dansant_av_1 : A ; - dansare_nn_1 : N ; - dansgolv_nn_1 : N ; - danshak_nn_1 : N ; - dansk_av_1 : A ; - dansk_nn_1 : N ; - danska_nn_2 : N ; - danskonst_nn_1 : N ; - danslek_nn_1 : N ; - dansoer_nn_1 : N ; - dansoes_nn_1 : N ; - dansrestaurang_nn_1 : N ; - dansstaelle_nn_1 : N ; - danssteg_nn_1 : N ; - danstillstaellning_nn_1 : N ; - darraal_nn_1 : N ; - darrhaent_av_1 : A ; - darrig_av_1 : A ; - darrning_nn_1 : N ; - darwinfink_nn_1 : N ; - darwinist_nn_1 : N ; - darwinistisk_av_1 : A ; - daskig_av_1 : A ; - dass_nn_1 : N ; - dassig_av_1 : A ; - dat_nn_1 : N ; - data_nn_1 : N ; - dataanlaeggning_nn_1 : N ; - databank_nn_1 : N ; - databas_nn_1 : N ; - databehandling_nn_1 : N ; - datacentral_nn_1 : N ; - datafil_nn_1 : N ; - datakoerning_nn_1 : N ; - datakommunikation_nn_1 : N ; - datamaengd_nn_1 : N ; - datamaskin_nn_1 : N ; - datamaskinell_av_1 : A ; - dataminne_nn_1 : N ; - dataprogram_nn_1 : N ; - dataregister_nn_1 : N ; - dataskaerm_nn_1 : N ; - dataspel_nn_1 : N ; - datering_nn_1 : N ; - dativ_nn_1 : N ; - dativobjekt_nn_1 : N ; - dator_nn_1 : N ; - datoranlaeggning_nn_1 : N ; - datorbehandling_nn_1 : N ; - datorberaekning_nn_1 : N ; - datorminne_nn_1 : N ; - datormodell_nn_1 : N ; - datorprogrammerare_nn_1 : N ; - datovaexel_nn_1 : N ; - datum_nn_1 : N ; - datumgraens_nn_1 : N ; - datumparkering_nn_1 : N ; - debacle_nn_1 : N ; - debatt_nn_1 : N ; - debattinlaegg_nn_1 : N ; - debattoer_nn_1 : N ; - debetsedel_nn_1 : N ; - debetsida_nn_1 : N ; - debil_av_1 : A ; - debilitet_nn_1 : N ; - debit_nn_1 : N ; - debitering_nn_1 : N ; - debut_nn_1 : N ; - debutant_nn_1 : N ; - debutbok_nn_1 : N ; - debutroman_nn_1 : N ; - decennium_nn_1 : N ; - decentralisation_nn_1 : N ; - decentralisering_nn_1 : N ; - decharge_nn_1 : N ; - dechargedebatt_nn_1 : N ; - decibel_nn_1 : N ; - deciliter_nn_1 : N ; - decilitermaatt_nn_1 : N ; - decimal_nn_1 : N ; - decimalbraak_nn_1 : N ; - decimalkomma_nn_1 : N ; - decimalsystem_nn_1 : N ; - decimaltal_nn_1 : N ; - decimeter_nn_1 : N ; - deckare_nn_1 : N ; - dedikation_nn_1 : N ; - dedikationsexemplar_nn_1 : N ; - deduktion_nn_1 : N ; - deduktiv_av_1 : A ; - defaitist_nn_1 : N ; - defaitistisk_av_1 : A ; - defekt_av_1 : A ; - defekt_nn_1 : N ; - defensiv_av_1 : A ; - deficit_nn_1 : N ; - defile_nn_1 : N ; - defilering_nn_1 : N ; - definierbar_av_1 : A ; - definit_av_1 : A ; - definition_nn_1 : N ; - definitionsmaengd_nn_1 : N ; - definitionsmaessig_av_1 : A ; - definitiv_av_1 : A ; - deflagration_nn_1 : N ; - defloration_nn_1 : N ; - deformation_nn_1 : N ; - deformering_nn_1 : N ; - deformitet_nn_1 : N ; - defroster_nn_1 : N ; - deg_nn_1 : N ; - degel_nn_1 : N ; - degenerativ_av_1 : A ; - degig_av_1 : A ; - dego_nn_1 : N ; - degradation_nn_1 : N ; - degrand_nn_1 : N ; - degression_nn_1 : N ; - deiktisk_av_1 : A ; - deist_nn_1 : N ; - deistisk_av_1 : A ; - dejlig_av_1 : A ; - dekad_nn_1 : N ; - dekadent_av_1 : A ; - dekadisk_av_1 : A ; - dekal_nn_1 : N ; - dekan_nn_1 : N ; - deklamation_nn_1 : N ; - deklamatoer_nn_1 : N ; - deklamatorisk_av_1 : A ; - deklarant_nn_1 : N ; - deklaration_nn_1 : N ; - deklarationsblankett_nn_1 : N ; - deklination_nn_1 : N ; - deklinationsnaal_nn_1 : N ; - dekokt_nn_1 : N ; - dekolletage_nn_1 : N ; - dekolletering_nn_1 : N ; - dekor_nn_1 : N ; - dekoration_nn_1 : N ; - dekorationslist_nn_1 : N ; - dekorativ_av_1 : A ; - dekoratoer_nn_1 : N ; - dekret_nn_1 : N ; - del_nn_1 : N ; - delaegare_nn_1 : N ; - delaktig_av_1 : A ; - delaktighet_nn_1 : N ; - delbar_av_1 : A ; - delbetalning_nn_1 : N ; - delegat_nn_1 : N ; - delegation_nn_1 : N ; - delegering_nn_1 : N ; - delfin_nn_1 : N ; - delge_vb_1 : V ; - delgivning_nn_1 : N ; - delicioes_av_1 : A ; - delikat_av_1 : A ; - delikatess_nn_1 : N ; - delikt_nn_1 : N ; - delinkvent_nn_1 : N ; - delirant_nn_1 : N ; - dellikvid_nn_1 : N ; - delmaengd_nn_1 : N ; - delning_nn_1 : N ; - delperiod_nn_1 : N ; - delprojekt_nn_1 : N ; - delrepublik_nn_1 : N ; - dels_ab_1 : Adv ; - delstat_nn_1 : N ; - delstreck_nn_1 : N ; - delta_nn_1 : N ; - delta_vb_1 : V ; - deltagande_av_1 : A ; - deltagare_nn_1 : N ; - deltamuskel_nn_1 : N ; - deltavinge_nn_1 : N ; - deltid_nn_1 : N ; - deltidare_nn_1 : N ; - deltidsanstaelld_av_1 : A ; - delvis_ab_1 : Adv ; - delvis_av_1 : A ; - demagog_nn_1 : N ; - demagogisk_av_1 : A ; - demarkationslinje_nn_1 : N ; - demarsch_nn_1 : N ; - dementi_nn_1 : N ; - demeriterande_av_1 : A ; - demimond_nn_1 : N ; - demission_nn_1 : N ; - demiurg_nn_1 : N ; - demografisk_av_1 : A ; - demoinspelning_nn_1 : N ; - demokrat_nn_1 : N ; - demokrati_nn_1 : N ; - demokratisk_av_1 : A ; - demon_nn_1 : N ; - demonisk_av_1 : A ; - demonregissoer_nn_1 : N ; - demonstrant_nn_1 : N ; - demonstration_nn_1 : N ; - demonstrationsfrihet_nn_1 : N ; - demonstrationstaag_nn_1 : N ; - demonstrativ_av_1 : A ; - demonstratoer_nn_1 : N ; - demonstratris_nn_1 : N ; - demontering_nn_1 : N ; - demotape_nn_1 : N ; - denar_nn_1 : N ; - dendrit_nn_1 : N ; - dendrolog_nn_1 : N ; - denier_nn_1 : N ; - dennes_ab_1 : Adv ; - denotation_nn_1 : N ; - denotativ_av_1 : A ; - densitet_nn_1 : N ; - densitometer_nn_1 : N ; - densometer_nn_1 : N ; - dental_av_1 : A ; - dental_nn_1 : N ; - dentist_nn_1 : N ; - denudation_nn_1 : N ; - denuklearisering_nn_1 : N ; - deodorant_nn_1 : N ; - depaa_nn_1 : N ; - depaafynd_nn_1 : N ; - departement_nn_1 : N ; - departemental_av_1 : A ; - departementsaerende_nn_1 : N ; - departementschef_nn_1 : N ; - depens_nn_1 : N ; - depesch_nn_1 : N ; - depeschbyraa_nn_1 : N ; - depolarisator_nn_1 : N ; - deponens_nn_1 : N ; - deponent_nn_1 : N ; - deponentiell_av_1 : A ; - deportation_nn_1 : N ; - deportationsort_nn_1 : N ; - deposition_nn_1 : N ; - depositionsbevis_nn_1 : N ; - depositum_nn_1 : N ; - deppig_av_1 : A ; - depression_nn_1 : N ; - depressiv_av_1 : A ; - deprimerande_av_1 : A ; - deprivation_nn_1 : N ; - deputation_nn_1 : N ; - deputerad_nn_1 : N ; - derby_nn_1 : N ; - derivat_nn_1 : N ; - derivation_nn_1 : N ; - dermatit_nn_1 : N ; - dermatolog_nn_1 : N ; - dermatologisk_av_1 : A ; - dervisch_nn_1 : N ; - descendent_nn_1 : N ; - desegregation_nn_1 : N ; - desertoer_nn_1 : N ; - deshabille_nn_1 : N ; - designer_nn_1 : N ; - desillusion_nn_1 : N ; - desinfektion_nn_1 : N ; - desinfektoer_nn_1 : N ; - desinformation_nn_1 : N ; - desintegration_nn_1 : N ; - deskription_nn_1 : N ; - deskriptiv_av_1 : A ; - desperado_nn_1 : N ; - desperat_av_1 : A ; - despot_nn_1 : N ; - despoti_nn_1 : N ; - despotisk_av_1 : A ; - dess_ab_1 : Adv ; - dessaeng_nn_1 : N ; - dessbaettre_ab_1 : Adv ; - dessemellan_ab_1 : Adv ; - dessert_nn_1 : N ; - dessertgaffel_nn_1 : N ; - dessertkniv_nn_1 : N ; - dessertost_nn_1 : N ; - dessertsaas_nn_1 : N ; - dessertsked_nn_1 : N ; - desserttallrik_nn_1 : N ; - dessertvin_nn_1 : N ; - dessfoerinnan_ab_1 : Adv ; - dessfoerutan_ab_1 : Adv ; - dessinatoer_nn_1 : N ; - desslikes_ab_1 : Adv ; - dessutom_ab_1 : Adv ; - dessvaerre_ab_1 : Adv ; - destabiliserande_av_1 : A ; - destillat_nn_1 : N ; - destillation_nn_1 : N ; - destillationsapparat_nn_1 : N ; - destillering_nn_1 : N ; - destinataer_nn_1 : N ; - destination_nn_1 : N ; - destinationsort_nn_1 : N ; - destinatoer_nn_1 : N ; - desto_ab_1 : Adv ; - destruent_nn_1 : N ; - destruktionsanlaeggning_nn_1 : N ; - destruktiv_av_1 : A ; - detachement_nn_1 : N ; - detachoer_nn_1 : N ; - detalj_nn_1 : N ; - detaljanmaerkning_nn_1 : N ; - detaljfraaga_nn_1 : N ; - detaljhandlare_nn_1 : N ; - detaljist_nn_1 : N ; - detaljkaennedom_nn_1 : N ; - detaljpris_nn_1 : N ; - detaljrik_av_1 : A ; - detaljstudium_nn_1 : N ; - detaljutfoerande_nn_1 : N ; - detektiv_av_1 : A ; - detektiv_nn_1 : N ; - detektivroman_nn_1 : N ; - detektor_nn_1 : N ; - detergent_nn_1 : N ; - determination_nn_1 : N ; - determinativ_av_1 : A ; - determinist_nn_1 : N ; - deterministisk_av_1 : A ; - detonation_nn_1 : N ; - detonationshastighet_nn_1 : N ; - detonationstryck_nn_1 : N ; - detonationszon_nn_1 : N ; - detonator_nn_1 : N ; - deuce_ab_1 : Adv ; - deuteron_nn_1 : N ; - deutron_nn_1 : N ; - deviation_nn_1 : N ; - devis_nn_1 : N ; - devot_av_1 : A ; - dextran_nn_1 : N ; - dextrin_nn_1 : N ; - diabas_nn_1 : N ; - diabetiker_nn_1 : N ; - diabild_nn_1 : N ; - diabolisk_av_1 : A ; - diadem_nn_1 : N ; - diafilm_nn_1 : N ; - diafragma_nn_1 : N ; - diagnos_nn_1 : N ; - diagnostiker_nn_1 : N ; - diagnostisk_av_1 : A ; - diagonal_av_1 : A ; - diagonal_nn_1 : N ; - diagram_nn_1 : N ; - diakon_nn_1 : N ; - diakonistyrelse_nn_1 : N ; - diakritisk_av_1 : A ; - diakron_av_1 : A ; - diakronisk_av_1 : A ; - dialekt_nn_1 : N ; - dialektal_av_1 : A ; - dialektgeografisk_av_1 : A ; - dialektiker_nn_1 : N ; - dialektisk_av_1 : A ; - dialektolog_nn_1 : N ; - dialektologisk_av_1 : A ; - dialog_nn_1 : N ; - dialys_nn_1 : N ; - dialytisk_av_1 : A ; - diamant_nn_1 : N ; - diamantborr_nn_1 : N ; - diamantbroellop_nn_1 : N ; - diameter_nn_1 : N ; - diametral_av_1 : A ; - diapositiv_nn_1 : N ; - diarienummer_nn_1 : N ; - diarium_nn_1 : N ; - diarre_nn_1 : N ; - diastas_nn_1 : N ; - diastolisk_av_1 : A ; - diatonisk_av_1 : A ; - diatrib_nn_1 : N ; - dibarn_nn_1 : N ; - didaktiker_nn_1 : N ; - didaktisk_av_1 : A ; - diesel_nn_1 : N ; - dieselmotor_nn_1 : N ; - dieselolja_nn_1 : N ; - diet_nn_1 : N ; - dietetisk_av_1 : A ; - dietisk_av_1 : A ; - dietist_nn_1 : N ; - differens_nn_1 : N ; - different_av_1 : A ; - differential_nn_1 : N ; - differentialekvation_nn_1 : N ; - differentialkalkyl_nn_1 : N ; - differentialspaerr_nn_1 : N ; - differentialvaexel_nn_1 : N ; - differentiell_av_1 : A ; - differentiering_nn_1 : N ; - diffraktion_nn_1 : N ; - diffraktionsspektrum_nn_1 : N ; - diffus_av_1 : A ; - diftong_nn_1 : N ; - digel_nn_1 : N ; - digelpress_nn_1 : N ; - diger_av_1 : A ; - digital_av_1 : A ; - digivning_nn_1 : N ; - dignitaer_nn_1 : N ; - dignitet_nn_1 : N ; - digression_nn_1 : N ; - dike_nn_1 : N ; - dikeskoerning_nn_1 : N ; - dikesren_nn_1 : N ; - diklin_av_1 : A ; - diklin_nn_1 : N ; - dikotomi_nn_1 : N ; - dikotyledon_av_1 : A ; - dikotyledon_nn_1 : N ; - dikt_ab_1 : Adv ; - dikt_nn_1 : N ; - diktafon_nn_1 : N ; - diktamen_nn_1 : N ; - diktarbegaavning_nn_1 : N ; - diktare_nn_1 : N ; - diktargrupp_nn_1 : N ; - diktat_nn_1 : N ; - diktator_nn_1 : N ; - diktatorisk_av_1 : A ; - diktatur_nn_1 : N ; - diktcykel_nn_1 : N ; - dikteringsmaskin_nn_1 : N ; - diktning_nn_1 : N ; - diktsamling_nn_1 : N ; - diktverk_nn_1 : N ; - dilatation_nn_1 : N ; - dilatationsfog_nn_1 : N ; - dildo_nn_1 : N ; - dilemma_nn_1 : N ; - dilettant_nn_1 : N ; - dilettantisk_av_1 : A ; - dilettantmaessig_av_1 : A ; - diligens_nn_1 : N ; - dilleri_nn_1 : N ; - dillsaas_nn_1 : N ; - dimbaage_nn_1 : N ; - dimbank_nn_1 : N ; - dimbildning_nn_1 : N ; - dimblaa_av_1 : A ; - dimension_nn_1 : N ; - dimensionering_nn_1 : N ; - dimensionsavverkning_nn_1 : N ; - dimhoeljd_av_1 : A ; - diminuendo_ab_1 : Adv ; - diminuendo_nn_1 : N ; - diminutiv_av_1 : A ; - diminutiv_nn_1 : N ; - dimkammare_nn_1 : N ; - dimljus_nn_1 : N ; - dimmig_av_1 : A ; - dimmoln_nn_1 : N ; - dimorf_av_1 : A ; - dimorfi_nn_1 : N ; - dimridaa_nn_1 : N ; - dinar_nn_1 : N ; - dinatriumvaetefosfat_nn_1 : N ; - dine_nn_1 : N ; - dinge_nn_1 : N ; - dingo_nn_1 : N ; - dinosaur_nn_1 : N ; - dinosaurie_nn_1 : N ; - dinosaurieart_nn_1 : N ; - diod_nn_1 : N ; - dionysisk_av_1 : A ; - diopter_nn_1 : N ; - dioptri_nn_1 : N ; - dioptrisk_av_1 : A ; - diorama_nn_1 : N ; - diorit_nn_1 : N ; - dioskur_nn_1 : N ; - dioxin_nn_1 : N ; - diperiod_nn_1 : N ; - diplom_nn_1 : N ; - diplomat_nn_1 : N ; - diplomatarisk_av_1 : A ; - diplomatarium_nn_1 : N ; - diplomatisk_av_1 : A ; - diplomingenjoer_nn_1 : N ; - dipol_nn_1 : N ; - dipsoman_nn_1 : N ; - diptyk_nn_1 : N ; - direkt_av_1 : A ; - direkthet_nn_1 : N ; - direktinflytande_nn_1 : N ; - direktinsprutning_nn_1 : N ; - direktion_nn_1 : N ; - direktiv_nn_1 : N ; - direktkontakt_nn_1 : N ; - direktlinje_nn_1 : N ; - direktmetod_nn_1 : N ; - direktoer_nn_1 : N ; - direktor_nn_1 : N ; - direktreferat_nn_1 : N ; - direktris_nn_1 : N ; - direktsaendning_nn_1 : N ; - direktskott_nn_1 : N ; - direktvaexel_nn_1 : N ; - dirigent_nn_1 : N ; - dirk_nn_1 : N ; - dis_nn_2 : N ; - disackarid_nn_1 : N ; - discipel_nn_1 : N ; - disciplin_nn_1 : N ; - disciplinaer_av_1 : A ; - disciplinbot_nn_1 : N ; - disciplinmaal_nn_1 : N ; - disciplinstraff_nn_1 : N ; - discjockey_nn_1 : N ; - disco_nn_1 : N ; - disharmoni_nn_1 : N ; - disharmonisk_av_1 : A ; - disig_av_1 : A ; - disjunkt_av_1 : A ; - disjunktion_nn_1 : N ; - disjunktiv_av_1 : A ; - disk_nn_1 : N ; - diskant_nn_1 : N ; - diskantklav_nn_1 : N ; - diskare_nn_1 : N ; - diskbaenk_nn_1 : N ; - diskbraack_nn_1 : N ; - diskett_nn_1 : N ; - diskho_nn_1 : N ; - diskjockey_nn_1 : N ; - diskmaskin_nn_1 : N ; - diskmedel_nn_1 : N ; - disko_nn_1 : N ; - diskofil_nn_1 : N ; - diskontinuerlig_av_1 : A ; - diskontinuitet_nn_1 : N ; - diskonto_nn_1 : N ; - diskontoer_nn_1 : N ; - diskordans_nn_1 : N ; - diskordant_av_1 : A ; - diskotek_nn_1 : N ; - diskplockare_nn_1 : N ; - diskrepans_nn_1 : N ; - diskret_av_1 : A ; - diskriminering_nn_1 : N ; - diskstaell_nn_1 : N ; - disktorkning_nn_1 : N ; - diskurs_nn_1 : N ; - diskursiv_av_1 : A ; - diskus_nn_1 : N ; - diskuskastning_nn_1 : N ; - diskussion_nn_1 : N ; - diskussionsprotokoll_nn_1 : N ; - diskutabel_av_1 : A ; - diskvalificering_nn_1 : N ; - diskvalifikation_nn_1 : N ; - dislokation_nn_1 : N ; - disoes_nn_1 : N ; - disparat_av_1 : A ; - dispasch_nn_1 : N ; - dispaschoer_nn_1 : N ; - dispens_nn_1 : N ; - dispensaer_nn_1 : N ; - dispers_av_1 : A ; - display_nn_1 : N ; - disponent_nn_1 : N ; - disponibel_av_1 : A ; - disponibilitet_nn_1 : N ; - disposition_nn_1 : N ; - dispositionsfond_nn_1 : N ; - dispositiv_av_1 : A ; - disproportion_nn_1 : N ; - disproportionerlig_av_1 : A ; - disputation_nn_1 : N ; - dispyt_nn_1 : N ; - dissektion_nn_1 : N ; - dissenter_nn_1 : N ; - dissertation_nn_1 : N ; - dissident_nn_1 : N ; - dissimilation_nn_1 : N ; - dissociation_nn_1 : N ; - dissonans_nn_1 : N ; - dissonant_av_1 : A ; - dissonant_nn_1 : N ; - distans_nn_1 : N ; - distansflygning_nn_1 : N ; - distansminut_nn_1 : N ; - distikon_nn_1 : N ; - distinkt_av_1 : A ; - distinktion_nn_1 : N ; - distorsion_nn_1 : N ; - distraktion_nn_1 : N ; - distraktor_nn_1 : N ; - distribuent_nn_1 : N ; - distribunal_nn_1 : N ; - distribution_nn_1 : N ; - distributionscentral_nn_1 : N ; - distributiv_av_1 : A ; - distributoer_nn_1 : N ; - distrikt_nn_1 : N ; - distriktslaekare_nn_1 : N ; - distriktsmaestare_nn_1 : N ; - distriktsmaesterskap_nn_1 : N ; - dit_ab_1 : Adv ; - ditaat_ab_1 : Adv ; - dithaen_ab_1 : Adv ; - dithoerande_av_1 : A ; - ditintills_ab_1 : Adv ; - dito_av_1 : A ; - dittills_ab_1 : Adv ; - dittillsvarande_av_1 : A ; - dityramb_nn_1 : N ; - dityrambisk_av_1 : A ; - divan_nn_1 : N ; - divergens_nn_1 : N ; - divergent_av_1 : A ; - diverse_av_1 : A ; - diversearbetare_nn_1 : N ; - diversehandel_nn_1 : N ; - diversion_nn_1 : N ; - divertissemang_nn_1 : N ; - dividend_nn_1 : N ; - divig_av_1 : A ; - divinatorisk_av_1 : A ; - divis_nn_1 : N ; - division_nn_1 : N ; - divisor_nn_1 : N ; - djaekne_nn_1 : N ; - djaerv_av_1 : A ; - djaervhet_nn_1 : N ; - djaevel_nn_1 : N ; - djaevla_av_1 : A ; - djaevlig_av_1 : A ; - djaevul_nn_1 : N ; - djaevulsk_av_1 : A ; - djaevulskap_nn_1 : N ; - djaevulstyg_nn_1 : N ; - djiboutier_nn_1 : N ; - djiboutisk_av_1 : A ; - djonk_nn_1 : N ; - djungel_nn_1 : N ; - djup_av_1 : A ; - djup_nn_1 : N ; - djupbergart_nn_1 : N ; - djupbild_nn_1 : N ; - djupblaa_av_1 : A ; - djupborrande_av_1 : A ; - djupborrning_nn_1 : N ; - djupbrytning_nn_1 : N ; - djupdimension_nn_1 : N ; - djupdykning_nn_1 : N ; - djupgaaende_av_1 : A ; - djuphavsbotten_nn_1 : N ; - djuphavsfisk_nn_1 : N ; - djuphavsvatten_nn_1 : N ; - djuping_nn_1 : N ; - djupintervju_nn_1 : N ; - djuplek_nn_1 : N ; - djuplod_nn_1 : N ; - djuplodande_av_1 : A ; - djupmask_nn_1 : N ; - djuproed_av_1 : A ; - djupsinnig_av_1 : A ; - djupsinnighet_nn_1 : N ; - djupstruktur_nn_1 : N ; - djuptaenkt_av_1 : A ; - djuptryck_nn_1 : N ; - djupvatten_nn_1 : N ; - djur_nn_1 : N ; - djurangrepp_nn_1 : N ; - djurart_nn_1 : N ; - djurben_nn_1 : N ; - djurdel_nn_1 : N ; - djurfabel_nn_1 : N ; - djurfoder_nn_1 : N ; - djurfoersoek_nn_1 : N ; - djurgaard_nn_1 : N ; - djurgrupp_nn_1 : N ; - djurhud_nn_1 : N ; - djurisk_av_1 : A ; - djurkropp_nn_1 : N ; - djurlaekare_nn_1 : N ; - djurpark_nn_1 : N ; - djurplaagare_nn_1 : N ; - djurplankton_nn_1 : N ; - djursjukhus_nn_1 : N ; - djurskinn_nn_1 : N ; - djurskoetare_nn_1 : N ; - djurslag_nn_1 : N ; - djurtarm_nn_1 : N ; - djurutstaellning_nn_1 : N ; - djurvaen_nn_1 : N ; - djurvaenlig_av_1 : A ; - doakoer_nn_1 : N ; - docent_nn_1 : N ; - docentur_nn_1 : N ; - dock_ab_1 : Adv ; - dockskaap_nn_1 : N ; - docksoet_av_1 : A ; - dockteater_nn_1 : N ; - dodekaeder_nn_1 : N ; - doebattang_nn_1 : N ; - doed_av_1 : A ; - doed_nn_1 : N ; - doedande_av_1 : A ; - doedbraend_av_1 : A ; - doeddansare_nn_1 : N ; - doedfoedd_av_1 : A ; - doedfull_av_1 : A ; - doedgraevare_nn_1 : N ; - doeding_nn_1 : N ; - doedlaege_nn_1 : N ; - doedlig_av_1 : A ; - doedlighet_nn_1 : N ; - doedperiod_nn_1 : N ; - doedsannons_nn_1 : N ; - doedsattest_nn_1 : N ; - doedsbaedd_nn_1 : N ; - doedsbevis_nn_1 : N ; - doedsblek_av_1 : A ; - doedsbo_nn_1 : N ; - doedsdans_nn_1 : N ; - doedsdoemd_av_1 : A ; - doedsdom_nn_1 : N ; - doedsfall_nn_1 : N ; - doedsfara_nn_1 : N ; - doedsfas_nn_1 : N ; - doedsfiende_nn_1 : N ; - doedsfoeraktande_av_1 : A ; - doedsfoerskraeckt_av_1 : A ; - doedskalle_nn_1 : N ; - doedskallefjaeril_nn_1 : N ; - doedskamp_nn_1 : N ; - doedsmaerkt_av_1 : A ; - doedsmask_nn_1 : N ; - doedsoffer_nn_1 : N ; - doedsorsak_nn_1 : N ; - doedspatrull_nn_1 : N ; - doedsrike_nn_1 : N ; - doedssjuk_av_1 : A ; - doedsstelhet_nn_1 : N ; - doedsstoet_nn_1 : N ; - doedsstraff_nn_1 : N ; - doedssynd_nn_1 : N ; - doedstroett_av_1 : A ; - doedstyst_av_1 : A ; - doedsur_nn_1 : N ; - doegling_nn_1 : N ; - doeing_nn_1 : N ; - doerj_nn_1 : N ; - doerr_nn_1 : N ; - doerrfoerhaenge_nn_1 : N ; - doerrfoersaeljare_nn_1 : N ; - doerrhandtag_nn_1 : N ; - doerrkarm_nn_1 : N ; - doerrkedja_nn_1 : N ; - doerrknackare_nn_1 : N ; - doerroeppning_nn_1 : N ; - doerrpost_nn_1 : N ; - doerrspegel_nn_1 : N ; - doerrstaengare_nn_1 : N ; - does_nn_1 : N ; - doeskraj_av_1 : A ; - doev_av_1 : A ; - doevhet_nn_1 : N ; - doevstum_av_1 : A ; - doft_nn_1 : N ; - doftaemne_nn_1 : N ; - doftloes_av_1 : A ; - doftmarkering_nn_1 : N ; - dogcart_nn_1 : N ; - doge_nn_1 : N ; - dogg_nn_1 : N ; - dogm_nn_1 : N ; - dogmatiker_nn_1 : N ; - dogmatisk_av_1 : A ; - dok_nn_1 : N ; - doktor_nn_1 : N ; - doktorand_nn_1 : N ; - doktorsavhandling_nn_1 : N ; - doktorsdisputation_nn_1 : N ; - doktorsexamen_nn_1 : N ; - doktorsgrad_nn_1 : N ; - doktorshatt_nn_1 : N ; - doktorspromotion_nn_1 : N ; - doktrin_nn_1 : N ; - doktrinaer_av_1 : A ; - dokument_nn_1 : N ; - dokumentaer_av_1 : A ; - dokumentaer_nn_1 : N ; - dokumentaerfilm_nn_1 : N ; - dokumentaerprogram_nn_1 : N ; - dokumentaerroman_nn_1 : N ; - dokumentalist_nn_1 : N ; - dokumentarisk_av_1 : A ; - dokumentation_nn_1 : N ; - dokumentkreditiv_nn_1 : N ; - dokumentportfoelj_nn_1 : N ; - dokumentsamling_nn_1 : N ; - dold_av_1 : A ; - doldis_nn_1 : N ; - dolikocefal_av_1 : A ; - dolikocefal_nn_1 : N ; - dolikocefali_nn_1 : N ; - dolk_nn_1 : N ; - dolkstoet_nn_1 : N ; - dollar_nn_1 : N ; - dollargrin_nn_1 : N ; - dollarturist_nn_1 : N ; - dolma_nn_1 : N ; - dolomit_nn_1 : N ; - dolsk_av_1 : A ; - dom_nn_1 : N ; - dom_nn_2 : N ; - domaen_nn_1 : N ; - domaenverk_nn_1 : N ; - domare_nn_1 : N ; - domared_nn_1 : N ; - domaredans_nn_1 : N ; - domarring_nn_1 : N ; - dombok_nn_1 : N ; - domedagspredikning_nn_1 : N ; - domedagsprofet_nn_1 : N ; - domestik_nn_1 : N ; - domfoer_av_1 : A ; - domhavande_av_1 : A ; - domherre_nn_1 : N ; - domicil_nn_1 : N ; - dominant_av_1 : A ; - dominant_nn_1 : N ; - dominerande_av_1 : A ; - dominikan_nn_1 : N ; - dominikanerorden_nn_1 : N ; - dominikanmunk_nn_1 : N ; - dominikansk_av_1 : A ; - dominiker_nn_1 : N ; - dominikisk_av_1 : A ; - dominion_nn_1 : N ; - domino_nn_1 : N ; - dominoteori_nn_1 : N ; - domkapitel_nn_1 : N ; - domkraft_nn_1 : N ; - domkval_nn_1 : N ; - domkyrka_nn_1 : N ; - domprost_nn_1 : N ; - domptoer_nn_1 : N ; - domsaga_nn_1 : N ; - domskael_nn_1 : N ; - domslut_nn_1 : N ; - domsoendag_nn_1 : N ; - domssoendag_nn_1 : N ; - domstol_nn_1 : N ; - domstolsmaal_nn_1 : N ; - domstolsprotokoll_nn_1 : N ; - domstolsverk_nn_1 : N ; - don_nn_1 : N ; - donation_nn_1 : N ; - donationsbrev_nn_1 : N ; - donator_nn_1 : N ; - doning_nn_1 : N ; - donjuan_nn_1 : N ; - donlaege_nn_1 : N ; - dop_nn_1 : N ; - dopamin_nn_1 : N ; - dopaminkaenslig_av_1 : A ; - dopattest_nn_1 : N ; - dopbassaeng_nn_1 : N ; - dopfunt_nn_1 : N ; - dopnamn_nn_1 : N ; - dopp_nn_1 : N ; - dopping_nn_1 : N ; - doppsko_nn_1 : N ; - doppvaermare_nn_1 : N ; - dopvittne_nn_1 : N ; - dorer_nn_1 : N ; - dorisk_av_1 : A ; - dormitorium_nn_1 : N ; - dorn_nn_1 : N ; - dorsal_av_1 : A ; - dorsal_nn_1 : N ; - dorsk_av_1 : A ; - dos_nn_1 : N ; - dosbarometer_nn_1 : N ; - dosekvivalent_nn_1 : N ; - dosering_nn_1 : N ; - dosimeter_nn_1 : N ; - doslibell_nn_1 : N ; - dosmaetare_nn_1 : N ; - dossering_nn_1 : N ; - dossier_nn_1 : N ; - dotation_nn_1 : N ; - dotter_nn_1 : N ; - dotterbolag_nn_1 : N ; - dottercell_nn_1 : N ; - dotterdotter_nn_1 : N ; - dotterfoeretag_nn_1 : N ; - dotterfoersamling_nn_1 : N ; - dotterlig_av_1 : A ; - dotterson_nn_1 : N ; - dotterspraak_nn_1 : N ; - dottersvulst_nn_1 : N ; - dottertumoer_nn_1 : N ; - double_nn_2 : N ; - dov_av_1 : A ; - dovhjort_nn_1 : N ; - downperiod_nn_1 : N ; - doyen_nn_1 : N ; - dra_vb_1 : V ; - draap_nn_1 : N ; - draapare_nn_1 : N ; - draaplig_av_1 : A ; - draapslag_nn_1 : N ; - draase_nn_1 : N ; - drabant_nn_1 : N ; - drabantstat_nn_1 : N ; - drabbning_nn_1 : N ; - draeglig_av_1 : A ; - draekt_nn_1 : N ; - draektig_av_1 : A ; - draektighet_nn_1 : N ; - draen_nn_1 : N ; - draenering_nn_1 : N ; - draeneringsdike_nn_1 : N ; - draeneringsomraade_nn_1 : N ; - draeng_nn_1 : N ; - draengtjaenst_nn_1 : N ; - draepande_av_1 : A ; - draetselkammare_nn_1 : N ; - draett_nn_1 : N ; - drag_nn_1 : N ; - dragare_nn_1 : N ; - dragbaenk_nn_1 : N ; - dragband_nn_1 : N ; - dragbasun_nn_1 : N ; - dragbil_nn_1 : N ; - dragdjur_nn_1 : N ; - drage_nn_1 : N ; - dragen_av_1 : A ; - dragg_nn_1 : N ; - draghaallfasthet_nn_1 : N ; - dragig_av_1 : A ; - dragkamp_nn_1 : N ; - dragkedja_nn_1 : N ; - dragkrok_nn_1 : N ; - dragnagel_nn_1 : N ; - dragning_nn_1 : N ; - dragoman_nn_1 : N ; - dragon_nn_1 : N ; - dragplaaster_nn_1 : N ; - dragpress_nn_1 : N ; - dragprov_nn_1 : N ; - dragshow_nn_1 : N ; - dragskaap_nn_1 : N ; - dragsko_nn_1 : N ; - dragspel_nn_1 : N ; - dragstift_nn_1 : N ; - drakblodstraed_nn_1 : N ; - drake_nn_1 : N ; - drakflygare_nn_1 : N ; - drakhuvudfisk_nn_1 : N ; - drakma_nn_1 : N ; - drakonisk_av_1 : A ; - draksaadd_nn_1 : N ; - drakskepp_nn_1 : N ; - dram_nn_1 : N ; - drama_nn_1 : N ; - dramatiker_nn_1 : N ; - dramatisering_nn_1 : N ; - dramatisk_av_1 : A ; - dramaturg_nn_1 : N ; - draperi_nn_1 : N ; - drapering_nn_1 : N ; - drastisk_av_1 : A ; - drasut_nn_1 : N ; - dress_nn_1 : N ; - dressin_nn_1 : N ; - dressing_nn_1 : N ; - dressoer_nn_1 : N ; - dressyr_nn_1 : N ; - dressyrridning_nn_1 : N ; - drev_nn_1 : N ; - drever_nn_1 : N ; - drevhund_nn_1 : N ; - drevjakt_nn_1 : N ; - drevkarl_nn_1 : N ; - dribbler_nn_1 : N ; - dribbling_nn_1 : N ; - dricka_vb_1 : V ; - drickankare_nn_1 : N ; - drickbar_av_1 : A ; - dricksglas_nn_1 : N ; - drickspeng_nn_1 : N ; - dricksvatten_nn_1 : N ; - drift_nn_2 : N ; - driftbudget_nn_1 : N ; - driftig_av_1 : A ; - driftkostnad_nn_1 : N ; - driftkucku_nn_1 : N ; - driftsaeker_av_1 : A ; - driftskostnad_nn_1 : N ; - driftstopp_nn_1 : N ; - drill_nn_1 : N ; - drillborr_nn_1 : N ; - drilling_nn_1 : N ; - drink_nn_1 : N ; - drinkare_nn_1 : N ; - dristig_av_1 : A ; - drittel_nn_1 : N ; - driv_nn_1 : N ; - driva_vb_1 : V ; - drivande_av_1 : A ; - drivankare_nn_1 : N ; - drivaxel_nn_1 : N ; - drivbaenk_nn_1 : N ; - drivband_nn_1 : N ; - drive_nn_1 : N ; - driven_av_1 : A ; - drivfjaeder_nn_1 : N ; - drivgarn_nn_1 : N ; - drivhjul_nn_1 : N ; - drivhus_nn_1 : N ; - drivkedja_nn_1 : N ; - drivkraft_nn_1 : N ; - drivmedel_nn_1 : N ; - droeg_nn_1 : N ; - droeglapp_nn_1 : N ; - droejsmaal_nn_1 : N ; - droem_nn_1 : N ; - droembok_nn_1 : N ; - droemmare_nn_1 : N ; - droemmeri_nn_1 : N ; - droemsk_av_1 : A ; - droemslott_nn_1 : N ; - droemtydning_nn_1 : N ; - droemvaerld_nn_1 : N ; - droenare_nn_1 : N ; - droes_nn_1 : N ; - droese_nn_1 : N ; - drog_nn_1 : N ; - drogeri_nn_1 : N ; - droghandel_nn_1 : N ; - drogmissbruk_nn_1 : N ; - drogmissbrukare_nn_1 : N ; - dromedar_nn_1 : N ; - dront_nn_1 : N ; - droppe_nn_1 : N ; - droppglas_nn_1 : N ; - droppinfektion_nn_1 : N ; - droppkork_nn_1 : N ; - droppspets_nn_1 : N ; - droppsten_nn_1 : N ; - droppvis_ab_1 : Adv ; - droskfoerare_nn_1 : N ; - drossel_nn_1 : N ; - drots_nn_1 : N ; - drott_nn_1 : N ; - drottning_nn_1 : N ; - drucken_av_1 : A ; - drufs_nn_1 : N ; - druid_nn_1 : N ; - drul_nn_1 : N ; - drulle_nn_1 : N ; - drullefoersaekring_nn_1 : N ; - drullig_av_1 : A ; - drullputt_nn_1 : N ; - drumlig_av_1 : A ; - drummel_nn_1 : N ; - drummelaktig_av_1 : A ; - drunkning_nn_1 : N ; - drus_nn_1 : N ; - druvblaa_av_1 : A ; - druvboerd_nn_1 : N ; - druvflaeder_nn_1 : N ; - druvhagel_nn_1 : N ; - druvklase_nn_1 : N ; - druvrussin_nn_1 : N ; - dryad_nn_1 : N ; - dryck_nn_1 : N ; - dryckesbroder_nn_1 : N ; - dryckeshorn_nn_1 : N ; - dryckeskaerl_nn_1 : N ; - dryckeslag_nn_1 : N ; - dryckesoffer_nn_1 : N ; - dryckesservis_nn_1 : N ; - dryg_av_1 : A ; - dryghet_nn_1 : N ; - dualist_nn_1 : N ; - dualistisk_av_1 : A ; - dubb_nn_1 : N ; - dubbdaeck_nn_1 : N ; - dubbel_av_1 : A ; - dubbelagent_nn_1 : N ; - dubbelarbetande_av_1 : A ; - dubbelbeckasin_nn_1 : N ; - dubbelbiff_nn_1 : N ; - dubbelbindning_nn_1 : N ; - dubbelbluff_nn_1 : N ; - dubbelbotten_nn_1 : N ; - dubbelbredd_nn_1 : N ; - dubbelbroellop_nn_1 : N ; - dubbelbrytning_nn_1 : N ; - dubbeldaeckare_nn_1 : N ; - dubbeldoerr_nn_1 : N ; - dubbelfel_nn_1 : N ; - dubbelfoenster_nn_1 : N ; - dubbelgaangare_nn_1 : N ; - dubbelgrepp_nn_1 : N ; - dubbelhet_nn_1 : N ; - dubbelhytt_nn_1 : N ; - dubbelkommando_nn_1 : N ; - dubbelkontakt_nn_1 : N ; - dubbelmening_nn_1 : N ; - dubbelmord_nn_1 : N ; - dubbelnamn_nn_1 : N ; - dubbelnatur_nn_1 : N ; - dubbelnoet_nn_1 : N ; - dubbelpipig_av_1 : A ; - dubbelrevolution_nn_1 : N ; - dubbelroer_nn_1 : N ; - dubbelroll_nn_1 : N ; - dubbelrum_nn_1 : N ; - dubbelsaeng_nn_1 : N ; - dubbelsalt_nn_1 : N ; - dubbelsidig_av_1 : A ; - dubbelspel_nn_1 : N ; - dubbelstjaernsystem_nn_1 : N ; - dubbeltimme_nn_1 : N ; - dubbeltraadig_av_1 : A ; - dubbeltraeff_nn_1 : N ; - dubbeltydig_av_1 : A ; - dubble_nn_2 : N ; - dubblett_nn_1 : N ; - dubioes_av_1 : A ; - dublett_nn_1 : N ; - duchatel_nn_1 : N ; - duell_nn_1 : N ; - duellant_nn_1 : N ; - duett_nn_1 : N ; - duffel_nn_1 : N ; - dugande_av_1 : A ; - duggregn_nn_1 : N ; - duglig_av_1 : A ; - duglighet_nn_1 : N ; - duk_nn_1 : N ; - dukagaang_nn_1 : N ; - dukat_nn_1 : N ; - dukning_nn_1 : N ; - dukt_nn_1 : N ; - duktig_av_1 : A ; - dulcian_nn_1 : N ; - dum_av_1 : A ; - dumbom_nn_1 : N ; - dumdristig_av_1 : A ; - dumdryg_av_1 : A ; - dumhet_nn_1 : N ; - dumhuvud_nn_1 : N ; - dummerjoens_nn_1 : N ; - dumming_nn_1 : N ; - dummy_nn_1 : N ; - dumper_nn_1 : N ; - dumskalle_nn_1 : N ; - dumsnut_nn_1 : N ; - dun_nn_1 : N ; - dunboll_nn_1 : N ; - dunder_nn_1 : N ; - dunge_nn_1 : N ; - dunig_av_1 : A ; - dunk_nn_1 : N ; - dunkel_av_1 : A ; - dunkelblaa_av_1 : A ; - dunlaett_av_1 : A ; - duns_nn_1 : N ; - dunst_nn_1 : N ; - dunstig_av_1 : A ; - dununge_nn_1 : N ; - duo_nn_1 : N ; - duodecimalsystem_nn_1 : N ; - duodes_nn_1 : N ; - duplett_nn_1 : N ; - duplexfaerg_nn_1 : N ; - duplicering_nn_1 : N ; - duplik_nn_1 : N ; - duplikat_nn_1 : N ; - duplikator_nn_1 : N ; - durabel_av_1 : A ; - duralexglas_nn_1 : N ; - durativ_av_1 : A ; - dureform_nn_1 : N ; - durk_nn_1 : N ; - durkdriven_av_1 : A ; - durkslag_nn_1 : N ; - duroplast_nn_1 : N ; - dus_nn_1 : N ; - dusch_nn_1 : N ; - duskaal_nn_1 : N ; - dusoer_nn_1 : N ; - dussin_nn_1 : N ; - dussinmaenniska_nn_1 : N ; - dussinroman_nn_1 : N ; - dussintal_nn_1 : N ; - dussintals_ab_1 : Adv ; - dussinvis_ab_1 : Adv ; - dust_nn_1 : N ; - duvblaa_av_1 : A ; - duven_av_1 : A ; - duvfaagel_nn_1 : N ; - duvhoek_nn_1 : N ; - duvning_nn_1 : N ; - duvslag_nn_1 : N ; - duvunge_nn_1 : N ; - dvaerg_nn_1 : N ; - dvaergbjoerk_nn_1 : N ; - dvaergbrytare_nn_1 : N ; - dvaergbuske_nn_1 : N ; - dvaerggalax_nn_1 : N ; - dvaerghamster_nn_1 : N ; - dvaerghund_nn_1 : N ; - dyblad_nn_1 : N ; - dybloet_av_1 : A ; - dyborre_nn_1 : N ; - dyckert_nn_1 : N ; - dygd_nn_1 : N ; - dygdemoenster_nn_1 : N ; - dygdig_av_1 : A ; - dygn_nn_1 : N ; - dygnsring_nn_1 : N ; - dygnsrytm_nn_1 : N ; - dyig_av_1 : A ; - dykand_nn_1 : N ; - dykarbagge_nn_1 : N ; - dykardraekt_nn_1 : N ; - dykare_nn_1 : N ; - dykarutrustning_nn_1 : N ; - dykdalb_nn_1 : N ; - dykning_nn_1 : N ; - dymedelst_ab_1 : Adv ; - dymling_nn_1 : N ; - dymmelonsdag_nn_1 : N ; - dymmelvecka_nn_1 : N ; - dyn_nn_1 : N ; - dyn_nn_2 : N ; - dynamisk_av_1 : A ; - dynamitard_nn_1 : N ; - dynamitgubbe_nn_1 : N ; - dynamo_nn_1 : N ; - dynamometer_nn_1 : N ; - dynasti_nn_1 : N ; - dynastisk_av_1 : A ; - dyngbagge_nn_1 : N ; - dyning_nn_1 : N ; - dyr_av_1 : A ; - dyrbar_av_1 : A ; - dyrbarhet_nn_1 : N ; - dyrgrip_nn_1 : N ; - dyrk_nn_1 : N ; - dyrkansvaerd_av_1 : A ; - dyrkare_nn_1 : N ; - dyrkfri_av_1 : A ; - dyrkoept_av_1 : A ; - dyrort_nn_1 : N ; - dyrortsgrupp_nn_1 : N ; - dyrortsgruppering_nn_1 : N ; - dyrtid_nn_1 : N ; - dys_nn_1 : N ; - dyschatell_nn_1 : N ; - dysenteri_nn_1 : N ; - dysfori_nn_1 : N ; - dyslexi_nn_1 : N ; - dyspepsi_nn_1 : N ; - dyster_av_1 : A ; - dystopi_nn_1 : N ; - dystrof_av_1 : A ; - dystrofi_nn_1 : N ; - dyvaat_av_1 : A ; - e_brev_nn_1 : N ; - e_mail_nn_2 : N ; - ebenist_nn_1 : N ; - ebonitstav_nn_1 : N ; - echelong_nn_1 : N ; - ecklesiastik_av_1 : A ; - ecklesiastikdepartement_nn_1 : N ; - ecklesiastikminister_nn_1 : N ; - ecklesiastisk_av_1 : A ; - ecuadorian_nn_1 : N ; - ecuadoriansk_av_1 : A ; - ecuadorianska_nn_1 : N ; - ed_ab_1 : Adv ; - ed_nn_1 : N ; - ed_nn_2 : N ; - edamerost_nn_1 : N ; - edgaang_nn_1 : N ; - edikt_nn_1 : N ; - edil_nn_1 : N ; - edition_nn_1 : N ; - edlig_av_1 : A ; - edligen_ab_1 : Adv ; - edsbrott_nn_1 : N ; - edsvuren_av_1 : A ; - efedrin_nn_1 : N ; - efemaer_av_1 : A ; - efemerid_nn_1 : N ; - effekt_nn_1 : N ; - effektfaktor_nn_1 : N ; - effektfoerstaerkare_nn_1 : N ; - effektfraanskiljare_nn_1 : N ; - effektfull_av_1 : A ; - effektiv_av_1 : A ; - effektivitet_nn_1 : N ; - effektoekning_nn_1 : N ; - effektsoekeri_nn_1 : N ; - efor_nn_1 : N ; - eforus_nn_1 : N ; - efter_ab_1 : Adv ; - efter_av_1 : A ; - efteraat_ab_1 : Adv ; - efteraccept_nn_1 : N ; - efterbesiktning_nn_1 : N ; - efterbeskattning_nn_1 : N ; - efterbestaellning_nn_1 : N ; - efterbild_nn_1 : N ; - efterbildning_nn_1 : N ; - efterbliven_av_1 : A ; - efterbloedning_nn_1 : N ; - efterboerd_nn_1 : N ; - efterboers_nn_1 : N ; - efterbraennare_nn_1 : N ; - efterbraennkammare_nn_1 : N ; - efterdoeme_nn_1 : N ; - efterdoemlig_av_1 : A ; - efterdyning_nn_1 : N ; - efterfoeljansvaerd_av_1 : A ; - efterfoeljare_nn_1 : N ; - efterfoeljelse_nn_1 : N ; - efterforskning_nn_1 : N ; - efterfraagning_nn_1 : N ; - efterge_vb_1 : V ; - eftergift_nn_1 : N ; - eftergiven_av_1 : A ; - eftergivenhet_nn_1 : N ; - eftergivlig_av_1 : A ; - eftergjord_av_1 : A ; - eftergranskning_nn_1 : N ; - eftergymnasial_av_1 : A ; - efterhaalla_vb_1 : V ; - efterhaengsen_av_1 : A ; - efterhaermning_nn_1 : N ; - efterhand_ab_1 : Adv ; - efterhandskonstruktion_nn_1 : N ; - efterhoest_nn_1 : N ; - efterkaenning_nn_1 : N ; - efterklang_nn_1 : N ; - efterklok_av_1 : A ; - efterkokning_nn_1 : N ; - efterkomma_vb_1 : V ; - efterkommande_nn_1 : N ; - efterkonstruktion_nn_1 : N ; - efterkontroll_nn_1 : N ; - efterkrav_nn_1 : N ; - efterkrigstid_nn_1 : N ; - efterlaata_vb_1 : V ; - efterlaaten_av_1 : A ; - efterled_nn_1 : N ; - efterlevande_av_1 : A ; - efterleverska_nn_1 : N ; - efterlevnad_nn_1 : N ; - efterliggande_av_1 : A ; - efterlysning_nn_1 : N ; - eftermaele_nn_1 : N ; - eftermiddag_nn_1 : N ; - efternamn_nn_1 : N ; - efterproevning_nn_1 : N ; - efterraekning_nn_1 : N ; - efterraett_nn_1 : N ; - efterrationalisering_nn_1 : N ; - eftersaegare_nn_1 : N ; - eftersaettsblad_nn_1 : N ; - eftersats_nn_1 : N ; - eftersinnande_av_1 : A ; - eftersits_nn_1 : N ; - efterskott_nn_1 : N ; - efterskrift_nn_1 : N ; - efterslaeng_nn_1 : N ; - efterslaentrare_nn_1 : N ; - efterslag_nn_1 : N ; - eftersoekt_av_1 : A ; - eftersommar_nn_1 : N ; - efterspaning_nn_1 : N ; - efterspel_nn_1 : N ; - efterst_ab_1 : Adv ; - efterstaelld_av_1 : A ; - efterstraevansvaerd_av_1 : A ; - efterstygn_nn_1 : N ; - eftertaenksam_av_1 : A ; - eftertaxering_nn_1 : N ; - eftertextnot_nn_1 : N ; - eftertraedare_nn_1 : N ; - eftertraktansvaerd_av_1 : A ; - eftertrupp_nn_1 : N ; - eftertryck_nn_1 : N ; - eftertrycklig_av_1 : A ; - eftertryckligen_ab_1 : Adv ; - efterundersoekning_nn_1 : N ; - efterutbildning_nn_1 : N ; - efterverkning_nn_1 : N ; - eftervinter_nn_1 : N ; - eftervis_av_1 : A ; - egal_av_1 : A ; - egalitaer_av_1 : A ; - egalitet_nn_1 : N ; - egeisk_av_1 : A ; - egen_av_1 : A ; - egendom_nn_1 : N ; - egendomlig_av_1 : A ; - egendomlighet_nn_1 : N ; - egendomsaffaer_nn_1 : N ; - egendomsbrott_nn_1 : N ; - egendomsfoersaeljning_nn_1 : N ; - egendomsloes_av_1 : A ; - egenfrekvens_nn_1 : N ; - egenhaendig_av_1 : A ; - egenhet_nn_1 : N ; - egenkaer_av_1 : A ; - egenkaerlek_nn_1 : N ; - egenmaektig_av_1 : A ; - egennamn_nn_1 : N ; - egennytta_nn_1 : N ; - egennyttig_av_1 : A ; - egenraadig_av_1 : A ; - egenraettfaerdig_av_1 : A ; - egensinnig_av_1 : A ; - egenskap_nn_1 : N ; - egenskapsgenitiv_nn_1 : N ; - egenskapsord_nn_1 : N ; - egentlig_av_1 : A ; - egentligen_ab_1 : Adv ; - egenvarm_av_1 : A ; - egg_nn_1 : N ; - eggelse_nn_1 : N ; - eggjaern_nn_1 : N ; - eggvass_av_1 : A ; - eggverktyg_nn_1 : N ; - egnahem_nn_1 : N ; - egocentricitet_nn_1 : N ; - egocentriker_nn_1 : N ; - egocentrisk_av_1 : A ; - egoist_nn_1 : N ; - egoistisk_av_1 : A ; - egotripp_nn_1 : N ; - egypter_nn_1 : N ; - egyptier_nn_1 : N ; - egyptisk_av_1 : A ; - egyptiska_nn_2 : N ; - egyptolog_nn_1 : N ; - eidetisk_av_1 : A ; - einsteinsk_av_1 : A ; - ej_ab_1 : Adv ; - ejakulat_nn_1 : N ; - ejakulation_nn_1 : N ; - ejder_nn_1 : N ; - ejderunge_nn_1 : N ; - ejektor_nn_1 : N ; - ek_nn_1 : N ; - ekbock_nn_1 : N ; - eker_nn_1 : N ; - ekipage_nn_1 : N ; - ekipering_nn_1 : N ; - ekiperingsaffaer_nn_1 : N ; - ekivok_av_1 : A ; - eklaerering_nn_1 : N ; - eklampsi_nn_1 : N ; - eklatant_av_1 : A ; - eklatt_av_1 : A ; - eklektiker_nn_1 : N ; - eklektisk_av_1 : A ; - eklips_nn_1 : N ; - eklog_nn_1 : N ; - eko_nn_1 : N ; - ekollon_nn_1 : N ; - ekolod_nn_1 : N ; - ekolog_nn_1 : N ; - ekologisk_av_1 : A ; - ekonom_nn_1 : N ; - ekonomexamen_nn_1 : N ; - ekonomi_nn_1 : N ; - ekonomibitraede_nn_1 : N ; - ekonomibrev_nn_1 : N ; - ekonomibyggnad_nn_1 : N ; - ekonomie_av_1 : A ; - ekonomifoerestaandare_nn_1 : N ; - ekonomifoerpackning_nn_1 : N ; - ekonomilaera_nn_1 : N ; - ekonomipaket_nn_1 : N ; - ekonomisk_av_1 : A ; - ekoradio_nn_1 : N ; - ekorrbaer_nn_1 : N ; - ekorrdjur_nn_1 : N ; - ekorre_nn_1 : N ; - ekorrliknande_av_1 : A ; - ekosystem_nn_1 : N ; - ekotyp_nn_1 : N ; - ekoxe_nn_1 : N ; - eksem_nn_1 : N ; - ekskog_nn_1 : N ; - ekspinnare_nn_1 : N ; - ekstock_nn_1 : N ; - ektomi_nn_1 : N ; - ekumenisk_av_1 : A ; - ekvation_nn_1 : N ; - ekvatorial_av_1 : A ; - ekvatorialbaelte_nn_1 : N ; - ekvatorialguinean_nn_1 : N ; - ekvatorialguineansk_av_1 : A ; - ekvatorialstroem_nn_1 : N ; - ekvatorialzon_nn_1 : N ; - ekvatoriell_av_1 : A ; - ekvatorsplan_nn_1 : N ; - ekvecklare_nn_1 : N ; - ekvidistant_av_1 : A ; - ekvilibrist_nn_1 : N ; - ekvilibristisk_av_1 : A ; - ekvipotentiallinje_nn_1 : N ; - ekvivalent_av_1 : A ; - ekvivalentvikt_nn_1 : N ; - elaenda_av_1 : A ; - elaende_nn_1 : N ; - elaendig_av_1 : A ; - elak_av_1 : A ; - elakhet_nn_1 : N ; - elaking_nn_1 : N ; - eland_nn_1 : N ; - elasticitet_nn_1 : N ; - elasticitetsgraens_nn_1 : N ; - elastisk_av_1 : A ; - elbil_nn_1 : N ; - elborste_nn_1 : N ; - elchock_nn_1 : N ; - eld_nn_1 : N ; - eldare_nn_1 : N ; - eldavstaand_nn_1 : N ; - eldbegaengelse_nn_1 : N ; - eldbrand_nn_1 : N ; - elddon_nn_1 : N ; - elddop_nn_1 : N ; - eldfaengd_av_1 : A ; - eldfarlig_av_1 : A ; - eldfast_av_1 : A ; - eldgaffel_nn_1 : N ; - eldhaerd_nn_1 : N ; - eldhaerdig_av_1 : A ; - eldhandvapen_nn_1 : N ; - eldhastighet_nn_1 : N ; - eldhund_nn_1 : N ; - eldhus_nn_1 : N ; - eldig_av_1 : A ; - eldkanal_nn_1 : N ; - eldkastare_nn_1 : N ; - eldkommando_nn_1 : N ; - eldledare_nn_1 : N ; - eldlinje_nn_1 : N ; - eldningsolja_nn_1 : N ; - eldoeverfall_nn_1 : N ; - eldorado_nn_1 : N ; - eldprov_nn_1 : N ; - eldriven_av_1 : A ; - eldroed_av_1 : A ; - eldroer_nn_1 : N ; - eldsaeker_av_1 : A ; - eldsalamander_nn_1 : N ; - eldsats_nn_1 : N ; - eldsignal_nn_1 : N ; - eldsignalering_nn_1 : N ; - eldsjael_nn_1 : N ; - eldsken_nn_1 : N ; - eldskur_nn_1 : N ; - eldslaeckare_nn_1 : N ; - eldslaeckning_nn_1 : N ; - eldslaendare_nn_1 : N ; - eldsljus_nn_1 : N ; - eldslukare_nn_1 : N ; - eldsmaerke_nn_1 : N ; - eldstaal_nn_1 : N ; - eldstad_nn_1 : N ; - eldstaellning_nn_1 : N ; - eldstod_nn_1 : N ; - eldstorm_nn_1 : N ; - eldstrid_nn_1 : N ; - eldsvaada_nn_1 : N ; - eldsvaadeunge_nn_1 : N ; - eldupphoer_nn_1 : N ; - eldupphoerorder_nn_1 : N ; - eldvapen_nn_1 : N ; - elefant_nn_1 : N ; - elefantbete_nn_1 : N ; - elefantinhopp_nn_1 : N ; - elefantnaebbmus_nn_1 : N ; - elegant_av_1 : A ; - elegi_nn_1 : N ; - elegisk_av_1 : A ; - elektor_nn_1 : N ; - elektricitet_nn_1 : N ; - elektricitetsmaengd_nn_1 : N ; - elektricitetsverk_nn_1 : N ; - elektriker_nn_1 : N ; - elektrisk_av_1 : A ; - elektrochock_nn_1 : N ; - elektrod_nn_1 : N ; - elektroencefalografi_nn_1 : N ; - elektroencefalogram_nn_1 : N ; - elektrofilter_nn_1 : N ; - elektrofor_nn_1 : N ; - elektroingenjoer_nn_1 : N ; - elektrokardiografi_nn_1 : N ; - elektrokardiogram_nn_1 : N ; - elektrolys_nn_1 : N ; - elektrolyt_nn_1 : N ; - elektrolytisk_av_1 : A ; - elektromagnet_nn_1 : N ; - elektromagnetisk_av_1 : A ; - elektromekanisk_av_1 : A ; - elektrometer_nn_1 : N ; - elektromotor_nn_1 : N ; - elektromotorisk_av_1 : A ; - elektron_nn_1 : N ; - elektronblixt_nn_1 : N ; - elektronegativitet_nn_1 : N ; - elektronisk_av_1 : A ; - elektronkamera_nn_1 : N ; - elektronmikroskop_nn_1 : N ; - elektronmikroskopbild_nn_1 : N ; - elektronmikroskopi_nn_1 : N ; - elektronmoln_nn_1 : N ; - elektronpar_nn_1 : N ; - elektronparbindning_nn_1 : N ; - elektronroer_nn_1 : N ; - elektronroersdiod_nn_1 : N ; - elektronskal_nn_1 : N ; - elektronstraale_nn_1 : N ; - elektronugn_nn_1 : N ; - elektronvolt_nn_1 : N ; - elektroskop_nn_1 : N ; - elektrostatisk_av_1 : A ; - elektrosvag_av_1 : A ; - elektrotekniker_nn_1 : N ; - elektroteknisk_av_1 : A ; - elektrotyp_nn_1 : N ; - element_nn_1 : N ; - elementa_nn_1 : N ; - elementaer_av_1 : A ; - elementarande_nn_1 : N ; - elementarbok_nn_1 : N ; - elementarpartikel_nn_1 : N ; - elev_nn_1 : N ; - elevation_nn_1 : N ; - elevator_nn_1 : N ; - elevfartyg_nn_1 : N ; - elevhem_nn_1 : N ; - elevraad_nn_1 : N ; - elevunderlag_nn_1 : N ; - elfenbenspalm_nn_1 : N ; - elfenbenstorn_nn_1 : N ; - elgenerator_nn_1 : N ; - elgitarr_nn_1 : N ; - elimination_nn_1 : N ; - elision_nn_1 : N ; - elit_nn_1 : N ; - elitfoerband_nn_1 : N ; - elitidrott_nn_1 : N ; - elitidrottsman_nn_1 : N ; - elitisk_av_1 : A ; - elitistisk_av_1 : A ; - elitsoldat_nn_1 : N ; - elitteori_nn_1 : N ; - elixir_nn_1 : N ; - eljest_ab_1 : Adv ; - elkoppling_nn_1 : N ; - elkraftsaggregat_nn_1 : N ; - ellande_ab_1 : Adv ; - elledning_nn_1 : N ; - ellips_nn_1 : N ; - ellipsoid_nn_1 : N ; - elliptisk_av_1 : A ; - elljusspaar_nn_1 : N ; - ellok_nn_1 : N ; - elmaetare_nn_1 : N ; - elmotor_nn_1 : N ; - elmseld_nn_1 : N ; - elnaet_nn_1 : N ; - eloge_nn_1 : N ; - elokvent_av_1 : A ; - elongation_nn_1 : N ; - elorgel_nn_1 : N ; - elsevir_nn_1 : N ; - elspis_nn_1 : N ; - elstroem_nn_1 : N ; - eluttag_nn_1 : N ; - eluvial_av_1 : A ; - elvadimensionell_av_1 : A ; - elvamannalag_nn_1 : N ; - elverk_nn_1 : N ; - elyseisk_av_1 : A ; - elzevier_nn_1 : N ; - emalj_nn_1 : N ; - emaljfaerg_nn_1 : N ; - emaljfyllning_nn_1 : N ; - emaljinlaeggning_nn_1 : N ; - emaljoega_nn_1 : N ; - emaljoer_nn_1 : N ; - emaljplomb_nn_1 : N ; - emanation_nn_1 : N ; - emballage_nn_1 : N ; - emblem_nn_1 : N ; - emboli_nn_1 : N ; - embryo_nn_1 : N ; - embryolog_nn_1 : N ; - embryonal_av_1 : A ; - embryonisk_av_1 : A ; - embryosaeck_nn_1 : N ; - emellan_ab_1 : Adv ; - emellanaat_ab_1 : Adv ; - emellertid_ab_1 : Adv ; - emendation_nn_1 : N ; - emeritus_nn_1 : N ; - emfatisk_av_1 : A ; - emfysem_nn_1 : N ; - emigrant_nn_1 : N ; - eminens_nn_1 : N ; - eminent_av_1 : A ; - emir_nn_1 : N ; - emissarie_nn_1 : N ; - emission_nn_1 : N ; - emitter_nn_1 : N ; - emot_ab_1 : Adv ; - emotion_nn_1 : N ; - emotionell_av_1 : A ; - emotiv_av_1 : A ; - emotta_vb_1 : V ; - empirestil_nn_1 : N ; - empiriker_nn_1 : N ; - empirisk_av_1 : A ; - empirist_nn_1 : N ; - empyem_nn_1 : N ; - emu_nn_1 : N ; - emulsion_nn_1 : N ; - emulsionsfaerg_nn_1 : N ; - emulsionsspraengaemne_nn_1 : N ; - en_ab_1 : Adv ; - en_nn_1 : N ; - enaeggstvilling_nn_1 : N ; - enahanda_av_1 : A ; - enaktare_nn_1 : N ; - enaraadande_av_1 : A ; - enarmig_av_1 : A ; - enastaaende_av_1 : A ; - enaxlig_av_1 : A ; - enbaeddsrum_nn_1 : N ; - enbaer_nn_1 : N ; - enbart_ab_1 : Adv ; - enbasisk_av_1 : A ; - enbent_av_1 : A ; - enbet_nn_1 : N ; - enbuske_nn_1 : N ; - enbyggare_nn_1 : N ; - encefalit_nn_1 : N ; - encefalografi_nn_1 : N ; - encellig_av_1 : A ; - encyklopedi_nn_1 : N ; - encyklopedisk_av_1 : A ; - endast_ab_1 : Adv ; - endels_ab_1 : Adv ; - endemi_nn_1 : N ; - endemisk_av_1 : A ; - endimensionell_av_1 : A ; - endiv_nn_1 : N ; - endogen_av_1 : A ; - endokrin_av_1 : A ; - endokrinolog_nn_1 : N ; - endorfin_nn_1 : N ; - endossat_nn_1 : N ; - endossement_nn_1 : N ; - endossent_nn_1 : N ; - endotermisk_av_1 : A ; - energi_nn_1 : N ; - energialternativ_nn_1 : N ; - energibehov_nn_1 : N ; - energifoerlust_nn_1 : N ; - energiform_nn_1 : N ; - energiinnehaall_nn_1 : N ; - energikoncentration_nn_1 : N ; - energimaengd_nn_1 : N ; - energimarknad_nn_1 : N ; - energiomsaettning_nn_1 : N ; - energiomvandling_nn_1 : N ; - energiomvandlingscentrum_nn_1 : N ; - energirik_av_1 : A ; - energisk_av_1 : A ; - energiskatt_nn_1 : N ; - energiskog_nn_1 : N ; - energiteori_nn_1 : N ; - energitillstaand_nn_1 : N ; - energiupptagande_av_1 : A ; - energiutstraalning_nn_1 : N ; - energiverk_nn_1 : N ; - energivinst_nn_1 : N ; - enfaldeligen_ab_1 : Adv ; - enfaldig_av_1 : A ; - enfamiljshus_nn_1 : N ; - enfas_av_1 : A ; - enfasig_av_1 : A ; - enfoedd_av_1 : A ; - enfoeraeldersfamilj_nn_1 : N ; - enformig_av_1 : A ; - engaang_ab_1 : Adv ; - engaangsdos_nn_1 : N ; - engaangshandduk_nn_1 : N ; - engaangsnaesduk_nn_1 : N ; - engaangsservett_nn_1 : N ; - engaangsskatt_nn_1 : N ; - engaangstallrik_nn_1 : N ; - engaangsvaerde_nn_1 : N ; - engagemang_nn_1 : N ; - engelsk_av_1 : A ; - engelska_nn_2 : N ; - engelsman_nn_1 : N ; - englergrad_nn_1 : N ; - engram_nn_1 : N ; - engrossist_nn_1 : N ; - enhaellig_av_1 : A ; - enharmonisk_av_1 : A ; - enhet_nn_1 : N ; - enhetlig_av_1 : A ; - enhetscirkel_nn_1 : N ; - enhetsflygplan_nn_1 : N ; - enhetsfront_nn_1 : N ; - enhetsladdning_nn_1 : N ; - enhetslast_nn_1 : N ; - enhetsmaatt_nn_1 : N ; - enhetsparti_nn_1 : N ; - enhetspatron_nn_1 : N ; - enhetsporto_nn_1 : N ; - enhetspris_nn_1 : N ; - enhetsvektor_nn_1 : N ; - enhjaertbladig_av_1 : A ; - enhoerning_nn_1 : N ; - enig_av_1 : A ; - enighet_nn_1 : N ; - enigmatisk_av_1 : A ; - enjambemang_nn_1 : N ; - enkaet_nn_1 : N ; - enkammarsystem_nn_1 : N ; - enkannerligen_ab_1 : Adv ; - enkel_av_1 : A ; - enkelbeckasin_nn_1 : N ; - enkelbiff_nn_1 : N ; - enkelbiljett_nn_1 : N ; - enkelbredd_nn_1 : N ; - enkelhet_nn_1 : N ; - enkelkikare_nn_1 : N ; - enkelknaeppt_av_1 : A ; - enkelkvartett_nn_1 : N ; - enkelladdare_nn_1 : N ; - enkelnervig_av_1 : A ; - enkelpipig_av_1 : A ; - enkelrad_nn_1 : N ; - enkelrum_nn_1 : N ; - enkelsaeng_nn_1 : N ; - enkelskriva_vb_1 : V ; - enkelspaarig_av_1 : A ; - enkelspel_nn_1 : N ; - enkeltimme_nn_1 : N ; - enklav_nn_1 : N ; - enklitisk_av_1 : A ; - enkom_ab_1 : Adv ; - enmanslivbaat_nn_1 : N ; - enmansshow_nn_1 : N ; - enmansvalkrets_nn_1 : N ; - enoegd_av_1 : A ; - enorm_av_1 : A ; - enpartistat_nn_1 : N ; - enplanshus_nn_1 : N ; - enpolig_av_1 : A ; - enpucklig_av_1 : A ; - enraadig_av_1 : A ; - enris_nn_1 : N ; - enrisroekt_av_1 : A ; - ens_ab_1 : Adv ; - ens_av_1 : A ; - ensak_nn_1 : N ; - ensam_av_1 : A ; - ensamfoeraelder_nn_1 : N ; - ensamgaard_nn_1 : N ; - ensamhet_nn_1 : N ; - ensamraett_nn_1 : N ; - ensamseglare_nn_1 : N ; - ensamstaaende_av_1 : A ; - ense_av_1 : A ; - ensemble_nn_1 : N ; - ensfyr_nn_1 : N ; - ensidig_av_1 : A ; - ensittare_nn_1 : N ; - enskild_av_1 : A ; - enskildhet_nn_1 : N ; - enslig_av_1 : A ; - ensling_nn_1 : N ; - enslinje_nn_1 : N ; - enspraakig_av_1 : A ; - enstaemmig_av_1 : A ; - enstaendig_av_1 : A ; - enstaka_av_1 : A ; - enstavig_av_1 : A ; - enstensmur_nn_1 : N ; - enstjaernig_av_1 : A ; - enstoerig_av_1 : A ; - enstoering_nn_1 : N ; - ental_nn_1 : N ; - entente_nn_1 : N ; - entertainer_nn_1 : N ; - entitet_nn_1 : N ; - entomolog_nn_1 : N ; - entomologisk_av_1 : A ; - entonig_av_1 : A ; - entraegen_av_1 : A ; - entre_nn_1 : N ; - entrecote_nn_1 : N ; - entredoerr_nn_1 : N ; - entreprenad_nn_1 : N ; - entreprenoer_nn_1 : N ; - entresol_nn_1 : N ; - entusiast_nn_1 : N ; - entusiastisk_av_1 : A ; - entydig_av_1 : A ; - entydighet_nn_1 : N ; - entypsbaat_nn_1 : N ; - enumeration_nn_1 : N ; - envaaldshaerskare_nn_1 : N ; - envaaningshus_nn_1 : N ; - envaegskommunikation_nn_1 : N ; - envaeldig_av_1 : A ; - envaerd_av_1 : A ; - enveten_av_1 : A ; - envig_nn_1 : N ; - environg_nn_1 : N ; - envis_av_1 : A ; - envoye_nn_1 : N ; - enzym_nn_1 : N ; - enzymsystem_nn_1 : N ; - enzymtvaettmedel_nn_1 : N ; - eoler_nn_1 : N ; - eolisk_av_1 : A ; - eon_nn_1 : N ; - eosin_nn_1 : N ; - epaalett_nn_1 : N ; - epatraktor_nn_1 : N ; - epicentrum_nn_1 : N ; - epidemi_nn_1 : N ; - epidemisk_av_1 : A ; - epiduralblockad_nn_1 : N ; - epifys_nn_1 : N ; - epifyt_nn_1 : N ; - epigon_nn_1 : N ; - epigram_nn_1 : N ; - epigrammatisk_av_1 : A ; - epiker_nn_1 : N ; - epikure_nn_1 : N ; - epikureisk_av_1 : A ; - epilepsi_nn_1 : N ; - epileptiker_nn_1 : N ; - epilog_nn_1 : N ; - episk_av_1 : A ; - episkop_nn_1 : N ; - episkopal_av_1 : A ; - episkopat_nn_1 : N ; - episod_nn_1 : N ; - episodisk_av_1 : A ; - epistel_nn_1 : N ; - epistolaer_av_1 : A ; - epistyl_nn_1 : N ; - epitaf_nn_1 : N ; - epitafium_nn_1 : N ; - epitel_nn_1 : N ; - epitelcell_nn_1 : N ; - epitet_nn_1 : N ; - epizoisk_av_1 : A ; - epizooti_nn_1 : N ; - epok_nn_1 : N ; - epokgoerande_av_1 : A ; - epos_nn_1 : N ; - erbarmlig_av_1 : A ; - erbjuda_vb_1 : V ; - erbjudande_nn_1 : N ; - erektion_nn_1 : N ; - eremit_nn_1 : N ; - eremitage_nn_1 : N ; - eremitisk_av_1 : A ; - erfaren_av_1 : A ; - erfarenhet_nn_1 : N ; - erfarenhetsmaessig_av_1 : A ; - erforderlig_av_1 : A ; - ergo_ab_1 : Adv ; - ergometer_nn_1 : N ; - ergonom_nn_1 : N ; - ergonometrisk_av_1 : A ; - ergonomisk_av_1 : A ; - erhaalla_vb_1 : V ; - erinnye_nn_1 : N ; - erinran_nn_1 : N ; - erinring_nn_1 : N ; - erkaend_av_1 : A ; - erkaennande_nn_1 : N ; - erkaennsam_av_1 : A ; - eroevrare_nn_1 : N ; - eroevring_nn_1 : N ; - erogen_av_1 : A ; - erosion_nn_1 : N ; - erotiker_nn_1 : N ; - erotisk_av_1 : A ; - erotogen_av_1 : A ; - erotoman_av_1 : A ; - erotoman_nn_1 : N ; - errata_nn_1 : N ; - erratisk_av_1 : A ; - ersaettare_nn_1 : N ; - ersaettlig_av_1 : A ; - ersaettning_nn_1 : N ; - eruption_nn_1 : N ; - eruptiv_av_1 : A ; - eruptivbergart_nn_1 : N ; - escudo_nn_1 : N ; - eselhuvud_nn_1 : N ; - eskader_nn_1 : N ; - eskapad_nn_1 : N ; - eskarp_nn_1 : N ; - eskatologisk_av_1 : A ; - eskimaa_nn_1 : N ; - eskimaahund_nn_1 : N ; - eskort_nn_1 : N ; - eskulap_nn_1 : N ; - esomoftast_ab_1 : Adv ; - esoterisk_av_1 : A ; - espadrill_nn_1 : N ; - espagnolett_nn_1 : N ; - esperantist_nn_1 : N ; - esplanad_nn_1 : N ; - espri_nn_2 : N ; - ess_nn_1 : N ; - essae_nn_1 : N ; - essaefraaga_nn_1 : N ; - essaeist_nn_1 : N ; - essaeistisk_av_1 : A ; - essaesamling_nn_1 : N ; - essaeuppgift_nn_1 : N ; - essay_nn_1 : N ; - essayist_nn_1 : N ; - essayistik_nn_1 : N ; - essayistisk_av_1 : A ; - essaysamling_nn_1 : N ; - essens_nn_1 : N ; - essentiell_av_1 : A ; - est_nn_1 : N ; - ester_nn_1 : N ; - esterplast_nn_1 : N ; - estet_nn_1 : N ; - estetiker_nn_1 : N ; - estetisk_av_1 : A ; - estlaendare_nn_1 : N ; - estlaendsk_av_1 : A ; - estlaendska_nn_1 : N ; - estnisk_av_1 : A ; - estniska_nn_2 : N ; - estrad_nn_1 : N ; - estradartist_nn_1 : N ; - estraddebatt_nn_1 : N ; - estradoer_nn_1 : N ; - estradsamtal_nn_1 : N ; - etablissemang_nn_1 : N ; - etagaer_nn_1 : N ; - etage_nn_1 : N ; - etagevaaning_nn_1 : N ; - etalong_nn_1 : N ; - etan_nn_1 : N ; - etapp_nn_1 : N ; - etapplinje_nn_1 : N ; - etappvis_ab_1 : Adv ; - etcetera_ab_1 : Adv ; - eter_nn_1 : N ; - eterisering_nn_1 : N ; - eterisk_av_1 : A ; - etermedium_nn_1 : N ; - eternell_nn_1 : N ; - etiker_nn_1 : N ; - etikett_nn_1 : N ; - etiologisk_av_1 : A ; - etiop_nn_1 : N ; - etiopier_nn_1 : N ; - etiopisk_av_1 : A ; - etiopiska_nn_2 : N ; - etisk_av_1 : A ; - etnisk_av_1 : A ; - etnocentrisk_av_1 : A ; - etnograf_nn_1 : N ; - etnografisk_av_1 : A ; - etnolog_nn_1 : N ; - etnologisk_av_1 : A ; - etolog_nn_1 : N ; - etologisk_av_1 : A ; - etrusk_nn_1 : N ; - etrusker_nn_1 : N ; - etruskisk_av_1 : A ; - etruskiska_nn_2 : N ; - etsmedel_nn_1 : N ; - etsning_nn_1 : N ; - ettaarig_av_1 : A ; - ettaaring_nn_1 : N ; - ettoering_nn_1 : N ; - ettrig_av_1 : A ; - ettstruken_av_1 : A ; - etui_nn_1 : N ; - etyd_nn_1 : N ; - etymolog_nn_1 : N ; - etymologi_nn_1 : N ; - etymologisk_av_1 : A ; - eufemism_nn_1 : N ; - eufoni_nn_1 : N ; - eufori_nn_1 : N ; - euforisk_av_1 : A ; - euklidisk_av_1 : A ; - eumenid_nn_1 : N ; - eunuck_nn_1 : N ; - eurasier_nn_1 : N ; - eurasisk_av_1 : A ; - euro_nn_1 : N ; - eurodollar_nn_1 : N ; - europamaestare_nn_1 : N ; - europamaesterskap_nn_1 : N ; - europavaeg_nn_1 : N ; - europe_nn_1 : N ; - europeisk_av_1 : A ; - europeiska_nn_1 : N ; - europid_nn_1 : N ; - eurytmi_nn_1 : N ; - eutrof_av_1 : A ; - evaerdlig_av_1 : A ; - evakostym_nn_1 : N ; - evakuering_nn_1 : N ; - evangeliebok_nn_1 : N ; - evangelisk_av_1 : A ; - evangelist_nn_1 : N ; - evangelium_nn_1 : N ; - evar_ab_1 : Adv ; - evart_ab_1 : Adv ; - evenemang_nn_1 : N ; - eventualitet_nn_1 : N ; - eventuell_av_1 : A ; - evergreen_nn_1 : N ; - evertebrat_nn_1 : N ; - evident_av_1 : A ; - evig_av_1 : A ; - evighet_nn_1 : N ; - evighetskalender_nn_1 : N ; - evighetsmaskin_nn_1 : N ; - evinnerlig_av_1 : A ; - evinnerligen_ab_1 : Adv ; - evolution_nn_1 : N ; - evolutionaer_av_1 : A ; - evolutionist_nn_1 : N ; - evolutionsbiolog_nn_1 : N ; - evolutionsforskning_nn_1 : N ; - evolutionsmekanism_nn_1 : N ; - evolutionsteori_nn_1 : N ; - exakt_av_1 : A ; - exakthet_nn_1 : N ; - examen_nn_1 : N ; - examinand_nn_1 : N ; - examination_nn_1 : N ; - examinator_nn_1 : N ; - examinatorium_nn_1 : N ; - exantem_nn_1 : N ; - excellens_nn_1 : N ; - excellent_av_1 : A ; - excenter_nn_1 : N ; - excentricitet_nn_1 : N ; - excentriker_nn_1 : N ; - excentrisk_av_1 : A ; - exceptionell_av_1 : A ; - excerpist_nn_1 : N ; - excerpt_nn_1 : N ; - excess_nn_1 : N ; - excision_nn_1 : N ; - excitation_nn_1 : N ; - exeget_nn_1 : N ; - exekution_nn_1 : N ; - exekutiv_av_1 : A ; - exekutiv_nn_1 : N ; - exekutoer_nn_1 : N ; - exekutor_nn_1 : N ; - exekutorisk_av_1 : A ; - exempel_nn_1 : N ; - exempelloes_av_1 : A ; - exempelvis_ab_1 : Adv ; - exemplar_nn_1 : N ; - exemplarisk_av_1 : A ; - exemplifiering_nn_1 : N ; - exemplifikation_nn_1 : N ; - exercis_nn_1 : N ; - exhibitionist_nn_1 : N ; - exhustru_nn_1 : N ; - exigibel_av_1 : A ; - existens_nn_1 : N ; - existensminimum_nn_1 : N ; - existentiell_av_1 : A ; - exklamation_nn_1 : N ; - exklamatorisk_av_1 : A ; - exklusiv_av_1 : A ; - exklusivitet_nn_1 : N ; - exkrement_nn_1 : N ; - exkremental_av_1 : A ; - exkret_nn_1 : N ; - exkretion_nn_1 : N ; - exkung_nn_1 : N ; - exkurs_nn_1 : N ; - exkursion_nn_1 : N ; - exlibris_nn_1 : N ; - exogen_av_1 : A ; - exorcist_nn_1 : N ; - exoterisk_av_1 : A ; - exotermisk_av_1 : A ; - exotisk_av_1 : A ; - expansibel_av_1 : A ; - expansionskaerl_nn_1 : N ; - expansiv_av_1 : A ; - expedit_av_1 : A ; - expedit_nn_1 : N ; - expedition_nn_1 : N ; - expeditionskaar_nn_1 : N ; - expeditionsministaer_nn_1 : N ; - expeditionsregering_nn_1 : N ; - expeditionsvakt_nn_1 : N ; - expeditoer_nn_1 : N ; - expektoration_nn_1 : N ; - experiment_nn_1 : N ; - experimentalfysiker_nn_1 : N ; - experimentator_nn_1 : N ; - experimentell_av_1 : A ; - experimentgymnasium_nn_1 : N ; - expert_nn_1 : N ; - expertgrupp_nn_1 : N ; - expertkrets_nn_1 : N ; - expertspraak_nn_1 : N ; - explanativ_av_1 : A ; - explicit_av_1 : A ; - explikation_nn_1 : N ; - exploatering_nn_1 : N ; - exploatoer_nn_1 : N ; - explosion_nn_1 : N ; - explosionsfoerlopp_nn_1 : N ; - explosionshaerd_nn_1 : N ; - explosionsmotor_nn_1 : N ; - explosionsoegonblick_nn_1 : N ; - explosionssaett_nn_1 : N ; - explosiv_av_1 : A ; - expo_nn_1 : N ; - exponent_nn_1 : N ; - exponentiell_av_1 : A ; - exponering_nn_1 : N ; - exponeringsmaetare_nn_1 : N ; - export_nn_1 : N ; - exportinkomst_nn_1 : N ; - exportmarknad_nn_1 : N ; - exportoer_nn_1 : N ; - expose_nn_1 : N ; - exposition_nn_1 : N ; - express_ab_1 : Adv ; - express_nn_1 : N ; - expressbrev_nn_1 : N ; - expressbyraa_nn_1 : N ; - expressfoersaendelse_nn_1 : N ; - expressionist_nn_1 : N ; - expressiv_av_1 : A ; - expressivitet_nn_1 : N ; - expropriation_nn_1 : N ; - exsickat_nn_1 : N ; - exsickator_nn_1 : N ; - exsudat_nn_1 : N ; - extatisk_av_1 : A ; - extempore_ab_1 : Adv ; - extension_nn_1 : N ; - extensiv_av_1 : A ; - exterioer_nn_1 : N ; - extern_av_1 : A ; - extern_nn_1 : N ; - externat_nn_1 : N ; - exterritoriell_av_1 : A ; - extra_ab_1 : Adv ; - extra_av_1 : A ; - extrainkomst_nn_1 : N ; - extrajudiciell_av_1 : A ; - extraknaeck_nn_1 : N ; - extrakontant_av_1 : A ; - extrakt_nn_1 : N ; - extraktion_nn_1 : N ; - extraktivaemne_nn_1 : N ; - extraktor_nn_1 : N ; - extramural_av_1 : A ; - extraordinaer_av_1 : A ; - extraordinarie_av_1 : A ; - extraordinarie_nn_1 : N ; - extrapolation_nn_1 : N ; - extrapris_nn_1 : N ; - extrasol_nn_1 : N ; - extrauterin_av_1 : A ; - extravagans_nn_1 : N ; - extravagant_av_1 : A ; - extrem_av_1 : A ; - extrem_nn_1 : N ; - extremist_nn_1 : N ; - extremitet_nn_1 : N ; - extrovert_av_1 : A ; - eye_liner_nn_1 : N ; - faa_av_1 : A ; - faafaeng_av_1 : A ; - faafaenglig_av_1 : A ; - faafaenglighet_nn_1 : N ; - faagel_nn_1 : N ; - faagelaegg_nn_1 : N ; - faagelbad_nn_1 : N ; - faagelbaer_nn_1 : N ; - faagelbo_nn_1 : N ; - faagelbur_nn_1 : N ; - faagelfjaeder_nn_1 : N ; - faagelfot_nn_1 : N ; - faagelfri_av_1 : A ; - faagelholk_nn_1 : N ; - faagelhund_nn_1 : N ; - faageljakt_nn_1 : N ; - faagelperspektiv_nn_1 : N ; - faagelskaadare_nn_1 : N ; - faagelskaadning_nn_1 : N ; - faagelstraeck_nn_1 : N ; - faagelunge_nn_1 : N ; - faagelvinge_nn_1 : N ; - faakunnig_av_1 : A ; - faale_nn_1 : N ; - faall_nn_1 : N ; - faallbaenk_nn_1 : N ; - faamaeld_av_1 : A ; - faamansfoeretag_nn_1 : N ; - faan_nn_1 : N ; - faane_nn_1 : N ; - faaneri_nn_1 : N ; - faang_nn_1 : N ; - faange_nn_1 : N ; - faangen_av_1 : A ; - faangeshandling_nn_1 : N ; - faangesman_nn_1 : N ; - faanglaeger_nn_1 : N ; - faangst_nn_1 : N ; - faangstanordning_nn_1 : N ; - faangstfolk_nn_1 : N ; - faangstgrop_nn_1 : N ; - faangstkrok_nn_1 : N ; - faangstkultur_nn_1 : N ; - faangstplats_nn_1 : N ; - faangstredskap_nn_1 : N ; - faangvaktare_nn_1 : N ; - faanig_av_1 : A ; - faanskratt_nn_1 : N ; - faantratt_nn_1 : N ; - faaordig_av_1 : A ; - faar_nn_1 : N ; - faaraktig_av_1 : A ; - faarbogsaerm_nn_1 : N ; - faarfiol_nn_1 : N ; - faarhund_nn_1 : N ; - faarost_nn_1 : N ; - faarskalle_nn_1 : N ; - faarskinn_nn_1 : N ; - faat_nn_1 : N ; - faatal_nn_1 : N ; - faatalig_av_1 : A ; - faatoelj_nn_1 : N ; - faavitsk_av_1 : A ; - fabel_nn_1 : N ; - fabelaktig_av_1 : A ; - fabeldjur_nn_1 : N ; - fabrik_nn_1 : N ; - fabrikant_nn_1 : N ; - fabrikat_nn_1 : N ; - fabrikation_nn_1 : N ; - fabrikoer_nn_1 : N ; - fabriksmaessig_av_1 : A ; - fabriksny_av_1 : A ; - fabrikspris_nn_1 : N ; - fabriksskorsten_nn_1 : N ; - fabulering_nn_1 : N ; - fabuloes_av_1 : A ; - facil_av_1 : A ; - facilitet_nn_1 : N ; - fack_nn_1 : N ; - fackelblomster_nn_1 : N ; - fackeltaag_nn_1 : N ; - fackfoerbund_nn_1 : N ; - fackfoerening_nn_1 : N ; - fackfoereningsroerelse_nn_1 : N ; - fackidiot_nn_1 : N ; - fackkunnig_av_1 : A ; - fackkunskap_nn_1 : N ; - fackla_nn_1 : N ; - facklig_av_1 : A ; - fackmaessig_av_1 : A ; - fackman_nn_1 : N ; - fackminister_nn_1 : N ; - fackordbok_nn_1 : N ; - fackorgan_nn_1 : N ; - fackspraak_nn_1 : N ; - fackterm_nn_1 : N ; - facktidskrift_nn_1 : N ; - fackutskottsprincip_nn_1 : N ; - fackverk_nn_1 : N ; - fadaes_nn_1 : N ; - fadder_nn_1 : N ; - fadderbarn_nn_1 : N ; - fader_nn_1 : N ; - faderlig_av_1 : A ; - fadermoerdare_nn_1 : N ; - fadersarv_nn_1 : N ; - fadersfigur_nn_1 : N ; - fadersgestalt_nn_1 : N ; - fadershus_nn_1 : N ; - faderskomplex_nn_1 : N ; - fadersnamn_nn_1 : N ; - fadersvaelde_nn_1 : N ; - fadervaar_nn_1 : N ; - fae_nn_1 : N ; - faeaktig_av_1 : A ; - faebless_nn_1 : N ; - faebod_nn_1 : N ; - faebodvall_nn_1 : N ; - faedernesland_nn_1 : N ; - faegnad_nn_1 : N ; - faegnesam_av_1 : A ; - faehund_nn_1 : N ; - faehus_nn_1 : N ; - faektare_nn_1 : N ; - faektning_nn_1 : N ; - faelg_nn_1 : N ; - faelgkors_nn_1 : N ; - faell_nn_1 : N ; - faellbar_av_1 : A ; - faellkniv_nn_1 : N ; - faellkoel_nn_1 : N ; - faellning_nn_1 : N ; - faellstol_nn_1 : N ; - faelt_nn_1 : N ; - faeltarme_nn_1 : N ; - faeltassistent_nn_1 : N ; - faeltbiolog_nn_1 : N ; - faeltflygare_nn_1 : N ; - faeltfoersoek_nn_1 : N ; - faeltgraa_av_1 : A ; - faelthare_nn_1 : N ; - faeltherre_nn_1 : N ; - faelthoens_nn_1 : N ; - faeltkikare_nn_1 : N ; - faeltmaessig_av_1 : A ; - faeltmaetning_nn_1 : N ; - faeltmarskalk_nn_1 : N ; - faeltpraest_nn_1 : N ; - faeltrop_nn_1 : N ; - faeltskaer_nn_1 : N ; - faeltslag_nn_1 : N ; - faeltspat_nn_1 : N ; - faeltstudium_nn_1 : N ; - faeltstyrka_nn_1 : N ; - faelttaag_nn_1 : N ; - faelttaagsplan_nn_1 : N ; - faelttaevlan_nn_1 : N ; - faelttecken_nn_1 : N ; - faelttjaenstgoering_nn_1 : N ; - faelttjaenstoevning_nn_1 : N ; - faeltuniform_nn_1 : N ; - faenad_nn_1 : N ; - faengelse_nn_1 : N ; - faengelsecell_nn_1 : N ; - faengelsefoerhaallande_nn_1 : N ; - faengelsekund_nn_1 : N ; - faengelsestraff_nn_1 : N ; - faenghaal_nn_1 : N ; - faengsel_nn_1 : N ; - faengslande_av_1 : A ; - faengslig_av_1 : A ; - faenrik_nn_1 : N ; - faerd_nn_1 : N ; - faerdbevis_nn_1 : N ; - faerdbiljett_nn_1 : N ; - faerdig_av_1 : A ; - faerdighet_nn_1 : N ; - faerdighetsaemne_nn_1 : N ; - faerdighetstraening_nn_1 : N ; - faerdknaepp_nn_1 : N ; - faerdled_nn_1 : N ; - faerdledare_nn_1 : N ; - faerdmedel_nn_1 : N ; - faerdriktning_nn_1 : N ; - faerdskrivare_nn_1 : N ; - faerdvaeg_nn_1 : N ; - faerg_nn_1 : N ; - faergaekta_av_1 : A ; - faergaemne_nn_1 : N ; - faergbad_nn_1 : N ; - faergband_nn_1 : N ; - faergbestaendig_av_1 : A ; - faergbild_nn_1 : N ; - faergblandning_nn_1 : N ; - faergblind_av_1 : A ; - faergeri_nn_1 : N ; - faergfilter_nn_1 : N ; - faergfoeraendring_nn_1 : N ; - faergglad_av_1 : A ; - faerggrann_av_1 : A ; - faerghandel_nn_1 : N ; - faergkaenslig_av_1 : A ; - faergkaenslighet_nn_1 : N ; - faergklick_nn_1 : N ; - faergkontrast_nn_1 : N ; - faerglitografi_nn_1 : N ; - faergloes_av_1 : A ; - faergmoenster_nn_1 : N ; - faergning_nn_1 : N ; - faergpigment_nn_1 : N ; - faergreproduktion_nn_1 : N ; - faergrik_av_1 : A ; - faergrivning_nn_1 : N ; - faergsaettning_nn_1 : N ; - faergspektrum_nn_1 : N ; - faergspel_nn_1 : N ; - faergsprakande_av_1 : A ; - faergspridning_nn_1 : N ; - faergstark_av_1 : A ; - faergstoff_nn_1 : N ; - faergtemperatur_nn_1 : N ; - faergteve_nn_1 : N ; - faergton_nn_1 : N ; - faergtryck_nn_1 : N ; - faering_nn_1 : N ; - faerjelaege_nn_1 : N ; - faerm_av_1 : A ; - faermitet_nn_1 : N ; - faeroeing_nn_1 : N ; - faeroeisk_av_1 : A ; - faeroeiska_nn_2 : N ; - faers_nn_1 : N ; - faersk_av_1 : A ; - faerskmalm_nn_1 : N ; - faerskning_nn_1 : N ; - faerskvatten_nn_1 : N ; - faesoer_nn_1 : N ; - faesting_nn_1 : N ; - faestman_nn_1 : N ; - faestmoe_nn_1 : N ; - faestning_nn_1 : N ; - faestpunkt_nn_1 : N ; - fager_av_1 : A ; - fagott_nn_1 : N ; - faiblesse_nn_1 : N ; - fajans_nn_1 : N ; - fajt_nn_1 : N ; - fakir_nn_1 : N ; - faksimil_nn_1 : N ; - faksimile_nn_1 : N ; - faktafolder_nn_1 : N ; - fakticitet_nn_1 : N ; - faktisk_av_1 : A ; - faktor_nn_1 : N ; - faktoranalys_nn_1 : N ; - faktori_nn_1 : N ; - faktotum_nn_1 : N ; - faktum_nn_1 : N ; - fakultativ_av_1 : A ; - fakultet_nn_1 : N ; - fakultetsopponent_nn_1 : N ; - fal_av_1 : A ; - falang_nn_1 : N ; - falangist_nn_1 : N ; - falk_nn_1 : N ; - falkenerare_nn_1 : N ; - falkjakt_nn_1 : N ; - falkonett_nn_1 : N ; - fall_nn_1 : N ; - falla_vb_1 : V ; - fallen_av_1 : A ; - fallenhet_nn_1 : N ; - fallfaerdig_av_1 : A ; - fallfrukt_nn_1 : N ; - fallgrop_nn_1 : N ; - fallhammare_nn_1 : N ; - fallhoejd_nn_1 : N ; - fallissemang_nn_1 : N ; - fallos_nn_1 : N ; - fallrep_nn_1 : N ; - fallseger_nn_1 : N ; - fallskaerm_nn_1 : N ; - fallskaermshoppare_nn_1 : N ; - fallskaermsjaegare_nn_1 : N ; - fallskaermstrupp_nn_1 : N ; - fallstudie_nn_1 : N ; - fallverk_nn_1 : N ; - fallvind_nn_1 : N ; - fals_nn_1 : N ; - falsarium_nn_1 : N ; - falsifikat_nn_1 : N ; - falsk_av_1 : A ; - falskeligen_ab_1 : Adv ; - falskmyntare_nn_1 : N ; - falskspel_nn_1 : N ; - falukorv_nn_1 : N ; - faluroed_av_1 : A ; - familj_nn_1 : N ; - familjaer_av_1 : A ; - familjaritet_nn_1 : N ; - familjebidrag_nn_1 : N ; - familjebiljett_nn_1 : N ; - familjebolag_nn_1 : N ; - familjedaghem_nn_1 : N ; - familjefoeretag_nn_1 : N ; - familjefoersoerjare_nn_1 : N ; - familjehem_nn_1 : N ; - familjehotell_nn_1 : N ; - familjejordbruk_nn_1 : N ; - familjekrets_nn_1 : N ; - familjemedlem_nn_1 : N ; - familjenamn_nn_1 : N ; - familjepension_nn_1 : N ; - familjeplanering_nn_1 : N ; - familjeraadgivning_nn_1 : N ; - familjerabatt_nn_1 : N ; - famlande_av_1 : A ; - famn_nn_1 : N ; - famntag_nn_1 : N ; - famoes_av_1 : A ; - fan_nn_2 : N ; - fan_nn_3 : N ; - fanatiker_nn_1 : N ; - fanatisk_av_1 : A ; - fanborg_nn_1 : N ; - fandango_nn_1 : N ; - faner_nn_1 : N ; - fanerogam_av_1 : A ; - fanerogam_nn_1 : N ; - fanfar_nn_1 : N ; - fanjunkare_nn_1 : N ; - fanskap_nn_1 : N ; - fanstyg_nn_1 : N ; - fantasi_nn_1 : N ; - fantasidjur_nn_1 : N ; - fantasifull_av_1 : A ; - fantasiloes_av_1 : A ; - fantasiprodukt_nn_1 : N ; - fantasispel_nn_1 : N ; - fantasivaerld_nn_1 : N ; - fantast_nn_1 : N ; - fantasteri_nn_1 : N ; - fantastisk_av_1 : A ; - fantom_nn_1 : N ; - fantom_nn_2 : N ; - fantomsnygg_av_1 : A ; - fara_nn_1 : N ; - fara_vb_1 : V ; - farad_nn_1 : N ; - farao_nn_1 : N ; - farbar_av_1 : A ; - farbroder_nn_1 : N ; - farbroderlig_av_1 : A ; - farbror_nn_1 : N ; - fardag_nn_1 : N ; - farfoeraelder_nn_1 : N ; - fargalt_nn_1 : N ; - farise_nn_1 : N ; - fariseisk_av_1 : A ; - farkost_nn_1 : N ; - farled_nn_1 : N ; - farlig_av_1 : A ; - farlighet_nn_1 : N ; - farm_nn_1 : N ; - farmaceut_nn_1 : N ; - farmaceutisk_av_1 : A ; - farmacevt_nn_1 : N ; - farmacevtisk_av_1 : A ; - farmacie_av_1 : A ; - farmaka_nn_1 : N ; - farmakolog_nn_1 : N ; - farmakologisk_av_1 : A ; - farmakope_nn_1 : N ; - farmare_nn_1 : N ; - farmor_nn_1 : N ; - farofylld_av_1 : A ; - farozon_nn_1 : N ; - fars_nn_1 : N ; - farsarv_nn_1 : N ; - farsgubbe_nn_1 : N ; - farsot_nn_1 : N ; - farstu_nn_1 : N ; - fart_nn_1 : N ; - fartblind_av_1 : A ; - fartdaare_nn_1 : N ; - farthaallare_nn_1 : N ; - farthinder_nn_1 : N ; - fartkamera_nn_1 : N ; - fartrand_nn_1 : N ; - fartyg_nn_1 : N ; - fartygsbesaettning_nn_1 : N ; - fartygsbotten_nn_1 : N ; - fartygsdaeck_nn_1 : N ; - fartygskurs_nn_1 : N ; - fartygslast_nn_1 : N ; - fartygssida_nn_1 : N ; - fartygsskrov_nn_1 : N ; - fartygstyp_nn_1 : N ; - farvael_nn_1 : N ; - farvatten_nn_1 : N ; - faryngal_av_1 : A ; - fas_nn_1 : N ; - fasa_nn_1 : N ; - fasad_nn_1 : N ; - fasan_nn_1 : N ; - fasansfull_av_1 : A ; - fasavaeckande_av_1 : A ; - fascist_nn_1 : N ; - fascistisk_av_1 : A ; - fasett_nn_1 : N ; - fasettoega_nn_1 : N ; - fasfoerskjutning_nn_1 : N ; - fashionabel_av_1 : A ; - faskikel_nn_1 : N ; - faskin_nn_1 : N ; - faskinkniv_nn_1 : N ; - faslig_av_1 : A ; - fason_nn_1 : N ; - fasspaenning_nn_1 : N ; - fast_ab_1 : Adv ; - fast_av_1 : A ; - fasta_nn_1 : N ; - fastage_nn_1 : N ; - fastemaanad_nn_1 : N ; - faster_nn_1 : N ; - fastfrusen_av_1 : A ; - fasthaalla_vb_1 : V ; - fasthaallning_nn_1 : N ; - fasthet_nn_1 : N ; - fastighet_nn_1 : N ; - fastighetsbyraa_nn_1 : N ; - fastighetskoep_nn_1 : N ; - fastighetsmaeklare_nn_1 : N ; - fastighetsskatt_nn_1 : N ; - fastighetsskoetare_nn_1 : N ; - fastighetstaxering_nn_1 : N ; - fastlaast_av_1 : A ; - fastlaenning_nn_1 : N ; - fastlagsbulle_nn_1 : N ; - fastlagsris_nn_1 : N ; - fastlagssoendag_nn_1 : N ; - fastmer_ab_1 : Adv ; - fastsaettning_nn_1 : N ; - fastta_vb_1 : V ; - fat_nn_1 : N ; - fatabur_nn_1 : N ; - fatal_av_1 : A ; - fataliedag_nn_1 : N ; - fatalietid_nn_1 : N ; - fatalist_nn_1 : N ; - fatalistisk_av_1 : A ; - fatalitet_nn_1 : N ; - fatbur_nn_1 : N ; - fatt_ab_1 : Adv ; - fatt_av_1 : A ; - fattbar_av_1 : A ; - fattbarhet_nn_1 : N ; - fattig_av_1 : A ; - fattigdom_nn_1 : N ; - fattigdomsbevis_nn_1 : N ; - fattighjon_nn_1 : N ; - fattiglapp_nn_1 : N ; - fattlig_av_1 : A ; - fattning_nn_1 : N ; - faun_nn_1 : N ; - faunist_nn_1 : N ; - faunistisk_av_1 : A ; - faute_nn_1 : N ; - favoer_nn_1 : N ; - favorit_nn_1 : N ; - favoritfoerfattare_nn_1 : N ; - favoritraett_nn_1 : N ; - favoritrestaurang_nn_1 : N ; - fax_nn_1 : N ; - fax_nn_2 : N ; - fe_nn_1 : N ; - featureprogram_nn_1 : N ; - feber_nn_1 : N ; - feberanfall_nn_1 : N ; - feberfri_av_1 : A ; - febersjukdom_nn_1 : N ; - febertermometer_nn_1 : N ; - febrig_av_1 : A ; - febril_av_1 : A ; - federal_av_1 : A ; - federalist_nn_1 : N ; - federalistisk_av_1 : A ; - federation_nn_1 : N ; - federativ_av_1 : A ; - feeri_nn_1 : N ; - feg_av_1 : A ; - feghet_nn_1 : N ; - fegis_nn_1 : N ; - fejd_nn_1 : N ; - fekal_av_1 : A ; - fel_av_1 : A ; - fel_nn_1 : N ; - felaktig_av_1 : A ; - felaktighet_nn_1 : N ; - felbedoemning_nn_1 : N ; - felberaekning_nn_1 : N ; - feldrag_nn_1 : N ; - felfinnare_nn_1 : N ; - felfri_av_1 : A ; - felgrepp_nn_1 : N ; - felhandling_nn_1 : N ; - felmarginal_nn_1 : N ; - felparkering_nn_1 : N ; - felprocent_nn_1 : N ; - felraekningspeng_nn_1 : N ; - felsaegning_nn_1 : N ; - felslagen_av_1 : A ; - felslut_nn_1 : N ; - felsteg_nn_1 : N ; - femaarig_av_1 : A ; - femaarsplan_nn_1 : N ; - femaktare_nn_1 : N ; - femdagarsvecka_nn_1 : N ; - femdygnsprognos_nn_1 : N ; - feminin_av_1 : A ; - femininum_nn_1 : N ; - feminist_nn_1 : N ; - feministisk_av_1 : A ; - femkamp_nn_1 : N ; - femling_nn_1 : N ; - femoering_nn_1 : N ; - femstaemmig_av_1 : A ; - femtedel_nn_1 : N ; - femtekolonn_nn_1 : N ; - femtekolonnare_nn_1 : N ; - femtiaarsdag_nn_1 : N ; - femtikronorssedel_nn_1 : N ; - femtilapp_nn_1 : N ; - femtioaarsdag_nn_1 : N ; - femtioering_nn_1 : N ; - femtiokronorssedel_nn_1 : N ; - femtiooering_nn_1 : N ; - femtiotal_nn_1 : N ; - femtiotalist_nn_1 : N ; - femtital_nn_1 : N ; - femtitalist_nn_1 : N ; - femtonhundrameterslopp_nn_1 : N ; - femuddig_av_1 : A ; - fena_av_1 : A ; - fender_nn_1 : N ; - fendert_nn_1 : N ; - fenedrin_nn_1 : N ; - fenicier_nn_1 : N ; - fenicisk_av_1 : A ; - fenkoel_nn_1 : N ; - fenmetralin_nn_1 : N ; - fennicism_nn_1 : N ; - fennoman_nn_1 : N ; - fenol_nn_1 : N ; - fenolftalein_nn_1 : N ; - fenolisk_av_1 : A ; - fenomen_nn_1 : N ; - fenomenal_av_1 : A ; - fenomenologisk_av_1 : A ; - fenoplast_nn_1 : N ; - fenotyp_nn_1 : N ; - fenval_nn_1 : N ; - feodal_av_1 : A ; - ferie_nn_1 : N ; - ferm_av_1 : A ; - fermat_nn_1 : N ; - ferment_nn_1 : N ; - fermitet_nn_1 : N ; - ferrit_nn_1 : N ; - ferrolegering_nn_1 : N ; - fertil_av_1 : A ; - fertilitet_nn_1 : N ; - fest_nn_1 : N ; - festande_nn_1 : N ; - festarrangoer_nn_1 : N ; - festbord_nn_1 : N ; - festival_nn_1 : N ; - festivitet_nn_1 : N ; - festklaenning_nn_1 : N ; - festkvaell_nn_1 : N ; - festlig_av_1 : A ; - festlighet_nn_1 : N ; - festmaaltid_nn_1 : N ; - festmiddag_nn_1 : N ; - feston_nn_1 : N ; - festong_nn_1 : N ; - festprisse_nn_1 : N ; - festskrift_nn_1 : N ; - festspel_nn_1 : N ; - feststaemning_nn_1 : N ; - festtaag_nn_1 : N ; - festvaaning_nn_1 : N ; - fet_av_1 : A ; - fetblad_nn_1 : N ; - fetisch_nn_1 : N ; - fetischist_nn_1 : N ; - fetknopp_nn_1 : N ; - fetlagd_av_1 : A ; - fets_nn_1 : N ; - fetsill_nn_1 : N ; - fetstil_nn_1 : N ; - fett_nn_1 : N ; - fettaemne_nn_1 : N ; - fetthaerdning_nn_1 : N ; - fetthalt_nn_1 : N ; - fetthaltig_av_1 : A ; - fettisdag_nn_1 : N ; - fettisdagsbulle_nn_1 : N ; - fettkoertel_nn_1 : N ; - fettlever_nn_1 : N ; - fettloesande_av_1 : A ; - fettloeslig_av_1 : A ; - fettloeslighet_nn_1 : N ; - fetto_nn_1 : N ; - fettreserv_nn_1 : N ; - fettrik_av_1 : A ; - fettsvansfaar_nn_1 : N ; - fettvaevnad_nn_1 : N ; - fettvalk_nn_1 : N ; - fez_nn_1 : N ; - fial_nn_1 : N ; - fiasko_nn_1 : N ; - fibbla_nn_1 : N ; - fiber_nn_1 : N ; - fiberrik_av_1 : A ; - fiberspik_nn_1 : N ; - fibervaext_nn_1 : N ; - fibrig_av_1 : A ; - fibrill_nn_1 : N ; - fibrin_nn_1 : N ; - fickformat_nn_1 : N ; - fickhandbok_nn_1 : N ; - fickkalkylator_nn_1 : N ; - fickkniv_nn_1 : N ; - fickpeng_nn_1 : N ; - fickspegel_nn_1 : N ; - ficktjuv_nn_1 : N ; - fickur_nn_1 : N ; - fiction_novell_nn_1 : N ; - fideikommiss_nn_1 : N ; - fidjian_nn_1 : N ; - fidus_nn_1 : N ; - fiende_nn_1 : N ; - fiendskap_nn_1 : N ; - fientlig_av_1 : A ; - fientlighet_nn_1 : N ; - fiffig_av_1 : A ; - fifflare_nn_1 : N ; - fight_nn_1 : N ; - fighter_nn_1 : N ; - figur_nn_1 : N ; - figuraakning_nn_1 : N ; - figurant_nn_1 : N ; - figuration_nn_1 : N ; - figurativ_av_1 : A ; - figurlig_av_1 : A ; - figursydd_av_1 : A ; - fijian_nn_1 : N ; - fik_nn_1 : N ; - fiken_av_1 : A ; - fikon_nn_1 : N ; - fikonloev_nn_1 : N ; - fikonspraak_nn_1 : N ; - fikontraed_nn_1 : N ; - fiktion_nn_1 : N ; - fiktiv_av_1 : A ; - fikus_nn_1 : N ; - fil_nn_1 : N ; - fil_nn_2 : N ; - filantrop_nn_1 : N ; - filantropisk_av_1 : A ; - filatelist_nn_1 : N ; - filbunke_nn_1 : N ; - file_nn_1 : N ; - filharmoniker_nn_1 : N ; - filharmonisk_av_1 : A ; - filial_nn_1 : N ; - filibuster_nn_1 : N ; - filibustring_nn_1 : N ; - filigran_nn_1 : N ; - filipin_nn_1 : N ; - filippik_nn_1 : N ; - filippinare_nn_1 : N ; - filippinsk_av_1 : A ; - filiste_nn_1 : N ; - filister_nn_1 : N ; - filistroes_av_1 : A ; - filklove_nn_1 : N ; - filkoerning_nn_1 : N ; - film_nn_1 : N ; - filmare_nn_1 : N ; - filmatelje_nn_1 : N ; - filmatisk_av_1 : A ; - filmbild_nn_1 : N ; - filmexpert_nn_1 : N ; - filmfars_nn_1 : N ; - filmfotograf_nn_1 : N ; - filmframkallning_nn_1 : N ; - filmgranskning_nn_1 : N ; - filmhistoria_nn_1 : N ; - filminspelning_nn_1 : N ; - filmisk_av_1 : A ; - filmkamera_nn_1 : N ; - filmkomedi_nn_1 : N ; - filmmanuskript_nn_1 : N ; - filmning_nn_1 : N ; - filmotek_nn_1 : N ; - filmpremiaer_nn_1 : N ; - filmregissoer_nn_1 : N ; - filmrulle_nn_1 : N ; - filmscen_nn_1 : N ; - filmskaadespelare_nn_1 : N ; - filmskapare_nn_1 : N ; - filmstudio_nn_1 : N ; - filmtecknare_nn_1 : N ; - filolog_nn_1 : N ; - filologi_nn_1 : N ; - filologisk_av_1 : A ; - filosof_nn_1 : N ; - filosofem_nn_1 : N ; - filosofi_nn_1 : N ; - filosofie_av_1 : A ; - filosofisk_av_1 : A ; - filspaan_nn_1 : N ; - filt_nn_1 : N ; - filter_nn_1 : N ; - filtercigarett_nn_1 : N ; - filterpaase_nn_1 : N ; - filtrat_nn_1 : N ; - filtrerpapper_nn_1 : N ; - filtspets_nn_1 : N ; - filttoffel_nn_1 : N ; - filur_nn_1 : N ; - fimbulvinter_nn_1 : N ; - fimmelstaang_nn_1 : N ; - fimp_nn_1 : N ; - fin_av_1 : A ; - final_av_1 : A ; - final_nn_1 : N ; - finalist_nn_1 : N ; - finansdebatt_nn_1 : N ; - finansdepartement_nn_1 : N ; - finansiaer_nn_1 : N ; - finansiell_av_1 : A ; - finansiering_nn_1 : N ; - finansman_nn_1 : N ; - finansminister_nn_1 : N ; - finansplan_nn_1 : N ; - finansvalp_nn_1 : N ; - finemang_ab_1 : Adv ; - finess_nn_1 : N ; - finfin_av_1 : A ; - finger_nn_1 : N ; - fingeravtryck_nn_1 : N ; - fingerboejarmuskel_nn_1 : N ; - fingerborg_nn_1 : N ; - fingerfaerdig_av_1 : A ; - fingerfaerg_nn_1 : N ; - fingerhud_nn_1 : N ; - fingerled_nn_1 : N ; - fingernerv_nn_1 : N ; - fingeroert_nn_1 : N ; - fingerprov_nn_1 : N ; - fingerring_nn_1 : N ; - fingersaettning_nn_1 : N ; - fingerstraeckarmuskel_nn_1 : N ; - fingersvamp_nn_1 : N ; - fingertopp_nn_1 : N ; - fingervante_nn_1 : N ; - fingervisning_nn_1 : N ; - finhyllt_av_1 : A ; - finish_nn_1 : N ; - finit_av_1 : A ; - fink_nn_1 : N ; - finkaensla_nn_1 : N ; - finkaenslig_av_1 : A ; - finkaenslighet_nn_1 : N ; - finkalibrig_av_1 : A ; - finkart_nn_1 : N ; - finkelolja_nn_1 : N ; - finkfaagel_nn_1 : N ; - finklaedd_av_1 : A ; - finkornig_av_1 : A ; - finkunge_nn_1 : N ; - finlaendare_nn_1 : N ; - finlaendsk_av_1 : A ; - finlaendska_nn_1 : N ; - finlandism_nn_1 : N ; - finlandssvensk_av_1 : A ; - finlandssvensk_nn_1 : N ; - finlandssvenska_nn_2 : N ; - finlek_nn_1 : N ; - finmaskig_av_1 : A ; - finmekaniker_nn_1 : N ; - finmekanisk_av_1 : A ; - finna_vb_1 : V ; - finne_nn_1 : N ; - finnig_av_1 : A ; - finnjolle_nn_1 : N ; - finnmark_nn_1 : N ; - finrum_nn_1 : N ; - finsk_av_1 : A ; - finsk_ugrisk_av_1 : A ; - finska_nn_2 : N ; - finskhet_nn_1 : N ; - finsko_nn_1 : N ; - finsmakare_nn_1 : N ; - finsmide_nn_1 : N ; - finsnickare_nn_1 : N ; - finsnickeri_nn_1 : N ; - finspunnen_av_1 : A ; - finstaemd_av_1 : A ; - finstilt_av_1 : A ; - finstruktur_nn_1 : N ; - fint_nn_1 : N ; - fintlig_av_1 : A ; - fintvaett_nn_1 : N ; - finurlig_av_1 : A ; - fiol_nn_1 : N ; - fiolblock_nn_1 : N ; - fiolspelare_nn_1 : N ; - fiolstraeng_nn_1 : N ; - fioritur_nn_1 : N ; - fipplig_av_1 : A ; - firma_nn_1 : N ; - firmafest_nn_1 : N ; - firmamaerke_nn_1 : N ; - firmanamn_nn_1 : N ; - firmatecknare_nn_1 : N ; - firmateckning_nn_1 : N ; - firngraens_nn_1 : N ; - firre_nn_1 : N ; - fis_nn_1 : N ; - fischy_nn_1 : N ; - fisfoernaem_av_1 : A ; - fisig_av_1 : A ; - fisk_nn_1 : N ; - fiskaadra_nn_1 : N ; - fiskal_av_1 : A ; - fiskalisk_av_1 : A ; - fiskare_nn_1 : N ; - fiskart_nn_1 : N ; - fiskben_nn_1 : N ; - fiskbensmoenster_nn_1 : N ; - fiskbulle_nn_1 : N ; - fiskdamm_nn_1 : N ; - fiske_nn_1 : N ; - fiskebaat_nn_1 : N ; - fiskebank_nn_1 : N ; - fiskedrag_nn_1 : N ; - fiskefartyg_nn_1 : N ; - fiskegraens_nn_1 : N ; - fiskekort_nn_1 : N ; - fiskekrok_nn_1 : N ; - fiskelaege_nn_1 : N ; - fiskelag_nn_1 : N ; - fiskenaet_nn_1 : N ; - fiskenation_nn_1 : N ; - fiskeredskap_nn_1 : N ; - fiskeri_nn_1 : N ; - fiskeristyrelse_nn_1 : N ; - fiskevatten_nn_1 : N ; - fiskezon_nn_1 : N ; - fiskfile_nn_1 : N ; - fiskgjuse_nn_1 : N ; - fiskhamn_nn_1 : N ; - fiskkrok_nn_1 : N ; - fiskmaas_nn_1 : N ; - fiskmun_nn_1 : N ; - fisknaet_nn_1 : N ; - fisknot_nn_1 : N ; - fiskodling_nn_1 : N ; - fiskoega_nn_1 : N ; - fiskpinne_nn_1 : N ; - fiskpudding_nn_1 : N ; - fiskredskap_nn_1 : N ; - fiskstim_nn_1 : N ; - fisksump_nn_1 : N ; - fisktom_av_1 : A ; - fiskvandring_nn_1 : N ; - fiskyngel_nn_1 : N ; - fissil_av_1 : A ; - fission_nn_1 : N ; - fissur_nn_1 : N ; - fistel_nn_1 : N ; - fistuloes_av_1 : A ; - fix_av_1 : A ; - fixare_nn_1 : N ; - fixativ_nn_1 : N ; - fixerbad_nn_1 : N ; - fixering_nn_1 : N ; - fixeringsbild_nn_1 : N ; - fixpunkt_nn_1 : N ; - fixtur_nn_1 : N ; - fjaeder_nn_1 : N ; - fjaederboll_nn_1 : N ; - fjaederbuske_nn_1 : N ; - fjaederdraekt_nn_1 : N ; - fjaederfae_nn_1 : N ; - fjaederklaedd_av_1 : A ; - fjaederlaett_av_1 : A ; - fjaedermoln_nn_1 : N ; - fjaederpensel_nn_1 : N ; - fjaederskrud_nn_1 : N ; - fjaedertyp_nn_1 : N ; - fjaedervaag_nn_1 : N ; - fjaedervinge_nn_1 : N ; - fjaedring_nn_1 : N ; - fjaell_nn_1 : N ; - fjaellaemmel_nn_1 : N ; - fjaellbaeck_nn_1 : N ; - fjaellbjoerk_nn_1 : N ; - fjaellbrud_nn_1 : N ; - fjaellig_av_1 : A ; - fjaellik_av_1 : A ; - fjaellkedja_nn_1 : N ; - fjaellnaera_av_1 : A ; - fjaellpansar_nn_1 : N ; - fjaellpipare_nn_1 : N ; - fjaellplataa_nn_1 : N ; - fjaellraev_nn_1 : N ; - fjaellskivling_nn_1 : N ; - fjaelltrakt_nn_1 : N ; - fjaellturist_nn_1 : N ; - fjaellvaerld_nn_1 : N ; - fjaellvandrare_nn_1 : N ; - fjaellvandring_nn_1 : N ; - fjaellvraak_nn_1 : N ; - fjaelster_nn_1 : N ; - fjaer_av_1 : A ; - fjaerd_nn_1 : N ; - fjaerdedel_nn_1 : N ; - fjaerding_nn_1 : N ; - fjaerdingsman_nn_1 : N ; - fjaerdingsvaeg_nn_1 : N ; - fjaeril_nn_1 : N ; - fjaerilsart_nn_1 : N ; - fjaerran_ab_1 : Adv ; - fjaerran_av_1 : A ; - fjaerrblockering_nn_1 : N ; - fjaerrkontroll_nn_1 : N ; - fjaerrpunkt_nn_1 : N ; - fjaerrseende_av_1 : A ; - fjaerrskaadande_av_1 : A ; - fjaerrskaadare_nn_1 : N ; - fjaerrskrivare_nn_1 : N ; - fjaerrskrivmaskin_nn_1 : N ; - fjaerrstyrd_av_1 : A ; - fjaerrtaag_nn_1 : N ; - fjaert_nn_1 : N ; - fjaesker_nn_1 : N ; - fjaeskig_av_1 : A ; - fjaet_nn_1 : N ; - fjant_nn_1 : N ; - fjanteri_nn_1 : N ; - fjantig_av_1 : A ; - fjoel_nn_1 : N ; - fjolaar_nn_1 : N ; - fjolaarsgraes_nn_1 : N ; - fjolleri_nn_1 : N ; - fjollig_av_1 : A ; - fjomperi_nn_1 : N ; - fjompig_av_1 : A ; - fjord_nn_1 : N ; - fjordhaest_nn_1 : N ; - fjording_nn_1 : N ; - fjun_nn_1 : N ; - fjunig_av_1 : A ; - fjuttig_av_1 : A ; - flaabuse_nn_1 : N ; - flaasig_av_1 : A ; - flabb_nn_1 : N ; - flabb_nn_2 : N ; - flabbig_av_1 : A ; - flack_av_1 : A ; - flackbanepjaes_nn_1 : N ; - fladdermus_nn_1 : N ; - fladdrig_av_1 : A ; - flaeck_nn_1 : N ; - flaeckborttagning_nn_1 : N ; - flaeckborttagningsmedel_nn_1 : N ; - flaeckfri_av_1 : A ; - flaeckig_av_1 : A ; - flaeckvis_ab_1 : Adv ; - flaeder_nn_1 : N ; - flaederbaer_nn_1 : N ; - flaedermus_nn_1 : N ; - flaekt_nn_1 : N ; - flaengig_av_1 : A ; - flaens_nn_1 : N ; - flaerdfri_av_1 : A ; - flaerdfull_av_1 : A ; - flaeskaenger_nn_1 : N ; - flaeskfile_nn_1 : N ; - flaeskhare_nn_1 : N ; - flaeskig_av_1 : A ; - flaeskkarre_nn_1 : N ; - flaeskkorv_nn_1 : N ; - flaeskkotlett_nn_1 : N ; - flaesklaegg_nn_1 : N ; - flaesklaepp_nn_1 : N ; - flaesktaerning_nn_1 : N ; - flaetverk_nn_1 : N ; - flagell_nn_1 : N ; - flagellant_nn_1 : N ; - flagellat_nn_1 : N ; - flageolett_nn_1 : N ; - flaggdag_nn_1 : N ; - flaggkapten_nn_1 : N ; - flaggman_nn_1 : N ; - flaggning_nn_1 : N ; - flaggskepp_nn_1 : N ; - flaggspel_nn_1 : N ; - flaggstaang_nn_1 : N ; - flagig_av_1 : A ; - flagrant_av_1 : A ; - flak_nn_1 : N ; - flakong_nn_1 : N ; - flamenco_nn_1 : N ; - flamingo_nn_1 : N ; - flamlaendare_nn_1 : N ; - flamlaendsk_av_1 : A ; - flamlaendska_nn_2 : N ; - flammig_av_1 : A ; - flampunkt_nn_1 : N ; - flamsig_av_1 : A ; - flamsk_av_1 : A ; - flamskvaevnad_nn_1 : N ; - flamskyddsmedel_nn_1 : N ; - flamugn_nn_1 : N ; - flandrisk_av_1 : A ; - flanell_nn_1 : N ; - flanellograf_nn_1 : N ; - flank_nn_1 : N ; - flanoer_nn_1 : N ; - flark_nn_1 : N ; - flarn_nn_1 : N ; - flaskbarn_nn_1 : N ; - flaskborste_nn_1 : N ; - flaskhaal_nn_1 : N ; - flaskhals_nn_1 : N ; - flaskoeppning_nn_1 : N ; - flatbroed_nn_1 : N ; - flatfisk_nn_1 : N ; - flatlus_nn_1 : N ; - flatskratt_nn_1 : N ; - flau_av_1 : A ; - flaxig_av_1 : A ; - flegmatiker_nn_1 : N ; - flegmatisk_av_1 : A ; - flektion_nn_1 : N ; - fleraarig_av_1 : A ; - flerbarnsfamilj_nn_1 : N ; - flercellig_av_1 : A ; - flerdubbel_av_1 : A ; - flerfaergstryck_nn_1 : N ; - flerfaldig_av_1 : A ; - flerfamiljshus_nn_1 : N ; - flermansvalkrets_nn_1 : N ; - flerpartisystem_nn_1 : N ; - flerspraakig_av_1 : A ; - flerstaedes_ab_1 : Adv ; - flerstaemmig_av_1 : A ; - flerstammig_av_1 : A ; - flertydig_av_1 : A ; - flervaaningshus_nn_1 : N ; - flervalstest_nn_1 : N ; - flervalsuppgift_nn_1 : N ; - fles_nn_1 : N ; - flexibel_av_1 : A ; - flexibilitet_nn_1 : N ; - flexion_nn_1 : N ; - flextid_nn_1 : N ; - flexur_nn_1 : N ; - flickjaegare_nn_1 : N ; - flicknamn_nn_1 : N ; - flickpension_nn_1 : N ; - flickvaen_nn_1 : N ; - flik_nn_1 : N ; - flikig_av_1 : A ; - flimmercell_nn_1 : N ; - flimmerhaar_nn_1 : N ; - flimrig_av_1 : A ; - flin_nn_1 : N ; - flink_av_1 : A ; - flintlaas_nn_1 : N ; - flintlaasgevaer_nn_1 : N ; - flintskalle_nn_1 : N ; - flintskallig_av_1 : A ; - flipperspel_nn_1 : N ; - flisig_av_1 : A ; - flitig_av_1 : A ; - flo_nn_1 : N ; - flock_nn_1 : N ; - flockblommig_av_1 : A ; - flockig_av_1 : A ; - flockinstinkt_nn_1 : N ; - flockkamrat_nn_1 : N ; - flod_nn_1 : N ; - flodarm_nn_1 : N ; - flodbaedd_nn_1 : N ; - flodbraedd_nn_1 : N ; - floddal_nn_1 : N ; - flodhaest_nn_1 : N ; - flodiller_nn_1 : N ; - flodomraade_nn_1 : N ; - flodprofil_nn_1 : N ; - flodslaett_nn_1 : N ; - flodstrand_nn_1 : N ; - flodsystem_nn_1 : N ; - flodterrass_nn_1 : N ; - floede_nn_1 : N ; - floedesdiagram_nn_1 : N ; - floedesschema_nn_1 : N ; - floej_nn_1 : N ; - floejel_nn_1 : N ; - floejt_nn_1 : N ; - floejtist_nn_1 : N ; - floejttravaer_nn_1 : N ; - floert_nn_1 : N ; - floertig_av_1 : A ; - floets_nn_1 : N ; - flogroenn_nn_1 : N ; - flop_nn_1 : N ; - flor_nn_1 : N ; - florentinsk_av_1 : A ; - florett_nn_1 : N ; - florilegium_nn_1 : N ; - florin_nn_1 : N ; - florist_nn_1 : N ; - floristisk_av_1 : A ; - floskel_nn_1 : N ; - floskuloes_av_1 : A ; - flott_av_1 : A ; - flottare_nn_1 : N ; - flottbas_nn_1 : N ; - flottbesoek_nn_1 : N ; - flottbro_nn_1 : N ; - flotte_nn_1 : N ; - flottflaeck_nn_1 : N ; - flottig_av_1 : A ; - flottilj_nn_1 : N ; - flottist_nn_1 : N ; - flottled_nn_1 : N ; - flottning_nn_1 : N ; - flottningstimmer_nn_1 : N ; - flottoer_nn_1 : N ; - flottyr_nn_1 : N ; - flox_nn_1 : N ; - fluffig_av_1 : A ; - flugblomster_nn_1 : N ; - flugsnappare_nn_1 : N ; - flugsvamp_nn_1 : N ; - fluidum_nn_1 : N ; - flukt_nn_1 : N ; - fluktuation_nn_1 : N ; - flummig_av_1 : A ; - fluorbehandling_nn_1 : N ; - fluorhalt_nn_1 : N ; - fluorhaltig_av_1 : A ; - fluorid_nn_1 : N ; - fluss_nn_1 : N ; - flussmedel_nn_1 : N ; - fluster_nn_1 : N ; - fluvial_av_1 : A ; - fly_nn_1 : N ; - flyg_nn_1 : N ; - flyga_vb_1 : V ; - flyganfall_nn_1 : N ; - flygare_nn_1 : N ; - flygattack_nn_1 : N ; - flygbaat_nn_1 : N ; - flygbas_nn_1 : N ; - flygbild_nn_1 : N ; - flygbiljett_nn_1 : N ; - flygblad_nn_1 : N ; - flygbolag_nn_1 : N ; - flygbomb_nn_1 : N ; - flygcertifikat_nn_1 : N ; - flygekorre_nn_1 : N ; - flygel_nn_1 : N ; - flygfae_nn_1 : N ; - flygfaelt_nn_1 : N ; - flygfaerdig_av_1 : A ; - flygfisk_nn_1 : N ; - flygfoerband_nn_1 : N ; - flygfoto_nn_1 : N ; - flygfotografi_nn_1 : N ; - flygg_av_1 : A ; - flyghastighet_nn_1 : N ; - flyghund_nn_1 : N ; - flygindustri_nn_1 : N ; - flygkaar_nn_1 : N ; - flygkapning_nn_1 : N ; - flygkapten_nn_1 : N ; - flygkonst_nn_1 : N ; - flygkropp_nn_1 : N ; - flyglarm_nn_1 : N ; - flygledare_nn_1 : N ; - flygledes_ab_1 : Adv ; - flygledning_nn_1 : N ; - flyglinje_nn_1 : N ; - flygmaskin_nn_1 : N ; - flygning_nn_1 : N ; - flygplan_nn_1 : N ; - flygplanskabin_nn_1 : N ; - flygplansroder_nn_1 : N ; - flygplansvinge_nn_1 : N ; - flygplats_nn_1 : N ; - flygroenn_nn_1 : N ; - flygtransport_nn_1 : N ; - flygtur_nn_1 : N ; - flygutbildning_nn_1 : N ; - flygvaerdinna_nn_1 : N ; - flygvapen_nn_1 : N ; - flyhaent_av_1 : A ; - flykt_nn_1 : N ; - flyktfoersoek_nn_1 : N ; - flyktig_av_1 : A ; - flykting_nn_1 : N ; - flyta_vb_1 : V ; - flythjaelp_nn_1 : N ; - flytning_nn_1 : N ; - flyttbar_av_1 : A ; - flyttblock_nn_1 : N ; - flyttfaagel_nn_1 : N ; - flyttgroet_nn_1 : N ; - flyttkarl_nn_1 : N ; - flyttlass_nn_1 : N ; - flyttning_nn_1 : N ; - flytvaest_nn_1 : N ; - fnasig_av_1 : A ; - fnask_nn_1 : N ; - fnasker_nn_1 : N ; - fniss_nn_1 : N ; - fnissig_av_1 : A ; - fnissning_nn_1 : N ; - fnittrig_av_1 : A ; - fnoesksvamp_nn_1 : N ; - fnoskig_av_1 : A ; - foaje_nn_1 : N ; - fob_ab_1 : Adv ; - fobi_nn_1 : N ; - fobitraening_nn_1 : N ; - fock_nn_1 : N ; - fockmast_nn_1 : N ; - focus_nn_1 : N ; - foder_nn_1 : N ; - foderblad_nn_1 : N ; - fodermaengd_nn_1 : N ; - fodermark_nn_1 : N ; - foderpaase_nn_1 : N ; - fodervaerde_nn_1 : N ; - fodervaext_nn_1 : N ; - fodral_nn_1 : N ; - foedd_av_1 : A ; - foedelse_nn_1 : N ; - foedelsedag_nn_1 : N ; - foedelsedagsbarn_nn_1 : N ; - foedelsehem_nn_1 : N ; - foedelsekontroll_nn_1 : N ; - foedelsemaerke_nn_1 : N ; - foedelsenummer_nn_1 : N ; - foedelsestad_nn_1 : N ; - foedelsetal_nn_1 : N ; - foedgeni_nn_1 : N ; - foedkrok_nn_1 : N ; - foedoaemne_nn_1 : N ; - foedoorganism_nn_1 : N ; - foedopartikel_nn_1 : N ; - foedoraad_nn_1 : N ; - foedsel_nn_1 : N ; - foedsloraett_nn_1 : N ; - foega_ab_1 : Adv ; - foegderi_nn_1 : N ; - foegderifoervaltning_nn_1 : N ; - foel_nn_1 : N ; - foeljaktligen_ab_1 : Adv ; - foeljande_av_1 : A ; - foeljd_nn_1 : N ; - foeljdenlig_av_1 : A ; - foeljdriktig_av_1 : A ; - foeljdsats_nn_1 : N ; - foeljdverkning_nn_1 : N ; - foeljebil_nn_1 : N ; - foeljebrev_nn_1 : N ; - foeljesedel_nn_1 : N ; - foeljeslagare_nn_1 : N ; - foeljeslagarinna_nn_1 : N ; - foeljetong_nn_1 : N ; - foeljsam_av_1 : A ; - foelsto_nn_1 : N ; - foen_nn_2 : N ; - foenster_nn_1 : N ; - foensterbaage_nn_1 : N ; - foensterbaenk_nn_1 : N ; - foensterbleck_nn_1 : N ; - foensterbord_nn_1 : N ; - foensterbraede_nn_1 : N ; - foensterglas_nn_1 : N ; - foensterkarm_nn_1 : N ; - foensterkuvert_nn_1 : N ; - foensterluft_nn_1 : N ; - foensternisch_nn_1 : N ; - foensterplats_nn_1 : N ; - foensterputsare_nn_1 : N ; - foenstersmyg_nn_1 : N ; - foenstertittare_nn_1 : N ; - foer_ab_1 : Adv ; - foer_nn_1 : N ; - foeraedling_nn_1 : N ; - foeraektenskaplig_av_1 : A ; - foeraelder_nn_1 : N ; - foeraeldrabalk_nn_1 : N ; - foeraeldrabesoek_nn_1 : N ; - foeraeldradag_nn_1 : N ; - foeraeldrafoermaan_nn_1 : N ; - foeraeldrafoersaekring_nn_1 : N ; - foeraeldrafri_av_1 : A ; - foeraeldrahem_nn_1 : N ; - foeraeldraledig_av_1 : A ; - foeraeldraledighet_nn_1 : N ; - foeraeldraloes_av_1 : A ; - foeraeldratraed_nn_1 : N ; - foeraelskelse_nn_1 : N ; - foeraenderlig_av_1 : A ; - foeraendring_nn_1 : N ; - foeraendringstakt_nn_1 : N ; - foeraeta_vb_1 : V ; - foeraktfull_av_1 : A ; - foeraktlig_av_1 : A ; - foeraning_nn_1 : N ; - foerankring_nn_1 : N ; - foeranmaelning_nn_1 : N ; - foeranstaltning_nn_1 : N ; - foerare_nn_1 : N ; - foerargelsevaeckande_av_1 : A ; - foerarglig_av_1 : A ; - foerarhytt_nn_1 : N ; - foerarkabin_nn_1 : N ; - foerbaalt_ab_1 : Adv ; - foerbaetterlig_av_1 : A ; - foerbaettring_nn_1 : N ; - foerbaettringslaan_nn_1 : N ; - foerband_nn_1 : N ; - foerbandsplats_nn_1 : N ; - foerbannelse_nn_1 : N ; - foerbehaall_nn_1 : N ; - foerbehaalla_vb_1 : V ; - foerbehaallsam_av_1 : A ; - foerbehaallsamhet_nn_1 : N ; - foerbehaallsloes_av_1 : A ; - foerbemaelde_av_1 : A ; - foerberedande_av_1 : A ; - foerberedd_av_1 : A ; - foerberedelse_nn_1 : N ; - foerberg_nn_1 : N ; - foerbi_ab_1 : Adv ; - foerbi_av_1 : A ; - foerbifartsled_nn_1 : N ; - foerbigaa_vb_1 : V ; - foerbigaangen_av_1 : A ; - foerbinda_vb_1 : V ; - foerbindelse_nn_1 : N ; - foerbindelsegaang_nn_1 : N ; - foerbindelseled_nn_1 : N ; - foerbindlig_av_1 : A ; - foerbindning_nn_1 : N ; - foerbiseende_nn_1 : N ; - foerbjuda_vb_1 : V ; - foerbjuden_av_1 : A ; - foerblivande_av_1 : A ; - foerbluffande_av_1 : A ; - foerboen_nn_1 : N ; - foerbraenningsmotor_nn_1 : N ; - foerbraenningsprodukt_nn_1 : N ; - foerbrinna_vb_1 : V ; - foerbroedring_nn_1 : N ; - foerbrukare_nn_1 : N ; - foerbrukningsartikel_nn_1 : N ; - foerbrukningsmaterial_nn_1 : N ; - foerbryta_vb_1 : V ; - foerbrytare_nn_1 : N ; - foerbrytelse_nn_1 : N ; - foerbud_nn_1 : N ; - foerbund_nn_1 : N ; - foerbunden_av_1 : A ; - foerbundsbrev_nn_1 : N ; - foerbundsdag_nn_1 : N ; - foerbundskansler_nn_1 : N ; - foerbundskapten_nn_1 : N ; - foerbundspresident_nn_1 : N ; - foerbundsregering_nn_1 : N ; - foerbundsrepublik_nn_1 : N ; - foerbundsstat_nn_1 : N ; - foerbyggnad_nn_1 : N ; - foerdaeck_nn_1 : N ; - foerdaemning_nn_1 : N ; - foerdaervlig_av_1 : A ; - foerdel_nn_1 : N ; - foerdelaktig_av_1 : A ; - foerdelare_nn_1 : N ; - foerdelning_nn_1 : N ; - foerdelningspolitisk_av_1 : A ; - foerdenskull_ab_1 : Adv ; - foerdetta_av_1 : A ; - foerdetting_nn_1 : N ; - foerdevind_ab_1 : Adv ; - foerdjupning_nn_1 : N ; - foerdjupningskurs_nn_1 : N ; - foerdoemd_av_1 : A ; - foerdoemlig_av_1 : A ; - foerdold_av_1 : A ; - foerdom_nn_1 : N ; - foerdomsalstrande_av_1 : A ; - foerdomsfri_av_1 : A ; - foerdomsfull_av_1 : A ; - foerdra_vb_1 : V ; - foerdrag_nn_1 : N ; - foerdragen_av_1 : A ; - foerdragsam_av_1 : A ; - foerdragsamhet_nn_1 : N ; - foerdriva_vb_1 : V ; - foerdrivande_nn_1 : N ; - foerdrivning_nn_1 : N ; - foerdroejning_nn_1 : N ; - foerdroemd_av_1 : A ; - foerdubbling_nn_1 : N ; - foere_ab_1 : Adv ; - foerebaera_vb_1 : V ; - foerebaerande_nn_1 : N ; - foerebild_nn_1 : N ; - foerebildlig_av_1 : A ; - foerebraaelse_nn_1 : N ; - foerebud_nn_1 : N ; - foeredoemlig_av_1 : A ; - foeredra_vb_1 : V ; - foeredrag_nn_1 : N ; - foeredragande_nn_1 : N ; - foeredragning_nn_1 : N ; - foerefintlig_av_1 : A ; - foeregaa_vb_1 : V ; - foeregaaende_av_1 : A ; - foeregaangare_nn_1 : N ; - foeregaangsman_nn_1 : N ; - foerege_vb_1 : V ; - foeregivande_nn_1 : N ; - foeregripa_vb_1 : V ; - foerehaalla_vb_1 : V ; - foerehavande_nn_1 : N ; - foerekomma_vb_1 : V ; - foerekommande_av_1 : A ; - foerekomst_nn_1 : N ; - foerelaeggande_nn_1 : N ; - foerelaesare_nn_1 : N ; - foerelaesning_nn_1 : N ; - foerelaesningssal_nn_1 : N ; - foereloepare_nn_1 : N ; - foeremaal_nn_1 : N ; - foerening_nn_1 : N ; - foereningsbank_nn_1 : N ; - foereningsfrihet_nn_1 : N ; - foereningsmaengd_nn_1 : N ; - foereningsroerelse_nn_1 : N ; - foerenkling_nn_1 : N ; - foerenlig_av_1 : A ; - foerenlighet_nn_1 : N ; - foeresats_nn_1 : N ; - foereskrift_nn_1 : N ; - foereskriva_vb_1 : V ; - foerespegling_nn_1 : N ; - foerespraakare_nn_1 : N ; - foerestaaende_av_1 : A ; - foerestaandare_nn_1 : N ; - foerestaandarinna_nn_1 : N ; - foerestaellande_av_1 : A ; - foerestaellare_nn_1 : N ; - foerestaellning_nn_1 : N ; - foerestaellningsvaerld_nn_1 : N ; - foereta_vb_1 : V ; - foeretag_nn_1 : N ; - foeretagare_nn_1 : N ; - foeretagsam_av_1 : A ; - foeretagsamhet_nn_1 : N ; - foeretagsekonom_nn_1 : N ; - foeretagsekonomisk_av_1 : A ; - foeretagsfilial_nn_1 : N ; - foeretagsledning_nn_1 : N ; - foeretagsnaemnd_nn_1 : N ; - foeretagsvinst_nn_1 : N ; - foeretal_nn_1 : N ; - foereteelse_nn_1 : N ; - foeretraedare_nn_1 : N ; - foeretraede_nn_1 : N ; - foeretraedesvis_ab_1 : Adv ; - foerevaendning_nn_1 : N ; - foerevarande_av_1 : A ; - foerfader_nn_1 : N ; - foerfaerlig_av_1 : A ; - foerfalla_vb_1 : V ; - foerfallen_av_1 : A ; - foerfallodag_nn_1 : N ; - foerfalskare_nn_1 : N ; - foerfalskning_nn_1 : N ; - foerfarande_nn_1 : N ; - foerfaren_av_1 : A ; - foerfaringssaett_nn_1 : N ; - foerfattare_nn_1 : N ; - foerfattarinna_nn_1 : N ; - foerfattarjag_nn_1 : N ; - foerfattning_nn_1 : N ; - foerfining_nn_1 : N ; - foerflugen_av_1 : A ; - foerfluten_av_1 : A ; - foerflyta_vb_1 : V ; - foerflyttning_nn_1 : N ; - foerfoeljelse_nn_1 : N ; - foerfoeljelsemani_nn_1 : N ; - foerfoerare_nn_1 : N ; - foerfoerelse_nn_1 : N ; - foerfoerisk_av_1 : A ; - foerfogande_nn_1 : N ; - foerfogandelag_nn_1 : N ; - foerfraagning_nn_1 : N ; - foerfriskning_nn_1 : N ; - foerfrusen_av_1 : A ; - foergaa_vb_1 : V ; - foergaard_nn_1 : N ; - foergaenglig_av_1 : A ; - foergaeta_vb_1 : V ; - foergaetmigej_nn_1 : N ; - foergaeves_ab_1 : Adv ; - foergasare_nn_1 : N ; - foergiftning_nn_1 : N ; - foergjord_av_1 : A ; - foergraaten_av_1 : A ; - foergraemd_av_1 : A ; - foergrening_nn_1 : N ; - foergripelse_nn_1 : N ; - foergriplig_av_1 : A ; - foergrund_nn_1 : N ; - foergrundsfigur_nn_1 : N ; - foergrundsgestalt_nn_1 : N ; - foergudning_nn_1 : N ; - foerhaall_nn_1 : N ; - foerhaallande_nn_1 : N ; - foerhaallandevis_ab_1 : Adv ; - foerhaallning_nn_1 : N ; - foerhaallningsorder_nn_1 : N ; - foerhaallningssaett_nn_1 : N ; - foerhaardnad_nn_1 : N ; - foerhaerligande_nn_1 : N ; - foerhaerskande_av_1 : A ; - foerhall_nn_1 : N ; - foerhanden_ab_1 : Adv ; - foerhandenvarande_av_1 : A ; - foerhandlare_nn_1 : N ; - foerhandling_nn_1 : N ; - foerhandlingsbar_av_1 : A ; - foerhandlingsbord_nn_1 : N ; - foerhandsbukt_nn_1 : N ; - foerhatlig_av_1 : A ; - foerhinder_nn_1 : N ; - foerhistorisk_av_1 : A ; - foerhoejning_nn_1 : N ; - foerhoer_nn_1 : N ; - foerhoersledare_nn_1 : N ; - foerhoersvittne_nn_1 : N ; - foerhoppning_nn_1 : N ; - foerhoppningsfull_av_1 : A ; - foerhoppningsvis_ab_1 : Adv ; - foerhuggning_nn_1 : N ; - foerintande_av_1 : A ; - foerkaempe_nn_1 : N ; - foerkaenning_nn_1 : N ; - foerkaensla_nn_1 : N ; - foerkaerlek_nn_1 : N ; - foerkalkning_nn_1 : N ; - foerkastelsedom_nn_1 : N ; - foerkastlig_av_1 : A ; - foerkastning_nn_1 : N ; - foerklae_nn_1 : N ; - foerklaede_nn_1 : N ; - foerklaedeskjol_nn_1 : N ; - foerklaednad_nn_1 : N ; - foerklaring_nn_1 : N ; - foerklarlig_av_1 : A ; - foerklenande_av_1 : A ; - foerklistring_nn_1 : N ; - foerklyftning_nn_1 : N ; - foerknippning_nn_1 : N ; - foerkoep_nn_1 : N ; - foerkomma_vb_1 : V ; - foerkommen_av_1 : A ; - foerkortning_nn_1 : N ; - foerkrigstid_nn_1 : N ; - foerkristen_av_1 : A ; - foerkroppning_nn_1 : N ; - foerkrossande_av_1 : A ; - foerkrympt_av_1 : A ; - foerkunnare_nn_1 : N ; - foerkunnelse_nn_1 : N ; - foerkyld_av_1 : A ; - foerkylning_nn_1 : N ; - foerlaat_nn_1 : N ; - foerlaata_vb_1 : V ; - foerlaatlig_av_1 : A ; - foerladdning_nn_1 : N ; - foerlaegen_av_1 : A ; - foerlaegenhet_nn_1 : N ; - foerlaeggare_nn_1 : N ; - foerlaeggning_nn_1 : N ; - foerlaengning_nn_1 : N ; - foerlaengningssladd_nn_1 : N ; - foerlaening_nn_1 : N ; - foerlaest_av_1 : A ; - foerlag_1_nn_1 : N ; - foerlag_2_nn_1 : N ; - foerlagsbevis_nn_1 : N ; - foerlagslaan_nn_1 : N ; - foerlamning_nn_1 : N ; - foerled_nn_1 : N ; - foerlida_vb_1 : V ; - foerliden_av_1 : A ; - foerlig_av_1 : A ; - foerlikning_nn_1 : N ; - foerlikningskommission_nn_1 : N ; - foerlikningsman_nn_1 : N ; - foerlisning_nn_1 : N ; - foerljudande_nn_1 : N ; - foerljugen_av_1 : A ; - foerloepare_nn_1 : N ; - foerloepning_nn_1 : N ; - foerlopp_nn_1 : N ; - foerlorare_nn_1 : N ; - foerlossning_nn_1 : N ; - foerlossningsanstalt_nn_1 : N ; - foerlovning_nn_1 : N ; - foerlovningsring_nn_1 : N ; - foerlupen_av_1 : A ; - foerlust_nn_1 : N ; - foerlustbringande_av_1 : A ; - foerlustelse_nn_1 : N ; - foerlustig_av_1 : A ; - foermaan_nn_1 : N ; - foermaanlig_av_1 : A ; - foermaanserbjudande_nn_1 : N ; - foermaanstagare_nn_1 : N ; - foermaeld_av_1 : A ; - foermaeten_av_1 : A ; - foermak_nn_1 : N ; - foerman_nn_1 : N ; - foermaning_nn_1 : N ; - foermatch_nn_1 : N ; - foermedlande_av_1 : A ; - foermedlare_nn_1 : N ; - foermedling_nn_1 : N ; - foermedveten_av_1 : A ; - foerment_av_1 : A ; - foermer_av_1 : A ; - foermiddag_nn_1 : N ; - foermildrande_av_1 : A ; - foerminskning_nn_1 : N ; - foermodande_nn_1 : N ; - foermodligen_ab_1 : Adv ; - foermoegen_av_1 : A ; - foermoegenhet_nn_1 : N ; - foermoegenhetsbrott_nn_1 : N ; - foermoegenhetsraett_nn_1 : N ; - foermoegenhetsskatt_nn_1 : N ; - foermoerkelse_nn_1 : N ; - foermoerkelsevariabel_nn_1 : N ; - foermoerkning_nn_1 : N ; - foermultning_nn_1 : N ; - foermyndaraktig_av_1 : A ; - foermyndare_nn_1 : N ; - foermyndarskap_nn_1 : N ; - foernaem_av_1 : A ; - foernaemitet_nn_1 : N ; - foernaemlig_av_1 : A ; - foernaemligen_ab_1 : Adv ; - foernaer_ab_1 : Adv ; - foernaermelse_nn_1 : N ; - foernamn_nn_1 : N ; - foernekare_nn_1 : N ; - foernekelse_nn_1 : N ; - foernimbar_av_1 : A ; - foernimma_vb_1 : V ; - foernimmelse_nn_1 : N ; - foerning_nn_1 : N ; - foernoedenhet_nn_1 : N ; - foernoejd_av_1 : A ; - foernoejelse_nn_1 : N ; - foernoejsam_av_1 : A ; - foernuftig_av_1 : A ; - foernuftsskael_nn_1 : N ; - foernuftsstridig_av_1 : A ; - foernuftsvidrig_av_1 : A ; - foernumstig_av_1 : A ; - foernumstighet_nn_1 : N ; - foernyare_nn_1 : N ; - foernybar_av_1 : A ; - foernyelse_nn_1 : N ; - foeroedande_av_1 : A ; - foeroedelse_nn_1 : N ; - foeroedmjukelse_nn_1 : N ; - foeroekning_nn_1 : N ; - foeroevare_nn_1 : N ; - foeroever_ab_1 : Adv ; - foeroevning_nn_1 : N ; - foeroevrigt_ab_1 : Adv ; - foerolaempning_nn_1 : N ; - foerord_nn_1 : N ; - foerordnande_nn_1 : N ; - foerordning_nn_1 : N ; - foerorening_nn_1 : N ; - foeroreningsgrad_nn_1 : N ; - foerort_nn_1 : N ; - foerpackning_nn_1 : N ; - foerpaktare_nn_1 : N ; - foerpassning_nn_1 : N ; - foerpatrull_nn_1 : N ; - foerpik_nn_1 : N ; - foerplaegnad_nn_1 : N ; - foerpliktande_av_1 : A ; - foerpliktelse_nn_1 : N ; - foerpost_nn_1 : N ; - foerpostfaektning_nn_1 : N ; - foerpubertet_nn_1 : N ; - foerpuppning_nn_1 : N ; - foerr_ab_1 : Adv ; - foerraad_nn_1 : N ; - foerraadshus_nn_1 : N ; - foerraedare_nn_1 : N ; - foerraederi_nn_1 : N ; - foerraedisk_av_1 : A ; - foerraett_nn_1 : N ; - foerraettare_nn_1 : N ; - foerraettning_nn_1 : N ; - foerregling_nn_1 : N ; - foerresten_ab_1 : Adv ; - foerrfoerra_av_1 : A ; - foerrinna_vb_1 : V ; - foerromantisk_av_1 : A ; - foerromersk_av_1 : A ; - foerrum_nn_1 : N ; - foerruttnelsegas_nn_1 : N ; - foerryckt_av_1 : A ; - foerrymd_av_1 : A ; - foersaapning_nn_1 : N ; - foersaat_nn_1 : N ; - foersaatlig_av_1 : A ; - foersaegning_nn_1 : N ; - foersaekran_nn_1 : N ; - foersaekring_nn_1 : N ; - foersaekringsbedraegeri_nn_1 : N ; - foersaekringsbesked_nn_1 : N ; - foersaekringsbolag_nn_1 : N ; - foersaekringsbrev_nn_1 : N ; - foersaekringsgivare_nn_1 : N ; - foersaekringsinslag_nn_1 : N ; - foersaekringskassa_nn_1 : N ; - foersaekringsmarknad_nn_1 : N ; - foersaekringspeng_nn_1 : N ; - foersaekringspolis_nn_1 : N ; - foersaekringspremie_nn_1 : N ; - foersaekringsskydd_nn_1 : N ; - foersaekringssystem_nn_1 : N ; - foersaekringsvillkor_nn_1 : N ; - foersaeljare_nn_1 : N ; - foersaeljning_nn_1 : N ; - foersaeljningsbransch_nn_1 : N ; - foersaeljningschef_nn_1 : N ; - foersaeljningsdisk_nn_1 : N ; - foersaeljningsled_nn_1 : N ; - foersaeljningsort_nn_1 : N ; - foersaeljningspris_nn_1 : N ; - foersaeljningsstaand_nn_1 : N ; - foersaeljningsstopp_nn_1 : N ; - foersaeljningsvana_nn_1 : N ; - foersaeljningsvinst_nn_1 : N ; - foersaemring_nn_1 : N ; - foersaendelse_nn_1 : N ; - foersaenkare_nn_1 : N ; - foersaenkning_nn_1 : N ; - foersaettsblad_nn_1 : N ; - foersaettslins_nn_1 : N ; - foersagd_av_1 : A ; - foersakelse_nn_1 : N ; - foersamling_nn_1 : N ; - foersamlingsassistent_nn_1 : N ; - foersamlingsbok_nn_1 : N ; - foersamlingsfrihet_nn_1 : N ; - foersamlingshem_nn_1 : N ; - foersamlingsmedlem_nn_1 : N ; - foersats_nn_1 : N ; - foerseelse_nn_1 : N ; - foersegel_nn_1 : N ; - foersening_nn_1 : N ; - foersiggaa_vb_1 : V ; - foersigkommen_av_1 : A ; - foersiktig_av_1 : A ; - foersiktighet_nn_1 : N ; - foersiktighetsaatgaerd_nn_1 : N ; - foersiktighetsmaatt_nn_1 : N ; - foersiktigtvis_ab_1 : Adv ; - foersitta_vb_1 : V ; - foersjunka_vb_1 : V ; - foersjunken_av_1 : A ; - foerskaemd_av_1 : A ; - foerskaemning_nn_1 : N ; - foerskaera_vb_1 : V ; - foerskaerare_nn_1 : N ; - foerskaerargaffel_nn_1 : N ; - foerskaerarkniv_nn_1 : N ; - foerskansning_nn_1 : N ; - foerskepp_nn_1 : N ; - foerskiffring_nn_1 : N ; - foerskingrare_nn_1 : N ; - foerskingring_nn_1 : N ; - foerskinn_nn_1 : N ; - foerskjuta_vb_1 : V ; - foerskjutning_nn_1 : N ; - foerskoleaalder_nn_1 : N ; - foerskollaerare_nn_1 : N ; - foerskott_nn_1 : N ; - foerskraeckelse_nn_1 : N ; - foerskraecklig_av_1 : A ; - foerskraeckt_av_1 : A ; - foerskraemd_av_1 : A ; - foerskriva_vb_1 : V ; - foerskrivning_nn_1 : N ; - foerslag_1_nn_1 : N ; - foerslag_2_nn_1 : N ; - foerslagen_av_1 : A ; - foerslagsrum_nn_1 : N ; - foerslagsvis_ab_1 : Adv ; - foerslappning_nn_1 : N ; - foerslita_vb_1 : V ; - foerslitning_nn_1 : N ; - foersluta_vb_1 : V ; - foerslutning_nn_1 : N ; - foersmaedlig_av_1 : A ; - foersoek_nn_1 : N ; - foersoeksballong_nn_1 : N ; - foersoeksdamm_nn_1 : N ; - foersoeksdjur_nn_1 : N ; - foersoeksgymnasium_nn_1 : N ; - foersoeksheat_nn_1 : N ; - foersoekskanin_nn_1 : N ; - foersoeksledare_nn_1 : N ; - foersoeksobjekt_nn_1 : N ; - foersoeksperson_nn_1 : N ; - foersoeksverksamhet_nn_1 : N ; - foersoeksvis_ab_1 : Adv ; - foersoerjare_nn_1 : N ; - foersoerjningsboerda_nn_1 : N ; - foersommar_nn_1 : N ; - foersonande_av_1 : A ; - foersoning_nn_1 : N ; - foersonlig_av_1 : A ; - foersova_vb_1 : V ; - foerspaend_av_1 : A ; - foerspaenning_nn_1 : N ; - foerspel_nn_1 : N ; - foerst_ab_1 : Adv ; - foerstaaelig_av_1 : A ; - foerstaaende_av_1 : A ; - foerstaandig_av_1 : A ; - foerstaandshandikapp_nn_1 : N ; - foerstaang_nn_1 : N ; - foerstaas_ab_1 : Adv ; - foerstaasigpaaare_nn_1 : N ; - foerstad_nn_1 : N ; - foerstadagsbrev_nn_1 : N ; - foerstadium_nn_1 : N ; - foerstaemd_av_1 : A ; - foerstaendigande_nn_1 : N ; - foerstaerkare_nn_1 : N ; - foerstaerkning_nn_1 : N ; - foerstaerkningsord_nn_1 : N ; - foerstaev_nn_1 : N ; - foerstag_nn_1 : N ; - foerstagaangsvaeljare_nn_1 : N ; - foerstagradsekvation_nn_1 : N ; - foerstahandsuppgift_nn_1 : N ; - foerstaklasshotell_nn_1 : N ; - foerstamajtaag_nn_1 : N ; - foerstasida_nn_1 : N ; - foerstaupplaga_nn_1 : N ; - foerstavelse_nn_1 : N ; - foerstbemaelde_av_1 : A ; - foersteg_nn_1 : N ; - foerstfoedd_av_1 : A ; - foerstfoederska_nn_1 : N ; - foerstklassig_av_1 : A ; - foerstling_nn_1 : N ; - foerstnaemnd_av_1 : A ; - foerstnaemnde_av_1 : A ; - foerstoerelse_nn_1 : N ; - foerstoppning_nn_1 : N ; - foerstoring_nn_1 : N ; - foerstoringsapparat_nn_1 : N ; - foerstoringsglas_nn_1 : N ; - foerstraeckning_nn_1 : N ; - foerstroedd_av_1 : A ; - foerstroeelse_nn_1 : N ; - foerstubro_nn_1 : N ; - foerstucken_av_1 : A ; - foerstudie_nn_1 : N ; - foerstuga_nn_1 : N ; - foerstugubro_nn_1 : N ; - foerstukvist_nn_1 : N ; - foerstulen_av_1 : A ; - foersumbar_av_1 : A ; - foersumlig_av_1 : A ; - foersumlighet_nn_1 : N ; - foersummelse_nn_1 : N ; - foersupen_av_1 : A ; - foersvaarande_av_1 : A ; - foersvaerja_vb_1 : V ; - foersvarare_nn_1 : N ; - foersvarbar_av_1 : A ; - foersvarlig_av_1 : A ; - foersvarsadvokat_nn_1 : N ; - foersvarsanlaeggning_nn_1 : N ; - foersvarsattache_nn_1 : N ; - foersvarsgren_nn_1 : N ; - foersvarshemlighet_nn_1 : N ; - foersvarskostnad_nn_1 : N ; - foersvarskraft_nn_1 : N ; - foersvarslinje_nn_1 : N ; - foersvarsloes_av_1 : A ; - foersvarsminister_nn_1 : N ; - foersvarsomraade_nn_1 : N ; - foersvarsskrift_nn_1 : N ; - foersvarsspel_nn_1 : N ; - foersvarsspelare_nn_1 : N ; - foersvarsstab_nn_1 : N ; - foersvarsstaellning_nn_1 : N ; - foersvarstal_nn_1 : N ; - foersvarsverk_nn_1 : N ; - foersvinna_vb_1 : V ; - foersvinnande_nn_1 : N ; - foersynt_av_1 : A ; - foerta_vb_1 : V ; - foertaeckt_av_1 : A ; - foertaendning_nn_1 : N ; - foertaenksam_av_1 : A ; - foertaetning_nn_1 : N ; - foertalskampanj_nn_1 : N ; - foertecken_nn_1 : N ; - foerteckning_nn_1 : N ; - foertegen_av_1 : A ; - foertida_av_1 : A ; - foertidsboerd_nn_1 : N ; - foertidspension_nn_1 : N ; - foertimring_nn_1 : N ; - foertjaenst_ab_1 : Adv ; - foertjaenst_nn_1 : N ; - foertjaenstfull_av_1 : A ; - foertjaensttecken_nn_1 : N ; - foertjaent_av_1 : A ; - foertjusande_av_1 : A ; - foertjust_av_1 : A ; - foertoejning_nn_1 : N ; - foertoejningsring_nn_1 : N ; - foertoning_nn_1 : N ; - foertraefflig_av_1 : A ; - foertraengning_nn_1 : N ; - foertretlig_av_1 : A ; - foertretlighet_nn_1 : N ; - foertroende_nn_1 : N ; - foertroendefraaga_nn_1 : N ; - foertroendefull_av_1 : A ; - foertroendeingivande_av_1 : A ; - foertroendeman_nn_1 : N ; - foertroenderaad_nn_1 : N ; - foertroendeuppdrag_nn_1 : N ; - foertroendevald_av_1 : A ; - foertroendevotum_nn_1 : N ; - foertrogen_av_1 : A ; - foertrogenhet_nn_1 : N ; - foertrolig_av_1 : A ; - foertrolighet_nn_1 : N ; - foertrollande_av_1 : A ; - foertrupp_nn_1 : N ; - foertryckare_nn_1 : N ; - foertrytsam_av_1 : A ; - foertunning_nn_1 : N ; - foertvaalning_nn_1 : N ; - foertvaett_nn_1 : N ; - foerty_ab_1 : Adv ; - foertydligande_nn_1 : N ; - foerunderlig_av_1 : A ; - foerundersoekning_nn_1 : N ; - foerundransvaerd_av_1 : A ; - foerut_1_ab_1 : Adv ; - foerut_2_ab_1 : Adv ; - foerutbestaemd_av_1 : A ; - foerutsaegbar_av_1 : A ; - foerutsaegelse_nn_1 : N ; - foerutsaettning_nn_1 : N ; - foerutsaettningsloes_av_1 : A ; - foerutseende_av_1 : A ; - foerutvarande_av_1 : A ; - foervaanansvaerd_av_1 : A ; - foervaegen_av_1 : A ; - foervaeljare_nn_1 : N ; - foervaend_av_1 : A ; - foervaentansfull_av_1 : A ; - foervaentning_nn_1 : N ; - foervaermare_nn_1 : N ; - foervaerv_nn_1 : N ; - foervaervsavdrag_nn_1 : N ; - foervaervsverksamhet_nn_1 : N ; - foervaexling_nn_1 : N ; - foervaext_av_1 : A ; - foervaltare_nn_1 : N ; - foervaltarskapsomraade_nn_1 : N ; - foervaltning_nn_1 : N ; - foervaltningsberaettelse_nn_1 : N ; - foervaltningsbolag_nn_1 : N ; - foervaltningsutskott_nn_1 : N ; - foervandling_nn_1 : N ; - foervandlingskonstnaer_nn_1 : N ; - foervandlingsnummer_nn_1 : N ; - foervandlingsstraff_nn_1 : N ; - foervanskning_nn_1 : N ; - foervaring_nn_1 : N ; - foervaringshall_nn_1 : N ; - foervaringsutrymme_nn_1 : N ; - foervarning_nn_1 : N ; - foerveckling_nn_1 : N ; - foervedning_nn_1 : N ; - foerverkande_nn_1 : N ; - foerverkligande_nn_1 : N ; - foerveten_av_1 : A ; - foervillelse_nn_1 : N ; - foervisning_nn_1 : N ; - foervisso_ab_1 : Adv ; - foervittring_nn_1 : N ; - foervraengning_nn_1 : N ; - foervrida_vb_1 : V ; - foervunnen_av_1 : A ; - foervuxen_av_1 : A ; - fog_nn_1 : N ; - fogde_nn_1 : N ; - fogeord_nn_1 : N ; - foglig_av_1 : A ; - fogstryka_vb_1 : V ; - fogsvans_nn_1 : N ; - fokal_av_1 : A ; - fokaldistans_nn_1 : N ; - fokalplan_nn_1 : N ; - fokus_nn_1 : N ; - folder_nn_1 : N ; - foliant_nn_1 : N ; - folie_nn_1 : N ; - folioformat_nn_1 : N ; - folk_nn_1 : N ; - folkarme_nn_1 : N ; - folkbaat_nn_1 : N ; - folkbibliotek_nn_1 : N ; - folkbokfoering_nn_1 : N ; - folkdans_nn_1 : N ; - folkdemokrati_nn_1 : N ; - folkdemokratisk_av_1 : A ; - folkdikt_nn_1 : N ; - folkdiktning_nn_1 : N ; - folkdjup_nn_1 : N ; - folkdomstol_nn_1 : N ; - folkdraekt_nn_1 : N ; - folketymologi_nn_1 : N ; - folketymologisk_av_1 : A ; - folkfest_nn_1 : N ; - folkfoersamling_nn_1 : N ; - folkfront_nn_1 : N ; - folkgrupp_nn_1 : N ; - folkhem_nn_1 : N ; - folkhemsk_av_1 : A ; - folkhjaelte_nn_1 : N ; - folkhop_nn_1 : N ; - folkilsken_av_1 : A ; - folkkaer_av_1 : A ; - folkkommissarie_nn_1 : N ; - folkkommun_nn_1 : N ; - folkkongress_nn_1 : N ; - folklager_nn_1 : N ; - folkledare_nn_1 : N ; - folklek_nn_1 : N ; - folklig_av_1 : A ; - folklighet_nn_1 : N ; - folklivsforskare_nn_1 : N ; - folklivsskildring_nn_1 : N ; - folklorist_nn_1 : N ; - folkloristisk_av_1 : A ; - folklustspel_nn_1 : N ; - folkmaal_nn_1 : N ; - folkmaengd_nn_1 : N ; - folkmelodi_nn_1 : N ; - folkminne_nn_1 : N ; - folkmord_nn_1 : N ; - folknoeje_nn_1 : N ; - folkoel_nn_1 : N ; - folkomroestning_nn_1 : N ; - folkpark_nn_1 : N ; - folkpartist_nn_1 : N ; - folkpension_nn_1 : N ; - folkpensionaer_nn_1 : N ; - folkraekning_nn_1 : N ; - folkraettslig_av_1 : A ; - folkrepresentation_nn_1 : N ; - folkrepublik_nn_1 : N ; - folkresning_nn_1 : N ; - folkrik_av_1 : A ; - folkroerelse_nn_1 : N ; - folksaang_nn_1 : N ; - folksaegen_nn_1 : N ; - folksaga_nn_1 : N ; - folksamling_nn_1 : N ; - folkskollaerare_nn_1 : N ; - folkskygg_av_1 : A ; - folkslag_nn_1 : N ; - folkstam_nn_1 : N ; - folkstorm_nn_1 : N ; - folkstyre_nn_1 : N ; - folktaet_av_1 : A ; - folktaethet_nn_1 : N ; - folkting_nn_1 : N ; - folktom_av_1 : A ; - folktribun_nn_1 : N ; - folkuniversitet_nn_1 : N ; - folkvald_av_1 : A ; - folkvandring_nn_1 : N ; - folkvilja_nn_1 : N ; - follikel_nn_1 : N ; - follikelstimulerande_av_1 : A ; - fon_nn_1 : N ; - fond_nn_1 : N ; - fondaktie_nn_1 : N ; - fondboers_nn_1 : N ; - fondemission_nn_1 : N ; - fondkommissionaer_nn_1 : N ; - fondpapper_nn_1 : N ; - fondstaempel_nn_1 : N ; - fondue_nn_1 : N ; - fonem_nn_1 : N ; - fonematisk_av_1 : A ; - fonetiker_nn_1 : N ; - fonetisk_av_1 : A ; - foniater_nn_1 : N ; - foniatriker_nn_1 : N ; - foniatrisk_av_1 : A ; - fonograf_nn_1 : N ; - fonogram_nn_1 : N ; - fonologisk_av_1 : A ; - fonotek_nn_1 : N ; - fontaen_nn_1 : N ; - fontanell_nn_1 : N ; - forcerbar_av_1 : A ; - forcering_nn_1 : N ; - fordom_ab_1 : Adv ; - fordon_nn_1 : N ; - fordonsuppstaellning_nn_1 : N ; - fordonsvikt_nn_1 : N ; - fordran_nn_1 : N ; - fordrande_av_1 : A ; - fordring_nn_1 : N ; - fordringsaegare_nn_1 : N ; - fordringsfull_av_1 : A ; - forell_nn_1 : N ; - form_nn_1 : N ; - form_nn_2 : N ; - formaldehyd_nn_1 : N ; - formalist_nn_1 : N ; - formaliter_ab_1 : Adv ; - formalitet_nn_1 : N ; - formant_nn_1 : N ; - format_nn_1 : N ; - formation_nn_1 : N ; - formbakelse_nn_1 : N ; - formbar_av_1 : A ; - formbildning_nn_1 : N ; - formbildningsproblem_nn_1 : N ; - formbroed_nn_1 : N ; - formbunden_av_1 : A ; - formel_nn_1 : N ; - formelenhet_nn_1 : N ; - formell_av_1 : A ; - formering_nn_1 : N ; - formfraaga_nn_1 : N ; - formfranska_nn_1 : N ; - formge_vb_1 : V ; - formgivare_nn_1 : N ; - formgivning_nn_1 : N ; - formidabel_av_1 : A ; - formlaera_nn_1 : N ; - formlig_av_1 : A ; - formligen_ab_1 : Adv ; - formloes_av_1 : A ; - formord_nn_1 : N ; - formpressning_nn_1 : N ; - formrik_av_1 : A ; - formrikedom_nn_1 : N ; - formsak_nn_1 : N ; - formspel_nn_1 : N ; - formspraak_nn_1 : N ; - formulaer_nn_1 : N ; - formulering_nn_1 : N ; - forn_av_1 : A ; - fornborg_nn_1 : N ; - fornegyptisk_av_1 : A ; - fornfolk_nn_1 : N ; - fornfynd_nn_1 : N ; - forngrekisk_av_1 : A ; - fornislaendsk_av_1 : A ; - fornitaliensk_av_1 : A ; - fornkeltisk_av_1 : A ; - fornlaemning_nn_1 : N ; - fornminne_nn_1 : N ; - fornnordisk_av_1 : A ; - fornromersk_av_1 : A ; - fornsvensk_av_1 : A ; - forntid_nn_1 : N ; - forntida_av_1 : A ; - fors_nn_1 : N ; - forshuvud_nn_1 : N ; - forskarassistent_nn_1 : N ; - forskare_nn_1 : N ; - forskargrupp_nn_1 : N ; - forskarkonspiration_nn_1 : N ; - forskarlag_nn_1 : N ; - forskarledighet_nn_1 : N ; - forskning_nn_1 : N ; - forskningsfaelt_nn_1 : N ; - forskningsfartyg_nn_1 : N ; - forskningsinstitut_nn_1 : N ; - forskningskompetens_nn_1 : N ; - forskningslaboratorium_nn_1 : N ; - forskningsomraade_nn_1 : N ; - forskningsorganisation_nn_1 : N ; - forskningsprojekt_nn_1 : N ; - forskningsraad_nn_1 : N ; - forskningsresande_nn_1 : N ; - forskningsresultat_nn_1 : N ; - forskningsroen_nn_1 : N ; - forskningsstation_nn_1 : N ; - forsraenning_nn_1 : N ; - fort_ab_1 : Adv ; - fort_nn_1 : N ; - fortbildning_nn_1 : N ; - forte_ab_1 : Adv ; - forte_nn_1 : N ; - fortel_nn_1 : N ; - fortepiano_nn_1 : N ; - fortfaerdig_av_1 : A ; - fortfarande_ab_1 : Adv ; - fortgaaende_av_1 : A ; - fortifikation_nn_1 : N ; - fortifikationsfoervaltning_nn_1 : N ; - fortifikationskaar_nn_1 : N ; - fortis_av_1 : A ; - fortissimo_ab_1 : Adv ; - fortissimo_nn_1 : N ; - fortkoerning_nn_1 : N ; - fortkomst_nn_1 : N ; - fortloepande_av_1 : A ; - fortplantning_nn_1 : N ; - fortplantningsdrift_nn_1 : N ; - fortplantningsorgan_nn_1 : N ; - fortsaettning_nn_1 : N ; - fortsaettningsvis_ab_1 : Adv ; - fortskaffningsmedel_nn_1 : N ; - fortskrida_vb_1 : V ; - fortskridande_nn_1 : N ; - forum_nn_1 : N ; - forumtidning_nn_1 : N ; - forward_nn_1 : N ; - fosfat_nn_1 : N ; - fosforescent_av_1 : A ; - fosforit_nn_1 : N ; - fosforsyracell_nn_1 : N ; - fossil_av_1 : A ; - fossil_nn_1 : N ; - fossilfri_av_1 : A ; - fossilfynd_nn_1 : N ; - fossilletare_nn_1 : N ; - fossilminskning_nn_1 : N ; - fossing_nn_1 : N ; - fostbroedralag_nn_1 : N ; - foster_nn_1 : N ; - fosterbarn_nn_1 : N ; - fosterfoeraelder_nn_1 : N ; - fosterfoerdrivning_nn_1 : N ; - fosterhem_nn_1 : N ; - fosterhinna_nn_1 : N ; - fosterlaege_nn_1 : N ; - fosterlaendsk_av_1 : A ; - fosterland_nn_1 : N ; - fosterljud_nn_1 : N ; - fosterutveckling_nn_1 : N ; - fostervatten_nn_1 : N ; - fostrare_nn_1 : N ; - fot_nn_1 : N ; - fot_nn_2 : N ; - fotaenda_nn_1 : N ; - fotbad_nn_1 : N ; - fotbjudning_nn_1 : N ; - fotblad_nn_1 : N ; - fotboll_nn_1 : N ; - fotbollsfoerbund_nn_1 : N ; - fotbollskedja_nn_1 : N ; - fotbollslag_nn_1 : N ; - fotbollsmaal_nn_1 : N ; - fotbollsmatch_nn_1 : N ; - fotbollsplan_nn_1 : N ; - fotbollsspelare_nn_1 : N ; - fotbollstips_nn_1 : N ; - fotbroms_nn_1 : N ; - fotfel_nn_1 : N ; - fotgaengare_nn_1 : N ; - fotino_nn_1 : N ; - fotknoel_nn_1 : N ; - fotled_nn_1 : N ; - fotnot_nn_1 : N ; - foto_nn_1 : N ; - fotoautomat_nn_1 : N ; - fotoblixt_nn_1 : N ; - fotocell_nn_1 : N ; - fotoelektricitet_nn_1 : N ; - fotoelektrisk_av_1 : A ; - fotogenique_av_1 : A ; - fotogenisk_av_1 : A ; - fotogenkoek_nn_1 : N ; - fotograf_nn_1 : N ; - fotografering_nn_1 : N ; - fotografi_nn_1 : N ; - fotografiplaat_nn_1 : N ; - fotografisk_av_1 : A ; - fotogram_nn_1 : N ; - fotogrammetrisk_av_1 : A ; - fotogravyr_nn_1 : N ; - fotokemisk_av_1 : A ; - fotokopia_nn_1 : N ; - fotokopiering_nn_1 : N ; - fotometer_nn_1 : N ; - fotomodell_nn_1 : N ; - fotomontage_nn_1 : N ; - foton_nn_1 : N ; - fotoresistor_nn_1 : N ; - fotosaettning_nn_1 : N ; - fotostatkopia_nn_1 : N ; - fotostatkopiering_nn_1 : N ; - fotosyntes_nn_1 : N ; - fotriktig_av_1 : A ; - fotsack_nn_1 : N ; - fotsid_av_1 : A ; - fotspaar_nn_1 : N ; - fotsteg_nn_1 : N ; - fotstoed_nn_1 : N ; - fotvaenlig_av_1 : A ; - fotvalv_nn_1 : N ; - fotvandring_nn_1 : N ; - foul_nn_1 : N ; - foxterrier_nn_1 : N ; - foxtrot_nn_1 : N ; - foyer_nn_1 : N ; - fraaga_nn_1 : N ; - fraageform_nn_1 : N ; - fraageformulaer_nn_1 : N ; - fraageord_nn_1 : N ; - fraagesats_nn_1 : N ; - fraagespalt_nn_1 : N ; - fraagesport_nn_1 : N ; - fraagestaellare_nn_1 : N ; - fraagestaellning_nn_1 : N ; - fraagestund_nn_1 : N ; - fraagetaevling_nn_1 : N ; - fraagetecken_nn_1 : N ; - fraagvis_av_1 : A ; - fraanlandsvind_nn_1 : N ; - fraansida_nn_1 : N ; - fraanskild_av_1 : A ; - fraanskiljare_nn_1 : N ; - fraanstoetande_av_1 : A ; - fraanta_vb_1 : V ; - fraanvarande_av_1 : A ; - frack_nn_1 : N ; - fradgig_av_1 : A ; - fraeck_av_1 : A ; - fraeckhet_nn_1 : N ; - fraeckis_nn_1 : N ; - fraeken_nn_1 : N ; - fraekne_nn_1 : N ; - fraeknig_av_1 : A ; - fraelsare_nn_1 : N ; - fraelsarkrans_nn_1 : N ; - fraelse_av_1 : A ; - fraelsebonde_nn_1 : N ; - fraelsejord_nn_1 : N ; - fraelsningsmoete_nn_1 : N ; - fraelsningssoldat_nn_1 : N ; - fraelst_av_1 : A ; - fraemling_nn_1 : N ; - fraemlingslegion_nn_1 : N ; - fraemlingslegionaer_nn_1 : N ; - fraemlingspass_nn_1 : N ; - fraemmande_av_1 : A ; - fraemmande_nn_1 : N ; - fraemmat_av_1 : A ; - fraemre_av_1 : A ; - fraen_av_1 : A ; - fraende_nn_1 : N ; - fraendskap_nn_1 : N ; - fraes_nn_1 : N ; - fraesch_av_1 : A ; - fraesig_av_1 : A ; - fraesmaskin_nn_1 : N ; - fragil_av_1 : A ; - fragment_nn_1 : N ; - fragmentarisk_av_1 : A ; - frakt_nn_1 : N ; - fraktal_av_1 : A ; - fraktavtal_nn_1 : N ; - fraktion_nn_1 : N ; - fraktsats_nn_1 : N ; - fraktsedel_nn_1 : N ; - fraktur_nn_2 : N ; - fram_ab_1 : Adv ; - framaat_ab_1 : Adv ; - framaenda_nn_1 : N ; - framaxel_nn_1 : N ; - frambaera_vb_1 : V ; - framben_nn_1 : N ; - frambesvaerja_vb_1 : V ; - frambryta_vb_1 : V ; - framdel_nn_1 : N ; - framdeles_ab_1 : Adv ; - framdriva_vb_1 : V ; - framfaerd_nn_1 : N ; - framfall_nn_1 : N ; - framfara_vb_1 : V ; - framfoer_ab_1 : Adv ; - framfoerallt_ab_1 : Adv ; - framfoerande_nn_1 : N ; - framfoerhaallning_nn_1 : N ; - framfoervarande_av_1 : A ; - framfot_nn_1 : N ; - framfusig_av_1 : A ; - framgaa_vb_1 : V ; - framgaang_nn_1 : N ; - framgaangsrik_av_1 : A ; - framgaffel_nn_1 : N ; - framgent_ab_1 : Adv ; - framhaalla_vb_1 : V ; - framhjul_nn_1 : N ; - framhjulsdriven_av_1 : A ; - framifraan_ab_1 : Adv ; - framkallare_nn_1 : N ; - framkallning_nn_1 : N ; - framkant_nn_1 : N ; - framkoerning_nn_1 : N ; - framkomlig_av_1 : A ; - framkomlighet_nn_1 : N ; - framkomma_vb_1 : V ; - framladdare_nn_1 : N ; - framladdning_nn_1 : N ; - framlaenges_ab_1 : Adv ; - framlida_vb_1 : V ; - framliden_av_1 : A ; - framlob_nn_1 : N ; - frammarsch_nn_1 : N ; - framme_ab_1 : Adv ; - framoever_ab_1 : Adv ; - frampaa_ab_1 : Adv ; - framryckning_nn_1 : N ; - framsaete_nn_1 : N ; - framsida_nn_1 : N ; - framskjuta_vb_1 : V ; - framskjutande_av_1 : A ; - framskjuten_av_1 : A ; - framskrida_vb_1 : V ; - framskriden_av_1 : A ; - framspelare_nn_1 : N ; - framspelning_nn_1 : N ; - framstaaende_av_1 : A ; - framstaellan_nn_1 : N ; - framstaellning_nn_1 : N ; - framstam_nn_1 : N ; - framsteg_nn_1 : N ; - framstegsparti_nn_1 : N ; - framstegsvaenlig_av_1 : A ; - framstoet_nn_1 : N ; - framstupa_ab_1 : Adv ; - framsynt_av_1 : A ; - framtand_nn_1 : N ; - framtid_nn_1 : N ; - framtida_av_1 : A ; - framtidsforskning_nn_1 : N ; - framtidsloefte_nn_1 : N ; - framtidsman_nn_1 : N ; - framtidsversion_nn_1 : N ; - framtidsvision_nn_1 : N ; - framtidsvy_nn_1 : N ; - framtill_ab_1 : Adv ; - framtoning_nn_1 : N ; - framtraedande_av_1 : A ; - framtraedande_nn_1 : N ; - framtraengande_av_1 : A ; - framtung_av_1 : A ; - framtvinga_vb_1 : V ; - framvagn_nn_1 : N ; - franc_nn_1 : N ; - franciskan_nn_1 : N ; - franciskanerkloster_nn_1 : N ; - franciskanermunk_nn_1 : N ; - franciskanerorden_nn_1 : N ; - frank_av_1 : A ; - frank_nn_1 : N ; - franko_ab_1 : Adv ; - frankostaempel_nn_1 : N ; - frankotecken_nn_1 : N ; - frans_nn_1 : N ; - fransaes_nn_1 : N ; - fransig_av_1 : A ; - fransk_av_1 : A ; - franska_nn_2 : N ; - franskbroed_nn_1 : N ; - franskklassisk_av_1 : A ; - fransman_nn_1 : N ; - fransos_nn_1 : N ; - fransyska_nn_1 : N ; - frappant_av_1 : A ; - frapperande_av_1 : A ; - fras_nn_1 : N ; - fraseologisk_av_1 : A ; - frasering_nn_1 : N ; - frasig_av_1 : A ; - frasliberal_av_1 : A ; - frasliberal_nn_1 : N ; - frasmakare_nn_1 : N ; - frasradikal_av_1 : A ; - frasradikal_nn_1 : N ; - frasvaaffla_nn_1 : N ; - freak_nn_1 : N ; - fred_nn_1 : N ; - fredag_nn_1 : N ; - fredagsboers_nn_1 : N ; - fredagskvaell_nn_1 : N ; - fredagsmorgon_nn_1 : N ; - fredlig_av_1 : A ; - fredloes_av_1 : A ; - fredsbevarande_av_1 : A ; - fredsdomare_nn_1 : N ; - fredsdomstol_nn_1 : N ; - fredsfoerdrag_nn_1 : N ; - fredsfoerhandling_nn_1 : N ; - fredsforskning_nn_1 : N ; - fredskaar_nn_1 : N ; - fredskonferens_nn_1 : N ; - fredsmaeklare_nn_1 : N ; - fredspris_nn_1 : N ; - fredsroerelse_nn_1 : N ; - fredsslut_nn_1 : N ; - fredsstraevande_nn_1 : N ; - fredstid_nn_1 : N ; - fredstida_av_1 : A ; - free_style_nn_1 : N ; - fregatt_nn_1 : N ; - fregattfaagel_nn_1 : N ; - frejdig_av_1 : A ; - frekvens_nn_1 : N ; - frekvensband_nn_1 : N ; - frekvensmodulering_nn_1 : N ; - frekvensomraade_nn_1 : N ; - frekvent_av_1 : A ; - frenetisk_av_1 : A ; - frenologisk_av_1 : A ; - freon_nn_1 : N ; - fresk_nn_1 : N ; - freskomaalning_nn_1 : N ; - frestande_av_1 : A ; - frestare_nn_1 : N ; - frestelse_nn_1 : N ; - fri_av_1 : A ; - friaakning_nn_1 : N ; - friare_nn_1 : N ; - fribaerande_av_1 : A ; - fribiljett_nn_1 : N ; - fribladig_av_1 : A ; - fribonde_nn_1 : N ; - fribord_nn_1 : N ; - friboren_av_1 : A ; - fribrev_nn_1 : N ; - fribrottare_nn_1 : N ; - fribytare_nn_1 : N ; - fribyteri_nn_1 : N ; - fridag_nn_1 : N ; - fridfull_av_1 : A ; - fridlysning_nn_1 : N ; - fridsam_av_1 : A ; - frieri_nn_1 : N ; - frifraesare_nn_1 : N ; - frifraesig_av_1 : A ; - frigaaende_av_1 : A ; - frige_vb_1 : V ; - friggebod_nn_1 : N ; - frigiditet_nn_1 : N ; - frigivning_nn_1 : N ; - frigjord_av_1 : A ; - frigjordhet_nn_1 : N ; - frihamn_nn_1 : N ; - frihandelsomraade_nn_1 : N ; - frihandsteckning_nn_1 : N ; - friherre_nn_1 : N ; - frihet_nn_1 : N ; - frihetlig_av_1 : A ; - frihetsberoevande_nn_1 : N ; - frihetsgrad_nn_1 : N ; - frihetshjaelte_nn_1 : N ; - frihetskamp_nn_1 : N ; - frihetskrig_nn_1 : N ; - frihetsstraff_nn_1 : N ; - frihjul_nn_1 : N ; - friholt_nn_1 : N ; - friidrott_nn_1 : N ; - frikaar_nn_1 : N ; - frikadell_nn_1 : N ; - frikaennande_nn_1 : N ; - frikasse_nn_1 : N ; - frikast_nn_1 : N ; - frikativ_av_1 : A ; - frikoep_nn_1 : N ; - frikoppling_nn_1 : N ; - frikort_nn_1 : N ; - frikostig_av_1 : A ; - frikrets_nn_1 : N ; - friktion_nn_1 : N ; - friktionsfri_av_1 : A ; - friktionskoefficient_nn_1 : N ; - friktionstal_nn_1 : N ; - frikyrka_nn_1 : N ; - frikyrklig_av_1 : A ; - frikyrklighet_nn_1 : N ; - friland_nn_1 : N ; - frilans_nn_1 : N ; - frilansare_nn_1 : N ; - frilevande_av_1 : A ; - friluftsaendamaal_nn_1 : N ; - friluftsbad_nn_1 : N ; - friluftsdag_nn_1 : N ; - friluftsmiljoe_nn_1 : N ; - friluftsmuseum_nn_1 : N ; - friluftsomraade_nn_1 : N ; - friluftsskog_nn_1 : N ; - friluftsvana_nn_1 : N ; - frimaerkssamling_nn_1 : N ; - frimickel_nn_1 : N ; - frimodig_av_1 : A ; - frimurare_nn_1 : N ; - frimurarloge_nn_1 : N ; - frimurarorden_nn_1 : N ; - fripassagerare_nn_1 : N ; - friplaat_nn_1 : N ; - frireligioes_av_1 : A ; - fris_1_nn_1 : N ; - fris_2_nn_1 : N ; - frisbee_nn_1 : N ; - frisedel_nn_1 : N ; - frisersalong_nn_1 : N ; - frisisk_av_1 : A ; - frisiska_nn_2 : N ; - frisk_av_1 : A ; - friskhet_nn_1 : N ; - friskintyg_nn_1 : N ; - friskluftsintag_nn_1 : N ; - friskriven_av_1 : A ; - friskrivning_nn_1 : N ; - friskskriva_vb_1 : V ; - friskus_nn_1 : N ; - frislag_nn_1 : N ; - frisoer_nn_1 : N ; - frisoerska_nn_1 : N ; - frispark_nn_1 : N ; - frispraakig_av_1 : A ; - frist_nn_1 : N ; - fristaaende_av_1 : A ; - fristad_nn_1 : N ; - fristat_nn_1 : N ; - frisyr_nn_1 : N ; - frisyrgele_nn_1 : N ; - frita_vb_1 : V ; - fritaenkare_nn_1 : N ; - fritagning_nn_1 : N ; - fritidsaktivitet_nn_1 : N ; - fritidsbaat_nn_1 : N ; - fritidsbebyggelse_nn_1 : N ; - fritidsby_nn_1 : N ; - fritidsfoervaltning_nn_1 : N ; - fritidsgaard_nn_1 : N ; - fritidshem_nn_1 : N ; - fritidshus_nn_1 : N ; - fritidsledare_nn_1 : N ; - fritidslokal_nn_1 : N ; - fritidsnaemnd_nn_1 : N ; - fritidsomraade_nn_1 : N ; - fritidspedagog_nn_1 : N ; - fritidsproblem_nn_1 : N ; - fritidsstuga_nn_1 : N ; - fritidssysselsaettning_nn_1 : N ; - fritis_nn_1 : N ; - frityr_nn_1 : N ; - frivakt_nn_1 : N ; - frivillig_av_1 : A ; - frivillighet_nn_1 : N ; - frivol_av_1 : A ; - frivolitet_nn_1 : N ; - frivolt_nn_1 : N ; - frodig_av_1 : A ; - froe_nn_1 : N ; - froeaemne_nn_1 : N ; - froehus_nn_1 : N ; - froejd_nn_1 : N ; - froejdefull_av_1 : A ; - froeken_nn_1 : N ; - froeodling_nn_1 : N ; - froeplantage_nn_1 : N ; - froeskal_nn_1 : N ; - froetraed_nn_1 : N ; - froevaext_nn_1 : N ; - from_av_1 : A ; - fromage_nn_1 : N ; - fromhet_nn_1 : N ; - fromsint_av_1 : A ; - frondoer_nn_1 : N ; - front_nn_1 : N ; - frontal_av_1 : A ; - frontalangrepp_nn_1 : N ; - frontalkrock_nn_1 : N ; - frontallob_nn_1 : N ; - frontavsnitt_nn_1 : N ; - frontbildning_nn_1 : N ; - frontespis_nn_1 : N ; - frontfoerbindelse_nn_1 : N ; - frontlinje_nn_1 : N ; - fronton_nn_1 : N ; - frontsoldat_nn_1 : N ; - frontzon_nn_1 : N ; - frosch_nn_1 : N ; - frossare_nn_1 : N ; - frossbrytning_nn_1 : N ; - frostbiten_av_1 : A ; - frostfjaeril_nn_1 : N ; - frostfri_av_1 : A ; - frosthaerdig_av_1 : A ; - frosthaerdighet_nn_1 : N ; - frostig_av_1 : A ; - frostkaenslig_av_1 : A ; - frostkaenslighet_nn_1 : N ; - frostnatt_nn_1 : N ; - frostskyddsvaetska_nn_1 : N ; - frostspraengning_nn_1 : N ; - frosttaalig_av_1 : A ; - frotte_nn_1 : N ; - fru_nn_1 : N ; - frugal_av_1 : A ; - frukost_nn_1 : N ; - frukostmiddag_nn_1 : N ; - frukostrast_nn_1 : N ; - frukt_nn_1 : N ; - fruktaemne_nn_1 : N ; - fruktaffaer_nn_1 : N ; - fruktansvaerd_av_1 : A ; - fruktbaerande_av_1 : A ; - fruktbar_av_1 : A ; - fruktbarhet_nn_1 : N ; - fruktbarhetsgud_nn_1 : N ; - fruktbringande_av_1 : A ; - fruktig_av_1 : A ; - fruktkniv_nn_1 : N ; - fruktkompott_nn_1 : N ; - fruktliknande_av_1 : A ; - fruktloes_av_1 : A ; - fruktodlare_nn_1 : N ; - fruktodling_nn_1 : N ; - fruktsallad_nn_1 : N ; - fruktsam_av_1 : A ; - fruktsporre_nn_1 : N ; - frukttraed_nn_1 : N ; - frukttraedgaard_nn_1 : N ; - fruktvaegg_nn_1 : N ; - fruntimmer_nn_1 : N ; - fruntimmerskarl_nn_1 : N ; - frusen_av_1 : A ; - frustration_nn_1 : N ; - fryntlig_av_1 : A ; - frys_nn_1 : N ; - frysbox_nn_1 : N ; - frysdisk_nn_1 : N ; - fryseri_nn_1 : N ; - frysfack_nn_1 : N ; - frysfoersoek_nn_1 : N ; - fryspunkt_nn_1 : N ; - fryst_av_1 : A ; - frystaalig_av_1 : A ; - frystest_nn_1 : N ; - fuffens_nn_1 : N ; - fuktig_av_1 : A ; - fuktighet_nn_1 : N ; - ful_av_1 : A ; - fuling_nn_1 : N ; - full_av_1 : A ; - fullblod_nn_1 : N ; - fullgaangen_av_1 : A ; - fullgod_av_1 : A ; - fullkomlig_av_1 : A ; - fullkornsbroed_nn_1 : N ; - fullmaane_nn_1 : N ; - fullmaektig_nn_1 : N ; - fullmakt_nn_1 : N ; - fullmaktslag_nn_1 : N ; - fullmogen_av_1 : A ; - fulloedig_av_1 : A ; - fullriggare_nn_1 : N ; - fullsatt_av_1 : A ; - fullstaemmig_av_1 : A ; - fullstaendig_av_1 : A ; - fullstaendighet_nn_1 : N ; - fulltalig_av_1 : A ; - fulltonig_av_1 : A ; - fulltraeff_nn_1 : N ; - fullvaerdesfoersaekring_nn_1 : N ; - fullvaerdig_av_1 : A ; - fullvuxen_av_1 : A ; - fulsnygg_av_1 : A ; - fumlig_av_1 : A ; - fundament_nn_1 : N ; - fundamental_av_1 : A ; - fundamentalist_nn_1 : N ; - funderare_nn_1 : N ; - fundering_nn_1 : N ; - fundersam_av_1 : A ; - funktion_nn_1 : N ; - funktionaer_nn_1 : N ; - funktionalist_nn_1 : N ; - funktionalistisk_av_1 : A ; - funktionell_av_1 : A ; - funktionsduglig_av_1 : A ; - funktionsvaerde_nn_1 : N ; - furie_nn_1 : N ; - furioso_ab_1 : Adv ; - furioso_nn_1 : N ; - furir_nn_1 : N ; - furnissoer_nn_1 : N ; - furstbiskop_nn_1 : N ; - furste_nn_1 : N ; - fursteaett_nn_1 : N ; - furstlig_av_1 : A ; - furunkel_nn_1 : N ; - fusion_nn_1 : N ; - fusklapp_nn_1 : N ; - fuskverk_nn_1 : N ; - futhark_nn_1 : N ; - futil_av_1 : A ; - futilitet_nn_1 : N ; - futt_nn_1 : N ; - futtig_av_1 : A ; - futural_av_1 : A ; - futurist_nn_1 : N ; - futuristisk_av_1 : A ; - futurolog_nn_1 : N ; - futurologisk_av_1 : A ; - futurum_nn_1 : N ; - fux_nn_1 : N ; - fylking_nn_1 : N ; - fyllbult_nn_1 : N ; - fylld_av_1 : A ; - fyllerist_nn_1 : N ; - fyllig_av_1 : A ; - fyllnad_nn_1 : N ; - fyllnadstjaenstgoering_nn_1 : N ; - fyllnadsval_nn_1 : N ; - fyllning_nn_1 : N ; - fyllo_nn_1 : N ; - fylogenetisk_av_1 : A ; - fynd_nn_1 : N ; - fyndig_av_1 : A ; - fyndighet_nn_1 : N ; - fyndort_nn_1 : N ; - fyndplats_nn_1 : N ; - fyndpris_nn_1 : N ; - fyr_nn_1 : N ; - fyraaarig_av_1 : A ; - fyrbaak_nn_1 : N ; - fyrbackslinje_nn_1 : N ; - fyrbent_av_1 : A ; - fyrcylindrig_av_1 : A ; - fyrdubbel_av_1 : A ; - fyrfaergstryck_nn_1 : N ; - fyrfaldig_av_1 : A ; - fyrfalt_ab_1 : Adv ; - fyrfota_av_1 : A ; - fyrfotadjur_nn_1 : N ; - fyrfoting_nn_1 : N ; - fyrhaendig_av_1 : A ; - fyrhandssaettning_nn_1 : N ; - fyrhoerning_nn_1 : N ; - fyrk_nn_1 : N ; - fyrkant_nn_1 : N ; - fyrkantig_av_1 : A ; - fyrkaraktaer_nn_1 : N ; - fyrling_nn_1 : N ; - fyrljus_nn_1 : N ; - fyrmaenning_nn_1 : N ; - fyrmotorig_av_1 : A ; - fyrop_nn_1 : N ; - fyrsiding_nn_1 : N ; - fyrsiffrig_av_1 : A ; - fyrsitsig_av_1 : A ; - fyrskepp_nn_1 : N ; - fyrspann_nn_1 : N ; - fyrtaktare_nn_1 : N ; - fyrtaktsmotor_nn_1 : N ; - fyrtal_nn_1 : N ; - fyrtiotalist_nn_1 : N ; - fyrtiotimmarsvecka_nn_1 : N ; - fyrtitalism_nn_1 : N ; - fyrtitalist_nn_1 : N ; - fyrtorn_nn_1 : N ; - fyrvaeldig_av_1 : A ; - fyrvaeppling_nn_1 : N ; - fyrvaktare_nn_1 : N ; - fyrverkare_nn_1 : N ; - fyrverkeri_nn_1 : N ; - fyrverkeripjaes_nn_1 : N ; - fysikalisk_av_1 : A ; - fysiker_nn_1 : N ; - fysikforskare_nn_1 : N ; - fysikforskning_nn_1 : N ; - fysikvetenskap_nn_1 : N ; - fysiokrat_nn_1 : N ; - fysiokratisk_av_1 : A ; - fysiolog_nn_1 : N ; - fysiologisk_av_1 : A ; - fysionomi_nn_1 : N ; - fysisk_av_1 : A ; - fytotron_nn_1 : N ; - g_draekt_nn_1 : N ; - g_klav_nn_1 : N ; - gaa_vb_1 : V ; - gaabock_nn_1 : N ; - gaagosse_nn_1 : N ; - gaang_nn_1 : N ; - gaang_nn_2 : N ; - gaangare_nn_1 : N ; - gaangart_nn_1 : N ; - gaangavstaand_nn_1 : N ; - gaangbar_av_1 : A ; - gaangbergart_nn_1 : N ; - gaangbord_nn_1 : N ; - gaangbro_nn_1 : N ; - gaangfot_nn_1 : N ; - gaanggrift_nn_1 : N ; - gaangjaern_nn_1 : N ; - gaanglaat_nn_1 : N ; - gaangled_nn_1 : N ; - gaangspel_nn_1 : N ; - gaangstol_nn_1 : N ; - gaangvaeg_nn_1 : N ; - gaapaaare_nn_1 : N ; - gaapaaig_av_1 : A ; - gaard_nn_1 : N ; - gaardag_nn_1 : N ; - gaardfarihandlande_nn_1 : N ; - gaardfarihandlare_nn_1 : N ; - gaarding_nn_1 : N ; - gaardshus_nn_1 : N ; - gaardskarl_nn_1 : N ; - gaardskulle_nn_1 : N ; - gaardsmusikant_nn_1 : N ; - gaardsomraade_nn_1 : N ; - gaardsplan_nn_1 : N ; - gaardsplats_nn_1 : N ; - gaardsrum_nn_1 : N ; - gaardvar_nn_1 : N ; - gaas_nn_1 : N ; - gaasbroest_nn_1 : N ; - gaase_nn_1 : N ; - gaasfjaeder_nn_1 : N ; - gaasfot_nn_1 : N ; - gaaskarl_nn_1 : N ; - gaastol_nn_1 : N ; - gaasunge_nn_1 : N ; - gaat_nn_1 : N ; - gaatfull_av_1 : A ; - gaava_nn_1 : N ; - gaavoavtal_nn_1 : N ; - gaavobrev_nn_1 : N ; - gaavohandling_nn_1 : N ; - gabon_nn_2 : N ; - gabondoerr_nn_1 : N ; - gabones_nn_1 : N ; - gabonhuggorm_nn_1 : N ; - gadd_nn_1 : N ; - gaddloes_av_1 : A ; - gaddstekel_nn_1 : N ; - gaeck_ab_1 : Adv ; - gaeckeri_nn_1 : N ; - gaeckmast_nn_1 : N ; - gaecksam_av_1 : A ; - gaeddsax_nn_1 : N ; - gael_nn_1 : N ; - gael_nn_2 : N ; - gaelbaage_nn_1 : N ; - gaelbgjutare_nn_1 : N ; - gaelbgjuteri_nn_1 : N ; - gaelblad_nn_1 : N ; - gaelda_vb_1 : V ; - gaeldbunden_av_1 : A ; - gaeldenaer_nn_1 : N ; - gaeldstuga_nn_1 : N ; - gaelisk_av_1 : A ; - gaeliska_nn_2 : N ; - gaell_av_1 : A ; - gaellen_av_1 : A ; - gaems_nn_1 : N ; - gaeng_nn_1 : N ; - gaengback_nn_1 : N ; - gaenglig_av_1 : A ; - gaengning_nn_1 : N ; - gaengse_av_1 : A ; - gaengstaal_nn_1 : N ; - gaengtapp_nn_1 : N ; - gaengtolk_nn_1 : N ; - gaerd_nn_1 : N ; - gaerde_nn_1 : N ; - gaerdesgaard_nn_1 : N ; - gaerdning_nn_1 : N ; - gaerdsel_nn_1 : N ; - gaerdsgaard_nn_1 : N ; - gaerdsgaardsstoer_nn_1 : N ; - gaerdsmyg_nn_1 : N ; - gaerna_ab_1 : Adv ; - gaerning_nn_1 : N ; - gaerningsman_nn_1 : N ; - gaerningsort_nn_1 : N ; - gaers_nn_1 : N ; - gaesp_nn_1 : N ; - gaespig_av_1 : A ; - gaespning_nn_1 : N ; - gaessling_nn_1 : N ; - gaest_nn_1 : N ; - gaestabud_nn_1 : N ; - gaestarbetare_nn_1 : N ; - gaestbok_nn_1 : N ; - gaestfri_av_1 : A ; - gaestgivare_nn_1 : N ; - gaestgivargaard_nn_1 : N ; - gaestgiveri_nn_1 : N ; - gaesthandduk_nn_1 : N ; - gaestnatt_nn_1 : N ; - gaestning_nn_1 : N ; - gaestrike_nn_1 : N ; - gaestriking_nn_1 : N ; - gaestriklaendska_nn_1 : N ; - gaestriklaenning_nn_1 : N ; - gaestring_nn_1 : N ; - gaestrisk_av_1 : A ; - gaestrum_nn_1 : N ; - gaestspel_nn_1 : N ; - gaestvaenlig_av_1 : A ; - gaff_nn_1 : N ; - gaffel_nn_1 : N ; - gaffelantilop_nn_1 : N ; - gaffelbit_nn_1 : N ; - gaffelbock_nn_1 : N ; - gaffelhjort_nn_1 : N ; - gaffelklo_nn_1 : N ; - gaffelrigg_nn_1 : N ; - gaffelsegel_nn_1 : N ; - gaffeltruck_nn_1 : N ; - gafflan_ab_1 : Adv ; - gag_nn_1 : N ; - gagat_nn_1 : N ; - gagatsvart_av_1 : A ; - gage_nn_1 : N ; - gaggig_av_1 : A ; - gagnelig_av_1 : A ; - gagnerik_av_1 : A ; - gagnloes_av_1 : A ; - gagnrik_av_1 : A ; - gagnvaext_nn_1 : N ; - gaillarde_nn_1 : N ; - gaj_nn_1 : N ; - galaer_nn_1 : N ; - galaerslav_nn_1 : N ; - galaktisk_av_1 : A ; - galant_ab_1 : Adv ; - galant_av_1 : A ; - galanteri_nn_1 : N ; - galat_nn_1 : N ; - galavagn_nn_1 : N ; - galax_nn_1 : N ; - galaxbildning_nn_1 : N ; - galaxcentrum_nn_1 : N ; - galaxhop_nn_1 : N ; - galaxspektrum_nn_1 : N ; - galaxvaerld_nn_1 : N ; - galder_nn_1 : N ; - galeas_nn_1 : N ; - galen_av_1 : A ; - galenskap_nn_1 : N ; - galgbacke_nn_1 : N ; - galge_nn_1 : N ; - galgfaagel_nn_1 : N ; - galicisk_av_1 : A ; - galile_nn_1 : N ; - galjon_nn_1 : N ; - galjonsbild_nn_1 : N ; - galjonsfigur_nn_1 : N ; - gall_av_1 : A ; - gall_nn_1 : N ; - gallbildning_nn_1 : N ; - galldrivande_av_1 : A ; - galler_nn_1 : N ; - galler_nn_2 : N ; - galleri_nn_1 : N ; - galleriskog_nn_1 : N ; - gallerist_nn_1 : N ; - gallerverk_nn_1 : N ; - gallgaang_nn_1 : N ; - gallicism_nn_1 : N ; - gallier_nn_1 : N ; - gallion_nn_1 : N ; - gallisk_av_1 : A ; - gallko_nn_1 : N ; - gallkvalster_nn_1 : N ; - gallon_nn_1 : N ; - gallring_nn_1 : N ; - gallsjuk_av_1 : A ; - gallskrik_nn_1 : N ; - gallspraengd_av_1 : A ; - gallstekel_nn_1 : N ; - gallsten_nn_1 : N ; - galltjut_nn_1 : N ; - gallup_nn_1 : N ; - galning_nn_1 : N ; - galon_nn_2 : N ; - galopp_nn_1 : N ; - galoppad_nn_1 : N ; - galopptaevling_nn_1 : N ; - galosch_nn_1 : N ; - galt_nn_1 : N ; - galvanisk_av_1 : A ; - galvanometer_nn_1 : N ; - galvanoskop_nn_1 : N ; - galvanotyp_nn_1 : N ; - gam_nn_1 : N ; - gamaeng_nn_1 : N ; - gamasch_nn_1 : N ; - gambier_nn_1 : N ; - gambisk_av_1 : A ; - gambit_nn_1 : N ; - game_nn_1 : N ; - gamet_nn_1 : N ; - gamling_nn_1 : N ; - gamma_nn_1 : N ; - gammafly_nn_1 : N ; - gammaglobulin_nn_1 : N ; - gammakamera_nn_1 : N ; - gammal_av_1 : A ; - gammaldags_av_1 : A ; - gammaldans_nn_1 : N ; - gammalkommunist_nn_1 : N ; - gammalkristen_av_1 : A ; - gammalkyrklig_av_1 : A ; - gammalmodig_av_1 : A ; - gammalrosa_av_1 : A ; - gammaltestamentlig_av_1 : A ; - gammalvals_nn_1 : N ; - gammastraale_nn_1 : N ; - gammeldans_nn_1 : N ; - gan_nn_1 : N ; - ganasch_nn_1 : N ; - ganglie_nn_1 : N ; - gangrenoes_av_1 : A ; - gangster_nn_1 : N ; - gans_nn_1 : N ; - ganska_ab_1 : Adv ; - ganymed_nn_1 : N ; - gap_nn_1 : N ; - gaphals_nn_1 : N ; - gapig_av_1 : A ; - gapsax_nn_1 : N ; - gapskratt_nn_1 : N ; - gapstock_nn_1 : N ; - garage_nn_1 : N ; - garant_nn_1 : N ; - garanti_nn_1 : N ; - garantifoerdrag_nn_1 : N ; - garantifoersaekring_nn_1 : N ; - garantifond_nn_1 : N ; - garantilaan_nn_1 : N ; - gard_nn_1 : N ; - garde_nn_1 : N ; - gardering_nn_1 : N ; - garderob_nn_1 : N ; - garderobiaer_nn_1 : N ; - garderobie_nn_1 : N ; - gardian_nn_1 : N ; - gardin_nn_1 : N ; - gardinband_nn_1 : N ; - gardinluft_nn_1 : N ; - gardinring_nn_1 : N ; - gardinstaang_nn_1 : N ; - gardist_nn_1 : N ; - gardjaern_nn_1 : N ; - garfaagel_nn_1 : N ; - garn_nn_1 : N ; - garnbom_nn_1 : N ; - garnering_nn_1 : N ; - garnhank_nn_1 : N ; - garnison_nn_1 : N ; - garnityr_nn_1 : N ; - garnspole_nn_1 : N ; - garsong_nn_1 : N ; - gartner_nn_1 : N ; - garv_nn_1 : N ; - garvaemne_nn_1 : N ; - garvare_nn_1 : N ; - garveri_nn_1 : N ; - garvmedel_nn_1 : N ; - garvning_nn_1 : N ; - garson_nn_1 : N ; - gas_nn_1 : N ; - gas_nn_2 : N ; - gasackumulator_nn_1 : N ; - gasblandning_nn_1 : N ; - gasbraennare_nn_1 : N ; - gasbubbla_nn_1 : N ; - gascognare_nn_1 : N ; - gasell_nn_1 : N ; - gaseruption_nn_1 : N ; - gasett_nn_1 : N ; - gasformig_av_1 : A ; - gasgenerator_nn_1 : N ; - gask_nn_1 : N ; - gaskammare_nn_1 : N ; - gasklot_nn_1 : N ; - gaskromatograf_nn_1 : N ; - gaskropp_nn_1 : N ; - gaslaeckage_nn_1 : N ; - gaslaera_nn_1 : N ; - gasmask_nn_1 : N ; - gasmoln_nn_1 : N ; - gasolkoek_nn_1 : N ; - gasoltub_nn_1 : N ; - gasometer_nn_1 : N ; - gaspedal_nn_1 : N ; - gassig_av_1 : A ; - gasskydd_nn_1 : N ; - gasspis_nn_1 : N ; - gasstroem_nn_1 : N ; - gast_nn_1 : N ; - gastrisk_av_1 : A ; - gastrit_nn_1 : N ; - gastronom_nn_1 : N ; - gastronomisk_av_1 : A ; - gastroskop_nn_1 : N ; - gastroskopi_nn_1 : N ; - gastryck_nn_1 : N ; - gasturbin_nn_1 : N ; - gasurladdning_nn_1 : N ; - gasventil_nn_1 : N ; - gasverk_nn_1 : N ; - gata_nn_1 : N ; - gathoern_nn_1 : N ; - gathus_nn_1 : N ; - gatlaeggning_nn_1 : N ; - gatlopp_nn_1 : N ; - gatpojke_nn_1 : N ; - gatsopare_nn_1 : N ; - gatsten_nn_1 : N ; - gatt_nn_1 : N ; - gatubelaeggning_nn_1 : N ; - gatubelysning_nn_1 : N ; - gatufoersaeljare_nn_1 : N ; - gatukoek_nn_1 : N ; - gatukors_nn_1 : N ; - gatukorsning_nn_1 : N ; - gatuliv_nn_1 : N ; - gatunamn_nn_1 : N ; - gatunge_nn_1 : N ; - gatuplan_nn_1 : N ; - gaucho_nn_1 : N ; - gauge_nn_1 : N ; - gaullist_nn_1 : N ; - gaullistisk_av_1 : A ; - gaur_nn_1 : N ; - gauss_nn_1 : N ; - gavel_nn_1 : N ; - gavelfaelt_nn_1 : N ; - gavelhus_nn_1 : N ; - gavelroeste_nn_1 : N ; - gavial_nn_1 : N ; - gavott_nn_1 : N ; - gay_av_1 : A ; - gayal_nn_1 : N ; - ge_vb_1 : V ; - gebit_nn_1 : N ; - gecko_nn_1 : N ; - gedigen_av_1 : A ; - geg_nn_1 : N ; - geggig_av_1 : A ; - gehaeng_nn_1 : N ; - geheimeraad_nn_1 : N ; - geiger_mullerroer_nn_1 : N ; - geigermaetare_nn_1 : N ; - gejd_nn_1 : N ; - gejser_nn_1 : N ; - gel_nn_1 : N ; - gelaenk_nn_1 : N ; - gelatinkapsel_nn_1 : N ; - gelatinoes_av_1 : A ; - gelbgjutare_nn_1 : N ; - gelbgjuteri_nn_1 : N ; - gele_nn_1 : N ; - gelehallon_nn_1 : N ; - geleig_av_1 : A ; - geleklump_nn_1 : N ; - gelesvamp_nn_1 : N ; - gelike_nn_1 : N ; - gem_nn_1 : N ; - gem_nn_2 : N ; - gemaal_nn_1 : N ; - gemak_nn_1 : N ; - gemen_av_1 : A ; - gemenhet_nn_1 : N ; - gemenligen_ab_1 : Adv ; - gemensam_av_1 : A ; - gemensamhet_nn_1 : N ; - gemensamhetsgrav_nn_1 : N ; - gemination_nn_1 : N ; - geminering_nn_1 : N ; - gems_nn_1 : N ; - gemyt_nn_1 : N ; - gemytlig_av_1 : A ; - gen_av_1 : A ; - gen_nn_1 : N ; - genant_av_1 : A ; - genast_ab_1 : Adv ; - gendarm_nn_1 : N ; - gendriva_vb_1 : V ; - genealog_nn_1 : N ; - genealogi_nn_1 : N ; - general_nn_1 : N ; - generalagent_nn_1 : N ; - generaldirektoer_nn_1 : N ; - generalfoersamling_nn_1 : N ; - generalguvernoer_nn_1 : N ; - generalisation_nn_1 : N ; - generalisering_nn_1 : N ; - generalist_nn_1 : N ; - generalitet_nn_2 : N ; - generalkonsul_nn_1 : N ; - generalkonsulat_nn_1 : N ; - generalloejtnant_nn_1 : N ; - generalmajor_nn_1 : N ; - generaloeverste_nn_1 : N ; - generalpaus_nn_1 : N ; - generalplan_nn_1 : N ; - generalrep_nn_1 : N ; - generalrepetition_nn_1 : N ; - generalsekreterare_nn_1 : N ; - generalsperson_nn_1 : N ; - generalstab_nn_1 : N ; - generalstrejk_nn_1 : N ; - generande_av_1 : A ; - generation_nn_1 : N ; - generationstid_nn_1 : N ; - generationsvaexling_nn_1 : N ; - generativ_av_1 : A ; - generator_nn_1 : N ; - generatris_nn_1 : N ; - generell_av_1 : A ; - generisk_av_1 : A ; - generoes_av_1 : A ; - generositet_nn_1 : N ; - genetiker_nn_1 : N ; - genetisk_av_1 : A ; - genett_nn_1 : N ; - genfordran_nn_1 : N ; - genfordring_nn_1 : N ; - gengaangare_nn_1 : N ; - geni_nn_1 : N ; - genial_av_1 : A ; - genialisk_av_1 : A ; - genialitet_nn_1 : N ; - genie_nn_1 : N ; - genitiv_nn_1 : N ; - genitivattribut_nn_1 : N ; - genkaerande_nn_1 : N ; - genmaele_nn_1 : N ; - genmanipulation_nn_1 : N ; - genom_ab_1 : Adv ; - genom_nn_1 : N ; - genombloedning_nn_1 : N ; - genombloet_av_1 : A ; - genombrott_nn_1 : N ; - genombruten_av_1 : A ; - genombryta_vb_1 : V ; - genomdriva_vb_1 : V ; - genomfara_vb_1 : V ; - genomfart_nn_1 : N ; - genomfartsled_nn_1 : N ; - genomfoerande_nn_1 : N ; - genomfoerbar_av_1 : A ; - genomfoering_nn_1 : N ; - genomfoerkyld_av_1 : A ; - genomgaa_vb_1 : V ; - genomgaaende_ab_1 : Adv ; - genomgaaende_av_1 : A ; - genomgaang_nn_1 : N ; - genomgripande_av_1 : A ; - genomklappning_nn_1 : N ; - genomkoerare_nn_1 : N ; - genomlida_vb_1 : V ; - genomlysande_av_1 : A ; - genomlysning_nn_1 : N ; - genommoenstring_nn_1 : N ; - genomsippring_nn_1 : N ; - genomskinlig_av_1 : A ; - genomslaepplig_av_1 : A ; - genomslaepplighet_nn_1 : N ; - genomslag_nn_1 : N ; - genomslagskopia_nn_1 : N ; - genomslagspapper_nn_1 : N ; - genomsnitt_nn_1 : N ; - genomsnittlig_av_1 : A ; - genomsnittsinkomst_nn_1 : N ; - genomsnittsskatt_nn_1 : N ; - genomsnittsvaerde_nn_1 : N ; - genomtaenkt_av_1 : A ; - genomtraengande_av_1 : A ; - genomtraenglig_av_1 : A ; - genomtraengning_nn_1 : N ; - genomtryckt_av_1 : A ; - genomvaat_av_1 : A ; - genomvaevd_av_1 : A ; - genotyp_nn_1 : N ; - genre_nn_1 : N ; - genrep_nn_1 : N ; - gensaegelse_nn_1 : N ; - gensaga_nn_1 : N ; - gensare_nn_1 : N ; - genskjuta_vb_1 : V ; - genstaemning_nn_1 : N ; - genstoertig_av_1 : A ; - genstraevig_av_1 : A ; - genstridig_av_1 : A ; - genta_vb_1 : V ; - gentil_av_1 : A ; - gentjaenst_nn_1 : N ; - gentleman_nn_1 : N ; - genuafock_nn_1 : N ; - genuin_av_1 : A ; - genus_nn_1 : N ; - genvaeg_nn_1 : N ; - geocentrisk_av_1 : A ; - geodet_nn_1 : N ; - geodetisk_av_1 : A ; - geodimeter_nn_1 : N ; - geograf_nn_1 : N ; - geografisk_av_1 : A ; - geokemisk_av_1 : A ; - geokronologisk_av_1 : A ; - geolog_nn_1 : N ; - geologisk_av_1 : A ; - geometri_nn_1 : N ; - geometriker_nn_1 : N ; - geometrisk_av_1 : A ; - geomorfologisk_av_1 : A ; - georgier_nn_1 : N ; - georgisk_av_1 : A ; - georgiska_nn_2 : N ; - georgskors_nn_1 : N ; - geostationaer_av_1 : A ; - geosynklinal_nn_1 : N ; - geotermisk_av_1 : A ; - geovetare_nn_1 : N ; - geovetenskap_nn_1 : N ; - geovetenskaplig_av_1 : A ; - gepard_nn_1 : N ; - geranium_nn_1 : N ; - geriatrisk_av_1 : A ; - geridon_nn_1 : N ; - geridong_nn_1 : N ; - gerilla_nn_1 : N ; - gerillaledare_nn_1 : N ; - gering_nn_1 : N ; - german_nn_1 : N ; - germanfolk_nn_1 : N ; - germanism_nn_1 : N ; - germanist_nn_1 : N ; - germanistisk_av_1 : A ; - germankrigare_nn_1 : N ; - germansk_av_1 : A ; - germanstam_nn_1 : N ; - gerontologisk_av_1 : A ; - gers_nn_1 : N ; - gerundium_nn_1 : N ; - gerundivum_nn_1 : N ; - gesaell_nn_1 : N ; - gesaellbrev_nn_1 : N ; - gesaellprov_nn_1 : N ; - gesaellvandring_nn_1 : N ; - gesant_nn_1 : N ; - geschaeft_nn_1 : N ; - geschwint_ab_1 : Adv ; - gesims_nn_1 : N ; - gesimsbaage_nn_1 : N ; - gesimslist_nn_1 : N ; - gest_nn_1 : N ; - gestalt_nn_1 : N ; - gestaltning_nn_1 : N ; - gestikulation_nn_1 : N ; - get_nn_1 : N ; - getabock_nn_1 : N ; - getapel_nn_1 : N ; - getfot_nn_1 : N ; - geting_nn_1 : N ; - getingbo_nn_1 : N ; - getingmidja_nn_1 : N ; - getingstick_nn_1 : N ; - getmjoelksost_nn_1 : N ; - getoega_nn_1 : N ; - getost_nn_1 : N ; - getskaegg_nn_1 : N ; - getskinn_nn_1 : N ; - getto_nn_1 : N ; - getvaeppling_nn_1 : N ; - gevaer_nn_1 : N ; - gevaersfaktori_nn_1 : N ; - gevaersgranat_nn_1 : N ; - gevaerskolv_nn_1 : N ; - gevaerskompani_nn_1 : N ; - gevaerspatron_nn_1 : N ; - gevaerspost_nn_1 : N ; - gevaerssmed_nn_1 : N ; - gevaerssmide_nn_1 : N ; - gevaersstock_nn_1 : N ; - gevaldiger_nn_1 : N ; - ghanan_nn_1 : N ; - ghanansk_av_1 : A ; - ghanes_nn_1 : N ; - ghanesisk_av_1 : A ; - ghasel_nn_1 : N ; - ghetto_nn_1 : N ; - ghost_writer_nn_1 : N ; - gibbon_nn_1 : N ; - giffel_nn_1 : N ; - gift_av_1 : A ; - gift_nn_1 : N ; - giftapparat_nn_1 : N ; - giftasvuxen_av_1 : A ; - giftavdunstning_nn_1 : N ; - giftbaegare_nn_1 : N ; - giftblandare_nn_1 : N ; - giftbok_nn_1 : N ; - giftermaal_nn_1 : N ; - giftermaalsbalk_nn_1 : N ; - giftfri_av_1 : A ; - giftgas_nn_1 : N ; - giftgroen_av_1 : A ; - gifthalt_nn_1 : N ; - giftig_av_1 : A ; - giftighet_nn_1 : N ; - giftkoertel_nn_1 : N ; - giftmaengd_nn_1 : N ; - giftmoln_nn_1 : N ; - giftmord_nn_1 : N ; - giftoman_nn_1 : N ; - giftorm_nn_1 : N ; - giftstadga_nn_1 : N ; - gifttagg_nn_1 : N ; - gifttand_nn_1 : N ; - gifttransport_nn_1 : N ; - giftverkan_nn_1 : N ; - gig_nn_1 : N ; - gigant_nn_1 : N ; - gigantisk_av_1 : A ; - gigaton_nn_1 : N ; - gigawatt_nn_1 : N ; - gigg_nn_1 : N ; - gigolo_nn_1 : N ; - gigue_nn_1 : N ; - giktbruten_av_1 : A ; - giktring_nn_1 : N ; - giljare_nn_1 : N ; - giljarfaerd_nn_1 : N ; - giljotin_nn_1 : N ; - gill_av_1 : A ; - gillande_nn_1 : N ; - giller_nn_1 : N ; - gillesbroder_nn_1 : N ; - gillessocialism_nn_1 : N ; - gillestuga_nn_1 : N ; - giltig_av_1 : A ; - giltighet_nn_1 : N ; - gimmick_nn_1 : N ; - gin_av_1 : A ; - ginbalk_nn_1 : N ; - ginnungagap_nn_1 : N ; - ginst_nn_1 : N ; - ginstkatt_nn_1 : N ; - ginvaeg_nn_1 : N ; - gip_nn_1 : N ; - gipp_nn_1 : N ; - gips_nn_1 : N ; - gipsavgjutning_nn_1 : N ; - gipsfoerband_nn_1 : N ; - gipsform_nn_1 : N ; - gipyr_nn_1 : N ; - gir_nn_1 : N ; - giraff_nn_1 : N ; - giraffliknande_av_1 : A ; - girandole_nn_1 : N ; - girering_nn_1 : N ; - girig_av_1 : A ; - girigbuk_nn_1 : N ; - girland_nn_1 : N ; - giro_nn_1 : N ; - girobesked_nn_1 : N ; - girvaext_av_1 : A ; - girvuxen_av_1 : A ; - gissel_nn_1 : N ; - gisseldjur_nn_1 : N ; - gisslare_nn_1 : N ; - gissning_nn_1 : N ; - gissningsvis_ab_1 : Adv ; - gisten_av_1 : A ; - gistgaard_nn_1 : N ; - gitarr_nn_1 : N ; - gitarrist_nn_1 : N ; - gitter_nn_1 : N ; - giv_nn_1 : N ; - givakt_nn_1 : N ; - givande_av_1 : A ; - givare_nn_1 : N ; - given_av_1 : A ; - givetvis_ab_1 : Adv ; - givkort_nn_1 : N ; - givmild_av_1 : A ; - givmildhet_nn_1 : N ; - givning_nn_1 : N ; - gjord_nn_1 : N ; - gjuse_nn_1 : N ; - gjuta_vb_1 : V ; - gjutare_nn_1 : N ; - gjutbar_av_1 : A ; - gjuteri_nn_1 : N ; - gjutform_nn_1 : N ; - gjutmodell_nn_1 : N ; - gjutning_nn_1 : N ; - gjutrand_nn_1 : N ; - glaamig_av_1 : A ; - glaapord_nn_1 : N ; - glacehandske_nn_1 : N ; - glaci_nn_1 : N ; - glaciaer_nn_1 : N ; - glaciaeraelv_nn_1 : N ; - glaciaerbrunn_nn_1 : N ; - glaciaeris_nn_1 : N ; - glaciaernisch_nn_1 : N ; - glaciaerport_nn_1 : N ; - glaciaerraeffla_nn_1 : N ; - glacial_av_1 : A ; - glacialperiod_nn_1 : N ; - glacialraeffla_nn_1 : N ; - glacifluvial_av_1 : A ; - glaciolog_nn_1 : N ; - glaciologisk_av_1 : A ; - glad_av_1 : A ; - glad_nn_1 : N ; - gladelig_av_1 : A ; - gladeligen_ab_1 : Adv ; - gladeligt_ab_1 : Adv ; - gladiator_nn_1 : N ; - gladiatorspel_nn_1 : N ; - gladiolus_nn_1 : N ; - gladlig_av_1 : A ; - gladligen_ab_1 : Adv ; - gladlynt_av_1 : A ; - glaedjande_av_1 : A ; - glaedjeaemne_nn_1 : N ; - glaedjebetygelse_nn_1 : N ; - glaedjedoedare_nn_1 : N ; - glaedjefylld_av_1 : A ; - glaedjehus_nn_1 : N ; - glaedjekalkyl_nn_1 : N ; - glaedjekvarter_nn_1 : N ; - glaedjerus_nn_1 : N ; - glaedjestraalande_av_1 : A ; - glaensande_av_1 : A ; - glaettig_av_1 : A ; - glaettighet_nn_1 : N ; - glaettning_nn_1 : N ; - glaettsten_nn_1 : N ; - glagolitisk_av_1 : A ; - glamoroes_av_1 : A ; - glamouroes_av_1 : A ; - glandel_nn_1 : N ; - glanduloes_av_1 : A ; - glansbagge_nn_1 : N ; - glansfull_av_1 : A ; - glansig_av_1 : A ; - glansk_av_1 : A ; - glansloes_av_1 : A ; - glansnummer_nn_1 : N ; - glanspapper_nn_1 : N ; - glansperiod_nn_1 : N ; - glansroll_nn_1 : N ; - glanstid_nn_1 : N ; - glapp_av_1 : A ; - glapp_nn_1 : N ; - glapprum_nn_1 : N ; - glas_nn_1 : N ; - glasaal_nn_1 : N ; - glasbjoerk_nn_1 : N ; - glasblaasare_nn_1 : N ; - glasblaaseri_nn_1 : N ; - glasbruk_nn_1 : N ; - glasbult_nn_1 : N ; - glasering_nn_1 : N ; - glasfiber_nn_1 : N ; - glasfoeremaal_nn_1 : N ; - glasframstaellning_nn_1 : N ; - glashal_av_1 : A ; - glashandduk_nn_1 : N ; - glashus_nn_1 : N ; - glashuv_nn_1 : N ; - glasig_av_1 : A ; - glasighet_nn_1 : N ; - glasiglo_nn_1 : N ; - glasiologisk_av_1 : A ; - glasklar_av_1 : A ; - glaskolv_nn_1 : N ; - glaskropp_nn_1 : N ; - glasmaalning_nn_1 : N ; - glasmaestardiamant_nn_1 : N ; - glasmaestare_nn_1 : N ; - glasmaesteri_nn_1 : N ; - glasoega_nn_1 : N ; - glasoegonbaage_nn_1 : N ; - glasoegonbjoern_nn_1 : N ; - glasoegonorm_nn_1 : N ; - glasprisma_nn_1 : N ; - glasroer_nn_1 : N ; - glass_nn_1 : N ; - glassbaegare_nn_1 : N ; - glassbomb_nn_1 : N ; - glassdessert_nn_1 : N ; - glassig_av_1 : A ; - glasskaerardiamant_nn_1 : N ; - glasskaerare_nn_1 : N ; - glasslipare_nn_1 : N ; - glassmaskin_nn_1 : N ; - glasspinne_nn_1 : N ; - glasstrut_nn_1 : N ; - glasvakt_nn_1 : N ; - glasvar_nn_1 : N ; - glasvingefjaeril_nn_1 : N ; - glasyr_nn_1 : N ; - glatt_av_1 : A ; - glattmask_nn_1 : N ; - glav_nn_1 : N ; - gles_av_1 : A ; - glesbygd_nn_1 : N ; - gletscher_nn_1 : N ; - gli_nn_1 : N ; - glid_nn_1 : N ; - glida_vb_1 : V ; - glidkontakt_nn_1 : N ; - glidkraem_nn_1 : N ; - glidlager_nn_1 : N ; - glidljud_nn_1 : N ; - glidmedel_nn_1 : N ; - glidning_nn_1 : N ; - glidtackling_nn_1 : N ; - glim_nn_1 : N ; - glimt_nn_1 : N ; - glimtaendare_nn_1 : N ; - glimtvis_ab_1 : Adv ; - glinder_nn_1 : N ; - gliom_nn_1 : N ; - gliring_nn_1 : N ; - glis_nn_2 : N ; - glisoert_nn_1 : N ; - glissando_nn_1 : N ; - glitterglad_av_1 : A ; - glittrig_av_1 : A ; - glob_nn_1 : N ; - global_av_1 : A ; - globetrotter_nn_1 : N ; - globulin_nn_1 : N ; - gloed_nn_1 : N ; - gloedbaedd_nn_1 : N ; - gloedhet_av_1 : A ; - gloedhoeg_nn_1 : N ; - gloedkatod_nn_1 : N ; - gloedkropp_nn_1 : N ; - gloedmjuk_av_1 : A ; - gloedning_nn_1 : N ; - gloedstroem_nn_1 : N ; - gloedtraad_nn_1 : N ; - gloedvarm_av_1 : A ; - gloegg_nn_1 : N ; - gloemsk_av_1 : A ; - glop_nn_1 : N ; - glorioes_av_1 : A ; - glosig_av_1 : A ; - glosoegd_av_1 : A ; - glossar_nn_1 : N ; - glossarium_nn_1 : N ; - glossematik_nn_1 : N ; - glossolali_nn_1 : N ; - glottisstoet_nn_1 : N ; - glugg_nn_1 : N ; - glunt_nn_1 : N ; - glupande_av_1 : A ; - glupsk_av_1 : A ; - glutamat_nn_1 : N ; - glutenfri_av_1 : A ; - glutinoes_av_1 : A ; - glycerid_nn_1 : N ; - glycin_nn_1 : N ; - glykol_nn_1 : N ; - glykopeptid_nn_1 : N ; - glykos_nn_1 : N ; - glyptotek_nn_1 : N ; - glytt_nn_1 : N ; - glyttig_av_1 : A ; - gnabb_nn_1 : N ; - gnaellig_av_1 : A ; - gnaellmaans_nn_1 : N ; - gnaellspik_nn_1 : N ; - gnagare_nn_1 : N ; - gnagtand_nn_1 : N ; - gnatig_av_1 : A ; - gnejs_nn_1 : N ; - gnet_nn_1 : N ; - gnet_nn_2 : N ; - gnetig_av_1 : A ; - gnida_vb_1 : V ; - gnidare_nn_1 : N ; - gniden_av_1 : A ; - gnidig_av_1 : A ; - gnidningselektricitet_nn_1 : N ; - gnistfaangare_nn_1 : N ; - gnistgaller_nn_1 : N ; - gnistgap_nn_1 : N ; - gnistinduktor_nn_1 : N ; - gnistkammare_nn_1 : N ; - gnistrig_av_1 : A ; - gnistsaendare_nn_1 : N ; - gnistskydd_nn_1 : N ; - gniststation_nn_1 : N ; - gnisttaendning_nn_1 : N ; - gnoding_nn_1 : N ; - gnom_nn_1 : N ; - gnomiker_nn_1 : N ; - gnostiker_nn_1 : N ; - gnu_nn_1 : N ; - gnuggbild_nn_1 : N ; - go_cart_nn_1 : N ; - gobelaeng_nn_1 : N ; - gobelaengbroderi_nn_1 : N ; - god_av_1 : A ; - godbit_nn_1 : N ; - goddagspilt_nn_1 : N ; - gode_nn_1 : N ; - godhaellig_av_1 : A ; - godhet_nn_1 : N ; - godhetsfull_av_1 : A ; - godhjaertenhet_nn_1 : N ; - goding_nn_1 : N ; - godis_nn_2 : N ; - godkaend_av_1 : A ; - godkaennande_nn_1 : N ; - godlynt_av_1 : A ; - godmanskap_nn_1 : N ; - godmodig_av_1 : A ; - gods_nn_1 : N ; - godsaegare_nn_1 : N ; - godsak_nn_1 : N ; - godsexpedition_nn_1 : N ; - godsherre_nn_1 : N ; - godsint_av_1 : A ; - godsmottagning_nn_1 : N ; - godstaag_nn_1 : N ; - godsvagn_nn_1 : N ; - godta_vb_1 : V ; - godtagbar_av_1 : A ; - godtemplare_nn_1 : N ; - godtemplarorden_nn_1 : N ; - godtrogen_av_1 : A ; - godtrosfoervaerv_nn_1 : N ; - godtycklig_av_1 : A ; - godvikt_nn_1 : N ; - godvillig_av_1 : A ; - goeddjur_nn_1 : N ; - goedkyckling_nn_1 : N ; - goedning_nn_1 : N ; - goedningsmedel_nn_1 : N ; - goedselmedel_nn_1 : N ; - goedselspridare_nn_1 : N ; - goedselstack_nn_1 : N ; - goedselstad_nn_1 : N ; - goedsling_nn_1 : N ; - goejemaanad_nn_1 : N ; - goek_nn_1 : N ; - goekblomster_nn_1 : N ; - goekunge_nn_1 : N ; - goekur_nn_1 : N ; - goel_nn_1 : N ; - goeling_nn_1 : N ; - goemfroeig_av_1 : A ; - goemstaelle_nn_1 : N ; - goepen_nn_1 : N ; - goerare_nn_1 : N ; - goerdel_nn_1 : N ; - goerdelbaage_nn_1 : N ; - goerdeldaeck_nn_1 : N ; - goerdelfaestning_nn_1 : N ; - goerdelmakare_nn_1 : N ; - goerlig_av_1 : A ; - goeromaal_nn_1 : N ; - goes_nn_1 : N ; - goesstake_nn_1 : N ; - goet_nn_1 : N ; - goet_nn_2 : N ; - goetamaal_nn_1 : N ; - goete_nn_1 : N ; - goeteborgare_nn_1 : N ; - goeteborgsk_av_1 : A ; - goeteborgska_nn_2 : N ; - goeteborgsvits_nn_1 : N ; - goeticistisk_av_1 : A ; - goetisk_av_1 : A ; - goetvalsverk_nn_1 : N ; - gold_digger_nn_1 : N ; - golf_nn_2 : N ; - golfare_nn_1 : N ; - golfspel_nn_1 : N ; - golgiapparat_nn_1 : N ; - golv_nn_1 : N ; - golvbelaeggning_nn_1 : N ; - golvbjaelke_nn_1 : N ; - golvbraeda_nn_1 : N ; - golvbrunn_nn_1 : N ; - golvfast_av_1 : A ; - golvkall_av_1 : A ; - golvlaeggare_nn_1 : N ; - golvramp_nn_1 : N ; - golvur_nn_1 : N ; - golvvaexel_nn_1 : N ; - golvvax_nn_1 : N ; - gom_nn_1 : N ; - gombaage_nn_1 : N ; - gomben_nn_1 : N ; - gomljud_nn_1 : N ; - gomsegel_nn_1 : N ; - gomspene_nn_1 : N ; - gon_nn_1 : N ; - gonad_nn_1 : N ; - gondol_nn_1 : N ; - gondoljaer_nn_1 : N ; - gonfaloniaer_nn_1 : N ; - gonggong_nn_1 : N ; - gonokock_nn_1 : N ; - gonorre_nn_1 : N ; - goraa_nn_1 : N ; - gordonsetter_nn_1 : N ; - gorgon_nn_1 : N ; - gosig_av_1 : A ; - gospel_nn_1 : N ; - gosse_nn_1 : N ; - got_nn_1 : N ; - goticerande_av_1 : A ; - gotiserande_av_1 : A ; - gotisk_av_1 : A ; - gotlaendsk_av_1 : A ; - gotlaendska_nn_2 : N ; - gotlaenning_nn_1 : N ; - gotlandsruss_nn_1 : N ; - gotsk_av_1 : A ; - gottgoerelse_nn_1 : N ; - gottskriva_vb_1 : V ; - gouache_nn_1 : N ; - gourmand_nn_1 : N ; - gourme_nn_1 : N ; - gourmet_nn_1 : N ; - graa_av_1 : A ; - graaaktig_av_1 : A ; - graaal_nn_1 : N ; - graablaa_av_1 : A ; - graablek_av_1 : A ; - graabo_nn_1 : N ; - graabroder_nn_1 : N ; - graadaskig_av_1 : A ; - graaflaeckig_av_1 : A ; - graagaas_nn_1 : N ; - graagosse_nn_1 : N ; - graagroen_av_1 : A ; - graagyllen_nn_1 : N ; - graahaarig_av_1 : A ; - graahaeger_nn_1 : N ; - graahund_nn_1 : N ; - graakall_av_1 : A ; - graalax_nn_1 : N ; - graalle_nn_1 : N ; - graames_nn_1 : N ; - graamunk_nn_1 : N ; - graapaeron_nn_1 : N ; - graasael_nn_1 : N ; - graasej_nn_1 : N ; - graasiska_nn_1 : N ; - graaskaeckig_av_1 : A ; - graaskaegg_nn_1 : N ; - graaskimlig_av_1 : A ; - graaskimmel_nn_1 : N ; - graasosse_nn_1 : N ; - graasparv_nn_1 : N ; - graaspett_nn_1 : N ; - graaspraengd_av_1 : A ; - graasten_nn_1 : N ; - graasvart_av_1 : A ; - graaterska_nn_1 : N ; - graatfaerdig_av_1 : A ; - graatmild_av_1 : A ; - graaton_nn_1 : N ; - graatrut_nn_1 : N ; - grabb_nn_1 : N ; - grabbatag_nn_1 : N ; - grabbnaeve_nn_1 : N ; - grace_nn_1 : N ; - gracil_av_1 : A ; - gracioes_av_1 : A ; - grad_nn_1 : N ; - gradaeng_nn_1 : N ; - gradation_nn_1 : N ; - gradbeteckning_nn_1 : N ; - gradboejning_nn_1 : N ; - graderverk_nn_1 : N ; - gradient_nn_1 : N ; - gradlist_nn_1 : N ; - gradmaetare_nn_1 : N ; - gradmaetning_nn_1 : N ; - gradmejsel_nn_1 : N ; - gradnaet_nn_1 : N ; - gradsaag_nn_1 : N ; - gradskillnad_nn_1 : N ; - gradstreck_nn_1 : N ; - gradtal_nn_1 : N ; - gradtapp_nn_1 : N ; - gradtecken_nn_1 : N ; - gradualavhandling_nn_1 : N ; - gradualpsalm_nn_1 : N ; - graduell_av_1 : A ; - gradvis_ab_1 : Adv ; - gradvis_av_1 : A ; - graeddbakelse_nn_1 : N ; - graeddhalt_nn_1 : N ; - graeddig_av_1 : A ; - graeddmaetare_nn_1 : N ; - graeddvisp_nn_1 : N ; - grael_nn_1 : N ; - graelaktig_av_1 : A ; - graelig_av_1 : A ; - graell_av_1 : A ; - graelmaans_nn_1 : N ; - graelmakare_nn_1 : N ; - graelsjuk_av_1 : A ; - graemelse_nn_1 : N ; - graen_nn_1 : N ; - graend_nn_1 : N ; - graeng_nn_1 : N ; - graens_nn_1 : N ; - graensbevakning_nn_1 : N ; - graensbo_nn_1 : N ; - graensfall_nn_1 : N ; - graensintaekt_nn_1 : N ; - graensjaegare_nn_1 : N ; - graenskontroll_nn_1 : N ; - graenskostnad_nn_1 : N ; - graensle_ab_1 : Adv ; - graenslinje_nn_1 : N ; - graensloes_av_1 : A ; - graensnytta_nn_1 : N ; - graensoeverskridande_av_1 : A ; - graensoeverskridande_nn_1 : N ; - graensomraade_nn_1 : N ; - graenspaale_nn_1 : N ; - graenspolis_nn_1 : N ; - graensskikt_nn_1 : N ; - graenstrakt_nn_1 : N ; - graensvaerde_nn_1 : N ; - graes_nn_1 : N ; - graesaenkling_nn_1 : N ; - graesaetare_nn_1 : N ; - graesand_nn_1 : N ; - graesfjaeril_nn_1 : N ; - graesfly_nn_1 : N ; - graesklippare_nn_1 : N ; - graeslig_av_1 : A ; - graeslighet_nn_1 : N ; - graesliknande_av_1 : A ; - graesmaanad_nn_1 : N ; - graesmask_nn_1 : N ; - graesplan_nn_1 : N ; - graesrot_nn_1 : N ; - graesvall_nn_1 : N ; - graetten_av_1 : A ; - graevling_nn_1 : N ; - graevlingsgryt_nn_1 : N ; - graevlingshund_nn_1 : N ; - graevmaskin_nn_1 : N ; - graevning_nn_1 : N ; - graevsvin_nn_1 : N ; - graf_nn_1 : N ; - grafem_nn_1 : N ; - grafematisk_av_1 : A ; - grafiker_nn_1 : N ; - grafisk_av_1 : A ; - grafit_nn_1 : N ; - grafitdegel_nn_1 : N ; - grafitgraa_av_1 : A ; - grafolog_nn_1 : N ; - grafonomisk_av_1 : A ; - grafteori_nn_1 : N ; - gram_nn_1 : N ; - gramkalori_nn_1 : N ; - grammatik_nn_1 : N ; - grammatikalisk_av_1 : A ; - grammatikbok_nn_1 : N ; - grammatiker_nn_1 : N ; - grammatikregel_nn_1 : N ; - grammatisk_av_1 : A ; - grammofon_nn_1 : N ; - grammofonarkiv_nn_1 : N ; - grammofonstift_nn_1 : N ; - grammolekyl_nn_1 : N ; - gramse_av_1 : A ; - gran_nn_1 : N ; - gran_nn_2 : N ; - granat_nn_1 : N ; - granatgevaer_nn_1 : N ; - granatkartesch_nn_1 : N ; - granbarrlus_nn_1 : N ; - grand_nn_2 : N ; - grandios_av_1 : A ; - grandseigneur_nn_1 : N ; - granit_nn_1 : N ; - grann_av_1 : A ; - granne_nn_1 : N ; - granneligen_ab_1 : Adv ; - grannlaat_nn_1 : N ; - grannlaga_av_1 : A ; - grannland_nn_1 : N ; - grannskap_nn_1 : N ; - grannstat_nn_1 : N ; - grannsynt_av_1 : A ; - granntyckt_av_1 : A ; - gransaangare_nn_1 : N ; - granskare_nn_1 : N ; - granskning_nn_1 : N ; - granskningsexemplar_nn_1 : N ; - granskningsman_nn_1 : N ; - granskog_nn_1 : N ; - gransort_nn_1 : N ; - granulat_nn_1 : N ; - granulation_nn_1 : N ; - granulationsvaevnad_nn_1 : N ; - granulering_nn_1 : N ; - granulum_nn_1 : N ; - grapefrukt_nn_1 : N ; - grataeng_nn_1 : N ; - gratial_nn_1 : N ; - gratialist_nn_1 : N ; - gratie_nn_1 : N ; - gratifikation_nn_1 : N ; - gratin_nn_1 : N ; - gratis_ab_1 : Adv ; - gratis_av_1 : A ; - gratisaktie_nn_1 : N ; - gratispassagerare_nn_1 : N ; - gratulant_nn_1 : N ; - gratulation_nn_1 : N ; - grav_av_1 : A ; - grav_nn_1 : N ; - gravallvarlig_av_1 : A ; - gravand_nn_1 : N ; - gravation_nn_1 : N ; - gravbrev_nn_1 : N ; - gravbyggnad_nn_1 : N ; - grave_ab_1 : Adv ; - gravenstein_nn_1 : N ; - graverande_av_1 : A ; - gravering_nn_1 : N ; - gravfaelt_nn_1 : N ; - gravfynd_nn_1 : N ; - gravgaas_nn_1 : N ; - gravhoeg_nn_1 : N ; - graviditet_nn_1 : N ; - graviditetstest_nn_1 : N ; - graviditetsvecka_nn_1 : N ; - gravimeter_nn_1 : N ; - gravitationskonstant_nn_1 : N ; - gravitationskraft_nn_1 : N ; - gravitationslag_nn_1 : N ; - gravitationsstraalning_nn_1 : N ; - gravitet_nn_1 : N ; - gravitetisk_av_1 : A ; - graviton_nn_1 : N ; - gravkapell_nn_1 : N ; - gravkor_nn_1 : N ; - gravkummel_nn_1 : N ; - gravkyrka_nn_1 : N ; - gravlax_nn_1 : N ; - gravlik_av_1 : A ; - gravmaterial_nn_1 : N ; - gravoel_nn_1 : N ; - gravoeppning_nn_1 : N ; - gravoer_nn_1 : N ; - gravplats_nn_1 : N ; - gravsaettning_nn_1 : N ; - gravsed_nn_1 : N ; - gravskaendning_nn_1 : N ; - gravskick_nn_1 : N ; - gravsten_nn_1 : N ; - gravstickel_nn_1 : N ; - gravsvepning_nn_1 : N ; - gravvaard_nn_1 : N ; - gravvalv_nn_1 : N ; - gravyr_nn_1 : N ; - gray_nn_1 : N ; - grecism_nn_1 : N ; - gredelin_av_1 : A ; - green_nn_1 : N ; - gregoriansk_av_1 : A ; - grej_nn_1 : N ; - grek_nn_1 : N ; - grekcypriot_nn_1 : N ; - grekinna_nn_1 : N ; - grekisk_av_1 : A ; - grekisk_katolsk_av_1 : A ; - grekisk_ortodox_av_1 : A ; - grekisk_romersk_av_1 : A ; - grekiska_nn_2 : N ; - gren_nn_1 : N ; - grenadier_nn_1 : N ; - grenadin_nn_1 : N ; - grenadisk_av_1 : A ; - grenadjaer_nn_1 : N ; - grenhopp_nn_1 : N ; - grenig_av_1 : A ; - grenledning_nn_1 : N ; - grenljus_nn_1 : N ; - grensle_ab_1 : Adv ; - grenstaaende_av_1 : A ; - grenuttag_nn_1 : N ; - grenveck_nn_1 : N ; - grenvinkel_nn_1 : N ; - grep_nn_1 : N ; - grepe_nn_1 : N ; - grepp_nn_1 : N ; - greppbraede_nn_1 : N ; - greppriktig_av_1 : A ; - greve_nn_1 : N ; - grevinna_nn_1 : N ; - grevlig_av_1 : A ; - grevskap_nn_1 : N ; - greyhound_nn_1 : N ; - griffel_nn_1 : N ; - griffeltavla_nn_1 : N ; - grift_nn_1 : N ; - griftetal_nn_1 : N ; - grill_nn_1 : N ; - grillbar_nn_1 : N ; - grillfaengeri_nn_1 : N ; - grilljanne_nn_1 : N ; - grillspett_nn_1 : N ; - grimas_nn_1 : N ; - grimskaft_nn_1 : N ; - grin_nn_1 : N ; - grind_nn_1 : N ; - grindoeppning_nn_1 : N ; - grindslant_nn_1 : N ; - grindstuga_nn_1 : N ; - grindval_nn_1 : N ; - gringo_nn_1 : N ; - grinig_av_1 : A ; - grinolle_nn_1 : N ; - grip_nn_1 : N ; - gripa_vb_1 : V ; - gripande_av_1 : A ; - gripbar_av_1 : A ; - gripen_av_1 : A ; - gripfot_nn_1 : N ; - gris_nn_1 : N ; - grisaille_nn_1 : N ; - griseri_nn_1 : N ; - grisett_nn_1 : N ; - grisig_av_1 : A ; - grisinsulin_nn_1 : N ; - griskulting_nn_1 : N ; - grisning_nn_1 : N ; - grisningsbo_nn_1 : N ; - grisoega_nn_1 : N ; - grissel_nn_1 : N ; - grissvans_nn_1 : N ; - grisunge_nn_1 : N ; - grizzlybjoern_nn_1 : N ; - grobarhet_nn_1 : N ; - grobian_nn_1 : N ; - groblad_nn_1 : N ; - grodd_nn_1 : N ; - groddblad_nn_1 : N ; - groddjur_nn_1 : N ; - groddknopp_nn_1 : N ; - grodfisk_nn_1 : N ; - grodlaar_nn_1 : N ; - grodman_nn_1 : N ; - groen_av_1 : A ; - groenalg_nn_1 : N ; - groenblek_av_1 : A ; - groenblind_av_1 : A ; - groenfink_nn_1 : N ; - groengoeling_nn_1 : N ; - groengul_av_1 : A ; - groening_nn_1 : N ; - groenkoepingsmaessig_av_1 : A ; - groenlaendare_nn_1 : N ; - groenlaendsk_av_1 : A ; - groenlaendska_nn_2 : N ; - groenlandsval_nn_1 : N ; - groenling_nn_1 : N ; - groenmoegelost_nn_1 : N ; - groenmoerk_av_1 : A ; - groenmogen_av_1 : A ; - groenmognad_nn_1 : N ; - groenomraade_nn_1 : N ; - groenraett_nn_1 : N ; - groensak_nn_1 : N ; - groensaksblandning_nn_1 : N ; - groensakstallrik_nn_1 : N ; - groensallad_nn_1 : N ; - groensiska_nn_1 : N ; - groenspett_nn_1 : N ; - groepning_nn_1 : N ; - groet_nn_1 : N ; - groetfrukost_nn_1 : N ; - groetig_av_1 : A ; - groetmyndig_av_1 : A ; - groetomslag_nn_1 : N ; - groetrim_nn_1 : N ; - groetrock_nn_1 : N ; - grogg_nn_1 : N ; - groggy_av_1 : A ; - grogrund_nn_1 : N ; - grop_nn_1 : N ; - gropig_av_1 : A ; - groschen_nn_1 : N ; - gross_nn_1 : N ; - grossess_nn_1 : N ; - grosshandlare_nn_1 : N ; - grossist_nn_1 : N ; - grossistpris_nn_1 : N ; - grossoer_nn_1 : N ; - grotesk_av_1 : A ; - grotesk_nn_1 : N ; - groteskeri_nn_1 : N ; - grottbjoern_nn_1 : N ; - grottforskare_nn_1 : N ; - grottgaang_nn_1 : N ; - grottingaang_nn_1 : N ; - grottinvaanare_nn_1 : N ; - grottmaalning_nn_1 : N ; - grottmaenniska_nn_1 : N ; - groupie_nn_1 : N ; - grov_av_1 : A ; - grovarbetare_nn_1 : N ; - grovhet_nn_1 : N ; - grovhuggen_av_1 : A ; - grovkoek_nn_1 : N ; - grovkornig_av_1 : A ; - grovlek_nn_1 : N ; - grovsyssla_nn_1 : N ; - grovtarm_nn_1 : N ; - grubblare_nn_1 : N ; - grubbleri_nn_1 : N ; - gruff_nn_1 : N ; - grumlig_av_1 : A ; - grumling_nn_1 : N ; - grumsig_av_1 : A ; - grund_av_1 : A ; - grund_nn_1 : N ; - grund_nn_2 : N ; - grundackord_nn_1 : N ; - grundaemne_nn_1 : N ; - grundare_nn_1 : N ; - grundavdrag_nn_1 : N ; - grundavgift_nn_1 : N ; - grundbelopp_nn_1 : N ; - grundbetydelse_nn_1 : N ; - grundbok_nn_1 : N ; - grundbrott_nn_1 : N ; - grundbult_nn_1 : N ; - grunddrag_nn_1 : N ; - grundenhet_nn_1 : N ; - grundfaerg_nn_1 : N ; - grundfalsk_av_1 : A ; - grundfoerbaettring_nn_1 : N ; - grundform_nn_1 : N ; - grundhav_nn_1 : N ; - grundkaenning_nn_1 : N ; - grundkraft_nn_1 : N ; - grundkurs_nn_1 : N ; - grundlaeggande_av_1 : A ; - grundlaeggare_nn_1 : N ; - grundlaeggning_nn_1 : N ; - grundlag_nn_1 : N ; - grundlag_nn_2 : N ; - grundlig_av_1 : A ; - grundligen_ab_1 : Adv ; - grundlighet_nn_1 : N ; - grundlinje_nn_1 : N ; - grundloen_nn_1 : N ; - grundloes_av_1 : A ; - grundmaatt_nn_1 : N ; - grundning_nn_1 : N ; - grundord_nn_1 : N ; - grundorsak_nn_1 : N ; - grundpelare_nn_1 : N ; - grundperiod_nn_1 : N ; - grundplaat_nn_1 : N ; - grundsats_nn_1 : N ; - grundskolelaerare_nn_1 : N ; - grundskott_nn_1 : N ; - grundspraak_nn_1 : N ; - grundstam_nn_1 : N ; - grundsten_nn_1 : N ; - grundstoetning_nn_1 : N ; - grundtal_nn_1 : N ; - grundtanke_nn_1 : N ; - grundteori_nn_1 : N ; - grundton_nn_1 : N ; - grundutbildning_nn_1 : N ; - grundval_nn_1 : N ; - grundvatten_nn_1 : N ; - grupp_nn_1 : N ; - gruppbild_nn_1 : N ; - gruppchef_nn_1 : N ; - gruppdynamisk_av_1 : A ; - gruppering_nn_1 : N ; - gruppfoersaekring_nn_1 : N ; - gruppgenitiv_nn_1 : N ; - grupphus_nn_1 : N ; - gruppkorsband_nn_1 : N ; - gruppsamtal_nn_1 : N ; - gruppterapi_nn_1 : N ; - grupptest_nn_1 : N ; - grusgaang_nn_1 : N ; - grusgrop_nn_1 : N ; - grusig_av_1 : A ; - grusplan_nn_1 : N ; - grustaekt_nn_1 : N ; - grustag_nn_1 : N ; - grusvaeg_nn_1 : N ; - gruvbrytning_nn_1 : N ; - gruvdrift_nn_1 : N ; - gruvfaelt_nn_1 : N ; - gruvfogde_nn_1 : N ; - gruvgaang_nn_1 : N ; - gruvhund_nn_1 : N ; - gruvkompass_nn_1 : N ; - gruvlave_nn_1 : N ; - gruvlig_av_1 : A ; - gruvoeppning_nn_1 : N ; - gruvsam_av_1 : A ; - gruvschakt_nn_1 : N ; - gruvstigare_nn_1 : N ; - grym_av_1 : A ; - grymhet_nn_1 : N ; - grymthastighet_nn_1 : N ; - grymtning_nn_1 : N ; - grymtoxe_nn_1 : N ; - gryn_nn_1 : N ; - grynig_av_1 : A ; - gryning_nn_1 : N ; - grynkorv_nn_1 : N ; - grynpipig_av_1 : A ; - gryt_nn_1 : N ; - grythund_nn_1 : N ; - grytlapp_nn_1 : N ; - grytskaap_nn_1 : N ; - grytstek_nn_1 : N ; - grytvante_nn_1 : N ; - guanin_nn_1 : N ; - guatemalan_nn_1 : N ; - guatemalansk_av_1 : A ; - guatemaltek_nn_1 : N ; - guatemaltekisk_av_1 : A ; - guayanan_nn_1 : N ; - guayansk_av_1 : A ; - gubbe_nn_1 : N ; - gubbig_av_1 : A ; - gubbsjuk_av_1 : A ; - gubbstrutt_nn_1 : N ; - guckusko_nn_1 : N ; - gud_nn_1 : N ; - gudaktig_av_1 : A ; - gudalaera_nn_1 : N ; - gudasaend_av_1 : A ; - gudasaga_nn_1 : N ; - gudbarn_nn_1 : N ; - guddotter_nn_1 : N ; - gudelig_av_1 : A ; - gudfader_nn_1 : N ; - gudfruktig_av_1 : A ; - gudi_ab_1 : Adv ; - gudilov_ab_1 : Adv ; - guding_nn_1 : N ; - gudinna_nn_1 : N ; - gudinog_ab_1 : Adv ; - gudlig_av_1 : A ; - gudloes_av_1 : A ; - gudmoder_nn_1 : N ; - gudom_nn_1 : N ; - gudomlig_av_1 : A ; - gudsbevis_nn_1 : N ; - gudsdom_nn_1 : N ; - gudsfoergaeten_av_1 : A ; - gudsfoernekare_nn_1 : N ; - gudsfoernekelse_nn_1 : N ; - gudskelov_ab_1 : Adv ; - gudslaan_nn_1 : N ; - gudsman_nn_1 : N ; - gudsnaadelig_av_1 : A ; - gudson_nn_1 : N ; - gudsord_nn_1 : N ; - gudstjaenst_nn_1 : N ; - gudstjaenstdag_nn_1 : N ; - gudstjaenstritual_nn_1 : N ; - gudunge_nn_1 : N ; - guide_nn_1 : N ; - guinea_nn_1 : N ; - guinean_nn_1 : N ; - guineansk_av_1 : A ; - gul_av_1 : A ; - gulasch_nn_2 : N ; - gulaschbaron_nn_1 : N ; - gulblek_av_1 : A ; - gulblommig_av_1 : A ; - gulbrun_av_1 : A ; - guld_nn_1 : N ; - guldaalder_nn_1 : N ; - guldbagge_nn_1 : N ; - guldbarr_nn_1 : N ; - guldberlock_nn_1 : N ; - guldbroellop_nn_1 : N ; - gulddrageri_nn_1 : N ; - gulden_nn_1 : N ; - guldfasan_nn_1 : N ; - guldfisk_nn_1 : N ; - guldfoeremaal_nn_1 : N ; - guldfux_nn_1 : N ; - guldfynd_nn_1 : N ; - guldgraevare_nn_1 : N ; - guldhalt_nn_1 : N ; - guldkalv_nn_1 : N ; - guldkant_nn_1 : N ; - guldklimp_nn_1 : N ; - guldkorn_nn_1 : N ; - guldkrog_nn_1 : N ; - guldlegering_nn_1 : N ; - guldliknande_av_1 : A ; - guldmakare_nn_1 : N ; - guldmakeri_nn_1 : N ; - guldmakrill_nn_1 : N ; - guldmedalj_nn_1 : N ; - guldmedaljoer_nn_1 : N ; - guldmynt_nn_1 : N ; - guldplants_nn_1 : N ; - guldpressning_nn_1 : N ; - guldprov_nn_1 : N ; - guldreserv_nn_1 : N ; - guldrush_nn_1 : N ; - guldslagare_nn_1 : N ; - guldslageri_nn_1 : N ; - guldsmed_nn_1 : N ; - guldsmidd_av_1 : A ; - guldsmide_nn_1 : N ; - guldsnitt_nn_1 : N ; - guldstaempel_nn_1 : N ; - guldstekel_nn_1 : N ; - guldtand_nn_1 : N ; - guldtraad_nn_1 : N ; - guldvaag_nn_1 : N ; - guldvaskning_nn_1 : N ; - gulesaeck_nn_1 : N ; - gulfaergning_nn_1 : N ; - gulfilter_nn_1 : N ; - gulgraa_av_1 : A ; - guling_nn_1 : N ; - gulkropp_nn_1 : N ; - gull_nn_1 : N ; - gullegris_nn_1 : N ; - gullgosse_nn_1 : N ; - gullgris_nn_1 : N ; - gullig_av_1 : A ; - gullstol_nn_1 : N ; - gulning_nn_1 : N ; - gulroed_av_1 : A ; - gulsaeck_nn_1 : N ; - gulsiktig_av_1 : A ; - gulsparv_nn_1 : N ; - gulsporre_nn_1 : N ; - gulvit_av_1 : A ; - gummering_nn_1 : N ; - gummi_nn_1 : N ; - gummibaat_nn_1 : N ; - gummiband_nn_1 : N ; - gummidaeck_nn_1 : N ; - gummiharts_nn_1 : N ; - gummimaterial_nn_1 : N ; - gummiparagraf_nn_1 : N ; - gummisnodd_nn_1 : N ; - gummistoevel_nn_1 : N ; - gummitraed_nn_1 : N ; - gummoes_av_1 : A ; - gump_nn_1 : N ; - gumpkoertel_nn_1 : N ; - gumse_nn_1 : N ; - gungbraede_nn_1 : N ; - gungfly_nn_1 : N ; - gunghaest_nn_1 : N ; - gungig_av_1 : A ; - gungning_nn_1 : N ; - gungstol_nn_1 : N ; - gunrum_nn_1 : N ; - gunst_nn_1 : N ; - gunstbenaegen_av_1 : A ; - gunstig_av_1 : A ; - gunstling_nn_1 : N ; - gupp_nn_1 : N ; - guppig_av_1 : A ; - guppy_nn_1 : N ; - gurami_nn_1 : N ; - gurgel_nn_1 : N ; - gurkha_nn_1 : N ; - gurklist_nn_1 : N ; - gurkvaext_nn_1 : N ; - guru_nn_1 : N ; - gustavian_nn_1 : N ; - gustaviansk_av_1 : A ; - gute_nn_1 : N ; - gutnisk_av_1 : A ; - guttural_av_1 : A ; - guvernant_nn_1 : N ; - guvernement_nn_1 : N ; - guvernoer_nn_1 : N ; - gyckelbild_nn_1 : N ; - gyckelspel_nn_1 : N ; - gycklare_nn_1 : N ; - gyckleri_nn_1 : N ; - gydja_nn_1 : N ; - gylf_nn_1 : N ; - gyllen_nn_1 : N ; - gyllen_nn_2 : N ; - gyllen_nn_3 : N ; - gyllene_av_1 : A ; - gyllental_nn_1 : N ; - gylling_nn_1 : N ; - gym_nn_1 : N ; - gymnasial_av_1 : A ; - gymnasieekonom_nn_1 : N ; - gymnasieingenjoer_nn_1 : N ; - gymnasieinspektoer_nn_1 : N ; - gymnasielinje_nn_1 : N ; - gymnasist_nn_1 : N ; - gymnasium_nn_1 : N ; - gymnast_nn_1 : N ; - gymnastikdirektoer_nn_1 : N ; - gymnastikdraekt_nn_1 : N ; - gymnastikhopp_nn_1 : N ; - gymnastikredskap_nn_1 : N ; - gymnastiksko_nn_1 : N ; - gymnastisk_av_1 : A ; - gymnisk_av_1 : A ; - gymnosperm_nn_1 : N ; - gynekolog_nn_1 : N ; - gynekologisk_av_1 : A ; - gynnare_nn_1 : N ; - gynnsam_av_1 : A ; - gyro_nn_1 : N ; - gyrohorisont_nn_1 : N ; - gyrokompass_nn_1 : N ; - gyroskop_nn_1 : N ; - gyroskopkompass_nn_1 : N ; - gyrostabilisator_nn_1 : N ; - gyttjebad_nn_1 : N ; - gyttjig_av_1 : A ; - gyttrig_av_1 : A ; - gyttring_nn_1 : N ; - haabrand_nn_1 : N ; - haagkomst_nn_1 : N ; - haagloes_av_1 : A ; - haakaering_nn_1 : N ; - haal_nn_1 : N ; - haalfot_nn_1 : N ; - haalfotsinlaegg_nn_1 : N ; - haalig_av_1 : A ; - haalighet_nn_1 : N ; - haalkael_nn_1 : N ; - haalkort_nn_1 : N ; - haall_nn_1 : N ; - haalla_vb_1 : V ; - haallare_nn_1 : N ; - haallbar_av_1 : A ; - haallbarhet_nn_1 : N ; - haallbarhetsdag_nn_1 : N ; - haalldam_nn_1 : N ; - haallen_av_1 : A ; - haallfast_av_1 : A ; - haallfasthet_nn_1 : N ; - haallfasthetsberaekning_nn_1 : N ; - haallfasthetslaera_nn_1 : N ; - haallhake_nn_1 : N ; - haalligaang_nn_1 : N ; - haallning_nn_1 : N ; - haallningsloes_av_1 : A ; - haallplats_nn_1 : N ; - haallpunkt_nn_1 : N ; - haalmoenster_nn_1 : N ; - haaloegd_av_1 : A ; - haalrum_nn_1 : N ; - haalslag_nn_1 : N ; - haalslagning_nn_1 : N ; - haalslev_nn_1 : N ; - haaltimme_nn_1 : N ; - haalvaeg_nn_1 : N ; - haalven_nn_1 : N ; - haanfull_av_1 : A ; - haanskratt_nn_1 : N ; - haar_nn_1 : N ; - haarband_nn_1 : N ; - haarbeklaednad_nn_1 : N ; - haarbevuxen_av_1 : A ; - haarborste_nn_1 : N ; - haarbotten_nn_1 : N ; - haard_av_1 : A ; - haarddata_nn_1 : N ; - haardfoer_av_1 : A ; - haardfrusen_av_1 : A ; - haardhaent_av_1 : A ; - haardhet_nn_1 : N ; - haarding_nn_1 : N ; - haardkokt_av_1 : A ; - haardmetall_nn_1 : N ; - haardra_vb_1 : V ; - haardsmaelt_av_1 : A ; - haardvaluta_nn_1 : N ; - haarfaellning_nn_1 : N ; - haarfaerg_nn_1 : N ; - haarfin_av_1 : A ; - haarfrisoer_nn_1 : N ; - haarfrisoerska_nn_1 : N ; - haarig_av_1 : A ; - haarklyveri_nn_1 : N ; - haarknut_nn_1 : N ; - haarkors_nn_1 : N ; - haarlaeggning_nn_1 : N ; - haarlag_nn_1 : N ; - haarliknande_av_1 : A ; - haarlock_nn_1 : N ; - haarloes_av_1 : A ; - haarnaal_nn_1 : N ; - haarolja_nn_1 : N ; - haarpensel_nn_1 : N ; - haarrem_nn_1 : N ; - haarresande_av_1 : A ; - haarroer_nn_1 : N ; - haarroerskaerl_nn_1 : N ; - haarrulle_nn_1 : N ; - haarsaeck_nn_1 : N ; - haarsida_nn_1 : N ; - haarspaenne_nn_1 : N ; - haarstraa_nn_1 : N ; - haarsvall_nn_1 : N ; - haartest_nn_1 : N ; - haartofs_nn_1 : N ; - haartork_nn_1 : N ; - haartuss_nn_1 : N ; - haartvaett_nn_1 : N ; - haaruppsaettning_nn_1 : N ; - haarvatten_nn_1 : N ; - haav_nn_1 : N ; - habil_av_1 : A ; - habilitet_nn_1 : N ; - habit_nn_1 : N ; - habitue_nn_1 : N ; - habituell_av_1 : A ; - habitus_nn_1 : N ; - habsburgsk_av_1 : A ; - hack_nn_1 : N ; - hackbraede_nn_1 : N ; - hacker_nn_1 : N ; - hackig_av_1 : A ; - hackkyckling_nn_1 : N ; - hackspett_nn_1 : N ; - haeck_nn_1 : N ; - haeckfaagel_nn_1 : N ; - haecklare_nn_1 : N ; - haeckloepning_nn_1 : N ; - haecklopp_nn_1 : N ; - haeckning_nn_1 : N ; - haedan_ab_1 : Adv ; - haedanefter_ab_1 : Adv ; - haedanfaerd_nn_1 : N ; - haedangaangen_av_1 : A ; - haedelse_nn_1 : N ; - haedisk_av_1 : A ; - haeftapparat_nn_1 : N ; - haefte_nn_1 : N ; - haeftig_av_1 : A ; - haeftklammer_nn_1 : N ; - haeftplaaster_nn_1 : N ; - haeftstift_nn_1 : N ; - haeger_nn_1 : N ; - haegg_nn_1 : N ; - haegnad_nn_1 : N ; - haegring_nn_1 : N ; - haekte_nn_1 : N ; - haektning_nn_1 : N ; - hael_nn_1 : N ; - haelare_nn_1 : N ; - haelben_nn_1 : N ; - haeleri_nn_1 : N ; - haelft_nn_1 : N ; - haelftenbruk_nn_1 : N ; - haelgaangare_nn_1 : N ; - haell_nn_1 : N ; - haellmark_nn_1 : N ; - haellregn_nn_1 : N ; - haellristning_nn_1 : N ; - haelsing_nn_1 : N ; - haelsning_nn_1 : N ; - haelsningsanfoerande_nn_1 : N ; - haelsobringande_av_1 : A ; - haelsobrunn_nn_1 : N ; - haelsocenter_nn_1 : N ; - haelsoeffekt_nn_1 : N ; - haelsofarlig_av_1 : A ; - haelsokontroll_nn_1 : N ; - haelsokort_nn_1 : N ; - haelsosam_av_1 : A ; - haelsotecken_nn_1 : N ; - haelsotek_nn_1 : N ; - haelsovaadlig_av_1 : A ; - haelsovaardsnaemnd_nn_1 : N ; - haemnare_nn_1 : N ; - haemndaktion_nn_1 : N ; - haemndeande_nn_1 : N ; - haemndgirig_av_1 : A ; - haemndgudinna_nn_1 : N ; - haemndlysten_av_1 : A ; - haemndlystnad_nn_1 : N ; - haemning_nn_1 : N ; - haemningsloes_av_1 : A ; - haempling_nn_1 : N ; - haemsko_nn_1 : N ; - haemtning_nn_1 : N ; - haemtpris_nn_1 : N ; - haen_ab_1 : Adv ; - haendelse_nn_1 : N ; - haendelsefattig_av_1 : A ; - haendelsefoerlopp_nn_1 : N ; - haendelseloes_av_1 : A ; - haendelserik_av_1 : A ; - haendelsevis_ab_1 : Adv ; - haendig_av_1 : A ; - haenfoerande_av_1 : A ; - haenfoerd_av_1 : A ; - haengande_nn_1 : N ; - haengare_nn_1 : N ; - haengavtal_nn_1 : N ; - haengbjoerk_nn_1 : N ; - haengbro_nn_1 : N ; - haengbroest_nn_1 : N ; - haengbuk_nn_1 : N ; - haengdal_nn_1 : N ; - haenge_vb_1 : V ; - haengfaerdig_av_1 : A ; - haengig_av_1 : A ; - haengiven_av_1 : A ; - haenglaas_nn_1 : N ; - haengning_nn_1 : N ; - haengparti_nn_1 : N ; - haengsjuk_av_1 : A ; - haengsmycke_nn_1 : N ; - haenryckt_av_1 : A ; - haenseende_nn_1 : N ; - haensjunken_av_1 : A ; - haenskjuta_vb_1 : V ; - haensoven_av_1 : A ; - haensyftning_nn_1 : N ; - haensyn_nn_1 : N ; - haensynsfull_av_1 : A ; - haensynsloes_av_1 : A ; - haensynstagande_nn_1 : N ; - haentydning_nn_1 : N ; - haenvaendelse_nn_1 : N ; - haenvisning_nn_1 : N ; - haepen_av_1 : A ; - haepnad_nn_1 : N ; - haepnadsvaeckande_av_1 : A ; - haer_ab_1 : Adv ; - haer_nn_1 : N ; - haeraat_ab_1 : Adv ; - haerad_nn_1 : N ; - haeradshoevding_nn_1 : N ; - haeradsraett_nn_1 : N ; - haeradsskrivare_nn_1 : N ; - haerav_ab_1 : Adv ; - haerd_nn_1 : N ; - haerdig_av_1 : A ; - haerdighet_nn_1 : N ; - haerdighetskrav_nn_1 : N ; - haerdlack_nn_1 : N ; - haerdning_nn_1 : N ; - haerdplast_nn_1 : N ; - haerefter_ab_1 : Adv ; - haeremot_ab_1 : Adv ; - haerfaagel_nn_1 : N ; - haerflyta_vb_1 : V ; - haerfoer_ab_1 : Adv ; - haerfoerare_nn_1 : N ; - haerfoerleden_ab_1 : Adv ; - haeri_ab_1 : Adv ; - haerifraan_ab_1 : Adv ; - haerigenom_ab_1 : Adv ; - haerjaemte_ab_1 : Adv ; - haerjedaling_nn_1 : N ; - haerjedalsk_av_1 : A ; - haerjning_nn_1 : N ; - haerk_nn_1 : N ; - haerledning_nn_1 : N ; - haerlig_av_1 : A ; - haerlighet_nn_1 : N ; - haermask_nn_1 : N ; - haermed_ab_1 : Adv ; - haermfaagel_nn_1 : N ; - haernad_nn_1 : N ; - haernaest_ab_1 : Adv ; - haerold_nn_1 : N ; - haerom_ab_1 : Adv ; - haeromaaret_ab_1 : Adv ; - haeromdagen_ab_1 : Adv ; - haeromsistens_ab_1 : Adv ; - haerordning_nn_1 : N ; - haerpaa_ab_1 : Adv ; - haerskare_nn_1 : N ; - haerskarinna_nn_1 : N ; - haerskarklass_nn_1 : N ; - haersken_av_1 : A ; - haersklysten_av_1 : A ; - haerskri_nn_1 : N ; - haerstaedes_ab_1 : Adv ; - haerstamning_nn_1 : N ; - haertagen_av_1 : A ; - haertill_ab_1 : Adv ; - haeruppe_ab_1 : Adv ; - haerutinnan_ab_1 : Adv ; - haerutoever_ab_1 : Adv ; - haervel_nn_1 : N ; - haervid_ab_1 : Adv ; - haervidlag_ab_1 : Adv ; - haessja_nn_1 : N ; - haest_nn_1 : N ; - haestben_nn_1 : N ; - haestdjur_nn_1 : N ; - haestdragen_av_1 : A ; - haestdressyr_nn_1 : N ; - haesthov_nn_1 : N ; - haesthovsoert_nn_1 : N ; - haesthuvud_nn_1 : N ; - haestkapploepning_nn_1 : N ; - haestkastanj_nn_1 : N ; - haestkraft_nn_1 : N ; - haestkrake_nn_1 : N ; - haestkur_nn_1 : N ; - haestlaengd_nn_1 : N ; - haestlass_nn_1 : N ; - haestliknande_av_1 : A ; - haestrygg_nn_1 : N ; - haestskjuts_nn_1 : N ; - haestsko_nn_1 : N ; - haestskobaage_nn_1 : N ; - haestskojare_nn_1 : N ; - haestskomagnet_nn_1 : N ; - haestskosoem_nn_1 : N ; - haestspann_nn_1 : N ; - haeststyng_nn_1 : N ; - haestsvans_nn_1 : N ; - haestvagn_nn_1 : N ; - haetsk_av_1 : A ; - haetskhet_nn_1 : N ; - haevarm_nn_1 : N ; - haevd_nn_1 : N ; - haevdatecknare_nn_1 : N ; - haevdvunnen_av_1 : A ; - haevel_nn_1 : N ; - haevert_nn_1 : N ; - haevstaang_nn_1 : N ; - haevstaangsarm_nn_1 : N ; - haexdans_nn_1 : N ; - haexeri_nn_1 : N ; - haexjakt_nn_1 : N ; - haexkittel_nn_1 : N ; - haexmaestare_nn_1 : N ; - haexprocess_nn_1 : N ; - haexsabbat_nn_1 : N ; - hafsig_av_1 : A ; - hafsverk_nn_1 : N ; - hagalen_av_1 : A ; - hage_nn_1 : N ; - hagel_nn_1 : N ; - hagelgevaer_nn_1 : N ; - hagelkorn_nn_1 : N ; - hagmark_nn_1 : N ; - hagtorn_nn_1 : N ; - haiku_nn_1 : N ; - haitier_nn_1 : N ; - haitisk_av_1 : A ; - haj_av_1 : A ; - haj_nn_1 : N ; - hajk_nn_1 : N ; - hak_nn_1 : N ; - hake_nn_1 : N ; - hakkors_nn_1 : N ; - haklapp_nn_1 : N ; - hakning_nn_1 : N ; - hakparentes_nn_1 : N ; - hal_av_1 : A ; - halgatt_nn_1 : N ; - halkfri_av_1 : A ; - halkig_av_1 : A ; - halkskydd_nn_1 : N ; - hall_nn_1 : N ; - hallaaman_nn_1 : N ; - hallaendsk_av_1 : A ; - hallaendska_nn_2 : N ; - hallaenning_nn_1 : N ; - hallelujamoete_nn_1 : N ; - hallick_nn_1 : N ; - halling_nn_1 : N ; - hallkyrka_nn_1 : N ; - hallon_nn_1 : N ; - hallonbuske_nn_1 : N ; - hallonmask_nn_1 : N ; - hallonsaft_nn_1 : N ; - hallstaempel_nn_1 : N ; - hallucination_nn_1 : N ; - hallucinatorisk_av_1 : A ; - hallucinogen_av_1 : A ; - hallucinogen_nn_1 : N ; - halmhatt_nn_1 : N ; - halmskakare_nn_1 : N ; - halmstack_nn_1 : N ; - halmstraa_nn_1 : N ; - halo_nn_1 : N ; - haloeffekt_nn_1 : N ; - halofenomen_nn_1 : N ; - halogen_nn_1 : N ; - hals_nn_1 : N ; - halsband_nn_1 : N ; - halsbloss_nn_1 : N ; - halsboeld_nn_1 : N ; - halsbrytande_av_1 : A ; - halsduk_nn_1 : N ; - halsfluss_nn_1 : N ; - halsgrop_nn_1 : N ; - halshugga_vb_1 : V ; - halskatarr_nn_1 : N ; - halskraas_nn_1 : N ; - halsmandel_nn_1 : N ; - halsring_nn_1 : N ; - halsstarrig_av_1 : A ; - halstablett_nn_1 : N ; - halster_nn_1 : N ; - halt_av_1 : A ; - halt_nn_1 : N ; - halv_av_1 : A ; - halvaar_nn_1 : N ; - halvaedelsten_nn_1 : N ; - halvankare_nn_1 : N ; - halvautomatisk_av_1 : A ; - halvback_nn_1 : N ; - halvbild_nn_1 : N ; - halvblod_nn_1 : N ; - halvbroder_nn_1 : N ; - halvbuske_nn_1 : N ; - halvbutelj_nn_1 : N ; - halvcirkel_nn_1 : N ; - halvdaeck_nn_1 : N ; - halvdaeckare_nn_1 : N ; - halvdaglig_av_1 : A ; - halvdan_av_1 : A ; - halvdoed_av_1 : A ; - halvdunkel_av_1 : A ; - halvdussin_nn_1 : N ; - halvenskild_av_1 : A ; - halvfabrikat_nn_1 : N ; - halvfaerdig_av_1 : A ; - halvfet_av_1 : A ; - halvfigur_nn_1 : N ; - halvflytande_av_1 : A ; - halvfransk_av_1 : A ; - halvfylld_av_1 : A ; - halvgaangen_av_1 : A ; - halvgenomskinlig_av_1 : A ; - halvgraes_nn_1 : N ; - halvgud_nn_1 : N ; - halvhet_nn_1 : N ; - halvklar_av_1 : A ; - halvklass_nn_1 : N ; - halvklot_nn_1 : N ; - halvknop_nn_1 : N ; - halvkolonn_nn_1 : N ; - halvkonserv_nn_1 : N ; - halvkvaeden_av_1 : A ; - halvkvaevd_av_1 : A ; - halvledardiod_nn_1 : N ; - halvledare_nn_1 : N ; - halvlek_nn_1 : N ; - halvliter_nn_1 : N ; - halvljus_nn_1 : N ; - halvmaane_nn_1 : N ; - halvmesyr_nn_1 : N ; - halvmetall_nn_1 : N ; - halvmetallisk_av_1 : A ; - halvmeter_nn_1 : N ; - halvmeterbred_av_1 : A ; - halvmil_nn_1 : N ; - halvmodern_av_1 : A ; - halvnaken_av_1 : A ; - halvnot_nn_1 : N ; - halvoe_nn_1 : N ; - halvoeppen_av_1 : A ; - halvofficiell_av_1 : A ; - halvpart_nn_1 : N ; - halvprofil_nn_1 : N ; - halvrim_nn_1 : N ; - halvsanning_nn_1 : N ; - halvsekel_nn_1 : N ; - halvslag_nn_1 : N ; - halvsluten_av_1 : A ; - halvsmaelt_av_1 : A ; - halvspraakig_av_1 : A ; - halvstatlig_av_1 : A ; - halvstop_nn_1 : N ; - halvsur_av_1 : A ; - halvsyskon_nn_1 : N ; - halvsyster_nn_1 : N ; - halvtid_nn_1 : N ; - halvtimme_nn_1 : N ; - halvton_nn_1 : N ; - halvtorr_av_1 : A ; - halvtum_nn_1 : N ; - halvvaegs_ab_1 : Adv ; - halvvaerld_nn_1 : N ; - halvvokal_nn_1 : N ; - halvvuxen_av_1 : A ; - hambo_nn_1 : N ; - hamburgare_nn_1 : N ; - hamburgerbar_nn_1 : N ; - hamit_nn_1 : N ; - hamitisk_av_1 : A ; - hammarband_nn_1 : N ; - hammare_nn_1 : N ; - hammarhaj_nn_1 : N ; - hammarslag_nn_1 : N ; - hammel_nn_1 : N ; - hammelsadel_nn_1 : N ; - hammerless_nn_1 : N ; - hammock_nn_1 : N ; - hammondorgel_nn_1 : N ; - hamn_nn_1 : N ; - hamnarbetare_nn_1 : N ; - hamnbassaeng_nn_1 : N ; - hamndirektion_nn_1 : N ; - hamnfoerhaallande_nn_1 : N ; - hamnkapten_nn_1 : N ; - hamnkontor_nn_1 : N ; - hamnkvarter_nn_1 : N ; - hamnstad_nn_1 : N ; - hamnstyrelse_nn_1 : N ; - hampfroe_nn_1 : N ; - hamster_nn_1 : N ; - hanbjaelke_nn_1 : N ; - hand_nn_1 : N ; - handalfabet_nn_1 : N ; - handbagage_nn_1 : N ; - handbok_nn_1 : N ; - handboll_nn_1 : N ; - handbrev_nn_1 : N ; - handbroms_nn_1 : N ; - handduk_nn_1 : N ; - handeldvapen_nn_1 : N ; - handelsavtal_nn_1 : N ; - handelsbank_nn_1 : N ; - handelsbod_nn_1 : N ; - handelsbolag_nn_1 : N ; - handelsdepartement_nn_1 : N ; - handelsfartyg_nn_1 : N ; - handelsfoeretag_nn_1 : N ; - handelshus_nn_1 : N ; - handelskammare_nn_1 : N ; - handelskoep_nn_1 : N ; - handelskompani_nn_1 : N ; - handelsled_nn_1 : N ; - handelsman_nn_1 : N ; - handelsminister_nn_1 : N ; - handelspolitisk_av_1 : A ; - handelsregister_nn_1 : N ; - handelsresande_nn_1 : N ; - handelstraedgaard_nn_1 : N ; - handelsutbyte_nn_1 : N ; - handfallen_av_1 : A ; - handfallenhet_nn_1 : N ; - handfast_av_1 : A ; - handfat_nn_1 : N ; - handflikig_av_1 : A ; - handfull_nn_1 : N ; - handgaangen_av_1 : A ; - handgemaeng_nn_1 : N ; - handgjord_av_1 : A ; - handgranat_nn_1 : N ; - handgrepp_nn_1 : N ; - handgriplig_av_1 : A ; - handgripligen_ab_1 : Adv ; - handgriplighet_nn_1 : N ; - handikapp_nn_1 : N ; - handikappvaard_nn_1 : N ; - handjagare_nn_1 : N ; - handjur_nn_1 : N ; - handkassa_nn_1 : N ; - handklappning_nn_1 : N ; - handklaver_nn_1 : N ; - handklove_nn_1 : N ; - handkyss_nn_1 : N ; - handlaan_nn_1 : N ; - handlaeggning_nn_1 : N ; - handlande_nn_1 : N ; - handlare_nn_1 : N ; - handled_nn_1 : N ; - handledare_nn_1 : N ; - handledning_nn_1 : N ; - handling_nn_1 : N ; - handlingsfrihet_nn_1 : N ; - handlingskraftig_av_1 : A ; - handlingsmaenniska_nn_1 : N ; - handlingsprogram_nn_1 : N ; - handlingsregel_nn_1 : N ; - handlingssaett_nn_1 : N ; - handloest_ab_1 : Adv ; - handlov_nn_1 : N ; - handout_nn_1 : N ; - handpaalaeggning_nn_1 : N ; - handpenning_nn_1 : N ; - handraeckning_nn_1 : N ; - handrem_nn_1 : N ; - handsaag_nn_1 : N ; - handsbredd_nn_1 : N ; - handsekreterare_nn_1 : N ; - handskakning_nn_1 : N ; - handske_nn_1 : N ; - handskrift_nn_1 : N ; - handskriftsrulle_nn_1 : N ; - handskriftssamling_nn_1 : N ; - handskriven_av_1 : A ; - handslag_nn_1 : N ; - handstil_nn_1 : N ; - handtag_nn_1 : N ; - handtryckning_nn_1 : N ; - handuppraeckning_nn_1 : N ; - handvolt_nn_1 : N ; - hane_nn_1 : N ; - hanegaell_nn_1 : N ; - hang_nn_1 : N ; - hangar_nn_1 : N ; - hangarfartyg_nn_1 : N ; - hank_nn_1 : N ; - hanlig_av_1 : A ; - hanne_nn_1 : N ; - hanorgan_nn_1 : N ; - hanrej_nn_1 : N ; - hantel_nn_1 : N ; - hantering_nn_1 : N ; - hanteringskostnad_nn_1 : N ; - hanteringsrisk_nn_1 : N ; - hanterlig_av_1 : A ; - hantlangare_nn_1 : N ; - hantverk_nn_1 : N ; - hantverkare_nn_1 : N ; - hantverksarbetare_nn_1 : N ; - hantverksfoerening_nn_1 : N ; - hantverksmaessig_av_1 : A ; - hantverksskicklighet_nn_1 : N ; - happening_nn_1 : N ; - haptoglobin_nn_1 : N ; - harang_nn_1 : N ; - hardangersoem_nn_1 : N ; - hare_nn_1 : N ; - harem_nn_1 : N ; - harhanne_nn_1 : N ; - harig_av_1 : A ; - harkling_nn_1 : N ; - harkrank_nn_1 : N ; - harlekin_nn_1 : N ; - harmfull_av_1 : A ; - harmfylld_av_1 : A ; - harmlig_av_1 : A ; - harmloes_av_1 : A ; - harmoni_nn_1 : N ; - harmonisk_av_1 : A ; - harmonium_nn_1 : N ; - harmsen_av_1 : A ; - harmynt_av_1 : A ; - harnesk_nn_1 : N ; - harpalt_nn_1 : N ; - harpist_nn_1 : N ; - harpun_nn_1 : N ; - harr_nn_1 : N ; - harskramla_nn_1 : N ; - harspaar_nn_1 : N ; - harstig_nn_1 : N ; - hartass_nn_1 : N ; - harts_nn_1 : N ; - hartsfiol_nn_1 : N ; - harv_nn_1 : N ; - harvaerja_nn_1 : N ; - has_nn_1 : N ; - hasardspel_nn_1 : N ; - haschcigarett_nn_1 : N ; - hasp_nn_1 : N ; - haspel_nn_1 : N ; - hassel_nn_1 : N ; - hasselmus_nn_1 : N ; - hasselnoet_nn_1 : N ; - hasselsnok_nn_1 : N ; - hastig_av_1 : A ; - hastighet_nn_1 : N ; - hastighetsaakning_nn_1 : N ; - hastighetsgraens_nn_1 : N ; - hastighetskontroll_nn_1 : N ; - hastighetsmaetare_nn_1 : N ; - hastighetstaevling_nn_1 : N ; - hastverk_nn_1 : N ; - hatfull_av_1 : A ; - hatfylld_av_1 : A ; - hatisk_av_1 : A ; - hatkaerlek_nn_1 : N ; - hatt_nn_1 : N ; - hattig_av_1 : A ; - hattkulle_nn_1 : N ; - hattstock_nn_1 : N ; - hattsvamp_nn_1 : N ; - haubits_nn_1 : N ; - haubitz_nn_1 : N ; - hausse_nn_1 : N ; - hav_nn_1 : N ; - havande_av_1 : A ; - havandeskap_nn_1 : N ; - haveri_nn_1 : N ; - haverikommission_nn_1 : N ; - haverist_nn_1 : N ; - havreflarn_nn_1 : N ; - havregryn_nn_1 : N ; - havregrynsgroet_nn_1 : N ; - havrekorn_nn_1 : N ; - havreliknande_av_1 : A ; - havsabborre_nn_1 : N ; - havsanemon_nn_1 : N ; - havsbad_nn_1 : N ; - havsbotten_nn_1 : N ; - havsbris_nn_1 : N ; - havsdjup_nn_1 : N ; - havsfaagel_nn_1 : N ; - havsfru_nn_1 : N ; - havsgud_nn_1 : N ; - havsis_nn_1 : N ; - havskappsegling_nn_1 : N ; - havskatt_nn_1 : N ; - havskraeftstjaert_nn_1 : N ; - havskryssare_nn_1 : N ; - havslax_nn_1 : N ; - havsmus_nn_1 : N ; - havsnivaa_nn_1 : N ; - havsoern_nn_1 : N ; - havsomraade_nn_1 : N ; - havsstrand_nn_1 : N ; - havsstroem_nn_1 : N ; - havstrut_nn_1 : N ; - havstulpan_nn_1 : N ; - havsutter_nn_1 : N ; - havsvaext_nn_1 : N ; - havsvatten_nn_1 : N ; - havsvik_nn_1 : N ; - havtorn_nn_1 : N ; - hawaiiansk_av_1 : A ; - hawaiisk_av_1 : A ; - he_man_nn_1 : N ; - hearing_nn_1 : N ; - heat_nn_1 : N ; - hebre_nn_1 : N ; - hebreisk_av_1 : A ; - hed_nn_1 : N ; - heden_av_1 : A ; - hedendom_nn_1 : N ; - hederlig_av_1 : A ; - hedersam_av_1 : A ; - hedersbetygelse_nn_1 : N ; - hedersbevisning_nn_1 : N ; - hedersdoktor_nn_1 : N ; - hedersgaest_nn_1 : N ; - hedersknyffel_nn_1 : N ; - hederskodex_nn_1 : N ; - hederskompani_nn_1 : N ; - hedersledamot_nn_1 : N ; - hedersman_nn_1 : N ; - hedersmedlem_nn_1 : N ; - hedersomnaemnande_nn_1 : N ; - hedersord_nn_1 : N ; - hederspris_nn_1 : N ; - hederssak_nn_1 : N ; - hedersskuld_nn_1 : N ; - hedervaerd_av_1 : A ; - hedning_nn_1 : N ; - hednisk_av_1 : A ; - hedonist_nn_1 : N ; - hedonistisk_av_1 : A ; - hedrande_av_1 : A ; - hegemoni_nn_1 : N ; - hejaklack_nn_1 : N ; - hejare_nn_1 : N ; - hejarklack_nn_1 : N ; - hejdloes_av_1 : A ; - hejduk_nn_1 : N ; - hejdundrande_av_1 : A ; - hejig_av_1 : A ; - hekatomb_nn_1 : N ; - hektar_nn_1 : N ; - hektisk_av_1 : A ; - hekto_nn_1 : N ; - hektograf_nn_1 : N ; - hektogram_nn_1 : N ; - hektoliter_nn_1 : N ; - hel_av_1 : A ; - helaakersbygd_nn_1 : N ; - helafton_nn_1 : N ; - helautomatisk_av_1 : A ; - helbild_nn_1 : N ; - helbraegda_av_1 : A ; - helbraegdagoerelse_nn_1 : N ; - heldag_nn_1 : N ; - heldaglig_av_1 : A ; - heldragen_av_1 : A ; - helfabrikat_nn_1 : N ; - helfet_av_1 : A ; - helfigur_nn_1 : N ; - helfoersaekring_nn_1 : N ; - helfransk_av_1 : A ; - helg_nn_1 : N ; - helgdag_nn_1 : N ; - helgedom_nn_1 : N ; - helgeraan_nn_1 : N ; - helgfri_av_1 : A ; - helgjuten_av_1 : A ; - helgmaalsringning_nn_1 : N ; - helgon_nn_1 : N ; - helgonlegend_nn_1 : N ; - helhet_nn_1 : N ; - helhetsbild_nn_1 : N ; - helhetsintryck_nn_1 : N ; - helhetssyn_nn_1 : N ; - helig_av_1 : A ; - helikon_nn_1 : N ; - helikopter_nn_1 : N ; - helinackordering_nn_1 : N ; - heliocentrisk_av_1 : A ; - heliofob_av_1 : A ; - heliograf_nn_1 : N ; - heliostat_nn_1 : N ; - heliotrop_nn_1 : N ; - helkonserv_nn_1 : N ; - helkroppsdos_nn_1 : N ; - helkvaell_nn_1 : N ; - hellen_nn_1 : N ; - hellenistisk_av_1 : A ; - hellensk_av_1 : A ; - heller_ab_1 : Adv ; - helljus_nn_1 : N ; - hellre_ab_1 : Adv ; - helnot_nn_1 : N ; - helnykter_av_1 : A ; - helomvaendning_nn_1 : N ; - helsida_nn_1 : N ; - helskaegg_nn_1 : N ; - helskaeggsluffare_nn_1 : N ; - helst_ab_1 : Adv ; - helstekt_av_1 : A ; - helsyskon_nn_1 : N ; - heltaeckande_av_1 : A ; - heltal_nn_1 : N ; - heltid_nn_1 : N ; - heltidsloen_nn_1 : N ; - helton_nn_1 : N ; - helvete_nn_1 : N ; - helvetesmaskin_nn_1 : N ; - helvetisk_av_1 : A ; - hem_ab_1 : Adv ; - hem_nn_1 : N ; - hemaat_ab_1 : Adv ; - hemarbetande_av_1 : A ; - hematit_nn_1 : N ; - hembaera_vb_1 : V ; - hembageri_nn_1 : N ; - hembakt_av_1 : A ; - hembesoek_nn_1 : N ; - hembitraede_nn_1 : N ; - hembjuda_vb_1 : V ; - hembraennare_nn_1 : N ; - hembud_nn_1 : N ; - hembygd_nn_1 : N ; - hembygdsfoerening_nn_1 : N ; - hembygdsgaard_nn_1 : N ; - hemdator_nn_1 : N ; - hemdragande_av_1 : A ; - hemfalla_vb_1 : V ; - hemfoersaekring_nn_1 : N ; - hemfridsbrott_nn_1 : N ; - hemgaang_nn_1 : N ; - hemgalax_nn_1 : N ; - hemgift_nn_1 : N ; - hemgjord_av_1 : A ; - hemhjaelp_nn_1 : N ; - hemifraan_ab_1 : Adv ; - heminredning_nn_1 : N ; - hemisfaer_nn_1 : N ; - hemkaer_av_1 : A ; - hemkonsulent_nn_1 : N ; - hemlaan_nn_1 : N ; - hemland_nn_1 : N ; - hemlig_av_1 : A ; - hemligen_ab_1 : Adv ; - hemlighaalla_vb_1 : V ; - hemlighet_nn_1 : N ; - hemlighetsfull_av_1 : A ; - hemlighetsmakeri_nn_1 : N ; - hemlighus_nn_1 : N ; - hemligstaempel_nn_1 : N ; - hemlock_nn_1 : N ; - hemloes_av_1 : A ; - hemma_ab_1 : Adv ; - hemmadotter_nn_1 : N ; - hemmafru_nn_1 : N ; - hemmagjord_av_1 : A ; - hemmahoerande_av_1 : A ; - hemmakvaell_nn_1 : N ; - hemmalag_nn_1 : N ; - hemmaman_nn_1 : N ; - hemman_nn_1 : N ; - hemmansaegare_nn_1 : N ; - hemmaplan_nn_1 : N ; - hemmarock_nn_1 : N ; - hemmastadd_av_1 : A ; - hemmavid_ab_1 : Adv ; - hemmiljoe_nn_1 : N ; - hemoglobin_nn_1 : N ; - hemort_nn_1 : N ; - hemsamarit_nn_1 : N ; - hemsjukvaardsbidrag_nn_1 : N ; - hemsk_av_1 : A ; - hemskillnad_nn_1 : N ; - hemsoekelse_nn_1 : N ; - hemspraak_nn_1 : N ; - hemstad_nn_1 : N ; - hemstaellning_nn_1 : N ; - hemtam_av_1 : A ; - hemtjaenst_nn_1 : N ; - hemtrakt_nn_1 : N ; - hemtrevlig_av_1 : A ; - hemtrevnad_nn_1 : N ; - hemulsman_nn_1 : N ; - hemuppgift_nn_1 : N ; - hemvaern_nn_1 : N ; - hemvaevd_av_1 : A ; - hemvist_nn_1 : N ; - hen_nn_1 : N ; - henry_nn_1 : N ; - heparin_nn_1 : N ; - hepatit_nn_1 : N ; - heraldiker_nn_1 : N ; - heraldisk_av_1 : A ; - herbarium_nn_1 : N ; - herbicid_nn_1 : N ; - herdabrev_nn_1 : N ; - herdaminne_nn_1 : N ; - herde_nn_1 : N ; - herdedikt_nn_1 : N ; - herdefolk_nn_1 : N ; - herdestund_nn_1 : N ; - hereditaer_av_1 : A ; - heresi_nn_1 : N ; - heretiker_nn_1 : N ; - heretisk_av_1 : A ; - herkulisk_av_1 : A ; - herm_nn_1 : N ; - hermafrodit_nn_1 : N ; - hermelin_nn_1 : N ; - hermeneutiker_nn_1 : N ; - hermeneutisk_av_1 : A ; - hermetisk_av_1 : A ; - heroin_nn_1 : N ; - heroinist_nn_1 : N ; - heroisk_av_1 : A ; - heros_nn_1 : N ; - herostratisk_av_1 : A ; - herradoeme_nn_1 : N ; - herrcykel_nn_1 : N ; - herrdubbel_nn_1 : N ; - herre_nn_1 : N ; - herrefolk_nn_1 : N ; - herrekipering_nn_1 : N ; - herreloes_av_1 : A ; - herresaete_nn_1 : N ; - herrgaard_nn_1 : N ; - herrgaardsost_nn_1 : N ; - herrgaardsvagn_nn_1 : N ; - herrnhutare_nn_1 : N ; - herrsida_nn_1 : N ; - herrsingel_nn_1 : N ; - herrskap_nn_1 : N ; - herrtidning_nn_1 : N ; - hertig_nn_1 : N ; - hertigdoeme_nn_1 : N ; - hertiginna_nn_1 : N ; - hertz_nn_1 : N ; - hes_av_1 : A ; - heshet_nn_1 : N ; - het_av_1 : A ; - hetaer_nn_1 : N ; - heterodox_av_1 : A ; - heterogen_av_1 : A ; - heteroklis_nn_1 : N ; - heteroklitisk_av_1 : A ; - heterosexuell_av_1 : A ; - heterotematisk_av_1 : A ; - heterozygot_av_1 : A ; - heterozygot_nn_1 : N ; - hetman_nn_1 : N ; - hetsig_av_1 : A ; - hetsjakt_nn_1 : N ; - hetsporre_nn_1 : N ; - hettit_nn_1 : N ; - hettitisk_av_1 : A ; - hetvatten_nn_1 : N ; - hetvin_nn_1 : N ; - heuristisk_av_1 : A ; - hexameter_nn_1 : N ; - hibiskus_nn_1 : N ; - hickning_nn_1 : N ; - hierarki_nn_1 : N ; - hierarkisk_av_1 : A ; - hieratisk_av_1 : A ; - hieroglyf_nn_1 : N ; - higgspartikel_nn_1 : N ; - hillebard_nn_1 : N ; - himla_av_1 : A ; - himlaboren_av_1 : A ; - himlakropp_nn_1 : N ; - himlastege_nn_1 : N ; - himlastormande_av_1 : A ; - himlastormare_nn_1 : N ; - himmel_nn_1 : N ; - himmelsblaa_av_1 : A ; - himmelsfaerd_nn_1 : N ; - himmelsk_av_1 : A ; - himmelsobjekt_nn_1 : N ; - himmelspol_nn_1 : N ; - himmelssaeng_nn_1 : N ; - himmelssfaer_nn_1 : N ; - himmelsskriande_av_1 : A ; - himmelsvid_av_1 : A ; - hind_nn_1 : N ; - hinder_nn_1 : N ; - hinderbock_nn_1 : N ; - hinderloepning_nn_1 : N ; - hinderloes_av_1 : A ; - hindersam_av_1 : A ; - hindersproevning_nn_1 : N ; - hindertrick_nn_1 : N ; - hindu_nn_1 : N ; - hinduisk_av_1 : A ; - hingst_nn_1 : N ; - hink_nn_1 : N ; - hinkvis_ab_1 : Adv ; - hinna_vb_1 : V ; - hipp_av_1 : A ; - hippie_nn_1 : N ; - hippodrom_nn_1 : N ; - hippolog_nn_1 : N ; - hippologisk_av_1 : A ; - hird_nn_1 : N ; - hisklig_av_1 : A ; - hispig_av_1 : A ; - hiss_nn_1 : N ; - hissinstallation_nn_1 : N ; - hisskorg_nn_1 : N ; - histamin_nn_1 : N ; - histolog_nn_1 : N ; - historia_nn_1 : N ; - historiebok_nn_1 : N ; - historieloes_av_1 : A ; - historieskrivare_nn_1 : N ; - historiett_nn_1 : N ; - historik_nn_1 : N ; - historiker_nn_1 : N ; - historiograf_nn_1 : N ; - historisk_av_1 : A ; - histrion_nn_1 : N ; - hit_ab_1 : Adv ; - hit_nn_1 : N ; - hitaat_ab_1 : Adv ; - hithoerande_av_1 : A ; - hitintills_ab_1 : Adv ; - hittebarn_nn_1 : N ; - hittilldags_ab_1 : Adv ; - hittills_ab_1 : Adv ; - hittillsvarande_av_1 : A ; - hjaelm_nn_1 : N ; - hjaelmprydnad_nn_1 : N ; - hjaelp_nn_1 : N ; - hjaelpare_nn_1 : N ; - hjaelpbaat_nn_1 : N ; - hjaelpfartyg_nn_1 : N ; - hjaelpklass_nn_1 : N ; - hjaelpkryssare_nn_1 : N ; - hjaelplig_av_1 : A ; - hjaelplinje_nn_1 : N ; - hjaelploes_av_1 : A ; - hjaelpmedel_nn_1 : N ; - hjaelpmotor_nn_1 : N ; - hjaelpsaendning_nn_1 : N ; - hjaelpsam_av_1 : A ; - hjaelpsamhet_nn_1 : N ; - hjaelpspraak_nn_1 : N ; - hjaelpverb_nn_1 : N ; - hjaelpvetenskap_nn_1 : N ; - hjaelte_nn_1 : N ; - hjaeltedaad_nn_1 : N ; - hjaeltemodig_av_1 : A ; - hjaeltesaga_nn_1 : N ; - hjaernaktivitet_nn_1 : N ; - hjaernatrofi_nn_1 : N ; - hjaernbalk_nn_1 : N ; - hjaernbloedning_nn_1 : N ; - hjaernbyte_nn_1 : N ; - hjaerncell_nn_1 : N ; - hjaerndel_nn_1 : N ; - hjaerndoed_av_1 : A ; - hjaernhinna_nn_1 : N ; - hjaernhinneinflammation_nn_1 : N ; - hjaerninflammation_nn_1 : N ; - hjaernoperation_nn_1 : N ; - hjaernsjukdom_nn_1 : N ; - hjaernskaal_nn_1 : N ; - hjaernskakning_nn_1 : N ; - hjaernstam_nn_1 : N ; - hjaernstorm_nn_1 : N ; - hjaerntrust_nn_1 : N ; - hjaerntumoer_nn_1 : N ; - hjaernvindling_nn_1 : N ; - hjaertaengslig_av_1 : A ; - hjaertaktivitet_nn_1 : N ; - hjaertans_ab_1 : Adv ; - hjaertas_av_1 : A ; - hjaertattack_nn_1 : N ; - hjaertblad_nn_1 : N ; - hjaerteangelaegenhet_nn_1 : N ; - hjaertegod_av_1 : A ; - hjaertegryn_nn_1 : N ; - hjaertegull_nn_1 : N ; - hjaertekrossare_nn_1 : N ; - hjaerter_nn_1 : N ; - hjaertesak_nn_1 : N ; - hjaertesuck_nn_1 : N ; - hjaertevaen_nn_1 : N ; - hjaertfel_nn_1 : N ; - hjaertformig_av_1 : A ; - hjaertinfarkt_nn_1 : N ; - hjaertinnerlig_av_1 : A ; - hjaertklaff_nn_1 : N ; - hjaertklappning_nn_1 : N ; - hjaertknipande_av_1 : A ; - hjaertkramp_nn_1 : N ; - hjaertlig_av_1 : A ; - hjaertligen_ab_1 : Adv ; - hjaertljud_nn_1 : N ; - hjaertloes_av_1 : A ; - hjaertlungmaskin_nn_1 : N ; - hjaertmussla_nn_1 : N ; - hjaertnupen_av_1 : A ; - hjaertoperation_nn_1 : N ; - hjaertpunkt_nn_1 : N ; - hjaertsaeck_nn_1 : N ; - hjaertskaerande_av_1 : A ; - hjaertslag_nn_1 : N ; - hjaertslitande_av_1 : A ; - hjaertstillande_av_1 : A ; - hjaerttransplantation_nn_1 : N ; - hjaertverksamhet_nn_1 : N ; - hjaessbjudning_nn_1 : N ; - hjon_nn_1 : N ; - hjonelag_nn_1 : N ; - hjord_nn_1 : N ; - hjort_nn_1 : N ; - hjortdjur_nn_1 : N ; - hjortron_nn_1 : N ; - hjortsadel_nn_1 : N ; - hjul_nn_1 : N ; - hjulaangare_nn_1 : N ; - hjulbas_nn_1 : N ; - hjulbent_av_1 : A ; - hjuldjur_nn_1 : N ; - hjulfjaedring_nn_1 : N ; - hjulfoenster_nn_1 : N ; - hjulkors_nn_1 : N ; - hjullager_nn_1 : N ; - hjulnav_nn_1 : N ; - hjulspaar_nn_1 : N ; - hjulupphaengning_nn_1 : N ; - ho_nn_1 : N ; - hobby_nn_1 : N ; - hoeft_nn_1 : N ; - hoeftben_nn_1 : N ; - hoefthaallare_nn_1 : N ; - hoeftled_nn_1 : N ; - hoeftparti_nn_1 : N ; - hoeg_av_1 : A ; - hoeg_nn_1 : N ; - hoegaffel_nn_1 : N ; - hoegaktiv_av_1 : A ; - hoegaktningsfull_av_1 : A ; - hoegaktuell_av_1 : A ; - hoegaltare_nn_1 : N ; - hoegbaenk_nn_1 : N ; - hoegben_nn_1 : N ; - hoegblad_nn_1 : N ; - hoegboren_av_1 : A ; - hoegborg_nn_1 : N ; - hoegborgerlig_av_1 : A ; - hoegburen_av_1 : A ; - hoegdjur_nn_1 : N ; - hoegdragen_av_1 : A ; - hoegeligen_ab_1 : Adv ; - hoegenergikollision_nn_1 : N ; - hoegerextremistisk_av_1 : A ; - hoegerflygel_nn_1 : N ; - hoegerhaent_av_1 : A ; - hoegerhand_nn_1 : N ; - hoegerkrok_nn_1 : N ; - hoegerledare_nn_1 : N ; - hoegerman_nn_1 : N ; - hoegerparti_nn_1 : N ; - hoegervind_nn_1 : N ; - hoegervridning_nn_1 : N ; - hoegexplosiv_av_1 : A ; - hoegfaerdig_av_1 : A ; - hoegfjaell_nn_1 : N ; - hoegfjaellsomraade_nn_1 : N ; - hoegfoernaem_av_1 : A ; - hoegfoerraedare_nn_1 : N ; - hoegfoerraederi_nn_1 : N ; - hoegfrekvens_nn_1 : N ; - hoegfrekvent_av_1 : A ; - hoeggradig_av_1 : A ; - hoeghastighetskamera_nn_1 : N ; - hoeghet_nn_1 : N ; - hoeghus_nn_1 : N ; - hoeginkomsttagare_nn_1 : N ; - hoegklassig_av_1 : A ; - hoegkonjunktur_nn_1 : N ; - hoegkultur_nn_1 : N ; - hoegkvarter_nn_1 : N ; - hoegkyrklig_av_1 : A ; - hoeglaendare_nn_1 : N ; - hoegland_nn_1 : N ; - hoegljudd_av_1 : A ; - hoegmaalsbrott_nn_1 : N ; - hoegmodig_av_1 : A ; - hoegmolekylaer_av_1 : A ; - hoegoensklig_av_1 : A ; - hoegoktanig_av_1 : A ; - hoegplataa_nn_1 : N ; - hoegrest_av_1 : A ; - hoegrestaandskultur_nn_1 : N ; - hoegrev_nn_1 : N ; - hoegroed_av_1 : A ; - hoegsaesong_nn_1 : N ; - hoegsaete_nn_1 : N ; - hoegsint_av_1 : A ; - hoegskoleadjunkt_nn_1 : N ; - hoegskolelektor_nn_1 : N ; - hoegslaett_nn_1 : N ; - hoegsommar_nn_1 : N ; - hoegspaend_av_1 : A ; - hoegspaenning_nn_1 : N ; - hoegst_ab_1 : Adv ; - hoegstadium_nn_1 : N ; - hoegstaemd_av_1 : A ; - hoegstbjudande_av_1 : A ; - hoegtalare_nn_1 : N ; - hoegteknologisk_av_1 : A ; - hoegtflygande_av_1 : A ; - hoegtid_nn_1 : N ; - hoegtidlig_av_1 : A ; - hoegtidlighaalla_vb_1 : V ; - hoegtidlighet_nn_1 : N ; - hoegtidsaar_nn_1 : N ; - hoegtidsdag_nn_1 : N ; - hoegtidsdraekt_nn_1 : N ; - hoegtidsstund_nn_1 : N ; - hoegtidstal_nn_1 : N ; - hoegtravande_av_1 : A ; - hoegtryck_nn_1 : N ; - hoegtrycksrygg_nn_1 : N ; - hoegtstaaende_av_1 : A ; - hoegtysk_av_1 : A ; - hoegvaelboren_av_1 : A ; - hoegvaerdig_av_1 : A ; - hoegvaext_av_1 : A ; - hoegvakt_nn_1 : N ; - hoegvall_nn_1 : N ; - hoegvallskloever_nn_1 : N ; - hoegvatten_nn_1 : N ; - hoegvoerdig_av_1 : A ; - hoegvoerdighet_nn_1 : N ; - hoegvuxen_av_1 : A ; - hoejd_nn_1 : N ; - hoejdare_nn_1 : N ; - hoejdbestaemning_nn_1 : N ; - hoejdhopp_nn_1 : N ; - hoejdhoppare_nn_1 : N ; - hoejdhoppstaevling_nn_1 : N ; - hoejdlaege_nn_1 : N ; - hoejdmaetare_nn_1 : N ; - hoejdmaetning_nn_1 : N ; - hoejdpunkt_nn_1 : N ; - hoejdrygg_nn_1 : N ; - hoejdskillnad_nn_1 : N ; - hoejdstraeckning_nn_1 : N ; - hoejning_nn_1 : N ; - hoek_nn_1 : N ; - hoekare_nn_1 : N ; - hoekeri_nn_1 : N ; - hoeknatt_nn_1 : N ; - hoelja_nn_1 : N ; - hoelster_nn_1 : N ; - hoens_nn_1 : N ; - hoensaegg_nn_1 : N ; - hoensbaer_nn_1 : N ; - hoenseri_nn_1 : N ; - hoensfaagel_nn_1 : N ; - hoensgaard_nn_1 : N ; - hoensig_av_1 : A ; - hoensnaet_nn_1 : N ; - hoerapparat_nn_1 : N ; - hoerbar_av_1 : A ; - hoerbarhet_nn_1 : N ; - hoerbarligen_ab_1 : Adv ; - hoerlur_nn_1 : N ; - hoern_nn_1 : N ; - hoernhus_nn_1 : N ; - hoernpelare_nn_1 : N ; - hoernsten_nn_1 : N ; - hoerntand_nn_1 : N ; - hoersaegen_nn_1 : N ; - hoersaga_nn_1 : N ; - hoersal_nn_1 : N ; - hoersam_av_1 : A ; - hoerselben_nn_1 : N ; - hoerselklass_nn_1 : N ; - hoerselorgan_nn_1 : N ; - hoerspel_nn_1 : N ; - hoertelefon_nn_1 : N ; - hoesaate_nn_1 : N ; - hoesaeck_nn_1 : N ; - hoeskulle_nn_1 : N ; - hoest_nn_1 : N ; - hoestack_nn_1 : N ; - hoestdagjaemning_nn_1 : N ; - hoestlig_av_1 : A ; - hoestsaesong_nn_1 : N ; - hoestslakt_nn_1 : N ; - hoesttermin_nn_1 : N ; - hoestvaeder_nn_1 : N ; - hoetapp_nn_1 : N ; - hoetork_nn_1 : N ; - hoevaalm_nn_1 : N ; - hoevaendare_nn_1 : N ; - hoevding_nn_1 : N ; - hoevisk_av_1 : A ; - hoevitsman_nn_1 : N ; - hoevlig_av_1 : A ; - hoevlighet_nn_1 : N ; - hoevlighetsvisit_nn_1 : N ; - hoj_nn_1 : N ; - holdingbolag_nn_1 : N ; - holistisk_av_1 : A ; - holk_nn_1 : N ; - hollaendare_nn_1 : N ; - hollaendsk_av_1 : A ; - hollaendska_nn_2 : N ; - holme_nn_1 : N ; - holmgaang_nn_1 : N ; - hologram_nn_1 : N ; - holt_nn_1 : N ; - homeopat_nn_1 : N ; - homeopatisk_av_1 : A ; - homerisk_av_1 : A ; - homilet_nn_1 : N ; - homiletisk_av_1 : A ; - homofil_nn_1 : N ; - homofon_av_1 : A ; - homofon_nn_1 : N ; - homogen_av_1 : A ; - homogenitet_nn_1 : N ; - homograf_av_1 : A ; - homograf_nn_1 : N ; - homolog_av_1 : A ; - homonym_av_1 : A ; - homonym_nn_1 : N ; - homonymi_nn_1 : N ; - homosexualitet_nn_1 : N ; - homosexuell_av_1 : A ; - homozygot_av_1 : A ; - homozygot_nn_1 : N ; - honduran_nn_1 : N ; - honduransk_av_1 : A ; - honlig_av_1 : A ; - honnett_av_1 : A ; - honnoer_nn_1 : N ; - honnoersbetyg_nn_1 : N ; - honnoersbord_nn_1 : N ; - honnoersord_nn_1 : N ; - honnoerspost_nn_1 : N ; - honoraer_av_1 : A ; - honorar_nn_1 : N ; - honungslen_av_1 : A ; - honungsmelon_nn_1 : N ; - honungsskivling_nn_1 : N ; - hop_nn_1 : N ; - hopbiten_av_1 : A ; - hopblandning_nn_1 : N ; - hopbyggd_av_1 : A ; - hopdragning_nn_1 : N ; - hopfaellbar_av_1 : A ; - hopfaelld_av_1 : A ; - hopklumpning_nn_1 : N ; - hopknaeppt_av_1 : A ; - hopknyta_vb_1 : V ; - hopkok_nn_1 : N ; - hopkommen_av_1 : A ; - hopkoppling_nn_1 : N ; - hopkrupen_av_1 : A ; - hoplit_nn_1 : N ; - hopp_i_landkalle_nn_1 : N ; - hopp_nn_1 : N ; - hoppare_nn_1 : N ; - hoppbacke_nn_1 : N ; - hoppeligen_ab_1 : Adv ; - hoppfoersoek_nn_1 : N ; - hoppfull_av_1 : A ; - hoppig_av_1 : A ; - hoppingivande_av_1 : A ; - hoppledare_nn_1 : N ; - hopploes_av_1 : A ; - hopploeshet_nn_1 : N ; - hopprep_nn_1 : N ; - hoppstaellning_nn_1 : N ; - hoppstjaert_nn_1 : N ; - hopptorn_nn_1 : N ; - hopptraening_nn_1 : N ; - hopsjunken_av_1 : A ; - hopslagen_av_1 : A ; - hopsnodd_av_1 : A ; - hopsnoerd_av_1 : A ; - hopsnoerpt_av_1 : A ; - hopvaext_av_1 : A ; - hopvika_vb_1 : V ; - hopvuxen_av_1 : A ; - horbock_nn_1 : N ; - hord_nn_1 : N ; - horhus_nn_1 : N ; - horisont_nn_1 : N ; - horisontal_av_1 : A ; - horisontalplan_nn_1 : N ; - horisontell_av_1 : A ; - horisontproblem_nn_1 : N ; - hormon_nn_1 : N ; - hormonbalans_nn_1 : N ; - hormonell_av_1 : A ; - hormonfunktion_nn_1 : N ; - hormonproduktion_nn_1 : N ; - hormonsystem_nn_1 : N ; - horn_nn_1 : N ; - hornbaage_nn_1 : N ; - hornhinna_nn_1 : N ; - hornist_nn_1 : N ; - hornliknande_av_1 : A ; - hornloes_av_1 : A ; - horologium_nn_1 : N ; - horoskop_nn_1 : N ; - horribel_av_1 : A ; - horroer_nn_1 : N ; - horsgoek_nn_1 : N ; - horst_nn_1 : N ; - hortonom_nn_1 : N ; - hospital_nn_1 : N ; - hospits_nn_1 : N ; - hostanfall_nn_1 : N ; - hostattack_nn_1 : N ; - hostig_av_1 : A ; - hostning_nn_1 : N ; - hot_nn_1 : N ; - hotbild_nn_1 : N ; - hotell_nn_1 : N ; - hotellbrand_nn_1 : N ; - hotellgaest_nn_1 : N ; - hotellpojke_nn_1 : N ; - hotellrum_nn_1 : N ; - hotelse_nn_1 : N ; - hotfull_av_1 : A ; - hottentotsk_av_1 : A ; - hottentotska_nn_2 : N ; - hottentott_nn_1 : N ; - hov_nn_1 : N ; - hov_nn_2 : N ; - hovbeslag_nn_1 : N ; - hovbetjaent_nn_1 : N ; - hovdam_nn_1 : N ; - hovdjur_nn_1 : N ; - hovkapell_nn_1 : N ; - hovleverantoer_nn_1 : N ; - hovmaestare_nn_1 : N ; - hovman_nn_1 : N ; - hovmarskalk_nn_1 : N ; - hovnarr_nn_1 : N ; - hovnigning_nn_1 : N ; - hovraett_nn_1 : N ; - hovraettspresident_nn_1 : N ; - hovraettsraad_nn_1 : N ; - hovsam_av_1 : A ; - hovslag_nn_1 : N ; - hovslagare_nn_1 : N ; - hovstat_nn_1 : N ; - hovtaang_nn_1 : N ; - hud_nn_1 : N ; - hudfaerg_nn_1 : N ; - hudflaeck_nn_1 : N ; - hudinflammation_nn_1 : N ; - hudkraem_nn_1 : N ; - hudlager_nn_1 : N ; - hudloes_av_1 : A ; - hudmedel_nn_1 : N ; - hudnaera_av_1 : A ; - hudoemsning_nn_1 : N ; - hudolja_nn_1 : N ; - hudsjukdom_nn_1 : N ; - hudtransplantation_nn_1 : N ; - hudutslag_nn_1 : N ; - hudvaenlig_av_1 : A ; - hudveck_nn_1 : N ; - hugenott_nn_1 : N ; - hugg_nn_1 : N ; - hugga_vb_1 : V ; - huggare_nn_1 : N ; - huggkrok_nn_1 : N ; - huggkubb_nn_1 : N ; - huggmejsel_nn_1 : N ; - huggorm_nn_1 : N ; - huggtand_nn_1 : N ; - hugnad_nn_1 : N ; - hugnesam_av_1 : A ; - hugskott_nn_1 : N ; - huld_av_1 : A ; - huldra_nn_1 : N ; - huligan_nn_1 : N ; - hulk_nn_1 : N ; - hulling_nn_1 : N ; - hult_nn_1 : N ; - human_av_1 : A ; - humanekologisk_av_1 : A ; - humaniora_nn_1 : N ; - humanist_nn_1 : N ; - humanistisk_av_1 : A ; - humanitaer_av_1 : A ; - humanitet_nn_1 : N ; - humanvetenskap_nn_1 : N ; - humbug_nn_1 : N ; - humla_nn_1 : N ; - humleblomster_nn_1 : N ; - hummer_nn_1 : N ; - humoer_nn_1 : N ; - humoermaenniska_nn_1 : N ; - humoerspelare_nn_1 : N ; - humoresk_nn_1 : N ; - humorist_nn_1 : N ; - humoristisk_av_1 : A ; - humusaemne_nn_1 : N ; - humusbunden_av_1 : A ; - humusfoerening_nn_1 : N ; - humushalt_nn_1 : N ; - humushaltig_av_1 : A ; - humuskomponent_nn_1 : N ; - humuskoncentration_nn_1 : N ; - humussubstans_nn_1 : N ; - humusvatten_nn_1 : N ; - hund_nn_1 : N ; - hundaar_nn_1 : N ; - hundaexing_nn_1 : N ; - hundben_nn_1 : N ; - hundblick_nn_1 : N ; - hunddjur_nn_1 : N ; - hundhalsband_nn_1 : N ; - hundhuvud_nn_1 : N ; - hundhuvudet_ab_1 : Adv ; - hundkaex_nn_2 : N ; - hundkapploepning_nn_1 : N ; - hundkex_nn_1 : N ; - hundlort_nn_1 : N ; - hundoera_nn_1 : N ; - hundradel_nn_1 : N ; - hundrafalt_ab_1 : Adv ; - hundrakronorssedel_nn_1 : N ; - hundralapp_nn_1 : N ; - hundraprocentig_av_1 : A ; - hundras_nn_1 : N ; - hundratal_nn_1 : N ; - hundratals_ab_1 : Adv ; - hundratusental_nn_1 : N ; - hundratusentonnare_nn_1 : N ; - hundring_nn_1 : N ; - hundskatt_nn_1 : N ; - hundslaede_nn_1 : N ; - hundvakt_nn_1 : N ; - hundvalp_nn_1 : N ; - hungerstrejk_nn_1 : N ; - hungrig_av_1 : A ; - hunner_nn_1 : N ; - hur_ab_1 : Adv ; - hurra_nn_1 : N ; - hurrarop_nn_1 : N ; - hurril_nn_1 : N ; - hursomhelst_ab_1 : Adv ; - hurtbulle_nn_1 : N ; - hurtfrisk_av_1 : A ; - hurtig_av_1 : A ; - hurts_nn_1 : N ; - huru_ab_1 : Adv ; - huruledes_ab_1 : Adv ; - hus_nn_1 : N ; - husaegare_nn_1 : N ; - husandakt_nn_1 : N ; - husapotek_nn_1 : N ; - husar_nn_1 : N ; - husbaat_nn_1 : N ; - husbehov_nn_1 : N ; - husbil_nn_1 : N ; - husbock_nn_1 : N ; - husbonde_nn_1 : N ; - husbygge_nn_1 : N ; - husdjur_nn_1 : N ; - husesyn_nn_1 : N ; - husfader_nn_1 : N ; - husfoerestaandarinna_nn_1 : N ; - husfoerhoer_nn_1 : N ; - husfru_nn_1 : N ; - husgavel_nn_1 : N ; - husgeraad_nn_1 : N ; - husgrund_nn_1 : N ; - husgud_nn_1 : N ; - hushaall_nn_1 : N ; - hushaallerska_nn_1 : N ; - hushaallningssaellskap_nn_1 : N ; - hushaallsassistent_nn_1 : N ; - hushaallsost_nn_1 : N ; - hushaallsrulle_nn_1 : N ; - hushaallsvaag_nn_1 : N ; - husknut_nn_1 : N ; - huskors_nn_1 : N ; - huskropp_nn_1 : N ; - huskur_nn_1 : N ; - huslaekare_nn_1 : N ; - huslig_av_1 : A ; - husmor_nn_1 : N ; - husorgan_nn_1 : N ; - husrannsakning_nn_1 : N ; - husse_nn_1 : N ; - hustimmer_nn_1 : N ; - hustomte_nn_1 : N ; - hustru_nn_1 : N ; - hustrutillaegg_nn_1 : N ; - hustyrann_nn_1 : N ; - husundersoekning_nn_1 : N ; - husvagn_nn_1 : N ; - husvill_av_1 : A ; - hutch_nn_1 : N ; - hutloes_av_1 : A ; - hutt_nn_1 : N ; - huv_nn_1 : N ; - huvud_nn_1 : N ; - huvudaemne_nn_1 : N ; - huvudanstalt_nn_1 : N ; - huvudavtal_nn_1 : N ; - huvudaxel_nn_1 : N ; - huvudbjudning_nn_1 : N ; - huvudbok_nn_1 : N ; - huvudbonad_nn_1 : N ; - huvudbyggnad_nn_1 : N ; - huvuddel_nn_1 : N ; - huvuddrag_nn_1 : N ; - huvudentre_nn_1 : N ; - huvudfigur_nn_1 : N ; - huvudfoerhandling_nn_1 : N ; - huvudform_nn_1 : N ; - huvudfunktion_nn_1 : N ; - huvudgaerd_nn_1 : N ; - huvudingaang_nn_1 : N ; - huvudinkomst_nn_1 : N ; - huvudinnehaall_nn_1 : N ; - huvudjaegare_nn_1 : N ; - huvudkontor_nn_1 : N ; - huvudkvarter_nn_1 : N ; - huvudlaerare_nn_1 : N ; - huvudlag_nn_1 : N ; - huvudled_nn_1 : N ; - huvudledning_nn_1 : N ; - huvudlinje_nn_1 : N ; - huvudloes_av_1 : A ; - huvudman_nn_1 : N ; - huvudmoment_nn_1 : N ; - huvudnaering_nn_1 : N ; - huvudnyckel_nn_1 : N ; - huvudord_nn_1 : N ; - huvudorsak_nn_1 : N ; - huvudperson_nn_1 : N ; - huvudpunkt_nn_1 : N ; - huvudraett_nn_1 : N ; - huvudregel_nn_1 : N ; - huvudroll_nn_1 : N ; - huvudrollsinnehavare_nn_1 : N ; - huvudsak_nn_1 : N ; - huvudsaklig_av_1 : A ; - huvudsakligen_ab_1 : Adv ; - huvudsats_nn_1 : N ; - huvudskaal_nn_1 : N ; - huvudskael_nn_1 : N ; - huvudskakning_nn_1 : N ; - huvudstad_nn_1 : N ; - huvudstol_nn_1 : N ; - huvudstroembrytare_nn_1 : N ; - huvudstupa_ab_1 : Adv ; - huvudsvaal_nn_1 : N ; - huvudtema_nn_1 : N ; - huvudtitel_nn_1 : N ; - huvudton_nn_1 : N ; - huvuduppgift_nn_1 : N ; - huvudverb_nn_1 : N ; - huvudvittne_nn_1 : N ; - hyacint_nn_1 : N ; - hybrid_nn_1 : N ; - hycklare_nn_1 : N ; - hyckleri_nn_1 : N ; - hydrat_nn_1 : N ; - hydraulisk_av_1 : A ; - hydrodynamisk_av_1 : A ; - hydrofob_av_1 : A ; - hydrofon_nn_1 : N ; - hydrofor_nn_1 : N ; - hydrofyt_nn_1 : N ; - hydrokopter_nn_1 : N ; - hydrokultur_nn_1 : N ; - hydrolog_nn_1 : N ; - hydrologisk_av_1 : A ; - hydrolys_nn_1 : N ; - hydroplan_nn_1 : N ; - hydrostatisk_av_1 : A ; - hydroxid_nn_1 : N ; - hydroxidjon_nn_1 : N ; - hyende_nn_1 : N ; - hyf_nn_1 : N ; - hygge_nn_1 : N ; - hyggesbraenning_nn_1 : N ; - hygglig_av_1 : A ; - hygglo_nn_1 : N ; - hygienisk_av_1 : A ; - hygienist_nn_1 : N ; - hygrograf_nn_1 : N ; - hygrometer_nn_1 : N ; - hygroskopisk_av_1 : A ; - hyllmeter_nn_1 : N ; - hyllning_nn_1 : N ; - hyllningsdikt_nn_1 : N ; - hyllningssaang_nn_1 : N ; - hymn_nn_1 : N ; - hyperbel_nn_1 : N ; - hyperbol_nn_1 : N ; - hyperbolisk_av_1 : A ; - hyperbore_nn_1 : N ; - hyperit_nn_1 : N ; - hyperkaenslig_av_1 : A ; - hyperkatalektisk_av_1 : A ; - hyperkorrekt_av_1 : A ; - hypermodern_av_1 : A ; - hypersvecism_nn_1 : N ; - hypertrofi_nn_1 : N ; - hypnos_nn_1 : N ; - hypnotisk_av_1 : A ; - hypnotisoer_nn_1 : N ; - hypofys_nn_1 : N ; - hypofyshormon_nn_1 : N ; - hypokonder_nn_1 : N ; - hypokondri_nn_1 : N ; - hypokondriker_nn_1 : N ; - hypokondrisk_av_1 : A ; - hypokrit_nn_1 : N ; - hypokritisk_av_1 : A ; - hypotaktisk_av_1 : A ; - hypotek_nn_1 : N ; - hypotekslaan_nn_1 : N ; - hypotes_nn_1 : N ; - hypotetisk_av_1 : A ; - hypsometer_nn_1 : N ; - hyresgaest_nn_1 : N ; - hyreshaj_nn_1 : N ; - hyreshus_nn_1 : N ; - hyreskasern_nn_1 : N ; - hyreskontrakt_nn_1 : N ; - hyreslaegenhet_nn_1 : N ; - hyresnaemnd_nn_1 : N ; - hyresreglering_nn_1 : N ; - hyrestillaegg_nn_1 : N ; - hyrestvist_nn_1 : N ; - hyresvaerd_nn_1 : N ; - hyss_nn_1 : N ; - hysteriker_nn_1 : N ; - hysterisk_av_1 : A ; - hytt_nn_1 : N ; - hyvel_nn_1 : N ; - hyvelbaenk_nn_1 : N ; - hyveljaern_nn_1 : N ; - hyvelspaan_nn_1 : N ; - hyvelstaal_nn_1 : N ; - hyvens_av_1 : A ; - i_ab_1 : Adv ; - i_land_nn_1 : N ; - iaktta_vb_1 : V ; - iakttagare_nn_1 : N ; - iakttagelse_nn_1 : N ; - iberisk_av_1 : A ; - ibero_amerikansk_av_1 : A ; - ibidem_ab_1 : Adv ; - ibis_nn_1 : N ; - ibisfaagel_nn_1 : N ; - ibland_ab_1 : Adv ; - icing_nn_1 : N ; - icke_ab_1 : Adv ; - icke_angreppspakt_nn_1 : N ; - icke_darwinistisk_av_1 : A ; - icke_euklidisk_av_1 : A ; - icke_existerande_av_1 : A ; - icke_haendelse_nn_1 : N ; - icke_individuell_av_1 : A ; - icke_kristen_av_1 : A ; - icke_linjaer_av_1 : A ; - icke_metall_nn_1 : N ; - icke_periodisk_av_1 : A ; - icke_spridningsavtal_nn_1 : N ; - icke_symmetrisk_av_1 : A ; - id_nn_1 : N ; - idag_ab_1 : Adv ; - ide_nn_1 : N ; - ideal_av_1 : A ; - ideal_nn_1 : N ; - idealisering_nn_1 : N ; - idealisk_av_1 : A ; - idealist_nn_1 : N ; - idealistisk_av_1 : A ; - idealitet_nn_1 : N ; - idealvaerld_nn_1 : N ; - ideassociation_nn_1 : N ; - idedrama_nn_1 : N ; - ideell_av_1 : A ; - idegivare_nn_1 : N ; - idegran_nn_1 : N ; - ideklaeckning_nn_1 : N ; - idel_ab_1 : Adv ; - idelig_av_1 : A ; - ideligen_ab_1 : Adv ; - idemoete_nn_1 : N ; - identifiering_nn_1 : N ; - identifikation_nn_1 : N ; - identisk_av_1 : A ; - identitet_nn_1 : N ; - identitetskort_nn_1 : N ; - ideografisk_av_1 : A ; - ideogram_nn_1 : N ; - ideolog_nn_1 : N ; - ideologi_nn_1 : N ; - ideologisk_av_1 : A ; - iderik_av_1 : A ; - idevaerld_nn_1 : N ; - idiolekt_nn_1 : N ; - idiom_nn_1 : N ; - idiomatisk_av_1 : A ; - idiopatisk_av_1 : A ; - idiosynkrasi_nn_1 : N ; - idiot_nn_1 : N ; - idioti_nn_1 : N ; - idiotisk_av_1 : A ; - idiotsaeker_av_1 : A ; - idisslare_nn_1 : N ; - idkare_nn_1 : N ; - idog_av_1 : A ; - idol_nn_1 : N ; - idrott_nn_1 : N ; - idrottsdag_nn_1 : N ; - idrottsdraekt_nn_1 : N ; - idrottsfoerening_nn_1 : N ; - idrottsgren_nn_1 : N ; - idrottsgymnasium_nn_1 : N ; - idrottshall_nn_1 : N ; - idrottsklubb_nn_1 : N ; - idrottskompani_nn_1 : N ; - idrottskvinna_nn_1 : N ; - idrottslig_av_1 : A ; - idrottsman_nn_1 : N ; - idrottsplats_nn_1 : N ; - idrottsroerelse_nn_1 : N ; - idrottssko_nn_1 : N ; - idrottstaevling_nn_1 : N ; - idyll_nn_1 : N ; - idylliker_nn_1 : N ; - idyllisk_av_1 : A ; - ifatt_ab_1 : Adv ; - ifjol_ab_1 : Adv ; - ifraaga_ab_1 : Adv ; - ifraagakomma_vb_1 : V ; - ifraagavarande_av_1 : A ; - ifraan_ab_1 : Adv ; - ifred_ab_1 : Adv ; - ifyllnadsprov_nn_1 : N ; - igaang_ab_1 : Adv ; - igaangsaettning_nn_1 : N ; - igaar_ab_1 : Adv ; - igel_nn_1 : N ; - igelkott_nn_1 : N ; - igen_ab_1 : Adv ; - igengrodd_av_1 : A ; - igenkaennande_av_1 : A ; - igenkaenningstecken_nn_1 : N ; - igenkaennlig_av_1 : A ; - igenmulen_av_1 : A ; - igenom_ab_1 : Adv ; - igenvaext_av_1 : A ; - igenvuxen_av_1 : A ; - igloo_nn_1 : N ; - ignorant_av_1 : A ; - ignorant_nn_1 : N ; - ihaag_ab_1 : Adv ; - ihaagkomma_vb_1 : V ; - ihaalig_av_1 : A ; - ihaalighet_nn_1 : N ; - ihaallande_av_1 : A ; - ihaerdig_av_1 : A ; - ihjael_ab_1 : Adv ; - ihop_ab_1 : Adv ; - ikapp_ab_1 : Adv ; - ikon_nn_1 : N ; - ikonostas_nn_1 : N ; - ikosaeder_nn_1 : N ; - ikraft_ab_1 : Adv ; - iktus_nn_1 : N ; - iktyolog_nn_1 : N ; - iktyologisk_av_1 : A ; - ikull_ab_1 : Adv ; - ikvaell_ab_1 : Adv ; - il_nn_1 : N ; - iland_ab_1 : Adv ; - ilbud_nn_1 : N ; - ilex_nn_1 : N ; - illa_ab_1 : Adv ; - illaluktande_av_1 : A ; - illamaaende_av_1 : A ; - illande_ab_1 : Adv ; - illasmakande_av_1 : A ; - illavarslande_av_1 : A ; - illavulen_av_1 : A ; - illbatting_nn_1 : N ; - illdaad_nn_1 : N ; - illegal_av_1 : A ; - illegitim_av_1 : A ; - iller_nn_1 : N ; - illfundig_av_1 : A ; - illgaerning_nn_1 : N ; - illistig_av_1 : A ; - illitterat_av_1 : A ; - illmarig_av_1 : A ; - illojal_av_1 : A ; - illparig_av_1 : A ; - illroed_av_1 : A ; - illtjut_nn_1 : N ; - illumination_nn_1 : N ; - illusion_nn_1 : N ; - illusionist_nn_1 : N ; - illusionsfri_av_1 : A ; - illusionsloes_av_1 : A ; - illusionsnummer_nn_1 : N ; - illusorisk_av_1 : A ; - illuster_av_1 : A ; - illustration_nn_1 : N ; - illustrativ_av_1 : A ; - illustratoer_nn_1 : N ; - illvillig_av_1 : A ; - illvraal_nn_1 : N ; - illyr_nn_1 : N ; - illyrisk_av_1 : A ; - ilmarsch_nn_1 : N ; - ilning_nn_1 : N ; - ilsamtal_nn_1 : N ; - ilsk_av_1 : A ; - ilsken_av_1 : A ; - imaginaer_av_1 : A ; - imbecill_av_1 : A ; - imitation_nn_1 : N ; - imitatoer_nn_1 : N ; - immanent_av_1 : A ; - immateriell_av_1 : A ; - immatrikulation_nn_1 : N ; - immig_av_1 : A ; - immigrant_nn_1 : N ; - immobil_av_1 : A ; - immun_av_1 : A ; - immunitet_nn_1 : N ; - immunolog_nn_1 : N ; - immunologisk_av_1 : A ; - impediment_nn_1 : N ; - imperativ_nn_1 : N ; - imperativ_nn_2 : N ; - imperativisk_av_1 : A ; - imperator_nn_1 : N ; - imperatorisk_av_1 : A ; - imperfektum_nn_1 : N ; - imperialformat_nn_1 : N ; - imperialist_nn_1 : N ; - imperialistisk_av_1 : A ; - imperialoktav_nn_1 : N ; - imperialsaeng_nn_1 : N ; - imperium_nn_1 : N ; - impertinens_nn_1 : N ; - impertinent_av_1 : A ; - implicit_av_1 : A ; - implikation_nn_1 : N ; - implosion_nn_1 : N ; - imponderabilia_nn_1 : N ; - imponerande_av_1 : A ; - impopulaer_av_1 : A ; - impopularitet_nn_1 : N ; - import_nn_1 : N ; - importavgift_nn_1 : N ; - importfoerbud_nn_1 : N ; - importkvot_nn_1 : N ; - importoer_nn_1 : N ; - imposant_av_1 : A ; - impost_nn_1 : N ; - impotent_av_1 : A ; - impregnering_nn_1 : N ; - impressario_nn_1 : N ; - impressionist_nn_1 : N ; - impressionistisk_av_1 : A ; - improduktiv_av_1 : A ; - impromptu_nn_1 : N ; - improvisation_nn_1 : N ; - improvisatoer_nn_1 : N ; - improvisatorisk_av_1 : A ; - impuls_nn_1 : N ; - impulsiv_av_1 : A ; - impulsivitet_nn_1 : N ; - impulskoep_nn_1 : N ; - imroer_nn_1 : N ; - in_ab_1 : Adv ; - inaat_ab_1 : Adv ; - inaatvaend_av_1 : A ; - inackordering_nn_1 : N ; - inackorderingshem_nn_1 : N ; - inadekvat_av_1 : A ; - inadvertens_nn_1 : N ; - inaega_nn_1 : N ; - inaelvsmask_nn_1 : N ; - inaktiv_av_1 : A ; - inaktivitet_nn_1 : N ; - inaktuell_av_1 : A ; - inalles_ab_1 : Adv ; - inandning_nn_1 : N ; - inauguration_nn_1 : N ; - inbegrepp_nn_1 : N ; - inbegripa_vb_1 : V ; - inbegripen_av_1 : A ; - inbesparing_nn_1 : N ; - inbetalning_nn_1 : N ; - inbetalningskort_nn_1 : N ; - inbillning_nn_1 : N ; - inbillningsfoster_nn_1 : N ; - inbillningssjuk_av_1 : A ; - inbilsk_av_1 : A ; - inbiten_av_1 : A ; - inbjuda_vb_1 : V ; - inbjudande_av_1 : A ; - inbjudning_nn_1 : N ; - inbjudningskort_nn_1 : N ; - inbjudningsskrift_nn_1 : N ; - inblandning_nn_1 : N ; - inblick_nn_1 : N ; - inboerdes_av_1 : A ; - inboerdeskrig_nn_1 : N ; - inbokning_nn_1 : N ; - inbringande_av_1 : A ; - inbromsning_nn_1 : N ; - inbrott_nn_1 : N ; - inbrottstjuv_nn_1 : N ; - inbrytning_nn_1 : N ; - inbuktning_nn_1 : N ; - inbunden_av_1 : A ; - inbyggare_nn_1 : N ; - inbyggd_av_1 : A ; - inbyte_nn_1 : N ; - incest_nn_1 : N ; - incestuoes_av_1 : A ; - incident_nn_1 : N ; - incitament_nn_1 : N ; - indefinit_av_1 : A ; - indelning_nn_1 : N ; - indelningsgrund_nn_1 : N ; - indelningsverk_nn_1 : N ; - indelt_av_1 : A ; - independent_nn_1 : N ; - index_nn_1 : N ; - indexavtal_nn_1 : N ; - indian_nn_1 : N ; - indianfolk_nn_1 : N ; - indianhoevding_nn_1 : N ; - indiankvinna_nn_1 : N ; - indianreservat_nn_1 : N ; - indiansk_av_1 : A ; - indianska_nn_1 : N ; - indiansommar_nn_1 : N ; - indianstam_nn_1 : N ; - indiantjut_nn_1 : N ; - indicium_nn_1 : N ; - indier_nn_1 : N ; - indifferent_av_1 : A ; - indifferentism_nn_1 : N ; - indikation_nn_1 : N ; - indikativ_av_1 : A ; - indikativ_nn_1 : N ; - indikator_nn_1 : N ; - indikering_nn_1 : N ; - indirekt_av_1 : A ; - indisk_av_1 : A ; - indiska_nn_1 : N ; - indiskret_av_1 : A ; - indiskretion_nn_1 : N ; - indisponibel_av_1 : A ; - individ_nn_1 : N ; - individualist_nn_1 : N ; - individualistisk_av_1 : A ; - individualitet_nn_1 : N ; - individuell_av_1 : A ; - indoeurope_nn_1 : N ; - indoeuropeisk_av_1 : A ; - indokinesisk_av_1 : A ; - indoktrinering_nn_1 : N ; - indolent_av_1 : A ; - indolog_nn_1 : N ; - indones_nn_1 : N ; - indonesisk_av_1 : A ; - indra_vb_1 : V ; - indraektig_av_1 : A ; - indrag_nn_1 : N ; - indragning_nn_1 : N ; - indriva_vb_1 : V ; - indrivning_nn_1 : N ; - induktion_nn_1 : N ; - induktionsapparat_nn_1 : N ; - induktionsspole_nn_1 : N ; - induktiv_av_1 : A ; - induktor_nn_1 : N ; - industri_nn_1 : N ; - industriaktie_nn_1 : N ; - industrialisering_nn_1 : N ; - industriarbetare_nn_1 : N ; - industriell_av_1 : A ; - industrifoerbund_nn_1 : N ; - industriland_nn_1 : N ; - industriolja_nn_1 : N ; - industriomraade_nn_1 : N ; - industriprodukt_nn_1 : N ; - industriregion_nn_1 : N ; - industrirobot_nn_1 : N ; - industrisemester_nn_1 : N ; - ineffektiv_av_1 : A ; - inexakt_av_1 : A ; - infall_nn_1 : N ; - infalla_vb_1 : V ; - infallen_av_1 : A ; - infallsrik_av_1 : A ; - infallsvinkel_nn_1 : N ; - infam_av_1 : A ; - infami_nn_1 : N ; - infant_nn_1 : N ; - infanterikompani_nn_1 : N ; - infanterist_nn_1 : N ; - infantil_av_1 : A ; - infantinna_nn_1 : N ; - infarkt_nn_1 : N ; - infart_nn_1 : N ; - infartsled_nn_1 : N ; - infartsport_nn_1 : N ; - infattning_nn_1 : N ; - infektioes_av_1 : A ; - infektion_nn_1 : N ; - infektionshaerd_nn_1 : N ; - infektionssjukdom_nn_1 : N ; - infernalisk_av_1 : A ; - inferno_nn_1 : N ; - infiltration_nn_1 : N ; - infiltratoer_nn_1 : N ; - infinit_av_1 : A ; - infinitiv_nn_1 : N ; - infinitivmaerke_nn_1 : N ; - infinna_vb_1 : V ; - infix_nn_1 : N ; - inflammation_nn_1 : N ; - inflammationshaerd_nn_1 : N ; - inflammatorisk_av_1 : A ; - inflationistisk_av_1 : A ; - inflationsdrivande_av_1 : A ; - inflationsfas_nn_1 : N ; - inflationsmodell_nn_1 : N ; - inflationsskydd_nn_1 : N ; - inflationsspiral_nn_1 : N ; - inflationstakt_nn_1 : N ; - inflationsteori_nn_1 : N ; - inflatorisk_av_1 : A ; - influens_nn_1 : N ; - influensmaskin_nn_1 : N ; - inflygning_nn_1 : N ; - inflyta_vb_1 : V ; - inflytande_nn_1 : N ; - inflytelse_nn_1 : N ; - inflytelserik_av_1 : A ; - inflyttning_nn_1 : N ; - infoedd_av_1 : A ; - infoeding_nn_1 : N ; - infoerande_nn_1 : N ; - infoerstaadd_av_1 : A ; - infordring_nn_1 : N ; - informant_nn_1 : N ; - information_nn_1 : N ; - informationsbehandling_nn_1 : N ; - informationsbyraa_nn_1 : N ; - informationsrik_av_1 : A ; - informationssoekning_nn_1 : N ; - informativ_av_1 : A ; - informatoer_nn_1 : N ; - informator_nn_1 : N ; - informell_av_1 : A ; - infragrill_nn_1 : N ; - infraljud_nn_1 : N ; - infraroed_av_1 : A ; - infrastruktur_nn_1 : N ; - infrusen_av_1 : A ; - infusion_nn_1 : N ; - infusionsdjur_nn_1 : N ; - ingaa_vb_1 : V ; - ingaaende_av_1 : A ; - ingaang_nn_1 : N ; - ingaangsmarsch_nn_1 : N ; - ingaangspsalm_nn_1 : N ; - ingaeld_nn_1 : N ; - ingalunda_ab_1 : Adv ; - inge_vb_1 : V ; - ingefaersvaext_nn_1 : N ; - ingenium_nn_1 : N ; - ingenjoer_nn_1 : N ; - ingenjoerstrupp_nn_1 : N ; - ingenjoersvetenskap_nn_1 : N ; - ingenjoersvetenskapsakademi_nn_1 : N ; - ingenstaedes_ab_1 : Adv ; - ingenstans_ab_1 : Adv ; - ingenvart_ab_1 : Adv ; - ingeny_nn_1 : N ; - ingift_av_1 : A ; - ingifte_nn_1 : N ; - ingivelse_nn_1 : N ; - ingjuta_vb_1 : V ; - ingoet_nn_1 : N ; - ingrediens_nn_1 : N ; - ingredierande_av_1 : A ; - ingrepp_nn_1 : N ; - ingress_nn_1 : N ; - ingripande_nn_1 : N ; - ingrodd_av_1 : A ; - inhaegnad_nn_1 : N ; - inhalation_nn_1 : N ; - inhalator_nn_1 : N ; - inhamn_nn_1 : N ; - inhav_nn_1 : N ; - inhemsk_av_1 : A ; - inherent_av_1 : A ; - inhibitor_nn_1 : N ; - inhopp_nn_1 : N ; - inhoppare_nn_1 : N ; - inhuman_av_1 : A ; - inhysing_nn_1 : N ; - inifraan_ab_1 : Adv ; - initial_av_1 : A ; - initial_nn_1 : N ; - initialord_nn_1 : N ; - initiation_nn_1 : N ; - initiationsrit_nn_1 : N ; - initiativ_nn_1 : N ; - initiativrik_av_1 : A ; - initiativtagare_nn_1 : N ; - injektion_nn_1 : N ; - injektor_nn_1 : N ; - injurie_nn_1 : N ; - ink_nn_1 : N ; - inka_nn_1 : N ; - inkaennande_av_1 : A ; - inkaindian_nn_1 : N ; - inkallelse_nn_1 : N ; - inkallelsebrev_nn_1 : N ; - inkallelseorder_nn_1 : N ; - inkapabel_av_1 : A ; - inkapsling_nn_1 : N ; - inkarnation_nn_1 : N ; - inkast_nn_1 : N ; - inkiett_av_1 : A ; - inklination_nn_1 : N ; - inklinationsnaal_nn_1 : N ; - inkoativ_av_1 : A ; - inkoep_nn_1 : N ; - inkoepare_nn_1 : N ; - inkoepsavdelning_nn_1 : N ; - inkoepspris_nn_1 : N ; - inkoerd_av_1 : A ; - inkoerning_nn_1 : N ; - inkoerningsperiod_nn_1 : N ; - inkoersport_nn_1 : N ; - inkognito_ab_1 : Adv ; - inkomma_vb_1 : V ; - inkommensurabel_av_1 : A ; - inkompatibel_av_1 : A ; - inkompetent_av_1 : A ; - inkomst_nn_1 : N ; - inkomstbegrepp_nn_1 : N ; - inkomstberoende_av_1 : A ; - inkomstbeskattning_nn_1 : N ; - inkomstbortfall_nn_1 : N ; - inkomstbringande_av_1 : A ; - inkomstintervall_nn_1 : N ; - inkomstkort_nn_1 : N ; - inkomstmaatt_nn_1 : N ; - inkomstoekning_nn_1 : N ; - inkomstskatt_nn_1 : N ; - inkomstslag_nn_1 : N ; - inkomsttagare_nn_1 : N ; - inkomsttaxering_nn_1 : N ; - inkongruens_nn_1 : N ; - inkongruent_av_1 : A ; - inkonsekvens_nn_1 : N ; - inkonsekvent_av_1 : A ; - inkontinent_av_1 : A ; - inkorrekt_av_1 : A ; - inkraektare_nn_1 : N ; - inkroekt_av_1 : A ; - inkrustation_nn_1 : N ; - inkubationstid_nn_1 : N ; - inkunabel_nn_1 : N ; - inkurant_av_1 : A ; - inkvartering_nn_1 : N ; - inkvisitor_nn_1 : N ; - inkvisitorisk_av_1 : A ; - inlaaning_nn_1 : N ; - inlaegg_nn_1 : N ; - inlaeggning_nn_1 : N ; - inlaemning_nn_1 : N ; - inlaemningsdag_nn_1 : N ; - inlaendsk_av_1 : A ; - inlaerningsplataa_nn_1 : N ; - inlaerningsresultat_nn_1 : N ; - inlaerningsstudio_nn_1 : N ; - inlaesning_nn_1 : N ; - inlaest_av_1 : A ; - inlagd_av_1 : A ; - inlandsis_nn_1 : N ; - inledande_av_1 : A ; - inledare_nn_1 : N ; - inledning_nn_1 : N ; - inledningsvis_ab_1 : Adv ; - inljud_nn_1 : N ; - inlopp_nn_1 : N ; - inmaetning_nn_1 : N ; - inmarsch_nn_1 : N ; - inmatning_nn_1 : N ; - inmoenstring_nn_1 : N ; - inmutning_nn_1 : N ; - innan_ab_1 : Adv ; - innandoeme_nn_1 : N ; - innanfoer_ab_1 : Adv ; - innanhav_nn_1 : N ; - innanlaar_nn_1 : N ; - innanlaesning_nn_1 : N ; - innanmaete_nn_1 : N ; - innantill_ab_1 : Adv ; - inne_ab_1 : Adv ; - inne_av_1 : A ; - inneboende_av_1 : A ; - inneboerd_nn_1 : N ; - innebyggare_nn_1 : N ; - innegrej_nn_1 : N ; - innehaall_nn_1 : N ; - innehaalla_vb_1 : V ; - innehaallsanalys_nn_1 : N ; - innehaallsdeklaration_nn_1 : N ; - innehaallsfoerteckning_nn_1 : N ; - innehaallslig_av_1 : A ; - innehaallsloes_av_1 : A ; - innehaallsobjekt_nn_1 : N ; - innehaallsoeversikt_nn_1 : N ; - innehaallsrik_av_1 : A ; - innehaallstom_av_1 : A ; - innehav_nn_1 : N ; - innehavare_nn_1 : N ; - innehavarpapper_nn_1 : N ; - inneliggande_av_1 : A ; - inner_nn_1 : N ; - innerdoerr_nn_1 : N ; - innerlig_av_1 : A ; - innerligen_ab_1 : Adv ; - inneroera_nn_1 : N ; - innerskaer_nn_1 : N ; - innerslang_nn_1 : N ; - innerstad_nn_1 : N ; - innertak_nn_1 : N ; - innervaegg_nn_1 : N ; - innervation_nn_1 : N ; - innesittare_nn_1 : N ; - innesluta_vb_1 : V ; - inneslutning_nn_1 : N ; - innestaaende_av_1 : A ; - innevaanare_nn_1 : N ; - innevarande_av_1 : A ; - innoetning_nn_1 : N ; - innovation_nn_1 : N ; - innovativ_av_1 : A ; - innovatoer_nn_1 : N ; - inofficiell_av_1 : A ; - inokulation_nn_1 : N ; - inombordare_nn_1 : N ; - inombords_ab_1 : Adv ; - inombordsmotor_nn_1 : N ; - inomhus_ab_1 : Adv ; - inomhusforskning_nn_1 : N ; - inomhusgolv_nn_1 : N ; - inomhusidrott_nn_1 : N ; - inomhusluft_nn_1 : N ; - inomlands_ab_1 : Adv ; - inomskaers_ab_1 : Adv ; - inomvetenskaplig_av_1 : A ; - inopportun_av_1 : A ; - inpackning_nn_1 : N ; - inpass_nn_1 : N ; - inpetning_nn_1 : N ; - inpiskare_nn_1 : N ; - inpyrd_av_1 : A ; - inraekning_nn_1 : N ; - inraettning_nn_1 : N ; - inramning_nn_1 : N ; - inredning_nn_1 : N ; - inredningsdetalj_nn_1 : N ; - inremedicinsk_av_1 : A ; - inremission_nn_1 : N ; - inresekretorisk_av_1 : A ; - inresetillstaand_nn_1 : N ; - inresevisum_nn_1 : N ; - inriggare_nn_1 : N ; - inrikes_ab_1 : Adv ; - inrikes_av_1 : A ; - inrikesdepartement_nn_1 : N ; - inrikesminister_nn_1 : N ; - inrikespolitisk_av_1 : A ; - inriktning_nn_1 : N ; - inrim_nn_1 : N ; - inristning_nn_1 : N ; - inroestning_nn_1 : N ; - inrop_nn_1 : N ; - inropare_nn_1 : N ; - inropning_nn_1 : N ; - inryckning_nn_1 : N ; - insaendare_nn_1 : N ; - insaettning_nn_1 : N ; - insamling_nn_1 : N ; - insats_nn_1 : N ; - insatslaegenhet_nn_1 : N ; - inscenering_nn_1 : N ; - insegel_nn_1 : N ; - inseglingsfyr_nn_1 : N ; - insekt_nn_1 : N ; - insekticid_nn_1 : N ; - insektsaetande_av_1 : A ; - insektsaetare_nn_1 : N ; - insektsbefruktning_nn_1 : N ; - insektsbett_nn_1 : N ; - insektsgift_nn_1 : N ; - insektsmedel_nn_1 : N ; - insektsnaal_nn_1 : N ; - insektssamling_nn_1 : N ; - insektssax_nn_1 : N ; - insemination_nn_1 : N ; - insida_nn_1 : N ; - insikt_nn_1 : N ; - insiktsfull_av_1 : A ; - insinuant_av_1 : A ; - insinuation_nn_1 : N ; - insjoe_nn_1 : N ; - insjoefisk_nn_1 : N ; - insjungning_nn_1 : N ; - insjunken_av_1 : A ; - inskaerning_nn_1 : N ; - inskjuta_vb_1 : V ; - inskjutning_nn_1 : N ; - inskolning_nn_1 : N ; - inskott_nn_1 : N ; - inskottsvokal_nn_1 : N ; - inskraenkning_nn_1 : N ; - inskraenkt_av_1 : A ; - inskrift_nn_1 : N ; - inskription_nn_1 : N ; - inskriva_vb_1 : V ; - inskrivning_nn_1 : N ; - inskrivningsbok_nn_1 : N ; - inskrivningsdomare_nn_1 : N ; - inslaepp_nn_1 : N ; - inslag_nn_1 : N ; - inslagen_av_1 : A ; - insmickrande_av_1 : A ; - insmuggling_nn_1 : N ; - insmyga_vb_1 : V ; - insnitt_nn_1 : N ; - insnodd_av_1 : A ; - insoendring_nn_1 : N ; - insolvent_av_1 : A ; - inspark_nn_1 : N ; - inspektion_nn_1 : N ; - inspektoer_nn_1 : N ; - inspektor_nn_1 : N ; - inspelning_nn_1 : N ; - inspelningsstudio_nn_1 : N ; - inspicient_nn_1 : N ; - inspiration_nn_1 : N ; - inspiratoer_nn_1 : N ; - inspraengd_av_1 : A ; - insprutning_nn_1 : N ; - insprutningsmotor_nn_1 : N ; - instabil_av_1 : A ; - instaellbar_av_1 : A ; - instaellelse_nn_1 : N ; - instaellning_nn_1 : N ; - instaellsam_av_1 : A ; - instaellsamhet_nn_1 : N ; - instaemmande_nn_1 : N ; - instaengd_av_1 : A ; - installand_nn_1 : N ; - installation_nn_1 : N ; - installationsfoerelaesning_nn_1 : N ; - installatoer_nn_1 : N ; - installator_nn_1 : N ; - instans_nn_1 : N ; - instiftare_nn_1 : N ; - instiftelse_nn_1 : N ; - instinkt_nn_1 : N ; - instinktiv_av_1 : A ; - institut_nn_1 : N ; - institution_nn_1 : N ; - institutionell_av_1 : A ; - instraalning_nn_1 : N ; - instroem_nn_1 : N ; - instruktion_nn_1 : N ; - instruktiv_av_1 : A ; - instruktoer_nn_1 : N ; - instrument_nn_1 : N ; - instrumental_av_1 : A ; - instrumentalist_nn_1 : N ; - instrumentarium_nn_1 : N ; - instrumentation_nn_1 : N ; - instrumentell_av_1 : A ; - instrumentering_nn_1 : N ; - instrumentflygning_nn_1 : N ; - instrumentpanel_nn_1 : N ; - instudering_nn_1 : N ; - insufficiens_nn_1 : N ; - insuga_vb_1 : V ; - insugningsventil_nn_1 : N ; - insulaer_av_1 : A ; - insulin_nn_1 : N ; - insulinchock_nn_1 : N ; - insupa_vb_1 : V ; - insurgent_nn_1 : N ; - insvaengd_av_1 : A ; - insvaengning_nn_1 : N ; - insydd_av_1 : A ; - inta_vb_1 : V ; - intaag_nn_1 : N ; - intaekt_nn_1 : N ; - intaektschablon_nn_1 : N ; - intag_nn_1 : N ; - intagande_av_1 : A ; - intagen_av_1 : A ; - intagning_nn_1 : N ; - intagsdamm_nn_1 : N ; - intakt_av_1 : A ; - intalan_nn_1 : N ; - inte_ab_1 : Adv ; - inteckning_nn_1 : N ; - inteckningslaan_nn_1 : N ; - integral_nn_1 : N ; - integralkalkyl_nn_1 : N ; - integrand_nn_1 : N ; - integration_nn_1 : N ; - integrerande_av_1 : A ; - integrering_nn_1 : N ; - integritet_nn_1 : N ; - intellekt_nn_1 : N ; - intellektualist_nn_1 : N ; - intellektuell_av_1 : A ; - intelligens_nn_1 : N ; - intelligensaalder_nn_1 : N ; - intelligensaristokrat_nn_1 : N ; - intelligenskvot_nn_1 : N ; - intelligensmaetning_nn_1 : N ; - intelligenstest_nn_1 : N ; - intelligent_av_1 : A ; - intendent_nn_1 : N ; - intendentur_nn_1 : N ; - intendenturtjaenst_nn_1 : N ; - intensitet_nn_1 : N ; - intensiv_av_1 : A ; - intensiv_nn_1 : N ; - intensivundersoekning_nn_1 : N ; - intensivvaardsavdelning_nn_1 : N ; - intention_nn_1 : N ; - intentionsdjup_nn_1 : N ; - interaktion_nn_1 : N ; - interaktiv_av_1 : A ; - intercitytaag_nn_1 : N ; - interdental_av_1 : A ; - interdental_nn_1 : N ; - interdikt_nn_1 : N ; - interferens_nn_1 : N ; - interferensmoenster_nn_1 : N ; - interglacial_av_1 : A ; - interglacial_nn_1 : N ; - interimistisk_av_1 : A ; - interimsbevis_nn_1 : N ; - interimsregering_nn_1 : N ; - interimsstyrelse_nn_1 : N ; - interioer_nn_1 : N ; - interjektion_nn_1 : N ; - interkontinental_av_1 : A ; - interlokutoer_nn_1 : N ; - interludium_nn_1 : N ; - intermezzo_nn_1 : N ; - intermittent_av_1 : A ; - intern_av_1 : A ; - intern_nn_1 : N ; - internat_nn_1 : N ; - international_nn_1 : N ; - internationalist_nn_1 : N ; - internationell_av_1 : A ; - internering_nn_1 : N ; - interneringslaeger_nn_1 : N ; - internist_nn_1 : N ; - internordisk_av_1 : A ; - internutbildning_nn_1 : N ; - interpellant_nn_1 : N ; - interpellation_nn_1 : N ; - interplanetarisk_av_1 : A ; - interpolation_nn_1 : N ; - interpret_nn_1 : N ; - interpretation_nn_1 : N ; - interregnum_nn_1 : N ; - interrogativ_av_1 : A ; - interstellaer_av_1 : A ; - interurban_av_1 : A ; - intervall_nn_1 : N ; - intervention_nn_1 : N ; - intervju_nn_1 : N ; - intervjuare_nn_1 : N ; - intervjuoffer_nn_1 : N ; - intervjuundersoekning_nn_1 : N ; - intervokalisk_av_1 : A ; - intestatarv_nn_1 : N ; - intetsaegande_av_1 : A ; - intig_av_1 : A ; - intighet_nn_1 : N ; - intill_ab_1 : Adv ; - intilliggande_av_1 : A ; - intim_av_1 : A ; - intimist_nn_1 : N ; - intimitet_nn_1 : N ; - intjaenandetid_nn_1 : N ; - intolerabel_av_1 : A ; - intolerant_av_1 : A ; - intonation_nn_1 : N ; - intorkning_nn_1 : N ; - intoxikation_nn_1 : N ; - intraede_nn_1 : N ; - intraedesavgift_nn_1 : N ; - intraedesprov_nn_1 : N ; - intraedestal_nn_1 : N ; - intraengande_av_1 : A ; - intraengling_nn_1 : N ; - intransigent_av_1 : A ; - intransitiv_av_1 : A ; - intravenoes_av_1 : A ; - intressant_av_1 : A ; - intresse_nn_1 : N ; - intressegemenskap_nn_1 : N ; - intressegrupp_nn_1 : N ; - intressekonflikt_nn_1 : N ; - intresseloes_av_1 : A ; - intressent_nn_1 : N ; - intresseomraade_nn_1 : N ; - intresseorganisation_nn_1 : N ; - intressesfaer_nn_1 : N ; - intressevaeckande_av_1 : A ; - intrig_nn_1 : N ; - intrigant_av_1 : A ; - intrigant_nn_1 : N ; - intrigoer_nn_1 : N ; - intrikat_av_1 : A ; - intrimning_nn_1 : N ; - introduktion_nn_1 : N ; - introduktionsbrev_nn_1 : N ; - introduktionserbjudande_nn_1 : N ; - introduktionskurs_nn_1 : N ; - introduktoer_nn_1 : N ; - introspektiv_av_1 : A ; - introvert_av_1 : A ; - intryck_nn_1 : N ; - intubation_nn_1 : N ; - intuition_nn_1 : N ; - intuitiv_av_1 : A ; - intumning_nn_1 : N ; - intyg_nn_1 : N ; - inuit_nn_1 : N ; - inuti_ab_1 : Adv ; - invaanare_nn_1 : N ; - invaegning_nn_1 : N ; - invaendig_av_1 : A ; - invaendning_nn_1 : N ; - invaendningsfri_av_1 : A ; - invaertes_ab_1 : Adv ; - invaertes_av_1 : A ; - inval_nn_1 : N ; - invalid_nn_1 : N ; - invaliditet_nn_1 : N ; - invand_av_1 : A ; - invandrare_nn_1 : N ; - invandrarverk_nn_1 : N ; - invandring_nn_1 : N ; - invandringskvot_nn_1 : N ; - invariabel_av_1 : A ; - invariant_av_1 : A ; - invasion_nn_1 : N ; - invektiv_nn_1 : N ; - inventariebok_nn_1 : N ; - inventariefoerteckning_nn_1 : N ; - inventarium_nn_1 : N ; - inventering_nn_1 : N ; - inventioes_av_1 : A ; - inverkning_nn_1 : N ; - invers_nn_1 : N ; - inversion_nn_1 : N ; - invertebrat_nn_1 : N ; - investerare_nn_1 : N ; - investering_nn_1 : N ; - investeringsbank_nn_1 : N ; - investeringsfond_nn_1 : N ; - investmentbolag_nn_1 : N ; - invigning_nn_1 : N ; - invintring_nn_1 : N ; - invintringsprocess_nn_1 : N ; - invit_nn_1 : N ; - invitation_nn_1 : N ; - invokation_nn_1 : N ; - ioegonenfallande_av_1 : A ; - ioegonfallande_av_1 : A ; - irakier_nn_1 : N ; - irakisk_av_1 : A ; - irakiska_nn_1 : N ; - iranier_nn_1 : N ; - iransk_av_1 : A ; - iranska_nn_2 : N ; - irer_nn_1 : N ; - iridiumlager_nn_1 : N ; - iris_nn_1 : N ; - irisblaendare_nn_1 : N ; - irisk_av_1 : A ; - iriska_nn_2 : N ; - irlaendare_nn_1 : N ; - irlaendsk_av_1 : A ; - irlaendska_nn_2 : N ; - ironi_nn_1 : N ; - ironiker_nn_1 : N ; - ironisk_av_1 : A ; - irrationell_av_1 : A ; - irrbloss_nn_1 : N ; - irreal_av_1 : A ; - irreguljaer_av_1 : A ; - irrelevant_av_1 : A ; - irreparabel_av_1 : A ; - irreversibel_av_1 : A ; - irrfaerd_nn_1 : N ; - irrgaang_nn_1 : N ; - irritabel_av_1 : A ; - irritament_nn_1 : N ; - irritation_nn_1 : N ; - irritationsmoment_nn_1 : N ; - irrlaera_nn_1 : N ; - irrlaerig_av_1 : A ; - is_nn_1 : N ; - isaelv_nn_1 : N ; - isaender_ab_1 : Adv ; - isaer_ab_1 : Adv ; - isaettning_nn_1 : N ; - isagogisk_av_1 : A ; - isbaelte_nn_1 : N ; - isberg_nn_1 : N ; - isbildning_nn_1 : N ; - isbill_nn_1 : N ; - isbit_nn_1 : N ; - isbjoern_nn_1 : N ; - isblaa_av_1 : A ; - isblock_nn_1 : N ; - isboj_nn_1 : N ; - isbrodd_nn_1 : N ; - isbrytare_nn_1 : N ; - isbrytning_nn_1 : N ; - iscensaettning_nn_1 : N ; - ischiasnerv_nn_1 : N ; - ischuri_nn_1 : N ; - isdubb_nn_1 : N ; - isfaagel_nn_1 : N ; - isflak_nn_1 : N ; - isfoerhaallande_nn_1 : N ; - isfri_av_1 : A ; - isfront_nn_1 : N ; - isglass_nn_1 : N ; - ishall_nn_1 : N ; - ishav_nn_1 : N ; - ishockeyroer_nn_1 : N ; - ishockeyspelare_nn_1 : N ; - isig_av_1 : A ; - isjakt_nn_1 : N ; - iskall_av_1 : A ; - iskant_nn_1 : N ; - iskonvalj_nn_1 : N ; - iskorn_nn_1 : N ; - iskravning_nn_1 : N ; - iskristall_nn_1 : N ; - islaendare_nn_1 : N ; - islaendsk_av_1 : A ; - islaendska_nn_2 : N ; - islaenning_nn_1 : N ; - islamisk_av_1 : A ; - islamsk_av_1 : A ; - islandslav_nn_1 : N ; - islandssill_nn_1 : N ; - islossning_nn_1 : N ; - ism_nn_1 : N ; - isobar_nn_1 : N ; - isogon_nn_1 : N ; - isolat_nn_1 : N ; - isolationistisk_av_1 : A ; - isolator_nn_1 : N ; - isolerband_nn_1 : N ; - isolerglas_nn_1 : N ; - isolering_nn_1 : N ; - isoleringsavdelning_nn_1 : N ; - isoleringsband_nn_1 : N ; - isoleringscell_nn_1 : N ; - isoleringsmaterial_nn_1 : N ; - isomer_av_1 : A ; - isomer_nn_1 : N ; - isomeri_nn_1 : N ; - isomorf_av_1 : A ; - isomorfi_nn_1 : N ; - isooktan_nn_1 : N ; - isoterm_nn_1 : N ; - isotop_nn_1 : N ; - isperiod_nn_1 : N ; - ispigg_nn_1 : N ; - ispik_nn_1 : N ; - israeffla_nn_1 : N ; - israel_nn_1 : N ; - israelisk_av_1 : A ; - israelit_nn_1 : N ; - israelitisk_av_1 : A ; - isrand_nn_1 : N ; - isranunkel_nn_1 : N ; - israpport_nn_1 : N ; - isrevy_nn_1 : N ; - issjoe_nn_1 : N ; - isskruvning_nn_1 : N ; - issmaeltning_nn_1 : N ; - istadig_av_1 : A ; - istaecke_nn_1 : N ; - istaeckt_av_1 : A ; - istaellet_ab_1 : Adv ; - istapp_nn_1 : N ; - isterband_nn_1 : N ; - isterbuk_nn_1 : N ; - istid_nn_1 : N ; - istidsforskare_nn_1 : N ; - istryck_nn_1 : N ; - isvak_nn_1 : N ; - italer_nn_1 : N ; - italienare_nn_1 : N ; - italiensk_av_1 : A ; - italienska_nn_2 : N ; - italiker_nn_1 : N ; - italisk_av_1 : A ; - iteration_nn_1 : N ; - iterativ_av_1 : A ; - itu_ab_1 : Adv ; - ity_ab_1 : Adv ; - ivaeg_ab_1 : Adv ; - ivorian_nn_1 : N ; - ivoriansk_av_1 : A ; - ivrande_nn_1 : N ; - ivrare_nn_1 : N ; - ivrig_av_1 : A ; - ja_nn_1 : N ; - jaakk_nn_1 : N ; - jab_nn_1 : N ; - jabot_nn_1 : N ; - jack_nn_1 : N ; - jack_nn_2 : N ; - jackett_nn_1 : N ; - jackig_av_1 : A ; - jackpot_nn_1 : N ; - jackpropp_nn_1 : N ; - jackuttag_nn_1 : N ; - jadegroen_av_1 : A ; - jaedra_av_1 : A ; - jaedrans_av_1 : A ; - jaegarbiff_nn_1 : N ; - jaegare_nn_1 : N ; - jaegarfolk_nn_1 : N ; - jaegarhatt_nn_1 : N ; - jaegarhorn_nn_1 : N ; - jaegmaestare_nn_1 : N ; - jaekel_nn_1 : N ; - jaekelskap_nn_1 : N ; - jaekla_av_1 : A ; - jaeklig_av_1 : A ; - jaektig_av_1 : A ; - jaemboerdig_av_1 : A ; - jaemfoerande_av_1 : A ; - jaemfoerbar_av_1 : A ; - jaemfoerelse_nn_1 : N ; - jaemfoerelsetal_nn_1 : N ; - jaemfoerelsevis_ab_1 : Adv ; - jaemfoerlig_av_1 : A ; - jaemfoerpris_nn_1 : N ; - jaemfota_ab_1 : Adv ; - jaemgod_av_1 : A ; - jaemkning_nn_1 : N ; - jaemlik_av_1 : A ; - jaemlike_nn_1 : N ; - jaemlikhet_nn_1 : N ; - jaemmerdal_nn_1 : N ; - jaemmerlig_av_1 : A ; - jaemn_av_1 : A ; - jaemnaarig_av_1 : A ; - jaemngod_av_1 : A ; - jaemnstark_av_1 : A ; - jaemnstor_av_1 : A ; - jaemntjock_av_1 : A ; - jaemnvarm_av_1 : A ; - jaems_ab_1 : Adv ; - jaemsides_ab_1 : Adv ; - jaemspelt_av_1 : A ; - jaemstaelld_av_1 : A ; - jaemstaelldhet_nn_1 : N ; - jaemstark_av_1 : A ; - jaemt_ab_1 : Adv ; - jaemte_nn_1 : N ; - jaemthund_nn_1 : N ; - jaemtjock_av_1 : A ; - jaemtlaendsk_av_1 : A ; - jaemtlaenning_nn_1 : N ; - jaemtsk_av_1 : A ; - jaemvael_ab_1 : Adv ; - jaemviktslaege_nn_1 : N ; - jaemviktsorgan_nn_1 : N ; - jaenkare_nn_1 : N ; - jaern_nn_1 : N ; - jaernaaldersbonde_nn_1 : N ; - jaernaaldersbygd_nn_1 : N ; - jaernaaldersfiskare_nn_1 : N ; - jaernaar_nn_1 : N ; - jaernaffaer_nn_1 : N ; - jaernbakterie_nn_1 : N ; - jaernbalk_nn_1 : N ; - jaernbeslag_nn_1 : N ; - jaernblad_nn_1 : N ; - jaernbroellop_nn_1 : N ; - jaernbruk_nn_1 : N ; - jaernek_nn_1 : N ; - jaernfoeremaal_nn_1 : N ; - jaernframstaellning_nn_1 : N ; - jaerngrepp_nn_1 : N ; - jaernhaard_av_1 : A ; - jaernhake_nn_1 : N ; - jaernhand_nn_1 : N ; - jaernhandel_nn_1 : N ; - jaernhantering_nn_1 : N ; - jaernindustri_nn_1 : N ; - jaernjungfru_nn_1 : N ; - jaernkatastrof_nn_1 : N ; - jaernklump_nn_1 : N ; - jaernkors_nn_1 : N ; - jaernlegering_nn_1 : N ; - jaernmalm_nn_1 : N ; - jaernmanufaktur_nn_1 : N ; - jaernnatt_nn_1 : N ; - jaernoert_nn_1 : N ; - jaernoxid_nn_1 : N ; - jaernpinne_nn_1 : N ; - jaernplaat_nn_1 : N ; - jaernproduktion_nn_1 : N ; - jaernredskap_nn_1 : N ; - jaernridaa_nn_1 : N ; - jaernrik_av_1 : A ; - jaernring_nn_1 : N ; - jaernsalt_nn_1 : N ; - jaernsparv_nn_1 : N ; - jaernspis_nn_1 : N ; - jaernstaang_nn_1 : N ; - jaernstag_nn_1 : N ; - jaernsulfid_nn_1 : N ; - jaerntillverkning_nn_1 : N ; - jaerntraad_nn_1 : N ; - jaernvaeg_nn_1 : N ; - jaernvaegare_nn_1 : N ; - jaernvaegsbiljett_nn_1 : N ; - jaernvaegsknut_nn_1 : N ; - jaernvaegsoevergaang_nn_1 : N ; - jaernvaegsraels_nn_1 : N ; - jaernvaegssignal_nn_1 : N ; - jaernvaegsspaar_nn_1 : N ; - jaernvaegsstation_nn_1 : N ; - jaernvaegstjaensteman_nn_1 : N ; - jaernvaegsvagn_nn_1 : N ; - jaernvapen_nn_1 : N ; - jaernvara_nn_1 : N ; - jaernvaruaffaer_nn_1 : N ; - jaernverk_nn_1 : N ; - jaerpe_nn_1 : N ; - jaertecken_nn_1 : N ; - jaerv_nn_1 : N ; - jaesig_av_1 : A ; - jaesning_nn_1 : N ; - jaestsvamp_nn_1 : N ; - jaette_nn_1 : N ; - jaettebra_av_1 : A ; - jaettedum_av_1 : A ; - jaettekast_nn_1 : N ; - jaettelaenge_ab_1 : Adv ; - jaettelik_av_1 : A ; - jaetteorm_nn_1 : N ; - jaettesnaell_av_1 : A ; - jaettesnygg_av_1 : A ; - jaetteval_nn_1 : N ; - jaettinna_nn_1 : N ; - jaev_nn_1 : N ; - jaevel_nn_1 : N ; - jaevelskap_nn_1 : N ; - jaevig_av_1 : A ; - jaevla_av_1 : A ; - jaevlig_av_1 : A ; - jag_nn_1 : N ; - jagare_nn_1 : N ; - jagfoerestaellning_nn_1 : N ; - jaggernaut_nn_1 : N ; - jagisk_av_1 : A ; - jagsvaghet_nn_1 : N ; - jaguar_nn_1 : N ; - jak_nn_1 : N ; - jakande_av_1 : A ; - jakobin_nn_1 : N ; - jakobskamp_nn_1 : N ; - jakobsstege_nn_1 : N ; - jakt_nn_1 : N ; - jaktbar_av_1 : A ; - jaktbyte_nn_1 : N ; - jaktexpedition_nn_1 : N ; - jaktfalk_nn_1 : N ; - jaktgevaer_nn_1 : N ; - jakthistoria_nn_1 : N ; - jakthorn_nn_1 : N ; - jakthund_nn_1 : N ; - jaktkort_nn_1 : N ; - jaktlag_nn_1 : N ; - jaktleopard_nn_1 : N ; - jaktlig_av_1 : A ; - jaktlopp_nn_1 : N ; - jaktmark_nn_1 : N ; - jaktplan_nn_1 : N ; - jaktprov_nn_1 : N ; - jaktridning_nn_1 : N ; - jaktrobot_nn_1 : N ; - jaktsignal_nn_1 : N ; - jaktslott_nn_1 : N ; - jaktspaar_nn_1 : N ; - jaktspindel_nn_1 : N ; - jakttabell_nn_1 : N ; - jakttid_nn_1 : N ; - jakttrofe_nn_1 : N ; - jaktvapen_nn_1 : N ; - jalu_av_1 : A ; - jalusi_nn_1 : N ; - jamaican_nn_1 : N ; - jamaicansk_av_1 : A ; - jamare_nn_1 : N ; - jamb_nn_1 : N ; - jambisk_av_1 : A ; - jamboree_nn_1 : N ; - jan_nn_1 : N ; - janitsjar_nn_1 : N ; - japan_nn_1 : N ; - japanes_nn_1 : N ; - japansk_av_1 : A ; - japanska_nn_2 : N ; - japroposition_nn_1 : N ; - jardinjaer_nn_1 : N ; - jargong_nn_1 : N ; - jarl_nn_1 : N ; - jarop_nn_1 : N ; - jasaegare_nn_1 : N ; - jasmin_nn_1 : N ; - jaspis_nn_1 : N ; - javan_nn_1 : N ; - javanes_nn_1 : N ; - javanesisk_av_1 : A ; - javansk_av_1 : A ; - jazzbalett_nn_1 : N ; - jazzig_av_1 : A ; - jazzorkester_nn_1 : N ; - jeep_nn_1 : N ; - jehu_nn_1 : N ; - jeppe_nn_1 : N ; - jeremiad_nn_1 : N ; - jerseyko_nn_1 : N ; - jesuit_nn_1 : N ; - jesuitgeneral_nn_1 : N ; - jesuitisk_av_1 : A ; - jesuitorden_nn_1 : N ; - jetflygplan_nn_1 : N ; - jetmotor_nn_1 : N ; - jetong_nn_1 : N ; - jetplan_nn_1 : N ; - jetstroem_nn_1 : N ; - jig_nn_1 : N ; - jigg_nn_1 : N ; - jingoism_nn_1 : N ; - jippo_nn_1 : N ; - jobb_nn_1 : N ; - jobbare_nn_1 : N ; - jobberi_nn_1 : N ; - jobbig_av_1 : A ; - jobspost_nn_1 : N ; - jockej_nn_1 : N ; - jockey_nn_1 : N ; - jodtablett_nn_1 : N ; - joekel_nn_1 : N ; - joekelport_nn_1 : N ; - joens_nn_1 : N ; - joensig_av_1 : A ; - joesse_nn_1 : N ; - johannesoert_nn_1 : N ; - johannit_nn_1 : N ; - johanniterkors_nn_1 : N ; - johanniterorden_nn_1 : N ; - joint_nn_1 : N ; - jojk_nn_1 : N ; - jojo_nn_1 : N ; - joker_nn_1 : N ; - jokk_nn_1 : N ; - jolle_nn_1 : N ; - jolmig_av_1 : A ; - jolster_nn_1 : N ; - jon_nn_1 : N ; - jonbildning_nn_1 : N ; - jonbindning_nn_1 : N ; - jonbytare_nn_1 : N ; - jonflaeck_nn_1 : N ; - jonfoerening_nn_1 : N ; - jongitter_nn_1 : N ; - jongloer_nn_1 : N ; - jonier_nn_1 : N ; - jonisation_nn_1 : N ; - jonisering_nn_1 : N ; - joniseringsenergi_nn_1 : N ; - joniseringstendens_nn_1 : N ; - jonisk_av_1 : A ; - jonkvill_nn_1 : N ; - jonstraale_nn_1 : N ; - jord_nn_1 : N ; - jordabalk_nn_1 : N ; - jordaegare_nn_1 : N ; - jordafaerd_nn_1 : N ; - jordagods_nn_1 : N ; - jordanalys_nn_1 : N ; - jordande_nn_1 : N ; - jordanier_nn_1 : N ; - jordansk_av_1 : A ; - jordart_nn_1 : N ; - jordartsmetall_nn_1 : N ; - jordatmosfaer_nn_1 : N ; - jordavsoendring_nn_1 : N ; - jordbaevning_nn_1 : N ; - jordbegravning_nn_1 : N ; - jordbi_nn_1 : N ; - jordblad_nn_1 : N ; - jordbruk_nn_1 : N ; - jordbrukare_nn_1 : N ; - jordbruksbebyggelse_nn_1 : N ; - jordbruksbefolkning_nn_1 : N ; - jordbruksbygd_nn_1 : N ; - jordbrukslandskap_nn_1 : N ; - jordbruksmark_nn_1 : N ; - jordbruksmaskin_nn_1 : N ; - jordbruksminister_nn_1 : N ; - jordbruksprodukt_nn_1 : N ; - jordbruksredskap_nn_1 : N ; - jordbunden_av_1 : A ; - jorddelning_nn_1 : N ; - jorddrott_nn_1 : N ; - jordebok_nn_1 : N ; - jordegendom_nn_1 : N ; - jordekorre_nn_1 : N ; - jorden_runt_seglare_nn_1 : N ; - jordfaerg_nn_1 : N ; - jordfaergaemne_nn_1 : N ; - jordfaestning_nn_1 : N ; - jordfast_av_1 : A ; - jordfly_nn_1 : N ; - jordfraes_nn_1 : N ; - jordgeting_nn_1 : N ; - jordglob_nn_1 : N ; - jordgolv_nn_1 : N ; - jordgubbe_nn_1 : N ; - jordgubbssaft_nn_1 : N ; - jordig_av_1 : A ; - jordisk_av_1 : A ; - jordkabel_nn_1 : N ; - jordkaellare_nn_1 : N ; - jordlager_nn_1 : N ; - jordledning_nn_1 : N ; - jordlik_av_1 : A ; - jordloepare_nn_1 : N ; - jordlott_nn_1 : N ; - jordmateria_nn_1 : N ; - jordmaterial_nn_1 : N ; - jordmetall_nn_1 : N ; - jordnaera_av_1 : A ; - jordnoet_nn_1 : N ; - jordomraade_nn_1 : N ; - jordpartikel_nn_1 : N ; - jordreform_nn_1 : N ; - jordregister_nn_1 : N ; - jordrotation_nn_1 : N ; - jordskalv_nn_1 : N ; - jordskott_nn_1 : N ; - jordskred_nn_1 : N ; - jordskredsseger_nn_1 : N ; - jordskyld_nn_1 : N ; - jordstam_nn_1 : N ; - jordstoet_nn_1 : N ; - jordstroem_nn_1 : N ; - jordsvin_nn_1 : N ; - jordtaekt_nn_1 : N ; - jordtag_nn_1 : N ; - jordtroetthet_nn_1 : N ; - jordvaerdestegring_nn_1 : N ; - jordvall_nn_1 : N ; - jos_nn_1 : N ; - joule_nn_1 : N ; - jour_nn_1 : N ; - jourbutik_nn_1 : N ; - jourhavande_av_1 : A ; - jourhavande_nn_1 : N ; - journal_nn_1 : N ; - journalfilm_nn_1 : N ; - journalist_nn_1 : N ; - journalistisk_av_1 : A ; - jovial_av_1 : A ; - jovialisk_av_1 : A ; - jovialitet_nn_1 : N ; - joxig_av_1 : A ; - ju_ab_1 : Adv ; - jubelaar_nn_1 : N ; - jubelaasna_nn_1 : N ; - jubeldag_nn_1 : N ; - jubeldoktor_nn_1 : N ; - jubelidiot_nn_1 : N ; - jubilar_nn_1 : N ; - jubileum_nn_1 : N ; - jubileumsmynt_nn_1 : N ; - jublande_av_1 : A ; - judasgaerning_nn_1 : N ; - judaskyss_nn_1 : N ; - judaspeng_nn_1 : N ; - jude_nn_1 : N ; - judebroed_nn_1 : N ; - judefoerfoeljelse_nn_1 : N ; - judekristen_av_1 : A ; - judendom_nn_1 : N ; - judenhet_nn_1 : N ; - judiciell_av_1 : A ; - judinna_nn_1 : N ; - judisk_av_1 : A ; - jugoslav_nn_1 : N ; - jugoslavisk_av_1 : A ; - juice_nn_1 : N ; - jukebox_nn_1 : N ; - jul_nn_1 : N ; - julafton_nn_1 : N ; - julbock_nn_1 : N ; - julboen_nn_1 : N ; - julbord_nn_1 : N ; - juldag_nn_1 : N ; - juldagsmorgon_nn_1 : N ; - julevangelium_nn_1 : N ; - julgran_nn_1 : N ; - julgransfot_nn_1 : N ; - julgranskaramell_nn_1 : N ; - julgransplundring_nn_1 : N ; - julgransprydnad_nn_1 : N ; - julgris_nn_1 : N ; - julgrupp_nn_1 : N ; - julhelg_nn_1 : N ; - juliansk_av_1 : A ; - julkaerve_nn_1 : N ; - julkaktus_nn_1 : N ; - julklapp_nn_1 : N ; - julkort_nn_1 : N ; - julle_nn_1 : N ; - julp_nn_1 : N ; - julskyltning_nn_1 : N ; - jultidning_nn_1 : N ; - jultomte_nn_1 : N ; - jumbojet_nn_1 : N ; - jumper_nn_1 : N ; - jungfru_nn_1 : N ; - jungfrualstring_nn_1 : N ; - jungfruben_nn_1 : N ; - jungfruboerd_nn_1 : N ; - jungfrubroest_nn_1 : N ; - jungfrubur_nn_1 : N ; - jungfrudom_nn_1 : N ; - jungfrufoedsel_nn_1 : N ; - jungfrukammare_nn_1 : N ; - jungfrulig_av_1 : A ; - jungfrustift_nn_1 : N ; - jungfrusvaerm_nn_1 : N ; - jungfrutal_nn_1 : N ; - jungman_nn_1 : N ; - junior_av_1 : A ; - junior_nn_1 : N ; - junker_nn_1 : N ; - junonisk_av_1 : A ; - juridisk_av_1 : A ; - juris_av_1 : A ; - jurist_nn_1 : N ; - jurt_nn_1 : N ; - jury_nn_1 : N ; - jus_nn_1 : N ; - just_ab_1 : Adv ; - just_av_1 : A ; - juste_av_1 : A ; - justerare_nn_1 : N ; - justering_nn_1 : N ; - justeringsman_nn_1 : N ; - justitiedepartement_nn_1 : N ; - justitieminister_nn_1 : N ; - justitiemord_nn_1 : N ; - justitieombudsman_nn_1 : N ; - justitieraad_nn_1 : N ; - jute_nn_2 : N ; - jutlaendsk_av_1 : A ; - jutsk_av_1 : A ; - juvel_nn_1 : N ; - juvelerare_nn_1 : N ; - juvenil_av_1 : A ; - juver_nn_1 : N ; - juverinflammation_nn_1 : N ; - juvervaevnad_nn_1 : N ; - juxtaposition_nn_1 : N ; - jycke_nn_1 : N ; - jyllaendsk_av_1 : A ; - jyllaenning_nn_1 : N ; - kaadig_av_1 : A ; - kaadrik_av_1 : A ; - kaak_nn_1 : N ; - kaakfarare_nn_1 : N ; - kaaldolma_nn_1 : N ; - kaalfjaeril_nn_1 : N ; - kaalhuvud_nn_1 : N ; - kaallapp_nn_1 : N ; - kaalmask_nn_1 : N ; - kaalrot_nn_1 : N ; - kaalsupare_nn_1 : N ; - kaar_nn_1 : N ; - kaare_nn_1 : N ; - kaarhus_nn_1 : N ; - kaarknutte_nn_1 : N ; - kaarordfoerande_nn_1 : N ; - kaarpamp_nn_1 : N ; - kaaseri_nn_1 : N ; - kaasoer_nn_1 : N ; - kabal_nn_1 : N ; - kabare_nn_1 : N ; - kabareorkester_nn_1 : N ; - kabbalist_nn_1 : N ; - kabel_nn_1 : N ; - kabelbro_nn_1 : N ; - kabelbrunn_nn_1 : N ; - kabelgatt_nn_1 : N ; - kabellaengd_nn_1 : N ; - kabelskaap_nn_1 : N ; - kabelslagen_av_1 : A ; - kabin_nn_1 : N ; - kabinbaat_nn_1 : N ; - kabinett_nn_1 : N ; - kabinettsformat_nn_1 : N ; - kabinettsfraaga_nn_1 : N ; - kabinettskort_nn_1 : N ; - kabinettsorder_nn_1 : N ; - kabinettspass_nn_1 : N ; - kabinettssekreterare_nn_1 : N ; - kabyl_nn_1 : N ; - kabylisk_av_1 : A ; - kabyss_nn_1 : N ; - kadaver_nn_1 : N ; - kadaverlydnad_nn_1 : N ; - kadens_nn_1 : N ; - kader_nn_1 : N ; - kaderoevning_nn_1 : N ; - kadersystem_nn_1 : N ; - kadett_nn_1 : N ; - kadettfartyg_nn_1 : N ; - kadettkaar_nn_1 : N ; - kadi_nn_1 : N ; - kadmiumgul_av_1 : A ; - kadmiumjon_nn_1 : N ; - kadrilj_nn_1 : N ; - kaeck_av_1 : A ; - kaeft_nn_1 : N ; - kaegel_nn_1 : N ; - kaegelformig_av_1 : A ; - kaegelsnitt_nn_1 : N ; - kaegla_nn_1 : N ; - kaekben_nn_1 : N ; - kaeke_nn_1 : N ; - kaekled_nn_1 : N ; - kaekrem_nn_1 : N ; - kael_nn_1 : N ; - kaelkbacke_nn_1 : N ; - kaelkborgare_nn_1 : N ; - kaelke_nn_1 : N ; - kaellaader_nn_1 : N ; - kaellaadra_nn_1 : N ; - kaellare_nn_1 : N ; - kaellarhals_nn_1 : N ; - kaellarmaestare_nn_1 : N ; - kaellarvaaning_nn_1 : N ; - kaelldrag_nn_1 : N ; - kaellfloede_nn_1 : N ; - kaellfoerteckning_nn_1 : N ; - kaellhaenvisning_nn_1 : N ; - kaelling_nn_1 : N ; - kaellmaterial_nn_1 : N ; - kaellsjoe_nn_1 : N ; - kaellskrift_nn_1 : N ; - kaellspraang_nn_1 : N ; - kaellvatten_nn_1 : N ; - kaemnaersraett_nn_1 : N ; - kaempagrav_nn_1 : N ; - kaempalek_nn_1 : N ; - kaempalik_av_1 : A ; - kaempatag_nn_1 : N ; - kaempe_nn_1 : N ; - kaempig_av_1 : A ; - kaend_av_1 : A ; - kaendis_nn_1 : N ; - kaenguru_nn_1 : N ; - kaengurupung_nn_1 : N ; - kaennare_nn_1 : N ; - kaennbar_av_1 : A ; - kaennedom_nn_1 : N ; - kaennemaerke_nn_1 : N ; - kaennetecken_nn_1 : N ; - kaenning_nn_1 : N ; - kaenselhaar_nn_1 : N ; - kaenselorgan_nn_1 : N ; - kaenselsproet_nn_1 : N ; - kaensla_nn_1 : N ; - kaenslig_av_1 : A ; - kaenslighet_nn_1 : N ; - kaenslofylld_av_1 : A ; - kaenslokall_av_1 : A ; - kaenslolaege_nn_1 : N ; - kaensloloes_av_1 : A ; - kaenslomaenniska_nn_1 : N ; - kaenslomaessig_av_1 : A ; - kaenslosam_av_1 : A ; - kaenslosamhet_nn_1 : N ; - kaenslostraeng_nn_1 : N ; - kaepp_nn_1 : N ; - kaepphaest_nn_1 : N ; - kaeppraett_ab_1 : Adv ; - kaepprak_av_1 : A ; - kaer_av_1 : A ; - kaeraelskelig_av_1 : A ; - kaerande_nn_1 : N ; - kaeril_nn_1 : N ; - kaering_nn_1 : N ; - kaeringknop_nn_1 : N ; - kaeringknut_nn_1 : N ; - kaeringkrok_nn_1 : N ; - kaerkommen_av_1 : A ; - kaerl_nn_1 : N ; - kaerlek_nn_1 : N ; - kaerleksaffaer_nn_1 : N ; - kaerleksakt_nn_1 : N ; - kaerleksbarn_nn_1 : N ; - kaerleksbetygelse_nn_1 : N ; - kaerleksbud_nn_1 : N ; - kaerleksdikt_nn_1 : N ; - kaerleksdryck_nn_1 : N ; - kaerleksfoerbindelse_nn_1 : N ; - kaerleksfoerhaallande_nn_1 : N ; - kaerleksfull_av_1 : A ; - kaerleksgud_nn_1 : N ; - kaerlekshistoria_nn_1 : N ; - kaerlekskonflikt_nn_1 : N ; - kaerlekskrank_av_1 : A ; - kaerlekskval_nn_1 : N ; - kaerleksloes_av_1 : A ; - kaerleksmoete_nn_1 : N ; - kaerlekspar_nn_1 : N ; - kaerleksrelation_nn_1 : N ; - kaerleksroman_nn_1 : N ; - kaerlekssaga_nn_1 : N ; - kaerlig_av_1 : A ; - kaerligen_ab_1 : Adv ; - kaerlsjukdom_nn_1 : N ; - kaerlsvulst_nn_1 : N ; - kaernfamilj_nn_1 : N ; - kaernfoerande_av_1 : A ; - kaernfri_av_1 : A ; - kaernfrisk_av_1 : A ; - kaernfrukt_nn_1 : N ; - kaernfull_av_1 : A ; - kaerngubbe_nn_1 : N ; - kaernhus_nn_1 : N ; - kaernkraftinspektion_nn_1 : N ; - kaernkraftsaekerhet_nn_1 : N ; - kaernkraftsoperatoer_nn_1 : N ; - kaernkraftverk_nn_1 : N ; - kaernladdning_nn_1 : N ; - kaernlinje_nn_1 : N ; - kaernminne_nn_1 : N ; - kaernpartikel_nn_1 : N ; - kaernpunkt_nn_1 : N ; - kaernreaktion_nn_1 : N ; - kaernreaktor_nn_1 : N ; - kaernsoenderfall_nn_1 : N ; - kaerntrupp_nn_1 : N ; - kaernvapen_nn_1 : N ; - kaernvapenarsenal_nn_1 : N ; - kaernvapenbaerande_av_1 : A ; - kaernvapenexplosion_nn_1 : N ; - kaernvapenfri_av_1 : A ; - kaernvapenkrig_nn_1 : N ; - kaernvapenmakt_nn_1 : N ; - kaernvapenparaply_nn_1 : N ; - kaernvapenprov_nn_1 : N ; - kaernvapenstrategi_nn_1 : N ; - kaeromaal_nn_1 : N ; - kaerr_nn_1 : N ; - kaerraeng_nn_1 : N ; - kaerrhoek_nn_1 : N ; - kaerring_nn_1 : N ; - kaerrvial_nn_1 : N ; - kaerv_av_1 : A ; - kaervaenlig_av_1 : A ; - kaerve_nn_1 : N ; - kaettarbaal_nn_1 : N ; - kaettare_nn_1 : N ; - kaette_nn_1 : N ; - kaetteri_nn_1 : N ; - kaettersk_av_1 : A ; - kaetting_nn_1 : N ; - kaettjefull_av_1 : A ; - kaex_nn_1 : N ; - kafe_nn_1 : N ; - kaferoerelse_nn_1 : N ; - kafevagn_nn_1 : N ; - kaffeautomat_nn_1 : N ; - kaffebal_nn_1 : N ; - kaffebord_nn_1 : N ; - kaffebrun_av_1 : A ; - kaffebryggare_nn_1 : N ; - kaffebuske_nn_1 : N ; - kaffedags_ab_1 : Adv ; - kaffedrickande_nn_1 : N ; - kaffeduk_nn_1 : N ; - kaffeersaettning_nn_1 : N ; - kaffefat_nn_1 : N ; - kaffefilter_nn_1 : N ; - kaffegoek_nn_1 : N ; - kaffekask_nn_1 : N ; - kaffekittel_nn_1 : N ; - kaffekokare_nn_1 : N ; - kaffekopp_nn_1 : N ; - kaffekvarn_nn_1 : N ; - kaffemoster_nn_1 : N ; - kaffepetter_nn_1 : N ; - kaffepulver_nn_1 : N ; - kaffer_nn_1 : N ; - kafferast_nn_1 : N ; - kafferbuffel_nn_1 : N ; - kafferep_nn_1 : N ; - kafferosteri_nn_1 : N ; - kafferspjut_nn_1 : N ; - kafferspraak_nn_1 : N ; - kaffeservering_nn_1 : N ; - kaffesked_nn_1 : N ; - kaffetaar_nn_1 : N ; - kaffetant_nn_1 : N ; - kaffetraed_nn_1 : N ; - kaftan_nn_1 : N ; - kagge_nn_1 : N ; - kaj_nn_1 : N ; - kajak_nn_1 : N ; - kajavgift_nn_1 : N ; - kajdjup_nn_1 : N ; - kajfritt_ab_1 : Adv ; - kajman_nn_1 : N ; - kajplats_nn_1 : N ; - kajskoning_nn_1 : N ; - kajutdaeck_nn_1 : N ; - kajutpost_nn_1 : N ; - kakafoni_nn_1 : N ; - kakaolikoer_nn_1 : N ; - kakaotraed_nn_1 : N ; - kakbak_nn_1 : N ; - kakburk_nn_1 : N ; - kakel_nn_1 : N ; - kakelugn_nn_1 : N ; - kakelugnsmakare_nn_1 : N ; - kakelugnsnisch_nn_1 : N ; - kakelugnssaettare_nn_1 : N ; - kakelugnsventil_nn_1 : N ; - kakfat_nn_1 : N ; - kakform_nn_1 : N ; - kakmaatt_nn_1 : N ; - kakmix_nn_1 : N ; - kakofoni_nn_1 : N ; - kaksmet_nn_1 : N ; - kaktaang_nn_1 : N ; - kakte_nn_1 : N ; - kaktus_nn_1 : N ; - kaktusfikon_nn_1 : N ; - kakuminal_av_1 : A ; - kakuminal_nn_1 : N ; - kal_av_1 : A ; - kalabalik_nn_1 : N ; - kalabass_nn_1 : N ; - kalaeta_vb_1 : V ; - kalamitet_nn_1 : N ; - kalander_nn_1 : N ; - kalas_nn_1 : N ; - kalaspingla_nn_1 : N ; - kalcedon_nn_1 : N ; - kalciumhydroxid_nn_1 : N ; - kalciumoxid_nn_1 : N ; - kalciumsilikat_nn_1 : N ; - kalde_nn_1 : N ; - kalebass_nn_1 : N ; - kaledonisk_av_1 : A ; - kalejdoskop_nn_1 : N ; - kalejdoskopisk_av_1 : A ; - kalendarisk_av_1 : A ; - kalendarium_nn_1 : N ; - kalender_nn_1 : N ; - kalenderaar_nn_1 : N ; - kalenderbitare_nn_1 : N ; - kalenderdygn_nn_1 : N ; - kalendermaanad_nn_1 : N ; - kalenderstav_nn_1 : N ; - kalendervecka_nn_1 : N ; - kalesch_nn_1 : N ; - kalfaktor_nn_1 : N ; - kalfjaell_nn_1 : N ; - kalhugga_vb_1 : V ; - kalhygge_nn_1 : N ; - kaliber_nn_1 : N ; - kaliberborr_nn_1 : N ; - kalibertolk_nn_1 : N ; - kalif_nn_1 : N ; - kalifat_nn_1 : N ; - kalisalt_nn_1 : N ; - kaliumhydroxid_nn_1 : N ; - kaliumjon_nn_1 : N ; - kalk_nn_2 : N ; - kalkalg_nn_1 : N ; - kalkanhopning_nn_1 : N ; - kalkbraenneri_nn_1 : N ; - kalkbrott_nn_1 : N ; - kalkbruk_nn_1 : N ; - kalkerpapper_nn_1 : N ; - kalkfaerg_nn_1 : N ; - kalkfattig_av_1 : A ; - kalkgrund_nn_1 : N ; - kalkhalt_nn_1 : N ; - kalkhaltig_av_1 : A ; - kalkjon_nn_1 : N ; - kalkmaalning_nn_1 : N ; - kalkomani_nn_1 : N ; - kalkon_nn_1 : N ; - kalkrest_nn_1 : N ; - kalkrik_av_1 : A ; - kalkskal_nn_1 : N ; - kalktuff_nn_1 : N ; - kalkugn_nn_1 : N ; - kalkyl_nn_1 : N ; - kalkylator_nn_1 : N ; - kalkylerbar_av_1 : A ; - kall_av_1 : A ; - kall_nn_1 : N ; - kallbad_nn_1 : N ; - kallbaenk_nn_1 : N ; - kallblod_nn_1 : N ; - kallblodig_av_1 : A ; - kallblodighet_nn_1 : N ; - kalldra_vb_1 : V ; - kalldusch_nn_1 : N ; - kallelse_nn_1 : N ; - kallelsebeslut_nn_1 : N ; - kallelsebrev_nn_1 : N ; - kallelsefoerslag_nn_1 : N ; - kallelsegaerning_nn_1 : N ; - kallelsetid_nn_1 : N ; - kallflytande_av_1 : A ; - kallfront_nn_1 : N ; - kallgarage_nn_1 : N ; - kallgrin_nn_1 : N ; - kallhus_nn_1 : N ; - kallmangel_nn_1 : N ; - kallmur_nn_1 : N ; - kallnaal_nn_1 : N ; - kallortstillaegg_nn_1 : N ; - kallpunkt_nn_1 : N ; - kallsaag_nn_1 : N ; - kallsinnig_av_1 : A ; - kallskaenk_nn_1 : N ; - kallskuren_av_1 : A ; - kallstart_nn_1 : N ; - kallsup_nn_1 : N ; - kallvatten_nn_1 : N ; - kalmark_nn_1 : N ; - kalmuck_nn_1 : N ; - kalori_nn_1 : N ; - kaloribehov_nn_1 : N ; - kalorifattig_av_1 : A ; - kalorijakt_nn_1 : N ; - kalorimeter_nn_1 : N ; - kaloririk_av_1 : A ; - kaloritabell_nn_1 : N ; - kalorivaerde_nn_1 : N ; - kalott_nn_1 : N ; - kalstammig_av_1 : A ; - kalufs_nn_1 : N ; - kalv_nn_1 : N ; - kalvfaerdig_av_1 : A ; - kalvfrikasse_nn_1 : N ; - kalvill_nn_1 : N ; - kalvinist_nn_1 : N ; - kalvinistisk_av_1 : A ; - kalvinsk_av_1 : A ; - kalvjaerpe_nn_1 : N ; - kalvko_nn_1 : N ; - kalvrulad_nn_1 : N ; - kalvskinn_nn_1 : N ; - kalvskinnsband_nn_1 : N ; - kalvstek_nn_1 : N ; - kam_nn_1 : N ; - kamaxel_nn_1 : N ; - kambodjan_nn_1 : N ; - kambrisk_av_1 : A ; - kame_nn_1 : N ; - kamel_nn_1 : N ; - kameldjur_nn_1 : N ; - kameleont_nn_1 : N ; - kamelforskare_nn_1 : N ; - kamelforskning_nn_1 : N ; - kamelforskningsprojekt_nn_1 : N ; - kamelherde_nn_1 : N ; - kamelhjord_nn_1 : N ; - kamelmedicin_nn_1 : N ; - kamelopard_nn_1 : N ; - kamelpoesi_nn_1 : N ; - kamelsadel_nn_1 : N ; - kamelsaeck_nn_1 : N ; - kamera_nn_1 : N ; - kamerajakt_nn_1 : N ; - kameral_av_1 : A ; - kameraman_nn_1 : N ; - kameraobjektiv_nn_1 : N ; - kamerunare_nn_1 : N ; - kamerunsk_av_1 : A ; - kamin_nn_1 : N ; - kammanet_nn_1 : N ; - kammaraaklagare_nn_1 : N ; - kammardressyr_nn_1 : N ; - kammare_nn_1 : N ; - kammarherre_nn_1 : N ; - kammarjungfru_nn_1 : N ; - kammarjunkare_nn_1 : N ; - kammarlaerd_av_1 : A ; - kammarmusiker_nn_1 : N ; - kammarorkester_nn_1 : N ; - kammarpiano_nn_1 : N ; - kammarraett_nn_1 : N ; - kammarskjutning_nn_1 : N ; - kammarskrivare_nn_1 : N ; - kammarskruv_nn_1 : N ; - kammarspel_nn_1 : N ; - kammussla_nn_1 : N ; - kamomill_nn_1 : N ; - kamouflering_nn_1 : N ; - kamp_nn_1 : N ; - kamp_nn_2 : N ; - kampanil_nn_1 : N ; - kampanj_nn_1 : N ; - kampare_nn_1 : N ; - kampegraes_nn_1 : N ; - kampeschtraed_nn_1 : N ; - kamporganisation_nn_1 : N ; - kampsaang_nn_1 : N ; - kampsport_nn_1 : N ; - kampuchean_nn_1 : N ; - kampucheansk_av_1 : A ; - kampvilja_nn_1 : N ; - kamrat_nn_1 : N ; - kamratlig_av_1 : A ; - kamratpaaverkning_nn_1 : N ; - kamrer_nn_1 : N ; - kamrerare_nn_1 : N ; - kams_nn_1 : N ; - kamtsjadal_nn_1 : N ; - kan_nn_1 : N ; - kanadagaas_nn_1 : N ; - kanadensare_nn_1 : N ; - kanadensisk_av_1 : A ; - kanadick_nn_1 : N ; - kanak_nn_1 : N ; - kanal_nn_1 : N ; - kanalaangare_nn_1 : N ; - kanalje_nn_1 : N ; - kanalkrock_nn_1 : N ; - kanalljus_nn_1 : N ; - kanalsystem_nn_1 : N ; - kanalvaeljare_nn_1 : N ; - kanane_nn_1 : N ; - kanape_nn_1 : N ; - kanariefaagel_nn_1 : N ; - kanariefroe_nn_1 : N ; - kanariegul_av_1 : A ; - kandar_nn_1 : N ; - kandelaber_nn_1 : N ; - kandidat_nn_1 : N ; - kandidatur_nn_1 : N ; - kanelbrun_av_1 : A ; - kanelstaang_nn_1 : N ; - kanfas_nn_1 : N ; - kanhaenda_ab_1 : Adv ; - kanik_nn_1 : N ; - kanin_nn_1 : N ; - kanister_nn_1 : N ; - kanjon_nn_1 : N ; - kannbrosk_nn_1 : N ; - kannelyr_nn_1 : N ; - kannibal_nn_1 : N ; - kannibalisk_av_1 : A ; - kannstoepare_nn_1 : N ; - kannstoeperi_nn_1 : N ; - kanon_nn_1 : N ; - kanon_nn_2 : N ; - kanonad_nn_1 : N ; - kanonbaat_nn_1 : N ; - kanonbra_av_1 : A ; - kanonfotograf_nn_1 : N ; - kanongjuteri_nn_1 : N ; - kanonisation_nn_1 : N ; - kanonisering_nn_1 : N ; - kanonisk_av_1 : A ; - kanonjaer_nn_1 : N ; - kanonlock_nn_1 : N ; - kanonlopp_nn_1 : N ; - kanonport_nn_1 : N ; - kanontorn_nn_1 : N ; - kanot_nn_1 : N ; - kanotist_nn_1 : N ; - kanske_ab_1 : Adv ; - kansler_nn_1 : N ; - kansli_nn_1 : N ; - kansliraad_nn_1 : N ; - kanslisekreterare_nn_1 : N ; - kanslist_nn_1 : N ; - kant_nn_1 : N ; - kantabel_av_1 : A ; - kantaenka_ab_1 : Adv ; - kantarell_nn_1 : N ; - kantat_nn_1 : N ; - kantband_nn_1 : N ; - kantbeslag_nn_1 : N ; - kantele_nn_1 : N ; - kanthugga_vb_1 : V ; - kantig_av_1 : A ; - kantin_nn_1 : N ; - kantnaal_nn_1 : N ; - kanton_nn_1 : N ; - kantor_nn_1 : N ; - kantrep_nn_1 : N ; - kantsoem_nn_1 : N ; - kantsten_nn_1 : N ; - kantstoett_av_1 : A ; - kantvaext_nn_1 : N ; - kanvasband_nn_1 : N ; - kanvasduk_nn_1 : N ; - kanyl_nn_1 : N ; - kaotisk_av_1 : A ; - kap_nn_2 : N ; - kapabel_av_1 : A ; - kapacitet_nn_1 : N ; - kapare_nn_1 : N ; - kapell_nn_1 : N ; - kapellmaestare_nn_1 : N ; - kaperi_nn_1 : N ; - kapfaar_nn_1 : N ; - kapillaer_av_1 : A ; - kapillaer_nn_1 : N ; - kapillaerroer_nn_1 : N ; - kapillaritet_nn_1 : N ; - kapitael_nn_1 : N ; - kapitael_nn_2 : N ; - kapital_av_1 : A ; - kapital_nn_1 : N ; - kapitalbeskattning_nn_1 : N ; - kapitalbildning_nn_1 : N ; - kapitalbudget_nn_1 : N ; - kapitalfoerlust_nn_1 : N ; - kapitalfoersaekring_nn_1 : N ; - kapitalinkomst_nn_1 : N ; - kapitalinkomstbeskattning_nn_1 : N ; - kapitalintensiv_av_1 : A ; - kapitalist_nn_1 : N ; - kapitalistisk_av_1 : A ; - kapitalkonto_nn_1 : N ; - kapitalmarknad_nn_1 : N ; - kapitalvaerde_nn_1 : N ; - kapitalvinst_nn_1 : N ; - kapitel_nn_1 : N ; - kapitelsal_nn_1 : N ; - kapitelvis_ab_1 : Adv ; - kapitulation_nn_1 : N ; - kaplan_nn_1 : N ; - kapott_nn_1 : N ; - kapp_nn_1 : N ; - kappe_nn_1 : N ; - kappkoerning_nn_1 : N ; - kapploepning_nn_1 : N ; - kapprak_av_1 : A ; - kapprock_nn_1 : N ; - kapprum_nn_1 : N ; - kapprustning_nn_1 : N ; - kappsaeck_nn_1 : N ; - kappseglare_nn_1 : N ; - kappsegling_nn_1 : N ; - kappseglingsbaat_nn_1 : N ; - kappsimning_nn_1 : N ; - kapricioes_av_1 : A ; - kaprifol_nn_1 : N ; - kaprifolium_nn_1 : N ; - kapriol_nn_1 : N ; - kapris_nn_1 : N ; - kapsaag_nn_1 : N ; - kapsel_nn_1 : N ; - kapson_nn_1 : N ; - kapsyl_nn_1 : N ; - kapten_nn_1 : N ; - kapucin_nn_1 : N ; - kapucinorden_nn_1 : N ; - kapun_nn_1 : N ; - kapuschong_nn_1 : N ; - kaputt_av_1 : A ; - kapverdier_nn_1 : N ; - kapverdisk_av_1 : A ; - kar_nn_1 : N ; - karabinjaer_nn_1 : N ; - karaff_nn_1 : N ; - karaffin_nn_1 : N ; - karaktaer_nn_1 : N ; - karaktaeristik_nn_1 : N ; - karaktaeristika_nn_2 : N ; - karaktaeristisk_av_1 : A ; - karaktaersart_nn_1 : N ; - karaktaersdrag_nn_1 : N ; - karaktaersdrama_nn_1 : N ; - karaktaersfast_av_1 : A ; - karaktaersfel_nn_1 : N ; - karaktaersroll_nn_1 : N ; - karaktaersskaadespelare_nn_1 : N ; - karaktaerstyp_nn_1 : N ; - karakteristik_nn_1 : N ; - karakteristika_nn_2 : N ; - karakteristisk_av_1 : A ; - karamboll_nn_1 : N ; - karamell_nn_1 : N ; - karamellfaerg_nn_1 : N ; - karamellpapper_nn_1 : N ; - karamellpudding_nn_1 : N ; - karamellsaas_nn_1 : N ; - karantaen_nn_1 : N ; - karat_nn_1 : N ; - karatering_nn_1 : N ; - karatstaempel_nn_1 : N ; - karavan_nn_1 : N ; - karavanseraj_nn_1 : N ; - karavell_nn_1 : N ; - karbad_nn_1 : N ; - karbamid_nn_1 : N ; - karbas_nn_1 : N ; - karbin_nn_1 : N ; - karbinhake_nn_1 : N ; - karbonat_nn_1 : N ; - karbonatjon_nn_1 : N ; - karbonatsmaeltecell_nn_1 : N ; - karbonkopia_nn_1 : N ; - karbonpapper_nn_1 : N ; - karborundumduk_nn_1 : N ; - karbunkel_nn_1 : N ; - karburator_nn_1 : N ; - karcinogen_av_1 : A ; - karcinom_nn_1 : N ; - kardan_nn_1 : N ; - kardanaxel_nn_1 : N ; - kardanknut_nn_1 : N ; - kardansk_av_1 : A ; - kardanupphaengning_nn_1 : N ; - kardborrband_nn_1 : N ; - kardborre_nn_1 : N ; - kardborreknaeppning_nn_1 : N ; - kardel_nn_1 : N ; - kardinal_nn_1 : N ; - kardinalbiskop_nn_1 : N ; - kardinaldygd_nn_1 : N ; - kardinalfel_nn_1 : N ; - kardinalstreck_nn_1 : N ; - kardinaltal_nn_1 : N ; - kardiograf_nn_1 : N ; - kardiogram_nn_1 : N ; - kardiolog_nn_1 : N ; - kardnubb_nn_1 : N ; - kardus_nn_1 : N ; - karel_nn_1 : N ; - karelare_nn_1 : N ; - karelsk_av_1 : A ; - karensdag_nn_1 : N ; - karess_nn_1 : N ; - karet_nn_1 : N ; - karg_av_1 : A ; - karikatyr_nn_1 : N ; - karikatyrtecknare_nn_1 : N ; - karisma_nn_1 : N ; - karismatisk_av_1 : A ; - karkas_nn_1 : N ; - karl_nn_1 : N ; - karlakarl_nn_1 : N ; - karlaktig_av_1 : A ; - karlatag_nn_1 : N ; - karlavulen_av_1 : A ; - karldagsverke_nn_1 : N ; - karled_nn_1 : N ; - karlgalen_av_1 : A ; - karljohanssvamp_nn_1 : N ; - karlsbaderbroed_nn_1 : N ; - karlslok_nn_1 : N ; - karltokig_av_1 : A ; - karm_nn_1 : N ; - karmelit_nn_1 : N ; - karmelitorden_nn_1 : N ; - karmstol_nn_1 : N ; - karnap_nn_1 : N ; - karneol_nn_1 : N ; - karneval_nn_1 : N ; - karnis_nn_1 : N ; - karnivor_nn_1 : N ; - karolin_nn_1 : N ; - karoling_nn_1 : N ; - karolinsk_av_1 : A ; - kaross_nn_1 : N ; - karosseri_nn_1 : N ; - karotin_nn_1 : N ; - karott_nn_1 : N ; - karottunderlaegg_nn_1 : N ; - karp_nn_1 : N ; - karpfisk_nn_1 : N ; - karre_nn_1 : N ; - karriaer_nn_1 : N ; - karriaerdiplomat_nn_1 : N ; - karriaerist_nn_1 : N ; - karronad_nn_1 : N ; - karsk_av_1 : A ; - karst_nn_1 : N ; - karstbildning_nn_1 : N ; - kart_nn_1 : N ; - kartagisk_av_1 : A ; - kartbild_nn_1 : N ; - kartbok_nn_1 : N ; - kartell_nn_1 : N ; - kartering_nn_1 : N ; - kartesch_nn_1 : N ; - kartig_av_1 : A ; - kartlaeggning_nn_1 : N ; - kartlaesare_nn_1 : N ; - kartmaetare_nn_1 : N ; - kartnagel_nn_1 : N ; - kartong_nn_1 : N ; - kartonist_nn_1 : N ; - kartotek_nn_1 : N ; - kartprojektion_nn_1 : N ; - kartspecial_nn_1 : N ; - karttecken_nn_1 : N ; - kartusch_nn_1 : N ; - kartusian_nn_1 : N ; - kartusianorden_nn_1 : N ; - karusell_nn_1 : N ; - karvsnitt_nn_1 : N ; - karvstock_nn_1 : N ; - karyatid_nn_1 : N ; - kas_nn_1 : N ; - kasack_nn_1 : N ; - kaschmirsjal_nn_1 : N ; - kase_nn_1 : N ; - kasein_nn_1 : N ; - kasematt_nn_1 : N ; - kasern_nn_1 : N ; - kasernfoerbud_nn_1 : N ; - kaserngaard_nn_1 : N ; - kashmir_nn_1 : N ; - kasino_nn_1 : N ; - kask_nn_1 : N ; - kaskad_nn_1 : N ; - kaskelot_nn_1 : N ; - kaskett_nn_1 : N ; - kasko_nn_1 : N ; - kaskofoersaekring_nn_1 : N ; - kasperteater_nn_1 : N ; - kass_av_1 : A ; - kassa_nn_1 : N ; - kassaaffaer_nn_1 : N ; - kassaapparat_nn_1 : N ; - kassabel_av_1 : A ; - kassabok_nn_1 : N ; - kassabrist_nn_1 : N ; - kassakoep_nn_1 : N ; - kassakontrollapparat_nn_1 : N ; - kassakreditiv_nn_1 : N ; - kassakvitto_nn_1 : N ; - kassapjaes_nn_1 : N ; - kassarabatt_nn_1 : N ; - kassareserv_nn_1 : N ; - kassaskaap_nn_1 : N ; - kassaskrin_nn_1 : N ; - kassation_nn_1 : N ; - kassationsdomstol_nn_1 : N ; - kassavalv_nn_1 : N ; - kasse_nn_1 : N ; - kassett_nn_1 : N ; - kassettband_nn_1 : N ; - kassettbandspelare_nn_1 : N ; - kassettdaeck_nn_1 : N ; - kassoer_nn_1 : N ; - kassoerska_nn_1 : N ; - kassun_nn_1 : N ; - kast_nn_1 : N ; - kast_nn_2 : N ; - kastal_nn_1 : N ; - kastanj_nn_1 : N ; - kastanje_nn_1 : N ; - kastanjebrun_av_1 : A ; - kastanjett_nn_1 : N ; - kastblock_nn_1 : N ; - kastby_nn_1 : N ; - kastell_nn_1 : N ; - kastellan_nn_1 : N ; - kastilian_nn_1 : N ; - kastilianare_nn_1 : N ; - kastilianska_nn_2 : N ; - kastloes_av_1 : A ; - kastmaerke_nn_1 : N ; - kastmaskin_nn_1 : N ; - kastpjaes_nn_1 : N ; - kastrat_nn_1 : N ; - kastratsaangare_nn_1 : N ; - kastrull_nn_1 : N ; - kastsoem_nn_1 : N ; - kastspjut_nn_1 : N ; - kastspoe_nn_1 : N ; - kaststygn_nn_1 : N ; - kasttrae_nn_1 : N ; - kastvapen_nn_1 : N ; - kastvind_nn_1 : N ; - kasuar_nn_1 : N ; - kasuell_av_1 : A ; - kasun_nn_1 : N ; - kasus_nn_1 : N ; - kasus_nn_2 : N ; - katabatisk_av_1 : A ; - katafalk_nn_1 : N ; - kataforisk_av_1 : A ; - katakomb_nn_1 : N ; - katakres_nn_1 : N ; - katalan_nn_1 : N ; - katalanska_nn_2 : N ; - katalektisk_av_1 : A ; - katalepsi_nn_1 : N ; - katalog_nn_1 : N ; - katalognummer_nn_1 : N ; - katalogpris_nn_1 : N ; - katalysator_nn_1 : N ; - katalytisk_av_1 : A ; - katamaran_nn_1 : N ; - katapult_nn_1 : N ; - katapultstol_nn_1 : N ; - katarakt_nn_1 : N ; - katarr_nn_1 : N ; - katastrof_nn_1 : N ; - katastrofal_av_1 : A ; - katastrofteori_nn_1 : N ; - kateder_nn_1 : N ; - katedral_nn_1 : N ; - kategori_nn_1 : N ; - kategoriklyvning_nn_1 : N ; - kategorisk_av_1 : A ; - katekes_nn_1 : N ; - kateket_nn_1 : N ; - kateketisk_av_1 : A ; - katet_nn_1 : N ; - kateter_nn_1 : N ; - katig_av_1 : A ; - katjon_nn_1 : N ; - katod_nn_1 : N ; - katodstraale_nn_1 : N ; - katodstraaleroer_nn_1 : N ; - katolik_nn_1 : N ; - katolsk_av_1 : A ; - katrinplommon_nn_1 : N ; - katse_nn_1 : N ; - katt_nn_1 : N ; - kattaktig_av_1 : A ; - kattass_nn_1 : N ; - kattdjur_nn_1 : N ; - kattoega_nn_1 : N ; - kattras_nn_1 : N ; - kattun_nn_1 : N ; - kattunge_nn_1 : N ; - kaukasier_nn_1 : N ; - kaukasisk_av_1 : A ; - kaukasiska_nn_1 : N ; - kauri_nn_1 : N ; - kaus_nn_1 : N ; - kausal_av_1 : A ; - kausalfoerhaallande_nn_1 : N ; - kausalitet_nn_1 : N ; - kausalsats_nn_1 : N ; - kausativ_av_1 : A ; - kaustik_av_1 : A ; - kaution_nn_1 : N ; - kautschuk_nn_1 : N ; - kautschukparagraf_nn_1 : N ; - kautschuktraed_nn_1 : N ; - kav_ab_1 : Adv ; - kavaj_nn_1 : N ; - kavajkrage_nn_1 : N ; - kavalett_nn_1 : N ; - kavaljer_nn_1 : N ; - kavaljersflygel_nn_1 : N ; - kavalkad_nn_1 : N ; - kavall_nn_1 : N ; - kavalleri_nn_1 : N ; - kavallerichock_nn_1 : N ; - kavallerist_nn_1 : N ; - kavalleritrupp_nn_1 : N ; - kavat_av_1 : A ; - kavel_nn_1 : N ; - kavelbro_nn_1 : N ; - kavern_nn_1 : N ; - kavitet_nn_1 : N ; - kavitetsdjur_nn_1 : N ; - kavle_nn_1 : N ; - kavring_nn_1 : N ; - kaxe_nn_1 : N ; - kaxig_av_1 : A ; - ked_nn_1 : N ; - kediv_nn_1 : N ; - kedja_nn_1 : N ; - kedjebraak_nn_1 : N ; - kedjebrev_nn_1 : N ; - kedjehjul_nn_1 : N ; - kedjehus_nn_1 : N ; - kedjemolekyl_nn_1 : N ; - kedjereaktion_nn_1 : N ; - kedjeskydd_nn_1 : N ; - kedjesoem_nn_1 : N ; - kedjestygn_nn_1 : N ; - kedjevaexel_nn_1 : N ; - kejsardoeme_nn_1 : N ; - kejsare_nn_1 : N ; - kejsarhaer_nn_1 : N ; - kejsarinna_nn_1 : N ; - kejsaroern_nn_1 : N ; - kejsarsnitt_nn_1 : N ; - kejserlig_av_1 : A ; - kelen_av_1 : A ; - kelgris_nn_1 : N ; - kelig_av_1 : A ; - kelim_nn_1 : N ; - kelsjuk_av_1 : A ; - kelt_nn_1 : N ; - keltisk_av_1 : A ; - keltiska_nn_2 : N ; - kelvin_nn_1 : N ; - kemiindustri_nn_1 : N ; - kemisk_av_1 : A ; - kemist_nn_1 : N ; - kemomat_nn_1 : N ; - kemoterapi_nn_1 : N ; - kemtvaett_nn_1 : N ; - kennel_nn_1 : N ; - kenning_nn_1 : N ; - kentaur_nn_1 : N ; - kenyan_nn_1 : N ; - keps_nn_1 : N ; - keramiker_nn_1 : N ; - keramikform_nn_1 : N ; - kerub_nn_1 : N ; - ketch_nn_1 : N ; - kex_nn_1 : N ; - khan_nn_1 : N ; - khmer_nn_1 : N ; - kiasm_nn_1 : N ; - kibbutz_nn_1 : N ; - kick_nn_1 : N ; - kickstart_nn_1 : N ; - kid_nn_1 : N ; - kidnappare_nn_1 : N ; - kikaert_nn_1 : N ; - kikare_nn_1 : N ; - kikhaal_nn_1 : N ; - kikkran_nn_1 : N ; - kil_nn_1 : N ; - kilben_nn_1 : N ; - kilhael_nn_1 : N ; - kilklack_nn_1 : N ; - kille_nn_1 : N ; - killespel_nn_1 : N ; - killig_av_1 : A ; - killing_nn_1 : N ; - kilo_nn_1 : N ; - kilobyte_nn_1 : N ; - kilogram_nn_1 : N ; - kilogrammeter_nn_1 : N ; - kilometer_nn_1 : N ; - kilometertjock_av_1 : A ; - kilopond_nn_1 : N ; - kilopondmeter_nn_1 : N ; - kilopris_nn_1 : N ; - kiloton_nn_1 : N ; - kilowatt_nn_1 : N ; - kilram_nn_1 : N ; - kilt_nn_1 : N ; - kimono_nn_1 : N ; - kinaalkaloid_nn_1 : N ; - kind_nn_1 : N ; - kindben_nn_1 : N ; - kindkedja_nn_1 : N ; - kindpaase_nn_1 : N ; - kindpust_nn_1 : N ; - kindtand_nn_1 : N ; - kinematograf_nn_1 : N ; - kines_nn_1 : N ; - kineseri_nn_1 : N ; - kinesisk_av_1 : A ; - kinesiska_nn_2 : N ; - kinestetisk_av_1 : A ; - kinetisk_av_1 : A ; - king_size_av_1 : A ; - kink_nn_1 : N ; - kinkig_av_1 : A ; - kiosk_nn_1 : N ; - kip_nn_1 : N ; - kippsko_nn_1 : N ; - kippskodd_av_1 : A ; - kirgis_nn_1 : N ; - kiribatier_nn_1 : N ; - kiribatisk_av_1 : A ; - kiropraktiker_nn_1 : N ; - kiropraktor_nn_1 : N ; - kirurg_nn_1 : N ; - kirurgisk_av_1 : A ; - kis_nn_1 : N ; - kis_nn_2 : N ; - kiselalg_nn_1 : N ; - kiselfoerening_nn_1 : N ; - kiselkristall_nn_1 : N ; - kiselsten_nn_1 : N ; - kisse_nn_1 : N ; - kissekatt_nn_1 : N ; - kissemiss_nn_1 : N ; - kissnoedig_av_1 : A ; - kistbotten_nn_1 : N ; - kistebrev_nn_1 : N ; - kiton_nn_1 : N ; - kitslig_av_1 : A ; - kittel_nn_1 : N ; - kitteldal_nn_1 : N ; - kittelflickare_nn_1 : N ; - kittlare_nn_1 : N ; - kittlig_av_1 : A ; - kivi_nn_1 : N ; - kiwi_nn_1 : N ; - kjol_nn_1 : N ; - kjoltyg_nn_1 : N ; - kjortel_nn_1 : N ; - kjortelvaegen_ab_1 : Adv ; - klaafingrig_av_1 : A ; - klaapare_nn_1 : N ; - klabb_nn_1 : N ; - klabbe_nn_1 : N ; - klabbskoet_nn_1 : N ; - klabbstroemming_nn_1 : N ; - klack_nn_1 : N ; - klackbar_nn_1 : N ; - klackjaern_nn_1 : N ; - klackring_nn_1 : N ; - klackspark_nn_1 : N ; - kladd_nn_1 : N ; - kladdig_av_1 : A ; - klaedd_av_1 : A ; - klaededraekt_nn_1 : N ; - klaedespersedel_nn_1 : N ; - klaedesplagg_nn_1 : N ; - klaedgalen_av_1 : A ; - klaedhaengare_nn_1 : N ; - klaedkammare_nn_1 : N ; - klaedkorg_nn_1 : N ; - klaedlus_nn_1 : N ; - klaedmal_nn_1 : N ; - klaednad_nn_1 : N ; - klaedsam_av_1 : A ; - klaedsel_nn_1 : N ; - klaedskaap_nn_1 : N ; - klaedstreck_nn_1 : N ; - klaedtvaett_nn_1 : N ; - klaem_nn_1 : N ; - klaemdag_nn_1 : N ; - klaemmare_nn_1 : N ; - klaemmig_av_1 : A ; - klaemtare_nn_1 : N ; - klaengig_av_1 : A ; - klaengvaext_nn_1 : N ; - klaenning_nn_1 : N ; - klaenningsliv_nn_1 : N ; - klaepp_nn_1 : N ; - klaervoajant_av_1 : A ; - klaett_nn_1 : N ; - klaetterfaagel_nn_1 : N ; - klaetterfot_nn_1 : N ; - klaetterjaern_nn_1 : N ; - klaettersko_nn_1 : N ; - klaetterstaellning_nn_1 : N ; - klaettervaext_nn_1 : N ; - klaettrare_nn_1 : N ; - klaettring_nn_1 : N ; - klaff_nn_1 : N ; - klaffbord_nn_1 : N ; - klaffbro_nn_1 : N ; - klaffel_nn_1 : N ; - klagande_nn_1 : N ; - klagomaal_nn_1 : N ; - klagomur_nn_1 : N ; - klagorop_nn_1 : N ; - klagosaang_nn_1 : N ; - klagotid_nn_1 : N ; - klam_nn_1 : N ; - klammer_nn_1 : N ; - klammeri_nn_1 : N ; - klamp_nn_1 : N ; - klan_nn_1 : N ; - klanderfri_av_1 : A ; - klandervaerd_av_1 : A ; - klang_nn_1 : N ; - klangbotten_nn_1 : N ; - klangfaerg_nn_1 : N ; - klangfull_av_1 : A ; - klanglig_av_1 : A ; - klangloes_av_1 : A ; - klant_nn_1 : N ; - klantig_av_1 : A ; - klantskalle_nn_1 : N ; - klapp_nn_1 : N ; - klappbraede_nn_1 : N ; - klappersten_nn_1 : N ; - klapperstenstrand_nn_1 : N ; - klappjakt_nn_1 : N ; - klapptrae_nn_1 : N ; - klar_av_1 : A ; - klarbaer_nn_1 : N ; - klarblaa_av_1 : A ; - klarhet_nn_1 : N ; - klarinett_nn_1 : N ; - klarligen_ab_1 : Adv ; - klarmedel_nn_1 : N ; - klaroegd_av_1 : A ; - klarroed_av_1 : A ; - klarsignal_nn_1 : N ; - klarskinn_nn_1 : N ; - klarsynt_av_1 : A ; - klartaenkt_av_1 : A ; - klartecken_nn_1 : N ; - klarvaken_av_1 : A ; - klase_nn_1 : N ; - klass_nn_1 : N ; - klassbok_nn_1 : N ; - klassfoerestaandare_nn_1 : N ; - klassicitet_nn_1 : N ; - klassificering_nn_1 : N ; - klassifikation_nn_1 : N ; - klassik_nn_1 : N ; - klassiker_nn_1 : N ; - klassiserande_av_1 : A ; - klassisk_av_1 : A ; - klasskamp_nn_1 : N ; - klasskamrat_nn_1 : N ; - klasskillnad_nn_1 : N ; - klasskonferens_nn_1 : N ; - klasslaerare_nn_1 : N ; - klasslag_nn_1 : N ; - klasslag_nn_2 : N ; - klassloes_av_1 : A ; - klassmaerke_nn_1 : N ; - klassmamma_nn_1 : N ; - klassmedveten_av_1 : A ; - klassmoerj_nn_1 : N ; - klassmotsaettning_nn_1 : N ; - klasspappa_nn_1 : N ; - klassrum_nn_1 : N ; - klatsch_nn_1 : N ; - klatschig_av_1 : A ; - klausul_nn_1 : N ; - klav_nn_1 : N ; - klavbinda_vb_1 : V ; - klave_nn_1 : N ; - klavecin_nn_1 : N ; - klaver_nn_1 : N ; - klavertramp_nn_1 : N ; - klaverutdrag_nn_1 : N ; - klaviatur_nn_1 : N ; - klavikord_nn_1 : N ; - klematis_nn_1 : N ; - klementin_nn_1 : N ; - klemig_av_1 : A ; - klen_av_1 : A ; - klenaet_nn_1 : N ; - klenhus_nn_1 : N ; - klenod_nn_1 : N ; - klensmed_nn_1 : N ; - klensmide_nn_1 : N ; - klenspaenning_nn_1 : N ; - klentrogen_av_1 : A ; - klenvuxen_av_1 : A ; - kleptoman_nn_1 : N ; - klerikal_av_1 : A ; - klerk_nn_1 : N ; - kletig_av_1 : A ; - klev_nn_1 : N ; - klibbal_nn_1 : N ; - klibbig_av_1 : A ; - kliche_nn_1 : N ; - klick_nn_1 : N ; - klick_nn_2 : N ; - klient_nn_1 : N ; - klientel_nn_1 : N ; - klimat_nn_1 : N ; - klimatfoeraendring_nn_1 : N ; - klimatforskare_nn_1 : N ; - klimatgraens_nn_1 : N ; - klimatkammare_nn_1 : N ; - klimatmodell_nn_1 : N ; - klimatologisk_av_1 : A ; - klimatombyte_nn_1 : N ; - klimatskael_nn_1 : N ; - klimatsystem_nn_1 : N ; - klimatvariation_nn_1 : N ; - klimatzon_nn_1 : N ; - klimax_nn_1 : N ; - klimp_nn_1 : N ; - klinhus_nn_1 : N ; - klinik_nn_1 : N ; - kliniker_nn_1 : N ; - klinisk_av_1 : A ; - klinkbyggd_av_1 : A ; - klint_nn_1 : N ; - klipp_nn_1 : N ; - klippare_nn_1 : N ; - klippblock_nn_1 : N ; - klippdass_nn_1 : N ; - klipper_nn_1 : N ; - klipperstaev_nn_1 : N ; - klippfisk_nn_1 : N ; - klippformation_nn_1 : N ; - klippfyr_nn_1 : N ; - klippgrav_nn_1 : N ; - klippig_av_1 : A ; - klipping_nn_1 : N ; - klippkort_nn_1 : N ; - klippljus_nn_1 : N ; - klippmaalning_nn_1 : N ; - klippmassiv_nn_1 : N ; - klippning_nn_1 : N ; - klippotek_nn_1 : N ; - klippspik_nn_1 : N ; - klipptaang_nn_1 : N ; - klippvaegg_nn_1 : N ; - klipsk_av_1 : A ; - klistrig_av_1 : A ; - klitoris_nn_1 : N ; - kliv_nn_1 : N ; - klo_nn_1 : N ; - kloak_nn_1 : N ; - kloakdjur_nn_1 : N ; - kloasongvaegg_nn_1 : N ; - klockare_nn_1 : N ; - klockarkaerlek_nn_1 : N ; - klockarkatt_nn_1 : N ; - klockboj_nn_1 : N ; - klockformig_av_1 : A ; - klockkedja_nn_1 : N ; - klockklaepp_nn_1 : N ; - klockren_av_1 : A ; - klockringning_nn_1 : N ; - klocksignal_nn_1 : N ; - klockslag_nn_1 : N ; - klockspel_nn_1 : N ; - klockstapel_nn_1 : N ; - klockstraeng_nn_1 : N ; - klocktid_nn_1 : N ; - klocktorn_nn_1 : N ; - kloev_nn_1 : N ; - kloever_nn_1 : N ; - kloeverblad_nn_1 : N ; - kloeverliknande_av_1 : A ; - kloeversnaerja_nn_1 : N ; - kloevertroett_av_1 : A ; - kloevjeren_nn_1 : N ; - kloevjesadel_nn_1 : N ; - kloevsadel_nn_1 : N ; - kloevsadelkyrka_nn_1 : N ; - kloevsadelsbyggnad_nn_1 : N ; - kloevsadelskyrka_nn_1 : N ; - klok_av_1 : A ; - klokhuvud_nn_1 : N ; - klon_nn_1 : N ; - klonering_nn_1 : N ; - klorat_nn_1 : N ; - kloratom_nn_1 : N ; - klorfenol_nn_1 : N ; - klorid_nn_1 : N ; - klosett_nn_1 : N ; - kloss_ab_1 : Adv ; - kloss_nn_1 : N ; - klossig_av_1 : A ; - kloster_nn_1 : N ; - klosterbroder_nn_1 : N ; - klostercell_nn_1 : N ; - klosterkyrka_nn_1 : N ; - klosterlikoer_nn_1 : N ; - klosterorden_nn_1 : N ; - klosterregel_nn_1 : N ; - klostersyster_nn_1 : N ; - klot_nn_1 : N ; - klotblixt_nn_1 : N ; - klotrund_av_1 : A ; - klots_nn_1 : N ; - klotterplank_nn_1 : N ; - klottrig_av_1 : A ; - klove_nn_1 : N ; - klubb_nn_1 : N ; - klubbafton_nn_1 : N ; - klubblaengd_nn_1 : N ; - klubbmaerke_nn_1 : N ; - klubbmaestare_nn_1 : N ; - klubbsandwich_nn_1 : N ; - klubbslag_nn_1 : N ; - kludd_nn_2 : N ; - klump_nn_1 : N ; - klumpackord_nn_1 : N ; - klumpedump_nn_1 : N ; - klumpeduns_nn_1 : N ; - klumpfisk_nn_1 : N ; - klumpig_av_1 : A ; - klumpsoem_nn_1 : N ; - klumpsumma_nn_1 : N ; - klumpvis_ab_1 : Adv ; - klunk_nn_1 : N ; - kluns_nn_1 : N ; - klunsig_av_1 : A ; - klurig_av_1 : A ; - kluring_nn_1 : N ; - klusil_nn_1 : N ; - klut_nn_1 : N ; - kluven_av_1 : A ; - klyft_nn_1 : N ; - klyftig_av_1 : A ; - klys_nn_1 : N ; - klyva_vb_1 : V ; - klyvarbom_nn_1 : N ; - klyvare_nn_1 : N ; - klyvbar_av_1 : A ; - klyvning_nn_1 : N ; - klyvningsreaktion_nn_1 : N ; - klyvoeppning_nn_1 : N ; - knack_nn_1 : N ; - knackig_av_1 : A ; - knackning_nn_1 : N ; - knackvurst_nn_1 : N ; - knae_nn_1 : N ; - knaeck_nn_1 : N ; - knaeck_nn_2 : N ; - knaeckebroed_nn_1 : N ; - knaeckepil_nn_1 : N ; - knaeckform_nn_1 : N ; - knaeckfraaga_nn_1 : N ; - knaeckt_av_1 : A ; - knaefalla_vb_1 : V ; - knaehoeg_av_1 : A ; - knaehund_nn_1 : N ; - knaekort_av_1 : A ; - knaelaang_av_1 : A ; - knaeled_nn_1 : N ; - knaepp_av_1 : A ; - knaepp_nn_1 : N ; - knaeppbagge_nn_1 : N ; - knaeppning_nn_1 : N ; - knaeroer_nn_1 : N ; - knaeskaal_nn_1 : N ; - knaeskydd_nn_1 : N ; - knaeslut_nn_1 : N ; - knaesvag_av_1 : A ; - knaetofs_nn_1 : N ; - knaeveck_nn_1 : N ; - knaevelborr_nn_1 : N ; - knaevring_nn_1 : N ; - knagg_nn_1 : N ; - knagglig_av_1 : A ; - knal_av_1 : A ; - knall_av_1 : A ; - knall_nn_1 : N ; - knalle_nn_1 : N ; - knallhaard_av_1 : A ; - knallhatt_nn_1 : N ; - knalltransport_nn_1 : N ; - knap_nn_1 : N ; - knape_nn_1 : N ; - knaper_av_1 : A ; - knapp_av_1 : A ; - knapp_nn_1 : N ; - knappast_ab_1 : Adv ; - knapphaal_nn_1 : N ; - knapphaendig_av_1 : A ; - knapphet_nn_1 : N ; - knappnaal_nn_1 : N ; - knappnaalshuvud_nn_1 : N ; - knappt_ab_1 : Adv ; - knapptelefon_nn_1 : N ; - knaprig_av_1 : A ; - knarkare_nn_1 : N ; - knarkarkvart_nn_1 : N ; - knarr_nn_2 : N ; - knarrig_av_1 : A ; - knasig_av_1 : A ; - knasprig_av_1 : A ; - knast_nn_1 : N ; - knaster_nn_2 : N ; - knastrig_av_1 : A ; - knatte_nn_1 : N ; - knatting_nn_1 : N ; - kneg_nn_1 : N ; - knegare_nn_1 : N ; - knejpkur_nn_1 : N ; - knekt_nn_1 : N ; - knep_nn_1 : N ; - knepig_av_1 : A ; - knick_nn_1 : N ; - knip_nn_1 : N ; - knipa_vb_1 : V ; - knipslug_av_1 : A ; - kniptaang_nn_1 : N ; - kniptaangsmanoever_nn_1 : N ; - kniv_nn_1 : N ; - knivblad_nn_1 : N ; - knivbladslik_av_1 : A ; - knivhugg_nn_1 : N ; - knivig_av_1 : A ; - knivkastning_nn_1 : N ; - knivkontakt_nn_1 : N ; - knivlaeggare_nn_1 : N ; - knivrygg_nn_1 : N ; - knivskaft_nn_1 : N ; - knivskarp_av_1 : A ; - knivskuren_av_1 : A ; - knivsrygg_nn_1 : N ; - knivsudd_nn_1 : N ; - knix_nn_1 : N ; - knockdown_nn_1 : N ; - knockout_nn_1 : N ; - knodd_nn_1 : N ; - knoddaen_av_1 : A ; - knoedel_nn_1 : N ; - knoel_nn_1 : N ; - knoelaktig_av_1 : A ; - knoelig_av_1 : A ; - knoelpaak_nn_1 : N ; - knoelrot_nn_1 : N ; - knoelstam_nn_1 : N ; - knoelsvan_nn_1 : N ; - knoes_nn_1 : N ; - knog_nn_1 : N ; - knoge_nn_1 : N ; - knogig_av_1 : A ; - knogjaern_nn_1 : N ; - knollrig_av_1 : A ; - knop_nn_1 : N ; - knop_nn_2 : N ; - knopp_nn_1 : N ; - knoppig_av_1 : A ; - knoppsaettning_nn_1 : N ; - knoppsprickning_nn_1 : N ; - knorr_nn_1 : N ; - knorrhane_nn_1 : N ; - knoster_nn_1 : N ; - knot_nn_1 : N ; - knotig_av_1 : A ; - knott_nn_1 : N ; - knottrig_av_1 : A ; - knubbig_av_1 : A ; - knubbsael_nn_1 : N ; - knuff_nn_1 : N ; - knull_nn_1 : N ; - knusslig_av_1 : A ; - knut_nn_1 : N ; - knutbroderi_nn_1 : N ; - knuten_av_1 : A ; - knutig_av_1 : A ; - knutpunkt_nn_1 : N ; - knutte_nn_1 : N ; - knyck_nn_1 : N ; - knyckig_av_1 : A ; - knyst_nn_1 : N ; - knyta_vb_1 : V ; - knytkalas_nn_1 : N ; - knytnaeve_nn_1 : N ; - knytnaevsslag_nn_1 : N ; - knytskaerp_nn_1 : N ; - ko_nn_1 : N ; - koalition_nn_1 : N ; - koalitionsregering_nn_1 : N ; - koaxialkabel_nn_1 : N ; - kobbe_nn_1 : N ; - kobbel_nn_1 : N ; - kobent_av_1 : A ; - kobolthalt_nn_1 : N ; - kobolthaltig_av_1 : A ; - koboltkanon_nn_1 : N ; - kock_nn_1 : N ; - kock_nn_2 : N ; - kod_nn_1 : N ; - kodex_nn_1 : N ; - kodicill_nn_1 : N ; - kodifikation_nn_1 : N ; - koe_nn_1 : N ; - koefficient_nn_1 : N ; - koek_nn_1 : N ; - koekkenmoedding_nn_1 : N ; - koeksbord_nn_1 : N ; - koeksflaekt_nn_1 : N ; - koekshandduk_nn_1 : N ; - koeksingaang_nn_1 : N ; - koeksmaestare_nn_1 : N ; - koeksmaskin_nn_1 : N ; - koeksrulle_nn_1 : N ; - koekssax_nn_1 : N ; - koeksspis_nn_1 : N ; - koekstraedgaard_nn_1 : N ; - koeksvaext_nn_1 : N ; - koel_nn_1 : N ; - koelbaat_nn_1 : N ; - koeldbestaendig_av_1 : A ; - koeldblandning_nn_1 : N ; - koeldgrad_nn_1 : N ; - koeldhaerdig_av_1 : A ; - koeldknaepp_nn_1 : N ; - koeldpol_nn_1 : N ; - koeldpunkt_nn_1 : N ; - koelsvin_nn_1 : N ; - koen_nn_1 : N ; - koenlig_av_1 : A ; - koenloes_av_1 : A ; - koensakt_nn_1 : N ; - koensbunden_av_1 : A ; - koensbyte_nn_1 : N ; - koenscell_nn_1 : N ; - koenshormon_nn_1 : N ; - koenskaraktaer_nn_1 : N ; - koenskoertel_nn_1 : N ; - koenslig_av_1 : A ; - koensmogen_av_1 : A ; - koensmognad_nn_1 : N ; - koensord_nn_1 : N ; - koensorgan_nn_1 : N ; - koensroll_nn_1 : N ; - koenssjukdom_nn_1 : N ; - koensumgaenge_nn_1 : N ; - koensvarelse_nn_1 : N ; - koep_nn_1 : N ; - koepare_nn_1 : N ; - koepcentrum_nn_1 : N ; - koepebrev_nn_1 : N ; - koepebroed_nn_1 : N ; - koepekontrakt_nn_1 : N ; - koepenickiad_nn_1 : N ; - koepenskap_nn_1 : N ; - koepeskilling_nn_1 : N ; - koeping_nn_1 : N ; - koepkort_nn_1 : N ; - koepkurs_nn_1 : N ; - koepman_nn_1 : N ; - koepslut_nn_1 : N ; - koepstad_nn_1 : N ; - koepstark_av_1 : A ; - koer_nn_1 : N ; - koerare_nn_1 : N ; - koerbar_av_1 : A ; - koeregenskap_nn_1 : N ; - koerfaelt_nn_1 : N ; - koerfoerbud_nn_1 : N ; - koerig_av_1 : A ; - koerkarl_nn_1 : N ; - koerkort_nn_1 : N ; - koerkortsprov_nn_1 : N ; - koerledare_nn_1 : N ; - koerlektion_nn_1 : N ; - koernare_nn_1 : N ; - koerning_nn_1 : N ; - koerriktningsvisare_nn_1 : N ; - koersbaer_nn_1 : N ; - koersbaerstraed_nn_1 : N ; - koersnaer_nn_1 : N ; - koersven_nn_1 : N ; - koertel_nn_1 : N ; - koertelcell_nn_1 : N ; - koerteloeppning_nn_1 : N ; - koertid_nn_1 : N ; - koervaeg_nn_1 : N ; - koettaetande_av_1 : A ; - koettaetare_nn_1 : N ; - koettben_nn_1 : N ; - koettbulle_nn_1 : N ; - koetted_nn_1 : N ; - koettig_av_1 : A ; - koettkvarn_nn_1 : N ; - koettmarknad_nn_1 : N ; - koettsaar_nn_1 : N ; - koettsida_nn_1 : N ; - koettslig_av_1 : A ; - kofaangare_nn_1 : N ; - koff_nn_1 : N ; - kofferdamm_nn_1 : N ; - kofferdist_nn_1 : N ; - koffernagel_nn_1 : N ; - koffert_nn_1 : N ; - koffertfisk_nn_1 : N ; - kofot_nn_1 : N ; - koger_nn_1 : N ; - kogg_nn_1 : N ; - kognat_nn_1 : N ; - kognatisk_av_1 : A ; - kognitiv_av_1 : A ; - koherent_av_1 : A ; - kohort_nn_1 : N ; - kohud_nn_1 : N ; - koj_nn_1 : N ; - kok_nn_1 : N ; - kokapparat_nn_1 : N ; - kokard_nn_1 : N ; - kokare_nn_1 : N ; - kokarreaktor_nn_1 : N ; - kokbok_nn_1 : N ; - kokeri_nn_1 : N ; - kokerska_nn_1 : N ; - kokett_av_1 : A ; - kokett_nn_1 : N ; - koketteri_nn_1 : N ; - kokgrop_nn_1 : N ; - kokhet_av_1 : A ; - kokill_nn_1 : N ; - kokkaerl_nn_1 : N ; - kokkorv_nn_1 : N ; - kokong_nn_1 : N ; - kokosboll_nn_1 : N ; - kokosfiber_nn_1 : N ; - kokosnoet_nn_1 : N ; - kokospalm_nn_1 : N ; - kokott_nn_1 : N ; - kokpunkt_nn_1 : N ; - koktid_nn_1 : N ; - kokvagn_nn_1 : N ; - kokvraa_nn_1 : N ; - kol_14_laboratorium_nn_1 : N ; - kol_nn_1 : N ; - kolare_nn_1 : N ; - kolatom_nn_1 : N ; - kolatraed_nn_1 : N ; - kolbaerare_nn_1 : N ; - kolbit_nn_1 : N ; - kolborste_nn_1 : N ; - kolbotten_nn_1 : N ; - kolbox_nn_1 : N ; - kolbrikett_nn_1 : N ; - kolbulle_nn_1 : N ; - kolchos_nn_1 : N ; - koldioxidfri_av_1 : A ; - koldioxidkanal_nn_1 : N ; - koldioxidmolekyl_nn_1 : N ; - koleld_nn_1 : N ; - kolerabakterie_nn_1 : N ; - kolerakyrkogaard_nn_1 : N ; - koleriker_nn_1 : N ; - kolerisk_av_1 : A ; - kolfloets_nn_1 : N ; - kolfoerening_nn_1 : N ; - kolhaemtare_nn_1 : N ; - kolhalt_nn_1 : N ; - kolhaltig_av_1 : A ; - kolhoeg_nn_1 : N ; - kolhydrat_nn_1 : N ; - kolibakterie_nn_1 : N ; - kolibri_nn_1 : N ; - koling_nn_1 : N ; - kolisotop_nn_1 : N ; - kolje_nn_1 : N ; - kolkaellare_nn_1 : N ; - koll_nn_1 : N ; - kollaboratoer_nn_1 : N ; - kollage_nn_1 : N ; - kollaps_nn_1 : N ; - kollation_nn_1 : N ; - kollega_nn_1 : N ; - kollegial_av_1 : A ; - kollegialitet_nn_1 : N ; - kollegieblock_nn_1 : N ; - kollegium_nn_1 : N ; - kollekt_nn_1 : N ; - kollektion_nn_1 : N ; - kollektiv_av_1 : A ; - kollektiv_nn_1 : N ; - kollektivanslutning_nn_1 : N ; - kollektivanstaelld_av_1 : A ; - kollektivanstaellning_nn_1 : N ; - kollektivavtal_nn_1 : N ; - kollektivfil_nn_1 : N ; - kollektivfoersaekring_nn_1 : N ; - kollektivhus_nn_1 : N ; - kollektivjordbruk_nn_1 : N ; - kollektivnot_nn_1 : N ; - kollektor_nn_1 : N ; - kolli_nn_1 : N ; - kollision_nn_1 : N ; - kollisionskurs_nn_1 : N ; - kollisionsskott_nn_1 : N ; - kollo_nn_1 : N ; - kolloid_nn_1 : N ; - kolloidal_av_1 : A ; - kollokvium_nn_1 : N ; - kollrig_av_1 : A ; - kolmoerk_av_1 : A ; - kolning_nn_1 : N ; - kolofon_nn_1 : N ; - kolokvint_nn_1 : N ; - kolon_nn_1 : N ; - kolonat_nn_1 : N ; - koloni_nn_1 : N ; - kolonial_av_1 : A ; - kolonialarme_nn_1 : N ; - kolonialkrig_nn_1 : N ; - kolonialmakt_nn_1 : N ; - kolonialvaelde_nn_1 : N ; - kolonilott_nn_1 : N ; - kolonisation_nn_1 : N ; - kolonisationstid_nn_1 : N ; - kolonisatoer_nn_1 : N ; - kolonistuga_nn_1 : N ; - kolonn_nn_1 : N ; - kolonnad_nn_1 : N ; - kolonnett_nn_1 : N ; - kolonnordning_nn_1 : N ; - koloradoskalbagge_nn_1 : N ; - koloratur_nn_1 : N ; - koloratursaangerska_nn_1 : N ; - kolorist_nn_1 : N ; - kolorit_nn_1 : N ; - koloss_nn_1 : N ; - kolossal_av_1 : A ; - kolportagemaessig_av_1 : A ; - kolportoer_nn_1 : N ; - kolryss_nn_1 : N ; - kolstaal_nn_1 : N ; - kolstift_nn_1 : N ; - kolsvart_av_1 : A ; - kolsyraassimilation_nn_1 : N ; - kolt_nn_1 : N ; - koltablett_nn_1 : N ; - koltavdelning_nn_1 : N ; - koltbarn_nn_1 : N ; - kolteckning_nn_1 : N ; - koltraad_nn_1 : N ; - koltrast_nn_1 : N ; - kolugn_av_1 : A ; - kolumbarium_nn_1 : N ; - kolumn_nn_1 : N ; - kolumnist_nn_1 : N ; - kolumntitel_nn_1 : N ; - kolv_nn_1 : N ; - kolvhals_nn_1 : N ; - kolvmotor_nn_1 : N ; - komatoes_av_1 : A ; - kombattant_nn_1 : N ; - kombinat_nn_1 : N ; - kombination_nn_1 : N ; - kombinationslaas_nn_1 : N ; - kombinationsmaattsats_nn_1 : N ; - kombinationstaevling_nn_1 : N ; - kombinatorisk_av_1 : A ; - komedi_nn_1 : N ; - komediant_nn_1 : N ; - komedienn_nn_1 : N ; - komet_nn_1 : N ; - kometmoln_nn_1 : N ; - komfortabel_av_1 : A ; - komiker_nn_1 : N ; - komisk_av_1 : A ; - komma_nn_1 : N ; - komma_vb_1 : V ; - kommabacill_nn_1 : N ; - kommande_av_1 : A ; - kommanditbolag_nn_1 : N ; - kommanditdelaegare_nn_1 : N ; - kommando_nn_1 : N ; - kommandomaal_nn_1 : N ; - kommandoord_nn_1 : N ; - kommandoroest_nn_1 : N ; - kommatering_nn_1 : N ; - kommendant_nn_1 : N ; - kommendantur_nn_1 : N ; - kommendering_nn_1 : N ; - kommendoer_nn_1 : N ; - kommendoerkapten_nn_1 : N ; - kommensurabel_av_1 : A ; - kommentar_nn_1 : N ; - kommentator_nn_1 : N ; - kommers_nn_1 : N ; - kommerseraad_nn_1 : N ; - kommersialisering_nn_1 : N ; - kommersiell_av_1 : A ; - kommerskollegium_nn_1 : N ; - komminister_nn_1 : N ; - kommissariat_nn_1 : N ; - kommissarie_nn_1 : N ; - kommission_nn_1 : N ; - kommissionaer_nn_1 : N ; - kommitte_nn_1 : N ; - kommod_nn_1 : N ; - kommun_nn_1 : N ; - kommunaegd_av_1 : A ; - kommunal_av_1 : A ; - kommunalfoervaltning_nn_1 : N ; - kommunalfullmaektig_nn_1 : N ; - kommunalhus_nn_1 : N ; - kommunallag_nn_1 : N ; - kommunalman_nn_1 : N ; - kommunalnaemnd_nn_1 : N ; - kommunalnaemndsordfoerande_nn_1 : N ; - kommunalordfoerande_nn_1 : N ; - kommunalpolitiker_nn_1 : N ; - kommunalpolitisk_av_1 : A ; - kommunalraad_nn_1 : N ; - kommunalskatt_nn_1 : N ; - kommunalstyrelse_nn_1 : N ; - kommunalval_nn_1 : N ; - kommunard_nn_1 : N ; - kommunblock_nn_1 : N ; - kommundel_nn_1 : N ; - kommundelsraad_nn_1 : N ; - kommunfoerbund_nn_1 : N ; - kommunfullmaektig_nn_1 : N ; - kommunikant_nn_1 : N ; - kommunikation_nn_1 : N ; - kommunikationsakt_nn_1 : N ; - kommunikationsdepartement_nn_1 : N ; - kommunikationsmedel_nn_1 : N ; - kommunikationsminister_nn_1 : N ; - kommunikationsnaet_nn_1 : N ; - kommunikationsradio_nn_1 : N ; - kommunikationssatellit_nn_1 : N ; - kommunikationstabell_nn_1 : N ; - kommunikativ_av_1 : A ; - kommunikatoer_nn_1 : N ; - kommunikator_nn_1 : N ; - kommunike_nn_1 : N ; - kommuninnevaanare_nn_1 : N ; - kommuninvaanare_nn_1 : N ; - kommunion_nn_1 : N ; - kommunist_nn_1 : N ; - kommunistisk_av_1 : A ; - kommunistland_nn_1 : N ; - kommunistparti_nn_1 : N ; - kommunistregim_nn_1 : N ; - kommunistvaerld_nn_1 : N ; - kommunpolitiker_nn_1 : N ; - kommunsammanslagning_nn_1 : N ; - kommunstyrelse_nn_1 : N ; - kommutativ_av_1 : A ; - kommutator_nn_1 : N ; - kompakt_av_1 : A ; - kompani_nn_1 : N ; - kompaniadjutant_nn_1 : N ; - kompaniofficer_nn_1 : N ; - kompaniorder_nn_1 : N ; - kompanjon_nn_1 : N ; - komparabel_av_1 : A ; - komparation_nn_1 : N ; - komparativ_av_1 : A ; - komparativ_nn_1 : N ; - kompars_nn_1 : N ; - kompass_nn_1 : N ; - kompasshus_nn_1 : N ; - kompasskurs_nn_1 : N ; - kompassnaal_nn_1 : N ; - kompatibel_av_1 : A ; - kompendium_nn_1 : N ; - kompensation_nn_1 : N ; - kompensator_nn_1 : N ; - kompensatorisk_av_1 : A ; - kompetens_nn_1 : N ; - kompetent_av_1 : A ; - kompilat_nn_1 : N ; - kompilation_nn_1 : N ; - kompilator_nn_1 : N ; - kompis_nn_1 : N ; - kompledig_av_1 : A ; - komplement_nn_1 : N ; - komplementaer_av_1 : A ; - komplementaer_nn_1 : N ; - komplementfaerg_nn_1 : N ; - komplementmaengd_nn_1 : N ; - komplementsystem_nn_1 : N ; - komplementvinkel_nn_1 : N ; - komplett_av_1 : A ; - komplettering_nn_1 : N ; - kompletteringstest_nn_1 : N ; - komplex_av_1 : A ; - komplex_nn_1 : N ; - komplexig_av_1 : A ; - komplexitet_nn_1 : N ; - komplikation_nn_1 : N ; - komplimang_nn_1 : N ; - komplott_nn_1 : N ; - komponent_nn_1 : N ; - komponist_nn_1 : N ; - komposant_nn_1 : N ; - komposit_nn_1 : N ; - komposition_nn_1 : N ; - kompositoer_nn_1 : N ; - kompositum_nn_1 : N ; - kompost_nn_1 : N ; - kompott_nn_1 : N ; - kompress_nn_1 : N ; - kompression_nn_1 : N ; - kompressor_nn_1 : N ; - komprimator_nn_1 : N ; - kompromiss_nn_1 : N ; - kompulsiv_av_1 : A ; - kon_nn_1 : N ; - koncentrat_nn_1 : N ; - koncentration_nn_1 : N ; - koncentrationsdag_nn_1 : N ; - koncentrationslaeger_nn_1 : N ; - koncentrisk_av_1 : A ; - koncept_nn_1 : N ; - koncept_nn_2 : N ; - konception_nn_1 : N ; - konceptiv_av_1 : A ; - konceptpapper_nn_1 : N ; - konceptuell_av_1 : A ; - koncern_nn_1 : N ; - koncession_nn_1 : N ; - koncessiv_av_1 : A ; - konciliant_av_1 : A ; - koncis_av_1 : A ; - kondensat_nn_1 : N ; - kondensation_nn_1 : N ; - kondensator_nn_1 : N ; - kondensor_nn_1 : N ; - kondis_nn_1 : N ; - kondition_nn_1 : N ; - konditional_av_1 : A ; - konditor_nn_1 : N ; - konditori_nn_1 : N ; - kondoleans_nn_1 : N ; - kondom_nn_1 : N ; - kondor_nn_1 : N ; - kondottiaer_nn_1 : N ; - konduktivitet_nn_1 : N ; - konduktoer_nn_1 : N ; - konduktor_nn_1 : N ; - konfederal_av_1 : A ; - konfederation_nn_1 : N ; - konfektskaal_nn_1 : N ; - konferenciaer_nn_1 : N ; - konferencier_nn_1 : N ; - konferens_nn_1 : N ; - konfession_nn_1 : N ; - konfessionarie_nn_1 : N ; - konfessionell_av_1 : A ; - konfessionsloes_av_1 : A ; - konfidentiell_av_1 : A ; - konfiguration_nn_1 : N ; - konfirmand_nn_1 : N ; - konfirmation_nn_1 : N ; - konfirmationsbibel_nn_1 : N ; - konfirmationsklaenning_nn_1 : N ; - konfirmationspraest_nn_1 : N ; - konfiskation_nn_1 : N ; - konfiskatorisk_av_1 : A ; - konflikt_nn_1 : N ; - konfliktvarsel_nn_1 : N ; - konform_av_1 : A ; - konformig_av_1 : A ; - konformitet_nn_1 : N ; - konfrontation_nn_1 : N ; - konfys_av_1 : A ; - kongenial_av_1 : A ; - kongenital_av_1 : A ; - konglomerat_nn_1 : N ; - kongoles_nn_1 : N ; - kongregation_nn_1 : N ; - kongress_nn_1 : N ; - kongressman_nn_1 : N ; - kongruens_nn_1 : N ; - kongruensboejning_nn_1 : N ; - kongruensfall_nn_1 : N ; - kongruent_av_1 : A ; - konicitet_nn_1 : N ; - konisk_av_1 : A ; - konjakskrans_nn_1 : N ; - konjektur_nn_1 : N ; - konjugation_nn_1 : N ; - konjunktion_nn_1 : N ; - konjunktiv_nn_1 : N ; - konjunktur_nn_1 : N ; - konjunkturinstitut_nn_1 : N ; - konjunkturomslag_nn_1 : N ; - konjunkturraad_nn_1 : N ; - konkav_av_1 : A ; - konkavkonvex_av_1 : A ; - konklav_nn_1 : N ; - konklusion_nn_1 : N ; - konklusiv_av_1 : A ; - konkordans_nn_1 : N ; - konkordat_nn_1 : N ; - konkrement_nn_1 : N ; - konkret_av_1 : A ; - konkretion_nn_1 : N ; - konkubin_nn_1 : N ; - konkurrenskraftig_av_1 : A ; - konkurrent_nn_1 : N ; - konkurs_nn_1 : N ; - konkursbevakning_nn_1 : N ; - konkursbo_nn_1 : N ; - konkursdividend_nn_1 : N ; - konkursfoervaltare_nn_1 : N ; - konkursmaessig_av_1 : A ; - konkursrealisation_nn_1 : N ; - konnaessans_nn_1 : N ; - konnaessoer_nn_1 : N ; - konnotation_nn_1 : N ; - konnotativ_av_1 : A ; - konossement_nn_1 : N ; - konprick_nn_1 : N ; - konsekutiv_av_1 : A ; - konsekvens_nn_1 : N ; - konsekvent_av_1 : A ; - konselj_nn_1 : N ; - konseljpresident_nn_1 : N ; - konsert_nn_1 : N ; - konserthus_nn_1 : N ; - konsertmaestare_nn_1 : N ; - konserv_nn_1 : N ; - konservativ_av_1 : A ; - konservator_nn_1 : N ; - konservatorium_nn_1 : N ; - konservburk_nn_1 : N ; - konservering_nn_1 : N ; - konserveringsapparat_nn_1 : N ; - konserveringsmedel_nn_1 : N ; - konservoeppnare_nn_1 : N ; - konsideration_nn_1 : N ; - konsignation_nn_1 : N ; - konsilians_nn_1 : N ; - konsiliant_av_1 : A ; - konsilium_nn_1 : N ; - konsistens_nn_1 : N ; - konsistensgivare_nn_1 : N ; - konsistorial_av_1 : A ; - konsistorium_nn_1 : N ; - konsol_nn_1 : N ; - konsolidering_nn_1 : N ; - konsomme_nn_1 : N ; - konsonans_nn_1 : N ; - konsonant_av_1 : A ; - konsonant_nn_1 : N ; - konsonantstam_nn_1 : N ; - konsonantsystem_nn_1 : N ; - konsortium_nn_1 : N ; - konspiration_nn_1 : N ; - konspirativ_av_1 : A ; - konspiratoer_nn_1 : N ; - konspiratorisk_av_1 : A ; - konst_nn_1 : N ; - konstaakare_nn_1 : N ; - konstaelskare_nn_1 : N ; - konstansfenomen_nn_1 : N ; - konstant_av_1 : A ; - konstant_nn_1 : N ; - konstapel_nn_1 : N ; - konstart_nn_1 : N ; - konstaterande_nn_1 : N ; - konstberidare_nn_1 : N ; - konstbevattning_nn_1 : N ; - konstellation_nn_1 : N ; - konstfaerdig_av_1 : A ; - konstfiber_nn_1 : N ; - konstflygning_nn_1 : N ; - konstfoerening_nn_1 : N ; - konstfoerfaren_av_1 : A ; - konstfoervant_nn_1 : N ; - konstfrusen_av_1 : A ; - konstfull_av_1 : A ; - konstgalleri_nn_1 : N ; - konstgjord_av_1 : A ; - konstgrepp_nn_1 : N ; - konsthall_nn_1 : N ; - konsthantverk_nn_1 : N ; - konstharts_nn_1 : N ; - konsthistorisk_av_1 : A ; - konstifik_av_1 : A ; - konstig_av_1 : A ; - konstindustri_nn_1 : N ; - konstitution_nn_1 : N ; - konstitutionell_av_1 : A ; - konstitutiv_av_1 : A ; - konstitutorial_nn_1 : N ; - konstkritiker_nn_1 : N ; - konstliv_nn_1 : N ; - konstloes_av_1 : A ; - konstmaalare_nn_1 : N ; - konstmaalning_nn_1 : N ; - konstmuseum_nn_1 : N ; - konstnaer_nn_1 : N ; - konstnaerlig_av_1 : A ; - konstnaerssjael_nn_1 : N ; - konstpaus_nn_1 : N ; - konstridning_nn_1 : N ; - konstrik_av_1 : A ; - konstriktning_nn_1 : N ; - konstruktion_nn_1 : N ; - konstruktionsdetalj_nn_1 : N ; - konstruktionslexikon_nn_1 : N ; - konstruktionsmaterial_nn_1 : N ; - konstruktionsritning_nn_1 : N ; - konstruktiv_av_1 : A ; - konstruktoer_nn_1 : N ; - konstryttare_nn_1 : N ; - konstsalong_nn_1 : N ; - konstskicklig_av_1 : A ; - konstskojare_nn_1 : N ; - konststil_nn_1 : N ; - konstutstaellning_nn_1 : N ; - konstverk_nn_1 : N ; - konsul_nn_1 : N ; - konsulaer_av_1 : A ; - konsularjurisdiktion_nn_1 : N ; - konsulat_nn_1 : N ; - konsulent_nn_1 : N ; - konsulinna_nn_1 : N ; - konsult_nn_1 : N ; - konsultation_nn_1 : N ; - konsultativ_av_1 : A ; - konsulterande_av_1 : A ; - konsument_nn_1 : N ; - konsumentfoerening_nn_1 : N ; - konsumentombudsman_nn_1 : N ; - konsumentpris_nn_1 : N ; - konsumentprisindex_nn_1 : N ; - konsumentverk_nn_1 : N ; - konsumtionsmoejlighet_nn_1 : N ; - konsumtionsskatt_nn_1 : N ; - konsumtionsskillnad_nn_1 : N ; - kont_nn_1 : N ; - kontagioes_av_1 : A ; - kontakt_nn_1 : N ; - kontaktannons_nn_1 : N ; - kontaktborste_nn_1 : N ; - kontaktinfektion_nn_1 : N ; - kontaktkopia_nn_1 : N ; - kontaktledning_nn_1 : N ; - kontaktlins_nn_1 : N ; - kontamination_nn_1 : N ; - kontant_av_1 : A ; - kontemplation_nn_1 : N ; - kontemplativ_av_1 : A ; - konteramiral_nn_1 : N ; - konterfej_nn_1 : N ; - kontext_nn_1 : N ; - kontinent_nn_1 : N ; - kontinental_av_1 : A ; - kontinentalplataa_nn_1 : N ; - kontinentalsockel_nn_1 : N ; - kontingent_nn_1 : N ; - kontinuerlig_av_1 : A ; - kontinuitet_nn_1 : N ; - kontinuum_nn_1 : N ; - konto_nn_1 : N ; - kontoinnehavare_nn_1 : N ; - kontokort_nn_1 : N ; - kontokurant_nn_1 : N ; - kontonummer_nn_1 : N ; - kontor_nn_1 : N ; - kontorist_nn_1 : N ; - kontorschef_nn_1 : N ; - kontorshus_nn_1 : N ; - kontorslandskap_nn_1 : N ; - kontorsplats_nn_1 : N ; - kontorspulpet_nn_1 : N ; - kontorsrum_nn_1 : N ; - kontorsslav_nn_1 : N ; - kontorsstol_nn_1 : N ; - kontorstid_nn_1 : N ; - kontorsvana_nn_1 : N ; - kontoutdrag_nn_1 : N ; - kontraalt_nn_1 : N ; - kontrabas_nn_1 : N ; - kontrabok_nn_1 : N ; - kontradans_nn_1 : N ; - kontradiktion_nn_1 : N ; - kontradiktorisk_av_1 : A ; - kontraer_av_1 : A ; - kontrahent_nn_1 : N ; - kontraindikation_nn_1 : N ; - kontrakt_nn_1 : N ; - kontraktil_av_1 : A ; - kontraktion_nn_1 : N ; - kontraktsbrott_nn_1 : N ; - kontraktsenlig_av_1 : A ; - kontraktsprost_nn_1 : N ; - kontraktstid_nn_1 : N ; - kontraktsvidrig_av_1 : A ; - kontramaerke_nn_1 : N ; - kontraorder_nn_1 : N ; - kontraproposition_nn_1 : N ; - kontrarevolution_nn_1 : N ; - kontrast_nn_1 : N ; - kontrastmedel_nn_1 : N ; - kontribution_nn_1 : N ; - kontring_nn_1 : N ; - kontroll_nn_1 : N ; - kontrollant_nn_1 : N ; - kontrollavgift_nn_1 : N ; - kontrollbesiktning_nn_1 : N ; - kontrollbord_nn_1 : N ; - kontrollgrupp_nn_1 : N ; - kontrollinstrument_nn_1 : N ; - kontrollmaerke_nn_1 : N ; - kontrollnummer_nn_1 : N ; - kontrolloer_nn_1 : N ; - kontrollrum_nn_1 : N ; - kontrollstaempel_nn_1 : N ; - kontrolluppgift_nn_1 : N ; - kontrollvaegning_nn_1 : N ; - kontrovers_nn_1 : N ; - kontroversiell_av_1 : A ; - kontumaciedom_nn_1 : N ; - kontur_nn_1 : N ; - konturloes_av_1 : A ; - konturskarp_av_1 : A ; - kontusion_nn_1 : N ; - konung_nn_1 : N ; - konungaaett_nn_1 : N ; - konungabok_nn_1 : N ; - konungadoeme_nn_1 : N ; - konungaed_nn_1 : N ; - konungahus_nn_1 : N ; - konungalaengd_nn_1 : N ; - konungarike_nn_1 : N ; - konungasaete_nn_1 : N ; - konungsk_av_1 : A ; - konungslig_av_1 : A ; - konvalescent_av_1 : A ; - konvalescent_nn_1 : N ; - konvalescenthem_nn_1 : N ; - konvalj_nn_1 : N ; - konvalje_nn_1 : N ; - konvenansparti_nn_1 : N ; - konvent_nn_1 : N ; - konventikel_nn_1 : N ; - konvention_nn_1 : N ; - konventionell_av_1 : A ; - konvergent_av_1 : A ; - konversabel_av_1 : A ; - konversation_nn_1 : N ; - konversationslexikon_nn_1 : N ; - konversion_nn_1 : N ; - konversiv_av_1 : A ; - konverter_nn_1 : N ; - konvertibel_av_1 : A ; - konvertit_nn_1 : N ; - konvex_av_1 : A ; - konvexkonkav_av_1 : A ; - konviktorium_nn_1 : N ; - konvoj_nn_1 : N ; - konvolut_nn_1 : N ; - konvulsion_nn_1 : N ; - konvulsivisk_av_1 : A ; - kooega_nn_1 : N ; - kooperativ_av_1 : A ; - kooperativ_nn_1 : N ; - kooperatoer_nn_1 : N ; - koordinat_nn_1 : N ; - koordinataxel_nn_1 : N ; - koordinator_nn_1 : N ; - koordinatsystem_nn_1 : N ; - kopek_nn_1 : N ; - kopernikansk_av_1 : A ; - kopia_nn_1 : N ; - kopiator_nn_1 : N ; - kopiepapper_nn_1 : N ; - kopiering_nn_1 : N ; - kopieringsapparat_nn_1 : N ; - kopieringsmaskin_nn_1 : N ; - kopiesvarv_nn_1 : N ; - kopioes_av_1 : A ; - kopist_nn_1 : N ; - kopp_nn_1 : N ; - koppaerr_nn_1 : N ; - koppaerrig_av_1 : A ; - kopparbrun_av_1 : A ; - kopparledning_nn_1 : N ; - kopparmynt_nn_1 : N ; - kopparorm_nn_1 : N ; - kopparplaat_nn_1 : N ; - kopparroed_av_1 : A ; - kopparslagare_nn_1 : N ; - kopparspiral_nn_1 : N ; - kopparstick_nn_1 : N ; - kopparsulfat_nn_1 : N ; - koppel_nn_1 : N ; - koppelvan_av_1 : A ; - kopplare_nn_1 : N ; - koppleri_nn_1 : N ; - koppling_nn_1 : N ; - kopplingspedal_nn_1 : N ; - kopplingsschema_nn_1 : N ; - kopplingston_nn_1 : N ; - koppympning_nn_1 : N ; - kopter_nn_1 : N ; - koptisk_av_1 : A ; - kopulation_nn_1 : N ; - kopulativ_av_1 : A ; - kor_nn_1 : N ; - koral_nn_1 : N ; - koralbok_nn_1 : N ; - korall_nn_1 : N ; - koralldjur_nn_1 : N ; - korallhalsband_nn_1 : N ; - koralloe_nn_1 : N ; - korallorm_nn_1 : N ; - korallrev_nn_1 : N ; - korallroed_av_1 : A ; - kordial_av_1 : A ; - kordong_nn_1 : N ; - kordongskruv_nn_1 : N ; - korean_nn_1 : N ; - koreanska_nn_2 : N ; - koreograf_nn_1 : N ; - koreografisk_av_1 : A ; - korg_nn_1 : N ; - korgblommig_av_1 : A ; - korgosse_nn_1 : N ; - korgstol_nn_1 : N ; - korint_nn_1 : N ; - korinter_nn_1 : N ; - korintisk_av_1 : A ; - korist_nn_1 : N ; - kork_nn_1 : N ; - korkcell_nn_1 : N ; - korkek_nn_1 : N ; - korkgolv_nn_1 : N ; - korklager_nn_1 : N ; - korkpistol_nn_1 : N ; - korkskoerd_nn_1 : N ; - korkskruv_nn_1 : N ; - korkskruvslock_nn_1 : N ; - korksmak_nn_1 : N ; - korkvaevnad_nn_1 : N ; - kormaestare_nn_1 : N ; - kormoran_nn_1 : N ; - korn_nn_1 : N ; - kornaaker_nn_1 : N ; - kornblaa_av_1 : A ; - kornblixt_nn_1 : N ; - kornbod_nn_1 : N ; - kornbroed_nn_1 : N ; - kornett_nn_1 : N ; - kornettist_nn_1 : N ; - korngryn_nn_1 : N ; - korngul_av_1 : A ; - kornig_av_1 : A ; - kornisch_nn_1 : N ; - kornknarr_nn_1 : N ; - korollarium_nn_1 : N ; - korp_nn_1 : N ; - korporation_nn_1 : N ; - korporativ_av_1 : A ; - korpral_nn_1 : N ; - korpsvart_av_1 : A ; - korpulent_av_1 : A ; - korpus_nn_1 : N ; - korpuskel_nn_1 : N ; - korr_nn_1 : N ; - korrekt_av_1 : A ; - korrektion_nn_1 : N ; - korrektionsanstalt_nn_1 : N ; - korrektiv_nn_1 : N ; - korrektur_nn_1 : N ; - korrekturfel_nn_1 : N ; - korrekturtecken_nn_1 : N ; - korrelat_nn_1 : N ; - korrelation_nn_1 : N ; - korrespondens_nn_1 : N ; - korrespondenskort_nn_1 : N ; - korrespondenskurs_nn_1 : N ; - korrespondent_nn_1 : N ; - korridor_nn_1 : N ; - korridorsystem_nn_1 : N ; - korrupt_av_1 : A ; - kors_nn_1 : N ; - korsar_nn_1 : N ; - korsband_nn_1 : N ; - korsbefruktning_nn_1 : N ; - korsben_nn_1 : N ; - korsblommig_av_1 : A ; - korselett_nn_1 : N ; - korsett_nn_1 : N ; - korsettfjaeder_nn_1 : N ; - korsfaestelse_nn_1 : N ; - korsfarare_nn_1 : N ; - korsfoerhoer_nn_1 : N ; - korsgaang_nn_1 : N ; - korshaenvisning_nn_1 : N ; - korsikan_nn_1 : N ; - korsikanare_nn_1 : N ; - korskrank_nn_1 : N ; - korskyrka_nn_1 : N ; - korsnaebb_nn_1 : N ; - korsning_nn_1 : N ; - korso_nn_1 : N ; - korsord_nn_1 : N ; - korspollination_nn_1 : N ; - korsriddare_nn_1 : N ; - korsrygg_nn_1 : N ; - korsspindel_nn_1 : N ; - korsstygn_nn_1 : N ; - korstaag_nn_1 : N ; - korstecken_nn_1 : N ; - korsvaeg_nn_1 : N ; - korsvalv_nn_1 : N ; - korsvirkeshus_nn_1 : N ; - kort_av_1 : A ; - kort_nn_1 : N ; - kortaenda_nn_1 : N ; - kortbent_av_1 : A ; - kortdistans_nn_1 : N ; - kortdistansloepare_nn_1 : N ; - kortege_nn_1 : N ; - korteligen_ab_1 : Adv ; - kortfilm_nn_1 : N ; - kortform_nn_1 : N ; - kortfristig_av_1 : A ; - korthet_nn_1 : N ; - korthuggen_av_1 : A ; - korthus_nn_1 : N ; - kortison_nn_1 : N ; - kortkatalog_nn_1 : N ; - kortklippt_av_1 : A ; - kortkonst_nn_1 : N ; - kortkort_av_1 : A ; - kortlek_nn_1 : N ; - kortoxe_nn_1 : N ; - kortpipig_av_1 : A ; - kortregister_nn_1 : N ; - kortroman_nn_1 : N ; - kortsida_nn_1 : N ; - kortsiktig_av_1 : A ; - kortskallig_av_1 : A ; - kortsluta_vb_1 : V ; - kortslutning_nn_1 : N ; - kortspel_nn_1 : N ; - kortspelare_nn_1 : N ; - kortsynt_av_1 : A ; - korttaenkt_av_1 : A ; - kortvaagsbehandling_nn_1 : N ; - kortvaagsradio_nn_1 : N ; - kortvaegg_nn_1 : N ; - kortvaext_av_1 : A ; - kortvara_nn_1 : N ; - kortvarig_av_1 : A ; - kortvuxen_av_1 : A ; - korum_nn_1 : N ; - korund_nn_1 : N ; - korus_nn_1 : N ; - korv_nn_1 : N ; - korvett_nn_1 : N ; - korvgubbe_nn_1 : N ; - korvig_av_1 : A ; - korvkiosk_nn_1 : N ; - korvoere_nn_1 : N ; - korvsjoe_nn_1 : N ; - korvskinn_nn_1 : N ; - korvstaand_nn_1 : N ; - koryfe_nn_1 : N ; - kosack_nn_1 : N ; - kosackdans_nn_1 : N ; - koscher_av_1 : A ; - kosmetisk_av_1 : A ; - kosmetolog_nn_1 : N ; - kosmisk_av_1 : A ; - kosmodrom_nn_1 : N ; - kosmogoni_nn_1 : N ; - kosmolog_nn_1 : N ; - kosmologi_nn_1 : N ; - kosmologisk_av_1 : A ; - kosmonaut_nn_1 : N ; - kosmopolit_nn_1 : N ; - kosmopolitisk_av_1 : A ; - kosmos_nn_1 : N ; - kostbar_av_1 : A ; - koster_nn_1 : N ; - kostig_nn_1 : N ; - kostlig_av_1 : A ; - kostnad_nn_1 : N ; - kostnadsersaettning_nn_1 : N ; - kostnadsfri_av_1 : A ; - kostnadsram_nn_1 : N ; - kostsam_av_1 : A ; - kostvana_nn_1 : N ; - kostym_nn_1 : N ; - kostymbal_nn_1 : N ; - kostymering_nn_1 : N ; - kostympjaes_nn_1 : N ; - kotben_nn_1 : N ; - kotiljong_nn_1 : N ; - kotknackare_nn_1 : N ; - kotled_nn_1 : N ; - kotlett_nn_1 : N ; - kotlettfisk_nn_1 : N ; - kotlettrad_nn_1 : N ; - kotpelare_nn_1 : N ; - kotte_nn_1 : N ; - kotteri_nn_1 : N ; - koturn_nn_1 : N ; - kovaendning_nn_1 : N ; - kovalent_av_1 : A ; - kovall_nn_1 : N ; - kovert_av_1 : A ; - koyot_nn_1 : N ; - kpist_nn_1 : N ; - kraakbaer_nn_1 : N ; - kraakfaagel_nn_1 : N ; - kraakliknande_av_1 : A ; - kraakslott_nn_1 : N ; - kraal_nn_1 : N ; - kraangelmakare_nn_1 : N ; - kraanglig_av_1 : A ; - kraas_nn_2 : N ; - kraasnaal_nn_1 : N ; - krabat_nn_1 : N ; - kraeftbur_nn_1 : N ; - kraeftdjur_nn_1 : N ; - kraeftsvulst_nn_1 : N ; - kraek_nn_1 : N ; - kraekfaerdig_av_1 : A ; - kraekmedel_nn_1 : N ; - kraekning_nn_1 : N ; - kraeldjur_nn_1 : N ; - kraeldjurstyp_nn_1 : N ; - kraem_nn_1 : N ; - kraemare_nn_1 : N ; - kraemig_av_1 : A ; - kraengning_nn_1 : N ; - kraengningshaemmare_nn_1 : N ; - kraengningsprov_nn_1 : N ; - kraenkande_av_1 : A ; - kraenkning_nn_1 : N ; - kraesen_av_1 : A ; - kraeslig_av_1 : A ; - kraesligen_ab_1 : Adv ; - kraevande_av_1 : A ; - krafsig_av_1 : A ; - kraft_nn_1 : N ; - kraftaatgaerd_nn_1 : N ; - kraftaggregat_nn_1 : N ; - kraftanstraengning_nn_1 : N ; - kraftbaerare_nn_1 : N ; - kraftbehov_nn_1 : N ; - kraftbolag_nn_1 : N ; - kraftcentral_nn_1 : N ; - kraftcentrum_nn_1 : N ; - kraftekvation_nn_1 : N ; - kraftfaelt_nn_1 : N ; - kraftfoder_nn_1 : N ; - kraftfoeretag_nn_1 : N ; - kraftfull_av_1 : A ; - kraftig_av_1 : A ; - kraftkarl_nn_1 : N ; - kraftkraevande_av_1 : A ; - kraftledning_nn_1 : N ; - kraftlinje_nn_1 : N ; - kraftloes_av_1 : A ; - kraftloeshet_nn_1 : N ; - kraftmaetning_nn_1 : N ; - kraftnaet_nn_1 : N ; - kraftoeverfoering_nn_1 : N ; - kraftord_nn_1 : N ; - kraftpaket_nn_1 : N ; - kraftparallellogram_nn_1 : N ; - kraftpartikel_nn_1 : N ; - kraftprov_nn_1 : N ; - kraftsport_nn_1 : N ; - kraftstation_nn_1 : N ; - krafttag_nn_1 : N ; - kraftuttryck_nn_1 : N ; - kraftvaermeverk_nn_1 : N ; - kraftverk_nn_1 : N ; - kraftverksbygge_nn_1 : N ; - kraftvunnen_av_1 : A ; - krage_nn_1 : N ; - kraghandske_nn_1 : N ; - kragknapp_nn_1 : N ; - kragloes_av_1 : A ; - kragsnibb_nn_1 : N ; - kragsten_nn_1 : N ; - kragstoevel_nn_1 : N ; - krake_nn_1 : N ; - krakel_nn_1 : N ; - krakmandel_nn_1 : N ; - kral_nn_1 : N ; - kram_av_1 : A ; - kram_nn_1 : N ; - kramp_nn_1 : N ; - krampaktig_av_1 : A ; - kramploesande_av_1 : A ; - krampstillande_av_1 : A ; - kramsfaagel_nn_1 : N ; - kran_nn_1 : N ; - kranbalk_nn_1 : N ; - kranbalksvis_ab_1 : Adv ; - kranium_nn_1 : N ; - krank_av_1 : A ; - krankik_nn_1 : N ; - krans_nn_1 : N ; - kransartaer_nn_1 : N ; - kransband_nn_1 : N ; - kranskaerl_nn_1 : N ; - kransnedlaeggning_nn_1 : N ; - kranvatten_nn_1 : N ; - krasch_nn_2 : N ; - kraschan_nn_1 : N ; - krass_av_1 : A ; - krasslig_av_1 : A ; - krater_nn_1 : N ; - kraterberg_nn_1 : N ; - kratersjoe_nn_1 : N ; - krats_nn_1 : N ; - krav_nn_1 : N ; - kravall_nn_1 : N ; - kravallstaket_nn_1 : N ; - kravatt_nn_1 : N ; - kravattnaal_nn_1 : N ; - kravbrev_nn_1 : N ; - kravell_nn_1 : N ; - kravloes_av_1 : A ; - krax_nn_1 : N ; - kreation_nn_1 : N ; - kreativ_av_1 : A ; - kreativitet_nn_1 : N ; - kreatur_nn_1 : N ; - kreatursbesaettning_nn_1 : N ; - kreatursloes_av_1 : A ; - kredit_nn_1 : N ; - kreditinstitut_nn_1 : N ; - kreditiv_nn_1 : N ; - kreditkort_nn_1 : N ; - kreditmarknad_nn_1 : N ; - kreditor_nn_1 : N ; - kreditupplysning_nn_1 : N ; - krematorium_nn_1 : N ; - kremering_nn_1 : N ; - kremlolog_nn_1 : N ; - krenelering_nn_1 : N ; - kreol_nn_1 : N ; - kreolspraak_nn_1 : N ; - kreosotolja_nn_1 : N ; - krestomati_nn_1 : N ; - kretensare_nn_1 : N ; - kretensisk_av_1 : A ; - kreter_nn_1 : N ; - kretin_nn_1 : N ; - kretisk_av_1 : A ; - kretong_nn_1 : N ; - krets_nn_1 : N ; - kretsgaang_nn_1 : N ; - kretskort_nn_1 : N ; - kretslopp_nn_1 : N ; - krevad_nn_1 : N ; - krig_nn_1 : N ; - krigare_nn_1 : N ; - krigargrav_nn_1 : N ; - krigfoerande_av_1 : A ; - krigfoering_nn_1 : N ; - krigisk_av_1 : A ; - krigsaar_nn_1 : N ; - krigsbarn_nn_1 : N ; - krigsberedskap_nn_1 : N ; - krigsbuss_nn_1 : N ; - krigsbyte_nn_1 : N ; - krigsdans_nn_1 : N ; - krigsdekoration_nn_1 : N ; - krigsfaange_nn_1 : N ; - krigsfartyg_nn_1 : N ; - krigsfoerbrytare_nn_1 : N ; - krigsfoerbrytelse_nn_1 : N ; - krigsfoerklaring_nn_1 : N ; - krigsgud_nn_1 : N ; - krigsherre_nn_1 : N ; - krigshierarki_nn_1 : N ; - krigskorrespondent_nn_1 : N ; - krigsmaalning_nn_1 : N ; - krigsmakt_nn_1 : N ; - krigsman_nn_1 : N ; - krigsmiljoe_nn_1 : N ; - krigsplacering_nn_1 : N ; - krigsraad_nn_1 : N ; - krigsraedd_av_1 : A ; - krigsroman_nn_1 : N ; - krigsskaadeplats_nn_1 : N ; - krigsskadestaand_nn_1 : N ; - krigsskepp_nn_1 : N ; - krigsslut_nn_1 : N ; - krigsspel_nn_1 : N ; - krigstaag_nn_1 : N ; - krigstillstaand_nn_1 : N ; - krigstjaenstgoering_nn_1 : N ; - krigsutbrott_nn_1 : N ; - krikon_nn_1 : N ; - krillaetare_nn_1 : N ; - krillstim_nn_1 : N ; - kriminalare_nn_1 : N ; - kriminaldaare_nn_1 : N ; - kriminalitet_nn_1 : N ; - kriminalpolis_nn_1 : N ; - kriminalregister_nn_1 : N ; - kriminalroman_nn_1 : N ; - kriminell_av_1 : A ; - kriminologisk_av_1 : A ; - kring_ab_1 : Adv ; - kringboende_av_1 : A ; - kringbyggd_av_1 : A ; - kringfarande_av_1 : A ; - kringflackande_av_1 : A ; - kringgaa_vb_1 : V ; - kringla_nn_1 : N ; - kringliggande_av_1 : A ; - kringresande_av_1 : A ; - kringsjuk_av_1 : A ; - kringskaera_vb_1 : V ; - kringspringande_av_1 : A ; - kringstaaende_av_1 : A ; - kringsynt_av_1 : A ; - kringutrustning_nn_1 : N ; - kringvaervd_av_1 : A ; - kringvandrande_av_1 : A ; - krinolin_nn_1 : N ; - kris_nn_1 : N ; - kris_nn_2 : N ; - krismedel_nn_1 : N ; - krispaket_nn_1 : N ; - kristall_nn_1 : N ; - kristallaxel_nn_1 : N ; - kristallform_nn_1 : N ; - kristallglas_nn_1 : N ; - kristallin_av_1 : A ; - kristallinisk_av_1 : A ; - kristallins_nn_1 : N ; - kristallisation_nn_1 : N ; - kristallisk_av_1 : A ; - kristallklar_av_1 : A ; - kristallmoenster_nn_1 : N ; - kristallmottagare_nn_1 : N ; - kristallografisk_av_1 : A ; - kristallsystem_nn_1 : N ; - kristen_av_1 : A ; - kristendom_nn_1 : N ; - kristenhet_nn_1 : N ; - kristid_nn_1 : N ; - kristidsfoeretag_nn_1 : N ; - kristlig_av_1 : A ; - kristtorn_nn_1 : N ; - kristtrogen_av_1 : A ; - kristusmonogram_nn_1 : N ; - kriterium_nn_1 : N ; - kritig_av_1 : A ; - kritik_nn_1 : N ; - kritiker_nn_1 : N ; - kritikloes_av_1 : A ; - kritikstorm_nn_1 : N ; - kritisk_av_1 : A ; - kritstreck_nn_1 : N ; - kritstrecksrandig_av_1 : A ; - kritter_nn_1 : N ; - kritvit_av_1 : A ; - kroat_nn_1 : N ; - kroatiska_nn_2 : N ; - krock_nn_1 : N ; - kroegare_nn_1 : N ; - kroek_nn_1 : N ; - kroekning_nn_1 : N ; - kroekt_av_1 : A ; - kroen_nn_1 : N ; - kroenika_nn_1 : N ; - kroenikebok_nn_1 : N ; - kroenikespel_nn_1 : N ; - kroenikoer_nn_1 : N ; - kroening_nn_1 : N ; - kroeson_nn_1 : N ; - kroesus_nn_1 : N ; - krog_nn_1 : N ; - krogkund_nn_1 : N ; - krogrond_nn_1 : N ; - krogshow_nn_1 : N ; - krogsvaeng_nn_1 : N ; - krok_nn_1 : N ; - krokan_nn_1 : N ; - krokben_ab_1 : Adv ; - krokett_nn_1 : N ; - kroki_nn_1 : N ; - krokig_av_1 : A ; - krokighet_nn_1 : N ; - kroknaest_av_1 : A ; - krokodil_nn_1 : N ; - krokryggig_av_1 : A ; - kroksabel_nn_1 : N ; - krokus_nn_1 : N ; - krokvaeg_nn_1 : N ; - krokvuxen_av_1 : A ; - kromat_nn_1 : N ; - kromatisk_av_1 : A ; - kromolitografi_nn_1 : N ; - kromosom_nn_1 : N ; - kromosompar_nn_1 : N ; - kromosomuppsaettning_nn_1 : N ; - kronblad_nn_1 : N ; - kronbrud_nn_1 : N ; - krondike_nn_1 : N ; - kronhaest_nn_1 : N ; - kronhjort_nn_1 : N ; - kroniker_nn_1 : N ; - kronikerhem_nn_1 : N ; - kronisk_av_1 : A ; - kronjurist_nn_1 : N ; - kronjuvel_nn_1 : N ; - kronkoloni_nn_1 : N ; - kronmutter_nn_1 : N ; - kronofogde_nn_1 : N ; - kronojaegare_nn_1 : N ; - kronojord_nn_1 : N ; - kronologi_nn_1 : N ; - kronologisk_av_1 : A ; - kronometer_nn_1 : N ; - kronopark_nn_1 : N ; - kronoutskyld_nn_1 : N ; - kronprins_nn_1 : N ; - krontal_nn_1 : N ; - kronvittne_nn_1 : N ; - kronvrak_nn_1 : N ; - kropp_nn_1 : N ; - kroppaas_nn_1 : N ; - kroppsarbetare_nn_1 : N ; - kroppsbild_nn_1 : N ; - kroppsbyggare_nn_1 : N ; - kroppsbyggnad_nn_1 : N ; - kroppscell_nn_1 : N ; - kroppsdel_nn_1 : N ; - kroppsfett_nn_1 : N ; - kroppsform_nn_1 : N ; - kroppsfunktion_nn_1 : N ; - kroppskanal_nn_1 : N ; - kroppslig_av_1 : A ; - kroppsligen_ab_1 : Adv ; - kroppsnaera_av_1 : A ; - kroppsoeppning_nn_1 : N ; - kroppsoevning_nn_1 : N ; - kroppsorgan_nn_1 : N ; - kroppsroerelse_nn_1 : N ; - kroppsstaellning_nn_1 : N ; - kroppsstyrka_nn_1 : N ; - kroppstemperatur_nn_1 : N ; - kroppsvaetska_nn_1 : N ; - kroppsvaevnad_nn_1 : N ; - kroppsvikt_nn_1 : N ; - kroppsvisitation_nn_1 : N ; - kross_nn_1 : N ; - krossaar_nn_1 : N ; - krossfri_av_1 : A ; - krossmaskin_nn_1 : N ; - krubbitare_nn_1 : N ; - krucifix_nn_1 : N ; - krukgods_nn_1 : N ; - krukmakare_nn_1 : N ; - krukmakeri_nn_1 : N ; - krukvaext_nn_1 : N ; - krullhaarig_av_1 : A ; - krullig_av_1 : A ; - krum_av_1 : A ; - krumbukt_nn_1 : N ; - krumelur_nn_1 : N ; - krumhorn_nn_1 : N ; - krumpen_av_1 : A ; - krumspraang_nn_1 : N ; - krumstav_nn_1 : N ; - krus_nn_1 : N ; - krusbaer_nn_1 : N ; - krusbaersbuske_nn_1 : N ; - kruserlig_av_1 : A ; - krushaarig_av_1 : A ; - krusidull_nn_1 : N ; - krusidullig_av_1 : A ; - krusig_av_1 : A ; - krustaang_nn_1 : N ; - krustaatel_nn_1 : N ; - krustad_nn_1 : N ; - krutdurk_nn_1 : N ; - krutgas_nn_1 : N ; - krutgubbe_nn_1 : N ; - kruthorn_nn_1 : N ; - krutkorn_nn_1 : N ; - krutmotor_nn_1 : N ; - krutong_nn_1 : N ; - krutsort_nn_1 : N ; - kruttorr_av_1 : A ; - krux_nn_1 : N ; - kry_av_1 : A ; - kryckig_av_1 : A ; - kryddbod_nn_1 : N ; - kryddgroensak_nn_1 : N ; - kryddoert_nn_1 : N ; - kryddsaas_nn_1 : N ; - kryddstark_av_1 : A ; - kryddvaext_nn_1 : N ; - krympfilm_nn_1 : N ; - krympfri_av_1 : A ; - krympling_nn_1 : N ; - krympmaan_nn_1 : N ; - kryogen_av_1 : A ; - kryostat_nn_1 : N ; - kryoteknik_nn_1 : N ; - kryp_nn_1 : N ; - kryperi_nn_1 : N ; - krypfil_nn_1 : N ; - kryphaal_nn_1 : N ; - kryphaallfasthet_nn_1 : N ; - krypin_nn_1 : N ; - krypskytt_nn_1 : N ; - kryptisk_av_1 : A ; - krypto_nn_1 : N ; - kryptofascist_nn_1 : N ; - kryptogam_av_1 : A ; - kryptogam_nn_1 : N ; - krysantem_nn_1 : N ; - krysantemum_nn_1 : N ; - krysolit_nn_1 : N ; - krysopras_nn_1 : N ; - kryss_nn_1 : N ; - kryssare_nn_1 : N ; - kryssfoerband_nn_1 : N ; - krysshult_nn_1 : N ; - kryssmast_nn_1 : N ; - kryssning_nn_1 : N ; - kryssningsraket_nn_1 : N ; - kryssningsrobot_nn_1 : N ; - krysstag_nn_1 : N ; - kryssvalv_nn_1 : N ; - krystvaerk_nn_1 : N ; - kub_nn_1 : N ; - kuban_nn_1 : N ; - kubansk_av_1 : A ; - kubb_nn_1 : N ; - kubbe_nn_1 : N ; - kubik_nn_1 : N ; - kubikdecimeter_nn_1 : N ; - kubikmeter_nn_1 : N ; - kubikmillimeter_nn_1 : N ; - kubikrot_nn_1 : N ; - kubisk_av_1 : A ; - kubist_nn_1 : N ; - kubistisk_av_1 : A ; - kudde_nn_1 : N ; - kuddkrig_nn_1 : N ; - kuddvar_nn_1 : N ; - kuf_nn_1 : N ; - kufisk_av_1 : A ; - kugg_nn_1 : N ; - kugge_nn_1 : N ; - kuggfraaga_nn_1 : N ; - kugghjul_nn_1 : N ; - kuggstaang_nn_1 : N ; - kuggvaexel_nn_1 : N ; - kujon_nn_1 : N ; - kuk_nn_1 : N ; - kul_av_1 : A ; - kulak_nn_1 : N ; - kulen_av_1 : A ; - kulfaang_nn_1 : N ; - kulgevaer_nn_1 : N ; - kulhaal_nn_1 : N ; - kuli_nn_1 : N ; - kulig_av_1 : A ; - kulinarisk_av_1 : A ; - kuling_nn_1 : N ; - kuliss_nn_1 : N ; - kulkaerve_nn_1 : N ; - kulkvarn_nn_1 : N ; - kull_ab_1 : Adv ; - kull_nn_1 : N ; - kullager_nn_1 : N ; - kulle_nn_1 : N ; - kulled_nn_1 : N ; - kullersten_nn_1 : N ; - kullig_av_1 : A ; - kullkamrat_nn_1 : N ; - kullko_nn_1 : N ; - kullrig_av_1 : A ; - kullsyskon_nn_1 : N ; - kulmage_nn_1 : N ; - kulmination_nn_1 : N ; - kuloer_nn_1 : N ; - kuloert_av_1 : A ; - kuloertvaett_nn_1 : N ; - kulram_nn_1 : N ; - kulskrivmaskin_nn_1 : N ; - kulspel_nn_1 : N ; - kulsprutegevaer_nn_1 : N ; - kulsprutepistol_nn_1 : N ; - kulstoetare_nn_1 : N ; - kulstoetning_nn_1 : N ; - kult_nn_1 : N ; - kult_nn_2 : N ; - kultfoeremaal_nn_1 : N ; - kulthandling_nn_1 : N ; - kulting_nn_1 : N ; - kultisk_av_1 : A ; - kultivator_nn_1 : N ; - kultplats_nn_1 : N ; - kultur_nn_1 : N ; - kulturaktivitet_nn_1 : N ; - kulturarbetare_nn_1 : N ; - kulturartikel_nn_1 : N ; - kulturarv_nn_1 : N ; - kulturattache_nn_1 : N ; - kulturbaerare_nn_1 : N ; - kulturbygd_nn_1 : N ; - kulturcentrum_nn_1 : N ; - kulturchock_nn_1 : N ; - kulturdebatt_nn_1 : N ; - kulturell_av_1 : A ; - kulturfientlig_av_1 : A ; - kulturfolk_nn_1 : N ; - kulturform_nn_1 : N ; - kulturgaerning_nn_1 : N ; - kulturhistorisk_av_1 : A ; - kulturhus_nn_1 : N ; - kulturinstitut_nn_1 : N ; - kulturknutte_nn_1 : N ; - kulturkollision_nn_1 : N ; - kulturkrets_nn_1 : N ; - kulturlager_nn_1 : N ; - kulturland_nn_1 : N ; - kulturlandskap_nn_1 : N ; - kulturminne_nn_1 : N ; - kulturminnesmaerke_nn_1 : N ; - kulturminnesvaard_nn_1 : N ; - kulturmoenster_nn_1 : N ; - kulturperson_nn_1 : N ; - kulturpersonlighet_nn_1 : N ; - kulturraad_nn_1 : N ; - kulturradikal_nn_1 : N ; - kulturreservat_nn_1 : N ; - kulturrevolution_nn_1 : N ; - kultursida_nn_1 : N ; - kulturskribent_nn_1 : N ; - kulturutbyte_nn_1 : N ; - kulturvaext_nn_1 : N ; - kulventil_nn_1 : N ; - kulvert_nn_1 : N ; - kummel_nn_1 : N ; - kummel_nn_2 : N ; - kumpan_nn_1 : N ; - kumulativ_av_1 : A ; - kumulering_nn_1 : N ; - kund_nn_1 : N ; - kundkrets_nn_1 : N ; - kundvagn_nn_1 : N ; - kung_nn_1 : N ; - kungaaett_nn_1 : N ; - kungadoeme_nn_1 : N ; - kungaed_nn_1 : N ; - kungahus_nn_1 : N ; - kungalaengd_nn_1 : N ; - kungasaete_nn_1 : N ; - kungaval_nn_1 : N ; - kunglig_av_1 : A ; - kunglighet_nn_1 : N ; - kungoerelse_nn_1 : N ; - kungsaadra_nn_1 : N ; - kungsaengslilja_nn_1 : N ; - kungsblaa_av_1 : A ; - kungsbonde_nn_1 : N ; - kungsfaagel_nn_1 : N ; - kungsfiskare_nn_1 : N ; - kungsgaard_nn_1 : N ; - kungsgambit_nn_1 : N ; - kungshoeg_nn_1 : N ; - kungsljus_nn_1 : N ; - kungsoern_nn_1 : N ; - kungsord_nn_1 : N ; - kungstanke_nn_1 : N ; - kungstiger_nn_1 : N ; - kungsvaeg_nn_1 : N ; - kunnig_av_1 : A ; - kunskap_nn_1 : N ; - kunskapare_nn_1 : N ; - kunskapskontroll_nn_1 : N ; - kunskapsnivaa_nn_1 : N ; - kunskapsstoff_nn_1 : N ; - kupe_nn_1 : N ; - kupevaermare_nn_1 : N ; - kupidon_nn_1 : N ; - kupig_av_1 : A ; - kuplett_nn_1 : N ; - kupol_nn_1 : N ; - kupolformig_av_1 : A ; - kupolgrav_nn_1 : N ; - kupong_nn_1 : N ; - kupongklippare_nn_1 : N ; - kupp_nn_1 : N ; - kuppfoersoek_nn_1 : N ; - kur_nn_1 : N ; - kur_nn_2 : N ; - kuranstalt_nn_1 : N ; - kurant_av_1 : A ; - kuratel_nn_1 : N ; - kurativ_av_1 : A ; - kurator_nn_1 : N ; - kurbits_nn_1 : N ; - kurd_nn_1 : N ; - kurdiska_nn_2 : N ; - kurfurste_nn_1 : N ; - kurhus_nn_1 : N ; - kurioes_av_1 : A ; - kuriositet_nn_1 : N ; - kuriosum_nn_1 : N ; - kurir_nn_1 : N ; - kurirpass_nn_1 : N ; - kurort_nn_1 : N ; - kurr_nn_2 : N ; - kurre_nn_1 : N ; - kurs_nn_1 : N ; - kursare_nn_1 : N ; - kursiv_av_1 : A ; - kursiv_nn_1 : N ; - kurskamrat_nn_1 : N ; - kursnotering_nn_1 : N ; - kursor_nn_1 : N ; - kursorisk_av_1 : A ; - kursstegring_nn_1 : N ; - kurtage_nn_1 : N ; - kurtis_nn_1 : N ; - kurtisan_nn_1 : N ; - kurtisoer_nn_1 : N ; - kurvatur_nn_1 : N ; - kurvig_av_1 : A ; - kurvstabil_av_1 : A ; - kurvtagning_nn_1 : N ; - kuse_nn_1 : N ; - kusin_nn_1 : N ; - kusinaektenskap_nn_1 : N ; - kusk_nn_1 : N ; - kuskbock_nn_1 : N ; - kuslig_av_1 : A ; - kust_nn_1 : N ; - kustbygd_nn_1 : N ; - kustfisk_nn_1 : N ; - kustjaegare_nn_1 : N ; - kustlinje_nn_1 : N ; - kustod_nn_1 : N ; - kustomraade_nn_1 : N ; - kustort_nn_1 : N ; - kustslaett_nn_1 : N ; - kut_nn_1 : N ; - kutig_av_1 : A ; - kutryggig_av_1 : A ; - kutter_nn_2 : N ; - kutting_nn_1 : N ; - kuttrasju_nn_1 : N ; - kutym_nn_1 : N ; - kuvert_nn_1 : N ; - kuvertavgift_nn_1 : N ; - kuvertbroed_nn_1 : N ; - kuvoes_nn_1 : N ; - kuwaitier_nn_1 : N ; - kuwaitisk_av_1 : A ; - kvackare_nn_1 : N ; - kvacksalvare_nn_1 : N ; - kvacksalveri_nn_1 : N ; - kvader_nn_1 : N ; - kvadrant_nn_1 : N ; - kvadrat_nn_1 : N ; - kvadratisk_av_1 : A ; - kvadratkilometer_nn_1 : N ; - kvadratmeter_nn_1 : N ; - kvadratrot_nn_1 : N ; - kvadriljon_nn_1 : N ; - kvadrupelallians_nn_1 : N ; - kvaeda_vb_1 : V ; - kvaekare_nn_1 : N ; - kvaeljning_nn_1 : N ; - kvaell_nn_1 : N ; - kvaellsbris_nn_1 : N ; - kvaellsignal_nn_1 : N ; - kvaellskurs_nn_1 : N ; - kvaellslig_av_1 : A ; - kvaellsmaaltid_nn_1 : N ; - kvaellsmaenniska_nn_1 : N ; - kvaellsoeppen_av_1 : A ; - kvaellssammankomst_nn_1 : N ; - kvaellsunderhaallning_nn_1 : N ; - kvaellsvard_nn_1 : N ; - kvaevande_av_1 : A ; - kvaevegoedselmedel_nn_1 : N ; - kvaeveoxid_nn_1 : N ; - kval_nn_1 : N ; - kvalfull_av_1 : A ; - kvalfylld_av_1 : A ; - kvalificering_nn_1 : N ; - kvalifikation_nn_1 : N ; - kvalifikationsaar_nn_1 : N ; - kvalitativ_av_1 : A ; - kvalite_nn_1 : N ; - kvalitet_nn_1 : N ; - kvalitetsauktion_nn_1 : N ; - kvalitetskontroll_nn_1 : N ; - kvalmig_av_1 : A ; - kvalster_nn_1 : N ; - kvantitativ_av_1 : A ; - kvantitet_nn_1 : N ; - kvanttal_nn_1 : N ; - kvantum_nn_1 : N ; - kvar_ab_1 : Adv ; - kvargloemd_av_1 : A ; - kvarhaalla_vb_1 : V ; - kvark_nn_1 : N ; - kvarkklimp_nn_1 : N ; - kvarn_nn_1 : N ; - kvarndamm_nn_1 : N ; - kvarnhjul_nn_1 : N ; - kvarnsten_nn_1 : N ; - kvarnvinge_nn_1 : N ; - kvarsittare_nn_1 : N ; - kvarskatt_nn_1 : N ; - kvarstad_nn_1 : N ; - kvart_nn_1 : N ; - kvart_nn_2 : N ; - kvart_nn_3 : N ; - kvartal_nn_1 : N ; - kvarter_nn_1 : N ; - kvartermaestare_nn_1 : N ; - kvarterspolis_nn_1 : N ; - kvartett_nn_1 : N ; - kvartil_nn_1 : N ; - kvarting_nn_1 : N ; - kvarts_nn_1 : N ; - kvartsbutelj_nn_1 : N ; - kvartsfigur_nn_1 : N ; - kvartsfinal_nn_1 : N ; - kvartsit_nn_1 : N ; - kvartskristall_nn_1 : N ; - kvartssamtal_nn_1 : N ; - kvartssekel_nn_1 : N ; - kvartston_nn_1 : N ; - kvartsur_nn_1 : N ; - kvarvarande_av_1 : A ; - kvasar_nn_1 : N ; - kvasikontrakt_nn_1 : N ; - kvasikristall_nn_1 : N ; - kvass_nn_1 : N ; - kvast_nn_1 : N ; - kvastfening_nn_1 : N ; - kvastprick_nn_1 : N ; - kvastskaft_nn_1 : N ; - kvav_av_1 : A ; - kved_nn_1 : N ; - kverulant_nn_1 : N ; - kverulantisk_av_1 : A ; - kvick_av_1 : A ; - kvickhet_nn_1 : N ; - kvickhuvud_nn_1 : N ; - kvickoegd_av_1 : A ; - kvicksilverfoerening_nn_1 : N ; - kvicksilverpelare_nn_1 : N ; - kvicktaenkt_av_1 : A ; - kvidande_nn_1 : N ; - kvidd_nn_1 : N ; - kvigkalv_nn_1 : N ; - kvinna_nn_1 : N ; - kvinnfolk_nn_1 : N ; - kvinnlig_av_1 : A ; - kvinnoben_nn_1 : N ; - kvinnobild_nn_1 : N ; - kvinnobroest_nn_1 : N ; - kvinnodraekt_nn_1 : N ; - kvinnofaengelse_nn_1 : N ; - kvinnofoerfoerare_nn_1 : N ; - kvinnofraaga_nn_1 : N ; - kvinnofrisyr_nn_1 : N ; - kvinnograv_nn_1 : N ; - kvinnohus_nn_1 : N ; - kvinnoklinik_nn_1 : N ; - kvinnolaeger_nn_1 : N ; - kvinnolaekare_nn_1 : N ; - kvinnonamn_nn_1 : N ; - kvinnoplagg_nn_1 : N ; - kvinnopraest_nn_1 : N ; - kvinnoroerelse_nn_1 : N ; - kvinnoroll_nn_1 : N ; - kvinnorov_nn_1 : N ; - kvinnosakskvinna_nn_1 : N ; - kvinnosjukdom_nn_1 : N ; - kvinnoskulptur_nn_1 : N ; - kvinnotjusare_nn_1 : N ; - kvint_nn_1 : N ; - kvintett_nn_1 : N ; - kvisslig_av_1 : A ; - kvist_nn_1 : N ; - kvistfri_av_1 : A ; - kvisthaal_nn_1 : N ; - kvistig_av_1 : A ; - kvistliknande_av_1 : A ; - kvistloes_av_1 : A ; - kvitt_ab_1 : Adv ; - kvitt_av_1 : A ; - kvitten_nn_1 : N ; - kvittens_nn_1 : N ; - kvitteringsmaal_nn_1 : N ; - kvittning_nn_1 : N ; - kvitto_nn_1 : N ; - kvittrig_av_1 : A ; - kvot_nn_1 : N ; - kvotering_nn_1 : N ; - kybernetik_nn_1 : N ; - kybernetisk_av_1 : A ; - kyckling_nn_1 : N ; - kycklingmoder_nn_1 : N ; - kyffig_av_1 : A ; - kyl_nn_1 : N ; - kylare_nn_1 : N ; - kylargaller_nn_1 : N ; - kylargardin_nn_1 : N ; - kyldisk_nn_1 : N ; - kylhus_nn_1 : N ; - kylig_av_1 : A ; - kylklamp_nn_1 : N ; - kylkonserv_nn_1 : N ; - kylledning_nn_1 : N ; - kyller_nn_1 : N ; - kylning_nn_1 : N ; - kylsig_av_1 : A ; - kylskaap_nn_1 : N ; - kylslagen_av_1 : A ; - kylvagn_nn_1 : N ; - kymation_nn_1 : N ; - kymig_av_1 : A ; - kymograf_nn_1 : N ; - kymrer_nn_1 : N ; - kyniker_nn_1 : N ; - kynisk_av_1 : A ; - kynolog_nn_1 : N ; - kyp_nn_1 : N ; - kypare_nn_1 : N ; - kypert_nn_1 : N ; - kyrass_nn_1 : N ; - kyrassiaer_nn_1 : N ; - kyrillisk_av_1 : A ; - kyrka_nn_1 : N ; - kyrkbaat_nn_1 : N ; - kyrkbacke_nn_1 : N ; - kyrkbaenk_nn_1 : N ; - kyrkbesoek_nn_1 : N ; - kyrkbibel_nn_1 : N ; - kyrkbok_nn_1 : N ; - kyrkbroellop_nn_1 : N ; - kyrkby_nn_1 : N ; - kyrkfoenster_nn_1 : N ; - kyrklig_av_1 : A ; - kyrkoaar_nn_1 : N ; - kyrkoadjunkt_nn_1 : N ; - kyrkobesoek_nn_1 : N ; - kyrkobesoekare_nn_1 : N ; - kyrkobok_nn_1 : N ; - kyrkobroder_nn_1 : N ; - kyrkofader_nn_1 : N ; - kyrkofullmaektig_nn_1 : N ; - kyrkogaard_nn_1 : N ; - kyrkohandbok_nn_1 : N ; - kyrkoherde_nn_1 : N ; - kyrkoman_nn_1 : N ; - kyrkomoete_nn_1 : N ; - kyrkomusiker_nn_1 : N ; - kyrkoraad_nn_1 : N ; - kyrkorum_nn_1 : N ; - kyrkosaang_nn_1 : N ; - kyrkosamfund_nn_1 : N ; - kyrkospraak_nn_1 : N ; - kyrkostaemma_nn_1 : N ; - kyrkoton_nn_1 : N ; - kyrkotonart_nn_1 : N ; - kyrkoverksamhet_nn_1 : N ; - kyrksal_nn_1 : N ; - kyrksam_av_1 : A ; - kyrkskriva_vb_1 : V ; - kyrksocken_nn_1 : N ; - kyrkstoet_nn_1 : N ; - kyrktagning_nn_1 : N ; - kyrktorn_nn_1 : N ; - kyrktupp_nn_1 : N ; - kyrkvaerd_nn_1 : N ; - kyrkvaktmaestare_nn_1 : N ; - kysk_av_1 : A ; - kyskhet_nn_1 : N ; - kyskhetsbaelte_nn_1 : N ; - kyskhetsloefte_nn_1 : N ; - kyss_nn_1 : N ; - kyssaekta_av_1 : A ; - kysstaeck_av_1 : A ; - kytt_nn_1 : N ; - laadaemne_nn_1 : N ; - laadkamera_nn_1 : N ; - laadspik_nn_1 : N ; - laag_av_1 : A ; - laagblad_nn_1 : N ; - laagfaerg_nn_1 : N ; - laagfjaell_nn_1 : N ; - laagfrekvens_nn_1 : N ; - laagfrekvent_av_1 : A ; - laaghalt_av_1 : A ; - laaghet_nn_1 : N ; - laaghus_nn_1 : N ; - laaginkomsttagare_nn_1 : N ; - laagkonjunktur_nn_1 : N ; - laagkyrklig_av_1 : A ; - laaglaent_av_1 : A ; - laaglandsras_nn_1 : N ; - laagloeneprofil_nn_1 : N ; - laagmaeld_av_1 : A ; - laagmosse_nn_1 : N ; - laagpresterande_av_1 : A ; - laagpris_nn_1 : N ; - laagpriskort_nn_1 : N ; - laagproduktiv_av_1 : A ; - laagrelief_nn_1 : N ; - laagsaesong_nn_1 : N ; - laagsint_av_1 : A ; - laagsko_nn_1 : N ; - laagslaett_nn_1 : N ; - laagsniff_nn_1 : N ; - laagspaend_av_1 : A ; - laagspaenning_nn_1 : N ; - laagstadium_nn_1 : N ; - laagsvavlig_av_1 : A ; - laagtryck_nn_1 : N ; - laagtstaaende_av_1 : A ; - laagtysk_av_1 : A ; - laagvaerdig_av_1 : A ; - laagvaext_av_1 : A ; - laagvatten_nn_1 : N ; - laagvattenmaerke_nn_1 : N ; - laagvuxen_av_1 : A ; - laan_nn_1 : N ; - laaneansoekning_nn_1 : N ; - laanebibliotek_nn_1 : N ; - laaneexpedition_nn_1 : N ; - laaneform_nn_1 : N ; - laanegaranti_nn_1 : N ; - laanekoep_nn_1 : N ; - laanekontor_nn_1 : N ; - laanekort_nn_1 : N ; - laanetak_nn_1 : N ; - laanfaangen_av_1 : A ; - laang_av_1 : A ; - laangbaenk_nn_1 : N ; - laangbent_av_1 : A ; - laangboll_nn_1 : N ; - laangbord_nn_1 : N ; - laangdans_nn_1 : N ; - laangdistans_nn_1 : N ; - laangdistansloepning_nn_1 : N ; - laangdistansraket_nn_1 : N ; - laangdragen_av_1 : A ; - laangduk_nn_1 : N ; - laangeman_nn_1 : N ; - laangfaerd_nn_1 : N ; - laangfarare_nn_1 : N ; - laangfilm_nn_1 : N ; - laangfinger_nn_1 : N ; - laangfranska_nn_1 : N ; - laangfredag_nn_1 : N ; - laangfristig_av_1 : A ; - laanggardin_nn_1 : N ; - laanggrogg_nn_1 : N ; - laanggrund_av_1 : A ; - laanghaarig_av_1 : A ; - laanghelg_nn_1 : N ; - laanghus_nn_1 : N ; - laangivande_av_1 : A ; - laangivare_nn_1 : N ; - laangkoerare_nn_1 : N ; - laangkok_nn_1 : N ; - laangledig_av_1 : A ; - laanglig_av_1 : A ; - laangliggare_nn_1 : N ; - laanglopp_nn_1 : N ; - laanglotsning_nn_1 : N ; - laangmodig_av_1 : A ; - laangnaebb_nn_1 : N ; - laangnaest_av_1 : A ; - laangperiodisk_av_1 : A ; - laangpromenad_nn_1 : N ; - laangrandig_av_1 : A ; - laangrev_nn_1 : N ; - laangsalning_nn_1 : N ; - laangsam_av_1 : A ; - laangschal_nn_1 : N ; - laangsida_nn_1 : N ; - laangsides_ab_1 : Adv ; - laangsiktig_av_1 : A ; - laangsint_av_1 : A ; - laangsjal_nn_1 : N ; - laangskallig_av_1 : A ; - laangskepp_nn_1 : N ; - laangskepps_ab_1 : Adv ; - laangskott_nn_1 : N ; - laangsmal_av_1 : A ; - laangsoekt_av_1 : A ; - laangspant_nn_1 : N ; - laangspel_nn_1 : N ; - laangstraeckt_av_1 : A ; - laangsynt_av_1 : A ; - laangsynthet_nn_1 : N ; - laangtgaaende_av_1 : A ; - laangtidsparkering_nn_1 : N ; - laangtidsprognos_nn_1 : N ; - laangtidsvikariat_nn_1 : N ; - laangtifraan_ab_1 : Adv ; - laangtraadig_av_1 : A ; - laangtraakig_av_1 : A ; - laangtradare_nn_1 : N ; - laangtradig_av_1 : A ; - laangtur_nn_1 : N ; - laangvaagig_av_1 : A ; - laangvaega_av_1 : A ; - laangvarig_av_1 : A ; - laanord_nn_1 : N ; - laantagare_nn_1 : N ; - laar_nn_1 : N ; - laar_nn_2 : N ; - laarben_nn_1 : N ; - laarbensbrott_nn_1 : N ; - laarbenshals_nn_1 : N ; - laarding_nn_1 : N ; - laaring_nn_1 : N ; - laaringsvind_nn_1 : N ; - laas_nn_1 : N ; - laaskolv_nn_1 : N ; - laasmutter_nn_1 : N ; - laasning_nn_1 : N ; - laassmed_nn_1 : N ; - laassprint_nn_1 : N ; - laasvred_nn_1 : N ; - laat_nn_1 : N ; - laatgaasystem_nn_1 : N ; - laatsaslek_nn_1 : N ; - laatsasvaerld_nn_1 : N ; - labb_nn_1 : N ; - labb_nn_2 : N ; - labbe_nn_1 : N ; - laber_av_1 : A ; - labial_av_1 : A ; - labial_nn_1 : N ; - labialstaemma_nn_1 : N ; - labil_av_1 : A ; - labilitet_nn_1 : N ; - labiodental_av_1 : A ; - labiodental_nn_1 : N ; - laborant_nn_1 : N ; - laboration_nn_1 : N ; - laborativ_av_1 : A ; - laborator_nn_1 : N ; - laboratorieassistent_nn_1 : N ; - laboratorieexperiment_nn_1 : N ; - laboratorieresultat_nn_1 : N ; - laboratorierock_nn_1 : N ; - laboratorium_nn_1 : N ; - labourregering_nn_1 : N ; - labrador_nn_1 : N ; - labyrint_nn_1 : N ; - labyrintisk_av_1 : A ; - lack_nn_1 : N ; - lackering_nn_1 : N ; - lackfaerg_nn_1 : N ; - lacksko_nn_1 : N ; - lackskoeldlus_nn_1 : N ; - lackviol_nn_1 : N ; - lad_nn_1 : N ; - laddning_nn_1 : N ; - laddram_nn_1 : N ; - laddstock_nn_1 : N ; - ladugaard_nn_1 : N ; - lady_nn_1 : N ; - laeck_av_1 : A ; - laeckage_nn_1 : N ; - laeckageproblem_nn_1 : N ; - laecker_av_1 : A ; - laeckerbit_nn_1 : N ; - laeckergom_nn_1 : N ; - laeckerhet_nn_1 : N ; - laederlapp_nn_1 : N ; - laege_nn_1 : N ; - laegel_nn_1 : N ; - laegenhet_nn_1 : N ; - laegenhetsbyte_nn_1 : N ; - laegenhetshotell_nn_1 : N ; - laeger_ab_1 : Adv ; - laeger_nn_1 : N ; - laegerbaal_nn_1 : N ; - laegereld_nn_1 : N ; - laegesbestaemning_nn_1 : N ; - laegesfoeraendring_nn_1 : N ; - laegesrapport_nn_1 : N ; - laegessinne_nn_1 : N ; - laegg_nn_1 : N ; - laegg_nn_2 : N ; - laeggdags_ab_1 : Adv ; - laeggning_nn_1 : N ; - laeggspel_nn_1 : N ; - laeglig_av_1 : A ; - laekarbok_nn_1 : N ; - laekarcentral_nn_1 : N ; - laekare_nn_1 : N ; - laekarhjaelp_nn_1 : N ; - laekarhus_nn_1 : N ; - laekarintyg_nn_1 : N ; - laekarmottagning_nn_1 : N ; - laekarordination_nn_1 : N ; - laekarrecept_nn_1 : N ; - laekarrock_nn_1 : N ; - laekarsekreterare_nn_1 : N ; - laekarundersoekning_nn_1 : N ; - laekedom_nn_1 : N ; - laekemedel_nn_1 : N ; - laekemedelskontroll_nn_1 : N ; - laekemedelslag_nn_1 : N ; - laekevaext_nn_1 : N ; - laekt_nn_1 : N ; - laektare_nn_1 : N ; - laem_nn_1 : N ; - laemmel_nn_1 : N ; - laemmelaar_nn_1 : N ; - laemmeltaag_nn_1 : N ; - laemning_nn_1 : N ; - laempare_nn_1 : N ; - laemplig_av_1 : A ; - laempligen_ab_1 : Adv ; - laemplighet_nn_1 : N ; - laemplighetsintyg_nn_1 : N ; - laen_nn_1 : N ; - laend_nn_1 : N ; - laenderval_nn_1 : N ; - laengd_nn_1 : N ; - laengdaxel_nn_1 : N ; - laengdenhet_nn_1 : N ; - laengdgrad_nn_1 : N ; - laengdhopp_nn_1 : N ; - laengdhoppare_nn_1 : N ; - laengdloepning_nn_1 : N ; - laengdmaatt_nn_1 : N ; - laengdmarkering_nn_1 : N ; - laengdmeter_nn_1 : N ; - laengdprofil_nn_1 : N ; - laengdriktning_nn_1 : N ; - laengdsnitt_nn_1 : N ; - laengdstreck_nn_1 : N ; - laengdtecken_nn_1 : N ; - laengdutvidgning_nn_1 : N ; - laenge_ab_1 : Adv ; - laengesedan_ab_1 : Adv ; - laengs_ab_1 : Adv ; - laengsdal_nn_1 : N ; - laengsgaaende_av_1 : A ; - laengstfoerfluten_av_1 : A ; - laengtansfull_av_1 : A ; - laenk_nn_1 : N ; - laenkroerelse_nn_1 : N ; - laenkstation_nn_1 : N ; - laens_av_1 : A ; - laens_nn_1 : N ; - laensaaklagare_nn_1 : N ; - laensarbetsdirektoer_nn_1 : N ; - laensarbetsnaemnd_nn_1 : N ; - laensarkitekt_nn_1 : N ; - laensbeteckning_nn_1 : N ; - laensbokstav_nn_1 : N ; - laensherre_nn_1 : N ; - laenskod_nn_1 : N ; - laenslasarett_nn_1 : N ; - laensman_nn_1 : N ; - laenspump_nn_1 : N ; - laensraad_nn_1 : N ; - laensraett_nn_1 : N ; - laensresidens_nn_1 : N ; - laensskatteraett_nn_1 : N ; - laensskolnaemnd_nn_1 : N ; - laensstyrelse_nn_1 : N ; - laenstol_nn_1 : N ; - laensvaeg_nn_1 : N ; - laensvis_ab_1 : Adv ; - laentagare_nn_1 : N ; - laepp_nn_1 : N ; - laeppljud_nn_1 : N ; - laepproerelse_nn_1 : N ; - laeppsmink_nn_1 : N ; - laeppsnus_nn_1 : N ; - laeppstift_nn_1 : N ; - laera_nn_1 : N ; - laeraktig_av_1 : A ; - laerare_nn_1 : N ; - laerarfortbildning_nn_1 : N ; - laerarinna_nn_1 : N ; - laerarkandidat_nn_1 : N ; - laerarledd_av_1 : A ; - laerarlinje_nn_1 : N ; - laerarloes_av_1 : A ; - laerarroll_nn_1 : N ; - laerarrum_nn_1 : N ; - laerd_av_1 : A ; - laerdom_nn_1 : N ; - laerdomsprov_nn_1 : N ; - laerdomsstad_nn_1 : N ; - laerft_nn_1 : N ; - laerjunge_nn_1 : N ; - laerk_nn_1 : N ; - laerkfalk_nn_1 : N ; - laerktraed_nn_1 : N ; - laerkvinge_nn_1 : N ; - laerling_nn_1 : N ; - laeroaar_nn_1 : N ; - laeroaemne_nn_1 : N ; - laeroanstalt_nn_1 : N ; - laerobok_nn_1 : N ; - laeroboksnaemnd_nn_1 : N ; - laerobokssats_nn_1 : N ; - laerobyggnad_nn_1 : N ; - laerodikt_nn_1 : N ; - laerofader_nn_1 : N ; - laeromaestare_nn_1 : N ; - laeromedel_nn_1 : N ; - laeromedelspaket_nn_1 : N ; - laeroplan_nn_1 : N ; - laerorik_av_1 : A ; - laerosaete_nn_1 : N ; - laerosal_nn_1 : N ; - laerosats_nn_1 : N ; - laerospaan_nn_1 : N ; - laerostol_nn_1 : N ; - laeroverk_nn_1 : N ; - laerpeng_nn_1 : N ; - laesaar_nn_1 : N ; - laesaemne_nn_1 : N ; - laesapparat_nn_1 : N ; - laesare_nn_1 : N ; - laesart_nn_1 : N ; - laesbar_av_1 : A ; - laesbarhet_nn_1 : N ; - laesbarhetsindex_nn_1 : N ; - laesbarn_nn_1 : N ; - laesbegaavning_nn_1 : N ; - laesdag_nn_1 : N ; - laesdrama_nn_1 : N ; - laesebok_nn_1 : N ; - laesecirkel_nn_1 : N ; - laesekrets_nn_1 : N ; - laesesal_nn_1 : N ; - laesfaerdighet_nn_1 : N ; - laesglas_nn_1 : N ; - laeshuvud_nn_1 : N ; - laesida_nn_1 : N ; - laesion_nn_1 : N ; - laesk_nn_1 : N ; - laeskamrat_nn_1 : N ; - laeskedryck_nn_1 : N ; - laeskig_av_1 : A ; - laesklass_nn_1 : N ; - laesklinik_nn_1 : N ; - laeskpapper_nn_1 : N ; - laeskstaang_nn_1 : N ; - laeskunnig_av_1 : A ; - laeskunnighet_nn_1 : N ; - laeslig_av_1 : A ; - laesning_nn_1 : N ; - laespljud_nn_1 : N ; - laespraest_nn_1 : N ; - laesrum_nn_1 : N ; - laessvaarighet_nn_1 : N ; - laessvag_av_1 : A ; - laest_nn_1 : N ; - laestadian_nn_1 : N ; - laestadianism_nn_1 : N ; - laestblock_nn_1 : N ; - laesuttal_nn_1 : N ; - laesvaerd_av_1 : A ; - laesvaerde_nn_1 : N ; - laete_nn_1 : N ; - laett_av_1 : A ; - laettantaendlig_av_1 : A ; - laettbegriplig_av_1 : A ; - laetteligen_ab_1 : Adv ; - laettfaangen_av_1 : A ; - laettfaerdig_av_1 : A ; - laettfattlig_av_1 : A ; - laettflyktig_av_1 : A ; - laettflytande_av_1 : A ; - laettfoerklarlig_av_1 : A ; - laettfoerstaaelig_av_1 : A ; - laettfoertjaent_av_1 : A ; - laettframkomlig_av_1 : A ; - laettfunnen_av_1 : A ; - laettgrogg_nn_1 : N ; - laetthanterlig_av_1 : A ; - laetthet_nn_1 : N ; - laettillgaenglig_av_1 : A ; - laetting_nn_1 : N ; - laettjefull_av_1 : A ; - laettjord_nn_1 : N ; - laettklaedd_av_1 : A ; - laettkloev_nn_1 : N ; - laettkoept_av_1 : A ; - laettkokt_av_1 : A ; - laettlaest_av_1 : A ; - laettledd_av_1 : A ; - laettloeslig_av_1 : A ; - laettloest_av_1 : A ; - laettmargarin_nn_1 : N ; - laettmatros_nn_1 : N ; - laettmetall_nn_1 : N ; - laettnad_nn_1 : N ; - laettoel_nn_1 : N ; - laettoeverskaadlig_av_1 : A ; - laettretlig_av_1 : A ; - laettroekt_av_1 : A ; - laettroerd_av_1 : A ; - laettroerlig_av_1 : A ; - laettrogen_av_1 : A ; - laettsam_av_1 : A ; - laettsinnig_av_1 : A ; - laettskoett_av_1 : A ; - laettskraemd_av_1 : A ; - laettsmaelt_av_1 : A ; - laettstekt_av_1 : A ; - laettstoett_av_1 : A ; - laettvattenreaktor_nn_1 : N ; - laettviktare_nn_1 : N ; - laettviktig_av_1 : A ; - laettviktsmotorcykel_nn_1 : N ; - laettvin_nn_1 : N ; - laettvindig_av_1 : A ; - laettvunnen_av_1 : A ; - laexfoerhoer_nn_1 : N ; - lafsig_av_1 : A ; - lag_nn_1 : N ; - lag_nn_2 : N ; - laga_av_1 : A ; - lagaard_nn_1 : N ; - lagbalk_nn_1 : N ; - lagberedning_nn_1 : N ; - lagbok_nn_1 : N ; - lagbunden_av_1 : A ; - lagd_av_1 : A ; - lagenlig_av_1 : A ; - lager_nn_1 : N ; - lager_nn_2 : N ; - lager_nn_3 : N ; - lagerbaersblad_nn_1 : N ; - lagerblad_nn_1 : N ; - lagerbok_nn_1 : N ; - lagerbox_nn_1 : N ; - lagerfoeljd_nn_1 : N ; - lagergaang_nn_1 : N ; - lagerkostnad_nn_1 : N ; - lagerkrans_nn_1 : N ; - lageroel_nn_1 : N ; - lagerserie_nn_1 : N ; - lagfaangen_av_1 : A ; - lagfara_vb_1 : V ; - lagfaren_av_1 : A ; - lagfart_nn_1 : N ; - lagfoerslag_nn_1 : N ; - lagg_nn_1 : N ; - laggband_nn_1 : N ; - laggdike_nn_1 : N ; - laggkaerl_nn_1 : N ; - lagisk_av_1 : A ; - lagkapp_nn_1 : N ; - lagkappsimning_nn_1 : N ; - lagkapten_nn_1 : N ; - lagkarl_nn_1 : N ; - lagklok_av_1 : A ; - lagledare_nn_1 : N ; - laglig_av_1 : A ; - lagligen_ab_1 : Adv ; - lagloes_av_1 : A ; - lagloeshet_nn_1 : N ; - laglott_nn_1 : N ; - laglydig_av_1 : A ; - lagman_nn_1 : N ; - lagn_nn_1 : N ; - lagom_ab_1 : Adv ; - lagom_av_1 : A ; - lagraad_nn_1 : N ; - lagring_nn_1 : N ; - lagringsfoerlust_nn_1 : N ; - lagringskostnad_nn_1 : N ; - lagrum_nn_1 : N ; - lagsaga_nn_1 : N ; - lagskipning_nn_1 : N ; - lagspel_nn_1 : N ; - lagspraak_nn_1 : N ; - lagstiftare_nn_1 : N ; - lagstiftning_nn_1 : N ; - lagstridig_av_1 : A ; - lagtempo_nn_1 : N ; - lagtempolopp_nn_1 : N ; - lagtext_nn_1 : N ; - lagtima_av_1 : A ; - lagun_nn_1 : N ; - lagunsjoe_nn_1 : N ; - lagutskott_nn_1 : N ; - lagvigd_av_1 : A ; - lagvraengare_nn_1 : N ; - lagvunnen_av_1 : A ; - lakan_nn_1 : N ; - lakanspaase_nn_1 : N ; - lakansspets_nn_1 : N ; - lake_nn_1 : N ; - lakej_nn_1 : N ; - lakonisk_av_1 : A ; - lakonism_nn_1 : N ; - lakritsrot_nn_1 : N ; - laktalbumin_nn_1 : N ; - laktation_nn_1 : N ; - laktovegetarian_nn_1 : N ; - lakun_nn_1 : N ; - lam_av_1 : A ; - lama_nn_3 : N ; - lamadjur_nn_1 : N ; - lame_nn_1 : N ; - lamell_nn_1 : N ; - lamellhus_nn_1 : N ; - lamellkoppling_nn_1 : N ; - lamentation_nn_1 : N ; - laminaer_av_1 : A ; - laminat_nn_1 : N ; - lamm_nn_1 : N ; - lammsadel_nn_1 : N ; - lammskinn_nn_1 : N ; - lammunge_nn_1 : N ; - lampett_nn_1 : N ; - lampfot_nn_1 : N ; - lamphaallare_nn_1 : N ; - lampskaerm_nn_1 : N ; - lan_nn_1 : N ; - land_nn_1 : N ; - land_nn_2 : N ; - landaa_nn_1 : N ; - landamaere_nn_1 : N ; - landbo_nn_1 : N ; - landborg_nn_1 : N ; - landbris_nn_1 : N ; - landdriven_av_1 : A ; - landgaang_nn_1 : N ; - landhoejning_nn_1 : N ; - landis_nn_1 : N ; - landkaenning_nn_1 : N ; - landledes_ab_1 : Adv ; - landmaerke_nn_1 : N ; - landning_nn_1 : N ; - landningsfoerbud_nn_1 : N ; - landningshjul_nn_1 : N ; - landningsmaerke_nn_1 : N ; - landningsstaell_nn_1 : N ; - landnot_nn_1 : N ; - landomraade_nn_1 : N ; - landrygg_nn_1 : N ; - landsaenda_nn_1 : N ; - landsaettning_nn_1 : N ; - landsantikvarie_nn_1 : N ; - landsarkiv_nn_1 : N ; - landsarkivarie_nn_1 : N ; - landsdel_nn_1 : N ; - landsfader_nn_1 : N ; - landsfiskal_nn_1 : N ; - landsflyktig_av_1 : A ; - landsfoerraedare_nn_1 : N ; - landsfoerraederi_nn_1 : N ; - landsfoervisning_nn_1 : N ; - landsfogde_nn_1 : N ; - landshoevding_nn_1 : N ; - landshoevdingehus_nn_1 : N ; - landskamp_nn_1 : N ; - landskansli_nn_1 : N ; - landskap_nn_1 : N ; - landskapslag_nn_1 : N ; - landskapsvapen_nn_1 : N ; - landsknekt_nn_1 : N ; - landskommun_nn_1 : N ; - landslag_nn_1 : N ; - landslag_nn_2 : N ; - landsmaal_nn_1 : N ; - landsmaalsalfabet_nn_1 : N ; - landsman_nn_1 : N ; - landsnummer_nn_1 : N ; - landsomfattande_av_1 : A ; - landsortsstad_nn_1 : N ; - landsplaaga_nn_1 : N ; - landssekretariat_nn_1 : N ; - landstiga_vb_1 : V ; - landstigning_nn_1 : N ; - landstigningsbaat_nn_1 : N ; - landsting_nn_1 : N ; - landstingsdirektoer_nn_1 : N ; - landstingsfoerbund_nn_1 : N ; - landstingskatalog_nn_1 : N ; - landstingskommun_nn_1 : N ; - landstingsman_nn_1 : N ; - landstingsraad_nn_1 : N ; - landstrykare_nn_1 : N ; - landsvaeg_nn_1 : N ; - landsvaegsbuss_nn_1 : N ; - landsvaegsriddare_nn_1 : N ; - landtunga_nn_1 : N ; - landvad_nn_1 : N ; - landvind_nn_1 : N ; - landvinning_nn_1 : N ; - langare_nn_1 : N ; - langarn_nn_1 : N ; - langett_nn_1 : N ; - langettstygn_nn_1 : N ; - langobard_nn_1 : N ; - langust_nn_1 : N ; - lankes_nn_1 : N ; - lans_nn_1 : N ; - lansett_nn_1 : N ; - lansettfisk_nn_1 : N ; - lansiaer_nn_1 : N ; - lantarbetare_nn_1 : N ; - lantbrevbaerare_nn_1 : N ; - lantbruk_nn_1 : N ; - lantbrukare_nn_1 : N ; - lantbruksdirektoer_nn_1 : N ; - lantbruksfoerbund_nn_1 : N ; - lantbrukskonsulent_nn_1 : N ; - lantbruksnaemnd_nn_1 : N ; - lantbruksstyrelse_nn_1 : N ; - lantbruksuniversitet_nn_1 : N ; - lantdag_nn_1 : N ; - lantegendom_nn_1 : N ; - lanternin_nn_1 : N ; - lantgaard_nn_1 : N ; - lantgreve_nn_1 : N ; - lanthandel_nn_1 : N ; - lanthushaallning_nn_1 : N ; - lantis_nn_1 : N ; - lantjunkare_nn_1 : N ; - lantlig_av_1 : A ; - lantmaestare_nn_1 : N ; - lantmaetare_nn_1 : N ; - lantmaeteri_nn_1 : N ; - lantman_nn_1 : N ; - lantmarskalk_nn_1 : N ; - lantras_nn_1 : N ; - lantrasgris_nn_1 : N ; - lantvaern_nn_1 : N ; - lantvin_nn_1 : N ; - laotier_nn_1 : N ; - laotisk_av_1 : A ; - lapidarisk_av_1 : A ; - lapp_nn_1 : N ; - lapphund_nn_1 : N ; - lappkast_nn_1 : N ; - lapplaendsk_av_1 : A ; - lapplaenning_nn_1 : N ; - lapplandsgran_nn_1 : N ; - lappskrivning_nn_1 : N ; - lappsparv_nn_1 : N ; - lapptaecke_nn_1 : N ; - lappverk_nn_1 : N ; - lapsk_av_1 : A ; - lapska_nn_2 : N ; - lapsus_nn_1 : N ; - largetto_ab_1 : Adv ; - largetto_nn_1 : N ; - largo_ab_1 : Adv ; - largo_nn_1 : N ; - larm_nn_1 : N ; - larmfoerlaeggning_nn_1 : N ; - larmrapport_nn_1 : N ; - larv_nn_1 : N ; - larvband_nn_1 : N ; - larver_nn_1 : N ; - larvig_av_1 : A ; - larvtraktor_nn_1 : N ; - laryngal_av_1 : A ; - laryngal_nn_1 : N ; - laryngit_nn_1 : N ; - laryngolog_nn_1 : N ; - laryngoskop_nn_1 : N ; - laryngoskopi_nn_1 : N ; - lasarett_nn_1 : N ; - lasaron_nn_1 : N ; - lasciv_av_1 : A ; - laser_nn_1 : N ; - laserfaerg_nn_1 : N ; - laserkanon_nn_1 : N ; - laserstraalning_nn_1 : N ; - laserstyrd_av_1 : A ; - laserteknik_nn_1 : N ; - lask_nn_1 : N ; - laskning_nn_1 : N ; - lass_nn_1 : N ; - lasso_nn_1 : N ; - last_nn_1 : N ; - lastageplats_nn_1 : N ; - lastbar_av_1 : A ; - lastbil_nn_1 : N ; - lastbilstransport_nn_1 : N ; - lastdjur_nn_1 : N ; - lastdryg_av_1 : A ; - lastelig_av_1 : A ; - lastfartyg_nn_1 : N ; - lastflak_nn_1 : N ; - lastfull_av_1 : A ; - lastkran_nn_1 : N ; - lastlinje_nn_1 : N ; - lastning_nn_1 : N ; - lastpall_nn_1 : N ; - lastport_nn_1 : N ; - lastprofil_nn_1 : N ; - lastrum_nn_1 : N ; - lastvattenlinje_nn_1 : N ; - lasur_nn_1 : N ; - lasyr_nn_1 : N ; - latenstid_nn_1 : N ; - latent_av_1 : A ; - lateral_av_1 : A ; - lateral_nn_1 : N ; - lathund_nn_1 : N ; - latin_amerikansk_av_1 : A ; - latinamerikansk_av_1 : A ; - latinare_nn_1 : N ; - latinism_nn_1 : N ; - latinlaeroverk_nn_1 : N ; - latinlinje_nn_1 : N ; - latinsegel_nn_1 : N ; - latinsk_av_1 : A ; - latitud_nn_1 : N ; - latmask_nn_1 : N ; - latrin_nn_1 : N ; - laudatur_nn_1 : N ; - lav_nn_1 : N ; - lavasjoe_nn_1 : N ; - lave_nn_1 : N ; - lavemang_nn_1 : N ; - lavendelblaa_av_1 : A ; - lavering_nn_1 : N ; - lavett_nn_1 : N ; - lavin_nn_1 : N ; - lavinhund_nn_1 : N ; - lavoar_nn_1 : N ; - lavregion_nn_1 : N ; - lavyr_nn_1 : N ; - lax_nn_1 : N ; - laxativ_nn_1 : N ; - laxermedel_nn_1 : N ; - laxfaerg_nn_1 : N ; - laxfisk_nn_1 : N ; - laxgaard_nn_1 : N ; - laxkar_nn_1 : N ; - laxoering_nn_1 : N ; - laxstjaert_nn_1 : N ; - laxyngel_nn_1 : N ; - layout_nn_1 : N ; - lazzaron_nn_1 : N ; - lealoes_av_1 : A ; - leasing_nn_1 : N ; - lebeman_nn_1 : N ; - lecitin_nn_1 : N ; - led_av_1 : A ; - led_nn_1 : N ; - led_nn_2 : N ; - led_nn_3 : N ; - ledamot_nn_1 : N ; - ledarbegaavning_nn_1 : N ; - ledare_nn_1 : N ; - ledarhund_nn_1 : N ; - ledarkult_nn_1 : N ; - ledarskifte_nn_1 : N ; - ledarskikt_nn_1 : N ; - ledarskribent_nn_1 : N ; - ledarstick_nn_1 : N ; - ledband_nn_1 : N ; - ledbrosk_nn_1 : N ; - ledbruten_av_1 : A ; - ledd_nn_1 : N ; - leddjur_nn_1 : N ; - ledfoerslitning_nn_1 : N ; - ledfyr_nn_1 : N ; - ledhuvud_nn_1 : N ; - ledig_av_1 : A ; - ledighet_nn_1 : N ; - ledighetskommitte_nn_1 : N ; - ledinflammation_nn_1 : N ; - ledkapsel_nn_1 : N ; - ledkort_nn_1 : N ; - ledmotiv_nn_1 : N ; - ledning_nn_1 : N ; - ledningsmaal_nn_1 : N ; - ledningsmotstaand_nn_1 : N ; - ledningsorgan_nn_1 : N ; - ledningsstolpe_nn_1 : N ; - ledningsvaevnad_nn_1 : N ; - ledsagare_nn_1 : N ; - ledsam_av_1 : A ; - ledsamhet_nn_1 : N ; - ledsegel_nn_1 : N ; - ledsen_av_1 : A ; - ledskaal_nn_1 : N ; - ledsnad_nn_1 : N ; - ledstaang_nn_1 : N ; - ledtraad_nn_1 : N ; - ledungsskepp_nn_1 : N ; - ledutrymme_nn_1 : N ; - leende_nn_1 : N ; - legaer_av_1 : A ; - legal_av_1 : A ; - legaliter_ab_1 : Adv ; - legalitet_nn_1 : N ; - legat_nn_1 : N ; - legat_nn_2 : N ; - legatarie_nn_1 : N ; - legation_nn_1 : N ; - legato_ab_1 : Adv ; - legato_nn_1 : N ; - legend_nn_1 : N ; - legendar_nn_1 : N ; - legendarisk_av_1 : A ; - legendarium_nn_1 : N ; - legendomspunnen_av_1 : A ; - legering_nn_1 : N ; - legio_av_1 : A ; - legion_nn_1 : N ; - legionaer_nn_1 : N ; - legislativ_av_1 : A ; - legislatur_nn_1 : N ; - legitim_av_1 : A ; - legitimation_nn_1 : N ; - legitimist_nn_1 : N ; - legitimitet_nn_1 : N ; - lego_nn_1 : N ; - legoavtal_nn_1 : N ; - legoknekt_nn_1 : N ; - legosoldat_nn_1 : N ; - legotillverkning_nn_1 : N ; - legotrupp_nn_1 : N ; - leguan_nn_1 : N ; - legymsallad_nn_1 : N ; - lejd_nn_1 : N ; - lejdare_nn_1 : N ; - lejdbaat_nn_1 : N ; - lejdebrev_nn_1 : N ; - lejon_nn_1 : N ; - lejonfot_nn_1 : N ; - lejongap_nn_1 : N ; - lejongrop_nn_1 : N ; - lejoninna_nn_1 : N ; - lejonklo_nn_1 : N ; - lejonklorna_ab_1 : Adv ; - lejontaemjare_nn_1 : N ; - lek_av_1 : A ; - lek_nn_1 : N ; - lekamlig_av_1 : A ; - lekamligen_ab_1 : Adv ; - lekare_nn_1 : N ; - lekatt_nn_1 : N ; - lekboll_nn_1 : N ; - lekdamm_nn_1 : N ; - lekdraekt_nn_1 : N ; - lekfaerdig_av_1 : A ; - lekfisk_nn_1 : N ; - lekfull_av_1 : A ; - lekfullhet_nn_1 : N ; - lekkamrat_nn_1 : N ; - lekledare_nn_1 : N ; - leklysten_av_1 : A ; - lekman_nn_1 : N ; - lekmannabroder_nn_1 : N ; - lekotek_nn_1 : N ; - lekpark_nn_1 : N ; - lekplats_nn_1 : N ; - leksak_nn_1 : N ; - leksaksbaat_nn_1 : N ; - leksaksbil_nn_1 : N ; - leksaksbjoern_nn_1 : N ; - leksaksfigur_nn_1 : N ; - leksakshaest_nn_1 : N ; - leksakspistol_nn_1 : N ; - lekstuga_nn_1 : N ; - lekt_av_1 : A ; - lektid_nn_1 : N ; - lektion_nn_1 : N ; - lektionstimme_nn_1 : N ; - lektoer_nn_1 : N ; - lektor_nn_1 : N ; - lektorat_nn_1 : N ; - lektris_nn_1 : N ; - lekvandring_nn_1 : N ; - lekverk_nn_1 : N ; - lem_nn_1 : N ; - lemma_nn_1 : N ; - lemmalytt_av_1 : A ; - lemonad_nn_1 : N ; - len_av_1 : A ; - leninistisk_av_1 : A ; - lenis_av_1 : A ; - leopard_nn_1 : N ; - leproes_av_1 : A ; - leptosom_av_1 : A ; - lerbotten_nn_1 : N ; - lercylinder_nn_1 : N ; - lergoek_nn_1 : N ; - lerhaerd_nn_1 : N ; - lerhalt_nn_1 : N ; - lerhaltig_av_1 : A ; - lerig_av_1 : A ; - lerjord_nn_1 : N ; - lerkaerl_nn_1 : N ; - lerklining_nn_1 : N ; - lerskiffer_nn_1 : N ; - lesbisk_av_1 : A ; - lesion_nn_1 : N ; - lesothier_nn_1 : N ; - lesothisk_av_1 : A ; - letal_av_1 : A ; - letargisk_av_1 : A ; - lett_nn_1 : N ; - lettisk_av_1 : A ; - lettiska_nn_2 : N ; - leukemi_nn_1 : N ; - leukocyt_nn_1 : N ; - lev_nn_1 : N ; - leva_nn_1 : N ; - levande_av_1 : A ; - levang_nn_1 : N ; - levantin_nn_1 : N ; - leve_nn_1 : N ; - lever_nn_1 : N ; - leverans_nn_1 : N ; - leveransavtal_nn_1 : N ; - leveransklar_av_1 : A ; - leveranstid_nn_1 : N ; - leverantoer_nn_1 : N ; - leverbrun_av_1 : A ; - levercell_nn_1 : N ; - leverflaeck_nn_1 : N ; - leverop_nn_1 : N ; - leverpastej_nn_1 : N ; - leverskrumpning_nn_1 : N ; - levit_nn_1 : N ; - levnad_nn_1 : N ; - levnadsaalder_nn_1 : N ; - levnadsaar_nn_1 : N ; - levnadsbeskrivning_nn_1 : N ; - levnadsglad_av_1 : A ; - levnadskonstnaer_nn_1 : N ; - levnadskostnad_nn_1 : N ; - levnadslopp_nn_1 : N ; - levnadsnivaa_nn_1 : N ; - levnadsoede_nn_1 : N ; - levnadsregel_nn_1 : N ; - levnadssaett_nn_1 : N ; - levnadstecknare_nn_1 : N ; - levnadsteckning_nn_1 : N ; - levnadstroett_av_1 : A ; - levnadsvisdom_nn_1 : N ; - lexem_nn_1 : N ; - lexikal_av_1 : A ; - lexikalisk_av_1 : A ; - lexikograf_nn_1 : N ; - lexikografisk_av_1 : A ; - lexikolog_nn_1 : N ; - lexikologisk_av_1 : A ; - lexikon_nn_1 : N ; - lian_nn_1 : N ; - libanes_nn_1 : N ; - libanesisk_av_1 : A ; - libation_nn_1 : N ; - libell_nn_1 : N ; - liberal_av_1 : A ; - liberalisering_nn_1 : N ; - liberian_nn_1 : N ; - liberiansk_av_1 : A ; - liberier_nn_1 : N ; - liberisk_av_1 : A ; - libero_nn_1 : N ; - libertin_nn_1 : N ; - libration_nn_1 : N ; - librettist_nn_1 : N ; - libretto_nn_1 : N ; - libyer_nn_1 : N ; - libysk_av_1 : A ; - licens_nn_1 : N ; - licentiat_nn_1 : N ; - lid_nn_1 : N ; - lida_vb_1 : V ; - lidande_av_1 : A ; - lidande_nn_1 : N ; - lidandeshistoria_nn_1 : N ; - lidelse_nn_1 : N ; - lidelsefri_av_1 : A ; - lidelsefull_av_1 : A ; - lider_nn_1 : N ; - liderlig_av_1 : A ; - lie_nn_1 : N ; - liechtensteinare_nn_1 : N ; - liechtensteinsk_av_1 : A ; - lieknagg_nn_1 : N ; - lieskaft_nn_1 : N ; - lift_nn_1 : N ; - liftare_nn_1 : N ; - ligament_nn_1 : N ; - ligatur_nn_1 : N ; - ligg_nn_1 : N ; - liggare_nn_1 : N ; - liggdags_ab_1 : Adv ; - liggetid_nn_1 : N ; - liggplats_nn_1 : N ; - liggriktig_av_1 : A ; - liggsaar_nn_1 : N ; - liggsjuk_av_1 : A ; - liggvagn_nn_1 : N ; - ligist_nn_1 : N ; - lignin_nn_1 : N ; - ligurisk_av_1 : A ; - liguster_nn_1 : N ; - ligusterfjaeril_nn_1 : N ; - ligustersvaermare_nn_1 : N ; - lik_av_1 : A ; - lik_nn_1 : N ; - lika_ab_1 : Adv ; - lika_av_1 : A ; - likadan_av_1 : A ; - likafullt_ab_1 : Adv ; - likaledes_ab_1 : Adv ; - likaloen_nn_1 : N ; - likalydande_av_1 : A ; - likare_nn_1 : N ; - likasaa_ab_1 : Adv ; - likasaavael_ab_1 : Adv ; - likasom_ab_1 : Adv ; - likavael_ab_1 : Adv ; - likbent_av_1 : A ; - likbesiktning_nn_1 : N ; - likbjudarmin_nn_1 : N ; - likblaanad_nn_1 : N ; - likblek_av_1 : A ; - like_nn_1 : N ; - likfaerd_nn_1 : N ; - likflaeck_nn_1 : N ; - likfoergiftning_nn_1 : N ; - likformig_av_1 : A ; - likformighet_nn_1 : N ; - likfynd_nn_1 : N ; - likgiltig_av_1 : A ; - likgiltighet_nn_1 : N ; - likhet_nn_1 : N ; - likhetstecken_nn_1 : N ; - likljudande_av_1 : A ; - likmaetigt_ab_1 : Adv ; - liknaemnig_av_1 : A ; - liknande_av_1 : A ; - liknelse_nn_1 : N ; - liknoejd_av_1 : A ; - likoer_nn_1 : N ; - likoerglas_nn_1 : N ; - likriktare_nn_1 : N ; - liksidig_av_1 : A ; - liksiding_nn_1 : N ; - likskaendare_nn_1 : N ; - liksom_ab_1 : Adv ; - likspaenning_nn_1 : N ; - likstaellig_av_1 : A ; - likstaellighet_nn_1 : N ; - likstaemmig_av_1 : A ; - likstaemmighet_nn_1 : N ; - likstelhet_nn_1 : N ; - likstroem_nn_1 : N ; - liksvamp_nn_1 : N ; - liksvepning_nn_1 : N ; - liktor_nn_1 : N ; - liktorn_nn_1 : N ; - liktydig_av_1 : A ; - likvael_ab_1 : Adv ; - likvaerd_av_1 : A ; - likvaerdig_av_1 : A ; - likvid_nn_1 : N ; - likvidation_nn_1 : N ; - likvidator_nn_1 : N ; - likviditet_nn_1 : N ; - likvisst_ab_1 : Adv ; - lila_av_1 : A ; - lilja_nn_1 : N ; - liljekonvalje_nn_1 : N ; - liljevaext_nn_1 : N ; - liljevit_av_1 : A ; - lillasyster_nn_1 : N ; - lillaxel_nn_1 : N ; - lilleputt_nn_1 : N ; - lillfinger_nn_1 : N ; - lillsemester_nn_1 : N ; - lillslam_nn_1 : N ; - lillstuga_nn_1 : N ; - lilltaa_nn_1 : N ; - lillvaerdinna_nn_1 : N ; - lim_nn_1 : N ; - limaemne_nn_1 : N ; - lime_nn_1 : N ; - limerick_nn_1 : N ; - limfaerg_nn_1 : N ; - limgoerdel_nn_1 : N ; - limit_nn_1 : N ; - limitation_nn_1 : N ; - limitativ_av_1 : A ; - limkokeri_nn_1 : N ; - limning_nn_1 : N ; - limnisk_av_1 : A ; - limnograf_nn_1 : N ; - limnologisk_av_1 : A ; - limousine_nn_1 : N ; - limpinne_nn_1 : N ; - limring_nn_1 : N ; - limtillverkning_nn_1 : N ; - linaaker_nn_1 : N ; - lind_nn_1 : N ; - lindansare_nn_1 : N ; - lindare_nn_1 : N ; - linddrag_nn_1 : N ; - lindebarn_nn_1 : N ; - lindning_nn_1 : N ; - lindorm_nn_1 : N ; - lindrig_av_1 : A ; - lindring_nn_1 : N ; - lineaer_av_1 : A ; - linearritning_nn_1 : N ; - linfroe_nn_1 : N ; - lingarn_nn_1 : N ; - lingeri_nn_1 : N ; - lingon_nn_1 : N ; - lingonbuske_nn_1 : N ; - lingonpaeron_nn_1 : N ; - lingonsylt_nn_1 : N ; - lingul_av_1 : A ; - lingvist_nn_1 : N ; - lingvistisk_av_1 : A ; - linhaarig_av_1 : A ; - liniment_nn_1 : N ; - linjaer_av_1 : A ; - linjal_nn_1 : N ; - linje_nn_1 : N ; - linjeblockering_nn_1 : N ; - linjedomare_nn_1 : N ; - linjefoering_nn_1 : N ; - linjelopp_nn_1 : N ; - linjeman_nn_1 : N ; - linjenaemnd_nn_1 : N ; - linjeren_av_1 : A ; - linjeskepp_nn_1 : N ; - linjespektrum_nn_1 : N ; - linjespel_nn_1 : N ; - linjevaeljare_nn_1 : N ; - linlugg_nn_1 : N ; - linnedamast_nn_1 : N ; - linneduk_nn_1 : N ; - linnefiber_nn_1 : N ; - linneskaap_nn_1 : N ; - linning_nn_1 : N ; - linoleumsnitt_nn_1 : N ; - linolja_nn_1 : N ; - lins_nn_1 : N ; - linsfel_nn_1 : N ; - linslus_nn_1 : N ; - linssystem_nn_1 : N ; - lintott_nn_1 : N ; - lipas_nn_1 : N ; - lipid_nn_1 : N ; - lipig_av_1 : A ; - lipom_nn_1 : N ; - lipsill_nn_1 : N ; - lire_nn_1 : N ; - lisen_nn_1 : N ; - lismare_nn_1 : N ; - lisoes_nn_1 : N ; - lispund_nn_1 : N ; - list_nn_1 : N ; - listig_av_1 : A ; - listornament_nn_1 : N ; - listprofil_nn_1 : N ; - listverk_nn_1 : N ; - litauer_nn_1 : N ; - litauisk_av_1 : A ; - litauiska_nn_2 : N ; - lite_ab_1 : Adv ; - liten_av_1 : A ; - litenhet_nn_1 : N ; - liter_nn_1 : N ; - liter_nn_2 : N ; - litermaatt_nn_1 : N ; - litervis_ab_1 : Adv ; - litograf_nn_1 : N ; - litografi_nn_1 : N ; - litoral_av_1 : A ; - litotes_nn_1 : N ; - litteraer_av_1 : A ; - litterat_av_1 : A ; - litteratoer_nn_1 : N ; - litteratur_nn_1 : N ; - litteraturanmaelan_nn_1 : N ; - litteraturanvisning_nn_1 : N ; - litteraturfoerteckning_nn_1 : N ; - litteraturforskare_nn_1 : N ; - litteraturhaenvisning_nn_1 : N ; - litteraturhistorisk_av_1 : A ; - litteraturingenjoer_nn_1 : N ; - litteraturkritiker_nn_1 : N ; - litteraturprofessor_nn_1 : N ; - litteratursoekning_nn_1 : N ; - litteraturspraak_nn_1 : N ; - liturg_nn_1 : N ; - liturgi_nn_1 : N ; - liturgisk_av_1 : A ; - liv_nn_1 : N ; - livaktig_av_1 : A ; - livbaat_nn_1 : N ; - livbaelte_nn_1 : N ; - livboj_nn_1 : N ; - livdjur_nn_1 : N ; - livdoemd_av_1 : A ; - livdrabant_nn_1 : N ; - live_av_1 : A ; - live_show_nn_1 : N ; - livegen_av_1 : A ; - livfoersaekring_nn_1 : N ; - livfull_av_1 : A ; - livgarde_nn_1 : N ; - livgivande_av_1 : A ; - livklaednad_nn_1 : N ; - livlig_av_1 : A ; - livlighet_nn_1 : N ; - livloes_av_1 : A ; - livmedikus_nn_1 : N ; - livmoderframfall_nn_1 : N ; - livmoderhals_nn_1 : N ; - livmodermun_nn_1 : N ; - livmodersslemhinna_nn_1 : N ; - livraeddare_nn_1 : N ; - livraeddning_nn_1 : N ; - livraett_nn_1 : N ; - livre_nn_1 : N ; - livregemente_nn_1 : N ; - livrem_nn_1 : N ; - livrustkammare_nn_1 : N ; - livs_av_1 : A ; - livsaaskaadning_nn_1 : N ; - livsarvinge_nn_1 : N ; - livsavgoerande_av_1 : A ; - livsbefraemjande_av_1 : A ; - livsbejakande_av_1 : A ; - livsbejakare_nn_1 : N ; - livsbetingelse_nn_1 : N ; - livsduglig_av_1 : A ; - livselixir_nn_1 : N ; - livsfarlig_av_1 : A ; - livsfoering_nn_1 : N ; - livsfoernekelse_nn_1 : N ; - livsform_nn_1 : N ; - livsfraaga_nn_1 : N ; - livsgaerning_nn_1 : N ; - livshaallning_nn_1 : N ; - livshotande_av_1 : A ; - livskamrat_nn_1 : N ; - livskraftig_av_1 : A ; - livskvalitet_nn_1 : N ; - livslaang_av_1 : A ; - livslaengd_nn_1 : N ; - livslag_nn_1 : N ; - livslevande_av_1 : A ; - livslinje_nn_1 : N ; - livsloegn_nn_1 : N ; - livslust_nn_1 : N ; - livsmedel_nn_1 : N ; - livsmedelsaffaer_nn_1 : N ; - livsmedelsavfall_nn_1 : N ; - livsmedelsbutik_nn_1 : N ; - livsmedelsfaerg_nn_1 : N ; - livsmedelslag_nn_1 : N ; - livsmiljoe_nn_1 : N ; - livsnerv_nn_1 : N ; - livsnoedvaendig_av_1 : A ; - livsprocess_nn_1 : N ; - livsreaktion_nn_1 : N ; - livssituation_nn_1 : N ; - livsslut_nn_1 : N ; - livsstil_nn_1 : N ; - livssyn_nn_1 : N ; - livstecken_nn_1 : N ; - livstraed_nn_1 : N ; - livsuppehaallande_av_1 : A ; - livsuppgift_nn_1 : N ; - livsutveckling_nn_1 : N ; - livsvaenlig_av_1 : A ; - livsverk_nn_1 : N ; - livsviktig_av_1 : A ; - livsvillkor_nn_1 : N ; - livsyttring_nn_1 : N ; - livtag_nn_1 : N ; - livvakt_nn_1 : N ; - lix_nn_1 : N ; - ljud_nn_1 : N ; - ljudaatergivning_nn_1 : N ; - ljudande_av_1 : A ; - ljudband_nn_1 : N ; - ljudbang_nn_1 : N ; - ljudbildband_nn_1 : N ; - ljudboj_nn_1 : N ; - ljudbrev_nn_1 : N ; - ljuddaempande_av_1 : A ; - ljuddaempare_nn_1 : N ; - ljudenlig_av_1 : A ; - ljudfilm_nn_1 : N ; - ljudfoeraendring_nn_1 : N ; - ljudfoerbindelse_nn_1 : N ; - ljudhaal_nn_1 : N ; - ljudhaermande_av_1 : A ; - ljudhastighet_nn_1 : N ; - ljudinspelning_nn_1 : N ; - ljudisolering_nn_1 : N ; - ljudkuliss_nn_1 : N ; - ljudkvalitet_nn_1 : N ; - ljudlaera_nn_1 : N ; - ljudlag_nn_1 : N ; - ljudlig_av_1 : A ; - ljudloes_av_1 : A ; - ljudnivaa_nn_1 : N ; - ljudoeverfoering_nn_1 : N ; - ljudsignal_nn_1 : N ; - ljudskridning_nn_1 : N ; - ljudskrift_nn_1 : N ; - ljudstyrka_nn_1 : N ; - ljudsystem_nn_1 : N ; - ljudtekniker_nn_1 : N ; - ljudvall_nn_1 : N ; - ljuga_vb_1 : V ; - ljugarbaenk_nn_1 : N ; - ljum_av_1 : A ; - ljumhet_nn_1 : N ; - ljummen_av_1 : A ; - ljumske_nn_1 : N ; - ljungeld_nn_1 : N ; - ljungpipare_nn_1 : N ; - ljungvaext_nn_1 : N ; - ljus_av_1 : A ; - ljus_nn_1 : N ; - ljusaar_nn_1 : N ; - ljusaekta_av_1 : A ; - ljusaelskande_av_1 : A ; - ljusalf_nn_1 : N ; - ljusbaage_nn_1 : N ; - ljusbehandling_nn_1 : N ; - ljusbestaendig_av_1 : A ; - ljusbild_nn_1 : N ; - ljusblaa_av_1 : A ; - ljusblind_av_1 : A ; - ljusblixt_nn_1 : N ; - ljusbrunn_nn_1 : N ; - ljusbrytning_nn_1 : N ; - ljusfenomen_nn_1 : N ; - ljusfilter_nn_1 : N ; - ljusfloede_nn_1 : N ; - ljusfoerhaallande_nn_1 : N ; - ljusgaard_nn_1 : N ; - ljusgestalt_nn_1 : N ; - ljusglimt_nn_1 : N ; - ljusgraa_av_1 : A ; - ljusgroen_av_1 : A ; - ljusgul_av_1 : A ; - ljushaallare_nn_1 : N ; - ljushaarig_av_1 : A ; - ljushastighet_nn_1 : N ; - ljushuggning_nn_1 : N ; - ljushuvud_nn_1 : N ; - ljushyllt_av_1 : A ; - ljuskaegla_nn_1 : N ; - ljuskaenslig_av_1 : A ; - ljuskaenslighet_nn_1 : N ; - ljuskopiering_nn_1 : N ; - ljuskvantum_nn_1 : N ; - ljuslaett_av_1 : A ; - ljuslagd_av_1 : A ; - ljuslockig_av_1 : A ; - ljusmikroskop_nn_1 : N ; - ljusning_nn_1 : N ; - ljusorgel_nn_1 : N ; - ljuspartikel_nn_1 : N ; - ljuspunkt_nn_1 : N ; - ljusramp_nn_1 : N ; - ljusroed_av_1 : A ; - ljussaettning_nn_1 : N ; - ljussignal_nn_1 : N ; - ljussken_nn_1 : N ; - ljusskygg_av_1 : A ; - ljusskygghet_nn_1 : N ; - ljusslaeckare_nn_1 : N ; - ljusstake_nn_1 : N ; - ljusstark_av_1 : A ; - ljusstraale_nn_1 : N ; - ljusstraalning_nn_1 : N ; - ljusstyrka_nn_1 : N ; - ljussvag_av_1 : A ; - ljuster_nn_1 : N ; - ljustryck_nn_1 : N ; - ljusutstraalning_nn_1 : N ; - ljuv_av_1 : A ; - ljuvhet_nn_1 : N ; - ljuvlig_av_1 : A ; - ljuvlighet_nn_1 : N ; - lo_nn_1 : N ; - lob_nn_1 : N ; - lobb_nn_1 : N ; - lobby_nn_1 : N ; - lobbyverksamhet_nn_1 : N ; - lobotomi_nn_1 : N ; - lock_nn_1 : N ; - lock_nn_2 : N ; - lockbete_nn_1 : N ; - lockdjur_nn_1 : N ; - lockelse_nn_1 : N ; - lockfaagel_nn_1 : N ; - lockfaerg_nn_1 : N ; - lockig_av_1 : A ; - lockout_nn_1 : N ; - lockpris_nn_1 : N ; - lockrop_nn_1 : N ; - locktaang_nn_1 : N ; - loco_ab_1 : Adv ; - lod_nn_1 : N ; - lodare_nn_1 : N ; - lodbar_av_1 : A ; - lodenrock_nn_1 : N ; - lodis_nn_1 : N ; - lodjur_nn_1 : N ; - lodlinje_nn_1 : N ; - lodplan_nn_1 : N ; - lodraet_av_1 : A ; - lodskott_nn_1 : N ; - lodstreck_nn_1 : N ; - loeddrig_av_1 : A ; - loedfog_nn_1 : N ; - loedig_av_1 : A ; - loedkolv_nn_1 : N ; - loedmetall_nn_1 : N ; - loedning_nn_1 : N ; - loefte_nn_1 : N ; - loeftesman_nn_1 : N ; - loeftesrik_av_1 : A ; - loeftesskrift_nn_1 : N ; - loegn_nn_1 : N ; - loegnaktig_av_1 : A ; - loegnare_nn_1 : N ; - loegndetektor_nn_1 : N ; - loegnhals_nn_1 : N ; - loegnkampanj_nn_1 : N ; - loeje_nn_1 : N ; - loejevaeckande_av_1 : A ; - loejlig_av_1 : A ; - loejlighet_nn_1 : N ; - loejtnant_nn_1 : N ; - loek_nn_1 : N ; - loekfjaell_nn_1 : N ; - loekformig_av_1 : A ; - loekknopp_nn_1 : N ; - loekkupol_nn_1 : N ; - loeksill_nn_1 : N ; - loekstam_nn_1 : N ; - loekvaext_nn_1 : N ; - loemsk_av_1 : A ; - loen_nn_1 : N ; - loenande_av_1 : A ; - loeneanspraak_nn_1 : N ; - loenearbetare_nn_1 : N ; - loeneavdrag_nn_1 : N ; - loeneavtal_nn_1 : N ; - loenebesked_nn_1 : N ; - loenebidrag_nn_1 : N ; - loenefil_nn_1 : N ; - loenefoerhoejning_nn_1 : N ; - loenefoermaan_nn_1 : N ; - loenegaranti_nn_1 : N ; - loeneglidning_nn_1 : N ; - loenegrad_nn_1 : N ; - loenehoejning_nn_1 : N ; - loeneklass_nn_1 : N ; - loenekostnad_nn_1 : N ; - loenekuvert_nn_1 : N ; - loenelaege_nn_1 : N ; - loenelyft_nn_1 : N ; - loenenivaa_nn_1 : N ; - loeneoekning_nn_1 : N ; - loenepaaslag_nn_1 : N ; - loeneplan_nn_1 : N ; - loeneroerelse_nn_1 : N ; - loenesaettning_nn_1 : N ; - loeneslav_nn_1 : N ; - loenestopp_nn_1 : N ; - loenetak_nn_1 : N ; - loenetillaegg_nn_1 : N ; - loeneuppgift_nn_1 : N ; - loeneutveckling_nn_1 : N ; - loening_nn_1 : N ; - loenloes_av_1 : A ; - loenn_nn_1 : N ; - loennbraenning_nn_1 : N ; - loennfack_nn_1 : N ; - loennfet_av_1 : A ; - loennkrog_nn_1 : N ; - loennlig_av_1 : A ; - loennligen_ab_1 : Adv ; - loennmord_nn_1 : N ; - loensam_av_1 : A ; - loensamhet_nn_1 : N ; - loenskalaege_nn_1 : N ; - loensparande_nn_1 : N ; - loent_av_1 : A ; - loentagare_nn_1 : N ; - loentagarfond_nn_1 : N ; - loep_nn_1 : N ; - loepa_vb_1 : V ; - loepande_av_1 : A ; - loepare_nn_1 : N ; - loeparsten_nn_1 : N ; - loepeld_nn_1 : N ; - loepeost_nn_1 : N ; - loepgrav_nn_1 : N ; - loephjul_nn_1 : N ; - loepknut_nn_1 : N ; - loepmage_nn_1 : N ; - loepmeter_nn_1 : N ; - loepning_nn_1 : N ; - loepord_nn_1 : N ; - loepost_nn_1 : N ; - loepring_nn_1 : N ; - loepsedel_nn_1 : N ; - loepsk_av_1 : A ; - loepskift_nn_1 : N ; - loepsteg_nn_1 : N ; - loepsten_nn_1 : N ; - loeptid_nn_1 : N ; - loepvagn_nn_1 : N ; - loepvikt_nn_1 : N ; - loerdag_nn_1 : N ; - loerdagskvaell_nn_1 : N ; - loerdagsmorgon_nn_1 : N ; - loerdagsoeppen_av_1 : A ; - loerdagsstaengd_av_1 : A ; - loes_av_1 : A ; - loesaktig_av_1 : A ; - loesan_av_1 : A ; - loesande_av_1 : A ; - loesbar_av_1 : A ; - loesbladssystem_nn_1 : N ; - loesdrivare_nn_1 : N ; - loesegendom_nn_1 : N ; - loesenord_nn_1 : N ; - loesepenning_nn_1 : N ; - loeseskilling_nn_1 : N ; - loesesumma_nn_1 : N ; - loesfynd_nn_1 : N ; - loesgaaende_av_1 : A ; - loesgom_nn_1 : N ; - loeshaar_nn_1 : N ; - loeshaest_nn_1 : N ; - loeskekarl_nn_1 : N ; - loeskokt_av_1 : A ; - loeslig_av_1 : A ; - loeslighet_nn_1 : N ; - loesmynt_av_1 : A ; - loesning_nn_1 : N ; - loesningsegenskap_nn_1 : N ; - loesningsmedel_nn_1 : N ; - loesnummer_nn_1 : N ; - loesoere_nn_1 : N ; - loesoerekoep_nn_1 : N ; - loesryckt_av_1 : A ; - loesrygg_nn_1 : N ; - loessjord_nn_1 : N ; - loesslaeppt_av_1 : A ; - loestagbar_av_1 : A ; - loet_nn_1 : N ; - loev_nn_1 : N ; - loevaeng_nn_1 : N ; - loevbiff_nn_1 : N ; - loevblandskog_nn_1 : N ; - loevfaellning_nn_1 : N ; - loevfoder_nn_1 : N ; - loevhyddohoegtid_nn_1 : N ; - loevjord_nn_1 : N ; - loevklaedd_av_1 : A ; - loevmask_nn_1 : N ; - loevsaag_nn_1 : N ; - loevsaagning_nn_1 : N ; - loevsaangare_nn_1 : N ; - loevsal_nn_1 : N ; - loevskog_nn_1 : N ; - loevsmyg_nn_1 : N ; - loevsprickning_nn_1 : N ; - loevtaekt_nn_1 : N ; - loevtraed_nn_1 : N ; - loevtunn_av_1 : A ; - loevverk_nn_1 : N ; - loft_nn_1 : N ; - loftbod_nn_1 : N ; - loftgaang_nn_1 : N ; - logaritm_nn_1 : N ; - logaritmisk_av_1 : A ; - logaritmsystem_nn_1 : N ; - loge_nn_1 : N ; - loge_nn_2 : N ; - logement_nn_1 : N ; - logg_nn_1 : N ; - loggbok_nn_1 : N ; - loggert_nn_1 : N ; - loggertsegel_nn_1 : N ; - logglas_nn_1 : N ; - logi_nn_1 : N ; - logiker_nn_1 : N ; - logisk_av_1 : A ; - logografisk_av_1 : A ; - logogram_nn_1 : N ; - logoped_nn_1 : N ; - logopedisk_av_1 : A ; - logotyp_nn_1 : N ; - loj_av_1 : A ; - lojal_av_1 : A ; - lojalitet_nn_1 : N ; - lojalitetsfoerklaring_nn_1 : N ; - lok_nn_1 : N ; - lokal_av_1 : A ; - lokal_nn_1 : N ; - lokalavdelning_nn_1 : N ; - lokalbedoevning_nn_1 : N ; - lokalfaerg_nn_1 : N ; - lokalisering_nn_1 : N ; - lokaliseringsstoed_nn_1 : N ; - lokalitet_nn_1 : N ; - lokalkaennedom_nn_1 : N ; - lokalombud_nn_1 : N ; - lokalpatriot_nn_1 : N ; - lokalredaktoer_nn_1 : N ; - lokalsamtal_nn_1 : N ; - lokaltaag_nn_1 : N ; - lokaltelefon_nn_1 : N ; - lokaltid_nn_1 : N ; - lokalvaardare_nn_1 : N ; - lokativ_nn_1 : N ; - lokatt_nn_1 : N ; - lokfoerare_nn_1 : N ; - loko_ab_1 : Adv ; - lokomobil_nn_1 : N ; - lokomotiv_nn_1 : N ; - lokomotor_nn_1 : N ; - lokus_nn_1 : N ; - lom_nn_1 : N ; - lomhoerd_av_1 : A ; - longitud_nn_1 : N ; - longitudinal_av_1 : A ; - longitudinell_av_1 : A ; - longoer_nn_1 : N ; - look_nn_1 : N ; - loop_nn_1 : N ; - looping_nn_1 : N ; - lopp_nn_1 : N ; - loppcirkus_nn_1 : N ; - loppmarknad_nn_1 : N ; - loppspel_nn_1 : N ; - lord_nn_1 : N ; - lordkansler_nn_1 : N ; - lornjett_nn_1 : N ; - lort_nn_1 : N ; - lortig_av_1 : A ; - loss_ab_1 : Adv ; - lossning_nn_1 : N ; - lots_nn_1 : N ; - lotsdistrikt_nn_1 : N ; - lotshjaelp_nn_1 : N ; - lotsled_nn_1 : N ; - lotsning_nn_1 : N ; - lotsplats_nn_1 : N ; - lotssignal_nn_1 : N ; - lott_nn_1 : N ; - lottakaar_nn_1 : N ; - lottaroerelse_nn_1 : N ; - lottdragning_nn_1 : N ; - lotteri_nn_1 : N ; - lottloes_av_1 : A ; - lottsedel_nn_1 : N ; - lotus_nn_1 : N ; - lov_nn_1 : N ; - lov_nn_3 : N ; - lovande_av_1 : A ; - love_nn_1 : N ; - lovgirig_av_1 : A ; - lovlig_av_1 : A ; - lovord_nn_1 : N ; - lovpsalm_nn_1 : N ; - lovsaang_nn_1 : N ; - lovsjunga_vb_1 : V ; - lovtal_nn_1 : N ; - lovvaerd_av_1 : A ; - loxodrom_nn_1 : N ; - lubb_nn_1 : N ; - lubrikator_nn_1 : N ; - luciafest_nn_1 : N ; - luciakrans_nn_1 : N ; - luciamorgon_nn_1 : N ; - luciasaang_nn_1 : N ; - luciataag_nn_1 : N ; - lucker_av_1 : A ; - luddig_av_1 : A ; - luden_av_1 : A ; - luder_nn_1 : N ; - luetisk_av_1 : A ; - luffare_nn_1 : N ; - lufsig_av_1 : A ; - luft_nn_1 : N ; - luftaffaer_nn_1 : N ; - luftakrobat_nn_1 : N ; - luftande_nn_1 : N ; - luftanfall_nn_1 : N ; - luftattack_nn_1 : N ; - luftballong_nn_1 : N ; - luftbevakning_nn_1 : N ; - luftboll_nn_1 : N ; - luftbro_nn_1 : N ; - luftbubbla_nn_1 : N ; - luftburen_av_1 : A ; - luftdrag_nn_1 : N ; - luftemboli_nn_1 : N ; - luftfaerd_nn_1 : N ; - luftfarkost_nn_1 : N ; - luftfartyg_nn_1 : N ; - luftfilter_nn_1 : N ; - luftfjaedring_nn_1 : N ; - luftfoerorening_nn_1 : N ; - luftfuktare_nn_1 : N ; - luftfuktighet_nn_1 : N ; - luftgap_nn_1 : N ; - luftgevaer_nn_1 : N ; - luftgrop_nn_1 : N ; - lufthav_nn_1 : N ; - luftig_av_1 : A ; - luftkonditionering_nn_1 : N ; - luftkub_nn_1 : N ; - luftkudde_nn_1 : N ; - luftkuddefarkost_nn_1 : N ; - luftkyld_av_1 : A ; - luftlager_nn_1 : N ; - luftled_nn_1 : N ; - luftledes_ab_1 : Adv ; - luftledning_nn_1 : N ; - luftmadrass_nn_1 : N ; - luftmaengd_nn_1 : N ; - luftmast_nn_1 : N ; - luftombyte_nn_1 : N ; - luftperspektiv_nn_1 : N ; - luftpistol_nn_1 : N ; - luftpropeller_nn_1 : N ; - luftpump_nn_1 : N ; - luftrenare_nn_1 : N ; - luftroer_nn_1 : N ; - luftroerskatarr_nn_1 : N ; - luftrot_nn_1 : N ; - luftrum_nn_1 : N ; - luftsaeck_nn_1 : N ; - luftskalle_nn_1 : N ; - luftskepp_nn_1 : N ; - luftskikt_nn_1 : N ; - luftslott_nn_1 : N ; - luftsluss_nn_1 : N ; - luftspaerr_nn_1 : N ; - luftstroem_nn_1 : N ; - luftstrupe_nn_1 : N ; - lufttaet_av_1 : A ; - lufttemperatur_nn_1 : N ; - lufttom_av_1 : A ; - lufttryck_nn_1 : N ; - luftvaeg_nn_1 : N ; - luftvaern_nn_1 : N ; - luftvaernskanon_nn_1 : N ; - luftvaernsrobot_nn_1 : N ; - luftvaexling_nn_1 : N ; - luftventil_nn_1 : N ; - lugg_nn_1 : N ; - luggig_av_1 : A ; - luggsliten_av_1 : A ; - lugn_av_1 : A ; - lugnande_av_1 : A ; - lugnvatten_nn_1 : N ; - luguber_av_1 : A ; - lukrativ_av_1 : A ; - lukt_nn_1 : N ; - luktaert_nn_1 : N ; - luktfri_av_1 : A ; - luktnerv_nn_1 : N ; - luktsinne_nn_1 : N ; - luktvatten_nn_1 : N ; - luktvial_nn_1 : N ; - luktviol_nn_1 : N ; - lukullisk_av_1 : A ; - lull_ab_1 : Adv ; - lullig_av_1 : A ; - lumbal_av_1 : A ; - lumbalbedoevning_nn_1 : N ; - lumbalpunktion_nn_1 : N ; - lumen_nn_1 : N ; - lumen_nn_2 : N ; - luminoes_av_1 : A ; - lummervaext_nn_1 : N ; - lummig_av_1 : A ; - lumpen_av_1 : A ; - lumpfisk_nn_1 : N ; - lumpig_av_1 : A ; - lunar_av_1 : A ; - lunarisk_av_1 : A ; - lunation_nn_1 : N ; - lunch_nn_1 : N ; - lunchbord_nn_1 : N ; - lunchrestaurang_nn_1 : N ; - lunchrum_nn_1 : N ; - lund_nn_1 : N ; - lundensisk_av_1 : A ; - lungandande_av_1 : A ; - lungbyte_nn_1 : N ; - lungemboli_nn_1 : N ; - lungfisk_nn_1 : N ; - lunginflammation_nn_1 : N ; - lungkatarr_nn_1 : N ; - lunglob_nn_1 : N ; - lungoedem_nn_1 : N ; - lungoert_nn_1 : N ; - lungpulsaader_nn_1 : N ; - lungrot_nn_1 : N ; - lungsaeck_nn_1 : N ; - lungsaecksinflammation_nn_1 : N ; - lungsiktig_av_1 : A ; - lungsjukdom_nn_1 : N ; - lunne_nn_1 : N ; - lunnefaagel_nn_1 : N ; - lunnkaelke_nn_1 : N ; - luns_nn_1 : N ; - lunsig_av_1 : A ; - luntlaas_nn_1 : N ; - lupin_nn_1 : N ; - lupp_nn_1 : N ; - lur_nn_1 : N ; - lurendrejare_nn_1 : N ; - lurendrejeri_nn_1 : N ; - lurifax_nn_1 : N ; - lurig_av_1 : A ; - lurk_nn_1 : N ; - lurt_av_1 : A ; - lurvig_av_1 : A ; - lus_nn_1 : N ; - lusern_nn_1 : N ; - luserngroenmjoel_nn_1 : N ; - lusfattig_av_1 : A ; - lusig_av_1 : A ; - luskung_nn_1 : N ; - luspank_av_1 : A ; - luspudel_nn_1 : N ; - lussefest_nn_1 : N ; - lussekatt_nn_1 : N ; - lust_nn_1 : N ; - lustbarhet_nn_1 : N ; - lustbehov_nn_1 : N ; - lustcentrum_nn_1 : N ; - lustelig_av_1 : A ; - lustfylld_av_1 : A ; - lustgaard_nn_1 : N ; - lustgas_nn_1 : N ; - lusthus_nn_1 : N ; - lustig_av_1 : A ; - lustighet_nn_1 : N ; - lustigkurre_nn_1 : N ; - lustimpuls_nn_1 : N ; - lustjakt_nn_1 : N ; - lustkaensla_nn_1 : N ; - lustloegnare_nn_1 : N ; - lustmoerdare_nn_1 : N ; - lustmord_nn_1 : N ; - lustslott_nn_1 : N ; - lustspel_nn_1 : N ; - lustupplevelse_nn_1 : N ; - lut_nn_1 : N ; - lutfisk_nn_1 : N ; - lutheran_nn_1 : N ; - lutherdom_nn_1 : N ; - luthersk_av_1 : A ; - lutning_nn_1 : N ; - lutningsmaetare_nn_1 : N ; - lutningsstreck_nn_1 : N ; - lutningsvariation_nn_1 : N ; - lutsaangare_nn_1 : N ; - lutter_av_1 : A ; - luv_nn_1 : N ; - lux_nn_1 : N ; - luxation_nn_1 : N ; - luxemburgare_nn_1 : N ; - luxemburgsk_av_1 : A ; - luxmeter_nn_1 : N ; - luxuoes_av_1 : A ; - lyceum_nn_1 : N ; - lycka_nn_2 : N ; - lycklig_av_1 : A ; - lyckligen_ab_1 : Adv ; - lyckligtvis_ab_1 : Adv ; - lyckobringande_av_1 : A ; - lyckoenskning_nn_1 : N ; - lyckohjul_nn_1 : N ; - lyckokast_nn_1 : N ; - lyckokloever_nn_1 : N ; - lyckopiller_nn_1 : N ; - lyckorike_nn_1 : N ; - lyckorus_nn_1 : N ; - lyckosam_av_1 : A ; - lyckoslant_nn_1 : N ; - lyckotal_nn_1 : N ; - lycksalig_av_1 : A ; - lycksoekare_nn_1 : N ; - lycktraeff_nn_1 : N ; - lyda_vb_1 : V ; - lydaktig_av_1 : A ; - lydelse_nn_1 : N ; - lydfolk_nn_1 : N ; - lydig_av_1 : A ; - lydkonung_nn_1 : N ; - lydnad_nn_1 : N ; - lydnadsbrott_nn_1 : N ; - lydstat_nn_1 : N ; - lyft_nn_1 : N ; - lyftanordning_nn_1 : N ; - lyftarm_nn_1 : N ; - lyftblock_nn_1 : N ; - lyftbro_nn_1 : N ; - lyftkraft_nn_1 : N ; - lyftkran_nn_1 : N ; - lyftkrok_nn_1 : N ; - lyftsax_nn_1 : N ; - lyftverk_nn_1 : N ; - lyhoerd_av_1 : A ; - lyktbaerare_nn_1 : N ; - lyktgubbe_nn_1 : N ; - lyktrad_nn_1 : N ; - lyktstolpe_nn_1 : N ; - lymfatisk_av_1 : A ; - lymfkaerl_nn_1 : N ; - lymfkoertel_nn_1 : N ; - lymfliknande_av_1 : A ; - lymfocyt_nn_1 : N ; - lymmel_nn_1 : N ; - lymmelaktig_av_1 : A ; - lynett_nn_1 : N ; - lynne_nn_1 : N ; - lynnesutbrott_nn_1 : N ; - lynnig_av_1 : A ; - lyrfaagel_nn_1 : N ; - lyrikaelskare_nn_1 : N ; - lyriker_nn_1 : N ; - lyrisk_av_1 : A ; - lyrtorsk_nn_1 : N ; - lysaemne_nn_1 : N ; - lysande_av_1 : A ; - lysboj_nn_1 : N ; - lysgas_nn_1 : N ; - lysin_nn_1 : N ; - lysmask_nn_1 : N ; - lysning_nn_1 : N ; - lysosom_nn_1 : N ; - lysozym_nn_1 : N ; - lyspatron_nn_1 : N ; - lyspistol_nn_1 : N ; - lysraket_nn_1 : N ; - lysroer_nn_1 : N ; - lyssats_nn_1 : N ; - lyssnarapparat_nn_1 : N ; - lyssnare_nn_1 : N ; - lysten_av_1 : A ; - lyster_nn_1 : N ; - lysterfaerg_nn_1 : N ; - lystergarn_nn_1 : N ; - lystmaete_nn_1 : N ; - lystnad_nn_1 : N ; - lyte_nn_1 : N ; - lytt_av_1 : A ; - lytt_av_2 : A ; - lyxartikel_nn_1 : N ; - lyxbil_nn_1 : N ; - lyxfoerpackning_nn_1 : N ; - lyxhotell_nn_1 : N ; - lyxhustru_nn_1 : N ; - lyxig_av_1 : A ; - lyxkryssare_nn_1 : N ; - lyxliv_nn_1 : N ; - lyxskatt_nn_1 : N ; - lyxtelegram_nn_1 : N ; - maabaer_nn_1 : N ; - maabaersbuske_nn_1 : N ; - maag_nn_1 : N ; - maahaenda_ab_1 : Adv ; - maakare_nn_1 : N ; - maal_nn_1 : N ; - maalande_av_1 : A ; - maalangivning_nn_1 : N ; - maalarbok_nn_1 : N ; - maalarborste_nn_1 : N ; - maalarduk_nn_1 : N ; - maalare_nn_1 : N ; - maalarfaerg_nn_1 : N ; - maalarkludd_nn_1 : N ; - maalarmaestare_nn_1 : N ; - maalarrock_nn_1 : N ; - maalarstaellning_nn_1 : N ; - maalbrottsroest_nn_1 : N ; - maalbur_nn_1 : N ; - maalchans_nn_1 : N ; - maaldomare_nn_1 : N ; - maaleri_nn_1 : N ; - maalerisk_av_1 : A ; - maalfarlig_av_1 : A ; - maalfigur_nn_1 : N ; - maalforskning_nn_1 : N ; - maalfoto_nn_1 : N ; - maalgaard_nn_1 : N ; - maalgivande_av_1 : A ; - maalgrupp_nn_1 : N ; - maalkamera_nn_1 : N ; - maalkvot_nn_1 : N ; - maallinje_nn_1 : N ; - maalloes_av_1 : A ; - maalmedveten_av_1 : A ; - maalning_nn_1 : N ; - maalomraade_nn_1 : N ; - maalsaegande_nn_1 : N ; - maalsaegare_nn_1 : N ; - maalsaettning_nn_1 : N ; - maalskillnad_nn_1 : N ; - maalskytt_nn_1 : N ; - maalsman_nn_1 : N ; - maalsoekande_av_1 : A ; - maalsoekare_nn_1 : N ; - maalspaning_nn_1 : N ; - maalspottare_nn_1 : N ; - maalspraak_nn_1 : N ; - maalstaellning_nn_1 : N ; - maalstolpe_nn_1 : N ; - maalstyrning_nn_1 : N ; - maaltavla_nn_1 : N ; - maaltid_nn_1 : N ; - maaltidsdryck_nn_1 : N ; - maalvakt_nn_1 : N ; - maan_av_1 : A ; - maanaar_nn_1 : N ; - maanad_nn_1 : N ; - maanadskort_nn_1 : N ; - maanadsloen_nn_1 : N ; - maanadsrasande_av_1 : A ; - maanadsskifte_nn_1 : N ; - maanadssmultron_nn_1 : N ; - maanadsvis_ab_1 : Adv ; - maanadtal_nn_1 : N ; - maanatlig_av_1 : A ; - maanatligen_ab_1 : Adv ; - maanbaevning_nn_1 : N ; - maanbelyst_av_1 : A ; - maancykel_nn_1 : N ; - maandag_nn_1 : N ; - maandagsexemplar_nn_1 : N ; - maandagskvaell_nn_1 : N ; - maandagsmorgon_nn_1 : N ; - maandistans_nn_1 : N ; - maandygn_nn_1 : N ; - maane_nn_1 : N ; - maanfas_nn_1 : N ; - maanflod_nn_1 : N ; - maanfoermoerkelse_nn_1 : N ; - maangaard_nn_1 : N ; - maangaarig_av_1 : A ; - maangahanda_av_1 : A ; - maangbesjungen_av_1 : A ; - maangbyggare_nn_1 : N ; - maangdubbel_av_1 : A ; - maangenstaedes_ab_1 : Adv ; - maangfald_nn_1 : N ; - maangfaldig_av_1 : A ; - maangfalt_ab_1 : Adv ; - maangformig_av_1 : A ; - maangformighet_nn_1 : N ; - maangfoting_nn_1 : N ; - maangfrestande_av_1 : A ; - maangfrestare_nn_1 : N ; - maanghoerning_nn_1 : N ; - maangkamp_nn_1 : N ; - maangkunnig_av_1 : A ; - maanglare_nn_1 : N ; - maangmiljonaer_nn_1 : N ; - maangordig_av_1 : A ; - maangsidig_av_1 : A ; - maangsidighet_nn_1 : N ; - maangsiding_nn_1 : N ; - maangskiftande_av_1 : A ; - maangstaemmig_av_1 : A ; - maangstavig_av_1 : A ; - maangsysslare_nn_1 : N ; - maangtydig_av_1 : A ; - maangtydighet_nn_1 : N ; - maangubbe_nn_1 : N ; - maangvetenskaplig_av_1 : A ; - maanlandskap_nn_1 : N ; - maanliknande_av_1 : A ; - maanljus_av_1 : A ; - maanne_ab_1 : Adv ; - maanntro_ab_1 : Adv ; - maanskifte_nn_1 : N ; - maansten_nn_1 : N ; - maanvarv_nn_1 : N ; - maanviol_nn_1 : N ; - maard_nn_1 : N ; - maarddjur_nn_1 : N ; - maas_nn_1 : N ; - maasfaagel_nn_1 : N ; - maatro_ab_1 : Adv ; - maatt_nn_1 : N ; - maattagning_nn_1 : N ; - maattband_nn_1 : N ; - maattbestaelld_av_1 : A ; - maattenhet_nn_1 : N ; - maattfull_av_1 : A ; - maattlig_av_1 : A ; - maattlighet_nn_1 : N ; - maattloes_av_1 : A ; - maattsats_nn_1 : N ; - maattsenhet_nn_1 : N ; - maattstock_nn_1 : N ; - maattsydd_av_1 : A ; - maattsystem_nn_1 : N ; - maattverktyg_nn_1 : N ; - macedonisk_av_1 : A ; - macedonsk_av_1 : A ; - macedonska_nn_2 : N ; - mach_nn_1 : N ; - machete_nn_1 : N ; - machiavellisk_av_1 : A ; - machiavellistisk_av_1 : A ; - machtal_nn_1 : N ; - machverk_nn_1 : N ; - mack_nn_1 : N ; - mackapaer_nn_1 : N ; - mad_nn_1 : N ; - madagask_nn_1 : N ; - madagaskisk_av_1 : A ; - madam_nn_1 : N ; - madapolam_nn_1 : N ; - madrass_nn_1 : N ; - madrassnaal_nn_1 : N ; - madrigal_nn_1 : N ; - maduska_nn_1 : N ; - maehae_nn_1 : N ; - maeklararvode_nn_1 : N ; - maeklare_nn_1 : N ; - maekta_ab_1 : Adv ; - maektig_av_1 : A ; - maektighet_nn_1 : N ; - maektighet_nn_2 : N ; - maelarlandskap_nn_1 : N ; - maeld_nn_1 : N ; - maelteri_nn_1 : N ; - maengd_nn_1 : N ; - maengddiagram_nn_1 : N ; - maengdvis_ab_1 : Adv ; - maenniska_nn_1 : N ; - maenniskoaetande_av_1 : A ; - maenniskoaetare_nn_1 : N ; - maenniskobroest_nn_1 : N ; - maenniskofientlig_av_1 : A ; - maenniskofigur_nn_1 : N ; - maenniskofoster_nn_1 : N ; - maenniskogestalt_nn_1 : N ; - maenniskohaj_nn_1 : N ; - maenniskohamn_nn_1 : N ; - maenniskohand_nn_1 : N ; - maenniskohatare_nn_1 : N ; - maenniskojakt_nn_1 : N ; - maenniskokaennare_nn_1 : N ; - maenniskokaennedom_nn_1 : N ; - maenniskokaerlek_nn_1 : N ; - maenniskokropp_nn_1 : N ; - maenniskolik_av_1 : A ; - maenniskolik_nn_1 : N ; - maenniskoliknande_av_1 : A ; - maenniskoliv_nn_1 : N ; - maenniskooffer_nn_1 : N ; - maenniskorov_nn_1 : N ; - maenniskoskildring_nn_1 : N ; - maenniskospermie_nn_1 : N ; - maenniskouppfattning_nn_1 : N ; - maenniskovaen_nn_1 : N ; - maenniskovaenlig_av_1 : A ; - maenniskovaenlighet_nn_1 : N ; - maenniskovaerde_nn_1 : N ; - maenniskovaerdig_av_1 : A ; - maenska_nn_1 : N ; - maensklig_av_1 : A ; - maensklighet_nn_1 : N ; - maer_nn_1 : N ; - maergben_nn_1 : N ; - maergelgrav_nn_1 : N ; - maergelskiffer_nn_1 : N ; - maergflaeck_nn_1 : N ; - maergfull_av_1 : A ; - maergloes_av_1 : A ; - maergstraale_nn_1 : N ; - maerkband_nn_1 : N ; - maerkbar_av_1 : A ; - maerkduk_nn_1 : N ; - maerke_nn_1 : N ; - maerkesdag_nn_1 : N ; - maerkesman_nn_1 : N ; - maerkgarn_nn_1 : N ; - maerkhammare_nn_1 : N ; - maerklig_av_1 : A ; - maerklighet_nn_1 : N ; - maerkning_nn_1 : N ; - maerkvaerdig_av_1 : A ; - maerling_nn_1 : N ; - maerlspik_nn_1 : N ; - maerr_nn_1 : N ; - maers_nn_1 : N ; - maersraa_nn_1 : N ; - maerssegel_nn_1 : N ; - maersstaang_nn_1 : N ; - maeskning_nn_1 : N ; - maeskprovare_nn_1 : N ; - maess_nn_1 : N ; - maessbok_nn_1 : N ; - maessdraekt_nn_1 : N ; - maessfall_nn_1 : N ; - maesshake_nn_1 : N ; - maesshall_nn_1 : N ; - maessingblaasinstrument_nn_1 : N ; - maessinginstrument_nn_1 : N ; - maessingsinstrument_nn_1 : N ; - maessingsspik_nn_1 : N ; - maessingstraad_nn_1 : N ; - maessoffer_nn_1 : N ; - maesspojke_nn_1 : N ; - maestarbrev_nn_1 : N ; - maestare_nn_1 : N ; - maestarinna_nn_1 : N ; - maestarklass_nn_1 : N ; - maestarprov_nn_1 : N ; - maesterlig_av_1 : A ; - maesterlots_nn_1 : N ; - maesterman_nn_1 : N ; - maestersaangare_nn_1 : N ; - maesterskap_nn_1 : N ; - maesterskapstitel_nn_1 : N ; - maesterverk_nn_1 : N ; - maetapparat_nn_1 : N ; - maetapparatur_nn_1 : N ; - maetare_nn_1 : N ; - maetarfjaeril_nn_1 : N ; - maetarlarv_nn_1 : N ; - maetbar_av_1 : A ; - maetbord_nn_1 : N ; - maetbrev_nn_1 : N ; - maetetal_nn_1 : N ; - maetglas_nn_1 : N ; - maetinstrument_nn_1 : N ; - maetning_nn_1 : N ; - maetningsfartyg_nn_1 : N ; - maetningsregel_nn_1 : N ; - maetningstal_nn_1 : N ; - maetomraade_nn_1 : N ; - maetredskap_nn_1 : N ; - maetress_nn_1 : N ; - maett_av_1 : A ; - maettnad_nn_1 : N ; - maettningstryck_nn_1 : N ; - maettsam_av_1 : A ; - maetvaerde_nn_1 : N ; - maetverktyg_nn_1 : N ; - maffia_nn_1 : N ; - maffig_av_1 : A ; - magasin_nn_1 : N ; - magbesvaer_nn_1 : N ; - magborstare_nn_1 : N ; - magdans_nn_1 : N ; - mage_nn_1 : N ; - mager_av_1 : A ; - mager_nn_1 : N ; - magerlagd_av_1 : A ; - maggoerdel_nn_1 : N ; - maggrop_nn_1 : N ; - magiker_nn_1 : N ; - maginnehaall_nn_1 : N ; - magisk_av_1 : A ; - magister_nn_1 : N ; - magistral_av_1 : A ; - magistrat_nn_1 : N ; - magkatarr_nn_1 : N ; - magmabergart_nn_1 : N ; - magmakammare_nn_1 : N ; - magmedicin_nn_1 : N ; - magmun_nn_1 : N ; - magnat_nn_1 : N ; - magnecyl_nn_1 : N ; - magnesiumlegering_nn_1 : N ; - magnesiumsulfat_nn_1 : N ; - magnet_nn_1 : N ; - magnetapparat_nn_1 : N ; - magnetband_nn_1 : N ; - magnetfaelt_nn_1 : N ; - magnetisk_av_1 : A ; - magnetisoer_nn_1 : N ; - magnetkompass_nn_1 : N ; - magnetnaal_nn_1 : N ; - magnetofon_nn_1 : N ; - magnetpol_nn_1 : N ; - magnetron_nn_1 : N ; - magnettaendning_nn_1 : N ; - magnificus_av_1 : A ; - magnifik_av_1 : A ; - magnitud_nn_1 : N ; - magnum_av_1 : A ; - magnumbutelj_nn_1 : N ; - magplask_nn_1 : N ; - magsaar_nn_1 : N ; - magsaeck_nn_1 : N ; - magsaft_nn_1 : N ; - magstark_av_1 : A ; - magsur_av_1 : A ; - magyar_nn_1 : N ; - maharadja_nn_1 : N ; - mahognyliknande_av_1 : A ; - mail_nn_2 : N ; - majbagge_nn_1 : N ; - majbrud_nn_1 : N ; - majestaet_nn_1 : N ; - majestaetisk_av_1 : A ; - majestaetsbrott_nn_1 : N ; - majestaetsfoerbrytelse_nn_1 : N ; - majonnaes_nn_1 : N ; - majonnaessaas_nn_1 : N ; - major_nn_1 : N ; - majoritet_nn_1 : N ; - majoritetsval_nn_1 : N ; - majsgroet_nn_1 : N ; - majskolv_nn_1 : N ; - majskorn_nn_1 : N ; - majstaang_nn_1 : N ; - majuskel_nn_1 : N ; - makaber_av_1 : A ; - makaloes_av_1 : A ; - makassarolja_nn_1 : N ; - make_nn_1 : N ; - makedonier_nn_1 : N ; - makedonisk_av_1 : A ; - makedonsk_av_1 : A ; - makedonska_nn_2 : N ; - maklig_av_1 : A ; - makrill_nn_1 : N ; - makron_nn_1 : N ; - makroskopisk_av_1 : A ; - makt_nn_1 : N ; - maktanspraak_nn_1 : N ; - maktbalans_nn_1 : N ; - maktbefogenhet_nn_1 : N ; - maktblock_nn_1 : N ; - maktcentrum_nn_1 : N ; - maktfaktor_nn_1 : N ; - maktfoerdelning_nn_1 : N ; - maktfullkomlig_av_1 : A ; - makthavare_nn_1 : N ; - maktkamp_nn_1 : N ; - maktkoncentration_nn_1 : N ; - maktloes_av_1 : A ; - maktlysten_av_1 : A ; - maktmedel_nn_1 : N ; - maktoevertagande_nn_1 : N ; - maktpaaliggande_av_1 : A ; - maktskifte_nn_1 : N ; - maktspel_nn_1 : N ; - maktsymbol_nn_1 : N ; - maktutoevare_nn_1 : N ; - mal_nn_1 : N ; - malaeten_av_1 : A ; - malaj_nn_1 : N ; - malajisk_av_1 : A ; - malajiska_nn_2 : N ; - malakit_nn_1 : N ; - malapropaa_ab_1 : Adv ; - malawier_nn_1 : N ; - malawisk_av_1 : A ; - malaysier_nn_1 : N ; - malaysisk_av_1 : A ; - maldiver_nn_1 : N ; - maldivisk_av_1 : A ; - malicioes_av_1 : A ; - malier_nn_1 : N ; - malign_av_1 : A ; - malisk_av_1 : A ; - mall_nn_1 : N ; - mallig_av_1 : A ; - malm_nn_1 : N ; - malm_nn_2 : N ; - malmedel_nn_1 : N ; - malmfaelt_nn_1 : N ; - malmfoerande_av_1 : A ; - malmfyndig_av_1 : A ; - malmfyndighet_nn_1 : N ; - malmhalt_nn_1 : N ; - malmkoertel_nn_1 : N ; - malmkropp_nn_1 : N ; - malmkross_nn_1 : N ; - malmoebo_nn_1 : N ; - malmtaekt_nn_1 : N ; - maloer_nn_1 : N ; - malpaase_nn_1 : N ; - malstroem_nn_1 : N ; - maltdryck_nn_1 : N ; - maltes_nn_1 : N ; - maltesare_nn_1 : N ; - malteserhund_nn_1 : N ; - malteserkors_nn_1 : N ; - malteserorden_nn_1 : N ; - maltesisk_av_1 : A ; - maltesiska_nn_2 : N ; - mambo_nn_1 : N ; - mamma_nn_1 : N ; - mammaklaenning_nn_1 : N ; - mammaledig_av_1 : A ; - mammig_av_1 : A ; - mammografi_nn_1 : N ; - mammonstrael_nn_1 : N ; - mammut_nn_1 : N ; - mammuttraed_nn_1 : N ; - mamsell_nn_1 : N ; - man_nn_1 : N ; - man_nn_2 : N ; - manaar_nn_1 : N ; - manager_nn_1 : N ; - manbar_av_1 : A ; - manbyggnad_nn_1 : N ; - manchu_nn_1 : N ; - manchuisk_av_1 : A ; - manchuiska_nn_2 : N ; - mandarin_nn_1 : N ; - mandat_nn_1 : N ; - mandatfoerdelning_nn_1 : N ; - mandatperiod_nn_1 : N ; - mandel_nn_1 : N ; - mandeloegd_av_1 : A ; - mandelolja_nn_1 : N ; - mandelpotatis_nn_1 : N ; - mandibel_nn_1 : N ; - mandolin_nn_1 : N ; - mandom_nn_1 : N ; - mandomsprov_nn_1 : N ; - mandrill_nn_1 : N ; - manege_nn_1 : N ; - maner_nn_1 : N ; - maner_nn_2 : N ; - manet_nn_1 : N ; - manfall_nn_1 : N ; - manfolk_nn_1 : N ; - mangaardsbyggnad_nn_1 : N ; - manganin_nn_1 : N ; - mangel_nn_1 : N ; - mango_nn_1 : N ; - mangrann_av_1 : A ; - mangrove_nn_1 : N ; - mangrovetraesk_nn_1 : N ; - manhaal_nn_1 : N ; - manhaftig_av_1 : A ; - mani_nn_1 : N ; - maniakalisk_av_1 : A ; - manick_nn_1 : N ; - manierism_nn_1 : N ; - manifest_av_1 : A ; - manifest_nn_1 : N ; - manifestation_nn_1 : N ; - manike_nn_1 : N ; - maniker_nn_1 : N ; - manikur_nn_1 : N ; - manikyrist_nn_1 : N ; - maning_nn_1 : N ; - manipulation_nn_1 : N ; - manisk_av_1 : A ; - manisk_depressiv_av_1 : A ; - manke_nn_1 : N ; - mankemang_nn_1 : N ; - mankill_nn_1 : N ; - manko_nn_1 : N ; - mankoen_nn_1 : N ; - manlig_av_1 : A ; - mannaaalder_nn_1 : N ; - mannagryn_nn_1 : N ; - mannagrynsgroet_nn_1 : N ; - mannalav_nn_1 : N ; - mannekaeng_nn_1 : N ; - manodepressiv_av_1 : A ; - manoever_nn_1 : N ; - manoeverduglig_av_1 : A ; - manoeverkraft_nn_1 : N ; - manometer_nn_1 : N ; - mansaalder_nn_1 : N ; - mansard_nn_1 : N ; - mansardtak_nn_1 : N ; - manschett_nn_1 : N ; - manschettyrke_nn_1 : N ; - mansgrav_nn_1 : N ; - mansgris_nn_1 : N ; - manskap_nn_1 : N ; - manslaeger_nn_1 : N ; - manslem_nn_1 : N ; - manslukerska_nn_1 : N ; - mansperson_nn_1 : N ; - manssida_nn_1 : N ; - manstark_av_1 : A ; - mantaag_nn_1 : N ; - mantal_nn_1 : N ; - mantalslaengd_nn_1 : N ; - mantalsskriven_av_1 : A ; - mantalsskrivning_nn_1 : N ; - mantel_nn_1 : N ; - manteldjur_nn_1 : N ; - mantelstyrning_nn_1 : N ; - mantilj_nn_1 : N ; - manual_nn_1 : N ; - manuell_av_1 : A ; - manufaktur_nn_1 : N ; - manus_nn_1 : N ; - manuskript_nn_1 : N ; - maori_nn_1 : N ; - maorisk_av_1 : A ; - mapp_nn_1 : N ; - marabu_nn_1 : N ; - maraeng_nn_1 : N ; - maraengsviss_nn_1 : N ; - maraton_nn_1 : N ; - maratonlopp_nn_1 : N ; - mardroem_nn_1 : N ; - marg_nn_1 : N ; - margarin_nn_1 : N ; - margfaldig_av_1 : A ; - marginal_nn_1 : N ; - marginalbeskattning_nn_1 : N ; - marginaleffekt_nn_1 : N ; - marginalinkomst_nn_1 : N ; - marginalintaekt_nn_1 : N ; - marginalkostnad_nn_1 : N ; - marginalskatt_nn_1 : N ; - marginalvaeljare_nn_1 : N ; - marginell_av_1 : A ; - marig_av_1 : A ; - marin_av_1 : A ; - marin_nn_1 : N ; - marinad_nn_1 : N ; - marinbiolog_nn_1 : N ; - marinbiologisk_av_1 : A ; - marinblaa_av_1 : A ; - marindirektoer_nn_1 : N ; - marinkaar_nn_1 : N ; - marinledning_nn_1 : N ; - marinsoldat_nn_1 : N ; - marionett_nn_1 : N ; - maritim_av_1 : A ; - mark_nn_1 : N ; - mark_nn_2 : N ; - markaegare_nn_1 : N ; - markant_av_1 : A ; - markeffektfarkost_nn_1 : N ; - markegaang_nn_1 : N ; - markering_nn_1 : N ; - marketentare_nn_1 : N ; - marketenteri_nn_1 : N ; - marketeri_nn_1 : N ; - markgreve_nn_1 : N ; - markis_nn_1 : N ; - marklaera_nn_1 : N ; - marklevande_av_1 : A ; - marknad_nn_1 : N ; - marknadsekonomi_nn_1 : N ; - marknadsekonomisk_av_1 : A ; - marknadsfoering_nn_1 : N ; - marknadsgycklare_nn_1 : N ; - marknadslaege_nn_1 : N ; - marknadspris_nn_1 : N ; - marknadsundersoekning_nn_1 : N ; - marknadsvaerde_nn_1 : N ; - marknivaa_nn_1 : N ; - markoer_nn_1 : N ; - markomanner_nn_1 : N ; - markomraade_nn_1 : N ; - markorganism_nn_1 : N ; - marktaeckare_nn_1 : N ; - marktjaenst_nn_1 : N ; - marmelad_nn_1 : N ; - marmorering_nn_1 : N ; - marmorliknande_av_1 : A ; - marockan_nn_1 : N ; - marockansk_av_1 : A ; - marockanska_nn_1 : N ; - marodoer_nn_1 : N ; - marsch_nn_1 : N ; - marschall_nn_1 : N ; - marschfart_nn_1 : N ; - marschlaege_nn_1 : N ; - marshmallow_nn_1 : N ; - marsian_nn_1 : N ; - marsk_nn_1 : N ; - marskalk_nn_1 : N ; - marskalkstav_nn_1 : N ; - marsvin_nn_1 : N ; - martall_nn_1 : N ; - martasbekymmer_nn_1 : N ; - martialisk_av_1 : A ; - martini_nn_1 : N ; - martyr_nn_1 : N ; - martyrium_nn_1 : N ; - marulk_nn_1 : N ; - marviol_nn_1 : N ; - marxist_nn_1 : N ; - marxistisk_av_1 : A ; - mas_nn_1 : N ; - maser_nn_1 : N ; - masig_av_1 : A ; - mask_nn_1 : N ; - mask_nn_2 : N ; - maskaeten_av_1 : A ; - maskerad_nn_1 : N ; - maskeraddraekt_nn_1 : N ; - maskering_nn_1 : N ; - maskformig_av_1 : A ; - maskhaal_nn_1 : N ; - maskin_nn_1 : N ; - maskindel_nn_1 : N ; - maskinelement_nn_1 : N ; - maskinell_av_1 : A ; - maskineri_nn_1 : N ; - maskingevaer_nn_1 : N ; - maskinhall_nn_1 : N ; - maskinhaveri_nn_1 : N ; - maskinist_nn_1 : N ; - maskinlaesbar_av_1 : A ; - maskinmaessig_av_1 : A ; - maskinoeversaettning_nn_1 : N ; - maskinpark_nn_1 : N ; - maskinpistol_nn_1 : N ; - maskinpress_nn_1 : N ; - maskinrum_nn_1 : N ; - maskinskriven_av_1 : A ; - maskinskrivning_nn_1 : N ; - maskinspraak_nn_1 : N ; - maskintid_nn_1 : N ; - maskintvaett_nn_1 : N ; - maskning_nn_1 : N ; - maskoer_nn_1 : N ; - maskopi_nn_1 : N ; - maskot_nn_1 : N ; - maskspel_nn_1 : N ; - maskstungen_av_1 : A ; - masktaethet_nn_1 : N ; - maskulin_av_1 : A ; - maskulinum_nn_1 : N ; - masochist_nn_1 : N ; - massa_nn_2 : N ; - massageinstitut_nn_1 : N ; - massaker_nn_1 : N ; - massbjaesse_nn_1 : N ; - masscentrum_nn_1 : N ; - massdoed_nn_1 : N ; - massfaangst_nn_1 : N ; - massiv_av_1 : A ; - massiv_nn_1 : N ; - massivitet_nn_1 : N ; - massjaette_nn_1 : N ; - masskommunikation_nn_1 : N ; - masskonst_nn_1 : N ; - masskorsband_nn_1 : N ; - massloes_av_1 : A ; - massmedial_av_1 : A ; - massmedium_nn_1 : N ; - massmoete_nn_1 : N ; - massmord_nn_1 : N ; - massoer_nn_1 : N ; - masspektrum_nn_1 : N ; - masspsykos_nn_1 : N ; - masstal_nn_1 : N ; - massvis_ab_1 : Adv ; - mast_nn_1 : N ; - master_nn_1 : N ; - mastfisk_nn_1 : N ; - mastfritt_ab_1 : Adv ; - masthaal_nn_1 : N ; - mastig_av_1 : A ; - mastkorg_nn_1 : N ; - mastkrage_nn_1 : N ; - mastodont_nn_1 : N ; - mastodontisk_av_1 : A ; - masturbation_nn_1 : N ; - masugn_nn_1 : N ; - masurbjoerk_nn_1 : N ; - masverk_nn_1 : N ; - matador_nn_1 : N ; - matarbuss_nn_1 : N ; - matare_nn_1 : N ; - matarledning_nn_1 : N ; - matbestick_nn_1 : N ; - matbit_nn_1 : N ; - matbord_nn_1 : N ; - matbroed_nn_1 : N ; - match_nn_1 : N ; - matchboll_nn_1 : N ; - matematiker_nn_1 : N ; - matematiklaerare_nn_1 : N ; - matematisk_av_1 : A ; - matematisk_naturvetenskaplig_av_1 : A ; - materia_nn_1 : N ; - material_nn_1 : N ; - materialisation_nn_1 : N ; - materialist_nn_1 : N ; - materialistisk_av_1 : A ; - materialkonstant_nn_1 : N ; - materialproblem_nn_1 : N ; - materialsamling_nn_1 : N ; - materialspelare_nn_1 : N ; - materie_nn_1 : N ; - materieforskning_nn_1 : N ; - materiegas_nn_1 : N ; - materiell_av_1 : A ; - materiemoln_nn_1 : N ; - materiestroem_nn_1 : N ; - materietransport_nn_1 : N ; - materieutbyte_nn_1 : N ; - matfett_nn_1 : N ; - matfoergiftning_nn_1 : N ; - matfoerraad_nn_1 : N ; - matfrisk_av_1 : A ; - matfrukt_nn_1 : N ; - mathaallning_nn_1 : N ; - matine_nn_1 : N ; - matjessill_nn_1 : N ; - matjord_nn_1 : N ; - matlag_nn_1 : N ; - matlagning_nn_1 : N ; - matlagningskonst_nn_1 : N ; - matmamma_nn_1 : N ; - matning_nn_1 : N ; - matnyttig_av_1 : A ; - matolja_nn_1 : N ; - matpotatis_nn_1 : N ; - matraett_nn_1 : N ; - matrest_nn_1 : N ; - matriarkalisk_av_1 : A ; - matrikel_nn_1 : N ; - matris_nn_1 : N ; - matros_nn_1 : N ; - matroskostym_nn_1 : N ; - matsaeck_nn_1 : N ; - matsal_nn_1 : N ; - matsalong_nn_1 : N ; - matsedel_nn_1 : N ; - matservering_nn_1 : N ; - matservis_nn_1 : N ; - matsked_nn_1 : N ; - matsmaeltning_nn_1 : N ; - matsmaeltningskanal_nn_1 : N ; - matsmaeltningsorgan_nn_1 : N ; - matsmaeltningsvaetska_nn_1 : N ; - matstrupe_nn_1 : N ; - matsvamp_nn_1 : N ; - matt_av_1 : A ; - mattallrik_nn_1 : N ; - mattdomare_nn_1 : N ; - matte_nn_2 : N ; - matthet_nn_1 : N ; - mattighet_nn_1 : N ; - mattpiskare_nn_1 : N ; - mattpiskning_nn_1 : N ; - mattsopare_nn_1 : N ; - matutin_nn_1 : N ; - matvana_nn_1 : N ; - matvara_nn_1 : N ; - matvaruaffaer_nn_1 : N ; - matvaruhall_nn_1 : N ; - matvraa_nn_1 : N ; - matvrak_nn_1 : N ; - mauretanier_nn_1 : N ; - mauretansk_av_1 : A ; - mauritier_nn_1 : N ; - mauritisk_av_1 : A ; - mauser_nn_1 : N ; - mausergevaer_nn_1 : N ; - mauserpistol_nn_1 : N ; - mausoleum_nn_1 : N ; - maxikjol_nn_1 : N ; - maxill_nn_1 : N ; - maxim_nn_1 : N ; - maximal_av_1 : A ; - maximipunkt_nn_1 : N ; - maximitemperatur_nn_1 : N ; - maximitermometer_nn_1 : N ; - maximum_nn_1 : N ; - mayafolk_nn_1 : N ; - mazarin_nn_1 : N ; - meander_nn_1 : N ; - meccano_nn_1 : N ; - mecenat_nn_1 : N ; - med_ab_1 : Adv ; - med_nn_1 : N ; - medalj_nn_1 : N ; - medaljoer_nn_1 : N ; - medaljong_nn_1 : N ; - medansvarig_av_1 : A ; - medarbetare_nn_1 : N ; - medbedoemare_nn_1 : N ; - medbestaemmandelag_nn_1 : N ; - medborgare_nn_1 : N ; - medborgargarde_nn_1 : N ; - medborgarhus_nn_1 : N ; - medborgarskap_nn_1 : N ; - medborgarvittne_nn_1 : N ; - medborgenaer_nn_1 : N ; - medborgerlig_av_1 : A ; - medbringare_nn_1 : N ; - medbroder_nn_1 : N ; - medbrottslig_av_1 : A ; - medbrottsling_nn_1 : N ; - meddelaktig_av_1 : A ; - meddelande_nn_1 : N ; - meddelare_nn_1 : N ; - meddelelsemedel_nn_1 : N ; - meddelsam_av_1 : A ; - meddetsamma_ab_1 : Adv ; - mede_nn_1 : N ; - medel_nn_1 : N ; - medelaalder_nn_1 : N ; - medelaalders_av_1 : A ; - medelbar_av_1 : A ; - medeldistans_nn_1 : N ; - medeldistansraket_nn_1 : N ; - medeldistansrobot_nn_1 : N ; - medelfel_nn_1 : N ; - medelindisk_av_1 : A ; - medelklass_nn_1 : N ; - medellaengd_nn_1 : N ; - medellivslaengd_nn_1 : N ; - medelloes_av_1 : A ; - medelmaattig_av_1 : A ; - medelpadare_nn_1 : N ; - medelpadsk_av_1 : A ; - medelproportional_nn_1 : N ; - medelpunkt_nn_1 : N ; - medelsanvisning_nn_1 : N ; - medelsoltid_nn_1 : N ; - medelsvensson_nn_1 : N ; - medeltal_nn_1 : N ; - medeltemperatur_nn_1 : N ; - medeltid_nn_1 : N ; - medeltida_av_1 : A ; - medeltidsmaenniska_nn_1 : N ; - medelvaeg_nn_1 : N ; - medelvaerde_nn_1 : N ; - medelvattenstaand_nn_1 : N ; - medfaren_av_1 : A ; - medfoedd_av_1 : A ; - medgaang_nn_1 : N ; - medge_vb_1 : V ; - medgivande_nn_1 : N ; - medgoerlig_av_1 : A ; - medhaars_ab_1 : Adv ; - medhavd_av_1 : A ; - medhjaelpare_nn_1 : N ; - medial_av_1 : A ; - median_nn_1 : N ; - medianvaeljare_nn_1 : N ; - mediatek_nn_1 : N ; - medicin_nn_1 : N ; - medicinalstyrelse_nn_1 : N ; - medicinalvaext_nn_1 : N ; - medicinare_nn_1 : N ; - medicinboll_nn_1 : N ; - medicinglas_nn_1 : N ; - medicinman_nn_1 : N ; - medicinsk_av_1 : A ; - medieval_nn_1 : N ; - medikament_nn_1 : N ; - medikus_nn_1 : N ; - medioker_av_1 : A ; - mediotek_nn_1 : N ; - medisterkorv_nn_1 : N ; - meditation_nn_1 : N ; - meditativ_av_1 : A ; - mediterran_av_1 : A ; - medium_nn_1 : N ; - medium_nn_2 : N ; - medkaennande_av_1 : A ; - medlare_nn_1 : N ; - medlem_nn_1 : N ; - medlemsantal_nn_1 : N ; - medlemsavgift_nn_1 : N ; - medlemskap_nn_1 : N ; - medlemskort_nn_1 : N ; - medlemsstat_nn_1 : N ; - medlidsam_av_1 : A ; - medling_nn_1 : N ; - medlingsfoerslag_nn_1 : N ; - medlingskommission_nn_1 : N ; - medljud_nn_1 : N ; - medloeftesman_nn_1 : N ; - medloepare_nn_1 : N ; - medlut_nn_1 : N ; - medmaenniska_nn_1 : N ; - medmaensklig_av_1 : A ; - medryckande_av_1 : A ; - medsamma_ab_1 : Adv ; - medskyldig_av_1 : A ; - medsoekande_nn_1 : N ; - medsols_ab_1 : Adv ; - medspelare_nn_1 : N ; - medstroem_nn_1 : N ; - medstroems_ab_1 : Adv ; - medta_vb_1 : V ; - medtaevlare_nn_1 : N ; - medtagen_av_1 : A ; - medurs_ab_1 : Adv ; - medverkande_av_1 : A ; - medveten_av_1 : A ; - medvetenhet_nn_1 : N ; - medvetsloes_av_1 : A ; - medvind_nn_1 : N ; - medvurst_nn_1 : N ; - mefistofelisk_av_1 : A ; - mefitisk_av_1 : A ; - megabyte_nn_1 : N ; - megafon_nn_1 : N ; - megajoule_nn_1 : N ; - megalit_nn_1 : N ; - meganewton_nn_1 : N ; - megaton_nn_1 : N ; - megawatt_nn_1 : N ; - mejeri_nn_1 : N ; - mejerifoerening_nn_1 : N ; - mejerist_nn_1 : N ; - mejl_nn_2 : N ; - mejsel_nn_1 : N ; - mekaniker_nn_1 : N ; - mekanikus_nn_1 : N ; - mekanisering_nn_1 : N ; - mekanisk_av_1 : A ; - mekanism_nn_1 : N ; - mekanistisk_av_1 : A ; - melanesier_nn_1 : N ; - melanesisk_av_1 : A ; - melankoliker_nn_1 : N ; - melankolisk_av_1 : A ; - melioration_nn_1 : N ; - mellanakt_nn_1 : N ; - mellanbok_nn_1 : N ; - mellandaeck_nn_1 : N ; - mellandag_nn_1 : N ; - mellanfolklig_av_1 : A ; - mellanform_nn_1 : N ; - mellangaerde_nn_1 : N ; - mellanhand_nn_1 : N ; - mellanhavande_nn_1 : N ; - mellanheat_nn_1 : N ; - mellanhopp_nn_1 : N ; - mellankommande_av_1 : A ; - mellankommunal_av_1 : A ; - mellankrigstid_nn_1 : N ; - mellankropp_nn_1 : N ; - mellankultur_nn_1 : N ; - mellanlaege_nn_1 : N ; - mellanlandning_nn_1 : N ; - mellanmaal_nn_1 : N ; - mellanoel_nn_1 : N ; - mellanoera_nn_1 : N ; - mellanraett_nn_1 : N ; - mellanrev_nn_1 : N ; - mellanriksvaeg_nn_1 : N ; - mellanrum_nn_1 : N ; - mellanskikt_nn_1 : N ; - mellanskillnad_nn_1 : N ; - mellanslag_nn_1 : N ; - mellanspel_nn_1 : N ; - mellanspett_nn_1 : N ; - mellanstadium_nn_1 : N ; - mellanstatlig_av_1 : A ; - mellanstick_nn_1 : N ; - mellansubstans_nn_1 : N ; - mellansvensk_av_1 : A ; - mellantid_nn_1 : N ; - mellanting_nn_1 : N ; - mellanvaaning_nn_1 : N ; - mellanvaegg_nn_1 : N ; - mellanvaerd_nn_1 : N ; - mellanverk_nn_1 : N ; - melodi_nn_1 : N ; - melodioes_av_1 : A ; - melodisk_av_1 : A ; - melodistaemma_nn_1 : N ; - melodram_nn_1 : N ; - melodramatisk_av_1 : A ; - melon_nn_1 : N ; - membran_nn_1 : N ; - membrum_nn_1 : N ; - memento_nn_1 : N ; - memorandum_nn_1 : N ; - memorial_nn_1 : N ; - memorial_nn_2 : N ; - men_nn_1 : N ; - menageri_nn_1 : N ; - menande_av_1 : A ; - mendelistisk_av_1 : A ; - mendelsk_av_1 : A ; - mened_nn_1 : N ; - menedare_nn_1 : N ; - menig_av_1 : A ; - menighet_nn_1 : N ; - mening_nn_1 : N ; - meningsbrytning_nn_1 : N ; - meningsbyggnad_nn_1 : N ; - meningsbyte_nn_1 : N ; - meningsfraende_nn_1 : N ; - meningsfull_av_1 : A ; - meningsfylld_av_1 : A ; - meningsloes_av_1 : A ; - meningsloeshet_nn_1 : N ; - meningsmotstaandare_nn_1 : N ; - meningsriktning_nn_1 : N ; - meningsskiljaktighet_nn_1 : N ; - meningsutbyte_nn_1 : N ; - meningsyttring_nn_1 : N ; - menisk_nn_1 : N ; - menlig_av_1 : A ; - menloes_av_1 : A ; - menopaus_nn_1 : N ; - menstruation_nn_1 : N ; - menstruationscykel_nn_1 : N ; - mensur_nn_1 : N ; - mental_av_1 : A ; - mentalitet_nn_1 : N ; - mentalsjuk_av_1 : A ; - mentalsjukdom_nn_1 : N ; - mentalsjukhus_nn_1 : N ; - mentalvaard_nn_1 : N ; - mentometer_nn_1 : N ; - mentor_nn_1 : N ; - menuett_nn_1 : N ; - meny_nn_1 : N ; - merbemaeld_av_1 : A ; - merendels_ab_1 : Adv ; - meridian_nn_1 : N ; - meridiancirkel_nn_1 : N ; - meridianhoejd_nn_1 : N ; - merinofaar_nn_1 : N ; - merit_nn_1 : N ; - merkantil_av_1 : A ; - merkantilist_nn_1 : N ; - merkantilsystem_nn_1 : N ; - merkaptan_nn_1 : N ; - merkostnad_nn_1 : N ; - mervaerde_nn_1 : N ; - mervaerdesskatt_nn_1 : N ; - mes_nn_1 : N ; - mesaktig_av_1 : A ; - mesallians_nn_1 : N ; - mesan_nn_1 : N ; - mesanmast_nn_1 : N ; - mesfaagel_nn_1 : N ; - mesig_av_1 : A ; - meskalin_nn_1 : N ; - meson_nn_1 : N ; - mesopotam_nn_1 : N ; - mesopotamisk_av_1 : A ; - mesost_nn_1 : N ; - mesozoisk_av_1 : A ; - messiansk_av_1 : A ; - messiasrike_nn_1 : N ; - mestadels_ab_1 : Adv ; - mestgynnadnation_nn_1 : N ; - mestis_nn_1 : N ; - metacenterhoejd_nn_1 : N ; - metacentrum_nn_1 : N ; - metafor_nn_1 : N ; - metaforisk_av_1 : A ; - metafysiker_nn_1 : N ; - metafysisk_av_1 : A ; - metakoek_nn_1 : N ; - metall_nn_1 : N ; - metallarbetare_nn_1 : N ; - metallatom_nn_1 : N ; - metallbad_nn_1 : N ; - metallfoeremaal_nn_1 : N ; - metallfoergiftning_nn_1 : N ; - metallgjutning_nn_1 : N ; - metallindustri_nn_1 : N ; - metallisk_av_1 : A ; - metallografisk_av_1 : A ; - metalloid_nn_1 : N ; - metalloxid_nn_1 : N ; - metallpulver_nn_1 : N ; - metallring_nn_1 : N ; - metallsaag_nn_1 : N ; - metallspaan_nn_1 : N ; - metallspiral_nn_1 : N ; - metallsvarv_nn_1 : N ; - metalltraad_nn_1 : N ; - metallurg_nn_1 : N ; - metallurgisk_av_1 : A ; - metallvaerde_nn_1 : N ; - metamorf_av_1 : A ; - metamorfos_nn_1 : N ; - metan_nn_1 : N ; - metare_nn_1 : N ; - metaspraak_nn_1 : N ; - metastas_nn_1 : N ; - metastatisk_av_1 : A ; - metatablett_nn_1 : N ; - metates_nn_1 : N ; - metazo_nn_1 : N ; - mete_nn_1 : N ; - meteor_nn_1 : N ; - meteorit_nn_1 : N ; - meteorjaern_nn_1 : N ; - meteorkrater_nn_1 : N ; - meteorolog_nn_1 : N ; - meteorologisk_av_1 : A ; - meteorsten_nn_1 : N ; - meter_nn_1 : N ; - meter_nn_2 : N ; - meterlikare_nn_1 : N ; - metermaatt_nn_1 : N ; - meterprototyp_nn_1 : N ; - meterstav_nn_1 : N ; - metersystem_nn_1 : N ; - metervis_ab_1 : Adv ; - metkrok_nn_1 : N ; - metod_nn_1 : N ; - metodiker_nn_1 : N ; - metodiklektor_nn_1 : N ; - metodisk_av_1 : A ; - metodist_nn_1 : N ; - metodlaera_nn_1 : N ; - metodologi_nn_1 : N ; - metodologisk_av_1 : A ; - metodsynpunkt_nn_1 : N ; - metodvetenskap_nn_1 : N ; - metonymi_nn_1 : N ; - metrev_nn_1 : N ; - metrisk_av_1 : A ; - metrologisk_av_1 : A ; - metronom_nn_1 : N ; - metropol_nn_1 : N ; - metropolit_nn_1 : N ; - metspoe_nn_1 : N ; - metvurst_nn_1 : N ; - mexikan_nn_1 : N ; - mexikansk_av_1 : A ; - mexikanska_nn_1 : N ; - mezzanin_nn_1 : N ; - mezzoforte_ab_1 : Adv ; - mezzoforte_nn_1 : N ; - mezzosopran_nn_1 : N ; - mick_nn_1 : N ; - mickel_nn_1 : N ; - micro_nn_1 : N ; - microvaagsugn_nn_1 : N ; - middag_nn_1 : N ; - middagsaetare_nn_1 : N ; - middagsgaest_nn_1 : N ; - middagshoejd_nn_1 : N ; - middagsklaenning_nn_1 : N ; - middagslur_nn_1 : N ; - middagsrast_nn_1 : N ; - middagssaellskap_nn_1 : N ; - middagstid_nn_1 : N ; - middagstimma_nn_1 : N ; - midfastosoendag_nn_1 : N ; - midgetbil_nn_1 : N ; - midja_nn_1 : N ; - midjeband_nn_1 : N ; - midjemaatt_nn_1 : N ; - midnattsblaa_av_1 : A ; - midnattssol_nn_1 : N ; - midskepps_ab_1 : Adv ; - midskeppssektion_nn_1 : N ; - midsommar_nn_1 : N ; - midsommarafton_nn_1 : N ; - midsommarblomster_nn_1 : N ; - midsommardag_nn_1 : N ; - midsommarnatt_nn_1 : N ; - midsommarstaang_nn_1 : N ; - midsommartid_nn_1 : N ; - midvattens_ab_1 : Adv ; - midvinter_nn_1 : N ; - midvinterblot_nn_1 : N ; - migration_nn_1 : N ; - miko_nn_1 : N ; - mikro_nn_1 : N ; - mikrob_nn_1 : N ; - mikrobiologisk_av_1 : A ; - mikrodator_nn_1 : N ; - mikrofiche_nn_1 : N ; - mikrofilm_nn_1 : N ; - mikrofon_nn_1 : N ; - mikrofonteknik_nn_1 : N ; - mikrofoto_nn_1 : N ; - mikrogram_nn_1 : N ; - mikrokort_nn_1 : N ; - mikrokosmos_nn_1 : N ; - mikrometer_nn_1 : N ; - mikrometer_nn_2 : N ; - mikron_nn_1 : N ; - mikroorganism_nn_1 : N ; - mikrosekund_nn_1 : N ; - mikroskop_nn_1 : N ; - mikroskopisk_av_1 : A ; - mikrotelefon_nn_1 : N ; - mikrotom_nn_1 : N ; - mikrovaagsugn_nn_1 : N ; - mil_nn_1 : N ; - mild_av_1 : A ; - mildoegd_av_1 : A ; - mildsint_av_1 : A ; - milis_nn_1 : N ; - militaer_av_1 : A ; - militaer_nn_1 : N ; - militaerattache_nn_1 : N ; - militaerbas_nn_1 : N ; - militaerbefaelhavare_nn_1 : N ; - militaerbudget_nn_1 : N ; - militaerdiktatur_nn_1 : N ; - militaerfoervaltning_nn_1 : N ; - militaerfordon_nn_1 : N ; - militaerisk_av_1 : A ; - militaerlaekare_nn_1 : N ; - militaermakt_nn_1 : N ; - militaermanoever_nn_1 : N ; - militaermarsch_nn_1 : N ; - militaeroevning_nn_1 : N ; - militaeromraade_nn_1 : N ; - militaerpolis_nn_1 : N ; - militaerpromenad_nn_1 : N ; - militaertjaenstgoering_nn_1 : N ; - militant_av_1 : A ; - militarist_nn_1 : N ; - militaristisk_av_1 : A ; - militieombudsman_nn_1 : N ; - miljard_nn_1 : N ; - miljardaer_nn_1 : N ; - miljarddel_nn_1 : N ; - miljoe_nn_1 : N ; - miljoefarlig_av_1 : A ; - miljoefoerorening_nn_1 : N ; - miljoefoersaemring_nn_1 : N ; - miljoefoerstoering_nn_1 : N ; - miljoefraaga_nn_1 : N ; - miljoegift_nn_1 : N ; - miljoegiftshalt_nn_1 : N ; - miljoeproblem_nn_1 : N ; - miljoeskildring_nn_1 : N ; - miljoetidskrift_nn_1 : N ; - miljoevaenlig_av_1 : A ; - miljon_nn_1 : N ; - miljonaer_nn_1 : N ; - miljondel_nn_1 : N ; - miljonklass_nn_1 : N ; - miljonstad_nn_1 : N ; - miljontals_ab_1 : Adv ; - milliard_nn_1 : N ; - millibar_nn_1 : N ; - milligram_nn_1 : N ; - milliliter_nn_1 : N ; - millimeter_nn_1 : N ; - millimeterpapper_nn_1 : N ; - million_nn_1 : N ; - millisievert_nn_1 : N ; - milo_nn_1 : N ; - milsten_nn_1 : N ; - milstolpe_nn_1 : N ; - milsvid_av_1 : A ; - miltals_ab_1 : Adv ; - mim_nn_1 : N ; - mimiker_nn_1 : N ; - mimisk_av_1 : A ; - mimosasallad_nn_1 : N ; - min_nn_1 : N ; - minaret_nn_1 : N ; - minbomb_nn_1 : N ; - minderaarig_av_1 : A ; - mindervaerdeskaensla_nn_1 : N ; - mindervaerdeskomplex_nn_1 : N ; - mindervaerdig_av_1 : A ; - mindretal_nn_1 : N ; - mineral_nn_1 : N ; - mineralaemne_nn_1 : N ; - mineralfaerg_nn_1 : N ; - mineralgaang_nn_1 : N ; - mineralhalt_nn_1 : N ; - mineralhaltig_av_1 : A ; - mineraloeverdrag_nn_1 : N ; - mineralog_nn_1 : N ; - mineralogisk_av_1 : A ; - mineralolja_nn_1 : N ; - mineralprov_nn_1 : N ; - mineralsalt_nn_1 : N ; - mineraltillsats_nn_1 : N ; - mineralutvinning_nn_1 : N ; - mineralvatten_nn_1 : N ; - minering_nn_1 : N ; - minfaelt_nn_1 : N ; - miniatyr_nn_1 : N ; - minidator_nn_1 : N ; - minimal_av_1 : A ; - minimikapital_nn_1 : N ; - minimiloen_nn_1 : N ; - minimipunkt_nn_1 : N ; - minimisiffra_nn_1 : N ; - minimitemperatur_nn_1 : N ; - minimitermometer_nn_1 : N ; - minimum_nn_1 : N ; - minior_nn_1 : N ; - miniraeknare_nn_1 : N ; - ministaer_nn_1 : N ; - minister_nn_1 : N ; - ministeraembete_nn_1 : N ; - ministeransvarighet_nn_1 : N ; - ministerbaenk_nn_1 : N ; - ministerialbok_nn_1 : N ; - ministeriell_av_1 : A ; - ministerium_nn_1 : N ; - ministerportfoelj_nn_1 : N ; - ministerpresident_nn_1 : N ; - ministerraad_nn_1 : N ; - ministerstyrelse_nn_1 : N ; - ministertaburett_nn_1 : N ; - mink_nn_1 : N ; - minne_nn_1 : N ; - minnesaang_nn_1 : N ; - minnesbild_nn_1 : N ; - minnesfoerlust_nn_1 : N ; - minnesfond_nn_1 : N ; - minnesgaerd_nn_1 : N ; - minnesgod_av_1 : A ; - minneskonstnaer_nn_1 : N ; - minneskunskap_nn_1 : N ; - minneslund_nn_1 : N ; - minnesmaerke_nn_1 : N ; - minnesregel_nn_1 : N ; - minnesrik_av_1 : A ; - minnesskrift_nn_1 : N ; - minnesspaar_nn_1 : N ; - minnessten_nn_1 : N ; - minnestal_nn_1 : N ; - minnesteckning_nn_1 : N ; - minnesvaard_nn_1 : N ; - minnesvaerd_av_1 : A ; - minoer_nn_1 : N ; - minoisk_av_1 : A ; - minoritet_nn_1 : N ; - minoritetsregering_nn_1 : N ; - minoritetsskydd_nn_1 : N ; - minoritetsstaellning_nn_1 : N ; - minoritetsvaelde_nn_1 : N ; - minroejning_nn_1 : N ; - minsann_ab_1 : Adv ; - minskning_nn_1 : N ; - minsoekare_nn_1 : N ; - minspaerr_nn_1 : N ; - minsting_nn_1 : N ; - minsvep_nn_1 : N ; - minsvepare_nn_1 : N ; - minsvepning_nn_1 : N ; - minuend_nn_1 : N ; - minusgrad_nn_1 : N ; - minuskel_nn_1 : N ; - minuspol_nn_1 : N ; - minussida_nn_1 : N ; - minustecken_nn_1 : N ; - minut_nn_1 : N ; - minut_nn_2 : N ; - minutioes_av_1 : A ; - minutvisare_nn_1 : N ; - mirabell_nn_1 : N ; - mirakel_nn_1 : N ; - mirakelspel_nn_1 : N ; - mirakuloes_av_1 : A ; - misaer_nn_1 : N ; - misantrop_nn_1 : N ; - misantropisk_av_1 : A ; - miserabel_av_1 : A ; - mispel_nn_1 : N ; - miss_nn_1 : N ; - miss_nn_2 : N ; - missanpassning_nn_1 : N ; - missbelaaten_av_1 : A ; - missbildning_nn_1 : N ; - missbruk_nn_1 : N ; - missbrukare_nn_1 : N ; - missbruksfraaga_nn_1 : N ; - missdaad_nn_1 : N ; - missdaadare_nn_1 : N ; - misse_nn_1 : N ; - missfaergning_nn_1 : N ; - missfall_nn_1 : N ; - missfirmelse_nn_1 : N ; - missfoerhaallande_nn_1 : N ; - missfoerstaand_nn_1 : N ; - missfoster_nn_1 : N ; - missgaerning_nn_1 : N ; - missgaerningsbalk_nn_1 : N ; - missgaerningsman_nn_1 : N ; - missgrepp_nn_1 : N ; - misshaellighet_nn_1 : N ; - misshaglig_av_1 : A ; - missil_nn_1 : N ; - mission_nn_1 : N ; - missionaer_nn_1 : N ; - missionsbokhandel_nn_1 : N ; - missionsfaelt_nn_1 : N ; - missionsfoerbund_nn_1 : N ; - missionshotell_nn_1 : N ; - missionshus_nn_1 : N ; - missionskyrka_nn_1 : N ; - missionsstation_nn_1 : N ; - missiv_nn_1 : N ; - misskaend_av_1 : A ; - missklaedsam_av_1 : A ; - misskoetsam_av_1 : A ; - misskundsam_av_1 : A ; - missledande_av_1 : A ; - missljud_nn_1 : N ; - misslyckande_nn_1 : N ; - misslynt_av_1 : A ; - missmodig_av_1 : A ; - missnoejd_av_1 : A ; - missnoejesanmaelan_nn_1 : N ; - missnoejesparti_nn_1 : N ; - missoede_nn_1 : N ; - missraekning_nn_1 : N ; - missroman_nn_1 : N ; - missta_vb_1 : V ; - misstaemning_nn_1 : N ; - misstaenksam_av_1 : A ; - misstaenksamhet_nn_1 : N ; - misstaenkt_av_1 : A ; - misstag_nn_1 : N ; - misstanke_nn_1 : N ; - misstroendevotum_nn_1 : N ; - misstrogen_av_1 : A ; - missunnsam_av_1 : A ; - missuppfattning_nn_1 : N ; - missvisande_av_1 : A ; - missvisning_nn_1 : N ; - miste_ab_1 : Adv ; - mistel_nn_1 : N ; - mistig_av_1 : A ; - mistlur_nn_1 : N ; - mitokondrie_nn_1 : N ; - mitt_ab_1 : Adv ; - mittelgaang_nn_1 : N ; - mittemellan_ab_1 : Adv ; - mittemot_ab_1 : Adv ; - mittenlager_nn_1 : N ; - mittenparti_nn_1 : N ; - mittfaelt_nn_1 : N ; - mittlinje_nn_1 : N ; - mittparti_nn_1 : N ; - mittpunkt_nn_1 : N ; - mittpunktsnormal_nn_1 : N ; - mittskepp_nn_1 : N ; - mittsunds_ab_1 : Adv ; - mix_nn_1 : N ; - mixer_nn_1 : N ; - mixtur_nn_1 : N ; - mjaekig_av_1 : A ; - mjaell_av_1 : A ; - mjaellig_av_1 : A ; - mjaellschampo_nn_1 : N ; - mjaelte_nn_1 : N ; - mjaelthugg_nn_1 : N ; - mjaeltsjuk_av_1 : A ; - mjaerde_nn_1 : N ; - mjoel_nn_1 : N ; - mjoelbagge_nn_1 : N ; - mjoelig_av_1 : A ; - mjoelkaader_nn_1 : N ; - mjoelkbar_nn_1 : N ; - mjoelkbildande_av_1 : A ; - mjoelkbonde_nn_1 : N ; - mjoelkcell_nn_1 : N ; - mjoelkcentral_nn_1 : N ; - mjoelke_nn_1 : N ; - mjoelkfloede_nn_1 : N ; - mjoelkflytning_nn_1 : N ; - mjoelkfoerpackning_nn_1 : N ; - mjoelkgaang_nn_1 : N ; - mjoelkgrymt_nn_1 : N ; - mjoelkgrymtning_nn_1 : N ; - mjoelkig_av_1 : A ; - mjoelkkaerl_nn_1 : N ; - mjoelkkanal_nn_1 : N ; - mjoelkko_nn_1 : N ; - mjoelkkoertel_nn_1 : N ; - mjoelkoert_nn_1 : N ; - mjoelkoeverskott_nn_1 : N ; - mjoelkpaket_nn_1 : N ; - mjoelkpall_nn_1 : N ; - mjoelkproducent_nn_1 : N ; - mjoelkprodukt_nn_1 : N ; - mjoelkproduktion_nn_1 : N ; - mjoelkspegel_nn_1 : N ; - mjoelkstockning_nn_1 : N ; - mjoelksyrebakterie_nn_1 : N ; - mjoelktand_nn_1 : N ; - mjoelnare_nn_1 : N ; - mjoelon_nn_1 : N ; - mjoelskivling_nn_1 : N ; - mjuk_av_1 : A ; - mjukbagge_nn_1 : N ; - mjukdata_nn_1 : N ; - mjukdel_nn_1 : N ; - mjukdelsbehandling_nn_1 : N ; - mjukhet_nn_1 : N ; - mjukningsmedel_nn_1 : N ; - mjukost_nn_1 : N ; - mjukskalle_nn_1 : N ; - mjukvaevnad_nn_1 : N ; - mjukvaluta_nn_1 : N ; - mnemoteknisk_av_1 : A ; - mo_nn_1 : N ; - moare_nn_1 : N ; - moatje_nn_1 : N ; - mobil_av_1 : A ; - mobil_nn_1 : N ; - mobilisering_nn_1 : N ; - mobilitet_nn_1 : N ; - mobiltelefon_nn_1 : N ; - mockakopp_nn_1 : N ; - mockaliknande_av_1 : A ; - mockasin_nn_1 : N ; - mockasked_nn_1 : N ; - modaern_av_1 : A ; - modal_av_1 : A ; - modalitet_nn_1 : N ; - moddlare_nn_1 : N ; - modeatelje_nn_1 : N ; - modehus_nn_1 : N ; - modejournal_nn_1 : N ; - modelejon_nn_1 : N ; - modell_nn_1 : N ; - modellbygge_nn_1 : N ; - modellfoersoek_nn_1 : N ; - modelljaernvaeg_nn_1 : N ; - modellstudie_nn_1 : N ; - modem_nn_1 : N ; - modenyck_nn_1 : N ; - modeord_nn_1 : N ; - moderat_av_1 : A ; - moderat_nn_1 : N ; - moderator_nn_1 : N ; - moderbolag_nn_1 : N ; - modercell_nn_1 : N ; - moderiktig_av_1 : A ; - moderland_nn_1 : N ; - moderlig_av_1 : A ; - moderliv_nn_1 : N ; - moderlut_nn_1 : N ; - modermun_nn_1 : N ; - modern_av_1 : A ; - modernaering_nn_1 : N ; - modernisering_nn_1 : N ; - modernist_nn_1 : N ; - modernistisk_av_1 : A ; - modernitet_nn_1 : N ; - modersfamn_nn_1 : N ; - modersmaal_nn_1 : N ; - modersskoete_nn_1 : N ; - modeskapare_nn_1 : N ; - modest_av_1 : A ; - modfaelld_av_1 : A ; - modifikation_nn_1 : N ; - modig_av_1 : A ; - modist_nn_1 : N ; - modloes_av_1 : A ; - mods_nn_1 : N ; - modstulen_av_1 : A ; - modul_nn_1 : N ; - modulation_nn_1 : N ; - modulator_nn_1 : N ; - modulering_nn_1 : N ; - modulsystem_nn_1 : N ; - modus_nn_1 : N ; - moe_nn_1 : N ; - moebel_nn_1 : N ; - moebelbuss_nn_1 : N ; - moebelfirma_nn_1 : N ; - moebelfoeretag_nn_1 : N ; - moebelfoersaeljning_nn_1 : N ; - moebelfot_nn_1 : N ; - moebelklaedsel_nn_1 : N ; - moebeloeverdrag_nn_1 : N ; - moebelsnickare_nn_1 : N ; - moebelsnickeri_nn_1 : N ; - moebelspik_nn_1 : N ; - moebelstil_nn_1 : N ; - moebeltass_nn_1 : N ; - moebeltyg_nn_1 : N ; - moeblemang_nn_1 : N ; - moeblerbar_av_1 : A ; - moeblering_nn_1 : N ; - moeda_nn_1 : N ; - moedofylld_av_1 : A ; - moedom_nn_1 : N ; - moedomshinna_nn_1 : N ; - moedosam_av_1 : A ; - moedravaardscentral_nn_1 : N ; - moegelost_nn_1 : N ; - moegelsvamp_nn_1 : N ; - moegeltraad_nn_1 : N ; - moeglig_av_1 : A ; - moejlig_av_1 : A ; - moejligen_ab_1 : Adv ; - moejlighet_nn_1 : N ; - moejligtvis_ab_1 : Adv ; - moenjefaerg_nn_1 : N ; - moenster_nn_1 : N ; - moensterbok_nn_1 : N ; - moensterdjup_nn_1 : N ; - moenstergaard_nn_1 : N ; - moenstergarn_nn_1 : N ; - moenstergill_av_1 : A ; - moenstergosse_nn_1 : N ; - moensterjordbruk_nn_1 : N ; - moensterskydd_nn_1 : N ; - moenstervaevd_av_1 : A ; - moenstring_nn_1 : N ; - moenstringsbevis_nn_1 : N ; - moenstringsliggare_nn_1 : N ; - moer_av_1 : A ; - moerdande_av_1 : A ; - moerdare_nn_1 : N ; - moerdeg_nn_1 : N ; - moerjig_av_1 : A ; - moerk_av_1 : A ; - moerkalf_nn_1 : N ; - moerkblaa_av_1 : A ; - moerkblond_av_1 : A ; - moerkbrun_av_1 : A ; - moerker_nn_1 : N ; - moerkerkoerning_nn_1 : N ; - moerkgroen_av_1 : A ; - moerkklaedd_av_1 : A ; - moerklaeggning_nn_1 : N ; - moerklagd_av_1 : A ; - moerkman_nn_1 : N ; - moerkroed_av_1 : A ; - moerkrum_nn_1 : N ; - moerksens_av_1 : A ; - moersare_nn_1 : N ; - moert_nn_1 : N ; - moesskapell_nn_1 : N ; - moessoera_nn_1 : N ; - moessrem_nn_1 : N ; - moete_nn_1 : N ; - moetesfoerbud_nn_1 : N ; - moetesfrihet_nn_1 : N ; - moetesordfoerande_nn_1 : N ; - moetesplats_nn_1 : N ; - moetespunkt_nn_1 : N ; - moetesspaar_nn_1 : N ; - moetesstation_nn_1 : N ; - mogen_av_1 : A ; - mogenhet_nn_1 : N ; - mogenhetsexamen_nn_1 : N ; - mognad_nn_1 : N ; - mogul_nn_1 : N ; - mohammedan_nn_1 : N ; - mohammedanism_nn_1 : N ; - mohammedansk_av_1 : A ; - mohikan_nn_1 : N ; - moj_av_1 : A ; - moj_nn_2 : N ; - mojaeng_nn_1 : N ; - mokare_nn_1 : N ; - mol_ab_1 : Adv ; - molar_nn_1 : N ; - molaritet_nn_1 : N ; - molekyl_nn_1 : N ; - molekylaer_av_1 : A ; - molekylaerbiolog_nn_1 : N ; - molekylarattraktion_nn_1 : N ; - molekylarkraft_nn_1 : N ; - molekylkedja_nn_1 : N ; - molekylvikt_nn_1 : N ; - mollstaemd_av_1 : A ; - mollusk_nn_1 : N ; - moln_nn_1 : N ; - molnbank_nn_1 : N ; - molnbildning_nn_1 : N ; - molnfri_av_1 : A ; - molngubbe_nn_1 : N ; - molnhoejd_nn_1 : N ; - molnhop_nn_1 : N ; - molnig_av_1 : A ; - molnighet_nn_1 : N ; - molnkant_nn_1 : N ; - molnstod_nn_1 : N ; - molntapp_nn_1 : N ; - molo_nn_1 : N ; - molohamn_nn_1 : N ; - moloken_av_1 : A ; - moltyst_av_1 : A ; - momang_nn_1 : N ; - moment_nn_1 : N ; - momentan_av_1 : A ; - momentnyckel_nn_1 : N ; - monad_nn_1 : N ; - monark_nn_1 : N ; - monarki_nn_1 : N ; - monarkisk_av_1 : A ; - monarkist_nn_1 : N ; - mondaen_av_1 : A ; - mondaenitet_nn_1 : N ; - mondial_av_1 : A ; - monegask_nn_1 : N ; - monetaer_av_1 : A ; - mongo_nn_1 : N ; - mongol_nn_1 : N ; - mongolflaeck_nn_1 : N ; - mongolisk_av_1 : A ; - mongoliska_nn_1 : N ; - mongolrike_nn_1 : N ; - monist_nn_1 : N ; - monitor_nn_1 : N ; - monoaminoxidas_nn_1 : N ; - monoftong_nn_1 : N ; - monogam_av_1 : A ; - monografi_nn_1 : N ; - monogram_nn_1 : N ; - monokel_nn_1 : N ; - monoklin_av_1 : A ; - monokord_nn_1 : N ; - monokotyledon_nn_1 : N ; - monokrom_av_1 : A ; - monokromatisk_av_1 : A ; - monokultur_nn_1 : N ; - monolit_nn_1 : N ; - monolitisk_av_1 : A ; - monolog_nn_1 : N ; - monoman_av_1 : A ; - monoplan_nn_1 : N ; - monopol_nn_1 : N ; - monopolist_nn_1 : N ; - monopolstaellning_nn_1 : N ; - monosackarid_nn_1 : N ; - monosyllabisk_av_1 : A ; - monoton_av_1 : A ; - monotonitet_nn_1 : N ; - monotoniundvikare_nn_1 : N ; - monotype_nn_1 : N ; - monseigneur_nn_1 : N ; - monsignore_nn_1 : N ; - monster_nn_1 : N ; - monstrans_nn_1 : N ; - monstruoes_av_1 : A ; - monstruositet_nn_1 : N ; - monsun_nn_1 : N ; - monsunkantring_nn_1 : N ; - montage_nn_1 : N ; - monter_nn_1 : N ; - monterbar_av_1 : A ; - montering_nn_1 : N ; - monteringsfaerdig_av_1 : A ; - montoer_nn_1 : N ; - monument_nn_1 : N ; - monumental_av_1 : A ; - monumentalbyggnad_nn_1 : N ; - monumentalitet_nn_1 : N ; - moped_nn_1 : N ; - mopedist_nn_1 : N ; - mopp_nn_1 : N ; - moppe_nn_1 : N ; - mops_nn_1 : N ; - mopsig_av_1 : A ; - mor_nn_1 : N ; - mor_nn_2 : N ; - mor_unge_konflikt_nn_1 : N ; - moraen_nn_1 : N ; - moraenmark_nn_1 : N ; - moraensluttning_nn_1 : N ; - morakniv_nn_1 : N ; - moral_nn_1 : N ; - moralbegrepp_nn_1 : N ; - moralisk_av_1 : A ; - moralist_nn_1 : N ; - moralitet_nn_1 : N ; - moralsed_nn_1 : N ; - moras_nn_1 : N ; - moratorium_nn_1 : N ; - morbiditet_nn_1 : N ; - morbror_nn_1 : N ; - mord_nn_1 : N ; - mordaengel_nn_1 : N ; - mordbraennare_nn_1 : N ; - mordbrand_nn_1 : N ; - mordisk_av_1 : A ; - mordkommission_nn_1 : N ; - mordlysten_av_1 : A ; - mordlystnad_nn_1 : N ; - mordmisstaenkt_av_1 : A ; - mordoffer_nn_1 : N ; - mordvapen_nn_1 : N ; - morell_nn_1 : N ; - morfem_nn_1 : N ; - morfemgraens_nn_1 : N ; - morfinist_nn_1 : N ; - morfoeraelder_nn_1 : N ; - morfogenes_nn_1 : N ; - morfologi_nn_1 : N ; - morfologisk_av_1 : A ; - morganatisk_av_1 : A ; - morgon_nn_1 : N ; - morgonandakt_nn_1 : N ; - morgonboen_nn_1 : N ; - morgondag_nn_1 : N ; - morgongudstjaenst_nn_1 : N ; - morgonluft_ab_1 : Adv ; - morgonmaenniska_nn_1 : N ; - morgonpigg_av_1 : A ; - morgonrock_nn_1 : N ; - morgonrodnad_nn_1 : N ; - morgonsaang_nn_1 : N ; - morgonsamling_nn_1 : N ; - morgonstund_nn_1 : N ; - morgontidning_nn_1 : N ; - morian_nn_1 : N ; - moring_nn_1 : N ; - moringsankare_nn_1 : N ; - moringsboj_nn_1 : N ; - morisk_av_1 : A ; - morisk_nn_1 : N ; - morkullsstraeck_nn_1 : N ; - mormon_nn_1 : N ; - mormonsk_av_1 : A ; - mormor_nn_1 : N ; - mormorsstaang_nn_1 : N ; - morot_nn_1 : N ; - morrhaar_nn_1 : N ; - morsarv_nn_1 : N ; - morsefyr_nn_1 : N ; - morsesignal_nn_1 : N ; - morsgris_nn_1 : N ; - morsk_av_1 : A ; - morslott_nn_1 : N ; - morssida_nn_1 : N ; - mortalitet_nn_1 : N ; - mortel_nn_1 : N ; - mortifikation_nn_1 : N ; - mosaik_nn_1 : N ; - mosaiklandskap_nn_1 : N ; - mosaikmoenster_nn_1 : N ; - mosaiksoem_nn_1 : N ; - mosaisk_av_1 : A ; - moselvin_nn_1 : N ; - mosig_av_1 : A ; - moske_nn_1 : N ; - moskit_nn_1 : N ; - moskitnaet_nn_1 : N ; - moskovit_nn_1 : N ; - moskovitisk_av_1 : A ; - mossbelupen_av_1 : A ; - mosse_nn_1 : N ; - mossfolk_nn_1 : N ; - mossfynd_nn_1 : N ; - mossgroen_av_1 : A ; - mossig_av_1 : A ; - mosskultur_nn_1 : N ; - mosslik_nn_1 : N ; - mossrot_nn_1 : N ; - moster_nn_1 : N ; - mosterlig_av_1 : A ; - mot_ab_1 : Adv ; - mot_nn_1 : N ; - motaatgaerd_nn_1 : N ; - motanfall_nn_1 : N ; - motargument_nn_1 : N ; - motbevis_nn_1 : N ; - motbild_nn_1 : N ; - motbjudande_av_1 : A ; - motbok_nn_1 : N ; - motdrag_nn_1 : N ; - motell_nn_1 : N ; - motett_nn_1 : N ; - motfraaga_nn_1 : N ; - motgaang_nn_1 : N ; - motgift_nn_1 : N ; - mothaall_nn_1 : N ; - mothaars_ab_1 : Adv ; - mothugg_nn_1 : N ; - motig_av_1 : A ; - motighet_nn_1 : N ; - motion_nn_1 : N ; - motionaer_nn_1 : N ; - motionsanlaeggning_nn_1 : N ; - motionscykel_nn_1 : N ; - motionsflod_nn_1 : N ; - motionsidrott_nn_1 : N ; - motionsspaar_nn_1 : N ; - motionstid_nn_1 : N ; - motiv_nn_1 : N ; - motivation_nn_1 : N ; - motivering_nn_1 : N ; - motivisk_av_1 : A ; - motivkrets_nn_1 : N ; - motlut_nn_1 : N ; - motor_nn_1 : N ; - motorbaat_nn_1 : N ; - motorcykel_nn_1 : N ; - motorcykeltaevling_nn_1 : N ; - motorcyklist_nn_1 : N ; - motorcylinder_nn_1 : N ; - motordriven_av_1 : A ; - motoreffekt_nn_1 : N ; - motorfartyg_nn_1 : N ; - motorfordon_nn_1 : N ; - motorhotell_nn_1 : N ; - motorhuv_nn_1 : N ; - motorisk_av_1 : A ; - motorist_nn_1 : N ; - motorkryssare_nn_1 : N ; - motorman_nn_1 : N ; - motorseglare_nn_1 : N ; - motorstopp_nn_1 : N ; - motorstyrka_nn_1 : N ; - motortorpedbaat_nn_1 : N ; - motortrafikled_nn_1 : N ; - motorvaeg_nn_1 : N ; - motorvagn_nn_1 : N ; - motpart_nn_1 : N ; - motpol_nn_1 : N ; - motprestation_nn_1 : N ; - motrevolution_nn_1 : N ; - motsaegelse_nn_1 : N ; - motsaegelsefull_av_1 : A ; - motsaettlig_av_1 : A ; - motsaettning_nn_1 : N ; - motsats_nn_1 : N ; - motsatsfoerhaallande_nn_1 : N ; - motsatt_av_1 : A ; - motskott_nn_1 : N ; - motsols_ab_1 : Adv ; - motspaenstig_av_1 : A ; - motspelare_nn_1 : N ; - motstaaende_av_1 : A ; - motstaand_nn_1 : N ; - motstaandare_nn_1 : N ; - motstaandskraftig_av_1 : A ; - motstaandsman_nn_1 : N ; - motstaandsnaeste_nn_1 : N ; - motstaandsomraade_nn_1 : N ; - motstaandsroerelse_nn_1 : N ; - motstaandssvetsning_nn_1 : N ; - motstoet_nn_1 : N ; - motstraevig_av_1 : A ; - motstridande_av_1 : A ; - motstridig_av_1 : A ; - motstroem_nn_1 : N ; - motstroems_ab_1 : Adv ; - motstrof_nn_1 : N ; - motsvarande_av_1 : A ; - motsvarighet_nn_1 : N ; - mott_nn_1 : N ; - motta_vb_1 : V ; - mottagande_nn_1 : N ; - mottagare_nn_1 : N ; - mottagarsaeck_nn_1 : N ; - mottaglig_av_1 : A ; - mottagning_nn_1 : N ; - mottagningsbevis_nn_1 : N ; - motti_nn_1 : N ; - motto_nn_1 : N ; - moturs_ab_1 : Adv ; - motvikt_nn_1 : N ; - motvillig_av_1 : A ; - motvind_nn_1 : N ; - mousse_nn_1 : N ; - mosambikier_nn_1 : N ; - mosambikisk_av_1 : A ; - muckare_nn_1 : N ; - mudd_nn_1 : N ; - mudderverk_nn_1 : N ; - muddrig_av_1 : A ; - muff_nn_1 : N ; - muffel_nn_1 : N ; - muffelfaerg_nn_1 : N ; - muffelugn_nn_1 : N ; - muffins_nn_1 : N ; - mufflon_nn_1 : N ; - mufflonfaar_nn_1 : N ; - mufti_nn_1 : N ; - mugg_nn_1 : N ; - muhammedan_nn_1 : N ; - muhammedansk_av_1 : A ; - mulaasna_nn_1 : N ; - mulatt_nn_1 : N ; - mule_nn_1 : N ; - mulen_av_1 : A ; - mullbaenk_nn_1 : N ; - mullbaer_nn_1 : N ; - mullbaersfikon_nn_1 : N ; - mullbaersfikontraed_nn_1 : N ; - mullbaersspinnare_nn_1 : N ; - mullbaerstraed_nn_1 : N ; - mullhalt_nn_1 : N ; - mullig_av_1 : A ; - mullsork_nn_1 : N ; - mullvad_nn_1 : N ; - mullvadshoeg_nn_1 : N ; - multe_nn_1 : N ; - multen_av_1 : A ; - multihandikapp_nn_1 : N ; - multilateral_av_1 : A ; - multinationell_av_1 : A ; - multipel_av_1 : A ; - multipeltaag_nn_1 : N ; - multiplikand_nn_1 : N ; - multiplikation_nn_1 : N ; - multiplikationstabell_nn_1 : N ; - multiplikationstecken_nn_1 : N ; - multiplikator_nn_1 : N ; - multituberkulat_nn_1 : N ; - mumie_nn_1 : N ; - mumrik_nn_1 : N ; - mumsmums_nn_1 : N ; - mun_nn_1 : N ; - munart_nn_1 : N ; - mundering_nn_1 : N ; - mungo_nn_1 : N ; - municipal_av_1 : A ; - municipium_nn_1 : N ; - munk_nn_1 : N ; - munkavle_nn_1 : N ; - munkcell_nn_1 : N ; - munkfoerband_nn_1 : N ; - munklikoer_nn_1 : N ; - munkorden_nn_1 : N ; - munkorg_nn_1 : N ; - munkorgslag_nn_1 : N ; - munkstol_nn_1 : N ; - munlaas_ab_1 : Adv ; - munlaas_nn_1 : N ; - munlag_nn_1 : N ; - munsbit_nn_1 : N ; - munskaenk_nn_1 : N ; - munskydd_nn_1 : N ; - munslemhinna_nn_1 : N ; - munspel_nn_1 : N ; - munter_av_1 : A ; - muntergoek_nn_1 : N ; - munterhet_nn_1 : N ; - muntlig_av_1 : A ; - muntligen_ab_1 : Adv ; - muntration_nn_1 : N ; - munvatten_nn_1 : N ; - munvig_av_1 : A ; - mur_nn_1 : N ; - mural_av_1 : A ; - muralmaalning_nn_1 : N ; - murankare_nn_1 : N ; - murare_nn_1 : N ; - murband_nn_1 : N ; - murfoerband_nn_1 : N ; - murfog_nn_1 : N ; - murintag_nn_1 : N ; - murken_av_1 : A ; - murkla_nn_1 : N ; - murkroen_nn_1 : N ; - murliv_nn_1 : N ; - murmel_nn_1 : N ; - murmeldjur_nn_1 : N ; - murre_nn_1 : N ; - murrig_av_1 : A ; - murskift_nn_1 : N ; - murslev_nn_1 : N ; - mursten_nn_1 : N ; - murvel_nn_1 : N ; - murverk_nn_1 : N ; - mus_nn_1 : N ; - mus_nn_2 : N ; - musa_nn_1 : N ; - musch_nn_1 : N ; - museal_av_1 : A ; - museifoeremaal_nn_1 : N ; - museifoerening_nn_1 : N ; - museimaessig_av_1 : A ; - muselman_nn_1 : N ; - muselmansk_av_1 : A ; - musettedragspel_nn_1 : N ; - museum_nn_1 : N ; - musgraa_av_1 : A ; - musical_nn_1 : N ; - musikal_av_1 : A ; - musikal_nn_1 : N ; - musikalisk_av_1 : A ; - musikalitet_nn_1 : N ; - musikanlaeggning_nn_1 : N ; - musikant_nn_1 : N ; - musikdirektoer_nn_1 : N ; - musikdrama_nn_1 : N ; - musikensemble_nn_1 : N ; - musiker_nn_1 : N ; - musikfoerlag_nn_1 : N ; - musikgrupp_nn_1 : N ; - musikgudstjaenst_nn_1 : N ; - musikgymnasium_nn_1 : N ; - musikinstrument_nn_1 : N ; - musikkaar_nn_1 : N ; - musikkafe_nn_1 : N ; - musikkomposition_nn_1 : N ; - musikkonservatorium_nn_1 : N ; - musikkvartett_nn_1 : N ; - musiklaerare_nn_1 : N ; - musikliv_nn_1 : N ; - musikolog_nn_1 : N ; - musikstaemma_nn_1 : N ; - musiktecken_nn_1 : N ; - musikverk_nn_1 : N ; - musikverksamhet_nn_1 : N ; - musikvetenskap_nn_1 : N ; - musisk_av_1 : A ; - musjik_nn_1 : N ; - muskedunder_nn_1 : N ; - muskel_nn_1 : N ; - muskelatrofi_nn_1 : N ; - muskelbristning_nn_1 : N ; - muskelbyggare_nn_1 : N ; - muskelbyggnad_nn_1 : N ; - muskelfiber_nn_1 : N ; - muskelfoerlamning_nn_1 : N ; - muskelfoertvining_nn_1 : N ; - muskelknutte_nn_1 : N ; - muskelkraft_nn_1 : N ; - muskelkramp_nn_1 : N ; - muskellaengd_nn_1 : N ; - muskelmage_nn_1 : N ; - muskelryckning_nn_1 : N ; - muskelsammandragning_nn_1 : N ; - muskelspaenning_nn_1 : N ; - muskelspole_nn_1 : N ; - muskelstaerkare_nn_1 : N ; - muskelstraeckning_nn_1 : N ; - muskelstyrka_nn_1 : N ; - muskeltraad_nn_1 : N ; - muskelvaevnad_nn_1 : N ; - musketerare_nn_1 : N ; - musketoer_nn_1 : N ; - muskoet_nn_1 : N ; - muskoetgaffel_nn_1 : N ; - muskotnoet_nn_1 : N ; - muskottraed_nn_1 : N ; - muskulatur_nn_1 : N ; - muskuloes_av_1 : A ; - muslim_nn_1 : N ; - muslimsk_av_1 : A ; - muslin_nn_1 : N ; - musmamma_nn_1 : N ; - musoera_nn_1 : N ; - musselform_nn_1 : N ; - musselskal_nn_1 : N ; - musseron_nn_1 : N ; - mussla_nn_1 : N ; - must_nn_1 : N ; - mustang_nn_1 : N ; - mustasch_nn_1 : N ; - musteri_nn_1 : N ; - mustig_av_1 : A ; - mutagen_av_1 : A ; - mutagen_nn_1 : N ; - mutant_nn_1 : N ; - mutation_nn_1 : N ; - mutkolv_nn_1 : N ; - mutsedel_nn_1 : N ; - mutter_nn_1 : N ; - mycelium_nn_1 : N ; - mycken_av_1 : A ; - mycket_ab_1 : Adv ; - mygg_nn_1 : N ; - myggbett_nn_1 : N ; - myggfoenster_nn_1 : N ; - mygglarv_nn_1 : N ; - myggmedel_nn_1 : N ; - myggnaet_nn_1 : N ; - myglare_nn_1 : N ; - mykolog_nn_1 : N ; - mykologisk_av_1 : A ; - myling_nn_1 : N ; - myllig_av_1 : A ; - myndig_av_1 : A ; - myndighet_nn_1 : N ; - myndighetsaalder_nn_1 : N ; - myndighetsfoerklaring_nn_1 : N ; - myndighetsperson_nn_1 : N ; - myndling_nn_1 : N ; - mynning_nn_1 : N ; - mynningsarm_nn_1 : N ; - mynningsbroms_nn_1 : N ; - mynningsladdare_nn_1 : N ; - mynt_ab_1 : Adv ; - mynt_nn_1 : N ; - myntcirkulation_nn_1 : N ; - myntenhet_nn_1 : N ; - myntmetall_nn_1 : N ; - myntrealisation_nn_1 : N ; - myntsystem_nn_1 : N ; - mynttecken_nn_1 : N ; - myntunion_nn_1 : N ; - myntvaloer_nn_1 : N ; - myntverk_nn_1 : N ; - myntvikt_nn_1 : N ; - myom_nn_1 : N ; - myon_nn_1 : N ; - myopisk_av_1 : A ; - myosin_nn_1 : N ; - myr_nn_1 : N ; - myraegg_nn_1 : N ; - myrbagge_nn_1 : N ; - myrdrottning_nn_1 : N ; - myrgaest_nn_1 : N ; - myrholme_nn_1 : N ; - myriad_nn_1 : N ; - myrkant_nn_1 : N ; - myrkott_nn_1 : N ; - myrkrypning_nn_1 : N ; - myrland_nn_1 : N ; - myrlejon_nn_1 : N ; - myrlilja_nn_1 : N ; - myrmalm_nn_1 : N ; - myrmark_nn_1 : N ; - myrslok_nn_1 : N ; - myrstack_nn_1 : N ; - myrten_nn_1 : N ; - myrvaext_nn_1 : N ; - mysdress_nn_1 : N ; - mysig_av_1 : A ; - myskdjur_nn_1 : N ; - myskhjort_nn_1 : N ; - myskolja_nn_1 : N ; - myskoxe_nn_1 : N ; - mysteriereligion_nn_1 : N ; - mysteriespel_nn_1 : N ; - mysterioes_av_1 : A ; - mysterium_nn_1 : N ; - mystifik_av_1 : A ; - mystifikation_nn_1 : N ; - mystiker_nn_1 : N ; - mystisk_av_1 : A ; - myt_nn_1 : N ; - mytbildning_nn_1 : N ; - myteri_nn_1 : N ; - myterist_nn_1 : N ; - mytisk_av_1 : A ; - mytologi_nn_1 : N ; - mytologisk_av_1 : A ; - mytoman_nn_1 : N ; - n_aarig_av_1 : A ; - n_aaring_nn_1 : N ; - n_procentig_av_1 : A ; - n_talsbiolog_nn_1 : N ; - n_talsforskare_nn_1 : N ; - n_talsfysiker_nn_1 : N ; - n_talskonstnaer_nn_1 : N ; - naad_nn_2 : N ; - naadaar_nn_1 : N ; - naadaskott_nn_1 : N ; - naadastoet_nn_1 : N ; - naadaval_nn_1 : N ; - naadeansoekning_nn_1 : N ; - naadebevis_nn_1 : N ; - naadebord_nn_1 : N ; - naadehjon_nn_1 : N ; - naadelig_av_1 : A ; - naadeligen_ab_1 : Adv ; - naademedel_nn_1 : N ; - naadevedermaele_nn_1 : N ; - naadig_av_1 : A ; - naagonsin_ab_1 : Adv ; - naagonstaedes_ab_1 : Adv ; - naagonstans_ab_1 : Adv ; - naagonvart_ab_1 : Adv ; - naagorlunda_ab_1 : Adv ; - naagotsaanaer_ab_1 : Adv ; - naal_nn_1 : N ; - naalbrev_nn_1 : N ; - naalfil_nn_1 : N ; - naalfin_av_1 : A ; - naalkort_nn_1 : N ; - naalmikrofon_nn_1 : N ; - naalpeng_nn_1 : N ; - naalsoega_nn_1 : N ; - naalspets_nn_1 : N ; - naalstick_nn_1 : N ; - naalsting_nn_1 : N ; - naalstygn_nn_1 : N ; - naalventil_nn_1 : N ; - naansin_ab_1 : Adv ; - naanvart_ab_1 : Adv ; - naat_nn_1 : N ; - naatsaanaer_ab_1 : Adv ; - nabb_nn_1 : N ; - nabbe_nn_1 : N ; - nabo_nn_1 : N ; - nabob_nn_1 : N ; - nachspil_nn_1 : N ; - nackben_nn_1 : N ; - nackbjudning_nn_1 : N ; - nackdel_nn_1 : N ; - nacke_nn_1 : N ; - nackknut_nn_1 : N ; - nackman_nn_1 : N ; - nackspaerr_nn_1 : N ; - nackstyv_av_1 : A ; - nacksving_nn_1 : N ; - nacktofs_nn_1 : N ; - naebb_nn_1 : N ; - naebbdjur_nn_1 : N ; - naebbig_av_1 : A ; - naebbknoel_nn_1 : N ; - naebbmus_nn_1 : N ; - naebbsko_nn_1 : N ; - naebbval_nn_1 : N ; - naeck_av_1 : A ; - naektergal_nn_1 : N ; - naektergalsslag_nn_1 : N ; - naemligen_ab_1 : Adv ; - naemnare_nn_1 : N ; - naemnbar_av_1 : A ; - naemnd_nn_1 : N ; - naemndeman_nn_1 : N ; - naemnvaerd_av_1 : A ; - naepen_av_1 : A ; - naeppeligen_ab_1 : Adv ; - naer_ab_1 : Adv ; - naera_ab_1 : Adv ; - naera_av_1 : A ; - naerande_av_1 : A ; - naerapaa_ab_1 : Adv ; - naerbelaegen_av_1 : A ; - naerbild_nn_1 : N ; - naerbutik_nn_1 : N ; - naergaangen_av_1 : A ; - naerhet_nn_1 : N ; - naerig_av_1 : A ; - naering_nn_1 : N ; - naeringsaemne_nn_1 : N ; - naeringsbrist_nn_1 : N ; - naeringsfaang_nn_1 : N ; - naeringsfattig_av_1 : A ; - naeringsfrihet_nn_1 : N ; - naeringsfrihetsombudsman_nn_1 : N ; - naeringsfysiologisk_av_1 : A ; - naeringsgren_nn_1 : N ; - naeringsidkare_nn_1 : N ; - naeringskedja_nn_1 : N ; - naeringsloesning_nn_1 : N ; - naeringsprocess_nn_1 : N ; - naeringsrik_av_1 : A ; - naeringssalt_nn_1 : N ; - naeringsvaerde_nn_1 : N ; - naerkamp_nn_1 : N ; - naerking_nn_1 : N ; - naerkingsk_av_1 : A ; - naerlagd_av_1 : A ; - naerliggande_av_1 : A ; - naermande_nn_1 : N ; - naermevaerde_nn_1 : N ; - naermiljoe_nn_1 : N ; - naeromraade_nn_1 : N ; - naerpassage_nn_1 : N ; - naerpunkt_nn_1 : N ; - naersalt_nn_1 : N ; - naerskyld_av_1 : A ; - naersluta_vb_1 : V ; - naerstaaende_av_1 : A ; - naerstrid_nn_1 : N ; - naerstudium_nn_1 : N ; - naersynt_av_1 : A ; - naersynthet_nn_1 : N ; - naervarande_av_1 : A ; - naes_nn_1 : N ; - naesben_nn_1 : N ; - naesborre_nn_1 : N ; - naesbrosk_nn_1 : N ; - naesduk_nn_1 : N ; - naesgaang_nn_1 : N ; - naeskatarr_nn_1 : N ; - naesknaepp_nn_1 : N ; - naesljud_nn_1 : N ; - naesring_nn_1 : N ; - naesrot_nn_1 : N ; - naesrygg_nn_1 : N ; - naesselcell_nn_1 : N ; - naesseldjur_nn_1 : N ; - naesselfiber_nn_1 : N ; - naesselfjaeril_nn_1 : N ; - naessla_nn_1 : N ; - naesspets_nn_1 : N ; - naest_ab_1 : Adv ; - naest_nn_1 : N ; - naestaegg_nn_1 : N ; - naestan_ab_1 : Adv ; - naestfoeljande_av_1 : A ; - naestgaards_ab_1 : Adv ; - naestintill_ab_1 : Adv ; - naestipp_nn_1 : N ; - naestkommande_av_1 : A ; - naestkusin_nn_1 : N ; - naestliden_av_1 : A ; - naestunge_nn_1 : N ; - naesvinge_nn_1 : N ; - naesvis_av_1 : A ; - naet_nn_1 : N ; - naetansluten_av_1 : A ; - naetboll_nn_1 : N ; - naetbur_nn_1 : N ; - naetfoenster_nn_1 : N ; - naethinna_nn_1 : N ; - naetmage_nn_1 : N ; - naetmelon_nn_1 : N ; - naetrullare_nn_1 : N ; - naetsax_nn_1 : N ; - naetspaenning_nn_1 : N ; - naett_ab_1 : Adv ; - naett_av_1 : A ; - naettelduk_nn_1 : N ; - naetting_nn_1 : N ; - naettopp_ab_1 : Adv ; - naettupp_ab_1 : Adv ; - naetverk_nn_1 : N ; - naetvinge_nn_1 : N ; - naeve_nn_1 : N ; - naever_nn_1 : N ; - naeverbehaallare_nn_1 : N ; - naeverflak_nn_1 : N ; - naeverkont_nn_1 : N ; - naeverkorg_nn_1 : N ; - naeverlur_nn_1 : N ; - naeversoem_nn_1 : N ; - naevkamp_nn_1 : N ; - nafs_nn_1 : N ; - nagel_nn_1 : N ; - nagelbaedd_nn_1 : N ; - nagelbaenk_nn_1 : N ; - nagelband_nn_1 : N ; - nagelfara_vb_1 : V ; - nagelfil_nn_1 : N ; - nagellack_nn_1 : N ; - nageloert_nn_1 : N ; - nagelpetare_nn_1 : N ; - nagelrot_nn_1 : N ; - nagelsax_nn_1 : N ; - nagelsoem_nn_1 : N ; - nagg_nn_1 : N ; - nagg_nn_2 : N ; - naggande_ab_1 : Adv ; - naiv_av_1 : A ; - naivism_nn_1 : N ; - naivist_nn_1 : N ; - naivistisk_av_1 : A ; - naivitet_nn_1 : N ; - najad_nn_1 : N ; - najoegonstropp_nn_1 : N ; - najtaag_nn_1 : N ; - naken_av_1 : A ; - nakenbad_nn_1 : N ; - nakenbild_nn_1 : N ; - nakendans_nn_1 : N ; - nakendansoes_nn_1 : N ; - nakenfroeig_av_1 : A ; - nakenhet_nn_1 : N ; - nakenkult_nn_1 : N ; - nakenkultur_nn_1 : N ; - nakenmodell_nn_1 : N ; - nakenscen_nn_1 : N ; - naketbild_nn_1 : N ; - nakterhus_nn_1 : N ; - nalle_nn_1 : N ; - namibier_nn_1 : N ; - namibisk_av_1 : A ; - namn_nn_1 : N ; - namnaktie_nn_1 : N ; - namnanrop_nn_1 : N ; - namnberedning_nn_1 : N ; - namnbyte_nn_1 : N ; - namnchiffer_nn_1 : N ; - namndikt_nn_1 : N ; - namne_nn_1 : N ; - namneligen_ab_1 : Adv ; - namnfoerklaring_nn_1 : N ; - namnge_vb_1 : V ; - namninsamling_nn_1 : N ; - namnkredit_nn_1 : N ; - namnkristen_av_1 : A ; - namnkunnig_av_1 : A ; - namnkunnighet_nn_1 : N ; - namnlaengd_nn_1 : N ; - namnlag_nn_1 : N ; - namnloes_av_1 : A ; - namnplaat_nn_1 : N ; - namnsaekerhet_nn_1 : N ; - namnsdag_nn_1 : N ; - namnsdagsbarn_nn_1 : N ; - namnsedel_nn_1 : N ; - namnskydd_nn_1 : N ; - namnskylt_nn_1 : N ; - namnstaempel_nn_1 : N ; - namnstandert_nn_1 : N ; - namntavla_nn_1 : N ; - namnteckning_nn_1 : N ; - namnunderskrift_nn_1 : N ; - namnupprop_nn_1 : N ; - namnvaerde_nn_1 : N ; - nanogram_nn_1 : N ; - nanosekund_nn_1 : N ; - napoleonbakelse_nn_1 : N ; - napolitanare_nn_1 : N ; - napolitansk_av_1 : A ; - napp_nn_1 : N ; - napp_nn_2 : N ; - nappatag_nn_1 : N ; - naprapat_nn_1 : N ; - nar_nn_1 : N ; - narciss_nn_1 : N ; - narig_av_1 : A ; - narighet_nn_1 : N ; - narkoanalys_nn_1 : N ; - narkoman_nn_1 : N ; - narkos_nn_1 : N ; - narkoslaekare_nn_1 : N ; - narkosmedel_nn_1 : N ; - narkotikafoersaeljning_nn_1 : N ; - narkotikahaj_nn_1 : N ; - narkotikahund_nn_1 : N ; - narkotikaklinik_nn_1 : N ; - narkotikum_nn_1 : N ; - narkotisk_av_1 : A ; - narr_nn_1 : N ; - narraktig_av_1 : A ; - narrativ_av_1 : A ; - narrdraekt_nn_1 : N ; - narrspegel_nn_1 : N ; - narrspel_nn_1 : N ; - narrstreck_nn_1 : N ; - narval_nn_1 : N ; - narvfel_nn_1 : N ; - narvhuggen_av_1 : A ; - narvspalt_nn_1 : N ; - nasal_av_1 : A ; - nasal_nn_1 : N ; - nasare_nn_1 : N ; - nasir_nn_1 : N ; - nasse_nn_1 : N ; - nate_nn_1 : N ; - nation_nn_1 : N ; - nationalbegrepp_nn_1 : N ; - nationalbudget_nn_1 : N ; - nationaldag_nn_1 : N ; - nationaldraekt_nn_1 : N ; - nationalekonom_nn_1 : N ; - nationalekonomisk_av_1 : A ; - nationalfoerening_nn_1 : N ; - nationalfoermoegenhet_nn_1 : N ; - nationalfoersamling_nn_1 : N ; - nationalgalleri_nn_1 : N ; - nationalhelgon_nn_1 : N ; - nationalhjaelte_nn_1 : N ; - nationalinkomst_nn_1 : N ; - nationalisering_nn_1 : N ; - nationalist_nn_1 : N ; - nationalistisk_av_1 : A ; - nationalistledare_nn_1 : N ; - nationalitet_nn_1 : N ; - nationalitetsbeteckning_nn_1 : N ; - nationalitetsbevis_nn_1 : N ; - nationalitetsbokstav_nn_1 : N ; - nationalitetscertifikat_nn_1 : N ; - nationalitetshandling_nn_1 : N ; - nationalitetsintyg_nn_1 : N ; - nationalitetsmaerke_nn_1 : N ; - nationalitetsmatrikel_nn_1 : N ; - nationalitetsspillra_nn_1 : N ; - nationalitetsstraevande_nn_1 : N ; - nationalkapital_nn_1 : N ; - nationalkaraktaer_nn_1 : N ; - nationalkyrka_nn_1 : N ; - nationalmedvetande_nn_1 : N ; - nationalmuseum_nn_1 : N ; - nationalpark_nn_1 : N ; - nationalprodukt_nn_1 : N ; - nationalraett_nn_1 : N ; - nationalsaang_nn_1 : N ; - nationalscen_nn_1 : N ; - nationalskald_nn_1 : N ; - nationalsocialist_nn_1 : N ; - nationalsocialistisk_av_1 : A ; - nationalsport_nn_1 : N ; - nationalspraak_nn_1 : N ; - nationalstat_nn_1 : N ; - nationalteater_nn_1 : N ; - nationell_av_1 : A ; - nationsavgift_nn_1 : N ; - nationsinspektor_nn_1 : N ; - nationskurator_nn_1 : N ; - nationsvis_ab_1 : Adv ; - nativ_av_1 : A ; - nativitet_nn_1 : N ; - natriumhalt_nn_1 : N ; - natriumhydroxid_nn_1 : N ; - natriumnitrat_nn_1 : N ; - natriumsulfat_nn_1 : N ; - natriumtiosulfat_nn_1 : N ; - natronlut_nn_1 : N ; - natt_nn_1 : N ; - nattaktiv_av_1 : A ; - nattblaa_av_1 : A ; - nattblind_av_1 : A ; - nattblindhet_nn_1 : N ; - nattbord_nn_1 : N ; - nattdjur_nn_1 : N ; - nattdraekt_nn_1 : N ; - nattduksbord_nn_1 : N ; - nattetid_ab_1 : Adv ; - nattfaagel_nn_1 : N ; - nattfack_nn_1 : N ; - nattfjaeril_nn_1 : N ; - nattfly_nn_1 : N ; - nattfriare_nn_1 : N ; - nattfrieri_nn_1 : N ; - nattfrusen_av_1 : A ; - nattgaangen_av_1 : A ; - nattglim_nn_1 : N ; - natthamn_nn_1 : N ; - natthimmel_nn_1 : N ; - nattine_nn_1 : N ; - nattis_nn_1 : N ; - nattjour_nn_1 : N ; - nattkaerl_nn_1 : N ; - nattkikare_nn_1 : N ; - nattklubb_nn_1 : N ; - nattkraem_nn_1 : N ; - nattlaeger_nn_1 : N ; - nattlaengd_nn_1 : N ; - nattlig_av_1 : A ; - nattlik_av_1 : A ; - nattljus_nn_1 : N ; - nattlogerare_nn_1 : N ; - nattmangling_nn_1 : N ; - nattmoln_nn_1 : N ; - nattorientering_nn_1 : N ; - nattraj_nn_1 : N ; - nattsaeck_nn_1 : N ; - nattskift_nn_1 : N ; - nattskoeterska_nn_1 : N ; - nattslag_nn_1 : N ; - nattsmyg_nn_1 : N ; - nattspaar_nn_1 : N ; - nattstaanden_av_1 : A ; - nattstaellning_nn_1 : N ; - nattstol_nn_1 : N ; - nattsvart_av_1 : A ; - nattsyster_nn_1 : N ; - nattvaekt_nn_1 : N ; - nattvaektare_nn_1 : N ; - nattvak_nn_1 : N ; - nattvakt_nn_1 : N ; - nattvard_nn_1 : N ; - nattvardsbarn_nn_1 : N ; - nattvardsberedelse_nn_1 : N ; - nattvardsbord_nn_1 : N ; - nattvardsbroed_nn_1 : N ; - nattvardsgaang_nn_1 : N ; - nattvardsgudstjaenst_nn_1 : N ; - nattvardskaerl_nn_1 : N ; - nattvardskalk_nn_1 : N ; - nattvardsundervisning_nn_1 : N ; - nattvardsvin_nn_1 : N ; - nattviol_nn_1 : N ; - nattygsbord_nn_1 : N ; - natur_nn_1 : N ; - naturaliekabinett_nn_1 : N ; - naturalist_nn_1 : N ; - naturalistisk_av_1 : A ; - naturaportion_nn_1 : N ; - naturbarn_nn_1 : N ; - naturbegaavning_nn_1 : N ; - naturbehov_nn_1 : N ; - naturbetingelse_nn_1 : N ; - naturbunden_av_1 : A ; - naturell_av_1 : A ; - naturelltapet_nn_1 : N ; - naturenlig_av_1 : A ; - naturfaerg_nn_1 : N ; - naturfenomen_nn_1 : N ; - naturfiber_nn_1 : N ; - naturfilosof_nn_1 : N ; - naturfolk_nn_1 : N ; - naturformation_nn_1 : N ; - naturgas_nn_1 : N ; - naturhamn_nn_1 : N ; - naturhistorisk_av_1 : A ; - naturhorn_nn_1 : N ; - naturinstinkt_nn_1 : N ; - naturist_nn_1 : N ; - naturkatastrof_nn_1 : N ; - naturkonstant_nn_1 : N ; - naturkraft_nn_1 : N ; - naturlaekare_nn_1 : N ; - naturlaekemedel_nn_1 : N ; - naturlaekemetod_nn_1 : N ; - naturlag_nn_1 : N ; - naturlig_av_1 : A ; - naturligen_ab_1 : Adv ; - naturligtvis_ab_1 : Adv ; - naturmaenniska_nn_1 : N ; - naturmedicin_nn_1 : N ; - naturmetod_nn_1 : N ; - naturmiljoe_nn_1 : N ; - naturminne_nn_1 : N ; - naturminnesmaerke_nn_1 : N ; - naturnaera_av_1 : A ; - naturnamn_nn_1 : N ; - naturnoedvaendig_av_1 : A ; - naturnoedvaendighet_nn_1 : N ; - naturorienterande_av_1 : A ; - naturpark_nn_1 : N ; - naturreligion_nn_1 : N ; - naturreservat_nn_1 : N ; - naturresurs_nn_1 : N ; - naturrikedom_nn_1 : N ; - natursaangare_nn_1 : N ; - natursceneri_nn_1 : N ; - naturskoen_av_1 : A ; - naturskog_nn_1 : N ; - natursten_nn_1 : N ; - naturstig_nn_1 : N ; - naturstridig_av_1 : A ; - naturtillgaang_nn_1 : N ; - naturtomt_nn_1 : N ; - naturtrogen_av_1 : A ; - naturtyp_nn_1 : N ; - naturvaardare_nn_1 : N ; - naturvaen_nn_1 : N ; - naturvaesen_nn_1 : N ; - naturvetare_nn_1 : N ; - naturvetenskap_nn_1 : N ; - naturvetenskaplig_av_1 : A ; - naturvetenskapsman_nn_1 : N ; - naturvidrig_av_1 : A ; - naurisk_av_1 : A ; - nauruer_nn_1 : N ; - nautiker_nn_1 : N ; - nautisk_av_1 : A ; - nav_nn_1 : N ; - navalmedicinsk_av_1 : A ; - navarborr_nn_1 : N ; - navare_nn_1 : N ; - navel_nn_1 : N ; - navelband_nn_1 : N ; - navelflaeck_nn_1 : N ; - navelskaadare_nn_1 : N ; - navelstraeng_nn_1 : N ; - navelsvin_nn_1 : N ; - navigabel_av_1 : A ; - navigationssatellit_nn_1 : N ; - navigationsvarning_nn_1 : N ; - navigatoer_nn_1 : N ; - navigerbar_av_1 : A ; - navigering_nn_1 : N ; - navigeringssystem_nn_1 : N ; - navkapsel_nn_1 : N ; - naziarkitektur_nn_1 : N ; - nazist_nn_1 : N ; - nazistisk_av_1 : A ; - neandertalare_nn_1 : N ; - neandertalmaenniska_nn_1 : N ; - neapolitan_nn_1 : N ; - neapolitansk_av_1 : A ; - nebuloes_av_1 : A ; - nebulosalinje_nn_1 : N ; - necessaer_nn_1 : N ; - ned_ab_1 : Adv ; - nedaat_ab_1 : Adv ; - nedaatgaaende_av_1 : A ; - nedaervd_av_1 : A ; - nedan_ab_1 : Adv ; - nedan_nn_1 : N ; - nedanfoer_ab_1 : Adv ; - nedanstaaende_av_1 : A ; - nedbruten_av_1 : A ; - nedbryta_vb_1 : V ; - nedbrytning_nn_1 : N ; - nedbrytningsstation_nn_1 : N ; - neddragen_av_1 : A ; - neddragning_nn_1 : N ; - neder_ab_1 : Adv ; - nederboerdsmaengd_nn_1 : N ; - nederboerdsomraade_nn_1 : N ; - nederdel_nn_1 : N ; - nederlaendare_nn_1 : N ; - nederlaendsk_av_1 : A ; - nederlaendska_nn_2 : N ; - nederlag_nn_1 : N ; - nedfall_nn_1 : N ; - nedfart_nn_1 : N ; - nedfoer_ab_1 : Adv ; - nedfoersbacke_nn_1 : N ; - nedfrysning_nn_1 : N ; - nedgaang_nn_1 : N ; - nedgaangen_av_1 : A ; - nedhaengande_av_1 : A ; - nedhalare_nn_1 : N ; - nedifraan_ab_1 : Adv ; - nedkomma_vb_1 : V ; - nedlaatande_av_1 : A ; - nedlaaten_av_1 : A ; - nedlaatenhet_nn_1 : N ; - nedlaeggelse_nn_1 : N ; - nedlaeggning_nn_1 : N ; - nedmoerk_av_1 : A ; - nedom_ab_1 : Adv ; - nedra_av_1 : A ; - nedraekning_nn_1 : N ; - nedrans_av_1 : A ; - nedrig_av_1 : A ; - nedringd_av_1 : A ; - nedsaettande_av_1 : A ; - nedsaettning_nn_1 : N ; - nedsaettningsbevis_nn_1 : N ; - nedsatt_av_1 : A ; - nedskaelld_av_1 : A ; - nedskaerning_nn_1 : N ; - nedskriva_vb_1 : V ; - nedslaaende_av_1 : A ; - nedslaepp_nn_1 : N ; - nedslag_nn_1 : N ; - nedslagen_av_1 : A ; - nedslagskrater_nn_1 : N ; - nedslagsplats_nn_1 : N ; - nedslagsteori_nn_1 : N ; - nedslaktning_nn_1 : N ; - nedsliten_av_1 : A ; - nedsmord_av_1 : A ; - nedspilld_av_1 : A ; - nedstaemd_av_1 : A ; - nedstraak_nn_1 : N ; - nedstroems_ab_1 : Adv ; - nedstrykning_nn_1 : N ; - nedsupen_av_1 : A ; - nedsutten_av_1 : A ; - nedsvaertning_nn_1 : N ; - nedtagning_nn_1 : N ; - nedtill_ab_1 : Adv ; - nedtoning_nn_1 : N ; - nedtransformering_nn_1 : N ; - nedtransponering_nn_1 : N ; - nedtryckt_av_1 : A ; - nefrit_nn_1 : N ; - nefritisk_av_1 : A ; - negation_nn_1 : N ; - negativ_av_1 : A ; - negativ_nn_1 : N ; - neger_nn_1 : N ; - negerboll_nn_1 : N ; - neglige_nn_1 : N ; - negligeabel_av_1 : A ; - negligibel_av_1 : A ; - negress_nn_1 : N ; - negroid_nn_1 : N ; - nejd_nn_1 : N ; - nejlikrot_nn_1 : N ; - nejlikvaext_nn_1 : N ; - nejonoega_nn_1 : N ; - nejsaegare_nn_1 : N ; - nek_nn_1 : N ; - nekrofil_nn_1 : N ; - nekrolog_nn_1 : N ; - nektardrag_nn_1 : N ; - nektarin_nn_1 : N ; - nektarium_nn_1 : N ; - nematod_nn_1 : N ; - nemesistanke_nn_1 : N ; - neodym_nn_2 : N ; - neodymmagnet_nn_1 : N ; - neokolonialistisk_av_1 : A ; - neolitisk_av_1 : A ; - neolog_nn_1 : N ; - neongas_nn_1 : N ; - neonljus_nn_1 : N ; - neonroer_nn_1 : N ; - neonskylt_nn_1 : N ; - neotektonik_nn_1 : N ; - neotektonisk_av_1 : A ; - nepales_nn_1 : N ; - nepalesisk_av_1 : A ; - neptunisk_av_1 : A ; - ner_ab_1 : Adv ; - neraatgaaende_av_1 : A ; - nerbryta_vb_1 : V ; - nere_ab_1 : Adv ; - nere_av_1 : A ; - nereid_nn_1 : N ; - nerfoer_ab_1 : Adv ; - nerifraan_ab_1 : Adv ; - nerium_nn_1 : N ; - nertill_ab_1 : Adv ; - nerv_nn_1 : N ; - nervaenda_nn_1 : N ; - nervaktivitet_nn_1 : N ; - nervattack_nn_1 : N ; - nervcell_nn_1 : N ; - nervcellsgrupp_nn_1 : N ; - nervchock_nn_1 : N ; - nervfoerbindelse_nn_1 : N ; - nervgas_nn_1 : N ; - nervgift_nn_1 : N ; - nervig_av_1 : A ; - nervimpuls_nn_1 : N ; - nervkittlande_av_1 : A ; - nervklen_av_1 : A ; - nervknut_nn_1 : N ; - nervkollaps_nn_1 : N ; - nervkrig_nn_1 : N ; - nervmedicin_nn_1 : N ; - nervoes_av_1 : A ; - nervositet_nn_1 : N ; - nervpirrande_av_1 : A ; - nervryckning_nn_1 : N ; - nervsammanbrott_nn_1 : N ; - nervsignal_nn_1 : N ; - nervsignalmoenster_nn_1 : N ; - nervsjukdom_nn_1 : N ; - nervstump_nn_1 : N ; - nervsystem_nn_1 : N ; - nervtraad_nn_1 : N ; - nervvrak_nn_1 : N ; - neslig_av_1 : A ; - nesligen_ab_1 : Adv ; - nestorian_nn_1 : N ; - nestoriansk_av_1 : A ; - netto_ab_1 : Adv ; - netto_nn_1 : N ; - nettofoermoegenhet_nn_1 : N ; - nettoinkomst_nn_1 : N ; - nettoloen_nn_1 : N ; - nettopris_nn_1 : N ; - nettoregisterton_nn_1 : N ; - nettoskuld_nn_1 : N ; - nettosparande_nn_1 : N ; - nettostudietid_nn_1 : N ; - nettovinst_nn_1 : N ; - neuralgisk_av_1 : A ; - neurit_nn_1 : N ; - neurofysiolog_nn_1 : N ; - neuroleptika_nn_1 : N ; - neurolog_nn_1 : N ; - neurologisk_av_1 : A ; - neurom_nn_1 : N ; - neuron_nn_1 : N ; - neuropat_nn_1 : N ; - neuros_nn_1 : N ; - neurotiker_nn_1 : N ; - neurotisk_av_1 : A ; - neutral_av_1 : A ; - neutralist_nn_1 : N ; - neutralistisk_av_1 : A ; - neutralitet_nn_1 : N ; - neutrallaege_nn_1 : N ; - neutrino_nn_1 : N ; - neutrinofoertaetning_nn_1 : N ; - neutrinohav_nn_1 : N ; - neutrinomodell_nn_1 : N ; - neutron_nn_1 : N ; - neutronbomb_nn_1 : N ; - neutronstraalning_nn_1 : N ; - neutrum_nn_1 : N ; - nevoe_nn_1 : N ; - newfoundlaendare_nn_1 : N ; - newfoundlaendsk_av_1 : A ; - newfoundlandshund_nn_1 : N ; - newton_nn_1 : N ; - newtonmeter_nn_1 : N ; - ng_ljud_nn_1 : N ; - nicaraguan_nn_1 : N ; - nick_nn_1 : N ; - nickhake_nn_1 : N ; - nickning_nn_1 : N ; - nickpump_nn_1 : N ; - nidation_nn_1 : N ; - nidbild_nn_1 : N ; - niddikt_nn_1 : N ; - niding_nn_1 : N ; - nidingsdaad_nn_1 : N ; - nidingsverk_nn_1 : N ; - nidsk_av_1 : A ; - nidskrift_nn_1 : N ; - nidstaang_nn_1 : N ; - niece_nn_1 : N ; - niello_nn_1 : N ; - nigerer_nn_1 : N ; - nigerian_nn_1 : N ; - nigeriansk_av_1 : A ; - nigerisk_av_1 : A ; - nigger_nn_1 : N ; - nigning_nn_1 : N ; - nigsittande_av_1 : A ; - nigstaaende_av_1 : A ; - nihilist_nn_1 : N ; - nihilistisk_av_1 : A ; - nikotingul_av_1 : A ; - nikotinist_nn_1 : N ; - nimrod_nn_1 : N ; - niondel_nn_1 : N ; - niotillhaallarlaas_nn_1 : N ; - nipbrant_nn_1 : N ; - nipflod_nn_1 : N ; - nipig_av_1 : A ; - nippel_nn_1 : N ; - nipprig_av_1 : A ; - nisch_nn_1 : N ; - nisse_nn_1 : N ; - nissoega_nn_1 : N ; - nit_nn_2 : N ; - nit_nn_3 : N ; - nitaelskande_nn_1 : N ; - nitfoerband_nn_1 : N ; - nitisk_av_1 : A ; - nitlott_nn_1 : N ; - nitnagel_nn_1 : N ; - nitrat_nn_1 : N ; - nitratbakterie_nn_1 : N ; - nitrit_nn_1 : N ; - nitritbakterie_nn_1 : N ; - nitroes_av_1 : A ; - nitrofoerening_nn_1 : N ; - nitroglycerin_nn_1 : N ; - nitrogrupp_nn_1 : N ; - nitstamp_nn_1 : N ; - nitstans_nn_1 : N ; - nittiosexprocentig_av_1 : A ; - nittiotalist_nn_1 : N ; - nittisexprocentig_av_1 : A ; - nittitalism_nn_1 : N ; - nittitalist_nn_1 : N ; - nivaa_nn_1 : N ; - nivaagruppering_nn_1 : N ; - nivaaskillnad_nn_1 : N ; - nivation_nn_1 : N ; - njugg_av_1 : A ; - njugghaent_av_1 : A ; - njurbaecken_nn_1 : N ; - njurbaelte_nn_1 : N ; - njure_nn_1 : N ; - njursten_nn_1 : N ; - njurtransplantation_nn_1 : N ; - njuta_vb_1 : V ; - njutbar_av_1 : A ; - njutning_nn_1 : N ; - njutningslysten_av_1 : A ; - njutningslystnad_nn_1 : N ; - njutningsmedel_nn_1 : N ; - noanamn_nn_1 : N ; - noaord_nn_1 : N ; - nobb_nn_1 : N ; - nobel_av_1 : A ; - nobelpris_nn_1 : N ; - nobelpristagare_nn_1 : N ; - nock_nn_1 : N ; - nocturne_nn_1 : N ; - nod_nn_1 : N ; - noedaar_nn_1 : N ; - noedanrop_nn_1 : N ; - noedbedd_av_1 : A ; - noedbjuden_av_1 : A ; - noedbroms_nn_1 : N ; - noedd_av_1 : A ; - noeddop_nn_1 : N ; - noedfall_nn_1 : N ; - noedhamn_nn_1 : N ; - noedig_av_1 : A ; - noedlaege_nn_1 : N ; - noedlandning_nn_1 : N ; - noedlidande_av_1 : A ; - noedloegn_nn_1 : N ; - noedloesning_nn_1 : N ; - noedmynt_nn_1 : N ; - noedraket_nn_1 : N ; - noedrim_nn_1 : N ; - noedrop_nn_1 : N ; - noedsignal_nn_1 : N ; - noedsignalering_nn_1 : N ; - noedsituation_nn_1 : N ; - noedstaelld_av_1 : A ; - noedtorftig_av_1 : A ; - noedtvungen_av_1 : A ; - noedutgaang_nn_1 : N ; - noedvaendig_av_1 : A ; - noedvaendighet_nn_1 : N ; - noedvaendighetsartikel_nn_1 : N ; - noedvaendigtvis_ab_1 : Adv ; - noedvuxen_av_1 : A ; - noejaktig_av_1 : A ; - noejd_av_1 : A ; - noejdfoerklaring_nn_1 : N ; - noeje_nn_1 : N ; - noejesbaat_nn_1 : N ; - noejesbegaer_nn_1 : N ; - noejesetablissemang_nn_1 : N ; - noejesfaelt_nn_1 : N ; - noejesfiskare_nn_1 : N ; - noejeshall_nn_1 : N ; - noejeskoerning_nn_1 : N ; - noejeslokal_nn_1 : N ; - noejeslysten_av_1 : A ; - noejespalats_nn_1 : N ; - noejespappa_nn_1 : N ; - noejespark_nn_1 : N ; - noejesprogram_nn_1 : N ; - noejsam_av_1 : A ; - noet_nn_1 : N ; - noet_nn_2 : N ; - noetbarhet_nn_1 : N ; - noetbrun_av_1 : A ; - noetfrukt_nn_1 : N ; - noetknaeckare_nn_1 : N ; - noetknaeppare_nn_1 : N ; - noetkreatur_nn_1 : N ; - noetliknande_av_1 : A ; - noetning_nn_1 : N ; - noetningsbestaendig_av_1 : A ; - noetskal_nn_1 : N ; - noetstyng_nn_1 : N ; - noetvivel_nn_1 : N ; - nog_ab_1 : Adv ; - noga_ab_1 : Adv ; - noga_av_1 : A ; - nogav_ab_1 : Adv ; - noggrann_av_1 : A ; - noggrannhet_nn_1 : N ; - nogsamt_ab_1 : Adv ; - nokturn_nn_1 : N ; - nollaege_nn_1 : N ; - nollcirkel_nn_1 : N ; - nolledning_nn_1 : N ; - nollkorrektur_nn_1 : N ; - nollning_nn_1 : N ; - nollplan_nn_1 : N ; - nollpunkt_nn_1 : N ; - nollspant_nn_1 : N ; - nolltaxerare_nn_1 : N ; - noltig_av_1 : A ; - nomad_nn_1 : N ; - nomadfamilj_nn_1 : N ; - nomadfolk_nn_1 : N ; - nomadisk_av_1 : A ; - nomadsystem_nn_1 : N ; - nomen_nn_1 : N ; - nomenklatur_nn_1 : N ; - nominal_av_1 : A ; - nominalist_nn_1 : N ; - nominalistisk_av_1 : A ; - nominalkatalog_nn_1 : N ; - nominalloen_nn_1 : N ; - nominalvaerde_nn_1 : N ; - nominativ_nn_1 : N ; - nominell_av_1 : A ; - nominering_nn_1 : N ; - nomogram_nn_1 : N ; - non_iron_av_1 : A ; - nonaggressionsfoerdrag_nn_1 : N ; - nonchalant_av_1 : A ; - nonfigurativ_av_1 : A ; - nonie_nn_1 : N ; - nonkombattant_nn_1 : N ; - nonkonformist_nn_1 : N ; - nonsensvers_nn_1 : N ; - nonstop_ab_1 : Adv ; - nopp_nn_1 : N ; - noppig_av_1 : A ; - nopprig_av_1 : A ; - nor_nn_1 : N ; - noradrenalin_nn_1 : N ; - nord_sydlig_av_1 : A ; - nordamerikan_nn_1 : N ; - nordamerikansk_av_1 : A ; - nordan_ab_1 : Adv ; - nordanland_nn_1 : N ; - nordanvind_nn_1 : N ; - nordbo_nn_1 : N ; - nordgraens_nn_1 : N ; - nordisk_av_1 : A ; - nordist_nn_1 : N ; - nordkorean_nn_1 : N ; - nordlig_av_1 : A ; - nordman_nn_1 : N ; - nordoest_ab_1 : Adv ; - nordost_ab_1 : Adv ; - nordpaa_ab_1 : Adv ; - nordpol_nn_1 : N ; - nordsluttning_nn_1 : N ; - nordsvensk_nn_1 : N ; - nordtysk_av_1 : A ; - nordvaest_ab_1 : Adv ; - nordvaestra_av_1 : A ; - nordvart_ab_1 : Adv ; - nordvietnamesisk_av_1 : A ; - nordyemenit_nn_1 : N ; - norm_nn_1 : N ; - normal_av_1 : A ; - normal_nn_1 : N ; - normalbild_nn_1 : N ; - normalfaerg_nn_1 : N ; - normalfilm_nn_1 : N ; - normalfoerdelning_nn_1 : N ; - normalgaard_nn_1 : N ; - normalisering_nn_1 : N ; - normaliter_ab_1 : Adv ; - normalitet_nn_1 : N ; - normalmaanad_nn_1 : N ; - normalmaatt_nn_1 : N ; - normalobjektiv_nn_1 : N ; - normalspaarig_av_1 : A ; - normalstudietid_nn_1 : N ; - normaltid_nn_1 : N ; - normalton_nn_1 : N ; - normand_nn_1 : N ; - normandisk_av_1 : A ; - normativ_av_1 : A ; - normerande_av_1 : A ; - normgivande_av_1 : A ; - normloes_av_1 : A ; - normloeshet_nn_1 : N ; - norr_ab_1 : Adv ; - norra_av_1 : A ; - norrbagge_nn_1 : N ; - norrbottning_nn_1 : N ; - norrbottnisk_av_1 : A ; - norrgoek_nn_1 : N ; - norrifraan_ab_1 : Adv ; - norrkvint_nn_1 : N ; - norrlaendsk_av_1 : A ; - norrlaendska_nn_2 : N ; - norrlaenning_nn_1 : N ; - norrlandsaelv_nn_1 : N ; - norrlandshaest_nn_1 : N ; - norrman_nn_1 : N ; - norroen_av_1 : A ; - norroever_ab_1 : Adv ; - norrpaa_ab_1 : Adv ; - norrut_ab_1 : Adv ; - nors_nn_1 : N ; - norsk_av_1 : A ; - norska_nn_2 : N ; - norvagism_nn_1 : N ; - nos_nn_1 : N ; - noshjul_nn_1 : N ; - noshoerning_nn_1 : N ; - nosig_av_1 : A ; - noskig_av_1 : A ; - noskon_nn_1 : N ; - noskorg_nn_1 : N ; - noslaengd_nn_1 : N ; - nosregion_nn_1 : N ; - nosring_nn_1 : N ; - nosspets_nn_1 : N ; - nostalgi_nn_1 : N ; - nostalgiker_nn_1 : N ; - nostalgisk_av_1 : A ; - not_nn_1 : N ; - not_nn_2 : N ; - notabel_av_1 : A ; - notabilitet_nn_1 : N ; - notariat_nn_1 : N ; - notariatavdelning_nn_1 : N ; - notarie_nn_1 : N ; - notation_nn_1 : N ; - notblad_nn_1 : N ; - notdraekt_nn_1 : N ; - notering_nn_1 : N ; - notesblock_nn_1 : N ; - notfast_av_1 : A ; - notifikation_nn_1 : N ; - notis_nn_1 : N ; - notlag_nn_1 : N ; - notlinje_nn_1 : N ; - notorietet_nn_1 : N ; - notorisk_av_1 : A ; - nototenioid_nn_1 : N ; - notpapper_nn_1 : N ; - notplan_nn_1 : N ; - notrad_nn_1 : N ; - notsaeker_av_1 : A ; - notsiffra_nn_1 : N ; - notskriftstecken_nn_1 : N ; - notstaal_nn_1 : N ; - notstaell_nn_1 : N ; - notvaendare_nn_1 : N ; - notvaexling_nn_1 : N ; - notvarp_nn_1 : N ; - nougat_nn_1 : N ; - novantik_av_1 : A ; - novation_nn_1 : N ; - novautbrott_nn_1 : N ; - novell_nn_1 : N ; - novellett_nn_1 : N ; - novellist_nn_1 : N ; - novellistisk_av_1 : A ; - novellsamling_nn_1 : N ; - novis_nn_1 : N ; - novitet_nn_1 : N ; - novitiat_nn_1 : N ; - nu_ab_1 : Adv ; - nubb_nn_1 : N ; - nubbe_nn_1 : N ; - nubier_nn_1 : N ; - nubisk_av_1 : A ; - nuckig_av_1 : A ; - nudel_nn_1 : N ; - nudist_nn_1 : N ; - nudistisk_av_1 : A ; - nuditet_nn_1 : N ; - nufoertiden_ab_1 : Adv ; - nugat_nn_1 : N ; - nukleaer_av_1 : A ; - nukleid_nn_1 : N ; - nuklein_nn_1 : N ; - nukleon_nn_1 : N ; - nukleontal_nn_1 : N ; - nukleotid_nn_1 : N ; - nuklid_nn_1 : N ; - nullitet_nn_1 : N ; - numera_ab_1 : Adv ; - numeraer_av_1 : A ; - numeraer_nn_1 : N ; - numerisk_av_1 : A ; - numerus_nn_1 : N ; - numinoes_av_1 : A ; - numismatiker_nn_1 : N ; - numismatisk_av_1 : A ; - nummen_av_1 : A ; - nummer_nn_1 : N ; - nummerbyraa_nn_1 : N ; - nummerhaest_nn_1 : N ; - nummerkarl_nn_1 : N ; - nummerplaat_nn_1 : N ; - nummerrevy_nn_1 : N ; - nummerskylt_nn_1 : N ; - nunatak_nn_1 : N ; - nunnedok_nn_1 : N ; - nunneoert_nn_1 : N ; - nuntiatur_nn_1 : N ; - nuntie_nn_1 : N ; - nuspraaklig_av_1 : A ; - nusvensk_av_1 : A ; - nutida_av_1 : A ; - nutilldags_ab_1 : Adv ; - nutritionsorgan_nn_1 : N ; - nutritiv_av_1 : A ; - nuvarande_av_1 : A ; - nuvig_av_1 : A ; - ny_av_1 : A ; - ny_nn_1 : N ; - nyaar_nn_1 : N ; - nyaarsafton_nn_1 : N ; - nyaarsboen_nn_1 : N ; - nyaarsdag_nn_1 : N ; - nyaarsloefte_nn_1 : N ; - nyaarsnatt_nn_1 : N ; - nyanlaeggning_nn_1 : N ; - nyans_nn_1 : N ; - nyansering_nn_1 : N ; - nyanseringstecken_nn_1 : N ; - nyanskaffning_nn_1 : N ; - nyantik_av_1 : A ; - nybearbetning_nn_1 : N ; - nybildning_nn_1 : N ; - nybliven_av_1 : A ; - nyboerjarbok_nn_1 : N ; - nyboerjare_nn_1 : N ; - nybruten_av_1 : A ; - nyburen_av_1 : A ; - nybyggare_nn_1 : N ; - nybyggd_av_1 : A ; - nybyggnad_nn_1 : N ; - nyck_nn_1 : N ; - nyckel_nn_1 : N ; - nyckelaemne_nn_1 : N ; - nyckelax_nn_1 : N ; - nyckelbarn_nn_1 : N ; - nyckelben_nn_1 : N ; - nyckelblomster_nn_1 : N ; - nyckelfaerdig_av_1 : A ; - nyckelfunktion_nn_1 : N ; - nyckelhaal_nn_1 : N ; - nyckelindustri_nn_1 : N ; - nyckelman_nn_1 : N ; - nyckelord_nn_1 : N ; - nyckelperson_nn_1 : N ; - nyckelposition_nn_1 : N ; - nyckelretning_nn_1 : N ; - nyckelroll_nn_1 : N ; - nyckelroman_nn_1 : N ; - nyckelsten_nn_1 : N ; - nyckfull_av_1 : A ; - nydanare_nn_1 : N ; - nydaning_nn_1 : N ; - nyemission_nn_1 : N ; - nyenkel_av_1 : A ; - nyetablering_nn_1 : N ; - nyfallen_av_1 : A ; - nyfiken_av_1 : A ; - nyfikenhet_nn_1 : N ; - nyfoedd_av_1 : A ; - nyfoervaerv_nn_1 : N ; - nygaangen_av_1 : A ; - nygift_av_1 : A ; - nygrad_nn_1 : N ; - nyhet_nn_1 : N ; - nyhetsbevakning_nn_1 : N ; - nyhetsbyraa_nn_1 : N ; - nyhetstelegram_nn_1 : N ; - nying_nn_1 : N ; - nyinkoept_av_1 : A ; - nyinredd_av_1 : A ; - nyintagning_nn_1 : N ; - nyinvestering_nn_1 : N ; - nyklassicistisk_av_1 : A ; - nyklassiker_nn_1 : N ; - nyklassisk_av_1 : A ; - nykolonisation_nn_1 : N ; - nykomling_nn_1 : N ; - nykter_av_1 : A ; - nykterhet_nn_1 : N ; - nykterhetsnaemnd_nn_1 : N ; - nykterhetsroerelse_nn_1 : N ; - nykterist_nn_1 : N ; - nylaendsk_av_1 : A ; - nylaenning_nn_1 : N ; - nylagd_av_1 : A ; - nyliberal_av_1 : A ; - nyligen_ab_1 : Adv ; - nymf_nn_1 : N ; - nymfoman_nn_1 : N ; - nymodig_av_1 : A ; - nymodighet_nn_1 : N ; - nynazist_nn_1 : N ; - nynorsk_av_1 : A ; - nyodling_nn_1 : N ; - nyord_nn_1 : N ; - nyordning_nn_1 : N ; - nyorientering_nn_1 : N ; - nyp_nn_1 : N ; - nypa_vb_1 : V ; - nyplantering_nn_1 : N ; - nyplatonsk_av_1 : A ; - nypon_nn_1 : N ; - nypremiaer_nn_1 : N ; - nyproduktion_nn_1 : N ; - nyrik_av_1 : A ; - nys_ab_1 : Adv ; - nyskapare_nn_1 : N ; - nyskapelse_nn_1 : N ; - nyskott_nn_1 : N ; - nysning_nn_1 : N ; - nysoert_nn_1 : N ; - nyss_ab_1 : Adv ; - nystan_nn_1 : N ; - nystavare_nn_1 : N ; - nystavning_nn_1 : N ; - nystpinne_nn_1 : N ; - nysvensk_av_1 : A ; - nytaend_av_1 : A ; - nytaendning_nn_1 : N ; - nyter_av_1 : A ; - nytestamentlig_av_1 : A ; - nytillkommen_av_1 : A ; - nytillskott_nn_1 : N ; - nytryck_nn_1 : N ; - nytta_nn_1 : N ; - nyttig_av_1 : A ; - nyttighet_nn_1 : N ; - nyttjare_nn_1 : N ; - nyttofoeremaal_nn_1 : N ; - nyttosynpunkt_nn_1 : N ; - nyttovaext_nn_1 : N ; - nyuppsaettning_nn_1 : N ; - nyupptaeckt_av_1 : A ; - nyutkommen_av_1 : A ; - nyutslagen_av_1 : A ; - nyutsprungen_av_1 : A ; - nyvaerde_nn_1 : N ; - nyval_nn_1 : N ; - nyvald_av_1 : A ; - nyvorden_av_1 : A ; - nyvunnen_av_1 : A ; - nyzeelaendare_nn_1 : N ; - nyzeelaendsk_av_1 : A ; - nyzeelaendska_nn_1 : N ; - nyzeelaenning_nn_1 : N ; - oaaterkallelig_av_1 : A ; - oaatkomlig_av_1 : A ; - oacceptabel_av_1 : A ; - oaedel_av_1 : A ; - oaekta_av_1 : A ; - oaendlig_av_1 : A ; - oaendlighet_nn_1 : N ; - oaerlig_av_1 : A ; - oaerlighet_nn_1 : N ; - oaetbar_av_1 : A ; - oaetlig_av_1 : A ; - oaeven_av_1 : A ; - oaktsam_av_1 : A ; - oaktsamhetsbrott_nn_1 : N ; - oamerikansk_av_1 : A ; - oandlig_av_1 : A ; - oanfraett_av_1 : A ; - oangenaem_av_1 : A ; - oangripbar_av_1 : A ; - oangriplig_av_1 : A ; - oanmaeld_av_1 : A ; - oanmaerkt_av_1 : A ; - oansenlig_av_1 : A ; - oanstaendig_av_1 : A ; - oansvarig_av_1 : A ; - oantagbar_av_1 : A ; - oantaglig_av_1 : A ; - oantastlig_av_1 : A ; - oantraeffbar_av_1 : A ; - oanvaend_av_1 : A ; - oanvaendbar_av_1 : A ; - oaptitlig_av_1 : A ; - oart_nn_1 : N ; - oartig_av_1 : A ; - oartighet_nn_1 : N ; - oas_nn_1 : N ; - oavbruten_av_1 : A ; - oavgjord_av_1 : A ; - oavhaengig_av_1 : A ; - oavhaengighet_nn_1 : N ; - oavlaatlig_av_1 : A ; - oavlaatligen_ab_1 : Adv ; - oavsaettlig_av_1 : A ; - oavsedd_av_1 : A ; - oavsiktlig_av_1 : A ; - oavvaend_av_1 : A ; - oavvaent_ab_1 : Adv ; - oavvisbar_av_1 : A ; - oavvislig_av_1 : A ; - oavytterlig_av_1 : A ; - obaendig_av_1 : A ; - obarmhaertig_av_1 : A ; - obducent_nn_1 : N ; - obduktion_nn_1 : N ; - obebodd_av_1 : A ; - obeboelig_av_1 : A ; - obedd_av_1 : A ; - obefaren_av_1 : A ; - obefintlig_av_1 : A ; - obegriplig_av_1 : A ; - obegriplighet_nn_1 : N ; - obehag_nn_1 : N ; - obehaglig_av_1 : A ; - obehindrat_ab_1 : Adv ; - obehoerig_av_1 : A ; - obehoevlig_av_1 : A ; - obekant_av_1 : A ; - obekvaem_av_1 : A ; - obelisk_nn_1 : N ; - obemaerkt_av_1 : A ; - obemaerkthet_nn_1 : N ; - obenaegen_av_1 : A ; - oberaeknelig_av_1 : A ; - oberoende_av_1 : A ; - oberoerbar_av_1 : A ; - oberoerd_av_1 : A ; - obesatt_av_1 : A ; - obesedd_av_1 : A ; - obeskrivbar_av_1 : A ; - obeskrivlig_av_1 : A ; - obeskuren_av_1 : A ; - obeslutsam_av_1 : A ; - obestaellbar_av_1 : A ; - obestaembar_av_1 : A ; - obestaembarhet_nn_1 : N ; - obestaemd_av_1 : A ; - obestaemdhet_nn_1 : N ; - obestaemdhetsprincip_nn_1 : N ; - obestaendig_av_1 : A ; - obesticklig_av_1 : A ; - obestridd_av_1 : A ; - obestridlig_av_1 : A ; - obestridligen_ab_1 : Adv ; - obestyrkt_av_1 : A ; - obetaenksam_av_1 : A ; - obetaenkt_av_1 : A ; - obetagen_av_1 : A ; - obetalbar_av_1 : A ; - obetald_av_1 : A ; - obetvinglig_av_1 : A ; - obetydlig_av_1 : A ; - obetydligt_ab_1 : Adv ; - obeveklig_av_1 : A ; - obildbar_av_1 : A ; - obillig_av_1 : A ; - objekt_nn_1 : N ; - objektglas_nn_1 : N ; - objektiv_av_1 : A ; - objektiv_nn_1 : N ; - objektivism_nn_1 : N ; - objektivitet_nn_1 : N ; - objektsform_nn_1 : N ; - objektspraak_nn_1 : N ; - objuden_av_1 : A ; - oblat_nn_1 : N ; - oblekt_av_1 : A ; - oblid_av_1 : A ; - oblidkelig_av_1 : A ; - obligat_av_1 : A ; - obligat_nn_1 : N ; - obligation_nn_1 : N ; - obligationslaan_nn_1 : N ; - obligatorisk_av_1 : A ; - obligatorium_nn_1 : N ; - oblik_av_1 : A ; - oblikvitet_nn_1 : N ; - oblodig_av_1 : A ; - oblyg_av_1 : A ; - oboe_nn_1 : N ; - oboejlig_av_1 : A ; - oboenhoerlig_av_1 : A ; - oboenhoerligen_ab_1 : Adv ; - obol_nn_1 : N ; - obotfaerdig_av_1 : A ; - obotlig_av_1 : A ; - obraend_av_1 : A ; - obrottslig_av_1 : A ; - obrukbar_av_1 : A ; - obruklig_av_1 : A ; - obrunnen_av_1 : A ; - obruten_av_1 : A ; - obrytbar_av_1 : A ; - obscen_av_1 : A ; - obscenitet_nn_1 : N ; - observandum_nn_1 : N ; - observant_av_1 : A ; - observation_nn_1 : N ; - observationsakt_nn_1 : N ; - observationsklass_nn_1 : N ; - observationsklinik_nn_1 : N ; - observationsmaterial_nn_1 : N ; - observatoer_nn_1 : N ; - observatorium_nn_1 : N ; - observerbar_av_1 : A ; - obsidian_nn_1 : N ; - obsklass_nn_1 : N ; - obsklinik_nn_1 : N ; - obskur_av_1 : A ; - obskurant_av_1 : A ; - obskurant_nn_1 : N ; - obskurantist_nn_1 : N ; - obskyr_av_1 : A ; - obsolet_av_1 : A ; - obstetrisk_av_1 : A ; - obstinat_av_1 : A ; - obstruent_nn_1 : N ; - obstruktion_nn_1 : N ; - obunden_av_1 : A ; - obygd_nn_1 : N ; - obytt_av_1 : A ; - occasion_nn_1 : N ; - occidental_av_1 : A ; - occidentalisk_av_1 : A ; - ocean_nn_1 : N ; - oceanisk_av_1 : A ; - oceanograf_nn_1 : N ; - oceanografisk_av_1 : A ; - ock_ab_1 : Adv ; - ockasion_nn_1 : N ; - ockasionell_av_1 : A ; - ocklusion_nn_1 : N ; - ockrare_nn_1 : N ; - ocksaa_ab_1 : Adv ; - ockult_av_1 : A ; - ockupant_nn_1 : N ; - ockupation_nn_1 : N ; - odalisk_nn_1 : N ; - odalman_nn_1 : N ; - odaterbar_av_1 : A ; - odds_nn_1 : N ; - odefinierbar_av_1 : A ; - odelbar_av_1 : A ; - odemokratisk_av_1 : A ; - odensfly_nn_1 : N ; - odioes_av_1 : A ; - odiplomatisk_av_1 : A ; - odiskutabel_av_1 : A ; - odisputabel_av_1 : A ; - odjur_nn_1 : N ; - odlare_nn_1 : N ; - odling_nn_1 : N ; - odlingsbar_av_1 : A ; - odlingsfoersoek_nn_1 : N ; - odlingsgraens_nn_1 : N ; - odoedlig_av_1 : A ; - odoer_nn_1 : N ; - odogmatisk_av_1 : A ; - odon_nn_1 : N ; - odontolog_nn_1 : N ; - odontologie_av_1 : A ; - odontologisk_av_1 : A ; - odraeglig_av_1 : A ; - odramatisk_av_1 : A ; - odriven_av_1 : A ; - odryg_av_1 : A ; - oduglig_av_1 : A ; - odugling_nn_1 : N ; - odygdig_av_1 : A ; - odygdspaase_nn_1 : N ; - odysse_nn_1 : N ; - oe_nn_2 : N ; - oede_av_1 : A ; - oede_nn_1 : N ; - oedebygdsvaeg_nn_1 : N ; - oedegaard_nn_1 : N ; - oedelaeggelse_nn_1 : N ; - oedem_nn_1 : N ; - oedemark_nn_1 : N ; - oedemarksomraade_nn_1 : N ; - oedematoes_av_1 : A ; - oedesbestaemd_av_1 : A ; - oedesdiger_av_1 : A ; - oedesdrama_nn_1 : N ; - oedesgudinna_nn_1 : N ; - oedla_nn_1 : N ; - oedmjuk_av_1 : A ; - oedmjukhet_nn_1 : N ; - oedslig_av_1 : A ; - oeftergivlig_av_1 : A ; - oefterhaermlig_av_1 : A ; - oefterraettlig_av_1 : A ; - oega_nn_1 : N ; - oegennytta_nn_1 : N ; - oegennyttig_av_1 : A ; - oegentlig_av_1 : A ; - oegentlighet_nn_1 : N ; - oegonaboej_ab_1 : Adv ; - oegonakroek_ab_1 : Adv ; - oegonblick_nn_1 : N ; - oegonblicklig_av_1 : A ; - oegonblickligen_ab_1 : Adv ; - oegonblicksbild_nn_1 : N ; - oegonbotten_nn_1 : N ; - oegonbryn_nn_1 : N ; - oegondropp_nn_1 : N ; - oegonfaegnad_nn_1 : N ; - oegonfaerg_nn_1 : N ; - oegonfloert_nn_1 : N ; - oegonfrans_nn_1 : N ; - oegonfroejd_nn_1 : N ; - oegonglob_nn_1 : N ; - oegonhaar_nn_1 : N ; - oegonhinna_nn_1 : N ; - oegonkast_nn_1 : N ; - oegonlock_nn_1 : N ; - oegonmaerke_nn_1 : N ; - oegonmuskel_nn_1 : N ; - oegonprotes_nn_1 : N ; - oegonroerelse_nn_1 : N ; - oegonsjukdom_nn_1 : N ; - oegonskenlig_av_1 : A ; - oegonskenligen_ab_1 : Adv ; - oegonspegel_nn_1 : N ; - oegonsten_nn_1 : N ; - oegontagg_nn_1 : N ; - oegontand_nn_1 : N ; - oegontjaenare_nn_1 : N ; - oegonvidd_nn_1 : N ; - oegonvinkel_nn_1 : N ; - oegonvittne_nn_1 : N ; - oegonvraa_nn_1 : N ; - oegrupp_nn_1 : N ; - oek_nn_1 : N ; - oekaend_av_1 : A ; - oeken_nn_1 : N ; - oekenlandskap_nn_1 : N ; - oekenvaext_nn_1 : N ; - oekenvandring_nn_1 : N ; - oekenvind_nn_1 : N ; - oeknamn_nn_1 : N ; - oekning_nn_1 : N ; - oekonomisk_av_1 : A ; - oekstock_nn_1 : N ; - oel_nn_1 : N ; - oelaendsk_av_1 : A ; - oelaendska_nn_2 : N ; - oelaenning_nn_1 : N ; - oelandshaest_nn_1 : N ; - oelback_nn_1 : N ; - oelburk_nn_1 : N ; - oelgubbe_nn_1 : N ; - oelhall_nn_1 : N ; - oeljett_nn_1 : N ; - oelkafe_nn_1 : N ; - oeloeppnare_nn_1 : N ; - oelraettighet_nn_1 : N ; - oelservering_nn_1 : N ; - oelstuga_nn_1 : N ; - oeltillverkning_nn_1 : N ; - oelutkoerare_nn_1 : N ; - oem_av_1 : A ; - oemhet_nn_1 : N ; - oemkansvaerd_av_1 : A ; - oemklig_av_1 : A ; - oemkligen_ab_1 : Adv ; - oemmande_av_1 : A ; - oemotsaeglig_av_1 : A ; - oemotsagd_av_1 : A ; - oemotstaandlig_av_1 : A ; - oemottaglig_av_1 : A ; - oemsesidig_av_1 : A ; - oemsevis_ab_1 : Adv ; - oemsint_av_1 : A ; - oemsom_ab_1 : Adv ; - oemtaalig_av_1 : A ; - oenig_av_1 : A ; - oenighet_nn_1 : N ; - oense_av_1 : A ; - oenskedroem_nn_1 : N ; - oenskemaal_nn_1 : N ; - oenskering_nn_1 : N ; - oenskeroll_nn_1 : N ; - oenskesats_nn_1 : N ; - oensklig_av_1 : A ; - oenskning_nn_1 : N ; - oenskvaerd_av_1 : A ; - oeppen_av_1 : A ; - oeppenhet_nn_1 : N ; - oeppenhjaertig_av_1 : A ; - oeppnare_nn_1 : N ; - oeppning_nn_1 : N ; - oeppningsbud_nn_1 : N ; - oera_nn_1 : N ; - oerclips_nn_1 : N ; - oere_nn_1 : N ; - oerfaren_av_1 : A ; - oerfil_nn_1 : N ; - oerhoerd_av_1 : A ; - oerike_nn_1 : N ; - oering_nn_1 : N ; - oerlogsbas_nn_1 : N ; - oerlogsfartyg_nn_1 : N ; - oerlogsman_nn_1 : N ; - oerlogsmatros_nn_1 : N ; - oerlogsvarv_nn_1 : N ; - oermage_nn_1 : N ; - oern_nn_1 : N ; - oernbraeken_nn_1 : N ; - oerngott_nn_1 : N ; - oeronbedoevande_av_1 : A ; - oeroninflammation_nn_1 : N ; - oeronlappsfaatoelj_nn_1 : N ; - oeronmussla_nn_1 : N ; - oeronpropp_nn_1 : N ; - oeronsnibb_nn_1 : N ; - oeronsusning_nn_1 : N ; - oerontasslare_nn_1 : N ; - oerontrumpet_nn_1 : N ; - oersaettlig_av_1 : A ; - oersnibb_nn_1 : N ; - oert_nn_1 : N ; - oertagaard_nn_1 : N ; - oertesaeng_nn_1 : N ; - oertsaeng_nn_1 : N ; - oertug_nn_1 : N ; - oeskar_nn_1 : N ; - oesregn_nn_1 : N ; - oest_ab_1 : Adv ; - oest_vaestlig_av_1 : A ; - oestan_ab_1 : Adv ; - oester_ab_1 : Adv ; - oesterbottning_nn_1 : N ; - oesterbottnisk_av_1 : A ; - oesterifraan_ab_1 : Adv ; - oesterlaendsk_av_1 : A ; - oesterlaenning_nn_1 : N ; - oesterrikare_nn_1 : N ; - oesterrikisk_av_1 : A ; - oestersjoefisk_nn_1 : N ; - oesterut_ab_1 : Adv ; - oestetisk_av_1 : A ; - oesteuropeisk_av_1 : A ; - oestgoete_nn_1 : N ; - oestgoetsk_av_1 : A ; - oestgoetska_nn_2 : N ; - oestgot_nn_1 : N ; - oestgotisk_av_1 : A ; - oestkust_nn_1 : N ; - oestlig_av_1 : A ; - oestoever_ab_1 : Adv ; - oestpaa_ab_1 : Adv ; - oestra_av_1 : A ; - oestrogen_nn_1 : N ; - oeststat_nn_1 : N ; - oesttysk_av_1 : A ; - oesttysk_nn_1 : N ; - oestvart_ab_1 : Adv ; - oevaerld_nn_1 : N ; - oever_ab_1 : Adv ; - oeveraarig_av_1 : A ; - oeveraenda_ab_1 : Adv ; - oeverallt_ab_1 : Adv ; - oeverambitioes_av_1 : A ; - oeveranstraengning_nn_1 : N ; - oeverarm_nn_1 : N ; - oeverbaedd_nn_1 : N ; - oeverbalansen_ab_1 : Adv ; - oeverbefaelhavare_nn_1 : N ; - oeverbelagd_av_1 : A ; - oeverbetyg_nn_1 : N ; - oeverbjuda_vb_1 : V ; - oeverblick_nn_1 : N ; - oeverbliven_av_1 : A ; - oeverbord_ab_1 : Adv ; - oeverbud_nn_1 : N ; - oeverbyggnad_nn_1 : N ; - oeverdaad_nn_1 : N ; - oeverdaadig_av_1 : A ; - oeverdaengare_nn_1 : N ; - oeverdel_nn_1 : N ; - oeverdirektoer_nn_1 : N ; - oeverdoedlighet_nn_1 : N ; - oeverdos_nn_1 : N ; - oeverdra_vb_1 : V ; - oeverdrag_nn_1 : N ; - oeverdragsdraekt_nn_1 : N ; - oeverdrift_nn_1 : N ; - oeverdriva_vb_1 : V ; - oeverdriven_av_1 : A ; - oeverens_ab_1 : Adv ; - oeverens_av_1 : A ; - oeverensfyr_nn_1 : N ; - oeverenskomma_vb_1 : V ; - oeverenskommelse_nn_1 : N ; - oeverensstaemmelse_nn_1 : N ; - oeverfaangsglas_nn_1 : N ; - oeverfaerd_nn_1 : N ; - oeverfall_nn_1 : N ; - oeverfalla_vb_1 : V ; - oeverfart_nn_1 : N ; - oeverfloedig_av_1 : A ; - oeverflygning_nn_1 : N ; - oeverflyttning_nn_1 : N ; - oeverfoering_nn_1 : N ; - oeverfoeringsbild_nn_1 : N ; - oeverfoermyndare_nn_1 : N ; - oeverfoertjust_av_1 : A ; - oeverfull_av_1 : A ; - oeverfurir_nn_1 : N ; - oeverfylld_av_1 : A ; - oevergaaende_av_1 : A ; - oevergaang_nn_1 : N ; - oevergaangsaalder_nn_1 : N ; - oevergaangsmetall_nn_1 : N ; - oevergaangsmiljoe_nn_1 : N ; - oevergaangsproblem_nn_1 : N ; - oevergaangstid_nn_1 : N ; - oevergaangsverb_nn_1 : N ; - oeverge_vb_1 : V ; - oevergiven_av_1 : A ; - oevergrepp_nn_1 : N ; - oevergripande_av_1 : A ; - oeverhaeng_nn_1 : N ; - oeverhaengande_av_1 : A ; - oeverhaerdig_av_1 : A ; - oeverhalning_nn_1 : N ; - oeverhandsknop_nn_1 : N ; - oeverhet_nn_1 : N ; - oeverhetlig_av_1 : A ; - oeverhettning_nn_1 : N ; - oeverhoeghet_nn_1 : N ; - oeverhoevan_ab_1 : Adv ; - oeverhuvud_ab_1 : Adv ; - oeverhuvud_nn_1 : N ; - oeverhuvudtaget_ab_1 : Adv ; - oeverilning_nn_1 : N ; - oeveringenjoer_nn_1 : N ; - oeverinlaerning_nn_1 : N ; - oeverintendent_nn_1 : N ; - oeverjaesning_nn_1 : N ; - oeverjordisk_av_1 : A ; - oeverkaeke_nn_1 : N ; - oeverkaeksben_nn_1 : N ; - oeverkaenslig_av_1 : A ; - oeverkast_nn_1 : N ; - oeverklagande_nn_1 : N ; - oeverklass_nn_1 : N ; - oeverklassare_nn_1 : N ; - oeverklassig_av_1 : A ; - oeverklassmiljoe_nn_1 : N ; - oeverklivning_nn_1 : N ; - oeverkoerd_av_1 : A ; - oeverkomlig_av_1 : A ; - oeverkragning_nn_1 : N ; - oeverkropp_nn_1 : N ; - oeverkucku_nn_1 : N ; - oeverkurs_nn_1 : N ; - oeverlaata_vb_1 : V ; - oeverlaatelse_nn_1 : N ; - oeverlaege_nn_1 : N ; - oeverlaeggning_nn_1 : N ; - oeverlaegsen_av_1 : A ; - oeverlaegsenhet_nn_1 : N ; - oeverlaekare_nn_1 : N ; - oeverlaepp_nn_1 : N ; - oeverlaerare_nn_1 : N ; - oeverlag_ab_1 : Adv ; - oeverlagd_av_1 : A ; - oeverlakan_nn_1 : N ; - oeverlapp_nn_1 : N ; - oeverlappning_nn_1 : N ; - oeverlevande_av_1 : A ; - oeverlevnad_nn_1 : N ; - oeverlevnadschans_nn_1 : N ; - oeverliggande_av_1 : A ; - oeverliggare_nn_1 : N ; - oeverliv_nn_1 : N ; - oeverljudsfart_nn_1 : N ; - oeverljudsplan_nn_1 : N ; - oeverljutt_ab_1 : Adv ; - oeverloepare_nn_1 : N ; - oeverloppsgaerning_nn_1 : N ; - oeverlupen_av_1 : A ; - oeverlycklig_av_1 : A ; - oevermaattan_ab_1 : Adv ; - oevermaektig_av_1 : A ; - oevermaenniska_nn_1 : N ; - oevermaensklig_av_1 : A ; - oevermaett_av_1 : A ; - oevermaga_av_1 : A ; - oeverman_nn_1 : N ; - oevermodig_av_1 : A ; - oevermogen_av_1 : A ; - oevernationell_av_1 : A ; - oevernattning_nn_1 : N ; - oevernaturlig_av_1 : A ; - oevernog_ab_1 : Adv ; - oeverord_nn_1 : N ; - oeverplagg_nn_1 : N ; - oeverpris_nn_1 : N ; - oeverproduktion_nn_1 : N ; - oeverraett_nn_1 : N ; - oeverraskning_nn_1 : N ; - oeverrede_nn_1 : N ; - oeverrock_nn_1 : N ; - oeversaate_nn_1 : N ; - oeversaettare_nn_1 : N ; - oeversaettning_nn_1 : N ; - oeversaettningslaan_nn_1 : N ; - oeversaettningsprov_nn_1 : N ; - oeverseende_av_1 : A ; - oeversida_nn_1 : N ; - oeversiggiven_av_1 : A ; - oeversikt_nn_1 : N ; - oeversiktlig_av_1 : A ; - oeversinnlig_av_1 : A ; - oeversittare_nn_1 : N ; - oeversitteri_nn_1 : N ; - oeverskaadlig_av_1 : A ; - oeverskaap_nn_1 : N ; - oeverskeppningsbaat_nn_1 : N ; - oeverskjutande_av_1 : A ; - oeverskoeterska_nn_1 : N ; - oeverskott_nn_1 : N ; - oeverskrida_vb_1 : V ; - oeverskrift_nn_1 : N ; - oeverskruv_nn_1 : N ; - oeverslaetande_av_1 : A ; - oeverslag_nn_1 : N ; - oeverslagsberaekning_nn_1 : N ; - oeverspaend_av_1 : A ; - oeverspel_nn_1 : N ; - oeverstaanden_av_1 : A ; - oeverstaathaallare_nn_1 : N ; - oeverste_nn_1 : N ; - oeversteloejtnant_nn_1 : N ; - oeverstepraest_nn_1 : N ; - oeverstiga_vb_1 : V ; - oeverstiglig_av_1 : A ; - oeverstroemsskydd_nn_1 : N ; - oeverstrykning_nn_1 : N ; - oeverstyrd_av_1 : A ; - oeversvaemning_nn_1 : N ; - oeversvallande_av_1 : A ; - oeversvinnelig_av_1 : A ; - oeversyn_nn_1 : N ; - oeversynt_av_1 : A ; - oeverta_vb_1 : V ; - oevertaend_av_1 : A ; - oevertaenkt_av_1 : A ; - oevertag_nn_1 : N ; - oevertagande_nn_1 : N ; - oevertalig_av_1 : A ; - oevertalning_nn_1 : N ; - oeverton_nn_1 : N ; - oevertraedelse_nn_1 : N ; - oevertramp_nn_1 : N ; - oevertydlig_av_1 : A ; - oevertygande_av_1 : A ; - oevertygelse_nn_1 : N ; - oevervaaning_nn_1 : N ; - oevervaegande_av_1 : A ; - oevervaegande_nn_1 : N ; - oevervaeldigande_av_1 : A ; - oevervaexel_nn_1 : N ; - oevervakare_nn_1 : N ; - oevervattensfartyg_nn_1 : N ; - oevervinna_vb_1 : V ; - oevervuxen_av_1 : A ; - oevlig_av_1 : A ; - oevning_nn_1 : N ; - oevningsaemne_nn_1 : N ; - oevningslaerare_nn_1 : N ; - oevningsskjutning_nn_1 : N ; - oevrig_av_1 : A ; - ofaerdig_av_1 : A ; - ofaerg_nn_1 : N ; - ofantlig_av_1 : A ; - ofarlig_av_1 : A ; - ofattbar_av_1 : A ; - ofattlig_av_1 : A ; - ofelbar_av_1 : A ; - off_white_av_1 : A ; - offensiv_av_1 : A ; - offensiv_nn_1 : N ; - offentlig_av_1 : A ; - offentligen_ab_1 : Adv ; - offentlighet_nn_1 : N ; - offer_nn_1 : N ; - offerent_nn_1 : N ; - offerfest_nn_1 : N ; - offerlamm_nn_1 : N ; - offerrit_nn_1 : N ; - offerstock_nn_1 : N ; - offert_nn_1 : N ; - offertorium_nn_1 : N ; - officer_nn_1 : N ; - officerare_nn_1 : N ; - officersmaess_nn_1 : N ; - officiant_nn_1 : N ; - officiell_av_1 : A ; - officin_nn_1 : N ; - officinell_av_1 : A ; - officioes_av_1 : A ; - offshore_av_1 : A ; - offside_ab_1 : Adv ; - ofin_av_1 : A ; - ofoedd_av_1 : A ; - ofoer_av_1 : A ; - ofoeraenderlig_av_1 : A ; - ofoerarglig_av_1 : A ; - ofoerbaetterlig_av_1 : A ; - ofoerbehaallsam_av_1 : A ; - ofoerberedd_av_1 : A ; - ofoerbraennelig_av_1 : A ; - ofoerdelaktig_av_1 : A ; - ofoerdragsam_av_1 : A ; - ofoerdroejligen_ab_1 : Adv ; - ofoerenlig_av_1 : A ; - ofoeretagsam_av_1 : A ; - ofoergaetlig_av_1 : A ; - ofoergloemlig_av_1 : A ; - ofoergriplig_av_1 : A ; - ofoerhappandes_ab_1 : Adv ; - ofoerklarlig_av_1 : A ; - ofoerlaatlig_av_1 : A ; - ofoerliknelig_av_1 : A ; - ofoermaerkt_av_1 : A ; - ofoermoegen_av_1 : A ; - ofoerneklig_av_1 : A ; - ofoernuftig_av_1 : A ; - ofoerraett_nn_1 : N ; - ofoersiktig_av_1 : A ; - ofoerskaemd_av_1 : A ; - ofoerskaemdhet_nn_1 : N ; - ofoerskraeckt_av_1 : A ; - ofoerskylld_av_1 : A ; - ofoersonlig_av_1 : A ; - ofoerstaaelig_av_1 : A ; - ofoerstaaende_av_1 : A ; - ofoerstaandig_av_1 : A ; - ofoerstaelld_av_1 : A ; - ofoerstoerbar_av_1 : A ; - ofoerstoerd_av_1 : A ; - ofoersvarlig_av_1 : A ; - ofoersynt_av_1 : A ; - ofoertaeckt_av_1 : A ; - ofoertaenkt_av_1 : A ; - ofoertjaent_av_1 : A ; - ofoertroettlig_av_1 : A ; - ofoertruten_av_1 : A ; - ofoertydbar_av_1 : A ; - ofoerutsaegbar_av_1 : A ; - ofoerutsebar_av_1 : A ; - ofoerutsedd_av_1 : A ; - ofoervaegen_av_1 : A ; - ofoervarandes_ab_1 : Adv ; - ofoervitlig_av_1 : A ; - ofoerytterlig_av_1 : A ; - ofog_nn_1 : N ; - oformlig_av_1 : A ; - ofraankomlig_av_1 : A ; - ofraelse_av_1 : A ; - oframkomlig_av_1 : A ; - ofri_av_1 : A ; - ofrihet_nn_1 : N ; - ofrivillig_av_1 : A ; - ofruktbar_av_1 : A ; - ofruktsam_av_1 : A ; - ofta_ab_1 : Adv ; - oftalmi_nn_1 : N ; - oftalmologisk_av_1 : A ; - oftalmoskop_nn_1 : N ; - ofullgaangen_av_1 : A ; - ofullkomlig_av_1 : A ; - ofullstaendig_av_1 : A ; - ofyndig_av_1 : A ; - ogaerna_ab_1 : Adv ; - ogaerning_nn_1 : N ; - ogaestvaenlig_av_1 : A ; - ogemen_av_1 : A ; - ogenomfoerbar_av_1 : A ; - ogenomskinlig_av_1 : A ; - ogenomslaepplig_av_1 : A ; - ogenomtaenkt_av_1 : A ; - ogenomtraenglig_av_1 : A ; - ogensaeglig_av_1 : A ; - ogift_av_1 : A ; - ogiftig_av_1 : A ; - ogill_ab_1 : Adv ; - ogill_av_1 : A ; - ogillande_nn_1 : N ; - ogiltig_av_1 : A ; - ogin_av_1 : A ; - ogjord_av_1 : A ; - ogoerlig_av_1 : A ; - ograesfisk_nn_1 : N ; - ogrammatikalisk_av_1 : A ; - ogrammatisk_av_1 : A ; - ogripbar_av_1 : A ; - ogudaktig_av_1 : A ; - ogudlig_av_1 : A ; - ogulden_av_1 : A ; - ogunstig_av_1 : A ; - ogynnsam_av_1 : A ; - ohaallbar_av_1 : A ; - ohaelsosam_av_1 : A ; - ohaengd_av_1 : A ; - ohanterlig_av_1 : A ; - ohederlig_av_1 : A ; - ohederlighet_nn_1 : N ; - ohelig_av_1 : A ; - ohemul_av_1 : A ; - oherrans_av_1 : A ; - ohistorisk_av_1 : A ; - ohjaelplig_av_1 : A ; - ohm_nn_1 : N ; - ohoeljd_av_1 : A ; - ohoerbar_av_1 : A ; - ohoerd_av_1 : A ; - ohoersam_av_1 : A ; - ohoevlig_av_1 : A ; - ohygglig_av_1 : A ; - ohygienisk_av_1 : A ; - oigenkaennlig_av_1 : A ; - oigenkaennlighet_nn_1 : N ; - oinbunden_av_1 : A ; - oinredd_av_1 : A ; - oinskraenkt_av_1 : A ; - ointaglig_av_1 : A ; - ointelligent_av_1 : A ; - ointressant_av_1 : A ; - oinvigd_av_1 : A ; - ojaemfoerbar_av_1 : A ; - ojaemfoerlig_av_1 : A ; - ojaemn_av_1 : A ; - ojaemnhet_nn_1 : N ; - ojaevig_av_1 : A ; - ojust_av_1 : A ; - ok_nn_1 : N ; - okaend_av_1 : A ; - okaenslig_av_1 : A ; - okaer_av_1 : A ; - okamratlig_av_1 : A ; - okapi_nn_1 : N ; - okbaage_nn_1 : N ; - okben_nn_1 : N ; - oklaedd_av_1 : A ; - oklanderlig_av_1 : A ; - oklar_av_1 : A ; - oklarhet_nn_1 : N ; - oklippt_av_1 : A ; - oklok_av_1 : A ; - okokt_av_1 : A ; - okontant_av_1 : A ; - okontroversiell_av_1 : A ; - okonventionell_av_1 : A ; - okraenkbar_av_1 : A ; - okristlig_av_1 : A ; - okritisk_av_1 : A ; - okroent_av_1 : A ; - okroppslig_av_1 : A ; - okrossbar_av_1 : A ; - oktaeder_nn_1 : N ; - oktan_nn_1 : N ; - oktanol_nn_1 : N ; - oktant_nn_1 : N ; - oktantal_nn_1 : N ; - oktanvaerde_nn_1 : N ; - oktav_nn_1 : N ; - oktett_nn_1 : N ; - oktod_nn_1 : N ; - oktogon_nn_1 : N ; - oktroj_nn_1 : N ; - okulaer_av_1 : A ; - okulage_nn_1 : N ; - okular_av_1 : A ; - okular_nn_1 : N ; - okunnig_av_1 : A ; - okunnighet_nn_1 : N ; - okuvlig_av_1 : A ; - okvaede_nn_1 : N ; - okvaeden_av_1 : A ; - okvaedinsord_nn_1 : N ; - okvald_av_1 : A ; - okvinnlig_av_1 : A ; - okynnesfae_nn_1 : N ; - okynneshund_nn_1 : N ; - okynnesjakt_nn_1 : N ; - okynnig_av_1 : A ; - okyrklig_av_1 : A ; - okysk_av_1 : A ; - okysst_av_1 : A ; - olaast_av_1 : A ; - olaegenhet_nn_1 : N ; - olaeglig_av_1 : A ; - olaeklig_av_1 : A ; - olaemplig_av_1 : A ; - olaendig_av_1 : A ; - olaerd_av_1 : A ; - olaesbar_av_1 : A ; - olaeslig_av_1 : A ; - olaga_av_1 : A ; - olaglig_av_1 : A ; - olaglighet_nn_1 : N ; - olat_nn_1 : N ; - oldboy_nn_1 : N ; - oldtimer_nn_1 : N ; - oleander_nn_1 : N ; - oleat_nn_1 : N ; - oleat_nn_2 : N ; - oledare_nn_1 : N ; - olefin_nn_1 : N ; - olidlig_av_1 : A ; - oligarki_nn_1 : N ; - oligofag_av_1 : A ; - oligopol_nn_1 : N ; - oligotrof_av_1 : A ; - olik_av_1 : A ; - olika_ab_1 : Adv ; - olikhet_nn_1 : N ; - olikstor_av_1 : A ; - oliktaenkande_av_1 : A ; - oliv_nn_1 : N ; - olivin_nn_1 : N ; - olivolja_nn_1 : N ; - olivtraed_nn_1 : N ; - olja_nn_1 : N ; - oljeaekta_av_1 : A ; - oljeaggregat_nn_1 : N ; - oljebaelte_nn_1 : N ; - oljebolag_nn_1 : N ; - oljeborrning_nn_1 : N ; - oljeborrtorn_nn_1 : N ; - oljebraennare_nn_1 : N ; - oljebrand_nn_1 : N ; - oljebrunn_nn_1 : N ; - oljebyte_nn_1 : N ; - oljefaelt_nn_1 : N ; - oljefaerg_nn_1 : N ; - oljefilter_nn_1 : N ; - oljeinpackning_nn_1 : N ; - oljelaas_nn_1 : N ; - oljeland_nn_1 : N ; - oljemaalning_nn_1 : N ; - oljepalm_nn_1 : N ; - oljepris_nn_1 : N ; - oljerik_av_1 : A ; - oljering_nn_1 : N ; - oljeriven_av_1 : A ; - oljesanktion_nn_1 : N ; - oljeskiffer_nn_1 : N ; - oljeslageri_nn_1 : N ; - oljestaell_nn_1 : N ; - oljestopp_nn_1 : N ; - oljestroembrytare_nn_1 : N ; - oljesump_nn_1 : N ; - oljetanker_nn_1 : N ; - oljetraag_nn_1 : N ; - oljetryck_nn_1 : N ; - oljeutslaepp_nn_1 : N ; - oljevaev_nn_1 : N ; - oljevaext_nn_1 : N ; - oljig_av_1 : A ; - oljud_nn_1 : N ; - olle_nn_1 : N ; - ollon_nn_1 : N ; - ollonborre_nn_1 : N ; - ollonmask_nn_1 : N ; - ollonpistol_nn_1 : N ; - ollonskog_nn_1 : N ; - ollonskott_nn_1 : N ; - ollonsvin_nn_1 : N ; - ollontraed_nn_1 : N ; - olm_nn_1 : N ; - oloensam_av_1 : A ; - oloent_av_1 : A ; - oloesbar_av_1 : A ; - oloeslig_av_1 : A ; - oloest_av_1 : A ; - ologisk_av_1 : A ; - olovandes_ab_1 : Adv ; - olovlig_av_1 : A ; - olovligen_ab_1 : Adv ; - olustig_av_1 : A ; - olvon_nn_1 : N ; - olvonvaext_nn_1 : N ; - olycklig_av_1 : A ; - olyckligtvis_ab_1 : Adv ; - olycksalig_av_1 : A ; - olycksbaadande_av_1 : A ; - olycksbarn_nn_1 : N ; - olycksbringande_av_1 : A ; - olycksbroder_nn_1 : N ; - olycksdag_nn_1 : N ; - olycksdiger_av_1 : A ; - olycksfaagel_nn_1 : N ; - olycksfall_nn_1 : N ; - olyckshaendelse_nn_1 : N ; - olyckskamrat_nn_1 : N ; - olyckskatastrof_nn_1 : N ; - olyckskorp_nn_1 : N ; - olycksplats_nn_1 : N ; - olycksstatistik_nn_1 : N ; - olyckstal_nn_1 : N ; - olydig_av_1 : A ; - olydnad_nn_1 : N ; - olympiad_nn_1 : N ; - olympiasegrare_nn_1 : N ; - olympier_nn_1 : N ; - olympisk_av_1 : A ; - om_ab_1 : Adv ; - omaattlig_av_1 : A ; - omaensklig_av_1 : A ; - omaerklig_av_1 : A ; - omaetlig_av_1 : A ; - omaettlig_av_1 : A ; - omaka_av_1 : A ; - omanier_nn_1 : N ; - omanlig_av_1 : A ; - omansk_av_1 : A ; - omarbetning_nn_1 : N ; - ombe_vb_1 : V ; - ombedja_vb_1 : V ; - omblad_nn_1 : N ; - omblandning_nn_1 : N ; - omblandningsprocess_nn_1 : N ; - ombord_ab_1 : Adv ; - ombordlaeggning_nn_1 : N ; - ombryta_vb_1 : V ; - ombud_nn_1 : N ; - ombudsman_nn_1 : N ; - ombyggnad_nn_1 : N ; - ombyte_nn_1 : N ; - ombytlig_av_1 : A ; - ombytt_av_1 : A ; - omdaning_nn_1 : N ; - omdoeme_nn_1 : N ; - omdoemesfraaga_nn_1 : N ; - omdoemesgill_av_1 : A ; - omdoemesloes_av_1 : A ; - omedelbar_av_1 : A ; - omedgoerlig_av_1 : A ; - omedveten_av_1 : A ; - omedvetenhet_nn_1 : N ; - omega_nn_1 : N ; - omelett_nn_1 : N ; - omen_nn_1 : N ; - omfaangsrik_av_1 : A ; - omfamning_nn_1 : N ; - omfattande_av_1 : A ; - omfattning_nn_1 : N ; - omfoederska_nn_1 : N ; - omfoerdelning_nn_1 : N ; - omformare_nn_1 : N ; - omgaaende_ab_1 : Adv ; - omgaang_nn_1 : N ; - omge_vb_1 : V ; - omgestaltning_nn_1 : N ; - omgift_av_1 : A ; - omgiv_nn_1 : N ; - omgivning_nn_1 : N ; - omgjord_av_1 : A ; - omhaender_ab_1 : Adv ; - omhaenderta_vb_1 : V ; - omhand_ab_1 : Adv ; - omhopp_nn_1 : N ; - omigen_ab_1 : Adv ; - omild_av_1 : A ; - ominoes_av_1 : A ; - omintet_ab_1 : Adv ; - omisskaennlig_av_1 : A ; - omisstaenksam_av_1 : A ; - omistlig_av_1 : A ; - omkast_nn_1 : N ; - omkastare_nn_1 : N ; - omklaedning_nn_1 : N ; - omkoep_nn_1 : N ; - omkoerning_nn_1 : N ; - omkoerningsfoerbud_nn_1 : N ; - omkomma_vb_1 : V ; - omkopplare_nn_1 : N ; - omkring_ab_1 : Adv ; - omkull_ab_1 : Adv ; - omlaeggning_nn_1 : N ; - omljud_nn_1 : N ; - omljudd_av_1 : A ; - omlopp_nn_1 : N ; - omloppstid_nn_1 : N ; - omlott_ab_1 : Adv ; - omnaemnande_nn_1 : N ; - omnibus_nn_1 : N ; - omnifyr_nn_1 : N ; - omnivor_nn_1 : N ; - omodern_av_1 : A ; - omoejlig_av_1 : A ; - omoejligen_ab_1 : Adv ; - omoejlighet_nn_1 : N ; - omogen_av_1 : A ; - omoralisk_av_1 : A ; - omotsaeglig_av_1 : A ; - omotsagd_av_1 : A ; - omotstaandlig_av_1 : A ; - omottaglig_av_1 : A ; - omproevning_nn_1 : N ; - omraade_nn_1 : N ; - omriktare_nn_1 : N ; - omroerning_nn_1 : N ; - omroestning_nn_1 : N ; - omsaettning_nn_1 : N ; - omsaettningstillgaang_nn_1 : N ; - omsams_ab_1 : Adv ; - omsegling_nn_1 : N ; - omsider_ab_1 : Adv ; - omskaera_vb_1 : V ; - omskaerelse_nn_1 : N ; - omskakande_av_1 : A ; - omskiftare_nn_1 : N ; - omskiftartangent_nn_1 : N ; - omskolning_nn_1 : N ; - omskriva_vb_1 : V ; - omskriven_av_1 : A ; - omskrivning_nn_1 : N ; - omskruten_av_1 : A ; - omskulpturering_nn_1 : N ; - omslag_nn_1 : N ; - omslagsbild_nn_1 : N ; - omslagspapper_nn_1 : N ; - omslagsrevers_nn_1 : N ; - omslut_nn_1 : N ; - omsluta_vb_1 : V ; - omslutning_nn_1 : N ; - omsorg_nn_1 : N ; - omsorgsfull_av_1 : A ; - omspel_nn_1 : N ; - omspinna_vb_1 : V ; - omstaaende_av_1 : A ; - omstaellning_nn_1 : N ; - omstaendighet_nn_1 : N ; - omstaendlig_av_1 : A ; - omstart_nn_1 : N ; - omstigning_nn_1 : N ; - omstridd_av_1 : A ; - omstyr_ab_1 : Adv ; - omsvaengning_nn_1 : N ; - omsving_nn_1 : N ; - omta_vb_1 : V ; - omtaenksam_av_1 : A ; - omtag_nn_1 : N ; - omtagning_nn_1 : N ; - omtal_nn_1 : N ; - omtryck_nn_1 : N ; - omtumlande_av_1 : A ; - omtyckt_av_1 : A ; - omusikalisk_av_1 : A ; - omutbar_av_1 : A ; - omutlig_av_1 : A ; - omvaardnad_nn_1 : N ; - omvaeg_nn_1 : N ; - omvaelvning_nn_1 : N ; - omvaend_av_1 : A ; - omvaendbar_av_1 : A ; - omvaendelse_nn_1 : N ; - omvaendning_nn_1 : N ; - omvaendningsfilm_nn_1 : N ; - omvaendningstecken_nn_1 : N ; - omvaerdering_nn_1 : N ; - omvaerld_nn_1 : N ; - omvaexlande_av_1 : A ; - omval_nn_1 : N ; - omvandlare_nn_1 : N ; - omvandling_nn_1 : N ; - omyndig_av_1 : A ; - omyndigfoerklaring_nn_1 : N ; - omyndighetsfoerklaring_nn_1 : N ; - onaabar_av_1 : A ; - onaadig_av_1 : A ; - onaemnbar_av_1 : A ; - onager_nn_1 : N ; - onaturlig_av_1 : A ; - ond_av_1 : A ; - ondsint_av_1 : A ; - ondskefull_av_1 : A ; - oneklig_av_1 : A ; - onekligen_ab_1 : Adv ; - onkel_nn_1 : N ; - onoedig_av_1 : A ; - onoedigtvis_ab_1 : Adv ; - onoejaktig_av_1 : A ; - onomastisk_av_1 : A ; - onomatopoetisk_av_1 : A ; - onormal_av_1 : A ; - onoslig_av_1 : A ; - onsdag_nn_1 : N ; - onsdagskvaell_nn_1 : N ; - onsdagsmorgon_nn_1 : N ; - ont_ab_1 : Adv ; - ontogenetisk_av_1 : A ; - ontologi_nn_1 : N ; - onus_nn_1 : N ; - onykter_av_1 : A ; - onykterhet_nn_1 : N ; - onyttig_av_1 : A ; - onyx_nn_1 : N ; - ooem_av_1 : A ; - ooeverbrygglig_av_1 : A ; - ooeverkomlig_av_1 : A ; - ooeverlagd_av_1 : A ; - ooeversaettlig_av_1 : A ; - ooeverskaadlig_av_1 : A ; - ooeverstiglig_av_1 : A ; - ooevertaenkt_av_1 : A ; - ooevertraefflig_av_1 : A ; - ooevervaegd_av_1 : A ; - ooevervinnelig_av_1 : A ; - oombedd_av_1 : A ; - oomkullkastlig_av_1 : A ; - oomkullrunkelig_av_1 : A ; - oomljudd_av_1 : A ; - oomskuren_av_1 : A ; - oomstridd_av_1 : A ; - oordentlig_av_1 : A ; - oorganisk_av_1 : A ; - oortodox_av_1 : A ; - opaalitlig_av_1 : A ; - opaatald_av_1 : A ; - opaaverkbar_av_1 : A ; - opacitet_nn_1 : N ; - opak_av_1 : A ; - opal_nn_1 : N ; - opaliserande_av_1 : A ; - oparlamentarisk_av_1 : A ; - opartisk_av_1 : A ; - opassande_av_1 : A ; - opasslig_av_1 : A ; - opedagogisk_av_1 : A ; - open_av_1 : A ; - opera_nn_1 : N ; - operabalett_nn_1 : N ; - operabel_av_1 : A ; - operadike_nn_1 : N ; - operahus_nn_1 : N ; - operakompositoer_nn_1 : N ; - operation_nn_1 : N ; - operationell_av_1 : A ; - operationsbas_nn_1 : N ; - operationsbestick_nn_1 : N ; - operationslinje_nn_1 : N ; - operativ_av_1 : A ; - operativsystem_nn_1 : N ; - operatoer_nn_1 : N ; - operator_nn_1 : N ; - operatris_nn_1 : N ; - operett_nn_1 : N ; - operetteater_nn_1 : N ; - opersonlig_av_1 : A ; - opiat_nn_1 : N ; - opinion_nn_1 : N ; - opinionsbildare_nn_1 : N ; - opinionsbildning_nn_1 : N ; - opinionsmaetning_nn_1 : N ; - opinionsnaemnd_nn_1 : N ; - opinionsundersoekning_nn_1 : N ; - opinionsyttring_nn_1 : N ; - opiumliknande_av_1 : A ; - opolitisk_av_1 : A ; - opossum_nn_1 : N ; - opp_ab_1 : Adv ; - oppe_ab_1 : Adv ; - opponent_nn_1 : N ; - opportun_av_1 : A ; - opportunist_nn_1 : N ; - opportunistisk_av_1 : A ; - opposition_nn_1 : N ; - oppositionell_av_1 : A ; - oppositionsledare_nn_1 : N ; - oppositionsparti_nn_1 : N ; - opraktisk_av_1 : A ; - oprecis_av_1 : A ; - opretentioes_av_1 : A ; - oproportionerlig_av_1 : A ; - opsykologisk_av_1 : A ; - optant_nn_1 : N ; - optativ_av_1 : A ; - optativ_nn_1 : N ; - optiker_nn_1 : N ; - optimal_av_1 : A ; - optimist_nn_1 : N ; - optimistisk_av_1 : A ; - optimistjolle_nn_1 : N ; - optimum_nn_1 : N ; - option_nn_1 : N ; - optisk_av_1 : A ; - opulent_av_1 : A ; - opus_nn_1 : N ; - or_nn_1 : N ; - oraad_ab_1 : Adv ; - oraeknelig_av_1 : A ; - oraett_av_1 : A ; - oraett_nn_1 : N ; - oraettfaangen_av_1 : A ; - oraettfaerdig_av_1 : A ; - oraettmaetig_av_1 : A ; - oraettraadig_av_1 : A ; - oraettvis_av_1 : A ; - orakel_nn_1 : N ; - oral_av_1 : A ; - orange_av_1 : A ; - orange_nn_1 : N ; - orangeri_nn_1 : N ; - orangutang_nn_1 : N ; - orant_nn_1 : N ; - oration_nn_1 : N ; - orationell_av_1 : A ; - orator_nn_1 : N ; - oratorisk_av_1 : A ; - oratorium_nn_1 : N ; - orbital_nn_1 : N ; - ord_nn_1 : N ; - ordaccent_nn_1 : N ; - ordagrann_av_1 : A ; - ordal_nn_1 : N ; - ordalydelse_nn_1 : N ; - ordbehandlare_nn_1 : N ; - ordbild_nn_1 : N ; - ordbildning_nn_1 : N ; - ordblind_av_1 : A ; - ordblindhet_nn_1 : N ; - ordboejning_nn_1 : N ; - ordbok_nn_1 : N ; - ordbyte_nn_1 : N ; - orddel_nn_1 : N ; - orddoev_av_1 : A ; - orden_nn_1 : N ; - ordenskapitel_nn_1 : N ; - ordenssaellskap_nn_1 : N ; - ordentlig_av_1 : A ; - order_nn_1 : N ; - orderstock_nn_1 : N ; - ordfattig_av_1 : A ; - ordfloede_nn_1 : N ; - ordfoeljd_nn_1 : N ; - ordfoerande_nn_1 : N ; - ordfoerekomst_nn_1 : N ; - ordfoerklaring_nn_1 : N ; - ordfoerraad_nn_1 : N ; - ordfogning_nn_1 : N ; - ordform_nn_1 : N ; - ordfot_nn_1 : N ; - ordgrupp_nn_1 : N ; - ordhaallig_av_1 : A ; - ordinaer_av_1 : A ; - ordinand_nn_1 : N ; - ordinarie_av_1 : A ; - ordination_nn_1 : N ; - ordklass_nn_1 : N ; - ordklyveri_nn_1 : N ; - ordknapp_av_1 : A ; - ordkonstnaer_nn_1 : N ; - ordkonstruktion_nn_1 : N ; - ordlek_nn_1 : N ; - ordloes_av_1 : A ; - ordning_nn_1 : N ; - ordningsam_av_1 : A ; - ordningsbestaemmelse_nn_1 : N ; - ordningsfoeljd_nn_1 : N ; - ordningsfoerseelse_nn_1 : N ; - ordningsfraaga_nn_1 : N ; - ordningsman_nn_1 : N ; - ordningspolis_nn_1 : N ; - ordningsstadga_nn_1 : N ; - ordningstal_nn_1 : N ; - ordningsvakt_nn_1 : N ; - ordonnans_nn_1 : N ; - ordovicium_nn_1 : N ; - ordraett_av_1 : A ; - ordrik_av_1 : A ; - ordrot_nn_1 : N ; - ordryttare_nn_1 : N ; - ordskillnad_nn_1 : N ; - ordskrift_nn_1 : N ; - ordslut_nn_1 : N ; - ordspraak_nn_1 : N ; - ordstaev_nn_1 : N ; - ordstam_nn_1 : N ; - ordstum_av_1 : A ; - ordtrogen_av_1 : A ; - ordvaendning_nn_1 : N ; - ordvaexling_nn_1 : N ; - ordval_nn_1 : N ; - ordvits_nn_1 : N ; - ordvraengare_nn_1 : N ; - oread_nn_1 : N ; - orealistisk_av_1 : A ; - oredig_av_1 : A ; - oredlig_av_1 : A ; - oredlighet_nn_1 : N ; - oregelbunden_av_1 : A ; - oregelbundenhet_nn_1 : N ; - oregelmaessig_av_1 : A ; - oregerlig_av_1 : A ; - oren_av_1 : A ; - orenhet_nn_1 : N ; - orenlig_av_1 : A ; - orenlighet_nn_1 : N ; - oresonabel_av_1 : A ; - oresonlig_av_1 : A ; - orfisk_av_1 : A ; - orfism_nn_1 : N ; - organ_nn_1 : N ; - organcell_nn_1 : N ; - organell_nn_1 : N ; - organisation_nn_1 : N ; - organisatoer_nn_1 : N ; - organisatorisk_av_1 : A ; - organisk_av_1 : A ; - organism_nn_1 : N ; - organist_nn_1 : N ; - organogen_av_1 : A ; - organum_nn_1 : N ; - orgasm_nn_1 : N ; - orgastisk_av_1 : A ; - orgel_nn_1 : N ; - orgelharmonium_nn_1 : N ; - orgelliknande_av_1 : A ; - orgelregister_nn_1 : N ; - orgelstaemma_nn_1 : N ; - orgeltrampare_nn_1 : N ; - orgiastisk_av_1 : A ; - orgie_nn_1 : N ; - oriental_nn_1 : N ; - orientalisk_av_1 : A ; - orientalist_nn_1 : N ; - orienterare_nn_1 : N ; - orientering_nn_1 : N ; - orienteringsaemne_nn_1 : N ; - orienteringspunkt_nn_1 : N ; - orienteringstaevling_nn_1 : N ; - orienteringstavla_nn_1 : N ; - original_nn_1 : N ; - originalitet_nn_1 : N ; - originalspraak_nn_1 : N ; - originaltext_nn_1 : N ; - originell_av_1 : A ; - oriktig_av_1 : A ; - orimlig_av_1 : A ; - orimlighet_nn_1 : N ; - orkan_nn_1 : N ; - orkesloes_av_1 : A ; - orkester_nn_1 : N ; - orkesterdike_nn_1 : N ; - orkesterfoerening_nn_1 : N ; - orkestermedlem_nn_1 : N ; - orkesterplats_nn_1 : N ; - orkestral_av_1 : A ; - orkide_nn_1 : N ; - orkidevaext_nn_1 : N ; - orlovssedel_nn_1 : N ; - orm_nn_1 : N ; - ormbaer_nn_1 : N ; - ormbo_nn_1 : N ; - ormbunke_nn_1 : N ; - ormbunksvaext_nn_1 : N ; - ormdoedare_nn_1 : N ; - ormgift_nn_1 : N ; - ormgran_nn_1 : N ; - ormgrop_nn_1 : N ; - ormhaar_nn_1 : N ; - ormknut_nn_1 : N ; - ormliknande_av_1 : A ; - ormmaenniska_nn_1 : N ; - ormoern_nn_1 : N ; - ormskinn_nn_1 : N ; - ormslaa_nn_1 : N ; - ormtjusare_nn_1 : N ; - ormtunga_nn_1 : N ; - ormvraak_nn_1 : N ; - ormyngel_nn_1 : N ; - ornaesbjoerk_nn_1 : N ; - ornament_nn_1 : N ; - ornamental_av_1 : A ; - ornamentering_nn_1 : N ; - ornamentist_nn_1 : N ; - ornat_nn_1 : N ; - orne_nn_1 : N ; - ornitolog_nn_1 : N ; - ornitologisk_av_1 : A ; - oro_nn_2 : N ; - oroerbar_av_1 : A ; - oroerd_av_1 : A ; - oroerlig_av_1 : A ; - orogenetisk_av_1 : A ; - orolig_av_1 : A ; - orolighet_nn_1 : N ; - orosaar_nn_1 : N ; - oroscentrum_nn_1 : N ; - oroshaerd_nn_1 : N ; - orosmoln_nn_1 : N ; - orosstiftare_nn_1 : N ; - orovaeckande_av_1 : A ; - orre_nn_1 : N ; - orrfaagel_nn_1 : N ; - orrspel_nn_1 : N ; - orsak_nn_1 : N ; - orsaklig_av_1 : A ; - orsaksbestaemd_av_1 : A ; - orsakskedja_nn_1 : N ; - orsakskomplex_nn_1 : N ; - orsaksmaessig_av_1 : A ; - orsakssamband_nn_1 : N ; - orsakssammanhang_nn_1 : N ; - ort_nn_1 : N ; - ort_nn_2 : N ; - ort_nn_3 : N ; - ortdrivare_nn_1 : N ; - ortikon_nn_1 : N ; - ortlig_av_1 : A ; - ortlinje_nn_1 : N ; - ortnamn_nn_1 : N ; - ortoceratit_nn_1 : N ; - ortodox_av_1 : A ; - ortodoxi_nn_1 : N ; - ortodoxism_nn_1 : N ; - ortodrom_nn_1 : N ; - ortogonal_av_1 : A ; - ortografi_nn_1 : N ; - ortokromatisk_av_1 : A ; - ortolan_nn_1 : N ; - ortolansparv_nn_1 : N ; - ortoped_nn_1 : N ; - ortoptist_nn_1 : N ; - ortoptris_nn_1 : N ; - ortsavdrag_nn_1 : N ; - ortsgrupp_nn_1 : N ; - ortstid_nn_1 : N ; - ortstillaegg_nn_1 : N ; - orubblig_av_1 : A ; - orund_av_1 : A ; - orv_nn_1 : N ; - orygglig_av_1 : A ; - orytmisk_av_1 : A ; - oryx_nn_1 : N ; - os_nn_2 : N ; - osaald_av_1 : A ; - osaarbar_av_1 : A ; - osaegbar_av_1 : A ; - osaeglig_av_1 : A ; - osaeker_av_1 : A ; - osaekerhet_nn_1 : N ; - osaekerhetsmoment_nn_1 : N ; - osaeljbar_av_1 : A ; - osaell_av_1 : A ; - osaellskaplig_av_1 : A ; - osaenkbar_av_1 : A ; - osagd_av_1 : A ; - osakkunnig_av_1 : A ; - osaklig_av_1 : A ; - osalig_av_1 : A ; - osammanhaengande_av_1 : A ; - osams_av_1 : A ; - osann_av_1 : A ; - osannfaerdig_av_1 : A ; - osanning_nn_1 : N ; - osannolik_av_1 : A ; - oscillation_nn_1 : N ; - oscillator_nn_1 : N ; - oscillograf_nn_1 : N ; - oscillogram_nn_1 : N ; - oscilloskop_nn_1 : N ; - osed_nn_1 : N ; - osedlig_av_1 : A ; - osedvanlig_av_1 : A ; - osentimental_av_1 : A ; - osiktbar_av_1 : A ; - osiktig_av_1 : A ; - osinlig_av_1 : A ; - osinnlig_av_1 : A ; - osjaelvisk_av_1 : A ; - osjaelviskhet_nn_1 : N ; - osjaelvstaendig_av_1 : A ; - oskadd_av_1 : A ; - oskadlig_av_1 : A ; - oskaelig_av_1 : A ; - oskaplig_av_1 : A ; - oskarian_nn_1 : N ; - oskariansk_av_1 : A ; - oskarp_av_1 : A ; - oskattbar_av_1 : A ; - oskick_nn_1 : N ; - oskicklig_av_1 : A ; - oskiljaktig_av_1 : A ; - oskoen_av_1 : A ; - oskriven_av_1 : A ; - oskuld_nn_1 : N ; - oskuldsfull_av_1 : A ; - oskyld_1_av_1 : A ; - oskyld_2_av_1 : A ; - oskyldig_av_1 : A ; - oslaecklig_av_1 : A ; - oslaeckt_av_1 : A ; - oslagbar_av_1 : A ; - oslagen_av_1 : A ; - osmaelt_av_1 : A ; - osmaeltbar_av_1 : A ; - osmaklig_av_1 : A ; - osmaklighet_nn_1 : N ; - osman_nn_1 : N ; - osmansk_av_1 : A ; - osmidbar_av_1 : A ; - osmidig_av_1 : A ; - osmord_av_1 : A ; - osmotisk_av_1 : A ; - osnuten_av_1 : A ; - osnygg_av_1 : A ; - osocial_av_1 : A ; - osoekt_ab_1 : Adv ; - osoekt_av_1 : A ; - osolidarisk_av_1 : A ; - ospard_av_1 : A ; - ospelbar_av_1 : A ; - osportslig_av_1 : A ; - ossuarium_nn_1 : N ; - ost_ab_1 : Adv ; - ost_nn_1 : N ; - ostadig_av_1 : A ; - ostaemd_av_1 : A ; - ostaerkt_av_1 : A ; - ostanfraan_ab_1 : Adv ; - ostanifraan_ab_1 : Adv ; - ostensiv_av_1 : A ; - ostentativ_av_1 : A ; - osteolog_nn_1 : N ; - ostframstaellning_nn_1 : N ; - osthyvel_nn_1 : N ; - ostig_av_1 : A ; - ostinato_nn_1 : N ; - ostindisk_av_1 : A ; - ostjak_nn_1 : N ; - ostjakisk_av_1 : A ; - ostkant_nn_1 : N ; - ostkraem_nn_1 : N ; - ostkust_nn_1 : N ; - ostlig_av_1 : A ; - ostliknande_av_1 : A ; - ostmask_nn_1 : N ; - ostoerd_av_1 : A ; - ostrafflig_av_1 : A ; - ostrest_nn_1 : N ; - ostridig_av_1 : A ; - ostron_nn_1 : N ; - ostronbank_nn_1 : N ; - ostronfoergiftning_nn_1 : N ; - ostronkniv_nn_1 : N ; - ostruken_av_1 : A ; - ostskaerare_nn_1 : N ; - ostskalk_nn_1 : N ; - oststaang_nn_1 : N ; - ostvart_ab_1 : Adv ; - ostyrig_av_1 : A ; - ostyrkt_av_1 : A ; - osund_av_1 : A ; - osvensk_av_1 : A ; - osviklig_av_1 : A ; - osvuren_av_1 : A ; - osymmetrisk_av_1 : A ; - osympatisk_av_1 : A ; - osynlig_av_1 : A ; - osystematisk_av_1 : A ; - otaalig_av_1 : A ; - otacksam_av_1 : A ; - otadlig_av_1 : A ; - otaeck_av_1 : A ; - otaeckhet_nn_1 : N ; - otaecking_nn_1 : N ; - otaemd_av_1 : A ; - otaemjbar_av_1 : A ; - otaemjd_av_1 : A ; - otaend_av_1 : A ; - otaenkbar_av_1 : A ; - otaet_av_1 : A ; - otalig_av_1 : A ; - otalt_av_1 : A ; - oteknisk_av_1 : A ; - otidig_av_1 : A ; - otidighet_nn_1 : N ; - otidsenlig_av_1 : A ; - otillaaten_av_1 : A ; - otillaatlig_av_1 : A ; - otillboerlig_av_1 : A ; - otillboerlighet_nn_1 : N ; - otillfoerlitlig_av_1 : A ; - otillfreds_av_1 : A ; - otillfredsstaellande_av_1 : A ; - otillfredsstaelld_av_1 : A ; - otillgaenglig_av_1 : A ; - otillraecklig_av_1 : A ; - otillraeknelig_av_1 : A ; - otillstaendig_av_1 : A ; - otit_nn_1 : N ; - otjaenlig_av_1 : A ; - otjaenst_nn_1 : N ; - otoerstig_av_1 : A ; - otolog_nn_1 : N ; - otrevlig_av_1 : A ; - otrevlighet_nn_1 : N ; - otrivsam_av_1 : A ; - otroestlig_av_1 : A ; - otroettlig_av_1 : A ; - otrogen_av_1 : A ; - otrohet_nn_1 : N ; - otrolig_av_1 : A ; - otryckbar_av_1 : A ; - otryckt_av_1 : A ; - otrygg_av_1 : A ; - otta_nn_1 : N ; - ottoman_nn_1 : N ; - ottomansk_av_1 : A ; - ottomotor_nn_1 : N ; - otuktig_av_1 : A ; - oturlig_av_1 : A ; - otvetydig_av_1 : A ; - otvivelaktig_av_1 : A ; - otvungen_av_1 : A ; - otydbar_av_1 : A ; - otydlig_av_1 : A ; - otymplig_av_1 : A ; - otypisk_av_1 : A ; - oumbaerlig_av_1 : A ; - oundgaenglig_av_1 : A ; - oundgaengligen_ab_1 : Adv ; - oundviklig_av_1 : A ; - oundvikligen_ab_1 : Adv ; - ouppfattbar_av_1 : A ; - ouppfylld_av_1 : A ; - ouppgjord_av_1 : A ; - oupphinnelig_av_1 : A ; - oupphoerlig_av_1 : A ; - oupphoerligen_ab_1 : Adv ; - oupploeslig_av_1 : A ; - oupploesligen_ab_1 : Adv ; - oupplyst_av_1 : A ; - ouppmaerksam_av_1 : A ; - ouppnaaelig_av_1 : A ; - ouppsaatlig_av_1 : A ; - ouppsaegbar_av_1 : A ; - ouppskattbar_av_1 : A ; - ouppskuren_av_1 : A ; - oupptaeckt_av_1 : A ; - ouppvaermd_av_1 : A ; - oursaektlig_av_1 : A ; - outfoerbar_av_1 : A ; - outgiven_av_1 : A ; - outgrundlig_av_1 : A ; - outhaerdlig_av_1 : A ; - outhyrd_av_1 : A ; - outplaanlig_av_1 : A ; - outrannsaklig_av_1 : A ; - outrotlig_av_1 : A ; - outsaegbar_av_1 : A ; - outsaeglig_av_1 : A ; - outsagd_av_1 : A ; - outsider_nn_1 : N ; - outsinlig_av_1 : A ; - outslaecklig_av_1 : A ; - outslitlig_av_1 : A ; - outspaedd_av_1 : A ; - outstanding_av_1 : A ; - outtalbar_av_1 : A ; - outtoemlig_av_1 : A ; - outtroettlig_av_1 : A ; - outvaext_av_1 : A ; - outvuxen_av_1 : A ; - ouvertyr_nn_1 : N ; - ovaalig_av_1 : A ; - ovaeder_nn_1 : N ; - ovaeldig_av_1 : A ; - ovaelkommen_av_1 : A ; - ovaen_nn_1 : N ; - ovaenlig_av_1 : A ; - ovaenlighet_nn_1 : N ; - ovaenskap_nn_1 : N ; - ovaerderlig_av_1 : A ; - ovaerdig_av_1 : A ; - ovaerldslig_av_1 : A ; - ovaesentlig_av_1 : A ; - ovaesentlighet_nn_1 : N ; - oval_av_1 : A ; - oval_nn_1 : N ; - ovan_ab_1 : Adv ; - ovan_av_1 : A ; - ovana_nn_1 : N ; - ovanbords_ab_1 : Adv ; - ovandel_nn_1 : N ; - ovanfoer_ab_1 : Adv ; - ovanifraan_ab_1 : Adv ; - ovanjordisk_av_1 : A ; - ovanlig_av_1 : A ; - ovanlighet_nn_1 : N ; - ovannaemnd_av_1 : A ; - ovanpaa_ab_1 : Adv ; - ovansida_nn_1 : N ; - ovansklig_av_1 : A ; - ovanstaaende_av_1 : A ; - ovantill_ab_1 : Adv ; - ovanvaaning_nn_1 : N ; - ovariotomi_nn_1 : N ; - ovarium_nn_1 : N ; - ovarsam_av_1 : A ; - ovation_nn_1 : N ; - ovederhaeftig_av_1 : A ; - ovederlaegglig_av_1 : A ; - ovedersaeglig_av_1 : A ; - ovedersaegligen_ab_1 : Adv ; - overall_nn_1 : N ; - overhead_projektor_nn_1 : N ; - overheadbild_nn_1 : N ; - overheadprojektor_nn_1 : N ; - overklig_av_1 : A ; - overksam_av_1 : A ; - overksamhet_nn_1 : N ; - ovetande_av_1 : A ; - ovetandes_av_1 : A ; - ovetbar_av_1 : A ; - oveten_av_1 : A ; - ovetenhet_nn_1 : N ; - ovetenskaplig_av_1 : A ; - ovettig_av_1 : A ; - ovettighet_nn_1 : N ; - ovidkommande_av_1 : A ; - ovig_av_1 : A ; - ovigd_av_1 : A ; - oviktig_av_1 : A ; - ovillig_av_1 : A ; - ovillkorlig_av_1 : A ; - ovillkorligen_ab_1 : Adv ; - ovipar_av_1 : A ; - ovis_av_1 : A ; - oviss_av_1 : A ; - ovisshet_nn_1 : N ; - ovulation_nn_1 : N ; - oxalatsten_nn_1 : N ; - oxbaer_nn_1 : N ; - oxblodsroed_av_1 : A ; - oxdjur_nn_1 : N ; - oxe_nn_1 : N ; - oxel_nn_1 : N ; - oxeltand_nn_1 : N ; - oxfile_nn_1 : N ; - oxid_nn_1 : N ; - oxidation_nn_1 : N ; - oxidationsmedel_nn_1 : N ; - oxidationsreaktion_nn_1 : N ; - oxidationstal_nn_1 : N ; - oxjaerpe_nn_1 : N ; - oxlaegg_nn_1 : N ; - oxoega_nn_1 : N ; - oxroulad_nn_1 : N ; - oxstek_nn_1 : N ; - oxstyng_nn_1 : N ; - oxtunga_nn_1 : N ; - oxtungsvamp_nn_1 : N ; - oxvandring_nn_1 : N ; - oxvecka_nn_1 : N ; - oxytocin_nn_1 : N ; - ozelot_nn_1 : N ; - ozonhalt_nn_1 : N ; - ozonmaengd_nn_1 : N ; - ozonminskning_nn_1 : N ; - ozonmolekyl_nn_1 : N ; - ozonreduktion_nn_1 : N ; - ozonskikt_nn_1 : N ; - pH_vaerde_nn_1 : N ; - p_ab_1 : Adv ; - p_piller_nn_1 : N ; - p_plats_nn_1 : N ; - paa_ab_1 : Adv ; - paaannons_nn_1 : N ; - paabackning_nn_1 : N ; - paabjuda_vb_1 : V ; - paabud_nn_1 : N ; - paabyggnad_nn_1 : N ; - paadrag_nn_1 : N ; - paadrivare_nn_1 : N ; - paafaagel_nn_1 : N ; - paafaagelsoega_nn_1 : N ; - paafallande_av_1 : A ; - paafart_nn_1 : N ; - paaflugen_av_1 : A ; - paafoeljande_av_1 : A ; - paafoeljd_nn_1 : N ; - paafrestande_av_1 : A ; - paafrestning_nn_1 : N ; - paafund_nn_1 : N ; - paafyllnadsfoerpackning_nn_1 : N ; - paafyllning_nn_1 : N ; - paag_nn_1 : N ; - paagaaende_av_1 : A ; - paahaelsning_nn_1 : N ; - paahaengsvagn_nn_1 : N ; - paahitt_nn_1 : N ; - paahittig_av_1 : A ; - paahopp_nn_1 : N ; - paahugg_nn_1 : N ; - paak_nn_1 : N ; - paakaenning_nn_1 : N ; - paaklaedare_nn_1 : N ; - paaklaedd_av_1 : A ; - paakommen_av_1 : A ; - paakostande_av_1 : A ; - paalaegg_nn_1 : N ; - paalaeggskalv_nn_1 : N ; - paalandsvind_nn_1 : N ; - paale_nn_1 : N ; - paalitlig_av_1 : A ; - paalkran_nn_1 : N ; - paalle_nn_1 : N ; - paalmast_nn_1 : N ; - paalrot_nn_1 : N ; - paalstek_nn_1 : N ; - paaminnelse_nn_1 : N ; - paaoekt_av_1 : A ; - paapasslig_av_1 : A ; - paapekande_nn_1 : N ; - paaringning_nn_1 : N ; - paarop_nn_1 : N ; - paase_nn_1 : N ; - paasig_av_1 : A ; - paask_nn_1 : N ; - paaskaegg_nn_1 : N ; - paaskafton_nn_1 : N ; - paaskalamm_nn_1 : N ; - paaskdag_nn_1 : N ; - paaskeld_nn_1 : N ; - paaskhare_nn_1 : N ; - paaskkaerring_nn_1 : N ; - paasklilja_nn_1 : N ; - paaskrift_nn_1 : N ; - paaskrivet_ab_1 : Adv ; - paaskrivet_av_1 : A ; - paasksmaell_nn_1 : N ; - paaskvecka_nn_1 : N ; - paaslag_nn_1 : N ; - paaslakan_nn_1 : N ; - paastaaelig_av_1 : A ; - paastaaende_nn_1 : N ; - paastaaendesats_nn_1 : N ; - paastoetning_nn_1 : N ; - paastridig_av_1 : A ; - paastruken_av_1 : A ; - paata_vb_1 : V ; - paataar_nn_1 : N ; - paataend_av_1 : A ; - paataenkt_av_1 : A ; - paatagbar_av_1 : A ; - paataglig_av_1 : A ; - paatagning_nn_1 : N ; - paatraengande_av_1 : A ; - paatryckare_nn_1 : N ; - paatryckning_nn_1 : N ; - paatvinga_vb_1 : V ; - paave_nn_1 : N ; - paaver_av_1 : A ; - paaverkbar_av_1 : A ; - paaverkning_nn_1 : N ; - paavevaerdighet_nn_1 : N ; - paavisbar_av_1 : A ; - paavisk_av_1 : A ; - paavlig_av_1 : A ; - pacemaker_nn_1 : N ; - pacifist_nn_1 : N ; - pacifistisk_av_1 : A ; - packaasna_nn_1 : N ; - packbox_nn_1 : N ; - packdjur_nn_1 : N ; - packe_nn_1 : N ; - packhus_nn_1 : N ; - packlaar_nn_1 : N ; - packning_nn_1 : N ; - packsadel_nn_1 : N ; - paddel_nn_1 : N ; - paddfot_nn_1 : N ; - paddock_nn_1 : N ; - paell_nn_1 : N ; - paels_nn_1 : N ; - paelsaenger_nn_1 : N ; - paelsdjur_nn_1 : N ; - paelsfarm_nn_1 : N ; - paelsfladdrare_nn_1 : N ; - paelsjaegare_nn_1 : N ; - paelssael_nn_1 : N ; - paelsskinn_nn_1 : N ; - paer_nn_1 : N ; - paerlbaat_nn_1 : N ; - paerlband_nn_1 : N ; - paerlemorfjaeril_nn_1 : N ; - paerlemormoln_nn_1 : N ; - paerlemorskimrande_av_1 : A ; - paerlgraa_av_1 : A ; - paerlgryn_nn_1 : N ; - paerlhyacint_nn_1 : N ; - paerlmussla_nn_1 : N ; - paerlspont_nn_1 : N ; - paerlstav_nn_1 : N ; - paerlstickning_nn_1 : N ; - paerm_nn_1 : N ; - paermbrev_nn_1 : N ; - paermkarusell_nn_1 : N ; - paermslukare_nn_1 : N ; - paeron_nn_1 : N ; - paers_nn_1 : N ; - paert_nn_1 : N ; - paesk_nn_1 : N ; - paff_av_1 : A ; - page_nn_1 : N ; - pagefrisyr_nn_1 : N ; - paginering_nn_1 : N ; - pagod_nn_1 : N ; - paj_av_1 : A ; - paj_nn_1 : N ; - pajas_nn_1 : N ; - pajdeg_nn_1 : N ; - pajkastning_nn_1 : N ; - pajsare_nn_1 : N ; - paket_nn_1 : N ; - paketauktion_nn_1 : N ; - paketering_nn_1 : N ; - paketeringsdisk_nn_1 : N ; - paketexpedition_nn_1 : N ; - pakethaallare_nn_1 : N ; - paketinlaemning_nn_1 : N ; - paketloesning_nn_1 : N ; - paketutlaemning_nn_1 : N ; - pakistan_nn_1 : N ; - pakistanare_nn_1 : N ; - pakistansk_av_1 : A ; - pakistanska_nn_1 : N ; - pakt_nn_1 : N ; - paktum_nn_1 : N ; - paladin_nn_1 : N ; - palae_nn_1 : N ; - palatal_av_1 : A ; - palatal_nn_1 : N ; - palats_nn_1 : N ; - palatsrevolution_nn_1 : N ; - palaver_nn_1 : N ; - paleoekologisk_av_1 : A ; - paleograf_nn_1 : N ; - paleolitisk_av_1 : A ; - paleontolog_nn_1 : N ; - paleontologisk_av_1 : A ; - palestinier_nn_1 : N ; - palestinsk_av_1 : A ; - paletaa_nn_1 : N ; - palett_nn_1 : N ; - palettkniv_nn_1 : N ; - palimpsest_nn_1 : N ; - palindrom_nn_1 : N ; - palissad_nn_1 : N ; - paljett_nn_1 : N ; - pall_ab_1 : Adv ; - pall_nn_1 : N ; - pall_nn_2 : N ; - pallasch_nn_1 : N ; - palliativ_av_1 : A ; - palliativ_nn_1 : N ; - palm_nn_1 : N ; - palmblad_nn_1 : N ; - palmett_nn_1 : N ; - palmhus_nn_1 : N ; - palmsoendag_nn_1 : N ; - palmvin_nn_1 : N ; - palp_nn_1 : N ; - palpation_nn_1 : N ; - pals_nn_1 : N ; - palt_nn_1 : N ; - paltbroed_nn_1 : N ; - paltig_av_1 : A ; - pamflett_nn_1 : N ; - pamflettist_nn_1 : N ; - pamp_nn_1 : N ; - pampig_av_1 : A ; - pampusch_nn_1 : N ; - panafrikansk_av_1 : A ; - panamahatt_nn_1 : N ; - panaman_nn_1 : N ; - panamansk_av_1 : A ; - panamerikansk_av_1 : A ; - panarabisk_av_1 : A ; - panasch_nn_1 : N ; - panaschering_nn_1 : N ; - pandemi_nn_1 : N ; - panegyrik_nn_1 : N ; - panegyrisk_av_1 : A ; - panel_nn_1 : N ; - paneldebatt_nn_1 : N ; - paneldiskussion_nn_1 : N ; - panering_nn_1 : N ; - panett_nn_1 : N ; - panfloejt_nn_1 : N ; - pang_nn_1 : N ; - pang_pangfilm_nn_1 : N ; - panikslagen_av_1 : A ; - panikunge_nn_1 : N ; - panisk_av_1 : A ; - pank_av_1 : A ; - pankreaskoertel_nn_1 : N ; - pankreatit_nn_1 : N ; - pankromatisk_av_1 : A ; - pannaa_nn_1 : N ; - pannband_nn_1 : N ; - pannben_nn_1 : N ; - pannbiff_nn_1 : N ; - pannkaksmoln_nn_1 : N ; - pannkakssmet_nn_1 : N ; - pannkaksteoretiker_nn_1 : N ; - pannkaksteori_nn_1 : N ; - pannlob_nn_1 : N ; - pannrum_nn_1 : N ; - pannspegel_nn_1 : N ; - panoptikon_nn_1 : N ; - panorama_nn_1 : N ; - panoramafoenster_nn_1 : N ; - panoramakamera_nn_1 : N ; - panorering_nn_1 : N ; - pansar_nn_1 : N ; - pansarbil_nn_1 : N ; - pansarbrytande_av_1 : A ; - pansarfordon_nn_1 : N ; - pansargeneral_nn_1 : N ; - pansargranat_nn_1 : N ; - pansarhinder_nn_1 : N ; - pansarmal_nn_1 : N ; - pansarroer_nn_1 : N ; - pansarskott_nn_1 : N ; - pansartrupp_nn_1 : N ; - pansarvaern_nn_1 : N ; - pansarvaernsvapen_nn_1 : N ; - pansarvagn_nn_1 : N ; - pant_nn_1 : N ; - pantbank_nn_1 : N ; - pantbrev_nn_1 : N ; - panteist_nn_1 : N ; - panteistisk_av_1 : A ; - panteon_nn_1 : N ; - panter_nn_1 : N ; - panterkatt_nn_1 : N ; - panterspraang_nn_1 : N ; - pantfoerskriva_vb_1 : V ; - panthavare_nn_1 : N ; - pantlaan_nn_1 : N ; - pantlaanare_nn_1 : N ; - pantlaaneroerelse_nn_1 : N ; - pantograf_nn_1 : N ; - pantomim_nn_1 : N ; - pantomimisk_av_1 : A ; - pantraett_nn_1 : N ; - pantsaettare_nn_1 : N ; - papaverin_nn_1 : N ; - papegojfisk_nn_1 : N ; - papegojliknande_av_1 : A ; - papegojtulpan_nn_1 : N ; - paper_nn_1 : N ; - papeteri_nn_1 : N ; - papiljott_nn_1 : N ; - papill_nn_1 : N ; - papillom_nn_1 : N ; - papillon_nn_1 : N ; - pappa_nn_1 : N ; - pappaledig_av_1 : A ; - pappband_nn_1 : N ; - pappenheimare_nn_1 : N ; - papper_nn_1 : N ; - pappersark_nn_1 : N ; - pappersbit_nn_1 : N ; - pappersbruk_nn_1 : N ; - pappersformat_nn_1 : N ; - pappershandduk_nn_1 : N ; - pappershandel_nn_1 : N ; - pappersinsamling_nn_1 : N ; - papperskasse_nn_1 : N ; - papperskniv_nn_1 : N ; - papperskorg_nn_1 : N ; - papperskvarn_nn_1 : N ; - papperslapp_nn_1 : N ; - pappersmaskin_nn_1 : N ; - pappersnaesduk_nn_1 : N ; - papperspelle_nn_1 : N ; - papperspeng_nn_1 : N ; - papperssax_nn_1 : N ; - pappersservett_nn_1 : N ; - papperstallrik_nn_1 : N ; - papperstiger_nn_1 : N ; - papperstillverkning_nn_1 : N ; - papperstuss_nn_1 : N ; - pappig_av_1 : A ; - pappskalle_nn_1 : N ; - pappspik_nn_1 : N ; - paprika_nn_1 : N ; - papua_nn_1 : N ; - papuan_nn_1 : N ; - papuansk_av_1 : A ; - papyross_nn_1 : N ; - papyrus_nn_1 : N ; - papyrusrulle_nn_1 : N ; - par_nn_1 : N ; - parabel_nn_1 : N ; - parabellum_nn_1 : N ; - parabolantenn_nn_1 : N ; - parabolisk_av_1 : A ; - paracervikalblockad_nn_1 : N ; - parad_nn_1 : N ; - paradentit_nn_1 : N ; - paradexempel_nn_1 : N ; - paradigm_nn_1 : N ; - paradis_nn_1 : N ; - paradisfaagel_nn_1 : N ; - paradisfroe_nn_1 : N ; - paradisisk_av_1 : A ; - paradiskorn_nn_1 : N ; - paradmaalning_nn_1 : N ; - paradmarsch_nn_1 : N ; - paradnummer_nn_1 : N ; - paradox_nn_1 : N ; - paradoxal_av_1 : A ; - paradoxmakare_nn_1 : N ; - paraduniform_nn_1 : N ; - paraduppstaellning_nn_1 : N ; - parafasi_nn_1 : N ; - parafras_nn_1 : N ; - parafrastisk_av_1 : A ; - paragon_nn_1 : N ; - paragraf_nn_1 : N ; - paragrafryttare_nn_1 : N ; - paragraftecken_nn_1 : N ; - paraguayan_nn_1 : N ; - paraguayansk_av_1 : A ; - paraguayare_nn_1 : N ; - paraguaysk_av_1 : A ; - parallell_av_1 : A ; - parallell_nn_1 : N ; - parallellcirkel_nn_1 : N ; - parallelldam_nn_1 : N ; - parallellepiped_nn_1 : N ; - parallellfall_nn_1 : N ; - parallellgrad_nn_1 : N ; - parallellism_nn_1 : N ; - parallellitet_nn_1 : N ; - parallellklass_nn_1 : N ; - parallellkoppling_nn_1 : N ; - parallellogram_nn_1 : N ; - parallellstag_nn_1 : N ; - parallelltrapets_nn_1 : N ; - paralys_nn_1 : N ; - paralytiker_nn_1 : N ; - paralytisk_av_1 : A ; - parameter_nn_1 : N ; - paramilitaer_av_1 : A ; - paranoet_nn_1 : N ; - paranoiker_nn_1 : N ; - parant_av_1 : A ; - parapet_nn_1 : N ; - paraply_nn_1 : N ; - paraplyliknande_av_1 : A ; - paraplyorganisation_nn_1 : N ; - paraplytak_nn_1 : N ; - parasit_nn_1 : N ; - parasitaer_av_1 : A ; - parasitisk_av_1 : A ; - parasoll_nn_1 : N ; - parat_av_1 : A ; - parataktisk_av_1 : A ; - paravan_nn_1 : N ; - parbladig_av_1 : A ; - parce_nn_1 : N ; - parcell_nn_1 : N ; - pardans_nn_1 : N ; - parentation_nn_1 : N ; - parentator_nn_1 : N ; - parentes_nn_1 : N ; - parentestecken_nn_1 : N ; - parentetisk_av_1 : A ; - parerplaat_nn_1 : N ; - parerstaang_nn_1 : N ; - pares_nn_1 : N ; - parfait_nn_1 : N ; - parflikig_av_1 : A ; - parfym_nn_1 : N ; - parfymaffaer_nn_1 : N ; - parfymeri_nn_1 : N ; - parhaest_nn_1 : N ; - parhus_nn_1 : N ; - paria_nn_1 : N ; - parig_av_1 : A ; - pariserhjul_nn_1 : N ; - parisersmoergaas_nn_1 : N ; - parisisk_av_1 : A ; - paritet_nn_1 : N ; - park_nn_1 : N ; - parkas_nn_1 : N ; - parkering_nn_1 : N ; - parkeringsautomat_nn_1 : N ; - parkeringsavgift_nn_1 : N ; - parkeringsbot_nn_1 : N ; - parkeringshus_nn_1 : N ; - parkeringsljus_nn_1 : N ; - parkeringsplats_nn_1 : N ; - parkeringsvakt_nn_1 : N ; - parkett_nn_1 : N ; - parkettgolv_nn_1 : N ; - parkettstav_nn_1 : N ; - parlament_nn_1 : N ; - parlamentaer_nn_1 : N ; - parlamentariker_nn_1 : N ; - parlamentarisk_av_1 : A ; - parlando_ab_1 : Adv ; - parlando_nn_1 : N ; - parloer_nn_1 : N ; - parnass_nn_1 : N ; - parning_nn_1 : N ; - parningsdraekt_nn_1 : N ; - parningsdrift_nn_1 : N ; - parningslek_nn_1 : N ; - parningsorgan_nn_1 : N ; - parodi_nn_1 : N ; - parodiker_nn_1 : N ; - parodisk_av_1 : A ; - parodontit_nn_1 : N ; - paroll_nn_1 : N ; - paroxysm_nn_1 : N ; - parser_nn_1 : N ; - parspel_nn_1 : N ; - parstuga_nn_1 : N ; - part_nn_1 : N ; - partaaig_av_1 : A ; - partaj_nn_1 : N ; - parterr_nn_1 : N ; - parti_nn_1 : N ; - partialton_nn_1 : N ; - partialtryck_nn_1 : N ; - partiapparat_nn_1 : N ; - partiblock_nn_1 : N ; - partichef_nn_1 : N ; - particip_nn_1 : N ; - participiell_av_1 : A ; - partidisciplin_nn_1 : N ; - partiell_av_1 : A ; - partifaerg_nn_1 : N ; - partigaengare_nn_1 : N ; - partigrupp_nn_1 : N ; - partikamrat_nn_1 : N ; - partikel_nn_1 : N ; - partikelaccelerator_nn_1 : N ; - partikelegenskap_nn_1 : N ; - partikelfysiker_nn_1 : N ; - partikellaboratorium_nn_1 : N ; - partikellock_nn_1 : N ; - partikelreaktion_nn_1 : N ; - partikelregn_nn_1 : N ; - partikongress_nn_1 : N ; - partikulaer_av_1 : A ; - partikuljaer_av_1 : A ; - partiledare_nn_1 : N ; - partiledning_nn_1 : N ; - partiloes_av_1 : A ; - partimedlem_nn_1 : N ; - partiordfoerande_nn_1 : N ; - partiorgan_nn_1 : N ; - partipolitisk_av_1 : A ; - partipris_nn_1 : N ; - partiprogram_nn_1 : N ; - partisan_nn_1 : N ; - partisekreterare_nn_1 : N ; - partisk_av_1 : A ; - partiskhet_nn_1 : N ; - partispaerr_nn_1 : N ; - partispraengning_nn_1 : N ; - partitiv_av_1 : A ; - partitrohet_nn_1 : N ; - partitur_nn_1 : N ; - partner_nn_1 : N ; - partout_ab_1 : Adv ; - partsbehoerighet_nn_1 : N ; - partsorgan_nn_1 : N ; - party_nn_1 : N ; - parvel_nn_1 : N ; - parveny_nn_1 : N ; - parvis_ab_1 : Adv ; - pascal_nn_1 : N ; - paskill_nn_1 : N ; - pass_nn_1 : N ; - passabel_av_1 : A ; - passad_nn_1 : N ; - passadvind_nn_1 : N ; - passage_nn_1 : N ; - passagerarbaat_nn_1 : N ; - passagerare_nn_1 : N ; - passagerarflyg_nn_1 : N ; - passagerarflygplan_nn_1 : N ; - passagerarsalong_nn_1 : N ; - passande_av_1 : A ; - passare_nn_1 : N ; - passbaat_nn_1 : N ; - passbit_nn_1 : N ; - passe_av_1 : A ; - passepartout_nn_1 : N ; - passering_nn_1 : N ; - passersedel_nn_1 : N ; - passfoto_nn_1 : N ; - passfrihet_nn_1 : N ; - passgaangare_nn_1 : N ; - passion_nn_1 : N ; - passionsfrukt_nn_1 : N ; - passionshistoria_nn_1 : N ; - passionsspel_nn_1 : N ; - passiv_av_1 : A ; - passiva_nn_1 : N ; - passivitet_nn_1 : N ; - passivum_nn_1 : N ; - passlig_av_1 : A ; - passning_nn_1 : N ; - passopp_nn_1 : N ; - passpoal_nn_1 : N ; - passus_nn_1 : N ; - pastej_nn_1 : N ; - pastell_nn_1 : N ; - pastellfaerg_nn_1 : N ; - pastellmaalning_nn_1 : N ; - pastill_nn_1 : N ; - pastisch_nn_1 : N ; - pastoerisering_nn_1 : N ; - pastoes_av_1 : A ; - pastor_nn_1 : N ; - pastoral_av_1 : A ; - pastoral_nn_1 : N ; - pastorat_nn_1 : N ; - pastoratsadjunkt_nn_1 : N ; - pastorsadjunkt_nn_1 : N ; - pastorsexpedition_nn_1 : N ; - pastos_av_1 : A ; - pate_nn_1 : N ; - paten_nn_1 : N ; - patent_nn_1 : N ; - patentlaas_nn_1 : N ; - patentmedicin_nn_1 : N ; - patentsmoergaas_nn_1 : N ; - pater_nn_1 : N ; - paternoster_nn_1 : N ; - paternosterhiss_nn_1 : N ; - paternosterverk_nn_1 : N ; - patetisk_av_1 : A ; - patiens_nn_1 : N ; - patient_nn_1 : N ; - patientplaat_nn_1 : N ; - patogen_av_1 : A ; - patolog_nn_1 : N ; - patologi_nn_1 : N ; - patologisk_av_1 : A ; - patriark_nn_1 : N ; - patriarkalisk_av_1 : A ; - patriarkat_nn_1 : N ; - patricier_nn_1 : N ; - patriot_nn_1 : N ; - patriotisk_av_1 : A ; - patris_nn_1 : N ; - patron_nn_1 : N ; - patron_nn_2 : N ; - patronbaelte_nn_1 : N ; - patronymikon_nn_1 : N ; - patrull_nn_1 : N ; - patrullbaat_nn_1 : N ; - patt_nn_1 : N ; - patt_nn_2 : N ; - paulun_nn_1 : N ; - paus_nn_1 : N ; - pausfaagel_nn_1 : N ; - paussignal_nn_1 : N ; - paustecken_nn_1 : N ; - pavane_nn_1 : N ; - paviljong_nn_1 : N ; - peang_nn_1 : N ; - pedagog_nn_1 : N ; - pedagogisk_av_1 : A ; - pedal_nn_1 : N ; - pedant_nn_1 : N ; - pedanteri_nn_1 : N ; - pedantisk_av_1 : A ; - pedell_nn_1 : N ; - pederast_nn_1 : N ; - pediatriker_nn_1 : N ; - pediatrisk_av_1 : A ; - pedikyrist_nn_1 : N ; - pediment_nn_1 : N ; - pegas_nn_1 : N ; - pegel_nn_1 : N ; - pegmatit_nn_1 : N ; - pejling_nn_1 : N ; - pejorativ_av_1 : A ; - pejorativ_nn_1 : N ; - pekannoet_nn_1 : N ; - pekare_nn_1 : N ; - pekbok_nn_1 : N ; - pekfinger_nn_1 : N ; - pekfingertest_nn_1 : N ; - pekines_nn_1 : N ; - pekoral_nn_1 : N ; - pekoralist_nn_1 : N ; - pekoralistisk_av_1 : A ; - pekpinne_nn_1 : N ; - pektaa_nn_1 : N ; - pektin_nn_1 : N ; - pekuniaer_av_1 : A ; - pelagisk_av_1 : A ; - pelarbord_nn_1 : N ; - pelare_nn_1 : N ; - pelarformig_av_1 : A ; - pelargaang_nn_1 : N ; - pelargon_nn_1 : N ; - pelargonia_nn_1 : N ; - pelarhall_nn_1 : N ; - pelarhelgon_nn_1 : N ; - pelarsal_nn_1 : N ; - pelerin_nn_1 : N ; - pelikan_nn_1 : N ; - pellejoens_nn_1 : N ; - pellet_nn_1 : N ; - pen_nn_1 : N ; - pendang_nn_1 : N ; - pendel_nn_1 : N ; - pendelavstaand_nn_1 : N ; - pendeltaag_nn_1 : N ; - pendelur_nn_1 : N ; - pendlare_nn_1 : N ; - pendyl_nn_1 : N ; - penetration_nn_1 : N ; - peng_nn_1 : N ; - penibel_av_1 : A ; - penicillin_nn_1 : N ; - penis_nn_1 : N ; - penisattrapp_nn_1 : N ; - penjoar_nn_1 : N ; - pennalist_nn_1 : N ; - penndrag_nn_1 : N ; - pennfaektare_nn_1 : N ; - pennformerare_nn_1 : N ; - penni_nn_1 : N ; - penning_nn_1 : N ; - penningfoersaendelse_nn_1 : N ; - penninglaan_nn_1 : N ; - penninglott_nn_1 : N ; - penningmarknad_nn_1 : N ; - penningstinn_av_1 : A ; - penningsumma_nn_1 : N ; - penningsystem_nn_1 : N ; - penningtilldelning_nn_1 : N ; - penningtransaktion_nn_1 : N ; - pennkniv_nn_1 : N ; - pennskaft_nn_1 : N ; - pennteckning_nn_1 : N ; - pennvaessare_nn_1 : N ; - penny_nn_1 : N ; - pense_nn_1 : N ; - pensel_nn_1 : N ; - penseldrag_nn_1 : N ; - pension_nn_1 : N ; - pensionaer_nn_1 : N ; - pensionaerslaegenhet_nn_1 : N ; - pensionat_nn_1 : N ; - pensionsaalder_nn_1 : N ; - pensionsbrev_nn_1 : N ; - pensionsfoersaekring_nn_1 : N ; - pensionsgrundande_av_1 : A ; - pensionspoaeng_nn_1 : N ; - pensionssparande_nn_1 : N ; - pensum_nn_1 : N ; - pentagram_nn_1 : N ; - pentameter_nn_1 : N ; - pentry_nn_1 : N ; - penultima_nn_1 : N ; - peon_nn_1 : N ; - pepparkaksgris_nn_1 : N ; - pepparkaksgubbe_nn_1 : N ; - pepparkakshus_nn_1 : N ; - pepparkorn_nn_1 : N ; - pepparkvarn_nn_1 : N ; - peptid_nn_1 : N ; - perborat_nn_1 : N ; - perception_nn_1 : N ; - perceptuell_av_1 : A ; - peremtorisk_av_1 : A ; - perenn_av_1 : A ; - perenn_nn_1 : N ; - perfekt_av_1 : A ; - perfektionist_nn_1 : N ; - perfektiv_av_1 : A ; - perfektivisk_av_1 : A ; - perfektparticip_nn_1 : N ; - perfektum_nn_1 : N ; - perfiditet_nn_1 : N ; - perforation_nn_1 : N ; - perforator_nn_1 : N ; - perforering_nn_1 : N ; - pergament_nn_1 : N ; - pergamentband_nn_1 : N ; - pergamentbrev_nn_1 : N ; - pergamentrulle_nn_1 : N ; - perifer_av_1 : A ; - periferi_nn_1 : N ; - perifon_nn_1 : N ; - perifras_nn_1 : N ; - perifrastisk_av_1 : A ; - perimeter_nn_1 : N ; - perinatal_av_1 : A ; - period_nn_1 : N ; - periodare_nn_1 : N ; - periodicitet_nn_1 : N ; - periodisk_av_1 : A ; - periodsupare_nn_1 : N ; - periodtal_nn_1 : N ; - periodvis_ab_1 : Adv ; - peripeti_nn_1 : N ; - periskop_nn_1 : N ; - periskopisk_av_1 : A ; - peristaltisk_av_1 : A ; - peristyl_nn_1 : N ; - peritonit_nn_1 : N ; - perkal_nn_1 : N ; - perkolator_nn_1 : N ; - perkussion_nn_1 : N ; - perkussionsinstrument_nn_1 : N ; - perkutan_av_1 : A ; - permanent_av_1 : A ; - permeabel_av_1 : A ; - permeabilitet_nn_1 : N ; - permission_nn_1 : N ; - permittent_nn_1 : N ; - permittering_nn_1 : N ; - permutation_nn_1 : N ; - pernicioes_av_1 : A ; - peroxid_nn_1 : N ; - perpendikel_nn_1 : N ; - perpendikulaer_av_1 : A ; - perpetuell_av_1 : A ; - perplex_av_1 : A ; - perrong_nn_1 : N ; - persedel_nn_1 : N ; - perser_nn_1 : N ; - persianpaels_nn_1 : N ; - persienn_nn_1 : N ; - persimon_nn_1 : N ; - persisk_av_1 : A ; - persiska_nn_2 : N ; - person_nn_1 : N ; - personage_nn_1 : N ; - personal_nn_1 : N ; - personal_nn_2 : N ; - personalavdelning_nn_1 : N ; - personalchef_nn_1 : N ; - personalfraaga_nn_1 : N ; - personalia_nn_1 : N ; - personalingaang_nn_1 : N ; - personallaekare_nn_1 : N ; - personalmatsal_nn_1 : N ; - personalorganisation_nn_1 : N ; - personalrum_nn_1 : N ; - personaltidning_nn_1 : N ; - personalunion_nn_1 : N ; - personalutbildare_nn_1 : N ; - personalvaard_nn_1 : N ; - personbevis_nn_1 : N ; - personbil_nn_1 : N ; - persondator_nn_1 : N ; - personell_av_1 : A ; - personfoersaekring_nn_1 : N ; - personfraaga_nn_1 : N ; - persongalleri_nn_1 : N ; - personhistorisk_av_1 : A ; - personifikation_nn_1 : N ; - personkilometer_nn_1 : N ; - personkontakt_nn_1 : N ; - personkonto_nn_1 : N ; - personkult_nn_1 : N ; - personlig_av_1 : A ; - personligen_ab_1 : Adv ; - personlighet_nn_1 : N ; - personlighetstyp_nn_1 : N ; - personnamn_nn_1 : N ; - personnummer_nn_1 : N ; - personpolitisk_av_1 : A ; - personregister_nn_1 : N ; - personsoekare_nn_1 : N ; - persontaag_nn_1 : N ; - personundersoekning_nn_1 : N ; - personuppgift_nn_1 : N ; - personvaag_nn_1 : N ; - personvagn_nn_1 : N ; - personval_nn_1 : N ; - perspektiv_nn_1 : N ; - perspektivbild_nn_1 : N ; - perspektivfoenster_nn_1 : N ; - perspektivfoerskjutning_nn_1 : N ; - perspektivisk_av_1 : A ; - perspektivloes_av_1 : A ; - perturbation_nn_1 : N ; - peruan_nn_1 : N ; - peruansk_av_1 : A ; - peruanska_nn_1 : N ; - peruk_nn_1 : N ; - perukmakare_nn_1 : N ; - perukstock_nn_1 : N ; - pervers_av_1 : A ; - perversion_nn_1 : N ; - perversitet_nn_1 : N ; - peseta_nn_1 : N ; - peso_nn_1 : N ; - pessar_nn_1 : N ; - pessimist_nn_1 : N ; - pessimistisk_av_1 : A ; - pest_nn_1 : N ; - pesticid_nn_1 : N ; - pestilens_nn_1 : N ; - petig_av_1 : A ; - petimaeter_nn_1 : N ; - petit_chou_nn_1 : N ; - petitchou_nn_1 : N ; - petitess_nn_1 : N ; - petition_nn_1 : N ; - petmoj_nn_1 : N ; - petnoga_av_1 : A ; - petrifikat_nn_1 : N ; - petrokemisk_av_1 : A ; - petsaeker_av_1 : A ; - pfennig_nn_1 : N ; - pi_nn_1 : N ; - piaff_nn_1 : N ; - pianino_nn_1 : N ; - pianissimo_ab_1 : Adv ; - pianissimo_nn_1 : N ; - pianist_nn_1 : N ; - piano_ab_1 : Adv ; - piano_nn_1 : N ; - pianokonsert_nn_1 : N ; - pianosonat_nn_1 : N ; - pianospel_nn_1 : N ; - pianostol_nn_1 : N ; - piassavakvast_nn_1 : N ; - piaster_nn_1 : N ; - picador_nn_1 : N ; - piccolafloejt_nn_1 : N ; - piccolo_nn_1 : N ; - picknick_nn_1 : N ; - pickup_nn_1 : N ; - picot_nn_1 : N ; - pidgin_nn_1 : N ; - piedestal_nn_1 : N ; - pierrot_nn_1 : N ; - pietet_nn_1 : N ; - pietetsfull_av_1 : A ; - pietist_nn_1 : N ; - piffig_av_1 : A ; - pigg_av_1 : A ; - pigg_nn_1 : N ; - piggelin_av_1 : A ; - pigghaj_nn_1 : N ; - piggsvin_nn_1 : N ; - piggvar_nn_1 : N ; - pigment_nn_1 : N ; - pigroman_nn_1 : N ; - pigtittare_nn_1 : N ; - pigtjusare_nn_1 : N ; - pik_nn_1 : N ; - pikador_nn_1 : N ; - pikant_av_1 : A ; - pikanteri_nn_1 : N ; - pikaresk_nn_1 : N ; - pikareskroman_nn_1 : N ; - pike_nn_1 : N ; - piket_nn_1 : N ; - piketbil_nn_1 : N ; - pikoer_nn_1 : N ; - pikstav_nn_1 : N ; - piktur_nn_1 : N ; - pil_nn_1 : N ; - pilaff_nn_1 : N ; - pilaster_nn_1 : N ; - pilbaage_nn_1 : N ; - pilfink_nn_1 : N ; - pilgrim_nn_1 : N ; - pilgrimsfaerd_nn_1 : N ; - pilgrimsfalk_nn_1 : N ; - pilgrimsstav_nn_1 : N ; - pilk_nn_1 : N ; - pilkastning_nn_1 : N ; - pilkoger_nn_1 : N ; - pilleknarkare_nn_1 : N ; - pillemarisk_av_1 : A ; - piller_nn_1 : N ; - pillerbagge_nn_1 : N ; - pillerburk_nn_1 : N ; - pillertrillare_nn_1 : N ; - pillrig_av_1 : A ; - pilot_nn_1 : N ; - pilotballong_nn_1 : N ; - pilotstudie_nn_1 : N ; - pilsk_av_1 : A ; - pilsnabb_av_1 : A ; - pilsner_nn_1 : N ; - pilsnerfilm_nn_1 : N ; - pilsnerkorv_nn_1 : N ; - pilspets_nn_1 : N ; - pilt_nn_1 : N ; - piltraed_nn_1 : N ; - pimpel_nn_1 : N ; - pimpelspoe_nn_1 : N ; - pimpinett_av_1 : A ; - pin_ab_1 : Adv ; - pinakotek_nn_1 : N ; - pinal_nn_1 : N ; - pincene_nn_1 : N ; - pincett_nn_1 : N ; - pingla_nn_1 : N ; - pingpongboll_nn_1 : N ; - pingst_nn_1 : N ; - pingstafton_nn_1 : N ; - pingstdag_nn_1 : N ; - pingsthelg_nn_1 : N ; - pingstlilja_nn_1 : N ; - pingstvaen_nn_1 : N ; - pingvin_nn_1 : N ; - pinje_nn_1 : N ; - pinjenoet_nn_1 : N ; - pinjong_nn_1 : N ; - pinknoedig_av_1 : A ; - pinlig_av_1 : A ; - pinne_nn_1 : N ; - pinnhaal_nn_1 : N ; - pinnharv_nn_1 : N ; - pinnig_av_1 : A ; - pinnstol_nn_1 : N ; - pinoande_nn_1 : N ; - pinsam_av_1 : A ; - pinscher_nn_1 : N ; - pion_nn_1 : N ; - pionjaer_nn_1 : N ; - pionroed_av_1 : A ; - pip_nn_1 : N ; - pip_nn_2 : N ; - pipare_nn_1 : N ; - pipeline_nn_1 : N ; - pipett_nn_1 : N ; - piphuvud_nn_1 : N ; - pipig_av_1 : A ; - pipkrage_nn_1 : N ; - pippi_nn_1 : N ; - pipping_nn_1 : N ; - piprensare_nn_1 : N ; - piproekare_nn_1 : N ; - pipskaegg_nn_1 : N ; - pipstopp_nn_1 : N ; - pipstoppare_nn_1 : N ; - pipsvamp_nn_1 : N ; - pir_nn_1 : N ; - pirat_nn_1 : N ; - piratsaendare_nn_1 : N ; - pirhuvud_nn_1 : N ; - pirk_nn_1 : N ; - pirog_nn_1 : N ; - pirrig_av_1 : A ; - piruett_nn_1 : N ; - pirum_av_1 : A ; - piskbalkong_nn_1 : N ; - piskklatsch_nn_1 : N ; - piskmask_nn_1 : N ; - piskperuk_nn_1 : N ; - piskrapp_nn_1 : N ; - piskslaeng_nn_1 : N ; - pisksnaert_nn_1 : N ; - piskstaellning_nn_1 : N ; - pissoar_nn_1 : N ; - pist_nn_1 : N ; - pistage_nn_1 : N ; - pistasch_nn_1 : N ; - pistill_nn_1 : N ; - pistol_nn_1 : N ; - pistong_nn_1 : N ; - pitt_nn_1 : N ; - pittoresk_av_1 : A ; - pivaa_nn_1 : N ; - pivot_nn_1 : N ; - pivotfoenster_nn_1 : N ; - pivothaengd_av_1 : A ; - pivotvagn_nn_1 : N ; - pix_nn_1 : N ; - pizzicato_ab_1 : Adv ; - pizzicato_nn_1 : N ; - pjaakig_av_1 : A ; - pjaes_nn_1 : N ; - pjatt_nn_1 : N ; - pjoskig_av_1 : A ; - pjunkig_av_1 : A ; - plaaga_nn_1 : N ; - plaagoande_nn_1 : N ; - plaagoris_nn_1 : N ; - plaagsam_av_1 : A ; - plaan_nn_1 : N ; - plaanbok_nn_1 : N ; - plaaster_nn_1 : N ; - plaat_nn_1 : N ; - plaathuv_nn_1 : N ; - plaatkaerl_nn_1 : N ; - plaatkant_nn_1 : N ; - plaatmage_nn_1 : N ; - plaatmynt_nn_1 : N ; - plaatsax_nn_1 : N ; - plaatschabrak_nn_1 : N ; - plaatslagare_nn_1 : N ; - plaatslageri_nn_1 : N ; - placeboeffekt_nn_1 : N ; - placering_nn_1 : N ; - placeringskort_nn_1 : N ; - placeringsobjekt_nn_1 : N ; - pladask_ab_1 : Adv ; - pladdrig_av_1 : A ; - plaed_nn_1 : N ; - plaedering_nn_1 : N ; - plaedoaje_nn_1 : N ; - plaegsed_nn_1 : N ; - plaett_nn_1 : N ; - plaettlagg_nn_1 : N ; - plafond_nn_1 : N ; - plage_nn_1 : N ; - plagg_nn_1 : N ; - plagiat_nn_1 : N ; - plagiator_nn_1 : N ; - plaidoyer_nn_1 : N ; - plakat_av_1 : A ; - plakat_nn_1 : N ; - plakett_nn_1 : N ; - plan_av_1 : A ; - plan_nn_1 : N ; - plan_nn_2 : N ; - planekonomi_nn_1 : N ; - planenlig_av_1 : A ; - planerare_nn_1 : N ; - planering_nn_1 : N ; - planeringsorgan_nn_1 : N ; - planet_nn_1 : N ; - planetarisk_av_1 : A ; - planetarium_nn_1 : N ; - planetbildning_nn_1 : N ; - planetesimal_nn_1 : N ; - planetsystem_nn_1 : N ; - plank_nn_2 : N ; - plankgaang_nn_1 : N ; - plankonkav_av_1 : A ; - plankonvex_av_1 : A ; - plankorsning_nn_1 : N ; - plankstrykare_nn_1 : N ; - plankter_nn_1 : N ; - plankton_nn_1 : N ; - planktondjur_nn_1 : N ; - planktonvaext_nn_1 : N ; - planlaeggning_nn_1 : N ; - planloes_av_1 : A ; - planloesning_nn_1 : N ; - planmaessig_av_1 : A ; - planparallell_av_1 : A ; - planritning_nn_1 : N ; - plansch_nn_1 : N ; - planschett_nn_1 : N ; - planschverk_nn_1 : N ; - planskild_av_1 : A ; - plantage_nn_1 : N ; - plantering_nn_1 : N ; - plants_nn_1 : N ; - plaskdamm_nn_1 : N ; - plaskvaat_av_1 : A ; - plasma_nn_1 : N ; - plast_nn_1 : N ; - plastbindemedel_nn_1 : N ; - plastbunden_av_1 : A ; - plastfolie_nn_1 : N ; - plasticitet_nn_1 : N ; - plastikkirurg_nn_1 : N ; - plastindustri_nn_1 : N ; - plastisk_av_1 : A ; - plastkork_nn_1 : N ; - plastlaminat_nn_1 : N ; - plastpaase_nn_1 : N ; - plastrong_nn_1 : N ; - plastspiral_nn_1 : N ; - plataa_nn_1 : N ; - plataagupp_nn_1 : N ; - platan_nn_1 : N ; - platinablond_av_1 : A ; - platoniker_nn_1 : N ; - platonisk_av_1 : A ; - platonsk_av_1 : A ; - plats_nn_1 : N ; - platsansoekning_nn_1 : N ; - platsbiljett_nn_1 : N ; - platschef_nn_1 : N ; - platssiffra_nn_1 : N ; - platssoekande_av_1 : A ; - platt_ab_1 : Adv ; - platt_av_1 : A ; - platt_teve_nn_1 : N ; - plattfisk_nn_1 : N ; - plattform_nn_1 : N ; - platthet_nn_1 : N ; - platting_nn_1 : N ; - plattityd_nn_1 : N ; - plattjaern_nn_1 : N ; - plattlaeggning_nn_1 : N ; - plattlaeggningsproblem_nn_1 : N ; - plattmask_nn_1 : N ; - plattsoem_nn_1 : N ; - plattysk_av_1 : A ; - plausibel_av_1 : A ; - play_off_nn_1 : N ; - playboy_nn_1 : N ; - plebej_nn_1 : N ; - plebejisk_av_1 : A ; - plebiscit_nn_1 : N ; - plejad_nn_1 : N ; - plektrum_nn_1 : N ; - plenimaal_nn_1 : N ; - plenum_nn_1 : N ; - pleonasm_nn_1 : N ; - pleonastisk_av_1 : A ; - plesiosaurie_nn_1 : N ; - pleurit_nn_1 : N ; - pligg_nn_1 : N ; - plikt_nn_1 : N ; - pliktexemplar_nn_1 : N ; - pliktfoergaeten_av_1 : A ; - plikthuggare_nn_1 : N ; - pliktig_av_1 : A ; - pliktmedveten_av_1 : A ; - pliktskyldig_av_1 : A ; - plikttrogen_av_1 : A ; - pling_nn_1 : N ; - plint_nn_1 : N ; - plirig_av_1 : A ; - plisse_nn_1 : N ; - plister_nn_1 : N ; - plit_nn_2 : N ; - plockare_nn_1 : N ; - plockig_av_1 : A ; - ploejning_nn_1 : N ; - ploes_nn_1 : N ; - ploetslig_av_1 : A ; - ploetsligen_ab_1 : Adv ; - plog_nn_1 : N ; - plogben_nn_1 : N ; - plogbill_nn_1 : N ; - ploj_nn_1 : N ; - plomb_nn_1 : N ; - plommon_nn_1 : N ; - plommonstop_nn_1 : N ; - plottrig_av_1 : A ; - plufsig_av_1 : A ; - plugg_nn_1 : N ; - plugg_nn_2 : N ; - pluggaemne_nn_1 : N ; - plugghaest_nn_1 : N ; - pluggskivling_nn_1 : N ; - plump_av_1 : A ; - plump_nn_1 : N ; - plumpudding_nn_1 : N ; - plums_nn_1 : N ; - plundring_nn_1 : N ; - plural_av_1 : A ; - plural_nn_1 : N ; - pluralistisk_av_1 : A ; - pluralitet_nn_1 : N ; - pluring_nn_1 : N ; - plusgrad_nn_1 : N ; - pluskvamperfektum_nn_1 : N ; - pluspol_nn_1 : N ; - plussig_av_1 : A ; - plustecken_nn_1 : N ; - plutokrat_nn_1 : N ; - plutokrati_nn_1 : N ; - pluton_nn_1 : N ; - plutonisk_av_1 : A ; - plutt_nn_1 : N ; - pluttig_av_1 : A ; - pluvial_av_1 : A ; - pluvialperiod_nn_1 : N ; - plym_nn_1 : N ; - plymaa_nn_1 : N ; - plymasch_nn_1 : N ; - plysch_nn_1 : N ; - plysmaskin_nn_1 : N ; - pneumatisk_av_1 : A ; - pneumoni_nn_1 : N ; - poaeng_nn_1 : N ; - poaeng_nn_2 : N ; - poaengloes_av_1 : A ; - poaengseger_nn_1 : N ; - poaengtips_nn_1 : N ; - pocket_nn_1 : N ; - pocketbok_nn_1 : N ; - podest_nn_1 : N ; - podium_nn_1 : N ; - poel_nn_1 : N ; - poelsig_av_1 : A ; - poem_nn_1 : N ; - poes_nn_1 : N ; - poesi_nn_1 : N ; - poesig_av_1 : A ; - poesmunk_nn_1 : N ; - poet_nn_1 : N ; - poetisk_av_1 : A ; - pogrom_nn_1 : N ; - pointer_nn_1 : N ; - pojkaktig_av_1 : A ; - pojkbok_nn_1 : N ; - pojkbyting_nn_1 : N ; - pojkcykel_nn_1 : N ; - pojke_nn_1 : N ; - pojkfnasker_nn_1 : N ; - pojknamn_nn_1 : N ; - pojkskildring_nn_1 : N ; - pojkspoling_nn_1 : N ; - pojkstreck_nn_1 : N ; - pojkvaen_nn_1 : N ; - pojkvasker_nn_1 : N ; - pokal_nn_1 : N ; - pol_nn_1 : N ; - polack_nn_1 : N ; - polaer_av_1 : A ; - polar_av_1 : A ; - polare_nn_1 : N ; - polarexpedition_nn_1 : N ; - polarflyg_nn_1 : N ; - polarforskning_nn_1 : N ; - polarfront_nn_1 : N ; - polarhav_nn_1 : N ; - polarisation_nn_1 : N ; - polarisationsfilter_nn_1 : N ; - polarisator_nn_1 : N ; - polarisering_nn_1 : N ; - polaritet_nn_1 : N ; - polarmiljoe_nn_1 : N ; - polaroidfilm_nn_1 : N ; - polaroidkamera_nn_1 : N ; - polaromraade_nn_1 : N ; - polarraev_nn_1 : N ; - polartrakt_nn_1 : N ; - polcirkel_nn_1 : N ; - polder_nn_1 : N ; - polemik_nn_1 : N ; - polemiker_nn_1 : N ; - polemisk_av_1 : A ; - polentagryn_nn_1 : N ; - polermedel_nn_1 : N ; - poliklinik_nn_1 : N ; - poliklinisk_av_1 : A ; - polis_nn_1 : N ; - polisarrest_nn_1 : N ; - polisbefael_nn_1 : N ; - polisbevakning_nn_1 : N ; - polisbil_nn_1 : N ; - polischef_nn_1 : N ; - polischock_nn_1 : N ; - polisdistrikt_nn_1 : N ; - polisfoerhoer_nn_1 : N ; - polishund_nn_1 : N ; - polisiaer_av_1 : A ; - polisintendent_nn_1 : N ; - poliskommissarie_nn_1 : N ; - poliskonstapel_nn_1 : N ; - poliskund_nn_1 : N ; - polismaestare_nn_1 : N ; - polisman_nn_1 : N ; - polisong_nn_1 : N ; - polisorganisation_nn_1 : N ; - polisstat_nn_1 : N ; - polisstation_nn_1 : N ; - polisstyrka_nn_1 : N ; - polistjaenst_nn_1 : N ; - polistjaensteman_nn_1 : N ; - polistjaenstgoering_nn_1 : N ; - polisundersoekning_nn_1 : N ; - polisvaesende_nn_1 : N ; - politbyraa_nn_1 : N ; - politiker_nn_1 : N ; - politikus_nn_1 : N ; - politisk_av_1 : A ; - politruk_nn_1 : N ; - polityr_nn_1 : N ; - polkagris_nn_1 : N ; - polkett_nn_1 : N ; - polkropp_nn_1 : N ; - pollare_nn_1 : N ; - pollenfynd_nn_1 : N ; - pollenkorn_nn_1 : N ; - pollenslang_nn_1 : N ; - pollett_nn_1 : N ; - pollettering_nn_1 : N ; - pollination_nn_1 : N ; - pollinering_nn_1 : N ; - pollution_nn_1 : N ; - polokrage_nn_1 : N ; - polonaes_nn_1 : N ; - polsk_av_1 : A ; - polsk_fransk_av_1 : A ; - polska_nn_2 : N ; - polsko_nn_1 : N ; - polyamid_nn_1 : N ; - polyeder_nn_1 : N ; - polyester_nn_1 : N ; - polyeter_nn_1 : N ; - polyfon_av_1 : A ; - polyfoni_nn_1 : N ; - polygam_av_1 : A ; - polyglott_av_1 : A ; - polyglott_nn_1 : N ; - polygon_nn_1 : N ; - polygraf_nn_1 : N ; - polyhistor_nn_1 : N ; - polykrom_av_1 : A ; - polymer_nn_1 : N ; - polymerisation_nn_1 : N ; - polymorf_av_1 : A ; - polynesier_nn_1 : N ; - polynesisk_av_1 : A ; - polynom_nn_1 : N ; - polyp_nn_1 : N ; - polysyndes_nn_1 : N ; - polyteknisk_av_1 : A ; - pomerans_nn_1 : N ; - pomeransskal_nn_1 : N ; - pommersk_av_1 : A ; - pomolog_nn_1 : N ; - pompoes_av_1 : A ; - pompong_nn_1 : N ; - poncho_nn_1 : N ; - pond_nn_1 : N ; - ponderabel_av_1 : A ; - ponny_nn_1 : N ; - pontifikat_nn_1 : N ; - ponton_nn_1 : N ; - pontonbro_nn_1 : N ; - pontonjaer_nn_1 : N ; - pool_nn_1 : N ; - pop_nn_2 : N ; - popgrupp_nn_1 : N ; - popkonsert_nn_1 : N ; - poplin_nn_1 : N ; - poplinrock_nn_1 : N ; - poppel_nn_1 : N ; - poppig_av_1 : A ; - poppis_av_1 : A ; - popsaangare_nn_1 : N ; - populaer_av_1 : A ; - populaerkonsert_nn_1 : N ; - populaervetenskaplig_av_1 : A ; - popularisator_nn_1 : N ; - popularitet_nn_1 : N ; - population_nn_1 : N ; - populist_nn_1 : N ; - por_nn_1 : N ; - porfyr_nn_1 : N ; - porig_av_1 : A ; - pormask_nn_1 : N ; - pornografisk_av_1 : A ; - poroes_av_1 : A ; - porositet_nn_1 : N ; - porrig_av_1 : A ; - porrklubb_nn_1 : N ; - porrtidning_nn_1 : N ; - porslin_nn_1 : N ; - porslinsdegel_nn_1 : N ; - porslinsfaerg_nn_1 : N ; - porslinsfigur_nn_1 : N ; - porslinsfilter_nn_1 : N ; - porslinstillverkning_nn_1 : N ; - porsvamp_nn_1 : N ; - port_nn_1 : N ; - portabel_av_1 : A ; - portal_nn_1 : N ; - portalfigur_nn_1 : N ; - portalgestalt_nn_1 : N ; - portamento_nn_1 : N ; - portativ_av_1 : A ; - portepe_nn_1 : N ; - porter_nn_1 : N ; - portfoelj_nn_1 : N ; - portfoerbjuda_vb_1 : V ; - portfoerbud_nn_1 : N ; - portgaang_nn_1 : N ; - portiaer_nn_1 : N ; - portier_nn_1 : N ; - portik_nn_1 : N ; - portion_nn_1 : N ; - portklapp_nn_1 : N ; - portmonnae_nn_1 : N ; - porto_nn_1 : N ; - portoer_nn_1 : N ; - portofri_av_1 : A ; - portraett_nn_1 : N ; - portraettlik_av_1 : A ; - portraettoer_nn_1 : N ; - porttelefon_nn_1 : N ; - portugis_nn_1 : N ; - portugisisk_av_1 : A ; - portugisiska_nn_2 : N ; - portvakt_nn_1 : N ; - portvin_nn_1 : N ; - portvinstaa_nn_1 : N ; - pose_nn_1 : N ; - posering_nn_1 : N ; - position_nn_1 : N ; - positiv_av_1 : A ; - positiv_nn_1 : N ; - positiv_nn_2 : N ; - positivhalare_nn_1 : N ; - positivist_nn_1 : N ; - positivistisk_av_1 : A ; - positron_nn_1 : N ; - posoer_nn_1 : N ; - possession_nn_1 : N ; - possessionat_nn_1 : N ; - possessiv_av_1 : A ; - post_nn_1 : N ; - postadress_nn_1 : N ; - postal_av_1 : A ; - postament_nn_1 : N ; - postanstalt_nn_1 : N ; - postanvisning_nn_1 : N ; - postbox_nn_1 : N ; - poster_nn_1 : N ; - postering_nn_1 : N ; - postexpedition_nn_1 : N ; - postfack_nn_1 : N ; - postfoersaendelse_nn_1 : N ; - postfoerskott_nn_1 : N ; - postgiro_nn_1 : N ; - postgirokonto_nn_1 : N ; - postglacial_av_1 : A ; - postgymnasial_av_1 : A ; - posthorn_nn_1 : N ; - postiljon_nn_1 : N ; - postindustriell_av_1 : A ; - postisch_nn_1 : N ; - postkontor_nn_1 : N ; - postkort_nn_1 : N ; - postkupe_nn_1 : N ; - postludium_nn_1 : N ; - postmaestare_nn_1 : N ; - postnatal_av_1 : A ; - postnummer_nn_1 : N ; - posto_ab_1 : Adv ; - postorderfoeretag_nn_1 : N ; - postposition_nn_1 : N ; - postremissvaexel_nn_1 : N ; - postroest_nn_1 : N ; - postseminarium_nn_1 : N ; - postskriptum_nn_1 : N ; - poststaempel_nn_1 : N ; - poststation_nn_1 : N ; - posttjaensteman_nn_1 : N ; - postulat_nn_1 : N ; - postum_av_1 : A ; - postutdelning_nn_1 : N ; - postvaexel_nn_1 : N ; - postverk_nn_1 : N ; - potage_nn_1 : N ; - potatis_nn_1 : N ; - potatisliknande_av_1 : A ; - potatispure_nn_1 : N ; - potatissallad_nn_1 : N ; - potatisvaext_nn_1 : N ; - potemkinkuliss_nn_1 : N ; - potens_nn_1 : N ; - potent_av_1 : A ; - potentat_nn_1 : N ; - potential_nn_1 : N ; - potentiell_av_1 : A ; - potentiometer_nn_1 : N ; - potpurri_nn_1 : N ; - pott_nn_1 : N ; - poulard_nn_1 : N ; - praalig_av_1 : A ; - praam_nn_1 : N ; - praang_nn_1 : N ; - praangleri_nn_1 : N ; - praegel_nn_1 : N ; - praegelvaerde_nn_1 : N ; - praegling_nn_1 : N ; - praektig_av_1 : A ; - praelle_nn_1 : N ; - praent_nn_1 : N ; - praerie_nn_1 : N ; - praeriehund_nn_1 : N ; - praerievarg_nn_1 : N ; - praest_nn_1 : N ; - praestbetyg_nn_1 : N ; - praestdraekt_nn_1 : N ; - praesterlig_av_1 : A ; - praestgaard_nn_1 : N ; - praestgaardslaenstol_nn_1 : N ; - praestgaell_nn_1 : N ; - praestinna_nn_1 : N ; - praestkrage_nn_1 : N ; - praestman_nn_1 : N ; - praestost_nn_1 : N ; - praestrock_nn_1 : N ; - praestskrud_nn_1 : N ; - praesttillsaettning_nn_1 : N ; - praestvaelde_nn_1 : N ; - praestvigning_nn_1 : N ; - pragmatiker_nn_1 : N ; - pragmatisk_av_1 : A ; - prakrit_nn_1 : N ; - praktbaegare_nn_1 : N ; - praktbagge_nn_1 : N ; - praktexempel_nn_1 : N ; - praktfull_av_1 : A ; - praktikabel_av_1 : A ; - praktikant_nn_1 : N ; - praktiker_nn_1 : N ; - praktiktjaenstgoering_nn_1 : N ; - praktisk_av_1 : A ; - praktmaalning_nn_1 : N ; - praktpjaes_nn_1 : N ; - praktverk_nn_1 : N ; - pralin_nn_1 : N ; - pratbubbla_nn_1 : N ; - pratig_av_1 : A ; - pratkvarn_nn_1 : N ; - pratmakare_nn_1 : N ; - pratsam_av_1 : A ; - pratsjuk_av_1 : A ; - prebende_nn_1 : N ; - precedensfall_nn_1 : N ; - preceptor_nn_1 : N ; - preceptur_nn_1 : N ; - precioes_av_1 : A ; - preciosa_nn_1 : N ; - preciositet_nn_1 : N ; - precis_ab_1 : Adv ; - precisionsroerelse_nn_1 : N ; - predator_nn_1 : N ; - predikament_nn_1 : N ; - predikant_nn_1 : N ; - predikare_nn_1 : N ; - predikat_nn_1 : N ; - predikativ_av_1 : A ; - predikativ_nn_1 : N ; - predikatlogisk_av_1 : A ; - predikatsfyllnad_nn_1 : N ; - predikning_nn_1 : N ; - predikokonst_nn_1 : N ; - predikosamling_nn_1 : N ; - predikotext_nn_1 : N ; - predikotur_nn_1 : N ; - predikstol_nn_1 : N ; - prefekt_nn_1 : N ; - prefektur_nn_1 : N ; - preferens_nn_1 : N ; - preferensaktie_nn_1 : N ; - prefix_nn_1 : N ; - preglacial_av_1 : A ; - pregnant_av_1 : A ; - prehistorisk_av_1 : A ; - prejudicerande_av_1 : A ; - prejudikat_nn_1 : N ; - prekaer_av_1 : A ; - prelat_nn_1 : N ; - preliminaer_av_1 : A ; - preludium_nn_1 : N ; - premiaer_nn_1 : N ; - premiaerminister_nn_1 : N ; - premie_nn_1 : N ; - premiebetalare_nn_1 : N ; - premiegill_av_1 : A ; - premielaan_nn_1 : N ; - premieobligation_nn_1 : N ; - premiss_nn_1 : N ; - premium_nn_1 : N ; - premolar_nn_1 : N ; - prenatal_av_1 : A ; - prenumerant_nn_1 : N ; - prenumeration_nn_1 : N ; - preparand_nn_1 : N ; - preparat_nn_1 : N ; - preparation_nn_1 : N ; - preparator_nn_1 : N ; - preparatris_nn_1 : N ; - preposition_nn_1 : N ; - prepositionell_av_1 : A ; - prepositionskasus_nn_1 : N ; - prepositionsuttryck_nn_1 : N ; - prerogativ_nn_1 : N ; - presbyter_nn_1 : N ; - presbyterian_nn_1 : N ; - presenning_nn_1 : N ; - presens_nn_1 : N ; - presensparticip_nn_1 : N ; - present_av_1 : A ; - present_nn_1 : N ; - presentabel_av_1 : A ; - presentation_nn_1 : N ; - presentatoer_nn_1 : N ; - presentkort_nn_1 : N ; - preservativ_nn_1 : N ; - preses_nn_1 : N ; - president_nn_1 : N ; - presidentskap_nn_1 : N ; - presidentur_nn_1 : N ; - presidentval_nn_1 : N ; - presidium_nn_1 : N ; - preskription_nn_1 : N ; - preskriptionstid_nn_1 : N ; - press_nn_1 : N ; - pressare_nn_1 : N ; - presschef_nn_1 : N ; - presseri_nn_1 : N ; - pressfotograf_nn_1 : N ; - pressgranne_nn_1 : N ; - pressjaern_nn_1 : N ; - presskommissarie_nn_1 : N ; - presskonferens_nn_1 : N ; - presskort_nn_1 : N ; - presslaeggning_nn_1 : N ; - presslaektare_nn_1 : N ; - pressmaskin_nn_1 : N ; - pressmottagning_nn_1 : N ; - pressning_nn_1 : N ; - pressorgan_nn_1 : N ; - pressrelease_nn_1 : N ; - pressrevider_nn_1 : N ; - presstopp_nn_1 : N ; - pressveck_nn_1 : N ; - prestanda_nn_1 : N ; - prestation_nn_1 : N ; - prestav_nn_1 : N ; - presto_ab_1 : Adv ; - presto_nn_1 : N ; - presumtiv_av_1 : A ; - pretendent_nn_1 : N ; - pretentioes_av_1 : A ; - pretention_nn_1 : N ; - preteritum_nn_1 : N ; - pretext_nn_1 : N ; - pretioes_av_1 : A ; - pretiosa_nn_1 : N ; - pretiositet_nn_1 : N ; - pretor_nn_1 : N ; - pretorian_nn_1 : N ; - pretto_nn_1 : N ; - preussare_nn_1 : N ; - preussisk_av_1 : A ; - preventiv_av_1 : A ; - preventivkrig_nn_1 : N ; - preventivmedel_nn_1 : N ; - prick_ab_1 : Adv ; - prick_nn_1 : N ; - prickare_nn_1 : N ; - prickfri_av_1 : A ; - prickig_av_1 : A ; - pricksaeker_av_1 : A ; - prickskytt_nn_1 : N ; - prillig_av_1 : A ; - prim_nn_1 : N ; - prima_av_1 : A ; - primaer_av_1 : A ; - primaergrupp_nn_1 : N ; - primaerkommun_nn_1 : N ; - primaerkredit_nn_1 : N ; - primaerlaan_nn_1 : N ; - primaerminne_nn_1 : N ; - primaerval_nn_1 : N ; - primalskrik_nn_1 : N ; - primarie_nn_1 : N ; - primat_nn_2 : N ; - primfaktor_nn_1 : N ; - primitiv_av_1 : A ; - primitivistisk_av_1 : A ; - primitivitet_nn_1 : N ; - primoer_nn_1 : N ; - primtal_nn_1 : N ; - primuskoek_nn_1 : N ; - princip_nn_1 : N ; - principal_nn_1 : N ; - principfast_av_1 : A ; - principfoerklaring_nn_1 : N ; - principiell_av_1 : A ; - principmaenniska_nn_1 : N ; - principprogram_nn_1 : N ; - principryttare_nn_1 : N ; - prins_nn_1 : N ; - prinsessklaenning_nn_1 : N ; - prinsgemaal_nn_1 : N ; - prinskorv_nn_1 : N ; - prinsregent_nn_1 : N ; - prior_nn_1 : N ; - priorinna_nn_1 : N ; - prioritet_nn_1 : N ; - pris_nn_1 : N ; - pris_nn_3 : N ; - pris_nn_4 : N ; - prisbillig_av_1 : A ; - prisbomb_nn_1 : N ; - prisboxare_nn_1 : N ; - prischock_nn_1 : N ; - priselasticitet_nn_1 : N ; - prisfall_nn_1 : N ; - prisfoeraendring_nn_1 : N ; - prisge_vb_1 : V ; - prishoejning_nn_1 : N ; - priskrig_nn_1 : N ; - priskurant_nn_1 : N ; - prislapp_nn_1 : N ; - prisma_nn_1 : N ; - prismakikare_nn_1 : N ; - prismatisk_av_1 : A ; - prismedveten_av_1 : A ; - prisnivaa_nn_1 : N ; - prisoekning_nn_1 : N ; - prisreglering_nn_1 : N ; - prissaettning_nn_1 : N ; - prisse_nn_1 : N ; - prissensation_nn_1 : N ; - prisstegring_nn_1 : N ; - prisstopp_nn_1 : N ; - pristaevling_nn_1 : N ; - pristagare_nn_1 : N ; - pristak_nn_1 : N ; - prisvaerd_av_1 : A ; - prisvariation_nn_1 : N ; - privat_av_1 : A ; - privataegd_av_1 : A ; - privatbank_nn_1 : N ; - privatbil_nn_1 : N ; - privatdetektiv_nn_1 : N ; - privatdiskontoer_nn_1 : N ; - privatekonomisk_av_1 : A ; - privatim_ab_1 : Adv ; - privatist_nn_1 : N ; - privatkapital_nn_1 : N ; - privatlaan_nn_1 : N ; - privatlaekare_nn_1 : N ; - privatlaerare_nn_1 : N ; - privatlektion_nn_1 : N ; - privatman_nn_1 : N ; - privatperson_nn_1 : N ; - privatpraktiker_nn_1 : N ; - privatpraktiserande_av_1 : A ; - privatsak_nn_1 : N ; - privatsekreterare_nn_1 : N ; - privattryck_nn_1 : N ; - privilegiebrev_nn_1 : N ; - privilegium_nn_1 : N ; - probabel_av_1 : A ; - probabilistisk_av_1 : A ; - probabilitet_nn_1 : N ; - probat_av_1 : A ; - problem_nn_1 : N ; - problematisk_av_1 : A ; - problembarn_nn_1 : N ; - problemfri_av_1 : A ; - problemstaellning_nn_1 : N ; - procedur_nn_1 : N ; - procent_nn_1 : N ; - procentare_nn_1 : N ; - procentenhet_nn_1 : N ; - procentisk_av_1 : A ; - procentuell_av_1 : A ; - procentvaerde_nn_1 : N ; - process_nn_1 : N ; - processindustri_nn_1 : N ; - procession_nn_1 : N ; - processuell_av_1 : A ; - producent_nn_1 : N ; - produkt_nn_1 : N ; - produktion_nn_1 : N ; - produktionsapparat_nn_1 : N ; - produktionsfaktor_nn_1 : N ; - produktionsfoerhaallande_nn_1 : N ; - produktionsmedel_nn_1 : N ; - produktionsskatt_nn_1 : N ; - produktionsteknik_nn_1 : N ; - produktiv_av_1 : A ; - produktivitet_nn_1 : N ; - produktivkraft_nn_1 : N ; - produktmaengd_nn_1 : N ; - proevande_av_1 : A ; - proevning_nn_1 : N ; - proevostund_nn_1 : N ; - proevotid_nn_1 : N ; - profan_av_1 : A ; - profanation_nn_1 : N ; - profession_nn_1 : N ; - professionell_av_1 : A ; - professor_nn_1 : N ; - professorlig_av_1 : A ; - professur_nn_1 : N ; - profet_nn_1 : N ; - profetisk_av_1 : A ; - proffs_nn_1 : N ; - proffsig_av_1 : A ; - profil_nn_1 : N ; - profit_nn_1 : N ; - profithaj_nn_1 : N ; - profitoer_nn_1 : N ; - profoss_nn_1 : N ; - profylaktisk_av_1 : A ; - prognat_av_1 : A ; - prognos_nn_1 : N ; - prognostisk_av_1 : A ; - program_nn_1 : N ; - programbudget_nn_1 : N ; - programenlig_av_1 : A ; - programland_nn_1 : N ; - programledare_nn_1 : N ; - programmatisk_av_1 : A ; - programmerare_nn_1 : N ; - programmeringsspraak_nn_1 : N ; - programmotek_nn_1 : N ; - programpunkt_nn_1 : N ; - programskrift_nn_1 : N ; - programspraak_nn_1 : N ; - programutgivare_nn_1 : N ; - programvaeljare_nn_1 : N ; - progression_nn_1 : N ; - progressiv_av_1 : A ; - progressivitet_nn_1 : N ; - prohibitiv_av_1 : A ; - proinsulin_nn_1 : N ; - projekt_nn_1 : N ; - projektil_nn_1 : N ; - projektion_nn_1 : N ; - projektionsapparat_nn_1 : N ; - projektiv_av_1 : A ; - projektoer_nn_1 : N ; - projektor_nn_1 : N ; - prokansler_nn_1 : N ; - proklamation_nn_1 : N ; - proklitisk_av_1 : A ; - prokrustesbaedd_nn_1 : N ; - prokrustisk_av_1 : A ; - prokurator_nn_1 : N ; - prokurist_nn_1 : N ; - prolaktin_nn_1 : N ; - prolaps_nn_1 : N ; - proletaer_av_1 : A ; - proletaer_nn_1 : N ; - prolog_nn_1 : N ; - prolongation_nn_1 : N ; - promenad_nn_1 : N ; - promenadkaepp_nn_1 : N ; - promenadkonsert_nn_1 : N ; - promenadseger_nn_1 : N ; - promenadstraak_nn_1 : N ; - promenoar_nn_1 : N ; - promille_nn_1 : N ; - prominens_nn_1 : N ; - prominent_av_1 : A ; - promiskuitet_nn_1 : N ; - promiskuoes_av_1 : A ; - promotion_nn_1 : N ; - promotor_nn_1 : N ; - promovend_nn_1 : N ; - prompt_ab_1 : Adv ; - promulgation_nn_1 : N ; - pronomen_nn_1 : N ; - pronominal_av_1 : A ; - pronominell_av_1 : A ; - prononciation_nn_1 : N ; - propaa_nn_1 : N ; - propagandaminister_nn_1 : N ; - propagandist_nn_1 : N ; - propagandistisk_av_1 : A ; - propedeutisk_av_1 : A ; - propeller_nn_1 : N ; - propellerplan_nn_1 : N ; - proper_av_1 : A ; - proponent_nn_1 : N ; - proportion_nn_1 : N ; - proportional_nn_1 : N ; - proportionalitet_nn_1 : N ; - proportionell_av_1 : A ; - proportionerlig_av_1 : A ; - proposition_nn_1 : N ; - propp_nn_1 : N ; - proppfull_av_1 : A ; - proppmaett_av_1 : A ; - proppsaekring_nn_1 : N ; - proprietaer_nn_1 : N ; - propyl_nn_1 : N ; - propyle_nn_1 : N ; - prorektor_nn_1 : N ; - prorogation_nn_1 : N ; - prosadikt_nn_1 : N ; - prosaisk_av_1 : A ; - prosaist_nn_1 : N ; - proscenium_nn_1 : N ; - prosektor_nn_1 : N ; - proselyt_nn_1 : N ; - proseminarium_nn_1 : N ; - proskription_nn_1 : N ; - prosodi_nn_1 : N ; - prosodisk_av_1 : A ; - prospekt_nn_1 : N ; - prost_nn_1 : N ; - prostatit_nn_1 : N ; - prosteri_nn_1 : N ; - protagonist_nn_1 : N ; - protege_nn_1 : N ; - protein_nn_1 : N ; - proteinanalys_nn_1 : N ; - proteinbehov_nn_1 : N ; - proteinfabrik_nn_1 : N ; - proteinfamilj_nn_1 : N ; - proteinforskning_nn_1 : N ; - proteinkedja_nn_1 : N ; - proteinkemist_nn_1 : N ; - proteinmolekyl_nn_1 : N ; - proteinnerbrytande_av_1 : A ; - proteinrik_av_1 : A ; - proteinslag_nn_1 : N ; - proteisk_av_1 : A ; - protektionistisk_av_1 : A ; - protektor_nn_1 : N ; - protektorat_nn_1 : N ; - protes_nn_1 : N ; - protest_nn_1 : N ; - protestaktion_nn_1 : N ; - protestant_nn_1 : N ; - protestantisk_av_1 : A ; - protestroerelse_nn_1 : N ; - protestvilja_nn_1 : N ; - protokoll_nn_1 : N ; - protokollaer_av_1 : A ; - protolys_nn_1 : N ; - protolyt_nn_1 : N ; - proton_nn_1 : N ; - protonkniv_nn_1 : N ; - protonladdning_nn_1 : N ; - prototyp_nn_1 : N ; - protozo_nn_1 : N ; - protuberans_nn_1 : N ; - prov_nn_1 : N ; - prov_nn_2 : N ; - provaar_nn_1 : N ; - provare_nn_1 : N ; - proveniens_nn_1 : N ; - provensal_nn_1 : N ; - provensalsk_av_1 : A ; - provensalska_nn_2 : N ; - proverb_nn_1 : N ; - provglas_nn_1 : N ; - provie_nn_1 : N ; - provins_nn_1 : N ; - provinsialism_nn_1 : N ; - provinsiallaekare_nn_1 : N ; - provinsiell_av_1 : A ; - provision_nn_1 : N ; - provisorisk_av_1 : A ; - provisorium_nn_1 : N ; - provkoek_nn_1 : N ; - provokation_nn_1 : N ; - provokativ_av_1 : A ; - provokatoer_nn_1 : N ; - provokatorisk_av_1 : A ; - provraekning_nn_1 : N ; - provroer_nn_1 : N ; - provroersbarn_nn_1 : N ; - provroersbefruktning_nn_1 : N ; - provrum_nn_1 : N ; - provryttare_nn_1 : N ; - provspraengning_nn_1 : N ; - provstopp_nn_1 : N ; - provtagning_nn_1 : N ; - provuppgift_nn_1 : N ; - proximal_av_1 : A ; - prudentlig_av_1 : A ; - prunell_nn_1 : N ; - prutgaas_nn_1 : N ; - prutt_nn_1 : N ; - pruttig_av_1 : A ; - pryd_av_1 : A ; - prydlig_av_1 : A ; - prydnad_nn_1 : N ; - prydnadsbuske_nn_1 : N ; - prydnadsdetalj_nn_1 : N ; - prydnadsfigur_nn_1 : N ; - prydnadsfjaeder_nn_1 : N ; - prydnadsfoeremaal_nn_1 : N ; - prydnadsgavel_nn_1 : N ; - prydnadslist_nn_1 : N ; - prydnadssoem_nn_1 : N ; - prydnadsvaev_nn_1 : N ; - prydnadsvaext_nn_1 : N ; - pryl_nn_1 : N ; - pryo_nn_1 : N ; - pryttel_nn_1 : N ; - psalm_nn_1 : N ; - psalmbok_nn_1 : N ; - psalmdiktare_nn_1 : N ; - psalmist_nn_1 : N ; - psalmnummer_nn_1 : N ; - psalmodi_nn_1 : N ; - psalmodikon_nn_1 : N ; - psalmvers_nn_1 : N ; - psaltare_nn_1 : N ; - pseudohaendelse_nn_1 : N ; - pseudonym_nn_1 : N ; - psoriatiker_nn_1 : N ; - psykedelisk_av_1 : A ; - psykiater_nn_1 : N ; - psykiatriker_nn_1 : N ; - psykiatrisk_av_1 : A ; - psykisk_av_1 : A ; - psykoanalys_nn_1 : N ; - psykoanalytiker_nn_1 : N ; - psykoanalytisk_av_1 : A ; - psykofarmaka_nn_1 : N ; - psykogen_av_1 : A ; - psykolog_nn_1 : N ; - psykologiprofessor_nn_1 : N ; - psykologisk_av_1 : A ; - psykopat_nn_1 : N ; - psykopati_nn_1 : N ; - psykoprofylaktisk_av_1 : A ; - psykos_nn_1 : N ; - psykosocial_av_1 : A ; - psykosomatisk_av_1 : A ; - psykoterapeut_nn_1 : N ; - psykoterapi_nn_1 : N ; - psykotisk_av_1 : A ; - psykrometer_nn_1 : N ; - pub_nn_1 : N ; - pubertet_nn_1 : N ; - publicering_nn_1 : N ; - publicist_nn_1 : N ; - publicistisk_av_1 : A ; - publicitet_nn_1 : N ; - publik_av_1 : A ; - publikan_nn_1 : N ; - publikation_nn_1 : N ; - publikdragande_av_1 : A ; - publikfriande_av_1 : A ; - puck_nn_1 : N ; - puckare_nn_1 : N ; - puckel_nn_1 : N ; - puckeloxe_nn_1 : N ; - puckelpist_nn_1 : N ; - puckelrygg_nn_1 : N ; - puckelryggig_av_1 : A ; - pucklig_av_1 : A ; - pudding_nn_1 : N ; - pudel_nn_1 : N ; - puderkraem_nn_1 : N ; - puderunderlag_nn_1 : N ; - pudrig_av_1 : A ; - pueril_av_1 : A ; - puerilitet_nn_1 : N ; - puff_nn_1 : N ; - puffaerm_nn_1 : N ; - puffert_nn_1 : N ; - pugilist_nn_1 : N ; - puke_nn_1 : N ; - pullmanvagn_nn_1 : N ; - pullover_nn_1 : N ; - pulpet_nn_1 : N ; - pulpettak_nn_1 : N ; - pulpit_nn_1 : N ; - puls_nn_1 : N ; - puls_nn_2 : N ; - pulsaader_nn_1 : N ; - pulsar_nn_1 : N ; - pulsslag_nn_1 : N ; - pulstaag_nn_1 : N ; - pult_nn_1 : N ; - pultron_nn_1 : N ; - pulver_nn_1 : N ; - pulverslaeckare_nn_1 : N ; - pump_nn_1 : N ; - pumpernickel_nn_1 : N ; - pumpkolv_nn_1 : N ; - pumpstoevel_nn_1 : N ; - punch_nn_1 : N ; - pund_nn_1 : N ; - pundare_nn_1 : N ; - pundhuvud_nn_1 : N ; - pundig_av_1 : A ; - pundkris_nn_1 : N ; - pung_nn_1 : N ; - pungbjoern_nn_1 : N ; - pungdjur_nn_1 : N ; - pungsten_nn_1 : N ; - punisk_av_1 : A ; - punkare_nn_1 : N ; - punkfrisyr_nn_1 : N ; - punkt_nn_1 : N ; - punktering_nn_1 : N ; - punkthus_nn_1 : N ; - punktion_nn_1 : N ; - punktlig_av_1 : A ; - punktmaengd_nn_1 : N ; - punktskatt_nn_1 : N ; - punktuell_av_1 : A ; - punktur_nn_1 : N ; - punktvis_ab_1 : Adv ; - puns_nn_1 : N ; - pupill_nn_1 : N ; - pupillfoerstorande_av_1 : A ; - pur_av_1 : A ; - pure_nn_1 : N ; - purgativ_nn_1 : N ; - purin_nn_1 : N ; - purism_nn_1 : N ; - purist_nn_1 : N ; - puritan_nn_1 : N ; - puritansk_av_1 : A ; - purjoloek_nn_1 : N ; - purken_av_1 : A ; - purser_nn_1 : N ; - puss_nn_1 : N ; - pussel_nn_1 : N ; - pusselbit_nn_1 : N ; - pussig_av_1 : A ; - pusskalas_nn_1 : N ; - pust_nn_1 : N ; - pustel_nn_1 : N ; - putig_av_1 : A ; - puts_nn_2 : N ; - putsch_nn_1 : N ; - putslustig_av_1 : A ; - putt_av_1 : A ; - putt_nn_1 : N ; - putte_nn_1 : N ; - puttefnask_nn_1 : N ; - putting_nn_1 : N ; - putto_nn_1 : N ; - puttrig_av_1 : A ; - puzzle_nn_1 : N ; - pyelit_nn_1 : N ; - pygme_nn_1 : N ; - pyjamas_nn_1 : N ; - pykniker_nn_1 : N ; - pyknisk_av_1 : A ; - pyknometer_nn_1 : N ; - pylon_nn_1 : N ; - pyndare_nn_1 : N ; - pynt_nn_2 : N ; - pyramid_nn_1 : N ; - pyramidal_av_1 : A ; - pyreneisk_av_1 : A ; - pyridin_nn_1 : N ; - pyrit_nn_1 : N ; - pyroman_nn_1 : N ; - pyrometer_nn_1 : N ; - pyroteknisk_av_1 : A ; - pyrrusseger_nn_1 : N ; - pys_nn_1 : N ; - pysslig_av_1 : A ; - pyssling_nn_1 : N ; - pyton_ab_1 : Adv ; - pytonorm_nn_1 : N ; - pyts_nn_1 : N ; - pytte_av_1 : A ; - qatarier_nn_1 : N ; - qatarisk_av_1 : A ; - quenell_nn_1 : N ; - quisling_nn_1 : N ; - raa_av_1 : A ; - raa_nn_1 : N ; - raa_nn_2 : N ; - raa_nn_3 : N ; - raaaemne_nn_1 : N ; - raaband_nn_1 : N ; - raabandsknop_nn_1 : N ; - raabiff_nn_1 : N ; - raabock_nn_1 : N ; - raad_nn_1 : N ; - raadande_av_1 : A ; - raaddig_av_1 : A ; - raadfraagning_nn_1 : N ; - raadgivande_av_1 : A ; - raadgivare_nn_1 : N ; - raadhus_nn_1 : N ; - raadhuskaellare_nn_1 : N ; - raadhusraett_nn_1 : N ; - raadig_av_1 : A ; - raadjur_nn_1 : N ; - raadjurssadel_nn_1 : N ; - raadlig_av_1 : A ; - raadloes_av_1 : A ; - raadman_nn_1 : N ; - raadplaegning_nn_1 : N ; - raadslag_nn_1 : N ; - raadsnar_av_1 : A ; - raadsrepublik_nn_1 : N ; - raadstuga_nn_1 : N ; - raadstuguraett_nn_1 : N ; - raadvill_av_1 : A ; - raagaang_nn_1 : N ; - raagblond_av_1 : A ; - raagbroed_nn_1 : N ; - raaget_nn_1 : N ; - raagkorn_nn_1 : N ; - raahet_nn_1 : N ; - raak_nn_1 : N ; - raakall_av_1 : A ; - raakopia_nn_1 : N ; - raakurr_nn_1 : N ; - raamaerke_nn_1 : N ; - raan_nn_1 : N ; - raanare_nn_1 : N ; - raanmord_nn_1 : N ; - raanock_nn_1 : N ; - raaoljemotor_nn_1 : N ; - raariva_vb_1 : V ; - raaroerd_av_1 : A ; - raasegel_nn_1 : N ; - raaseglare_nn_1 : N ; - raaskinn_nn_1 : N ; - raasop_nn_1 : N ; - raattaeten_av_1 : A ; - raattdjur_nn_1 : N ; - raatthaal_nn_1 : N ; - raattsvans_nn_1 : N ; - raavara_nn_1 : N ; - rabatt_nn_1 : N ; - rabattfrimaerke_nn_1 : N ; - rabatthaefte_nn_1 : N ; - rabattkort_nn_1 : N ; - rabattkupong_nn_1 : N ; - rabbi_nn_1 : N ; - rabbin_nn_1 : N ; - rabbis_nn_1 : N ; - rabiat_av_1 : A ; - rabulist_nn_1 : N ; - rabulistisk_av_1 : A ; - racer_nn_1 : N ; - racerbil_nn_1 : N ; - racercykel_nn_1 : N ; - racerfoerare_nn_1 : N ; - rack_nn_1 : N ; - rack_nn_2 : N ; - rackaraktig_av_1 : A ; - rackare_nn_1 : N ; - rackarns_av_1 : A ; - rackartyg_nn_1 : N ; - rackarunge_nn_1 : N ; - rackelhane_nn_1 : N ; - racket_nn_1 : N ; - racklig_av_1 : A ; - rad_nn_1 : N ; - rad_nn_2 : N ; - radannons_nn_1 : N ; - radarantenn_nn_1 : N ; - radarfyr_nn_1 : N ; - radarkontroll_nn_1 : N ; - radarpar_nn_1 : N ; - radarreflektor_nn_1 : N ; - radarskaerm_nn_1 : N ; - radavstaand_nn_1 : N ; - radband_nn_1 : N ; - radergummi_nn_1 : N ; - raderkniv_nn_1 : N ; - radhus_nn_1 : N ; - radiakbehandling_nn_1 : N ; - radial_av_1 : A ; - radialdaeck_nn_1 : N ; - radialhastighet_nn_1 : N ; - radiallager_nn_1 : N ; - radian_nn_1 : N ; - radiator_nn_1 : N ; - radie_nn_1 : N ; - radiell_av_1 : A ; - radikal_av_1 : A ; - radikal_nn_1 : N ; - radikalisering_nn_1 : N ; - radikaloperation_nn_1 : N ; - radio_nn_1 : N ; - radioaktiv_av_1 : A ; - radioaktivitet_nn_1 : N ; - radioamatoer_nn_1 : N ; - radioapparat_nn_1 : N ; - radioastronomisk_av_1 : A ; - radiobil_nn_1 : N ; - radiofrekvent_av_1 : A ; - radiofyr_nn_1 : N ; - radiogram_nn_1 : N ; - radiogrammofon_nn_1 : N ; - radiohus_nn_1 : N ; - radioisotop_nn_1 : N ; - radiokanal_nn_1 : N ; - radiolaenk_nn_1 : N ; - radiolarie_nn_1 : N ; - radiolog_nn_1 : N ; - radioman_nn_1 : N ; - radiometer_nn_1 : N ; - radiomottagare_nn_1 : N ; - radionavigeringssystem_nn_1 : N ; - radiopjaes_nn_1 : N ; - radioprogram_nn_1 : N ; - radioroer_nn_1 : N ; - radioroest_nn_1 : N ; - radiosaendare_nn_1 : N ; - radiosaendning_nn_1 : N ; - radiosignal_nn_1 : N ; - radiosond_nn_1 : N ; - radiostation_nn_1 : N ; - radiostoerning_nn_1 : N ; - radiostraalning_nn_1 : N ; - radiot_nn_1 : N ; - radioteknik_nn_1 : N ; - radiotelefon_nn_1 : N ; - radiotelegrafist_nn_1 : N ; - radioteleskop_nn_1 : N ; - radioutsaendning_nn_1 : N ; - radondotter_nn_1 : N ; - radonhus_nn_1 : N ; - radskiftare_nn_1 : N ; - radskrivare_nn_1 : N ; - radslutssignal_nn_1 : N ; - raeck_nn_1 : N ; - raecke_nn_1 : N ; - raeckverk_nn_1 : N ; - raeckvidd_nn_1 : N ; - raed_nn_1 : N ; - raeddare_nn_1 : N ; - raeddhaagsen_av_1 : A ; - raeddning_nn_1 : N ; - raeddningsaktion_nn_1 : N ; - raeddningsloes_av_1 : A ; - raeffla_nn_1 : N ; - raefst_nn_1 : N ; - raejong_nn_1 : N ; - raekel_nn_1 : N ; - raekenskapsaar_nn_1 : N ; - raeknare_nn_1 : N ; - raekneapparat_nn_1 : N ; - raekneexempel_nn_1 : N ; - raeknekapacitet_nn_1 : N ; - raeknemaskin_nn_1 : N ; - raekneord_nn_1 : N ; - raeknesaett_nn_1 : N ; - raeknesnabbhet_nn_1 : N ; - raekneverk_nn_1 : N ; - raekning_nn_1 : N ; - rael_nn_1 : N ; - raelig_av_1 : A ; - raels_nn_1 : N ; - raelsbuss_nn_1 : N ; - raenksmidare_nn_1 : N ; - raennil_nn_1 : N ; - raenning_nn_1 : N ; - raennsten_nn_1 : N ; - raennstensunge_nn_1 : N ; - raensel_nn_1 : N ; - raentabel_av_1 : A ; - raentabilitet_nn_1 : N ; - raenteavdrag_nn_1 : N ; - raentebesked_nn_1 : N ; - raentemarginal_nn_1 : N ; - raentesats_nn_1 : N ; - raentetermin_nn_1 : N ; - raentmaestare_nn_1 : N ; - raetblock_nn_1 : N ; - raetlinjig_av_1 : A ; - raetsida_nn_1 : N ; - raett_ab_1 : Adv ; - raett_av_1 : A ; - raett_nn_1 : N ; - raettaenkande_av_1 : A ; - raettare_nn_1 : N ; - raettegaang_nn_1 : N ; - raettegaangsbitraede_nn_1 : N ; - raettegaangsfel_nn_1 : N ; - raetteligen_ab_1 : Adv ; - raettelse_nn_1 : N ; - raettfaerdig_av_1 : A ; - raettfaerdighet_nn_1 : N ; - raettfram_av_1 : A ; - raettighet_nn_1 : N ; - raettmaetig_av_1 : A ; - raettning_nn_1 : N ; - raettraadig_av_1 : A ; - raettroende_av_1 : A ; - raettrogen_av_1 : A ; - raettschef_nn_1 : N ; - raettsenlig_av_1 : A ; - raettsfall_nn_1 : N ; - raettshaverist_nn_1 : N ; - raettsinnig_av_1 : A ; - raettskaffens_av_1 : A ; - raettskapacitet_nn_1 : N ; - raettskrivning_nn_1 : N ; - raettslaekare_nn_1 : N ; - raettslig_av_1 : A ; - raettsloes_av_1 : A ; - raettsmedicinsk_av_1 : A ; - raettsordning_nn_1 : N ; - raettspaafoeljd_nn_1 : N ; - raettsprincip_nn_1 : N ; - raettspsykiatrisk_av_1 : A ; - raettsregel_nn_1 : N ; - raettssaekerhet_nn_1 : N ; - raettssak_nn_1 : N ; - raettssal_nn_1 : N ; - raettsstat_nn_1 : N ; - raettsstridig_av_1 : A ; - raettssubjekt_nn_1 : N ; - raettstvist_nn_1 : N ; - raettsuppfattning_nn_1 : N ; - raettsvidrig_av_1 : A ; - raettvis_av_1 : A ; - raettvisande_av_1 : A ; - raetvinge_nn_1 : N ; - raetvinklig_av_1 : A ; - raev_nn_1 : N ; - raevfarm_nn_1 : N ; - raevhund_nn_1 : N ; - raevjakt_nn_1 : N ; - raevsax_nn_1 : N ; - raevspel_nn_1 : N ; - raevsvans_nn_1 : N ; - raffig_av_1 : A ; - raffinad_nn_1 : N ; - raffinaderi_nn_1 : N ; - raffinemang_nn_1 : N ; - rafflande_av_1 : A ; - rafflig_av_1 : A ; - rafraeschissoer_nn_1 : N ; - raggarbil_nn_1 : N ; - raggarbrud_nn_1 : N ; - raggare_nn_1 : N ; - raggig_av_1 : A ; - raggmunk_nn_1 : N ; - raglanaerm_nn_1 : N ; - ragu_nn_1 : N ; - raid_nn_1 : N ; - rajd_nn_1 : N ; - rak_av_1 : A ; - rakapparat_nn_1 : N ; - rakblad_nn_1 : N ; - rakborste_nn_1 : N ; - raket_nn_1 : N ; - raketbas_nn_1 : N ; - raketfaerd_nn_1 : N ; - raketgevaer_nn_1 : N ; - raketkonstruktoer_nn_1 : N ; - raketmotor_nn_1 : N ; - raketsteg_nn_1 : N ; - raketvapen_nn_1 : N ; - rakhyvel_nn_1 : N ; - rakitisk_av_1 : A ; - rakkniv_nn_1 : N ; - raklaang_av_1 : A ; - raklinjig_av_1 : A ; - rakning_nn_1 : N ; - rakspegel_nn_1 : N ; - rakstrigel_nn_1 : N ; - raktvaal_nn_1 : N ; - rakvatten_nn_1 : N ; - raljant_av_1 : A ; - raljeri_nn_1 : N ; - rall_nn_1 : N ; - rallarbas_nn_1 : N ; - rallare_nn_1 : N ; - rallarsving_nn_1 : N ; - rally_nn_1 : N ; - ram_nn_1 : N ; - ramaskri_nn_1 : N ; - ramavtal_nn_1 : N ; - ramberaettelse_nn_1 : N ; - rambudget_nn_1 : N ; - ramlare_nn_1 : N ; - ramm_nn_1 : N ; - ramp_nn_1 : N ; - rampris_nn_1 : N ; - ramstark_av_1 : A ; - ramsvart_av_1 : A ; - ranch_nn_1 : N ; - rancune_nn_1 : N ; - rand_nn_1 : N ; - rand_nn_2 : N ; - randanmaerkning_nn_1 : N ; - randanteckning_nn_1 : N ; - randberg_nn_1 : N ; - randbildning_nn_1 : N ; - randdelta_nn_1 : N ; - randfenomen_nn_1 : N ; - randhav_nn_1 : N ; - randig_av_1 : A ; - randplataa_nn_1 : N ; - randsjoe_nn_1 : N ; - randsydd_av_1 : A ; - ranger_nn_1 : N ; - rangerbangaard_nn_1 : N ; - ranglig_av_1 : A ; - rangordning_nn_1 : N ; - rangplats_nn_1 : N ; - rank_av_1 : A ; - ranka_ab_1 : Adv ; - rankfoting_nn_1 : N ; - rankig_av_1 : A ; - rannsakning_nn_1 : N ; - ranson_nn_1 : N ; - ransonering_nn_1 : N ; - ransoneringskort_nn_1 : N ; - ranunkel_nn_1 : N ; - ranunkelvaext_nn_1 : N ; - rap_nn_1 : N ; - rapp_av_1 : A ; - rapp_nn_1 : N ; - rapp_nn_2 : N ; - rappell_nn_1 : N ; - rapphoens_nn_1 : N ; - rappning_nn_1 : N ; - rapport_nn_1 : N ; - rapportkarl_nn_1 : N ; - rapportoer_nn_1 : N ; - rapsbagge_nn_1 : N ; - rapsfroe_nn_1 : N ; - rapsod_nn_1 : N ; - rapsodi_nn_1 : N ; - rapsodisk_av_1 : A ; - raptus_nn_1 : N ; - rar_av_1 : A ; - raring_nn_1 : N ; - raritet_nn_1 : N ; - ras_nn_1 : N ; - ras_nn_2 : N ; - rasande_av_1 : A ; - rasben_nn_1 : N ; - rasdjur_nn_1 : N ; - raseriutbrott_nn_1 : N ; - rasfoerdom_nn_1 : N ; - rasfoerfoeljelse_nn_1 : N ; - rasfraaga_nn_1 : N ; - rashetsare_nn_1 : N ; - rasist_nn_1 : N ; - rasistisk_av_1 : A ; - rask_av_1 : A ; - rasp_nn_1 : N ; - raspande_av_1 : A ; - raspig_av_1 : A ; - rasren_av_1 : A ; - rast_nn_1 : N ; - rastafari_nn_1 : N ; - raster_nn_1 : N ; - rastgaard_nn_1 : N ; - rastloes_av_1 : A ; - rastplats_nn_1 : N ; - rate_nn_1 : N ; - ratifikation_nn_1 : N ; - ratifikationsinstrument_nn_1 : N ; - ration_nn_1 : N ; - rationalisering_nn_1 : N ; - rationalist_nn_1 : N ; - rationell_av_1 : A ; - ratsch_nn_1 : N ; - ratt_nn_1 : N ; - rattfyllerist_nn_1 : N ; - rattkaelke_nn_1 : N ; - rattlaas_nn_1 : N ; - rattonykterhet_nn_1 : N ; - rattstaang_nn_1 : N ; - rattvaexel_nn_1 : N ; - rauk_nn_1 : N ; - ravaillac_nn_1 : N ; - ravelin_nn_1 : N ; - ravin_nn_1 : N ; - reagens_nn_1 : N ; - reagenspapper_nn_1 : N ; - reaktion_nn_1 : N ; - reaktionaer_av_1 : A ; - reaktionaer_nn_1 : N ; - reaktionsbenaegen_av_1 : A ; - reaktionsmotor_nn_1 : N ; - reaktionsprodukt_nn_1 : N ; - reaktionstemperatur_nn_1 : N ; - reaktionstid_nn_1 : N ; - reaktionszon_nn_1 : N ; - reaktiv_av_1 : A ; - reaktor_nn_1 : N ; - reaktorbyggnad_nn_1 : N ; - reaktorhaerd_nn_1 : N ; - reaktorkatastrof_nn_1 : N ; - reaktorsaekerhet_nn_1 : N ; - reaktortyp_nn_1 : N ; - reaktorutslaepp_nn_1 : N ; - real_av_1 : A ; - realexamen_nn_1 : N ; - realia_nn_1 : N ; - realindex_nn_1 : N ; - realisation_nn_1 : N ; - realisationsvinst_nn_1 : N ; - realiserbar_av_1 : A ; - realist_nn_1 : N ; - realistisk_av_1 : A ; - realiter_ab_1 : Adv ; - realitet_nn_1 : N ; - realkapital_nn_1 : N ; - realkatalog_nn_1 : N ; - reallinje_nn_1 : N ; - realloen_nn_1 : N ; - realsaekerhet_nn_1 : N ; - realtidsbearbetning_nn_1 : N ; - realvaerde_nn_1 : N ; - reamotor_nn_1 : N ; - reaplan_nn_1 : N ; - reapris_nn_1 : N ; - reassurans_nn_1 : N ; - rebell_nn_1 : N ; - rebellisk_av_1 : A ; - rebus_nn_1 : N ; - receiver_nn_1 : N ; - recensent_nn_1 : N ; - recension_nn_1 : N ; - recensionsexemplar_nn_1 : N ; - recent_av_1 : A ; - recentior_nn_1 : N ; - recept_nn_1 : N ; - receptarie_nn_1 : N ; - receptbelagd_av_1 : A ; - reception_nn_1 : N ; - receptionist_nn_1 : N ; - receptiv_av_1 : A ; - receptivitet_nn_1 : N ; - receptor_nn_1 : N ; - receptur_nn_1 : N ; - recess_nn_1 : N ; - recession_nn_1 : N ; - recessiv_av_1 : A ; - recett_nn_1 : N ; - recherch_nn_1 : N ; - recidiv_nn_1 : N ; - recipiend_nn_1 : N ; - recipient_nn_1 : N ; - reciprocitet_nn_1 : N ; - reciprok_av_1 : A ; - recit_nn_1 : N ; - recitation_nn_1 : N ; - recitativ_nn_1 : N ; - reda_ab_1 : Adv ; - redaktion_nn_1 : N ; - redaktionell_av_1 : A ; - redaktionssekreterare_nn_1 : N ; - redaktoer_nn_1 : N ; - redan_ab_1 : Adv ; - redare_nn_1 : N ; - redbar_av_1 : A ; - redd_nn_1 : N ; - rederi_nn_1 : N ; - rederiverksamhet_nn_1 : N ; - redig_av_1 : A ; - redikyl_nn_1 : N ; - redingot_nn_1 : N ; - redlig_av_1 : A ; - redligen_ab_1 : Adv ; - redlighet_nn_1 : N ; - redloes_av_1 : A ; - redning_nn_1 : N ; - redo_av_1 : A ; - redobogen_av_1 : A ; - redogoerelse_nn_1 : N ; - redovisning_nn_1 : N ; - redoxprocess_nn_1 : N ; - redskap_nn_1 : N ; - redskapsmetall_nn_1 : N ; - reducering_nn_1 : N ; - reduceringsventil_nn_1 : N ; - reduktion_nn_1 : N ; - redundant_av_1 : A ; - reduplikation_nn_1 : N ; - redutt_nn_1 : N ; - reell_av_1 : A ; - refektorium_nn_1 : N ; - referat_nn_1 : N ; - referendum_nn_1 : N ; - referens_nn_1 : N ; - referensbibliotek_nn_1 : N ; - referensgrupp_nn_1 : N ; - referensmaterial_nn_1 : N ; - referenspunkt_nn_1 : N ; - referensram_nn_1 : N ; - referenssort_nn_1 : N ; - referenssystem_nn_1 : N ; - referent_nn_1 : N ; - refill_nn_1 : N ; - reflektion_nn_1 : N ; - reflektor_nn_1 : N ; - reflex_nn_1 : N ; - reflexion_nn_1 : N ; - reflexiv_av_1 : A ; - reflexmaessig_av_1 : A ; - reform_nn_1 : N ; - reformation_nn_1 : N ; - reformator_nn_1 : N ; - reformering_nn_1 : N ; - reformert_av_1 : A ; - reformist_nn_1 : N ; - refraeng_nn_1 : N ; - refraengsaangare_nn_1 : N ; - refraktion_nn_1 : N ; - refraktor_nn_1 : N ; - refug_nn_1 : N ; - regal_av_1 : A ; - regal_nn_1 : N ; - regalskepp_nn_1 : N ; - regel_nn_1 : N ; - regel_nn_2 : N ; - regelbaat_nn_1 : N ; - regelbrott_nn_1 : N ; - regelbunden_av_1 : A ; - regelbundenhet_nn_1 : N ; - regelloes_av_1 : A ; - regelraett_av_1 : A ; - regelvidrig_av_1 : A ; - regementschef_nn_1 : N ; - regementsofficer_nn_1 : N ; - regeneration_nn_1 : N ; - regenerator_nn_1 : N ; - regent_nn_1 : N ; - regentlaengd_nn_1 : N ; - regering_nn_1 : N ; - regeringsbaenk_nn_1 : N ; - regeringsbeslut_nn_1 : N ; - regeringschef_nn_1 : N ; - regeringsform_nn_1 : N ; - regeringskansli_nn_1 : N ; - regeringskrets_nn_1 : N ; - regeringsmakt_nn_1 : N ; - regeringsmedlem_nn_1 : N ; - regeringsorgan_nn_1 : N ; - regeringsparti_nn_1 : N ; - regeringsproposition_nn_1 : N ; - regeringsraad_nn_1 : N ; - regeringsraett_nn_1 : N ; - regim_nn_1 : N ; - region_nn_1 : N ; - regional_av_1 : A ; - regionplan_nn_1 : N ; - regionsjukhus_nn_1 : N ; - regionstyrelse_nn_1 : N ; - regissoer_nn_1 : N ; - register_nn_1 : N ; - registerknapp_nn_1 : N ; - registerton_nn_1 : N ; - registrator_nn_1 : N ; - registratur_nn_1 : N ; - registrering_nn_1 : N ; - registreringsnummer_nn_1 : N ; - registreringsskylt_nn_1 : N ; - reglage_nn_1 : N ; - reglementarisk_av_1 : A ; - reglementsenlig_av_1 : A ; - reglementsvidrig_av_1 : A ; - reglering_nn_1 : N ; - regn_nn_1 : N ; - regnande_nn_1 : N ; - regnbaage_nn_1 : N ; - regnbaagshinna_nn_1 : N ; - regndroppe_nn_1 : N ; - regnig_av_1 : A ; - regnmaetare_nn_1 : N ; - regnmoln_nn_1 : N ; - regnomraade_nn_1 : N ; - regnperiod_nn_1 : N ; - regnskog_nn_1 : N ; - regntaet_av_1 : A ; - regntid_nn_1 : N ; - regntung_av_1 : A ; - regnvatten_nn_1 : N ; - regress_nn_1 : N ; - regression_nn_1 : N ; - regressiv_av_1 : A ; - regular_av_1 : A ; - regularitet_nn_1 : N ; - regulator_nn_1 : N ; - reguljaer_av_1 : A ; - rehabilitering_nn_1 : N ; - rehabiliteringshem_nn_1 : N ; - reifikation_nn_1 : N ; - reinkarnation_nn_1 : N ; - rejael_av_1 : A ; - rek_nn_1 : N ; - rekapitulation_nn_1 : N ; - reklam_nn_1 : N ; - reklamation_nn_1 : N ; - reklampeng_nn_1 : N ; - reklamplakat_nn_1 : N ; - reko_av_1 : A ; - rekognoscering_nn_1 : N ; - rekognosering_nn_1 : N ; - rekommendabel_av_1 : A ; - rekommendation_nn_1 : N ; - rekommendationsbrev_nn_1 : N ; - rekonstruktion_nn_1 : N ; - rekord_nn_1 : N ; - rekorderlig_av_1 : A ; - rekreation_nn_1 : N ; - rekreationsanlaeggning_nn_1 : N ; - rekreationsskog_nn_1 : N ; - rekreativ_av_1 : A ; - rekryt_nn_1 : N ; - rekrytering_nn_1 : N ; - rektangel_nn_1 : N ; - rektangulaer_av_1 : A ; - rektascension_nn_1 : N ; - rektifikation_nn_1 : N ; - rektion_nn_1 : N ; - rektor_nn_1 : N ; - rektorat_nn_1 : N ; - rektorsomraade_nn_1 : N ; - rekurrens_nn_1 : N ; - rekurrensrelation_nn_1 : N ; - rekviem_nn_1 : N ; - rekvisit_nn_1 : N ; - rekvisition_nn_1 : N ; - rekvisitoer_nn_1 : N ; - rekyl_nn_1 : N ; - relae_nn_1 : N ; - relaestation_nn_1 : N ; - relation_nn_1 : N ; - relationstal_nn_1 : N ; - relativ_av_1 : A ; - relativist_nn_1 : N ; - relativistisk_av_1 : A ; - relativitet_nn_1 : N ; - relativpronomen_nn_1 : N ; - relativsats_nn_1 : N ; - relativt_ab_1 : Adv ; - relaxation_nn_1 : N ; - release_nn_1 : N ; - relevant_av_1 : A ; - reliabel_av_1 : A ; - reliabilitet_nn_1 : N ; - relief_nn_1 : N ; - religioes_av_1 : A ; - religion_nn_1 : N ; - religionsfoerfoeljelse_nn_1 : N ; - religionsfrihet_nn_1 : N ; - religionslaera_nn_1 : N ; - religionsstiftare_nn_1 : N ; - religiositet_nn_1 : N ; - relik_nn_1 : N ; - relikt_nn_1 : N ; - reling_nn_1 : N ; - relingsmanning_nn_1 : N ; - rem_nn_1 : N ; - rem_nn_2 : N ; - remarkabel_av_1 : A ; - remburs_nn_1 : N ; - remedium_nn_1 : N ; - remi_nn_1 : N ; - reminiscens_nn_1 : N ; - remis_nn_2 : N ; - remiss_nn_1 : N ; - remissdebatt_nn_1 : N ; - remissvar_nn_1 : N ; - remissyttrande_nn_1 : N ; - remittent_av_1 : A ; - remittent_nn_1 : N ; - remmare_nn_1 : N ; - remont_nn_1 : N ; - remouladsaas_nn_1 : N ; - remtyg_nn_1 : N ; - remuladsaas_nn_1 : N ; - ren_ab_1 : Adv ; - ren_av_1 : A ; - ren_nn_1 : N ; - renaessans_nn_1 : N ; - renaessansmaenniska_nn_1 : N ; - renben_nn_1 : N ; - rendezvous_nn_1 : N ; - renegat_nn_1 : N ; - renfaell_nn_1 : N ; - rengoering_nn_1 : N ; - rengoeringsmedel_nn_1 : N ; - renhaallningsgubbe_nn_1 : N ; - renhaarig_av_1 : A ; - renhet_nn_1 : N ; - renhorn_nn_1 : N ; - rening_nn_1 : N ; - reningsverk_nn_1 : N ; - renjaegare_nn_1 : N ; - renjakt_nn_1 : N ; - renko_nn_1 : N ; - renkonter_nn_1 : N ; - renkonterstrid_nn_1 : N ; - renlaerig_av_1 : A ; - renlaerighet_nn_1 : N ; - renlav_nn_1 : N ; - renlevnad_nn_1 : N ; - renlevnadsman_nn_1 : N ; - renlig_av_1 : A ; - renlighet_nn_1 : N ; - renmaerke_nn_1 : N ; - renmage_nn_1 : N ; - renons_av_1 : A ; - renovation_nn_1 : N ; - renovering_nn_1 : N ; - renoxe_nn_1 : N ; - renrasig_av_1 : A ; - renseri_nn_1 : N ; - renskiljning_nn_1 : N ; - renskinn_nn_1 : N ; - renskinnspaels_nn_1 : N ; - renskoetare_nn_1 : N ; - renskriva_vb_1 : V ; - renskrivning_nn_1 : N ; - rensning_nn_1 : N ; - rentav_ab_1 : Adv ; - rentier_nn_1 : N ; - rentjur_nn_1 : N ; - rentre_nn_1 : N ; - rentutav_ab_1 : Adv ; - reol_nn_1 : N ; - reostat_nn_1 : N ; - rep_nn_1 : N ; - repaenda_nn_1 : N ; - reparabel_av_1 : A ; - reparation_nn_1 : N ; - reparatoer_nn_1 : N ; - repartition_nn_1 : N ; - repertoar_nn_1 : N ; - repetergevaer_nn_1 : N ; - repetition_nn_1 : N ; - repetitionsoevning_nn_1 : N ; - repetitoer_nn_1 : N ; - repetitorium_nn_1 : N ; - repig_av_1 : A ; - replik_nn_1 : N ; - replipunkt_nn_1 : N ; - repmaanad_nn_1 : N ; - repoevning_nn_1 : N ; - reportage_nn_1 : N ; - reportagebok_nn_1 : N ; - reporter_nn_1 : N ; - representant_nn_1 : N ; - representation_nn_1 : N ; - representativ_av_1 : A ; - repressalie_nn_1 : N ; - repressiv_av_1 : A ; - reprimand_nn_1 : N ; - repris_nn_1 : N ; - repristecken_nn_1 : N ; - reproduktion_nn_1 : N ; - repslagare_nn_1 : N ; - repstege_nn_1 : N ; - reptil_nn_1 : N ; - republik_nn_1 : N ; - republikan_nn_1 : N ; - republikansk_av_1 : A ; - repulsion_nn_1 : N ; - repulsiv_av_1 : A ; - reputerlig_av_1 : A ; - resaar_nn_1 : N ; - resande_nn_1 : N ; - resandebok_nn_1 : N ; - rese_nn_1 : N ; - resebiljett_nn_1 : N ; - resebyraa_nn_1 : N ; - resecheck_nn_1 : N ; - resefoerbud_nn_1 : N ; - resegrammofon_nn_1 : N ; - resekreditiv_nn_1 : N ; - resektion_nn_1 : N ; - reseledare_nn_1 : N ; - resenaer_nn_1 : N ; - reseraekning_nn_1 : N ; - reserv_nn_1 : N ; - reservant_nn_1 : N ; - reservare_nn_1 : N ; - reservat_nn_1 : N ; - reservation_nn_1 : N ; - reservdel_nn_1 : N ; - reservlager_nn_1 : N ; - reservnaering_nn_1 : N ; - reservoar_nn_1 : N ; - reservofficer_nn_1 : N ; - reservspelare_nn_1 : N ; - reseskildring_nn_1 : N ; - residens_nn_1 : N ; - residensstad_nn_1 : N ; - residuum_nn_1 : N ; - resistensomraade_nn_1 : N ; - resistent_av_1 : A ; - resistivitet_nn_1 : N ; - resistor_nn_1 : N ; - resklass_nn_1 : N ; - reskript_nn_1 : N ; - reslig_av_1 : A ; - resning_nn_1 : N ; - resolut_av_1 : A ; - resolution_nn_1 : N ; - resonabel_av_1 : A ; - resonansbotten_nn_1 : N ; - resonemang_nn_1 : N ; - resonemangskarusell_nn_1 : N ; - resonemangsparti_nn_1 : N ; - resonlig_av_1 : A ; - resonoer_nn_1 : N ; - respass_nn_1 : N ; - respektabel_av_1 : A ; - respektfull_av_1 : A ; - respektingivande_av_1 : A ; - respektive_av_1 : A ; - respektloes_av_1 : A ; - respirator_nn_1 : N ; - respiratorisk_av_1 : A ; - respit_nn_1 : N ; - respondent_nn_1 : N ; - ressentiment_nn_1 : N ; - rest_nn_1 : N ; - restaurang_nn_1 : N ; - restauranggaest_nn_1 : N ; - restaurangkoek_nn_1 : N ; - restaurangvagn_nn_1 : N ; - restauration_nn_1 : N ; - restauratoer_nn_1 : N ; - restaurator_nn_1 : N ; - restauratris_nn_1 : N ; - restaurering_nn_1 : N ; - restitution_nn_1 : N ; - restlaengd_nn_1 : N ; - restlager_nn_1 : N ; - restloes_av_1 : A ; - restprodukt_nn_1 : N ; - restriktion_nn_1 : N ; - restriktiv_av_1 : A ; - restskatt_nn_1 : N ; - resultant_nn_1 : N ; - resultat_nn_1 : N ; - resultativ_av_1 : A ; - resultatloes_av_1 : A ; - resultatraekning_nn_1 : N ; - resultatredovisning_nn_1 : N ; - resume_nn_1 : N ; - resurs_nn_1 : N ; - resvaeg_nn_1 : N ; - retardation_nn_1 : N ; - retbarhet_nn_1 : N ; - retfull_av_1 : A ; - retlig_av_1 : A ; - retning_nn_1 : N ; - retor_nn_1 : N ; - retoriker_nn_1 : N ; - retorisk_av_1 : A ; - retort_nn_1 : N ; - retraett_nn_1 : N ; - retraettplats_nn_1 : N ; - retriever_nn_1 : N ; - retroaktiv_av_1 : A ; - retrospektiv_av_1 : A ; - retsam_av_1 : A ; - retsamhet_nn_1 : N ; - retur_nn_1 : N ; - returglas_nn_1 : N ; - returmatch_nn_1 : N ; - returporto_nn_1 : N ; - retusch_nn_1 : N ; - reumatiker_nn_1 : N ; - reumatisk_av_1 : A ; - reumatolog_nn_1 : N ; - rev_nn_1 : N ; - rev_nn_2 : N ; - revaer_nn_1 : N ; - revansch_nn_1 : N ; - revben_nn_1 : N ; - revbensspjaell_nn_1 : N ; - revel_nn_1 : N ; - revelation_nn_1 : N ; - revelj_nn_1 : N ; - reveny_nn_1 : N ; - reverens_nn_1 : N ; - reverenter_ab_1 : Adv ; - revers_nn_1 : N ; - reversal_nn_1 : N ; - reversibel_av_1 : A ; - revider_nn_1 : N ; - revir_nn_1 : N ; - revision_nn_1 : N ; - revisionist_nn_1 : N ; - revisionsberaettelse_nn_1 : N ; - revisionssekreterare_nn_1 : N ; - revisor_nn_1 : N ; - revning_nn_1 : N ; - revoke_nn_1 : N ; - revolt_nn_1 : N ; - revoltoer_nn_1 : N ; - revolution_nn_1 : N ; - revolutionaer_av_1 : A ; - revolutionaer_nn_1 : N ; - revolutionerande_av_1 : A ; - revolver_nn_1 : N ; - revorm_nn_1 : N ; - revy_nn_1 : N ; - revyartist_nn_1 : N ; - rh_faktor_nn_1 : N ; - rh_negativ_av_1 : A ; - rh_positiv_av_1 : A ; - rhensk_av_1 : A ; - rhenvin_nn_1 : N ; - rhizom_nn_1 : N ; - rhodesier_nn_1 : N ; - rhodesisk_av_1 : A ; - rhododendron_nn_1 : N ; - ri_nn_1 : N ; - ribbstol_nn_1 : N ; - ribbvalv_nn_1 : N ; - ribosom_nn_1 : N ; - ricinbuske_nn_1 : N ; - rickettsie_nn_1 : N ; - rickig_av_1 : A ; - rickshaw_nn_1 : N ; - rida_vb_1 : V ; - ridaa_nn_1 : N ; - ridaafall_nn_1 : N ; - ridborgarmaerke_nn_1 : N ; - riddare_nn_1 : N ; - riddarhus_nn_1 : N ; - riddarorden_nn_1 : N ; - riddarslag_nn_1 : N ; - riddarsporre_nn_1 : N ; - ridderlig_av_1 : A ; - riddersman_nn_1 : N ; - ridhaest_nn_1 : N ; - ridhaestdressyr_nn_1 : N ; - ridhus_nn_1 : N ; - ridikyl_nn_1 : N ; - ridinstruktoer_nn_1 : N ; - ridkunnig_av_1 : A ; - ridkunnighet_nn_1 : N ; - ridkunnighetsprov_nn_1 : N ; - ridning_nn_1 : N ; - ridsaar_nn_1 : N ; - ridspoe_nn_1 : N ; - ridstoevel_nn_1 : N ; - ridtaevling_nn_1 : N ; - ridtur_nn_1 : N ; - riesenschnauzer_nn_1 : N ; - riff_nn_1 : N ; - rififikupp_nn_1 : N ; - rigel_nn_1 : N ; - rigg_nn_1 : N ; - rigoroes_av_1 : A ; - rik_av_1 : A ; - rikedom_nn_1 : N ; - rikeman_nn_1 : N ; - rikemansbarn_nn_1 : N ; - rikhaltig_av_1 : A ; - riklig_av_1 : A ; - rikligen_ab_1 : Adv ; - rikoschett_nn_1 : N ; - riks_nn_1 : N ; - riksaaklagare_nn_1 : N ; - riksantikvarie_nn_1 : N ; - riksarkiv_nn_1 : N ; - riksarkivarie_nn_1 : N ; - riksbank_nn_1 : N ; - riksbekant_av_1 : A ; - riksbibliotekarie_nn_1 : N ; - riksbyggare_nn_1 : N ; - riksdag_nn_1 : N ; - riksdagsgrupp_nn_1 : N ; - riksdagshus_nn_1 : N ; - riksdagskvinna_nn_1 : N ; - riksdagsledamot_nn_1 : N ; - riksdagsman_nn_1 : N ; - riksdagsmandat_nn_1 : N ; - riksdagsordning_nn_1 : N ; - riksdagsparti_nn_1 : N ; - riksdagsprotokoll_nn_1 : N ; - riksdagssammantraede_nn_1 : N ; - riksdagsval_nn_1 : N ; - riksdaler_nn_1 : N ; - riksfoerbund_nn_1 : N ; - riksfoerestaandare_nn_1 : N ; - riksgenomsnitt_nn_1 : N ; - riksgraens_nn_1 : N ; - rikskansler_nn_1 : N ; - rikslikare_nn_1 : N ; - riksmarskalk_nn_1 : N ; - riksmoete_nn_1 : N ; - riksnaet_nn_1 : N ; - riksnyckel_nn_1 : N ; - riksomfattande_av_1 : A ; - riksorganisation_nn_1 : N ; - riksplanering_nn_1 : N ; - riksprototyp_nn_1 : N ; - riksraad_nn_1 : N ; - riksraett_nn_1 : N ; - riksroes_nn_1 : N ; - rikssamtal_nn_1 : N ; - riksspraak_nn_1 : N ; - rikssvensk_av_1 : A ; - rikstidning_nn_1 : N ; - riksvaeg_nn_1 : N ; - riksvapen_nn_1 : N ; - riksviktig_av_1 : A ; - riktig_av_1 : A ; - riktighet_nn_1 : N ; - riktinstrument_nn_1 : N ; - riktkarl_nn_1 : N ; - riktlinje_nn_1 : N ; - riktmaerke_nn_1 : N ; - riktmedel_nn_1 : N ; - riktning_nn_1 : N ; - riktningskoefficient_nn_1 : N ; - riktnummer_nn_1 : N ; - riktpris_nn_1 : N ; - riktpunkt_nn_1 : N ; - rim_nn_1 : N ; - rimlexikon_nn_1 : N ; - rimlig_av_1 : A ; - rimligen_ab_1 : Adv ; - rimlighet_nn_1 : N ; - rimligtvis_ab_1 : Adv ; - rimsmed_nn_1 : N ; - rimturs_nn_1 : N ; - ring_nn_1 : N ; - ringa_av_1 : A ; - ringaktning_nn_1 : N ; - ringare_nn_1 : N ; - ringart_nn_1 : N ; - ringberg_nn_1 : N ; - ringbrosk_nn_1 : N ; - ringbrynja_nn_1 : N ; - ringdans_nn_1 : N ; - ringdomare_nn_1 : N ; - ringfinger_nn_1 : N ; - ringformig_av_1 : A ; - ringhet_nn_1 : N ; - ringlek_nn_1 : N ; - ringmask_nn_1 : N ; - ringmur_nn_1 : N ; - ringning_nn_1 : N ; - ringorm_nn_1 : N ; - ringpaerm_nn_1 : N ; - ringprydd_av_1 : A ; - ringraev_nn_1 : N ; - ringrev_nn_1 : N ; - ringrostig_av_1 : A ; - ringstruktur_nn_1 : N ; - ringtryck_nn_1 : N ; - ringvrak_nn_1 : N ; - rink_nn_1 : N ; - rinna_vb_1 : V ; - ripost_nn_1 : N ; - rippel_nn_1 : N ; - rips_nn_1 : N ; - ris_nn_1 : N ; - risgryn_nn_1 : N ; - rishoeg_nn_1 : N ; - risig_av_1 : A ; - risk_nn_1 : N ; - riskabel_av_1 : A ; - riskfaktor_nn_1 : N ; - riskfylld_av_1 : A ; - riskgrupp_nn_1 : N ; - riskmodell_nn_1 : N ; - risknivaa_nn_1 : N ; - riskomraade_nn_1 : N ; - risktagare_nn_1 : N ; - risktal_nn_1 : N ; - riskuppfattning_nn_1 : N ; - riskvillig_av_1 : A ; - riskzon_nn_1 : N ; - risoll_nn_1 : N ; - risraett_nn_1 : N ; - rissel_nn_1 : N ; - ristning_nn_1 : N ; - risvase_nn_1 : N ; - rit_nn_1 : N ; - ritapparat_nn_1 : N ; - ritardando_ab_1 : Adv ; - ritardando_nn_1 : N ; - ritare_nn_1 : N ; - ritbestick_nn_1 : N ; - ritblock_nn_1 : N ; - ritbord_nn_1 : N ; - ritkol_nn_1 : N ; - ritning_nn_1 : N ; - rits_nn_1 : N ; - ritt_nn_1 : N ; - ritual_nn_1 : N ; - ritualism_nn_1 : N ; - ritualmord_nn_1 : N ; - rituell_av_1 : A ; - riva_vb_1 : V ; - rival_nn_1 : N ; - rivalitet_nn_1 : N ; - rivig_av_1 : A ; - rivjaern_nn_1 : N ; - rivning_nn_1 : N ; - rivningshus_nn_1 : N ; - rivningskaak_nn_1 : N ; - rivningskontrakt_nn_1 : N ; - rivningslaegenhet_nn_1 : N ; - rivningstomt_nn_1 : N ; - rivstart_nn_1 : N ; - ro_nn_2 : N ; - ro_ro_fartyg_nn_1 : N ; - roadie_nn_1 : N ; - rob_nn_1 : N ; - robbert_nn_1 : N ; - robe_nn_1 : N ; - robinsonad_nn_1 : N ; - robot_nn_1 : N ; - robotvapen_nn_1 : N ; - robust_av_1 : A ; - rock_nn_1 : N ; - rockad_nn_1 : N ; - rockring_nn_1 : N ; - rockslusk_nn_1 : N ; - rockvaktmaestare_nn_1 : N ; - rodd_nn_1 : N ; - roddarbaenk_nn_1 : N ; - roddare_nn_1 : N ; - roddarmadam_nn_1 : N ; - roddarsaang_nn_1 : N ; - roddarslav_nn_1 : N ; - roddbaat_nn_1 : N ; - rodel_nn_1 : N ; - rodeo_nn_1 : N ; - roder_nn_1 : N ; - rodnad_nn_1 : N ; - rododendron_nn_1 : N ; - roe_nn_1 : N ; - roed_av_1 : A ; - roedaktig_av_1 : A ; - roedblaa_av_1 : A ; - roedblind_av_1 : A ; - roedblommig_av_1 : A ; - roedblond_av_1 : A ; - roedbok_nn_1 : N ; - roedbrokig_av_1 : A ; - roedbrun_av_1 : A ; - roedbrusig_av_1 : A ; - roedfilter_nn_1 : N ; - roedflammig_av_1 : A ; - roedgraaten_av_1 : A ; - roedgroenblind_av_1 : A ; - roedhaarig_av_1 : A ; - roedhake_nn_1 : N ; - roedhakesaangare_nn_1 : N ; - roeding_nn_1 : N ; - roedlaett_av_1 : A ; - roedlila_av_1 : A ; - roedmosig_av_1 : A ; - roednaest_av_1 : A ; - roedraev_nn_1 : N ; - roedskinn_nn_1 : N ; - roedspraengd_av_1 : A ; - roedstjaert_nn_1 : N ; - roedtunga_nn_1 : N ; - roedvaeppling_nn_1 : N ; - roedvin_nn_1 : N ; - roejdykare_nn_1 : N ; - roejel_nn_1 : N ; - roejning_nn_1 : N ; - roek_nn_1 : N ; - roekare_nn_1 : N ; - roekbomb_nn_1 : N ; - roekdetektor_nn_1 : N ; - roekdykare_nn_1 : N ; - roekelse_nn_1 : N ; - roekelsekar_nn_1 : N ; - roekeri_nn_1 : N ; - roekfaang_nn_1 : N ; - roekgaang_nn_1 : N ; - roekgas_nn_1 : N ; - roekig_av_1 : A ; - roekkanal_nn_1 : N ; - roekkupe_nn_1 : N ; - roekmask_nn_1 : N ; - roekridaa_nn_1 : N ; - roekring_nn_1 : N ; - roekrock_nn_1 : N ; - roeksvag_av_1 : A ; - roeksvamp_nn_1 : N ; - roektopas_nn_1 : N ; - roen_nn_1 : N ; - roenn_nn_1 : N ; - roennbaer_nn_1 : N ; - roentgenapparat_nn_1 : N ; - roentgenbehandling_nn_1 : N ; - roentgenbild_nn_1 : N ; - roentgenkamera_nn_1 : N ; - roentgenmikroskop_nn_1 : N ; - roentgenroer_nn_1 : N ; - roentgenstraalande_av_1 : A ; - roentgenundersoekning_nn_1 : N ; - roer_nn_1 : N ; - roerande_av_1 : A ; - roerblad_nn_1 : N ; - roerd_av_1 : A ; - roerdrom_nn_1 : N ; - roerelse_nn_1 : N ; - roerelsecentrum_nn_1 : N ; - roerelsefrihet_nn_1 : N ; - roerelseinkomst_nn_1 : N ; - roerelsekapital_nn_1 : N ; - roerelsekommando_nn_1 : N ; - roerelsemaengd_nn_1 : N ; - roerelsemaengdsmoment_nn_1 : N ; - roerelsemoenster_nn_1 : N ; - roerelsestoerning_nn_1 : N ; - roerig_av_1 : A ; - roering_nn_1 : N ; - roerlaeggare_nn_1 : N ; - roerledning_nn_1 : N ; - roerlig_av_1 : A ; - roerlighet_nn_1 : N ; - roermokare_nn_1 : N ; - roermontoer_nn_1 : N ; - roersaangare_nn_1 : N ; - roersopp_nn_1 : N ; - roersvamp_nn_1 : N ; - roertaang_nn_1 : N ; - roes_nn_1 : N ; - roest_nn_1 : N ; - roest_nn_2 : N ; - roestetal_nn_1 : N ; - roestjaern_nn_1 : N ; - roestkort_nn_1 : N ; - roestlaengd_nn_1 : N ; - roestraettsfraaga_nn_1 : N ; - roestsedel_nn_1 : N ; - roeststyrka_nn_1 : N ; - roetaegg_nn_1 : N ; - roetkammare_nn_1 : N ; - roetmaanad_nn_1 : N ; - roev_nn_1 : N ; - roevare_nn_1 : N ; - roevarhistoria_nn_1 : N ; - roevarpris_nn_1 : N ; - roeveri_nn_1 : N ; - roevslickare_nn_1 : N ; - rofylld_av_1 : A ; - rogivande_av_1 : A ; - rojalist_nn_1 : N ; - rojalistisk_av_1 : A ; - rokokodam_nn_1 : N ; - rolig_av_1 : A ; - rolighet_nn_1 : N ; - rolighetsminister_nn_1 : N ; - roll_nn_1 : N ; - roll_nn_2 : N ; - roll_on'2Froll_off_fartyg_nn_1 : N ; - roll_on_deodorant_nn_1 : N ; - roller_nn_1 : N ; - rollfack_nn_1 : N ; - rollmops_nn_1 : N ; - rollspel_nn_1 : N ; - roloes_av_1 : A ; - roman_nn_1 : N ; - romanesk_av_1 : A ; - romanfoerfattare_nn_1 : N ; - romanist_nn_1 : N ; - romanistik_nn_1 : N ; - romanistisk_av_1 : A ; - romans_nn_1 : N ; - romansk_av_1 : A ; - romantiker_nn_1 : N ; - romantisering_nn_1 : N ; - romantisk_av_1 : A ; - romare_nn_1 : N ; - romb_nn_1 : N ; - rombisk_av_1 : A ; - romboid_nn_1 : N ; - romersk_av_1 : A ; - romersk_katolsk_av_1 : A ; - rond_nn_1 : N ; - rondell_nn_1 : N ; - rondo_nn_1 : N ; - rop_nn_1 : N ; - roquefortost_nn_1 : N ; - rorgaengare_nn_1 : N ; - rorkult_nn_1 : N ; - rorpinne_nn_1 : N ; - rorschachtest_nn_1 : N ; - rorsman_nn_1 : N ; - rosa_av_1 : A ; - rosenbroed_nn_1 : N ; - rosenbuske_nn_1 : N ; - rosende_av_1 : A ; - rosengaard_nn_1 : N ; - rosenkrans_nn_1 : N ; - rosenmoln_nn_1 : N ; - rosenmun_nn_1 : N ; - rosenrasande_av_1 : A ; - rosenroed_av_1 : A ; - rosenstock_nn_1 : N ; - rosett_nn_1 : N ; - rosettfoenster_nn_1 : N ; - rosettmoenster_nn_1 : N ; - rosettstaelld_av_1 : A ; - rosevin_nn_1 : N ; - rosig_av_1 : A ; - roskarl_nn_1 : N ; - rosling_nn_1 : N ; - rosmarin_nn_1 : N ; - rospigg_nn_1 : N ; - rosslig_av_1 : A ; - rossling_nn_1 : N ; - rostbiff_nn_1 : N ; - rostfri_av_1 : A ; - rostig_av_1 : A ; - rostroed_av_1 : A ; - rostskydd_nn_1 : N ; - rostskyddsfaerg_nn_1 : N ; - rostskyddsmedel_nn_1 : N ; - rostsvamp_nn_1 : N ; - rot_nn_1 : N ; - rotation_nn_1 : N ; - rotationsaxel_nn_1 : N ; - rotationshastighet_nn_1 : N ; - rotationspress_nn_1 : N ; - rotborste_nn_1 : N ; - rote_nn_1 : N ; - rotel_nn_1 : N ; - rotfast_av_1 : A ; - rotfrukt_nn_1 : N ; - rotfyllning_nn_1 : N ; - rotgroensak_nn_1 : N ; - rotisseri_nn_1 : N ; - rotkanal_nn_1 : N ; - rotknoel_nn_1 : N ; - rotloes_av_1 : A ; - rotmaerke_nn_1 : N ; - rotogravyr_nn_1 : N ; - rotor_nn_1 : N ; - rotorblad_nn_1 : N ; - rotsak_nn_1 : N ; - rotstock_nn_1 : N ; - rotsystem_nn_1 : N ; - rottecken_nn_1 : N ; - rotting_nn_1 : N ; - rottraad_nn_1 : N ; - rottweiler_nn_1 : N ; - roue_nn_1 : N ; - rough_nn_1 : N ; - roulad_nn_1 : N ; - roulett_nn_1 : N ; - rousseauan_nn_1 : N ; - route_nn_1 : N ; - rov_nn_1 : N ; - rovdjur_nn_1 : N ; - rovfaagel_nn_1 : N ; - rovfisk_nn_1 : N ; - rovgirig_av_1 : A ; - rovlysten_av_1 : A ; - rovriddare_nn_1 : N ; - royalty_nn_1 : N ; - rubank_nn_1 : N ; - rubbning_nn_1 : N ; - rubel_nn_1 : N ; - rubin_nn_1 : N ; - rubinroed_av_1 : A ; - rubrik_nn_1 : N ; - ruckel_nn_1 : N ; - rucklare_nn_1 : N ; - rucklig_av_1 : A ; - ruderatvaext_nn_1 : N ; - rudiment_nn_1 : N ; - rudimentaer_av_1 : A ; - rudis_av_1 : A ; - ruff_nn_1 : N ; - ruffig_av_1 : A ; - rufftak_nn_1 : N ; - rufsig_av_1 : A ; - rugg_nn_1 : N ; - rugge_nn_1 : N ; - ruggig_av_1 : A ; - ruin_nn_1 : N ; - rulad_nn_1 : N ; - rulett_nn_1 : N ; - rullad_nn_1 : N ; - rullager_nn_1 : N ; - rullbaelte_nn_1 : N ; - rullband_nn_1 : N ; - rullbar_av_1 : A ; - rullbord_nn_1 : N ; - rullbraede_nn_1 : N ; - rulle_nn_1 : N ; - rullgardin_nn_1 : N ; - rullrev_nn_1 : N ; - rullskridsko_nn_1 : N ; - rullsten_nn_1 : N ; - rullstensaas_nn_1 : N ; - rullstol_nn_1 : N ; - rullstolsbunden_av_1 : A ; - rultig_av_1 : A ; - rum_ab_1 : Adv ; - rum_av_1 : A ; - rum_nn_1 : N ; - rumaen_nn_1 : N ; - rumaensk_av_1 : A ; - rumaensk_fransk_av_1 : A ; - rumaenska_nn_2 : N ; - rumphugga_vb_1 : V ; - rumpstek_nn_1 : N ; - rumsadverbial_nn_1 : N ; - rumsbestaellning_nn_1 : N ; - rumsbredd_nn_1 : N ; - rumsfoermedling_nn_1 : N ; - rumsgranne_nn_1 : N ; - rumskamrat_nn_1 : N ; - rumskroekning_nn_1 : N ; - rumslast_nn_1 : N ; - rumslig_av_1 : A ; - rumsren_av_1 : A ; - rumstemperatur_nn_1 : N ; - rund_av_1 : A ; - rundabordskonferens_nn_1 : N ; - rundbaage_nn_1 : N ; - rundbrev_nn_1 : N ; - rundel_nn_1 : N ; - rundflygning_nn_1 : N ; - rundfoenster_nn_1 : N ; - rundfraaga_nn_1 : N ; - rundhaell_nn_1 : N ; - rundhaent_av_1 : A ; - rundhorisont_nn_1 : N ; - rundhult_nn_1 : N ; - rundhyllt_av_1 : A ; - rundkullig_av_1 : A ; - rundkyrka_nn_1 : N ; - rundlagd_av_1 : A ; - rundlig_av_1 : A ; - rundmaalning_nn_1 : N ; - rundmask_nn_1 : N ; - rundmun_nn_1 : N ; - rundnaett_av_1 : A ; - rundning_nn_1 : N ; - rundningsmaerke_nn_1 : N ; - rundskrivelse_nn_1 : N ; - rundsmoerjning_nn_1 : N ; - rundtoern_nn_1 : N ; - rundtur_nn_1 : N ; - rundvandring_nn_1 : N ; - runnare_nn_1 : N ; - runolog_nn_1 : N ; - runometer_nn_1 : N ; - runosaang_nn_1 : N ; - runrad_nn_1 : N ; - runskrift_nn_1 : N ; - runstav_nn_1 : N ; - runsten_nn_1 : N ; - runt_ab_1 : Adv ; - runtikring_ab_1 : Adv ; - runtom_ab_1 : Adv ; - runtomkring_ab_1 : Adv ; - rupie_nn_1 : N ; - ruptur_nn_1 : N ; - rural_av_1 : A ; - rus_nn_1 : N ; - rusch_nn_1 : N ; - ruschig_av_1 : A ; - rusdryck_nn_1 : N ; - rush_nn_1 : N ; - rusig_av_1 : A ; - ruskig_av_1 : A ; - ruskprick_nn_1 : N ; - rusning_nn_1 : N ; - rusningstid_nn_1 : N ; - russ_nn_1 : N ; - russin_nn_1 : N ; - rusthaall_nn_1 : N ; - rusthaallare_nn_1 : N ; - rustibuss_nn_1 : N ; - rustik_av_1 : A ; - rustkammare_nn_1 : N ; - rustmaestare_nn_1 : N ; - rustning_nn_1 : N ; - ruten_nn_1 : N ; - ruter_nn_1 : N ; - rutig_av_1 : A ; - rutin_nn_1 : N ; - rutinoperation_nn_1 : N ; - rutmoenster_nn_1 : N ; - rutnaet_nn_1 : N ; - rutsch_nn_1 : N ; - rutt_nn_1 : N ; - rutten_av_1 : A ; - rwandier_nn_1 : N ; - rwandisk_av_1 : A ; - ryck_nn_1 : N ; - rycken_ab_1 : Adv ; - ryckig_av_1 : A ; - ryckning_nn_1 : N ; - ryckvis_ab_1 : Adv ; - rygg_nn_1 : N ; - ryggaasstuga_nn_1 : N ; - ryggbesvaer_nn_1 : N ; - ryggbiff_nn_1 : N ; - rygglaege_nn_1 : N ; - ryggmaergsbedoevning_nn_1 : N ; - ryggmaergsprov_nn_1 : N ; - ryggornament_nn_1 : N ; - ryggparti_nn_1 : N ; - ryggrad_nn_1 : N ; - ryggradsdjur_nn_1 : N ; - ryggradsloes_av_1 : A ; - ryggsaeck_nn_1 : N ; - ryggskott_nn_1 : N ; - ryggslut_nn_1 : N ; - ryggstoed_nn_1 : N ; - ryggtavla_nn_1 : N ; - rykande_ab_1 : Adv ; - ryktbar_av_1 : A ; - ryktbarhet_nn_1 : N ; - ryktborste_nn_1 : N ; - rykte_nn_1 : N ; - ryktessmidare_nn_1 : N ; - ryktesspridning_nn_1 : N ; - rymd_nn_1 : N ; - rymddraekt_nn_1 : N ; - rymdfaerd_nn_1 : N ; - rymdfaerja_nn_1 : N ; - rymdfarare_nn_1 : N ; - rymdfarkost_nn_1 : N ; - rymdfartsstyrelse_nn_1 : N ; - rymdkapsel_nn_1 : N ; - rymdmaatt_nn_1 : N ; - rymdmateria_nn_1 : N ; - rymdpromenad_nn_1 : N ; - rymdraket_nn_1 : N ; - rymdskepp_nn_1 : N ; - rymdsond_nn_1 : N ; - rymdstation_nn_1 : N ; - rymdstyrelse_nn_1 : N ; - rymdvapen_nn_1 : N ; - rymdvinkel_nn_1 : N ; - rymlig_av_1 : A ; - rymling_nn_1 : N ; - rymmare_nn_1 : N ; - rymning_nn_1 : N ; - rymningssaeker_av_1 : A ; - rynkig_av_1 : A ; - rynkning_nn_1 : N ; - rysansvaerd_av_1 : A ; - rysare_nn_1 : N ; - rysch_nn_1 : N ; - ryschig_av_1 : A ; - rysk_amerikansk_av_1 : A ; - rysk_av_1 : A ; - ryska_nn_2 : N ; - ryslig_av_1 : A ; - rysning_nn_1 : N ; - ryss_nn_1 : N ; - ryssgubbe_nn_1 : N ; - ryssja_nn_1 : N ; - rytande_nn_1 : N ; - rytm_nn_1 : N ; - rytmicitet_nn_1 : N ; - rytmisk_av_1 : A ; - rytmsektion_nn_1 : N ; - ryttare_nn_1 : N ; - ryttarfolk_nn_1 : N ; - ryttargaang_nn_1 : N ; - ryttarlek_nn_1 : N ; - ryttaruppvisning_nn_1 : N ; - ryttmaestare_nn_1 : N ; - saa_ab_1 : Adv ; - saa_nn_1 : N ; - saadaer_ab_1 : Adv ; - saadd_nn_1 : N ; - saadig_av_1 : A ; - saag_nn_1 : N ; - saagblad_nn_1 : N ; - saagbock_nn_1 : N ; - saagfisk_nn_1 : N ; - saagspaan_nn_1 : N ; - saagtak_nn_1 : N ; - saagverk_nn_1 : N ; - saagverksarbetare_nn_1 : N ; - saagverksindustri_nn_1 : N ; - saahaer_ab_1 : Adv ; - saald_av_1 : A ; - saaledes_ab_1 : Adv ; - saall_nn_1 : N ; - saalunda_ab_1 : Adv ; - saamaskin_nn_1 : N ; - saanaer_ab_1 : Adv ; - saang_nn_1 : N ; - saangare_nn_1 : N ; - saangarfaagel_nn_1 : N ; - saangbar_av_1 : A ; - saangerska_nn_1 : N ; - saangfaagel_nn_1 : N ; - saanggudinna_nn_1 : N ; - saanglek_nn_1 : N ; - saanglig_av_1 : A ; - saangmoe_nn_1 : N ; - saangoevning_nn_1 : N ; - saangprov_nn_1 : N ; - saangsaett_nn_1 : N ; - saangspel_nn_1 : N ; - saangsvan_nn_1 : N ; - saangteknik_nn_1 : N ; - saangtema_nn_1 : N ; - saaningsman_nn_1 : N ; - saapass_ab_1 : Adv ; - saapbubbla_nn_1 : N ; - saaphal_av_1 : A ; - saapopera_nn_1 : N ; - saapvatten_nn_1 : N ; - saar_nn_1 : N ; - saarande_av_1 : A ; - saarbar_av_1 : A ; - saarig_av_1 : A ; - saarinfektion_nn_1 : N ; - saarmarkoer_nn_1 : N ; - saarnad_nn_1 : N ; - saas_nn_1 : N ; - saasig_av_1 : A ; - saat_nn_1 : N ; - saate_nn_1 : N ; - saatillvida_ab_1 : Adv ; - saavael_ab_1 : Adv ; - saavitt_ab_1 : Adv ; - sabadill_nn_1 : N ; - sabbat_nn_1 : N ; - sabbatsaar_nn_1 : N ; - sabbatsbrott_nn_1 : N ; - sabbatstermin_nn_1 : N ; - sabbik_nn_1 : N ; - sabel_nn_1 : N ; - sabelbajonett_nn_1 : N ; - sabelbalja_nn_1 : N ; - sabelbent_av_1 : A ; - sabellilja_nn_1 : N ; - sabin_nn_1 : N ; - sabla_av_1 : A ; - sabotage_nn_1 : N ; - sabotoer_nn_1 : N ; - sachsare_nn_1 : N ; - sachsisk_av_1 : A ; - sackarin_nn_1 : N ; - sackett_nn_1 : N ; - sadduce_nn_1 : N ; - sadel_nn_1 : N ; - sadelbom_nn_1 : N ; - sadelbrott_nn_1 : N ; - sadelbruten_av_1 : A ; - sadelfilt_nn_1 : N ; - sadelformig_av_1 : A ; - sadelgjord_nn_1 : N ; - sadelknapp_nn_1 : N ; - sadelmakare_nn_1 : N ; - sadelmakarnaal_nn_1 : N ; - sadelmakarstift_nn_1 : N ; - sadelmakeri_nn_1 : N ; - sadelplats_nn_1 : N ; - sadelskydd_nn_1 : N ; - sadeltak_nn_1 : N ; - sadist_nn_1 : N ; - sadistisk_av_1 : A ; - sado_masochistisk_av_1 : A ; - saeck_nn_1 : N ; - saeckig_av_1 : A ; - saeckliknande_av_1 : A ; - saecksvamp_nn_1 : N ; - saedescell_nn_1 : N ; - saedeskaerve_nn_1 : N ; - saedesledare_nn_1 : N ; - saedesskyl_nn_1 : N ; - saedesslag_nn_1 : N ; - saedestork_nn_1 : N ; - saedesuttoemning_nn_1 : N ; - saedgaas_nn_1 : N ; - saegen_nn_1 : N ; - saegenomspunnen_av_1 : A ; - saeker_av_1 : A ; - saekerhet_nn_1 : N ; - saekerhetsbaelte_nn_1 : N ; - saekerhetsbestaemmelse_nn_1 : N ; - saekerhetsfilosofi_nn_1 : N ; - saekerhetsfoereskrift_nn_1 : N ; - saekerhetsgrepp_nn_1 : N ; - saekerhetskedja_nn_1 : N ; - saekerhetsman_nn_1 : N ; - saekerhetsnaal_nn_1 : N ; - saekerhetspolis_nn_1 : N ; - saekerhetsproblem_nn_1 : N ; - saekerhetsrisk_nn_1 : N ; - saekerhetsskael_nn_1 : N ; - saekerhetssystem_nn_1 : N ; - saekerhetsventil_nn_1 : N ; - saekerligen_ab_1 : Adv ; - saekring_nn_1 : N ; - sael_nn_1 : N ; - saeldjur_nn_1 : N ; - saelg_nn_1 : N ; - saeljare_nn_1 : N ; - saeljbar_av_1 : A ; - saelkut_nn_1 : N ; - saell_av_1 : A ; - saellan_ab_1 : Adv ; - saelle_nn_1 : N ; - saellhet_nn_1 : N ; - saellsam_av_1 : A ; - saellskap_nn_1 : N ; - saellskaplig_av_1 : A ; - saellskapsdam_nn_1 : N ; - saellskapsdans_nn_1 : N ; - saellskapsdjur_nn_1 : N ; - saellskapsliv_nn_1 : N ; - saellskapsmaenniska_nn_1 : N ; - saellskapsrum_nn_1 : N ; - saellskapssjuk_av_1 : A ; - saellskapsspel_nn_1 : N ; - saellspord_av_1 : A ; - saellsynt_av_1 : A ; - saelltrae_nn_1 : N ; - saelunge_nn_1 : N ; - saemskskinn_nn_1 : N ; - saendare_nn_1 : N ; - saendebud_nn_1 : N ; - saendning_nn_1 : N ; - saeng_nn_1 : N ; - saengdags_ab_1 : Adv ; - saengfoesare_nn_1 : N ; - saengfot_nn_1 : N ; - saenghimmel_nn_1 : N ; - saengkammare_nn_1 : N ; - saengkant_nn_1 : N ; - saengliggande_av_1 : A ; - saengroekare_nn_1 : N ; - saengvaetare_nn_1 : N ; - saenkhaav_nn_1 : N ; - saenkning_nn_1 : N ; - saenkningstecken_nn_1 : N ; - saenkvaag_nn_1 : N ; - saer_av_1 : A ; - saerbo_nn_1 : N ; - saerdeles_ab_1 : Adv ; - saerdrag_nn_1 : N ; - saeregen_av_1 : A ; - saerfall_nn_1 : N ; - saerfraaga_nn_1 : N ; - saerk_nn_1 : N ; - saerklassig_av_1 : A ; - saerkullbarn_nn_1 : N ; - saerla_ab_1 : Adv ; - saerling_nn_1 : N ; - saermaerke_nn_1 : N ; - saerskild_av_1 : A ; - saerskilt_ab_1 : Adv ; - saerstaellning_nn_1 : N ; - saertryck_nn_1 : N ; - saesong_nn_1 : N ; - saesongsvis_ab_1 : Adv ; - saete_nn_1 : N ; - saeter_nn_1 : N ; - saeteri_nn_1 : N ; - saeteritak_nn_1 : N ; - saetesgaard_nn_1 : N ; - saett_nn_1 : N ; - saettare_nn_1 : N ; - saetteri_nn_1 : N ; - saettmaskin_nn_1 : N ; - saettnaet_nn_1 : N ; - saettning_nn_1 : N ; - saettpotatis_nn_1 : N ; - saettsadverbial_nn_1 : N ; - saevlig_av_1 : A ; - safari_nn_1 : N ; - saffransbroed_nn_1 : N ; - saffransgul_av_1 : A ; - safir_nn_1 : N ; - safirnaal_nn_1 : N ; - saft_nn_1 : N ; - saftglass_nn_1 : N ; - saftig_av_1 : A ; - saftkalas_nn_1 : N ; - saftkraem_nn_1 : N ; - saftpress_nn_1 : N ; - saftsaas_nn_1 : N ; - saftstation_nn_1 : N ; - saga_nn_1 : N ; - sagesman_nn_1 : N ; - sagoberaettare_nn_1 : N ; - sagobok_nn_1 : N ; - sagocykel_nn_1 : N ; - sagodjur_nn_1 : N ; - sagofigur_nn_1 : N ; - sagogryn_nn_1 : N ; - sagohjaelte_nn_1 : N ; - sagokrets_nn_1 : N ; - sagoland_nn_1 : N ; - sagolik_av_1 : A ; - sagopalm_nn_1 : N ; - sagoprins_nn_1 : N ; - sagosamling_nn_1 : N ; - sagoskimrande_av_1 : A ; - sagostund_nn_1 : N ; - sagovaerld_nn_1 : N ; - sagovaesen_nn_1 : N ; - sahib_nn_1 : N ; - sak_nn_1 : N ; - sakaegande_nn_1 : N ; - sakaegare_nn_1 : N ; - sakdebatt_nn_1 : N ; - sakdiskussion_nn_1 : N ; - saker_av_1 : A ; - sakfel_nn_1 : N ; - sakfoerare_nn_1 : N ; - sakfoerhaallande_nn_1 : N ; - sakfoerklaring_nn_1 : N ; - sakfoersaekring_nn_1 : N ; - sakfoerstaandig_av_1 : A ; - sakfraaga_nn_1 : N ; - sakframstaellning_nn_1 : N ; - sakkaennedom_nn_1 : N ; - sakkunnig_av_1 : A ; - sakkunnigberedning_nn_1 : N ; - sakkunnigbetaenkande_nn_1 : N ; - sakkunniguppdrag_nn_1 : N ; - sakkunnigutlaatande_nn_1 : N ; - saklig_av_1 : A ; - saklighet_nn_1 : N ; - sakloes_av_1 : A ; - sakloest_ab_1 : Adv ; - saknad_nn_1 : N ; - sakobjekt_nn_1 : N ; - sakoere_nn_1 : N ; - sakoereslaengd_nn_1 : N ; - sakord_nn_1 : N ; - sakproevning_nn_1 : N ; - sakraettslig_av_1 : A ; - sakral_av_1 : A ; - sakrament_nn_1 : N ; - sakramental_av_1 : A ; - sakramentsskaap_nn_1 : N ; - sakregister_nn_1 : N ; - sakrilegium_nn_1 : N ; - sakrosankt_av_1 : A ; - sakskael_nn_1 : N ; - saksoekande_av_1 : A ; - sakta_ab_1 : Adv ; - sakta_av_1 : A ; - sakteliga_ab_1 : Adv ; - sakteligen_ab_1 : Adv ; - saktfaerdig_av_1 : A ; - saktmodig_av_1 : A ; - sakuppgift_nn_1 : N ; - sakupplysning_nn_1 : N ; - sal_nn_1 : N ; - saladjaer_nn_1 : N ; - salamander_nn_1 : N ; - salband_nn_1 : N ; - saldo_nn_1 : N ; - salig_av_1 : A ; - saligen_ab_1 : Adv ; - saliggoerande_av_1 : A ; - salighet_nn_1 : N ; - salighetslaera_nn_1 : N ; - salighetsmedel_nn_1 : N ; - salighetsrus_nn_1 : N ; - salighetsvaeg_nn_1 : N ; - saligprisning_nn_1 : N ; - salin_nn_1 : N ; - salinitet_nn_1 : N ; - salisk_av_1 : A ; - salivprov_nn_1 : N ; - salivsug_nn_1 : N ; - sallad_nn_1 : N ; - salladsbestick_nn_1 : N ; - salladshuvud_nn_1 : N ; - salladsskaal_nn_1 : N ; - salning_nn_1 : N ; - salningshorn_nn_1 : N ; - salomonisk_av_1 : A ; - salong_nn_1 : N ; - salongsbaat_nn_1 : N ; - salongsbiljett_nn_1 : N ; - salongsbolsjevik_nn_1 : N ; - salongsfaehig_av_1 : A ; - salongsfilosof_nn_1 : N ; - salongsgevaer_nn_1 : N ; - salongskomedi_nn_1 : N ; - salongskommunist_nn_1 : N ; - salongslejon_nn_1 : N ; - salongsorkester_nn_1 : N ; - salongsruff_nn_1 : N ; - salongsuppassare_nn_1 : N ; - salongsvagn_nn_1 : N ; - saloon_nn_1 : N ; - saloondoerr_nn_1 : N ; - salpeterbakterie_nn_1 : N ; - salpetersjuderi_nn_1 : N ; - salpetersyrlighet_nn_1 : N ; - salpingit_nn_1 : N ; - salskrake_nn_1 : N ; - salspatient_nn_1 : N ; - salt_av_1 : A ; - salt_nn_1 : N ; - saltaelskande_av_1 : A ; - saltaeng_nn_1 : N ; - saltavlagring_nn_1 : N ; - saltbad_nn_1 : N ; - saltbassaeng_nn_1 : N ; - saltbehov_nn_1 : N ; - saltbemaengd_av_1 : A ; - saltbildare_nn_1 : N ; - saltdamm_nn_1 : N ; - salteri_nn_1 : N ; - saltgrop_nn_1 : N ; - salthalt_nn_1 : N ; - salthaltig_av_1 : A ; - saltig_av_1 : A ; - saltkar_nn_1 : N ; - saltkoncentration_nn_1 : N ; - saltkristall_nn_1 : N ; - saltloesning_nn_1 : N ; - saltoeken_nn_1 : N ; - saltoert_nn_1 : N ; - saltomortal_nn_1 : N ; - saltprovare_nn_1 : N ; - saltsjoe_nn_1 : N ; - saltstaenkt_av_1 : A ; - saltstod_nn_1 : N ; - saltstroeare_nn_1 : N ; - saltutvinning_nn_1 : N ; - saltvaext_nn_1 : N ; - saltvatten_nn_1 : N ; - saltvattensfisk_nn_1 : N ; - saltverk_nn_1 : N ; - salubjuda_vb_1 : V ; - saluhall_nn_1 : N ; - salupris_nn_1 : N ; - salustaand_nn_1 : N ; - salut_nn_1 : N ; - salutdag_nn_1 : N ; - salutkanon_nn_1 : N ; - salutorg_nn_1 : N ; - salutskott_nn_1 : N ; - saluvaerde_nn_1 : N ; - salvadoran_nn_1 : N ; - salvationist_nn_1 : N ; - salvelsefull_av_1 : A ; - salvkanon_nn_1 : N ; - samarbetsman_nn_1 : N ; - samarbetsvillig_av_1 : A ; - samarit_nn_1 : N ; - samarv_nn_1 : N ; - samarva_av_1 : A ; - samband_nn_1 : N ; - sambandsofficer_nn_1 : N ; - sambeskattning_nn_1 : N ; - sambladig_av_1 : A ; - sambo_nn_1 : N ; - sambo_nn_2 : N ; - samboende_av_1 : A ; - sambord_nn_1 : N ; - sambyggare_nn_1 : N ; - same_nn_1 : N ; - sameby_nn_1 : N ; - samekultur_nn_1 : N ; - sameland_nn_1 : N ; - samfaelld_av_1 : A ; - samfaellig_av_1 : A ; - samfaellighet_nn_1 : N ; - samfaerdsled_nn_1 : N ; - samfaerdsmedel_nn_1 : N ; - samfund_nn_1 : N ; - samhaellelig_av_1 : A ; - samhaellsbevarande_av_1 : A ; - samhaellsbevarare_nn_1 : N ; - samhaellsbildande_av_1 : A ; - samhaellsekonomisk_av_1 : A ; - samhaellsfara_nn_1 : N ; - samhaellsfarlig_av_1 : A ; - samhaellsfientlig_av_1 : A ; - samhaellsfoerbaettrare_nn_1 : N ; - samhaellsfoerdrag_nn_1 : N ; - samhaellsform_nn_1 : N ; - samhaellsforskare_nn_1 : N ; - samhaellsfraanvaend_av_1 : A ; - samhaellsfunktion_nn_1 : N ; - samhaellsgrupp_nn_1 : N ; - samhaellsingripande_nn_1 : N ; - samhaellsinsats_nn_1 : N ; - samhaellsklass_nn_1 : N ; - samhaellskontrakt_nn_1 : N ; - samhaellskostnad_nn_1 : N ; - samhaellskritiker_nn_1 : N ; - samhaellskritisk_av_1 : A ; - samhaellskropp_nn_1 : N ; - samhaellsnorm_nn_1 : N ; - samhaellsnytta_nn_1 : N ; - samhaellsnyttig_av_1 : A ; - samhaellsomstoertande_av_1 : A ; - samhaellsomstoertare_nn_1 : N ; - samhaellsordning_nn_1 : N ; - samhaellsorgan_nn_1 : N ; - samhaellsorienterande_av_1 : A ; - samhaellsplanerare_nn_1 : N ; - samhaellsplanering_nn_1 : N ; - samhaellsproblem_nn_1 : N ; - samhaellspyramid_nn_1 : N ; - samhaellsrepresentant_nn_1 : N ; - samhaellsskick_nn_1 : N ; - samhaellsskikt_nn_1 : N ; - samhaellsskildring_nn_1 : N ; - samhaellsstaellning_nn_1 : N ; - samhaellssyn_nn_1 : N ; - samhaellssystem_nn_1 : N ; - samhaellstillvaend_av_1 : A ; - samhaellsuppbyggnad_nn_1 : N ; - samhaellsvarelse_nn_1 : N ; - samhaellsvetare_nn_1 : N ; - samhaellsvetenskap_nn_1 : N ; - samhaellsvetenskaplig_av_1 : A ; - samhoerande_av_1 : A ; - samhoerig_av_1 : A ; - samhoerighet_nn_1 : N ; - samhoerighetskaensla_nn_1 : N ; - samisk_av_1 : A ; - samizdat_nn_1 : N ; - samkoep_nn_1 : N ; - samkoerning_nn_1 : N ; - samkvaem_nn_1 : N ; - samlag_nn_1 : N ; - samlagspartner_nn_1 : N ; - samlare_nn_1 : N ; - samlarfoeremaal_nn_1 : N ; - samlarfolk_nn_1 : N ; - samlevnad_nn_1 : N ; - samling_nn_1 : N ; - samlingsband_nn_1 : N ; - samlingslins_nn_1 : N ; - samlingslokal_nn_1 : N ; - samlingsnamn_nn_1 : N ; - samlingspaerm_nn_1 : N ; - samlingsparti_nn_1 : N ; - samlingsplats_nn_1 : N ; - samlingspunkt_nn_1 : N ; - samlingsregering_nn_1 : N ; - samlingsrum_nn_1 : N ; - samlingssal_nn_1 : N ; - samlingsverk_nn_1 : N ; - sammald_av_1 : A ; - sammaledes_ab_1 : Adv ; - sammalen_av_1 : A ; - sammalunda_ab_1 : Adv ; - samman_ab_1 : Adv ; - sammanbinda_vb_1 : V ; - sammanbindning_nn_1 : N ; - sammanbiten_av_1 : A ; - sammanboende_av_1 : A ; - sammanbragt_av_1 : A ; - sammanbrott_nn_1 : N ; - sammandra_vb_1 : V ; - sammandrabbning_nn_1 : N ; - sammandrag_nn_1 : N ; - sammandragning_nn_1 : N ; - sammanfall_nn_1 : N ; - sammanfalla_vb_1 : V ; - sammanfattning_nn_1 : N ; - sammanfattningsvis_ab_1 : Adv ; - sammanfloede_nn_1 : N ; - sammanfogning_nn_1 : N ; - sammangaaende_nn_1 : N ; - sammanhaalla_vb_1 : V ; - sammanhaallen_av_1 : A ; - sammanhaallig_av_1 : A ; - sammanhaengande_nn_1 : N ; - sammanhang_nn_1 : N ; - sammankallande_av_1 : A ; - sammankomst_nn_1 : N ; - sammanlaeggning_nn_1 : N ; - sammanlaeggningsavhandling_nn_1 : N ; - sammanlagd_av_1 : A ; - sammanraekning_nn_1 : N ; - sammansaettning_nn_1 : N ; - sammansaettningsfabrik_nn_1 : N ; - sammansaettningsled_nn_1 : N ; - sammansatt_av_1 : A ; - sammanskjuta_vb_1 : V ; - sammanskott_nn_1 : N ; - sammanskriva_vb_1 : V ; - sammanslagen_av_1 : A ; - sammanslagning_nn_1 : N ; - sammanslutning_nn_1 : N ; - sammansmaeltning_nn_1 : N ; - sammanstaellning_nn_1 : N ; - sammanstoetning_nn_1 : N ; - sammansvaerja_vb_1 : V ; - sammansvaerjning_nn_1 : N ; - sammansvuren_av_1 : A ; - sammantagen_av_1 : A ; - sammantraede_nn_1 : N ; - sammantraedesordning_nn_1 : N ; - sammantraedesrum_nn_1 : N ; - sammantraeffande_nn_1 : N ; - sammastaedes_ab_1 : Adv ; - sammelband_nn_1 : N ; - sammelnamn_nn_1 : N ; - sammelplats_nn_1 : N ; - sammelsurium_nn_1 : N ; - sammetsblomster_nn_1 : N ; - sammetsmjuk_av_1 : A ; - samnit_nn_1 : N ; - samnordisk_av_1 : A ; - samoan_nn_1 : N ; - samojed_nn_1 : N ; - samordnare_nn_1 : N ; - samordning_nn_1 : N ; - samovar_nn_1 : N ; - sampan_nn_1 : N ; - sampel_nn_1 : N ; - sampling_nn_1 : N ; - samraad_nn_1 : N ; - sams_av_1 : A ; - samsaendning_nn_1 : N ; - samspelt_av_1 : A ; - samstaemd_av_1 : A ; - samstaemmig_av_1 : A ; - samsyskon_nn_1 : N ; - samtal_nn_1 : N ; - samtalsaemne_nn_1 : N ; - samtalsavgift_nn_1 : N ; - samtalsgrupp_nn_1 : N ; - samtalsmaetare_nn_1 : N ; - samtalsmarkering_nn_1 : N ; - samtalsperiod_nn_1 : N ; - samtalsraeknare_nn_1 : N ; - samtida_av_1 : A ; - samtidig_av_1 : A ; - samtidighet_nn_1 : N ; - samtidigt_ab_1 : Adv ; - samtidsskildring_nn_1 : N ; - samuraj_nn_1 : N ; - samurajsvaerd_nn_1 : N ; - samvaelde_nn_1 : N ; - samvariation_nn_1 : N ; - samvetsaektenskap_nn_1 : N ; - samvetsbetaenklighet_nn_1 : N ; - samvetsfaange_nn_1 : N ; - samvetsfoerebraaelse_nn_1 : N ; - samvetsfraaga_nn_1 : N ; - samvetsfrihet_nn_1 : N ; - samvetsgrann_av_1 : A ; - samvetskonflikt_nn_1 : N ; - samvetskval_nn_1 : N ; - samvetsloes_av_1 : A ; - samvetsoem_av_1 : A ; - samvetspeng_nn_1 : N ; - samvetssak_nn_1 : N ; - samvetsskael_nn_1 : N ; - samvetsstyng_nn_1 : N ; - sanatorium_nn_1 : N ; - sandal_nn_1 : N ; - sandalett_nn_1 : N ; - sandbad_nn_1 : N ; - sandbakelse_nn_1 : N ; - sandbank_nn_1 : N ; - sandbindande_av_1 : A ; - sandbindare_nn_1 : N ; - sandblaester_nn_1 : N ; - sandbotten_nn_1 : N ; - sanddyn_nn_1 : N ; - sandeltraed_nn_1 : N ; - sandform_nn_1 : N ; - sandhed_nn_1 : N ; - sandig_av_1 : A ; - sandjaegare_nn_1 : N ; - sandjord_nn_1 : N ; - sandkorn_nn_1 : N ; - sandkrypare_nn_1 : N ; - sandlilja_nn_1 : N ; - sandloepare_nn_1 : N ; - sandmark_nn_1 : N ; - sandmask_nn_1 : N ; - sandmussla_nn_1 : N ; - sandoeken_nn_1 : N ; - sandpapper_nn_1 : N ; - sandrev_nn_1 : N ; - sandrevel_nn_1 : N ; - sandroer_nn_1 : N ; - sandsaeck_nn_1 : N ; - sandstorm_nn_1 : N ; - sandstrand_nn_1 : N ; - sandsugare_nn_1 : N ; - sandtaekt_nn_1 : N ; - sandtag_nn_1 : N ; - sandur_nn_1 : N ; - sandvaext_nn_1 : N ; - sandvikare_nn_1 : N ; - sandwich_nn_1 : N ; - sandwichman_nn_1 : N ; - sanering_nn_1 : N ; - saneringsfastighet_nn_1 : N ; - saneringsmedel_nn_1 : N ; - saneringsplan_nn_1 : N ; - sang_nn_1 : N ; - sangviniker_nn_1 : N ; - sangvinisk_av_1 : A ; - sanitaer_av_1 : A ; - sanitet_nn_1 : N ; - sanitetsanstalt_nn_1 : N ; - sanitetsartikel_nn_1 : N ; - sanitetshund_nn_1 : N ; - sanitetskaerl_nn_1 : N ; - sanitetskompani_nn_1 : N ; - sanitetstekniker_nn_1 : N ; - sanitetstrupp_nn_1 : N ; - sank_av_1 : A ; - sanktbernhardshund_nn_1 : N ; - sanktifikation_nn_1 : N ; - sanktion_nn_1 : N ; - sanktuarium_nn_1 : N ; - sanmarinesare_nn_1 : N ; - sanmarinesisk_av_1 : A ; - sann_av_1 : A ; - sanndroem_nn_1 : N ; - sannerligen_ab_1 : Adv ; - sannfaerdig_av_1 : A ; - sanning_nn_1 : N ; - sanningsdrog_nn_1 : N ; - sanningsenlig_av_1 : A ; - sanningsfoersaekran_nn_1 : N ; - sanningskorn_nn_1 : N ; - sanningskrav_nn_1 : N ; - sanningsloes_av_1 : A ; - sanningssaegare_nn_1 : N ; - sanningssoekare_nn_1 : N ; - sanningsvittne_nn_1 : N ; - sannolik_av_1 : A ; - sannolikhet_nn_1 : N ; - sannolikhetsbevis_nn_1 : N ; - sannolikhetskalkyl_nn_1 : N ; - sannolikhetsteori_nn_1 : N ; - sannsaga_nn_1 : N ; - sannskyldig_av_1 : A ; - sannspaadd_av_1 : A ; - sansculotte_nn_1 : N ; - sansloes_av_1 : A ; - sansning_nn_1 : N ; - sapfisk_av_1 : A ; - saponin_nn_1 : N ; - sapp_nn_1 : N ; - sappoer_nn_1 : N ; - saprofyt_nn_1 : N ; - saprogen_av_1 : A ; - saraband_nn_1 : N ; - saracen_nn_1 : N ; - sarafan_nn_1 : N ; - sard_nn_1 : N ; - sardell_nn_1 : N ; - sardin_nn_1 : N ; - sardinare_nn_1 : N ; - sardinisk_av_1 : A ; - sardiniska_nn_2 : N ; - sardinsk_av_1 : A ; - sardinska_nn_2 : N ; - sardisk_av_1 : A ; - sardiska_nn_2 : N ; - sardonisk_av_1 : A ; - sarg_nn_1 : N ; - sari_nn_1 : N ; - sarkasm_nn_1 : N ; - sarkastisk_av_1 : A ; - sarkofag_nn_1 : N ; - sarkom_nn_1 : N ; - sarong_nn_1 : N ; - sars_nn_1 : N ; - sarv_nn_1 : N ; - sataeng_nn_1 : N ; - satanisk_av_1 : A ; - satanist_nn_1 : N ; - sate_nn_1 : N ; - satellit_nn_1 : N ; - satellitstat_nn_1 : N ; - satemspraak_nn_1 : N ; - satin_nn_1 : N ; - satir_nn_1 : N ; - satiriker_nn_1 : N ; - satirisk_av_1 : A ; - satisfaktion_nn_1 : N ; - satkaering_nn_1 : N ; - satrap_nn_1 : N ; - satrapi_nn_1 : N ; - sats_nn_1 : N ; - satsaccent_nn_1 : N ; - satsadverbial_nn_1 : N ; - satsanalys_nn_1 : N ; - satsbindning_nn_1 : N ; - satsbord_nn_1 : N ; - satsbraede_nn_1 : N ; - satsbyggnad_nn_1 : N ; - satsdel_nn_1 : N ; - satsfoerkortning_nn_1 : N ; - satsfogning_nn_1 : N ; - satskompletteringstest_nn_1 : N ; - satskonstruktion_nn_1 : N ; - satsmelodi_nn_1 : N ; - satsning_nn_1 : N ; - satsuma_nn_1 : N ; - satt_av_1 : A ; - sattyg_nn_1 : N ; - satunge_nn_1 : N ; - saturnaliefest_nn_1 : N ; - saturnalisk_av_1 : A ; - saturnisk_av_1 : A ; - satyr_nn_1 : N ; - satyrdrama_nn_1 : N ; - satyrspel_nn_1 : N ; - saudiarab_nn_1 : N ; - saudiarabisk_av_1 : A ; - saudier_nn_1 : N ; - saudisk_av_1 : A ; - saute_nn_1 : N ; - savann_nn_1 : N ; - savarin_nn_1 : N ; - savig_av_1 : A ; - savningstid_nn_1 : N ; - savojard_nn_1 : N ; - savtid_nn_1 : N ; - sax_nn_1 : N ; - saxare_nn_1 : N ; - saxarm_nn_1 : N ; - saxblad_nn_1 : N ; - saxisk_av_1 : A ; - saxkrok_nn_1 : N ; - saxnaebb_nn_1 : N ; - saxofon_nn_1 : N ; - saxskaenkel_nn_1 : N ; - saxskaer_nn_1 : N ; - saxskalm_nn_1 : N ; - saxsprint_nn_1 : N ; - sbirr_nn_1 : N ; - scanner_nn_1 : N ; - scanning_nn_1 : N ; - scarf_nn_1 : N ; - scen_nn_1 : N ; - scenanvisning_nn_1 : N ; - scenarbetare_nn_1 : N ; - scenario_nn_1 : N ; - scenbearbetning_nn_1 : N ; - scenbild_nn_1 : N ; - sceneri_nn_1 : N ; - scenfoeraendring_nn_1 : N ; - scenframtraedande_nn_1 : N ; - sceningaang_nn_1 : N ; - sceninstruktoer_nn_1 : N ; - scenisk_av_1 : A ; - scenoeppning_nn_1 : N ; - scenograf_nn_1 : N ; - scenuppfoerande_nn_1 : N ; - scenvaexling_nn_1 : N ; - scenvind_nn_1 : N ; - scepter_nn_1 : N ; - schabbel_nn_1 : N ; - schablon_nn_1 : N ; - schablonavdrag_nn_1 : N ; - schablonbelopp_nn_1 : N ; - schablonmaessig_av_1 : A ; - schablontillaegg_nn_1 : N ; - schabrak_nn_1 : N ; - schack_av_1 : A ; - schack_nn_2 : N ; - schackbord_nn_1 : N ; - schackbraede_nn_1 : N ; - schackdrag_nn_1 : N ; - schackel_nn_1 : N ; - schackmatt_av_1 : A ; - schackmoenster_nn_1 : N ; - schackningsperiod_nn_1 : N ; - schackparti_nn_1 : N ; - schackpjaes_nn_1 : N ; - schackproblem_nn_1 : N ; - schackrare_nn_1 : N ; - schackspel_nn_1 : N ; - schackspelare_nn_1 : N ; - schackturnering_nn_1 : N ; - schaefer_nn_1 : N ; - schaeferhatt_nn_1 : N ; - schaeferhund_nn_1 : N ; - schaeferi_nn_1 : N ; - schaes_nn_1 : N ; - schaeslong_nn_1 : N ; - schagg_nn_1 : N ; - schah_nn_1 : N ; - schajas_nn_1 : N ; - schakaa_nn_1 : N ; - schakal_nn_1 : N ; - schakt_nn_1 : N ; - schaktmaskin_nn_1 : N ; - schaktugn_nn_1 : N ; - schal_nn_1 : N ; - schalett_nn_1 : N ; - schalom_nn_1 : N ; - schalottenloek_nn_1 : N ; - schaman_nn_1 : N ; - schampo_nn_1 : N ; - schangdobel_av_1 : A ; - schangtil_av_1 : A ; - schapp_nn_1 : N ; - scharner_nn_1 : N ; - schartauan_nn_1 : N ; - schartauansk_av_1 : A ; - schattering_nn_1 : N ; - schattersoem_nn_1 : N ; - schatull_nn_1 : N ; - schavott_nn_1 : N ; - schejk_nn_1 : N ; - schema_nn_1 : N ; - schemabunden_av_1 : A ; - schemalagd_av_1 : A ; - schematisk_av_1 : A ; - schematism_nn_1 : N ; - schersmin_nn_1 : N ; - scherzando_ab_1 : Adv ; - scherzo_nn_1 : N ; - schibbolet_nn_1 : N ; - schillerkrage_nn_1 : N ; - schillerstoevare_nn_1 : N ; - schilling_nn_1 : N ; - schimpans_nn_1 : N ; - schism_nn_1 : N ; - schismatiker_nn_1 : N ; - schismatisk_av_1 : A ; - schizofren_av_1 : A ; - schizofreni_nn_1 : N ; - schizotym_av_1 : A ; - schizzig_av_1 : A ; - schlager_nn_1 : N ; - schnauzer_nn_1 : N ; - schnitzel_nn_1 : N ; - schottis_nn_1 : N ; - schrammelkvartett_nn_1 : N ; - schvungfull_av_1 : A ; - schvungig_av_1 : A ; - schwa_ljud_nn_1 : N ; - schweizare_nn_1 : N ; - schweizerfranc_nn_1 : N ; - schweizeri_nn_1 : N ; - schweizernoet_nn_1 : N ; - schweizerost_nn_1 : N ; - schweizisk_av_1 : A ; - schysst_av_1 : A ; - schyst_av_1 : A ; - scientist_nn_1 : N ; - scientolog_nn_1 : N ; - scintillation_nn_1 : N ; - scirocco_nn_1 : N ; - scone_nn_1 : N ; - scoop_nn_1 : N ; - scooter_nn_1 : N ; - scopolamin_nn_1 : N ; - scout_nn_1 : N ; - scoutjamboree_nn_1 : N ; - scoutlaeger_nn_1 : N ; - scoutlag_nn_1 : N ; - scoutpatrull_nn_1 : N ; - scratchman_nn_1 : N ; - script_girl_nn_1 : N ; - seans_nn_1 : N ; - sebar_av_1 : A ; - seborre_nn_1 : N ; - sebu_nn_1 : N ; - seccomaalning_nn_1 : N ; - sed_nn_1 : N ; - sedan_ab_1 : Adv ; - sedan_nn_1 : N ; - sedativ_av_1 : A ; - sedativ_nn_1 : N ; - sedativum_nn_1 : N ; - sedebetyg_nn_1 : N ; - sedekomedi_nn_1 : N ; - sedel_nn_1 : N ; - sedelaerande_av_1 : A ; - sedelautomat_nn_1 : N ; - sedelpress_nn_1 : N ; - sedelreserv_nn_1 : N ; - sedelstock_nn_1 : N ; - sedermera_ab_1 : Adv ; - sederoman_nn_1 : N ; - sedes_nn_1 : N ; - sedesam_av_1 : A ; - sedeskildring_nn_1 : N ; - sedesloes_av_1 : A ; - sedig_av_1 : A ; - sediment_nn_1 : N ; - sedimentaer_av_1 : A ; - sedimentering_nn_1 : N ; - sedimentfoerande_av_1 : A ; - sedimentlager_nn_1 : N ; - sedimentprov_nn_1 : N ; - sedlig_av_1 : A ; - sedlighet_nn_1 : N ; - sedlighetsbrott_nn_1 : N ; - sedlighetssaarande_av_1 : A ; - sedvaenja_nn_1 : N ; - sedvana_nn_1 : N ; - sedvanlig_av_1 : A ; - seende_av_1 : A ; - sefard_nn_1 : N ; - sefyr_nn_1 : N ; - seg_av_1 : A ; - segdra_vb_1 : V ; - segdragen_av_1 : A ; - segel_nn_1 : N ; - segelbaat_nn_1 : N ; - segelbaergning_nn_1 : N ; - segelbar_av_1 : A ; - segelduk_nn_1 : N ; - segelfartyg_nn_1 : N ; - segelflyg_nn_1 : N ; - segelflygning_nn_1 : N ; - segelflygplan_nn_1 : N ; - segelfoering_nn_1 : N ; - segelfri_av_1 : A ; - segeljakt_nn_1 : N ; - segeljolle_nn_1 : N ; - segelkanot_nn_1 : N ; - segelkapell_nn_1 : N ; - segelled_nn_1 : N ; - segelmaerke_nn_1 : N ; - segelmakare_nn_1 : N ; - segelmakeri_nn_1 : N ; - segelskridsko_nn_1 : N ; - segelsoemmare_nn_1 : N ; - segelstaell_nn_1 : N ; - seger_nn_1 : N ; - segerherre_nn_1 : N ; - segerkrans_nn_1 : N ; - segerkroent_av_1 : A ; - segerpalm_nn_1 : N ; - segerpalmen_ab_1 : Adv ; - segerrik_av_1 : A ; - segersaell_av_1 : A ; - segertaag_nn_1 : N ; - segerviss_av_1 : A ; - seghet_nn_1 : N ; - seglare_nn_1 : N ; - seglarstoevel_nn_1 : N ; - seglation_nn_1 : N ; - seglationsklar_av_1 : A ; - seglats_nn_1 : N ; - segling_nn_1 : N ; - seglingsbeskrivning_nn_1 : N ; - seglingsfri_av_1 : A ; - segment_nn_1 : N ; - segmentbaage_nn_1 : N ; - segmentell_av_1 : A ; - segmogen_av_1 : A ; - segrare_nn_1 : N ; - segregat_nn_1 : N ; - segregation_nn_1 : N ; - segring_nn_1 : N ; - segsliten_av_1 : A ; - seigneur_nn_1 : N ; - seismisk_av_1 : A ; - seismograf_nn_1 : N ; - seismogram_nn_1 : N ; - seismometer_nn_1 : N ; - sej_nn_1 : N ; - sejdare_nn_1 : N ; - sejdel_nn_1 : N ; - sejnfall_nn_1 : N ; - sejour_nn_1 : N ; - sejsing_nn_1 : N ; - sejsning_nn_1 : N ; - sejte_nn_1 : N ; - sekant_nn_1 : N ; - sekatoer_nn_1 : N ; - sekel_nn_1 : N ; - sekellaang_av_1 : A ; - sekin_nn_1 : N ; - sekond_nn_1 : N ; - sekret_av_1 : A ; - sekret_nn_1 : N ; - sekretaer_nn_1 : N ; - sekretariat_nn_1 : N ; - sekreterare_nn_1 : N ; - sekreterarfaagel_nn_1 : N ; - sekretion_nn_1 : N ; - sekretionsrubbning_nn_1 : N ; - sekretorisk_av_1 : A ; - sekt_nn_1 : N ; - sekteristisk_av_1 : A ; - sektion_nn_1 : N ; - sektor_nn_1 : N ; - sektorfyr_nn_1 : N ; - sektoriell_av_1 : A ; - sektorport_nn_1 : N ; - sekulaer_av_1 : A ; - sekularisation_nn_1 : N ; - sekularisering_nn_1 : N ; - sekularpraest_nn_1 : N ; - sekund_nn_1 : N ; - sekunda_av_1 : A ; - sekundaer_av_1 : A ; - sekundaergrupp_nn_1 : N ; - sekundaerinfektion_nn_1 : N ; - sekundaerkommun_nn_1 : N ; - sekundaerminne_nn_1 : N ; - sekundaerspole_nn_1 : N ; - sekundaerstadium_nn_1 : N ; - sekundaerstroem_nn_1 : N ; - sekundant_nn_1 : N ; - sekundchef_nn_1 : N ; - sekundmeter_nn_1 : N ; - sekundvisare_nn_1 : N ; - sekvens_nn_1 : N ; - sel_nn_1 : N ; - selbrott_nn_1 : N ; - selbruten_av_1 : A ; - seldon_nn_1 : N ; - sele_nn_1 : N ; - selektion_nn_1 : N ; - selektiv_av_1 : A ; - selektivitet_nn_1 : N ; - selencell_nn_1 : N ; - selfmade_av_1 : A ; - selleribotten_nn_1 : N ; - selot_nn_1 : N ; - seltersglas_nn_1 : N ; - seltyg_nn_1 : N ; - semafor_nn_1 : N ; - semaforalfabet_nn_1 : N ; - semantisk_av_1 : A ; - semem_nn_1 : N ; - semester_nn_1 : N ; - semesterarvode_nn_1 : N ; - semesterby_nn_1 : N ; - semesterdag_nn_1 : N ; - semesterersaettning_nn_1 : N ; - semesterfirare_nn_1 : N ; - semesterloen_nn_1 : N ; - semestermaanad_nn_1 : N ; - semesterpeng_nn_1 : N ; - semestertillaegg_nn_1 : N ; - semifinal_nn_1 : N ; - semikolon_nn_1 : N ; - seminarist_nn_1 : N ; - seminarium_nn_1 : N ; - seminoer_nn_1 : N ; - seminstation_nn_1 : N ; - semiotisk_av_1 : A ; - semipermeabel_av_1 : A ; - semit_nn_1 : N ; - semitisk_av_1 : A ; - semitist_nn_1 : N ; - semitrailer_nn_1 : N ; - semla_nn_1 : N ; - semologisk_av_1 : A ; - sen_ab_1 : Adv ; - sen_av_1 : A ; - senantik_av_1 : A ; - senapsdeg_nn_1 : N ; - senar_nn_1 : N ; - senat_nn_1 : N ; - senator_nn_1 : N ; - senegales_nn_1 : N ; - senegalesisk_av_1 : A ; - senfaerdig_av_1 : A ; - senfoedd_av_1 : A ; - sengaangaraktig_av_1 : A ; - sengaangare_nn_1 : N ; - senhinna_nn_1 : N ; - senhoest_nn_1 : N ; - senig_av_1 : A ; - senil_av_1 : A ; - senilitet_nn_1 : N ; - senior_av_1 : A ; - senior_nn_1 : N ; - senknut_nn_1 : N ; - senkommen_av_1 : A ; - senor_nn_1 : N ; - senorgan_nn_1 : N ; - sensation_nn_1 : N ; - sensationell_av_1 : A ; - sensibel_av_1 : A ; - sensibilitet_nn_1 : N ; - sensigrupp_nn_1 : N ; - sensitiv_av_1 : A ; - sensitivitet_nn_1 : N ; - sensmoral_nn_1 : N ; - sensommar_nn_1 : N ; - sensomotorisk_av_1 : A ; - sensor_nn_1 : N ; - sensorisk_av_1 : A ; - sensualitet_nn_1 : N ; - sensuell_av_1 : A ; - sentens_nn_1 : N ; - sententioes_av_1 : A ; - sentida_av_1 : A ; - sentima_av_1 : A ; - sentiment_nn_1 : N ; - sentimental_av_1 : A ; - sentimentalitet_nn_1 : N ; - senvaar_nn_1 : N ; - senvinter_nn_1 : N ; - separabel_av_1 : A ; - separat_av_1 : A ; - separat_nn_1 : N ; - separatfred_nn_1 : N ; - separatim_ab_1 : Adv ; - separation_nn_1 : N ; - separatist_nn_1 : N ; - separatistisk_av_1 : A ; - separatistroerelse_nn_1 : N ; - separator_nn_1 : N ; - separatutstaellning_nn_1 : N ; - separering_nn_1 : N ; - sepoy_nn_1 : N ; - septennium_nn_1 : N ; - septett_nn_1 : N ; - septiktank_nn_1 : N ; - septisk_av_1 : A ; - seraf_nn_1 : N ; - serafimerband_nn_1 : N ; - serafisk_av_1 : A ; - seralj_nn_1 : N ; - serb_nn_1 : N ; - serbisk_av_1 : A ; - serbokroatisk_av_1 : A ; - seren_av_1 : A ; - serenad_nn_1 : N ; - serenitet_nn_1 : N ; - sergeant_nn_1 : N ; - serie_nn_1 : N ; - seriefigur_nn_1 : N ; - seriekoppling_nn_1 : N ; - seriekrock_nn_1 : N ; - seriell_av_1 : A ; - seriemagasin_nn_1 : N ; - seriematch_nn_1 : N ; - seriespel_nn_1 : N ; - serietecknare_nn_1 : N ; - serietidning_nn_1 : N ; - serietillverkning_nn_1 : N ; - seriff_nn_1 : N ; - serigrafi_nn_1 : N ; - serioes_av_1 : A ; - seriositet_nn_1 : N ; - seroes_av_1 : A ; - serotonin_nn_1 : N ; - serotoninhoejande_av_1 : A ; - serpent_nn_1 : N ; - serpentin_nn_1 : N ; - serum_nn_1 : N ; - serval_nn_1 : N ; - servboll_nn_1 : N ; - serve_nn_1 : N ; - serveboll_nn_1 : N ; - serveess_nn_1 : N ; - servegame_nn_1 : N ; - servelinje_nn_1 : N ; - servering_nn_1 : N ; - serveringsavgift_nn_1 : N ; - serveringsbord_nn_1 : N ; - serveringsfat_nn_1 : N ; - serveringsgaang_nn_1 : N ; - serveringskork_nn_1 : N ; - serveringsrum_nn_1 : N ; - serveringsvagn_nn_1 : N ; - servett_nn_1 : N ; - servettring_nn_1 : N ; - serveuppkast_nn_1 : N ; - servgame_nn_1 : N ; - servicebil_nn_1 : N ; - servicebostad_nn_1 : N ; - servicebox_nn_1 : N ; - servicebutik_nn_1 : N ; - servicehus_nn_1 : N ; - servicelaegenhet_nn_1 : N ; - serviceman_nn_1 : N ; - servicenaering_nn_1 : N ; - servicepersonal_nn_1 : N ; - servicestation_nn_1 : N ; - serviceyrke_nn_1 : N ; - servil_av_1 : A ; - servilism_nn_1 : N ; - servilitet_nn_1 : N ; - servis_nn_1 : N ; - servisledning_nn_1 : N ; - servitoer_nn_1 : N ; - servitris_nn_1 : N ; - servitut_nn_1 : N ; - servlinje_nn_1 : N ; - servobroms_nn_1 : N ; - servomotor_nn_1 : N ; - sesamfroe_nn_1 : N ; - session_nn_1 : N ; - set_nn_1 : N ; - setboll_nn_1 : N ; - setter_nn_1 : N ; - settlement_nn_1 : N ; - sevaerd_av_1 : A ; - sevaerdhet_nn_1 : N ; - sexaarig_av_1 : A ; - sexbomb_nn_1 : N ; - sexfoting_nn_1 : N ; - sexig_av_1 : A ; - sexkantig_av_1 : A ; - sexling_nn_1 : N ; - sexmaestare_nn_1 : N ; - sexmord_nn_1 : N ; - sexpack_nn_1 : N ; - sexpipig_av_1 : A ; - sexradig_av_1 : A ; - sexsiffrig_av_1 : A ; - sexspann_nn_1 : N ; - sext_nn_1 : N ; - sextant_nn_1 : N ; - sextett_nn_1 : N ; - sextiondel_nn_1 : N ; - sextol_nn_1 : N ; - sexualakt_nn_1 : N ; - sexualbrott_nn_1 : N ; - sexualcykel_nn_1 : N ; - sexualdrift_nn_1 : N ; - sexualia_nn_1 : N ; - sexualitet_nn_1 : N ; - sexualmord_nn_1 : N ; - sexualorgan_nn_1 : N ; - sexuell_av_1 : A ; - seychellier_nn_1 : N ; - seychellisk_av_1 : A ; - sfaer_nn_1 : N ; - sfaerisk_av_1 : A ; - sfaeroid_nn_1 : N ; - sfaerometer_nn_1 : N ; - sfinx_nn_1 : N ; - sforzando_ab_1 : Adv ; - shah_nn_1 : N ; - shaker_nn_1 : N ; - shaman_nn_1 : N ; - shamanism_nn_1 : N ; - shampoo_nn_1 : N ; - shanty_nn_1 : N ; - shejk_nn_1 : N ; - shellack_nn_1 : N ; - shelterdaeck_nn_1 : N ; - sheriff_nn_1 : N ; - sherpa_nn_1 : N ; - shetlaendsk_av_1 : A ; - shetlandsponny_nn_1 : N ; - shiit_nn_1 : N ; - shilling_nn_1 : N ; - shogun_nn_1 : N ; - shop_nn_1 : N ; - shoppingcentrum_nn_1 : N ; - shoppingvagn_nn_1 : N ; - show_nn_1 : N ; - shuffle_board_nn_1 : N ; - shunt_nn_1 : N ; - shuntkoppling_nn_1 : N ; - shuntventil_nn_1 : N ; - si_ab_1 : Adv ; - siames_nn_1 : N ; - siamesisk_av_1 : A ; - siameskatt_nn_1 : N ; - siare_nn_1 : N ; - sibet_nn_1 : N ; - sibetdjur_nn_1 : N ; - sibetkatt_nn_1 : N ; - sibirier_nn_1 : N ; - sibirisk_av_1 : A ; - sibyllinsk_av_1 : A ; - sic_ab_1 : Adv ; - sicilian_nn_1 : N ; - sicilianare_nn_1 : N ; - siciliansk_av_1 : A ; - sicilianska_nn_1 : N ; - sick_nn_1 : N ; - sickativ_nn_1 : N ; - sickel_nn_1 : N ; - sicken_av_1 : A ; - sickling_nn_1 : N ; - sid_av_1 : A ; - sida_nn_1 : N ; - sidbyte_nn_1 : N ; - sideboard_nn_1 : N ; - sidendraperi_nn_1 : N ; - sidenskaerm_nn_1 : N ; - sidensvans_nn_1 : N ; - sidentyg_nn_1 : N ; - siderisk_av_1 : A ; - sidlaend_av_1 : A ; - sidlaenges_ab_1 : Adv ; - sidlaent_av_1 : A ; - sidledes_ab_1 : Adv ; - sidlinje_nn_1 : N ; - sidnummer_nn_1 : N ; - sidnumrering_nn_1 : N ; - sidoaltare_nn_1 : N ; - sidoapparat_nn_1 : N ; - sidoarv_nn_1 : N ; - sidoarvinge_nn_1 : N ; - sidobelysning_nn_1 : N ; - sidoblick_nn_1 : N ; - sidobyggnad_nn_1 : N ; - sidodaeck_nn_1 : N ; - sidodal_nn_1 : N ; - sidoeffekt_nn_1 : N ; - sidogevaer_nn_1 : N ; - sidoingaang_nn_1 : N ; - sidoinkomst_nn_1 : N ; - sidolinje_nn_1 : N ; - sidolinjeorgan_nn_1 : N ; - sidoplan_nn_1 : N ; - sidoroder_nn_1 : N ; - sidoskepp_nn_1 : N ; - sidoskott_nn_1 : N ; - sidospaar_nn_1 : N ; - sidospraang_nn_1 : N ; - sidotema_nn_1 : N ; - sidovaeg_nn_1 : N ; - sidovapen_nn_1 : N ; - sidovinkel_nn_1 : N ; - sidroder_nn_1 : N ; - sidskruv_nn_1 : N ; - sidvagn_nn_1 : N ; - sidvall_nn_1 : N ; - sidvoerdnad_nn_1 : N ; - siemens_nn_1 : N ; - sierraleonier_nn_1 : N ; - sierraleonsk_av_1 : A ; - sierska_nn_1 : N ; - sievert_nn_1 : N ; - sifferbetyg_nn_1 : N ; - sifferkarl_nn_1 : N ; - siffersumma_nn_1 : N ; - siffertavla_nn_1 : N ; - sifferuppgift_nn_1 : N ; - siffra_nn_1 : N ; - sifon_nn_1 : N ; - sigel_nn_1 : N ; - sightseeing_nn_1 : N ; - sigill_nn_1 : N ; - sigillbevarare_nn_1 : N ; - sigillring_nn_1 : N ; - sigillstaempel_nn_1 : N ; - sigillstamp_nn_1 : N ; - signal_nn_1 : N ; - signalbloss_nn_1 : N ; - signalbok_nn_1 : N ; - signalduk_nn_1 : N ; - signaleld_nn_1 : N ; - signalement_nn_1 : N ; - signalering_nn_1 : N ; - signalhastighet_nn_1 : N ; - signalhorn_nn_1 : N ; - signalist_nn_1 : N ; - signalmoenster_nn_1 : N ; - signalpistol_nn_1 : N ; - signalspade_nn_1 : N ; - signalstaell_nn_1 : N ; - signalsubstans_nn_1 : N ; - signaltrupp_nn_1 : N ; - signalur_nn_1 : N ; - signataer_nn_1 : N ; - signataermakt_nn_1 : N ; - signatur_nn_1 : N ; - signaturmelodi_nn_1 : N ; - signelse_nn_1 : N ; - signeri_nn_1 : N ; - signet_nn_1 : N ; - signetring_nn_1 : N ; - signifikans_nn_1 : N ; - signifikant_av_1 : A ; - signifikativ_av_1 : A ; - signor_nn_1 : N ; - signum_nn_1 : N ; - sik_nn_1 : N ; - sikahjort_nn_1 : N ; - sikel_nn_1 : N ; - sikh_nn_1 : N ; - sikt_nn_2 : N ; - siktbar_av_1 : A ; - siktbroed_nn_1 : N ; - siktduk_nn_1 : N ; - siktig_av_1 : A ; - siktlinje_nn_1 : N ; - siktram_nn_1 : N ; - sil_nn_1 : N ; - silben_nn_1 : N ; - silduk_nn_1 : N ; - silen_nn_1 : N ; - silhuett_nn_1 : N ; - silikat_nn_1 : N ; - silikon_nn_1 : N ; - silkegarn_nn_1 : N ; - silkepapper_nn_1 : N ; - silkesfjaeril_nn_1 : N ; - silkeshare_nn_1 : N ; - silkeskanin_nn_1 : N ; - silkeslarv_nn_1 : N ; - silkeslen_av_1 : A ; - silkesmask_nn_1 : N ; - silkespinnare_nn_1 : N ; - silkesspinnare_nn_1 : N ; - silkestraad_nn_1 : N ; - silkig_av_1 : A ; - sill_nn_1 : N ; - sillavfall_nn_1 : N ; - sillbit_nn_1 : N ; - sillblixt_nn_1 : N ; - sillbulle_nn_1 : N ; - sillfile_nn_1 : N ; - sillfrukost_nn_1 : N ; - sillinlaeggning_nn_1 : N ; - sillkung_nn_1 : N ; - sillmjoelke_nn_1 : N ; - sillperiod_nn_1 : N ; - sillpudding_nn_1 : N ; - sillsallad_nn_1 : N ; - sillstrypare_nn_1 : N ; - silltrut_nn_1 : N ; - sillval_nn_1 : N ; - silo_nn_1 : N ; - siluett_nn_1 : N ; - silver_nn_1 : N ; - silverbaegare_nn_1 : N ; - silverbroellop_nn_1 : N ; - silverbrudpar_nn_1 : N ; - silverfasan_nn_1 : N ; - silverfisk_nn_1 : N ; - silverfoeremaal_nn_1 : N ; - silverglaensande_av_1 : A ; - silvergran_nn_1 : N ; - silvergrogg_nn_1 : N ; - silverhalt_nn_1 : N ; - silverhaltig_av_1 : A ; - silverklar_av_1 : A ; - silverlejon_nn_1 : N ; - silverliknande_av_1 : A ; - silvermagister_nn_1 : N ; - silvermedalj_nn_1 : N ; - silvermynt_nn_1 : N ; - silverne_av_1 : A ; - silverpeng_nn_1 : N ; - silverpenning_nn_1 : N ; - silverpoppel_nn_1 : N ; - silverraev_nn_1 : N ; - silversalt_nn_1 : N ; - silversked_nn_1 : N ; - silversmed_nn_1 : N ; - silversmide_nn_1 : N ; - silverstaempel_nn_1 : N ; - silvertraad_nn_1 : N ; - silvrig_av_1 : A ; - simand_nn_1 : N ; - simbaelte_nn_1 : N ; - simbassaeng_nn_1 : N ; - simborgarmaerke_nn_1 : N ; - simdraekt_nn_1 : N ; - simfaagel_nn_1 : N ; - simfot_nn_1 : N ; - simhall_nn_1 : N ; - simhopp_nn_1 : N ; - simkandidat_nn_1 : N ; - simkunnig_av_1 : A ; - simlaerare_nn_1 : N ; - simma_vb_1 : V ; - simmaerke_nn_1 : N ; - simmagister_nn_1 : N ; - simmare_nn_1 : N ; - simmig_av_1 : A ; - simning_nn_1 : N ; - simorgan_nn_1 : N ; - simpel_av_1 : A ; - simplex_nn_1 : N ; - simplexpaale_nn_1 : N ; - simpromotion_nn_1 : N ; - simprov_nn_1 : N ; - sims_nn_1 : N ; - simsaett_nn_1 : N ; - simshyvel_nn_1 : N ; - simtaevling_nn_1 : N ; - simtag_nn_1 : N ; - simtraening_nn_1 : N ; - simtur_nn_1 : N ; - simulant_nn_1 : N ; - simulation_nn_1 : N ; - simulator_nn_1 : N ; - simultan_av_1 : A ; - simultanism_nn_1 : N ; - simultanscen_nn_1 : N ; - sinder_nn_1 : N ; - sinekur_nn_1 : N ; - singales_nn_1 : N ; - singalesisk_av_1 : A ; - singalesiska_nn_2 : N ; - singaporian_nn_1 : N ; - singel_nn_1 : N ; - singelspel_nn_1 : N ; - singular_av_1 : A ; - singular_nn_1 : N ; - singularitet_nn_1 : N ; - singuljaer_av_1 : A ; - sinister_av_1 : A ; - sinkadus_nn_1 : N ; - sinne_nn_1 : N ; - sinnebild_nn_1 : N ; - sinnesanalogi_nn_1 : N ; - sinnescell_nn_1 : N ; - sinnesfoerfattning_nn_1 : N ; - sinnesintryck_nn_1 : N ; - sinnesnerv_nn_1 : N ; - sinnesorgan_nn_1 : N ; - sinnesroerelse_nn_1 : N ; - sinnessjuk_av_1 : A ; - sinnessjukdom_nn_1 : N ; - sinnessloe_av_1 : A ; - sinnesstaemning_nn_1 : N ; - sinnessvag_av_1 : A ; - sinnesundersoekning_nn_1 : N ; - sinnesupplevelse_nn_1 : N ; - sinnlig_av_1 : A ; - sinnlighet_nn_1 : N ; - sinnrik_av_1 : A ; - sinolog_nn_1 : N ; - sinsemellan_ab_1 : Adv ; - sinuit_nn_1 : N ; - sinus_nn_1 : N ; - sinusit_nn_1 : N ; - sinuston_nn_1 : N ; - sionist_nn_1 : N ; - sioux_nn_1 : N ; - sipp_av_1 : A ; - sirapslen_av_1 : A ; - sirapsliknande_av_1 : A ; - sirapssoet_av_1 : A ; - sirat_nn_1 : N ; - siratlig_av_1 : A ; - siren_nn_1 : N ; - sirendjur_nn_1 : N ; - sirlig_av_1 : A ; - sisaadaer_ab_1 : Adv ; - sisel_nn_1 : N ; - sist_ab_1 : Adv ; - sistens_ab_1 : Adv ; - sistliden_av_1 : A ; - sitar_nn_1 : N ; - sits_nn_1 : N ; - sittbadkar_nn_1 : N ; - sittben_nn_1 : N ; - sittbraede_nn_1 : N ; - sittbrunn_nn_1 : N ; - sitter_nn_1 : N ; - sittgrupp_nn_1 : N ; - sittmoebel_nn_1 : N ; - sittning_nn_1 : N ; - sittopp_nn_1 : N ; - sittpinne_nn_1 : N ; - sittplats_nn_1 : N ; - sittriktig_av_1 : A ; - sittstaang_nn_1 : N ; - sittstrejk_nn_1 : N ; - sittvagn_nn_1 : N ; - situation_nn_1 : N ; - situationsbild_nn_1 : N ; - sj_ljud_nn_1 : N ; - sjaaare_nn_1 : N ; - sjaap_nn_1 : N ; - sjaaperi_nn_1 : N ; - sjaapig_av_1 : A ; - sjabbel_nn_1 : N ; - sjabbig_av_1 : A ; - sjael_nn_1 : N ; - sjaelaglad_av_1 : A ; - sjaelaringning_nn_1 : N ; - sjaelasoerjare_nn_1 : N ; - sjaelfull_av_1 : A ; - sjaelisk_av_1 : A ; - sjaelloes_av_1 : A ; - sjaelsdoedande_av_1 : A ; - sjaelsegenskap_nn_1 : N ; - sjaelsfoermoegenhet_nn_1 : N ; - sjaelsfraanvarande_av_1 : A ; - sjaelsfraende_nn_1 : N ; - sjaelskonflikt_nn_1 : N ; - sjaelslig_av_1 : A ; - sjaelsligen_ab_1 : Adv ; - sjaelssjuk_av_1 : A ; - sjaelsstrid_nn_1 : N ; - sjaelv_av_1 : A ; - sjaelvaegande_av_1 : A ; - sjaelvalstring_nn_1 : N ; - sjaelvanalys_nn_1 : N ; - sjaelvanklagelse_nn_1 : N ; - sjaelvantaendning_nn_1 : N ; - sjaelvbedraegeri_nn_1 : N ; - sjaelvbefruktning_nn_1 : N ; - sjaelvbekaennelse_nn_1 : N ; - sjaelvbelaaten_av_1 : A ; - sjaelvbespegling_nn_1 : N ; - sjaelvbindare_nn_1 : N ; - sjaelvbiografi_nn_1 : N ; - sjaelvbiografisk_av_1 : A ; - sjaelvdeklaration_nn_1 : N ; - sjaelvfallen_av_1 : A ; - sjaelvfallet_ab_1 : Adv ; - sjaelvfoergloemmande_av_1 : A ; - sjaelvfoernekelse_nn_1 : N ; - sjaelvgod_av_1 : A ; - sjaelvgodhet_nn_1 : N ; - sjaelvhaerlig_av_1 : A ; - sjaelvhaerskare_nn_1 : N ; - sjaelviakttagelse_nn_1 : N ; - sjaelvinstruerande_av_1 : A ; - sjaelvisk_av_1 : A ; - sjaelvkaennedom_nn_1 : N ; - sjaelvkem_nn_1 : N ; - sjaelvklar_av_1 : A ; - sjaelvklarhet_nn_1 : N ; - sjaelvkritisk_av_1 : A ; - sjaelvlaens_nn_1 : N ; - sjaelvlaerd_av_1 : A ; - sjaelvljud_nn_1 : N ; - sjaelvlysande_av_1 : A ; - sjaelvmaal_nn_1 : N ; - sjaelvmant_ab_1 : Adv ; - sjaelvmedveten_av_1 : A ; - sjaelvmoerdare_nn_1 : N ; - sjaelvmord_nn_1 : N ; - sjaelvmordskandidat_nn_1 : N ; - sjaelvmotsaegelse_nn_1 : N ; - sjaelvpaatagen_av_1 : A ; - sjaelvplaagare_nn_1 : N ; - sjaelvportraett_nn_1 : N ; - sjaelvraadig_av_1 : A ; - sjaelvraettfaerdig_av_1 : A ; - sjaelvrisk_nn_1 : N ; - sjaelvsaeker_av_1 : A ; - sjaelvsaekerhet_nn_1 : N ; - sjaelvservering_nn_1 : N ; - sjaelvskriven_av_1 : A ; - sjaelvspelande_av_1 : A ; - sjaelvspilling_nn_1 : N ; - sjaelvstaendig_av_1 : A ; - sjaelvstaendighet_nn_1 : N ; - sjaelvstaendighetsfoerklaring_nn_1 : N ; - sjaelvstudium_nn_1 : N ; - sjaelvstyrande_av_1 : A ; - sjaelvsvaaldig_av_1 : A ; - sjaelvtaendning_nn_1 : N ; - sjaelvtillraecklig_av_1 : A ; - sjaelvuppfyllande_av_1 : A ; - sjaelvupplevd_av_1 : A ; - sjaelvuppoffrande_av_1 : A ; - sjaelvuppoffring_nn_1 : N ; - sjaelvupptagen_av_1 : A ; - sjaelvutloesare_nn_1 : N ; - sjaelvutnaemnd_av_1 : A ; - sjaelvutplaanande_av_1 : A ; - sjaelvvald_av_1 : A ; - sjaettedel_nn_1 : N ; - sjagg_nn_1 : N ; - sjajas_nn_1 : N ; - sjakal_nn_1 : N ; - sjal_nn_1 : N ; - sjalett_nn_1 : N ; - sjalkrage_nn_1 : N ; - sjangdobel_av_1 : A ; - sjangtil_av_1 : A ; - sjapp_nn_1 : N ; - sjasker_nn_1 : N ; - sjaskig_av_1 : A ; - sjavig_av_1 : A ; - sjoe_nn_1 : N ; - sjoeavlagring_nn_1 : N ; - sjoebjoern_nn_1 : N ; - sjoebloet_av_1 : A ; - sjoebod_nn_1 : N ; - sjoeborre_nn_1 : N ; - sjoebotten_nn_1 : N ; - sjoebuss_nn_1 : N ; - sjoedraenkt_av_1 : A ; - sjoeduglig_av_1 : A ; - sjoeelefant_nn_1 : N ; - sjoefaagel_nn_1 : N ; - sjoefaagelsjakt_nn_1 : N ; - sjoefaerd_nn_1 : N ; - sjoefarande_av_1 : A ; - sjoefarare_nn_1 : N ; - sjoefartsregel_nn_1 : N ; - sjoeflygplan_nn_1 : N ; - sjoefoerhoer_nn_1 : N ; - sjoefoerklaring_nn_1 : N ; - sjoefrakt_nn_1 : N ; - sjoefynd_nn_1 : N ; - sjoehaest_nn_1 : N ; - sjoejungfru_nn_1 : N ; - sjoekapten_nn_1 : N ; - sjoekaptensbrev_nn_1 : N ; - sjoeko_nn_1 : N ; - sjoekort_nn_1 : N ; - sjoelaegenhet_nn_1 : N ; - sjoelejon_nn_1 : N ; - sjoemaerke_nn_1 : N ; - sjoeman_nn_1 : N ; - sjoemansblus_nn_1 : N ; - sjoemansfoermedling_nn_1 : N ; - sjoemanshus_nn_1 : N ; - sjoemansklaenning_nn_1 : N ; - sjoemansknop_nn_1 : N ; - sjoemanskrage_nn_1 : N ; - sjoemanssaeck_nn_1 : N ; - sjoemansutbildning_nn_1 : N ; - sjoemil_nn_1 : N ; - sjoeodjur_nn_1 : N ; - sjoeofficer_nn_1 : N ; - sjoeorm_nn_1 : N ; - sjoeorre_nn_1 : N ; - sjoepung_nn_1 : N ; - sjoerapport_nn_1 : N ; - sjoereglering_nn_1 : N ; - sjoeroevare_nn_1 : N ; - sjoeroeveri_nn_1 : N ; - sjoesaeker_av_1 : A ; - sjoesaettning_nn_1 : N ; - sjoesediment_nn_1 : N ; - sjoesjuk_av_1 : A ; - sjoeslag_nn_1 : N ; - sjoestoevel_nn_1 : N ; - sjoestrid_nn_1 : N ; - sjoetomt_nn_1 : N ; - sjoetunga_nn_1 : N ; - sjoevaegsregel_nn_1 : N ; - sjoevaerdig_av_1 : A ; - sjoevaerdighet_nn_1 : N ; - sjoevana_nn_1 : N ; - sjoevatten_nn_1 : N ; - sjoevild_av_1 : A ; - sjok_nn_1 : N ; - sjuaarig_av_1 : A ; - sjubb_nn_1 : N ; - sjuckert_ab_1 : Adv ; - sjudagarsvecka_nn_1 : N ; - sjudimensionell_av_1 : A ; - sjudundrande_av_1 : A ; - sjuglasvagn_nn_1 : N ; - sjuk_av_1 : A ; - sjukavdrag_nn_1 : N ; - sjukbaedd_nn_1 : N ; - sjukbaerare_nn_1 : N ; - sjukbesoek_nn_1 : N ; - sjukbud_nn_1 : N ; - sjukdag_nn_1 : N ; - sjukdom_nn_1 : N ; - sjukdomsalstrande_av_1 : A ; - sjukdomsbild_nn_1 : N ; - sjukdomshistoria_nn_1 : N ; - sjukdomssymptom_nn_1 : N ; - sjukdomstillstaand_nn_1 : N ; - sjukfoersaekring_nn_1 : N ; - sjukgymnast_nn_1 : N ; - sjukhem_nn_1 : N ; - sjukhus_nn_1 : N ; - sjukhusavdelning_nn_1 : N ; - sjukhusdirektoer_nn_1 : N ; - sjukhussal_nn_1 : N ; - sjukjournal_nn_1 : N ; - sjukkassa_nn_1 : N ; - sjuklaeger_nn_1 : N ; - sjukledig_av_1 : A ; - sjuklig_av_1 : A ; - sjuklighet_nn_1 : N ; - sjukling_nn_1 : N ; - sjukpension_nn_1 : N ; - sjukskoetare_nn_1 : N ; - sjukskoeterska_nn_1 : N ; - sjukskriva_vb_1 : V ; - sjukstuga_nn_1 : N ; - sjuksyster_nn_1 : N ; - sjukvaardare_nn_1 : N ; - sjukvaardsaffaer_nn_1 : N ; - sjukvaardsartikel_nn_1 : N ; - sjukvaardsbitraede_nn_1 : N ; - sjukvaardsutbildning_nn_1 : N ; - sjukvaardsutrustning_nn_1 : N ; - sjukvikarie_nn_1 : N ; - sjumilakliv_nn_1 : N ; - sjundedagsadventist_nn_1 : N ; - sjundedel_nn_1 : N ; - sjunga_vb_1 : V ; - sjunka_vb_1 : V ; - sjunkbomb_nn_1 : N ; - sjurygg_nn_1 : N ; - sjusaerdeles_ab_1 : Adv ; - sjusovare_nn_1 : N ; - sjutillhaallarlaas_nn_1 : N ; - sjyst_av_1 : A ; - skaademynt_nn_1 : N ; - skaadeplats_nn_1 : N ; - skaadeprocess_nn_1 : N ; - skaadespel_nn_1 : N ; - skaadespelare_nn_1 : N ; - skaadespelerska_nn_1 : N ; - skaal_nn_1 : N ; - skaalformig_av_1 : A ; - skaalgrop_nn_1 : N ; - skaalig_av_1 : A ; - skaalkors_nn_1 : N ; - skaallhet_av_1 : A ; - skaalpund_nn_1 : N ; - skaalsvamp_nn_1 : N ; - skaaltom_av_1 : A ; - skaaning_nn_1 : N ; - skaank_nn_1 : N ; - skaansk_av_1 : A ; - skaanska_nn_2 : N ; - skaap_nn_1 : N ; - skaapbil_nn_1 : N ; - skaapliknande_av_1 : A ; - skaapsaeng_nn_1 : N ; - skaapvagn_nn_1 : N ; - skaar_nn_1 : N ; - skaare_nn_1 : N ; - skabbdjur_nn_1 : N ; - skabbig_av_1 : A ; - skabroes_av_1 : A ; - skackel_nn_1 : N ; - skadedjur_nn_1 : N ; - skadeersaettning_nn_1 : N ; - skadeglad_av_1 : A ; - skadegoerare_nn_1 : N ; - skadegoerelse_nn_1 : N ; - skadeinsekt_nn_1 : N ; - skadereglering_nn_1 : N ; - skadesloes_av_1 : A ; - skadestaand_nn_1 : N ; - skadeverkning_nn_1 : N ; - skadlig_av_1 : A ; - skadskjuta_vb_1 : V ; - skaeck_nn_1 : N ; - skaeckig_av_1 : A ; - skaeftig_av_1 : A ; - skaegg_nn_1 : N ; - skaeggbotten_nn_1 : N ; - skaeggdopping_nn_1 : N ; - skaeggig_av_1 : A ; - skaegglapp_nn_1 : N ; - skaeggloes_av_1 : A ; - skaeggstraa_nn_1 : N ; - skaeggtoem_nn_1 : N ; - skaektetrae_nn_1 : N ; - skaektkniv_nn_1 : N ; - skaektstol_nn_1 : N ; - skaekttrae_nn_1 : N ; - skael_nn_1 : N ; - skaelig_av_1 : A ; - skaeligen_ab_1 : Adv ; - skaell_av_1 : A ; - skaellko_nn_1 : N ; - skaellning_nn_1 : N ; - skaellsord_nn_1 : N ; - skaelm_nn_1 : N ; - skaelmaktig_av_1 : A ; - skaelmroman_nn_1 : N ; - skaelmsk_av_1 : A ; - skaemd_av_1 : A ; - skaemt_nn_1 : N ; - skaemtare_nn_1 : N ; - skaemtsam_av_1 : A ; - skaemttecknare_nn_1 : N ; - skaemtteckning_nn_1 : N ; - skaendlig_av_1 : A ; - skaendligen_ab_1 : Adv ; - skaendlighet_nn_1 : N ; - skaendning_nn_1 : N ; - skaenk_nn_1 : N ; - skaenk_nn_2 : N ; - skaenkel_nn_1 : N ; - skaer_av_1 : A ; - skaer_nn_1 : N ; - skaera_vb_1 : V ; - skaerande_av_1 : A ; - skaerbraede_nn_1 : N ; - skaerbraennare_nn_1 : N ; - skaergaard_nn_1 : N ; - skaergaardsbo_nn_1 : N ; - skaergaardskryssare_nn_1 : N ; - skaergaardsoe_nn_1 : N ; - skaergaardsturist_nn_1 : N ; - skaerhaallfasthet_nn_1 : N ; - skaerkarl_nn_1 : N ; - skaerkniv_nn_1 : N ; - skaerm_nn_1 : N ; - skaermbild_nn_1 : N ; - skaermbildsundersoekning_nn_1 : N ; - skaermytsel_nn_1 : N ; - skaermytsling_nn_1 : N ; - skaerning_nn_1 : N ; - skaerningspunkt_nn_1 : N ; - skaerp_nn_1 : N ; - skaerpedjup_nn_1 : N ; - skaerpning_nn_1 : N ; - skaerpt_av_1 : A ; - skaerslipare_nn_1 : N ; - skaerstock_nn_1 : N ; - skaertorsdag_nn_1 : N ; - skaerv_nn_1 : N ; - skaevig_av_1 : A ; - skafferi_nn_1 : N ; - skaffning_nn_1 : N ; - skaffoettes_ab_1 : Adv ; - skafoettes_ab_1 : Adv ; - skaft_nn_1 : N ; - skak_nn_1 : N ; - skakande_av_1 : A ; - skakel_nn_1 : N ; - skakig_av_1 : A ; - skakis_av_1 : A ; - skakning_nn_1 : N ; - skal_nn_1 : N ; - skalaer_av_1 : A ; - skalaer_nn_1 : N ; - skalbagge_nn_1 : N ; - skald_nn_1 : N ; - skaldekonst_nn_1 : N ; - skaldisk_av_1 : A ; - skaldjur_nn_1 : N ; - skalenlig_av_1 : A ; - skalhus_nn_1 : N ; - skalk_nn_1 : N ; - skalkaktig_av_1 : A ; - skalkeskjul_nn_1 : N ; - skalkorn_nn_1 : N ; - skall_nn_1 : N ; - skallbas_nn_1 : N ; - skallben_nn_1 : N ; - skalle_nn_1 : N ; - skallerorm_nn_1 : N ; - skallform_nn_1 : N ; - skallgaang_nn_1 : N ; - skallig_av_1 : A ; - skalloes_av_1 : A ; - skallra_nn_1 : N ; - skalm_nn_1 : N ; - skalp_nn_1 : N ; - skalpell_nn_1 : N ; - skalstreck_nn_1 : N ; - skalv_nn_1 : N ; - skamflaeck_nn_1 : N ; - skamgrepp_nn_1 : N ; - skamkaensla_nn_1 : N ; - skamlig_av_1 : A ; - skamligen_ab_1 : Adv ; - skamlighet_nn_1 : N ; - skamloes_av_1 : A ; - skamloeshet_nn_1 : N ; - skampaale_nn_1 : N ; - skamsen_av_1 : A ; - skamstock_nn_1 : N ; - skandal_nn_1 : N ; - skandaloes_av_1 : A ; - skandalunge_nn_1 : N ; - skandinav_nn_1 : N ; - skandinavisk_av_1 : A ; - skandinavist_nn_1 : N ; - skanism_nn_1 : N ; - skank_nn_1 : N ; - skans_nn_1 : N ; - skap_nn_1 : N ; - skapande_av_1 : A ; - skapare_nn_1 : N ; - skaparkraft_nn_1 : N ; - skapelse_nn_1 : N ; - skaplig_av_1 : A ; - skapnad_nn_1 : N ; - skarabe_nn_1 : N ; - skarf_nn_1 : N ; - skarn_nn_1 : N ; - skarndaeck_nn_1 : N ; - skarp_av_1 : A ; - skarpoegd_av_1 : A ; - skarpraettare_nn_1 : N ; - skarpsill_nn_1 : N ; - skarpskuren_av_1 : A ; - skarpskytt_nn_1 : N ; - skarpsyn_nn_1 : N ; - skarpsynt_av_1 : A ; - skarpt_ab_1 : Adv ; - skarv_nn_1 : N ; - skarvsladd_nn_1 : N ; - skate_nn_1 : N ; - skateboard_nn_1 : N ; - skatt_nn_1 : N ; - skatteaaterbaering_nn_1 : N ; - skatteavdrag_nn_1 : N ; - skattebas_nn_1 : N ; - skattebelopp_nn_1 : N ; - skattebetalare_nn_1 : N ; - skattebetalning_nn_1 : N ; - skattebonde_nn_1 : N ; - skattebrott_nn_1 : N ; - skattefraaga_nn_1 : N ; - skattefri_av_1 : A ; - skattefrihet_nn_1 : N ; - skattefuskare_nn_1 : N ; - skattehoejning_nn_1 : N ; - skatteingenjoer_nn_1 : N ; - skatteinkomst_nn_1 : N ; - skatteintaekt_nn_1 : N ; - skattekil_nn_1 : N ; - skatteklass_nn_1 : N ; - skattekort_nn_1 : N ; - skattekraft_nn_1 : N ; - skattelaettnad_nn_1 : N ; - skattelag_nn_1 : N ; - skattemaerke_nn_1 : N ; - skattemoral_nn_1 : N ; - skattemyndighet_nn_1 : N ; - skattenivaa_nn_1 : N ; - skattepliktig_av_1 : A ; - skatteprincip_nn_1 : N ; - skatteprotest_nn_1 : N ; - skattereduktion_nn_1 : N ; - skattereform_nn_1 : N ; - skatteregel_nn_1 : N ; - skatterevolt_nn_1 : N ; - skattesaenkning_nn_1 : N ; - skattesats_nn_1 : N ; - skattesmitare_nn_1 : N ; - skattesystem_nn_1 : N ; - skattetabell_nn_1 : N ; - skattetak_nn_1 : N ; - skattetryck_nn_1 : N ; - skatteuttag_nn_1 : N ; - skattkammarvaexel_nn_1 : N ; - skattmaestare_nn_1 : N ; - skattmas_nn_1 : N ; - skattsedel_nn_1 : N ; - skattskriva_vb_1 : V ; - skattskyldig_av_1 : A ; - skattsoekare_nn_1 : N ; - skavank_nn_1 : N ; - skavfoetters_ab_1 : Adv ; - skavsaar_nn_1 : N ; - skavskydd_nn_1 : N ; - sked_nn_1 : N ; - skedand_nn_1 : N ; - skeddrag_nn_1 : N ; - skedstork_nn_1 : N ; - skedvis_ab_1 : Adv ; - skeende_nn_1 : N ; - skelett_nn_1 : N ; - skelettmuskel_nn_1 : N ; - skeloegd_av_1 : A ; - skeloegdhet_nn_1 : N ; - sken_nn_1 : N ; - skenbar_av_1 : A ; - skenbarligen_ab_1 : Adv ; - skenben_nn_1 : N ; - skenbild_nn_1 : N ; - skendoed_av_1 : A ; - skenfaektning_nn_1 : N ; - skenfrukt_nn_1 : N ; - skenhaendelse_nn_1 : N ; - skenhelig_av_1 : A ; - skenraettegaang_nn_1 : N ; - skenvaerld_nn_1 : N ; - skepnad_nn_1 : N ; - skepp_nn_1 : N ; - skepparbrev_nn_1 : N ; - skeppare_nn_1 : N ; - skepparexamen_nn_1 : N ; - skepparhistoria_nn_1 : N ; - skepparkrans_nn_1 : N ; - skeppsapotek_nn_1 : N ; - skeppsbaat_nn_1 : N ; - skeppsbro_nn_1 : N ; - skeppsbrott_nn_1 : N ; - skeppsbruten_av_1 : A ; - skeppsbyggeri_nn_1 : N ; - skeppsgosse_nn_1 : N ; - skeppsklarerare_nn_1 : N ; - skeppslag_nn_1 : N ; - skeppsljus_nn_1 : N ; - skeppsmaeklare_nn_1 : N ; - skeppsmask_nn_1 : N ; - skeppspojke_nn_1 : N ; - skeppsredare_nn_1 : N ; - skeppssaettning_nn_1 : N ; - skeppsvarv_nn_1 : N ; - skeppund_nn_1 : N ; - skeptiker_nn_1 : N ; - skeptisk_av_1 : A ; - sketch_nn_1 : N ; - sketen_av_1 : A ; - skev_av_1 : A ; - skevningsroder_nn_1 : N ; - skevroder_nn_1 : N ; - skick_nn_1 : N ; - skickebud_nn_1 : N ; - skickelse_nn_1 : N ; - skickelsediger_av_1 : A ; - skicklig_av_1 : A ; - skicklighet_nn_1 : N ; - skidaakare_nn_1 : N ; - skidbacke_nn_1 : N ; - skidfynd_nn_1 : N ; - skidhoppning_nn_1 : N ; - skidlift_nn_1 : N ; - skidloepning_nn_1 : N ; - skidspaar_nn_1 : N ; - skidstav_nn_1 : N ; - skidtaevling_nn_1 : N ; - skidtur_nn_1 : N ; - skidtyp_nn_1 : N ; - skiffer_nn_1 : N ; - skiffertak_nn_1 : N ; - skiffrig_av_1 : A ; - skift_nn_1 : N ; - skifte_nn_1 : N ; - skiftning_nn_1 : N ; - skiftnyckel_nn_1 : N ; - skikt_nn_1 : N ; - skiktmoln_nn_1 : N ; - skild_av_1 : A ; - skildring_nn_1 : N ; - skiljaktig_av_1 : A ; - skiljaktighet_nn_1 : N ; - skiljbar_av_1 : A ; - skiljedom_nn_1 : N ; - skiljedomstol_nn_1 : N ; - skiljefoerfarande_nn_1 : N ; - skiljelinje_nn_1 : N ; - skiljeman_nn_1 : N ; - skiljemur_nn_1 : N ; - skiljemynt_nn_1 : N ; - skiljenaemnd_nn_1 : N ; - skiljeset_nn_1 : N ; - skiljetecken_nn_1 : N ; - skiljevaeg_nn_1 : N ; - skiljevaegg_nn_1 : N ; - skilling_nn_1 : N ; - skillingtryck_nn_1 : N ; - skillnad_nn_1 : N ; - skilsmaessa_nn_1 : N ; - skiltvakt_nn_1 : N ; - skimmel_nn_1 : N ; - skingringsfoerbud_nn_1 : N ; - skinhead_nn_1 : N ; - skinn_nn_1 : N ; - skinnare_nn_1 : N ; - skinnbagge_nn_1 : N ; - skinnband_nn_1 : N ; - skinnbit_nn_1 : N ; - skinnerbur_nn_1 : N ; - skinnfaell_nn_1 : N ; - skinnflaadd_av_1 : A ; - skinnimitation_nn_1 : N ; - skinnkaelke_nn_1 : N ; - skinnklaedd_av_1 : A ; - skinnknutte_nn_1 : N ; - skinnpaj_nn_1 : N ; - skinntorr_av_1 : A ; - skioptikon_nn_1 : N ; - skir_av_1 : A ; - skiss_nn_1 : N ; - skissblock_nn_1 : N ; - skit_nn_1 : N ; - skitbra_av_1 : A ; - skitfoernaem_av_1 : A ; - skitgubbe_nn_1 : N ; - skitig_av_1 : A ; - skitkul_av_1 : A ; - skitnoedig_av_1 : A ; - skitsnygg_av_1 : A ; - skitstoevel_nn_1 : N ; - skitviktig_av_1 : A ; - skivaffaer_nn_1 : N ; - skivbar_nn_1 : N ; - skivbroms_nn_1 : N ; - skivhus_nn_1 : N ; - skivig_av_1 : A ; - skivling_nn_1 : N ; - skivminne_nn_1 : N ; - skivpratare_nn_1 : N ; - skivspelare_nn_1 : N ; - skivstaang_nn_1 : N ; - skivsvamp_nn_1 : N ; - skivtallrik_nn_1 : N ; - skjortaerm_nn_1 : N ; - skjortblus_nn_1 : N ; - skjortbroest_nn_1 : N ; - skjortkrage_nn_1 : N ; - skjul_nn_1 : N ; - skjut_nn_1 : N ; - skjuta_vb_1 : V ; - skjutdoerr_nn_1 : N ; - skjutfaelt_nn_1 : N ; - skjutfaerdig_av_1 : A ; - skjutjaern_nn_1 : N ; - skjutjaernsintervju_nn_1 : N ; - skjutjaernsjournalist_nn_1 : N ; - skjutklar_av_1 : A ; - skjutmaatt_nn_1 : N ; - skjutning_nn_1 : N ; - skjutriktning_nn_1 : N ; - skjuts_nn_1 : N ; - skjutshaall_nn_1 : N ; - skjutskaare_nn_1 : N ; - skjututbildning_nn_1 : N ; - skjutvapen_nn_1 : N ; - skjutvinkel_nn_1 : N ; - skleros_nn_1 : N ; - sklerotisk_av_1 : A ; - sko_nn_1 : N ; - skoblock_nn_1 : N ; - skoborste_nn_1 : N ; - skock_nn_1 : N ; - skodon_nn_1 : N ; - skoel_nn_1 : N ; - skoeld_nn_1 : N ; - skoeldborg_nn_1 : N ; - skoeldebrev_nn_1 : N ; - skoeldemaerke_nn_1 : N ; - skoeldhaallare_nn_1 : N ; - skoeldkoertel_nn_1 : N ; - skoeldkoertelcancer_nn_1 : N ; - skoeldkoertelhormon_nn_1 : N ; - skoeldlus_nn_1 : N ; - skoeldmoe_nn_1 : N ; - skoeljkopp_nn_1 : N ; - skoelp_nn_1 : N ; - skoen_av_1 : A ; - skoenande_nn_1 : N ; - skoenhet_nn_1 : N ; - skoenhetsdrottning_nn_1 : N ; - skoenhetsfel_nn_1 : N ; - skoenhetsflaeck_nn_1 : N ; - skoenhetsideal_nn_1 : N ; - skoenhetsmedel_nn_1 : N ; - skoenhetspris_nn_1 : N ; - skoenhetstaevling_nn_1 : N ; - skoenhetsupplevelse_nn_1 : N ; - skoenhetsvaard_nn_1 : N ; - skoenhetsvaerde_nn_1 : N ; - skoenjbar_av_1 : A ; - skoenlitteraer_av_1 : A ; - skoenlockig_av_1 : A ; - skoenskrivare_nn_1 : N ; - skoensmaessig_av_1 : A ; - skoer_av_1 : A ; - skoerd_nn_1 : N ; - skoerdeenhet_nn_1 : N ; - skoerdemaanad_nn_1 : N ; - skoerdemaskin_nn_1 : N ; - skoerdetid_nn_1 : N ; - skoerdetroeska_nn_1 : N ; - skoerdeuppskattning_nn_1 : N ; - skoerlevnad_nn_1 : N ; - skoerpil_nn_1 : N ; - skoert_nn_1 : N ; - skoet_nn_1 : N ; - skoetare_nn_1 : N ; - skoetbord_nn_1 : N ; - skoetebarn_nn_1 : N ; - skoeterska_nn_1 : N ; - skoetesynd_nn_1 : N ; - skoetrum_nn_1 : N ; - skoetsam_av_1 : A ; - skoflickare_nn_1 : N ; - skog_nn_1 : N ; - skogbevuxen_av_1 : A ; - skogfattig_av_1 : A ; - skogig_av_1 : A ; - skogklaedd_av_1 : A ; - skoglig_av_1 : A ; - skogsarbetare_nn_1 : N ; - skogsavverkning_nn_1 : N ; - skogsbaeck_nn_1 : N ; - skogsbagge_nn_1 : N ; - skogsbete_nn_1 : N ; - skogsbolag_nn_1 : N ; - skogsbrand_nn_1 : N ; - skogsdunge_nn_1 : N ; - skogsfaagel_nn_1 : N ; - skogsfoerbaettring_nn_1 : N ; - skogsfoervaltning_nn_1 : N ; - skogsfru_nn_1 : N ; - skogsgenetiker_nn_1 : N ; - skogsgenetisk_av_1 : A ; - skogsgud_nn_1 : N ; - skogshoens_nn_1 : N ; - skogshuggare_nn_1 : N ; - skogsindustri_nn_1 : N ; - skogskovall_nn_1 : N ; - skogslandskap_nn_1 : N ; - skogsmaestare_nn_1 : N ; - skogsmark_nn_1 : N ; - skogsmus_nn_1 : N ; - skogsomraade_nn_1 : N ; - skogsraa_nn_1 : N ; - skogstomt_nn_1 : N ; - skogstraed_nn_1 : N ; - skogstraedsfoeraedlare_nn_1 : N ; - skogsvaard_nn_1 : N ; - skogsvaeg_nn_1 : N ; - skogsvandring_nn_1 : N ; - skogvaktare_nn_1 : N ; - skohorn_nn_1 : N ; - skoj_av_1 : A ; - skoj_nn_1 : N ; - skojare_nn_1 : N ; - skojeri_nn_1 : N ; - skojfrisk_av_1 : A ; - skojig_av_1 : A ; - skoklaedd_av_1 : A ; - skokraem_nn_1 : N ; - skolaar_nn_1 : N ; - skolaemne_nn_1 : N ; - skolaest_nn_1 : N ; - skolaest_nn_2 : N ; - skolastiker_nn_1 : N ; - skolastisk_av_1 : A ; - skolavgift_nn_1 : N ; - skolavslutning_nn_1 : N ; - skolbaenk_nn_1 : N ; - skolbarn_nn_1 : N ; - skolbildning_nn_1 : N ; - skolbok_nn_1 : N ; - skolbuss_nn_1 : N ; - skolchef_nn_1 : N ; - skoldag_nn_1 : N ; - skoldans_nn_1 : N ; - skoldirektoer_nn_1 : N ; - skolelev_nn_1 : N ; - skolexempel_nn_1 : N ; - skolfartyg_nn_1 : N ; - skolflygplan_nn_1 : N ; - skolfoervaltning_nn_1 : N ; - skolform_nn_1 : N ; - skolfroeken_nn_1 : N ; - skolfux_nn_1 : N ; - skolgaard_nn_1 : N ; - skolgrammatik_nn_1 : N ; - skolhem_nn_1 : N ; - skolhus_nn_1 : N ; - skolinspektoer_nn_1 : N ; - skolkare_nn_1 : N ; - skolklass_nn_1 : N ; - skolkoek_nn_1 : N ; - skolkort_nn_1 : N ; - skolledare_nn_1 : N ; - skolljus_nn_1 : N ; - skollov_nn_1 : N ; - skollunch_nn_1 : N ; - skolmaaltid_nn_1 : N ; - skolmaestaraktig_av_1 : A ; - skolmaestare_nn_1 : N ; - skolmagister_nn_1 : N ; - skolmogen_av_1 : A ; - skolmognad_nn_1 : N ; - skolmognadsklass_nn_1 : N ; - skolmognadsprov_nn_1 : N ; - skolnaemnd_nn_1 : N ; - skolning_nn_1 : N ; - skolpolis_nn_1 : N ; - skolprov_nn_1 : N ; - skolraad_nn_1 : N ; - skolridning_nn_1 : N ; - skolsal_nn_1 : N ; - skolsjuk_av_1 : A ; - skolskepp_nn_1 : N ; - skolskjutning_nn_1 : N ; - skolskjuts_nn_1 : N ; - skolstyrelse_nn_1 : N ; - skolt_nn_1 : N ; - skoltroett_av_1 : A ; - skolunderbyggnad_nn_1 : N ; - skolungdom_nn_1 : N ; - skolungdomsidrott_nn_1 : N ; - skoluppsats_nn_1 : N ; - skolutbildning_nn_1 : N ; - skolvaeg_nn_1 : N ; - skolvaesende_nn_1 : N ; - skomakare_nn_1 : N ; - skomakarverkstad_nn_1 : N ; - skomakeri_nn_1 : N ; - skonare_nn_1 : N ; - skonert_nn_1 : N ; - skonertskepp_nn_1 : N ; - skoning_nn_1 : N ; - skoningsloes_av_1 : A ; - skonsam_av_1 : A ; - skonummer_nn_1 : N ; - skopofil_av_1 : A ; - skopofil_nn_1 : N ; - skopolamin_nn_1 : N ; - skoputsare_nn_1 : N ; - skorpion_nn_1 : N ; - skorsten_nn_1 : N ; - skorstensfejare_nn_1 : N ; - skorv_nn_2 : N ; - skorvig_av_1 : A ; - skosmoerja_nn_1 : N ; - skot_nn_1 : N ; - skoter_nn_1 : N ; - skothorn_nn_1 : N ; - skotsk_av_1 : A ; - skotska_nn_2 : N ; - skotskrutig_av_1 : A ; - skotstek_nn_1 : N ; - skott_nn_1 : N ; - skottaar_nn_1 : N ; - skottavla_nn_1 : N ; - skottdag_nn_1 : N ; - skotte_nn_1 : N ; - skottfaelt_nn_1 : N ; - skottglugg_nn_1 : N ; - skottlinje_nn_1 : N ; - skottpeng_nn_1 : N ; - skottsaeker_av_1 : A ; - skottsekund_nn_1 : N ; - skottskog_nn_1 : N ; - skottspole_nn_1 : N ; - skov_nn_1 : N ; - skovel_nn_1 : N ; - skovelhjul_nn_1 : N ; - skraa_av_1 : A ; - skraa_nn_1 : N ; - skraal_nn_1 : N ; - skraapuk_nn_1 : N ; - skrabbig_av_1 : A ; - skraeckexempel_nn_1 : N ; - skraeckfilm_nn_1 : N ; - skraeckinjagande_av_1 : A ; - skraeckkabinett_nn_1 : N ; - skraecknovell_nn_1 : N ; - skraeckslagen_av_1 : A ; - skraecksyn_nn_1 : N ; - skraeckvision_nn_1 : N ; - skraeddare_nn_1 : N ; - skraedderi_nn_1 : N ; - skraell_nn_1 : N ; - skraelldus_nn_1 : N ; - skraellig_av_1 : A ; - skraemmande_av_1 : A ; - skraemskott_nn_1 : N ; - skraen_nn_1 : N ; - skraenfock_nn_1 : N ; - skraenig_av_1 : A ; - skraepig_av_1 : A ; - skraepkultur_nn_1 : N ; - skraevlare_nn_1 : N ; - skraevlig_av_1 : A ; - skraj_av_1 : A ; - skrajsen_av_1 : A ; - skrak_nn_1 : N ; - skrake_nn_1 : N ; - skral_av_1 : A ; - skraltig_av_1 : A ; - skramla_nn_1 : N ; - skramlig_av_1 : A ; - skranglig_av_1 : A ; - skrank_nn_1 : N ; - skrapning_nn_1 : N ; - skratt_nn_1 : N ; - skrattare_nn_1 : N ; - skrattgrop_nn_1 : N ; - skrattlysten_av_1 : A ; - skrattmaas_nn_1 : N ; - skrattretande_av_1 : A ; - skrattspegel_nn_1 : N ; - skred_nn_1 : N ; - skrev_nn_1 : N ; - skri_nn_1 : N ; - skriande_av_1 : A ; - skribent_nn_1 : N ; - skrida_vb_1 : V ; - skridsko_nn_1 : N ; - skridskoaakare_nn_1 : N ; - skrift_nn_1 : N ; - skriftbild_nn_1 : N ; - skriftermaal_nn_1 : N ; - skriftlig_av_1 : A ; - skriftligen_ab_1 : Adv ; - skriftspraak_nn_1 : N ; - skriftspraaklig_av_1 : A ; - skriftstaellare_nn_1 : N ; - skriftstaelleri_nn_1 : N ; - skriftsystem_nn_1 : N ; - skrik_nn_1 : N ; - skrikhals_nn_1 : N ; - skrikig_av_1 : A ; - skrin_nn_1 : N ; - skrinnare_nn_1 : N ; - skriptum_nn_1 : N ; - skriva_vb_1 : V ; - skrivare_nn_1 : N ; - skrivblock_nn_1 : N ; - skrivbok_nn_1 : N ; - skrivbord_nn_1 : N ; - skrivbyraa_nn_1 : N ; - skrivelse_nn_1 : N ; - skriveri_nn_1 : N ; - skrivkunnig_av_1 : A ; - skrivmaskin_nn_1 : N ; - skrivmaskinsbord_nn_1 : N ; - skrivmaskinsstol_nn_1 : N ; - skrivmaskinstangent_nn_1 : N ; - skrivning_nn_1 : N ; - skrivoevning_nn_1 : N ; - skrivplaan_nn_1 : N ; - skrivplats_nn_1 : N ; - skrivstil_nn_1 : N ; - skrivtavla_nn_1 : N ; - skrivtecken_nn_1 : N ; - skrodoer_nn_1 : N ; - skroeplig_av_1 : A ; - skrofuloes_av_1 : A ; - skrotbil_nn_1 : N ; - skrothoeg_nn_1 : N ; - skrotskulptur_nn_1 : N ; - skrott_nn_1 : N ; - skrotupplag_nn_1 : N ; - skrov_nn_1 : N ; - skrovlig_av_1 : A ; - skrovmaal_nn_1 : N ; - skrubb_nn_1 : N ; - skrubbsaar_nn_1 : N ; - skrud_nn_1 : N ; - skrumpen_av_1 : A ; - skrupel_nn_1 : N ; - skrupelfri_av_1 : A ; - skrupuloes_av_1 : A ; - skrutt_nn_2 : N ; - skruttig_av_1 : A ; - skruv_nn_1 : N ; - skruvmejsel_nn_1 : N ; - skruvnyckel_nn_1 : N ; - skruvstaed_nn_1 : N ; - skruvtving_nn_1 : N ; - skrymmande_av_1 : A ; - skrymt_nn_1 : N ; - skrymtare_nn_1 : N ; - skrymteri_nn_1 : N ; - skrynkelfri_av_1 : A ; - skrynkelhaerdig_av_1 : A ; - skrynkla_nn_1 : N ; - skrynklig_av_1 : A ; - skrytmaans_nn_1 : N ; - skrytsam_av_1 : A ; - skubb_nn_1 : N ; - skuff_nn_1 : N ; - skuggbild_nn_1 : N ; - skuggig_av_1 : A ; - skuggindustri_nn_1 : N ; - skuggkabinett_nn_1 : N ; - skuggloesning_nn_1 : N ; - skuggregering_nn_1 : N ; - skuggsida_nn_1 : N ; - skuggspelsteater_nn_1 : N ; - skuld_nn_1 : N ; - skuldebrev_nn_1 : N ; - skulderblad_nn_1 : N ; - skulderled_nn_1 : N ; - skuldfoerbindelse_nn_1 : N ; - skuldkaensla_nn_1 : N ; - skuldmedveten_av_1 : A ; - skuldra_nn_1 : N ; - skuldsatt_av_1 : A ; - skulle_nn_1 : N ; - skulptoer_nn_1 : N ; - skulptris_nn_1 : N ; - skulptur_nn_1 : N ; - skulptural_av_1 : A ; - skult_nn_1 : N ; - skum_av_1 : A ; - skumbad_nn_1 : N ; - skumbubbla_nn_1 : N ; - skummig_av_1 : A ; - skummis_nn_1 : N ; - skumoegd_av_1 : A ; - skumpig_av_1 : A ; - skumraskaffaer_nn_1 : N ; - skumslaeckare_nn_1 : N ; - skumtvaettning_nn_1 : N ; - skunk_nn_1 : N ; - skunkdjur_nn_1 : N ; - skur_nn_1 : N ; - skurborste_nn_1 : N ; - skurduk_nn_1 : N ; - skurgolv_nn_1 : N ; - skurhink_nn_1 : N ; - skurk_nn_1 : N ; - skurkstreck_nn_1 : N ; - skurlov_nn_1 : N ; - skurpulver_nn_1 : N ; - skurril_av_1 : A ; - skutt_nn_1 : N ; - skvader_nn_1 : N ; - skvadron_nn_1 : N ; - skvaett_nn_1 : N ; - skvaetta_vb_1 : V ; - skvalbank_nn_1 : N ; - skvalleraktig_av_1 : A ; - skvallerbaer_nn_1 : N ; - skvallermoster_nn_1 : N ; - skvallerspalt_nn_1 : N ; - skvallerspegel_nn_1 : N ; - skvallertant_nn_1 : N ; - skvallertaska_nn_1 : N ; - skvallrig_av_1 : A ; - skvalpig_av_1 : A ; - skvaltkvarn_nn_1 : N ; - skvaltorre_nn_1 : N ; - skvatt_ab_1 : Adv ; - skvis_nn_1 : N ; - sky_nn_1 : N ; - skydd_nn_1 : N ; - skyddsaengel_nn_1 : N ; - skyddsande_nn_1 : N ; - skyddsdraekt_nn_1 : N ; - skyddsduk_nn_1 : N ; - skyddsfaerg_nn_1 : N ; - skyddsgrav_nn_1 : N ; - skyddshelgon_nn_1 : N ; - skyddskonsulent_nn_1 : N ; - skyddskropp_nn_1 : N ; - skyddsling_nn_1 : N ; - skyddsloes_av_1 : A ; - skyddsmask_nn_1 : N ; - skyddsmedel_nn_1 : N ; - skyddsmur_nn_1 : N ; - skyddsombud_nn_1 : N ; - skyddsomraade_nn_1 : N ; - skyddspatron_nn_1 : N ; - skyddsrock_nn_1 : N ; - skyddsrum_nn_1 : N ; - skyddsstat_nn_1 : N ; - skyddstak_nn_1 : N ; - skyddstull_nn_1 : N ; - skydrag_nn_1 : N ; - skyeterrier_nn_1 : N ; - skyfall_nn_1 : N ; - skyffel_nn_1 : N ; - skygg_av_1 : A ; - skygglapp_nn_1 : N ; - skyhoeg_av_1 : A ; - skyig_av_1 : A ; - skyl_nn_1 : N ; - skyld_av_1 : A ; - skyldig_av_1 : A ; - skyldighet_nn_1 : N ; - skylight_nn_1 : N ; - skyllerkur_nn_1 : N ; - skylt_nn_1 : N ; - skyltfoenster_nn_1 : N ; - skyltning_nn_1 : N ; - skyltskaap_nn_1 : N ; - skyltsoendag_nn_1 : N ; - skymf_nn_1 : N ; - skymflig_av_1 : A ; - skymford_nn_1 : N ; - skymmel_nn_2 : N ; - skymning_nn_1 : N ; - skymt_nn_1 : N ; - skyndsam_av_1 : A ; - skyt_nn_1 : N ; - skytt_nn_1 : N ; - skyttegrav_nn_1 : N ; - skyttegravskrig_nn_1 : N ; - skyttegrop_nn_1 : N ; - skyttegrupp_nn_1 : N ; - skyttel_nn_1 : N ; - skyttelinje_nn_1 : N ; - skyttevaern_nn_1 : N ; - slaa_nn_1 : N ; - slaaende_av_1 : A ; - slaanbaer_nn_1 : N ; - slaanbaersbuske_nn_1 : N ; - slaatter_nn_1 : N ; - slaatteraeng_nn_1 : N ; - slaatterkniv_nn_1 : N ; - slaattermaskin_nn_1 : N ; - slaattermyr_nn_1 : N ; - slabb_av_1 : A ; - slabbig_av_1 : A ; - slack_av_1 : A ; - sladd_nn_1 : N ; - sladdbarn_nn_1 : N ; - sladdig_av_1 : A ; - sladdrig_av_1 : A ; - slaeddon_nn_1 : N ; - slaede_nn_1 : N ; - slaedhund_nn_1 : N ; - slaedmed_nn_1 : N ; - slaedparti_nn_1 : N ; - slaegghammare_nn_1 : N ; - slaekt_av_1 : A ; - slaekt_nn_1 : N ; - slaektdrag_nn_1 : N ; - slaektdrift_nn_1 : N ; - slaekthistoria_nn_1 : N ; - slaekting_nn_1 : N ; - slaektled_nn_1 : N ; - slaektledning_nn_1 : N ; - slaektlinje_nn_1 : N ; - slaektnamn_nn_1 : N ; - slaektportraett_nn_1 : N ; - slaektregister_nn_1 : N ; - slaektsaga_nn_1 : N ; - slaektskapsfoerhaallande_nn_1 : N ; - slaekttraed_nn_1 : N ; - slaendlarv_nn_1 : N ; - slaeng_nn_1 : N ; - slaengd_av_1 : A ; - slaengig_av_1 : A ; - slaengkaelke_nn_1 : N ; - slaengkyss_nn_1 : N ; - slaengpolska_nn_1 : N ; - slaengskott_nn_1 : N ; - slaent_nn_1 : N ; - slaep_nn_1 : N ; - slaepig_av_1 : A ; - slaepkontakt_nn_1 : N ; - slaeplift_nn_1 : N ; - slaeplogg_nn_1 : N ; - slaepnot_nn_1 : N ; - slaepp_nn_1 : N ; - slaepphaent_av_1 : A ; - slaepring_nn_1 : N ; - slaepsam_av_1 : A ; - slaepsko_nn_1 : N ; - slaepvad_nn_1 : N ; - slaepvagn_nn_1 : N ; - slaet_av_1 : A ; - slaetfog_nn_1 : N ; - slaethaarig_av_1 : A ; - slaetharv_nn_1 : N ; - slaetprick_nn_1 : N ; - slaetstruken_av_1 : A ; - slaetsvamp_nn_1 : N ; - slaett_nn_1 : N ; - slaettbygd_nn_1 : N ; - slaettmark_nn_1 : N ; - slaetvar_nn_1 : N ; - slaf_nn_1 : N ; - slafs_nn_1 : N ; - slafsig_av_1 : A ; - slag_nn_1 : N ; - slaganfall_nn_1 : N ; - slagbjoern_nn_1 : N ; - slagbom_nn_1 : N ; - slagbord_nn_1 : N ; - slagborr_nn_1 : N ; - slagfaelt_nn_1 : N ; - slagfaerdig_av_1 : A ; - slagg_nn_1 : N ; - slaggig_av_1 : A ; - slaggmaengd_nn_1 : N ; - slaghoek_nn_1 : N ; - slaginstrument_nn_1 : N ; - slagkraftig_av_1 : A ; - slaglaengd_nn_1 : N ; - slagmask_nn_1 : N ; - slagnummer_nn_1 : N ; - slagord_nn_1 : N ; - slagordning_nn_1 : N ; - slagpaase_nn_1 : N ; - slagregn_nn_1 : N ; - slagroerd_av_1 : A ; - slags_av_1 : A ; - slagseghet_nn_1 : N ; - slagskaempe_nn_1 : N ; - slagskepp_nn_1 : N ; - slagsmaal_nn_1 : N ; - slagsvaerd_nn_1 : N ; - slagtaalig_av_1 : A ; - slagtrae_nn_1 : N ; - slagvaexling_nn_1 : N ; - slagvapen_nn_1 : N ; - slagverk_nn_1 : N ; - slak_av_1 : A ; - slakt_nn_1 : N ; - slaktare_nn_1 : N ; - slaktdjur_nn_1 : N ; - slakteri_nn_1 : N ; - slakthus_nn_1 : N ; - slaktmaanad_nn_1 : N ; - slaktmask_nn_1 : N ; - slaktoffer_nn_1 : N ; - slalomaakare_nn_1 : N ; - slam_nn_2 : N ; - slamkrypare_nn_1 : N ; - slammig_av_1 : A ; - slampig_av_1 : A ; - slamsig_av_1 : A ; - slamsugning_nn_1 : N ; - slamsugningsbil_nn_1 : N ; - slang_nn_1 : N ; - slangbaage_nn_1 : N ; - slangkoppling_nn_1 : N ; - slangloes_av_1 : A ; - slank_av_1 : A ; - slankig_av_1 : A ; - slant_nn_1 : N ; - slantspoe_nn_1 : N ; - slapp_av_1 : A ; - slapphaent_av_1 : A ; - slarver_nn_1 : N ; - slarvfel_nn_1 : N ; - slarvig_av_1 : A ; - slas_nn_1 : N ; - slase_nn_1 : N ; - slashas_nn_1 : N ; - slask_nn_2 : N ; - slaskig_av_1 : A ; - slaskspalt_nn_1 : N ; - slasktratt_nn_1 : N ; - slaskvatten_nn_1 : N ; - slatt_nn_1 : N ; - slattrig_av_1 : A ; - slav_nn_1 : N ; - slav_nn_2 : N ; - slavdrivare_nn_1 : N ; - slavhus_nn_1 : N ; - slavinna_nn_1 : N ; - slavisk_av_1 : A ; - slavism_nn_1 : N ; - slavist_nn_1 : N ; - slavofil_av_1 : A ; - slavsaendare_nn_1 : N ; - slavstation_nn_1 : N ; - slavuppror_nn_1 : N ; - slejf_nn_1 : N ; - slejs_nn_1 : N ; - slem_av_1 : A ; - slemhinna_nn_1 : N ; - slemloesande_av_1 : A ; - slemmig_av_1 : A ; - slemsaeck_nn_1 : N ; - slemsvamp_nn_1 : N ; - slev_nn_1 : N ; - slibbig_av_1 : A ; - slice_nn_1 : N ; - slick_nn_1 : N ; - slickepinne_nn_1 : N ; - slickepott_nn_1 : N ; - slicksten_nn_1 : N ; - slid_nn_1 : N ; - sliddrig_av_1 : A ; - slidhornsdjur_nn_1 : N ; - slidkniv_nn_1 : N ; - slidmotor_nn_1 : N ; - slinder_nn_1 : N ; - sling_nn_1 : N ; - slingerbord_nn_1 : N ; - slingerbult_nn_1 : N ; - slingerkoel_nn_1 : N ; - slingerkoj_nn_1 : N ; - slingerskott_nn_1 : N ; - slingervaext_nn_1 : N ; - slingrig_av_1 : A ; - slinkig_av_1 : A ; - slinkled_nn_1 : N ; - slint_ab_1 : Adv ; - slip_nn_1 : N ; - sliper_nn_1 : N ; - sliperi_nn_1 : N ; - slipmaskin_nn_1 : N ; - slipmedel_nn_1 : N ; - slipover_nn_1 : N ; - slipprig_av_1 : A ; - slipprighet_nn_1 : N ; - slipprov_nn_1 : N ; - slips_nn_1 : N ; - slipsknut_nn_1 : N ; - slipsnitt_nn_1 : N ; - slipsten_nn_1 : N ; - slirig_av_1 : A ; - slirskydd_nn_1 : N ; - sliskig_av_1 : A ; - slita_vb_1 : V ; - sliten_av_1 : A ; - slitig_av_1 : A ; - slitning_nn_1 : N ; - slits_nn_1 : N ; - slitsam_av_1 : A ; - slitskydd_nn_1 : N ; - slitstark_av_1 : A ; - slitvarg_nn_1 : N ; - sloe_av_1 : A ; - sloefock_nn_1 : N ; - sloejd_nn_1 : N ; - sloejig_av_1 : A ; - sloejliknande_av_1 : A ; - sloejmoln_nn_1 : N ; - sloejskivling_nn_1 : N ; - sloejstjaert_nn_1 : N ; - sloer_nn_2 : N ; - sloesaktig_av_1 : A ; - sloesande_av_1 : A ; - sloesare_nn_1 : N ; - sloesig_av_1 : A ; - sloesint_av_1 : A ; - slog_nn_1 : N ; - slogan_nn_1 : N ; - slok_nn_1 : N ; - slokhatt_nn_1 : N ; - slokig_av_1 : A ; - slom_nn_1 : N ; - slopande_nn_1 : N ; - slott_nn_1 : N ; - slottsfru_nn_1 : N ; - slottsherre_nn_1 : N ; - slottsknekt_nn_1 : N ; - slottssal_nn_1 : N ; - slottsstek_nn_1 : N ; - slottsvin_nn_1 : N ; - slovak_nn_1 : N ; - slovakisk_av_1 : A ; - slovakiska_nn_2 : N ; - sloven_nn_1 : N ; - slovensk_av_1 : A ; - slovenska_nn_2 : N ; - slow_fox_nn_1 : N ; - slubb_nn_1 : N ; - sluddrig_av_1 : A ; - slug_av_1 : A ; - slugger_nn_1 : N ; - slughuvud_nn_1 : N ; - sluka_vb_1 : V ; - slump_nn_1 : N ; - slumpmaessig_av_1 : A ; - slumptal_nn_1 : N ; - slumpvis_ab_1 : Adv ; - slumrande_av_1 : A ; - slumsyster_nn_1 : N ; - slungboll_nn_1 : N ; - slup_nn_1 : N ; - slurk_nn_1 : N ; - slusk_nn_1 : N ; - sluskig_av_1 : A ; - sluss_nn_1 : N ; - slusshuvud_nn_1 : N ; - slussport_nn_1 : N ; - slut_av_1 : A ; - slut_nn_1 : N ; - sluta_vb_3 : V ; - slutare_nn_1 : N ; - slutartikel_nn_1 : N ; - sluten_av_1 : A ; - slutfall_nn_1 : N ; - slutfas_nn_1 : N ; - slutgiltig_av_1 : A ; - slutklaem_nn_1 : N ; - slutkoerd_av_1 : A ; - slutledning_nn_1 : N ; - slutlig_av_1 : A ; - slutligen_ab_1 : Adv ; - slutljud_nn_1 : N ; - slutloen_nn_1 : N ; - slutplaedering_nn_1 : N ; - slutprodukt_nn_1 : N ; - slutpunkt_nn_1 : N ; - slutresultat_nn_1 : N ; - slutrim_nn_1 : N ; - slutsats_nn_1 : N ; - slutskede_nn_1 : N ; - slutskrift_nn_1 : N ; - slutspel_nn_1 : N ; - slutspurt_nn_1 : N ; - slutsteg_nn_1 : N ; - slutsten_nn_1 : N ; - sluttning_nn_1 : N ; - slutvinjett_nn_1 : N ; - slutvokal_nn_1 : N ; - sly_nn_1 : N ; - slyngel_nn_1 : N ; - slynig_av_1 : A ; - smaaaktig_av_1 : A ; - smaaax_nn_1 : N ; - smaabaatshamn_nn_1 : N ; - smaabarn_nn_1 : N ; - smaabarnsbok_nn_1 : N ; - smaabil_nn_1 : N ; - smaabildskamera_nn_1 : N ; - smaablaasig_av_1 : A ; - smaabladig_av_1 : A ; - smaablommig_av_1 : A ; - smaabonde_nn_1 : N ; - smaaborgare_nn_1 : N ; - smaaborgerlig_av_1 : A ; - smaaborgerlighet_nn_1 : N ; - smaabruk_nn_1 : N ; - smaabrukare_nn_1 : N ; - smaadel_nn_1 : N ; - smaadetalj_nn_1 : N ; - smaaelak_av_1 : A ; - smaafaagel_nn_1 : N ; - smaafoeretag_nn_1 : N ; - smaafoeretagare_nn_1 : N ; - smaafranska_nn_1 : N ; - smaagli_nn_1 : N ; - smaagnagare_nn_1 : N ; - smaagrael_nn_1 : N ; - smaagris_nn_1 : N ; - smaahandlare_nn_1 : N ; - smaahus_nn_1 : N ; - smaahusaegare_nn_1 : N ; - smaahuslaan_nn_1 : N ; - smaajordbruk_nn_1 : N ; - smaajordbrukare_nn_1 : N ; - smaakryp_nn_1 : N ; - smaalaendsk_av_1 : A ; - smaalaendska_nn_2 : N ; - smaalaenning_nn_1 : N ; - smaaleende_av_1 : A ; - smaaleende_nn_1 : N ; - smaamynt_nn_1 : N ; - smaaningom_ab_1 : Adv ; - smaaord_nn_1 : N ; - smaaorganism_nn_1 : N ; - smaapaave_nn_1 : N ; - smaapaket_nn_1 : N ; - smaapeng_nn_1 : N ; - smaapipig_av_1 : A ; - smaaplanet_nn_1 : N ; - smaarolig_av_1 : A ; - smaarutig_av_1 : A ; - smaasak_nn_1 : N ; - smaasint_av_1 : A ; - smaaskalig_av_1 : A ; - smaaskog_nn_1 : N ; - smaaskrak_nn_1 : N ; - smaaskuren_av_1 : A ; - smaasparare_nn_1 : N ; - smaastad_nn_1 : N ; - smaasten_nn_1 : N ; - smaasven_nn_1 : N ; - smaasyskon_nn_1 : N ; - smaatt_av_1 : A ; - smaatteri_nn_1 : N ; - smaattig_av_1 : A ; - smaattighet_nn_1 : N ; - smaatting_nn_1 : N ; - smaatvaett_nn_1 : N ; - smaavaext_av_1 : A ; - smaavarmt_av_1 : A ; - smaaviktig_av_1 : A ; - smaavuxen_av_1 : A ; - smack_nn_1 : N ; - smackning_nn_1 : N ; - smaeck_nn_1 : N ; - smaecker_av_1 : A ; - smaeckfet_av_1 : A ; - smaecklaas_nn_1 : N ; - smaedare_nn_1 : N ; - smaedebild_nn_1 : N ; - smaedelse_nn_1 : N ; - smaedenamn_nn_1 : N ; - smaedeskrift_nn_1 : N ; - smaedlig_av_1 : A ; - smaektande_av_1 : A ; - smaektande_nn_1 : N ; - smaelek_nn_1 : N ; - smaell_nn_1 : N ; - smaellare_nn_1 : N ; - smaellglim_nn_1 : N ; - smaellkaramell_nn_1 : N ; - smaelta_vb_1 : V ; - smaeltdegel_nn_1 : N ; - smaeltentalpitet_nn_1 : N ; - smaelteri_nn_1 : N ; - smaeltost_nn_1 : N ; - smaeltpropp_nn_1 : N ; - smaeltpunkt_nn_1 : N ; - smaeltsaekring_nn_1 : N ; - smaeltskydd_nn_1 : N ; - smaeltugn_nn_1 : N ; - smaeltvatten_nn_1 : N ; - smaeltverk_nn_1 : N ; - smaergelduk_nn_1 : N ; - smaert_av_1 : A ; - smaertfoernimmelse_nn_1 : N ; - smaertfri_av_1 : A ; - smaertlindring_nn_1 : N ; - smaertpunkt_nn_1 : N ; - smaertsam_av_1 : A ; - smaertstillande_av_1 : A ; - smaertupplevelse_nn_1 : N ; - smak_nn_1 : N ; - smakaemne_nn_1 : N ; - smakbit_nn_1 : N ; - smakdomare_nn_1 : N ; - smakfraaga_nn_1 : N ; - smakfull_av_1 : A ; - smaklig_av_1 : A ; - smakloek_nn_1 : N ; - smakloes_av_1 : A ; - smakloeshet_nn_1 : N ; - smakproblem_nn_1 : N ; - smakprov_nn_1 : N ; - smakraad_nn_1 : N ; - smaksak_nn_1 : N ; - smal_av_1 : A ; - smalaenda_nn_1 : N ; - smalben_nn_1 : N ; - smaldjur_nn_1 : N ; - smalfilm_nn_1 : N ; - smalspaarig_av_1 : A ; - smalvaegg_nn_1 : N ; - smaragd_nn_1 : N ; - smart_av_1 : A ; - smash_nn_1 : N ; - smaskens_av_1 : A ; - smaskig_av_1 : A ; - smatt_nn_1 : N ; - smed_nn_1 : N ; - smedja_nn_1 : N ; - smekmaanad_nn_1 : N ; - smeknamn_nn_1 : N ; - smekning_nn_1 : N ; - smekord_nn_1 : N ; - smeksam_av_1 : A ; - smet_nn_1 : N ; - smetig_av_1 : A ; - smickrande_av_1 : A ; - smickrare_nn_1 : N ; - smidare_nn_1 : N ; - smidbar_av_1 : A ; - smide_nn_1 : N ; - smideri_nn_1 : N ; - smidespust_nn_1 : N ; - smidig_av_1 : A ; - smidjebaelte_nn_1 : N ; - smil_nn_1 : N ; - smilare_nn_1 : N ; - smilfink_nn_1 : N ; - smilgrop_nn_1 : N ; - smilig_av_1 : A ; - smilsk_av_1 : A ; - smink_nn_1 : N ; - sminkare_nn_1 : N ; - sminkerska_nn_1 : N ; - sminkning_nn_1 : N ; - sminkoer_nn_1 : N ; - sminkoes_nn_1 : N ; - smittaemne_nn_1 : N ; - smittbaerare_nn_1 : N ; - smitthaerd_nn_1 : N ; - smittohaerd_nn_1 : N ; - smittsam_av_1 : A ; - smockfull_av_1 : A ; - smoer_nn_1 : N ; - smoerbakelse_nn_1 : N ; - smoerberg_nn_1 : N ; - smoerboll_nn_1 : N ; - smoerbult_nn_1 : N ; - smoerdegspastej_nn_1 : N ; - smoergaas_nn_1 : N ; - smoergaasbord_nn_1 : N ; - smoergaasgaffel_nn_1 : N ; - smoergaaskniv_nn_1 : N ; - smoergaasnisse_nn_1 : N ; - smoergaaspaalaegg_nn_1 : N ; - smoerig_av_1 : A ; - smoerjanordning_nn_1 : N ; - smoerjelse_nn_1 : N ; - smoerjgrop_nn_1 : N ; - smoerjhaal_nn_1 : N ; - smoerjhall_nn_1 : N ; - smoerjig_av_1 : A ; - smoerjmedel_nn_1 : N ; - smoerjning_nn_1 : N ; - smoerkniv_nn_1 : N ; - smoersopp_nn_1 : N ; - smoerspade_nn_1 : N ; - smoersvamp_nn_1 : N ; - smoertenor_nn_1 : N ; - smoking_nn_1 : N ; - smokingklaenning_nn_1 : N ; - smugglare_nn_1 : N ; - smuggleri_nn_1 : N ; - smul_av_1 : A ; - smulgraat_nn_1 : N ; - smulig_av_1 : A ; - smultron_nn_1 : N ; - smultronstaelle_nn_1 : N ; - smutsavvisande_av_1 : A ; - smutsblad_nn_1 : N ; - smutsgraa_av_1 : A ; - smutsgris_nn_1 : N ; - smutsig_av_1 : A ; - smutspaase_nn_1 : N ; - smutstitel_nn_1 : N ; - smutsvatten_nn_1 : N ; - smutt_nn_1 : N ; - smycketyp_nn_1 : N ; - smyg_nn_1 : N ; - smyga_vb_1 : V ; - smygaeta_vb_1 : V ; - smyghaal_nn_1 : N ; - smygsoem_nn_1 : N ; - smygvaeg_nn_1 : N ; - smygvinkel_nn_1 : N ; - snaal_av_1 : A ; - snaaljaap_nn_1 : N ; - snaalmaans_nn_1 : N ; - snaalvarg_nn_1 : N ; - snaar_nn_1 : N ; - snaarig_av_1 : A ; - snaarskog_nn_1 : N ; - snabb_av_1 : A ; - snabbfoerband_nn_1 : N ; - snabbfoto_nn_1 : N ; - snabbhet_nn_1 : N ; - snabbkassa_nn_1 : N ; - snabbkoep_nn_1 : N ; - snabbkoepsbutik_nn_1 : N ; - snabbkoppling_nn_1 : N ; - snabbkurs_nn_1 : N ; - snabbloeslig_av_1 : A ; - snabblunch_nn_1 : N ; - snabbportraett_nn_1 : N ; - snabbprotokoll_nn_1 : N ; - snabbregulator_nn_1 : N ; - snabbremiss_nn_1 : N ; - snabbrepris_nn_1 : N ; - snabbskiss_nn_1 : N ; - snabbstopp_nn_1 : N ; - snabbtaag_nn_1 : N ; - snabbtaenkt_av_1 : A ; - snabbtelefon_nn_1 : N ; - snabbuss_nn_1 : N ; - snabbvaeljare_nn_1 : N ; - snabbvaexande_av_1 : A ; - snabel_nn_1 : N ; - snabelliknande_av_1 : A ; - snabelsko_nn_1 : N ; - snackbar_nn_1 : N ; - snackesalig_av_1 : A ; - snacksalig_av_1 : A ; - snaeckart_nn_1 : N ; - snaeckdjur_nn_1 : N ; - snaeckhjul_nn_1 : N ; - snaeckhus_nn_1 : N ; - snaeckskal_nn_1 : N ; - snaeckskruv_nn_1 : N ; - snaeckvaexel_nn_1 : N ; - snaell_av_1 : A ; - snaellgaaende_av_1 : A ; - snaelltaag_nn_1 : N ; - snaepp_nn_1 : N ; - snaeppfaagel_nn_1 : N ; - snaepplock_nn_1 : N ; - snaerj_nn_2 : N ; - snaerjig_av_1 : A ; - snaerjvaevnad_nn_1 : N ; - snaerp_nn_2 : N ; - snaert_nn_1 : N ; - snaertig_av_1 : A ; - snaesig_av_1 : A ; - snaev_av_1 : A ; - snapphane_nn_1 : N ; - snaps_nn_1 : N ; - snapshot_nn_1 : N ; - snar_av_1 : A ; - snarare_ab_1 : Adv ; - snarast_ab_1 : Adv ; - snarfaerdig_av_1 : A ; - snarfager_av_1 : A ; - snarfyndig_av_1 : A ; - snarkning_nn_1 : N ; - snarlig_av_1 : A ; - snarliga_ab_1 : Adv ; - snarligen_ab_1 : Adv ; - snarlik_av_1 : A ; - snarstucken_av_1 : A ; - snart_ab_1 : Adv ; - snartaenkt_av_1 : A ; - snarvacker_av_1 : A ; - snasker_nn_1 : N ; - snaskeri_nn_1 : N ; - snaskig_av_1 : A ; - snaskighet_nn_1 : N ; - snatterand_nn_1 : N ; - snatteri_nn_1 : N ; - snattran_ab_1 : Adv ; - sned_av_1 : A ; - snedfoerdelning_nn_1 : N ; - snedgaangen_av_1 : A ; - snedhiss_nn_1 : N ; - snedhoernig_av_1 : A ; - snedig_av_1 : A ; - snedoegd_av_1 : A ; - snedparkering_nn_1 : N ; - snedrekrytering_nn_1 : N ; - snedsegel_nn_1 : N ; - snedseglare_nn_1 : N ; - snedskuren_av_1 : A ; - snedslaa_nn_1 : N ; - snedspraang_nn_1 : N ; - snedsteg_nn_1 : N ; - snedtaendning_nn_1 : N ; - snedtak_nn_1 : N ; - snedvinklig_av_1 : A ; - snedvrida_vb_1 : V ; - snedvridning_nn_1 : N ; - snes_nn_1 : N ; - snibb_nn_1 : N ; - snibbig_av_1 : A ; - snibbskaal_nn_1 : N ; - snickarbaenk_nn_1 : N ; - snickare_nn_1 : N ; - snickeri_nn_1 : N ; - snidare_nn_1 : N ; - snideri_nn_1 : N ; - sniff_nn_1 : N ; - snigel_nn_1 : N ; - snigelhus_nn_1 : N ; - sniken_av_1 : A ; - snilj_nn_1 : N ; - snilleblixt_nn_1 : N ; - snilledrag_nn_1 : N ; - snillefoster_nn_1 : N ; - snilleprov_nn_1 : N ; - snilleverk_nn_1 : N ; - snillrik_av_1 : A ; - snip_nn_1 : N ; - snipig_av_1 : A ; - snirkel_nn_1 : N ; - snirklig_av_1 : A ; - snitsare_nn_1 : N ; - snitsel_nn_1 : N ; - snitsig_av_1 : A ; - snitt_nn_1 : N ; - snitt_nn_2 : N ; - snittmaengd_nn_1 : N ; - snobb_nn_1 : N ; - snobberi_nn_1 : N ; - snobbig_av_1 : A ; - snobbistisk_av_1 : A ; - snodd_nn_1 : N ; - snoealg_nn_1 : N ; - snoebaer_nn_1 : N ; - snoeblind_av_1 : A ; - snoeblindhet_nn_1 : N ; - snoeboll_nn_1 : N ; - snoebollsbuske_nn_1 : N ; - snoedjup_nn_1 : N ; - snoedraekt_nn_1 : N ; - snoedroppe_nn_1 : N ; - snoefall_nn_1 : N ; - snoefattig_av_1 : A ; - snoefjaell_nn_1 : N ; - snoegubbe_nn_1 : N ; - snoehagel_nn_1 : N ; - snoeig_av_1 : A ; - snoekanon_nn_1 : N ; - snoekedja_nn_1 : N ; - snoeklaedd_av_1 : A ; - snoekristall_nn_1 : N ; - snoelandskap_nn_1 : N ; - snoepare_nn_1 : N ; - snoepegel_nn_1 : N ; - snoeping_nn_1 : N ; - snoeplig_av_1 : A ; - snoeplog_nn_1 : N ; - snoeplogning_nn_1 : N ; - snoerapport_nn_1 : N ; - snoerik_av_1 : A ; - snoerliv_nn_1 : N ; - snoermakare_nn_1 : N ; - snoermakeri_nn_1 : N ; - snoerpig_av_1 : A ; - snoerpvad_nn_1 : N ; - snoerraet_av_1 : A ; - snoersko_nn_1 : N ; - snoervlig_av_1 : A ; - snoervling_nn_1 : N ; - snoesko_nn_1 : N ; - snoeskoter_nn_1 : N ; - snoeskottare_nn_1 : N ; - snoeskred_nn_1 : N ; - snoesparv_nn_1 : N ; - snoestaket_nn_1 : N ; - snoestorm_nn_1 : N ; - snoetaeckt_av_1 : A ; - snoevinter_nn_1 : N ; - snoevit_av_1 : A ; - snofsig_av_1 : A ; - snok_nn_1 : N ; - snopen_av_1 : A ; - snopp_nn_1 : N ; - snoppare_nn_1 : N ; - snorgaers_nn_1 : N ; - snorig_av_1 : A ; - snork_nn_1 : N ; - snorkel_nn_1 : N ; - snorkig_av_1 : A ; - snorunge_nn_1 : N ; - snorvalp_nn_1 : N ; - snubbe_nn_1 : N ; - snubbeltraad_nn_1 : N ; - snubblig_av_1 : A ; - snudd_nn_1 : N ; - snudig_av_1 : A ; - snultra_nn_1 : N ; - snurrevad_nn_1 : N ; - snurrfaatoelj_nn_1 : N ; - snurrig_av_1 : A ; - snus_nn_1 : N ; - snusbrun_av_1 : A ; - snusfoernuftig_av_1 : A ; - snusgubbe_nn_1 : N ; - snusig_av_1 : A ; - snusker_nn_1 : N ; - snuskhummer_nn_1 : N ; - snuskig_av_1 : A ; - snuskighet_nn_1 : N ; - snuskpelle_nn_1 : N ; - snusmumrik_nn_1 : N ; - snusnaesduk_nn_1 : N ; - snustorr_av_1 : A ; - snut_nn_1 : N ; - snutfager_av_1 : A ; - snuthaeck_nn_1 : N ; - snutt_nn_1 : N ; - snuvig_av_1 : A ; - snyft_nn_1 : N ; - snyftande_av_1 : A ; - snyftning_nn_1 : N ; - snyftreportage_nn_1 : N ; - snyftventil_nn_1 : N ; - snygg_av_1 : A ; - snygging_nn_1 : N ; - snyltare_nn_1 : N ; - snyltbi_nn_1 : N ; - snyltgaest_nn_1 : N ; - snyltvaext_nn_1 : N ; - snyta_vb_1 : V ; - snytbagge_nn_1 : N ; - snyting_nn_1 : N ; - soare_nn_1 : N ; - sobel_nn_1 : N ; - sober_av_1 : A ; - social_av_1 : A ; - socialantropolog_nn_1 : N ; - socialantropologisk_av_1 : A ; - socialarbetare_nn_1 : N ; - socialassistent_nn_1 : N ; - socialavgift_nn_1 : N ; - socialbidrag_nn_1 : N ; - socialbyraa_nn_1 : N ; - socialdemokrat_nn_1 : N ; - socialdemokratisk_av_1 : A ; - socialdirektoer_nn_1 : N ; - socialfall_nn_1 : N ; - socialfoersaekring_nn_1 : N ; - socialfoervaltning_nn_1 : N ; - socialgrupp_nn_1 : N ; - socialhjaelpstagare_nn_1 : N ; - socialist_nn_1 : N ; - socialistisk_av_1 : A ; - socialitet_nn_1 : N ; - socialklass_nn_1 : N ; - sociallaekare_nn_1 : N ; - socialliberal_av_1 : A ; - socialliberal_nn_1 : N ; - socialmedicinare_nn_1 : N ; - socialnaemnd_nn_1 : N ; - socialpolitisk_av_1 : A ; - socialpsykolog_nn_1 : N ; - socialregister_nn_1 : N ; - socialreportage_nn_1 : N ; - socialvetenskap_nn_1 : N ; - societet_nn_1 : N ; - societetshus_nn_1 : N ; - societetslejon_nn_1 : N ; - socioekonomisk_av_1 : A ; - sociogram_nn_1 : N ; - sociolekt_nn_1 : N ; - sociolog_nn_1 : N ; - sociologisk_av_1 : A ; - socionom_nn_1 : N ; - sociopat_nn_1 : N ; - sockel_nn_1 : N ; - socken_nn_1 : N ; - sockenbud_nn_1 : N ; - sockendraekt_nn_1 : N ; - sockenstuga_nn_1 : N ; - sockerart_nn_1 : N ; - sockerbagare_nn_1 : N ; - sockerbageri_nn_1 : N ; - sockerbetssaft_nn_1 : N ; - sockerbildning_nn_1 : N ; - sockerbindning_nn_1 : N ; - sockerbit_nn_1 : N ; - sockerbruk_nn_1 : N ; - sockerfri_av_1 : A ; - sockerglasyr_nn_1 : N ; - sockergryn_nn_1 : N ; - sockerhalt_nn_1 : N ; - sockerhaltig_av_1 : A ; - sockerkampanj_nn_1 : N ; - sockerloenn_nn_1 : N ; - sockermolekyl_nn_1 : N ; - sockeroeverdrag_nn_1 : N ; - sockerpiller_nn_1 : N ; - sockerraffinaderi_nn_1 : N ; - sockerrik_av_1 : A ; - sockerroer_nn_1 : N ; - sockersjuk_av_1 : A ; - sockerskaal_nn_1 : N ; - sockersoet_av_1 : A ; - sockerstroeare_nn_1 : N ; - sockertaang_nn_1 : N ; - sockertillverkning_nn_1 : N ; - sockertopp_nn_1 : N ; - sockrig_av_1 : A ; - sodaglas_nn_1 : N ; - sodahalt_nn_1 : N ; - sodahaltig_av_1 : A ; - sodavatten_nn_1 : N ; - soeckendag_nn_1 : N ; - soeder_ab_1 : Adv ; - soedergoek_nn_1 : N ; - soederifraan_ab_1 : Adv ; - soederkis_nn_1 : N ; - soedermanlaendsk_av_1 : A ; - soedermanlaenning_nn_1 : N ; - soederoever_ab_1 : Adv ; - soederut_ab_1 : Adv ; - soedra_av_1 : A ; - soekande_nn_1 : N ; - soekare_nn_1 : N ; - soekarljus_nn_1 : N ; - soekt_av_1 : A ; - soelig_av_1 : A ; - soelkorv_nn_1 : N ; - soem_nn_1 : N ; - soem_nn_2 : N ; - soemmare_nn_1 : N ; - soemmerska_nn_1 : N ; - soemmersketips_nn_1 : N ; - soemnad_nn_1 : N ; - soemndrucken_av_1 : A ; - soemngaangaraktig_av_1 : A ; - soemngaangare_nn_1 : N ; - soemnig_av_1 : A ; - soemnloes_av_1 : A ; - soemnmedel_nn_1 : N ; - soemntung_av_1 : A ; - soemsmaan_nn_1 : N ; - soendag_nn_1 : N ; - soendagsbarn_nn_1 : N ; - soendagsbokstav_nn_1 : N ; - soendagsjaegare_nn_1 : N ; - soendagskvaell_nn_1 : N ; - soendagsmorgon_nn_1 : N ; - soendagspappa_nn_1 : N ; - soender_ab_1 : Adv ; - soenderdelning_nn_1 : N ; - soenderfalla_vb_1 : V ; - soenderriva_vb_1 : V ; - soenderspraengning_nn_1 : N ; - soendrig_av_1 : A ; - soendring_nn_1 : N ; - soergaardsidyll_nn_1 : N ; - soerlaendsk_av_1 : A ; - soerlaenning_nn_1 : N ; - soermlaendsk_av_1 : A ; - soermlaenning_nn_1 : N ; - soet_av_1 : A ; - soetaktig_av_1 : A ; - soetmandel_nn_1 : N ; - soetningsmedel_nn_1 : N ; - soetnos_nn_1 : N ; - soetpotatis_nn_1 : N ; - soetsak_nn_1 : N ; - soetsliskig_av_1 : A ; - soetsur_av_1 : A ; - soetvatten_nn_1 : N ; - soetvattensforskare_nn_1 : N ; - soffbord_nn_1 : N ; - soffgrupp_nn_1 : N ; - soffit_nn_1 : N ; - soffliggare_nn_1 : N ; - sofflock_nn_1 : N ; - sofism_nn_1 : N ; - sofist_nn_1 : N ; - sofisteri_nn_1 : N ; - sojabiff_nn_1 : N ; - sokratisk_av_1 : A ; - sol_nn_1 : N ; - sol_och_vaarare_nn_1 : N ; - solaar_nn_1 : N ; - solaekta_av_1 : A ; - solaer_av_1 : A ; - solanin_nn_1 : N ; - solar_av_1 : A ; - solarisk_av_1 : A ; - solarium_nn_1 : N ; - solavaexel_nn_1 : N ; - solbad_nn_1 : N ; - solbaenk_nn_1 : N ; - solbaergning_nn_1 : N ; - solbatteri_nn_1 : N ; - solbelysning_nn_1 : N ; - solbelyst_av_1 : A ; - solbestraalning_nn_1 : N ; - solblekt_av_1 : A ; - solblind_av_1 : A ; - solblindhet_nn_1 : N ; - solbraend_av_1 : A ; - solcell_nn_1 : N ; - solcirkel_nn_1 : N ; - solcykel_nn_1 : N ; - soldag_nn_1 : N ; - soldat_nn_1 : N ; - soldathem_nn_1 : N ; - soldathop_nn_1 : N ; - soldatnamn_nn_1 : N ; - soldatrock_nn_1 : N ; - soldattorp_nn_1 : N ; - soldenaer_nn_1 : N ; - soldnaer_nn_1 : N ; - soldraekt_nn_1 : N ; - soldrucken_av_1 : A ; - soldygn_nn_1 : N ; - soldyrkare_nn_1 : N ; - soleksem_nn_1 : N ; - solenn_av_1 : A ; - solennitet_nn_1 : N ; - solfall_nn_1 : N ; - solfatar_nn_1 : N ; - solfattig_av_1 : A ; - solfjaeder_nn_1 : N ; - solflaeck_nn_1 : N ; - solflod_nn_1 : N ; - solfoermoerkelse_nn_1 : N ; - solgud_nn_1 : N ; - solgul_av_1 : A ; - solhatt_nn_1 : N ; - solhjul_nn_1 : N ; - solid_av_1 : A ; - solidarisk_av_1 : A ; - solidaritet_nn_1 : N ; - soliditet_nn_1 : N ; - solig_av_1 : A ; - solinstraalning_nn_1 : N ; - solist_nn_1 : N ; - solistisk_av_1 : A ; - solitaer_av_1 : A ; - solitaer_nn_1 : N ; - solkatt_nn_1 : N ; - solkig_av_1 : A ; - solklaenning_nn_1 : N ; - solklar_av_1 : A ; - solkraem_nn_1 : N ; - solliknande_av_1 : A ; - solljus_nn_1 : N ; - solmateria_nn_1 : N ; - solmogen_av_1 : A ; - solnedgaang_nn_1 : N ; - solo_av_1 : A ; - solo_nn_1 : N ; - solochvaarare_nn_1 : N ; - soloega_nn_1 : N ; - solokvist_av_1 : A ; - sololja_nn_1 : N ; - solraett_ab_1 : Adv ; - solreflex_nn_1 : N ; - solroerelse_nn_1 : N ; - solsida_nn_1 : N ; - solskydd_nn_1 : N ; - solskyddsmedel_nn_1 : N ; - solsnibb_nn_1 : N ; - solstekt_av_1 : A ; - solstol_nn_1 : N ; - solstraale_nn_1 : N ; - solstraalning_nn_1 : N ; - solsystem_nn_1 : N ; - soltak_nn_1 : N ; - soltimme_nn_1 : N ; - soluppgaang_nn_1 : N ; - solur_nn_1 : N ; - solution_nn_1 : N ; - solv_nn_1 : N ; - solvarg_nn_1 : N ; - solvarv_nn_1 : N ; - solvent_av_1 : A ; - solventil_nn_1 : N ; - solvkaepp_nn_1 : N ; - som_ab_1 : Adv ; - somalier_nn_1 : N ; - somalisk_av_1 : A ; - somatiker_nn_1 : N ; - somatisk_av_1 : A ; - sombrero_nn_1 : N ; - sommar_nn_1 : N ; - sommaradress_nn_1 : N ; - sommaraktig_av_1 : A ; - sommarbarn_nn_1 : N ; - sommarbostad_nn_1 : N ; - sommardaeck_nn_1 : N ; - sommardag_nn_1 : N ; - sommarfaagel_nn_1 : N ; - sommargaest_nn_1 : N ; - sommargyllen_nn_1 : N ; - sommargylling_nn_1 : N ; - sommarhalvaar_nn_1 : N ; - sommarhatt_nn_1 : N ; - sommarhem_nn_1 : N ; - sommarhus_nn_1 : N ; - sommarjobb_nn_1 : N ; - sommarlaeger_nn_1 : N ; - sommarland_nn_1 : N ; - sommarlig_av_1 : A ; - sommarlov_nn_1 : N ; - sommarmoln_nn_1 : N ; - sommarnoeje_nn_1 : N ; - sommarparadis_nn_1 : N ; - sommarpotatis_nn_1 : N ; - sommarsemester_nn_1 : N ; - sommarstuga_nn_1 : N ; - sommartorp_nn_1 : N ; - sommarvaeder_nn_1 : N ; - sommarvilla_nn_1 : N ; - sommarvind_nn_1 : N ; - sommarvistelse_nn_1 : N ; - somnambul_av_1 : A ; - somnambul_nn_1 : N ; - somnambulisk_av_1 : A ; - son_nn_1 : N ; - sonant_nn_1 : N ; - sonantisk_av_1 : A ; - sonat_nn_1 : N ; - sonatin_nn_1 : N ; - sond_nn_1 : N ; - sondotter_nn_1 : N ; - sonett_nn_1 : N ; - sonika_ab_1 : Adv ; - sonisk_av_1 : A ; - sonlig_av_1 : A ; - sonnamn_nn_1 : N ; - sonor_av_1 : A ; - sonoritet_nn_1 : N ; - sonson_nn_1 : N ; - sop_nn_1 : N ; - sopaakare_nn_1 : N ; - sopbacke_nn_1 : N ; - sopbil_nn_1 : N ; - sopborste_nn_1 : N ; - sopnedkast_nn_1 : N ; - sopp_nn_1 : N ; - soppig_av_1 : A ; - soppkoek_nn_1 : N ; - sopprot_nn_1 : N ; - soppskaal_nn_1 : N ; - soppslev_nn_1 : N ; - sopran_nn_1 : N ; - sopskyffel_nn_1 : N ; - soptipp_nn_1 : N ; - sorb_nn_1 : N ; - sordin_nn_1 : N ; - sorg_nn_1 : N ; - sorgband_nn_1 : N ; - sorgbarn_nn_1 : N ; - sorgbunden_av_1 : A ; - sorgdraekt_nn_1 : N ; - sorgeaar_nn_1 : N ; - sorgeaemne_nn_1 : N ; - sorgeakt_nn_1 : N ; - sorgebarn_nn_1 : N ; - sorgebud_nn_1 : N ; - sorgedag_nn_1 : N ; - sorgesam_av_1 : A ; - sorgespel_nn_1 : N ; - sorgfaellig_av_1 : A ; - sorgfaerg_nn_1 : N ; - sorgflor_nn_1 : N ; - sorgfri_av_1 : A ; - sorgkant_nn_1 : N ; - sorgklaedd_av_1 : A ; - sorglig_av_1 : A ; - sorgloes_av_1 : A ; - sorglustig_av_1 : A ; - sorgmantel_nn_1 : N ; - sorgmodig_av_1 : A ; - sorgpil_nn_1 : N ; - sorgsen_av_1 : A ; - sorgsloeja_nn_1 : N ; - sorgtyngd_av_1 : A ; - sork_nn_1 : N ; - sort_nn_1 : N ; - sorterare_nn_1 : N ; - sortering_nn_1 : N ; - sorti_nn_1 : N ; - sortiment_nn_1 : N ; - sorts_av_1 : A ; - sosse_nn_1 : N ; - sotare_nn_1 : N ; - sotarmurre_nn_1 : N ; - soteld_nn_1 : N ; - sotig_av_1 : A ; - sotis_av_1 : A ; - sotmoln_nn_1 : N ; - sotpartikel_nn_1 : N ; - sotskikt_nn_1 : N ; - sotsvamp_nn_1 : N ; - sottis_nn_1 : N ; - soulagemang_nn_1 : N ; - sound_nn_1 : N ; - sousafon_nn_1 : N ; - souschef_nn_1 : N ; - souterrainvaaning_nn_1 : N ; - souvenir_nn_1 : N ; - sovchos_nn_1 : N ; - sovjet_nn_1 : N ; - sovjetisk_av_1 : A ; - sovjetmedborgare_nn_1 : N ; - sovjetrepublik_nn_1 : N ; - sovjetrysk_av_1 : A ; - sovmorgon_nn_1 : N ; - sovplats_nn_1 : N ; - sovrum_nn_1 : N ; - sovsaeck_nn_1 : N ; - sovsal_nn_1 : N ; - sovstad_nn_1 : N ; - sovstaellning_nn_1 : N ; - sovvagn_nn_1 : N ; - spaadom_nn_1 : N ; - spaakvinna_nn_1 : N ; - spaaman_nn_1 : N ; - spaan_nn_1 : N ; - spaanad_nn_1 : N ; - spaang_nn_1 : N ; - spaanklaedd_av_1 : A ; - spaankorg_nn_1 : N ; - spaant_nn_1 : N ; - spaar_nn_1 : N ; - spaaraemne_nn_1 : N ; - spaarelement_nn_1 : N ; - spaarhund_nn_1 : N ; - spaarljus_nn_1 : N ; - spaarloes_av_1 : A ; - spaarning_nn_1 : N ; - spaarvaeg_nn_1 : N ; - spaarvaegschef_nn_1 : N ; - spaarvagn_nn_1 : N ; - spaarvidd_nn_1 : N ; - spackel_nn_2 : N ; - spade_nn_1 : N ; - spader_nn_1 : N ; - spadtag_nn_1 : N ; - spaeckhuggare_nn_1 : N ; - spaed_av_1 : A ; - spaedbarn_nn_1 : N ; - spaedgris_nn_1 : N ; - spaend_av_1 : A ; - spaenn_nn_1 : N ; - spaennande_av_1 : A ; - spaennbuckla_nn_1 : N ; - spaenning_nn_1 : N ; - spaenningsdelare_nn_1 : N ; - spaenningsregulator_nn_1 : N ; - spaenningssoekare_nn_1 : N ; - spaennram_nn_1 : N ; - spaennvidd_nn_1 : N ; - spaens_nn_1 : N ; - spaenstig_av_1 : A ; - spaerr_nn_1 : N ; - spaerrballong_nn_1 : N ; - spaerrkonto_nn_1 : N ; - spaerrlinje_nn_1 : N ; - spaerrvakt_nn_1 : N ; - spak_av_1 : A ; - spak_nn_1 : N ; - spalje_nn_1 : N ; - spalt_nn_1 : N ; - spaltfyllnad_nn_1 : N ; - spaltkorrektur_nn_1 : N ; - spanare_nn_1 : N ; - spaniel_nn_1 : N ; - spaning_nn_1 : N ; - spanjolett_nn_1 : N ; - spanjor_nn_1 : N ; - spanjorska_nn_1 : N ; - spann_nn_1 : N ; - spann_nn_2 : N ; - spann_nn_3 : N ; - spansk_av_1 : A ; - spanskroer_nn_1 : N ; - spant_nn_1 : N ; - sparagmit_nn_1 : N ; - sparare_nn_1 : N ; - sparbank_nn_1 : N ; - spargris_nn_1 : N ; - spark_nn_1 : N ; - sparkassa_nn_1 : N ; - sparkcykel_nn_1 : N ; - sparkdraekt_nn_1 : N ; - sparkstoetting_nn_1 : N ; - sparlaan_nn_1 : N ; - sparlakan_nn_1 : N ; - sparre_nn_1 : N ; - sparring_nn_1 : N ; - sparringpartner_nn_1 : N ; - sparris_nn_1 : N ; - sparsam_av_1 : A ; - sparslant_nn_1 : N ; - spartakist_nn_1 : N ; - spartan_nn_1 : N ; - spartansk_av_1 : A ; - sparv_nn_1 : N ; - sparvfink_nn_1 : N ; - sparvhoek_nn_1 : N ; - spasm_nn_1 : N ; - spasmodisk_av_1 : A ; - spasticitet_nn_1 : N ; - spastiker_nn_1 : N ; - spastisk_av_1 : A ; - spatel_nn_1 : N ; - spatial_av_1 : A ; - spatioes_av_1 : A ; - spatium_nn_1 : N ; - spattig_av_1 : A ; - speaker_nn_1 : N ; - speceriaffaer_nn_1 : N ; - specerihandlare_nn_1 : N ; - specerist_nn_1 : N ; - special_nn_1 : N ; - specialare_nn_1 : N ; - specialbegaavning_nn_1 : N ; - specialdomstol_nn_1 : N ; - specialist_nn_1 : N ; - specialitet_nn_1 : N ; - specialklass_nn_1 : N ; - speciallaerare_nn_1 : N ; - specialnummer_nn_1 : N ; - specialomraade_nn_1 : N ; - specialstudium_nn_1 : N ; - specialstyrka_nn_1 : N ; - specie_nn_1 : N ; - speciell_av_1 : A ; - species_nn_1 : N ; - specifik_av_1 : A ; - specifikation_nn_1 : N ; - specimen_nn_1 : N ; - spedition_nn_1 : N ; - speditoer_nn_1 : N ; - spefaagel_nn_1 : N ; - spefull_av_1 : A ; - spefylld_av_1 : A ; - spegel_nn_1 : N ; - spegelbild_nn_1 : N ; - spegelfaekteri_nn_1 : N ; - spegelfaektning_nn_1 : N ; - spegelglas_nn_1 : N ; - spegelmonogram_nn_1 : N ; - spegelreflexkamera_nn_1 : N ; - spegelteleskop_nn_1 : N ; - spegelvaend_av_1 : A ; - spejare_nn_1 : N ; - spektakel_nn_1 : N ; - spektakulaer_av_1 : A ; - spektral_av_1 : A ; - spektralapparat_nn_1 : N ; - spektrallinje_nn_1 : N ; - spektrograf_nn_1 : N ; - spektroskop_nn_1 : N ; - spektrum_nn_1 : N ; - spekulant_nn_1 : N ; - spekulation_nn_1 : N ; - spekulativ_av_1 : A ; - spel_nn_1 : N ; - spelaar_nn_1 : N ; - spelarbyte_nn_1 : N ; - spelare_nn_1 : N ; - spelautomat_nn_1 : N ; - spelbar_av_1 : A ; - spelbord_nn_1 : N ; - speldrama_nn_1 : N ; - speleman_nn_1 : N ; - speleolog_nn_1 : N ; - spelevink_nn_1 : N ; - spelfilm_nn_1 : N ; - spelkort_nn_1 : N ; - spelman_nn_1 : N ; - spelmani_nn_1 : N ; - spelmansstaemma_nn_1 : N ; - spelmark_nn_1 : N ; - spelning_nn_1 : N ; - speloeppning_nn_1 : N ; - spelomgaang_nn_1 : N ; - spelplan_nn_1 : N ; - spelprov_nn_1 : N ; - spelregel_nn_1 : N ; - spelsugen_av_1 : A ; - spelverk_nn_1 : N ; - spenabarn_nn_1 : N ; - spene_nn_1 : N ; - spenordning_nn_1 : N ; - spens_nn_1 : N ; - spenslig_av_1 : A ; - spermabildning_nn_1 : N ; - spermadonator_nn_1 : N ; - spermamottagarsaeck_nn_1 : N ; - spermatofor_nn_1 : N ; - spermatozo_nn_1 : N ; - spermatozoid_nn_1 : N ; - spermie_nn_1 : N ; - spermiemitokondrie_nn_1 : N ; - spermiemodercell_nn_1 : N ; - spetaelsk_av_1 : A ; - spetig_av_1 : A ; - spets_nn_1 : N ; - spetsartikel_nn_1 : N ; - spetsbaage_nn_1 : N ; - spetsborgare_nn_1 : N ; - spetsbov_nn_1 : N ; - spetsfundig_av_1 : A ; - spetsfundighet_nn_1 : N ; - spetsglas_nn_1 : N ; - spetshund_nn_1 : N ; - spetsig_av_1 : A ; - spetsvinklig_av_1 : A ; - spett_nn_1 : N ; - spex_nn_1 : N ; - spexig_av_1 : A ; - spicken_av_1 : A ; - spigg_nn_1 : N ; - spik_ab_1 : Adv ; - spik_nn_1 : N ; - spikning_nn_1 : N ; - spikpiano_nn_1 : N ; - spikpistol_nn_1 : N ; - spikrak_av_1 : A ; - spiksaeker_av_1 : A ; - spiksko_nn_1 : N ; - spilkum_nn_1 : N ; - spillra_nn_1 : N ; - spillvatten_nn_1 : N ; - spin_nn_1 : N ; - spin_off_nn_1 : N ; - spinal_av_1 : A ; - spinalanestesi_nn_1 : N ; - spinalganglie_nn_1 : N ; - spindel_nn_1 : N ; - spindelbult_nn_1 : N ; - spindeldjur_nn_1 : N ; - spindelnaet_nn_1 : N ; - spindeltraad_nn_1 : N ; - spindeltunn_av_1 : A ; - spindelvaev_nn_1 : N ; - spinell_nn_1 : N ; - spinett_nn_1 : N ; - spinkig_av_1 : A ; - spinn_nn_1 : N ; - spinna_vb_1 : V ; - spinnaker_nn_1 : N ; - spinnakerbom_nn_1 : N ; - spinnare_nn_1 : N ; - spinnarfjaeril_nn_1 : N ; - spinneri_nn_1 : N ; - spinnhus_nn_1 : N ; - spinnkvalster_nn_1 : N ; - spinnrock_nn_1 : N ; - spinnrulle_nn_1 : N ; - spinnspoe_nn_1 : N ; - spion_nn_1 : N ; - spioneri_nn_1 : N ; - spionflygning_nn_1 : N ; - spionkamera_nn_1 : N ; - spiral_nn_1 : N ; - spiralblock_nn_1 : N ; - spiralbotten_nn_1 : N ; - spiralfjaeder_nn_1 : N ; - spiralgalax_nn_1 : N ; - spirant_nn_1 : N ; - spirill_nn_1 : N ; - spiritist_nn_1 : N ; - spiritualist_nn_1 : N ; - spiritualitet_nn_1 : N ; - spirituell_av_1 : A ; - spirituoes_av_1 : A ; - spiroket_nn_1 : N ; - spis_nn_1 : N ; - spisare_nn_1 : N ; - spisel_nn_1 : N ; - spiselhaell_nn_1 : N ; - spiselkrans_nn_1 : N ; - spiselkrok_nn_1 : N ; - spiselvraa_nn_1 : N ; - spishaell_nn_1 : N ; - spiskammare_nn_1 : N ; - spiskrans_nn_1 : N ; - spiskrok_nn_1 : N ; - spjaele_nn_1 : N ; - spjaell_nn_1 : N ; - spjaellband_nn_1 : N ; - spjaelsaeng_nn_1 : N ; - spjaern_ab_1 : Adv ; - spjut_nn_1 : N ; - spjutspets_nn_1 : N ; - spjuver_nn_1 : N ; - splejk_nn_1 : N ; - spliss_nn_1 : N ; - splits_nn_1 : N ; - splitt_ab_1 : Adv ; - splitter_ab_1 : Adv ; - splitter_nn_1 : N ; - splitterbomb_nn_1 : N ; - splitterny_av_1 : A ; - splittrare_nn_1 : N ; - splittring_nn_1 : N ; - spoe_nn_1 : N ; - spoekaktig_av_1 : A ; - spoekbild_nn_1 : N ; - spoekdjur_nn_1 : N ; - spoekelse_nn_1 : N ; - spoekeri_nn_1 : N ; - spoekhistoria_nn_1 : N ; - spoeklik_av_1 : A ; - spoekpartikel_nn_1 : N ; - spoekskrivare_nn_1 : N ; - spoekstad_nn_1 : N ; - spoersmaal_nn_1 : N ; - spoestraff_nn_1 : N ; - spoiler_nn_1 : N ; - spolarvaetska_nn_1 : N ; - spole_nn_1 : N ; - spolformig_av_1 : A ; - spoling_nn_1 : N ; - spolmask_nn_1 : N ; - sponde_nn_1 : N ; - spondylit_nn_1 : N ; - sponsor_nn_1 : N ; - spont_nn_1 : N ; - spontan_av_1 : A ; - spontanitet_nn_1 : N ; - spor_nn_1 : N ; - sporadisk_av_1 : A ; - sporangium_nn_1 : N ; - sporbildande_av_1 : A ; - spordjur_nn_1 : N ; - sporkapsel_nn_1 : N ; - sporre_nn_1 : N ; - sporsaeck_nn_1 : N ; - sport_nn_1 : N ; - sportaffaer_nn_1 : N ; - sportbil_nn_1 : N ; - sportdykning_nn_1 : N ; - sportfaane_nn_1 : N ; - sportfiskemetod_nn_1 : N ; - sportflygplan_nn_1 : N ; - sportgren_nn_1 : N ; - sportig_av_1 : A ; - sportklubb_nn_1 : N ; - sportlov_nn_1 : N ; - sportmodell_nn_1 : N ; - sportsida_nn_1 : N ; - sportslig_av_1 : A ; - sportsman_nn_1 : N ; - sportstuga_nn_1 : N ; - sportvagn_nn_1 : N ; - sporvaext_nn_1 : N ; - spotlight_nn_1 : N ; - spotsk_av_1 : A ; - spottkoertel_nn_1 : N ; - spottstrit_nn_1 : N ; - spottstyver_nn_1 : N ; - spov_nn_1 : N ; - spraak_nn_1 : N ; - spraakanvaendning_nn_1 : N ; - spraakcentrum_nn_1 : N ; - spraakdraekt_nn_1 : N ; - spraakfaerdighet_nn_1 : N ; - spraakfamilj_nn_1 : N ; - spraakform_nn_1 : N ; - spraakforskare_nn_1 : N ; - spraakgrupp_nn_1 : N ; - spraakkunnig_av_1 : A ; - spraaklaboratorium_nn_1 : N ; - spraaklaera_nn_1 : N ; - spraaklaerare_nn_1 : N ; - spraaklig_av_1 : A ; - spraakljud_nn_1 : N ; - spraakprov_nn_1 : N ; - spraakriktig_av_1 : A ; - spraakriktighet_nn_1 : N ; - spraakroer_nn_1 : N ; - spraaksam_av_1 : A ; - spraakstam_nn_1 : N ; - spraakstrid_nn_1 : N ; - spraaktecken_nn_1 : N ; - spraakteori_nn_1 : N ; - spraakvaardare_nn_1 : N ; - spraakvetare_nn_1 : N ; - spraakvetenskap_nn_1 : N ; - spraang_nn_1 : N ; - spraangmarsch_nn_1 : N ; - spraangsegel_nn_1 : N ; - spraangvis_ab_1 : Adv ; - spraecklig_av_1 : A ; - spraengaemne_nn_1 : N ; - spraengaemnesmolekyl_nn_1 : N ; - spraengaemnespatron_nn_1 : N ; - spraengarbetsplats_nn_1 : N ; - spraengfylld_av_1 : A ; - spraenggas_nn_1 : N ; - spraengkapsel_nn_1 : N ; - spraengladdning_nn_1 : N ; - spraenglaerd_av_1 : A ; - spraengning_nn_1 : N ; - spraengstoff_nn_1 : N ; - spraett_nn_1 : N ; - spraettbaage_nn_1 : N ; - spraetthoek_nn_1 : N ; - spraettig_av_1 : A ; - sprakfaale_nn_1 : N ; - sprallig_av_1 : A ; - spratt_nn_1 : N ; - sprattelgubbe_nn_1 : N ; - spray_nn_1 : N ; - sprej_nn_1 : N ; - spretig_av_1 : A ; - spri_nn_1 : N ; - spricka_vb_1 : V ; - sprickbildning_nn_1 : N ; - sprickdal_nn_1 : N ; - sprickfaerdig_av_1 : A ; - sprickig_av_1 : A ; - sprida_vb_1 : V ; - spridare_nn_1 : N ; - spridd_av_1 : A ; - spridning_nn_1 : N ; - spridningslins_nn_1 : N ; - spridningsmaatt_nn_1 : N ; - spring_nn_2 : N ; - springa_vb_1 : V ; - springare_nn_1 : N ; - springbock_nn_1 : N ; - springbrunn_nn_1 : N ; - springmask_nn_1 : N ; - springpojke_nn_1 : N ; - springschas_nn_1 : N ; - springstilett_nn_1 : N ; - springvatten_nn_1 : N ; - springvikarie_nn_1 : N ; - sprinkler_nn_1 : N ; - sprinkleranlaeggning_nn_1 : N ; - sprinklersystem_nn_1 : N ; - sprint_nn_1 : N ; - sprinter_nn_1 : N ; - spritdryck_nn_1 : N ; - sprithalt_nn_1 : N ; - sprithaltig_av_1 : A ; - spritkoek_nn_1 : N ; - spritraettighet_nn_1 : N ; - sprits_nn_1 : N ; - spritspion_nn_1 : N ; - spritt_ab_1 : Adv ; - sprittermometer_nn_1 : N ; - sproed_av_1 : A ; - sproejs_nn_1 : N ; - sproet_nn_1 : N ; - sprund_nn_1 : N ; - sprut_nn_1 : N ; - sprutspets_nn_1 : N ; - sprygel_nn_1 : N ; - spurt_nn_1 : N ; - sputnik_nn_1 : N ; - spyboll_nn_1 : N ; - spydig_av_1 : A ; - spydighet_nn_1 : N ; - spygatt_nn_1 : N ; - squash_nn_2 : N ; - squaw_nn_1 : N ; - srilankes_nn_1 : N ; - sta_ab_1 : Adv ; - staaende_av_1 : A ; - staal_nn_1 : N ; - staalfjaeder_nn_1 : N ; - staalframstaellning_nn_1 : N ; - staallegering_nn_1 : N ; - staalman_nn_1 : N ; - staalspik_nn_1 : N ; - staalstick_nn_1 : N ; - staaltryck_nn_1 : N ; - staalverk_nn_1 : N ; - staalvit_av_1 : A ; - staand_ab_1 : Adv ; - staand_nn_1 : N ; - staand_nn_2 : N ; - staandaktig_av_1 : A ; - staandare_nn_1 : N ; - staandkrage_nn_1 : N ; - staandkrok_nn_1 : N ; - staandman_nn_1 : N ; - staandort_nn_1 : N ; - staandpunkt_nn_1 : N ; - staandraett_nn_1 : N ; - staandsmaessig_av_1 : A ; - staandsperson_nn_1 : N ; - staang_nn_1 : N ; - staanghammare_nn_1 : N ; - staangjaernshammare_nn_1 : N ; - staangkorv_nn_1 : N ; - staangryttare_nn_1 : N ; - staaplats_nn_1 : N ; - staathaallare_nn_1 : N ; - staatlig_av_1 : A ; - stab_nn_1 : N ; - stabbe_nn_1 : N ; - stabbig_av_1 : A ; - stabbur_nn_1 : N ; - stabil_av_1 : A ; - stabilisator_nn_1 : N ; - stabilitet_nn_1 : N ; - stabschef_nn_1 : N ; - stabsofficer_nn_1 : N ; - stack_nn_1 : N ; - stackare_nn_1 : N ; - stackars_av_1 : A ; - stackato_ab_1 : Adv ; - stackato_nn_1 : N ; - stackmoln_nn_1 : N ; - stad_nn_1 : N ; - stadga_nn_2 : N ; - stadig_av_1 : A ; - stadigvarande_av_1 : A ; - stadion_nn_1 : N ; - stadion_nn_2 : N ; - stadium_nn_1 : N ; - stadkant_nn_1 : N ; - stadsarkitekt_nn_1 : N ; - stadsbibliotek_nn_1 : N ; - stadsbild_nn_1 : N ; - stadsbud_nn_1 : N ; - stadsbuss_nn_1 : N ; - stadsdel_nn_1 : N ; - stadsfullmaektig_nn_1 : N ; - stadshotell_nn_1 : N ; - stadshus_nn_1 : N ; - stadsmiljoe_nn_1 : N ; - stadsmur_nn_1 : N ; - stadsplan_nn_1 : N ; - stadsplanering_nn_1 : N ; - stadsport_nn_1 : N ; - stadssekreterare_nn_1 : N ; - stadsstat_nn_1 : N ; - stadsteater_nn_1 : N ; - staed_nn_1 : N ; - staedare_nn_1 : N ; - staedbolag_nn_1 : N ; - staederska_nn_1 : N ; - staedning_nn_1 : N ; - staedredskap_nn_1 : N ; - staedse_ab_1 : Adv ; - staedsel_nn_1 : N ; - staedskaap_nn_1 : N ; - staell_nn_1 : N ; - staelld_av_1 : A ; - staellfoeretraedande_av_1 : A ; - staellfoeretraedare_nn_1 : N ; - staellning_nn_1 : N ; - staellningskrig_nn_1 : N ; - staellningssteg_nn_1 : N ; - staellningstagande_nn_1 : N ; - staellverk_nn_1 : N ; - staemband_nn_1 : N ; - staemgaffel_nn_1 : N ; - staemjaern_nn_1 : N ; - staemlaepp_nn_1 : N ; - staemma_nn_1 : N ; - staemning_nn_1 : N ; - staempel_nn_1 : N ; - staempelavgift_nn_1 : N ; - staempelur_nn_1 : N ; - staempling_nn_1 : N ; - staendchen_nn_1 : N ; - staendig_av_1 : A ; - staengel_nn_1 : N ; - staengning_nn_1 : N ; - staengsel_nn_1 : N ; - staenk_nn_1 : N ; - staenkskaerm_nn_1 : N ; - staenkskydd_nn_1 : N ; - staepp_nn_1 : N ; - staeppantilop_nn_1 : N ; - staerbhus_nn_1 : N ; - staerkelserik_av_1 : A ; - staev_nn_1 : N ; - staev_nn_2 : N ; - stafett_nn_1 : N ; - stafettloepning_nn_1 : N ; - staffagefigur_nn_1 : N ; - staffli_nn_1 : N ; - stafflimaalning_nn_1 : N ; - stafylokock_nn_1 : N ; - stag_nn_1 : N ; - stagg_nn_1 : N ; - stagnation_nn_1 : N ; - stagsegel_nn_1 : N ; - stake_nn_1 : N ; - staket_nn_1 : N ; - stalagmit_nn_1 : N ; - stalaktit_nn_1 : N ; - stalinist_nn_1 : N ; - stalinistisk_av_1 : A ; - stall_nn_1 : N ; - stall_nn_2 : N ; - stall_nn_3 : N ; - stallbacke_nn_1 : N ; - stallbroder_nn_1 : N ; - stallknekt_nn_1 : N ; - stalltips_nn_1 : N ; - stam_nn_1 : N ; - stamaktie_nn_1 : N ; - stamanstaelld_av_1 : A ; - stambok_nn_1 : N ; - stambord_nn_1 : N ; - stamfader_nn_1 : N ; - stamgaest_nn_1 : N ; - stamhoevding_nn_1 : N ; - stamkrigare_nn_1 : N ; - stamkund_nn_1 : N ; - stamlinje_nn_1 : N ; - stamlokus_nn_1 : N ; - stammare_nn_1 : N ; - stammoder_nn_1 : N ; - stamort_nn_1 : N ; - stamp_nn_1 : N ; - stampkvarn_nn_1 : N ; - stamtavla_nn_1 : N ; - stamton_nn_1 : N ; - stamtraed_nn_1 : N ; - stand_in_nn_1 : N ; - standar_nn_1 : N ; - standard_nn_1 : N ; - standardavvikelse_nn_1 : N ; - standardhoejning_nn_1 : N ; - standardloesning_nn_1 : N ; - standardprov_nn_1 : N ; - standardverk_nn_1 : N ; - standert_nn_1 : N ; - stank_nn_1 : N ; - stannfaagel_nn_1 : N ; - stanning_nn_1 : N ; - stannplan_nn_1 : N ; - stans_nn_1 : N ; - stans_nn_2 : N ; - stapel_nn_1 : N ; - stapelavloepning_nn_1 : N ; - stapelbaedd_nn_1 : N ; - stapeldiagram_nn_1 : N ; - stapelplats_nn_1 : N ; - stapelstad_nn_1 : N ; - starbaat_nn_1 : N ; - stare_nn_1 : N ; - stark_av_1 : A ; - starkoel_nn_1 : N ; - starkstroem_nn_1 : N ; - starkvara_nn_1 : N ; - starkvin_nn_1 : N ; - start_nn_1 : N ; - startavgift_nn_1 : N ; - startblock_nn_1 : N ; - starter_nn_1 : N ; - startgenerator_nn_1 : N ; - startgrop_nn_1 : N ; - startlinje_nn_1 : N ; - startmotor_nn_1 : N ; - startnyckel_nn_1 : N ; - startpistol_nn_1 : N ; - startpunkt_nn_1 : N ; - startspjaell_nn_1 : N ; - startvev_nn_1 : N ; - stas_nn_1 : N ; - stat_nn_1 : N ; - statare_nn_1 : N ; - station_nn_1 : N ; - stationaer_av_1 : A ; - stationsinspektor_nn_1 : N ; - stationsvagn_nn_1 : N ; - statisk_av_1 : A ; - statist_nn_1 : N ; - statistik_nn_1 : N ; - statistiker_nn_1 : N ; - statistisk_av_1 : A ; - stativ_nn_1 : N ; - statlig_av_1 : A ; - stator_nn_1 : N ; - statsanslag_nn_1 : N ; - statsbaerande_av_1 : A ; - statsbegravning_nn_1 : N ; - statsbesoek_nn_1 : N ; - statsbidrag_nn_1 : N ; - statsbildning_nn_1 : N ; - statsbudget_nn_1 : N ; - statschef_nn_1 : N ; - statsdepartement_nn_1 : N ; - statsfinansiell_av_1 : A ; - statsfoerfattning_nn_1 : N ; - statsfru_nn_1 : N ; - statsgeolog_nn_1 : N ; - statshemlighet_nn_1 : N ; - statskupp_nn_1 : N ; - statsloes_av_1 : A ; - statsmakt_nn_1 : N ; - statsman_nn_1 : N ; - statsminister_nn_1 : N ; - statsnytta_nn_1 : N ; - statsoeverhuvud_nn_1 : N ; - statsraad_nn_1 : N ; - statsraadsberedning_nn_1 : N ; - statsrevisor_nn_1 : N ; - statssekreterare_nn_1 : N ; - statsskick_nn_1 : N ; - statsskuld_nn_1 : N ; - statstjaensteman_nn_1 : N ; - statsvaelvning_nn_1 : N ; - statsverksproposition_nn_1 : N ; - statsvetare_nn_1 : N ; - statsvetenskap_nn_1 : N ; - statuarisk_av_1 : A ; - statur_nn_1 : N ; - statussymbol_nn_1 : N ; - statut_nn_1 : N ; - staty_nn_1 : N ; - statyett_nn_1 : N ; - stav_nn_1 : N ; - stav_nn_2 : N ; - stavelse_nn_1 : N ; - stavelsebildande_av_1 : A ; - stavelseskrift_nn_1 : N ; - stavhopp_nn_1 : N ; - stavkyrka_nn_1 : N ; - stavning_nn_1 : N ; - stavrim_nn_1 : N ; - stearinljus_nn_1 : N ; - steeplechase_nn_1 : N ; - steg_nn_1 : N ; - stegbaat_nn_1 : N ; - stegbil_nn_1 : N ; - stege_nn_1 : N ; - stegel_nn_1 : N ; - steglits_nn_1 : N ; - stegloes_av_1 : A ; - stegring_nn_1 : N ; - stegvis_ab_1 : Adv ; - stek_nn_1 : N ; - stek_nn_2 : N ; - stekburgare_nn_1 : N ; - stekel_nn_1 : N ; - stekhet_av_1 : A ; - stekhus_nn_1 : N ; - stekspade_nn_1 : N ; - stekspett_nn_1 : N ; - stel_av_1 : A ; - stelbent_av_1 : A ; - stele_nn_1 : N ; - stelfrusen_av_1 : A ; - stelhet_nn_1 : N ; - stellar_av_1 : A ; - stellarisk_av_1 : A ; - sten_nn_1 : N ; - stenaaldersfynd_nn_1 : N ; - stenaaldersnivaa_nn_1 : N ; - stenbaer_nn_1 : N ; - stenbit_nn_1 : N ; - stenblock_nn_1 : N ; - stenbock_nn_1 : N ; - stenbotten_nn_1 : N ; - stenbrott_nn_1 : N ; - stenbumling_nn_1 : N ; - stencil_nn_1 : N ; - stendoes_nn_1 : N ; - stendoev_av_1 : A ; - stenfot_nn_1 : N ; - stenfrukt_nn_1 : N ; - stenget_nn_1 : N ; - stenhaell_nn_1 : N ; - stenhallon_nn_1 : N ; - stenhuggare_nn_1 : N ; - stenhuggeri_nn_1 : N ; - stenig_av_1 : A ; - stenkast_nn_1 : N ; - stenknaeck_nn_1 : N ; - stenkol_nn_1 : N ; - stenkummel_nn_1 : N ; - stenlaeggning_nn_1 : N ; - stenlagd_av_1 : A ; - stenoeken_nn_1 : N ; - stenograf_nn_1 : N ; - stenogram_nn_1 : N ; - stenos_nn_1 : N ; - stenotop_nn_1 : N ; - stenparti_nn_1 : N ; - stenrik_av_1 : A ; - stensaettare_nn_1 : N ; - stensaettning_nn_1 : N ; - stensatt_av_1 : A ; - stenskott_nn_1 : N ; - stensopp_nn_1 : N ; - stentavla_nn_1 : N ; - stentorsroest_nn_1 : N ; - stentorsstaemma_nn_1 : N ; - steradian_nn_1 : N ; - sterbhus_nn_1 : N ; - stereoanlaeggning_nn_1 : N ; - stereobild_nn_1 : N ; - stereofonisk_av_1 : A ; - stereoskop_nn_1 : N ; - stereotyp_av_1 : A ; - stereotyp_nn_1 : N ; - stereotypi_nn_1 : N ; - steril_av_1 : A ; - sterilisering_nn_1 : N ; - sterilitet_nn_1 : N ; - sterin_nn_1 : N ; - sterisk_av_1 : A ; - steroid_nn_1 : N ; - sterol_nn_1 : N ; - stetoskop_nn_1 : N ; - steward_nn_1 : N ; - stewart_nn_1 : N ; - stick_nn_1 : N ; - sticka_vb_1 : V ; - stickel_nn_1 : N ; - stickelbaer_nn_1 : N ; - stickelhaarig_av_1 : A ; - stickert_nn_1 : N ; - stickig_av_1 : A ; - stickkontakt_nn_1 : N ; - stickling_nn_1 : N ; - stickmaskin_nn_1 : N ; - stickning_nn_1 : N ; - stickord_nn_1 : N ; - stickpropp_nn_1 : N ; - stickprov_nn_1 : N ; - stickprovsundersoekning_nn_1 : N ; - stickreplik_nn_1 : N ; - stickspaar_nn_1 : N ; - stickvapen_nn_1 : N ; - stift_nn_1 : N ; - stiftelse_nn_1 : N ; - stiftsfroeken_nn_1 : N ; - stiftsjungfru_nn_1 : N ; - stiftsstad_nn_1 : N ; - stifttand_nn_1 : N ; - stig_nn_1 : N ; - stiga_vb_1 : V ; - stigarcentral_nn_1 : N ; - stigarledning_nn_1 : N ; - stigbygel_nn_1 : N ; - stigfinnare_nn_1 : N ; - stiglaeder_nn_1 : N ; - stigloes_av_1 : A ; - stigma_nn_1 : N ; - stigman_nn_1 : N ; - stigning_nn_1 : N ; - stigort_nn_1 : N ; - stikisk_av_1 : A ; - stil_nn_1 : N ; - stilart_nn_1 : N ; - stilbildande_av_1 : A ; - stilbildare_nn_1 : N ; - stilbrytning_nn_1 : N ; - stildrag_nn_1 : N ; - stilenlig_av_1 : A ; - stilett_nn_1 : N ; - stilettkaepp_nn_1 : N ; - stilfigur_nn_1 : N ; - stilfull_av_1 : A ; - stilig_av_1 : A ; - stilisering_nn_1 : N ; - stilist_nn_1 : N ; - stilistiker_nn_1 : N ; - stilistisk_av_1 : A ; - still_ab_1 : Adv ; - stilla_ab_1 : Adv ; - stilla_av_1 : A ; - stillasittande_av_1 : A ; - stillastaaende_av_1 : A ; - stillatigande_av_1 : A ; - stillbild_nn_1 : N ; - stilldrink_nn_1 : N ; - stilleben_nn_1 : N ; - stillestaand_nn_1 : N ; - stillfilm_nn_1 : N ; - stillhet_nn_1 : N ; - stillsam_av_1 : A ; - stillt_av_1 : A ; - stilmoebel_nn_1 : N ; - stilren_av_1 : A ; - stilriktning_nn_1 : N ; - stilsort_nn_1 : N ; - stilton_nn_1 : N ; - stim_nn_1 : N ; - stimmig_av_1 : A ; - stimulans_nn_1 : N ; - stimulantia_nn_1 : N ; - stimulator_nn_1 : N ; - stimulering_nn_1 : N ; - stimulus_nn_1 : N ; - sting_nn_1 : N ; - stingpinne_nn_1 : N ; - stingslig_av_1 : A ; - stinkbomb_nn_1 : N ; - stinkdjur_nn_1 : N ; - stinkfly_nn_1 : N ; - stinksvamp_nn_1 : N ; - stinn_av_1 : A ; - stins_nn_1 : N ; - stint_ab_1 : Adv ; - stipel_nn_1 : N ; - stipendiat_nn_1 : N ; - stipendium_nn_1 : N ; - stipulation_nn_1 : N ; - stirlingmotor_nn_1 : N ; - stirr_nn_1 : N ; - stirrig_av_1 : A ; - stjaela_vb_1 : V ; - stjaelk_nn_1 : N ; - stjaelkstygn_nn_1 : N ; - stjaernassociation_nn_1 : N ; - stjaernbetaeckning_nn_1 : N ; - stjaernbild_nn_1 : N ; - stjaerndygn_nn_1 : N ; - stjaernevalv_nn_1 : N ; - stjaernfall_nn_1 : N ; - stjaernfigur_nn_1 : N ; - stjaernformig_av_1 : A ; - stjaerngosse_nn_1 : N ; - stjaerngranne_nn_1 : N ; - stjaernhimmel_nn_1 : N ; - stjaernhop_nn_1 : N ; - stjaernhus_nn_1 : N ; - stjaernklar_av_1 : A ; - stjaernkonstellation_nn_1 : N ; - stjaernkoppling_nn_1 : N ; - stjaernlik_av_1 : A ; - stjaernljus_av_1 : A ; - stjaernljus_nn_1 : N ; - stjaernmotor_nn_1 : N ; - stjaernoegd_av_1 : A ; - stjaernpar_nn_1 : N ; - stjaernskott_nn_1 : N ; - stjaernsmaell_nn_1 : N ; - stjaernsystem_nn_1 : N ; - stjaerntriplett_nn_1 : N ; - stjaerntydare_nn_1 : N ; - stjaernvalv_nn_1 : N ; - stjaert_nn_1 : N ; - stjaertfjaeder_nn_1 : N ; - stjaertgosse_nn_1 : N ; - stjaertmes_nn_1 : N ; - sto_nn_1 : N ; - stock_nn_1 : N ; - stockankare_nn_1 : N ; - stockbaat_nn_1 : N ; - stockeld_nn_1 : N ; - stockfisk_nn_1 : N ; - stockholmare_nn_1 : N ; - stockholmska_nn_2 : N ; - stockkonservativ_av_1 : A ; - stockning_nn_1 : N ; - stod_nn_1 : N ; - stoed_nn_1 : N ; - stoeddig_av_1 : A ; - stoedhjul_nn_1 : N ; - stoedjecell_nn_1 : N ; - stoedjepunkt_nn_1 : N ; - stoedjevaevnad_nn_1 : N ; - stoedjordbruk_nn_1 : N ; - stoedomraade_nn_1 : N ; - stoekig_av_1 : A ; - stoeld_nn_1 : N ; - stoeldsaeker_av_1 : A ; - stoen_nn_1 : N ; - stoenande_nn_1 : N ; - stoepplare_nn_1 : N ; - stoer_nn_1 : N ; - stoeratom_nn_1 : N ; - stoerning_nn_1 : N ; - stoert_ab_1 : Adv ; - stoertflod_nn_1 : N ; - stoerthjaelm_nn_1 : N ; - stoertkaer_av_1 : A ; - stoertlopp_nn_1 : N ; - stoet_nn_1 : N ; - stoetdaempare_nn_1 : N ; - stoetesten_nn_1 : N ; - stoetfaangare_nn_1 : N ; - stoetsida_nn_1 : N ; - stoetskydd_nn_1 : N ; - stoett_av_1 : A ; - stoettepelare_nn_1 : N ; - stoetvis_ab_1 : Adv ; - stoetvis_av_1 : A ; - stoevare_nn_1 : N ; - stoevel_nn_1 : N ; - stoevelknekt_nn_1 : N ; - stoevlett_nn_1 : N ; - stoff_nn_1 : N ; - stofil_nn_1 : N ; - stoft_nn_1 : N ; - stoftkorn_nn_1 : N ; - stoftmaengd_nn_1 : N ; - stoftmoln_nn_1 : N ; - stoftpartikel_nn_1 : N ; - stoiker_nn_1 : N ; - stoisk_av_1 : A ; - stojig_av_1 : A ; - stokastisk_av_1 : A ; - stol_nn_1 : N ; - stolgaang_nn_1 : N ; - stoll_nn_1 : N ; - stolle_nn_1 : N ; - stolleri_nn_1 : N ; - stollig_av_1 : A ; - stolpbod_nn_1 : N ; - stolpdiagram_nn_1 : N ; - stolpe_nn_1 : N ; - stolpiller_nn_1 : N ; - stolprad_nn_1 : N ; - stolpsko_nn_1 : N ; - stolt_av_1 : A ; - stolthet_nn_1 : N ; - stolts_av_1 : A ; - stomatit_nn_1 : N ; - stomi_nn_1 : N ; - stomme_nn_1 : N ; - stomp_nn_1 : N ; - stop_nn_1 : N ; - stopp_nn_1 : N ; - stopp_nn_2 : N ; - stoppboll_nn_1 : N ; - stopper_nn_1 : N ; - stoppljus_nn_1 : N ; - stoppnaal_nn_1 : N ; - stoppning_nn_1 : N ; - stoppris_nn_1 : N ; - stoppur_nn_1 : N ; - stor_av_1 : A ; - storasyster_nn_1 : N ; - storbaat_nn_1 : N ; - storband_nn_1 : N ; - storblommig_av_1 : A ; - storbonde_nn_1 : N ; - storbritannisk_av_1 : A ; - storby_nn_1 : N ; - storcirkel_nn_1 : N ; - storcirkelsegling_nn_1 : N ; - stordaad_nn_1 : N ; - stordator_nn_1 : N ; - store_nn_1 : N ; - storfamilj_nn_1 : N ; - storfamiljshus_nn_1 : N ; - storfoeretag_nn_1 : N ; - storfurste_nn_1 : N ; - storgodsaegare_nn_1 : N ; - storhertig_nn_1 : N ; - storhet_nn_1 : N ; - storhushaall_nn_1 : N ; - storindustri_nn_1 : N ; - stork_nn_1 : N ; - storkoek_nn_1 : N ; - storkommun_nn_1 : N ; - storkors_nn_1 : N ; - storkrig_nn_1 : N ; - storlek_nn_1 : N ; - storleksnummer_nn_1 : N ; - storleksordning_nn_1 : N ; - storliga_ab_1 : Adv ; - storligen_ab_1 : Adv ; - storm_nn_1 : N ; - stormaestare_nn_1 : N ; - stormakt_nn_1 : N ; - stormaktspolitisk_av_1 : A ; - storman_nn_1 : N ; - stormarknad_nn_1 : N ; - stormast_nn_1 : N ; - stormbaat_nn_1 : N ; - stormfaagel_nn_1 : N ; - stormflod_nn_1 : N ; - stormhatt_nn_1 : N ; - stormig_av_1 : A ; - stormning_nn_1 : N ; - stormoete_nn_1 : N ; - stormogul_nn_1 : N ; - stormufti_nn_1 : N ; - stormvarning_nn_1 : N ; - storoegd_av_1 : A ; - storordig_av_1 : A ; - storpipig_av_1 : A ; - storpolitisk_av_1 : A ; - storrysk_av_1 : A ; - storsegel_nn_1 : N ; - storsint_av_1 : A ; - storsjoeodjur_nn_1 : N ; - storskalig_av_1 : A ; - storskog_nn_1 : N ; - storslagen_av_1 : A ; - storslam_nn_1 : N ; - storspov_nn_1 : N ; - storstad_nn_1 : N ; - storstaedning_nn_1 : N ; - storstilt_av_1 : A ; - storstrejk_nn_1 : N ; - storstuga_nn_1 : N ; - storsvensk_av_1 : A ; - storsvensk_nn_1 : N ; - stortaa_nn_1 : N ; - stortopp_nn_1 : N ; - stortroeja_nn_1 : N ; - storvaest_nn_1 : N ; - storvaext_av_1 : A ; - storverk_nn_1 : N ; - storvulen_av_1 : A ; - storvuxen_av_1 : A ; - story_nn_1 : N ; - straa_nn_1 : N ; - straabassjukdom_nn_1 : N ; - straahatt_nn_1 : N ; - straak_nn_1 : N ; - straakdrag_nn_1 : N ; - straake_nn_1 : N ; - straakinstrument_nn_1 : N ; - straakkvartett_nn_1 : N ; - straalande_av_1 : A ; - straalbehandling_nn_1 : N ; - straalben_nn_1 : N ; - straaldjur_nn_1 : N ; - straaldos_nn_1 : N ; - straale_nn_1 : N ; - straalfenig_av_1 : A ; - straalgaangsmaetare_nn_1 : N ; - straalkastare_nn_1 : N ; - straalkastarljus_nn_1 : N ; - straalkniv_nn_1 : N ; - straalkropp_nn_1 : N ; - straalning_nn_1 : N ; - straalningsbaelte_nn_1 : N ; - straalningsdos_nn_1 : N ; - straalningseffekt_nn_1 : N ; - straalningsegenskap_nn_1 : N ; - straalningskommitte_nn_1 : N ; - straalningskvantum_nn_1 : N ; - straalningsspektrum_nn_1 : N ; - straalrisk_nn_1 : N ; - straalskyddsinstitut_nn_1 : N ; - straatroevare_nn_1 : N ; - stradivarius_nn_1 : N ; - straeck_nn_1 : N ; - straeckare_nn_1 : N ; - straeckarmuskel_nn_1 : N ; - straeckbaenk_nn_1 : N ; - straeckfoerband_nn_1 : N ; - straeckning_nn_1 : N ; - straeng_av_1 : A ; - straeng_nn_1 : N ; - straengeligen_ab_1 : Adv ; - straenginstrument_nn_1 : N ; - straev_av_1 : A ; - straevande_nn_1 : N ; - straevbaage_nn_1 : N ; - straevhaarig_av_1 : A ; - straevpelare_nn_1 : N ; - straevsam_av_1 : A ; - straff_nn_1 : N ; - straff_nn_2 : N ; - straffaange_nn_1 : N ; - straffbar_av_1 : A ; - straffdom_nn_1 : N ; - straffkast_nn_1 : N ; - strafflag_nn_1 : N ; - straffoerelaeggande_nn_1 : N ; - straffomraade_nn_1 : N ; - straffredskap_nn_1 : N ; - straffregister_nn_1 : N ; - straffri_av_1 : A ; - straight_av_1 : A ; - strak_av_1 : A ; - strakbent_av_1 : A ; - stram_av_1 : A ; - stramalj_nn_1 : N ; - strand_nn_1 : N ; - strandflate_nn_1 : N ; - strandfynd_nn_1 : N ; - strandhugg_nn_1 : N ; - strandkant_nn_1 : N ; - strandlinje_nn_1 : N ; - strandmiljoe_nn_1 : N ; - strandoert_nn_1 : N ; - strandpipare_nn_1 : N ; - strandpromenad_nn_1 : N ; - strandstat_nn_1 : N ; - strandtomt_nn_1 : N ; - strandtyp_nn_1 : N ; - strandvaext_nn_1 : N ; - strandvall_nn_1 : N ; - strangulation_nn_1 : N ; - strapats_nn_1 : N ; - strateg_nn_1 : N ; - strategi_nn_1 : N ; - strategisk_av_1 : A ; - stratum_nn_1 : N ; - strax_ab_1 : Adv ; - streamer_nn_1 : N ; - streber_nn_1 : N ; - streck_nn_1 : N ; - streckgubbe_nn_1 : N ; - streckkod_nn_1 : N ; - strejk_nn_1 : N ; - strejkbrytare_nn_1 : N ; - strejkvakt_nn_1 : N ; - streptokock_nn_1 : N ; - streptomycin_nn_1 : N ; - stressig_av_1 : A ; - stretchnylon_nn_1 : N ; - stretig_av_1 : A ; - strid_av_1 : A ; - strid_nn_1 : N ; - stridbar_av_1 : A ; - stridig_av_1 : A ; - stridighet_nn_1 : N ; - stridsaatgaerd_nn_1 : N ; - stridsdomare_nn_1 : N ; - stridsformering_nn_1 : N ; - stridsfraaga_nn_1 : N ; - stridsgas_nn_1 : N ; - stridsgruppering_nn_1 : N ; - stridshandsken_ab_1 : Adv ; - stridslysten_av_1 : A ; - stridsmedel_nn_1 : N ; - stridsmundering_nn_1 : N ; - stridsplats_nn_1 : N ; - stridsrop_nn_1 : N ; - stridssele_nn_1 : N ; - stridsskjutning_nn_1 : N ; - stridsskrift_nn_1 : N ; - stridsspets_nn_1 : N ; - stridsstaellning_nn_1 : N ; - stridstupp_nn_1 : N ; - stridsuppstaellning_nn_1 : N ; - stridsvaern_nn_1 : N ; - stridsvagn_nn_1 : N ; - stridsvana_nn_1 : N ; - strigel_nn_1 : N ; - strike_nn_1 : N ; - strikt_av_1 : A ; - stril_nn_1 : N ; - strimmig_av_1 : A ; - stringent_av_1 : A ; - stripig_av_1 : A ; - strit_nn_1 : N ; - stroboskop_nn_1 : N ; - stroboskopi_nn_1 : N ; - stroeare_nn_1 : N ; - stroeg_nn_1 : N ; - stroejobb_nn_1 : N ; - stroem_av_1 : A ; - stroem_nn_1 : N ; - stroemavtagare_nn_1 : N ; - stroembrytare_nn_1 : N ; - stroemfoerande_av_1 : A ; - stroemfoertraengning_nn_1 : N ; - stroemhopp_nn_1 : N ; - stroemkantring_nn_1 : N ; - stroemkrets_nn_1 : N ; - stroemledande_av_1 : A ; - stroemledning_nn_1 : N ; - stroemmaetare_nn_1 : N ; - stroemming_nn_1 : N ; - stroemning_nn_1 : N ; - stroemring_nn_1 : N ; - stroemstaellare_nn_1 : N ; - stroemstare_nn_1 : N ; - stroemstyrka_nn_1 : N ; - stroemuttag_nn_1 : N ; - stroemvirvel_nn_1 : N ; - stroevomraade_nn_1 : N ; - stroevtaag_nn_1 : N ; - strof_nn_1 : N ; - strofisk_av_1 : A ; - strofpar_nn_1 : N ; - strong_av_1 : A ; - strontiumfoerening_nn_1 : N ; - stropp_nn_1 : N ; - stroppig_av_1 : A ; - stross_nn_1 : N ; - strudel_nn_1 : N ; - struktur_nn_1 : N ; - strukturalist_nn_1 : N ; - strukturarbetsloeshet_nn_1 : N ; - strukturell_av_1 : A ; - strukturfoeraendring_nn_1 : N ; - strukturformel_nn_1 : N ; - strukturrationalisering_nn_1 : N ; - strulig_av_1 : A ; - strumpeband_nn_1 : N ; - strumpebandsorden_nn_1 : N ; - strumpfot_nn_1 : N ; - strumphael_nn_1 : N ; - struntfin_av_1 : A ; - struntfoernaem_av_1 : A ; - struntsumma_nn_1 : N ; - struntviktig_av_1 : A ; - strupcancer_nn_1 : N ; - strupe_nn_1 : N ; - struphuvud_nn_1 : N ; - struplock_nn_1 : N ; - strut_nn_1 : N ; - struts_nn_1 : N ; - strutsfjaeder_nn_1 : N ; - strutsmage_nn_1 : N ; - strutsplym_nn_1 : N ; - struttig_av_1 : A ; - stryka_vb_1 : V ; - strykare_nn_1 : N ; - strykbraede_nn_1 : N ; - strykerska_nn_1 : N ; - strykfaagel_nn_1 : N ; - strykfri_av_1 : A ; - strykjaern_nn_1 : N ; - strykning_nn_1 : N ; - strykpojke_nn_1 : N ; - stryktaalig_av_1 : A ; - stryktaeck_av_1 : A ; - stryktvaett_nn_1 : N ; - strypa_vb_1 : V ; - strypare_nn_1 : N ; - strypning_nn_1 : N ; - stubb_nn_1 : N ; - stubbe_nn_1 : N ; - stubbig_av_1 : A ; - stubin_nn_1 : N ; - stuck_nn_1 : N ; - stuckatoer_nn_1 : N ; - stuckatur_nn_1 : N ; - stucken_av_1 : A ; - student_nn_1 : N ; - studentbetyg_nn_1 : N ; - studentexamen_nn_1 : N ; - studenthem_nn_1 : N ; - studentikos_av_1 : A ; - studentkaar_nn_1 : N ; - studentnation_nn_1 : N ; - studentsaang_nn_1 : N ; - studentteater_nn_1 : N ; - studerande_nn_1 : N ; - studerkammare_nn_1 : N ; - studie_nn_1 : N ; - studieaar_nn_1 : N ; - studiebesoek_nn_1 : N ; - studiebidrag_nn_1 : N ; - studiecirkel_nn_1 : N ; - studiedag_nn_1 : N ; - studiefoerbund_nn_1 : N ; - studiegrupp_nn_1 : N ; - studielaan_nn_1 : N ; - studiemedel_nn_1 : N ; - studieobjekt_nn_1 : N ; - studieorientering_nn_1 : N ; - studiepenning_nn_1 : N ; - studierektor_nn_1 : N ; - studieskuld_nn_1 : N ; - studietid_nn_1 : N ; - studievaegledare_nn_1 : N ; - studio_nn_1 : N ; - studioman_nn_1 : N ; - studiomusiker_nn_1 : N ; - studiosus_nn_1 : N ; - studium_nn_1 : N ; - studs_nn_1 : N ; - studsare_nn_1 : N ; - stuff_nn_1 : N ; - stuga_nn_1 : N ; - stugby_nn_1 : N ; - stugsittare_nn_1 : N ; - stum_av_1 : A ; - stumfilm_nn_1 : N ; - stump_nn_1 : N ; - stund_nn_1 : N ; - stundlig_av_1 : A ; - stundligen_ab_1 : Adv ; - stundom_ab_1 : Adv ; - stundtals_ab_1 : Adv ; - stuntman_nn_1 : N ; - stup_nn_1 : N ; - stupa_vb_1 : V ; - stupiditet_nn_1 : N ; - stuproer_nn_1 : N ; - stuproersmodell_nn_1 : N ; - stupstock_nn_1 : N ; - sturig_av_1 : A ; - stursk_av_1 : A ; - stuss_nn_1 : N ; - stut_nn_1 : N ; - stuteri_nn_1 : N ; - stuv_nn_1 : N ; - stuvare_nn_1 : N ; - stuvbit_nn_1 : N ; - stuveri_nn_1 : N ; - stuveriarbetare_nn_1 : N ; - stuvning_nn_1 : N ; - styck_nn_1 : N ; - styckebruk_nn_1 : N ; - styckevis_ab_1 : Adv ; - styckjunkare_nn_1 : N ; - styckmaestare_nn_1 : N ; - styckningsschema_nn_1 : N ; - styckvis_ab_1 : Adv ; - stygg_av_1 : A ; - styggelse_nn_1 : N ; - stygger_nn_1 : N ; - stygging_nn_1 : N ; - stygn_nn_1 : N ; - stylit_nn_1 : N ; - stylobat_nn_1 : N ; - styltrot_nn_1 : N ; - stympare_nn_1 : N ; - styng_nn_1 : N ; - styrbar_av_1 : A ; - styrbord_ab_1 : Adv ; - styrcentrum_nn_1 : N ; - styrelse_nn_1 : N ; - styrelseform_nn_1 : N ; - styrelseledamot_nn_1 : N ; - styresman_nn_1 : N ; - styrinraettning_nn_1 : N ; - styrka_nn_1 : N ; - styrketaar_nn_1 : N ; - styrlastighet_nn_1 : N ; - styrman_nn_1 : N ; - styrning_nn_1 : N ; - styrsignal_nn_1 : N ; - styrstaang_nn_1 : N ; - styrstav_nn_1 : N ; - styrsystem_nn_1 : N ; - styrvaexel_nn_1 : N ; - styv_av_1 : A ; - styvbarn_nn_1 : N ; - styver_nn_1 : N ; - styvfader_nn_1 : N ; - styvfoeraelder_nn_1 : N ; - styvhet_nn_1 : N ; - styvmoderlig_av_1 : A ; - styvmor_nn_1 : N ; - styvmorsviol_nn_1 : N ; - styvnad_nn_1 : N ; - styvsint_av_1 : A ; - styvsyskon_nn_1 : N ; - subalpin_av_1 : A ; - subaltern_nn_1 : N ; - subantarktisk_av_1 : A ; - subarktisk_av_1 : A ; - subbig_av_1 : A ; - subdominant_nn_1 : N ; - subjekt_nn_1 : N ; - subjektiv_av_1 : A ; - subjektivitet_nn_1 : N ; - subkontinent_nn_1 : N ; - subkultur_nn_1 : N ; - subkutan_av_1 : A ; - sublim_av_1 : A ; - sublimation_nn_1 : N ; - subliminal_av_1 : A ; - submarin_av_1 : A ; - subrett_nn_1 : N ; - subsidiaer_av_1 : A ; - subskribent_nn_1 : N ; - substans_nn_1 : N ; - substantiell_av_1 : A ; - substantiv_nn_1 : N ; - substitut_nn_1 : N ; - substitution_nn_1 : N ; - substrat_nn_1 : N ; - subtil_av_1 : A ; - subtilitet_nn_1 : N ; - subtraktion_nn_1 : N ; - subtropisk_av_1 : A ; - subvention_nn_1 : N ; - subversiv_av_1 : A ; - succe_nn_1 : N ; - succees_nn_1 : N ; - succession_nn_1 : N ; - successiv_av_1 : A ; - suck_nn_1 : N ; - suckande_nn_1 : N ; - suckulent_av_1 : A ; - suckulent_nn_1 : N ; - sudanes_nn_1 : N ; - sudanesisk_av_1 : A ; - sudd_nn_1 : N ; - suddgummi_nn_1 : N ; - suddig_av_1 : A ; - suffix_nn_1 : N ; - suffle_nn_1 : N ; - sufflett_nn_1 : N ; - suffloer_nn_1 : N ; - suffloes_nn_1 : N ; - suffragett_nn_1 : N ; - sug_nn_1 : N ; - suga_vb_1 : V ; - sugande_av_1 : A ; - sugen_ab_1 : Adv ; - sugen_av_1 : A ; - sugfas_nn_1 : N ; - suggestibel_av_1 : A ; - suggestion_nn_1 : N ; - suggestiv_av_1 : A ; - sugroer_nn_1 : N ; - suicidal_av_1 : A ; - sujett_nn_1 : N ; - sulfat_nn_1 : N ; - sulfatfabrik_nn_1 : N ; - sulfid_nn_1 : N ; - sulfit_nn_1 : N ; - sulfitfabrik_nn_1 : N ; - sulky_nn_1 : N ; - sultan_nn_1 : N ; - sultanat_nn_1 : N ; - sultanrussin_nn_1 : N ; - sumer_nn_1 : N ; - sumerer_nn_1 : N ; - sumerisk_av_1 : A ; - summa_nn_1 : N ; - summarisk_av_1 : A ; - summer_nn_1 : N ; - summerton_nn_1 : N ; - sumo_nn_2 : N ; - sump_nn_2 : N ; - sumpbaever_nn_1 : N ; - sumpig_av_1 : A ; - sumpmark_nn_1 : N ; - sumpomraade_nn_1 : N ; - sumpskog_nn_1 : N ; - sund_av_1 : A ; - sund_nn_1 : N ; - sundae_nn_1 : N ; - sunnit_nn_1 : N ; - suntaelt_nn_1 : N ; - sup_nn_1 : N ; - supa_vb_1 : V ; - supe_nn_1 : N ; - superb_av_1 : A ; - superdator_nn_1 : N ; - superellips_nn_1 : N ; - superfoerening_nn_1 : N ; - supergalaxhop_nn_1 : N ; - superhop_nn_1 : N ; - superintendent_nn_1 : N ; - superkarg_nn_1 : N ; - superlativ_av_1 : A ; - superlativ_nn_1 : N ; - supermakt_nn_1 : N ; - supernovaexplosion_nn_1 : N ; - supernovautbrott_nn_1 : N ; - superposition_nn_1 : N ; - supersnabb_av_1 : A ; - supersonisk_av_1 : A ; - superstark_av_1 : A ; - supertanker_nn_1 : N ; - supig_av_1 : A ; - supinum_nn_1 : N ; - suppleant_nn_1 : N ; - supplement_nn_1 : N ; - supplementaer_av_1 : A ; - supplementvinkel_nn_1 : N ; - supplik_nn_1 : N ; - supplikant_nn_1 : N ; - support_nn_1 : N ; - supporter_nn_1 : N ; - supposition_nn_1 : N ; - suppositorium_nn_1 : N ; - supradental_av_1 : A ; - supradental_nn_1 : N ; - supramarin_av_1 : A ; - suput_nn_1 : N ; - sur_av_1 : A ; - surapel_nn_1 : N ; - surbrunn_nn_1 : N ; - surdeg_nn_1 : N ; - surfare_nn_1 : N ; - surfoder_nn_1 : N ; - surhet_nn_1 : N ; - surhetsgrad_nn_1 : N ; - surinames_nn_1 : N ; - surinamesisk_av_1 : A ; - surkart_nn_1 : N ; - surkoersbaer_nn_1 : N ; - surmulen_av_1 : A ; - suroegd_av_1 : A ; - surpris_nn_1 : N ; - surrealistisk_av_1 : A ; - surrogat_nn_1 : N ; - surstek_nn_1 : N ; - surstroemming_nn_1 : N ; - susen_ab_1 : Adv ; - suspekt_av_1 : A ; - suspension_nn_1 : N ; - suspensiv_av_1 : A ; - suspensoar_nn_1 : N ; - sutan_nn_1 : N ; - sutare_nn_1 : N ; - sutenoer_nn_1 : N ; - suterraengvaaning_nn_1 : N ; - sutur_nn_1 : N ; - suvenir_nn_1 : N ; - suveraen_av_1 : A ; - suveraen_nn_1 : N ; - suveraenitet_nn_1 : N ; - svaager_nn_1 : N ; - svaal_nn_1 : N ; - svaangrem_nn_1 : N ; - svaar_av_1 : A ; - svaara_ab_1 : Adv ; - svaarbedoemd_av_1 : A ; - svaarbegriplig_av_1 : A ; - svaarfoerklarlig_av_1 : A ; - svaarframkomlig_av_1 : A ; - svaarighet_nn_1 : N ; - svaarlaest_av_1 : A ; - svaarligen_ab_1 : Adv ; - svaarloest_av_1 : A ; - svaarmodig_av_1 : A ; - svaarpaavisbar_av_1 : A ; - svaarsaald_av_1 : A ; - svaarsmaelt_av_1 : A ; - svaartillgaenglig_av_1 : A ; - svaarupptaeckt_av_1 : A ; - svabb_nn_1 : N ; - svaegerska_nn_1 : N ; - svaelta_vb_2 : V ; - svaeltdoed_nn_1 : N ; - svaeltfoedd_av_1 : A ; - svaeltkatastrof_nn_1 : N ; - svaeltkonstnaer_nn_1 : N ; - svaeltloen_nn_1 : N ; - svaeng_nn_1 : N ; - svaengbro_nn_1 : N ; - svaengd_av_1 : A ; - svaengdoerr_nn_1 : N ; - svaengel_nn_1 : N ; - svaenghjul_nn_1 : N ; - svaenghjulsmagnet_nn_1 : N ; - svaengig_av_1 : A ; - svaengning_nn_1 : N ; - svaengningskrets_nn_1 : N ; - svaengningsproblem_nn_1 : N ; - svaengningstal_nn_1 : N ; - svaengom_nn_1 : N ; - svaera_vb_1 : V ; - svaerd_nn_1 : N ; - svaerdbaerare_nn_1 : N ; - svaerdfejare_nn_1 : N ; - svaerdfisk_nn_1 : N ; - svaerdlik_av_1 : A ; - svaerdotter_nn_1 : N ; - svaerdsfejare_nn_1 : N ; - svaerdslilja_nn_1 : N ; - svaerdsloes_av_1 : A ; - svaerdslukare_nn_1 : N ; - svaerdsslukare_nn_1 : N ; - svaerfader_nn_1 : N ; - svaerfoeraelder_nn_1 : N ; - svaerja_vb_1 : V ; - svaerm_nn_1 : N ; - svaermare_nn_1 : N ; - svaermeri_nn_1 : N ; - svaermisk_av_1 : A ; - svaermor_nn_1 : N ; - svaermorsdroem_nn_1 : N ; - svaermorshistoria_nn_1 : N ; - svaerord_nn_1 : N ; - svaerson_nn_1 : N ; - svaevande_av_1 : A ; - svaevare_nn_1 : N ; - svaevfarkost_nn_1 : N ; - svaevning_nn_1 : N ; - svag_av_1 : A ; - svaghet_nn_1 : N ; - svaglysande_av_1 : A ; - svagpresterande_av_1 : A ; - svagsint_av_1 : A ; - svagstroem_nn_1 : N ; - svagsynt_av_1 : A ; - svagtonig_av_1 : A ; - svajig_av_1 : A ; - svajmast_nn_1 : N ; - sval_av_1 : A ; - sval_nn_1 : N ; - svale_nn_1 : N ; - svalg_nn_1 : N ; - svalgaang_nn_1 : N ; - svalgmandel_nn_1 : N ; - svall_nn_1 : N ; - svalliknande_av_1 : A ; - svamlig_av_1 : A ; - svamp_nn_1 : N ; - svampdjur_nn_1 : N ; - svampig_av_1 : A ; - svampliknande_av_1 : A ; - svampmoln_nn_1 : N ; - svampparasit_nn_1 : N ; - svampsjukdom_nn_1 : N ; - svampvaext_nn_1 : N ; - svan_nn_1 : N ; - svanhals_nn_1 : N ; - svanhopp_nn_1 : N ; - svank_nn_1 : N ; - svankig_av_1 : A ; - svankrygg_nn_1 : N ; - svans_nn_1 : N ; - svansmotor_nn_1 : N ; - svanstipp_nn_1 : N ; - svansviftare_nn_1 : N ; - svar_nn_1 : N ; - svarande_nn_1 : N ; - svaromaal_nn_1 : N ; - svarskupong_nn_1 : N ; - svarsloes_av_1 : A ; - svart_av_1 : A ; - svartaboershaj_nn_1 : N ; - svartbroder_nn_1 : N ; - svartfot_nn_1 : N ; - svartglaensande_av_1 : A ; - svarting_nn_1 : N ; - svartlistning_nn_1 : N ; - svartlistningsgraens_nn_1 : N ; - svartmuskig_av_1 : A ; - svartrock_nn_1 : N ; - svartsjuk_av_1 : A ; - svartskalle_nn_1 : N ; - svartvit_av_1 : A ; - svarv_nn_1 : N ; - svarvare_nn_1 : N ; - svarvstaal_nn_1 : N ; - svarvstol_nn_1 : N ; - svavelbakterie_nn_1 : N ; - svavelbindning_nn_1 : N ; - svavelfoerening_nn_1 : N ; - svavelhalt_nn_1 : N ; - svavelomsaettning_nn_1 : N ; - svavelosande_av_1 : A ; - svavelpredikant_nn_1 : N ; - svavelpulver_nn_1 : N ; - svavelroek_nn_1 : N ; - svavelsyrlighet_nn_1 : N ; - sveamaal_nn_1 : N ; - svecism_nn_1 : N ; - sved_nn_1 : N ; - svedja_nn_1 : N ; - svedjeland_nn_1 : N ; - svek_nn_1 : N ; - svekfull_av_1 : A ; - sveklig_av_1 : A ; - svekloes_av_1 : A ; - svekoman_nn_1 : N ; - sven_nn_1 : N ; - svendom_nn_1 : N ; - svensk_av_1 : A ; - svensk_nn_1 : N ; - svenska_nn_2 : N ; - svenskamerikan_nn_1 : N ; - svenskbygd_nn_1 : N ; - svenskfoedd_av_1 : A ; - svenskhet_nn_1 : N ; - svenskhetsivrare_nn_1 : N ; - svenskstoedd_av_1 : A ; - svep_nn_1 : N ; - svepande_av_1 : A ; - svephammare_nn_1 : N ; - svepning_nn_1 : N ; - svepskael_nn_1 : N ; - sverigefinne_nn_1 : N ; - svets_nn_1 : N ; - svetsare_nn_1 : N ; - svetsning_nn_1 : N ; - svett_av_1 : A ; - svettband_nn_1 : N ; - svettig_av_1 : A ; - svettning_nn_1 : N ; - svettrem_nn_1 : N ; - svibel_nn_1 : N ; - svid_nn_1 : N ; - svidknott_nn_1 : N ; - svika_vb_1 : V ; - svikare_nn_1 : N ; - sviklig_av_1 : A ; - svikt_nn_1 : N ; - svimning_nn_1 : N ; - svin_nn_1 : N ; - svinaktig_av_1 : A ; - svinbesaettning_nn_1 : N ; - svindlande_av_1 : A ; - svindlare_nn_1 : N ; - svindleri_nn_1 : N ; - svindyr_av_1 : A ; - svineri_nn_1 : N ; - svinfett_nn_1 : N ; - sving_nn_1 : N ; - svinkall_av_1 : A ; - svinkoett_nn_1 : N ; - svinliknande_av_1 : A ; - svinn_nn_1 : N ; - svinna_vb_1 : V ; - svinpaels_nn_1 : N ; - svinrygg_nn_1 : N ; - svinstall_nn_1 : N ; - svinuppfoedning_nn_1 : N ; - svirvel_nn_1 : N ; - sviskon_nn_1 : N ; - svit_nn_1 : N ; - svivel_nn_1 : N ; - svordom_nn_1 : N ; - svullen_av_1 : A ; - svullnad_nn_1 : N ; - svulst_nn_1 : N ; - svulstig_av_1 : A ; - svulten_av_1 : A ; - svuren_av_1 : A ; - swazilaendare_nn_1 : N ; - swazilaendsk_av_1 : A ; - sweater_nn_1 : N ; - sweatshirt_nn_1 : N ; - sweet_av_1 : A ; - swimmingpool_nn_1 : N ; - swingpjatt_nn_1 : N ; - sybaage_nn_1 : N ; - sybarit_nn_1 : N ; - sybaritisk_av_1 : A ; - sybehoer_nn_1 : N ; - syd_ab_1 : Adv ; - sydafrikan_nn_1 : N ; - sydafrikansk_av_1 : A ; - sydamerikansk_av_1 : A ; - sydfrukt_nn_1 : N ; - sydkorean_nn_1 : N ; - sydkust_nn_1 : N ; - sydlaendsk_av_1 : A ; - sydlaenning_nn_1 : N ; - sydlig_av_1 : A ; - sydoest_ab_1 : Adv ; - sydoestra_av_1 : A ; - sydost_ab_1 : Adv ; - sydpol_nn_1 : N ; - sydstat_nn_1 : N ; - sydsvensk_av_1 : A ; - sydvaest_ab_1 : Adv ; - sydvaest_nn_2 : N ; - sydvart_ab_1 : Adv ; - sydyemenit_nn_1 : N ; - syfilitisk_av_1 : A ; - syfoerening_nn_1 : N ; - syfte_nn_1 : N ; - sykofant_nn_1 : N ; - sykomor_nn_1 : N ; - syl_nn_1 : N ; - sylf_nn_1 : N ; - sylfid_nn_1 : N ; - syll_nn_1 : N ; - syllabisk_av_1 : A ; - syllogism_nn_1 : N ; - sylt_nn_1 : N ; - syltberedning_nn_1 : N ; - syltloek_nn_1 : N ; - syltpaeron_nn_1 : N ; - sylvesterbal_nn_1 : N ; - symaskin_nn_1 : N ; - symbol_nn_1 : N ; - symbolisk_av_1 : A ; - symbolist_nn_1 : N ; - symfoni_nn_1 : N ; - symfoniker_nn_1 : N ; - symfoniorkester_nn_1 : N ; - symfonisk_av_1 : A ; - symfys_nn_1 : N ; - symmetri_nn_1 : N ; - symmetriaxel_nn_1 : N ; - symmetrilinje_nn_1 : N ; - symmetriplan_nn_1 : N ; - symmetrisk_av_1 : A ; - sympatetisk_av_1 : A ; - sympati_nn_1 : N ; - sympatisk_av_1 : A ; - sympatisoer_nn_1 : N ; - symposium_nn_1 : N ; - symptom_nn_1 : N ; - symtom_nn_1 : N ; - symtomatisk_av_1 : A ; - syn_nn_1 : N ; - synaal_nn_1 : N ; - synaps_nn_1 : N ; - synapsbassaeng_nn_1 : N ; - synare_nn_1 : N ; - synbar_av_1 : A ; - synbarlig_av_1 : A ; - synbarligen_ab_1 : Adv ; - synbild_nn_1 : N ; - syncell_nn_1 : N ; - synd_ab_1 : Adv ; - synd_nn_1 : N ; - syndabekaennelse_nn_1 : N ; - syndabock_nn_1 : N ; - syndafall_nn_1 : N ; - syndaflod_nn_1 : N ; - syndapeng_nn_1 : N ; - syndare_nn_1 : N ; - syndastraff_nn_1 : N ; - syndig_av_1 : A ; - syndikalist_nn_1 : N ; - syndikat_nn_1 : N ; - syndrom_nn_1 : N ; - synestesi_nn_1 : N ; - synfaelt_nn_1 : N ; - synfel_nn_1 : N ; - synfoernimmelse_nn_1 : N ; - synintryck_nn_1 : N ; - synk_nn_1 : N ; - synkop_nn_1 : N ; - synkopisk_av_1 : A ; - synkpuls_nn_1 : N ; - synkron_av_1 : A ; - synkronisering_nn_1 : N ; - synkronisk_av_1 : A ; - synkrotron_nn_1 : N ; - synlig_av_1 : A ; - synnerlig_av_1 : A ; - synnerligen_ab_1 : Adv ; - synod_nn_1 : N ; - synodal_av_1 : A ; - synodisk_av_1 : A ; - synonym_av_1 : A ; - synonym_nn_1 : N ; - synonymi_nn_1 : N ; - synops_nn_1 : N ; - synoptiker_nn_1 : N ; - synoptisk_av_1 : A ; - synorgan_nn_1 : N ; - synpunkt_nn_1 : N ; - synsaett_nn_1 : N ; - synsjukdom_nn_1 : N ; - synsk_av_1 : A ; - synt_nn_1 : N ; - syntagm_nn_1 : N ; - syntaktisk_av_1 : A ; - syntax_nn_1 : N ; - syntes_nn_1 : N ; - syntet_nn_1 : N ; - syntetfiber_nn_1 : N ; - syntetisk_av_1 : A ; - syntetmaterial_nn_1 : N ; - synthesizer_nn_1 : N ; - synvinkel_nn_1 : N ; - syo_nn_1 : N ; - syokonsulent_nn_1 : N ; - syperb_av_1 : A ; - syrafast_av_1 : A ; - syralaeckage_nn_1 : N ; - syreatom_nn_1 : N ; - syrefaelt_nn_1 : N ; - syrefattig_av_1 : A ; - syrefordrande_av_1 : A ; - syremolekyl_nn_1 : N ; - syren_nn_1 : N ; - syrerik_av_1 : A ; - syreupptagande_av_1 : A ; - syrgasmask_nn_1 : N ; - syrgasmolekyl_nn_1 : N ; - syrier_nn_1 : N ; - syrinx_nn_1 : N ; - syrisk_av_1 : A ; - syriska_nn_2 : N ; - syrlig_av_1 : A ; - syrtut_nn_1 : N ; - syskon_nn_1 : N ; - syskonbaedd_nn_1 : N ; - syskonbarn_nn_1 : N ; - syskongrupp_nn_1 : N ; - syskonkaerlek_nn_1 : N ; - syskonlig_av_1 : A ; - sysselsaettning_nn_1 : N ; - sysselsatt_av_1 : A ; - syssla_nn_1 : N ; - syssling_nn_1 : N ; - syssloloes_av_1 : A ; - syssloman_nn_1 : N ; - system_nn_1 : N ; - systematisk_av_1 : A ; - systembolag_nn_1 : N ; - systemerare_nn_1 : N ; - systemkoe_nn_1 : N ; - systemman_nn_1 : N ; - syster_nn_1 : N ; - systerbarn_nn_1 : N ; - systerdotter_nn_1 : N ; - systerfartyg_nn_1 : N ; - systerson_nn_1 : N ; - systolisk_av_1 : A ; - sytraad_nn_1 : N ; - t_shirt_nn_1 : N ; - ta_vb_1 : V ; - taa_nn_1 : N ; - taag_nn_1 : N ; - taagaangare_nn_1 : N ; - taagbiljett_nn_1 : N ; - taagklarerare_nn_1 : N ; - taagkupe_nn_1 : N ; - taagordning_nn_1 : N ; - taagsaett_nn_1 : N ; - taagtid_nn_1 : N ; - taahaevning_nn_1 : N ; - taajaern_nn_1 : N ; - taalamodsproevande_av_1 : A ; - taalig_av_1 : A ; - taalmodig_av_1 : A ; - taanagel_nn_1 : N ; - taang_nn_1 : N ; - taangbad_nn_1 : N ; - taange_nn_1 : N ; - taanglake_nn_1 : N ; - taar_nn_1 : N ; - taarben_nn_1 : N ; - taardraenkt_av_1 : A ; - taardrypande_av_1 : A ; - taaredal_nn_1 : N ; - taarkanal_nn_1 : N ; - taarkoertel_nn_1 : N ; - taaroegd_av_1 : A ; - taarpil_nn_1 : N ; - taarsaeck_nn_1 : N ; - taartbotten_nn_1 : N ; - taartspade_nn_1 : N ; - taaspets_nn_1 : N ; - taat_nn_1 : N ; - tabbe_nn_1 : N ; - tabell_nn_1 : N ; - tabellarisk_av_1 : A ; - tabellhuvud_nn_1 : N ; - tabernakel_nn_1 : N ; - tablaa_nn_1 : N ; - tablett_nn_1 : N ; - tabloid_nn_1 : N ; - tabu_av_1 : A ; - tabu_nn_1 : N ; - tabulator_nn_1 : N ; - tabulatur_nn_1 : N ; - tabuord_nn_1 : N ; - taburett_nn_1 : N ; - tack_nn_1 : N ; - tackel_nn_1 : N ; - tackjaernsblandare_nn_1 : N ; - tackkort_nn_1 : N ; - tackling_nn_1 : N ; - tacknaemlig_av_1 : A ; - tackoffer_nn_1 : N ; - tacksaegelse_nn_1 : N ; - tacksaegelsedag_nn_1 : N ; - tacksam_av_1 : A ; - tacksamhet_nn_1 : N ; - tacktal_nn_1 : N ; - tadelfri_av_1 : A ; - taeck_av_1 : A ; - taeckadress_nn_1 : N ; - taeckblad_nn_1 : N ; - taeckdike_nn_1 : N ; - taeckelig_av_1 : A ; - taeckelse_nn_1 : N ; - taeckfaerg_nn_1 : N ; - taeckfoerband_nn_1 : N ; - taeckglas_nn_1 : N ; - taeckhaar_nn_1 : N ; - taeckmantel_nn_1 : N ; - taecknamn_nn_1 : N ; - taeckning_nn_1 : N ; - taeckningskoep_nn_1 : N ; - taeckord_nn_1 : N ; - taeckorganisation_nn_1 : N ; - taeckt_av_1 : A ; - taeckvinge_nn_1 : N ; - taekt_nn_1 : N ; - taeljare_nn_1 : N ; - taeljkniv_nn_1 : N ; - taeljstenskamin_nn_1 : N ; - taelt_nn_1 : N ; - taeltare_nn_1 : N ; - taeltmoete_nn_1 : N ; - taeltpinne_nn_1 : N ; - taeltsaeng_nn_1 : N ; - taeltstol_nn_1 : N ; - taelttak_nn_1 : N ; - taemlig_av_1 : A ; - taemligen_ab_1 : Adv ; - taendaemne_nn_1 : N ; - taendare_nn_1 : N ; - taendhatt_nn_1 : N ; - taendkulemotor_nn_1 : N ; - taendmedel_nn_1 : N ; - taendning_nn_1 : N ; - taendningslaas_nn_1 : N ; - taendningsnyckel_nn_1 : N ; - taendpatron_nn_1 : N ; - taendroer_nn_1 : N ; - taendsats_nn_1 : N ; - taendspole_nn_1 : N ; - taendsticksask_nn_1 : N ; - taendsticksmoenster_nn_1 : N ; - taendsticksproblem_nn_1 : N ; - taendstift_nn_1 : N ; - taendvaetska_nn_1 : N ; - taenjbar_av_1 : A ; - taenjning_nn_1 : N ; - taenkare_nn_1 : N ; - taenkbar_av_1 : A ; - taenkebok_nn_1 : N ; - taenkesaett_nn_1 : N ; - taenkespraak_nn_1 : N ; - taenkvaerd_av_1 : A ; - taeppt_av_1 : A ; - taerande_av_1 : A ; - taerd_av_1 : A ; - taerning_nn_1 : N ; - taerningsbaegare_nn_1 : N ; - taerningskast_nn_1 : N ; - taerningsspel_nn_1 : N ; - taerningsspelare_nn_1 : N ; - taet_av_1 : A ; - taet_nn_1 : N ; - taetataet_nn_1 : N ; - taethet_nn_1 : N ; - taethetstopp_nn_1 : N ; - taethetsvariation_nn_1 : N ; - taetning_nn_1 : N ; - taetningslist_nn_1 : N ; - taetort_nn_1 : N ; - taetortsbo_nn_1 : N ; - taetortsnaera_av_1 : A ; - taetplacering_nn_1 : N ; - taetplats_nn_1 : N ; - taettbebyggd_av_1 : A ; - taetting_nn_1 : N ; - taettingfaagel_nn_1 : N ; - taettklippt_av_1 : A ; - taettsittande_av_1 : A ; - taettskriven_av_1 : A ; - taettslutande_av_1 : A ; - taevling_nn_1 : N ; - taevlingscyklist_nn_1 : N ; - taevlingshumoer_nn_1 : N ; - taevlingsjury_nn_1 : N ; - taevlingskamp_nn_1 : N ; - taevlingsklass_nn_1 : N ; - taevlingsledare_nn_1 : N ; - taevlingsledning_nn_1 : N ; - taevlingslek_nn_1 : N ; - taevlingsmaenniska_nn_1 : N ; - taevlingspris_nn_1 : N ; - taevlingssegling_nn_1 : N ; - tafatt_av_1 : A ; - taffel_nn_1 : N ; - taffelberg_nn_1 : N ; - taffeltaeckare_nn_1 : N ; - taffelvaag_nn_1 : N ; - tafflig_av_1 : A ; - tafs_nn_1 : N ; - tafsig_av_1 : A ; - tag_nn_1 : N ; - tagel_nn_1 : N ; - tagelmask_nn_1 : N ; - tagen_av_1 : A ; - tagetes_nn_1 : N ; - tagg_nn_1 : N ; - taggbraeken_nn_1 : N ; - taggfenig_av_1 : A ; - taggfening_nn_1 : N ; - taggfoersedd_av_1 : A ; - tagghuding_nn_1 : N ; - taggig_av_1 : A ; - taggstraale_nn_1 : N ; - taggsvamp_nn_1 : N ; - taggtraad_nn_1 : N ; - tagning_nn_1 : N ; - taiwanes_nn_1 : N ; - tajt_av_1 : A ; - tak_nn_1 : N ; - takaas_nn_1 : N ; - takbjaelke_nn_1 : N ; - takfall_nn_1 : N ; - takfoenster_nn_1 : N ; - takfris_nn_1 : N ; - takgesims_nn_1 : N ; - takhimmel_nn_1 : N ; - takhoejd_nn_1 : N ; - takhuv_nn_1 : N ; - takistoskop_nn_1 : N ; - takistoskopi_nn_1 : N ; - takkam_nn_1 : N ; - taklaekt_nn_1 : N ; - taklag_nn_1 : N ; - taklagsfest_nn_1 : N ; - taklagsoel_nn_1 : N ; - taklist_nn_1 : N ; - taknock_nn_1 : N ; - takometer_nn_1 : N ; - takraecke_nn_1 : N ; - takresning_nn_1 : N ; - takrygg_nn_1 : N ; - takryttare_nn_1 : N ; - takskaegg_nn_1 : N ; - taksparre_nn_1 : N ; - takspraang_nn_1 : N ; - takstol_nn_1 : N ; - takt_nn_1 : N ; - taktaeckare_nn_1 : N ; - taktart_nn_1 : N ; - taktbeteckning_nn_1 : N ; - taktdel_nn_1 : N ; - taktegel_nn_1 : N ; - taktfast_av_1 : A ; - taktfull_av_1 : A ; - taktik_nn_1 : N ; - taktiker_nn_1 : N ; - taktil_av_1 : A ; - taktisk_av_1 : A ; - taktloes_av_1 : A ; - taktloeshet_nn_1 : N ; - taktpinne_nn_1 : N ; - taktslag_nn_1 : N ; - taktstreck_nn_1 : N ; - takvaaning_nn_1 : N ; - takykardi_nn_1 : N ; - takymeter_nn_1 : N ; - tal_nn_1 : N ; - talakt_nn_1 : N ; - talande_av_1 : A ; - talang_nn_1 : N ; - talangfull_av_1 : A ; - talangjakt_nn_1 : N ; - talangscout_nn_1 : N ; - talapparat_nn_1 : N ; - talar_nn_1 : N ; - talare_nn_1 : N ; - talarstol_nn_1 : N ; - talbok_nn_1 : N ; - talcentrum_nn_1 : N ; - talent_nn_1 : N ; - talesaett_nn_1 : N ; - talesman_nn_1 : N ; - talfel_nn_1 : N ; - talfoeljd_nn_1 : N ; - talfoer_av_1 : A ; - talgdank_nn_1 : N ; - talgig_av_1 : A ; - talgkoertel_nn_1 : N ; - talgoegd_av_1 : A ; - talgoxe_nn_1 : N ; - talisman_nn_1 : N ; - talkig_av_1 : A ; - talklinik_nn_1 : N ; - talkoer_nn_1 : N ; - tall_nn_1 : N ; - tallbarr_nn_1 : N ; - tallbit_nn_1 : N ; - tallbock_nn_1 : N ; - tallinje_nn_1 : N ; - tallkottkoertel_nn_1 : N ; - tallmaetare_nn_1 : N ; - talloert_nn_1 : N ; - talloes_av_1 : A ; - tallrik_nn_1 : N ; - tallriksharv_nn_1 : N ; - tallrikshjul_nn_1 : N ; - tallriksliknande_av_1 : A ; - tallriksslickare_nn_1 : N ; - tallriksventil_nn_1 : N ; - tallskog_nn_1 : N ; - tallsort_nn_1 : N ; - tallspinnare_nn_1 : N ; - tallstekel_nn_1 : N ; - talman_nn_1 : N ; - talmanskonferens_nn_1 : N ; - talong_nn_1 : N ; - talorgan_nn_1 : N ; - talpedagog_nn_1 : N ; - talpjaes_nn_1 : N ; - talregistreringsapparat_nn_1 : N ; - talrik_av_1 : A ; - talroer_nn_1 : N ; - talroll_nn_1 : N ; - talrubbning_nn_1 : N ; - talscen_nn_1 : N ; - talspraak_nn_1 : N ; - talspraaklig_av_1 : A ; - talsvaarighet_nn_1 : N ; - talsystem_nn_1 : N ; - taltraengd_av_1 : A ; - taltrast_nn_1 : N ; - taltratt_nn_1 : N ; - tam_av_1 : A ; - tamarind_nn_1 : N ; - tamarisk_nn_1 : N ; - tambur_nn_1 : N ; - tamburin_nn_1 : N ; - tamburmajor_nn_1 : N ; - tambursoem_nn_1 : N ; - tamburvaktmaestare_nn_1 : N ; - tamil_nn_1 : N ; - tamp_nn_1 : N ; - tampong_nn_1 : N ; - tamren_nn_1 : N ; - tamsvin_nn_1 : N ; - tamul_nn_1 : N ; - tand_nn_1 : N ; - tandboeld_nn_1 : N ; - tandborr_nn_1 : N ; - tandborrmaskin_nn_1 : N ; - tandborste_nn_1 : N ; - tandborstglas_nn_1 : N ; - tandborstning_nn_1 : N ; - tandemcykel_nn_1 : N ; - tandemmaskin_nn_1 : N ; - tandemspermie_nn_1 : N ; - tandfistel_nn_1 : N ; - tandformel_nn_1 : N ; - tandfyllning_nn_1 : N ; - tandgarnityr_nn_1 : N ; - tandgenombrott_nn_1 : N ; - tandhaevel_nn_1 : N ; - tandhals_nn_1 : N ; - tandhjul_nn_1 : N ; - tandhygienist_nn_1 : N ; - tandhyvel_nn_1 : N ; - tandkonstruktion_nn_1 : N ; - tandkraem_nn_1 : N ; - tandlaekare_nn_1 : N ; - tandlaekarpraktik_nn_1 : N ; - tandlaekarstol_nn_1 : N ; - tandlagning_nn_1 : N ; - tandlik_av_1 : A ; - tandlist_nn_1 : N ; - tandloes_av_1 : A ; - tandning_nn_1 : N ; - tandpetare_nn_1 : N ; - tandprotes_nn_1 : N ; - tandrot_nn_1 : N ; - tandskoeterska_nn_1 : N ; - tandsnitt_nn_1 : N ; - tandstaellning_nn_1 : N ; - tandtekniker_nn_1 : N ; - tanduppsaettning_nn_1 : N ; - tandutskott_nn_1 : N ; - tandvaardsfoersaekring_nn_1 : N ; - tandvaenlig_av_1 : A ; - tandval_nn_1 : N ; - tandvall_nn_1 : N ; - tangent_nn_1 : N ; - tangentbord_nn_1 : N ; - tangentinstrument_nn_1 : N ; - tangentplan_nn_1 : N ; - tangerin_nn_1 : N ; - tangering_nn_1 : N ; - tangeringspunkt_nn_1 : N ; - tango_nn_1 : N ; - tangorabatt_nn_1 : N ; - tanig_av_1 : A ; - tank_nn_1 : N ; - tank_nn_2 : N ; - tankbil_nn_1 : N ; - tanke_nn_1 : N ; - tankebyggnad_nn_1 : N ; - tankediger_av_1 : A ; - tankedikt_nn_1 : N ; - tankeexperiment_nn_1 : N ; - tankefel_nn_1 : N ; - tankefoster_nn_1 : N ; - tankefrihet_nn_1 : N ; - tankegaang_nn_1 : N ; - tankelaesare_nn_1 : N ; - tankelag_nn_1 : N ; - tankeled_nn_1 : N ; - tankelek_nn_1 : N ; - tankemaessig_av_1 : A ; - tankemetod_nn_1 : N ; - tankemoeda_nn_1 : N ; - tanker_nn_1 : N ; - tankestaellare_nn_1 : N ; - tanketradition_nn_1 : N ; - tankeutbyte_nn_1 : N ; - tankevaeckande_av_1 : A ; - tankfartyg_nn_1 : N ; - tankfull_av_1 : A ; - tankgevaer_nn_1 : N ; - tankloes_av_1 : A ; - tankomat_nn_1 : N ; - tankspridd_av_1 : A ; - tankstreck_nn_1 : N ; - tant_nn_1 : N ; - tantaktig_av_1 : A ; - tantalikval_nn_1 : N ; - tantiem_nn_1 : N ; - tantig_av_1 : A ; - tanzanier_nn_1 : N ; - tanzanisk_av_1 : A ; - taoist_nn_1 : N ; - tape_nn_1 : N ; - tapet_nn_1 : N ; - tapetbaard_nn_1 : N ; - tapetborste_nn_1 : N ; - tapetdoerr_nn_1 : N ; - tapetserare_nn_1 : N ; - tapetserarstift_nn_1 : N ; - tapetvaad_nn_1 : N ; - tapir_nn_1 : N ; - tapisseri_nn_1 : N ; - tapisseriaffaer_nn_1 : N ; - tapisserinaal_nn_1 : N ; - tapp_nn_1 : N ; - tappborr_nn_1 : N ; - tapper_av_1 : A ; - tapperhet_nn_1 : N ; - tapperhetsmedalj_nn_1 : N ; - tapphaal_nn_1 : N ; - tappkran_nn_1 : N ; - tapplager_nn_1 : N ; - tappning_nn_1 : N ; - tappstation_nn_1 : N ; - tappt_ab_1 : Adv ; - tappt_nn_1 : N ; - tapto_nn_1 : N ; - tarantel_nn_1 : N ; - tariff_nn_1 : N ; - tarm_nn_1 : N ; - tarmbakterie_nn_1 : N ; - tarmben_nn_1 : N ; - tarmfistel_nn_1 : N ; - tarmfoertraengning_nn_1 : N ; - tarmgas_nn_1 : N ; - tarmkaex_nn_1 : N ; - tarmkanal_nn_1 : N ; - tarmkatarr_nn_1 : N ; - tarmroerelse_nn_1 : N ; - tarmsaft_nn_1 : N ; - tarmskoeljning_nn_1 : N ; - tarmsystem_nn_1 : N ; - tarmvred_nn_1 : N ; - tars_nn_1 : N ; - tarsalben_nn_1 : N ; - tartarbiff_nn_1 : N ; - tartarsmoergaas_nn_1 : N ; - tartelett_nn_1 : N ; - tartrat_nn_1 : N ; - tarvlig_av_1 : A ; - task_nn_1 : N ; - taskig_av_1 : A ; - taskspelare_nn_1 : N ; - taskspeleri_nn_1 : N ; - tass_nn_1 : N ; - tassemark_nn_1 : N ; - tassfot_nn_1 : N ; - tassliknande_av_1 : A ; - tatar_nn_1 : N ; - tattare_nn_1 : N ; - tatuerare_nn_1 : N ; - tatuering_nn_1 : N ; - tautologi_nn_1 : N ; - tavelgalleri_nn_1 : N ; - tavelsudd_nn_1 : N ; - tavla_nn_1 : N ; - tax_free_av_1 : A ; - tax_nn_1 : N ; - taxameter_nn_1 : N ; - taxeomraade_nn_1 : N ; - taxering_nn_1 : N ; - taxeringsaar_nn_1 : N ; - taxeringsassistent_nn_1 : N ; - taxeringsbevis_nn_1 : N ; - taxeringsenhet_nn_1 : N ; - taxeringsintendent_nn_1 : N ; - taxeringskalender_nn_1 : N ; - taxeringslaengd_nn_1 : N ; - taxeringsman_nn_1 : N ; - taxeringsmyndighet_nn_1 : N ; - taxeringsnaemnd_nn_1 : N ; - taxeringsvaerde_nn_1 : N ; - taxi_nn_1 : N ; - taxibil_nn_1 : N ; - taxichauffoer_nn_1 : N ; - taxistation_nn_1 : N ; - taxonomi_nn_1 : N ; - tazett_nn_1 : N ; - tchadier_nn_1 : N ; - tchadisk_av_1 : A ; - te_nn_1 : N ; - teach_in_nn_1 : N ; - teaelskande_av_1 : A ; - teaktraed_nn_1 : N ; - team_nn_1 : N ; - teamwork_nn_1 : N ; - teater_nn_1 : N ; - teateranmaelan_nn_1 : N ; - teaterbesoekare_nn_1 : N ; - teaterchef_nn_1 : N ; - teaterdebatt_nn_1 : N ; - teaterdekoration_nn_1 : N ; - teatereffekt_nn_1 : N ; - teaterfigur_nn_1 : N ; - teaterfoerestaellning_nn_1 : N ; - teatergrupp_nn_1 : N ; - teaterhabitue_nn_1 : N ; - teaterkikare_nn_1 : N ; - teaterliv_nn_1 : N ; - teaterloge_nn_1 : N ; - teatermaskineri_nn_1 : N ; - teatermaskinist_nn_1 : N ; - teaterpjaes_nn_1 : N ; - teaterroll_nn_1 : N ; - teatersaellskap_nn_1 : N ; - teaterscen_nn_1 : N ; - teaterviskning_nn_1 : N ; - teatral_av_1 : A ; - teatralisk_av_1 : A ; - teblad_nn_1 : N ; - tebuske_nn_1 : N ; - tecken_nn_1 : N ; - teckenalfabet_nn_1 : N ; - teckenfoerklaring_nn_1 : N ; - teckenskaadare_nn_1 : N ; - teckenspraak_nn_1 : N ; - teckensystem_nn_1 : N ; - teckentydare_nn_1 : N ; - tecknare_nn_1 : N ; - teckning_nn_1 : N ; - teckningsbevis_nn_1 : N ; - teddybjoern_nn_1 : N ; - tedeum_nn_1 : N ; - tedrickande_nn_1 : N ; - tefat_nn_1 : N ; - teg_nn_1 : N ; - tegel_nn_1 : N ; - tegelbruk_nn_1 : N ; - tegelliknande_av_1 : A ; - tegelmaestare_nn_1 : N ; - tegelroed_av_1 : A ; - tegelslagare_nn_1 : N ; - tegelsten_nn_1 : N ; - tegelstensroman_nn_1 : N ; - tegelugn_nn_1 : N ; - teglas_nn_1 : N ; - tehuv_nn_1 : N ; - tein_nn_1 : N ; - tejp_nn_1 : N ; - tejst_nn_1 : N ; - teknik_nn_1 : N ; - teknikalitet_nn_1 : N ; - tekniker_nn_1 : N ; - tekning_nn_1 : N ; - teknisk_av_1 : A ; - teknokrat_nn_1 : N ; - teknokrati_nn_1 : N ; - teknolog_nn_1 : N ; - teknologi_nn_1 : N ; - teknologie_av_1 : A ; - teknologisk_av_1 : A ; - tekoindustri_nn_1 : N ; - tekopp_nn_1 : N ; - teleavgift_nn_1 : N ; - teledata_nn_1 : N ; - telefoerbindelse_nn_1 : N ; - telefon_nn_1 : N ; - telefonabonnent_nn_1 : N ; - telefonanrop_nn_1 : N ; - telefonapparat_nn_1 : N ; - telefonautomat_nn_1 : N ; - telefonavlyssning_nn_1 : N ; - telefonhytt_nn_1 : N ; - telefonist_nn_1 : N ; - telefonjack_nn_1 : N ; - telefonkatalog_nn_1 : N ; - telefonkiosk_nn_1 : N ; - telefonkoe_nn_1 : N ; - telefonledes_ab_1 : Adv ; - telefonledning_nn_1 : N ; - telefonlur_nn_1 : N ; - telefonnummer_nn_1 : N ; - telefonsamtal_nn_1 : N ; - telefonsignal_nn_1 : N ; - telefonsladd_nn_1 : N ; - telefonstation_nn_1 : N ; - telefonstolpe_nn_1 : N ; - telefonsvarare_nn_1 : N ; - telefontraad_nn_1 : N ; - telefonvaeckning_nn_1 : N ; - telefonvaektare_nn_1 : N ; - telefonvaexel_nn_1 : N ; - telefonvakt_nn_1 : N ; - telefoto_nn_1 : N ; - telegraf_nn_1 : N ; - telegrafisk_av_1 : A ; - telegrafist_nn_1 : N ; - telegrafnyckel_nn_1 : N ; - telegrafstation_nn_1 : N ; - telegram_nn_1 : N ; - telegramadress_nn_1 : N ; - telegrambud_nn_1 : N ; - telegrambyraa_nn_1 : N ; - telekommunikation_nn_1 : N ; - telemeter_nn_1 : N ; - telenaet_nn_1 : N ; - teleobjektiv_nn_1 : N ; - teleologisk_av_1 : A ; - telepati_nn_1 : N ; - telepatisk_av_1 : A ; - teleprinter_nn_1 : N ; - telesatellit_nn_1 : N ; - teleskop_nn_1 : N ; - teleskopisk_av_1 : A ; - teleskopliknande_av_1 : A ; - teleskopoega_nn_1 : N ; - telestation_nn_1 : N ; - teleteknisk_av_1 : A ; - televerk_nn_1 : N ; - televisionskamera_nn_1 : N ; - telex_nn_2 : N ; - telfer_nn_1 : N ; - tellurisk_av_1 : A ; - tellurium_nn_1 : N ; - teln_nn_1 : N ; - telning_nn_1 : N ; - tema_nn_1 : N ; - temadag_nn_1 : N ; - temanummer_nn_1 : N ; - tematisk_av_1 : A ; - temp_nn_1 : N ; - tempel_nn_1 : N ; - tempelherre_nn_1 : N ; - tempelherreorden_nn_1 : N ; - temperament_nn_1 : N ; - temperamentsfull_av_1 : A ; - temperamentsutbrott_nn_1 : N ; - temperatur_nn_1 : N ; - temperaturfoeraendring_nn_1 : N ; - temperaturfoerdelning_nn_1 : N ; - temperaturfoerhaallande_nn_1 : N ; - temperaturkaenslig_av_1 : A ; - temperaturomraade_nn_1 : N ; - temperaturregulator_nn_1 : N ; - temperatursaenkning_nn_1 : N ; - temperaturskillnad_nn_1 : N ; - temperatursvaengning_nn_1 : N ; - temperaturvaexling_nn_1 : N ; - tempo_nn_1 : N ; - tempoarbetare_nn_1 : N ; - tempobeteckning_nn_1 : N ; - tempolopp_nn_1 : N ; - temporaer_av_1 : A ; - temporal_av_1 : A ; - tempus_nn_1 : N ; - tempusvaexling_nn_1 : N ; - ten_nn_1 : N ; - tendens_nn_1 : N ; - tendentioes_av_1 : A ; - tender_nn_1 : N ; - tennfolie_nn_1 : N ; - tennisboll_nn_1 : N ; - tennisspelare_nn_1 : N ; - tennsoldat_nn_1 : N ; - tenor_nn_1 : N ; - tenorbaryton_nn_1 : N ; - tenorsaxofon_nn_1 : N ; - tensid_nn_1 : N ; - tension_nn_1 : N ; - tentakel_nn_1 : N ; - tentamen_nn_1 : N ; - tentamensbok_nn_1 : N ; - tentamensnervositet_nn_1 : N ; - tentand_nn_1 : N ; - tentator_nn_1 : N ; - teobromin_nn_1 : N ; - teocentrisk_av_1 : A ; - teodolit_nn_1 : N ; - teofyllin_nn_1 : N ; - teogoni_nn_1 : N ; - teokrati_nn_1 : N ; - teokratisk_av_1 : A ; - teolog_nn_1 : N ; - teologie_av_1 : A ; - teologisk_av_1 : A ; - teorem_nn_1 : N ; - teoretiker_nn_1 : N ; - teoretisk_av_1 : A ; - teori_nn_1 : N ; - teosof_nn_1 : N ; - teosofisk_av_1 : A ; - tepaase_nn_1 : N ; - terapeut_nn_1 : N ; - terapeutisk_av_1 : A ; - terapi_nn_1 : N ; - terass_nn_1 : N ; - terawatt_nn_1 : N ; - terebint_nn_1 : N ; - term_nn_1 : N ; - termin_nn_1 : N ; - terminal_nn_1 : N ; - terminolog_nn_1 : N ; - terminologi_nn_1 : N ; - terminologisk_av_1 : A ; - terminsaffaer_nn_1 : N ; - terminsavgift_nn_1 : N ; - termisk_av_1 : A ; - termistor_nn_1 : N ; - termit_nn_1 : N ; - termodynamisk_av_1 : A ; - termoelektricitet_nn_1 : N ; - termoelement_nn_1 : N ; - termofil_av_1 : A ; - termometer_nn_1 : N ; - termonukleaer_av_1 : A ; - termoplast_nn_1 : N ; - termoregulator_nn_1 : N ; - termos_nn_1 : N ; - termostapel_nn_1 : N ; - termostat_nn_1 : N ; - tern_nn_1 : N ; - terpen_nn_1 : N ; - terraeng_nn_1 : N ; - terraengbil_nn_1 : N ; - terraengfoerlust_nn_1 : N ; - terraenggaaende_av_1 : A ; - terraengkoerning_nn_1 : N ; - terraengnamn_nn_1 : N ; - terraengvinkel_nn_1 : N ; - terraengvinst_nn_1 : N ; - terrarium_nn_1 : N ; - terrass_nn_1 : N ; - terrester_av_1 : A ; - terrier_nn_1 : N ; - terrigen_av_1 : A ; - terrin_nn_1 : N ; - territorialgraens_nn_1 : N ; - territorialvatten_nn_1 : N ; - territoriell_av_1 : A ; - territorium_nn_1 : N ; - terrorbombning_nn_1 : N ; - terrorist_nn_1 : N ; - ters_nn_1 : N ; - tersett_nn_1 : N ; - tertiaer_av_1 : A ; - terzett_nn_1 : N ; - terzin_nn_1 : N ; - tes_nn_1 : N ; - tesaurus_nn_1 : N ; - tesked_nn_1 : N ; - tesla_nn_1 : N ; - teslastroem_nn_1 : N ; - test_nn_1 : N ; - test_nn_2 : N ; - testabel_av_1 : A ; - testamentarisk_av_1 : A ; - testamentsexekutor_nn_1 : N ; - testator_nn_1 : N ; - testbatteri_nn_1 : N ; - testbild_nn_1 : N ; - testcykel_nn_1 : N ; - testig_av_1 : A ; - testikel_nn_1 : N ; - testimonium_nn_1 : N ; - testuggare_nn_1 : N ; - testvaerde_nn_1 : N ; - tete_a_tete_nn_1 : N ; - tetig_av_1 : A ; - tetraeder_nn_1 : N ; - tetragon_nn_1 : N ; - tetraklorid_nn_1 : N ; - tetrapak_nn_1 : N ; - tetrark_nn_1 : N ; - teuton_nn_1 : N ; - tevagn_nn_1 : N ; - teve_nn_2 : N ; - teveapparat_nn_1 : N ; - tevetittare_nn_1 : N ; - text_nn_1 : N ; - textbearbetning_nn_1 : N ; - textbehandling_nn_1 : N ; - textbok_nn_1 : N ; - textil_av_1 : A ; - textil_nn_1 : N ; - textilaetande_av_1 : A ; - textilarbetare_nn_1 : N ; - textilfiber_nn_1 : N ; - textilindustri_nn_1 : N ; - textilkurs_nn_1 : N ; - textillaerare_nn_1 : N ; - textrad_nn_1 : N ; - textskaerm_nn_1 : N ; - texttolkning_nn_1 : N ; - textur_nn_1 : N ; - thailaendare_nn_1 : N ; - thailaendsk_av_1 : A ; - thailaendska_nn_1 : N ; - thaispraak_nn_1 : N ; - thriller_nn_1 : N ; - thrillerfilm_nn_1 : N ; - thyroxin_nn_1 : N ; - tibetan_nn_1 : N ; - tibetanare_nn_1 : N ; - tibetansk_av_1 : A ; - tibetanska_nn_2 : N ; - tic_nn_1 : N ; - tick_nn_1 : N ; - tick_tack_nn_1 : N ; - tid_nn_1 : N ; - tidebok_nn_1 : N ; - tidegaerd_nn_1 : N ; - tidelag_nn_1 : N ; - tideraekning_nn_1 : N ; - tidevarv_nn_1 : N ; - tidig_av_1 : A ; - tidjordsfenomen_nn_1 : N ; - tidjordsforskning_nn_1 : N ; - tidjordskraft_nn_1 : N ; - tidkontrollur_nn_1 : N ; - tidkort_nn_1 : N ; - tidlaan_nn_1 : N ; - tidlig_av_1 : A ; - tidloes_av_1 : A ; - tidmaane_nn_1 : N ; - tidning_nn_1 : N ; - tidningsartikel_nn_1 : N ; - tidningsbud_nn_1 : N ; - tidningsledare_nn_1 : N ; - tidningsman_nn_1 : N ; - tidningsnotis_nn_1 : N ; - tidningsredaktion_nn_1 : N ; - tidningssida_nn_1 : N ; - tidningsspalt_nn_1 : N ; - tidningstext_nn_1 : N ; - tidningsuppgift_nn_1 : N ; - tidningsupplaga_nn_1 : N ; - tidningsutbaerning_nn_1 : N ; - tidpunkt_nn_1 : N ; - tidroer_nn_1 : N ; - tidrymd_nn_1 : N ; - tidsaalder_nn_1 : N ; - tidsadverbial_nn_1 : N ; - tidsangivelse_nn_1 : N ; - tidsaspekt_nn_1 : N ; - tidsbefraktning_nn_1 : N ; - tidsbegrepp_nn_1 : N ; - tidsbestaellning_nn_1 : N ; - tidsbild_nn_1 : N ; - tidsbunden_av_1 : A ; - tidsenhet_nn_1 : N ; - tidsenlig_av_1 : A ; - tidsfaktor_nn_1 : N ; - tidsfoerdriv_nn_1 : N ; - tidsfoerlust_nn_1 : N ; - tidsfoerskjutning_nn_1 : N ; - tidsfraaga_nn_1 : N ; - tidsfrist_nn_1 : N ; - tidsgraens_nn_1 : N ; - tidsinstaelld_av_1 : A ; - tidsintervall_nn_1 : N ; - tidskrift_nn_1 : N ; - tidskriftsartikel_nn_1 : N ; - tidskriftsindex_nn_1 : N ; - tidskriftsnummer_nn_1 : N ; - tidslig_av_1 : A ; - tidsmaatt_nn_1 : N ; - tidsmedveten_av_1 : A ; - tidsoedande_av_1 : A ; - tidsoeverdrag_nn_1 : N ; - tidsperiod_nn_1 : N ; - tidsperspektiv_nn_1 : N ; - tidsplan_nn_1 : N ; - tidsplan_nn_2 : N ; - tidsrymd_nn_1 : N ; - tidsschema_nn_1 : N ; - tidssignal_nn_1 : N ; - tidsskillnad_nn_1 : N ; - tidsstudieman_nn_1 : N ; - tidstroemstaellare_nn_1 : N ; - tidstrogen_av_1 : A ; - tidstypisk_av_1 : A ; - tidsuppfattning_nn_1 : N ; - tidtabell_nn_1 : N ; - tidtagare_nn_1 : N ; - tidtagarur_nn_1 : N ; - tidtagning_nn_1 : N ; - tidtals_ab_1 : Adv ; - tidur_nn_1 : N ; - tidvatten_nn_1 : N ; - tidvattenhoejd_nn_1 : N ; - tidvattenkraft_nn_1 : N ; - tidvattenstroem_nn_1 : N ; - tidvis_ab_1 : Adv ; - tie_break_nn_1 : N ; - tiger_nn_1 : N ; - tigerhaj_nn_1 : N ; - tigerkatt_nn_1 : N ; - tigerlilja_nn_1 : N ; - tigerorm_nn_1 : N ; - tigerrandig_av_1 : A ; - tigerspraang_nn_1 : N ; - tigerstrimmig_av_1 : A ; - tiggarbrev_nn_1 : N ; - tiggare_nn_1 : N ; - tiggarmunk_nn_1 : N ; - tiggarorden_nn_1 : N ; - tiggeri_nn_1 : N ; - tik_nn_1 : N ; - till_ab_1 : Adv ; - tillaata_vb_1 : V ; - tillaaten_av_1 : A ; - tillaatlig_av_1 : A ; - tillaegg_nn_1 : N ; - tillaeggsbelopp_nn_1 : N ; - tillaeggskostnad_nn_1 : N ; - tillaeggsmandat_nn_1 : N ; - tillaeggspension_nn_1 : N ; - tillaeggsplats_nn_1 : N ; - tillaemplig_av_1 : A ; - tillaempning_nn_1 : N ; - tillaempningsfoereskrift_nn_1 : N ; - tillaenda_ab_1 : Adv ; - tillaendalupen_av_1 : A ; - tillaeventyrs_ab_1 : Adv ; - tillbaka_ab_1 : Adv ; - tillbakablick_nn_1 : N ; - tillbakadragen_av_1 : A ; - tillbakagaaende_av_1 : A ; - tillbakasatt_av_1 : A ; - tillbakasyftande_av_1 : A ; - tillbaks_ab_1 : Adv ; - tillbedja_vb_1 : V ; - tillbedjare_nn_1 : N ; - tillbehoer_nn_1 : N ; - tillboerlig_av_1 : A ; - tillbringare_nn_1 : N ; - tillbud_nn_1 : N ; - tillbuds_ab_1 : Adv ; - tillbyggd_av_1 : A ; - tillbyggnad_nn_1 : N ; - tilldelning_nn_1 : N ; - tilldels_ab_1 : Adv ; - tilldra_vb_1 : V ; - tilldragande_av_1 : A ; - tilldragelse_nn_1 : N ; - tillfaangata_vb_1 : V ; - tillfaellig_av_1 : A ; - tillfaellighet_nn_1 : N ; - tillfaellighetsdikt_nn_1 : N ; - tillfaellighetsfoerbrytare_nn_1 : N ; - tillfaellighetsvers_nn_1 : N ; - tillfaelligtvis_ab_1 : Adv ; - tillfalla_vb_1 : V ; - tillfart_nn_1 : N ; - tillfartsvaeg_nn_1 : N ; - tillfinnandes_ab_1 : Adv ; - tillfloede_nn_1 : N ; - tillflyktsort_nn_1 : N ; - tillfoerlitlig_av_1 : A ; - tillfoerlitlighet_nn_1 : N ; - tillfoerlitlighetstaevling_nn_1 : N ; - tillfoerne_ab_1 : Adv ; - tillfreds_av_1 : A ; - tillfredsstaellande_av_1 : A ; - tillfredsstaelld_av_1 : A ; - tillfullo_ab_1 : Adv ; - tillfyllest_ab_1 : Adv ; - tillgaang_nn_1 : N ; - tillgaenglig_av_1 : A ; - tillge_vb_1 : V ; - tillgiven_av_1 : A ; - tillgivenhet_nn_1 : N ; - tillgjord_av_1 : A ; - tillgodo_ab_1 : Adv ; - tillgodohavande_nn_1 : N ; - tillgodokvitto_nn_1 : N ; - tillgrepp_nn_1 : N ; - tillgripa_vb_1 : V ; - tillhaall_nn_1 : N ; - tillhaalla_vb_1 : V ; - tillhaallarfjaeder_nn_1 : N ; - tillhanda_ab_1 : Adv ; - tillhandahaalla_vb_1 : V ; - tillhands_ab_1 : Adv ; - tillhoerande_av_1 : A ; - tillhoerig_av_1 : A ; - tillhoerighet_nn_1 : N ; - tillhopa_ab_1 : Adv ; - tillika_ab_1 : Adv ; - tillintetgjord_av_1 : A ; - tillintetgoerande_av_1 : A ; - tillitsfull_av_1 : A ; - tillkaenna_ab_1 : Adv ; - tillkaennage_vb_1 : V ; - tillkaennagivande_nn_1 : N ; - tillklippt_av_1 : A ; - tillknaeppt_av_1 : A ; - tillkomma_vb_1 : V ; - tillkommande_av_1 : A ; - tillmoetes_ab_1 : Adv ; - tillmoetesgaaende_av_1 : A ; - tillnaermelsevis_ab_1 : Adv ; - tillnamn_nn_1 : N ; - tilloekning_nn_1 : N ; - tilloenskning_nn_1 : N ; - tillopp_nn_1 : N ; - tillpass_ab_1 : Adv ; - tillplattning_nn_1 : N ; - tillraadlig_av_1 : A ; - tillraecklig_av_1 : A ; - tillraeknelig_av_1 : A ; - tillraetta_ab_1 : Adv ; - tillraettavisning_nn_1 : N ; - tillreds_ab_1 : Adv ; - tillrop_nn_1 : N ; - tillsaegelse_nn_1 : N ; - tillsaettning_nn_1 : N ; - tillsammans_ab_1 : Adv ; - tillsammantagen_av_1 : A ; - tillsats_nn_1 : N ; - tillsatsaemne_nn_1 : N ; - tillsatslins_nn_1 : N ; - tillskaera_vb_1 : V ; - tillskaerare_nn_1 : N ; - tillskaerarkniv_nn_1 : N ; - tillskaerning_nn_1 : N ; - tillskjuta_vb_1 : V ; - tillskott_nn_1 : N ; - tillskriva_vb_1 : V ; - tillskyndare_nn_1 : N ; - tillslag_nn_1 : N ; - tillslagen_av_1 : A ; - tillslagning_nn_1 : N ; - tillslagningsteknik_nn_1 : N ; - tillsluta_vb_1 : V ; - tillslutare_nn_1 : N ; - tillspillo_ab_1 : Adv ; - tillspilloge_vb_1 : V ; - tillspillogiven_av_1 : A ; - tillstaand_nn_1 : N ; - tillstaandsbevis_nn_1 : N ; - tillstaandsgivande_av_1 : A ; - tillstaedes_ab_1 : Adv ; - tillstaellning_nn_1 : N ; - tillstaendig_av_1 : A ; - tillstymmelse_nn_1 : N ; - tillstyrkande_nn_1 : N ; - tillsvidare_ab_1 : Adv ; - tillsvidarefoerordnande_nn_1 : N ; - tillsynes_ab_1 : Adv ; - tillsyningsman_nn_1 : N ; - tillsynslaerare_nn_1 : N ; - tillsynsman_nn_1 : N ; - tillta_vb_1 : V ; - tilltaenkt_av_1 : A ; - tilltaeppning_nn_1 : N ; - tilltag_nn_1 : N ; - tilltagande_av_1 : A ; - tilltagen_av_1 : A ; - tilltagsen_av_1 : A ; - tilltalande_av_1 : A ; - tilltalsform_nn_1 : N ; - tilltalsnamn_nn_1 : N ; - tilltalsord_nn_1 : N ; - tilltraede_nn_1 : N ; - tillvaega_ab_1 : Adv ; - tillvaegagaangssaett_nn_1 : N ; - tillvaextaemne_nn_1 : N ; - tillvaexthastighet_nn_1 : N ; - tillvaexthormon_nn_1 : N ; - tillvaextperiod_nn_1 : N ; - tillval_nn_1 : N ; - tillvalsaemne_nn_1 : N ; - tillvand_av_1 : A ; - tillvarata_vb_1 : V ; - tillverkare_nn_1 : N ; - tillverkning_nn_1 : N ; - tillverkningsaar_nn_1 : N ; - tillviljes_ab_1 : Adv ; - tillvitelse_nn_1 : N ; - timarvode_nn_1 : N ; - timbal_nn_1 : N ; - timcirkel_nn_1 : N ; - timglas_nn_1 : N ; - timing_nn_1 : N ; - timlaerare_nn_1 : N ; - timlig_av_1 : A ; - timloen_nn_1 : N ; - timma_nn_1 : N ; - timme_nn_1 : N ; - timmer_nn_1 : N ; - timmeravlaegg_nn_1 : N ; - timmerblaedning_nn_1 : N ; - timmerbroet_nn_1 : N ; - timmerdoning_nn_1 : N ; - timmerflotte_nn_1 : N ; - timmerflottning_nn_1 : N ; - timmerhus_nn_1 : N ; - timmerlaens_nn_1 : N ; - timmermagasin_nn_1 : N ; - timmerman_nn_1 : N ; - timmersax_nn_1 : N ; - timmerslaep_nn_1 : N ; - timmerstek_nn_1 : N ; - timmerstock_nn_1 : N ; - timmerstockar_ab_1 : Adv ; - timmersvans_nn_1 : N ; - timslaang_av_1 : A ; - timslag_nn_1 : N ; - timtals_ab_1 : Adv ; - timvisare_nn_1 : N ; - ting_nn_1 : N ; - tingest_nn_1 : N ; - tingord_nn_1 : N ; - tingshus_nn_1 : N ; - tingsraett_nn_1 : N ; - tinktur_nn_1 : N ; - tinne_nn_1 : N ; - tinning_nn_1 : N ; - tinningben_nn_1 : N ; - tinninglob_nn_1 : N ; - tiodubbel_av_1 : A ; - tiofaldig_av_1 : A ; - tiofalt_ab_1 : Adv ; - tiofoting_nn_1 : N ; - tiokamp_nn_1 : N ; - tiokronorssedel_nn_1 : N ; - tiomila_av_1 : A ; - tiominutersrast_nn_1 : N ; - tiondel_nn_1 : N ; - tiooering_nn_1 : N ; - tiotal_nn_1 : N ; - tiotalist_nn_1 : N ; - tiotusental_nn_1 : N ; - tipp_nn_1 : N ; - tippare_nn_1 : N ; - tippflak_nn_1 : N ; - tipptopp_av_1 : A ; - tippvagn_nn_1 : N ; - tips_nn_1 : N ; - tipskupong_nn_1 : N ; - tipspromenad_nn_1 : N ; - tipsrad_nn_1 : N ; - tipstaevling_nn_1 : N ; - tiptop_av_1 : A ; - tir_nn_1 : N ; - tirad_nn_1 : N ; - tisdag_nn_1 : N ; - tisdagskvaell_nn_1 : N ; - tisdagsmorgon_nn_1 : N ; - tistel_nn_1 : N ; - tistelborre_nn_1 : N ; - tistelstaang_nn_1 : N ; - tistron_nn_1 : N ; - titan_nn_1 : N ; - titanisk_av_1 : A ; - titanskruv_nn_1 : N ; - titel_nn_1 : N ; - titelblad_nn_1 : N ; - titelbortlaeggning_nn_1 : N ; - titeldikt_nn_1 : N ; - titelfoersvarare_nn_1 : N ; - titelmatch_nn_1 : N ; - titelnovell_nn_1 : N ; - titelroll_nn_1 : N ; - titelsida_nn_1 : N ; - titelsjuk_av_1 : A ; - titt_ab_1 : Adv ; - titt_nn_1 : N ; - tittare_nn_1 : N ; - tittarstorm_nn_1 : N ; - tittglugg_nn_1 : N ; - titthaal_nn_1 : N ; - tittskaap_nn_1 : N ; - titulaerkonsul_nn_1 : N ; - titulatur_nn_1 : N ; - tivoli_nn_1 : N ; - tixotrop_av_1 : A ; - tjack_nn_1 : N ; - tjaeder_nn_1 : N ; - tjaedertupp_nn_1 : N ; - tjaelfrusen_av_1 : A ; - tjaell_nn_1 : N ; - tjaelskott_nn_1 : N ; - tjaenare_nn_1 : N ; - tjaenarinna_nn_1 : N ; - tjaenis_av_1 : A ; - tjaenlig_av_1 : A ; - tjaenst_nn_1 : N ; - tjaenstaktig_av_1 : A ; - tjaenstbar_av_1 : A ; - tjaenste_ab_1 : Adv ; - tjaensteaar_nn_1 : N ; - tjaensteaerende_nn_1 : N ; - tjaensteande_nn_1 : N ; - tjaensteavtal_nn_1 : N ; - tjaenstebil_nn_1 : N ; - tjaenstebostad_nn_1 : N ; - tjaenstebrev_nn_1 : N ; - tjaenstebrevsraett_nn_1 : N ; - tjaenstefel_nn_1 : N ; - tjaenstefoerraettande_av_1 : A ; - tjaenstefoerraettare_nn_1 : N ; - tjaenstefoerraettning_nn_1 : N ; - tjaenstefoersaendelse_nn_1 : N ; - tjaenstefoerseelse_nn_1 : N ; - tjaenstegrad_nn_1 : N ; - tjaenstekvinna_nn_1 : N ; - tjaensteman_nn_1 : N ; - tjaenstepension_nn_1 : N ; - tjaensterum_nn_1 : N ; - tjaenstestaellning_nn_1 : N ; - tjaenstetid_nn_1 : N ; - tjaenstgoering_nn_1 : N ; - tjaenstledig_av_1 : A ; - tjaenstledighet_nn_1 : N ; - tjaenstvillig_av_1 : A ; - tjaerblomster_nn_1 : N ; - tjaerbloss_nn_1 : N ; - tjaerdal_nn_1 : N ; - tjaerframstaellning_nn_1 : N ; - tjaern_nn_1 : N ; - tjafsig_av_1 : A ; - tjalk_nn_1 : N ; - tjallare_nn_1 : N ; - tjatig_av_1 : A ; - tjeck_nn_1 : N ; - tjeckisk_av_1 : A ; - tjeckiska_nn_2 : N ; - tjeckoslovak_nn_1 : N ; - tjeckoslovakisk_av_1 : A ; - tjeckoslovakiska_nn_1 : N ; - tjej_nn_1 : N ; - tjock_av_1 : A ; - tjockflytande_av_1 : A ; - tjockhuding_nn_1 : N ; - tjockis_nn_1 : N ; - tjocklek_nn_1 : N ; - tjockskalle_nn_1 : N ; - tjockskallig_av_1 : A ; - tjocktarm_nn_1 : N ; - tjog_nn_1 : N ; - tjogtals_ab_1 : Adv ; - tjomme_nn_1 : N ; - tjuder_nn_1 : N ; - tjugofemoering_nn_1 : N ; - tjugondedag_nn_1 : N ; - tjugondel_nn_1 : N ; - tjugoplanig_av_1 : A ; - tjugotal_nn_1 : N ; - tjur_nn_1 : N ; - tjurfaektare_nn_1 : N ; - tjurfaektning_nn_1 : N ; - tjurig_av_1 : A ; - tjurnacke_nn_1 : N ; - tjurskalle_nn_1 : N ; - tjurskallig_av_1 : A ; - tjusarlock_nn_1 : N ; - tjusig_av_1 : A ; - tjut_nn_1 : N ; - tjuv_nn_1 : N ; - tjuvaktig_av_1 : A ; - tjuvalarm_nn_1 : N ; - tjuvbagge_nn_1 : N ; - tjuveri_nn_1 : N ; - tjuvgoemmare_nn_1 : N ; - tjuvhaalla_vb_1 : V ; - tjuvknep_nn_1 : N ; - tjuvlarm_nn_1 : N ; - tjuvnad_nn_1 : N ; - tjuvnyp_nn_1 : N ; - tjuvpojke_nn_1 : N ; - tjuvpojksglimt_nn_1 : N ; - tjuvskytt_nn_1 : N ; - tjuvstart_nn_1 : N ; - tjuvstreck_nn_1 : N ; - tjuvstryker_nn_1 : N ; - tjuvtitt_nn_1 : N ; - tjuvtjock_av_1 : A ; - tjuvtryck_nn_1 : N ; - tjyv_nn_1 : N ; - tjyvnyp_nn_1 : N ; - tjyvtjock_av_1 : A ; - toalett_nn_1 : N ; - toalettartikel_nn_1 : N ; - toalettbord_nn_1 : N ; - toalettskaap_nn_1 : N ; - toalettvaal_nn_1 : N ; - tobakist_nn_1 : N ; - tobaksaffaer_nn_1 : N ; - tobakshandlare_nn_1 : N ; - tobaksmonopol_nn_1 : N ; - tobaksvara_nn_1 : N ; - tobis_nn_1 : N ; - tobiskung_nn_1 : N ; - tocken_av_1 : A ; - toddy_nn_1 : N ; - toecken_nn_1 : N ; - toecknig_av_1 : A ; - toeig_av_1 : A ; - toejbar_av_1 : A ; - toejbarhet_nn_1 : N ; - toejning_nn_1 : N ; - toejningsmaetare_nn_1 : N ; - toelp_nn_1 : N ; - toelpaktig_av_1 : A ; - toelpig_av_1 : A ; - toem_nn_1 : N ; - toemring_nn_1 : N ; - toent_nn_1 : N ; - toentig_av_1 : A ; - toerhaenda_ab_1 : Adv ; - toern_nn_1 : N ; - toernbestroedd_av_1 : A ; - toernbuske_nn_1 : N ; - toernekroent_av_1 : A ; - toernig_av_1 : A ; - toernsaangare_nn_1 : N ; - toerntagg_nn_1 : N ; - toerstig_av_1 : A ; - toerstslaeckande_av_1 : A ; - toes_nn_1 : N ; - toffel_nn_1 : N ; - toffeldjur_nn_1 : N ; - toffelhjaelte_nn_1 : N ; - tofs_nn_1 : N ; - tofsig_av_1 : A ; - tofsmes_nn_1 : N ; - tofsoera_nn_1 : N ; - tofsskivling_nn_1 : N ; - toft_nn_1 : N ; - toftvaegare_nn_1 : N ; - togoles_nn_1 : N ; - togolesisk_av_1 : A ; - tok_nn_1 : N ; - toker_nn_1 : N ; - tokeri_nn_1 : N ; - tokig_av_1 : A ; - tokrolig_av_1 : A ; - tokstolle_nn_1 : N ; - tolerabel_av_1 : A ; - tolerans_nn_1 : N ; - tolerant_av_1 : A ; - tolft_nn_1 : N ; - tolftedel_nn_1 : N ; - tolk_nn_1 : N ; - tolkare_nn_1 : N ; - tolkning_nn_1 : N ; - tolkningsfraaga_nn_1 : N ; - tolvfingertarm_nn_1 : N ; - tolvman_nn_1 : N ; - tolvmilsgraens_nn_1 : N ; - tolvskilling_nn_1 : N ; - tom_av_1 : A ; - tom_nn_1 : N ; - tomahawk_nn_1 : N ; - tomat_nn_1 : N ; - tombutelj_nn_1 : N ; - tomglas_nn_1 : N ; - tomhaent_av_1 : A ; - tomhet_nn_1 : N ; - tomning_ab_1 : Adv ; - tomografi_nn_1 : N ; - tomrum_nn_1 : N ; - tomt_nn_1 : N ; - tomte_nn_1 : N ; - tomtebisse_nn_1 : N ; - tomtebloss_nn_1 : N ; - tomtemask_nn_1 : N ; - tomtenisse_nn_1 : N ; - tomtjobbare_nn_1 : N ; - tomtmark_nn_1 : N ; - tomtraettsavgaeld_nn_1 : N ; - ton_nn_1 : N ; - ton_nn_2 : N ; - tonaarig_av_1 : A ; - tonaaring_nn_1 : N ; - tonaarsidol_nn_1 : N ; - tonal_av_1 : A ; - tonalitet_nn_1 : N ; - tonande_av_1 : A ; - tonarm_nn_1 : N ; - tonart_nn_1 : N ; - tonband_nn_1 : N ; - tondoev_av_1 : A ; - tonem_nn_1 : N ; - tonett_nn_1 : N ; - tonfall_nn_1 : N ; - tonfisk_nn_1 : N ; - tonfoeljd_nn_1 : N ; - tongan_nn_1 : N ; - tongivande_av_1 : A ; - tonhoejd_nn_1 : N ; - tonikum_nn_1 : N ; - toning_nn_1 : N ; - tonisk_av_1 : A ; - tonkilometer_nn_1 : N ; - tonlaege_nn_1 : N ; - tonloes_av_1 : A ; - tonmaalning_nn_1 : N ; - tonomfaang_nn_1 : N ; - tonomraade_nn_1 : N ; - tonsaeker_av_1 : A ; - tonsaettare_nn_1 : N ; - tonsaettning_nn_1 : N ; - tonsill_nn_1 : N ; - tonspraak_nn_1 : N ; - tonsteg_nn_1 : N ; - tonstyrka_nn_1 : N ; - tonsur_nn_1 : N ; - tonsystem_nn_1 : N ; - tontraeffning_nn_1 : N ; - tonvis_ab_1 : Adv ; - topas_nn_1 : N ; - topless_av_1 : A ; - topograf_nn_1 : N ; - topografisk_av_1 : A ; - topologi_nn_1 : N ; - topologisk_av_1 : A ; - topp_nn_1 : N ; - toppbefattning_nn_1 : N ; - toppbegaavning_nn_1 : N ; - toppeld_nn_1 : N ; - toppen_av_1 : A ; - toppenbra_av_1 : A ; - toppformig_av_1 : A ; - topphugga_vb_1 : V ; - toppig_av_1 : A ; - toppknopp_nn_1 : N ; - toppkonferens_nn_1 : N ; - toppkraft_nn_1 : N ; - topplaan_nn_1 : N ; - topplock_nn_1 : N ; - toppman_nn_1 : N ; - toppmast_nn_1 : N ; - toppmoete_nn_1 : N ; - toppmurkla_nn_1 : N ; - toppnivaa_nn_1 : N ; - topprida_vb_1 : V ; - toppsegel_nn_1 : N ; - toppstyrd_av_1 : A ; - toque_nn_1 : N ; - tordmule_nn_1 : N ; - tordoen_nn_1 : N ; - tordoensroest_nn_1 : N ; - tordoensstaemma_nn_1 : N ; - tordyvel_nn_1 : N ; - toreador_nn_1 : N ; - torero_nn_1 : N ; - torftig_av_1 : A ; - torg_nn_1 : N ; - torgdag_nn_1 : N ; - torgstaand_nn_1 : N ; - tork_nn_1 : N ; - torkaemne_nn_1 : N ; - torkarblad_nn_1 : N ; - torkeri_nn_1 : N ; - torkhandduk_nn_1 : N ; - torkhuv_nn_1 : N ; - torkkatastrof_nn_1 : N ; - torkning_nn_1 : N ; - torkperiod_nn_1 : N ; - torkrum_nn_1 : N ; - torkskaap_nn_1 : N ; - torkstaell_nn_1 : N ; - torkstreck_nn_1 : N ; - torktumlare_nn_1 : N ; - torn_nn_1 : N ; - torn_nn_2 : N ; - tornado_nn_1 : N ; - tornering_nn_1 : N ; - tornerspel_nn_1 : N ; - tornfalk_nn_1 : N ; - tornister_nn_1 : N ; - tornseglare_nn_1 : N ; - tornur_nn_1 : N ; - tornvaektare_nn_1 : N ; - torp_nn_1 : N ; - torpare_nn_1 : N ; - torped_nn_1 : N ; - torpedbaat_nn_1 : N ; - torpedtub_nn_1 : N ; - torr_av_1 : A ; - torrbatteri_nn_1 : N ; - torrboll_nn_1 : N ; - torrdestillation_nn_1 : N ; - torrelement_nn_1 : N ; - torris_nn_2 : N ; - torrklosett_nn_1 : N ; - torrnaal_nn_1 : N ; - torroegd_av_1 : A ; - torrolig_av_1 : A ; - torrperiod_nn_1 : N ; - torrschampo_nn_1 : N ; - torrskodd_av_1 : A ; - torrtid_nn_1 : N ; - torsdag_nn_1 : N ; - torsdagskvaell_nn_1 : N ; - torsdagsmorgon_nn_1 : N ; - torsk_nn_1 : N ; - torskfisk_nn_1 : N ; - torskoega_nn_1 : N ; - torso_nn_1 : N ; - tortyr_nn_1 : N ; - tortyrkammare_nn_1 : N ; - tortyrredskap_nn_1 : N ; - torvaktig_av_1 : A ; - torvdike_nn_1 : N ; - torvgrav_nn_1 : N ; - torvjord_nn_1 : N ; - torvmosse_nn_1 : N ; - torvmossfynd_nn_1 : N ; - torvmullsklosett_nn_1 : N ; - torvspade_nn_1 : N ; - torvtaekt_nn_1 : N ; - torvtak_nn_1 : N ; - tory_nn_1 : N ; - tosig_av_1 : A ; - tosing_nn_1 : N ; - tosk_nn_1 : N ; - toskansk_av_1 : A ; - tossig_av_1 : A ; - total_av_1 : A ; - totalfoerbjuda_vb_1 : V ; - totalfoerbud_nn_1 : N ; - totalfoermoerkelse_nn_1 : N ; - totalhaveri_nn_1 : N ; - totalisator_nn_1 : N ; - totalitaer_av_1 : A ; - totaliter_ab_1 : Adv ; - totalitet_nn_1 : N ; - totalvaerde_nn_1 : N ; - totalvikt_nn_1 : N ; - totempaale_nn_1 : N ; - totempelare_nn_1 : N ; - toto_nn_1 : N ; - totospel_nn_1 : N ; - tott_nn_1 : N ; - touche_nn_1 : N ; - toujours_av_1 : A ; - toupe_nn_1 : N ; - tournedos_nn_1 : N ; - tovig_av_1 : A ; - toxafen_nn_1 : N ; - toxicitet_nn_1 : N ; - toxikologisk_av_1 : A ; - toxisk_av_1 : A ; - traackelstygn_nn_1 : N ; - traackeltraad_nn_1 : N ; - traackling_nn_1 : N ; - traad_nn_1 : N ; - traadaemne_nn_1 : N ; - traadbindning_nn_1 : N ; - traadbuss_nn_1 : N ; - traadduk_nn_1 : N ; - traadig_av_1 : A ; - traadknapp_nn_1 : N ; - traadkors_nn_1 : N ; - traadliknande_av_1 : A ; - traadloes_av_1 : A ; - traadmask_nn_1 : N ; - traadraet_av_1 : A ; - traadrulle_nn_1 : N ; - traadsax_nn_1 : N ; - traadskivling_nn_1 : N ; - traadsliten_av_1 : A ; - traadsmal_av_1 : A ; - traadspik_nn_1 : N ; - traag_nn_1 : N ; - traagdal_nn_1 : N ; - traakig_av_1 : A ; - traakmaans_nn_1 : N ; - traakning_nn_1 : N ; - traal_nn_1 : N ; - traalare_nn_1 : N ; - traanad_nn_1 : N ; - traang_av_1 : A ; - traangbodd_av_1 : A ; - traangmaal_nn_1 : N ; - traangsint_av_1 : A ; - traangsynt_av_1 : A ; - traansjuk_av_1 : A ; - trad_nn_1 : N ; - tradig_av_1 : A ; - tradition_nn_1 : N ; - traditionalist_nn_1 : N ; - traditionell_av_1 : A ; - traditionsbaerare_nn_1 : N ; - traditionsbrott_nn_1 : N ; - traditionsbunden_av_1 : A ; - traditionsenlig_av_1 : A ; - trae_nn_1 : N ; - traeaktig_av_1 : A ; - traeavfall_nn_1 : N ; - traeben_nn_1 : N ; - traebit_nn_1 : N ; - traeblaasare_nn_1 : N ; - traeblaasinstrument_nn_1 : N ; - traebock_nn_1 : N ; - traecell_nn_1 : N ; - traed_nn_1 : N ; - traeddiagram_nn_1 : N ; - traedestillation_nn_1 : N ; - traedgaard_nn_1 : N ; - traedgaardsaert_nn_1 : N ; - traedgaardsarkitekt_nn_1 : N ; - traedgaardsbuske_nn_1 : N ; - traedgaardsmaestare_nn_1 : N ; - traedgaardsmoebel_nn_1 : N ; - traedgaardsodling_nn_1 : N ; - traedgaardsprydnad_nn_1 : N ; - traedgaardssaangare_nn_1 : N ; - traedgaardssax_nn_1 : N ; - traedgraens_nn_1 : N ; - traedkrypare_nn_1 : N ; - traedliknande_av_1 : A ; - traedmogen_av_1 : A ; - traednaal_nn_1 : N ; - traedrot_nn_1 : N ; - traedslag_nn_1 : N ; - traedstam_nn_1 : N ; - traedstruktur_nn_1 : N ; - traedstygn_nn_1 : N ; - traedsvamp_nn_1 : N ; - traedtopp_nn_1 : N ; - traefartyg_nn_1 : N ; - traeff_nn_1 : N ; - traeffande_av_1 : A ; - traeffbild_nn_1 : N ; - traeffning_nn_1 : N ; - traeffpunkt_nn_1 : N ; - traeffsaeker_av_1 : A ; - traeffsaekerhet_nn_1 : N ; - traefiber_nn_1 : N ; - traefil_nn_1 : N ; - traefraes_nn_1 : N ; - traefri_av_1 : A ; - traegen_av_1 : A ; - traegolv_nn_1 : N ; - traegravyr_nn_1 : N ; - traehaest_nn_1 : N ; - traeig_av_1 : A ; - traeindustri_nn_1 : N ; - traekarl_nn_1 : N ; - traekol_nn_1 : N ; - trael_nn_1 : N ; - traelbinda_vb_1 : V ; - traeldom_nn_1 : N ; - traelig_av_1 : A ; - traemask_nn_1 : N ; - traemortel_nn_1 : N ; - traenare_nn_1 : N ; - traengande_av_1 : A ; - traengd_av_1 : A ; - traengning_nn_1 : N ; - traengtrupp_nn_1 : N ; - traening_nn_1 : N ; - traeningsdraekt_nn_1 : N ; - traeningslaeger_nn_1 : N ; - traeningsoverall_nn_1 : N ; - traenjon_nn_1 : N ; - traens_nn_1 : N ; - traepinne_nn_1 : N ; - traeprodukt_nn_1 : N ; - traeram_nn_1 : N ; - traesk_nn_1 : N ; - traeskaal_nn_1 : N ; - traeskalle_nn_1 : N ; - traeskallig_av_1 : A ; - traesked_nn_1 : N ; - traeskfolk_nn_1 : N ; - traeskland_nn_1 : N ; - traesko_nn_1 : N ; - traeskodans_nn_1 : N ; - traeskostoevel_nn_1 : N ; - traeskruv_nn_1 : N ; - traeskydd_nn_1 : N ; - traeskyddsmedel_nn_1 : N ; - traeslag_nn_1 : N ; - traeslev_nn_1 : N ; - traeslip_nn_1 : N ; - traeslott_nn_1 : N ; - traesnidare_nn_1 : N ; - traesnideri_nn_1 : N ; - traesnitt_nn_1 : N ; - traesnittsstock_nn_1 : N ; - traestav_nn_1 : N ; - traestick_nn_1 : N ; - traestift_nn_1 : N ; - traeteknisk_av_1 : A ; - traetgirig_av_1 : A ; - traetlysten_av_1 : A ; - traetobroder_nn_1 : N ; - traetoffel_nn_1 : N ; - traevit_av_1 : A ; - trafikabel_av_1 : A ; - trafikant_nn_1 : N ; - trafikdelare_nn_1 : N ; - trafikfarlig_av_1 : A ; - trafikflygare_nn_1 : N ; - trafikflygplan_nn_1 : N ; - trafikfoersaekring_nn_1 : N ; - trafikfyr_nn_1 : N ; - trafikkort_nn_1 : N ; - trafikled_nn_1 : N ; - trafikledare_nn_1 : N ; - trafikljus_nn_1 : N ; - trafikmaerke_nn_1 : N ; - trafikplats_nn_1 : N ; - trafikregel_nn_1 : N ; - trafikreglering_nn_1 : N ; - trafiksaeker_av_1 : A ; - trafiksaekerhet_nn_1 : N ; - trafiksaekerhetsverk_nn_1 : N ; - trafiksignal_nn_1 : N ; - trafikstockning_nn_1 : N ; - trafiktillstaand_nn_1 : N ; - trafikvakt_nn_1 : N ; - tragedi_nn_1 : N ; - tragedienn_nn_1 : N ; - tragedifoerfattare_nn_1 : N ; - tragglig_av_1 : A ; - tragiker_nn_1 : N ; - tragikomedi_nn_1 : N ; - tragikomisk_av_1 : A ; - tragisk_av_1 : A ; - tragoed_nn_1 : N ; - trailer_nn_1 : N ; - traj_nn_1 : N ; - trakasseri_nn_1 : N ; - trake_nn_1 : N ; - trakegael_nn_1 : N ; - trakom_nn_1 : N ; - trakt_nn_1 : N ; - traktat_nn_1 : N ; - traktblaedning_nn_1 : N ; - traktering_nn_1 : N ; - trakthugga_vb_1 : V ; - traktoer_nn_1 : N ; - traktor_nn_1 : N ; - traktordaeck_nn_1 : N ; - traktur_nn_1 : N ; - trakyt_nn_1 : N ; - trall_nn_1 : N ; - trall_nn_2 : N ; - trallvagn_nn_1 : N ; - trampbaat_nn_1 : N ; - trampbil_nn_1 : N ; - trampcykel_nn_1 : N ; - trampfartyg_nn_1 : N ; - tramphjul_nn_1 : N ; - trampkvarn_nn_1 : N ; - trampoert_nn_1 : N ; - trampolin_nn_1 : N ; - trampsax_nn_1 : N ; - tramsig_av_1 : A ; - tranbaer_nn_1 : N ; - tranben_nn_1 : N ; - trance_nn_1 : N ; - tranch_nn_1 : N ; - trankil_av_1 : A ; - trankilitet_nn_1 : N ; - transaktion_nn_1 : N ; - transaktionsanalys_nn_1 : N ; - transalpin_av_1 : A ; - transalpinsk_av_1 : A ; - transatlantisk_av_1 : A ; - transcendent_av_1 : A ; - transcendental_av_1 : A ; - transduktor_nn_1 : N ; - transferering_nn_1 : N ; - transfiguration_nn_1 : N ; - transformation_nn_1 : N ; - transformator_nn_1 : N ; - transformatorstation_nn_1 : N ; - transfusion_nn_1 : N ; - transgression_nn_1 : N ; - transistor_nn_1 : N ; - transitering_nn_1 : N ; - transithall_nn_1 : N ; - transitiv_av_1 : A ; - transitlast_nn_1 : N ; - transitohamn_nn_1 : N ; - transitorisk_av_1 : A ; - transkontinental_av_1 : A ; - transkription_nn_1 : N ; - translator_nn_1 : N ; - translitteration_nn_1 : N ; - transmission_nn_1 : N ; - transmitter_nn_1 : N ; - transmutation_nn_1 : N ; - transocean_av_1 : A ; - transoceansk_av_1 : A ; - transparang_nn_1 : N ; - transparent_av_1 : A ; - transperson_nn_1 : N ; - transplantat_nn_1 : N ; - transplantation_nn_1 : N ; - transponder_nn_1 : N ; - transponering_nn_1 : N ; - transport_nn_1 : N ; - transportabel_av_1 : A ; - transportanordning_nn_1 : N ; - transportarbetare_nn_1 : N ; - transportavtal_nn_1 : N ; - transportband_nn_1 : N ; - transportfoerbud_nn_1 : N ; - transportfoeretag_nn_1 : N ; - transportlaege_nn_1 : N ; - transportmedel_nn_1 : N ; - transportmekanism_nn_1 : N ; - transportnaet_nn_1 : N ; - transportoer_nn_1 : N ; - transportprocess_nn_1 : N ; - transportsystem_nn_1 : N ; - transposition_nn_1 : N ; - transsexuell_av_1 : A ; - transsibirisk_av_1 : A ; - transsubstantiation_nn_1 : N ; - transumt_nn_1 : N ; - transuran_nn_1 : N ; - transversal_av_1 : A ; - transversal_nn_1 : N ; - transversalaxel_nn_1 : N ; - transversell_av_1 : A ; - transvestit_nn_1 : N ; - trapets_nn_1 : N ; - trapets_nn_2 : N ; - trapetsoid_nn_1 : N ; - trapp_nn_1 : N ; - trappavsats_nn_1 : N ; - trapper_nn_1 : N ; - trappgavel_nn_1 : N ; - trapphus_nn_1 : N ; - trappliknande_av_1 : A ; - trappraecke_nn_1 : N ; - trappsmyg_nn_1 : N ; - trappsteg_nn_1 : N ; - trappstege_nn_1 : N ; - trapptorn_nn_1 : N ; - trappuppgaang_nn_1 : N ; - traselegant_av_1 : A ; - trasgrann_av_1 : A ; - trashank_nn_1 : N ; - trasig_av_1 : A ; - trassat_nn_1 : N ; - trasselsudd_nn_1 : N ; - trassent_nn_1 : N ; - trasslig_av_1 : A ; - trast_nn_1 : N ; - trastfaagel_nn_1 : N ; - trasunge_nn_1 : N ; - tratt_nn_1 : N ; - trattformig_av_1 : A ; - trattkantarell_nn_1 : N ; - trattliknande_av_1 : A ; - trattprick_nn_1 : N ; - trattskivling_nn_1 : N ; - trauma_nn_1 : N ; - traumatisk_av_1 : A ; - travare_nn_1 : N ; - trave_nn_1 : N ; - travers_nn_1 : N ; - travesti_nn_1 : N ; - travhaest_nn_1 : N ; - travtaevling_nn_1 : N ; - treaarig_av_1 : A ; - treaaring_nn_1 : N ; - treaktare_nn_1 : N ; - trebent_av_1 : A ; - trebetygskurs_nn_1 : N ; - tredelning_nn_1 : N ; - tredimensionell_av_1 : A ; - tredjedag_nn_1 : N ; - tredjedel_nn_1 : N ; - tredjegaangstillsaettning_nn_1 : N ; - tredjeopponent_nn_1 : N ; - tredjeplats_nn_1 : N ; - tredsk_av_1 : A ; - tredskodom_nn_1 : N ; - tredubbel_av_1 : A ; - treenig_av_1 : A ; - treenighet_nn_1 : N ; - trefaergstryck_nn_1 : N ; - trefald_nn_1 : N ; - trefaldig_av_1 : A ; - trefaldighet_nn_1 : N ; - trefalt_ab_1 : Adv ; - trefas_av_1 : A ; - trefasig_av_1 : A ; - trefilig_av_1 : A ; - treglasfoenster_nn_1 : N ; - trehjuling_nn_1 : N ; - trehoerning_nn_1 : N ; - trekant_nn_1 : N ; - trekantig_av_1 : A ; - trekarlspolska_nn_1 : N ; - treklang_nn_1 : N ; - trekvartslaang_av_1 : A ; - trelaekarstation_nn_1 : N ; - treledarsystem_nn_1 : N ; - trema_nn_1 : N ; - tremaenning_nn_1 : N ; - tremastare_nn_1 : N ; - tremilsgraens_nn_1 : N ; - tremolo_nn_1 : N ; - tremulant_nn_1 : N ; - trench_nn_1 : N ; - trenchcoat_nn_1 : N ; - trend_nn_1 : N ; - trendig_av_1 : A ; - trendnisse_nn_1 : N ; - trendsaettare_nn_1 : N ; - trepan_nn_1 : N ; - trepanation_nn_1 : N ; - trepass_nn_1 : N ; - trepunktsbaelte_nn_1 : N ; - treradig_av_1 : A ; - trerading_nn_1 : N ; - trerummare_nn_1 : N ; - trerumslaegenhet_nn_1 : N ; - tresiffrig_av_1 : A ; - tresnibb_nn_1 : N ; - trespaend_av_1 : A ; - trespann_nn_1 : N ; - trestavig_av_1 : A ; - trestegshopp_nn_1 : N ; - trestegsraket_nn_1 : N ; - trestjaernig_av_1 : A ; - trestruken_av_1 : A ; - tretaar_nn_1 : N ; - tretal_nn_1 : N ; - trettiaarig_av_1 : A ; - trettioaarig_av_1 : A ; - trettiondel_nn_1 : N ; - trettiotal_nn_1 : N ; - trettital_nn_1 : N ; - trettondagsafton_nn_1 : N ; - trettondel_nn_1 : N ; - tretumsspik_nn_1 : N ; - treudd_nn_1 : N ; - trevaaningshus_nn_1 : N ; - trevaegskran_nn_1 : N ; - trevande_av_1 : A ; - trevare_nn_1 : N ; - treven_av_1 : A ; - trevinklig_av_1 : A ; - trevlig_av_1 : A ; - trevnad_nn_1 : N ; - triad_nn_1 : N ; - triangel_nn_1 : N ; - triangelbyte_nn_1 : N ; - triangeldrama_nn_1 : N ; - triangelkoppling_nn_1 : N ; - triangelmatch_nn_1 : N ; - triangelpunkt_nn_1 : N ; - triangelsida_nn_1 : N ; - triangulaer_av_1 : A ; - tribad_nn_1 : N ; - tribadisk_av_1 : A ; - tribun_nn_1 : N ; - tribunal_nn_1 : N ; - tribunat_nn_1 : N ; - tribut_nn_1 : N ; - tricepsmuskel_nn_1 : N ; - trick_nn_1 : N ; - trick_nn_2 : N ; - trickfilm_nn_1 : N ; - tricks_nn_1 : N ; - triennal_nn_1 : N ; - triftong_nn_1 : N ; - triglyf_nn_1 : N ; - trigonometrisk_av_1 : A ; - trikaa_nn_1 : N ; - trikaavara_nn_1 : N ; - trikin_nn_1 : N ; - trikinoes_av_1 : A ; - trikolor_nn_1 : N ; - trilateral_av_1 : A ; - triljon_nn_1 : N ; - triljondel_nn_1 : N ; - trilling_nn_1 : N ; - trillingkristall_nn_1 : N ; - trillingnerv_nn_1 : N ; - trillion_nn_1 : N ; - trilobit_nn_1 : N ; - trilogi_nn_1 : N ; - trilsk_av_1 : A ; - trilskande_av_1 : A ; - trilsken_av_1 : A ; - trimeter_nn_1 : N ; - trimtank_nn_1 : N ; - trind_av_1 : A ; - trindbladig_av_1 : A ; - trindmask_nn_1 : N ; - trinidadier_nn_1 : N ; - trinidadisk_av_1 : A ; - trio_nn_1 : N ; - triod_nn_1 : N ; - trioer_nn_1 : N ; - triol_nn_1 : N ; - trioxipurin_nn_1 : N ; - triplett_nn_1 : N ; - tripod_nn_1 : N ; - tripp_nn_1 : N ; - tripp_nn_2 : N ; - trippel_nn_2 : N ; - trippelallians_nn_1 : N ; - trippelkrock_nn_1 : N ; - trippelpunkt_nn_1 : N ; - trippelseger_nn_1 : N ; - trippmaetare_nn_1 : N ; - trips_nn_1 : N ; - triptyk_nn_1 : N ; - trist_av_1 : A ; - triton_nn_1 : N ; - triumf_nn_1 : N ; - triumfator_nn_1 : N ; - triumfatorisk_av_1 : A ; - triumfbaage_nn_1 : N ; - triumvir_nn_1 : N ; - triumvirat_nn_1 : N ; - trivial_av_1 : A ; - trivialitet_nn_1 : N ; - trivialnamn_nn_1 : N ; - trivsam_av_1 : A ; - troeg_av_1 : A ; - troegbedd_av_1 : A ; - troegdjur_nn_1 : N ; - troegflytande_av_1 : A ; - troeghet_nn_1 : N ; - troeghetsnavigering_nn_1 : N ; - troeglaest_av_1 : A ; - troegtaenkt_av_1 : A ; - troende_av_1 : A ; - troeskel_nn_1 : N ; - troeskelvaerde_nn_1 : N ; - troeskverk_nn_1 : N ; - troest_nn_2 : N ; - troestare_nn_1 : N ; - troestegrund_nn_1 : N ; - troesterik_av_1 : A ; - troestloes_av_1 : A ; - troestmaal_nn_1 : N ; - troestnapp_nn_1 : N ; - troestpris_nn_1 : N ; - troett_av_1 : A ; - troetthet_nn_1 : N ; - troettkoerd_av_1 : A ; - troettsam_av_1 : A ; - trofast_av_1 : A ; - trofasthet_nn_1 : N ; - trofe_nn_1 : N ; - trogen_av_1 : A ; - troglodyt_nn_1 : N ; - trohet_nn_1 : N ; - trohetsed_nn_1 : N ; - trohjaertenhet_nn_1 : N ; - trojan_nn_1 : N ; - trojansk_av_1 : A ; - trojeborg_nn_1 : N ; - trokaisk_av_1 : A ; - troke_nn_1 : N ; - trokeisk_av_1 : A ; - trolig_av_1 : A ; - troligen_ab_1 : Adv ; - troligtvis_ab_1 : Adv ; - troll_nn_1 : N ; - trollbaer_nn_1 : N ; - trollbarn_nn_1 : N ; - trollbinda_vb_1 : V ; - trolldeg_nn_1 : N ; - trolldom_nn_1 : N ; - trolldomsrit_nn_1 : N ; - trolldryck_nn_1 : N ; - trolleri_nn_1 : N ; - trollerikonst_nn_1 : N ; - trolleybuss_nn_1 : N ; - trollformel_nn_1 : N ; - trollhare_nn_1 : N ; - trollkaering_nn_1 : N ; - trollkarl_nn_1 : N ; - trollkonst_nn_1 : N ; - trollkonstnaer_nn_1 : N ; - trollkunnig_av_1 : A ; - trollsaang_nn_1 : N ; - trollskott_nn_1 : N ; - trollslag_nn_1 : N ; - trollspoe_nn_1 : N ; - trollstav_nn_1 : N ; - troloes_av_1 : A ; - troloeshet_nn_1 : N ; - trolovning_nn_1 : N ; - trolovningsbarn_nn_1 : N ; - trolsk_av_1 : A ; - troman_nn_1 : N ; - tromb_nn_1 : N ; - trombocyt_nn_1 : N ; - trombon_nn_1 : N ; - trombonist_nn_1 : N ; - trombos_nn_1 : N ; - tromla_nn_1 : N ; - tron_nn_1 : N ; - tronarvinge_nn_1 : N ; - tronavsaegelse_nn_1 : N ; - tronbestigning_nn_1 : N ; - tronfoeljare_nn_1 : N ; - tronfoeljd_nn_1 : N ; - tronfoeljerska_nn_1 : N ; - tronhimmel_nn_1 : N ; - tronpretendent_nn_1 : N ; - tronsal_nn_1 : N ; - tronskifte_nn_1 : N ; - trontal_nn_1 : N ; - trontilltraede_nn_1 : N ; - trop_nn_1 : N ; - tropik_nn_1 : N ; - tropikfaagel_nn_1 : N ; - tropikhjaelm_nn_1 : N ; - tropisk_av_1 : A ; - tropism_nn_1 : N ; - troposfaer_nn_1 : N ; - tropp_nn_1 : N ; - trosartikel_nn_1 : N ; - trosbekaennare_nn_1 : N ; - trosbekaennelse_nn_1 : N ; - trosfast_av_1 : A ; - trosfraende_nn_1 : N ; - trosfrihet_nn_1 : N ; - trosgoerdel_nn_1 : N ; - trosivrare_nn_1 : N ; - troskyldig_av_1 : A ; - trosroerelse_nn_1 : N ; - tross_nn_1 : N ; - trossamfund_nn_1 : N ; - trossats_nn_1 : N ; - trossbotten_nn_1 : N ; - trossdaeck_nn_1 : N ; - trossfyllning_nn_1 : N ; - trosslagen_av_1 : A ; - trossning_nn_1 : N ; - trosviss_av_1 : A ; - trotjaenare_nn_1 : N ; - trotsaalder_nn_1 : N ; - trotsig_av_1 : A ; - trotskist_nn_1 : N ; - trottoar_nn_1 : N ; - trottoarbonde_nn_1 : N ; - trottoarservering_nn_1 : N ; - trovaerd_av_1 : A ; - trovaerdig_av_1 : A ; - trubadur_nn_1 : N ; - trubbel_nn_1 : N ; - trubbig_av_1 : A ; - trubbnaest_av_1 : A ; - trubbnos_nn_1 : N ; - trubbnosig_av_1 : A ; - trubbvinklig_av_1 : A ; - truck_nn_1 : N ; - trudelutt_nn_1 : N ; - truism_nn_1 : N ; - truistisk_av_1 : A ; - trulig_av_1 : A ; - truls_nn_1 : N ; - trulsig_av_1 : A ; - trumf_nn_1 : N ; - trumfkort_nn_1 : N ; - trumfmatt_av_1 : A ; - trumhinna_nn_1 : N ; - trumminne_nn_1 : N ; - trumpen_av_1 : A ; - trumpet_nn_1 : N ; - trumpetare_nn_1 : N ; - trumpetstoet_nn_1 : N ; - trumpinne_nn_1 : N ; - trumslagare_nn_1 : N ; - trumstock_nn_1 : N ; - trumvirvel_nn_1 : N ; - trunk_nn_1 : N ; - trunkmaskin_nn_1 : N ; - trupp_nn_1 : N ; - truppfoerband_nn_1 : N ; - truppfoerflyttning_nn_1 : N ; - trupproerelse_nn_1 : N ; - truppslag_nn_1 : N ; - truppstyrka_nn_1 : N ; - trust_nn_1 : N ; - trut_nn_1 : N ; - tryck_nn_1 : N ; - tryckaar_nn_1 : N ; - tryckaccent_nn_1 : N ; - tryckalster_nn_1 : N ; - tryckande_av_1 : A ; - tryckare_nn_1 : N ; - tryckbar_av_1 : A ; - tryckbehaallare_nn_1 : N ; - tryckbokstav_nn_1 : N ; - tryckbraennare_nn_1 : N ; - tryckdraekt_nn_1 : N ; - tryckeri_nn_1 : N ; - tryckfaerg_nn_1 : N ; - tryckfel_nn_1 : N ; - tryckfelsnisse_nn_1 : N ; - tryckfoerband_nn_1 : N ; - tryckform_nn_1 : N ; - tryckfrihet_nn_1 : N ; - tryckkabin_nn_1 : N ; - tryckkaerl_nn_1 : N ; - tryckkammare_nn_1 : N ; - tryckknapp_nn_1 : N ; - tryckkokare_nn_1 : N ; - tryckkontakt_nn_1 : N ; - tryckluftsapparat_nn_1 : N ; - tryckmetod_nn_1 : N ; - tryckning_nn_1 : N ; - tryckoekning_nn_1 : N ; - tryckord_nn_1 : N ; - tryckort_nn_1 : N ; - tryckpress_nn_1 : N ; - tryckpunkt_nn_1 : N ; - trycksaeker_av_1 : A ; - trycksak_nn_1 : N ; - trycksats_nn_1 : N ; - tryckstark_av_1 : A ; - tryckstil_nn_1 : N ; - tryckstyrka_nn_1 : N ; - trycksvag_av_1 : A ; - tryckt_av_1 : A ; - trycktyp_nn_1 : N ; - tryckvattenreaktor_nn_1 : N ; - tryffel_nn_1 : N ; - tryffelsvamp_nn_1 : N ; - trygg_av_1 : A ; - trygghet_nn_1 : N ; - trygghetsfoersaekring_nn_1 : N ; - trygghetsnarkoman_nn_1 : N ; - trymaa_nn_1 : N ; - trypsin_nn_1 : N ; - tsar_nn_1 : N ; - tsardotter_nn_1 : N ; - tsarfamilj_nn_1 : N ; - tub_nn_1 : N ; - tuberkel_nn_1 : N ; - tuberkelbakterie_nn_1 : N ; - tuberkulin_nn_1 : N ; - tuberkuloes_av_1 : A ; - tubkanon_nn_1 : N ; - tubkikare_nn_1 : N ; - tubroer_nn_1 : N ; - tudelning_nn_1 : N ; - tuff_av_1 : A ; - tuff_nn_1 : N ; - tuffing_nn_1 : N ; - tufsig_av_1 : A ; - tuggbuss_nn_1 : N ; - tuggmuskel_nn_1 : N ; - tuggummi_nn_1 : N ; - tukthus_nn_1 : N ; - tuktig_av_1 : A ; - tulkoert_nn_1 : N ; - tull_nn_1 : N ; - tullare_nn_1 : N ; - tullavgift_nn_1 : N ; - tullbesiktning_nn_1 : N ; - tulldeklaration_nn_1 : N ; - tullfri_av_1 : A ; - tullmur_nn_1 : N ; - tullnaer_nn_1 : N ; - tullpass_nn_1 : N ; - tullpliktig_av_1 : A ; - tullskydd_nn_1 : N ; - tulltjaensteman_nn_1 : N ; - tullunion_nn_1 : N ; - tullverk_nn_1 : N ; - tullvisitation_nn_1 : N ; - tulpan_nn_1 : N ; - tulpanloek_nn_1 : N ; - tulpantraed_nn_1 : N ; - tum_nn_1 : N ; - tumgrepp_nn_1 : N ; - tumlare_nn_1 : N ; - tumme_nn_1 : N ; - tummelplats_nn_1 : N ; - tummetott_nn_1 : N ; - tumoer_nn_1 : N ; - tumregel_nn_1 : N ; - tumskruv_nn_1 : N ; - tumstock_nn_1 : N ; - tumsugare_nn_1 : N ; - tumult_nn_1 : N ; - tumultuarisk_av_1 : A ; - tumvante_nn_1 : N ; - tumveck_nn_1 : N ; - tun_nn_1 : N ; - tuner_nn_1 : N ; - tung_av_1 : A ; - tunga_nn_1 : N ; - tungband_nn_1 : N ; - tungben_nn_1 : N ; - tungkoerd_av_1 : A ; - tunglaest_av_1 : A ; - tungljud_nn_1 : N ; - tungmetall_nn_1 : N ; - tungoert_nn_1 : N ; - tungomaal_nn_1 : N ; - tungomaalstalande_av_1 : A ; - tungomaalstalare_nn_1 : N ; - tungrodd_av_1 : A ; - tungrygg_nn_1 : N ; - tungsam_av_1 : A ; - tungsida_nn_1 : N ; - tungsint_av_1 : A ; - tungsinthet_nn_1 : N ; - tungsoevd_av_1 : A ; - tungspene_nn_1 : N ; - tungspets_nn_1 : N ; - tungus_nn_1 : N ; - tungvattenreaktor_nn_1 : N ; - tungviktare_nn_1 : N ; - tunik_nn_1 : N ; - tunisier_nn_1 : N ; - tunisisk_av_1 : A ; - tunisiska_nn_1 : N ; - tunn_av_1 : A ; - tunnband_nn_1 : N ; - tunnbindare_nn_1 : N ; - tunnbinderi_nn_1 : N ; - tunnbladig_av_1 : A ; - tunnbroed_nn_1 : N ; - tunnel_nn_1 : N ; - tunneldiod_nn_1 : N ; - tunneleffekt_nn_1 : N ; - tunnelugn_nn_1 : N ; - tunnhaarig_av_1 : A ; - tunnklaedd_av_1 : A ; - tunnland_nn_1 : N ; - tunnsaadd_av_1 : A ; - tunnsliten_av_1 : A ; - tunnstav_nn_1 : N ; - tunntarm_nn_1 : N ; - tunnvalv_nn_1 : N ; - tupe_nn_1 : N ; - tupp_nn_1 : N ; - tuppfaektning_nn_1 : N ; - tuppfjaet_nn_1 : N ; - tuppkam_nn_1 : N ; - tuppkyckling_nn_1 : N ; - tupplur_nn_1 : N ; - tur_nn_1 : N ; - turban_nn_1 : N ; - turbin_nn_1 : N ; - turbinmotor_nn_1 : N ; - turbojetmotor_nn_1 : N ; - turbojetplan_nn_1 : N ; - turbomotor_nn_1 : N ; - turbopropmotor_nn_1 : N ; - turbulent_av_1 : A ; - turist_nn_1 : N ; - turistbroschyr_nn_1 : N ; - turistbyraa_nn_1 : N ; - turistfoerening_nn_1 : N ; - turistinformation_nn_1 : N ; - turistisk_av_1 : A ; - turistklass_nn_1 : N ; - turistland_nn_1 : N ; - turistnaering_nn_1 : N ; - turistsaeng_nn_1 : N ; - turiststation_nn_1 : N ; - turiststroem_nn_1 : N ; - turiststuga_nn_1 : N ; - turistvaluta_nn_1 : N ; - turk_nn_1 : N ; - turkcypriot_nn_1 : N ; - turkfolk_nn_1 : N ; - turkisk_av_1 : A ; - turkiska_nn_2 : N ; - turkmen_nn_1 : N ; - turkos_av_1 : A ; - turkos_nn_1 : N ; - turkosblaa_av_1 : A ; - turlig_av_1 : A ; - turmalin_nn_1 : N ; - turne_nn_1 : N ; - turnering_nn_1 : N ; - turnyr_nn_1 : N ; - turochreturbiljett_nn_1 : N ; - turordning_nn_1 : N ; - turs_nn_1 : N ; - tursam_av_1 : A ; - tuschteckning_nn_1 : N ; - tusenaarig_av_1 : A ; - tusenaarsrike_nn_1 : N ; - tusende_nn_1 : N ; - tusendel_nn_1 : N ; - tusenfalt_ab_1 : Adv ; - tusenfoting_nn_1 : N ; - tusenkonstnaer_nn_1 : N ; - tusenkronorssedel_nn_1 : N ; - tusenlapp_nn_1 : N ; - tusental_nn_1 : N ; - tusentals_ab_1 : Adv ; - tuss_nn_1 : N ; - tussilago_nn_1 : N ; - tut_nn_1 : N ; - tut_nn_2 : N ; - tuting_nn_1 : N ; - tutt_nn_1 : N ; - tutti_nn_1 : N ; - tuvaluan_nn_1 : N ; - tuvig_av_1 : A ; - tuvtaatel_nn_1 : N ; - tvaaaarig_av_1 : A ; - tvaaaaring_nn_1 : N ; - tvaaaeggstvilling_nn_1 : N ; - tvaabent_av_1 : A ; - tvaablad_nn_1 : N ; - tvaabyggare_nn_1 : N ; - tvaacylindrig_av_1 : A ; - tvaadimensionell_av_1 : A ; - tvaaendel_nn_1 : N ; - tvaafamiljshus_nn_1 : N ; - tvaaformig_av_1 : A ; - tvaafrontskrig_nn_1 : N ; - tvaahaendig_av_1 : A ; - tvaahjaertbladig_av_1 : A ; - tvaahjuling_nn_1 : N ; - tvaal_nn_1 : N ; - tvaalaeppig_av_1 : A ; - tvaalask_nn_1 : N ; - tvaalfager_av_1 : A ; - tvaalig_av_1 : A ; - tvaalkopp_nn_1 : N ; - tvaalopera_nn_1 : N ; - tvaamaenning_nn_1 : N ; - tvaamans_av_1 : A ; - tvaamastare_nn_1 : N ; - tvaangsaatgaerd_nn_1 : N ; - tvaangsfoerestaellning_nn_1 : N ; - tvaangsintagning_nn_1 : N ; - tvaangslaege_nn_1 : N ; - tvaangslag_nn_1 : N ; - tvaangsmaessig_av_1 : A ; - tvaangsmedel_nn_1 : N ; - tvaangsneuros_nn_1 : N ; - tvaangsrekrytering_nn_1 : N ; - tvaangssituation_nn_1 : N ; - tvaangstanke_nn_1 : N ; - tvaangstroeja_nn_1 : N ; - tvaangsvis_ab_1 : Adv ; - tvaaoering_nn_1 : N ; - tvaaondel_nn_1 : N ; - tvaarading_nn_1 : N ; - tvaarummare_nn_1 : N ; - tvaarumslaegenhet_nn_1 : N ; - tvaasamhet_nn_1 : N ; - tvaasiffrig_av_1 : A ; - tvaaspaend_av_1 : A ; - tvaaspann_nn_1 : N ; - tvaaspraakig_av_1 : A ; - tvaastavig_av_1 : A ; - tvaastavighetsaccent_nn_1 : N ; - tvaastruken_av_1 : A ; - tvaataktare_nn_1 : N ; - tvaataktsmotor_nn_1 : N ; - tvaavaaningsbuss_nn_1 : N ; - tvaavinge_nn_1 : N ; - tvaer_av_1 : A ; - tvaerarg_av_1 : A ; - tvaeraxel_nn_1 : N ; - tvaerbalk_nn_1 : N ; - tvaerbjaelke_nn_1 : N ; - tvaerbrant_av_1 : A ; - tvaerfacklig_av_1 : A ; - tvaerfloejt_nn_1 : N ; - tvaergaaende_av_1 : A ; - tvaerhuggen_av_1 : A ; - tvaerilsken_av_1 : A ; - tvaermaett_av_1 : A ; - tvaernit_nn_1 : N ; - tvaerpolitisk_av_1 : A ; - tvaerrandig_av_1 : A ; - tvaers_ab_1 : Adv ; - tvaersaeker_av_1 : A ; - tvaersemot_ab_1 : Adv ; - tvaersigenom_ab_1 : Adv ; - tvaerskepp_nn_1 : N ; - tvaerskepps_ab_1 : Adv ; - tvaerskuren_av_1 : A ; - tvaerslaa_nn_1 : N ; - tvaersnitt_nn_1 : N ; - tvaersoever_ab_1 : Adv ; - tvaersom_ab_1 : Adv ; - tvaerstopp_nn_1 : N ; - tvaerstreck_nn_1 : N ; - tvaerstup_nn_1 : N ; - tvaertemot_ab_1 : Adv ; - tvaertom_ab_1 : Adv ; - tvaervetenskap_nn_1 : N ; - tvaervetenskaplig_av_1 : A ; - tvaervigg_nn_1 : N ; - tvaett_nn_1 : N ; - tvaettaekta_av_1 : A ; - tvaettbar_av_1 : A ; - tvaettbar_nn_1 : N ; - tvaettbjoern_nn_1 : N ; - tvaettbraede_nn_1 : N ; - tvaetteri_nn_1 : N ; - tvaettfat_nn_1 : N ; - tvaettinraettning_nn_1 : N ; - tvaettkorg_nn_1 : N ; - tvaettlapp_nn_1 : N ; - tvaettmaskin_nn_1 : N ; - tvaettmedel_nn_1 : N ; - tvaettomat_nn_1 : N ; - tvaettpulver_nn_1 : N ; - tvaettstaell_nn_1 : N ; - tvaettstuga_nn_1 : N ; - tvaettsvamp_nn_1 : N ; - tvaettvatten_nn_1 : N ; - tvagning_nn_1 : N ; - tvehaagsen_av_1 : A ; - tvekamp_nn_1 : N ; - tvekloes_av_1 : A ; - tveksam_av_1 : A ; - tveksamhet_nn_1 : N ; - tvestjaert_nn_1 : N ; - tvetydig_av_1 : A ; - tvetydighet_nn_1 : N ; - tvilling_nn_1 : N ; - tvillingkristall_nn_1 : N ; - tvillingmaskin_nn_1 : N ; - tvillingvagn_nn_1 : N ; - tving_nn_1 : N ; - tvinga_vb_1 : V ; - tvingande_av_1 : A ; - tvinsjuk_av_1 : A ; - tvist_nn_1 : N ; - tvistefraaga_nn_1 : N ; - tvistefroe_nn_1 : N ; - tvistemaal_nn_1 : N ; - tvistig_av_1 : A ; - tvistighet_nn_1 : N ; - tvistsoem_nn_1 : N ; - tvivel_nn_1 : N ; - tvivelaktig_av_1 : A ; - tvivelsam_av_1 : A ; - tvivelsjuk_av_1 : A ; - tvivelsutan_ab_1 : Adv ; - tvivlare_nn_1 : N ; - tvungen_av_1 : A ; - tyckare_nn_1 : N ; - tyckmycken_av_1 : A ; - tydbar_av_1 : A ; - tydlig_av_1 : A ; - tydligen_ab_1 : Adv ; - tydlighet_nn_1 : N ; - tydligtvis_ab_1 : Adv ; - tyfoidbakterie_nn_1 : N ; - tyfoidepidemi_nn_1 : N ; - tyfon_nn_1 : N ; - tyg_nn_1 : N ; - tygband_nn_1 : N ; - tygbredd_nn_1 : N ; - tygel_nn_1 : N ; - tygelloes_av_1 : A ; - tygkant_nn_1 : N ; - tyglapp_nn_1 : N ; - tygprov_nn_1 : N ; - tygrest_nn_1 : N ; - tygrulle_nn_1 : N ; - tygsko_nn_1 : N ; - tygtryck_nn_1 : N ; - tyken_av_1 : A ; - tykobrahedag_nn_1 : N ; - tyllschal_nn_1 : N ; - tympanon_nn_1 : N ; - tyngd_nn_1 : N ; - tyngdkraftsstoerning_nn_1 : N ; - tyngdloes_av_1 : A ; - tyngdlyftare_nn_1 : N ; - tyngdpunkt_nn_1 : N ; - typ_ab_1 : Adv ; - typ_nn_1 : N ; - typbesiktning_nn_1 : N ; - typbildande_av_1 : A ; - typexempel_nn_1 : N ; - typfall_nn_1 : N ; - typisk_av_1 : A ; - typograf_nn_1 : N ; - typografi_nn_1 : N ; - typografisk_av_1 : A ; - typologi_nn_1 : N ; - typsnitt_nn_1 : N ; - typvaerde_nn_1 : N ; - tyrann_nn_1 : N ; - tyrannisk_av_1 : A ; - tyristor_nn_1 : N ; - tyrolare_nn_1 : N ; - tyrolerhatt_nn_1 : N ; - tyrolsk_av_1 : A ; - tyrolska_nn_1 : N ; - tysk_av_1 : A ; - tysk_nn_1 : N ; - tysk_romersk_av_1 : A ; - tysk_schweizisk_av_1 : A ; - tysk_svensk_av_1 : A ; - tyska_nn_2 : N ; - tyskhare_nn_1 : N ; - tyskspraakig_av_1 : A ; - tyst_av_1 : A ; - tysthet_nn_1 : N ; - tysthetsloefte_nn_1 : N ; - tystlaaten_av_1 : A ; - tystnad_nn_1 : N ; - tyvaerr_ab_1 : Adv ; - u_baat_nn_1 : N ; - u_formig_av_1 : A ; - u_land_nn_1 : N ; - ubaat_nn_1 : N ; - ubaatsfoerstoerare_nn_1 : N ; - ubaatsjagare_nn_1 : N ; - ubaatsjakt_nn_1 : N ; - ubaatsjaktfartyg_nn_1 : N ; - ubaatsnaet_nn_1 : N ; - ubikvist_nn_1 : N ; - ubikvitet_nn_1 : N ; - udd_nn_1 : N ; - udda_av_1 : A ; - uddamaal_nn_1 : N ; - uddanummer_nn_1 : N ; - uddaplagg_nn_1 : N ; - uddataaig_av_1 : A ; - uddatalsmetod_nn_1 : N ; - uddblad_nn_1 : N ; - udde_nn_1 : N ; - uddig_av_1 : A ; - uddjaern_nn_1 : N ; - uddljud_nn_1 : N ; - uddloes_av_1 : A ; - uddrim_nn_1 : N ; - ufo_nn_1 : N ; - ugandier_nn_1 : N ; - ugandisk_av_1 : A ; - uggla_nn_1 : N ; - uggleboll_nn_1 : N ; - ugn_nn_1 : N ; - ugnseldfast_av_1 : A ; - ugnsinfodring_nn_1 : N ; - ugnskol_nn_1 : N ; - ugnskolning_nn_1 : N ; - ugnsomelett_nn_1 : N ; - ugnsplaat_nn_1 : N ; - ugnsspade_nn_1 : N ; - ugnstegel_nn_1 : N ; - ugnsvarm_av_1 : A ; - ukas_nn_1 : N ; - ukrainare_nn_1 : N ; - ukulele_nn_1 : N ; - ulan_nn_1 : N ; - ulceroes_av_1 : A ; - ulk_nn_1 : N ; - ullhaarig_av_1 : A ; - ullig_av_1 : A ; - ulliknande_av_1 : A ; - ulloert_nn_1 : N ; - ullolja_nn_1 : N ; - ullsax_nn_1 : N ; - ullsida_nn_1 : N ; - ulltork_nn_1 : N ; - ulltott_nn_1 : N ; - ullus_nn_1 : N ; - ulster_nn_1 : N ; - ultima_nn_1 : N ; - ultimativ_av_1 : A ; - ultimatum_nn_1 : N ; - ultimo_ab_1 : Adv ; - ultimoaffaer_nn_1 : N ; - ultra_nn_1 : N ; - ultracentrifug_nn_1 : N ; - ultrakonservativ_av_1 : A ; - ultraljud_nn_1 : N ; - ultramarin_av_1 : A ; - ultramontan_av_1 : A ; - ultrarapidfotografering_nn_1 : N ; - ultraroed_av_1 : A ; - ultrasnabb_av_1 : A ; - ultraviolett_av_1 : A ; - ulv_nn_1 : N ; - umbaerande_nn_1 : N ; - umbaerlig_av_1 : A ; - umbellat_nn_1 : N ; - umgaenge_nn_1 : N ; - umgaengelse_nn_1 : N ; - umgaengesform_nn_1 : N ; - umgaengeskrets_nn_1 : N ; - umgaengesnorm_nn_1 : N ; - uncial_nn_1 : N ; - undan_ab_1 : Adv ; - undanbe_vb_1 : V ; - undandra_vb_1 : V ; - undanflykt_nn_1 : N ; - undangjord_av_1 : A ; - undanglidande_av_1 : A ; - undangoemd_av_1 : A ; - undanhaalla_vb_1 : V ; - undanhaallande_nn_1 : N ; - undanlaeggning_nn_1 : N ; - undanlagd_av_1 : A ; - undanmanoever_nn_1 : N ; - undanskymd_av_1 : A ; - undansticka_vb_1 : V ; - undanta_vb_1 : V ; - undantag_nn_1 : N ; - undantagsbestaemmelse_nn_1 : N ; - undantagsfall_nn_1 : N ; - undantagsfri_av_1 : A ; - undantagslag_nn_1 : N ; - undantagsloes_av_1 : A ; - undantagsmaenniska_nn_1 : N ; - undantagsraett_nn_1 : N ; - undantagstillstaand_nn_1 : N ; - undantagsvis_ab_1 : Adv ; - undanvindsvaendning_nn_1 : N ; - under_ab_1 : Adv ; - under_nn_1 : N ; - underaarig_av_1 : A ; - underarm_nn_1 : N ; - underart_nn_1 : N ; - underavdelning_nn_1 : N ; - underbaedd_nn_1 : N ; - underbar_av_1 : A ; - underbarn_nn_1 : N ; - underbefael_nn_1 : N ; - underben_nn_1 : N ; - underbestaand_nn_1 : N ; - underbett_nn_1 : N ; - underbetyg_nn_1 : N ; - underbinda_vb_1 : V ; - underbjuda_vb_1 : V ; - underbud_nn_1 : N ; - underbyggnad_nn_1 : N ; - underdaanig_av_1 : A ; - underdaanighet_nn_1 : N ; - underdaeck_nn_1 : N ; - underdel_nn_1 : N ; - underdomstol_nn_1 : N ; - underdrift_nn_1 : N ; - underdriva_vb_1 : V ; - underemission_nn_1 : N ; - underfall_nn_1 : N ; - underfamilj_nn_1 : N ; - underfart_nn_1 : N ; - underfoersoerjd_av_1 : A ; - underfull_av_1 : A ; - underfund_ab_1 : Adv ; - underfundig_av_1 : A ; - undergaa_vb_1 : V ; - undergaang_nn_1 : N ; - undergardin_nn_1 : N ; - undergiven_av_1 : A ; - undergoerande_av_1 : A ; - undergoerare_nn_1 : N ; - undergrund_nn_1 : N ; - underhaall_nn_1 : N ; - underhaalla_vb_1 : V ; - underhaallande_av_1 : A ; - underhaallare_nn_1 : N ; - underhaallning_nn_1 : N ; - underhaallningsorkester_nn_1 : N ; - underhaallsbidrag_nn_1 : N ; - underhaallsfoerband_nn_1 : N ; - underhaallsfri_av_1 : A ; - underhaallstjaenst_nn_1 : N ; - underhaallstrupp_nn_1 : N ; - underhaerdig_av_1 : A ; - underhaltig_av_1 : A ; - underhandling_nn_1 : N ; - underhandsackord_nn_1 : N ; - underhandskontakt_nn_1 : N ; - underhavande_nn_1 : N ; - underhuggare_nn_1 : N ; - underhus_nn_1 : N ; - underhypotek_nn_1 : N ; - underifraan_ab_1 : Adv ; - underingenjoer_nn_1 : N ; - underinstans_nn_1 : N ; - underjordisk_av_1 : A ; - underjordsprov_nn_1 : N ; - underkaeke_nn_1 : N ; - underkaend_av_1 : A ; - underkant_nn_1 : N ; - underkjol_nn_1 : N ; - underklaenning_nn_1 : N ; - underklassare_nn_1 : N ; - underklassig_av_1 : A ; - underkropp_nn_1 : N ; - underkunnig_av_1 : A ; - underkurs_nn_1 : N ; - underkyld_av_1 : A ; - underlaata_vb_1 : V ; - underlaatelse_nn_1 : N ; - underlaatenhet_nn_1 : N ; - underlaatenhetssynd_nn_1 : N ; - underlaegg_nn_1 : N ; - underlaegsen_av_1 : A ; - underlaegsenhet_nn_1 : N ; - underlaekare_nn_1 : N ; - underlag_nn_1 : N ; - underlakan_nn_1 : N ; - underledare_nn_1 : N ; - underleverantoer_nn_1 : N ; - underlig_av_1 : A ; - underliggande_av_1 : A ; - underliv_nn_1 : N ; - underljudsfart_nn_1 : N ; - underljudshastighet_nn_1 : N ; - underlydande_av_1 : A ; - undermaalig_av_1 : A ; - undermaalning_nn_1 : N ; - undermaensklig_av_1 : A ; - undermast_nn_1 : N ; - undermedveten_av_1 : A ; - undermening_nn_1 : N ; - undernaerd_av_1 : A ; - underofficer_nn_1 : N ; - underordnande_av_1 : A ; - underordning_nn_1 : N ; - underpant_nn_1 : N ; - underplagg_nn_1 : N ; - underpris_nn_1 : N ; - underraa_nn_1 : N ; - underraett_nn_1 : N ; - underraettelse_nn_1 : N ; - underraettelseofficer_nn_1 : N ; - underredsbehandling_nn_1 : N ; - underrubrik_nn_1 : N ; - undersaate_nn_1 : N ; - undersaatlig_av_1 : A ; - undersaetsig_av_1 : A ; - undersam_av_1 : A ; - undersats_nn_1 : N ; - undersegel_nn_1 : N ; - undersida_nn_1 : N ; - underskaap_nn_1 : N ; - underskattning_nn_1 : N ; - underskoen_av_1 : A ; - underskoeterska_nn_1 : N ; - underskott_nn_1 : N ; - underskottsavdrag_nn_1 : N ; - underskrida_vb_1 : V ; - underskrift_nn_1 : N ; - underslag_nn_1 : N ; - underslev_nn_1 : N ; - undersoekare_nn_1 : N ; - undersoekning_nn_1 : N ; - undersoekningsdomare_nn_1 : N ; - undersoekningsfaange_nn_1 : N ; - undersoekningsmetod_nn_1 : N ; - undersoekningsrum_nn_1 : N ; - understaaende_av_1 : A ; - understaellning_nn_1 : N ; - understaemma_nn_1 : N ; - understag_nn_1 : N ; - understatement_nn_1 : N ; - understicka_vb_1 : V ; - understiga_vb_1 : V ; - understoedsfoerening_nn_1 : N ; - understoedskassa_nn_1 : N ; - understoedsnaemnd_nn_1 : N ; - understoet_nn_1 : N ; - understreckare_nn_1 : N ; - understroem_nn_1 : N ; - understryka_vb_1 : V ; - understrykning_nn_1 : N ; - understucken_av_1 : A ; - understundom_ab_1 : Adv ; - understyrd_av_1 : A ; - undersysselsatt_av_1 : A ; - undertak_nn_1 : N ; - undertalig_av_1 : A ; - undertecknare_nn_1 : N ; - underterm_nn_1 : N ; - undertill_ab_1 : Adv ; - undertitel_nn_1 : N ; - underton_nn_1 : N ; - undertraad_nn_1 : N ; - undertroeja_nn_1 : N ; - undervaaning_nn_1 : N ; - undervaegs_ab_1 : Adv ; - undervattensbaat_nn_1 : N ; - undervattensboelja_nn_1 : N ; - undervattensfoerbindelse_nn_1 : N ; - undervattenskropp_nn_1 : N ; - undervattenstroeskel_nn_1 : N ; - underverk_nn_1 : N ; - underviktig_av_1 : A ; - undervisare_nn_1 : N ; - undervisningsaemne_nn_1 : N ; - undervisningsmaterial_nn_1 : N ; - undervisningspaket_nn_1 : N ; - undervisningsraad_nn_1 : N ; - undervisningssjukhus_nn_1 : N ; - undervisningsskicklighet_nn_1 : N ; - undervisningsskyldighet_nn_1 : N ; - undervisningsspraak_nn_1 : N ; - undervisningsteknologi_nn_1 : N ; - undervisningstimme_nn_1 : N ; - undfaegnad_nn_1 : N ; - undfallande_av_1 : A ; - undfallen_av_1 : A ; - undfallenhet_nn_1 : N ; - undin_nn_1 : N ; - undran_nn_1 : N ; - undrande_av_1 : A ; - undransvaerd_av_1 : A ; - undring_nn_1 : N ; - undsaettningsfond_nn_1 : N ; - undskyllning_nn_1 : N ; - undulat_nn_1 : N ; - undulation_nn_1 : N ; - undulatorisk_av_1 : A ; - undvika_vb_1 : V ; - undvikande_av_1 : A ; - ung_av_1 : A ; - ungdjur_nn_1 : N ; - ungdom_nn_1 : N ; - ungdomlig_av_1 : A ; - ungdomsaar_nn_1 : N ; - ungdomsanstalt_nn_1 : N ; - ungdomsarbetsloeshet_nn_1 : N ; - ungdomsbok_nn_1 : N ; - ungdomsbrottslighet_nn_1 : N ; - ungdomsbrottsling_nn_1 : N ; - ungdomsfaengelse_nn_1 : N ; - ungdomsfoerbund_nn_1 : N ; - ungdomsfoermedling_nn_1 : N ; - ungdomsgaard_nn_1 : N ; - ungdomsgrupp_nn_1 : N ; - ungdomshem_nn_1 : N ; - ungdomskaerlek_nn_1 : N ; - ungdomskonsulent_nn_1 : N ; - ungdomskultur_nn_1 : N ; - ungdomsledare_nn_1 : N ; - ungdomsorganisation_nn_1 : N ; - ungdomsraad_nn_1 : N ; - ungdomsroerelse_nn_1 : N ; - ungdomssvaermeri_nn_1 : N ; - ungdomssynd_nn_1 : N ; - ungdomstid_nn_1 : N ; - ungdomsvaeljare_nn_1 : N ; - ungdomsvaen_nn_1 : N ; - ungdomsverk_nn_1 : N ; - ungdomsverksamhet_nn_1 : N ; - unge_nn_1 : N ; - ungefaer_ab_1 : Adv ; - ungefaerlig_av_1 : A ; - ungefaerligen_ab_1 : Adv ; - ungersk_av_1 : A ; - ungerska_nn_2 : N ; - ungersven_nn_1 : N ; - ungflicksaktig_av_1 : A ; - unghaest_nn_1 : N ; - ungherre_nn_1 : N ; - ungkarl_nn_1 : N ; - ungkarlshotell_nn_1 : N ; - ungkarlsvana_nn_1 : N ; - ungkyrklig_av_1 : A ; - ungmoe_nn_1 : N ; - ungmor_nn_1 : N ; - ungnoet_nn_1 : N ; - ungrare_nn_1 : N ; - ungskog_nn_1 : N ; - ungsocialism_nn_1 : N ; - ungstadium_nn_1 : N ; - ungsvensk_av_1 : A ; - ungsvensk_nn_1 : N ; - ungtall_nn_1 : N ; - ungtupp_nn_1 : N ; - ungturk_nn_1 : N ; - uniform_av_1 : A ; - uniform_nn_1 : N ; - uniformering_nn_1 : N ; - uniformitet_nn_1 : N ; - uniformshatt_nn_1 : N ; - uniformsrock_nn_1 : N ; - uniformstecken_nn_1 : N ; - unik_av_1 : A ; - unikabox_nn_1 : N ; - unikat_nn_1 : N ; - unikum_nn_1 : N ; - unilateral_av_1 : A ; - union_nn_1 : N ; - unionell_av_1 : A ; - unionsbrott_nn_1 : N ; - unisex_av_1 : A ; - unison_av_1 : A ; - unitarie_nn_1 : N ; - unitarisk_av_1 : A ; - unitarist_nn_1 : N ; - universalarvinge_nn_1 : N ; - universalbegaavning_nn_1 : N ; - universalbegrepp_nn_1 : N ; - universalborr_nn_1 : N ; - universalist_nn_1 : N ; - universalistisk_av_1 : A ; - universalitet_nn_1 : N ; - universalkniv_nn_1 : N ; - universalknut_nn_1 : N ; - universalmedel_nn_1 : N ; - universell_av_1 : A ; - universitet_nn_1 : N ; - universitetsadjunkt_nn_1 : N ; - universitetsaemne_nn_1 : N ; - universitetsbibliotek_nn_1 : N ; - universitetsbokhandel_nn_1 : N ; - universitetsfilial_nn_1 : N ; - universitetsinstitution_nn_1 : N ; - universitetskansler_nn_1 : N ; - universitetslektor_nn_1 : N ; - universitetsmatrikel_nn_1 : N ; - universitetsrektor_nn_1 : N ; - universitetssjukhus_nn_1 : N ; - universitetsstad_nn_1 : N ; - universitetsstuderande_nn_1 : N ; - universum_nn_1 : N ; - unken_av_1 : A ; - uns_nn_1 : N ; - up_to_date_av_1 : A ; - upp_ab_1 : Adv ; - uppaat_ab_1 : Adv ; - uppaat_av_1 : A ; - uppaatgaaende_av_1 : A ; - uppaatstigande_av_1 : A ; - uppaatstraevande_av_1 : A ; - uppaatstraevare_nn_1 : N ; - uppaeta_vb_1 : V ; - uppassare_nn_1 : N ; - uppassningsstaelle_nn_1 : N ; - uppbaad_nn_1 : N ; - uppbackare_nn_1 : N ; - uppbackning_nn_1 : N ; - uppbaera_vb_1 : V ; - uppbindning_nn_1 : N ; - uppbjuda_vb_1 : V ; - uppblaasning_nn_1 : N ; - uppblaasningsfas_nn_1 : N ; - uppblaast_av_1 : A ; - uppbloett_av_1 : A ; - uppblossande_av_1 : A ; - uppboerd_nn_1 : N ; - uppboerdsaar_nn_1 : N ; - uppboerdsbok_nn_1 : N ; - uppboerdsdag_nn_1 : N ; - uppboerdslaengd_nn_1 : N ; - uppboerdsman_nn_1 : N ; - uppboerdstermin_nn_1 : N ; - uppbragt_av_1 : A ; - uppbrott_nn_1 : N ; - uppbrottssignal_nn_1 : N ; - uppbud_nn_1 : N ; - uppbunden_av_1 : A ; - uppburen_av_1 : A ; - uppbyggelsemoete_nn_1 : N ; - uppbygglig_av_1 : A ; - uppbyggnad_nn_1 : N ; - uppdaemd_av_1 : A ; - uppdelning_nn_1 : N ; - uppdra_vb_1 : V ; - uppdrag_nn_1 : N ; - uppdragsgivare_nn_1 : N ; - uppdragstagare_nn_1 : N ; - uppdriva_vb_1 : V ; - uppdriven_av_1 : A ; - uppdukning_nn_1 : N ; - uppe_ab_1 : Adv ; - uppehaall_nn_1 : N ; - uppehaalla_vb_1 : V ; - uppehaallsort_nn_1 : N ; - uppehaallstillstaand_nn_1 : N ; - uppemot_ab_1 : Adv ; - uppenbar_av_1 : A ; - uppenbarelse_nn_1 : N ; - uppenbarelsereligion_nn_1 : N ; - uppenbarligen_ab_1 : Adv ; - uppercut_nn_1 : N ; - uppesittare_nn_1 : N ; - uppesittarkvaell_nn_1 : N ; - uppfaellbar_av_1 : A ; - uppfart_nn_1 : N ; - uppfartsramp_nn_1 : N ; - uppfattning_nn_1 : N ; - uppfinna_vb_1 : V ; - uppfinnare_nn_1 : N ; - uppfinning_nn_1 : N ; - uppfinningsrik_av_1 : A ; - uppflaag_nn_1 : N ; - uppflammande_av_1 : A ; - uppflog_nn_1 : N ; - uppflugen_av_1 : A ; - uppfoedare_nn_1 : N ; - uppfoeljning_nn_1 : N ; - uppfoer_ab_1 : Adv ; - uppfoerande_nn_1 : N ; - uppfoersbacke_nn_1 : N ; - uppfordring_nn_1 : N ; - uppfostrare_nn_1 : N ; - uppfostring_nn_1 : N ; - uppfostringsanstalt_nn_1 : N ; - uppfostringshem_nn_1 : N ; - uppfriskande_av_1 : A ; - uppgaa_vb_1 : V ; - uppgaang_nn_1 : N ; - uppgaeld_nn_1 : N ; - uppge_vb_1 : V ; - uppgift_nn_1 : N ; - uppgiven_av_1 : A ; - uppgivenhet_nn_1 : N ; - uppgjord_av_1 : A ; - uppgoerelse_nn_1 : N ; - uppgrundning_nn_1 : N ; - upphaemtning_nn_1 : N ; - upphaengning_nn_1 : N ; - upphalare_nn_1 : N ; - upphalningsbaedd_nn_1 : N ; - upphandlare_nn_1 : N ; - upphandling_nn_1 : N ; - upphettning_nn_1 : N ; - upphinnelig_av_1 : A ; - upphoejd_av_1 : A ; - upphoejdhet_nn_1 : N ; - upphoejelse_nn_1 : N ; - upphoejning_nn_1 : N ; - upphopp_nn_1 : N ; - upphostning_nn_1 : N ; - upphovsman_nn_1 : N ; - uppifraan_ab_1 : Adv ; - uppiggande_av_1 : A ; - uppkaeftig_av_1 : A ; - uppkast_nn_1 : N ; - uppkastning_nn_1 : N ; - uppklaedd_av_1 : A ; - uppklippt_av_1 : A ; - uppknaeppt_av_1 : A ; - uppknuten_av_1 : A ; - uppkoep_nn_1 : N ; - uppkoepare_nn_1 : N ; - uppkoerd_av_1 : A ; - uppkoerning_nn_1 : N ; - uppkoersvaeg_nn_1 : N ; - uppkok_nn_1 : N ; - uppkolning_nn_1 : N ; - uppkomling_nn_1 : N ; - uppkomma_vb_1 : V ; - upplaaning_nn_1 : N ; - upplaata_vb_1 : V ; - upplaatelse_nn_1 : N ; - upplaegg_nn_1 : N ; - upplaeggning_nn_1 : N ; - upplaendsk_av_1 : A ; - upplaenning_nn_1 : N ; - upplaesare_nn_1 : N ; - upplaesning_nn_1 : N ; - upplag_nn_1 : N ; - upplaga_nn_1 : N ; - upplagd_av_1 : A ; - upplagesiffra_nn_1 : N ; - upplagringsplats_nn_1 : N ; - upplagscell_nn_1 : N ; - upplagsplats_nn_1 : N ; - uppland_nn_1 : N ; - upplevelse_nn_1 : N ; - upplivande_nn_1 : N ; - upplivningsfoersoek_nn_1 : N ; - upploesning_nn_1 : N ; - upploesningsmedel_nn_1 : N ; - upplopp_nn_1 : N ; - uppluckring_nn_1 : N ; - upplupen_av_1 : A ; - upplyftande_av_1 : A ; - upplysning_nn_1 : N ; - upplysningsfilosofi_nn_1 : N ; - upplysningsvis_ab_1 : Adv ; - upplyst_av_1 : A ; - uppmaerksam_av_1 : A ; - uppmaerksamhet_nn_1 : N ; - uppmaerksamhetsfaelt_nn_1 : N ; - uppmaning_nn_1 : N ; - uppmaningssats_nn_1 : N ; - uppmarsch_nn_1 : N ; - uppmarschomraade_nn_1 : N ; - uppmjukning_nn_1 : N ; - uppmuntran_nn_1 : N ; - uppmuntring_nn_1 : N ; - uppnaaelig_av_1 : A ; - uppnaest_av_1 : A ; - uppnosig_av_1 : A ; - uppochned_ab_1 : Adv ; - uppochnedvaend_av_1 : A ; - uppoffrande_av_1 : A ; - uppoffring_nn_1 : N ; - uppraekning_nn_1 : N ; - uppraett_av_1 : A ; - uppraettande_nn_1 : N ; - uppraettelse_nn_1 : N ; - uppraetthaalla_vb_1 : V ; - uppraettstaaende_av_1 : A ; - upprensning_nn_1 : N ; - upprepning_nn_1 : N ; - upprepningsmoenster_nn_1 : N ; - uppriktig_av_1 : A ; - uppringning_nn_1 : N ; - upprinnelse_nn_1 : N ; - upprinning_nn_1 : N ; - uppriva_vb_1 : V ; - upprivande_av_1 : A ; - uppriven_av_1 : A ; - upproejning_nn_1 : N ; - upproerande_av_1 : A ; - upproerd_av_1 : A ; - upprop_nn_1 : N ; - uppror_nn_1 : N ; - upprorisk_av_1 : A ; - upprorshaerd_nn_1 : N ; - upprorsmakare_nn_1 : N ; - upprorsman_nn_1 : N ; - upprustning_nn_1 : N ; - upprutten_av_1 : A ; - uppryckning_nn_1 : N ; - upprymd_av_1 : A ; - upprymmare_nn_1 : N ; - upprymningsstaal_nn_1 : N ; - uppsaat_nn_1 : N ; - uppsaatlig_av_1 : A ; - uppsaatligen_ab_1 : Adv ; - uppsaegelse_nn_1 : N ; - uppsaegning_nn_1 : N ; - uppsaegningslaan_nn_1 : N ; - uppsaegningsraekning_nn_1 : N ; - uppsaegningstermin_nn_1 : N ; - uppsaegningstid_nn_1 : N ; - uppsaettare_nn_1 : N ; - uppsaettning_nn_1 : N ; - uppsaettningsinstrument_nn_1 : N ; - uppsaettningsmaal_nn_1 : N ; - uppsagd_av_1 : A ; - uppsamling_nn_1 : N ; - uppsamlingslaeger_nn_1 : N ; - uppsats_nn_1 : N ; - uppsatslag_nn_1 : N ; - uppsatt_av_1 : A ; - uppseendevaeckande_av_1 : A ; - uppsittarkvaell_nn_1 : N ; - uppsjungning_nn_1 : N ; - uppskaerare_nn_1 : N ; - uppskakande_av_1 : A ; - uppskattning_nn_1 : N ; - uppskattningsvis_ab_1 : Adv ; - uppskjuta_vb_1 : V ; - uppskov_nn_1 : N ; - uppskrivning_nn_1 : N ; - uppslag_nn_1 : N ; - uppslagsaenda_nn_1 : N ; - uppslagsbok_nn_1 : N ; - uppslagsform_nn_1 : N ; - uppslagsord_nn_1 : N ; - uppslagsrik_av_1 : A ; - uppslagsverk_nn_1 : N ; - uppslitande_av_1 : A ; - uppsluppen_av_1 : A ; - uppsoekande_av_1 : A ; - uppspaltning_nn_1 : N ; - uppspel_nn_1 : N ; - uppspelning_nn_1 : N ; - uppspelt_av_1 : A ; - uppsplittring_nn_1 : N ; - uppspraang_nn_1 : N ; - uppspricka_vb_1 : V ; - uppstaaende_av_1 : A ; - uppstaanden_av_1 : A ; - uppstad_nn_1 : N ; - uppstaellning_nn_1 : N ; - uppstaellningsplats_nn_1 : N ; - uppstaellningssignal_nn_1 : N ; - uppstaellningsspaar_nn_1 : N ; - uppstiga_vb_1 : V ; - uppstoetning_nn_1 : N ; - uppstraak_nn_1 : N ; - uppstraeckning_nn_1 : N ; - uppstraeckt_av_1 : A ; - uppstramning_nn_1 : N ; - uppstroem_nn_1 : N ; - uppstroems_ab_1 : Adv ; - uppstudsig_av_1 : A ; - uppsuga_vb_1 : V ; - uppsugning_nn_1 : N ; - uppsvaelld_av_1 : A ; - uppsvensk_av_1 : A ; - uppsving_nn_1 : N ; - uppsvullen_av_1 : A ; - uppsyn_nn_1 : N ; - uppsyningsman_nn_1 : N ; - uppta_vb_1 : V ; - upptaag_nn_1 : N ; - upptaagsmakare_nn_1 : N ; - upptaeckare_nn_1 : N ; - upptaeckt_nn_1 : N ; - upptaecktsfaerd_nn_1 : N ; - upptaecktsresande_nn_1 : N ; - upptaend_av_1 : A ; - upptaenklig_av_1 : A ; - upptagen_av_1 : A ; - upptagenhet_nn_1 : N ; - upptagning_nn_1 : N ; - upptagningsceremoni_nn_1 : N ; - upptagningshem_nn_1 : N ; - upptagningsomraade_nn_1 : N ; - upptakt_nn_1 : N ; - upptecknare_nn_1 : N ; - uppteckning_nn_1 : N ; - upptill_ab_1 : Adv ; - upptraedande_nn_1 : N ; - upptrappning_nn_1 : N ; - upptryck_nn_1 : N ; - upptryckning_nn_1 : N ; - upptuktelse_nn_1 : N ; - uppvaeckelse_nn_1 : N ; - uppvaegning_nn_1 : N ; - uppvaktning_nn_1 : N ; - uppviglare_nn_1 : N ; - uppvigling_nn_1 : N ; - uppvind_nn_1 : N ; - uppvisning_nn_1 : N ; - uppvuxen_av_1 : A ; - ur_ab_1 : Adv ; - ur_nn_1 : N ; - ur_nn_2 : N ; - uraaldrig_av_1 : A ; - uraktlaata_vb_1 : V ; - uraktlaatenhet_nn_1 : N ; - uralisk_av_1 : A ; - uranglas_nn_1 : N ; - uranstapel_nn_1 : N ; - urarva_av_1 : A ; - urarvabo_nn_1 : N ; - urarvakonkurs_nn_1 : N ; - urban_av_1 : A ; - urbanisering_nn_1 : N ; - urbanistisk_av_1 : A ; - urbanitet_nn_1 : N ; - urbefolkning_nn_1 : N ; - urbergsplataa_nn_1 : N ; - urbergsterraeng_nn_1 : N ; - urbild_nn_1 : N ; - urblaast_av_1 : A ; - urblekt_av_1 : A ; - urbota_ab_1 : Adv ; - urbraenning_nn_1 : N ; - urcell_nn_1 : N ; - urdaalig_av_1 : A ; - urdjur_nn_1 : N ; - urdjurscell_nn_1 : N ; - urdrucken_av_1 : A ; - ureas_nn_1 : N ; - uretanplast_nn_1 : N ; - urexplosion_nn_1 : N ; - urfaagel_nn_1 : N ; - urfaanig_av_1 : A ; - urfaelld_av_1 : A ; - urfjaellsjord_nn_1 : N ; - urfolk_nn_1 : N ; - urformation_nn_1 : N ; - urgammal_av_1 : A ; - urgermansk_av_1 : A ; - urgroepning_nn_1 : N ; - urgroept_av_1 : A ; - urhem_nn_1 : N ; - uribag_nn_1 : N ; - uridom_nn_1 : N ; - uriebrev_nn_1 : N ; - urinavsoendring_nn_1 : N ; - urinbrunn_nn_1 : N ; - urinbyggare_nn_1 : N ; - urindoeuropeisk_av_1 : A ; - urindrivande_av_1 : A ; - urinfoergiftning_nn_1 : N ; - urinkur_nn_1 : N ; - urinledare_nn_1 : N ; - urinnevaanare_nn_1 : N ; - urinoar_nn_1 : N ; - urinorgan_nn_1 : N ; - urinprov_nn_1 : N ; - urinroer_nn_1 : N ; - urinstinkt_nn_1 : N ; - urintraengning_nn_1 : N ; - urinvaanare_nn_1 : N ; - urinvaeg_nn_1 : N ; - urinvaegsinfektion_nn_1 : N ; - urkalksten_nn_1 : N ; - urklipp_nn_1 : N ; - urkokt_av_1 : A ; - urkristendom_nn_1 : N ; - urkund_nn_1 : N ; - urkundlig_av_1 : A ; - urkundsforskning_nn_1 : N ; - urladdare_nn_1 : N ; - urladdning_nn_1 : N ; - urladdningsroer_nn_1 : N ; - urlastning_nn_1 : N ; - urledvrickning_nn_1 : N ; - urledvridning_nn_1 : N ; - urmaenniska_nn_1 : N ; - urmakare_nn_1 : N ; - urmakeri_nn_1 : N ; - urminnes_av_1 : A ; - urminneshaevd_nn_1 : N ; - urmodig_av_1 : A ; - urnebrandgrop_nn_1 : N ; - urnegrav_nn_1 : N ; - urngrav_nn_1 : N ; - urnkulle_nn_1 : N ; - urnordisk_av_1 : A ; - urnupen_av_1 : A ; - urnyckel_nn_1 : N ; - urocean_nn_1 : N ; - urogenitalapparat_nn_1 : N ; - urogenitaloeppning_nn_1 : N ; - urogenitalorgan_nn_1 : N ; - urolog_nn_1 : N ; - urologisk_av_1 : A ; - urormbunke_nn_1 : N ; - uroxe_nn_1 : N ; - urpremiaer_nn_1 : N ; - urringning_nn_1 : N ; - ursaekt_nn_1 : N ; - ursaektlig_av_1 : A ; - ursame_nn_1 : N ; - ursinnig_av_1 : A ; - urskiljbar_av_1 : A ; - urskiljning_nn_1 : N ; - urskillningsloes_av_1 : A ; - urskog_nn_1 : N ; - urskri_nn_1 : N ; - urskuldande_nn_1 : N ; - ursmaell_nn_1 : N ; - ursmaellsteori_nn_1 : N ; - ursnygg_av_1 : A ; - urspaarning_nn_1 : N ; - urspraak_nn_1 : N ; - ursprung_nn_1 : N ; - ursprunglig_av_1 : A ; - ursprungligen_ab_1 : Adv ; - ursprungsart_nn_1 : N ; - ursprungsattest_nn_1 : N ; - ursprungsbeteckning_nn_1 : N ; - ursprungsbevis_nn_1 : N ; - ursprungscell_nn_1 : N ; - ursprungscertifikat_nn_1 : N ; - ursprungslaege_nn_1 : N ; - ursprungsland_nn_1 : N ; - ursprungsort_nn_1 : N ; - urstyv_av_1 : A ; - urtag_nn_1 : N ; - urtagbar_av_1 : A ; - urtagen_av_1 : A ; - urtappning_nn_1 : N ; - urtavla_nn_1 : N ; - urtext_nn_1 : N ; - urtida_av_1 : A ; - urtillstaand_nn_1 : N ; - urtima_av_1 : A ; - urtjusig_av_1 : A ; - urtjuva_av_1 : A ; - urtyp_nn_1 : N ; - uruguayare_nn_1 : N ; - uruguaysk_av_1 : A ; - uruppfoerande_nn_1 : N ; - urusel_av_1 : A ; - urvaext_av_1 : A ; - urval_nn_1 : N ; - urvalsinstrument_nn_1 : N ; - urvalsundersoekning_nn_1 : N ; - urverk_nn_1 : N ; - urvuxen_av_1 : A ; - usans_nn_1 : N ; - uschlig_av_1 : A ; - usel_av_1 : A ; - uslig_av_1 : A ; - usling_nn_1 : N ; - usuell_av_1 : A ; - usurpator_nn_1 : N ; - ut_ab_1 : Adv ; - utaat_ab_1 : Adv ; - utaatvaend_av_1 : A ; - utaega_nn_1 : N ; - utandning_nn_1 : N ; - utanfoer_ab_1 : Adv ; - utanfoerstaaende_av_1 : A ; - utanpaa_ab_1 : Adv ; - utanskrift_nn_1 : N ; - utantill_ab_1 : Adv ; - utanverk_nn_1 : N ; - utbaerning_nn_1 : N ; - utbe_vb_1 : V ; - utbedja_vb_1 : V ; - utbekomma_vb_1 : V ; - utbetalning_nn_1 : N ; - utbetalningskort_nn_1 : N ; - utbetalningsorder_nn_1 : N ; - utbildning_nn_1 : N ; - utbildningsbidrag_nn_1 : N ; - utbildningsdepartement_nn_1 : N ; - utbildningsgap_nn_1 : N ; - utbildningslinje_nn_1 : N ; - utbildningstid_nn_1 : N ; - utbildningsvaeg_nn_1 : N ; - utbjuda_vb_1 : V ; - utblaasning_nn_1 : N ; - utblick_nn_1 : N ; - utbo_nn_1 : N ; - utboeling_nn_1 : N ; - utboerding_nn_1 : N ; - utbordare_nn_1 : N ; - utbraend_av_1 : A ; - utbredd_av_1 : A ; - utbredningscentrum_nn_1 : N ; - utbredningsomraade_nn_1 : N ; - utbrista_vb_1 : V ; - utbrott_nn_1 : N ; - utbrunnen_av_1 : A ; - utbryta_vb_1 : V ; - utbrytare_nn_1 : N ; - utbrytarkung_nn_1 : N ; - utbrytarstat_nn_1 : N ; - utbrytning_nn_1 : N ; - utbud_nn_1 : N ; - utbuktande_av_1 : A ; - utbuktning_nn_1 : N ; - utbyggbar_av_1 : A ; - utbyggd_av_1 : A ; - utbyggnad_nn_1 : N ; - utbytbar_av_1 : A ; - utbyte_nn_1 : N ; - utdebitering_nn_1 : N ; - utdelning_nn_1 : N ; - utdockning_nn_1 : N ; - utdoed_av_1 : A ; - utdra_vb_1 : V ; - utdrag_nn_1 : N ; - utdragare_nn_1 : N ; - utdragbar_av_1 : A ; - utdragen_av_1 : A ; - utdragning_nn_1 : N ; - utdragssoem_nn_1 : N ; - utdriva_vb_1 : V ; - utdrucken_av_1 : A ; - utdunstning_nn_1 : N ; - utdunstningskaerl_nn_1 : N ; - ute_ab_1 : Adv ; - ute_av_1 : A ; - uteaetare_nn_1 : N ; - utedass_nn_1 : N ; - utefaar_nn_1 : N ; - utegaangsfaar_nn_1 : N ; - utegaangsfoerbud_nn_1 : N ; - utegrill_nn_1 : N ; - utekvaell_nn_1 : N ; - utelaemningstecken_nn_1 : N ; - utelag_nn_1 : N ; - uteliggande_av_1 : A ; - uteliggare_nn_1 : N ; - uteloepande_av_1 : A ; - utemiljoe_nn_1 : N ; - utemoebel_nn_1 : N ; - uteplats_nn_1 : N ; - uterum_nn_1 : N ; - uteservering_nn_1 : N ; - utesluta_vb_1 : V ; - uteslutande_ab_1 : Adv ; - uteslutning_nn_1 : N ; - utespelare_nn_1 : N ; - utestaaende_av_1 : A ; - utetermometer_nn_1 : N ; - utfaellbar_av_1 : A ; - utfaellning_nn_1 : N ; - utfaerd_nn_1 : N ; - utfaestelse_nn_1 : N ; - utfall_nn_1 : N ; - utfalla_vb_1 : V ; - utfallsdike_nn_1 : N ; - utfallsport_nn_1 : N ; - utfallsprov_nn_1 : N ; - utfart_nn_1 : N ; - utfattig_av_1 : A ; - utfloede_nn_1 : N ; - utflugen_av_1 : A ; - utflykt_nn_1 : N ; - utflyttning_nn_1 : N ; - utflyttningslaen_nn_1 : N ; - utflyttningslaengd_nn_1 : N ; - utfodringsjournal_nn_1 : N ; - utfodringsstat_nn_1 : N ; - utfoer_ab_1 : Adv ; - utfoerande_nn_1 : N ; - utfoerbar_av_1 : A ; - utfoering_nn_1 : N ; - utfoerlig_av_1 : A ; - utfoersaakare_nn_1 : N ; - utfoersaeljning_nn_1 : N ; - utfoersbacke_nn_1 : N ; - utformning_nn_1 : N ; - utforskare_nn_1 : N ; - utforskning_nn_1 : N ; - utfraagning_nn_1 : N ; - utfrusen_av_1 : A ; - utfryst_av_1 : A ; - utfyllnad_nn_1 : N ; - utfyllning_nn_1 : N ; - utgaa_vb_1 : V ; - utgaang_nn_1 : N ; - utgaangshastighet_nn_1 : N ; - utgaangslaege_nn_1 : N ; - utgaangsmarsch_nn_1 : N ; - utgaangsmaterial_nn_1 : N ; - utgaangspunkt_nn_1 : N ; - utgaangsrad_nn_1 : N ; - utgaangsstaellning_nn_1 : N ; - utgaard_nn_1 : N ; - utgallring_nn_1 : N ; - utge_vb_1 : V ; - utgift_nn_1 : N ; - utgiftsbudget_nn_1 : N ; - utgiftsskatt_nn_1 : N ; - utgiftsverifikation_nn_1 : N ; - utgivare_nn_1 : N ; - utgivning_nn_1 : N ; - utgivningsbevis_nn_1 : N ; - utgjuta_vb_1 : V ; - utgjutelse_nn_1 : N ; - utgjutning_nn_1 : N ; - utgoedsling_nn_1 : N ; - utgraevare_nn_1 : N ; - utgraevning_nn_1 : N ; - uthaallig_av_1 : A ; - uthaallighet_nn_1 : N ; - uthaallighetsloepning_nn_1 : N ; - uthaallighetstaevling_nn_1 : N ; - uthaerdlig_av_1 : A ; - uthalare_nn_1 : N ; - uthamn_nn_1 : N ; - uthopp_nn_1 : N ; - uthuggning_nn_1 : N ; - uthus_nn_1 : N ; - uthyrning_nn_1 : N ; - uthyrningsrum_nn_1 : N ; - utifraan_ab_1 : Adv ; - utilist_nn_1 : N ; - utilistisk_av_1 : A ; - utilitarist_nn_1 : N ; - utilitaristisk_av_1 : A ; - utjaemningsmandat_nn_1 : N ; - utkant_nn_1 : N ; - utkast_nn_1 : N ; - utkastare_nn_1 : N ; - utkik_nn_1 : N ; - utkikspunkt_nn_1 : N ; - utklaedd_av_1 : A ; - utklassning_nn_1 : N ; - utklipp_nn_1 : N ; - utklyva_vb_1 : V ; - utkoerare_nn_1 : N ; - utkoerd_av_1 : A ; - utkoerning_nn_1 : N ; - utkomma_vb_1 : V ; - utkorelse_nn_1 : N ; - utkragning_nn_1 : N ; - utkristallisering_nn_1 : N ; - utkyld_av_1 : A ; - utlaanare_nn_1 : N ; - utlaaning_nn_1 : N ; - utlaatande_nn_1 : N ; - utlaatelse_nn_1 : N ; - utlaegg_nn_1 : N ; - utlaeggning_nn_1 : N ; - utlaemning_nn_1 : N ; - utlaendsk_av_1 : A ; - utlaendska_nn_2 : N ; - utlaenning_nn_1 : N ; - utlaerd_av_1 : A ; - utlandslektor_nn_1 : N ; - utlandssvensk_nn_1 : N ; - utled_av_1 : A ; - utledsen_av_1 : A ; - utljud_nn_1 : N ; - utloepare_nn_1 : N ; - utloesare_nn_1 : N ; - utloesning_nn_1 : N ; - utlopp_nn_1 : N ; - utmaal_nn_1 : N ; - utmaerkande_av_1 : A ; - utmaerkelse_nn_1 : N ; - utmaerkning_nn_1 : N ; - utmaerkt_av_1 : A ; - utmaetning_nn_1 : N ; - utmanande_av_1 : A ; - utmanare_nn_1 : N ; - utmaning_nn_1 : N ; - utmark_nn_1 : N ; - utmarsch_nn_1 : N ; - utnoetning_nn_1 : N ; - utnoett_av_1 : A ; - utnyttjande_nn_1 : N ; - utnyttjare_nn_1 : N ; - utoevare_nn_1 : N ; - utomaektenskaplig_av_1 : A ; - utombordare_nn_1 : N ; - utombords_ab_1 : Adv ; - utombordsmotor_nn_1 : N ; - utombys_ab_1 : Adv ; - utomeuropeisk_av_1 : A ; - utomhus_ab_1 : Adv ; - utomhusbad_nn_1 : N ; - utomhuskonsert_nn_1 : N ; - utomkvedshavandeskap_nn_1 : N ; - utomlands_ab_1 : Adv ; - utomordentlig_av_1 : A ; - utomparlamentarisk_av_1 : A ; - utomskaers_ab_1 : Adv ; - utomstaaende_av_1 : A ; - utopi_nn_1 : N ; - utopisk_av_1 : A ; - utopist_nn_1 : N ; - utpost_nn_1 : N ; - utpressare_nn_1 : N ; - utpressning_nn_1 : N ; - utprickning_nn_1 : N ; - utraekning_nn_1 : N ; - utredare_nn_1 : N ; - utredning_nn_1 : N ; - utredningsman_nn_1 : N ; - utrensning_nn_1 : N ; - utresefoerbud_nn_1 : N ; - utresetillstaand_nn_1 : N ; - utriggare_nn_1 : N ; - utrikes_ab_1 : Adv ; - utrikes_av_1 : A ; - utrikesdepartement_nn_1 : N ; - utrikeshandelsminister_nn_1 : N ; - utrikeskorrespondent_nn_1 : N ; - utrikesminister_nn_1 : N ; - utrikespassagerare_nn_1 : N ; - utrikespolitisk_av_1 : A ; - utrikisk_av_1 : A ; - utrop_nn_1 : N ; - utropare_nn_1 : N ; - utropsord_nn_1 : N ; - utropstecken_nn_1 : N ; - utrotning_nn_1 : N ; - utrustning_nn_1 : N ; - utryckning_nn_1 : N ; - utrymme_nn_1 : N ; - utrymmesstandard_nn_1 : N ; - utsaald_av_1 : A ; - utsaede_nn_1 : N ; - utsaendning_nn_1 : N ; - utsaga_nn_1 : N ; - utsagd_av_1 : A ; - utsatt_av_1 : A ; - utseende_nn_1 : N ; - utsida_nn_1 : N ; - utsikt_nn_1 : N ; - utsiktsloes_av_1 : A ; - utsiktspunkt_nn_1 : N ; - utskaapning_nn_1 : N ; - utskaelld_av_1 : A ; - utskaellning_nn_1 : N ; - utskaemd_av_1 : A ; - utskick_nn_1 : N ; - utskjutande_av_1 : A ; - utskott_nn_1 : N ; - utskrift_nn_1 : N ; - utskriva_vb_1 : V ; - utskyld_nn_1 : N ; - utslaepp_nn_1 : N ; - utslag_nn_1 : N ; - utslagen_av_1 : A ; - utslagsfraaga_nn_1 : N ; - utslagsgivande_av_1 : A ; - utslagsroest_nn_1 : N ; - utslagstaevling_nn_1 : N ; - utsliten_av_1 : A ; - utslutning_nn_1 : N ; - utsmyckning_nn_1 : N ; - utsnitt_nn_1 : N ; - utsocknes_ab_1 : Adv ; - utsocknes_av_1 : A ; - utsoekning_nn_1 : N ; - utsoekt_av_1 : A ; - utsoendring_nn_1 : N ; - utsoendringsorgan_nn_1 : N ; - utsoevd_av_1 : A ; - utspaedd_av_1 : A ; - utspark_nn_1 : N ; - utspel_nn_1 : N ; - utspraang_nn_1 : N ; - utsprida_vb_1 : V ; - utspridd_av_1 : A ; - utspringande_av_1 : A ; - utsprungen_av_1 : A ; - utstaaende_av_1 : A ; - utstaanden_av_1 : A ; - utstaellare_nn_1 : N ; - utstaelld_av_1 : A ; - utstaellelse_nn_1 : N ; - utstaellning_nn_1 : N ; - utstraalning_nn_1 : N ; - utstyrd_av_1 : A ; - utstyrsel_nn_1 : N ; - utsuga_vb_1 : V ; - utsvaengd_av_1 : A ; - utsvaevande_av_1 : A ; - utsvaevning_nn_1 : N ; - utsvulten_av_1 : A ; - uttaag_nn_1 : N ; - uttaenjd_av_1 : A ; - uttaenjning_nn_1 : N ; - uttaenkt_av_1 : A ; - uttag_nn_1 : N ; - uttagning_nn_1 : N ; - uttal_nn_1 : N ; - uttalande_nn_1 : N ; - uttalsbeteckning_nn_1 : N ; - uttalsenlig_av_1 : A ; - uttalsfel_nn_1 : N ; - uttalstecken_nn_1 : N ; - utter_nn_1 : N ; - uttjaent_av_1 : A ; - uttoejd_av_1 : A ; - uttoemmande_av_1 : A ; - uttraede_nn_1 : N ; - uttryck_nn_1 : N ; - uttrycklig_av_1 : A ; - uttryckligen_ab_1 : Adv ; - uttrycksform_nn_1 : N ; - uttrycksfull_av_1 : A ; - uttrycksloes_av_1 : A ; - uttryckssaett_nn_1 : N ; - utvaeg_nn_1 : N ; - utvaendig_av_1 : A ; - utvaerdering_nn_1 : N ; - utvaerdshus_nn_1 : N ; - utvaertes_ab_1 : Adv ; - utvaertes_av_1 : A ; - utvaext_nn_1 : N ; - utvald_av_1 : A ; - utvandrare_nn_1 : N ; - utveckling_nn_1 : N ; - utvecklingsland_nn_1 : N ; - utvecklingsmaessig_av_1 : A ; - utvecklingsmoejlighet_nn_1 : N ; - utvecklingsplan_nn_1 : N ; - utvecklingsprocess_nn_1 : N ; - utvecklingsrubbning_nn_1 : N ; - utvecklingsserie_nn_1 : N ; - utvecklingsskede_nn_1 : N ; - utvecklingsstadium_nn_1 : N ; - utvecklingsstoerd_av_1 : A ; - utvecklingsstoerning_nn_1 : N ; - utvecklingstraed_nn_1 : N ; - utvidgning_nn_1 : N ; - utvikning_nn_1 : N ; - utvikningsbild_nn_1 : N ; - utvikningsbrud_nn_1 : N ; - utvikningspojke_nn_1 : N ; - utviksblad_nn_1 : N ; - utvinna_vb_1 : V ; - utvinning_nn_1 : N ; - utvisning_nn_1 : N ; - utvisningsbaas_nn_1 : N ; - uv_nn_1 : N ; - uvertyr_nn_1 : N ; - uvular_av_1 : A ; - uvular_nn_1 : N ; - vaad_nn_1 : N ; - vaada_nn_1 : N ; - vaadeld_nn_1 : N ; - vaadevill_nn_1 : N ; - vaadlig_av_1 : A ; - vaadligen_ab_1 : Adv ; - vaaffeljaern_nn_1 : N ; - vaaffla_nn_1 : N ; - vaag_nn_2 : N ; - vaagbalans_nn_1 : N ; - vaagbrytare_nn_1 : N ; - vaagdal_nn_1 : N ; - vaagfront_nn_1 : N ; - vaaghaal_nn_1 : N ; - vaaghals_nn_1 : N ; - vaaghalsig_av_1 : A ; - vaaghoejd_nn_1 : N ; - vaagig_av_1 : A ; - vaagkam_nn_1 : N ; - vaaglaengd_nn_1 : N ; - vaaglinje_nn_1 : N ; - vaagmaestare_nn_1 : N ; - vaagnatur_nn_1 : N ; - vaagplan_nn_1 : N ; - vaagraet_av_1 : A ; - vaagroerelse_nn_1 : N ; - vaagsam_av_1 : A ; - vaagskaal_nn_1 : N ; - vaagspel_nn_1 : N ; - vaagtopp_nn_1 : N ; - vaaldsam_av_1 : A ; - vaaldsamhet_nn_1 : N ; - vaaldsbrott_nn_1 : N ; - vaaldshandling_nn_1 : N ; - vaaldsman_nn_1 : N ; - vaaldsmentalitet_nn_1 : N ; - vaaldsrotel_nn_1 : N ; - vaaldsscen_nn_1 : N ; - vaaldsverkare_nn_1 : N ; - vaaldta_vb_1 : V ; - vaaldtaekt_nn_1 : N ; - vaale_nn_1 : N ; - vaalm_nn_1 : N ; - vaalnad_nn_1 : N ; - vaam_nn_1 : N ; - vaang_nn_1 : N ; - vaaning_nn_1 : N ; - vaaningssaeng_nn_1 : N ; - vaap_nn_1 : N ; - vaapig_av_1 : A ; - vaar_nn_1 : N ; - vaaradonis_nn_1 : N ; - vaard_nn_1 : N ; - vaardagjaemning_nn_1 : N ; - vaardanstalt_nn_1 : N ; - vaardare_nn_1 : N ; - vaardarinna_nn_1 : N ; - vaardavdelning_nn_1 : N ; - vaardbidrag_nn_1 : N ; - vaardcentral_nn_1 : N ; - vaardhem_nn_1 : N ; - vaardintyg_nn_1 : N ; - vaardkase_nn_1 : N ; - vaardlinje_nn_1 : N ; - vaardnad_nn_1 : N ; - vaardnadsbidrag_nn_1 : N ; - vaardnadshavare_nn_1 : N ; - vaardplats_nn_1 : N ; - vaardsam_av_1 : A ; - vaardsloes_av_1 : A ; - vaardtagare_nn_1 : N ; - vaardtecken_nn_1 : N ; - vaardtraed_nn_1 : N ; - vaardyrke_nn_1 : N ; - vaarkaensla_nn_1 : N ; - vaarlig_av_1 : A ; - vaarloek_nn_1 : N ; - vaarmaanad_nn_1 : N ; - vaarsol_nn_1 : N ; - vaartbitare_nn_1 : N ; - vaartecken_nn_1 : N ; - vaartermin_nn_1 : N ; - vaartgaard_nn_1 : N ; - vaartig_av_1 : A ; - vaartkaktus_nn_1 : N ; - vaartmedel_nn_1 : N ; - vaartroett_av_1 : A ; - vaartsvets_nn_1 : N ; - vaartsvin_nn_1 : N ; - vaarvaext_nn_1 : N ; - vaarvial_nn_1 : N ; - vaarvinter_nn_1 : N ; - vaat_av_1 : A ; - vaatelement_nn_1 : N ; - vaatmark_nn_1 : N ; - vaatservett_nn_1 : N ; - vaatstark_av_1 : A ; - vaatutrymme_nn_1 : N ; - vaatvaermande_av_1 : A ; - vaatvara_nn_1 : N ; - vaatvarm_av_1 : A ; - vaccin_nn_1 : N ; - vaccination_nn_1 : N ; - vaccinatoer_nn_1 : N ; - vaccinering_nn_1 : N ; - vacker_av_1 : A ; - vackert_ab_1 : Adv ; - vacuum_nn_1 : N ; - vad_ab_1 : Adv ; - vad_nn_1 : N ; - vad_nn_2 : N ; - vad_nn_3 : N ; - vadaa_ab_1 : Adv ; - vadan_ab_1 : Adv ; - vadare_nn_1 : N ; - vadarfaagel_nn_1 : N ; - vadbar_av_1 : A ; - vadd_nn_1 : N ; - vaddering_nn_1 : N ; - vadfot_nn_1 : N ; - vadhaallare_nn_1 : N ; - vadhaallning_nn_1 : N ; - vadlaang_av_1 : A ; - vados_av_1 : A ; - vadslagning_nn_1 : N ; - vaebel_nn_1 : N ; - vaeck_ab_1 : Adv ; - vaeckare_nn_1 : N ; - vaeckelse_nn_1 : N ; - vaeckelsemoete_nn_1 : N ; - vaeckelseroerelse_nn_1 : N ; - vaeckning_nn_1 : N ; - vaeder_nn_1 : N ; - vaederbestaendig_av_1 : A ; - vaederbiten_av_1 : A ; - vaederfoerhaallande_nn_1 : N ; - vaederil_nn_1 : N ; - vaederkvarn_nn_1 : N ; - vaederlek_nn_1 : N ; - vaederleksrapport_nn_1 : N ; - vaederprognos_nn_1 : N ; - vaederrapport_nn_1 : N ; - vaedersatellit_nn_1 : N ; - vaedersegel_nn_1 : N ; - vaederskepp_nn_1 : N ; - vaedersol_nn_1 : N ; - vaederspaend_av_1 : A ; - vaederspaenning_nn_1 : N ; - vaederstinn_av_1 : A ; - vaederstreck_nn_1 : N ; - vaedertillstaand_nn_1 : N ; - vaedjande_nn_1 : N ; - vaedur_nn_1 : N ; - vaeg_ab_1 : Adv ; - vaeg_nn_1 : N ; - vaegare_nn_1 : N ; - vaegbelaeggning_nn_1 : N ; - vaegbom_nn_1 : N ; - vaegbro_nn_1 : N ; - vaegbrytare_nn_1 : N ; - vaegegenskap_nn_1 : N ; - vaegfaerja_nn_1 : N ; - vaegfarande_nn_1 : N ; - vaegfoerbindelse_nn_1 : N ; - vaegfoerening_nn_1 : N ; - vaegfoervaltning_nn_1 : N ; - vaegg_nn_1 : N ; - vaeggband_nn_1 : N ; - vaeggbonad_nn_1 : N ; - vaeggfast_av_1 : A ; - vaegglus_nn_1 : N ; - vaeggmadam_nn_1 : N ; - vaeggpelare_nn_1 : N ; - vaeggtelefon_nn_1 : N ; - vaeggtidning_nn_1 : N ; - vaegguttag_nn_1 : N ; - vaeghyvel_nn_1 : N ; - vaegkant_nn_1 : N ; - vaegkors_nn_1 : N ; - vaegkorsning_nn_1 : N ; - vaeglag_nn_1 : N ; - vaeglag_nn_2 : N ; - vaegledande_av_1 : A ; - vaegledning_nn_1 : N ; - vaeglus_nn_1 : N ; - vaegmaerke_nn_1 : N ; - vaegmaetare_nn_1 : N ; - vaegmaskin_nn_1 : N ; - vaegnaet_nn_1 : N ; - vaegning_nn_1 : N ; - vaegport_nn_1 : N ; - vaegrare_nn_1 : N ; - vaegren_nn_1 : N ; - vaegroejare_nn_1 : N ; - vaegskael_nn_1 : N ; - vaegskylt_nn_1 : N ; - vaegtistel_nn_1 : N ; - vaegtorn_nn_1 : N ; - vaegtunnel_nn_1 : N ; - vaegvinnande_av_1 : A ; - vaegvisare_nn_1 : N ; - vaejning_nn_1 : N ; - vaekt_nn_1 : N ; - vaektare_nn_1 : N ; - vael_1_ab_1 : Adv ; - vael_2_ab_1 : Adv ; - vaelan_ab_1 : Adv ; - vaelavvaegd_av_1 : A ; - vaelbegriplig_av_1 : A ; - vaelbehaallen_av_1 : A ; - vaelbehoevlig_av_1 : A ; - vaelbekant_av_1 : A ; - vaelbelaegen_av_1 : A ; - vaelbesatt_av_1 : A ; - vaelbesoekt_av_1 : A ; - vaelbestaelld_av_1 : A ; - vaelbetaenkt_av_1 : A ; - vaelbetald_av_1 : A ; - vaelboren_av_1 : A ; - vaelbyggd_av_1 : A ; - vaeldeliga_ab_1 : Adv ; - vaeldeligen_ab_1 : Adv ; - vaeldig_av_1 : A ; - vaeldoftande_av_1 : A ; - vaelfaegnad_nn_1 : N ; - vaelfaerdskris_nn_1 : N ; - vaelfaerdsstat_nn_1 : N ; - vaelfoedd_av_1 : A ; - vaelfoerenlig_av_1 : A ; - vaelfoerklarlig_av_1 : A ; - vaelfoersedd_av_1 : A ; - vaelfoerstaadd_av_1 : A ; - vaelfoerstaaelig_av_1 : A ; - vaelfoerstaandig_av_1 : A ; - vaelfoertjaent_av_1 : A ; - vaelfunnen_av_1 : A ; - vaelfylld_av_1 : A ; - vaelgaerning_nn_1 : N ; - vaelgjord_av_1 : A ; - vaelgoedd_av_1 : A ; - vaelgoerande_av_1 : A ; - vaelgoerare_nn_1 : N ; - vaelgoerenhet_nn_1 : N ; - vaelgoerenhetsbasar_nn_1 : N ; - vaelhaallen_av_1 : A ; - vaelhaengd_av_1 : A ; - vaeljarbarometer_nn_1 : N ; - vaeljare_nn_1 : N ; - vaeljarkaar_nn_1 : N ; - vaelkaend_av_1 : A ; - vaelklaedd_av_1 : A ; - vaelklingande_av_1 : A ; - vaelkommen_av_1 : A ; - vaelkomstskaal_nn_1 : N ; - vaell_nn_1 : N ; - vaellevnad_nn_1 : N ; - vaelling_nn_1 : N ; - vaellingliknande_av_1 : A ; - vaelljaern_nn_1 : N ; - vaelljudande_av_1 : A ; - vaellning_nn_1 : N ; - vaellovlig_av_1 : A ; - vaelluktande_av_1 : A ; - vaellustig_av_1 : A ; - vaellusting_nn_1 : N ; - vaelmaaende_av_1 : A ; - vaelmenande_av_1 : A ; - vaelment_av_1 : A ; - vaelnaerd_av_1 : A ; - vaelsedd_av_1 : A ; - vaelsignelse_nn_1 : N ; - vaelsignelsebringande_av_1 : A ; - vaelsittande_av_1 : A ; - vaelsk_av_1 : A ; - vaelskapt_av_1 : A ; - vaelskjutande_av_1 : A ; - vaelskoett_av_1 : A ; - vaelskriven_av_1 : A ; - vaelskuren_av_1 : A ; - vaelsmakande_av_1 : A ; - vaelsmord_av_1 : A ; - vaelstaelld_av_1 : A ; - vaelstekt_av_1 : A ; - vaelt_nn_1 : N ; - vaeltagen_av_1 : A ; - vaeltalare_nn_1 : N ; - vaeltalig_av_1 : A ; - vaeltalighet_nn_1 : N ; - vaelvaext_av_1 : A ; - vaelvd_av_1 : A ; - vaelvillig_av_1 : A ; - vaelvis_av_1 : A ; - vaelvning_nn_1 : N ; - vaelvuxen_av_1 : A ; - vaemjelig_av_1 : A ; - vaen_av_1 : A ; - vaen_nn_1 : N ; - vaendbar_av_1 : A ; - vaendelrot_nn_1 : N ; - vaendkors_nn_1 : N ; - vaendkrets_nn_1 : N ; - vaendning_nn_1 : N ; - vaendplats_nn_1 : N ; - vaendpunkt_nn_1 : N ; - vaendradie_nn_1 : N ; - vaendrostning_nn_1 : N ; - vaendsydd_av_1 : A ; - vaenfast_av_1 : A ; - vaeninna_nn_1 : N ; - vaenkrets_nn_1 : N ; - vaenlig_av_1 : A ; - vaenligen_ab_1 : Adv ; - vaenlighet_nn_1 : N ; - vaenort_nn_1 : N ; - vaenpris_nn_1 : N ; - vaensaell_av_1 : A ; - vaenskaplig_av_1 : A ; - vaenskapligen_ab_1 : Adv ; - vaenskaplighet_nn_1 : N ; - vaenskapsfoerbindelse_nn_1 : N ; - vaenskapsmatch_nn_1 : N ; - vaenskapspris_nn_1 : N ; - vaensterflygel_nn_1 : N ; - vaensterhaent_av_1 : A ; - vaensterhand_nn_1 : N ; - vaensterhandsspelare_nn_1 : N ; - vaensterknaeck_nn_1 : N ; - vaensterparti_nn_1 : N ; - vaensterradikal_av_1 : A ; - vaensterradikal_nn_1 : N ; - vaenstervriden_av_1 : A ; - vaentetid_nn_1 : N ; - vaentevaerde_nn_1 : N ; - vaenthall_nn_1 : N ; - vaentjaenst_nn_1 : N ; - vaentrum_nn_1 : N ; - vaentsal_nn_1 : N ; - vaepnare_nn_1 : N ; - vaeppling_nn_1 : N ; - vaerd_av_1 : A ; - vaerd_nn_1 : N ; - vaerddjur_nn_1 : N ; - vaerdeanalys_nn_1 : N ; - vaerdebestaendig_av_1 : A ; - vaerdebrev_nn_1 : N ; - vaerdefast_av_1 : A ; - vaerdefoeremaal_nn_1 : N ; - vaerdefoersaendelse_nn_1 : N ; - vaerdefull_av_1 : A ; - vaerdehandling_nn_1 : N ; - vaerdeloes_av_1 : A ; - vaerdemaengd_nn_1 : N ; - vaerdemaessig_av_1 : A ; - vaerdemaetare_nn_1 : N ; - vaerdeminskning_nn_1 : N ; - vaerdeoekning_nn_1 : N ; - vaerdepapper_nn_1 : N ; - vaerderare_nn_1 : N ; - vaerdering_nn_1 : N ; - vaerderingsfri_av_1 : A ; - vaerderingsinstrument_nn_1 : N ; - vaerderingsman_nn_1 : N ; - vaerderingsnorm_nn_1 : N ; - vaerdesaeker_av_1 : A ; - vaerdesak_nn_1 : N ; - vaerdestegring_nn_1 : N ; - vaerdetabell_nn_1 : N ; - vaerdfamilj_nn_1 : N ; - vaerdfolk_nn_1 : N ; - vaerdig_av_1 : A ; - vaerdighet_nn_1 : N ; - vaerdinna_nn_1 : N ; - vaerdshus_nn_1 : N ; - vaerdvaexling_nn_1 : N ; - vaerdvaext_nn_1 : N ; - vaering_nn_1 : N ; - vaerjemaalsed_nn_1 : N ; - vaerk_nn_1 : N ; - vaerkbruten_av_1 : A ; - vaerld_nn_1 : N ; - vaerldsaalder_nn_1 : N ; - vaerldsaaskaadning_nn_1 : N ; - vaerldsartist_nn_1 : N ; - vaerldsatlas_nn_1 : N ; - vaerldsaxel_nn_1 : N ; - vaerldsbekant_av_1 : A ; - vaerldsberoemd_av_1 : A ; - vaerldsberoemdhet_nn_1 : N ; - vaerldsbild_nn_1 : N ; - vaerldsborgare_nn_1 : N ; - vaerldsbrand_nn_1 : N ; - vaerldsdam_nn_1 : N ; - vaerldsdel_nn_1 : N ; - vaerldsfientlig_av_1 : A ; - vaerldsfoerbaettrare_nn_1 : N ; - vaerldsfoersakelse_nn_1 : N ; - vaerldsfraanvaend_av_1 : A ; - vaerldsfraanvarande_av_1 : A ; - vaerldsfraemmande_av_1 : A ; - vaerldshav_nn_1 : N ; - vaerldshistorisk_av_1 : A ; - vaerldsklok_av_1 : A ; - vaerldskrig_nn_1 : N ; - vaerldslig_av_1 : A ; - vaerldsmaestare_nn_1 : N ; - vaerldsmaestarinna_nn_1 : N ; - vaerldsmaesterskap_nn_1 : N ; - vaerldsmakt_nn_1 : N ; - vaerldsman_nn_1 : N ; - vaerldsmarknad_nn_1 : N ; - vaerldsmedborgare_nn_1 : N ; - vaerldsnamn_nn_1 : N ; - vaerldsomfattande_av_1 : A ; - vaerldsomsegling_nn_1 : N ; - vaerldsomstoertande_av_1 : A ; - vaerldsomvaelvande_av_1 : A ; - vaerldsorganisation_nn_1 : N ; - vaerldsrekord_nn_1 : N ; - vaerldsreligion_nn_1 : N ; - vaerldsrevolution_nn_1 : N ; - vaerldsrymd_nn_1 : N ; - vaerldsspraak_nn_1 : N ; - vaerldsstad_nn_1 : N ; - vaerldstid_nn_1 : N ; - vaerldsutstaellning_nn_1 : N ; - vaerldsvan_av_1 : A ; - vaerldsvis_av_1 : A ; - vaermeaaskvaeder_nn_1 : N ; - vaermeaelskande_av_1 : A ; - vaermeanlaeggning_nn_1 : N ; - vaermebehandling_nn_1 : N ; - vaermebehov_nn_1 : N ; - vaermebestaendig_av_1 : A ; - vaermebild_nn_1 : N ; - vaermebildskamera_nn_1 : N ; - vaermeboelja_nn_1 : N ; - vaermecentral_nn_1 : N ; - vaermeekonomi_nn_1 : N ; - vaermeelement_nn_1 : N ; - vaermeenhet_nn_1 : N ; - vaermefloede_nn_1 : N ; - vaermefoerlust_nn_1 : N ; - vaermegenomgaangstal_nn_1 : N ; - vaermegrad_nn_1 : N ; - vaermeisolator_nn_1 : N ; - vaermeisolerande_av_1 : A ; - vaermekamera_nn_1 : N ; - vaermekapacitet_nn_1 : N ; - vaermekapacitivitet_nn_1 : N ; - vaermekonduktivitet_nn_1 : N ; - vaermekostnad_nn_1 : N ; - vaermekraftverk_nn_1 : N ; - vaermekrus_nn_1 : N ; - vaermeledare_nn_1 : N ; - vaermeledning_nn_1 : N ; - vaermeledningssystem_nn_1 : N ; - vaermemaatt_nn_1 : N ; - vaermemaengd_nn_1 : N ; - vaermemotor_nn_1 : N ; - vaermepump_nn_1 : N ; - vaermeskaap_nn_1 : N ; - vaermeskoeld_nn_1 : N ; - vaermestuga_nn_1 : N ; - vaermetillaegg_nn_1 : N ; - vaermeutbyte_nn_1 : N ; - vaermevaexlare_nn_1 : N ; - vaermeverk_nn_1 : N ; - vaermlaendsk_av_1 : A ; - vaermlaendska_nn_2 : N ; - vaermlaenning_nn_1 : N ; - vaern_nn_1 : N ; - vaernfaagel_nn_1 : N ; - vaernloes_av_1 : A ; - vaernpliktig_av_1 : A ; - vaernpliktsriksdag_nn_1 : N ; - vaernpliktstjaenstgoering_nn_1 : N ; - vaernpliktsvaegrare_nn_1 : N ; - vaersting_nn_1 : N ; - vaert_av_1 : A ; - vaerv_nn_1 : N ; - vaervning_nn_1 : N ; - vaesen_nn_2 : N ; - vaesende_nn_1 : N ; - vaesentlig_av_1 : A ; - vaesentligen_ab_1 : Adv ; - vaesentlighet_nn_1 : N ; - vaeskryckare_nn_1 : N ; - vaesning_nn_1 : N ; - vaest_ab_1 : Adv ; - vaest_nn_1 : N ; - vaestan_ab_1 : Adv ; - vaestanflaekt_nn_1 : N ; - vaestanhavs_ab_1 : Adv ; - vaester_ab_1 : Adv ; - vaesterbottning_nn_1 : N ; - vaesterbottnisk_av_1 : A ; - vaestergoek_nn_1 : N ; - vaesterlaendsk_av_1 : A ; - vaesterlaenning_nn_1 : N ; - vaesterut_ab_1 : Adv ; - vaesteuropeisk_av_1 : A ; - vaestgoetaklimax_nn_1 : N ; - vaestgoetaspets_nn_1 : N ; - vaestgoete_nn_1 : N ; - vaestgoetsk_av_1 : A ; - vaestgoetska_nn_2 : N ; - vaestgot_nn_1 : N ; - vaestgotisk_av_1 : A ; - vaestindiefarare_nn_1 : N ; - vaestindisk_av_1 : A ; - vaestklaenning_nn_1 : N ; - vaestkust_nn_1 : N ; - vaestkustsallad_nn_1 : N ; - vaestlig_av_1 : A ; - vaestmakt_nn_1 : N ; - vaestmanlaendsk_av_1 : A ; - vaestmanlaendska_nn_2 : N ; - vaestmanlaenning_nn_1 : N ; - vaestoever_ab_1 : Adv ; - vaestpaa_ab_1 : Adv ; - vaestra_av_1 : A ; - vaestsamoan_nn_1 : N ; - vaestslavisk_av_1 : A ; - vaestsvensk_av_1 : A ; - vaesttysk_av_1 : A ; - vaesttysk_nn_1 : N ; - vaestvart_ab_1 : Adv ; - vaestvind_nn_1 : N ; - vaeteatom_nn_1 : N ; - vaetebomb_nn_1 : N ; - vaetegenerator_nn_1 : N ; - vaetejon_nn_1 : N ; - vaetejonkoncentration_nn_1 : N ; - vaetekarbonat_nn_1 : N ; - vaetekarbonatjon_nn_1 : N ; - vaetevapen_nn_1 : N ; - vaetgasmolekyl_nn_1 : N ; - vaetgasrik_av_1 : A ; - vaetmedel_nn_1 : N ; - vaetning_nn_1 : N ; - vaetska_nn_1 : N ; - vaetskeansamling_nn_1 : N ; - vaetskefoerlust_nn_1 : N ; - vaetskefylld_av_1 : A ; - vaetskenivaa_nn_1 : N ; - vaetsketermometer_nn_1 : N ; - vaetskig_av_1 : A ; - vaette_nn_1 : N ; - vaetteljus_nn_1 : N ; - vaetterroeding_nn_1 : N ; - vaev_nn_1 : N ; - vaevare_nn_1 : N ; - vaevarfaagel_nn_1 : N ; - vaevarfink_nn_1 : N ; - vaevarstare_nn_1 : N ; - vaevburen_av_1 : A ; - vaeveri_nn_1 : N ; - vaeverska_nn_1 : N ; - vaevkaepp_nn_1 : N ; - vaevkam_nn_1 : N ; - vaevknut_nn_1 : N ; - vaevnad_nn_1 : N ; - vaevning_nn_1 : N ; - vaevningsmoenster_nn_1 : N ; - vaevplast_nn_1 : N ; - vaevskael_nn_1 : N ; - vaevskaft_nn_1 : N ; - vaevsked_nn_1 : N ; - vaevskyttel_nn_1 : N ; - vaevspaennare_nn_1 : N ; - vaevstol_nn_1 : N ; - vaevtyngd_nn_1 : N ; - vaexel_nn_1 : N ; - vaexelaccept_nn_1 : N ; - vaexelaffaer_nn_1 : N ; - vaexelbord_nn_1 : N ; - vaexeldiskont_nn_1 : N ; - vaexeldiskonto_nn_1 : N ; - vaexelfoerregling_nn_1 : N ; - vaexelfordran_nn_1 : N ; - vaexelgaeldenaer_nn_1 : N ; - vaexelgivare_nn_1 : N ; - vaexelkassa_nn_1 : N ; - vaexelkontor_nn_1 : N ; - vaexelkredit_nn_1 : N ; - vaexelkurs_nn_1 : N ; - vaexellok_nn_1 : N ; - vaexelmynt_nn_1 : N ; - vaexelomsaettning_nn_1 : N ; - vaexelryttare_nn_1 : N ; - vaexelsaang_nn_1 : N ; - vaexelspaar_nn_1 : N ; - vaexelspaenning_nn_1 : N ; - vaexelspak_nn_1 : N ; - vaexelspel_nn_1 : N ; - vaexelstaell_nn_1 : N ; - vaexelstaellverk_nn_1 : N ; - vaexelstroem_nn_1 : N ; - vaexeltrassat_nn_1 : N ; - vaexeltrassent_nn_1 : N ; - vaexeltunga_nn_1 : N ; - vaexelutstaellare_nn_1 : N ; - vaexelvarm_av_1 : A ; - vaexelvis_ab_1 : Adv ; - vaexlande_av_1 : A ; - vaexlare_nn_1 : N ; - vaexling_nn_1 : N ; - vaexlingslok_nn_1 : N ; - vaexlingsrik_av_1 : A ; - vaext_nn_1 : N ; - vaextaemne_nn_1 : N ; - vaextaetande_av_1 : A ; - vaextaetare_nn_1 : N ; - vaextart_nn_1 : N ; - vaextbas_nn_1 : N ; - vaextcell_nn_1 : N ; - vaextdel_nn_1 : N ; - vaextfaerg_nn_1 : N ; - vaextfaergning_nn_1 : N ; - vaextfamilj_nn_1 : N ; - vaextfett_nn_1 : N ; - vaextfiber_nn_1 : N ; - vaextfoeljd_nn_1 : N ; - vaextgift_nn_1 : N ; - vaextgraens_nn_1 : N ; - vaexthaemmande_av_1 : A ; - vaexthormon_nn_1 : N ; - vaexthus_nn_1 : N ; - vaextkraftig_av_1 : A ; - vaextlig_av_1 : A ; - vaextlighet_nn_1 : N ; - vaextlokal_nn_1 : N ; - vaextmargarin_nn_1 : N ; - vaextperiod_nn_1 : N ; - vaextplankton_nn_1 : N ; - vaextplats_nn_1 : N ; - vaextpress_nn_1 : N ; - vaextsaesong_nn_1 : N ; - vaextsaft_nn_1 : N ; - vaextsamlare_nn_1 : N ; - vaextsjukdom_nn_1 : N ; - vaextskott_nn_1 : N ; - vaextskyddsmedel_nn_1 : N ; - vaextstam_nn_1 : N ; - vaextstekel_nn_1 : N ; - vaexttraad_nn_1 : N ; - vaextvaevnad_nn_1 : N ; - vafalls_ab_1 : Adv ; - vag_av_1 : A ; - vagabond_nn_1 : N ; - vagabondnatur_nn_1 : N ; - vagant_nn_1 : N ; - vagel_nn_1 : N ; - vaggsaang_nn_1 : N ; - vaggtryck_nn_1 : N ; - vaginal_av_1 : A ; - vagn_nn_1 : N ; - vagnbjoern_nn_1 : N ; - vagnborg_nn_1 : N ; - vagnhall_nn_1 : N ; - vagnpark_nn_1 : N ; - vagnsaett_nn_1 : N ; - vagnshaeck_nn_1 : N ; - vagnskadefoersaekring_nn_1 : N ; - vagnskorg_nn_1 : N ; - vagnslast_nn_1 : N ; - vagnslider_nn_1 : N ; - vajer_nn_1 : N ; - vajert_ab_1 : Adv ; - vak_nn_1 : N ; - vakans_nn_1 : N ; - vakansfoerordnande_nn_1 : N ; - vakansvikarie_nn_1 : N ; - vakant_av_1 : A ; - vakare_nn_1 : N ; - vaken_av_1 : A ; - vakfaagel_nn_1 : N ; - vaknatt_nn_1 : N ; - vaksam_av_1 : A ; - vaksin_nn_1 : N ; - vaksination_nn_1 : N ; - vaksinatoer_nn_1 : N ; - vakt_nn_1 : N ; - vaktarrest_nn_1 : N ; - vaktavloesning_nn_1 : N ; - vaktel_nn_1 : N ; - vakthaallning_nn_1 : N ; - vakthavande_av_1 : A ; - vakthund_nn_1 : N ; - vaktkur_nn_1 : N ; - vaktmaestare_nn_1 : N ; - vaktmaesteri_nn_1 : N ; - vaktman_nn_1 : N ; - vaktparad_nn_1 : N ; - vaktpost_nn_1 : N ; - vaktstyrka_nn_1 : N ; - vakuum_nn_1 : N ; - vakuumbroms_nn_1 : N ; - vakuumfoerpackning_nn_1 : N ; - vakuumkammare_nn_1 : N ; - vakuummateria_nn_1 : N ; - vakuummeter_nn_1 : N ; - vakuumpump_nn_1 : N ; - vakuumregulator_nn_1 : N ; - vakuumsug_nn_1 : N ; - vakuumtoalett_nn_1 : N ; - val_nn_1 : N ; - val_nn_2 : N ; - valack_nn_1 : N ; - valaffisch_nn_1 : N ; - valapparat_nn_1 : N ; - valarbetare_nn_1 : N ; - valbar_av_1 : A ; - valbarometer_nn_1 : N ; - valberedning_nn_1 : N ; - valbiskop_nn_1 : N ; - valborgsmaessoafton_nn_1 : N ; - valbyraa_nn_1 : N ; - valdistrikt_nn_1 : N ; - valen_av_1 : A ; - valens_nn_1 : N ; - valenselektron_nn_1 : N ; - valenstal_nn_1 : N ; - valfaangare_nn_1 : N ; - valfisk_nn_1 : N ; - valfraendskap_nn_1 : N ; - valfri_av_1 : A ; - valfrihet_nn_1 : N ; - valfurste_nn_1 : N ; - valhaent_av_1 : A ; - valhaenthet_nn_1 : N ; - valhemlighet_nn_1 : N ; - validitet_nn_1 : N ; - valium_nn_1 : N ; - valk_nn_1 : N ; - valkampanj_nn_1 : N ; - valkare_nn_1 : N ; - valkeri_nn_1 : N ; - valkig_av_1 : A ; - valkokeri_nn_1 : N ; - valkrets_nn_1 : N ; - valkuvert_nn_1 : N ; - vall_nn_1 : N ; - vallaengd_nn_1 : N ; - vallare_nn_1 : N ; - vallfaerd_nn_1 : N ; - vallfart_nn_1 : N ; - vallfartsort_nn_1 : N ; - vallgrav_nn_1 : N ; - vallhorn_nn_1 : N ; - vallhund_nn_1 : N ; - vallmo_nn_1 : N ; - vallmofroe_nn_1 : N ; - vallmovaext_nn_1 : N ; - vallningstabell_nn_1 : N ; - vallokal_nn_1 : N ; - vallon_nn_1 : N ; - vallonsk_av_1 : A ; - vallpojke_nn_1 : N ; - vallvaext_nn_1 : N ; - valman_nn_1 : N ; - valmaskineri_nn_1 : N ; - valmoejlighet_nn_1 : N ; - valmoete_nn_1 : N ; - valmtak_nn_1 : N ; - valnoet_nn_1 : N ; - valnoetstraed_nn_1 : N ; - valoer_nn_1 : N ; - valomgaang_nn_1 : N ; - valp_nn_1 : N ; - valpaktig_av_1 : A ; - valpig_av_1 : A ; - valplats_nn_1 : N ; - valresultat_nn_1 : N ; - valrike_nn_1 : N ; - valroerelse_nn_1 : N ; - valross_nn_1 : N ; - valrossmustasch_nn_1 : N ; - vals_nn_1 : N ; - vals_nn_2 : N ; - valsaett_nn_1 : N ; - valsedel_nn_1 : N ; - valseger_nn_1 : N ; - valsituation_nn_1 : N ; - valskaerm_nn_1 : N ; - valsoer_nn_1 : N ; - valspraak_nn_1 : N ; - valsverk_nn_1 : N ; - valthorn_nn_1 : N ; - valuta_nn_1 : N ; - valutaaffaer_nn_1 : N ; - valutabrott_nn_1 : N ; - valutafond_nn_1 : N ; - valutaklausul_nn_1 : N ; - valutakurs_nn_1 : N ; - valutareglering_nn_1 : N ; - valutareserv_nn_1 : N ; - valutasvin_nn_1 : N ; - valutgaang_nn_1 : N ; - valv_nn_1 : N ; - valvbaage_nn_1 : N ; - valvel_nn_1 : N ; - valvslagning_nn_1 : N ; - vamp_nn_1 : N ; - vampig_av_1 : A ; - vampyr_nn_1 : N ; - van_av_1 : A ; - van_nn_1 : N ; - vana_nn_1 : N ; - vanaerande_av_1 : A ; - vanartig_av_1 : A ; - vandal_nn_1 : N ; - vandalisk_av_1 : A ; - vandrarcell_nn_1 : N ; - vandrare_nn_1 : N ; - vandrarfolk_nn_1 : N ; - vandrarhem_nn_1 : N ; - vandring_nn_1 : N ; - vandringsaar_nn_1 : N ; - vandringscell_nn_1 : N ; - vandringsfisk_nn_1 : N ; - vandringsfolk_nn_1 : N ; - vandringsman_nn_1 : N ; - vandringspokal_nn_1 : N ; - vandringspris_nn_1 : N ; - vandringsutstaellning_nn_1 : N ; - vandringsvaagroer_nn_1 : N ; - vanebildande_av_1 : A ; - vanebildning_nn_1 : N ; - vanedjur_nn_1 : N ; - vanedrinkare_nn_1 : N ; - vanekristen_av_1 : A ; - vanemaenniska_nn_1 : N ; - vanemaessig_av_1 : A ; - vanesak_nn_1 : N ; - vanfoer_av_1 : A ; - vanfoerestaellning_nn_1 : N ; - vanfoerhet_nn_1 : N ; - vanhederlig_av_1 : A ; - vanillin_nn_1 : N ; - vankant_nn_1 : N ; - vankelmodig_av_1 : A ; - vanlig_av_1 : A ; - vanligen_ab_1 : Adv ; - vanlighet_nn_1 : N ; - vanligtvis_ab_1 : Adv ; - vanmaektig_av_1 : A ; - vansinneskoerning_nn_1 : N ; - vansinnig_av_1 : A ; - vanskaplig_av_1 : A ; - vanskapnad_nn_1 : N ; - vanskapt_av_1 : A ; - vanskapthet_nn_1 : N ; - vansklig_av_1 : A ; - vanstark_av_1 : A ; - vanstyrd_av_1 : A ; - vant_nn_1 : N ; - vante_nn_1 : N ; - vantrogen_av_1 : A ; - vantskruv_nn_1 : N ; - vantspridare_nn_1 : N ; - vanvettig_av_1 : A ; - vanvoerdig_av_1 : A ; - vanvoerdnad_nn_1 : N ; - vapen_nn_1 : N ; - vapenarsenal_nn_1 : N ; - vapenbok_nn_1 : N ; - vapenbroder_nn_1 : N ; - vapendans_nn_1 : N ; - vapendragare_nn_1 : N ; - vapenfabrik_nn_1 : N ; - vapenfoer_av_1 : A ; - vapenfri_av_1 : A ; - vapenfynd_nn_1 : N ; - vapengren_nn_1 : N ; - vapenhus_nn_1 : N ; - vapenlek_nn_1 : N ; - vapenloes_av_1 : A ; - vapenrock_nn_1 : N ; - vapenskoeld_nn_1 : N ; - vapenslag_nn_1 : N ; - vapensmed_nn_1 : N ; - vapenstillestaand_nn_1 : N ; - vapensystem_nn_1 : N ; - vapentyp_nn_1 : N ; - vapenvaegrare_nn_1 : N ; - vapenvila_nn_1 : N ; - vapoer_nn_1 : N ; - var_ab_1 : Adv ; - var_av_1 : A ; - vara_nn_1 : N ; - varaktig_av_1 : A ; - varan_nn_1 : N ; - varav_ab_1 : Adv ; - varbildning_nn_1 : N ; - varbygel_nn_1 : N ; - vardag_nn_1 : N ; - vardaglig_av_1 : A ; - vardagsliv_nn_1 : N ; - vardagsrum_nn_1 : N ; - vardagstaenkande_nn_1 : N ; - varde_nn_1 : N ; - varefter_ab_1 : Adv ; - varelse_nn_1 : N ; - varemot_ab_1 : Adv ; - varest_ab_1 : Adv ; - varfaagel_nn_1 : N ; - varfoer_ab_1 : Adv ; - varfoere_ab_1 : Adv ; - varg_nn_1 : N ; - vargavinter_nn_1 : N ; - vargering_nn_1 : N ; - varggrop_nn_1 : N ; - varghagel_nn_1 : N ; - varginna_nn_1 : N ; - vargtimme_nn_1 : N ; - vargunge_nn_1 : N ; - varhaerd_nn_1 : N ; - varhelst_ab_1 : Adv ; - vari_ab_1 : Adv ; - varia_nn_1 : N ; - variabel_av_1 : A ; - variabel_nn_1 : N ; - variabilitet_nn_1 : N ; - varians_nn_1 : N ; - variant_nn_1 : N ; - variation_nn_1 : N ; - variationsbredd_nn_1 : N ; - variationsinstrument_nn_1 : N ; - variator_nn_1 : N ; - varibland_ab_1 : Adv ; - variete_nn_1 : N ; - varieteartist_nn_1 : N ; - varietet_nn_1 : N ; - varifraan_ab_1 : Adv ; - varig_av_1 : A ; - varigenom_ab_1 : Adv ; - variometer_nn_1 : N ; - varjaemte_ab_1 : Adv ; - varjag_nn_1 : N ; - varjehanda_av_1 : A ; - varken_ab_1 : Adv ; - varkunnsam_av_1 : A ; - varlig_av_1 : A ; - varliga_ab_1 : Adv ; - varligen_ab_1 : Adv ; - varm_av_1 : A ; - varmbad_nn_1 : N ; - varmblod_nn_1 : N ; - varmblodig_av_1 : A ; - varmbraeckt_av_1 : A ; - varmed_ab_1 : Adv ; - varmfront_nn_1 : N ; - varmgarage_nn_1 : N ; - varmhaallning_nn_1 : N ; - varmluftsridaa_nn_1 : N ; - varmluftssystem_nn_1 : N ; - varmraett_nn_1 : N ; - varmvatten_nn_1 : N ; - varmvattenberedare_nn_1 : N ; - varmvattensystem_nn_1 : N ; - varning_nn_1 : N ; - varningsmaerke_nn_1 : N ; - varningssignal_nn_1 : N ; - varningstriangel_nn_1 : N ; - varoever_ab_1 : Adv ; - varom_ab_1 : Adv ; - varp_nn_1 : N ; - varp_nn_2 : N ; - varpaa_ab_1 : Adv ; - varpbom_nn_1 : N ; - varpning_nn_1 : N ; - varptraad_nn_1 : N ; - varsam_av_1 : A ; - varse_ab_1 : Adv ; - varsel_nn_1 : N ; - varsomhelst_ab_1 : Adv ; - varstaedes_ab_1 : Adv ; - vart_ab_1 : Adv ; - vartaat_ab_1 : Adv ; - vartefter_ab_1 : Adv ; - varthaen_ab_1 : Adv ; - varthelst_ab_1 : Adv ; - vartill_ab_1 : Adv ; - vartsomhelst_ab_1 : Adv ; - varubeteckning_nn_1 : N ; - varubil_nn_1 : N ; - varubud_nn_1 : N ; - varubuss_nn_1 : N ; - varudeklaration_nn_1 : N ; - varufakta_nn_1 : N ; - varuhavare_nn_1 : N ; - varuhus_nn_1 : N ; - varuintag_nn_1 : N ; - varulaan_nn_1 : N ; - varulv_nn_1 : N ; - varumaengd_nn_1 : N ; - varumaerke_nn_1 : N ; - varunder_ab_1 : Adv ; - varuparti_nn_1 : N ; - varupris_nn_1 : N ; - varuprov_nn_1 : N ; - varur_ab_1 : Adv ; - varuskatt_nn_1 : N ; - varuti_ab_1 : Adv ; - varutinnan_ab_1 : Adv ; - varutransport_nn_1 : N ; - varuvagn_nn_1 : N ; - varv_nn_1 : N ; - varvid_ab_1 : Adv ; - varvidlag_ab_1 : Adv ; - varvig_av_1 : A ; - varvmaetare_nn_1 : N ; - varvraeknare_nn_1 : N ; - varvsindustri_nn_1 : N ; - varvtal_nn_1 : N ; - vas_nn_1 : N ; - vasall_nn_1 : N ; - vasallstat_nn_1 : N ; - vasaorden_nn_1 : N ; - vase_nn_1 : N ; - vasektomi_nn_1 : N ; - vask_nn_1 : N ; - vasker_nn_1 : N ; - vaskulaer_av_1 : A ; - vasomotorisk_av_1 : A ; - vass_av_1 : A ; - vass_nn_1 : N ; - vasslig_av_1 : A ; - vassroer_nn_1 : N ; - vassrugge_nn_1 : N ; - vaterbom_nn_1 : N ; - vaterbord_nn_1 : N ; - vatikansk_av_1 : A ; - vattblaa_av_1 : A ; - vatten_nn_1 : N ; - vattenavstoetande_av_1 : A ; - vattenavvisande_av_1 : A ; - vattenbad_nn_1 : N ; - vattenbehaallare_nn_1 : N ; - vattenbi_nn_1 : N ; - vattenblaa_av_1 : A ; - vattenbrist_nn_1 : N ; - vattenbruk_nn_1 : N ; - vattenburen_av_1 : A ; - vattenbyggnad_nn_1 : N ; - vattencykel_nn_1 : N ; - vattendelare_nn_1 : N ; - vattendjup_nn_1 : N ; - vattendjur_nn_1 : N ; - vattendomstol_nn_1 : N ; - vattendrag_nn_1 : N ; - vattendrivande_av_1 : A ; - vattendriven_av_1 : A ; - vattendroppe_nn_1 : N ; - vattenfaagel_nn_1 : N ; - vattenfaerg_nn_1 : N ; - vattenfall_nn_1 : N ; - vattenfas_nn_1 : N ; - vattenfast_av_1 : A ; - vattenfoerorening_nn_1 : N ; - vattenfylld_av_1 : A ; - vattengel_nn_1 : N ; - vattenglas_nn_1 : N ; - vattenhaal_nn_1 : N ; - vattenhalt_nn_1 : N ; - vattenhjul_nn_1 : N ; - vattenhyacint_nn_1 : N ; - vattenkaenslig_av_1 : A ; - vattenkanon_nn_1 : N ; - vattenklosett_nn_1 : N ; - vattenkokare_nn_1 : N ; - vattenkraftverk_nn_1 : N ; - vattenkran_nn_1 : N ; - vattenkultur_nn_1 : N ; - vattenkvarn_nn_1 : N ; - vattenkyld_av_1 : A ; - vattenlaas_nn_1 : N ; - vattenled_nn_1 : N ; - vattenledning_nn_1 : N ; - vattenledningsvatten_nn_1 : N ; - vattenlevande_av_1 : A ; - vattenlinje_nn_1 : N ; - vattenlist_nn_1 : N ; - vattenloepare_nn_1 : N ; - vattenloeslig_av_1 : A ; - vattenloeslighet_nn_1 : N ; - vattenloesning_nn_1 : N ; - vattenmaerke_nn_1 : N ; - vattenmelon_nn_1 : N ; - vattennivaa_nn_1 : N ; - vattennymf_nn_1 : N ; - vattenorganism_nn_1 : N ; - vattenpass_nn_1 : N ; - vattenpelare_nn_1 : N ; - vattenpistol_nn_1 : N ; - vattenpoel_nn_1 : N ; - vattenpost_nn_1 : N ; - vattenprov_nn_1 : N ; - vattenpump_nn_1 : N ; - vattenpuss_nn_1 : N ; - vattenrallare_nn_1 : N ; - vattenreglering_nn_1 : N ; - vattenreningsverk_nn_1 : N ; - vattenring_nn_1 : N ; - vattensamling_nn_1 : N ; - vattensjuk_av_1 : A ; - vattenskalle_nn_1 : N ; - vattenskinnbagge_nn_1 : N ; - vattenskott_nn_1 : N ; - vattenslang_nn_1 : N ; - vattenspindel_nn_1 : N ; - vattenspridare_nn_1 : N ; - vattenstaand_nn_1 : N ; - vattenstaandsroer_nn_1 : N ; - vattenstaandsvisare_nn_1 : N ; - vattenstaempel_nn_1 : N ; - vattenstaenk_nn_1 : N ; - vattenstraale_nn_1 : N ; - vattenstroem_nn_1 : N ; - vattensvin_nn_1 : N ; - vattentaalig_av_1 : A ; - vattentaekt_nn_1 : N ; - vattentaet_av_1 : A ; - vattentemperatur_nn_1 : N ; - vattentorn_nn_1 : N ; - vattentroeskel_nn_1 : N ; - vattenturbin_nn_1 : N ; - vattenur_nn_1 : N ; - vattenvaeg_nn_1 : N ; - vattenvaerde_nn_1 : N ; - vattenvaermare_nn_1 : N ; - vattenvaesen_nn_1 : N ; - vattenvaext_nn_1 : N ; - vattenverk_nn_1 : N ; - vattnare_nn_1 : N ; - vattnig_av_1 : A ; - vattrig_av_1 : A ; - vattring_nn_1 : N ; - vaudeville_nn_1 : N ; - vax_nn_1 : N ; - vaxavtryck_nn_1 : N ; - vaxduk_nn_1 : N ; - vaxkabinett_nn_1 : N ; - vaxliknande_av_1 : A ; - vaxljus_nn_1 : N ; - vaxpropp_nn_1 : N ; - vaxsigill_nn_1 : N ; - vaxskivling_nn_1 : N ; - vaxstapel_nn_1 : N ; - vaxtavla_nn_1 : N ; - veck_nn_1 : N ; - vecka_nn_1 : N ; - veckberg_nn_1 : N ; - veckig_av_1 : A ; - vecklare_nn_1 : N ; - veckning_nn_1 : N ; - veckoaenda_nn_1 : N ; - veckoavdelning_nn_1 : N ; - veckobiljett_nn_1 : N ; - veckodag_nn_1 : N ; - veckohelg_nn_1 : N ; - veckopeng_nn_1 : N ; - veckoslut_nn_1 : N ; - veckotidning_nn_1 : N ; - veckotimme_nn_1 : N ; - veckovis_ab_1 : Adv ; - vedbacke_nn_1 : N ; - vedbaerare_nn_1 : N ; - vedbod_nn_1 : N ; - vedborre_nn_1 : N ; - vedbrand_nn_1 : N ; - vederboerande_av_1 : A ; - vederboerlig_av_1 : A ; - vederboerligen_ab_1 : Adv ; - vederdeloman_nn_1 : N ; - vederdoepare_nn_1 : N ; - vederhaeftig_av_1 : A ; - vederkvickelse_nn_1 : N ; - vederlag_nn_1 : N ; - vederlike_nn_1 : N ; - vedermoeda_nn_1 : N ; - vedernamn_nn_1 : N ; - vederpart_nn_1 : N ; - vedersakare_nn_1 : N ; - vederstygglig_av_1 : A ; - vedertagen_av_1 : A ; - vedervaerdig_av_1 : A ; - vedervaerdighet_nn_1 : N ; - vedettbaat_nn_1 : N ; - vedfaang_nn_1 : N ; - vedhuggare_nn_1 : N ; - vedhuggning_nn_1 : N ; - vedisk_av_1 : A ; - vedkap_nn_1 : N ; - vedlaar_nn_1 : N ; - vedpinne_nn_1 : N ; - vedsaag_nn_1 : N ; - vedspis_nn_1 : N ; - vedstam_nn_1 : N ; - vedtrae_nn_1 : N ; - vegan_nn_1 : N ; - vegetabilisk_av_1 : A ; - vegetarian_nn_1 : N ; - vegetariansk_av_1 : A ; - vegetarisk_av_1 : A ; - vegetation_nn_1 : N ; - vegetationsbaelte_nn_1 : N ; - vegetationsknopp_nn_1 : N ; - vegetationsperiod_nn_1 : N ; - vegetationszon_nn_1 : N ; - vegetativ_av_1 : A ; - vehikel_nn_1 : N ; - vek_av_1 : A ; - veke_nn_1 : N ; - veklig_av_1 : A ; - veklighet_nn_1 : N ; - vekling_nn_1 : N ; - vektor_nn_1 : N ; - velar_av_1 : A ; - velar_nn_1 : N ; - vele_nn_1 : N ; - velig_av_1 : A ; - veling_nn_1 : N ; - velociped_nn_1 : N ; - velodrom_nn_1 : N ; - velourpappa_nn_1 : N ; - vemodig_av_1 : A ; - ven_nn_1 : N ; - vend_nn_1 : N ; - vendisk_av_1 : A ; - venerabel_av_1 : A ; - venereolog_nn_1 : N ; - venereologisk_av_1 : A ; - venerisk_av_1 : A ; - venetian_nn_1 : N ; - venetianare_nn_1 : N ; - venetiansk_av_1 : A ; - venezuelan_nn_1 : N ; - venoes_av_1 : A ; - ventil_nn_1 : N ; - ventilation_nn_1 : N ; - ventilationsflaekt_nn_1 : N ; - ventilator_nn_1 : N ; - ventilbasun_nn_1 : N ; - ventilgummi_nn_1 : N ; - ventilhatt_nn_1 : N ; - ventilhus_nn_1 : N ; - ventrikel_nn_1 : N ; - venusberg_nn_1 : N ; - verb_nn_1 : N ; - verbaendelse_nn_1 : N ; - verbal_av_1 : A ; - verbalabstrakt_nn_1 : N ; - verbalfaktor_nn_1 : N ; - verbaliter_ab_1 : Adv ; - verbalitet_nn_1 : N ; - verbalnot_nn_1 : N ; - verbalstam_nn_1 : N ; - verbalsubstantiv_nn_1 : N ; - verbform_nn_1 : N ; - verbhandling_nn_1 : N ; - verbsammansaettning_nn_1 : N ; - verbstam_nn_1 : N ; - verifikat_nn_1 : N ; - verifikation_nn_1 : N ; - veritabel_av_1 : A ; - verk_nn_1 : N ; - verkbord_nn_1 : N ; - verkhelig_av_1 : A ; - verkjaern_nn_1 : N ; - verklig_av_1 : A ; - verkligen_ab_1 : Adv ; - verklighet_nn_1 : N ; - verklighetsbakgrund_nn_1 : N ; - verklighetsfraemmande_av_1 : A ; - verklighetsnaera_av_1 : A ; - verklighetstrogen_av_1 : A ; - verkmaestare_nn_1 : N ; - verkning_nn_1 : N ; - verkningsfull_av_1 : A ; - verkningsgrad_nn_1 : N ; - verkningsloes_av_1 : A ; - verksam_av_1 : A ; - verksamhet_nn_1 : N ; - verksamhetsaar_nn_1 : N ; - verksamhetsbehov_nn_1 : N ; - verksamhetsberaettelse_nn_1 : N ; - verksamhetsfaelt_nn_1 : N ; - verkslaekare_nn_1 : N ; - verkstad_nn_1 : N ; - verkstadsarbetare_nn_1 : N ; - verkstadsfoerening_nn_1 : N ; - verkstadshus_nn_1 : N ; - verkstadsindustri_nn_1 : N ; - verkstadsklubb_nn_1 : N ; - verkstaellande_av_1 : A ; - verkstaellighet_nn_1 : N ; - verksynd_nn_1 : N ; - verktum_nn_1 : N ; - verktyg_nn_1 : N ; - verktygsmaskin_nn_1 : N ; - verktygssats_nn_1 : N ; - vernalisering_nn_1 : N ; - vernissage_nn_1 : N ; - vers_nn_1 : N ; - versal_nn_1 : N ; - versatil_av_1 : A ; - versberaettelse_nn_1 : N ; - versbindning_nn_1 : N ; - versfot_nn_1 : N ; - versifikation_nn_1 : N ; - versifikatoer_nn_1 : N ; - version_nn_1 : N ; - verslaera_nn_1 : N ; - versmaatt_nn_1 : N ; - versmakare_nn_1 : N ; - versrad_nn_1 : N ; - verst_nn_1 : N ; - vertebrat_nn_1 : N ; - vertikal_av_1 : A ; - vertikal_nn_1 : N ; - vertikalcirkel_nn_1 : N ; - vertikalplan_nn_1 : N ; - vertikalstroem_nn_1 : N ; - vertikalvinkel_nn_1 : N ; - vesaell_av_1 : A ; - vesir_nn_1 : N ; - vesper_nn_1 : N ; - vestal_nn_1 : N ; - vestalisk_av_1 : A ; - vestibul_nn_1 : N ; - vetande_av_1 : A ; - vetbar_av_1 : A ; - vetebroed_nn_1 : N ; - vetebulle_nn_1 : N ; - vetegrodd_nn_1 : N ; - vetekorn_nn_1 : N ; - vetekrans_nn_1 : N ; - vetenskap_nn_1 : N ; - vetenskapare_nn_1 : N ; - vetenskaplig_av_1 : A ; - vetenskapsakademi_nn_1 : N ; - vetenskapsman_nn_1 : N ; - veteran_nn_1 : N ; - veteranbil_nn_1 : N ; - veterinaer_nn_1 : N ; - veterligen_ab_1 : Adv ; - veterligt_ab_1 : Adv ; - vetesort_nn_1 : N ; - vetgirig_av_1 : A ; - veto_nn_1 : N ; - vette_nn_1 : N ; - vettig_av_1 : A ; - vettloes_av_1 : A ; - vettskraemd_av_1 : A ; - vettvillig_av_1 : A ; - vettvilling_nn_1 : N ; - vev_nn_1 : N ; - vevarm_nn_1 : N ; - vevaxel_nn_1 : N ; - vevhus_nn_1 : N ; - vevling_nn_1 : N ; - vevstaang_nn_1 : N ; - vevstake_nn_1 : N ; - vevtapp_nn_1 : N ; - vi_ab_1 : Adv ; - viadukt_nn_1 : N ; - vial_nn_1 : N ; - vibrafon_nn_1 : N ; - vibrant_nn_1 : N ; - vibration_nn_1 : N ; - vibrato_nn_1 : N ; - vibrator_nn_1 : N ; - vibrion_nn_1 : N ; - vice_av_1 : A ; - viceamiral_nn_1 : N ; - vicekonung_nn_1 : N ; - vicekorpral_nn_1 : N ; - vicekung_nn_1 : N ; - vicepresident_nn_1 : N ; - vicevaerd_nn_1 : N ; - vichyvatten_nn_1 : N ; - vick_nn_1 : N ; - vickel_nn_1 : N ; - vickig_av_1 : A ; - vickning_nn_1 : N ; - victoriansk_av_1 : A ; - vid_ab_1 : Adv ; - vid_av_1 : A ; - vida_ab_1 : Adv ; - vidareutbildning_nn_1 : N ; - vidbraend_av_1 : A ; - vidd_nn_1 : N ; - video_nn_1 : N ; - videoband_nn_1 : N ; - videobandspelare_nn_1 : N ; - videosignal_nn_1 : N ; - viderboende_nn_1 : N ; - vidertryck_nn_1 : N ; - videsparv_nn_1 : N ; - vidfilm_nn_1 : N ; - vidhaalla_vb_1 : V ; - vidhaeftning_nn_1 : N ; - vidi_ab_1 : Adv ; - vidimation_nn_1 : N ; - vidimering_nn_1 : N ; - vidja_nn_1 : N ; - vidlyftig_av_1 : A ; - vidmakthaalla_vb_1 : V ; - vidoeppen_av_1 : A ; - vidraekning_nn_1 : N ; - vidrig_av_1 : A ; - vidskepelse_nn_1 : N ; - vidskeplig_av_1 : A ; - vidstaaende_av_1 : A ; - vidstraeckt_av_1 : A ; - vidsynt_av_1 : A ; - vidsynthet_nn_1 : N ; - vidta_vb_1 : V ; - vidunder_nn_1 : N ; - vidunderlig_av_1 : A ; - vidvinkelobjektiv_nn_1 : N ; - vielle_nn_1 : N ; - vietnames_nn_1 : N ; - vietnamesisk_av_1 : A ; - vietnamesiska_nn_2 : N ; - vig_av_1 : A ; - vigg_nn_1 : N ; - vigge_nn_1 : N ; - vigkvast_nn_1 : N ; - vigsel_nn_1 : N ; - vigselannons_nn_1 : N ; - vigselbevis_nn_1 : N ; - vigselformulaer_nn_1 : N ; - vigselring_nn_1 : N ; - vigselrum_nn_1 : N ; - vik_nn_1 : N ; - vika_ab_1 : Adv ; - vika_vb_1 : V ; - vikare_nn_1 : N ; - vikariat_nn_1 : N ; - vikarie_nn_1 : N ; - vikarierande_av_1 : A ; - vikdoerr_nn_1 : N ; - viking_nn_1 : N ; - vikingagrav_nn_1 : N ; - vikingaskepp_nn_1 : N ; - vikingataag_nn_1 : N ; - vikning_nn_1 : N ; - vikon_nn_1 : N ; - vikt_nn_1 : N ; - viktenhet_nn_1 : N ; - viktfoerlust_nn_1 : N ; - viktig_av_1 : A ; - viktighetsmakare_nn_1 : N ; - viktigpetter_nn_1 : N ; - viktjusterare_nn_1 : N ; - viktklass_nn_1 : N ; - viktloes_av_1 : A ; - viktminskning_nn_1 : N ; - viktoriansk_av_1 : A ; - viktprocent_nn_1 : N ; - viktskillnad_nn_1 : N ; - viktsystem_nn_1 : N ; - viktualiehandel_nn_1 : N ; - vila_nn_1 : N ; - vild_av_1 : A ; - vildand_nn_1 : N ; - vildapel_nn_1 : N ; - vildbasare_nn_1 : N ; - vilddjur_nn_1 : N ; - vilde_nn_1 : N ; - vildfaagel_nn_1 : N ; - vildgaas_nn_1 : N ; - vildgraes_nn_1 : N ; - vilding_nn_1 : N ; - vildkanin_nn_1 : N ; - vildkatt_nn_1 : N ; - vildmark_nn_1 : N ; - vildnad_nn_1 : N ; - vildren_nn_1 : N ; - vildrensjakt_nn_1 : N ; - vildsint_av_1 : A ; - vildskott_nn_1 : N ; - vildstam_nn_1 : N ; - vildsvin_nn_1 : N ; - vildvuxen_av_1 : A ; - vilfaatoelj_nn_1 : N ; - vilja_nn_1 : N ; - viljeakt_nn_1 : N ; - viljeanstraengning_nn_1 : N ; - viljefoerklaring_nn_1 : N ; - viljehandling_nn_1 : N ; - viljeloes_av_1 : A ; - viljemaenniska_nn_1 : N ; - viljemaessig_av_1 : A ; - viljestark_av_1 : A ; - viljesvag_av_1 : A ; - viljeyttring_nn_1 : N ; - vill_ab_1 : Adv ; - villa_nn_1 : N ; - villande_av_1 : A ; - villanell_nn_1 : N ; - villaservitut_nn_1 : N ; - villebraad_nn_1 : N ; - villfara_vb_1 : V ; - villfarelse_nn_1 : N ; - villig_av_1 : A ; - villkor_nn_1 : N ; - villkorlig_av_1 : A ; - villkorsbisats_nn_1 : N ; - villkorskonjunktion_nn_1 : N ; - villkorsloes_av_1 : A ; - villolaera_nn_1 : N ; - villospaar_nn_1 : N ; - villovaeg_nn_1 : N ; - villraadig_av_1 : A ; - villsam_av_1 : A ; - vilodag_nn_1 : N ; - vilohem_nn_1 : N ; - vilolaege_nn_1 : N ; - vilolaeger_nn_1 : N ; - vilopaus_nn_1 : N ; - viloplats_nn_1 : N ; - vilopunkt_nn_1 : N ; - vilorum_nn_1 : N ; - vilostadium_nn_1 : N ; - vilrum_nn_1 : N ; - vilsam_av_1 : A ; - vilse_ab_1 : Adv ; - vilsegaangen_av_1 : A ; - vilsekommen_av_1 : A ; - vilseledande_av_1 : A ; - vilsen_av_1 : A ; - vilstol_nn_1 : N ; - vilthandlare_nn_1 : N ; - viltplantering_nn_1 : N ; - viltspegel_nn_1 : N ; - viltstraak_nn_1 : N ; - vimmelkantig_av_1 : A ; - vimpel_nn_1 : N ; - vimpelprydd_av_1 : A ; - vimperg_nn_1 : N ; - vimsig_av_1 : A ; - vin_nn_1 : N ; - vinaar_nn_1 : N ; - vinare_nn_1 : N ; - vinbaal_nn_1 : N ; - vinbaer_nn_1 : N ; - vinbaersbuske_nn_1 : N ; - vind_av_1 : A ; - vind_nn_1 : N ; - vind_nn_2 : N ; - vindaegg_nn_1 : N ; - vindaendring_nn_1 : N ; - vindbaelte_nn_1 : N ; - vindboejtel_nn_1 : N ; - vindbro_nn_1 : N ; - vindby_nn_1 : N ; - vinddriven_av_1 : A ; - vindel_nn_1 : N ; - vindfaang_nn_1 : N ; - vindfloejel_nn_1 : N ; - vindfoerhaallande_nn_1 : N ; - vindhastighet_nn_1 : N ; - vindil_nn_1 : N ; - vindkantring_nn_1 : N ; - vindkraftverk_nn_1 : N ; - vindling_nn_1 : N ; - vindmaetare_nn_1 : N ; - vindmaetning_nn_1 : N ; - vindmaetningsinstrument_nn_1 : N ; - vindoega_nn_1 : N ; - vindoegd_av_1 : A ; - vindpollinering_nn_1 : N ; - vindraett_ab_1 : Adv ; - vindriktning_nn_1 : N ; - vindruta_nn_1 : N ; - vindrutespolare_nn_1 : N ; - vindrutetorkare_nn_1 : N ; - vindsida_nn_1 : N ; - vindskaerm_nn_1 : N ; - vindskammare_nn_1 : N ; - vindskontor_nn_1 : N ; - vindskydd_nn_1 : N ; - vindspel_nn_1 : N ; - vindstilla_av_1 : A ; - vindstoet_nn_1 : N ; - vindstyrka_nn_1 : N ; - vindsutrymme_nn_1 : N ; - vindtaet_av_1 : A ; - vindtunnel_nn_1 : N ; - vindvridning_nn_1 : N ; - ving_nn_1 : N ; - vingaard_nn_1 : N ; - vingaardsarbetare_nn_1 : N ; - vingaardsman_nn_1 : N ; - vingbredd_nn_1 : N ; - vingbruten_av_1 : A ; - vinge_nn_1 : N ; - vingelpelle_nn_1 : N ; - vingfrukt_nn_1 : N ; - vingklaff_nn_1 : N ; - vinglas_nn_1 : N ; - vinglig_av_1 : A ; - vingloes_av_1 : A ; - vingmutter_nn_1 : N ; - vingplog_nn_1 : N ; - vingslag_nn_1 : N ; - vingspegel_nn_1 : N ; - vingspets_nn_1 : N ; - vingtaeckare_nn_1 : N ; - vingteckning_nn_1 : N ; - vingud_nn_1 : N ; - vingummi_nn_1 : N ; - vinjett_nn_1 : N ; - vink_nn_1 : N ; - vinkaennare_nn_1 : N ; - vinkel_nn_1 : N ; - vinkelarm_nn_1 : N ; - vinkelavstaand_nn_1 : N ; - vinkelben_nn_1 : N ; - vinkelborr_nn_1 : N ; - vinkelhake_nn_1 : N ; - vinkelhastighet_nn_1 : N ; - vinkelhus_nn_1 : N ; - vinkeljaern_nn_1 : N ; - vinkelknae_nn_1 : N ; - vinkellinjal_nn_1 : N ; - vinkelmaatt_nn_1 : N ; - vinkelpredikant_nn_1 : N ; - vinkelraet_av_1 : A ; - vinkelskillnad_nn_1 : N ; - vinkelspets_nn_1 : N ; - vinkelsumma_nn_1 : N ; - vinkling_nn_1 : N ; - vinkork_nn_1 : N ; - vinland_nn_1 : N ; - vinloev_nn_1 : N ; - vinlus_nn_1 : N ; - vinmaerke_nn_1 : N ; - vinn_ab_1 : Adv ; - vinna_vb_1 : V ; - vinnande_av_1 : A ; - vinnare_nn_1 : N ; - vinnarhaal_nn_1 : N ; - vinningslysten_av_1 : A ; - vinningslystnad_nn_1 : N ; - vinodlare_nn_1 : N ; - vinraettighet_nn_1 : N ; - vinroed_av_1 : A ; - vinsch_nn_1 : N ; - vinservering_nn_1 : N ; - vinskaenk_nn_1 : N ; - vinskoerd_nn_1 : N ; - vinsort_nn_1 : N ; - vinst_nn_1 : N ; - vinstandel_nn_1 : N ; - vinstchans_nn_1 : N ; - vinstdelning_nn_1 : N ; - vinstdelningsskatt_nn_1 : N ; - vinstmarginal_nn_1 : N ; - vinstnummer_nn_1 : N ; - vinstock_nn_1 : N ; - vinstplan_nn_1 : N ; - vinstuga_nn_1 : N ; - vintagevin_nn_1 : N ; - vinter_nn_1 : N ; - vinterbadare_nn_1 : N ; - vinterblaa_av_1 : A ; - vinterbostad_nn_1 : N ; - vinterdaeck_nn_1 : N ; - vinterdraekt_nn_1 : N ; - vinterfoder_nn_1 : N ; - vinterfrukt_nn_1 : N ; - vintergroen_av_1 : A ; - vinterhaerdig_av_1 : A ; - vinterhalvaar_nn_1 : N ; - vinterhimmel_nn_1 : N ; - vinterkvaell_nn_1 : N ; - vinterlandskap_nn_1 : N ; - vinterlig_av_1 : A ; - vinterliggare_nn_1 : N ; - vintermaanad_nn_1 : N ; - vinternatt_nn_1 : N ; - vinterpaeron_nn_1 : N ; - vinterskinn_nn_1 : N ; - vinterspaarvagn_nn_1 : N ; - vintersport_nn_1 : N ; - vinterstaand_nn_1 : N ; - vintertraedgaard_nn_1 : N ; - vintervaeg_nn_1 : N ; - vintervaeglag_nn_1 : N ; - vintervila_nn_1 : N ; - vinthund_nn_1 : N ; - vintrig_av_1 : A ; - viol_nn_1 : N ; - violblaa_av_1 : A ; - violett_av_1 : A ; - violin_nn_1 : N ; - violinist_nn_1 : N ; - violinklav_nn_1 : N ; - violoncell_nn_1 : N ; - vip_nn_1 : N ; - vipp_nn_1 : N ; - vippbraede_nn_1 : N ; - vippig_av_1 : A ; - vippkoppling_nn_1 : N ; - vippstjaert_nn_1 : N ; - viprum_nn_1 : N ; - vips_ab_1 : Adv ; - virginiahjort_nn_1 : N ; - viril_av_1 : A ; - virilitet_nn_1 : N ; - virkeskvalitet_nn_1 : N ; - virkesmaetning_nn_1 : N ; - virkgarn_nn_1 : N ; - virkkrok_nn_1 : N ; - virknaal_nn_1 : N ; - virkning_nn_1 : N ; - virolog_nn_1 : N ; - virrig_av_1 : A ; - virtuell_av_1 : A ; - virtuos_av_1 : A ; - virtuos_nn_1 : N ; - virtuositet_nn_1 : N ; - virtuosmaessig_av_1 : A ; - virtuosnummer_nn_1 : N ; - virulent_av_1 : A ; - virus_nn_1 : N ; - virusinfektion_nn_1 : N ; - virussjukdom_nn_1 : N ; - virvel_nn_1 : N ; - virvelroerelse_nn_1 : N ; - virvelstorm_nn_1 : N ; - virvelstroem_nn_1 : N ; - virvelvind_nn_1 : N ; - vis_av_1 : A ; - vis_nn_1 : N ; - visafton_nn_1 : N ; - visare_nn_1 : N ; - visarkiv_nn_1 : N ; - visbok_nn_1 : N ; - viscount_nn_1 : N ; - visdom_nn_1 : N ; - visdomsord_nn_1 : N ; - visdomstand_nn_1 : N ; - vise_nn_1 : N ; - visefall_nn_1 : N ; - visent_nn_1 : N ; - viseringskort_nn_1 : N ; - vishet_nn_1 : N ; - vishetslaera_nn_1 : N ; - visibel_av_1 : A ; - vision_nn_1 : N ; - visionaer_av_1 : A ; - visir_nn_1 : N ; - visit_nn_1 : N ; - visitation_nn_1 : N ; - visitator_nn_1 : N ; - visitering_nn_1 : N ; - visitkort_nn_1 : N ; - viskare_nn_1 : N ; - viskning_nn_1 : N ; - viskoes_av_1 : A ; - viskositet_nn_1 : N ; - vislig_av_1 : A ; - visligen_ab_1 : Adv ; - visman_nn_1 : N ; - visning_nn_1 : N ; - visp_nn_1 : N ; - visper_nn_1 : N ; - vispig_av_1 : A ; - viss_av_1 : A ; - vissen_av_1 : A ; - visserligen_ab_1 : Adv ; - visshet_nn_1 : N ; - vissla_nn_1 : N ; - vissling_nn_1 : N ; - visst_ab_1 : Adv ; - visstidsfoerordnande_nn_1 : N ; - vistelse_nn_1 : N ; - vistelseort_nn_1 : N ; - visthus_nn_1 : N ; - visthusbod_nn_1 : N ; - visuell_av_1 : A ; - visum_nn_1 : N ; - vit_av_1 : A ; - vitaktig_av_1 : A ; - vital_av_1 : A ; - vitalbehov_nn_1 : N ; - vitalf_nn_1 : N ; - vitalfoernimmelse_nn_1 : N ; - vitalitet_nn_1 : N ; - vitalkapacitet_nn_1 : N ; - vitalv_nn_1 : N ; - vitamin_nn_1 : N ; - vitamininjektion_nn_1 : N ; - vitaminrik_av_1 : A ; - vitbok_nn_1 : N ; - vitbroderi_nn_1 : N ; - vitfisk_nn_1 : N ; - vitgloedande_av_1 : A ; - vitgroen_av_1 : A ; - vithaarig_av_1 : A ; - vithet_nn_1 : N ; - vithyllt_av_1 : A ; - vitling_nn_1 : N ; - vitloek_nn_1 : N ; - vitmetall_nn_1 : N ; - vitmoegelost_nn_1 : N ; - vitnos_nn_1 : N ; - vitplister_nn_1 : N ; - vitraev_nn_1 : N ; - vitrin_nn_1 : N ; - vitrinskaap_nn_1 : N ; - vitrock_nn_1 : N ; - vitrysk_av_1 : A ; - vitryska_nn_2 : N ; - vitryss_nn_1 : N ; - vits_nn_1 : N ; - vitsig_av_1 : A ; - vitsord_nn_1 : N ; - vitsvanshjort_nn_1 : N ; - vittbekant_av_1 : A ; - vittberest_av_1 : A ; - vittberoemd_av_1 : A ; - vitter_av_1 : A ; - vitterhet_nn_1 : N ; - vitterlek_nn_1 : N ; - vittfamnande_av_1 : A ; - vittflygande_av_1 : A ; - vittgaaende_av_1 : A ; - vittling_nn_1 : N ; - vittne_nn_1 : N ; - vittnesbaas_nn_1 : N ; - vittnesboerd_nn_1 : N ; - vittnesed_nn_1 : N ; - vittnesgill_av_1 : A ; - vittnesmaal_nn_1 : N ; - vittnesskrank_nn_1 : N ; - vittnesutsaga_nn_1 : N ; - vittomfattande_av_1 : A ; - vittvin_nn_1 : N ; - vitvara_nn_1 : N ; - vitvin_nn_1 : N ; - viv_nn_1 : N ; - vivace_ab_1 : Adv ; - vivacitet_nn_1 : N ; - vivel_nn_1 : N ; - vivipar_av_1 : A ; - vivisektion_nn_1 : N ; - vivisektoer_nn_1 : N ; - vivoer_nn_1 : N ; - voall_nn_1 : N ; - voerdig_av_1 : A ; - voerdnad_nn_1 : N ; - voerdnadsbetygelse_nn_1 : N ; - voerdnadsbjudande_av_1 : A ; - voerdnadsfull_av_1 : A ; - voerdnadsvaerd_av_1 : A ; - voerdsam_av_1 : A ; - voerdsamligen_ab_1 : Adv ; - voertbroed_nn_1 : N ; - voertstyrka_nn_1 : N ; - voidkoefficient_nn_1 : N ; - vojlock_nn_1 : N ; - vokabel_nn_1 : N ; - vokabelsamling_nn_1 : N ; - vokabulaer_nn_1 : N ; - vokal_av_1 : A ; - vokal_nn_1 : N ; - vokalharmoni_nn_1 : N ; - vokalis_nn_1 : N ; - vokalisk_av_1 : A ; - vokalist_nn_1 : N ; - vokalkvalitet_nn_1 : N ; - vokalkvantitet_nn_1 : N ; - vokallaengd_nn_1 : N ; - vokalmoete_nn_1 : N ; - vokalrim_nn_1 : N ; - vokalvaexling_nn_1 : N ; - vokativ_nn_1 : N ; - volang_nn_1 : N ; - volauvent_nn_1 : N ; - volframnaal_nn_1 : N ; - voljaer_nn_1 : N ; - volm_nn_1 : N ; - volontaer_nn_1 : N ; - volt_nn_1 : N ; - volt_nn_2 : N ; - voltan_nn_1 : N ; - voltige_nn_1 : N ; - voltigoer_nn_1 : N ; - voltmaetare_nn_1 : N ; - voltmeter_nn_1 : N ; - volttal_nn_1 : N ; - voluminoes_av_1 : A ; - volut_nn_1 : N ; - volym_nn_1 : N ; - volymenhet_nn_1 : N ; - volymmaessig_av_1 : A ; - volymprocent_nn_1 : N ; - volymsenhet_nn_1 : N ; - vom_nn_1 : N ; - vomb_nn_1 : N ; - vombat_nn_1 : N ; - vomitiv_nn_1 : N ; - vorstehhund_nn_1 : N ; - votering_nn_1 : N ; - votivskepp_nn_1 : N ; - votum_nn_1 : N ; - voucher_nn_1 : N ; - vovve_nn_1 : N ; - voyeur_nn_1 : N ; - vraa_nn_1 : N ; - vraak_nn_1 : N ; - vraal_nn_1 : N ; - vraalaak_nn_1 : N ; - vraalflott_av_1 : A ; - vraang_av_1 : A ; - vraangbild_nn_1 : N ; - vraanghet_nn_1 : N ; - vraangvis_av_1 : A ; - vraekare_nn_1 : N ; - vraekig_av_1 : A ; - vraekning_nn_1 : N ; - vrak_nn_1 : N ; - vraklax_nn_1 : N ; - vrakpris_nn_1 : N ; - vrakspillra_nn_1 : N ; - vred_nn_1 : N ; - vrensk_av_1 : A ; - vresig_av_1 : A ; - vrestall_nn_1 : N ; - vret_nn_1 : N ; - vrickning_nn_1 : N ; - vrida_vb_1 : V ; - vridbar_av_1 : A ; - vriden_av_1 : A ; - vridjaernsinstrument_nn_1 : N ; - vridmoment_nn_1 : N ; - vridning_nn_1 : N ; - vridningsaxel_nn_1 : N ; - vridscen_nn_1 : N ; - vridspoleinstrument_nn_1 : N ; - vril_nn_1 : N ; - vrist_nn_1 : N ; - vristben_nn_1 : N ; - vulgaer_av_1 : A ; - vulgaritet_nn_1 : N ; - vulkan_nn_1 : N ; - vulkanisator_nn_1 : N ; - vulkanisk_av_1 : A ; - vulkanit_nn_1 : N ; - vulkanutbrott_nn_1 : N ; - vulkapparat_nn_1 : N ; - vulst_nn_1 : N ; - vulstig_av_1 : A ; - vulva_nn_1 : N ; - vurm_nn_1 : N ; - vurst_nn_1 : N ; - vuxen_av_1 : A ; - vy_nn_1 : N ; - vykort_nn_1 : N ; - wafer_nn_1 : N ; - wagon_nn_1 : N ; - walesare_nn_1 : N ; - walesisk_av_1 : A ; - walesiska_nn_2 : N ; - walkie_talkie_nn_1 : N ; - wankelmotor_nn_1 : N ; - watt_nn_1 : N ; - wattsekund_nn_1 : N ; - watusi_nn_1 : N ; - watussi_nn_1 : N ; - weekend_nn_1 : N ; - western_nn_1 : N ; - westernfilm_nn_1 : N ; - whig_nn_1 : N ; - whippet_nn_1 : N ; - whiskysprucken_av_1 : A ; - wienerbroed_nn_1 : N ; - wienerkorv_nn_1 : N ; - wienerschnitzel_nn_1 : N ; - wienervals_nn_1 : N ; - wigwam_nn_1 : N ; - wire_nn_1 : N ; - wobbler_nn_1 : N ; - worcestersaas_nn_1 : N ; - x1800_talsmode_nn_1 : N ; - x60_aarsjubileum_nn_1 : N ; - x_axel_nn_1 : N ; - x_koordinat_nn_1 : N ; - x_kromosom_nn_1 : N ; - xylofon_nn_1 : N ; - xylografi_nn_1 : N ; - y_axel_nn_1 : N ; - y_koordinat_nn_1 : N ; - y_kromosom_nn_1 : N ; - yacht_nn_1 : N ; - yalelaas_nn_1 : N ; - yankee_nn_1 : N ; - yankeejib_nn_1 : N ; - yard_nn_1 : N ; - yawl_nn_1 : N ; - yen_nn_1 : N ; - yllen_av_1 : A ; - ylletyg_nn_1 : N ; - yllevaevnad_nn_1 : N ; - ymnig_av_1 : A ; - ymnighetshorn_nn_1 : N ; - ymp_nn_1 : N ; - ympkvist_nn_1 : N ; - ympning_nn_1 : N ; - ympsaar_nn_1 : N ; - ympsnitt_nn_1 : N ; - ympstam_nn_1 : N ; - ymptvaang_nn_1 : N ; - yngel_nn_1 : N ; - yngelcell_nn_1 : N ; - yngeldamm_nn_1 : N ; - yngelstadium_nn_1 : N ; - yngeltraag_nn_1 : N ; - yngling_nn_1 : N ; - ynglingasinne_nn_1 : N ; - ynka_av_1 : A ; - ynkansvaerd_av_1 : A ; - ynkedom_nn_1 : N ; - ynklig_av_1 : A ; - ynkrygg_nn_1 : N ; - ynnestbetygelse_nn_1 : N ; - yogi_nn_1 : N ; - ypperlig_av_1 : A ; - yppig_av_1 : A ; - yr_av_1 : A ; - yrkande_nn_1 : N ; - yrke_nn_1 : N ; - yrkesarbetande_av_1 : A ; - yrkesarbetare_nn_1 : N ; - yrkesarme_nn_1 : N ; - yrkesfoerbud_nn_1 : N ; - yrkesfysiker_nn_1 : N ; - yrkesgrupp_nn_1 : N ; - yrkeshemlighet_nn_1 : N ; - yrkesinspektion_nn_1 : N ; - yrkeskaar_nn_1 : N ; - yrkeskvinna_nn_1 : N ; - yrkeslaerare_nn_1 : N ; - yrkesmaessig_av_1 : A ; - yrkesman_nn_1 : N ; - yrkesorientering_nn_1 : N ; - yrkesregister_nn_1 : N ; - yrkessjukdom_nn_1 : N ; - yrkesskicklig_av_1 : A ; - yrkestitel_nn_1 : N ; - yrkesutbildning_nn_1 : N ; - yrkesvaegledare_nn_1 : N ; - yrkesvaegledning_nn_1 : N ; - yrkesval_nn_1 : N ; - yrvaeder_nn_1 : N ; - yrvaken_av_1 : A ; - yster_av_1 : A ; - ytaktiv_av_1 : A ; - ytavvaegning_nn_1 : N ; - ytbergart_nn_1 : N ; - yteffekt_nn_1 : N ; - yteld_nn_1 : N ; - ytenhet_nn_1 : N ; - ytform_nn_1 : N ; - ytlager_nn_1 : N ; - ytledes_ab_1 : Adv ; - ytlig_av_1 : A ; - ytmaatt_nn_1 : N ; - ytmoraen_nn_1 : N ; - ytskikt_nn_1 : N ; - ytspaenning_nn_1 : N ; - ytstruktur_nn_1 : N ; - ytter_nn_1 : N ; - ytterdel_nn_1 : N ; - ytterdoerr_nn_1 : N ; - ytterfoder_nn_1 : N ; - ytterkant_nn_1 : N ; - ytterlig_av_1 : A ; - ytterligare_av_1 : A ; - ytterlighet_nn_1 : N ; - ytterlighetsriktning_nn_1 : N ; - yttermarginal_nn_1 : N ; - ytteroera_nn_1 : N ; - ytterplagg_nn_1 : N ; - ytterrock_nn_1 : N ; - ytterskaer_nn_1 : N ; - yttertak_nn_1 : N ; - yttervaerld_nn_1 : N ; - yttervinkel_nn_1 : N ; - yttrande_nn_1 : N ; - yttrandefrihet_nn_1 : N ; - yttring_nn_1 : N ; - yttriumoxid_nn_1 : N ; - yttryck_nn_1 : N ; - ytvatten_nn_1 : N ; - ytvattenskikt_nn_1 : N ; - ytvidd_nn_1 : N ; - yverboren_av_1 : A ; - yvig_av_1 : A ; - yxaemne_nn_1 : N ; - yxblad_nn_1 : N ; - yxhammare_nn_1 : N ; - yxhuvud_nn_1 : N ; - yxskaft_nn_1 : N ; - zairier_nn_1 : N ; - zairisk_av_1 : A ; - zambier_nn_1 : N ; - zambisk_av_1 : A ; - zefyr_nn_1 : N ; - zelot_nn_1 : N ; - zenitdistans_nn_1 : N ; - zeugma_nn_1 : N ; - zigenare_nn_1 : N ; - zigenarkapell_nn_1 : N ; - zigenarliv_nn_1 : N ; - zigenarspraak_nn_1 : N ; - zigensk_av_1 : A ; - zimbabwier_nn_1 : N ; - zimbabwisk_av_1 : A ; - zinkmalm_nn_1 : N ; - zirkon_nn_1 : N ; - zirkoniumoxid_nn_1 : N ; - zloty_nn_1 : N ; - zombie_nn_1 : N ; - zon_nn_1 : N ; - zonroer_nn_1 : N ; - zontariff_nn_1 : N ; - zoo_nn_1 : N ; - zoolog_nn_1 : N ; - zoologisk_av_1 : A ; - zoomobjektiv_nn_1 : N ; - zulu_nn_1 : N ; - zygot_nn_1 : N ; -} \ No newline at end of file diff --git a/next-lib/src/swedish/MakeStructuralSwe.gf b/next-lib/src/swedish/MakeStructuralSwe.gf deleted file mode 100644 index 1da7840df..000000000 --- a/next-lib/src/swedish/MakeStructuralSwe.gf +++ /dev/null @@ -1,19 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract - -resource MakeStructuralSwe = open CatSwe, ParadigmsSwe, - (P=ParadigmsSwe), MorphoSwe, Prelude in { - -oper - mkConj : Str -> Str -> P.Number -> Conj = \x,y,n -> - {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; - mkSubj : Str -> Subj = \x -> - {s = x ; lock_Subj = <>} ; - mkIQuant : Str -> Str -> Str -> DetSpecies -> IQuant = \vilken,vilket,vilka,d -> - {s = table (P.Number) - [table (P.Gender) [vilken;vilket] ; table (P.Gender) [vilka;vilka]] ; - det = d ; lock_IQuant = <>} ; - - dDefIndef : DetSpecies = DDef Indef ; - ---- other DetSpecies - -} diff --git a/next-lib/src/telugu/AdjectiveTel.gf b/next-lib/src/telugu/AdjectiveTel.gf deleted file mode 100644 index b016a2b9d..000000000 --- a/next-lib/src/telugu/AdjectiveTel.gf +++ /dev/null @@ -1,36 +0,0 @@ -concrete AdjectiveHin of Adjective = CatHin ** open ResHin, Prelude in { - - lin - - PositA a = a ; - --- ComparA a np = { --- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; --- isPre = False --- } ; --- ----- $SuperlA$ belongs to determiner syntax in $Noun$. --- --- ComplA2 a np = { --- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; --- isPre = False --- } ; --- --- ReflA2 a = { --- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; --- isPre = False --- } ; --- --- SentAP ap sc = { --- s = \\a => ap.s ! a ++ sc.s ; --- isPre = False --- } ; --- --- AdAP ada ap = { --- s = \\a => ada.s ++ ap.s ! a ; --- isPre = ap.isPre --- } ; --- --- UseA2 a = a ; --- -} diff --git a/next-lib/src/telugu/AdverbTel.gf b/next-lib/src/telugu/AdverbTel.gf deleted file mode 100644 index f43d03c99..000000000 --- a/next-lib/src/telugu/AdverbTel.gf +++ /dev/null @@ -1,20 +0,0 @@ ---concrete AdverbTel of Adverb = CatTel ** open ResTel, Prelude in { ----- ----- lin ----- PositAdvAdj a = {s = a.s ! AAdv} ; ----- ComparAdvAdj cadv a np = { ----- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom ----- } ; ----- ComparAdvAdjS cadv a s = { ----- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s ----- } ; ----- ----- PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; ----- ----- AdAdv = cc2 ; ----- ----- SubjS = cc2 ; ----- ----- AdnCAdv cadv = {s = cadv.s ++ "than"} ; ----- ---} diff --git a/next-lib/src/telugu/AllTel.gf b/next-lib/src/telugu/AllTel.gf deleted file mode 100644 index e70fe34f0..000000000 --- a/next-lib/src/telugu/AllTel.gf +++ /dev/null @@ -1,3 +0,0 @@ -----# -path=.:../abstract:../common:prelude --- ---concrete AllTel of AllTelAbs = LangTel ; diff --git a/next-lib/src/telugu/AllTelAbs.gf b/next-lib/src/telugu/AllTelAbs.gf deleted file mode 100644 index 89cdaef54..000000000 --- a/next-lib/src/telugu/AllTelAbs.gf +++ /dev/null @@ -1 +0,0 @@ -abstract AllHinAbs = Lang ; \ No newline at end of file diff --git a/next-lib/src/telugu/BackwardTel.gf b/next-lib/src/telugu/BackwardTel.gf deleted file mode 100644 index 1d06c5172..000000000 --- a/next-lib/src/telugu/BackwardTel.gf +++ /dev/null @@ -1,76 +0,0 @@ -----concrete BackwardTel of Backward = CatTel ** open ResTel in { ----- ----- flags optimize=all_subs ; ----- ----- lin ----- ------- A repository of obsolete constructs, needed for backward compatibility. ------- They create spurious ambiguities if used in combination with Lang. ----- ------- from Verb 19/4/2008 ----- ----- ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; ----- ComplV3 v np np2 = ----- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; ----- ComplV2V v np vp = ----- insertObj (\\a => infVP v.isAux vp a) ----- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; ----- ComplV2S v np s = ----- insertObj (\\_ => conjThat ++ s.s) ----- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; ----- ComplV2Q v np q = ----- insertObj (\\_ => q.s ! QIndir) ----- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; ----- ComplV2A v np ap = ----- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; ----- ----- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; ----- ------- from Sentence 19/4/2008 ----- ----- SlashV2 np v2 = ----- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; ----- ----- SlashVVV2 np vv v2 = ----- mkClause (np.s ! Nom) np.a ----- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** ----- {c2 = v2.c2} ; ----- ------- from Noun 19/4/2008 ----- ----- NumInt n = {s = n.s ; n = Pl} ; ----- OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED ----- ----- DetSg quant ord = { ----- s = quant.s ! Sg ++ ord.s ; ----- n = Sg ----- } ; ----- ----- DetPl quant num ord = { ----- s = quant.s ! num.n ++ num.s ++ ord.s ; ----- n = num.n ----- } ; ----- ----- NoNum = {s = []; n = Pl } ; ----- ----- DefArt = {s = \\_ => artDef} ; ----- ----- IndefArt = { ----- s = table { ----- Sg => artIndef ; ----- Pl => [] ----- } ----- } ; ----- ----- MassDet = {s = \\_ => []} ; ----- ----- ----- ------- from Structural 19/4/2008 ----- ----- that_NP = regNP "that" Sg ; ----- these_NP = regNP "these" Pl ; ----- this_NP = regNP "this" Sg ; ----- those_NP = regNP "those" Pl ; ----- -----} diff --git a/next-lib/src/telugu/CatTel.gf b/next-lib/src/telugu/CatTel.gf deleted file mode 100644 index 6413b6846..000000000 --- a/next-lib/src/telugu/CatTel.gf +++ /dev/null @@ -1,90 +0,0 @@ -concrete CatTel of Cat = CommonX ** open ResTel, Prelude in { - - flags optimize=all_subs ; - - lincat ----- ------- Tensed/Untensed ----- ----- S = {s : Str} ; ----- QS = {s : QForm => Str} ; ----- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts ----- SSlash = {s : Str ; c2 : Str} ; ----- ------- Sentence ----- --- Cl = ResTel.Clause ; ----- ClSlash = { ----- s : ResTel.Tense => Anteriority => CPolarity => Order => Str ; ----- c2 : Str ----- } ; ----- Imp = {s : CPolarity => ImpForm => Str} ; ----- ------- Question ----- ----- QCl = {s : ResTel.Tense => Anteriority => CPolarity => QForm => Str} ; ----- IP = {s : Case => Str ; n : Number} ; ----- IComp = {s : Str} ; ----- IDet = {s : Str ; n : Number} ; ----- IQuant = {s : Number => Str} ; ----- ------- Relative ----- ----- RCl = { ----- s : ResTel.Tense => Anteriority => CPolarity => Agr => Str ; ----- c : Case ----- } ; ----- RP = {s : RCase => Str ; a : RAgr} ; ----- ------- Verb ----- --- VP = ResTel.VPH ; --- VPSlash = ResTel.VPHSlash ; ----- Comp = {s : Agr => Str} ; ----- ------- Adjective ----- --- AP = ResTel.Adjective ; ----- ------- Noun ----- - CN = ResTel.Noun ; --- NP = ResTel.NP ; --- Pron = {s : PronCase => Str ; a : Agr} ; --- Det = {s : Gender => Case => Str ; n : Number} ; ----- Predet, Ord = {s : Str} ; --- Num = {s : Str ; n : Number} ; ----- Card = {s : Str; n : Number} ; --- Quant = {s : Number => Gender => Case => Str} ; --- Art = {s : Str} ; ----- ------- Numeral ----- ----- Numeral = {s : CardOrd => Str ; n : Number} ; ----- Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; ----- ------- Structural ----- ----- Conj = {s1,s2 : Str ; n : Number} ; --------b Conj = {s : Str ; n : Number} ; --------b DConj = {s1,s2 : Str ; n : Number} ; ----- Subj = {s : Str} ; ----- Prep = {s : Str} ; ----- ------- Open lexical classes, e.g. Lexicon ----- --- V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; --- V2, V2A, V2Q, V2S = Verb ** {c2 : Compl} ; ----- V3 = Verb ** {c2, c3 : Str} ; ----- VV = {s : VVForm => Str ; isAux : Bool} ; ----- V2V = Verb ** {c2 : Str ; isAux : Bool} ; ----- --- A = ResTel.Adjective ; --- {s : Gender => Number => Case => Str} ; ----- A2 = {s : AForm => Str ; c2 : Str} ; ----- - N = ResTel.Noun ; --{s : Number => Case => Str ; g : Gender} ; ----- N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; ----- N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; --- PN = {s : Case => Str ; g : Gender} ; ----- -} diff --git a/next-lib/src/telugu/ConjunctionTel.gf b/next-lib/src/telugu/ConjunctionTel.gf deleted file mode 100644 index 79e0e76bb..000000000 --- a/next-lib/src/telugu/ConjunctionTel.gf +++ /dev/null @@ -1,37 +0,0 @@ ---concrete ConjunctionTel of Conjunction = --- CatTel ** open ResTel, Coordination, Prelude in { ----- ----- flags optimize=all_subs ; ----- ----- lin ----- ----- ConjS = conjunctDistrSS ; ----- ----- ConjAdv = conjunctDistrSS ; ----- ----- ConjNP conj ss = conjunctDistrTable Case conj ss ** { ----- a = conjAgr (agrP3 conj.n) ss.a ----- } ; ----- ----- ConjAP conj ss = conjunctDistrTable Agr conj ss ** { ----- isPre = ss.isPre ----- } ; ----- ------- These fun's are generated from the list cat's. ----- ----- BaseS = twoSS ; ----- ConsS = consrSS comma ; ----- BaseAdv = twoSS ; ----- ConsAdv = consrSS comma ; ----- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; ----- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; ----- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; ----- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; ----- ----- lincat ----- [S] = {s1,s2 : Str} ; ----- [Adv] = {s1,s2 : Str} ; ----- [NP] = {s1,s2 : Case => Str ; a : Agr} ; ----- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; ----- ---} diff --git a/next-lib/src/telugu/GrammarTel.gf b/next-lib/src/telugu/GrammarTel.gf deleted file mode 100644 index e257291f1..000000000 --- a/next-lib/src/telugu/GrammarTel.gf +++ /dev/null @@ -1,18 +0,0 @@ ---# -path=.:../abstract:../common - -concrete GrammarTel of Grammar = - NounTel --- VerbTel, --- AdjectiveTel, --- AdverbTel, --- NumeralTel, --- SentenceTel, --- QuestionTel, --- RelativeTel, --- ConjunctionTel, --- PhraseTel, --- TextX, --- StructuralTel, --- IdiomTel - ** { -} diff --git a/next-lib/src/telugu/IdiomTel.gf b/next-lib/src/telugu/IdiomTel.gf deleted file mode 100644 index f41ae1a9a..000000000 --- a/next-lib/src/telugu/IdiomTel.gf +++ /dev/null @@ -1,30 +0,0 @@ ---concrete IdiomTel of Idiom = CatTel ** open Prelude, ResTel in { ----- ----- flags optimize=all_subs ; ----- ----- lin ----- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; ----- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; ----- ----- CleftNP np rs = mkClause "it" (agrP3 Sg) ----- (insertObj (\\_ => rs.s ! np.a) ----- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; ----- ----- CleftAdv ad s = mkClause "it" (agrP3 Sg) ----- (insertObj (\\_ => optStr conjThat ++ s.s) ----- (insertObj (\\_ => ad.s) (predAux auxBe))) ; ----- ----- ExistNP np = ----- mkClause "there" (agrP3 (fromAgr np.a).n) ----- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; ----- ----- ExistIP ip = ----- mkQuestion (ss (ip.s ! Nom)) ----- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; ----- ----- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; ----- ----- ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; ----- ---} --- diff --git a/next-lib/src/telugu/IrregTel.gf b/next-lib/src/telugu/IrregTel.gf deleted file mode 100644 index 2ebbdda1d..000000000 --- a/next-lib/src/telugu/IrregTel.gf +++ /dev/null @@ -1,181 +0,0 @@ -------# -path=.:prelude:../abstract:../common ----- -----concrete IrregTel of IrregTelAbs = CatTel ** open ParadigmsTel in { ----- -----flags optimize=values ; ----- ----- lin ----- awake_V = irregV "awake" "awoke" "awoken" ; ----- bear_V = irregV "bear" "bore" "born" ; ----- beat_V = irregV "beat" "beat" "beat" ; ----- become_V = irregV "become" "became" "become" ; ----- begin_V = irregV "begin" "began" "begun" ; ----- bend_V = irregV "bend" "bent" "bent" ; ----- beset_V = irregV "beset" "beset" "beset" ; ----- bet_V = irregDuplV "bet" "bet" "bet" ; ----- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; ----- bind_V = irregV "bind" "bound" "bound" ; ----- bite_V = irregV "bite" "bit" "bitten" ; ----- bleed_V = irregV "bleed" "bled" "bled" ; ----- blow_V = irregV "blow" "blew" "blown" ; ----- break_V = irregV "break" "broke" "broken" ; ----- breed_V = irregV "breed" "bred" "bred" ; ----- bring_V = irregV "bring" "brought" "brought" ; ----- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; ----- build_V = irregV "build" "built" "built" ; ----- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; ----- burst_V = irregV "burst" "burst" "burst" ; ----- buy_V = irregV "buy" "bought" "bought" ; ----- cast_V = irregV "cast" "cast" "cast" ; ----- catch_V = irregV "catch" "caught" "caught" ; ----- choose_V = irregV "choose" "chose" "chosen" ; ----- cling_V = irregV "cling" "clung" "clung" ; ----- come_V = irregV "come" "came" "come" ; ----- cost_V = irregV "cost" "cost" "cost" ; ----- creep_V = irregV "creep" "crept" "crept" ; ----- cut_V = irregDuplV "cut" "cut" "cut" ; ----- deal_V = irregV "deal" "dealt" "dealt" ; ----- dig_V = irregDuplV "dig" "dug" "dug" ; ----- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; ----- do_V = mk5V "do" "does" "did" "done" "doing" ; ----- draw_V = irregV "draw" "drew" "drawn" ; ----- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; ----- drive_V = irregV "drive" "drove" "driven" ; ----- drink_V = irregV "drink" "drank" "drunk" ; ----- eat_V = irregV "eat" "ate" "eaten" ; ----- fall_V = irregV "fall" "fell" "fallen" ; ----- feed_V = irregV "feed" "fed" "fed" ; ----- feel_V = irregV "feel" "felt" "felt" ; ----- fight_V = irregV "fight" "fought" "fought" ; ----- find_V = irregV "find" "found" "found" ; ----- fit_V = irregDuplV "fit" "fit" "fit" ; ----- flee_V = irregV "flee" "fled" "fled" ; ----- fling_V = irregV "fling" "flung" "flung" ; ----- fly_V = irregV "fly" "flew" "flown" ; ----- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; ----- forget_V = irregDuplV "forget" "forgot" "forgotten" ; ----- forgive_V = irregV "forgive" "forgave" "forgiven" ; ----- forsake_V = irregV "forsake" "forsook" "forsaken" ; ----- freeze_V = irregV "freeze" "froze" "frozen" ; ----- get_V = irregDuplV "get" "got" "gotten" ; ----- give_V = irregV "give" "gave" "given" ; ----- go_V = mk5V "go" "goes" "went" "gone" "going" ; ----- grind_V = irregV "grind" "ground" "ground" ; ----- grow_V = irregV "grow" "grew" "grown" ; ----- hang_V = irregV "hang" "hung" "hung" ; ----- have_V = mk5V "have" "has" "had" "had" "having" ; ----- hear_V = irregV "hear" "heard" "heard" ; ----- hide_V = irregV "hide" "hid" "hidden" ; ----- hit_V = irregDuplV "hit" "hit" "hit" ; ----- hold_V = irregV "hold" "held" "held" ; ----- hurt_V = irregV "hurt" "hurt" "hurt" ; ----- keep_V = irregV "keep" "kept" "kept" ; ----- kneel_V = irregV "kneel" "knelt" "knelt" ; ----- knit_V = irregDuplV "knit" "knit" "knit" ; ----- know_V = irregV "know" "knew" "know" ; ----- lay_V = irregV "lay" "laid" "laid" ; ----- lead_V = irregV "lead" "led" "led" ; ----- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; ----- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; ----- leave_V = irregV "leave" "left" "left" ; ----- lend_V = irregV "lend" "lent" "lent" ; ----- let_V = irregDuplV "let" "let" "let" ; ----- lie_V = irregV "lie" "lay" "lain" ; ----- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; ----- lose_V = irregV "lose" "lost" "lost" ; ----- make_V = irregV "make" "made" "made" ; ----- mean_V = irregV "mean" "meant" "meant" ; ----- meet_V = irregV "meet" "met" "met" ; ----- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; ----- mistake_V = irregV "mistake" "mistook" "mistaken" ; ----- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; ----- overcome_V = irregV "overcome" "overcame" "overcome" ; ----- overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; ----- overtake_V = irregV "overtake" "overtook" "overtaken" ; ----- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; ----- pay_V = irregV "pay" "paid" "paid" ; ----- plead_V = irregV "plead" "pled" "pled" ; ----- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; ----- put_V = irregDuplV "put" "put" "put" ; ----- quit_V = irregDuplV "quit" "quit" "quit" ; ----- read_V = irregV "read" "read" "read" ; ----- rid_V = irregDuplV "rid" "rid" "rid" ; ----- ride_V = irregV "ride" "rode" "ridden" ; ----- ring_V = irregV "ring" "rang" "rung" ; ----- rise_V = irregV "rise" "rose" "risen" ; ----- run_V = irregDuplV "run" "ran" "run" ; ----- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; ----- say_V = irregV "say" "said" "said" ; ----- see_V = irregV "see" "saw" "seen" ; ----- seek_V = irregV "seek" "sought" "sought" ; ----- sell_V = irregV "sell" "sold" "sold" ; ----- send_V = irregV "send" "sent" "sent" ; ----- set_V = irregDuplV "set" "set" "set" ; ----- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; ----- shake_V = irregV "shake" "shook" "shaken" ; ----- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; ----- shear_V = irregV "shear" "shore" "shorn" ; ----- shed_V = irregDuplV "shed" "shed" "shed" ; ----- shine_V = irregV "shine" "shone" "shone" ; ----- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; ----- shoot_V = irregV "shoot" "shot" "shot" ; ----- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; ----- shrink_V = irregV "shrink" "shrank" "shrunk" ; ----- shut_V = irregDuplV "shut" "shut" "shut" ; ----- sing_V = irregV "sing" "sang" "sung" ; ----- sink_V = irregV "sink" "sank" "sunk" ; ----- sit_V = irregDuplV "sit" "sat" "sat" ; ----- sleep_V = irregV "sleep" "slept" "slept" ; ----- slay_V = irregV "slay" "slew" "slain" ; ----- slide_V = irregV "slide" "slid" "slid" ; ----- sling_V = irregV "sling" "slung" "slung" ; ----- slit_V = irregDuplV "slit" "slit" "slit" ; ----- smite_V = irregV "smite" "smote" "smitten" ; ----- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; ----- speak_V = irregV "speak" "spoke" "spoken" ; ----- speed_V = irregV "speed" "sped" "sped" ; ----- spend_V = irregV "spend" "spent" "spent" ; ----- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; ----- spin_V = irregDuplV "spin" "spun" "spun" ; ----- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; ----- split_V = irregDuplV "split" "split" "split" ; ----- spread_V = irregV "spread" "spread" "spread" ; ----- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; ----- stand_V = irregV "stand" "stood" "stood" ; ----- steal_V = irregV "steal" "stole" "stolen" ; ----- stick_V = irregV "stick" "stuck" "stuck" ; ----- sting_V = irregV "sting" "stung" "stung" ; ----- stink_V = irregV "stink" "stank" "stunk" ; ----- stride_V = irregV "stride" "strod" "stridden" ; ----- strike_V = irregV "strike" "struck" "struck" ; ----- string_V = irregV "string" "strung" "strung" ; ----- strive_V = irregV "strive" "strove" "striven" ; ----- swear_V = irregV "swear" "swore" "sworn" ; ----- sweep_V = irregV "sweep" "swept" "swept" ; ----- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; ----- swim_V = irregDuplV "swim" "swam" "swum" ; ----- swing_V = irregV "swing" "swung" "swung" ; ----- take_V = irregV "take" "took" "taken" ; ----- teach_V = irregV "teach" "taught" "taught" ; ----- tear_V = irregV "tear" "tore" "torn" ; ----- tell_V = irregV "tell" "told" "told" ; ----- think_V = irregV "think" "thought" "thought" ; ----- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; ----- throw_V = irregV "throw" "threw" "thrown" ; ----- thrust_V = irregV "thrust" "thrust" "thrust" ; ----- tread_V = irregV "tread" "trod" "trodden" ; ----- understand_V = irregV "understand" "understood" "understood" ; ----- uphold_V = irregV "uphold" "upheld" "upheld" ; ----- upset_V = irregDuplV "upset" "upset" "upset" ; ----- wake_V = irregV "wake" "woke" "woken" ; ----- wear_V = irregV "wear" "wore" "worn" ; ----- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; ----- wed_V = irregDuplV "wed" "wed" "wed" ; ----- weep_V = irregV "weep" "wept" "wept" ; ----- wind_V = irregV "wind" "wound" "wound" ; ----- win_V = irregDuplV "win" "won" "won" ; ----- withhold_V = irregV "withhold" "withheld" "withheld" ; ----- withstand_V = irregV "withstand" "withstood" "withstood" ; ----- wring_V = irregV "wring" "wrung" "wrung" ; ----- write_V = irregV "write" "wrote" "written" ; -----} diff --git a/next-lib/src/telugu/LangTel.gf b/next-lib/src/telugu/LangTel.gf deleted file mode 100644 index 1d655fbe1..000000000 --- a/next-lib/src/telugu/LangTel.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../abstract:../common - -concrete LangTel of Lang = - GrammarTel, - LexiconTel - ** { -} diff --git a/next-lib/src/telugu/LexiconTel.gf b/next-lib/src/telugu/LexiconTel.gf deleted file mode 100644 index 9ede31bde..000000000 --- a/next-lib/src/telugu/LexiconTel.gf +++ /dev/null @@ -1,375 +0,0 @@ ---# -path=.:prelude - -concrete LexiconTel of Lexicon = CatTel ** - open ParadigmsTel, Prelude in { --- --- flags --- optimize=values ; --- - lin --- airplane_N = regN "airplane" ; --- answer_V2S = mkV2S (regV "answer") toP ; --- apartment_N = regN "apartment" ; --- apple_N = mkN "seb" ; --- art_N = regN "art" ; --- ask_V2Q = mkV2Q (regV "ask") noPrep ; --- baby_N = regN "baby" ; --- bad_A = mkADeg "bad" "worse" "worst" "badly" ; --- bank_N = regN "bank" ; --- beautiful_A = compoundADeg (regA "beautiful") ; --- become_VA = mkVA (irregV "become" "became" "become") ; --- beer_N = regN "beer" ; --- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; --- big_A = mkA "baRA" ; --- bike_N = regN "bike" ; --- bird_N = regN "bird" ; --- black_A = regADeg "black" ; --- blue_A = regADeg "blue" ; --- boat_N = regN "boat" ; --- book_N = regN "book" ; --- boot_N = regN "boot" ; --- boss_N = mkN human (regN "boss") ; --- boy_N = mkN "lar.kA" ; --- bread_N = mkN "rot.I" ; --- break_V2 = dirV2 (irregV "break" "broke" "broken") ; --- broad_A = regADeg "broad" ; --- brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; --- brown_A = regADeg "brown" ; --- butter_N = regN "butter" ; --- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; --- camera_N = regN "camera" ; --- cap_N = regN "cap" ; --- car_N = regN "car" ; --- carpet_N = regN "carpet" ; --- cat_N = regN "cat" ; --- ceiling_N = regN "ceiling" ; --- chair_N = regN "chair" ; --- cheese_N = regN "cheese" ; --- child_N = mk2N "child" "children" ; --- church_N = regN "church" ; --- city_N = regN "city" ; --- clean_A = regADeg "clean" ; --- clever_A = regADeg "clever" ; --- close_V2 = dirV2 (regV "close") ; --- coat_N = regN "coat" ; --- cold_A = regADeg "cold" ; --- come_V = (irregV "come" "came" "come") ; --- computer_N = regN "computer" ; --- country_N = regN "country" ; --- cousin_N = mkN human (regN "cousin") ; --- cow_N = regN "cow" ; --- die_V = (regV "die") ; --- dirty_A = regADeg "dirty" ; --- distance_N3 = mkN3 (regN "distance") fromP toP ; --- doctor_N = mkN human (regN "doctor") ; --- dog_N = regN "dog" ; --- door_N = regN "door" ; --- drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; --- easy_A2V = mkA2V (regA "easy") forP ; --- eat_V2 = mkV2 "KA" ; --- empty_A = regADeg "empty" ; --- enemy_N = regN "enemy" ; --- factory_N = regN "factory" ; --- father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; --- fear_VS = mkVS (regV "fear") ; --- find_V2 = dirV2 (irregV "find" "found" "found") ; --- fish_N = mk2N "fish" "fish" ; --- floor_N = regN "floor" ; --- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; --- fridge_N = regN "fridge" ; --- friend_N = mkN human (regN "friend") ; --- fruit_N = regN "fruit" ; --- fun_AV = mkAV (regA "fun") ; --- garden_N = regN "garden" ; --- girl_N = mkN "lar.kI" ; --- glove_N = regN "glove" ; --- gold_N = regN "gold" ; --- good_A = mkA "a-cCA" ; --- go_V = mkV "cal" ; --- green_A = regADeg "green" ; --- harbour_N = regN "harbour" ; --- hate_V2 = dirV2 (regV "hate") ; --- hat_N = regN "hat" ; --- have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; --- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; --- hill_N = regN "hill" ; --- hope_VS = mkVS (regV "hope") ; --- horse_N = regN "horse" ; --- hot_A = duplADeg "hot" ; --- house_N = regN "house" ; --- important_A = compoundADeg (regA "important") ; --- industry_N = regN "industry" ; --- iron_N = regN "iron" ; --- king_N = mkN masculine (regN "king") ; --- know_V2 = dirV2 (irregV "know" "knew" "known") ; --- lake_N = regN "lake" ; --- lamp_N = regN "lamp" ; --- learn_V2 = dirV2 (regV "learn") ; --- leather_N = regN "leather" ; --- leave_V2 = dirV2 (irregV "leave" "left" "left") ; --- like_V2 = dirV2 (regV "like") ; --- listen_V2 = prepV2 (regV "listen") toP ; --- live_V = mkV "CU" ; -- touch --- long_A = regADeg "long" ; --- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; --- love_N = regN "love" ; --- love_V2 = dirV2 (regV "love") ; --- man_N = mkN masculine (mk2N "man" "men") ; --- married_A2 = mkA2 (regA "married") toP ; --- meat_N = regN "meat" ; --- milk_N = regN "milk" ; --- moon_N = regN "moon" ; --- mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; --- mountain_N = regN "mountain" ; --- music_N = regN "music" ; --- narrow_A = regADeg "narrow" ; --- new_A = regADeg "new" ; --- newspaper_N = regN "newspaper" ; --- oil_N = regN "oil" ; --- old_A = regADeg "old" ; --- open_V2 = dirV2 (regV "open") ; --- paint_V2A = mkV2A (regV "paint") noPrep ; --- paper_N = regN "paper" ; --- paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; --- peace_N = regN "peace" ; --- pen_N = regN "pen" ; --- planet_N = regN "planet" ; --- plastic_N = regN "plastic" ; --- play_V2 = dirV2 (regV "play") ; --- policeman_N = mkN masculine (mkN "policeman" "policemen") ; --- priest_N = mkN human (regN "priest") ; --- probable_AS = mkAS (regA "probable") ; --- queen_N = mkN feminine (regN "queen") ; --- radio_N = regN "radio" ; --- rain_V0 = mkV0 (regV "rain") ; --- read_V2 = dirV2 (irregV "read" "read" "read") ; --- red_A = mkA "lAl" ; --- religion_N = regN "religion" ; --- restaurant_N = regN "restaurant" ; --- river_N = regN "river" ; --- rock_N = regN "rock" ; --- roof_N = regN "roof" ; --- rubber_N = regN "rubber" ; --- run_V = (irregDuplV "run" "ran" "run") ; --- say_VS = mkVS (irregV "say" "said" "said") ; --- school_N = regN "school" ; --- science_N = regN "science" ; --- sea_N = regN "sea" ; --- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; --- see_V2 = dirV2 (irregV "see" "saw" "seen") ; --- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; --- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; --- sheep_N = mk2N "sheep" "sheep" ; --- ship_N = regN "ship" ; --- shirt_N = regN "shirt" ; --- shoe_N = regN "shoe" ; --- shop_N = regN "shop" ; --- short_A = regADeg "short" ; --- silver_N = regN "silver" ; --- sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; --- sleep_V = (irregV "sleep" "slept" "slept") ; --- small_A = regADeg "small" ; --- snake_N = regN "snake" ; --- sock_N = regN "sock" ; --- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; --- star_N = regN "star" ; --- steel_N = regN "steel" ; --- stone_N = regN "stone" ; --- stove_N = regN "stove" ; --- student_N = mkN human (regN "student") ; --- stupid_A = regADeg "stupid" ; --- sun_N = regN "sun" ; --- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; --- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; --- table_N = regN "table" ; --- talk_V3 = mkV3 (regV "talk") toP aboutP ; --- teacher_N = mkN human (regN "teacher") ; --- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; --- television_N = regN "television" ; --- thick_A = regADeg "thick" ; --- thin_A = duplADeg "thin" ; --- train_N = regN "train" ; --- travel_V = (regDuplV "travel") ; --- tree_N = regN "tree" ; --- -- trousers_N = regN "trousers" ; --- ugly_A = regADeg "ugly" ; --- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; --- university_N = regN "university" ; --- village_N = regN "village" ; --- wait_V2 = prepV2 (regV "wait") forP ; --- walk_V = (regV "walk") ; --- warm_A = regADeg "warm" ; --- war_N = regN "war" ; --- watch_V2 = dirV2 (regV "watch") ; --- water_N = regN "water" ; --- white_A = regADeg "white" ; - window_N = mkN "kiTiki:" ; --- wine_N = regN "wine" ; --- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; --- woman_N = mkN feminine (mk2N "woman" "women") ; --- wonder_VQ = mkVQ (regV "wonder") ; --- wood_N = regN "wood" ; --- write_V2 = dirV2 (irregV "write" "wrote" "written") ; --- yellow_A = regADeg "yellow" ; --- young_A = regADeg "young" ; --- --- do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; --- now_Adv = mkAdv "now" ; --- already_Adv = mkAdv "already" ; --- song_N = regN "song" ; --- add_V3 = dirV3 (regV "add") toP ; --- number_N = regN "number" ; --- put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; --- stop_V = regDuplV "stop" ; --- jump_V = regV "jump" ; --- --- left_Ord = ss "left" ; --- right_Ord = ss "right" ; --- far_Adv = mkAdv "far" ; --- correct_A = (regA "correct") ; --- dry_A = regA "dry" ; --- dull_A = regA "dull" ; --- full_A = regA "full" ; --- heavy_A = regA "heavy" ; --- near_A = regA "near" ; --- rotten_A = (regA "rotten") ; --- round_A = regA "round" ; --- sharp_A = regA "sharp" ; --- smooth_A = regA "smooth" ; --- straight_A = regA "straight" ; --- wet_A = regA "wet" ; -- --- wide_A = regA "wide" ; --- animal_N = regN "animal" ; --- ashes_N = regN "ash" ; -- FIXME: plural only? --- back_N = regN "back" ; --- bark_N = regN "bark" ; --- belly_N = regN "belly" ; --- blood_N = regN "blood" ; --- bone_N = regN "bone" ; --- breast_N = regN "breast" ; --- cloud_N = regN "cloud" ; --- day_N = regN "day" ; --- dust_N = regN "dust" ; --- ear_N = regN "ear" ; --- earth_N = regN "earth" ; --- egg_N = regN "egg" ; --- eye_N = regN "eye" ; --- fat_N = regN "fat" ; --- feather_N = regN "feather" ; --- fingernail_N = regN "fingernail" ; --- fire_N = regN "fire" ; --- flower_N = regN "flower" ; --- fog_N = regN "fog" ; --- foot_N = mk2N "foot" "feet" ; --- forest_N = regN "forest" ; --- grass_N = regN "grass" ; --- guts_N = regN "gut" ; -- FIXME: no singular --- hair_N = regN "hair" ; --- hand_N = regN "hand" ; --- head_N = regN "head" ; --- heart_N = regN "heart" ; --- horn_N = regN "horn" ; --- husband_N = mkN masculine (regN "husband") ; --- ice_N = regN "ice" ; --- knee_N = regN "knee" ; --- leaf_N = mk2N "leaf" "leaves" ; --- leg_N = regN "leg" ; --- liver_N = regN "liver" ; --- louse_N = mk2N "louse" "lice" ; --- mouth_N = regN "mouth" ; --- name_N = regN "name" ; --- neck_N = regN "neck" ; --- night_N = regN "night" ; --- nose_N = regN "nose" ; --- person_N = mkN human (regN "person") ; --- rain_N = regN "rain" ; --- road_N = regN "road" ; --- root_N = regN "root" ; --- rope_N = regN "rope" ; --- salt_N = regN "salt" ; --- sand_N = regN "sand" ; --- seed_N = regN "seed" ; --- skin_N = regN "skin" ; --- sky_N = regN "sky" ; --- smoke_N = regN "smoke" ; --- snow_N = regN "snow" ; --- stick_N = regN "stick" ; --- tail_N = regN "tail" ; --- tongue_N = regN "tongue" ; --- tooth_N = mk2N "tooth" "teeth" ; --- wife_N = mkN feminine (mk2N "wife" "wives") ; --- wind_N = regN "wind" ; --- wing_N = regN "wing" ; --- worm_N = regN "worm" ; --- year_N = regN "year" ; --- blow_V = IrregTel.blow_V ; --- breathe_V = dirV2 (regV "breathe") ; --- burn_V = IrregTel.burn_V ; --- dig_V = IrregTel.dig_V ; --- fall_V = IrregTel.fall_V ; --- float_V = regV "float" ; --- flow_V = regV "flow" ; --- fly_V = IrregTel.fly_V ; --- freeze_V = IrregTel.freeze_V ; --- give_V3 = dirV3 give_V toP ; --- laugh_V = regV "laugh" ; --- lie_V = IrregTel.lie_V ; --- play_V = regV "play" ; --- sew_V = mkV "sI" ; --- sing_V = IrregTel.sing_V ; --- sit_V = IrregTel.sit_V ; --- smell_V = regV "smell" ; --- spit_V = IrregTel.spit_V ; --- stand_V = IrregTel.stand_V ; --- swell_V = IrregTel.swell_V ; --- swim_V = IrregTel.swim_V ; --- think_V = IrregTel.think_V ; --- turn_V = regV "turn" ; --- vomit_V = regV "vomit" ; --- --- bite_V2 = dirV2 IrregTel.bite_V ; --- count_V2 = dirV2 (regV "count") ; --- cut_V2 = dirV2 IrregTel.cut_V ; --- fear_V2 = dirV2 (regV "fear") ; --- fight_V2 = dirV2 fight_V ; --- hit_V2 = mkV2 (mkV "mAr") "ko" ; --- hold_V2 = dirV2 hold_V ; --- hunt_V2 = dirV2 (regV "hunt") ; --- kill_V2 = dirV2 (regV "kill") ; --- pull_V2 = dirV2 (regV "pull") ; --- push_V2 = dirV2 (regV "push") ; --- rub_V2 = dirV2 (regDuplV "rub") ; --- scratch_V2 = dirV2 (regV "scratch") ; --- split_V2 = dirV2 split_V ; --- squeeze_V2 = dirV2 (regV "squeeze") ; --- stab_V2 = dirV2 (regDuplV "stab") ; --- suck_V2 = dirV2 (regV "suck") ; --- throw_V2 = dirV2 throw_V ; --- tie_V2 = dirV2 (regV "tie") ; --- wash_V2 = dirV2 (regV "wash") ; --- wipe_V2 = dirV2 (regV "wipe") ; --- ----- other_A = regA "other" ; --- --- grammar_N = regN "grammar" ; --- language_N = regN "language" ; --- rule_N = regN "rule" ; --- ----- added 4/6/2007 --- john_PN = mkPN "jon" ; --- question_N = regN "question" ; --- ready_A = regA "ready" ; --- reason_N = regN "reason" ; --- today_Adv = mkAdv "today" ; --- uncertain_A = regA "uncertain" ; --- ---oper --- aboutP = mkPrep "about" ; --- atP = mkPrep "at" ; --- forP = mkPrep "for" ; --- fromP = mkPrep "from" ; --- inP = mkPrep "in" ; --- onP = mkPrep "on" ; --- toP = mkPrep "to" ; --- -} diff --git a/next-lib/src/telugu/MorphoTel.gf b/next-lib/src/telugu/MorphoTel.gf deleted file mode 100644 index a56a736fc..000000000 --- a/next-lib/src/telugu/MorphoTel.gf +++ /dev/null @@ -1,196 +0,0 @@ -----# -path=.:../../prelude ----- -------1 A Simple Teldi Resource Morphology ------- ------- Aarne Ranta 2002 -- 2005 ------- ------- This resource morphology contains definitions needed in the resource ------- syntax. To build a lexicon, it is better to use $ParadigmsTel$, which ------- gives a higher-level access to this module. ----- ---resource MorphoTel = ResTel ** open Prelude, (Predef=Predef) in { ----- ----- flags optimize=all ; ----- -------2 Phonology ------- ------- To regulate the use of endings for both nouns, adjectives, and verbs: ----- -----oper ----- y2ie : Str -> Str -> Str = \fly,s -> ----- let y = last (init fly) in ----- case y of { ----- "a" => fly + s ; ----- "e" => fly + s ; ----- "o" => fly + s ; ----- "u" => fly + s ; ----- _ => init fly + "ie" + s ----- } ; ----- ----- -------2 Nouns ------- ------- For conciseness and abstraction, we define a worst-case macro for ------- noun inflection. It is used for defining special case that ------- only need one string as argument. ----- -----oper ----- CommonNoun : Type = {s : Number => Case => Str} ; ----- ----- nounGen : Str -> CommonNoun = \dog -> case last dog of { ----- "y" => nounY "dog" ; ----- "s" => nounS (init "dog") ; ----- _ => nounReg "dog" ----- } ; ----- ------- These are auxiliaries to $nounGen$. ----- ----- nounReg : Str -> CommonNoun = \dog -> ----- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); ----- nounS : Str -> CommonNoun = \kiss -> ----- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; ----- nounY : Str -> CommonNoun = \fl -> ----- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; ----- ----- -------3 Proper names ------- ------- Regular proper names are inflected with "'s" in the genitive. ----- ----- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> ----- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; ----- -------2 Determiners ----- ----- mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> ----- {s = s ; n = n} ; ----- -------2 Pronouns ------- ------- Here we define personal pronouns. ------- ------- We record the form "mine" and the gender for later use. ----- ----- Pronoun : Type = ----- {s : Case => Str ; a : Agr} ; ----- ----- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = ----- \I,me,my,mine,n,p,g -> ----- {s = table {Nom => I ; Acc => me ; Gen => my} ; ----- a = toAgr n p g ----- } ; ----- ----- human : Gender = Masc ; --- doesn't matter ----- ----- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; ----- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK ----- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; ----- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; ----- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; ----- ----- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; ----- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; ----- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- ----- ----- -------2 Adjectives ------- ------- To form the adjectival and the adverbial forms, two strings are needed ------- in the worst case. (First without degrees.) ----- ----- Adjective = {s : AForm => Str} ; ----- ------- However, most adjectives can be inflected using the final character. ------- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. ----- ----- regAdjective : Str -> Adjective = \free -> ----- let ----- e = last free ; ----- fre = init free ; ----- freely = case e of { ----- "y" => fre + "ily" ; ----- _ => free + "ly" ----- } ; ----- fre = case e of { ----- "e" => fre ; ----- "y" => fre + "i" ; ----- _ => free ----- } ----- in ----- mkAdjective free (fre + "er") (fre + "est") freely ; ----- ------- Many adjectives are 'inflected' by adding a comparison word. ----- ----- adjDegrLong : Str -> Adjective = \ridiculous -> ----- mkAdjective ----- ridiculous ----- ("more" ++ ridiculous) ----- ("most" ++ ridiculous) ----- ((regAdjective ridiculous).s ! AAdv) ; ----- ----- -------3 Verbs ------- ------- The worst case needs five forms. (The verb "be" is treated separately.) ----- ----- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> ----- let going = case last go of { ----- "e" => init go + "ing" ; ----- _ => go + "ing" ----- } ----- in ----- mkVerb go goes went gone going ; ----- ------- This is what we use to derive the irregular forms in almost all cases ----- ----- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> ----- let bites = case last bite of { ----- "y" => y2ie bite "s" ; ----- "s" => init bite + "es" ; ----- _ => bite + "s" ----- } ----- in mkVerb4 bite bites bit bitten ; ----- ------- This is used to derive regular forms. ----- ----- mkVerbReg : Str -> Verb = \soak -> ----- let ----- soaks = case last soak of { ----- "y" => y2ie soak "s" ; ----- "s" => init soak + "es" ; ----- _ => soak + "s" ----- } ; ----- soaked = case last soak of { ----- "e" => init soak + "s" ; ----- _ => soak + "ed" ----- } ----- in ----- mkVerb4 soak soaks soaked soaked ; ----- ----- verbGen : Str -> Verb = \kill -> case last kill of { ----- "y" => verbP3y (init kill) ; ----- "e" => verbP3e (init kill) ; ----- "s" => verbP3s (init kill) ; ----- _ => regVerbP3 kill ----- } ; ----- ------- These are just auxiliary to $verbGen$. ----- ----- regVerbP3 : Str -> Verb = \walk -> ----- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; ----- verbP3s : Str -> Verb = \kiss -> ----- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; ----- verbP3e : Str -> Verb = \love -> ----- mkVerb4 love (love + "s") (love + "d") (love + "d") ; ----- verbP3y : Str -> Verb = \cr -> ----- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; ----- -------- The particle always appears right after the verb. ----- ----- verbPart : Verb -> Str -> Verb = \v,p -> ----- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; ----- ----- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; ----- ----- ---} diff --git a/next-lib/src/telugu/NounTel.gf b/next-lib/src/telugu/NounTel.gf deleted file mode 100644 index a6b70d72c..000000000 --- a/next-lib/src/telugu/NounTel.gf +++ /dev/null @@ -1,121 +0,0 @@ -concrete NounTel of Noun = CatTel ** open ResTel, Prelude in { - - flags optimize=all_subs ; - - lin --- DetCN det cn = { --- s = \\c => det.s ! cn.g ! npcase2case c ++ toNP (cn.s ! det.n) c ; --- a = agrP3 cn.g det.n --- } ; --- --- UsePN pn = {s = \\c => toNP pn.s c ; a = agrP3 pn.g Sg} ; --- UsePron p = {s = \\c => p.s ! np2pronCase c ; a = p.a} ; ----- ----- PredetNP pred np = { ----- s = \\c => pred.s ++ np.s ! c ; ----- a = np.a ----- } ; ----- ----- PPartNP np v2 = { ----- s = \\c => np.s ! c ++ v2.s ! VPPart ; ----- a = np.a ----- } ; ----- ----- RelNP np rs = { ----- s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; ----- a = np.a ----- } ; ----- ----- AdvNP np adv = { ----- s = \\c => np.s ! c ++ adv.s ; ----- a = np.a ----- } ; ----- ----- DetQuantOrd quant num ord = { ----- s = quant.s ! num.n ++ num.s ++ ord.s ; ----- n = num.n ----- } ; --- --- DetQuant quant num = { --- s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ; --- n = num.n --- } ; --- ----- DetNP det = { ----- s = \\c => det.s ; ---- case ----- a = agrP3 det.n ----- } ; ----- --- PossPron p = {s = \\_,_,_ => p.s ! PPoss} ; --- --- NumSg = {s = []; n = Sg} ; --- NumPl = {s = []; n = Pl} ; --- ----- NumCard n = n ** {hasCard = True} ; ----- ----- NumDigits n = {s = n.s ! NCard ; n = n.n} ; ----- OrdDigits n = {s = n.s ! NOrd} ; ----- ----- NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; ----- OrdNumeral numeral = {s = numeral.s ! NOrd} ; ----- ----- AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; ----- ----- OrdSuperl a = {s = a.s ! AAdj Superl} ; ----- ----- DetArtOrd art num ord = { ----- s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; ----- n = num.n ----- } ; ----- ----- DetArtCard art card = { ----- s = art.s ! True ! card.n ++ card.s ; ----- n = card.n ----- } ; --- --- DefArt = {s = \\_,_,_ => []} ; --- IndefArt = {s = \\_,_,_ => []} ; --- ----- MassNP cn = { ----- s = cn.s ! Sg ; ----- a = agrP3 Sg ----- } ; --- - UseN n = n ; ----- UseN2 n = n ; ----- ----- Use2N3 f = { ----- s = \\n,c => f.s ! n ! Nom ; ----- g = f.g ; ----- c2 = f.c2 ----- } ; ----- ----- Use3N3 f = { ----- s = \\n,c => f.s ! n ! Nom ; ----- g = f.g ; ----- c2 = f.c3 ----- } ; ----- ----- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; ----- ComplN3 f x = { ----- s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; ----- g = f.g ; ----- c2 = f.c3 ----- } ; --- --- AdjCN ap cn = { --- s = \\n,c => ap.s ! cn.g ! n ! c ++ cn.s ! n ! c ; --- g = cn.g --- } ; --- ----- RelCN cn rs = { ----- s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; ----- g = cn.g ----- } ; ----- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; ----- ----- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; ----- ----- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; ----- -} diff --git a/next-lib/src/telugu/NumeralTel.gf b/next-lib/src/telugu/NumeralTel.gf deleted file mode 100644 index b6bd81379..000000000 --- a/next-lib/src/telugu/NumeralTel.gf +++ /dev/null @@ -1,95 +0,0 @@ ---concrete NumeralTel of Numeral = CatTel ** open ResTel in { ----- -----lincat ----- Digit = {s : DForm => CardOrd => Str} ; ----- Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; ----- Sub100 = {s : CardOrd => Str ; n : Number} ; ----- Sub1000 = {s : CardOrd => Str ; n : Number} ; ----- Sub1000000 = {s : CardOrd => Str ; n : Number} ; ----- -----lin num x = x ; -----lin n2 = let two = mkNum "two" "twelve" "twenty" "second" in ----- {s = \\f,c => case of { ----- => "twelfth" ; ----- _ => two.s ! f ! c ----- } ----- } ; ----- -----lin n3 = mkNum "three" "thirteen" "thirty" "third" ; -----lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; -----lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; -----lin n6 = regNum "six" ; -----lin n7 = regNum "seven" ; -----lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; -----lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; ----- -----lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; -----lin pot0 d = d ** {n = Pl} ; -----lin pot110 = regCardOrd "ten" ** {n = Pl} ; -----lin pot111 = regCardOrd "eleven" ** {n = Pl} ; -----lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; -----lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; -----lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; -----lin pot1plus d e = { ----- s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; -----lin pot1as2 n = n ; -----lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; -----lin pot2plus d e = { ----- s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; -----lin pot2as3 n = n ; -----lin pot3 n = { ----- s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; -----lin pot3plus n m = { ----- s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; ----- ------- numerals as sequences of digits ----- ----- lincat ----- Dig = TDigit ; ----- ----- lin ----- IDig d = d ** {tail = T1} ; ----- ----- IIDig d i = { ----- s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; ----- n = Pl ; ----- tail = inc i.tail ----- } ; ----- ----- D_0 = mkDig "0" ; ----- D_1 = mk3Dig "1" "1st" Sg ; ----- D_2 = mk2Dig "2" "2nd" ; ----- D_3 = mk2Dig "3" "3rd" ; ----- D_4 = mkDig "4" ; ----- D_5 = mkDig "5" ; ----- D_6 = mkDig "6" ; ----- D_7 = mkDig "7" ; ----- D_8 = mkDig "8" ; ----- D_9 = mkDig "9" ; ----- ----- oper ----- commaIf : DTail -> Str = \t -> case t of { ----- T3 => "," ; ----- _ => [] ----- } ; ----- ----- inc : DTail -> DTail = \t -> case t of { ----- T1 => T2 ; ----- T2 => T3 ; ----- T3 => T1 ----- } ; ----- ----- mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; ----- mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; ----- ----- mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { ----- s = table {NCard => c ; NOrd => o} ; ----- n = n ----- } ; ----- ----- TDigit = { ----- n : Number ; ----- s : CardOrd => Str ----- } ; ----- ---} diff --git a/next-lib/src/telugu/ParadigmsTel.gf b/next-lib/src/telugu/ParadigmsTel.gf deleted file mode 100644 index 70b1cb113..000000000 --- a/next-lib/src/telugu/ParadigmsTel.gf +++ /dev/null @@ -1,556 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 Teldi Lexical Paradigms - -resource ParadigmsTel = open - (Predef=Predef), - Prelude, - ResTel, - CatTel - in { --- -----2 Parameters --- -oper --- masculine : Gender ; --- feminine : Gender ; --- --- masculine = Masc ; feminine = Fem ; --i --- --- -----2 Nouns --- - mkN = overload { - mkN : Str -> N - = \s -> wallNoun s ** {lock_N = <>} ; --- mkN : Str -> Gender -> N --- = \s,g -> reggNoun s g ** {lock_N = <>} ; - mkN : (x1,_,_,x4 : Str) -> Gender -> N - = \sd,so,pd,po,g -> mkNoun sd so pd po g ** {lock_N = <>} ; - } ; --- --- mkPN = overload { --- mkPN : Str -> PN = \s -> let n = regNoun s in {s = n.s ! Sg ; g = n.g ; lock_PN = <>} ; --- mkPN : N -> Gender -> PN = \n,g -> {s = n.s ! Sg ; g = g ; lock_PN = <>} ; --- } ; --- -----2 Adjectives --- --- mkA = overload { --- mkA : Str -> A --- = \s -> regAdjective s ** {lock_A = <>} ; --- mkA : (x1,_,x3 : Str) -> A --- = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; --- } ; --- -----2 Verbs --- --- mkV = overload { --- mkV : Str -> V --- = \s -> regVerb s ** {lock_V = <>} ; --- mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V --- = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> --- mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** --- {lock_V = <>} ; --- } ; --- --- --- mkV2 = overload { --- mkV2 : Str -> V2 --- = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; --- mkV2 : V -> V2 --- = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; --- mkV2 : V -> Str -> V2 --- = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; --- } ; --- --- -------3 Compound nouns ------- ------- A compound noun is an uninflected string attached to an inflected noun, ------- such as "baby boom", "chief executive officer". ----- ----- mkN : Str -> N -> N ----- } ; ----- ----- -------3 Relational nouns ------- ------- Relational nouns ("daughter of x") need a preposition. ----- ----- mkN2 : N -> Prep -> N2 ; ----- ------- The most common preposition is "of", and the following is a ------- shortcut for regular relational nouns with "of". ----- ----- regN2 : Str -> N2 ; ----- ------- Use the function $mkPrep$ or see the section on prepositions below to ------- form other prepositions. ------- ------- Three-place relational nouns ("the connection from x to y") need two prepositions. ----- ----- mkN3 : N -> Prep -> Prep -> N3 ; ----- ----- ----- -------3 Proper names and noun phrases ------- ------- Proper names, with a regular genitive, are formed from strings. ----- ----- mkPN : overload { ----- ----- mkPN : Str -> PN ; ----- ------- Sometimes a common noun can be reused as a proper name, e.g. "Bank" ----- ----- mkPN : N -> PN ----- } ; ----- ----- -------2 Adjectives ----- ----- mkA : overload { ----- ------- For regular adjectives, the adverbial and comparison forms are derived. This holds ------- even for cases with the variations "happy - happily - happier - happiest", ------- "free - freely - freer - freest", and "rude - rudest". ----- ----- mkA : (happy : Str) -> A ; ----- ------- However, the duplication of the final consonant cannot be predicted, ------- but a separate case is used to give the comparative ----- ----- mkA : (fat,fatter : Str) -> A ; ----- ------- As many as four forms may be needed. ----- ----- mkA : (good,better,best,well : Str) -> A ----- } ; ----- ------- To force comparison to be formed by "more - most", ------- the following function is used: ----- ----- compoundA : A -> A ; -- -/more/most ridiculous ----- ----- ----- -------3 Two-place adjectives ------- ------- Two-place adjectives need a preposition for their second argument. ----- ----- mkA2 : A -> Prep -> A2 ; ----- ----- ----- -------2 Adverbs ----- ------- Adverbs are not inflected. Most lexical ones have position ------- after the verb. Some can be preverbal (e.g. "always"). ----- ----- mkAdv : Str -> Adv ; ----- mkAdV : Str -> AdV ; ----- ------- Adverbs modifying adjectives and sentences can also be formed. ----- ----- mkAdA : Str -> AdA ; ----- -------2 Prepositions ------- ------- A preposition as used for rection in the lexicon, as well as to ------- build $PP$s in the resource API, just requires a string. ----- ----- mkPrep : Str -> Prep ; ----- noPrep : Prep ; ----- ------- (These two functions are synonyms.) ----- -------2 Verbs ------- ----- ------- Verbs are constructed by the function $mkV$, which takes a varying ------- number of arguments. ----- ----- mkV : overload { ----- ------- The regular verb function recognizes the special cases where the last ------- character is "y" ("cry-cries" but "buy-buys") or a sibilant ------- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", ------- "fix - fixes"). ----- ----- mkV : (cry : Str) -> V ; ----- ------- Give the present and past forms for regular verbs where ------- the last letter is duplicated in some forms, ------- e.g. "rip - ripped - ripping". ----- ----- mkV : (stop, stopped : Str) -> V ; ----- ------- There is an extensive list of irregular verbs in the module $IrregularTel$. ------- In practice, it is enough to give three forms, ------- e.g. "drink - drank - drunk". ----- ----- mkV : (drink, drank, drunk : Str) -> V ; ----- ------- Irregular verbs with duplicated consonant in the present participle. ----- ----- mkV : (run, ran, run, running : Str) -> V ; ----- ------- Except for "be", the worst case needs five forms: the infinitive and ------- the third person singular present, the past indicative, and the ------- past and present participles. ----- ----- mkV : (go, goes, went, gone, going : Str) -> V ----- }; ----- ------- Verbs with a particle. ------- The particle, such as in "switch on", is given as a string. ----- ----- partV : V -> Str -> V ; ----- ------- Reflexive verbs. ------- By default, verbs are not reflexive; this function makes them that. ----- ----- reflV : V -> V ; ----- -------3 Two-place verbs ------- ------- Two-place verbs need a preposition, except the special case with direct object. ------- (transitive verbs). Notice that a particle comes from the $V$. ----- ----- mkV2 : overload { ----- mkV2 : V -> Prep -> V2 ; -- believe in ----- mkV2 : V -> V2 -- kill ----- }; ----- -------3 Three-place verbs ------- ------- Three-place (ditransitive) verbs need two prepositions, of which ------- the first one or both can be absent. ----- ----- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about ----- dirV3 : V -> Prep -> V3 ; -- give,_,to ----- dirdirV3 : V -> V3 ; -- give,_,_ ----- -------3 Other complement patterns ------- ------- Verbs and adjectives can take complements such as sentences, ------- questions, verb phrases, and adjectives. ----- ----- mkV0 : V -> V0 ; ----- mkVS : V -> VS ; ----- mkV2S : V -> Prep -> V2S ; ----- mkVV : V -> VV ; ----- mkV2V : V -> Prep -> Prep -> V2V ; ----- mkVA : V -> VA ; ----- mkV2A : V -> Prep -> V2A ; ----- mkVQ : V -> VQ ; ----- mkV2Q : V -> Prep -> V2Q ; ----- ----- mkAS : A -> AS ; ----- mkA2S : A -> Prep -> A2S ; ----- mkAV : A -> AV ; ----- mkA2V : A -> Prep -> A2V ; ----- ------- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. ------- $V0$ is just $V$; the second argument is treated as adverb. ----- ----- V0 : Type ; ----- AS, A2S, AV, A2V : Type ; ----- -------. -------2 Definitions of paradigms ------- ------- The definitions should not bother the user of the API. So they are ------- hidden from the document. ----- ----- Gender = MorphoTel.Gender ; ----- Number = MorphoTel.Number ; ----- Case = MorphoTel.Case ; ----- human = Masc ; ----- nonhuman = Neutr ; ----- masculine = Masc ; ----- feminine = Fem ; ----- singular = Sg ; ----- plural = Pl ; ----- nominative = Nom ; ----- genitive = Gen ; ----- ----- Preposition : Type = Str ; -- obsolete ----- ----- regN = \ray -> ----- let rays = add_s ray ----- in ----- mk2N ray rays ; ----- ----- ----- add_s : Str -> Str = \w -> case w of { ----- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo ----- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero ----- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy ----- x + "y" => x + "ies" ; -- fly ----- _ => w + "s" -- car ----- } ; ----- ----- mk2N = \man,men -> ----- let mens = case last men of { ----- "s" => men + "'" ; ----- _ => men + "'s" ----- } ----- in ----- mk4N man men (man + "'s") mens ; ----- ----- mk4N = \man,men,man's,men's -> ----- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; ----- ----- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; ----- ----- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; ----- ----- mkPN = overload { ----- mkPN : Str -> PN = regPN ; ----- mkPN : N -> PN = nounPN ----- } ; ----- ----- ----- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; ----- regN2 n = mkN2 (regN n) (mkPrep "of") ; ----- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; ----- -------3 Relational common noun phrases ------- ------- In some cases, you may want to make a complex $CN$ into a ------- relational noun (e.g. "the old town hall of"). ----- ----- cnN2 : CN -> Prep -> N2 ; ----- cnN3 : CN -> Prep -> Prep -> N3 ; ----- ------- This is obsolete. ----- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; ----- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; ----- ----- regPN n = regGenPN n human ; ----- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; ----- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; ----- ----- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; ----- regA a = regADeg a ** {lock_A = <>} ; ----- ----- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; ----- ----- ADeg = A ; ---- ----- ----- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; ----- ----- regADeg happy = ----- let ----- happ = init happy ; ----- y = last happy ; ----- happie = case y of { ----- "y" => happ + "ie" ; ----- "e" => happy ; ----- _ => happy + "e" ----- } ; ----- happily : Str = case happy of { ----- _ + "y" => happ + "ily" ; ----- _ + "ll" => happy + "y" ; ----- _ => happy + "ly" ----- } ; ----- in mkADeg happy (happie + "r") (happie + "st") happily ; ----- ----- duplADeg fat = ----- mkADeg fat ----- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; ----- ----- compoundADeg a = ----- let ad = (a.s ! AAdj Posit) ----- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; ----- ----- adegA a = a ; ----- ----- mkAdv x = ss x ** {lock_Adv = <>} ; ----- mkAdV x = ss x ** {lock_AdV = <>} ; ----- mkAdA x = ss x ** {lock_AdA = <>} ; ----- ----- mkPrep p = ss p ** {lock_Prep = <>} ; ----- noPrep = mkPrep [] ; ----- ----- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; ----- ----- regV cry = ----- let ----- cr = init cry ; ----- y = last cry ; ----- cries = (regN cry).s ! Pl ! Nom ; -- ! ----- crie = init cries ; ----- cried = case last crie of { ----- "e" => crie + "d" ; ----- _ => crie + "ed" ----- } ; ----- crying = case y of { ----- "e" => case last cr of { ----- "e" => cry + "ing" ; ----- _ => cr + "ing" ----- } ; ----- _ => cry + "ing" ----- } ----- in mk5V cry cries cried cried crying ; ----- ----- reg2V fit fitted = ----- let fitt = Predef.tk 2 fitted ; ----- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; ----- ----- regDuplV fit = ----- case last fit of { ----- ("a" | "e" | "i" | "o" | "u" | "y") => ----- Predef.error (["final duplication makes no sense for"] ++ fit) ; ----- t => ----- let fitt = fit + t in ----- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ----- } ; ----- ----- irregV x y z = let reg = (regV x).s in ----- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; ----- ----- irreg4V x y z w = let reg = (regV x).s in ----- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; ----- ----- irregDuplV fit y z = ----- let ----- fitting = (regDuplV fit).s ! VPresPart ----- in ----- mk5V fit (fit + "s") y z fitting ; ----- ----- partV v p = verbPart v p ** {lock_V = <>} ; ----- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; ----- ----- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; ----- dirV2 v = prepV2 v noPrep ; ----- ----- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; ----- dirV3 v p = mkV3 v noPrep p ; ----- dirdirV3 v = dirV3 v noPrep ; ----- ----- mkVS v = v ** {lock_VS = <>} ; ----- mkVV v = { ----- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; ----- isAux = False ; lock_VV = <> ----- } ; ----- mkVQ v = v ** {lock_VQ = <>} ; ----- ----- V0 : Type = V ; ------- V2S, V2V, V2Q : Type = V2 ; ----- AS, A2S, AV : Type = A ; ----- A2V : Type = A2 ; ----- ----- mkV0 v = v ** {lock_V = <>} ; ----- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; ----- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; ----- mkVA v = v ** {lock_VA = <>} ; ----- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; ----- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; ----- ----- mkAS v = v ** {lock_A = <>} ; ----- mkA2S v p = mkA2 v p ** {lock_A = <>} ; ----- mkAV v = v ** {lock_A = <>} ; ----- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; ----- ----- ------- pre-overload API and overload definitions ----- ----- mk4N : (man,men,man's,men's : Str) -> N ; ----- regN : Str -> N ; ----- mk2N : (man,men : Str) -> N ; ----- genderN : Gender -> N -> N ; ----- compoundN : Str -> N -> N ; ----- ----- mkN = overload { ----- mkN : (man,men,man's,men's : Str) -> N = mk4N ; ----- mkN : Str -> N = regN ; ----- mkN : (man,men : Str) -> N = mk2N ; ----- mkN : Gender -> N -> N = genderN ; ----- mkN : Str -> N -> N = compoundN ----- } ; ----- ----- ----- mk2A : (free,freely : Str) -> A ; ----- regA : Str -> A ; ----- ----- mkA = overload { ----- mkA : Str -> A = regA ; ----- mkA : (fat,fatter : Str) -> A = \fat,fatter -> ----- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; ----- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> ----- mkAdjective a b c d ** {lock_A = <>} ----- } ; ----- ----- compoundA = compoundADeg ; ----- ----- ----- mk5V : (go, goes, went, gone, going : Str) -> V ; ----- regV : (cry : Str) -> V ; ----- reg2V : (stop, stopped : Str) -> V; ----- irregV : (drink, drank, drunk : Str) -> V ; ----- irreg4V : (run, ran, run, running : Str) -> V ; ----- ----- -- Use reg2V instead ----- regDuplV : Str -> V ; ----- -- Use irreg4V instead ----- irregDuplV : (get, got, gotten : Str) -> V ; ----- ----- mkV = overload { ----- mkV : (cry : Str) -> V = regV ; ----- mkV : (stop, stopped : Str) -> V = reg2V ; ----- mkV : (drink, drank, drunk : Str) -> V = irregV ; ----- mkV : (run, ran, run, running : Str) -> V = irreg4V ; ----- mkV : (go, goes, went, gone, going : Str) -> V = mk5V ----- }; ----- ----- prepV2 : V -> Prep -> V2 ; ----- dirV2 : V -> V2 ; ----- ----- mkV2 = overload { ----- mkV2 : V -> Prep -> V2 = prepV2; ----- mkV2 : V -> V2 = dirV2 ----- }; ----- ----- --------- obsolete ----- ------- Comparison adjectives may two more forms. ----- ----- ADeg : Type ; ----- ----- mkADeg : (good,better,best,well : Str) -> ADeg ; ----- ------- The regular pattern recognizes two common variations: ------- "-e" ("rude" - "ruder" - "rudest") and ------- "-y" ("happy - happier - happiest - happily") ----- ----- regADeg : Str -> ADeg ; -- long, longer, longest ----- ------- However, the duplication of the final consonant is nor predicted, ------- but a separate pattern is used: ----- ----- duplADeg : Str -> ADeg ; -- fat, fatter, fattest ----- ------- If comparison is formed by "more", "most", as in general for ------- long adjective, the following pattern is used: ----- ----- compoundADeg : A -> ADeg ; -- -/more/most ridiculous ----- ------- From a given $ADeg$, it is possible to get back to $A$. ----- ----- adegA : ADeg -> A ; ----- ----- ----- regPN : Str -> PN ; ----- regGenPN : Str -> Gender -> PN ; -- John, John's ----- ------- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". ----- ----- nounPN : N -> PN ; ----- ----- ----- -} diff --git a/next-lib/src/telugu/PhraseTel.gf b/next-lib/src/telugu/PhraseTel.gf deleted file mode 100644 index 0605cef6b..000000000 --- a/next-lib/src/telugu/PhraseTel.gf +++ /dev/null @@ -1,24 +0,0 @@ ---concrete PhraseTel of Phrase = CatTel ** open Prelude, ResTel in { ----- ----- lin ----- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; ----- ----- UttS s = s ; ----- UttQS qs = {s = qs.s ! QDir} ; ----- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; ----- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; ----- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; ----- ----- UttIP ip = {s = ip.s ! Nom} ; --- Acc also ----- UttIAdv iadv = iadv ; ----- UttNP np = {s = np.s ! Nom} ; ----- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; ----- UttAdv adv = adv ; ----- ----- NoPConj = {s = []} ; ----- PConjConj conj = {s = conj.s2} ; --- ----- ----- NoVoc = {s = []} ; ----- VocNP np = {s = "," ++ np.s ! Nom} ; ----- ---} diff --git a/next-lib/src/telugu/QuestionTel.gf b/next-lib/src/telugu/QuestionTel.gf deleted file mode 100644 index 3ad83bda5..000000000 --- a/next-lib/src/telugu/QuestionTel.gf +++ /dev/null @@ -1,55 +0,0 @@ ---concrete QuestionTel of Question = CatTel ** open ResTel, Prelude in { ----- ----- flags optimize=all_subs ; ----- ----- lin ----- ----- QuestCl cl = { ----- s = \\t,a,p => ----- let cls = cl.s ! t ! a ! p ----- in table { ----- QDir => cls ! OQuest ; ----- QIndir => "if" ++ cls ! ODir ----- } ---- "whether" in ExtTel ----- } ; ----- ----- QuestVP qp vp = ----- let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp ----- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; ----- ----- QuestSlash ip slash = ----- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; ----- --- stranding in ExratTel ----- ----- QuestIAdv iadv cl = mkQuestion iadv cl ; ----- ----- QuestIComp icomp np = ----- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; ----- ----- ----- PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; ----- ----- AdvIP ip adv = { ----- s = \\c => ip.s ! c ++ adv.s ; ----- n = ip.n ----- } ; ----- ----- IdetCN idet cn = { ----- s = \\c => idet.s ++ cn.s ! idet.n ! c ; ----- n = idet.n ----- } ; ----- ----- IdetIP idet = { ----- s = \\c => idet.s ; ----- n = idet.n ----- } ; ----- ----- IdetQuant idet num = { ----- s = idet.s ! num.n ++ num.s ; ----- n = num.n ----- } ; ----- ----- CompIAdv a = a ; ----- CompIP p = ss (p.s ! Nom) ; ----- ---} diff --git a/next-lib/src/telugu/RelativeTel.gf b/next-lib/src/telugu/RelativeTel.gf deleted file mode 100644 index 961624f22..000000000 --- a/next-lib/src/telugu/RelativeTel.gf +++ /dev/null @@ -1,54 +0,0 @@ ---concrete RelativeTel of Relative = CatTel ** open ResTel in { ----- ----- flags optimize=all_subs ; ----- ----- lin ----- ----- RelCl cl = { ----- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; ----- c = Nom ----- } ; ----- ----- RelVP rp vp = { ----- s = \\t,ant,b,ag => ----- let ----- agr = case rp.a of { ----- RNoAg => ag ; ----- RAg a => a ----- } ; ----- cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp ----- in ----- cl.s ! t ! ant ! b ! ODir ; ----- c = Nom ----- } ; ----- ------- Pied piping: "at which we are looking". Stranding and empty ------- relative are defined in $ExtraTel.gf$ ("that we are looking at", ------- "we are looking at"). ----- ----- RelSlash rp slash = { ----- s = \\t,a,p,agr => ----- slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; ----- c = Acc ----- } ; ----- ----- FunRP p np rp = { ----- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; ----- a = RAg np.a ----- } ; ----- ----- IdRP = ----- let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc ----- in { ----- s = table { ----- RC _ Gen => "whose" ; ----- RC Neutr _ => varr "which" ; ----- RC _ Acc => varr "whom" ; ----- RC _ Nom => varr "who" ; ----- RPrep Neutr => "which" ; ----- RPrep _ => "whom" ----- } ; ----- a = RNoAg ----- } ; ----- ---} diff --git a/next-lib/src/telugu/ResTel.gf b/next-lib/src/telugu/ResTel.gf deleted file mode 100644 index 20e05f964..000000000 --- a/next-lib/src/telugu/ResTel.gf +++ /dev/null @@ -1,303 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Teldi auxiliary operations. - --- This module contains operations that are needed to make the --- resource syntax work. --- -resource ResTel = ParamX ** open Prelude in { - - flags optimize=all ; - - param - Case = Dir | Obl ; - Gender = Masc | Fem | Neutr ; - - oper - Noun = {s : Number => Case => Str ; g : Gender} ; - - mkNoun : (x1,_,_,x4 : Str) -> Gender -> Noun = - \sd,so,pd,po,g -> { - s = table Number [table Case [sd;so] ; table Case [pd;po]] ; - g = g - } ; - - wallNoun : Str -> Noun = \goda -> - mkNoun goda goda (goda + "lu") (goda + "la") Neutr ; - --- reggNoun : Str -> Gender -> Noun = \s,g -> case of { --- <-(_ + ("A" | "I")), Fem> => --- mkNoun s s s (s + "eM") (s + "oM") (s + "o") Fem ; --- _ => regNoun s ** {g = g} --- } ; --- --- regNoun : Str -> Noun = \s -> case s of { --- x + "iyA" => --- mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; --- x + "A" => --- mkNoun s (x + "e") (x + "e") (x + "e") (x + "oN") (x + "o") Masc ; --- x + "I" => --- mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; --- _ => --- mkNoun s s s s (s + "oN") (s + "o") Masc --- } ; --- --- --- Adjective = {s : Gender => Number => Case => Str} ; --- --- mkAdjective : (x1,x2,x3 : Str) -> Adjective = \smd,sm,f -> { --- s = \\g,n,c => case of { --- => smd ; --- => sm ; --- _ => f --- } --- } ; --- --- regAdjective : Str -> Adjective = \s -> case s of { --- acch + "A" => mkAdjective s (acch + "e") (acch + "I") ; --- _ => mkAdjective s s s --- } ; --- --- param --- VForm = --- VInf --- | VStem --- | VImpf Gender Number --- | VPerf Gender Number --- | VSubj Number Person --- | VFut Number Person Gender --- | VAbs --- | VReq --- | VImp --- | VReqFut --- ; --- --- oper --- Verb = {s : VForm => Str} ; --- --- mkVerb : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> Verb = --- \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> { --- s = --- let ga : Number -> Gender -> Str = \n,g -> --- (regAdjective "gA").s ! g ! n ! Dir --- in table { --- VInf => inf ; --- VStem => stem ; --- VImpf Masc Sg => ims ; --- VImpf Masc Pl => imp ; --- VImpf Fem Sg => ifs ; --- VImpf Fem Pl => ifp ; --- VPerf Masc Sg => pms ; --- VPerf Masc Pl => pmp ; --- VPerf Fem Sg => pfs ; --- VPerf Fem Pl => pfp ; --- VSubj Sg P1 => ss1 ; --- VSubj Sg _ => ss2 ; --- VSubj Pl P2 => sp2 ; --- VSubj Pl _ => sp3 ; --- VFut Sg P1 g => ss1 + ga Sg g ; --- VFut Sg _ g => ss2 + ga Sg g ; --- VFut Pl P2 g => sp2 + ga Pl g ; --- VFut Pl _ g => sp3 + ga Pl g ; --- VAbs => stem + "kar" ; --- ke --- VReq => r ; --- VImp => sp2 ; --- VReqFut => stem + "ie-gA" --- } --- } ; --- --- regVerb : Str -> Verb = \cal -> --- let caly : Str = case cal of { --- _ + ("A" | "e") => cal + "y" ; --- c + "U" => c + "uy" ; --- c + "I" => c + "iy" ; --- _ => cal --- } --- in --- mkVerb --- (cal + "nA") cal --- (cal + "tA") (cal + "te") (cal + "tI") (cal + "tI") --- (caly + "A") (caly + "e") (caly + "I") (caly + "IN") --- (caly + "UM") (caly + "e") (caly + "o") (caly + "eN") --- (caly + "ie-") ; --- --- param --- CTense = CPresent | CPast | CFuture ; --- oper --- copula : CTense -> Number -> Person -> Gender -> Str = \t,n,p,g -> --- case of { --- => "hUM" ; --- => "hE" ; --- => "hE" ; --- => "hEN" ; --- => "ho" ; --- => "hEN" ; --- => "TA" ; --- => "TI" ; --- => "Te" ; --- => "TIN" ; --- => "hUNgA" ; --- => "hUNgI" ; --- => "hogA" ; --- => "hogI" ; --- => "hoge" ; --- => "hoNge" ; --- => "hogi:" ; --- => "hoNgi:" --- } ; --- --- param --- PronCase = PC Case | PObj | PPoss ; --- oper --- personalPronoun : Person -> Number -> {s : PronCase => Str} = \p,n -> --- case of { --- => {s = table PronCase ["mEN" ; "muJ" ; "muJ" ; "muJe" ; "merA"]} ; --- => {s = table PronCase ["ham" ; "ham" ; "ham" ; "hameN" ; "hamArA"]} ; --- => {s = table PronCase ["tU" ; "tuJ" ; "tuJ" ; "tuJe" ; "terA"]} ; --- => {s = table PronCase ["tum" ; "tum" ; "tum" ; "tum" ; "tumhArA"]} ; --- => {s = table PronCase ["vah" ; "u-s" ; "u-s" ; "u-se" ; "u-skA"]} ; --- => {s = table PronCase ["ve" ; "u-n" ; "u-n" ; "u-nheN" ; "u-nkA"]} --- } ; --- ---- the third is the vocative - is it really this way? --- --- -- the Teldi verb phrase --- ------ CTense = CPresent | CPast | CFuture ; --- --- --- --- param --- VPHTense = --- VPGenPres -- impf hum nahim "I go" --- | VPImpPast -- impf Ta nahim "I went" --- | VPContPres -- stem raha hum nahim "I am going" --- | VPContPast -- stem raha Ta nahim "I was going" --- | VPPerf -- perf na/nahim "I went" --- | VPPerfPres -- perf hum na/nahim "I have gone" --- | VPPerfPast -- perf Ta na/nahim "I had gone" --- | VPSubj -- subj na "I may go" --- | VPFut -- fut na/nahim "I shall go" --- ; --- --- VPHForm = --- VPTense VPHTense Agr -- 9 * 12 --- | VPReq --- | VPImp --- | VPReqFut --- | VPInf --- | VPStem --- ; --- --- VType = VIntrans | VTrans | VTransPost ; --- --- oper --- objVType : VType -> NPCase = \vt -> case vt of { --- VTrans => NPObj ; --- _ => NPC Obl --- } ; --- --- VPH : Type = { --- s : Bool => VPHForm => {fin, inf, neg : Str} ; --- obj : {s : Str ; a : Agr} ; --- subj : VType ; --- comp : Agr => Str --- } ; --- --- predV : Verb -> VPH = \verb -> { --- s = \\b,vh => --- let --- na = if_then_Str b [] "na" ; --- nahim = if_then_Str b [] "nahIN" ; --- in --- case vh of { --- VPTense VPGenPres (Ag g n p) => --- {fin = copula CPresent n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; --- VPTense VPImpPast (Ag g n p) => --- {fin = copula CPast n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; --- VPTense VPContPres (Ag g n p) => --- {fin = copula CPresent n p g ; --- inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; --- VPTense VPContPast (Ag g n p) => --- {fin = copula CPast n p g ; --- inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; --- VPTense VPPerf (Ag g n _) => --- {fin = verb.s ! VPerf g n ; inf = [] ; neg = nahim} ; --- VPTense VPPerfPres (Ag g n p) => --- {fin = copula CPresent n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; --- VPTense VPPerfPast (Ag g n p) => --- {fin = copula CPast n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; --- VPTense VPSubj (Ag _ n p) => {fin = verb.s ! VSubj n p ; inf = [] ; neg = na} ; --- VPTense VPFut (Ag g n p) => {fin = verb.s ! VFut n p g ; inf = [] ; neg = na} ; --- VPInf => {fin = verb.s ! VStem ; inf = [] ; neg = na} ; --- _ => {fin = verb.s ! VStem ; inf = [] ; neg = na} ---- --- } ; --- obj = {s = [] ; a = defaultAgr} ; --- subj = VIntrans ; --- comp = \\_ => [] --- } ; --- --- raha : Gender -> Number -> Str = \g,n -> --- (regAdjective "rahA").s ! g ! n ! Dir ; --- --- VPHSlash = VPH ** {c2 : Compl} ; --- --- Clause : Type = {s : VPHTense => Bool => Str} ; --- --- Compl : Type = {s : Str ; c : VType} ; --- --- insertObject : NP -> VPHSlash -> VPH = \np,vps -> { --- s = vps.s ; --- obj = {s = vps.obj.s ++ np.s ! objVType vps.c2.c ++ vps.c2.s ; a = np.a} ; --- subj = vps.c2.c ; --- comp = vps.comp --- } ; --- --- param --- Agr = Ag Gender Number Person ; --- NPCase = NPC Case | NPObj | NPErg ; --- --- oper --- agrP3 : Gender -> Number -> Agr = \g,n -> Ag g n P3 ; --- --- defaultAgr : Agr = agrP3 Masc Sg ; --- --- npcase2case : NPCase -> Case = \npc -> case npc of { --- NPC c => c ; --- NPObj => Obl ; --- NPErg => Obl --- } ; --- --- np2pronCase : NPCase -> PronCase = \np -> case np of { --- NPC c => PC c ; --- NPObj => PObj ; --- NPErg => PC Obl --- } ; --- --- toNP : (Case => Str) -> NPCase -> Str = \pn, npc -> case npc of { --- NPC c => pn ! c ; --- NPObj => pn ! Obl ; --- NPErg => pn ! Obl ++ "ne" --- } ; --- --- NP : Type = {s : NPCase => Str ; a : Agr} ; --- --- mkClause : NP -> VPH -> Clause = \np,vp -> { --- s = \\vt,b => --- let --- subjagr : NPCase * Agr = case vt of { --- VPPerf => case vp.subj of { --- VTrans => ; --- VTransPost => ; --- _ => --- } ; --- _ => --- } ; --- subj = subjagr.p1 ; --- agr = subjagr.p2 ; --- vps = vp.s ! b ! VPTense vt agr ; --- in --- np.s ! subj ++ vp.obj.s ++ vp.comp ! np.a ++ vps.neg ++ vps.inf ++ vps.fin --- } ; --- --- -} diff --git a/next-lib/src/telugu/SentenceTel.gf b/next-lib/src/telugu/SentenceTel.gf deleted file mode 100644 index b067131ae..000000000 --- a/next-lib/src/telugu/SentenceTel.gf +++ /dev/null @@ -1,66 +0,0 @@ ---concrete SentenceTel of Sentence = CatTel ** open Prelude, ResTel in { --- --- flags optimize=all_subs ; --- --- lin --- --- PredVP np vp = mkClause np vp ; --- ----- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; ----- ----- ImpVP vp = { ----- s = \\pol,n => ----- let ----- agr = AgP2 (numImp n) ; ----- verb = infVP True vp agr ; ----- dont = case pol of { ----- CNeg True => "don't" ; ----- CNeg False => "do" ++ "not" ; ----- _ => [] ----- } ----- in ----- dont ++ verb ----- } ; ----- ----- SlashVP np vp = ----- mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; ----- ----- AdvSlash slash adv = { ----- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; ----- c2 = slash.c2 ----- } ; ----- ----- SlashPrep cl prep = cl ** {c2 = prep.s} ; ----- ----- SlashVS np vs slash = ----- mkClause (np.s ! Nom) np.a ----- (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** ----- {c2 = slash.c2} ; ----- ----- EmbedS s = {s = conjThat ++ s.s} ; ----- EmbedQS qs = {s = qs.s ! QIndir} ; ----- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr ----- ----- UseCl t a p cl = { ----- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ----- } ; ----- UseQCl t a p cl = { ----- s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q ----- } ; ----- UseRCl t a p cl = { ----- s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; ----- c = cl.c ----- } ; ----- UseSlash t a p cl = { ----- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; ----- c2 = cl.c2 ----- } ; ----- ----- AdvS a s = {s = a.s ++ "," ++ s.s} ; ----- ----- RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; ----- ----- oper ----- ctr = contrNeg True ; -- contracted negations ----- ---} diff --git a/next-lib/src/telugu/StructuralTel.gf b/next-lib/src/telugu/StructuralTel.gf deleted file mode 100644 index 6e070127e..000000000 --- a/next-lib/src/telugu/StructuralTel.gf +++ /dev/null @@ -1,132 +0,0 @@ ---concrete StructuralTel of Structural = CatTel ** --- open MorphoTel, (P = ParadigmsTel), Prelude in { --- --- flags optimize=all ; --- --- lin ----- above_Prep = ss "above" ; ----- after_Prep = ss "after" ; ----- all_Predet = ss "all" ; ----- almost_AdA, almost_AdN = ss "almost" ; ----- although_Subj = ss "although" ; ----- always_AdV = ss "always" ; ----- and_Conj = sd2 [] "and" ** {n = Pl} ; --------b and_Conj = ss "and" ** {n = Pl} ; ----- because_Subj = ss "because" ; ----- before_Prep = ss "before" ; ----- behind_Prep = ss "behind" ; ----- between_Prep = ss "between" ; ----- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; ----- but_PConj = ss "but" ; ----- by8agent_Prep = ss "by" ; ----- by8means_Prep = ss "by" ; ----- can8know_VV, can_VV = { ----- s = table { ----- VVF VInf => ["be able to"] ; ----- VVF VPres => "can" ; ----- VVF VPPart => ["been able to"] ; ----- VVF VPresPart => ["being able to"] ; ----- VVF VPast => "could" ; --# notpresent ----- VVPastNeg => "couldn't" ; --# notpresent ----- VVPresNeg => "can't" ----- } ; ----- isAux = True ----- } ; ----- during_Prep = ss "during" ; ----- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; ----- everybody_NP = regNP "everybody" Sg ; ----- every_Det = mkDeterminer Sg "every" ; ----- everything_NP = regNP "everything" Sg ; ----- everywhere_Adv = ss "everywhere" ; ----- few_Det = mkDeterminer Pl "few" ; -------- first_Ord = ss "first" ; DEPRECATED ----- for_Prep = ss "for" ; ----- from_Prep = ss "from" ; --- he_Pron = personalPronoun P3 Sg ** {a = Ag Masc Sg P3} ; ----- here_Adv = ss "here" ; ----- here7to_Adv = ss ["to here"] ; ----- here7from_Adv = ss ["from here"] ; ----- how_IAdv = ss "how" ; ----- how8many_IDet = mkDeterminer Pl ["how many"] ; ----- if_Subj = ss "if" ; ----- in8front_Prep = ss ["in front of"] ; --- i_Pron = personalPronoun P1 Sg ** {a = Ag Masc Sg P1} ; --- in_Prep = ss "meN" ; ----- it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; ----- less_CAdv = ss "less" ; ----- many_Det = mkDeterminer Pl "many" ; ----- more_CAdv = ss "more" ; ----- most_Predet = ss "most" ; ----- much_Det = mkDeterminer Sg "much" ; ----- must_VV = { ----- s = table { ----- VVF VInf => ["have to"] ; ----- VVF VPres => "must" ; ----- VVF VPPart => ["had to"] ; ----- VVF VPresPart => ["having to"] ; ----- VVF VPast => ["had to"] ; --# notpresent ----- VVPastNeg => ["hadn't to"] ; --# notpresent ----- VVPresNeg => "mustn't" ----- } ; ----- isAux = True ----- } ; --------b no_Phr = ss "no" ; ----- no_Utt = ss "no" ; ----- on_Prep = ss "on" ; --------- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED ----- only_Predet = ss "only" ; ----- or_Conj = sd2 [] "or" ** {n = Sg} ; ----- otherwise_PConj = ss "otherwise" ; ----- part_Prep = ss "of" ; ----- please_Voc = ss "please" ; ----- possess_Prep = ss "of" ; ----- quite_Adv = ss "quite" ; ----- she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; ----- so_AdA = ss "so" ; ----- somebody_NP = regNP "somebody" Sg ; ----- someSg_Det = mkDeterminer Sg "some" ; ----- somePl_Det = mkDeterminer Pl "some" ; ----- something_NP = regNP "something" Sg ; ----- somewhere_Adv = ss "somewhere" ; ----- that_Quant = mkQuant "that" "those" ; ----- there_Adv = ss "there" ; ----- there7to_Adv = ss "there" ; ----- there7from_Adv = ss ["from there"] ; ----- therefore_PConj = ss "therefore" ; ----- they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- ----- this_Quant = mkQuant "this" "these" ; ----- through_Prep = ss "through" ; ----- too_AdA = ss "too" ; ----- to_Prep = ss "to" ; ----- under_Prep = ss "under" ; ----- very_AdA = ss "very" ; ----- want_VV = P.mkVV (P.regV "want") ; --- we_Pron = personalPronoun P1 Pl ** {a = Ag Masc Pl P1} ; --- ----- whatPl_IP = mkIP "what" "what" "what's" Sg ; ----- whatSg_IP = mkIP "what" "what" "what's" Sg ; ----- when_IAdv = ss "when" ; ----- when_Subj = ss "when" ; ----- where_IAdv = ss "where" ; ----- which_IQuant = {s = \\_ => "which"} ; --------b whichPl_IDet = mkDeterminer Pl ["which"] ; --------b whichSg_IDet = mkDeterminer Sg ["which"] ; ----- whoSg_IP = mkIP "who" "whom" "whose" Sg ; ----- whoPl_IP = mkIP "who" "whom" "whose" Pl ; ----- why_IAdv = ss "why" ; ----- without_Prep = ss "without" ; ----- with_Prep = ss "with" ; --------b yes_Phr = ss "yes" ; ----- yes_Utt = ss "yes" ; ----- youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; ----- youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; ----- youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; ----- ----- -----oper ----- mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { ----- s = table Number [x ; y] ----- } ; ----- ---} ----- diff --git a/next-lib/src/telugu/VerbTel.gf b/next-lib/src/telugu/VerbTel.gf deleted file mode 100644 index f047ba2cf..000000000 --- a/next-lib/src/telugu/VerbTel.gf +++ /dev/null @@ -1,50 +0,0 @@ ---concrete VerbTel of Verb = CatTel ** open ResTel in { --- --- flags optimize=all_subs ; --- --- lin --- UseV = predV ; --- --- SlashV2a v = predV v ** {c2 = v.c2} ; --- ----- Slash2V3 v np = ----- insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; ----- Slash3V3 v np = ----- insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- ----- ----- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; ----- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; ----- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; ----- ComplVA v ap = insertObj (ap.s) (predV v) ; ----- ----- SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; ----- SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; ----- SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; ----- SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- --- --- ComplSlash vp np = insertObject np vp ; --- ----- SlashVV vv vp = ----- insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** ----- {c2 = vp.c2} ; ----- SlashV2VNP vv np vp = ----- insertObjPre (\\_ => vp.c2 ++ np.s ! Acc) ----- (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** ----- {c2 = vp.c2} ; ----- ----- UseComp comp = insertComplement comp.s (predAux auxBe) ; ----- ----- AdvVP vp adv = insertObj (\\_ => adv.s) vp ; ----- ----- AdVVP adv vp = insertAdV adv.s vp ; ----- ----- ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; ----- ----- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; ----- ----- ----- CompAP ap = ap ; ----- CompNP np = {s = \\_ => np.s ! Acc} ; ----- CompAdv a = {s = \\_ => a.s} ; ----- ---} diff --git a/next-lib/src/thai/OverloadTha.gf b/next-lib/src/thai/OverloadTha.gf deleted file mode 100644 index 6074cf7ad..000000000 --- a/next-lib/src/thai/OverloadTha.gf +++ /dev/null @@ -1 +0,0 @@ ---resource OverloadTha = Overload with (Grammar = GrammarTha) ; diff --git a/next-lib/src/turkish/AllTur.gf b/next-lib/src/turkish/AllTur.gf deleted file mode 100644 index d3c20ce52..000000000 --- a/next-lib/src/turkish/AllTur.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllTur of AllTurAbs = - LangTur - ** {} ; diff --git a/next-lib/src/turkish/AllTurAbs.gf b/next-lib/src/turkish/AllTurAbs.gf deleted file mode 100644 index cf6a96250..000000000 --- a/next-lib/src/turkish/AllTurAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllTurAbs = - Lang - ** {} ; diff --git a/next-lib/src/turkish/CatTur.gf b/next-lib/src/turkish/CatTur.gf deleted file mode 100644 index 16e61c026..000000000 --- a/next-lib/src/turkish/CatTur.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete CatTur of Cat = CommonX ** open ResTur, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Noun - CN = {s : Number => Case => Str} ; - NP = {s : Case => Str ; a : Agr} ; - Pron = ResTur.Pron ; - Det = {s : Str; n : Number} ; - Num = {s : Str; n : Number} ; - Card = {s : Str} ; - Quant = {s : Str} ; - --- Open lexical classes, e.g. Lexicon - V, VS, VQ, VA = Verb ; - N = Noun ; - N2 = Noun ; -} diff --git a/next-lib/src/turkish/LexiconTur.gf b/next-lib/src/turkish/LexiconTur.gf deleted file mode 100644 index 72e113cf9..000000000 --- a/next-lib/src/turkish/LexiconTur.gf +++ /dev/null @@ -1,69 +0,0 @@ ---# -path=.:prelude - -concrete LexiconTur of Lexicon = CatTur ** - open ResTur, ParadigmsTur, Prelude in { - -flags - coding=utf8; - -lin - airplane_N = regN "uçak" ; - apartment_N = regN "apartman" ; - art_N = regN "sanat" ; - beer_N = regN "bira" ; - boat_N = regN "gemi" ; - book_N = regN "kitap" ; - boot_N = regN "ayakkabı" ; - boss_N = regN "şef" ; - bread_N = regN "ekmek" ; - brother_N2 = regN "kardeş" ; - butter_N = regN "yağ" ; - cap_N = regN "şapka" ; - car_N = regN "araba" ; - carpet_N = regN "kilim" ; - cat_N = regN "kedi" ; - child_N = regN "çocuk" ; - city_N = regN "şehir" ; - coat_N = regN "kazak" ; - come_V = regV "gelmek" ; - father_N2 = regN "baba" ; - go_V = regV "gitmek" ; - house_N = regN "ev" ; - mother_N2 = regN "anne" ; - pen_N = regN "kalem" ; - run_V = regV "koşmek" ; - stop_V = regV "durmak" ; - table_N = regN "masa" ; - television_N = regN "televizyon" ; - tree_N = regN "ağaç" ; - woman_N = regN "kadın" ; - wood_N = regN "kereste" ; - song_N = regN "şarkı" ; - back_N = regN "sırt" ; - belly_N = regN "göbek" ; - day_N = regN "gün" ; - ear_N = regN "kulak" ; - egg_N = regN "yumurta" ; - eye_N = regN "göz" ; - fire_N = regN "ateş" ; - flower_N = regN "çiçek" ; - grass_N = regN "çimen" ; - hand_N = regN "kol" ; - head_N = regN "baş" ; - heart_N = regN "kalp" ; - husband_N = regN "eş" ; - ice_N = regN "buz" ; - leg_N = regN "bacak" ; - mouth_N = regN "agız" ; - name_N = regN "ad" ; - night_N = regN "gece" ; - nose_N = regN "burun" ; - salt_N = regN "tuz" ; - sand_N = regN "kum" ; - snow_N = regN "kar" ; - tail_N = regN "kuyruk" ; - tooth_N = regN "diş" ; - wife_N = regN "eş" ; - year_N = regN "sene" ; - reason_N = regN "mazaret" ; -} ; diff --git a/next-lib/src/turkish/NounTur.gf b/next-lib/src/turkish/NounTur.gf deleted file mode 100644 index 05c13fb0e..000000000 --- a/next-lib/src/turkish/NounTur.gf +++ /dev/null @@ -1,33 +0,0 @@ -concrete NounTur of Noun = CatTur ** open ResTur, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ++ cn.s ! det.n ! c ; - a = agrP3 det.n - } ; - - UsePron p = p ; - - DetQuant quant num = { - s = quant.s ++ num.s ; - n = num.n - } ; - - NumSg = {s = []; n = Sg} ; - NumPl = {s = []; n = Pl} ; - - NumCard n = n ** {n = Sg} ; - - NumNumeral numeral = {s = numeral.s} ; - - DefArt = { - s = [] - } ; - IndefArt = { - s = [] - } ; - - UseN n = n ; -} diff --git a/next-lib/src/turkish/ParadigmsTur.gf b/next-lib/src/turkish/ParadigmsTur.gf deleted file mode 100644 index 2fdcc97e6..000000000 --- a/next-lib/src/turkish/ParadigmsTur.gf +++ /dev/null @@ -1,66 +0,0 @@ -resource ParadigmsTur = open - Predef, - Prelude, - ResTur - in { - -oper - regV : Str -> Verb = \inf -> - let base : Str - = case inf of { - base+"mak" => base ; - base+"mek" => base - } - in { s = table { - VPres Sg P1 => harmony4 (harmony4 base "iyor" "yiyor") "im" "yim" ; - VPres Sg P2 => harmony4 (harmony4 base "iyor" "yiyor") "sin" "sin" ; - VPres Sg P3 => harmony4 base "iyor" "yiyor" ; - VPres Pl P1 => harmony4 (harmony4 base "iyor" "yiyor") "iz" "yiz" ; - VPres Pl P2 => harmony4 (harmony4 (harmony4 base "iyor" "yiyor") "sin" "sin") "iz" "yiz" ; - VPres Pl P3 => harmony2 (harmony4 base "iyor" "yiyor") "ler" "ler" ; - VPast Sg P1 => harmony4 base "dim" "dim" ; - VPast Sg P2 => harmony4 base "din" "din" ; - VPast Sg P3 => harmony4 base "di" "di" ; - VPast Pl P1 => harmony4 base "dik" "dik" ; - VPast Pl P2 => harmony4 (harmony4 base "din" "din") "iz" "yiz" ; - VPast Pl P3 => harmony4 base "diler" "diler" ; - VFuture Sg P1 => harmony4 (harmony2 base "ecek" "yecek") "im" "yim" ; - VFuture Sg P2 => harmony4 (harmony2 base "ecek" "yecek") "sin" "sin" ; - VFuture Sg P3 => harmony2 base "ecek" "yecek"; - VFuture Pl P1 => harmony4 (harmony2 base "ecek" "yecek") "iz" "yiz" ; - VFuture Pl P2 => harmony4 (harmony2 base "ecek" "yecek") "siniz" "siniz" ; - VFuture Pl P3 => harmony2 (harmony2 base "ecek" "yecek") "ler" "ler" ; - VAorist Sg P1 => harmony4 base "im" "yim" ; - VAorist Sg P2 => harmony4 base "sin" "sin" ; - VAorist Sg P3 => base ; - VAorist Pl P1 => harmony4 base "iz" "yiz" ; - VAorist Pl P2 => harmony4 (harmony4 base "sin" "sin") "iz" "yiz" ; - VAorist Pl P3 => harmony2 base "ler" "ler" ; - VImperative => base ; - VInfinitive => inf - } - } ; - - regN : Str -> Noun = \base -> { - s = \\n => table { - Nom => add_number n base ; - Acc => harmony4 (add_number n base) "i" "yi" ; - Dat => harmony2 (add_number n base) "e" "ye" ; - Gen => harmony4 (add_number n base) "in" "nin" ; - Loc => harmony2 (add_number n base) "de" "de" ; - Ablat => harmony2 (add_number n base) "den" "den" ; - Abess p => case p of { - Pos => harmony4 (add_number n base) "li" "li" ; - Neg => harmony4 (add_number n base) "siz" "siz" - } - } ; - gen = \\n => table { - {n=Sg; p=P1} => harmony4 (add_number n base) "im" "yim" ; - {n=Sg; p=P2} => harmony4 (add_number n base) "in" "yin" ; - {n=Sg; p=P3} => harmony4 (add_number n base) "i" "yi" ; - {n=Pl; p=P1} => harmony4 (add_number n base) "imiz" "yimiz" ; - {n=Pl; p=P2} => harmony4 (add_number n base) "iniz" "yiniz" ; - {n=Pl; p=P3} => harmony4 (add_number n base) "i" "yi" - } - } ; -} \ No newline at end of file diff --git a/next-lib/src/turkish/ResTur.gf b/next-lib/src/turkish/ResTur.gf deleted file mode 100644 index 3bdd63c80..000000000 --- a/next-lib/src/turkish/ResTur.gf +++ /dev/null @@ -1,152 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -resource ResTur = ParamX ** open Prelude, Predef in { - ---2 For $Noun$ - - flags - coding=utf8 ; - - param - Case = Nom | Acc | Dat | Gen | Loc | Ablat | Abess Polarity ; - - Species = Indef | Def ; - - oper - Agr = {n : Number ; p : Person} ; - Noun = {s : Number => Case => Str; gen : Number => Agr => Str} ; - Pron = {s : Case => Str; a : Agr} ; - - agrP3 : Number -> Agr ; - agrP3 n = {n = n; p = P3} ; - --- For $Verb$. - - param - VForm = - VPres Number Person - | VPast Number Person - | VFuture Number Person - | VAorist Number Person - | VImperative - | VInfinitive - ; - - oper - Verb : Type = { - s : VForm => Str - } ; - ---2 For $Numeral$ - param - DForm = unit | ten ; - --- For $Numeral$. - oper - mkNum : Str -> Str -> {s : DForm => Str} = - \two, twenty -> - {s = table { - unit => two ; - ten => twenty - } - } ; - - mkPron : (ben,beni,bana,banin,bende,benden,benli,bensiz:Str) -> Number -> Person -> Pron = - \ben,beni,bana,benim,bende,benden,benli,bensiz,n,p -> { - s = table { - Nom => ben ; - Acc => beni ; - Dat => bana ; - Gen => benim ; - Loc => bende ; - Ablat => benden ; - Abess Pos => benli ; - Abess Neg => bensiz - } ; - a = {n=n; p=p} ; - } ; - - oper - harmony4 : Str -> Str -> Str -> Str - = \base0,suffixC,suffixV -> - let h : Str = - case base0 of { - _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ - ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => - case c of { - ("ı"|"a") => "ı" ; - ("i"|"e") => "i" ; - ("u"|"o") => "u" ; - ("ü"|"ö") => "ü" - } ; - _ => error "harmony4" - } ; - base : Str = - case dp 1 base0 + take 1 suffixC of { - ("k")+("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") => tk 1 base0 + "ğ" ; - _ => base0 - } ; - suffix : Str = - case dp 1 base0 of { - ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") => case suffixV of { - s1@("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h") - + ("ı"|"i"|"u"|"ü") - +s2 => s1+h+s2 ; - s => s - } ; - _ => case suffixC of { - s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) - + ("ı"|"i"|"u"|"ü") - +s2 => s1+h+s2 ; - s => s - } - } - in base + suffix ; - - harmony2 : Str -> Str -> Str -> Str - = \base0,suffixC,suffixV -> - let h : Str = - case base0 of { - _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ - ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => - case c of { - ("a"|"ı"|"u"|"o") => "a" ; - ("e"|"i"|"ü"|"ö") => "e" - } ; - _ => error "harmony2" - } ; - base : Str = - case dp 1 base0 + take 1 suffixC of { - ("k")+("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") => tk 1 base0 + "ğ" ; - _ => base0 - } ; - suffix : Str = - case dp 1 base0 of { - ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") => case suffixV of { - s1@("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h") - + ("a"|"e") - +s2 => s1+h+s2 ; - s => s - } ; - ("p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h") => case suffixC of { - s1@(("b"|"v"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) - + ("a"|"e") - +s2 => s1+h+s2 ; - ("da"|"de")+s => "t"+h+s ; - s => s - } ; - _ => case suffixC of { - s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) - + ("a"|"e") - +s2 => s1+h+s2 ; - s => s - } - } - in base + suffix ; - - add_number : Number -> Str -> Str = \n,base -> - case n of { - Sg => base ; - Pl => harmony2 base "ler" "ler" - } ; -} diff --git a/next-lib/src/turkish/StructuralTur.gf b/next-lib/src/turkish/StructuralTur.gf deleted file mode 100644 index 409b105dc..000000000 --- a/next-lib/src/turkish/StructuralTur.gf +++ /dev/null @@ -1,18 +0,0 @@ -concrete StructuralTur of Structural = CatTur ** - open ResTur in { - - flags - optimize=all ; coding = utf8 ; - - lin - he_Pron = mkPron "o" "onu" "ona" "onun" "onda" "ondan" "onlu" "onsuz" Sg P3 ; - i_Pron = mkPron "ben" "beni" "bana" "benim" "bende" "benden" "benli" "bensiz" Sg P1 ; - it_Pron = mkPron "o" "onu" "ona" "onun" "onda" "ondan" "onlu" "onsuz" Sg P3 ; - she_Pron = mkPron "o" "onu" "ona" "onun" "onda" "ondan" "onlu" "onsuz" Sg P3 ; - they_Pron = mkPron "onlar" "onları" "onlara" "onların" "onlarda" "onlardan" "onlarlı" "onlarsız" Pl P3 ; - we_Pron = mkPron "biz" "bizi" "bize" "bizim" "bizde" "bizden" "bizli" "bizsiz" Pl P1 ; - youSg_Pron = mkPron "sen" "seni" "sana" "senin" "sende" "senden" "senli" "sensiz" Sg P2 ; - youPl_Pron = mkPron "siz" "sizi" "size" "sizin" "sizde" "sizden" "sizli" "sizsiz" Pl P2 ; - youPol_Pron = mkPron "siz" "sizi" "size" "sizin" "sizde" "sizden" "sizli" "sizsiz" Pl P2 ; -} - diff --git a/old-lib/LICENSE b/old-lib/LICENSE new file mode 100644 index 000000000..fc8a5de7e --- /dev/null +++ b/old-lib/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/old-lib/c/Makefile b/old-lib/c/Makefile new file mode 100644 index 000000000..72ac7ea79 --- /dev/null +++ b/old-lib/c/Makefile @@ -0,0 +1,19 @@ +CC = gcc +CFLAGS += -O2 -W -Wall + +.PHONY: all clean + +all: libgfcc.a + +libgfcc.a: gfcc-tree.o gfcc-term.o + ar r $@ $^ + +gfcc-tree.o: gfcc-tree.c gfcc-tree.h + $(CC) $(CFLAGS) -c -o $@ $< + +gfcc-term.o: gfcc-term.c gfcc-term.h + $(CC) $(CFLAGS) -c -o $@ $< + +clean: + -rm -f libgfcc.a + -rm -f *.o diff --git a/old-lib/c/gfcc-term.c b/old-lib/c/gfcc-term.c new file mode 100644 index 000000000..b427479e6 --- /dev/null +++ b/old-lib/c/gfcc-term.c @@ -0,0 +1,203 @@ +#include "gfcc-term.h" + +#include +#include +#include + +static void *buffer = NULL; +static size_t current; + +extern void term_alloc_pool(size_t size) { + if (buffer == NULL) + buffer = malloc(size); + current = 0; +} + +extern void term_free_pool() { + if (buffer != NULL) + free(buffer); + buffer = NULL; +} + +extern void *term_alloc(size_t size) { + void *off = buffer + current; + current += size; + return off; +} + +static inline Term *create_term(TermType type, int n) { + Term *t = (Term*)term_alloc(sizeof(Term) + n * sizeof(Term *)); + t->type = type; + t->value.size = n; /* FIXME: hack! */ + return t; +} + +extern Term *term_array(int n, ...) { + Term *t = create_term(TERM_ARRAY, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_seq(int n, ...) { + Term *t = create_term(TERM_SEQUENCE, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_variants(int n, ...) { + Term *t = create_term(TERM_VARIANTS, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_glue(int n, ...) { + Term *t = create_term(TERM_GLUE, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_rp(Term *t1, Term *t2) { + Term *t = create_term(TERM_RECORD_PARAM, 2); + term_set_child(t, 0, t1); + term_set_child(t, 1, t2); + return t; +} + +extern Term *term_suffix(const char *pref, Term *suf) { + Term *t = create_term(TERM_SUFFIX_TABLE, 2); + term_set_child(t,0,term_str(pref)); + term_set_child(t,1,suf); + return t; +} + +extern Term *term_str(const char *s) { + Term *t = create_term(TERM_STRING, 0); + t->value.string_value = s; + return t; +} + +extern Term *term_int(int i) { + Term *t = create_term(TERM_INTEGER,0); + t->value.integer_value = i; + return t; +} + +extern Term *term_meta() { + return create_term(TERM_META, 0); +} + + + +extern Term *term_sel_int(Term *t, int i) { + switch (t->type) { + case TERM_ARRAY: + return term_get_child(t,i); + case TERM_SUFFIX_TABLE: + return term_glue(2, + term_get_child(t,0), + term_sel_int(term_get_child(t,1),i)); + case TERM_META: + return t; + default: + fprintf(stderr,"Error: term_sel_int %d %d\n", t->type, i); + exit(1); + return NULL; + } +} + +extern Term *term_sel(Term *t1, Term *t2) { + switch (t2->type) { + case TERM_INTEGER: + return term_sel_int(t1, t2->value.integer_value); + case TERM_RECORD_PARAM: + return term_sel(t1,term_get_child(t2,0)); + case TERM_META: + return term_sel_int(t1,0); + default: + fprintf(stderr,"Error: term_sel %d %d\n", t1->type, t2->type); + exit(1); + return 0; + } +} + + + +static void term_print_sep(FILE *stream, Term *t, const char *sep) { + int n = t->value.size; + int i; + + for (i = 0; i < n; i++) { + term_print(stream, term_get_child(t,i)); + if (i < n-1) { + fputs(sep, stream); + } + } +} + +extern void term_print(FILE *stream, Term *t) { + switch (t->type) { + case TERM_ARRAY: + term_print(stream, term_get_child(t,0)); + break; + case TERM_SEQUENCE: + term_print_sep(stream, t, " "); + break; + case TERM_VARIANTS: + term_print_sep(stream, t, "/"); + break; + case TERM_GLUE: + term_print_sep(stream, t, ""); + break; + case TERM_RECORD_PARAM: + term_print(stream, term_get_child(t,0)); + break; + case TERM_SUFFIX_TABLE: + term_print(stream, term_get_child(t,0)); + term_print(stream, term_get_child(t,1)); + break; + case TERM_META: + fputs("?", stream); + break; + case TERM_STRING: + fputs(t->value.string_value, stream); + break; + case TERM_INTEGER: + fprintf(stream, "%d", t->value.integer_value); + break; + default: + fprintf(stderr,"Error: term_print %d\n", t->type); + exit(1); + } +} diff --git a/old-lib/c/gfcc-term.h b/old-lib/c/gfcc-term.h new file mode 100644 index 000000000..d1307259d --- /dev/null +++ b/old-lib/c/gfcc-term.h @@ -0,0 +1,65 @@ +#ifndef GFCC_TERM_H +#define GFCC_TERM_H + +#include + +typedef enum { + /* size = variable */ + TERM_ARRAY, + TERM_SEQUENCE, + TERM_VARIANTS, + TERM_GLUE, + /* size = 2 */ + TERM_RECORD_PARAM, + TERM_SUFFIX_TABLE, + /* size = 0 */ + TERM_META, + TERM_STRING, + TERM_INTEGER +} TermType; + +struct Term_ { + TermType type; + union { + const char *string_value; + int integer_value; + int size; + } value; + struct Term_ *args[0]; +}; + +typedef struct Term_ Term; + + + +static inline Term *term_get_child(Term *t, int n) { + return t->args[n]; +} + +static inline void term_set_child(Term *t, int n, Term *c) { + t->args[n] = c; +} + +extern void term_alloc_pool(size_t size); +extern void term_free_pool(); +extern void *term_alloc(size_t size); + + +extern Term *term_array(int n, ...); +extern Term *term_seq(int n, ...); +extern Term *term_variants(int n, ...); +extern Term *term_glue(int n, ...); + +extern Term *term_rp(Term *t1, Term *t2); +extern Term *term_suffix(const char *pref, Term *suf); +extern Term *term_str(const char *s); +extern Term *term_int(int i); +extern Term *term_meta(); + +extern Term *term_sel_int(Term *t, int i); +extern Term *term_sel(Term *t1, Term *t2); + + +extern void term_print(FILE *stream, Term *t); + +#endif diff --git a/old-lib/c/gfcc-tree.c b/old-lib/c/gfcc-tree.c new file mode 100644 index 000000000..6cd8759be --- /dev/null +++ b/old-lib/c/gfcc-tree.c @@ -0,0 +1,61 @@ +#include "gfcc-tree.h" + +#include + + +extern int arity(Tree *t) { + switch (t->type) { + case ATOM_STRING: + case ATOM_INTEGER: + case ATOM_DOUBLE: + case ATOM_META: + return 0; + default: + return t->value.size; + } +} + +static Tree *create_tree(atom_type c, int n) { + Tree *t = (Tree *)malloc(sizeof(Tree) + n * sizeof(Tree *)); + t->type = c; + return t; +} + +extern Tree *tree_string(const char *s) { + Tree *t = create_tree(ATOM_STRING, 0); + t->value.string_value = s; + return t; +} + +extern Tree *tree_integer(int i) { + Tree *t = create_tree(ATOM_INTEGER, 0); + t->value.integer_value = i; + return t; +} + +extern Tree *tree_double(double d) { + Tree *t = create_tree(ATOM_DOUBLE, 0); + t->value.double_value = d; + return t; +} + +extern Tree *tree_meta() { + return create_tree(ATOM_META, 0); +} + +extern Tree *tree_fun(atom_type f, int n) { + Tree *t = create_tree(f, n); + t->value.size = n; + return t; +} + + +extern void tree_free(Tree *t) { + int n = arity(t); + int i; + + for (i = 0; i < n; i++) { + tree_free(tree_get_child(t,i)); + } + free(t); +} diff --git a/old-lib/c/gfcc-tree.h b/old-lib/c/gfcc-tree.h new file mode 100644 index 000000000..cc8f0fcab --- /dev/null +++ b/old-lib/c/gfcc-tree.h @@ -0,0 +1,49 @@ +#ifndef GFCC_TREE_H +#define GFCC_TREE_H + +typedef enum { + ATOM_STRING, + ATOM_INTEGER, + ATOM_DOUBLE, + ATOM_META, + ATOM_FIRST_FUN +} atom_type; + +struct Tree_{ + atom_type type; + union { + const char *string_value; + int integer_value; + double double_value; + int size; + } value; + struct Tree_ *args[0]; +}; + +typedef struct Tree_ Tree; + +static inline Tree *tree_get_child(Tree *t, int n) { + return t->args[n]; +} + +static inline void tree_set_child(Tree *t, int n, Tree *a) { + t->args[n] = a; +} + +extern int arity(Tree *t); + + +extern Tree *tree_string(const char *s); + +extern Tree *tree_integer(int i); + +extern Tree *tree_double(double d); + +extern Tree *tree_meta(); + +extern Tree *tree_fun(atom_type f, int n); + + +extern void tree_free(Tree *t); + +#endif diff --git a/old-lib/index.html b/old-lib/index.html new file mode 100644 index 000000000..991015ec4 --- /dev/null +++ b/old-lib/index.html @@ -0,0 +1,60 @@ + + + + +GF Grammar Libraries + +

GF Grammar Libraries

+ +Author: Aarne Ranta <aarne (at) cs.chalmers.se>
+Last update: Fri Dec 22 15:19:46 2006 +
+ +

+One of the main ideas of +GF +is the use of libraries in grammar writing, in a way familiar +from software engineering. In this way, large grammars can +be built in cooperation, and old grammars or parts of them +can be reused in new grammars. The slides +Grammars as Software Libraries +give some introduction to this idea. +

+

The resource grammar library

+

+This library covers basic linguistic structures of +different languages. +

+

+Version 1.1 released 22 December 2006 +(enhanced version of 1.0). +Covers Danish, English, Finnish, French, German, Italian, Norwegian, +Russian, Spanish, and Swedish. +

+

+Two older versions are also available: +Version 0.9 +and +Version 0.6. +

+

The prelude library

+

+The prelude +library gives utility functions for different GF applications: +

+

+Precedence. Utilities for +formal languages: precedence levels, associatives, infixes. +

+

+Predef. Type signatures +of predefined (hard-coded) functions. +

+

+Prelude. Generic utilities +for strings, tables, records, booleans. +

+ + + + diff --git a/old-lib/index.txt b/old-lib/index.txt new file mode 100644 index 000000000..83fd65611 --- /dev/null +++ b/old-lib/index.txt @@ -0,0 +1,58 @@ +GF Grammar Libraries +Author: Aarne Ranta +Last update: %%date(%c) + +% NOTE: this is a txt2tags file. +% Create an html file from this file using: +% txt2tags --toc -thtml index.txt + +%!target:html + +One of the main ideas of +[GF ..] +is the use of libraries in grammar writing, in a way familiar +from software engineering. In this way, large grammars can +be built in cooperation, and old grammars or parts of them +can be reused in new grammars. The slides +[Grammars as Software Libraries resource-1.0/doc/gslt-sem-2006.html] +give some introduction to this idea. + + + +==The resource grammar library== + +This library covers basic linguistic structures of +different languages. + +[Version 1.2 resource-1.0/doc] released 22 December 2006 +(enhanced version of 1.0). +Covers Danish, English, Finnish, French, German, Italian, Norwegian, +Russian, Spanish, and Swedish, and to a smaller extent Arabic and Catalan. + +Two older versions are also available: +[Version 0.9 resource/] +and +[Version 0.6 resource-0.6/]. + + + +==The prelude library== + +The [prelude prelude/] +library gives utility functions for different GF applications: + +[Precedence resource-1.0/doc/gfdoc/Precedence.html]. Utilities for +formal languages: precedence levels, associatives, infixes. + +[Predef resource-1.0/doc/gfdoc/Predef.html]. Type signatures +of predefined (hard-coded) functions. + +[Prelude resource-1.0/doc/gfdoc/Prelude.html]. Generic utilities +for strings, tables, records, booleans. + + +==License== + +All libraries in this directory and its subdirectories are +releaced under GNU Lesser General Public License (LGPL). See the file +[LICENSE ./LICENSE] for more details. diff --git a/old-lib/javascript/editor.html b/old-lib/javascript/editor.html new file mode 100644 index 000000000..dd189d9ab --- /dev/null +++ b/old-lib/javascript/editor.html @@ -0,0 +1,17 @@ + + + + + + + + + + + Web-based Syntax Editor + + +
+
+ + diff --git a/old-lib/javascript/editorGrammar.js b/old-lib/javascript/editorGrammar.js new file mode 100644 index 000000000..a4cc01ea5 --- /dev/null +++ b/old-lib/javascript/editorGrammar.js @@ -0,0 +1 @@ +var Editor = new GFGrammar(new GFAbstract("Sentence",{Available: new Type([], "Adjective"), Bulgarian: new Type([], "Noun"), Command: new Type(["Verb", "Determiner", "Noun"], "Sentence"), CommandAdj: new Type(["Verb", "Determiner", "Adjective", "Noun"], "Sentence"), Copy: new Type([], "Verb"), Cut: new Type([], "Verb"), Danish: new Type([], "Noun"), DefPlDet: new Type([], "Determiner"), DefSgDet: new Type([], "Determiner"), Delete: new Type([], "Verb"), English: new Type([], "Noun"), Enter: new Type([], "Verb"), ErrorMessage: new Type(["Adjective", "Noun"], "Sentence"), Finnish: new Type([], "Noun"), Float_N: new Type([], "Noun"), French: new Type([], "Noun"), German: new Type([], "Noun"), IndefPlDet: new Type([], "Determiner"), IndefSgDet: new Type([], "Determiner"), Integer_N: new Type([], "Noun"), Italian: new Type([], "Noun"), Label: new Type(["Noun"], "Sentence"), Language: new Type([], "Noun"), Next: new Type([], "Adjective"), Node: new Type([], "Noun"), Norwegian: new Type([], "Noun"), Page: new Type([], "Noun"), Parse: new Type([], "Verb"), Paste: new Type([], "Verb"), Previous: new Type([], "Adjective"), RandomlyCommand: new Type(["Verb", "Determiner", "Noun"], "Sentence"), Redo: new Type([], "Verb"), Refine: new Type([], "Verb"), Refinement: new Type([], "Noun"), Replace: new Type([], "Verb"), Russian: new Type([], "Noun"), Select: new Type([], "Verb"), Show: new Type([], "Verb"), SingleWordCommand: new Type(["Verb"], "Sentence"), Spanish: new Type([], "Noun"), String_N: new Type([], "Noun"), Swedish: new Type([], "Noun"), Tree: new Type([], "Noun"), Undo: new Type([], "Verb"), Wrap: new Type([], "Verb"), Wrapper: new Type([], "Noun")}),{EditorEng: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("available", new Arr(new Str(""), new Str("r"), new Str("st"), new Str("ly"))));}, Bulgarian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_4", cs), Editor.concretes["EditorEng"].rule("_4", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs),(new Arr(Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs))).sel(Editor.concretes["EditorEng"].rule("_22", cs).sel(cs[3].sel(new Int(1)))), cs[3].sel(new Int(0)).sel(new Int(0)).sel(new Int(1)), Editor.concretes["EditorEng"].rule("_18", cs)));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("y"), new Str("ies"), new Str("ied"), new Str("ying"))), new Int(1));}, Cut: function(cs){return new Arr(new Suffix("Cut", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Danish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_37", cs), Editor.concretes["EditorEng"].rule("_37", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, Delete: function(cs){return new Arr(new Suffix("Delet", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, English: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_47", cs), Editor.concretes["EditorEng"].rule("_47", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Enter", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("there"),(new Arr(new Seq(new Str("am"), new Str("not")), new Str("aren't"), new Str("aren't"), new Str("aren't"), new Str("isn't"), new Str("isn't"), new Str("isn't"), new Str("aren't"))).sel(Editor.concretes["EditorEng"].rule("_59", cs)), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs),(new Arr(Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs))).sel(Editor.concretes["EditorEng"].rule("_59", cs))));}, Finnish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_72", cs), Editor.concretes["EditorEng"].rule("_72", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Suffix("float", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("floats", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, French: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_80", cs), Editor.concretes["EditorEng"].rule("_80", cs)), new Int(0));}, German: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_83", cs), Editor.concretes["EditorEng"].rule("_83", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Suffix("integer", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("integers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Italian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_94", cs), Editor.concretes["EditorEng"].rule("_94", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Suffix("language", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("languages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Next: function(cs){return new Arr(new Suffix("next", Editor.concretes["EditorEng"].rule("_103", cs)));}, Node: function(cs){return new Arr(new Arr(new Suffix("node", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("nodes", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_110", cs), Editor.concretes["EditorEng"].rule("_110", cs)), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Suffix("page", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("pages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Pars", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Paste: function(cs){return new Arr(new Suffix("Past", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Previous: function(cs){return new Arr(new Suffix("previous", Editor.concretes["EditorEng"].rule("_103", cs)));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs), new Str("at"), new Str("random")));}, Redo: function(cs){return new Arr(new Suffix("Redo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Refinement: function(cs){return new Arr(new Arr(new Suffix("refinement", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("refinements", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Replac", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Russian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_136", cs), Editor.concretes["EditorEng"].rule("_136", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Select", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Show: function(cs){return new Arr(new Suffix("Show", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, Spanish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_145", cs), Editor.concretes["EditorEng"].rule("_145", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Suffix("string", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("strings", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_152", cs), Editor.concretes["EditorEng"].rule("_152", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Suffix("tree", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("trees", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("Undo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Wrap: function(cs){return new Arr(new Suffix("Wrap", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Wrapper: function(cs){return new Arr(new Arr(new Suffix("wrapper", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("wrappers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, _10: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(1));}, _103: function(cs){return new Arr(new Str(""), new Str("er"), new Str("est"), new Str("ly"));}, _11: function(cs){return Editor.concretes["EditorEng"].rule("_10", cs).sel(new Int(0));}, _110: function(cs){return new Suffix("Norwegian", Editor.concretes["EditorEng"].rule("_3", cs));}, _12: function(cs){return cs[2].sel(new Int(0));}, _125: function(cs){return new Arr(new Str(""), new Str("es"), new Str("ed"), new Str("ing"));}, _13: function(cs){return Editor.concretes["EditorEng"].rule("_12", cs).sel(new Int(0));}, _136: function(cs){return new Suffix("Russian", Editor.concretes["EditorEng"].rule("_3", cs));}, _14: function(cs){return Editor.concretes["EditorEng"].rule("_13", cs).sel(new Int(1));}, _145: function(cs){return new Suffix("Spanish", Editor.concretes["EditorEng"].rule("_3", cs));}, _15: function(cs){return new Seq();}, _152: function(cs){return new Suffix("Swedish", Editor.concretes["EditorEng"].rule("_3", cs));}, _16: function(cs){return new Arr(new Str("yourself"), Editor.concretes["EditorEng"].rule("_15", cs));}, _167: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _169: function(cs){return new Arr(cs[0], cs[0]);}, _17: function(cs){return cs[0].sel(new Int(1));}, _172: function(cs){return new Arr(cs[0], cs[0], cs[0]);}, _18: function(cs){return Editor.concretes["EditorEng"].rule("_16", cs).sel(Editor.concretes["EditorEng"].rule("_17", cs));}, _22: function(cs){return new Arr(new Int(4), new Int(5), new Int(6));}, _3: function(cs){return new Arr(new Str(""), new Str(""), new Str("'s"));}, _34: function(cs){return new Arr(new Str(""), new Str("s"), new Str("ed"), new Str("ing"));}, _37: function(cs){return new Suffix("Danish", Editor.concretes["EditorEng"].rule("_3", cs));}, _4: function(cs){return new Suffix("Bulgarian", Editor.concretes["EditorEng"].rule("_3", cs));}, _40: function(cs){return new Arr(new Str(""), new Str(""));}, _41: function(cs){return new Suffix("the", Editor.concretes["EditorEng"].rule("_40", cs));}, _42: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_41", cs), Editor.concretes["EditorEng"].rule("_41", cs));}, _43: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_42", cs));}, _44: function(cs){return new Arr(new Str("e"), new Str("es"), new Str("ed"), new Str("ing"));}, _47: function(cs){return new Suffix("English", Editor.concretes["EditorEng"].rule("_3", cs));}, _54: function(cs){return new Arr(new Int(4), new Int(7));}, _55: function(cs){return new Arr(new Int(0), new Int(1), new Int(0), new Int(1), new Int(0), new Int(0), new Int(0), new Int(1));}, _56: function(cs){return cs[1].sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorEng"].rule("_22", cs).sel(Editor.concretes["EditorEng"].rule("_56", cs));}, _58: function(cs){return Editor.concretes["EditorEng"].rule("_55", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _59: function(cs){return Editor.concretes["EditorEng"].rule("_54", cs).sel(Editor.concretes["EditorEng"].rule("_58", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _62: function(cs){return Editor.concretes["EditorEng"].rule("_61", cs).sel(Editor.concretes["EditorEng"].rule("_59", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs));}, _64: function(cs){return Editor.concretes["EditorEng"].rule("_63", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _65: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(0));}, _66: function(cs){return Editor.concretes["EditorEng"].rule("_65", cs).sel(new Int(1));}, _67: function(cs){return new Seq(new Str("a"), Editor.concretes["EditorEng"].rule("_64", cs), Editor.concretes["EditorEng"].rule("_66", cs));}, _7: function(cs){return cs[0].sel(new Int(0));}, _72: function(cs){return new Suffix("Finnish", Editor.concretes["EditorEng"].rule("_3", cs));}, _76: function(cs){return new Arr(new Str(""), new Str(""), new Str("'"));}, _8: function(cs){return Editor.concretes["EditorEng"].rule("_7", cs).sel(new Int(0));}, _80: function(cs){return new Suffix("French", Editor.concretes["EditorEng"].rule("_3", cs));}, _83: function(cs){return new Suffix("German", Editor.concretes["EditorEng"].rule("_3", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _87: function(cs){return new Arr(new Str("a"), Editor.concretes["EditorEng"].rule("_15", cs));}, _88: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_86", cs), Editor.concretes["EditorEng"].rule("_87", cs));}, _89: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_88", cs));}, _9: function(cs){return cs[1].sel(new Int(0));}, _94: function(cs){return new Suffix("Italian", Editor.concretes["EditorEng"].rule("_3", cs));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_169", cs), Editor.concretes["EditorEng"].rule("_169", cs)));}, Noun: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_172", cs), Editor.concretes["EditorEng"].rule("_172", cs)), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(10, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(9, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(8, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper's")]]), new Rule(7, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(6, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(5, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers'")]]), new Rule(17, new FunApp("Wrap",[]),[],[[new Terminal("Wrap")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("Wraps")]]), new Rule(19, new FunApp("Wrap",[]),[],[[new Terminal("Wraped")]]), new Rule(18, new FunApp("Wrap",[]),[],[[new Terminal("Wraping")]]), new Rule(17, new FunApp("Undo",[]),[],[[new Terminal("Undo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("Undoes")]]), new Rule(19, new FunApp("Undo",[]),[],[[new Terminal("Undoed")]]), new Rule(18, new FunApp("Undo",[]),[],[[new Terminal("Undoing")]]), new Rule(10, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(9, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(8, new FunApp("Tree",[]),[],[[new Terminal("tree's")]]), new Rule(7, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(6, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(5, new FunApp("Tree",[]),[],[[new Terminal("trees'")]]), new Rule(10, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(9, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(8, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(7, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(6, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(5, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(10, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(9, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(8, new FunApp("String_N",[]),[],[[new Terminal("string's")]]), new Rule(7, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(6, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(5, new FunApp("String_N",[]),[],[[new Terminal("strings'")]]), new Rule(10, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(9, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(8, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(7, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(6, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(5, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[17],[[new ArgProj(0, 0)]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[16],[[new ArgProj(0, 0), new Terminal("yourself")]]), new Rule(17, new FunApp("Show",[]),[],[[new Terminal("Show")]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Shows")]]), new Rule(19, new FunApp("Show",[]),[],[[new Terminal("Showed")]]), new Rule(18, new FunApp("Show",[]),[],[[new Terminal("Showing")]]), new Rule(17, new FunApp("Select",[]),[],[[new Terminal("Select")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Selects")]]), new Rule(19, new FunApp("Select",[]),[],[[new Terminal("Selected")]]), new Rule(18, new FunApp("Select",[]),[],[[new Terminal("Selecting")]]), new Rule(10, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(9, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(8, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(7, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(6, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(5, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(17, new FunApp("Replace",[]),[],[[new Terminal("Replace")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Replaces")]]), new Rule(19, new FunApp("Replace",[]),[],[[new Terminal("Replaced")]]), new Rule(18, new FunApp("Replace",[]),[],[[new Terminal("Replacing")]]), new Rule(10, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(9, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(8, new FunApp("Refinement",[]),[],[[new Terminal("refinement's")]]), new Rule(7, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(6, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(5, new FunApp("Refinement",[]),[],[[new Terminal("refinements'")]]), new Rule(17, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(19, new FunApp("Refine",[]),[],[[new Terminal("Refined")]]), new Rule(18, new FunApp("Refine",[]),[],[[new Terminal("Refining")]]), new Rule(17, new FunApp("Redo",[]),[],[[new Terminal("Redo")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("Redoes")]]), new Rule(19, new FunApp("Redo",[]),[],[[new Terminal("Redoed")]]), new Rule(18, new FunApp("Redo",[]),[],[[new Terminal("Redoing")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("at"), new Terminal("random")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself"), new Terminal("at"), new Terminal("random")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("previous")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("previouser")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("previousest")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("previously")]]), new Rule(17, new FunApp("Paste",[]),[],[[new Terminal("Paste")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pastes")]]), new Rule(19, new FunApp("Paste",[]),[],[[new Terminal("Pasted")]]), new Rule(18, new FunApp("Paste",[]),[],[[new Terminal("Pasting")]]), new Rule(17, new FunApp("Parse",[]),[],[[new Terminal("Parse")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Parses")]]), new Rule(19, new FunApp("Parse",[]),[],[[new Terminal("Parsed")]]), new Rule(18, new FunApp("Parse",[]),[],[[new Terminal("Parsing")]]), new Rule(10, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(9, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(8, new FunApp("Page",[]),[],[[new Terminal("page's")]]), new Rule(7, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(6, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(5, new FunApp("Page",[]),[],[[new Terminal("pages'")]]), new Rule(10, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(9, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(8, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(7, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(6, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(5, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(10, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(9, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(8, new FunApp("Node",[]),[],[[new Terminal("node's")]]), new Rule(7, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(6, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(5, new FunApp("Node",[]),[],[[new Terminal("nodes'")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("next")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nexter")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nextest")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nextly")]]), new Rule(10, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(9, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(8, new FunApp("Language",[]),[],[[new Terminal("language's")]]), new Rule(7, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(6, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(5, new FunApp("Language",[]),[],[[new Terminal("languages'")]]), new Rule(11, new FunApp("Label",[new Arg(0)]),[24],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[26],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[25],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(9, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(8, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(7, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(6, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(5, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(10, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(9, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(8, new FunApp("Integer_N",[]),[],[[new Terminal("integer's")]]), new Rule(7, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(6, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(5, new FunApp("Integer_N",[]),[],[[new Terminal("integers'")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(22, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(22, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(10, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(9, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(8, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(7, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(6, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(5, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(10, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(9, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(8, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(7, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(6, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(5, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(10, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(9, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(8, new FunApp("Float_N",[]),[],[[new Terminal("float's")]]), new Rule(7, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(6, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(5, new FunApp("Float_N",[]),[],[[new Terminal("floats'")]]), new Rule(10, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(9, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(8, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(7, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(6, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(5, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(17, new FunApp("Enter",[]),[],[[new Terminal("Enter")]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("Enters")]]), new Rule(19, new FunApp("Enter",[]),[],[[new Terminal("Entered")]]), new Rule(18, new FunApp("Enter",[]),[],[[new Terminal("Entering")]]), new Rule(10, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(9, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(8, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(7, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(6, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(5, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(17, new FunApp("Delete",[]),[],[[new Terminal("Delete")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Deletes")]]), new Rule(19, new FunApp("Delete",[]),[],[[new Terminal("Deleted")]]), new Rule(18, new FunApp("Delete",[]),[],[[new Terminal("Deleting")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(10, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(9, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(8, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(7, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(6, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(5, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(17, new FunApp("Cut",[]),[],[[new Terminal("Cut")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cuts")]]), new Rule(19, new FunApp("Cut",[]),[],[[new Terminal("Cuted")]]), new Rule(18, new FunApp("Cut",[]),[],[[new Terminal("Cuting")]]), new Rule(17, new FunApp("Copy",[]),[],[[new Terminal("Copy")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copies")]]), new Rule(19, new FunApp("Copy",[]),[],[[new Terminal("Copied")]]), new Rule(18, new FunApp("Copy",[]),[],[[new Terminal("Copying")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself")]]), new Rule(12, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[13],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[9],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(9, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(8, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(7, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(6, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(5, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("available")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("availabler")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("availablest")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("availablely")]])],{Adjective:[4, 3, 2, 1], Determiner:[23, 15, 22, 21], Float:[-3], Int:[-2], Noun:[24, 10, 25, 26, 7, 12, 9, 13, 14, 6, 8, 5], Sentence:[11], String:[-1], Verb:[16, 17, 20, 19, 18], _Var:[-4]})), EditorFre: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("ment"))), Editor.concretes["EditorFre"].rule("_5", cs), Editor.concretes["EditorFre"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("bulgarien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs)));}, CommandAdj: function(cs){return new Arr(new Seq((new Arr(Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_67", cs), Editor.concretes["EditorFre"].rule("_67", cs))).sel(Editor.concretes["EditorFre"].rule("_40", cs)), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs),(new Arr(new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_87", cs)), new Arr(Editor.concretes["EditorFre"].rule("_87", cs), Editor.concretes["EditorFre"].rule("_87", cs)))).sel(Editor.concretes["EditorFre"].rule("_25", cs)).sel(Editor.concretes["EditorFre"].rule("_27", cs))));}, Copy: function(cs){return new Arr(new Suffix("copi", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("coup", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("danois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, Delete: function(cs){return new Arr(new Suffix("enlev", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("anglais", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdui", new Arr(new Str("re"), new Str("re"), new Str("s"), new Str("s"), new Str("t"), new Str("sons"), new Str("sez"), new Str("sent"), new Str("se"), new Str("ses"), new Str("se"), new Str("sions"), new Str("siez"), new Str("sent"), new Str("s"), new Str("sons"), new Str("sez"), new Str("t"), new Str("ts"), new Str("te"), new Str("tes"), new Str("sant"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("il"), new Str("ne"), new Str("y"), new Str("a"), new Str("pas"),(new Arr(new Str("des"), new Str("des"))).sel(Editor.concretes["EditorFre"].rule("_121", cs)),(new Arr(new Seq(Editor.concretes["EditorFre"].rule("_125", cs), Editor.concretes["EditorFre"].rule("_47", cs)), new Seq(Editor.concretes["EditorFre"].rule("_47", cs), Editor.concretes["EditorFre"].rule("_125", cs)))).sel(Editor.concretes["EditorFre"].rule("_18", cs))));}, Finnish: function(cs){return new Arr(new Suffix("finnois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Suffix("réel", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, French: function(cs){return new Arr(new Suffix("français", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("allemand", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, Integer_N: function(cs){return new Arr(new Suffix("entier", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("italien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_43", cs));}, Language: function(cs){return new Arr(new Suffix("langue", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Next: function(cs){return new Arr(new Arr(new Suffix("prochain", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_170", cs), Editor.concretes["EditorFre"].rule("_170", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("noeud", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("norvégien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("page", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Suffix("analys", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("coll", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("précédent", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_189", cs), Editor.concretes["EditorFre"].rule("_189", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs), new Str("aléatoirement")));}, Redo: function(cs){return new Arr(new Suffix("ref", new Arr(new Str("aire"), new Str("aire"), new Str("ais"), new Str("ais"), new Str("ait"), new Str("aisons"), new Str("aites"), new Str("ont"), new Str("asse"), new Str("asses"), new Str("asse"), new Str("assions"), new Str("assiez"), new Str("assent"), new Str("ais"), new Str("aisons"), new Str("aites"), new Str("ait"), new Str("aits"), new Str("aite"), new Str("aites"), new Str("aisant"))), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("raffin", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("raffinement", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("rempla", new Arr(new Str("cer"), new Str("cer"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cent"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cions"), new Str("ciez"), new Str("cent"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cé"), new Str("cés"), new Str("cée"), new Str("cées"), new Str("çant"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("russe", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Select: function(cs){return new Arr(new Suffix("selectionn", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("montr", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_20", cs)), Editor.concretes["EditorFre"].rule("_43", cs)));}, Spanish: function(cs){return new Arr(new Suffix("espagnol", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("chaîne"), new Str("de"), new Str("charactères")), new Seq(new Str("chaînes"), new Str("de"), new Str("charactères"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("suédois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("arbre", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("annul", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("emball", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("emballage", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, _100: function(cs){return new Arr(new Str(""), new Str(""));}, _103: function(cs){return new Arr(new Str("le"), new Str("le"), new Str("du"), new Str("au"), new Str("le"));}, _104: function(cs){return new Seq(new Str("de"), new Str("la"));}, _105: function(cs){return new Seq(new Str("Ã"), new Str("la"));}, _106: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorFre"].rule("_104", cs), Editor.concretes["EditorFre"].rule("_105", cs), new Str("la"));}, _107: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_103", cs), Editor.concretes["EditorFre"].rule("_106", cs));}, _108: function(cs){return new Arr(new Str("les"), new Str("les"), new Str("des"), new Str("aux"), new Str("les"));}, _109: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_108", cs), Editor.concretes["EditorFre"].rule("_108", cs));}, _11: function(cs){return new Seq();}, _110: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_107", cs), Editor.concretes["EditorFre"].rule("_109", cs));}, _111: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_110", cs), Editor.concretes["EditorFre"].rule("_110", cs));}, _112: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_111", cs));}, _12: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nous"), new Str("vous"), new Str("les"), new Str("me"), new Str("te"), new Str("la"), new Str("nous"), new Str("vous"), new Str("les"), new Str("se"), Editor.concretes["EditorFre"].rule("_11", cs));}, _121: function(cs){return cs[1].sel(new Int(1));}, _123: function(cs){return new Arr(new Int(1), new Int(3));}, _124: function(cs){return Editor.concretes["EditorFre"].rule("_123", cs).sel(Editor.concretes["EditorFre"].rule("_121", cs));}, _125: function(cs){return Editor.concretes["EditorFre"].rule("_43", cs).sel(Editor.concretes["EditorFre"].rule("_124", cs));}, _13: function(cs){return new Arr(new Int(2), new Int(8));}, _14: function(cs){return cs[2].sel(new Int(1));}, _140: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _141: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_140", cs), Editor.concretes["EditorFre"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_141", cs), Editor.concretes["EditorFre"].rule("_141", cs));}, _143: function(cs){return new Seq(new Str("d'"), new Str("un"));}, _144: function(cs){return new Seq(new Str("Ã"), new Str("un"));}, _145: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorFre"].rule("_143", cs), Editor.concretes["EditorFre"].rule("_144", cs), new Str("un"));}, _146: function(cs){return new Seq(new Str("d'"), new Str("une"));}, _147: function(cs){return new Seq(new Str("Ã"), new Str("une"));}, _148: function(cs){return new Arr(new Str("une"), new Str("une"), Editor.concretes["EditorFre"].rule("_146", cs), Editor.concretes["EditorFre"].rule("_147", cs), new Str("une"));}, _149: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_145", cs), Editor.concretes["EditorFre"].rule("_148", cs));}, _15: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _150: function(cs){return new Seq(new Str("Ã"), new Str("des"));}, _151: function(cs){return new Arr(new Str("des"), new Str("des"), new Str("de"), Editor.concretes["EditorFre"].rule("_150", cs), new Str("des"));}, _152: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_151", cs), Editor.concretes["EditorFre"].rule("_151", cs));}, _153: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_149", cs), Editor.concretes["EditorFre"].rule("_152", cs));}, _154: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_142", cs), Editor.concretes["EditorFre"].rule("_153", cs));}, _155: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_154", cs));}, _16: function(cs){return new Arr(new Int(12), new Int(13));}, _163: function(cs){return new Arr(new Str(""), new Str("s"), new Str("e"), new Str("es"), new Str("ement"));}, _165: function(cs){return new Seq(new Str("plus"), new Str("prochain"));}, _166: function(cs){return new Seq(new Str("plus"), new Str("prochains"));}, _167: function(cs){return new Seq(new Str("plus"), new Str("prochaine"));}, _168: function(cs){return new Seq(new Str("plus"), new Str("prochaines"));}, _169: function(cs){return new Seq(new Str("plus"), new Str("prochainement"));}, _17: function(cs){return new Arr(new Int(1), new Int(1), new Int(0));}, _170: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_165", cs), Editor.concretes["EditorFre"].rule("_166", cs), Editor.concretes["EditorFre"].rule("_167", cs), Editor.concretes["EditorFre"].rule("_168", cs), Editor.concretes["EditorFre"].rule("_169", cs));}, _18: function(cs){return cs[0].sel(new Int(1));}, _184: function(cs){return new Seq(new Str("plus"), new Str("précédent"));}, _185: function(cs){return new Seq(new Str("plus"), new Str("précédents"));}, _186: function(cs){return new Seq(new Str("plus"), new Str("précédente"));}, _187: function(cs){return new Seq(new Str("plus"), new Str("précédentes"));}, _188: function(cs){return new Seq(new Str("plus"), new Str("précédentement"));}, _189: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_184", cs), Editor.concretes["EditorFre"].rule("_185", cs), Editor.concretes["EditorFre"].rule("_186", cs), Editor.concretes["EditorFre"].rule("_187", cs), Editor.concretes["EditorFre"].rule("_188", cs));}, _19: function(cs){return Editor.concretes["EditorFre"].rule("_17", cs).sel(Editor.concretes["EditorFre"].rule("_18", cs));}, _2: function(cs){return new Seq(new Str("plus"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorFre"].rule("_16", cs).sel(Editor.concretes["EditorFre"].rule("_19", cs));}, _21: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_15", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _22: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_20", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _229: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _23: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_21", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _232: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs));}, _233: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_232", cs), Editor.concretes["EditorFre"].rule("_232", cs));}, _24: function(cs){return new Arr(new Int(1), new Int(0));}, _25: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(0));}, _26: function(cs){return Editor.concretes["EditorFre"].rule("_23", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _27: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(1));}, _28: function(cs){return Editor.concretes["EditorFre"].rule("_26", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _29: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_28", cs));}, _3: function(cs){return new Seq(new Str("plus"), new Str("disponibles"));}, _30: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_29", cs));}, _31: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_29", cs));}, _32: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("lui"));}, _33: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _34: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _35: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("leur"));}, _36: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_29", cs), Editor.concretes["EditorFre"].rule("_29", cs));}, _37: function(cs){return new Arr(new Int(13), new Int(13));}, _38: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_37", cs), Editor.concretes["EditorFre"].rule("_37", cs));}, _39: function(cs){return Editor.concretes["EditorFre"].rule("_38", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _4: function(cs){return new Seq(new Str("plus"), new Str("disponiblement"));}, _40: function(cs){return Editor.concretes["EditorFre"].rule("_39", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _41: function(cs){return Editor.concretes["EditorFre"].rule("_36", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _42: function(cs){return cs[0].sel(new Int(0));}, _43: function(cs){return Editor.concretes["EditorFre"].rule("_42", cs).sel(new Int(0));}, _44: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _45: function(cs){return Editor.concretes["EditorFre"].rule("_44", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _46: function(cs){return cs[1].sel(new Int(0));}, _47: function(cs){return Editor.concretes["EditorFre"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return Editor.concretes["EditorFre"].rule("_47", cs).sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _5: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_4", cs));}, _50: function(cs){return Editor.concretes["EditorFre"].rule("_49", cs).sel(new Int(1));}, _51: function(cs){return cs[2].sel(new Int(0));}, _52: function(cs){return Editor.concretes["EditorFre"].rule("_51", cs).sel(new Int(0));}, _53: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_50", cs), Editor.concretes["EditorFre"].rule("_52", cs));}, _54: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _55: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_53", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _56: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_54", cs), Editor.concretes["EditorFre"].rule("_55", cs));}, _57: function(cs){return Editor.concretes["EditorFre"].rule("_56", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _58: function(cs){return Editor.concretes["EditorFre"].rule("_57", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _61: function(cs){return cs[3].sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_62", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _64: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_63", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _65: function(cs){return Editor.concretes["EditorFre"].rule("_64", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _66: function(cs){return Editor.concretes["EditorFre"].rule("_65", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _67: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_66", cs));}, _68: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_67", cs));}, _69: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_67", cs));}, _70: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("lui"));}, _71: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _72: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _73: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("leur"));}, _76: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _77: function(cs){return Editor.concretes["EditorFre"].rule("_76", cs).sel(new Int(1));}, _78: function(cs){return new Arr(new Int(0), new Int(2));}, _79: function(cs){return Editor.concretes["EditorFre"].rule("_78", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _80: function(cs){return Editor.concretes["EditorFre"].rule("_52", cs).sel(Editor.concretes["EditorFre"].rule("_79", cs));}, _81: function(cs){return cs[3].sel(new Int(0));}, _82: function(cs){return Editor.concretes["EditorFre"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_80", cs), Editor.concretes["EditorFre"].rule("_82", cs));}, _84: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_82", cs), Editor.concretes["EditorFre"].rule("_80", cs));}, _85: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_83", cs), Editor.concretes["EditorFre"].rule("_84", cs));}, _86: function(cs){return Editor.concretes["EditorFre"].rule("_85", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _87: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_77", cs), Editor.concretes["EditorFre"].rule("_86", cs));}, _95: function(cs){return new Arr(new Str("er"), new Str("er"), new Str("e"), new Str("es"), new Str("e"), new Str("ons"), new Str("ez"), new Str("ent"), new Str("e"), new Str("es"), new Str("e"), new Str("ions"), new Str("iez"), new Str("ent"), new Str("e"), new Str("ons"), new Str("ez"), new Str("é"), new Str("és"), new Str("ée"), new Str("ées"), new Str("ant"));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_233", cs), Editor.concretes["EditorFre"].rule("_233", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("emballage")]]), new Rule(87, new FunApp("Wrapper",[]),[],[[new Terminal("emballages")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(47, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("emballions")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("emballiez")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("emballé")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("emballés")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("emballée")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("emballées")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("emballant")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(47, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("annulions")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("annuliez")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("annulé")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("annulés")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("annulée")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("annulées")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("annulant")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("arbre")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("arbres")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("chaîne"), new Terminal("de"), new Terminal("charactères")]]), new Rule(87, new FunApp("String_N",[]),[],[[new Terminal("chaînes"), new Terminal("de"), new Terminal("charactères")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("espagnol")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("espagnols")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("s'"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("se"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(47, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("montrions")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("montriez")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("montré")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("montrés")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("montrée")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("montrées")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("montrant")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(47, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("selectionnions")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("selectionniez")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("selectionné")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("selectionnés")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("selectionnée")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("selectionnées")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("selectionnant")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("russe")]]), new Rule(87, new FunApp("Russian",[]),[],[[new Terminal("russes")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(47, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("remplacions")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("remplaciez")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("remplacé")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("remplacés")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("remplacée")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("remplacées")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("remplaçant")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinement")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("raffinements")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(47, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("raffinions")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("raffiniez")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("raffiné")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("raffinés")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("raffinée")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("raffinées")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("raffinant")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(47, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("refont")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("refasses")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("refassions")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("refassiez")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("refassent")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("refaits")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("refaite")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("refaisant")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("précédent")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("précédents")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("précédente")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("précédentes")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("précédentement")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(47, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("collions")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("colliez")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("collé")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("collés")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("collée")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("collées")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("collant")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(47, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("analysions")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("analysiez")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("analysé")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("analysés")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("analysée")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("analysées")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("analysant")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(87, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("norvégien")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("norvégiens")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("noeud")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("noeuds")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("prochain")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("prochains")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("prochaine")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("prochaines")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("prochainement")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(23, new FunApp("Language",[]),[],[[new Terminal("langue")]]), new Rule(87, new FunApp("Language",[]),[],[[new Terminal("langues")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[89],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[23],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("italien")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("italiens")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("entier")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("entiers")]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(83, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(82, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(81, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(80, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(79, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(78, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(77, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(83, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(82, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(81, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(80, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(79, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(78, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(77, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("allemand")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("allemands")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("réel")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("réels")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(47, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduises")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduisions")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduisiez")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introduits")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introduite")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introduites")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introduisant")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(47, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("enlevions")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("enleviez")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("enlevé")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("enlevés")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("enlevée")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("enlevées")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("enlevant")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(47, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("coupions")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("coupiez")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("coupé")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("coupés")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("coupée")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("coupées")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("coupant")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(47, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("copiions")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("copiiez")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("copié")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("copiés")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("copiée")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("copiées")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("copiant")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgarien")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgariens")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblement")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]])],{Adjective:[25, 15, 10, 5, 86, 14, 9, 4, 26, 13, 8, 3, 88, 12, 7, 2, 11, 6, 1], Determiner:[85, 65, 75, 57, 80, 61, 70, 52, 84, 19, 74, 56, 79, 24, 69, 51, 83, 64, 73, 55, 78, 60, 68, 50, 82, 63, 72, 54, 77, 59, 67, 49, 81, 62, 71, 53, 76, 58, 66, 48], Float:[-3], Int:[-2], Noun:[89, 17, 23, 16, 87], Sentence:[18], String:[-1], Verb:[20, 21, 22, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27], _Var:[-4]})), EditorSpa: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_5", cs), Editor.concretes["EditorSpa"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("Búlgaro", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs))), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs)),(new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_78", cs)), new Arr(Editor.concretes["EditorSpa"].rule("_78", cs), Editor.concretes["EditorSpa"].rule("_78", cs)))).sel(Editor.concretes["EditorSpa"].rule("_19", cs)).sel(Editor.concretes["EditorSpa"].rule("_21", cs))));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("iar"), new Str("iar"), new Str("ío"), new Str("ías"), new Str("ía"), new Str("iamos"), new Str("iáis"), new Str("ían"), new Str("íe"), new Str("íes"), new Str("íe"), new Str("iemos"), new Str("iéis"), new Str("íen"), new Str("ía"), new Str("iemos"), new Str("iad"), new Str("iado"), new Str("iados"), new Str("iada"), new Str("iadas"), new Str("iando"))), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Cort", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("Danés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, Delete: function(cs){return new Arr(new Suffix("Borr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("Inglés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdu", new Arr(new Str("cir"), new Str("cir"), new Str("zco"), new Str("ces"), new Str("ce"), new Str("cimos"), new Str("cís"), new Str("cen"), new Str("zca"), new Str("zcas"), new Str("zca"), new Str("zcamos"), new Str("zcáis"), new Str("zcan"), new Str("ce"), new Str("zcamos"), new Str("cid"), new Str("cido"), new Str("cidos"), new Str("cida"), new Str("cidas"), new Str("ciendo"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("no"),(new Arr(Editor.concretes["EditorSpa"].rule("_119", cs), Editor.concretes["EditorSpa"].rule("_119", cs))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(2))),(new Arr(Editor.concretes["EditorSpa"].rule("_128", cs), Editor.concretes["EditorSpa"].rule("_128", cs))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(1))),(new Arr(new Str("un"), new Str("una"))).sel(Editor.concretes["EditorSpa"].rule("_136", cs)),(new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_139", cs), Editor.concretes["EditorSpa"].rule("_140", cs)), new Seq(Editor.concretes["EditorSpa"].rule("_140", cs), Editor.concretes["EditorSpa"].rule("_139", cs)))).sel(Editor.concretes["EditorSpa"].rule("_29", cs))));}, Finnish: function(cs){return new Arr(new Suffix("Finlandés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("real")), new Seq(new Str("números"), new Str("real"))), new Int(0));}, French: function(cs){return new Arr(new Suffix("Francés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("Alemán", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("entero")), new Seq(new Str("números"), new Str("entero"))), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("Italiano", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_12", cs));}, Language: function(cs){return new Arr(new Suffix("lenguaje", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Next: function(cs){return new Arr(new Arr(new Suffix("siguiente", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_190", cs), Editor.concretes["EditorSpa"].rule("_190", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("nodo", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("Noruego", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("página", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Arr(new Str("Analizar"), new Str("Analizar"), new Str("Analizo"), new Str("Analizas"), new Str("Analiza"), new Str("Analizamos"), new Str("Analizáis"), new Str("Analizan"), new Str("Analice"), new Str("Analices"), new Str("Analice"), new Str("Analicemos"), new Str("Analicéis"), new Str("Analicen"), new Str("Analiza"), new Str("Analicemos"), new Str("Analizad"), new Str("sintácticamente"), new Str("sintácticamentos"), new Str("sintácticamenta"), new Str("sintácticamentas"), new Str("Analizando")), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Peg", new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("ue"), new Str("ues"), new Str("ue"), new Str("uemos"), new Str("uéis"), new Str("uen"), new Str("a"), new Str("uemos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"))), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("anterior", new Arr(new Str(""), new Str("es"), new Str(""), new Str("es"), new Str("mente"))), Editor.concretes["EditorSpa"].rule("_209", cs), Editor.concretes["EditorSpa"].rule("_209", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs), new Str("aleatoriamente")));}, Redo: function(cs){return new Arr(new Suffix("reh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("refinamiento", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Reempla", new Arr(new Str("zar"), new Str("zar"), new Str("zo"), new Str("zas"), new Str("za"), new Str("zamos"), new Str("záis"), new Str("zan"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cemos"), new Str("céis"), new Str("cen"), new Str("za"), new Str("cemos"), new Str("zad"), new Str("zado"), new Str("zados"), new Str("zada"), new Str("zadas"), new Str("zando"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("Ruso", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Seleccion", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Mostr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel((new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_31", cs))), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_31", cs))));}, Spanish: function(cs){return new Arr(new Suffix("Español", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("cadena"), new Str("de"), new Str("caracteres")), new Seq(new Str("cadenas"), new Str("de"), new Str("caracteres"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("Sueco", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("árbol", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("desh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("env", new Arr(new Str("olver"), new Str("olver"), new Str("uelvo"), new Str("uelves"), new Str("uelve"), new Str("olvemos"), new Str("olvéis"), new Str("uelven"), new Str("uelva"), new Str("uelvas"), new Str("uelva"), new Str("olvamos"), new Str("olváis"), new Str("uelvan"), new Str("uelve"), new Str("olvamos"), new Str("olved"), new Str("olvido"), new Str("olvidos"), new Str("olvida"), new Str("olvidas"), new Str("olviendo"))), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("envoltura", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("mente"));}, _100: function(cs){return new Seq(new Str("de"), new Str("los"));}, _101: function(cs){return new Seq(new Str("a"), new Str("los"));}, _102: function(cs){return new Arr(new Str("los"), new Str("los"), Editor.concretes["EditorSpa"].rule("_100", cs), Editor.concretes["EditorSpa"].rule("_101", cs));}, _103: function(cs){return new Seq(new Str("de"), new Str("las"));}, _104: function(cs){return new Seq(new Str("a"), new Str("las"));}, _105: function(cs){return new Arr(new Str("las"), new Str("las"), Editor.concretes["EditorSpa"].rule("_103", cs), Editor.concretes["EditorSpa"].rule("_104", cs));}, _106: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_102", cs), Editor.concretes["EditorSpa"].rule("_105", cs));}, _107: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_99", cs), Editor.concretes["EditorSpa"].rule("_106", cs));}, _108: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_107", cs), Editor.concretes["EditorSpa"].rule("_107", cs));}, _109: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_108", cs));}, _11: function(cs){return cs[0].sel(new Int(0));}, _117: function(cs){return new Arr(new Str("he"), new Str("has"), new Str("hay"));}, _118: function(cs){return new Arr(new Str("hemos"), new Str("habéis"), new Str("han"));}, _119: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_117", cs), Editor.concretes["EditorSpa"].rule("_118", cs));}, _12: function(cs){return Editor.concretes["EditorSpa"].rule("_11", cs).sel(new Int(0));}, _121: function(cs){return new Arr(new Int(0), new Int(0), new Int(2));}, _128: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _13: function(cs){return new Seq();}, _130: function(cs){return new Arr(new Int(0), new Int(0));}, _136: function(cs){return cs[1].sel(new Int(1));}, _138: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_136", cs));}, _139: function(cs){return Editor.concretes["EditorSpa"].rule("_12", cs).sel(Editor.concretes["EditorSpa"].rule("_138", cs));}, _14: function(cs){return new Arr(new Str("&+"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _140: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(0));}, _15: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1), new Int(1));}, _157: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _158: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_157", cs), Editor.concretes["EditorSpa"].rule("_157", cs));}, _159: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_158", cs), Editor.concretes["EditorSpa"].rule("_158", cs));}, _16: function(cs){return new Arr(new Int(13), new Int(13));}, _160: function(cs){return new Seq(new Str("de"), new Str("un"));}, _161: function(cs){return new Seq(new Str("a"), new Str("un"));}, _162: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorSpa"].rule("_160", cs), Editor.concretes["EditorSpa"].rule("_161", cs));}, _163: function(cs){return new Seq(new Str("de"), new Str("una"));}, _164: function(cs){return new Seq(new Str("a"), new Str("una"));}, _165: function(cs){return new Arr(new Str("una"), new Str("una"), Editor.concretes["EditorSpa"].rule("_163", cs), Editor.concretes["EditorSpa"].rule("_164", cs));}, _166: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_162", cs), Editor.concretes["EditorSpa"].rule("_165", cs));}, _167: function(cs){return new Seq(new Str("de"), new Str("unos"));}, _168: function(cs){return new Seq(new Str("a"), new Str("unos"));}, _169: function(cs){return new Arr(new Str("unos"), new Str("unos"), Editor.concretes["EditorSpa"].rule("_167", cs), Editor.concretes["EditorSpa"].rule("_168", cs));}, _17: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_16", cs), Editor.concretes["EditorSpa"].rule("_16", cs));}, _170: function(cs){return new Seq(new Str("de"), new Str("unas"));}, _171: function(cs){return new Seq(new Str("a"), new Str("unas"));}, _172: function(cs){return new Arr(new Str("unas"), new Str("unas"), Editor.concretes["EditorSpa"].rule("_170", cs), Editor.concretes["EditorSpa"].rule("_171", cs));}, _173: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_169", cs), Editor.concretes["EditorSpa"].rule("_172", cs));}, _174: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_166", cs), Editor.concretes["EditorSpa"].rule("_173", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_159", cs), Editor.concretes["EditorSpa"].rule("_174", cs));}, _176: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_175", cs));}, _18: function(cs){return new Arr(new Int(1), new Int(0));}, _187: function(cs){return new Seq(new Str("más"), new Str("siguiente"));}, _188: function(cs){return new Seq(new Str("más"), new Str("siguientes"));}, _189: function(cs){return new Seq(new Str("más"), new Str("siguientemente"));}, _19: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(0));}, _190: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_189", cs));}, _2: function(cs){return new Seq(new Str("más"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorSpa"].rule("_17", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _206: function(cs){return new Seq(new Str("más"), new Str("anterior"));}, _207: function(cs){return new Seq(new Str("más"), new Str("anteriores"));}, _208: function(cs){return new Seq(new Str("más"), new Str("anteriormente"));}, _209: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_208", cs));}, _21: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(1));}, _214: function(cs){return new Arr(new Str("acer"), new Str("acer"), new Str("ago"), new Str("aces"), new Str("ace"), new Str("acemos"), new Str("acéis"), new Str("acen"), new Str("aga"), new Str("agas"), new Str("aga"), new Str("agamos"), new Str("agáis"), new Str("agan"), new Str("az"), new Str("agamos"), new Str("aced"), new Str("echo"), new Str("echos"), new Str("echa"), new Str("echas"), new Str("aciendo"));}, _22: function(cs){return Editor.concretes["EditorSpa"].rule("_20", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _23: function(cs){return Editor.concretes["EditorSpa"].rule("_15", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _24: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), Editor.concretes["EditorSpa"].rule("_23", cs));}, _25: function(cs){return new Arr(new Int(2), new Int(8));}, _253: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _256: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _257: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_256", cs), Editor.concretes["EditorSpa"].rule("_256", cs));}, _258: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_257", cs), Editor.concretes["EditorSpa"].rule("_257", cs));}, _26: function(cs){return cs[2].sel(new Int(1));}, _27: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _28: function(cs){return new Arr(new Int(12), new Int(13));}, _29: function(cs){return cs[0].sel(new Int(1));}, _3: function(cs){return new Seq(new Str("más"), new Str("disponibles"));}, _30: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(Editor.concretes["EditorSpa"].rule("_29", cs));}, _31: function(cs){return Editor.concretes["EditorSpa"].rule("_28", cs).sel(Editor.concretes["EditorSpa"].rule("_30", cs));}, _32: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_27", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _33: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_31", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _34: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_32", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _35: function(cs){return Editor.concretes["EditorSpa"].rule("_34", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _36: function(cs){return Editor.concretes["EditorSpa"].rule("_35", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _37: function(cs){return Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _38: function(cs){return Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_37", cs));}, _39: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _4: function(cs){return new Seq(new Str("más"), new Str("disponiblemente"));}, _40: function(cs){return Editor.concretes["EditorSpa"].rule("_39", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _41: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("lo"), new Str("nos"), new Str("vos"), new Str("los"), new Str("me"), new Str("te"), new Str("la"), new Str("nos"), new Str("vos"), new Str("las"), new Str("se"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _42: function(cs){return Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _43: function(cs){return cs[1].sel(new Int(0));}, _44: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(1));}, _45: function(cs){return Editor.concretes["EditorSpa"].rule("_44", cs).sel(new Int(0));}, _46: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _47: function(cs){return Editor.concretes["EditorSpa"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return cs[2].sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorSpa"].rule("_48", cs).sel(new Int(0));}, _5: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_4", cs));}, _50: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_47", cs), Editor.concretes["EditorSpa"].rule("_49", cs));}, _51: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _52: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_50", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_51", cs), Editor.concretes["EditorSpa"].rule("_52", cs));}, _54: function(cs){return Editor.concretes["EditorSpa"].rule("_53", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _55: function(cs){return Editor.concretes["EditorSpa"].rule("_54", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _58: function(cs){return cs[3].sel(new Int(1));}, _59: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _60: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_59", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_60", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _62: function(cs){return Editor.concretes["EditorSpa"].rule("_61", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _63: function(cs){return Editor.concretes["EditorSpa"].rule("_62", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _67: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _68: function(cs){return Editor.concretes["EditorSpa"].rule("_67", cs).sel(new Int(1));}, _69: function(cs){return new Arr(new Int(0), new Int(2));}, _70: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _71: function(cs){return Editor.concretes["EditorSpa"].rule("_49", cs).sel(Editor.concretes["EditorSpa"].rule("_70", cs));}, _72: function(cs){return cs[3].sel(new Int(0));}, _73: function(cs){return Editor.concretes["EditorSpa"].rule("_72", cs).sel(new Int(0));}, _74: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_71", cs), Editor.concretes["EditorSpa"].rule("_73", cs));}, _75: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_73", cs), Editor.concretes["EditorSpa"].rule("_71", cs));}, _76: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_74", cs), Editor.concretes["EditorSpa"].rule("_75", cs));}, _77: function(cs){return Editor.concretes["EditorSpa"].rule("_76", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _78: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_68", cs), Editor.concretes["EditorSpa"].rule("_77", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _89: function(cs){return new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("e"), new Str("es"), new Str("e"), new Str("emos"), new Str("éis"), new Str("en"), new Str("a"), new Str("emos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"));}, _92: function(cs){return new Arr(new Str(""), new Str("es"));}, _95: function(cs){return new Arr(new Str("el"), new Str("el"), new Str("del"), new Str("al"));}, _96: function(cs){return new Seq(new Str("de"), new Str("la"));}, _97: function(cs){return new Seq(new Str("a"), new Str("la"));}, _98: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorSpa"].rule("_96", cs), Editor.concretes["EditorSpa"].rule("_97", cs));}, _99: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_95", cs), Editor.concretes["EditorSpa"].rule("_98", cs));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_258", cs), Editor.concretes["EditorSpa"].rule("_258", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("envoltura")]]), new Rule(78, new FunApp("Wrapper",[]),[],[[new Terminal("envolturas")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("envuelvo")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("envuelves")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("envolvemos")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("envolvéis")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("envuelven")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("envuelvas")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("envolváis")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("envuelvan")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("envolved")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("envolvido")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("envolvidos")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("envolvida")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("envolvidas")]]), new Rule(26, new FunApp("Wrap",[]),[],[[new Terminal("envolviendo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("deshago")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("deshaces")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("deshace")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("deshacemos")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("deshacéis")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("deshacen")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("deshagas")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("deshagáis")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("deshagan")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("deshaz")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("deshaced")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("deshecho")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("deshechos")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("deshecha")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("deshechas")]]), new Rule(26, new FunApp("Undo",[]),[],[[new Terminal("deshaciendo")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("árbol")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("árboles")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Sueco")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("Suecos")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("cadena"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(78, new FunApp("String_N",[]),[],[[new Terminal("cadenas"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Español")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("Españoles")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("Mostro")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("Mostras")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("Mostramos")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("Mostráis")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("Mostran")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("Mostres")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("Mostréis")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("Mostren")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("Mostrad")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("Mostrado")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("Mostrados")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("Mostrada")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("Mostradas")]]), new Rule(26, new FunApp("Show",[]),[],[[new Terminal("Mostrando")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("Selecciono")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("Seleccionas")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("Seleccionamos")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("Seleccionáis")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("Seleccionan")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("Selecciones")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("Seleccionéis")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("Seleccionen")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("Seleccionad")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("Seleccionado")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("Seleccionados")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("Seleccionada")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("Seleccionadas")]]), new Rule(26, new FunApp("Select",[]),[],[[new Terminal("Seleccionando")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ruso")]]), new Rule(16, new FunApp("Russian",[]),[],[[new Terminal("Rusos")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("Reemplazo")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("Reemplazas")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("Reemplazamos")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("Reemplazáis")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("Reemplazan")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("Reemplaces")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("Reemplacéis")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("Reemplacen")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("Reemplazad")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("Reemplazado")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("Reemplazados")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("Reemplazada")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("Reemplazadas")]]), new Rule(26, new FunApp("Replace",[]),[],[[new Terminal("Reemplazando")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("refinamiento")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("refinamientos")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("Refino")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("Refinas")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("Refinamos")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("Refináis")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("Refinan")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("Refinéis")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("Refinen")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("Refinad")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("Refinado")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("Refinados")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("Refinada")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("Refinadas")]]), new Rule(26, new FunApp("Refine",[]),[],[[new Terminal("Refinando")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("rehago")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("rehaces")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("rehace")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("rehacemos")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("rehacéis")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("rehacen")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("rehagas")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("rehagáis")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("rehagan")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("rehaz")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("rehaced")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("rehecho")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("rehechos")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("rehecha")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("rehechas")]]), new Rule(26, new FunApp("Redo",[]),[],[[new Terminal("rehaciendo")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("anteriormente")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("Pego")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("Pegas")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("Pegamos")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("Pegáis")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("Pegan")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("Pegues")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("Peguéis")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("Peguen")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("Pegad")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("Pegado")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("Pegados")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("Pegada")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("Pegadas")]]), new Rule(26, new FunApp("Paste",[]),[],[[new Terminal("Pegando")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("Analizo")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("Analizas")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("Analizamos")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("Analizáis")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("Analizan")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("Analices")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("Analicéis")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("Analicen")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("Analizad")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("sintácticamente")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentos")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("sintácticamenta")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentas")]]), new Rule(26, new FunApp("Parse",[]),[],[[new Terminal("Analizando")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("página")]]), new Rule(78, new FunApp("Page",[]),[],[[new Terminal("páginas")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Noruego")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("Noruegos")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodo")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("nodos")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("siguientemente")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(17, new FunApp("Language",[]),[],[[new Terminal("lenguaje")]]), new Rule(16, new FunApp("Language",[]),[],[[new Terminal("lenguajes")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[77],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[22],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italiano")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("Italianos")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("número"), new Terminal("entero")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("números"), new Terminal("entero")]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Alemán")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("Alemánes")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Francés")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("Francéses")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("número"), new Terminal("real")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("números"), new Terminal("real")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finlandés")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("Finlandéses")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[13, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[15, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[25, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[24, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduzco")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduces")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introducimos")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introducís")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introducen")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduzcas")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduzcáis")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduzcan")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introducid")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introducido")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introducidos")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introducida")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introducidas")]]), new Rule(26, new FunApp("Enter",[]),[],[[new Terminal("introduciendo")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Inglés")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("Ingléses")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("Borro")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("Borras")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("Borramos")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("Borráis")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("Borran")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("Borres")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("Borréis")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("Borren")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("Borrad")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("Borrado")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("Borrados")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("Borrada")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("Borradas")]]), new Rule(26, new FunApp("Delete",[]),[],[[new Terminal("Borrando")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danés")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("Danéses")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("Corto")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("Cortas")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("Cortamos")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("Cortáis")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("Cortan")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("Cortes")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("Cortéis")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("Corten")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("Cortad")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("Cortado")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("Cortados")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("Cortada")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("Cortadas")]]), new Rule(26, new FunApp("Cut",[]),[],[[new Terminal("Cortando")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("Copío")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("Copías")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("Copiamos")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("Copiáis")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("Copían")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("Copíes")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("Copiéis")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("Copíen")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("Copiad")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("Copiado")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("Copiados")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("Copiada")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("Copiadas")]]), new Rule(26, new FunApp("Copy",[]),[],[[new Terminal("Copiando")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 13, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 13, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 25, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 25, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 24, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 24, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaro")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaros")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblemente")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]])],{Adjective:[24, 15, 10, 5, 14, 9, 4, 25, 13, 8, 3, 12, 7, 2, 11, 6, 1], Determiner:[76, 60, 68, 54, 72, 57, 64, 50, 75, 19, 67, 53, 71, 23, 63, 49, 74, 59, 66, 52, 70, 56, 62, 48, 73, 58, 65, 51, 69, 55, 61, 47], Float:[-3], Int:[-2], Noun:[77, 17, 22, 16, 78], Sentence:[18], String:[-1], Verb:[20, 21, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26], _Var:[-4]})), EditorSwe: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("tillgänglig", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Bulgariska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Bulgariskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(1)).sel(Editor.concretes["EditorSwe"].rule("_69", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs))), Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(1)).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(2)))), Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs)), Editor.concretes["EditorSwe"].rule("_64", cs)));}, Copy: function(cs){return new Arr(new Suffix("Kopiera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Klipp", Editor.concretes["EditorSwe"].rule("_129", cs)), new Str("ut"), new Int(0));}, Danish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Danska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Danskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, Delete: function(cs){return new Arr(new Suffix("Radera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, English: function(cs){return new Arr(new Arr(new Arr(new Suffix("Engelska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Engelskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Skriv", new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("da"), new Str("das"), new Str("da"), new Str("das"), new Str("da"), new Str("das"))), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("det"), new Str("finns"), new Str("inte"),(new Arr(new Str("en"), new Str("ett"))).sel(Editor.concretes["EditorSwe"].rule("_39", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(2))))));}, Finnish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Finska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Finskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, French: function(cs){return new Arr(new Arr(new Arr(new Suffix("Franska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Franskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, German: function(cs){return new Arr(new Arr(new Arr(new Suffix("Tyska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Tyskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Italian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Italienska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Italienskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs).sel(new Int(0)).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språket", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språken", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Next: function(cs){return new Arr(new Suffix("näst", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Node: function(cs){return new Arr(new Arr(new Arr(new Suffix("nod", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("noden", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("nodar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("nodarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Norska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Norskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Arr(new Suffix("sida", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("sidor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Parsa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Klistra", Editor.concretes["EditorSwe"].rule("_126", cs)), new Str("in"), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), new Str("a"), new Str("as")), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs), new Str("slumpmässigt")));}, Redo: function(cs){return new Arr(new Suffix("Upprepa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Raffinera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refinement: function(cs){return new Arr(new Arr(new Arr(new Suffix("raffinemang", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("raffinemangar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Ersätt", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Russian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Ryska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Ryskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Välj", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Visa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs),(new Arr(Editor.concretes["EditorSwe"].rule("_345", cs), Editor.concretes["EditorSwe"].rule("_345", cs), new Arr((new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("oss"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)),(new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("er"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)), Editor.concretes["EditorSwe"].rule("_344", cs)))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(1)))));}, Spanish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Spanska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Spanskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Arr(new Suffix("sträng", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("strängar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Svenska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Svenskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("trädet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("träden", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Undo: function(cs){return new Arr(new Suffix("Ångra", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("Förpacka", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrapper: function(cs){return new Arr(new Arr(new Arr(new Suffix("förpackning", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("förpackningar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str("t"), new Str("ts"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("are"), new Str("ares"), new Str("ast"), new Str("asts"), new Str("aste"), new Str("astes"));}, _104: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(2));}, _105: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(0));}, _107: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(1));}, _114: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(0));}, _12: function(cs){return cs[0].sel(new Int(0));}, _126: function(cs){return new Arr(new Str("r"), new Str("s"), new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("de"), new Str("des"), new Str("de"), new Str("des"), new Str("de"), new Str("des"));}, _129: function(cs){return new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("t"), new Str("ts"), new Str("t"), new Str("ts"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"));}, _13: function(cs){return new Arr(new Int(2), new Int(3), new Int(2));}, _14: function(cs){return cs[0].sel(new Int(2));}, _140: function(cs){return new Arr(new Str("n"), new Str("t"));}, _141: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_141", cs));}, _143: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _144: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _145: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_142", cs), Editor.concretes["EditorSwe"].rule("_144", cs));}, _146: function(cs){return new Arr(new Str(""), new Str(""));}, _147: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_146", cs));}, _148: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_147", cs));}, _149: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _15: function(cs){return Editor.concretes["EditorSwe"].rule("_13", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _150: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_148", cs), Editor.concretes["EditorSwe"].rule("_149", cs));}, _151: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_145", cs), Editor.concretes["EditorSwe"].rule("_150", cs));}, _152: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_151", cs), new Int(2));}, _16: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(Editor.concretes["EditorSwe"].rule("_15", cs));}, _168: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(0));}, _169: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(2));}, _17: function(cs){return cs[0].sel(new Int(1));}, _170: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(4));}, _171: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(6));}, _172: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(8));}, _173: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs), Editor.concretes["EditorSwe"].rule("_169", cs), Editor.concretes["EditorSwe"].rule("_170", cs), Editor.concretes["EditorSwe"].rule("_171", cs), Editor.concretes["EditorSwe"].rule("_172", cs));}, _174: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_39", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(3), new Int(3));}, _176: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(4), new Int(4));}, _177: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_176", cs));}, _178: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(0));}, _179: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(0));}, _18: function(cs){return cs[1].sel(new Int(0));}, _180: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_179", cs));}, _181: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(1));}, _182: function(cs){return Editor.concretes["EditorSwe"].rule("_180", cs).sel(Editor.concretes["EditorSwe"].rule("_181", cs));}, _183: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(0));}, _189: function(cs){return Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(0));}, _19: function(cs){return Editor.concretes["EditorSwe"].rule("_18", cs).sel(new Int(0));}, _191: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(1));}, _198: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(2));}, _20: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(1));}, _207: function(cs){return new Arr(new Int(0), new Int(1), new Int(0));}, _21: function(cs){return Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(1));}, _22: function(cs){return cs[2].sel(new Int(1));}, _225: function(cs){return new Suffix("flyttal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _23: function(cs){return Editor.concretes["EditorSwe"].rule("_21", cs).sel(Editor.concretes["EditorSwe"].rule("_22", cs));}, _24: function(cs){return cs[2].sel(new Int(0));}, _248: function(cs){return new Arr(new Str("n"), new Str("tt"));}, _249: function(cs){return new Suffix("e", Editor.concretes["EditorSwe"].rule("_248", cs));}, _25: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(0));}, _250: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_249", cs));}, _251: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_250", cs), Editor.concretes["EditorSwe"].rule("_250", cs));}, _252: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _253: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_252", cs), Editor.concretes["EditorSwe"].rule("_252", cs));}, _254: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_251", cs), Editor.concretes["EditorSwe"].rule("_253", cs));}, _255: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_254", cs), new Int(0));}, _256: function(cs){return new Suffix("heltal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _26: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(0));}, _27: function(cs){return Editor.concretes["EditorSwe"].rule("_26", cs).sel(new Int(0));}, _274: function(cs){return new Suffix("språk", Editor.concretes["EditorSwe"].rule("_3", cs));}, _28: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(1));}, _29: function(cs){return Editor.concretes["EditorSwe"].rule("_28", cs).sel(new Int(0));}, _3: function(cs){return new Arr(new Str(""), new Str("s"));}, _30: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_29", cs));}, _31: function(cs){return new Arr(new Int(0), new Int(0));}, _32: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_31", cs), Editor.concretes["EditorSwe"].rule("_31", cs));}, _33: function(cs){return new Arr(new Int(1), new Int(1));}, _34: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_33", cs), Editor.concretes["EditorSwe"].rule("_33", cs));}, _341: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("mig"));}, _342: function(cs){return Editor.concretes["EditorSwe"].rule("_341", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _343: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("sig"));}, _344: function(cs){return Editor.concretes["EditorSwe"].rule("_343", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _345: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_342", cs), Editor.concretes["EditorSwe"].rule("_64", cs), Editor.concretes["EditorSwe"].rule("_344", cs));}, _35: function(cs){return new Arr(new Int(1), new Int(2));}, _36: function(cs){return new Arr(new Int(2), new Int(2));}, _37: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_35", cs), Editor.concretes["EditorSwe"].rule("_36", cs));}, _38: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_32", cs), Editor.concretes["EditorSwe"].rule("_34", cs), Editor.concretes["EditorSwe"].rule("_37", cs));}, _382: function(cs){return new Suffix("träd", Editor.concretes["EditorSwe"].rule("_3", cs));}, _39: function(cs){return cs[1].sel(new Int(1));}, _40: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(1));}, _401: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]);}, _403: function(cs){return new Arr(cs[0], cs[0]);}, _404: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_403", cs), Editor.concretes["EditorSwe"].rule("_403", cs));}, _405: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_404", cs), Editor.concretes["EditorSwe"].rule("_404", cs));}, _41: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(0));}, _42: function(cs){return Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_41", cs));}, _43: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(1));}, _44: function(cs){return Editor.concretes["EditorSwe"].rule("_42", cs).sel(Editor.concretes["EditorSwe"].rule("_43", cs));}, _45: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(2));}, _46: function(cs){return Editor.concretes["EditorSwe"].rule("_44", cs).sel(Editor.concretes["EditorSwe"].rule("_45", cs));}, _47: function(cs){return Editor.concretes["EditorSwe"].rule("_30", cs).sel(Editor.concretes["EditorSwe"].rule("_46", cs));}, _48: function(cs){return new Seq();}, _49: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _50: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs));}, _51: function(cs){return new Arr(new Int(0), new Int(2));}, _52: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_51", cs), Editor.concretes["EditorSwe"].rule("_35", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_22", cs), new Int(0));}, _54: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(0));}, _55: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_54", cs));}, _56: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorSwe"].rule("_55", cs).sel(Editor.concretes["EditorSwe"].rule("_56", cs));}, _58: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_57", cs), new Int(2));}, _59: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(0));}, _60: function(cs){return Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_59", cs));}, _61: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorSwe"].rule("_60", cs).sel(Editor.concretes["EditorSwe"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("dig"));}, _64: function(cs){return Editor.concretes["EditorSwe"].rule("_63", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _67: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(0));}, _69: function(cs){return cs[3].sel(new Int(1));}, _71: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(2));}, _72: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(4));}, _73: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(6));}, _74: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(8));}, _75: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_25", cs), Editor.concretes["EditorSwe"].rule("_71", cs), Editor.concretes["EditorSwe"].rule("_72", cs), Editor.concretes["EditorSwe"].rule("_73", cs), Editor.concretes["EditorSwe"].rule("_74", cs));}, _76: function(cs){return new Arr(new Int(0), new Int(1));}, _77: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_69", cs));}, _78: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(3), new Int(3));}, _79: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(4), new Int(4));}, _80: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_79", cs));}, _81: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_69", cs), new Int(0));}, _82: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_82", cs));}, _84: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(1));}, _85: function(cs){return Editor.concretes["EditorSwe"].rule("_83", cs).sel(Editor.concretes["EditorSwe"].rule("_84", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(0));}, _92: function(cs){return cs[3].sel(new Int(0));}, _93: function(cs){return Editor.concretes["EditorSwe"].rule("_92", cs).sel(new Int(0));}, _94: function(cs){return Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(0));}, _95: function(cs){return Editor.concretes["EditorSwe"].rule("_94", cs).sel(new Int(0));}, _97: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(1));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), Editor.concretes["EditorSwe"].rule("_405", cs)), new Int(0));}, Noun: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), cs[0], new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(27, new FunApp("Copy",[]),[],[[],[new Terminal("Kopiera")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("ut")],[new Terminal("Klipp")]]), new Rule(27, new FunApp("Delete",[]),[],[[],[new Terminal("Radera")]]), new Rule(27, new FunApp("Enter",[]),[],[[],[new Terminal("Skriv")]]), new Rule(27, new FunApp("Parse",[]),[],[[],[new Terminal("Parsa")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("in")],[new Terminal("Klistra")]]), new Rule(27, new FunApp("Redo",[]),[],[[],[new Terminal("Upprepa")]]), new Rule(27, new FunApp("Refine",[]),[],[[],[new Terminal("Raffinera")]]), new Rule(27, new FunApp("Replace",[]),[],[[],[new Terminal("Ersätt")]]), new Rule(27, new FunApp("Select",[]),[],[[],[new Terminal("Välj")]]), new Rule(27, new FunApp("Show",[]),[],[[],[new Terminal("Visa")]]), new Rule(27, new FunApp("Undo",[]),[],[[],[new Terminal("Ångra")]]), new Rule(27, new FunApp("Wrap",[]),[],[[],[new Terminal("Förpacka")]]), new Rule(24, new FunApp("Wrapper",[]),[],[[new Terminal("förpackning")]]), new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("förpacknings")]]), new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningen")]]), new Rule(21, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningens")]]), new Rule(20, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningar")]]), new Rule(19, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningars")]]), new Rule(18, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarna")]]), new Rule(17, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarnas")]]), new Rule(65, new FunApp("Wrap",[]),[],[[new Terminal("Förpackar")]]), new Rule(64, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(63, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(62, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(61, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(60, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(59, new FunApp("Wrap",[]),[],[[new Terminal("Förpackad")]]), new Rule(58, new FunApp("Wrap",[]),[],[[new Terminal("Förpackads")]]), new Rule(57, new FunApp("Wrap",[]),[],[[new Terminal("Förpackat")]]), new Rule(56, new FunApp("Wrap",[]),[],[[new Terminal("Förpackats")]]), new Rule(55, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(54, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(53, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(52, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(51, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(50, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(49, new FunApp("Wrap",[]),[],[[]]), new Rule(65, new FunApp("Undo",[]),[],[[new Terminal("Ångrar")]]), new Rule(64, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(63, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(62, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(61, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(60, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(59, new FunApp("Undo",[]),[],[[new Terminal("Ångrad")]]), new Rule(58, new FunApp("Undo",[]),[],[[new Terminal("Ångrads")]]), new Rule(57, new FunApp("Undo",[]),[],[[new Terminal("Ångrat")]]), new Rule(56, new FunApp("Undo",[]),[],[[new Terminal("Ångrats")]]), new Rule(55, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(54, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(53, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(52, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(51, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(50, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(49, new FunApp("Undo",[]),[],[[]]), new Rule(30, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(83, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(33, new FunApp("Tree",[]),[],[[new Terminal("trädet")]]), new Rule(82, new FunApp("Tree",[]),[],[[new Terminal("trädets")]]), new Rule(81, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(80, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(79, new FunApp("Tree",[]),[],[[new Terminal("träden")]]), new Rule(78, new FunApp("Tree",[]),[],[[new Terminal("trädens")]]), new Rule(24, new FunApp("Swedish",[]),[],[[new Terminal("Svenska")]]), new Rule(23, new FunApp("Swedish",[]),[],[[new Terminal("Svenskas")]]), new Rule(22, new FunApp("Swedish",[]),[],[[new Terminal("Svenskan")]]), new Rule(21, new FunApp("Swedish",[]),[],[[new Terminal("Svenskans")]]), new Rule(20, new FunApp("Swedish",[]),[],[[new Terminal("Svenskor")]]), new Rule(19, new FunApp("Swedish",[]),[],[[new Terminal("Svenskors")]]), new Rule(18, new FunApp("Swedish",[]),[],[[new Terminal("Svenskorna")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Svenskornas")]]), new Rule(24, new FunApp("String_N",[]),[],[[new Terminal("sträng")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("strängs")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("strängen")]]), new Rule(21, new FunApp("String_N",[]),[],[[new Terminal("strängens")]]), new Rule(20, new FunApp("String_N",[]),[],[[new Terminal("strängar")]]), new Rule(19, new FunApp("String_N",[]),[],[[new Terminal("strängars")]]), new Rule(18, new FunApp("String_N",[]),[],[[new Terminal("strängarna")]]), new Rule(17, new FunApp("String_N",[]),[],[[new Terminal("strängarnas")]]), new Rule(24, new FunApp("Spanish",[]),[],[[new Terminal("Spanska")]]), new Rule(23, new FunApp("Spanish",[]),[],[[new Terminal("Spanskas")]]), new Rule(22, new FunApp("Spanish",[]),[],[[new Terminal("Spanskan")]]), new Rule(21, new FunApp("Spanish",[]),[],[[new Terminal("Spanskans")]]), new Rule(20, new FunApp("Spanish",[]),[],[[new Terminal("Spanskor")]]), new Rule(19, new FunApp("Spanish",[]),[],[[new Terminal("Spanskors")]]), new Rule(18, new FunApp("Spanish",[]),[],[[new Terminal("Spanskorna")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Spanskornas")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[36],[[new ArgProj(0, 1), new ArgProj(0, 0), new Terminal("dig")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[35],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[27],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(65, new FunApp("Show",[]),[],[[new Terminal("Visar")]]), new Rule(64, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(63, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(62, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(61, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(60, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(59, new FunApp("Show",[]),[],[[new Terminal("Visad")]]), new Rule(58, new FunApp("Show",[]),[],[[new Terminal("Visads")]]), new Rule(57, new FunApp("Show",[]),[],[[new Terminal("Visat")]]), new Rule(56, new FunApp("Show",[]),[],[[new Terminal("Visats")]]), new Rule(55, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(54, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(53, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(52, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(51, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(50, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(49, new FunApp("Show",[]),[],[[]]), new Rule(65, new FunApp("Select",[]),[],[[new Terminal("Väljer")]]), new Rule(64, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(63, new FunApp("Select",[]),[],[[new Terminal("Välj")]]), new Rule(62, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(61, new FunApp("Select",[]),[],[[new Terminal("Välja")]]), new Rule(60, new FunApp("Select",[]),[],[[new Terminal("Väljas")]]), new Rule(59, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(58, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(57, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(56, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(55, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(54, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(53, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(52, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(51, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(50, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(49, new FunApp("Select",[]),[],[[]]), new Rule(24, new FunApp("Russian",[]),[],[[new Terminal("Ryska")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("Ryskas")]]), new Rule(22, new FunApp("Russian",[]),[],[[new Terminal("Ryskan")]]), new Rule(21, new FunApp("Russian",[]),[],[[new Terminal("Ryskans")]]), new Rule(20, new FunApp("Russian",[]),[],[[new Terminal("Ryskor")]]), new Rule(19, new FunApp("Russian",[]),[],[[new Terminal("Ryskors")]]), new Rule(18, new FunApp("Russian",[]),[],[[new Terminal("Ryskorna")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ryskornas")]]), new Rule(65, new FunApp("Replace",[]),[],[[new Terminal("Ersätter")]]), new Rule(64, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(63, new FunApp("Replace",[]),[],[[new Terminal("Ersätt")]]), new Rule(62, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(61, new FunApp("Replace",[]),[],[[new Terminal("Ersätta")]]), new Rule(60, new FunApp("Replace",[]),[],[[new Terminal("Ersättas")]]), new Rule(59, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(58, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(57, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(56, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(55, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(54, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(53, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(52, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(51, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(50, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(49, new FunApp("Replace",[]),[],[[]]), new Rule(24, new FunApp("Refinement",[]),[],[[new Terminal("raffinemang")]]), new Rule(23, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangs")]]), new Rule(22, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangen")]]), new Rule(21, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangens")]]), new Rule(20, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangar")]]), new Rule(19, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangars")]]), new Rule(18, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarna")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarnas")]]), new Rule(65, new FunApp("Refine",[]),[],[[new Terminal("Raffinerar")]]), new Rule(64, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(63, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(62, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(61, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(60, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(59, new FunApp("Refine",[]),[],[[new Terminal("Raffinerad")]]), new Rule(58, new FunApp("Refine",[]),[],[[new Terminal("Raffinerads")]]), new Rule(57, new FunApp("Refine",[]),[],[[new Terminal("Raffinerat")]]), new Rule(56, new FunApp("Refine",[]),[],[[new Terminal("Raffinerats")]]), new Rule(55, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(54, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(53, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(52, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(51, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(50, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(49, new FunApp("Refine",[]),[],[[]]), new Rule(65, new FunApp("Redo",[]),[],[[new Terminal("Upprepar")]]), new Rule(64, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(63, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(62, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(61, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(60, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(59, new FunApp("Redo",[]),[],[[new Terminal("Upprepad")]]), new Rule(58, new FunApp("Redo",[]),[],[[new Terminal("Upprepads")]]), new Rule(57, new FunApp("Redo",[]),[],[[new Terminal("Upprepat")]]), new Rule(56, new FunApp("Redo",[]),[],[[new Terminal("Upprepats")]]), new Rule(55, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(54, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(53, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(52, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(51, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(50, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(49, new FunApp("Redo",[]),[],[[]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(16, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(6, new FunApp("Previous",[]),[],[[]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(4, new FunApp("Previous",[]),[],[[]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("a")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("as")]]), new Rule(65, new FunApp("Paste",[]),[],[[new Terminal("Klistrar")]]), new Rule(64, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(63, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(62, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(61, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(60, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(59, new FunApp("Paste",[]),[],[[new Terminal("Klistrad")]]), new Rule(58, new FunApp("Paste",[]),[],[[new Terminal("Klistrads")]]), new Rule(57, new FunApp("Paste",[]),[],[[new Terminal("Klistrat")]]), new Rule(56, new FunApp("Paste",[]),[],[[new Terminal("Klistrats")]]), new Rule(55, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(54, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(53, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(52, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(51, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(50, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(49, new FunApp("Paste",[]),[],[[new Terminal("in")]]), new Rule(65, new FunApp("Parse",[]),[],[[new Terminal("Parsar")]]), new Rule(64, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(63, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(62, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(61, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(60, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(59, new FunApp("Parse",[]),[],[[new Terminal("Parsad")]]), new Rule(58, new FunApp("Parse",[]),[],[[new Terminal("Parsads")]]), new Rule(57, new FunApp("Parse",[]),[],[[new Terminal("Parsat")]]), new Rule(56, new FunApp("Parse",[]),[],[[new Terminal("Parsats")]]), new Rule(55, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(54, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(53, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(52, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(51, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(50, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(49, new FunApp("Parse",[]),[],[[]]), new Rule(24, new FunApp("Page",[]),[],[[new Terminal("sida")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("sidas")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("sidan")]]), new Rule(21, new FunApp("Page",[]),[],[[new Terminal("sidans")]]), new Rule(20, new FunApp("Page",[]),[],[[new Terminal("sidor")]]), new Rule(19, new FunApp("Page",[]),[],[[new Terminal("sidors")]]), new Rule(18, new FunApp("Page",[]),[],[[new Terminal("sidorna")]]), new Rule(17, new FunApp("Page",[]),[],[[new Terminal("sidornas")]]), new Rule(24, new FunApp("Norwegian",[]),[],[[new Terminal("Norska")]]), new Rule(23, new FunApp("Norwegian",[]),[],[[new Terminal("Norskas")]]), new Rule(22, new FunApp("Norwegian",[]),[],[[new Terminal("Norskan")]]), new Rule(21, new FunApp("Norwegian",[]),[],[[new Terminal("Norskans")]]), new Rule(20, new FunApp("Norwegian",[]),[],[[new Terminal("Norskor")]]), new Rule(19, new FunApp("Norwegian",[]),[],[[new Terminal("Norskors")]]), new Rule(18, new FunApp("Norwegian",[]),[],[[new Terminal("Norskorna")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Norskornas")]]), new Rule(24, new FunApp("Node",[]),[],[[new Terminal("nod")]]), new Rule(23, new FunApp("Node",[]),[],[[new Terminal("nods")]]), new Rule(22, new FunApp("Node",[]),[],[[new Terminal("noden")]]), new Rule(21, new FunApp("Node",[]),[],[[new Terminal("nodens")]]), new Rule(20, new FunApp("Node",[]),[],[[new Terminal("nodar")]]), new Rule(19, new FunApp("Node",[]),[],[[new Terminal("nodars")]]), new Rule(18, new FunApp("Node",[]),[],[[new Terminal("nodarna")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodarnas")]]), new Rule(16, new FunApp("Next",[]),[],[[new Terminal("näst")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("nästs")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("nästt")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("nästts")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("nästare")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("nästares")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("nästast")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nästasts")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nästaste")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nästastes")]]), new Rule(30, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(83, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(33, new FunApp("Language",[]),[],[[new Terminal("språket")]]), new Rule(82, new FunApp("Language",[]),[],[[new Terminal("språkets")]]), new Rule(81, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(80, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(79, new FunApp("Language",[]),[],[[new Terminal("språken")]]), new Rule(78, new FunApp("Language",[]),[],[[new Terminal("språkens")]]), new Rule(25, new FunApp("Label",[new Arg(0)]),[96],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[30],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[24],[[new ArgProj(0, 0)]]), new Rule(24, new FunApp("Italian",[]),[],[[new Terminal("Italienska")]]), new Rule(23, new FunApp("Italian",[]),[],[[new Terminal("Italienskas")]]), new Rule(22, new FunApp("Italian",[]),[],[[new Terminal("Italienskan")]]), new Rule(21, new FunApp("Italian",[]),[],[[new Terminal("Italienskans")]]), new Rule(20, new FunApp("Italian",[]),[],[[new Terminal("Italienskor")]]), new Rule(19, new FunApp("Italian",[]),[],[[new Terminal("Italienskors")]]), new Rule(18, new FunApp("Italian",[]),[],[[new Terminal("Italienskorna")]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italienskornas")]]), new Rule(30, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(83, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(33, new FunApp("Integer_N",[]),[],[[new Terminal("heltalet")]]), new Rule(82, new FunApp("Integer_N",[]),[],[[new Terminal("heltalets")]]), new Rule(81, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(80, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(79, new FunApp("Integer_N",[]),[],[[new Terminal("heltalen")]]), new Rule(78, new FunApp("Integer_N",[]),[],[[new Terminal("heltalens")]]), new Rule(95, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(94, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(39, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(92, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(26, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(90, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(89, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(88, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(87, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(86, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(95, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(94, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(39, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(92, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(26, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(90, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(89, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(88, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(87, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(86, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(24, new FunApp("German",[]),[],[[new Terminal("Tyska")]]), new Rule(23, new FunApp("German",[]),[],[[new Terminal("Tyskas")]]), new Rule(22, new FunApp("German",[]),[],[[new Terminal("Tyskan")]]), new Rule(21, new FunApp("German",[]),[],[[new Terminal("Tyskans")]]), new Rule(20, new FunApp("German",[]),[],[[new Terminal("Tyskor")]]), new Rule(19, new FunApp("German",[]),[],[[new Terminal("Tyskors")]]), new Rule(18, new FunApp("German",[]),[],[[new Terminal("Tyskorna")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Tyskornas")]]), new Rule(24, new FunApp("French",[]),[],[[new Terminal("Franska")]]), new Rule(23, new FunApp("French",[]),[],[[new Terminal("Franskas")]]), new Rule(22, new FunApp("French",[]),[],[[new Terminal("Franskan")]]), new Rule(21, new FunApp("French",[]),[],[[new Terminal("Franskans")]]), new Rule(20, new FunApp("French",[]),[],[[new Terminal("Franskor")]]), new Rule(19, new FunApp("French",[]),[],[[new Terminal("Franskors")]]), new Rule(18, new FunApp("French",[]),[],[[new Terminal("Franskorna")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Franskornas")]]), new Rule(30, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(83, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(33, new FunApp("Float_N",[]),[],[[new Terminal("flyttalet")]]), new Rule(82, new FunApp("Float_N",[]),[],[[new Terminal("flyttalets")]]), new Rule(81, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(80, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(79, new FunApp("Float_N",[]),[],[[new Terminal("flyttalen")]]), new Rule(78, new FunApp("Float_N",[]),[],[[new Terminal("flyttalens")]]), new Rule(24, new FunApp("Finnish",[]),[],[[new Terminal("Finska")]]), new Rule(23, new FunApp("Finnish",[]),[],[[new Terminal("Finskas")]]), new Rule(22, new FunApp("Finnish",[]),[],[[new Terminal("Finskan")]]), new Rule(21, new FunApp("Finnish",[]),[],[[new Terminal("Finskans")]]), new Rule(20, new FunApp("Finnish",[]),[],[[new Terminal("Finskor")]]), new Rule(19, new FunApp("Finnish",[]),[],[[new Terminal("Finskors")]]), new Rule(18, new FunApp("Finnish",[]),[],[[new Terminal("Finskorna")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finskornas")]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[44, 30],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("ett"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[37, 24],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("en"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(65, new FunApp("Enter",[]),[],[[new Terminal("Skriver")]]), new Rule(64, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(63, new FunApp("Enter",[]),[],[[new Terminal("Skriv")]]), new Rule(62, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(61, new FunApp("Enter",[]),[],[[new Terminal("Skriva")]]), new Rule(60, new FunApp("Enter",[]),[],[[new Terminal("Skrivas")]]), new Rule(59, new FunApp("Enter",[]),[],[[new Terminal("Skrivd")]]), new Rule(58, new FunApp("Enter",[]),[],[[new Terminal("Skrivds")]]), new Rule(57, new FunApp("Enter",[]),[],[[new Terminal("Skrivt")]]), new Rule(56, new FunApp("Enter",[]),[],[[new Terminal("Skrivts")]]), new Rule(55, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(54, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(53, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(52, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(51, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(50, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(49, new FunApp("Enter",[]),[],[[]]), new Rule(24, new FunApp("English",[]),[],[[new Terminal("Engelska")]]), new Rule(23, new FunApp("English",[]),[],[[new Terminal("Engelskas")]]), new Rule(22, new FunApp("English",[]),[],[[new Terminal("Engelskan")]]), new Rule(21, new FunApp("English",[]),[],[[new Terminal("Engelskans")]]), new Rule(20, new FunApp("English",[]),[],[[new Terminal("Engelskor")]]), new Rule(19, new FunApp("English",[]),[],[[new Terminal("Engelskors")]]), new Rule(18, new FunApp("English",[]),[],[[new Terminal("Engelskorna")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Engelskornas")]]), new Rule(65, new FunApp("Delete",[]),[],[[new Terminal("Raderar")]]), new Rule(64, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(63, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(62, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(61, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(60, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(59, new FunApp("Delete",[]),[],[[new Terminal("Raderad")]]), new Rule(58, new FunApp("Delete",[]),[],[[new Terminal("Raderads")]]), new Rule(57, new FunApp("Delete",[]),[],[[new Terminal("Raderat")]]), new Rule(56, new FunApp("Delete",[]),[],[[new Terminal("Raderats")]]), new Rule(55, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(54, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(53, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(52, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(51, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(50, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(49, new FunApp("Delete",[]),[],[[]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefSgDet",[]),[],[[]]), new Rule(34, new FunApp("DefSgDet",[]),[],[[]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefPlDet",[]),[],[[]]), new Rule(34, new FunApp("DefPlDet",[]),[],[[]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[]]), new Rule(24, new FunApp("Danish",[]),[],[[new Terminal("Danska")]]), new Rule(23, new FunApp("Danish",[]),[],[[new Terminal("Danskas")]]), new Rule(22, new FunApp("Danish",[]),[],[[new Terminal("Danskan")]]), new Rule(21, new FunApp("Danish",[]),[],[[new Terminal("Danskans")]]), new Rule(20, new FunApp("Danish",[]),[],[[new Terminal("Danskor")]]), new Rule(19, new FunApp("Danish",[]),[],[[new Terminal("Danskors")]]), new Rule(18, new FunApp("Danish",[]),[],[[new Terminal("Danskorna")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danskornas")]]), new Rule(65, new FunApp("Cut",[]),[],[[new Terminal("Klipper")]]), new Rule(64, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(63, new FunApp("Cut",[]),[],[[new Terminal("Klipp")]]), new Rule(62, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(61, new FunApp("Cut",[]),[],[[new Terminal("Klippa")]]), new Rule(60, new FunApp("Cut",[]),[],[[new Terminal("Klippas")]]), new Rule(59, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(58, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(57, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(56, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(55, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(54, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(53, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(52, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(51, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(50, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(49, new FunApp("Cut",[]),[],[[new Terminal("ut")]]), new Rule(65, new FunApp("Copy",[]),[],[[new Terminal("Kopierar")]]), new Rule(64, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(63, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(62, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(61, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(60, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(59, new FunApp("Copy",[]),[],[[new Terminal("Kopierad")]]), new Rule(58, new FunApp("Copy",[]),[],[[new Terminal("Kopierads")]]), new Rule(57, new FunApp("Copy",[]),[],[[new Terminal("Kopierat")]]), new Rule(56, new FunApp("Copy",[]),[],[[new Terminal("Kopierats")]]), new Rule(55, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(54, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(53, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(52, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(51, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(50, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(49, new FunApp("Copy",[]),[],[[]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(44, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(44, new Arg(0),[45],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(40, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(40, new Arg(0),[41],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(37, new Arg(0),[16],[[new ArgProj(0, 0)]]), new Rule(37, new Arg(0),[38],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(24, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariska")]]), new Rule(23, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskas")]]), new Rule(22, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskan")]]), new Rule(21, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskans")]]), new Rule(20, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskor")]]), new Rule(19, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskors")]]), new Rule(18, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskorna")]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskornas")]]), new Rule(16, new FunApp("Available",[]),[],[[new Terminal("tillgänglig")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("tillgängligs")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("tillgängligt")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("tillgängligts")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("tillgängligare")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("tillgängligares")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("tillgängligast")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("tillgängligasts")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("tillgängligaste")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("tillgängligastes")]])],{Adjective:[37, 38, 16, 15, 44, 45, 14, 13, 12, 11, 40, 41, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1], Determiner:[95, 77, 91, 73, 93, 75, 87, 69, 39, 42, 43, 89, 71, 26, 28, 29, 85, 67, 94, 76, 90, 72, 92, 74, 86, 68, 46, 47, 48, 88, 70, 31, 32, 34, 84, 66], Float:[-3], Int:[-2], Noun:[96, 24, 30, 20, 81, 22, 33, 18, 79, 23, 83, 19, 80, 21, 82, 17, 78], Sentence:[25], String:[-1], Verb:[65, 49, 27, 36, 35, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50], _Var:[-4]}))}); diff --git a/old-lib/javascript/empty.png b/old-lib/javascript/empty.png new file mode 100644 index 000000000..35d9875df Binary files /dev/null and b/old-lib/javascript/empty.png differ diff --git a/old-lib/javascript/gfjseditor.js b/old-lib/javascript/gfjseditor.js new file mode 100644 index 000000000..5deb86160 --- /dev/null +++ b/old-lib/javascript/gfjseditor.js @@ -0,0 +1,1267 @@ + +//Variable and Constant definitions + +var expColImg = new Array(2); +expColImg[0] = new Image(12,12); +expColImg[0].src = "minus.png"; +expColImg[1] = new Image(12,12); +expColImg[1].src = "plus.png"; +expColImg[2] = new Image(12,12); +expColImg[2].src = "empty.png"; + +// Grammars +var grammar = undefined; +var editorGrammar = Editor; + +var selectedLanguage = "EditorEng"; +var selectedNode = ""; +var collapseBuffer = new Array(); +var abstractTree = new Fun ("?"); + +var navigationControlString = new Array(); +var undoArray = new Array(); +var redoArray = new Array(); +var clipBoard; +var refPageCounter = 0; + +var stringAbstractTree = undefined; +var myTree = undefined; +var parseTrees = undefined; + +var keys = new Array(); +keys ["Z"] = function() { clickUndo('actUndo'); } +keys ["Y"] = function() { clickRedo('actRedo'); } +keys ["R"] = function() { clickRefine('actRefine'); }; +keys ["V"] = function() { clickPaste('actPaste'); }; +keys ["X"] = function() { clickCut('actCut'); }; +keys ["C"] = function() { clickCopy('actCopy'); }; +keys ["D"] = function() { clickDelete('actDelete'); }; +keys ["E"] = function() { clickReplace('actReplace'); }; +keys ["W"] = function() { clickWrap('actWrap'); }; +keys ["P"] = function() { clickParse('actParse'); }; +keys ["N"] = function() { clickRandomNode('actRandomNode'); }; +keys ["T"] = function() { clickRandomTree('actRandomTree'); }; +keys ["%"] = function() { leftArrowKey(); }; +keys ["&"] = function() { upDownArrowKey(-1); }; +keys ["'"] = function() { rightArrowKey(); }; +keys ["("] = function() { upDownArrowKey( 1); }; +keys ["27"] = function() { clickEsc(); }; + +function state(selectedNode, tree, collapseBuffer) { + this.selectedNode = selectedNode; + this.tree = grammar.abstract.copyTree(tree); + this.collapseBuffer = collapseBuffer; + return this; +} + +function treeNode(name, caption) { + this.name = name; + this.caption = caption; + this.cat = ""; + this.children = new Array(); + this.collapsed = false; + return this; +} + +treeNode.prototype.addChild = function (i, c) { + this.children[i] = c; +} + +treeNode.prototype.hasChildren = function() { + return this.children.length; +} + +/* -------------------------------------------------------------------------- */ +/* ----------------------------- GUI functions ----------------------------- */ +/* -------------------------------------------------------------------------- */ + + +// Creates an instance of the editor and stores it in the given HTML container. +// Previous content is destroyed. +function mkEditor(container, myGrammar) { + grammar = myGrammar; + myTree = treeFromAbstract(grammar.abstract.annotate(abstractTree, grammar.abstract.startcat), "0"); + var holder = document.getElementById(container); + holder.innerHTML = "
"; + nodeClick('0', '?'); +} + +// Generates a tree from the string representation of an abstract tree contained in the element elementToParse +function parseStringTree(elementToParse) { + stringAbstractTree = elementToParse; + abstractTree = grammar.abstract.handleLiterals(grammar.abstract.parseTree(document.getElementById(elementToParse).value, grammar.abstract.startcat)); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick("0"); +} + +// If a key is pressed and a function assigned to that key, calls the function +function hotKeys(event) { + event = (event) ? event : ((window.event) ? event : null); + if (event) { + var charCode = (event.charCode) ? event.charCode : ((event.which) ? event.which : event.keyCode); + if (keys[String.fromCharCode(charCode).toUpperCase()] && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys[String.fromCharCode(charCode).toUpperCase()](); + } + else if (keys["" + charCode] && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys["" + charCode](); + } + else if (charCode >= "96" && charCode <= "105" && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys["" + (charCode - 96)](); + } + } +} + +// Clears "numeric" hotkeys +function clearHotKeys() { + for (var key in keys) { + if ((parseInt(key) + 1) && (key != "27")) { keys[key] = function() { }; } + } +} + +// Action to be performed when the up/down arrow key is pressed +function upDownArrowKey(pos) { + var nodePos = getNavPos(selectedNode); + if ((nodePos > 0 && pos < 0) || (nodePos < navigationControlString.length - 1 && pos > 0)) { + nodeClick(navigationControlString[nodePos + pos]); + } +} + +// Gets the position of a given node in the navigationControlString +function getNavPos(nodeName) { + for (var i = 0, j = navigationControlString.length; i < j; i++) { + if (navigationControlString[i] == nodeName) { return i; }; + } + return undefined; +} + +// Given a name and a tree, gets the node in the tree with that name +function getNode(nodeName, node) { + if (nodeName == node.name) { + return node; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + var found = getNode(nodeName, node.children[i]); + if (found) { return found; } + } + } +} + +// Action to be performed when the left arrow key is pressed +function leftArrowKey() { + var node = getNode(selectedNode, myTree); + if (!node.collapsed && node.hasChildren()) { + signClick(node.name, node.caption); + } + else { + var parentNode = getParent(node.name, myTree); + if (parentNode) { nodeClick(parentNode.name); } + } +} + +// Gets the parent of the selected node +function getParent(nodeName, node) { + if (node.name == nodeName) { + return undefined; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + if (node.children[i].name == nodeName) { return node; } + } + for (var i = 0, j = node.children.length; i < j; i++) { + var found = getParent(nodeName, node.children[i]); + if (found) { return found; } + } + } +} + +// Action to be performed when the right arrow key is pressed +function rightArrowKey() { + var node = getNode(selectedNode, myTree); + if (node.collapsed) { + signClick(node.name, node.caption); + } + else { + var firstDescendant = getfirstDescendant(node); + if (firstDescendant) { + nodeClick(firstDescendant.name); + } + } +} + +// Gets the first descendant child of a node +function getfirstDescendant(node) { + if (node.hasChildren() && !node.collapsed) { return node.children[0]; } + return undefined; +} + +// Produces and displays an HTML representation of the tree +function drawTree() { + var frame = document.getElementById("absFrame"); + navigationControlString = new Array(); + frame.innerHTML = "
    " + getTree(myTree, 0) + "
"; + document.getElementById("link" + selectedNode).scrollIntoView(false); +} + +// Produces an HTML representation of the tree +function getTree(tree, level) { + navigationControlString[navigationControlString.length] = tree.name; + var htmlTree = new Array(); + htmlTree.push("
  • "); + if (tree.hasChildren()) { + htmlTree.push(""); + } + else { + htmlTree.push(""); + } + htmlTree.push(""); + if (tree.cat == "String" || tree.cat == "Int" || tree.cat == "Float") { + htmlTree.push(tree.caption.substring(tree.caption.lastIndexOf("_") + 1)); + } else { + htmlTree.push(tree.caption); + } + htmlTree.push(" : ", tree.cat, "
    • "); + if (tree.hasChildren() && !tree.collapsed) { + for (var i = 0, j = tree.children.length; i < j; i++) { + htmlTree.push(getTree(tree.children[i], level + 1)); + } + } + htmlTree.push("
    "); + return htmlTree.join(""); +} + +// Linearizes and displays the abstract tree +function drawLinearizedFrame() { + var frame = document.getElementById("conFrame"); + frame.innerHTML = getLinearizedFrame(); +} + +// Linearizes the abstract tree and returns it in HTML form +function getLinearizedFrame() { + var linearizedFrame = new Array(); + for (var i in grammar.concretes) { + linearizedFrame.push("

    ", i, "

    "); + linearizedFrame.push("

    "); + var tokens = grammar.concretes[i].tagAndLinearize(abstractTree); + for (var j = 0, k = tokens.length; j < k; j++) { + linearizedFrame.push(createLinearized(tokens[j])); + } + linearizedFrame.push("

    "); + } + linearizedFrame.push("

    Abstract

    "); + linearizedFrame.push("

    ", createLinearizedFromAbstract(myTree, "0"), "

    "); + return linearizedFrame.join(""); +} + +// Creates an HTML representation of a linearization of an abstract tree +function createLinearized(token) { + var node = getNode(token.tag, myTree); + var linearized = new Array() + linearized.push(""); } + else { linearized.push(" onclick='nodeClick(\"", node.name, "\");'> ", token, " "); } + return linearized.join(""); +} + +// Creates an HTML representation of the abstract tree +function createLinearizedFromAbstract(node, path, prec) { + var linearized = new Array(); + linearized.push(""); + if (node.children.length) { linearized.push(" ("); } + if (node.cat == "String" || node.cat == "Int" || node.cat == "Float") { + linearized.push(" ", node.caption.substring(node.caption.lastIndexOf("_") + 1), " "); + } else { + linearized.push(" ", node.caption, " "); + } + for (var i = 0, j = node.children.length; i < j; i++) { + linearized.push(createLinearizedFromAbstract(node.children[i], path + "-" + i, 1)); + } + if (node.children.length) { linearized.push(") "); } + linearized.push(""); + return linearized.join(""); +} + +// Expands/Collapses node +function signClick(name, caption) { + myTree = expandCollapse(myTree, name); + nodeClick(name); +} + +// Sets the "collapsed" property of a given node +function expandCollapse(node, name) { + if (node.name == name) { + if (wasCollapsed(node.name)) { removeFromCollapseBuffer(node.name); } + else { collapseBuffer[collapseBuffer.length] = node.name; } + node.collapsed ^= true; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + expandCollapse(node.children[i], name); + } + } + return node; +} + +// Checks if a node was collapsed on the previous cycle +function wasCollapsed(nodeName) { + for (var i = 0, j = collapseBuffer.length; i < j; i++) { + if (nodeName == collapseBuffer[i]) { + return true; + } + } + return false; +} + +// Removes a node from the collapseBuffer array +function removeFromCollapseBuffer(nodeName) { + var newBuffer = new Array(); + for (var i = 0, j = collapseBuffer.length; i < j; i++) { + if (nodeName != collapseBuffer[i]) { + newBuffer[newBuffer.length] = collapseBuffer[i]; + } + } + collapseBuffer = newBuffer; +} + +// Selects a node +function nodeClick(name) { + if ((document.getElementById("actRefine") && document.getElementById("actRefine").className == "selected") || + (document.getElementById("actReplace") && document.getElementById("actReplace").className == "selected") || + (document.getElementById("actWrap") && document.getElementById("actWrap").className == "selected") || + (document.getElementById("actTree") && document.getElementById("actTree").className == "selected")) { + return; } + selectedNode = name; + if (stringAbstractTree) { + document.getElementById(stringAbstractTree).value = abstractTree.show(); + } + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + document.getElementById("messageFrame").innerHTML = showLanguages(); + document.getElementById(selectedLanguage).className = "selected"; + applyLanguage(); + drawTree(); + drawLinearizedFrame(); +} + +// Shows the available languages for the editor +function showLanguages() { + var languages = new Array(); + languages.push("", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "
    BulgarianDanishEnglishFinnishFrenchGermanItalianNorwegianRussianSpanishSwedish
    "); + return languages.join(""); +} + +// Selects the language to use in the editor +function clickLanguage(lang) { + if (lang) { + var tdsToClear = document.getElementById("languagesTable").getElementsByTagName("td"); + for (var i = 0, j = tdsToClear.length; i < j; i++) { + if (tdsToClear[i].className == "selected") { tdsToClear[i].className = "language"; } + } + document.getElementById(lang).className = "selected"; + selectedLanguage = lang; + applyLanguage(); + } +} + +// Applies a language to the editor +function applyLanguage() { + var langsToLinearize = document.getElementById("languagesTable").getElementsByTagName("td"); + for (var i = 0, j = langsToLinearize.length; i < j; i++) { + var absStr = langsToLinearize[i].getAttribute("title"); + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); + lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) + if (!langsToLinearize[i].firstChild) { + var txt = document.createTextNode(lin); + langsToLinearize[i].appendChild(txt); + } + else { + langsToLinearize[i].firstChild.nodeValue = lin; + } + } + var actionsToLinearize = document.getElementById("actionsTable").getElementsByTagName("td"); + for (var i = 0, j = actionsToLinearize.length; i < j; i++) { + if (actionsToLinearize[i].className == "action") { + var absStr = actionsToLinearize[i].getAttribute("title"); + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); + lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) + if (!actionsToLinearize[i].firstChild) { + var txt = document.createTextNode(lin); + actionsToLinearize[i].appendChild(txt); + } + else { + actionsToLinearize[i].firstChild.nodeValue = lin; + } + } + } + var messageToLinearize = document.getElementById("refgenRefRandom"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("RandomlyCommand Select IndefSgDet Refinement", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + var messageToLinearize = document.getElementById("nextRefsNext"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + messageToLinearize = document.getElementById("nextRefsPrevious"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + var messageToLinearize = document.getElementById("nextWrapsNext"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + messageToLinearize = document.getElementById("nextWrapsPrevious"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } +} + +// Shows the available actions for a node +function showActions(caption) { + var node = getNode(selectedNode, myTree); + var abstractNode = getNodeFromAbstract(abstractTree, node.name, "0"); + var actions = new Array(); + actions.push(""); + if (undoArray.length) { + actions.push(createAction("Undo", "action", "SingleWordCommand Undo", "Z")); } + else { actions.push(createAction("Undo", "unavailable", "SingleWordCommand Undo", "Z")); }; + if (redoArray.length) { + actions.push(createAction("Redo", "action", "SingleWordCommand Redo", "Y")); } + else { actions.push(createAction("Redo", "unavailable", "SingleWordCommand Redo", "Y")); } + if (node.caption == "?") { + actions.push(createAction("Cut", "unavailable", "SingleWordCommand Cut", "X")); + actions.push(createAction("Copy", "unavailable", "SingleWordCommand Copy", "C")); + var AbsNodeType = abstractNode.type; + if (clipBoard && (AbsNodeType == grammar.abstract.getCat(clipBoard.name))) { + actions.push(createAction("Paste", "action", "SingleWordCommand Paste", "V")); + } + else { actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); } + actions.push(createAction("Delete", "unavailable", "SingleWordCommand Delete", "D")); + actions.push(createAction("Refine", "action", "SingleWordCommand Refine", "R")); + actions.push(createAction("Replace", "unavailable", "SingleWordCommand Replace", "E")); + actions.push(createAction("Wrap", "unavailable", "SingleWordCommand Wrap", "W")); + for (var i in grammar.concretes) { + if (grammar.concretes[i].parser) { + actions.push(createAction("Parse", "action", "Command Parse IndefSgDet String_N", "P")); + } else { actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); } + break; + } + } + else if (node.caption) { + actions.push(createAction("Cut", "action", "SingleWordCommand Cut", "X")); + actions.push(createAction("Copy", "action", "SingleWordCommand Copy", "C")); + actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); + actions.push(createAction("Delete", "action", "SingleWordCommand Delete", "D")); + actions.push(createAction("Refine", "unavailable", "SingleWordCommand Refine", "R")); + actions.push(createAction("Replace", "action", "SingleWordCommand Replace", "E")); + actions.push(createAction("Wrap", "action", "SingleWordCommand Wrap", "W")); + actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); + } + if (node && !abstractNode.isComplete()) { + actions.push(createAction("RandomNode", "action", "RandomlyCommand Refine DefSgDet Node", "N")); + } + else { + actions.push(createAction("RandomNode", "unavailable", "RandomlyCommand Refine DefSgDet Node", "N")); + } + if (!abstractTree.isComplete()) { + actions.push(createAction("RandomTree", "action", "RandomlyCommand Refine DefSgDet Tree", "T")); + } + else { + actions.push(createAction("RandomTree", "unavailable", "RandomlyCommand Refine DefSgDet Tree", "T")); + } + actions.push("
    "); + return actions.join(""); + +} + +// Creates an action +function createAction(actionName, className, caption, hotKey) { + return "" + caption + "(" + hotKey + ")"; +} + +// When the "Refine" action is selected, gets the appropriate refinements for a node +function clickRefine(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + refPageCounter = 0; + var node = getNodeFromAbstract(abstractTree, selectedNode, "0"); + if (node.type == "String" || node.type == "Int" || node.type == "Float") { + var newType = undefined; + var newTypeCat = node.type + "_Literal_"; + switch(node.type) + { + case "String": + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); + if (!newType) { newType = "AutoString"; } + break; + case "Int": + while (isNaN(newType) || (newType && newType.indexOf(".") != -1)) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Integer_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Int'); + } + if (!newType) { newType = "8"; } + break; + case "Float": + while (isNaN(newType)) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Float_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Float'); + } + if (!newType) { newType = "8.0"; } + if (newType.indexOf(".") == -1) { newType += ".0"; } + break; + } + if (node.type == "String") { + newTypeCat += "\"" + newType + "\""; + } else { + newTypeCat += newType; + } + if (!grammar.abstract.types[newTypeCat]) { + grammar.abstract.addType(newTypeCat, [], node.type); + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); + } + } + node.name = newTypeCat; + abstractTree = insertNode(abstractTree, selectedNode, "0", node); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } else { + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); + } + } + } +} + +// Sets the className of actName to "selected" and grays out the other selections +function highlightSelectedAction(actName) { + graySelections(actName); + document.getElementById(actName).className = "selected"; + drawTree(); +} + +// Grays out all actions except one +function graySelections(except) { + var refs = document.getElementById("actFrame").getElementsByTagName("tr"); + for (var i = 0, j = refs.length; i < j; i++) { + if (refs[i].id != except) { refs[i].className = "closed"; } + } +} + +// Pushes the abstract tree into the undo array and clears the redo array +function pushUndoClearRedo() { + undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + redoArray.length = 0; +} + +// Gets the refinements to display +function showRefinements(nodeName) { + var refs = getAvailableRefinements(nodeName, abstractTree, grammar); + var rowsPerPage = 9; + var pages = Math.floor(refs.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = refs.length; } + var refinements = new Array(); + refinements.push(""); + var keyPos = 0; + refinements.push(ref_wrapToHtml("ref", "genRefRandom", "refinement", "", keyPos, "RandomlyCommand Select IndefSgDet Refinement")); + keys["" + keyPos] = mkRefHotKey("genRefRandom"); + keyPos++; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + refinements.push(ref_wrapToHtml("ref", refs[i], "refinement", "", keyPos, "")); + keys["" + keyPos] = mkRefHotKey(refs[i]); + keyPos++; + } + if (((refs.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((refs.length % rowsPerPage != 0) && pages > refPageCounter) ) { + refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Next", "refinement", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkRefNextRefsHotKey("Next"); + } + if (0 < refPageCounter) { + refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Previous", "refinement", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkRefNextRefsHotKey("Previous"); + } + refinements.push("
    "); + return refinements.join(""); +} + +// Creates an HTML representation of a Refinement/Wrap +function ref_wrapToHtml(funct, name, className, arg, hotKeyPos, caption) { + var ref_wrapHtml = new Array(); + ref_wrapHtml.push(""); + if (caption) { ref_wrapHtml.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } + else { ref_wrapHtml.push(name, " : ", refArgsToHtml(name), grammar.abstract.getCat(name)); } + ref_wrapHtml.push("(", hotKeyPos, ")"); + return ref_wrapHtml.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkRefHotKey(refName) { + return function() { if (document.getElementById("ref" + refName)) { refClick(refName); } } +} + +// Creates an HTML representation of the Next/Previous Refinement/Wrap page +function ref_wrapNextRefsToHtml(funct, name, className, hotKeyPos, caption) { + var ref_wrapHtml = new Array(); + ref_wrapHtml.push(""); + ref_wrapHtml.push(caption); + ref_wrapHtml.push("(", hotKeyPos, ")"); + return ref_wrapHtml.join(""); +} + +// Creates the function to be used by a "+"/"-" hot key +function mkRefNextRefsHotKey(refName) { + return function() { if (document.getElementById("nextRefs" + refName)) { nextRefsClick(refName); } } +} + +// Creates a string representation of the arguments of a refinement +function refArgsToHtml(fun) { + var args = new Array(); + for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { + args.push(grammar.abstract.types[fun].args[i], " -> "); + } + return args.join(""); +} + +// Gets the type of a meta variable +function getMetaType(absNode, route, currRoute) { + if (route == currRoute && absNode.isMeta()) { + return absNode.type; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + var found = getMetaType(absNode.args[i], route, currRoute + "-" + i); + if (found) { return found }; + } + } +} + +// When the "Undo" action is selected, undoes the last action +function clickUndo(actName) { + if (document.getElementById(actName).className == "action" && undoArray.length) { + highlightSelectedAction(actName); + redoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + var prevState = undoArray.pop(); + selectedNode = prevState.selectedNode; + abstractTree = grammar.abstract.copyTree(prevState.tree); + collapseBuffer = prevState.collapseBuffer; + if (abstractTree.isComplete()) { selectedNode = "0"; } + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } +} + +// When the "Redo" action is selected, redoes the last action +function clickRedo(actName) { + if (document.getElementById(actName).className == "action" && redoArray.length) { + highlightSelectedAction(actName); + undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + var nextState = redoArray.pop(); + selectedNode = nextState.selectedNode; + abstractTree = grammar.abstract.copyTree(nextState.tree); + collapseBuffer = nextState.collapseBuffer; + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } +} + +// When the "Copy" action is selected, copies the selected node to the clipboard +function clickCopy(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + if (selectedNode) { + clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); + document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); + nodeClick(selectedNode); + } + } +} + +// When the "Cut" action is selected, deletes the selected node and copies it to the clipboard +function clickCut(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); + document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + concludeAction(); + } + } +} + +// Annotates the abstract tree, creates a tree from the abstract tree and selects the next meta variable +function concludeAction() { + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + selectNextMeta(); +} + +// Selects the next meta variable available +function selectNextMeta() { + nodeClick(selectedNode); + if (!abstractTree.isComplete()) { + var pathToNextMeta = ""; + var nodePos = getNavPos(selectedNode); + while (1) { + if (nodePos == navigationControlString.length) { nodePos = 0; } + var node = getNode(navigationControlString[nodePos], myTree); + if (node.caption == "?") { pathToNextMeta = node.name; break; } + nodePos++; + } + expandAscendants(pathToNextMeta); + nodeClick(pathToNextMeta); + } +} + +// Expands the ascendants of a given node +function expandAscendants(nodeName) { + var nodePath = nodeName.split("-"); + var currAscendant = nodePath.shift(); + while (nodePath.length > 0) { + var node = getNode(currAscendant, myTree); + if (node.collapsed) { + myTree = expandCollapse(myTree, currAscendant); + } + currAscendant += "-" + nodePath.shift(); + } +} + +// When the "Paste" action is selected, pastes the contents of the clipboard into the selected node +function clickPaste(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(clipBoard)); + concludeAction(); + } + } +} + +// When the "Delete" action is selected, deletes the selected node +function clickDelete(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } + } +} + +// When the "Replace" action is selected, replaces the selected node with another refinement +function clickReplace(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + refPageCounter = 0; + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + drawTree(); + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); + } + } +} + +// When the "Wrap" action is selected, wraps around the selected node with another refinement +function clickWrap(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + var node = getNode(selectedNode, myTree); + if (selectedNode) { + refPageCounter = 0; + var wrappers = showWrappers(node.caption); + document.getElementById("refFrame").innerHTML = wrappers; + if (wrappers.length <= 31) { + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Wrapper", editorGrammar.abstract.startcat)); + alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); + document.getElementById("actFrame").innerHTML = showActions(); + nodeClick(selectedNode); + } + } + } +} + +// Gets the wrappers to display +function showWrappers(nodeCaption) { + var nodeType = grammar.abstract.types[nodeCaption].cat; + var rowsPerPage = 10; + var availWrappers = getAvailableWrappers(nodeType, grammar, selectedNode); + var pages = Math.floor(availWrappers.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = availWrappers.length; } + var wrappers = new Array(); + wrappers.push(""); + var keyPos = 0; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + wrappers.push(ref_wrapToHtml("wrap", availWrappers[i][0], "wrapper", ", " + availWrappers[i][1], keyPos, "")); + keys["" + keyPos] = mkWrapHotKey(availWrappers[i][0], availWrappers[i][1]); + keyPos++; + } + if (((availWrappers.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((availWrappers.length % rowsPerPage != 0) && pages > refPageCounter) ) { + wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Next", "wrapper", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkWrapNextRefsHotKey("Next"); + } + if (0 < refPageCounter) { + wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Previous", "wrapper", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkWrapNextRefsHotKey("Previous"); + } + wrappers.push("
    "); + return wrappers.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkWrapHotKey(wrapName, argPos) { + return function() { if (document.getElementById("wrap" + wrapName)) { wrapClick(wrapName, argPos); } } +} + +// Creates the function to be used by a "+"/"-" hot key +function mkWrapNextRefsHotKey(wrapName) { + return function() { if (document.getElementById("nextWraps" + wrapName)) { nextWrapsClick(wrapName); } } +} + +// When the "Parse" action is selected, asks the user for a string and parses it +// to generate the subnode +function clickParse(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + var node = getNode(selectedNode, myTree); + if (selectedNode) { + refPageCounter = 0; + parseTrees = undefined; + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); + var string = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); + if (string || string == "") { + for (var i in grammar.concretes) { + parseTrees = grammar.concretes[i].parser.parseString(string, node.cat); + if (parseTrees.length == 1) { + pushUndoClearRedo(); + abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[0], node.cat))); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + return false; + } else if (parseTrees.length > 1) { + document.getElementById("refFrame").innerHTML = showTrees(); + return false; + } + } + } else { nodeClick(selectedNode); return false; } + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Tree", editorGrammar.abstract.startcat)); + alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); + } + nodeClick(selectedNode); + } +} + +// Displays the parse trees in the refinements panel +function showTrees() { + var rowsPerPage = 10; + var pages = Math.floor(parseTrees.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = parseTrees.length; } + var htmlTrees = new Array(); + htmlTrees.push(""); + var keyPos = 0; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + htmlTrees.push(treeToHtml(i, keyPos, "")); + keys["" + keyPos] = mkTreeHotKey(i, keyPos); + keyPos++; + } + if (((parseTrees.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((parseTrees.length % rowsPerPage != 0) && pages > refPageCounter) ) { + htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Next", "tree", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkTreeNextRefsHotKey("Next"); + } + if (refPageCounter > 0) { + htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Previous", "tree", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkTreeNextRefsHotKey("Previous"); + } + htmlTrees.push("
    "); + return htmlTrees.join(""); +} + +// Creates an HTML representation of a parse Tree to be shown in the refinements panel +function treeToHtml(i, hotKeyPos, caption) { + var htmlTree = new Array(); + htmlTree.push(""); + if (caption) { htmlTree.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } + else { htmlTree.push(parseTrees[i].show()); } + htmlTree.push("(", hotKeyPos, ")"); + return htmlTree.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkTreeHotKey(i, keyPos) { + return function() { if (document.getElementById("tree" + keyPos)) { treeClick(i); } } +} + +// Creates the function to be used by a "+"/"-" hot key +function mkTreeNextRefsHotKey(treeName) { + return function() { if (document.getElementById("nextTrees" + treeName)) { nextTreesClick(treeName); } } +} + + +// When the "RandomNode" action is selected, refines the node at random +function clickRandomNode(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + var tempTree = grammar.abstract.copyTree(abstractTree); + abstractTree = insertNode(tempTree, selectedNode, "0", grammar.abstract.copyTree(fillSubTree(grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")), grammar))); + concludeAction(); + } + } +} + +// When the "RandomTree" action is selected, refines the tree at random +function clickRandomTree(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + abstractTree = grammar.abstract.copyTree(fillSubTree(abstractTree, grammar)); + concludeAction(); + } +} + +// If a node is selected and is of type meta, it refines the node with a type refName +function refClick(refName) { + if (selectedNode) { + if (refName == "genRefRandom") { + var refs = getAvailableRefinements(selectedNode, abstractTree, grammar); + refName = refs[Math.floor(refs.length * Math.random())]; + } + abstractTree = refineAbstractTree(abstractTree, selectedNode, "0", refName); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Creates a tree from an abstract tree +function treeFromAbstract(abstractNode, name) { + var node = new treeNode(name, abstractNode.name); + if (node.caption == "?") { + node.cat = abstractNode.type; } + else { + if (grammar.abstract.types[node.caption]) { + node.cat = grammar.abstract.getCat(node.caption); + } else { + node.cat = node.caption.substring(0, node.caption.indexOf("_")); + grammar.abstract.addType(node.caption, [], node.cat); + var linStr = undefined; + if (node.cat == "String") { + linStr = node.caption.substring(node.caption.indexOf("\"") + 1, node.caption.length - 1); + } else { + linStr = node.caption.substring(node.caption.lastIndexOf("_") + 1) + } + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(node.caption, function(cs){ return new Arr(new Str(linStr));}); + } + } + } + if (wasCollapsed(node.name)) { node.collapsed = true; } + for (var i = 0, j = abstractNode.args.length; i < j; i++) { + node.addChild(i, treeFromAbstract(abstractNode.args[i], name + "-" + i)); + } + return node +} + +// Wraps a refinement around a node +function wrapClick(wrapName, argPos) { + if (selectedNode) { + var tempNode = createRefinement(wrapName); + tempNode.setArg(argPos, grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0"))); + abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); + var cat = grammar.abstract.getCat(tempNode.name); + if (selectedNode == "0" && cat != grammar.abstract.startcat) { + grammar.abstract.startcat = cat; + } + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Wraps a refinement around a node +function treeClick(i) { + if (selectedNode) { + pushUndoClearRedo(); + var node = getNode(selectedNode, myTree); + var tempNode = grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[i], node.cat)); + abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Handler for the escape key +function clickEsc() { + if ((document.getElementById("actRefine").className == "selected" || + document.getElementById("actReplace").className == "selected" || + document.getElementById("actWrap").className == "selected" || + document.getElementById("actParse").className == "selected") && undoArray.length) { + var prevState = undoArray.pop(); + selectedNode = prevState.selectedNode; + abstractTree = grammar.abstract.copyTree(prevState.tree); + collapseBuffer = prevState.collapseBuffer; + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + document.getElementById("actFrame").innerHTML = showActions(); + if (selectedNode) { nodeClick(selectedNode) } + } +} + +// If there are over ten refinements available shows only the selected nine +function nextRefsClick(refName) { + if (refName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); +} + +// If there are over ten wrappers available shows only the selected nine +function nextWrapsClick(wrapName) { + if (wrapName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + var node = getNode(selectedNode, myTree); + document.getElementById("refFrame").innerHTML = showWrappers(node.caption); +} + +// If there are over ten parse trees available shows only the selected nine +function nextTreesClick(treeName) { + if (treeName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + document.getElementById("refFrame").innerHTML = showTrees(); +} + +/* -------------------------------------------------------------------------- */ +/* ---------- GUI independent functions to handle syntax editing ---------- */ +/* -------------------------------------------------------------------------- */ + +// Gets the node rooted at the indicated path (route) in the tree absNode +function getNodeFromAbstract(absNode, route, currRoute) { + if (route == currRoute) { + return absNode; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + var found = getNodeFromAbstract(absNode.args[i], route, currRoute + "-" + i); + if (found) { return found; } + } + } +} + +// Gets the first metavariable from the abstract tree rooted at the path route +function getNextMetaFromAbstract(node, route) { + if (node.isMeta()) { return route; } + for (var i = 0, j = node.args.length; i < j; i++) { + var found = getNextMetaFromAbstract(node.args[i], route + "-" + i); + if (found) { return found; } + } +} + +// Inserts the node into the abstract tree absNode at the path route +function insertNode(absNode, route, currRoute, node) { + if (route == currRoute) { + return node; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, insertNode(absNode.args[i], route, currRoute + "-" + i, node)); + } + return absNode; + } +} + +// Deletes the node rooted at the path route from the abstract tree absNode +function deleteNode(absNode, route, currRoute) { + if (route == currRoute) { + return new Fun("?"); + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, deleteNode(absNode.args[i], route, currRoute + "-" + i)); + } + return absNode; + } +} + +// Gets the available refinements for the node nodeName, which is in the tree +// abstractTree, from those found in the grammar. +function getAvailableRefinements(nodeName, abstractTree, grammar) { + var node = getNodeFromAbstract(abstractTree, nodeName, "0"); + var metaType = node.type; + var refinements = new Array(); + for (var fun in grammar.abstract.types) { + if (grammar.abstract.types[fun].cat == metaType) { + refinements[refinements.length] = fun; + } + } + return refinements; +} + +// It refines the node rooted at the path route in the abstract tree absNode +// with the refinement refName. Returns the refined abstract tree. +function refineAbstractTree(absNode, route, currRoute, refName) { + if (route == currRoute && absNode.isMeta()) { + return createRefinement(refName); + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, refineAbstractTree(absNode.args[i], route, currRoute + "-" + i, refName)); + } + return absNode; + } +} + +// Creates a node of type refName object with the appropriate number of arguments +function createRefinement(refName) { + var newRef = new Fun(refName); + for (var i = 0, j = grammar.abstract.types[refName].args.length; i < j; i++) { + newRef.setArg(i, new Fun("?")); + } + return newRef; +} + +// Gets the available wrappers for a node of type nodeType found in the grammar +function getAvailableWrappers(nodeType, grammar, top) { + var wrappers = new Array(); + for (var fun in grammar.abstract.types) { + for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { + if (top != "0") { + if (grammar.abstract.types[fun].args[i] == nodeType && grammar.abstract.types[fun].cat == nodeType) { + wrappers[wrappers.length] = new Array(fun, i); + break; + } + } else { + if (grammar.abstract.types[fun].args[i] == nodeType) { + wrappers[wrappers.length] = new Array(fun, i); + break; + } + } + } + } + return wrappers; +} + +// Instantiates metavariables found in the tree abstractTree with refinements +// selected at random from those found in the grammar +function fillSubTree(abstractTree, grammar) { + while (!abstractTree.isComplete()) { + var nodeToRefine = getNextMetaFromAbstract(abstractTree, "0"); + if (nodeToRefine) { + var refs = getAvailableRefinements(nodeToRefine, abstractTree, grammar); + if (refs.length == 0) { + var node = getNodeFromAbstract(abstractTree, nodeToRefine, "0"); + if (node.type == "String" || node.type == "Int" || node.type == "Float") { + var newType = undefined; + var newTypeCat = node.type + "_Literal_"; + switch(node.type) + { + case "String": + newType = "AutoString"; + break; + case "Int": + newType = "8"; + break; + case "Float": + newType = "8.0"; + break; + } + if (node.type == "String") { + newTypeCat += "\"" + newType + "\""; + } else { + newTypeCat += newType; + } + if (!grammar.abstract.types[newTypeCat]) { + grammar.abstract.addType(newTypeCat, [], node.type); + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); + } + } + node.name = newTypeCat; + abstractTree = insertNode(abstractTree, nodeToRefine, "0", node); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + } + } + else { + var selectedRef = refs[Math.floor(refs.length * Math.random())]; + abstractTree = refineAbstractTree(abstractTree, nodeToRefine, "0", selectedRef); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + } + } + } + return abstractTree; +} diff --git a/old-lib/javascript/gflib-xhtml-voice.js b/old-lib/javascript/gflib-xhtml-voice.js new file mode 100644 index 000000000..fd8660100 --- /dev/null +++ b/old-lib/javascript/gflib-xhtml-voice.js @@ -0,0 +1,54 @@ +/* Output */ + +function sayText(text) { + document.voice_output_text = text; + activateForm("voice_output"); +} + +/* XHTML+Voice Utilities */ + +function activateForm(formid) { + var form = document.getElementById(formid); + var e = document.createEvent("UIEvents"); + e.initEvent("DOMActivate","true","true"); + form.dispatchEvent(e); +} + + +/* DOM utilities */ + +/* Gets the head element of the document. */ +function getHeadElement() { + var hs = document.getElementsByTagName("head"); + if (hs.length == 0) { + var head = document.createElement("head"); + document.documentElement.insertBefore(head, document.documentElement.firstChild); + return head; + } else { + return hs[0]; + } +} + +/* Gets the body element of the document. */ +function getBodyElement() { + var bs = document.getElementsByTagName("body"); + if (bs.length == 0) { + var body = document.createElement("body"); + document.documentElement.appendChild(body); + return body; + } else { + return bs[0]; + } +} + +/* Removes all the children of a node */ +function removeChildren(node) { + while (node.hasChildNodes()) { + node.removeChild(node.firstChild); + } +} + +function setText(node, text) { + removeChildren(node); + node.appendChild(document.createTextNode(text)); +} diff --git a/old-lib/javascript/gflib.js b/old-lib/javascript/gflib.js new file mode 100644 index 000000000..728655469 --- /dev/null +++ b/old-lib/javascript/gflib.js @@ -0,0 +1,1128 @@ + +function GFGrammar(abstract, concretes) { + this.abstract = abstract; + this.concretes = concretes; +} + +/* Translates a string from any concrete syntax to all concrete syntaxes. + Uses the start category of the grammar. +*/ +GFGrammar.prototype.translate = function (input, fromLang, toLang) { + var outputs = new Object(); + var fromConcs = this.concretes; + if (fromLang) { + fromConcs = new Object(); + fromConcs[fromLang] = this.concretes[fromLang]; + } + var toConcs = this.concretes; + if (toLang) { + toConcs = new Object(); + toConcs[toLang] = this.concretes[toLang]; + } + for (var c1 in fromConcs) { + var p = this.concretes[c1].parser; + if (p) { + var trees = p.parseString(input, this.abstract.startcat); + if (trees.length > 0) { + outputs[c1] = new Array(); + for (var i in trees) { + outputs[c1][i] = new Object(); + for (var c2 in toConcs) { + outputs[c1][i][c2] = this.concretes[c2].linearize(trees[i]); + } + } + } + } + } + return outputs; +} + + +/* ------------------------------------------------------------------------- */ +/* ----------------------------- LINEARIZATION ----------------------------- */ +/* ------------------------------------------------------------------------- */ + +/* Extension to the String object */ + +String.prototype.tag = ""; +String.prototype.setTag = function (tag) { this.tag = tag; }; + +/* Abstract syntax trees */ +function Fun(name) { + this.name = name; + this.args = copy_arguments(arguments, 1); +} +Fun.prototype.print = function () { return this.show(0); } ; +Fun.prototype.show = function (prec) { + if (this.isMeta()) { + if (isUndefined(this.type)) { + return '?'; + } else { + var s = '?:' + this.type; + if (prec > 0) { + s = "(" + s + ")" ; + } + return s; + } + } else { + var s = this.name; + var cs = this.args; + for (var i in cs) { + s += " " + (isUndefined(cs[i]) ? "undefined" : cs[i].show(1)); + } + if (prec > 0 && cs.length > 0) { + s = "(" + s + ")" ; + } + return s; + } +}; +Fun.prototype.getArg = function (i) { + return this.args[i]; +}; +Fun.prototype.setArg = function (i,c) { + this.args[i] = c; +}; +Fun.prototype.isMeta = function() { + return this.name == '?'; +} ; +Fun.prototype.isComplete = function() { + if (this.isMeta()) { + return false; + } else { + for (var i in this.args) { + if (!this.args[i].isComplete()) { + return false; + } + } + return true; + } +} ; +Fun.prototype.isLiteral = function() { + return (/^[\"\d]/).test(this.name); +} ; + +/* Concrete syntax terms */ + +function Arr() { this.arr = copy_arguments(arguments, 0); } +Arr.prototype.tokens = function() { return this.arr[0].tokens(); }; +Arr.prototype.sel = function(i) { return this.arr[i.toIndex()]; }; +Arr.prototype.setTag = function(tag) { + for (var i = 0, j = this.arr.length; i < j; i++) { + this.arr[i].setTag(tag); + } +}; + +function Seq() { this.seq = copy_arguments(arguments, 0); } +Seq.prototype.tokens = function() { + var xs = new Array(); + for (var i in this.seq) { + var ys = this.seq[i].tokens(); + for (var j in ys) { + xs.push(ys[j]); + } + } + return xs; +}; +Seq.prototype.setTag = function(tag) { + for (var i = 0, j = this.seq.length; i < j; i++) { + this.seq[i].setTag(tag); + } +}; + +function Variants() { this.variants = copy_arguments(arguments, 0); } +Variants.prototype.tokens = function() { return this.variants[0].tokens(); }; +Variants.prototype.sel = function(i) { return this.variants[0].sel(i); }; +Variants.prototype.toIndex = function() { return this.variants[0].toIndex(); }; +Variants.prototype.setTag = function(tag) { + for (var i = 0, j = this.variants.length; i < j; i++) { + this.variants[i].setTag(tag); + } +}; + +function Rp(index,value) { this.index = index; this.value = value; } +Rp.prototype.tokens = function() { return new Array(this.index.tokens()); }; +Rp.prototype.sel = function(i) { return this.value.arr[i.toIndex()]; }; +Rp.prototype.toIndex = function() { return this.index.toIndex(); }; +Rp.prototype.setTag = function(tag) { this.index.setTag(tag) }; + +function Suffix(prefix,suffix) { + this.prefix = new String(prefix); + if (prefix.tag) { this.prefix.tag = prefix.tag; } + this.suffix = suffix; +}; +Suffix.prototype.tokens = function() { + var xs = this.suffix.tokens(); + for (var i in xs) { + xs[i] = new String(this.prefix + xs[i]); + xs[i].setTag(this.prefix.tag); + } + return xs; +}; +Suffix.prototype.sel = function(i) { return new Suffix(this.prefix, this.suffix.sel(i)); }; +Suffix.prototype.setTag = function(tag) { if (!this.prefix.tag) { this.prefix.setTag(tag); } }; + +function Meta() { } +Meta.prototype.tokens = function() { + var newString = new String("?"); + newString.setTag(this.tag); + return new Array(newString); +}; +Meta.prototype.toIndex = function() { return 0; }; +Meta.prototype.sel = function(i) { return this; }; +Meta.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +function Str(value) { this.value = value; } +Str.prototype.tokens = function() { + var newString = new String(this.value); + newString.setTag(this.tag); + return new Array(newString); +}; +Str.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +function Int(value) { this.value = value; } +Int.prototype.tokens = function() { + var newString = new String(this.value.toString()); + newString.setTag(this.tag); + return new Array(newString); +}; +Int.prototype.toIndex = function() { return this.value; }; +Int.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +/* Type annotation */ + +function GFAbstract(startcat, types) { + this.startcat = startcat; + this.types = types; +} +GFAbstract.prototype.addType = function(fun, args, cat) { + this.types[fun] = new Type(args, cat); +} ; +GFAbstract.prototype.getArgs = function(fun) { + return this.types[fun].args; +} +GFAbstract.prototype.getCat = function(fun) { + return this.types[fun].cat; +}; +GFAbstract.prototype.annotate = function(tree, type) { + if (tree.name == '?') { + tree.type = type; + } else { + var typ = this.types[tree.name]; + for (var i in tree.args) { + this.annotate(tree.args[i], typ.args[i]); + } + } + return tree; +} ; +GFAbstract.prototype.handleLiterals = function(tree, type) { + if (tree.name != '?') { + if (type == "String" || type == "Int" || type == "Float") { + tree.name = type + "_Literal_" + tree.name; + } else { + var typ = this.types[tree.name]; + for (var i in tree.args) { + this.handleLiterals(tree.args[i], typ.args[i]); + } + } + } + return tree; +} ; +/* Hack to get around the fact that our SISR doesn't build real Fun objects. */ +GFAbstract.prototype.copyTree = function(x) { + var t = new Fun(x.name); + if (!isUndefined(x.type)) { + t.type = x.type; + } + var cs = x.args; + if (!isUndefined(cs)) { + for (var i in cs) { + t.setArg(i, this.copyTree(cs[i])); + } + } + return t; +} ; +GFAbstract.prototype.parseTree = function(str, type) { + return this.annotate(this.parseTree_(str.match(/[\w\'\.\"]+|\(|\)|\?|\:/g), 0), type); +} ; +GFAbstract.prototype.parseTree_ = function(tokens, prec) { + if (tokens.length == 0 || tokens[0] == ")") { return null; } + var t = tokens.shift(); + if (t == "(") { + var tree = this.parseTree_(tokens, 0); + tokens.shift(); + return tree; + } else if (t == '?') { + var tree = this.parseTree_(tokens, 0); + return new Fun('?'); + } else { + var tree = new Fun(t); + if (prec == 0) { + var c, i; + for (i = 0; (c = this.parseTree_(tokens, 1)) !== null; i++) { + tree.setArg(i,c); + } + } + return tree; + } +} ; + +function Type(args, cat) { + this.args = args; + this.cat = cat; +} + +/* Linearization */ + +function GFConcrete(flags, rules, parser) { + this.flags = flags; + this.rules = rules; + if (parser) { + this.parser = parser; + } else { + this.parser = undefined; + } +} +GFConcrete.prototype.rule = function (name, cs) { + var r = this.rules[name]; + if (r) { + return this.rules[name](cs); + } else { + window.alert("Missing rule " + name); + } +}; +GFConcrete.prototype.addRule = function (name, f) { this.rules[name] = f; }; +GFConcrete.prototype.lindef = function (cat, v) { return this.rules[cat]([new Str(v)]); } ; +GFConcrete.prototype.linearize = function (tree) { + return this.unlex(this.linearizeToTerm(tree).tokens()); +}; +GFConcrete.prototype.linearizeToTerm = function (tree) { + if (tree.isMeta()) { + if (isUndefined(tree.type)) { + return new Meta(); + } else { + return this.lindef(tree.type, tree.name); + } + } else { + var cs = new Array(); + for (var i in tree.args) { + cs.push(this.linearizeToTerm(tree.args[i])); + } + if (tree.isLiteral()) { + return new Arr(new Str(tree.name)); + } else { + return this.rule(tree.name, cs); + } + } +}; +GFConcrete.prototype.unlex = function (ts) { + if (ts.length == 0) { + return ""; + } + + var noSpaceAfter = /^[\(\-\[]/; + var noSpaceBefore = /^[\.\,\?\!\)\:\;\-\]]/; + + var s = ""; + for (var i = 0; i < ts.length; i++) { + var t = ts[i]; + var after = i < ts.length-1 ? ts[i+1] : null; + s += t; + if (after != null && !t.match(noSpaceAfter) + && !after.match(noSpaceBefore)) { + s += " "; + } + } + return s; +}; +GFConcrete.prototype.tagAndLinearize = function (tree) { + return this.tagAndLinearizeToTerm(tree, "0").tokens(); +}; +GFConcrete.prototype.tagAndLinearizeToTerm = function (tree, route) { + if (tree.isMeta()) { + if (isUndefined(tree.type)) { + var newMeta = new Meta(); + newMeta.setTag(route); + return newMeta; + } else { + var newTerm = this.lindef(tree.type, tree.name); + newTerm.setTag(route); + return newTerm; + } + } else { + var cs = new Array(); + for (var i in tree.args) { + cs.push(this.tagAndLinearizeToTerm(tree.args[i], route + "-" + i)); + } + var newTerm = this.rule(tree.name, cs); + newTerm.setTag(route); + return newTerm; + } +}; + +/* Utilities */ + +/* from Remedial JavaScript by Douglas Crockford, http://javascript.crockford.com/remedial.html */ +function isString(a) { return typeof a == 'string'; } +function isArray(a) { return a && typeof a == 'object' && a.constructor == Array; } +function isUndefined(a) { return typeof a == 'undefined'; } +function isBoolean(a) { return typeof a == 'boolean'; } +function isNumber(a) { return typeof a == 'number' && isFinite(a); } +function isFunction(a) { return typeof a == 'function'; } + +function dumpObject (obj) { + if (isUndefined(obj)) { + return "undefined"; + } else if (isString(obj)) { + return '"' + obj.toString() + '"'; // FIXME: escape + } else if (isBoolean(obj) || isNumber(obj)) { + return obj.toString(); + } else if (isArray(obj)) { + var x = "["; + for (var i in obj) { + x += dumpObject(obj[i]); + if (i < obj.length-1) { + x += ","; + } + } + return x + "]"; + } else { + var x = "{"; + for (var y in obj) { + x += y + "=" + dumpObject(obj[y]) + ";" ; + } + return x + "}"; + } +} + + +function copy_arguments(args, start) { + var arr = new Array(); + for (var i = 0; i < args.length - start; i++) { + arr[i] = args[i + start]; + } + return arr; +} + +/* ------------------------------------------------------------------------- */ +/* -------------------------------- PARSING -------------------------------- */ +/* ------------------------------------------------------------------------- */ + + +function Parser(startcat, rules, cats) { + this.startcat = startcat; + this.rules = rules; + this.cats = cats; +} +Parser.prototype.showRules = function () { + var ruleStr = new Array(); + ruleStr.push(""); + for (i = 0, j = this.rules.length; i < j; i++) { + ruleStr.push(this.rules[i].show()); + } + return ruleStr.join(""); +}; +Parser.prototype.parseString = function (string, cat) { + var tokens = string.split(" "); + // remove empty tokens + for (var i = tokens.length - 1; i >= 0; i--) { + if (tokens[i] == "") { tokens.splice(i, 1); } + } + chart = new Chart(true); + predict(this.rules, tokens); + while (chart.updated) { + chart.updated = false; + completeAndConvert(); + scan(); + combine(); + } + var catToParse = this.startcat; + if (cat) { catToParse = cat; } + var goalRange = new Range(0, tokens.length); + if (tokens.length == 1 && tokens[0] == "") { goalRange = new EmptyRange(); } + var activeEdges = filterActiveEdges(); + var trees = new Array(); + for (var i = 0, j = this.cats[catToParse].length; i < j; i++) { + if (foundTarget(this.cats[catToParse][i], new Array(new Array(goalRange)))) { + trees = trees.concat(extractTrees(this.cats[catToParse][i], new Array(new Array(goalRange)), activeEdges, "")); + } + } + for (var i = trees.length - 1; i >= 0; i--) { + if (trees[i] == undefined) { trees.splice(i, 1); } + } + return trees; +}; + +// Rule Object Definition + +function Rule(cat, profile, args, linRec) { + this.cat = cat; + this.profile = profile; + this.args = args; + this.linRec = linRec; +} +Rule.prototype.show = function () { + var recStr = new Array(); + recStr.push(this.cat, " -> ", this.profile.show(), " [", this.args, "] = ", showLinRec(this.linRec, "")); + return recStr.join(""); +}; + +// Profile definitions + +// Function application +// The function (name) is applied to its arguments (args) +function FunApp(name, args) { + this.id = "FunApp"; + this.name = name; + this.args = args.slice(0); +} +FunApp.prototype.show = function () { + var funAppStr = new Array(); + funAppStr.push("(", this.name); + for (var i = 0, j = this.args.length; i < j; i++) { + funAppStr.push(this.args[i].show()); + } + funAppStr.push(")"); + return funAppStr.join(" "); +}; + +// Literal +function Lit(name) { + this.id = "Lit"; + this.name = name; +} +Lit.prototype.show = function () { return this.name; }; + +// Metavariable +function MetaVar() { this.id = "MetaVar"; } +MetaVar.prototype.show = function () { return "?"; }; + +// Argument +function Arg(i) { + this.id = "Arg"; + this.name = "_"; + this.i = i; +} +Arg.prototype.show = function () { + var argStr = new Array(); + argStr.push(this.id, "(", this.i, ")"); + return argStr.join(""); +}; + +// Unification +// The arguments (args) must be unified +function Unify(args){ + this.id = "Unify"; + this.args = args.slice(0); +} +Unify.prototype.show = function () { + var unifyStr = new Array(); + unifyStr.push("(", this.id); + for (var i = 0, j = this.args.length; i < j; i++) { + unifyStr.push(this.args[i].show()); + } + unifyStr.push(")"); + return unifyStr.join(" "); +}; + +// Definition of symbols present in linearization records + +// Object to represent argument projections in grammar rules +function ArgProj(i, label) { + this.id = "argProj"; + this.i = i; + this.label = label; +} +ArgProj.prototype.getId = function () { return this.id; }; +ArgProj.prototype.getArgNum = function () { return this.i }; +ArgProj.prototype.show = function () { + var argStr = new Array(); + argStr.push(this.i, this.label); + return argStr.join("."); +}; +ArgProj.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.i == obj.i && this.label == obj.label); +} + +// Object to represent terminals in grammar rules +function Terminal (str) { + this.id = "terminal"; + this.str = str; +} +Terminal.prototype.getId = function () { return this.id; }; +Terminal.prototype.show = function () { + var terminalStr = new Array(); + terminalStr.push('"', this.str, '"'); + return terminalStr.join(""); +}; +Terminal.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.str == obj.str); +} + +// Object to represent ranges in grammar rules +function Range (i, j) { + this.id = "range"; + this.i = i; + this.j = j; +} +Range.prototype.getId = function () { return this.id; }; +Range.prototype.show = function () { + var terminalStr = new Array(); + terminalStr.push("(", this.i, ",", this.j, ")"); + return terminalStr.join(""); +}; +Range.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.i == obj.i && this.j == obj.j); +} + +// Object to represent the empty range in grammar rules +function EmptyRange () { + this.id = "emptyRange"; +} +EmptyRange.prototype.getId = function () { return this.id; }; +EmptyRange.prototype.show = function () { return "emptyRange" }; +EmptyRange.prototype.isEqual = function (obj) { + return (this.id == obj.id); +} + +// Chart Object Definition +function Chart(updated) { + this.passive = new Array(); + this.active = new Array(); + this.updated = updated; +} +Chart.prototype.show = function () { + var chartStr = new Array(); + chartStr.push("(", this.showPassive(), ", ", this.showActive(), ")"); + return chartStr.join(""); +}; +Chart.prototype.addPassiveEdge = function (cat, linRec) { + if (!this.passive[cat] || !this.passive[cat].length) { + this.passive[cat] = new Array(); + } + this.passive[cat].push(linRec); +}; +Chart.prototype.isPassiveElem = function (cat, linRec) { + if (this.passive[cat]) { + for (var i = 0, j = this.passive[cat].length; i < j; i++) { + if (linRecsAreEqual(this.passive[cat][i], linRec)) { + return true; + } + } + } + return false; +}; +Chart.prototype.showPassive = function () { + var edgesStr = new Array(); + edgesStr.push("[ "); + for (var cat in this.passive) { + for (var i = 0, j = this.passive[cat].length; i < j; i++) { + edgesStr.push("( ", cat, ", ", showLinRec(this.passive[cat][i], ""), ")"); + if (i != j - 1) { edgesStr.push(", "); }; + } + edgesStr.push(", "); + } + edgesStr.push(" ]"); + return edgesStr.join(""); + return edgesStr.join("") + "
    "; +}; +Chart.prototype.addActiveEdge = function (cat, edge) { + if (!this.active[cat] || !this.active[cat].length) { + this.active[cat] = new Array(); + } + this.active[cat].push(edge); +}; +Chart.prototype.isActiveElem = function (cat, edge) { + if (this.active[cat]) { + for (var i = 0, j = this.active[cat].length; i < j; i++) { + var currentEdge = this.active[cat][i]; + if (currentEdge.name == edge.name && (areArgsEqual(currentEdge.args, edge.args)) && + currentEdge.currLabel == edge.currLabel && currentEdge.currLin.isEqual(edge.currLin) && + linRecsAreEqual(currentEdge.linFound, edge.linFound) && linRowsAreEqual(currentEdge.remLin, edge.remLin) && + linRecsAreEqual(currentEdge.remLinRows, edge.remLinRows) && + arraysOfLinRecsAreEqual(currentEdge.children, edge.children)) { + return true; + } + } + } + return false; +}; +Chart.prototype.showActive = function () { + var edgesStr = new Array() + edgesStr.push("[ "); + for (var cat in this.active) { + for (var i = 0, j = this.active[cat].length; i < j; i++) { + edgesStr.push("( ", this.active[cat][i].show(), " )"); + if (i != j - 1) { edgesStr.push(", "); }; + } + edgesStr.push(", "); + } + edgesStr.push(" ]"); + return edgesStr.join(""); +}; + +// Object to represent the active edges in a chart +function ActiveEdge(profile, cat, name, args, linFound, currLabel, currLin, remLin, remLinRows, children) { + this.profile = profile; + this.cat = cat; + this.name = name; + this.args = args; + this.linFound = linFound; + this.currLabel = currLabel; + this.currLin = currLin; + this.remLin = remLin; + this.remLinRows = remLinRows; + this.children = children.slice(0); +} +ActiveEdge.prototype.show = function () { + var linRecStr = new Array(); + linRecStr.push(this.profile.show(), ", ", this.cat, ", ", this.name, ", [ ", this.args, " ], ", showLinRec(this.linFound, ""), + ", ", this.currLabel, ", ", this.currLin.show(), ", ", showLinRow(this.remLin, " ++ "), + ", ", showLinRec(this.remLinRows, ""), ", [ "); + for (var i = 0, j = this.children.length; i < j; i++) { + linRecStr.push(showLinRec(this.children[i], "")); + if (i != j - 1) { linRecStr.push(", "); }; + } + linRecStr.push(" ]"); + return linRecStr.join(""); +}; + +function areArgsEqual(args1, args2) { + if (args1.length == args1.length && args1.join() == args2.join()) { + return true + } + return false; +} + +// Functions to manipulate linearization records + +// Returns a string representation of a linearization row +function showLinRow(linRow, separator) { + var linRowStr = new Array(); + linRowStr.push(" [ "); + for (var i = 0, j = linRow.length; i < j; i ++) { + linRowStr.push(linRow[i].show()); + if (i != j - 1) { linRowStr.push(separator) }; + } + linRowStr.push(" ] "); + return linRowStr.join(""); +} + +// Returns a string representation of a linearization record +function showLinRec(linRec, separator) { + var linRecStr = new Array(); + linRecStr.push(" [ "); + for (var i = 0, j = linRec.length; i < j; i ++) { + linRecStr.push(showLinRow(linRec[i], " ++ ")); + if (i != j - 1) { linRecStr.push(separator); }; + } + linRecStr.push(" ] "); + return linRecStr.join(""); +} + +// Checks if two linearization rows are equal +function linRowsAreEqual(linRow1, linRow2) { + if (linRow1.length == linRow2.length) { + for (var i = 0, j = linRow1.length; i < j; i++) { + if (linRow1[i].id && linRow2[i].id && !linRow1[i].isEqual(linRow2[i])) { + return false; + } + } + return true; + } + return false; +} + +// Checks if two linearization records are equal +function linRecsAreEqual(linRec1, linRec2) { + if (linRec1.length == linRec2.length) { + for (var i = 0, j = linRec1.length; i < j; i++) { + if (!linRowsAreEqual(linRec1[i], linRec2[i])) { return false; } + } + return true; + } + return false; +} + +// Checks if two arrays of linearization records are equal +function arraysOfLinRecsAreEqual(array1, array2) { + if (array1.length == array2.length) { + for (var i = 0, j = array1.length; i < j; i++) { + if (!linRecsAreEqual(array1[i], array2[i])) { return false; } + } + return true; + } + return false; +} + +// Functions to manipulate ranges (restriction and concatenation) + +// Concatenates two ranges +function rangeConcatLin (lin1, lin2) { + if (lin1.id == "range" && lin2.id == "range") { + if (lin1.j == lin2.i) { return (new Range(lin1.i, lin2.j)) } + } else if (lin1.id == "range" && lin2.id == "emptyRange") { return lin1; } + else if (lin1.id == "emptyRange" && lin2.id == "range") { return lin2; } + else if (lin1.id == "emptyRange" && lin2.id == "emptyRange") { return lin1; } + return undefined; +} + +// Performs range concatenation on a linearization row +function rangeConcatLins (lins) { + var newLins = new Array(); + newLins.push(lins.shift()); + while (lins.length > 0) { + if (!newLins[newLins.length - 1]) { return new Array(); } + if (newLins[newLins.length - 1].id == "range" && lins[0].id == "range") { + var rangeConcat = rangeConcatLin(newLins.pop(), lins[0]); + if (typeof rangeConcat == 'undefined') { return new Array(); } + newLins.push(rangeConcat); + lins.shift(); + } else { + newLins.push(lins.shift()); + } + } + return newLins; +} + +// Performs range restriction on an element of a linearization row +// while keeping track of the tokens that have been used +function rangeRestLinTerm(tokens, lin, rangesNotConsumed) { + if (lin.id == "argProj") { return new Array(lin); } + else if (lin.id == "terminal") { + var ranges = new Array(); + for (var i = 0, j = tokens.length; i < j; i++) { + if (tokens[i] == lin.str) { + ranges.push(new Range(i, i + 1)); + rangesNotConsumed[i] = undefined; + } + } + if (ranges.length == 0) { + return undefined; + } else { + return ranges; + } + } + else { return new Array(); } +} + +// Performs range restriction on a linearization record +// while keeping track of the tokens that have been used +function rangeRestRecTerm(linRec, tokens, rangesNotConsumed) { + var ranges = new Array(); + for (var i = 0, j = linRec.length; i < j; i++) { + var rangeRestLins = new Array(); + for (var k = 0, l = linRec[i].length; k < l; k++) { + rangeRestLins.push(rangeRestLinTerm(tokens, linRec[i][k], rangesNotConsumed)); + } + var combinedLins = combineLins(rangeRestLins); + if (typeof combinedLins != 'undefined') { + var filteredLins = new Array(); + if (combinedLins.length == 0) { + filteredLins.push(new Array()); + } else { + for (var m = 0, n = combinedLins.length; m < n; m++) { + var temp = rangeConcatLins(combinedLins[m]); + if (temp.length != 0) { + filteredLins.push(temp); + } + } + } + ranges.push(filteredLins); + } else { ranges.push(undefined); } + } + for (var k = 0, l = ranges.length; k < l; k++) { + if (ranges[k] == undefined) { return undefined; } + } + return combineLins(ranges); +} + +// Returns the combinations of the elements of an array of arrays +function combineLins(linss) { + if (linss.length > 0) { + var combinedLins = new Array(); + var lins = linss.shift(); + if (lins) { + if (lins.length != 0) { + var tail = combineLins(linss); + if (typeof tail == 'undefined') { return undefined; } + for (var i = 0, j = lins.length; i < j; i++) { + var head = new Array(); + head.push(lins[i]); + if (tail.length == 0) { combinedLins.push(head); } + else { + for (var k = 0, l = tail.length; k < l; k++) { + combinedLins.push(head.concat(tail[k])); + } + } + } + } else { return new Array(); } + } else { return undefined; } + return combinedLins; + } else { return new Array(); } +} + +// Inference Rules + +function predict(rules, tokens) { + var rangesNotConsumed = genRanges(tokens.length); + for (var i = 0, j = rules.length; i < j; i++) { + var currentRule = rules[i]; + var linRec = rangeRestRecTerm(currentRule.linRec, tokens, rangesNotConsumed); + if (linRec) { + for (var k = 0, l = linRec.length; k < l; k++) { + var currentRow = linRec[k].shift(); + var remlinRows = linRec[k]; + var children = new Array(); + for (var m = 0, n = currentRule.args.length; m < n; m++) { + children.push(new Array()); + } + var newActive = new ActiveEdge(currentRule.profile, currentRule.cat, currentRule.profile.name, currentRule.args, new Array(), 0, new EmptyRange(), currentRow, remlinRows, children); + if (!chart.isActiveElem(currentRule.cat, newActive)) { + chart.addActiveEdge(currentRule.cat, newActive); + chart.updated = true; + } + } + } + } + for (var i = 0, j = rangesNotConsumed.length; i < j; i++) { + if (rangesNotConsumed[i] != undefined) { + var cat = undefined; + if (isNaN(tokens[i])) { + cat = "-1"; + } else if (tokens[i].lastIndexOf(".") == -1) { + cat = "-2"; + } else { + cat = "-3"; + } + var lit = undefined; + if (cat == "-1") { + lit = "\"" + tokens[i] + "\""; + } else { + lit = tokens[i]; + } + var newActive = new ActiveEdge(new Lit(lit), cat, tokens[i], new Array(), new Array(), 0, new Range(i, i + 1), new Array(), new Array(), new Array()); + if (!chart.isActiveElem(cat, newActive)) { + chart.addActiveEdge(cat, newActive); + chart.updated = true; + } + } + } +} + +function genRanges(inputLength) { + var ranges = new Array(); + for (var i = 0; i < inputLength; i++) { + ranges.push(i); + } + return ranges; +} + +function completeAndConvert() { + for (var cat in chart.active) { + var currentEdge = chart.active[cat]; + for (var i = 0, j = currentEdge.length; i < j; i++) { + if (currentEdge[i].remLin.length == 0) { + if (currentEdge[i].remLinRows.length == 0) { + var linFound = currentEdge[i].linFound.slice(0); + linFound.push(new Array(currentEdge[i].currLin)); + if (!chart.isPassiveElem(cat, linFound)) { + chart.addPassiveEdge(cat, linFound); + chart.updated = true; + } + } else { + var linFound = currentEdge[i].linFound.slice(0); + linFound.push(new Array(currentEdge[i].currLin)); + var remLinRows = currentEdge[i].remLinRows.slice(0); + var currentRow = remLinRows.shift(); + var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, linFound, linFound.length, new EmptyRange(), currentRow, remLinRows, currentEdge[i].children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } +} + +function scan() { + for (var cat in chart.active) { + var currentEdge = chart.active[cat]; + for (var i = 0, j = currentEdge.length; i < j; i++) { + if (currentEdge[i].remLin.length > 0 && currentEdge[i].remLin[0].id == "range") { + var newRange = rangeConcatLin(currentEdge[i].currLin, currentEdge[i].remLin[0]); + if (typeof newRange != 'undefined') { + var remLin = currentEdge[i].remLin.slice(0); + remLin.shift(); + var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, currentEdge[i].linFound, currentEdge[i].currLabel, newRange, remLin, currentEdge[i].remLinRows, currentEdge[i].children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } +} + +function combine() { + for (var cat in chart.active) { + for (var i = 0; i < chart.active[cat].length; i++) { + var currentEdge = chart.active[cat][i]; + if (currentEdge.remLin.length && currentEdge.remLin[0].id == "argProj") { + var argNumber = currentEdge.remLin[0].i; + var catToCombine = currentEdge.args[argNumber]; + if (chart.passive[catToCombine]) { + for (var k = 0, l = chart.passive[catToCombine].length; k < l; k++) { + var currentPassive = chart.passive[catToCombine][k]; + var remLin = currentEdge.remLin.slice(0); + var linRow = currentPassive[remLin[0].label]; + if (typeof linRow != 'undefined') { + var newLinRow = linRow.slice(0); + if (currentEdge.children[argNumber].length == 0) { + var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); + if (typeof newRange != 'undefined') { + remLin.shift(); + var children = currentEdge.children.slice(0); + children[argNumber] = currentPassive.slice(0); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } else { + var child = currentEdge.children[argNumber]; + if (linRecsAreEqual(currentPassive, child)) { + var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); + if (typeof newRange != 'undefined') { + remLin.shift(); + var children = currentEdge.children.slice(0); + children[argNumber] = currentPassive.slice(0); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } + } + } + } + } + } +} + +// Checks if the parsing goal is in the chart +function foundTarget(cat, linRec) { + if (chart.passive[cat]) { + for (var i = 0, j = chart.passive[cat].length; i < j; i++) { + if (linRecsAreEqual(linRec, chart.passive[cat][i])) { + return true; + } + } + } + return false; +} + +// Filters the active edges that are relevant for tree extraction +function filterActiveEdges() { + var activeEdges = new Array(); + for (var cat in chart.active) { + activeEdges[cat] = new Array(); + for (var i = 0, j = chart.active[cat].length; i < j; i++) { + var currentEdge = chart.active[cat][i]; + if (currentEdge.remLin.length == 0 && currentEdge.remLinRows.length == 0) { + var linFound = currentEdge.linFound.slice(0); + linFound.push(new Array(currentEdge.currLin)); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, linFound, "", "", "", "", currentEdge.children); + activeEdges[cat].push(newActive); + } + } + } + return activeEdges; +} + +// Extracts the parse trees from the chart +function extractTrees(cat, linRec, activeEdges, currentTree) { + var trees = new Array(); + for (var i = 0, j = activeEdges[cat].length; i < j; i++) { + var currentEdge = activeEdges[cat][i]; + var currentNode = "(" + cat + "-" + i + ")"; + if (currentTree.indexOf(currentNode) == -1 && cat == currentEdge.cat && linRecsAreEqual(linRec, currentEdge.linFound)) { + var subTrees = new Array(); + for (var k = 0, l = currentEdge.children.length; k < l; k++) { + subTrees.push(extractTrees(currentEdge.args[k], currentEdge.children[k].slice(0), activeEdges, currentTree + currentNode)); + } + var combinedSubTrees = combineLins(subTrees); + if (combinedSubTrees) { + if (currentEdge.children.length == 0) { combinedSubTrees.push(new Array()); } + for (var m = 0, n = combinedSubTrees.length; m < n; m++) { + var tree = buildTree(currentEdge.profile, combinedSubTrees[m]); + if (tree) { + trees.push(tree); + } + } + } + } + } + if (trees.length == 0) { + return undefined; + } else { + return trees; + } +} + +// Builds a tree according to the profile +function buildTree(profile, args) { + switch(profile.id) + { + case "FunApp": + var tree = new Fun(profile.name); + for (var i = 0, j = profile.args.length; i < j; i++) { + var subTree = buildTree(profile.args[i], args); + if (subTree) { + tree.setArg(i, subTree); + } else { + return undefined; + } + } + return tree; + case "Lit": + return new Fun(profile.name); + case "MetaVar": + return new Fun("?"); + case "Arg": + return args[profile.i]; + case "Unify": + var subTrees = new Array(); + for (var i = 0, j = profile.args.length; i < j; i++) { + subTrees.push(buildTree(profile.args[i], args)) + } + return unifySubTrees(subTrees); + } +} + +// Tree unification functions +function unifySubTrees(subTrees) { + var t = subTrees[0]; + for (var i = 1, j = subTrees.length; i < j; i++) { + t = unify(t, subTrees[i]); + if (!t) { return undefined; } + } + return t; +} + +function unify(a, b) { + if (a.isMeta()) { return b }; + if (b.isMeta()) { return a }; + if (a.name == b.name && a.args.length == b.args.length) { + for (var i = 0, j = a.args.length; i < j; i++) { + if (!unify(a.args[i], b.args[i])) { return undefined; } + } + return a + }; + return undefined; +} diff --git a/old-lib/javascript/grammar.js b/old-lib/javascript/grammar.js new file mode 100644 index 000000000..69175bba4 --- /dev/null +++ b/old-lib/javascript/grammar.js @@ -0,0 +1 @@ +var Food = new GFGrammar(new GFAbstract("Phrase",{Boring: new Type([], "Quality"), Cheese: new Type([], "Kind"), Delicious: new Type([], "Quality"), Expensive: new Type([], "Quality"), Fish: new Type([], "Kind"), Fresh: new Type([], "Quality"), Is: new Type(["Item", "Quality"], "Phrase"), Italian: new Type([], "Quality"), QKind: new Type(["Quality", "Kind"], "Kind"), That: new Type(["Kind"], "Item"), This: new Type(["Kind"], "Item"), Very: new Type(["Quality"], "Quality"), Warm: new Type([], "Quality"), Wine: new Type([], "Kind")}),{FoodEng: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("boring"));}, Cheese: function(cs){return new Arr(new Str("cheese"));}, Delicious: function(cs){return new Arr(new Str("delicious"));}, Expensive: function(cs){return new Arr(new Str("expensive"));}, Fish: function(cs){return new Arr(new Str("fish"));}, Fresh: function(cs){return new Arr(new Str("fresh"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("is"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("Italian"));}, QKind: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), cs[1].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("that"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("this"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("very"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("warm"));}, Wine: function(cs){return new Arr(new Str("wine"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("boring")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delicious")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("expensive")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresh")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("very"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("warm")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("cheese")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("fish")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("wine")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("is"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("that"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("this"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]})), FoodIta: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("noioso"));}, Cheese: function(cs){return new Arr(new Str("formaggio"));}, Delicious: function(cs){return new Arr(new Str("delizioso"));}, Expensive: function(cs){return new Arr(new Str("caro"));}, Fish: function(cs){return new Arr(new Str("pesce"));}, Fresh: function(cs){return new Arr(new Str("fresco"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("è"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("italiano"));}, QKind: function(cs){return new Arr(new Seq(cs[1].sel(new Int(0)), cs[0].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("quel"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("questo"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("molto"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("caldo"));}, Wine: function(cs){return new Arr(new Str("vino"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("noioso")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delizioso")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("caro")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresco")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("italiano")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("molto"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("caldo")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("formaggio")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("pesce")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("vino")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("è"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("quel"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("questo"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]}))}); diff --git a/old-lib/javascript/minus.png b/old-lib/javascript/minus.png new file mode 100644 index 000000000..84cc2a9ba Binary files /dev/null and b/old-lib/javascript/minus.png differ diff --git a/old-lib/javascript/plus.png b/old-lib/javascript/plus.png new file mode 100644 index 000000000..4d2e8ee83 Binary files /dev/null and b/old-lib/javascript/plus.png differ diff --git a/old-lib/javascript/style.css b/old-lib/javascript/style.css new file mode 100644 index 000000000..962c3701f --- /dev/null +++ b/old-lib/javascript/style.css @@ -0,0 +1,241 @@ +body { + font-family:arial,helvetica,sans-serif; + font-size:12px; + background-color: white; +} + +#wrapper { + width:740px; + height:520px; + margin:auto 50px; + border:1px solid gray; + padding:10px; + +} + +#absFrame { + width:250px; + height:250px; + padding:10px; + border:1px solid gray; + float:left; + white-space: nowrap; +} + +#conFrame { + width:436px; + height:250px; + margin-left:10px; + padding:10px; + border:1px solid gray; + float:left; + white-space: normal; + overflow:auto; +} + +#actFrame { + width:250px; + height:170px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#refFrame { + width:436px; + height:170px; + margin-left:10px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#messageFrame { + width:506px; + height:15px; + margin-top:10px; + margin-right:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:hidden; +} + +#clipboardFrame { + width:180px; + height:15px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#tree { + left: -10px; + top: -10px; + width: 250px; + height: 250px; + margin: 0px; + padding: 10px; + overflow: auto; +} + +ul { + position: relative; + list-style: none; + margin-left: 20px; + padding: 0px; +} + +li { + position: relative; +} + +img.tree-menu { + margin-right: 5px; +} + +a.tree:link, a.tree:visited, a.tree:active { + color: black; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +a.tree:hover { + color: blue; + background-color: white; + text-decoration: underline; + margin-right:10px; +} + +a.treeSelected:link, a.treeSelected:visited, a.treeSelected:active { + color: white; + background-color: #3366CC; + text-decoration: none; + margin-right:10px; +} + +a.treeSelected:hover { + color: white; + background-color: #3366CC; + text-decoration: underline; + margin-right:10px; +} + +a.treeGray:link, a.treeGray:visited, a.treeGray:active { + color: silver; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +a.treeGray:hover { + color: silver; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +table.action, table.refinement, table.wrapper, table.tree, table.language { + margin: 0px; + padding: 0px; + border-style: none; + border-collapse: collapse; + border-spacing: 0px; +} + +tr.selected { + color: white; + background-color: #3366CC; +} + +tr.unavailable, tr.closed { + color: silver; + background-color: white; +} + +tr.unavailable:hover { + color: silver; + background-color: #3366CC; +} + +tr.action, tr.refinement, tr.wrapper, tr.tree { + color: black; + background-color: white; +} + +tr.action:hover, tr.refinement:hover, tr.wrapper:hover, tr.tree:hover { + color: white; + background-color: #3366CC; +} + +td.action { + width: 220px; + margin: 0px; + padding: 0px; +} + +td.refinement, td.wrapper, td.tree { + width: 515px; + margin: 0px; + padding: 0px; +} + +td.hotKey { + width: 30px; + margin: 0px; + padding: 0px; + text-align: right; +} + +td.language { + color: black; + background-color: white; + margin: 1px; + padding: 1px; +} + +td.language:hover { + color: blue; + background-color: white; + text-decoration: underline; + margin: 1px; + padding: 1px; +} + +td.selected { + color: white; + background-color: #3366CC; + margin: 1px; + padding: 1px; +} + +td.selected:hover { + color: white; + background-color: #3366CC; + text-decoration: underline; + margin: 1px; + padding: 1px; +} + +p { + margin-bottom: 40px; +} + +span.normal { + color: black; + background-color: white; + text-decoration: none; +} + +span.selected { + color: white; + background-color: #3366CC; + text-decoration: none; +} diff --git a/old-lib/javascript/translator.css b/old-lib/javascript/translator.css new file mode 100644 index 000000000..f7f771927 --- /dev/null +++ b/old-lib/javascript/translator.css @@ -0,0 +1,54 @@ +body { + color: black; + background-color: white; +} + +dl { + +} + +dt { + margin: 0; + padding: 0; +} + +dl dd { + margin: 0; + padding: 0; +} + +dl.fromLang dt { + display: none; +} + +dl.toLang { + border-width: 1px 0 0 0; + border-style: solid; + border-color: #c0c0c0; +} + +dl.toLang dt { + color: #c0c0c0; + display: block; + float: left; + width: 5em; +} + + +dl.toLang dd { + border-width: 0 0 1px 0; + border-style: solid; + border-color: #c0c0c0; +} + + +ul { + margin: 0; + padding: 0; +} + +li { + list-style-type: none; + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/old-lib/javascript/translator.html b/old-lib/javascript/translator.html new file mode 100644 index 000000000..b6fd37086 --- /dev/null +++ b/old-lib/javascript/translator.html @@ -0,0 +1,48 @@ + + + + + + + + + + + Web-based GF Translator + + +
    +

    + +

    +

    + From: + To: + +

    +
    +
    + + diff --git a/old-lib/javascript/translator.js b/old-lib/javascript/translator.js new file mode 100644 index 000000000..31da04290 --- /dev/null +++ b/old-lib/javascript/translator.js @@ -0,0 +1,51 @@ +function formatTranslation (outputs) { + var dl1 = document.createElement("dl"); + dl1.className = "fromLang"; + for (var fromLang in outputs) { + var ul = document.createElement("ul"); + addDefinition(dl1, document.createTextNode(fromLang), ul); + for (var i in outputs[fromLang]) { + var dl2 = document.createElement("dl"); + dl2.className = "toLang"; + for (var toLang in outputs[fromLang][i]) { + addDefinition(dl2, document.createTextNode(toLang), document.createTextNode(outputs[fromLang][i][toLang])); + } + addItem(ul, dl2); + } + } + + return dl1; +} + +/* DOM utilities for specific tags */ + +function addDefinition (dl, t, d) { + var dt = document.createElement("dt"); + dt.appendChild(t); + dl.appendChild(dt); + var dd = document.createElement("dd"); + dd.appendChild(d); + dl.appendChild(dd); +} + +function addItem (ul, i) { + var li = document.createElement("li"); + li.appendChild(i); + ul.appendChild(li); +} + +function addOption (select, value, content) { + var option = document.createElement("option"); + option.value = value; + option.appendChild(document.createTextNode(content)); + select.appendChild(option); +} + +/* General DOM utilities */ + +/* Removes all the children of a node */ +function removeChildren(node) { + while (node.hasChildNodes()) { + node.removeChild(node.firstChild); + } +} diff --git a/next-lib/src/prelude/Coordination.gf b/old-lib/prelude/Coordination.gf similarity index 93% rename from next-lib/src/prelude/Coordination.gf rename to old-lib/prelude/Coordination.gf index 4c7f55f40..499b45306 100644 --- a/next-lib/src/prelude/Coordination.gf +++ b/old-lib/prelude/Coordination.gf @@ -125,14 +125,5 @@ oper s2 = xs.s2 } ; - consrTable3 : (P,Q,R : Type) -> Str -> {s : P => Q => R => Str} -> - ListTable3 P Q R -> ListTable3 P Q R = - \P,Q,R,c,x,xs -> - {s1 = table P {p => table Q {q => table R { - r => x.s ! p ! q ! r ++ c ++ xs.s1 ! p ! q ! r - }}} ; - s2 = xs.s2 - } ; - } ; diff --git a/next-lib/src/prelude/Formal.gf b/old-lib/prelude/Formal.gf similarity index 100% rename from next-lib/src/prelude/Formal.gf rename to old-lib/prelude/Formal.gf diff --git a/next-lib/src/prelude/HTML.gf b/old-lib/prelude/HTML.gf similarity index 100% rename from next-lib/src/prelude/HTML.gf rename to old-lib/prelude/HTML.gf diff --git a/next-lib/src/prelude/Latex.gf b/old-lib/prelude/Latex.gf similarity index 100% rename from next-lib/src/prelude/Latex.gf rename to old-lib/prelude/Latex.gf diff --git a/next-lib/src/prelude/Precedence.gf b/old-lib/prelude/Precedence.gf similarity index 97% rename from next-lib/src/prelude/Precedence.gf rename to old-lib/prelude/Precedence.gf index ad166e515..62775958c 100644 --- a/next-lib/src/prelude/Precedence.gf +++ b/old-lib/prelude/Precedence.gf @@ -7,8 +7,8 @@ resource Precedence = open Prelude in { param Prec = p4 | p3 | p2 | p1 | p0 ; -oper -PrecTerm : Type = Prec => Str ; +oper +PrecTerm = Prec => Str ; oper pss : PrecTerm -> {s : PrecTerm} = \s -> {s = s} ; @@ -75,7 +75,7 @@ mkInfixR : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = -- alternative: -- precedence as inherent feature -oper TermWithPrec : Type = {s : Str ; p : Prec} ; +oper TermWithPrec = {s : Str ; p : Prec} ; oper mkpPrec : Str -> Prec -> TermWithPrec = @@ -114,4 +114,4 @@ mkpInfixL : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = mkpInfixR : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = \f -> \p -> \x -> \y -> mkpPrec (usePrec x (nextPrec ! p) ++ f ++ usePrec y p) p ; -} ; +} ; \ No newline at end of file diff --git a/next-lib/src/prelude/Predef.gf b/old-lib/prelude/Predef.gf similarity index 100% rename from next-lib/src/prelude/Predef.gf rename to old-lib/prelude/Predef.gf diff --git a/next-lib/src/prelude/PredefAbs.gf b/old-lib/prelude/PredefAbs.gf similarity index 100% rename from next-lib/src/prelude/PredefAbs.gf rename to old-lib/prelude/PredefAbs.gf diff --git a/next-lib/src/prelude/PredefCnc.gf b/old-lib/prelude/PredefCnc.gf similarity index 100% rename from next-lib/src/prelude/PredefCnc.gf rename to old-lib/prelude/PredefCnc.gf diff --git a/next-lib/src/prelude/Prelude.gf b/old-lib/prelude/Prelude.gf similarity index 100% rename from next-lib/src/prelude/Prelude.gf rename to old-lib/prelude/Prelude.gf diff --git a/next-lib/src/Make.hs b/old-lib/resource/Make.hs similarity index 79% rename from next-lib/src/Make.hs rename to old-lib/resource/Make.hs index 19d19bfa5..eff24eb06 100644 --- a/next-lib/src/Make.hs +++ b/old-lib/resource/Make.hs @@ -10,7 +10,7 @@ import System.Exit -- Make commands for compiling and testing resource grammars. -- usage: runghc Make ((present? OPT?) | (clone FILE))? LANGS? -- where --- - OPT = (lang | api | math | pgf | test | demo | parse | clean) +-- - OPT = (lang | api | math | pgf | test | demo | clean) -- - LANGS has the form e.g. langs=Eng,Fin,Rus -- - clone with a flag file=FILENAME clones the file to the specified languages, -- by replacing the 3-letter language name of the original in both @@ -22,7 +22,6 @@ import System.Exit default_gf = "../../dist/build/gf/gf" presApiPath = "-path=api:present" -presSymbolPath = "-path=.:abstract:present:common:romance:scandinavian" ---- -- the languages have long directory names and short ISO codes (3 letters) -- we also give the decodings for postprocessing linearizations, as long as grammars @@ -40,27 +39,23 @@ langsCoding = [ (("german", "Ger"),""), (("interlingua","Ina"),""), (("italian", "Ita"),""), - (("latin", "Lat"),""), (("norwegian","Nor"),""), - (("polish", "Pol"),""), - (("romanian", "Ron"),""), (("russian", "Rus"),""), (("spanish", "Spa"),""), (("swedish", "Swe"),""), - (("thai", "Tha"),"to_thai"), - (("turkish", "Tur"),"") + (("thai", "Tha"),"to_thai") ] langs = map fst langsCoding -- languagues for which to compile Lang -langsLang = langs `except` ["Ara","Pol","Ron","Tur"] +langsLang = langs `except` ["Ara"] -- languages for which to compile Try -langsAPI = langsLang `except` ["Bul","Hin","Ina","Lat","Rus","Tha"] +langsAPI = langsLang `except` ["Ara","Bul","Hin","Ina","Rus","Tha"] --- languages for which to compile minimal Syntax -langsMinimal = langs `only` ["Eng","Bul","Ger","Ita"] +-- languages for which to compile Mathematical +langsMath = langsAPI -- languages for which to run treebank test langsTest = langsLang `except` ["Ara","Bul","Cat","Hin","Rus","Spa","Tha"] @@ -68,9 +63,6 @@ langsTest = langsLang `except` ["Ara","Bul","Cat","Hin","Rus","Spa","Tha"] -- languages for which to run demo test langsDemo = langsLang `except` ["Ara","Hin","Ina","Tha"] --- languages for which to compile parsing grammars -langsParse = langs `only` ["Eng"] - -- languages for which langs.pgf is built langsPGF = langsTest `only` ["Eng","Fre","Swe"] @@ -95,18 +87,18 @@ make xx = do ifx "lang" $ do mapM_ (gfc pres [] . lang) (optl langsLang) - mapM_ (gfc pres presSymbolPath . symbol) (optl langsAPI) copy "*/*.gfo" dir ifx "compat" $ do mapM_ (gfc pres [] . compat) (optl langsCompat) copy "*/Compatibility*.gfo" dir ifx "api" $ do mapM_ (gfc pres presApiPath . try) (optl langsAPI) - mapM_ (gfc pres presApiPath . symbolic) (optl langsAPI) copy "*/*.gfo" dir - ifx "minimal" $ do - mapM_ (gfcmin presApiPath . syntax) (optl langsMinimal) - copy "api/*.gfo" "../minimal" + ifx "math" $ do + mapM_ (gfc False [] . math) (optl langsMath) + copy "mathematical/*.gfo" "../mathematical" + mapM_ (gfc False [] . symbolic) (optl langsMath) + copy "mathematical/Symbolic*.gfo" "../mathematical" ifxx "pgf" $ do run_gfc $ ["-s","--make","--name=langs","--parser=off", "--output-dir=" ++ dir] @@ -117,9 +109,6 @@ make xx = do ifxx "demo" $ do let ls = optl langsDemo gf (demos "Demo" ls) $ unwords ["demo/Demo" ++ la ++ ".gf" | (_,la) <- ls] - ifxx "parse" $ do - mapM_ (gfc pres [] . parse) (optl langsParse) - copy "parse/*.gfo parse/oald/*.gfo" dir ifxx "clean" $ do system "rm -f */*.gfo ../alltenses/*.gfo ../present/*.gfo" ifxx "clone" $ do @@ -136,11 +125,6 @@ gfc pres ppath file = do putStrLn $ "Compiling " ++ file run_gfc ["-s","-src", preproc, path, file] -gfcmin path file = do - let preproc = "-preproc=./mkMinimal" - putStrLn $ "Compiling minimal " ++ file - run_gfc ["-s","-src", preproc, path, file] - gf comm file = do putStrLn $ "Reading " ++ file let cmd = "echo \"" ++ comm ++ "\" | gf -s " ++ file @@ -155,13 +139,9 @@ demos abstr ls = "gr -number=100 | l -treebank " ++ unlexer abstr ls ++ lang (lla,la) = lla ++ "/All" ++ la ++ ".gf" compat (lla,la) = lla ++ "/Compatibility" ++ la ++ ".gf" -symbol (lla,la) = lla ++ "/Symbol" ++ la ++ ".gf" - try (lla,la) = "api/Try" ++ la ++ ".gf" -syntax (lla,la) = "api/Syntax" ++ la ++ ".gf" - -symbolic (lla,la) = "api/Symbolic" ++ la ++ ".gf" -parse (lla,la) = "parse/Parse" ++ la ++ ".gf" +math (lla,la) = "mathematical/Mathematical" ++ la ++ ".gf" +symbolic (lla,la) = "mathematical/Symbolic" ++ la ++ ".gf" except ls es = filter (flip notElem es . snd) ls only ls es = filter (flip elem es . snd) ls @@ -198,8 +178,7 @@ unlexer abstr ls = -- | Runs the gf executable in compile mode with the given arguments. run_gfc :: [String] -> IO () run_gfc args = - do let args' = ["-batch"] ++ filter (not . null) args ++ ["+RTS"] ++ rts_flags ++ ["-RTS"] ---- do let args' = ["-batch","-gf-lib-path=."] ++ filter (not . null) args ++ ["+RTS"] ++ rts_flags ++ ["-RTS"] --- why path? AR + do let args' = ["-batch","-gf-lib-path=../"] ++ filter (not . null) args ++ ["+RTS"] ++ rts_flags ++ ["-RTS"] putStrLn $ "Running: " ++ default_gf ++ " " ++ unwords (map showArg args') e <- rawSystem default_gf args' case e of diff --git a/old-lib/resource/Makefile b/old-lib/resource/Makefile new file mode 100644 index 000000000..7c7d1900f --- /dev/null +++ b/old-lib/resource/Makefile @@ -0,0 +1,49 @@ +RUNGHC=runghc +RUNMAKE=$(RUNGHC) Make.hs + +.PHONY: all present alltenses lang api math test demo synopsis link compiled clean + +all: link present alltenses math + +present: + $(RUNMAKE) present lang + $(RUNMAKE) present api + +alltenses: + $(RUNMAKE) lang + $(RUNMAKE) api + +lang: + $(RUNMAKE) lang + +api: + $(RUNMAKE) api + +math: + $(RUNMAKE) math + +compat: + gf -batch */Compatibility*.gf + cp -p */Compatibility*.gfo ../alltenses/ + cp -p */Compatibility*.gfo ../present/ +# $(RUNMAKE) present compat +# $(RUNMAKE) compat + +test: + $(RUNMAKE) test + +demo: + $(RUNMAKE) demo + +synopsis: + cd doc ; $(RUNGHC) MkSynopsis ; cd .. + +link: + chmod a+x mkPresent + +compiled: + (cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present mathematical) + +clean: + $(RUNMAKE) clean + diff --git a/next-lib/src/abstract/Adjective.gf b/old-lib/resource/abstract/Adjective.gf similarity index 78% rename from next-lib/src/abstract/Adjective.gf rename to old-lib/resource/abstract/Adjective.gf index d8fe2d9ac..4255b7eee 100644 --- a/next-lib/src/abstract/Adjective.gf +++ b/old-lib/resource/abstract/Adjective.gf @@ -7,18 +7,13 @@ abstract Adjective = Cat ** { -- The principal ways of forming an adjectival phrase are -- positive, comparative, relational, reflexive-relational, and -- elliptic-relational. +-- (The superlative use is covered in [Noun Noun.html].$SuperlA$.) PositA : A -> AP ; -- warm ComparA : A -> NP -> AP ; -- warmer than I ComplA2 : A2 -> NP -> AP ; -- married to her ReflA2 : A2 -> AP ; -- married to itself - UseA2 : A2 -> AP ; -- married - UseComparA : A -> AP ; -- warmer - CAdvAP : CAdv -> AP -> NP -> AP ; -- as cool as John - --- The superlative use is covered in $Ord$. - - AdjOrd : Ord -> AP ; -- warmest + UseA2 : A2 -> A ; -- married -- Sentence and question complements defined for all adjectival -- phrases, although the semantics is only clear for some adjectives. diff --git a/next-lib/src/abstract/Adverb.gf b/old-lib/resource/abstract/Adverb.gf similarity index 100% rename from next-lib/src/abstract/Adverb.gf rename to old-lib/resource/abstract/Adverb.gf diff --git a/next-lib/src/abstract/Backward.gf b/old-lib/resource/abstract/Backward.gf similarity index 100% rename from next-lib/src/abstract/Backward.gf rename to old-lib/resource/abstract/Backward.gf diff --git a/next-lib/src/abstract/Cat.gf b/old-lib/resource/abstract/Cat.gf similarity index 98% rename from next-lib/src/abstract/Cat.gf rename to old-lib/resource/abstract/Cat.gf index 0a1cebaf4..23b8f3b0e 100644 --- a/next-lib/src/abstract/Cat.gf +++ b/old-lib/resource/abstract/Cat.gf @@ -81,6 +81,7 @@ abstract Cat = Common ** { Det ; -- determiner phrase e.g. "those seven" Predet ; -- predeterminer (prefixed Quant) e.g. "all" Quant ; -- quantifier ('nucleus' of Det) e.g. "this/these" + Art ; -- article e.g. "the" Num ; -- number determining element e.g. "seven" Card ; -- cardinal number e.g. "seven" Ord ; -- ordinal number (used in Det) e.g. "seventh" diff --git a/next-lib/src/abstract/Common.gf b/old-lib/resource/abstract/Common.gf similarity index 95% rename from next-lib/src/abstract/Common.gf rename to old-lib/resource/abstract/Common.gf index 2aa8f0d59..76bfd9cf4 100644 --- a/next-lib/src/abstract/Common.gf +++ b/old-lib/resource/abstract/Common.gf @@ -46,14 +46,11 @@ abstract Common = { --2 Tense, polarity, and anteriority - Temp ; -- temporal and aspectual features e.g. past anterior Tense ; -- tense e.g. present, past, future Pol ; -- polarity e.g. positive, negative Ant ; -- anteriority e.g. simultaneous, anterior fun - TTAnt : Tense -> Ant -> Temp ; - PPos, PNeg : Pol ; -- I sleep/don't sleep TPres : Tense ; diff --git a/next-lib/src/abstract/Compatibility.gf b/old-lib/resource/abstract/Compatibility.gf similarity index 100% rename from next-lib/src/abstract/Compatibility.gf rename to old-lib/resource/abstract/Compatibility.gf diff --git a/next-lib/src/abstract/Conjunction.gf b/old-lib/resource/abstract/Conjunction.gf similarity index 57% rename from next-lib/src/abstract/Conjunction.gf rename to old-lib/resource/abstract/Conjunction.gf index 3c40fe1f0..4c2183919 100644 --- a/next-lib/src/abstract/Conjunction.gf +++ b/old-lib/resource/abstract/Conjunction.gf @@ -17,11 +17,15 @@ abstract Conjunction = Cat ** { --2 Rules fun - ConjS : Conj -> [S] -> S ; -- "he walks and she runs" - ConjRS : Conj -> [RS] -> RS ; -- "who walks and whose mother runs" - ConjAP : Conj -> [AP] -> AP ; -- "cold and warm" - ConjNP : Conj -> [NP] -> NP ; -- "she or we" - ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there" + ConjS : Conj -> [S] -> S ; -- "he walks and she runs" + ConjAP : Conj -> [AP] -> AP ; -- "cold and warm" + ConjNP : Conj -> [NP] -> NP ; -- "she or we" + ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there" + +---b DConjS : DConj -> [S] -> S ; -- "either he walks or she runs" +---b DConjAP : DConj -> [AP] -> AP ; -- "both warm and cold" +---b DConjNP : DConj -> [NP] -> NP ; -- "either he or she" +---b DConjAdv : DConj -> [Adv] -> Adv; -- "both here and there" --2 Categories @@ -29,7 +33,6 @@ abstract Conjunction = Cat ** { cat [S]{2} ; - [RS]{2} ; [Adv]{2} ; [NP]{2} ; [AP]{2} ; @@ -43,3 +46,7 @@ abstract Conjunction = Cat ** { -- ConsC : C -> [C] -> [C] ; } +--. +-- *Note*. This module uses right-recursive lists. If backward +-- compatibility with API 0.9 is needed, use +-- [SeqConjunction SeqConjunction.html]. diff --git a/next-lib/src/abstract/Extra.gf b/old-lib/resource/abstract/Extra.gf similarity index 91% rename from next-lib/src/abstract/Extra.gf rename to old-lib/resource/abstract/Extra.gf index fe893d958..b0601019f 100644 --- a/next-lib/src/abstract/Extra.gf +++ b/old-lib/resource/abstract/Extra.gf @@ -11,7 +11,7 @@ abstract Extra = Cat ** { ComplBareVS : VS -> S -> VP ; -- know you go StrandRelSlash : RP -> ClSlash -> RCl ; -- that he lives in - EmptyRelSlash : ClSlash -> RCl ; -- he lives in + EmptyRelSlash : RP -> ClSlash -> RCl ; -- he lives in StrandQuestSlash : IP -> ClSlash -> QCl ; -- whom does John live with -- $VP$ conjunction, which has different fragments implemented in diff --git a/next-lib/src/abstract/Grammar.gf b/old-lib/resource/abstract/Grammar.gf similarity index 100% rename from next-lib/src/abstract/Grammar.gf rename to old-lib/resource/abstract/Grammar.gf diff --git a/next-lib/src/abstract/Idiom.gf b/old-lib/resource/abstract/Idiom.gf similarity index 100% rename from next-lib/src/abstract/Idiom.gf rename to old-lib/resource/abstract/Idiom.gf diff --git a/next-lib/src/abstract/Lang.gf b/old-lib/resource/abstract/Lang.gf similarity index 100% rename from next-lib/src/abstract/Lang.gf rename to old-lib/resource/abstract/Lang.gf diff --git a/next-lib/src/abstract/Lexicon.gf b/old-lib/resource/abstract/Lexicon.gf similarity index 99% rename from next-lib/src/abstract/Lexicon.gf rename to old-lib/resource/abstract/Lexicon.gf index 2c2a97c0f..59b844ec9 100644 --- a/next-lib/src/abstract/Lexicon.gf +++ b/old-lib/resource/abstract/Lexicon.gf @@ -137,6 +137,7 @@ fun harbour_N : N ; hate_V2 : V2 ; hat_N : N ; + have_V2 : V2 ; head_N : N ; heart_N : N ; hear_V2 : V2 ; @@ -162,7 +163,7 @@ fun king_N : N ; knee_N : N ; know_V2 : V2 ; - know_VS : VS ; + know_V2 : V2 ; lake_N : N ; lamp_N : N ; language_N : N ; diff --git a/next-lib/src/abstract/Noun.gf b/old-lib/resource/abstract/Noun.gf similarity index 88% rename from next-lib/src/abstract/Noun.gf rename to old-lib/resource/abstract/Noun.gf index 2daf141d6..9e93f053e 100644 --- a/next-lib/src/abstract/Noun.gf +++ b/old-lib/resource/abstract/Noun.gf @@ -37,10 +37,11 @@ abstract Noun = Cat ** { --2 Determiners -- The determiner has a fine-grained structure, in which a 'nucleus' --- quantifier and an optional numeral can be discerned. +-- quantifier and two optional parts can be discerned: a cardinal and +-- an ordinal numeral. - DetQuant : Quant -> Num -> Det ; -- these five DetQuantOrd : Quant -> Num -> Ord -> Det ; -- these five best + DetQuant : Quant -> Num -> Det ; -- these five -- Whether the resulting determiner is singular or plural depends on the -- cardinal. @@ -75,14 +76,22 @@ abstract Noun = Cat ** { -- neatly distinct words (Spanish "un, unos ; el, los") but also without -- any particular word (Finnish; Swedish definites). - IndefArt : Quant ; - DefArt : Quant ; + DetArtOrd : Art -> Num -> Ord -> Det ; -- the (five) best + DetArtCard : Art -> Card -> Det ; -- the five + + IndefArt : Art ; + DefArt : Art ; + +-- Articles cannot alone form noun phrases, but need a noun. + + DetArtSg : Art -> CN -> NP ; -- the man + DetArtPl : Art -> CN -> NP ; -- the men -- Nouns can be used without an article as mass nouns. The resource does -- not distinguish mass nouns from other common nouns, which can result -- in semantically odd expressions. - MassNP : CN -> NP ; -- (beer) + MassNP : CN -> NP ; -- (beer) -- Pronouns have possessive forms. Genitives of other kinds -- of noun phrases are not given here, since they are not possible @@ -132,5 +141,4 @@ abstract Noun = Cat ** { ApposCN : CN -> NP -> CN ; -- city Paris (, numbers x and y) - } ; diff --git a/next-lib/src/abstract/Numeral.gf b/old-lib/resource/abstract/Numeral.gf similarity index 100% rename from next-lib/src/abstract/Numeral.gf rename to old-lib/resource/abstract/Numeral.gf diff --git a/next-lib/src/abstract/Phrase.gf b/old-lib/resource/abstract/Phrase.gf similarity index 100% rename from next-lib/src/abstract/Phrase.gf rename to old-lib/resource/abstract/Phrase.gf diff --git a/next-lib/src/abstract/Question.gf b/old-lib/resource/abstract/Question.gf similarity index 100% rename from next-lib/src/abstract/Question.gf rename to old-lib/resource/abstract/Question.gf diff --git a/next-lib/src/abstract/Relative.gf b/old-lib/resource/abstract/Relative.gf similarity index 90% rename from next-lib/src/abstract/Relative.gf rename to old-lib/resource/abstract/Relative.gf index 00289bdf5..6db45d085 100644 --- a/next-lib/src/abstract/Relative.gf +++ b/old-lib/resource/abstract/Relative.gf @@ -17,7 +17,7 @@ abstract Relative = Cat ** { RelSlash : RP -> ClSlash -> RCl ; -- whom John loves -- Relative pronouns are formed from an 'identity element' by prefixing --- or suffixing (depending on language) prepositional phrases or genitives. +-- or suffixing (depending on language) prepositional phrases. IdRP : RP ; -- which FunRP : Prep -> NP -> RP -> RP ; -- the mother of whom diff --git a/next-lib/src/abstract/Sentence.gf b/old-lib/resource/abstract/Sentence.gf similarity index 86% rename from next-lib/src/abstract/Sentence.gf rename to old-lib/resource/abstract/Sentence.gf index 903567ea1..1f771e12c 100644 --- a/next-lib/src/abstract/Sentence.gf +++ b/old-lib/resource/abstract/Sentence.gf @@ -57,23 +57,18 @@ abstract Sentence = Cat ** { -- anteriority, which are defined in [``Common`` Common.html]. fun - UseCl : Temp -> Pol -> Cl -> S ; - UseQCl : Temp -> Pol -> QCl -> QS ; - UseRCl : Temp -> Pol -> RCl -> RS ; - UseSlash : Temp -> Pol -> ClSlash -> SSlash ; + UseCl : Tense -> Ant -> Pol -> Cl -> S ; + UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; + UseRCl : Tense -> Ant -> Pol -> RCl -> RS ; + UseSlash : Tense -> Ant -> Pol -> ClSlash -> SSlash ; -- An adverb can be added to the beginning of a sentence. - AdvS : Adv -> S -> S ; -- today, I will go home + AdvS : Adv -> S -> S ; -- today, I will go home -- A sentence can be modified by a relative clause referring to its contents. - RelS : S -> RS -> S ; -- she sleeps, which is good - ----- A sentence can also be post-modified by a subjunct sentence. - ----- ModSubjS : S -> Subj -> S -> S ; -- she sleeps, because she is old ----- cf. Adverb.SubjS + RelS : S -> RS -> S ; -- she sleeps, which is good } diff --git a/next-lib/src/abstract/Structural.gf b/old-lib/resource/abstract/Structural.gf similarity index 92% rename from next-lib/src/abstract/Structural.gf rename to old-lib/resource/abstract/Structural.gf index dbf9eb6c5..d616ba9d5 100644 --- a/next-lib/src/abstract/Structural.gf +++ b/old-lib/resource/abstract/Structural.gf @@ -108,16 +108,4 @@ abstract Structural = Cat ** { youPl_Pron : Pron ; -- you (plural) youPol_Pron : Pron ; -- you (polite) - no_Quant : Quant ; - not_Predet : Predet ; - if_then_Conj : Conj ; - at_least_AdN : AdN ; - at_most_AdN : AdN ; - nobody_NP : NP ; - nothing_NP : NP ; - except_Prep : Prep ; - - as_CAdv : CAdv ; - - have_V2 : V2 ; } diff --git a/next-lib/src/abstract/Text.gf b/old-lib/resource/abstract/Text.gf similarity index 100% rename from next-lib/src/abstract/Text.gf rename to old-lib/resource/abstract/Text.gf diff --git a/next-lib/src/abstract/Verb.gf b/old-lib/resource/abstract/Verb.gf similarity index 100% rename from next-lib/src/abstract/Verb.gf rename to old-lib/resource/abstract/Verb.gf diff --git a/old-lib/resource/api/Combinators.gf b/old-lib/resource/api/Combinators.gf new file mode 100644 index 000000000..23426df08 --- /dev/null +++ b/old-lib/resource/api/Combinators.gf @@ -0,0 +1,199 @@ +--1 Combinators: a High-Level Syntax API + +-- This module defines some "grammatical functions" that give shortcuts to +-- typical constructions. [``Constructors`` Constructors.html] and the +-- language-specific ``Paradigms`` modules are usually needed +-- to construct arguments of these functions. + +incomplete resource Combinators = open Grammar in { + + oper + +--2 Predication + + pred : overload { + pred : V -> NP -> Cl ; -- x converges + pred : V2 -> NP -> NP -> Cl ; -- x intersects y + pred : V3 -> NP -> NP -> NP -> Cl ; -- x intersects y at z + pred : V -> NP -> NP -> Cl ; -- x and y intersect + pred : A -> NP -> Cl ; -- x is even + pred : A2 -> NP -> NP -> Cl ; -- x is divisible by y + pred : A -> NP -> NP -> Cl ; -- x and y are equal + pred : N -> NP -> Cl ; -- x is a maximum + pred : CN -> NP -> Cl ; -- x is a local maximum + pred : NP -> NP -> Cl ; -- x is the neutral element + pred : N -> NP -> NP -> Cl ; -- x and y are inverses + pred : Adv -> NP -> Cl ; -- x is in scope + pred : Prep -> NP -> NP -> Cl -- x is outside y + } ; + +--2 Function application + + app : overload { + app : N -> NP ; + app : N2 -> NP -> NP ; + app : N3 -> NP -> NP -> NP ; + app : N2 -> NP -> NP -> NP ; + app : N2 -> N -> CN ; + + app : N2 -> NP -> CN ; -- divisor of x + app : N3 -> NP -> NP -> CN ; -- path from x to y + app : N2 -> NP -> NP -> CN ; -- path between x and y + } ; + +--2 Coordination + + coord : overload { + coord : Conj -> Adv -> Adv -> Adv ; + coord : Conj -> AP -> AP -> AP ; + coord : Conj -> NP -> NP -> NP ; + coord : Conj -> S -> S -> S ; + coord : Conj -> ListAdv -> Adv ; + coord : Conj -> ListAP -> AP ; + coord : Conj -> ListNP -> NP ; + coord : Conj -> ListS -> S ; + + } ; + +--2 Modification + + mod : overload { + mod : A -> N -> CN ; + mod : AP -> CN -> CN ; + mod : AdA -> A -> AP ; + mod : Det -> N -> NP ; + mod : Det -> CN -> NP ; + mod : Quant -> N -> NP ; + mod : Quant -> CN -> NP ; + mod : Predet -> N -> NP ; + mod : Numeral -> N -> NP + + + } ; + +--2 Negation + + neg : overload { + neg : Imp -> Utt ; + neg : Cl -> S ; + neg : QCl -> QS ; + neg : RCl -> RS + }; + +--2 Text append + +-- This is not in ground API, because it would destroy parsing. + + appendText : Text -> Text -> Text ; + +--. + + pred = overload { + pred : V -> NP -> Cl + = \v,np -> PredVP np (UseV v) ; + pred : V2 -> NP -> NP -> Cl + = \v,np,ob -> PredVP np (ComplSlash (SlashV2a v) ob) ; + pred : V3 -> NP -> NP -> NP -> Cl + = \v,np,ob,ob2 -> + PredVP np (ComplSlash (Slash2V3 v ob) ob2) ; + pred : V -> NP -> NP -> Cl + = \v,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseV v) ; + pred : A -> NP -> Cl + = \a,np -> PredVP np (UseComp (CompAP (PositA a))) ; + pred : A2 -> NP -> NP -> Cl + = \a,x,y -> PredVP x (UseComp (CompAP (ComplA2 a y))) ; + pred : A -> NP -> NP -> Cl + = \a,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompAP (PositA a))) ; + pred : N -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (UseN n)))) ; + pred : CN -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) n))) ; + pred : NP -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP n)) ; pred : N2 -> NP -> NP -> Cl + = \n,x,y -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (ComplN2 n y)))) ; + pred : N -> NP -> NP -> Cl + = \n,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompNP (DetArtPl (IndefArt) (UseN n)))) ; + pred : Adv -> NP -> Cl + = \a,x -> PredVP x (UseComp (CompAdv a)) ; + pred : Prep -> NP -> NP -> Cl + = \p,x,y -> PredVP x (UseComp (CompAdv (PrepNP p y))) + + } ; + + app = overload { + app : N -> NP + = \n -> (DetArtSg (DefArt) (UseN n)) ; + app : N2 -> NP -> NP + = \n,x -> (DetArtSg (DefArt) (ComplN2 n x)) ; + app : N3 -> NP -> NP -> NP + = \n,x,y -> (DetArtSg (DefArt) (ComplN2 (ComplN3 n x) y)) ; + app : N2 -> NP -> NP -> NP + = \n,x,y -> (DetArtSg DefArt (ComplN2 n (ConjNP and_Conj (BaseNP x y)))) ; + app : N2 -> N -> CN + = \f,n -> ComplN2 f (DetArtPl (IndefArt) (UseN n)) ; + + app : N2 -> NP -> CN = ComplN2 ; + app : N3 -> NP -> NP -> CN = \n,x,y -> ComplN2 (ComplN3 n x) y ; + app : N2 -> NP -> NP -> CN = \n,x,y -> + ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; + } ; + + coord = overload { + coord : Conj -> Adv -> Adv -> Adv + = \c,x,y -> ConjAdv c (BaseAdv x y) ; + coord : Conj -> AP -> AP -> AP + = \c,x,y -> ConjAP c (BaseAP x y) ; + coord : Conj -> NP -> NP -> NP + = \c,x,y -> ConjNP c (BaseNP x y) ; + coord : Conj -> S -> S -> S + = \c,x,y -> ConjS c (BaseS x y) ; + coord : Conj -> ListAdv -> Adv + = \c,xy -> ConjAdv c xy ; + coord : Conj -> ListAP -> AP + = \c,xy -> ConjAP c xy ; + coord : Conj -> ListNP -> NP + = \c,xy -> ConjNP c xy ; + coord : Conj -> ListS -> S + = \c,xy -> ConjS c xy + } ; + + mod = overload { + mod : A -> N -> CN + = \a,n -> AdjCN (PositA a) (UseN n) ; + mod : AP -> CN -> CN + = \a,n -> AdjCN a n ; + mod : AdA -> A -> AP + = \m,a -> AdAP m (PositA a) ; + + mod : Det -> N -> NP + = \d,n -> DetCN d (UseN n) ; + mod : Det -> CN -> NP + = \d,n -> DetCN d n ; + mod : Quant -> N -> NP + = \q,n -> DetCN (DetQuant (q) NumSg) (UseN n) ; + mod : Quant -> CN -> NP + = \q,n -> DetCN (DetQuant (q) NumSg) n ; + mod : Predet -> N -> NP + = \q,n -> PredetNP q (DetArtPl (IndefArt) (UseN n)) ; + mod : Numeral -> N -> NP + = \nu,n -> DetCN (DetArtCard (IndefArt) (NumNumeral nu)) (UseN n) + + } ; + + neg = overload { + neg : Imp -> Utt + = UttImpSg PNeg ; + neg : Cl -> S + = UseCl TPres ASimul PNeg; + neg : QCl -> QS + = UseQCl TPres ASimul PNeg; + neg : RCl -> RS + = UseRCl TPres ASimul PNeg + }; + +-- This is not in ground API, because it would destroy parsing. + + appendText : Text -> Text -> Text + = \x,y -> {s = x.s ++ y.s ; lock_Text = <>} ; + +} diff --git a/old-lib/resource/api/CombinatorsAra.gf b/old-lib/resource/api/CombinatorsAra.gf new file mode 100644 index 000000000..707b6be7d --- /dev/null +++ b/old-lib/resource/api/CombinatorsAra.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsAra = Combinators with (Grammar = GrammarAra) ; diff --git a/old-lib/resource/api/CombinatorsBul.gf b/old-lib/resource/api/CombinatorsBul.gf new file mode 100644 index 000000000..882a7c875 --- /dev/null +++ b/old-lib/resource/api/CombinatorsBul.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsBul = Combinators with (Grammar = GrammarBul) ; diff --git a/old-lib/resource/api/CombinatorsCat.gf b/old-lib/resource/api/CombinatorsCat.gf new file mode 100644 index 000000000..af78ebfda --- /dev/null +++ b/old-lib/resource/api/CombinatorsCat.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsCat = Combinators with (Grammar = GrammarCat) ; diff --git a/old-lib/resource/api/CombinatorsDan.gf b/old-lib/resource/api/CombinatorsDan.gf new file mode 100644 index 000000000..dff911eba --- /dev/null +++ b/old-lib/resource/api/CombinatorsDan.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsDan = Combinators with (Grammar = GrammarDan) ; diff --git a/old-lib/resource/api/CombinatorsEng.gf b/old-lib/resource/api/CombinatorsEng.gf new file mode 100644 index 000000000..df539e513 --- /dev/null +++ b/old-lib/resource/api/CombinatorsEng.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsEng = Combinators with (Grammar = GrammarEng) ; diff --git a/old-lib/resource/api/CombinatorsFin.gf b/old-lib/resource/api/CombinatorsFin.gf new file mode 100644 index 000000000..e5da96407 --- /dev/null +++ b/old-lib/resource/api/CombinatorsFin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsFin = Combinators with (Grammar = GrammarFin) ; diff --git a/old-lib/resource/api/CombinatorsFre.gf b/old-lib/resource/api/CombinatorsFre.gf new file mode 100644 index 000000000..48d2166e4 --- /dev/null +++ b/old-lib/resource/api/CombinatorsFre.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsFre = Combinators with (Grammar = GrammarFre) ; diff --git a/old-lib/resource/api/CombinatorsGer.gf b/old-lib/resource/api/CombinatorsGer.gf new file mode 100644 index 000000000..e209fa136 --- /dev/null +++ b/old-lib/resource/api/CombinatorsGer.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsGer = Combinators with (Grammar = GrammarGer) ; diff --git a/old-lib/resource/api/CombinatorsHin.gf b/old-lib/resource/api/CombinatorsHin.gf new file mode 100644 index 000000000..e75f470c2 --- /dev/null +++ b/old-lib/resource/api/CombinatorsHin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsHin = Combinators with (Grammar = GrammarHin) ; diff --git a/old-lib/resource/api/CombinatorsIna.gf b/old-lib/resource/api/CombinatorsIna.gf new file mode 100644 index 000000000..43db76efb --- /dev/null +++ b/old-lib/resource/api/CombinatorsIna.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsIna = Combinators with (Grammar = GrammarIna) ; diff --git a/old-lib/resource/api/CombinatorsIta.gf b/old-lib/resource/api/CombinatorsIta.gf new file mode 100644 index 000000000..40c8ec880 --- /dev/null +++ b/old-lib/resource/api/CombinatorsIta.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsIta = Combinators with (Grammar = GrammarIta) ; diff --git a/old-lib/resource/api/CombinatorsNor.gf b/old-lib/resource/api/CombinatorsNor.gf new file mode 100644 index 000000000..780c88ab7 --- /dev/null +++ b/old-lib/resource/api/CombinatorsNor.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsNor = Combinators with (Grammar = GrammarNor) ; diff --git a/old-lib/resource/api/CombinatorsRus.gf b/old-lib/resource/api/CombinatorsRus.gf new file mode 100644 index 000000000..b99b55551 --- /dev/null +++ b/old-lib/resource/api/CombinatorsRus.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsRus = Combinators with (Grammar = GrammarRus) ; diff --git a/old-lib/resource/api/CombinatorsSpa.gf b/old-lib/resource/api/CombinatorsSpa.gf new file mode 100644 index 000000000..43b881b50 --- /dev/null +++ b/old-lib/resource/api/CombinatorsSpa.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsSpa = Combinators with (Grammar = GrammarSpa) ; diff --git a/old-lib/resource/api/CombinatorsSwe.gf b/old-lib/resource/api/CombinatorsSwe.gf new file mode 100644 index 000000000..c3b9a0350 --- /dev/null +++ b/old-lib/resource/api/CombinatorsSwe.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsSwe = Combinators with (Grammar = GrammarSwe) ; diff --git a/old-lib/resource/api/CombinatorsTha.gf b/old-lib/resource/api/CombinatorsTha.gf new file mode 100644 index 000000000..5c77348b3 --- /dev/null +++ b/old-lib/resource/api/CombinatorsTha.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsTha = Combinators with (Grammar = GrammarTha) ; diff --git a/old-lib/resource/api/Constructors.gf b/old-lib/resource/api/Constructors.gf new file mode 100644 index 000000000..0a540fe7d --- /dev/null +++ b/old-lib/resource/api/Constructors.gf @@ -0,0 +1,1700 @@ +--1 Constructors: the Resource Syntax API + +incomplete resource Constructors = open Grammar in { + + flags optimize=noexpand ; + +-- This module gives access to the syntactic constructions of the +-- GF Resource Grammar library. Its main principle is simple: +-- to construct an object of type $C$, use the function $mkC$. +-- +-- For example, an object of type $S$ corresponding to the string +-- +-- $John loves Mary$ +-- +-- is written +-- +-- $mkS (mkCl (mkNP (mkPN "John")) (mkV2 "love") (mkNP (mkPN "Mary")))$ +-- +-- This module defines the syntactic constructors, which take trees as arguments. +-- Lexical constructors, which take strings as arguments, are defined in the +-- $Paradigms$ modules separately for each language. +-- +-- The recommended usage of this module is via the wrapper module $Syntax$, +-- which also contains the $Structural$ (structural words). +-- Together with $Paradigms$, $Syntax$ gives everything that is needed +-- to implement the concrete syntax for a langauge. + +--2 Principles of organization + +-- To make the library easier to grasp and navigate, we have followed +-- a set of principles when organizing it: +-- + Each category $C$ has an overloaded constructor $mkC$, with value type $C$. +-- + With $mkC$, it is possible to construct any tree of type $C$, except +-- atomic ones, i.e. those that take no arguments, and +-- those whose argument types are exactly the same as in some other instance +-- + To achieve completeness, the library therefore also has +-- for each atomic tree of type $C$, a constant suffixed $C$, and, +-- for other missing constructions, some operation suffixed $C$. +-- These constructors are listed immediately after the $mkC$ group. +-- + Those atomic constructors that are given in $Structural$ are not repeated here. +-- + In addition to the minimally complete set of constructions, many $mkC$ groups +-- include some frequently needed special cases, with two possible logics: +-- default value (to decrease the number of arguments), and +-- direct arguments of an intervening constructor (to flatten the terms). +-- + If such a special case is applied to some category in some rule, it is +-- also applied to all other rules in which the category appears. +-- + The constructors in a group are listed, roughly, +-- *from the most common to the most general*. This does not of course specify +-- a total order. +-- + Optional argument types are marked in parentheses. Although parentheses make no +-- difference in the way the GF compiler treats the types, their presence indicates +-- to the reader that the corresponding arguments can be left out; internally, the +-- library has an overload case for each such combination. +-- + Each constructor case is equipped with an example that is built by that +-- case but could not be built with any other one. +-- +-- + +--2 Texts, phrases, and utterances + +--3 Text: texts + +-- A text is a list of phrases separated by punctuation marks. +-- The default punctuation mark is the full stop, and the default +-- continuation of a text is empty. + + oper + mkText : overload { + mkText : Phr -> Text ; -- 1. But John walks. + mkText : Phr -> (Punct) -> (Text) -> Text ; -- 2. John walks? Yes. + +-- A text can also be directly built from utterances, which in turn can +-- be directly built from sentences, present-tense clauses, questions, or +-- positive imperatives. + + mkText : Utt -> Text ; -- 3. John. + mkText : S -> Text ; -- 4. John walked. + mkText : Cl -> Text ; -- 5. John walks. + mkText : QS -> Text ; -- 6. Did John walk? + mkText : Imp -> Text ; -- 7. Walk! + +-- Finally, two texts can be combined into a text. + + mkText : Text -> Text -> Text ; -- 8. Where? When? Here. Now! + + } ; + +-- A text can also be empty. + + emptyText : Text ; -- 8. (empty text) + + +--3 Punct: punctuation marks + +-- There are three punctuation marks that can separate phrases in a text. + + fullStopPunct : Punct ; -- . + questMarkPunct : Punct ; -- ? + exclMarkPunct : Punct ; -- ! + +--3 Phr: phrases in a text + +-- Phrases are built from utterances by adding a phrasal conjunction +-- and a vocative, both of which are by default empty. + + mkPhr : overload { + mkPhr : Utt -> Phr ; -- 1. why + mkPhr : (PConj) -> Utt -> (Voc) -> Phr ; -- 2. but why John + + +-- A phrase can also be directly built by a sentence, a present-tense +-- clause, a question, or a positive singular imperative. + + mkPhr : S -> Phr ; -- 3. John walked + mkPhr : Cl -> Phr ; -- 4. John walks + mkPhr : QS -> Phr ; -- 5. did John walk + mkPhr : Imp -> Phr -- 6. walk + } ; + +--3 PConj, phrasal conjunctions + +-- Any conjunction can be used as a phrasal conjunction. +-- More phrasal conjunctions are defined in $Structural$. + + mkPConj : Conj -> PConj ; -- 1. and + +--3 Voc, vocatives + +-- Any noun phrase can be turned into a vocative. +-- More vocatives are defined in $Structural$. + + mkVoc : NP -> Voc ; -- 1. John + +--3 Utt, utterances + +-- Utterances are formed from sentences, clauses, questions, and positive singular imperatives. + + mkUtt : overload { + mkUtt : S -> Utt ; -- 1. John walked + mkUtt : Cl -> Utt ; -- 2. John walks + mkUtt : QS -> Utt ; -- 3. did John walk + mkUtt : Imp -> Utt ; -- 4. love yourself + +-- Imperatives can also vary in $ImpForm$ (number/politeness) and +-- polarity. + + mkUtt : (ImpForm) -> (Pol) -> Imp -> Utt ; -- 5. don't love yourselves + +-- Utterances can also be formed from interrogative phrases and +-- interrogative adverbials, noun phrases, adverbs, and verb phrases. + + mkUtt : IP -> Utt ; -- 6. who + mkUtt : IAdv -> Utt ; -- 7. why + mkUtt : NP -> Utt ; -- 8. John + mkUtt : Adv -> Utt ; -- 9. here + mkUtt : VP -> Utt -- 10. to walk + } ; + +-- The plural first-person imperative is a special construction. + + lets_Utt : VP -> Utt ; -- 11. let's walk + + +--2 Auxiliary parameters for phrases and sentences + +--3 Pol, polarity + +-- Polarity is a parameter that sets a clause to positive or negative +-- form. Since positive is the default, it need never be given explicitly. + + positivePol : Pol ; -- (John walks) [default] + negativePol : Pol ; -- (John doesn't walk) + +--3 Ant, anteriority + +-- Anteriority is a parameter that presents an event as simultaneous or +-- anterior to some other reference time. +-- Since simultaneous is the default, it need never be given explicitly. + + simultaneousAnt : Ant ; -- (John walks) [default] + anteriorAnt : Ant ; -- (John has walked) --# notpresent + +--3 Tense, tense + +-- Tense is a parameter that relates the time of an event +-- to the time of speaking about it. +-- Since present is the default, it need never be given explicitly. + + presentTense : Tense ; -- (John walks) [default] + pastTense : Tense ; -- (John walked) --# notpresent + futureTense : Tense ; -- (John will walk) --# notpresent + conditionalTense : Tense ; -- (John would walk) --# notpresent + +--3 ImpForm, imperative form + +-- Imperative form is a parameter that sets the form of imperative +-- by reference to the person or persons addressed. +-- Since singular is the default, it need never be given explicitly. + + singularImpForm : ImpForm ; -- (help yourself) [default] + pluralImpForm : ImpForm ; -- (help yourselves) + politeImpForm : ImpForm ; -- (help yourself) (polite singular) + + +--2 Sentences and clauses + +--3 S, sentences + +-- A sentence has a fixed tense, anteriority and polarity. + + mkS : overload { + mkS : Cl -> S ; -- 1. John walks + mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S ; -- 2. John wouldn't have walked + +-- Sentences can be combined with conjunctions. This can apply to a pair +-- of sentences, but also to a list of more than two. + + mkS : Conj -> S -> S -> S ; -- 3. John walks and I run + mkS : Conj -> ListS -> S ; -- 4. John walks, I run and you sleep + +-- A sentence can be prefixed by an adverb. + + mkS : Adv -> S -> S -- 5. today, John walks + } ; + +--3 Cl, clauses + +-- A clause has a variable tense, anteriority and polarity. +-- A clause can be built from a subject noun phrase +-- with a verb and appropriate arguments. + + mkCl : overload { + mkCl : NP -> V -> Cl ; -- 1. John walks + mkCl : NP -> V2 -> NP -> Cl ; -- 2. John loves her + mkCl : NP -> V3 -> NP -> NP -> Cl ; -- 3. John sends it to her + mkCl : NP -> VV -> VP -> Cl ; -- 4. John wants to walk + mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good + mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good + mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old + mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red + mkCl : NP -> V2S -> NP -> S -> Cl ; -- 9. John tells her that we are here + mkCl : NP -> V2Q -> NP -> QS -> Cl ; -- 10. John asks her who is here + mkCl : NP -> V2V -> NP -> VP -> Cl ; -- 11. John forces us to sleep + mkCl : NP -> A -> Cl ; -- 12. John is old + mkCl : NP -> A -> NP -> Cl ; -- 13. John is older than her + mkCl : NP -> A2 -> NP -> Cl ; -- 14. John is married to her + mkCl : NP -> AP -> Cl ; -- 15. John is very old + mkCl : NP -> N -> Cl ; -- 16. John is a man + mkCl : NP -> CN -> Cl ; -- 17. John is an old man + mkCl : NP -> NP -> Cl ; -- 18. John is the man + mkCl : NP -> Adv -> Cl ; -- 19. John is here + +-- As the general rule, a clause can be built from a subject noun phrase and +-- a verb phrase. + + mkCl : NP -> VP -> Cl ; -- 20. John walks here + +-- Subjectless verb phrases are used for impersonal actions. + + mkCl : V -> Cl ; -- 21. it rains + mkCl : VP -> Cl ; -- 22. it is raining + +-- Existentials are a special form of clauses. + + mkCl : N -> Cl ; -- 23. there is a house + mkCl : CN -> Cl ; -- 24. there is an old houses + mkCl : NP -> Cl ; -- 25. there are five houses + +-- There are also special forms in which a noun phrase or an adverb is +-- emphasized. + + mkCl : NP -> RS -> Cl ; -- 26. it is John that walks + mkCl : Adv -> S -> Cl -- 27. it is here John walks + } ; + +-- Generic clauses are one with an impersonal subject. + + genericCl : VP -> Cl ; -- 28. one walks + + +--2 Verb phrases and imperatives + +--3 VP, verb phrases + +-- A verb phrase is formed from a verb with appropriate arguments. + + mkVP : overload { + mkVP : V -> VP ; -- 1. walk + mkVP : V2 -> NP -> VP ; -- 2. love her + mkVP : V3 -> NP -> NP -> VP ; -- 3. send it to her + mkVP : VV -> VP -> VP ; -- 4. want to walk + mkVP : VS -> S -> VP ; -- 5. know that she walks + mkVP : VQ -> QS -> VP ; -- 6. ask if she walks + mkVP : VA -> AP -> VP ; -- 7. become old + mkVP : V2A -> NP -> AP -> VP ; -- 8. paint it red + +-- The verb can also be a copula ("be"), and the relevant argument is +-- then the complement adjective or noun phrase. + + mkVP : A -> VP ; -- 9. be warm + mkVP : AP -> VP ; -- 12. be very warm + mkVP : A -> NP -> VP ; -- 10. be older than her + mkVP : A2 -> NP -> VP ; -- 11. be married to her + mkVP : N -> VP ; -- 13. be a man + mkVP : CN -> VP ; -- 14. be an old man + mkVP : NP -> VP ; -- 15. be the man + mkVP : Adv -> VP ; -- 16. be here + +-- A verb phrase can be modified with a postverbal or a preverbal adverb. + + mkVP : VP -> Adv -> VP ; -- 17. sleep here + mkVP : AdV -> VP -> VP ; -- 18. always sleep + +-- Objectless verb phrases can be taken to verb phrases in two ways. + + mkVP : VPSlash -> NP -> VP ; -- 19. paint it black + mkVP : VPSlash -> VP ; -- 20. paint itself black + + } ; + +-- Two-place verbs can be used reflexively. + + reflexiveVP : V2 -> VP ; -- 19. love itself + +-- Two-place verbs can also be used in the passive, with or without an agent. + + passiveVP : overload { + passiveVP : V2 -> VP ; -- 20. be loved + passiveVP : V2 -> NP -> VP ; -- 21. be loved by her + } ; + +-- A verb phrase can be turned into the progressive form. + + progressiveVP : VP -> VP ; -- 22. be sleeping + +--3 Imp, imperatives + +-- Imperatives are formed from verbs and their arguments; as the general +-- rule, from verb phrases. + + mkImp : overload { + mkImp : V -> Imp ; -- go + mkImp : V2 -> NP -> Imp ; -- take it + mkImp : VP -> Imp -- go there now + } ; + + +--2 Noun phrases and determiners + +--3 NP, noun phrases + +-- A noun phrases can be built from a determiner and a common noun ($CN$) . +-- For determiners, the special cases of quantifiers, numerals, integers, +-- and possessive pronouns are provided. For common nouns, the +-- special case of a simple common noun ($N$) is always provided. + + mkNP : overload { + mkNP : Art N -> NP ; -- 1. the man + mkNP : Art -> (Num) -> CN -> NP ; -- 2. the five old men + mkNP : Quant -> N -> NP ; -- 3. this men + mkNP : Quant -> (Num) -> CN -> NP ; -- 4. these five old men + mkNP : Det -> N -> NP ; -- 5. the first man + mkNP : Det -> CN -> NP ; -- 6. the first old man + mkNP : Numeral -> N -> NP ; -- 7. twenty men + mkNP : Numeral -> CN -> NP ; -- 8. twenty old men + mkNP : Digits -> N -> NP ; -- 9. 45 men + mkNP : Digits -> CN -> NP ; -- 10. 45 old men + mkNP : Card -> N -> NP ; -- 11. almost twenty men + mkNP : Card -> CN -> NP ; -- 12. almost twenty old men + mkNP : Pron -> N -> NP ; -- 13. my man + mkNP : Pron -> CN -> NP ; -- 14. my old man + +-- Proper names and pronouns can be used as noun phrases. + + mkNP : PN -> NP ; -- 15. John + mkNP : Pron -> NP ; -- 16. he + +-- Determiners alone can form noun phrases (this excludes articles, $Art$) + + mkNP : Quant -> NP ; -- 17. this + mkNP : Det -> NP ; -- 18. these five + +-- Determinesless mass noun phrases. + + mkNP : N -> NP ; -- 19. beer + mkNP : CN -> NP ; -- 20. beer + +-- A noun phrase once formed can be prefixed by a predeterminer and +-- suffixed by a past participle or an adverb. + + mkNP : Predet -> NP -> NP ; -- 21. only John + mkNP : NP -> V2 -> NP ; -- 22. John killed + mkNP : NP -> Adv -> NP ; -- 23. John in Paris + +-- A conjunction can be formed both from two noun phrases and a longer +-- list of them. + + mkNP : Conj -> NP -> NP -> NP ; -- 22. John and I + mkNP : Conj -> ListNP -> NP ; -- 23. John, I, and that + + } ; + + +--3 Det, determiners + +-- A determiner is either a singular or a plural one. +-- Both have a quantifier and an optional ordinal; the plural +-- determiner also has an optional numeral. + + mkDet : overload { + mkDet : Quant -> Det ; -- 1. this + mkDet : Quant -> (Ord) -> Det ; -- 2. this first + mkDet : Quant -> Num -> Det ; -- 3. these + mkDet : Quant -> Num -> (Ord) -> Det ; -- 4. these five best + +-- Quantifiers that have both singular and plural forms are by default used as +-- singular determiners. If a numeral is added, the plural form is chosen. + + mkDet : Quant -> Det ; -- 5. this + mkDet : Quant -> Num -> Det ; -- 6. these five + +-- Numerals, their special cases integers and digits, and possessive pronouns can be +-- used as determiners. + + mkDet : Card -> Det ; -- 7. almost twenty + mkDet : Numeral -> Det ; -- 8. five + mkDet : Digits -> Det ; -- 9. 51 + mkDet : Pron -> Det ; -- 10. my (house) + mkDet : Pron -> Num -> Det -- 11. my (houses) + } ; + +--3 Art, articles + +-- There are definite and indefinite articles. + + the_Art : Art ; -- the + a_Art : Art ; -- a + +--3 Num, cardinal numerals + +-- Numerals can be formed from number words ($Numeral$), their special case digits, +-- and from symbolic integers. + + mkNum : overload { + mkNum : Numeral -> Num ; -- 1. twenty + mkNum : Digits -> Num ; -- 2. 51 + mkNum : Card -> Num ; -- 3. twenty + +-- A numeral can be modified by an adnumeral. + + mkNum : AdN -> Card -> Num -- 4. almost ten + } ; + +-- Dummy numbers are sometimes to select the grammatical number of a determiner. + + sgNum : Num ; -- singular + plNum : Num ; -- plural + +--3 Ord, ordinal numerals + +-- Just like cardinals, ordinals can be formed from number words ($Numeral$) +-- and from symbolic integers. + + mkOrd : overload { + mkOrd : Numeral -> Ord ; -- 1. twentieth + mkOrd : Digits -> Ord ; -- 2. 51st + +-- Also adjectives in the superlative form can appear on ordinal positions. + + mkOrd : A -> Ord -- 3. best + } ; + +--3 AdN, adnumerals + +-- Comparison adverbs can be used as adnumerals. + + mkAdN : CAdv -> AdN ; -- 1. more than + +--3 Numeral, number words + +-- Digits and some "round" numbers are here given as shorthands. + + n1_Numeral : Numeral ; -- 1. one + n2_Numeral : Numeral ; -- 2. two + n3_Numeral : Numeral ; -- 3. three + n4_Numeral : Numeral ; -- 4. four + n5_Numeral : Numeral ; -- 5. five + n6_Numeral : Numeral ; -- 6. six + n7_Numeral : Numeral ; -- 7. seven + n8_Numeral : Numeral ; -- 8. eight + n9_Numeral : Numeral ; -- 9. nine + n10_Numeral : Numeral ; -- 10. ten + n20_Numeral : Numeral ; -- 11. twenty + n100_Numeral : Numeral ; -- 12. hundred + n1000_Numeral : Numeral ; -- 13. thousand + +-- See $Numeral$ for the full set of constructors, and use the category +-- $Digits$ for other numbers from one million. + + mkDigits : overload { + mkDigits : Dig -> Digits ; -- 1. 8 + mkDigits : Dig -> Digits -> Digits ; -- 2. 876 + } ; + + n1_Digits : Digits ; -- 1. 1 + n2_Digits : Digits ; -- 2. 2 + n3_Digits : Digits ; -- 3. 3 + n4_Digits : Digits ; -- 4. 4 + n5_Digits : Digits ; -- 5. 5 + n6_Digits : Digits ; -- 6. 6 + n7_Digits : Digits ; -- 7. 7 + n8_Digits : Digits ; -- 8. 8 + n9_Digits : Digits ; -- 9. 9 + n10_Digits : Digits ; -- 10. 10 + n20_Digits : Digits ; -- 11. 20 + n100_Digits : Digits ; -- 12. 100 + n1000_Digits : Digits ; -- 13. 1,000 + +--3 Dig, single digits + + n0_Dig : Dig ; -- 0. 0 + n1_Dig : Dig ; -- 1. 1 + n2_Dig : Dig ; -- 2. 2 + n3_Dig : Dig ; -- 3. 3 + n4_Dig : Dig ; -- 4. 4 + n5_Dig : Dig ; -- 5. 5 + n6_Dig : Dig ; -- 6. 6 + n7_Dig : Dig ; -- 7. 7 + n8_Dig : Dig ; -- 8. 8 + n9_Dig : Dig ; -- 9. 9 + + +--2 Nouns + +--3 CN, common noun phrases + + mkCN : overload { + +-- The most frequent way of forming common noun phrases is from atomic nouns $N$. + + mkCN : N -> CN ; -- 1. house + +-- Common noun phrases can be formed from relational nouns by providing arguments. + + mkCN : N2 -> NP -> CN ; -- 2. mother of John + mkCN : N3 -> NP -> NP -> CN ; -- 3. distance from this city to Paris + +-- Relational nouns can also be used without their arguments. + + mkCN : N2 -> CN ; -- 4. son + mkCN : N3 -> CN ; -- 5. flight + +-- A common noun phrase can be modified by adjectival phrase. We give special +-- cases of this, where one or both of the arguments are atomic. + + mkCN : A -> N -> CN ; -- 6. big house + mkCN : A -> CN -> CN ; -- 7. big blue house + mkCN : AP -> N -> CN ; -- 8. very big house + mkCN : AP -> CN -> CN ; -- 9. very big blue house + +-- A common noun phrase can be modified by a relative clause or an adverb. + + mkCN : N -> RS -> CN ; -- 10. house that John loves + mkCN : CN -> RS -> CN ; -- 11. big house that John loves + mkCN : N -> Adv -> CN ; -- 12. house in the city + mkCN : CN -> Adv -> CN ; -- 13. big house in the city + +-- For some nouns it makes sense to modify them by sentences, +-- questions, or infinitives. But syntactically this is possible for +-- all nouns. + + mkCN : CN -> S -> CN ; -- 14. rule that John walks + mkCN : CN -> QS -> CN ; -- 15. question if John walks + mkCN : CN -> VP -> CN ; -- 16. reason to walk + +-- A noun can be used in apposition to a noun phrase, especially a proper name. + + mkCN : N -> NP -> CN ; -- 17. king John + mkCN : CN -> NP -> CN -- 18. old king John + } ; + + +--2 Adjectives and adverbs + +--3 AP, adjectival phrases + + mkAP : overload { + +-- Adjectival phrases can be formed from atomic adjectives by using the positive form or +-- the comparative with a complement + + mkAP : A -> AP ; -- 1. old + mkAP : A -> NP -> AP ; -- 2. older than John + +-- Relational adjectives can be used with a complement or a reflexive + + mkAP : A2 -> NP -> AP ; -- 3. married to her + mkAP : A2 -> AP ; -- 4. married to myself + +-- Some adjectival phrases can take as complements sentences, +-- questions, or infinitives. Syntactically this is possible for +-- all adjectives. + + mkAP : AP -> S -> AP ; -- 5. probable that John walks + mkAP : AP -> QS -> AP ; -- 6. uncertain if John walks + mkAP : AP -> VP -> AP ; -- 7. ready to go + +-- An adjectival phrase can be modified by an adadjective. + + mkAP : AdA -> A -> AP ; -- 8. very old + mkAP : AdA -> AP -> AP ; -- 9. very very old + +-- Conjunction can be formed from two or more adjectival phrases. + + mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big + mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm + + } ; + +--3 Adv, adverbial phrases + + mkAdv : overload { + +-- Adverbs can be formed from adjectives. + + mkAdv : A -> Adv ; -- 1. warmly + +-- Prepositional phrases are treated as adverbs. + + mkAdv : Prep -> NP -> Adv ; -- 2. with John + +-- Subordinate sentences are treated as adverbs. + + mkAdv : Subj -> S -> Adv ; -- 3. when John walks + +-- An adjectival adverb can be compared to a noun phrase or a sentence. + + mkAdv : CAdv -> A -> NP -> Adv ; -- 4. more warmly than John + mkAdv : CAdv -> A -> S -> Adv ; -- 5. more warmly than John walks + +-- Adverbs can be modified by adadjectives. + + mkAdv : AdA -> Adv -> Adv ; -- 6. very warmly + +-- Conjunction can be formed from two or more adverbial phrases. + + mkAdv : Conj -> Adv -> Adv -> Adv ; -- 7. here and now + mkAdv : Conj -> ListAdv -> Adv ; -- 8. with John, here and now + } ; + + +--2 Questions and relatives + +--3 QS, question sentences + + mkQS : overload { + +-- Just like a sentence $S$ is built from a clause $Cl$, +-- a question sentence $QS$ is built from +-- a question clause $QCl$ by fixing tense, anteriority and polarity. +-- Any of these arguments can be omitted, which results in the +-- default (present, simultaneous, and positive, respectively). + + mkQS : QCl -> QS ; -- 1. who walks + mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS ; -- 2. who wouldn't have walked + +-- Since 'yes-no' question clauses can be built from clauses (see below), +-- we give a shortcut +-- for building a question sentence directly from a clause, using the defaults +-- present, simultaneous, and positive. + + mkQS : Cl -> QS -- 3. does John walk + } ; + + +--3 QCl, question clauses + + mkQCl : overload { + +-- 'Yes-no' question clauses are built from 'declarative' clauses. + + mkQCl : Cl -> QCl ; -- 1. does John walk + +-- 'Wh' questions are built from interrogative pronouns in subject +-- or object position. The former uses a verb phrase; we don't give +-- shortcuts for verb-argument sequences as we do for clauses. +-- The latter uses the 'slash' category of objectless clauses +-- (see below); we give the common special case with a two-place verb. + + mkQCl : IP -> VP -> QCl ; -- 2. who walks + mkQCl : IP -> NP -> V2 -> QCl ; -- 3. whom does John love + mkQCl : IP -> ClSlash -> QCl ; -- 4. whom does John love today + +-- Adverbial 'wh' questions are built with interrogative adverbials, with the +-- special case of prepositional phrases with interrogative pronouns. + + mkQCl : IAdv -> Cl -> QCl ; -- 5. why does John walk + mkQCl : Prep -> IP -> Cl -> QCl ; -- 6. with who does John walk + +-- An interrogative adverbial can serve as the complement of a copula. + + mkQCl : IAdv -> NP -> QCl ; -- 7. where is John + +-- Existentials are a special construction. + + mkQCl : IP -> QCl -- 8. what is there + } ; + + +--3 IP, interrogative pronouns + + mkIP : overload { + +-- Interrogative pronouns +-- can be formed much like noun phrases, by using interrogative quantifiers. + + mkIP : IQuant -> N -> IP ; -- 1. which city + mkIP : IQuant -> (Num) -> CN -> IP ; -- 2. which five big cities + +-- An interrogative pronoun can be modified by an adverb. + + mkIP : IP -> Adv -> IP -- 3. who in Paris + } ; + +-- More interrogative pronouns and determiners can be found in $Structural$. + + + +--3 IAdv, interrogative adverbs. + +-- In addition to the interrogative adverbs defined in the $Structural$ lexicon, they +-- can be formed as prepositional phrases from interrogative pronouns. + + mkIAdv : Prep -> IP -> IAdv ; -- 1. in which city + +-- More interrogative adverbs are given in $Structural$. + + +--3 RS, relative sentences + +-- Just like a sentence $S$ is built from a clause $Cl$, +-- a relative sentence $RS$ is built from +-- a relative clause $RCl$ by fixing the tense, anteriority and polarity. +-- Any of these arguments +-- can be omitted, which results in the default (present, simultaneous, +-- and positive, respectively). + + mkRS : overload { + mkRS : RCl -> RS ; -- 1. that walk + mkRS : (Tense) -> (Ant) -> (Pol) -> RCl -> RS -- 2. that wouldn't have walked + } ; + +--3 RCl, relative clauses + + mkRCl : overload { + +-- Relative clauses are built from relative pronouns in subject or object position. +-- The former uses a verb phrase; we don't give +-- shortcuts for verb-argument sequences as we do for clauses. +-- The latter uses the 'slash' category of objectless clauses (see below); +-- we give the common special case with a two-place verb. + + mkRCl : RP -> VP -> RCl ; -- 1. that walk + mkRCl : RP -> NP -> V2 -> RCl ; -- 2. which John loves + mkRCl : RP -> ClSlash -> RCl ; -- 3. which John loves today + +-- There is a simple 'such that' construction for forming relative +-- clauses from clauses. + + mkRCl : Cl -> RCl -- 4. such that John loves her + } ; + +--3 RP, relative pronouns + +-- There is an atomic relative pronoun + + which_RP : RP ; -- 1. which + +-- A relative pronoun can be made into a kind of a prepositional phrase. + + mkRP : Prep -> NP -> RP -> RP ; -- 2. all the houses in which + + +--3 ClSlash, objectless sentences + + mkClSlash : overload { + +-- Objectless sentences are used in questions and relative clauses. +-- The most common way of constructing them is by using a two-place verb +-- with a subject but without an object. + + mkClSlash : NP -> V2 -> ClSlash ; -- 1. (whom) John loves + +-- The two-place verb can be separated from the subject by a verb-complement verb. + + mkClSlash : NP -> VV -> V2 -> ClSlash ; -- 2. (whom) John wants to see + +-- The missing object can also be the noun phrase in a prepositional phrase. + + mkClSlash : Cl -> Prep -> ClSlash ; -- 3. (with whom) John walks + +-- An objectless sentence can be modified by an adverb. + + mkClSlash : ClSlash -> Adv -> ClSlash -- 4. (whom) John loves today + } ; + + +--3 VPSlash, verb phrases missing an object + + mkVPSlash : overload { + +-- This is the deep level of many-argument predication, permitting extraction. + + mkVPSlash : V2 -> VPSlash ; -- 1. (whom) (John) loves + mkVPSlash : V3 -> NP -> VPSlash ; -- 2. (whom) (John) gives an apple + mkVPSlash : V2A -> AP -> VPSlash ; -- 3. (whom) (John) paints red + mkVPSlash : V2Q -> QS -> VPSlash ; -- 4. (whom) (John) asks who sleeps + mkVPSlash : V2S -> S -> VPSlash ; -- 5. (whom) (John) tells that we sleep + mkVPSlash : V2V -> VP -> VPSlash ; -- 6. (whom) (John) forces to sleep + + } ; + + +--2 Lists for coordination + +-- The rules in this section are very uniform: a list can be built from two or more +-- expressions of the same category. + +--3 ListS, sentence lists + + mkListS : overload { + mkListS : S -> S -> ListS ; -- 1. he walks, I run + mkListS : S -> ListS -> ListS -- 2. John walks, I run, you sleep + } ; + +--3 ListAdv, adverb lists + + mkListAdv : overload { + mkListAdv : Adv -> Adv -> ListAdv ; -- 1. here, now + mkListAdv : Adv -> ListAdv -> ListAdv -- 2. to me, here, now + } ; + +--3 ListAP, adjectival phrase lists + + mkListAP : overload { + mkListAP : AP -> AP -> ListAP ; -- 1. old, big + mkListAP : AP -> ListAP -> ListAP -- 2. old, big, warm + } ; + + +--3 ListNP, noun phrase lists + + mkListNP : overload { + mkListNP : NP -> NP -> ListNP ; -- 1. John, I + mkListNP : NP -> ListNP -> ListNP -- 2. John, I, that + } ; + + +--. +-- Definitions + + mkAP = overload { + mkAP : A -> AP -- warm + = PositA ; + mkAP : A -> NP -> AP -- warmer than Spain + = ComparA ; + mkAP : A2 -> NP -> AP -- divisible by 2 + = ComplA2 ; + mkAP : A2 -> AP -- divisible by itself + = ReflA2 ; + mkAP : AP -> S -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedS s) ; + mkAP : AP -> QS -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedQS s) ; + mkAP : AP -> VP -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedVP s) ; + mkAP : AdA -> A -> AP -- very uncertain + = \x,y -> AdAP x (PositA y) ; + mkAP : AdA -> AP -> AP -- very uncertain + = AdAP ; + mkAP : Conj -> AP -> AP -> AP + = \c,x,y -> ConjAP c (BaseAP x y) ; + mkAP : Conj -> ListAP -> AP + = \c,xy -> ConjAP c xy ; + } ; + + mkAdv = overload { + mkAdv : A -> Adv -- quickly + = PositAdvAdj ; + mkAdv : Prep -> NP -> Adv -- in the house + = PrepNP ; + mkAdv : CAdv -> A -> NP -> Adv -- more quickly than John + = ComparAdvAdj ; + mkAdv : CAdv -> A -> S -> Adv -- more quickly than he runs + = ComparAdvAdjS ; + mkAdv : AdA -> Adv -> Adv -- very quickly + = AdAdv ; + mkAdv : Subj -> S -> Adv -- when he arrives + = SubjS ; + mkAdv : Conj -> Adv -> Adv -> Adv + = \c,x,y -> ConjAdv c (BaseAdv x y) ; + mkAdv : Conj -> ListAdv -> Adv + = \c,xy -> ConjAdv c xy ; + } ; + + mkCl = overload { + mkCl : NP -> VP -> Cl -- John wants to walk walks + = PredVP ; + mkCl : NP -> V -> Cl -- John walks + = \s,v -> PredVP s (UseV v); + mkCl : NP -> V2 -> NP -> Cl -- John uses it + = \s,v,o -> PredVP s (ComplV2 v o); + mkCl : NP -> V3 -> NP -> NP -> Cl + = \s,v,o,i -> PredVP s (ComplV3 v o i); + + mkCl : NP -> VV -> VP -> Cl + = \s,v,vp -> PredVP s (ComplVV v vp) ; + mkCl : NP -> VS -> S -> Cl + = \s,v,p -> PredVP s (ComplVS v p) ; + mkCl : NP -> VQ -> QS -> Cl + = \s,v,q -> PredVP s (ComplVQ v q) ; + mkCl : NP -> VA -> AP -> Cl + = \s,v,q -> PredVP s (ComplVA v q) ; + mkCl : NP -> V2A -> NP -> AP -> Cl + = \s,v,n,q -> PredVP s (ComplV2A v n q) ; + mkCl : NP -> V2S -> NP -> S -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2S v q) n) ; + mkCl : NP -> V2Q -> NP -> QS -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2Q v q) n) ; + mkCl : NP -> V2V -> NP -> VP -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2V v q) n) ; + + mkCl : VP -> Cl -- it rains + = ImpersCl ; + mkCl : NP -> RS -> Cl -- it is you who did it + = CleftNP ; + mkCl : Adv -> S -> Cl -- it is yesterday she arrived + = CleftAdv ; + mkCl : N -> Cl -- there is a house + = \y -> ExistNP (DetArtSg IndefArt (UseN y)) ; + mkCl : CN -> Cl -- there is a house + = \y -> ExistNP (DetArtSg IndefArt y) ; + mkCl : NP -> Cl -- there is a house + = ExistNP ; + mkCl : NP -> AP -> Cl -- John is nice and warm + = \x,y -> PredVP x (UseComp (CompAP y)) ; + mkCl : NP -> A -> Cl -- John is warm + = \x,y -> PredVP x (UseComp (CompAP (PositA y))) ; + mkCl : NP -> A -> NP -> Cl -- John is warmer than Mary + = \x,y,z -> PredVP x (UseComp (CompAP (ComparA y z))) ; + mkCl : NP -> A2 -> NP -> Cl -- John is married to Mary + = \x,y,z -> PredVP x (UseComp (CompAP (ComplA2 y z))) ; + mkCl : NP -> NP -> Cl -- John is the man + = \x,y -> PredVP x (UseComp (CompNP y)) ; + mkCl : NP -> CN -> Cl -- John is a man + = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt y))) ; + mkCl : NP -> N -> Cl -- John is a man + = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; + mkCl : NP -> Adv -> Cl -- John is here + = \x,y -> PredVP x (UseComp (CompAdv y)) ; + mkCl : V -> Cl -- it rains + = \v -> ImpersCl (UseV v) + } ; + + genericCl : VP -> Cl = GenericCl ; + + + mkNP = overload { + mkNP : Art -> N -> NP -- the man --n14 + = \d,n -> DetArtSg d (UseN n) ; + mkNP : Art -> CN -> NP -- the old man --n14 + = DetArtSg ; + mkNP : Art -> Num -> CN -> NP -- the old men --n14 + = \d,nu,cn -> case nu.n of { + ParamX.Sg => DetArtSg d cn ; + Pl => DetArtPl d cn + } ; + mkNP : Art -> Num -> N -> NP -- the men --n14 + = \d,nu,cn -> case nu.n of { + ParamX.Sg => DetArtSg d (UseN cn) ; + Pl => DetArtPl d (UseN cn) + } ; + + mkNP : Art -> Num -> Ord -> CN -> NP -- the five best men --n14 + = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (cn) ; + mkNP : Art -> Ord -> CN -> NP -- the best men --n14 + = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (cn) ; + mkNP : Art -> Card -> CN -> NP -- the five men --n14 + = \d,nu,cn -> DetCN (DetArtCard d nu) (cn) ; + + mkNP : Art -> Num -> Ord -> N -> NP -- the five best men --n14 + = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (UseN cn) ; + mkNP : Art -> Ord -> N -> NP -- the best men --n14 + = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (UseN cn) ; + mkNP : Art -> Card -> N -> NP -- the five men --n14 + = \d,nu,cn -> DetCN (DetArtCard d nu) (UseN cn) ; + + mkNP : CN -> NP -- old beer --n14 + = MassNP ; + mkNP : N -> NP -- beer --n14 + = \n -> MassNP (UseN n) ; + + mkNP : Det -> CN -> NP -- the old man + = DetCN ; + mkNP : Det -> N -> NP -- the man + = \d,n -> DetCN d (UseN n) ; + mkNP : Quant -> NP -- this + = \q -> DetNP (DetQuant q sgNum) ; + mkNP : Quant -> Num -> NP -- this + = \q,n -> DetNP (DetQuant q n) ; + mkNP : Det -> NP -- this + = DetNP ; + mkNP : Card -> CN -> NP -- forty-five old men + = \d,n -> DetCN (DetArtCard IndefArt d) n ; + mkNP : Card -> N -> NP -- forty-five men + = \d,n -> DetCN (DetArtCard IndefArt d) (UseN n) ; + mkNP : Quant -> CN -> NP + = \q,n -> DetCN (DetQuant q NumSg) n ; + mkNP : Quant -> N -> NP + = \q,n -> DetCN (DetQuant q NumSg) (UseN n) ; + mkNP : Quant -> Num -> CN -> NP + = \q,nu,n -> DetCN (DetQuant q nu) n ; + mkNP : Quant -> Num -> N -> NP + = \q,nu,n -> DetCN (DetQuant q nu) (UseN n) ; + + mkNP : Pron -> CN -> NP + = \p,n -> DetCN (DetQuant (PossPron p) NumSg) n ; + mkNP : Pron -> N -> NP + = \p,n -> DetCN (DetQuant (PossPron p) NumSg) (UseN n) ; + + mkNP : Numeral -> CN -> NP -- 51 old men + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) n ; + + mkNP : Numeral -> N -> NP -- 51 men + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) (UseN n) ; + mkNP : Digits -> CN -> NP -- 51 old men + = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) n ; + + mkNP : Digits -> N -> NP -- 51 men + = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) (UseN n) ; + + mkNP : Digit -> CN -> NP ---- obsol + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) n ; + mkNP : Digit -> N -> NP ---- obsol + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) (UseN n) ; + + mkNP : PN -> NP -- John + = UsePN ; + mkNP : Pron -> NP -- he + = UsePron ; + mkNP : Predet -> NP -> NP -- only the man + = PredetNP ; + mkNP : NP -> V2 -> NP -- the number squared + = PPartNP ; + mkNP : NP -> Adv -> NP -- Paris at midnight + = AdvNP ; + mkNP : Conj -> NP -> NP -> NP + = \c,x,y -> ConjNP c (BaseNP x y) ; + mkNP : Conj -> ListNP -> NP + = \c,xy -> ConjNP c xy ; +-- backward compat + mkNP : QuantSg -> CN -> NP + = \q,n -> DetCN (DetQuant q NumSg) n ; + mkNP : QuantPl -> CN -> NP + = \q,n -> DetCN (DetQuant q NumPl) n ; + + } ; + + mkDet = overload { + + mkDet : Art -> Num -> Ord -> Det -- the five best men --n14 + = \d,nu,ord -> (DetArtOrd d nu ord) ; + mkDet : Art -> Ord -> Det -- the best men --n14 + = \d,ord -> (DetArtOrd d sgNum ord) ; + mkDet : Art -> Card -> Det -- the five men --n14 + = \d,nu -> (DetArtCard d nu) ; + + + + mkDet : Quant -> Ord -> Det -- this best man + = \q,o -> DetQuantOrd q NumSg o ; + mkDet : Quant -> Det -- this man + = \q -> DetQuant q NumSg ; + mkDet : Quant -> Num -> Ord -> Det -- these five best men + = DetQuantOrd ; + mkDet : Quant -> Num -> Det -- these five man + = DetQuant ; + mkDet : Num -> Det -- forty-five men + = DetArtCard IndefArt ; + mkDet : Digits -> Det -- 51 (men) + = \d -> DetArtCard IndefArt (NumDigits d) ; + mkDet : Numeral -> Det -- + = \d -> DetArtCard IndefArt (NumNumeral d) ; + mkDet : Pron -> Det -- my (house) + = \p -> DetQuant (PossPron p) NumSg ; + mkDet : Pron -> Num -> Det -- my (houses) + = \p -> DetQuant (PossPron p) ; + } ; + + + the_Art : Art = DefArt ; -- the + a_Art : Art = IndefArt ; -- a + +-- 1.4 +-- defSgDet : Det = DetSg (SgQuant DefArt) NoOrd ; -- the (man) +-- defPlDet : Det = DetPl (PlQuant DefArt) NoNum NoOrd ; -- the (man) +-- indefSgDet : Det = DetSg (SgQuant IndefArt) NoOrd ; -- the (man) +-- indefPlDet : Det = DetPl (PlQuant IndefArt) NoNum NoOrd ; -- the (man) + + ---- obsol + + mkQuantSg : Quant -> QuantSg = SgQuant ; + mkQuantPl : Quant -> QuantPl = PlQuant ; + +-- defQuant = DefArt ; +-- indefQuant = IndefArt ; + +-- massQuant : QuantSg = SgQuant MassDet ; +-- the_QuantSg : QuantSg = SgQuant DefArt ; +-- a_QuantSg : QuantSg = mkQuantSg indefQuant ; + this_QuantSg : QuantSg = mkQuantSg this_Quant ; + that_QuantSg : QuantSg = mkQuantSg that_Quant ; + +-- the_QuantPl : QuantPl = mkQuantPl defQuant ; +-- a_QuantPl : QuantPl = mkQuantPl indefQuant ; + these_QuantPl : QuantPl = mkQuantPl this_Quant ; + those_QuantPl : QuantPl = mkQuantPl that_Quant ; + + sgNum : Num = NumSg ; + plNum : Num = NumPl ; + + + mkNum = overload { + mkNum : Numeral -> Num + = \d -> NumCard (NumNumeral d) ; + mkNum : Digits -> Num -- 51 + = \d -> NumCard (NumDigits d) ; + mkNum : Digit -> Num + = \d -> NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d)))))) ; + mkNum : Card -> Num = NumCard ; + mkNum : AdN -> Card -> Num = \a,c -> NumCard (AdNum a c) + } ; + + singularNum : Num -- [no num] + = NumSg ; + pluralNum : Num -- [no num] + = NumPl ; + + mkOrd = overload { + mkOrd : Numeral -> Ord = OrdNumeral ; + mkOrd : Digits -> Ord -- 51st + = OrdDigits ; + mkOrd : Digit -> Ord -- fifth + = \d -> + OrdNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))) ; + mkOrd : A -> Ord -- largest + = OrdSuperl + } ; + + n1_Numeral = num (pot2as3 (pot1as2 (pot0as1 pot01))) ; + n2_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n2)))) ; + n3_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n3)))) ; + n4_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n4)))) ; + n5_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))) ; + n6_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) ; + n7_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n7)))) ; + n8_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n8)))) ; + n9_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n9)))) ; + n10_Numeral = num (pot2as3 (pot1as2 pot110)) ; + n20_Numeral = num (pot2as3 (pot1as2 (pot1 n2))) ; + n100_Numeral = num (pot2as3 (pot2 pot01)) ; + n1000_Numeral = num (pot3 (pot1as2 (pot0as1 pot01))) ; + + n1_Digits = IDig D_1 ; + n2_Digits = IDig D_2 ; + n3_Digits = IDig D_3 ; + n4_Digits = IDig D_4 ; + n5_Digits = IDig D_5 ; + n6_Digits = IDig D_6 ; + n7_Digits = IDig D_7 ; + n8_Digits = IDig D_8 ; + n9_Digits = IDig D_9 ; + n10_Digits = IIDig D_1 (IDig D_0) ; + n20_Digits = IIDig D_2 (IDig D_0) ; + n100_Digits = IIDig D_1 (IIDig D_0 (IDig D_0)) ; + n1000_Digits = IIDig D_1 (IIDig D_0 (IIDig D_0 (IDig D_0))) ; + + + mkAdN : CAdv -> AdN = AdnCAdv ; -- more (than five) + + mkDigits = overload { + mkDigits : Dig -> Digits = IDig ; + mkDigits : Dig -> Digits -> Digits = IIDig ; + } ; + + n0_Dig = D_0 ; + n1_Dig = D_1 ; + n2_Dig = D_2 ; + n3_Dig = D_3 ; + n4_Dig = D_4 ; + n5_Dig = D_5 ; + n6_Dig = D_6 ; + n7_Dig = D_7 ; + n8_Dig = D_8 ; + n9_Dig = D_9 ; + + + + + mkCN = overload { + mkCN : N -> CN -- house + = UseN ; + mkCN : N2 -> NP -> CN -- son of the king + = ComplN2 ; + mkCN : N3 -> NP -> NP -> CN -- flight from Moscow (to Paris) + = \f,x -> ComplN2 (ComplN3 f x) ; + mkCN : N2 -> CN -- son + = UseN2 ; + mkCN : N3 -> CN -- flight + = \n -> UseN2 (Use2N3 n) ; + mkCN : AP -> CN -> CN -- nice and big blue house + = AdjCN ; + mkCN : AP -> N -> CN -- nice and big house + = \x,y -> AdjCN x (UseN y) ; + mkCN : CN -> AP -> CN -- nice and big blue house + = \x,y -> AdjCN y x ; + mkCN : N -> AP -> CN -- nice and big house + = \x,y -> AdjCN y (UseN x) ; + mkCN : A -> CN -> CN -- big blue house + = \x,y -> AdjCN (PositA x) y; + mkCN : A -> N -> CN -- big house + = \x,y -> AdjCN (PositA x) (UseN y); + mkCN : CN -> RS -> CN -- house that John owns + = RelCN ; + mkCN : N -> RS -> CN -- house that John owns + = \x,y -> RelCN (UseN x) y ; + mkCN : CN -> Adv -> CN -- house on the hill + = AdvCN ; + mkCN : N -> Adv -> CN -- house on the hill + = \x,y -> AdvCN (UseN x) y ; + mkCN : CN -> S -> CN -- fact that John smokes + = \cn,s -> SentCN cn (EmbedS s) ; + mkCN : CN -> QS -> CN -- question if John smokes + = \cn,s -> SentCN cn (EmbedQS s) ; + mkCN : CN -> VP -> CN -- reason to smoke + = \cn,s -> SentCN cn (EmbedVP s) ; + mkCN : CN -> NP -> CN -- number x, numbers x and y + = ApposCN ; + mkCN : N -> NP -> CN -- number x, numbers x and y + = \x,y -> ApposCN (UseN x) y + } ; + + + mkPhr = overload { + mkPhr : PConj -> Utt -> Voc -> Phr -- But go home my friend + = PhrUtt ; + mkPhr : Utt -> Voc -> Phr + = \u,v -> PhrUtt NoPConj u v ; + mkPhr : PConj -> Utt -> Phr + = \u,v -> PhrUtt u v NoVoc ; + mkPhr : Utt -> Phr -- Go home + = \u -> PhrUtt NoPConj u NoVoc ; + mkPhr : S -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttS s) NoVoc ; + mkPhr : Cl -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos s)) NoVoc ; + mkPhr : QS -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttQS s) NoVoc ; + mkPhr : Imp -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttImpSg PPos s) NoVoc + + } ; + + mkPConj : Conj -> PConj = PConjConj ; + noPConj : PConj = NoPConj ; + + mkVoc : NP -> Voc = VocNP ; + noVoc : Voc = NoVoc ; + + positivePol : Pol = PPos ; + negativePol : Pol = PNeg ; + + simultaneousAnt : Ant = ASimul ; + anteriorAnt : Ant = AAnter ; --# notpresent + + presentTense : Tense = TPres ; + pastTense : Tense = TPast ; --# notpresent + futureTense : Tense = TFut ; --# notpresent + conditionalTense : Tense = TCond ; --# notpresent + + param ImpForm = IFSg | IFPl | IFPol ; + + oper + singularImpForm : ImpForm = IFSg ; + pluralImpForm : ImpForm = IFPl ; + politeImpForm : ImpForm = IFPol ; + + mkUttImp : ImpForm -> Pol -> Imp -> Utt = \f,p,i -> case f of { + IFSg => UttImpSg p i ; + IFPl => UttImpPl p i ; + IFPol => UttImpPol p i + } ; + + mkUtt = overload { + mkUtt : S -> Utt -- John walked + = UttS ; + mkUtt : Cl -> Utt -- John walks + = \c -> UttS (UseCl TPres ASimul PPos c); + mkUtt : QS -> Utt -- is it good + = UttQS ; + mkUtt : ImpForm -> Pol -> Imp -> Utt -- don't help yourselves + = mkUttImp ; + mkUtt : ImpForm -> Imp -> Utt -- help yourselves + = \f -> mkUttImp f PPos ; + mkUtt : Pol -> Imp -> Utt -- (don't) help yourself + = UttImpSg ; + mkUtt : Imp -> Utt -- help yourself + = UttImpSg PPos ; + mkUtt : IP -> Utt -- who + = UttIP ; + mkUtt : IAdv -> Utt -- why + = UttIAdv ; + mkUtt : NP -> Utt -- this man + = UttNP ; + mkUtt : Adv -> Utt -- here + = UttAdv ; + mkUtt : VP -> Utt -- to sleep + = UttVP + } ; + + lets_Utt : VP -> Utt = ImpPl1 ; + + mkQCl = overload { + + mkQCl : Cl -> QCl -- does John walk + = QuestCl ; + mkQCl : IP -> VP -> QCl -- who walks + = QuestVP ; + mkQCl : IP -> ClSlash -> QCl -- who does John love + = QuestSlash ; + mkQCl : IP -> NP -> V2 -> QCl -- who does John love + = \ip,np,v -> QuestSlash ip (SlashVP np (SlashV2a v)) ; + mkQCl : IAdv -> Cl -> QCl -- why does John walk + = QuestIAdv ; + mkQCl : Prep -> IP -> Cl -> QCl -- with whom does John walk + = \p,ip -> QuestIAdv (PrepIP p ip) ; + mkQCl : IAdv -> NP -> QCl -- where is John + = \a -> QuestIComp (CompIAdv a) ; + mkQCl : IP -> QCl -- which houses are there + = ExistIP + + } ; + + mkIP = overload { + mkIP : IDet -> CN -> IP -- which songs + = IdetCN ; + mkIP : IDet -> N -> IP -- which song + = \i,n -> IdetCN i (UseN n) ; + mkIP : IQuant -> CN -> IP -- which songs + = \i,n -> IdetCN (IdetQuant i NumSg) n ; + mkIP : IQuant -> Num -> CN -> IP -- which songs + = \i,nu,n -> IdetCN (IdetQuant i nu) n ; + mkIP : IQuant -> N -> IP -- which song + = \i,n -> IdetCN (IdetQuant i NumSg) (UseN n) ; + mkIP : IP -> Adv -> IP -- who in Europe + = AdvIP + } ; + + whichSg_IDet : IDet = IdetQuant which_IQuant NumSg ; + whichPl_IDet : IDet = IdetQuant which_IQuant NumPl ; + + mkIAdv : Prep -> IP -> IAdv = PrepIP ; + + mkRCl = overload { + mkRCl : Cl -> RCl -- such that John loves her + = RelCl ; + mkRCl : RP -> VP -> RCl -- who loves John + = RelVP ; + mkRCl : RP -> ClSlash -> RCl -- whom John loves + = RelSlash ; + mkRCl : RP -> NP -> V2 -> RCl -- whom John loves + = \rp,np,v2 -> RelSlash rp (SlashVP np (SlashV2a v2)) ; + } ; + + which_RP : RP -- which + = IdRP ; + mkRP : Prep -> NP -> RP -> RP -- all the roots of which + = FunRP + ; + + mkClSlash = overload { + mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees + = \np,v2 -> SlashVP np (SlashV2a v2) ; + mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see + = \np,vv,v2 -> SlashVP np (SlashVV vv (SlashV2a v2)) ; + mkClSlash : ClSlash -> Adv -> ClSlash -- (whom) he sees tomorrow + = AdvSlash ; + mkClSlash : Cl -> Prep -> ClSlash -- (with whom) he walks + = SlashPrep + } ; + + mkImp = overload { + mkImp : VP -> Imp -- go + = ImpVP ; + mkImp : V -> Imp + = \v -> ImpVP (UseV v) ; + mkImp : V2 -> NP -> Imp + = \v,np -> ImpVP (ComplV2 v np) + } ; + + mkS = overload { + mkS : Cl -> S + = UseCl TPres ASimul PPos ; + mkS : Tense -> Cl -> S + = \t -> UseCl t ASimul PPos ; + mkS : Ant -> Cl -> S + = \a -> UseCl TPres a PPos ; + mkS : Pol -> Cl -> S + = \p -> UseCl TPres ASimul p ; + mkS : Tense -> Ant -> Cl -> S + = \t,a -> UseCl t a PPos ; + mkS : Tense -> Pol -> Cl -> S + = \t,p -> UseCl t ASimul p ; + mkS : Ant -> Pol -> Cl -> S + = \a,p -> UseCl TPres a p ; + mkS : Tense -> Ant -> Pol -> Cl -> S + = UseCl ; + mkS : Conj -> S -> S -> S + = \c,x,y -> ConjS c (BaseS x y) ; + mkS : Conj -> ListS -> S + = \c,xy -> ConjS c xy ; + mkS : Adv -> S -> S + = AdvS + + } ; + + mkQS = overload { + + mkQS : QCl -> QS + = UseQCl TPres ASimul PPos ; + mkQS : Tense -> QCl -> QS + = \t -> UseQCl t ASimul PPos ; + mkQS : Ant -> QCl -> QS + = \a -> UseQCl TPres a PPos ; + mkQS : Pol -> QCl -> QS + = \p -> UseQCl TPres ASimul p ; + mkQS : Tense -> Ant -> QCl -> QS + = \t,a -> UseQCl t a PPos ; + mkQS : Tense -> Pol -> QCl -> QS + = \t,p -> UseQCl t ASimul p ; + mkQS : Ant -> Pol -> QCl -> QS + = \a,p -> UseQCl TPres a p ; + mkQS : Tense -> Ant -> Pol -> QCl -> QS + = UseQCl ; + mkQS : Cl -> QS + = \x -> UseQCl TPres ASimul PPos (QuestCl x) + } ; + + + mkRS = overload { + + mkRS : RCl -> RS + = UseRCl TPres ASimul PPos ; + mkRS : Tense -> RCl -> RS + = \t -> UseRCl t ASimul PPos ; + mkRS : Ant -> RCl -> RS + = \a -> UseRCl TPres a PPos ; + mkRS : Pol -> RCl -> RS + = \p -> UseRCl TPres ASimul p ; + mkRS : Tense -> Ant -> RCl -> RS + = \t,a -> UseRCl t a PPos ; + mkRS : Tense -> Pol -> RCl -> RS + = \t,p -> UseRCl t ASimul p ; + mkRS : Ant -> Pol -> RCl -> RS + = \a,p -> UseRCl TPres a p ; + mkRS : Tense -> Ant -> Pol -> RCl -> RS + = UseRCl + } ; + + param Punct = PFullStop | PExclMark | PQuestMark ; + + oper + emptyText : Text = TEmpty ; -- [empty text] + + fullStopPunct : Punct = PFullStop ; -- . + questMarkPunct : Punct = PQuestMark ; -- ? + exclMarkPunct : Punct = PExclMark ; -- ! + + + mkText = overload { + mkText : Phr -> Punct -> Text -> Text = + \phr,punct,text -> case punct of { + PFullStop => TFullStop phr text ; + PExclMark => TExclMark phr text ; + PQuestMark => TQuestMark phr text + } ; + mkText : Phr -> Punct -> Text = + \phr,punct -> case punct of { + PFullStop => TFullStop phr TEmpty ; + PExclMark => TExclMark phr TEmpty ; + PQuestMark => TQuestMark phr TEmpty + } ; + mkText : Phr -> Text -- John walks. + = \x -> TFullStop x TEmpty ; + mkText : Utt -> Text + = \u -> TFullStop (PhrUtt NoPConj u NoVoc) TEmpty ; + mkText : S -> Text + = \s -> TFullStop (PhrUtt NoPConj (UttS s) NoVoc) TEmpty; + mkText : Cl -> Text + = \c -> TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos c)) NoVoc) TEmpty; + mkText : QS -> Text + = \q -> TQuestMark (PhrUtt NoPConj (UttQS q) NoVoc) TEmpty ; + mkText : Imp -> Text + = \i -> TExclMark (PhrUtt NoPConj (UttImpSg PPos i) NoVoc) TEmpty; + mkText : Pol -> Imp -> Text + = \p,i -> TExclMark (PhrUtt NoPConj (UttImpSg p i) NoVoc) TEmpty; + mkText : Phr -> Text -> Text -- John walks. ... + = TFullStop ; + mkText : Text -> Text -> Text = \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ; + } ; + + mkVP = overload { + mkVP : V -> VP -- sleep + = UseV ; + mkVP : V2 -> NP -> VP -- use it + = ComplV2 ; + mkVP : V3 -> NP -> NP -> VP -- send a message to her + = ComplV3 ; + mkVP : VV -> VP -> VP -- want to run + = ComplVV ; + mkVP : VS -> S -> VP -- know that she runs + = ComplVS ; + mkVP : VQ -> QS -> VP -- ask if she runs + = ComplVQ ; + mkVP : VA -> AP -> VP -- look red + = ComplVA ; + mkVP : V2A -> NP -> AP -> VP -- paint the house red + = ComplV2A ; + + mkVP : V2S -> NP -> S -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2S v q) n) ; + mkVP : V2Q -> NP -> QS -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2Q v q) n) ; + mkVP : V2V -> NP -> VP -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2V v q) n) ; + + mkVP : A -> VP -- be warm + = \a -> UseComp (CompAP (PositA a)) ; + mkVP : A -> NP -> VP -- John is warmer than Mary + = \y,z -> (UseComp (CompAP (ComparA y z))) ; + mkVP : A2 -> NP -> VP -- John is married to Mary + = \y,z -> (UseComp (CompAP (ComplA2 y z))) ; + mkVP : AP -> VP -- be warm + = \a -> UseComp (CompAP a) ; + mkVP : NP -> VP -- be a man + = \a -> UseComp (CompNP a) ; + mkVP : CN -> VP -- be a man + = \y -> (UseComp (CompNP (DetArtSg IndefArt y))) ; + mkVP : N -> VP -- be a man + = \y -> (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; + mkVP : Adv -> VP -- be here + = \a -> UseComp (CompAdv a) ; + mkVP : VP -> Adv -> VP -- sleep here + = AdvVP ; + mkVP : AdV -> VP -> VP -- always sleep + = AdVVP ; + mkVP : VPSlash -> NP -> VP -- always sleep + = ComplSlash ; + mkVP : VPSlash -> VP + = ReflVP + } ; + + reflexiveVP : V2 -> VP = \v -> ReflVP (SlashV2a v) ; + + mkVPSlash = overload { + + mkVPSlash : V2 -> VPSlash -- 1. (whom) (John) loves + = SlashV2a ; + mkVPSlash : V3 -> NP -> VPSlash -- 2. (whom) (John) gives an apple + = Slash2V3 ; + mkVPSlash : V2A -> AP -> VPSlash -- 3. (whom) (John) paints red + = SlashV2A ; + mkVPSlash : V2Q -> QS -> VPSlash -- 4. (whom) (John) asks who sleeps + = SlashV2Q ; + mkVPSlash : V2S -> S -> VPSlash -- 5. (whom) (John) tells that we sleep + = SlashV2S ; + mkVPSlash : V2V -> VP -> VPSlash -- 6. (whom) (John) forces to sleep + = SlashV2V ; + } ; + + + + passiveVP = overload { + passiveVP : V2 -> VP = PassV2 ; + passiveVP : V2 -> NP -> VP = \v,np -> + (AdvVP (PassV2 v) (PrepNP by8agent_Prep np)) + } ; + progressiveVP : VP -> VP = ProgrVP ; + + + mkListS = overload { + mkListS : S -> S -> ListS = BaseS ; + mkListS : S -> ListS -> ListS = ConsS + } ; + + mkListAP = overload { + mkListAP : AP -> AP -> ListAP = BaseAP ; + mkListAP : AP -> ListAP -> ListAP = ConsAP + } ; + + mkListAdv = overload { + mkListAdv : Adv -> Adv -> ListAdv = BaseAdv ; + mkListAdv : Adv -> ListAdv -> ListAdv = ConsAdv + } ; + + mkListNP = overload { + mkListNP : NP -> NP -> ListNP = BaseNP ; + mkListNP : NP -> ListNP -> ListNP = ConsNP + } ; + + mkCard = overload { + mkCard : Numeral -> Card + = NumNumeral ; + mkNum : Digits -> Card -- 51 + = NumDigits ; + } ; + + +------------ for backward compatibility + + QuantSg : Type = Quant ** {isSg : {}} ; + QuantPl : Type = Quant ** {isPl : {}} ; + SgQuant : Quant -> QuantSg = \q -> q ** {isSg = <>} ; + PlQuant : Quant -> QuantPl = \q -> q ** {isPl = <>} ; + +-- Pre-1.4 constants defined + + DetSg : Quant -> Ord -> Det = \q -> DetQuantOrd q NumSg ; + DetPl : Quant -> Num -> Ord -> Det = DetQuantOrd ; + + ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ; + ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; + ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash2V3 v o) d ; + + that_NP : NP = DetNP (DetQuant that_Quant sgNum) ; + this_NP : NP = DetNP (DetQuant this_Quant sgNum) ; + those_NP : NP = DetNP (DetQuant that_Quant plNum) ; + these_NP : NP = DetNP (DetQuant this_Quant plNum) ; + + ListAdv : Type = Grammar.ListAdv ; + ListAP : Type = Grammar.ListAP ; + ListNP : Type = Grammar.ListNP ; + ListS : Type = Grammar.ListS ; + +{- +-- The definite and indefinite articles are commonly used determiners. + + defSgDet : Det ; -- 11. the (house) + defPlDet : Det ; -- 12. the (houses) + indefSgDet : Det ; -- 13. a (house) + indefPlDet : Det ; -- 14. (houses) + + +--3 QuantSg, singular quantifiers + +-- From quantifiers that can have both forms, this constructor +-- builds the singular form. + + mkQuantSg : Quant -> QuantSg ; -- 1. this + +-- The mass noun phrase constructor is treated as a singular quantifier. + + massQuant : QuantSg ; -- 2. (mass terms) + +-- More singular quantifiers are available in the $Structural$ module. +-- The following singular cases of quantifiers are often used. + + the_QuantSg : QuantSg ; -- 3. the + a_QuantSg : QuantSg ; -- 4. a + this_QuantSg : QuantSg ; -- 5. this + that_QuantSg : QuantSg ; -- 6. that + + +--3 QuantPl, plural quantifiers + +-- From quantifiers that can have both forms, this constructor +-- builds the plural form. + + mkQuantPl : Quant -> QuantPl ; -- 1. these + +-- More plural quantifiers are available in the $Structural$ module. +-- The following plural cases of quantifiers are often used. + + the_QuantPl : QuantPl ; -- 2. the + a_QuantPl : QuantPl ; -- 3. (indefinite plural) + these_QuantPl : QuantPl ; -- 4. these + those_QuantPl : QuantPl ; -- 5. those +-} + +} diff --git a/next-lib/src/api/ConstructorsBul.gf b/old-lib/resource/api/ConstructorsBul.gf similarity index 100% rename from next-lib/src/api/ConstructorsBul.gf rename to old-lib/resource/api/ConstructorsBul.gf diff --git a/next-lib/src/api/ConstructorsCat.gf b/old-lib/resource/api/ConstructorsCat.gf similarity index 70% rename from next-lib/src/api/ConstructorsCat.gf rename to old-lib/resource/api/ConstructorsCat.gf index 656b2573e..4efd5bad4 100644 --- a/next-lib/src/api/ConstructorsCat.gf +++ b/old-lib/resource/api/ConstructorsCat.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses +--# -path=.:alltenses:prelude resource ConstructorsCat = Constructors with (Grammar = GrammarCat) ; diff --git a/next-lib/src/api/ConstructorsDan.gf b/old-lib/resource/api/ConstructorsDan.gf similarity index 100% rename from next-lib/src/api/ConstructorsDan.gf rename to old-lib/resource/api/ConstructorsDan.gf diff --git a/next-lib/src/api/ConstructorsEng.gf b/old-lib/resource/api/ConstructorsEng.gf similarity index 100% rename from next-lib/src/api/ConstructorsEng.gf rename to old-lib/resource/api/ConstructorsEng.gf diff --git a/next-lib/src/api/ConstructorsFin.gf b/old-lib/resource/api/ConstructorsFin.gf similarity index 100% rename from next-lib/src/api/ConstructorsFin.gf rename to old-lib/resource/api/ConstructorsFin.gf diff --git a/next-lib/src/api/ConstructorsFre.gf b/old-lib/resource/api/ConstructorsFre.gf similarity index 100% rename from next-lib/src/api/ConstructorsFre.gf rename to old-lib/resource/api/ConstructorsFre.gf diff --git a/next-lib/src/api/ConstructorsGer.gf b/old-lib/resource/api/ConstructorsGer.gf similarity index 100% rename from next-lib/src/api/ConstructorsGer.gf rename to old-lib/resource/api/ConstructorsGer.gf diff --git a/next-lib/src/api/ConstructorsIta.gf b/old-lib/resource/api/ConstructorsIta.gf similarity index 100% rename from next-lib/src/api/ConstructorsIta.gf rename to old-lib/resource/api/ConstructorsIta.gf diff --git a/next-lib/src/api/ConstructorsNor.gf b/old-lib/resource/api/ConstructorsNor.gf similarity index 100% rename from next-lib/src/api/ConstructorsNor.gf rename to old-lib/resource/api/ConstructorsNor.gf diff --git a/next-lib/src/api/ConstructorsRus.gf b/old-lib/resource/api/ConstructorsRus.gf similarity index 100% rename from next-lib/src/api/ConstructorsRus.gf rename to old-lib/resource/api/ConstructorsRus.gf diff --git a/next-lib/src/api/ConstructorsSpa.gf b/old-lib/resource/api/ConstructorsSpa.gf similarity index 100% rename from next-lib/src/api/ConstructorsSpa.gf rename to old-lib/resource/api/ConstructorsSpa.gf diff --git a/next-lib/src/api/ConstructorsSwe.gf b/old-lib/resource/api/ConstructorsSwe.gf similarity index 100% rename from next-lib/src/api/ConstructorsSwe.gf rename to old-lib/resource/api/ConstructorsSwe.gf diff --git a/next-lib/src/api/Syntax.gf b/old-lib/resource/api/Syntax.gf similarity index 100% rename from next-lib/src/api/Syntax.gf rename to old-lib/resource/api/Syntax.gf diff --git a/next-lib/src/api/SyntaxBul.gf b/old-lib/resource/api/SyntaxBul.gf similarity index 100% rename from next-lib/src/api/SyntaxBul.gf rename to old-lib/resource/api/SyntaxBul.gf diff --git a/old-lib/resource/api/SyntaxCat.gf b/old-lib/resource/api/SyntaxCat.gf new file mode 100644 index 000000000..73ff4829c --- /dev/null +++ b/old-lib/resource/api/SyntaxCat.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, CombinatorsCat ; + diff --git a/next-lib/src/api/SyntaxDan.gf b/old-lib/resource/api/SyntaxDan.gf similarity index 100% rename from next-lib/src/api/SyntaxDan.gf rename to old-lib/resource/api/SyntaxDan.gf diff --git a/next-lib/src/api/SyntaxEng.gf b/old-lib/resource/api/SyntaxEng.gf similarity index 100% rename from next-lib/src/api/SyntaxEng.gf rename to old-lib/resource/api/SyntaxEng.gf diff --git a/next-lib/src/api/SyntaxFin.gf b/old-lib/resource/api/SyntaxFin.gf similarity index 100% rename from next-lib/src/api/SyntaxFin.gf rename to old-lib/resource/api/SyntaxFin.gf diff --git a/next-lib/src/api/SyntaxFre.gf b/old-lib/resource/api/SyntaxFre.gf similarity index 100% rename from next-lib/src/api/SyntaxFre.gf rename to old-lib/resource/api/SyntaxFre.gf diff --git a/next-lib/src/api/SyntaxGer.gf b/old-lib/resource/api/SyntaxGer.gf similarity index 100% rename from next-lib/src/api/SyntaxGer.gf rename to old-lib/resource/api/SyntaxGer.gf diff --git a/next-lib/src/api/SyntaxIta.gf b/old-lib/resource/api/SyntaxIta.gf similarity index 100% rename from next-lib/src/api/SyntaxIta.gf rename to old-lib/resource/api/SyntaxIta.gf diff --git a/next-lib/src/api/SyntaxNor.gf b/old-lib/resource/api/SyntaxNor.gf similarity index 100% rename from next-lib/src/api/SyntaxNor.gf rename to old-lib/resource/api/SyntaxNor.gf diff --git a/next-lib/src/api/SyntaxRus.gf b/old-lib/resource/api/SyntaxRus.gf similarity index 100% rename from next-lib/src/api/SyntaxRus.gf rename to old-lib/resource/api/SyntaxRus.gf diff --git a/next-lib/src/api/SyntaxSpa.gf b/old-lib/resource/api/SyntaxSpa.gf similarity index 75% rename from next-lib/src/api/SyntaxSpa.gf rename to old-lib/resource/api/SyntaxSpa.gf index 6c36175d7..40315b430 100644 --- a/next-lib/src/api/SyntaxSpa.gf +++ b/old-lib/resource/api/SyntaxSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:alltenses:prelude instance SyntaxSpa of Syntax = ConstructorsSpa, CatSpa, StructuralSpa, CombinatorsSpa ; diff --git a/next-lib/src/api/SyntaxSwe.gf b/old-lib/resource/api/SyntaxSwe.gf similarity index 100% rename from next-lib/src/api/SyntaxSwe.gf rename to old-lib/resource/api/SyntaxSwe.gf diff --git a/next-lib/src/api/TryBul.gf b/old-lib/resource/api/TryBul.gf similarity index 100% rename from next-lib/src/api/TryBul.gf rename to old-lib/resource/api/TryBul.gf diff --git a/next-lib/src/api/TryCat.gf b/old-lib/resource/api/TryCat.gf similarity index 100% rename from next-lib/src/api/TryCat.gf rename to old-lib/resource/api/TryCat.gf diff --git a/next-lib/src/api/TryDan.gf b/old-lib/resource/api/TryDan.gf similarity index 100% rename from next-lib/src/api/TryDan.gf rename to old-lib/resource/api/TryDan.gf diff --git a/old-lib/resource/api/TryEng.gf b/old-lib/resource/api/TryEng.gf new file mode 100644 index 000000000..6975e4afa --- /dev/null +++ b/old-lib/resource/api/TryEng.gf @@ -0,0 +1,13 @@ +--# -path=.:alltenses:prelude + +resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] ** + open (P = ParadigmsEng) in { + +oper + + mkAdv = overload SyntaxEng { + mkAdv : Str -> Adv = P.mkAdv ; + } ; + + +} diff --git a/next-lib/src/api/TryFin.gf b/old-lib/resource/api/TryFin.gf similarity index 100% rename from next-lib/src/api/TryFin.gf rename to old-lib/resource/api/TryFin.gf diff --git a/next-lib/src/api/TryFre.gf b/old-lib/resource/api/TryFre.gf similarity index 100% rename from next-lib/src/api/TryFre.gf rename to old-lib/resource/api/TryFre.gf diff --git a/next-lib/src/api/TryGer.gf b/old-lib/resource/api/TryGer.gf similarity index 100% rename from next-lib/src/api/TryGer.gf rename to old-lib/resource/api/TryGer.gf diff --git a/next-lib/src/api/TryIta.gf b/old-lib/resource/api/TryIta.gf similarity index 100% rename from next-lib/src/api/TryIta.gf rename to old-lib/resource/api/TryIta.gf diff --git a/next-lib/src/api/TryNor.gf b/old-lib/resource/api/TryNor.gf similarity index 100% rename from next-lib/src/api/TryNor.gf rename to old-lib/resource/api/TryNor.gf diff --git a/next-lib/src/api/TryRus.gf b/old-lib/resource/api/TryRus.gf similarity index 100% rename from next-lib/src/api/TryRus.gf rename to old-lib/resource/api/TryRus.gf diff --git a/next-lib/src/api/TrySpa.gf b/old-lib/resource/api/TrySpa.gf similarity index 100% rename from next-lib/src/api/TrySpa.gf rename to old-lib/resource/api/TrySpa.gf diff --git a/next-lib/src/api/TrySwe.gf b/old-lib/resource/api/TrySwe.gf similarity index 99% rename from next-lib/src/api/TrySwe.gf rename to old-lib/resource/api/TrySwe.gf index ea721ac3c..aac2c9e49 100644 --- a/next-lib/src/api/TrySwe.gf +++ b/old-lib/resource/api/TrySwe.gf @@ -9,4 +9,4 @@ oper mkAdv : Str -> Adv = P.mkAdv ; } ; -} +} \ No newline at end of file diff --git a/next-lib/src/arabic/AdjectiveAra.gf b/old-lib/resource/arabic/AdjectiveAra.gf similarity index 77% rename from next-lib/src/arabic/AdjectiveAra.gf rename to old-lib/resource/arabic/AdjectiveAra.gf index a2ca6dcee..f324d95d3 100644 --- a/next-lib/src/arabic/AdjectiveAra.gf +++ b/old-lib/resource/arabic/AdjectiveAra.gf @@ -12,10 +12,9 @@ concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in { } } }; ----- guessed by AR - ComparA a np = { - s = \\sp,g,n,st,c => a.s ! AComp st c ++ "مِنْ" ++ np.s ! Gen ; - } ; +-- ComparA a np = { +-- s = \\_ => a.s ! AAdj Compar ++ "مِنْ" ++ np.s ! Gen ; +-- } ; -- -- $SuperlA$ belongs to determiner syntax in $Noun$. -- @@ -34,9 +33,10 @@ concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in { -- isPre = False -- } ; -- - AdAP ada ap = { - s = \\sp,g,n,st,c => ada.s ++ ap.s ! sp ! g ! n ! st ! c - } ; +-- AdAP ada ap = { +-- s = \\a => ada.s ++ ap.s ! a ; +-- isPre = ap.isPre +-- } ; -- -- UseA2 a = a ; -- diff --git a/next-lib/src/arabic/AdverbAra.gf b/old-lib/resource/arabic/AdverbAra.gf similarity index 100% rename from next-lib/src/arabic/AdverbAra.gf rename to old-lib/resource/arabic/AdverbAra.gf diff --git a/next-lib/src/arabic/AllAra.gf b/old-lib/resource/arabic/AllAra.gf similarity index 100% rename from next-lib/src/arabic/AllAra.gf rename to old-lib/resource/arabic/AllAra.gf diff --git a/next-lib/src/arabic/AllAraAbs.gf b/old-lib/resource/arabic/AllAraAbs.gf similarity index 100% rename from next-lib/src/arabic/AllAraAbs.gf rename to old-lib/resource/arabic/AllAraAbs.gf diff --git a/next-lib/src/arabic/CatAra.gf b/old-lib/resource/arabic/CatAra.gf similarity index 97% rename from next-lib/src/arabic/CatAra.gf rename to old-lib/resource/arabic/CatAra.gf index 88557540d..dd1790a94 100644 --- a/next-lib/src/arabic/CatAra.gf +++ b/old-lib/resource/arabic/CatAra.gf @@ -25,7 +25,7 @@ concrete CatAra of Cat = CommonX - [Utt] ** open ResAra, Prelude, ParamX in { QCl = {s : ResAra.Tense => Polarity => QForm => Str} ; IP = {s : Str ; n : ResAra.Number} ; -- IAdv = {s : Str} ; - IDet = {s : Case => Str ; n : ResAra.Number} ; ---- AR add Case +-- IDet = {s : Str ; n : ResAra.Number} ; -- ---- Relative -- diff --git a/next-lib/src/arabic/ConjunctionAra.gf b/old-lib/resource/arabic/ConjunctionAra.gf similarity index 100% rename from next-lib/src/arabic/ConjunctionAra.gf rename to old-lib/resource/arabic/ConjunctionAra.gf diff --git a/next-lib/src/arabic/ExtAra.gf b/old-lib/resource/arabic/ExtAra.gf similarity index 100% rename from next-lib/src/arabic/ExtAra.gf rename to old-lib/resource/arabic/ExtAra.gf diff --git a/next-lib/src/arabic/GrammarAra.gf b/old-lib/resource/arabic/GrammarAra.gf similarity index 100% rename from next-lib/src/arabic/GrammarAra.gf rename to old-lib/resource/arabic/GrammarAra.gf diff --git a/next-lib/src/arabic/IdiomAra.gf b/old-lib/resource/arabic/IdiomAra.gf similarity index 100% rename from next-lib/src/arabic/IdiomAra.gf rename to old-lib/resource/arabic/IdiomAra.gf diff --git a/next-lib/src/arabic/IrregAra.gf b/old-lib/resource/arabic/IrregAra.gf similarity index 100% rename from next-lib/src/arabic/IrregAra.gf rename to old-lib/resource/arabic/IrregAra.gf diff --git a/next-lib/src/arabic/LangAra.gf b/old-lib/resource/arabic/LangAra.gf similarity index 100% rename from next-lib/src/arabic/LangAra.gf rename to old-lib/resource/arabic/LangAra.gf diff --git a/next-lib/src/arabic/LexiconAra.gf b/old-lib/resource/arabic/LexiconAra.gf similarity index 99% rename from next-lib/src/arabic/LexiconAra.gf rename to old-lib/resource/arabic/LexiconAra.gf index 7f52d52bd..6d457e0d8 100644 --- a/next-lib/src/arabic/LexiconAra.gf +++ b/old-lib/resource/arabic/LexiconAra.gf @@ -99,6 +99,7 @@ flags harbour_N = brkN "رف؟" "مَفعَل" "مَفاعِل" Masc NoHum ; --mInA', marsaY hate_V2 = dirV2 (regV "كَرِه") ; hat_N = sdfN "قبع" "فُعَّلة" Fem NoHum ; + have_V2 = dirV2 (regV "يَملِك") ; -- have_V2 = dirV2 (v1 "ملك" a i) ; hear_V2 = dirV2 (regV "سَمِع") ; -- hear_V2 = dirV2 (v1 "سمع" i a) ; diff --git a/next-lib/src/arabic/MorphoAra.gf b/old-lib/resource/arabic/MorphoAra.gf similarity index 100% rename from next-lib/src/arabic/MorphoAra.gf rename to old-lib/resource/arabic/MorphoAra.gf diff --git a/next-lib/src/arabic/NounAra.gf b/old-lib/resource/arabic/NounAra.gf similarity index 95% rename from next-lib/src/arabic/NounAra.gf rename to old-lib/resource/arabic/NounAra.gf index 350d7b4db..bafa54d8c 100644 --- a/next-lib/src/arabic/NounAra.gf +++ b/old-lib/resource/arabic/NounAra.gf @@ -128,9 +128,7 @@ lin s = numeral.s ! NCard ; n = numeral.n }; - - NumCard n = n ; - + AdNum adn num = { s = \\g,d,c => adn.s ++ num.s ! g ! d ! c ; n = num.n } ; @@ -156,19 +154,12 @@ lin DefArt = { s = \\_,_,_,_ => []; - d = Def ; - isNum,isPron = False - } ; + d = Def} ; IndefArt = { s = \\_,_,_,_ => []; - d = Indef ; - isNum,isPron = False - } ; + d = Indef} ; - MassNP cn = ---- AR - {s = cn.s ! Sg ! Indef ; a = {pgn = Per3 cn.g Sg ; isPron = False}} ; - -- MassDet = {s = \\_,_,_,_ => [] ; d = Indef; -- isNum = False; isPron = False} ; diff --git a/next-lib/src/arabic/NumeralAra.gf b/old-lib/resource/arabic/NumeralAra.gf similarity index 100% rename from next-lib/src/arabic/NumeralAra.gf rename to old-lib/resource/arabic/NumeralAra.gf diff --git a/next-lib/src/arabic/OrthoAra.gf b/old-lib/resource/arabic/OrthoAra.gf similarity index 100% rename from next-lib/src/arabic/OrthoAra.gf rename to old-lib/resource/arabic/OrthoAra.gf diff --git a/next-lib/src/arabic/ParadigmsAra.gf b/old-lib/resource/arabic/ParadigmsAra.gf similarity index 91% rename from next-lib/src/arabic/ParadigmsAra.gf rename to old-lib/resource/arabic/ParadigmsAra.gf index 9e9a1c598..bc9d498a5 100644 --- a/next-lib/src/arabic/ParadigmsAra.gf +++ b/old-lib/resource/arabic/ParadigmsAra.gf @@ -187,16 +187,46 @@ resource ParadigmsAra = open -- The definitions should not bother the user of the API. So they are -- hidden from the document. - regV : Str -> V = \wo -> - let rau : Str * Vowel * Vowel = - case wo of { - "يَ" + fc + "ُ" + l => ; - "يَ" + fc + "ِ" + l => ; - "يَ" + fc + "َ" + l => ; - f@? + "َ" + c@? + "ِ" + l => ; - _ => Predef.error ("regV not applicable to" ++ wo) - } - in v1 rau.p1 rau.p2 rau.p3 ; +{- +-- AED's original definition of regV + + regV = \word -> + case word of { + "يَ" + f@_ + c@_ + "ُ" + l@_ => v1 (f+c+l) a u ; + "يَ" + f@_ + c@_ + "ِ" + l@_ => v1 (f+c+l) a i ; + "يَ" + f@_ + c@_ + "َ" + l@_ => v1 (f+c+l) a a ; + f@_ + "َ" + c@_ + "ِ" + l@_ => v1 (f+c+l) i a + }; +-} + +---- begin workaround for a problem with pattern matching, AR 27/6/2008 + + regV = \word -> + case Predef.eqStr (Predef.take 2 word) "يَ" of { + Predef.PTrue => vYa (Predef.drop 2 word) ; + _ => vCo word + }; + + vYa : Str -> V = \word -> + let + fcl = Predef.take 2 word + Predef.drop 3 word ; + voc = case Predef.take 1 (Predef.drop 2 word) of { + "ُ" => u ; + "ِ" => i ; + _ => a + } + in + v1 fcl a voc ; + + vCo : Str -> V = \word -> + let + f = Predef.take 1 word ; + c = Predef.take 1 (Predef.drop 2 word) ; + l = Predef.drop 4 word + in + v1 (f + c + l) i a ; + +---- end workaround definition v1 = \rootStr,vPerf,vImpf -> let { raw = v1' rootStr vPerf vImpf } in diff --git a/next-lib/src/arabic/PatternsAra.gf b/old-lib/resource/arabic/PatternsAra.gf similarity index 100% rename from next-lib/src/arabic/PatternsAra.gf rename to old-lib/resource/arabic/PatternsAra.gf diff --git a/next-lib/src/arabic/PhraseAra.gf b/old-lib/resource/arabic/PhraseAra.gf similarity index 66% rename from next-lib/src/arabic/PhraseAra.gf rename to old-lib/resource/arabic/PhraseAra.gf index 2604ac4cb..6910d59f5 100644 --- a/next-lib/src/arabic/PhraseAra.gf +++ b/old-lib/resource/arabic/PhraseAra.gf @@ -6,19 +6,16 @@ concrete PhraseAra of Phrase = CatAra ** open lin PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ! Masc ++ voc.s} ;--FIXME - UttS s = {s = \\g => s.s} ; ---- OK? AR - - UttIAdv s = {s = \\g => s.s} ; ---- OK? AR - - UttQS qs = {s = \\g => qs.s ! QDir} ; +-- UttS s = s ; +-- UttQS qs = {s = qs.s ! QDir} ; UttImpSg pol imp = {s = \\g => imp.s ! pol.p ! g ! ResAra.Sg} ; -- UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; -- - UttIP ip = {s = \\_ => ip.s} ; ---- AR +-- UttIP ip = {s = ip.s ! Nom} ; --- Acc also -- UttIAdv iadv = iadv ; - UttNP np = {s = \\_ => np.s ! Nom} ; +-- UttNP np = {s = np.s ! Acc} ; -- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; - UttAdv adv = {s = \\_ => adv.s} ; +-- UttAdv adv = adv ; -- NoPConj = {s = []} ; -- PConjConj conj = conj ; diff --git a/old-lib/resource/arabic/QuestionAra.gf b/old-lib/resource/arabic/QuestionAra.gf new file mode 100644 index 000000000..651a72cfd --- /dev/null +++ b/old-lib/resource/arabic/QuestionAra.gf @@ -0,0 +1,55 @@ +concrete QuestionAra of Question = CatAra ** open ResAra, ParamX in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,p => + table { + QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ; + QDir => cl.s ! t ! p ! Verbal + } + }; + + +-- +-- QuestVP qp vp = +-- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp +-- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; +-- +-- QuestSlash ip slash = { +-- s = \\t,a,p => +-- let +-- cls = slash.s ! t ! a ! p ; +-- who = slash.c2 ++ ip.s ! Acc --- stranding in ExtAra +-- in table { +-- QDir => who ++ cls ! OQuest ; +-- QIndir => who ++ cls ! ODir +-- } +-- } ; +-- +-- QuestIAdv iadv cl = { +-- s = \\t,a,p => +-- let +-- cls = cl.s ! t ! a ! p ; +-- why = iadv.s +-- in table { +-- QDir => why ++ cls ! OQuest ; +-- QIndir => why ++ cls ! ODir +-- } +-- } ; +-- +-- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; +-- +-- AdvIP ip adv = { +-- s = \\c => ip.s ! c ++ adv.s ; +-- n = ip.n +-- } ; +-- +-- IDetCN idet num ord cn = { +-- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ; +-- n = idet.n +-- } ; +-- +} diff --git a/next-lib/src/arabic/RelativeAra.gf b/old-lib/resource/arabic/RelativeAra.gf similarity index 100% rename from next-lib/src/arabic/RelativeAra.gf rename to old-lib/resource/arabic/RelativeAra.gf diff --git a/next-lib/src/arabic/ResAra.gf b/old-lib/resource/arabic/ResAra.gf similarity index 99% rename from next-lib/src/arabic/ResAra.gf rename to old-lib/resource/arabic/ResAra.gf index e18dc5ebe..152da5f4d 100644 --- a/next-lib/src/arabic/ResAra.gf +++ b/old-lib/resource/arabic/ResAra.gf @@ -734,7 +734,8 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf -> sing : Str -> State => Case => Str = \word -> case word of { - lemma + "ِي" => \\s,c => Al ! s + lemma + dec2sg ! s ! c ; +---- the first case gives compiler error in gf3, AR 27/6/2008 +---- lemma + "ِي" => \\s,c => Al ! s + lemma + dec2sg ! s ! c ; _ + ("ا"|"ى") => \\s,c => Al ! s + word + dec3sg ! s ! c ; _ => \\s,c => Al ! s + word + dec1sg ! s ! c }; diff --git a/next-lib/src/arabic/SentenceAra.gf b/old-lib/resource/arabic/SentenceAra.gf similarity index 92% rename from next-lib/src/arabic/SentenceAra.gf rename to old-lib/resource/arabic/SentenceAra.gf index 72b529a29..33becd26b 100644 --- a/next-lib/src/arabic/SentenceAra.gf +++ b/old-lib/resource/arabic/SentenceAra.gf @@ -54,12 +54,11 @@ concrete SentenceAra of Sentence = CatAra ** open => vp.pred.s ! gn ! Nom; --xabar marfooc _ => vp.pred.s ! gn ! Acc --xabar kaana wa laysa manSoob }; - } in case o of { Verbal => case of { ----- AR workaround 18/12/2008 case of { +----AR case of { -- ya2kuluhu => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p); -- ya2kuluhu al-waladu, yakuluhu al-2awlaadu @@ -105,8 +104,8 @@ concrete SentenceAra of Sentence = CatAra ** open -- --FIXME, all tenses - UseCl t ap cl = - {s = cl.s ! ResAra.Pres ! ap.p ! Verbal + UseCl t a p cl = + {s = cl.s ! ResAra.Pres ! p.p ! Verbal {- case t of { TPres => cl.s ! ResAra.Pres ! p.p ! Verbal ; TCond => cl.s ! ResAra.Pres ! p.p ! Verbal ; @@ -116,11 +115,11 @@ concrete SentenceAra of Sentence = CatAra ** open -} }; --FIXME, all tenses - UseQCl t ap qcl = --{s = cl.s ! t ! p ! Verbal } ; + UseQCl t a p qcl = --{s = cl.s ! t ! p ! Verbal } ; {s = table { - QDir => "هَل" ++ qcl.s ! ResAra.Pres ! ap.p ! QDir; - QIndir => qcl.s ! ResAra.Pres ! ap.p ! QIndir + QDir => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! QDir; + QIndir => qcl.s ! ResAra.Pres ! p.p ! QIndir } {- case t of { TPres => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! q ; diff --git a/next-lib/src/arabic/StructuralAra.gf b/old-lib/resource/arabic/StructuralAra.gf similarity index 98% rename from next-lib/src/arabic/StructuralAra.gf rename to old-lib/resource/arabic/StructuralAra.gf index 98b52523e..58240c781 100644 --- a/next-lib/src/arabic/StructuralAra.gf +++ b/old-lib/resource/arabic/StructuralAra.gf @@ -107,6 +107,4 @@ concrete StructuralAra of Structural = CatAra ** youPl_Pron = mkPron "أَنتُمْ" "كُمْ" "كُمْ" (Per2 Masc Sg) ; youPol_Pron = mkPron "أَنتِ" "كِ" "كِ" (Per2 Fem Sg) ; - have_V2 = dirV2 (regV "يَملِك") ; - } diff --git a/next-lib/src/arabic/VerbAra.gf b/old-lib/resource/arabic/VerbAra.gf similarity index 92% rename from next-lib/src/arabic/VerbAra.gf rename to old-lib/resource/arabic/VerbAra.gf index 06ea487cd..95e386d35 100644 --- a/next-lib/src/arabic/VerbAra.gf +++ b/old-lib/resource/arabic/VerbAra.gf @@ -6,7 +6,6 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in { UseV = predV ; SlashV2a v = predV v ** {c2 = v.c2}; - Slash3V3 v np = insertObj np (predV v) ** {c2 = v.c2}; ComplSlash vp np = insertObj np vp ; @@ -39,7 +38,7 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in { -- CompAP ap = {s = \\agr,c => ap.s ! Hum ! agr.g ! agr.n ! Indef ! c} ; --FIXME CompNP np = {s = \\_,c => np.s ! c}; - CompAdv a = {s = \\_,_ => a.s} ; +-- CompAdv a = {s = \\_ => a.s} ; -- -- } diff --git a/next-lib/src/bulgarian/AdjectiveBul.gf b/old-lib/resource/bulgarian/AdjectiveBul.gf similarity index 75% rename from next-lib/src/bulgarian/AdjectiveBul.gf rename to old-lib/resource/bulgarian/AdjectiveBul.gf index bb5e8137c..dfdf19763 100644 --- a/next-lib/src/bulgarian/AdjectiveBul.gf +++ b/old-lib/resource/bulgarian/AdjectiveBul.gf @@ -13,17 +13,6 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { adv = "" ++ "-" ++ a.adv ++ "" ++ np.s ! RObj Acc ; isPre = True } ; - UseComparA a = { - s = \\aform => "" ++ "-" ++ a.s ! aform ; - adv = "" ++ "-" ++ a.adv ; - isPre = True - } ; - - AdjOrd ord = { - s = ord.s ; - adv = ord.s ! ASg Neut Indef ; - isPre = True - } ; -- $SuperlA$ belongs to determiner syntax in $Noun$. @@ -51,9 +40,5 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { isPre = ap.isPre } ; - UseA2 a = { - s = a.s ; - adv = a.adv ; - isPre = True - } ; + UseA2 a = a ; } diff --git a/next-lib/src/bulgarian/AdverbBul.gf b/old-lib/resource/bulgarian/AdverbBul.gf similarity index 100% rename from next-lib/src/bulgarian/AdverbBul.gf rename to old-lib/resource/bulgarian/AdverbBul.gf diff --git a/next-lib/src/bulgarian/AllBul.gf b/old-lib/resource/bulgarian/AllBul.gf similarity index 100% rename from next-lib/src/bulgarian/AllBul.gf rename to old-lib/resource/bulgarian/AllBul.gf diff --git a/next-lib/src/bulgarian/AllBulAbs.gf b/old-lib/resource/bulgarian/AllBulAbs.gf similarity index 100% rename from next-lib/src/bulgarian/AllBulAbs.gf rename to old-lib/resource/bulgarian/AllBulAbs.gf diff --git a/next-lib/src/bulgarian/CatBul.gf b/old-lib/resource/bulgarian/CatBul.gf similarity index 87% rename from next-lib/src/bulgarian/CatBul.gf rename to old-lib/resource/bulgarian/CatBul.gf index 1e679ed2a..e9202f095 100644 --- a/next-lib/src/bulgarian/CatBul.gf +++ b/old-lib/resource/bulgarian/CatBul.gf @@ -1,7 +1,9 @@ -concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { +concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; - flags - coding=cp1251; optimize=all_subs; lincat @@ -15,7 +17,6 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { -- Tense, Anteriority, Polarity - Temp = {s : Str ; t : R.Tense ; a : R.Anteriority} ; Tense = {s : Str ; t : R.Tense} ; Ant = {s : Str ; a : R.Anteriority} ; Pol = {s : Str ; p : R.Polarity} ; @@ -74,12 +75,13 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { CN = {s : NForm => Str; g : DGender} ; NP = {s : Role => Str; a : Agr} ; Pron = {s : Role => Str; gen : AForm => Str; a : Agr} ; - Det = {s : Bool => DGender => Role => Str; n : Number; countable : Bool; spec : Species} ; + Det = {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} ; Predet = {s : GenNum => Str} ; Ord = {s : AForm => Str} ; Num = {s : DGenderSpecies => Str; n : Number; nonEmpty : Bool} ; Card = {s : DGenderSpecies => Str; n : Number} ; - Quant = {s : Bool => AForm => Str; nonEmpty : Bool; spec : Species} ; + Quant = {s : AForm => Str} ; + Art = {s : Str; spec : Species} ; -- Numeral @@ -113,8 +115,6 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { -- Tense, Anteriority and Polarity functions lin - TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a} ; - PPos = {s = []} ** {p = R.Pos} ; PNeg = {s = []} ** {p = R.Neg} ; TPres = {s = []} ** {t = R.Pres} ; diff --git a/next-lib/src/bulgarian/ConjunctionBul.gf b/old-lib/resource/bulgarian/ConjunctionBul.gf similarity index 100% rename from next-lib/src/bulgarian/ConjunctionBul.gf rename to old-lib/resource/bulgarian/ConjunctionBul.gf diff --git a/next-lib/src/bulgarian/ExtraBul.gf b/old-lib/resource/bulgarian/ExtraBul.gf similarity index 91% rename from next-lib/src/bulgarian/ExtraBul.gf rename to old-lib/resource/bulgarian/ExtraBul.gf index 3b2fef62c..1e15a19de 100644 --- a/next-lib/src/bulgarian/ExtraBul.gf +++ b/old-lib/resource/bulgarian/ExtraBul.gf @@ -5,20 +5,17 @@ concrete ExtraBul of ExtraBulAbs = CatBul ** lin PossIndefPron p = { - s = \\_,aform => p.gen ! (indefAForm ! aform) ; - nonEmpty = True; + s = \\aform => p.gen ! (indefAForm ! aform) ; spec = Indef } ; ReflQuant = { - s = \\_,aform => reflPron ! aform ; - nonEmpty = True; + s = \\aform => reflPron ! aform ; spec = Indef } ; ReflIndefQuant = { - s = \\_,aform => reflPron ! (indefAForm ! aform) ; - nonEmpty = True; + s = \\aform => reflPron ! (indefAForm ! aform) ; spec = Indef } ; diff --git a/next-lib/src/bulgarian/ExtraBulAbs.gf b/old-lib/resource/bulgarian/ExtraBulAbs.gf similarity index 100% rename from next-lib/src/bulgarian/ExtraBulAbs.gf rename to old-lib/resource/bulgarian/ExtraBulAbs.gf diff --git a/next-lib/src/bulgarian/GrammarBul.gf b/old-lib/resource/bulgarian/GrammarBul.gf similarity index 100% rename from next-lib/src/bulgarian/GrammarBul.gf rename to old-lib/resource/bulgarian/GrammarBul.gf diff --git a/next-lib/src/bulgarian/IdiomBul.gf b/old-lib/resource/bulgarian/IdiomBul.gf similarity index 90% rename from next-lib/src/bulgarian/IdiomBul.gf rename to old-lib/resource/bulgarian/IdiomBul.gf index 09c989fe1..cd22f7908 100644 --- a/next-lib/src/bulgarian/IdiomBul.gf +++ b/old-lib/resource/bulgarian/IdiomBul.gf @@ -33,14 +33,13 @@ concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in { v : {aux1:Str; aux2:Str; main:Str} = case of { - => {aux1=[]; aux2=[]; main=present} - ; --# notpresent - => {aux1=[]; aux2=auxPres; main=perfect} ; --# notpresent - => {aux1=[]; aux2=[]; main=aorist} ; --# notpresent - => {aux1=[]; aux2=auxAorist; main=perfect} ; --# notpresent - => {aux1=""; aux2=[]; main=present} ; --# notpresent - => {aux1=""++auxPres; aux2=[]; main=perfect} ; --# notpresent - => {aux1=auxCondS; aux2=[]; main=perfect} --# notpresent + => {aux1=[]; aux2=[]; main=present} ; + => {aux1=[]; aux2=auxPres; main=perfect} ; + => {aux1=[]; aux2=[]; main=aorist} ; + => {aux1=[]; aux2=auxAorist; main=perfect} ; + => {aux1=""; aux2=[]; main=present} ; + => {aux1=""++auxPres; aux2=[]; main=perfect} ; + => {aux1=auxCondS; aux2=[]; main=perfect} } ; in case o of { diff --git a/next-lib/src/bulgarian/LangBul.gf b/old-lib/resource/bulgarian/LangBul.gf similarity index 79% rename from next-lib/src/bulgarian/LangBul.gf rename to old-lib/resource/bulgarian/LangBul.gf index d92b2533a..dcfaacdc1 100644 --- a/next-lib/src/bulgarian/LangBul.gf +++ b/old-lib/resource/bulgarian/LangBul.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:src/prelude +--# -path=.:../abstract:../common:prelude concrete LangBul of Lang = GrammarBul, diff --git a/next-lib/src/bulgarian/LexiconBul.gf b/old-lib/resource/bulgarian/LexiconBul.gf similarity index 99% rename from next-lib/src/bulgarian/LexiconBul.gf rename to old-lib/resource/bulgarian/LexiconBul.gf index 6a9fba097..a02db0153 100644 --- a/next-lib/src/bulgarian/LexiconBul.gf +++ b/old-lib/resource/bulgarian/LexiconBul.gf @@ -95,6 +95,7 @@ lin harbour_N = mkN066 "" ; hate_V2 = dirV2 (stateV (mkV173 "")) ; hat_N = mkN041 "" ; + have_V2 = dirV2 (stateV (mkV186 "")) ; hear_V2 = dirV2 (actionV (mkV186 "") (mkV163 "")) ; hill_N = mkN001 "" ; hope_VS = mkVS (medialV (stateV (mkV186 "")) Acc) ; @@ -263,7 +264,7 @@ lin egg_N = mkN066 "" ; eye_N = mkN063 "" ; fat_N = mkN041 "" ; - feather_N = mkN054 "" ; + feather_N = mkN038 "" ; fingernail_N = mkN034 "" ; fire_N = mkN030 "" ; flower_N = mkN068 "" ; diff --git a/next-lib/src/bulgarian/MorphoBul.gf b/old-lib/resource/bulgarian/MorphoBul.gf similarity index 80% rename from next-lib/src/bulgarian/MorphoBul.gf rename to old-lib/resource/bulgarian/MorphoBul.gf index e2957bf26..c8459d0f5 100644 --- a/next-lib/src/bulgarian/MorphoBul.gf +++ b/old-lib/resource/bulgarian/MorphoBul.gf @@ -21,23 +21,22 @@ resource MorphoBul = ResBul ** open oper --2 Determiners - mkDeterminerSg : Str -> Str -> Str -> {s : Bool => DGender => Role => Str; n : Number; countable : Bool ; spec : Species} = \vseki,vsiaka,vsiako -> - {s = \\_,g,_ => table DGender [vseki;vseki;vsiaka;vsiako] ! g; n = Sg; countable = False; spec = Indef} ; - mkDeterminerPl : Str -> {s : Bool => DGender => Role => Str ; n : Number; countable : Bool ; spec : Species} = \vsicki -> - {s = \\_,_,_ => vsicki; sp = \\_,_ => vsicki; n = Pl; countable = False; spec = Indef} ; + mkDeterminerSg : Str -> Str -> Str -> {s : DGender => Role => Str; n : Number; countable : Bool ; spec : Species} = \vseki,vsiaka,vsiako -> + {s = \\g,_ => table DGender [vseki;vseki;vsiaka;vsiako] ! g; n = Sg; countable = False; spec = Indef} ; + mkDeterminerPl : Str -> {s : DGender => Role => Str ; n : Number; countable : Bool ; spec : Species} = \vsicki -> + {s = \\_,_ => vsicki; n = Pl; countable = False; spec = Indef} ; - mkQuant : Str -> Str -> Str -> Str -> {s : Bool => AForm => Str; nonEmpty : Bool; spec : Species} = \tozi,tazi,towa,tezi -> - { s = \\_ => table { - ASg Masc _ => tozi ; - ASgMascDefNom => tozi ; - ASg Fem _ => tazi ; - ASg Neut _ => towa ; - APl _ => tezi - } ; - nonEmpty = True ; - spec = Indef + mkQuant : Str -> Str -> Str -> Str -> {s : AForm => Str} = \tozi,tazi,towa,tezi -> { + s = \\aform => case aform of { + ASg Masc _ => tozi ; + ASgMascDefNom => tozi ; + ASg Fem _ => tazi ; + ASg Neut _ => towa ; + APl _ => tezi + } } ; + --2 Verbs mkVerb : (_,_,_,_,_,_,_,_,_:Str) -> VTable = @@ -112,12 +111,9 @@ oper _+""=>sg+"" ; _+""=>sg+"" ; _+""=>sg+"" ; - _+""=>sg+"" ; _+""=>sg+"" ; _+""=>sg+"" ; s+""=>s +"" ; - _+("") - =>sg +"" ; _+(""|""|""|"" |""|""|"" |""|""|"" @@ -133,19 +129,16 @@ oper _+""=>pl+"" ; _+""=>pl+"" ; _+""=>pl+"" ; - _+""=>pl+"" ; - _ =>pl+"" + s+""=>s +"" ; + s =>s +"" } ; NFSgDefNom => case sg of { _+""=>sg+"" ; _+""=>sg+"" ; _+""=>sg+"" ; - _+""=>sg+"" ; _+""=>sg+"" ; _+""=>sg+"" ; s+""=>s +"" ; - _+("") - =>sg +"" ; _+(""|""|""|"" |""|""|"" |""|""|"" diff --git a/next-lib/src/bulgarian/MorphoFunsBul.gf b/old-lib/resource/bulgarian/MorphoFunsBul.gf similarity index 89% rename from next-lib/src/bulgarian/MorphoFunsBul.gf rename to old-lib/resource/bulgarian/MorphoFunsBul.gf index a553e932a..678479d8e 100644 --- a/next-lib/src/bulgarian/MorphoFunsBul.gf +++ b/old-lib/resource/bulgarian/MorphoFunsBul.gf @@ -160,13 +160,6 @@ oper dirdirN3 : N -> N3 ; dirdirN3 n = dirN3 n noPrep ; - compoundN = overload { - compoundN : Str -> N -> N - = \s,n -> {s = \\nform => s ++ n.s ! nform ; g=n.g ; anim=n.anim ; lock_N = <>} ; - compoundN : N -> Str -> N - = \n,s -> {s = \\nform => s ++ n.s ! nform ; g=n.g ; anim=n.anim ; lock_N = <>} ; - } ; - --2 Prepositions -- diff --git a/next-lib/src/bulgarian/NounBul.gf b/old-lib/resource/bulgarian/NounBul.gf similarity index 61% rename from next-lib/src/bulgarian/NounBul.gf rename to old-lib/resource/bulgarian/NounBul.gf index e9206e443..80aa20e22 100644 --- a/next-lib/src/bulgarian/NounBul.gf +++ b/old-lib/resource/bulgarian/NounBul.gf @@ -1,8 +1,21 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { - flags optimize=all_subs ; coding=cp1251 ; + flags coding=cp1251 ; + + + flags optimize=all_subs ; lin - DetCN det cn = + DetCN = detCN ; + + DetNP det = detCN det {s = \\_ => [] ; g = DNeut} ; ---- FIXME AR + + oper + detCN : + {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} -> + {s : NForm => Str; g : DGender} -> + {s : Role => Str; a : Agr} + = + \det,cn -> { s = \\role => let nf = case of { => case role of { RSubj => NFSgDefNom ; @@ -22,7 +35,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { } } } ; - s = det.s ! True ! cn.g ! role ++ cn.s ! nf + s = det.s ! cn.g ! role ++ cn.s ! nf in case role of { RObj Dat => "" ++ s; _ => s @@ -30,19 +43,11 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { a = {gn = gennum cn.g det.n; p = P3} ; } ; - DetNP det = - { s = \\role => let s = det.s ! False ! DNeut ! role - in case role of { - RObj Dat => "" ++ s; - _ => s - } ; - a = {gn = gennum DNeut det.n; p = P3} ; - } ; - - UsePN pn = { s = table { - RObj Dat => "" ++ pn.s; - _ => pn.s - } ; + lin + UsePN pn = { s = \\role => case role of { + RObj Dat => "" ++ pn.s; + _ => pn.s + } ; a = {gn = GSg pn.g; p = P3} } ; UsePron p = {s = p.s; a=p.a} ; @@ -63,28 +68,55 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { } ; DetQuant quant num = { - s = \\sp,g,c => let sp' = case num.nonEmpty of { True => True ; - False => sp } - in quant.s ! sp' ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ - num.s ! dgenderSpecies g quant.spec c ; - n = num.n ; - countable = num.nonEmpty ; - spec = case num.nonEmpty of {True=>Indef; _=>quant.spec} - } ; - - DetQuantOrd = \quant, num, ord -> { - s = \\_,g,c => quant.s ! True ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ - num.s ! dgenderSpecies g quant.spec c ++ - ord.s ! aform (gennum g num.n) (case num.nonEmpty of {True=>Indef; _=>quant.spec}) c ; + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ + num.s ! dgenderSpecies g Indef c ; n = num.n ; countable = num.nonEmpty ; spec=Indef } ; + DetQuantOrd = \quant, num, ord -> { + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ + num.s ! dgenderSpecies g Indef c ++ + ord.s ! aform (gennum g num.n) Indef c ; + n = num.n ; + countable = num.nonEmpty ; + spec=Indef + } ; + + DetArtCard art card = { + s = \\g,c => art.s ++ + card.s ! dgenderSpecies g art.spec c ; + n = card.n ; + countable = True ; + spec=Indef + } ; + + DetArtOrd art num ord = { + s = \\g,c => art.s ++ + num.s ! dgenderSpecies g art.spec c ++ + ord.s ! aform (gennum g num.n) (case num.nonEmpty of {False => art.spec; _ => Indef}) c ; + n = num.n ; + countable = num.nonEmpty ; + spec=Indef + } ; + + DetArtPl art = detCN { + s = \\g,c => art.s ; + n = Pl ; + countable = False ; + spec=art.spec; + } ; + + DetArtSg art = detCN { + s = \\g,c => art.s ; + n = Sg ; + countable = False ; + spec=art.spec; + } ; + PossPron p = { - s = \\_ => p.gen ; - nonEmpty = True ; - spec = ResBul.Indef + s = p.gen } ; NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ; @@ -103,42 +135,19 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { OrdSuperl a = {s = \\aform => "" ++ "-" ++ a.s ! aform} ; DefArt = { - s = table { - True => \\_ => [] ; - False => table { - ASg Masc _ => "" ; - ASgMascDefNom => "" ; - ASg Fem _ => "" ; - ASg Neut _ => "" ; - APl _ => "" - } - } ; - nonEmpty = False ; + s = [] ; spec = ResBul.Def } ; IndefArt = { - s = table { - True => \\_ => [] ; - False => table { - ASg Masc _ => "" ; - ASgMascDefNom => "" ; - ASg Fem _ => "" ; - ASg Neut _ => "" ; - APl _ => "" - } - } ; - nonEmpty = False ; + s = [] ; spec = ResBul.Indef } ; - MassNP cn = { - s = table { - RVoc => cn.s ! NFVocative ; - RObj Dat => "" ++ cn.s ! (NF Sg Indef); - _ => cn.s ! (NF Sg Indef) - } ; - a = {gn = gennum cn.g Sg; p = P3} ; + MassNP = detCN { + s = \\_,_ => [] ; + spec = Indef ; + countable = False ; n = Sg ---- FIXME is this correct? AR } ; UseN noun = noun ; diff --git a/next-lib/src/bulgarian/NumeralBul.gf b/old-lib/resource/bulgarian/NumeralBul.gf similarity index 59% rename from next-lib/src/bulgarian/NumeralBul.gf rename to old-lib/resource/bulgarian/NumeralBul.gf index 021c8566a..bf89fbe21 100644 --- a/next-lib/src/bulgarian/NumeralBul.gf +++ b/old-lib/resource/bulgarian/NumeralBul.gf @@ -5,19 +5,19 @@ concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in { lincat Digit = {s : DForm => CardOrd => Str} ; Sub10 = {s : DForm => CardOrd => Str; n : Number} ; - Sub100 = {s : CardOrd => NumF => Str; n : Number; i : Bool} ; - Sub1000 = {s : CardOrd => NumF => Str; n : Number; i : Bool} ; - Sub1000000 = {s : CardOrd => NumF => Str; n : Number} ; + Sub100 = {s : CardOrd => Str; n : Number; i : Bool} ; + Sub1000 = {s : CardOrd => Str; n : Number; i : Bool} ; + Sub1000000 = {s : CardOrd => Str; n : Number} ; -lin num x = {s = \\c => x.s ! c ! Formal; n=x.n} ; -lin n2 = mkDigit "" "" "" "" "" "" ; -lin n3 = mkDigit "" "" "" "" "" "" ; -lin n4 = mkDigit "" "" "" "" "" "" ; -lin n5 = mkDigit "" "" "" "" "" "" ; -lin n6 = mkDigit "" "" "" "" "" "" ; -lin n7 = mkDigit "" "" "" "" "" "" ; -lin n8 = mkDigit "" "" "" "" "" "" ; -lin n9 = mkDigit "" "" "" "" "" "" ; +lin num x = x ; +lin n2 = mkDigit "" "" "" "" "" ; +lin n3 = mkDigit "" "" "" "" "" ; +lin n4 = mkDigit "" "" "" "" "" ; +lin n5 = mkDigit "" "" "" "" "" ; +lin n6 = mkDigit "" "" "" "" "" ; +lin n7 = mkDigit "" "" "" "" "" ; +lin n8 = mkDigit "" "" "" "" "" ; +lin n9 = mkDigit "" "" "" "" "" ; lin pot01 = {s = table { @@ -44,43 +44,40 @@ lin pot01 = APl Def => "" } } ; - teen nf => case nf of { - Formal => mkCardOrd "" "" "" "" ; - Informal => mkCardOrd "" "" "" "" - } ; - ten nf => mkCardOrd "" "" "" "" ; - hundred => mkCardOrd100 "" "" + teen => mkCardOrd "" "" "" "" ; + ten => mkCardOrd "" "" "" "" ; + hundred => mkCardOrd "" "" "" "" } ;n = Sg } ; lin pot0 d = d ** {n = Pl} ; -lin pot110 = {s=\\c,nf => pot01.s ! ten nf ! c; n = Pl; i = True} ; -lin pot111 = {s=\\c,nf => pot01.s ! teen nf ! c; n = Pl; i = True} ; -lin pot1to19 d = {s = \\c,nf => d.s ! teen nf ! c; n = Pl; i = True} ; -lin pot0as1 n = {s = \\c,nf => n.s ! unit ! c; n = n.n; i = True} ; -lin pot1 d = {s = \\c,nf => d.s ! ten nf ! c; n = Pl; i = True} ; +lin pot110 = {s=pot01.s ! ten; n = Pl; i = True} ; +lin pot111 = {s=pot01.s ! teen; n = Pl; i = True} ; +lin pot1to19 d = {s = d.s ! teen; n = Pl; i = True} ; +lin pot0as1 n = {s = n.s ! unit; n = n.n; i = True} ; +lin pot1 d = {s = d.s ! ten; n = Pl; i = True} ; lin pot1plus d e = { - s = \\c,nf => d.s ! ten nf ! NCard DMascIndef ++ "" ++ e.s ! unit ! c ; n = Pl; i = False} ; + s = \\c => d.s ! ten ! NCard DMascIndef ++ "" ++ e.s ! unit ! c ; n = Pl; i = False} ; lin pot1as2 n = n ; -lin pot2 n = {s = \\c,nf => n.s ! hundred ! c; n = Pl; i = True} ; +lin pot2 n = {s = \\c => n.s ! hundred ! c; n = Pl; i = True} ; lin pot2plus d e = { - s = \\c,nf => d.s ! hundred ! NCard DMascIndef ++ case e.i of {False => []; True => ""} ++ e.s ! c ! nf ; + s = \\c => d.s ! hundred ! NCard DMascIndef ++ case e.i of {False => []; True => ""} ++ e.s ! c ; n = Pl ; i = False } ; lin pot2as3 n = n ; lin pot3 n = { - s = \\c,nf => case n.n of { - Sg => mkCardOrd100 "" "" ! c ; - Pl => n.s ! NCard DFemIndef ! nf ++ mkCardOrd100 "" "" ! c - } ; + s = \\c => case n.n of { + Sg => mkCardOrd "" "" "" "" ! c ; + Pl => n.s ! NCard DFemIndef ++ mkCardOrd "" "" "" "" ! c + } ; n = Pl } ; lin pot3plus n m = { - s = \\c,nf => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ! nf ++ case m.i of {False => []; True => ""} ++ m.s ! c ! nf ; + s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => ""} ++ m.s ! c ; n = Pl } ; diff --git a/next-lib/src/bulgarian/ParadigmsBul.gf b/old-lib/resource/bulgarian/ParadigmsBul.gf similarity index 88% rename from next-lib/src/bulgarian/ParadigmsBul.gf rename to old-lib/resource/bulgarian/ParadigmsBul.gf index 51693a20e..a22cc6fe9 100644 --- a/next-lib/src/bulgarian/ParadigmsBul.gf +++ b/old-lib/resource/bulgarian/ParadigmsBul.gf @@ -12,7 +12,7 @@ oper in mkNoun (v0) (v0+"") (v0+"") - (v0) + (v0+"-") DMasc ; mkN002 : Str -> N ; mkN002 base = let v0 = tk 2 base; @@ -20,7 +20,7 @@ oper in mkNoun (v0+""+v1) (v0+""+v1+"") (v0+""+v1+"") - (v0+""+v1) + (v0+"-") DMasc ; mkN002a : Str -> N ; mkN002a base = let v0 = tk 2 base; @@ -28,7 +28,7 @@ oper in mkNoun (v0+""+v1) (v0+""+v1+"") (v0+""+v1+"") - (v0+""+v1) + (v0+"-") DMasc ; mkN003 : Str -> N ; mkN003 base = let v0 = tk 3 base; @@ -36,35 +36,35 @@ oper in mkNoun (v0+""+v1) (v0+""+v1+"") (v0+""+v1+"") - (v0+""+v1) + (v0+"-") DMasc ; mkN004 : Str -> N ; mkN004 base = let v0 = tk 4 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN005 : Str -> N ; mkN005 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0) + (v0+"-") DMasc ; mkN006 : Str -> N ; mkN006 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0) + (v0+"-") DMasc ; mkN007 : Str -> N ; mkN007 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN007b : Str -> N ; mkN007b base = let v0 = base @@ -86,80 +86,64 @@ oper in mkNoun (v0+""+v1) (v0+v1+"") (v0+""+v1+"") - (v0+""+v1+"") + (v0+"-") DMasc ; - mkN008b : Str -> N ; - mkN008b base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - DMasc ; - mkN008c : Str -> N ; - mkN008c base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+v1+"") - (v0+""+v1+"") - (v0+v1+"") - DMasc ; mkN008a : Str -> N ; mkN008a base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN009 : Str -> N ; mkN009 base = let v0 = tk 2 base; v1 = last (base) in mkNoun (v0+""+v1) (v0+v1+"") (v0+""+v1+"") - (v0+v1+"") + (v0+"-") DMasc ; mkN009a : Str -> N ; mkN009a base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN010 : Str -> N ; mkN010 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN011 : Str -> N ; mkN011 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN012 : Str -> N ; mkN012 base = let v0 = tk 3 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") DMasc ; mkN013 : Str -> N ; mkN013 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN014 : Str -> N ; mkN014 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN014a : Str -> N ; mkN014a base = let v0 = tk 1 base @@ -173,101 +157,87 @@ oper in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; - mkN015a : Str -> N ; - mkN015a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; mkN016 : Str -> N ; mkN016 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; - mkN016a : Str -> N ; - mkN016a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; mkN017 : Str -> N ; mkN017 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN018 : Str -> N ; mkN018 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") - (v0+"") - (v0+"") + (v0+"-") + (v0+"") DMasc ; mkN018a : Str -> N ; mkN018a base = let v0 = tk 2 base; v1 = last (base) in mkNoun (v0+""+v1) (v0+"") - (v0+"") - (v0+""+v1+"") + (v0+"-") + (v0+"-") DMasc ; mkN019 : Str -> N ; mkN019 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN019a : Str -> N ; mkN019a base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN020 : Str -> N ; mkN020 base = let v0 = tk 3 base; v1 = last (tk 2 base) in mkNoun (v0+v1+"") (v0+""+v1+"") - (v0+""+v1+"") + (v0+"-") (v0+v1+"") - DMascPersonal ; + DMasc ; mkN021 : Str -> N ; mkN021 base = let v0 = tk 3 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN022 : Str -> N ; mkN022 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN023 : Str -> N ; mkN023 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN024a : Str -> N ; mkN024a base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN024 : Str -> N ; mkN024 base = let v0 = base in mkNoun (v0) @@ -279,57 +249,57 @@ oper mkN025 base = let v0 = base in mkNoun (v0) (v0+"") - (v0+"") + (v0+"-") (v0+"") DMascPersonal ; mkN026 : Str -> N ; mkN026 base = let v0 = base in mkNoun (v0) (v0+"") - (v0+"") - (v0+"") + (v0+"") + (v0+"-") DMasc ; mkN027 : Str -> N ; mkN027 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN028 : Str -> N ; mkN028 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN028a : Str -> N ; mkN028a base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN029 : Str -> N ; mkN029 base = let v0 = base in mkNoun (v0) (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN030 : Str -> N ; mkN030 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN031 : Str -> N ; mkN031 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN031a : Str -> N ; mkN031a base = let v0 = base @@ -339,12 +309,11 @@ oper (v0+"") DMascPersonal ; mkN032 : Str -> N ; - mkN032 base = let v0 = base ; - v1 = tk 1 base - in mkNoun (v0) - (v1+"") - (v1+"") - (v0+"") + mkN032 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") DMasc ; mkN032a : Str -> N ; mkN032a base = let v0 = tk 1 base @@ -358,21 +327,21 @@ oper in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN034 : Str -> N ; mkN034 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN035 : Str -> N ; mkN035 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN035a : Str -> N ; mkN035a base = let v0 = base @@ -386,49 +355,49 @@ oper in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN037 : Str -> N ; mkN037 base = let v0 = base in mkNoun (v0) (v0+"") (v0+"") - (v0+"") + (v0+"-") DMasc ; mkN038 : Str -> N ; mkN038 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") DMascPersonal ; mkN039 : Str -> N ; mkN039 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") - (v0+"") - (v0+"o") - DMascPersonal ; + (v0+"-") + (v0+"-") + DMasc ; mkN040 : Str -> N ; mkN040 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") - (v0+"") + (v0+"-") (v0+"") - DMascPersonal ; + DMasc ; mkN040a : Str -> N ; mkN040a base = let v0 = base in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") + (v0+"-") + (v0+"-") + (v0+"-") DMasc ; mkN041 : Str -> N ; mkN041 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN041a : Str -> N ; mkN041a base = let v0 = tk 1 base @@ -449,7 +418,7 @@ oper in mkNoun (v0) (v0) (v0) - (v0) + (v0+"-") DFem ; mkN043 : Str -> N ; mkN043 base = let v0 = tk 3 base; @@ -457,7 +426,7 @@ oper in mkNoun (v0+""+v1+"") (v0+""+v1+"") (v0+""+v1+"") - (v0+"") + (v0+"-") DFem ; mkN043a : Str -> N ; mkN043a base = let v0 = tk 4 base; @@ -465,35 +434,35 @@ oper in mkNoun (v0+""+v1+"") (v0+""+v1+"") (v0+""+v1+"") - (v0+"") + (v0+"-") DFem ; mkN044 : Str -> N ; mkN044 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN045 : Str -> N ; mkN045 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN046 : Str -> N ; mkN046 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN047 : Str -> N ; mkN047 base = let v0 = tk 1 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN048 : Str -> N ; mkN048 base = let v0 = tk 1 base @@ -507,14 +476,14 @@ oper in mkNoun (v0) (v0+"") (v0+"") - (v0) + (v0+"-") DFem ; mkN050 : Str -> N ; mkN050 base = let v0 = tk 2 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN051 : Str -> N ; mkN051 base = let v0 = tk 2 base; @@ -522,21 +491,21 @@ oper in mkNoun (v0+""+v1) (v0+v1+"") (v0+v1+"") - (v0+""+v1) + (v0+"-") DFem ; mkN052 : Str -> N ; mkN052 base = let v0 = tk 5 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN052a : Str -> N ; mkN052a base = let v0 = tk 6 base in mkNoun (v0+"") (v0+"") (v0+"") - (v0+"") + (v0+"-") DFem ; mkN053 : Str -> N ; mkN053 base = let v0 = tk 3 base; @@ -544,7 +513,7 @@ oper in mkNoun (v0+""+v1) (v0+""+v1+"") (v0+""+v1+"") - (v0+""+v1) + (v0+"-") DFem ; mkN054 : Str -> N ; mkN054 base = let v0 = tk 1 base @@ -695,31 +664,19 @@ oper (v0) DNeut ; mkN074 : Str -> N ; - mkN074 base = let v0 = base - in { s = table { - NF Sg _ => variants {} ; - NF Pl Indef => v0 ; - NF Pl Def => v0+"" ; - NFSgDefNom => variants {} ; - NFPlCount => v0 ; - NFVocative => v0 - } ; - g = DNeut ; - lock_N = <> - } ; + mkN074 base = let v0 = tk 1 base + in mkNoun (v0+"-") + (v0) + (v0) + (v0+"-") + DNeut ; mkN075 : Str -> N ; - mkN075 base = let v0 = base - in { s = table { - NF Sg _ => variants {} ; - NF Pl Indef => v0 ; - NF Pl Def => v0+"" ; - NFSgDefNom => variants {} ; - NFPlCount => v0 ; - NFVocative => v0 - } ; - g = DNeut ; - lock_N = <> - } ; + mkN075 base = let v0 = tk 1 base + in mkNoun (v0+"-") + (v0) + (v0) + (v0+"-") + DNeut ; mkA076 : Str -> A ; mkA076 base = let v0 = base in mkAdjective (v0) @@ -890,6 +847,17 @@ oper (v0+"") (v0+"") (v0+"") ; + mkA089 : Str -> A ; + mkA089 base = let v0 = tk 1 base + in mkAdjective (v0+"-") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") + (v0+"") ; mkA089a : Str -> A ; mkA089a base = let v0 = base in mkAdjective (v0) diff --git a/next-lib/src/bulgarian/PhraseBul.gf b/old-lib/resource/bulgarian/PhraseBul.gf similarity index 100% rename from next-lib/src/bulgarian/PhraseBul.gf rename to old-lib/resource/bulgarian/PhraseBul.gf diff --git a/next-lib/src/bulgarian/QuestionBul.gf b/old-lib/resource/bulgarian/QuestionBul.gf similarity index 61% rename from next-lib/src/bulgarian/QuestionBul.gf rename to old-lib/resource/bulgarian/QuestionBul.gf index 36f78a1eb..1032e6b44 100644 --- a/next-lib/src/bulgarian/QuestionBul.gf +++ b/old-lib/resource/bulgarian/QuestionBul.gf @@ -21,7 +21,7 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { } ; QuestSlash ip slash = - mkQuestion {s = \\qform => slash.c2.s ++ case slash.c2.c of {Dat=>"";_=>[]} ++ ip.s ! (RObj slash.c2.c) ! qform} + mkQuestion {s = \\spec => slash.c2.s ++ ip.s ! (RObj slash.c2.c) ! spec} {s = slash.s ! (agrP3 ip.gn) } ; QuestIAdv iadv cl = mkQuestion iadv cl ; @@ -29,21 +29,21 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { QuestIComp icomp np = mkQuestion icomp (mkClause (np.s ! RSubj) np.a (predV verbBe)) ; - PrepIP p ip = {s = \\qform => p.s ++ case p.c of {Dat=>"";_=>[]} ++ ip.s ! RSubj ! qform} ; + PrepIP p ip = {s = \\spec => p.s ++ ip.s ! RSubj ! spec} ; AdvIP ip adv = { - s = \\role,qform => ip.s ! role ! qform ++ adv.s ; + s = \\role,spec => ip.s ! role ! spec ++ adv.s ; gn = ip.gn } ; CompIAdv a = a ; IdetCN idet cn = { - s = \\_,qform => let nf = case of { - => NFPlCount ; - _ => NF idet.n Indef - } - in idet.s ! cn.g ! qform ++ cn.s ! nf ; + s = \\_,spec => let nf = case of { + => NFPlCount ; + _ => NF idet.n Indef + } + in idet.s ! cn.g ! spec ++ cn.s ! nf ; gn = gennum cn.g idet.n } ; @@ -53,8 +53,8 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { } ; IdetQuant iquant num = { - s = \\g,qform => iquant.s ! gennum g num.n ! qform ++ - num.s ! dgenderSpecies g Indef RSubj ; + s = \\g,spec => iquant.s ! gennum g num.n ! spec ++ + num.s ! dgenderSpecies g Indef RSubj ; n = num.n ; nonEmpty = num.nonEmpty } ; diff --git a/next-lib/src/bulgarian/RelativeBul.gf b/old-lib/resource/bulgarian/RelativeBul.gf similarity index 100% rename from next-lib/src/bulgarian/RelativeBul.gf rename to old-lib/resource/bulgarian/RelativeBul.gf diff --git a/next-lib/src/bulgarian/ResBul.gf b/old-lib/resource/bulgarian/ResBul.gf similarity index 89% rename from next-lib/src/bulgarian/ResBul.gf rename to old-lib/resource/bulgarian/ResBul.gf index 527dceef4..795b9a746 100644 --- a/next-lib/src/bulgarian/ResBul.gf +++ b/old-lib/resource/bulgarian/ResBul.gf @@ -8,10 +8,10 @@ -- patterns needed for $Lex$. resource ResBul = ParamX ** open Prelude in { + flags coding=cp1251 ; - flags - coding=cp1251 ; optimize=all ; + flags optimize=all ; -- Some parameters, such as $Number$, are inherited from $ParamX$. @@ -101,8 +101,7 @@ resource ResBul = ParamX ** open Prelude in { ; CardOrd = NCard DGenderSpecies | NOrd AForm ; - NumF = Formal | Informal ; - DForm = unit | teen NumF | ten NumF | hundred ; + DForm = unit | teen | ten | hundred ; --2 Transformations between parameter types @@ -368,8 +367,8 @@ resource ResBul = ParamX ** open Prelude in { ASg Masc Indef => base ; ASg Masc Def => (base0+"") ; ASgMascDefNom => (base0+"") ; - ASg Fem Indef => (base0+"") ; - ASg Fem Def => (base0+"aa") ; + ASg Fem Indef => (base0+"a") ; + ASg Fem Def => (base0+"") ; ASg Neut Indef => (base0+"") ; ASg Neut Def => (base0+"") ; APl Indef => (ia2e base0+"") ; @@ -454,14 +453,13 @@ resource ResBul = ParamX ** open Prelude in { verbs : {aux:{s1:Str; s2:Str}; main:Str} = case of { - => {aux=vf2 clitic.s; main=presentImperf} - ; --# notpresent - => {aux=vf1 clitic.s; main=perfect} ; --# notpresent - => {aux=vf2 clitic.s; main=aorist} ; --# notpresent - => {aux=vf4 auxAorist; main=perfect} ; --# notpresent - => {aux=vf3 clitic.s; main=present} ; --# notpresent - => {aux=vf3 (apc []); main=perfect} ; --# notpresent - => {aux=vf4 auxCond ; main=perfect} --# notpresent + => {aux=vf2 clitic.s; main=presentImperf} ; + => {aux=vf1 clitic.s; main=perfect} ; + => {aux=vf2 clitic.s; main=aorist} ; + => {aux=vf4 auxAorist; main=perfect} ; + => {aux=vf3 clitic.s; main=present} ; + => {aux=vf3 (apc []); main=perfect} ; + => {aux=vf4 auxCond ; main=perfect} } in verb.ad.s ++ li0 ++ verbs.aux.s1 ++ verbs.main ++ verbs.aux.s2 ; @@ -477,24 +475,18 @@ resource ResBul = ParamX ** open Prelude in { -- For $Numeral$. - mkDigit : Str -> Str -> Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = - \dva, dvama, dve, vtori, dvaiset, dvesta -> + mkDigit : Str -> Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = + \dva, dvama, dve, vtori, dvesta -> {s = table { unit => mkCardOrd dva dvama dve vtori ; - teen nf => case nf of { - Formal => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; - Informal => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") - } ; - ten nf => case nf of { - Formal => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; - Informal => mkCardOrd dvaiset dvaiset dvaiset (dvaiset+"") - } ; + teen => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; + ten => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; hundred => let dvesten : Str = case dvesta of { dvest+"" => dvest+"" ; chetiristot+"" => chetiristot+"" } - in mkCardOrd100 dvesta dvesten + in mkCardOrd dvesta dvesta dvesta dvesten } } ; @@ -517,24 +509,6 @@ resource ResBul = ParamX ** open Prelude in { } } ; - mkCardOrd100 : Str -> Str -> CardOrd => Str = - \sto, stoten -> - table { - NCard dg => sto ; - NOrd aform => let stotn = init (init stoten) + last stoten ; - in case aform of { - ASg Masc Indef => stoten ; - ASg Masc Def => stotn+"" ; - ASgMascDefNom => stotn+"" ; - ASg Fem Indef => stotn+"" ; - ASg Fem Def => stotn+"" ; - ASg Neut Indef => stotn+"" ; - ASg Neut Def => stotn+"" ; - APl Indef => stotn+"" ; - APl Def => stotn+"" - } - } ; - digitGenderSpecies : Str -> Str -> Str -> DGenderSpecies => Str = \dva, dvama, dve -> let addDef : Str -> Str = diff --git a/next-lib/src/bulgarian/SentenceBul.gf b/old-lib/resource/bulgarian/SentenceBul.gf similarity index 84% rename from next-lib/src/bulgarian/SentenceBul.gf rename to old-lib/resource/bulgarian/SentenceBul.gf index 9966b538d..ff2bc0fd8 100644 --- a/next-lib/src/bulgarian/SentenceBul.gf +++ b/old-lib/resource/bulgarian/SentenceBul.gf @@ -51,18 +51,18 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in { EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = daComplex vp ! Perf ! {gn=GSg Masc; p=P1}} ; - UseCl t p cl = { - s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! Main + UseCl t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! Main } ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! q + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q } ; - UseRCl t p cl = { - s = \\agr => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! agr ; + UseRCl t a p cl = { + s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr ; role = cl.role } ; - UseSlash t p cl = { - s = \\agr => t.s ++ p.s ++ cl.s ! agr ! t.t ! t.a ! p.p ! Main ; + UseSlash t a p cl = { + s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! agr ! t.t ! a.a ! p.p ! Main ; c2 = cl.c2 } ; diff --git a/next-lib/src/bulgarian/StructuralBul.gf b/old-lib/resource/bulgarian/StructuralBul.gf similarity index 97% rename from next-lib/src/bulgarian/StructuralBul.gf rename to old-lib/resource/bulgarian/StructuralBul.gf index 422ed7169..a3b8ec75c 100644 --- a/next-lib/src/bulgarian/StructuralBul.gf +++ b/old-lib/resource/bulgarian/StructuralBul.gf @@ -28,7 +28,7 @@ concrete StructuralBul of Structural = CatBul ** every_Det = mkDeterminerSg "" "" ""; everything_NP = mkNP "" (GSg Neut) P3 ; everywhere_Adv = ss "" ; - few_Det = {s = \\_,_,_ => ""; n = Pl; countable = True; spec = Indef} ; + few_Det = {s = \\_,_ => ""; n = Pl; countable = True; spec = Indef} ; --- first_Ord = ss "first" ; DEPRECATED for_Prep = mkPrep "" Acc ; from_Prep = mkPrep "" Acc ; @@ -118,8 +118,5 @@ concrete StructuralBul of Structural = CatBul ** youSg_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P2 ; youPl_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; youPol_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; - - have_V2 = dirV2 (stateV (mkV186 "")) ; - } diff --git a/next-lib/src/bulgarian/TextBul.gf b/old-lib/resource/bulgarian/TextBul.gf similarity index 100% rename from next-lib/src/bulgarian/TextBul.gf rename to old-lib/resource/bulgarian/TextBul.gf diff --git a/next-lib/src/bulgarian/VerbBul.gf b/old-lib/resource/bulgarian/VerbBul.gf similarity index 100% rename from next-lib/src/bulgarian/VerbBul.gf rename to old-lib/resource/bulgarian/VerbBul.gf diff --git a/next-lib/src/catalan/AdjectiveCat.gf b/old-lib/resource/catalan/AdjectiveCat.gf similarity index 100% rename from next-lib/src/catalan/AdjectiveCat.gf rename to old-lib/resource/catalan/AdjectiveCat.gf diff --git a/next-lib/src/catalan/AdverbCat.gf b/old-lib/resource/catalan/AdverbCat.gf similarity index 100% rename from next-lib/src/catalan/AdverbCat.gf rename to old-lib/resource/catalan/AdverbCat.gf diff --git a/next-lib/src/catalan/AllCat.gf b/old-lib/resource/catalan/AllCat.gf similarity index 100% rename from next-lib/src/catalan/AllCat.gf rename to old-lib/resource/catalan/AllCat.gf diff --git a/next-lib/src/catalan/AllCatAbs.gf b/old-lib/resource/catalan/AllCatAbs.gf similarity index 100% rename from next-lib/src/catalan/AllCatAbs.gf rename to old-lib/resource/catalan/AllCatAbs.gf diff --git a/next-lib/src/catalan/BeschCat.gf b/old-lib/resource/catalan/BeschCat.gf similarity index 70% rename from next-lib/src/catalan/BeschCat.gf rename to old-lib/resource/catalan/BeschCat.gf index 369f0029c..b9e86a0c1 100644 --- a/next-lib/src/catalan/BeschCat.gf +++ b/old-lib/resource/catalan/BeschCat.gf @@ -18,30 +18,30 @@ let absol_ = Predef.tk 3 absoldre in VI Infn => absol_ + "dre" ; VI Ger => absol_ + "ent" ; VI Part => absol_ + "t" ; - VP (Pres Ind Pl P1) => absol_ + "em" ; - VP (Pres Ind Sg P1) => absol_ + "c" ; + VP (Pres Ind Pl P1) => absol_ + "em" ; + VP (Pres Ind Sg P1) => absol_ + "c" ; VP (Pres Ind Pl P2) => absol_ + "eu" ; VP (Pres Ind Sg P2) => absol_ + "s" ; VP (Pres Ind Pl P3) => absol_ + "en" ; VP (Pres Ind Sg P3) => absol_ + "" ; - VP (Pres Sub Pl P1) => absol_ + "guem" ; - VP (Pres Sub Sg P1) => absol_ + "gui" ; - VP (Pres Sub Pl P2) => absol_ + "gueu" ; - VP (Pres Sub Sg P2) => absol_ + "guis" ; - VP (Pres Sub Pl P3) => absol_ + "guin" ; - VP (Pres Sub Sg P3) => absol_ + "gui" ; - VP (Impf Ind Pl P1) => absol_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => absol_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => absol_ + "guem" ; + VP (Pres Subj Sg P1) => absol_ + "gui" ; + VP (Pres Subj Pl P2) => absol_ + "gueu" ; + VP (Pres Subj Sg P2) => absol_ + "guis" ; + VP (Pres Subj Pl P3) => absol_ + "guin" ; + VP (Pres Subj Sg P3) => absol_ + "gui" ; + VP (Impf Ind Pl P1) => absol_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => absol_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => absol_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => absol_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => absol_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => absol_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => absol_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => absol_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => absol_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => absol_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => absol_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => absol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => absol_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => absol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => absol_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => absol_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => absol_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => absol_ + "gus" ;--# notpresent VP (Fut Pl P1) => absol_ + "drem" ;--# notpresent VP (Fut Sg P1) => absol_ + "dr" ;--# notpresent VP (Fut Pl P2) => absol_ + "dreu" ;--# notpresent @@ -78,30 +78,30 @@ let adm_ = Predef.tk 4 admetre in {s = table { VI Infn => adm_ + "etre" ; VI Ger => adm_ + "etent" ; - VP (Pres Ind Pl P1) => adm_ + "etem" ; - VP (Pres Ind Sg P1) => adm_ + "eto" ; + VP (Pres Ind Pl P1) => adm_ + "etem" ; + VP (Pres Ind Sg P1) => adm_ + "eto" ; VP (Pres Ind Pl P2) => adm_ + "eteu" ; VP (Pres Ind Sg P2) => adm_ + "ets" ; VP (Pres Ind Pl P3) => adm_ + "eten" ; VP (Pres Ind Sg P3) => adm_ + "et" ; - VP (Pres Sub Pl P1) => adm_ + "etem" ; - VP (Pres Sub Sg P1) => adm_ + "eti" ; - VP (Pres Sub Pl P2) => adm_ + "eteu" ; - VP (Pres Sub Sg P2) => adm_ + "etis" ; - VP (Pres Sub Pl P3) => adm_ + "etin" ; - VP (Pres Sub Sg P3) => adm_ + "eti" ; - VP (Impf Ind Pl P1) => adm_ + "etem" ;--# notpresent - VP (Impf Ind Sg P1) => adm_ + "etia" ;--# notpresent + VP (Pres Subj Pl P1) => adm_ + "etem" ; + VP (Pres Subj Sg P1) => adm_ + "eti" ; + VP (Pres Subj Pl P2) => adm_ + "eteu" ; + VP (Pres Subj Sg P2) => adm_ + "etis" ; + VP (Pres Subj Pl P3) => adm_ + "etin" ; + VP (Pres Subj Sg P3) => adm_ + "eti" ; + VP (Impf Ind Pl P1) => adm_ + "etem" ;--# notpresent + VP (Impf Ind Sg P1) => adm_ + "etia" ;--# notpresent VP (Impf Ind Pl P2) => adm_ + "eteu" ;--# notpresent VP (Impf Ind Sg P2) => adm_ + "eties" ;--# notpresent VP (Impf Ind Pl P3) => adm_ + "etien" ;--# notpresent VP (Impf Ind Sg P3) => adm_ + "etia" ;--# notpresent - VP (Impf Sub Pl P1) => adm_ + "etssim" ;--# notpresent - VP (Impf Sub Sg P1) => adm_ + "ets" ;--# notpresent - VP (Impf Sub Pl P2) => adm_ + "etssiu" ;--# notpresent - VP (Impf Sub Sg P2) => adm_ + "etessis" ;--# notpresent - VP (Impf Sub Pl P3) => adm_ + "etessin" ;--# notpresent - VP (Impf Sub Sg P3) => adm_ + "ets" ;--# notpresent + VP (Impf Subj Pl P1) => adm_ + "etssim" ;--# notpresent + VP (Impf Subj Sg P1) => adm_ + "ets" ;--# notpresent + VP (Impf Subj Pl P2) => adm_ + "etssiu" ;--# notpresent + VP (Impf Subj Sg P2) => adm_ + "etessis" ;--# notpresent + VP (Impf Subj Pl P3) => adm_ + "etessin" ;--# notpresent + VP (Impf Subj Sg P3) => adm_ + "ets" ;--# notpresent VP (Fut Pl P1) => adm_ + "etrem" ;--# notpresent VP (Fut Sg P1) => adm_ + "etr" ;--# notpresent VP (Fut Pl P2) => adm_ + "etreu" ;--# notpresent @@ -140,30 +140,30 @@ let ajup_ = Predef.tk 2 ajupir in VI Infn => ajup_ + "ir" ; VI Ger => ajup_ + "int" ; VI Part => ajup_ + "it" ; - VP (Pres Ind Pl P1) => ajup_ + "im" ; - VP (Pres Ind Sg P1) => ajup_ + "o" ; + VP (Pres Ind Pl P1) => ajup_ + "im" ; + VP (Pres Ind Sg P1) => ajup_ + "o" ; VP (Pres Ind Pl P2) => ajup_ + "iu" ; VP (Pres Ind Sg P2) => ajup_ + "s" ; VP (Pres Ind Pl P3) => ajup_ + "en" ; VP (Pres Ind Sg P3) => ajup_ + "" ; - VP (Pres Sub Pl P1) => ajup_ + "im" ; - VP (Pres Sub Sg P1) => ajup_ + "i" ; - VP (Pres Sub Pl P2) => ajup_ + "iu" ; - VP (Pres Sub Sg P2) => ajup_ + "is" ; - VP (Pres Sub Pl P3) => ajup_ + "in" ; - VP (Pres Sub Sg P3) => ajup_ + "i" ; - VP (Impf Ind Pl P1) => ajup_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ajup_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => ajup_ + "im" ; + VP (Pres Subj Sg P1) => ajup_ + "i" ; + VP (Pres Subj Pl P2) => ajup_ + "iu" ; + VP (Pres Subj Sg P2) => ajup_ + "is" ; + VP (Pres Subj Pl P3) => ajup_ + "in" ; + VP (Pres Subj Sg P3) => ajup_ + "i" ; + VP (Impf Ind Pl P1) => ajup_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ajup_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => ajup_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => ajup_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => ajup_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => ajup_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => ajup_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => ajup_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => ajup_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => ajup_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => ajup_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => ajup_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => ajup_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => ajup_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => ajup_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ajup_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => ajup_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => ajup_ + "s" ;--# notpresent VP (Fut Pl P1) => ajup_ + "irem" ;--# notpresent VP (Fut Sg P1) => ajup_ + "ir" ;--# notpresent VP (Fut Pl P2) => ajup_ + "ireu" ;--# notpresent @@ -201,30 +201,30 @@ let x_ = Predef.tk 4 anar in VI Infn => x_ + "anar" ; VI Ger => x_ + "anant" ; VI Part => x_ + "anat" ; - VP (Pres Ind Pl P1) => x_ + "anem" ; - VP (Pres Ind Sg P1) => x_ + "vaig" ; + VP (Pres Ind Pl P1) => x_ + "anem" ; + VP (Pres Ind Sg P1) => x_ + "vaig" ; VP (Pres Ind Pl P2) => x_ + "aneu" ; VP (Pres Ind Sg P2) => x_ + "vas" ; VP (Pres Ind Pl P3) => x_ + "van" ; VP (Pres Ind Sg P3) => x_ + "va" ; - VP (Pres Sub Pl P1) => x_ + "anem" ; - VP (Pres Sub Sg P1) => x_ + "vagi" ; - VP (Pres Sub Pl P2) => x_ + "aneu" ; - VP (Pres Sub Sg P2) => x_ + "vagis" ; - VP (Pres Sub Pl P3) => x_ + "vagin" ; - VP (Pres Sub Sg P3) => x_ + "vagi" ; - VP (Impf Ind Pl P1) => x_ + "anvem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "anava" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "anem" ; + VP (Pres Subj Sg P1) => x_ + "vagi" ; + VP (Pres Subj Pl P2) => x_ + "aneu" ; + VP (Pres Subj Sg P2) => x_ + "vagis" ; + VP (Pres Subj Pl P3) => x_ + "vagin" ; + VP (Pres Subj Sg P3) => x_ + "vagi" ; + VP (Impf Ind Pl P1) => x_ + "anvem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "anava" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "anveu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "anaves" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "anaven" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "anava" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "anssim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "ans" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "anssiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "anessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "anessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "ans" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "anssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "ans" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "anssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "anessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "anessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "ans" ;--# notpresent VP (Fut Pl P1) => x_ + "anirem" ;--# notpresent VP (Fut Sg P1) => x_ + "anir" ;--# notpresent VP (Fut Pl P2) => x_ + "anireu" ;--# notpresent @@ -261,30 +261,30 @@ let apar_ = Predef.tk 5 apar {s = table { VI Ger => apar_ + "eixent" ; VI Part => apar_ + "egut" ; - VP (Pres Ind Pl P1) => apar_ + "eixem" ; - VP (Pres Ind Sg P1) => apar_ + "ec" ; + VP (Pres Ind Pl P1) => apar_ + "eixem" ; + VP (Pres Ind Sg P1) => apar_ + "ec" ; VP (Pres Ind Pl P2) => apar_ + "eixeu" ; VP (Pres Ind Sg P2) => apar_ + "eixes" ; VP (Pres Ind Pl P3) => apar_ + "eixen" ; VP (Pres Ind Sg P3) => apar_ + "eix" ; - VP (Pres Sub Pl P1) => apar_ + "eguem" ; - VP (Pres Sub Sg P1) => apar_ + "egui" ; - VP (Pres Sub Pl P2) => apar_ + "egueu" ; - VP (Pres Sub Sg P2) => apar_ + "eguis" ; - VP (Pres Sub Pl P3) => apar_ + "eguin" ; - VP (Pres Sub Sg P3) => apar_ + "egui" ; - VP (Impf Ind Pl P1) => apar_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => apar_ + "eixia" ;--# notpresent + VP (Pres Subj Pl P1) => apar_ + "eguem" ; + VP (Pres Subj Sg P1) => apar_ + "egui" ; + VP (Pres Subj Pl P2) => apar_ + "egueu" ; + VP (Pres Subj Sg P2) => apar_ + "eguis" ; + VP (Pres Subj Pl P3) => apar_ + "eguin" ; + VP (Pres Subj Sg P3) => apar_ + "egui" ; + VP (Impf Ind Pl P1) => apar_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => apar_ + "eixia" ;--# notpresent VP (Impf Ind Pl P2) => apar_ + "eixeu" ;--# notpresent VP (Impf Ind Sg P2) => apar_ + "eixies" ;--# notpresent VP (Impf Ind Pl P3) => apar_ + "eixien" ;--# notpresent VP (Impf Ind Sg P3) => apar_ + "eixia" ;--# notpresent - VP (Impf Sub Pl P1) => apar_ + "egussim" ;--# notpresent - VP (Impf Sub Sg P1) => apar_ + "egus" ;--# notpresent - VP (Impf Sub Pl P2) => apar_ + "egussiu" ;--# notpresent - VP (Impf Sub Sg P2) => apar_ + "eguessis" ;--# notpresent - VP (Impf Sub Pl P3) => apar_ + "eguessin" ;--# notpresent - VP (Impf Sub Sg P3) => apar_ + "egus" ;--# notpresent + VP (Impf Subj Pl P1) => apar_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => apar_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => apar_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => apar_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => apar_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => apar_ + "egus" ;--# notpresent VP (Fut Pl P1) => apar_ + "eixerem" ;--# notpresent VP (Fut Sg P1) => apar_ + "eixer" ;--# notpresent VP (Fut Pl P2) => apar_ + "eixereu" ;--# notpresent @@ -323,30 +323,30 @@ let a_ = Predef.tk 7 aprendre in VI Infn => a_ + "prendre" ; VI Ger => a_ + "prenent" ; VI Part => a_ + "prs" ; - VP (Pres Ind Pl P1) => a_ + "prenem" ; - VP (Pres Ind Sg P1) => a_ + "prenc" ; + VP (Pres Ind Pl P1) => a_ + "prenem" ; + VP (Pres Ind Sg P1) => a_ + "prenc" ; VP (Pres Ind Pl P2) => a_ + "preneu" ; VP (Pres Ind Sg P2) => a_ + "prens" ; VP (Pres Ind Pl P3) => a_ + "prenen" ; VP (Pres Ind Sg P3) => a_ + "prn" ; - VP (Pres Sub Pl P1) => a_ + "prenguem" ; - VP (Pres Sub Sg P1) => a_ + "prengui" ; - VP (Pres Sub Pl P2) => a_ + "prengueu" ; - VP (Pres Sub Sg P2) => a_ + "prenguis" ; - VP (Pres Sub Pl P3) => a_ + "prenguin" ; - VP (Pres Sub Sg P3) => a_ + "prengui" ; + VP (Pres Subj Pl P1) => a_ + "prenguem" ; + VP (Pres Subj Sg P1) => a_ + "prengui" ; + VP (Pres Subj Pl P2) => a_ + "prengueu" ; + VP (Pres Subj Sg P2) => a_ + "prenguis" ; + VP (Pres Subj Pl P3) => a_ + "prenguin" ; + VP (Pres Subj Sg P3) => a_ + "prengui" ; VP (Impf Ind Pl P1) => a_ + "prenem" ;--# notpresent VP (Impf Ind Sg P1) => a_ + "prenia" ;--# notpresent VP (Impf Ind Pl P2) => a_ + "preneu" ;--# notpresent VP (Impf Ind Sg P2) => a_ + "prenies" ;--# notpresent VP (Impf Ind Pl P3) => a_ + "prenien" ;--# notpresent VP (Impf Ind Sg P3) => a_ + "prenia" ;--# notpresent - VP (Impf Sub Pl P1) => a_ + "prengussim" ;--# notpresent - VP (Impf Sub Sg P1) => a_ + "prengus" ;--# notpresent - VP (Impf Sub Pl P2) => a_ + "prengussiu" ;--# notpresent - VP (Impf Sub Sg P2) => a_ + "prenguessis" ;--# notpresent - VP (Impf Sub Pl P3) => a_ + "prenguessin" ;--# notpresent - VP (Impf Sub Sg P3) => a_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P1) => a_ + "prengussim" ;--# notpresent + VP (Impf Subj Sg P1) => a_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P2) => a_ + "prengussiu" ;--# notpresent + VP (Impf Subj Sg P2) => a_ + "prenguessis" ;--# notpresent + VP (Impf Subj Pl P3) => a_ + "prenguessin" ;--# notpresent + VP (Impf Subj Sg P3) => a_ + "prengus" ;--# notpresent VP (Fut Pl P1) => a_ + "prendrem" ;--# notpresent VP (Fut Sg P1) => a_ + "prendr" ;--# notpresent VP (Fut Pl P2) => a_ + "prendreu" ;--# notpresent @@ -384,29 +384,29 @@ let at_ = Predef.tk 5 atendre in {s = table { VI Infn => at_ + "endre" ; VI Ger => at_ + "enent" ; - VP (Pres Ind Pl P1) => at_ + "enem" ; - VP (Pres Ind Sg P1) => at_ + "enc" ; + VP (Pres Ind Pl P1) => at_ + "enem" ; + VP (Pres Ind Sg P1) => at_ + "enc" ; VP (Pres Ind Pl P2) => at_ + "eneu" ; VP (Pres Ind Sg P2) => at_ + "ens" ; VP (Pres Ind Pl P3) => at_ + "enen" ; - VP (Pres Sub Pl P1) => at_ + "enguem" ; - VP (Pres Sub Sg P1) => at_ + "engui" ; - VP (Pres Sub Pl P2) => at_ + "engueu" ; - VP (Pres Sub Sg P2) => at_ + "enguis" ; - VP (Pres Sub Pl P3) => at_ + "enguin" ; - VP (Pres Sub Sg P3) => at_ + "engui" ; - VP (Impf Ind Pl P1) => at_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => at_ + "enia" ;--# notpresent + VP (Pres Subj Pl P1) => at_ + "enguem" ; + VP (Pres Subj Sg P1) => at_ + "engui" ; + VP (Pres Subj Pl P2) => at_ + "engueu" ; + VP (Pres Subj Sg P2) => at_ + "enguis" ; + VP (Pres Subj Pl P3) => at_ + "enguin" ; + VP (Pres Subj Sg P3) => at_ + "engui" ; + VP (Impf Ind Pl P1) => at_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => at_ + "enia" ;--# notpresent VP (Impf Ind Pl P2) => at_ + "eneu" ;--# notpresent VP (Impf Ind Sg P2) => at_ + "enies" ;--# notpresent VP (Impf Ind Pl P3) => at_ + "enien" ;--# notpresent VP (Impf Ind Sg P3) => at_ + "enia" ;--# notpresent - VP (Impf Sub Pl P1) => at_ + "engussim" ;--# notpresent - VP (Impf Sub Sg P1) => at_ + "engus" ;--# notpresent - VP (Impf Sub Pl P2) => at_ + "engussiu" ;--# notpresent - VP (Impf Sub Sg P2) => at_ + "enguessis" ;--# notpresent - VP (Impf Sub Pl P3) => at_ + "enguessin" ;--# notpresent - VP (Impf Sub Sg P3) => at_ + "engus" ;--# notpresent + VP (Impf Subj Pl P1) => at_ + "engussim" ;--# notpresent + VP (Impf Subj Sg P1) => at_ + "engus" ;--# notpresent + VP (Impf Subj Pl P2) => at_ + "engussiu" ;--# notpresent + VP (Impf Subj Sg P2) => at_ + "enguessis" ;--# notpresent + VP (Impf Subj Pl P3) => at_ + "enguessin" ;--# notpresent + VP (Impf Subj Sg P3) => at_ + "engus" ;--# notpresent VP (Fut Pl P1) => at_ + "endrem" ;--# notpresent VP (Fut Sg P1) => at_ + "endr" ;--# notpresent VP (Fut Pl P2) => at_ + "endreu" ;--# notpresent @@ -451,24 +451,24 @@ oper at VP (Pres Ind Pl P1) => at_ + "enyem" ; VP (Pres Ind Pl P2) => at_ + "enyeu" ; VP (Pres Ind Pl P3) => at_ + "enyen" ; - VP (Pres Sub Sg P1) => at_ + "enyi" ; - VP (Pres Sub Sg P2) => at_ + "enyis" ; - VP (Pres Sub Sg P3) => at_ + "enyi" ; - VP (Pres Sub Pl P1) => at_ + "enyem" ; - VP (Pres Sub Pl P2) => at_ + "enyeu" ; - VP (Pres Sub Pl P3) => at_ + "enyin" ; + VP (Pres Subj Sg P1) => at_ + "enyi" ; + VP (Pres Subj Sg P2) => at_ + "enyis" ; + VP (Pres Subj Sg P3) => at_ + "enyi" ; + VP (Pres Subj Pl P1) => at_ + "enyem" ; + VP (Pres Subj Pl P2) => at_ + "enyeu" ; + VP (Pres Subj Pl P3) => at_ + "enyin" ; VP (Impf Ind Sg P1) => at_ + "enyia" ; --# notpresent VP (Impf Ind Sg P2) => at_ + "enyies" ; --# notpresent VP (Impf Ind Sg P3) => at_ + "enyia" ; --# notpresent VP (Impf Ind Pl P1) => at_ + "enyem" ; --# notpresent VP (Impf Ind Pl P2) => at_ + "enyeu" ; --# notpresent VP (Impf Ind Pl P3) => at_ + "enyien" ; --# notpresent - VP (Impf Sub Sg P1) => at_ + "enys" ; --# notpresent - VP (Impf Sub Sg P2) => at_ + "enyssis" ; --# notpresent - VP (Impf Sub Sg P3) => at_ + "enys" ; --# notpresent - VP (Impf Sub Pl P1) => at_ + "enyssim" ; --# notpresent - VP (Impf Sub Pl P2) => at_ + "enyssiu" ; --# notpresent - VP (Impf Sub Pl P3) => at_ + "enyssin" ; --# notpresent + VP (Impf Subj Sg P1) => at_ + "enys" ; --# notpresent + VP (Impf Subj Sg P2) => at_ + "enyssis" ; --# notpresent + VP (Impf Subj Sg P3) => at_ + "enys" ; --# notpresent + VP (Impf Subj Pl P1) => at_ + "enyssim" ; --# notpresent + VP (Impf Subj Pl P2) => at_ + "enyssiu" ; --# notpresent + VP (Impf Subj Pl P3) => at_ + "enyssin" ; --# notpresent VP (Pret Sg P1) => at_ + "eny" ; --# notpresent VP (Pret Sg P2) => at_ + "enyeres" ; --# notpresent VP (Pret Sg P3) => at_ + "eny" ; --# notpresent @@ -505,30 +505,30 @@ let bat_ = Predef.tk 2 batre in VI Infn => bat_ + "re" ; VI Ger => bat_ + "ent" ; VI Part => bat_ + "ut" ; - VP (Pres Ind Pl P1) => bat_ + "em" ; - VP (Pres Ind Sg P1) => bat_ + "o" ; + VP (Pres Ind Pl P1) => bat_ + "em" ; + VP (Pres Ind Sg P1) => bat_ + "o" ; VP (Pres Ind Pl P2) => bat_ + "eu" ; VP (Pres Ind Sg P2) => bat_ + "s" ; VP (Pres Ind Pl P3) => bat_ + "en" ; VP (Pres Ind Sg P3) => bat_ + "" ; - VP (Pres Sub Pl P1) => bat_ + "em" ; - VP (Pres Sub Sg P1) => bat_ + "i" ; - VP (Pres Sub Pl P2) => bat_ + "eu" ; - VP (Pres Sub Sg P2) => bat_ + "is" ; - VP (Pres Sub Pl P3) => bat_ + "in" ; - VP (Pres Sub Sg P3) => bat_ + "i" ; - VP (Impf Ind Pl P1) => bat_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => bat_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => bat_ + "em" ; + VP (Pres Subj Sg P1) => bat_ + "i" ; + VP (Pres Subj Pl P2) => bat_ + "eu" ; + VP (Pres Subj Sg P2) => bat_ + "is" ; + VP (Pres Subj Pl P3) => bat_ + "in" ; + VP (Pres Subj Sg P3) => bat_ + "i" ; + VP (Impf Ind Pl P1) => bat_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => bat_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => bat_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => bat_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => bat_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => bat_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => bat_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => bat_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => bat_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => bat_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => bat_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => bat_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => bat_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => bat_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => bat_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => bat_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => bat_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => bat_ + "s" ;--# notpresent VP (Fut Pl P1) => bat_ + "rem" ;--# notpresent VP (Fut Sg P1) => bat_ + "r" ;--# notpresent VP (Fut Pl P2) => bat_ + "reu" ;--# notpresent @@ -566,30 +566,30 @@ let be_ = Predef.tk 3 beure in VI Infn => be_ + "ure" ; VI Ger => be_ + "vent" ; VI Part => be_ + "gut" ; - VP (Pres Ind Pl P1) => be_ + "vem" ; - VP (Pres Ind Sg P1) => be_ + "c" ; + VP (Pres Ind Pl P1) => be_ + "vem" ; + VP (Pres Ind Sg P1) => be_ + "c" ; VP (Pres Ind Pl P2) => be_ + "veu" ; VP (Pres Ind Sg P2) => be_ + "us" ; VP (Pres Ind Pl P3) => be_ + "uen" ; VP (Pres Ind Sg P3) => be_ + "u" ; - VP (Pres Sub Pl P1) => be_ + "guem" ; - VP (Pres Sub Sg P1) => be_ + "gui" ; - VP (Pres Sub Pl P2) => be_ + "gueu" ; - VP (Pres Sub Sg P2) => be_ + "guis" ; - VP (Pres Sub Pl P3) => be_ + "guin" ; - VP (Pres Sub Sg P3) => be_ + "gui" ; + VP (Pres Subj Pl P1) => be_ + "guem" ; + VP (Pres Subj Sg P1) => be_ + "gui" ; + VP (Pres Subj Pl P2) => be_ + "gueu" ; + VP (Pres Subj Sg P2) => be_ + "guis" ; + VP (Pres Subj Pl P3) => be_ + "guin" ; + VP (Pres Subj Sg P3) => be_ + "gui" ; VP (Impf Ind Pl P1) => be_ + "vem" ;--# notpresent VP (Impf Ind Sg P1) => be_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => be_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => be_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => be_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => be_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => be_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => be_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => be_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => be_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => be_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => be_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => be_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => be_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => be_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => be_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => be_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => be_ + "gus" ;--# notpresent VP (Fut Pl P1) => be_ + "urem" ;--# notpresent VP (Fut Sg P1) => be_ + "ur" ;--# notpresent VP (Fut Pl P2) => be_ + "ureu" ;--# notpresent @@ -628,30 +628,30 @@ let ca_ = Predef.tk 3 cabre in VI Infn => ca_ + "bre" ; VI Ger => ca_ + "bent" ; VI Part => ca_ + "but" ; - VP (Pres Ind Pl P1) => ca_ + "bem" ; - VP (Pres Ind Sg P1) => ca_ + "bo" ; + VP (Pres Ind Pl P1) => ca_ + "bem" ; + VP (Pres Ind Sg P1) => ca_ + "bo" ; VP (Pres Ind Pl P2) => ca_ + "beu" ; VP (Pres Ind Sg P2) => ca_ + "ps" ; VP (Pres Ind Pl P3) => ca_ + "ben" ; VP (Pres Ind Sg P3) => ca_ + "p" ; - VP (Pres Sub Pl P1) => ca_ + "bem" ; - VP (Pres Sub Sg P1) => ca_ + "bi" ; - VP (Pres Sub Pl P2) => ca_ + "beu" ; - VP (Pres Sub Sg P2) => ca_ + "bis" ; - VP (Pres Sub Pl P3) => ca_ + "bin" ; - VP (Pres Sub Sg P3) => ca_ + "bi" ; - VP (Impf Ind Pl P1) => ca_ + "bem" ;--# notpresent - VP (Impf Ind Sg P1) => ca_ + "bia" ;--# notpresent + VP (Pres Subj Pl P1) => ca_ + "bem" ; + VP (Pres Subj Sg P1) => ca_ + "bi" ; + VP (Pres Subj Pl P2) => ca_ + "beu" ; + VP (Pres Subj Sg P2) => ca_ + "bis" ; + VP (Pres Subj Pl P3) => ca_ + "bin" ; + VP (Pres Subj Sg P3) => ca_ + "bi" ; + VP (Impf Ind Pl P1) => ca_ + "bem" ;--# notpresent + VP (Impf Ind Sg P1) => ca_ + "bia" ;--# notpresent VP (Impf Ind Pl P2) => ca_ + "beu" ;--# notpresent VP (Impf Ind Sg P2) => ca_ + "bies" ;--# notpresent VP (Impf Ind Pl P3) => ca_ + "bien" ;--# notpresent VP (Impf Ind Sg P3) => ca_ + "bia" ;--# notpresent - VP (Impf Sub Pl P1) => ca_ + "bssim" ;--# notpresent - VP (Impf Sub Sg P1) => ca_ + "bs" ;--# notpresent - VP (Impf Sub Pl P2) => ca_ + "bssiu" ;--# notpresent - VP (Impf Sub Sg P2) => ca_ + "bessis" ;--# notpresent - VP (Impf Sub Pl P3) => ca_ + "bessin" ;--# notpresent - VP (Impf Sub Sg P3) => ca_ + "bs" ;--# notpresent + VP (Impf Subj Pl P1) => ca_ + "bssim" ;--# notpresent + VP (Impf Subj Sg P1) => ca_ + "bs" ;--# notpresent + VP (Impf Subj Pl P2) => ca_ + "bssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ca_ + "bessis" ;--# notpresent + VP (Impf Subj Pl P3) => ca_ + "bessin" ;--# notpresent + VP (Impf Subj Sg P3) => ca_ + "bs" ;--# notpresent VP (Fut Pl P1) => ca_ + "brem" ;--# notpresent VP (Fut Sg P1) => ca_ + "br" ;--# notpresent VP (Fut Pl P2) => ca_ + "breu" ;--# notpresent @@ -690,30 +690,30 @@ let cant_ = Predef.tk 2 cantar in VI Infn => cant_ + "ar" ; VI Ger => cant_ + "ant" ; VI Part => cant_ + "at" ; - VP (Pres Ind Pl P1) => cant_ + "em" ; - VP (Pres Ind Sg P1) => cant_ + "o" ; + VP (Pres Ind Pl P1) => cant_ + "em" ; + VP (Pres Ind Sg P1) => cant_ + "o" ; VP (Pres Ind Pl P2) => cant_ + "eu" ; VP (Pres Ind Sg P2) => cant_ + "es" ; VP (Pres Ind Pl P3) => cant_ + "en" ; VP (Pres Ind Sg P3) => cant_ + "a" ; - VP (Pres Sub Pl P1) => cant_ + "em" ; - VP (Pres Sub Sg P1) => cant_ + "i" ; - VP (Pres Sub Pl P2) => cant_ + "eu" ; - VP (Pres Sub Sg P2) => cant_ + "is" ; - VP (Pres Sub Pl P3) => cant_ + "in" ; - VP (Pres Sub Sg P3) => cant_ + "i" ; - VP (Impf Ind Pl P1) => cant_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => cant_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => cant_ + "em" ; + VP (Pres Subj Sg P1) => cant_ + "i" ; + VP (Pres Subj Pl P2) => cant_ + "eu" ; + VP (Pres Subj Sg P2) => cant_ + "is" ; + VP (Pres Subj Pl P3) => cant_ + "in" ; + VP (Pres Subj Sg P3) => cant_ + "i" ; + VP (Impf Ind Pl P1) => cant_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => cant_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => cant_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => cant_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => cant_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => cant_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => cant_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => cant_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => cant_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => cant_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => cant_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => cant_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => cant_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => cant_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => cant_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cant_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => cant_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => cant_ + "s" ;--# notpresent VP (Fut Pl P1) => cant_ + "arem" ;--# notpresent VP (Fut Sg P1) => cant_ + "ar" ;--# notpresent VP (Fut Pl P2) => cant_ + "areu" ;--# notpresent @@ -751,30 +751,30 @@ let canvi_ = Predef.tk 2 canviar in VI Infn => canvi_ + "ar" ; VI Ger => canvi_ + "ant" ; VI Part => canvi_ + "at" ; - VP (Pres Ind Pl P1) => canvi_ + "em" ; - VP (Pres Ind Sg P1) => canvi_ + "o" ; + VP (Pres Ind Pl P1) => canvi_ + "em" ; + VP (Pres Ind Sg P1) => canvi_ + "o" ; VP (Pres Ind Pl P2) => canvi_ + "eu" ; VP (Pres Ind Sg P2) => canvi_ + "es" ; VP (Pres Ind Pl P3) => canvi_ + "en" ; VP (Pres Ind Sg P3) => canvi_ + "a" ; - VP (Pres Sub Pl P1) => canvi_ + "em" ; - VP (Pres Sub Sg P1) => canvi_ + "" ; - VP (Pres Sub Pl P2) => canvi_ + "eu" ; - VP (Pres Sub Sg P2) => canvi_ + "s" ; - VP (Pres Sub Pl P3) => canvi_ + "n" ; - VP (Pres Sub Sg P3) => canvi_ + "" ; - VP (Impf Ind Pl P1) => canvi_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => canvi_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => canvi_ + "em" ; + VP (Pres Subj Sg P1) => canvi_ + "" ; + VP (Pres Subj Pl P2) => canvi_ + "eu" ; + VP (Pres Subj Sg P2) => canvi_ + "s" ; + VP (Pres Subj Pl P3) => canvi_ + "n" ; + VP (Pres Subj Sg P3) => canvi_ + "" ; + VP (Impf Ind Pl P1) => canvi_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => canvi_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => canvi_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => canvi_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => canvi_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => canvi_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => canvi_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => canvi_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => canvi_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => canvi_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => canvi_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => canvi_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => canvi_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => canvi_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => canvi_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => canvi_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => canvi_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => canvi_ + "s" ;--# notpresent VP (Fut Pl P1) => canvi_ + "arem" ;--# notpresent VP (Fut Sg P1) => canvi_ + "ar" ;--# notpresent VP (Fut Pl P2) => canvi_ + "areu" ;--# notpresent @@ -813,30 +813,30 @@ let x_ = Predef.tk 5 caure in VI Infn => x_ + "caure" ; VI Ger => x_ + "caient" ; VI Part => x_ + "caigut" ; - VP (Pres Ind Pl P1) => x_ + "caiem" ; - VP (Pres Ind Sg P1) => x_ + "caic" ; + VP (Pres Ind Pl P1) => x_ + "caiem" ; + VP (Pres Ind Sg P1) => x_ + "caic" ; VP (Pres Ind Pl P2) => x_ + "caieu" ; VP (Pres Ind Sg P2) => x_ + "caus" ; VP (Pres Ind Pl P3) => x_ + "cauen" ; VP (Pres Ind Sg P3) => x_ + "cau" ; - VP (Pres Sub Pl P1) => x_ + "caiguem" ; - VP (Pres Sub Sg P1) => x_ + "caigui" ; - VP (Pres Sub Pl P2) => x_ + "caigueu" ; - VP (Pres Sub Sg P2) => x_ + "caiguis" ; - VP (Pres Sub Pl P3) => x_ + "caiguin" ; - VP (Pres Sub Sg P3) => x_ + "caigui" ; - VP (Impf Ind Pl P1) => x_ + "quiem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "queia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "caiguem" ; + VP (Pres Subj Sg P1) => x_ + "caigui" ; + VP (Pres Subj Pl P2) => x_ + "caigueu" ; + VP (Pres Subj Sg P2) => x_ + "caiguis" ; + VP (Pres Subj Pl P3) => x_ + "caiguin" ; + VP (Pres Subj Sg P3) => x_ + "caigui" ; + VP (Impf Ind Pl P1) => x_ + "quiem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "queia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "quieu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "queies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "queien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "queia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "caigussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "caigus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "caigussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "caiguessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "caiguessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "caigus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "caigussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "caigus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "caigussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "caiguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "caiguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "caigus" ;--# notpresent VP (Fut Pl P1) => x_ + "caurem" ;--# notpresent VP (Fut Sg P1) => x_ + "caur" ;--# notpresent VP (Fut Pl P2) => x_ + "caureu" ;--# notpresent @@ -874,30 +874,30 @@ let clo_ = Predef.tk 3 cloure in VI Infn => clo_ + "ure" ; VI Ger => clo_ + "ent" ; VI Part => clo_ + "s" ; - VP (Pres Ind Pl P1) => clo_ + "em" ; - VP (Pres Ind Sg P1) => clo_ + "c" ; + VP (Pres Ind Pl P1) => clo_ + "em" ; + VP (Pres Ind Sg P1) => clo_ + "c" ; VP (Pres Ind Pl P2) => clo_ + "eu" ; VP (Pres Ind Sg P2) => clo_ + "us" ; VP (Pres Ind Pl P3) => clo_ + "uen" ; VP (Pres Ind Sg P3) => clo_ + "u" ; - VP (Pres Sub Pl P1) => clo_ + "guem" ; - VP (Pres Sub Sg P1) => clo_ + "gui" ; - VP (Pres Sub Pl P2) => clo_ + "gueu" ; - VP (Pres Sub Sg P2) => clo_ + "guis" ; - VP (Pres Sub Pl P3) => clo_ + "guin" ; - VP (Pres Sub Sg P3) => clo_ + "gui" ; - VP (Impf Ind Pl P1) => clo_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => clo_ + "a" ;--# notpresent + VP (Pres Subj Pl P1) => clo_ + "guem" ; + VP (Pres Subj Sg P1) => clo_ + "gui" ; + VP (Pres Subj Pl P2) => clo_ + "gueu" ; + VP (Pres Subj Sg P2) => clo_ + "guis" ; + VP (Pres Subj Pl P3) => clo_ + "guin" ; + VP (Pres Subj Sg P3) => clo_ + "gui" ; + VP (Impf Ind Pl P1) => clo_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => clo_ + "a" ;--# notpresent VP (Impf Ind Pl P2) => clo_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => clo_ + "es" ;--# notpresent VP (Impf Ind Pl P3) => clo_ + "en" ;--# notpresent VP (Impf Ind Sg P3) => clo_ + "a" ;--# notpresent - VP (Impf Sub Pl P1) => clo_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => clo_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => clo_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => clo_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => clo_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => clo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => clo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => clo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => clo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => clo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => clo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => clo_ + "gus" ;--# notpresent VP (Fut Pl P1) => clo_ + "urem" ;--# notpresent VP (Fut Sg P1) => clo_ + "ur" ;--# notpresent VP (Fut Pl P2) => clo_ + "ureu" ;--# notpresent @@ -935,30 +935,30 @@ let cob_ = Predef.tk 3 cobrir in VI Infn => cob_ + "rir" ; VI Ger => cob_ + "rint" ; VI Part => cob_ + "ert" ; - VP (Pres Ind Pl P1) => cob_ + "rim" ; - VP (Pres Ind Sg P1) => cob_ + "reixo" ; + VP (Pres Ind Pl P1) => cob_ + "rim" ; + VP (Pres Ind Sg P1) => cob_ + "reixo" ; VP (Pres Ind Pl P2) => cob_ + "riu" ; VP (Pres Ind Sg P2) => cob_ + "reixes" ; VP (Pres Ind Pl P3) => cob_ + "reixen" ; VP (Pres Ind Sg P3) => cob_ + "reix" ; - VP (Pres Sub Pl P1) => cob_ + "rim" ; - VP (Pres Sub Sg P1) => cob_ + "reixi" ; - VP (Pres Sub Pl P2) => cob_ + "riu" ; - VP (Pres Sub Sg P2) => cob_ + "reixis" ; - VP (Pres Sub Pl P3) => cob_ + "reixin" ; - VP (Pres Sub Sg P3) => cob_ + "reixi" ; - VP (Impf Ind Pl P1) => cob_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => cob_ + "ria" ;--# notpresent + VP (Pres Subj Pl P1) => cob_ + "rim" ; + VP (Pres Subj Sg P1) => cob_ + "reixi" ; + VP (Pres Subj Pl P2) => cob_ + "riu" ; + VP (Pres Subj Sg P2) => cob_ + "reixis" ; + VP (Pres Subj Pl P3) => cob_ + "reixin" ; + VP (Pres Subj Sg P3) => cob_ + "reixi" ; + VP (Impf Ind Pl P1) => cob_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => cob_ + "ria" ;--# notpresent VP (Impf Ind Pl P2) => cob_ + "reu" ;--# notpresent VP (Impf Ind Sg P2) => cob_ + "ries" ;--# notpresent VP (Impf Ind Pl P3) => cob_ + "rien" ;--# notpresent VP (Impf Ind Sg P3) => cob_ + "ria" ;--# notpresent - VP (Impf Sub Pl P1) => cob_ + "rssim" ;--# notpresent - VP (Impf Sub Sg P1) => cob_ + "rs" ;--# notpresent - VP (Impf Sub Pl P2) => cob_ + "rssiu" ;--# notpresent - VP (Impf Sub Sg P2) => cob_ + "rissis" ;--# notpresent - VP (Impf Sub Pl P3) => cob_ + "rissin" ;--# notpresent - VP (Impf Sub Sg P3) => cob_ + "rs" ;--# notpresent + VP (Impf Subj Pl P1) => cob_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => cob_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => cob_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cob_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => cob_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => cob_ + "rs" ;--# notpresent VP (Fut Pl P1) => cob_ + "rirem" ;--# notpresent VP (Fut Sg P1) => cob_ + "rir" ;--# notpresent VP (Fut Pl P2) => cob_ + "rireu" ;--# notpresent @@ -996,30 +996,30 @@ let c_ = Predef.tk 5 collir in VI Infn => c_ + "ollir" ; VI Ger => c_ + "ollint" ; VI Part => c_ + "ollit" ; - VP (Pres Ind Pl P1) => c_ + "ollim" ; - VP (Pres Ind Sg P1) => c_ + "ullo" ; + VP (Pres Ind Pl P1) => c_ + "ollim" ; + VP (Pres Ind Sg P1) => c_ + "ullo" ; VP (Pres Ind Pl P2) => c_ + "olliu" ; VP (Pres Ind Sg P2) => c_ + "ulls" ; VP (Pres Ind Pl P3) => c_ + "ullen" ; VP (Pres Ind Sg P3) => c_ + "ull" ; - VP (Pres Sub Pl P1) => c_ + "ollim" ; - VP (Pres Sub Sg P1) => c_ + "ulli" ; - VP (Pres Sub Pl P2) => c_ + "olliu" ; - VP (Pres Sub Sg P2) => c_ + "ullis" ; - VP (Pres Sub Pl P3) => c_ + "ullin" ; - VP (Pres Sub Sg P3) => c_ + "ulli" ; - VP (Impf Ind Pl P1) => c_ + "ollem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "ollia" ;--# notpresent + VP (Pres Subj Pl P1) => c_ + "ollim" ; + VP (Pres Subj Sg P1) => c_ + "ulli" ; + VP (Pres Subj Pl P2) => c_ + "olliu" ; + VP (Pres Subj Sg P2) => c_ + "ullis" ; + VP (Pres Subj Pl P3) => c_ + "ullin" ; + VP (Pres Subj Sg P3) => c_ + "ulli" ; + VP (Impf Ind Pl P1) => c_ + "ollem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "ollia" ;--# notpresent VP (Impf Ind Pl P2) => c_ + "olleu" ;--# notpresent VP (Impf Ind Sg P2) => c_ + "ollies" ;--# notpresent VP (Impf Ind Pl P3) => c_ + "ollien" ;--# notpresent VP (Impf Ind Sg P3) => c_ + "ollia" ;--# notpresent - VP (Impf Sub Pl P1) => c_ + "ollssim" ;--# notpresent - VP (Impf Sub Sg P1) => c_ + "olls" ;--# notpresent - VP (Impf Sub Pl P2) => c_ + "ollssiu" ;--# notpresent - VP (Impf Sub Sg P2) => c_ + "ollissis" ;--# notpresent - VP (Impf Sub Pl P3) => c_ + "ollissin" ;--# notpresent - VP (Impf Sub Sg P3) => c_ + "olls" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "ollssim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "olls" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "ollssiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "ollissis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "ollissin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "olls" ;--# notpresent VP (Fut Pl P1) => c_ + "ollirem" ;--# notpresent VP (Fut Sg P1) => c_ + "ollir" ;--# notpresent VP (Fut Pl P2) => c_ + "ollireu" ;--# notpresent @@ -1057,30 +1057,30 @@ let comen_ = Predef.tk 3 comen VI Infn => comen_ + "ar" ; VI Ger => comen_ + "ant" ; VI Part => comen_ + "at" ; - VP (Pres Ind Pl P1) => comen_ + "cem" ; - VP (Pres Ind Sg P1) => comen_ + "o" ; + VP (Pres Ind Pl P1) => comen_ + "cem" ; + VP (Pres Ind Sg P1) => comen_ + "o" ; VP (Pres Ind Pl P2) => comen_ + "ceu" ; VP (Pres Ind Sg P2) => comen_ + "ces" ; VP (Pres Ind Pl P3) => comen_ + "cen" ; VP (Pres Ind Sg P3) => comen_ + "a" ; - VP (Pres Sub Pl P1) => comen_ + "cem" ; - VP (Pres Sub Sg P1) => comen_ + "ci" ; - VP (Pres Sub Pl P2) => comen_ + "ceu" ; - VP (Pres Sub Sg P2) => comen_ + "cis" ; - VP (Pres Sub Pl P3) => comen_ + "cin" ; - VP (Pres Sub Sg P3) => comen_ + "ci" ; - VP (Impf Ind Pl P1) => comen_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => comen_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => comen_ + "cem" ; + VP (Pres Subj Sg P1) => comen_ + "ci" ; + VP (Pres Subj Pl P2) => comen_ + "ceu" ; + VP (Pres Subj Sg P2) => comen_ + "cis" ; + VP (Pres Subj Pl P3) => comen_ + "cin" ; + VP (Pres Subj Sg P3) => comen_ + "ci" ; + VP (Impf Ind Pl P1) => comen_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => comen_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => comen_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => comen_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => comen_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => comen_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => comen_ + "cssim" ;--# notpresent - VP (Impf Sub Sg P1) => comen_ + "cs" ;--# notpresent - VP (Impf Sub Pl P2) => comen_ + "cssiu" ;--# notpresent - VP (Impf Sub Sg P2) => comen_ + "cessis" ;--# notpresent - VP (Impf Sub Pl P3) => comen_ + "cessin" ;--# notpresent - VP (Impf Sub Sg P3) => comen_ + "cs" ;--# notpresent + VP (Impf Subj Pl P1) => comen_ + "cssim" ;--# notpresent + VP (Impf Subj Sg P1) => comen_ + "cs" ;--# notpresent + VP (Impf Subj Pl P2) => comen_ + "cssiu" ;--# notpresent + VP (Impf Subj Sg P2) => comen_ + "cessis" ;--# notpresent + VP (Impf Subj Pl P3) => comen_ + "cessin" ;--# notpresent + VP (Impf Subj Sg P3) => comen_ + "cs" ;--# notpresent VP (Fut Pl P1) => comen_ + "arem" ;--# notpresent VP (Fut Sg P1) => comen_ + "ar" ;--# notpresent VP (Fut Pl P2) => comen_ + "areu" ;--# notpresent @@ -1118,30 +1118,30 @@ let commo_ = Predef.tk 3 commoure in VI Infn => commo_ + "ure" ; VI Ger => commo_ + "vent" ; VI Part => commo_ + "gut" ; - VP (Pres Ind Pl P1) => commo_ + "vem" ; - VP (Pres Ind Sg P1) => commo_ + "c" ; + VP (Pres Ind Pl P1) => commo_ + "vem" ; + VP (Pres Ind Sg P1) => commo_ + "c" ; VP (Pres Ind Pl P2) => commo_ + "veu" ; VP (Pres Ind Sg P2) => commo_ + "us" ; VP (Pres Ind Pl P3) => commo_ + "uen" ; VP (Pres Ind Sg P3) => commo_ + "u" ; - VP (Pres Sub Pl P1) => commo_ + "guem" ; - VP (Pres Sub Sg P1) => commo_ + "gui" ; - VP (Pres Sub Pl P2) => commo_ + "gueu" ; - VP (Pres Sub Sg P2) => commo_ + "guis" ; - VP (Pres Sub Pl P3) => commo_ + "guin" ; - VP (Pres Sub Sg P3) => commo_ + "gui" ; - VP (Impf Ind Pl P1) => commo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => commo_ + "via" ;--# notpresent + VP (Pres Subj Pl P1) => commo_ + "guem" ; + VP (Pres Subj Sg P1) => commo_ + "gui" ; + VP (Pres Subj Pl P2) => commo_ + "gueu" ; + VP (Pres Subj Sg P2) => commo_ + "guis" ; + VP (Pres Subj Pl P3) => commo_ + "guin" ; + VP (Pres Subj Sg P3) => commo_ + "gui" ; + VP (Impf Ind Pl P1) => commo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => commo_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => commo_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => commo_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => commo_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => commo_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => commo_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => commo_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => commo_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => commo_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => commo_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => commo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => commo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => commo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => commo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => commo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => commo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => commo_ + "gus" ;--# notpresent VP (Fut Pl P1) => commo_ + "urem" ;--# notpresent VP (Fut Sg P1) => commo_ + "ur" ;--# notpresent VP (Fut Pl P2) => commo_ + "ureu" ;--# notpresent @@ -1179,30 +1179,30 @@ let compla_ = Predef.tk 3 complaure in VI Infn => compla_ + "ure" ; VI Ger => compla_ + "ent" ; VI Part => compla_ + "gut" ; - VP (Pres Ind Pl P1) => compla_ + "em" ; - VP (Pres Ind Sg P1) => compla_ + "c" ; + VP (Pres Ind Pl P1) => compla_ + "em" ; + VP (Pres Ind Sg P1) => compla_ + "c" ; VP (Pres Ind Pl P2) => compla_ + "eu" ; VP (Pres Ind Sg P2) => compla_ + "us" ; VP (Pres Ind Pl P3) => compla_ + "uen" ; VP (Pres Ind Sg P3) => compla_ + "u" ; - VP (Pres Sub Pl P1) => compla_ + "guem" ; - VP (Pres Sub Sg P1) => compla_ + "gui" ; - VP (Pres Sub Pl P2) => compla_ + "gueu" ; - VP (Pres Sub Sg P2) => compla_ + "guis" ; - VP (Pres Sub Pl P3) => compla_ + "guin" ; - VP (Pres Sub Sg P3) => compla_ + "gui" ; - VP (Impf Ind Pl P1) => compla_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => compla_ + "a" ;--# notpresent + VP (Pres Subj Pl P1) => compla_ + "guem" ; + VP (Pres Subj Sg P1) => compla_ + "gui" ; + VP (Pres Subj Pl P2) => compla_ + "gueu" ; + VP (Pres Subj Sg P2) => compla_ + "guis" ; + VP (Pres Subj Pl P3) => compla_ + "guin" ; + VP (Pres Subj Sg P3) => compla_ + "gui" ; + VP (Impf Ind Pl P1) => compla_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => compla_ + "a" ;--# notpresent VP (Impf Ind Pl P2) => compla_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => compla_ + "es" ;--# notpresent VP (Impf Ind Pl P3) => compla_ + "en" ;--# notpresent VP (Impf Ind Sg P3) => compla_ + "a" ;--# notpresent - VP (Impf Sub Pl P1) => compla_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => compla_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => compla_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => compla_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => compla_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => compla_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => compla_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => compla_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => compla_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => compla_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => compla_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => compla_ + "gus" ;--# notpresent VP (Fut Pl P1) => compla_ + "urem" ;--# notpresent VP (Fut Sg P1) => compla_ + "ur" ;--# notpresent VP (Fut Pl P2) => compla_ + "ureu" ;--# notpresent @@ -1240,30 +1240,30 @@ let compl_ = Predef.tk 2 complir in VI Infn => compl_ + "ir" ; VI Ger => compl_ + "int" ; VI Part => compl_ + "ert" ; - VP (Pres Ind Pl P1) => compl_ + "im" ; - VP (Pres Ind Sg P1) => compl_ + "eixo" ; + VP (Pres Ind Pl P1) => compl_ + "im" ; + VP (Pres Ind Sg P1) => compl_ + "eixo" ; VP (Pres Ind Pl P2) => compl_ + "iu" ; VP (Pres Ind Sg P2) => compl_ + "eixes" ; VP (Pres Ind Pl P3) => compl_ + "eixen" ; VP (Pres Ind Sg P3) => compl_ + "eix" ; - VP (Pres Sub Pl P1) => compl_ + "im" ; - VP (Pres Sub Sg P1) => compl_ + "eixi" ; - VP (Pres Sub Pl P2) => compl_ + "iu" ; - VP (Pres Sub Sg P2) => compl_ + "eixis" ; - VP (Pres Sub Pl P3) => compl_ + "eixin" ; - VP (Pres Sub Sg P3) => compl_ + "eixi" ; - VP (Impf Ind Pl P1) => compl_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => compl_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => compl_ + "im" ; + VP (Pres Subj Sg P1) => compl_ + "eixi" ; + VP (Pres Subj Pl P2) => compl_ + "iu" ; + VP (Pres Subj Sg P2) => compl_ + "eixis" ; + VP (Pres Subj Pl P3) => compl_ + "eixin" ; + VP (Pres Subj Sg P3) => compl_ + "eixi" ; + VP (Impf Ind Pl P1) => compl_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => compl_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => compl_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => compl_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => compl_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => compl_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => compl_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => compl_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => compl_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => compl_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => compl_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => compl_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => compl_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => compl_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => compl_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => compl_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => compl_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => compl_ + "s" ;--# notpresent VP (Fut Pl P1) => compl_ + "irem" ;--# notpresent VP (Fut Sg P1) => compl_ + "ir" ;--# notpresent VP (Fut Pl P2) => compl_ + "ireu" ;--# notpresent @@ -1301,30 +1301,30 @@ let compo_ = Predef.tk 4 compondre in VI Infn => compo_ + "ndre" ; VI Ger => compo_ + "nent" ; VI Part => compo_ + "st" ; - VP (Pres Ind Pl P1) => compo_ + "nem" ; - VP (Pres Ind Sg P1) => compo_ + "nc" ; + VP (Pres Ind Pl P1) => compo_ + "nem" ; + VP (Pres Ind Sg P1) => compo_ + "nc" ; VP (Pres Ind Pl P2) => compo_ + "neu" ; VP (Pres Ind Sg P2) => compo_ + "ns" ; VP (Pres Ind Pl P3) => compo_ + "nen" ; VP (Pres Ind Sg P3) => compo_ + "n" ; - VP (Pres Sub Pl P1) => compo_ + "nguem" ; - VP (Pres Sub Sg P1) => compo_ + "ngui" ; - VP (Pres Sub Pl P2) => compo_ + "ngueu" ; - VP (Pres Sub Sg P2) => compo_ + "nguis" ; - VP (Pres Sub Pl P3) => compo_ + "nguin" ; - VP (Pres Sub Sg P3) => compo_ + "ngui" ; - VP (Impf Ind Pl P1) => compo_ + "nem" ;--# notpresent - VP (Impf Ind Sg P1) => compo_ + "nia" ;--# notpresent + VP (Pres Subj Pl P1) => compo_ + "nguem" ; + VP (Pres Subj Sg P1) => compo_ + "ngui" ; + VP (Pres Subj Pl P2) => compo_ + "ngueu" ; + VP (Pres Subj Sg P2) => compo_ + "nguis" ; + VP (Pres Subj Pl P3) => compo_ + "nguin" ; + VP (Pres Subj Sg P3) => compo_ + "ngui" ; + VP (Impf Ind Pl P1) => compo_ + "nem" ;--# notpresent + VP (Impf Ind Sg P1) => compo_ + "nia" ;--# notpresent VP (Impf Ind Pl P2) => compo_ + "neu" ;--# notpresent VP (Impf Ind Sg P2) => compo_ + "nies" ;--# notpresent VP (Impf Ind Pl P3) => compo_ + "nien" ;--# notpresent VP (Impf Ind Sg P3) => compo_ + "nia" ;--# notpresent - VP (Impf Sub Pl P1) => compo_ + "ngussim" ;--# notpresent - VP (Impf Sub Sg P1) => compo_ + "ngus" ;--# notpresent - VP (Impf Sub Pl P2) => compo_ + "ngussiu" ;--# notpresent - VP (Impf Sub Sg P2) => compo_ + "nguessis" ;--# notpresent - VP (Impf Sub Pl P3) => compo_ + "nguessin" ;--# notpresent - VP (Impf Sub Sg P3) => compo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P1) => compo_ + "ngussim" ;--# notpresent + VP (Impf Subj Sg P1) => compo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P2) => compo_ + "ngussiu" ;--# notpresent + VP (Impf Subj Sg P2) => compo_ + "nguessis" ;--# notpresent + VP (Impf Subj Pl P3) => compo_ + "nguessin" ;--# notpresent + VP (Impf Subj Sg P3) => compo_ + "ngus" ;--# notpresent VP (Fut Pl P1) => compo_ + "ndrem" ;--# notpresent VP (Fut Sg P1) => compo_ + "ndr" ;--# notpresent VP (Fut Pl P2) => compo_ + "ndreu" ;--# notpresent @@ -1361,30 +1361,30 @@ let con_ = Predef.tk 5 con {s = table { VI Ger => con_ + "eixent" ; VI Part => con_ + "egut" ; - VP (Pres Ind Pl P1) => con_ + "eixem" ; - VP (Pres Ind Sg P1) => con_ + "ec" ; + VP (Pres Ind Pl P1) => con_ + "eixem" ; + VP (Pres Ind Sg P1) => con_ + "ec" ; VP (Pres Ind Pl P2) => con_ + "eixeu" ; VP (Pres Ind Sg P2) => con_ + "eixes" ; VP (Pres Ind Pl P3) => con_ + "eixen" ; VP (Pres Ind Sg P3) => con_ + "eix" ; - VP (Pres Sub Pl P1) => con_ + "eguem" ; - VP (Pres Sub Sg P1) => con_ + "egui" ; - VP (Pres Sub Pl P2) => con_ + "egueu" ; - VP (Pres Sub Sg P2) => con_ + "eguis" ; - VP (Pres Sub Pl P3) => con_ + "eguin" ; - VP (Pres Sub Sg P3) => con_ + "egui" ; - VP (Impf Ind Pl P1) => con_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => con_ + "eixia" ;--# notpresent + VP (Pres Subj Pl P1) => con_ + "eguem" ; + VP (Pres Subj Sg P1) => con_ + "egui" ; + VP (Pres Subj Pl P2) => con_ + "egueu" ; + VP (Pres Subj Sg P2) => con_ + "eguis" ; + VP (Pres Subj Pl P3) => con_ + "eguin" ; + VP (Pres Subj Sg P3) => con_ + "egui" ; + VP (Impf Ind Pl P1) => con_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => con_ + "eixia" ;--# notpresent VP (Impf Ind Pl P2) => con_ + "eixeu" ;--# notpresent VP (Impf Ind Sg P2) => con_ + "eixies" ;--# notpresent VP (Impf Ind Pl P3) => con_ + "eixien" ;--# notpresent VP (Impf Ind Sg P3) => con_ + "eixia" ;--# notpresent - VP (Impf Sub Pl P1) => con_ + "egussim" ;--# notpresent - VP (Impf Sub Sg P1) => con_ + "egus" ;--# notpresent - VP (Impf Sub Pl P2) => con_ + "egussiu" ;--# notpresent - VP (Impf Sub Sg P2) => con_ + "eguessis" ;--# notpresent - VP (Impf Sub Pl P3) => con_ + "eguessin" ;--# notpresent - VP (Impf Sub Sg P3) => con_ + "egus" ;--# notpresent + VP (Impf Subj Pl P1) => con_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => con_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => con_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => con_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => con_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => con_ + "egus" ;--# notpresent VP (Fut Pl P1) => con_ + "eixerem" ;--# notpresent VP (Fut Sg P1) => con_ + "eixer" ;--# notpresent VP (Fut Pl P2) => con_ + "eixereu" ;--# notpresent @@ -1422,30 +1422,30 @@ let conf_ = Predef.tk 5 confondre in {s = table { VI Infn => conf_ + "ondre" ; VI Ger => conf_ + "onent" ; - VP (Pres Ind Pl P1) => conf_ + "onem" ; - VP (Pres Ind Sg P1) => conf_ + "onc" ; + VP (Pres Ind Pl P1) => conf_ + "onem" ; + VP (Pres Ind Sg P1) => conf_ + "onc" ; VP (Pres Ind Pl P2) => conf_ + "oneu" ; VP (Pres Ind Sg P2) => conf_ + "ons" ; VP (Pres Ind Pl P3) => conf_ + "onen" ; VP (Pres Ind Sg P3) => conf_ + "on" ; - VP (Pres Sub Pl P1) => conf_ + "onguem" ; - VP (Pres Sub Sg P1) => conf_ + "ongui" ; - VP (Pres Sub Pl P2) => conf_ + "ongueu" ; - VP (Pres Sub Sg P2) => conf_ + "onguis" ; - VP (Pres Sub Pl P3) => conf_ + "onguin" ; - VP (Pres Sub Sg P3) => conf_ + "ongui" ; - VP (Impf Ind Pl P1) => conf_ + "onem" ;--# notpresent - VP (Impf Ind Sg P1) => conf_ + "onia" ;--# notpresent + VP (Pres Subj Pl P1) => conf_ + "onguem" ; + VP (Pres Subj Sg P1) => conf_ + "ongui" ; + VP (Pres Subj Pl P2) => conf_ + "ongueu" ; + VP (Pres Subj Sg P2) => conf_ + "onguis" ; + VP (Pres Subj Pl P3) => conf_ + "onguin" ; + VP (Pres Subj Sg P3) => conf_ + "ongui" ; + VP (Impf Ind Pl P1) => conf_ + "onem" ;--# notpresent + VP (Impf Ind Sg P1) => conf_ + "onia" ;--# notpresent VP (Impf Ind Pl P2) => conf_ + "oneu" ;--# notpresent VP (Impf Ind Sg P2) => conf_ + "onies" ;--# notpresent VP (Impf Ind Pl P3) => conf_ + "onien" ;--# notpresent VP (Impf Ind Sg P3) => conf_ + "onia" ;--# notpresent - VP (Impf Sub Pl P1) => conf_ + "ongussim" ;--# notpresent - VP (Impf Sub Sg P1) => conf_ + "ongus" ;--# notpresent - VP (Impf Sub Pl P2) => conf_ + "ongussiu" ;--# notpresent - VP (Impf Sub Sg P2) => conf_ + "onguessis" ;--# notpresent - VP (Impf Sub Pl P3) => conf_ + "onguessin" ;--# notpresent - VP (Impf Sub Sg P3) => conf_ + "ongus" ;--# notpresent + VP (Impf Subj Pl P1) => conf_ + "ongussim" ;--# notpresent + VP (Impf Subj Sg P1) => conf_ + "ongus" ;--# notpresent + VP (Impf Subj Pl P2) => conf_ + "ongussiu" ;--# notpresent + VP (Impf Subj Sg P2) => conf_ + "onguessis" ;--# notpresent + VP (Impf Subj Pl P3) => conf_ + "onguessin" ;--# notpresent + VP (Impf Subj Sg P3) => conf_ + "ongus" ;--# notpresent VP (Fut Pl P1) => conf_ + "ondrem" ;--# notpresent VP (Fut Sg P1) => conf_ + "ondr" ;--# notpresent VP (Fut Pl P2) => conf_ + "ondreu" ;--# notpresent @@ -1483,30 +1483,30 @@ let constr_ = Predef.tk 5 constr {s = table { VI Ger => constr_ + "enyent" ; VI Part => constr_ + "et" ; - VP (Pres Ind Pl P1) => constr_ + "enyem" ; - VP (Pres Ind Sg P1) => constr_ + "enyo" ; + VP (Pres Ind Pl P1) => constr_ + "enyem" ; + VP (Pres Ind Sg P1) => constr_ + "enyo" ; VP (Pres Ind Pl P2) => constr_ + "enyeu" ; VP (Pres Ind Sg P2) => constr_ + "enys" ; VP (Pres Ind Pl P3) => constr_ + "enyen" ; VP (Pres Ind Sg P3) => constr_ + "eny" ; - VP (Pres Sub Pl P1) => constr_ + "enyem" ; - VP (Pres Sub Sg P1) => constr_ + "enyi" ; - VP (Pres Sub Pl P2) => constr_ + "enyeu" ; - VP (Pres Sub Sg P2) => constr_ + "enyis" ; - VP (Pres Sub Pl P3) => constr_ + "enyin" ; - VP (Pres Sub Sg P3) => constr_ + "enyi" ; - VP (Impf Ind Pl P1) => constr_ + "enyem" ;--# notpresent - VP (Impf Ind Sg P1) => constr_ + "enyia" ;--# notpresent + VP (Pres Subj Pl P1) => constr_ + "enyem" ; + VP (Pres Subj Sg P1) => constr_ + "enyi" ; + VP (Pres Subj Pl P2) => constr_ + "enyeu" ; + VP (Pres Subj Sg P2) => constr_ + "enyis" ; + VP (Pres Subj Pl P3) => constr_ + "enyin" ; + VP (Pres Subj Sg P3) => constr_ + "enyi" ; + VP (Impf Ind Pl P1) => constr_ + "enyem" ;--# notpresent + VP (Impf Ind Sg P1) => constr_ + "enyia" ;--# notpresent VP (Impf Ind Pl P2) => constr_ + "enyeu" ;--# notpresent VP (Impf Ind Sg P2) => constr_ + "enyies" ;--# notpresent VP (Impf Ind Pl P3) => constr_ + "enyien" ;--# notpresent VP (Impf Ind Sg P3) => constr_ + "enyia" ;--# notpresent - VP (Impf Sub Pl P1) => constr_ + "enyssim" ;--# notpresent - VP (Impf Sub Sg P1) => constr_ + "enys" ;--# notpresent - VP (Impf Sub Pl P2) => constr_ + "enyssiu" ;--# notpresent - VP (Impf Sub Sg P2) => constr_ + "enyessis" ;--# notpresent - VP (Impf Sub Pl P3) => constr_ + "enyessin" ;--# notpresent - VP (Impf Sub Sg P3) => constr_ + "enys" ;--# notpresent + VP (Impf Subj Pl P1) => constr_ + "enyssim" ;--# notpresent + VP (Impf Subj Sg P1) => constr_ + "enys" ;--# notpresent + VP (Impf Subj Pl P2) => constr_ + "enyssiu" ;--# notpresent + VP (Impf Subj Sg P2) => constr_ + "enyessis" ;--# notpresent + VP (Impf Subj Pl P3) => constr_ + "enyessin" ;--# notpresent + VP (Impf Subj Sg P3) => constr_ + "enys" ;--# notpresent VP (Fut Pl P1) => constr_ + "enyerem" ;--# notpresent VP (Fut Sg P1) => constr_ + "enyer" ;--# notpresent VP (Fut Pl P2) => constr_ + "enyereu" ;--# notpresent @@ -1544,30 +1544,30 @@ let c_ = Predef.tk 5 c {s = table { VI Ger => c_ + "orrent" ; VI Part => c_ + "orregut" ; - VP (Pres Ind Pl P1) => c_ + "orrem" ; - VP (Pres Ind Sg P1) => c_ + "orro" ; + VP (Pres Ind Pl P1) => c_ + "orrem" ; + VP (Pres Ind Sg P1) => c_ + "orro" ; VP (Pres Ind Pl P2) => c_ + "orreu" ; VP (Pres Ind Sg P2) => c_ + "orres" ; VP (Pres Ind Pl P3) => c_ + "orren" ; VP (Pres Ind Sg P3) => c_ + "orre" ; - VP (Pres Sub Pl P1) => c_ + "orrem" ; - VP (Pres Sub Sg P1) => c_ + "orri" ; - VP (Pres Sub Pl P2) => c_ + "orreu" ; - VP (Pres Sub Sg P2) => c_ + "orris" ; - VP (Pres Sub Pl P3) => c_ + "orrin" ; - VP (Pres Sub Sg P3) => c_ + "orri" ; - VP (Impf Ind Pl P1) => c_ + "orrem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "orria" ;--# notpresent + VP (Pres Subj Pl P1) => c_ + "orrem" ; + VP (Pres Subj Sg P1) => c_ + "orri" ; + VP (Pres Subj Pl P2) => c_ + "orreu" ; + VP (Pres Subj Sg P2) => c_ + "orris" ; + VP (Pres Subj Pl P3) => c_ + "orrin" ; + VP (Pres Subj Sg P3) => c_ + "orri" ; + VP (Impf Ind Pl P1) => c_ + "orrem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "orria" ;--# notpresent VP (Impf Ind Pl P2) => c_ + "orreu" ;--# notpresent VP (Impf Ind Sg P2) => c_ + "orries" ;--# notpresent VP (Impf Ind Pl P3) => c_ + "orrien" ;--# notpresent VP (Impf Ind Sg P3) => c_ + "orria" ;--# notpresent - VP (Impf Sub Pl P1) => c_ + "orregussim" ;--# notpresent - VP (Impf Sub Sg P1) => c_ + "orregus" ;--# notpresent - VP (Impf Sub Pl P2) => c_ + "orregussiu" ;--# notpresent - VP (Impf Sub Sg P2) => c_ + "orreguessis" ;--# notpresent - VP (Impf Sub Pl P3) => c_ + "orreguessin" ;--# notpresent - VP (Impf Sub Sg P3) => c_ + "orregus" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "orregussim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "orregus" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "orregussiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "orreguessis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "orreguessin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "orregus" ;--# notpresent VP (Fut Pl P1) => c_ + "orrerem" ;--# notpresent VP (Fut Sg P1) => c_ + "orrer" ;--# notpresent VP (Fut Pl P2) => c_ + "orrereu" ;--# notpresent @@ -1606,30 +1606,30 @@ let c_ = Predef.tk 4 cosir in VI Infn => c_ + "osir" ; VI Ger => c_ + "osint" ; VI Part => c_ + "osit" ; - VP (Pres Ind Pl P1) => c_ + "osim" ; - VP (Pres Ind Sg P1) => c_ + "uso" ; + VP (Pres Ind Pl P1) => c_ + "osim" ; + VP (Pres Ind Sg P1) => c_ + "uso" ; VP (Pres Ind Pl P2) => c_ + "osiu" ; VP (Pres Ind Sg P2) => c_ + "uses" ; VP (Pres Ind Pl P3) => c_ + "usen" ; VP (Pres Ind Sg P3) => c_ + "us" ; - VP (Pres Sub Pl P1) => c_ + "osim" ; - VP (Pres Sub Sg P1) => c_ + "usi" ; - VP (Pres Sub Pl P2) => c_ + "osiu" ; - VP (Pres Sub Sg P2) => c_ + "usis" ; - VP (Pres Sub Pl P3) => c_ + "usin" ; - VP (Pres Sub Sg P3) => c_ + "usi" ; - VP (Impf Ind Pl P1) => c_ + "osem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "osia" ;--# notpresent + VP (Pres Subj Pl P1) => c_ + "osim" ; + VP (Pres Subj Sg P1) => c_ + "usi" ; + VP (Pres Subj Pl P2) => c_ + "osiu" ; + VP (Pres Subj Sg P2) => c_ + "usis" ; + VP (Pres Subj Pl P3) => c_ + "usin" ; + VP (Pres Subj Sg P3) => c_ + "usi" ; + VP (Impf Ind Pl P1) => c_ + "osem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "osia" ;--# notpresent VP (Impf Ind Pl P2) => c_ + "oseu" ;--# notpresent VP (Impf Ind Sg P2) => c_ + "osies" ;--# notpresent VP (Impf Ind Pl P3) => c_ + "osien" ;--# notpresent VP (Impf Ind Sg P3) => c_ + "osia" ;--# notpresent - VP (Impf Sub Pl P1) => c_ + "osssim" ;--# notpresent - VP (Impf Sub Sg P1) => c_ + "oss" ;--# notpresent - VP (Impf Sub Pl P2) => c_ + "osssiu" ;--# notpresent - VP (Impf Sub Sg P2) => c_ + "osissis" ;--# notpresent - VP (Impf Sub Pl P3) => c_ + "osissin" ;--# notpresent - VP (Impf Sub Sg P3) => c_ + "oss" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "osssim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "oss" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "osssiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "osissis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "osissin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "oss" ;--# notpresent VP (Fut Pl P1) => c_ + "osirem" ;--# notpresent VP (Fut Sg P1) => c_ + "osir" ;--# notpresent VP (Fut Pl P2) => c_ + "osireu" ;--# notpresent @@ -1667,30 +1667,30 @@ let c_ = Predef.tk 4 coure in VI Infn => c_ + "oure" ; VI Ger => c_ + "oent" ; VI Part => c_ + "uit" ; - VP (Pres Ind Pl P1) => c_ + "oem" ; - VP (Pres Ind Sg P1) => c_ + "oc" ; + VP (Pres Ind Pl P1) => c_ + "oem" ; + VP (Pres Ind Sg P1) => c_ + "oc" ; VP (Pres Ind Pl P2) => c_ + "oeu" ; VP (Pres Ind Sg P2) => c_ + "ous" ; VP (Pres Ind Pl P3) => c_ + "ouen" ; VP (Pres Ind Sg P3) => c_ + "ou" ; - VP (Pres Sub Pl P1) => c_ + "oguem" ; - VP (Pres Sub Sg P1) => c_ + "ogui" ; - VP (Pres Sub Pl P2) => c_ + "ogueu" ; - VP (Pres Sub Sg P2) => c_ + "oguis" ; - VP (Pres Sub Pl P3) => c_ + "oguin" ; - VP (Pres Sub Sg P3) => c_ + "ogui" ; - VP (Impf Ind Pl P1) => c_ + "oem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "oa" ;--# notpresent + VP (Pres Subj Pl P1) => c_ + "oguem" ; + VP (Pres Subj Sg P1) => c_ + "ogui" ; + VP (Pres Subj Pl P2) => c_ + "ogueu" ; + VP (Pres Subj Sg P2) => c_ + "oguis" ; + VP (Pres Subj Pl P3) => c_ + "oguin" ; + VP (Pres Subj Sg P3) => c_ + "ogui" ; + VP (Impf Ind Pl P1) => c_ + "oem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "oa" ;--# notpresent VP (Impf Ind Pl P2) => c_ + "oeu" ;--# notpresent VP (Impf Ind Sg P2) => c_ + "oes" ;--# notpresent VP (Impf Ind Pl P3) => c_ + "oen" ;--# notpresent VP (Impf Ind Sg P3) => c_ + "oa" ;--# notpresent - VP (Impf Sub Pl P1) => c_ + "ogussim" ;--# notpresent - VP (Impf Sub Sg P1) => c_ + "ogus" ;--# notpresent - VP (Impf Sub Pl P2) => c_ + "ogussiu" ;--# notpresent - VP (Impf Sub Sg P2) => c_ + "oguessis" ;--# notpresent - VP (Impf Sub Pl P3) => c_ + "oguessin" ;--# notpresent - VP (Impf Sub Sg P3) => c_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "ogus" ;--# notpresent VP (Fut Pl P1) => c_ + "ourem" ;--# notpresent VP (Fut Sg P1) => c_ + "our" ;--# notpresent VP (Fut Pl P2) => c_ + "oureu" ;--# notpresent @@ -1727,30 +1727,30 @@ let cr_ = Predef.tk 5 cr {s = table { VI Ger => cr_ + "eixent" ; VI Part => cr_ + "escut" ; - VP (Pres Ind Pl P1) => cr_ + "eixem" ; - VP (Pres Ind Sg P1) => cr_ + "eixo" ; + VP (Pres Ind Pl P1) => cr_ + "eixem" ; + VP (Pres Ind Sg P1) => cr_ + "eixo" ; VP (Pres Ind Pl P2) => cr_ + "eixeu" ; VP (Pres Ind Sg P2) => cr_ + "eixes" ; VP (Pres Ind Pl P3) => cr_ + "eixen" ; VP (Pres Ind Sg P3) => cr_ + "eix" ; - VP (Pres Sub Pl P1) => cr_ + "eixem" ; - VP (Pres Sub Sg P1) => cr_ + "eixi" ; - VP (Pres Sub Pl P2) => cr_ + "eixeu" ; - VP (Pres Sub Sg P2) => cr_ + "eixis" ; - VP (Pres Sub Pl P3) => cr_ + "eixin" ; - VP (Pres Sub Sg P3) => cr_ + "eixi" ; - VP (Impf Ind Pl P1) => cr_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => cr_ + "eixia" ;--# notpresent + VP (Pres Subj Pl P1) => cr_ + "eixem" ; + VP (Pres Subj Sg P1) => cr_ + "eixi" ; + VP (Pres Subj Pl P2) => cr_ + "eixeu" ; + VP (Pres Subj Sg P2) => cr_ + "eixis" ; + VP (Pres Subj Pl P3) => cr_ + "eixin" ; + VP (Pres Subj Sg P3) => cr_ + "eixi" ; + VP (Impf Ind Pl P1) => cr_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => cr_ + "eixia" ;--# notpresent VP (Impf Ind Pl P2) => cr_ + "eixeu" ;--# notpresent VP (Impf Ind Sg P2) => cr_ + "eixies" ;--# notpresent VP (Impf Ind Pl P3) => cr_ + "eixien" ;--# notpresent VP (Impf Ind Sg P3) => cr_ + "eixia" ;--# notpresent - VP (Impf Sub Pl P1) => cr_ + "eixssim" ;--# notpresent - VP (Impf Sub Sg P1) => cr_ + "eixs" ;--# notpresent - VP (Impf Sub Pl P2) => cr_ + "eixssiu" ;--# notpresent - VP (Impf Sub Sg P2) => cr_ + "eixessis" ;--# notpresent - VP (Impf Sub Pl P3) => cr_ + "eixessin" ;--# notpresent - VP (Impf Sub Sg P3) => cr_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P1) => cr_ + "eixssim" ;--# notpresent + VP (Impf Subj Sg P1) => cr_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P2) => cr_ + "eixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cr_ + "eixessis" ;--# notpresent + VP (Impf Subj Pl P3) => cr_ + "eixessin" ;--# notpresent + VP (Impf Subj Sg P3) => cr_ + "eixs" ;--# notpresent VP (Fut Pl P1) => cr_ + "eixerem" ;--# notpresent VP (Fut Sg P1) => cr_ + "eixer" ;--# notpresent VP (Fut Pl P2) => cr_ + "eixereu" ;--# notpresent @@ -1789,28 +1789,28 @@ let cr_ = Predef.tk 4 creure in VI Infn => cr_ + "eure" ; VI Ger => cr_ + "eient" ; VI Part => cr_ + "egut" ; - VP (Pres Ind Pl P1) => cr_ + "eiem" ; - VP (Pres Ind Sg P1) => cr_ + "ec" ; + VP (Pres Ind Pl P1) => cr_ + "eiem" ; + VP (Pres Ind Sg P1) => cr_ + "ec" ; VP (Pres Ind Pl P2) => cr_ + "eieu" ; VP (Pres Ind Sg P2) => cr_ + "eus" ; VP (Pres Ind Pl P3) => cr_ + "euen" ; VP (Pres Ind Sg P3) => cr_ + "eu" ; - VP (Pres Sub Pl P1) => cr_ + "eguem" ; - VP (Pres Sub Sg P1) => cr_ + "egui" ; - VP (Pres Sub Pl P2) => cr_ + "egueu" ; - VP (Pres Sub Sg P2) => cr_ + "eguis" ; - VP (Pres Sub Pl P3) => cr_ + "eguin" ; - VP (Pres Sub Sg P3) => cr_ + "egui" ; - VP (Impf Ind Sg P1) => cr_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => cr_ + "eguem" ; + VP (Pres Subj Sg P1) => cr_ + "egui" ; + VP (Pres Subj Pl P2) => cr_ + "egueu" ; + VP (Pres Subj Sg P2) => cr_ + "eguis" ; + VP (Pres Subj Pl P3) => cr_ + "eguin" ; + VP (Pres Subj Sg P3) => cr_ + "egui" ; + VP (Impf Ind Sg P1) => cr_ + "eia" ;--# notpresent VP (Impf Ind Sg P2) => cr_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => cr_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => cr_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => cr_ + "egussim" ;--# notpresent - VP (Impf Sub Sg P1) => cr_ + "egus" ;--# notpresent - VP (Impf Sub Pl P2) => cr_ + "egussiu" ;--# notpresent - VP (Impf Sub Sg P2) => cr_ + "eguessis" ;--# notpresent - VP (Impf Sub Pl P3) => cr_ + "eguessin" ;--# notpresent - VP (Impf Sub Sg P3) => cr_ + "egus" ;--# notpresent + VP (Impf Subj Pl P1) => cr_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => cr_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => cr_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => cr_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => cr_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => cr_ + "egus" ;--# notpresent VP (Fut Pl P1) => cr_ + "eurem" ;--# notpresent VP (Fut Sg P1) => cr_ + "eur" ;--# notpresent VP (Fut Pl P2) => cr_ + "eureu" ;--# notpresent @@ -1850,29 +1850,29 @@ let dep_ = Predef.tk 5 dependre in {s = table { VI Infn => dep_ + "endre" ; VI Ger => dep_ + "enent" ; - VP (Pres Ind Pl P1) => dep_ + "enem" ; - VP (Pres Ind Sg P1) => dep_ + "enc" ; + VP (Pres Ind Pl P1) => dep_ + "enem" ; + VP (Pres Ind Sg P1) => dep_ + "enc" ; VP (Pres Ind Pl P2) => dep_ + "eneu" ; VP (Pres Ind Sg P2) => dep_ + "ens" ; VP (Pres Ind Pl P3) => dep_ + "enen" ; - VP (Pres Sub Pl P1) => dep_ + "enguem" ; - VP (Pres Sub Sg P1) => dep_ + "engui" ; - VP (Pres Sub Pl P2) => dep_ + "engueu" ; - VP (Pres Sub Sg P2) => dep_ + "enguis" ; - VP (Pres Sub Pl P3) => dep_ + "enguin" ; - VP (Pres Sub Sg P3) => dep_ + "engui" ; - VP (Impf Ind Pl P1) => dep_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => dep_ + "enia" ;--# notpresent + VP (Pres Subj Pl P1) => dep_ + "enguem" ; + VP (Pres Subj Sg P1) => dep_ + "engui" ; + VP (Pres Subj Pl P2) => dep_ + "engueu" ; + VP (Pres Subj Sg P2) => dep_ + "enguis" ; + VP (Pres Subj Pl P3) => dep_ + "enguin" ; + VP (Pres Subj Sg P3) => dep_ + "engui" ; + VP (Impf Ind Pl P1) => dep_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => dep_ + "enia" ;--# notpresent VP (Impf Ind Pl P2) => dep_ + "eneu" ;--# notpresent VP (Impf Ind Sg P2) => dep_ + "enies" ;--# notpresent VP (Impf Ind Pl P3) => dep_ + "enien" ;--# notpresent VP (Impf Ind Sg P3) => dep_ + "enia" ;--# notpresent - VP (Impf Sub Pl P1) => dep_ + "engussim" ;--# notpresent - VP (Impf Sub Sg P1) => dep_ + "engus" ;--# notpresent - VP (Impf Sub Pl P2) => dep_ + "engussiu" ;--# notpresent - VP (Impf Sub Sg P2) => dep_ + "enguessis" ;--# notpresent - VP (Impf Sub Pl P3) => dep_ + "enguessin" ;--# notpresent - VP (Impf Sub Sg P3) => dep_ + "engus" ;--# notpresent + VP (Impf Subj Pl P1) => dep_ + "engussim" ;--# notpresent + VP (Impf Subj Sg P1) => dep_ + "engus" ;--# notpresent + VP (Impf Subj Pl P2) => dep_ + "engussiu" ;--# notpresent + VP (Impf Subj Sg P2) => dep_ + "enguessis" ;--# notpresent + VP (Impf Subj Pl P3) => dep_ + "enguessin" ;--# notpresent + VP (Impf Subj Sg P3) => dep_ + "engus" ;--# notpresent VP (Fut Pl P1) => dep_ + "endrem" ;--# notpresent VP (Fut Sg P1) => dep_ + "endr" ;--# notpresent VP (Fut Pl P2) => dep_ + "endreu" ;--# notpresent @@ -1914,30 +1914,30 @@ let desf_ = Predef.tk 2 desfer in VI Infn => desf_ + "er" ; VI Ger => desf_ + "ent" ; VI Part => desf_ + "et" ; - VP (Pres Ind Pl P1) => desf_ + "em" ; - VP (Pres Ind Sg P1) => desf_ + "aig" ; + VP (Pres Ind Pl P1) => desf_ + "em" ; + VP (Pres Ind Sg P1) => desf_ + "aig" ; VP (Pres Ind Pl P2) => desf_ + "eu" ; VP (Pres Ind Sg P2) => desf_ + "s" ; VP (Pres Ind Pl P3) => desf_ + "an" ; VP (Pres Ind Sg P3) => desf_ + "" ; - VP (Pres Sub Pl P1) => desf_ + "em" ; - VP (Pres Sub Sg P1) => desf_ + "aci" ; - VP (Pres Sub Pl P2) => desf_ + "eu" ; - VP (Pres Sub Sg P2) => desf_ + "acis" ; - VP (Pres Sub Pl P3) => desf_ + "acin" ; - VP (Pres Sub Sg P3) => desf_ + "aci" ; - VP (Impf Ind Pl P1) => desf_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => desf_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => desf_ + "em" ; + VP (Pres Subj Sg P1) => desf_ + "aci" ; + VP (Pres Subj Pl P2) => desf_ + "eu" ; + VP (Pres Subj Sg P2) => desf_ + "acis" ; + VP (Pres Subj Pl P3) => desf_ + "acin" ; + VP (Pres Subj Sg P3) => desf_ + "aci" ; + VP (Impf Ind Pl P1) => desf_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => desf_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => desf_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => desf_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => desf_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => desf_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => desf_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => desf_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => desf_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => desf_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => desf_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => desf_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => desf_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => desf_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => desf_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => desf_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => desf_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => desf_ + "s" ;--# notpresent VP (Fut Pl P1) => desf_ + "arem" ;--# notpresent VP (Fut Sg P1) => desf_ + "ar" ;--# notpresent VP (Fut Pl P2) => desf_ + "areu" ;--# notpresent @@ -1975,30 +1975,30 @@ let x_ = Predef.tk 5 deure in VI Infn => x_ + "ure" ; VI Ger => x_ + "vent" ; VI Part => x_ + "gut" ; - VP (Pres Ind Pl P1) => x_ + "vem" ; - VP (Pres Ind Sg P1) => x_ + "c" ; + VP (Pres Ind Pl P1) => x_ + "vem" ; + VP (Pres Ind Sg P1) => x_ + "c" ; VP (Pres Ind Pl P2) => x_ + "veu" ; VP (Pres Ind Sg P2) => x_ + "us" ; VP (Pres Ind Pl P3) => x_ + "uen" ; VP (Pres Ind Sg P3) => x_ + "u" ; - VP (Pres Sub Pl P1) => x_ + "guem" ; - VP (Pres Sub Sg P1) => x_ + "gui" ; - VP (Pres Sub Pl P2) => x_ + "gueu" ; - VP (Pres Sub Sg P2) => x_ + "guis" ; - VP (Pres Sub Pl P3) => x_ + "guin" ; - VP (Pres Sub Sg P3) => x_ + "gui" ; - VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "guem" ; + VP (Pres Subj Sg P1) => x_ + "gui" ; + VP (Pres Subj Pl P2) => x_ + "gueu" ; + VP (Pres Subj Sg P2) => x_ + "guis" ; + VP (Pres Subj Pl P3) => x_ + "guin" ; + VP (Pres Subj Sg P3) => x_ + "gui" ; + VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent VP (Fut Pl P1) => x_ + "urem" ;--# notpresent VP (Fut Sg P1) => x_ + "ur" ;--# notpresent VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent @@ -2026,9 +2026,6 @@ let x_ = Predef.tk 5 deure in VP (Pass Sg Fem) => x_ + "guda" ; VP (Pass Pl Masc) => x_ + "guts" ; VP (Pass Sg Masc) => x_ + "gut" ; - - -{- -- AR removed these duplicates VI Infn => x_ + "ure" ; VI Ger => x_ + "vent" ; VI Part => x_ + "gut" ; @@ -2038,24 +2035,24 @@ let x_ = Predef.tk 5 deure in VP (Pres Ind Sg P2) => x_ + "us" ; VP (Pres Ind Pl P3) => x_ + "uen" ; VP (Pres Ind Sg P3) => x_ + "u" ; - VP (Pres Sub Pl P1) => x_ + "guem" ; - VP (Pres Sub Sg P1) => x_ + "gui" ; - VP (Pres Sub Pl P2) => x_ + "gueu" ; - VP (Pres Sub Sg P2) => x_ + "guis" ; - VP (Pres Sub Pl P3) => x_ + "guin" ; - VP (Pres Sub Sg P3) => x_ + "gui" ; + VP (Pres Subj Pl P1) => x_ + "guem" ; + VP (Pres Subj Sg P1) => x_ + "gui" ; + VP (Pres Subj Pl P2) => x_ + "gueu" ; + VP (Pres Subj Sg P2) => x_ + "guis" ; + VP (Pres Subj Pl P3) => x_ + "guin" ; + VP (Pres Subj Sg P3) => x_ + "gui" ; VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent VP (Fut Pl P1) => x_ + "urem" ;--# notpresent VP (Fut Sg P1) => x_ + "ur" ;--# notpresent VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent @@ -2078,7 +2075,6 @@ let x_ = Predef.tk 5 deure in VP (Pass Sg Fem) => x_ + "guda" ; VP (Pass Pl Masc) => x_ + "guts" ; VP (Pass Sg Masc) => x_ + "gut" ; --} VP (Imp Sg P1) => variants {} } } ; @@ -2089,30 +2085,30 @@ let d_ = Predef.tk 2 dir in VI Infn => d_ + "ir" ; VI Ger => d_ + "ient" ; VI Part => d_ + "it" ; - VP (Pres Ind Pl P1) => d_ + "iem" ; - VP (Pres Ind Sg P1) => d_ + "ic" ; + VP (Pres Ind Pl P1) => d_ + "iem" ; + VP (Pres Ind Sg P1) => d_ + "ic" ; VP (Pres Ind Pl P2) => d_ + "ieu" ; VP (Pres Ind Sg P2) => d_ + "ius" ; VP (Pres Ind Pl P3) => d_ + "iuen" ; VP (Pres Ind Sg P3) => d_ + "iu" ; - VP (Pres Sub Pl P1) => d_ + "iguem" ; - VP (Pres Sub Sg P1) => d_ + "igui" ; - VP (Pres Sub Pl P2) => d_ + "igueu" ; - VP (Pres Sub Sg P2) => d_ + "iguis" ; - VP (Pres Sub Pl P3) => d_ + "iguin" ; - VP (Pres Sub Sg P3) => d_ + "igui" ; - VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => d_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => d_ + "iguem" ; + VP (Pres Subj Sg P1) => d_ + "igui" ; + VP (Pres Subj Pl P2) => d_ + "igueu" ; + VP (Pres Subj Sg P2) => d_ + "iguis" ; + VP (Pres Subj Pl P3) => d_ + "iguin" ; + VP (Pres Subj Sg P3) => d_ + "igui" ; + VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => d_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => d_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => d_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => d_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => d_ + "igussim" ;--# notpresent - VP (Impf Sub Sg P1) => d_ + "igus" ;--# notpresent - VP (Impf Sub Pl P2) => d_ + "igussiu" ;--# notpresent - VP (Impf Sub Sg P2) => d_ + "iguessis" ;--# notpresent - VP (Impf Sub Pl P3) => d_ + "iguessin" ;--# notpresent - VP (Impf Sub Sg P3) => d_ + "igus" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "igussim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "igus" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "igussiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "iguessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "iguessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "igus" ;--# notpresent VP (Fut Pl P1) => d_ + "irem" ;--# notpresent VP (Fut Sg P1) => d_ + "ir" ;--# notpresent VP (Fut Pl P2) => d_ + "ireu" ;--# notpresent @@ -2150,30 +2146,30 @@ let dol_ = Predef.tk 3 doldre in VI Infn => dol_ + "dre" ; VI Ger => dol_ + "ent" ; VI Part => dol_ + "gut" ; - VP (Pres Ind Pl P1) => dol_ + "em" ; - VP (Pres Ind Sg P1) => dol_ + "c" ; + VP (Pres Ind Pl P1) => dol_ + "em" ; + VP (Pres Ind Sg P1) => dol_ + "c" ; VP (Pres Ind Pl P2) => dol_ + "eu" ; VP (Pres Ind Sg P2) => dol_ + "s" ; VP (Pres Ind Pl P3) => dol_ + "en" ; VP (Pres Ind Sg P3) => dol_ + "" ; - VP (Pres Sub Pl P1) => dol_ + "guem" ; - VP (Pres Sub Sg P1) => dol_ + "gui" ; - VP (Pres Sub Pl P2) => dol_ + "gueu" ; - VP (Pres Sub Sg P2) => dol_ + "guis" ; - VP (Pres Sub Pl P3) => dol_ + "guin" ; - VP (Pres Sub Sg P3) => dol_ + "gui" ; - VP (Impf Ind Pl P1) => dol_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => dol_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => dol_ + "guem" ; + VP (Pres Subj Sg P1) => dol_ + "gui" ; + VP (Pres Subj Pl P2) => dol_ + "gueu" ; + VP (Pres Subj Sg P2) => dol_ + "guis" ; + VP (Pres Subj Pl P3) => dol_ + "guin" ; + VP (Pres Subj Sg P3) => dol_ + "gui" ; + VP (Impf Ind Pl P1) => dol_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => dol_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => dol_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => dol_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => dol_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => dol_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => dol_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => dol_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => dol_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => dol_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => dol_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => dol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => dol_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => dol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => dol_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => dol_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => dol_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => dol_ + "gus" ;--# notpresent VP (Fut Pl P1) => dol_ + "drem" ;--# notpresent VP (Fut Sg P1) => dol_ + "dr" ;--# notpresent VP (Fut Pl P2) => dol_ + "dreu" ;--# notpresent @@ -2211,28 +2207,28 @@ let d_ = Predef.tk 4 donar in VI Infn => d_ + "onar" ; VI Ger => d_ + "onant" ; VI Part => d_ + "onat" ; - VP (Pres Ind Pl P1) => d_ + "onem" ; - VP (Pres Ind Sg P1) => d_ + "ono" ; + VP (Pres Ind Pl P1) => d_ + "onem" ; + VP (Pres Ind Sg P1) => d_ + "ono" ; VP (Pres Ind Pl P2) => d_ + "oneu" ; VP (Pres Ind Pl P3) => d_ + "onen" ; - VP (Pres Sub Pl P1) => d_ + "onem" ; - VP (Pres Sub Sg P1) => d_ + "oni" ; - VP (Pres Sub Pl P2) => d_ + "oneu" ; - VP (Pres Sub Sg P2) => d_ + "onis" ; - VP (Pres Sub Pl P3) => d_ + "onin" ; - VP (Pres Sub Sg P3) => d_ + "oni" ; - VP (Impf Ind Pl P1) => d_ + "onvem" ;--# notpresent - VP (Impf Ind Sg P1) => d_ + "onava" ;--# notpresent + VP (Pres Subj Pl P1) => d_ + "onem" ; + VP (Pres Subj Sg P1) => d_ + "oni" ; + VP (Pres Subj Pl P2) => d_ + "oneu" ; + VP (Pres Subj Sg P2) => d_ + "onis" ; + VP (Pres Subj Pl P3) => d_ + "onin" ; + VP (Pres Subj Sg P3) => d_ + "oni" ; + VP (Impf Ind Pl P1) => d_ + "onvem" ;--# notpresent + VP (Impf Ind Sg P1) => d_ + "onava" ;--# notpresent VP (Impf Ind Pl P2) => d_ + "onveu" ;--# notpresent VP (Impf Ind Sg P2) => d_ + "onaves" ;--# notpresent VP (Impf Ind Pl P3) => d_ + "onaven" ;--# notpresent VP (Impf Ind Sg P3) => d_ + "onava" ;--# notpresent - VP (Impf Sub Pl P1) => d_ + "onssim" ;--# notpresent - VP (Impf Sub Sg P1) => d_ + "ons" ;--# notpresent - VP (Impf Sub Pl P2) => d_ + "onssiu" ;--# notpresent - VP (Impf Sub Sg P2) => d_ + "onessis" ;--# notpresent - VP (Impf Sub Pl P3) => d_ + "onessin" ;--# notpresent - VP (Impf Sub Sg P3) => d_ + "ons" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "onssim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "ons" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "onssiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "onessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "onessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "ons" ;--# notpresent VP (Fut Pl P1) => d_ + "onarem" ;--# notpresent VP (Fut Sg P1) => d_ + "onar" ;--# notpresent VP (Fut Pl P2) => d_ + "onareu" ;--# notpresent @@ -2272,30 +2268,30 @@ let dorm_ = Predef.tk 2 dormir in VI Infn => dorm_ + "ir" ; VI Ger => dorm_ + "int" ; VI Part => dorm_ + "it" ; - VP (Pres Ind Pl P1) => dorm_ + "im" ; - VP (Pres Ind Sg P1) => dorm_ + "o" ; + VP (Pres Ind Pl P1) => dorm_ + "im" ; + VP (Pres Ind Sg P1) => dorm_ + "o" ; VP (Pres Ind Pl P2) => dorm_ + "iu" ; VP (Pres Ind Sg P2) => dorm_ + "s" ; VP (Pres Ind Pl P3) => dorm_ + "en" ; VP (Pres Ind Sg P3) => dorm_ + "" ; - VP (Pres Sub Pl P1) => dorm_ + "im" ; - VP (Pres Sub Sg P1) => dorm_ + "i" ; - VP (Pres Sub Pl P2) => dorm_ + "iu" ; - VP (Pres Sub Sg P2) => dorm_ + "is" ; - VP (Pres Sub Pl P3) => dorm_ + "in" ; - VP (Pres Sub Sg P3) => dorm_ + "i" ; - VP (Impf Ind Pl P1) => dorm_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => dorm_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => dorm_ + "im" ; + VP (Pres Subj Sg P1) => dorm_ + "i" ; + VP (Pres Subj Pl P2) => dorm_ + "iu" ; + VP (Pres Subj Sg P2) => dorm_ + "is" ; + VP (Pres Subj Pl P3) => dorm_ + "in" ; + VP (Pres Subj Sg P3) => dorm_ + "i" ; + VP (Impf Ind Pl P1) => dorm_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => dorm_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => dorm_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => dorm_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => dorm_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => dorm_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => dorm_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => dorm_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => dorm_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => dorm_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => dorm_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => dorm_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => dorm_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => dorm_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => dorm_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => dorm_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => dorm_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => dorm_ + "s" ;--# notpresent VP (Fut Pl P1) => dorm_ + "irem" ;--# notpresent VP (Fut Sg P1) => dorm_ + "ir" ;--# notpresent VP (Fut Pl P2) => dorm_ + "ireu" ;--# notpresent @@ -2333,30 +2329,30 @@ let d_ = Predef.tk 2 dur in VI Infn => d_ + "ur" ; VI Ger => d_ + "uent" ; VI Part => d_ + "ut" ; - VP (Pres Ind Pl P1) => d_ + "uem" ; - VP (Pres Ind Sg P1) => d_ + "uc" ; + VP (Pres Ind Pl P1) => d_ + "uem" ; + VP (Pres Ind Sg P1) => d_ + "uc" ; VP (Pres Ind Pl P2) => d_ + "ueu" ; VP (Pres Ind Sg P2) => d_ + "uus" ; VP (Pres Ind Pl P3) => d_ + "uen" ; VP (Pres Ind Sg P3) => d_ + "uu" ; - VP (Pres Sub Pl P1) => d_ + "uguem" ; - VP (Pres Sub Sg P1) => d_ + "ugui" ; - VP (Pres Sub Pl P2) => d_ + "ugueu" ; - VP (Pres Sub Sg P2) => d_ + "uguis" ; - VP (Pres Sub Pl P3) => d_ + "uguin" ; - VP (Pres Sub Sg P3) => d_ + "ugui" ; - VP (Impf Ind Sg P1) => d_ + "uia" ;--# notpresent + VP (Pres Subj Pl P1) => d_ + "uguem" ; + VP (Pres Subj Sg P1) => d_ + "ugui" ; + VP (Pres Subj Pl P2) => d_ + "ugueu" ; + VP (Pres Subj Sg P2) => d_ + "uguis" ; + VP (Pres Subj Pl P3) => d_ + "uguin" ; + VP (Pres Subj Sg P3) => d_ + "ugui" ; + VP (Impf Ind Sg P1) => d_ + "uia" ;--# notpresent VP (Impf Ind Sg P2) => d_ + "uies" ;--# notpresent VP (Impf Ind Pl P3) => d_ + "uien" ;--# notpresent VP (Impf Ind Sg P3) => d_ + "uia" ;--# notpresent - VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent + VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent - VP (Impf Sub Pl P1) => d_ + "ugussim" ;--# notpresent - VP (Impf Sub Sg P1) => d_ + "ugus" ;--# notpresent - VP (Impf Sub Pl P2) => d_ + "ugussiu" ;--# notpresent - VP (Impf Sub Sg P2) => d_ + "uguessis" ;--# notpresent - VP (Impf Sub Pl P3) => d_ + "uguessin" ;--# notpresent - VP (Impf Sub Sg P3) => d_ + "ugus" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "ugussim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "ugus" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "ugussiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "uguessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "uguessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "ugus" ;--# notpresent VP (Fut Pl P1) => d_ + "urem" ;--# notpresent VP (Fut Sg P1) => d_ + "ur" ;--# notpresent VP (Fut Pl P2) => d_ + "ureu" ;--# notpresent @@ -2396,30 +2392,30 @@ let enve_ = Predef.tk 3 envejar in VI Infn => enve_ + "jar" ; VI Ger => enve_ + "jant" ; VI Part => enve_ + "jat" ; - VP (Pres Ind Pl P1) => enve_ + "gem" ; - VP (Pres Ind Sg P1) => enve_ + "jo" ; + VP (Pres Ind Pl P1) => enve_ + "gem" ; + VP (Pres Ind Sg P1) => enve_ + "jo" ; VP (Pres Ind Pl P2) => enve_ + "geu" ; VP (Pres Ind Sg P2) => enve_ + "ges" ; VP (Pres Ind Pl P3) => enve_ + "gen" ; VP (Pres Ind Sg P3) => enve_ + "ja" ; - VP (Pres Sub Pl P1) => enve_ + "gem" ; - VP (Pres Sub Sg P1) => enve_ + "gi" ; - VP (Pres Sub Pl P2) => enve_ + "geu" ; - VP (Pres Sub Sg P2) => enve_ + "gis" ; - VP (Pres Sub Pl P3) => enve_ + "gin" ; - VP (Pres Sub Sg P3) => enve_ + "gi" ; - VP (Impf Ind Pl P1) => enve_ + "jvem" ;--# notpresent - VP (Impf Ind Sg P1) => enve_ + "java" ;--# notpresent + VP (Pres Subj Pl P1) => enve_ + "gem" ; + VP (Pres Subj Sg P1) => enve_ + "gi" ; + VP (Pres Subj Pl P2) => enve_ + "geu" ; + VP (Pres Subj Sg P2) => enve_ + "gis" ; + VP (Pres Subj Pl P3) => enve_ + "gin" ; + VP (Pres Subj Sg P3) => enve_ + "gi" ; + VP (Impf Ind Pl P1) => enve_ + "jvem" ;--# notpresent + VP (Impf Ind Sg P1) => enve_ + "java" ;--# notpresent VP (Impf Ind Pl P2) => enve_ + "jveu" ;--# notpresent VP (Impf Ind Sg P2) => enve_ + "javes" ;--# notpresent VP (Impf Ind Pl P3) => enve_ + "javen" ;--# notpresent VP (Impf Ind Sg P3) => enve_ + "java" ;--# notpresent - VP (Impf Sub Pl P1) => enve_ + "gssim" ;--# notpresent - VP (Impf Sub Sg P1) => enve_ + "gs" ;--# notpresent - VP (Impf Sub Pl P2) => enve_ + "gssiu" ;--# notpresent - VP (Impf Sub Sg P2) => enve_ + "gessis" ;--# notpresent - VP (Impf Sub Pl P3) => enve_ + "gessin" ;--# notpresent - VP (Impf Sub Sg P3) => enve_ + "gs" ;--# notpresent + VP (Impf Subj Pl P1) => enve_ + "gssim" ;--# notpresent + VP (Impf Subj Sg P1) => enve_ + "gs" ;--# notpresent + VP (Impf Subj Pl P2) => enve_ + "gssiu" ;--# notpresent + VP (Impf Subj Sg P2) => enve_ + "gessis" ;--# notpresent + VP (Impf Subj Pl P3) => enve_ + "gessin" ;--# notpresent + VP (Impf Subj Sg P3) => enve_ + "gs" ;--# notpresent VP (Fut Pl P1) => enve_ + "jarem" ;--# notpresent VP (Fut Sg P1) => enve_ + "jar" ;--# notpresent VP (Fut Pl P2) => enve_ + "jareu" ;--# notpresent @@ -2457,30 +2453,30 @@ let esc_ = Predef.tk 4 escopir in VI Infn => esc_ + "opir" ; VI Ger => esc_ + "opint" ; VI Part => esc_ + "opit" ; - VP (Pres Ind Pl P1) => esc_ + "opim" ; - VP (Pres Ind Sg P1) => esc_ + "upo" ; + VP (Pres Ind Pl P1) => esc_ + "opim" ; + VP (Pres Ind Sg P1) => esc_ + "upo" ; VP (Pres Ind Pl P2) => esc_ + "opiu" ; VP (Pres Ind Sg P2) => esc_ + "ups" ; VP (Pres Ind Pl P3) => esc_ + "upen" ; VP (Pres Ind Sg P3) => esc_ + "up" ; - VP (Pres Sub Pl P1) => esc_ + "opim" ; - VP (Pres Sub Sg P1) => esc_ + "upi" ; - VP (Pres Sub Pl P2) => esc_ + "opiu" ; - VP (Pres Sub Sg P2) => esc_ + "upis" ; - VP (Pres Sub Pl P3) => esc_ + "upin" ; - VP (Pres Sub Sg P3) => esc_ + "upi" ; - VP (Impf Ind Pl P1) => esc_ + "opem" ;--# notpresent - VP (Impf Ind Sg P1) => esc_ + "opia" ;--# notpresent + VP (Pres Subj Pl P1) => esc_ + "opim" ; + VP (Pres Subj Sg P1) => esc_ + "upi" ; + VP (Pres Subj Pl P2) => esc_ + "opiu" ; + VP (Pres Subj Sg P2) => esc_ + "upis" ; + VP (Pres Subj Pl P3) => esc_ + "upin" ; + VP (Pres Subj Sg P3) => esc_ + "upi" ; + VP (Impf Ind Pl P1) => esc_ + "opem" ;--# notpresent + VP (Impf Ind Sg P1) => esc_ + "opia" ;--# notpresent VP (Impf Ind Pl P2) => esc_ + "opeu" ;--# notpresent VP (Impf Ind Sg P2) => esc_ + "opies" ;--# notpresent VP (Impf Ind Pl P3) => esc_ + "opien" ;--# notpresent VP (Impf Ind Sg P3) => esc_ + "opia" ;--# notpresent - VP (Impf Sub Pl P1) => esc_ + "opssim" ;--# notpresent - VP (Impf Sub Sg P1) => esc_ + "ops" ;--# notpresent - VP (Impf Sub Pl P2) => esc_ + "opssiu" ;--# notpresent - VP (Impf Sub Sg P2) => esc_ + "opissis" ;--# notpresent - VP (Impf Sub Pl P3) => esc_ + "opissin" ;--# notpresent - VP (Impf Sub Sg P3) => esc_ + "ops" ;--# notpresent + VP (Impf Subj Pl P1) => esc_ + "opssim" ;--# notpresent + VP (Impf Subj Sg P1) => esc_ + "ops" ;--# notpresent + VP (Impf Subj Pl P2) => esc_ + "opssiu" ;--# notpresent + VP (Impf Subj Sg P2) => esc_ + "opissis" ;--# notpresent + VP (Impf Subj Pl P3) => esc_ + "opissin" ;--# notpresent + VP (Impf Subj Sg P3) => esc_ + "ops" ;--# notpresent VP (Fut Pl P1) => esc_ + "opirem" ;--# notpresent VP (Fut Sg P1) => esc_ + "opir" ;--# notpresent VP (Fut Pl P2) => esc_ + "opireu" ;--# notpresent @@ -2518,30 +2514,30 @@ let escri_ = Predef.tk 3 escriure in VI Infn => escri_ + "ure" ; VI Ger => escri_ + "vint" ; VI Part => escri_ + "t" ; - VP (Pres Ind Pl P1) => escri_ + "vim" ; - VP (Pres Ind Sg P1) => escri_ + "c" ; + VP (Pres Ind Pl P1) => escri_ + "vim" ; + VP (Pres Ind Sg P1) => escri_ + "c" ; VP (Pres Ind Pl P2) => escri_ + "viu" ; VP (Pres Ind Sg P2) => escri_ + "us" ; VP (Pres Ind Pl P3) => escri_ + "uen" ; VP (Pres Ind Sg P3) => escri_ + "u" ; - VP (Pres Sub Pl P1) => escri_ + "guem" ; - VP (Pres Sub Sg P1) => escri_ + "gui" ; - VP (Pres Sub Pl P2) => escri_ + "gueu" ; - VP (Pres Sub Sg P2) => escri_ + "guis" ; - VP (Pres Sub Pl P3) => escri_ + "guin" ; - VP (Pres Sub Sg P3) => escri_ + "gui" ; - VP (Impf Ind Pl P1) => escri_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => escri_ + "via" ;--# notpresent + VP (Pres Subj Pl P1) => escri_ + "guem" ; + VP (Pres Subj Sg P1) => escri_ + "gui" ; + VP (Pres Subj Pl P2) => escri_ + "gueu" ; + VP (Pres Subj Sg P2) => escri_ + "guis" ; + VP (Pres Subj Pl P3) => escri_ + "guin" ; + VP (Pres Subj Sg P3) => escri_ + "gui" ; + VP (Impf Ind Pl P1) => escri_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => escri_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => escri_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => escri_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => escri_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => escri_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => escri_ + "vssim" ;--# notpresent - VP (Impf Sub Sg P1) => escri_ + "vs" ;--# notpresent - VP (Impf Sub Pl P2) => escri_ + "vssiu" ;--# notpresent - VP (Impf Sub Sg P2) => escri_ + "vissis" ;--# notpresent - VP (Impf Sub Pl P3) => escri_ + "vissin" ;--# notpresent - VP (Impf Sub Sg P3) => escri_ + "vs" ;--# notpresent + VP (Impf Subj Pl P1) => escri_ + "vssim" ;--# notpresent + VP (Impf Subj Sg P1) => escri_ + "vs" ;--# notpresent + VP (Impf Subj Pl P2) => escri_ + "vssiu" ;--# notpresent + VP (Impf Subj Sg P2) => escri_ + "vissis" ;--# notpresent + VP (Impf Subj Pl P3) => escri_ + "vissin" ;--# notpresent + VP (Impf Subj Sg P3) => escri_ + "vs" ;--# notpresent VP (Fut Pl P1) => escri_ + "urem" ;--# notpresent VP (Fut Sg P1) => escri_ + "ur" ;--# notpresent VP (Fut Pl P2) => escri_ + "ureu" ;--# notpresent @@ -2579,26 +2575,26 @@ let esgla_ = Predef.tk 3 esglaiar in VI Infn => esgla_ + "iar" ; VI Ger => esgla_ + "iant" ; VI Part => esgla_ + "iat" ; - VP (Pres Ind Pl P1) => esgla_ + "iem" ; - VP (Pres Ind Sg P1) => esgla_ + "io" ; + VP (Pres Ind Pl P1) => esgla_ + "iem" ; + VP (Pres Ind Sg P1) => esgla_ + "io" ; VP (Pres Ind Pl P2) => esgla_ + "ieu" ; VP (Pres Ind Sg P2) => esgla_ + "ies" ; VP (Pres Ind Pl P3) => esgla_ + "ien" ; VP (Pres Ind Sg P3) => esgla_ + "ia" ; - VP (Pres Sub Pl P1) => esgla_ + "iem" ; - VP (Pres Sub Pl P2) => esgla_ + "ieu" ; - VP (Impf Ind Pl P1) => esgla_ + "ivem" ;--# notpresent - VP (Impf Ind Sg P1) => esgla_ + "iava" ;--# notpresent + VP (Pres Subj Pl P1) => esgla_ + "iem" ; + VP (Pres Subj Pl P2) => esgla_ + "ieu" ; + VP (Impf Ind Pl P1) => esgla_ + "ivem" ;--# notpresent + VP (Impf Ind Sg P1) => esgla_ + "iava" ;--# notpresent VP (Impf Ind Pl P2) => esgla_ + "iveu" ;--# notpresent VP (Impf Ind Sg P2) => esgla_ + "iaves" ;--# notpresent VP (Impf Ind Pl P3) => esgla_ + "iaven" ;--# notpresent VP (Impf Ind Sg P3) => esgla_ + "iava" ;--# notpresent - VP (Impf Sub Pl P1) => esgla_ + "issim" ;--# notpresent - VP (Impf Sub Sg P1) => esgla_ + "is" ;--# notpresent - VP (Impf Sub Pl P2) => esgla_ + "issiu" ;--# notpresent - VP (Impf Sub Sg P2) => esgla_ + "iessis" ;--# notpresent - VP (Impf Sub Pl P3) => esgla_ + "iessin" ;--# notpresent - VP (Impf Sub Sg P3) => esgla_ + "is" ;--# notpresent + VP (Impf Subj Pl P1) => esgla_ + "issim" ;--# notpresent + VP (Impf Subj Sg P1) => esgla_ + "is" ;--# notpresent + VP (Impf Subj Pl P2) => esgla_ + "issiu" ;--# notpresent + VP (Impf Subj Sg P2) => esgla_ + "iessis" ;--# notpresent + VP (Impf Subj Pl P3) => esgla_ + "iessin" ;--# notpresent + VP (Impf Subj Sg P3) => esgla_ + "is" ;--# notpresent VP (Fut Pl P1) => esgla_ + "iarem" ;--# notpresent VP (Fut Sg P1) => esgla_ + "iar" ;--# notpresent VP (Fut Pl P2) => esgla_ + "iareu" ;--# notpresent @@ -2624,10 +2620,10 @@ let esgla_ = Predef.tk 3 esglaiar in VP (Pass Sg Fem) => esgla_ + "iada" ; VP (Pass Pl Masc) => esgla_ + "iats" ; VP (Pass Sg Masc) => esgla_ + "iat" ; - VP (Pres Sub Sg P1) => esgla_ + "" ; - VP (Pres Sub Sg P2) => esgla_ + "s" ; - VP (Pres Sub Pl P3) => esgla_ + "n" ; - VP (Pres Sub Sg P3) => esgla_ + "" ; + VP (Pres Subj Sg P1) => esgla_ + "" ; + VP (Pres Subj Sg P2) => esgla_ + "s" ; + VP (Pres Subj Pl P3) => esgla_ + "n" ; + VP (Pres Subj Sg P3) => esgla_ + "" ; VP (Imp Pl P3) => esgla_ + "n" ; VP (Imp Sg P3) => esgla_ + "" ; VP (Imp Sg P1) => variants {} @@ -2640,30 +2636,30 @@ let x_ = Predef.tk 3 ser in VI Infn => x_ + "ser" ; VI Ger => x_ + "sent" ; VI Part => x_ + "estat" ; - VP (Pres Ind Pl P1) => x_ + "som" ; - VP (Pres Ind Sg P1) => x_ + "sc" ; + VP (Pres Ind Pl P1) => x_ + "som" ; + VP (Pres Ind Sg P1) => x_ + "sc" ; VP (Pres Ind Pl P2) => x_ + "sou" ; VP (Pres Ind Sg P2) => x_ + "ets" ; VP (Pres Ind Pl P3) => x_ + "sn" ; VP (Pres Ind Sg P3) => x_ + "s" ; - VP (Pres Sub Pl P1) => x_ + "siguem" ; - VP (Pres Sub Sg P1) => x_ + "sigui" ; - VP (Pres Sub Pl P2) => x_ + "sigueu" ; - VP (Pres Sub Sg P2) => x_ + "siguis" ; - VP (Pres Sub Pl P3) => x_ + "siguin" ; - VP (Pres Sub Sg P3) => x_ + "sigui" ; - VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "era" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "siguem" ; + VP (Pres Subj Sg P1) => x_ + "sigui" ; + VP (Pres Subj Pl P2) => x_ + "sigueu" ; + VP (Pres Subj Sg P2) => x_ + "siguis" ; + VP (Pres Subj Pl P3) => x_ + "siguin" ; + VP (Pres Subj Sg P3) => x_ + "sigui" ; + VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "era" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "eres" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "eren" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "era" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "fssim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "fos" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "fssiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "fossis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "fossin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "fos" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "fssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "fos" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "fssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "fossis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "fossin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "fos" ;--# notpresent VP (Fut Pl P1) => x_ + "serem" ;--# notpresent VP (Fut Sg P1) => x_ + "ser" ;--# notpresent VP (Fut Pl P2) => x_ + "sereu" ;--# notpresent @@ -2701,30 +2697,30 @@ let establ_ = Predef.tk 2 establir in VI Infn => establ_ + "ir" ; VI Ger => establ_ + "int" ; VI Part => establ_ + "ert" ; - VP (Pres Ind Pl P1) => establ_ + "im" ; - VP (Pres Ind Sg P1) => establ_ + "eixo" ; + VP (Pres Ind Pl P1) => establ_ + "im" ; + VP (Pres Ind Sg P1) => establ_ + "eixo" ; VP (Pres Ind Pl P2) => establ_ + "iu" ; VP (Pres Ind Sg P2) => establ_ + "eixes" ; VP (Pres Ind Pl P3) => establ_ + "eixen" ; VP (Pres Ind Sg P3) => establ_ + "eix" ; - VP (Pres Sub Pl P1) => establ_ + "im" ; - VP (Pres Sub Sg P1) => establ_ + "eixi" ; - VP (Pres Sub Pl P2) => establ_ + "iu" ; - VP (Pres Sub Sg P2) => establ_ + "eixis" ; - VP (Pres Sub Pl P3) => establ_ + "eixin" ; - VP (Pres Sub Sg P3) => establ_ + "eixi" ; - VP (Impf Ind Pl P1) => establ_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => establ_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => establ_ + "im" ; + VP (Pres Subj Sg P1) => establ_ + "eixi" ; + VP (Pres Subj Pl P2) => establ_ + "iu" ; + VP (Pres Subj Sg P2) => establ_ + "eixis" ; + VP (Pres Subj Pl P3) => establ_ + "eixin" ; + VP (Pres Subj Sg P3) => establ_ + "eixi" ; + VP (Impf Ind Pl P1) => establ_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => establ_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => establ_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => establ_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => establ_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => establ_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => establ_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => establ_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => establ_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => establ_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => establ_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => establ_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => establ_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => establ_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => establ_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => establ_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => establ_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => establ_ + "s" ;--# notpresent VP (Fut Pl P1) => establ_ + "irem" ;--# notpresent VP (Fut Sg P1) => establ_ + "ir" ;--# notpresent VP (Fut Pl P2) => establ_ + "ireu" ;--# notpresent @@ -2762,30 +2758,30 @@ let es_ = Predef.tk 3 estar in VI Infn => es_ + "tar" ; VI Ger => es_ + "tant" ; VI Part => es_ + "tat" ; - VP (Pres Ind Pl P1) => es_ + "tem" ; - VP (Pres Ind Sg P1) => es_ + "tic" ; + VP (Pres Ind Pl P1) => es_ + "tem" ; + VP (Pres Ind Sg P1) => es_ + "tic" ; VP (Pres Ind Pl P2) => es_ + "teu" ; VP (Pres Ind Sg P2) => es_ + "ts" ; VP (Pres Ind Pl P3) => es_ + "tan" ; VP (Pres Ind Sg P3) => es_ + "t" ; - VP (Pres Sub Pl P1) => es_ + "tiguem" ; - VP (Pres Sub Sg P1) => es_ + "tigui" ; - VP (Pres Sub Pl P2) => es_ + "tigueu" ; - VP (Pres Sub Sg P2) => es_ + "tiguis" ; - VP (Pres Sub Pl P3) => es_ + "tiguin" ; - VP (Pres Sub Sg P3) => es_ + "tigui" ; - VP (Impf Ind Pl P1) => es_ + "tvem" ;--# notpresent - VP (Impf Ind Sg P1) => es_ + "tava" ;--# notpresent + VP (Pres Subj Pl P1) => es_ + "tiguem" ; + VP (Pres Subj Sg P1) => es_ + "tigui" ; + VP (Pres Subj Pl P2) => es_ + "tigueu" ; + VP (Pres Subj Sg P2) => es_ + "tiguis" ; + VP (Pres Subj Pl P3) => es_ + "tiguin" ; + VP (Pres Subj Sg P3) => es_ + "tigui" ; + VP (Impf Ind Pl P1) => es_ + "tvem" ;--# notpresent + VP (Impf Ind Sg P1) => es_ + "tava" ;--# notpresent VP (Impf Ind Pl P2) => es_ + "tveu" ;--# notpresent VP (Impf Ind Sg P2) => es_ + "taves" ;--# notpresent VP (Impf Ind Pl P3) => es_ + "taven" ;--# notpresent VP (Impf Ind Sg P3) => es_ + "tava" ;--# notpresent - VP (Impf Sub Pl P1) => es_ + "tigussim" ;--# notpresent - VP (Impf Sub Sg P1) => es_ + "tigus" ;--# notpresent - VP (Impf Sub Pl P2) => es_ + "tigussiu" ;--# notpresent - VP (Impf Sub Sg P2) => es_ + "tiguessis" ;--# notpresent - VP (Impf Sub Pl P3) => es_ + "tiguessin" ;--# notpresent - VP (Impf Sub Sg P3) => es_ + "tigus" ;--# notpresent + VP (Impf Subj Pl P1) => es_ + "tigussim" ;--# notpresent + VP (Impf Subj Sg P1) => es_ + "tigus" ;--# notpresent + VP (Impf Subj Pl P2) => es_ + "tigussiu" ;--# notpresent + VP (Impf Subj Sg P2) => es_ + "tiguessis" ;--# notpresent + VP (Impf Subj Pl P3) => es_ + "tiguessin" ;--# notpresent + VP (Impf Subj Sg P3) => es_ + "tigus" ;--# notpresent VP (Fut Pl P1) => es_ + "tarem" ;--# notpresent VP (Fut Sg P1) => es_ + "tar" ;--# notpresent VP (Fut Pl P2) => es_ + "tareu" ;--# notpresent @@ -2823,30 +2819,30 @@ let evacu_ = Predef.tk 2 evacuar in VI Infn => evacu_ + "ar" ; VI Ger => evacu_ + "ant" ; VI Part => evacu_ + "at" ; - VP (Pres Ind Pl P1) => evacu_ + "em" ; - VP (Pres Ind Sg P1) => evacu_ + "o" ; + VP (Pres Ind Pl P1) => evacu_ + "em" ; + VP (Pres Ind Sg P1) => evacu_ + "o" ; VP (Pres Ind Pl P2) => evacu_ + "eu" ; VP (Pres Ind Sg P2) => evacu_ + "es" ; VP (Pres Ind Pl P3) => evacu_ + "en" ; VP (Pres Ind Sg P3) => evacu_ + "a" ; - VP (Pres Sub Pl P1) => evacu_ + "em" ; - VP (Pres Sub Sg P1) => evacu_ + "" ; - VP (Pres Sub Pl P2) => evacu_ + "eu" ; - VP (Pres Sub Sg P2) => evacu_ + "s" ; - VP (Pres Sub Pl P3) => evacu_ + "n" ; - VP (Pres Sub Sg P3) => evacu_ + "" ; - VP (Impf Ind Pl P1) => evacu_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => evacu_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => evacu_ + "em" ; + VP (Pres Subj Sg P1) => evacu_ + "" ; + VP (Pres Subj Pl P2) => evacu_ + "eu" ; + VP (Pres Subj Sg P2) => evacu_ + "s" ; + VP (Pres Subj Pl P3) => evacu_ + "n" ; + VP (Pres Subj Sg P3) => evacu_ + "" ; + VP (Impf Ind Pl P1) => evacu_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => evacu_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => evacu_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => evacu_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => evacu_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => evacu_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => evacu_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => evacu_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => evacu_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => evacu_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => evacu_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => evacu_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => evacu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => evacu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => evacu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => evacu_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => evacu_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => evacu_ + "s" ;--# notpresent VP (Fut Pl P1) => evacu_ + "arem" ;--# notpresent VP (Fut Sg P1) => evacu_ + "ar" ;--# notpresent VP (Fut Pl P2) => evacu_ + "areu" ;--# notpresent @@ -2884,30 +2880,30 @@ let f_ = Predef.tk 2 fer in VI Infn => f_ + "er" ; VI Ger => f_ + "ent" ; VI Part => f_ + "et" ; - VP (Pres Ind Pl P1) => f_ + "em" ; - VP (Pres Ind Sg P1) => f_ + "aig" ; + VP (Pres Ind Pl P1) => f_ + "em" ; + VP (Pres Ind Sg P1) => f_ + "aig" ; VP (Pres Ind Pl P2) => f_ + "eu" ; VP (Pres Ind Sg P2) => f_ + "as" ; VP (Pres Ind Pl P3) => f_ + "an" ; VP (Pres Ind Sg P3) => f_ + "a" ; - VP (Pres Sub Pl P1) => f_ + "em" ; - VP (Pres Sub Sg P1) => f_ + "aci" ; - VP (Pres Sub Pl P2) => f_ + "eu" ; - VP (Pres Sub Sg P2) => f_ + "acis" ; - VP (Pres Sub Pl P3) => f_ + "acin" ; - VP (Pres Sub Sg P3) => f_ + "aci" ; - VP (Impf Ind Pl P1) => f_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => f_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => f_ + "em" ; + VP (Pres Subj Sg P1) => f_ + "aci" ; + VP (Pres Subj Pl P2) => f_ + "eu" ; + VP (Pres Subj Sg P2) => f_ + "acis" ; + VP (Pres Subj Pl P3) => f_ + "acin" ; + VP (Pres Subj Sg P3) => f_ + "aci" ; + VP (Impf Ind Pl P1) => f_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => f_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => f_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => f_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => f_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => f_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => f_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => f_ + "es" ;--# notpresent - VP (Impf Sub Pl P2) => f_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => f_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => f_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => f_ + "es" ;--# notpresent + VP (Impf Subj Pl P1) => f_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => f_ + "es" ;--# notpresent + VP (Impf Subj Pl P2) => f_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => f_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => f_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => f_ + "es" ;--# notpresent VP (Fut Pl P1) => f_ + "arem" ;--# notpresent VP (Fut Sg P1) => f_ + "ar" ;--# notpresent VP (Fut Pl P2) => f_ + "areu" ;--# notpresent @@ -2945,30 +2941,30 @@ let fo_ = Predef.tk 4 fondre in VI Infn => fo_ + "ndre" ; VI Ger => fo_ + "nent" ; VI Part => fo_ + "s" ; - VP (Pres Ind Pl P1) => fo_ + "nem" ; - VP (Pres Ind Sg P1) => fo_ + "nc" ; + VP (Pres Ind Pl P1) => fo_ + "nem" ; + VP (Pres Ind Sg P1) => fo_ + "nc" ; VP (Pres Ind Pl P2) => fo_ + "neu" ; VP (Pres Ind Sg P2) => fo_ + "ns" ; VP (Pres Ind Pl P3) => fo_ + "nen" ; VP (Pres Ind Sg P3) => fo_ + "n" ; - VP (Pres Sub Pl P1) => fo_ + "nguem" ; - VP (Pres Sub Sg P1) => fo_ + "ngui" ; - VP (Pres Sub Pl P2) => fo_ + "ngueu" ; - VP (Pres Sub Sg P2) => fo_ + "nguis" ; - VP (Pres Sub Pl P3) => fo_ + "nguin" ; - VP (Pres Sub Sg P3) => fo_ + "ngui" ; - VP (Impf Ind Pl P1) => fo_ + "nem" ;--# notpresent - VP (Impf Ind Sg P1) => fo_ + "nia" ;--# notpresent + VP (Pres Subj Pl P1) => fo_ + "nguem" ; + VP (Pres Subj Sg P1) => fo_ + "ngui" ; + VP (Pres Subj Pl P2) => fo_ + "ngueu" ; + VP (Pres Subj Sg P2) => fo_ + "nguis" ; + VP (Pres Subj Pl P3) => fo_ + "nguin" ; + VP (Pres Subj Sg P3) => fo_ + "ngui" ; + VP (Impf Ind Pl P1) => fo_ + "nem" ;--# notpresent + VP (Impf Ind Sg P1) => fo_ + "nia" ;--# notpresent VP (Impf Ind Pl P2) => fo_ + "neu" ;--# notpresent VP (Impf Ind Sg P2) => fo_ + "nies" ;--# notpresent VP (Impf Ind Pl P3) => fo_ + "nien" ;--# notpresent VP (Impf Ind Sg P3) => fo_ + "nia" ;--# notpresent - VP (Impf Sub Pl P1) => fo_ + "ngussim" ;--# notpresent - VP (Impf Sub Sg P1) => fo_ + "ngus" ;--# notpresent - VP (Impf Sub Pl P2) => fo_ + "ngussiu" ;--# notpresent - VP (Impf Sub Sg P2) => fo_ + "nguessis" ;--# notpresent - VP (Impf Sub Pl P3) => fo_ + "nguessin" ;--# notpresent - VP (Impf Sub Sg P3) => fo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P1) => fo_ + "ngussim" ;--# notpresent + VP (Impf Subj Sg P1) => fo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P2) => fo_ + "ngussiu" ;--# notpresent + VP (Impf Subj Sg P2) => fo_ + "nguessis" ;--# notpresent + VP (Impf Subj Pl P3) => fo_ + "nguessin" ;--# notpresent + VP (Impf Subj Sg P3) => fo_ + "ngus" ;--# notpresent VP (Fut Pl P1) => fo_ + "ndrem" ;--# notpresent VP (Fut Sg P1) => fo_ + "ndr" ;--# notpresent VP (Fut Pl P2) => fo_ + "ndreu" ;--# notpresent @@ -3006,30 +3002,30 @@ let fu_ = Predef.tk 3 fugir in VI Infn => fu_ + "gir" ; VI Ger => fu_ + "gint" ; VI Part => fu_ + "git" ; - VP (Pres Ind Pl P1) => fu_ + "gim" ; - VP (Pres Ind Sg P1) => fu_ + "jo" ; + VP (Pres Ind Pl P1) => fu_ + "gim" ; + VP (Pres Ind Sg P1) => fu_ + "jo" ; VP (Pres Ind Pl P2) => fu_ + "giu" ; VP (Pres Ind Sg P2) => fu_ + "ges" ; VP (Pres Ind Pl P3) => fu_ + "gen" ; VP (Pres Ind Sg P3) => fu_ + "ig" ; - VP (Pres Sub Pl P1) => fu_ + "gim" ; - VP (Pres Sub Sg P1) => fu_ + "gi" ; - VP (Pres Sub Pl P2) => fu_ + "giu" ; - VP (Pres Sub Sg P2) => fu_ + "gis" ; - VP (Pres Sub Pl P3) => fu_ + "gin" ; - VP (Pres Sub Sg P3) => fu_ + "gi" ; - VP (Impf Ind Pl P1) => fu_ + "gem" ;--# notpresent - VP (Impf Ind Sg P1) => fu_ + "gia" ;--# notpresent + VP (Pres Subj Pl P1) => fu_ + "gim" ; + VP (Pres Subj Sg P1) => fu_ + "gi" ; + VP (Pres Subj Pl P2) => fu_ + "giu" ; + VP (Pres Subj Sg P2) => fu_ + "gis" ; + VP (Pres Subj Pl P3) => fu_ + "gin" ; + VP (Pres Subj Sg P3) => fu_ + "gi" ; + VP (Impf Ind Pl P1) => fu_ + "gem" ;--# notpresent + VP (Impf Ind Sg P1) => fu_ + "gia" ;--# notpresent VP (Impf Ind Pl P2) => fu_ + "geu" ;--# notpresent VP (Impf Ind Sg P2) => fu_ + "gies" ;--# notpresent VP (Impf Ind Pl P3) => fu_ + "gien" ;--# notpresent VP (Impf Ind Sg P3) => fu_ + "gia" ;--# notpresent - VP (Impf Sub Pl P1) => fu_ + "gssim" ;--# notpresent - VP (Impf Sub Sg P1) => fu_ + "gs" ;--# notpresent - VP (Impf Sub Pl P2) => fu_ + "gssiu" ;--# notpresent - VP (Impf Sub Sg P2) => fu_ + "gissis" ;--# notpresent - VP (Impf Sub Pl P3) => fu_ + "gissin" ;--# notpresent - VP (Impf Sub Sg P3) => fu_ + "gs" ;--# notpresent + VP (Impf Subj Pl P1) => fu_ + "gssim" ;--# notpresent + VP (Impf Subj Sg P1) => fu_ + "gs" ;--# notpresent + VP (Impf Subj Pl P2) => fu_ + "gssiu" ;--# notpresent + VP (Impf Subj Sg P2) => fu_ + "gissis" ;--# notpresent + VP (Impf Subj Pl P3) => fu_ + "gissin" ;--# notpresent + VP (Impf Subj Sg P3) => fu_ + "gs" ;--# notpresent VP (Fut Pl P1) => fu_ + "girem" ;--# notpresent VP (Fut Sg P1) => fu_ + "gir" ;--# notpresent VP (Fut Pl P2) => fu_ + "gireu" ;--# notpresent @@ -3060,36 +3056,36 @@ let fu_ = Predef.tk 3 fugir in VP (Imp Sg P1) => variants {} } } ; -oper haver_59 : Str -> Bool -> Verbum = \haver,flag -> +oper haver_59 : Str -> Verbum = \haver -> let h_ = Predef.tk 4 haver in {s = table { VI Infn=> h_ + "aver" ; VI Ger => h_ + "avent" ; VI Part => h_ + "agut" ; - VP (Pres Ind Sg P1) => case flag of {True => h_ + "e" ; False => h_ + "aig"} ; + VP (Pres Ind Sg P1) => variants {h_ + "e" ; h_ + "aig"} ; VP (Pres Ind Sg P2) => h_ + "as" ; VP (Pres Ind Sg P3) => h_ + "a" ; - VP (Pres Ind Pl P1) => case flag of {True => h_ + "em" ; False => h_ + "avem"} ; - VP (Pres Ind Pl P2) => case flag of {True => h_ + "eu" ; False => h_ + "aveu"} ; + VP (Pres Ind Pl P1) => variants {h_ + "em" ; h_ + "avem"} ; + VP (Pres Ind Pl P2) => variants {h_ + "eu" ; h_ + "aveu"} ; VP (Pres Ind Pl P3) => h_ + "an" ; - VP (Pres Sub Sg P1) => h_ + "agi" ; - VP (Pres Sub Sg P2) => h_ + "agis" ; - VP (Pres Sub Sg P3) => h_ + "agi" ; - VP (Pres Sub Pl P1) => h_ + "gim" ; - VP (Pres Sub Pl P2) => h_ + "giu" ; - VP (Pres Sub Pl P3) => h_ + "agin" ; + VP (Pres Subj Sg P1) => h_ + "agi" ; + VP (Pres Subj Sg P2) => h_ + "agis" ; + VP (Pres Subj Sg P3) => h_ + "agi" ; + VP (Pres Subj Pl P1) => h_ + "gim" ; + VP (Pres Subj Pl P2) => h_ + "giu" ; + VP (Pres Subj Pl P3) => h_ + "agin" ; VP (Impf Ind Sg P1) => h_ + "avia" ; --# notpresent VP (Impf Ind Sg P2) => h_ + "avies" ; --# notpresent VP (Impf Ind Sg P3) => h_ + "avia" ; --# notpresent VP (Impf Ind Pl P1) => h_ + "avem" ; --# notpresent VP (Impf Ind Pl P2) => h_ + "aveu" ; --# notpresent VP (Impf Ind Pl P3) => h_ + "avien" ; --# notpresent - VP (Impf Sub Sg P1) => h_ + "agus" ; --# notpresent - VP (Impf Sub Sg P2) => h_ + "aguessis" ; --# notpresent - VP (Impf Sub Sg P3) => h_ + "agus" ; --# notpresent - VP (Impf Sub Pl P1) => h_ + "agussim" ; --# notpresent - VP (Impf Sub Pl P2) => h_ + "agussiu" ; --# notpresent - VP (Impf Sub Pl P3) => h_ + "aguessin" ; --# notpresent + VP (Impf Subj Sg P1) => h_ + "agus" ; --# notpresent + VP (Impf Subj Sg P2) => h_ + "aguessis" ; --# notpresent + VP (Impf Subj Sg P3) => h_ + "agus" ; --# notpresent + VP (Impf Subj Pl P1) => h_ + "agussim" ; --# notpresent + VP (Impf Subj Pl P2) => h_ + "agussiu" ; --# notpresent + VP (Impf Subj Pl P3) => h_ + "aguessin" ; --# notpresent VP (Pret Sg P1) => h_ + "agu" ; --# notpresent VP (Pret Sg P2) => h_ + "agueres" ; --# notpresent VP (Pret Sg P3) => h_ + "agu" ; --# notpresent @@ -3127,30 +3123,30 @@ let impr_ = Predef.tk 4 imprimir in VI Infn => impr_ + "imir" ; VI Ger => impr_ + "imint" ; VI Part => impr_ + "s" ; - VP (Pres Ind Pl P1) => impr_ + "imim" ; - VP (Pres Ind Sg P1) => impr_ + "imeixo" ; + VP (Pres Ind Pl P1) => impr_ + "imim" ; + VP (Pres Ind Sg P1) => impr_ + "imeixo" ; VP (Pres Ind Pl P2) => impr_ + "imiu" ; VP (Pres Ind Sg P2) => impr_ + "imeixes" ; VP (Pres Ind Pl P3) => impr_ + "imeixen" ; VP (Pres Ind Sg P3) => impr_ + "imeix" ; - VP (Pres Sub Pl P1) => impr_ + "imim" ; - VP (Pres Sub Sg P1) => impr_ + "imeixi" ; - VP (Pres Sub Pl P2) => impr_ + "imiu" ; - VP (Pres Sub Sg P2) => impr_ + "imeixis" ; - VP (Pres Sub Pl P3) => impr_ + "imeixin" ; - VP (Pres Sub Sg P3) => impr_ + "imeixi" ; - VP (Impf Ind Pl P1) => impr_ + "imem" ;--# notpresent - VP (Impf Ind Sg P1) => impr_ + "imia" ;--# notpresent + VP (Pres Subj Pl P1) => impr_ + "imim" ; + VP (Pres Subj Sg P1) => impr_ + "imeixi" ; + VP (Pres Subj Pl P2) => impr_ + "imiu" ; + VP (Pres Subj Sg P2) => impr_ + "imeixis" ; + VP (Pres Subj Pl P3) => impr_ + "imeixin" ; + VP (Pres Subj Sg P3) => impr_ + "imeixi" ; + VP (Impf Ind Pl P1) => impr_ + "imem" ;--# notpresent + VP (Impf Ind Sg P1) => impr_ + "imia" ;--# notpresent VP (Impf Ind Pl P2) => impr_ + "imeu" ;--# notpresent VP (Impf Ind Sg P2) => impr_ + "imies" ;--# notpresent VP (Impf Ind Pl P3) => impr_ + "imien" ;--# notpresent VP (Impf Ind Sg P3) => impr_ + "imia" ;--# notpresent - VP (Impf Sub Pl P1) => impr_ + "imssim" ;--# notpresent - VP (Impf Sub Sg P1) => impr_ + "ims" ;--# notpresent - VP (Impf Sub Pl P2) => impr_ + "imssiu" ;--# notpresent - VP (Impf Sub Sg P2) => impr_ + "imissis" ;--# notpresent - VP (Impf Sub Pl P3) => impr_ + "imissin" ;--# notpresent - VP (Impf Sub Sg P3) => impr_ + "ims" ;--# notpresent + VP (Impf Subj Pl P1) => impr_ + "imssim" ;--# notpresent + VP (Impf Subj Sg P1) => impr_ + "ims" ;--# notpresent + VP (Impf Subj Pl P2) => impr_ + "imssiu" ;--# notpresent + VP (Impf Subj Sg P2) => impr_ + "imissis" ;--# notpresent + VP (Impf Subj Pl P3) => impr_ + "imissin" ;--# notpresent + VP (Impf Subj Sg P3) => impr_ + "ims" ;--# notpresent VP (Fut Pl P1) => impr_ + "imirem" ;--# notpresent VP (Fut Sg P1) => impr_ + "imir" ;--# notpresent VP (Fut Pl P2) => impr_ + "imireu" ;--# notpresent @@ -3188,30 +3184,30 @@ let j_ = Predef.tk 4 jeure in VI Infn => j_ + "eure" ; VI Ger => j_ + "aient" ; VI Part => j_ + "agut" ; - VP (Pres Ind Pl P1) => j_ + "aiem" ; - VP (Pres Ind Sg P1) => j_ + "ec" ; + VP (Pres Ind Pl P1) => j_ + "aiem" ; + VP (Pres Ind Sg P1) => j_ + "ec" ; VP (Pres Ind Pl P2) => j_ + "aieu" ; VP (Pres Ind Sg P2) => j_ + "eus" ; VP (Pres Ind Pl P3) => j_ + "euen" ; VP (Pres Ind Sg P3) => j_ + "eu" ; - VP (Pres Sub Pl P1) => j_ + "aguem" ; - VP (Pres Sub Sg P1) => j_ + "egui" ; - VP (Pres Sub Pl P2) => j_ + "agueu" ; - VP (Pres Sub Sg P2) => j_ + "eguis" ; - VP (Pres Sub Pl P3) => j_ + "eguin" ; - VP (Pres Sub Sg P3) => j_ + "egui" ; - VP (Impf Ind Pl P1) => j_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => j_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => j_ + "aguem" ; + VP (Pres Subj Sg P1) => j_ + "egui" ; + VP (Pres Subj Pl P2) => j_ + "agueu" ; + VP (Pres Subj Sg P2) => j_ + "eguis" ; + VP (Pres Subj Pl P3) => j_ + "eguin" ; + VP (Pres Subj Sg P3) => j_ + "egui" ; + VP (Impf Ind Pl P1) => j_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => j_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => j_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => j_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => j_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => j_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => j_ + "agussim" ;--# notpresent - VP (Impf Sub Sg P1) => j_ + "agus" ;--# notpresent - VP (Impf Sub Pl P2) => j_ + "agussiu" ;--# notpresent - VP (Impf Sub Sg P2) => j_ + "aguessis" ;--# notpresent - VP (Impf Sub Pl P3) => j_ + "aguessin" ;--# notpresent - VP (Impf Sub Sg P3) => j_ + "agus" ;--# notpresent + VP (Impf Subj Pl P1) => j_ + "agussim" ;--# notpresent + VP (Impf Subj Sg P1) => j_ + "agus" ;--# notpresent + VP (Impf Subj Pl P2) => j_ + "agussiu" ;--# notpresent + VP (Impf Subj Sg P2) => j_ + "aguessis" ;--# notpresent + VP (Impf Subj Pl P3) => j_ + "aguessin" ;--# notpresent + VP (Impf Subj Sg P3) => j_ + "agus" ;--# notpresent VP (Fut Pl P1) => j_ + "aurem" ;--# notpresent VP (Fut Sg P1) => j_ + "aur" ;--# notpresent VP (Fut Pl P2) => j_ + "aureu" ;--# notpresent @@ -3249,30 +3245,30 @@ let llo_ = Predef.tk 2 lloar in VI Infn => llo_ + "ar" ; VI Ger => llo_ + "ant" ; VI Part => llo_ + "at" ; - VP (Pres Ind Pl P1) => llo_ + "em" ; - VP (Pres Ind Sg P1) => llo_ + "o" ; + VP (Pres Ind Pl P1) => llo_ + "em" ; + VP (Pres Ind Sg P1) => llo_ + "o" ; VP (Pres Ind Pl P2) => llo_ + "eu" ; VP (Pres Ind Sg P2) => llo_ + "es" ; VP (Pres Ind Pl P3) => llo_ + "en" ; VP (Pres Ind Sg P3) => llo_ + "a" ; - VP (Pres Sub Pl P1) => llo_ + "em" ; - VP (Pres Sub Sg P1) => llo_ + "i" ; - VP (Pres Sub Pl P2) => llo_ + "eu" ; - VP (Pres Sub Sg P2) => llo_ + "is" ; - VP (Pres Sub Pl P3) => llo_ + "in" ; - VP (Pres Sub Sg P3) => llo_ + "i" ; - VP (Impf Ind Pl P1) => llo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => llo_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => llo_ + "em" ; + VP (Pres Subj Sg P1) => llo_ + "i" ; + VP (Pres Subj Pl P2) => llo_ + "eu" ; + VP (Pres Subj Sg P2) => llo_ + "is" ; + VP (Pres Subj Pl P3) => llo_ + "in" ; + VP (Pres Subj Sg P3) => llo_ + "i" ; + VP (Impf Ind Pl P1) => llo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => llo_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => llo_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => llo_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => llo_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => llo_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => llo_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => llo_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => llo_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => llo_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => llo_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => llo_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => llo_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => llo_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => llo_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => llo_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => llo_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => llo_ + "s" ;--# notpresent VP (Fut Pl P1) => llo_ + "arem" ;--# notpresent VP (Fut Sg P1) => llo_ + "ar" ;--# notpresent VP (Fut Pl P2) => llo_ + "areu" ;--# notpresent @@ -3310,30 +3306,30 @@ let llu_ = Predef.tk 2 lluir in VI Infn => llu_ + "ir" ; VI Ger => llu_ + "int" ; VI Part => llu_ + "t" ; - VP (Pres Ind Pl P1) => llu_ + "m" ; - VP (Pres Ind Sg P1) => llu_ + "eixo" ; + VP (Pres Ind Pl P1) => llu_ + "m" ; + VP (Pres Ind Sg P1) => llu_ + "eixo" ; VP (Pres Ind Pl P2) => llu_ + "u" ; VP (Pres Ind Sg P2) => llu_ + "eixes" ; VP (Pres Ind Pl P3) => llu_ + "eixen" ; VP (Pres Ind Sg P3) => llu_ + "eix" ; - VP (Pres Sub Pl P1) => llu_ + "m" ; - VP (Pres Sub Sg P1) => llu_ + "eixi" ; - VP (Pres Sub Pl P2) => llu_ + "u" ; - VP (Pres Sub Sg P2) => llu_ + "eixis" ; - VP (Pres Sub Pl P3) => llu_ + "eixin" ; - VP (Pres Sub Sg P3) => llu_ + "eixi" ; - VP (Impf Ind Pl P1) => llu_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => llu_ + "a" ;--# notpresent + VP (Pres Subj Pl P1) => llu_ + "m" ; + VP (Pres Subj Sg P1) => llu_ + "eixi" ; + VP (Pres Subj Pl P2) => llu_ + "u" ; + VP (Pres Subj Sg P2) => llu_ + "eixis" ; + VP (Pres Subj Pl P3) => llu_ + "eixin" ; + VP (Pres Subj Sg P3) => llu_ + "eixi" ; + VP (Impf Ind Pl P1) => llu_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => llu_ + "a" ;--# notpresent VP (Impf Ind Pl P2) => llu_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => llu_ + "es" ;--# notpresent VP (Impf Ind Pl P3) => llu_ + "en" ;--# notpresent VP (Impf Ind Sg P3) => llu_ + "a" ;--# notpresent - VP (Impf Sub Pl P1) => llu_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => llu_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => llu_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => llu_ + "ssis" ;--# notpresent - VP (Impf Sub Pl P3) => llu_ + "ssin" ;--# notpresent - VP (Impf Sub Sg P3) => llu_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => llu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => llu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => llu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => llu_ + "ssis" ;--# notpresent + VP (Impf Subj Pl P3) => llu_ + "ssin" ;--# notpresent + VP (Impf Subj Sg P3) => llu_ + "s" ;--# notpresent VP (Fut Pl P1) => llu_ + "irem" ;--# notpresent VP (Fut Sg P1) => llu_ + "ir" ;--# notpresent VP (Fut Pl P2) => llu_ + "ireu" ;--# notpresent @@ -3372,30 +3368,30 @@ let ment_ = Predef.tk 2 mentir in VI Infn => ment_ + "ir" ; VI Ger => ment_ + "int" ; VI Part => ment_ + "it" ; - VP (Pres Ind Pl P1) => ment_ + "im" ; - VP (Pres Ind Sg P1) => ment_ + "eixo" ; + VP (Pres Ind Pl P1) => ment_ + "im" ; + VP (Pres Ind Sg P1) => ment_ + "eixo" ; VP (Pres Ind Pl P2) => ment_ + "iu" ; VP (Pres Ind Sg P2) => ment_ + "eixes" ; VP (Pres Ind Pl P3) => ment_ + "eixen" ; VP (Pres Ind Sg P3) => ment_ + "eix" ; - VP (Pres Sub Pl P1) => ment_ + "im" ; - VP (Pres Sub Sg P1) => ment_ + "eixi" ; - VP (Pres Sub Pl P2) => ment_ + "iu" ; - VP (Pres Sub Sg P2) => ment_ + "eixis" ; - VP (Pres Sub Pl P3) => ment_ + "eixin" ; - VP (Pres Sub Sg P3) => ment_ + "eixi" ; - VP (Impf Ind Pl P1) => ment_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ment_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => ment_ + "im" ; + VP (Pres Subj Sg P1) => ment_ + "eixi" ; + VP (Pres Subj Pl P2) => ment_ + "iu" ; + VP (Pres Subj Sg P2) => ment_ + "eixis" ; + VP (Pres Subj Pl P3) => ment_ + "eixin" ; + VP (Pres Subj Sg P3) => ment_ + "eixi" ; + VP (Impf Ind Pl P1) => ment_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ment_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => ment_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => ment_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => ment_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => ment_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => ment_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => ment_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => ment_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => ment_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => ment_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => ment_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => ment_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => ment_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => ment_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ment_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => ment_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => ment_ + "s" ;--# notpresent VP (Fut Pl P1) => ment_ + "irem" ;--# notpresent VP (Fut Sg P1) => ment_ + "ir" ;--# notpresent VP (Fut Pl P2) => ment_ + "ireu" ;--# notpresent @@ -3433,30 +3429,30 @@ let menyspre_ = Predef.tk 2 menysprear in VI Infn => menyspre_ + "ar" ; VI Ger => menyspre_ + "ant" ; VI Part => menyspre_ + "at" ; - VP (Pres Ind Pl P1) => menyspre_ + "em" ; - VP (Pres Ind Sg P1) => menyspre_ + "o" ; + VP (Pres Ind Pl P1) => menyspre_ + "em" ; + VP (Pres Ind Sg P1) => menyspre_ + "o" ; VP (Pres Ind Pl P2) => menyspre_ + "eu" ; VP (Pres Ind Sg P2) => menyspre_ + "es" ; VP (Pres Ind Pl P3) => menyspre_ + "en" ; VP (Pres Ind Sg P3) => menyspre_ + "a" ; - VP (Pres Sub Pl P1) => menyspre_ + "em" ; - VP (Pres Sub Sg P1) => menyspre_ + "" ; - VP (Pres Sub Pl P2) => menyspre_ + "eu" ; - VP (Pres Sub Sg P2) => menyspre_ + "s" ; - VP (Pres Sub Pl P3) => menyspre_ + "n" ; - VP (Pres Sub Sg P3) => menyspre_ + "" ; - VP (Impf Ind Pl P1) => menyspre_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => menyspre_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => menyspre_ + "em" ; + VP (Pres Subj Sg P1) => menyspre_ + "" ; + VP (Pres Subj Pl P2) => menyspre_ + "eu" ; + VP (Pres Subj Sg P2) => menyspre_ + "s" ; + VP (Pres Subj Pl P3) => menyspre_ + "n" ; + VP (Pres Subj Sg P3) => menyspre_ + "" ; + VP (Impf Ind Pl P1) => menyspre_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => menyspre_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => menyspre_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => menyspre_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => menyspre_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => menyspre_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => menyspre_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => menyspre_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => menyspre_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => menyspre_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => menyspre_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => menyspre_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => menyspre_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => menyspre_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => menyspre_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => menyspre_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => menyspre_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => menyspre_ + "s" ;--# notpresent VP (Fut Pl P1) => menyspre_ + "arem" ;--# notpresent VP (Fut Sg P1) => menyspre_ + "ar" ;--# notpresent VP (Fut Pl P2) => menyspre_ + "areu" ;--# notpresent @@ -3493,30 +3489,30 @@ let mer_ = Predef.tk 5 mer {s = table { VI Ger => mer_ + "eixent" ; VI Part => mer_ + "escut" ; - VP (Pres Ind Pl P1) => mer_ + "eixem" ; - VP (Pres Ind Sg P1) => mer_ + "eixo" ; + VP (Pres Ind Pl P1) => mer_ + "eixem" ; + VP (Pres Ind Sg P1) => mer_ + "eixo" ; VP (Pres Ind Pl P2) => mer_ + "eixeu" ; VP (Pres Ind Sg P2) => mer_ + "eixes" ; VP (Pres Ind Pl P3) => mer_ + "eixen" ; VP (Pres Ind Sg P3) => mer_ + "eix" ; - VP (Pres Sub Pl P1) => mer_ + "eixem" ; - VP (Pres Sub Sg P1) => mer_ + "eixi" ; - VP (Pres Sub Pl P2) => mer_ + "eixeu" ; - VP (Pres Sub Sg P2) => mer_ + "eixis" ; - VP (Pres Sub Pl P3) => mer_ + "eixin" ; - VP (Pres Sub Sg P3) => mer_ + "eixi" ; - VP (Impf Ind Pl P1) => mer_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => mer_ + "eixia" ;--# notpresent + VP (Pres Subj Pl P1) => mer_ + "eixem" ; + VP (Pres Subj Sg P1) => mer_ + "eixi" ; + VP (Pres Subj Pl P2) => mer_ + "eixeu" ; + VP (Pres Subj Sg P2) => mer_ + "eixis" ; + VP (Pres Subj Pl P3) => mer_ + "eixin" ; + VP (Pres Subj Sg P3) => mer_ + "eixi" ; + VP (Impf Ind Pl P1) => mer_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => mer_ + "eixia" ;--# notpresent VP (Impf Ind Pl P2) => mer_ + "eixeu" ;--# notpresent VP (Impf Ind Sg P2) => mer_ + "eixies" ;--# notpresent VP (Impf Ind Pl P3) => mer_ + "eixien" ;--# notpresent VP (Impf Ind Sg P3) => mer_ + "eixia" ;--# notpresent - VP (Impf Sub Pl P1) => mer_ + "eixssim" ;--# notpresent - VP (Impf Sub Sg P1) => mer_ + "eixs" ;--# notpresent - VP (Impf Sub Pl P2) => mer_ + "eixssiu" ;--# notpresent - VP (Impf Sub Sg P2) => mer_ + "eixessis" ;--# notpresent - VP (Impf Sub Pl P3) => mer_ + "eixessin" ;--# notpresent - VP (Impf Sub Sg P3) => mer_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P1) => mer_ + "eixssim" ;--# notpresent + VP (Impf Subj Sg P1) => mer_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P2) => mer_ + "eixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => mer_ + "eixessis" ;--# notpresent + VP (Impf Subj Pl P3) => mer_ + "eixessin" ;--# notpresent + VP (Impf Subj Sg P3) => mer_ + "eixs" ;--# notpresent VP (Fut Pl P1) => mer_ + "eixerem" ;--# notpresent VP (Fut Sg P1) => mer_ + "eixer" ;--# notpresent VP (Fut Pl P2) => mer_ + "eixereu" ;--# notpresent @@ -3557,30 +3553,30 @@ let m_ = Predef.tk 4 morir in VI Infn => m_ + "orir" ; VI Ger => m_ + "orint" ; VI Part => m_ + "ort" ; - VP (Pres Ind Pl P1) => m_ + "orim" ; - VP (Pres Ind Sg P1) => m_ + "oro" ; + VP (Pres Ind Pl P1) => m_ + "orim" ; + VP (Pres Ind Sg P1) => m_ + "oro" ; VP (Pres Ind Pl P2) => m_ + "oriu" ; VP (Pres Ind Sg P2) => m_ + "ors" ; VP (Pres Ind Pl P3) => m_ + "oren" ; VP (Pres Ind Sg P3) => m_ + "or" ; - VP (Pres Sub Pl P1) => m_ + "orim" ; - VP (Pres Sub Sg P1) => m_ + "ori" ; - VP (Pres Sub Pl P2) => m_ + "oriu" ; - VP (Pres Sub Sg P2) => m_ + "oris" ; - VP (Pres Sub Pl P3) => m_ + "orin" ; - VP (Pres Sub Sg P3) => m_ + "ori" ; - VP (Impf Ind Pl P1) => m_ + "orem" ;--# notpresent - VP (Impf Ind Sg P1) => m_ + "oria" ;--# notpresent + VP (Pres Subj Pl P1) => m_ + "orim" ; + VP (Pres Subj Sg P1) => m_ + "ori" ; + VP (Pres Subj Pl P2) => m_ + "oriu" ; + VP (Pres Subj Sg P2) => m_ + "oris" ; + VP (Pres Subj Pl P3) => m_ + "orin" ; + VP (Pres Subj Sg P3) => m_ + "ori" ; + VP (Impf Ind Pl P1) => m_ + "orem" ;--# notpresent + VP (Impf Ind Sg P1) => m_ + "oria" ;--# notpresent VP (Impf Ind Pl P2) => m_ + "oreu" ;--# notpresent VP (Impf Ind Sg P2) => m_ + "ories" ;--# notpresent VP (Impf Ind Pl P3) => m_ + "orien" ;--# notpresent VP (Impf Ind Sg P3) => m_ + "oria" ;--# notpresent - VP (Impf Sub Pl P1) => m_ + "orssim" ;--# notpresent - VP (Impf Sub Sg P1) => m_ + "ors" ;--# notpresent - VP (Impf Sub Pl P2) => m_ + "orssiu" ;--# notpresent - VP (Impf Sub Sg P2) => m_ + "orissis" ;--# notpresent - VP (Impf Sub Pl P3) => m_ + "orissin" ;--# notpresent - VP (Impf Sub Sg P3) => m_ + "ors" ;--# notpresent + VP (Impf Subj Pl P1) => m_ + "orssim" ;--# notpresent + VP (Impf Subj Sg P1) => m_ + "ors" ;--# notpresent + VP (Impf Subj Pl P2) => m_ + "orssiu" ;--# notpresent + VP (Impf Subj Sg P2) => m_ + "orissis" ;--# notpresent + VP (Impf Subj Pl P3) => m_ + "orissin" ;--# notpresent + VP (Impf Subj Sg P3) => m_ + "ors" ;--# notpresent VP (Fut Pl P1) => m_ + "orirem" ;--# notpresent VP (Fut Sg P1) => m_ + "orir" ;--# notpresent VP (Fut Pl P2) => m_ + "orireu" ;--# notpresent @@ -3618,30 +3614,30 @@ let mo_ = Predef.tk 3 moure in VI Infn => mo_ + "ure" ; VI Ger => mo_ + "vent" ; VI Part => mo_ + "gut" ; - VP (Pres Ind Pl P1) => mo_ + "vem" ; - VP (Pres Ind Sg P1) => mo_ + "c" ; + VP (Pres Ind Pl P1) => mo_ + "vem" ; + VP (Pres Ind Sg P1) => mo_ + "c" ; VP (Pres Ind Pl P2) => mo_ + "veu" ; VP (Pres Ind Sg P2) => mo_ + "us" ; VP (Pres Ind Pl P3) => mo_ + "uen" ; VP (Pres Ind Sg P3) => mo_ + "u" ; - VP (Pres Sub Pl P1) => mo_ + "guem" ; - VP (Pres Sub Sg P1) => mo_ + "gui" ; - VP (Pres Sub Pl P2) => mo_ + "gueu" ; - VP (Pres Sub Sg P2) => mo_ + "guis" ; - VP (Pres Sub Pl P3) => mo_ + "guin" ; - VP (Pres Sub Sg P3) => mo_ + "gui" ; - VP (Impf Ind Pl P1) => mo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => mo_ + "via" ;--# notpresent + VP (Pres Subj Pl P1) => mo_ + "guem" ; + VP (Pres Subj Sg P1) => mo_ + "gui" ; + VP (Pres Subj Pl P2) => mo_ + "gueu" ; + VP (Pres Subj Sg P2) => mo_ + "guis" ; + VP (Pres Subj Pl P3) => mo_ + "guin" ; + VP (Pres Subj Sg P3) => mo_ + "gui" ; + VP (Impf Ind Pl P1) => mo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => mo_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => mo_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => mo_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => mo_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => mo_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => mo_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => mo_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => mo_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => mo_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => mo_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => mo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => mo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => mo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => mo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => mo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => mo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => mo_ + "gus" ;--# notpresent VP (Fut Pl P1) => mo_ + "urem" ;--# notpresent VP (Fut Sg P1) => mo_ + "ur" ;--# notpresent VP (Fut Pl P2) => mo_ + "ureu" ;--# notpresent @@ -3680,30 +3676,30 @@ let n_ = Predef.tk 5 n VI Infn => n_ + "ixer" ; VI Ger => n_ + "aixent" ; VI Part => n_ + "ascut" ; - VP (Pres Ind Pl P1) => n_ + "aixem" ; - VP (Pres Ind Sg P1) => n_ + "eixo" ; + VP (Pres Ind Pl P1) => n_ + "aixem" ; + VP (Pres Ind Sg P1) => n_ + "eixo" ; VP (Pres Ind Pl P2) => n_ + "aixeu" ; VP (Pres Ind Sg P2) => n_ + "eixes" ; VP (Pres Ind Pl P3) => n_ + "eixen" ; VP (Pres Ind Sg P3) => n_ + "eix" ; - VP (Pres Sub Pl P1) => n_ + "aixem" ; - VP (Pres Sub Sg P1) => n_ + "eixi" ; - VP (Pres Sub Pl P2) => n_ + "aixeu" ; - VP (Pres Sub Sg P2) => n_ + "eixis" ; - VP (Pres Sub Pl P3) => n_ + "eixin" ; - VP (Pres Sub Sg P3) => n_ + "eixi" ; - VP (Impf Ind Pl P1) => n_ + "aixem" ;--# notpresent - VP (Impf Ind Sg P1) => n_ + "aixia" ;--# notpresent + VP (Pres Subj Pl P1) => n_ + "aixem" ; + VP (Pres Subj Sg P1) => n_ + "eixi" ; + VP (Pres Subj Pl P2) => n_ + "aixeu" ; + VP (Pres Subj Sg P2) => n_ + "eixis" ; + VP (Pres Subj Pl P3) => n_ + "eixin" ; + VP (Pres Subj Sg P3) => n_ + "eixi" ; + VP (Impf Ind Pl P1) => n_ + "aixem" ;--# notpresent + VP (Impf Ind Sg P1) => n_ + "aixia" ;--# notpresent VP (Impf Ind Pl P2) => n_ + "aixeu" ;--# notpresent VP (Impf Ind Sg P2) => n_ + "aixies" ;--# notpresent VP (Impf Ind Pl P3) => n_ + "aixien" ;--# notpresent VP (Impf Ind Sg P3) => n_ + "aixia" ;--# notpresent - VP (Impf Sub Pl P1) => n_ + "aixssim" ;--# notpresent - VP (Impf Sub Sg P1) => n_ + "aixs" ;--# notpresent - VP (Impf Sub Pl P2) => n_ + "aixssiu" ;--# notpresent - VP (Impf Sub Sg P2) => n_ + "aixessis" ;--# notpresent - VP (Impf Sub Pl P3) => n_ + "aixessin" ;--# notpresent - VP (Impf Sub Sg P3) => n_ + "aixs" ;--# notpresent + VP (Impf Subj Pl P1) => n_ + "aixssim" ;--# notpresent + VP (Impf Subj Sg P1) => n_ + "aixs" ;--# notpresent + VP (Impf Subj Pl P2) => n_ + "aixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => n_ + "aixessis" ;--# notpresent + VP (Impf Subj Pl P3) => n_ + "aixessin" ;--# notpresent + VP (Impf Subj Sg P3) => n_ + "aixs" ;--# notpresent VP (Fut Pl P1) => n_ + "aixerem" ;--# notpresent VP (Fut Sg P1) => n_ + "aixer" ;--# notpresent VP (Fut Pl P2) => n_ + "aixereu" ;--# notpresent @@ -3743,30 +3739,30 @@ let x_ = Predef.tk 5 obrir in VI Infn => x_ + "rir" ; VI Ger => x_ + "rint" ; VI Part => x_ + "ert" ; - VP (Pres Ind Pl P1) => x_ + "rim" ; - VP (Pres Ind Sg P1) => x_ + "ro" ; + VP (Pres Ind Pl P1) => x_ + "rim" ; + VP (Pres Ind Sg P1) => x_ + "ro" ; VP (Pres Ind Pl P2) => x_ + "riu" ; VP (Pres Ind Sg P2) => x_ + "res" ; VP (Pres Ind Pl P3) => x_ + "ren" ; VP (Pres Ind Sg P3) => x_ + "re" ; - VP (Pres Sub Pl P1) => x_ + "rim" ; - VP (Pres Sub Sg P1) => x_ + "ri" ; - VP (Pres Sub Pl P2) => x_ + "riu" ; - VP (Pres Sub Sg P2) => x_ + "ris" ; - VP (Pres Sub Pl P3) => x_ + "rin" ; - VP (Pres Sub Sg P3) => x_ + "ri" ; - VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "ria" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "rim" ; + VP (Pres Subj Sg P1) => x_ + "ri" ; + VP (Pres Subj Pl P2) => x_ + "riu" ; + VP (Pres Subj Sg P2) => x_ + "ris" ; + VP (Pres Subj Pl P3) => x_ + "rin" ; + VP (Pres Subj Sg P3) => x_ + "ri" ; + VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "ria" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "ries" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "rien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "ria" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "rssim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "rs" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "rssiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "rissis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "rissin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "rs" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "rs" ;--# notpresent VP (Fut Pl P1) => x_ + "rirem" ;--# notpresent VP (Fut Sg P1) => x_ + "rir" ;--# notpresent VP (Fut Pl P2) => x_ + "rireu" ;--# notpresent @@ -3804,30 +3800,30 @@ let ob_ = Predef.tk 5 obtenir in VI Infn => ob_ + "tenir" ; VI Ger => ob_ + "tenint" ; VI Part => ob_ + "tingut" ; - VP (Pres Ind Pl P1) => ob_ + "tenim" ; - VP (Pres Ind Sg P1) => ob_ + "tinc" ; + VP (Pres Ind Pl P1) => ob_ + "tenim" ; + VP (Pres Ind Sg P1) => ob_ + "tinc" ; VP (Pres Ind Pl P2) => ob_ + "teniu" ; VP (Pres Ind Sg P2) => ob_ + "tens" ; VP (Pres Ind Pl P3) => ob_ + "tenen" ; VP (Pres Ind Sg P3) => ob_ + "t" ; - VP (Pres Sub Pl P1) => ob_ + "tinguem" ; - VP (Pres Sub Sg P1) => ob_ + "tingui" ; - VP (Pres Sub Pl P2) => ob_ + "tingueu" ; - VP (Pres Sub Sg P2) => ob_ + "tinguis" ; - VP (Pres Sub Pl P3) => ob_ + "tinguin" ; - VP (Pres Sub Sg P3) => ob_ + "tingui" ; - VP (Impf Ind Pl P1) => ob_ + "tenem" ;--# notpresent - VP (Impf Ind Sg P1) => ob_ + "tenia" ;--# notpresent + VP (Pres Subj Pl P1) => ob_ + "tinguem" ; + VP (Pres Subj Sg P1) => ob_ + "tingui" ; + VP (Pres Subj Pl P2) => ob_ + "tingueu" ; + VP (Pres Subj Sg P2) => ob_ + "tinguis" ; + VP (Pres Subj Pl P3) => ob_ + "tinguin" ; + VP (Pres Subj Sg P3) => ob_ + "tingui" ; + VP (Impf Ind Pl P1) => ob_ + "tenem" ;--# notpresent + VP (Impf Ind Sg P1) => ob_ + "tenia" ;--# notpresent VP (Impf Ind Pl P2) => ob_ + "teneu" ;--# notpresent VP (Impf Ind Sg P2) => ob_ + "tenies" ;--# notpresent VP (Impf Ind Pl P3) => ob_ + "tenien" ;--# notpresent VP (Impf Ind Sg P3) => ob_ + "tenia" ;--# notpresent - VP (Impf Sub Pl P1) => ob_ + "tingussim" ;--# notpresent - VP (Impf Sub Sg P1) => ob_ + "tingus" ;--# notpresent - VP (Impf Sub Pl P2) => ob_ + "tingussiu" ;--# notpresent - VP (Impf Sub Sg P2) => ob_ + "tinguessis" ;--# notpresent - VP (Impf Sub Pl P3) => ob_ + "tinguessin" ;--# notpresent - VP (Impf Sub Sg P3) => ob_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P1) => ob_ + "tingussim" ;--# notpresent + VP (Impf Subj Sg P1) => ob_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P2) => ob_ + "tingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ob_ + "tinguessis" ;--# notpresent + VP (Impf Subj Pl P3) => ob_ + "tinguessin" ;--# notpresent + VP (Impf Subj Sg P3) => ob_ + "tingus" ;--# notpresent VP (Fut Pl P1) => ob_ + "tindrem" ;--# notpresent VP (Fut Sg P1) => ob_ + "tindr" ;--# notpresent VP (Fut Pl P2) => ob_ + "tindreu" ;--# notpresent @@ -3866,30 +3862,30 @@ let x_ = Predef.tk 6 omplir in VI Infn => x_ + "ir" ; VI Ger => x_ + "int" ; VI Part => x_ + "ert" ; - VP (Pres Ind Pl P1) => x_ + "im" ; - VP (Pres Ind Sg P1) => x_ + "o" ; + VP (Pres Ind Pl P1) => x_ + "im" ; + VP (Pres Ind Sg P1) => x_ + "o" ; VP (Pres Ind Pl P2) => x_ + "iu" ; VP (Pres Ind Sg P2) => x_ + "es" ; VP (Pres Ind Pl P3) => x_ + "en" ; VP (Pres Ind Sg P3) => x_ + "e" ; - VP (Pres Sub Pl P1) => x_ + "im" ; - VP (Pres Sub Sg P1) => x_ + "i" ; - VP (Pres Sub Pl P2) => x_ + "iu" ; - VP (Pres Sub Sg P2) => x_ + "is" ; - VP (Pres Sub Pl P3) => x_ + "in" ; - VP (Pres Sub Sg P3) => x_ + "i" ; - VP (Impf Ind Pl P1) => x_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "im" ; + VP (Pres Subj Sg P1) => x_ + "i" ; + VP (Pres Subj Pl P2) => x_ + "iu" ; + VP (Pres Subj Sg P2) => x_ + "is" ; + VP (Pres Subj Pl P3) => x_ + "in" ; + VP (Pres Subj Sg P3) => x_ + "i" ; + VP (Impf Ind Pl P1) => x_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "s" ;--# notpresent VP (Fut Pl P1) => x_ + "irem" ;--# notpresent VP (Fut Sg P1) => x_ + "ir" ;--# notpresent VP (Fut Pl P2) => x_ + "ireu" ;--# notpresent @@ -3927,30 +3923,30 @@ let pat_ = Predef.tk 2 patir in VI Infn => pat_ + "ir" ; VI Ger => pat_ + "int" ; VI Part => pat_ + "it" ; - VP (Pres Ind Pl P1) => pat_ + "im" ; - VP (Pres Ind Sg P1) => pat_ + "eixo" ; + VP (Pres Ind Pl P1) => pat_ + "im" ; + VP (Pres Ind Sg P1) => pat_ + "eixo" ; VP (Pres Ind Pl P2) => pat_ + "iu" ; VP (Pres Ind Sg P2) => pat_ + "eixes" ; VP (Pres Ind Pl P3) => pat_ + "eixen" ; VP (Pres Ind Sg P3) => pat_ + "eix" ; - VP (Pres Sub Pl P1) => pat_ + "im" ; - VP (Pres Sub Sg P1) => pat_ + "eixi" ; - VP (Pres Sub Pl P2) => pat_ + "iu" ; - VP (Pres Sub Sg P2) => pat_ + "eixis" ; - VP (Pres Sub Pl P3) => pat_ + "eixin" ; - VP (Pres Sub Sg P3) => pat_ + "eixi" ; - VP (Impf Ind Pl P1) => pat_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => pat_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => pat_ + "im" ; + VP (Pres Subj Sg P1) => pat_ + "eixi" ; + VP (Pres Subj Pl P2) => pat_ + "iu" ; + VP (Pres Subj Sg P2) => pat_ + "eixis" ; + VP (Pres Subj Pl P3) => pat_ + "eixin" ; + VP (Pres Subj Sg P3) => pat_ + "eixi" ; + VP (Impf Ind Pl P1) => pat_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => pat_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => pat_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => pat_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => pat_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => pat_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => pat_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => pat_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => pat_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => pat_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => pat_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => pat_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => pat_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => pat_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => pat_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => pat_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => pat_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => pat_ + "s" ;--# notpresent VP (Fut Pl P1) => pat_ + "irem" ;--# notpresent VP (Fut Sg P1) => pat_ + "ir" ;--# notpresent VP (Fut Pl P2) => pat_ + "ireu" ;--# notpresent @@ -3989,30 +3985,30 @@ let perd_ = Predef.tk 2 perdre in VI Infn => perd_ + "re" ; VI Ger => perd_ + "ent" ; VI Part => perd_ + "ut" ; - VP (Pres Ind Pl P1) => perd_ + "em" ; - VP (Pres Ind Sg P1) => perd_ + "o" ; + VP (Pres Ind Pl P1) => perd_ + "em" ; + VP (Pres Ind Sg P1) => perd_ + "o" ; VP (Pres Ind Pl P2) => perd_ + "eu" ; VP (Pres Ind Sg P2) => perd_ + "s" ; VP (Pres Ind Pl P3) => perd_ + "en" ; VP (Pres Ind Sg P3) => perd_ + "" ; - VP (Pres Sub Pl P1) => perd_ + "em" ; - VP (Pres Sub Sg P1) => perd_ + "i" ; - VP (Pres Sub Pl P2) => perd_ + "eu" ; - VP (Pres Sub Sg P2) => perd_ + "is" ; - VP (Pres Sub Pl P3) => perd_ + "in" ; - VP (Pres Sub Sg P3) => perd_ + "i" ; - VP (Impf Ind Pl P1) => perd_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => perd_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => perd_ + "em" ; + VP (Pres Subj Sg P1) => perd_ + "i" ; + VP (Pres Subj Pl P2) => perd_ + "eu" ; + VP (Pres Subj Sg P2) => perd_ + "is" ; + VP (Pres Subj Pl P3) => perd_ + "in" ; + VP (Pres Subj Sg P3) => perd_ + "i" ; + VP (Impf Ind Pl P1) => perd_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => perd_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => perd_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => perd_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => perd_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => perd_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => perd_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => perd_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => perd_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => perd_ + "essis" ;--# notpresent - VP (Impf Sub Pl P3) => perd_ + "essin" ;--# notpresent - VP (Impf Sub Sg P3) => perd_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => perd_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => perd_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => perd_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => perd_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => perd_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => perd_ + "s" ;--# notpresent VP (Fut Pl P1) => perd_ + "rem" ;--# notpresent VP (Fut Sg P1) => perd_ + "r" ;--# notpresent VP (Fut Pl P2) => perd_ + "reu" ;--# notpresent @@ -4049,30 +4045,30 @@ let pert_ = Predef.tk 5 pert {s = table { VI Ger => pert_ + "anyent" ; VI Part => pert_ + "angut" ; - VP (Pres Ind Pl P1) => pert_ + "anyem" ; - VP (Pres Ind Sg P1) => pert_ + "anyo" ; + VP (Pres Ind Pl P1) => pert_ + "anyem" ; + VP (Pres Ind Sg P1) => pert_ + "anyo" ; VP (Pres Ind Pl P2) => pert_ + "anyeu" ; VP (Pres Ind Sg P2) => pert_ + "anys" ; VP (Pres Ind Pl P3) => pert_ + "anyen" ; VP (Pres Ind Sg P3) => pert_ + "any" ; - VP (Pres Sub Pl P1) => pert_ + "anyem" ; - VP (Pres Sub Sg P1) => pert_ + "anyi" ; - VP (Pres Sub Pl P2) => pert_ + "anyeu" ; - VP (Pres Sub Sg P2) => pert_ + "anyis" ; - VP (Pres Sub Pl P3) => pert_ + "anyin" ; - VP (Pres Sub Sg P3) => pert_ + "anyi" ; - VP (Impf Ind Pl P1) => pert_ + "anyem" ;--# notpresent - VP (Impf Ind Sg P1) => pert_ + "anyia" ;--# notpresent + VP (Pres Subj Pl P1) => pert_ + "anyem" ; + VP (Pres Subj Sg P1) => pert_ + "anyi" ; + VP (Pres Subj Pl P2) => pert_ + "anyeu" ; + VP (Pres Subj Sg P2) => pert_ + "anyis" ; + VP (Pres Subj Pl P3) => pert_ + "anyin" ; + VP (Pres Subj Sg P3) => pert_ + "anyi" ; + VP (Impf Ind Pl P1) => pert_ + "anyem" ;--# notpresent + VP (Impf Ind Sg P1) => pert_ + "anyia" ;--# notpresent VP (Impf Ind Pl P2) => pert_ + "anyeu" ;--# notpresent VP (Impf Ind Sg P2) => pert_ + "anyies" ;--# notpresent VP (Impf Ind Pl P3) => pert_ + "anyien" ;--# notpresent VP (Impf Ind Sg P3) => pert_ + "anyia" ;--# notpresent - VP (Impf Sub Pl P1) => pert_ + "anyssim" ;--# notpresent - VP (Impf Sub Sg P1) => pert_ + "anys" ;--# notpresent - VP (Impf Sub Pl P2) => pert_ + "anyssiu" ;--# notpresent - VP (Impf Sub Sg P2) => pert_ + "anyessis" ;--# notpresent - VP (Impf Sub Pl P3) => pert_ + "anyessin" ;--# notpresent - VP (Impf Sub Sg P3) => pert_ + "anys" ;--# notpresent + VP (Impf Subj Pl P1) => pert_ + "anyssim" ;--# notpresent + VP (Impf Subj Sg P1) => pert_ + "anys" ;--# notpresent + VP (Impf Subj Pl P2) => pert_ + "anyssiu" ;--# notpresent + VP (Impf Subj Sg P2) => pert_ + "anyessis" ;--# notpresent + VP (Impf Subj Pl P3) => pert_ + "anyessin" ;--# notpresent + VP (Impf Subj Sg P3) => pert_ + "anys" ;--# notpresent VP (Fut Pl P1) => pert_ + "anyerem" ;--# notpresent VP (Fut Sg P1) => pert_ + "anyer" ;--# notpresent VP (Fut Pl P2) => pert_ + "anyereu" ;--# notpresent @@ -4111,30 +4107,30 @@ let p_ = Predef.tk 4 poder in VI Infn => p_ + "oder" ; VI Ger => p_ + "odent" ; VI Part => p_ + "ogut" ; - VP (Pres Ind Pl P1) => p_ + "odem" ; - VP (Pres Ind Sg P1) => p_ + "uc" ; + VP (Pres Ind Pl P1) => p_ + "odem" ; + VP (Pres Ind Sg P1) => p_ + "uc" ; VP (Pres Ind Pl P2) => p_ + "odeu" ; VP (Pres Ind Sg P2) => p_ + "ots" ; VP (Pres Ind Pl P3) => p_ + "oden" ; VP (Pres Ind Sg P3) => p_ + "ot" ; - VP (Pres Sub Pl P1) => p_ + "uguem" ; - VP (Pres Sub Sg P1) => p_ + "ugui" ; - VP (Pres Sub Pl P2) => p_ + "ugueu" ; - VP (Pres Sub Sg P2) => p_ + "uguis" ; - VP (Pres Sub Pl P3) => p_ + "uguin" ; - VP (Pres Sub Sg P3) => p_ + "ugui" ; - VP (Impf Ind Pl P1) => p_ + "odem" ;--# notpresent - VP (Impf Ind Sg P1) => p_ + "odia" ;--# notpresent + VP (Pres Subj Pl P1) => p_ + "uguem" ; + VP (Pres Subj Sg P1) => p_ + "ugui" ; + VP (Pres Subj Pl P2) => p_ + "ugueu" ; + VP (Pres Subj Sg P2) => p_ + "uguis" ; + VP (Pres Subj Pl P3) => p_ + "uguin" ; + VP (Pres Subj Sg P3) => p_ + "ugui" ; + VP (Impf Ind Pl P1) => p_ + "odem" ;--# notpresent + VP (Impf Ind Sg P1) => p_ + "odia" ;--# notpresent VP (Impf Ind Pl P2) => p_ + "odeu" ;--# notpresent VP (Impf Ind Sg P2) => p_ + "odies" ;--# notpresent VP (Impf Ind Pl P3) => p_ + "odien" ;--# notpresent VP (Impf Ind Sg P3) => p_ + "odia" ;--# notpresent - VP (Impf Sub Pl P1) => p_ + "ogussim" ;--# notpresent - VP (Impf Sub Sg P1) => p_ + "ogus" ;--# notpresent - VP (Impf Sub Pl P2) => p_ + "ogussiu" ;--# notpresent - VP (Impf Sub Sg P2) => p_ + "oguessis" ;--# notpresent - VP (Impf Sub Pl P3) => p_ + "oguessin" ;--# notpresent - VP (Impf Sub Sg P3) => p_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P1) => p_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => p_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => p_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => p_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => p_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => p_ + "ogus" ;--# notpresent VP (Fut Pl P1) => p_ + "odrem" ;--# notpresent VP (Fut Sg P1) => p_ + "odr" ;--# notpresent VP (Fut Pl P2) => p_ + "odreu" ;--# notpresent @@ -4172,30 +4168,30 @@ let preg_ = Predef.tk 2 pregar in VI Infn => preg_ + "ar" ; VI Ger => preg_ + "ant" ; VI Part => preg_ + "at" ; - VP (Pres Ind Pl P1) => preg_ + "uem" ; - VP (Pres Ind Sg P1) => preg_ + "o" ; + VP (Pres Ind Pl P1) => preg_ + "uem" ; + VP (Pres Ind Sg P1) => preg_ + "o" ; VP (Pres Ind Pl P2) => preg_ + "ueu" ; VP (Pres Ind Sg P2) => preg_ + "ues" ; VP (Pres Ind Pl P3) => preg_ + "uen" ; VP (Pres Ind Sg P3) => preg_ + "a" ; - VP (Pres Sub Pl P1) => preg_ + "uem" ; - VP (Pres Sub Sg P1) => preg_ + "ui" ; - VP (Pres Sub Pl P2) => preg_ + "ueu" ; - VP (Pres Sub Sg P2) => preg_ + "uis" ; - VP (Pres Sub Pl P3) => preg_ + "uin" ; - VP (Pres Sub Sg P3) => preg_ + "ui" ; - VP (Impf Ind Pl P1) => preg_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => preg_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => preg_ + "uem" ; + VP (Pres Subj Sg P1) => preg_ + "ui" ; + VP (Pres Subj Pl P2) => preg_ + "ueu" ; + VP (Pres Subj Sg P2) => preg_ + "uis" ; + VP (Pres Subj Pl P3) => preg_ + "uin" ; + VP (Pres Subj Sg P3) => preg_ + "ui" ; + VP (Impf Ind Pl P1) => preg_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => preg_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => preg_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => preg_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => preg_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => preg_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => preg_ + "ussim" ;--# notpresent - VP (Impf Sub Sg P1) => preg_ + "us" ;--# notpresent - VP (Impf Sub Pl P2) => preg_ + "ussiu" ;--# notpresent - VP (Impf Sub Sg P2) => preg_ + "uessis" ;--# notpresent - VP (Impf Sub Pl P3) => preg_ + "uessin" ;--# notpresent - VP (Impf Sub Sg P3) => preg_ + "us" ;--# notpresent + VP (Impf Subj Pl P1) => preg_ + "ussim" ;--# notpresent + VP (Impf Subj Sg P1) => preg_ + "us" ;--# notpresent + VP (Impf Subj Pl P2) => preg_ + "ussiu" ;--# notpresent + VP (Impf Subj Sg P2) => preg_ + "uessis" ;--# notpresent + VP (Impf Subj Pl P3) => preg_ + "uessin" ;--# notpresent + VP (Impf Subj Sg P3) => preg_ + "us" ;--# notpresent VP (Fut Pl P1) => preg_ + "arem" ;--# notpresent VP (Fut Sg P1) => preg_ + "ar" ;--# notpresent VP (Fut Pl P2) => preg_ + "areu" ;--# notpresent @@ -4233,30 +4229,30 @@ let x_ = Predef.tk 7 prendre in VI Infn => x_ + "prendre" ; VI Ger => x_ + "prenent" ; VI Part => x_ + "pres" ; - VP (Pres Ind Pl P1) => x_ + "prenem" ; - VP (Pres Ind Sg P1) => x_ + "prenc" ; + VP (Pres Ind Pl P1) => x_ + "prenem" ; + VP (Pres Ind Sg P1) => x_ + "prenc" ; VP (Pres Ind Pl P2) => x_ + "preneu" ; VP (Pres Ind Sg P2) => x_ + "prens" ; VP (Pres Ind Pl P3) => x_ + "prenen" ; VP (Pres Ind Sg P3) => x_ + "pren" ; - VP (Pres Sub Pl P1) => x_ + "prenguem" ; - VP (Pres Sub Sg P1) => x_ + "prengui" ; - VP (Pres Sub Pl P2) => x_ + "prengueu" ; - VP (Pres Sub Sg P2) => x_ + "prenguis" ; - VP (Pres Sub Pl P3) => x_ + "prenguin" ; - VP (Pres Sub Sg P3) => x_ + "prengui" ; - VP (Impf Ind Pl P1) => x_ + "prenem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "prenia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "prenguem" ; + VP (Pres Subj Sg P1) => x_ + "prengui" ; + VP (Pres Subj Pl P2) => x_ + "prengueu" ; + VP (Pres Subj Sg P2) => x_ + "prenguis" ; + VP (Pres Subj Pl P3) => x_ + "prenguin" ; + VP (Pres Subj Sg P3) => x_ + "prengui" ; + VP (Impf Ind Pl P1) => x_ + "prenem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "prenia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "preneu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "prenies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "prenien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "prenia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "prengussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "prengus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "prengussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "prenguessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "prenguessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "prengussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "prengussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "prenguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "prenguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "prengus" ;--# notpresent VP (Fut Pl P1) => x_ + "prendrem" ;--# notpresent VP (Fut Sg P1) => x_ + "prendr" ;--# notpresent VP (Fut Pl P2) => x_ + "prendreu" ;--# notpresent @@ -4294,30 +4290,30 @@ let prev_ = Predef.tk 4 prevenir in VI Infn => prev_ + "enir" ; VI Ger => prev_ + "enint" ; VI Part => prev_ + "ingut" ; - VP (Pres Ind Pl P1) => prev_ + "enim" ; - VP (Pres Ind Sg P1) => prev_ + "inc" ; + VP (Pres Ind Pl P1) => prev_ + "enim" ; + VP (Pres Ind Sg P1) => prev_ + "inc" ; VP (Pres Ind Pl P2) => prev_ + "eniu" ; VP (Pres Ind Sg P2) => prev_ + "ens" ; VP (Pres Ind Pl P3) => prev_ + "enen" ; VP (Pres Ind Sg P3) => prev_ + "" ; - VP (Pres Sub Pl P1) => prev_ + "inguem" ; - VP (Pres Sub Sg P1) => prev_ + "ingui" ; - VP (Pres Sub Pl P2) => prev_ + "ingueu" ; - VP (Pres Sub Sg P2) => prev_ + "inguis" ; - VP (Pres Sub Pl P3) => prev_ + "inguin" ; - VP (Pres Sub Sg P3) => prev_ + "ingui" ; - VP (Impf Ind Pl P1) => prev_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => prev_ + "enia" ;--# notpresent + VP (Pres Subj Pl P1) => prev_ + "inguem" ; + VP (Pres Subj Sg P1) => prev_ + "ingui" ; + VP (Pres Subj Pl P2) => prev_ + "ingueu" ; + VP (Pres Subj Sg P2) => prev_ + "inguis" ; + VP (Pres Subj Pl P3) => prev_ + "inguin" ; + VP (Pres Subj Sg P3) => prev_ + "ingui" ; + VP (Impf Ind Pl P1) => prev_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => prev_ + "enia" ;--# notpresent VP (Impf Ind Pl P2) => prev_ + "eneu" ;--# notpresent VP (Impf Ind Sg P2) => prev_ + "enies" ;--# notpresent VP (Impf Ind Pl P3) => prev_ + "enien" ;--# notpresent VP (Impf Ind Sg P3) => prev_ + "enia" ;--# notpresent - VP (Impf Sub Pl P1) => prev_ + "ingussim" ;--# notpresent - VP (Impf Sub Sg P1) => prev_ + "ingus" ;--# notpresent - VP (Impf Sub Pl P2) => prev_ + "ingussiu" ;--# notpresent - VP (Impf Sub Sg P2) => prev_ + "inguessis" ;--# notpresent - VP (Impf Sub Pl P3) => prev_ + "inguessin" ;--# notpresent - VP (Impf Sub Sg P3) => prev_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P1) => prev_ + "ingussim" ;--# notpresent + VP (Impf Subj Sg P1) => prev_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P2) => prev_ + "ingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => prev_ + "inguessis" ;--# notpresent + VP (Impf Subj Pl P3) => prev_ + "inguessin" ;--# notpresent + VP (Impf Subj Sg P3) => prev_ + "ingus" ;--# notpresent VP (Fut Pl P1) => prev_ + "indrem" ;--# notpresent VP (Fut Sg P1) => prev_ + "indr" ;--# notpresent VP (Fut Pl P2) => prev_ + "indreu" ;--# notpresent @@ -4357,30 +4353,30 @@ let ra_ = Predef.tk 3 raure in VI Infn => ra_ + "ure" ; VI Ger => ra_ + "ent" ; VI Part => ra_ + "s" ; - VP (Pres Ind Pl P1) => ra_ + "em" ; - VP (Pres Ind Sg P1) => ra_ + "c" ; + VP (Pres Ind Pl P1) => ra_ + "em" ; + VP (Pres Ind Sg P1) => ra_ + "c" ; VP (Pres Ind Pl P2) => ra_ + "eu" ; VP (Pres Ind Sg P2) => ra_ + "us" ; VP (Pres Ind Pl P3) => ra_ + "uen" ; VP (Pres Ind Sg P3) => ra_ + "u" ; - VP (Pres Sub Pl P1) => ra_ + "guem" ; - VP (Pres Sub Sg P1) => ra_ + "gui" ; - VP (Pres Sub Pl P2) => ra_ + "gueu" ; - VP (Pres Sub Sg P2) => ra_ + "guis" ; - VP (Pres Sub Pl P3) => ra_ + "guin" ; - VP (Pres Sub Sg P3) => ra_ + "gui" ; - VP (Impf Ind Pl P1) => ra_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ra_ + "a" ;--# notpresent + VP (Pres Subj Pl P1) => ra_ + "guem" ; + VP (Pres Subj Sg P1) => ra_ + "gui" ; + VP (Pres Subj Pl P2) => ra_ + "gueu" ; + VP (Pres Subj Sg P2) => ra_ + "guis" ; + VP (Pres Subj Pl P3) => ra_ + "guin" ; + VP (Pres Subj Sg P3) => ra_ + "gui" ; + VP (Impf Ind Pl P1) => ra_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ra_ + "a" ;--# notpresent VP (Impf Ind Pl P2) => ra_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => ra_ + "es" ;--# notpresent VP (Impf Ind Pl P3) => ra_ + "en" ;--# notpresent VP (Impf Ind Sg P3) => ra_ + "a" ;--# notpresent - VP (Impf Sub Pl P1) => ra_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => ra_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => ra_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => ra_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => ra_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => ra_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => ra_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => ra_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => ra_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ra_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => ra_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => ra_ + "gus" ;--# notpresent VP (Fut Pl P1) => ra_ + "urem" ;--# notpresent VP (Fut Sg P1) => ra_ + "ur" ;--# notpresent VP (Fut Pl P2) => ra_ + "ureu" ;--# notpresent @@ -4418,30 +4414,30 @@ let re_ = Predef.tk 3 rebre in VI Infn => re_ + "bre" ; VI Ger => re_ + "bent" ; VI Part => re_ + "but" ; - VP (Pres Ind Pl P1) => re_ + "bem" ; - VP (Pres Ind Sg P1) => re_ + "bo" ; + VP (Pres Ind Pl P1) => re_ + "bem" ; + VP (Pres Ind Sg P1) => re_ + "bo" ; VP (Pres Ind Pl P2) => re_ + "beu" ; VP (Pres Ind Sg P2) => re_ + "ps" ; VP (Pres Ind Pl P3) => re_ + "ben" ; VP (Pres Ind Sg P3) => re_ + "p" ; - VP (Pres Sub Pl P1) => re_ + "bem" ; - VP (Pres Sub Sg P1) => re_ + "bi" ; - VP (Pres Sub Pl P2) => re_ + "beu" ; - VP (Pres Sub Sg P2) => re_ + "bis" ; - VP (Pres Sub Pl P3) => re_ + "bin" ; - VP (Pres Sub Sg P3) => re_ + "bi" ; - VP (Impf Ind Pl P1) => re_ + "bem" ;--# notpresent - VP (Impf Ind Sg P1) => re_ + "bia" ;--# notpresent + VP (Pres Subj Pl P1) => re_ + "bem" ; + VP (Pres Subj Sg P1) => re_ + "bi" ; + VP (Pres Subj Pl P2) => re_ + "beu" ; + VP (Pres Subj Sg P2) => re_ + "bis" ; + VP (Pres Subj Pl P3) => re_ + "bin" ; + VP (Pres Subj Sg P3) => re_ + "bi" ; + VP (Impf Ind Pl P1) => re_ + "bem" ;--# notpresent + VP (Impf Ind Sg P1) => re_ + "bia" ;--# notpresent VP (Impf Ind Pl P2) => re_ + "beu" ;--# notpresent VP (Impf Ind Sg P2) => re_ + "bies" ;--# notpresent VP (Impf Ind Pl P3) => re_ + "bien" ;--# notpresent VP (Impf Ind Sg P3) => re_ + "bia" ;--# notpresent - VP (Impf Sub Pl P1) => re_ + "bssim" ;--# notpresent - VP (Impf Sub Sg P1) => re_ + "bs" ;--# notpresent - VP (Impf Sub Pl P2) => re_ + "bssiu" ;--# notpresent - VP (Impf Sub Sg P2) => re_ + "bessis" ;--# notpresent - VP (Impf Sub Pl P3) => re_ + "bessin" ;--# notpresent - VP (Impf Sub Sg P3) => re_ + "bs" ;--# notpresent + VP (Impf Subj Pl P1) => re_ + "bssim" ;--# notpresent + VP (Impf Subj Sg P1) => re_ + "bs" ;--# notpresent + VP (Impf Subj Pl P2) => re_ + "bssiu" ;--# notpresent + VP (Impf Subj Sg P2) => re_ + "bessis" ;--# notpresent + VP (Impf Subj Pl P3) => re_ + "bessin" ;--# notpresent + VP (Impf Subj Sg P3) => re_ + "bs" ;--# notpresent VP (Fut Pl P1) => re_ + "brem" ;--# notpresent VP (Fut Sg P1) => re_ + "br" ;--# notpresent VP (Fut Pl P2) => re_ + "breu" ;--# notpresent @@ -4478,30 +4474,30 @@ let recl_ = Predef.tk 4 recloure in {s = table { VI Infn => recl_ + "oure" ; VI Ger => recl_ + "oent" ; - VP (Pres Ind Pl P1) => recl_ + "oem" ; - VP (Pres Ind Sg P1) => recl_ + "oc" ; + VP (Pres Ind Pl P1) => recl_ + "oem" ; + VP (Pres Ind Sg P1) => recl_ + "oc" ; VP (Pres Ind Pl P2) => recl_ + "oeu" ; VP (Pres Ind Sg P2) => recl_ + "ous" ; VP (Pres Ind Pl P3) => recl_ + "ouen" ; VP (Pres Ind Sg P3) => recl_ + "ou" ; - VP (Pres Sub Pl P1) => recl_ + "oguem" ; - VP (Pres Sub Sg P1) => recl_ + "ogui" ; - VP (Pres Sub Pl P2) => recl_ + "ogueu" ; - VP (Pres Sub Sg P2) => recl_ + "oguis" ; - VP (Pres Sub Pl P3) => recl_ + "oguin" ; - VP (Pres Sub Sg P3) => recl_ + "ogui" ; - VP (Impf Ind Pl P1) => recl_ + "oem" ;--# notpresent - VP (Impf Ind Sg P1) => recl_ + "oa" ;--# notpresent + VP (Pres Subj Pl P1) => recl_ + "oguem" ; + VP (Pres Subj Sg P1) => recl_ + "ogui" ; + VP (Pres Subj Pl P2) => recl_ + "ogueu" ; + VP (Pres Subj Sg P2) => recl_ + "oguis" ; + VP (Pres Subj Pl P3) => recl_ + "oguin" ; + VP (Pres Subj Sg P3) => recl_ + "ogui" ; + VP (Impf Ind Pl P1) => recl_ + "oem" ;--# notpresent + VP (Impf Ind Sg P1) => recl_ + "oa" ;--# notpresent VP (Impf Ind Pl P2) => recl_ + "oeu" ;--# notpresent VP (Impf Ind Sg P2) => recl_ + "oes" ;--# notpresent VP (Impf Ind Pl P3) => recl_ + "oen" ;--# notpresent VP (Impf Ind Sg P3) => recl_ + "oa" ;--# notpresent - VP (Impf Sub Pl P1) => recl_ + "ogussim" ;--# notpresent - VP (Impf Sub Sg P1) => recl_ + "ogus" ;--# notpresent - VP (Impf Sub Pl P2) => recl_ + "ogussiu" ;--# notpresent - VP (Impf Sub Sg P2) => recl_ + "oguessis" ;--# notpresent - VP (Impf Sub Pl P3) => recl_ + "oguessin" ;--# notpresent - VP (Impf Sub Sg P3) => recl_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P1) => recl_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => recl_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => recl_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => recl_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => recl_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => recl_ + "ogus" ;--# notpresent VP (Fut Pl P1) => recl_ + "ourem" ;--# notpresent VP (Fut Sg P1) => recl_ + "our" ;--# notpresent VP (Fut Pl P2) => recl_ + "oureu" ;--# notpresent @@ -4540,30 +4536,30 @@ let redu_ = Predef.tk 2 reduir in VI Infn => redu_ + "ir" ; VI Ger => redu_ + "int" ; VI Part => redu_ + "t" ; - VP (Pres Ind Pl P1) => redu_ + "m" ; - VP (Pres Ind Sg P1) => redu_ + "eixo" ; + VP (Pres Ind Pl P1) => redu_ + "m" ; + VP (Pres Ind Sg P1) => redu_ + "eixo" ; VP (Pres Ind Pl P2) => redu_ + "u" ; VP (Pres Ind Sg P2) => redu_ + "eixes" ; VP (Pres Ind Pl P3) => redu_ + "eixen" ; VP (Pres Ind Sg P3) => redu_ + "eix" ; - VP (Pres Sub Pl P1) => redu_ + "m" ; - VP (Pres Sub Sg P1) => redu_ + "eixi" ; - VP (Pres Sub Pl P2) => redu_ + "u" ; - VP (Pres Sub Sg P2) => redu_ + "eixis" ; - VP (Pres Sub Pl P3) => redu_ + "eixin" ; - VP (Pres Sub Sg P3) => redu_ + "eixi" ; - VP (Impf Ind Pl P1) => redu_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => redu_ + "a" ;--# notpresent + VP (Pres Subj Pl P1) => redu_ + "m" ; + VP (Pres Subj Sg P1) => redu_ + "eixi" ; + VP (Pres Subj Pl P2) => redu_ + "u" ; + VP (Pres Subj Sg P2) => redu_ + "eixis" ; + VP (Pres Subj Pl P3) => redu_ + "eixin" ; + VP (Pres Subj Sg P3) => redu_ + "eixi" ; + VP (Impf Ind Pl P1) => redu_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => redu_ + "a" ;--# notpresent VP (Impf Ind Pl P2) => redu_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => redu_ + "es" ;--# notpresent VP (Impf Ind Pl P3) => redu_ + "en" ;--# notpresent VP (Impf Ind Sg P3) => redu_ + "a" ;--# notpresent - VP (Impf Sub Pl P1) => redu_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => redu_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => redu_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => redu_ + "ssis" ;--# notpresent - VP (Impf Sub Pl P3) => redu_ + "ssin" ;--# notpresent - VP (Impf Sub Sg P3) => redu_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => redu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => redu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => redu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => redu_ + "ssis" ;--# notpresent + VP (Impf Subj Pl P3) => redu_ + "ssin" ;--# notpresent + VP (Impf Subj Sg P3) => redu_ + "s" ;--# notpresent VP (Fut Pl P1) => redu_ + "irem" ;--# notpresent VP (Fut Sg P1) => redu_ + "ir" ;--# notpresent VP (Fut Pl P2) => redu_ + "ireu" ;--# notpresent @@ -4602,30 +4598,30 @@ let r_ = Predef.tk 4 riure in VI Infn => r_ + "iure" ; VI Ger => r_ + "ient" ; VI Part => r_ + "igut" ; - VP (Pres Ind Pl P1) => r_ + "iem" ; - VP (Pres Ind Sg P1) => r_ + "ic" ; + VP (Pres Ind Pl P1) => r_ + "iem" ; + VP (Pres Ind Sg P1) => r_ + "ic" ; VP (Pres Ind Pl P2) => r_ + "ieu" ; VP (Pres Ind Sg P2) => r_ + "ius" ; VP (Pres Ind Pl P3) => r_ + "iuen" ; VP (Pres Ind Sg P3) => r_ + "iu" ; - VP (Pres Sub Pl P1) => r_ + "iguem" ; - VP (Pres Sub Sg P1) => r_ + "igui" ; - VP (Pres Sub Pl P2) => r_ + "igueu" ; - VP (Pres Sub Sg P2) => r_ + "iguis" ; - VP (Pres Sub Pl P3) => r_ + "iguin" ; - VP (Pres Sub Sg P3) => r_ + "igui" ; - VP (Impf Ind Pl P1) => r_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => r_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => r_ + "iguem" ; + VP (Pres Subj Sg P1) => r_ + "igui" ; + VP (Pres Subj Pl P2) => r_ + "igueu" ; + VP (Pres Subj Sg P2) => r_ + "iguis" ; + VP (Pres Subj Pl P3) => r_ + "iguin" ; + VP (Pres Subj Sg P3) => r_ + "igui" ; + VP (Impf Ind Pl P1) => r_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => r_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => r_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => r_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => r_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => r_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => r_ + "igussim" ;--# notpresent - VP (Impf Sub Sg P1) => r_ + "igus" ;--# notpresent - VP (Impf Sub Pl P2) => r_ + "igussiu" ;--# notpresent - VP (Impf Sub Sg P2) => r_ + "iguessis" ;--# notpresent - VP (Impf Sub Pl P3) => r_ + "iguessin" ;--# notpresent - VP (Impf Sub Sg P3) => r_ + "igus" ;--# notpresent + VP (Impf Subj Pl P1) => r_ + "igussim" ;--# notpresent + VP (Impf Subj Sg P1) => r_ + "igus" ;--# notpresent + VP (Impf Subj Pl P2) => r_ + "igussiu" ;--# notpresent + VP (Impf Subj Sg P2) => r_ + "iguessis" ;--# notpresent + VP (Impf Subj Pl P3) => r_ + "iguessin" ;--# notpresent + VP (Impf Subj Sg P3) => r_ + "igus" ;--# notpresent VP (Fut Pl P1) => r_ + "iurem" ;--# notpresent VP (Fut Sg P1) => r_ + "iur" ;--# notpresent VP (Fut Pl P2) => r_ + "iureu" ;--# notpresent @@ -4662,30 +4658,30 @@ let rom_ = Predef.tk 5 romandre in {s = table { VI Infn => rom_ + "andre" ; VI Ger => rom_ + "anent" ; - VP (Pres Ind Pl P1) => rom_ + "anem" ; - VP (Pres Ind Sg P1) => rom_ + "anc" ; + VP (Pres Ind Pl P1) => rom_ + "anem" ; + VP (Pres Ind Sg P1) => rom_ + "anc" ; VP (Pres Ind Pl P2) => rom_ + "aneu" ; VP (Pres Ind Sg P2) => rom_ + "ans" ; VP (Pres Ind Pl P3) => rom_ + "anen" ; VP (Pres Ind Sg P3) => rom_ + "an" ; - VP (Pres Sub Pl P1) => rom_ + "anguem" ; - VP (Pres Sub Sg P1) => rom_ + "angui" ; - VP (Pres Sub Pl P2) => rom_ + "angueu" ; - VP (Pres Sub Sg P2) => rom_ + "anguis" ; - VP (Pres Sub Pl P3) => rom_ + "anguin" ; - VP (Pres Sub Sg P3) => rom_ + "angui" ; - VP (Impf Ind Pl P1) => rom_ + "anem" ;--# notpresent - VP (Impf Ind Sg P1) => rom_ + "ania" ;--# notpresent + VP (Pres Subj Pl P1) => rom_ + "anguem" ; + VP (Pres Subj Sg P1) => rom_ + "angui" ; + VP (Pres Subj Pl P2) => rom_ + "angueu" ; + VP (Pres Subj Sg P2) => rom_ + "anguis" ; + VP (Pres Subj Pl P3) => rom_ + "anguin" ; + VP (Pres Subj Sg P3) => rom_ + "angui" ; + VP (Impf Ind Pl P1) => rom_ + "anem" ;--# notpresent + VP (Impf Ind Sg P1) => rom_ + "ania" ;--# notpresent VP (Impf Ind Pl P2) => rom_ + "aneu" ;--# notpresent VP (Impf Ind Sg P2) => rom_ + "anies" ;--# notpresent VP (Impf Ind Pl P3) => rom_ + "anien" ;--# notpresent VP (Impf Ind Sg P3) => rom_ + "ania" ;--# notpresent - VP (Impf Sub Pl P1) => rom_ + "angussim" ;--# notpresent - VP (Impf Sub Sg P1) => rom_ + "angus" ;--# notpresent - VP (Impf Sub Pl P2) => rom_ + "angussiu" ;--# notpresent - VP (Impf Sub Sg P2) => rom_ + "anguessis" ;--# notpresent - VP (Impf Sub Pl P3) => rom_ + "anguessin" ;--# notpresent - VP (Impf Sub Sg P3) => rom_ + "angus" ;--# notpresent + VP (Impf Subj Pl P1) => rom_ + "angussim" ;--# notpresent + VP (Impf Subj Sg P1) => rom_ + "angus" ;--# notpresent + VP (Impf Subj Pl P2) => rom_ + "angussiu" ;--# notpresent + VP (Impf Subj Sg P2) => rom_ + "anguessis" ;--# notpresent + VP (Impf Subj Pl P3) => rom_ + "anguessin" ;--# notpresent + VP (Impf Subj Sg P3) => rom_ + "angus" ;--# notpresent VP (Fut Pl P1) => rom_ + "andrem" ;--# notpresent VP (Fut Sg P1) => rom_ + "andr" ;--# notpresent VP (Fut Pl P2) => rom_ + "andreu" ;--# notpresent @@ -4725,30 +4721,30 @@ let x_ = Predef.tk 5 saber in VI Infn => x_ + "saber" ; VI Ger => x_ + "sabent" ; VI Part => x_ + "sabut" ; - VP (Pres Ind Pl P1) => x_ + "sabem" ; - VP (Pres Ind Sg P1) => x_ + "s" ; + VP (Pres Ind Pl P1) => x_ + "sabem" ; + VP (Pres Ind Sg P1) => x_ + "s" ; VP (Pres Ind Pl P2) => x_ + "sabeu" ; VP (Pres Ind Sg P2) => x_ + "saps" ; VP (Pres Ind Pl P3) => x_ + "saben" ; VP (Pres Ind Sg P3) => x_ + "sap" ; - VP (Pres Sub Pl P1) => x_ + "sapiguem" ; - VP (Pres Sub Sg P1) => x_ + "spiga" ; - VP (Pres Sub Pl P2) => x_ + "sapigueu" ; - VP (Pres Sub Sg P2) => x_ + "spigues" ; - VP (Pres Sub Pl P3) => x_ + "spiguen" ; - VP (Pres Sub Sg P3) => x_ + "spiga" ; - VP (Impf Ind Pl P1) => x_ + "sabem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "sabia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "sapiguem" ; + VP (Pres Subj Sg P1) => x_ + "spiga" ; + VP (Pres Subj Pl P2) => x_ + "sapigueu" ; + VP (Pres Subj Sg P2) => x_ + "spigues" ; + VP (Pres Subj Pl P3) => x_ + "spiguen" ; + VP (Pres Subj Sg P3) => x_ + "spiga" ; + VP (Impf Ind Pl P1) => x_ + "sabem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "sabia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "sabeu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "sabies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "sabien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "sabia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "sabssim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "sabs" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "sabssiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "sabessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "sabessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "sabs" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "sabssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "sabs" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "sabssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "sabessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "sabessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "sabs" ;--# notpresent VP (Fut Pl P1) => x_ + "sabrem" ;--# notpresent VP (Fut Sg P1) => x_ + "sabr" ;--# notpresent VP (Fut Pl P2) => x_ + "sabreu" ;--# notpresent @@ -4786,30 +4782,30 @@ let sent_ = Predef.tk 2 sentir in VI Infn => sent_ + "ir" ; VI Ger => sent_ + "int" ; VI Part => sent_ + "it" ; - VP (Pres Ind Pl P1) => sent_ + "im" ; - VP (Pres Ind Sg P1) => sent_ + "o" ; + VP (Pres Ind Pl P1) => sent_ + "im" ; + VP (Pres Ind Sg P1) => sent_ + "o" ; VP (Pres Ind Pl P2) => sent_ + "iu" ; VP (Pres Ind Sg P2) => sent_ + "s" ; VP (Pres Ind Pl P3) => sent_ + "en" ; VP (Pres Ind Sg P3) => sent_ + "" ; - VP (Pres Sub Pl P1) => sent_ + "im" ; - VP (Pres Sub Sg P1) => sent_ + "i" ; - VP (Pres Sub Pl P2) => sent_ + "iu" ; - VP (Pres Sub Sg P2) => sent_ + "is" ; - VP (Pres Sub Pl P3) => sent_ + "in" ; - VP (Pres Sub Sg P3) => sent_ + "i" ; - VP (Impf Ind Pl P1) => sent_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => sent_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => sent_ + "im" ; + VP (Pres Subj Sg P1) => sent_ + "i" ; + VP (Pres Subj Pl P2) => sent_ + "iu" ; + VP (Pres Subj Sg P2) => sent_ + "is" ; + VP (Pres Subj Pl P3) => sent_ + "in" ; + VP (Pres Subj Sg P3) => sent_ + "i" ; + VP (Impf Ind Pl P1) => sent_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => sent_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => sent_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => sent_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => sent_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => sent_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => sent_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => sent_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => sent_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => sent_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => sent_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => sent_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => sent_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => sent_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => sent_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => sent_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => sent_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => sent_ + "s" ;--# notpresent VP (Fut Pl P1) => sent_ + "irem" ;--# notpresent VP (Fut Sg P1) => sent_ + "ir" ;--# notpresent VP (Fut Pl P2) => sent_ + "ireu" ;--# notpresent @@ -4847,30 +4843,30 @@ let serv_ = Predef.tk 2 servir in VI Infn => serv_ + "ir" ; VI Ger => serv_ + "int" ; VI Part => serv_ + "it" ; - VP (Pres Ind Pl P1) => serv_ + "im" ; - VP (Pres Ind Sg P1) => serv_ + "eixo" ; + VP (Pres Ind Pl P1) => serv_ + "im" ; + VP (Pres Ind Sg P1) => serv_ + "eixo" ; VP (Pres Ind Pl P2) => serv_ + "iu" ; VP (Pres Ind Sg P2) => serv_ + "eixes" ; VP (Pres Ind Pl P3) => serv_ + "eixen" ; VP (Pres Ind Sg P3) => serv_ + "eix" ; - VP (Pres Sub Pl P1) => serv_ + "im" ; - VP (Pres Sub Sg P1) => serv_ + "eixi" ; - VP (Pres Sub Pl P2) => serv_ + "iu" ; - VP (Pres Sub Sg P2) => serv_ + "eixis" ; - VP (Pres Sub Pl P3) => serv_ + "eixin" ; - VP (Pres Sub Sg P3) => serv_ + "eixi" ; - VP (Impf Ind Pl P1) => serv_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => serv_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => serv_ + "im" ; + VP (Pres Subj Sg P1) => serv_ + "eixi" ; + VP (Pres Subj Pl P2) => serv_ + "iu" ; + VP (Pres Subj Sg P2) => serv_ + "eixis" ; + VP (Pres Subj Pl P3) => serv_ + "eixin" ; + VP (Pres Subj Sg P3) => serv_ + "eixi" ; + VP (Impf Ind Pl P1) => serv_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => serv_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => serv_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => serv_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => serv_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => serv_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => serv_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => serv_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => serv_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => serv_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => serv_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => serv_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => serv_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => serv_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => serv_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => serv_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => serv_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => serv_ + "s" ;--# notpresent VP (Fut Pl P1) => serv_ + "irem" ;--# notpresent VP (Fut Sg P1) => serv_ + "ir" ;--# notpresent VP (Fut Pl P2) => serv_ + "ireu" ;--# notpresent @@ -4908,38 +4904,38 @@ let s_ = Predef.tk 4 seure in VI Infn => s_ + "eure" ; VI Ger => s_ + "eient" ; VI Part => s_ + "egut" ; - VP (Pres Ind Pl P1) => s_ + "eiem" ; - VP (Pres Ind Sg P1) => s_ + "ec" ; + VP (Pres Ind Pl P1) => s_ + "eiem" ; + VP (Pres Ind Sg P1) => s_ + "ec" ; VP (Pres Ind Pl P2) => s_ + "eieu" ; VP (Pres Ind Sg P2) => s_ + "eus" ; VP (Pres Ind Pl P3) => s_ + "euen" ; VP (Pres Ind Sg P3) => s_ + "eu" ; - VP (Pres Sub Pl P1) => s_ + "eguem" ; - VP (Pres Sub Sg P1) => s_ + "ega" ; --- VP (Pres Sub Sg P1) => s_ + "egui" ; - VP (Pres Sub Pl P2) => s_ + "egueu" ; - VP (Pres Sub Sg P2) => s_ + "egues" ; --- VP (Pres Sub Sg P2) => s_ + "eguis" ; - VP (Pres Sub Pl P3) => s_ + "eguen" ; --- VP (Pres Sub Pl P3) => s_ + "eguin" ; - VP (Pres Sub Sg P3) => s_ + "ega" ; --- VP (Pres Sub Sg P3) => s_ + "egui" ; -- AR: why duplicated forms? - VP (Impf Ind Sg P1) => s_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => s_ + "eguem" ; + VP (Pres Subj Sg P1) => s_ + "ega" ; + VP (Pres Subj Sg P1) => s_ + "egui" ; + VP (Pres Subj Pl P2) => s_ + "egueu" ; + VP (Pres Subj Sg P2) => s_ + "egues" ; + VP (Pres Subj Sg P2) => s_ + "eguis" ; + VP (Pres Subj Pl P3) => s_ + "eguen" ; + VP (Pres Subj Pl P3) => s_ + "eguin" ; + VP (Pres Subj Sg P3) => s_ + "ega" ; + VP (Pres Subj Sg P3) => s_ + "egui" ; + VP (Impf Ind Sg P1) => s_ + "eia" ;--# notpresent VP (Impf Ind Sg P2) => s_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => s_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => s_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => s_ + "egurem" ;--# notpresent --- VP (Impf Sub Pl P1) => s_ + "egussim" ;--# notpresent - VP (Impf Sub Sg P1) => s_ + "eguera" ;--# notpresent --- VP (Impf Sub Sg P1) => s_ + "egus" ;--# notpresent - VP (Impf Sub Pl P2) => s_ + "egureu" ;--# notpresent --- VP (Impf Sub Pl P2) => s_ + "egussiu" ;--# notpresent - VP (Impf Sub Sg P2) => s_ + "egueres" ;--# notpresent --- VP (Impf Sub Sg P2) => s_ + "eguessis" ;--# notpresent - VP (Impf Sub Pl P3) => s_ + "egueren" ;--# notpresent --- VP (Impf Sub Pl P3) => s_ + "eguessin" ;--# notpresent - VP (Impf Sub Sg P3) => s_ + "eguera" ;--# notpresent --- VP (Impf Sub Sg P3) => s_ + "egus" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "egurem" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "eguera" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "egureu" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "egueres" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "egueren" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "eguera" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "egus" ;--# notpresent VP (Pret Pl P1) => s_ + "egurem" ;--# notpresent VP (Pret Sg P1) => s_ + "egu" ;--# notpresent VP (Pret Pl P2) => s_ + "egureu" ;--# notpresent @@ -4962,17 +4958,17 @@ let s_ = Predef.tk 4 seure in VP (Imp Pl P2) => s_ + "eieu" ; VP (Imp Sg P2) => s_ + "eu" ; VP (Imp Pl P3) => s_ + "eguen" ; --- VP (Imp Pl P3) => s_ + "eguin" ; + VP (Imp Pl P3) => s_ + "eguin" ; VP (Imp Sg P3) => s_ + "ega" ; --- VP (Imp Sg P3) => s_ + "egui" ; + VP (Imp Sg P3) => s_ + "egui" ; VP (Pass Pl Fem) => s_ + "egudes" ; VP (Pass Sg Fem) => s_ + "eguda" ; VP (Pass Pl Masc) => s_ + "eguts" ; VP (Pass Sg Masc) => s_ + "egut" ; VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent --- VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent --- VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent + VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent + VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent VP (Imp Sg P1) => variants {} } } ; @@ -4983,30 +4979,30 @@ let sof_ = Predef.tk 3 sofrir in VI Infn => sof_ + "rir" ; VI Ger => sof_ + "rint" ; VI Part => sof_ + "ert" ; - VP (Pres Ind Pl P1) => sof_ + "rim" ; - VP (Pres Ind Sg P1) => sof_ + "reixo" ; + VP (Pres Ind Pl P1) => sof_ + "rim" ; + VP (Pres Ind Sg P1) => sof_ + "reixo" ; VP (Pres Ind Pl P2) => sof_ + "riu" ; VP (Pres Ind Sg P2) => sof_ + "reixes" ; VP (Pres Ind Pl P3) => sof_ + "reixen" ; VP (Pres Ind Sg P3) => sof_ + "reix" ; - VP (Pres Sub Pl P1) => sof_ + "rim" ; - VP (Pres Sub Sg P1) => sof_ + "reixi" ; - VP (Pres Sub Pl P2) => sof_ + "riu" ; - VP (Pres Sub Sg P2) => sof_ + "reixis" ; - VP (Pres Sub Pl P3) => sof_ + "reixin" ; - VP (Pres Sub Sg P3) => sof_ + "reixi" ; - VP (Impf Ind Pl P1) => sof_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => sof_ + "ria" ;--# notpresent + VP (Pres Subj Pl P1) => sof_ + "rim" ; + VP (Pres Subj Sg P1) => sof_ + "reixi" ; + VP (Pres Subj Pl P2) => sof_ + "riu" ; + VP (Pres Subj Sg P2) => sof_ + "reixis" ; + VP (Pres Subj Pl P3) => sof_ + "reixin" ; + VP (Pres Subj Sg P3) => sof_ + "reixi" ; + VP (Impf Ind Pl P1) => sof_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => sof_ + "ria" ;--# notpresent VP (Impf Ind Pl P2) => sof_ + "reu" ;--# notpresent VP (Impf Ind Sg P2) => sof_ + "ries" ;--# notpresent VP (Impf Ind Pl P3) => sof_ + "rien" ;--# notpresent VP (Impf Ind Sg P3) => sof_ + "ria" ;--# notpresent - VP (Impf Sub Pl P1) => sof_ + "rssim" ;--# notpresent - VP (Impf Sub Sg P1) => sof_ + "rs" ;--# notpresent - VP (Impf Sub Pl P2) => sof_ + "rssiu" ;--# notpresent - VP (Impf Sub Sg P2) => sof_ + "rissis" ;--# notpresent - VP (Impf Sub Pl P3) => sof_ + "rissin" ;--# notpresent - VP (Impf Sub Sg P3) => sof_ + "rs" ;--# notpresent + VP (Impf Subj Pl P1) => sof_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => sof_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => sof_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => sof_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => sof_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => sof_ + "rs" ;--# notpresent VP (Fut Pl P1) => sof_ + "rirem" ;--# notpresent VP (Fut Sg P1) => sof_ + "rir" ;--# notpresent VP (Fut Pl P2) => sof_ + "rireu" ;--# notpresent @@ -5045,30 +5041,30 @@ let s_ = Predef.tk 5 sortir in VI Infn => s_ + "ortir" ; VI Ger => s_ + "ortint" ; VI Part => s_ + "ortit" ; - VP (Pres Ind Pl P1) => s_ + "ortim" ; - VP (Pres Ind Sg P1) => s_ + "urto" ; + VP (Pres Ind Pl P1) => s_ + "ortim" ; + VP (Pres Ind Sg P1) => s_ + "urto" ; VP (Pres Ind Pl P2) => s_ + "ortiu" ; VP (Pres Ind Sg P2) => s_ + "urts" ; VP (Pres Ind Pl P3) => s_ + "urten" ; VP (Pres Ind Sg P3) => s_ + "urt" ; - VP (Pres Sub Pl P1) => s_ + "ortim" ; - VP (Pres Sub Sg P1) => s_ + "urti" ; - VP (Pres Sub Pl P2) => s_ + "ortiu" ; - VP (Pres Sub Sg P2) => s_ + "urtis" ; - VP (Pres Sub Pl P3) => s_ + "urtin" ; - VP (Pres Sub Sg P3) => s_ + "urti" ; - VP (Impf Ind Pl P1) => s_ + "ortem" ;--# notpresent - VP (Impf Ind Sg P1) => s_ + "ortia" ;--# notpresent + VP (Pres Subj Pl P1) => s_ + "ortim" ; + VP (Pres Subj Sg P1) => s_ + "urti" ; + VP (Pres Subj Pl P2) => s_ + "ortiu" ; + VP (Pres Subj Sg P2) => s_ + "urtis" ; + VP (Pres Subj Pl P3) => s_ + "urtin" ; + VP (Pres Subj Sg P3) => s_ + "urti" ; + VP (Impf Ind Pl P1) => s_ + "ortem" ;--# notpresent + VP (Impf Ind Sg P1) => s_ + "ortia" ;--# notpresent VP (Impf Ind Pl P2) => s_ + "orteu" ;--# notpresent VP (Impf Ind Sg P2) => s_ + "orties" ;--# notpresent VP (Impf Ind Pl P3) => s_ + "ortien" ;--# notpresent VP (Impf Ind Sg P3) => s_ + "ortia" ;--# notpresent - VP (Impf Sub Pl P1) => s_ + "ortssim" ;--# notpresent - VP (Impf Sub Sg P1) => s_ + "orts" ;--# notpresent - VP (Impf Sub Pl P2) => s_ + "ortssiu" ;--# notpresent - VP (Impf Sub Sg P2) => s_ + "ortissis" ;--# notpresent - VP (Impf Sub Pl P3) => s_ + "ortissin" ;--# notpresent - VP (Impf Sub Sg P3) => s_ + "orts" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "ortssim" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "orts" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "ortssiu" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "ortissis" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "ortissin" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "orts" ;--# notpresent VP (Fut Pl P1) => s_ + "ortirem" ;--# notpresent VP (Fut Sg P1) => s_ + "ortir" ;--# notpresent VP (Fut Pl P2) => s_ + "ortireu" ;--# notpresent @@ -5106,30 +5102,30 @@ let supl_ = Predef.tk 2 suplir in VI Infn => supl_ + "ir" ; VI Ger => supl_ + "int" ; VI Part => supl_ + "ert" ; - VP (Pres Ind Pl P1) => supl_ + "im" ; - VP (Pres Ind Sg P1) => supl_ + "eixo" ; + VP (Pres Ind Pl P1) => supl_ + "im" ; + VP (Pres Ind Sg P1) => supl_ + "eixo" ; VP (Pres Ind Pl P2) => supl_ + "iu" ; VP (Pres Ind Sg P2) => supl_ + "eixes" ; VP (Pres Ind Pl P3) => supl_ + "eixen" ; VP (Pres Ind Sg P3) => supl_ + "eix" ; - VP (Pres Sub Pl P1) => supl_ + "im" ; - VP (Pres Sub Sg P1) => supl_ + "eixi" ; - VP (Pres Sub Pl P2) => supl_ + "iu" ; - VP (Pres Sub Sg P2) => supl_ + "eixis" ; - VP (Pres Sub Pl P3) => supl_ + "eixin" ; - VP (Pres Sub Sg P3) => supl_ + "eixi" ; - VP (Impf Ind Pl P1) => supl_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => supl_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => supl_ + "im" ; + VP (Pres Subj Sg P1) => supl_ + "eixi" ; + VP (Pres Subj Pl P2) => supl_ + "iu" ; + VP (Pres Subj Sg P2) => supl_ + "eixis" ; + VP (Pres Subj Pl P3) => supl_ + "eixin" ; + VP (Pres Subj Sg P3) => supl_ + "eixi" ; + VP (Impf Ind Pl P1) => supl_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => supl_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => supl_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => supl_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => supl_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => supl_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => supl_ + "ssim" ;--# notpresent - VP (Impf Sub Sg P1) => supl_ + "s" ;--# notpresent - VP (Impf Sub Pl P2) => supl_ + "ssiu" ;--# notpresent - VP (Impf Sub Sg P2) => supl_ + "issis" ;--# notpresent - VP (Impf Sub Pl P3) => supl_ + "issin" ;--# notpresent - VP (Impf Sub Sg P3) => supl_ + "s" ;--# notpresent + VP (Impf Subj Pl P1) => supl_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => supl_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => supl_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => supl_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => supl_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => supl_ + "s" ;--# notpresent VP (Fut Pl P1) => supl_ + "irem" ;--# notpresent VP (Fut Sg P1) => supl_ + "ir" ;--# notpresent VP (Fut Pl P2) => supl_ + "ireu" ;--# notpresent @@ -5166,30 +5162,30 @@ let t_ = Predef.tk 4 t {s = table { VI Ger => t_ + "ement" ; VI Part => t_ + "emut" ; - VP (Pres Ind Pl P1) => t_ + "emem" ; - VP (Pres Ind Sg P1) => t_ + "emo" ; + VP (Pres Ind Pl P1) => t_ + "emem" ; + VP (Pres Ind Sg P1) => t_ + "emo" ; VP (Pres Ind Pl P2) => t_ + "emeu" ; VP (Pres Ind Sg P2) => t_ + "ems" ; VP (Pres Ind Pl P3) => t_ + "emen" ; VP (Pres Ind Sg P3) => t_ + "em" ; - VP (Pres Sub Pl P1) => t_ + "emem" ; - VP (Pres Sub Sg P1) => t_ + "emi" ; - VP (Pres Sub Pl P2) => t_ + "emeu" ; - VP (Pres Sub Sg P2) => t_ + "emis" ; - VP (Pres Sub Pl P3) => t_ + "emin" ; - VP (Pres Sub Sg P3) => t_ + "emi" ; - VP (Impf Ind Pl P1) => t_ + "emem" ;--# notpresent - VP (Impf Ind Sg P1) => t_ + "emia" ;--# notpresent + VP (Pres Subj Pl P1) => t_ + "emem" ; + VP (Pres Subj Sg P1) => t_ + "emi" ; + VP (Pres Subj Pl P2) => t_ + "emeu" ; + VP (Pres Subj Sg P2) => t_ + "emis" ; + VP (Pres Subj Pl P3) => t_ + "emin" ; + VP (Pres Subj Sg P3) => t_ + "emi" ; + VP (Impf Ind Pl P1) => t_ + "emem" ;--# notpresent + VP (Impf Ind Sg P1) => t_ + "emia" ;--# notpresent VP (Impf Ind Pl P2) => t_ + "emeu" ;--# notpresent VP (Impf Ind Sg P2) => t_ + "emies" ;--# notpresent VP (Impf Ind Pl P3) => t_ + "emien" ;--# notpresent VP (Impf Ind Sg P3) => t_ + "emia" ;--# notpresent - VP (Impf Sub Pl P1) => t_ + "emssim" ;--# notpresent - VP (Impf Sub Sg P1) => t_ + "ems" ;--# notpresent - VP (Impf Sub Pl P2) => t_ + "emssiu" ;--# notpresent - VP (Impf Sub Sg P2) => t_ + "emessis" ;--# notpresent - VP (Impf Sub Pl P3) => t_ + "emessin" ;--# notpresent - VP (Impf Sub Sg P3) => t_ + "ems" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "emssim" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "ems" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "emssiu" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "emessis" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "emessin" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "ems" ;--# notpresent VP (Fut Pl P1) => t_ + "emerem" ;--# notpresent VP (Fut Sg P1) => t_ + "emer" ;--# notpresent VP (Fut Pl P2) => t_ + "emereu" ;--# notpresent @@ -5228,30 +5224,30 @@ let x_ = Predef.tk 5 tenir in VI Infn => x_ + "tenir" ; VI Ger => x_ + "tenint" ; VI Part => x_ + "tingut" ; - VP (Pres Ind Pl P1) => x_ + "tenim" ; - VP (Pres Ind Sg P1) => x_ + "tinc" ; + VP (Pres Ind Pl P1) => x_ + "tenim" ; + VP (Pres Ind Sg P1) => x_ + "tinc" ; VP (Pres Ind Pl P2) => x_ + "teniu" ; VP (Pres Ind Sg P2) => x_ + "tens" ; VP (Pres Ind Pl P3) => x_ + "tenen" ; VP (Pres Ind Sg P3) => x_ + "t" ; - VP (Pres Sub Pl P1) => x_ + "tinguem" ; - VP (Pres Sub Sg P1) => x_ + "tingui" ; - VP (Pres Sub Pl P2) => x_ + "tingueu" ; - VP (Pres Sub Sg P2) => x_ + "tinguis" ; - VP (Pres Sub Pl P3) => x_ + "tinguin" ; - VP (Pres Sub Sg P3) => x_ + "tingui" ; - VP (Impf Ind Pl P1) => x_ + "tenem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "tenia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "tinguem" ; + VP (Pres Subj Sg P1) => x_ + "tingui" ; + VP (Pres Subj Pl P2) => x_ + "tingueu" ; + VP (Pres Subj Sg P2) => x_ + "tinguis" ; + VP (Pres Subj Pl P3) => x_ + "tinguin" ; + VP (Pres Subj Sg P3) => x_ + "tingui" ; + VP (Impf Ind Pl P1) => x_ + "tenem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "tenia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "teneu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "tenies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "tenien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "tenia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "tingussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "tingus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "tingussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "tinguessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "tinguessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "tingussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "tingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "tinguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "tinguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "tingus" ;--# notpresent VP (Fut Pl P1) => x_ + "tindrem" ;--# notpresent VP (Fut Sg P1) => x_ + "tindr" ;--# notpresent VP (Fut Pl P2) => x_ + "tindreu" ;--# notpresent @@ -5289,30 +5285,30 @@ let tor_ = Predef.tk 3 tor VI Infn => tor_ + "ar" ; VI Ger => tor_ + "ant" ; VI Part => tor_ + "at" ; - VP (Pres Ind Pl P1) => tor_ + "cem" ; - VP (Pres Ind Sg P1) => tor_ + "o" ; + VP (Pres Ind Pl P1) => tor_ + "cem" ; + VP (Pres Ind Sg P1) => tor_ + "o" ; VP (Pres Ind Pl P2) => tor_ + "ceu" ; VP (Pres Ind Sg P2) => tor_ + "ces" ; VP (Pres Ind Pl P3) => tor_ + "cen" ; VP (Pres Ind Sg P3) => tor_ + "a" ; - VP (Pres Sub Pl P1) => tor_ + "cem" ; - VP (Pres Sub Sg P1) => tor_ + "ci" ; - VP (Pres Sub Pl P2) => tor_ + "ceu" ; - VP (Pres Sub Sg P2) => tor_ + "cis" ; - VP (Pres Sub Pl P3) => tor_ + "cin" ; - VP (Pres Sub Sg P3) => tor_ + "ci" ; - VP (Impf Ind Pl P1) => tor_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => tor_ + "ava" ;--# notpresent + VP (Pres Subj Pl P1) => tor_ + "cem" ; + VP (Pres Subj Sg P1) => tor_ + "ci" ; + VP (Pres Subj Pl P2) => tor_ + "ceu" ; + VP (Pres Subj Sg P2) => tor_ + "cis" ; + VP (Pres Subj Pl P3) => tor_ + "cin" ; + VP (Pres Subj Sg P3) => tor_ + "ci" ; + VP (Impf Ind Pl P1) => tor_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => tor_ + "ava" ;--# notpresent VP (Impf Ind Pl P2) => tor_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => tor_ + "aves" ;--# notpresent VP (Impf Ind Pl P3) => tor_ + "aven" ;--# notpresent VP (Impf Ind Sg P3) => tor_ + "ava" ;--# notpresent - VP (Impf Sub Pl P1) => tor_ + "cssim" ;--# notpresent - VP (Impf Sub Sg P1) => tor_ + "cs" ;--# notpresent - VP (Impf Sub Pl P2) => tor_ + "cssiu" ;--# notpresent - VP (Impf Sub Sg P2) => tor_ + "cessis" ;--# notpresent - VP (Impf Sub Pl P3) => tor_ + "cessin" ;--# notpresent - VP (Impf Sub Sg P3) => tor_ + "cs" ;--# notpresent + VP (Impf Subj Pl P1) => tor_ + "cssim" ;--# notpresent + VP (Impf Subj Sg P1) => tor_ + "cs" ;--# notpresent + VP (Impf Subj Pl P2) => tor_ + "cssiu" ;--# notpresent + VP (Impf Subj Sg P2) => tor_ + "cessis" ;--# notpresent + VP (Impf Subj Pl P3) => tor_ + "cessin" ;--# notpresent + VP (Impf Subj Sg P3) => tor_ + "cs" ;--# notpresent VP (Fut Pl P1) => tor_ + "arem" ;--# notpresent VP (Fut Sg P1) => tor_ + "ar" ;--# notpresent VP (Fut Pl P2) => tor_ + "areu" ;--# notpresent @@ -5349,37 +5345,36 @@ let t_ = Predef.tk 5 t {s = table { VI Ger => t_ + "orcent" ; VI Part => t_ + "ort" ; --- VI Part => t_ + "orut" ; -- AR why duplicate? - VP (Pres Ind Pl P1) => t_ + "orcem" ; - VP (Pres Ind Sg P1) => t_ + "orcem" ; + VI Part => t_ + "orut" ; + VP (Pres Ind Pl P1) => t_ + "orcem" ; VP (Pres Ind Pl P2) => t_ + "orceu" ; VP (Pres Ind Sg P2) => t_ + "orces" ; VP (Pres Ind Pl P3) => t_ + "orcen" ; VP (Pres Ind Sg P3) => t_ + "or" ; - VP (Pres Sub Pl P1) => t_ + "orcem" ; - VP (Pres Sub Sg P1) => t_ + "ora" ; - VP (Pres Sub Pl P2) => t_ + "orceu" ; - VP (Pres Sub Sg P2) => t_ + "orces" ; - VP (Pres Sub Pl P3) => t_ + "orcen" ; - VP (Pres Sub Sg P3) => t_ + "ora" ; - VP (Impf Ind Pl P1) => t_ + "orcem" ;--# notpresent - VP (Impf Ind Sg P1) => t_ + "orcia" ;--# notpresent + VP (Pres Subj Pl P1) => t_ + "orcem" ; + VP (Pres Subj Sg P1) => t_ + "ora" ; + VP (Pres Subj Pl P2) => t_ + "orceu" ; + VP (Pres Subj Sg P2) => t_ + "orces" ; + VP (Pres Subj Pl P3) => t_ + "orcen" ; + VP (Pres Subj Sg P3) => t_ + "ora" ; + VP (Impf Ind Pl P1) => t_ + "orcem" ;--# notpresent + VP (Impf Ind Sg P1) => t_ + "orcia" ;--# notpresent VP (Impf Ind Pl P2) => t_ + "orceu" ;--# notpresent VP (Impf Ind Sg P2) => t_ + "orcies" ;--# notpresent VP (Impf Ind Pl P3) => t_ + "orcien" ;--# notpresent VP (Impf Ind Sg P3) => t_ + "orcia" ;--# notpresent - VP (Impf Sub Pl P1) => t_ + "orcrem" ;--# notpresent --- VP (Impf Sub Pl P1) => t_ + "orcssim" ;--# notpresent - VP (Impf Sub Sg P1) => t_ + "orcera" ;--# notpresent --- VP (Impf Sub Sg P1) => t_ + "orcs" ;--# notpresent - VP (Impf Sub Pl P2) => t_ + "orcreu" ;--# notpresent --- VP (Impf Sub Pl P2) => t_ + "orcssiu" ;--# notpresent - VP (Impf Sub Sg P2) => t_ + "orceres" ;--# notpresent --- VP (Impf Sub Sg P2) => t_ + "orcessis" ;--# notpresent - VP (Impf Sub Pl P3) => t_ + "orceren" ;--# notpresent --- VP (Impf Sub Pl P3) => t_ + "orcessin" ;--# notpresent - VP (Impf Sub Sg P3) => t_ + "orcera" ;--# notpresent --- VP (Impf Sub Sg P3) => t_ + "orcs" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "orcrem" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "orcssim" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "orcera" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "orcs" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "orcreu" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "orcssiu" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "orceres" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "orcessis" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "orceren" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "orcessin" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "orcera" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "orcs" ;--# notpresent VP (Pret Pl P1) => t_ + "orcrem" ;--# notpresent VP (Pret Sg P1) => t_ + "orc" ;--# notpresent VP (Pret Pl P2) => t_ + "orcreu" ;--# notpresent @@ -5402,17 +5397,17 @@ let t_ = Predef.tk 5 t VP (Imp Pl P2) => t_ + "orceu" ; VP (Imp Sg P2) => t_ + "or" ; VP (Imp Pl P3) => t_ + "orcen" ; --- VP (Imp Pl P3) => t_ + "orcin" ; + VP (Imp Pl P3) => t_ + "orcin" ; VP (Imp Sg P3) => t_ + "orci" ; --- VP (Imp Sg P3) => t_ + "ora" ; + VP (Imp Sg P3) => t_ + "ora" ; VP (Pass Pl Fem) => t_ + "ortes" ; --- VP (Pass Pl Fem) => t_ + "orudes" ; + VP (Pass Pl Fem) => t_ + "orudes" ; VP (Pass Sg Fem) => t_ + "orta" ; --- VP (Pass Sg Fem) => t_ + "oruda" ; + VP (Pass Sg Fem) => t_ + "oruda" ; VP (Pass Pl Masc) => t_ + "orts" ; --- VP (Pass Pl Masc) => t_ + "oruts" ; + VP (Pass Pl Masc) => t_ + "oruts" ; VP (Pass Sg Masc) => t_ + "ort" ; --- VP (Pass Sg Masc) => t_ + "orut" ; + VP (Pass Sg Masc) => t_ + "orut" ; VI Infn => t_ + "rcer" ; VP (Imp Sg P1) => variants {} } @@ -5425,30 +5420,30 @@ let tren_ = Predef.tk 3 trencar in VI Infn => tren_ + "car" ; VI Ger => tren_ + "cant" ; VI Part => tren_ + "cat" ; - VP (Pres Ind Pl P1) => tren_ + "quem" ; - VP (Pres Ind Sg P1) => tren_ + "co" ; + VP (Pres Ind Pl P1) => tren_ + "quem" ; + VP (Pres Ind Sg P1) => tren_ + "co" ; VP (Pres Ind Pl P2) => tren_ + "queu" ; VP (Pres Ind Sg P2) => tren_ + "ques" ; VP (Pres Ind Pl P3) => tren_ + "quen" ; VP (Pres Ind Sg P3) => tren_ + "ca" ; - VP (Pres Sub Pl P1) => tren_ + "quem" ; - VP (Pres Sub Sg P1) => tren_ + "qui" ; - VP (Pres Sub Pl P2) => tren_ + "queu" ; - VP (Pres Sub Sg P2) => tren_ + "quis" ; - VP (Pres Sub Pl P3) => tren_ + "quin" ; - VP (Pres Sub Sg P3) => tren_ + "qui" ; - VP (Impf Ind Pl P1) => tren_ + "cvem" ;--# notpresent - VP (Impf Ind Sg P1) => tren_ + "cava" ;--# notpresent + VP (Pres Subj Pl P1) => tren_ + "quem" ; + VP (Pres Subj Sg P1) => tren_ + "qui" ; + VP (Pres Subj Pl P2) => tren_ + "queu" ; + VP (Pres Subj Sg P2) => tren_ + "quis" ; + VP (Pres Subj Pl P3) => tren_ + "quin" ; + VP (Pres Subj Sg P3) => tren_ + "qui" ; + VP (Impf Ind Pl P1) => tren_ + "cvem" ;--# notpresent + VP (Impf Ind Sg P1) => tren_ + "cava" ;--# notpresent VP (Impf Ind Pl P2) => tren_ + "cveu" ;--# notpresent VP (Impf Ind Sg P2) => tren_ + "caves" ;--# notpresent VP (Impf Ind Pl P3) => tren_ + "caven" ;--# notpresent VP (Impf Ind Sg P3) => tren_ + "cava" ;--# notpresent - VP (Impf Sub Pl P1) => tren_ + "qussim" ;--# notpresent - VP (Impf Sub Sg P1) => tren_ + "qus" ;--# notpresent - VP (Impf Sub Pl P2) => tren_ + "qussiu" ;--# notpresent - VP (Impf Sub Sg P2) => tren_ + "quessis" ;--# notpresent - VP (Impf Sub Pl P3) => tren_ + "quessin" ;--# notpresent - VP (Impf Sub Sg P3) => tren_ + "qus" ;--# notpresent + VP (Impf Subj Pl P1) => tren_ + "qussim" ;--# notpresent + VP (Impf Subj Sg P1) => tren_ + "qus" ;--# notpresent + VP (Impf Subj Pl P2) => tren_ + "qussiu" ;--# notpresent + VP (Impf Subj Sg P2) => tren_ + "quessis" ;--# notpresent + VP (Impf Subj Pl P3) => tren_ + "quessin" ;--# notpresent + VP (Impf Subj Sg P3) => tren_ + "qus" ;--# notpresent VP (Fut Pl P1) => tren_ + "carem" ;--# notpresent VP (Fut Sg P1) => tren_ + "car" ;--# notpresent VP (Fut Pl P2) => tren_ + "careu" ;--# notpresent @@ -5486,30 +5481,30 @@ let tr_ = Predef.tk 4 treure in VI Infn => tr_ + "eure" ; VI Ger => tr_ + "aient" ; VI Part => tr_ + "et" ; - VP (Pres Ind Pl P1) => tr_ + "aiem" ; - VP (Pres Ind Sg P1) => tr_ + "ec" ; + VP (Pres Ind Pl P1) => tr_ + "aiem" ; + VP (Pres Ind Sg P1) => tr_ + "ec" ; VP (Pres Ind Pl P2) => tr_ + "aieu" ; VP (Pres Ind Sg P2) => tr_ + "eus" ; VP (Pres Ind Pl P3) => tr_ + "euen" ; VP (Pres Ind Sg P3) => tr_ + "eu" ; - VP (Pres Sub Pl P1) => tr_ + "aguem" ; - VP (Pres Sub Sg P1) => tr_ + "egui" ; - VP (Pres Sub Pl P2) => tr_ + "agueu" ; - VP (Pres Sub Sg P2) => tr_ + "eguis" ; - VP (Pres Sub Pl P3) => tr_ + "eguin" ; - VP (Pres Sub Sg P3) => tr_ + "egui" ; - VP (Impf Ind Pl P1) => tr_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => tr_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => tr_ + "aguem" ; + VP (Pres Subj Sg P1) => tr_ + "egui" ; + VP (Pres Subj Pl P2) => tr_ + "agueu" ; + VP (Pres Subj Sg P2) => tr_ + "eguis" ; + VP (Pres Subj Pl P3) => tr_ + "eguin" ; + VP (Pres Subj Sg P3) => tr_ + "egui" ; + VP (Impf Ind Pl P1) => tr_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => tr_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => tr_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => tr_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => tr_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => tr_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => tr_ + "agussim" ;--# notpresent - VP (Impf Sub Sg P1) => tr_ + "agus" ;--# notpresent - VP (Impf Sub Pl P2) => tr_ + "agussiu" ;--# notpresent - VP (Impf Sub Sg P2) => tr_ + "aguessis" ;--# notpresent - VP (Impf Sub Pl P3) => tr_ + "aguessin" ;--# notpresent - VP (Impf Sub Sg P3) => tr_ + "agus" ;--# notpresent + VP (Impf Subj Pl P1) => tr_ + "agussim" ;--# notpresent + VP (Impf Subj Sg P1) => tr_ + "agus" ;--# notpresent + VP (Impf Subj Pl P2) => tr_ + "agussiu" ;--# notpresent + VP (Impf Subj Sg P2) => tr_ + "aguessis" ;--# notpresent + VP (Impf Subj Pl P3) => tr_ + "aguessin" ;--# notpresent + VP (Impf Subj Sg P3) => tr_ + "agus" ;--# notpresent VP (Fut Pl P1) => tr_ + "aurem" ;--# notpresent VP (Fut Sg P1) => tr_ + "aur" ;--# notpresent VP (Fut Pl P2) => tr_ + "aureu" ;--# notpresent @@ -5547,30 +5542,30 @@ let val_ = Predef.tk 2 valer in VI Infn => val_ + "er" ; VI Ger => val_ + "ent" ; VI Part => val_ + "gut" ; - VP (Pres Ind Pl P1) => val_ + "em" ; - VP (Pres Ind Sg P1) => val_ + "c" ; + VP (Pres Ind Pl P1) => val_ + "em" ; + VP (Pres Ind Sg P1) => val_ + "c" ; VP (Pres Ind Pl P2) => val_ + "eu" ; VP (Pres Ind Sg P2) => val_ + "s" ; VP (Pres Ind Pl P3) => val_ + "en" ; VP (Pres Ind Sg P3) => val_ + "" ; - VP (Pres Sub Pl P1) => val_ + "guem" ; - VP (Pres Sub Sg P1) => val_ + "gui" ; - VP (Pres Sub Pl P2) => val_ + "gueu" ; - VP (Pres Sub Sg P2) => val_ + "guis" ; - VP (Pres Sub Pl P3) => val_ + "guin" ; - VP (Pres Sub Sg P3) => val_ + "gui" ; - VP (Impf Ind Pl P1) => val_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => val_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => val_ + "guem" ; + VP (Pres Subj Sg P1) => val_ + "gui" ; + VP (Pres Subj Pl P2) => val_ + "gueu" ; + VP (Pres Subj Sg P2) => val_ + "guis" ; + VP (Pres Subj Pl P3) => val_ + "guin" ; + VP (Pres Subj Sg P3) => val_ + "gui" ; + VP (Impf Ind Pl P1) => val_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => val_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => val_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => val_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => val_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => val_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => val_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => val_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => val_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => val_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => val_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => val_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => val_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => val_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => val_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => val_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => val_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => val_ + "gus" ;--# notpresent VP (Fut Pl P1) => val_ + "drem" ;--# notpresent VP (Fut Sg P1) => val_ + "dr" ;--# notpresent VP (Fut Pl P2) => val_ + "dreu" ;--# notpresent @@ -5607,30 +5602,30 @@ let v_ = Predef.tk 5 v {s = table { VI Ger => v_ + "encent" ; VI Part => v_ + "enut" ; - VP (Pres Ind Pl P1) => v_ + "encem" ; - VP (Pres Ind Sg P1) => v_ + "eno" ; + VP (Pres Ind Pl P1) => v_ + "encem" ; + VP (Pres Ind Sg P1) => v_ + "eno" ; VP (Pres Ind Pl P2) => v_ + "enceu" ; VP (Pres Ind Sg P2) => v_ + "ences" ; VP (Pres Ind Pl P3) => v_ + "encen" ; VP (Pres Ind Sg P3) => v_ + "en" ; - VP (Pres Sub Pl P1) => v_ + "encem" ; - VP (Pres Sub Sg P1) => v_ + "enci" ; - VP (Pres Sub Pl P2) => v_ + "enceu" ; - VP (Pres Sub Sg P2) => v_ + "encis" ; - VP (Pres Sub Pl P3) => v_ + "encin" ; - VP (Pres Sub Sg P3) => v_ + "enci" ; - VP (Impf Ind Pl P1) => v_ + "encem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "encia" ;--# notpresent + VP (Pres Subj Pl P1) => v_ + "encem" ; + VP (Pres Subj Sg P1) => v_ + "enci" ; + VP (Pres Subj Pl P2) => v_ + "enceu" ; + VP (Pres Subj Sg P2) => v_ + "encis" ; + VP (Pres Subj Pl P3) => v_ + "encin" ; + VP (Pres Subj Sg P3) => v_ + "enci" ; + VP (Impf Ind Pl P1) => v_ + "encem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "encia" ;--# notpresent VP (Impf Ind Pl P2) => v_ + "enceu" ;--# notpresent VP (Impf Ind Sg P2) => v_ + "encies" ;--# notpresent VP (Impf Ind Pl P3) => v_ + "encien" ;--# notpresent VP (Impf Ind Sg P3) => v_ + "encia" ;--# notpresent - VP (Impf Sub Pl P1) => v_ + "encssim" ;--# notpresent - VP (Impf Sub Sg P1) => v_ + "encs" ;--# notpresent - VP (Impf Sub Pl P2) => v_ + "encssiu" ;--# notpresent - VP (Impf Sub Sg P2) => v_ + "encessis" ;--# notpresent - VP (Impf Sub Pl P3) => v_ + "encessin" ;--# notpresent - VP (Impf Sub Sg P3) => v_ + "encs" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "encssim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "encs" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "encssiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "encessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "encessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "encs" ;--# notpresent VP (Fut Pl P1) => v_ + "encerem" ;--# notpresent VP (Fut Sg P1) => v_ + "encer" ;--# notpresent VP (Fut Pl P2) => v_ + "encereu" ;--# notpresent @@ -5669,30 +5664,30 @@ let ven_ = Predef.tk 3 vendre in VI Infn => ven_ + "dre" ; VI Ger => ven_ + "ent" ; VI Part => ven_ + "ut" ; - VP (Pres Ind Pl P1) => ven_ + "em" ; - VP (Pres Ind Sg P1) => ven_ + "c" ; + VP (Pres Ind Pl P1) => ven_ + "em" ; + VP (Pres Ind Sg P1) => ven_ + "c" ; VP (Pres Ind Pl P2) => ven_ + "eu" ; VP (Pres Ind Sg P2) => ven_ + "s" ; VP (Pres Ind Pl P3) => ven_ + "en" ; VP (Pres Ind Sg P3) => ven_ + "" ; - VP (Pres Sub Pl P1) => ven_ + "guem" ; - VP (Pres Sub Sg P1) => ven_ + "gui" ; - VP (Pres Sub Pl P2) => ven_ + "gueu" ; - VP (Pres Sub Sg P2) => ven_ + "guis" ; - VP (Pres Sub Pl P3) => ven_ + "guin" ; - VP (Pres Sub Sg P3) => ven_ + "gui" ; - VP (Impf Ind Pl P1) => ven_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ven_ + "ia" ;--# notpresent + VP (Pres Subj Pl P1) => ven_ + "guem" ; + VP (Pres Subj Sg P1) => ven_ + "gui" ; + VP (Pres Subj Pl P2) => ven_ + "gueu" ; + VP (Pres Subj Sg P2) => ven_ + "guis" ; + VP (Pres Subj Pl P3) => ven_ + "guin" ; + VP (Pres Subj Sg P3) => ven_ + "gui" ; + VP (Impf Ind Pl P1) => ven_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ven_ + "ia" ;--# notpresent VP (Impf Ind Pl P2) => ven_ + "eu" ;--# notpresent VP (Impf Ind Sg P2) => ven_ + "ies" ;--# notpresent VP (Impf Ind Pl P3) => ven_ + "ien" ;--# notpresent VP (Impf Ind Sg P3) => ven_ + "ia" ;--# notpresent - VP (Impf Sub Pl P1) => ven_ + "gussim" ;--# notpresent - VP (Impf Sub Sg P1) => ven_ + "gus" ;--# notpresent - VP (Impf Sub Pl P2) => ven_ + "gussiu" ;--# notpresent - VP (Impf Sub Sg P2) => ven_ + "guessis" ;--# notpresent - VP (Impf Sub Pl P3) => ven_ + "guessin" ;--# notpresent - VP (Impf Sub Sg P3) => ven_ + "gus" ;--# notpresent + VP (Impf Subj Pl P1) => ven_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => ven_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => ven_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ven_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => ven_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => ven_ + "gus" ;--# notpresent VP (Fut Pl P1) => ven_ + "drem" ;--# notpresent VP (Fut Sg P1) => ven_ + "dr" ;--# notpresent VP (Fut Pl P2) => ven_ + "dreu" ;--# notpresent @@ -5730,30 +5725,30 @@ let v_ = Predef.tk 4 venir in VI Infn => v_ + "enir" ; VI Ger => v_ + "enint" ; VI Part => v_ + "ingut" ; - VP (Pres Ind Pl P1) => v_ + "enim" ; - VP (Pres Ind Sg P1) => v_ + "inc" ; + VP (Pres Ind Pl P1) => v_ + "enim" ; + VP (Pres Ind Sg P1) => v_ + "inc" ; VP (Pres Ind Pl P2) => v_ + "eniu" ; VP (Pres Ind Sg P2) => v_ + "ns" ; VP (Pres Ind Pl P3) => v_ + "nen" ; VP (Pres Ind Sg P3) => v_ + "e" ; - VP (Pres Sub Pl P1) => v_ + "inguem" ; - VP (Pres Sub Sg P1) => v_ + "ingui" ; - VP (Pres Sub Pl P2) => v_ + "ingueu" ; - VP (Pres Sub Sg P2) => v_ + "inguis" ; - VP (Pres Sub Pl P3) => v_ + "inguin" ; - VP (Pres Sub Sg P3) => v_ + "ingui" ; - VP (Impf Ind Pl P1) => v_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "enia" ;--# notpresent + VP (Pres Subj Pl P1) => v_ + "inguem" ; + VP (Pres Subj Sg P1) => v_ + "ingui" ; + VP (Pres Subj Pl P2) => v_ + "ingueu" ; + VP (Pres Subj Sg P2) => v_ + "inguis" ; + VP (Pres Subj Pl P3) => v_ + "inguin" ; + VP (Pres Subj Sg P3) => v_ + "ingui" ; + VP (Impf Ind Pl P1) => v_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "enia" ;--# notpresent VP (Impf Ind Pl P2) => v_ + "eneu" ;--# notpresent VP (Impf Ind Sg P2) => v_ + "enies" ;--# notpresent VP (Impf Ind Pl P3) => v_ + "enien" ;--# notpresent VP (Impf Ind Sg P3) => v_ + "enia" ;--# notpresent - VP (Impf Sub Pl P1) => v_ + "ingussim" ;--# notpresent - VP (Impf Sub Sg P1) => v_ + "ingus" ;--# notpresent - VP (Impf Sub Pl P2) => v_ + "ingussiu" ;--# notpresent - VP (Impf Sub Sg P2) => v_ + "inguessis" ;--# notpresent - VP (Impf Sub Pl P3) => v_ + "inguessin" ;--# notpresent - VP (Impf Sub Sg P3) => v_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "ingussim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "ingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "inguessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "inguessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "ingus" ;--# notpresent VP (Fut Pl P1) => v_ + "indrem" ;--# notpresent VP (Fut Sg P1) => v_ + "indr" ;--# notpresent VP (Fut Pl P2) => v_ + "indreu" ;--# notpresent @@ -5791,30 +5786,30 @@ let v_ = Predef.tk 4 veure in VI Infn => v_ + "eure" ; VI Ger => v_ + "eient" ; VI Part => v_ + "ist" ; - VP (Pres Ind Pl P1) => v_ + "eiem" ; - VP (Pres Ind Sg P1) => v_ + "eig" ; + VP (Pres Ind Pl P1) => v_ + "eiem" ; + VP (Pres Ind Sg P1) => v_ + "eig" ; VP (Pres Ind Pl P2) => v_ + "eieu" ; VP (Pres Ind Sg P2) => v_ + "eus" ; VP (Pres Ind Pl P3) => v_ + "euen" ; VP (Pres Ind Sg P3) => v_ + "eu" ; - VP (Pres Sub Pl P1) => v_ + "egem" ; - VP (Pres Sub Sg P1) => v_ + "egi" ; - VP (Pres Sub Pl P2) => v_ + "egeu" ; - VP (Pres Sub Sg P2) => v_ + "egis" ; - VP (Pres Sub Pl P3) => v_ + "egin" ; - VP (Pres Sub Sg P3) => v_ + "egi" ; - VP (Impf Ind Pl P1) => v_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "eia" ;--# notpresent + VP (Pres Subj Pl P1) => v_ + "egem" ; + VP (Pres Subj Sg P1) => v_ + "egi" ; + VP (Pres Subj Pl P2) => v_ + "egeu" ; + VP (Pres Subj Sg P2) => v_ + "egis" ; + VP (Pres Subj Pl P3) => v_ + "egin" ; + VP (Pres Subj Sg P3) => v_ + "egi" ; + VP (Impf Ind Pl P1) => v_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "eia" ;--# notpresent VP (Impf Ind Pl P2) => v_ + "ieu" ;--# notpresent VP (Impf Ind Sg P2) => v_ + "eies" ;--# notpresent VP (Impf Ind Pl P3) => v_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => v_ + "eia" ;--# notpresent - VP (Impf Sub Pl P1) => v_ + "eissim" ;--# notpresent - VP (Impf Sub Sg P1) => v_ + "eis" ;--# notpresent - VP (Impf Sub Pl P2) => v_ + "eissiu" ;--# notpresent - VP (Impf Sub Sg P2) => v_ + "eiessis" ;--# notpresent - VP (Impf Sub Pl P3) => v_ + "eiessin" ;--# notpresent - VP (Impf Sub Sg P3) => v_ + "eis" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "eissim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "eis" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "eissiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "eiessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "eiessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "eis" ;--# notpresent VP (Fut Pl P1) => v_ + "eurem" ;--# notpresent VP (Fut Sg P1) => v_ + "eur" ;--# notpresent VP (Fut Pl P2) => v_ + "eureu" ;--# notpresent @@ -5852,30 +5847,30 @@ let vi_ = Predef.tk 3 viure in VI Infn => vi_ + "ure" ; VI Ger => vi_ + "vint" ; VI Part => vi_ + "scut" ; - VP (Pres Ind Pl P1) => vi_ + "vim" ; - VP (Pres Ind Sg P1) => vi_ + "sc" ; + VP (Pres Ind Pl P1) => vi_ + "vim" ; + VP (Pres Ind Sg P1) => vi_ + "sc" ; VP (Pres Ind Pl P2) => vi_ + "viu" ; VP (Pres Ind Sg P2) => vi_ + "us" ; VP (Pres Ind Pl P3) => vi_ + "uen" ; VP (Pres Ind Sg P3) => vi_ + "u" ; - VP (Pres Sub Pl P1) => vi_ + "squem" ; - VP (Pres Sub Sg P1) => vi_ + "squi" ; - VP (Pres Sub Pl P2) => vi_ + "squeu" ; - VP (Pres Sub Sg P2) => vi_ + "squis" ; - VP (Pres Sub Pl P3) => vi_ + "squin" ; - VP (Pres Sub Sg P3) => vi_ + "squi" ; - VP (Impf Ind Pl P1) => vi_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => vi_ + "via" ;--# notpresent + VP (Pres Subj Pl P1) => vi_ + "squem" ; + VP (Pres Subj Sg P1) => vi_ + "squi" ; + VP (Pres Subj Pl P2) => vi_ + "squeu" ; + VP (Pres Subj Sg P2) => vi_ + "squis" ; + VP (Pres Subj Pl P3) => vi_ + "squin" ; + VP (Pres Subj Sg P3) => vi_ + "squi" ; + VP (Impf Ind Pl P1) => vi_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => vi_ + "via" ;--# notpresent VP (Impf Ind Pl P2) => vi_ + "veu" ;--# notpresent VP (Impf Ind Sg P2) => vi_ + "vies" ;--# notpresent VP (Impf Ind Pl P3) => vi_ + "vien" ;--# notpresent VP (Impf Ind Sg P3) => vi_ + "via" ;--# notpresent - VP (Impf Sub Pl P1) => vi_ + "squssim" ;--# notpresent - VP (Impf Sub Sg P1) => vi_ + "squs" ;--# notpresent - VP (Impf Sub Pl P2) => vi_ + "squssiu" ;--# notpresent - VP (Impf Sub Sg P2) => vi_ + "squessis" ;--# notpresent - VP (Impf Sub Pl P3) => vi_ + "squessin" ;--# notpresent - VP (Impf Sub Sg P3) => vi_ + "squs" ;--# notpresent + VP (Impf Subj Pl P1) => vi_ + "squssim" ;--# notpresent + VP (Impf Subj Sg P1) => vi_ + "squs" ;--# notpresent + VP (Impf Subj Pl P2) => vi_ + "squssiu" ;--# notpresent + VP (Impf Subj Sg P2) => vi_ + "squessis" ;--# notpresent + VP (Impf Subj Pl P3) => vi_ + "squessin" ;--# notpresent + VP (Impf Subj Sg P3) => vi_ + "squs" ;--# notpresent VP (Fut Pl P1) => vi_ + "urem" ;--# notpresent VP (Fut Sg P1) => vi_ + "ur" ;--# notpresent VP (Fut Pl P2) => vi_ + "ureu" ;--# notpresent @@ -5913,30 +5908,30 @@ let x_ = Predef.tk 5 voler in VI Infn => x_ + "oler" ; VI Ger => x_ + "olent" ; VI Part => x_ + "olgut" ; - VP (Pres Ind Pl P1) => x_ + "olem" ; - VP (Pres Ind Sg P1) => x_ + "ull" ; + VP (Pres Ind Pl P1) => x_ + "olem" ; + VP (Pres Ind Sg P1) => x_ + "ull" ; VP (Pres Ind Pl P2) => x_ + "oleu" ; VP (Pres Ind Sg P2) => x_ + "ols" ; VP (Pres Ind Pl P3) => x_ + "olen" ; VP (Pres Ind Sg P3) => x_ + "ol" ; - VP (Pres Sub Pl P1) => x_ + "ulguem" ; - VP (Pres Sub Sg P1) => x_ + "ulgui" ; - VP (Pres Sub Pl P2) => x_ + "ulgueu" ; - VP (Pres Sub Sg P2) => x_ + "ulguis" ; - VP (Pres Sub Pl P3) => x_ + "ulguin" ; - VP (Pres Sub Sg P3) => x_ + "ulgui" ; - VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent + VP (Pres Subj Pl P1) => x_ + "ulguem" ; + VP (Pres Subj Sg P1) => x_ + "ulgui" ; + VP (Pres Subj Pl P2) => x_ + "ulgueu" ; + VP (Pres Subj Sg P2) => x_ + "ulguis" ; + VP (Pres Subj Pl P3) => x_ + "ulguin" ; + VP (Pres Subj Sg P3) => x_ + "ulgui" ; + VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "olgus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent @@ -5964,7 +5959,6 @@ let x_ = Predef.tk 5 voler in VP (Pass Sg Fem) => x_ + "olguda" ; VP (Pass Pl Masc) => x_ + "olguts" ; VP (Pass Sg Masc) => x_ + "olgut" ; -{- AR commented out duplicates 22/6/2009 VI Infn => x_ + "oler" ; VI Ger => x_ + "olent" ; VI Part => x_ + "olgut" ; @@ -5974,24 +5968,24 @@ let x_ = Predef.tk 5 voler in VP (Pres Ind Sg P2) => x_ + "ols" ; VP (Pres Ind Pl P3) => x_ + "olen" ; VP (Pres Ind Sg P3) => x_ + "ol" ; - VP (Pres Sub Pl P1) => x_ + "ulguem" ; - VP (Pres Sub Sg P1) => x_ + "ulgui" ; - VP (Pres Sub Pl P2) => x_ + "ulgueu" ; - VP (Pres Sub Sg P2) => x_ + "ulguis" ; - VP (Pres Sub Pl P3) => x_ + "ulguin" ; - VP (Pres Sub Sg P3) => x_ + "ulgui" ; + VP (Pres Subj Pl P1) => x_ + "ulguem" ; + VP (Pres Subj Sg P1) => x_ + "ulgui" ; + VP (Pres Subj Pl P2) => x_ + "ulgueu" ; + VP (Pres Subj Sg P2) => x_ + "ulguis" ; + VP (Pres Subj Pl P3) => x_ + "ulguin" ; + VP (Pres Subj Sg P3) => x_ + "ulgui" ; VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent - VP (Impf Sub Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Impf Sub Sg P1) => x_ + "olgus" ;--# notpresent - VP (Impf Sub Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Impf Sub Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Impf Sub Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Impf Sub Sg P3) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent @@ -6019,7 +6013,6 @@ let x_ = Predef.tk 5 voler in VP (Pass Sg Fem) => x_ + "olguda" ; VP (Pass Pl Masc) => x_ + "olguts" ; VP (Pass Sg Masc) => x_ + "olgut" ; --} VP (Imp Sg P1) => variants {} } } ; diff --git a/old-lib/resource/catalan/CatCat.gf b/old-lib/resource/catalan/CatCat.gf new file mode 100644 index 000000000..7285852b1 --- /dev/null +++ b/old-lib/resource/catalan/CatCat.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatCat of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with -- JS restore TPast for notpresent + (ResRomance = ResCat) ; diff --git a/next-lib/src/catalan/CompatibilityCat.gf b/old-lib/resource/catalan/CompatibilityCat.gf similarity index 100% rename from next-lib/src/catalan/CompatibilityCat.gf rename to old-lib/resource/catalan/CompatibilityCat.gf diff --git a/next-lib/src/catalan/ConjunctionCat.gf b/old-lib/resource/catalan/ConjunctionCat.gf similarity index 100% rename from next-lib/src/catalan/ConjunctionCat.gf rename to old-lib/resource/catalan/ConjunctionCat.gf diff --git a/next-lib/src/catalan/DiffCat.gf b/old-lib/resource/catalan/DiffCat.gf similarity index 90% rename from next-lib/src/catalan/DiffCat.gf rename to old-lib/resource/catalan/DiffCat.gf index b77aee6e2..1b41659f3 100644 --- a/next-lib/src/catalan/DiffCat.gf +++ b/old-lib/resource/catalan/DiffCat.gf @@ -86,24 +86,22 @@ oper -- <_,_,CPron {n = Sg ; p = P2},CPron {n = Sg ; p = P1}> => <"te" ++ "me", []> ; infForm _ _ _ _ = True ; - - mkImperative b p vp = { + + mkImperative _ p vp = { --- politeness s = \\pol,aag => let - pe = case b of {True => P3 ; _ => p} ; - agr = aag ** {p = pe} ; - clpr = <[],[],False> ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; -----e verb = case of { -----e => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; -----e _ => (vp.s ! VPImperat).fin ! agr -----e } ; - verb = (vp.s ! VPImperat).fin ! agr ; ----e + agr = aag ** {p = p} ; + verb = case of { + => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; + _ => (vp.s ! VPImperat).fin ! agr + } ; neg = vp.neg ! pol ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol in neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; } ; - + negation : Polarity => (Str * Str) = table { Pos => <[],[]> ; Neg => <"no",[]> @@ -174,7 +172,7 @@ oper copula = verbBeschH (ser_52 "ser") ; - haver_V : Verb = verbBeschH (haver_59 "haver" True) ; + haver_V : Verb = verbBeschH (haver_59 "haver") ; verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ; diff --git a/next-lib/src/catalan/ExtraCat.gf b/old-lib/resource/catalan/ExtraCat.gf similarity index 100% rename from next-lib/src/catalan/ExtraCat.gf rename to old-lib/resource/catalan/ExtraCat.gf diff --git a/next-lib/src/catalan/ExtraCatAbs.gf b/old-lib/resource/catalan/ExtraCatAbs.gf similarity index 100% rename from next-lib/src/catalan/ExtraCatAbs.gf rename to old-lib/resource/catalan/ExtraCatAbs.gf diff --git a/next-lib/src/catalan/ExtraRomanceCat.gf b/old-lib/resource/catalan/ExtraRomanceCat.gf similarity index 100% rename from next-lib/src/catalan/ExtraRomanceCat.gf rename to old-lib/resource/catalan/ExtraRomanceCat.gf diff --git a/next-lib/src/catalan/GrammarCat.gf b/old-lib/resource/catalan/GrammarCat.gf similarity index 86% rename from next-lib/src/catalan/GrammarCat.gf rename to old-lib/resource/catalan/GrammarCat.gf index 097b882c4..6aeda2ef8 100644 --- a/next-lib/src/catalan/GrammarCat.gf +++ b/old-lib/resource/catalan/GrammarCat.gf @@ -11,7 +11,7 @@ concrete GrammarCat of Grammar = RelativeCat, ConjunctionCat, PhraseCat, - TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond], + TextX - [Tense,TPres,TPast,TFut,TCond], IdiomCat, StructuralCat diff --git a/next-lib/src/catalan/IdiomCat.gf b/old-lib/resource/catalan/IdiomCat.gf similarity index 79% rename from next-lib/src/catalan/IdiomCat.gf rename to old-lib/resource/catalan/IdiomCat.gf index d449a73eb..5b82047aa 100644 --- a/next-lib/src/catalan/IdiomCat.gf +++ b/old-lib/resource/catalan/IdiomCat.gf @@ -5,7 +5,7 @@ concrete IdiomCat of Idiom = CatCat ** lin ExistNP np = mkClause [] True (agrP3 Masc Sg) - (insertClit3 "hi" (insertComplement (\\_ => (np.s ! Acc).ton) (predV haver_V))) ; + (insertClit2 "hi" (insertComplement (\\_ => np.s ! Ton Acc) (predV haver_V))) ; GenericCl vp = mkClause "hom" True (agrP3 Masc Sg) vp ; ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; @@ -14,7 +14,7 @@ concrete IdiomCat of Idiom = CatCat ** insertComplement (\\agr => let - clpr = ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol in (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj @@ -25,7 +25,7 @@ concrete IdiomCat of Idiom = CatCat ** CleftNP np rs = mkClause [] True (agrP3 Masc Sg) (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => (np.s ! rs.c).ton) (predV copula))) ; + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; ExistIP ip = { @@ -33,7 +33,7 @@ concrete IdiomCat of Idiom = CatCat ** ip.s ! Nom ++ (mkClause [] True (agrP3 Masc Sg) - (insertClit3 "hi" (insertComplement (\\_ => ip.s ! Acc) (predV haver_V)))) + (insertClit2 "hi" (insertComplement (\\_ => ip.s ! Acc) (predV haver_V)))) .s ! DDir ! t ! a ! p ! Indic } ; diff --git a/next-lib/src/catalan/IrregCat.gf b/old-lib/resource/catalan/IrregCat.gf similarity index 100% rename from next-lib/src/catalan/IrregCat.gf rename to old-lib/resource/catalan/IrregCat.gf diff --git a/next-lib/src/catalan/IrregCatAbs.gf b/old-lib/resource/catalan/IrregCatAbs.gf similarity index 100% rename from next-lib/src/catalan/IrregCatAbs.gf rename to old-lib/resource/catalan/IrregCatAbs.gf diff --git a/next-lib/src/catalan/LangCat.gf b/old-lib/resource/catalan/LangCat.gf similarity index 68% rename from next-lib/src/catalan/LangCat.gf rename to old-lib/resource/catalan/LangCat.gf index b7643a81b..6e74e77bb 100644 --- a/next-lib/src/catalan/LangCat.gf +++ b/old-lib/resource/catalan/LangCat.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../prelude +--# -path=.:../romance:../abstract:../common:prelude concrete LangCat of Lang = GrammarCat, diff --git a/next-lib/src/catalan/LexiconCat.gf b/old-lib/resource/catalan/LexiconCat.gf similarity index 99% rename from next-lib/src/catalan/LexiconCat.gf rename to old-lib/resource/catalan/LexiconCat.gf index 053b80d43..d06cc7e57 100644 --- a/next-lib/src/catalan/LexiconCat.gf +++ b/old-lib/resource/catalan/LexiconCat.gf @@ -96,6 +96,7 @@ lin harbour_N = regMN "port" ; hate_V2 = dirV2 (verbV (canviar_16 "odiar")) ; hat_N = regMN "barret" ; + have_V2 = dirV2 (verbV (tenir_108 "tenir")) ; hear_V2 = mkV2 (regV "escoltar") dative ; -- Must be "oir". Add it to Besch hill_N = regMN "tur" ; hope_VS = mkVS (regV "esperar") ; @@ -361,5 +362,4 @@ lin reason_N = regFN "ra" ; uncertain_A = regA "incert" ; - } ; diff --git a/old-lib/resource/catalan/MorphoCat.gf b/old-lib/resource/catalan/MorphoCat.gf new file mode 100644 index 000000000..f21bc849d --- /dev/null +++ b/old-lib/resource/catalan/MorphoCat.gf @@ -0,0 +1,160 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple Catalan Resource Morphology +-- +-- Aarne Ranta 2002 -- 2005 +-- Jordi Saludes 2008: Derived from MorphoSpa. +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. To build a lexicon, it is better to use $ParadigmsCat$, which +-- gives a higher-level access to this module. + +resource MorphoCat = CommonRomance, ResCat ** + open PhonoCat, Prelude, Predef in { + + flags optimize=all ; coding=utf8 ; + +--2 Nouns +-- +-- The following macro is useful for creating the forms of number-dependent +-- tables, such as common nouns. +-- gcc M2.3 +oper + numForms : (_,_ : Str) -> Number => Str = \vi, vins -> + table {Sg => vi ; Pl => vins} ; + + nomCep : Str -> Number => Str = \cep -> + numForms cep (cep + "s") ; + + + nomCasa : Str -> Str -> Number => Str = \es,casa -> + numForms casa (init casa + es) ; + + nomFre : Str -> Number => Str = \fre -> + numForms fre (fre + "ns") ; + + nomCas : Str -> Number => Str = \cas -> + numForms cas (cas + "os") ; + + nomTest : Str -> Number => Str = \test -> + numForms test (variants {test + "s"; test + "os"}) ; + + nomFaig : Str -> Number => Str = \faig -> + let + fa = Predef.tk 2 faig + in + numForms faig (variants {fa + "jos" ; faig + "s"}) ; + + nomDesig : Str -> Number => Str = \desig -> + let + desi = Predef.tk 1 desig + in + numForms desig (variants {desi + "tjos" ; desi + "gs"}) ; + + nomTemps : Str -> Number => Str = \temps -> + numForms temps temps ; + +-- Common nouns are inflected in number and have an inherent gender. + + mkNoun : (Number => Str) -> Gender -> Noun = \noinois,gen -> + {s = noinois ; g = gen} ; + + mkNounIrreg : Str -> Str -> Gender -> Noun = \vi,vins -> + mkNoun (numForms vi vins) ; + + mkNomReg : Str -> Noun = \noi -> + let + mkNounMas : (Str -> Number => Str) -> Noun = \rule -> mkNoun (rule noi) Masc + in + case last noi of { + "a" => mkNoun (nomCasa "es" noi) Fem ; + "s"|"x"|"ç" => mkNounMas nomCas ; + "i"|"e" => mkNounMas nomFre ; + "í" => mkNounMas (nomCasa "ins") ; + "à" => mkNounMas (nomCasa "ans") ; + "ó" => mkNounMas (nomCasa "ons") ; + "g" => mkNounMas nomFaig ; + _ => mkNounMas nomCep + } ; + +--2 Adjectives +-- +-- Adjectives are conveniently seen as gender-dependent nouns. +-- Here are some patterns. First one that describes the worst case. +-- gcc M2.1 + + mkAdj : (_,_,_,_,_ : Str) -> Adj = \prim,prima,prims,primes,primament -> + {s = table { + AF Masc n => numForms prim prims ! n ; + AF Fem n => numForms prima primes ! n ; + AA => primament + } + } ; + +--- Then the regular and invariant patterns. + + adjPrim : Str -> Adj = \prim -> + mkAdj prim (prim + "a") (prim + "s") (prim + "es") (prim + "ament") ; + + adjBlau : Str -> Str -> Adj = \blau,blava -> + let + blav = Predef.tk 1 blava + in + mkAdj blau blava (blau + "s") (blav + "es") (blava + "ment") ; + + adjFondo : Str -> Adj = \fondo -> + let + fond = Predef.tk 1 fondo + in + adjBlau fondo (fond + "a") ; + + adjBo : Str -> Adj = \bo -> + mkAdj bo (bo + "na") (bo + "ns") (bo + "nes") (bo + "nament") ; + + adjFidel : Str -> Adj = \fidel -> + let + fidels = fidel + "s" + in + mkAdj fidel fidel fidels fidels (fidel + "ment") ; + + mkAdjReg : Str -> Adj = \prim -> + case last prim of { + "e"|"u"|"o" => adjFondo prim ; + _ => adjPrim prim + } ; + + +--2 Personal pronouns +-- +-- All the eight personal pronouns can be built by the following macro. +-- The use of "ne" as atonic genitive is debatable. +-- We follow the rule that the atonic nominative is empty. + + mkPronoun : (_,_,_,_,_,_,_,_ : Str) -> + Gender -> Number -> Person -> Pronoun = + \il,le,lui,Lui,son,sa,ses,see,g,n,p -> + {s = table { + Ton Nom => il ; + Ton x => prepCase x ++ Lui ; + Aton Nom => strOpt il ; ---- [] ; + Aton Acc => le ; + Aton (CPrep P_a) => lui ; + Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True + } ; + + +--2 Determiners +-- +-- Determiners, traditionally called indefinite pronouns, are inflected +-- in gender and number, like adjectives. + + pronForms : Adj -> Gender -> Number -> Str = \tal,g,n -> tal.s ! AF g n ; + +} diff --git a/next-lib/src/catalan/NounCat.gf b/old-lib/resource/catalan/NounCat.gf similarity index 100% rename from next-lib/src/catalan/NounCat.gf rename to old-lib/resource/catalan/NounCat.gf diff --git a/next-lib/src/catalan/NumeralCat.gf b/old-lib/resource/catalan/NumeralCat.gf similarity index 100% rename from next-lib/src/catalan/NumeralCat.gf rename to old-lib/resource/catalan/NumeralCat.gf diff --git a/next-lib/src/catalan/ParadigmsCat.gf b/old-lib/resource/catalan/ParadigmsCat.gf similarity index 96% rename from next-lib/src/catalan/ParadigmsCat.gf rename to old-lib/resource/catalan/ParadigmsCat.gf index ec6dc4b81..4032d94d7 100644 --- a/next-lib/src/catalan/ParadigmsCat.gf +++ b/old-lib/resource/catalan/ParadigmsCat.gf @@ -28,6 +28,8 @@ resource ParadigmsCat = open (Predef=Predef), Prelude, + CommonRomance, + ResCat, MorphoCat, BeschCat, CatCat in { @@ -327,7 +329,7 @@ oper {s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ; isPre = a.isPre ; lock_A = <>} ; compADeg a = - {s = table {Posit => a.s ! Posit ; _ => \\f => "ms" ++ a.s ! Posit ! f} ; + {s = table {Posit => a.s ! Posit ; _ => \\f => "ms" ++ a.s ! Posit ! f} ; isPre = a.isPre ; lock_A = <>} ; regADeg a = compADeg (regA a) ; @@ -336,16 +338,19 @@ oper mkAdV x = ss x ** {lock_AdV = <>} ; mkAdA x = ss x ** {lock_AdA = <>} ; - regV x = -- cantar, perdre, tmer, dormir, (servir) + regIIIV : (Str -> Verbum) -> Str -> V = \v,x -> -- I, IIa, IIb, III model given by v let verb = case (Predef.dp 2 x) of { - "re" => perdre_83 x ; - "er" => tmer_107 x ; - "ir" => dormir_44 x ; -- JS TODO: Consider "servir" - _ => cantar_15 x + "re" => perdre_83 x ; -- IIa + "er" => tmer_107 x ; -- IIb + "ir" => v x ; -- III? + _ => cantar_15 x -- Ia } in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; + regVa = regIIIV dormir_44 ; -- IIIa + regV = regIIIV servir_101 ; -- IIIb + reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; verbV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ; @@ -354,7 +359,7 @@ oper special_ppV ve pa = { s = table { - VPart g n => (adjFort pa).s ! AF g n ; + VPart g n => (adjPrim pa).s ! AF g n ; p => ve.s ! p } ; lock_V = <> ; @@ -437,7 +442,7 @@ oper --JS mkV : (mostrar,muestro : Str) -> V = regAltV ; mkV : Verbum -> V = verbV } ; - regV : Str -> V ; + regV, regVa : Str -> V ; --JS regAltV : (mostrar,muestro : Str) -> V ; verbV : Verbum -> V ; diff --git a/next-lib/src/catalan/PhonoCat.gf b/old-lib/resource/catalan/PhonoCat.gf similarity index 82% rename from next-lib/src/catalan/PhonoCat.gf rename to old-lib/resource/catalan/PhonoCat.gf index 61420cc45..f750aeb01 100644 --- a/next-lib/src/catalan/PhonoCat.gf +++ b/old-lib/resource/catalan/PhonoCat.gf @@ -34,16 +34,8 @@ elisEl = pre { "el" ; "l'" / vocal } ; elisLa = pre { "la" ; "l'" / vocalForta } ; elisEm = pre { "em" ; "m'" / vocal } ; elisEt = pre { "et" ; "t'" / vocal } ; - --- AR after pre syntax change 25/5/2009 elisEs = pre { - vocal => "s'" ; - "s" => "se" ; - _ => "es" - } ; - ---elisEs = pre { --- pre { "es" ; "s'" / vocal} ; --- "se" / strs { "s" } } ; + pre { "es" ; "s'" / vocal} ; + "se" / strs { "s" } } ; } diff --git a/next-lib/src/catalan/PhraseCat.gf b/old-lib/resource/catalan/PhraseCat.gf similarity index 100% rename from next-lib/src/catalan/PhraseCat.gf rename to old-lib/resource/catalan/PhraseCat.gf diff --git a/next-lib/src/catalan/QuestionCat.gf b/old-lib/resource/catalan/QuestionCat.gf similarity index 100% rename from next-lib/src/catalan/QuestionCat.gf rename to old-lib/resource/catalan/QuestionCat.gf diff --git a/next-lib/src/catalan/RelativeCat.gf b/old-lib/resource/catalan/RelativeCat.gf similarity index 100% rename from next-lib/src/catalan/RelativeCat.gf rename to old-lib/resource/catalan/RelativeCat.gf diff --git a/next-lib/src/catalan/ResCat.gf b/old-lib/resource/catalan/ResCat.gf similarity index 100% rename from next-lib/src/catalan/ResCat.gf rename to old-lib/resource/catalan/ResCat.gf diff --git a/next-lib/src/catalan/SentenceCat.gf b/old-lib/resource/catalan/SentenceCat.gf similarity index 100% rename from next-lib/src/catalan/SentenceCat.gf rename to old-lib/resource/catalan/SentenceCat.gf diff --git a/next-lib/src/catalan/StructuralCat.gf b/old-lib/resource/catalan/StructuralCat.gf similarity index 63% rename from next-lib/src/catalan/StructuralCat.gf rename to old-lib/resource/catalan/StructuralCat.gf index f1b1f2f5a..524420fa5 100644 --- a/next-lib/src/catalan/StructuralCat.gf +++ b/old-lib/resource/catalan/StructuralCat.gf @@ -1,38 +1,37 @@ concrete StructuralCat of Structural = CatCat ** - open PhonoCat, MorphoCat, ParadigmsCat, BeschCat, (X = ConstructX), Prelude in { + open PhonoCat, MorphoCat, ParadigmsCat, BeschCat, Prelude in { - flags optimize=all ; coding=utf8 ; + flags optimize=all ; lin above_Prep = mkPrep "sobre" ; - after_Prep = {s = ["després"] ; c = MorphoCat.genitive ; isDir = False} ; + after_Prep = {s = ["desprs"] ; c = MorphoCat.genitive ; isDir = False} ; all_Predet = { s = \\a,c => prepCase c ++ aagrForms "tot" "tota" "tots" "totes" ! a ; c = Nom } ; - almost_AdA, almost_AdN = ss (variants {"quasi"; "gairebé"}) ; + almost_AdA, almost_AdN = ss (variants {"quasi"; "gaireb"}) ; always_AdV = ss "sempre" ; - although_Subj = ss "benché" ** {m = Conjunct} ; + although_Subj = ss "bench" ** {m = Conjunct} ; and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ; because_Subj = ss "perque" ** {m = Indic} ; before_Prep = {s = "abans" ; c = MorphoCat.genitive ; isDir = False} ; behind_Prep = {s = "darrera" ; c = MorphoCat.genitive ; isDir = False} ; between_Prep = mkPrep "entre" ; both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ; - but_PConj = ss "però" ; + but_PConj = ss "per" ; by8agent_Prep = mkPrep "per" ; - by8means_Prep = mkPrep "mitjançant" ; + by8means_Prep = mkPrep "mitjanant" ; can8know_VV = mkVV (verbV (saber_99 "saber")) ; can_VV = mkVV (verbV (poder_85 "poder")) ; during_Prep = mkPrep "durant" ; ---- either7or_DConj = {s1,s2 = "o" ; n = Sg} ; everybody_NP = makeNP ["tothom"] Masc Sg ; - every_Det = {s,sp = \\_,_ => "cada" ; n = Sg ; s2 = []} ; + every_Det = {s = \\_,_ => "cada" ; n = Sg} ; everything_NP = pn2np (mkPN ["tot"] Masc) ; everywhere_Adv = ss ["a tot arreu"] ; - few_Det = { - s,sp = \\g,c => prepCase c ++ genForms "pocs" "poques" ! g ; n = Pl ; s2 = []} ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pocs" "poques" ! g ; n = Pl} ; --- first_Ord = {s = \\ag => (regA "primer").s ! Posit ! AF ag.g ag.n} ; for_Prep = mkPrep ["per a"] ; from_Prep = complGen ; --- @@ -41,9 +40,9 @@ lin "ell" "lo" "el" "ell" ["el seu"] ["la seva"] ["els seus"] ["les seves"] Masc Sg P3 ; - here_Adv = mkAdv "aquí" ; -- acÌ - here7to_Adv = mkAdv ["cap aquí"] ; - here7from_Adv = mkAdv ["d'aquí"] ; + here_Adv = mkAdv "aqu" ; -- ac + here7to_Adv = mkAdv ["cap aqu"] ; + here7from_Adv = mkAdv ["d'aqu"] ; how_IAdv = ss "com" ; how8many_IDet = {s = \\g,c => prepCase c ++ genForms "quants" "quantes" ! g ; n = Pl} ; @@ -60,18 +59,16 @@ lin "ell" "lo" "el" "ell" ["el seu"] ["la seva"] ["els seus"] ["les seves"] Masc Sg P3 ; - less_CAdv = X.mkCAdv "menys" conjThan ; ---- - many_Det = { - s,sp = \\g,c => prepCase c ++ genForms "molts" "moltes" ! g ; n = Pl ; s2 = []} ; - more_CAdv = X.mkCAdv "més" conjThan ; + less_CAdv = ss "menys" ; ---- + many_Det = {s = \\g,c => prepCase c ++ genForms "molts" "moltes" ! g ; n = Pl} ; + more_CAdv = ss "ms" ; most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ; - much_Det = { - s,sp = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg ; s2 = []} ; - must_VV = mkVV (verbV (haver_59 "haver" True)) ; -- + of_Prep + much_Det = {s = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg} ; + must_VV = mkVV (verbV (haver_59 "haver")) ; -- + of_Prep no_Utt = ss "no" ; on_Prep = mkPrep "sobre" ; --- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ; - only_Predet = {s = \\_,c => prepCase c ++ "nomÈs" ; c = Nom} ; + only_Predet = {s = \\_,c => prepCase c ++ "noms" ; c = Nom} ; or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; otherwise_PConj = ss "altrament" ; part_Prep = complGen ; @@ -84,43 +81,32 @@ lin ["el seu"] ["la seva"] ["els seus"] ["les seves"] Fem Sg P3 ; so_AdA = ss "tan" ; - somebody_NP = pn2np (mkPN ["alg˙"] Masc) ; - somePl_Det = {s,sp = - \\g,c => prepCase c ++ genForms "alguns" "algunes" ! g ; n = Pl ; s2 = []} ; - someSg_Det = { - s,sp = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg ; s2 = []} ; + somebody_NP = pn2np (mkPN ["alg"] Masc) ; + somePl_Det = {s = \\g,c => prepCase c ++ genForms "alguns" "algunes" ! g ; n = Pl} ; + someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; something_NP = pn2np (mkPN ["quelcom"] Masc) ; somewhere_Adv = ss ["a algun lloc"] ; - that_Quant = - let aquell : ParadigmsCat.Number => ParadigmsCat.Gender => Case => Str = table { + that_Quant = { + s = table { Sg => \\g,c => prepCase c ++ genForms "aquell" "aquella" ! g ; Pl => \\g,c => prepCase c ++ genForms "aquells" "aquelles" ! g } - in { - s = \\_ => aquell ; - sp = aquell ; - s2 = [] } ; - there_Adv = mkAdv "allà" ; -- all· - there7to_Adv = mkAdv ["cap a allà"] ; - there7from_Adv = mkAdv ["d'allà"] ; + there_Adv = mkAdv "all" ; -- all + there7to_Adv = mkAdv ["cap a all"] ; + there7from_Adv = mkAdv ["d'all"] ; therefore_PConj = ss ["per tant"] ; they_Pron = mkPronoun "elles" "les" "les" "elles" ["el seu"] ["la seva"] ["llurs"] ["llurs"] Fem Pl P3 ; - - this_Quant = - let aquest : ParadigmsCat.Number => ParadigmsCat.Gender => Case => Str = table { + this_Quant = { + s = table { Sg => \\g,c => prepCase c ++ genForms "aquest" "aquesta" ! g ; Pl => \\g,c => prepCase c ++ genForms "aquests" "aquestes" ! g } - in { - s = \\_ => aquest ; - sp = aquest ; - s2 = [] } ; - through_Prep = mkPrep "mitjançant" ; + through_Prep = mkPrep "mitjanant" ; too_AdA = ss "massa" ; to_Prep = complDat ; under_Prep = mkPrep "sota" ; @@ -131,22 +117,22 @@ lin "nosaltres" "nos" "nos" "nosaltres" ["el nostre"] ["la nostra"] ["els nostres"] ["les nostres"] Fem Pl P1 ; - whatSg_IP = {s = \\c => prepCase c ++ ["què"] ; a = aagr Masc Sg} ; - whatPl_IP = {s = \\c => prepCase c ++ ["què"] ; a = aagr Masc Pl} ; --- + whatSg_IP = {s = \\c => prepCase c ++ ["qu"] ; a = aagr Masc Sg} ; + whatPl_IP = {s = \\c => prepCase c ++ ["qu"] ; a = aagr Masc Pl} ; --- when_IAdv = ss "quan" ; when_Subj = ss "quan" ** {m = Indic} ; where_IAdv = ss "on" ; which_IQuant = {s = table { - Sg => \\g,c => prepCase c ++ "quin" ; --per fer: femenÌ quina + Sg => \\g,c => prepCase c ++ "quin" ; --per fer: femen quina Pl => \\g,c => prepCase c ++ "quins" } - } ; --per fer: femenÌ quines + } ; --per fer: femen quines whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Pl} ; whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Sg} ; - why_IAdv = ss ["per quË"] ; + why_IAdv = ss ["per qu"] ; without_Prep = mkPrep "sense" ; with_Prep = mkPrep "amb" ; - yes_Utt = ss "sí" ; + yes_Utt = ss "s" ; youSg_Pron = mkPronoun "tu" "et" "et" "tu" ["el teu"] ["la teva"] ["els teus"] ["les teves"] @@ -158,11 +144,11 @@ lin Fem Pl P2 ; youPol_Pron = mkPronoun - "vosté" "li" "li" "vosté" + "vost" "li" "li" "vost" ["el seu"] ["la seva"] ["els seus"] ["les seves"] Fem Pl P2 ; - have_V2 = dirV2 (verbV (tenir_108 "tenir")) ; + oper etConj : {s : Str ; n : MorphoCat.Number} = {s = "i" } ** {n = Pl} ; -} +} \ No newline at end of file diff --git a/next-lib/src/catalan/VerbCat.gf b/old-lib/resource/catalan/VerbCat.gf similarity index 100% rename from next-lib/src/catalan/VerbCat.gf rename to old-lib/resource/catalan/VerbCat.gf diff --git a/next-lib/src/common/CommonX.gf b/old-lib/resource/common/CommonX.gf similarity index 86% rename from next-lib/src/common/CommonX.gf rename to old-lib/resource/common/CommonX.gf index 5dcd7ce15..bcaf1e4b9 100644 --- a/next-lib/src/common/CommonX.gf +++ b/old-lib/resource/common/CommonX.gf @@ -11,17 +11,14 @@ concrete CommonX of Common = open (R = ParamX) in { AdA = {s : Str} ; --lock_AdA : {}} ; AdN = {s : Str} ; --lock_AdN : {}} ; IAdv = {s : Str} ; --lock_IAdv : {}} ; - CAdv = {s,p : Str} ; --lock_CAdv : {}} ; + CAdv = {s : Str} ; --lock_CAdv : {}} ; PConj = {s : Str} ; --lock_PConj : {}} ; - Temp = {s : Str ; t : R.Tense ; a : R.Anteriority} ; Tense = {s : Str ; t : R.Tense} ; Ant = {s : Str ; a : R.Anteriority} ; Pol = {s : Str ; p : R.Polarity} ; lin - TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a} ; - PPos = {s = []} ** {p = R.Pos} ; PNeg = {s = []} ** {p = R.Neg} ; TPres = {s = []} ** {t = R.Pres} ; diff --git a/next-lib/src/common/ConstructX.gf b/old-lib/resource/common/ConstructX.gf similarity index 90% rename from next-lib/src/common/ConstructX.gf rename to old-lib/resource/common/ConstructX.gf index 0c6de51ae..ee4decf00 100644 --- a/next-lib/src/common/ConstructX.gf +++ b/old-lib/resource/common/ConstructX.gf @@ -13,7 +13,7 @@ resource ConstructX = open CommonX in { mkAdA : Str -> AdA = \s -> {s = s ; lock_AdA = <>} ; mkAdN : Str -> AdN = \s -> {s = s ; lock_AdN = <>} ; mkIAdv : Str -> IAdv = \s -> {s = s ; lock_IAdv = <>} ; - mkCAdv : Str -> Str -> CAdv = \s,p -> {s = s ; p = p ; lock_CAdv = <>} ; + mkCAdv : Str -> CAdv = \s -> {s = s ; lock_CAdv = <>} ; mkPConj : Str -> PConj = \s -> {s = s ; lock_PConj = <>} ; } diff --git a/next-lib/src/common/ParamX.gf b/old-lib/resource/common/ParamX.gf similarity index 100% rename from next-lib/src/common/ParamX.gf rename to old-lib/resource/common/ParamX.gf diff --git a/next-lib/src/common/TenseX.gf b/old-lib/resource/common/TenseX.gf similarity index 100% rename from next-lib/src/common/TenseX.gf rename to old-lib/resource/common/TenseX.gf diff --git a/next-lib/src/common/TextX.gf b/old-lib/resource/common/TextX.gf similarity index 100% rename from next-lib/src/common/TextX.gf rename to old-lib/resource/common/TextX.gf diff --git a/next-lib/src/danish/AdjectiveDan.gf b/old-lib/resource/danish/AdjectiveDan.gf similarity index 100% rename from next-lib/src/danish/AdjectiveDan.gf rename to old-lib/resource/danish/AdjectiveDan.gf diff --git a/next-lib/src/danish/AdverbDan.gf b/old-lib/resource/danish/AdverbDan.gf similarity index 100% rename from next-lib/src/danish/AdverbDan.gf rename to old-lib/resource/danish/AdverbDan.gf diff --git a/next-lib/src/danish/AllDan.gf b/old-lib/resource/danish/AllDan.gf similarity index 100% rename from next-lib/src/danish/AllDan.gf rename to old-lib/resource/danish/AllDan.gf diff --git a/next-lib/src/danish/AllDanAbs.gf b/old-lib/resource/danish/AllDanAbs.gf similarity index 100% rename from next-lib/src/danish/AllDanAbs.gf rename to old-lib/resource/danish/AllDanAbs.gf diff --git a/next-lib/src/danish/CatDan.gf b/old-lib/resource/danish/CatDan.gf similarity index 100% rename from next-lib/src/danish/CatDan.gf rename to old-lib/resource/danish/CatDan.gf diff --git a/next-lib/src/danish/ConjunctionDan.gf b/old-lib/resource/danish/ConjunctionDan.gf similarity index 100% rename from next-lib/src/danish/ConjunctionDan.gf rename to old-lib/resource/danish/ConjunctionDan.gf diff --git a/next-lib/src/danish/DiffDan.gf b/old-lib/resource/danish/DiffDan.gf similarity index 98% rename from next-lib/src/danish/DiffDan.gf rename to old-lib/resource/danish/DiffDan.gf index 0973cedb1..2309efd3a 100644 --- a/next-lib/src/danish/DiffDan.gf +++ b/old-lib/resource/danish/DiffDan.gf @@ -41,7 +41,6 @@ instance DiffDan of DiffScand = open CommonScand, Prelude in { Utr => "en" ; Neutr => "et" } ; - detIndefPl = "nogle" ; verbHave = mkVerb "have" "har" "hav" "havde" "haft" "haven" "havet" "havne" ** diff --git a/next-lib/src/danish/ExtraDan.gf b/old-lib/resource/danish/ExtraDan.gf similarity index 100% rename from next-lib/src/danish/ExtraDan.gf rename to old-lib/resource/danish/ExtraDan.gf diff --git a/next-lib/src/danish/ExtraDanAbs.gf b/old-lib/resource/danish/ExtraDanAbs.gf similarity index 100% rename from next-lib/src/danish/ExtraDanAbs.gf rename to old-lib/resource/danish/ExtraDanAbs.gf diff --git a/next-lib/src/danish/ExtraScandDan.gf b/old-lib/resource/danish/ExtraScandDan.gf similarity index 100% rename from next-lib/src/danish/ExtraScandDan.gf rename to old-lib/resource/danish/ExtraScandDan.gf diff --git a/next-lib/src/danish/GrammarDan.gf b/old-lib/resource/danish/GrammarDan.gf similarity index 100% rename from next-lib/src/danish/GrammarDan.gf rename to old-lib/resource/danish/GrammarDan.gf diff --git a/next-lib/src/danish/IdiomDan.gf b/old-lib/resource/danish/IdiomDan.gf similarity index 100% rename from next-lib/src/danish/IdiomDan.gf rename to old-lib/resource/danish/IdiomDan.gf diff --git a/next-lib/src/danish/IrregDan.gf b/old-lib/resource/danish/IrregDan.gf similarity index 100% rename from next-lib/src/danish/IrregDan.gf rename to old-lib/resource/danish/IrregDan.gf diff --git a/next-lib/src/danish/IrregDanAbs.gf b/old-lib/resource/danish/IrregDanAbs.gf similarity index 100% rename from next-lib/src/danish/IrregDanAbs.gf rename to old-lib/resource/danish/IrregDanAbs.gf diff --git a/next-lib/src/danish/LangDan.gf b/old-lib/resource/danish/LangDan.gf similarity index 100% rename from next-lib/src/danish/LangDan.gf rename to old-lib/resource/danish/LangDan.gf diff --git a/next-lib/src/danish/LexiconDan.gf b/old-lib/resource/danish/LexiconDan.gf similarity index 99% rename from next-lib/src/danish/LexiconDan.gf rename to old-lib/resource/danish/LexiconDan.gf index 38361a67b..055a2c8dd 100644 --- a/next-lib/src/danish/LexiconDan.gf +++ b/old-lib/resource/danish/LexiconDan.gf @@ -92,6 +92,7 @@ lin harbour_N = mk2N "havn" "havnen" ; hate_V2 = dirV2 (regV "hade") ; hat_N = mk3N "hat" "hatten" "hatte" ; + have_V2 = dirV2 have_V ; hear_V2 = dirV2 (mk2V "hre" "hrte") ; hill_N = mk2N "hj" "hjen" ; hope_VS = mkVS (regV "hbe") ; diff --git a/next-lib/src/danish/MathDan.gf b/old-lib/resource/danish/MathDan.gf similarity index 100% rename from next-lib/src/danish/MathDan.gf rename to old-lib/resource/danish/MathDan.gf diff --git a/next-lib/src/danish/MorphoDan.gf b/old-lib/resource/danish/MorphoDan.gf similarity index 100% rename from next-lib/src/danish/MorphoDan.gf rename to old-lib/resource/danish/MorphoDan.gf diff --git a/next-lib/src/danish/NounDan.gf b/old-lib/resource/danish/NounDan.gf similarity index 100% rename from next-lib/src/danish/NounDan.gf rename to old-lib/resource/danish/NounDan.gf diff --git a/next-lib/src/danish/NumeralDan.gf b/old-lib/resource/danish/NumeralDan.gf similarity index 100% rename from next-lib/src/danish/NumeralDan.gf rename to old-lib/resource/danish/NumeralDan.gf diff --git a/next-lib/src/danish/ParadigmsDan.gf b/old-lib/resource/danish/ParadigmsDan.gf similarity index 100% rename from next-lib/src/danish/ParadigmsDan.gf rename to old-lib/resource/danish/ParadigmsDan.gf diff --git a/next-lib/src/danish/PhraseDan.gf b/old-lib/resource/danish/PhraseDan.gf similarity index 100% rename from next-lib/src/danish/PhraseDan.gf rename to old-lib/resource/danish/PhraseDan.gf diff --git a/next-lib/src/danish/QuestionDan.gf b/old-lib/resource/danish/QuestionDan.gf similarity index 100% rename from next-lib/src/danish/QuestionDan.gf rename to old-lib/resource/danish/QuestionDan.gf diff --git a/next-lib/src/danish/RelativeDan.gf b/old-lib/resource/danish/RelativeDan.gf similarity index 100% rename from next-lib/src/danish/RelativeDan.gf rename to old-lib/resource/danish/RelativeDan.gf diff --git a/next-lib/src/danish/ResDan.gf b/old-lib/resource/danish/ResDan.gf similarity index 100% rename from next-lib/src/danish/ResDan.gf rename to old-lib/resource/danish/ResDan.gf diff --git a/next-lib/src/danish/SentenceDan.gf b/old-lib/resource/danish/SentenceDan.gf similarity index 100% rename from next-lib/src/danish/SentenceDan.gf rename to old-lib/resource/danish/SentenceDan.gf diff --git a/next-lib/src/danish/StructuralDan.gf b/old-lib/resource/danish/StructuralDan.gf similarity index 81% rename from next-lib/src/danish/StructuralDan.gf rename to old-lib/resource/danish/StructuralDan.gf index 8c582ece4..3af15d100 100644 --- a/next-lib/src/danish/StructuralDan.gf +++ b/old-lib/resource/danish/StructuralDan.gf @@ -1,5 +1,5 @@ concrete StructuralDan of Structural = CatDan ** - open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in { + open MorphoDan, ParadigmsDan, Prelude in { flags optimize=all ; @@ -25,10 +25,10 @@ concrete StructuralDan of Structural = CatDan ** during_Prep = ss "under" ; either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; everybody_NP = regNP "alle" "alles" Plg ; - every_Det = {s = \\_,_ => "hver" ; sp = \\_,_ => "enhver" ; n = Sg ; det = DDef Indef} ; + every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; everything_NP = regNP "alt" "alts" SgNeutr ; everywhere_Adv = ss "overalt" ; - few_Det = {s,sp = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; --- first_Ord = {s = "frste" ; isDet = True} ; for_Prep = ss "for" ; from_Prep = ss "fra" ; @@ -44,16 +44,17 @@ concrete StructuralDan of Structural = CatDan ** MorphoDan.mkNP "jeg" "mig" "min" "mit" "mine" SgUtr P1 ; in_Prep = ss "i" ; it_Pron = MorphoDan.regNP "det" "dets" SgNeutr ; - less_CAdv = X.mkCAdv "mindre" conjThan ; - many_Det = {s,sp = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; - more_CAdv = X.mkCAdv "mer" conjThan ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; - much_Det = {s,sp = \\_,_ => "meget" ; n = Pl ; det = DDef Indef} ; + much_Det = {s = \\_,_ => "meget" ; n = Pl ; det = DDef Indef} ; must_VV = mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** {c2 = mkComplement [] ; lock_VV = <>} ; no_Utt = ss ["nej"] ; on_Prep = ss "p" ; +--- one_Quant = {s = \\_ => genderForms ["en"] ["et"] ; n = Sg ; det = DIndef} ; --- ei only_Predet = {s = \\_ => "kun"} ; or_Conj = {s1 = [] ; s2 = "eller" ; n = Pl} ; otherwise_PConj = ss "anderledes" ; @@ -63,15 +64,15 @@ concrete StructuralDan of Structural = CatDan ** quite_Adv = ss "temmelig" ; she_Pron = MorphoDan.mkNP "hun" "hende" "hendes" "hendes" "hendes" SgUtr P3 ; so_AdA = ss "s" ; - someSg_Det = {s,sp = \\_ => genderForms "nogen" "noget" ; n = Sg ; det = DIndef} ; - somePl_Det = {s,sp = \\_,_ => "nogle" ; n = Pl ; det = DIndef} ; + someSg_Det = {s = \\_ => genderForms "nogen" "noget" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "nogle" ; n = Pl ; det = DIndef} ; somebody_NP = regNP "nogen" "nogens" SgUtr ; something_NP = regNP "noget" "nogets" SgNeutr ; somewhere_Adv = ss ["et eller annet sted"] ; ---- ? that_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["den der"] ["det der"] ; - Pl => \\_,_,_ => ["de der"] + {s = table { + Sg => \\_ => genderForms ["den der"] ["det der"] ; + Pl => \\_,_ => ["de der"] } ; det = DDef Indef } ; @@ -81,9 +82,9 @@ concrete StructuralDan of Structural = CatDan ** therefore_PConj = ss "derfor" ; they_Pron = MorphoDan.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; this_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["denne"] ["dette"] ; - Pl => \\_,_,_ => ["disse"] + {s = table { + Sg => \\_ => genderForms ["denne"] ["dette"] ; + Pl => \\_,_ => ["disse"] } ; det = DDef Indef } ; @@ -118,7 +119,6 @@ concrete StructuralDan of Structural = CatDan ** MorphoDan.mkNP "du" "dig" "din" "dit" "dine" SgUtr P2 ; ---- youPl_Pron = MorphoDan.mkNP "i" "jer" "jeres" "jeres" "jeres" Plg P2 ; youPol_Pron = MorphoDan.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl - have_V2 = dirV2 have_V ; -- Auxiliaries that are used repeatedly. diff --git a/next-lib/src/danish/VerbDan.gf b/old-lib/resource/danish/VerbDan.gf similarity index 100% rename from next-lib/src/danish/VerbDan.gf rename to old-lib/resource/danish/VerbDan.gf diff --git a/next-lib/src/demo/Clause.gf b/old-lib/resource/demo/Clause.gf similarity index 72% rename from next-lib/src/demo/Clause.gf rename to old-lib/resource/demo/Clause.gf index f1ad31faa..4145d335a 100644 --- a/next-lib/src/demo/Clause.gf +++ b/old-lib/resource/demo/Clause.gf @@ -5,14 +5,15 @@ fun PredV2 : NP -> V2 -> NP -> Cl ; PredAP : NP -> AP -> Cl ; PredAdv : NP -> Adv -> Cl ; + PredNP : NP -> NP -> Cl ; - UseCl : Temp -> Pol -> Cl -> S ; + UseCl : Tense -> Ant -> Pol -> Cl -> S ; QuestV : IP -> V -> QCl ; QuestV2 : IP -> V2 -> NP -> QCl ; -- QuestV2Slash : IP -> NP -> V2 -> QCl ; - UseQCl : Temp -> Pol -> QCl -> QS ; + UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; ImpV : V -> Imp ; -- ImpV2 : V2 -> NP -> Imp ; diff --git a/next-lib/src/demo/ClauseBul.gf b/old-lib/resource/demo/ClauseBul.gf similarity index 100% rename from next-lib/src/demo/ClauseBul.gf rename to old-lib/resource/demo/ClauseBul.gf diff --git a/next-lib/src/demo/ClauseCat.gf b/old-lib/resource/demo/ClauseCat.gf similarity index 100% rename from next-lib/src/demo/ClauseCat.gf rename to old-lib/resource/demo/ClauseCat.gf diff --git a/next-lib/src/demo/ClauseDan.gf b/old-lib/resource/demo/ClauseDan.gf similarity index 100% rename from next-lib/src/demo/ClauseDan.gf rename to old-lib/resource/demo/ClauseDan.gf diff --git a/next-lib/src/demo/ClauseEng.gf b/old-lib/resource/demo/ClauseEng.gf similarity index 100% rename from next-lib/src/demo/ClauseEng.gf rename to old-lib/resource/demo/ClauseEng.gf diff --git a/next-lib/src/demo/ClauseFin.gf b/old-lib/resource/demo/ClauseFin.gf similarity index 100% rename from next-lib/src/demo/ClauseFin.gf rename to old-lib/resource/demo/ClauseFin.gf diff --git a/next-lib/src/demo/ClauseFre.gf b/old-lib/resource/demo/ClauseFre.gf similarity index 100% rename from next-lib/src/demo/ClauseFre.gf rename to old-lib/resource/demo/ClauseFre.gf diff --git a/next-lib/src/demo/ClauseGer.gf b/old-lib/resource/demo/ClauseGer.gf similarity index 100% rename from next-lib/src/demo/ClauseGer.gf rename to old-lib/resource/demo/ClauseGer.gf diff --git a/next-lib/src/demo/ClauseI.gf b/old-lib/resource/demo/ClauseI.gf similarity index 92% rename from next-lib/src/demo/ClauseI.gf rename to old-lib/resource/demo/ClauseI.gf index 860a72432..12fa28995 100644 --- a/next-lib/src/demo/ClauseI.gf +++ b/old-lib/resource/demo/ClauseI.gf @@ -5,6 +5,7 @@ lin PredV2 s v o = PredVP s (ComplSlash (SlashV2a v) o) ; PredAP s a = PredVP s (UseComp (CompAP a)) ; PredAdv s a = PredVP s (UseComp (CompAdv a)) ; + PredNP s n = PredVP s (UseComp (CompNP n)) ; UseCl = Grammar.UseCl ; diff --git a/next-lib/src/demo/ClauseIta.gf b/old-lib/resource/demo/ClauseIta.gf similarity index 100% rename from next-lib/src/demo/ClauseIta.gf rename to old-lib/resource/demo/ClauseIta.gf diff --git a/next-lib/src/demo/ClauseNor.gf b/old-lib/resource/demo/ClauseNor.gf similarity index 100% rename from next-lib/src/demo/ClauseNor.gf rename to old-lib/resource/demo/ClauseNor.gf diff --git a/next-lib/src/demo/ClauseRus.gf b/old-lib/resource/demo/ClauseRus.gf similarity index 100% rename from next-lib/src/demo/ClauseRus.gf rename to old-lib/resource/demo/ClauseRus.gf diff --git a/next-lib/src/demo/ClauseSpa.gf b/old-lib/resource/demo/ClauseSpa.gf similarity index 100% rename from next-lib/src/demo/ClauseSpa.gf rename to old-lib/resource/demo/ClauseSpa.gf diff --git a/next-lib/src/demo/ClauseSwe.gf b/old-lib/resource/demo/ClauseSwe.gf similarity index 100% rename from next-lib/src/demo/ClauseSwe.gf rename to old-lib/resource/demo/ClauseSwe.gf diff --git a/next-lib/src/demo/Demo.gf b/old-lib/resource/demo/Demo.gf similarity index 100% rename from next-lib/src/demo/Demo.gf rename to old-lib/resource/demo/Demo.gf diff --git a/next-lib/src/demo/DemoBul.gf b/old-lib/resource/demo/DemoBul.gf similarity index 100% rename from next-lib/src/demo/DemoBul.gf rename to old-lib/resource/demo/DemoBul.gf diff --git a/next-lib/src/demo/DemoCat.gf b/old-lib/resource/demo/DemoCat.gf similarity index 100% rename from next-lib/src/demo/DemoCat.gf rename to old-lib/resource/demo/DemoCat.gf diff --git a/next-lib/src/demo/DemoDan.gf b/old-lib/resource/demo/DemoDan.gf similarity index 100% rename from next-lib/src/demo/DemoDan.gf rename to old-lib/resource/demo/DemoDan.gf diff --git a/next-lib/src/demo/DemoEng.gf b/old-lib/resource/demo/DemoEng.gf similarity index 100% rename from next-lib/src/demo/DemoEng.gf rename to old-lib/resource/demo/DemoEng.gf diff --git a/next-lib/src/demo/DemoFin.gf b/old-lib/resource/demo/DemoFin.gf similarity index 100% rename from next-lib/src/demo/DemoFin.gf rename to old-lib/resource/demo/DemoFin.gf diff --git a/next-lib/src/demo/DemoFre.gf b/old-lib/resource/demo/DemoFre.gf similarity index 100% rename from next-lib/src/demo/DemoFre.gf rename to old-lib/resource/demo/DemoFre.gf diff --git a/next-lib/src/demo/DemoGer.gf b/old-lib/resource/demo/DemoGer.gf similarity index 100% rename from next-lib/src/demo/DemoGer.gf rename to old-lib/resource/demo/DemoGer.gf diff --git a/next-lib/src/demo/DemoIta.gf b/old-lib/resource/demo/DemoIta.gf similarity index 100% rename from next-lib/src/demo/DemoIta.gf rename to old-lib/resource/demo/DemoIta.gf diff --git a/next-lib/src/demo/DemoNor.gf b/old-lib/resource/demo/DemoNor.gf similarity index 100% rename from next-lib/src/demo/DemoNor.gf rename to old-lib/resource/demo/DemoNor.gf diff --git a/next-lib/src/demo/DemoRus.gf b/old-lib/resource/demo/DemoRus.gf similarity index 100% rename from next-lib/src/demo/DemoRus.gf rename to old-lib/resource/demo/DemoRus.gf diff --git a/next-lib/src/demo/DemoSpa.gf b/old-lib/resource/demo/DemoSpa.gf similarity index 100% rename from next-lib/src/demo/DemoSpa.gf rename to old-lib/resource/demo/DemoSpa.gf diff --git a/next-lib/src/demo/DemoSwe.gf b/old-lib/resource/demo/DemoSwe.gf similarity index 100% rename from next-lib/src/demo/DemoSwe.gf rename to old-lib/resource/demo/DemoSwe.gf diff --git a/old-lib/resource/deva b/old-lib/resource/deva new file mode 100644 index 000000000..84d03498d --- /dev/null +++ b/old-lib/resource/deva @@ -0,0 +1 @@ +runghc hindi/Deva.hs $1 diff --git a/next-lib/doc/MkSynopsis.hs b/old-lib/resource/doc/MkSynopsis.hs similarity index 88% rename from next-lib/doc/MkSynopsis.hs rename to old-lib/resource/doc/MkSynopsis.hs index 88fe82c0d..57f1fe31b 100644 --- a/next-lib/doc/MkSynopsis.hs +++ b/old-lib/resource/doc/MkSynopsis.hs @@ -102,7 +102,7 @@ getRules file = do _ -> getrs rs ss2 rule s = (name, typ, ex) where - ws = takeWhile (/="--#") $ words s + ws = words s name = head ws (t,e) = span (/="--") (tail ws) typ = unwords $ filtype (drop 1 t) @@ -166,28 +166,24 @@ mkCatTable isLatex cs = inChunks chsize (\rs -> header ++ map mk1 rs) cs mk1 (name,expl,ex) = unwords ["|", showCat cs name, "|", expl, "|", typo ex, "|"] typo ex = if take 1 ex == "\"" then itf (init (tail ex)) else ex -srcPath = ("../src" ++) - synopsis = "synopsis.txt" -commonAPI = srcPath "/abstract/Common.gf" -catAPI = srcPath "/abstract/Cat.gf" -syntaxAPI = srcPath "/api/Constructors.gf" -structuralAPI = srcPath "/abstract/Structural.gf" +commonAPI = "../abstract/Common.gf" +catAPI = "../abstract/Cat.gf" +syntaxAPI = "../api/Constructors.gf" +structuralAPI = "../abstract/Structural.gf" paradigmFiles = [ - ("Bulgarian", srcPath "/bulgarian/ParadigmsBul.gf"), - ("Catalan", srcPath "/catalan/ParadigmsCat.gf"), - ("Danish", srcPath "/danish/ParadigmsDan.gf"), - ("English", srcPath "/english/ParadigmsEng.gf"), - ("Finnish", srcPath "/finnish/ParadigmsFin.gf"), - ("French", srcPath "/french/ParadigmsFre.gf"), - ("German", srcPath "/german/ParadigmsGer.gf"), --- ("Interlingua", srcPath "/interlingua/ParadigmsIna.gf"), - ("Italian", srcPath "/italian/ParadigmsIta.gf"), - ("Norwegian", srcPath "/norwegian/ParadigmsNor.gf"), - ("Romanian", srcPath "/romanian/ParadigmsRon.gf"), - ("Russian", srcPath "/russian/ParadigmsRus.gf"), - ("Spanish", srcPath "/spanish/ParadigmsSpa.gf"), - ("Swedish", srcPath "/swedish/ParadigmsSwe.gf") + ("Bulgarian", "../bulgarian/ParadigmsBul.gf"), + ("Danish", "../danish/ParadigmsDan.gf"), + ("English", "../english/ParadigmsEng.gf"), + ("Finnish", "../finnish/ParadigmsFin.gf"), + ("French", "../french/ParadigmsFre.gf"), + ("German", "../german/ParadigmsGer.gf"), +-- ("Interlingua", "../interlingua/ParadigmsIna.gf"), + ("Italian", "../italian/ParadigmsIta.gf"), + ("Norwegian", "../norwegian/ParadigmsNor.gf"), + ("Russian", "../russian/ParadigmsRus.gf"), + ("Spanish", "../spanish/ParadigmsSpa.gf"), + ("Swedish", "../swedish/ParadigmsSwe.gf") ] append s = appendFile synopsis ('\n':s) diff --git a/next-lib/doc/categories-imagemap.html b/old-lib/resource/doc/categories-imagemap.html similarity index 100% rename from next-lib/doc/categories-imagemap.html rename to old-lib/resource/doc/categories-imagemap.html diff --git a/next-lib/doc/categories-intro.txt b/old-lib/resource/doc/categories-intro.txt similarity index 100% rename from next-lib/doc/categories-intro.txt rename to old-lib/resource/doc/categories-intro.txt diff --git a/next-lib/doc/categories.dot b/old-lib/resource/doc/categories.dot similarity index 100% rename from next-lib/doc/categories.dot rename to old-lib/resource/doc/categories.dot diff --git a/next-lib/doc/categories.png b/old-lib/resource/doc/categories.png similarity index 100% rename from next-lib/doc/categories.png rename to old-lib/resource/doc/categories.png diff --git a/old-lib/resource/doc/resdemo.html b/old-lib/resource/doc/resdemo.html new file mode 100644 index 000000000..6cbd91aa6 --- /dev/null +++ b/old-lib/resource/doc/resdemo.html @@ -0,0 +1,2606 @@ + + + + + +Demo: UseCl TPres AAnter PPos (PredV2 (AdvNP (UsePron i_Pron) everywhere_Adv) wipe_V2 (UsePN paris_PN)) +
    +DemoBul: аз навсякъде съм бърсал Париж +
    +DemoCat: a tot arreu he eixugat Paris +
    +DemoDan: jeg overalt har visket Paris +
    +DemoEng: I everywhere have wiped Paris +
    +DemoFin: minä kaikkialla olen pyyhkinyt Pariisin +
    +DemoFre: je partout ai essuyé Paris +
    +DemoGer: ich überall habe Paris gewischt +
    +DemoIta: dappertutto ho asciugato Parigi +
    +DemoNor: jeg overalt har tørka Paris +
    +DemoRus: я везде вытираю Париж +
    +DemoSpa: en todas partes he secado Paris +
    +DemoSwe: jag överallt har torkat Paris +
    + Demo: UseCl TPres AAnter PNeg (PredAdv somebody_NP (ComparAdvAdjS more_CAdv blue_A (UseCl TCond ASimul PNeg (PredAdv (AdvNP (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 father_N2)))) here7to_Adv) (AdAdv so_AdA here7from_Adv))))) +
    +DemoBul: някой не е бил по - синьо от колкото брат на бащите до тук не би бил толкова от тук +
    +DemoCat: algú no ha estat més blavament que un germà dels pares cap aquí no seria tan d'aquí +
    +DemoDan: nogen har ikke været mer blått end en broder til fædrene hit ikke ville være så herfra +
    +DemoEng: somebody hasn't been more bluely than a brother of the fathers to here wouldn't be so from here +
    +DemoFin: joku ei ole ollut enemmän sinisesti kuin isien veli tänne ei olisi niin täältä +
    +DemoFre: quelqu'un n' a pas été plus bleuement qu' un frère des pères ici ne serait pas si d'ici +
    +DemoGer: jemand ist nicht mehr blau als ein Bruder von den Vätern hierher nicht so hieraus sein würde gewesen +
    +DemoIta: qualcuno non è stato più blumente che un fratello dei padri quì non sarebbe così da quì +
    +DemoNor: noen har ikke vært mer blått enn en bror til fedrene hit ikke ville være så herfra +
    +DemoRus: кто-то не более голубо чем брат отцов сюда не +
    +DemoSpa: algún no ha sido mas azulmente que un hermano de los padres para acá no sería tanto de acá +
    +DemoSwe: någon har inte varit mer blått än en bror till fäderna hit inte skulle vara så härifrån +
    + Demo: UseCl TFut AAnter PPos (PredV (UsePron we_Pron) live_V) +
    +DemoBul: ние ще сме живeли +
    +DemoCat: haurem viscut +
    +DemoDan: vi vil have levet +
    +DemoEng: we will have lived +
    +DemoFin: me olemme eläneet +
    +DemoFre: nous aurons vécu +
    +DemoGer: wir werden gelebt haben +
    +DemoIta: avremo vissuto +
    +DemoNor: vi vil ha levd +
    +DemoRus: мы будем жить +
    +DemoSpa: habremos vivido +
    +DemoSwe: vi ska ha levt +
    + Demo: UseCl TCond ASimul PNeg (PredAdv (UsePN paris_PN) far_Adv) +
    +DemoBul: Париж не би бил далече +
    +DemoCat: Paris no seria lluny +
    +DemoDan: Paris ville ikke være fjern +
    +DemoEng: Paris wouldn't be far +
    +DemoFin: Pariisi ei olisi kaukana +
    +DemoFre: Paris ne serait pas loin +
    +DemoGer: Paris würde nicht weit sein +
    +DemoIta: Parigi non sarebbe lontano +
    +DemoNor: Paris ville ikke være fjern +
    +DemoRus: Париж не +
    +DemoSpa: Paris no sería lejos +
    +DemoSwe: Paris skulle inte vara långt +
    + Demo: UseCl TFut ASimul PNeg (PredAdv (UsePron it_Pron) (PositAdvAdj full_A)) +
    +DemoBul: то няма да е пълно +
    +DemoCat: no serà pleament +
    +DemoDan: det vil ikke være fuldt +
    +DemoEng: it won't be fully +
    +DemoFin: se ei ole täydesti +
    +DemoFre: il ne sera pas pleinement +
    +DemoGer: es wird nicht voll sein +
    +DemoIta: non sarà pienamente +
    +DemoNor: det vil ikke være fullt +
    +DemoRus: оно не будет полно +
    +DemoSpa: no será llenamente +
    +DemoSwe: det ska inte vara fullt +
    + Demo: UseCl TPast AAnter PPos (PredAdv (UsePron they_Pron) (PositAdvAdj dull_A)) +
    +DemoBul: те бяха били тъпо +
    +DemoCat: havien estat balbament +
    +DemoDan: de havde været sløvt +
    +DemoEng: they had been dully +
    +DemoFin: he olivat olleet tylsästi +
    +DemoFre: ils avaient été émoussément +
    +DemoGer: sie waren stumpf gewesen +
    +DemoIta: erano stati noiosamente +
    +DemoNor: de hadde vært sløvt +
    +DemoRus: они были скучно +
    +DemoSpa: habían sido desafiladamente +
    +DemoSwe: de hade varit slött +
    + Demo: UseCl TPres AAnter PPos (PredAdv (UsePron he_Pron) here_Adv) +
    +DemoBul: той е бил тук +
    +DemoCat: ha estat aquí +
    +DemoDan: han har været her +
    +DemoEng: he has been here +
    +DemoFin: hän on ollut täällä +
    +DemoFre: il a été ici +
    +DemoGer: er ist hier gewesen +
    +DemoIta: è stato quì +
    +DemoNor: han har vært her +
    +DemoRus: он здесь +
    +DemoSpa: ha sido aquí +
    +DemoSwe: han har varit här +
    + Demo: UseCl TPast ASimul PPos (PredV2 (DetArtSg DefArt (UseN car_N)) kill_V2 (UsePN paris_PN)) +
    +DemoBul: колата уби Париж +
    +DemoCat: el cotxe matava Paris +
    +DemoDan: bilen dræbede Paris +
    +DemoEng: the car killed Paris +
    +DemoFin: auto tappoi Pariisin +
    +DemoFre: la voiture tuait Paris +
    +DemoGer: der Wagen tötete Paris +
    +DemoIta: la macchina uccideva Parigi +
    +DemoNor: bilen drepte Paris +
    +DemoRus: машина убивала Париж +
    +DemoSpa: el auto mataba Paris +
    +DemoSwe: bilen dödade Paris +
    + Demo: UseCl TFut AAnter PNeg (PredV2 (UsePN paris_PN) watch_V2 (UsePN paris_PN)) +
    +DemoBul: Париж няма да е гледал Париж +
    +DemoCat: Paris no haurà mirat Paris +
    +DemoDan: Paris vil ikke have set på Paris +
    +DemoEng: Paris won't have watched Paris +
    +DemoFin: Pariisi ei ole katsellut Pariisia +
    +DemoFre: Paris n' aura pas regardé Paris +
    +DemoGer: Paris wird an Paris nicht geschaut haben +
    +DemoIta: Parigi non avrà guardato Parigi +
    +DemoNor: Paris vil ikke ha sett på Paris +
    +DemoRus: Париж не будет смотреть Париж +
    +DemoSpa: Paris no habrá mirado Paris +
    +DemoSwe: Paris ska inte ha tittat på Paris +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetCN (DetArtCard IndefArt (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n8))))))) (ComplN2 mother_N2 (DetCN every_Det (AdjCN (ComparA narrow_A (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtSg IndefArt (UseN2 father_N2))))) (ComplN2 brother_N2 (UsePron i_Pron)))))) sew_V) +
    +DemoBul: почти осемнадесет майки на всеки по - тесен от брат на баща брат ми не бяха шили +
    +DemoCat: quasi divuit mares cada germà de mi más estret que un germà d' un pare no havien cosit +
    +DemoDan: næsten atten mødre til hver broder til mig smalere end en broder til en far havde ikke syet +
    +DemoEng: almost eighteen mothers of every brother of I narrower than a brother of a father hadn't sewed +
    +DemoFin: melkein kahdeksan toista jokaisen isän veljenä kapeamman minun veljen äitiä eivät olleet kylväneet +
    +DemoFre: presque dix-huit mères chaque frère de moi plus étroit qu' un frère d' un père n' avaient pas cousu +
    +DemoGer: fast achzehn Mütter von jedem schmaleren als ein Bruder von einem Vater Bruder von mir hatten nicht genäht +
    +DemoIta: quasi ottanta madri ogni fratello di me più stretto che un fratello di un padre non avevano cucito +
    +DemoNor: nesten atten mødre til hver bror til meg smalere enn en bror til en far hadde ikke sydd +
    +DemoRus: почти восемнадцать матери каждого уже брата отца моего брата не шили +
    +DemoSpa: casi ochenta madres cada hermano de mí más estrecho que un hermano de un padre no habían cosido +
    +DemoSwe: nästan arton mödrar till varje bror till mig smalare än en bror till en far hade inte sytt +
    + Demo: UseCl TPast ASimul PNeg (PredAP (UsePN paris_PN) (ComparA wide_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (ComparA hot_A (UsePN paris_PN)) (ComplN2 (ComplN3 distance_N3 (UsePN john_PN)) (UsePron it_Pron))))) (DetArtSg IndefArt (AdjCN (AdAP too_AdA (ComplA2 easy_A2V somebody_NP)) (UseN2 father_N2))))))) +
    +DemoBul: Париж не беше по - широк от разстояния от по - горещо от Париж разстояние от Джон до него до прекалено лесен за някой баща +
    +DemoCat: Paris no era más extens que unes distàncies d' una distància de Joan a ell más calenta que Paris a un pare massa fácil a algú +
    +DemoDan: Paris var ikke bredere end afstander fra en afstand fra John til det hedere end Paris til en far for nem for nogen +
    +DemoEng: Paris wasn't wider than distances from a distance from John to it hotter than Paris to a father too easy for somebody +
    +DemoFin: Pariisi ei ollut leveämpi kuin etäisyyksiä Pariisia kuumemmasta etäisyydestä Jussista siihen liian jollevulle helppoon isään +
    +DemoFre: Paris n' était pas plus large que des distances d' une distance de Jean à lui plus chaude que Paris à un père trop facile à quelqu'un +
    +DemoGer: Paris war nicht breiter als Entfernungen von einer heißeren als Paris Entfernung von Johann zu ihm zu einem zu leichten für jemanden Vater +
    +DemoIta: Parigi non era più largo che distanze di una distanza di Giovanni a lui più calda che Parigi ad un padre troppo facile a qualcuno +
    +DemoNor: Paris var ikke bredere enn avstander fra en avstand fra John til det heitere enn Paris til en far for grei for noen +
    +DemoRus: Париж не был шире расстояний от горячее Парижа его расстояния от Ивана к слишком лёгкому для кого-то отцу +
    +DemoSpa: Paris no era más ancho que unas distancias de una distancia de Juan a él más caliente que Paris a un padre demasiado fácil a algún +
    +DemoSwe: Paris var inte bredare än avstånd från ett avstånd från Johan till det hetare än Paris till en far för lätt för någon +
    + Demo: UseCl TPast ASimul PNeg (PredAP (AdvNP somebody_NP now_Adv) (ComplA2 married_A2 (DetCN few_Det (UseN2 mother_N2)))) +
    +DemoBul: някой сега не беше женен за няколко майки +
    +DemoCat: algú ara no era casat a poques mares +
    +DemoDan: nogen nu var ikke gift med få mødre +
    +DemoEng: somebody now wasn't married to few mothers +
    +DemoFin: joku nyt ei ollut avioitunut harvan äidin kanssa +
    +DemoFre: quelqu'un maintenant n' était pas marié à peu de mères +
    +DemoGer: jemand jetzt war nicht verheiratet mit wenigen Müttern +
    +DemoIta: qualcuno adesso non era sposato a poche madri +
    +DemoNor: noen nå var ikke gift med få mødre +
    +DemoRus: кто-то сейчас не был замужем за немногом матерью +
    +DemoSpa: algún ahora no era casado a pocas madres +
    +DemoSwe: någon nu var inte gift med få mödrar +
    + Demo: UseCl TFut ASimul PPos (PredAP (UsePron it_Pron) (PositA round_A)) +
    +DemoBul: то ще е кръгло +
    +DemoCat: serà rodó +
    +DemoDan: det vil være rundt +
    +DemoEng: it will be round +
    +DemoFin: se on pyöreä +
    +DemoFre: il sera rond +
    +DemoGer: es wird rund sein +
    +DemoIta: sarà rotondo +
    +DemoNor: det vil være rundt +
    +DemoRus: оно будет круглое +
    +DemoSpa: será redondo +
    +DemoSwe: det ska vara runt +
    + Demo: UseCl TCond ASimul PPos (PredAdv (DetArtPl IndefArt (UseN song_N)) far_Adv) +
    +DemoBul: песни биха били далече +
    +DemoCat: unes cançons serien lluny +
    +DemoDan: sanger ville være fjern +
    +DemoEng: songs would be far +
    +DemoFin: lauluja olisi kaukana +
    +DemoFre: des chansons seraient loin +
    +DemoGer: Lieder würden weit sein +
    +DemoIta: canzoni sarebbero lontano +
    +DemoNor: sanger ville være fjern +
    +DemoRus: песни +
    +DemoSpa: unas canciones serían lejos +
    +DemoSwe: sånger skulle vara långt +
    + Demo: UseCl TPres ASimul PPos (PredV (DetArtSg DefArt (UseN2 father_N2)) spit_V) +
    +DemoBul: бащата плюе +
    +DemoCat: el pare escup +
    +DemoDan: fadren spytter +
    +DemoEng: the father spits +
    +DemoFin: isä sylkee +
    +DemoFre: le père crache +
    +DemoGer: der Vater spuckt +
    +DemoIta: il padre sputa +
    +DemoNor: faren spytter +
    +DemoRus: отец плюёт +
    +DemoSpa: el padre escupe +
    +DemoSwe: fadern spottar +
    + Demo: UseCl TFut ASimul PPos (PredV2 (UsePron she_Pron) put_V2 (DetArtSg IndefArt (UseN salt_N))) +
    +DemoBul: тя ще сложи сол +
    +DemoCat: posarà una sal +
    +DemoDan: hun vil sætte et salt +
    +DemoEng: she will put a salt +
    +DemoFin: hän panee suolan +
    +DemoFre: elle mettra un sel +
    +DemoGer: sie wird einen Salz setzen +
    +DemoIta: metterà un sale +
    +DemoNor: hun vil sette et salt +
    +DemoRus: она будет класть соль +
    +DemoSpa: pondrá una sal +
    +DemoSwe: hon ska sätta ett salt +
    + Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP do_V2 (UsePN john_PN)) +
    +DemoBul: някой не беше направил Джон +
    +DemoCat: algú no havia fet Joan +
    +DemoDan: nogen havde ikke gjort John +
    +DemoEng: somebody hadn't done John +
    +DemoFin: joku ei ollut tehnyt Jussia +
    +DemoFre: quelqu'un n' avait pas fait Jean +
    +DemoGer: jemand hatte Johann nicht getan +
    +DemoIta: qualcuno non aveva fatto Giovanni +
    +DemoNor: noen hadde ikke gjort John +
    +DemoRus: кто-то не делал Ивана +
    +DemoSpa: algún no había hecho Juan +
    +DemoSwe: någon hade inte gjort Johan +
    + Demo: UseCl TCond ASimul PPos (PredAP (DetArtSg DefArt (UseN louse_N)) (ComparA round_A (DetCN every_Det (UseN2 father_N2)))) +
    +DemoBul: въшката би билa по - кръгла от всеки баща +
    +DemoCat: el poll seria más rodó que cada pare +
    +DemoDan: lusen ville være rundere end hver far +
    +DemoEng: the louse would be rounder than every father +
    +DemoFin: lude olisi pyöreämpi kuin jokainen isä +
    +DemoFre: le pou serait plus rond que chaque père +
    +DemoGer: die Laus würde runder als jeder Vater sein +
    +DemoIta: il pidocchio sarebbe più rotondo che ogni padre +
    +DemoNor: lusa ville være rundere enn hver far +
    +DemoRus: вошь +
    +DemoSpa: el piojo sería más redondo que cada padre +
    +DemoSwe: lusen skulle vara rundare än varje far +
    + Demo: UseCl TCond ASimul PPos (PredAP (AdvNP (DetArtSg DefArt (AdjCN (ComparA dull_A (UsePN paris_PN)) (UseN2 mother_N2))) now_Adv) (ComparA black_A (UsePron it_Pron))) +
    +DemoBul: по - тъпата от Париж майка сега би билa по - черна от него +
    +DemoCat: la mare más balba que Paris ara seria más negra que ell +
    +DemoDan: den moder sløvere end Paris nu ville være sortere end det +
    +DemoEng: the mother duller than Paris now would be blacker than it +
    +DemoFin: Pariisia tylsempi äiti nyt olisi mustempi kuin se +
    +DemoFre: la mère plus émoussée que Paris maintenant serait plus noire que lui +
    +DemoGer: die stumpfere als Paris Mutter jetzt würde schwarzer als es sein +
    +DemoIta: la madre più noiosa che Parigi adesso sarebbe più nera che lui +
    +DemoNor: den moren sløvere enn Paris nå ville være svartere enn det +
    +DemoRus: скучнее Парижа мать сейчас +
    +DemoSpa: la madre más desafilada que Paris ahora sería más negra que el +
    +DemoSwe: den modern slöare än Paris nu skulle vara svartare än det +
    + Demo: UseCl TPast AAnter PNeg (PredAP (UsePron it_Pron) (AdAP almost_AdA (ComparA green_A (UsePron it_Pron)))) +
    +DemoBul: то не беше било почти по - зелено от него +
    +DemoCat: no havia estat quasi más verd que ell +
    +DemoDan: det havde ikke været næsten grønnere end det +
    +DemoEng: it hadn't been almost greener than it +
    +DemoFin: se ei ollut ollut melkein vihreämpi kuin se +
    +DemoFre: il n' avait pas été presque plus vert que lui +
    +DemoGer: es war nicht fast grüner als es gewesen +
    +DemoIta: non era stato quasi più verde che lui +
    +DemoNor: det hadde ikke vært nesten grønnere enn det +
    +DemoRus: оно не был почти зелёнее него +
    +DemoSpa: no había sido casi más verde que el +
    +DemoSwe: det hade inte varit nästan grönare än det +
    + Demo: UseCl TPres AAnter PPos (PredAP (UsePron youSg_Pron) (PositA beautiful_A)) +
    +DemoBul: ти си бил красив +
    +DemoCat: has estat bella +
    +DemoDan: du har været smuk +
    +DemoEng: you have been beautiful +
    +DemoFin: sinä olet ollut kaunis +
    +DemoFre: tu as été joli +
    +DemoGer: du bist schön gewesen +
    +DemoIta: sei stato bello +
    +DemoNor: du har vært vakker +
    +DemoRus: ты красивый +
    +DemoSpa: has sido bello +
    +DemoSwe: du har varit vacker +
    + Demo: UseCl TCond ASimul PNeg (PredAdv (DetArtPl DefArt (AdjCN (ComparA long_A (AdvNP (UsePron i_Pron) there7from_Adv)) (UseN leaf_N))) there_Adv) +
    +DemoBul: по - дългите от мен от там листа не биха били там +
    +DemoCat: les fulles más llarges que jo d'allà no serien allà +
    +DemoDan: de løv længere end jeg derfra ville ikke være der +
    +DemoEng: the leaves longer than I from there wouldn't be there +
    +DemoFin: minua sieltä pitemmät lehdet eivät olisi siellä +
    +DemoFre: les feuilles plus longues que moi de là ne seraient pas là +
    +DemoGer: die längeren als ich daher Blätter würden nicht da sein +
    +DemoIta: le foglie più lunghe che io di là non sarebbero là +
    +DemoNor: de løva lengre enn jeg derfra ville ikke være der +
    +DemoRus: длиннее меня оттуда листы не +
    +DemoSpa: las hojas más largas que yo de allá no serían allí +
    +DemoSwe: de löven längre än jag därifrån skulle inte vara där +
    + Demo: UseCl TPres ASimul PNeg (PredV (AdvNP (DetArtSg IndefArt (UseN2 brother_N2)) far_Adv) die_V) +
    +DemoBul: брат далече не умира +
    +DemoCat: un germà lluny no mor +
    +DemoDan: en broder fjern dør ikke +
    +DemoEng: a brother far doesn't die +
    +DemoFin: veli kaukana ei kuole +
    +DemoFre: un frère loin ne meurt pas +
    +DemoGer: ein Bruder weit stirbt nicht +
    +DemoIta: un fratello lontano non muore +
    +DemoNor: en bror fjern dør ikke +
    +DemoRus: брат далеко не умирает +
    +DemoSpa: un hermano lejos no muere +
    +DemoSwe: en bror långt dör inte +
    + Demo: UseCl TPast ASimul PNeg (PredV (DetArtPl IndefArt (ComplN2 brother_N2 somebody_NP)) go_V) +
    +DemoBul: братя на някой не отидоха +
    +DemoCat: uns germàs de algú no anaven +
    +DemoDan: brødre til nogen gik ikke +
    +DemoEng: brothers of somebody didn't go +
    +DemoFin: jonkun veljissä ei mennyt +
    +DemoFre: des frères de quelqu'un n' allaient pas +
    +DemoGer: Brüder von jemandem gingen nicht +
    +DemoIta: fratelli di qualcuno non andavano +
    +DemoNor: brødre til noen gikk ikke +
    +DemoRus: браты кого-то не ходили +
    +DemoSpa: unos hermanos de algún no iban +
    +DemoSwe: bröder till någon gick inte +
    + Demo: UseCl TFut ASimul PPos (PredV (DetCN (DetArtOrd DefArt NumSg left_Ord) (AdjCN (PositA important_A) (ComplN2 brother_N2 (DetCN (DetQuant this_Quant NumPl) (UseN2 mother_N2))))) blow_V) +
    +DemoBul: левият важен брат на тези майки ще духа +
    +DemoCat: l' esquerra germà de aquestes mares important bufarà +
    +DemoDan: den venstre vigtige broder til disse mødre vil blæse +
    +DemoEng: the left important brother of these mothers will blow +
    +DemoFin: vasenet tärkeä näiden äitien veli puhaltaa +
    +DemoFre: le gauche frère ces mères important soufflera +
    +DemoGer: der linke wichtige Bruder von diesen Müttern wird blasen +
    +DemoIta: il sinistro fratello di queste madri importante soffierà +
    +DemoNor: den venstre viktige broren til disse mødrene vil blåse +
    +DemoRus: левый важный брат этих матерей будет дуть +
    +DemoSpa: el izquierda hermano de estas madres importante soplará +
    +DemoSwe: den vänstra viktiga brodern till de här mödrarna ska blåsa +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetCN few_Det (ComplN2 father_N2 (DetCN much_Det (UseN song_N)))) go_V) +
    +DemoBul: няколко бащи на много песен не бяха отишли +
    +DemoCat: pocs pares de molta cançó no havien anat +
    +DemoDan: få fædre til meget sanger var ikke gået +
    +DemoEng: few fathers of much song hadn't gone +
    +DemoFin: harva paljon laulun isä ei ollut mennyt +
    +DemoFre: peu de pères de beaucoup de chansons n' étaient pas allés +
    +DemoGer: wenige Väter von vielem Lied waren nicht gegangen +
    +DemoIta: pochi padri di molta canzone non erano andati +
    +DemoNor: få fedre til mye sanger var ikke gått +
    +DemoRus: немного отец многа песни не ходил +
    +DemoSpa: pocos padres de mucha canción no habían ido +
    +DemoSwe: få fäder till mycket sånger hade inte gått +
    + Demo: UseCl TPast AAnter PNeg (PredAdv (DetArtSg DefArt (UseN bird_N)) now_Adv) +
    +DemoBul: птицата не беше билa сега +
    +DemoCat: l' ocell no havia estat ara +
    +DemoDan: fuglen havde ikke været nu +
    +DemoEng: the bird hadn't been now +
    +DemoFin: lintu ei ollut ollut nyt +
    +DemoFre: l' oiseau n' avait pas été maintenant +
    +DemoGer: der Vogel war nicht jetzt gewesen +
    +DemoIta: l' uccello non era stato adesso +
    +DemoNor: fuglen hadde ikke vært nå +
    +DemoRus: птица не была сейчас +
    +DemoSpa: el pájaro no había sido ahora +
    +DemoSwe: fågeln hade inte varit nu +
    + Demo: UseCl TPast ASimul PNeg (PredV (UsePron we_Pron) sew_V) +
    +DemoBul: ние не шихме +
    +DemoCat: no cosíem +
    +DemoDan: vi syede ikke +
    +DemoEng: we didn't sew +
    +DemoFin: me emme kylväneet +
    +DemoFre: nous ne cousions pas +
    +DemoGer: wir nähten nicht +
    +DemoIta: non cucivamo +
    +DemoNor: vi sydde ikke +
    +DemoRus: мы не шили +
    +DemoSpa: no cosíamos +
    +DemoSwe: vi sydde inte +
    + Demo: UseCl TPast AAnter PNeg (PredV2 (DetArtPl IndefArt (UseN2 father_N2)) leave_V2 (DetArtPl DefArt (AdjCN (AdAP too_AdA (ComparA dull_A (DetCN every_Det (AdjCN (AdAP so_AdA (PositA ugly_A)) (UseN2 brother_N2))))) (UseN book_N)))) +
    +DemoBul: бащи не бяха оставили прекалено по - тъпите от всеки толкова глупав брат книги +
    +DemoCat: uns pares no havien partit els llibres massa más balbs que cada germà tan lleig +
    +DemoDan: fædre havde ikke forladet de bøger for sløvere end hver så grimme broder +
    +DemoEng: fathers hadn't left the books too duller than every so ugly brother +
    +DemoFin: isiä ei ollut jättänyt liian jokaista niin rumaa veljenä tylsempiä kirjoja +
    +DemoFre: des pères n' avaient pas quitté les livres trop plus émoussés que chaque frère si laide +
    +DemoGer: Väter hatten die zu stumpferen als jeder so häßliche Bruder Bücher nicht verlassen +
    +DemoIta: padri non avevano lasciato i libri troppo più noiosi che ogni fratello così brutto +
    +DemoNor: fedre hadde ikke forlatt de bøkene for sløvere enn hver så stygge bror +
    +DemoRus: отцы не уходили слишком скучнее каждого так некрасивого брата книги +
    +DemoSpa: unos padres no habían partido los libros demasiado más desafilados que cada hermano tanto feo +
    +DemoSwe: fäder hade inte lämnat de böckerna för slöare än varje så ful bror +
    + Demo: UseCl TCond ASimul PPos (PredAP (DetCN much_Det (UseN skin_N)) (PositA thick_A)) +
    +DemoBul: много кожа би билa дебела +
    +DemoCat: molta pell seria gruixuda +
    +DemoDan: meget skind ville være tykke +
    +DemoEng: much skin would be thick +
    +DemoFin: paljon nahka olisi paksu +
    +DemoFre: beaucoup de peaux seraient épais +
    +DemoGer: vieler Haut würde dick sein +
    +DemoIta: molta pelle sarebbe grossa +
    +DemoNor: mye skinn ville være tykke +
    +DemoRus: много кожи +
    +DemoSpa: mucha piel sería gruesa +
    +DemoSwe: mycket skinn skulle vara tjocka +
    + Demo: UseCl TPast AAnter PPos (PredAdv (UsePron he_Pron) far_Adv) +
    +DemoBul: той беше бил далече +
    +DemoCat: havia estat lluny +
    +DemoDan: han havde været fjern +
    +DemoEng: he had been far +
    +DemoFin: hän oli ollut kaukana +
    +DemoFre: il avait été loin +
    +DemoGer: er war weit gewesen +
    +DemoIta: era stato lontano +
    +DemoNor: han hadde vært fjern +
    +DemoRus: он был далеко +
    +DemoSpa: había sido lejos +
    +DemoSwe: han hade varit långt +
    + Demo: UseCl TPres ASimul PNeg (PredV2 (UsePron he_Pron) break_V2 (DetArtPl DefArt (AdjCN (ComparA rotten_A (DetArtPl IndefArt (UseN2 brother_N2))) (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (PositA green_A) (ComplN2 mother_N2 (UsePron she_Pron))))) (DetArtSg IndefArt (UseN2 brother_N2)))))) +
    +DemoBul: той не чупи по - прогнилите от братя разстояния от зелена майка и до брат +
    +DemoCat: no trenca les distàncies d' una mare de ella verda a un germà más podrites que uns germàs +
    +DemoDan: han knuser ikke de afstander fra en grøn moder til hende til en broder rådnere end brødre +
    +DemoEng: he doesn't break the distances from a green mother of she to a brother rottener than brothers +
    +DemoFin: hän ei riko veljissä mädämpiä etäisyyksiä vihreästä hänen äidistä veljeen +
    +DemoFre: il ne casse pas les distances d' une mère d' elle verte à un frère plus pourries que des frères +
    +DemoGer: er zerschlägt die verdorbeneren als Brüder Entfernungen von einer grünen Mutter von ihr zu einem Bruder nicht +
    +DemoIta: non rompe le distanze di una madre di lei verde ad un fratello più marcie che fratelli +
    +DemoNor: han knuser ikke de avstandene fra en grønn mor til henne til en bror råttenere enn brødre +
    +DemoRus: он не прерывает гнилее братов расстояния от зелёной её матери к брату +
    +DemoSpa: no rompe las distancias de una madre de ella verde a un hermano más podridas que unos hermanos +
    +DemoSwe: han slår inte sönder de avstånden från en grön mor till henne till en bror ruttnare än bröder +
    + Demo: UseCl TPast ASimul PNeg (PredAP (UsePron we_Pron) (ComplA2 married_A2 (DetCN few_Det (UseN planet_N)))) +
    +DemoBul: ние не бяхме женени за няколко планети +
    +DemoCat: no érem casates a poques planetes +
    +DemoDan: vi var ikke gifte med få planeter +
    +DemoEng: we weren't married to few planets +
    +DemoFin: me emme olleet avioituneita harvan planeetan kanssa +
    +DemoFre: nous n' étions pas mariés à peu de planètes +
    +DemoGer: wir waren nicht verheiratet mit wenigen Planeten +
    +DemoIta: non eravamo sposati a poche pianete +
    +DemoNor: vi var ikke gifte med få planeter +
    +DemoRus: мы не были замужем за немногом планетой +
    +DemoSpa: no éramos casados a pocos planetas +
    +DemoSwe: vi var inte gifta med få planeter +
    + Demo: UseCl TCond AAnter PNeg (PredV (DetCN many_Det (AdjCN (ComplA2 married_A2 (DetCN somePl_Det (UseN bird_N))) (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 (ComplN3 distance_N3 (DetArtSg DefArt (AdjCN (ComplA2 married_A2 (UsePN paris_PN)) (ComplN2 father_N2 (DetCN (DetArtOrd DefArt NumSg (OrdNumeral (num (pot3plus (pot1as2 (pot1 n9)) (pot1as2 (pot0as1 pot01)))))) (UseN person_N))))))))))) spit_V) +
    +DemoBul: много женени за някои птици братя на разстоянита от женения за Париж баща на деветдесет хиляди и първия човек не биха плюли +
    +DemoCat: molts germàs dels distàncies del pare de la norantena mil primera persona casat a Paris casats a alguns ocells no haurien escopit +
    +DemoDan: mange brødre til afstanderne fra den far til halvfems tusind og første personen gifte med Paris gifte med nogle fugler ville ikke have spyttet +
    +DemoEng: many brothers of the distances from the father of the ninety thousand first person married to Paris married to some birds wouldn't have spit +
    +DemoFin: moni joidenkuiden lintujen kanssa avioitunut etäisyyksien Pariisin kanssa avioituneesta yhdeksänsinä kymmenensinä tuhannensina yhdensinä henkilön isästä veli ei olisi sylkenyt +
    +DemoFre: plusieurs frères des distances du père de la quatre-vingt-dix mille unième personne marié à Paris mariés à quelques oiseaux n' auraient pas craché +
    +DemoGer: viele verheirateten mit einigen Vögeln Brüder von den Entfernungen von dem verheirateten mit Paris Vater von dem neunzig tausend ersten Person würden nicht gespuckt haben +
    +DemoIta: molti fratelli delle distanze del padre della novanta mila prima persona sposato a Parigi sposati a qualche uccelli non avrebbero sputato +
    +DemoNor: mange brødre til avstandene fra den faren til nitti tusen og første personen gifte med Paris gifte med noen fugler ville ikke ha spytta +
    +DemoRus: +
    +DemoSpa: muchos hermanos de las distancias del padre de la noventa milésima primera persona casado a Paris casados a algunos pájaros no habrían escupido +
    +DemoSwe: många bröder till avstånden från den fadern till nittio tusen första personen gifta med Paris gifta med några fåglar skulle inte ha spottat +
    + Demo: UseCl TCond AAnter PNeg (PredV (DetCN much_Det (UseN cheese_N)) walk_V) +
    +DemoBul: много сирене не би ходило +
    +DemoCat: molt formatge no hauria caminat +
    +DemoDan: meget oster ville ikke være gået +
    +DemoEng: much cheese wouldn't have walked +
    +DemoFin: paljon juusto ei olisi kävellyt +
    +DemoFre: beaucoup de fromages n' auraient pas marché +
    +DemoGer: viele Käse würde nicht gegangen sein +
    +DemoIta: molto formaggio non avrebbe camminato +
    +DemoNor: mye oster ville ikke være gått +
    +DemoRus: много сыра не гуляло бы +
    +DemoSpa: mucho queso no habría caminado +
    +DemoSwe: mycket ostar skulle inte ha gått +
    + Demo: UseCl TCond ASimul PPos (PredV2 (DetArtPl IndefArt (UseN ear_N)) bite_V2 (DetArtSg DefArt (UseN2 (ComplN3 distance_N3 (UsePN john_PN))))) +
    +DemoBul: уши биха хапали разстоянието от Джон +
    +DemoCat: unes orelles mossegarien la distància de Joan +
    +DemoDan: ører ville bite afstanden fra John +
    +DemoEng: ears would bite the distance from John +
    +DemoFin: korvia purisi etäisyyden Jussista +
    +DemoFre: des oreilles mordraient la distance de Jean +
    +DemoGer: Ohre würden die Entfernung von Johann beißen +
    +DemoIta: orecchi morderebbero la distanza di Giovanni +
    +DemoNor: ører ville bite avstanden fra John +
    +DemoRus: уха кусали бы расстояние от Ивана +
    +DemoSpa: unas orejas moorderían la distancia de Juan +
    +DemoSwe: öron skulle bita avståndet från Johan +
    + Demo: UseCl TPres ASimul PNeg (PredV2 (DetCN much_Det (ComplN2 mother_N2 (UsePron we_Pron))) fear_V2 somebody_NP) +
    +DemoBul: много майка ни не се страхува някой +
    +DemoCat: molta mare de nosaltres no tem algú +
    +DemoDan: meget mødre til os frygter ikke nogen +
    +DemoEng: much mother of we doesn't fear somebody +
    +DemoFin: paljon meidän äiti ei pelkää jotakua +
    +DemoFre: beaucoup de mères de nous ne craignent pas quelqu'un +
    +DemoGer: viele Mutter von uns fürchtet jemanden nicht +
    +DemoIta: molta madre di noi non teme qualcuno +
    +DemoNor: mye mødre til oss frykter ikke noen +
    +DemoRus: много нашей матери не боет кого-то +
    +DemoSpa: mucha madre de nosotros no teme algún +
    +DemoSwe: mycket mödrar till oss fruktar inte någon +
    + Demo: UseCl TPast AAnter PPos (PredV (DetArtSg IndefArt (AdjCN (AdAP almost_AdA (PositA hot_A)) (UseN head_N))) sleep_V) +
    +DemoBul: почти гореща глава беше спалa +
    +DemoCat: un cap quasi calent havia dormit +
    +DemoDan: et næsten hedt hoved havde sovet +
    +DemoEng: an almost hot head had slept +
    +DemoFin: melkein kuuma pää oli nukkunut +
    +DemoFre: une tête presque chaude avait dormi +
    +DemoGer: ein fast heißer Kopf hatte geschlafen +
    +DemoIta: una testa quasi calda aveva dormito +
    +DemoNor: et nesten heitt hode hadde sovet +
    +DemoRus: почти горячая голова спала +
    +DemoSpa: una cabeza casi caliente había dormido +
    +DemoSwe: ett nästan hett huvud hade sovit +
    + Demo: UseCl TCond AAnter PNeg (PredAdv (DetCN someSg_Det (ComplN2 father_N2 (DetArtPl DefArt (AdjCN (PositA ugly_A) (ComplN2 mother_N2 (UsePron youPl_Pron)))))) there7to_Adv) +
    +DemoBul: някой баща на глупавите майки ви не би бил до там +
    +DemoCat: algun pare dels mares de vosaltres lletges no hauria estat cap a allà +
    +DemoDan: nogen far til de grimme mødre til jer ville ikke have været dit +
    +DemoEng: some father of the ugly mothers of you wouldn't have been there +
    +DemoFin: joku rumien teidän äitien isä ei olisi ollut sinne +
    +DemoFre: quelque père des mères de vous laides n' aurait pas été là +
    +DemoGer: ein Vater von den häßlichen Müttern von euch würde nicht dahin gewesen sein +
    +DemoIta: qualche padre delle madri di voi brutte non sarebbe stato là +
    +DemoNor: noen far til de stygge mødrene til dere ville ikke ha vært dit +
    +DemoRus: некоторый отец некрасивых ваших матерей не +
    +DemoSpa: algun padre de las madres de vosotros feas no habría sido para allá +
    +DemoSwe: någon far till de fula mödrarna till er skulle inte ha varit dit +
    + Demo: UseCl TPast AAnter PPos (PredV2 (DetCN (DetArtCard DefArt (AdNum almost_AdN (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot2 pot01))))))) (UseN number_N)) wait_V2 (DetCN somePl_Det (ComplN2 mother_N2 (UsePN john_PN)))) +
    +DemoBul: почти почти стоте числа бяха чакали за някои майки на Джон +
    +DemoCat: els quasi quasi cent números havien esperat a algunes mares de Joan +
    +DemoDan: de næsten næsten et hundrede nummerene havde ventet på nogle mødre til John +
    +DemoEng: the almost almost one hundred numbers had waited for some mothers of John +
    +DemoFin: melkein melkein sata numerota olivat odottaneet joitakuita Jussin äitejä +
    +DemoFre: les presque presque cent nombres avaient attendu à quelques mères de Jean +
    +DemoGer: die fast fast ein hundert Zahlen hatten auf einige Mütter von Johann gewartet +
    +DemoIta: i quasi quasi cento numeri avevano aspettato a qualche madri di Giovanni +
    +DemoNor: de nesten nesten ett hundre nummera hadde venta på noen mødre til John +
    +DemoRus: почти почти сто числа ждали некоторых матерей Ивана +
    +DemoSpa: los casi casi cien números habían esperado a algunas madres de Juan +
    +DemoSwe: de nästan nästan ett hundra numren hade väntat på några mödrar till Johan +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (AdjCN (AdAP almost_AdA (ComplA2 easy_A2V somebody_NP)) (ComplN2 brother_N2 (DetArtPl IndefArt (UseN2 (ComplN3 distance_N3 (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA dirty_A)) (ComplN2 father_N2 (AdvNP (AdvNP (UsePron i_Pron) far_Adv) here7from_Adv))))))))))) (DetArtPl IndefArt (UseN2 mother_N2)))) come_V) +
    +DemoBul: разстояния от почти лесни за някой братя на разстояния от толкова мръсните бащи ми далече от тук до майки не бяха дошли +
    +DemoCat: unes distàncies d' uns germàs d' unes distàncies dels pares de mi lluny d'aquí tan bruts quasi fácils a algú a unes mares no havien vingut +
    +DemoDan: afstander fra brødre til afstander fra de så smudsige fædre til mig fjern herfra næsten neme for nogen til mødre var ikke kommet +
    +DemoEng: distances from brothers of distances from the so dirty fathers of I far from here almost easy for somebody to mothers hadn't come +
    +DemoFin: etäisyyksiä melkein jollevulle helpoista etäisyyksien niin likaisista minun kaukana täältä isistä velstä äiteihin ei ollut tullut +
    +DemoFre: des distances de frères de distances des pères de moi loin d'ici si sales presque faciles à quelqu'un à des mères n' étaient pas venues +
    +DemoGer: Entfernungen von fast leichten für jemanden Brüdern von Entfernungen von den so schmutzigen Vätern von mir weit hieraus zu Müttern waren nicht gekommen +
    +DemoIta: distanze di fratelli di distanze dei padri di me lontano da quì così sporchi quasi facili a qualcuno a madri non erano venute +
    +DemoNor: avstander fra brødre til avstander fra de så skitne fedrene til meg fjern herfra nesten greie for noen til mødre var ikke kommet +
    +DemoRus: расстояния от почти лёгких для кого-то братов расстояний от так грязных моих далеко отсюда отцов к матерям не приходили +
    +DemoSpa: unas distancias de unos hermanos de unas distancias de los padres de mí lejos de acá tanto sucios casi fáciles a algún a unas madres no habían venido +
    +DemoSwe: avstånd från bröder till avstånd från de så smutsiga fäderna till mig långt härifrån nästan lätta för någon till mödrar hade inte kommit +
    + Demo: UseCl TCond AAnter PNeg (PredAP (DetArtSg DefArt (AdjCN (PositA warm_A) (UseN neck_N))) (AdAP quite_Adv (AdAP too_AdA (ComplA2 easy_A2V (UsePN paris_PN))))) +
    +DemoBul: топлият гръб не би бил доста прекалено лесен за Париж +
    +DemoCat: el coll tebi no hauria estat bastant massa fácil a Paris +
    +DemoDan: den varme hals ville ikke have været temmelig for nem for Paris +
    +DemoEng: the warm neck wouldn't have been quite too easy for Paris +
    +DemoFin: lämmin niska ei olisi ollut melko liian helppo Pariisille +
    +DemoFre: le cou chaud n' aurait pas été assez trop facile à Paris +
    +DemoGer: der warme Nacken würde nicht ziemlich zu leicht für Paris gewesen sein +
    +DemoIta: il collo caldo non sarebbe stato assai troppo facile a Parigi +
    +DemoNor: den varme nakken ville ikke ha vært temmelig for grei for Paris +
    +DemoRus: тёплая шея не +
    +DemoSpa: el cuello tibio no habría sido bastante demasiado fácil a Paris +
    +DemoSwe: den varma nacken skulle inte ha varit ganska för lätt för Paris +
    + Demo: UseCl TPres ASimul PPos (PredAP (DetArtSg IndefArt (ComplN2 mother_N2 (UsePron they_Pron))) (ComparA good_A (UsePN paris_PN))) +
    +DemoBul: майка им е по - добра от Париж +
    +DemoCat: una mare de elles és millora que Paris +
    +DemoDan: en moder til dem er bedre end Paris +
    +DemoEng: a mother of they is better than Paris +
    +DemoFin: heidän äiti on parempi kuin Pariisi +
    +DemoFre: une mère d' eux est meilleure que Paris +
    +DemoGer: eine Mutter von ihnen ist besser als Paris +
    +DemoIta: una madre di loro è migliore che Parigi +
    +DemoNor: en mor til dem er bedre enn Paris +
    +DemoRus: их мать лучше Парижа +
    +DemoSpa: una madre de ellos es mejor que Paris +
    +DemoSwe: en mor till dem är bättre än Paris +
    + Demo: UseCl TPres AAnter PPos (PredV (DetCN (DetArtOrd DefArt NumPl (OrdDigits (IIDig D_4 (IDig D_2)))) (UseN2 brother_N2)) vomit_V) +
    +DemoBul: 4 2рите братя са повърнали +
    +DemoCat: els 4 2:o germàs han vomitat +
    +DemoDan: 4 2:e brødrene har kastet op +
    +DemoEng: the 4 2nd brothers have vomited +
    +DemoFin: 4 2. veljet ovat oksentaneet +
    +DemoFre: les 4 2ème frères ont vomi +
    +DemoGer: die 4 2e Brüder haben gekotzt +
    +DemoIta: i 4 2:o fratelli hanno vomitato +
    +DemoNor: 4 2:e brødrene har kasta opp +
    +DemoRus: +
    +DemoSpa: los 4 2:o hermanos han vomitado +
    +DemoSwe: 4 2:a bröderna har spytt +
    + Demo: UseCl TCond ASimul PPos (PredAP somebody_NP (ComparA yellow_A somebody_NP)) +
    +DemoBul: някой би бил по - жълт от някой +
    +DemoCat: algú seria más groc que algú +
    +DemoDan: nogen ville være gulere end nogen +
    +DemoEng: somebody would be yellower than somebody +
    +DemoFin: joku olisi keltaisempi kuin joku +
    +DemoFre: quelqu'un serait plus jaune que quelqu'un +
    +DemoGer: jemand würde gelber als jemand sein +
    +DemoIta: qualcuno sarebbe più giallo che qualcuno +
    +DemoNor: noen ville være gulere enn noen +
    +DemoRus: кто-то +
    +DemoSpa: algún sería más amarillo que algún +
    +DemoSwe: någon skulle vara gulare än någon +
    + Demo: UseCl TCond AAnter PPos (PredAdv (AdvNP (UsePN paris_PN) already_Adv) (SubjS if_Subj (UseCl TPast AAnter PNeg (PredV (UsePN john_PN) lie_V)))) +
    +DemoBul: Париж вече би бил ако Джон не беше лежал +
    +DemoCat: Paris ja hauria estat si Joan no se havia jagut +
    +DemoDan: Paris allerede ville have været hvis John ikke havde ligget +
    +DemoEng: Paris already would have been if John hadn't lain +
    +DemoFin: Pariisi jo olisi ollut jos Jussi ei ollut maannut +
    +DemoFre: Paris déjà aurait été si Jean ne s' était pas étendu +
    +DemoGer: Paris schon würde wenn Johann nicht gelügt hatte gewesen sein +
    +DemoIta: Parigi già sarebbe stato se Giovanni non aveva giaciuto +
    +DemoNor: Paris allerede ville ha vært hvis John ikke hadde ligget +
    +DemoRus: Париж уже +
    +DemoSpa: Paris ya habría sido si Juan no se había acostado +
    +DemoSwe: Paris redan skulle ha varit om Johan inte hade legat +
    + Demo: UseCl TFut ASimul PNeg (PredAP somebody_NP (ComplA2 married_A2 (UsePron youSg_Pron))) +
    +DemoBul: някой няма да е женен за теб +
    +DemoCat: algú no serà casat a tu +
    +DemoDan: nogen vil ikke være gift med dig +
    +DemoEng: somebody won't be married to you +
    +DemoFin: joku ei ole avioitunut sinun kanssa +
    +DemoFre: quelqu'un ne sera pas marié à toi +
    +DemoGer: jemand wird nicht verheiratet mit dir sein +
    +DemoIta: qualcuno non sarà sposato a te +
    +DemoNor: noen vil ikke være gift med deg +
    +DemoRus: кто-то не будет замужем за тобой +
    +DemoSpa: algún no será casado a tí +
    +DemoSwe: någon ska inte vara gift med dig +
    + Demo: UseCl TFut ASimul PPos (PredV2 (DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot3plus (pot1as2 (pot1to19 n2)) (pot1as2 pot111))))) (OrdNumeral (num (pot3 (pot2 (pot0 n9)))))) (UseN king_N)) open_V2 (DetArtSg DefArt (AdjCN (ComparA wet_A (UsePN john_PN)) (UseN breast_N)))) +
    +DemoBul: дванадесет хиляди и единадесетимата деветстотин хиляден царе ще отворят по - мократа от Джон гърда +
    +DemoCat: els dotze mil onze novens -cents mil reis riran la sina más molla que Joan +
    +DemoDan: de tolv tusind og elleve ni hundrede tusinde kongerne vil åbne det bryst vådere end John +
    +DemoEng: the twelve thousand eleven nine hundred thousandth kings will open the breast weter than John +
    +DemoFin: kaksi toista tuhatta yksi toista yhdeksännet sadannet tuhannennet kuningasta avaavat Jussia märemmän rinnan +
    +DemoFre: les douze mille onze neuf cent millième rois ouvriront le sein plus mouillé que Jean +
    +DemoGer: die zwölf tausend elf neun hundert tausendten Könige werden die naßere als Johann Brust öffnen +
    +DemoIta: i venti mila undici nove cento millesimi ré apriranno il seno più bagnato che Giovanni +
    +DemoNor: de tolv tusen og elve ni hundre tusende kongene vil åpne det brystet våtere enn John +
    +DemoRus: +
    +DemoSpa: los veinte mil once novecientos milésimos reyes abrirán el seno más mojado que Juan +
    +DemoSwe: de tolv tusen elva nio hundra tusende kungarna ska öppna det bröstet våtare än Johan +
    + Demo: UseCl TPast AAnter PPos (PredAP (AdvNP (UsePron he_Pron) (ComparAdvAdj more_CAdv short_A (AdvNP (UsePN john_PN) everywhere_Adv))) (AdAP almost_AdA (PositA blue_A))) +
    +DemoBul: той по - късо от Джон навсякъде беше бил почти син +
    +DemoCat: més curtament que Joan a tot arreu havia estat quasi blau +
    +DemoDan: han mer kort end John overalt havde været næsten blå +
    +DemoEng: he more shortly than John everywhere had been almost blue +
    +DemoFin: hän enemmän lyhyesti kuin Jussi kaikkialla oli ollut melkein sininen +
    +DemoFre: il plus courtement que Jean partout avait été presque bleu +
    +DemoGer: er mehr kurz als Johann überall war fast blau gewesen +
    +DemoIta: più cortamente che Giovanni dappertutto era stato quasi blù +
    +DemoNor: han mer kortt enn John overalt hadde vært nesten blå +
    +DemoRus: он более коротко чем Иван везде был почти голубой +
    +DemoSpa: mas cortamente que Juan en todas partes había sido casi azul +
    +DemoSwe: han mer kortt än Johan överallt hade varit nästan blå +
    + Demo: UseCl TFut ASimul PPos (PredAdv (UsePron i_Pron) here7from_Adv) +
    +DemoBul: аз ще съм от тук +
    +DemoCat: seré d'aquí +
    +DemoDan: jeg vil være herfra +
    +DemoEng: I will be from here +
    +DemoFin: minä olen täältä +
    +DemoFre: je serai d'ici +
    +DemoGer: ich werde hieraus sein +
    +DemoIta: sarò da quì +
    +DemoNor: jeg vil være herfra +
    +DemoRus: я будет отсюда +
    +DemoSpa: seré de acá +
    +DemoSwe: jag ska vara härifrån +
    + Demo: UseCl TCond AAnter PNeg (PredV (AdvNP somebody_NP there7from_Adv) flow_V) +
    +DemoBul: някой от там не би текъл +
    +DemoCat: algú d'allà no hauria fluït +
    +DemoDan: nogen derfra ville ikke have strømmet +
    +DemoEng: somebody from there wouldn't have flowed +
    +DemoFin: joku sieltä ei olisi virrannut +
    +DemoFre: quelqu'un de là n' aurait pas coulé +
    +DemoGer: jemand daher würde nicht gefließt haben +
    +DemoIta: qualcuno di là non avrebbe fluito +
    +DemoNor: noen derfra ville ikke ha rent +
    +DemoRus: кто-то оттуда не тёк бы +
    +DemoSpa: algún de allá no habría fluido +
    +DemoSwe: någon därifrån skulle inte ha runnit +
    + Demo: UseCl TPast ASimul PNeg (PredV (DetCN (DetQuantOrd (PossPron youSg_Pron) (NumCard (NumNumeral (num (pot2as3 (pot2plus pot01 pot111))))) right_Ord) (UseN wife_N)) blow_V) +
    +DemoBul: твоите сто и единадесет десни съпруги не духаха +
    +DemoCat: les teves cent onze dretaes esposes no bufaven +
    +DemoDan: dine et hundrede og elleve højre koner blæste ikke +
    +DemoEng: your one hundred and eleven right wives didn't blow +
    +DemoFin: sinun sata yksi toista oikeat vaimoa &+ si eivät puhaltaneet +
    +DemoFre: tes cent onze droites femmes ne soufflaient pas +
    +DemoGer: deine ein hundert elf rechte Ehefraue blasten nicht +
    +DemoIta: le tue cento undici destre donne non soffiavano +
    +DemoNor: dine ett hundre og elve høyre koner blåste ikke +
    +DemoRus: твои сто одиннадцать правые жены не дули +
    +DemoSpa: tus ciento once derechaes esposas no soplaban +
    +DemoSwe: dina ett hundra elva högra fruar blåste inte +
    + Demo: UseCl TPast ASimul PPos (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) somewhere_Adv) +
    +DemoBul: майката беше някъде +
    +DemoCat: la mare era a algun lloc +
    +DemoDan: moderen var et eller annet sted +
    +DemoEng: the mother was somewhere +
    +DemoFin: äiti oli jossain +
    +DemoFre: la mère était quelque part +
    +DemoGer: die Mutter war irgendwo +
    +DemoIta: la madre era qualche parte +
    +DemoNor: moren var et eller annet sted +
    +DemoRus: мать была где-нибудь +
    +DemoSpa: la madre era en ninguna parte +
    +DemoSwe: modern var någonstans +
    + Demo: UseCl TCond AAnter PNeg (PredV2 (UsePN john_PN) open_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl fun_AV)) (UseN2 mother_N2))) +
    +DemoBul: Джон не би отворил най - забавни майки +
    +DemoCat: Joan no hauria ert unes más divertites mares +
    +DemoDan: John ville ikke have åbnet morsommeste mødre +
    +DemoEng: John wouldn't have opened funest mothers +
    +DemoFin: Jussi ei olisi avannut hauskimpia äitejä +
    +DemoFre: Jean n' aurait pas ouvert des plus marrantes mères +
    +DemoGer: Johann würde tolleste Mütter nicht geöffnet haben +
    +DemoIta: Giovanni non avrebbe aperto più divertenti madri +
    +DemoNor: John ville ikke ha åpna morsomeste mødre +
    +DemoRus: Иван не открывал бы весёлых матерей +
    +DemoSpa: Juan no habría abierto unas más divertidas madres +
    +DemoSwe: Johan skulle inte ha öppnat roligaste mödrar +
    + Demo: UseCl TFut ASimul PPos (PredAdv (UsePron it_Pron) here7from_Adv) +
    +DemoBul: то ще е от тук +
    +DemoCat: serà d'aquí +
    +DemoDan: det vil være herfra +
    +DemoEng: it will be from here +
    +DemoFin: se on täältä +
    +DemoFre: il sera d'ici +
    +DemoGer: es wird hieraus sein +
    +DemoIta: sarà da quì +
    +DemoNor: det vil være herfra +
    +DemoRus: оно будет отсюда +
    +DemoSpa: será de acá +
    +DemoSwe: det ska vara härifrån +
    + Demo: UseCl TPast AAnter PPos (PredAP (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA black_A)) (UseN meat_N))) (ComparA thick_A (UsePron youSg_Pron))) +
    +DemoBul: толкова черните меса бяха били по - дебели от теб +
    +DemoCat: les carns tan negres havien estat más gruixudes que tu +
    +DemoDan: de så sorte kød havde været tykkere end du +
    +DemoEng: the so black meats had been thicker than you +
    +DemoFin: niin mustat lihat olivat olleet paksumpia kuin sinä +
    +DemoFre: les viandes si noires avaient été plus épaisses que toi +
    +DemoGer: die so schwarzen Fleische waren dicker als du gewesen +
    +DemoIta: le carni così nere erano state più grosse che tu +
    +DemoNor: de så svarte kjøtta hadde vært tykkere enn du +
    +DemoRus: так чёрные мяса были толще тебя +
    +DemoSpa: las carnes tanto negras habían sido más gruesas que tu +
    +DemoSwe: de så svarta kötten hade varit tjockare än du +
    + Demo: UseCl TPast ASimul PNeg (PredAdv somebody_NP (PositAdvAdj narrow_A)) +
    +DemoBul: някой не беше тясно +
    +DemoCat: algú no era estretament +
    +DemoDan: nogen var ikke smalt +
    +DemoEng: somebody wasn't narrowly +
    +DemoFin: joku ei ollut kapeasti +
    +DemoFre: quelqu'un n' était pas étroitement +
    +DemoGer: jemand war nicht schmal +
    +DemoIta: qualcuno non era strettamente +
    +DemoNor: noen var ikke smalt +
    +DemoRus: кто-то не был узко +
    +DemoSpa: algún no era estrechamente +
    +DemoSwe: någon var inte smalt +
    + Demo: UseCl TPres AAnter PPos (PredAP (AdvNP (DetCN (DetArtCard IndefArt (AdNum (AdnCAdv more_CAdv) (NumDigits (IDig D_5)))) (UseN2 (ComplN3 distance_N3 (UsePron i_Pron)))) (PrepNP after_Prep (DetArtPl IndefArt (ComplN2 mother_N2 (AdvNP somebody_NP (ComparAdvAdjS more_CAdv stupid_A (UseCl TCond AAnter PPos (PredV (DetArtSg IndefArt (UseN language_N)) sleep_V)))))))) (ComparA wide_A (AdvNP somebody_NP everywhere_Adv))) +
    +DemoBul: повече от 5 разстояния от мен след майки на някой по - глупаво от колкото език би спал са били по - широки от някой навсякъде +
    +DemoCat: més que 5 distàncies de mi després d' unes mares de algú més estúpidament que una llengua hauria dormit han estat más extenses que algú a tot arreu +
    +DemoDan: mer end 5 afstander fra mig efter mødre til nogen mer dumt end et sprog ville have sovet har været bredere end nogen overalt +
    +DemoEng: more than 5 distances from I after mothers of somebody more stupidly than a language would have slept have been wider than somebody everywhere +
    +DemoFin: enemmän kuin 5 etäisyyttä minusta jonkun enemmän tyhmästi kuin kieli olisi nukkunut äitien jälkeen ovat olleet leveämpiä kuin joku kaikkialla +
    +DemoFre: plus que 5 distances de moi après des mères de quelqu'un plus stupidement qu' une langue aurait dormi ont été plus larges que quelqu'un partout +
    +DemoGer: mehr als 5 Entfernungen von mir nach Müttern von jemandem mehr dumm als eine Sprache geschlafen haben würde sind breiter als jemand überall gewesen +
    +DemoIta: più che 5 distanze di me dopo madri di qualcuno più stupidamente che una lingua avrebbe dormito sono state più larghe che qualcuno dappertutto +
    +DemoNor: mer enn 5 avstander fra meg etter mødre til noen mer dumt enn et språk ville ha sovet har vært bredere enn noen overalt +
    +DemoRus: более чем 5 расстояния от меня после матерей кого-то более тупо чем язык спал бы шире кого-то везде +
    +DemoSpa: mas que 5 distancias de mí despues de unas madres de algún mas estúpidamente que una lengua habría dormido han sido más anchas que algún en todas partes +
    +DemoSwe: mer än 5 avstånd från mig efter mödrar till någon mer dumt än ett språk skulle ha sovit har varit bredare än någon överallt +
    + Demo: UseCl TPres AAnter PPos (PredV2 (DetArtPl DefArt (UseN2 father_N2)) know_V2 (UsePron youPl_Pron)) +
    +DemoBul: бащите са знаeли вас +
    +DemoCat: els pares us han sabut +
    +DemoDan: fædrene har vidst jer +
    +DemoEng: the fathers have known you +
    +DemoFin: isät ovat tietäneet teidät +
    +DemoFre: les pères vous ont connus +
    +DemoGer: die Väter haben euch gewußt +
    +DemoIta: i padri vi hanno conosciuti +
    +DemoNor: fedrene har visst dere +
    +DemoRus: отцы знают вас +
    +DemoSpa: los padres vos han sabido +
    +DemoSwe: fäderna har vetat er +
    + Demo: UseCl TCond ASimul PPos (PredAdv (UsePron youPol_Pron) already_Adv) +
    +DemoBul: вие бихте били вече +
    +DemoCat: seríeu ja +
    +DemoDan: Dere ville være allerede +
    +DemoEng: you would be already +
    +DemoFin: te olisitte jo +
    +DemoFre: vous seriez déjà +
    +DemoGer: Sie würden schon sein +
    +DemoIta: sarebbe già +
    +DemoNor: Dere ville være allerede +
    +DemoRus: вы +
    +DemoSpa: sería ya +
    +DemoSwe: ni skulle vara redan +
    + Demo: UseCl TPres ASimul PPos (PredV2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePron youPol_Pron))) fear_V2 (DetArtPl IndefArt (UseN dog_N))) +
    +DemoBul: майките ви се страхуват кучета +
    +DemoCat: les mares de vosté temen uns goss +
    +DemoDan: mødrene til Dere frygter hunder +
    +DemoEng: the mothers of you fear dogs +
    +DemoFin: teidän äidit pelkäävät koiria +
    +DemoFre: les mères de vous craignent des chiens +
    +DemoGer: die Mütter von Ihnen fürchten Hunde +
    +DemoIta: le madri di Lei temono cani +
    +DemoNor: mødrene til Dere frykter hunder +
    +DemoRus: ваши матери боют собак +
    +DemoSpa: las madres de usted temen unos perros +
    +DemoSwe: mödrarna till er fruktar hundar +
    + Demo: UseCl TCond AAnter PPos (PredV2 somebody_NP leave_V2 (UsePron we_Pron)) +
    +DemoBul: някой би оставил нас +
    +DemoCat: algú ens hauria partit +
    +DemoDan: nogen ville have forladet os +
    +DemoEng: somebody would have left us +
    +DemoFin: joku olisi jättänyt meidät +
    +DemoFre: quelqu'un nous aurait quittés +
    +DemoGer: jemand würde uns verlassen haben +
    +DemoIta: qualcuno ci avrebbe lasciati +
    +DemoNor: noen ville ha forlatt oss +
    +DemoRus: кто-то уходил бы нас +
    +DemoSpa: algún nos habría partido +
    +DemoSwe: någon skulle ha lämnat oss +
    + Demo: UseCl TPast AAnter PPos (PredAP (UsePN paris_PN) (PositA fun_AV)) +
    +DemoBul: Париж беше бил забавен +
    +DemoCat: Paris havia estat divertit +
    +DemoDan: Paris havde været morsomt +
    +DemoEng: Paris had been fun +
    +DemoFin: Pariisi oli ollut hauska +
    +DemoFre: Paris avait été marrant +
    +DemoGer: Paris war toll gewesen +
    +DemoIta: Parigi era stato divertente +
    +DemoNor: Paris hadde vært morsomt +
    +DemoRus: Париж был весёлый +
    +DemoSpa: Paris había sido divertido +
    +DemoSwe: Paris hade varit roligt +
    + Demo: UseCl TFut ASimul PNeg (PredV2 (DetArtPl DefArt (ComplN2 (ComplN3 distance_N3 (AdvNP (UsePron youSg_Pron) there7from_Adv)) somebody_NP)) kill_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (DetArtSg DefArt (ComplN2 brother_N2 (UsePN paris_PN)))))) +
    +DemoBul: разстоянита от теб от там до някой няма да убият братя на брата на Париж +
    +DemoCat: les distàncies de tu d'allà a algú no mataran uns germàs del germà de Paris +
    +DemoDan: afstanderne fra dig derfra til nogen vil ikke dræbe brødre til brodren til Paris +
    +DemoEng: the distances from you from there to somebody won't kill brothers of the brother of Paris +
    +DemoFin: etäisyydet sinusta sieltä johonkuun eivät tapa Pariisin veljen veljissä +
    +DemoFre: les distances de toi de là à quelqu'un ne tueront pas des frères du frère de Paris +
    +DemoGer: die Entfernungen von dir daher zu jemandem werden Brüder von dem Bruder von Paris nicht töten +
    +DemoIta: le distanze di te di là a qualcuno non uccideranno fratelli del fratello di Parigi +
    +DemoNor: avstandene fra deg derfra til noen vil ikke drepe brødre til broren til Paris +
    +DemoRus: расстояния от тебя оттуда к кому-то не будут убивать братов брата Парижа +
    +DemoSpa: las distancias de tí de allá a algún no matarán unos hermanos del hermano de Paris +
    +DemoSwe: avstånden från dig därifrån till någon ska inte döda bröder till brodern till Paris +
    + Demo: UseCl TPres AAnter PPos (PredV2 (UsePron it_Pron) drink_V2 (UsePron it_Pron)) +
    +DemoBul: то е пило него +
    +DemoCat: el ha begut +
    +DemoDan: det har drukket det +
    +DemoEng: it has drunk it +
    +DemoFin: se on juonut sen +
    +DemoFre: il l' a bu +
    +DemoGer: es hat es getrunken +
    +DemoIta: lo ha bevuto +
    +DemoNor: det har drukket det +
    +DemoRus: оно пьёт его +
    +DemoSpa: lo ha tomado +
    +DemoSwe: det har druckit det +
    + Demo: UseCl TFut AAnter PPos (PredAdv (AdvNP (AdvNP (UsePron youPl_Pron) (AdAdv almost_AdA (ComparAdvAdjS less_CAdv new_A (UseCl TPres ASimul PPos (PredAdv (DetArtSg IndefArt (AdjCN (ComparA empty_A (UsePN paris_PN)) (ComplN2 father_N2 (UsePN paris_PN)))) there7from_Adv))))) there7to_Adv) now_Adv) +
    +DemoBul: вие почти не по - ново от колкото по - празен от Париж баща на Париж е от там до там ще сте били сега +
    +DemoCat: quasi menys novament que un pare de Paris más buit que Paris sigui d'allà cap a allà haureu estat ara +
    +DemoDan: i næsten mindre nytt end en far til Paris tømmere end Paris er derfra dit vil have været nu +
    +DemoEng: you almost less newly than a father of Paris emptier than Paris is from there there will have been now +
    +DemoFin: te melkein vähemmän uudesti kuin Pariisia tyhjempi Pariisin isä on sieltä sinne olette olleet nyt +
    +DemoFre: vous presque moins nouvellement qu' un père de Paris plus vide que Paris soit de là là aurez été maintenant +
    +DemoGer: ihr fast weniger neu als ein lererer als Paris Vater von Paris daher ist dahin werdet jetzt gewesen sein +
    +DemoIta: quasi meno nuovamente che un padre di Parigi più vuoto che Parigi sia di là là sarete stati adesso +
    +DemoNor: dere nesten mindre nytt enn en far til Paris tommere enn Paris er derfra dit vil ha vært nå +
    +DemoRus: вы почти менее ново чем пустее Парижа отец Парижа оттуда туда будут сейчас +
    +DemoSpa: casi meno nuevamente que un padre de Paris más vacío que Paris sea de allá para allá habréis sido ahora +
    +DemoSwe: ni nästan mindre nytt än en far till Paris tommare än Paris är därifrån dit ska ha varit nu +
    + Demo: UseCl TCond ASimul PNeg (PredV2 (UsePron he_Pron) close_V2 (DetCN (DetQuantOrd (PossPron she_Pron) (NumCard (AdNum (AdnCAdv less_CAdv) (NumDigits (IDig D_7)))) left_Ord) (AdjCN (PositA full_A) (AdjCN (ComparA green_A (DetArtSg IndefArt (AdjCN (ComplA2 married_A2 (UsePN john_PN)) (ComplN2 father_N2 (DetArtPl DefArt (UseN woman_N)))))) (UseN neck_N))))) +
    +DemoBul: той не би затворил нейните по-малко от 7 леви пълни по - зелени от женен за Джон баща на жените гърба +
    +DemoCat: no tancaria els seus menys que 7 esquerras colls más verds que un pare dels dones casat a Joan ples +
    +DemoDan: han ville ikke lukke hendes mindre end 7 venstre fulde halser grønnere end en far til kvinderne gift med John +
    +DemoEng: he wouldn't close her less than 7 left full necks greener than a father of the women married to John +
    +DemoFin: hän ei sulkisi hänen vähemmän kuin 7 vasenia täyttä Jussin kanssa avioitunutta naisten isää vihreämpää niskaa &+ nsa +
    +DemoFre: il ne fermerait pas ses moins que 7 gauches cous plus verts qu' un père des femmes marié à Jean pleins +
    +DemoGer: er würde ihre weniger als 7 linke volle grünere als ein verheirateter mit Johann Vater von den Frauen Nacken nicht schließen +
    +DemoIta: non chiuderebbe i suoi meno che 7 sinistri colli più verdi che un padre delle donne sposato a Giovanni pieni +
    +DemoNor: han ville ikke lukke hennes mindre enn 7 venstre fulle nakker grønnere enn en far til kvinnene gift med John +
    +DemoRus: он не закрывал бы её менее чем 7 левые полные зелёнее замужем за Иваном отца женщин шеи +
    +DemoSpa: no cerraría sus meno que 7 izquierdaes cuellos más verdes que un padre de las mujeres casado a Juan llenos +
    +DemoSwe: han skulle inte stänga hennes mindre än 7 vänstra fulla nackar grönare än en far till kvinnorna gift med Johan +
    + Demo: UseCl TCond ASimul PNeg (PredAP (DetCN many_Det (UseN oil_N)) (ComplA2 married_A2 (DetArtSg IndefArt (AdjCN (PositA stupid_A) (ComplN2 father_N2 (DetArtSg IndefArt (UseN2 mother_N2))))))) +
    +DemoBul: много олиота не биха били женени за глупав баща на майка +
    +DemoCat: molts olis no serien casats a un pare d' una mare estúpid +
    +DemoDan: mange olier ville ikke være gifte med en dum far til en moder +
    +DemoEng: many oils wouldn't be married to a stupid father of a mother +
    +DemoFin: moni öljy ei olisi avioitunut tyhmän äidin isän kanssa +
    +DemoFre: plusieurs huiles ne seraient pas mariées à un père d' une mère stupide +
    +DemoGer: viele Öle würden nicht verheiratet mit einem dummen Vater von einer Mutter sein +
    +DemoIta: molti oli non sarebbero sposati ad un padre di una madre stupido +
    +DemoNor: mange oljer ville ikke være gifte med en dum far til en mor +
    +DemoRus: много нефти не +
    +DemoSpa: muchos aceites no serían casados a un padre de una madre estúpido +
    +DemoSwe: många oljor skulle inte vara gifta med en dum far till en mor +
    + Demo: UseCl TFut ASimul PNeg (PredAP (DetArtSg IndefArt (UseN2 (ComplN3 distance_N3 (DetArtSg IndefArt (UseN2 mother_N2))))) (ComparA narrow_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (UseN egg_N))) (AdvNP (DetArtSg DefArt (AdjCN (ComparA cold_A (DetCN someSg_Det (AdjCN (ComparA beautiful_A (DetArtSg DefArt (UseN day_N))) (UseN2 mother_N2)))) (UseN country_N))) there7from_Adv))))) +
    +DemoBul: разстояние от майка няма да е по - тясно от разстояния от яйца до по - студената от някоя по - красива от деня майка държава от там +
    +DemoCat: una distància d' una mare no serà más estreta que unes distàncies d' uns ous al país más fred que alguna mare más bella que la dia d'allà +
    +DemoDan: en afstand fra en moder vil ikke være smalere end afstander fra æg til det land koldere end nogen moder smukkere end dagen derfra +
    +DemoEng: a distance from a mother won't be narrower than distances from eggs to the country colder than some mother more beautiful than the day from there +
    +DemoFin: etäisyys äidistä ei ole kapeampi kuin etäisyyksiä munista jotakua päivää kauniimpaa äitiä kylmempään maahan sieltä +
    +DemoFre: une distance d' une mère ne sera pas plus étroite que des distances d' oeufs au pays plus froid que quelque mère plus jolie que le jour de là +
    +DemoGer: eine Entfernung von einer Mutter wird nicht schmaler als Entfernungen von Eien zu dem kalteren als eine schönere als der Tag Mutter Land daher sein +
    +DemoIta: una distanza di una madre non sarà più stretta che distanze di uova al paese più freddo che qualche madre più bella che il giorno di là +
    +DemoNor: en avstand fra en mor vil ikke være smalere enn avstander fra egg til det landet kaldere enn noen mor vakkerere enn dagen derfra +
    +DemoRus: расстояние от матери не будет уже расстояний от яйц к холоднее некоторой красивее дня матери стране оттуда +
    +DemoSpa: una distancia de una madre no será más estrecha que unas distancias de unos huevos al país más frío que alguna madre más bella que el día de allá +
    +DemoSwe: ett avstånd från en mor ska inte vara smalare än avstånd från ägg till det landet kallare än någon mor vackrare än dagen därifrån +
    + Demo: UseCl TPres AAnter PPos (PredAP (UsePron she_Pron) (PositA short_A)) +
    +DemoBul: тя е билa къса +
    +DemoCat: ha estat curta +
    +DemoDan: hun har været kort +
    +DemoEng: she has been short +
    +DemoFin: hän on ollut lyhyt +
    +DemoFre: elle a été courte +
    +DemoGer: sie ist kurz gewesen +
    +DemoIta: è stata corta +
    +DemoNor: hun har vært kort +
    +DemoRus: она короткая +
    +DemoSpa: ha sido corta +
    +DemoSwe: hon har varit kort +
    + Demo: UseCl TFut AAnter PPos (PredV (DetArtSg DefArt (UseN pen_N)) die_V) +
    +DemoBul: писалката ще е умрялa +
    +DemoCat: el llapis haurà mort +
    +DemoDan: penen vil være død +
    +DemoEng: the pen will have died +
    +DemoFin: kynä on kuollut +
    +DemoFre: le stylo sera mort +
    +DemoGer: der Bleistift wird gestorben sein +
    +DemoIta: la penna avrà morto +
    +DemoNor: pennen vil være dødd +
    +DemoRus: ручка будет умирать +
    +DemoSpa: la lapicera habrá morido +
    +DemoSwe: pennan ska ha dött +
    + Demo: UseCl TPast ASimul PNeg (PredAdv (DetCN (DetQuant (PossPron youPol_Pron) (NumCard (NumDigits (IIDig D_4 (IDig D_1))))) (UseN2 brother_N2)) somewhere_Adv) +
    +DemoBul: вашите 4 1 братя не бяха някъде +
    +DemoCat: els seus 4 1 germàs no eren a algun lloc +
    +DemoDan: Deres 4 1 brødre var ikke et eller annet sted +
    +DemoEng: your 4 1 brothers weren't somewhere +
    +DemoFin: teidän 4 1 veljenä &+ nne eivät olleet jossain +
    +DemoFre: vos 4 1 frères n' étaient pas quelque part +
    +DemoGer: Ihre 4 1 Brüder waren nicht irgendwo +
    +DemoIta: i Suoi 4 1 fratelli non erano qualche parte +
    +DemoNor: Deres 4 1 brødre var ikke et eller annet sted +
    +DemoRus: ваши 4 1 браты не были где-нибудь +
    +DemoSpa: sus 4 1 hermanos no eran en ninguna parte +
    +DemoSwe: era 4 1 bröder var inte någonstans +
    + Demo: UseCl TCond ASimul PPos (PredV2 (UsePN paris_PN) watch_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (UsePN paris_PN)))) +
    +DemoBul: Париж би гледал братя на Париж +
    +DemoCat: Paris miraria uns germàs de Paris +
    +DemoDan: Paris ville se på brødre til Paris +
    +DemoEng: Paris would watch brothers of Paris +
    +DemoFin: Pariisi katselisi Pariisin veljissä +
    +DemoFre: Paris regarderait des frères de Paris +
    +DemoGer: Paris würde an Brüder von Paris schauen +
    +DemoIta: Parigi guarderebbe fratelli di Parigi +
    +DemoNor: Paris ville se på brødre til Paris +
    +DemoRus: Париж смотрел бы братов Парижа +
    +DemoSpa: Paris miraría unos hermanos de Paris +
    +DemoSwe: Paris skulle titta på bröder till Paris +
    + Demo: UseCl TPast ASimul PNeg (PredV (UsePron youPl_Pron) smell_V) +
    +DemoBul: вие не мирисахте +
    +DemoCat: no ensumàveu +
    +DemoDan: i lugtede ikke +
    +DemoEng: you didn't smell +
    +DemoFin: te ette haistaneet +
    +DemoFre: vous ne sentiez pas +
    +DemoGer: ihr riechtet nicht +
    +DemoIta: non sentivate +
    +DemoNor: dere lukta ikke +
    +DemoRus: вы не пахнули +
    +DemoSpa: no olíais +
    +DemoSwe: ni luktade inte +
    + Demo: UseCl TPast AAnter PPos (PredV somebody_NP sit_V) +
    +DemoBul: някой беше седял +
    +DemoCat: algú se havia segut +
    +DemoDan: nogen havde siddet +
    +DemoEng: somebody had sat +
    +DemoFin: joku oli istunut +
    +DemoFre: quelqu'un s' était assis +
    +DemoGer: jemand hatte gesessen +
    +DemoIta: qualcuno si era seduto +
    +DemoNor: noen hadde sittet +
    +DemoRus: кто-то сидел +
    +DemoSpa: algún se había sentado +
    +DemoSwe: någon hade suttit +
    + Demo: UseCl TPast AAnter PPos (PredV (DetCN many_Det (ComplN2 (ComplN3 distance_N3 (UsePron youSg_Pron)) (UsePN paris_PN))) smell_V) +
    +DemoBul: много разстояния от теб до Париж бяха мирисали +
    +DemoCat: moltes distàncies de tu a Paris havien ensumat +
    +DemoDan: mange afstander fra dig til Paris havde lugtet +
    +DemoEng: many distances from you to Paris had smelled +
    +DemoFin: moni etäisyys sinusta Pariisiin oli haistanut +
    +DemoFre: plusieurs distances de toi à Paris avaient senti +
    +DemoGer: viele Entfernungen von dir zu Paris hatten geriecht +
    +DemoIta: molte distanze di te a Parigi avevano sentito +
    +DemoNor: mange avstander fra deg til Paris hadde lukta +
    +DemoRus: много расстояния от тебя к Парижу пахнуло +
    +DemoSpa: muchas distancias de tí a Paris habían olido +
    +DemoSwe: många avstånd från dig till Paris hade luktat +
    + Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP forget_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl white_A)) (UseN snow_N))) +
    +DemoBul: някой не беше забравил най - бели снегове +
    +DemoCat: algú no havia oblidat unes más blanques neus +
    +DemoDan: nogen havde ikke glemt hvideste snøer +
    +DemoEng: somebody hadn't forgotten whitest snows +
    +DemoFin: joku ei ollut unohtanut valkoisimpia lumia +
    +DemoFre: quelqu'un n' avait pas oublié des plus blanches neiges +
    +DemoGer: jemand hatte weißeste Schneen nicht vergessen +
    +DemoIta: qualcuno non aveva dimenticato più bianche nevi +
    +DemoNor: noen hadde ikke glemt hviteste snøer +
    +DemoRus: кто-то не забывал белые снеги +
    +DemoSpa: algún no había olvidado unas más blancas nieves +
    +DemoSwe: någon hade inte glömt vitaste snöer +
    + Demo: UseCl TPres ASimul PNeg (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) (ComparAdvAdj more_CAdv rotten_A (AdvNP (DetArtPl IndefArt (UseN stick_N)) (PositAdvAdj brown_A)))) +
    +DemoBul: майката не е по - прогнило от пръчки кафяво +
    +DemoCat: la mare no és més podritament que uns bastós marronament +
    +DemoDan: moderen er ikke mer råddent end pinder brunt +
    +DemoEng: the mother isn't more rottenly than sticks brownly +
    +DemoFin: äiti ei ole enemmän mädästi kuin keppejä ruskeasti +
    +DemoFre: la mère n' est pas plus pourriment que des bâtons brunement +
    +DemoGer: die Mutter ist nicht mehr verdorben als Stocke braun +
    +DemoIta: la madre non è più marciamente che bastoni marronemente +
    +DemoNor: moren er ikke mer råttent enn pinner brunt +
    +DemoRus: мать не более гнило чем палки коричнево +
    +DemoSpa: la madre no es mas podridamente que unos bastones marrónmente +
    +DemoSwe: modern är inte mer ruttet än pinnar brunt +
    + Demo: UseCl TCond ASimul PPos (PredAP (UsePN john_PN) (PositA broad_A)) +
    +DemoBul: Джон би бил обширен +
    +DemoCat: Joan seria ample +
    +DemoDan: John ville være bred +
    +DemoEng: John would be broad +
    +DemoFin: Jussi olisi leveä +
    +DemoFre: Jean serait large +
    +DemoGer: Johann würde breit sein +
    +DemoIta: Giovanni sarebbe largo +
    +DemoNor: John ville være bred +
    +DemoRus: Иван +
    +DemoSpa: Juan sería ancho +
    +DemoSwe: Johan skulle vara bred +
    + Demo: UseCl TPast ASimul PNeg (PredV2 somebody_NP watch_V2 (DetArtPl DefArt (UseN iron_N))) +
    +DemoBul: някой не гледа железата +
    +DemoCat: algú no mirava els ferros +
    +DemoDan: nogen så ikke på jernene +
    +DemoEng: somebody didn't watch the irons +
    +DemoFin: joku ei katsellut rautoja +
    +DemoFre: quelqu'un ne regardait pas les fers +
    +DemoGer: jemand schaute an die Eisen nicht +
    +DemoIta: qualcuno non guardava i ferri +
    +DemoNor: noen så ikke på jerna +
    +DemoRus: кто-то не смотрел железа +
    +DemoSpa: algún no miraba los fierros +
    +DemoSwe: någon tittade inte på järnen +
    + Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP (UsePN paris_PN) (AdAdv quite_Adv there7from_Adv)) there7from_Adv) +
    +DemoBul: Париж доста от там би бил от там +
    +DemoCat: Paris bastant d'allà seria d'allà +
    +DemoDan: Paris temmelig derfra ville være derfra +
    +DemoEng: Paris quite from there would be from there +
    +DemoFin: Pariisi melko sieltä olisi sieltä +
    +DemoFre: Paris assez de là serait de là +
    +DemoGer: Paris ziemlich daher würde daher sein +
    +DemoIta: Parigi assai di là sarebbe di là +
    +DemoNor: Paris temmelig derfra ville være derfra +
    +DemoRus: Париж довольно оттуда +
    +DemoSpa: Paris bastante de allá sería de allá +
    +DemoSwe: Paris ganska därifrån skulle vara därifrån +
    + Demo: UseCl TCond ASimul PNeg (PredV (AdvNP (UsePN paris_PN) (SubjS when_Subj (UseCl TPast AAnter PNeg (PredAdv somebody_NP there7from_Adv)))) dig_V) +
    +DemoBul: Париж когато някой не беше бил от там не би копал +
    +DemoCat: Paris quan algú no havia estat d'allà no cavaria +
    +DemoDan: Paris når nogen ikke havde været derfra ville ikke grave +
    +DemoEng: Paris when somebody hadn't been from there wouldn't dig +
    +DemoFin: Pariisi kun joku ei ollut ollut sieltä ei kaivaisi +
    +DemoFre: Paris quand quelqu'un n' avait pas été de là ne creuserait pas +
    +DemoGer: Paris wenn jemand nicht daher gewesen war würde nicht graben +
    +DemoIta: Parigi quando qualcuno non era stato di là non scaverebbe +
    +DemoNor: Paris når noen ikke hadde vært derfra ville ikke grave +
    +DemoRus: Париж когда кто-то не был оттуда не копал бы +
    +DemoSpa: Paris cuando algún no había sido de allá no escarbaría +
    +DemoSwe: Paris när någon inte hade varit därifrån skulle inte gräva +
    + Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP somebody_NP there7to_Adv) far_Adv) +
    +DemoBul: някой до там би бил далече +
    +DemoCat: algú cap a allà seria lluny +
    +DemoDan: nogen dit ville være fjern +
    +DemoEng: somebody there would be far +
    +DemoFin: joku sinne olisi kaukana +
    +DemoFre: quelqu'un là serait loin +
    +DemoGer: jemand dahin würde weit sein +
    +DemoIta: qualcuno là sarebbe lontano +
    +DemoNor: noen dit ville være fjern +
    +DemoRus: кто-то туда +
    +DemoSpa: algún para allá sería lejos +
    +DemoSwe: någon dit skulle vara långt +
    + Demo: UseCl TFut AAnter PNeg (PredAdv somebody_NP here7from_Adv) +
    +DemoBul: някой няма да е бил от тук +
    +DemoCat: algú no haurà estat d'aquí +
    +DemoDan: nogen vil ikke have været herfra +
    +DemoEng: somebody won't have been from here +
    +DemoFin: joku ei ole ollut täältä +
    +DemoFre: quelqu'un n' aura pas été d'ici +
    +DemoGer: jemand wird nicht hieraus gewesen sein +
    +DemoIta: qualcuno non sarà stato da quì +
    +DemoNor: noen vil ikke ha vært herfra +
    +DemoRus: кто-то не будет отсюда +
    +DemoSpa: algún no habrá sido de acá +
    +DemoSwe: någon ska inte ha varit härifrån +
    + Demo: UseCl TPast AAnter PPos (PredAdv (DetArtSg DefArt (AdjCN (PositA long_A) (AdjCN (PositA ugly_A) (ComplN2 brother_N2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePN john_PN))))))) now_Adv) +
    +DemoBul: дългият глупав брат на майките на Джон беше бил сега +
    +DemoCat: el germà dels mares de Joan lleig llarg havia estat ara +
    +DemoDan: den lange grimme broder til mødrene til John havde været nu +
    +DemoEng: the long ugly brother of the mothers of John had been now +
    +DemoFin: pitkä ruma Jussin äitien veli oli ollut nyt +
    +DemoFre: le frère des mères de Jean laide long avait été maintenant +
    +DemoGer: der lange häßliche Bruder von den Müttern von Johann war jetzt gewesen +
    +DemoIta: il fratello delle madri di Giovanni brutto lungo era stato adesso +
    +DemoNor: den lange stygge broren til mødrene til John hadde vært nå +
    +DemoRus: длинный некрасивый брат матерей Ивана был сейчас +
    +DemoSpa: el hermano de las madres de Juan feo largo había sido ahora +
    +DemoSwe: den långa fula brodern till mödrarna till Johan hade varit nu +
    + Demo: UseCl TPast AAnter PNeg (PredAP (UsePron i_Pron) (ComplA2 married_A2 (AdvNP (UsePron she_Pron) already_Adv))) +
    +DemoBul: аз не бях бил женен за нея вече +
    +DemoCat: no havia estat casata a ella ja +
    +DemoDan: jeg havde ikke været gift med hende allerede +
    +DemoEng: I hadn't been married to her already +
    +DemoFin: minä en ollut ollut avioitunut hänen jo kanssa +
    +DemoFre: je n' avais pas été marié à elle déjà +
    +DemoGer: ich war nicht verheiratet mit ihr schon gewesen +
    +DemoIta: non ero stato sposato a lei già +
    +DemoNor: jeg hadde ikke vært gift med henne allerede +
    +DemoRus: я не был замужем за ей уже +
    +DemoSpa: no había sido casado a ella ya +
    +DemoSwe: jag hade inte varit gift med henne redan +
    + Demo: UseCl TPres ASimul PNeg (PredAP (UsePN john_PN) (ComplA2 married_A2 (UsePN paris_PN))) +
    +DemoBul: Джон не е женен за Париж +
    +DemoCat: Joan no és casat a Paris +
    +DemoDan: John er ikke gift med Paris +
    +DemoEng: John isn't married to Paris +
    +DemoFin: Jussi ei ole avioitunut Pariisin kanssa +
    +DemoFre: Jean n' est pas marié à Paris +
    +DemoGer: Johann ist nicht verheiratet mit Paris +
    +DemoIta: Giovanni non è sposato a Parigi +
    +DemoNor: John er ikke gift med Paris +
    +DemoRus: Иван не замужем за Парижом +
    +DemoSpa: Juan no es casado a Paris +
    +DemoSwe: Johan är inte gift med Paris +
    + Demo: UseCl TCond ASimul PNeg (PredAP somebody_NP (AdAP very_AdA (PositA brown_A))) +
    +DemoBul: някой не би бил много кафяв +
    +DemoCat: algú no seria molt marró +
    +DemoDan: nogen ville ikke være meget brun +
    +DemoEng: somebody wouldn't be very brown +
    +DemoFin: joku ei olisi erittäin ruskea +
    +DemoFre: quelqu'un ne serait pas très brun +
    +DemoGer: jemand würde nicht sehr braun sein +
    +DemoIta: qualcuno non sarebbe molto marrone +
    +DemoNor: noen ville ikke være mye brun +
    +DemoRus: кто-то не +
    +DemoSpa: algún no sería muy marrón +
    +DemoSwe: någon skulle inte vara mycket brun +
    + Demo: UseCl TPres ASimul PPos (PredV2 somebody_NP eat_V2 somebody_NP) +
    +DemoBul: някой яде някой +
    +DemoCat: algú menja algú +
    +DemoDan: nogen spiser nogen +
    +DemoEng: somebody eats somebody +
    +DemoFin: joku syö jonkun +
    +DemoFre: quelqu'un mange quelqu'un +
    +DemoGer: jemand ißt jemanden +
    +DemoIta: qualcuno mangia qualcuno +
    +DemoNor: noen spiser noen +
    +DemoRus: кто-то кушает кого-то +
    +DemoSpa: algún come algún +
    +DemoSwe: någon äter någon +
    + Demo: UseCl TPast ASimul PPos (PredAdv somebody_NP everywhere_Adv) +
    +DemoBul: някой беше навсякъде +
    +DemoCat: algú era a tot arreu +
    +DemoDan: nogen var overalt +
    +DemoEng: somebody was everywhere +
    +DemoFin: joku oli kaikkialla +
    +DemoFre: quelqu'un était partout +
    +DemoGer: jemand war überall +
    +DemoIta: qualcuno era dappertutto +
    +DemoNor: noen var overalt +
    +DemoRus: кто-то был везде +
    +DemoSpa: algún era en todas partes +
    +DemoSwe: någon var överallt +
    + Demo: UseCl TFut AAnter PNeg (PredV (AdvNP (DetCN (DetArtOrd IndefArt NumSg (OrdSuperl small_A)) (AdjCN (ComparA fun_AV (AdvNP (UsePron she_Pron) there7from_Adv)) (UseN fridge_N))) (AdAdv so_AdA there7from_Adv)) walk_V) +
    +DemoBul: най - малък по - забавен от нея от там фризер толкова от там няма да е ходил +
    +DemoCat: una más petita nevera más divertita que ella d'allà tan d'allà no haurà caminat +
    +DemoDan: et mindste køleskab morsommere end hun derfra så derfra vil ikke være gået +
    +DemoEng: a smallest fridge funer than she from there so from there won't have walked +
    +DemoFin: pienimmät häntä sieltä hauskempi jääkaappi niin sieltä ei ole kävellyt +
    +DemoFre: un plus petit frigo plus marrant qu' elle de là si de là n' aura pas marché +
    +DemoGer: ein kleinester tollerer als sie daher Kühlschrank so daher wird nicht gegangen sein +
    +DemoIta: un più piccolo frigorifero più divertente che lei di là così di là non avrà camminato +
    +DemoNor: et minste kjøleskap morsomere enn hun derfra så derfra vil ikke være gått +
    +DemoRus: маленький весёлее неё оттуда холодильник так оттуда не будет гулять +
    +DemoSpa: una más pequeña heladera más divertida que ella de allá tanto de allá no habrá caminado +
    +DemoSwe: ett minsta kylskåp roligare än hon därifrån så därifrån ska inte ha gått +
    + Demo: UseCl TPast ASimul PPos (PredV2 (DetArtPl IndefArt (UseN religion_N)) count_V2 (AdvNP (DetArtSg IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg DefArt (UseN apple_N))) (DetCN someSg_Det (UseN2 brother_N2)))) there7to_Adv)) +
    +DemoBul: религии броиха разстояние от ябълката до някой брат до там +
    +DemoCat: unes religions comptaven una distància de la poma a algun germà cap a allà +
    +DemoDan: religioner talte en afstand fra æblet til nogen broder dit +
    +DemoEng: religions counted a distance from the apple to some brother there +
    +DemoFin: uskontoja laski etäisyyden omenasta johonkuun veljeen sinne +
    +DemoFre: des religions contaient une distance de la pomme à quelque frère là +
    +DemoGer: Religionen zählten eine Entfernung von dem Apfel zu einem Bruder dahin +
    +DemoIta: religioni contavano una distanza della mela a qualche fratello là +
    +DemoNor: religioner regna en avstand fra eplet til noen bror dit +
    +DemoRus: религии считали расстояние от яблока к некоторому брату туда +
    +DemoSpa: unas religiones contaban una distancia de la manzana a algun hermano para allá +
    +DemoSwe: religioner räknade ett avstånd från äpplet till någon bror dit +
    + Demo: UseCl TFut AAnter PPos (PredV (UsePron youPol_Pron) swim_V) +
    +DemoBul: вие ще сте плували +
    +DemoCat: haureu nedat +
    +DemoDan: Dere vil have svømmet +
    +DemoEng: you will have swum +
    +DemoFin: te olette uineet +
    +DemoFre: vous aurez nagé +
    +DemoGer: Sie werden geschwimmt haben +
    +DemoIta: avrà nuotato +
    +DemoNor: Dere vil ha simma +
    +DemoRus: вы будете плавать +
    +DemoSpa: habrá nadado +
    +DemoSwe: ni ska ha simmat +
    + Demo: UseCl TPres ASimul PPos (PredV2 (UsePron i_Pron) hit_V2 (UsePron he_Pron)) +
    +DemoBul: аз удрям него +
    +DemoCat: el pico +
    +DemoDan: jeg slår ham +
    +DemoEng: I hit him +
    +DemoFin: minä lyön häntä +
    +DemoFre: je le frappe +
    +DemoGer: ich schlage ihn +
    +DemoIta: lo colpisco +
    +DemoNor: jeg slår ham +
    +DemoRus: я ударяю его +
    +DemoSpa: lo golpeo +
    +DemoSwe: jag slår honom +
    + Demo: UseCl TPast ASimul PPos (PredV2 somebody_NP teach_V2 (UsePron i_Pron)) +
    +DemoBul: някой преподаде мен +
    +DemoCat: algú em ensenyava +
    +DemoDan: nogen underviste mig +
    +DemoEng: somebody taught me +
    +DemoFin: joku opetti minut +
    +DemoFre: quelqu'un m' enseignait +
    +DemoGer: jemand unterrichtete mich +
    +DemoIta: qualcuno mi insegnava +
    +DemoNor: noen underviste meg +
    +DemoRus: кто-то учил меня +
    +DemoSpa: algún me enseñaba +
    +DemoSwe: någon undervisade mig +
    + Demo: UseCl TPast ASimul PNeg (PredAdv (UsePron they_Pron) already_Adv) +
    +DemoBul: те не бяха вече +
    +DemoCat: no eren ja +
    +DemoDan: de var ikke allerede +
    +DemoEng: they weren't already +
    +DemoFin: he eivät olleet jo +
    +DemoFre: ils n' étaient pas déjà +
    +DemoGer: sie waren nicht schon +
    +DemoIta: non erano già +
    +DemoNor: de var ikke allerede +
    +DemoRus: они не были уже +
    +DemoSpa: no eran ya +
    +DemoSwe: de var inte redan +
    + Demo: UseCl TCond AAnter PNeg (PredAP (AdvNP (AdvNP somebody_NP there7from_Adv) there_Adv) (ComparA bad_A (DetArtSg DefArt (UseN oil_N)))) +
    +DemoBul: някой от там там не би бил по - лош от олиото +
    +DemoCat: algú d'allà allà no hauria estat pitjor que l' oli +
    +DemoDan: nogen derfra der ville ikke have været dårligere end olien +
    +DemoEng: somebody from there there wouldn't have been worse than the oil +
    +DemoFin: joku sieltä siellä ei olisi ollut pahempi kuin öljy +
    +DemoFre: quelqu'un de là là n' aurait pas été pire que l' huile +
    +DemoGer: jemand daher da würde nicht schlechter als das Öl gewesen sein +
    +DemoIta: qualcuno di là là non sarebbe stato peggio che l' olio +
    +DemoNor: noen derfra der ville ikke ha vært dårligere enn oljen +
    +DemoRus: кто-то оттуда там не +
    +DemoSpa: algún de allá allí no habría sido peor que el aceite +
    +DemoSwe: någon därifrån där skulle inte ha varit sämre än oljan +
    + Demo: UseCl TFut AAnter PPos (PredAP (AdvNP (DetArtSg DefArt (UseN meat_N)) there7from_Adv) (ComplA2 married_A2 (UsePron youPl_Pron))) +
    +DemoBul: месото от там ще е било женено за вас +
    +DemoCat: la carn d'allà haurà estat casata a vosaltres +
    +DemoDan: kødet derfra vil have været gift med jer +
    +DemoEng: the meat from there will have been married to you +
    +DemoFin: liha sieltä on ollut avioitunut teidän kanssa +
    +DemoFre: la viande de là aura été mariée à vous +
    +DemoGer: das Fleisch daher wird verheiratet mit euch gewesen sein +
    +DemoIta: la carne di là sarà stata sposata a voi +
    +DemoNor: kjøttet derfra vil ha vært gift med dere +
    +DemoRus: мясо оттуда будет замужем за вами +
    +DemoSpa: la carne de allá habrá sido casada a vosotros +
    +DemoSwe: köttet därifrån ska ha varit gift med er +
    + Demo: UseCl TCond AAnter PNeg (PredV2 (DetArtPl DefArt (UseN2 father_N2)) suck_V2 (AdvNP (UsePron youPol_Pron) somewhere_Adv)) +
    +DemoBul: бащите не биха сукали вас някъде +
    +DemoCat: els pares no haurien xuclat vosté a algun lloc +
    +DemoDan: fædrene ville ikke have suttet Dere et eller annet sted +
    +DemoEng: the fathers wouldn't have sucked you somewhere +
    +DemoFin: isät eivät olisi imeneet teitä jossain +
    +DemoFre: les pères n' auraient pas sucé vous quelque part +
    +DemoGer: die Väter würden Sie irgendwo nicht gesaugt haben +
    +DemoIta: i padri non avrebbero succhiato Lei qualche parte +
    +DemoNor: fedrene ville ikke ha sugd Dere et eller annet sted +
    +DemoRus: отцы не сосали бы вас где-нибудь +
    +DemoSpa: los padres no habrían chupado usted en ninguna parte +
    +DemoSwe: fäderna skulle inte ha sugit er någonstans +
    + Demo: UseCl TFut AAnter PNeg (PredAdv (DetArtPl IndefArt (UseN hat_N)) there7from_Adv) +
    +DemoBul: шапки няма да са били от там +
    +DemoCat: uns barrets no hauran estat d'allà +
    +DemoDan: hatte vil ikke have været derfra +
    +DemoEng: hats won't have been from there +
    +DemoFin: hattuja ei ole ollut sieltä +
    +DemoFre: des chapeaux n' auront pas été de là +
    +DemoGer: Hüte werden nicht daher gewesen sein +
    +DemoIta: capelli non saranno stati di là +
    +DemoNor: hatter vil ikke ha vært derfra +
    +DemoRus: шляпы не будут оттуда +
    +DemoSpa: unos sombreros no habrán sido de allá +
    +DemoSwe: hattar ska inte ha varit därifrån + + diff --git a/next-lib/doc/synopsis-browse.txt b/old-lib/resource/doc/synopsis-browse.txt similarity index 100% rename from next-lib/doc/synopsis-browse.txt rename to old-lib/resource/doc/synopsis-browse.txt diff --git a/next-lib/doc/synopsis-example.txt b/old-lib/resource/doc/synopsis-example.txt similarity index 100% rename from next-lib/doc/synopsis-example.txt rename to old-lib/resource/doc/synopsis-example.txt diff --git a/next-lib/doc/synopsis-intro.txt b/old-lib/resource/doc/synopsis-intro.txt similarity index 100% rename from next-lib/doc/synopsis-intro.txt rename to old-lib/resource/doc/synopsis-intro.txt diff --git a/next-lib/doc/synopsis.html b/old-lib/resource/doc/synopsis.html similarity index 89% rename from next-lib/doc/synopsis.html rename to old-lib/resource/doc/synopsis.html index 6bb70acd5..0dd6c7b73 100644 --- a/next-lib/doc/synopsis.html +++ b/old-lib/resource/doc/synopsis.html @@ -29,6 +29,7 @@
  • AdV - adverb directly attached to verb
  • Adv - verb-phrase-modifying adverb
  • Ant - anteriority +
  • Art - article
  • CAdv - comparative adverb
  • CN - common noun (without determiner)
  • Card - cardinal number @@ -49,7 +50,6 @@
  • ListAP
  • ListAdv
  • ListNP -
  • ListRS
  • ListS
  • N - common noun
  • N2 - relational noun @@ -75,7 +75,6 @@
  • S - declarative sentence
  • SC - embedded sentence or question
  • Subj - subjunction -
  • Temp - temporal and aspectual features
  • Tense - tense
  • Text - text consisting of several phrases
  • Utt - sentence, question, word... @@ -94,24 +93,22 @@
  • VV - verb-phrase-complement verb
  • Voc - vocative or "please" -
  • Lexical Paradigms +
  • Lexical Paradigms -
  • Browsing the libraries with GF commands -
  • An Example of Usage +
  • Browsing the libraries with GF commands +
  • An Example of Usage

    @@ -148,10 +145,10 @@ using the resource API to build functor-based applications

    Categories

    -Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Common.gf +Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf

    -Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Cat.gf +Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf

    A hierarchic view

    @@ -201,7 +198,7 @@ each category. - + @@ -276,6 +273,11 @@ also in the Paradigms modules. simultaneous, anterior +Art +article +the + + CAdv comparative adverb more @@ -456,11 +458,6 @@ also in the Paradigms modules. if -Temp -temporal and aspectual features -past anterior - - Tense tense present, past, future @@ -550,10 +547,10 @@ also in the Paradigms modules.

    Syntax Rules and Structural Words

    -Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/api/Constructors.gf +Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf

    -Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Structural.gf +Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf

    A - one-place adjective

    @@ -576,11 +573,6 @@ Lexical category, constructors given in Example -comparAP -A -> AP -warmer - - mkAP A -> AP old @@ -598,7 +590,7 @@ Lexical category, constructors given in mkAP A2 -> AP -married +married to myself mkAP @@ -635,21 +627,6 @@ Lexical category, constructors given in Conj -> ListAP -> AP old, big, and warm - -mkAP -Ord -> AP -oldest - - -mkAP -CAdv -> AP -> NP -> AP -as old as John - - -reflAP -A2 -> AP -married to himself - @@ -701,16 +678,6 @@ Lexical category, constructors given in almost -at_least_AdN -AdN -at - - -at_most_AdN -AdN -at - - mkAdN CAdv -> AdN more than @@ -833,7 +800,7 @@ Lexical category, constructors given in anteriorAnt Ant -(John has walked) +(John has walked) --# notpresent simultaneousAnt @@ -842,6 +809,26 @@ Lexical category, constructors given in + +

    Art - article

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    a_ArtArta
    the_ArtArtthe
    +

    CAdv - comparative adverb

    @@ -851,11 +838,6 @@ Lexical category, constructors given in - - - - - @@ -1183,11 +1165,6 @@ Lexical category, constructors given in - - - - - @@ -1660,26 +1637,6 @@ Lexical category, constructors given in
    Example
    as_CAdvCAdvas
    less_CAdv CAdv lesseither...or
    if_then_ConjConjif
    or_Conj Conj or
    - -

    ListRS

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkListRSRS -> RS -> ListRSwho walks, who runs
    mkListRSRS -> ListRS -> ListRSwho walks, who runs, who sleeps
    -

    ListS

    @@ -1738,6 +1695,16 @@ Lexical category, constructors given in + + + + + + + + + + @@ -1843,11 +1810,6 @@ Lexical category, constructors given in - - - - - @@ -1857,16 +1819,6 @@ Lexical category, constructors given in - - - - - - - - - - @@ -1898,12 +1850,7 @@ Lexical category, constructors given in - - - - - - + @@ -2133,11 +2080,6 @@ Lexical category, constructors given in - - - - - @@ -2193,11 +2135,6 @@ Lexical category, constructors given in - - - - - @@ -2423,26 +2360,11 @@ Lexical category, constructors given in - - - - - - - - - - - - - - - @@ -2517,16 +2439,6 @@ Lexical category, constructors given in - - - - - - - - - -
    mkNPArt N -> NPthe man
    mkNPArt -> (Num) -> CN -> NPthe five old men
    mkNP Quant -> N -> NP this men
    mkNPNP -> RS -> NPJohn, who lives in Paris
    mkNP Conj -> NP -> NP -> NP John and I
    John, I, and that
    nobody_NPNPnobody
    nothing_NPNPnothing
    somebody_NP NP somebody
    mkNumCard -> Numalmost ten
    mkNumAdN -> Card -> NumAdN -> Num -> Num almost ten
    most
    not_PredetPredetnot
    only_Predet Predet onlyduring
    except_PrepPrepexcept
    for_Prep Prep forExample
    a_QuantQuanta
    no_QuantQuantno
    that_Quant Quant that
    the_QuantQuantthe
    this_Quant Quant this(Tense) -> (Ant) -> (Pol) -> RCl -> RS that wouldn't have walked
    mkRSConj -> RS -> RS -> RSwho walks and whom I know
    mkRSConj -> ListRS -> RSwho walks, whose son runs, and whom I know
    @@ -2600,12 +2512,6 @@ Lexical category, constructors given in - -

    Temp - temporal and aspectual features

    -

    -Lexical category, constructors given in -lexical paradigms. -

    Tense - tense

    @@ -2617,17 +2523,17 @@ Lexical category, constructors given in - + - + - + @@ -2721,11 +2627,6 @@ Lexical category, constructors given in - - - - - @@ -3051,15 +2952,15 @@ Lexical category, constructors given in
    conditionalTense Tense(John would walk)(John would walk) --# notpresent
    futureTense Tense(John will walk)(John will walk) --# notpresent
    pastTense Tense(John walked)(John walked) --# notpresent
    presentTense
    mkUttQCl -> Uttdoes John walk
    mkUtt Imp -> Utt love yourself
    - +

    Lexical Paradigms

    - +

    Paradigms for Bulgarian

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/ParadigmsBul.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf

    @@ -3111,14 +3012,6 @@ source http://www.cs.chalmers.s - - - - - - - - @@ -3159,18 +3052,10 @@ source http://www.cs.chalmers.s - - - - - - - - @@ -3519,6 +3404,10 @@ source http://www.cs.chalmers.s + + + + @@ -3740,248 +3629,13 @@ source http://www.cs.chalmers.s
    Str -> N
    mkN008bStr -> N
    mkN008cStr -> N
    mkN008a Str -> N
    Str -> N
    mkN015aStr -> N
    mkN016 Str -> N
    mkN016aStr -> N
    mkN017 Str -> N
    Str -> A
    mkA089Str -> A
    mkA089a Str -> A
    - -

    Paradigms for Catalan

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/catalan/ParadigmsCat.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(llum : Str) -> N
    mkNStr -> Gender -> N
    mkN(disc,discos : Str) -> Gender -> N
    compNN -> Str -> N
    mkN2N -> Prep -> N2
    deN2N -> N2
    aN2N -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPN(Anna : Str) -> PN
    mkPN(Pilar : Str) -> Gender -> PN
    mkA(sol : Str) -> A
    mkA(fort,forta,forts,fortes,fortament : Str) -> A
    mkA(bo : A) -> (millor : A) -> A
    prefixAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(cantar : Str) -> V
    mkVVerbum -> V
    reflVV -> V
    special_ppVV -> Str -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    v2VV2 -> V
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    - - +

    Paradigms for Danish

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/danish/ParadigmsDan.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf

    @@ -4226,13 +3880,13 @@ source http://www.cs.chalmers.se/~
    - +

    Paradigms for English

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/english/ParadigmsEng.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf

    @@ -4308,19 +3962,7 @@ source http://www.cs.chalmers.se/ - - - - - - - - - - - - - + @@ -4336,18 +3978,6 @@ source http://www.cs.chalmers.se/ - - - - - - - - - - - - @@ -4364,26 +3994,10 @@ source http://www.cs.chalmers.se/ - - - - - - - - - - - - - - - - @@ -4396,10 +4010,6 @@ source http://www.cs.chalmers.se/ - - - - @@ -4408,22 +4018,6 @@ source http://www.cs.chalmers.se/ - - - - - - - - - - - - - - - - @@ -4444,10 +4038,6 @@ source http://www.cs.chalmers.se/ - - - - @@ -4457,53 +4047,25 @@ source http://www.cs.chalmers.se/ - + - - - - - - - - - - - - - - - - - + - - - - - - - - - + - - - - @@ -4559,19 +4121,15 @@ source http://www.cs.chalmers.se/ - - - -
    N -> Prep -> N2
    mkN2N -> Str -> N2
    mkN2Str -> Str -> N2
    mkN2N -> N2
    mkN2regN2 Str -> N2
    N -> PN
    mkQuant(this, these : Str) -> Quant
    mkQuant(no_sg, no_pl, none_sg, non_pl : Str) -> Quant
    mkOrdStr -> Ord
    mkA (happy : Str) -> A
    A -> A
    simpleAA -> A
    mkA2 A -> Prep -> A2
    mkA2A -> Str -> A2
    mkA2Str -> Prep -> A2
    mkA2Str -> Str -> A2
    mkAdv Str -> Adv
    Str -> AdA
    mkAdNStr -> AdN
    mkPrep Str -> Prep
    Prep
    mkConjStr -> Conj
    mkConjStr -> Number -> Conj
    mkConjStr -> Str -> Conj
    mkConjStr -> Str -> Number -> Conj
    mkV (cry : Str) -> V
    (go, goes, went, gone, going : Str) -> V
    mkVStr -> V -> V
    partV V -> Str -> V
    mkV2Str -> V2V -> Prep -> V2
    mkV2 V -> V2
    mkV2V -> Prep -> V2
    mkV2V -> Str -> V2
    mkV2Str -> Prep -> V2
    mkV2Str -> Str -> V2
    mkV3 V -> Prep -> Prep -> V3
    mkV3dirV3 V -> Prep -> V3
    mkV3V -> Str -> V3
    mkV3Str -> Str -> V3
    mkV3dirdirV3 V -> V3
    mkV3Str -> V3
    mkV0 V -> V0
    V0 Type
    mkSubjStr -> Subj = \s -> {s = s lock_Subj = <>}
    - +

    Paradigms for Finnish

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/finnish/ParadigmsFin.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf

    @@ -4840,13 +4398,13 @@ source http://www.cs.chalmers.se/
    - +

    Paradigms for French

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/french/ParadigmsFre.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf

    @@ -4991,10 +4549,6 @@ source http://www.cs.chalmers.se/~ - - - - @@ -5079,13 +4633,13 @@ source http://www.cs.chalmers.se/~
    mkV2Str -> V2 = \s -> dirV2 (regV s)
    mkV2 V -> V2 = dirV2
    - +

    Paradigms for German

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/german/ParadigmsGer.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf

    @@ -5189,10 +4743,6 @@ source http://www.cs.chalmers.se/~ - - - - @@ -5262,7 +4812,7 @@ source http://www.cs.chalmers.se/~ - + @@ -5270,10 +4820,6 @@ source http://www.cs.chalmers.se/~ - - - - @@ -5346,13 +4892,13 @@ source http://www.cs.chalmers.se/~
    (gut,besser,beste : Str) -> A
    mkA(gut,gute,besser,beste : Str) -> A
    invarA Str -> A
    mkV2Str -> V2V -> Prep -> V2
    mkV2
    mkV2V -> Prep -> V2
    mkV2 V -> Case -> V2
    - +

    Paradigms for Italian

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/italian/ParadigmsIta.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf

    @@ -5585,13 +5131,13 @@ source http://www.cs.chalmers.se/
    - +

    Paradigms for Norwegian

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/norwegian/ParadigmsNor.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf

    @@ -5836,144 +5382,13 @@ source http://www.cs.chalmers.s
    - -

    Paradigms for Romanian

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/romanian/ParadigmsRon.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    NGenderType
    masculineNGender
    feminineNGender
    neuterNGender
    GenderType
    MasculineGender
    FeminineGender
    AnimType
    animateAnim
    inanimateAnim;
    NumberType
    singularNumber
    pluralNumber
    PrepositionType
    NCaseType
    AccNCase
    DatNCase
    GenNCase
    mkPrepStr -> NCase -> Prep
    noPrepNCase -> Prep
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN = mkPropN
    mkPNStr -> Gender -> PN = mkPropNoun
    mkPNStr -> Gender -> Number -> PN = mkProperNoun;
    mkPropNStr -> PN = \Ion ->
    mkPropNounStr -> Gender -> PN = \Ion, gen ->
    mkProperNounStr -> Gender -> Number -> PN = \Ion, gen, num ->
    mkA2A -> Prep -> A2
    - - +

    Paradigms for Russian

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/russian/ParadigmsRus.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf

    @@ -6110,13 +5525,13 @@ source http://www.cs.chalmers.se/
    - +

    Paradigms for Spanish

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/spanish/ParadigmsSpa.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf

    @@ -6349,13 +5764,13 @@ source http://www.cs.chalmers.se/
    - +

    Paradigms for Swedish

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/swedish/ParadigmsSwe.gf +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf

    @@ -6596,7 +6011,7 @@ source http://www.cs.chalmers.se/
    - +

    Browsing the libraries with GF commands

    New: Browsing by syntax editor @@ -6623,7 +6038,7 @@ To try out overloaded syntax, test lexicon, and inflection paradigms: > cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel")

    - +

    An Example of Usage

    The standard way of building an application has the following modules. diff --git a/next-lib/doc/synopsis.txt b/old-lib/resource/doc/synopsis.txt similarity index 87% rename from next-lib/doc/synopsis.txt rename to old-lib/resource/doc/synopsis.txt index 247220d2e..3ed9e21a9 100644 --- a/next-lib/doc/synopsis.txt +++ b/old-lib/resource/doc/synopsis.txt @@ -13,6 +13,7 @@ B. Bringert and A. Ranta %!postproc(html): '(?i)(HREF="#AdV")( TITLE="[^"]*")?' '\1 TITLE="AdV - adverb directly attached to verb"' %!postproc(html): '(?i)(HREF="#Adv")( TITLE="[^"]*")?' '\1 TITLE="Adv - verb-phrase-modifying adverb"' %!postproc(html): '(?i)(HREF="#Ant")( TITLE="[^"]*")?' '\1 TITLE="Ant - anteriority"' +%!postproc(html): '(?i)(HREF="#Art")( TITLE="[^"]*")?' '\1 TITLE="Art - article"' %!postproc(html): '(?i)(HREF="#CAdv")( TITLE="[^"]*")?' '\1 TITLE="CAdv - comparative adverb"' %!postproc(html): '(?i)(HREF="#CN")( TITLE="[^"]*")?' '\1 TITLE="CN - common noun (without determiner)"' %!postproc(html): '(?i)(HREF="#Card")( TITLE="[^"]*")?' '\1 TITLE="Card - cardinal number"' @@ -49,7 +50,6 @@ B. Bringert and A. Ranta %!postproc(html): '(?i)(HREF="#S")( TITLE="[^"]*")?' '\1 TITLE="S - declarative sentence"' %!postproc(html): '(?i)(HREF="#SC")( TITLE="[^"]*")?' '\1 TITLE="SC - embedded sentence or question"' %!postproc(html): '(?i)(HREF="#Subj")( TITLE="[^"]*")?' '\1 TITLE="Subj - subjunction"' -%!postproc(html): '(?i)(HREF="#Temp")( TITLE="[^"]*")?' '\1 TITLE="Temp - temporal and aspectual features"' %!postproc(html): '(?i)(HREF="#Tense")( TITLE="[^"]*")?' '\1 TITLE="Tense - tense"' %!postproc(html): '(?i)(HREF="#Text")( TITLE="[^"]*")?' '\1 TITLE="Text - text consisting of several phrases"' %!postproc(html): '(?i)(HREF="#Utt")( TITLE="[^"]*")?' '\1 TITLE="Utt - sentence, question, word..."' @@ -71,10 +71,10 @@ B. Bringert and A. Ranta =Categories= -Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Common.gf`` ../src/abstract/Common.gf] +Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf`` ../abstract/Common.gf] -Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Cat.gf`` ../src/abstract/Cat.gf] +Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf`` ../abstract/Cat.gf] ==A hierarchic view== @@ -91,6 +91,7 @@ Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Cat.g | [AdV #AdV] | adverb directly attached to verb | //always// | | [Adv #Adv] | verb-phrase-modifying adverb | //in the house// | | [Ant #Ant] | anteriority | simultaneous, anterior | +| [Art #Art] | article | //the// | | [CAdv #CAdv] | comparative adverb | //more// | | [CN #CN] | common noun (without determiner) | //red house// | | [Card #Card] | cardinal number | //seven// | @@ -127,7 +128,6 @@ Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Cat.g | [S #S] | declarative sentence | //she lived here// | | [SC #SC] | embedded sentence or question | //that it rains// | | [Subj #Subj] | subjunction | //if// | -| [Temp #Temp] | temporal and aspectual features | past anterior | | [Tense #Tense] | tense | present, past, future | | [Text #Text] | text consisting of several phrases | //He is here. Why?// | | [Utt #Utt] | sentence, question, word... | //be quiet// | @@ -150,10 +150,10 @@ Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Cat.g =Syntax Rules and Structural Words= -Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/api/Constructors.gf`` ../src/api/Constructors.gf] +Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf`` ../api/Constructors.gf] -Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/abstract/Structural.gf`` ../src/abstract/Structural.gf] +Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf`` ../abstract/Structural.gf] ==A - one-place adjective==[A] @@ -164,11 +164,10 @@ Lexical category, constructors given in [lexical paradigms #RParadigms]. ==AP - adjectival phrase==[AP] || Function | Type | Example || -| ``comparAP`` | [A #A] ``->`` [AP #AP] | //warmer// | | ``mkAP`` | [A #A] ``->`` [AP #AP] | //old// | | ``mkAP`` | [A #A] ``->`` [NP #NP] ``->`` [AP #AP] | //older than John// | | ``mkAP`` | [A2 #A2] ``->`` [NP #NP] ``->`` [AP #AP] | //married to her// | -| ``mkAP`` | [A2 #A2] ``->`` [AP #AP] | //married// | +| ``mkAP`` | [A2 #A2] ``->`` [AP #AP] | //married to myself// | | ``mkAP`` | [AP #AP] ``->`` [S #S] ``->`` [AP #AP] | //probable that John walks// | | ``mkAP`` | [AP #AP] ``->`` [QS #QS] ``->`` [AP #AP] | //uncertain if John walks// | | ``mkAP`` | [AP #AP] ``->`` [VP #VP] ``->`` [AP #AP] | //ready to go// | @@ -176,9 +175,6 @@ Lexical category, constructors given in | ``mkAP`` | [AdA #AdA] ``->`` [AP #AP] ``->`` [AP #AP] | //very very old// | | ``mkAP`` | [Conj #Conj] ``->`` [AP #AP] ``->`` [AP #AP] ``->`` [AP #AP] | //old and big// | | ``mkAP`` | [Conj #Conj] ``->`` [ListAP #ListAP] ``->`` [AP #AP] | //old, big, and warm// | -| ``mkAP`` | [Ord #Ord] ``->`` [AP #AP] | //oldest// | -| ``mkAP`` | [CAdv #CAdv] ``->`` [AP #AP] ``->`` [NP #NP] ``->`` [AP #AP] | //as old as John// | -| ``reflAP`` | [A2 #A2] ``->`` [AP #AP] | //married to himself// | ==AdA - adjective-modifying adverb==[AdA] || Function | Type | Example || | ``almost_AdA`` | [AdA #AdA] | //almost// | @@ -189,8 +185,6 @@ Lexical category, constructors given in ==AdN - numeral-modifying adverb==[AdN] || Function | Type | Example || | ``almost_AdN`` | [AdN #AdN] | //almost// | -| ``at_least_AdN`` | [AdN #AdN] | //at// | -| ``at_most_AdN`` | [AdN #AdN] | //at// | | ``mkAdN`` | [CAdv #CAdv] ``->`` [AdN #AdN] | //more than// | ==AdV - adverb directly attached to verb==[AdV] || Function | Type | Example || @@ -215,11 +209,14 @@ Lexical category, constructors given in | ``there_Adv`` | [Adv #Adv] | //there// | ==Ant - anteriority==[Ant] || Function | Type | Example || -| ``anteriorAnt`` | [Ant #Ant] | //(John has walked)// | +| ``anteriorAnt`` | [Ant #Ant] | //(John has walked) --# notpresent// | | ``simultaneousAnt`` | [Ant #Ant] | //(John walks) [default]// | +==Art - article==[Art] +|| Function | Type | Example || +| ``a_Art`` | [Art #Art] | //a// | +| ``the_Art`` | [Art #Art] | //the// | ==CAdv - comparative adverb==[CAdv] || Function | Type | Example || -| ``as_CAdv`` | [CAdv #CAdv] | //as// | | ``less_CAdv`` | [CAdv #CAdv] | //less// | | ``more_CAdv`` | [CAdv #CAdv] | //more// | ==CN - common noun (without determiner)==[CN] @@ -289,7 +286,6 @@ Lexical category, constructors given in | ``and_Conj`` | [Conj #Conj] | //and// | | ``both7and_DConj`` | [Conj #Conj] | //both...and// | | ``either7or_DConj`` | [Conj #Conj] | //either...or// | -| ``if_then_Conj`` | [Conj #Conj] | //if// | | ``or_Conj`` | [Conj #Conj] | //or// | ==Det - determiner phrase==[Det] || Function | Type | Example || @@ -386,10 +382,6 @@ Lexical category, constructors given in || Function | Type | Example || | ``mkListNP`` | [NP #NP] ``->`` [NP #NP] ``->`` [ListNP #ListNP] | //John, I// | | ``mkListNP`` | [NP #NP] ``->`` [ListNP #ListNP] ``->`` [ListNP #ListNP] | //John, I, that// | -==ListRS==[ListRS] -|| Function | Type | Example || -| ``mkListRS`` | [RS #RS] ``->`` [RS #RS] ``->`` [ListRS #ListRS] | //who walks, who runs// | -| ``mkListRS`` | [RS #RS] ``->`` [ListRS #ListRS] ``->`` [ListRS #ListRS] | //who walks, who runs, who sleeps// | ==ListS==[ListS] || Function | Type | Example || | ``mkListS`` | [S #S] ``->`` [S #S] ``->`` [ListS #ListS] | //he walks, I run// | @@ -407,6 +399,8 @@ Lexical category, constructors given in || Function | Type | Example || | ``everybody_NP`` | [NP #NP] | //everybody// | | ``everything_NP`` | [NP #NP] | //everything// | +| ``mkNP`` | [Art #Art] [N #N] ``->`` [NP #NP] | //the man// | +| ``mkNP`` | [Art #Art] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //the five old men// | | ``mkNP`` | [Quant #Quant] ``->`` [N #N] ``->`` [NP #NP] | //this men// | | ``mkNP`` | [Quant #Quant] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //these five old men// | | ``mkNP`` | [Det #Det] ``->`` [N #N] ``->`` [NP #NP] | //the first man// | @@ -428,19 +422,15 @@ Lexical category, constructors given in | ``mkNP`` | [Predet #Predet] ``->`` [NP #NP] ``->`` [NP #NP] | //only John// | | ``mkNP`` | [NP #NP] ``->`` [V2 #V2] ``->`` [NP #NP] | //John killed// | | ``mkNP`` | [NP #NP] ``->`` [Adv #Adv] ``->`` [NP #NP] | //John in Paris// | -| ``mkNP`` | [NP #NP] ``->`` [RS #RS] ``->`` [NP #NP] | //John, who lives in Paris// | | ``mkNP`` | [Conj #Conj] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [NP #NP] | //John and I// | | ``mkNP`` | [Conj #Conj] ``->`` [ListNP #ListNP] ``->`` [NP #NP] | //John, I, and that// | -| ``nobody_NP`` | [NP #NP] | //nobody// | -| ``nothing_NP`` | [NP #NP] | //nothing// | | ``somebody_NP`` | [NP #NP] | //somebody// | | ``something_NP`` | [NP #NP] | //something// | ==Num - number determining element==[Num] || Function | Type | Example || | ``mkNum`` | [Numeral #Numeral] ``->`` [Num #Num] | //twenty// | | ``mkNum`` | [Digits #Digits] ``->`` [Num #Num] | //51// | -| ``mkNum`` | [Card #Card] ``->`` [Num #Num] | //almost ten// | -| ``mkNum`` | [AdN #AdN] ``->`` [Card #Card] ``->`` [Num #Num] | //almost ten// | +| ``mkNum`` | [AdN #AdN] ``->`` [Num #Num] ``->`` [Num #Num] | //almost ten// | | ``plNum`` | [Num #Num] | //plural// | | ``sgNum`` | [Num #Num] | //singular// | ==Numeral - cardinal or ordinal in words==[Numeral] @@ -488,7 +478,6 @@ Lexical category, constructors given in || Function | Type | Example || | ``all_Predet`` | [Predet #Predet] | //all// | | ``most_Predet`` | [Predet #Predet] | //most// | -| ``not_Predet`` | [Predet #Predet] | //not// | | ``only_Predet`` | [Predet #Predet] | //only// | ==Prep - preposition, or just case==[Prep] || Function | Type | Example || @@ -500,7 +489,6 @@ Lexical category, constructors given in | ``by8agent_Prep`` | [Prep #Prep] | //by (agent)// | | ``by8means_Prep`` | [Prep #Prep] | //by (means of)// | | ``during_Prep`` | [Prep #Prep] | //during// | -| ``except_Prep`` | [Prep #Prep] | //except// | | ``for_Prep`` | [Prep #Prep] | //for// | | ``from_Prep`` | [Prep #Prep] | //from// | | ``in8front_Prep`` | [Prep #Prep] | //in front of// | @@ -546,10 +534,7 @@ Lexical category, constructors given in | ``mkQS`` | [Cl #Cl] ``->`` [QS #QS] | //does John walk// | ==Quant - quantifier ('nucleus' of Det)==[Quant] || Function | Type | Example || -| ``a_Quant`` | [Quant #Quant] | //a// | -| ``no_Quant`` | [Quant #Quant] | //no// | | ``that_Quant`` | [Quant #Quant] | //that// | -| ``the_Quant`` | [Quant #Quant] | //the// | | ``this_Quant`` | [Quant #Quant] | //this// | ==RCl - relative clause, with all tenses==[RCl] || Function | Type | Example || @@ -565,8 +550,6 @@ Lexical category, constructors given in || Function | Type | Example || | ``mkRS`` | [RCl #RCl] ``->`` [RS #RS] | //that walk// | | ``mkRS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [RCl #RCl] ``->`` [RS #RS] | //that wouldn't have walked// | -| ``mkRS`` | [Conj #Conj] ``->`` [RS #RS] ``->`` [RS #RS] ``->`` [RS #RS] | //who walks and whom I know// | -| ``mkRS`` | [Conj #Conj] ``->`` [ListRS #ListRS] ``->`` [RS #RS] | //who walks, whose son runs, and whom I know// | ==S - declarative sentence==[S] || Function | Type | Example || | ``mkS`` | [Cl #Cl] ``->`` [S #S] | //John walks// | @@ -583,14 +566,11 @@ Lexical category, constructors given in | ``because_Subj`` | [Subj #Subj] | //because// | | ``if_Subj`` | [Subj #Subj] | //if// | | ``when_Subj`` | [Subj #Subj] | //when// | -==Temp - temporal and aspectual features==[Temp] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. ==Tense - tense==[Tense] || Function | Type | Example || -| ``conditionalTense`` | [Tense #Tense] | //(John would walk)// | -| ``futureTense`` | [Tense #Tense] | //(John will walk)// | -| ``pastTense`` | [Tense #Tense] | //(John walked)// | +| ``conditionalTense`` | [Tense #Tense] | //(John would walk) --# notpresent// | +| ``futureTense`` | [Tense #Tense] | //(John will walk) --# notpresent// | +| ``pastTense`` | [Tense #Tense] | //(John walked) --# notpresent// | | ``presentTense`` | [Tense #Tense] | //(John walks) [default]// | ==Text - text consisting of several phrases==[Text] || Function | Type | Example || @@ -609,7 +589,6 @@ Lexical category, constructors given in | ``mkUtt`` | [S #S] ``->`` [Utt #Utt] | //John walked// | | ``mkUtt`` | [Cl #Cl] ``->`` [Utt #Utt] | //John walks// | | ``mkUtt`` | [QS #QS] ``->`` [Utt #Utt] | //did John walk// | -| ``mkUtt`` | [QCl #QCl] ``->`` [Utt #Utt] | //does John walk// | | ``mkUtt`` | [Imp #Imp] ``->`` [Utt #Utt] | //love yourself// | | ``mkUtt`` | ([ImpForm #ImpForm]) ``->`` ([Pol #Pol]) ``->`` [Imp #Imp] ``->`` [Utt #Utt] | //don't love yourselves// | | ``mkUtt`` | [IP #IP] ``->`` [Utt #Utt] | //who// | @@ -702,7 +681,7 @@ Lexical category, constructors given in #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/ParadigmsBul.gf`` ../src/bulgarian/ParadigmsBul.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf`` ../bulgarian/ParadigmsBul.gf] @@ -719,8 +698,6 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/Paradig | ``mkN007b`` | ``Str`` ``->`` [N #N] | | ``mkN007a`` | ``Str`` ``->`` [N #N] | | ``mkN008`` | ``Str`` ``->`` [N #N] | -| ``mkN008b`` | ``Str`` ``->`` [N #N] | -| ``mkN008c`` | ``Str`` ``->`` [N #N] | | ``mkN008a`` | ``Str`` ``->`` [N #N] | | ``mkN009`` | ``Str`` ``->`` [N #N] | | ``mkN009a`` | ``Str`` ``->`` [N #N] | @@ -731,9 +708,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/Paradig | ``mkN014`` | ``Str`` ``->`` [N #N] | | ``mkN014a`` | ``Str`` ``->`` [N #N] | | ``mkN015`` | ``Str`` ``->`` [N #N] | -| ``mkN015a`` | ``Str`` ``->`` [N #N] | | ``mkN016`` | ``Str`` ``->`` [N #N] | -| ``mkN016a`` | ``Str`` ``->`` [N #N] | | ``mkN017`` | ``Str`` ``->`` [N #N] | | ``mkN018`` | ``Str`` ``->`` [N #N] | | ``mkN018a`` | ``Str`` ``->`` [N #N] | @@ -821,6 +796,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/Paradig | ``mkA086`` | ``Str`` ``->`` [A #A] | | ``mkA087`` | ``Str`` ``->`` [A #A] | | ``mkA088`` | ``Str`` ``->`` [A #A] | +| ``mkA089`` | ``Str`` ``->`` [A #A] | | ``mkA089a`` | ``Str`` ``->`` [A #A] | | ``mkV142`` | ``Str`` ``->`` [VTable #VTable] | | ``mkV143`` | ``Str`` ``->`` [VTable #VTable] | @@ -878,78 +854,11 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/bulgarian/Paradig | ``adjAdv`` | [A #A] ``->`` ``Str`` ``->`` [A #A] ``=`` | -==Paradigms for Catalan== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/catalan/ParadigmsCat.gf`` ../src/catalan/ParadigmsCat.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``accusative`` | [Prep #Prep] | -| ``genitive`` | [Prep #Prep] | -| ``dative`` | [Prep #Prep] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``mkN`` | ``(llum`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(disc,discos`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``compN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``deN2`` | [N #N] ``->`` [N2 #N2] | -| ``aN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``(Anna`` ``:`` ``Str)`` ``->`` [PN #PN] | -| ``mkPN`` | ``(Pilar`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkA`` | ``(sol`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(fort,forta,forts,fortes,fortament`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(bo`` ``:`` ``A)`` ``->`` ``(millor`` ``:`` ``A)`` ``->`` [A #A] | -| ``prefixA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(cantar`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [Verbum #Verbum] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``special_ppV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``v2V`` | [V2 #V2] ``->`` [V #V] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``deVV`` | [V #V] ``->`` [VV #VV] | -| ``aVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - ==Paradigms for Danish== #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/danish/ParadigmsDan.gf`` ../src/danish/ParadigmsDan.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf`` ../danish/ParadigmsDan.gf] @@ -1020,7 +929,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/danish/ParadigmsD #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/english/ParadigmsEng.gf`` ../src/english/ParadigmsEng.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf`` ../english/ParadigmsEng.gf] @@ -1043,55 +952,32 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/english/Paradigms | ``mkN`` | [Gender #Gender] ``->`` [N #N] ``->`` [N #N] | | ``mkN`` | ``Str`` ``->`` [N #N] ``->`` [N #N] | | ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` ``Str`` ``->`` [N2 #N2] | -| ``mkN2`` | ``Str`` ``->`` ``Str`` ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | +| ``regN2`` | ``Str`` ``->`` [N2 #N2] | | ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | | ``mkPN`` | ``Str`` ``->`` [PN #PN] | | ``mkPN`` | [N #N] ``->`` [PN #PN] | -| ``mkQuant`` | ``(this,`` ``these`` ``:`` ``Str)`` ``->`` [Quant #Quant] | -| ``mkQuant`` | ``(no_sg,`` ``no_pl,`` ``none_sg,`` ``non_pl`` ``:`` ``Str)`` ``->`` [Quant #Quant] | -| ``mkOrd`` | ``Str`` ``->`` [Ord #Ord] | | ``mkA`` | ``(happy`` ``:`` ``Str)`` ``->`` [A #A] | | ``mkA`` | ``(fat,fatter`` ``:`` ``Str)`` ``->`` [A #A] | | ``mkA`` | ``(good,better,best,well`` ``:`` ``Str)`` ``->`` [A #A] | | ``compoundA`` | [A #A] ``->`` [A #A] | -| ``simpleA`` | [A #A] ``->`` [A #A] | | ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkA2`` | [A #A] ``->`` ``Str`` ``->`` [A2 #A2] | -| ``mkA2`` | ``Str`` ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkA2`` | ``Str`` ``->`` ``Str`` ``->`` [A2 #A2] | | ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | | ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | | ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkAdN`` | ``Str`` ``->`` [AdN #AdN] | | ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | | ``noPrep`` | [Prep #Prep] | -| ``mkConj`` | ``Str`` ``->`` [Conj #Conj] | -| ``mkConj`` | ``Str`` ``->`` [Number #Number] ``->`` [Conj #Conj] | -| ``mkConj`` | ``Str`` ``->`` ``Str`` ``->`` [Conj #Conj] | -| ``mkConj`` | ``Str`` ``->`` ``Str`` ``->`` [Number #Number] ``->`` [Conj #Conj] | | ``mkV`` | ``(cry`` ``:`` ``Str)`` ``->`` [V #V] | | ``mkV`` | ``(stop,`` ``stopped`` ``:`` ``Str)`` ``->`` [V #V] | | ``mkV`` | ``(drink,`` ``drank,`` ``drunk`` ``:`` ``Str)`` ``->`` [V #V] | | ``mkV`` | ``(run,`` ``ran,`` ``run,`` ``running`` ``:`` ``Str)`` ``->`` [V #V] | | ``mkV`` | ``(go,`` ``goes,`` ``went,`` ``gone,`` ``going`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``Str`` ``->`` [V #V] ``->`` [V #V] | | ``partV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | | ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | | ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | ``Str`` ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV2`` | ``Str`` ``->`` ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | | ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` ``Str`` ``->`` [V3 #V3] | -| ``mkV3`` | ``Str`` ``->`` ``Str`` ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV3`` | ``Str`` ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | | ``mkV0`` | [V #V] ``->`` [V0 #V0] | | ``mkVS`` | [V #V] ``->`` [VS #VS] | | ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | @@ -1106,14 +992,13 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/english/Paradigms | ``mkAV`` | [A #A] ``->`` [AV #AV] | | ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | | ``V0`` | [Type #Type] | -| ``mkSubj`` | ``Str`` ``->`` [Subj #Subj] ``=`` ``\s`` ``->`` ``{s`` ``=`` ``s`` ``lock_Subj`` ``=`` ``<>}`` | ==Paradigms for Finnish== #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/finnish/ParadigmsFin.gf`` ../src/finnish/ParadigmsFin.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf`` ../finnish/ParadigmsFin.gf] @@ -1190,7 +1075,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/finnish/Paradigms #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/french/ParadigmsFre.gf`` ../src/french/ParadigmsFre.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf`` ../french/ParadigmsFre.gf] @@ -1230,7 +1115,6 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/french/ParadigmsF | ``mkV`` | [V2 #V2] ``->`` [V #V] | | ``etreV`` | [V #V] ``->`` [V #V] | | ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] ``=`` ``\s`` ``->`` ``dirV2`` ``(regV`` ``s)`` | | ``mkV2`` | [V #V] ``->`` [V2 #V2] ``=`` ``dirV2`` | | ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] ``=`` ``mmkV2`` | | ``mkV3`` | [V #V] ``->`` [V3 #V3] | @@ -1258,7 +1142,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/french/ParadigmsF #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/german/ParadigmsGer.gf`` ../src/german/ParadigmsGer.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf`` ../german/ParadigmsGer.gf] @@ -1288,7 +1172,6 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/german/ParadigmsG | ``mkPN`` | ``(nom,acc,dat,gen`` ``:`` ``Str)`` ``->`` [PN #PN] | | ``mkA`` | ``Str`` ``->`` [A #A] | | ``mkA`` | ``(gut,besser,beste`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(gut,gute,besser,beste`` ``:`` ``Str)`` ``->`` [A #A] | | ``invarA`` | ``Str`` ``->`` [A #A] | | ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | | ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | @@ -1306,9 +1189,8 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/german/ParadigmsG | ``seinV`` | [V #V] ``->`` [V #V] | | ``habenV`` | [V #V] ``->`` [V #V] | | ``reflV`` | [V #V] ``->`` [Case #Case] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | | ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | | ``mkV2`` | [V #V] ``->`` [Case #Case] ``->`` [V2 #V2] | | ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | | ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | @@ -1333,7 +1215,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/german/ParadigmsG #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/italian/ParadigmsIta.gf`` ../src/italian/ParadigmsIta.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf`` ../italian/ParadigmsIta.gf] @@ -1401,7 +1283,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/italian/Paradigms #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/norwegian/ParadigmsNor.gf`` ../src/norwegian/ParadigmsNor.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf`` ../norwegian/ParadigmsNor.gf] @@ -1468,52 +1350,11 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/norwegian/Paradig | ``V0`` | [Type #Type] | -==Paradigms for Romanian== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/romanian/ParadigmsRon.gf`` ../src/romanian/ParadigmsRon.gf] - - - - -|| Function | Type || -| ``NGender`` | [Type #Type] | -| ``masculine`` | [NGender #NGender] | -| ``feminine`` | [NGender #NGender] | -| ``neuter`` | [NGender #NGender] | -| ``Gender`` | [Type #Type] | -| ``Masculine`` | [Gender #Gender] | -| ``Feminine`` | [Gender #Gender] | -| ``Anim`` | [Type #Type] | -| ``animate`` | [Anim #Anim] | -| ``inanimate`` | ``Anim;`` | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Preposition`` | [Type #Type] | -| ``NCase`` | [Type #Type] | -| ``Acc`` | [NCase #NCase] | -| ``Dat`` | [NCase #NCase] | -| ``Gen`` | [NCase #NCase] | -| ``mkPrep`` | ``Str`` ``->`` [NCase #NCase] ``->`` [Prep #Prep] | -| ``noPrep`` | [NCase #NCase] ``->`` [Prep #Prep] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] ``=`` ``mkPropN`` | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] ``=`` ``mkPropNoun`` | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [Number #Number] ``->`` [PN #PN] ``=`` ``mkProperNoun;`` | -| ``mkPropN`` | ``Str`` ``->`` [PN #PN] ``=`` ``\Ion`` ``->`` | -| ``mkPropNoun`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] ``=`` ``\Ion,`` ``gen`` ``->`` | -| ``mkProperNoun`` | ``Str`` ``->`` [Gender #Gender] ``->`` [Number #Number] ``->`` [PN #PN] ``=`` ``\Ion,`` ``gen,`` ``num`` ``->`` | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | - - ==Paradigms for Russian== #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/russian/ParadigmsRus.gf`` ../src/russian/ParadigmsRus.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf`` ../russian/ParadigmsRus.gf] @@ -1557,7 +1398,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/russian/Paradigms #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/spanish/ParadigmsSpa.gf`` ../src/spanish/ParadigmsSpa.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf`` ../spanish/ParadigmsSpa.gf] @@ -1625,7 +1466,7 @@ source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/spanish/Paradigms #LParadigms -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/src/swedish/ParadigmsSwe.gf`` ../src/swedish/ParadigmsSwe.gf] +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf`` ../swedish/ParadigmsSwe.gf] diff --git a/next-lib/src/latin/AdjectiveLat.gf b/old-lib/resource/english/AdjectiveEng.gf similarity index 73% rename from next-lib/src/latin/AdjectiveLat.gf rename to old-lib/resource/english/AdjectiveEng.gf index 9b0f3457d..19dd5dddc 100644 --- a/next-lib/src/latin/AdjectiveLat.gf +++ b/old-lib/resource/english/AdjectiveEng.gf @@ -1,11 +1,11 @@ -concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in { - +concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { lin - PositA a = a ; - -{- + PositA a = { + s = \\_ => a.s ! AAdj Posit ; + isPre = True + } ; ComparA a np = { s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; isPre = False @@ -27,13 +27,12 @@ concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in { s = \\a => ap.s ! a ++ sc.s ; isPre = False } ; --} AdAP ada ap = { - s = \\g,n,c => ada.s ++ ap.s ! g ! n ! c ; + s = \\a => ada.s ++ ap.s ! a ; isPre = ap.isPre } ; --- UseA2 a = a ; + UseA2 a = a ; } diff --git a/next-lib/src/english/AdverbEng.gf b/old-lib/resource/english/AdverbEng.gf similarity index 56% rename from next-lib/src/english/AdverbEng.gf rename to old-lib/resource/english/AdverbEng.gf index 178f85e4c..ec7d46321 100644 --- a/next-lib/src/english/AdverbEng.gf +++ b/old-lib/resource/english/AdverbEng.gf @@ -3,10 +3,10 @@ concrete AdverbEng of Adverb = CatEng ** open ResEng, Prelude in { lin PositAdvAdj a = {s = a.s ! AAdv} ; ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! AAdv ++ cadv.p ++ np.s ! Nom + s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom } ; ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! AAdv ++ cadv.p ++ s.s + s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s } ; PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; @@ -14,7 +14,8 @@ concrete AdverbEng of Adverb = CatEng ** open ResEng, Prelude in { AdAdv = cc2 ; SubjS = cc2 ; +---b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing - AdnCAdv cadv = {s = cadv.s ++ cadv.p} ; + AdnCAdv cadv = {s = cadv.s ++ "than"} ; } diff --git a/next-lib/src/english/AllEng.gf b/old-lib/resource/english/AllEng.gf similarity index 100% rename from next-lib/src/english/AllEng.gf rename to old-lib/resource/english/AllEng.gf diff --git a/next-lib/src/english/AllEngAbs.gf b/old-lib/resource/english/AllEngAbs.gf similarity index 100% rename from next-lib/src/english/AllEngAbs.gf rename to old-lib/resource/english/AllEngAbs.gf diff --git a/next-lib/src/english/BackwardEng.gf b/old-lib/resource/english/BackwardEng.gf similarity index 100% rename from next-lib/src/english/BackwardEng.gf rename to old-lib/resource/english/BackwardEng.gf diff --git a/next-lib/src/english/CatEng.gf b/old-lib/resource/english/CatEng.gf similarity index 78% rename from next-lib/src/english/CatEng.gf rename to old-lib/resource/english/CatEng.gf index a9de8bbef..bbc367f6c 100644 --- a/next-lib/src/english/CatEng.gf +++ b/old-lib/resource/english/CatEng.gf @@ -49,19 +49,18 @@ concrete CatEng of Cat = CommonX ** open ResEng, Prelude in { -- Noun CN = {s : Number => Case => Str ; g : Gender} ; - NP = {s : Case => Str ; a : Agr} ; - Pron = {s : Case => Str ; sp : Case => Str ; a : Agr} ; - Det = {s : Str ; sp : Case => Str ; n : Number} ; - Predet = {s : Str} ; - Ord = { s : Case => Str } ; - Num = {s : Case => Str ; n : Number ; hasCard : Bool} ; - Card = {s : Case => Str ; n : Number} ; - Quant = {s : Bool => Number => Str ; sp : Bool => Number => Case => Str} ; + NP, Pron = {s : Case => Str ; a : Agr} ; + Det = {s : Str ; n : Number} ; + Predet, Ord = {s : Str} ; + Num = {s : Str; n : Number ; hasCard : Bool} ; + Card = {s : Str; n : Number} ; + Quant = {s : Number => Str} ; + Art = {s : Bool => Number => Str} ; -- Numeral - Numeral = {s : CardOrd => Case => Str ; n : Number} ; - Digits = {s : CardOrd => Case => Str ; n : Number ; tail : DTail} ; + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; -- Structural diff --git a/next-lib/src/tmp/CompatibilityEng.gf b/old-lib/resource/english/CompatibilityEng.gf similarity index 100% rename from next-lib/src/tmp/CompatibilityEng.gf rename to old-lib/resource/english/CompatibilityEng.gf diff --git a/next-lib/src/english/ConjunctionEng.gf b/old-lib/resource/english/ConjunctionEng.gf similarity index 66% rename from next-lib/src/english/ConjunctionEng.gf rename to old-lib/resource/english/ConjunctionEng.gf index 758041c0c..269ae5f80 100644 --- a/next-lib/src/english/ConjunctionEng.gf +++ b/old-lib/resource/english/ConjunctionEng.gf @@ -17,9 +17,28 @@ concrete ConjunctionEng of Conjunction = isPre = ss.isPre } ; - ConjRS conj ss = conjunctDistrTable Agr conj ss ** { - c = ss.c +{---b + + ConjS = conjunctSS ; + DConjS = conjunctDistrSS ; + + ConjAdv = conjunctSS ; + DConjAdv = conjunctDistrSS ; + + ConjNP conj ss = conjunctTable Case conj ss ** { + a = conjAgr (agrP3 conj.n) ss.a } ; + DConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = conjAgr (agrP3 conj.n) ss.a + } ; + + ConjAP conj ss = conjunctTable Agr conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable Agr conj ss ** { + isPre = ss.isPre + } ; +-} -- These fun's are generated from the list cat's. @@ -31,14 +50,11 @@ concrete ConjunctionEng of Conjunction = ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; - BaseRS x y = twoTable Agr x y ** {c = y.c} ; - ConsRS xs x = consrTable Agr comma xs x ** {c = xs.c} ; lincat [S] = {s1,s2 : Str} ; [Adv] = {s1,s2 : Str} ; [NP] = {s1,s2 : Case => Str ; a : Agr} ; [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; - [RS] = {s1,s2 : Agr => Str ; c : Case} ; } diff --git a/next-lib/src/english/ExtraEng.gf b/old-lib/resource/english/ExtraEng.gf similarity index 55% rename from next-lib/src/english/ExtraEng.gf rename to old-lib/resource/english/ExtraEng.gf index b004f16d3..7f6b3fde3 100644 --- a/next-lib/src/english/ExtraEng.gf +++ b/old-lib/resource/english/ExtraEng.gf @@ -1,8 +1,8 @@ concrete ExtraEng of ExtraEngAbs = CatEng ** - open ResEng, Coordination, Prelude, MorphoEng in { + open ResEng, Coordination, Prelude in { lin - GenNP np = {s = \\_,_ => np.s ! Gen ; sp = \\_,_,_ => np.s ! Gen} ; + GenNP np = {s = \\_ => np.s ! Gen} ; ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; StrandRelSlash rp slash = { @@ -10,7 +10,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng ** rp.s ! RC (fromAgr ag).g Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; c = Acc } ; - EmptyRelSlash slash = { + EmptyRelSlash rp slash = { s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; c = Acc } ; @@ -35,37 +35,19 @@ concrete ExtraEng of ExtraEngAbs = CatEng ** ComplVPIVV vv vpi = insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; - UncNegCl t p cl = { - s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! unc p.p ! ODir - } ; - UncNegQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! unc p.p ! q - } ; - UncNegRCl t p cl = { - s = \\r => t.s ++ p.s ++ cl.s ! t.t ! t.a ! unc p.p ! r ; + UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; + UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; + UncNegRCl t a cl = { + s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; c = cl.c - } ; - - UncNegImpSg p imp = {s = p.s ++ imp.s ! unc p.p ! ImpF Sg False} ; - UncNegImpPl p imp = {s = p.s ++ imp.s ! unc p.p ! ImpF Pl False} ; + } ; + UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; + UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c ; g = b.g} ; + oper - unc = contrNeg False ; - - - lin - that_RP = - { s = table { - RC _ Gen => "whose" ; - RC _ _ => "that" ; - RPrep Neutr => "which" ; - RPrep _ => "whom" - } ; - a = RNoAg - } ; - - each_Det = mkDeterminer Sg "each" ; + neg = CNeg False ; } diff --git a/next-lib/src/latin/ExtraEngAbs.gf b/old-lib/resource/english/ExtraEngAbs.gf similarity index 100% rename from next-lib/src/latin/ExtraEngAbs.gf rename to old-lib/resource/english/ExtraEngAbs.gf diff --git a/next-lib/src/english/GrammarEng.gf b/old-lib/resource/english/GrammarEng.gf similarity index 100% rename from next-lib/src/english/GrammarEng.gf rename to old-lib/resource/english/GrammarEng.gf diff --git a/next-lib/src/english/IdiomEng.gf b/old-lib/resource/english/IdiomEng.gf similarity index 100% rename from next-lib/src/english/IdiomEng.gf rename to old-lib/resource/english/IdiomEng.gf diff --git a/next-lib/src/english/IrregEng.gf b/old-lib/resource/english/IrregEng.gf similarity index 100% rename from next-lib/src/english/IrregEng.gf rename to old-lib/resource/english/IrregEng.gf diff --git a/next-lib/src/english/IrregEngAbs.gf b/old-lib/resource/english/IrregEngAbs.gf similarity index 100% rename from next-lib/src/english/IrregEngAbs.gf rename to old-lib/resource/english/IrregEngAbs.gf diff --git a/next-lib/src/english/LangEng.gf b/old-lib/resource/english/LangEng.gf similarity index 100% rename from next-lib/src/english/LangEng.gf rename to old-lib/resource/english/LangEng.gf diff --git a/next-lib/src/english/LexiconEng.gf b/old-lib/resource/english/LexiconEng.gf similarity index 97% rename from next-lib/src/english/LexiconEng.gf rename to old-lib/resource/english/LexiconEng.gf index 393ad779b..a92058c90 100644 --- a/next-lib/src/english/LexiconEng.gf +++ b/old-lib/resource/english/LexiconEng.gf @@ -90,6 +90,7 @@ lin harbour_N = regN "harbour" ; hate_V2 = dirV2 (regV "hate") ; hat_N = regN "hat" ; + have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; hill_N = regN "hill" ; hope_VS = mkVS (regV "hope") ; @@ -101,7 +102,6 @@ lin iron_N = regN "iron" ; king_N = mkN masculine (regN "king") ; know_V2 = dirV2 (irregV "know" "knew" "known") ; - know_VS = mkVS (irregV "know" "knew" "known") ; lake_N = regN "lake" ; lamp_N = regN "lamp" ; learn_V2 = dirV2 (regV "learn") ; @@ -166,7 +166,7 @@ lin shop_N = regN "shop" ; short_A = regADeg "short" ; silver_N = regN "silver" ; - sister_N = mkN feminine (mkN "sister") ; + sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; sleep_V = (irregV "sleep" "slept" "slept") ; small_A = regADeg "small" ; snake_N = regN "snake" ; @@ -177,7 +177,7 @@ lin stone_N = regN "stone" ; stove_N = regN "stove" ; student_N = mkN human (regN "student") ; - stupid_A = mkA "stupid" ; + stupid_A = regADeg "stupid" ; sun_N = regN "sun" ; switch8off_V2 = dirV2 (partV (regV "switch") "off") ; switch8on_V2 = dirV2 (partV (regV "switch") "on") ; @@ -192,7 +192,7 @@ lin travel_V = (regDuplV "travel") ; tree_N = regN "tree" ; ---- trousers_N = regN "trousers" ; - ugly_A = mkA "ugly" ; + ugly_A = regADeg "ugly" ; understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; university_N = regN "university" ; village_N = regN "village" ; @@ -202,7 +202,7 @@ lin war_N = regN "war" ; watch_V2 = dirV2 (regV "watch") ; water_N = regN "water" ; - white_A = mkA "white" ; + white_A = regADeg "white" ; window_N = regN "window" ; wine_N = regN "wine" ; win_V2 = dirV2 (irregDuplV "win" "won" "won") ; @@ -210,7 +210,7 @@ lin wonder_VQ = mkVQ (regV "wonder") ; wood_N = regN "wood" ; write_V2 = dirV2 (irregV "write" "wrote" "written") ; - yellow_A = mkA "yellow" ; + yellow_A = regADeg "yellow" ; young_A = regADeg "young" ; do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; @@ -223,8 +223,8 @@ lin stop_V = regDuplV "stop" ; jump_V = regV "jump" ; - left_Ord = mkOrd "left" ; - right_Ord = mkOrd "right" ; + left_Ord = ss "left" ; + right_Ord = ss "right" ; far_Adv = mkAdv "far" ; correct_A = (regA "correct") ; dry_A = regA "dry" ; diff --git a/old-lib/resource/english/MorphoEng.gf b/old-lib/resource/english/MorphoEng.gf new file mode 100644 index 000000000..ec8dc58df --- /dev/null +++ b/old-lib/resource/english/MorphoEng.gf @@ -0,0 +1,197 @@ +--# -path=.:../../prelude + +--1 A Simple English Resource Morphology +-- +-- Aarne Ranta 2002 -- 2005 +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. To build a lexicon, it is better to use $ParadigmsEng$, which +-- gives a higher-level access to this module. + +resource MorphoEng = ResEng ** open Prelude, (Predef=Predef) in { + + flags optimize=all ; + +--2 Phonology +-- +-- To regulate the use of endings for both nouns, adjectives, and verbs: + +oper + y2ie : Str -> Str -> Str = \fly,s -> + let y = last (init fly) in + case y of { + "a" => fly + s ; + "e" => fly + s ; + "o" => fly + s ; + "u" => fly + s ; + _ => init fly + "ie" + s + } ; + + +--2 Nouns +-- +-- For conciseness and abstraction, we define a worst-case macro for +-- noun inflection. It is used for defining special case that +-- only need one string as argument. + +oper + CommonNoun : Type = {s : Number => Case => Str} ; + + nounGen : Str -> CommonNoun = \dog -> case last dog of { + "y" => nounY "dog" ; + "s" => nounS (init "dog") ; + _ => nounReg "dog" + } ; + +-- These are auxiliaries to $nounGen$. + + nounReg : Str -> CommonNoun = \dog -> + mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); + nounS : Str -> CommonNoun = \kiss -> + mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; + nounY : Str -> CommonNoun = \fl -> + mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; + + +--3 Proper names +-- +-- Regular proper names are inflected with "'s" in the genitive. + + nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> + {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; + +--2 Determiners + + mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> + {s = s ; n = n} ; + +--2 Pronouns +-- +-- Here we define personal pronouns. +-- +-- We record the form "mine" and the gender for later use. + + Pronoun : Type = + {s : Case => Str ; a : Agr} ; + + mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = + \I,me,my,mine,n,p,g -> + {s = table {Nom => I ; Acc => me ; Gen => my} ; + a = toAgr n p g + } ; + + human : Gender = Masc ; --- doesn't matter + + pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; + pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK + pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; + pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; + pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; + + pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; + pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; + pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- + + +--2 Adjectives +-- +-- To form the adjectival and the adverbial forms, two strings are needed +-- in the worst case. (First without degrees.) + + Adjective = {s : AForm => Str} ; + +-- However, most adjectives can be inflected using the final character. +-- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. + + regAdjective : Str -> Adjective = \free -> + let + e = last free ; + fre = init free ; + freely = case e of { + "y" => fre + "ily" ; + _ => free + "ly" + } ; + fre = case e of { + "e" => fre ; + "y" => fre + "i" ; + _ => free + } + in + mkAdjective free (fre + "er") (fre + "est") freely ; + +-- Many adjectives are 'inflected' by adding a comparison word. + + adjDegrLong : Str -> Adjective = \ridiculous -> + mkAdjective + ridiculous + ("more" ++ ridiculous) + ("most" ++ ridiculous) + ((regAdjective ridiculous).s ! AAdv) ; + + +--3 Verbs +-- +-- The worst case needs five forms. (The verb "be" is treated separately.) + + mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> + let going = case last go of { + "e" => init go + "ing" ; + _ => go + "ing" + } + in + mkVerb go goes went gone going ; + +-- This is what we use to derive the irregular forms in almost all cases + + mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> + let bites = case last bite of { + "y" => y2ie bite "s" ; + "s" => init bite + "es" ; + _ => bite + "s" + } + in mkVerb4 bite bites bit bitten ; + +-- This is used to derive regular forms. + + mkVerbReg : Str -> Verb = \soak -> + let + soaks = case last soak of { + "y" => y2ie soak "s" ; + "s" => init soak + "es" ; + _ => soak + "s" + } ; + soaked = case last soak of { + "e" => init soak + "s" ; + _ => soak + "ed" + } + in + mkVerb4 soak soaks soaked soaked ; + + verbGen : Str -> Verb = \kill -> case last kill of { + "y" => verbP3y (init kill) ; + "e" => verbP3e (init kill) ; + "s" => verbP3s (init kill) ; + _ => regVerbP3 kill + } ; + +-- These are just auxiliary to $verbGen$. + + regVerbP3 : Str -> Verb = \walk -> + mkVerbIrreg walk (walk + "ed") (walk + "ed") ; + verbP3s : Str -> Verb = \kiss -> + mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; + verbP3e : Str -> Verb = \love -> + mkVerb4 love (love + "s") (love + "d") (love + "d") ; + verbP3y : Str -> Verb = \cr -> + mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; + +--- The particle always appears right after the verb. + + verbPart : Verb -> Str -> Verb = \v,p -> + {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; + + verbNoPart : Verb -> Verb = \v -> verbPart v [] ; + + +} ; + diff --git a/next-lib/src/english/NounEng.gf b/old-lib/resource/english/NounEng.gf similarity index 57% rename from next-lib/src/english/NounEng.gf rename to old-lib/resource/english/NounEng.gf index 31fe24659..cc7427930 100644 --- a/next-lib/src/english/NounEng.gf +++ b/old-lib/resource/english/NounEng.gf @@ -1,4 +1,4 @@ -concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in { +concrete NounEng of Noun = CatEng ** open ResEng, Prelude in { flags optimize=all_subs ; @@ -31,33 +31,25 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in { a = np.a } ; - DetQuant quant num = { - s = quant.s ! num.hasCard ! num.n ++ num.s ! Nom; - sp = \\c => case num.hasCard of { - False => quant.sp ! num.hasCard ! num.n ! c ++ num.s ! Nom ; - True => quant.sp ! num.hasCard ! num.n ! Nom ++ num.s ! c - } ; - n = num.n + DetQuantOrd quant num ord = { + s = quant.s ! num.n ++ num.s ++ ord.s ; + n = num.n } ; - DetQuantOrd quant num ord = { - s = quant.s ! num.hasCard ! num.n ++ num.s ! Nom ++ ord.s ! Nom; - sp = \\c => quant.sp ! num.hasCard ! num.n ! Nom ++ num.s ! Nom ++ ord.s ! c ; - n = num.n + DetQuant quant num = { + s = quant.s ! num.n ++ num.s ; + n = num.n } ; DetNP det = { - s = det.sp ; + s = \\c => det.s ; ---- case a = agrP3 det.n } ; - PossPron p = { - s = \\_,_ => p.s ! Gen ; - sp = \\_,_ => p.sp - } ; + PossPron p = {s = \\_ => p.s ! Gen} ; - NumSg = {s = \\c => []; n = Sg ; hasCard = False} ; - NumPl = {s = \\c => []; n = Pl ; hasCard = False} ; + NumSg = {s = []; n = Sg ; hasCard = False} ; + NumPl = {s = []; n = Pl ; hasCard = False} ; ---b NoOrd = {s = []} ; NumCard n = n ** {hasCard = True} ; @@ -68,28 +60,35 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in { NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; OrdNumeral numeral = {s = numeral.s ! NOrd} ; - AdNum adn num = {s = \\c => adn.s ++ num.s!c ; n = num.n} ; + AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; - OrdSuperl a = {s = \\c => a.s ! AAdj Superl c } ; + OrdSuperl a = {s = a.s ! AAdj Superl} ; - DefArt = { - s = \\hasCard,n => artDef ; - sp = \\hasCard,n => case of { - => table { Gen => "its"; _ => "it" } ; - => table { Nom => "they"; Acc => "them"; Gen => "theirs" } ; - _ => \\c => artDef - } + DetArtOrd art num ord = { + s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; + n = num.n } ; - IndefArt = { - s = \\hasCard,n => case of { + DetArtCard art card = { + s = art.s ! True ! card.n ++ card.s ; + n = card.n + } ; + + DetArtSg art cn = { + s = \\c => art.s ! False ! Sg ++ cn.s ! Sg ! c ; + a = agrgP3 Sg cn.g + } ; + + DetArtPl art cn = { + s = \\c => art.s ! False ! Pl ++ cn.s ! Pl ! c ; + a = agrgP3 Pl cn.g + } ; + + DefArt = {s = \\c,n => artDef} ; + + IndefArt = {s = \\c,n => case of { => artIndef ; - _ => [] - } ; - sp = \\hasCard,n => case of { - => table { Gen => "one's"; _ => "one" }; - => table { Gen => "ones'"; _ => "ones" } ; - _ => \\c => [] + _ => [] } } ; diff --git a/next-lib/src/english/NumeralEng.gf b/old-lib/resource/english/NumeralEng.gf similarity index 64% rename from next-lib/src/english/NumeralEng.gf rename to old-lib/resource/english/NumeralEng.gf index ff41a4a70..2f7c8e553 100644 --- a/next-lib/src/english/NumeralEng.gf +++ b/old-lib/resource/english/NumeralEng.gf @@ -1,17 +1,17 @@ concrete NumeralEng of Numeral = CatEng ** open ResEng in { lincat - Digit = {s : DForm => CardOrd => Case => Str} ; - Sub10 = {s : DForm => CardOrd => Case => Str ; n : Number} ; - Sub100 = {s : CardOrd => Case => Str ; n : Number} ; - Sub1000 = {s : CardOrd => Case => Str ; n : Number} ; - Sub1000000 = {s : CardOrd => Case => Str ; n : Number} ; + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100 = {s : CardOrd => Str ; n : Number} ; + Sub1000 = {s : CardOrd => Str ; n : Number} ; + Sub1000000 = {s : CardOrd => Str ; n : Number} ; lin num x = x ; lin n2 = let two = mkNum "two" "twelve" "twenty" "second" in - {s = \\f,o => case of { - => regGenitiveS "twelfth" ; - _ => two.s ! f ! o + {s = \\f,c => case of { + => "twelfth" ; + _ => two.s ! f ! c } } ; @@ -31,16 +31,16 @@ lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; lin pot1plus d e = { - s = \\o,c => d.s ! ten ! NCard ! Nom ++ "-" ++ e.s ! unit ! o ! c ; n = Pl} ; + s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; lin pot1as2 n = n ; -lin pot2 d = {s = \\o,c => d.s ! unit ! NCard ! Nom ++ mkCard o "hundred" ! c} ** {n = Pl} ; +lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; lin pot2plus d e = { - s = \\o,c => d.s ! unit ! NCard ! Nom ++ "hundred" ++ "and" ++ e.s ! o ! c ; n = Pl} ; + s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; lin pot2as3 n = n ; lin pot3 n = { - s = \\o,c => n.s ! NCard ! Nom ++ mkCard o "thousand" ! c ; n = Pl} ; + s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; lin pot3plus n m = { - s = \\o,c => n.s ! NCard ! Nom ++ "thousand" ++ m.s ! o ! c; n = Pl} ; + s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; -- numerals as sequences of digits @@ -51,7 +51,7 @@ lin pot3plus n m = { IDig d = d ** {tail = T1} ; IIDig d i = { - s = \\o,c => d.s ! NCard ! Nom ++ commaIf i.tail ++ i.s ! o ! c ; + s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; n = Pl ; tail = inc i.tail } ; @@ -83,13 +83,13 @@ lin pot3plus n m = { mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard => regGenitiveS c ; NOrd => regGenitiveS o} ; + s = table {NCard => c ; NOrd => o} ; n = n } ; TDigit = { n : Number ; - s : CardOrd => Case => Str + s : CardOrd => Str } ; } diff --git a/next-lib/src/english/ParadigmsEng.gf b/old-lib/resource/english/ParadigmsEng.gf similarity index 61% rename from next-lib/src/english/ParadigmsEng.gf rename to old-lib/resource/english/ParadigmsEng.gf index 97d597965..9ce081457 100644 --- a/next-lib/src/english/ParadigmsEng.gf +++ b/old-lib/resource/english/ParadigmsEng.gf @@ -28,7 +28,6 @@ resource ParadigmsEng = open (Predef=Predef), Prelude, MorphoEng, - ResEng, CatEng in { --2 Parameters @@ -97,14 +96,15 @@ oper --3 Relational nouns +-- +-- Relational nouns ("daughter of x") need a preposition. - mkN2 : overload { - mkN2 : N -> Prep -> N2 ; -- access to - mkN2 : N -> Str -> N2 ; -- access to - mkN2 : Str -> Str -> N2 ; -- access to - mkN2 : N -> N2 ; -- wife of - mkN2 : Str -> N2 -- daughter of - } ; + mkN2 : N -> Prep -> N2 ; + +-- The most common preposition is "of", and the following is a +-- shortcut for regular relational nouns with "of". + + regN2 : Str -> N2 ; -- Use the function $mkPrep$ or see the section on prepositions below to -- form other prepositions. @@ -128,14 +128,6 @@ oper mkPN : N -> PN } ; ---3 Determiners and quantifiers - - mkQuant : overload { - mkQuant : (this, these : Str) -> Quant ; - mkQuant : (no_sg, no_pl, none_sg, non_pl : Str) -> Quant ; - } ; - - mkOrd : Str -> Ord ; --2 Adjectives @@ -157,23 +149,19 @@ oper mkA : (good,better,best,well : Str) -> A } ; --- Regular comparison is formed by "more - most" for words with two vowels separated --- and terminated by some other letters. To force this or the opposite, --- the following can be used: +-- To force comparison to be formed by "more - most", +-- the following function is used: + + compoundA : A -> A ; -- -/more/most ridiculous - compoundA : A -> A ; -- -/more/most ditto - simpleA : A -> A ; -- young,younger,youngest --3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. - mkA2 : overload { - mkA2 : A -> Prep -> A2 ; -- absent from - mkA2 : A -> Str -> A2 ; -- absent from - mkA2 : Str -> Prep -> A2 ; -- absent from - mkA2 : Str -> Str -> A2 -- absent from + mkA2 : A -> Prep -> A2 ; - } ; --2 Adverbs @@ -188,10 +176,6 @@ oper mkAdA : Str -> AdA ; --- Adverbs modifying numerals - - mkAdN : Str -> AdN ; - --2 Prepositions -- -- A preposition as used for rection in the lexicon, as well as to @@ -202,16 +186,6 @@ oper -- (These two functions are synonyms.) ---2 Conjunctions --- - - mkConj : overload { - mkConj : Str -> Conj ; -- and (plural agreement) - mkConj : Str -> Number -> Conj ; -- or (agrement number given as argument) - mkConj : Str -> Str -> Conj ; -- both ... and (plural) - mkConj : Str -> Str -> Number -> Conj ; -- either ... or (agrement number given as argument) - } ; - --2 Verbs -- @@ -247,12 +221,7 @@ oper -- the third person singular present, the past indicative, and the -- past and present participles. - mkV : (go, goes, went, gone, going : Str) -> V ; - --- Adds a prefix to an exisiting verb. This is most useful to create --- prefix-variants of irregular verbs from $IrregEng$, e.g. "undertake". - - mkV : Str -> V -> V ; + mkV : (go, goes, went, gone, going : Str) -> V }; -- Verbs with a particle. @@ -271,12 +240,8 @@ oper -- (transitive verbs). Notice that a particle comes from the $V$. mkV2 : overload { - mkV2 : Str -> V2 ; -- kill - mkV2 : V -> V2 ; -- hit mkV2 : V -> Prep -> V2 ; -- believe in - mkV2 : V -> Str -> V2 ; -- believe in - mkV2 : Str -> Prep -> V2 ; -- believe in - mkV2 : Str -> Str -> V2 -- believe in + mkV2 : V -> V2 -- kill }; --3 Three-place verbs @@ -284,14 +249,9 @@ oper -- Three-place (ditransitive) verbs need two prepositions, of which -- the first one or both can be absent. - mkV3 : overload { - mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about - mkV3 : V -> Prep -> V3 ; -- give,_,to - mkV3 : V -> Str -> V3 ; -- give,_,to - mkV3 : Str -> Str -> V3 ; -- give,_,to - mkV3 : V -> V3 ; -- give,_,_ - mkV3 : Str -> V3 ; -- give,_,_ - }; + mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about + dirV3 : V -> Prep -> V3 ; -- give,_,to + dirdirV3 : V -> V3 ; -- give,_,_ --3 Other complement patterns -- @@ -319,19 +279,15 @@ oper V0 : Type ; AS, A2S, AV, A2V : Type ; ---2 Other categories - -mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; - --. --2 Definitions of paradigms -- -- The definitions should not bother the user of the API. So they are -- hidden from the document. - Gender = ResEng.Gender ; - Number = ResEng.Number ; - Case = ResEng.Case ; + Gender = MorphoEng.Gender ; + Number = MorphoEng.Number ; + Case = MorphoEng.Case ; human = Masc ; nonhuman = Neutr ; masculine = Masc ; @@ -357,13 +313,6 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; _ => w + "s" -- car } ; - duplFinal : Str -> Str = \w -> case w of { - _ + ("a" | "e" | "o") + ("a" | "e" | "i" | "o" | "u") + ? => w ; -- waited, needed - _ + ("a" | "e" | "i" | "o" | "u") + - c@("b"|"d"|"g"|"m"|"n"|"p"|"r"|"t") => w + c ; -- omitted, manned - _ => w - } ; - mk2N = \man,men -> let mens = case last men of { "s" => men + "'" ; @@ -373,29 +322,21 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; mk4N man men (man + "'s") mens ; mk4N = \man,men,man's,men's -> - lin N (mkNoun man man's men men's ** {g = Neutr}) ; + mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; - genderN g man = lin N {s = man.s ; g = g} ; + genderN g man = {s = man.s ; g = g ; lock_N = <>} ; - compoundN s n = lin N {s = \\x,y => s ++ n.s ! x ! y ; g=n.g} ; + compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; mkPN = overload { mkPN : Str -> PN = regPN ; mkPN : N -> PN = nounPN } ; - mkN2 = overload { - mkN2 : N -> Prep -> N2 = prepN2 ; - mkN2 : N -> Str -> N2 = \n,s -> prepN2 n (mkPrep s); - mkN2 : Str -> Str -> N2 = \n,s -> prepN2 (regN n) (mkPrep s); - mkN2 : N -> N2 = \n -> prepN2 n (mkPrep "of") ; - mkN2 : Str -> N2 = \s -> prepN2 (regN s) (mkPrep "of") - } ; - prepN2 = \n,p -> lin N2 (n ** {c2 = p.s}) ; - regN2 n = prepN2 (regN n) (mkPrep "of") ; - - mkN3 = \n,p,q -> lin N3 (n ** {c2 = p.s ; c3 = q.s}) ; + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; + regN2 n = mkN2 (regN n) (mkPrep "of") ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --3 Relational common noun phrases -- @@ -406,39 +347,21 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; cnN3 : CN -> Prep -> Prep -> N3 ; -- This is obsolete. - cnN2 = \n,p -> lin N2 (n ** {c2 = p.s}) ; - cnN3 = \n,p,q -> lin N3 (n ** {c2 = p.s ; c3 = q.s}) ; + cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; + cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; regPN n = regGenPN n human ; - regGenPN n g = lin PN {s = table {Gen => n + "'s" ; _ => n} ; g = g} ; - nounPN n = lin PN {s = n.s ! singular ; g = n.g} ; + regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; + nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; - mkQuant = overload { - mkQuant : (this, these : Str) -> Quant = \sg,pl -> mkQuantifier sg pl sg pl; - mkQuant : (no_sg, no_pl, none_sg, non_pl : Str) -> Quant = mkQuantifier; - } ; + mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; + regA a = regADeg a ** {lock_A = <>} ; - mkQuantifier : Str -> Str -> Str -> Str -> Quant = - \sg,pl,sg',pl' -> lin Quant { - s = \\_ => table { Sg => sg ; Pl => pl } ; - sp = \\_ => table { Sg => regGenitiveS sg' ; Pl => regGenitiveS pl'} - } ; - - mkOrd : Str -> Ord = \x -> lin Ord { s = regGenitiveS x}; - - mk2A a b = lin A (mkAdjective a a a b) ; - regA a = case a of { - _ + ("a" | "e" | "i" | "o" | "u" | "y") + ? + _ + - ("a" | "e" | "i" | "o" | "u" | "y") + ? + _ => - lin A (compoundADeg (regADeg a)) ; - _ => lin A (regADeg a) - } ; - - prepA2 a p = lin A2 (a ** {c2 = p.s}) ; + mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; ADeg = A ; ---- - mkADeg a b c d = lin A (mkAdjective a b c d) ; + mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; regADeg happy = let @@ -447,7 +370,7 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; happie = case y of { "y" => happ + "ie" ; "e" => happy ; - _ => duplFinal happy + "e" + _ => happy + "e" } ; happily : Str = case happy of { _ + "y" => happ + "ily" ; @@ -461,33 +384,36 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; compoundADeg a = - let ad = (a.s ! AAdj Posit Nom) + let ad = (a.s ! AAdj Posit) in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; adegA a = a ; - mkAdv x = lin Adv (ss x) ; - mkAdV x = lin AdV (ss x) ; - mkAdA x = lin AdA (ss x) ; - mkAdN x = lin AdN (ss x) ; + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; - mkPrep p = lin Prep (ss p) ; + mkPrep p = ss p ** {lock_Prep = <>} ; noPrep = mkPrep [] ; - mk5V a b c d e = lin V (mkVerb a b c d e ** {s1 = []}) ; + mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; regV cry = let + cr = init cry ; + y = last cry ; cries = (regN cry).s ! Pl ! Nom ; -- ! - cried : Str = case cries of { - _ + "es" => init cries + "d" ; - _ => duplFinal cry + "ed" + crie = init cries ; + cried = case last crie of { + "e" => crie + "d" ; + _ => crie + "ed" } ; - crying : Str = case cry of { - _ + "ee" => cry + "ing" ; - d + "ie" => d + "ying" ; - us + "e" => us + "ing" ; - _ => duplFinal cry + "ing" + crying = case y of { + "e" => case last cr of { + "e" => cry + "ing" ; + _ => cr + "ing" + } ; + _ => cry + "ing" } in mk5V cry cries cried cried crying ; @@ -505,10 +431,10 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; } ; irregV x y z = let reg = (regV x).s in - mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = []} ; + mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; irreg4V x y z w = let reg = (regV x).s in - mk5V x (reg ! VPres) y z w ** {s1 = []} ; + mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; irregDuplV fit y z = let @@ -516,41 +442,39 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; in mk5V fit (fit + "s") y z fitting ; - partV v p = lin V {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; - reflV v = lin V {s = v.s ; part = v.part ; isRefl = True} ; + partV v p = verbPart v p ** {lock_V = <>} ; + reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; - prepV2 v p = lin V2 {s = v.s ; s1 = v.s1 ; c2 = p.s ; isRefl = v.isRefl} ; + prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; dirV2 v = prepV2 v noPrep ; - prepPrepV3 v p q = - lin V3 {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; isRefl = v.isRefl} ; - dirV3 v p = prepPrepV3 v noPrep p ; + mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; + dirV3 v p = mkV3 v noPrep p ; dirdirV3 v = dirV3 v noPrep ; - mkVS v = lin VS v ; - mkVV v = lin VV { - s = table {VVF vf => v.s ! vf ; _ => v.s ! VInf} ; - --- variants {}} ; not used - isAux = False + mkVS v = v ** {lock_VS = <>} ; + mkVV v = { + s = table {VVF vf => v.s ! vf ; _ => variants {}} ; + isAux = False ; lock_VV = <> } ; - mkVQ v = v ; + mkVQ v = v ** {lock_VQ = <>} ; V0 : Type = V ; -- V2S, V2V, V2Q : Type = V2 ; AS, A2S, AV : Type = A ; A2V : Type = A2 ; - mkV0 v = v ; - mkV2S v p = prepV2 v p ; - mkV2V v p t = lin V2V (prepV2 v p ** {isAux = False}) ; - mkVA v = v ; - mkV2A v p = prepV2 v p ; - mkV2Q v p = prepV2 v p ; + mkV0 v = v ** {lock_V = <>} ; + mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; + mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; + mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; - mkAS v = v ; - mkA2S v p = prepA2 v p ; - mkAV v = v ; - mkA2V v p = prepA2 v p ; + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; -- pre-overload API and overload definitions @@ -569,14 +493,6 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; mkN : Str -> N -> N = compoundN } ; --- Relational nouns ("daughter of x") need a preposition. - - prepN2 : N -> Prep -> N2 ; - --- The most common preposition is "of", and the following is a --- shortcut for regular relational nouns with "of". - - regN2 : Str -> N2 ; mk2A : (free,freely : Str) -> A ; regA : Str -> A ; @@ -584,24 +500,13 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; mkA = overload { mkA : Str -> A = regA ; mkA : (fat,fatter : Str) -> A = \fat,fatter -> - mkAdjective fat fatter (init fatter + "st") (fat + "ly") ; + mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> - mkAdjective a b c d + mkAdjective a b c d ** {lock_A = <>} } ; compoundA = compoundADeg ; - simpleA a = - let ad = (a.s ! AAdj Posit Nom) - in regADeg ad ; - prepA2 : A -> Prep -> A2 ; - - mkA2 = overload { - mkA2 : A -> Prep -> A2 = prepA2 ; - mkA2 : A -> Str -> A2 = \a,p -> prepA2 a (mkPrep p) ; - mkA2 : Str -> Prep -> A2 = \a,p -> prepA2 (regA a) p; - mkA2 : Str -> Str -> A2 = \a,p -> prepA2 (regA a) (mkPrep p); - } ; mk5V : (go, goes, went, gone, going : Str) -> V ; regV : (cry : Str) -> V ; @@ -619,45 +524,17 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; mkV : (stop, stopped : Str) -> V = reg2V ; mkV : (drink, drank, drunk : Str) -> V = irregV ; mkV : (run, ran, run, running : Str) -> V = irreg4V ; - mkV : (go, goes, went, gone, going : Str) -> V = mk5V ; - mkV : Str -> V -> V = prefixV + mkV : (go, goes, went, gone, going : Str) -> V = mk5V }; prepV2 : V -> Prep -> V2 ; dirV2 : V -> V2 ; - prefixV : Str -> V -> V = \p,v -> v ** { s = p + v.s } ; mkV2 = overload { - mkV2 : V -> V2 = dirV2 ; - mkV2 : Str -> V2 = \s -> dirV2 (regV s) ; - mkV2 : V -> Prep -> V2 = prepV2 ; - mkV2 : V -> Str -> V2 = \v,p -> prepV2 v (mkPrep p) ; - mkV2 : Str -> Prep -> V2 = \v,p -> prepV2 (regV v) p ; - mkV2 : Str -> Str -> V2 = \v,p -> prepV2 (regV v) (mkPrep p) + mkV2 : V -> Prep -> V2 = prepV2; + mkV2 : V -> V2 = dirV2 }; - prepPrepV3 : V -> Prep -> Prep -> V3 ; - dirV3 : V -> Prep -> V3 ; - dirdirV3 : V -> V3 ; - - mkV3 = overload { - mkV3 : V -> Prep -> Prep -> V3 = prepPrepV3 ; - mkV3 : V -> Prep -> V3 = dirV3 ; - mkV3 : V -> Str -> V3 = \v,s -> dirV3 v (mkPrep s); - mkV3 : Str -> Str -> V3 = \v,s -> dirV3 (regV v) (mkPrep s); - mkV3 : V -> V3 = dirdirV3 ; - mkV3 : Str -> V3 = \v -> dirdirV3 (regV v) ; - } ; - - mkConj = overload { - mkConj : Str -> Conj = \y -> mk2Conj [] y plural ; - mkConj : Str -> Number -> Conj = \y,n -> mk2Conj [] y n ; - mkConj : Str -> Str -> Conj = \x,y -> mk2Conj x y plural ; - mkConj : Str -> Str -> Number -> Conj = mk2Conj ; - } ; - - mk2Conj : Str -> Str -> Number -> Conj = \x,y,n -> - lin Conj (sd2 x y ** {n = n}) ; ---- obsolete diff --git a/next-lib/src/english/PhraseEng.gf b/old-lib/resource/english/PhraseEng.gf similarity index 100% rename from next-lib/src/english/PhraseEng.gf rename to old-lib/resource/english/PhraseEng.gf diff --git a/next-lib/src/english/QuestionEng.gf b/old-lib/resource/english/QuestionEng.gf similarity index 96% rename from next-lib/src/english/QuestionEng.gf rename to old-lib/resource/english/QuestionEng.gf index 0fce813d4..2fc894932 100644 --- a/next-lib/src/english/QuestionEng.gf +++ b/old-lib/resource/english/QuestionEng.gf @@ -45,7 +45,7 @@ concrete QuestionEng of Question = CatEng ** open ResEng, Prelude in { } ; IdetQuant idet num = { - s = idet.s ! num.n ++ num.s ! Nom ; + s = idet.s ! num.n ++ num.s ; n = num.n } ; diff --git a/next-lib/src/english/RelativeEng.gf b/old-lib/resource/english/RelativeEng.gf similarity index 83% rename from next-lib/src/english/RelativeEng.gf rename to old-lib/resource/english/RelativeEng.gf index fdaeee907..1ec1fc10a 100644 --- a/next-lib/src/english/RelativeEng.gf +++ b/old-lib/resource/english/RelativeEng.gf @@ -38,11 +38,13 @@ concrete RelativeEng of Relative = CatEng ** open ResEng in { } ; IdRP = - { s = table { + let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc + in { + s = table { RC _ Gen => "whose" ; - RC Neutr _ => "which" ; - RC _ Acc => "whom" ; - RC _ Nom => "who" ; + RC Neutr _ => varr "which" ; + RC _ Acc => varr "whom" ; + RC _ Nom => varr "who" ; RPrep Neutr => "which" ; RPrep _ => "whom" } ; diff --git a/next-lib/src/english/ResEng.gf b/old-lib/resource/english/ResEng.gf similarity index 91% rename from next-lib/src/english/ResEng.gf rename to old-lib/resource/english/ResEng.gf index 0be501e7d..866ac2154 100644 --- a/next-lib/src/english/ResEng.gf +++ b/old-lib/resource/english/ResEng.gf @@ -30,7 +30,6 @@ resource ResEng = ParamX ** open Prelude in { param Gender = Neutr | Masc | Fem ; - --2 For $Verb$ -- Only these five forms are needed for open-lexicon verbs. @@ -59,7 +58,7 @@ resource ResEng = ParamX ** open Prelude in { --2 For $Adjective$ - AForm = AAdj Degree Case | AAdv ; + AForm = AAdj Degree | AAdv ; --2 For $Relative$ @@ -123,10 +122,10 @@ resource ResEng = ParamX ** open Prelude in { mkAdjective : (_,_,_,_ : Str) -> {s : AForm => Str} = \good,better,best,well -> { s = table { - AAdj Posit c => (regGenitiveS good) ! c ; - AAdj Compar c => (regGenitiveS better) ! c ; - AAdj Superl c => (regGenitiveS best) ! c ; - AAdv => well + AAdj Posit => good ; + AAdj Compar => better ; + AAdj Superl => best ; + AAdv => well } } ; @@ -149,36 +148,38 @@ resource ResEng = ParamX ** open Prelude in { } ; mkNP : (i,me,my : Str) -> Number -> Person -> Gender -> - {s : Case => Str ; a : Agr} = \i,me,my,n,p,g -> - { s = table { + {s : Case => Str ; a : Agr} = + \i,me,my,n,p,g -> { + s = table { Nom => i ; Acc => me ; Gen => my } ; a = toAgr n p g ; - }; + } ; + +-- These functions cover many cases; full coverage inflectional patterns are +-- in $MorphoEng$. + + regN : Str -> {s : Number => Case => Str} = \car -> + mkNoun car (car + "'s") (car + "s") (car + "s'") ; + + regA : Str -> {s : AForm => Str} = \warm -> + mkAdjective warm (warm + "er") (warm + "est") (warm + "ly") ; + + regV : Str -> Verb = \walk -> + mkVerb walk (walk + "s") (walk + "ed") (walk + "ed") (walk + "ing") ; regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n -> mkNP that that (that + "'s") n P3 Neutr ; - regGenitiveS : Str -> Case => Str = \s -> - table { Gen => genitiveS s; _ => s } ; - - genitiveS : Str -> Str = \dog -> - case last dog of { - "s" => dog + "'" ; - _ => dog + "'s" - }; - -- We have just a heuristic definition of the indefinite article. -- There are lots of exceptions: consonantic "e" ("euphemism"), consonantic -- "o" ("one-sided"), vocalic "u" ("umbrella"). artIndef = pre { - "eu" | "Eu" | "uni" | "up" => "a" ; - "un" => "an" ; - "a" | "e" | "i" | "o" | "A" | "E" | "I" | "O" => "an" ; - _ => "a" + "a" ; + "an" / strs {"a" ; "e" ; "i" ; "o" ; "A" ; "E" ; "I" ; "O" } } ; artDef = "the" ; @@ -431,24 +432,23 @@ resource ResEng = ParamX ** open Prelude in { -- For $Numeral$. - mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Case => Str} = + mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = \two, twelve, twenty, second -> {s = table { - unit => table {NCard => regGenitiveS two ; NOrd => regGenitiveS second} ; + unit => table {NCard => two ; NOrd => second} ; teen => \\c => mkCard c twelve ; ten => \\c => mkCard c twenty } } ; - regNum : Str -> {s : DForm => CardOrd => Case => Str} = + regNum : Str -> {s : DForm => CardOrd => Str} = \six -> mkNum six (six + "teen") (six + "ty") (regOrd six) ; - regCardOrd : Str -> {s : CardOrd => Case => Str} = \ten -> - {s = table {NCard => regGenitiveS ten ; - NOrd => regGenitiveS (regOrd ten)} } ; + regCardOrd : Str -> {s : CardOrd => Str} = \ten -> + {s = table {NCard => ten ; NOrd => regOrd ten}} ; - mkCard : CardOrd -> Str -> Case => Str = \o,ten -> - (regCardOrd ten).s ! o ; + mkCard : CardOrd -> Str -> Str = \c,ten -> + (regCardOrd ten).s ! c ; regOrd : Str -> Str = \ten -> case last ten of { diff --git a/next-lib/src/english/SentenceEng.gf b/old-lib/resource/english/SentenceEng.gf similarity index 77% rename from next-lib/src/english/SentenceEng.gf rename to old-lib/resource/english/SentenceEng.gf index 4ab0dcc87..f643300ea 100644 --- a/next-lib/src/english/SentenceEng.gf +++ b/old-lib/resource/english/SentenceEng.gf @@ -41,18 +41,18 @@ concrete SentenceEng of Sentence = CatEng ** open Prelude, ResEng in { EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr - UseCl t p cl = { - s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! ODir + UseCl t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir } ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! q + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q } ; - UseRCl t p cl = { - s = \\r => t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! r ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; c = cl.c } ; - UseSlash t p cl = { - s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! ctr p.p ! ODir ; + UseSlash t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; c2 = cl.c2 } ; diff --git a/old-lib/resource/english/StructuralEng.gf b/old-lib/resource/english/StructuralEng.gf new file mode 100644 index 000000000..d132e1ebb --- /dev/null +++ b/old-lib/resource/english/StructuralEng.gf @@ -0,0 +1,131 @@ +concrete StructuralEng of Structural = CatEng ** + open MorphoEng, (P = ParadigmsEng), Prelude in { + + flags optimize=all ; + + lin + above_Prep = ss "above" ; + after_Prep = ss "after" ; + all_Predet = ss "all" ; + almost_AdA, almost_AdN = ss "almost" ; + although_Subj = ss "although" ; + always_AdV = ss "always" ; + and_Conj = sd2 [] "and" ** {n = Pl} ; +---b and_Conj = ss "and" ** {n = Pl} ; + because_Subj = ss "because" ; + before_Prep = ss "before" ; + behind_Prep = ss "behind" ; + between_Prep = ss "between" ; + both7and_DConj = sd2 "both" "and" ** {n = Pl} ; + but_PConj = ss "but" ; + by8agent_Prep = ss "by" ; + by8means_Prep = ss "by" ; + can8know_VV, can_VV = { + s = table { + VVF VInf => ["be able to"] ; + VVF VPres => "can" ; + VVF VPPart => ["been able to"] ; + VVF VPresPart => ["being able to"] ; + VVF VPast => "could" ; --# notpresent + VVPastNeg => "couldn't" ; --# notpresent + VVPresNeg => "can't" + } ; + isAux = True + } ; + during_Prep = ss "during" ; + either7or_DConj = sd2 "either" "or" ** {n = Sg} ; + everybody_NP = regNP "everybody" Sg ; + every_Det = mkDeterminer Sg "every" ; + everything_NP = regNP "everything" Sg ; + everywhere_Adv = ss "everywhere" ; + few_Det = mkDeterminer Pl "few" ; +--- first_Ord = ss "first" ; DEPRECATED + for_Prep = ss "for" ; + from_Prep = ss "from" ; + he_Pron = mkNP "he" "him" "his" Sg P3 Masc ; + here_Adv = ss "here" ; + here7to_Adv = ss ["to here"] ; + here7from_Adv = ss ["from here"] ; + how_IAdv = ss "how" ; + how8many_IDet = mkDeterminer Pl ["how many"] ; + if_Subj = ss "if" ; + in8front_Prep = ss ["in front of"] ; + i_Pron = mkNP "I" "me" "my" Sg P1 Masc ; + in_Prep = ss "in" ; + it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; + less_CAdv = ss "less" ; + many_Det = mkDeterminer Pl "many" ; + more_CAdv = ss "more" ; + most_Predet = ss "most" ; + much_Det = mkDeterminer Sg "much" ; + must_VV = { + s = table { + VVF VInf => ["have to"] ; + VVF VPres => "must" ; + VVF VPPart => ["had to"] ; + VVF VPresPart => ["having to"] ; + VVF VPast => ["had to"] ; --# notpresent + VVPastNeg => ["hadn't to"] ; --# notpresent + VVPresNeg => "mustn't" + } ; + isAux = True + } ; +---b no_Phr = ss "no" ; + no_Utt = ss "no" ; + on_Prep = ss "on" ; +---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED + only_Predet = ss "only" ; + or_Conj = sd2 [] "or" ** {n = Sg} ; + otherwise_PConj = ss "otherwise" ; + part_Prep = ss "of" ; + please_Voc = ss "please" ; + possess_Prep = ss "of" ; + quite_Adv = ss "quite" ; + she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; + so_AdA = ss "so" ; + somebody_NP = regNP "somebody" Sg ; + someSg_Det = mkDeterminer Sg "some" ; + somePl_Det = mkDeterminer Pl "some" ; + something_NP = regNP "something" Sg ; + somewhere_Adv = ss "somewhere" ; + that_Quant = mkQuant "that" "those" ; + there_Adv = ss "there" ; + there7to_Adv = ss "there" ; + there7from_Adv = ss ["from there"] ; + therefore_PConj = ss "therefore" ; + they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- + this_Quant = mkQuant "this" "these" ; + through_Prep = ss "through" ; + too_AdA = ss "too" ; + to_Prep = ss "to" ; + under_Prep = ss "under" ; + very_AdA = ss "very" ; + want_VV = P.mkVV (P.regV "want") ; + we_Pron = mkNP "we" "us" "our" Pl P1 Masc ; + whatPl_IP = mkIP "what" "what" "what's" Pl ; + whatSg_IP = mkIP "what" "what" "what's" Sg ; + when_IAdv = ss "when" ; + when_Subj = ss "when" ; + where_IAdv = ss "where" ; + which_IQuant = {s = \\_ => "which"} ; +---b whichPl_IDet = mkDeterminer Pl ["which"] ; +---b whichSg_IDet = mkDeterminer Sg ["which"] ; + whoPl_IP = mkIP "who" "whom" "whose" Pl ; + whoSg_IP = mkIP "who" "whom" "whose" Sg ; + why_IAdv = ss "why" ; + without_Prep = ss "without" ; + with_Prep = ss "with" ; +---b yes_Phr = ss "yes" ; + yes_Utt = ss "yes" ; + youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; + youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; + youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; + + +oper + mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { + s = table Number [x ; y] + } ; + +} + diff --git a/next-lib/src/english/VerbEng.gf b/old-lib/resource/english/VerbEng.gf similarity index 100% rename from next-lib/src/english/VerbEng.gf rename to old-lib/resource/english/VerbEng.gf diff --git a/old-lib/resource/exx-resource.gft b/old-lib/resource/exx-resource.gft new file mode 100644 index 000000000..c234f4969 --- /dev/null +++ b/old-lib/resource/exx-resource.gft @@ -0,0 +1,222 @@ +-- Adjective + +PositA warm_A +ComparA warm_A (UsePron i_Pron) +ComplA2 married_A2 (UsePron she_Pron) +ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) +ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) +ReflA2 married_A2 +PositA (UseA2 married_A2) +SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +AdAP very_AdA (PositA warm_A) + + +-- Adverb + +PositAdvAdj warm_A +PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) + + +-- Conjunction + +ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) + +-- Idiom + +ImpersCl (UseComp (CompAP (PositA hot_A))) +GenericCl (UseV sleep_V) +CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +ExistNP (DetArtSg IndefArt (UseN house_N)) +ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) +ImpPl1 (UseV go_V) + +-- Noun + +DetArtSg DefArt (UseN man_N) +UsePN john_PN +UsePron he_Pron +PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +AdvNP (UsePN paris_PN) today_Adv +RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +DetCN (DetQuant this_Quant NumPl) (UseN man_N) +DetCN (DetQuant this_Quant NumSg) (UseN man_N) +NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +NumCard (NumDigits (IIDig D_5 (IDig D_1))) +NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +OrdDigits (IIDig D_5 (IDig D_1)) +OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +OrdSuperl warm_A +DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +DetArtSg DefArt (UseN man_N) +DetArtPl DefArt (UseN man_N) +MassNP (UseN beer_N) +DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +UseN house_N +ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +UseN2 mother_N2 +ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +UseN2 (Use2N3 distance_N3) +AdjCN (PositA big_A) (UseN house_N) +RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) +DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) + +-- Numeral + +num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +num (pot2as3 (pot1as2 (pot0as1 pot01))) +num (pot2as3 (pot1as2 (pot1 n6))) +num (pot2as3 (pot1as2 pot110)) +num (pot2as3 (pot1as2 pot111)) +num (pot2as3 (pot1as2 (pot1to19 n6))) +num (pot2as3 (pot1as2 (pot1 n6))) +num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +num (pot2as3 (pot2 (pot0 n4))) +num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +IDig D_8 +IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) + + +-- Phrase + +PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +UttImpPol PNeg (ImpVP (UseV sleep_V)) +UttIP whoPl_IP +UttIP whoSg_IP +UttIAdv why_IAdv +UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +UttAdv here_Adv +UttVP (UseV sleep_V) +VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) + + +-- Question + +QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +QuestVP whoSg_IP (UseV walk_V) +QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +IdetIP (IdetQuant which_IQuant NumSg) +PrepIP with_Prep whoSg_IP +QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) + + +-- Relative + +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) + +-- Sentence + +PredVP (UsePN john_PN) (UseV walk_V) +PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +ImpVP (ReflVP (SlashV2a love_V2)) +EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +EmbedVP (UseV go_V) +UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) + + +-- Text + +TEmpty +TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty + +-- Verb + +PredVP (UsePron i_Pron) (UseV sleep_V) +PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +PredVP (UsePron we_Pron) (PassV2 love_V2) +PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) + + + +-- Janna's and Krasimir's long examples + +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) +UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) +UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc + +-- more long examples + +UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) +UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) + diff --git a/next-lib/src/finnish/AdjectiveFin.gf b/old-lib/resource/finnish/AdjectiveFin.gf similarity index 57% rename from next-lib/src/finnish/AdjectiveFin.gf rename to old-lib/resource/finnish/AdjectiveFin.gf index ee6bc58dd..78e7d4a7c 100644 --- a/next-lib/src/finnish/AdjectiveFin.gf +++ b/old-lib/resource/finnish/AdjectiveFin.gf @@ -5,36 +5,26 @@ concrete AdjectiveFin of Adjective = CatFin ** open ResFin, Prelude in { lin PositA a = { - s = \\_,nf => a.s ! Posit ! AN nf + s = \\_ => a.s ! Posit } ; ComparA a np = { s = \\isMod,af => case isMod of { - True => np.s ! NPCase Part ++ a.s ! Compar ! AN af ; -- minua isompi - _ => a.s ! Compar ! AN af ++ "kuin" ++ np.s ! NPCase Nom -- isompi kuin min + True => np.s ! NPCase Part ++ a.s ! Compar ! af ; -- minua isompi + _ => a.s ! Compar ! af ++ "kuin" ++ np.s ! NPCase Nom -- isompi kuin min } } ; - CAdvAP ad ap np = { - s = \\m,af => ad.s ++ ap.s ! m ! af ++ ad.p ++ np.s ! NPCase Nom - } ; - UseComparA a = { - s = \\_,nf => a.s ! Compar ! AN nf ; - } ; -- $SuperlA$ belongs to determiner syntax in $Noun$. - AdjOrd ord = { - s = \\_ => ord.s - } ; - ComplA2 adj np = { s = \\isMod,af => - preOrPost isMod (appCompl True Pos adj.c2 np) (adj.s ! Posit ! AN af) + preOrPost isMod (appCompl True Pos adj.c2 np) (adj.s ! Posit ! af) } ; ReflA2 adj = { s = \\isMod,af => preOrPost isMod - (appCompl True Pos adj.c2 (reflPron (agrP3 Sg))) (adj.s ! Posit ! AN af) + (appCompl True Pos adj.c2 (reflPron (agrP3 Sg))) (adj.s ! Posit ! af) } ; SentAP ap sc = { @@ -45,8 +35,6 @@ concrete AdjectiveFin of Adjective = CatFin ** open ResFin, Prelude in { s = \\b,af => ada.s ++ ap.s ! b ! af } ; - UseA2 a = { - s = \\_,nf => a.s ! Posit ! AN nf - } ; + UseA2 a = a ; } diff --git a/next-lib/src/finnish/AdverbFin.gf b/old-lib/resource/finnish/AdverbFin.gf similarity index 76% rename from next-lib/src/finnish/AdverbFin.gf rename to old-lib/resource/finnish/AdverbFin.gf index 307971101..a331f985a 100644 --- a/next-lib/src/finnish/AdverbFin.gf +++ b/old-lib/resource/finnish/AdverbFin.gf @@ -3,10 +3,10 @@ concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude in { lin PositAdvAdj a = {s = a.s ! Posit ! AAdv} ; ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! AAdv ++ cadv.p ++ np.s ! NPCase Nom + s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ np.s ! NPCase Nom } ; ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! AAdv ++ cadv.p ++ s.s + s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ s.s } ; PrepNP prep np = {s = preOrPost prep.isPre prep.s (np.s ! prep.c)} ; diff --git a/next-lib/src/finnish/AllFin.gf b/old-lib/resource/finnish/AllFin.gf similarity index 100% rename from next-lib/src/finnish/AllFin.gf rename to old-lib/resource/finnish/AllFin.gf diff --git a/next-lib/src/finnish/AllFinAbs.gf b/old-lib/resource/finnish/AllFinAbs.gf similarity index 100% rename from next-lib/src/finnish/AllFinAbs.gf rename to old-lib/resource/finnish/AllFinAbs.gf diff --git a/next-lib/src/finnish/CatFin.gf b/old-lib/resource/finnish/CatFin.gf similarity index 89% rename from next-lib/src/finnish/CatFin.gf rename to old-lib/resource/finnish/CatFin.gf index 3af7ad0b6..b6a8cdcc9 100644 --- a/next-lib/src/finnish/CatFin.gf +++ b/old-lib/resource/finnish/CatFin.gf @@ -41,7 +41,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, Prelude in { -- The $Bool$ tells whether usage is modifying (as opposed to -- predicative), e.g. "x on suurempi kuin y" vs. "y:t suurempi luku". - AP = {s : Bool => NForm => Str} ; + AP = {s : Bool => AForm => Str} ; -- Noun @@ -53,18 +53,18 @@ concrete CatFin of Cat = CommonX ** open ResFin, Prelude in { Det = { s1 : Case => Str ; -- minun kolme s2 : Str ; -- -ni - sp : Case => Str ; -- se (substantival form) n : Number ; -- Pl (agreement feature for verb) isNum : Bool ; -- True (a numeral is present) isPoss : Bool ; -- True (a possessive suffix is present) isDef : Bool -- True (verb agrees in Pl, Nom is not Part) } ; ---- QuantSg, QuantPl = {s1 : Case => Str ; s2 : Str ; isPoss, isDef : Bool} ; - Ord = {s : NForm => Str} ; + Ord = {s : Number => Case => Str} ; Predet = {s : Number => NPForm => Str} ; - Quant = {s1,sp : Number => Case => Str ; s2 : Str ; isPoss : Bool ; isDef : Bool} ; - Card = {s : Number => Case => Str ; n : Number} ; - Num = {s : Number => Case => Str ; isNum : Bool ; n : Number} ; + Quant = {s1 : Number => Case => Str ; s2 : Str ; isPoss : Bool} ; + Art = {s1 : Number => Case => Str ; isDef : Bool} ; + Card = {s : Number => Case => Str ; n : Number} ; + Num = {s : Number => Case => Str ; isNum : Bool ; n : Number} ; -- Numeral diff --git a/next-lib/src/finnish/CompatibilityFin.gf b/old-lib/resource/finnish/CompatibilityFin.gf similarity index 82% rename from next-lib/src/finnish/CompatibilityFin.gf rename to old-lib/resource/finnish/CompatibilityFin.gf index a615f2eed..87e35f9d1 100644 --- a/next-lib/src/finnish/CompatibilityFin.gf +++ b/old-lib/resource/finnish/CompatibilityFin.gf @@ -6,6 +6,6 @@ concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { lin NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; - OrdInt n = {s = \\_ => n.s ++ "."} ; + OrdInt n = {s = \\_,_ => n.s ++ "."} ; } diff --git a/next-lib/src/finnish/ConjunctionFin.gf b/old-lib/resource/finnish/ConjunctionFin.gf similarity index 62% rename from next-lib/src/finnish/ConjunctionFin.gf rename to old-lib/resource/finnish/ConjunctionFin.gf index a11d9c596..94cea7f8c 100644 --- a/next-lib/src/finnish/ConjunctionFin.gf +++ b/old-lib/resource/finnish/ConjunctionFin.gf @@ -14,11 +14,7 @@ concrete ConjunctionFin of Conjunction = isPron = False } ; - ConjAP conj ss = conjunctDistrTable2 Bool NForm conj ss ; - - ConjRS conj ss = conjunctDistrTable Agr conj ss ** { - c = ss.c - } ; + ConjAP conj ss = conjunctDistrTable2 Bool AForm conj ss ; -- These fun's are generated from the list cat's. @@ -28,16 +24,13 @@ concrete ConjunctionFin of Conjunction = ConsAdv = consrSS comma ; BaseNP x y = twoTable NPForm x y ** {a = conjAgr x.a y.a} ; ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable2 Bool NForm x y ; - ConsAP xs x = consrTable2 Bool NForm comma xs x ; - BaseRS x y = twoTable Agr x y ** {c = y.c} ; - ConsRS xs x = consrTable Agr comma xs x ** {c = xs.c} ; + BaseAP x y = twoTable2 Bool AForm x y ; + ConsAP xs x = consrTable2 Bool AForm comma xs x ; lincat [S] = {s1,s2 : Str} ; [Adv] = {s1,s2 : Str} ; [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; - [AP] = {s1,s2 : Bool => NForm => Str} ; - [RS] = {s1,s2 : Agr => Str ; c : NPForm} ; + [AP] = {s1,s2 : Bool => AForm => Str} ; } diff --git a/next-lib/src/finnish/ExtraFin.gf b/old-lib/resource/finnish/ExtraFin.gf similarity index 92% rename from next-lib/src/finnish/ExtraFin.gf rename to old-lib/resource/finnish/ExtraFin.gf index 2cb86d506..ddacea698 100644 --- a/next-lib/src/finnish/ExtraFin.gf +++ b/old-lib/resource/finnish/ExtraFin.gf @@ -5,7 +5,7 @@ concrete ExtraFin of ExtraFinAbs = CatFin ** lin GenNP np = { - s1,sp = \\_,_ => np.s ! NPCase Gen ; + s1 = \\_,_ => np.s ! NPCase Gen ; s2 = [] ; isNum = False ; isPoss = False ; @@ -58,7 +58,7 @@ concrete ExtraFin of ExtraFinAbs = CatFin ** PartCN cn = let - acn = DetCN (DetQuant IndefArt NumSg) cn + acn = DetArtSg IndefArt cn in { s = table { NPCase Nom | NPAcc => acn.s ! NPCase Part ; @@ -68,10 +68,12 @@ concrete ExtraFin of ExtraFinAbs = CatFin ** isPron = False } ; + vai_Conj = {s1 = [] ; s2 = "vai" ; n = Sg} ; + CompPartAP ap = { - s = \\agr => ap.s ! False ! NCase agr.n Part + s = \\agr => ap.s ! False ! AN (NCase agr.n Part) } ; } diff --git a/next-lib/src/finnish/ExtraFinAbs.gf b/old-lib/resource/finnish/ExtraFinAbs.gf similarity index 100% rename from next-lib/src/finnish/ExtraFinAbs.gf rename to old-lib/resource/finnish/ExtraFinAbs.gf diff --git a/next-lib/src/finnish/GrammarFin.gf b/old-lib/resource/finnish/GrammarFin.gf similarity index 100% rename from next-lib/src/finnish/GrammarFin.gf rename to old-lib/resource/finnish/GrammarFin.gf diff --git a/next-lib/src/finnish/IdiomFin.gf b/old-lib/resource/finnish/IdiomFin.gf similarity index 100% rename from next-lib/src/finnish/IdiomFin.gf rename to old-lib/resource/finnish/IdiomFin.gf diff --git a/next-lib/src/finnish/LangFin.gf b/old-lib/resource/finnish/LangFin.gf similarity index 100% rename from next-lib/src/finnish/LangFin.gf rename to old-lib/resource/finnish/LangFin.gf diff --git a/next-lib/src/finnish/LexiconFin.gf b/old-lib/resource/finnish/LexiconFin.gf similarity index 97% rename from next-lib/src/finnish/LexiconFin.gf rename to old-lib/resource/finnish/LexiconFin.gf index 397fa96fa..e15538b4f 100644 --- a/next-lib/src/finnish/LexiconFin.gf +++ b/old-lib/resource/finnish/LexiconFin.gf @@ -94,6 +94,7 @@ lin harbour_N = mkN "satama" "sataman" "satamia" ; hate_V2 = mkV2 (mkV "vihata") cpartitive ; hat_N = mkN "hattu" ; + have_V2 = mkV2 (caseV adessive vOlla) ; hear_V2 = mkV2 (mkV "kuulla") ; hill_N = mkN "kukkula" ; hope_VS = mkVS (mkV "toivoa") ; @@ -104,8 +105,7 @@ lin industry_N = mkN "teollisuus" ; iron_N = mkN "rauta" ; king_N = mkN "kuningas" ; - know_VS = mkVS (mkV "tiet" "tiesi") ; - know_V2 = mkV2 (mkV "tuntea" "tunsi") ; + know_V2 = mkV2 (mk2V "tiet" "tiesi") ; --- tuntea; gives tietnyt lake_N = mkN "jrvi" "jrvi" ; lamp_N = mkN "lamppu" ; learn_V2 = @@ -209,8 +209,8 @@ lin wait_V2 = mkV2 (mkV "odottaa") partitive ; walk_V = mkV "kvell" "kveli" ; warm_A = mkA - (mkN "lmmin" "lmpimn" "lmmint" "lmpimn" "lmpimn" - "lmpimin" "lmpimi" "lmpimien" "lmpimiss" "lmpimiin" + (mkN "lmmin" "lmpimn" "lmpimn" "lmmint" "lmpimn" + "lmpimin" "lmpimiss" "lmpimien" "lmpimi" "lmpimiin" ) "lmpimmpi" "lmpimin" ; war_N = mkN "sota" ; @@ -348,7 +348,7 @@ lin sew_V = mkV "kylv" ; sing_V = mkV "laulaa" ; sit_V = mkV "istua" ; - smell_V = mk2V "haista" "haisi" ; + smell_V = mk2V "haistaa" "haistoi" ; spit_V = mkV "sylke" ; split_V2 = mkV2 (mk2V "halkaista" "halkaisi") ; squeeze_V2 = mkV2 (mkV "puristaa") cpartitive ; @@ -381,7 +381,7 @@ lin oper mkOrd : N -> Ord ; - mkOrd x = {s = x.s ; lock_Ord = <> } ; + mkOrd x = {s = \\n,c => x.s ! NCase n c; lock_Ord = <> } ; cpartitive = casePrep partitive ; } ; diff --git a/next-lib/src/finnish/MorphoFin.gf b/old-lib/resource/finnish/MorphoFin.gf similarity index 97% rename from next-lib/src/finnish/MorphoFin.gf rename to old-lib/resource/finnish/MorphoFin.gf index 56eb7863a..3c274a3de 100644 --- a/next-lib/src/finnish/MorphoFin.gf +++ b/old-lib/resource/finnish/MorphoFin.gf @@ -828,13 +828,13 @@ caseTable : Number -> CommonNoun -> Case => Str = \n,cn -> \\c => cn.s ! NCase n c ; mkDet : Number -> CommonNoun -> { - s1,sp : Case => Str ; -- minun kolme + s1 : Case => Str ; -- minun kolme s2 : Str ; -- -ni n : Number ; -- Pl (agreement feature for verb) isNum : Bool ; -- True (a numeral is present) isPoss : Bool ; -- True (a possessive suffix is present) isDef : Bool -- True (verb agrees in Pl, Nom is not Part) - } = \n, noun -> heavyDet { + } = \n, noun -> { s1 = \\c => noun.s ! NCase n c ; s2 = [] ; n = n ; @@ -902,39 +902,4 @@ oper ProperName = {s : Case => Str} ; - pronSe : ProperName = { - s = table { - Nom => "se" ; - Gen => "sen" ; - Part => "sit" ; - Transl => "siksi" ; - Ess => "sin" ; - Iness => "siin" ; - Elat => "siit" ; - Illat => "siihen" ; - Adess => "sill" ; - Ablat => "silt" ; - Allat => "sille" ; - Abess => "sitt" - } ; - } ; - - pronNe : ProperName = { - s = table { - Nom => "ne" ; - Gen => "niiden" ; - Part => "niit" ; - Transl => "niiksi" ; - Ess => "niin" ; - Iness => "niiss" ; - Elat => "niit" ; - Illat => "niihin" ; - Adess => "niill" ; - Ablat => "niilt" ; - Allat => "niille" ; - Abess => "niitt" - } ; - } ; - - } diff --git a/next-lib/src/finnish/NounFin.gf b/old-lib/resource/finnish/NounFin.gf similarity index 62% rename from next-lib/src/finnish/NounFin.gf rename to old-lib/resource/finnish/NounFin.gf index 4a7234402..5425aa54e 100644 --- a/next-lib/src/finnish/NounFin.gf +++ b/old-lib/resource/finnish/NounFin.gf @@ -1,4 +1,4 @@ -concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { +concrete NounFin of Noun = CatFin ** open ResFin, Prelude in { flags optimize=all_subs ; @@ -13,26 +13,21 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { True => Sg ; _ => det.n } ; - ncase : NPForm -> Case * NForm = \c -> - let k = npform2case n c - in + ncase : Case -> NForm = \c -> case of { - <_, NPAcc, True,_,_> => ; -- kolme kytkint(ni) - <_, NPCase Nom, True,_,_> => ; -- kolme kytkint(ni) - <_, _, True,False,_> => ; -- kolmeksi kytkimeksi - => ; -- kytkimi - <_, NPCase Nom,_,True,_> => ; -- kytkime+ni on/ovat... - <_, NPCase Gen,_,True,_> => ; -- kytkime+ni vika - <_, NPCase Transl,_,True,_> => ; -- kytkim(e|i)kse+ni - <_, NPCase Illat,_,True,_> => ; -- kytkim(ee|ii)+ni + <_, Nom, True,_,_> => NCase Sg Part ; -- kolme kytkint(ni) + <_, _, True,False,_> => NCase Sg c ; -- kolmeksi kytkimeksi + => NCase Pl Part ; -- kytkimi + <_, Nom,_,True,_> => NPossNom n ; -- kytkime+ni on/ovat... + <_, Gen,_,True,_> => NPossNom n ; -- kytkime+ni vika + <_, Transl,_,True,_> => NPossTransl n ; -- kytkim(e|i)kse+ni + <_, Illat,_,True,_> => NPossIllat n ; -- kytkim(ee|ii)+ni - _ => -- kytkin, kytkimen,... + _ => NCase n c -- kytkin, kytkimen,... } in { - s = \\c => let - k = ncase c ; - in - det.s1 ! k.p1 ++ cn.s ! k.p2 ++ det.s2 ; + s = \\c => let k = npform2case n c in + det.s1 ! k ++ cn.s ! ncase k ++ det.s2 ; a = agrP3 (case det.isDef of { False => Sg ; -- autoja menee; kolme autoa menee _ => det.n @@ -48,7 +43,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { } ; in { s = \\c => let k = npform2case n c in - det.sp ! k ; -- det.s2 is possessive suffix + det.s1 ! k ; -- det.s2 is possessive suffix a = agrP3 (case det.isDef of { False => Sg ; -- autoja menee; kolme autoa menee _ => det.n @@ -82,27 +77,72 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { } ; DetQuantOrd quant num ord = { - s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! NCase Pl c ; - sp = \\c => quant.sp ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! NCase Pl c ; + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; s2 = quant.s2 ; n = num.n ; isNum = num.isNum ; isPoss = quant.isPoss ; - isDef = quant.isDef + isDef = True } ; DetQuant quant num = { s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; - sp = \\c => quant.sp ! num.n ! c ++ num.s ! Sg ! c ; s2 = quant.s2 ; n = num.n ; - isNum = num.isNum ; -- case num.n of {Sg => False ; _ => True} ; + isNum = num.isNum ; isPoss = quant.isPoss ; - isDef = quant.isDef + isDef = True + } ; + + DetArtOrd quant num ord = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; + s2 = [] ; + n = num.n ; + isNum = num.isNum ; + isPoss = False ; + isDef = True + } ; + + DetArtCard quant num = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; + s2 = [] ; + n = num.n ; + isNum = case num.n of {Sg => False ; _ => True} ; + isPoss = False ; + isDef = True + } ; + + DetArtSg det cn = + let + n : Number = Sg ; + ncase : Case -> NForm = \c -> NCase n c ; + in { + s = \\c => let k = npform2case n c in + det.s1 ! Sg ! k ++ cn.s ! ncase k ; + a = agrP3 Sg ; + isPron = False + } ; + + DetArtPl det cn = + let + n : Number = Pl ; + ncase : Case -> NForm = \c -> + case of { + => NCase Pl Part ; -- kytkimi + _ => NCase n c -- kytkin, kytkimen,... + } + in { + s = \\c => let k = npform2case n c in + det.s1 ! Pl ! k ++ cn.s ! ncase k ; + a = agrP3 (case det.isDef of { + False => Sg ; -- autoja menee; kolme autoa menee + _ => Pl + }) ; + isPron = False } ; PossPron p = { - s1,sp = \\_,_ => p.s ! NPCase Gen ; + s1 = \\_,_ => p.s ! NPCase Gen ; s2 = BIND ++ possSuffix p.a ; isNum = False ; isPoss = True ; @@ -118,24 +158,23 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { s = \\n,c => numeral.s ! NCard (NCase n c) ; n = numeral.n } ; - OrdDigits numeral = {s = \\nc => numeral.s ! NOrd nc} ; + OrdDigits numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; NumNumeral numeral = { s = \\n,c => numeral.s ! NCard (NCase n c) ; n = numeral.n } ; - OrdNumeral numeral = {s = \\nc => numeral.s ! NOrd nc} ; + OrdNumeral numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; AdNum adn num = { s = \\n,c => adn.s ++ num.s ! n ! c ; n = num.n } ; - OrdSuperl a = {s = \\nc => a.s ! Superl ! AN nc} ; + OrdSuperl a = {s = \\n,c => a.s ! Superl ! AN (NCase n c)} ; DefArt = { s1 = \\_,_ => [] ; - sp = table {Sg => pronSe.s ; Pl => pronNe.s} ; s2 = [] ; isNum,isPoss = False ; isDef = True -- autot ovat @@ -143,9 +182,6 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { IndefArt = { s1 = \\_,_ => [] ; -- Nom is Part in Pl: use isDef in DetCN - sp = \\n,c => - (nhn (mkSubst "" "yksi" "yhde" "yhte" "yht" "yhteen" "yksi" "yksi" - "yksien" "yksi" "yksiin")).s ! NCase n c ; s2 = [] ; isNum,isPoss,isDef = False -- autoja on } ; @@ -189,7 +225,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { } ; AdjCN ap cn = { - s = \\nf => ap.s ! True ! (n2nform nf) ++ cn.s ! nf + s = \\nf => ap.s ! True ! AN (n2nform nf) ++ cn.s ! nf } ; RelCN cn rs = {s = \\nf => cn.s ! nf ++ rs.s ! agrP3 (numN nf)} ; @@ -212,5 +248,4 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in { _ => Sg --- } ; - } diff --git a/next-lib/src/finnish/NumeralFin.gf b/old-lib/resource/finnish/NumeralFin.gf similarity index 100% rename from next-lib/src/finnish/NumeralFin.gf rename to old-lib/resource/finnish/NumeralFin.gf diff --git a/next-lib/src/finnish/ParadigmsFin.gf b/old-lib/resource/finnish/ParadigmsFin.gf similarity index 100% rename from next-lib/src/finnish/ParadigmsFin.gf rename to old-lib/resource/finnish/ParadigmsFin.gf diff --git a/next-lib/src/finnish/PhraseFin.gf b/old-lib/resource/finnish/PhraseFin.gf similarity index 100% rename from next-lib/src/finnish/PhraseFin.gf rename to old-lib/resource/finnish/PhraseFin.gf diff --git a/next-lib/src/finnish/QuestionFin.gf b/old-lib/resource/finnish/QuestionFin.gf similarity index 100% rename from next-lib/src/finnish/QuestionFin.gf rename to old-lib/resource/finnish/QuestionFin.gf diff --git a/next-lib/src/finnish/RelativeFin.gf b/old-lib/resource/finnish/RelativeFin.gf similarity index 100% rename from next-lib/src/finnish/RelativeFin.gf rename to old-lib/resource/finnish/RelativeFin.gf diff --git a/next-lib/src/finnish/ResFin.gf b/old-lib/resource/finnish/ResFin.gf similarity index 95% rename from next-lib/src/finnish/ResFin.gf rename to old-lib/resource/finnish/ResFin.gf index 17384ec71..5fc68384d 100644 --- a/next-lib/src/finnish/ResFin.gf +++ b/old-lib/resource/finnish/ResFin.gf @@ -129,11 +129,12 @@ param appCompl : Bool -> Polarity -> Compl -> NP -> Str = \isFin,b,co,np -> let - c = case of { - <_, Neg, NPAcc,_> => NPCase Part ; -- en ne taloa/sinua - <_, Pos, NPAcc,True> => NPAcc ; -- nen/tytyy sinut - => NPCase Nom ; -- tytyy nhd talo - <_,_,coc,_> => coc + c = case of { + <_, Neg, NPAcc,_,_> => NPCase Part ; -- en ne taloa/sinua + <_, Pos, NPAcc,True,_> => NPAcc ; -- nen/tytyy sinut + => NPCase Gen ; -- nen talon + => NPCase Nom ; -- tytyy talo/sinut; nen talot + <_,_,coc,_,_> => coc } ; nps = np.s ! c in @@ -273,7 +274,7 @@ oper case p of { Neg => "k" ; -- eik tule _ => case a of { - Anter => "ko" ; -- onko mennyt --# notpresent + Anter => "ko" ; -- onko mennyt _ => vp.qp -- tuleeko, meneek } } ; @@ -585,20 +586,4 @@ oper } ; etta_Conj : Str = "ett" ; - - heavyDet : PDet -> PDet ** {sp : Case => Str} = \d -> d ** {sp = d.s1} ; - PDet : Type = { - s1 : Case => Str ; - s2 : Str ; - n : Number ; - isNum : Bool ; - isPoss : Bool ; - isDef : Bool - } ; - - heavyQuant : PQuant -> PQuant ** {sp : Number => Case => Str} = \d -> - d ** {sp = d.s1} ; - PQuant : Type = - {s1 : Number => Case => Str ; s2 : Str ; isPoss : Bool ; isDef : Bool} ; - } diff --git a/next-lib/src/finnish/SentenceFin.gf b/old-lib/resource/finnish/SentenceFin.gf similarity index 82% rename from next-lib/src/finnish/SentenceFin.gf rename to old-lib/resource/finnish/SentenceFin.gf index 50ef6d447..8ea12f2d8 100644 --- a/next-lib/src/finnish/SentenceFin.gf +++ b/old-lib/resource/finnish/SentenceFin.gf @@ -49,14 +49,14 @@ concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin in { EmbedQS qs = {s = qs.s} ; EmbedVP vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; --- case,pol,agr,infform - UseCl t p cl = {s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! SDecl} ; - UseQCl t p cl = {s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p} ; - UseRCl t p cl = { - s = \\r => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! r ; + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! SDecl} ; + UseQCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p} ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; c = cl.c } ; - UseSlash t p cl = { - s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ; + UseSlash t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ; c2 = cl.c2 } ; diff --git a/next-lib/src/finnish/StructuralFin.gf b/old-lib/resource/finnish/StructuralFin.gf similarity index 88% rename from next-lib/src/finnish/StructuralFin.gf rename to old-lib/resource/finnish/StructuralFin.gf index 7a08acd81..43092fb23 100644 --- a/next-lib/src/finnish/StructuralFin.gf +++ b/old-lib/resource/finnish/StructuralFin.gf @@ -1,5 +1,5 @@ concrete StructuralFin of Structural = CatFin ** - open MorphoFin, ParadigmsFin, (X = ConstructX), MakeStructuralFin, Prelude in { + open MorphoFin, ParadigmsFin, Prelude in { flags optimize=all ; @@ -57,9 +57,9 @@ concrete StructuralFin of Structural = CatFin ** a = agrP3 Sg ; isPron = False } ; - less_CAdv = X.mkCAdv "vhemmn" "kuin" ; + less_CAdv = ss "vhemmn" ; many_Det = mkDet Sg (mkN "moni" "monia") ; - more_CAdv = X.mkCAdv "enemmn" "kuin" ; + more_CAdv = ss "enemmn" ; most_Predet = {s = \\n,c => (nForms2N (dSuurin "useinta")).s ! NCase n (npform2case n c)} ; much_Det = mkDet Sg {s = \\_ => "paljon"} ; must_VV = mkVV (caseV genitive (mkV "tyty")) ; @@ -80,12 +80,12 @@ concrete StructuralFin of Structural = CatFin ** a = agrP3 Sg ; isPron = False } ; - someSg_Det = heavyDet { + someSg_Det = { s1 = jokuPron ! Sg ; s2 = [] ; isNum,isPoss = False ; isDef = True ; n = Sg } ; - somePl_Det = heavyDet { + somePl_Det = { s1 = jokuPron ! Pl ; s2 = [] ; isNum,isPoss = False ; isDef = True ; n = Pl @@ -96,7 +96,7 @@ concrete StructuralFin of Structural = CatFin ** isPron = False } ; somewhere_Adv = ss "jossain" ; - that_Quant = heavyQuant { + that_Quant = { s1 = table (MorphoFin.Number) { Sg => table (MorphoFin.Case) { c => (mkPronoun "tuo" "tuon" "tuota" "tuona" "tuohon" Sg P3).s ! NPCase c @@ -112,7 +112,7 @@ concrete StructuralFin of Structural = CatFin ** there7from_Adv = ss "sielt" ; therefore_PConj = ss "siksi" ; they_Pron = mkPronoun "he" "heidn" "heit" "hein" "heihin" Pl P3 ; --- ne - this_Quant = heavyQuant { + this_Quant = { s1 = table (MorphoFin.Number) { Sg => table (MorphoFin.Case) { c => (mkPronoun "tm" "tmn" "tt" "tn" "thn" Sg P3).s ! NPCase c @@ -164,13 +164,14 @@ concrete StructuralFin of Structural = CatFin ** oper jokuPron : MorphoFin.Number => (MorphoFin.Case) => Str = let + ku = mkN "ku" ; kui = mkN "kuu" in table { Sg => table { Nom => "joku" ; Gen => "jonkun" ; - c => relPron ! Sg ! c + "ku" + Predef.drop 3 (kui.s ! NCase Sg c) + c => relPron ! Sg ! c + ku.s ! NCase Sg c } ; Pl => table { Nom => "jotkut" ; @@ -264,6 +265,23 @@ oper } } ; + pronSe : ProperName = { + s = table { + Nom => "se" ; + Gen => "sen" ; + Part => "sit" ; + Transl => "siksi" ; + Ess => "sin" ; + Iness => "siin" ; + Elat => "siit" ; + Illat => "siihen" ; + Adess => "sill" ; + Ablat => "silt" ; + Allat => "sille" ; + Abess => "sitt" + } ; + } ; + oper makeNP : N -> MorphoFin.Number -> CatFin.NP ; @@ -274,35 +292,7 @@ oper lock_NP = <> } ; -lin - not_Predet = {s = \\_,_ => "vain"} ; - no_Quant = heavyQuant { - s1 = \\n,c => "ei" ++ mikaanPron ! n ! c ; - s2 = [] ; isNum,isPoss = False ; isDef = True ; - } ; - - if_then_Conj = {s1 = "jos" ; s2 = "niin" ; n = Sg} ; - nobody_NP = { - s = \\c => "ei" ++ kukaanPron ! Sg ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - - nothing_NP = { - s = \\c => "ei" ++ mikaanPron ! Sg ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - - at_least_AdN = ss "vhintn" ; - at_most_AdN = ss "enintn" ; - - as_CAdv = X.mkCAdv "yht" "kuin" ; - - except_Prep = postPrep partitive "lukuunottamatta" ; - - have_V2 = mkV2 (caseV adessive vOlla) ; } diff --git a/next-lib/src/finnish/VerbFin.gf b/old-lib/resource/finnish/VerbFin.gf similarity index 94% rename from next-lib/src/finnish/VerbFin.gf rename to old-lib/resource/finnish/VerbFin.gf index 7b9c36b4a..0e6498a0b 100644 --- a/next-lib/src/finnish/VerbFin.gf +++ b/old-lib/resource/finnish/VerbFin.gf @@ -33,7 +33,7 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin in { ComplVA v ap = insertObj (\\_,b,agr => - ap.s ! False ! (NCase agr.n (npform2case agr.n v.c2.c))) --- v.cs.s ignored + ap.s ! False ! AN (NCase agr.n (npform2case agr.n v.c2.c))) --- v.cs.s ignored (predV v) ; SlashV2S v s = @@ -46,7 +46,7 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin in { SlashV2A v ap = insertObj (\\fin,b,_ => - ap.s ! False ! (NCase Sg (npform2case Sg v.c3.c))) ----agr to obj + ap.s ! False ! AN (NCase Sg (npform2case Sg v.c3.c))) ----agr to obj (predV v) ** {c2 = v.c2} ; ComplSlash vp np = insertObj (\\fin,b,_ => appCompl fin b vp.c2 np) vp ; @@ -95,7 +95,7 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin in { Sg => Nom ; -- min olen iso Pl => Part -- me olemme isoja } --- definiteness of NP ? - in ap.s ! False ! (NCase agr.n c) + in ap.s ! False ! AN (NCase agr.n c) } ; CompNP np = {s = \\_ => np.s ! NPCase Nom} ; CompAdv a = {s = \\_ => a.s} ; diff --git a/next-lib/src/french/AdjectiveFre.gf b/old-lib/resource/french/AdjectiveFre.gf similarity index 100% rename from next-lib/src/french/AdjectiveFre.gf rename to old-lib/resource/french/AdjectiveFre.gf diff --git a/next-lib/src/french/AdverbFre.gf b/old-lib/resource/french/AdverbFre.gf similarity index 100% rename from next-lib/src/french/AdverbFre.gf rename to old-lib/resource/french/AdverbFre.gf diff --git a/next-lib/src/french/AllFre.gf b/old-lib/resource/french/AllFre.gf similarity index 100% rename from next-lib/src/french/AllFre.gf rename to old-lib/resource/french/AllFre.gf diff --git a/next-lib/src/french/AllFreAbs.gf b/old-lib/resource/french/AllFreAbs.gf similarity index 100% rename from next-lib/src/french/AllFreAbs.gf rename to old-lib/resource/french/AllFreAbs.gf diff --git a/next-lib/src/french/BeschFre.gf b/old-lib/resource/french/BeschFre.gf similarity index 100% rename from next-lib/src/french/BeschFre.gf rename to old-lib/resource/french/BeschFre.gf diff --git a/old-lib/resource/french/CatFre.gf b/old-lib/resource/french/CatFre.gf new file mode 100644 index 000000000..2daa7decc --- /dev/null +++ b/old-lib/resource/french/CatFre.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../common:../abstract:../common:prelude + +concrete CatFre of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResFre) ; diff --git a/next-lib/src/french/CompatibilityFre.gf b/old-lib/resource/french/CompatibilityFre.gf similarity index 100% rename from next-lib/src/french/CompatibilityFre.gf rename to old-lib/resource/french/CompatibilityFre.gf diff --git a/next-lib/src/french/ConjunctionFre.gf b/old-lib/resource/french/ConjunctionFre.gf similarity index 100% rename from next-lib/src/french/ConjunctionFre.gf rename to old-lib/resource/french/ConjunctionFre.gf diff --git a/next-lib/src/french/DiffFre.gf b/old-lib/resource/french/DiffFre.gf similarity index 86% rename from next-lib/src/french/DiffFre.gf rename to old-lib/resource/french/DiffFre.gf index 4d28796b1..37026a754 100644 --- a/next-lib/src/french/DiffFre.gf +++ b/old-lib/resource/french/DiffFre.gf @@ -124,8 +124,8 @@ instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in { agr = {g = aag.g ; n = num ; p = p} ; verb = (vp.s ! VPImperat).fin ! agr ; neg = vp.neg ! pol ; - hascl = False ; ----e(pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; - clpr = <[],[]> ; ----e pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; + hascl = (pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; + clpr = pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol in case pol of { @@ -206,20 +206,8 @@ instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in { auxPassive : Verb = copula ; - copula : Verb = {s = table VF ["être";"être";"suis";"es";"est";"sommes";"êtes";"sont";"sois";"sois";"soit";"soyons";"soyez";"soient"; -"étais";"étais";"était";"étions";"étiez";"étaient";--# notpresent -"fusse";"fusses";"fût";"fussions";"fussiez";"fussent";--# notpresent -"fus";"fus";"fut";"fûmes";"fûtes";"furent";--# notpresent -"serai";"seras";"sera";"serons";"serez";"seront";--# notpresent -"serais";"serais";"serait";"serions";"seriez";"seraient";--# notpresent -"sois";"soyons";"soyez";"été";"étés";"étée";"étées";"étant"]; vtyp=VHabere} ; + copula : Verb = {s = table VF ["être";"être";"suis";"es";"est";"sommes";"êtes";"sont";"sois";"sois";"soit";"soyons";"soyez";"soient";"étais";"étais";"était";"étions";"étiez";"étaient";"fusse";"fusses";"fût";"fussions";"fussiez";"fussent";"fus";"fus";"fut";"fûmes";"fûtes";"furent";"serai";"seras";"sera";"serons";"serez";"seront";"serais";"serais";"serait";"serions";"seriez";"seraient";"sois";"soyons";"soyez";"été";"étés";"étée";"étées";"étant"]; vtyp=VHabere} ; - avoir_V : Verb = {s=table VF ["avoir";"avoir";"ai";"as";"a";"avons";"avez";"ont";"aie";"aies";"ait";"ayons";"ayez";"aient"; -"avais";"avais";"avait";"avions";"aviez";"avaient"; --# notpresent -"eusse";"eusses";"eût";"eussions";"eussiez";"eussent";--# notpresent -"eus";"eus";"eut";"eûmes";"eûtes";"eurent";--# notpresent -"aurai";"auras";"aura";"aurons";"aurez";"auront";--# notpresent -"aurais";"aurais";"aurait";"aurions";"auriez";"auraient";--# notpresent -"aie";"ayons";"ayez";"eu";"eus";"eue";"eues";"ayant"];vtyp=VHabere}; + avoir_V : Verb = {s=table VF ["avoir";"avoir";"ai";"as";"a";"avons";"avez";"ont";"aie";"aies";"ait";"ayons";"ayez";"aient";"avais";"avais";"avait";"avions";"aviez";"avaient";"eusse";"eusses";"eût";"eussions";"eussiez";"eussent";"eus";"eus";"eut";"eûmes";"eûtes";"eurent";"aurai";"auras";"aura";"aurons";"aurez";"auront";"aurais";"aurais";"aurait";"aurions";"auriez";"auraient";"aie";"ayons";"ayez";"eu";"eus";"eue";"eues";"ayant"];vtyp=VHabere}; } diff --git a/next-lib/src/french/ExtraFre.gf b/old-lib/resource/french/ExtraFre.gf similarity index 100% rename from next-lib/src/french/ExtraFre.gf rename to old-lib/resource/french/ExtraFre.gf diff --git a/next-lib/src/french/ExtraFreAbs.gf b/old-lib/resource/french/ExtraFreAbs.gf similarity index 100% rename from next-lib/src/french/ExtraFreAbs.gf rename to old-lib/resource/french/ExtraFreAbs.gf diff --git a/next-lib/src/french/ExtraRomanceFre.gf b/old-lib/resource/french/ExtraRomanceFre.gf similarity index 100% rename from next-lib/src/french/ExtraRomanceFre.gf rename to old-lib/resource/french/ExtraRomanceFre.gf diff --git a/next-lib/src/french/GrammarFre.gf b/old-lib/resource/french/GrammarFre.gf similarity index 86% rename from next-lib/src/french/GrammarFre.gf rename to old-lib/resource/french/GrammarFre.gf index c3726d163..698cea528 100644 --- a/next-lib/src/french/GrammarFre.gf +++ b/old-lib/resource/french/GrammarFre.gf @@ -11,7 +11,7 @@ concrete GrammarFre of Grammar = RelativeFre, ConjunctionFre, PhraseFre, - TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond], + TextX - [Tense,TPres,TPast,TFut,TCond], IdiomFre, StructuralFre ** { diff --git a/next-lib/src/french/IdiomFre.gf b/old-lib/resource/french/IdiomFre.gf similarity index 83% rename from next-lib/src/french/IdiomFre.gf rename to old-lib/resource/french/IdiomFre.gf index e8abaac21..bb38c8774 100644 --- a/next-lib/src/french/IdiomFre.gf +++ b/old-lib/resource/french/IdiomFre.gf @@ -9,19 +9,19 @@ concrete IdiomFre of Idiom = CatFre ** ExistNP np = mkClause "il" True (agrP3 Masc Sg) - (insertClit3 "y" (insertComplement (\\_ => (np.s ! Acc).ton) (predV avoir_V))) ; + (insertClit2 "y" (insertComplement (\\_ => np.s ! Ton Acc) (predV avoir_V))) ; ExistIP ip = { s = \\t,a,p,_ => ip.s ! Nom ++ (mkClause "il" True (agrP3 Masc Sg) - (insertClit3 "y" (predV avoir_V))).s + (insertClit2 "y" (predV avoir_V))).s ! DDir ! t ! a ! p ! Indic ---- DInv } ; CleftNP np rs = mkClause elisCe True (agrP3 Masc Sg) (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => (np.s ! rs.c).ton) (predV copula))) ; + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; CleftAdv ad s = mkClause elisCe True (agrP3 Masc Sg) (insertComplement (\\_ => conjThat ++ s.s ! Indic) diff --git a/next-lib/src/french/IrregFre.gf b/old-lib/resource/french/IrregFre.gf similarity index 100% rename from next-lib/src/french/IrregFre.gf rename to old-lib/resource/french/IrregFre.gf diff --git a/next-lib/src/french/IrregFreAbs.gf b/old-lib/resource/french/IrregFreAbs.gf similarity index 100% rename from next-lib/src/french/IrregFreAbs.gf rename to old-lib/resource/french/IrregFreAbs.gf diff --git a/next-lib/src/french/LangFre.gf b/old-lib/resource/french/LangFre.gf similarity index 68% rename from next-lib/src/french/LangFre.gf rename to old-lib/resource/french/LangFre.gf index 3a30422cf..eee63e930 100644 --- a/next-lib/src/french/LangFre.gf +++ b/old-lib/resource/french/LangFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../prelude +--# -path=.:../romance:../abstract:../common concrete LangFre of Lang = GrammarFre, diff --git a/next-lib/src/french/LexiconFre.gf b/old-lib/resource/french/LexiconFre.gf similarity index 99% rename from next-lib/src/french/LexiconFre.gf rename to old-lib/resource/french/LexiconFre.gf index b2aedcd1b..d7f7baf6f 100644 --- a/next-lib/src/french/LexiconFre.gf +++ b/old-lib/resource/french/LexiconFre.gf @@ -92,6 +92,7 @@ lin harbour_N = regGenN "port" masculine ; hate_V2 = har_V2 ; hat_N = regGenN "chapeau" masculine ; + have_V2 = avoir_V2 ; hear_V2 = entendre_V2 ; hill_N = regGenN "colline" feminine ; hope_VS = mkVS (reg3V "esprer" "espre" "esprera") ; @@ -102,8 +103,7 @@ lin industry_N = regGenN "industrie" feminine ; iron_N = regGenN "fer" masculine ; king_N = regGenN "roi" masculine ; - know_V2 = connatre_V2 ; - know_VS = mkVS savoir_V2 ; + know_V2 = connatre_V2 ; ---- savoir_V2 : VS lake_N = regGenN "lac" masculine ; lamp_N = regGenN "lampe" feminine ; learn_V2 = apprendre_V2 ; diff --git a/next-lib/src/french/MorphoFre.gf b/old-lib/resource/french/MorphoFre.gf similarity index 98% rename from next-lib/src/french/MorphoFre.gf rename to old-lib/resource/french/MorphoFre.gf index 00dd88536..586755249 100644 --- a/next-lib/src/french/MorphoFre.gf +++ b/old-lib/resource/french/MorphoFre.gf @@ -163,29 +163,22 @@ oper mkPronoun : (_,_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pronoun = \il,le,lui,Lui,son,sa,ses,g,n,p -> - let - alui : Case -> Str = \x -> prepCase x ++ Lui ; - in { - s = table { - Nom => {c1 = [] ; c2 = [] ; comp = il ; ton = Lui} ; - Acc => {c1 = le ; c2 = [] ; comp = [] ; ton = Lui} ; - CPrep P_a => {c1 = [] ; c2 = lui ; comp = [] ; ton = alui (CPrep P_a)} ; - c => {c1 = [] ; c2 = [] ; comp, ton = alui c} - } ; - poss = \\n,g => case of { - => son ; - => sa ; - _ => ses - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True + {s = table { + Ton x => prepCase x ++ Lui ; + Aton Nom => il ; + Aton Acc => le ; + Aton (CPrep P_de) => "en" ; --- hmm + Aton (CPrep _) => lui ; + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss _ Pl => ses + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True } ; elisPoss : Str -> Str = \s -> - pre { - voyelle => s + "on" ; - _ => s + "a" - } ; + pre {s + "a" ; s + "on" / voyelle} ; --2 Determiners @@ -1237,5 +1230,9 @@ oper t => s + tavoir ! t } ; +--- for Numerals + +param DForm = unit | teen | jten | ten | tenplus ; +param Place = indep | attr ; } diff --git a/next-lib/src/french/NounFre.gf b/old-lib/resource/french/NounFre.gf similarity index 100% rename from next-lib/src/french/NounFre.gf rename to old-lib/resource/french/NounFre.gf diff --git a/next-lib/src/french/NumeralFre.gf b/old-lib/resource/french/NumeralFre.gf similarity index 62% rename from next-lib/src/french/NumeralFre.gf rename to old-lib/resource/french/NumeralFre.gf index 73d07dfdf..23a8ab43d 100644 --- a/next-lib/src/french/NumeralFre.gf +++ b/old-lib/resource/french/NumeralFre.gf @@ -13,7 +13,7 @@ oper case co of { NCard _ => ds ; NOrd _ _ => case last ds of { - "q" => ds + "uime" ; + "q" => "uime" ; "e" => init ds + "ime" ; _ => ds + "ime" } @@ -21,27 +21,14 @@ oper inh = d.inh ; n = d.n } ; - cardOrdG : CardOrd -> (_,_,_,_,_,_ : Str) -> Str = - \co,x,xf,sm,sf,pm,pf -> case co of { - NCard Masc => x ; - NCard Fem => xf ; - NOrd Masc Sg => sm ; - NOrd Fem Sg => sf ; - NOrd Masc Pl => pm ; - NOrd Fem Pl => pf - } ; - cardOrd : CardOrd -> Str -> Str -> Str = \co, x,y -> case co of { NCard _ => x ; NOrd _ _ => y } ; -param DForm = unit | teen | jten | ten | tenplus ; -param Place = indep | postpo | attr ; - lincat Digit = {s : CardOrd => DForm => Str ; inh : DForm ; n : Number} ; - Sub10 = {s : CardOrd => (DForm * Place) => Str ; inh : Number} ; + Sub10 = {s : CardOrd => {p1 : DForm ; p2 : Place} => Str ; inh : Number} ; Sub100 = {s : CardOrd => Place => Str ; n : Number} ; Sub1000 = {s : CardOrd => Place => Str ; n : Number} ; Sub1000000 = {s : CardOrd => Str ; n : Number} ; @@ -53,7 +40,7 @@ lin n2 = lin n3 = digitPl {inh = unit ; n = Sg ; s = table {unit => "trois" ; teen => "treize" ; jten => "trente" ; ten => "trente" ; tenplus => "trente"}} ; lin n4 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "quatre" ; teen => "quatorze" ; jten => "quarante" ; ten => "quarante" ; tenplus => "quarante"}} ; + digitPl {inh = unit ; n = Sg ; s = table {unit => "quatre" ; teen => "quatorze" ; jten => "quarante" ; ten => "quarante" ; tenplus => "quarante"}} ; lin n5 = digitPl {inh = unit ; n = Sg ; s = table {unit => "cinq" ; teen => "quinze" ; jten => "cinquante" ; ten => "cinquante" ; tenplus => "cinquante"}} ; lin n6 = @@ -67,75 +54,56 @@ lin n9 = lin pot01 = {inh = Sg ; s = \\g => let dix = cardOrd g "dix" "dixime" in table { - {p1 = unit ; p2 = indep} => - cardOrdG g "un" "une" "premier" "premire" "premiers" "premires" ; - {p1 = unit ; p2 = postpo} => - cardOrdG g "un" "une" "unime" "unime" "unime" "unime" ; - {p1 = unit ; p2 = attr} => [] ; - {p1 = teen ; p2 = indep | postpo} => cardOrd g "onze" "onzime" ; - {p1 = teen ; p2 = attr} => [] ; - {p1 = jten ; p2 = indep | postpo} => dix ; - {p1 = jten ; p2 = attr} => [] ; - {p1 = ten ; p2 = indep | postpo} => dix ; - {p1 = ten ; p2 = attr} => [] ; - {p1 = tenplus ; p2 = indep | postpo} => dix ; - {p1 = tenplus ; p2 = attr} => []} ; - n = Sg} ; + {p1 = unit ; p2 = indep} => cardOrd g "un" "unime" ; {p1 = unit ; p2 = attr} => [] ; {p1 = teen ; + p2 = indep} => cardOrd g "onze" "onzime" ; {p1 = teen ; p2 = attr} => [] ; {p1 = jten ; + p2 = indep} => dix ; {p1 = jten ; p2 = attr} => [] ; {p1 = ten ; + p2 = indep} => dix ; {p1 = ten ; p2 = attr} => [] ; {p1 = tenplus + ; p2 = indep} => dix ; {p1 = tenplus ; p2 = attr} => []} ; n = Sg} ; lin pot0 d = - {inh = Pl ; s = \\g => table { - {p1 = unit ; p2 = indep | postpo} => d.s ! g ! unit ; - {p1 = unit ; p2 = attr} => d.s ! g ! unit ; - {p1 = teen ; p2 = indep | postpo} => d.s ! g ! teen ; - {p1 = teen ; p2 = attr} => d.s ! g ! teen ; - {p1 = jten ; p2 = indep | postpo} => d.s ! g ! jten ; - {p1 = jten ; p2 = attr} => d.s ! g ! jten ; - {p1 = ten ; p2 = indep | postpo} => d.s ! g ! ten ; - {p1 = ten ; p2 = attr} => d.s ! g ! ten ; - {p1 = tenplus ; p2 = indep | postpo} => d.s ! g ! tenplus ; - {p1 = tenplus ; p2 = attr} => d.s ! g ! tenplus} ; n = Pl} ; + {inh = Pl ; s = \\g => table {{p1 = unit ; p2 = indep} => d.s ! g ! unit + ; {p1 = unit ; p2 = attr} => d.s ! g ! unit ; {p1 = teen ; p2 = indep} + => d.s ! g ! teen ; {p1 = teen ; p2 = attr} => d.s ! g ! teen ; {p1 = jten ; + p2 = indep} => d.s ! g ! jten ; {p1 = jten ; p2 = attr} => d.s ! g ! jten ; + {p1 = ten ; p2 = indep} => d.s ! g ! ten ; {p1 = ten ; p2 = attr} => d.s + ! g ! ten ; {p1 = tenplus ; p2 = indep} => d.s ! g ! tenplus ; {p1 = tenplus + ; p2 = attr} => d.s ! g ! tenplus} ; n = Pl} ; lin pot110 = {s = \\g => table {_ => cardOrd g "dix" "dixime"} ; n = Pl} ; lin pot111 = {s = \\g => table {_ => cardOrd g "onze" "onzime"} ; n = Pl} ; lin pot1to19 d = - {s = \\g => table {indep | postpo => d.s ! g ! teen ; attr => d.s ! g ! teen} ; n = Pl} ; + {s = \\g => table {indep => d.s ! g ! teen ; attr => d.s ! g ! teen} ; n = Pl} ; lin pot0as1 n = - {s = \\g => table { - p@(indep | postpo) => n.s ! g ! {p1 = unit ; p2 = p} ; + {s = \\g => table {indep => n.s ! g ! {p1 = unit ; p2 = indep} ; attr => n.s ! g ! {p1 = unit ; p2 = attr}} ; n = n.inh} ; lin pot1 d = - {s = \\g => table {indep | postpo => d.s ! g ! jten ; attr => d.s ! g ! ten} + {s = \\g => table {indep => d.s ! g ! jten ; attr => d.s ! g ! ten} ; n = Pl} ; lin pot1plus d e = - {s = \\g => table { - p@(indep | postpo) => (d.s ! (NCard Masc) ! tenplus) ++ (table {{p1 = Sg + {s = \\g => table {indep => (d.s ! (NCard Masc) ! tenplus) ++ (table {{p1 = Sg ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = pl} => "-" ; {p1 = Pl ; p2 = Sg} => "-" ; {p1 = Pl ; p2 = pl} => "-"} ! {p1 = d.n ; p2 = - e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = p} ; - attr => (d.s ! (NCard Masc) ! + e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = indep} ; attr => (d.s ! (NCard Masc) ! tenplus) ++ (table {{p1 = Sg ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = pl} => "-" ; {p1 = Pl ; p2 = Sg} => "-" ; {p1 = Pl ; p2 = pl} => "-"} ! {p1 = d.n ; p2 = e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = indep}} ; n = Pl} ; lin pot1as2 n = n ; lin pot2 d = - {s = \\g => table {indep | postpo => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) + {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) ++ table {Sg => cardOrd g "cent" "centime" ; Pl => cardOrd g "cents" "centime"} ! (d.inh) ; attr => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) ++ cardOrd g "cent" "centime"} ; n = Pl} ; lin pot2plus d e = - {s = \\g => table { - attr => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) ++ "cent" ++ e.s ! g ! indep ; - p => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) ++ "cent" ++ e.s ! g ! p - } ; - n = Pl - } ; + {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) + ++ "cent" ++ e.s ! g ! indep ; attr => (d.s ! NCard Masc ! {p1 = unit ; p2 + = attr}) ++ "cent" ++ e.s ! g ! indep} ; n = Pl} ; lin pot2as3 n = {s = \\g => n.s ! g ! indep ; n = n.n} ; lin pot3 n = {s = \\g => (n.s ! NCard Masc ! attr) ++ cardOrd g "mille" "millime" ; n = Pl} ; lin pot3plus n m = - {s = \\g => (n.s ! NCard Masc ! attr) ++ "mille" ++ m.s ! g ! postpo ; n = + {s = \\g => (n.s ! NCard Masc ! attr) ++ "mille" ++ m.s ! g ! indep ; n = Pl} ; diff --git a/next-lib/src/french/ParadigmsFre.gf b/old-lib/resource/french/ParadigmsFre.gf similarity index 99% rename from next-lib/src/french/ParadigmsFre.gf rename to old-lib/resource/french/ParadigmsFre.gf index d20fc134b..b5406b558 100644 --- a/next-lib/src/french/ParadigmsFre.gf +++ b/old-lib/resource/french/ParadigmsFre.gf @@ -28,6 +28,8 @@ resource ParadigmsFre = open (Predef=Predef), Prelude, + CommonRomance, + ResFre, MorphoFre, CatFre in { @@ -235,7 +237,6 @@ oper -- (transitive verbs). mkV2 = overload { - mkV2 : Str -> V2 = \s -> dirV2 (regV s) ; mkV2 : V -> V2 = dirV2 ; mkV2 : V -> Prep -> V2 = mmkV2 } ; diff --git a/next-lib/src/french/PhonoFre.gf b/old-lib/resource/french/PhonoFre.gf similarity index 100% rename from next-lib/src/french/PhonoFre.gf rename to old-lib/resource/french/PhonoFre.gf diff --git a/next-lib/src/french/PhraseFre.gf b/old-lib/resource/french/PhraseFre.gf similarity index 100% rename from next-lib/src/french/PhraseFre.gf rename to old-lib/resource/french/PhraseFre.gf diff --git a/next-lib/src/french/QuestionFre.gf b/old-lib/resource/french/QuestionFre.gf similarity index 100% rename from next-lib/src/french/QuestionFre.gf rename to old-lib/resource/french/QuestionFre.gf diff --git a/next-lib/src/french/RelativeFre.gf b/old-lib/resource/french/RelativeFre.gf similarity index 100% rename from next-lib/src/french/RelativeFre.gf rename to old-lib/resource/french/RelativeFre.gf diff --git a/next-lib/src/french/ResFre.gf b/old-lib/resource/french/ResFre.gf similarity index 100% rename from next-lib/src/french/ResFre.gf rename to old-lib/resource/french/ResFre.gf diff --git a/next-lib/src/french/SentenceFre.gf b/old-lib/resource/french/SentenceFre.gf similarity index 100% rename from next-lib/src/french/SentenceFre.gf rename to old-lib/resource/french/SentenceFre.gf diff --git a/next-lib/src/french/StructuralFre.gf b/old-lib/resource/french/StructuralFre.gf similarity index 67% rename from next-lib/src/french/StructuralFre.gf rename to old-lib/resource/french/StructuralFre.gf index 5f92ccdff..4b197664d 100644 --- a/next-lib/src/french/StructuralFre.gf +++ b/old-lib/resource/french/StructuralFre.gf @@ -1,9 +1,7 @@ --# -path=.:../abstract:../romance:../common:prelude concrete StructuralFre of Structural = CatFre ** - open PhonoFre, MorphoFre, ParadigmsFre, IrregFre, (X = ConstructX), - MakeStructuralFre, - Prelude in { + open PhonoFre, MorphoFre, ParadigmsFre, IrregFre, Prelude in { flags optimize=all ; coding=utf8 ; @@ -32,10 +30,10 @@ lin during_Prep = mkPreposition "pendant" ; either7or_DConj = {s1,s2 = "ou" ; n = Pl} ; everybody_NP = pn2np (mkPN ["tout le monde"] Masc) ; - every_Det = {s,sp = \\_,_ => "chaque" ; n = Sg ; s2 = []} ; ---- sp + every_Det = {s = \\_,_ => "chaque" ; n = Sg} ; everything_NP = pn2np (mkPN ["tout"] Masc) ; everywhere_Adv = ss "partout" ; - few_Det = {s,sp = \\g,c => prepCase c ++ "peu" ++ elisDe ; n = Pl ; s2 = []} ; + few_Det = {s = \\g,c => prepCase c ++ "peu" ++ elisDe ; n = Pl} ; --- DEPREC first_Ord = {s = \\ag => (regA "premier").s ! Posit ! AF ag.g ag.n} ; for_Prep = mkPreposition "pour" ; from_Prep = complGen ; --- @@ -59,11 +57,11 @@ lin mkPronoun "il" (elision "l") "lui" "lui" "son" (elisPoss "s") "ses" Masc Sg P3 ; - less_CAdv = X.mkCAdv "moins" conjThan ; - many_Det = {s,sp = \\_,c => prepCase c ++ "plusieurs" ; n = Pl ; s2 = []} ; - more_CAdv = X.mkCAdv "plus" conjThan ; + less_CAdv = ss "moins" ; + many_Det = {s = \\_,c => prepCase c ++ "plusieurs" ; n = Pl} ; + more_CAdv = ss "plus" ; most_Predet = {s = \\_,c => prepCase c ++ ["la plupart"] ; c = CPrep P_de} ; - much_Det = {s,sp = \\_,c => prepCase c ++ "beaucoup" ++ elisDe ; n = Pl ; s2 = []} ; + much_Det = {s = \\_,c => prepCase c ++ "beaucoup" ++ elisDe ; n = Pl} ; must_VV = mkVV (devoir_V2 ** {lock_V = <>}) ; ---b no_Phr = ss "non" ; no_Utt = ss "non" ; @@ -83,24 +81,16 @@ lin so_AdA = ss "si" ; somebody_NP = pn2np (mkPN ["quelqu'un"] Masc) ; - somePl_Det = {s,sp = \\_,c => prepCase c ++ "quelques" ; n = Pl ; s2 = []} ; ---- sp - someSg_Det = {s,sp = \\_,c => prepCase c ++ elision "quelqu" ; n = Sg ; s2 = []} ; ----sp + somePl_Det = {s = \\_,c => prepCase c ++ "quelques" ; n = Pl} ; + someSg_Det = {s = \\_,c => prepCase c ++ elision "quelqu" ; n = Sg} ; something_NP = pn2np (mkPN ["quelque chose"] Masc) ; somewhere_Adv = ss ["quelque part"] ; --- ne - pas - - that_Quant = { - s = \\_ => table { - Sg => \\g,c => prepCase c ++ - genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; - Pl => \\_,c => prepCase c ++ "ces" - } ; - sp = table { - Sg => \\g,c => prepCase c ++ genForms "celui-l" "celle-l" ! g ; - Pl => \\g,c => prepCase c ++ genForms "celui-l" "celle-l" ! g - } ; - s2 = [] ---- "-l" + that_Quant = {s = + table { + Sg => \\g,c => prepCase c ++ genForms "ce" "cette" ! g ; ---- cet ; l + Pl => \\_,_ => "ces" + } } ; - ---b that_NP = makeNP ["cela"] Masc Sg ; there7from_Adv = ss ["de l"] ; there7to_Adv = ss "l" ; --- y @@ -110,20 +100,14 @@ lin they_Pron = mkPronoun "ils" "les" "leur" "eux" "leur" "leur" "leurs" Masc Pl P3 ; - - this_Quant = { - s = \\_ => table { - Sg => \\g,c => prepCase c ++ - genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; - Pl => \\_,c => prepCase c ++ "ces" - } ; - sp = table { - Sg => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g ; - Pl => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g - } ; - s2 = [] ---- "-ci" + this_Quant = {s = + table { + Sg => \\g,c => + prepCase c ++ + genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; --- ci + Pl => \\_,_ => "ces" + } } ; - ---b this_NP = pn2np (mkPN ["ceci"] Masc) ; ---b those_NP = makeNP ["ceux-l"] Masc Pl ; through_Prep = mkPreposition "par" ; @@ -148,14 +132,15 @@ lin s = \\n,g,c => prepCase c ++ aagrForms "quel" "quelle" "quels" "quelles" ! aagr g n } ; - +---b whichSg_IDet = {s = \\g,c => prepCase c ++ genForms "quel" "quelle" ! g ; n = Sg} ; +---b whichPl_IDet = {s = \\g,c => prepCase c ++ genForms "quels" "quelles" ! g; n = Pl} ; whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Pl} ; whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Sg} ; why_IAdv = ss "pourquoi" ; without_Prep = mkPreposition "sans" ; with_Prep = mkPreposition "avec" ; yes_Utt = ss "oui" ; --- si - +---b yes_Phr = ss "oui" ; --- si youSg_Pron = mkPronoun "tu" (elision "t") (elision "t") "toi" "ton" (elisPoss "t") "tes" Masc Sg P2 ; @@ -164,30 +149,5 @@ lin "vous" "vous" "vous" "vous" "votre" "votre" "vos" Masc Pl P2 ; - not_Predet = {s = \\a,c => prepCase c ++ "pas" ; c = Nom} ; - - no_Quant = - let aucun : ParadigmsFre.Number => ParadigmsFre.Gender => Case => Str = table { - Sg => \\g,c => prepCase c ++ genForms "aucun" "aucune" ! g ; - Pl => \\g,c => prepCase c ++ genForms "aucuns" "aucunes" ! g ---- - } - in { - s = \\_ => aucun ; - sp = aucun ; - s2 = [] - } ; - if_then_Conj = {s1 = "si" ; s2 = "alors" ; n = Sg ; lock_Conj = <>} ; - nobody_NP = pn2np (mkPN ["personne"] Fem) ; - - nothing_NP = pn2np (mkPN "rien" Masc) ; - at_least_AdN = ss "au moins" ; - at_most_AdN = ss "au plus" ; - - except_Prep = mkPreposition "except" ; - - as_CAdv = X.mkCAdv "aussi" conjThan ; - - have_V2 = avoir_V2 ; - } diff --git a/next-lib/src/french/VerbFre.gf b/old-lib/resource/french/VerbFre.gf similarity index 100% rename from next-lib/src/french/VerbFre.gf rename to old-lib/resource/french/VerbFre.gf diff --git a/next-lib/src/german/AdjectiveGer.gf b/old-lib/resource/german/AdjectiveGer.gf similarity index 69% rename from next-lib/src/german/AdjectiveGer.gf rename to old-lib/resource/german/AdjectiveGer.gf index a0ced749c..6f174bb1e 100644 --- a/next-lib/src/german/AdjectiveGer.gf +++ b/old-lib/resource/german/AdjectiveGer.gf @@ -12,18 +12,6 @@ concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in { s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Nom ; isPre = True } ; - CAdvAP ad ap np = { - s = \\af => ad.s ++ ap.s ! af ++ ad.p ++ np.s ! Nom ; - isPre = False - } ; - UseComparA a = { - s = \\af => a.s ! Compar ! af ; - isPre = True - } ; - AdjOrd a = { - s = a.s ; - isPre = True - } ; -- $SuperlA$ belongs to determiner syntax in $Noun$. @@ -47,9 +35,6 @@ concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in { isPre = ap.isPre } ; - UseA2 a = { - s = a.s ! Posit ; - isPre = True - } ; + UseA2 a = a ; } diff --git a/next-lib/src/german/AdverbGer.gf b/old-lib/resource/german/AdverbGer.gf similarity index 75% rename from next-lib/src/german/AdverbGer.gf rename to old-lib/resource/german/AdverbGer.gf index 82ccd6193..4bac57a98 100644 --- a/next-lib/src/german/AdverbGer.gf +++ b/old-lib/resource/german/AdverbGer.gf @@ -4,10 +4,10 @@ concrete AdverbGer of Adverb = CatGer ** open ResGer, Prelude in { PositAdvAdj a = {s = a.s ! Posit ! APred} ; ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! APred ++ cadv.p ++ np.s ! Nom + s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ np.s ! Nom } ; ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! APred ++ cadv.p ++ s.s ! Sub + s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ s.s ! Sub } ; PrepNP prep np = {s = appPrep prep np.s} ; diff --git a/next-lib/src/german/AllGer.gf b/old-lib/resource/german/AllGer.gf similarity index 100% rename from next-lib/src/german/AllGer.gf rename to old-lib/resource/german/AllGer.gf diff --git a/next-lib/src/german/AllGerAbs.gf b/old-lib/resource/german/AllGerAbs.gf similarity index 100% rename from next-lib/src/german/AllGerAbs.gf rename to old-lib/resource/german/AllGerAbs.gf diff --git a/next-lib/src/german/CatGer.gf b/old-lib/resource/german/CatGer.gf similarity index 84% rename from next-lib/src/german/CatGer.gf rename to old-lib/resource/german/CatGer.gf index e1dae718b..02e7db861 100644 --- a/next-lib/src/german/CatGer.gf +++ b/old-lib/resource/german/CatGer.gf @@ -1,5 +1,5 @@ concrete CatGer of Cat = - CommonX - [Tense,TPres,TPast,TFut,TCond,TTAnt,Temp] ** + CommonX - [Tense,TPres,TPast,TFut,TCond] ** open ResGer, Prelude in { flags optimize=all_subs ; @@ -50,13 +50,11 @@ concrete CatGer of Cat = CN = {s : Adjf => Number => Case => Str ; g : Gender} ; NP = {s : Case => Str ; a : Agr} ; Pron = {s : NPForm => Str ; a : Agr} ; - Det = {s,sp : Gender => Case => Str ; n : Number ; a : Adjf} ; - Quant = { - s : Bool => Number => Gender => Case => Str ; - sp : Number => Gender => Case => Str ; - a : Adjf - } ; - Predet = {s : Number => Gender => Case => Str ; c : PredetCase} ; + Det = {s : Gender => Case => Str ; n : Number ; a : Adjf} ; +--- QuantSg, QuantPl = {s : Gender => Case => Str ; a : Adjf} ; DEPREC + Quant = {s : Number => Gender => Case => Str ; a : Adjf} ; + Art = {s : Bool => Number => Gender => Case => Str ; a : Adjf} ; + Predet = {s : Number => Gender => Case => Str} ; Num = {s : Gender => Case => Str ; n : Number ; isNum : Bool} ; Card = {s : Gender => Case => Str ; n : Number} ; Ord = {s : AForm => Str} ; @@ -90,12 +88,9 @@ concrete CatGer of Cat = -- tense with possibility to choose conjunctive forms - Temp = {s : Str ; t : ResGer.Tense ; a : Anteriority ; m : Mood} ; Tense = {s : Str ; t : ResGer.Tense ; m : Mood} ; lin - TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a ; m = t.m} ; - TPres = {s = [] ; t = Pres ; m = MIndic} ; TPast = {s = [] ; t = Past ; m = MIndic} ; --# notpresent TFut = {s = [] ; t = Fut ; m = MIndic} ; --# notpresent diff --git a/next-lib/src/german/ConjunctionGer.gf b/old-lib/resource/german/ConjunctionGer.gf similarity index 63% rename from next-lib/src/german/ConjunctionGer.gf rename to old-lib/resource/german/ConjunctionGer.gf index 3aea69d1d..d46a32839 100644 --- a/next-lib/src/german/ConjunctionGer.gf +++ b/old-lib/resource/german/ConjunctionGer.gf @@ -17,10 +17,27 @@ concrete ConjunctionGer of Conjunction = isPre = ss.isPre } ; - ConjRS conj ss = conjunctDistrTable GenNum conj ss ** { - c = ss.c +{- ---b + ConjS conj ss = conjunctTable Order conj ss ; + DConjS conj ss = conjunctDistrTable Order conj ss ; + + ConjAdv conj ss = conjunctSS conj ss ; + DConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctTable Case conj ss ** { + a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} + } ; + DConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} } ; + ConjAP conj ss = conjunctTable AForm conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; +-} -- These fun's are generated from the list cat's. @@ -32,14 +49,11 @@ concrete ConjunctionGer of Conjunction = ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; - BaseRS x y = twoTable GenNum x y ** {c = y.c} ; - ConsRS xs x = consrTable GenNum comma xs x ** {c = xs.c} ; lincat [S] = {s1,s2 : Order => Str} ; [Adv] = {s1,s2 : Str} ; [NP] = {s1,s2 : Case => Str ; a : Agr} ; [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; - [RS] = {s1,s2 : GenNum => Str ; c : Case} ; } diff --git a/next-lib/src/german/ExtGer.gf b/old-lib/resource/german/ExtGer.gf similarity index 100% rename from next-lib/src/german/ExtGer.gf rename to old-lib/resource/german/ExtGer.gf diff --git a/next-lib/src/german/ExtraGer.gf b/old-lib/resource/german/ExtraGer.gf similarity index 100% rename from next-lib/src/german/ExtraGer.gf rename to old-lib/resource/german/ExtraGer.gf diff --git a/next-lib/src/german/ExtraGerAbs.gf b/old-lib/resource/german/ExtraGerAbs.gf similarity index 100% rename from next-lib/src/german/ExtraGerAbs.gf rename to old-lib/resource/german/ExtraGerAbs.gf diff --git a/next-lib/src/german/GrammarGer.gf b/old-lib/resource/german/GrammarGer.gf similarity index 85% rename from next-lib/src/german/GrammarGer.gf rename to old-lib/resource/german/GrammarGer.gf index 2df4bf203..7f43b7b11 100644 --- a/next-lib/src/german/GrammarGer.gf +++ b/old-lib/resource/german/GrammarGer.gf @@ -11,7 +11,7 @@ concrete GrammarGer of Grammar = RelativeGer, ConjunctionGer, PhraseGer, - TextX - [Tense,TPres,TPast,TFut,TCond,TTAnt,Temp], + TextX - [Tense,TPres,TPast,TFut,TCond], IdiomGer, StructuralGer ** { diff --git a/next-lib/src/german/IdiomGer.gf b/old-lib/resource/german/IdiomGer.gf similarity index 100% rename from next-lib/src/german/IdiomGer.gf rename to old-lib/resource/german/IdiomGer.gf diff --git a/next-lib/src/german/IrregGer.gf b/old-lib/resource/german/IrregGer.gf similarity index 100% rename from next-lib/src/german/IrregGer.gf rename to old-lib/resource/german/IrregGer.gf diff --git a/next-lib/src/german/IrregGerAbs.gf b/old-lib/resource/german/IrregGerAbs.gf similarity index 100% rename from next-lib/src/german/IrregGerAbs.gf rename to old-lib/resource/german/IrregGerAbs.gf diff --git a/next-lib/src/german/LangGer.gf b/old-lib/resource/german/LangGer.gf similarity index 68% rename from next-lib/src/german/LangGer.gf rename to old-lib/resource/german/LangGer.gf index 260da090d..159baf51e 100644 --- a/next-lib/src/german/LangGer.gf +++ b/old-lib/resource/german/LangGer.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:prelude concrete LangGer of Lang = GrammarGer, @@ -6,5 +6,5 @@ concrete LangGer of Lang = ** { flags startcat = Phr ; unlexer = text ; lexer = text ; - +erasing = on ; } ; diff --git a/next-lib/src/german/LexiconGer.gf b/old-lib/resource/german/LexiconGer.gf similarity index 78% rename from next-lib/src/german/LexiconGer.gf rename to old-lib/resource/german/LexiconGer.gf index 61ab8dd32..f3aebb889 100644 --- a/next-lib/src/german/LexiconGer.gf +++ b/old-lib/resource/german/LexiconGer.gf @@ -10,10 +10,10 @@ flags lin add_V3 = dirV3 (prefixV "hinzu" (regV "fgen")) zu_Prep ; - airplane_N = mkN "Flugzeug" ; + airplane_N = regN "Flugzeug" ; already_Adv = mkAdv "schon" ; answer_V2S = mkV2S (regV "antworten") datPrep ; - apartment_N = mkN "Wohnung" ; + apartment_N = regN "Wohnung" ; apple_N = reg2N "Apfel" "pfel" masculine ; art_N = reg2N "Kunst" "Knste" feminine ; ask_V2Q = mkV2Q (regV "fragen") accPrep ; @@ -43,20 +43,20 @@ lin butter_N = reg2N "Butter" "Butter" feminine ; ---- infl buy_V2 = dirV2 (regV "kaufen") ; camera_N = reg2N "Kamera" "Kameras" feminine ; - cap_N = mkN "Mtze" ; - car_N = mkN "Wagen" ; - carpet_N = mkN "Teppich" ; - cat_N = mkN "Katze" ; + cap_N = regN "Mtze" ; + car_N = regN "Wagen" ; + carpet_N = regN "Teppich" ; + cat_N = regN "Katze" ; ceiling_N = reg2N "Dach" "Dcher" neuter ; chair_N = reg2N "Stuhl" "Sthle" masculine ; - cheese_N = mkN "Kse" "Kse" masculine ; + cheese_N = regN "Kse" ; child_N = reg2N "Kind" "Kinder" neuter ; - church_N = mkN "Kirche" ; + church_N = regN "Kirche" ; city_N = reg2N "Stadt" "Stdte" feminine ; clean_A = regA "rein" ; clever_A = mk3A "klug" "klger" "klgste" ; close_V2 = dirV2 (irregV "schlieen" "schliet" "schlo" "schlsse" "geschlossen") ; - coat_N = mkN "Jacke" ; + coat_N = regN "Jacke" ; cold_A = regA "kalt" ; come_V = seinV (mk6V "kommen" "kommt" "komm" "kam" "kme" "gekommen") ; computer_N = reg2N "Rechner" "Rechner" masculine ; @@ -64,31 +64,31 @@ lin cousin_N = reg2N "Vetter" "Vetter" masculine ; --- Kusine cow_N = reg2N "Kuh" "Khe" feminine ; die_V = seinV (irregV "sterben" "stirbt" "starb" "strbe" "gestorben") ; - distance_N3 = mkN3 (mkN "Entfernung") von_Prep zu_Prep ; + distance_N3 = mkN3 (regN "Entfernung") von_Prep zu_Prep ; dirty_A = regA "schmutzig" ; do_V2 = dirV2 (irregV "tun" "tut" "tat" "tte" "getan") ; doctor_N = reg2N "Arzt" "rzte" masculine ; - dog_N = mkN "Hund" ; + dog_N = regN "Hund" ; door_N = reg2N "Tr" "Tren" feminine ; drink_V2 = dirV2 (irregV "trinken" "trinkt" "trank" "trnke" "getrunken") ; easy_A2V = mkA2V (regA "leicht") (mkPrep "fr" accusative) ; eat_V2 = dirV2 (irregV "essen" "it" "a" "e" "gegessen") ; empty_A = regA "leer" ; ---- check infl - enemy_N = mkN "Feind" ; - factory_N = mkN "Fabrik" "Fabriken" feminine ; + enemy_N = regN "Feind" ; + factory_N = regN "Fabrik" ; father_N2 = mkN2 (reg2N "Vater" "Vter" masculine) von_Prep ; fear_VS = mkVS (regV "frchten") ; find_V2 = dirV2 (irregV "finden" "findet" "fand" "fnde" "gefunden") ; - fish_N = mkN "Fisch" ; + fish_N = regN "Fisch" ; floor_N = reg2N "Fuboden" "Fubden" masculine ; forget_V2 = dirV2 (irregV "vergessen" "vergit" "verga" "verge" "vergessen") ; fridge_N = reg2N "Khlschrank" "Khlschrnke" masculine ; - friend_N = mkN "Freund" ; + friend_N = regN "Freund" ; fruit_N = reg2N "Frucht" "Frchte" feminine ; fun_AV = mkAV (regA "toll") ; garden_N = reg2N "Garten" "Grten" masculine ; girl_N = reg2N "Mdchen" "Mdchen" neuter ; - glove_N = mkN "Handschuh" ; + glove_N = regN "Handschuh" ; gold_N = reg2N "Gold" "Golde" neuter ; ---- infl good_A = mk3A "gut" "besser" "beste" ; go_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; @@ -96,21 +96,21 @@ lin harbour_N = reg2N "Hafen" "Hfen" masculine ; hate_V2 = dirV2 (regV "hassen") ; hat_N = reg2N "Hut" "Hte" masculine ; + have_V2 = dirV2 IrregGer.haben_V ; hear_V2 = dirV2 (regV "hren") ; - hill_N = mkN "Hgel" ; + hill_N = regN "Hgel" ; hope_VS = mkVS (regV "hoffen") ; horse_N = reg2N "Pferd" "Pferde" neuter ; hot_A = regA "hei" ; house_N = reg2N "Haus" "Huser" neuter ; important_A = regA "wichtig" ; - industry_N = mkN "Industrie" ; + industry_N = regN "Industrie" ; iron_N = reg2N "Eisen" "Eisen" neuter ; jump_V = seinV (irregV "springen" "springt" "sprang" "sprnge" "gesprungen") ; - king_N = mkN "Knig" ; - know_V2 = dirV2 (irregV "kennen" "kennt" "kannte" "knnte" "gekannt") ; ---- infl - know_VS = mkVS (irregV "wissen" "wei" "wute" "wte" "gewut") ; ---- infl + king_N = regN "Knig" ; + know_V2 = dirV2 (irregV "wissen" "wei" "wute" "wte" "gewut") ; ---- infl lake_N = reg2N "See" "Seen" masculine ; --- infl - lamp_N = mkN "Lampe"; + lamp_N = regN "Lampe"; learn_V2 = dirV2 (regV "lernen") ; leather_N = reg2N "Leder" "Leder" neuter ; leave_V2 = dirV2 (irregV "verlassen" "verlt" "verlie" "verliee" "verlassen") ; @@ -119,19 +119,19 @@ lin live_V = regV "leben" ; long_A = mk3A "lang" "lnger" "lngste" ; lose_V2 = dirV2 (irregV "verlieren" "verliert" "verlor" "verlre" "verloren") ; - love_N = mkN "Liebe" ; + love_N = regN "Liebe" ; love_V2 = dirV2 (regV "lieben") ; man_N = reg2N "Mann" "Mnner" masculine ; married_A2 = mkA2 (regA "verheiratet") (mkPrep "mit" dative) ; meat_N = reg2N "Fleisch" "Fleische" neuter ; ---- infl milk_N = reg2N "Milch" "Milche" feminine ; ---- infl - moon_N = mkN "Mond" ; + moon_N = regN "Mond" ; mother_N2 = mkN2 (reg2N "Mutter" "Mtter" feminine) von_Prep ; - mountain_N = mkN "Berg" ; + mountain_N = regN "Berg" ; music_N = reg2N "Musik" "Musiken" feminine ; narrow_A = regA "schmal" ; new_A = regA "neu" ; - newspaper_N = mkN "Zeitung" ; + newspaper_N = regN "Zeitung" ; now_Adv = mkAdv "jetzt" ; number_N = reg2N "Zahl" "Zahlen" feminine ; oil_N = reg2N "l" "le" neuter ; @@ -141,12 +141,12 @@ lin paper_N = reg2N "Papier" "Papiere" neuter ; paris_PN = mkPN "Paris" "Paris" ; peace_N = mk6N "Friede" "Frieden" "Frieden" "Friedens" "Frieden" "Frieden" masculine ; - pen_N = mkN "Bleistift" ; ---- + pen_N = regN "Bleistift" ; ---- planet_N = reg2N "Planet" "Planeten" masculine ; plastic_N = reg2N "Plastik" "Plastiken" feminine ; ---- play_V2 = dirV2 (regV "spielen") ; policeman_N = reg2N "Polizist" "Polizisten" masculine ; - priest_N = mkN "Priester" ; + priest_N = regN "Priester" ; probable_AS = mkAS (regA "wahrscheinlich") ; put_V2 = dirV2 (regV "setzen") ; queen_N = reg2N "Knigin" "Kniginnen" feminine ; @@ -154,15 +154,15 @@ lin rain_V0 = mkV0 (regV "regnen") ; read_V2 = dirV2 (irregV "lesen" "liest" "las" "lse" "gelesen") ; red_A = regA "rot" ; - religion_N = mkN "Religion" ; + religion_N = regN "Religion" ; restaurant_N = reg2N "Restaurant" "Restaurants" neuter ; river_N = reg2N "Flu" "Flsse" masculine ; - rock_N = mkN "Stein" ; + rock_N = regN "Stein" ; roof_N = reg2N "Dach" "Dcher" neuter ; rubber_N = reg2N "Gummi" "Gummis" neuter ; run_V = seinV (irregV "laufen" "luft" "lief" "liefe" "gelaufen") ; say_VS = mkVS (regV "sagen") ; - school_N = mkN "Schule"; + school_N = regN "Schule"; science_N = reg2N "Wissenschaft" "Wissenschaften" feminine ; sea_N = reg2N "Meer" "Meere" neuter ; seek_V2 = dirV2 (regV "suchen") ; @@ -172,28 +172,28 @@ lin sheep_N = reg2N "Schaf" "Schafe" neuter ; ship_N = reg2N "Schiff" "Schiffe" neuter ; shirt_N = reg2N "Hemd" "Hemden" neuter ; ---- infl - shoe_N = mkN "Schuh" ; + shoe_N = regN "Schuh" ; shop_N = reg2N "Laden" "Lden" masculine ; short_A = mk3A "kurz" "krzer" "krzeste" ; silver_N = reg2N "Silber" "Silber" neuter ; ---- infl sister_N = reg2N "Schwester" "Schwestern" feminine ; sleep_V = irregV "schlafen" "schlft" "schlief" "schliefe" "geschlafen" ; small_A = regA "klein" ; - snake_N = mkN "Schlange" ; + snake_N = regN "Schlange" ; sock_N = reg2N "Strumpf" "Strmpfe" masculine ; song_N = reg2N "Lied" "Lieder" neuter ; speak_V2 = dirV2 (irregV "sprechen" "spricht" "sprach" "sprche" "gesprochen") ; - star_N = mkN "Sterne" ; - steel_N = mkN "Stahl" ; - stone_N = mkN "Stein" ; + star_N = regN "Sterne" ; + steel_N = regN "Stahl" ; + stone_N = regN "Stein" ; stop_V = seinV (irregV "halten" "hlt" "hielt" "hielte" "gehalten") ; - stove_N = mkN "Herd" ; + stove_N = regN "Herd" ; student_N = reg2N "Student" "Studenten" masculine ; stupid_A = mk3A "dumm" "dmmer" "dmmste" ; ---- - sun_N = mkN "Sonne" ; + sun_N = regN "Sonne" ; switch8off_V2 = dirV2 (prefixV "aus" (regV "schalten")) ; switch8on_V2 = dirV2 (prefixV "ein" (regV "schalten")) ; - table_N = mkN "Tisch" ; + table_N = regN "Tisch" ; talk_V3 = mkV3 (regV "reden") datPrep von_Prep ; teacher_N = reg2N "Lehrer" "Lehrer" masculine ; teach_V2 = dirV2 (no_geV (regV "unterrichten")) ; @@ -203,7 +203,7 @@ lin train_N = reg2N "Zug" "Zge" masculine ; travel_V = regV "reisen" ; tree_N = reg2N "Baum" "Bume" masculine ; - ---- trousers_N = mkN "trousers" ; ---- pl t ! + ---- trousers_N = regN "trousers" ; ---- pl t ! ugly_A = regA "hlich" ; understand_V2 = dirV2 (irregV "verstehen" "versteht" "verstand" "verstnde" "verstanden") ; @@ -212,12 +212,12 @@ lin wait_V2 = prepV2 (regV "warten") (mkPrep "auf" accusative) ; walk_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; warm_A = mk3A "warm" "wrmer" "wrmste" ; - war_N = mkN "Krieg" ; + war_N = regN "Krieg" ; watch_V2 = prepV2 (regV "schauen") (mkPrep "an" accusative) ; water_N = reg2N "Wasser" "Wasser" neuter ; white_A = regA "wei" ; window_N = reg2N "Fenster" "Fenster" neuter ; - wine_N = mkN "Wein" ; + wine_N = regN "Wein" ; win_V2 = dirV2 (irregV "gewinnen" "gewinnt" "gewann" "gewnne" "gewonnen") ; woman_N = reg2N "Frau" "Frauen" feminine ; wonder_VQ = mkVQ (reflV (regV "wundern") accusative) ; @@ -232,7 +232,7 @@ lin dry_A = regA "trocken" ; dull_A = regA "stumpf" ; full_A = regA "voll" ; - heavy_A = mkA "schwer" "schwere" "schwerer" "schwerste" ; + heavy_A = regA "schwer" ; near_A = mk3A "nahe" "nher" "nchste" ; rotten_A = regA "verdorben" ; round_A = regA "rund" ; @@ -242,68 +242,68 @@ lin wet_A = regA "na" ; wide_A = regA "breit" ; animal_N = reg2N "Tier" "Tiere" neuter ; - ashes_N = mkN "Asche" ; + ashes_N = regN "Asche" ; back_N = reg2N "Rcken" "Rcken" masculine ; - bark_N = mkN "Rinde" ; + bark_N = regN "Rinde" ; belly_N = reg2N "Bauch" "Buche" masculine ; - blood_N = mkN "Blut" "Blute" neuter ; + blood_N = regN "Blut" ; bone_N = reg2N "Knochen" "Knochen" masculine ; breast_N = reg2N "Brust" "Brste" feminine ; - cloud_N = mkN "Wolke" ; - day_N = mkN "Tag" ; + cloud_N = regN "Wolke" ; + day_N = regN "Tag" ; dust_N = reg2N "Staub" "Stube" masculine ; - ear_N = mkN "Ohr" "Ohren" neuter ; - earth_N = mkN "Erde" ; - egg_N = mkN "Ei" "Eier" neuter ; - eye_N = mkN "Auge" "Augen" neuter; - fat_N = mkN "Fett" "Fetter" neuter ; - feather_N = mkN "Feder" "Federn" feminine ; + ear_N = regN "Ohr" ; + earth_N = regN "Erde" ; + egg_N = regN "Ei" ; + eye_N = regN "Auge" ; + fat_N = regN "Fett" ; + feather_N = reg2N "Feder" "Federn" feminine ; fingernail_N = reg2N "Fingernagel" "Fingerngel" masculine ; - fire_N = mkN "Feuer" "Feuer" neuter ; - flower_N = mkN "Blume" ; - fog_N = mkN "Nebel" "Nebel" masculine ; + fire_N = regN "Feuer" ; + flower_N = regN "Blume" ; + fog_N = regN "Nebel" ; foot_N = reg2N "Fu" "Fe" masculine ; forest_N = reg2N "Wald" "Wlder" masculine ; - grass_N = mkN "Gras" "Grser" neuter ; - guts_N = mkN "Eingeweide" ; - hair_N = mkN "Haar" "Haare" neuter ; - hand_N = mkN "Hand" "Hnde" feminine ; - head_N = mkN "Kopf" "Kpfe" masculine ; - heart_N = mkN "Herz" "Herzen" neuter ; - horn_N = mkN "Horn" "Hrner" neuter ; - husband_N = mkN "Ehemann" "Ehemnner" masculine ; - ice_N = mkN "Eis" "Eise" neuter ; - knee_N = mkN "Knie" "Knien" neuter ; + grass_N = regN "Gras" ; + guts_N = regN "Eingeweide" ; + hair_N = regN "Haar" ; + hand_N = regN "Hand" ; + head_N = regN "Kopf" ; + heart_N = regN "Herz" ; + horn_N = regN "Horn" ; + husband_N = regN "Ehemann" ; + ice_N = regN "Eis" ; + knee_N = regN "Knie" ; leaf_N = reg2N "Blatt" "Bltter" neuter ; - leg_N = mkN "Bein" "Beine" neuter ; - liver_N = mkN "Leber" "Lebern" feminine ; + leg_N = regN "Bein" ; + liver_N = regN "Leber" ; louse_N = reg2N "Laus" "Luse" feminine ; - mouth_N = mkN "Mund" "Mnder" masculine ; - name_N = mkN "Name" "Namen" "Namen" "Namens" "Namen" "Namen" masculine ; - neck_N = mkN "Nacken" "Nacken" masculine ; + mouth_N = regN "Mund" ; + name_N = regN "Name" ; + neck_N = regN "Nacken" ; night_N = reg2N "Nacht" "Nchte" feminine ; - nose_N = mkN "Nase" ; - person_N = mkN "Person" "Personen" feminine ; - rain_N = mkN "Regen" ; - road_N = mkN "Strae" ; - root_N = mkN "Wurzel" "Wurzeln" feminine ; - rope_N = mkN "Seil" "Seile" neuter ; - salt_N = mkN "Salz" "Salze" neuter ; - sand_N = mkN "Sand" ; - seed_N = mkN "Same" ; - skin_N = mkN "Haut" "Hute" feminine ; - sky_N = mkN "Himmel" ; ---- pl - smoke_N = mkN "Rauch" ; - snow_N = mkN "Schnee" "Schneen" masculine ; ---- pl - stick_N = mkN "Stock" "Stcke" masculine ; - tail_N = mkN "Schwanz" "Schwnze" masculine ; - tongue_N = mkN "Zunge" ; - tooth_N = mkN "Zahn" "Zhne" masculine ; - wife_N = mkN "Ehefrau" "Ehefrauen" feminine ; - wind_N = mkN "Wind" ; + nose_N = regN "Nase" ; + person_N = regN "Person" ; + rain_N = regN "Regen" ; + road_N = regN "Strae" ; + root_N = regN "Wurzel" ; + rope_N = regN "Seil" ; + salt_N = regN "Salz" ; + sand_N = regN "Sand" ; + seed_N = regN "Same" ; + skin_N = regN "Haut" ; + sky_N = regN "Himmel" ; + smoke_N = regN "Rauch" ; + snow_N = regN "Schnee" ; + stick_N = regN "Stock" ; + tail_N = regN "Schwanz" ; + tongue_N = regN "Zunge" ; + tooth_N = regN "Zahn" ; + wife_N = regN "Ehefrau" ; + wind_N = regN "Wind" ; wing_N = reg2N "Flgel" "Flgel" masculine ; - worm_N = mkN "Wurm" "Wrmer" masculine ; - year_N = mkN "Jahr" "Jahre" neuter ; + worm_N = regN "Wurm" ; + year_N = regN "Jahr" ; blow_V = regV "blasen" ; breathe_V = regV "atmen" ; burn_V = regV "brennen" ; @@ -352,11 +352,11 @@ lin wipe_V2 = dirV2 (regV "wischen") ; grammar_N = reg2N "Grammatik" "Grammatiken" feminine ; - language_N = mkN "Sprache" ; + language_N = regN "Sprache" ; rule_N = reg2N "Regel" "Regeln" feminine ; john_PN = regPN "Johann" ; - question_N = mkN "Frage" ; + question_N = regN "Frage" ; ready_A = regA "fertig" ; reason_N = reg2N "Grund" "Grnde" masculine ; today_Adv = mkAdv "heute" ; diff --git a/next-lib/src/german/MorphoGer.gf b/old-lib/resource/german/MorphoGer.gf similarity index 95% rename from next-lib/src/german/MorphoGer.gf rename to old-lib/resource/german/MorphoGer.gf index c4c28fa1e..b24c23b6f 100644 --- a/next-lib/src/german/MorphoGer.gf +++ b/old-lib/resource/german/MorphoGer.gf @@ -23,8 +23,8 @@ oper name ** {a = agrP3 Sg} ; detLikeAdj : Number -> Str -> - {s,sp : Gender => Case => Str ; n : Number ; a : Adjf} = \n,dies -> - {s,sp = appAdj (regA dies) ! n ; n = n ; a = Weak} ; + {s : Gender => Case => Str ; n : Number ; a : Adjf} = \n,dies -> + {s = appAdj (regA dies) ! n ; n = n ; a = Weak} ; mkOrd : {s : Degree => AForm => Str} -> {s : AForm => Str} = \a -> {s = a.s ! Posit} ; diff --git a/next-lib/src/german/NounGer.gf b/old-lib/resource/german/NounGer.gf similarity index 74% rename from next-lib/src/german/NounGer.gf rename to old-lib/resource/german/NounGer.gf index a25167d72..b6e31d155 100644 --- a/next-lib/src/german/NounGer.gf +++ b/old-lib/resource/german/NounGer.gf @@ -10,7 +10,7 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { } ; DetNP det = { - s = \\c => det.sp ! Neutr ! c ; ---- genders + s = \\c => det.s ! Neutr ! c ; ---- genders a = agrP3 det.n ; isPron = False } ; @@ -23,9 +23,7 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { } ; PredetNP pred np = { - s = \\c0 => - let c = case pred.c of {NoCase => c0 ; PredCase k => k} in - pred.s ! np.a.n ! Masc ! c0 ++ np.s ! c ; ---- g + s = \\c => pred.s ! np.a.n ! Masc ! c ++ np.s ! c ; ---- g a = np.a } ; @@ -44,10 +42,8 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { n = num.n ; a = quant.a in { - s = \\g,c => quant.s ! num.isNum ! n ! g ! c ++ - num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; - sp = \\g,c => quant.sp ! n ! g ! c ++ - num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; + s = \\g,c => quant.s ! n ! g ! c ++ + num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; n = n ; a = a } ; @@ -57,16 +53,47 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { n = num.n ; a = quant.a in { - s = \\g,c => quant.s ! num.isNum ! n ! g ! c ++ num.s!g!c ; - sp = \\g,c => quant.sp ! n ! g ! c ++ num.s!g!c ; + s = \\g,c => quant.s ! n ! g ! c ++ num.s!g!c ; n = n ; a = a } ; + DetArtOrd quant num ord = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! num.isNum ! n ! g ! c ++ + num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; + n = n ; + a = a + } ; + + DetArtCard quant num = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! True ! n ! g ! c ++ + num.s!g!c ; + n = n ; + a = a + } ; + + DetArtPl det cn = { + s = \\c => det.s ! False ! Pl ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Pl ! c ; + a = agrP3 Pl ; + isPron = False + } ; + + DetArtSg det cn = { + s = \\c => det.s ! False ! Sg ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Sg ! c ; + a = agrP3 Sg ; + isPron = False + } ; PossPron p = { - s = \\_,n,g,c => p.s ! NPPoss (gennum g n) c ; - sp = \\n,g,c => p.s ! NPPoss (gennum g n) c ; + s = \\n,g,c => p.s ! NPPoss (gennum g n) c ; a = Strong --- need separately weak for Pl ? } ; @@ -87,7 +114,6 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { DefArt = { s = \\_,n,g,c => artDef ! gennum g n ! c ; - sp = \\n,g,c => artDef ! gennum g n ! c ; ---- deren, denem... a = Weak } ; @@ -99,10 +125,6 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { Pl => \\_,_ => [] } } ; - sp = table { - Sg => \\g,c => "ein" + pronEnding ! GSg g ! c ; - Pl => \\_ => caselist "einige" "einige" "einigen" "einiger" - } ; a = Strong } ; diff --git a/next-lib/src/german/NumeralGer.gf b/old-lib/resource/german/NumeralGer.gf similarity index 100% rename from next-lib/src/german/NumeralGer.gf rename to old-lib/resource/german/NumeralGer.gf diff --git a/next-lib/src/german/ParadigmsGer.gf b/old-lib/resource/german/ParadigmsGer.gf similarity index 95% rename from next-lib/src/german/ParadigmsGer.gf rename to old-lib/resource/german/ParadigmsGer.gf index 6fe99c6a5..446bbe07d 100644 --- a/next-lib/src/german/ParadigmsGer.gf +++ b/old-lib/resource/german/ParadigmsGer.gf @@ -127,15 +127,11 @@ mkN : overload { mkA : Str -> A ; --- Irregular adjectives need three forms - one for each degree. +-- In the worst case, adjectives need three forms - one for each degree. - mkA : (gut,besser,beste : Str) -> A ; + mkA : (gut,besser,beste : Str) -> A -- gut,besser,beste --- Sometimes an extra form is needed for positive forms. - - mkA : (gut,gute,besser,beste : Str) -> A - - } ; + }; -- Invariable adjective are a special case. @@ -219,18 +215,14 @@ mkV : overload { mkV2 : overload { --- Two-place regular verbs with direct object (accusative, transitive verbs). - - mkV2 : Str -> V2 ; - --- Two-place verbs with direct object. - - mkV2 : V -> V2 ; - -- Two-place verbs with a preposition. mkV2 : V -> Prep -> V2 ; +-- Two-place verbs with direct object (accusative, transitive verbs). + + mkV2 : V -> V2 ; + -- Two-place verbs with object in the given case. mkV2 : V -> Case -> V2 @@ -323,7 +315,7 @@ mkV2 : overload { mk6N hund hund hund hund hunde hunden g ; <_,_ + ("n" | "s"), Fem> => -- IX,X mk6N hund hund hund hund hunde hunde g ; - _ => {s = (regN hund).s ; g = g ; lock_N = <>} + _ => regN hund } ; mkN2 = overload { @@ -362,8 +354,6 @@ mkV2 : overload { _ => a } in MorphoGer.mkA a aa b (init c) ** {lock_A = <>} ; - mk4A : (gut,gute,besser,beste : Str) -> A = \a,aa,b,c -> - MorphoGer.mkA a aa b (init c) ** {lock_A = <>} ; regA : Str -> A = \a -> case a of { teu + "er" => mk3A a (teu + "rer") (teu + "reste") ; @@ -482,8 +472,7 @@ mkV2 : overload { mkA = overload { mkA : Str -> A = regA ; - mkA : (gut,besser,beste : Str) -> A = mk3A ; - mkA : (gut,gute,besser,beste : Str) -> A = mk4A + mkA : (gut,besser,beste : Str) -> A = mk3A }; @@ -509,10 +498,10 @@ mkV2 : overload { datV2 : V -> V2 ; mkV2 = overload { - mkV2 : Str -> V2 = \s -> dirV2 (regV s) ; - mkV2 : V -> V2 = dirV2 ; mkV2 : V -> Prep -> V2 = prepV2; + mkV2 : V -> V2 = dirV2 ; mkV2 : V -> Case -> V2 = \v,c -> prepV2 v (mkPrep [] c) - } ; + }; -} + +} ; diff --git a/next-lib/src/german/PhraseGer.gf b/old-lib/resource/german/PhraseGer.gf similarity index 100% rename from next-lib/src/german/PhraseGer.gf rename to old-lib/resource/german/PhraseGer.gf diff --git a/next-lib/src/german/QuestionGer.gf b/old-lib/resource/german/QuestionGer.gf similarity index 100% rename from next-lib/src/german/QuestionGer.gf rename to old-lib/resource/german/QuestionGer.gf diff --git a/next-lib/src/german/RelativeGer.gf b/old-lib/resource/german/RelativeGer.gf similarity index 100% rename from next-lib/src/german/RelativeGer.gf rename to old-lib/resource/german/RelativeGer.gf diff --git a/next-lib/src/german/ResGer.gf b/old-lib/resource/german/ResGer.gf similarity index 98% rename from next-lib/src/german/ResGer.gf rename to old-lib/resource/german/ResGer.gf index ea87cabbd..219749b6f 100644 --- a/next-lib/src/german/ResGer.gf +++ b/old-lib/resource/german/ResGer.gf @@ -38,10 +38,6 @@ resource ResGer = ParamX ** open Prelude in { param NPForm = NPCase Case | NPPoss GenNum Case ; --- Predeterminers sometimes require a case ("ausser mir"), sometimes not ("nur ich"). - - param PredetCase = NoCase | PredCase Case ; - --2 For $Adjective$ -- The predicative form of adjectives is not inflected further. @@ -144,11 +140,10 @@ resource ResGer = ParamX ** open Prelude in { vFin : Bool -> Mood -> Tense -> Agr -> VForm = \b,m,t,a -> case of { => VFin b (VPresInd a.n a.p) ; - => VFin b (VPresSubj a.n a.p) - ; --# notpresent + => VFin b (VPresSubj a.n a.p) ; => VFin b (VImpfInd a.n a.p) ; --# notpresent => VFin b (VImpfSubj a.n a.p) ; --# notpresent - _ => VInf False --# notpresent + _ => VInf False --- never used } ; conjAgr : Agr -> Agr -> Agr = \a,b -> { diff --git a/next-lib/src/german/SentenceGer.gf b/old-lib/resource/german/SentenceGer.gf similarity index 79% rename from next-lib/src/german/SentenceGer.gf rename to old-lib/resource/german/SentenceGer.gf index b79938b1c..9154c1445 100644 --- a/next-lib/src/german/SentenceGer.gf +++ b/old-lib/resource/german/SentenceGer.gf @@ -45,18 +45,18 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in { EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = useInfVP False vp} ; - UseCl t p cl = { - s = \\o => t.s ++ p.s ++ cl.s ! t.m ! t.t ! t.a ! p.p ! o + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o } ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.m ! t.t ! t.a ! p.p ! q + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! q } ; - UseRCl t p cl = { - s = \\r => t.s ++ p.s ++ cl.s ! t.m ! t.t ! t.a ! p.p ! r ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! r ; c = cl.c } ; - UseSlash t p cl = { - s = \\o => t.s ++ p.s ++ cl.s ! t.m ! t.t ! t.a ! p.p ! o ; + UseSlash t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o ; c2 = cl.c2 } ; diff --git a/next-lib/src/german/StructuralGer.gf b/old-lib/resource/german/StructuralGer.gf similarity index 75% rename from next-lib/src/german/StructuralGer.gf rename to old-lib/resource/german/StructuralGer.gf index a48a30143..6dfe9f6ea 100644 --- a/next-lib/src/german/StructuralGer.gf +++ b/old-lib/resource/german/StructuralGer.gf @@ -1,7 +1,6 @@ concrete StructuralGer of Structural = CatGer ** - open MorphoGer, MakeStructuralGer, (X = ConstructX), - (P = ParadigmsGer), IrregGer, Prelude in { + open MorphoGer, Prelude in { flags optimize=all ; @@ -9,7 +8,7 @@ concrete StructuralGer of Structural = CatGer ** above_Prep = mkPrep "ber" Dat ; after_Prep = mkPrep "nach" Dat ; - all_Predet = {s = appAdj (regA "all") ; c = NoCase} ; + all_Predet = {s = appAdj (regA "all")} ; almost_AdA, almost_AdN = ss "fast" ; although_Subj = ss "obwohl" ; always_AdV = ss "immer" ; @@ -49,10 +48,10 @@ concrete StructuralGer of Structural = CatGer ** i_Pron = mkPronPers "ich" "mich" "mir" "meiner" "mein" Masc Sg P1 ; in_Prep = mkPrep "in" Dat ; it_Pron = mkPronPers "es" "es" "ihm" "seiner" "sein" Neutr Sg P3 ; - less_CAdv = X.mkCAdv "weniger" "als" ; + less_CAdv = ss "weniger" ; many_Det = detLikeAdj Pl "viel" ; - more_CAdv = X.mkCAdv "mehr" "als" ; - most_Predet = {s = appAdj (regA "meist") ; c = NoCase} ; + more_CAdv = ss "mehr" ; + most_Predet = {s = appAdj (regA "meist")} ; much_Det = detLikeAdj Sg "viel" ; must_VV = auxVV (mkV @@ -61,7 +60,7 @@ concrete StructuralGer of Structural = CatGer ** "mte" "gemut" [] VHaben) ; --- one_Quant = DEPREC - only_Predet = {s = \\_,_,_ => "nur" ; c = NoCase} ; + only_Predet = {s = \\_,_,_ => "nur"} ; no_Utt = ss "nein" ; ---b no_Phr = ss "nein" ; on_Prep = mkPrep "auf" Dat ; @@ -76,15 +75,13 @@ concrete StructuralGer of Structural = CatGer ** somebody_NP = nameNounPhrase {s = caselist "jemand" "jemanden" "jemandem" "jemands"} ; somePl_Det = detLikeAdj Pl "einig" ; someSg_Det = { - s,sp = \\g,c => "ein" + pronEnding ! GSg g ! c ; ---- einer,eines + s = \\g,c => "ein" + pronEnding ! GSg g ! c ; n = Sg ; a = Strong } ; something_NP = nameNounPhrase {s = \\_ => "etwas"} ; somewhere_Adv = ss "irgendwo" ; - that_Quant = let - jener : Number => Gender => Case => Str = \\n => (detLikeAdj n "jen").s in - {s = \\_ => jener ; sp = jener ; a = Weak} ; + that_Quant = {s = \\n => (detLikeAdj n "jen").s ; a = Weak} ; ---b that_NP = nameNounPhrase {s = caselist "das" "das" "denem" "dessen"} ; ---- there_Adv = ss "da" ; there7to_Adv = ss "dahin" ; @@ -92,9 +89,7 @@ concrete StructuralGer of Structural = CatGer ** therefore_PConj = ss "deshalb" ; ---b these_NP = {s = caselist "diese" "diese" "diesen" "dieser" ; a = agrP3 Pl} ; they_Pron = mkPronPers "sie" "sie" "ihnen" "ihrer" "ihr" Fem Pl P3 ; - this_Quant = let - dieser : Number => Gender => Case => Str = \\n => (detLikeAdj n "dies").s in - {s = \\_ => dieser ; sp = dieser ; a = Weak} ; + this_Quant = {s = \\n => (detLikeAdj n "dies").s ; a = Weak} ; ---b this_NP = nameNounPhrase {s = caselist "dies" "dies" "diesem" "dieses"} ; ---- ---b those_NP = {s = caselist "jene" "jene" "jenen" "jener" ; a = agrP3 Pl} ; through_Prep = mkPrep "durch" Acc ; @@ -118,6 +113,8 @@ concrete StructuralGer of Structural = CatGer ** where_IAdv = ss "wo" ; which_IQuant = {s = \\n => (detLikeAdj n "welch").s} ; +---b whichPl_IDet = detLikeAdj Pl "welch" ; +---b whichSg_IDet = detLikeAdj Sg "welch" ; whoSg_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Sg} ; whoPl_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Pl} ; why_IAdv = ss "warum" ; @@ -127,25 +124,6 @@ concrete StructuralGer of Structural = CatGer ** youPl_Pron = mkPronPers "ihr" "euch" "euch" "eurer" "euer" Fem Pl P2 ; ---- poss youPol_Pron = mkPronPers "Sie" "Sie" "Ihnen" "Ihrer" "Ihr" Fem Pl P3 ; yes_Utt = ss "ja" ; - - not_Predet = {s = \\_,_,_ => "nicht" ; c = NoCase} ; - no_Quant = let - keiner : Number => Gender => Case => Str = table { - Sg => \\g,c => "kein" + pronEnding ! GSg g ! c ; - Pl => (detLikeAdj Pl "kein").s - } - in - {s = \\_ => keiner ; sp = keiner ; a = Strong} ; ---- sp - if_then_Conj = {s1 = "wenn" ; s2 = "dann" ; n = Sg ; lock_Conj = <>} ; - nobody_NP = - nameNounPhrase {s = caselist "niemand" "niemanden" "niemandem" "niemands"} ; - nothing_NP = - nameNounPhrase {s = \\_ => "nichts"} ; - at_least_AdN = ss "wenigstens" ; - at_most_AdN = ss "hchstens" ; - except_Prep = mkPrep "auer" Dat ; - - as_CAdv = X.mkCAdv "ebenso" "wie" ; - have_V2 = P.dirV2 IrregGer.haben_V ; +---b yes_Phr = ss "ja" ; } diff --git a/next-lib/src/german/VerbGer.gf b/old-lib/resource/german/VerbGer.gf similarity index 100% rename from next-lib/src/german/VerbGer.gf rename to old-lib/resource/german/VerbGer.gf diff --git a/old-lib/resource/gold-exx-resource.gftb b/old-lib/resource/gold-exx-resource.gftb new file mode 100644 index 000000000..bfeafeef3 --- /dev/null +++ b/old-lib/resource/gold-exx-resource.gftb @@ -0,0 +1,1720 @@ +Lang: PositA warm_A +LangDan: varm +LangEng: warm +LangFin: lämmin +LangFre: chaud +LangGer: warm +LangIna: calde +LangIta: caldo +LangNor: varm +LangSwe: varm + Lang: ComparA warm_A (UsePron i_Pron) +LangDan: varmere end jeg +LangEng: warmer than I +LangFin: minua lämpimämpi +LangFre: plus chaud que moi +LangGer: wärmer als ich +LangIna: plus calde que io +LangIta: più caldo che io +LangNor: varmere enn jeg +LangSwe: varmare än jag + Lang: ComplA2 married_A2 (UsePron she_Pron) +LangDan: gift med hende +LangEng: married to her +LangFin: hänen kanssa &+ nsa avioitunut +LangFre: marié à elle +LangGer: verheiratet mit ihr +LangIna: sponsate a la +LangIta: sposato a lei +LangNor: gift med henne +LangSwe: gift med henne + Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) +LangDan: gift med hendes +LangEng: married to hers +LangFin: hänen kanssa avioitunut +LangFre: marié aux siens +LangGer: verheiratet mit ihren +LangIna: sponsate a su +LangIta: sposato ai suoi +LangNor: gift med hennes +LangSwe: gift med hennes + Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) +LangDan: gift med hendes +LangEng: married to hers +LangFin: hänen kanssa avioitunut +LangFre: marié au sien +LangGer: verheiratet mit ihrem +LangIna: sponsate a su +LangIta: sposato al suo +LangNor: gift med hennes +LangSwe: gift med hennes + Lang: ReflA2 married_A2 +LangDan: gift med sig +LangEng: married to myself +LangFin: itsensä kanssa avioitunut +LangFre: marié à soi +LangGer: verheiratet mit sich +LangIna: sponsate a me +LangIta: sposato a se +LangNor: gift med seg +LangSwe: gift med sig + Lang: PositA (UseA2 married_A2) +LangDan: gift +LangEng: married +LangFin: avioitunut +LangFre: marié +LangGer: verheiratet +LangIna: sponsate +LangIta: sposato +LangNor: gift +LangSwe: gift + Lang: SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +LangDan: god at hun er her +LangEng: good that she is here +LangFin: hyvä että hän on täällä +LangFre: bon qu' elle est ici +LangGer: gut daß sie hier ist +LangIna: bon que illa es hic +LangIta: buono che è quì +LangNor: god at hun er her +LangSwe: god att hon är här + Lang: AdAP very_AdA (PositA warm_A) +LangDan: meget varm +LangEng: very warm +LangFin: erittäin lämmin +LangFre: très chaud +LangGer: sehr warm +LangIna: multo calde +LangIta: molto caldo +LangNor: mye varm +LangSwe: mycket varm + Lang: PositAdvAdj warm_A +LangDan: varmt +LangEng: warmly +LangFin: lämpimästi +LangFre: chaudement +LangGer: warm +LangIna: caldemente +LangIta: caldamente +LangNor: varmt +LangSwe: varmt + Lang: PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +LangDan: i huset +LangEng: in the house +LangFin: talossa +LangFre: dans la maison +LangGer: in dem Haus +LangIna: in le domo +LangIta: nella casa +LangNor: i huset +LangSwe: i huset + Lang: ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +LangDan: mer varmt end John +LangEng: more warmly than John +LangFin: enemmän lämpimästi kuin Jussi +LangFre: plus chaudement que Jean +LangGer: mehr warm als Johann +LangIna: plus caldemente que John +LangIta: più caldamente che Giovanni +LangNor: mer varmt enn John +LangSwe: mer varmt än Johan + Lang: ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +LangDan: mer varmt end han løber +LangEng: more warmly than he runs +LangFin: enemmän lämpimästi kuin hän juoksee +LangFre: plus chaudement qu' il ne coure +LangGer: mehr warm als er läuft +LangIna: plus caldemente que ille curre +LangIta: più caldamente che corra +LangNor: mer varmt enn han springer +LangSwe: mer varmt än han springer + Lang: SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +LangDan: når hun sover +LangEng: when she sleeps +LangFin: kun hän nukkuu +LangFre: quand elle dort +LangGer: wenn sie schläft +LangIna: quando illa dormi +LangIta: quando dorme +LangNor: når hun sover +LangSwe: när hon sover + Lang: AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +LangDan: mer end fem +LangEng: more than five +LangFin: enemmän kuin viisi +LangFre: plus que cinq +LangGer: mehr als fünf +LangIna: plus que cinque +LangIta: più che cinque +LangNor: mer enn fem +LangSwe: mer än fem + Lang: ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: han går og hun løber +LangEng: he walks and she runs +LangFin: hän kävelee ja hän juoksee +LangFre: il marche et elle court +LangGer: er geht und sie läuft +LangIna: ille ambula e illa curre +LangIta: cammina e corre +LangNor: han går og hun springer +LangSwe: han går och hon springer + Lang: ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +LangDan: kold og varm +LangEng: cold and warm +LangFin: kylmä ja lämmin +LangFre: froid et chaud +LangGer: kalt und warm +LangIna: frigide e calde +LangIta: freddo e caldo +LangNor: kald og varm +LangSwe: kall och varm + Lang: ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +LangDan: hun eller vi +LangEng: she or we +LangFin: hän tai me +LangFre: elle ou nous +LangGer: sie oder wir +LangIna: illa o nos +LangIta: lei o noi +LangNor: hun eller vi +LangSwe: hon eller vi + Lang: ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +LangDan: her eller der +LangEng: here or there +LangFin: täällä tai siellä +LangFre: ici ou là +LangGer: hier oder da +LangIna: hic o ibi +LangIta: quì o là +LangNor: her eller der +LangSwe: här eller där + Lang: ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: enten han går eller hun løber +LangEng: either he walks or she runs +LangFin: joko hän kävelee tai hän juoksee +LangFre: ou il marche ou elle court +LangGer: entweder er geht oder sie läuft +LangIna: o ille ambula o illa curre +LangIta: o cammina o corre +LangNor: enten han går eller hun springer +LangSwe: antingen han går eller hon springer + Lang: ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +LangDan: både varm og kold +LangEng: both warm and cold +LangFin: sekä lämmin että kylmä +LangFre: et chaud et froid +LangGer: sowohl warm als auch kalt +LangIna: e calde e frigide +LangIta: e caldo e freddo +LangNor: både varm og kald +LangSwe: både varm och kall + Lang: ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +LangDan: enten han eller hun +LangEng: either he or she +LangFin: joko hän tai hän +LangFre: ou lui ou elle +LangGer: entweder er oder sie +LangIna: o ille o illa +LangIta: o lui o lei +LangNor: enten han eller hun +LangSwe: antingen han eller hon + Lang: ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) +LangDan: både her og der +LangEng: both here and there +LangFin: sekä täällä että siellä +LangFre: et ici et là +LangGer: sowohl hier als auch da +LangIna: e hic e ibi +LangIta: e quì e là +LangNor: både her og der +LangSwe: både här och där + Lang: ImpersCl (UseComp (CompAP (PositA hot_A))) +LangDan: det er hedt +LangEng: it is hot +LangFin: on kuuma +LangFre: il est chaud +LangGer: es ist heiß +LangIna: il es calide +LangIta: è caldo +LangNor: det er heitt +LangSwe: det är hett + Lang: GenericCl (UseV sleep_V) +LangDan: man sover +LangEng: one sleeps +LangFin: nukutaan +LangFre: on dort +LangGer: man schläft +LangIna: on dormi +LangIta: si dorme +LangNor: man sover +LangSwe: man sover + Lang: CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +LangDan: det er jeg som gjorde det +LangEng: it is I who did it +LangFin: se on minä joka tein sen +LangFre: c' est moi qui le faisais +LangGer: es ist ich der es tat +LangIna: lo es me qui faceva lo +LangIta: è io che lo facevo +LangNor: det er jeg som gjorde det +LangSwe: det är jag som gjorde det + Lang: CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +LangDan: det er her hun sov +LangEng: it is here that she slept +LangFin: se on täällä kun hän nukkui +LangFre: c' est ici qu' elle dormait +LangGer: es ist hier daß sie schlief +LangIna: lo es hic que illa dormiva +LangIta: è quì che dormiva +LangNor: det er her hun sov +LangSwe: det är här hon sov + Lang: ExistNP (DetArtSg IndefArt (UseN house_N)) +LangDan: det findes et hus +LangEng: there is a house +LangFin: on olemassa talo +LangFre: il y a une maison +LangGer: es gibt ein Haus +LangIna: il ha un domo +LangIta: c' è una casa +LangNor: det finnes et hus +LangSwe: det finns ett hus + Lang: ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +LangDan: hvilke huse findes det +LangEng: which houses are there +LangFin: mitä taloja on olemassa +LangFre: quelles maisons il y a +LangGer: welche Häuser gibt es +LangIna: qual domos il ha +LangIta: quali case ci sono +LangNor: hvilke hus finnes det +LangSwe: vilka hus finns det + Lang: PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) +LangDan: jeg er ved å sove +LangEng: I am sleeping +LangFin: minä olen nukkumassa +LangFre: je suis en train de dormir +LangGer: ich schlafe eben +LangIna: io dormi +LangIta: sto dormendo +LangNor: jeg er ved å sove +LangSwe: jag håller på att sova + Lang: ImpPl1 (UseV go_V) +LangDan: lad os gå +LangEng: let's go +LangFin: mennään +LangFre: allons +LangGer: gehen wir +LangIna: que nos i +LangIta: andiamo +LangNor: lat oss gå +LangSwe: låt oss gå + Lang: DetArtSg DefArt (UseN man_N) +LangDan: manden +LangEng: the man +LangFin: mies +LangFre: l' homme +LangGer: der Mann +LangIna: le viro +LangIta: l' uomo +LangNor: mannen +LangSwe: mannen + Lang: UsePN john_PN +LangDan: John +LangEng: John +LangFin: Jussi +LangFre: Jean +LangGer: Johann +LangIna: John +LangIta: Giovanni +LangNor: John +LangSwe: Johan + Lang: UsePron he_Pron +LangDan: han +LangEng: he +LangFin: hän +LangFre: lui +LangGer: er +LangIna: ille +LangIta: lui +LangNor: han +LangSwe: han + Lang: PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +LangDan: kun manden +LangEng: only the man +LangFin: vain mies +LangFre: seulement l' homme +LangGer: nur der Mann +LangIna: unic le viro +LangIta: soltanto l' uomo +LangNor: kun mannen +LangSwe: bara mannen + Lang: PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +LangDan: manden set +LangEng: the man seen +LangFin: mies nähtynä +LangFre: l' homme vu +LangGer: der Mann gesehen +LangIna: le viro vidite +LangIta: l' uomo visto +LangNor: mannen sett +LangSwe: mannen sedd + Lang: AdvNP (UsePN paris_PN) today_Adv +LangDan: Paris idag +LangEng: Paris today +LangFin: Pariisi tänään +LangFre: Paris aujourd'hui +LangGer: Paris heute +LangIna: Paris hodie +LangIta: Parigi oggi +LangNor: Paris idag +LangSwe: Paris idag + Lang: RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +LangDan: Paris , som er her +LangEng: Paris , which is here +LangFin: Pariisi , joka on täällä +LangFre: Paris qui est ici +LangGer: Paris , das hier ist +LangIna: Paris , qui es hic +LangIta: Parigi che è quì +LangNor: Paris , som er her +LangSwe: Paris , som är här + Lang: DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +LangDan: disse fem +LangEng: these five +LangFin: nämä viisi +LangFre: ces cinq +LangGer: diese fünf +LangIna: istes cinque +LangIta: questi cinque +LangNor: disse fem +LangSwe: de här fem + Lang: DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +LangDan: disse fem bedste mænd +LangEng: these five best men +LangFin: nämä viisi parasta miestä +LangFre: ces cinq meilleurs hommes +LangGer: diese fünf besten Männer +LangIna: istes cinque optime viros +LangIta: questi cinque migliori uomini +LangNor: disse fem beste mennen +LangSwe: de här fem bästa männen + Lang: DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +LangDan: disse fem mænd +LangEng: these five men +LangFin: nämä viisi miestä +LangFre: ces cinq hommes +LangGer: diese fünf Männer +LangIna: istes cinque viros +LangIta: questi cinque uomini +LangNor: disse fem mennen +LangSwe: de här fem männen + Lang: DetCN (DetQuant this_Quant NumPl) (UseN man_N) +LangDan: disse mænd +LangEng: these men +LangFin: nämä miehet +LangFre: ces hommes +LangGer: diese Männer +LangIna: istes viros +LangIta: questi uomini +LangNor: disse mennen +LangSwe: de här männen + Lang: DetCN (DetQuant this_Quant NumSg) (UseN man_N) +LangDan: denne mand +LangEng: this man +LangFin: tämä mies +LangFre: cet homme +LangGer: dieser Mann +LangIna: iste viro +LangIta: questo uomo +LangNor: denne mannen +LangSwe: den här mannen + Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +LangDan: fem +LangEng: five +LangFin: viisi +LangFre: cinq +LangGer: fünf +LangIna: cinque +LangIta: cinque +LangNor: fem +LangSwe: fem + Lang: NumCard (NumDigits (IIDig D_5 (IDig D_1))) +LangDan: 5 1 +LangEng: 5 1 +LangFin: 5 1 +LangFre: 5 1 +LangGer: 5 1 +LangIna: 5 1 +LangIta: 5 1 +LangNor: 5 1 +LangSwe: 5 1 + Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +LangDan: et og halvtreds +LangEng: fifty - one +LangFin: viisi kymmentä yksi +LangFre: cinquante et un +LangGer: ein und fünfzig +LangIna: quinte - un +LangIta: cinquanta uno +LangNor: femti en +LangSwe: femtio en + Lang: NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +LangDan: næsten 5 1 +LangEng: almost 5 1 +LangFin: melkein 5 1 +LangFre: presque 5 1 +LangGer: fast 5 1 +LangIna: quasi 5 1 +LangIta: quasi 5 1 +LangNor: nesten 5 1 +LangSwe: nästan 5 1 + Lang: OrdDigits (IIDig D_5 (IDig D_1)) +LangDan: 5 1:e +LangEng: 5 1st +LangFin: 5 1. +LangFre: 5 1er +LangGer: 5 1e +LangIna: 5 1e +LangIta: 5 1:o +LangNor: 5 1:e +LangSwe: 5 1:a + Lang: OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +LangDan: et og halvtredsindstyvende +LangEng: fifty - first +LangFin: viides kymmenes yhdes +LangFre: cinquante et unième +LangGer: ein und fünfzigst +LangIna: quinte - dece +LangIta: cinquanta primo +LangNor: femti første +LangSwe: femtio första + Lang: OrdSuperl warm_A +LangDan: varmeste +LangEng: warmest +LangFin: lämpimin +LangFre: plus chaud +LangGer: wärmst +LangIna: le plus calde +LangIta: più caldo +LangNor: varmeste +LangSwe: varmaste + Lang: DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +LangDan: de fem bedste mændene +LangEng: the five best men +LangFin: viisi parhaimmat miestä +LangFre: les cinq meilleurs hommes +LangGer: die fünf besten Männer +LangIna: le cinque optime viros +LangIta: i cinque migliori uomini +LangNor: de fem beste mennen +LangSwe: de fem bästa männen + Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +LangDan: de fem mændene +LangEng: the five men +LangFin: viisi miestä +LangFre: les cinq hommes +LangGer: die fünf Männer +LangIna: le cinque viros +LangIta: i cinque uomini +LangNor: de fem mennen +LangSwe: de fem männen + Lang: DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +LangDan: en mand +LangEng: one man +LangFin: yksi mies +LangFre: un homme +LangGer: ein Mann +LangIna: un viro +LangIta: uno uomo +LangNor: en mann +LangSwe: en man + Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +LangDan: den en manden +LangEng: the one man +LangFin: yksi mies +LangFre: l' un homme +LangGer: der ein Mann +LangIna: le un viro +LangIta: l' uno uomo +LangNor: den en mannen +LangSwe: den en mannen + Lang: DetArtSg DefArt (UseN man_N) +LangDan: manden +LangEng: the man +LangFin: mies +LangFre: l' homme +LangGer: der Mann +LangIna: le viro +LangIta: l' uomo +LangNor: mannen +LangSwe: mannen + Lang: DetArtPl DefArt (UseN man_N) +LangDan: mændene +LangEng: the men +LangFin: miehet +LangFre: les hommes +LangGer: die Männer +LangIna: le viros +LangIta: gli uomini +LangNor: mennen +LangSwe: männen + Lang: MassNP (UseN beer_N) +LangDan: øl +LangEng: beer +LangFin: olut +LangFre: de la bière +LangGer: Bier +LangIna: bira +LangIta: della birra +LangNor: øl +LangSwe: öl + Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +LangDan: mit hus +LangEng: my house +LangFin: minun talo &+ ni +LangFre: ma maison +LangGer: mein Haus +LangIna: mi domo +LangIta: la mia casa +LangNor: mit hus +LangSwe: mitt hus + Lang: UseN house_N +LangDan: hus +LangEng: house +LangFin: talo +LangFre: maison +LangGer: Haus +LangIna: domo +LangIta: casa +LangNor: hus +LangSwe: hus + Lang: ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +LangDan: moder til kongen +LangEng: mother of the king +LangFin: kuninkaan äiti +LangFre: mère du roi +LangGer: Mutter von dem König +LangIna: matre del rege +LangIta: madre del ré +LangNor: mor til kongen +LangSwe: mor till kungen + Lang: ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +LangDan: afstand fra denne by til Paris +LangEng: distance from this city to Paris +LangFin: etäisyys tästä kaupungista Pariisiin +LangFre: distance de cette ville à Paris +LangGer: Entfernung von dieser Stadt zu Paris +LangIna: distantia de iste urbe a Paris +LangIta: distanza di questa città a Parigi +LangNor: avstand fra denne byen til Paris +LangSwe: avstånd från den här staden till Paris + Lang: UseN2 mother_N2 +LangDan: moder +LangEng: mother +LangFin: äiti +LangFre: mère +LangGer: Mutter +LangIna: matre +LangIta: madre +LangNor: mor +LangSwe: mor + Lang: ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +LangDan: afstand fra denne by +LangEng: distance from this city +LangFin: etäisyys tästä kaupungista +LangFre: distance de cette ville +LangGer: Entfernung von dieser Stadt +LangIna: distantia de iste urbe +LangIta: distanza di questa città +LangNor: avstand fra denne byen +LangSwe: avstånd från den här staden + Lang: ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +LangDan: afstand til Paris +LangEng: distance to Paris +LangFin: etäisyys Pariisiin +LangFre: distance de Paris +LangGer: Entfernung zu Paris +LangIna: distantia a Paris +LangIta: distanza di Parigi +LangNor: avstand til Paris +LangSwe: avstånd till Paris + Lang: UseN2 (Use2N3 distance_N3) +LangDan: afstand +LangEng: distance +LangFin: etäisyys +LangFre: distance +LangGer: Entfernung +LangIna: distantia +LangIta: distanza +LangNor: avstand +LangSwe: avstånd + Lang: AdjCN (PositA big_A) (UseN house_N) +LangDan: stort hus +LangEng: big house +LangFin: suuri talo +LangFre: grande maison +LangGer: großes Haus +LangIna: domo magne +LangIta: grande casa +LangNor: stort hus +LangSwe: stort hus + Lang: RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +LangDan: hus som John købte +LangEng: house which John bought +LangFin: talo jonka Jussi osti +LangFre: maison que Jean achetait +LangGer: Haus das Johann kaufte +LangIna: domo que John comprva +LangIta: casa che Giovanni comprava +LangNor: hus som John kjøpte +LangSwe: hus som Johan köpte + Lang: AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +LangDan: hus på højen +LangEng: house on the hill +LangFin: talo kukkulalla +LangFre: maison sur la colline +LangGer: Haus auf dem Hügel +LangIna: domo super le monticulo +LangIta: casa sulla collina +LangNor: hus på haugen +LangSwe: hus på kullen + Lang: SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +LangDan: spørgsmål hver hun sover +LangEng: question where she sleeps +LangFin: kysymys missä hän nukkuu +LangFre: question où elle dort +LangGer: Frage wo sie schläft +LangIna: question ubi illa dormi +LangIta: domanda dove dorme +LangNor: spørsmål hver hun sover +LangSwe: fråga var hon sover + Lang: DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) +LangDan: byen Paris +LangEng: the city Paris +LangFin: kaupunki Pariisi +LangFre: la ville Paris +LangGer: die Stadt Paris +LangIna: le urbe Paris +LangIta: la città Parigi +LangNor: byen Paris +LangSwe: staden Paris + Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) +LangDan: min ven John +LangEng: my friend John +LangFin: minun ystävä &+ ni Jussi +LangFre: mon ami Jean +LangGer: mein Freund Johann +LangIna: mi amico John +LangIta: il mio amico Giovanni +LangNor: min venn John +LangSwe: min vän Johan + Lang: num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +LangDan: seks +LangEng: six +LangFin: kuusi +LangFre: six +LangGer: sechs +LangIna: sex +LangIta: sei +LangNor: seks +LangSwe: sex + Lang: num (pot2as3 (pot1as2 (pot0as1 pot01))) +LangDan: en +LangEng: one +LangFin: yksi +LangFre: un +LangGer: ein +LangIna: un +LangIta: uno +LangNor: en +LangSwe: en + Lang: num (pot2as3 (pot1as2 (pot1 n6))) +LangDan: tres +LangEng: sixty +LangFin: kuusi kymmentä +LangFre: soixante +LangGer: sechszig +LangIna: sexte +LangIta: sessanta +LangNor: seksti +LangSwe: sextio + Lang: num (pot2as3 (pot1as2 pot110)) +LangDan: ti +LangEng: ten +LangFin: kymmenen +LangFre: dix +LangGer: zehn +LangIna: dece +LangIta: dieci +LangNor: ti +LangSwe: tio + Lang: num (pot2as3 (pot1as2 pot111)) +LangDan: elleve +LangEng: eleven +LangFin: yksi toista +LangFre: onze +LangGer: elf +LangIna: dece-un +LangIta: undici +LangNor: elve +LangSwe: elva + Lang: num (pot2as3 (pot1as2 (pot1to19 n6))) +LangDan: seksten +LangEng: sixteen +LangFin: kuusi toista +LangFre: seize +LangGer: sechszehn +LangIna: dece - sex +LangIta: sessanta +LangNor: seksten +LangSwe: sexton + Lang: num (pot2as3 (pot1as2 (pot1 n6))) +LangDan: tres +LangEng: sixty +LangFin: kuusi kymmentä +LangFre: soixante +LangGer: sechszig +LangIna: sexte +LangIta: sessanta +LangNor: seksti +LangSwe: sextio + Lang: num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +LangDan: fem og tres +LangEng: sixty - five +LangFin: kuusi kymmentä viisi +LangFre: soixante - cinq +LangGer: fünf und sechszig +LangIna: sexte - cinque +LangIta: sessanta cinque +LangNor: seksti fem +LangSwe: sextio fem + Lang: num (pot2as3 (pot2 (pot0 n4))) +LangDan: fire hundrede +LangEng: four hundred +LangFin: neljä sataa +LangFre: quatre cents +LangGer: vier hundert +LangIna: quatro cento +LangIta: quattro cento +LangNor: fire hundre +LangSwe: fyra hundra + Lang: num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +LangDan: fire hundrede og syv og tres +LangEng: four hundred and sixty - seven +LangFin: neljä sataa kuusi kymmentä seitsemän +LangFre: quatre cent soixante - sept +LangGer: vier hundert sieben und sechszig +LangIna: quatro cento sexte - septe +LangIta: quattro cento sessanta sette +LangNor: fire hundre og seksti sju +LangSwe: fyra hundra sextio sju + Lang: num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +LangDan: fire hundrede og syv og tres tusind +LangEng: four hundred and sixty - seven thousand +LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta +LangFre: quatre cent soixante - sept mille +LangGer: vier hundert sieben und sechszig tausend +LangIna: quatro cento sexte - septe mille +LangIta: quattro cento sessanta sette mila +LangNor: fire hundre og seksti sju tusen +LangSwe: fyra hundra sextio sju tusen + Lang: num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +LangDan: fire hundrede og syv og tres tusind og ni og firs +LangEng: four hundred and sixty - seven thousand eighty - nine +LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta kahdeksan kymmentä yhdeksän +LangFre: quatre cent soixante - sept mille quatre-vingt - neuf +LangGer: vier hundert sieben und sechszig tausend neun und achzig +LangIna: quatro cento sexte - septe mille octave - novem +LangIta: quattro cento sessanta sette mila ottanta nove +LangNor: fire hundre og seksti sju tusen og åtti ni +LangSwe: fyra hundra sextio sju tusen åttio nio + Lang: IDig D_8 +LangDan: 8 +LangEng: 8 +LangFin: 8 +LangFre: 8 +LangGer: 8 +LangIna: 8 +LangIta: 8 +LangNor: 8 +LangSwe: 8 + Lang: IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) +LangDan: 8 0 0 1 7 8 9 +LangEng: 8 , 0 0 1 , 7 8 9 +LangFin: 8 0 0 1 7 8 9 +LangFre: 8 0 0 1 7 8 9 +LangGer: 8 0 0 1 7 8 9 +LangIna: 8 , 0 0 1 , 7 8 9 +LangIta: 8 0 0 1 7 8 9 +LangNor: 8 0 0 1 7 8 9 +LangSwe: 8 0 0 1 7 8 9 + Lang: PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +LangDan: men kom her , min ven +LangEng: but come here , my friend +LangFin: mutta tule täällä , minun ystävä &+ ni +LangFre: mais viens ici , mon ami +LangGer: aber komm hier , mein Freund +LangIna: sed veni hic , mi amico +LangIta: ma vieni quì , il mio amico +LangNor: men komm her , min venn +LangSwe: men kom här , min vän + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +LangDan: John går +LangEng: John walks +LangFin: Jussi kävelee +LangFre: Jean marche +LangGer: Johann geht +LangIna: John ambula +LangIta: Giovanni cammina +LangNor: John går +LangSwe: Johan går + Lang: UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +LangDan: er det godt +LangEng: is it good +LangFin: on &+ ko se hyvä +LangFre: il est bon +LangGer: ist es gut +LangIna: es illo bon +LangIta: è buono +LangNor: er det godt +LangSwe: är det gott + Lang: UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +LangDan: elsk ikke dig +LangEng: don't love yourself +LangFin: älä rakasta itseäsi +LangFre: ne t' aime pas +LangGer: liebe dich nicht +LangIna: non adora te +LangIta: non amar &+ ti +LangNor: elsk ikke deg +LangSwe: älska inte dig + Lang: UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +LangDan: elsk ikke jer +LangEng: don't love yourselves +LangFin: älkää rakastako itseänne +LangFre: ne vous aimez pas +LangGer: liebt euch nicht +LangIna: non adora vos +LangIta: non amate &+ vi +LangNor: elsk ikke jer +LangSwe: älska inte er + Lang: UttImpPol PNeg (ImpVP (UseV sleep_V)) +LangDan: sov ikke +LangEng: don't sleep +LangFin: älkää nukkuko +LangFre: ne dormez pas +LangGer: schlafen Sie nicht +LangIna: non dormi +LangIta: non dorma +LangNor: sov ikke +LangSwe: sov inte + Lang: UttIP whoPl_IP +LangDan: hvilke +LangEng: who +LangFin: ketkä +LangFre: qui +LangGer: wer +LangIna: qui +LangIta: chi +LangNor: hvilke +LangSwe: vilka + Lang: UttIP whoSg_IP +LangDan: hvem +LangEng: who +LangFin: kuka +LangFre: qui +LangGer: wer +LangIna: qui +LangIta: chi +LangNor: hvem +LangSwe: vem + Lang: UttIAdv why_IAdv +LangDan: hvorfor +LangEng: why +LangFin: miksi +LangFre: pourquoi +LangGer: warum +LangIna: proque +LangIta: perché +LangNor: hvorfor +LangSwe: varför + Lang: UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +LangDan: denne mand +LangEng: this man +LangFin: tämä mies +LangFre: cet homme +LangGer: dieser Mann +LangIna: iste viro +LangIta: questo uomo +LangNor: denne mannen +LangSwe: den här mannen + Lang: UttAdv here_Adv +LangDan: her +LangEng: here +LangFin: täällä +LangFre: ici +LangGer: hier +LangIna: hic +LangIta: quì +LangNor: her +LangSwe: här + Lang: UttVP (UseV sleep_V) +LangDan: at sove +LangEng: to sleep +LangFin: nukkua +LangFre: dormir +LangGer: schlafen +LangIna: dormir +LangIta: dormire +LangNor: å sove +LangSwe: att sova + Lang: VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) +LangDan: , min ven +LangEng: , my friend +LangFin: , minun ystävä &+ ni +LangFre: , mon ami +LangGer: , mein Freund +LangIna: , mi amico +LangIta: , il mio amico +LangNor: , min venn +LangSwe: , min vän + Lang: QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: går John +LangEng: does John walk +LangFin: kävelee &+ kö Jussi +LangFre: Jean marche +LangGer: geht Johann +LangIna: an John ambula +LangIta: Giovanni cammina +LangNor: går John +LangSwe: går Johan + Lang: QuestVP whoSg_IP (UseV walk_V) +LangDan: hvem går +LangEng: who walks +LangFin: kuka kävelee +LangFre: qui marche +LangGer: wer geht +LangIna: qui ambula +LangIta: chi cammina +LangNor: hvem går +LangSwe: vem går + Lang: QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +LangDan: hvem elsker John +LangEng: whom does John love +LangFin: kenä Jussi rakastaa +LangFre: qui aime Jean +LangGer: wen liebt Johann +LangIna: qui John adora +LangIta: chi ama Giovanni +LangNor: hvem elsker John +LangSwe: vem älskar Johan + Lang: QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: hvorfor går John +LangEng: why does John walk +LangFin: miksi Jussi kävelee +LangFre: pourquoi marche Jean +LangGer: warum geht Johann +LangIna: proque John ambula +LangIta: perché cammina Giovanni +LangNor: hvorfor går John +LangSwe: varför går Johan + Lang: QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +LangDan: hver er John +LangEng: where is John +LangFin: missä Jussi on +LangFre: où est Jean +LangGer: wo ist Johann +LangIna: ubi John es +LangIta: dove è Giovanni +LangNor: hver er John +LangSwe: var är Johan + Lang: IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +LangDan: hvilke fem sanger +LangEng: which five songs +LangFin: mitkä viisi laulua +LangFre: quelles cinq chansons +LangGer: welche fünf Lieder +LangIna: qual cinque cantos +LangIta: quali cinque canzoni +LangNor: hvilke fem sanger +LangSwe: vilka fem sånger + Lang: IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +LangDan: hvilke fem +LangEng: which five +LangFin: mitkä viisi +LangFre: quels cinq +LangGer: welche fünf +LangIna: qual cinque +LangIta: quali cinque +LangNor: hvilke fem +LangSwe: vilka fem + Lang: AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +LangDan: hvem i Paris +LangEng: who in Paris +LangFin: kuka Pariisissa +LangFre: qui dans Paris +LangGer: wer in Paris +LangIna: qui in Paris +LangIta: chi in Parigi +LangNor: hvem i Paris +LangSwe: vem i Paris + Lang: IdetIP (IdetQuant which_IQuant NumSg) +LangDan: hvilket +LangEng: which +LangFin: mikä +LangFre: quel +LangGer: welches +LangIna: quales +LangIta: quale +LangNor: hvilket +LangSwe: vilket + Lang: PrepIP with_Prep whoSg_IP +LangDan: med hvem +LangEng: with whom +LangFin: kenen kanssa +LangFre: avec qui +LangGer: mit wem +LangIna: con qui +LangIta: con chi +LangNor: med hvem +LangSwe: med vem + Lang: QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +LangDan: hver er det +LangEng: where is it +LangFin: missä se on +LangFre: où est il +LangGer: wo ist es +LangIna: ubi illo es +LangIta: dove è +LangNor: hver er det +LangSwe: var är det + Lang: QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) +LangDan: hvem er det +LangEng: who is it +LangFin: kuka se on +LangFre: qui est il +LangGer: wer ist es +LangIna: qui illo es +LangIta: chi è +LangNor: hvem er det +LangSwe: vem är det + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +LangDan: det findes en kvinde sådan at John elsker hende +LangEng: there is a woman such that John loves her +LangFin: on olemassa nainen siten että Jussi rakastaa häntä +LangFre: il y a une femme telle que Jean l' aime +LangGer: es gibt eine Frau derart daß Johann sie liebt +LangIna: il ha un femina tal que John adora la +LangIta: c' è una donna tale che Giovanni la ama +LangNor: det finnes ei kvinne sådan at John elsker henne +LangSwe: det finns en kvinna sådan att Johan älskar henne + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +LangDan: det findes en kvinde som elsker John +LangEng: there is a woman who loves John +LangFin: on olemassa nainen joka rakastaa Jussia +LangFre: il y a une femme qui aime Jean +LangGer: es gibt eine Frau die Johann liebt +LangIna: il ha un femina qui adora John +LangIta: c' è una donna che ama Giovanni +LangNor: det finnes ei kvinne som elsker John +LangSwe: det finns en kvinna som älskar Johan + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +LangDan: det findes en kvinde som John elsker +LangEng: there is a woman whom John loves +LangFin: on olemassa nainen jota Jussi rakastaa +LangFre: il y a une femme que Jean aime +LangGer: es gibt eine Frau die Johann liebt +LangIna: il ha un femina que John adora +LangIta: c' è una donna che Giovanni ama +LangNor: det finnes ei kvinne som John elsker +LangSwe: det finns en kvinna som Johan älskar + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +LangDan: det findes en kvinde moderen af hvilken John elsker +LangEng: there is a woman the mother of whom John loves +LangFin: on olemassa nainen jonka äitiä Jussi rakastaa +LangFre: il y a une femme la mère de laquelle Jean aime +LangGer: es gibt eine Frau die Mutter von der Johann liebt +LangIna: il ha un femina le matre cuje John adora +LangIta: c' è una donna la madre cui Giovanni ama +LangNor: det finnes ei kvinne moren av hvilken John elsker +LangSwe: det finns en kvinna modern av vilken Johan älskar + Lang: PredVP (UsePN john_PN) (UseV walk_V) +LangDan: John går +LangEng: John walks +LangFin: Jussi kävelee +LangFre: Jean marche +LangGer: Johann geht +LangIna: John ambula +LangIta: Giovanni cammina +LangNor: John går +LangSwe: Johan går + Lang: PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +LangDan: at hun går er godt +LangEng: that she goes is good +LangFin: että hän menee on hyvä +LangFre: qu' elle va est bon +LangGer: daß sie geht ist gut +LangIna: que illa i es bon +LangIta: che va è buono +LangNor: at hun går er godt +LangSwe: att hon går är gott + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +LangDan: pige som han ser +LangEng: girl whom he sees +LangFin: tyttö jonka hän näkee +LangFre: fille qu' il voit +LangGer: Mädchen das er sieht +LangIna: puera que ille vide +LangIta: ragazza che vede +LangNor: jente som han ser +LangSwe: flicka som han ser + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +LangDan: pige som han ser idag +LangEng: girl whom he sees today +LangFin: tyttö jonka hän näkee tänään +LangFre: fille qu' il voit aujourd'hui +LangGer: Mädchen das er sieht heute +LangIna: puera que ille vide hodie +LangIta: ragazza che vede oggi +LangNor: jente som han ser idag +LangSwe: flicka som han ser idag + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +LangDan: pige med hvilken han går +LangEng: girl with whom he walks +LangFin: tyttö jonka kanssa hän kävelee +LangFre: fille avec laquelle il marche +LangGer: Mädchen mit dem er geht +LangIna: puera con que ille ambula +LangIta: ragazza con cui cammina +LangNor: jente med hvilken han går +LangSwe: flicka med vilken han går + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +LangDan: pige som hun siger at han elsker +LangEng: girl whom she says that he loves +LangFin: tyttö jota hän sanoo että hän rakastaa +LangFre: fille qu' elle dit qu' il aime +LangGer: Mädchen das sie sagt daß er liebt +LangIna: puera que illa dice que ille adora +LangIta: ragazza che dice che ama +LangNor: jente som hun sier at han elsker +LangSwe: flicka som hon säger att han älskar + Lang: ImpVP (ReflVP (SlashV2a love_V2)) +LangDan: elsk dig +LangEng: love yourself +LangFin: rakasta itseäsi +LangFre: aimez - vous +LangGer: lieben Sie sich +LangIna: adora te +LangIta: ami &+ si +LangNor: elsk deg +LangSwe: älska dig + Lang: EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +LangDan: at hun går +LangEng: that she goes +LangFin: että hän menee +LangFre: qu' elle va +LangGer: daß sie geht +LangIna: que illa i +LangIta: che va +LangNor: at hun går +LangSwe: att hon går + Lang: EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +LangDan: hvem som går +LangEng: who goes +LangFin: kuka menee +LangFre: qui va +LangGer: wer geht +LangIna: qui i +LangIta: chi va +LangNor: hvem som går +LangSwe: vem som går + Lang: EmbedVP (UseV go_V) +LangDan: at gå +LangEng: to go +LangFin: mennä +LangFre: aller +LangGer: zu gehen +LangIna: ir +LangIta: andare +LangNor: å gå +LangSwe: att gå + Lang: UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: John ville ikke være gået +LangEng: John wouldn't have walked +LangFin: Jussi ei olisi kävellyt +LangFre: Jean n' aurait pas marché +LangGer: Johann würde nicht gegangen sein +LangIna: John non haberea ambulate +LangIta: Giovanni non avrebbe camminato +LangNor: John ville ikke være gått +LangSwe: Johan skulle inte ha gått + Lang: UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +LangDan: ville John ikke være gået +LangEng: wouldn't John have walked +LangFin: ei &+ kö Jussi olisi kävellyt +LangFre: Jean n' aurait pas marché +LangGer: würde Johann nicht gegangen sein +LangIna: an John non haberea ambulate +LangIta: Giovanni non avrebbe camminato +LangNor: ville John ikke være gått +LangSwe: skulle Johan inte ha gått + Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +LangDan: pige som ikke ville være gået +LangEng: girl who wouldn't have walked +LangFin: tyttö joka ei olisi kävellyt +LangFre: fille qui n' aurait pas marché +LangGer: Mädchen das nicht gegangen sein würde +LangIna: puera qui non haberea ambulate +LangIta: ragazza che non avrebbe camminato +LangNor: jente som ikke ville være gått +LangSwe: flicka som inte skulle ha gått + Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +LangDan: pige med hvilken jeg ikke ville være gået +LangEng: girl with whom I wouldn't have walked +LangFin: tyttö jonka kanssa minä en olisi kävellyt +LangFre: fille avec laquelle je n' aurais pas marché +LangGer: Mädchen mit dem ich nicht gegangen sein würde +LangIna: puera con que io non haberea ambulate +LangIta: ragazza con cui non avrei camminato +LangNor: jente med hvilken jeg ikke ville være gått +LangSwe: flicka med vilken jag inte skulle ha gått + Lang: RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) +LangDan: hun sover , hvilket er godt +LangEng: she sleeps , which is good +LangFin: hän nukkuu , mikä on hyvä +LangFre: elle dort , ce qui est bon +LangGer: sie schläft , das gut ist +LangIna: illa dormi , qui es bon +LangIta: dorme , ciò che è buono +LangNor: hun sover , hvilket er godt +LangSwe: hon sover , vilket är gott + Lang: TEmpty +LangDan: +LangEng: +LangFin: +LangFre: +LangGer: +LangIna: +LangIta: +LangNor: +LangSwe: + Lang: TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +LangDan: John går . +LangEng: John walks . +LangFin: Jussi kävelee . +LangFre: Jean marche . +LangGer: Johann geht . +LangIna: John ambula . +LangIta: Giovanni cammina . +LangNor: John går . +LangSwe: Johan går . + Lang: TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +LangDan: er de her ? +LangEng: are they here ? +LangFin: ovat &+ ko he täällä ? +LangFre: ils sont ici ? +LangGer: sind sie hier ? +LangIna: es illos hic ? +LangIta: sono quì ? +LangNor: er de her ? +LangSwe: är de här ? + Lang: TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty +LangDan: lad os gå ! +LangEng: let's go ! +LangFin: mennään ! +LangFre: allons ! +LangGer: gehen wir ! +LangIna: que nos i ! +LangIta: andiamo ! +LangNor: lat oss gå ! +LangSwe: låt oss gå ! + Lang: PredVP (UsePron i_Pron) (UseV sleep_V) +LangDan: jeg sover +LangEng: I sleep +LangFin: minä nukun +LangFre: je dors +LangGer: ich schlafe +LangIna: io dormi +LangIta: dormo +LangNor: jeg sover +LangSwe: jag sover + Lang: PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +LangDan: jeg vil løbe +LangEng: I want to run +LangFin: minä tahdon juosta +LangFre: je veux courir +LangGer: ich will laufen +LangIna: io wan currer +LangIta: voglio correre +LangNor: jeg vil springe +LangSwe: jag vill springa + Lang: PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: jeg siger at hun løber +LangEng: I say that she runs +LangFin: minä sanon että hän juoksee +LangFre: je dis qu' elle court +LangGer: ich sage daß sie läuft +LangIna: io dice que illa curre +LangIta: dico che corre +LangNor: jeg sier at hun springer +LangSwe: jag säger att hon springer + Lang: PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +LangDan: jeg undres hvem som løber +LangEng: I wonder who runs +LangFin: minä ihmettelen kuka juoksee +LangFre: je m' étonne qui court +LangGer: ich wundere mich wer läuft +LangIna: io demanda qui curre +LangIta: mi domando chi corre +LangNor: jeg undrer hvem som springer +LangSwe: jag undrar vem som springer + Lang: PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +LangDan: de bliver røde +LangEng: they become red +LangFin: he tulevat punaisiksi +LangFre: ils deviennent rouges +LangGer: sie werden rot +LangIna: illos deveni rubie +LangIta: diventano rossi +LangNor: de blir røde +LangSwe: de blir röda + Lang: PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +LangDan: jeg giver det til ham +LangEng: I give it to him +LangFin: minä annan sen hänelle +LangFre: je le lui donne +LangGer: ich gebe es ihm +LangIna: io da lo le +LangIta: glie lo do +LangNor: jeg gir det til ham +LangSwe: jag ger det till honom + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +LangDan: jeg beder hende at gå +LangEng: I beg her to go +LangFin: minä pyydän häntä menemään +LangFre: je la demande aller +LangGer: ich bitte sie zu gehen +LangIna: io roga la ir +LangIta: la prego andare +LangNor: jeg ber henne att gå +LangSwe: jag ber henne att gå + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +LangDan: jeg svarer til ham at det er godt +LangEng: I answer to him that it is good +LangFin: minä vastaan hänelle että se on hyvä +LangFre: je lui réponds qu' il est bon +LangGer: ich antworte ihm daß es gut ist +LangIna: io responde le que illo es bon +LangIta: gli rispondo che è buono +LangNor: jeg svarer til ham at det er godt +LangSwe: jag svarar till honom att det är gott + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +LangDan: jeg spørger ham hvem som kom +LangEng: I ask him who came +LangFin: minä kysyn häneltä kuka tuli +LangFre: je lui demande qui venait +LangGer: ich frage ihn wer kam +LangIna: io demanda le qui veniva +LangIta: gli chiedo chi veniva +LangNor: jeg spørr ham hvem som kom +LangSwe: jag frågar honom vem som kom + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +LangDan: jeg maler det rødt +LangEng: I paint it red +LangFin: minä maalaan sen punaiseksi +LangFre: je le peins en rouge +LangGer: ich male es rot +LangIna: io pinge lo in rubie +LangIta: lo pingo in rosso +LangNor: jeg maler det rødt +LangSwe: jag målar det rött + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +LangDan: bil som jeg vil købe +LangEng: car which I want to buy +LangFin: auto jonka minä tahdon ostaa +LangFre: voiture que je veux acheter +LangGer: Wagen den ich kaufen will +LangIna: automobile que io wan compra +LangIta: macchina che voglio comprare +LangNor: bil som jeg vil kjøpe +LangSwe: bil som jag vill köpa + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +LangDan: bil som de beder mig at købe +LangEng: car which they beg me to buy +LangFin: auto jonka he pyytävät minua ostamaan +LangFre: voiture qu' ils me demandent acheter +LangGer: Wagen den sie mich zu kaufen bitten +LangIna: automobile que illos roga me compra +LangIta: macchina che mi pregano comprare +LangNor: bil som de ber meg att kjøpe +LangSwe: bil som de ber mig att köpa + Lang: PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +LangDan: han elsker sig +LangEng: he loves himself +LangFin: hän rakastaa itseänsä +LangFre: il s' aime +LangGer: er liebt sich +LangIna: ille adora se +LangIta: si ama +LangNor: han elsker seg +LangSwe: han älskar sig + Lang: PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +LangDan: dette er varmt +LangEng: this is warm +LangFin: tämä on lämmin +LangFre: ceci est chaud +LangGer: dieses ist warm +LangIna: iste es calde +LangIta: questo è caldo +LangNor: dette er varmt +LangSwe: det här är varmt + Lang: PredVP (UsePron we_Pron) (PassV2 love_V2) +LangDan: vi bliver elskete +LangEng: we are loved +LangFin: meitä rakastetaan +LangFre: nous sommes aimés +LangGer: wir werden geliebt +LangIna: nos es adorate +LangIta: veniamo amati +LangNor: vi blir elska +LangSwe: vi blir älskade + Lang: PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +LangDan: vi sover her +LangEng: we sleep here +LangFin: me nukumme täällä +LangFre: nous dormons ici +LangGer: wir schlafen hier +LangIna: nos dormi hic +LangIta: dormiamo quì +LangNor: vi sover her +LangSwe: vi sover här + Lang: PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +LangDan: vi sover altid +LangEng: we always sleep +LangFin: me nukumme aina +LangFre: nous dormons toujours +LangGer: wir schlafen immer +LangIna: nos dormi sempre +LangIta: dormiamo sempre +LangNor: vi sover altid +LangSwe: vi sover alltid + Lang: PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +LangDan: vi er små +LangEng: we are small +LangFin: me olemme pieniä +LangFre: nous sommes petits +LangGer: wir sind klein +LangIna: nos es parve +LangIta: siamo piccoli +LangNor: vi er små +LangSwe: vi är små + Lang: PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +LangDan: jeg er en mand +LangEng: I am a man +LangFin: minä olen mies +LangFre: je suis un homme +LangGer: ich bin ein Mann +LangIna: io es un viro +LangIta: sono un uomo +LangNor: jeg er en mann +LangSwe: jag är en man + Lang: PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) +LangDan: jeg er her +LangEng: I am here +LangFin: minä olen täällä +LangFre: je suis ici +LangGer: ich bin hier +LangIna: io es hic +LangIta: sono quì +LangNor: jeg er her +LangSwe: jag är här + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +LangDan: bil som de beder mig at ville male rød +LangEng: car which they beg me to want to paint red +LangFin: auto jonka he pyytävät minua tahtomaan maalata punaiseksi +LangFre: voiture qu' ils me demandent vouloir peindre en rouge +LangGer: Wagen den sie rot mich zu wollen bitten malen +LangIna: automobile que illos roga me want pinger in rubie +LangIta: macchina che mi pregano volere pingere in rosso +LangNor: bil som de ber meg att ville male rød +LangSwe: bil som de ber mig att vilja måla röd + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +LangDan: lyt altid havet +LangEng: always listen to the sea +LangFin: kuuntele aina merta +LangFre: écoute toujours la mer +LangGer: höre dem Meer immer zu +LangIna: ascolta le mar sempre +LangIta: ascolta sempre il mare +LangNor: lytt altid sjøen +LangSwe: lyssna alltid på havet + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +LangDan: det findes kun to kvinder med hvilke jeg ville ville blive set i regnet +LangEng: there are only two women with whom I would want to be seen in the rain +LangFin: on olemassa vain kaksi naista joiden minut tahdottaisiin nähdä sateessa +LangFre: il y a seulement deux femmes avec lesquelles je voudrais être vu dans la pluie +LangGer: es gibt nur zwei Frauen mit denen ich in dem Regen gesehen werden wollen würde +LangIna: il ha unic duo feminas con que io wantea esser vidite in le pluvia +LangIta: ci sono soltanto due donne con cui vorrei venire visto nella pioggia +LangNor: det finnes kun to kvinner med hvilke jeg ville ville bli sett i regnet +LangSwe: det finns bara två kvinnor med vilka jag skulle vilja bli sedd i regnet + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +LangDan: mal jorden både mindre end solen og større end månen +LangEng: paint the earth both smaller than the sun and bigger than the moon +LangFin: maalaa maa sekä pienemmäksi kuin aurinko että suuremmaksi kuin kuu +LangFre: peins la terre en et plus petit que le soleil et plus grand que la lune +LangGer: male die Erde sowohl kleiner als die Sonne als auch größer als der Mond +LangIna: pinge in e plus parve que le sol e plus magne que le luna le terra +LangIta: pingi la terra in e più piccolo che il sole e più grande che la luna +LangNor: mal jorda både mindre enn sola og større enn månen +LangSwe: måla jorden både mindre än solen och större än månen + Lang: PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +LangDan: lad os håbe at enten fadren til babyen løber eller afstanden er lille +LangEng: let's hope that either the father of the baby runs or the distance is small +LangFin: toivotaan että joko vauvan isä juoksee tai etäisyys on pieni +LangFre: espérons qu' ou le père du bébé court ou la distance est petite +LangGer: hoffen wir daß entweder der Vater von dem Baby läuft oder die Entfernung klein ist +LangIna: que nos spera que o le patre del bebe curre o le distantia es parve +LangIta: speriamo che o il padre del bambino corre o la distanza è piccola +LangNor: lat oss håpe at enten faren til babyen springer eller avstanden er liten +LangSwe: låt oss hoppas att antingen fadern till bebisen springer eller avståndet är litet + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +LangDan: hver baby er enten en dreng eller en pige +LangEng: every baby is either a boy or a girl +LangFin: jokainen vauva on joko poika tai tyttö +LangFre: chaque bébé est ou un garçon ou une fille +LangGer: jedes Baby ist entweder ein Junge oder ein Mädchen +LangIna: tote bebe es o un puero o un puera +LangIta: ogni bambino è o un ragazzo o una ragazza +LangNor: hver baby er enten en gutt eller ei jente +LangSwe: varje bebis är antingen en pojke eller en flicka + Lang: PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +LangDan: enten herfra , der eller overalt +LangEng: either from here , there or everywhere +LangFin: joko täältä , siellä tai kaikkialla +LangFre: ou d'ici , là ou partout +LangGer: entweder hieraus , da oder überall +LangIna: o de ci , ibi o ubique +LangIta: o da quì , là o dappertutto +LangNor: enten herfra , der eller overalt +LangSwe: antingen härifrån , där eller överallt + Lang: PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +LangDan: at blive vidst +LangEng: to be known +LangFin: tiedetään +LangFre: être connue +LangGer: gewußt werden +LangIna: esser cognoscite +LangIta: venire conosciuta +LangNor: å bli visst +LangSwe: att bli visst + Lang: RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +LangDan: fugl som jeg vil male rød +LangEng: bird which I want to paint red +LangFin: lintu jonka minä tahdon maalata punaiseksi +LangFre: oiseau que je veux peindre en rouge +LangGer: Vogel den ich rot malen will +LangIna: ave que io wan pinger in rubie +LangIta: uccello che voglio pingere in rosso +LangNor: fugl som jeg vil male rød +LangSwe: fågel som jag vill måla röd + Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) +LangDan: villed købe det +LangEng: want to buy it +LangFin: tahdo ostaa se +LangFre: veux l' acheter +LangGer: woll es kaufen +LangIna: wan lo compra +LangIta: vuoi comprar &+ lo +LangNor: villed kjøpe det +LangSwe: vilj köpa det + Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) +LangDan: villed male det rødt +LangEng: want to paint it red +LangFin: tahdo maalata se punaiseksi +LangFre: veux le peindre en rouge +LangGer: woll es rot malen +LangIna: wan lo pinger in rubie +LangIta: vuoi pinger &+ lo in rosso +LangNor: villed male det rødt +LangSwe: vilj måla det rött + Lang: UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +LangDan: villed bede mig at købe det +LangEng: want to beg me to buy it +LangFin: tahdo pyytää minua ostamaan se +LangFre: veux me demander l' acheter +LangGer: woll mich bitten es zu kaufen +LangIna: wan me rogar lo compra +LangIta: vuoi pregar &+ mi comprar &+ lo +LangNor: villed be meg att kjøpe det +LangSwe: vilj be mig att köpa det + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +LangDan: frugterne sælger sig til vejen +LangEng: the fruits sell themselves to the road +LangFin: hedelmät myyvät itsensä tielle +LangFre: les fruits se vendent à la route +LangGer: die Früchte verkaufen sich der Straße +LangIna: le fructos vende se al via +LangIta: le frutte si vendono alla strada +LangNor: fruktene selger seg til veien +LangSwe: frukterna säljer sig till vägen + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +LangDan: jeg beder mig at leve +LangEng: I beg myself to live +LangFin: minä pyydän itseäni elämään +LangFre: je me demande vivre +LangGer: ich bitte mich zu leben +LangIna: io roga me vive +LangIta: mi prego vivere +LangNor: jeg ber meg att leve +LangSwe: jag ber mig att leva + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +LangDan: jeg svarer til mig at det må forstå sig +LangEng: I answer to myself that it must understand itself +LangFin: minä vastaan itselleni että täytyy ymmärtää itsensä +LangFre: je me réponds qu' il doit se comprendre +LangGer: ich antworte mir daß es sich verstehen muß +LangIna: io responde me que il debe se comprender +LangIta: mi rispondo che deve capir &+ si +LangNor: jeg svarer til meg at det må forstå seg +LangSwe: jag svarar till mig att det måste förstå sig + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +LangDan: spørg dig hvem som kom +LangEng: ask yourself who came +LangFin: kysy itseltäsi kuka tuli +LangFre: demande - toi qui venait +LangGer: frage dich wer kam +LangIna: demanda te qui veniva +LangIta: chiedi &+ ti chi veniva +LangNor: spørr deg hvem som kom +LangSwe: fråga dig vem som kom + Lang: PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc +LangDan: jeg malede mig smukkere end John +LangEng: I painted myself more beautiful than John +LangFin: minä maalasin itseni kauniimmaksi kuin Jussi +LangFre: je me peignais en plus joli que Jean +LangGer: ich malte mich schöner als Johann +LangIna: io pingeva me in plus belle que John +LangIta: mi pingevo in più bello che Giovanni +LangNor: jeg mala meg vakkerere enn John +LangSwe: jag målade mig vackrare än Johan + Lang: UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) +LangDan: denne grammatik taler tolv sprog +LangEng: this grammar speaks twelve languages +LangFin: tämä kielioppi puhuu kahta toista kieltä +LangFre: cette grammaire parle douze langues +LangGer: diese Grammatik spricht zwölf Sprachen +LangIna: iste grammatica parla dece - duo linguages +LangIta: questa grammatica parla venti lingue +LangNor: denne grammatikken snakker tolv språk +LangSwe: den här grammatiken talar tolv språk + Lang: UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) +LangDan: hun havde købt et rødt hus +LangEng: she had bought a red house +LangFin: hän oli ostanut punaisen talon +LangFre: elle avait acheté une maison rouge +LangGer: sie hatte ein rotes Haus gekauft +LangIna: illa habeva comprte un domo rubie +LangIta: aveva comprato una casa rossa +LangNor: hun hadde kjøpt et rødt hus +LangSwe: hon hade köpt ett rött hus diff --git a/old-lib/resource/hdeva.hs b/old-lib/resource/hdeva.hs new file mode 100644 index 000000000..7976c93f1 --- /dev/null +++ b/old-lib/resource/hdeva.hs @@ -0,0 +1,145 @@ +import System + +main = do + s <- getContents + let ofile = "devaout.html" + writeFile ofile "\n

    \n" + appendFile ofile $ udevap s + appendFile ofile "\n

    \n" + system ("open " ++ ofile) + +---main = interact udeva + +udevap :: String -> String +udevap = unlines . map (unwords . ("

    ":). map udevaWord . words) . lines + +udeva :: String -> String +udeva = unlines . map (unwords . map udevaWord . words) . lines + +udevaGF :: String -> String +udevaGF s = case s of + '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest + c :cs -> c : udevaGF cs + _ -> s + +udevaWord = encodeUTF8 . str2deva + +str2deva :: String -> String +str2deva s = map toEnum $ case chop s of + c:cs -> encodeInit c : map encode cs + _ -> [] + +chop s = case s of + ['-'] -> [s] + '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel + '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel + v:':':cs -> [v,':'] : chop cs + v:'.':cs -> [v,'.'] : chop cs + c:'a':cs -> [c] : chop cs + c :cs -> [c] : chop cs + _ -> [] + +encodeInit :: String -> Int +encodeInit s = case s of + '+':c -> encode c + '-':c -> encodeInit c + "a" -> 0x0905 + "a:" -> 0x0906 + "i" -> 0x0907 + "i:" -> 0x0908 + "u" -> 0x0909 + "u:" -> 0x090a + "r:" -> 0x090b + "e" -> 0x090f + "E" -> 0x0910 + "o" -> 0x0913 + "O" -> 0x0914 + _ -> encode s + +encode :: String -> Int +encode s = case s of + "k" -> 0x0915 + "K" -> 0x0916 + "g" -> 0x0917 + "G" -> 0x0918 + "N:" -> 0x0919 + + "c" -> 0x091a + "C" -> 0x091b + "j" -> 0x091c + "J" -> 0x091d + "n:" -> 0x091e + + "t." -> 0x091f + "T." -> 0x0920 + "d." -> 0x0921 + "D." -> 0x0922 + "n." -> 0x0923 + + "t" -> 0x0924 + "T" -> 0x0925 + "d" -> 0x0926 + "D" -> 0x0927 + "n" -> 0x0928 + + "p" -> 0x092a + "P" -> 0x092b + "b" -> 0x092c + "B" -> 0x092d + "m" -> 0x092e + + "y" -> 0x092f + "r" -> 0x0930 + "l" -> 0x0932 + "v" -> 0x0935 + + "S" -> 0x0936 + "s." -> 0x0937 + "s" -> 0x0938 + "h" -> 0x0939 + + "z" -> 0x095b + "R" -> 0x095c + + "a:" -> 0x093e + "i" -> 0x093f + "i:" -> 0x0940 + "u" -> 0x0941 + "u:" -> 0x0942 + "r:" -> 0x0943 + "e" -> 0x0947 + "E" -> 0x0948 + "o" -> 0x094b + "O" -> 0x094c + + "~" -> 0x0901 + "*" -> 0x0902 + + " " -> space + "\n" -> fromEnum '\n' + + '-':c -> encodeInit c + '+':c -> encode c + + _ -> 0x093e --- a: + + +space = fromEnum ' ' + + +encodeUTF8 :: String -> String +encodeUTF8 "" = "" +encodeUTF8 (c:cs) = + if c > '\x0000' && c < '\x0080' then + c : encodeUTF8 cs + else if c < toEnum 0x0800 then + let i = fromEnum c + in toEnum (0xc0 + i `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs + else + let i = fromEnum c + in toEnum (0xe0 + i `div` 0x1000) : + toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs diff --git a/next-lib/src/hindi/AdjectiveHin.gf b/old-lib/resource/hindi/AdjectiveHin.gf similarity index 100% rename from next-lib/src/hindi/AdjectiveHin.gf rename to old-lib/resource/hindi/AdjectiveHin.gf diff --git a/next-lib/src/hindi/AdverbHin.gf b/old-lib/resource/hindi/AdverbHin.gf similarity index 100% rename from next-lib/src/hindi/AdverbHin.gf rename to old-lib/resource/hindi/AdverbHin.gf diff --git a/next-lib/src/hindi/AllHin.gf b/old-lib/resource/hindi/AllHin.gf similarity index 100% rename from next-lib/src/hindi/AllHin.gf rename to old-lib/resource/hindi/AllHin.gf diff --git a/next-lib/src/hindi/AllHinAbs.gf b/old-lib/resource/hindi/AllHinAbs.gf similarity index 100% rename from next-lib/src/hindi/AllHinAbs.gf rename to old-lib/resource/hindi/AllHinAbs.gf diff --git a/next-lib/src/hindi/BackwardHin.gf b/old-lib/resource/hindi/BackwardHin.gf similarity index 100% rename from next-lib/src/hindi/BackwardHin.gf rename to old-lib/resource/hindi/BackwardHin.gf diff --git a/next-lib/src/hindi/CatHin.gf b/old-lib/resource/hindi/CatHin.gf similarity index 100% rename from next-lib/src/hindi/CatHin.gf rename to old-lib/resource/hindi/CatHin.gf diff --git a/next-lib/src/hindi/ConjunctionHin.gf b/old-lib/resource/hindi/ConjunctionHin.gf similarity index 100% rename from next-lib/src/hindi/ConjunctionHin.gf rename to old-lib/resource/hindi/ConjunctionHin.gf diff --git a/old-lib/resource/hindi/Deva.hs b/old-lib/resource/hindi/Deva.hs new file mode 100644 index 000000000..cfda1ca01 --- /dev/null +++ b/old-lib/resource/hindi/Deva.hs @@ -0,0 +1,131 @@ +main = interact udeva + +udeva :: String -> String +udeva = unlines . map (unwords . map udevaWord . words) . lines + +udevaGF :: String -> String +udevaGF s = case s of + '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest + c :cs -> c : udevaGF cs + _ -> s + +udevaWord = encodeUTF8 . str2deva + +str2deva :: String -> String +str2deva s = map toEnum $ case chop s of + c:cs -> encodeInit c : map encode cs + _ -> [] + +chop s = case s of + ['-'] -> [s] + '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel + '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel + v:':':cs -> [v,':'] : chop cs + v:'.':cs -> [v,'.'] : chop cs + c:'a':cs -> [c] : chop cs + c :cs -> [c] : chop cs + _ -> [] + +encodeInit :: String -> Int +encodeInit s = case s of + '+':c -> encode c + '-':c -> encodeInit c + "a" -> 0x0905 + "a:" -> 0x0906 + "i" -> 0x0907 + "i:" -> 0x0908 + "u" -> 0x0909 + "u:" -> 0x090a + "r:" -> 0x090b + "e" -> 0x090f + "E" -> 0x0910 + "o" -> 0x0913 + "O" -> 0x0914 + _ -> encode s + +encode :: String -> Int +encode s = case s of + "k" -> 0x0915 + "K" -> 0x0916 + "g" -> 0x0917 + "G" -> 0x0918 + "N:" -> 0x0919 + + "c" -> 0x091a + "C" -> 0x091b + "j" -> 0x091c + "J" -> 0x091d + "n:" -> 0x091e + + "t." -> 0x091f + "T." -> 0x0920 + "d." -> 0x0921 + "D." -> 0x0922 + "n." -> 0x0923 + + "t" -> 0x0924 + "T" -> 0x0925 + "d" -> 0x0926 + "D" -> 0x0927 + "n" -> 0x0928 + + "p" -> 0x092a + "P" -> 0x092b + "b" -> 0x092c + "B" -> 0x092d + "m" -> 0x092e + + "y" -> 0x092f + "r" -> 0x0930 + "l" -> 0x0932 + "v" -> 0x0935 + + "S" -> 0x0936 + "s." -> 0x0937 + "s" -> 0x0938 + "h" -> 0x0939 + + "R" -> 0x095c + + "a:" -> 0x093e + "i" -> 0x093f + "i:" -> 0x0940 + "u" -> 0x0941 + "u:" -> 0x0942 + "r:" -> 0x0943 + "e" -> 0x0947 + "E" -> 0x0948 + "o" -> 0x094b + "O" -> 0x094c + + "~" -> 0x0901 + "*" -> 0x0902 + + " " -> space + "\n" -> fromEnum '\n' + + '-':c -> encodeInit c + '+':c -> encode c + + _ -> 0x093e --- a: + + +space = fromEnum ' ' + + +encodeUTF8 :: String -> String +encodeUTF8 "" = "" +encodeUTF8 (c:cs) = + if c > '\x0000' && c < '\x0080' then + c : encodeUTF8 cs + else if c < toEnum 0x0800 then + let i = fromEnum c + in toEnum (0xc0 + i `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs + else + let i = fromEnum c + in toEnum (0xe0 + i `div` 0x1000) : + toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs diff --git a/next-lib/src/hindi/GrammarHin.gf b/old-lib/resource/hindi/GrammarHin.gf similarity index 100% rename from next-lib/src/hindi/GrammarHin.gf rename to old-lib/resource/hindi/GrammarHin.gf diff --git a/next-lib/src/hindi/IdiomHin.gf b/old-lib/resource/hindi/IdiomHin.gf similarity index 100% rename from next-lib/src/hindi/IdiomHin.gf rename to old-lib/resource/hindi/IdiomHin.gf diff --git a/next-lib/src/hindi/IrregHin.gf b/old-lib/resource/hindi/IrregHin.gf similarity index 100% rename from next-lib/src/hindi/IrregHin.gf rename to old-lib/resource/hindi/IrregHin.gf diff --git a/next-lib/src/hindi/LangHin.gf b/old-lib/resource/hindi/LangHin.gf similarity index 100% rename from next-lib/src/hindi/LangHin.gf rename to old-lib/resource/hindi/LangHin.gf diff --git a/next-lib/src/hindi/LexiconHin.gf b/old-lib/resource/hindi/LexiconHin.gf similarity index 100% rename from next-lib/src/hindi/LexiconHin.gf rename to old-lib/resource/hindi/LexiconHin.gf diff --git a/next-lib/src/hindi/MorphoHin.gf b/old-lib/resource/hindi/MorphoHin.gf similarity index 100% rename from next-lib/src/hindi/MorphoHin.gf rename to old-lib/resource/hindi/MorphoHin.gf diff --git a/next-lib/src/hindi/NounHin.gf b/old-lib/resource/hindi/NounHin.gf similarity index 91% rename from next-lib/src/hindi/NounHin.gf rename to old-lib/resource/hindi/NounHin.gf index 6db90c867..adf82689d 100644 --- a/next-lib/src/hindi/NounHin.gf +++ b/old-lib/resource/hindi/NounHin.gf @@ -73,8 +73,18 @@ concrete NounHin of Noun = CatHin ** open ResHin, Prelude in { -- n = card.n -- } ; - DefArt = {s = \\_,_,_ => []} ; - IndefArt = {s = \\_,_,_ => []} ; + DetArtSg art cn = { + s = \\c => art.s ++ toNP (cn.s ! Sg) c ; + a = agrP3 cn.g Sg + } ; + + DetArtPl art cn = { + s = \\c => art.s ++ toNP (cn.s ! Pl) c ; + a = agrP3 cn.g Pl + } ; + + DefArt = {s = []} ; + IndefArt = {s = []} ; -- MassNP cn = { -- s = cn.s ! Sg ; diff --git a/next-lib/src/hindi/NumeralHin.gf b/old-lib/resource/hindi/NumeralHin.gf similarity index 100% rename from next-lib/src/hindi/NumeralHin.gf rename to old-lib/resource/hindi/NumeralHin.gf diff --git a/next-lib/src/hindi/ParadigmsHin.gf b/old-lib/resource/hindi/ParadigmsHin.gf similarity index 100% rename from next-lib/src/hindi/ParadigmsHin.gf rename to old-lib/resource/hindi/ParadigmsHin.gf diff --git a/next-lib/src/hindi/PhraseHin.gf b/old-lib/resource/hindi/PhraseHin.gf similarity index 100% rename from next-lib/src/hindi/PhraseHin.gf rename to old-lib/resource/hindi/PhraseHin.gf diff --git a/next-lib/src/hindi/QuestionHin.gf b/old-lib/resource/hindi/QuestionHin.gf similarity index 100% rename from next-lib/src/hindi/QuestionHin.gf rename to old-lib/resource/hindi/QuestionHin.gf diff --git a/next-lib/src/hindi/RelativeHin.gf b/old-lib/resource/hindi/RelativeHin.gf similarity index 100% rename from next-lib/src/hindi/RelativeHin.gf rename to old-lib/resource/hindi/RelativeHin.gf diff --git a/next-lib/src/hindi/ResHin.gf b/old-lib/resource/hindi/ResHin.gf similarity index 100% rename from next-lib/src/hindi/ResHin.gf rename to old-lib/resource/hindi/ResHin.gf diff --git a/next-lib/src/hindi/SentenceHin.gf b/old-lib/resource/hindi/SentenceHin.gf similarity index 100% rename from next-lib/src/hindi/SentenceHin.gf rename to old-lib/resource/hindi/SentenceHin.gf diff --git a/next-lib/src/hindi/StructuralHin.gf b/old-lib/resource/hindi/StructuralHin.gf similarity index 100% rename from next-lib/src/hindi/StructuralHin.gf rename to old-lib/resource/hindi/StructuralHin.gf diff --git a/next-lib/src/hindi/VerbHin.gf b/old-lib/resource/hindi/VerbHin.gf similarity index 100% rename from next-lib/src/hindi/VerbHin.gf rename to old-lib/resource/hindi/VerbHin.gf diff --git a/old-lib/resource/hindi/utf8/MkLex.hs b/old-lib/resource/hindi/utf8/MkLex.hs new file mode 100644 index 000000000..248f6f875 --- /dev/null +++ b/old-lib/resource/hindi/utf8/MkLex.hs @@ -0,0 +1,19 @@ +main = interact (concat . map mkOne . zip [10001..] . lines) + +mkOne (i,line) = case line of + '<':cs -> case pos line of + "nuon" -> entry (show i) (word line) "N" + "brev" -> entry (show i) (word line) "V" + "evitcejda" -> entry (show i) (word line) "A" + _ -> "" + _ -> "" + +pos line = case reverse line of + '>':cs -> takeWhile (/='<') cs + _ -> "" + +word line = takeWhile (/='>') line + +entry i w c = + "fun w" ++ i ++ "_" ++ c ++ " : " ++ c ++ " ;\n" ++ + "lin w" ++ i ++ "_" ++ c ++ " = mk" ++ c ++ " \"" ++ w ++ "\" ;\n" diff --git a/old-lib/resource/hindi/utf8/ParadigmsHin.gf b/old-lib/resource/hindi/utf8/ParadigmsHin.gf new file mode 100644 index 000000000..f37974d7a --- /dev/null +++ b/old-lib/resource/hindi/utf8/ParadigmsHin.gf @@ -0,0 +1,551 @@ +--# -path=.:..:../../abstract:../../common +-- +----1 Hindi Lexical Paradigms + +resource ParadigmsHin = open + (Predef=Predef), + Prelude, + MorphoHin, + CatHin + in { + +--2 Parameters + +oper + masculine : Gender ; + feminine : Gender ; + + masculine = Masc ; feminine = Fem ; --i + + +--2 Nouns + + mkN = overload { + mkN : Str -> N + = \s -> regNoun s ** {lock_N = <>} ; + mkN : Str -> Gender -> N + = \s,g -> reggNoun s g ** {lock_N = <>} ; + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N + = \sd,so,sv,pd,po,pv,g -> mkNoun sd so sv pd po pv g ** {lock_N = <>} ; + } ; + +--2 Adjectives + + mkA = overload { + mkA : Str -> A + = \s -> regAdjective s ** {lock_A = <>} ; + mkA : (x1,_,x3 : Str) -> A + = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; + } ; + +--2 Verbs + + mkV = overload { + mkV : Str -> V + = \s -> regVerb s ** {lock_V = <>} ; + mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V + = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> + mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** + {lock_V = <>} ; + } ; + + + mkV2 = overload { + mkV2 : Str -> V2 + = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> V2 + = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> Str -> V2 + = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; + } ; + + +----3 Compound nouns +---- +---- A compound noun is an uninflected string attached to an inflected noun, +---- such as "baby boom", "chief executive officer". +-- +-- mkN : Str -> N -> N +-- } ; +-- +-- +----3 Relational nouns +---- +---- Relational nouns ("daughter of x") need a preposition. +-- +-- mkN2 : N -> Prep -> N2 ; +-- +---- The most common preposition is "of", and the following is a +---- shortcut for regular relational nouns with "of". +-- +-- regN2 : Str -> N2 ; +-- +---- Use the function $mkPrep$ or see the section on prepositions below to +---- form other prepositions. +---- +---- Three-place relational nouns ("the connection from x to y") need two prepositions. +-- +-- mkN3 : N -> Prep -> Prep -> N3 ; +-- +-- +-- +----3 Proper names and noun phrases +---- +---- Proper names, with a regular genitive, are formed from strings. +-- +-- mkPN : overload { +-- +-- mkPN : Str -> PN ; +-- +---- Sometimes a common noun can be reused as a proper name, e.g. "Bank" +-- +-- mkPN : N -> PN +-- } ; +-- +-- +----2 Adjectives +-- +-- mkA : overload { +-- +---- For regular adjectives, the adverbial and comparison forms are derived. This holds +---- even for cases with the variations "happy - happily - happier - happiest", +---- "free - freely - freer - freest", and "rude - rudest". +-- +-- mkA : (happy : Str) -> A ; +-- +---- However, the duplication of the final consonant cannot be predicted, +---- but a separate case is used to give the comparative +-- +-- mkA : (fat,fatter : Str) -> A ; +-- +---- As many as four forms may be needed. +-- +-- mkA : (good,better,best,well : Str) -> A +-- } ; +-- +---- To force comparison to be formed by "more - most", +---- the following function is used: +-- +-- compoundA : A -> A ; -- -/more/most ridiculous +-- +-- +-- +----3 Two-place adjectives +---- +---- Two-place adjectives need a preposition for their second argument. +-- +-- mkA2 : A -> Prep -> A2 ; +-- +-- +-- +----2 Adverbs +-- +---- Adverbs are not inflected. Most lexical ones have position +---- after the verb. Some can be preverbal (e.g. "always"). +-- +-- mkAdv : Str -> Adv ; +-- mkAdV : Str -> AdV ; +-- +---- Adverbs modifying adjectives and sentences can also be formed. +-- +-- mkAdA : Str -> AdA ; +-- +----2 Prepositions +---- +---- A preposition as used for rection in the lexicon, as well as to +---- build $PP$s in the resource API, just requires a string. +-- +-- mkPrep : Str -> Prep ; +-- noPrep : Prep ; +-- +---- (These two functions are synonyms.) +-- +----2 Verbs +---- +-- +---- Verbs are constructed by the function $mkV$, which takes a varying +---- number of arguments. +-- +-- mkV : overload { +-- +---- The regular verb function recognizes the special cases where the last +---- character is "y" ("cry-cries" but "buy-buys") or a sibilant +---- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", +---- "fix - fixes"). +-- +-- mkV : (cry : Str) -> V ; +-- +---- Give the present and past forms for regular verbs where +---- the last letter is duplicated in some forms, +---- e.g. "rip - ripped - ripping". +-- +-- mkV : (stop, stopped : Str) -> V ; +-- +---- There is an extensive list of irregular verbs in the module $IrregularHin$. +---- In practice, it is enough to give three forms, +---- e.g. "drink - drank - drunk". +-- +-- mkV : (drink, drank, drunk : Str) -> V ; +-- +---- Irregular verbs with duplicated consonant in the present participle. +-- +-- mkV : (run, ran, run, running : Str) -> V ; +-- +---- Except for "be", the worst case needs five forms: the infinitive and +---- the third person singular present, the past indicative, and the +---- past and present participles. +-- +-- mkV : (go, goes, went, gone, going : Str) -> V +-- }; +-- +---- Verbs with a particle. +---- The particle, such as in "switch on", is given as a string. +-- +-- partV : V -> Str -> V ; +-- +---- Reflexive verbs. +---- By default, verbs are not reflexive; this function makes them that. +-- +-- reflV : V -> V ; +-- +----3 Two-place verbs +---- +---- Two-place verbs need a preposition, except the special case with direct object. +---- (transitive verbs). Notice that a particle comes from the $V$. +-- +-- mkV2 : overload { +-- mkV2 : V -> Prep -> V2 ; -- believe in +-- mkV2 : V -> V2 -- kill +-- }; +-- +----3 Three-place verbs +---- +---- Three-place (ditransitive) verbs need two prepositions, of which +---- the first one or both can be absent. +-- +-- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about +-- dirV3 : V -> Prep -> V3 ; -- give,_,to +-- dirdirV3 : V -> V3 ; -- give,_,_ +-- +----3 Other complement patterns +---- +---- Verbs and adjectives can take complements such as sentences, +---- questions, verb phrases, and adjectives. +-- +-- mkV0 : V -> V0 ; +-- mkVS : V -> VS ; +-- mkV2S : V -> Prep -> V2S ; +-- mkVV : V -> VV ; +-- mkV2V : V -> Prep -> Prep -> V2V ; +-- mkVA : V -> VA ; +-- mkV2A : V -> Prep -> V2A ; +-- mkVQ : V -> VQ ; +-- mkV2Q : V -> Prep -> V2Q ; +-- +-- mkAS : A -> AS ; +-- mkA2S : A -> Prep -> A2S ; +-- mkAV : A -> AV ; +-- mkA2V : A -> Prep -> A2V ; +-- +---- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. +---- $V0$ is just $V$; the second argument is treated as adverb. +-- +-- V0 : Type ; +-- AS, A2S, AV, A2V : Type ; +-- +----. +----2 Definitions of paradigms +---- +---- The definitions should not bother the user of the API. So they are +---- hidden from the document. +-- +-- Gender = MorphoHin.Gender ; +-- Number = MorphoHin.Number ; +-- Case = MorphoHin.Case ; +-- human = Masc ; +-- nonhuman = Neutr ; +-- masculine = Masc ; +-- feminine = Fem ; +-- singular = Sg ; +-- plural = Pl ; +-- nominative = Nom ; +-- genitive = Gen ; +-- +-- Preposition : Type = Str ; -- obsolete +-- +-- regN = \ray -> +-- let rays = add_s ray +-- in +-- mk2N ray rays ; +-- +-- +-- add_s : Str -> Str = \w -> case w of { +-- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo +-- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero +-- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy +-- x + "y" => x + "ies" ; -- fly +-- _ => w + "s" -- car +-- } ; +-- +-- mk2N = \man,men -> +-- let mens = case last men of { +-- "s" => men + "'" ; +-- _ => men + "'s" +-- } +-- in +-- mk4N man men (man + "'s") mens ; +-- +-- mk4N = \man,men,man's,men's -> +-- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; +-- +-- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; +-- +-- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; +-- +-- mkPN = overload { +-- mkPN : Str -> PN = regPN ; +-- mkPN : N -> PN = nounPN +-- } ; +-- +-- +-- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- regN2 n = mkN2 (regN n) (mkPrep "of") ; +-- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +----3 Relational common noun phrases +---- +---- In some cases, you may want to make a complex $CN$ into a +---- relational noun (e.g. "the old town hall of"). +-- +-- cnN2 : CN -> Prep -> N2 ; +-- cnN3 : CN -> Prep -> Prep -> N3 ; +-- +---- This is obsolete. +-- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +-- regPN n = regGenPN n human ; +-- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; +-- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; +-- +-- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; +-- regA a = regADeg a ** {lock_A = <>} ; +-- +-- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; +-- +-- ADeg = A ; ---- +-- +-- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; +-- +-- regADeg happy = +-- let +-- happ = init happy ; +-- y = last happy ; +-- happie = case y of { +-- "y" => happ + "ie" ; +-- "e" => happy ; +-- _ => happy + "e" +-- } ; +-- happily : Str = case happy of { +-- _ + "y" => happ + "ily" ; +-- _ + "ll" => happy + "y" ; +-- _ => happy + "ly" +-- } ; +-- in mkADeg happy (happie + "r") (happie + "st") happily ; +-- +-- duplADeg fat = +-- mkADeg fat +-- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; +-- +-- compoundADeg a = +-- let ad = (a.s ! AAdj Posit) +-- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; +-- +-- adegA a = a ; +-- +-- mkAdv x = ss x ** {lock_Adv = <>} ; +-- mkAdV x = ss x ** {lock_AdV = <>} ; +-- mkAdA x = ss x ** {lock_AdA = <>} ; +-- +-- mkPrep p = ss p ** {lock_Prep = <>} ; +-- noPrep = mkPrep [] ; +-- +-- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; +-- +-- regV cry = +-- let +-- cr = init cry ; +-- y = last cry ; +-- cries = (regN cry).s ! Pl ! Nom ; -- ! +-- crie = init cries ; +-- cried = case last crie of { +-- "e" => crie + "d" ; +-- _ => crie + "ed" +-- } ; +-- crying = case y of { +-- "e" => case last cr of { +-- "e" => cry + "ing" ; +-- _ => cr + "ing" +-- } ; +-- _ => cry + "ing" +-- } +-- in mk5V cry cries cried cried crying ; +-- +-- reg2V fit fitted = +-- let fitt = Predef.tk 2 fitted ; +-- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; +-- +-- regDuplV fit = +-- case last fit of { +-- ("a" | "e" | "i" | "o" | "u" | "y") => +-- Predef.error (["final duplication makes no sense for"] ++ fit) ; +-- t => +-- let fitt = fit + t in +-- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") +-- } ; +-- +-- irregV x y z = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; +-- +-- irreg4V x y z w = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; +-- +-- irregDuplV fit y z = +-- let +-- fitting = (regDuplV fit).s ! VPresPart +-- in +-- mk5V fit (fit + "s") y z fitting ; +-- +-- partV v p = verbPart v p ** {lock_V = <>} ; +-- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; +-- +-- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; +-- dirV2 v = prepV2 v noPrep ; +-- +-- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; +-- dirV3 v p = mkV3 v noPrep p ; +-- dirdirV3 v = dirV3 v noPrep ; +-- +-- mkVS v = v ** {lock_VS = <>} ; +-- mkVV v = { +-- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; +-- isAux = False ; lock_VV = <> +-- } ; +-- mkVQ v = v ** {lock_VQ = <>} ; +-- +-- V0 : Type = V ; +---- V2S, V2V, V2Q : Type = V2 ; +-- AS, A2S, AV : Type = A ; +-- A2V : Type = A2 ; +-- +-- mkV0 v = v ** {lock_V = <>} ; +-- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; +-- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; +-- mkVA v = v ** {lock_VA = <>} ; +-- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; +-- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; +-- +-- mkAS v = v ** {lock_A = <>} ; +-- mkA2S v p = mkA2 v p ** {lock_A = <>} ; +-- mkAV v = v ** {lock_A = <>} ; +-- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; +-- +-- +---- pre-overload API and overload definitions +-- +-- mk4N : (man,men,man's,men's : Str) -> N ; +-- regN : Str -> N ; +-- mk2N : (man,men : Str) -> N ; +-- genderN : Gender -> N -> N ; +-- compoundN : Str -> N -> N ; +-- +-- mkN = overload { +-- mkN : (man,men,man's,men's : Str) -> N = mk4N ; +-- mkN : Str -> N = regN ; +-- mkN : (man,men : Str) -> N = mk2N ; +-- mkN : Gender -> N -> N = genderN ; +-- mkN : Str -> N -> N = compoundN +-- } ; +-- +-- +-- mk2A : (free,freely : Str) -> A ; +-- regA : Str -> A ; +-- +-- mkA = overload { +-- mkA : Str -> A = regA ; +-- mkA : (fat,fatter : Str) -> A = \fat,fatter -> +-- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; +-- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> +-- mkAdjective a b c d ** {lock_A = <>} +-- } ; +-- +-- compoundA = compoundADeg ; +-- +-- +-- mk5V : (go, goes, went, gone, going : Str) -> V ; +-- regV : (cry : Str) -> V ; +-- reg2V : (stop, stopped : Str) -> V; +-- irregV : (drink, drank, drunk : Str) -> V ; +-- irreg4V : (run, ran, run, running : Str) -> V ; +-- +-- -- Use reg2V instead +-- regDuplV : Str -> V ; +-- -- Use irreg4V instead +-- irregDuplV : (get, got, gotten : Str) -> V ; +-- +-- mkV = overload { +-- mkV : (cry : Str) -> V = regV ; +-- mkV : (stop, stopped : Str) -> V = reg2V ; +-- mkV : (drink, drank, drunk : Str) -> V = irregV ; +-- mkV : (run, ran, run, running : Str) -> V = irreg4V ; +-- mkV : (go, goes, went, gone, going : Str) -> V = mk5V +-- }; +-- +-- prepV2 : V -> Prep -> V2 ; +-- dirV2 : V -> V2 ; +-- +-- mkV2 = overload { +-- mkV2 : V -> Prep -> V2 = prepV2; +-- mkV2 : V -> V2 = dirV2 +-- }; +-- +-- +------ obsolete +-- +---- Comparison adjectives may two more forms. +-- +-- ADeg : Type ; +-- +-- mkADeg : (good,better,best,well : Str) -> ADeg ; +-- +---- The regular pattern recognizes two common variations: +---- "-e" ("rude" - "ruder" - "rudest") and +---- "-y" ("happy - happier - happiest - happily") +-- +-- regADeg : Str -> ADeg ; -- long, longer, longest +-- +---- However, the duplication of the final consonant is nor predicted, +---- but a separate pattern is used: +-- +-- duplADeg : Str -> ADeg ; -- fat, fatter, fattest +-- +---- If comparison is formed by "more", "most", as in general for +---- long adjective, the following pattern is used: +-- +-- compoundADeg : A -> ADeg ; -- -/more/most ridiculous +-- +---- From a given $ADeg$, it is possible to get back to $A$. +-- +-- adegA : ADeg -> A ; +-- +-- +-- regPN : Str -> PN ; +-- regGenPN : Str -> Gender -> PN ; -- John, John's +-- +---- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". +-- +-- nounPN : N -> PN ; +-- +-- +-- +} diff --git a/next-lib/src/interlingua/AdjectiveIna.gf b/old-lib/resource/interlingua/AdjectiveIna.gf similarity index 82% rename from next-lib/src/interlingua/AdjectiveIna.gf rename to old-lib/resource/interlingua/AdjectiveIna.gf index 4b54a3cfe..02265a8b0 100644 --- a/next-lib/src/interlingua/AdjectiveIna.gf +++ b/old-lib/resource/interlingua/AdjectiveIna.gf @@ -35,10 +35,6 @@ concrete AdjectiveIna of Adjective = CatIna ** open ResIna, Prelude in { isPre = ap.isPre } ; - UseA2 a = { - s = \\_ => a.s ! AAdj Posit ; --- isPre = a.isPre -- TODO: support adjectives that can be optionally placed before. - isPre = False - } ; + UseA2 a = a ; } diff --git a/next-lib/src/interlingua/AdverbIna.gf b/old-lib/resource/interlingua/AdverbIna.gf similarity index 100% rename from next-lib/src/interlingua/AdverbIna.gf rename to old-lib/resource/interlingua/AdverbIna.gf diff --git a/next-lib/src/interlingua/AllIna.gf b/old-lib/resource/interlingua/AllIna.gf similarity index 100% rename from next-lib/src/interlingua/AllIna.gf rename to old-lib/resource/interlingua/AllIna.gf diff --git a/next-lib/src/interlingua/AllInaAbs.gf b/old-lib/resource/interlingua/AllInaAbs.gf similarity index 100% rename from next-lib/src/interlingua/AllInaAbs.gf rename to old-lib/resource/interlingua/AllInaAbs.gf diff --git a/next-lib/src/interlingua/CatIna.gf b/old-lib/resource/interlingua/CatIna.gf similarity index 94% rename from next-lib/src/interlingua/CatIna.gf rename to old-lib/resource/interlingua/CatIna.gf index 2a463890d..9dbaa5144 100644 --- a/next-lib/src/interlingua/CatIna.gf +++ b/old-lib/resource/interlingua/CatIna.gf @@ -27,7 +27,7 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in { -- Relative - RCl = {s : Bool => ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; + RCl = {s : ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; RP = {s : Case => Str; a : Agr} ; -- number for "tal que / tales que"; person for reflexives -- Verb @@ -50,6 +50,7 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in { Card = {s : Str; n : Number } ; Num = {s : Str; n : Number } ; Quant = {s : Number => Case => Str} ; + Art = {s : Number => Case => Str} ; -- Numeral diff --git a/next-lib/src/interlingua/ConjunctionIna.gf b/old-lib/resource/interlingua/ConjunctionIna.gf similarity index 100% rename from next-lib/src/interlingua/ConjunctionIna.gf rename to old-lib/resource/interlingua/ConjunctionIna.gf diff --git a/next-lib/src/interlingua/ExtraIna.gf b/old-lib/resource/interlingua/ExtraIna.gf similarity index 100% rename from next-lib/src/interlingua/ExtraIna.gf rename to old-lib/resource/interlingua/ExtraIna.gf diff --git a/next-lib/src/interlingua/GrammarIna.gf b/old-lib/resource/interlingua/GrammarIna.gf similarity index 100% rename from next-lib/src/interlingua/GrammarIna.gf rename to old-lib/resource/interlingua/GrammarIna.gf diff --git a/next-lib/src/interlingua/IdiomIna.gf b/old-lib/resource/interlingua/IdiomIna.gf similarity index 79% rename from next-lib/src/interlingua/IdiomIna.gf rename to old-lib/resource/interlingua/IdiomIna.gf index 62b9d4152..6aac72fc5 100644 --- a/next-lib/src/interlingua/IdiomIna.gf +++ b/old-lib/resource/interlingua/IdiomIna.gf @@ -9,26 +9,26 @@ concrete IdiomIna of Idiom = CatIna ** open Prelude, ResIna in { CleftNP np rs = mkClause "lo" Sp3 (insertObj [] Acc (mkInvarNP (rs.s ! Sp3)) (insertObj [] Acc np - (predV_ esserV))); + (predV esserV))); -- ??? number/case agreement CleftAdv ad s = mkClause "lo" Sp3 (insertObj [] Acc (mkInvarNP ("que" ++ s.s)) - (insertObj [] Acc (mkInvarNP (ad.s)) (predV_ esserV))) ; + (insertObj [] Acc (mkInvarNP (ad.s)) (predV esserV))) ; ExistNP np = - mkClause "il" Sp3 ((insertObj "" Acc np) (predV_ haberV)) ; + mkClause "il" Sp3 ((insertObj "" Acc np) (predV haberV)) ; -- Il ha colonias que non pote reclamar mesmo un tal origine. (sample text 3) - ExistIP ip = mkQuestion {s=ip.s ! Acc} (mkClause "il" Sp3 (predV_ haberV)) ; + ExistIP ip = mkQuestion {s=ip.s ! Acc} (mkClause "il" Sp3 (predV haberV)) ; -- Never seen the above, but we can deduce it exists, since it's -- merely an interrogative form of ExistNP. ProgrVP vp = vp; -- progressive tense is the same as present in Interlingua. -- (parag. 80+ of Grammatica de Interlingua) - ImpPl1 vp = {s = "que" ++ (mkClause "nos" {n = Pl ; p = P1} vp).s ! variants {True;False} ! Pres ! Simul ! Pos ! ODir}; + ImpPl1 vp = {s = "que" ++ (mkClause "nos" {n = Pl ; p = P1} vp).s ! Pres ! Simul ! Pos ! ODir}; } diff --git a/next-lib/src/interlingua/IrregIna.gf b/old-lib/resource/interlingua/IrregIna.gf similarity index 100% rename from next-lib/src/interlingua/IrregIna.gf rename to old-lib/resource/interlingua/IrregIna.gf diff --git a/next-lib/src/interlingua/IrregInaAbs.gf b/old-lib/resource/interlingua/IrregInaAbs.gf similarity index 100% rename from next-lib/src/interlingua/IrregInaAbs.gf rename to old-lib/resource/interlingua/IrregInaAbs.gf diff --git a/next-lib/src/interlingua/LangIna.gf b/old-lib/resource/interlingua/LangIna.gf similarity index 73% rename from next-lib/src/interlingua/LangIna.gf rename to old-lib/resource/interlingua/LangIna.gf index 58fe6e92c..9c4460100 100644 --- a/next-lib/src/interlingua/LangIna.gf +++ b/old-lib/resource/interlingua/LangIna.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../prelude +--# -path=.:../abstract:../common:prelude concrete LangIna of Lang = GrammarIna, diff --git a/next-lib/src/interlingua/LexiconIna.gf b/old-lib/resource/interlingua/LexiconIna.gf similarity index 99% rename from next-lib/src/interlingua/LexiconIna.gf rename to old-lib/resource/interlingua/LexiconIna.gf index 7876b69da..beba8fa64 100644 --- a/next-lib/src/interlingua/LexiconIna.gf +++ b/old-lib/resource/interlingua/LexiconIna.gf @@ -90,6 +90,7 @@ concrete LexiconIna of Lexicon = CatIna ** harbour_N = regN "porto" ; hate_V2 = dirV2 (regV "detestar0") ; hat_N = regN "cappello" ; + have_V2 = dirV2 (R.haberV ** {lock_V = <>}); hear_V2 = dirV2 (regV "audir"); hill_N = regN "monticulo" ; hope_VS = mkVS (regV "sperar") ; diff --git a/next-lib/src/interlingua/MorphoIna.gf b/old-lib/resource/interlingua/MorphoIna.gf similarity index 100% rename from next-lib/src/interlingua/MorphoIna.gf rename to old-lib/resource/interlingua/MorphoIna.gf diff --git a/next-lib/src/interlingua/NounIna.gf b/old-lib/resource/interlingua/NounIna.gf similarity index 84% rename from next-lib/src/interlingua/NounIna.gf rename to old-lib/resource/interlingua/NounIna.gf index a61bca010..e99aed813 100644 --- a/next-lib/src/interlingua/NounIna.gf +++ b/old-lib/resource/interlingua/NounIna.gf @@ -53,6 +53,28 @@ concrete NounIna of Noun = CatIna ** open ResIna, Prelude in { n = num.n } ; + DetArtOrd art num ord = { + s = \\c=>(art.s ! num.n !c) ++ num.s ++ ord.s ; + n = num.n + } ; + + DetArtCard art num = { + s = \\c=>(art.s ! num.n !c) ++ num.s ; + n = num.n + } ; + + DetArtSg art cn = { + s = \\c => art.s ! Sg ! c ++ cn.s ! Sg ; + a = agrP3 Sg ; + isPronoun = False + }; -- iste pizza + + DetArtPl art cn = { + s = \\c => art.s ! Pl ! c ++ cn.s ! Pl ; + a = agrP3 Pl ; + isPronoun = False + }; -- iste pizza + PossPron p = {s = \\_,c => casePrep [] c ++ p.possForm} ; NumPl = {s = []; n = Pl } ; diff --git a/next-lib/src/interlingua/NumeralIna.gf b/old-lib/resource/interlingua/NumeralIna.gf similarity index 100% rename from next-lib/src/interlingua/NumeralIna.gf rename to old-lib/resource/interlingua/NumeralIna.gf diff --git a/next-lib/src/interlingua/ParadigmsIna.gf b/old-lib/resource/interlingua/ParadigmsIna.gf similarity index 100% rename from next-lib/src/interlingua/ParadigmsIna.gf rename to old-lib/resource/interlingua/ParadigmsIna.gf diff --git a/next-lib/src/interlingua/PhraseIna.gf b/old-lib/resource/interlingua/PhraseIna.gf similarity index 100% rename from next-lib/src/interlingua/PhraseIna.gf rename to old-lib/resource/interlingua/PhraseIna.gf diff --git a/next-lib/src/interlingua/QuestionIna.gf b/old-lib/resource/interlingua/QuestionIna.gf similarity index 80% rename from next-lib/src/interlingua/QuestionIna.gf rename to old-lib/resource/interlingua/QuestionIna.gf index 59d578ee3..aadbaa090 100644 --- a/next-lib/src/interlingua/QuestionIna.gf +++ b/old-lib/resource/interlingua/QuestionIna.gf @@ -4,8 +4,8 @@ concrete QuestionIna of Question = CatIna ** open ResIna, Prelude in { lin QuestCl cl = { - s = \\use_irreg,t,a,p => - let cls = cl.s ! use_irreg ! t ! a ! p + s = \\t,a,p => + let cls = cl.s ! t ! a ! p in table { OQuest => cls ! OQuest ; ODir => "an" ++ cls ! ODir @@ -14,7 +14,7 @@ concrete QuestionIna of Question = CatIna ** open ResIna, Prelude in { QuestVP qp vp = let cl = mkClause (qp.s ! Nom) Sp3 vp - in {s = \\use_irreg,t,a,b,_ => cl.s ! use_irreg ! t ! a ! b ! ODir} ; + in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; QuestSlash ip slash = mkQuestion (ss (slash.p2 ++ ip.s ! slash.c2)) slash ; @@ -22,7 +22,7 @@ concrete QuestionIna of Question = CatIna ** open ResIna, Prelude in { QuestIAdv iadv cl = mkQuestion iadv cl ; QuestIComp icomp np = - mkQuestion icomp (mkClause (np.s ! Nom) np.a (predV_ esserV)) ; + mkQuestion icomp (mkClause (np.s ! Nom) np.a (predV esserV)) ; PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; diff --git a/next-lib/src/interlingua/RelativeIna.gf b/old-lib/resource/interlingua/RelativeIna.gf similarity index 82% rename from next-lib/src/interlingua/RelativeIna.gf rename to old-lib/resource/interlingua/RelativeIna.gf index be3be3150..ebdebcd13 100644 --- a/next-lib/src/interlingua/RelativeIna.gf +++ b/old-lib/resource/interlingua/RelativeIna.gf @@ -5,14 +5,14 @@ concrete RelativeIna of Relative = CatIna ** open ResIna in { lin RelCl cl = { - s = \\use_irreg,t,a,p,agr => + s = \\t,a,p,agr => (case agr.n of {Sg => "tal"; Pl => "tales"}) ++ - "que" ++ cl.s ! use_irreg ! t ! a ! p ! ODir ; + "que" ++ cl.s ! t ! a ! p ! ODir ; c = Nom } ; RelVP rp vp = { - s = \\use_irreg,t,a,p,agr => (mkClause (rp.s!Nom) agr vp).s ! use_irreg ! t ! a ! p ! ODir; + s = \\t,a,p,agr => (mkClause (rp.s!Nom) agr vp).s ! t ! a ! p ! ODir; c = Nom } ; -- !!! person agreement is probably bad here; see below. @@ -20,7 +20,7 @@ concrete RelativeIna of Relative = CatIna ** open ResIna in { ---- Pied piping: "a que tu invia flores" RelSlash rp slash = { - s = \\use_irreg,t,a,p,agr => slash.p2 ++ rp.s ! slash.c2 ++ slash.s ! use_irreg ! t ! a ! p ! ODir ; + s = \\t,a,p,agr => slash.p2 ++ rp.s ! slash.c2 ++ slash.s ! t ! a ! p ! ODir ; c = slash.c2; } ; -- !!! In the above The agreement feature of the RP does not match diff --git a/next-lib/src/interlingua/ResIna.gf b/old-lib/resource/interlingua/ResIna.gf similarity index 76% rename from next-lib/src/interlingua/ResIna.gf rename to old-lib/resource/interlingua/ResIna.gf index e464db6b4..c81324f0d 100644 --- a/next-lib/src/interlingua/ResIna.gf +++ b/old-lib/resource/interlingua/ResIna.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../prelude +--# -path=.:../abstract:../common:../../prelude --1 Interlingua auxiliary operations. @@ -115,9 +115,9 @@ resource ResIna = ParamX ** open Prelude in { s = table { VInf => crear; VPres => crea; - VPast => crea + "va"; --# notpresent - VFut => crear + "a"; --# notpresent - VCond => crear + "ea"; --# notpresent + VPast => crea + "va"; + VFut => crear + "a"; + VCond => crear + "ea"; VPPart => case crear of { rid + "er" => rid + "ite"; _ => crea + "te" @@ -128,45 +128,29 @@ resource ResIna = ParamX ** open Prelude in { }}}; -- + The 3 (optionally) irregular verbs. (we only need haberV in this module) - esserV : Bool => Verb = \\use_irreg => + esserV : Verb = let reg = mkVerb "esser" in {isRefl = False; - s = case use_irreg of { - True => table { - VPres => "es"; - VFut => "sera"; --# notpresent - VCond => "serea"; --# notpresent - VPast => "era"; --# notpresent - form => reg.s!form - }; - False => reg.s - } - }; + s = \\form=> case form of { + VPres => variants {"es"; "esse"}; + VFut => variants {"sera"; "essera"}; + VCond => variants {"serea"; "esserea"}; + VPast => variants {"era"; "esseva"}; + _ => reg.s!form}}; - haberV : Bool => Verb = \\use_irreg => + haberV : Verb = let reg = mkVerb "haber" in {isRefl = False; - s = case use_irreg of { - True => table { - VPres => "ha"; - form => reg.s!form - }; - False => reg.s - } - }; + s = \\form=> case form of { + VPres => variants {"ha"; "habe"}; + _ => reg.s!form}}; - vaderV : Bool => Verb = \\use_irreg => + vaderV : Verb = let reg = mkVerb "vader" in {isRefl = False; - s = case use_irreg of { - True => table { - VPres => "va"; - form => reg.s!form - }; - - False => reg.s - } - }; + s = \\form=> case form of { + VPres => variants {"va"; "vade"}; + _ => reg.s!form}}; mkIP : Str -> Number -> {s : Case => Str ; n : Number} = \qui,n -> {s = \\c=>casePrep [] c ++ qui; n = n}; @@ -212,7 +196,7 @@ resource ResIna = ParamX ** open Prelude in { -- Dependency on Agr is there only because of reflexive pronouns! VP : Type = { - s : Anteriority => Tense => Bool => {fin, inf : Str} ; + s : Anteriority => Tense => {fin, inf : Str} ; rest : Agr => Str; -- comes after the infinite part clitics : Agr => Str; -- can be placed just before the finite or right after the infinite prp : Str ; -- present participle (unused at the moment ???) @@ -229,20 +213,17 @@ resource ResIna = ParamX ** open Prelude in { s : Agr => Case => Str; }; - predV_ : (Bool => Verb) -> VP = \verb -> { + predV : Verb -> VP = \verb -> { clitics = \\_ => []; rest = \\_ => []; s = table - {Simul => \\t,use_irreg => {fin = (verb!use_irreg).s ! (tenseToVFrom!t); inf = []} - ; --# notpresent - Anter => \\t,use_irreg => {fin = (haberV!use_irreg).s ! (tenseToVFrom!t); inf = (verb!use_irreg).s!VPPart} --# notpresent + {Simul => \\t=> {fin = verb.s ! (tenseToVFrom!t); inf = []}; + Anter => \\t=> {fin = haberV.s ! (tenseToVFrom!t); inf = verb.s!VPPart} }; - prp = (verb!False).s ! VPresPart; - inf = (verb!False).s ! VInf; + prp = verb.s ! VPresPart; + inf = verb.s ! VInf; }; - - predV : Verb -> VP = \verb -> predV_ (\\_ => verb) ; - + tenseToVFrom = table { Pres => VPres ;Past => VPast; --# notpresent @@ -296,29 +277,28 @@ resource ResIna = ParamX ** open Prelude in { ---- For $Sentence$. -- - Clause = {s : Bool => Tense => Anteriority => Polarity => Order => Str} ; + Clause = {s : Tense => Anteriority => Polarity => Order => Str} ; mkClause : Str -> Agr -> VP -> Clause = \subj,agr,vp -> { - s = \\use_irreg,t,anter,b => - let v = vp.s!anter!t!use_irreg - in case use_irreg of { - True => table { - ODir => subj ++ posneg b ++ v.fin ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; - OQuest => posneg b ++ v.fin ++ subj ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr - } ; - False => table { - ODir => subj ++ posneg b ++ vp.clitics!agr ++ v.fin ++ v.inf ++ vp.rest!agr; - OQuest => posneg b ++ vp.clitics!agr ++ v.fin ++ subj ++ v.inf ++ vp.rest!agr - } - } + s = \\t,anter,b =>let v = vp.s!anter!t + in table { + ODir => variants { + subj ++ posneg b ++ v.fin ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; + subj ++ posneg b ++ vp.clitics!agr ++ v.fin ++ v.inf ++ vp.rest!agr + }; + OQuest => variants { + posneg b ++ v.fin ++ subj ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; + posneg b ++ vp.clitics!agr ++ v.fin ++ subj ++ v.inf ++ vp.rest!agr; + } + } }; mkQuestion : {s : Str} -> Clause -> Clause = \qu,cl -> - {s=\\use_irreg,t,a,p,o => qu.s ++ cl.s ! use_irreg ! t ! a ! p ! o}; + {s=\\t,a,p,o => qu.s ++ cl.s ! t ! a ! p ! o}; diff --git a/next-lib/src/interlingua/ResIna2.gf b/old-lib/resource/interlingua/ResIna2.gf similarity index 100% rename from next-lib/src/interlingua/ResIna2.gf rename to old-lib/resource/interlingua/ResIna2.gf diff --git a/next-lib/src/interlingua/SentenceIna.gf b/old-lib/resource/interlingua/SentenceIna.gf similarity index 58% rename from next-lib/src/interlingua/SentenceIna.gf rename to old-lib/resource/interlingua/SentenceIna.gf index cc0640811..908fde7df 100644 --- a/next-lib/src/interlingua/SentenceIna.gf +++ b/old-lib/resource/interlingua/SentenceIna.gf @@ -8,7 +8,7 @@ lin PredSCVP sc vp = mkClause sc.s Sp3 vp ; - ImpVP vp = {s = \\pol,n=> (mkClause [] {n = n; p = P2} vp).s!variants {True;False}!Pres!Simul!pol!ODir}; + ImpVP vp = {s = \\pol,n=> (mkClause [] {n = n; p = P2} vp).s!Pres!Simul!pol!ODir}; SlashVP np vp = mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2; p2 = vp.p2} ; @@ -18,7 +18,7 @@ lin {c2 = slash.c2; p2 = slash.p2} ; AdvSlash slash adv = { - s = \\use_irreg,t,a,b,o => slash.s ! use_irreg ! t ! a ! b ! o ++ adv.s ; + s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; c2 = slash.c2; p2 = slash.p2 } ; @@ -31,10 +31,10 @@ lin EmbedQS qs = {s = qs.s ! ODir} ; EmbedVP vp = {s = infVP vp} ; - UseCl t p cl = {s = t.s ++ p.s ++ cl.s ! variants {True;False} ! t.t ! t.a ! p.p ! ODir} ; - UseQCl t p cl = {s = \\o => t.s ++ p.s ++ cl.s ! variants {True;False} ! t.t ! t.a ! p.p ! o} ; - UseRCl t p cl = {s = \\agr => t.s ++ p.s ++ cl.s ! variants {True;False} ! t.t ! t.a ! p.p ! agr}; - UseSlash t p cl = {s = t.s ++ p.s ++ cl.s ! variants {True;False} ! t.t ! t.a ! p.p ! ODir; + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir} ; + UseQCl t a p cl = {s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o} ; + UseRCl t a p cl = {s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr}; + UseSlash t a p cl={s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir; c2 = cl.c2; p2 = cl.p2} ; diff --git a/next-lib/src/interlingua/StructuralIna.gf b/old-lib/resource/interlingua/StructuralIna.gf similarity index 96% rename from next-lib/src/interlingua/StructuralIna.gf rename to old-lib/resource/interlingua/StructuralIna.gf index 69acc0658..4e9c56451 100644 --- a/next-lib/src/interlingua/StructuralIna.gf +++ b/old-lib/resource/interlingua/StructuralIna.gf @@ -44,9 +44,9 @@ concrete StructuralIna of Structural = CatIna ** i_Pron = mkPron "io" "me" "mi" Sp1; in_Prep = pp "in" ; it_Pron = mkPron "illo" "lo" "su" Sp3; - less_CAdv = {s = "minus" ; p = "que"} ; + less_CAdv = ss "minus" ; many_Det = mkDeterminer Pl "multe" ; - more_CAdv = {s = "plus" ; p = "que"} ; + more_CAdv = ss "plus" ; most_Predet = ss ("le"++"plus"); much_Det = mkDeterminer Sg "tanto" ; must_VV = P.regV "deber"; @@ -104,7 +104,6 @@ concrete StructuralIna of Structural = CatIna ** youPl_Pron = mkPron "vos" "vos" "vostre" Pp2; youPol_Pron = mkPron "vos" "vos" "vostre" Pp2; - -- have_V2 = dirV2 (R.haberV ** {lock_V = <>}); oper mkQuant : Str -> Str -> {s : Number => Case => Str} = \x,y -> { diff --git a/next-lib/src/interlingua/VerbIna.gf b/old-lib/resource/interlingua/VerbIna.gf similarity index 93% rename from next-lib/src/interlingua/VerbIna.gf rename to old-lib/resource/interlingua/VerbIna.gf index bfbac787f..c41b1f55b 100644 --- a/next-lib/src/interlingua/VerbIna.gf +++ b/old-lib/resource/interlingua/VerbIna.gf @@ -39,7 +39,7 @@ concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in { ComplSlash vp np = insertObj vp.p2 vp.c2 np vp ; - UseComp comp = insertInvarObj (comp.s ! Sp3) (predV_ esserV) ; + UseComp comp = insertInvarObj (comp.s ! Sp3) (predV esserV) ; -- !!! as above SlashVV v vp = @@ -57,7 +57,7 @@ concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in { ReflVP vp = insertReflObj vp.p2 vp.c2 {isPronoun = True; s = \\agr,c => reflPron!agr} vp ; - PassV2 v = insertInvarObj (v.s ! VPPart) (predV_ esserV); + PassV2 v = insertInvarObj (v.s ! VPPart) (predV esserV); CompAP ap = ap ; CompNP np = {s = \\_ => np.s ! Acc} ; diff --git a/next-lib/src/italian/AdjectiveIta.gf b/old-lib/resource/italian/AdjectiveIta.gf similarity index 100% rename from next-lib/src/italian/AdjectiveIta.gf rename to old-lib/resource/italian/AdjectiveIta.gf diff --git a/next-lib/src/italian/AdverbIta.gf b/old-lib/resource/italian/AdverbIta.gf similarity index 100% rename from next-lib/src/italian/AdverbIta.gf rename to old-lib/resource/italian/AdverbIta.gf diff --git a/next-lib/src/italian/AllIta.gf b/old-lib/resource/italian/AllIta.gf similarity index 100% rename from next-lib/src/italian/AllIta.gf rename to old-lib/resource/italian/AllIta.gf diff --git a/next-lib/src/italian/AllItaAbs.gf b/old-lib/resource/italian/AllItaAbs.gf similarity index 100% rename from next-lib/src/italian/AllItaAbs.gf rename to old-lib/resource/italian/AllItaAbs.gf diff --git a/next-lib/src/italian/BeschIta.gf b/old-lib/resource/italian/BeschIta.gf similarity index 100% rename from next-lib/src/italian/BeschIta.gf rename to old-lib/resource/italian/BeschIta.gf diff --git a/old-lib/resource/italian/CatIta.gf b/old-lib/resource/italian/CatIta.gf new file mode 100644 index 000000000..9be8ca6de --- /dev/null +++ b/old-lib/resource/italian/CatIta.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatIta of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResIta) ; diff --git a/next-lib/src/italian/CompatibilityIta.gf b/old-lib/resource/italian/CompatibilityIta.gf similarity index 100% rename from next-lib/src/italian/CompatibilityIta.gf rename to old-lib/resource/italian/CompatibilityIta.gf diff --git a/next-lib/src/italian/ConjunctionIta.gf b/old-lib/resource/italian/ConjunctionIta.gf similarity index 100% rename from next-lib/src/italian/ConjunctionIta.gf rename to old-lib/resource/italian/ConjunctionIta.gf diff --git a/next-lib/src/italian/DiffIta.gf b/old-lib/resource/italian/DiffIta.gf similarity index 98% rename from next-lib/src/italian/DiffIta.gf rename to old-lib/resource/italian/DiffIta.gf index d6ab22238..7eef2109e 100644 --- a/next-lib/src/italian/DiffIta.gf +++ b/old-lib/resource/italian/DiffIta.gf @@ -112,7 +112,7 @@ instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelud let pe = case b of {True => P3 ; _ => p} ; agr = aag ** {p = pe} ; - clpr = ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; verb = case of { => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; _ => (vp.s ! VPImperat).fin ! agr diff --git a/next-lib/src/italian/ExtraIta.gf b/old-lib/resource/italian/ExtraIta.gf similarity index 100% rename from next-lib/src/italian/ExtraIta.gf rename to old-lib/resource/italian/ExtraIta.gf diff --git a/next-lib/src/italian/ExtraItaAbs.gf b/old-lib/resource/italian/ExtraItaAbs.gf similarity index 100% rename from next-lib/src/italian/ExtraItaAbs.gf rename to old-lib/resource/italian/ExtraItaAbs.gf diff --git a/next-lib/src/italian/ExtraRomanceIta.gf b/old-lib/resource/italian/ExtraRomanceIta.gf similarity index 100% rename from next-lib/src/italian/ExtraRomanceIta.gf rename to old-lib/resource/italian/ExtraRomanceIta.gf diff --git a/next-lib/src/italian/GrammarIta.gf b/old-lib/resource/italian/GrammarIta.gf similarity index 85% rename from next-lib/src/italian/GrammarIta.gf rename to old-lib/resource/italian/GrammarIta.gf index 905fe522b..326a06568 100644 --- a/next-lib/src/italian/GrammarIta.gf +++ b/old-lib/resource/italian/GrammarIta.gf @@ -11,7 +11,7 @@ concrete GrammarIta of Grammar = RelativeIta, ConjunctionIta, PhraseIta, - TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond], + TextX - [Tense,TPres,TPast,TFut,TCond], IdiomIta, StructuralIta diff --git a/next-lib/src/italian/IdiomIta.gf b/old-lib/resource/italian/IdiomIta.gf similarity index 81% rename from next-lib/src/italian/IdiomIta.gf rename to old-lib/resource/italian/IdiomIta.gf index bac30d741..2f1bb118d 100644 --- a/next-lib/src/italian/IdiomIta.gf +++ b/old-lib/resource/italian/IdiomIta.gf @@ -11,7 +11,7 @@ concrete IdiomIta of Idiom = CatIta ** CleftNP np rs = mkClause [] True (agrP3 Masc Sg) (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => (np.s ! rs.c).ton) (predV copula))) ; + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) (insertComplement (\\_ => conjThat ++ s.s ! Indic) @@ -19,15 +19,15 @@ concrete IdiomIta of Idiom = CatIta ** ExistNP np = mkClause [] True (agrP3 np.a.g np.a.n) - (insertClit3 (elision "ci" "c'" "ci") - (insertComplement (\\_ => (np.s ! Nom).ton) + (insertClit2 (elision "ci" "c'" "ci") + (insertComplement (\\_ => np.s ! Ton Nom) (predV copula))) ; ExistIP ip = { s = \\t,a,p,_ => ip.s ! Nom ++ (mkClause [] True (agrP3 ip.a.g ip.a.n) - (insertClit3 (elision "ci" "c'" "ci") + (insertClit2 (elision "ci" "c'" "ci") (predV copula))).s ! DDir ! t ! a ! p ! Indic } ; @@ -36,7 +36,7 @@ concrete IdiomIta of Idiom = CatIta ** insertComplement (\\agr => let - clpr = <[],[],False> ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol in (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj diff --git a/next-lib/src/italian/LangIta.gf b/old-lib/resource/italian/LangIta.gf similarity index 68% rename from next-lib/src/italian/LangIta.gf rename to old-lib/resource/italian/LangIta.gf index 1f3701346..d5e4670c7 100644 --- a/next-lib/src/italian/LangIta.gf +++ b/old-lib/resource/italian/LangIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../prelude +--# -path=.:../romance:../abstract:../common:prelude concrete LangIta of Lang = GrammarIta, diff --git a/next-lib/src/italian/LexiconIta.gf b/old-lib/resource/italian/LexiconIta.gf similarity index 98% rename from next-lib/src/italian/LexiconIta.gf rename to old-lib/resource/italian/LexiconIta.gf index 31d2d43d1..93e4bcf73 100644 --- a/next-lib/src/italian/LexiconIta.gf +++ b/old-lib/resource/italian/LexiconIta.gf @@ -73,7 +73,7 @@ lin father_N2 = diN2 (regN "padre") ; fear_VS = mkVS (verboV (temere_20 "temere")) ; find_V2 = dirV2 (regV "trovare") ; - fish_N = regN "pesce" ; + fish_N = regN "pesca" ; floor_N = regN "pavimento" ; forget_V2 = dirV2 (regV "dimenticare") ; fridge_N = regN "frigorifero" ; @@ -91,6 +91,7 @@ lin harbour_N = regN "porto" ; hate_V2 = dirV2 (regV "odiare") ; hat_N = regN "capello" ; + have_V2 = dirV2 (verboV (avere_2 "avere")) ; hear_V2 = dirV2 (verboV (sentire_99 "sentire")) ; hill_N = regN "collina" ; hope_VS = mkVS (regV "sperare") ; @@ -102,8 +103,7 @@ lin iron_N = regN "ferro" ; john_PN = mkPN "Giovanni" masculine ; king_N = regN "ré" ; - know_V2 = dirV2 (verboV (conoscere_37 "conoscere")) ; - know_VS = mkVS (verboV (sapere_78 "sapere")) ; + know_V2 = dirV2 (verboV (conoscere_37 "conoscere")) ; --- savoir_V2 : VS lake_N = regN "lago" ; lamp_N = regN "lampa" ; learn_V2 = dirV2 (regV "imparare") ; @@ -358,8 +358,4 @@ lin question_N = regN "domanda" ; today_Adv = mkAdv "oggi" ; - ready_A = mkA "pronto" ; - reason_N = mkN "raggione" feminine ; - uncertain_A = mkA "insicuro" ; - } ; diff --git a/next-lib/src/italian/MorphoIta.gf b/old-lib/resource/italian/MorphoIta.gf similarity index 83% rename from next-lib/src/italian/MorphoIta.gf rename to old-lib/resource/italian/MorphoIta.gf index 43f58fa0e..ff2b884a1 100644 --- a/next-lib/src/italian/MorphoIta.gf +++ b/old-lib/resource/italian/MorphoIta.gf @@ -135,30 +135,6 @@ oper -- given in $DiffIta.argPron$ and therefore wouldn't be needed in the -- pronoun itself.) - mkPronoun : (_,_,_,_,_,_,_,_,_ : Str) -> - Gender -> Number -> Person -> Pronoun = - \il,le,lui,glie,Lui,son,sa,ses,see,g,n,p -> - let - alui : Case -> Str = \x -> prepCase x ++ Lui ; - in { - s = table { - Nom => {c1 = [] ; c2 = [] ; comp = il ; ton = Lui} ; - Acc => {c1 = le ; c2 = [] ; comp = [] ; ton = Lui} ; - CPrep P_a => {c1 = [] ; c2 = lui ; comp = [] ; ton = alui (CPrep P_a)} ; - c => {c1 = [] ; c2 = [] ; comp, ton = alui c} - } ; - ----e glie?? - poss = \\n,g => case of { - => son ; - => sa ; - => ses ; - => see - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - -{- --e mkPronoun : (_,_,_,_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pronoun = \il,le,lui,glie,Lui,son,sa,ses,see,g,n,p -> @@ -170,15 +146,14 @@ oper Aton (CPrep P_di) => "ne" ; --- hmm Aton (CPrep P_a) => lui ; Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! - Poss {n = Sg ; g = Masc} => son ; - Poss {n = Sg ; g = Fem} => sa ; - Poss {n = Pl ; g = Masc} => ses ; - Poss {n = Pl ; g = Fem} => see + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see } ; a = {g = g ; n = n ; p = p} ; hasClit = True } ; --} --2 Determiners -- diff --git a/next-lib/src/italian/NounIta.gf b/old-lib/resource/italian/NounIta.gf similarity index 100% rename from next-lib/src/italian/NounIta.gf rename to old-lib/resource/italian/NounIta.gf diff --git a/next-lib/src/italian/NumeralIta.gf b/old-lib/resource/italian/NumeralIta.gf similarity index 97% rename from next-lib/src/italian/NumeralIta.gf rename to old-lib/resource/italian/NumeralIta.gf index 36a6e7553..453caee0f 100644 --- a/next-lib/src/italian/NumeralIta.gf +++ b/old-lib/resource/italian/NumeralIta.gf @@ -23,10 +23,7 @@ lin pot01 = let uno = (mkTal "uno" "undici" "dieci" "primo").s in {s =\\f,g => case f of { ental pred => [] ; - _ => case g of { - NCard Fem => "una" ; - _ => uno ! f ! g - } + _ => uno ! f ! g } ; n = Sg} ; diff --git a/next-lib/src/italian/ParadigmsIta.gf b/old-lib/resource/italian/ParadigmsIta.gf similarity index 99% rename from next-lib/src/italian/ParadigmsIta.gf rename to old-lib/resource/italian/ParadigmsIta.gf index b81a4c31b..88e8a8566 100644 --- a/next-lib/src/italian/ParadigmsIta.gf +++ b/old-lib/resource/italian/ParadigmsIta.gf @@ -24,12 +24,14 @@ -- separate module [``BeschIta`` ../../italian/BeschIta.gf], -- which covers the "Bescherelle" verb conjugations. -resource ParadigmsIta = BeschIta ** +resource ParadigmsIta = open (Predef=Predef), Prelude, + CommonRomance, + ResIta, MorphoIta, --- BeschIta, + BeschIta, CatIta in { flags optimize=all ; diff --git a/next-lib/src/italian/PhonoIta.gf b/old-lib/resource/italian/PhonoIta.gf similarity index 89% rename from next-lib/src/italian/PhonoIta.gf rename to old-lib/resource/italian/PhonoIta.gf index 9959d1550..f725aef68 100644 --- a/next-lib/src/italian/PhonoIta.gf +++ b/old-lib/resource/italian/PhonoIta.gf @@ -16,6 +16,5 @@ oper elision : (_,_,_ : Str) -> Str = \il, l', lo -> pre {il ; l' / vocale ; lo / sImpuro} ; ---- pre {vocale => l' ; sImpuro => lo ; _ => il} ; } diff --git a/next-lib/src/italian/PhraseIta.gf b/old-lib/resource/italian/PhraseIta.gf similarity index 100% rename from next-lib/src/italian/PhraseIta.gf rename to old-lib/resource/italian/PhraseIta.gf diff --git a/next-lib/src/italian/QuestionIta.gf b/old-lib/resource/italian/QuestionIta.gf similarity index 100% rename from next-lib/src/italian/QuestionIta.gf rename to old-lib/resource/italian/QuestionIta.gf diff --git a/next-lib/src/italian/RelativeIta.gf b/old-lib/resource/italian/RelativeIta.gf similarity index 100% rename from next-lib/src/italian/RelativeIta.gf rename to old-lib/resource/italian/RelativeIta.gf diff --git a/next-lib/src/italian/ResIta.gf b/old-lib/resource/italian/ResIta.gf similarity index 100% rename from next-lib/src/italian/ResIta.gf rename to old-lib/resource/italian/ResIta.gf diff --git a/next-lib/src/italian/SentenceIta.gf b/old-lib/resource/italian/SentenceIta.gf similarity index 100% rename from next-lib/src/italian/SentenceIta.gf rename to old-lib/resource/italian/SentenceIta.gf diff --git a/next-lib/src/italian/StructuralIta.gf b/old-lib/resource/italian/StructuralIta.gf similarity index 64% rename from next-lib/src/italian/StructuralIta.gf rename to old-lib/resource/italian/StructuralIta.gf index 1e46b9bbd..70f5337e8 100644 --- a/next-lib/src/italian/StructuralIta.gf +++ b/old-lib/resource/italian/StructuralIta.gf @@ -1,7 +1,5 @@ concrete StructuralIta of Structural = CatIta ** - open - PhonoIta, MorphoIta, MakeStructuralIta, - ParadigmsIta, BeschIta, (X = ConstructX), Prelude in { + open PhonoIta, MorphoIta, ParadigmsIta, BeschIta, Prelude in { flags optimize=all ; coding=utf8 ; @@ -15,9 +13,9 @@ lin } ; almost_AdA, almost_AdN = ss "quasi" ; always_AdV = ss "sempre" ; - although_Subj = ss "bench" ** {m = Conjunct} ; + although_Subj = ss "benché" ** {m = Conjunct} ; and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; - because_Subj = ss "perch" ** {m = Indic} ; + because_Subj = ss "perché" ** {m = Indic} ; before_Prep = mkPrep "prima" ; behind_Prep = mkPrep "dietro" ; between_Prep = mkPrep "fra" ; @@ -30,10 +28,10 @@ lin during_Prep = mkPrep "durante" ; either7or_DConj = {s1,s2 = "o" ; n = Sg} ; everybody_NP = makeNP ["tutti"] Masc Pl ; - every_Det = {s,sp = \\_,_ => "ogni" ; n = Sg ; s2 = []} ; + every_Det = {s = \\_,_ => "ogni" ; n = Sg} ; everything_NP = pn2np (mkPN ["tutto"] Masc) ; everywhere_Adv = ss "dappertutto" ; - few_Det = {s,sp = \\g,c => prepCase c ++ genForms "pochi" "poche" ! g ; n = Pl ; s2 = []} ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pochi" "poche" ! g ; n = Pl} ; ---- first_Ord = {s = \\ag => (regA "primo").s ! Posit ! AF ag.g ag.n} ; for_Prep = mkPrep "per" ; from_Prep = complGen ; --- @@ -57,11 +55,11 @@ lin mkPronoun "lui" "lo" "gli" "glie" "lui" "suo" "sua" "suoi" "sue" Masc Sg P3 ; - less_CAdv = X.mkCAdv "meno" conjThan ; - many_Det = {s,sp = \\g,c => prepCase c ++ genForms "molti" "molte" ! g ; n = Pl ; s2 = []} ; - more_CAdv = X.mkCAdv "pi" conjThan ; + less_CAdv = ss "meno" ; + many_Det = {s = \\g,c => prepCase c ++ genForms "molti" "molte" ! g ; n = Pl} ; + more_CAdv = ss "più" ; most_Predet = {s = \\_,c => prepCase c ++ ["la maggior parte"] ; c = CPrep P_di} ; - much_Det = {s,sp = \\g,c => prepCase c ++ genForms "molto" "molta" ! g ; n = Sg ; s2 = []} ; + much_Det = {s = \\g,c => prepCase c ++ genForms "molto" "molta" ! g ; n = Sg} ; must_VV = mkVV (verboV (dovere_47 "dovere")) ; no_Utt = ss "no" ; on_Prep = {s = [] ; c = CPrep P_su ; isDir = False} ; @@ -79,43 +77,29 @@ lin Fem Sg P3 ; so_AdA = ss "così" ; somebody_NP = pn2np (mkPN ["qualcuno"] Masc) ; - somePl_Det = {s,sp = \\_,c => prepCase c ++ "qualche" ; n = Pl ; s2 = []} ; - someSg_Det = {s,sp = \\_,c => prepCase c ++ "qualche" ; n = Sg ; s2 = []} ; + somePl_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Pl} ; + someSg_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Sg} ; something_NP = pn2np (mkPN ["qualche cosa"] Masc) ; somewhere_Adv = ss ["qualche parte"] ; - that_Quant = let - quello : Str -> Str -> ParadigmsIta.Number => ParadigmsIta.Gender => Case => Str = - \quel, quelli -> table { - Sg => \\g,c => prepCase c ++ genForms quel "quella" ! g ; - Pl => \\g,c => prepCase c ++ genForms quelli "quelle" ! g ---- quegli + that_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "quello" "quella" ! g ; + Pl => \\g,c => prepCase c ++ genForms "quelli" "quelle" ! g ---- quegli } - in { - s = \\_ => - quello (elision "quel" "quell'" "quello") - (elision "quelli" "quegli" "quegli") ; - sp = quello "quello" "quelli" ; - s2 = [] - } ; - - there7from_Adv = ss ["di l"] ; - there7to_Adv = ss "l" ; --- ci - there_Adv = ss "l" ; + } ; + there7from_Adv = ss ["di là"] ; + there7to_Adv = ss "là" ; --- ci + there_Adv = ss "là" ; therefore_PConj = ss "quindi" ; they_Pron = mkPronoun "loro" "loro" "li" "glie" "loro" "loro" "loro" "loro" "loro" Masc Pl P3 ; - - this_Quant = let - questo : ParadigmsIta.Number => ParadigmsIta.Gender => Case => Str = table { + this_Quant = { + s = table { Sg => \\g,c => prepCase c ++ genForms "questo" "questa" ! g ; Pl => \\g,c => prepCase c ++ genForms "questi" "queste" ! g } - in { - s = \\_ => questo ; - sp = questo ; - s2 = [] - } ; - + } ; through_Prep = mkPrep "per" ; too_AdA = ss "troppo" ; to_Prep = complDat ; @@ -137,10 +121,10 @@ lin } ; whoPl_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Pl} ; whoSg_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Sg} ; - why_IAdv = ss "perch" ; + why_IAdv = ss "perché" ; without_Prep = mkPrep "senza" ; with_Prep = {s = [] ; c = CPrep P_con ; isDir = False} ; - yes_Utt = ss "s" ; + yes_Utt = ss "sì" ; youSg_Pron = mkPronoun "tu" "ti" "ti" "te" "te" "tuo" "tua" "tuoi" "tue" Masc Sg P2 ; @@ -152,29 +136,6 @@ lin mkPronoun "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" Masc Sg P3 ; - not_Predet = {s = \\a,c => prepCase c ++ "non" ; c = Nom} ; - - no_Quant = - let aucun : ParadigmsIta.Number => ParadigmsIta.Gender => Case => Str = table { - Sg => \\g,c => prepCase c ++ genForms "nessuno" "nessuna" ! g ; - Pl => \\g,c => prepCase c ++ genForms "nessuni" "nessune" ! g ---- - } - in { - s = \\_ => aucun ; - sp = aucun ; - s2 = [] - } ; - if_then_Conj = {s1 = "si" ; s2 = "allora" ; n = Sg ; lock_Conj = <>} ; - nobody_NP = pn2np (mkPN ["nessuno"] Masc) ; - - nothing_NP = pn2np (mkPN "niente" Masc) ; - at_least_AdN = ss "almeno" ; - at_most_AdN = ss "al massimo" ; - - as_CAdv = X.mkCAdv "cos" conjThan ; - except_Prep = mkPrep "eccetto" ; - - have_V2 = dirV2 (verboV (avere_2 "avere")) ; } diff --git a/next-lib/src/italian/VerbIta.gf b/old-lib/resource/italian/VerbIta.gf similarity index 100% rename from next-lib/src/italian/VerbIta.gf rename to old-lib/resource/italian/VerbIta.gf diff --git a/old-lib/resource/mathematical/Mathematical.gf b/old-lib/resource/mathematical/Mathematical.gf new file mode 100644 index 000000000..65afef3b1 --- /dev/null +++ b/old-lib/resource/mathematical/Mathematical.gf @@ -0,0 +1,31 @@ +--1 The Mathematics API to the Resource Grammar + +-- This grammar is a collection of the different modules. +-- It differs from $Lang$ in two main ways: +-- - the combinations in Noun, Verb, Adjective, Adverb, Sentence are not included +-- - instead, Symbol and Predication are used +-- +-- +-- In practice, the most important difference is that only present-tense sentences +-- are included, and that symbolic expressions are recognized as NPs. + +abstract Mathematical = + Noun - [ComplN2], --- to avoid ambiguity +-- Verb, + Adjective, + Adverb, + Numeral, +-- Sentence, + Question, + Relative, + Conjunction, + Phrase, + Text, + Idiom, + Structural, + + Symbol, + Predication, + + Lexicon + ** {} ; diff --git a/old-lib/resource/mathematical/MathematicalCat.gf b/old-lib/resource/mathematical/MathematicalCat.gf new file mode 100644 index 000000000..36d6985f1 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalCat.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalCat of Mathematical = + NounCat - [ComplN2], --- to avoid ambiguity +-- VerbCat, + AdjectiveCat, + AdverbCat, + NumeralCat, +-- SentenceCat, + QuestionCat, + RelativeCat, + ConjunctionCat, + PhraseCat, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomCat, + StructuralCat, + + SymbolCat, + PredicationCat, -- - [predV3,predV2], --- gf bug + + LexiconCat + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalDan.gf b/old-lib/resource/mathematical/MathematicalDan.gf new file mode 100644 index 000000000..7d8785b12 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalDan.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalDan of Mathematical = + NounDan - [ComplN2], --- to avoid ambiguity +-- VerbDan, + AdjectiveDan, + AdverbDan, + NumeralDan, +-- SentenceDan, + QuestionDan, + RelativeDan, + ConjunctionDan, + PhraseDan, + TextX, + IdiomDan, + + StructuralDan, + + SymbolDan, + PredicationDan, + + LexiconDan + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalEng.gf b/old-lib/resource/mathematical/MathematicalEng.gf new file mode 100644 index 000000000..9042a3eb9 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalEng.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalEng of Mathematical = + NounEng - [ComplN2], --- to avoid ambiguity +-- VerbEng, + AdjectiveEng, + AdverbEng, + NumeralEng, +-- SentenceEng, + QuestionEng, + RelativeEng, + ConjunctionEng, + PhraseEng, + StructuralEng, + TextX, + IdiomEng, + + SymbolEng, + PredicationEng, + + LexiconEng + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalFin.gf b/old-lib/resource/mathematical/MathematicalFin.gf new file mode 100644 index 000000000..26704d6e3 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalFin.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalFin of Mathematical = + NounFin - [ComplN2], --- to avoid ambiguity +-- VerbFin, + AdjectiveFin, + AdverbFin, + NumeralFin, +-- SentenceFin, + QuestionFin, + RelativeFin, + ConjunctionFin, + PhraseFin, + TextX, + IdiomFin, + StructuralFin, + + SymbolFin, + PredicationFin, + + LexiconFin + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalFre.gf b/old-lib/resource/mathematical/MathematicalFre.gf new file mode 100644 index 000000000..65eb6a9b5 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalFre.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalFre of Mathematical = + NounFre - [ComplN2], --- to avoid ambiguity +-- VerbFre, + AdjectiveFre, + AdverbFre, + NumeralFre, +-- SentenceFre, + QuestionFre, + RelativeFre, + ConjunctionFre, + PhraseFre, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomFre, + StructuralFre, + + SymbolFre, + PredicationFre - [predV3], ---- gf bug + + LexiconFre + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalGer.gf b/old-lib/resource/mathematical/MathematicalGer.gf new file mode 100644 index 000000000..0d9eb45b5 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalGer.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalGer of Mathematical = + NounGer - [ComplN2], --- to avoid ambiguity +-- VerbGer, + AdjectiveGer, + AdverbGer, + NumeralGer, +-- SentenceGer, + QuestionGer, + RelativeGer, + ConjunctionGer, + PhraseGer, + TextX - [Tense,TPres], + IdiomGer, + StructuralGer, + + SymbolGer, + PredicationGer, + + LexiconGer + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalIta.gf b/old-lib/resource/mathematical/MathematicalIta.gf new file mode 100644 index 000000000..0591ef6c6 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalIta.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalIta of Mathematical = + NounIta - [ComplN2], --- to avoid ambiguity +-- VerbIta, + AdjectiveIta, + AdverbIta, + NumeralIta, +-- SentenceIta, + QuestionIta, + RelativeIta, + ConjunctionIta, + PhraseIta, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomIta, + StructuralIta, + + SymbolIta, + PredicationIta, -- - [predV3,predV2], --- gf bug + + LexiconIta + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalNor.gf b/old-lib/resource/mathematical/MathematicalNor.gf new file mode 100644 index 000000000..383ced6eb --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalNor.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalNor of Mathematical = + NounNor - [ComplN2], --- to avoid ambiguity +-- VerbNor, + AdjectiveNor, + AdverbNor, + NumeralNor, +-- SentenceNor, + QuestionNor, + RelativeNor, + ConjunctionNor, + PhraseNor, + TextX, + IdiomNor, + + StructuralNor, + + SymbolNor, + PredicationNor, + + LexiconNor + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalSpa.gf b/old-lib/resource/mathematical/MathematicalSpa.gf new file mode 100644 index 000000000..92cebf436 --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalSpa.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalSpa of Mathematical = + NounSpa - [ComplN2], --- to avoid ambiguity +-- VerbSpa, + AdjectiveSpa, + AdverbSpa, + NumeralSpa, +-- SentenceSpa, + QuestionSpa, + RelativeSpa, + ConjunctionSpa, + PhraseSpa, + TextSpa - [Tense,TPres,TPast,TFut,TCond], + IdiomSpa, + StructuralSpa, + + SymbolSpa, + PredicationSpa, -- - [predV3,predV2], --- gf bug + + LexiconSpa + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/MathematicalSwe.gf b/old-lib/resource/mathematical/MathematicalSwe.gf new file mode 100644 index 000000000..59d5fefde --- /dev/null +++ b/old-lib/resource/mathematical/MathematicalSwe.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalSwe of Mathematical = + NounSwe - [ComplN2], --- to avoid ambiguity +-- VerbSwe, + AdjectiveSwe, + AdverbSwe, + NumeralSwe, +-- SentenceSwe, + QuestionSwe, + RelativeSwe, + ConjunctionSwe, + PhraseSwe, + TextX, + IdiomSwe, + + StructuralSwe, + + SymbolSwe, + PredicationSwe, + + LexiconSwe + ** { + +flags startcat = Phr ; + +} ; diff --git a/old-lib/resource/mathematical/Predication.gf b/old-lib/resource/mathematical/Predication.gf new file mode 100644 index 000000000..f53d44005 --- /dev/null +++ b/old-lib/resource/mathematical/Predication.gf @@ -0,0 +1,60 @@ +--1 A Small Predication Library +-- +-- (c) Aarne Ranta 2003-2006 under Gnu GPL. +-- +-- This library is a derived library built on the language-independent Ground +-- API of resource grammars. + +abstract Predication = Cat ** { + +--2 The category of atomic sentences + +-- We want to use sentences in positive and negative forms but do not care about +-- tenses. + +fun + PosCl : Cl -> S ; -- positive sentence: "x intersects y" + NegCl : Cl -> S ; -- negative sentence: "x doesn't intersect y" + +--2 Predication patterns. + + predV : V -> NP -> Cl ; -- one-place verb: "x converges" + predV2 : V2 -> NP -> NP -> Cl ; -- two-place verb: "x intersects y" + predV3 : V3 -> NP->NP-> NP -> Cl; -- three-place verb: "x intersects y at z" + predVColl : V -> NP -> NP -> Cl ; -- collective verb: "x and y intersect" + predA : A -> NP -> Cl ; -- one-place adjective: "x is even" + predA2 : A2 -> NP -> NP -> Cl ; -- two-place adj: "x is divisible by y" + predAComp : A -> NP -> NP -> Cl; -- comparative adj: "x is greater than y" + predAColl : A -> NP -> NP -> Cl ; -- collective adj: "x and y are parallel" + predN : N -> NP -> Cl ; -- one-place noun: "x is a point" + predN2 : N2 -> NP -> NP -> Cl ; -- two-place noun: "x is a divisor of y" + predNColl : N -> NP -> NP -> Cl ; -- collective noun: "x and y are duals" + predAdv : Adv -> NP -> Cl ; -- adverb: "x is inside" + predPrep : Prep -> NP -> NP -> Cl ; -- preposition: "x is outside y" + +--2 Imperatives and infinitives. + + impV2 : V2 -> NP -> Phr ; -- imperative: "solve the equation E" + infV2 : V2 -> NP -> Phr ; -- infinitive: "to solve the equation E" + +--2 Individual-valued function applications + + appN2 : N2 -> NP -> NP ; -- one-place function: "the successor of x" + appN3 : N3 -> NP -> NP -> NP ; -- two-place function: "the distance from x to y" + appColl : N2 -> NP -> NP -> NP ; -- collective function: "the sum of x and y" + +--2 Families of types + +-- These are expressed by relational nouns applied to arguments. + + famN2 : N2 -> NP -> CN ; -- one-place family: "divisor of x" + famN3 : N3 -> NP -> NP -> CN ; -- two-place family: "path from x to y" + famColl : N2 -> NP -> NP -> CN ; -- collective family: "path between x and y" + +--2 Type constructor + +-- This is similar to a family except that the argument is a type. + + typN2 : N2 -> CN -> CN ; -- constructed type: "list of integers" + +} diff --git a/old-lib/resource/mathematical/PredicationCat.gf b/old-lib/resource/mathematical/PredicationCat.gf new file mode 100644 index 000000000..95fd70cc0 --- /dev/null +++ b/old-lib/resource/mathematical/PredicationCat.gf @@ -0,0 +1,4 @@ +concrete PredicationCat of Predication = CatCat ** PredicationI with + (Syntax = SyntaxCat), + (Lang = LangCat) ; + diff --git a/old-lib/resource/mathematical/PredicationDan.gf b/old-lib/resource/mathematical/PredicationDan.gf new file mode 100644 index 000000000..6f1ba235e --- /dev/null +++ b/old-lib/resource/mathematical/PredicationDan.gf @@ -0,0 +1,4 @@ +concrete PredicationDan of Predication = CatDan ** PredicationI with + (Syntax = SyntaxDan), + (Lang = LangDan) ; + diff --git a/old-lib/resource/mathematical/PredicationEng.gf b/old-lib/resource/mathematical/PredicationEng.gf new file mode 100644 index 000000000..c7dc12c51 --- /dev/null +++ b/old-lib/resource/mathematical/PredicationEng.gf @@ -0,0 +1,4 @@ +concrete PredicationEng of Predication = CatEng ** PredicationI with + (Syntax = SyntaxEng), + (Lang = LangEng) ; + diff --git a/old-lib/resource/mathematical/PredicationFin.gf b/old-lib/resource/mathematical/PredicationFin.gf new file mode 100644 index 000000000..86982aaae --- /dev/null +++ b/old-lib/resource/mathematical/PredicationFin.gf @@ -0,0 +1,4 @@ +concrete PredicationFin of Predication = CatFin ** PredicationI with + (Syntax = SyntaxFin), + (Lang = LangFin) ; + diff --git a/old-lib/resource/mathematical/PredicationFre.gf b/old-lib/resource/mathematical/PredicationFre.gf new file mode 100644 index 000000000..da968d2b8 --- /dev/null +++ b/old-lib/resource/mathematical/PredicationFre.gf @@ -0,0 +1,4 @@ +concrete PredicationFre of Predication = CatFre ** PredicationI with + (Syntax = SyntaxFre), + (Lang = LangFre) ; + diff --git a/old-lib/resource/mathematical/PredicationGer.gf b/old-lib/resource/mathematical/PredicationGer.gf new file mode 100644 index 000000000..5f870309d --- /dev/null +++ b/old-lib/resource/mathematical/PredicationGer.gf @@ -0,0 +1,4 @@ +concrete PredicationGer of Predication = CatGer ** PredicationI with + (Syntax = SyntaxGer), + (Lang = LangGer) ; + diff --git a/old-lib/resource/mathematical/PredicationI.gf b/old-lib/resource/mathematical/PredicationI.gf new file mode 100644 index 000000000..67cbcd67e --- /dev/null +++ b/old-lib/resource/mathematical/PredicationI.gf @@ -0,0 +1,51 @@ +incomplete concrete PredicationI of Predication = + Cat ** open ParamX, Lang, Syntax in { + +flags optimize = all_subs ; + +lin + PosCl cl = mkS cl ; + NegCl cl = mkS PNeg cl ; + +--2 Predication patterns. + + predV v x = PredVP x (UseV v) ; -- mkCl x v ; + predV2 v x y = mkCl x v y ; + predV3 v x y z = mkCl x v y z ; + predVColl v x y = mkCl (mkNP and_Conj x y) v ; + predA a x = mkCl x a ; + predA2 a x y = mkCl x a y ; + predAComp a x y = mkCl x a y ; + predAColl a x y = mkCl (mkNP and_Conj x y) a ; + predN n x = mkCl x (mkNP IndefArt (mkCN n)) ; --- Sg/Pl ? + predN2 n x y = mkCl x (mkNP IndefArt (ComplN2 n y)) ; --- Sg/Pl ? + predNColl n x y = mkCl (mkNP and_Conj x y) (mkNP IndefArt (mkCN n)) ; + predAdv a x = mkCl x a ; + predPrep p x y = mkCl x (mkAdv p y) ; + +--2 Imperatives and infinitives. + + impV2 v x = mkPhr (mkImp v x) ; + infV2 v x = mkPhr (mkUtt (mkVP v x)) ; + +--2 Individual-valued function applications + + appN2 n x = mkNP DefArt (mkCN n x) ; + appN3 n x y = mkNP DefArt (mkCN n x y) ; + appColl n x y = mkNP DefArt (mkCN n (mkNP and_Conj x y)) ; + +--2 Families of types + +-- These are expressed by relational nouns applied to arguments. + + famN2 n x = ComplN2 n x ; + famN3 n x y = ComplN2 (ComplN3 n x) y ; + famColl n x y = ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; + +--2 Type constructor + +-- This is similar to a family except that the argument is a type. + + typN2 f n = ComplN2 f (DetArtPl DefArt n) ; + +} diff --git a/old-lib/resource/mathematical/PredicationIta.gf b/old-lib/resource/mathematical/PredicationIta.gf new file mode 100644 index 000000000..1b4123c2d --- /dev/null +++ b/old-lib/resource/mathematical/PredicationIta.gf @@ -0,0 +1,4 @@ +concrete PredicationIta of Predication = CatIta ** PredicationI with + (Syntax = SyntaxIta), + (Lang = LangIta) ; + diff --git a/old-lib/resource/mathematical/PredicationNor.gf b/old-lib/resource/mathematical/PredicationNor.gf new file mode 100644 index 000000000..6204c707a --- /dev/null +++ b/old-lib/resource/mathematical/PredicationNor.gf @@ -0,0 +1,4 @@ +concrete PredicationNor of Predication = CatNor ** PredicationI with + (Syntax = SyntaxNor), + (Lang = LangNor) ; + diff --git a/old-lib/resource/mathematical/PredicationSpa.gf b/old-lib/resource/mathematical/PredicationSpa.gf new file mode 100644 index 000000000..037e30901 --- /dev/null +++ b/old-lib/resource/mathematical/PredicationSpa.gf @@ -0,0 +1,4 @@ +concrete PredicationSpa of Predication = CatSpa ** PredicationI with + (Syntax = SyntaxSpa), + (Lang = LangSpa) ; + diff --git a/old-lib/resource/mathematical/PredicationSwe.gf b/old-lib/resource/mathematical/PredicationSwe.gf new file mode 100644 index 000000000..732b11cc8 --- /dev/null +++ b/old-lib/resource/mathematical/PredicationSwe.gf @@ -0,0 +1,4 @@ +concrete PredicationSwe of Predication = CatSwe ** PredicationI with + (Syntax = SyntaxSwe), + (Lang = LangSwe) ; + diff --git a/next-lib/src/abstract/Symbol.gf b/old-lib/resource/mathematical/Symbol.gf similarity index 100% rename from next-lib/src/abstract/Symbol.gf rename to old-lib/resource/mathematical/Symbol.gf diff --git a/next-lib/src/catalan/SymbolCat.gf b/old-lib/resource/mathematical/SymbolCat.gf similarity index 69% rename from next-lib/src/catalan/SymbolCat.gf rename to old-lib/resource/mathematical/SymbolCat.gf index 55ebeeadc..09faff744 100644 --- a/next-lib/src/catalan/SymbolCat.gf +++ b/old-lib/resource/mathematical/SymbolCat.gf @@ -1,4 +1,2 @@ ---# -path=.:romance:abstract:common - concrete SymbolCat of Symbol = CatCat ** SymbolRomance with (ResRomance = ResCat) ; diff --git a/next-lib/src/danish/SymbolDan.gf b/old-lib/resource/mathematical/SymbolDan.gf similarity index 66% rename from next-lib/src/danish/SymbolDan.gf rename to old-lib/resource/mathematical/SymbolDan.gf index 610f94306..ef1e73c82 100644 --- a/next-lib/src/danish/SymbolDan.gf +++ b/old-lib/resource/mathematical/SymbolDan.gf @@ -1,4 +1,2 @@ ---# -path=.:scandinavian:abstract:common - concrete SymbolDan of Symbol = CatDan ** SymbolScand with (ResScand = ResDan) ; diff --git a/old-lib/resource/mathematical/SymbolEng.gf b/old-lib/resource/mathematical/SymbolEng.gf new file mode 100644 index 000000000..488c3fbdd --- /dev/null +++ b/old-lib/resource/mathematical/SymbolEng.gf @@ -0,0 +1,37 @@ +concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in { + +lin + SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c + IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c + FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c + NumPN i = {s = \\c => i.s ; g = Neutr} ; --- c + CNIntNP cn i = { + s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; + a = agrgP3 Sg cn.g + } ; + CNSymbNP det cn xs = { + s = \\c => det.s ++ cn.s ! det.n ! c ++ xs.s ; + a = agrgP3 det.n cn.g + } ; + CNNumNP cn i = { + s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; + a = agrgP3 Sg cn.g + } ; + + SymbS sy = sy ; + + SymbNum sy = {s = sy.s ; n = Pl ; hasCard = True} ; + SymbOrd sy = {s = sy.s ++ "th"} ; + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS "and" ; + ConsSymb = infixSS "," ; + +} diff --git a/next-lib/src/finnish/SymbolFin.gf b/old-lib/resource/mathematical/SymbolFin.gf similarity index 92% rename from next-lib/src/finnish/SymbolFin.gf rename to old-lib/resource/mathematical/SymbolFin.gf index 9ceac2105..922b19dcb 100644 --- a/next-lib/src/finnish/SymbolFin.gf +++ b/old-lib/resource/mathematical/SymbolFin.gf @@ -1,5 +1,3 @@ ---# -path=.:abstract:common - concrete SymbolFin of Symbol = CatFin ** open Prelude, NounFin, ResFin in { lin @@ -27,7 +25,7 @@ lin SymbS sy = sy ; SymbNum n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; - SymbOrd n = {s = \\_ => n.s ++ "."} ; + SymbOrd n = {s = \\_,_ => n.s ++ "."} ; lincat diff --git a/next-lib/src/french/SymbolFre.gf b/old-lib/resource/mathematical/SymbolFre.gf similarity index 69% rename from next-lib/src/french/SymbolFre.gf rename to old-lib/resource/mathematical/SymbolFre.gf index 3e3202f73..ab972c039 100644 --- a/next-lib/src/french/SymbolFre.gf +++ b/old-lib/resource/mathematical/SymbolFre.gf @@ -1,4 +1,2 @@ ---# -path=.:romance:abstract:common - concrete SymbolFre of Symbol = CatFre ** SymbolRomance with (ResRomance = ResFre) ; diff --git a/next-lib/src/german/SymbolGer.gf b/old-lib/resource/mathematical/SymbolGer.gf similarity index 97% rename from next-lib/src/german/SymbolGer.gf rename to old-lib/resource/mathematical/SymbolGer.gf index c2e6b2a1d..38516d74a 100644 --- a/next-lib/src/german/SymbolGer.gf +++ b/old-lib/resource/mathematical/SymbolGer.gf @@ -1,5 +1,3 @@ ---# -path=.:abstract:common - concrete SymbolGer of Symbol = CatGer ** open Prelude, ResGer in { lin diff --git a/next-lib/src/italian/SymbolIta.gf b/old-lib/resource/mathematical/SymbolIta.gf similarity index 69% rename from next-lib/src/italian/SymbolIta.gf rename to old-lib/resource/mathematical/SymbolIta.gf index 527bb0afb..d4e9cbf52 100644 --- a/next-lib/src/italian/SymbolIta.gf +++ b/old-lib/resource/mathematical/SymbolIta.gf @@ -1,4 +1,2 @@ ---# -path=.:romance:abstract:common - concrete SymbolIta of Symbol = CatIta ** SymbolRomance with (ResRomance = ResIta) ; diff --git a/next-lib/src/norwegian/SymbolNor.gf b/old-lib/resource/mathematical/SymbolNor.gf similarity index 66% rename from next-lib/src/norwegian/SymbolNor.gf rename to old-lib/resource/mathematical/SymbolNor.gf index f7674df55..2e446b09b 100644 --- a/next-lib/src/norwegian/SymbolNor.gf +++ b/old-lib/resource/mathematical/SymbolNor.gf @@ -1,4 +1,2 @@ ---# -path=.:scandinavian:abstract:common - concrete SymbolNor of Symbol = CatNor ** SymbolScand with (ResScand = ResNor) ; diff --git a/next-lib/src/romance/SymbolRomance.gf b/old-lib/resource/mathematical/SymbolRomance.gf similarity index 71% rename from next-lib/src/romance/SymbolRomance.gf rename to old-lib/resource/mathematical/SymbolRomance.gf index 7319b1010..64b4e1a34 100644 --- a/next-lib/src/romance/SymbolRomance.gf +++ b/old-lib/resource/mathematical/SymbolRomance.gf @@ -7,18 +7,18 @@ lin FloatPN i = {s = i.s ; g = Masc} ; NumPN i = {s = i.s!Masc ; g = Masc} ; - CNIntNP cn i = heavyNP { - s = \\c => prepCase c ++ cn.s ! Sg ++ i.s ; + CNIntNP cn i = { + s = \\c => cn.s ! Sg ++ i.s ; a = agrP3 cn.g Sg ; hasClit = False } ; - CNSymbNP det cn xs = let g = cn.g in heavyNP { - s = \\c => det.s ! g ! c ++ cn.s ! det.n ++ xs.s ; + CNSymbNP det cn xs = let g = cn.g in { + s = \\c => det.s ! g ! npform2case c ++ cn.s ! det.n ++ xs.s ; a = agrP3 g det.n ; hasClit = False } ; - CNNumNP cn i = heavyNP { - s = \\c => artDef cn.g Sg c ++ cn.s ! Sg ++ i.s ! Masc ; + CNNumNP cn i = { + s = \\c => artDef cn.g Sg (npform2case c) ++ cn.s ! Sg ++ i.s ! Masc ; a = agrP3 cn.g Sg ; hasClit = False } ; diff --git a/next-lib/src/scandinavian/SymbolScand.gf b/old-lib/resource/mathematical/SymbolScand.gf similarity index 100% rename from next-lib/src/scandinavian/SymbolScand.gf rename to old-lib/resource/mathematical/SymbolScand.gf diff --git a/next-lib/src/spanish/SymbolSpa.gf b/old-lib/resource/mathematical/SymbolSpa.gf similarity index 69% rename from next-lib/src/spanish/SymbolSpa.gf rename to old-lib/resource/mathematical/SymbolSpa.gf index bcc6323e7..e56343432 100644 --- a/next-lib/src/spanish/SymbolSpa.gf +++ b/old-lib/resource/mathematical/SymbolSpa.gf @@ -1,4 +1,2 @@ ---# -path=.:romance:abstract:common - concrete SymbolSpa of Symbol = CatSpa ** SymbolRomance with (ResRomance = ResSpa) ; diff --git a/next-lib/src/swedish/SymbolSwe.gf b/old-lib/resource/mathematical/SymbolSwe.gf similarity index 66% rename from next-lib/src/swedish/SymbolSwe.gf rename to old-lib/resource/mathematical/SymbolSwe.gf index 0c74baa93..b80619c06 100644 --- a/next-lib/src/swedish/SymbolSwe.gf +++ b/old-lib/resource/mathematical/SymbolSwe.gf @@ -1,4 +1,2 @@ ---# -path=.:scandinavian:abstract:common - concrete SymbolSwe of Symbol = CatSwe ** SymbolScand with (ResScand = ResSwe) ; diff --git a/old-lib/resource/mathematical/Symbolic.gf b/old-lib/resource/mathematical/Symbolic.gf new file mode 100644 index 000000000..9d945c7c3 --- /dev/null +++ b/old-lib/resource/mathematical/Symbolic.gf @@ -0,0 +1,64 @@ +--1 Symbolic: Noun Phrases with mathematical symbols + +incomplete resource Symbolic = open + Symbol, Grammar, PredefCnc in { + + oper + symb : overload { + symb : Str -> NP ; -- x + symb : Int -> NP ; -- 23 + symb : Float -> NP ; -- 0.99 + symb : N -> Digits -> NP ; -- level 4 + symb : N -> Card -> NP ; -- level four + symb : CN -> Card -> NP ; -- advanced level four + symb : Det -> N -> Card -> NP ; -- the number four + symb : Det -> CN -> Card -> NP ; -- the even number four + symb : Det -> N -> Str -> Str -> NP ; -- the levels i and j + symb : Det -> CN -> [Symb] -> NP ; -- the basic levels i, j, and k + symb : Symb -> S ; -- A + symb : Symb -> Card ; -- n + symb : Symb -> Ord -- n'th + } ; + + mkSymb : Str -> Symb ; + mkInt : Str -> PredefCnc.Int ; + mkFloat : Str -> PredefCnc.Float ; + +--. + + symb = overload { + symb : Str -> NP + = \s -> UsePN (SymbPN (mkSymb s)) ; + symb : Int -> NP + = \i -> UsePN (IntPN i) ; + symb : Float -> NP + = \i -> UsePN (FloatPN i) ; + symb : N -> Digits -> NP + = \c,i -> CNNumNP (UseN c) (NumDigits i) ; + symb : N -> Card -> NP + = \c,n -> CNNumNP (UseN c) n ; + symb : CN -> Card -> NP + = \c,n -> CNNumNP c n ; + symb : Det -> N -> Card -> NP + = \d,n,x -> DetCN d (ApposCN (UseN n) (UsePN (NumPN x))) ; + symb : Det -> CN -> Card -> NP + = \d,n,x -> DetCN d (ApposCN n (UsePN (NumPN x))) ; + symb : Det -> N -> Str -> Str -> NP + = \c,n,x,y -> CNSymbNP c (UseN n) (BaseSymb (mkSymb x) (mkSymb y)) ; + symb : Det -> CN -> [Symb] -> NP + = CNSymbNP ; + symb : Symb -> S = SymbS ; + symb : Symb -> Card = SymbNum ; + symb : Symb -> Ord = SymbOrd + + } ; + + mkSymb : Str -> Symb = \s -> {s = s ; lock_Symb = <>} ; + + mkInt i = {s = i ; lock_Int = <>} ; + mkFloat f = {s = f ; lock_Float = <>} ; + +-- Integer : Type = {s : Str ; lock_Int : {}} ; +-- Floating : Type = {s : Str ; lock_Float : {}} ; + +} diff --git a/next-lib/src/api/SymbolicCat.gf b/old-lib/resource/mathematical/SymbolicCat.gf similarity index 68% rename from next-lib/src/api/SymbolicCat.gf rename to old-lib/resource/mathematical/SymbolicCat.gf index f0a1b59e3..de79ec2ba 100644 --- a/next-lib/src/api/SymbolicCat.gf +++ b/old-lib/resource/mathematical/SymbolicCat.gf @@ -1,4 +1,4 @@ ---# -path=.:present:prelude +--# -path=.:present:mathematical:prelude resource SymbolicCat = Symbolic with (Symbol = SymbolCat), diff --git a/next-lib/src/api/SymbolicDan.gf b/old-lib/resource/mathematical/SymbolicDan.gf similarity index 100% rename from next-lib/src/api/SymbolicDan.gf rename to old-lib/resource/mathematical/SymbolicDan.gf diff --git a/next-lib/src/api/SymbolicEng.gf b/old-lib/resource/mathematical/SymbolicEng.gf similarity index 100% rename from next-lib/src/api/SymbolicEng.gf rename to old-lib/resource/mathematical/SymbolicEng.gf diff --git a/next-lib/src/api/SymbolicFin.gf b/old-lib/resource/mathematical/SymbolicFin.gf similarity index 100% rename from next-lib/src/api/SymbolicFin.gf rename to old-lib/resource/mathematical/SymbolicFin.gf diff --git a/next-lib/src/api/SymbolicFre.gf b/old-lib/resource/mathematical/SymbolicFre.gf similarity index 100% rename from next-lib/src/api/SymbolicFre.gf rename to old-lib/resource/mathematical/SymbolicFre.gf diff --git a/next-lib/src/api/SymbolicGer.gf b/old-lib/resource/mathematical/SymbolicGer.gf similarity index 100% rename from next-lib/src/api/SymbolicGer.gf rename to old-lib/resource/mathematical/SymbolicGer.gf diff --git a/next-lib/src/api/SymbolicIta.gf b/old-lib/resource/mathematical/SymbolicIta.gf similarity index 100% rename from next-lib/src/api/SymbolicIta.gf rename to old-lib/resource/mathematical/SymbolicIta.gf diff --git a/next-lib/src/api/SymbolicNor.gf b/old-lib/resource/mathematical/SymbolicNor.gf similarity index 100% rename from next-lib/src/api/SymbolicNor.gf rename to old-lib/resource/mathematical/SymbolicNor.gf diff --git a/next-lib/src/api/SymbolicSpa.gf b/old-lib/resource/mathematical/SymbolicSpa.gf similarity index 68% rename from next-lib/src/api/SymbolicSpa.gf rename to old-lib/resource/mathematical/SymbolicSpa.gf index f284075d7..ae44431f5 100644 --- a/next-lib/src/api/SymbolicSpa.gf +++ b/old-lib/resource/mathematical/SymbolicSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:present:prelude +--# -path=.:present:mathematical:prelude resource SymbolicSpa = Symbolic with (Symbol = SymbolSpa), diff --git a/next-lib/src/api/SymbolicSwe.gf b/old-lib/resource/mathematical/SymbolicSwe.gf similarity index 100% rename from next-lib/src/api/SymbolicSwe.gf rename to old-lib/resource/mathematical/SymbolicSwe.gf diff --git a/next-lib/src/mkPresent b/old-lib/resource/mkPresent similarity index 100% rename from next-lib/src/mkPresent rename to old-lib/resource/mkPresent diff --git a/next-lib/src/norwegian/AdjectiveNor.gf b/old-lib/resource/norwegian/AdjectiveNor.gf similarity index 100% rename from next-lib/src/norwegian/AdjectiveNor.gf rename to old-lib/resource/norwegian/AdjectiveNor.gf diff --git a/next-lib/src/norwegian/AdverbNor.gf b/old-lib/resource/norwegian/AdverbNor.gf similarity index 100% rename from next-lib/src/norwegian/AdverbNor.gf rename to old-lib/resource/norwegian/AdverbNor.gf diff --git a/next-lib/src/norwegian/AllNor.gf b/old-lib/resource/norwegian/AllNor.gf similarity index 100% rename from next-lib/src/norwegian/AllNor.gf rename to old-lib/resource/norwegian/AllNor.gf diff --git a/next-lib/src/norwegian/AllNorAbs.gf b/old-lib/resource/norwegian/AllNorAbs.gf similarity index 100% rename from next-lib/src/norwegian/AllNorAbs.gf rename to old-lib/resource/norwegian/AllNorAbs.gf diff --git a/next-lib/src/norwegian/CatNor.gf b/old-lib/resource/norwegian/CatNor.gf similarity index 100% rename from next-lib/src/norwegian/CatNor.gf rename to old-lib/resource/norwegian/CatNor.gf diff --git a/next-lib/src/norwegian/ConjunctionNor.gf b/old-lib/resource/norwegian/ConjunctionNor.gf similarity index 100% rename from next-lib/src/norwegian/ConjunctionNor.gf rename to old-lib/resource/norwegian/ConjunctionNor.gf diff --git a/next-lib/src/norwegian/DiffNor.gf b/old-lib/resource/norwegian/DiffNor.gf similarity index 98% rename from next-lib/src/norwegian/DiffNor.gf rename to old-lib/resource/norwegian/DiffNor.gf index 6cfdf6fa4..3723369f2 100644 --- a/next-lib/src/norwegian/DiffNor.gf +++ b/old-lib/resource/norwegian/DiffNor.gf @@ -43,7 +43,6 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in { Utr Fem => "ei" ; Neutr => "et" } ; - detIndefPl = "noen" ; verbHave = mkVerb "ha" "har" "ha" "hadde" "hatt" "haven" "havet" "havne" diff --git a/next-lib/src/norwegian/ExtraNor.gf b/old-lib/resource/norwegian/ExtraNor.gf similarity index 100% rename from next-lib/src/norwegian/ExtraNor.gf rename to old-lib/resource/norwegian/ExtraNor.gf diff --git a/next-lib/src/norwegian/ExtraNorAbs.gf b/old-lib/resource/norwegian/ExtraNorAbs.gf similarity index 100% rename from next-lib/src/norwegian/ExtraNorAbs.gf rename to old-lib/resource/norwegian/ExtraNorAbs.gf diff --git a/next-lib/src/norwegian/ExtraScandNor.gf b/old-lib/resource/norwegian/ExtraScandNor.gf similarity index 100% rename from next-lib/src/norwegian/ExtraScandNor.gf rename to old-lib/resource/norwegian/ExtraScandNor.gf diff --git a/next-lib/src/norwegian/GrammarNor.gf b/old-lib/resource/norwegian/GrammarNor.gf similarity index 100% rename from next-lib/src/norwegian/GrammarNor.gf rename to old-lib/resource/norwegian/GrammarNor.gf diff --git a/next-lib/src/norwegian/IdiomNor.gf b/old-lib/resource/norwegian/IdiomNor.gf similarity index 100% rename from next-lib/src/norwegian/IdiomNor.gf rename to old-lib/resource/norwegian/IdiomNor.gf diff --git a/next-lib/src/norwegian/IrregNor.gf b/old-lib/resource/norwegian/IrregNor.gf similarity index 100% rename from next-lib/src/norwegian/IrregNor.gf rename to old-lib/resource/norwegian/IrregNor.gf diff --git a/next-lib/src/norwegian/IrregNorAbs.gf b/old-lib/resource/norwegian/IrregNorAbs.gf similarity index 100% rename from next-lib/src/norwegian/IrregNorAbs.gf rename to old-lib/resource/norwegian/IrregNorAbs.gf diff --git a/next-lib/src/norwegian/LangNor.gf b/old-lib/resource/norwegian/LangNor.gf similarity index 100% rename from next-lib/src/norwegian/LangNor.gf rename to old-lib/resource/norwegian/LangNor.gf diff --git a/next-lib/src/norwegian/LexiconNor.gf b/old-lib/resource/norwegian/LexiconNor.gf similarity index 99% rename from next-lib/src/norwegian/LexiconNor.gf rename to old-lib/resource/norwegian/LexiconNor.gf index ed74cd1ba..30cda22ea 100644 --- a/next-lib/src/norwegian/LexiconNor.gf +++ b/old-lib/resource/norwegian/LexiconNor.gf @@ -90,6 +90,7 @@ lin harbour_N = regGenN "havn" feminine; hate_V2 = dirV2 (regV "hate") ; hat_N = regGenN "hatt" masculine ; + have_V2 = dirV2 IrregNor.ha_V ; hear_V2 = dirV2 (mk2V "hre" "hrte") ; hill_N = regGenN "haug" masculine ; hope_VS = mkVS (regV "hpe") ; diff --git a/next-lib/src/norwegian/MathNor.gf b/old-lib/resource/norwegian/MathNor.gf similarity index 100% rename from next-lib/src/norwegian/MathNor.gf rename to old-lib/resource/norwegian/MathNor.gf diff --git a/next-lib/src/norwegian/MorphoNor.gf b/old-lib/resource/norwegian/MorphoNor.gf similarity index 100% rename from next-lib/src/norwegian/MorphoNor.gf rename to old-lib/resource/norwegian/MorphoNor.gf diff --git a/next-lib/src/norwegian/NounNor.gf b/old-lib/resource/norwegian/NounNor.gf similarity index 100% rename from next-lib/src/norwegian/NounNor.gf rename to old-lib/resource/norwegian/NounNor.gf diff --git a/next-lib/src/norwegian/NumeralNor.gf b/old-lib/resource/norwegian/NumeralNor.gf similarity index 100% rename from next-lib/src/norwegian/NumeralNor.gf rename to old-lib/resource/norwegian/NumeralNor.gf diff --git a/next-lib/src/norwegian/ParadigmsNor.gf b/old-lib/resource/norwegian/ParadigmsNor.gf similarity index 100% rename from next-lib/src/norwegian/ParadigmsNor.gf rename to old-lib/resource/norwegian/ParadigmsNor.gf diff --git a/next-lib/src/norwegian/PhraseNor.gf b/old-lib/resource/norwegian/PhraseNor.gf similarity index 100% rename from next-lib/src/norwegian/PhraseNor.gf rename to old-lib/resource/norwegian/PhraseNor.gf diff --git a/next-lib/src/norwegian/QuestionNor.gf b/old-lib/resource/norwegian/QuestionNor.gf similarity index 100% rename from next-lib/src/norwegian/QuestionNor.gf rename to old-lib/resource/norwegian/QuestionNor.gf diff --git a/next-lib/src/norwegian/RelativeNor.gf b/old-lib/resource/norwegian/RelativeNor.gf similarity index 100% rename from next-lib/src/norwegian/RelativeNor.gf rename to old-lib/resource/norwegian/RelativeNor.gf diff --git a/next-lib/src/norwegian/ResNor.gf b/old-lib/resource/norwegian/ResNor.gf similarity index 100% rename from next-lib/src/norwegian/ResNor.gf rename to old-lib/resource/norwegian/ResNor.gf diff --git a/next-lib/src/norwegian/SentenceNor.gf b/old-lib/resource/norwegian/SentenceNor.gf similarity index 100% rename from next-lib/src/norwegian/SentenceNor.gf rename to old-lib/resource/norwegian/SentenceNor.gf diff --git a/next-lib/src/norwegian/StructuralNor.gf b/old-lib/resource/norwegian/StructuralNor.gf similarity index 81% rename from next-lib/src/norwegian/StructuralNor.gf rename to old-lib/resource/norwegian/StructuralNor.gf index f47474cf8..7f23ddd62 100644 --- a/next-lib/src/norwegian/StructuralNor.gf +++ b/old-lib/resource/norwegian/StructuralNor.gf @@ -1,5 +1,5 @@ concrete StructuralNor of Structural = CatNor ** - open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in { + open MorphoNor, ParadigmsNor, Prelude in { flags optimize=all ; @@ -25,10 +25,10 @@ concrete StructuralNor of Structural = CatNor ** during_Prep = ss "under" ; either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; everybody_NP = regNP "alle" "alles" Plg ; - every_Det = {s = \\_,_ => "hver" ; sp = \\_,_ =>"enhver" ; n = Sg ; det = DDef Indef} ; + every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; everything_NP = regNP "alt" "alts" SgNeutr ; everywhere_Adv = ss "overalt" ; - few_Det = {s,sp = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; --- first_Ord = {s = "frste" ; isDet = True} ; DEPREC for_Prep = ss "for" ; from_Prep = ss "fra" ; @@ -44,11 +44,11 @@ concrete StructuralNor of Structural = CatNor ** MorphoNor.mkNP "jeg" "meg" (variants {"min" ; "mi"}) "mit" "mine" SgUtr P1 ; --- mi in_Prep = ss "i" ; it_Pron = MorphoNor.regNP "det" "dets" SgNeutr ; - less_CAdv = X.mkCAdv "mindre" conjThan ; - many_Det = {s,sp = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; - more_CAdv = X.mkCAdv "mer" conjThan ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; - much_Det = {s,sp = \\_,_ => "mye" ; n = Pl ; det = DDef Indef} ; + much_Det = {s = \\_,_ => "mye" ; n = Pl ; det = DDef Indef} ; must_VV = mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** {c2 = mkComplement [] ; lock_VV = <>} ; @@ -64,15 +64,15 @@ concrete StructuralNor of Structural = CatNor ** quite_Adv = ss "temmelig" ; she_Pron = MorphoNor.mkNP "hun" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; so_AdA = ss "s" ; - someSg_Det = {s,sp = \\_ => genderForms "noen" "noe" ; n = Sg ; det = DIndef} ; - somePl_Det = {s,sp = \\_,_ => "noen" ; n = Pl ; det = DIndef} ; + someSg_Det = {s = \\_ => genderForms "noen" "noe" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "noen" ; n = Pl ; det = DIndef} ; somebody_NP = regNP "noen" "noens" SgUtr ; something_NP = regNP "noe" "noes" SgNeutr ; somewhere_Adv = ss ["et eller annet sted"] ; ---- ? that_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["den der"] ["det der"] ; - Pl => \\_,_,_ => ["de der"] + {s = table { + Sg => \\_ => genderForms ["den der"] ["det der"] ; + Pl => \\_,_ => ["de der"] } ; det = DDef Indef } ; @@ -82,9 +82,9 @@ concrete StructuralNor of Structural = CatNor ** therefore_PConj = ss "derfor" ; they_Pron = MorphoNor.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; this_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["denne"] ["dette"] ; - Pl => \\_,_,_ => ["disse"] + {s = table { + Sg => \\_ => genderForms ["denne"] ["dette"] ; + Pl => \\_,_ => ["disse"] } ; det = DDef Def } ; @@ -119,7 +119,6 @@ concrete StructuralNor of Structural = CatNor ** MorphoNor.mkNP "du" "deg" (variants {"din" ; "di"}) "dit" "dine" SgUtr P2 ; ---- youPl_Pron = MorphoNor.mkNP "dere" "dere" "deres" "deres" "deres" Plg P2 ; youPol_Pron = MorphoNor.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl - have_V2 = dirV2 IrregNor.ha_V ; -- Auxiliaries that are used repeatedly. diff --git a/next-lib/src/norwegian/VerbNor.gf b/old-lib/resource/norwegian/VerbNor.gf similarity index 100% rename from next-lib/src/norwegian/VerbNor.gf rename to old-lib/resource/norwegian/VerbNor.gf diff --git a/old-lib/resource/restest.gfs b/old-lib/resource/restest.gfs new file mode 100644 index 000000000..d02b0356e --- /dev/null +++ b/old-lib/resource/restest.gfs @@ -0,0 +1,173 @@ +i english/LangEng.gf +i finnish/LangFin.gf + +l PositA warm_A +l ComparA warm_A (UsePron i_Pron) +l ComplA2 married_A2 (UsePron she_Pron) +l ReflA2 married_A2 +l PositA (UseA2 married_A2) +l SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +l AdAP very_AdA (PositA warm_A) +l PositAdvAdj warm_A +l PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +l ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +l ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +l SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +l AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +l ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +l ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +l ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +l DConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l DConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +l DConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +l DConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) +l ImpersCl (UseComp (CompAP (PositA hot_A))) +l GenericCl (UseV sleep_V) +l CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +l CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +l ExistNP (DetArtSg IndefArt (UseN house_N)) +l ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ComplVV must_VV (ProgrVP (UseV come_V)))))) NoVoc +l ImpPl1 (UseV go_V) +l DetArtSg DefArt (UseN man_N) +l UsePN john_PN +l UsePron he_Pron +l PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +l PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +l AdvNP (UsePN paris_PN) today_Adv +l RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +l DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +l DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +l DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +l DetCN (DetQuant this_Quant NumPl) (UseN man_N) +l DetCN (DetQuant this_Quant NumSg) (UseN man_N) +l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +l NumCard (NumDigits (IIDig D_5 (IDig D_1))) +l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +l NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +l OrdDigits (IIDig D_5 (IDig D_1)) +l OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +l OrdSuperl warm_A +l DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +l DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +l DetArtSg DefArt (UseN man_N) +l DetArtPl DefArt (UseN man_N) +l MassNP (UseN beer_N) +l DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +l UseN house_N +l ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +l ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +l UseN2 mother_N2 +l ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +l ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +l UseN2 (Use2N3 distance_N3) +l AdjCN (PositA big_A) (UseN house_N) +l RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +l AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +l SentCN (UseN house_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +l ApposCN (UseN city_N) (UsePN paris_PN) +l num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +l num (pot2as3 (pot1as2 (pot0as1 pot01))) +l num (pot2as3 (pot1as2 (pot1 n6))) +l num (pot2as3 (pot1as2 pot110)) +l num (pot2as3 (pot1as2 pot111)) +l num (pot2as3 (pot1as2 (pot1to19 n6))) +l num (pot2as3 (pot1as2 (pot1 n6))) +l num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +l num (pot2as3 (pot2 (pot0 n4))) +l num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +l num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +l num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +l IDig D_8 +l IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) +l PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +l UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +l UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +l UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +l UttImpPol PNeg (ImpVP (UseV sleep_V)) +l UttIP whoPl_IP +l UttIP whoSg_IP +l UttIAdv why_IAdv +l UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +l UttAdv here_Adv +l UttVP (UseV sleep_V) +l VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) +l QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +l QuestVP whoSg_IP (UseV walk_V) +l QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +l QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +l QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +l IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +l IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +l AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +l IdetIP (IdetQuant which_IQuant NumSg) +l PrepIP with_Prep whoSg_IP +l QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +l QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +l PredVP (UsePN john_PN) (UseV walk_V) +l PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +l ImpVP (ReflVP (SlashV2a love_V2)) +l EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +l EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +l EmbedVP (UseV go_V) +l UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +l UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +l RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) +l TEmpty +l TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +l TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +l TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty +l PredVP (UsePron i_Pron) (UseV sleep_V) +l PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +l PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +l PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +l PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +l PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +l PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +l PredVP (UsePron we_Pron) (PassV2 love_V2) +l PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +l PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +l PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +l PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +l PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (SentCN (UseN woman_N) (EmbedQS (UseQCl TCond ASimul PPos (QuestSlash (IdetIP (IdetQuant which_IQuant NumPl)) (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep))))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +l PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +l PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +l PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +l RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2a buy_V2)) (UsePron it_Pron))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))) (UsePron it_Pron))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc diff --git a/next-lib/src/romance/AdjectiveRomance.gf b/old-lib/resource/romance/AdjectiveRomance.gf similarity index 55% rename from next-lib/src/romance/AdjectiveRomance.gf rename to old-lib/resource/romance/AdjectiveRomance.gf index d24d6dff0..5ff9babb0 100644 --- a/next-lib/src/romance/AdjectiveRomance.gf +++ b/old-lib/resource/romance/AdjectiveRomance.gf @@ -8,29 +8,14 @@ incomplete concrete AdjectiveRomance of Adjective = isPre = a.isPre } ; ComparA a np = { - s = \\af => a.s ! Compar ! af ++ conjThan ++ (np.s ! Nom).ton ; + s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Ton Nom ; isPre = False } ; - CAdvAP ad ap np = { - s = \\af => ad.s ++ ap.s ! af ++ ad.p ++ (np.s ! Nom).ton ; - isPre = False - } ; - UseComparA a = { - s = \\af => a.s ! Compar ! af ; - isPre = a.isPre - } ; - AdjOrd ord = { - s = \\af => ord.s ! (case af of { - AF g n => aagr g n ; - _ => aagr Masc Sg ---- - }) ; - isPre = False ---- - } ; -- $SuperlA$ belongs to determiner syntax in $Noun$. ComplA2 adj np = { - s = \\af => adj.s ! Posit ! af ++ appCompl adj.c2 np ; + s = \\af => adj.s ! Posit ! af ++ appCompl adj.c2 np.s ; isPre = False } ; @@ -51,9 +36,6 @@ incomplete concrete AdjectiveRomance of Adjective = isPre = ap.isPre } ; - UseA2 a = { - s = a.s ! Posit ; - isPre = False ---- A2 has no isPre - } ; + UseA2 a = a ** {isPre = False} ; } diff --git a/next-lib/src/romance/AdverbRomance.gf b/old-lib/resource/romance/AdverbRomance.gf similarity index 63% rename from next-lib/src/romance/AdverbRomance.gf rename to old-lib/resource/romance/AdverbRomance.gf index 79e9e8326..4fe30e707 100644 --- a/next-lib/src/romance/AdverbRomance.gf +++ b/old-lib/resource/romance/AdverbRomance.gf @@ -6,19 +6,20 @@ incomplete concrete AdverbRomance of Adverb = s = a.s ! Posit ! AA } ; ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! AA ++ cadv.p ++ (np.s ! Nom).ton + s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ np.s ! Ton Nom } ; ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! AA ++ cadv.p ++ s.s ! Conjunct --- ne + s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ s.s ! Conjunct --- ne } ; - PrepNP prep np = {s = prep.s ++ (np.s ! prep.c).ton} ; + PrepNP prep np = {s = prep.s ++ np.s ! case2npform prep.c} ; AdAdv = cc2 ; SubjS subj s = { s = subj.s ++ s.s ! subj.m } ; +---b AdvSC s = s ; AdnCAdv cadv = {s = cadv.s ++ conjThan} ; diff --git a/next-lib/src/romance/CatRomance.gf b/old-lib/resource/romance/CatRomance.gf similarity index 82% rename from next-lib/src/romance/CatRomance.gf rename to old-lib/resource/romance/CatRomance.gf index 188f535f5..4a88dd082 100644 --- a/next-lib/src/romance/CatRomance.gf +++ b/old-lib/resource/romance/CatRomance.gf @@ -1,5 +1,5 @@ incomplete concrete CatRomance of Cat = - CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] + CommonX - [Tense,TPres,TPast,TFut,TCond] ** open Prelude, CommonRomance, ResRomance, (R = ParamX) in { flags optimize=all_subs ; @@ -55,19 +55,12 @@ incomplete concrete CatRomance of Cat = -- Noun CN = {s : Number => Str ; g : Gender} ; - Pron = Pronoun ; - NP = NounPhrase ; - Det = { - s : Gender => Case => Str ; - n : Number ; - s2 : Str ; -- -ci - sp : Gender => Case => Str -- substantival: mien, mienne - } ; - Quant = { - s : Bool => Number => Gender => Case => Str ; - s2 : Str ; - sp : Number => Gender => Case => Str - } ; + NP,Pron = Pronoun ; + Det = {s : Gender => Case => Str ; n : Number} ; +--- QuantSg = {s : Gender => Case => Str} ; +--- QuantPl = {s : Bool => Gender => Case => Str} ; + Quant = {s : Number => Gender => Case => Str} ; + Art = {s : Bool => Number => Gender => Case => Str} ; Predet = {s : AAgr => Case => Str ; c : Case} ; -- c : la plupart de Num = {s : Gender => Str ; isNum : Bool ; n : Number} ; Card = {s : Gender => Str ; n : Number} ; @@ -103,10 +96,8 @@ incomplete concrete CatRomance of Cat = -- tense augmented with pass simple - Temp = {s : Str ; t : RTense ; a : Anteriority} ; Tense = {s : Str ; t : RTense} ; lin - TTAnt t a = {s = a.s ++ t.s ; a = a.a ; t = t.t} ; TPres = {s = []} ** {t = RPres} ; TPast = {s = []} ** {t = RPast} ; --# notpresent TFut = {s = []} ** {t = RFut} ; --# notpresent diff --git a/next-lib/src/romance/CommonRomance.gf b/old-lib/resource/romance/CommonRomance.gf similarity index 97% rename from next-lib/src/romance/CommonRomance.gf rename to old-lib/resource/romance/CommonRomance.gf index 82da3b824..f167f38fa 100644 --- a/next-lib/src/romance/CommonRomance.gf +++ b/old-lib/resource/romance/CommonRomance.gf @@ -203,9 +203,9 @@ oper } ; agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic neg : Polarity => (Str * Str) ; -- ne-pas - clit1 : Str ; -- le/se - clit2 : Str ; -- lui - clit3 : Str ; -- y en + clAcc : CAgr ; -- le/se + clDat : CAgr ; -- lui + clit2 : Str ; -- y en comp : Agr => Str ; -- content(e) ; ma mre ; hier ext : Polarity => Str ; -- que je dors / que je dorme } ; diff --git a/next-lib/src/romance/ConjunctionRomance.gf b/old-lib/resource/romance/ConjunctionRomance.gf similarity index 50% rename from next-lib/src/romance/ConjunctionRomance.gf rename to old-lib/resource/romance/ConjunctionRomance.gf index 521d2ed4b..894fccefa 100644 --- a/next-lib/src/romance/ConjunctionRomance.gf +++ b/old-lib/resource/romance/ConjunctionRomance.gf @@ -5,20 +5,41 @@ incomplete concrete ConjunctionRomance of Conjunction = lin +{---b + ConjS conj ss = conjunctTable Mood conj ss ; + DConjS conj ss = conjunctDistrTable Mood conj ss ; + + ConjAdv conj ss = conjunctSS conj ss ; + DConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctTable NPForm conj ss ** { + a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + hasClit = False + } ; + DConjNP conj ss = conjunctDistrTable NPForm conj ss ** { + a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + hasClit = False + } ; + + ConjAP conj ss = conjunctTable AForm conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; +---} + ConjS conj ss = conjunctDistrTable Mood conj ss ; ConjAdv conj ss = conjunctDistrSS conj ss ; - ConjNP conj ss = heavyNP (conjunctDistrTable Case conj ss ** { + ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; hasClit = False - }) ; + } ; ConjAP conj ss = conjunctDistrTable AForm conj ss ** { isPre = ss.isPre } ; - ConjRS conj ss = conjunctDistrTable2 Mood Agr conj ss ** { - c = ss.c - } ; -- These fun's are generated from the list cat's. @@ -28,25 +49,22 @@ incomplete concrete ConjunctionRomance of Conjunction = BaseAdv = twoSS ; ConsAdv = consrSS comma ; BaseNP x y = { - s1 = \\c => (x.s ! c).ton ; - s2 = \\c => (y.s ! c).ton ; ----e (conjunctCase c) ; + s1 = \\c => x.s ! stressedCase c ; + s2 = \\c => y.s ! (conjunctCase c) ; a = conjAgr x.a y.a } ; ConsNP x xs = { - s1 = \\c => (x.s ! c).ton ++ comma ++ xs.s1 ! c ; ----e (conjunctCase c) ; - s2 = \\c => xs.s2 ! c ; ----e (conjunctCase c) ; + s1 = \\c => x.s ! stressedCase c ++ comma ++ xs.s1 ! (conjunctCase c) ; + s2 = \\c => xs.s2 ! (conjunctCase c) ; a = conjAgr x.a xs.a } ; BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; - BaseRS x y = twoTable2 Mood Agr x y ** {c = y.c} ; - ConsRS xs x = consrTable2 Mood Agr comma xs x ** {c = xs.c} ; lincat [S] = {s1,s2 : Mood => Str} ; [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : Case => Str ; a : Agr} ; + [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; - [RS] = {s1,s2 : Mood => Agr => Str ; c : Case} ; } diff --git a/next-lib/src/romance/DiffRomance.gf b/old-lib/resource/romance/DiffRomance.gf similarity index 97% rename from next-lib/src/romance/DiffRomance.gf rename to old-lib/resource/romance/DiffRomance.gf index 70dd40943..7f43f7639 100644 --- a/next-lib/src/romance/DiffRomance.gf +++ b/old-lib/resource/romance/DiffRomance.gf @@ -53,7 +53,7 @@ interface DiffRomance = open CommonRomance, Prelude in { --2 Constants that must derivatively depend on language - param NPForm = Ton Case | Aton Case | Poss {g : Gender ; n : Number} ; --- AAgr + param NPForm = Ton Case | Aton Case | Poss Gender Number ; --- AAgr oper dative : Case ; oper genitive : Case ; diff --git a/next-lib/src/romance/ExtRomance.gf b/old-lib/resource/romance/ExtRomance.gf similarity index 100% rename from next-lib/src/romance/ExtRomance.gf rename to old-lib/resource/romance/ExtRomance.gf diff --git a/next-lib/src/romance/ExtraRomance.gf b/old-lib/resource/romance/ExtraRomance.gf similarity index 100% rename from next-lib/src/romance/ExtraRomance.gf rename to old-lib/resource/romance/ExtraRomance.gf diff --git a/next-lib/src/romance/ExtraRomanceAbs.gf b/old-lib/resource/romance/ExtraRomanceAbs.gf similarity index 100% rename from next-lib/src/romance/ExtraRomanceAbs.gf rename to old-lib/resource/romance/ExtraRomanceAbs.gf diff --git a/old-lib/resource/romance/NounRomance.gf b/old-lib/resource/romance/NounRomance.gf new file mode 100644 index 000000000..b505cb5ca --- /dev/null +++ b/old-lib/resource/romance/NounRomance.gf @@ -0,0 +1,210 @@ +incomplete concrete NounRomance of Noun = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = + let + g = cn.g ; + n = det.n + in { + s = \\c => let cs = npform2case c in + det.s ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + UsePN = pn2np ; + + UsePron p = p ; + + PredetNP pred np = { + s = \\c => pred.s ! aagr (np.a.g) (np.a.n) ! npform2case c ++ --- subtype + np.s ! case2npform pred.c ; + a = np.a ; + hasClit = False + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! VPart np.a.g np.a.n ; + a = np.a ; + hasClit = False + } ; + + RelNP np rs = { + s = \\c => np.s ! c ++ rs.s ! Indic ! np.a ; + a = np.a ; + hasClit = False + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a ; + hasClit = False + } ; + + DetQuantOrd quant num ord = { + s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g num.n ; + n = num.n + } ; + + DetQuant quant num = { + s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ; + n = num.n + } ; + +{---b + DetSg quant ord = { + s = \\g,c => quant.s ! False ! Sg ! g ! c ++ ord.s ! aagr g Sg ; + n = Sg + } ; + DetPl quant num ord = { + s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g Pl ; + n = num.n + } ; +-} + + DetNP det = + let + g = Masc ; ---- Fem in Extra + n = det.n + in { + s = \\c => let cs = npform2case c in + det.s ! g ! cs ; + a = agrP3 g n ; + hasClit = False + } ; + + PossPron p = { + s = \\n,g,c => possCase g n c ++ p.s ! Poss g n ---- il mio! + } ; + + NumSg = {s = \\_ => [] ; isNum = False ; n = Sg} ; + NumPl = {s = \\_ => [] ; isNum = False ; n = Pl} ; +---b NoNum = {s = \\_ => [] ; isNum = False ; n = Pl} ; +---b NoOrd = {s = \\_ => []} ; + +---b NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; +---b OrdInt n = {s = \\_ => n.s ++ "."} ; --- + + NumCard n = n ** {isNum = True} ; + + NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdDigits nu = {s = \\a => nu.s ! NOrd a.g a.n} ; + + NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdNumeral nu = {s = \\a => nu.s ! NOrd a.g a.n} ; + + AdNum adn num = {s = \\a => adn.s ++ num.s ! a ; isNum = num.isNum ; n = num.n} ; + + OrdSuperl adj = {s = \\a => adj.s ! Superl ! AF a.g a.n} ; + + DetArtOrd quant num ord = { + s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g num.n ; + n = num.n + } ; + + DetArtCard quant num = { + s = \\g,c => quant.s ! True ! num.n ! g ! c ++ num.s ! g ; + n = num.n + } ; + + DetArtSg det cn = + let + g = cn.g ; + n = Sg + in { + s = \\c => let cs = npform2case c in + det.s ! False ! n ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + DetArtPl det cn = + let + g = cn.g ; + n = Pl + in { + s = \\c => let cs = npform2case c in + det.s ! False ! n ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + DefArt = { + s = \\_,n,g,c => artDef g n c + } ; + + IndefArt = { + s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ; + } ; + + MassNP cn = let + g = cn.g ; + n = Sg + in { + s = \\c => partitive g (npform2case c) ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + +{---b + MassDet = { + s = \\b,n,g,c => case of { + => partitive g c ; + _ => prepCase genitive ---- + } + } ; +-} + +-- This is based on record subtyping. + + UseN, UseN2 = \noun -> noun ; +---b UseN3 = \noun -> noun ; + + Use2N3 f = f ; + + Use3N3 f = f ** {c2 = f.c3} ; + + ComplN2 f x = { + s = \\n => f.s ! n ++ appCompl f.c2 x.s ; + g = f.g ; + } ; + + ComplN3 f x = { + s = \\n => f.s ! n ++ appCompl f.c2 x.s ; + g = f.g ; + c2 = f.c3 + } ; + + AdjCN ap cn = + let + g = cn.g + in { + s = \\n => preOrPost ap.isPre (ap.s ! (AF g n)) (cn.s ! n) ; + g = g ; + } ; + + RelCN cn rs = let g = cn.g in { + s = \\n => cn.s ! n ++ rs.s ! Indic ! agrP3 g n ; --- mood + g = g + } ; + SentCN cn sc = let g = cn.g in { + s = \\n => cn.s ! n ++ sc.s ; + g = g + } ; + AdvCN cn sc = let g = cn.g in { + s = \\n => cn.s ! n ++ sc.s ; + g = g + } ; + + ApposCN cn np = let g = cn.g in { + s = \\n => cn.s ! n ++ np.s ! Ton Nom ; + g = g + } ; + +} diff --git a/next-lib/src/romance/PhraseRomance.gf b/old-lib/resource/romance/PhraseRomance.gf similarity index 89% rename from next-lib/src/romance/PhraseRomance.gf rename to old-lib/resource/romance/PhraseRomance.gf index e9416284b..4de6b28e5 100644 --- a/next-lib/src/romance/PhraseRomance.gf +++ b/old-lib/resource/romance/PhraseRomance.gf @@ -14,7 +14,7 @@ incomplete concrete PhraseRomance of Phrase = UttIP ip = {s = ip.s ! Nom} ; --- Acc also UttIAdv iadv = iadv ; - UttNP np = {s = (np.s ! Nom).ton} ; + UttNP np = {s = np.s ! Ton Nom} ; UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr UttAdv adv = adv ; @@ -22,6 +22,6 @@ incomplete concrete PhraseRomance of Phrase = PConjConj conj = {s = conj.s2} ; NoVoc = {s = []} ; - VocNP np = {s = "," ++ (np.s ! Nom).ton} ; + VocNP np = {s = "," ++ np.s ! Ton Nom} ; } diff --git a/next-lib/src/romance/QuestionRomance.gf b/old-lib/resource/romance/QuestionRomance.gf similarity index 97% rename from next-lib/src/romance/QuestionRomance.gf rename to old-lib/resource/romance/QuestionRomance.gf index 09a6e5e9e..6d2fa8669 100644 --- a/next-lib/src/romance/QuestionRomance.gf +++ b/old-lib/resource/romance/QuestionRomance.gf @@ -50,7 +50,7 @@ incomplete concrete QuestionRomance of Question = s = \\t,a,p,_ => let vp = predV copula ; - cls = (mkClause (np.s ! Nom).comp np.hasClit np.a vp).s ! + cls = (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ! DInv ! t ! a ! p ! Indic ; why = icomp.s ! {g = np.a.g ; n = np.a.n} in why ++ cls diff --git a/next-lib/src/romance/RelativeRomance.gf b/old-lib/resource/romance/RelativeRomance.gf similarity index 94% rename from next-lib/src/romance/RelativeRomance.gf rename to old-lib/resource/romance/RelativeRomance.gf index f8d3f466f..40b83c1b3 100644 --- a/next-lib/src/romance/RelativeRomance.gf +++ b/old-lib/resource/romance/RelativeRomance.gf @@ -37,7 +37,7 @@ incomplete concrete RelativeRomance of Relative = } ; FunRP p np rp = { - s = \\_,a,c => (np.s ! Nom).ton ++ p.s ++ rp.s ! True ! a ! p.c ; + s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ; a = {g = np.a.g ; n = np.a.n} ; hasAgr = True } ; diff --git a/next-lib/src/romance/ResRomance.gf b/old-lib/resource/romance/ResRomance.gf similarity index 68% rename from next-lib/src/romance/ResRomance.gf rename to old-lib/resource/romance/ResRomance.gf index ea3e215ab..73ec6c8db 100644 --- a/next-lib/src/romance/ResRomance.gf +++ b/old-lib/resource/romance/ResRomance.gf @@ -12,22 +12,7 @@ oper nominative : Case = Nom ; accusative : Case = Acc ; ---e Pronoun = {s : NPForm => Str ; a : Agr ; hasClit : Bool} ; - NounPhrase : Type = { - s : Case => {c1,c2,comp,ton : Str} ; - a : Agr ; - hasClit : Bool - } ; - Pronoun : Type = NounPhrase ** { - poss : Number => Gender => Str ---- also: substantival - } ; - - heavyNP : {s : Case => Str ; a : Agr} -> NounPhrase = \np -> { - s = \\c => {comp,ton = np.s ! c ; c1,c2 = []} ; - a = np.a ; - hasClit = False - } ; ---e + Pronoun = {s : NPForm => Str ; a : Agr ; hasClit : Bool} ; Compl : Type = {s : Str ; c : Case ; isDir : Bool} ; @@ -35,15 +20,15 @@ oper complGen : Compl = {s = [] ; c = genitive ; isDir = False} ; complDat : Compl = {s = [] ; c = dative ; isDir = True} ; ---e - pn2np : {s : Str ; g : Gender} -> NounPhrase = \pn -> heavyNP { - s = \\c => prepCase c ++ pn.s ; - a = agrP3 pn.g Sg - } ; + pn2np : {s : Str ; g : Gender} -> Pronoun = \pn -> { + s = \\c => prepCase (npform2case c) ++ pn.s ; + a = agrP3 pn.g Sg ; + hasClit = False + } ; npform2case : NPForm -> Case = \p -> case p of { Ton x => x ; - Poss _ => genitive ; + Poss _ _ => genitive ; Aton x => x } ; @@ -60,23 +45,21 @@ oper _ => c } ; - appCompl : Compl -> NounPhrase -> Str = \comp,np -> - comp.s ++ (np.s ! comp.c).ton ; ---e appCompl : Compl -> (NPForm => Str) -> Str = \comp,np -> ---e comp.s ++ np ! Ton comp.c ; + appCompl : Compl -> (NPForm => Str) -> Str = \comp,np -> + comp.s ++ np ! Ton comp.c ; oper VP : Type = { - s : Verb ; - agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic - neg : Polarity => (Str * Str) ; -- ne-pas - clit1 : Str ; -- le/se - clit2 : Str ; -- lui - clit3 : Str ; -- y en - comp : Agr => Str ; -- content(e) ; ma mre ; hier - ext : Polarity => Str ; -- que je dors / que je dorme - } ; + s : Verb ; + agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic + neg : Polarity => (Str * Str) ; -- ne-pas + clAcc : CAgr ; -- le/se + clDat : CAgr ; -- lui + clit2 : Str ; -- y en + comp : Agr => Str ; -- content(e) ; ma mre ; hier + ext : Polarity => Str ; -- que je dors / que je dorme + } ; useVP : VP -> VPC = \vp -> @@ -118,13 +101,16 @@ oper VPGerund => vf (\_ -> []) (\_ -> vger) ; VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b) } ; - agr = vp.agr ; - neg = vp.neg ; - clit1 = vp.clit1 ; - clit2 = vp.clit2 ; - clit3 = vp.clit3 ; - comp = vp.comp ; - ext = vp.ext + agr = vp.agr ; -- partAgr typ ; + neg = vp.neg ; -- negation ; + clAcc = vp.clAcc ; -- case isVRefl typ of { + -- True => CRefl ; + -- _ => CNone + -- } ; + clDat = vp.clDat ; -- CNone ; --- no dative refls + clit2 = vp.clit2 ; -- [] ; + comp = vp.comp ; -- \\a => [] ; + ext = vp.ext -- \\p => [] } ; predV : Verb -> VP = \verb -> @@ -134,24 +120,18 @@ oper s = {s = verb.s ; vtyp = typ} ; agr = partAgr typ ; neg = negation ; -{- ----e clAcc = case isVRefl typ of { True => CRefl ; _ => CNone } ; --} - clit1 = [] ; + clDat = CNone ; --- no dative refls clit2 = [] ; - clit3 = [] ; comp = \\a => [] ; ext = \\p => [] } ; - insertObject : Compl -> NounPhrase -> VP -> VP = \c,np,vp -> + insertObject : Compl -> Pronoun -> VP -> VP = \c,np,vp -> let - obj = np.s ! c.c ; - -{- ----e vpacc = vp.clAcc ; vpdat = vp.clDat ; vpagr = vp.agr ; @@ -166,29 +146,24 @@ oper } ; _ => noNewClit } ; --} ----e in { - s = vp.s ; - agr = vp.agr ; ----e - clit1 = vp.clit1 ++ obj.c1 ; - clit2 = vp.clit2 ++ obj.c2 ; - clit3 = vp.clit3 ; - comp = \\a => vp.comp ! a ++ c.s ++ obj.comp ; -----e agr = cc.p4 ; ----- clAcc = cc.p1 ; ----- clDat = cc.p2 ; -----e comp = \\a => cc.p3 ++ vp.comp ! a ; + s = vp.s ; + agr = cc.p4 ; + clAcc = cc.p1 ; + clDat = cc.p2 ; + clit2 = vp.clit2 ; neg = vp.neg ; + comp = \\a => cc.p3 ++ vp.comp ! a ; ext = vp.ext ; } ; insertComplement : (Agr => Str) -> VP -> VP = \co,vp -> { s = vp.s ; agr = vp.agr ; - clit1 = vp.clit1 ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = vp.neg ; comp = \\a => vp.comp ! a ++ co ! a ; ext = vp.ext ; @@ -201,21 +176,20 @@ oper insertAgr : AAgr -> VP -> VP = \ag,vp -> { s = vp.s ; agr = vpAgrClit (agrP3 ag.g ag.n) ; - clit1 = vp.clit1 ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = vp.neg ; comp = vp.comp ; ext = vp.ext ; } ; -----e insertRefl : VP -> VP = \vp -> { s = {s = vp.s.s ; vtyp = vRefl} ; agr = vp.agr ; - clit1 = vp.clit1 ; + clAcc = CRefl ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = vp.neg ; comp = vp.comp ; ext = vp.ext ; @@ -224,9 +198,9 @@ oper insertAdv : Str -> VP -> VP = \co,vp -> { s = vp.s ; agr = vp.agr ; - clit1 = vp.clit1 ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = vp.neg ; comp = \\a => vp.comp ! a ++ co ; ext = vp.ext ; @@ -235,20 +209,20 @@ oper insertAdV : Str -> VP -> VP = \co,vp -> { s = vp.s ; agr = vp.agr ; - clit1 = vp.clit1 ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = \\b => let vpn = vp.neg ! b in {p1 = vpn.p1 ; p2 = vpn.p2 ++ co} ; comp = vp.comp ; ext = vp.ext ; } ; - insertClit3 : Str -> VP -> VP = \co,vp -> { + insertClit2 : Str -> VP -> VP = \co,vp -> { s = vp.s ; agr = vp.agr ; - clit1 = vp.clit1 ; - clit2 = vp.clit2 ; - clit3 = vp.clit3 ++ co ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ++ co ; ---- y en neg = vp.neg ; comp = vp.comp ; ext = vp.ext ; @@ -257,9 +231,9 @@ oper insertExtrapos : (Polarity => Str) -> VP -> VP = \co,vp -> { s = vp.s ; agr = vp.agr ; - clit1 = vp.clit1 ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; clit2 = vp.clit2 ; - clit3 = vp.clit3 ; neg = vp.neg ; comp = vp.comp ; ext = \\p => vp.ext ! p ++ co ! p ; @@ -284,16 +258,15 @@ oper verb = vps.fin ! agr ; inf = vps.inf ! (appVPAgr vp.agr (aagr agr.g agr.n)) ; --- subtype bug neg = vp.neg ! b ; ---e clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; ---e compl = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! b - clit = vp.clit1 ++ vp.clit2 ++ vp.clit3 ; - compl = vp.comp ! agr ++ vp.ext ! b + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + compl = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! b in case d of { DDir => - subj ++ neg.p1 ++ clit ++ verb ++ neg.p2 ++ inf ; + subj ++ neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ neg.p2 ++ inf ; DInv => - neg.p1 ++ clit ++ verb ++ preOrPost hasClit subj (neg.p2 ++ inf) + neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ + preOrPost hasClit subj (neg.p2 ++ inf) } ++ compl } ; @@ -304,16 +277,14 @@ oper infVP : VP -> Agr -> Str = \vpr,agr -> let vp = useVP vpr ; -----e clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; -----e iform = infForm agr.n agr.p vp.clAcc vp.clDat ; - clpr = ; ----e - iform = False ; ----e + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + iform = infForm agr.n agr.p vp.clAcc vp.clDat ; inf = (vp.s ! VPInfinit Simul iform).inf ! (aagr agr.g agr.n) ; neg = vp.neg ! Pos ; --- Neg not in API obj = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol in - clitInf clpr.p3 (clpr.p1 ++ vp.clit3) inf ++ obj ; - + clitInf clpr.p3 (clpr.p1 ++ vp.clit2) inf ++ obj ; + } -- insertObject: diff --git a/next-lib/src/romance/SentenceRomance.gf b/old-lib/resource/romance/SentenceRomance.gf similarity index 51% rename from next-lib/src/romance/SentenceRomance.gf rename to old-lib/resource/romance/SentenceRomance.gf index beb393df8..66b9ed8dd 100644 --- a/next-lib/src/romance/SentenceRomance.gf +++ b/old-lib/resource/romance/SentenceRomance.gf @@ -4,7 +4,7 @@ incomplete concrete SentenceRomance of Sentence = flags optimize=all_subs ; lin - PredVP np vp = mkClause (np.s ! Nom).comp np.hasClit np.a vp ; + PredVP np vp = mkClause (np.s ! Aton Nom) np.hasClit np.a vp ; PredSCVP sc vp = mkClause sc.s False (agrP3 Masc Sg) vp ; @@ -17,16 +17,34 @@ incomplete concrete SentenceRomance of Sentence = SlashVP np v2 = -- agreement decided afterwards: la fille qu'il a trouve {s = \\ag => - let - vp = v2 -----e vp = case of { ----- => insertAgr ag v2 ; ----- _ => v2 -----e } - in (mkClause (np.s ! Nom).comp np.hasClit np.a vp).s ; + let vp = case of { + => insertAgr ag v2 ; + _ => v2 + } + in (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ; c2 = v2.c2 } ; +{---b + SlashV2 np v2 = + {s = \\d,ag =>case of { + => + (mkClause (np.s ! Aton Nom) np.hasClit np.a + (insertAgr ag (predV v2))).s ! d ; + _ => (mkClause (np.s ! Aton Nom) np.hasClit np.a (predV v2)).s ! d + } ; + c2 = v2.c2 + } ; + + SlashVVV2 np vv v2 = + {s = \\d,_ => + (mkClause + (np.s ! Aton Nom) np.hasClit np.a + (insertComplement + (\\a => prepCase vv.c2.c ++ v2.s ! VInfin False) (predV vv))).s ! d; + c2 = v2.c2 + } ; +-} AdvSlash slash adv = { s = \\ag,d,t,a,b,m => slash.s ! ag ! d ! t ! a ! b ! m ++ adv.s ; c2 = slash.c2 @@ -40,7 +58,7 @@ incomplete concrete SentenceRomance of Sentence = SlashVS np vs slash = {s = \\ag => (mkClause - (np.s ! Nom).comp np.hasClit np.a + (np.s ! Aton Nom) np.hasClit np.a (insertExtrapos (\\b => conjThat ++ slash.s ! ag ! (vs.m ! b)) (predV vs)) ).s ; @@ -51,19 +69,19 @@ incomplete concrete SentenceRomance of Sentence = EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = infVP vp (agrP3 Masc Sg)} ; --- agr ---- compl - UseCl t p cl = { - s = \\o => t.s ++ p.s ++ cl.s ! DDir ! t.t ! t.a ! p.p ! o + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! DDir ! t.t ! a.a ! p.p ! o } ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! q + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q } ; - UseRCl t p cl = { - s = \\r,ag => t.s ++ p.s ++ cl.s ! ag ! t.t ! t.a ! p.p ! r ; + UseRCl t a p cl = { + s = \\r,ag => t.s ++ a.s ++ p.s ++ cl.s ! ag ! t.t ! a.a ! p.p ! r ; c = cl.c } ; - UseSlash t p cl = { + UseSlash t a p cl = { s = \\ag,mo => - t.s ++ p.s ++ cl.s ! ag ! DDir ! t.t ! t.a ! p.p ! mo ; + t.s ++ a.s ++ p.s ++ cl.s ! ag ! DDir ! t.t ! a.a ! p.p ! mo ; c2 = cl.c2 } ; diff --git a/next-lib/src/romance/VerbRomance.gf b/old-lib/resource/romance/VerbRomance.gf similarity index 98% rename from next-lib/src/romance/VerbRomance.gf rename to old-lib/resource/romance/VerbRomance.gf index 691905d3b..96992bd35 100644 --- a/next-lib/src/romance/VerbRomance.gf +++ b/old-lib/resource/romance/VerbRomance.gf @@ -74,7 +74,7 @@ incomplete concrete VerbRomance of Verb = UseComp comp = insertComplement comp.s (predV copula) ; CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n} ; - CompNP np = {s = \\_ => (np.s ! Nom).ton} ; + CompNP np = {s = \\_ => np.s ! Ton Acc} ; CompAdv a = {s = \\_ => a.s} ; AdvVP vp adv = insertAdv adv.s vp ; diff --git a/next-lib/src/russian/AdjectiveRus.gf b/old-lib/resource/russian/AdjectiveRus.gf similarity index 51% rename from next-lib/src/russian/AdjectiveRus.gf rename to old-lib/resource/russian/AdjectiveRus.gf index 23336bb98..39c3d5209 100644 --- a/next-lib/src/russian/AdjectiveRus.gf +++ b/old-lib/resource/russian/AdjectiveRus.gf @@ -16,34 +16,16 @@ flags coding=utf8 ; p = True } ; - ---- AR 17/12/2008 - UseComparA bolshoj = - {s = \\af => bolshoj.s ! Compar ! af ; - p = True - } ; - - ---- AR 17/12/2008 - CAdvAP ad ap np = let adp = ad.s in { ---- should be ad.p - s = \\af => ad.s ++ ap.s ! af ++ adp ++ np.s ! (mkPronForm Gen Yes NonPoss) ; - p = True ----? - } ; - - ---- AR 17/12/2008 - AdjOrd a = { - s = a.s ; - p = True ---- ? - } ; - -- $SuperlA$ belongs to determiner syntax in $Noun$. ComplA2 vlublen tu = - {s = \\af => vlublen.s !Posit! af ++ vlublen.c2.s ++ - tu.s ! (mkPronForm vlublen.c2.c No NonPoss) ; + {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ + tu.s ! (mkPronForm vlublen.c No NonPoss) ; p = True } ; ReflA2 vlublen = - {s = \\af => vlublen.s !Posit! af ++ vlublen.c2.s ++ sam.s ! vlublen.c2.c; + {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ sam.s ! vlublen.c; p = True } ; @@ -58,9 +40,7 @@ flags coding=utf8 ; p = True } ; - UseA2 a = { - s = \\af => a.s ! Posit ! af ; - p = True - } ; + UseA2 a = a ; + } diff --git a/next-lib/src/russian/AdverbRus.gf b/old-lib/resource/russian/AdverbRus.gf similarity index 100% rename from next-lib/src/russian/AdverbRus.gf rename to old-lib/resource/russian/AdverbRus.gf diff --git a/next-lib/src/russian/AllRus.gf b/old-lib/resource/russian/AllRus.gf similarity index 100% rename from next-lib/src/russian/AllRus.gf rename to old-lib/resource/russian/AllRus.gf diff --git a/next-lib/src/russian/AllRusAbs.gf b/old-lib/resource/russian/AllRusAbs.gf similarity index 100% rename from next-lib/src/russian/AllRusAbs.gf rename to old-lib/resource/russian/AllRusAbs.gf diff --git a/next-lib/src/russian/CatRus.gf b/old-lib/resource/russian/CatRus.gf similarity index 80% rename from next-lib/src/russian/CatRus.gf rename to old-lib/resource/russian/CatRus.gf index e71eabf69..b3e3809c9 100644 --- a/next-lib/src/russian/CatRus.gf +++ b/old-lib/resource/russian/CatRus.gf @@ -44,7 +44,7 @@ concrete CatRus of Cat = CommonX ** open ResRus, Prelude in { -- Noun - CN = {s : NForm => Str; g : Gender; anim : Animacy} ; + CN = {s : Number => Case => Str; g : Gender; anim : Animacy} ; NP = { s : PronForm => Str ; n : Number ; p : Person ; g: PronGen ; anim : Animacy ; pron: Bool} ; Pron = { s : PronForm => Str ; n : Number ; p : Person ; @@ -60,7 +60,7 @@ concrete CatRus of Cat = CommonX ** open ResRus, Prelude in { -- The determined noun has the case parameter specific for the determiner Det = {s : AdjForm => Str; n: Number; g: PronGen; c: Case} ; - Predet, Quant = {s : AdjForm => Str; g: PronGen; c: Case} ; + Predet, Quant, Art = {s : AdjForm => Str; g: PronGen; c: Case} ; -- Numeral @@ -74,24 +74,24 @@ concrete CatRus of Cat = CommonX ** open ResRus, Prelude in { Conj = {s1,s2 : Str ; n : Number} ; Subj = {s : Str} ; - Prep = Complement ; + Prep = {s : Str ; c: Case } ; -- Open lexical classes, e.g. Lexicon V, VS, VV, VQ, VA = Verbum ; -- = {s : VerbForm => Str ; asp : Aspect } ; - V2, V2A = Verbum ** {c2 : Complement} ; - V2V, V2S, V2Q = Verbum ** {c2 : Complement} ; --- AR - V3 = Verbum ** {c2,c3 : Complement} ; + V2, V2A = Verbum ** Complement ; + V2V, V2S, V2Q = Verbum ** Complement ; --- AR + V3 = Verbum ** Complement** {s4 : Str; c2: Case} ; -- VV = {s : VVForm => Str ; isAux : Bool} ; Ord = {s : AdjForm => Str} ; A = {s : Degree => AdjForm => Str} ; - A2 = A ** {c2 : Complement} ; + A2 = A ** Complement ; -- Substantives moreover have an inherent gender. - N = {s : NForm => Str; g : Gender; anim : Animacy} ; - N2 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2 : Complement} ; - N3 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2,c3 : Complement} ; + N = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; + N2 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ; + N3 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ** {s3 : Str; c2: Case} ; PN = {s : Case => Str ; g : Gender ; anim : Animacy} ; diff --git a/next-lib/src/russian/ConjunctionRus.gf b/old-lib/resource/russian/ConjunctionRus.gf similarity index 87% rename from next-lib/src/russian/ConjunctionRus.gf rename to old-lib/resource/russian/ConjunctionRus.gf index 783399ad0..25423b2bb 100644 --- a/next-lib/src/russian/ConjunctionRus.gf +++ b/old-lib/resource/russian/ConjunctionRus.gf @@ -19,9 +19,6 @@ concrete ConjunctionRus of Conjunction = ConjAP c xs = conjunctDistrTable AdjForm c xs ** {p = xs.p} ; - ---- AR 17/12/2008 - ConjRS c xs = conjunctDistrTable3 GenNum Case Animacy c xs ** {p = xs.p} ; - -- These fun's are generated from the list cat's. BaseS = twoSS ; @@ -45,9 +42,6 @@ concrete ConjunctionRus of Conjunction = g = conjPGender x.g y.g ; p = conjPerson x.p y.p ; pron = conjPron x.pron y.pron ; anim = conjAnim x.anim y.anim } ; - ---- AR 17/12/2008 - BaseRS x y = twoTable3 GenNum Case Animacy x y ** {c = y.c} ; - ConsRS xs x = consrTable3 GenNum Case Animacy comma xs x ** {c = xs.c} ; @@ -62,8 +56,7 @@ concrete ConjunctionRus of Conjunction = -- if and only if all elements are prefix. [AP] = {s1,s2 : AdjForm => Str ; p : Bool} ; - ---- AR 17/12/2008 - [RS] = {s1,s2 : GenNum => Case => Animacy => Str} ; + oper diff --git a/old-lib/resource/russian/ExtraLexRus.gf b/old-lib/resource/russian/ExtraLexRus.gf new file mode 100644 index 000000000..a58868309 --- /dev/null +++ b/old-lib/resource/russian/ExtraLexRus.gf @@ -0,0 +1,74 @@ +--# -path=.:abstract:common +concrete ExtraLexRus of ExtraLexRusAbs = CatRus ** + open ParadigmsRus in { +flags + coding=utf8 ; +lin +--- bridge_N = mkN "мост" ; +--- candle_N = nSvecha "свеч" ; -- +++ MG_UR: added +++ +--- citizen_N = nGrazhdanin "господ" ; -- +++ MG_UR: added +++ + daughter_N = + {s = table { + SF Sg Nom => "дочь" ; + SF Sg Gen => "дочери" ; + SF Sg Dat => "дочери" ; + SF Sg Acc => "дочь" ; + SF Sg Inst => "дочерью" ; + SF Sg (Prepos _) => "дочери" ; + SF Pl Nom => "дочери" ; + SF Pl Gen => "дочерей" ; + SF Pl Dat => "дочерям" ; + SF Pl Acc => "дочерей" ; + SF Pl Inst => "дочерьми" ; + SF Pl (Prepos _) => "дочерях" + } ; + g = Fem ; anim = Animate + } ; + +--- desk_N = nStol "стол" ; +--- dictionary_N = nSlovar "словар" ; +--- fellow_N = nTovarish "товарищ" ; -- +++ MG_UR: added +++ +--- flag_N = nVremja "зна" ; +--- heaven_N = nNebo "неб" ; -- +++ MG_UR: added +++ +--- museum_N = nMusej "музе" ; -- +++ MG_UR: added +++ +-- name_N = mkN "имя" "имени" "имени" "имя" "именем" "имени" "имени" "имена" "имён" "именам" "имена" "именами" "именах" neuter inanimate ; +--- ocean_N = nMorje "мор" ; -- +++ MG_UR: added +++ + son_N = + {s = table + { SF Sg Nom => syn ; + SF Sg Gen => syn+"а" ; + SF Sg Dat => syn+"у" ; + SF Sg Acc => syn +"а"; + SF Sg Inst => syn+"ом" ; + SF Sg (Prepos _) => syn+"е" ; + SF Pl Nom => syn+"ья" ; + SF Pl Gen => syn+"ьев" ; + SF Pl Dat => syn+"ьям" ; + SF Pl Acc => syn +"ьев"; + SF Pl Inst => syn+"ьями" ; + SF Pl (Prepos _) => syn+"ьяах" + } ; + g = Masc ; anim = Animate + } ; +--- time_N = nVremja "вре" ; -- +++ MG_UR: added +++ +--- vocationalschool_N = nUchilishe "училищ" ; -- +++ MG_UR: added +++ + way_N = + {s = table + { SF Sg Nom => put+"ь" ; + SF Sg Gen => put+"и" ; + SF Sg Dat => put+"и" ; + SF Sg Acc => put+"ь" ; + SF Sg Inst => put+"ём" ; + SF Sg (Prepos _) => put+"и" ; + SF Pl Nom => put+"и" ; + SF Pl Gen => put+"ей" ; + SF Pl Dat => put+"ям" ; + SF Pl Acc => put+"и" ; + SF Pl Inst => put+"ями" ; + SF Pl (Prepos _) => put+"ях" + } ; + g = Masc ; anim = Inanimate + } ; + +--- word_N = nSlovo "слов" ; -- +++ MG_UR: added +++ +} \ No newline at end of file diff --git a/next-lib/src/russian/ExtraRus.gf b/old-lib/resource/russian/ExtraRus.gf similarity index 100% rename from next-lib/src/russian/ExtraRus.gf rename to old-lib/resource/russian/ExtraRus.gf diff --git a/next-lib/src/russian/ExtraRusAbs.gf b/old-lib/resource/russian/ExtraRusAbs.gf similarity index 100% rename from next-lib/src/russian/ExtraRusAbs.gf rename to old-lib/resource/russian/ExtraRusAbs.gf diff --git a/next-lib/src/russian/GrammarRus.gf b/old-lib/resource/russian/GrammarRus.gf similarity index 100% rename from next-lib/src/russian/GrammarRus.gf rename to old-lib/resource/russian/GrammarRus.gf diff --git a/next-lib/src/russian/IdiomRus.gf b/old-lib/resource/russian/IdiomRus.gf similarity index 88% rename from next-lib/src/russian/IdiomRus.gf rename to old-lib/resource/russian/IdiomRus.gf index 1c64ae51d..d2db6c33c 100644 --- a/next-lib/src/russian/IdiomRus.gf +++ b/old-lib/resource/russian/IdiomRus.gf @@ -29,16 +29,16 @@ concrete IdiomRus of Idiom = CatRus ** open Prelude, ResRus, MorphoRus in { CleftNP np rs = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"}; - gn = case np.n of {Pl => GPl; _=> GSg (pgen2gen np.g)} + gn = case np.n of {Pl => APl; _=> ASg (pgen2gen np.g)} in "это" ++ ne ++ np.s ! (PF Nom No NonPoss) ++ rs.s ! gn !Nom!Animate }; - ImpPl1 vp = {s= "давайте" ++ vp.s! (ClIndic Future Simul)! GPl ! P1}; + ImpPl1 vp = {s= "давайте" ++ vp.s! (ClIndic Future Simul)! APl ! P1}; ImpersCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} in - ne ++ vp.s! clf! (GSg Neut) ! P3 }; + ne ++ vp.s! clf! (ASg Neut) ! P3 }; -- No direct correspondance in Russian. Usually expressed by infinitive: -- "Если очень захотеть, можно в космос улететь" @@ -50,7 +50,7 @@ concrete IdiomRus of Idiom = CatRus ** open Prelude, ResRus, MorphoRus in { GenericCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} in - "ты" ++ ne ++ vp.s! clf! (GSg Masc) ! P2 }; + "ты" ++ ne ++ vp.s! clf! (ASg Masc) ! P2 }; ProgrVP vp = vp ; diff --git a/next-lib/src/russian/IrregRus.gf b/old-lib/resource/russian/IrregRus.gf similarity index 100% rename from next-lib/src/russian/IrregRus.gf rename to old-lib/resource/russian/IrregRus.gf diff --git a/next-lib/src/russian/LangRus.gf b/old-lib/resource/russian/LangRus.gf similarity index 75% rename from next-lib/src/russian/LangRus.gf rename to old-lib/resource/russian/LangRus.gf index c41981d63..c3126dcfe 100644 --- a/next-lib/src/russian/LangRus.gf +++ b/old-lib/resource/russian/LangRus.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:src/prelude +--# -path=.:../abstract:../common:prelude concrete LangRus of Lang = GrammarRus, diff --git a/next-lib/src/russian/LexiconRus.gf b/old-lib/resource/russian/LexiconRus.gf similarity index 99% rename from next-lib/src/russian/LexiconRus.gf rename to old-lib/resource/russian/LexiconRus.gf index 6cee3846b..229b07ed1 100644 --- a/next-lib/src/russian/LexiconRus.gf +++ b/old-lib/resource/russian/LexiconRus.gf @@ -139,6 +139,7 @@ lin harbour_N = mkN "порт" ; -- prepos -u hat_N = mkN "шляпа" ; hate_V2= dirV2 (regV imperfective second "ненави" "жу" "ненавидел" "ненавидь" "ненавидеть" ); + have_V2= dirV2 (regV imperfective first "име" "ю" "имел" "имей" "иметь" ); head_N = mkN "голова" ; hear_V2= dirV2 (regV imperfective first "слуша" "ю" "слушал" "слушай" "слушать" ); heart_N = mkN "сердце" "сердца" "сердцу" "сердца" "сердцем" "сердце" "сердце" "сердца" "сердец" "сердцам" "сердец" "сердцами" "сердцах" neuter inanimate ; diff --git a/next-lib/src/russian/MorphoRus.gf b/old-lib/resource/russian/MorphoRus.gf similarity index 54% rename from next-lib/src/russian/MorphoRus.gf rename to old-lib/resource/russian/MorphoRus.gf index c5bac7bd0..15a497dd1 100644 --- a/next-lib/src/russian/MorphoRus.gf +++ b/old-lib/resource/russian/MorphoRus.gf @@ -40,27 +40,27 @@ oper pronYaTu : { s : Case => Str } -> Str -> Person -> Pronoun = { s = table { PF c _ NonPoss => nonPoss.s!c ; PF c _ (Poss gn) => case of { - => mo + "ё" ; - => mo + "й" ; - => mo + "его" ; - => mo + "ему" ; - => mo + "его" ; - => mo + "им" ; - => mo + "ём" ; + => mo + "ё" ; + => mo + "й" ; + => mo + "его" ; + => mo + "ему" ; + => mo + "его" ; + => mo + "им" ; + => mo + "ём" ; - => mo + "я" ; - => mo + "ей" ; - => mo + "ей" ; - => mo + "ю" ; - => mo + "ей" ; - => mo + "ей" ; + => mo + "я" ; + => mo + "ей" ; + => mo + "ей" ; + => mo + "ю" ; + => mo + "ей" ; + => mo + "ей" ; - => mo + "и" ; - => mo + "их" ; - => mo + "им" ; - => mo + "их" ; - => mo + "им" ; - => mo + "их" + => mo + "и" ; + => mo + "их" ; + => mo + "им" ; + => mo + "их" ; + => mo + "им" ; + => mo + "их" } } ; @@ -116,27 +116,27 @@ oper pronMuVu : Str -> Str -> Person -> Pronoun = PF Inst _ NonPoss => na + "ми" ; PF (Prepos _) _ NonPoss => na + "с" ; - PF Nom _ (Poss (GSg Masc)) => na + "ш" ; - PF Nom _ (Poss (GSg Neut)) => na + "ше" ; - PF Gen _ (Poss (GSg (Masc | Neut))) => na + "шего" ; - PF Dat _ (Poss (GSg (Masc | Neut))) => na + "шему" ; - PF Acc _ (Poss (GSg (Masc | Neut))) => na + "шего" ; - PF Inst _ (Poss (GSg (Masc | Neut))) => na + "шим" ; - PF (Prepos _) _ (Poss (GSg (Masc | Neut))) => na + "шем" ; + PF Nom _ (Poss (ASg Masc)) => na + "ш" ; + PF Nom _ (Poss (ASg Neut)) => na + "ше" ; + PF Gen _ (Poss (ASg (Masc | Neut))) => na + "шего" ; + PF Dat _ (Poss (ASg (Masc | Neut))) => na + "шему" ; + PF Acc _ (Poss (ASg (Masc | Neut))) => na + "шего" ; + PF Inst _ (Poss (ASg (Masc | Neut))) => na + "шим" ; + PF (Prepos _) _ (Poss (ASg (Masc | Neut))) => na + "шем" ; - PF Nom _ (Poss (GSg Fem)) => na + "ша" ; - PF Gen _ (Poss (GSg Fem)) => na + "шей" ; - PF Dat _ (Poss (GSg Fem)) => na + "шей" ; - PF Acc _ (Poss (GSg Fem)) => na + "шу" ; - PF Inst _ (Poss (GSg Fem)) => na + "шею" ; - PF (Prepos _) _ (Poss (GSg Fem)) => na + "шей" ; + PF Nom _ (Poss (ASg Fem)) => na + "ша" ; + PF Gen _ (Poss (ASg Fem)) => na + "шей" ; + PF Dat _ (Poss (ASg Fem)) => na + "шей" ; + PF Acc _ (Poss (ASg Fem)) => na + "шу" ; + PF Inst _ (Poss (ASg Fem)) => na + "шею" ; + PF (Prepos _) _ (Poss (ASg Fem)) => na + "шей" ; - PF Nom _ (Poss GPl) => na + "ши" ; - PF Gen _ (Poss GPl) => na + "ших" ; - PF Dat _ (Poss GPl) => na + "шим" ; - PF Acc _ (Poss GPl) => na + "ших" ; - PF Inst _ (Poss GPl) => na + "шими" ; - PF (Prepos _) _ (Poss GPl) => na + "ших" + PF Nom _ (Poss APl) => na + "ши" ; + PF Gen _ (Poss APl) => na + "ших" ; + PF Dat _ (Poss APl) => na + "шим" ; + PF Acc _ (Poss APl) => na + "ших" ; + PF Inst _ (Poss APl) => na + "шими" ; + PF (Prepos _) _ (Poss APl) => na + "ших" }; g = PNoGen ; n = Pl ; p = pers ; pron = True } ; @@ -346,18 +346,18 @@ Paradigms: let i = iAfter stem in let o = oAfter stem in { s = table { - NF Sg Nom => stem ; - NF Sg Gen => stem+"а" ; - NF Sg Dat => stem+"у" ; - NF Sg Acc => stem ; - NF Sg Inst => stem+o+"м" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+i ; - NF Pl Gen => stem+case stem of { _+("ш"|"ж"|"ч"|"щ") => "ей"; _ => "ов" } ; - NF Pl Dat => stem+"ам" ; - NF Pl Acc => stem+i ; - NF Pl Inst => stem+"ами" ; - NF Pl (Prepos _) => stem+"ах" }; + SF Sg Nom => stem ; + SF Sg Gen => stem+"а" ; + SF Sg Dat => stem+"у" ; + SF Sg Acc => stem ; + SF Sg Inst => stem+o+"м" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+i ; + SF Pl Gen => stem+case stem of { _+("ш"|"ж"|"ч"|"щ") => "ей"; _ => "ов" } ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+i ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; g = Masc; anim = Inanimate }; -- 1. Hard regular neuter inanimate, e.g. pravilo. @@ -367,18 +367,18 @@ Paradigms: oper nRegHardNeut : Str ->CommNoun= \stem -> let o = oAfter stem in { s = table { - NF Sg Nom => stem+o ; - NF Sg Gen => stem+"а" ; - NF Sg Dat => stem+"у" ; - NF Sg Acc => stem+o ; - NF Sg Inst => stem+o+"м" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+case stem of { _+"к" => "и" ; _ => "а" } ; - NF Pl Gen => stem ; - NF Pl Dat => stem+"ам" ; - NF Pl Acc => stem+"а" ; - NF Pl Inst => stem+"ами" ; - NF Pl (Prepos _) => stem+"ах" }; + SF Sg Nom => stem+o ; + SF Sg Gen => stem+"а" ; + SF Sg Dat => stem+"у" ; + SF Sg Acc => stem+o ; + SF Sg Inst => stem+o+"м" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+case stem of { _+"к" => "и" ; _ => "а" } ; + SF Pl Gen => stem ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+"а" ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; g = Neut; anim = Inanimate }; -- 1. Hard regular feminine inanimate, e.g. karta. @@ -389,77 +389,77 @@ Paradigms: let i = iAfter stem in let o = oAfter stem in { s = table { - NF Sg Nom => stem+"а" ; - NF Sg Gen => stem+i ; - NF Sg Dat => stem+"е" ; - NF Sg Acc => stem+"у" ; - NF Sg Inst => stem+o+"й" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+i ; - NF Pl Gen => stem ; - NF Pl Dat => stem+"ам" ; - NF Pl Acc => stem+i ; - NF Pl Inst => stem+"ами" ; - NF Pl (Prepos _) => stem+"ах" }; + SF Sg Nom => stem+"а" ; + SF Sg Gen => stem+i ; + SF Sg Dat => stem+"е" ; + SF Sg Acc => stem+"у" ; + SF Sg Inst => stem+o+"й" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+i ; + SF Pl Gen => stem ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+i ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; g = Fem; anim = Inanimate }; -- 2. Soft regular masculine inanimate, e.g. vichr' oper nRegSoftMasc : Str ->CommNoun= \stem -> { s = table { - NF Sg Nom => stem+"ь"; - NF Sg Gen => stem+"я" ; - NF Sg Dat => stem+"ю" ; - NF Sg Acc => stem+"ь" ; - NF Sg Inst => stem+"ем" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+"и" ; - NF Pl Gen => stem+"ей" ; - NF Pl Dat => stem+"ям" ; - NF Pl Acc => stem+"и" ; - NF Pl Inst => stem+"ями" ; - NF Pl (Prepos _) => stem+"ях" }; + SF Sg Nom => stem+"ь"; + SF Sg Gen => stem+"я" ; + SF Sg Dat => stem+"ю" ; + SF Sg Acc => stem+"ь" ; + SF Sg Inst => stem+"ем" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; g = Masc; anim = Inanimate }; -- 2. Soft regular neuter inanimate, e.g. more oper nRegSoftNeut : Str ->CommNoun= \stem -> { s = table { - NF Sg Nom => stem+"е"; - NF Sg Gen => stem+"я" ; - NF Sg Dat => stem+"ю" ; - NF Sg Acc => stem+"е" ; - NF Sg Inst => stem+"ем" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+"я" ; - NF Pl Gen => stem+"ей" ; - NF Pl Dat => stem+"ям" ; - NF Pl Acc => stem+"я" ; - NF Pl Inst => stem+"ями" ; - NF Pl (Prepos _) => stem+"ях" }; + SF Sg Nom => stem+"е"; + SF Sg Gen => stem+"я" ; + SF Sg Dat => stem+"ю" ; + SF Sg Acc => stem+"е" ; + SF Sg Inst => stem+"ем" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"я" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"я" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; g = Neut; anim = Inanimate }; -- 2. Soft regular feminine inanimate, e.g. burya oper nRegSoftFem : Str ->CommNoun= \stem -> { s = table { - NF Sg Nom => stem+"я"; - NF Sg Gen => stem+"и" ; - NF Sg Dat => stem+"е" ; - NF Sg Acc => stem+"ю" ; - NF Sg Inst => stem+"ей" ; - NF Sg (Prepos _) => stem+"е" ; - NF Pl Nom => stem+"и" ; - NF Pl Gen => stem+"ь" ; - NF Pl Dat => stem+"ям" ; - NF Pl Acc => stem+"и" ; - NF Pl Inst => stem+"ями" ; - NF Pl (Prepos _) => stem+"ях" }; + SF Sg Nom => stem+"я"; + SF Sg Gen => stem+"и" ; + SF Sg Dat => stem+"е" ; + SF Sg Acc => stem+"ю" ; + SF Sg Inst => stem+"ей" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ь" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; g = Fem; anim = Inanimate }; -- 6. Masc ending in -Vй (V = vowel) oper nDecl6Masc : Str ->CommNoun= \stem -> let n = nRegSoftMasc stem in { s = table { - NF Sg (Nom|Acc) => stem+"й"; - NF Pl Gen => stem+"ев" ; + SF Sg (Nom|Acc) => stem+"й"; + SF Pl Gen => stem+"ев" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -467,7 +467,7 @@ Paradigms: oper nDecl6Neut : Str ->CommNoun= \stem -> let n = nRegSoftNeut stem in { s = table { - NF Pl Gen => stem+"й" ; + SF Pl Gen => stem+"й" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -475,7 +475,7 @@ Paradigms: oper nDecl6Fem : Str ->CommNoun= \stem -> let n = nRegSoftFem stem in { s = table { - NF Pl Gen => stem+"й" ; + SF Pl Gen => stem+"й" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -483,7 +483,7 @@ Paradigms: oper nDecl7Masc : Str ->CommNoun= \stem -> let n = nDecl6Masc stem in { s = table { - NF Sg (Prepos _) => stem+"и" ; + SF Sg (Prepos _) => stem+"и" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -491,7 +491,7 @@ Paradigms: oper nDecl7Neut : Str ->CommNoun= \stem -> let n = nDecl6Neut stem in { s = table { - NF Sg (Prepos _) => stem+"и" ; + SF Sg (Prepos _) => stem+"и" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -499,7 +499,7 @@ Paradigms: oper nDecl7Fem : Str ->CommNoun= \stem -> let n = nDecl6Fem stem in { s = table { - NF Sg (Dat|Prepos _) => stem+"и" ; + SF Sg (Dat|Prepos _) => stem+"и" ; sf => n.s!sf }; g = n.g; anim = n.anim }; @@ -508,35 +508,35 @@ Paradigms: oper nDecl8 : Str ->CommNoun= \stem -> let a : Str = case stem of { _+("ч"|"щ"|"ш"|"ж") => "а"; _ => "я" } in { s = table { - NF Sg Nom => stem+"ь"; - NF Sg Gen => stem+"и" ; - NF Sg Dat => stem+"и" ; - NF Sg Acc => stem+"ь" ; - NF Sg Inst => stem+"ью" ; - NF Sg (Prepos _) => stem+"и" ; - NF Pl Nom => stem+"и" ; - NF Pl Gen => stem+"ей" ; - NF Pl Dat => stem+a+"м" ; - NF Pl Acc => stem+"и" ; - NF Pl Inst => stem+a+"ми" ; - NF Pl (Prepos _) => stem+a+"х" }; + SF Sg Nom => stem+"ь"; + SF Sg Gen => stem+"и" ; + SF Sg Dat => stem+"и" ; + SF Sg Acc => stem+"ь" ; + SF Sg Inst => stem+"ью" ; + SF Sg (Prepos _) => stem+"и" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+a+"м" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+a+"ми" ; + SF Pl (Prepos _) => stem+a+"х" }; g = Fem; anim = Inanimate }; -- 9. Neut ending in -мя oper nDecl9 : Str ->CommNoun= \stem -> { s = table { - NF Sg Nom => stem+"мя"; - NF Sg Gen => stem+"мени" ; - NF Sg Dat => stem+"мени" ; - NF Sg Acc => stem+"мя" ; - NF Sg Inst => stem+"менем" ; - NF Sg (Prepos _) => stem+"мени" ; - NF Pl Nom => stem+"мена" ; - NF Pl Gen => stem+"мён" ; - NF Pl Dat => stem+"менам" ; - NF Pl Acc => stem+"мена" ; - NF Pl Inst => stem+"менами" ; - NF Pl (Prepos _) => stem+"менах" }; + SF Sg Nom => stem+"мя"; + SF Sg Gen => stem+"мени" ; + SF Sg Dat => stem+"мени" ; + SF Sg Acc => stem+"мя" ; + SF Sg Inst => stem+"менем" ; + SF Sg (Prepos _) => stem+"мени" ; + SF Pl Nom => stem+"мена" ; + SF Pl Gen => stem+"мён" ; + SF Pl Dat => stem+"менам" ; + SF Pl Acc => stem+"мена" ; + SF Pl Inst => stem+"менами" ; + SF Pl (Prepos _) => stem+"менах" }; g = Fem; anim = Inanimate }; -- 10. Masc in -oнoк @@ -551,8 +551,8 @@ Paradigms: oper nSplitSgPl : CommNoun -> CommNoun -> CommNoun = \x, y -> {s = table { - NF Sg c => x.s!(NF Sg c) ; - NF Pl c => y.s!(NF Pl c) + SF Sg c => x.s!(SF Sg c) ; + SF Pl c => y.s!(SF Pl c) } ; g = x.g ; anim = y.anim } ; @@ -560,112 +560,113 @@ Paradigms: -- Nouns inflected as adjectives. oper nAdj : Adjective -> Gender ->CommNoun= \a,g -> { s = table { - NF Sg c => a.s!AF c Inanimate (GSg g) ; - NF Pl c => a.s!AF c Inanimate GPl }; + SF Sg c => a.s!AF c Inanimate (ASg g) ; + SF Pl c => a.s!AF c Inanimate APl }; g = g; anim = Inanimate } ; -- Makes a noun animate. oper nAnimate : CommNoun -> CommNoun = \n -> { s = table { - NF Sg Acc => case n.g of { - Masc => n.s!(NF Sg Gen); - _ => n.s!(NF Sg Acc) + SF Sg Acc => case n.g of { + Masc => n.s!(SF Sg Gen); + _ => n.s!(SF Sg Acc) }; - NF Pl Acc => n.s!(NF Pl Gen); + SF Pl Acc => n.s!(SF Pl Gen); sf => n.s!sf } ; g = n.g ; anim = Animate } ; oper - SubstFormDecl = SS1 NForm ; + CommNoun = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; + SubstFormDecl = SS1 SubstForm ; oper nullEndInAnimateDeclStul: Str -> CommNoun = \brat -> {s = table - { NF Sg Nom => brat ; - NF Sg Gen => brat+"а" ; - NF Sg Dat => brat+"у" ; - NF Sg Acc => brat +"а"; - NF Sg Inst => brat+"ом" ; - NF Sg (Prepos _) => brat+"е" ; - NF Pl Nom => brat+"ья" ; - NF Pl Gen => brat+"ьев" ; - NF Pl Dat => brat+"ьям" ; - NF Pl Acc => brat +"ьев"; - NF Pl Inst => brat+"ьями" ; - NF Pl (Prepos _) => brat+"ьяах" + { SF Sg Nom => brat ; + SF Sg Gen => brat+"а" ; + SF Sg Dat => brat+"у" ; + SF Sg Acc => brat +"а"; + SF Sg Inst => brat+"ом" ; + SF Sg (Prepos _) => brat+"е" ; + SF Pl Nom => brat+"ья" ; + SF Pl Gen => brat+"ьев" ; + SF Pl Dat => brat+"ьям" ; + SF Pl Acc => brat +"ьев"; + SF Pl Inst => brat+"ьями" ; + SF Pl (Prepos _) => brat+"ьяах" } ; g = Masc ; anim = Inanimate } ; oper nullEndAnimateDeclBrat: Str -> CommNoun = \brat -> {s = table - { NF Sg Nom => brat ; - NF Sg Gen => brat+"а" ; - NF Sg Dat => brat+"у" ; - NF Sg Acc => brat +"а"; - NF Sg Inst => brat+"ом" ; - NF Sg (Prepos _) => brat+"е" ; - NF Pl Nom => brat+"ья" ; - NF Pl Gen => brat+"ьев" ; - NF Pl Dat => brat+"ьям" ; - NF Pl Acc => brat +"ьев"; - NF Pl Inst => brat+"ьями" ; - NF Pl (Prepos _) => brat+"ьяах" + { SF Sg Nom => brat ; + SF Sg Gen => brat+"а" ; + SF Sg Dat => brat+"у" ; + SF Sg Acc => brat +"а"; + SF Sg Inst => brat+"ом" ; + SF Sg (Prepos _) => brat+"е" ; + SF Pl Nom => brat+"ья" ; + SF Pl Gen => brat+"ьев" ; + SF Pl Dat => brat+"ьям" ; + SF Pl Acc => brat +"ьев"; + SF Pl Inst => brat+"ьями" ; + SF Pl (Prepos _) => brat+"ьяах" } ; g = Masc ; anim = Animate } ; oper irregPl_StemInAnimateDecl: Str -> CommNoun = \derev -> { s = table - { NF Sg Nom => derev+"о" ; - NF Sg Gen => derev+"а" ; - NF Sg Dat => derev+"у" ; - NF Sg Acc => derev +"о"; - NF Sg Inst => derev+"ом" ; - NF Sg (Prepos _) => derev+"е" ; - NF Pl Nom => derev+"ья" ; - NF Pl Gen => derev+"ьев" ; - NF Pl Dat => derev+"ьям" ; - NF Pl Acc => derev +"ья" ; - NF Pl Inst => derev+"ьями" ; - NF Pl (Prepos _) => derev+"ьяах" + { SF Sg Nom => derev+"о" ; + SF Sg Gen => derev+"а" ; + SF Sg Dat => derev+"у" ; + SF Sg Acc => derev +"о"; + SF Sg Inst => derev+"ом" ; + SF Sg (Prepos _) => derev+"е" ; + SF Pl Nom => derev+"ья" ; + SF Pl Gen => derev+"ьев" ; + SF Pl Dat => derev+"ьям" ; + SF Pl Acc => derev +"ья" ; + SF Pl Inst => derev+"ьями" ; + SF Pl (Prepos _) => derev+"ьяах" } ; g = Masc ; anim = Inanimate } ; oper kg_oEnd_SgDecl: Str -> CommNoun = \mnog -> { s = table { - NF _ Nom => mnog+"о" ; - NF _ Gen => mnog +"их"; - NF _ Dat => mnog+"им" ; - NF _ Acc => mnog+"о" ; - NF _ Inst => mnog+"ими" ; - NF _ (Prepos _) => mnog+"их" + SF _ Nom => mnog+"о" ; + SF _ Gen => mnog +"их"; + SF _ Dat => mnog+"им" ; + SF _ Acc => mnog+"о" ; + SF _ Inst => mnog+"ими" ; + SF _ (Prepos _) => mnog+"их" } ; g = Neut ; anim = Inanimate } ; oper oEnd_PlDecl: Str -> CommNoun = \menshinstv -> { s = table { - NF _ Nom => menshinstv+"а" ; - NF _ Gen => menshinstv; - NF _ Dat => menshinstv+"ам" ; - NF _ Acc => menshinstv+"ва" ; - NF _ Inst => menshinstv+"ами" ; - NF _ (Prepos _) => menshinstv+"вах" + SF _ Nom => menshinstv+"а" ; + SF _ Gen => menshinstv; + SF _ Dat => menshinstv+"ам" ; + SF _ Acc => menshinstv+"ва" ; + SF _ Inst => menshinstv+"ами" ; + SF _ (Prepos _) => menshinstv+"вах" } ; g = Neut ; anim = Inanimate } ; oper oEnd_SgDecl: Str -> CommNoun = \bolshinstv -> {s = table { - NF _ Nom => bolshinstv+"о" ; - NF _ Gen => bolshinstv+"а" ; - NF _ Dat => bolshinstv+"у" ; - NF _ Acc => bolshinstv+"о" ; - NF _ Inst => bolshinstv+"ом" ; - NF _ (Prepos _) => bolshinstv+"е" + SF _ Nom => bolshinstv+"о" ; + SF _ Gen => bolshinstv+"а" ; + SF _ Dat => bolshinstv+"у" ; + SF _ Acc => bolshinstv+"о" ; + SF _ Inst => bolshinstv+"ом" ; + SF _ (Prepos _) => bolshinstv+"е" } ; g = Neut ; anim = Inanimate } ; @@ -677,18 +678,18 @@ oper oEnd_SgDecl: Str -> CommNoun = \bolshinstv -> oper eEnd_Decl: Str -> CommNoun = \vs -> { s = table { - NF Sg Nom => vs+"е" ; - NF Sg Gen => vs+"ех" ; - NF Sg Dat => vs+"ем" ; - NF Sg Acc => vs+"ех" ; - NF Sg Inst => vs+"еми" ; - NF Sg (Prepos _) => vs+"ех" ; - NF Pl Nom => vs+"е" ; - NF Pl Gen => vs +"ех"; - NF Pl Dat => vs+"ем" ; - NF Pl Acc => vs+ "ех" ; - NF Pl Inst => vs+"еми" ; - NF Pl (Prepos _) => vs+"ех" + SF Sg Nom => vs+"е" ; + SF Sg Gen => vs+"ех" ; + SF Sg Dat => vs+"ем" ; + SF Sg Acc => vs+"ех" ; + SF Sg Inst => vs+"еми" ; + SF Sg (Prepos _) => vs+"ех" ; + SF Pl Nom => vs+"е" ; + SF Pl Gen => vs +"ех"; + SF Pl Dat => vs+"ем" ; + SF Pl Acc => vs+ "ех" ; + SF Pl Inst => vs+"еми" ; + SF Pl (Prepos _) => vs+"ех" } ; g = Neut ; anim = Inanimate } ; @@ -734,66 +735,66 @@ oper eEnd_Decl: Str -> CommNoun = \vs -> True => "о" ; False => oAfter stem } in { s = table { - AF Nom _ (GSg Masc) => stem + case endStress of { + AF Nom _ (ASg Masc) => stem + case endStress of { True => "ой"; False => iAfter stem + "й" } ; - AF Nom _ (GSg Neut) => stem + o+"е"; - AF Gen _ (GSg (Masc|Neut)) => stem + o+"го"; - AF Dat _ (GSg (Masc|Neut)) => stem + o+"му"; - AF Acc Inanimate (GSg Masc) => stem + i+"й"; - AF Acc Animate (GSg Masc) => stem + o+"го"; - AF Acc _ (GSg Neut) => stem + o+"е"; - AF Inst _ (GSg (Masc|Neut)) => stem + i+"м"; - AF (Prepos _) _ (GSg (Masc|Neut)) => stem + o+"м"; + AF Nom _ (ASg Neut) => stem + o+"е"; + AF Gen _ (ASg (Masc|Neut)) => stem + o+"го"; + AF Dat _ (ASg (Masc|Neut)) => stem + o+"му"; + AF Acc Inanimate (ASg Masc) => stem + i+"й"; + AF Acc Animate (ASg Masc) => stem + o+"го"; + AF Acc _ (ASg Neut) => stem + o+"е"; + AF Inst _ (ASg (Masc|Neut)) => stem + i+"м"; + AF (Prepos _) _ (ASg (Masc|Neut)) => stem + o+"м"; - AF Nom _ (GSg Fem) => stem + "ая"; - AF Acc _ (GSg Fem) => stem + "ую"; - AF _ _ (GSg Fem) => stem + o+"й"; + AF Nom _ (ASg Fem) => stem + "ая"; + AF Acc _ (ASg Fem) => stem + "ую"; + AF _ _ (ASg Fem) => stem + o+"й"; - AF Nom _ GPl => stem + i+"е"; - AF Acc Inanimate GPl => stem + i+"е"; - AF Acc Animate GPl => stem + i+"х"; - AF Gen _ GPl => stem + i+"х"; - AF Inst _ GPl => stem + i+"ми"; - AF Dat _ GPl => stem + i+"м"; - AF (Prepos _) _ GPl => stem + i+"х"; + AF Nom _ APl => stem + i+"е"; + AF Acc Inanimate APl => stem + i+"е"; + AF Acc Animate APl => stem + i+"х"; + AF Gen _ APl => stem + i+"х"; + AF Inst _ APl => stem + i+"ми"; + AF Dat _ APl => stem + i+"м"; + AF (Prepos _) _ APl => stem + i+"х"; - AFShort (GSg Masc) => stem; - AFShort (GSg Fem) => stem + "а"; - AFShort (GSg Neut) => stem + o ; - AFShort GPl => stem + i; + AFShort (ASg Masc) => stem; + AFShort (ASg Fem) => stem + "а"; + AFShort (ASg Neut) => stem + o ; + AFShort APl => stem + i; AdvF => stem + o } } ; oper aRegSoft : Str -> Adjective = \stem -> { s = table { - AF Nom _ (GSg Masc) => stem + "ий" ; - AF Nom _ (GSg Neut) => stem + "ее"; - AF Gen _ (GSg (Masc|Neut)) => stem + "его"; - AF Dat _ (GSg (Masc|Neut)) => stem + "ему"; - AF Acc Inanimate (GSg Masc) => stem + "ий"; - AF Acc Animate (GSg Masc) => stem + "его"; - AF Acc _ (GSg Neut) => stem + "ее"; - AF Inst _ (GSg (Masc|Neut)) => stem + "им"; - AF (Prepos _) _ (GSg (Masc|Neut)) => stem + "ем"; + AF Nom _ (ASg Masc) => stem + "ий" ; + AF Nom _ (ASg Neut) => stem + "ее"; + AF Gen _ (ASg (Masc|Neut)) => stem + "его"; + AF Dat _ (ASg (Masc|Neut)) => stem + "ему"; + AF Acc Inanimate (ASg Masc) => stem + "ий"; + AF Acc Animate (ASg Masc) => stem + "его"; + AF Acc _ (ASg Neut) => stem + "ее"; + AF Inst _ (ASg (Masc|Neut)) => stem + "им"; + AF (Prepos _) _ (ASg (Masc|Neut)) => stem + "ем"; - AF Nom _ (GSg Fem) => stem + "яя"; - AF Acc _ (GSg Fem) => stem + "юю"; - AF _ _ (GSg Fem) => stem + "ей"; + AF Nom _ (ASg Fem) => stem + "яя"; + AF Acc _ (ASg Fem) => stem + "юю"; + AF _ _ (ASg Fem) => stem + "ей"; - AF Nom _ GPl => stem + "ие"; - AF Acc Inanimate GPl => stem + "ие"; - AF Acc Animate GPl => stem + "их"; - AF Gen _ GPl => stem + "их"; - AF Inst _ GPl => stem + "ими"; - AF Dat _ GPl => stem + "им"; - AF (Prepos _) _ GPl => stem + "их"; + AF Nom _ APl => stem + "ие"; + AF Acc Inanimate APl => stem + "ие"; + AF Acc Animate APl => stem + "их"; + AF Gen _ APl => stem + "их"; + AF Inst _ APl => stem + "ими"; + AF Dat _ APl => stem + "им"; + AF (Prepos _) _ APl => stem + "их"; - AFShort (GSg Masc) => stem; -- FIXME: add e if stem ends in consonant + n - AFShort (GSg Fem) => stem + "я"; - AFShort (GSg Neut) => stem + "е" ; - AFShort GPl => stem + "и" ; + AFShort (ASg Masc) => stem; -- FIXME: add e if stem ends in consonant + n + AFShort (ASg Fem) => stem + "я"; + AFShort (ASg Neut) => stem + "е" ; + AFShort APl => stem + "и" ; AdvF => stem + "е" } } ; @@ -803,180 +804,180 @@ oper eEnd_Decl: Str -> CommNoun = \vs -> vseDetPl: Adjective = extAdjFromSubst (eEnd_Decl "вс") ; extAdjFromSubst: CommNoun -> Adjective = \ vse -> - {s = \\af => vse.s ! NF (numAF af) (caseAF af) } ; + {s = \\af => vse.s ! SF (numAF af) (caseAF af) } ; oper totDet: Adjective = {s = table { - AF Nom _ (GSg Masc) => "тот"; - AF Nom _ (GSg Fem) => "та"; - AF Nom _ (GSg Neut) => "то"; - AF Nom _ GPl => "те"; - AF Acc Inanimate (GSg Masc) => "тот"; - AF Acc Animate (GSg Masc) => "того"; - AF Acc _ (GSg Fem) => "ту"; - AF Acc _ (GSg Neut) => "то"; - AF Acc Inanimate GPl => "те"; - AF Acc Animate GPl => "тех"; - AF Gen _ (GSg Masc) => "того"; - AF Gen _ (GSg Fem) => "той"; - AF Gen _ (GSg Neut) => "того"; - AF Gen _ GPl => "тех"; - AF Inst _ (GSg Masc) => "тем"; - AF Inst _ (GSg Fem) => "той"; - AF Inst _ (GSg Neut) => "тем"; - AF Inst _ GPl => "теми"; - AF Dat _ (GSg Masc) => "тому"; - AF Dat _ (GSg Fem) => "той"; - AF Dat _ (GSg Neut) => "тому"; - AF Dat _ GPl => "тем"; - AF (Prepos _) _ (GSg Masc) => "том"; - AF (Prepos _) _ (GSg Fem) => "той"; - AF (Prepos _) _ (GSg Neut) => "том"; - AF (Prepos _) _ GPl => "тех" ; - AFShort (GSg Masc) => "тот"; - AFShort (GSg Fem) => "та"; - AFShort (GSg Neut) => "то"; - AFShort GPl => "те"; + AF Nom _ (ASg Masc) => "тот"; + AF Nom _ (ASg Fem) => "та"; + AF Nom _ (ASg Neut) => "то"; + AF Nom _ APl => "те"; + AF Acc Inanimate (ASg Masc) => "тот"; + AF Acc Animate (ASg Masc) => "того"; + AF Acc _ (ASg Fem) => "ту"; + AF Acc _ (ASg Neut) => "то"; + AF Acc Inanimate APl => "те"; + AF Acc Animate APl => "тех"; + AF Gen _ (ASg Masc) => "того"; + AF Gen _ (ASg Fem) => "той"; + AF Gen _ (ASg Neut) => "того"; + AF Gen _ APl => "тех"; + AF Inst _ (ASg Masc) => "тем"; + AF Inst _ (ASg Fem) => "той"; + AF Inst _ (ASg Neut) => "тем"; + AF Inst _ APl => "теми"; + AF Dat _ (ASg Masc) => "тому"; + AF Dat _ (ASg Fem) => "той"; + AF Dat _ (ASg Neut) => "тому"; + AF Dat _ APl => "тем"; + AF (Prepos _) _ (ASg Masc) => "том"; + AF (Prepos _) _ (ASg Fem) => "той"; + AF (Prepos _) _ (ASg Neut) => "том"; + AF (Prepos _) _ APl => "тех" ; + AFShort (ASg Masc) => "тот"; + AFShort (ASg Fem) => "та"; + AFShort (ASg Neut) => "то"; + AFShort APl => "те"; AdvF => "то" } } ; oper odinDet: Adjective = {s = table { - AF Nom _ (GSg Masc) => "один"; - AF Nom _ (GSg Fem) => "одна"; - AF Nom _ (GSg Neut) => "одно"; - AF Nom _ GPl => "одни"; - AF Acc Inanimate (GSg Masc) => "один"; - AF Acc Animate (GSg Masc) => "одного"; - AF Acc _ (GSg Fem) => "одну"; - AF Acc _ (GSg Neut) => "одно"; - AF Acc Inanimate GPl => "одни"; - AF Acc Animate GPl => "одних"; - AF Gen _ (GSg Masc) => "одного"; - AF Gen _ (GSg Fem) => "одной"; - AF Gen _ (GSg Neut) => "одного"; - AF Gen _ GPl => "одних"; - AF Inst _ (GSg Masc) => "одним"; - AF Inst _ (GSg Fem) => "одной"; - AF Inst _ (GSg Neut) => "одним"; - AF Inst _ GPl => "одними"; - AF Dat _ (GSg Masc) => "одному"; - AF Dat _ (GSg Fem) => "одной"; - AF Dat _ (GSg Neut) => "одному"; - AF Dat _ GPl => "одним"; - AF (Prepos _) _ (GSg Masc) => "одном"; - AF (Prepos _) _ (GSg Fem) => "одной"; - AF (Prepos _) _ (GSg Neut) => "одном"; - AF (Prepos _) _ GPl => "одних"; - AFShort (GSg Masc) => "один"; - AFShort (GSg Fem) => "одна"; - AFShort (GSg Neut) => "одно"; - AFShort GPl => "одни"; + AF Nom _ (ASg Masc) => "один"; + AF Nom _ (ASg Fem) => "одна"; + AF Nom _ (ASg Neut) => "одно"; + AF Nom _ APl => "одни"; + AF Acc Inanimate (ASg Masc) => "один"; + AF Acc Animate (ASg Masc) => "одного"; + AF Acc _ (ASg Fem) => "одну"; + AF Acc _ (ASg Neut) => "одно"; + AF Acc Inanimate APl => "одни"; + AF Acc Animate APl => "одних"; + AF Gen _ (ASg Masc) => "одного"; + AF Gen _ (ASg Fem) => "одной"; + AF Gen _ (ASg Neut) => "одного"; + AF Gen _ APl => "одних"; + AF Inst _ (ASg Masc) => "одним"; + AF Inst _ (ASg Fem) => "одной"; + AF Inst _ (ASg Neut) => "одним"; + AF Inst _ APl => "одними"; + AF Dat _ (ASg Masc) => "одному"; + AF Dat _ (ASg Fem) => "одной"; + AF Dat _ (ASg Neut) => "одному"; + AF Dat _ APl => "одним"; + AF (Prepos _) _ (ASg Masc) => "одном"; + AF (Prepos _) _ (ASg Fem) => "одной"; + AF (Prepos _) _ (ASg Neut) => "одном"; + AF (Prepos _) _ APl => "одних"; + AFShort (ASg Masc) => "один"; + AFShort (ASg Fem) => "одна"; + AFShort (ASg Neut) => "одно"; + AFShort APl => "одни"; AdvF => "одно" } } ; oper etotDet: Adjective = {s = table { - AF Nom _ (GSg Masc) => "этот"; - AF Nom _ (GSg Fem) => "эта"; - AF Nom _ (GSg Neut) => "это"; - AF Nom _ GPl => "эти"; - AF Acc Inanimate (GSg Masc) => "этот"; - AF Acc Animate (GSg Masc) => "этого"; - AF Acc _ (GSg Fem) => "эту"; - AF Acc _ (GSg Neut) => "это"; - AF Acc Inanimate GPl => "эти"; - AF Acc Animate GPl => "этих"; - AF Gen _ (GSg Masc) => "этого"; - AF Gen _ (GSg Fem) => "этой"; - AF Gen _ (GSg Neut) => "этого"; - AF Gen _ GPl => "этих"; - AF Inst _ (GSg Masc) => "этим"; - AF Inst _ (GSg Fem) => "этой"; - AF Inst _ (GSg Neut) => "этим"; - AF Inst _ GPl => "этими"; - AF Dat _ (GSg Masc) => "этому"; - AF Dat _ (GSg Fem) => "этой"; - AF Dat _ (GSg Neut) => "этому"; - AF Dat _ GPl => "этим"; - AF (Prepos _) _ (GSg Masc) => "этом"; - AF (Prepos _) _ (GSg Fem) => "этой"; - AF (Prepos _) _ (GSg Neut) => "этом"; - AF (Prepos _) _ GPl => "этих"; - AFShort (GSg Masc) => "этот"; - AFShort (GSg Fem) => "эта"; - AFShort (GSg Neut) => "это"; - AFShort GPl => "эти"; + AF Nom _ (ASg Masc) => "этот"; + AF Nom _ (ASg Fem) => "эта"; + AF Nom _ (ASg Neut) => "это"; + AF Nom _ APl => "эти"; + AF Acc Inanimate (ASg Masc) => "этот"; + AF Acc Animate (ASg Masc) => "этого"; + AF Acc _ (ASg Fem) => "эту"; + AF Acc _ (ASg Neut) => "это"; + AF Acc Inanimate APl => "эти"; + AF Acc Animate APl => "этих"; + AF Gen _ (ASg Masc) => "этого"; + AF Gen _ (ASg Fem) => "этой"; + AF Gen _ (ASg Neut) => "этого"; + AF Gen _ APl => "этих"; + AF Inst _ (ASg Masc) => "этим"; + AF Inst _ (ASg Fem) => "этой"; + AF Inst _ (ASg Neut) => "этим"; + AF Inst _ APl => "этими"; + AF Dat _ (ASg Masc) => "этому"; + AF Dat _ (ASg Fem) => "этой"; + AF Dat _ (ASg Neut) => "этому"; + AF Dat _ APl => "этим"; + AF (Prepos _) _ (ASg Masc) => "этом"; + AF (Prepos _) _ (ASg Fem) => "этой"; + AF (Prepos _) _ (ASg Neut) => "этом"; + AF (Prepos _) _ APl => "этих"; + AFShort (ASg Masc) => "этот"; + AFShort (ASg Fem) => "эта"; + AFShort (ASg Neut) => "это"; + AFShort APl => "эти"; AdvF => "это" } } ; oper vesDet: Adjective = {s = table { - AF Nom _ (GSg Masc) => "весь"; - AF Nom _ (GSg Fem) => "вся"; - AF Nom _ (GSg Neut) => "всё"; - AF Nom _ GPl => "все"; - AF Acc Animate (GSg Masc) => "весь"; - AF Acc Inanimate (GSg Masc) => "всего"; - AF Acc _ (GSg Fem) => "всю"; - AF Acc _ (GSg Neut) => "всё"; - AF Acc Inanimate GPl => "все"; - AF Acc Animate GPl => "всех"; - AF Gen _ (GSg Masc) => "всего"; - AF Gen _ (GSg Fem) => "всей"; - AF Gen _ (GSg Neut) => "всего"; - AF Gen _ GPl => "всех"; - AF Inst _ (GSg Masc) => "всем"; - AF Inst _ (GSg Fem) => "всей"; - AF Inst _ (GSg Neut) => "всем"; - AF Inst _ GPl => "всеми"; - AF Dat _ (GSg Masc) => "ему"; - AF Dat _ (GSg Fem) => "ей"; - AF Dat _ (GSg Neut) => "ему"; - AF Dat _ GPl => "всем"; - AF (Prepos _) _ (GSg Masc) => "всём"; - AF (Prepos _) _ (GSg Fem) => "всей"; - AF (Prepos _) _ (GSg Neut) => "всём"; - AF (Prepos _) _ GPl => "всех" ; - AFShort (GSg Masc) => "весь"; - AFShort (GSg Fem) => "вся"; - AFShort (GSg Neut) => "всё"; - AFShort GPl => "все"; + AF Nom _ (ASg Masc) => "весь"; + AF Nom _ (ASg Fem) => "вся"; + AF Nom _ (ASg Neut) => "всё"; + AF Nom _ APl => "все"; + AF Acc Animate (ASg Masc) => "весь"; + AF Acc Inanimate (ASg Masc) => "всего"; + AF Acc _ (ASg Fem) => "всю"; + AF Acc _ (ASg Neut) => "всё"; + AF Acc Inanimate APl => "все"; + AF Acc Animate APl => "всех"; + AF Gen _ (ASg Masc) => "всего"; + AF Gen _ (ASg Fem) => "всей"; + AF Gen _ (ASg Neut) => "всего"; + AF Gen _ APl => "всех"; + AF Inst _ (ASg Masc) => "всем"; + AF Inst _ (ASg Fem) => "всей"; + AF Inst _ (ASg Neut) => "всем"; + AF Inst _ APl => "всеми"; + AF Dat _ (ASg Masc) => "ему"; + AF Dat _ (ASg Fem) => "ей"; + AF Dat _ (ASg Neut) => "ему"; + AF Dat _ APl => "всем"; + AF (Prepos _) _ (ASg Masc) => "всём"; + AF (Prepos _) _ (ASg Fem) => "всей"; + AF (Prepos _) _ (ASg Neut) => "всём"; + AF (Prepos _) _ APl => "всех" ; + AFShort (ASg Masc) => "весь"; + AFShort (ASg Fem) => "вся"; + AFShort (ASg Neut) => "всё"; + AFShort APl => "все"; AdvF => "полностью" } } ; oper uy_j_EndDecl : Str -> Adjective = \s ->{s = table { - AF Nom _ (GSg Masc) => s+ "ый"; - AF Nom _ (GSg Fem) => s + "ая"; - AF Nom _ (GSg Neut) => s + "ое"; - AF Nom _ GPl => s + "ые"; - AF Acc Inanimate (GSg Masc) => s + "ый"; - AF Acc Animate (GSg Masc) => s + "ого"; - AF Acc _ (GSg Fem) => s + "ую"; - AF Acc _ (GSg Neut) => s + "ое"; - AF Acc Inanimate GPl => s + "ые"; - AF Acc Animate GPl => s + "ых"; - AF Gen _ (GSg Masc) => s + "ого"; - AF Gen _ (GSg Fem) => s + "ой"; - AF Gen _ (GSg Neut) => s + "ого"; - AF Gen _ GPl => s + "ых"; - AF Inst _ (GSg Masc) => s + "ым"; - AF Inst _ (GSg Fem) => s + "ой"; - AF Inst _ (GSg Neut) => s + "ым"; - AF Inst _ GPl => s + "ыми"; - AF Dat _ (GSg Masc) => s + "ому"; - AF Dat _ (GSg Fem) => s + "ой"; - AF Dat _ (GSg Neut) => s + "ому"; - AF Dat _ GPl => s + "ым"; - AF (Prepos _) _ (GSg Masc) => s + "ом"; - AF (Prepos _) _ (GSg Fem) => s + "ой"; - AF (Prepos _) _ (GSg Neut) => s + "ом"; - AF (Prepos _) _ GPl => s + "ых"; - AFShort (GSg Masc) => s; - AFShort (GSg Fem) => s + "а"; - AFShort (GSg Neut) => s + "о" ; - AFShort GPl => s + "ы"; + AF Nom _ (ASg Masc) => s+ "ый"; + AF Nom _ (ASg Fem) => s + "ая"; + AF Nom _ (ASg Neut) => s + "ое"; + AF Nom _ APl => s + "ые"; + AF Acc Inanimate (ASg Masc) => s + "ый"; + AF Acc Animate (ASg Masc) => s + "ого"; + AF Acc _ (ASg Fem) => s + "ую"; + AF Acc _ (ASg Neut) => s + "ое"; + AF Acc Inanimate APl => s + "ые"; + AF Acc Animate APl => s + "ых"; + AF Gen _ (ASg Masc) => s + "ого"; + AF Gen _ (ASg Fem) => s + "ой"; + AF Gen _ (ASg Neut) => s + "ого"; + AF Gen _ APl => s + "ых"; + AF Inst _ (ASg Masc) => s + "ым"; + AF Inst _ (ASg Fem) => s + "ой"; + AF Inst _ (ASg Neut) => s + "ым"; + AF Inst _ APl => s + "ыми"; + AF Dat _ (ASg Masc) => s + "ому"; + AF Dat _ (ASg Fem) => s + "ой"; + AF Dat _ (ASg Neut) => s + "ому"; + AF Dat _ APl => s + "ым"; + AF (Prepos _) _ (ASg Masc) => s + "ом"; + AF (Prepos _) _ (ASg Fem) => s + "ой"; + AF (Prepos _) _ (ASg Neut) => s + "ом"; + AF (Prepos _) _ APl => s + "ых"; + AFShort (ASg Masc) => s; + AFShort (ASg Fem) => s + "а"; + AFShort (ASg Neut) => s + "о" ; + AFShort APl => s + "ы"; AdvF => s +"о" } } ; @@ -984,32 +985,32 @@ oper uy_j_EndDecl : Str -> Adjective = \s ->{s = table { {- -- Commented out since I don't know what the short forms are oper ti_j_EndDecl : Str -> Adjective = \s ->{s = table { - AF Nom _ (GSg Masc) => s+"ий"; - AF Nom _ (GSg Fem) => s+"ья"; - AF Nom _ (GSg Neut) => s+"ье"; - AF Nom _ GPl => s+"ьи"; - AF Acc Inanimate (GSg Masc) => s+"ий"; - AF Acc Animate (GSg Masc) => s+"ьего"; - AF Acc _ (GSg Fem) => s+"ью"; - AF Acc _ (GSg Neut) => s+"ье"; - AF Acc Inanimate GPl => s+"ьи"; - AF Acc Animate GPl => s+"ьих"; - AF Gen _ (GSg Masc) => s+"ьего"; - AF Gen _ (GSg Fem) => s+"ьей"; - AF Gen _ (GSg Neut) => s+"ьего"; - AF Gen _ GPl => s+"ьих"; - AF Inst _ (GSg Masc) => s+"ьим"; - AF Inst _ (GSg Fem) => s+"ьей"; - AF Inst _ (GSg Neut) => s+"ьим"; - AF Inst _ GPl => s+"ьими"; - AF Dat _ (GSg Masc) => s+"ьему"; - AF Dat _ (GSg Fem) => s+"ьей"; - AF Dat _ (GSg Neut) => s+"ьему"; - AF Dat _ GPl => s+"ьим"; - AF (Prepos _) _ (GSg Masc) => s+"ьем"; - AF (Prepos _) _ (GSg Fem) => s+"ьей"; - AF (Prepos _) _ (GSg Neut) => s+"ьем"; - AF (Prepos _) _ GPl => s+"ьих"; + AF Nom _ (ASg Masc) => s+"ий"; + AF Nom _ (ASg Fem) => s+"ья"; + AF Nom _ (ASg Neut) => s+"ье"; + AF Nom _ APl => s+"ьи"; + AF Acc Inanimate (ASg Masc) => s+"ий"; + AF Acc Animate (ASg Masc) => s+"ьего"; + AF Acc _ (ASg Fem) => s+"ью"; + AF Acc _ (ASg Neut) => s+"ье"; + AF Acc Inanimate APl => s+"ьи"; + AF Acc Animate APl => s+"ьих"; + AF Gen _ (ASg Masc) => s+"ьего"; + AF Gen _ (ASg Fem) => s+"ьей"; + AF Gen _ (ASg Neut) => s+"ьего"; + AF Gen _ APl => s+"ьих"; + AF Inst _ (ASg Masc) => s+"ьим"; + AF Inst _ (ASg Fem) => s+"ьей"; + AF Inst _ (ASg Neut) => s+"ьим"; + AF Inst _ APl => s+"ьими"; + AF Dat _ (ASg Masc) => s+"ьему"; + AF Dat _ (ASg Fem) => s+"ьей"; + AF Dat _ (ASg Neut) => s+"ьему"; + AF Dat _ APl => s+"ьим"; + AF (Prepos _) _ (ASg Masc) => s+"ьем"; + AF (Prepos _) _ (ASg Fem) => s+"ьей"; + AF (Prepos _) _ (ASg Neut) => s+"ьем"; + AF (Prepos _) _ APl => s+"ьих"; AdvF => s + "ье" } } ; @@ -1094,72 +1095,72 @@ oper PresentVerb : Type = PresentVF => Str ; oper presentConjDolzhen: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF GPl _ => del + "ны" ; - PRF (GSg Masc) _ => del + sgP1End ; - PRF (GSg Fem) _ => del + "на" ; - PRF (GSg Neut) _ => del + "но" + PRF APl _ => del + "ны" ; + PRF (ASg Masc) _ => del + sgP1End ; + PRF (ASg Fem) _ => del + "на" ; + PRF (ASg Neut) _ => del + "но" }; -- +++ MG_UR: changed! +++ oper presentConjMixed: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; -- sgP1End "чу" - PRF (GSg _) P2 => del+ "чешь" ; - PRF (GSg _) P3 => del+ "чет" ; - PRF GPl P1 => del+ "тим" ; - PRF GPl P2 => del+ "тите" ; - PRF GPl P3 => del+ "тят" + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "чу" + PRF (ASg _) P2 => del+ "чешь" ; + PRF (ASg _) P3 => del+ "чет" ; + PRF APl P1 => del+ "тим" ; + PRF APl P2 => del+ "тите" ; + PRF APl P3 => del+ "тят" }; -- +++ MG_UR: changed! (+ д) +++ oper presentConj2: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; -- sgP1End "жу" - PRF (GSg _) P2 => del+ "дишь" ; - PRF (GSg _) P3 => del+ "дит" ; - PRF GPl P1 => del+ "дим" ; - PRF GPl P2 => del+ "дите" ; - PRF GPl P3 => del+ "дят" + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" + PRF (ASg _) P2 => del+ "дишь" ; + PRF (ASg _) P3 => del+ "дит" ; + PRF APl P1 => del+ "дим" ; + PRF APl P2 => del+ "дите" ; + PRF APl P3 => del+ "дят" }; oper presentConj2a: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; -- sgP1End "жу" - PRF (GSg _) P2 => del+ "ишь" ; - PRF (GSg _) P3 => del+ "ит" ; - PRF GPl P1 => del+ "им" ; - PRF GPl P2 => del+ "ите" ; - PRF GPl P3 => del+ "ят" + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" + PRF (ASg _) P2 => del+ "ишь" ; + PRF (ASg _) P3 => del+ "ит" ; + PRF APl P1 => del+ "им" ; + PRF APl P2 => del+ "ите" ; + PRF APl P3 => del+ "ят" }; oper presentConj1E: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; - PRF (GSg _) P2 => del+ "ёшь" ; - PRF (GSg _) P3 => del+ "ёт" ; - PRF GPl P1 => del+ "ём" ; - PRF GPl P2 => del+ "ёте" ; - PRF GPl P3 => del+ sgP1End + "т" + PRF (ASg _) P1 => del+ sgP1End ; + PRF (ASg _) P2 => del+ "ёшь" ; + PRF (ASg _) P3 => del+ "ёт" ; + PRF APl P1 => del+ "ём" ; + PRF APl P2 => del+ "ёте" ; + PRF APl P3 => del+ sgP1End + "т" }; oper presentConj1: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; - PRF (GSg _) P2 => del+ "ешь" ; - PRF (GSg _) P3 => del+ "ет" ; - PRF GPl P1 => del+ "ем" ; - PRF GPl P2 => del+ "ете" ; - PRF GPl P3 => del+ sgP1End + "т" + PRF (ASg _) P1 => del+ sgP1End ; + PRF (ASg _) P2 => del+ "ешь" ; + PRF (ASg _) P3 => del+ "ет" ; + PRF APl P1 => del+ "ем" ; + PRF APl P2 => del+ "ете" ; + PRF APl P3 => del+ sgP1End + "т" }; oper presentConj1Moch: Str -> Str -> Str -> PresentVerb = \del, sgP1End, altRoot -> table { - PRF (GSg _) P1 => del + sgP1End ; - PRF (GSg _) P2 => altRoot + "ешь" ; - PRF (GSg _) P3 => altRoot + "ет" ; - PRF GPl P1 => altRoot + "ем" ; - PRF GPl P2 => altRoot + "ете" ; - PRF GPl P3 => del+ sgP1End + "т" + PRF (ASg _) P1 => del + sgP1End ; + PRF (ASg _) P2 => altRoot + "ешь" ; + PRF (ASg _) P3 => altRoot + "ет" ; + PRF APl P1 => altRoot + "ем" ; + PRF APl P2 => altRoot + "ете" ; + PRF APl P3 => del+ sgP1End + "т" }; -- "PastVerb" takes care of the past tense conjugation. @@ -1168,29 +1169,29 @@ param PastVF = PSF GenNum ; oper PastVerb : Type = PastVF => Str ; oper pastConj: Str -> PastVerb = \del -> table { - PSF (GSg Masc) => del ; - PSF (GSg Fem) => del +"а" ; - PSF (GSg Neut) => del+"о" ; - PSF GPl => del+ "и" + PSF (ASg Masc) => del ; + PSF (ASg Fem) => del +"а" ; + PSF (ASg Neut) => del+"о" ; + PSF APl => del+ "и" }; oper pastConjDolzhen: Str -> PastVerb = \del -> table { - PSF (GSg Masc) => ["был "] + del + "ен" ; - PSF (GSg Fem) => ["была "] + del + "на" ; - PSF (GSg Neut) => ["было "] + del + "но" ; - PSF GPl => ["были "] + del + "ны" + PSF (ASg Masc) => ["был "] + del + "ен" ; + PSF (ASg Fem) => ["была "] + del + "на" ; + PSF (ASg Neut) => ["было "] + del + "но" ; + PSF APl => ["были "] + del + "ны" }; -- further class added by Magda Gerritsen and Ulrich Real oper presentConjForeign: Str -> Str -> PresentVerb = \del, sgP1End -> table { - PRF (GSg _) P1 => del+ sgP1End ; -- sgP1End "ю" - PRF (GSg _) P2 => del+ "ешь" ; - PRF (GSg _) P3 => del+ "ет" ; - PRF GPl P1 => del+ "ем" ; - PRF GPl P2 => del+ "ете" ; - PRF GPl P3 => del+ "ют" + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "ю" + PRF (ASg _) P2 => del+ "ешь" ; + PRF (ASg _) P3 => del+ "ет" ; + PRF APl P1 => del+ "ем" ; + PRF APl P2 => del+ "ете" ; + PRF APl P3 => del+ "ют" }; -- "verbDecl" sorts out verbs according to the aspect and voice parameters. @@ -1242,19 +1243,19 @@ oper mkVerbImperfective : Str -> Str -> PresentVerb -> PastVerb -> Verbum = VIMP _ P1 => "давайте" ++ add_sya vox inf ; VIMP Sg P2 => add_sya vox imper ; VIMP Pl P2 => add_sya vox (imper+"те") ; - VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (GSg Masc) P3)) ; - VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF GPl P3)) ; + VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; + VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы"; - VIND (GSg _) (VPresent p) => add_sya vox (presentFuture ! (PRF (GSg Masc) p)); - VIND GPl (VPresent p) => add_sya vox (presentFuture ! (PRF GPl p)); - VIND (GSg _) (VFuture P1) => "буду" ++ add_sya vox inf ; - VIND (GSg _) (VFuture P2) => "будешь" ++ add_sya vox inf ; - VIND (GSg _) (VFuture P3) => "будет" ++ add_sya vox inf ; - VIND GPl (VFuture P1) => "будем" ++ add_sya vox inf ; - VIND GPl (VFuture P2) => "будете" ++ add_sya vox inf ; - VIND GPl (VFuture P3) => "будут" ++ add_sya vox inf ; + VIND (ASg _) (VPresent p) => add_sya vox (presentFuture ! (PRF (ASg Masc) p)); + VIND APl (VPresent p) => add_sya vox (presentFuture ! (PRF APl p)); + VIND (ASg _) (VFuture P1) => "буду" ++ add_sya vox inf ; + VIND (ASg _) (VFuture P2) => "будешь" ++ add_sya vox inf ; + VIND (ASg _) (VFuture P3) => "будет" ++ add_sya vox inf ; + VIND APl (VFuture P1) => "будем" ++ add_sya vox inf ; + VIND APl (VFuture P2) => "будете" ++ add_sya vox inf ; + VIND APl (VFuture P3) => "будут" ++ add_sya vox inf ; VIND gn VPast => add_sya vox (past ! (PSF gn)) } } ; asp = Imperfective @@ -1264,19 +1265,19 @@ oper mkVerbPerfective: Str -> Str -> PresentVerb -> PastVerb -> Verbum = \inf, imper, presentFuture, past -> { s = table { VFORM vox vf => case vf of { VINF => add_sya vox inf ; - VIMP Sg P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF (GSg Masc) P1)); - VIMP Pl P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF GPl P1)); + VIMP Sg P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P1)); + VIMP Pl P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF APl P1)); VIMP Sg P2 => add_sya vox imper ; VIMP Pl P2 => add_sya vox (imper+"те") ; - VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (GSg Masc) P3)) ; - VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF GPl P3)) ; + VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; + VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы" ; - VIND (GSg _) (VPresent _) => nonExist ; - VIND GPl (VPresent P1) => nonExist ; - VIND GPl (VPresent P2) => nonExist ; - VIND GPl (VPresent P3) => nonExist ; + VIND (ASg _) (VPresent _) => nonExist ; + VIND APl (VPresent P1) => nonExist ; + VIND APl (VPresent P2) => nonExist ; + VIND APl (VPresent P3) => nonExist ; VIND gn (VFuture p) => add_sya vox (presentFuture ! (PRF gn p)) ; VIND gn VPast => add_sya vox (past ! (PSF gn)) } } ; @@ -1288,7 +1289,7 @@ oper mkVerbPerfective: Str -> Str -> PresentVerb -> PastVerb -> Verbum = oper ProperName : Type = {s : Case => Str ; g : Gender ; anim : Animacy} ; -- -- mkCNProperName : CommNoun -> ProperName = \cn -> ---{s = \\c => cn.s! (NF Sg c); g=cn.g; anim = cn.anim }; +--{s = \\c => cn.s! (SF Sg c); g=cn.g; anim = cn.anim }; -- mkProperNameMasc : Str -> Animacy -> ProperName = \ivan, anim -> { s = table { Nom => ivan ; diff --git a/next-lib/src/russian/NounRus.gf b/old-lib/resource/russian/NounRus.gf similarity index 64% rename from next-lib/src/russian/NounRus.gf rename to old-lib/resource/russian/NounRus.gf index f62e55cac..683f54d07 100644 --- a/next-lib/src/russian/NounRus.gf +++ b/old-lib/resource/russian/NounRus.gf @@ -8,11 +8,11 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { DetCN kazhduj okhotnik = { s = \\c => case kazhduj.c of { Nom => - kazhduj.s ! AF (extCase c) okhotnik.anim (gennum okhotnik.g kazhduj.n) ++ - okhotnik.s ! NF kazhduj.n (extCase c) ; + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ + okhotnik.s ! kazhduj.n ! (extCase c) ; _ => - kazhduj.s ! AF (extCase c) okhotnik.anim (gennum okhotnik.g kazhduj.n) ++ - okhotnik.s ! NF kazhduj.n kazhduj.c }; + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ + okhotnik.s ! kazhduj.n ! kazhduj.c }; n = kazhduj.n ; p = P3 ; pron = False; @@ -28,7 +28,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { UsePron p = p ** {anim = Inanimate}; PredetNP pred np = { - s = \\pf => pred.s! (AF (extCase pf) np.anim (gennum (pgen2gen np.g) np.n))++ np.s ! pf ; + s = \\pf => pred.s! (AF (extCase pf) np.anim (gNum (pgen2gen np.g) np.n))++ np.s ! pf ; n = np.n; p = np.p; g = np.g; @@ -62,7 +62,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { g = Neut ; ---- anim = Inanimate ; in { - s = \\c => kazhduj.s ! AF (extCase c) anim (gennum g kazhduj.n) ; + s = \\c => kazhduj.s ! AF (extCase c) anim (gNum g kazhduj.n) ; n = kazhduj.n ; p = P3 ; pron = False; @@ -83,7 +83,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { g = quant.g; c = quant.c } ; -{- + DetArtOrd quant num ord = { s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ++ ord.s!af ; n = num.n ; @@ -97,21 +97,21 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { g = quant.g; c = quant.c } ; --} + -- MassDet = {s = \\_=>[] ; c=Nom; g = PNoGen; n = Sg} ; MassNP okhotnik = { - s = \\c => okhotnik.s ! NF Sg (extCase c) ; + s = \\c => okhotnik.s ! Sg ! (extCase c) ; n = Sg ; p = P3 ; pron = False; g = PGen okhotnik.g ; anim = okhotnik.anim } ; -{- + DetArtSg kazhduj okhotnik = { s = \\c => -- art case always Nom (AR 17/6/2008) - kazhduj.s ! AF (extCase c) okhotnik.anim (gennum okhotnik.g Sg) ++ + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Sg) ++ okhotnik.s ! Sg ! (extCase c) ; n = Sg ; p = P3 ; @@ -122,7 +122,7 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { DetArtPl kazhduj okhotnik = { s = \\c => -- art case always Nom (AR 17/6/2008) - kazhduj.s ! AF (extCase c) okhotnik.anim (gennum okhotnik.g Pl) ++ + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Pl) ++ okhotnik.s ! Pl ! (extCase c) ; n = Pl ; p = P3 ; @@ -130,8 +130,8 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; anim = okhotnik.anim } ; --} - PossPron p = {s = \\af => p.s ! mkPronForm (caseAF af) No (Poss (gennum (genAF af) (numAF af) )); c=Nom; g = PNoGen} ; + + PossPron p = {s = \\af => p.s ! mkPronForm (caseAF af) No (Poss (gNum (genAF af) (numAF af) )); c=Nom; g = PNoGen} ; NumCard c = c ; NumSg = {s = \\_,_ => [] ; n = Sg} ; @@ -152,8 +152,15 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { DefArt = {s = \\_=>[] ; c=Nom; g = PNoGen }; IndefArt = { s = \\_=>[] ; c=Nom; g = PNoGen }; - UseN noun = noun ; - UseN2 noun = noun ; + UseN sb = + {s = \\n,c => sb.s ! SF n c ; + g = sb.g ; + anim = sb.anim + } ; + +-- It is possible to use a function word as a common noun; the semantics is +-- often existential or indexical. + UseN2 x = x ; -- The application of a function gives, in the first place, a common noun: -- "ключ от дома". From this, other rules of the resource grammar @@ -163,96 +170,67 @@ concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { -- respectively). Semantics will eventually tell when each -- of the readings is meaningful. - ComplN2 f x = { - s = \\nf => case x.pron of { - True => x.s ! (case nf of {NF n c => mkPronForm c No (Poss (gennum f.g n))}) ++ f.s ! nf ; - False => f.s ! nf ++ f.c2.s ++ - x.s ! (case nf of {NF n c => mkPronForm f.c2.c Yes (Poss (gennum f.g n))}) - }; - g = f.g ; - anim = f.anim - } ; + ComplN2 mama ivan = + {s = \\n, cas => case ivan.pron of + { True => ivan.s ! (mkPronForm cas No (Poss (gNum mama.g n))) ++ mama.s ! n ! cas; + False => mama.s ! n ! cas ++ mama.s2 ++ + ivan.s ! (mkPronForm mama.c Yes (Poss (gNum mama.g n))) + }; + g = mama.g ; + anim = mama.anim + } ; -- Two-place functions add one argument place. -- There application starts by filling the first place. - ComplN3 f x = { - s = \\nf => f.s ! nf ++ f.c2.s ++ x.s ! (PF f.c2.c Yes NonPoss) ; - g = f.g ; - anim = f.anim ; - c2 = f.c3 ; + ComplN3 poezd paris = + {s = \\n,c => poezd.s ! n ! c ++ poezd.s2 ++ paris.s ! (PF poezd.c Yes NonPoss) ; + g = poezd.g ; anim = poezd.anim; + s2 = poezd.s3; c = poezd.c2 } ; - ---- AR 17/12/2008 - Use2N3 f = { - s = f.s ; - g = f.g ; - anim = f.anim ; - c2 = f.c2 - } ; - - ---- AR 17/12/2008 - Use3N3 f = { - s = f.s ; - g = f.g ; - anim = f.anim ; - c2 = f.c3 - } ; - -- The two main functions of adjective are in predication ("Иван - молод") -- and in modification ("молодой человек"). Predication will be defined -- later, in the chapter on verbs. - AdjCN ap cn = { - s = \\nf => ap.s ! case nf of {NF n c => AF c cn.anim (gennum cn.g n)} ++ - cn.s ! nf ; - g = cn.g ; - anim = cn.anim - } ; + AdjCN khoroshij novayaMashina = + {s = \\n, c => + khoroshij.s ! AF c novayaMashina.anim (gNum novayaMashina.g n) ++ + novayaMashina.s ! n ! c ; + g = novayaMashina.g ; + anim = novayaMashina.anim + } ; -- This is a source of the "man with a telescope" ambiguity, and may produce -- strange things, like "машины всегда". -- Semantics will have to make finer distinctions among adverbials. - AdvCN cn adv = { - s = \\nf => cn.s ! nf ++ adv.s ; - g = cn.g ; - anim = cn.anim + AdvCN chelovek uTelevizora = + {s = \\n,c => chelovek.s ! n ! c ++ uTelevizora.s ; + g = chelovek.g ; + anim = chelovek.anim } ; -- Constructions like "the idea that two is even" are formed at the -- first place as common nouns, so that one can also have "a suggestion that...". - SentCN idea x = { - s = \\nf => idea.s ! nf ++ x.s ; - g = idea.g ; - anim = idea.anim + SentCN idea x = + {s = \\n,c => idea.s ! n ! c ++ x.s ; + g = idea.g; anim = idea.anim } ; - RelCN idea x = { - s = \\nf => idea.s ! nf ++ case nf of {NF n c => x.s ! (gennum idea.g n)!c!idea.anim} ; - g = idea.g ; - anim = idea.anim + RelCN idea x = + {s = \\n,c => idea.s ! n ! c ++ x.s !(gNum idea.g n)!c!idea.anim ; + g = idea.g; anim = idea.anim } ; - ---- AR 17/12/2008 - ApposCN cn s = { - s = \\nf => cn.s ! nf ++ s.s ! (case nf of {NF n c => PF c No NonPoss}) ; - g = cn.g ; - anim = cn.anim + ApposCN cn s = + {s = \\n,c => cn.s ! n ! c ++ s.s! PF c No NonPoss ; + g = cn.g ; + anim = cn.anim } ; - RelNP np rel = { - s = \\c => np.s ! c ++ rel.s ! (gennum (pgen2gen np.g) np.n) ! extCase c ! np.anim ; - n = np.n ; - p = np.p ; - pron = np.pron ; - g = np.g ; - anim = np.anim ; - nComp = np.nComp - } ; - - + } diff --git a/next-lib/src/russian/NumeralRus.gf b/old-lib/resource/russian/NumeralRus.gf similarity index 100% rename from next-lib/src/russian/NumeralRus.gf rename to old-lib/resource/russian/NumeralRus.gf diff --git a/next-lib/src/russian/ParadigmsRus.gf b/old-lib/resource/russian/ParadigmsRus.gf similarity index 93% rename from next-lib/src/russian/ParadigmsRus.gf rename to old-lib/resource/russian/ParadigmsRus.gf index e3abbe191..b424ef102 100644 --- a/next-lib/src/russian/ParadigmsRus.gf +++ b/old-lib/resource/russian/ParadigmsRus.gf @@ -282,7 +282,7 @@ foreign = Foreign; -- +++ MG_UR: added +++ mkIndeclinableNoun = \s,g, anim -> { - s = table { NF _ _ => s } ; + s = table { SF _ _ => s } ; g = g ; anim = anim } ** {lock_N = <>}; @@ -293,19 +293,19 @@ foreign = Foreign; -- +++ MG_UR: added +++ nomPl, genPl, datPl, accPl, instPl, preposPl, g, anim -> { s = table { - NF Sg Nom => nomSg ; - NF Sg Gen => genSg ; - NF Sg Dat => datSg ; - NF Sg Acc => accSg ; - NF Sg Inst => instSg ; - NF Sg (Prepos PrepOther) => preposSg ; - NF Sg (Prepos PrepVNa) => prepos2Sg ; - NF Pl Nom => nomPl ; - NF Pl Gen => genPl ; - NF Pl Dat => datPl ; - NF Pl Acc => accPl ; - NF Pl Inst => instPl ; - NF Pl (Prepos _) => preposPl + SF Sg Nom => nomSg ; + SF Sg Gen => genSg ; + SF Sg Dat => datSg ; + SF Sg Acc => accSg ; + SF Sg Inst => instSg ; + SF Sg (Prepos PrepOther) => preposSg ; + SF Sg (Prepos PrepVNa) => prepos2Sg ; + SF Pl Nom => nomPl ; + SF Pl Gen => genPl ; + SF Pl Dat => datPl ; + SF Pl Acc => accPl ; + SF Pl Inst => instPl ; + SF Pl (Prepos _) => preposPl } ; g = g ; anim = anim @@ -352,11 +352,11 @@ foreign = Foreign; -- +++ MG_UR: added +++ mkN2 : N -> Prep -> N2 = mkFun; } ; - mkFun : N -> Prep -> N2 = \f,p -> UseN f ** {c2 = p ; lock_N2 = <>} ; + mkFun : N -> Prep -> N2 = \f,p -> (UseN f) ** {s2 = p.s ; c = p.c}** {lock_N2 = <>} ; nullPrep : Prep = {s = []; c= Gen; lock_Prep=<>} ; - mkN3 f p2 p3 = (UseN f) ** {c2 = p2; c3 = p3; lock_N3 = <>} ; + mkN3 f p r = (UseN f) ** {s2 = p.s ; c=p.c; s3=r.s ; c2=r.c; lock_N3 = <>} ; mkPN = \ivan, g, anim -> @@ -364,7 +364,7 @@ foreign = Foreign; -- +++ MG_UR: added +++ Masc => mkProperNameMasc ivan anim ; _ => mkProperNameFem ivan anim } ** {lock_PN =<>}; - nounPN n = {s=\\c => n.s! NF Sg c; anim=n.anim; g=n.g; lock_PN=<>}; + nounPN n = {s=\\c => n.s! SF Sg c; anim=n.anim; g=n.g; lock_PN=<>}; -- On the top level, it is maybe $CN$ that is used rather than $N$, and -- $NP$ rather than $PN$. @@ -408,7 +408,7 @@ foreign = Foreign; -- +++ MG_UR: added +++ } ** {lock_A = <>}; - mkA2 a p c= a ** {c2 = {s=p; c=c}; lock_A2 = <>}; + mkA2 a p c= a ** {s2 = p ; c = c; lock_A2 = <>}; -- mkADeg a s = mkAdjDeg a s ** {lock_ADeg = <>}; -- defined in morpho.RusU -- ap a p = mkAdjPhrase a p ** {lock_AP = <>}; -- defined in syntax module @@ -433,9 +433,9 @@ foreign = Foreign; -- +++ MG_UR: added +++ oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb = \sgP1, sgP2, sgP3, plP1, plP2, plP3 -> table { - PRF (GSg _) P1 => sgP1 ; - PRF (GSg _) P2 => sgP2 ; - PRF (GSg _) P3 => sgP3 ; + PRF (ASg _) P1 => sgP1 ; + PRF (ASg _) P2 => sgP2 ; + PRF (ASg _) P3 => sgP3 ; PRF APl P1 => plP1 ; PRF APl P2 => plP2 ; PRF APl P3 => plP3 @@ -454,7 +454,7 @@ foreign = Foreign; -- +++ MG_UR: added +++ VSubj gn => aller.s ! VFORM vox (VSUB gn) }; t = Present ; a = aller.asp ; w = vox ; lock_V = <>} ; -} - mkV2 v p cas = v ** {c2 = {s=p; c=cas}; lock_V2 = <>}; + mkV2 v p cas = v ** {s2 = p ; c = cas; lock_V2 = <>}; dirV2 v = mkV2 v [] Acc; @@ -464,7 +464,7 @@ foreign = Foreign; -- +++ MG_UR: added +++ -- We treat so far only the rule in which the ditransitive -- verb takes both complements to form a verb phrase. - mkV3 v s1 s2 c1 c2 = v ** {c2 = {s=s1; c=c1}; c3={s=s2; c=c2}; lock_V3 = <>}; + mkV3 v s1 s2 c1 c2 = v ** {s2 = s1; c = c1; s4 = s2; c2=c2; lock_V3 = <>}; } ; diff --git a/next-lib/src/russian/PhraseRus.gf b/old-lib/resource/russian/PhraseRus.gf similarity index 93% rename from next-lib/src/russian/PhraseRus.gf rename to old-lib/resource/russian/PhraseRus.gf index 0cf86c881..7a13e3c32 100644 --- a/next-lib/src/russian/PhraseRus.gf +++ b/old-lib/resource/russian/PhraseRus.gf @@ -15,7 +15,7 @@ concrete PhraseRus of Phrase = CatRus ** open Prelude, ResRus in { UttIP ip = {s = ip.s ! PF Nom No NonPoss} ; --- Acc also UttIAdv iadv = iadv ; UttNP np = {s = np.s ! PF Acc No NonPoss} ; - UttVP vp = {s = vp.s ! ClInfinit ! GSg Masc ! P3} ; + UttVP vp = {s = vp.s ! ClInfinit ! ASg Masc! P3} ; UttAdv adv = adv ; NoPConj = {s = []} ; diff --git a/next-lib/src/russian/QuestionRus.gf b/old-lib/resource/russian/QuestionRus.gf similarity index 86% rename from next-lib/src/russian/QuestionRus.gf rename to old-lib/resource/russian/QuestionRus.gf index e3506aef6..28a9dfccd 100644 --- a/next-lib/src/russian/QuestionRus.gf +++ b/old-lib/resource/russian/QuestionRus.gf @@ -35,11 +35,11 @@ concrete QuestionRus of Question = CatRus ** open ResRus, Prelude in { IdetCN kakoj okhotnik = {s = \\pf => case kakoj.c of { Nom => - kakoj.s ! AF (extCase pf) okhotnik.anim (gennum okhotnik.g kakoj.n) ++ - okhotnik.s ! NF kakoj.n (extCase pf) ; + kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ + okhotnik.s ! kakoj.n ! (extCase pf) ; _ => - kakoj.s ! AF (extCase pf) okhotnik.anim (gennum okhotnik.g kakoj.n) ++ - okhotnik.s ! NF kakoj.n kakoj.c }; + kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ + okhotnik.s ! kakoj.n ! kakoj.c }; n = kakoj.n ; p = P3 ; pron = False; diff --git a/next-lib/src/russian/RelativeRus.gf b/old-lib/resource/russian/RelativeRus.gf similarity index 85% rename from next-lib/src/russian/RelativeRus.gf rename to old-lib/resource/russian/RelativeRus.gf index 51088de57..d8a60dc47 100644 --- a/next-lib/src/russian/RelativeRus.gf +++ b/old-lib/resource/russian/RelativeRus.gf @@ -10,7 +10,7 @@ concrete RelativeRus of Relative = CatRus ** open ResRus, MorphoRus in { takoj.s ! AF c anim gn ++ "что" ++ A.s !b!clf}; RelVP kotoruj gulyaet = - { s = \\b,clf,gn, c, anim => let { nu = numGenNum gn } in + { s = \\b,clf,gn, c, anim => let { nu = numGNum gn } in kotoruj.s ! gn ! c ! anim ++ gulyaet.s2 ++ gulyaet.s ! clf ! gn !P3 ++ gulyaet.s3 ! genGNum gn ! nu } ; @@ -26,7 +26,7 @@ concrete RelativeRus of Relative = CatRus ** open ResRus, MorphoRus in { } ; FunRP p mama kotoruj = - {s = \\gn,c, anim => let {nu = numGenNum gn} in + {s = \\gn,c, anim => let {nu = numGNum gn} in mama.s ! PF c No NonPoss ++ p.s ++ kotoruj.s ! gn ! p.c ! anim } ; diff --git a/next-lib/src/russian/ResRus.gf b/old-lib/resource/russian/ResRus.gf similarity index 85% rename from next-lib/src/russian/ResRus.gf rename to old-lib/resource/russian/ResRus.gf index 477c96cc8..d19ea1797 100644 --- a/next-lib/src/russian/ResRus.gf +++ b/old-lib/resource/russian/ResRus.gf @@ -50,21 +50,18 @@ param -- (a big house - big houses). -- The plural never makes a gender distinction. - GenNum = GSg Gender | GPl ; + GenNum = ASg Gender | APl ; -- Coercions between the compound gen-num type and gender and number: oper - gennum : Gender -> Number -> GenNum = \g,n -> - case n of { - Sg => GSg g ; - Pl => GPl - } ; - - numGenNum : GenNum -> Number = \gn -> - case gn of { - GSg _ => Sg ; - GPl => Pl - } ; + gNum : Gender -> Number -> GenNum = \g,n -> + case n of + { Sg => case g of + { Fem => ASg Fem ; + Masc => ASg Masc ; + Neut => ASg Neut } ; + Pl => APl + } ; -- The Possessive parameter is introduced in order to describe @@ -77,7 +74,7 @@ oper -- For the sake of shorter description these parameters are -- combined in the type SubstForm. param - NForm = NF Number Case ; + SubstForm = SF Number Case ; -- Real parameter types (i.e. ones on which words and phrases depend) @@ -117,20 +114,20 @@ oper mkPronForm: Case -> AfterPrep -> Possessive -> PronForm = \c,n,p -> PF c n p ; - - CommNoun = {s : NForm => Str ; g : Gender ; anim : Animacy } ; + CommNounPhrase: Type = {s : Number => Case => Str; g : Gender; anim : Animacy} ; + NounPhrase : Type = { s : PronForm => Str ; n : Number ; p : Person ; g: PronGen ; anim : Animacy ; pron: Bool} ; - mkNP : Number -> CommNoun -> NounPhrase = \n,chelovek -> - {s = \\cas => chelovek.s ! NF n (extCase cas) ; + mkNP : Number -> CommNounPhrase -> NounPhrase = \n,chelovek -> + {s = \\cas => chelovek.s ! n ! (extCase cas) ; n = n ; g = PGen chelovek.g ; p = P3 ; pron =False ; anim = chelovek.anim } ; det2NounPhrase : Adjective -> NounPhrase = \eto -> - {s = \\pf => eto.s ! (AF (extCase pf) Inanimate (GSg Neut)); n = Sg ; g = PGen Neut ; pron = False ; p = P3 ; anim = Inanimate } ; + {s = \\pf => eto.s ! (AF (extCase pf) Inanimate (ASg Neut)); n = Sg ; g = PGen Neut ; pron = False ; p = P3 ; anim = Inanimate } ; @@ -229,21 +226,24 @@ Prep =>"себе"}; -- Notice that the slash category has the same relation to sentences as -- transitive verbs have to verbs: it's like a *sentence taking a complement*. - SlashNounPhrase = Clause ** {c2 : Complement} ; + SlashNounPhrase = Clause ** Complement ; Clause = {s : Polarity => ClForm => Str} ; -- This is the traditional $S -> NP VP$ rule. predVerbPhrase : NounPhrase -> VerbPhrase -> SlashNounPhrase = - \Ya, tebyaNeVizhu -> { - s = \\b,clf => let { ya = Ya.s ! (mkPronForm Nom No NonPoss); - khorosho = tebyaNeVizhu.s2; - vizhu = tebyaNeVizhu.s ! clf !(gennum (pgen2gen Ya.g) Ya.n)! Ya.p; - tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n - } - in ya ++ khorosho ++ vizhu ++ tebya; - c2 = {s = ""; c = Nom} - } ; + \Ya, tebyaNeVizhu -> { s = \\b,clf => + let + { ya = Ya.s ! (mkPronForm Nom No NonPoss); + khorosho = tebyaNeVizhu.s2; + vizhu = tebyaNeVizhu.s ! clf !(gNum (pgen2gen Ya.g) Ya.n)! Ya.p; + tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n + } + in + ya ++ khorosho ++ vizhu ++ tebya; + s2= ""; + c = Nom +} ; -- Questions are either direct ("Ты счастлив?") -- or indirect ("Потом он спросил счастлив ли ты"). @@ -257,19 +257,19 @@ param oper getActVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of - { ClIndic Future _ => VFORM Act (VIND (gennum g n) (VFuture p)); - ClIndic PastRus _ => VFORM Act (VIND (gennum g n) VPast); - ClIndic Present _ => VFORM Act (VIND (gennum g n) (VPresent p)); - ClCondit => VFORM Act (VSUB (gennum g n)); + { ClIndic Future _ => VFORM Act (VIND (gNum g n) (VFuture p)); + ClIndic PastRus _ => VFORM Act (VIND (gNum g n) VPast); + ClIndic Present _ => VFORM Act (VIND (gNum g n) (VPresent p)); + ClCondit => VFORM Act (VSUB (gNum g n)); ClInfinit => VFORM Act VINF ; ClImper => VFORM Act (VIMP n p) }; getPassVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of - { ClIndic Future _ => VFORM Pass (VIND (gennum g n) (VFuture p)); - ClIndic PastRus _ => VFORM Pass (VIND (gennum g n) VPast); - ClIndic Present _ => VFORM Pass (VIND (gennum g n) (VPresent p)); - ClCondit => VFORM Pass (VSUB (gennum g n)); + { ClIndic Future _ => VFORM Pass (VIND (gNum g n) (VFuture p)); + ClIndic PastRus _ => VFORM Pass (VIND (gNum g n) VPast); + ClIndic Present _ => VFORM Pass (VIND (gNum g n) (VPresent p)); + ClCondit => VFORM Pass (VSUB (gNum g n)); ClInfinit => VFORM Pass VINF ; ClImper => VFORM Pass (VIMP n p) }; @@ -283,7 +283,7 @@ param AdjForm = AF Case Animacy GenNum | AFShort GenNum | AdvF; oper - Complement = {s : Str ; c : Case} ; + Complement = {s2 : Str ; c : Case} ; oper Refl ={s: Case => Str}; oper sam: Refl= @@ -299,17 +299,22 @@ oper sam: Refl= pgNum : PronGen -> Number -> GenNum = \g,n -> case n of - { Sg => GSg (pgen2gen g) ; -- assuming pronoun "I" is a male - Pl => GPl + { Sg => ASg (pgen2gen g) ; -- assuming pronoun "I" is a male + Pl => APl } ; - -- _ => variants {GSg Masc ; GSg Fem} } ; + -- _ => variants {ASg Masc ; ASg Fem} } ; -- "variants" version cause "no term variants" error during linearization + + +oper numGNum : GenNum -> Number = \gn -> + case gn of { APl => Pl ; _ => Sg } ; + oper genGNum : GenNum -> Gender = \gn -> - case gn of { GSg Fem => Fem; GSg Masc => Masc; _ => Neut } ; + case gn of { ASg Fem => Fem; ASg Masc => Masc; _ => Neut } ; oper numAF: AdjForm -> Number = \af -> - case af of { AdvF => Sg; AFShort gn => numGenNum gn; AF _ _ gn => (numGenNum gn) } ; + case af of { AdvF => Sg; AFShort gn => numGNum gn; AF _ _ gn => (numGNum gn) } ; oper genAF: AdjForm -> Gender = \af -> case af of { AdvF => Neut; AFShort gn => genGNum gn; AF _ _ gn => (genGNum gn) } ; @@ -375,11 +380,21 @@ param Place = attr | indep ; param Size = nom | sgg | plg ; --param Gend = masc | fem | neut ; oper mille : Size => Str = table { - nom => "тысяча" ; - sgg => "тысячи" ; + {nom} => "тысяча" ; + {sgg} => "тысячи" ; _ => "тысяч"} ; oper gg : Str -> Gender => Str = \s -> table {_ => s} ; -- CardOrd = NCard | NOrd ; + +----2 Transformations between parameter types +-- + +oper + + numSF: SubstForm -> Number = \sf -> case sf of { SF n _ => n } ; + + caseSF: SubstForm -> Case = \sf -> case sf of { SF _ c => c } ; + } diff --git a/next-lib/src/russian/SentenceRus.gf b/old-lib/resource/russian/SentenceRus.gf similarity index 56% rename from next-lib/src/russian/SentenceRus.gf rename to old-lib/resource/russian/SentenceRus.gf index 79d691ccd..963694673 100644 --- a/next-lib/src/russian/SentenceRus.gf +++ b/old-lib/resource/russian/SentenceRus.gf @@ -29,7 +29,7 @@ concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { PredSCVP sc vp = { s = \\b,clf => let { ne = case b of {Pos=>""; Neg=>"не"}; - vizhu = vp.s ! clf ! (GSg Neut)! P3; + vizhu = vp.s ! clf ! (ASg Neut)! P3; tebya = vp.s3 ! Neut ! Sg } in @@ -37,29 +37,16 @@ concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { (sc.s ++ ne ++ vizhu ++ tebya) (sc.s ++ vizhu ++ ne ++ tebya) } ; +{- + SlashV2 ivan lubit = { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ + lubit.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ; + s2=lubit.s2; c=lubit.c }; - - ---- AR 17/12/2008 - SlashVP Ya tebyaNeVizhu = { - s = \\b,clf => - let { - ya = Ya.s ! (case clf of { - ClInfinit => (mkPronForm Acc No NonPoss); - _ => (mkPronForm Nom No NonPoss) - }); - ne = case b of {Pos=>""; Neg=>"не"}; - vizhu = tebyaNeVizhu.s ! clf ! (pgNum Ya.g Ya.n)! Ya.p; - khorosho = tebyaNeVizhu.s2 ; - tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n - } - in - if_then_else Str tebyaNeVizhu.negBefore - (ya ++ ne ++ vizhu ++ tebya ++ khorosho) - (ya ++ vizhu ++ ne ++ tebya ++ khorosho) ; - s2=tebyaNeVizhu.s2 ; - c=tebyaNeVizhu.c - } ; - + SlashVVV2 ivan khotet lubit = + { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ khotet.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ++ lubit.s! VFORM Act VINF ; + s2=lubit.s2; + c=lubit.c }; +-} AdvSlash slash adv = { s = \\b,clf => slash.s ! b ! clf ++ adv.s ; c = slash.c; @@ -86,43 +73,35 @@ concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { _ => [] } in - dont ++ inf.s ! ClImper ! gennum g n ! P2 ++ + dont ++ inf.s ! ClImper ! (gNum g n )!P2 ++ inf.s2++inf.s3!g!n } ; EmbedS s = {s = "что" ++ s.s} ; -- In Russian "Whether you go" transformed in "go whether you": EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = vp.s2 ++ vp.s!ClInfinit!(GSg Masc) !P3 ++ vp.s3!Masc!Sg} ; + EmbedVP vp = {s = vp.s2 ++ vp.s!ClInfinit!(ASg Masc) !P3 ++ vp.s3!Masc!Sg} ; - UseCl t p cl = {s = case t.t of { + UseCl t a p cl = {s = case t.t of { Cond => cl.s! p.p ! ClCondit ; --# notpresent - Pres => cl.s! p.p ! ClIndic Present t.a ---- AR work-around 13/12/2007 - ; --# notpresent - _ => cl.s! p.p ! ClIndic (getTense t.t) t.a --# notpresent - } - }; + Pres => cl.s! p.p ! ClIndic Present a.a ; ---- AR work-around 13/12/2007 + _ => cl.s! p.p ! ClIndic (getTense t.t) a.a}}; - UseQCl t p qcl= {s = case t.t of { + UseQCl t a p qcl= {s = case t.t of { Cond => qcl.s! p.p ! ClCondit ; --# notpresent - Pres => qcl.s! p.p ! ClIndic Present t.a - ; --# notpresent - _ => qcl.s!p.p! ClIndic (getTense t.t) t.a --# notpresent - }}; + Pres => qcl.s! p.p ! ClIndic Present a.a ; + _ => qcl.s!p.p! ClIndic (getTense t.t) a.a }}; - UseRCl t p rcl ={s = \\gn,c,anim => case t.t of { + UseRCl t a p rcl ={s = \\gn,c,anim => case t.t of { Cond => [", "] ++ rcl.s! p.p ! ClCondit ! gn !c !anim ; --# notpresent - Pres => [", "] ++ rcl.s! p.p ! ClIndic Present t.a !gn !c !anim - ; --# notpresent - _ => [", "] ++ rcl.s! p.p ! ClIndic (getTense t.t) t.a !gn !c !anim --# notpresent - }}; + Pres => [", "] ++ rcl.s! p.p ! ClIndic Present a.a !gn !c !anim; + _ => [", "] ++ rcl.s! p.p ! ClIndic (getTense t.t) a.a !gn !c !anim}}; - UseSlash t p cl = { + UseSlash t a p cl = { s = case t.t of { Cond => cl.s! p.p ! ClCondit ; --# notpresent - Pres => cl.s! p.p ! ClIndic Present t.a - ; --# notpresent - _ => cl.s! p.p ! ClIndic (getTense t.t) t.a --# notpresent + Pres => cl.s! p.p ! ClIndic Present a.a ; + _ => cl.s! p.p ! ClIndic (getTense t.t) a.a } ; s2 = cl.s2 ; c = cl.c @@ -131,8 +110,6 @@ concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { AdvS a s = {s = a.s ++ "," ++ s.s} ; ---- AR 19/6/2007 - ---- AR 17/12/2008 - RelS s r = {s = s.s ++ "," ++ r.s ! gennum Neut Sg ! Nom ! Inanimate} ; ---- ? } diff --git a/next-lib/src/russian/StructuralRus.gf b/old-lib/resource/russian/StructuralRus.gf similarity index 96% rename from next-lib/src/russian/StructuralRus.gf rename to old-lib/resource/russian/StructuralRus.gf index d5635005b..1ae206828 100644 --- a/next-lib/src/russian/StructuralRus.gf +++ b/old-lib/resource/russian/StructuralRus.gf @@ -51,9 +51,9 @@ lin in8front_Prep = { s = "перед" ; c = Inst}; in_Prep = { s = "в" ; c = Prepos PrepVNa } ; it_Pron = pronOno ; - less_CAdv = {s="менее"; p=""} ; + less_CAdv = ss "менее" ; many_Det = mnogoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; - more_CAdv = {s="более"; p=""} ; + more_CAdv = ss "более" ; most_Predet = bolshinstvoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; -- inanimate, Sg: "большинство телефонов безмолству-ет" -- most8many_Det = bolshinstvoPlDet ** {n = Pl; g = (PGen Neut); c= Gen} ; @@ -112,8 +112,6 @@ lin youSg_Pron = pronTu; youPol_Pron = pronVu; - have_V2= P.dirV2 (P.regV P.imperfective P.first "име" "ю" "имел" "имей" "иметь" ); - --- NoDet = nikakojDet ** {n = Sg; g = PNoGen; c= Nom} ; --- AnyDet = lubojDet ** {n = Sg; g = PNoGen; c= Nom} ; --- AnyNumDet = mkDeterminerNum (lubojDet ** {n = Pl; g = PNoGen; c= Nom} ); diff --git a/next-lib/src/russian/VerbRus.gf b/old-lib/resource/russian/VerbRus.gf similarity index 60% rename from next-lib/src/russian/VerbRus.gf rename to old-lib/resource/russian/VerbRus.gf index 6c0623d82..193800034 100644 --- a/next-lib/src/russian/VerbRus.gf +++ b/old-lib/resource/russian/VerbRus.gf @@ -12,25 +12,25 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { { (ClIndic Present _) => masha.s ! (mkPronForm Nom No NonPoss) ; (ClIndic PastRus _) => case gn of - { (GSg Fem) =>"была"++masha.s ! (mkPronForm Inst No NonPoss); - (GSg Masc) =>"был" ++ masha.s!(mkPronForm Inst No NonPoss); - (GSg Neut) =>"было" ++ masha.s!(mkPronForm Inst No NonPoss); - GPl => "были" ++ masha.s ! (mkPronForm Inst No NonPoss) + { (ASg Fem) =>"была"++masha.s ! (mkPronForm Inst No NonPoss); + (ASg Masc) =>"был" ++ masha.s!(mkPronForm Inst No NonPoss); + (ASg Neut) =>"было" ++ masha.s!(mkPronForm Inst No NonPoss); + APl => "были" ++ masha.s ! (mkPronForm Inst No NonPoss) }; (ClIndic Future _) => case gn of - { GPl => case p of + { APl => case p of { P3 => "будут"++masha.s ! (mkPronForm Inst No NonPoss); P2 => "будете"++masha.s !(mkPronForm Inst No NonPoss); P1 => "будем"++masha.s ! (mkPronForm Inst No NonPoss) }; - (GSg _) => case p of + (ASg _) => case p of { P3=>"будет"++masha.s!(mkPronForm Inst No NonPoss) ; P2 => "будешь"++ masha.s ! (mkPronForm Inst No NonPoss) ; P1=> "буду"++ masha.s ! (mkPronForm Inst No NonPoss) } --case p }; --case gn ClCondit => "" ; - ClImper => case (numGenNum gn) of + ClImper => case (numGNum gn) of {Sg => "будь" ++ masha.s ! (mkPronForm Inst No NonPoss); Pl => "будьте" ++ masha.s ! (mkPronForm Inst No NonPoss) }; @@ -46,30 +46,30 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { CompAP zloj ={ s= \\clf,gn,p => case clf of { -- person is ignored ! - ClInfinit => "быть" ++ zloj.s ! AF Inst Animate (GSg Masc) ; + ClInfinit => "быть" ++ zloj.s ! AF Inst Animate (ASg Masc) ; ClImper => case gn of - { (GSg _) => "будь" ++ zloj.s ! AF Inst Animate (GSg Masc); - GPl => "будьте" ++ zloj.s ! AF Inst Animate GPl + { (ASg _) => "будь" ++ zloj.s ! AF Inst Animate (ASg Masc); + APl => "будьте" ++ zloj.s ! AF Inst Animate APl }; -- infinitive does not save GenNum, -- but indicative does for the sake of adjectival predication ! ClIndic Present _ => zloj.s ! AF Nom Animate gn ; ClIndic PastRus _ => case gn of - { (GSg Fem) => "была" ++ zloj.s! AF Nom Animate (GSg Fem); - (GSg Masc) => "был" ++ zloj.s! AF Nom Animate (GSg Masc); - (GSg Neut) => "был" ++ zloj.s! AF Nom Animate (GSg Neut); - GPl => "были" ++ zloj.s! AF Nom Animate GPl + { (ASg Fem) => "была" ++ zloj.s! AF Nom Animate (ASg Fem); + (ASg Masc) => "был" ++ zloj.s! AF Nom Animate (ASg Masc); + (ASg Neut) => "был" ++ zloj.s! AF Nom Animate (ASg Neut); + APl => "были" ++ zloj.s! AF Nom Animate APl }; ClIndic Future _ => case gn of - { GPl => case p of - { P3 => "будут" ++ zloj.s! AF Nom Animate GPl; - P2 => "будете" ++ zloj.s! AF Nom Animate GPl; - P1 => "будем" ++ zloj.s! AF Nom Animate GPl + { APl => case p of + { P3 => "будут" ++ zloj.s! AF Nom Animate APl; + P2 => "будете" ++ zloj.s! AF Nom Animate APl; + P1 => "будем" ++ zloj.s! AF Nom Animate APl } ; - (GSg _) => case p of - {P3 => "будет" ++ zloj.s! AF Nom Animate (GSg (genGNum gn)); - P2 => "будешь"++ zloj.s! AF Nom Animate (GSg (genGNum gn)); - P1=> "буду" ++ zloj.s! AF Nom Animate (GSg (genGNum gn)) + (ASg _) => case p of + {P3 => "будет" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)); + P2 => "будешь"++ zloj.s! AF Nom Animate (ASg (genGNum gn)); + P1=> "буду" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)) } }; ClCondit => "" @@ -94,20 +94,20 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { CompAdv zloj = { s= \\clf,gn,p => case clf of { ClImper => case gn of - { GSg _ => "будь" ++ zloj.s; -- person is ignored ! - GPl => "будьте" ++ zloj.s + { ASg _ => "будь" ++ zloj.s; -- person is ignored ! + APl => "будьте" ++ zloj.s }; ClInfinit => "быть" ++ zloj.s; ClIndic Present _ => zloj.s ; ClIndic PastRus _ => case gn of - { (GSg Fem) => "была" ++ zloj.s; - (GSg Masc) => "был" ++ zloj.s; - (GSg Neut) => "было" ++ zloj.s; - GPl => "были" ++ zloj.s + { (ASg Fem) => "была" ++ zloj.s; + (ASg Masc) => "был" ++ zloj.s; + (ASg Neut) => "было" ++ zloj.s; + APl => "были" ++ zloj.s }; ClIndic Future _ => case gn of - { (GSg _) => "будет" ++ zloj.s; - GPl => "будут" ++ zloj.s + { (ASg _) => "будет" ++ zloj.s; + APl => "будут" ++ zloj.s }; ClCondit => "" } ; @@ -133,7 +133,7 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { -- double negations with "inte" are not grammatical. UseV se = - {s=\\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ; + {s=\\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; asp = se.asp ; w=Act; s2 = ""; @@ -143,14 +143,14 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { -- The rule for using transitive verbs is the complementization rule: SlashV2a se = - {s = \\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ; + {s = \\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; asp = se.asp ; w = Act; s2 = ""; s3 = \\g,n => ""; negBefore = True ; - sc = se.c2.s ; - c = se.c2.c + sc = se.s2 ; + c = se.c } ; ComplSlash se tu = @@ -165,112 +165,60 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { Slash2V3 dat tu = let - tebepivo = dat.c2.s ++ tu.s ! PF dat.c2.c No NonPoss ++ dat.c3.s ; + tebepivo = dat.s2 ++ tu.s ! PF dat.c No NonPoss ++ dat.s4 ; in - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ tebepivo ; + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; asp = dat.asp ; w = Act; negBefore = True; s2 = ""; s3 = \\g,n=> "" ; - sc = dat.c3.s ; - c = dat.c3.c + sc = dat.s4 ; + c = dat.c2 } ; Slash3V3 dat pivo = let - tebepivo = dat.c3.s ++ pivo.s ! PF dat.c3.c Yes NonPoss + tebepivo = dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss in - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ tebepivo ; + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; asp = dat.asp ; w = Act; negBefore = True; s2 = ""; s3 = \\g,n=> "" ; - sc = dat.c2.s ; - c = dat.c2.c + sc = dat.s2 ; + c = dat.c } ; - ---- AR 17/12/2008 - SlashV2Q dat esliOnPridet = - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ esliOnPridet.s ! QDir ; +{- + ComplV3 dat tu pivo = + let + tebepivo = dat.s2 ++ + tu.s ! PF dat.c No NonPoss ++ dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss + in + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; asp = dat.asp ; w = Act; negBefore = True; s2 = ""; - s3 = \\g,n=> "" ; - sc = dat.c2.s ; - c = dat.c2.c + s3 = \\g,n=> "" } ; - ---- AR 17/12/2008 - SlashV2S vidit tuUlubaeshsya = - {s = \\clf,gn,p => vidit.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) - ++ [", что"] ++ tuUlubaeshsya.s ; - asp = vidit.asp; - w = Act; - s2=""; - negBefore = True; - s3 = \\g,n => "" ; - sc = vidit.c2.s ; - c = vidit.c2.c - } ; - ---- AR 17/12/2008 - SlashV2V putatsya bezhat = - { s = \\clf,gn,p => putatsya.s ! (getActVerbForm clf (genGNum gn) - (numGenNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; - asp = putatsya.asp ; + ReflV2 v = + { s = \\clf,gn,p => v.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ v.s2 ++ sebya!v.c; + asp = v.asp ; w = Act; negBefore = True; s2 = ""; - s3 =\\g,n => "" ; - sc = putatsya.c2.s ; - c = putatsya.c2.c - } ; - - ---- AR 17/12/2008 - ReflVP vp = - { s = \\clf,gn,p => vp.s ! clf ! gn ! p ++ vp.s2 ++ sebya ! vp.c; - asp = vp.asp ; - w = Act ; - negBefore = True; - s2 = ""; s3 = \\g,n=> "" } ; - - ---- AR 17/12/2008 - SlashVV putatsya bezhat = - { s = \\clf,gn,p => putatsya.s ! (getActVerbForm clf (genGNum gn) - (numGenNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; - asp = putatsya.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 =\\g,n => "" ; - sc = bezhat.s2 ; - c = bezhat.c - } ; - - ---- AR 17/12/2008 - SlashV2VNP putatsya np bezhat = - { s = \\clf,gn,p => - putatsya.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ - np.s ! (mkPronForm putatsya.c2.c No NonPoss) ++ ---- ? - bezhat.s!ClInfinit !gn!p ; - asp = putatsya.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 =\\g,n => "" ; - sc = bezhat.s2 ; ---- ? - c = bezhat.c - } ; - +-} -- To generate "сказал, что Иван гуляет" / "не сказал, что Иван гуляет": ComplVS vidit tuUlubaeshsya = - {s = \\clf,gn,p => vidit.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) + {s = \\clf,gn,p => vidit.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ [", что"] ++ tuUlubaeshsya.s ; asp = vidit.asp; w = Act; @@ -278,15 +226,13 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { negBefore = True; s3 = \\g,n => "" } ; - - -- To generate "can walk"/"can't walk"; "tries to walk"/"does not try to walk": -- The contraction of "not" is not provided, since it would require changing -- the verb parameter type. ComplVV putatsya bezhat = { s = \\clf,gn,p => putatsya.s ! (getActVerbForm clf (genGNum gn) - (numGenNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; + (numGNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; asp = putatsya.asp ; w = Act; negBefore = True; @@ -294,7 +240,7 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { s3 =\\g,n => "" } ; ComplVQ dat esliOnPridet = - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ esliOnPridet.s ! QDir ; + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ esliOnPridet.s ! QDir ; asp = dat.asp ; w = Act; negBefore = True; @@ -302,26 +248,26 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { s3 = \\g,n=> "" } ; ComplVA vuglyadet molodoj = - {s = \\clf,gn,p => vuglyadet.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ; + {s = \\clf,gn,p => vuglyadet.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; asp = vuglyadet.asp ; w = Act; negBefore = True; s2 = ""; - s3 = \\g,n => molodoj.s!(AF Inst Animate (gennum g n)) + s3 = \\g,n => molodoj.s!(AF Inst Animate (gNum g n)) } ; SlashV2A obechat molodoj = {s = \\clf,gn,p => - obechat.s ! (getActVerbForm clf (genGNum gn) (numGenNum gn) p) ++ - molodoj.s ! AF Inst Inanimate (GSg Neut) ; + obechat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ + molodoj.s ! AF Inst Inanimate (ASg Neut) ; ---- AR 17/6; AF Inst tu.anim (pgNum tu.g tu.n) ; asp = obechat.asp ; w = Act; negBefore = True; s2 = ""; s3 = \\g,n =>"" ; - sc = obechat.c2.s ; - c = obechat.c2.c + sc = obechat.s2 ; + c = obechat.c } ; AdvVP poet khorosho = @@ -333,8 +279,8 @@ concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { asp = poet.asp; w = poet.w; t = poet.t ; negBefore = poet.negBefore } ; PassV2 se = - {s=\\clf,gn,p => se.s ! (getPassVerbForm clf (genGNum gn) (numGenNum gn) p) ; - asp=se.asp; w=Pass; s2 = se.c2.s; + {s=\\clf,gn,p => se.s ! (getPassVerbForm clf (genGNum gn) (numGNum gn) p) ; + asp=se.asp; w=Pass; s2 = se.s2; negBefore = True; s3 = table{_=> table{_ => ""}} }; diff --git a/next-lib/src/scandinavian/AdjectiveScand.gf b/old-lib/resource/scandinavian/AdjectiveScand.gf similarity index 65% rename from next-lib/src/scandinavian/AdjectiveScand.gf rename to old-lib/resource/scandinavian/AdjectiveScand.gf index f6243e4a5..1570574cb 100644 --- a/next-lib/src/scandinavian/AdjectiveScand.gf +++ b/old-lib/resource/scandinavian/AdjectiveScand.gf @@ -15,23 +15,8 @@ incomplete concrete AdjectiveScand of Adjective = ++ conjThan ++ np.s ! nominative ; isPre = False } ; - UseComparA a = { - s = \\ap => case a.isComp of { - True => compMore ++ a.s ! AF (APosit ap) Nom ; - _ => a.s ! AF ACompar Nom - } ; - isPre = False - } ; - CAdvAP ad ap np = { - s = \\a => ad.s ++ ap.s ! a ++ ad.p ++ np.s ! nominative ; - isPre = False - } ; - - AdjOrd ord = { - s = \\_ => ord.s ; - isPre = True - } ; +-- $SuperlA$ belongs to determiner syntax in $Noun$. ComplA2 a np = { s = \\ap => a.s ! AF (APosit ap) Nom ++ a.c2.s ++ np.s ! accusative ; @@ -54,9 +39,6 @@ incomplete concrete AdjectiveScand of Adjective = isPre = ap.isPre } ; - UseA2 a = { - s = \\ap => a.s ! AF (APosit ap) Nom ; - isPre = True - } ; + UseA2 a = a ; } diff --git a/next-lib/src/scandinavian/AdverbScand.gf b/old-lib/resource/scandinavian/AdverbScand.gf similarity index 79% rename from next-lib/src/scandinavian/AdverbScand.gf rename to old-lib/resource/scandinavian/AdverbScand.gf index ba25954ef..1afa40cf1 100644 --- a/next-lib/src/scandinavian/AdverbScand.gf +++ b/old-lib/resource/scandinavian/AdverbScand.gf @@ -5,10 +5,10 @@ incomplete concrete AdverbScand of Adverb = CatScand ** open CommonScand, ResSca s = a.s ! adverbForm } ; ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! adverbForm ++ cadv.p ++ np.s ! nominative + s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ np.s ! nominative } ; ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! adverbForm ++ cadv.p ++ s.s ! Sub + s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ s.s ! Sub } ; PrepNP prep np = {s = prep.s ++ np.s ! accusative} ; diff --git a/next-lib/src/scandinavian/CatScand.gf b/old-lib/resource/scandinavian/CatScand.gf similarity index 93% rename from next-lib/src/scandinavian/CatScand.gf rename to old-lib/resource/scandinavian/CatScand.gf index 6b9b34b47..536f6aa55 100644 --- a/next-lib/src/scandinavian/CatScand.gf +++ b/old-lib/resource/scandinavian/CatScand.gf @@ -68,8 +68,9 @@ incomplete concrete CatScand of Cat = CN = {s : Number => DetSpecies => Case => Str ; g : Gender ; isMod : Bool} ; NP,Pron = {s : NPForm => Str ; a : Agr} ; - Det = {s,sp : Bool => Gender => Str ; n : Number ; det : DetSpecies} ; - Quant = {s,sp : Number => Bool => Bool => Gender => Str ; det : DetSpecies} ; + Det = {s : Bool => Gender => Str ; n : Number ; det : DetSpecies} ; + Quant = {s : Number => Bool => Gender => Str ; det : DetSpecies} ; + Art = {s : Number => Bool => Bool => Gender => Str ; det : DetSpecies} ; Predet = {s : GenNum => Str} ; Num = {s : Gender => Str ; isDet : Bool ; n : Number} ; Card = {s : Gender => Str ; n : Number} ; diff --git a/next-lib/src/scandinavian/CommonScand.gf b/old-lib/resource/scandinavian/CommonScand.gf similarity index 98% rename from next-lib/src/scandinavian/CommonScand.gf rename to old-lib/resource/scandinavian/CommonScand.gf index aa1220338..487082305 100644 --- a/next-lib/src/scandinavian/CommonScand.gf +++ b/old-lib/resource/scandinavian/CommonScand.gf @@ -101,10 +101,9 @@ oper -- Used in $DiffScand.predV$. vFin : Tense -> Voice -> VForm = \t,v -> case t of { - Pres => VF (VPres v) - ; --# notpresent + Pres => VF (VPres v) ; Past => VF (VPret v) ; --# notpresent - _ => VI (VInfin v) --# notpresent + _ => VI (VInfin v) --- not to be used? } ; -- Used in $ConjunctionScand$. @@ -169,7 +168,7 @@ oper mkCase : Case -> Str -> Str = \c,f -> case c of { Nom => f ; Gen => f + case last f of { - "s" | "z" | "x" => [] ; + "s" | "x" => [] ; _ => "s" } } ; diff --git a/next-lib/src/scandinavian/ConjunctionScand.gf b/old-lib/resource/scandinavian/ConjunctionScand.gf similarity index 82% rename from next-lib/src/scandinavian/ConjunctionScand.gf rename to old-lib/resource/scandinavian/ConjunctionScand.gf index 6a85a74cb..b98f04ae9 100644 --- a/next-lib/src/scandinavian/ConjunctionScand.gf +++ b/old-lib/resource/scandinavian/ConjunctionScand.gf @@ -17,10 +17,6 @@ incomplete concrete ConjunctionScand of Conjunction = isPre = ss.isPre } ; - ConjRS conj ss = conjunctDistrTable Agr conj ss ** { - c = ss.c - } ; - -- These fun's are generated from the list cat's. BaseS = twoTable Order ; @@ -31,14 +27,11 @@ incomplete concrete ConjunctionScand of Conjunction = ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; BaseAP x y = twoTable AFormPos x y ** {isPre = andB x.isPre y.isPre} ; ConsAP xs x = consrTable AFormPos comma xs x ** {isPre = andB xs.isPre x.isPre} ; - BaseRS x y = twoTable Agr x y ** {c = y.c} ; - ConsRS xs x = consrTable Agr comma xs x ** {c = xs.c} ; lincat [S] = {s1,s2 : Order => Str} ; [Adv] = {s1,s2 : Str} ; [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; [AP] = {s1,s2 : AFormPos => Str ; isPre : Bool} ; - [RS] = {s1,s2 : Agr => Str ; c : NPForm} ; } diff --git a/next-lib/src/scandinavian/DiffScand.gf b/old-lib/resource/scandinavian/DiffScand.gf similarity index 98% rename from next-lib/src/scandinavian/DiffScand.gf rename to old-lib/resource/scandinavian/DiffScand.gf index 7b1e6b319..e288be677 100644 --- a/next-lib/src/scandinavian/DiffScand.gf +++ b/old-lib/resource/scandinavian/DiffScand.gf @@ -34,7 +34,6 @@ interface DiffScand = open CommonScand, Prelude in { subjIf : Str ; artIndef : Gender => Str ; - detIndefPl : Str ; verbHave : Verb ; verbBe : Verb ; diff --git a/next-lib/src/scandinavian/ExtEngAbs.gf b/old-lib/resource/scandinavian/ExtEngAbs.gf similarity index 100% rename from next-lib/src/scandinavian/ExtEngAbs.gf rename to old-lib/resource/scandinavian/ExtEngAbs.gf diff --git a/next-lib/src/scandinavian/ExtraScand.gf b/old-lib/resource/scandinavian/ExtraScand.gf similarity index 93% rename from next-lib/src/scandinavian/ExtraScand.gf rename to old-lib/resource/scandinavian/ExtraScand.gf index 32ec58bc2..3438a0d3b 100644 --- a/next-lib/src/scandinavian/ExtraScand.gf +++ b/old-lib/resource/scandinavian/ExtraScand.gf @@ -2,7 +2,7 @@ incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** open CommonScand,Coordination,ResScand in { lin GenNP np = { - s,sp = \\n,_,_,g => np.s ! NPPoss (gennum g n) ; + s = \\n,_,g => np.s ! NPPoss (gennum g n) ; det = DDef Indef } ; @@ -13,7 +13,7 @@ incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** rp.s ! ag.gn ! RNom ++ slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; c = NPAcc } ; - EmptyRelSlash slash = { + EmptyRelSlash rp slash = { s = \\t,a,p,ag => slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; c = NPAcc diff --git a/next-lib/src/scandinavian/ExtraScandAbs.gf b/old-lib/resource/scandinavian/ExtraScandAbs.gf similarity index 100% rename from next-lib/src/scandinavian/ExtraScandAbs.gf rename to old-lib/resource/scandinavian/ExtraScandAbs.gf diff --git a/next-lib/src/scandinavian/NounScand.gf b/old-lib/resource/scandinavian/NounScand.gf similarity index 75% rename from next-lib/src/scandinavian/NounScand.gf rename to old-lib/resource/scandinavian/NounScand.gf index 4cd697eae..edabe8228 100644 --- a/next-lib/src/scandinavian/NounScand.gf +++ b/old-lib/resource/scandinavian/NounScand.gf @@ -46,26 +46,15 @@ incomplete concrete NounScand of Noun = } ; DetQuantOrd quant num ord = { - s = \\b,g => quant.s ! num.n ! b ! (orB b num.isDet) ! g ++ + s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ num.s ! g ++ ord.s ; - sp = \\b,g => quant.s ! num.n ! b ! (orB b num.isDet) ! g ++ - num.s ! g ++ ord.s ; n = num.n ; det = quant.det } ; - DetQuant quant num = - let - md : Bool -> Bool = \b -> case quant.det of { - DDef _ => orB b num.isDet ; - DIndef => num.isDet - -- _ => False - } - in { - s = \\b,g => quant.s ! num.n ! b ! md b ! g ++ + DetQuant quant num = { + s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ num.s ! g ; - sp = \\b,g => quant.sp ! num.n ! b ! md b ! g ++ - num.s ! g ; n = num.n ; det = quant.det } ; @@ -75,12 +64,56 @@ incomplete concrete NounScand of Noun = g = Neutr ; ---- m = True ; ---- is this needed for other than Art? in { - s = \\c => det.sp ! m ! g ; + s = \\c => det.s ! m ! g ; a = agrP3 g det.n } ; + DetArtOrd quant num ord = { + s = \\b,g => quant.s ! num.n ! b ! num.isDet ! g ++ + num.s ! g ++ ord.s ; + n = num.n ; + det = quant.det + } ; + + DetArtCard quant num = { + s = \\b,g => quant.s ! num.n ! b ! True ! g ++ num.s ! g ; + n = num.n ; + det = quant.det + } ; + + DetArtSg det cn = + let + g = cn.g ; + n = Sg ; + m = cn.isMod ; + dd = case of { + => DDef Indef ; + => d + } + in { + s = \\c => det.s ! n ! cn.isMod ! False ! cn.g ++ + cn.s ! n ! dd ! caseNP c ; + a = agrP3 g n + } ; + + DetArtPl det cn = + let + g = cn.g ; + n = Pl ; + m = cn.isMod ; + dd = case of { + => DDef Indef ; + => d + } + in { + s = \\c => det.s ! n ! cn.isMod ! False !cn.g ++ + cn.s ! n ! dd ! caseNP c ; + a = agrP3 g n + } ; + + PossPron p = { - s,sp = \\n,_,_,g => p.s ! NPPoss (gennum g n) ; + s = \\n,_,g => p.s ! NPPoss (gennum g n) ; det = DDef Indef } ; @@ -106,8 +139,7 @@ incomplete concrete NounScand of Noun = } ; DefArt = { - s = \\n,bm,bn,g => if_then_Str (orB bm bn) (artDef (gennum g n)) [] ; - sp = \\n,bm,bn,g => artDef (gennum g n) ; + s = \\n,bm,bn,g => if_then_Str (orB bm bn) (artDef (gennum g n)) [] ; det = DDef Def } ; @@ -116,10 +148,6 @@ incomplete concrete NounScand of Noun = Sg => \\_,bn,g => if_then_Str bn [] (artIndef ! g) ; Pl => \\_,bn,_ => [] } ; - sp = table { - Sg => \\_,bn,g => artIndef ! g ; - Pl => \\_,bn,_ => detIndefPl - } ; det = DIndef } ; @@ -199,4 +227,5 @@ incomplete concrete NounScand of Noun = g = g ; isMod = cn.isMod } ; + } diff --git a/next-lib/src/scandinavian/PhraseScand.gf b/old-lib/resource/scandinavian/PhraseScand.gf similarity index 100% rename from next-lib/src/scandinavian/PhraseScand.gf rename to old-lib/resource/scandinavian/PhraseScand.gf diff --git a/next-lib/src/scandinavian/QuestionScand.gf b/old-lib/resource/scandinavian/QuestionScand.gf similarity index 100% rename from next-lib/src/scandinavian/QuestionScand.gf rename to old-lib/resource/scandinavian/QuestionScand.gf diff --git a/next-lib/src/scandinavian/RelativeScand.gf b/old-lib/resource/scandinavian/RelativeScand.gf similarity index 100% rename from next-lib/src/scandinavian/RelativeScand.gf rename to old-lib/resource/scandinavian/RelativeScand.gf diff --git a/next-lib/src/scandinavian/ResScand.gf b/old-lib/resource/scandinavian/ResScand.gf similarity index 100% rename from next-lib/src/scandinavian/ResScand.gf rename to old-lib/resource/scandinavian/ResScand.gf diff --git a/next-lib/src/scandinavian/SentenceScand.gf b/old-lib/resource/scandinavian/SentenceScand.gf similarity index 79% rename from next-lib/src/scandinavian/SentenceScand.gf rename to old-lib/resource/scandinavian/SentenceScand.gf index 16bcd0b94..e845b2a79 100644 --- a/next-lib/src/scandinavian/SentenceScand.gf +++ b/old-lib/resource/scandinavian/SentenceScand.gf @@ -41,18 +41,18 @@ incomplete concrete SentenceScand of Sentence = EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = infMark ++ infVP vp (agrP3 utrum Sg)} ; --- agr - UseCl t p cl = { - s = \\o => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! o + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o } ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! q + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q } ; - UseRCl t p cl = { - s = \\r => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! r ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; c = cl.c } ; - UseSlash t p cl = { - s = \\o => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! o ; + UseSlash t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o ; n3 = cl.n3 ; c2 = cl.c2 } ; diff --git a/next-lib/src/scandinavian/VerbScand.gf b/old-lib/resource/scandinavian/VerbScand.gf similarity index 100% rename from next-lib/src/scandinavian/VerbScand.gf rename to old-lib/resource/scandinavian/VerbScand.gf diff --git a/next-lib/src/spanish/AdjectiveSpa.gf b/old-lib/resource/spanish/AdjectiveSpa.gf similarity index 100% rename from next-lib/src/spanish/AdjectiveSpa.gf rename to old-lib/resource/spanish/AdjectiveSpa.gf diff --git a/next-lib/src/spanish/AdverbSpa.gf b/old-lib/resource/spanish/AdverbSpa.gf similarity index 100% rename from next-lib/src/spanish/AdverbSpa.gf rename to old-lib/resource/spanish/AdverbSpa.gf diff --git a/next-lib/src/spanish/AllSpa.gf b/old-lib/resource/spanish/AllSpa.gf similarity index 100% rename from next-lib/src/spanish/AllSpa.gf rename to old-lib/resource/spanish/AllSpa.gf diff --git a/next-lib/src/spanish/AllSpaAbs.gf b/old-lib/resource/spanish/AllSpaAbs.gf similarity index 100% rename from next-lib/src/spanish/AllSpaAbs.gf rename to old-lib/resource/spanish/AllSpaAbs.gf diff --git a/next-lib/src/spanish/BeschSpa.gf b/old-lib/resource/spanish/BeschSpa.gf similarity index 62% rename from next-lib/src/spanish/BeschSpa.gf rename to old-lib/resource/spanish/BeschSpa.gf index add93535b..57f215c30 100644 --- a/next-lib/src/spanish/BeschSpa.gf +++ b/old-lib/resource/spanish/BeschSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../common:../abstract:../prelude +--# -path=.:../romance:../common:../abstract:../../prelude resource BeschSpa = open Prelude, CommonRomance in { @@ -20,30 +20,24 @@ oper ser_1 : Str -> Verbum = \ser -> VPB (Pres Ind Pl P1) => x_ + "somos" ; VPB (Pres Ind Pl P2) => x_ + "sois" ; VPB (Pres Ind Pl P3) => x_ + "son" ; - VPB (Pres Sub Sg P1) => x_ + "sea" ; - VPB (Pres Sub Sg P2) => x_ + "seas" ; - VPB (Pres Sub Sg P3) => x_ + "sea" ; - VPB (Pres Sub Pl P1) => x_ + "seamos" ; - VPB (Pres Sub Pl P2) => x_ + "seis" ; - VPB (Pres Sub Pl P3) => x_ + "sean" ; + VPB (Pres Subj Sg P1) => x_ + "sea" ; + VPB (Pres Subj Sg P2) => x_ + "seas" ; + VPB (Pres Subj Sg P3) => x_ + "sea" ; + VPB (Pres Subj Pl P1) => x_ + "seamos" ; + VPB (Pres Subj Pl P2) => x_ + "seis" ; + VPB (Pres Subj Pl P3) => x_ + "sean" ; VPB (Impf Ind Sg P1) => x_ + "era" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "era" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "ramos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "fuera" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "furamos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "fusemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "fuesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent @@ -56,12 +50,12 @@ oper ser_1 : Str -> Verbum = \ser -> VPB (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "seris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "sern" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "furemos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent VPB (Cond Sg P1) => x_ + "sera" ; --# notpresent VPB (Cond Sg P2) => x_ + "seras" ; --# notpresent VPB (Cond Sg P3) => x_ + "sera" ; --# notpresent @@ -93,30 +87,24 @@ oper estar_2 : Str -> Verbum = \estar -> VPB (Pres Ind Pl P1) => est_ + "amos" ; VPB (Pres Ind Pl P2) => est_ + "is" ; VPB (Pres Ind Pl P3) => est_ + "n" ; - VPB (Pres Sub Sg P1) => est_ + "" ; - VPB (Pres Sub Sg P2) => est_ + "s" ; - VPB (Pres Sub Sg P3) => est_ + "" ; - VPB (Pres Sub Pl P1) => est_ + "emos" ; - VPB (Pres Sub Pl P2) => est_ + "is" ; - VPB (Pres Sub Pl P3) => est_ + "n" ; + VPB (Pres Subj Sg P1) => est_ + "" ; + VPB (Pres Subj Sg P2) => est_ + "s" ; + VPB (Pres Subj Sg P3) => est_ + "" ; + VPB (Pres Subj Pl P1) => est_ + "emos" ; + VPB (Pres Subj Pl P2) => est_ + "is" ; + VPB (Pres Subj Pl P3) => est_ + "n" ; VPB (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => est_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => est_ + "uviera" ; --# notpresent - VPB (Impf Sub Sg P2) => est_ + "uvieras" ; --# notpresent - VPB (Impf Sub Sg P3) => est_ + "uviera" ; --# notpresent - VPB (Impf Sub Pl P1) => est_ + "uviramos" ; --# notpresent - VPB (Impf Sub Pl P2) => est_ + "uvierais" ; --# notpresent - VPB (Impf Sub Pl P3) => est_ + "uvieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => est_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => est_ + "uvieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => est_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => est_ + "uvisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => est_ + "uvieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => est_ + "uviesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {est_ + "uviramos" ; est_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent VPB (Pret Sg P1) => est_ + "uve" ; --# notpresent VPB (Pret Sg P2) => est_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => est_ + "uvo" ; --# notpresent @@ -129,12 +117,12 @@ oper estar_2 : Str -> Verbum = \estar -> VPB (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => est_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => est_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => est_ + "uviere" ; --# notpresent - VPB (Fut Sub Sg P2) => est_ + "uvieres" ; --# notpresent - VPB (Fut Sub Sg P3) => est_ + "uviere" ; --# notpresent - VPB (Fut Sub Pl P1) => est_ + "uviremos" ; --# notpresent - VPB (Fut Sub Pl P2) => est_ + "uviereis" ; --# notpresent - VPB (Fut Sub Pl P3) => est_ + "uvieren" ; --# notpresent + VPB (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => est_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => est_ + "ara" ; --# notpresent VPB (Cond Sg P2) => est_ + "aras" ; --# notpresent VPB (Cond Sg P3) => est_ + "ara" ; --# notpresent @@ -162,34 +150,28 @@ oper haber_3 : Str -> Verbum = \haber -> VI Part => h_ + "abido" ; VPB (Pres Ind Sg P1) => h_ + "e" ; VPB (Pres Ind Sg P2) => h_ + "as" ; - VPB (Pres Ind Sg P3) => h_ + "a" ; + VPB (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ; VPB (Pres Ind Pl P1) => h_ + "emos" ; VPB (Pres Ind Pl P2) => h_ + "abis" ; VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Sub Sg P1) => h_ + "aya" ; - VPB (Pres Sub Sg P2) => h_ + "ayas" ; - VPB (Pres Sub Sg P3) => h_ + "aya" ; - VPB (Pres Sub Pl P1) => h_ + "ayamos" ; - VPB (Pres Sub Pl P2) => h_ + "ayis" ; - VPB (Pres Sub Pl P3) => h_ + "ayan" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => h_ + "ubiera" ; --# notpresent - VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent - VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent - VPB (Impf Sub Pl P1) => h_ + "ubiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent - VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => h_ + "ubisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => h_ + "ubiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent @@ -202,12 +184,12 @@ oper haber_3 : Str -> Verbum = \haber -> VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent - VPB (Fut Sub Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Sub Pl P1) => h_ + "ubiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent @@ -239,30 +221,24 @@ oper hay_3 : Str -> Verbum = \haber -> VPB (Pres Ind Pl P1) => h_ + "emos" ; VPB (Pres Ind Pl P2) => h_ + "abis" ; VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Sub Sg P1) => h_ + "aya" ; - VPB (Pres Sub Sg P2) => h_ + "ayas" ; - VPB (Pres Sub Sg P3) => h_ + "aya" ; - VPB (Pres Sub Pl P1) => h_ + "ayamos" ; - VPB (Pres Sub Pl P2) => h_ + "ayis" ; - VPB (Pres Sub Pl P3) => h_ + "ayan" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => h_ + "ubiera" ; --# notpresent - VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent - VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent - VPB (Impf Sub Pl P1) => h_ + "ubiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent - VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => h_ + "ubisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => h_ + "ubiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent @@ -275,12 +251,12 @@ oper hay_3 : Str -> Verbum = \haber -> VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent - VPB (Fut Sub Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Sub Pl P1) => h_ + "ubiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent @@ -312,30 +288,24 @@ oper tener_4 : Str -> Verbum = \tener -> VPB (Pres Ind Pl P1) => t_ + "enemos" ; VPB (Pres Ind Pl P2) => t_ + "enis" ; VPB (Pres Ind Pl P3) => t_ + "ienen" ; - VPB (Pres Sub Sg P1) => t_ + "enga" ; - VPB (Pres Sub Sg P2) => t_ + "engas" ; - VPB (Pres Sub Sg P3) => t_ + "enga" ; - VPB (Pres Sub Pl P1) => t_ + "engamos" ; - VPB (Pres Sub Pl P2) => t_ + "engis" ; - VPB (Pres Sub Pl P3) => t_ + "engan" ; + VPB (Pres Subj Sg P1) => t_ + "enga" ; + VPB (Pres Subj Sg P2) => t_ + "engas" ; + VPB (Pres Subj Sg P3) => t_ + "enga" ; + VPB (Pres Subj Pl P1) => t_ + "engamos" ; + VPB (Pres Subj Pl P2) => t_ + "engis" ; + VPB (Pres Subj Pl P3) => t_ + "engan" ; VPB (Impf Ind Sg P1) => t_ + "ena" ; --# notpresent VPB (Impf Ind Sg P2) => t_ + "enas" ; --# notpresent VPB (Impf Ind Sg P3) => t_ + "ena" ; --# notpresent VPB (Impf Ind Pl P1) => t_ + "enamos" ; --# notpresent VPB (Impf Ind Pl P2) => t_ + "enais" ; --# notpresent VPB (Impf Ind Pl P3) => t_ + "enan" ; --# notpresent - VPB (Impf Sub Sg P1) => t_ + "uviera" ; --# notpresent - VPB (Impf Sub Sg P2) => t_ + "uvieras" ; --# notpresent - VPB (Impf Sub Sg P3) => t_ + "uviera" ; --# notpresent - VPB (Impf Sub Pl P1) => t_ + "uviramos" ; --# notpresent - VPB (Impf Sub Pl P2) => t_ + "uvierais" ; --# notpresent - VPB (Impf Sub Pl P3) => t_ + "uvieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => t_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => t_ + "uvieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => t_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => t_ + "uvisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => t_ + "uvieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => t_ + "uviesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {t_ + "uviramos" ; t_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent VPB (Pret Sg P1) => t_ + "uve" ; --# notpresent VPB (Pret Sg P2) => t_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => t_ + "uvo" ; --# notpresent @@ -348,12 +318,12 @@ oper tener_4 : Str -> Verbum = \tener -> VPB (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent VPB (Fut Ind Pl P2) => t_ + "endris" ; --# notpresent VPB (Fut Ind Pl P3) => t_ + "endrn" ; --# notpresent - VPB (Fut Sub Sg P1) => t_ + "uviere" ; --# notpresent - VPB (Fut Sub Sg P2) => t_ + "uvieres" ; --# notpresent - VPB (Fut Sub Sg P3) => t_ + "uviere" ; --# notpresent - VPB (Fut Sub Pl P1) => t_ + "uviremos" ; --# notpresent - VPB (Fut Sub Pl P2) => t_ + "uviereis" ; --# notpresent - VPB (Fut Sub Pl P3) => t_ + "uvieren" ; --# notpresent + VPB (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => t_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => t_ + "endra" ; --# notpresent VPB (Cond Sg P2) => t_ + "endras" ; --# notpresent VPB (Cond Sg P3) => t_ + "endra" ; --# notpresent @@ -385,30 +355,24 @@ oper cortar_5 : Str -> Verbum = \cortar -> VPB (Pres Ind Pl P1) => cort_ + "amos" ; VPB (Pres Ind Pl P2) => cort_ + "is" ; VPB (Pres Ind Pl P3) => cort_ + "an" ; - VPB (Pres Sub Sg P1) => cort_ + "e" ; - VPB (Pres Sub Sg P2) => cort_ + "es" ; - VPB (Pres Sub Sg P3) => cort_ + "e" ; - VPB (Pres Sub Pl P1) => cort_ + "emos" ; - VPB (Pres Sub Pl P2) => cort_ + "is" ; - VPB (Pres Sub Pl P3) => cort_ + "en" ; + VPB (Pres Subj Sg P1) => cort_ + "e" ; + VPB (Pres Subj Sg P2) => cort_ + "es" ; + VPB (Pres Subj Sg P3) => cort_ + "e" ; + VPB (Pres Subj Pl P1) => cort_ + "emos" ; + VPB (Pres Subj Pl P2) => cort_ + "is" ; + VPB (Pres Subj Pl P3) => cort_ + "en" ; VPB (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => cort_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => cort_ + "ara" ; --# notpresent - VPB (Impf Sub Sg P2) => cort_ + "aras" ; --# notpresent - VPB (Impf Sub Sg P3) => cort_ + "ara" ; --# notpresent - VPB (Impf Sub Pl P1) => cort_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => cort_ + "arais" ; --# notpresent - VPB (Impf Sub Pl P3) => cort_ + "aran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => cort_ + "ase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => cort_ + "ases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => cort_ + "ase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => cort_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => cort_ + "aseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => cort_ + "asen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cort_ + "ramos" ; cort_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent VPB (Pret Sg P1) => cort_ + "" ; --# notpresent VPB (Pret Sg P2) => cort_ + "aste" ; --# notpresent VPB (Pret Sg P3) => cort_ + "" ; --# notpresent @@ -421,12 +385,12 @@ oper cortar_5 : Str -> Verbum = \cortar -> VPB (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => cort_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => cort_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => cort_ + "are" ; --# notpresent - VPB (Fut Sub Sg P2) => cort_ + "ares" ; --# notpresent - VPB (Fut Sub Sg P3) => cort_ + "are" ; --# notpresent - VPB (Fut Sub Pl P1) => cort_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => cort_ + "areis" ; --# notpresent - VPB (Fut Sub Pl P3) => cort_ + "aren" ; --# notpresent + VPB (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => cort_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent VPB (Cond Sg P1) => cort_ + "ara" ; --# notpresent VPB (Cond Sg P2) => cort_ + "aras" ; --# notpresent VPB (Cond Sg P3) => cort_ + "ara" ; --# notpresent @@ -459,30 +423,24 @@ oper deber_6 : Str -> Verbum = \deber -> VPB (Pres Ind Pl P1) => deb_ + "emos" ; VPB (Pres Ind Pl P2) => deb_ + "is" ; VPB (Pres Ind Pl P3) => deb_ + "en" ; - VPB (Pres Sub Sg P1) => deb_ + "a" ; - VPB (Pres Sub Sg P2) => deb_ + "as" ; - VPB (Pres Sub Sg P3) => deb_ + "a" ; - VPB (Pres Sub Pl P1) => deb_ + "amos" ; - VPB (Pres Sub Pl P2) => deb_ + "is" ; - VPB (Pres Sub Pl P3) => deb_ + "an" ; + VPB (Pres Subj Sg P1) => deb_ + "a" ; + VPB (Pres Subj Sg P2) => deb_ + "as" ; + VPB (Pres Subj Sg P3) => deb_ + "a" ; + VPB (Pres Subj Pl P1) => deb_ + "amos" ; + VPB (Pres Subj Pl P2) => deb_ + "is" ; + VPB (Pres Subj Pl P3) => deb_ + "an" ; VPB (Impf Ind Sg P1) => deb_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => deb_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => deb_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => deb_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => deb_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => deb_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => deb_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => deb_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => deb_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => deb_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => deb_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => deb_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => deb_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => deb_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => deb_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => deb_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => deb_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => deb_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {deb_ + "iramos" ; deb_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => deb_ + "" ; --# notpresent VPB (Pret Sg P2) => deb_ + "iste" ; --# notpresent VPB (Pret Sg P3) => deb_ + "i" ; --# notpresent @@ -495,12 +453,12 @@ oper deber_6 : Str -> Verbum = \deber -> VPB (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => deb_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => deb_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => deb_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => deb_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => deb_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => deb_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => deb_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => deb_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => deb_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => deb_ + "era" ; --# notpresent VPB (Cond Sg P2) => deb_ + "eras" ; --# notpresent VPB (Cond Sg P3) => deb_ + "era" ; --# notpresent @@ -531,30 +489,24 @@ oper vivir_7 : Str -> Verbum = \vivir -> VPB (Pres Ind Pl P1) => viv_ + "imos" ; VPB (Pres Ind Pl P2) => viv_ + "s" ; VPB (Pres Ind Pl P3) => viv_ + "en" ; - VPB (Pres Sub Sg P1) => viv_ + "a" ; - VPB (Pres Sub Sg P2) => viv_ + "as" ; - VPB (Pres Sub Sg P3) => viv_ + "a" ; - VPB (Pres Sub Pl P1) => viv_ + "amos" ; - VPB (Pres Sub Pl P2) => viv_ + "is" ; - VPB (Pres Sub Pl P3) => viv_ + "an" ; + VPB (Pres Subj Sg P1) => viv_ + "a" ; + VPB (Pres Subj Sg P2) => viv_ + "as" ; + VPB (Pres Subj Sg P3) => viv_ + "a" ; + VPB (Pres Subj Pl P1) => viv_ + "amos" ; + VPB (Pres Subj Pl P2) => viv_ + "is" ; + VPB (Pres Subj Pl P3) => viv_ + "an" ; VPB (Impf Ind Sg P1) => viv_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => viv_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => viv_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => viv_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => viv_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => viv_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => viv_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => viv_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => viv_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => viv_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => viv_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => viv_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => viv_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => viv_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => viv_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => viv_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => viv_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => viv_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {viv_ + "iramos" ; viv_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => viv_ + "" ; --# notpresent VPB (Pret Sg P2) => viv_ + "iste" ; --# notpresent VPB (Pret Sg P3) => viv_ + "i" ; --# notpresent @@ -567,12 +519,12 @@ oper vivir_7 : Str -> Verbum = \vivir -> VPB (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => viv_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => viv_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => viv_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => viv_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => viv_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => viv_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => viv_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => viv_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => viv_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => viv_ + "ira" ; --# notpresent VPB (Cond Sg P2) => viv_ + "iras" ; --# notpresent VPB (Cond Sg P3) => viv_ + "ira" ; --# notpresent @@ -603,30 +555,24 @@ oper abolir_8 : Str -> Verbum = \abolir -> VPB (Pres Ind Pl P1) => abol_ + "imos" ; VPB (Pres Ind Pl P2) => abol_ + "s" ; VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Sub Sg P1) => variants {} ; - VPB (Pres Sub Sg P2) => variants {} ; - VPB (Pres Sub Sg P3) => variants {} ; - VPB (Pres Sub Pl P1) => variants {} ; - VPB (Pres Sub Pl P2) => variants {} ; - VPB (Pres Sub Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => variants {} ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; VPB (Impf Ind Sg P1) => abol_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => abol_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => abol_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => abol_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => abol_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => abol_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => abol_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => abol_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => abol_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => abol_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => abol_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => abol_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => abol_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => abol_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => abol_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => abol_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => abol_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => abol_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {abol_ + "iramos" ; abol_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => abol_ + "" ; --# notpresent VPB (Pret Sg P2) => abol_ + "iste" ; --# notpresent VPB (Pret Sg P3) => abol_ + "i" ; --# notpresent @@ -639,12 +585,12 @@ oper abolir_8 : Str -> Verbum = \abolir -> VPB (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => abol_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => abol_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => abol_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => abol_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => abol_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => abol_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => abol_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => abol_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => abol_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => abol_ + "ira" ; --# notpresent VPB (Cond Sg P2) => abol_ + "iras" ; --# notpresent VPB (Cond Sg P3) => abol_ + "ira" ; --# notpresent @@ -675,30 +621,24 @@ oper actuar_9 : Str -> Verbum = \actuar -> VPB (Pres Ind Pl P1) => act_ + "uamos" ; VPB (Pres Ind Pl P2) => act_ + "uis" ; VPB (Pres Ind Pl P3) => act_ + "an" ; - VPB (Pres Sub Sg P1) => act_ + "e" ; - VPB (Pres Sub Sg P2) => act_ + "es" ; - VPB (Pres Sub Sg P3) => act_ + "e" ; - VPB (Pres Sub Pl P1) => act_ + "uemos" ; - VPB (Pres Sub Pl P2) => act_ + "uis" ; - VPB (Pres Sub Pl P3) => act_ + "en" ; + VPB (Pres Subj Sg P1) => act_ + "e" ; + VPB (Pres Subj Sg P2) => act_ + "es" ; + VPB (Pres Subj Sg P3) => act_ + "e" ; + VPB (Pres Subj Pl P1) => act_ + "uemos" ; + VPB (Pres Subj Pl P2) => act_ + "uis" ; + VPB (Pres Subj Pl P3) => act_ + "en" ; VPB (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent VPB (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent VPB (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent VPB (Impf Ind Pl P1) => act_ + "ubamos" ; --# notpresent VPB (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent VPB (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent - VPB (Impf Sub Sg P1) => act_ + "uara" ; --# notpresent - VPB (Impf Sub Sg P2) => act_ + "uaras" ; --# notpresent - VPB (Impf Sub Sg P3) => act_ + "uara" ; --# notpresent - VPB (Impf Sub Pl P1) => act_ + "uramos" ; --# notpresent - VPB (Impf Sub Pl P2) => act_ + "uarais" ; --# notpresent - VPB (Impf Sub Pl P3) => act_ + "uaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => act_ + "uase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => act_ + "uases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => act_ + "uase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => act_ + "usemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => act_ + "uaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => act_ + "uasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {act_ + "uramos" ; act_ + "usemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent VPB (Pret Sg P1) => act_ + "u" ; --# notpresent VPB (Pret Sg P2) => act_ + "uaste" ; --# notpresent VPB (Pret Sg P3) => act_ + "u" ; --# notpresent @@ -711,12 +651,12 @@ oper actuar_9 : Str -> Verbum = \actuar -> VPB (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent VPB (Fut Ind Pl P2) => act_ + "uaris" ; --# notpresent VPB (Fut Ind Pl P3) => act_ + "uarn" ; --# notpresent - VPB (Fut Sub Sg P1) => act_ + "uare" ; --# notpresent - VPB (Fut Sub Sg P2) => act_ + "uares" ; --# notpresent - VPB (Fut Sub Sg P3) => act_ + "uare" ; --# notpresent - VPB (Fut Sub Pl P1) => act_ + "uremos" ; --# notpresent - VPB (Fut Sub Pl P2) => act_ + "uareis" ; --# notpresent - VPB (Fut Sub Pl P3) => act_ + "uaren" ; --# notpresent + VPB (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => act_ + "uremos" ; --# notpresent + VPB (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent VPB (Cond Sg P1) => act_ + "uara" ; --# notpresent VPB (Cond Sg P2) => act_ + "uaras" ; --# notpresent VPB (Cond Sg P3) => act_ + "uara" ; --# notpresent @@ -747,30 +687,24 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VPB (Pres Ind Pl P1) => adqui_ + "rimos" ; VPB (Pres Ind Pl P2) => adqui_ + "rs" ; VPB (Pres Ind Pl P3) => adqui_ + "eren" ; - VPB (Pres Sub Sg P1) => adqui_ + "era" ; - VPB (Pres Sub Sg P2) => adqui_ + "eras" ; - VPB (Pres Sub Sg P3) => adqui_ + "era" ; - VPB (Pres Sub Pl P1) => adqui_ + "ramos" ; - VPB (Pres Sub Pl P2) => adqui_ + "ris" ; - VPB (Pres Sub Pl P3) => adqui_ + "eran" ; + VPB (Pres Subj Sg P1) => adqui_ + "era" ; + VPB (Pres Subj Sg P2) => adqui_ + "eras" ; + VPB (Pres Subj Sg P3) => adqui_ + "era" ; + VPB (Pres Subj Pl P1) => adqui_ + "ramos" ; + VPB (Pres Subj Pl P2) => adqui_ + "ris" ; + VPB (Pres Subj Pl P3) => adqui_ + "eran" ; VPB (Impf Ind Sg P1) => adqui_ + "ra" ; --# notpresent VPB (Impf Ind Sg P2) => adqui_ + "ras" ; --# notpresent VPB (Impf Ind Sg P3) => adqui_ + "ra" ; --# notpresent VPB (Impf Ind Pl P1) => adqui_ + "ramos" ; --# notpresent VPB (Impf Ind Pl P2) => adqui_ + "rais" ; --# notpresent VPB (Impf Ind Pl P3) => adqui_ + "ran" ; --# notpresent - VPB (Impf Sub Sg P1) => adqui_ + "riera" ; --# notpresent - VPB (Impf Sub Sg P2) => adqui_ + "rieras" ; --# notpresent - VPB (Impf Sub Sg P3) => adqui_ + "riera" ; --# notpresent - VPB (Impf Sub Pl P1) => adqui_ + "riramos" ; --# notpresent - VPB (Impf Sub Pl P2) => adqui_ + "rierais" ; --# notpresent - VPB (Impf Sub Pl P3) => adqui_ + "rieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => adqui_ + "riese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => adqui_ + "rieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => adqui_ + "riese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => adqui_ + "risemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => adqui_ + "rieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => adqui_ + "riesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {adqui_ + "riramos" ; adqui_ + "risemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent VPB (Pret Sg P1) => adqui_ + "r" ; --# notpresent VPB (Pret Sg P2) => adqui_ + "riste" ; --# notpresent VPB (Pret Sg P3) => adqui_ + "ri" ; --# notpresent @@ -783,12 +717,12 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VPB (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent VPB (Fut Ind Pl P2) => adqui_ + "riris" ; --# notpresent VPB (Fut Ind Pl P3) => adqui_ + "rirn" ; --# notpresent - VPB (Fut Sub Sg P1) => adqui_ + "riere" ; --# notpresent - VPB (Fut Sub Sg P2) => adqui_ + "rieres" ; --# notpresent - VPB (Fut Sub Sg P3) => adqui_ + "riere" ; --# notpresent - VPB (Fut Sub Pl P1) => adqui_ + "riremos" ; --# notpresent - VPB (Fut Sub Pl P2) => adqui_ + "riereis" ; --# notpresent - VPB (Fut Sub Pl P3) => adqui_ + "rieren" ; --# notpresent + VPB (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent + VPB (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Pl P1) => adqui_ + "riremos" ; --# notpresent + VPB (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent + VPB (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent VPB (Cond Sg P1) => adqui_ + "rira" ; --# notpresent VPB (Cond Sg P2) => adqui_ + "riras" ; --# notpresent VPB (Cond Sg P3) => adqui_ + "rira" ; --# notpresent @@ -819,30 +753,24 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VPB (Pres Ind Pl P1) => ah_ + "incamos" ; VPB (Pres Ind Pl P2) => ah_ + "incis" ; VPB (Pres Ind Pl P3) => ah_ + "ncan" ; - VPB (Pres Sub Sg P1) => ah_ + "nque" ; - VPB (Pres Sub Sg P2) => ah_ + "nques" ; - VPB (Pres Sub Sg P3) => ah_ + "nque" ; - VPB (Pres Sub Pl P1) => ah_ + "inquemos" ; - VPB (Pres Sub Pl P2) => ah_ + "inquis" ; - VPB (Pres Sub Pl P3) => ah_ + "nquen" ; + VPB (Pres Subj Sg P1) => ah_ + "nque" ; + VPB (Pres Subj Sg P2) => ah_ + "nques" ; + VPB (Pres Subj Sg P3) => ah_ + "nque" ; + VPB (Pres Subj Pl P1) => ah_ + "inquemos" ; + VPB (Pres Subj Pl P2) => ah_ + "inquis" ; + VPB (Pres Subj Pl P3) => ah_ + "nquen" ; VPB (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent VPB (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent VPB (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent VPB (Impf Ind Pl P1) => ah_ + "incbamos" ; --# notpresent VPB (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent VPB (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent - VPB (Impf Sub Sg P1) => ah_ + "incara" ; --# notpresent - VPB (Impf Sub Sg P2) => ah_ + "incaras" ; --# notpresent - VPB (Impf Sub Sg P3) => ah_ + "incara" ; --# notpresent - VPB (Impf Sub Pl P1) => ah_ + "incramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ah_ + "incarais" ; --# notpresent - VPB (Impf Sub Pl P3) => ah_ + "incaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ah_ + "incase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ah_ + "incases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ah_ + "incase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ah_ + "incsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ah_ + "incaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ah_ + "incasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ah_ + "incramos" ; ah_ + "incsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent VPB (Pret Sg P1) => ah_ + "inqu" ; --# notpresent VPB (Pret Sg P2) => ah_ + "incaste" ; --# notpresent VPB (Pret Sg P3) => ah_ + "inc" ; --# notpresent @@ -855,12 +783,12 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VPB (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent VPB (Fut Ind Pl P2) => ah_ + "incaris" ; --# notpresent VPB (Fut Ind Pl P3) => ah_ + "incarn" ; --# notpresent - VPB (Fut Sub Sg P1) => ah_ + "incare" ; --# notpresent - VPB (Fut Sub Sg P2) => ah_ + "incares" ; --# notpresent - VPB (Fut Sub Sg P3) => ah_ + "incare" ; --# notpresent - VPB (Fut Sub Pl P1) => ah_ + "incremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ah_ + "incareis" ; --# notpresent - VPB (Fut Sub Pl P3) => ah_ + "incaren" ; --# notpresent + VPB (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent + VPB (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Pl P1) => ah_ + "incremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent VPB (Cond Sg P1) => ah_ + "incara" ; --# notpresent VPB (Cond Sg P2) => ah_ + "incaras" ; --# notpresent VPB (Cond Sg P3) => ah_ + "incara" ; --# notpresent @@ -891,30 +819,24 @@ oper airar_12 : Str -> Verbum = \airar -> VPB (Pres Ind Pl P1) => a_ + "iramos" ; VPB (Pres Ind Pl P2) => a_ + "iris" ; VPB (Pres Ind Pl P3) => a_ + "ran" ; - VPB (Pres Sub Sg P1) => a_ + "re" ; - VPB (Pres Sub Sg P2) => a_ + "res" ; - VPB (Pres Sub Sg P3) => a_ + "re" ; - VPB (Pres Sub Pl P1) => a_ + "iremos" ; - VPB (Pres Sub Pl P2) => a_ + "iris" ; - VPB (Pres Sub Pl P3) => a_ + "ren" ; + VPB (Pres Subj Sg P1) => a_ + "re" ; + VPB (Pres Subj Sg P2) => a_ + "res" ; + VPB (Pres Subj Sg P3) => a_ + "re" ; + VPB (Pres Subj Pl P1) => a_ + "iremos" ; + VPB (Pres Subj Pl P2) => a_ + "iris" ; + VPB (Pres Subj Pl P3) => a_ + "ren" ; VPB (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent VPB (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent VPB (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent VPB (Impf Ind Pl P1) => a_ + "irbamos" ; --# notpresent VPB (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent VPB (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent - VPB (Impf Sub Sg P1) => a_ + "irara" ; --# notpresent - VPB (Impf Sub Sg P2) => a_ + "iraras" ; --# notpresent - VPB (Impf Sub Sg P3) => a_ + "irara" ; --# notpresent - VPB (Impf Sub Pl P1) => a_ + "irramos" ; --# notpresent - VPB (Impf Sub Pl P2) => a_ + "irarais" ; --# notpresent - VPB (Impf Sub Pl P3) => a_ + "iraran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => a_ + "irase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => a_ + "irases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => a_ + "irase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => a_ + "irsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => a_ + "iraseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => a_ + "irasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "irramos" ; a_ + "irsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent VPB (Pret Sg P1) => a_ + "ir" ; --# notpresent VPB (Pret Sg P2) => a_ + "iraste" ; --# notpresent VPB (Pret Sg P3) => a_ + "ir" ; --# notpresent @@ -927,12 +849,12 @@ oper airar_12 : Str -> Verbum = \airar -> VPB (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent VPB (Fut Ind Pl P2) => a_ + "iraris" ; --# notpresent VPB (Fut Ind Pl P3) => a_ + "irarn" ; --# notpresent - VPB (Fut Sub Sg P1) => a_ + "irare" ; --# notpresent - VPB (Fut Sub Sg P2) => a_ + "irares" ; --# notpresent - VPB (Fut Sub Sg P3) => a_ + "irare" ; --# notpresent - VPB (Fut Sub Pl P1) => a_ + "irremos" ; --# notpresent - VPB (Fut Sub Pl P2) => a_ + "irareis" ; --# notpresent - VPB (Fut Sub Pl P3) => a_ + "iraren" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "irremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent VPB (Cond Sg P1) => a_ + "irara" ; --# notpresent VPB (Cond Sg P2) => a_ + "iraras" ; --# notpresent VPB (Cond Sg P3) => a_ + "irara" ; --# notpresent @@ -963,30 +885,24 @@ oper andar_13 : Str -> Verbum = \andar -> VPB (Pres Ind Pl P1) => and_ + "amos" ; VPB (Pres Ind Pl P2) => and_ + "is" ; VPB (Pres Ind Pl P3) => and_ + "an" ; - VPB (Pres Sub Sg P1) => and_ + "e" ; - VPB (Pres Sub Sg P2) => and_ + "es" ; - VPB (Pres Sub Sg P3) => and_ + "e" ; - VPB (Pres Sub Pl P1) => and_ + "emos" ; - VPB (Pres Sub Pl P2) => and_ + "is" ; - VPB (Pres Sub Pl P3) => and_ + "en" ; + VPB (Pres Subj Sg P1) => and_ + "e" ; + VPB (Pres Subj Sg P2) => and_ + "es" ; + VPB (Pres Subj Sg P3) => and_ + "e" ; + VPB (Pres Subj Pl P1) => and_ + "emos" ; + VPB (Pres Subj Pl P2) => and_ + "is" ; + VPB (Pres Subj Pl P3) => and_ + "en" ; VPB (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => and_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => and_ + "uviera" ; --# notpresent - VPB (Impf Sub Sg P2) => and_ + "uvieras" ; --# notpresent - VPB (Impf Sub Sg P3) => and_ + "uviera" ; --# notpresent - VPB (Impf Sub Pl P1) => and_ + "uviramos" ; --# notpresent - VPB (Impf Sub Pl P2) => and_ + "uvierais" ; --# notpresent - VPB (Impf Sub Pl P3) => and_ + "uvieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => and_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => and_ + "uvieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => and_ + "uviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => and_ + "uvisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => and_ + "uvieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => and_ + "uviesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {and_ + "uviramos" ; and_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent VPB (Pret Sg P1) => and_ + "uve" ; --# notpresent VPB (Pret Sg P2) => and_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => and_ + "uvo" ; --# notpresent @@ -999,12 +915,12 @@ oper andar_13 : Str -> Verbum = \andar -> VPB (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => and_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => and_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => and_ + "uviere" ; --# notpresent - VPB (Fut Sub Sg P2) => and_ + "uvieres" ; --# notpresent - VPB (Fut Sub Sg P3) => and_ + "uviere" ; --# notpresent - VPB (Fut Sub Pl P1) => and_ + "uviremos" ; --# notpresent - VPB (Fut Sub Pl P2) => and_ + "uviereis" ; --# notpresent - VPB (Fut Sub Pl P3) => and_ + "uvieren" ; --# notpresent + VPB (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => and_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => and_ + "ara" ; --# notpresent VPB (Cond Sg P2) => and_ + "aras" ; --# notpresent VPB (Cond Sg P3) => and_ + "ara" ; --# notpresent @@ -1035,30 +951,24 @@ oper asir_14 : Str -> Verbum = \asir -> VPB (Pres Ind Pl P1) => as_ + "imos" ; VPB (Pres Ind Pl P2) => as_ + "s" ; VPB (Pres Ind Pl P3) => as_ + "en" ; - VPB (Pres Sub Sg P1) => as_ + "ga" ; - VPB (Pres Sub Sg P2) => as_ + "gas" ; - VPB (Pres Sub Sg P3) => as_ + "ga" ; - VPB (Pres Sub Pl P1) => as_ + "gamos" ; - VPB (Pres Sub Pl P2) => as_ + "gis" ; - VPB (Pres Sub Pl P3) => as_ + "gan" ; + VPB (Pres Subj Sg P1) => as_ + "ga" ; + VPB (Pres Subj Sg P2) => as_ + "gas" ; + VPB (Pres Subj Sg P3) => as_ + "ga" ; + VPB (Pres Subj Pl P1) => as_ + "gamos" ; + VPB (Pres Subj Pl P2) => as_ + "gis" ; + VPB (Pres Subj Pl P3) => as_ + "gan" ; VPB (Impf Ind Sg P1) => as_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => as_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => as_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => as_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => as_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => as_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => as_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => as_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => as_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => as_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => as_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => as_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => as_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => as_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => as_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => as_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => as_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => as_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {as_ + "iramos" ; as_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => as_ + "" ; --# notpresent VPB (Pret Sg P2) => as_ + "iste" ; --# notpresent VPB (Pret Sg P3) => as_ + "i" ; --# notpresent @@ -1071,12 +981,12 @@ oper asir_14 : Str -> Verbum = \asir -> VPB (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => as_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => as_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => as_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => as_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => as_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => as_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => as_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => as_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => as_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => as_ + "ira" ; --# notpresent VPB (Cond Sg P2) => as_ + "iras" ; --# notpresent VPB (Cond Sg P3) => as_ + "ira" ; --# notpresent @@ -1107,30 +1017,24 @@ oper aullar_15 : Str -> Verbum = \aullar -> VPB (Pres Ind Pl P1) => a_ + "ullamos" ; VPB (Pres Ind Pl P2) => a_ + "ullis" ; VPB (Pres Ind Pl P3) => a_ + "llan" ; - VPB (Pres Sub Sg P1) => a_ + "lle" ; - VPB (Pres Sub Sg P2) => a_ + "lles" ; - VPB (Pres Sub Sg P3) => a_ + "lle" ; - VPB (Pres Sub Pl P1) => a_ + "ullemos" ; - VPB (Pres Sub Pl P2) => a_ + "ullis" ; - VPB (Pres Sub Pl P3) => a_ + "llen" ; + VPB (Pres Subj Sg P1) => a_ + "lle" ; + VPB (Pres Subj Sg P2) => a_ + "lles" ; + VPB (Pres Subj Sg P3) => a_ + "lle" ; + VPB (Pres Subj Pl P1) => a_ + "ullemos" ; + VPB (Pres Subj Pl P2) => a_ + "ullis" ; + VPB (Pres Subj Pl P3) => a_ + "llen" ; VPB (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent VPB (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent VPB (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent VPB (Impf Ind Pl P1) => a_ + "ullbamos" ; --# notpresent VPB (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent VPB (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent - VPB (Impf Sub Sg P1) => a_ + "ullara" ; --# notpresent - VPB (Impf Sub Sg P2) => a_ + "ullaras" ; --# notpresent - VPB (Impf Sub Sg P3) => a_ + "ullara" ; --# notpresent - VPB (Impf Sub Pl P1) => a_ + "ullramos" ; --# notpresent - VPB (Impf Sub Pl P2) => a_ + "ullarais" ; --# notpresent - VPB (Impf Sub Pl P3) => a_ + "ullaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => a_ + "ullase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => a_ + "ullases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => a_ + "ullase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => a_ + "ullsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => a_ + "ullaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => a_ + "ullasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "ullramos" ; a_ + "ullsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent VPB (Pret Sg P1) => a_ + "ull" ; --# notpresent VPB (Pret Sg P2) => a_ + "ullaste" ; --# notpresent VPB (Pret Sg P3) => a_ + "ull" ; --# notpresent @@ -1143,12 +1047,12 @@ oper aullar_15 : Str -> Verbum = \aullar -> VPB (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent VPB (Fut Ind Pl P2) => a_ + "ullaris" ; --# notpresent VPB (Fut Ind Pl P3) => a_ + "ullarn" ; --# notpresent - VPB (Fut Sub Sg P1) => a_ + "ullare" ; --# notpresent - VPB (Fut Sub Sg P2) => a_ + "ullares" ; --# notpresent - VPB (Fut Sub Sg P3) => a_ + "ullare" ; --# notpresent - VPB (Fut Sub Pl P1) => a_ + "ullremos" ; --# notpresent - VPB (Fut Sub Pl P2) => a_ + "ullareis" ; --# notpresent - VPB (Fut Sub Pl P3) => a_ + "ullaren" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "ullremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent VPB (Cond Sg P1) => a_ + "ullara" ; --# notpresent VPB (Cond Sg P2) => a_ + "ullaras" ; --# notpresent VPB (Cond Sg P3) => a_ + "ullara" ; --# notpresent @@ -1179,30 +1083,24 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VPB (Pres Ind Pl P1) => averg_ + "onzamos" ; VPB (Pres Ind Pl P2) => averg_ + "onzis" ; VPB (Pres Ind Pl P3) => averg_ + "enzan" ; - VPB (Pres Sub Sg P1) => averg_ + "ence" ; - VPB (Pres Sub Sg P2) => averg_ + "ences" ; - VPB (Pres Sub Sg P3) => averg_ + "ence" ; - VPB (Pres Sub Pl P1) => averg_ + "oncemos" ; - VPB (Pres Sub Pl P2) => averg_ + "oncis" ; - VPB (Pres Sub Pl P3) => averg_ + "encen" ; + VPB (Pres Subj Sg P1) => averg_ + "ence" ; + VPB (Pres Subj Sg P2) => averg_ + "ences" ; + VPB (Pres Subj Sg P3) => averg_ + "ence" ; + VPB (Pres Subj Pl P1) => averg_ + "oncemos" ; + VPB (Pres Subj Pl P2) => averg_ + "oncis" ; + VPB (Pres Subj Pl P3) => averg_ + "encen" ; VPB (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent VPB (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent VPB (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent VPB (Impf Ind Pl P1) => averg_ + "onzbamos" ; --# notpresent VPB (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent VPB (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent - VPB (Impf Sub Sg P1) => averg_ + "onzara" ; --# notpresent - VPB (Impf Sub Sg P2) => averg_ + "onzaras" ; --# notpresent - VPB (Impf Sub Sg P3) => averg_ + "onzara" ; --# notpresent - VPB (Impf Sub Pl P1) => averg_ + "onzramos" ; --# notpresent - VPB (Impf Sub Pl P2) => averg_ + "onzarais" ; --# notpresent - VPB (Impf Sub Pl P3) => averg_ + "onzaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => averg_ + "onzase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => averg_ + "onzases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => averg_ + "onzase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => averg_ + "onzsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => averg_ + "onzaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => averg_ + "onzasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averg_ + "onzramos" ; averg_ + "onzsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent VPB (Pret Sg P1) => averg_ + "onc" ; --# notpresent VPB (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent VPB (Pret Sg P3) => averg_ + "onz" ; --# notpresent @@ -1215,12 +1113,12 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VPB (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent VPB (Fut Ind Pl P2) => averg_ + "onzaris" ; --# notpresent VPB (Fut Ind Pl P3) => averg_ + "onzarn" ; --# notpresent - VPB (Fut Sub Sg P1) => averg_ + "onzare" ; --# notpresent - VPB (Fut Sub Sg P2) => averg_ + "onzares" ; --# notpresent - VPB (Fut Sub Sg P3) => averg_ + "onzare" ; --# notpresent - VPB (Fut Sub Pl P1) => averg_ + "onzremos" ; --# notpresent - VPB (Fut Sub Pl P2) => averg_ + "onzareis" ; --# notpresent - VPB (Fut Sub Pl P3) => averg_ + "onzaren" ; --# notpresent + VPB (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent + VPB (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Pl P1) => averg_ + "onzremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent VPB (Cond Sg P1) => averg_ + "onzara" ; --# notpresent VPB (Cond Sg P2) => averg_ + "onzaras" ; --# notpresent VPB (Cond Sg P3) => averg_ + "onzara" ; --# notpresent @@ -1251,30 +1149,24 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VPB (Pres Ind Pl P1) => averig_ + "uamos" ; VPB (Pres Ind Pl P2) => averig_ + "uis" ; VPB (Pres Ind Pl P3) => averig_ + "uan" ; - VPB (Pres Sub Sg P1) => averig_ + "e" ; - VPB (Pres Sub Sg P2) => averig_ + "es" ; - VPB (Pres Sub Sg P3) => averig_ + "e" ; - VPB (Pres Sub Pl P1) => averig_ + "emos" ; - VPB (Pres Sub Pl P2) => averig_ + "is" ; - VPB (Pres Sub Pl P3) => averig_ + "en" ; + VPB (Pres Subj Sg P1) => averig_ + "e" ; + VPB (Pres Subj Sg P2) => averig_ + "es" ; + VPB (Pres Subj Sg P3) => averig_ + "e" ; + VPB (Pres Subj Pl P1) => averig_ + "emos" ; + VPB (Pres Subj Pl P2) => averig_ + "is" ; + VPB (Pres Subj Pl P3) => averig_ + "en" ; VPB (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent VPB (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent VPB (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent VPB (Impf Ind Pl P1) => averig_ + "ubamos" ; --# notpresent VPB (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent VPB (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent - VPB (Impf Sub Sg P1) => averig_ + "uara" ; --# notpresent - VPB (Impf Sub Sg P2) => averig_ + "uaras" ; --# notpresent - VPB (Impf Sub Sg P3) => averig_ + "uara" ; --# notpresent - VPB (Impf Sub Pl P1) => averig_ + "uramos" ; --# notpresent - VPB (Impf Sub Pl P2) => averig_ + "uarais" ; --# notpresent - VPB (Impf Sub Pl P3) => averig_ + "uaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => averig_ + "uase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => averig_ + "uases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => averig_ + "uase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => averig_ + "usemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => averig_ + "uaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => averig_ + "uasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averig_ + "uramos" ; averig_ + "usemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent VPB (Pret Sg P1) => averig_ + "" ; --# notpresent VPB (Pret Sg P2) => averig_ + "uaste" ; --# notpresent VPB (Pret Sg P3) => averig_ + "u" ; --# notpresent @@ -1287,12 +1179,12 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VPB (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent VPB (Fut Ind Pl P2) => averig_ + "uaris" ; --# notpresent VPB (Fut Ind Pl P3) => averig_ + "uarn" ; --# notpresent - VPB (Fut Sub Sg P1) => averig_ + "uare" ; --# notpresent - VPB (Fut Sub Sg P2) => averig_ + "uares" ; --# notpresent - VPB (Fut Sub Sg P3) => averig_ + "uare" ; --# notpresent - VPB (Fut Sub Pl P1) => averig_ + "uremos" ; --# notpresent - VPB (Fut Sub Pl P2) => averig_ + "uareis" ; --# notpresent - VPB (Fut Sub Pl P3) => averig_ + "uaren" ; --# notpresent + VPB (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => averig_ + "uremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent VPB (Cond Sg P1) => averig_ + "uara" ; --# notpresent VPB (Cond Sg P2) => averig_ + "uaras" ; --# notpresent VPB (Cond Sg P3) => averig_ + "uara" ; --# notpresent @@ -1323,30 +1215,24 @@ oper bru VPB (Pres Ind Pl P1) => bru_ + "imos" ; VPB (Pres Ind Pl P2) => bru_ + "s" ; VPB (Pres Ind Pl P3) => bru_ + "en" ; - VPB (Pres Sub Sg P1) => bru_ + "a" ; - VPB (Pres Sub Sg P2) => bru_ + "as" ; - VPB (Pres Sub Sg P3) => bru_ + "a" ; - VPB (Pres Sub Pl P1) => bru_ + "amos" ; - VPB (Pres Sub Pl P2) => bru_ + "is" ; - VPB (Pres Sub Pl P3) => bru_ + "an" ; + VPB (Pres Subj Sg P1) => bru_ + "a" ; + VPB (Pres Subj Sg P2) => bru_ + "as" ; + VPB (Pres Subj Sg P3) => bru_ + "a" ; + VPB (Pres Subj Pl P1) => bru_ + "amos" ; + VPB (Pres Subj Pl P2) => bru_ + "is" ; + VPB (Pres Subj Pl P3) => bru_ + "an" ; VPB (Impf Ind Sg P1) => bru_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => bru_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => bru_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => bru_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => bru_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => bru_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => bru_ + "era" ; --# notpresent - VPB (Impf Sub Sg P2) => bru_ + "eras" ; --# notpresent - VPB (Impf Sub Sg P3) => bru_ + "era" ; --# notpresent - VPB (Impf Sub Pl P1) => bru_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => bru_ + "erais" ; --# notpresent - VPB (Impf Sub Pl P3) => bru_ + "eran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => bru_ + "ese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => bru_ + "eses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => bru_ + "ese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => bru_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => bru_ + "eseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => bru_ + "esen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {bru_ + "eras" ; bru_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {bru_ + "ramos" ; bru_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {bru_ + "erais" ; bru_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {bru_ + "eran" ; bru_ + "esen"} ; --# notpresent VPB (Pret Sg P1) => bru_ + "" ; --# notpresent VPB (Pret Sg P2) => bru_ + "iste" ; --# notpresent VPB (Pret Sg P3) => bru_ + "" ; --# notpresent @@ -1359,12 +1245,12 @@ oper bru VPB (Fut Ind Pl P1) => bru_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => bru_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => bru_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => bru_ + "ere" ; --# notpresent - VPB (Fut Sub Sg P2) => bru_ + "eres" ; --# notpresent - VPB (Fut Sub Sg P3) => bru_ + "ere" ; --# notpresent - VPB (Fut Sub Pl P1) => bru_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => bru_ + "ereis" ; --# notpresent - VPB (Fut Sub Pl P3) => bru_ + "eren" ; --# notpresent + VPB (Fut Subj Sg P1) => bru_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => bru_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => bru_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => bru_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => bru_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => bru_ + "eren" ; --# notpresent VPB (Cond Sg P1) => bru_ + "ira" ; --# notpresent VPB (Cond Sg P2) => bru_ + "iras" ; --# notpresent VPB (Cond Sg P3) => bru_ + "ira" ; --# notpresent @@ -1395,30 +1281,24 @@ oper caber_19 : Str -> Verbum = \caber -> VPB (Pres Ind Pl P1) => x_ + "cabemos" ; VPB (Pres Ind Pl P2) => x_ + "cabis" ; VPB (Pres Ind Pl P3) => x_ + "caben" ; - VPB (Pres Sub Sg P1) => x_ + "quepa" ; - VPB (Pres Sub Sg P2) => x_ + "quepas" ; - VPB (Pres Sub Sg P3) => x_ + "quepa" ; - VPB (Pres Sub Pl P1) => x_ + "quepamos" ; - VPB (Pres Sub Pl P2) => x_ + "quepis" ; - VPB (Pres Sub Pl P3) => x_ + "quepan" ; + VPB (Pres Subj Sg P1) => x_ + "quepa" ; + VPB (Pres Subj Sg P2) => x_ + "quepas" ; + VPB (Pres Subj Sg P3) => x_ + "quepa" ; + VPB (Pres Subj Pl P1) => x_ + "quepamos" ; + VPB (Pres Subj Pl P2) => x_ + "quepis" ; + VPB (Pres Subj Pl P3) => x_ + "quepan" ; VPB (Impf Ind Sg P1) => x_ + "caba" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "cabas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "caba" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "cabamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "cabais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "caban" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "cupiera" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "cupieras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "cupiera" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "cupiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "cupierais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "cupieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "cupiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "cupieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "cupiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "cupisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "cupieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "cupiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "cupiramos" ; x_ + "cupisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "cupe" ; --# notpresent VPB (Pret Sg P2) => x_ + "cupiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "cupo" ; --# notpresent @@ -1431,12 +1311,12 @@ oper caber_19 : Str -> Verbum = \caber -> VPB (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "cabris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "cabrn" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "cupiere" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "cupieres" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "cupiere" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "cupiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "cupiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "cupieren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "cupiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "cabra" ; --# notpresent VPB (Cond Sg P2) => x_ + "cabras" ; --# notpresent VPB (Cond Sg P3) => x_ + "cabra" ; --# notpresent @@ -1467,30 +1347,24 @@ oper caer_20 : Str -> Verbum = \caer -> VPB (Pres Ind Pl P1) => ca_ + "emos" ; VPB (Pres Ind Pl P2) => ca_ + "is" ; VPB (Pres Ind Pl P3) => ca_ + "en" ; - VPB (Pres Sub Sg P1) => ca_ + "iga" ; - VPB (Pres Sub Sg P2) => ca_ + "igas" ; - VPB (Pres Sub Sg P3) => ca_ + "iga" ; - VPB (Pres Sub Pl P1) => ca_ + "igamos" ; - VPB (Pres Sub Pl P2) => ca_ + "igis" ; - VPB (Pres Sub Pl P3) => ca_ + "igan" ; + VPB (Pres Subj Sg P1) => ca_ + "iga" ; + VPB (Pres Subj Sg P2) => ca_ + "igas" ; + VPB (Pres Subj Sg P3) => ca_ + "iga" ; + VPB (Pres Subj Pl P1) => ca_ + "igamos" ; + VPB (Pres Subj Pl P2) => ca_ + "igis" ; + VPB (Pres Subj Pl P3) => ca_ + "igan" ; VPB (Impf Ind Sg P1) => ca_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => ca_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => ca_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => ca_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => ca_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => ca_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => ca_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => ca_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => ca_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => ca_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ca_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => ca_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ca_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ca_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ca_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ca_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ca_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ca_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "yramos" ; ca_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => ca_ + "" ; --# notpresent VPB (Pret Sg P2) => ca_ + "ste" ; --# notpresent VPB (Pret Sg P3) => ca_ + "y" ; --# notpresent @@ -1503,12 +1377,12 @@ oper caer_20 : Str -> Verbum = \caer -> VPB (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ca_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => ca_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => ca_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => ca_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => ca_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => ca_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ca_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => ca_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ca_ + "era" ; --# notpresent VPB (Cond Sg P2) => ca_ + "eras" ; --# notpresent VPB (Cond Sg P3) => ca_ + "era" ; --# notpresent @@ -1539,30 +1413,24 @@ oper cazar_21 : Str -> Verbum = \cazar -> VPB (Pres Ind Pl P1) => ca_ + "zamos" ; VPB (Pres Ind Pl P2) => ca_ + "zis" ; VPB (Pres Ind Pl P3) => ca_ + "zan" ; - VPB (Pres Sub Sg P1) => ca_ + "ce" ; - VPB (Pres Sub Sg P2) => ca_ + "ces" ; - VPB (Pres Sub Sg P3) => ca_ + "ce" ; - VPB (Pres Sub Pl P1) => ca_ + "cemos" ; - VPB (Pres Sub Pl P2) => ca_ + "cis" ; - VPB (Pres Sub Pl P3) => ca_ + "cen" ; + VPB (Pres Subj Sg P1) => ca_ + "ce" ; + VPB (Pres Subj Sg P2) => ca_ + "ces" ; + VPB (Pres Subj Sg P3) => ca_ + "ce" ; + VPB (Pres Subj Pl P1) => ca_ + "cemos" ; + VPB (Pres Subj Pl P2) => ca_ + "cis" ; + VPB (Pres Subj Pl P3) => ca_ + "cen" ; VPB (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent VPB (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent VPB (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent VPB (Impf Ind Pl P1) => ca_ + "zbamos" ; --# notpresent VPB (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent VPB (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent - VPB (Impf Sub Sg P1) => ca_ + "zara" ; --# notpresent - VPB (Impf Sub Sg P2) => ca_ + "zaras" ; --# notpresent - VPB (Impf Sub Sg P3) => ca_ + "zara" ; --# notpresent - VPB (Impf Sub Pl P1) => ca_ + "zramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ca_ + "zarais" ; --# notpresent - VPB (Impf Sub Pl P3) => ca_ + "zaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ca_ + "zase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ca_ + "zases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ca_ + "zase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ca_ + "zsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ca_ + "zaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ca_ + "zasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "zramos" ; ca_ + "zsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent VPB (Pret Sg P1) => ca_ + "c" ; --# notpresent VPB (Pret Sg P2) => ca_ + "zaste" ; --# notpresent VPB (Pret Sg P3) => ca_ + "z" ; --# notpresent @@ -1575,12 +1443,12 @@ oper cazar_21 : Str -> Verbum = \cazar -> VPB (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent VPB (Fut Ind Pl P2) => ca_ + "zaris" ; --# notpresent VPB (Fut Ind Pl P3) => ca_ + "zarn" ; --# notpresent - VPB (Fut Sub Sg P1) => ca_ + "zare" ; --# notpresent - VPB (Fut Sub Sg P2) => ca_ + "zares" ; --# notpresent - VPB (Fut Sub Sg P3) => ca_ + "zare" ; --# notpresent - VPB (Fut Sub Pl P1) => ca_ + "zremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ca_ + "zareis" ; --# notpresent - VPB (Fut Sub Pl P3) => ca_ + "zaren" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "zremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent VPB (Cond Sg P1) => ca_ + "zara" ; --# notpresent VPB (Cond Sg P2) => ca_ + "zaras" ; --# notpresent VPB (Cond Sg P3) => ca_ + "zara" ; --# notpresent @@ -1611,30 +1479,24 @@ oper cocer_22 : Str -> Verbum = \cocer -> VPB (Pres Ind Pl P1) => c_ + "ocemos" ; VPB (Pres Ind Pl P2) => c_ + "ocis" ; VPB (Pres Ind Pl P3) => c_ + "uecen" ; - VPB (Pres Sub Sg P1) => c_ + "ueza" ; - VPB (Pres Sub Sg P2) => c_ + "uezas" ; - VPB (Pres Sub Sg P3) => c_ + "ueza" ; - VPB (Pres Sub Pl P1) => c_ + "ozamos" ; - VPB (Pres Sub Pl P2) => c_ + "ozis" ; - VPB (Pres Sub Pl P3) => c_ + "uezan" ; + VPB (Pres Subj Sg P1) => c_ + "ueza" ; + VPB (Pres Subj Sg P2) => c_ + "uezas" ; + VPB (Pres Subj Sg P3) => c_ + "ueza" ; + VPB (Pres Subj Pl P1) => c_ + "ozamos" ; + VPB (Pres Subj Pl P2) => c_ + "ozis" ; + VPB (Pres Subj Pl P3) => c_ + "uezan" ; VPB (Impf Ind Sg P1) => c_ + "oca" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "ocas" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "oca" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "ocamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "ocais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "ocan" ; --# notpresent - VPB (Impf Sub Sg P1) => c_ + "ociera" ; --# notpresent - VPB (Impf Sub Sg P2) => c_ + "ocieras" ; --# notpresent - VPB (Impf Sub Sg P3) => c_ + "ociera" ; --# notpresent - VPB (Impf Sub Pl P1) => c_ + "ociramos" ; --# notpresent - VPB (Impf Sub Pl P2) => c_ + "ocierais" ; --# notpresent - VPB (Impf Sub Pl P3) => c_ + "ocieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => c_ + "ociese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => c_ + "ocieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => c_ + "ociese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => c_ + "ocisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => c_ + "ocieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => c_ + "ociesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ociramos" ; c_ + "ocisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent VPB (Pret Sg P1) => c_ + "oc" ; --# notpresent VPB (Pret Sg P2) => c_ + "ociste" ; --# notpresent VPB (Pret Sg P3) => c_ + "oci" ; --# notpresent @@ -1647,12 +1509,12 @@ oper cocer_22 : Str -> Verbum = \cocer -> VPB (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "oceris" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "ocern" ; --# notpresent - VPB (Fut Sub Sg P1) => c_ + "ociere" ; --# notpresent - VPB (Fut Sub Sg P2) => c_ + "ocieres" ; --# notpresent - VPB (Fut Sub Sg P3) => c_ + "ociere" ; --# notpresent - VPB (Fut Sub Pl P1) => c_ + "ociremos" ; --# notpresent - VPB (Fut Sub Pl P2) => c_ + "ociereis" ; --# notpresent - VPB (Fut Sub Pl P3) => c_ + "ocieren" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ociremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent VPB (Cond Sg P1) => c_ + "ocera" ; --# notpresent VPB (Cond Sg P2) => c_ + "oceras" ; --# notpresent VPB (Cond Sg P3) => c_ + "ocera" ; --# notpresent @@ -1683,30 +1545,24 @@ oper coger_23 : Str -> Verbum = \coger -> VPB (Pres Ind Pl P1) => co_ + "gemos" ; VPB (Pres Ind Pl P2) => co_ + "gis" ; VPB (Pres Ind Pl P3) => co_ + "gen" ; - VPB (Pres Sub Sg P1) => co_ + "ja" ; - VPB (Pres Sub Sg P2) => co_ + "jas" ; - VPB (Pres Sub Sg P3) => co_ + "ja" ; - VPB (Pres Sub Pl P1) => co_ + "jamos" ; - VPB (Pres Sub Pl P2) => co_ + "jis" ; - VPB (Pres Sub Pl P3) => co_ + "jan" ; + VPB (Pres Subj Sg P1) => co_ + "ja" ; + VPB (Pres Subj Sg P2) => co_ + "jas" ; + VPB (Pres Subj Sg P3) => co_ + "ja" ; + VPB (Pres Subj Pl P1) => co_ + "jamos" ; + VPB (Pres Subj Pl P2) => co_ + "jis" ; + VPB (Pres Subj Pl P3) => co_ + "jan" ; VPB (Impf Ind Sg P1) => co_ + "ga" ; --# notpresent VPB (Impf Ind Sg P2) => co_ + "gas" ; --# notpresent VPB (Impf Ind Sg P3) => co_ + "ga" ; --# notpresent VPB (Impf Ind Pl P1) => co_ + "gamos" ; --# notpresent VPB (Impf Ind Pl P2) => co_ + "gais" ; --# notpresent VPB (Impf Ind Pl P3) => co_ + "gan" ; --# notpresent - VPB (Impf Sub Sg P1) => co_ + "giera" ; --# notpresent - VPB (Impf Sub Sg P2) => co_ + "gieras" ; --# notpresent - VPB (Impf Sub Sg P3) => co_ + "giera" ; --# notpresent - VPB (Impf Sub Pl P1) => co_ + "giramos" ; --# notpresent - VPB (Impf Sub Pl P2) => co_ + "gierais" ; --# notpresent - VPB (Impf Sub Pl P3) => co_ + "gieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => co_ + "giese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => co_ + "gieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => co_ + "giese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => co_ + "gisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => co_ + "gieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => co_ + "giesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {co_ + "giramos" ; co_ + "gisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent VPB (Pret Sg P1) => co_ + "g" ; --# notpresent VPB (Pret Sg P2) => co_ + "giste" ; --# notpresent VPB (Pret Sg P3) => co_ + "gi" ; --# notpresent @@ -1719,12 +1575,12 @@ oper coger_23 : Str -> Verbum = \coger -> VPB (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent VPB (Fut Ind Pl P2) => co_ + "geris" ; --# notpresent VPB (Fut Ind Pl P3) => co_ + "gern" ; --# notpresent - VPB (Fut Sub Sg P1) => co_ + "giere" ; --# notpresent - VPB (Fut Sub Sg P2) => co_ + "gieres" ; --# notpresent - VPB (Fut Sub Sg P3) => co_ + "giere" ; --# notpresent - VPB (Fut Sub Pl P1) => co_ + "giremos" ; --# notpresent - VPB (Fut Sub Pl P2) => co_ + "giereis" ; --# notpresent - VPB (Fut Sub Pl P3) => co_ + "gieren" ; --# notpresent + VPB (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => co_ + "giremos" ; --# notpresent + VPB (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent VPB (Cond Sg P1) => co_ + "gera" ; --# notpresent VPB (Cond Sg P2) => co_ + "geras" ; --# notpresent VPB (Cond Sg P3) => co_ + "gera" ; --# notpresent @@ -1755,30 +1611,24 @@ oper colgar_24 : Str -> Verbum = \colgar -> VPB (Pres Ind Pl P1) => c_ + "olgamos" ; VPB (Pres Ind Pl P2) => c_ + "olgis" ; VPB (Pres Ind Pl P3) => c_ + "uelgan" ; - VPB (Pres Sub Sg P1) => c_ + "uelgue" ; - VPB (Pres Sub Sg P2) => c_ + "uelgues" ; - VPB (Pres Sub Sg P3) => c_ + "uelgue" ; - VPB (Pres Sub Pl P1) => c_ + "olguemos" ; - VPB (Pres Sub Pl P2) => c_ + "olguis" ; - VPB (Pres Sub Pl P3) => c_ + "uelguen" ; + VPB (Pres Subj Sg P1) => c_ + "uelgue" ; + VPB (Pres Subj Sg P2) => c_ + "uelgues" ; + VPB (Pres Subj Sg P3) => c_ + "uelgue" ; + VPB (Pres Subj Pl P1) => c_ + "olguemos" ; + VPB (Pres Subj Pl P2) => c_ + "olguis" ; + VPB (Pres Subj Pl P3) => c_ + "uelguen" ; VPB (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "olgbamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent - VPB (Impf Sub Sg P1) => c_ + "olgara" ; --# notpresent - VPB (Impf Sub Sg P2) => c_ + "olgaras" ; --# notpresent - VPB (Impf Sub Sg P3) => c_ + "olgara" ; --# notpresent - VPB (Impf Sub Pl P1) => c_ + "olgramos" ; --# notpresent - VPB (Impf Sub Pl P2) => c_ + "olgarais" ; --# notpresent - VPB (Impf Sub Pl P3) => c_ + "olgaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => c_ + "olgase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => c_ + "olgases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => c_ + "olgase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => c_ + "olgsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => c_ + "olgaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => c_ + "olgasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "olgramos" ; c_ + "olgsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent VPB (Pret Sg P1) => c_ + "olgu" ; --# notpresent VPB (Pret Sg P2) => c_ + "olgaste" ; --# notpresent VPB (Pret Sg P3) => c_ + "olg" ; --# notpresent @@ -1791,12 +1641,12 @@ oper colgar_24 : Str -> Verbum = \colgar -> VPB (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "olgaris" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "olgarn" ; --# notpresent - VPB (Fut Sub Sg P1) => c_ + "olgare" ; --# notpresent - VPB (Fut Sub Sg P2) => c_ + "olgares" ; --# notpresent - VPB (Fut Sub Sg P3) => c_ + "olgare" ; --# notpresent - VPB (Fut Sub Pl P1) => c_ + "olgremos" ; --# notpresent - VPB (Fut Sub Pl P2) => c_ + "olgareis" ; --# notpresent - VPB (Fut Sub Pl P3) => c_ + "olgaren" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "olgremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent VPB (Cond Sg P1) => c_ + "olgara" ; --# notpresent VPB (Cond Sg P2) => c_ + "olgaras" ; --# notpresent VPB (Cond Sg P3) => c_ + "olgara" ; --# notpresent @@ -1827,30 +1677,24 @@ oper conocer_25 : Str -> Verbum = \conocer -> VPB (Pres Ind Pl P1) => cono_ + "cemos" ; VPB (Pres Ind Pl P2) => cono_ + "cis" ; VPB (Pres Ind Pl P3) => cono_ + "cen" ; - VPB (Pres Sub Sg P1) => cono_ + "zca" ; - VPB (Pres Sub Sg P2) => cono_ + "zcas" ; - VPB (Pres Sub Sg P3) => cono_ + "zca" ; - VPB (Pres Sub Pl P1) => cono_ + "zcamos" ; - VPB (Pres Sub Pl P2) => cono_ + "zcis" ; - VPB (Pres Sub Pl P3) => cono_ + "zcan" ; + VPB (Pres Subj Sg P1) => cono_ + "zca" ; + VPB (Pres Subj Sg P2) => cono_ + "zcas" ; + VPB (Pres Subj Sg P3) => cono_ + "zca" ; + VPB (Pres Subj Pl P1) => cono_ + "zcamos" ; + VPB (Pres Subj Pl P2) => cono_ + "zcis" ; + VPB (Pres Subj Pl P3) => cono_ + "zcan" ; VPB (Impf Ind Sg P1) => cono_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => cono_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => cono_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => cono_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => cono_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => cono_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => cono_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => cono_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => cono_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => cono_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => cono_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => cono_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => cono_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => cono_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => cono_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => cono_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => cono_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => cono_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cono_ + "ciramos" ; cono_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => cono_ + "c" ; --# notpresent VPB (Pret Sg P2) => cono_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => cono_ + "ci" ; --# notpresent @@ -1863,12 +1707,12 @@ oper conocer_25 : Str -> Verbum = \conocer -> VPB (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => cono_ + "ceris" ; --# notpresent VPB (Fut Ind Pl P3) => cono_ + "cern" ; --# notpresent - VPB (Fut Sub Sg P1) => cono_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => cono_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => cono_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => cono_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => cono_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => cono_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => cono_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => cono_ + "cera" ; --# notpresent VPB (Cond Sg P2) => cono_ + "ceras" ; --# notpresent VPB (Cond Sg P3) => cono_ + "cera" ; --# notpresent @@ -1899,30 +1743,24 @@ oper creer_26 : Str -> Verbum = \creer -> VPB (Pres Ind Pl P1) => cre_ + "emos" ; VPB (Pres Ind Pl P2) => cre_ + "is" ; VPB (Pres Ind Pl P3) => cre_ + "en" ; - VPB (Pres Sub Sg P1) => cre_ + "a" ; - VPB (Pres Sub Sg P2) => cre_ + "as" ; - VPB (Pres Sub Sg P3) => cre_ + "a" ; - VPB (Pres Sub Pl P1) => cre_ + "amos" ; - VPB (Pres Sub Pl P2) => cre_ + "is" ; - VPB (Pres Sub Pl P3) => cre_ + "an" ; + VPB (Pres Subj Sg P1) => cre_ + "a" ; + VPB (Pres Subj Sg P2) => cre_ + "as" ; + VPB (Pres Subj Sg P3) => cre_ + "a" ; + VPB (Pres Subj Pl P1) => cre_ + "amos" ; + VPB (Pres Subj Pl P2) => cre_ + "is" ; + VPB (Pres Subj Pl P3) => cre_ + "an" ; VPB (Impf Ind Sg P1) => cre_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => cre_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => cre_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => cre_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => cre_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => cre_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => cre_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => cre_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => cre_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => cre_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => cre_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => cre_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => cre_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => cre_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => cre_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => cre_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => cre_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => cre_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cre_ + "yramos" ; cre_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => cre_ + "" ; --# notpresent VPB (Pret Sg P2) => cre_ + "ste" ; --# notpresent VPB (Pret Sg P3) => cre_ + "y" ; --# notpresent @@ -1935,12 +1773,12 @@ oper creer_26 : Str -> Verbum = \creer -> VPB (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => cre_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => cre_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => cre_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => cre_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => cre_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => cre_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => cre_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => cre_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => cre_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => cre_ + "era" ; --# notpresent VPB (Cond Sg P2) => cre_ + "eras" ; --# notpresent VPB (Cond Sg P3) => cre_ + "era" ; --# notpresent @@ -1971,30 +1809,24 @@ oper dar_27 : Str -> Verbum = \dar -> VPB (Pres Ind Pl P1) => d_ + "amos" ; VPB (Pres Ind Pl P2) => d_ + "ais" ; VPB (Pres Ind Pl P3) => d_ + "an" ; - VPB (Pres Sub Sg P1) => d_ + "" ; - VPB (Pres Sub Sg P2) => d_ + "es" ; - VPB (Pres Sub Sg P3) => d_ + "" ; - VPB (Pres Sub Pl P1) => d_ + "emos" ; - VPB (Pres Sub Pl P2) => d_ + "eis" ; - VPB (Pres Sub Pl P3) => d_ + "en" ; + VPB (Pres Subj Sg P1) => d_ + "" ; + VPB (Pres Subj Sg P2) => d_ + "es" ; + VPB (Pres Subj Sg P3) => d_ + "" ; + VPB (Pres Subj Pl P1) => d_ + "emos" ; + VPB (Pres Subj Pl P2) => d_ + "eis" ; + VPB (Pres Subj Pl P3) => d_ + "en" ; VPB (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => d_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => d_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => d_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => d_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => d_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => d_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => d_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => d_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => d_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => d_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => d_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => d_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "iramos" ; d_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => d_ + "i" ; --# notpresent VPB (Pret Sg P2) => d_ + "iste" ; --# notpresent VPB (Pret Sg P3) => d_ + "io" ; --# notpresent @@ -2007,12 +1839,12 @@ oper dar_27 : Str -> Verbum = \dar -> VPB (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => d_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => d_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => d_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => d_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => d_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => d_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "ara" ; --# notpresent VPB (Cond Sg P2) => d_ + "aras" ; --# notpresent VPB (Cond Sg P3) => d_ + "ara" ; --# notpresent @@ -2043,30 +1875,24 @@ oper decir_28 : Str -> Verbum = \decir -> VPB (Pres Ind Pl P1) => d_ + "ecimos" ; VPB (Pres Ind Pl P2) => d_ + "ecs" ; VPB (Pres Ind Pl P3) => d_ + "icen" ; - VPB (Pres Sub Sg P1) => d_ + "iga" ; - VPB (Pres Sub Sg P2) => d_ + "igas" ; - VPB (Pres Sub Sg P3) => d_ + "iga" ; - VPB (Pres Sub Pl P1) => d_ + "igamos" ; - VPB (Pres Sub Pl P2) => d_ + "igis" ; - VPB (Pres Sub Pl P3) => d_ + "igan" ; + VPB (Pres Subj Sg P1) => d_ + "iga" ; + VPB (Pres Subj Sg P2) => d_ + "igas" ; + VPB (Pres Subj Sg P3) => d_ + "iga" ; + VPB (Pres Subj Pl P1) => d_ + "igamos" ; + VPB (Pres Subj Pl P2) => d_ + "igis" ; + VPB (Pres Subj Pl P3) => d_ + "igan" ; VPB (Impf Ind Sg P1) => d_ + "eca" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "ecas" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "eca" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "ecamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "ecais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "ecan" ; --# notpresent - VPB (Impf Sub Sg P1) => d_ + "ijera" ; --# notpresent - VPB (Impf Sub Sg P2) => d_ + "ijeras" ; --# notpresent - VPB (Impf Sub Sg P3) => d_ + "ijera" ; --# notpresent - VPB (Impf Sub Pl P1) => d_ + "ijramos" ; --# notpresent - VPB (Impf Sub Pl P2) => d_ + "ijerais" ; --# notpresent - VPB (Impf Sub Pl P3) => d_ + "ijeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => d_ + "ijese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => d_ + "ijeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => d_ + "ijese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => d_ + "ijsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => d_ + "ijeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => d_ + "ijesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "ijramos" ; d_ + "ijsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent VPB (Pret Sg P1) => d_ + "ije" ; --# notpresent VPB (Pret Sg P2) => d_ + "ijiste" ; --# notpresent VPB (Pret Sg P3) => d_ + "ijo" ; --# notpresent @@ -2079,12 +1905,12 @@ oper decir_28 : Str -> Verbum = \decir -> VPB (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => d_ + "ijere" ; --# notpresent - VPB (Fut Sub Sg P2) => d_ + "ijeres" ; --# notpresent - VPB (Fut Sub Sg P3) => d_ + "ijere" ; --# notpresent - VPB (Fut Sub Pl P1) => d_ + "ijremos" ; --# notpresent - VPB (Fut Sub Pl P2) => d_ + "ijereis" ; --# notpresent - VPB (Fut Sub Pl P3) => d_ + "ijeren" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "ijremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent VPB (Cond Sg P1) => d_ + "ira" ; --# notpresent VPB (Cond Sg P2) => d_ + "iras" ; --# notpresent VPB (Cond Sg P3) => d_ + "ira" ; --# notpresent @@ -2118,30 +1944,24 @@ oper defender_29 : Str -> Verbum = \defender -> VPB (Pres Ind Pl P1) => def_ + "e" + nd_ + "emos" ; VPB (Pres Ind Pl P2) => def_ + "e" + nd_ + "is" ; VPB (Pres Ind Pl P3) => def_ + "ie" + nd_ + "en" ; - VPB (Pres Sub Sg P1) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Sub Sg P2) => def_ + "ie" + nd_ + "as" ; - VPB (Pres Sub Sg P3) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Sub Pl P1) => def_ + "e" + nd_ + "amos" ; - VPB (Pres Sub Pl P2) => def_ + "e" + nd_ + "is" ; - VPB (Pres Sub Pl P3) => def_ + "ie" + nd_ + "an" ; + VPB (Pres Subj Sg P1) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Sg P2) => def_ + "ie" + nd_ + "as" ; + VPB (Pres Subj Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Pres Subj Pl P2) => def_ + "e" + nd_ + "is" ; + VPB (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; VPB (Impf Ind Sg P1) => def_ + "e" + nd_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => def_ + "e" + nd_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => def_ + "e" + nd_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => def_ + "e" + nd_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => def_ + "e" + nd_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => def_ + "e" + nd_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => def_ + "e" + nd_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => def_ + "e" + nd_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => def_ + "e" + nd_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => def_ + "e" + nd_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => def_ + "e" + nd_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => def_ + "e" + nd_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => def_ + "e" + nd_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => def_ + "e" + nd_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => def_ + "e" + nd_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => def_ + "e" + nd_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => def_ + "e" + nd_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => def_ + "e" + nd_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iramos" ; def_ + "e" + nd_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => def_ + "e" + nd_ + "" ; --# notpresent VPB (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent VPB (Pret Sg P3) => def_ + "e" + nd_ + "i" ; --# notpresent @@ -2154,12 +1974,12 @@ oper defender_29 : Str -> Verbum = \defender -> VPB (Fut Ind Pl P1) => def_ + "e" + nd_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => def_ + "e" + nd_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => def_ + "e" + nd_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => def_ + "e" + nd_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => def_ + "e" + nd_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => def_ + "e" + nd_ + "era" ; --# notpresent VPB (Cond Sg P2) => def_ + "e" + nd_ + "eras" ; --# notpresent VPB (Cond Sg P3) => def_ + "e" + nd_ + "era" ; --# notpresent @@ -2190,30 +2010,24 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VPB (Pres Ind Pl P1) => delin_ + "quimos" ; VPB (Pres Ind Pl P2) => delin_ + "qus" ; VPB (Pres Ind Pl P3) => delin_ + "quen" ; - VPB (Pres Sub Sg P1) => delin_ + "ca" ; - VPB (Pres Sub Sg P2) => delin_ + "cas" ; - VPB (Pres Sub Sg P3) => delin_ + "ca" ; - VPB (Pres Sub Pl P1) => delin_ + "camos" ; - VPB (Pres Sub Pl P2) => delin_ + "cis" ; - VPB (Pres Sub Pl P3) => delin_ + "can" ; + VPB (Pres Subj Sg P1) => delin_ + "ca" ; + VPB (Pres Subj Sg P2) => delin_ + "cas" ; + VPB (Pres Subj Sg P3) => delin_ + "ca" ; + VPB (Pres Subj Pl P1) => delin_ + "camos" ; + VPB (Pres Subj Pl P2) => delin_ + "cis" ; + VPB (Pres Subj Pl P3) => delin_ + "can" ; VPB (Impf Ind Sg P1) => delin_ + "qua" ; --# notpresent VPB (Impf Ind Sg P2) => delin_ + "quas" ; --# notpresent VPB (Impf Ind Sg P3) => delin_ + "qua" ; --# notpresent VPB (Impf Ind Pl P1) => delin_ + "quamos" ; --# notpresent VPB (Impf Ind Pl P2) => delin_ + "quais" ; --# notpresent VPB (Impf Ind Pl P3) => delin_ + "quan" ; --# notpresent - VPB (Impf Sub Sg P1) => delin_ + "quiera" ; --# notpresent - VPB (Impf Sub Sg P2) => delin_ + "quieras" ; --# notpresent - VPB (Impf Sub Sg P3) => delin_ + "quiera" ; --# notpresent - VPB (Impf Sub Pl P1) => delin_ + "quiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => delin_ + "quierais" ; --# notpresent - VPB (Impf Sub Pl P3) => delin_ + "quieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => delin_ + "quiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => delin_ + "quieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => delin_ + "quiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => delin_ + "quisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => delin_ + "quieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => delin_ + "quiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {delin_ + "quiramos" ; delin_ + "quisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent VPB (Pret Sg P1) => delin_ + "qu" ; --# notpresent VPB (Pret Sg P2) => delin_ + "quiste" ; --# notpresent VPB (Pret Sg P3) => delin_ + "qui" ; --# notpresent @@ -2226,12 +2040,12 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VPB (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent VPB (Fut Ind Pl P2) => delin_ + "quiris" ; --# notpresent VPB (Fut Ind Pl P3) => delin_ + "quirn" ; --# notpresent - VPB (Fut Sub Sg P1) => delin_ + "quiere" ; --# notpresent - VPB (Fut Sub Sg P2) => delin_ + "quieres" ; --# notpresent - VPB (Fut Sub Sg P3) => delin_ + "quiere" ; --# notpresent - VPB (Fut Sub Pl P1) => delin_ + "quiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => delin_ + "quiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => delin_ + "quieren" ; --# notpresent + VPB (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent + VPB (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Pl P1) => delin_ + "quiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent VPB (Cond Sg P1) => delin_ + "quira" ; --# notpresent VPB (Cond Sg P2) => delin_ + "quiras" ; --# notpresent VPB (Cond Sg P3) => delin_ + "quira" ; --# notpresent @@ -2262,30 +2076,24 @@ oper desosar_31 : Str -> Verbum = \desosar -> VPB (Pres Ind Pl P1) => des_ + "osamos" ; VPB (Pres Ind Pl P2) => des_ + "osis" ; VPB (Pres Ind Pl P3) => des_ + "huesan" ; - VPB (Pres Sub Sg P1) => des_ + "huese" ; - VPB (Pres Sub Sg P2) => des_ + "hueses" ; - VPB (Pres Sub Sg P3) => des_ + "huese" ; - VPB (Pres Sub Pl P1) => des_ + "osemos" ; - VPB (Pres Sub Pl P2) => des_ + "osis" ; - VPB (Pres Sub Pl P3) => des_ + "huesen" ; + VPB (Pres Subj Sg P1) => des_ + "huese" ; + VPB (Pres Subj Sg P2) => des_ + "hueses" ; + VPB (Pres Subj Sg P3) => des_ + "huese" ; + VPB (Pres Subj Pl P1) => des_ + "osemos" ; + VPB (Pres Subj Pl P2) => des_ + "osis" ; + VPB (Pres Subj Pl P3) => des_ + "huesen" ; VPB (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent VPB (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent VPB (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent VPB (Impf Ind Pl P1) => des_ + "osbamos" ; --# notpresent VPB (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent VPB (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent - VPB (Impf Sub Sg P1) => des_ + "osara" ; --# notpresent - VPB (Impf Sub Sg P2) => des_ + "osaras" ; --# notpresent - VPB (Impf Sub Sg P3) => des_ + "osara" ; --# notpresent - VPB (Impf Sub Pl P1) => des_ + "osramos" ; --# notpresent - VPB (Impf Sub Pl P2) => des_ + "osarais" ; --# notpresent - VPB (Impf Sub Pl P3) => des_ + "osaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => des_ + "osase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => des_ + "osases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => des_ + "osase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => des_ + "ossemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => des_ + "osaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => des_ + "osasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {des_ + "osramos" ; des_ + "ossemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent VPB (Pret Sg P1) => des_ + "os" ; --# notpresent VPB (Pret Sg P2) => des_ + "osaste" ; --# notpresent VPB (Pret Sg P3) => des_ + "os" ; --# notpresent @@ -2298,12 +2106,12 @@ oper desosar_31 : Str -> Verbum = \desosar -> VPB (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent VPB (Fut Ind Pl P2) => des_ + "osaris" ; --# notpresent VPB (Fut Ind Pl P3) => des_ + "osarn" ; --# notpresent - VPB (Fut Sub Sg P1) => des_ + "osare" ; --# notpresent - VPB (Fut Sub Sg P2) => des_ + "osares" ; --# notpresent - VPB (Fut Sub Sg P3) => des_ + "osare" ; --# notpresent - VPB (Fut Sub Pl P1) => des_ + "osremos" ; --# notpresent - VPB (Fut Sub Pl P2) => des_ + "osareis" ; --# notpresent - VPB (Fut Sub Pl P3) => des_ + "osaren" ; --# notpresent + VPB (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent + VPB (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Pl P1) => des_ + "osremos" ; --# notpresent + VPB (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent + VPB (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent VPB (Cond Sg P1) => des_ + "osara" ; --# notpresent VPB (Cond Sg P2) => des_ + "osaras" ; --# notpresent VPB (Cond Sg P3) => des_ + "osara" ; --# notpresent @@ -2334,30 +2142,24 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VPB (Pres Ind Pl P1) => diri_ + "gimos" ; VPB (Pres Ind Pl P2) => diri_ + "gs" ; VPB (Pres Ind Pl P3) => diri_ + "gen" ; - VPB (Pres Sub Sg P1) => diri_ + "ja" ; - VPB (Pres Sub Sg P2) => diri_ + "jas" ; - VPB (Pres Sub Sg P3) => diri_ + "ja" ; - VPB (Pres Sub Pl P1) => diri_ + "jamos" ; - VPB (Pres Sub Pl P2) => diri_ + "jis" ; - VPB (Pres Sub Pl P3) => diri_ + "jan" ; + VPB (Pres Subj Sg P1) => diri_ + "ja" ; + VPB (Pres Subj Sg P2) => diri_ + "jas" ; + VPB (Pres Subj Sg P3) => diri_ + "ja" ; + VPB (Pres Subj Pl P1) => diri_ + "jamos" ; + VPB (Pres Subj Pl P2) => diri_ + "jis" ; + VPB (Pres Subj Pl P3) => diri_ + "jan" ; VPB (Impf Ind Sg P1) => diri_ + "ga" ; --# notpresent VPB (Impf Ind Sg P2) => diri_ + "gas" ; --# notpresent VPB (Impf Ind Sg P3) => diri_ + "ga" ; --# notpresent VPB (Impf Ind Pl P1) => diri_ + "gamos" ; --# notpresent VPB (Impf Ind Pl P2) => diri_ + "gais" ; --# notpresent VPB (Impf Ind Pl P3) => diri_ + "gan" ; --# notpresent - VPB (Impf Sub Sg P1) => diri_ + "giera" ; --# notpresent - VPB (Impf Sub Sg P2) => diri_ + "gieras" ; --# notpresent - VPB (Impf Sub Sg P3) => diri_ + "giera" ; --# notpresent - VPB (Impf Sub Pl P1) => diri_ + "giramos" ; --# notpresent - VPB (Impf Sub Pl P2) => diri_ + "gierais" ; --# notpresent - VPB (Impf Sub Pl P3) => diri_ + "gieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => diri_ + "giese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => diri_ + "gieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => diri_ + "giese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => diri_ + "gisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => diri_ + "gieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => diri_ + "giesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {diri_ + "giramos" ; diri_ + "gisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent VPB (Pret Sg P1) => diri_ + "g" ; --# notpresent VPB (Pret Sg P2) => diri_ + "giste" ; --# notpresent VPB (Pret Sg P3) => diri_ + "gi" ; --# notpresent @@ -2370,12 +2172,12 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VPB (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent VPB (Fut Ind Pl P2) => diri_ + "giris" ; --# notpresent VPB (Fut Ind Pl P3) => diri_ + "girn" ; --# notpresent - VPB (Fut Sub Sg P1) => diri_ + "giere" ; --# notpresent - VPB (Fut Sub Sg P2) => diri_ + "gieres" ; --# notpresent - VPB (Fut Sub Sg P3) => diri_ + "giere" ; --# notpresent - VPB (Fut Sub Pl P1) => diri_ + "giremos" ; --# notpresent - VPB (Fut Sub Pl P2) => diri_ + "giereis" ; --# notpresent - VPB (Fut Sub Pl P3) => diri_ + "gieren" ; --# notpresent + VPB (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => diri_ + "giremos" ; --# notpresent + VPB (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent VPB (Cond Sg P1) => diri_ + "gira" ; --# notpresent VPB (Cond Sg P2) => diri_ + "giras" ; --# notpresent VPB (Cond Sg P3) => diri_ + "gira" ; --# notpresent @@ -2406,30 +2208,24 @@ oper discernir_33 : Str -> Verbum = \discernir -> VPB (Pres Ind Pl P1) => disc_ + "ernimos" ; VPB (Pres Ind Pl P2) => disc_ + "erns" ; VPB (Pres Ind Pl P3) => disc_ + "iernen" ; - VPB (Pres Sub Sg P1) => disc_ + "ierna" ; - VPB (Pres Sub Sg P2) => disc_ + "iernas" ; - VPB (Pres Sub Sg P3) => disc_ + "ierna" ; - VPB (Pres Sub Pl P1) => disc_ + "ernamos" ; - VPB (Pres Sub Pl P2) => disc_ + "ernis" ; - VPB (Pres Sub Pl P3) => disc_ + "iernan" ; + VPB (Pres Subj Sg P1) => disc_ + "ierna" ; + VPB (Pres Subj Sg P2) => disc_ + "iernas" ; + VPB (Pres Subj Sg P3) => disc_ + "ierna" ; + VPB (Pres Subj Pl P1) => disc_ + "ernamos" ; + VPB (Pres Subj Pl P2) => disc_ + "ernis" ; + VPB (Pres Subj Pl P3) => disc_ + "iernan" ; VPB (Impf Ind Sg P1) => disc_ + "erna" ; --# notpresent VPB (Impf Ind Sg P2) => disc_ + "ernas" ; --# notpresent VPB (Impf Ind Sg P3) => disc_ + "erna" ; --# notpresent VPB (Impf Ind Pl P1) => disc_ + "ernamos" ; --# notpresent VPB (Impf Ind Pl P2) => disc_ + "ernais" ; --# notpresent VPB (Impf Ind Pl P3) => disc_ + "ernan" ; --# notpresent - VPB (Impf Sub Sg P1) => disc_ + "erniera" ; --# notpresent - VPB (Impf Sub Sg P2) => disc_ + "ernieras" ; --# notpresent - VPB (Impf Sub Sg P3) => disc_ + "erniera" ; --# notpresent - VPB (Impf Sub Pl P1) => disc_ + "erniramos" ; --# notpresent - VPB (Impf Sub Pl P2) => disc_ + "ernierais" ; --# notpresent - VPB (Impf Sub Pl P3) => disc_ + "ernieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => disc_ + "erniese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => disc_ + "ernieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => disc_ + "erniese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => disc_ + "ernisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => disc_ + "ernieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => disc_ + "erniesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disc_ + "erniramos" ; disc_ + "ernisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent VPB (Pret Sg P1) => disc_ + "ern" ; --# notpresent VPB (Pret Sg P2) => disc_ + "erniste" ; --# notpresent VPB (Pret Sg P3) => disc_ + "erni" ; --# notpresent @@ -2442,12 +2238,12 @@ oper discernir_33 : Str -> Verbum = \discernir -> VPB (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent VPB (Fut Ind Pl P2) => disc_ + "erniris" ; --# notpresent VPB (Fut Ind Pl P3) => disc_ + "ernirn" ; --# notpresent - VPB (Fut Sub Sg P1) => disc_ + "erniere" ; --# notpresent - VPB (Fut Sub Sg P2) => disc_ + "ernieres" ; --# notpresent - VPB (Fut Sub Sg P3) => disc_ + "erniere" ; --# notpresent - VPB (Fut Sub Pl P1) => disc_ + "erniremos" ; --# notpresent - VPB (Fut Sub Pl P2) => disc_ + "erniereis" ; --# notpresent - VPB (Fut Sub Pl P3) => disc_ + "ernieren" ; --# notpresent + VPB (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Pl P1) => disc_ + "erniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent VPB (Cond Sg P1) => disc_ + "ernira" ; --# notpresent VPB (Cond Sg P2) => disc_ + "erniras" ; --# notpresent VPB (Cond Sg P3) => disc_ + "ernira" ; --# notpresent @@ -2478,30 +2274,24 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VPB (Pres Ind Pl P1) => disting_ + "uimos" ; VPB (Pres Ind Pl P2) => disting_ + "us" ; VPB (Pres Ind Pl P3) => disting_ + "uen" ; - VPB (Pres Sub Sg P1) => disting_ + "a" ; - VPB (Pres Sub Sg P2) => disting_ + "as" ; - VPB (Pres Sub Sg P3) => disting_ + "a" ; - VPB (Pres Sub Pl P1) => disting_ + "amos" ; - VPB (Pres Sub Pl P2) => disting_ + "is" ; - VPB (Pres Sub Pl P3) => disting_ + "an" ; + VPB (Pres Subj Sg P1) => disting_ + "a" ; + VPB (Pres Subj Sg P2) => disting_ + "as" ; + VPB (Pres Subj Sg P3) => disting_ + "a" ; + VPB (Pres Subj Pl P1) => disting_ + "amos" ; + VPB (Pres Subj Pl P2) => disting_ + "is" ; + VPB (Pres Subj Pl P3) => disting_ + "an" ; VPB (Impf Ind Sg P1) => disting_ + "ua" ; --# notpresent VPB (Impf Ind Sg P2) => disting_ + "uas" ; --# notpresent VPB (Impf Ind Sg P3) => disting_ + "ua" ; --# notpresent VPB (Impf Ind Pl P1) => disting_ + "uamos" ; --# notpresent VPB (Impf Ind Pl P2) => disting_ + "uais" ; --# notpresent VPB (Impf Ind Pl P3) => disting_ + "uan" ; --# notpresent - VPB (Impf Sub Sg P1) => disting_ + "uiera" ; --# notpresent - VPB (Impf Sub Sg P2) => disting_ + "uieras" ; --# notpresent - VPB (Impf Sub Sg P3) => disting_ + "uiera" ; --# notpresent - VPB (Impf Sub Pl P1) => disting_ + "uiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => disting_ + "uierais" ; --# notpresent - VPB (Impf Sub Pl P3) => disting_ + "uieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => disting_ + "uiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => disting_ + "uieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => disting_ + "uiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => disting_ + "uisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => disting_ + "uieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => disting_ + "uiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disting_ + "uiramos" ; disting_ + "uisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent VPB (Pret Sg P1) => disting_ + "u" ; --# notpresent VPB (Pret Sg P2) => disting_ + "uiste" ; --# notpresent VPB (Pret Sg P3) => disting_ + "ui" ; --# notpresent @@ -2514,12 +2304,12 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VPB (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent VPB (Fut Ind Pl P2) => disting_ + "uiris" ; --# notpresent VPB (Fut Ind Pl P3) => disting_ + "uirn" ; --# notpresent - VPB (Fut Sub Sg P1) => disting_ + "uiere" ; --# notpresent - VPB (Fut Sub Sg P2) => disting_ + "uieres" ; --# notpresent - VPB (Fut Sub Sg P3) => disting_ + "uiere" ; --# notpresent - VPB (Fut Sub Pl P1) => disting_ + "uiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => disting_ + "uiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => disting_ + "uieren" ; --# notpresent + VPB (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Pl P1) => disting_ + "uiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent VPB (Cond Sg P1) => disting_ + "uira" ; --# notpresent VPB (Cond Sg P2) => disting_ + "uiras" ; --# notpresent VPB (Cond Sg P3) => disting_ + "uira" ; --# notpresent @@ -2550,30 +2340,24 @@ oper dormir_35 : Str -> Verbum = \dormir -> VPB (Pres Ind Pl P1) => d_ + "ormimos" ; VPB (Pres Ind Pl P2) => d_ + "orms" ; VPB (Pres Ind Pl P3) => d_ + "uermen" ; - VPB (Pres Sub Sg P1) => d_ + "uerma" ; - VPB (Pres Sub Sg P2) => d_ + "uermas" ; - VPB (Pres Sub Sg P3) => d_ + "uerma" ; - VPB (Pres Sub Pl P1) => d_ + "urmamos" ; - VPB (Pres Sub Pl P2) => d_ + "urmis" ; - VPB (Pres Sub Pl P3) => d_ + "uerman" ; + VPB (Pres Subj Sg P1) => d_ + "uerma" ; + VPB (Pres Subj Sg P2) => d_ + "uermas" ; + VPB (Pres Subj Sg P3) => d_ + "uerma" ; + VPB (Pres Subj Pl P1) => d_ + "urmamos" ; + VPB (Pres Subj Pl P2) => d_ + "urmis" ; + VPB (Pres Subj Pl P3) => d_ + "uerman" ; VPB (Impf Ind Sg P1) => d_ + "orma" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "ormas" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "orma" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "ormamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "ormais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "orman" ; --# notpresent - VPB (Impf Sub Sg P1) => d_ + "urmiera" ; --# notpresent - VPB (Impf Sub Sg P2) => d_ + "urmieras" ; --# notpresent - VPB (Impf Sub Sg P3) => d_ + "urmiera" ; --# notpresent - VPB (Impf Sub Pl P1) => d_ + "urmiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => d_ + "urmierais" ; --# notpresent - VPB (Impf Sub Pl P3) => d_ + "urmieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => d_ + "urmiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => d_ + "urmieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => d_ + "urmiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => d_ + "urmisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => d_ + "urmieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => d_ + "urmiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "urmiramos" ; d_ + "urmisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent VPB (Pret Sg P1) => d_ + "orm" ; --# notpresent VPB (Pret Sg P2) => d_ + "ormiste" ; --# notpresent VPB (Pret Sg P3) => d_ + "urmi" ; --# notpresent @@ -2586,12 +2370,12 @@ oper dormir_35 : Str -> Verbum = \dormir -> VPB (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "ormiris" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "ormirn" ; --# notpresent - VPB (Fut Sub Sg P1) => d_ + "urmiere" ; --# notpresent - VPB (Fut Sub Sg P2) => d_ + "urmieres" ; --# notpresent - VPB (Fut Sub Sg P3) => d_ + "urmiere" ; --# notpresent - VPB (Fut Sub Pl P1) => d_ + "urmiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => d_ + "urmiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => d_ + "urmieren" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "urmiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "ormira" ; --# notpresent VPB (Cond Sg P2) => d_ + "ormiras" ; --# notpresent VPB (Cond Sg P3) => d_ + "ormira" ; --# notpresent @@ -2622,30 +2406,24 @@ oper morir_35b : Str -> Verbum = \morir -> VPB (Pres Ind Pl P1) => d_ + "orimos" ; VPB (Pres Ind Pl P2) => d_ + "ors" ; VPB (Pres Ind Pl P3) => d_ + "ueren" ; - VPB (Pres Sub Sg P1) => d_ + "uera" ; - VPB (Pres Sub Sg P2) => d_ + "ueras" ; - VPB (Pres Sub Sg P3) => d_ + "uera" ; - VPB (Pres Sub Pl P1) => d_ + "uramos" ; - VPB (Pres Sub Pl P2) => d_ + "uris" ; - VPB (Pres Sub Pl P3) => d_ + "ueran" ; + VPB (Pres Subj Sg P1) => d_ + "uera" ; + VPB (Pres Subj Sg P2) => d_ + "ueras" ; + VPB (Pres Subj Sg P3) => d_ + "uera" ; + VPB (Pres Subj Pl P1) => d_ + "uramos" ; + VPB (Pres Subj Pl P2) => d_ + "uris" ; + VPB (Pres Subj Pl P3) => d_ + "ueran" ; VPB (Impf Ind Sg P1) => d_ + "ora" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "oras" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "ora" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "oramos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "orais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "oran" ; --# notpresent - VPB (Impf Sub Sg P1) => d_ + "uriera" ; --# notpresent - VPB (Impf Sub Sg P2) => d_ + "urieras" ; --# notpresent - VPB (Impf Sub Sg P3) => d_ + "uriera" ; --# notpresent - VPB (Impf Sub Pl P1) => d_ + "uriramos" ; --# notpresent - VPB (Impf Sub Pl P2) => d_ + "urierais" ; --# notpresent - VPB (Impf Sub Pl P3) => d_ + "urieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => d_ + "uriese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => d_ + "urieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => d_ + "uriese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => d_ + "urisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => d_ + "urieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => d_ + "uriesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "uriramos" ; d_ + "urisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent VPB (Pret Sg P1) => d_ + "or" ; --# notpresent VPB (Pret Sg P2) => d_ + "oriste" ; --# notpresent VPB (Pret Sg P3) => d_ + "uri" ; --# notpresent @@ -2658,12 +2436,12 @@ oper morir_35b : Str -> Verbum = \morir -> VPB (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "oriris" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "orirn" ; --# notpresent - VPB (Fut Sub Sg P1) => d_ + "uriere" ; --# notpresent - VPB (Fut Sub Sg P2) => d_ + "urieres" ; --# notpresent - VPB (Fut Sub Sg P3) => d_ + "uriere" ; --# notpresent - VPB (Fut Sub Pl P1) => d_ + "uriremos" ; --# notpresent - VPB (Fut Sub Pl P2) => d_ + "uriereis" ; --# notpresent - VPB (Fut Sub Pl P3) => d_ + "urieren" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "uriremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "orira" ; --# notpresent VPB (Cond Sg P2) => d_ + "oriras" ; --# notpresent VPB (Cond Sg P3) => d_ + "orira" ; --# notpresent @@ -2683,42 +2461,35 @@ oper morir_35b : Str -> Verbum = \morir -> } } ; oper elegir_36 : Str -> Verbum = \elegir -> - let el_ = Predef.tk 4 elegir ; - el_verbum : Str -> Verbum = \part -> - {s = table { + let el_ = Predef.tk 4 elegir in + {s = table { VI Infn => el_ + "egir" ; VI Ger => el_ + "igiendo" ; - VI Part => part ; + VI Part => variants {el_ + "egido" ; el_ + "ecto"} ; VPB (Pres Ind Sg P1) => el_ + "ijo" ; VPB (Pres Ind Sg P2) => el_ + "iges" ; VPB (Pres Ind Sg P3) => el_ + "ige" ; VPB (Pres Ind Pl P1) => el_ + "egimos" ; VPB (Pres Ind Pl P2) => el_ + "egs" ; VPB (Pres Ind Pl P3) => el_ + "igen" ; - VPB (Pres Sub Sg P1) => el_ + "ija" ; - VPB (Pres Sub Sg P2) => el_ + "ijas" ; - VPB (Pres Sub Sg P3) => el_ + "ija" ; - VPB (Pres Sub Pl P1) => el_ + "ijamos" ; - VPB (Pres Sub Pl P2) => el_ + "ijis" ; - VPB (Pres Sub Pl P3) => el_ + "ijan" ; + VPB (Pres Subj Sg P1) => el_ + "ija" ; + VPB (Pres Subj Sg P2) => el_ + "ijas" ; + VPB (Pres Subj Sg P3) => el_ + "ija" ; + VPB (Pres Subj Pl P1) => el_ + "ijamos" ; + VPB (Pres Subj Pl P2) => el_ + "ijis" ; + VPB (Pres Subj Pl P3) => el_ + "ijan" ; VPB (Impf Ind Sg P1) => el_ + "ega" ; --# notpresent VPB (Impf Ind Sg P2) => el_ + "egas" ; --# notpresent VPB (Impf Ind Sg P3) => el_ + "ega" ; --# notpresent VPB (Impf Ind Pl P1) => el_ + "egamos" ; --# notpresent VPB (Impf Ind Pl P2) => el_ + "egais" ; --# notpresent VPB (Impf Ind Pl P3) => el_ + "egan" ; --# notpresent - VPB (Impf Sub Sg P1) => el_ + "igiera" ; --# notpresent - VPB (Impf Sub Sg P2) => el_ + "igieras" ; --# notpresent - VPB (Impf Sub Sg P3) => el_ + "igiera" ; --# notpresent - VPB (Impf Sub Pl P1) => el_ + "igiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => el_ + "igierais" ; --# notpresent - VPB (Impf Sub Pl P3) => el_ + "igieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => el_ + "igiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => el_ + "igieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => el_ + "igiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => el_ + "igisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => el_ + "igieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => el_ + "igiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {el_ + "igiramos" ; el_ + "igisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent VPB (Pret Sg P1) => el_ + "eg" ; --# notpresent VPB (Pret Sg P2) => el_ + "egiste" ; --# notpresent VPB (Pret Sg P3) => el_ + "igi" ; --# notpresent @@ -2731,12 +2502,12 @@ oper elegir_36 : Str -> Verbum = \elegir -> VPB (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent VPB (Fut Ind Pl P2) => el_ + "egiris" ; --# notpresent VPB (Fut Ind Pl P3) => el_ + "egirn" ; --# notpresent - VPB (Fut Sub Sg P1) => el_ + "igiere" ; --# notpresent - VPB (Fut Sub Sg P2) => el_ + "igieres" ; --# notpresent - VPB (Fut Sub Sg P3) => el_ + "igiere" ; --# notpresent - VPB (Fut Sub Pl P1) => el_ + "igiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => el_ + "igiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => el_ + "igieren" ; --# notpresent + VPB (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent + VPB (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Pl P1) => el_ + "igiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent VPB (Cond Sg P1) => el_ + "egira" ; --# notpresent VPB (Cond Sg P2) => el_ + "egiras" ; --# notpresent VPB (Cond Sg P3) => el_ + "egira" ; --# notpresent @@ -2749,13 +2520,12 @@ oper elegir_36 : Str -> Verbum = \elegir -> VPB (Imper Pl P1) => el_ + "ijamos" ; VPB (Imper Pl P2) => el_ + "egid" ; VPB (Imper Pl P3) => el_ + "ijan" ; - VPB (Pass Sg Masc) => part ; - VPB (Pass Sg Fem) => init part + "a" ; - VPB (Pass Pl Masc) => part + "s" ; - VPB (Pass Pl Fem) => init part + "as" - }} - in el_verbum (variants {el_ + "egido" ; el_ + "ecto"}) ; - + VPB (Pass Sg Masc) => variants {el_ + "egido" ; el_ + "ecto"} ; + VPB (Pass Sg Fem) => variants {el_ + "egida" ; el_ + "ecta"} ; + VPB (Pass Pl Masc) => variants {el_ + "egidos" ; el_ + "ectos"} ; + VPB (Pass Pl Fem) => variants {el_ + "egidas" ; el_ + "ectas"} + } + } ; oper empezar_37 : Str -> Verbum = \empezar -> let emp_ = Predef.tk 4 empezar in {s = table { @@ -2768,30 +2538,24 @@ oper empezar_37 : Str -> Verbum = \empezar -> VPB (Pres Ind Pl P1) => emp_ + "ezamos" ; VPB (Pres Ind Pl P2) => emp_ + "ezis" ; VPB (Pres Ind Pl P3) => emp_ + "iezan" ; - VPB (Pres Sub Sg P1) => emp_ + "iece" ; - VPB (Pres Sub Sg P2) => emp_ + "ieces" ; - VPB (Pres Sub Sg P3) => emp_ + "iece" ; - VPB (Pres Sub Pl P1) => emp_ + "ecemos" ; - VPB (Pres Sub Pl P2) => emp_ + "ecis" ; - VPB (Pres Sub Pl P3) => emp_ + "iecen" ; + VPB (Pres Subj Sg P1) => emp_ + "iece" ; + VPB (Pres Subj Sg P2) => emp_ + "ieces" ; + VPB (Pres Subj Sg P3) => emp_ + "iece" ; + VPB (Pres Subj Pl P1) => emp_ + "ecemos" ; + VPB (Pres Subj Pl P2) => emp_ + "ecis" ; + VPB (Pres Subj Pl P3) => emp_ + "iecen" ; VPB (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent VPB (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent VPB (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent VPB (Impf Ind Pl P1) => emp_ + "ezbamos" ; --# notpresent VPB (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent VPB (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent - VPB (Impf Sub Sg P1) => emp_ + "ezara" ; --# notpresent - VPB (Impf Sub Sg P2) => emp_ + "ezaras" ; --# notpresent - VPB (Impf Sub Sg P3) => emp_ + "ezara" ; --# notpresent - VPB (Impf Sub Pl P1) => emp_ + "ezramos" ; --# notpresent - VPB (Impf Sub Pl P2) => emp_ + "ezarais" ; --# notpresent - VPB (Impf Sub Pl P3) => emp_ + "ezaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => emp_ + "ezase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => emp_ + "ezases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => emp_ + "ezase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => emp_ + "ezsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => emp_ + "ezaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => emp_ + "ezasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {emp_ + "ezramos" ; emp_ + "ezsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent VPB (Pret Sg P1) => emp_ + "ec" ; --# notpresent VPB (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent VPB (Pret Sg P3) => emp_ + "ez" ; --# notpresent @@ -2804,12 +2568,12 @@ oper empezar_37 : Str -> Verbum = \empezar -> VPB (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent VPB (Fut Ind Pl P2) => emp_ + "ezaris" ; --# notpresent VPB (Fut Ind Pl P3) => emp_ + "ezarn" ; --# notpresent - VPB (Fut Sub Sg P1) => emp_ + "ezare" ; --# notpresent - VPB (Fut Sub Sg P2) => emp_ + "ezares" ; --# notpresent - VPB (Fut Sub Sg P3) => emp_ + "ezare" ; --# notpresent - VPB (Fut Sub Pl P1) => emp_ + "ezremos" ; --# notpresent - VPB (Fut Sub Pl P2) => emp_ + "ezareis" ; --# notpresent - VPB (Fut Sub Pl P3) => emp_ + "ezaren" ; --# notpresent + VPB (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent + VPB (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Pl P1) => emp_ + "ezremos" ; --# notpresent + VPB (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent + VPB (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent VPB (Cond Sg P1) => emp_ + "ezara" ; --# notpresent VPB (Cond Sg P2) => emp_ + "ezaras" ; --# notpresent VPB (Cond Sg P3) => emp_ + "ezara" ; --# notpresent @@ -2829,78 +2593,69 @@ oper empezar_37 : Str -> Verbum = \empezar -> } } ; oper encontrar_38 : Str -> Verbum = \encontrar -> - let - enc_ = Predef.tk 6 encontrar ; - ntr_ = Predef.dp 3 (Predef.tk 2 encontrar) - in + let enc_ = Predef.tk 6 encontrar in {s = table { - VI Infn => enc_ + "o" + ntr_ + "ar" ; - VI Ger => enc_ + "o" + ntr_ + "ando" ; - VI Part => enc_ + "o" + ntr_ + "ado" ; - VPB (Pres Ind Sg P1) => enc_ + "ue" + ntr_ + "o" ; - VPB (Pres Ind Sg P2) => enc_ + "ue" + ntr_ + "as" ; - VPB (Pres Ind Sg P3) => enc_ + "ue" + ntr_ + "a" ; - VPB (Pres Ind Pl P1) => enc_ + "o" + ntr_ + "amos" ; - VPB (Pres Ind Pl P2) => enc_ + "o" + ntr_ + "is" ; - VPB (Pres Ind Pl P3) => enc_ + "ue" + ntr_ + "an" ; - VPB (Pres Sub Sg P1) => enc_ + "ue" + ntr_ + "e" ; - VPB (Pres Sub Sg P2) => enc_ + "ue" + ntr_ + "es" ; - VPB (Pres Sub Sg P3) => enc_ + "ue" + ntr_ + "e" ; - VPB (Pres Sub Pl P1) => enc_ + "o" + ntr_ + "emos" ; - VPB (Pres Sub Pl P2) => enc_ + "o" + ntr_ + "is" ; - VPB (Pres Sub Pl P3) => enc_ + "ue" + ntr_ + "en" ; - VPB (Impf Ind Sg P1) => enc_ + "o" + ntr_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => enc_ + "o" + ntr_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => enc_ + "o" + ntr_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => enc_ + "o" + ntr_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => enc_ + "o" + ntr_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => enc_ + "o" + ntr_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => enc_ + "o" + ntr_ + "ara" ; --# notpresent - VPB (Impf Sub Sg P2) => enc_ + "o" + ntr_ + "aras" ; --# notpresent - VPB (Impf Sub Sg P3) => enc_ + "o" + ntr_ + "ara" ; --# notpresent - VPB (Impf Sub Pl P1) => enc_ + "o" + ntr_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => enc_ + "o" + ntr_ + "arais" ; --# notpresent - VPB (Impf Sub Pl P3) => enc_ + "o" + ntr_ + "aran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => enc_ + "o" + ntr_ + "ase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => enc_ + "o" + ntr_ + "ases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => enc_ + "o" + ntr_ + "ase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => enc_ + "o" + ntr_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => enc_ + "o" + ntr_ + "aseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => enc_ + "o" + ntr_ + "asen" ; --# notpresent - VPB (Pret Sg P1) => enc_ + "o" + ntr_ + "" ; --# notpresent - VPB (Pret Sg P2) => enc_ + "o" + ntr_ + "aste" ; --# notpresent - VPB (Pret Sg P3) => enc_ + "o" + ntr_ + "" ; --# notpresent - VPB (Pret Pl P1) => enc_ + "o" + ntr_ + "amos" ; --# notpresent - VPB (Pret Pl P2) => enc_ + "o" + ntr_ + "asteis" ; --# notpresent - VPB (Pret Pl P3) => enc_ + "o" + ntr_ + "aron" ; --# notpresent - VPB (Fut Ind Sg P1) => enc_ + "o" + ntr_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => enc_ + "o" + ntr_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => enc_ + "o" + ntr_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => enc_ + "o" + ntr_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => enc_ + "o" + ntr_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => enc_ + "o" + ntr_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => enc_ + "o" + ntr_ + "are" ; --# notpresent - VPB (Fut Sub Sg P2) => enc_ + "o" + ntr_ + "ares" ; --# notpresent - VPB (Fut Sub Sg P3) => enc_ + "o" + ntr_ + "are" ; --# notpresent - VPB (Fut Sub Pl P1) => enc_ + "o" + ntr_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => enc_ + "o" + ntr_ + "areis" ; --# notpresent - VPB (Fut Sub Pl P3) => enc_ + "o" + ntr_ + "aren" ; --# notpresent - VPB (Cond Sg P1) => enc_ + "o" + ntr_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => enc_ + "o" + ntr_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => enc_ + "o" + ntr_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => enc_ + "o" + ntr_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => enc_ + "o" + ntr_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => enc_ + "o" + ntr_ + "aran" ; --# notpresent + VI Infn => enc_ + "ontrar" ; + VI Ger => enc_ + "ontrando" ; + VI Part => enc_ + "ontrado" ; + VPB (Pres Ind Sg P1) => enc_ + "uentro" ; + VPB (Pres Ind Sg P2) => enc_ + "uentras" ; + VPB (Pres Ind Sg P3) => enc_ + "uentra" ; + VPB (Pres Ind Pl P1) => enc_ + "ontramos" ; + VPB (Pres Ind Pl P2) => enc_ + "ontris" ; + VPB (Pres Ind Pl P3) => enc_ + "uentran" ; + VPB (Pres Subj Sg P1) => enc_ + "uentre" ; + VPB (Pres Subj Sg P2) => enc_ + "uentres" ; + VPB (Pres Subj Sg P3) => enc_ + "uentre" ; + VPB (Pres Subj Pl P1) => enc_ + "ontremos" ; + VPB (Pres Subj Pl P2) => enc_ + "ontris" ; + VPB (Pres Subj Pl P3) => enc_ + "uentren" ; + VPB (Impf Ind Sg P1) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Sg P2) => enc_ + "ontrabas" ; --# notpresent + VPB (Impf Ind Sg P3) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Pl P1) => enc_ + "ontrbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enc_ + "ontrabais" ; --# notpresent + VPB (Impf Ind Pl P3) => enc_ + "ontraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enc_ + "ontrramos" ; enc_ + "ontrsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; --# notpresent + VPB (Pret Sg P1) => enc_ + "ontr" ; --# notpresent + VPB (Pret Sg P2) => enc_ + "ontraste" ; --# notpresent + VPB (Pret Sg P3) => enc_ + "ontr" ; --# notpresent + VPB (Pret Pl P1) => enc_ + "ontramos" ; --# notpresent + VPB (Pret Pl P2) => enc_ + "ontrasteis" ; --# notpresent + VPB (Pret Pl P3) => enc_ + "ontraron" ; --# notpresent + VPB (Fut Ind Sg P1) => enc_ + "ontrar" ; --# notpresent + VPB (Fut Ind Sg P2) => enc_ + "ontrars" ; --# notpresent + VPB (Fut Ind Sg P3) => enc_ + "ontrar" ; --# notpresent + VPB (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enc_ + "ontraris" ; --# notpresent + VPB (Fut Ind Pl P3) => enc_ + "ontrarn" ; --# notpresent + VPB (Fut Subj Sg P1) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Sg P2) => enc_ + "ontrares" ; --# notpresent + VPB (Fut Subj Sg P3) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Pl P1) => enc_ + "ontrremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent + VPB (Cond Sg P1) => enc_ + "ontrara" ; --# notpresent + VPB (Cond Sg P2) => enc_ + "ontraras" ; --# notpresent + VPB (Cond Sg P3) => enc_ + "ontrara" ; --# notpresent + VPB (Cond Pl P1) => enc_ + "ontraramos" ; --# notpresent + VPB (Cond Pl P2) => enc_ + "ontrarais" ; --# notpresent + VPB (Cond Pl P3) => enc_ + "ontraran" ; --# notpresent VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => enc_ + "ue" + ntr_ + "a" ; - VPB (Imper Sg P3) => enc_ + "ue" + ntr_ + "e" ; - VPB (Imper Pl P1) => enc_ + "o" + ntr_ + "emos" ; - VPB (Imper Pl P2) => enc_ + "o" + ntr_ + "ad" ; - VPB (Imper Pl P3) => enc_ + "ue" + ntr_ + "en" ; - VPB (Pass Sg Masc) => enc_ + "o" + ntr_ + "ado" ; - VPB (Pass Sg Fem) => enc_ + "o" + ntr_ + "ada" ; - VPB (Pass Pl Masc) => enc_ + "o" + ntr_ + "ados" ; - VPB (Pass Pl Fem) => enc_ + "o" + ntr_ + "adas" + VPB (Imper Sg P2) => enc_ + "uentra" ; + VPB (Imper Sg P3) => enc_ + "uentre" ; + VPB (Imper Pl P1) => enc_ + "ontremos" ; + VPB (Imper Pl P2) => enc_ + "ontrad" ; + VPB (Imper Pl P3) => enc_ + "uentren" ; + VPB (Pass Sg Masc) => enc_ + "ontrado" ; + VPB (Pass Sg Fem) => enc_ + "ontrada" ; + VPB (Pass Pl Masc) => enc_ + "ontrados" ; + VPB (Pass Pl Fem) => enc_ + "ontradas" } } ; oper contar_38b : Str -> Verbum = \contar -> @@ -2915,30 +2670,24 @@ oper contar_38b : Str -> Verbum = \contar -> VPB (Pres Ind Pl P1) => c_ + "ontamos" ; VPB (Pres Ind Pl P2) => c_ + "ontis" ; VPB (Pres Ind Pl P3) => c_ + "uentan" ; - VPB (Pres Sub Sg P1) => c_ + "uente" ; - VPB (Pres Sub Sg P2) => c_ + "uentes" ; - VPB (Pres Sub Sg P3) => c_ + "uente" ; - VPB (Pres Sub Pl P1) => c_ + "ontemos" ; - VPB (Pres Sub Pl P2) => c_ + "ontis" ; - VPB (Pres Sub Pl P3) => c_ + "uenten" ; + VPB (Pres Subj Sg P1) => c_ + "uente" ; + VPB (Pres Subj Sg P2) => c_ + "uentes" ; + VPB (Pres Subj Sg P3) => c_ + "uente" ; + VPB (Pres Subj Pl P1) => c_ + "ontemos" ; + VPB (Pres Subj Pl P2) => c_ + "ontis" ; + VPB (Pres Subj Pl P3) => c_ + "uenten" ; VPB (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "ontbamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent - VPB (Impf Sub Sg P1) => c_ + "ontara" ; --# notpresent - VPB (Impf Sub Sg P2) => c_ + "ontaras" ; --# notpresent - VPB (Impf Sub Sg P3) => c_ + "ontara" ; --# notpresent - VPB (Impf Sub Pl P1) => c_ + "ontramos" ; --# notpresent - VPB (Impf Sub Pl P2) => c_ + "ontarais" ; --# notpresent - VPB (Impf Sub Pl P3) => c_ + "ontaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => c_ + "ontase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => c_ + "ontases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => c_ + "ontase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => c_ + "ontsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => c_ + "ontaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => c_ + "ontasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ontramos" ; c_ + "ontsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent VPB (Pret Sg P1) => c_ + "ont" ; --# notpresent VPB (Pret Sg P2) => c_ + "ontaste" ; --# notpresent VPB (Pret Sg P3) => c_ + "ont" ; --# notpresent @@ -2951,12 +2700,12 @@ oper contar_38b : Str -> Verbum = \contar -> VPB (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "ontaris" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "ontarn" ; --# notpresent - VPB (Fut Sub Sg P1) => c_ + "ontare" ; --# notpresent - VPB (Fut Sub Sg P2) => c_ + "ontares" ; --# notpresent - VPB (Fut Sub Sg P3) => c_ + "ontare" ; --# notpresent - VPB (Fut Sub Pl P1) => c_ + "ontremos" ; --# notpresent - VPB (Fut Sub Pl P2) => c_ + "ontareis" ; --# notpresent - VPB (Fut Sub Pl P3) => c_ + "ontaren" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ontremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent VPB (Cond Sg P1) => c_ + "ontara" ; --# notpresent VPB (Cond Sg P2) => c_ + "ontaras" ; --# notpresent VPB (Cond Sg P3) => c_ + "ontara" ; --# notpresent @@ -2987,30 +2736,24 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VPB (Pres Ind Pl P1) => enra_ + "izamos" ; VPB (Pres Ind Pl P2) => enra_ + "izis" ; VPB (Pres Ind Pl P3) => enra_ + "zan" ; - VPB (Pres Sub Sg P1) => enra_ + "ce" ; - VPB (Pres Sub Sg P2) => enra_ + "ces" ; - VPB (Pres Sub Sg P3) => enra_ + "ce" ; - VPB (Pres Sub Pl P1) => enra_ + "icemos" ; - VPB (Pres Sub Pl P2) => enra_ + "icis" ; - VPB (Pres Sub Pl P3) => enra_ + "cen" ; + VPB (Pres Subj Sg P1) => enra_ + "ce" ; + VPB (Pres Subj Sg P2) => enra_ + "ces" ; + VPB (Pres Subj Sg P3) => enra_ + "ce" ; + VPB (Pres Subj Pl P1) => enra_ + "icemos" ; + VPB (Pres Subj Pl P2) => enra_ + "icis" ; + VPB (Pres Subj Pl P3) => enra_ + "cen" ; VPB (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent VPB (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent VPB (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent VPB (Impf Ind Pl P1) => enra_ + "izbamos" ; --# notpresent VPB (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent VPB (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent - VPB (Impf Sub Sg P1) => enra_ + "izara" ; --# notpresent - VPB (Impf Sub Sg P2) => enra_ + "izaras" ; --# notpresent - VPB (Impf Sub Sg P3) => enra_ + "izara" ; --# notpresent - VPB (Impf Sub Pl P1) => enra_ + "izramos" ; --# notpresent - VPB (Impf Sub Pl P2) => enra_ + "izarais" ; --# notpresent - VPB (Impf Sub Pl P3) => enra_ + "izaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => enra_ + "izase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => enra_ + "izases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => enra_ + "izase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => enra_ + "izsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => enra_ + "izaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => enra_ + "izasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enra_ + "izramos" ; enra_ + "izsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent VPB (Pret Sg P1) => enra_ + "ic" ; --# notpresent VPB (Pret Sg P2) => enra_ + "izaste" ; --# notpresent VPB (Pret Sg P3) => enra_ + "iz" ; --# notpresent @@ -3023,12 +2766,12 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VPB (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent VPB (Fut Ind Pl P2) => enra_ + "izaris" ; --# notpresent VPB (Fut Ind Pl P3) => enra_ + "izarn" ; --# notpresent - VPB (Fut Sub Sg P1) => enra_ + "izare" ; --# notpresent - VPB (Fut Sub Sg P2) => enra_ + "izares" ; --# notpresent - VPB (Fut Sub Sg P3) => enra_ + "izare" ; --# notpresent - VPB (Fut Sub Pl P1) => enra_ + "izremos" ; --# notpresent - VPB (Fut Sub Pl P2) => enra_ + "izareis" ; --# notpresent - VPB (Fut Sub Pl P3) => enra_ + "izaren" ; --# notpresent + VPB (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent + VPB (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Pl P1) => enra_ + "izremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent VPB (Cond Sg P1) => enra_ + "izara" ; --# notpresent VPB (Cond Sg P2) => enra_ + "izaras" ; --# notpresent VPB (Cond Sg P3) => enra_ + "izara" ; --# notpresent @@ -3059,30 +2802,24 @@ oper erguir_40 : Str -> Verbum = \erguir -> VPB (Pres Ind Pl P1) => x_ + "erguimos" ; VPB (Pres Ind Pl P2) => x_ + "ergus" ; VPB (Pres Ind Pl P3) => x_ + "yerguen" ; - VPB (Pres Sub Sg P1) => x_ + "yerga" ; - VPB (Pres Sub Sg P2) => x_ + "yergas" ; - VPB (Pres Sub Sg P3) => x_ + "yerga" ; - VPB (Pres Sub Pl P1) => x_ + "irgamos" ; - VPB (Pres Sub Pl P2) => x_ + "irgis" ; - VPB (Pres Sub Pl P3) => x_ + "yergan" ; + VPB (Pres Subj Sg P1) => x_ + "yerga" ; + VPB (Pres Subj Sg P2) => x_ + "yergas" ; + VPB (Pres Subj Sg P3) => x_ + "yerga" ; + VPB (Pres Subj Pl P1) => x_ + "irgamos" ; + VPB (Pres Subj Pl P2) => x_ + "irgis" ; + VPB (Pres Subj Pl P3) => x_ + "yergan" ; VPB (Impf Ind Sg P1) => x_ + "ergua" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "erguas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "ergua" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "erguamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "erguais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "erguan" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "irguiera" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "irguieras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "irguiera" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "irguiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "irguierais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "irguieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "irguiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "irguieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "irguiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "irguisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "irguieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "irguiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "irguiramos" ; x_ + "irguisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "ergu" ; --# notpresent VPB (Pret Sg P2) => x_ + "erguiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "irgui" ; --# notpresent @@ -3095,12 +2832,12 @@ oper erguir_40 : Str -> Verbum = \erguir -> VPB (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "erguiris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "erguirn" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "irguiere" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "irguieres" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "irguiere" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "irguiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "irguiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "irguieren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "irguiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "erguira" ; --# notpresent VPB (Cond Sg P2) => x_ + "erguiras" ; --# notpresent VPB (Cond Sg P3) => x_ + "erguira" ; --# notpresent @@ -3131,30 +2868,24 @@ oper errar_41 : Str -> Verbum = \errar -> VPB (Pres Ind Pl P1) => x_ + "erramos" ; VPB (Pres Ind Pl P2) => x_ + "erris" ; VPB (Pres Ind Pl P3) => x_ + "yerran" ; - VPB (Pres Sub Sg P1) => x_ + "yerre" ; - VPB (Pres Sub Sg P2) => x_ + "yerres" ; - VPB (Pres Sub Sg P3) => x_ + "yerre" ; - VPB (Pres Sub Pl P1) => x_ + "erremos" ; - VPB (Pres Sub Pl P2) => x_ + "erris" ; - VPB (Pres Sub Pl P3) => x_ + "yerren" ; + VPB (Pres Subj Sg P1) => x_ + "yerre" ; + VPB (Pres Subj Sg P2) => x_ + "yerres" ; + VPB (Pres Subj Sg P3) => x_ + "yerre" ; + VPB (Pres Subj Pl P1) => x_ + "erremos" ; + VPB (Pres Subj Pl P2) => x_ + "erris" ; + VPB (Pres Subj Pl P3) => x_ + "yerren" ; VPB (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "errbamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "errara" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "erraras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "errara" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "errramos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "errarais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "erraran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "errase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "errases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "errase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "errsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "erraseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "errasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "errramos" ; x_ + "errsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "err" ; --# notpresent VPB (Pret Sg P2) => x_ + "erraste" ; --# notpresent VPB (Pret Sg P3) => x_ + "err" ; --# notpresent @@ -3167,12 +2898,12 @@ oper errar_41 : Str -> Verbum = \errar -> VPB (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "erraris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "errarn" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "errare" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "errares" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "errare" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "errremos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "errareis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "erraren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "errremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent VPB (Cond Sg P1) => x_ + "errara" ; --# notpresent VPB (Cond Sg P2) => x_ + "erraras" ; --# notpresent VPB (Cond Sg P3) => x_ + "errara" ; --# notpresent @@ -3203,30 +2934,24 @@ oper forzar_42 : Str -> Verbum = \forzar -> VPB (Pres Ind Pl P1) => f_ + "orzamos" ; VPB (Pres Ind Pl P2) => f_ + "orzis" ; VPB (Pres Ind Pl P3) => f_ + "uerzan" ; - VPB (Pres Sub Sg P1) => f_ + "uerce" ; - VPB (Pres Sub Sg P2) => f_ + "uerces" ; - VPB (Pres Sub Sg P3) => f_ + "uerce" ; - VPB (Pres Sub Pl P1) => f_ + "orcemos" ; - VPB (Pres Sub Pl P2) => f_ + "orcis" ; - VPB (Pres Sub Pl P3) => f_ + "uercen" ; + VPB (Pres Subj Sg P1) => f_ + "uerce" ; + VPB (Pres Subj Sg P2) => f_ + "uerces" ; + VPB (Pres Subj Sg P3) => f_ + "uerce" ; + VPB (Pres Subj Pl P1) => f_ + "orcemos" ; + VPB (Pres Subj Pl P2) => f_ + "orcis" ; + VPB (Pres Subj Pl P3) => f_ + "uercen" ; VPB (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent VPB (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent VPB (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent VPB (Impf Ind Pl P1) => f_ + "orzbamos" ; --# notpresent VPB (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent VPB (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent - VPB (Impf Sub Sg P1) => f_ + "orzara" ; --# notpresent - VPB (Impf Sub Sg P2) => f_ + "orzaras" ; --# notpresent - VPB (Impf Sub Sg P3) => f_ + "orzara" ; --# notpresent - VPB (Impf Sub Pl P1) => f_ + "orzramos" ; --# notpresent - VPB (Impf Sub Pl P2) => f_ + "orzarais" ; --# notpresent - VPB (Impf Sub Pl P3) => f_ + "orzaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => f_ + "orzase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => f_ + "orzases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => f_ + "orzase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => f_ + "orzsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => f_ + "orzaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => f_ + "orzasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {f_ + "orzramos" ; f_ + "orzsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent VPB (Pret Sg P1) => f_ + "orc" ; --# notpresent VPB (Pret Sg P2) => f_ + "orzaste" ; --# notpresent VPB (Pret Sg P3) => f_ + "orz" ; --# notpresent @@ -3239,12 +2964,12 @@ oper forzar_42 : Str -> Verbum = \forzar -> VPB (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent VPB (Fut Ind Pl P2) => f_ + "orzaris" ; --# notpresent VPB (Fut Ind Pl P3) => f_ + "orzarn" ; --# notpresent - VPB (Fut Sub Sg P1) => f_ + "orzare" ; --# notpresent - VPB (Fut Sub Sg P2) => f_ + "orzares" ; --# notpresent - VPB (Fut Sub Sg P3) => f_ + "orzare" ; --# notpresent - VPB (Fut Sub Pl P1) => f_ + "orzremos" ; --# notpresent - VPB (Fut Sub Pl P2) => f_ + "orzareis" ; --# notpresent - VPB (Fut Sub Pl P3) => f_ + "orzaren" ; --# notpresent + VPB (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent + VPB (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Pl P1) => f_ + "orzremos" ; --# notpresent + VPB (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent VPB (Cond Sg P1) => f_ + "orzara" ; --# notpresent VPB (Cond Sg P2) => f_ + "orzaras" ; --# notpresent VPB (Cond Sg P3) => f_ + "orzara" ; --# notpresent @@ -3275,30 +3000,24 @@ oper guiar_43 : Str -> Verbum = \guiar -> VPB (Pres Ind Pl P1) => gu_ + "iamos" ; VPB (Pres Ind Pl P2) => gu_ + "iis" ; VPB (Pres Ind Pl P3) => gu_ + "an" ; - VPB (Pres Sub Sg P1) => gu_ + "e" ; - VPB (Pres Sub Sg P2) => gu_ + "es" ; - VPB (Pres Sub Sg P3) => gu_ + "e" ; - VPB (Pres Sub Pl P1) => gu_ + "iemos" ; - VPB (Pres Sub Pl P2) => gu_ + "iis" ; - VPB (Pres Sub Pl P3) => gu_ + "en" ; + VPB (Pres Subj Sg P1) => gu_ + "e" ; + VPB (Pres Subj Sg P2) => gu_ + "es" ; + VPB (Pres Subj Sg P3) => gu_ + "e" ; + VPB (Pres Subj Pl P1) => gu_ + "iemos" ; + VPB (Pres Subj Pl P2) => gu_ + "iis" ; + VPB (Pres Subj Pl P3) => gu_ + "en" ; VPB (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent VPB (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent VPB (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent VPB (Impf Ind Pl P1) => gu_ + "ibamos" ; --# notpresent VPB (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent VPB (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent - VPB (Impf Sub Sg P1) => gu_ + "iara" ; --# notpresent - VPB (Impf Sub Sg P2) => gu_ + "iaras" ; --# notpresent - VPB (Impf Sub Sg P3) => gu_ + "iara" ; --# notpresent - VPB (Impf Sub Pl P1) => gu_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => gu_ + "iarais" ; --# notpresent - VPB (Impf Sub Pl P3) => gu_ + "iaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => gu_ + "iase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => gu_ + "iases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => gu_ + "iase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => gu_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => gu_ + "iaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => gu_ + "iasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {gu_ + "iramos" ; gu_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent VPB (Pret Sg P1) => gu_ + "i" ; --# notpresent VPB (Pret Sg P2) => gu_ + "iaste" ; --# notpresent VPB (Pret Sg P3) => gu_ + "i" ; --# notpresent @@ -3311,12 +3030,12 @@ oper guiar_43 : Str -> Verbum = \guiar -> VPB (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent VPB (Fut Ind Pl P2) => gu_ + "iaris" ; --# notpresent VPB (Fut Ind Pl P3) => gu_ + "iarn" ; --# notpresent - VPB (Fut Sub Sg P1) => gu_ + "iare" ; --# notpresent - VPB (Fut Sub Sg P2) => gu_ + "iares" ; --# notpresent - VPB (Fut Sub Sg P3) => gu_ + "iare" ; --# notpresent - VPB (Fut Sub Pl P1) => gu_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => gu_ + "iareis" ; --# notpresent - VPB (Fut Sub Pl P3) => gu_ + "iaren" ; --# notpresent + VPB (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent + VPB (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Pl P1) => gu_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent + VPB (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent VPB (Cond Sg P1) => gu_ + "iara" ; --# notpresent VPB (Cond Sg P2) => gu_ + "iaras" ; --# notpresent VPB (Cond Sg P3) => gu_ + "iara" ; --# notpresent @@ -3347,30 +3066,24 @@ oper hacer_44 : Str -> Verbum = \hacer -> VPB (Pres Ind Pl P1) => h_ + "acemos" ; VPB (Pres Ind Pl P2) => h_ + "acis" ; VPB (Pres Ind Pl P3) => h_ + "acen" ; - VPB (Pres Sub Sg P1) => h_ + "aga" ; - VPB (Pres Sub Sg P2) => h_ + "agas" ; - VPB (Pres Sub Sg P3) => h_ + "aga" ; - VPB (Pres Sub Pl P1) => h_ + "agamos" ; - VPB (Pres Sub Pl P2) => h_ + "agis" ; - VPB (Pres Sub Pl P3) => h_ + "agan" ; + VPB (Pres Subj Sg P1) => h_ + "aga" ; + VPB (Pres Subj Sg P2) => h_ + "agas" ; + VPB (Pres Subj Sg P3) => h_ + "aga" ; + VPB (Pres Subj Pl P1) => h_ + "agamos" ; + VPB (Pres Subj Pl P2) => h_ + "agis" ; + VPB (Pres Subj Pl P3) => h_ + "agan" ; VPB (Impf Ind Sg P1) => h_ + "aca" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "acas" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "aca" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "acamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "acais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "acan" ; --# notpresent - VPB (Impf Sub Sg P1) => h_ + "iciera" ; --# notpresent - VPB (Impf Sub Sg P2) => h_ + "icieras" ; --# notpresent - VPB (Impf Sub Sg P3) => h_ + "iciera" ; --# notpresent - VPB (Impf Sub Pl P1) => h_ + "iciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => h_ + "icierais" ; --# notpresent - VPB (Impf Sub Pl P3) => h_ + "icieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => h_ + "iciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => h_ + "icieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => h_ + "iciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => h_ + "icisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => h_ + "icieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => h_ + "iciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "iciramos" ; h_ + "icisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent VPB (Pret Sg P1) => h_ + "ice" ; --# notpresent VPB (Pret Sg P2) => h_ + "iciste" ; --# notpresent VPB (Pret Sg P3) => h_ + "izo" ; --# notpresent @@ -3383,12 +3096,12 @@ oper hacer_44 : Str -> Verbum = \hacer -> VPB (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => h_ + "iciere" ; --# notpresent - VPB (Fut Sub Sg P2) => h_ + "icieres" ; --# notpresent - VPB (Fut Sub Sg P3) => h_ + "iciere" ; --# notpresent - VPB (Fut Sub Pl P1) => h_ + "iciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => h_ + "iciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => h_ + "icieren" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "iciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "ara" ; --# notpresent VPB (Cond Sg P2) => h_ + "aras" ; --# notpresent VPB (Cond Sg P3) => h_ + "ara" ; --# notpresent @@ -3419,30 +3132,24 @@ oper influir_45 : Str -> Verbum = \influir -> VPB (Pres Ind Pl P1) => influ_ + "imos" ; VPB (Pres Ind Pl P2) => influ_ + "s" ; VPB (Pres Ind Pl P3) => influ_ + "yen" ; - VPB (Pres Sub Sg P1) => influ_ + "ya" ; - VPB (Pres Sub Sg P2) => influ_ + "yas" ; - VPB (Pres Sub Sg P3) => influ_ + "ya" ; - VPB (Pres Sub Pl P1) => influ_ + "yamos" ; - VPB (Pres Sub Pl P2) => influ_ + "yis" ; - VPB (Pres Sub Pl P3) => influ_ + "yan" ; + VPB (Pres Subj Sg P1) => influ_ + "ya" ; + VPB (Pres Subj Sg P2) => influ_ + "yas" ; + VPB (Pres Subj Sg P3) => influ_ + "ya" ; + VPB (Pres Subj Pl P1) => influ_ + "yamos" ; + VPB (Pres Subj Pl P2) => influ_ + "yis" ; + VPB (Pres Subj Pl P3) => influ_ + "yan" ; VPB (Impf Ind Sg P1) => influ_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => influ_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => influ_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => influ_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => influ_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => influ_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => influ_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => influ_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => influ_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => influ_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => influ_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => influ_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => influ_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => influ_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => influ_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => influ_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => influ_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => influ_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {influ_ + "yramos" ; influ_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => influ_ + "" ; --# notpresent VPB (Pret Sg P2) => influ_ + "iste" ; --# notpresent VPB (Pret Sg P3) => influ_ + "y" ; --# notpresent @@ -3455,12 +3162,12 @@ oper influir_45 : Str -> Verbum = \influir -> VPB (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => influ_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => influ_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => influ_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => influ_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => influ_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => influ_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => influ_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => influ_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => influ_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => influ_ + "ira" ; --# notpresent VPB (Cond Sg P2) => influ_ + "iras" ; --# notpresent VPB (Cond Sg P3) => influ_ + "ira" ; --# notpresent @@ -3491,30 +3198,24 @@ oper ir_46 : Str -> Verbum = \ir -> VPB (Pres Ind Pl P1) => x_ + "vamos" ; VPB (Pres Ind Pl P2) => x_ + "vais" ; VPB (Pres Ind Pl P3) => x_ + "van" ; - VPB (Pres Sub Sg P1) => x_ + "vaya" ; - VPB (Pres Sub Sg P2) => x_ + "vayas" ; - VPB (Pres Sub Sg P3) => x_ + "vaya" ; - VPB (Pres Sub Pl P1) => x_ + "vayamos" ; - VPB (Pres Sub Pl P2) => x_ + "vayis" ; - VPB (Pres Sub Pl P3) => x_ + "vayan" ; + VPB (Pres Subj Sg P1) => x_ + "vaya" ; + VPB (Pres Subj Sg P2) => x_ + "vayas" ; + VPB (Pres Subj Sg P3) => x_ + "vaya" ; + VPB (Pres Subj Pl P1) => x_ + "vayamos" ; + VPB (Pres Subj Pl P2) => x_ + "vayis" ; + VPB (Pres Subj Pl P3) => x_ + "vayan" ; VPB (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "fuera" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "furamos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "fusemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "fuesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent @@ -3527,12 +3228,12 @@ oper ir_46 : Str -> Verbum = \ir -> VPB (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "iris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "irn" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "furemos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent VPB (Cond Sg P1) => x_ + "ira" ; --# notpresent VPB (Cond Sg P2) => x_ + "iras" ; --# notpresent VPB (Cond Sg P3) => x_ + "ira" ; --# notpresent @@ -3563,30 +3264,24 @@ oper jugar_47 : Str -> Verbum = \jugar -> VPB (Pres Ind Pl P1) => ju_ + "gamos" ; VPB (Pres Ind Pl P2) => ju_ + "gis" ; VPB (Pres Ind Pl P3) => ju_ + "egan" ; - VPB (Pres Sub Sg P1) => ju_ + "egue" ; - VPB (Pres Sub Sg P2) => ju_ + "egues" ; - VPB (Pres Sub Sg P3) => ju_ + "egue" ; - VPB (Pres Sub Pl P1) => ju_ + "guemos" ; - VPB (Pres Sub Pl P2) => ju_ + "guis" ; - VPB (Pres Sub Pl P3) => ju_ + "eguen" ; + VPB (Pres Subj Sg P1) => ju_ + "egue" ; + VPB (Pres Subj Sg P2) => ju_ + "egues" ; + VPB (Pres Subj Sg P3) => ju_ + "egue" ; + VPB (Pres Subj Pl P1) => ju_ + "guemos" ; + VPB (Pres Subj Pl P2) => ju_ + "guis" ; + VPB (Pres Subj Pl P3) => ju_ + "eguen" ; VPB (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent VPB (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent VPB (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent VPB (Impf Ind Pl P1) => ju_ + "gbamos" ; --# notpresent VPB (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent VPB (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent - VPB (Impf Sub Sg P1) => ju_ + "gara" ; --# notpresent - VPB (Impf Sub Sg P2) => ju_ + "garas" ; --# notpresent - VPB (Impf Sub Sg P3) => ju_ + "gara" ; --# notpresent - VPB (Impf Sub Pl P1) => ju_ + "gramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ju_ + "garais" ; --# notpresent - VPB (Impf Sub Pl P3) => ju_ + "garan" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ju_ + "gase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ju_ + "gases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ju_ + "gase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ju_ + "gsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ju_ + "gaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ju_ + "gasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ju_ + "gramos" ; ju_ + "gsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent VPB (Pret Sg P1) => ju_ + "gu" ; --# notpresent VPB (Pret Sg P2) => ju_ + "gaste" ; --# notpresent VPB (Pret Sg P3) => ju_ + "g" ; --# notpresent @@ -3599,12 +3294,12 @@ oper jugar_47 : Str -> Verbum = \jugar -> VPB (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent VPB (Fut Ind Pl P2) => ju_ + "garis" ; --# notpresent VPB (Fut Ind Pl P3) => ju_ + "garn" ; --# notpresent - VPB (Fut Sub Sg P1) => ju_ + "gare" ; --# notpresent - VPB (Fut Sub Sg P2) => ju_ + "gares" ; --# notpresent - VPB (Fut Sub Sg P3) => ju_ + "gare" ; --# notpresent - VPB (Fut Sub Pl P1) => ju_ + "gremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ju_ + "gareis" ; --# notpresent - VPB (Fut Sub Pl P3) => ju_ + "garen" ; --# notpresent + VPB (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent + VPB (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Pl P1) => ju_ + "gremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent VPB (Cond Sg P1) => ju_ + "gara" ; --# notpresent VPB (Cond Sg P2) => ju_ + "garas" ; --# notpresent VPB (Cond Sg P3) => ju_ + "gara" ; --# notpresent @@ -3635,30 +3330,24 @@ oper lucir_48 : Str -> Verbum = \lucir -> VPB (Pres Ind Pl P1) => lu_ + "cimos" ; VPB (Pres Ind Pl P2) => lu_ + "cs" ; VPB (Pres Ind Pl P3) => lu_ + "cen" ; - VPB (Pres Sub Sg P1) => lu_ + "zca" ; - VPB (Pres Sub Sg P2) => lu_ + "zcas" ; - VPB (Pres Sub Sg P3) => lu_ + "zca" ; - VPB (Pres Sub Pl P1) => lu_ + "zcamos" ; - VPB (Pres Sub Pl P2) => lu_ + "zcis" ; - VPB (Pres Sub Pl P3) => lu_ + "zcan" ; + VPB (Pres Subj Sg P1) => lu_ + "zca" ; + VPB (Pres Subj Sg P2) => lu_ + "zcas" ; + VPB (Pres Subj Sg P3) => lu_ + "zca" ; + VPB (Pres Subj Pl P1) => lu_ + "zcamos" ; + VPB (Pres Subj Pl P2) => lu_ + "zcis" ; + VPB (Pres Subj Pl P3) => lu_ + "zcan" ; VPB (Impf Ind Sg P1) => lu_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => lu_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => lu_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => lu_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => lu_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => lu_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => lu_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => lu_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => lu_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => lu_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => lu_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => lu_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => lu_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => lu_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => lu_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => lu_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => lu_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => lu_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {lu_ + "ciramos" ; lu_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => lu_ + "c" ; --# notpresent VPB (Pret Sg P2) => lu_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => lu_ + "ci" ; --# notpresent @@ -3671,12 +3360,12 @@ oper lucir_48 : Str -> Verbum = \lucir -> VPB (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => lu_ + "ciris" ; --# notpresent VPB (Fut Ind Pl P3) => lu_ + "cirn" ; --# notpresent - VPB (Fut Sub Sg P1) => lu_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => lu_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => lu_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => lu_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => lu_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => lu_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => lu_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => lu_ + "cira" ; --# notpresent VPB (Cond Sg P2) => lu_ + "ciras" ; --# notpresent VPB (Cond Sg P3) => lu_ + "cira" ; --# notpresent @@ -3707,30 +3396,24 @@ oper mecer_49 : Str -> Verbum = \mecer -> VPB (Pres Ind Pl P1) => me_ + "cemos" ; VPB (Pres Ind Pl P2) => me_ + "cis" ; VPB (Pres Ind Pl P3) => me_ + "cen" ; - VPB (Pres Sub Sg P1) => me_ + "za" ; - VPB (Pres Sub Sg P2) => me_ + "zas" ; - VPB (Pres Sub Sg P3) => me_ + "za" ; - VPB (Pres Sub Pl P1) => me_ + "zamos" ; - VPB (Pres Sub Pl P2) => me_ + "zis" ; - VPB (Pres Sub Pl P3) => me_ + "zan" ; + VPB (Pres Subj Sg P1) => me_ + "za" ; + VPB (Pres Subj Sg P2) => me_ + "zas" ; + VPB (Pres Subj Sg P3) => me_ + "za" ; + VPB (Pres Subj Pl P1) => me_ + "zamos" ; + VPB (Pres Subj Pl P2) => me_ + "zis" ; + VPB (Pres Subj Pl P3) => me_ + "zan" ; VPB (Impf Ind Sg P1) => me_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => me_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => me_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => me_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => me_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => me_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => me_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => me_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => me_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => me_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => me_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => me_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => me_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => me_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => me_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => me_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => me_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => me_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {me_ + "ciramos" ; me_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => me_ + "c" ; --# notpresent VPB (Pret Sg P2) => me_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => me_ + "ci" ; --# notpresent @@ -3743,12 +3426,12 @@ oper mecer_49 : Str -> Verbum = \mecer -> VPB (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => me_ + "ceris" ; --# notpresent VPB (Fut Ind Pl P3) => me_ + "cern" ; --# notpresent - VPB (Fut Sub Sg P1) => me_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => me_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => me_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => me_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => me_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => me_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => me_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => me_ + "cera" ; --# notpresent VPB (Cond Sg P2) => me_ + "ceras" ; --# notpresent VPB (Cond Sg P3) => me_ + "cera" ; --# notpresent @@ -3779,30 +3462,24 @@ oper mover_50 : Str -> Verbum = \mover -> VPB (Pres Ind Pl P1) => m_ + "ovemos" ; VPB (Pres Ind Pl P2) => m_ + "ovis" ; VPB (Pres Ind Pl P3) => m_ + "ueven" ; - VPB (Pres Sub Sg P1) => m_ + "ueva" ; - VPB (Pres Sub Sg P2) => m_ + "uevas" ; - VPB (Pres Sub Sg P3) => m_ + "ueva" ; - VPB (Pres Sub Pl P1) => m_ + "ovamos" ; - VPB (Pres Sub Pl P2) => m_ + "ovis" ; - VPB (Pres Sub Pl P3) => m_ + "uevan" ; + VPB (Pres Subj Sg P1) => m_ + "ueva" ; + VPB (Pres Subj Sg P2) => m_ + "uevas" ; + VPB (Pres Subj Sg P3) => m_ + "ueva" ; + VPB (Pres Subj Pl P1) => m_ + "ovamos" ; + VPB (Pres Subj Pl P2) => m_ + "ovis" ; + VPB (Pres Subj Pl P3) => m_ + "uevan" ; VPB (Impf Ind Sg P1) => m_ + "ova" ; --# notpresent VPB (Impf Ind Sg P2) => m_ + "ovas" ; --# notpresent VPB (Impf Ind Sg P3) => m_ + "ova" ; --# notpresent VPB (Impf Ind Pl P1) => m_ + "ovamos" ; --# notpresent VPB (Impf Ind Pl P2) => m_ + "ovais" ; --# notpresent VPB (Impf Ind Pl P3) => m_ + "ovan" ; --# notpresent - VPB (Impf Sub Sg P1) => m_ + "oviera" ; --# notpresent - VPB (Impf Sub Sg P2) => m_ + "ovieras" ; --# notpresent - VPB (Impf Sub Sg P3) => m_ + "oviera" ; --# notpresent - VPB (Impf Sub Pl P1) => m_ + "oviramos" ; --# notpresent - VPB (Impf Sub Pl P2) => m_ + "ovierais" ; --# notpresent - VPB (Impf Sub Pl P3) => m_ + "ovieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => m_ + "oviese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => m_ + "ovieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => m_ + "oviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => m_ + "ovisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => m_ + "ovieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => m_ + "oviesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "oviramos" ; m_ + "ovisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent VPB (Pret Sg P1) => m_ + "ov" ; --# notpresent VPB (Pret Sg P2) => m_ + "oviste" ; --# notpresent VPB (Pret Sg P3) => m_ + "ovi" ; --# notpresent @@ -3815,12 +3492,12 @@ oper mover_50 : Str -> Verbum = \mover -> VPB (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent VPB (Fut Ind Pl P2) => m_ + "overis" ; --# notpresent VPB (Fut Ind Pl P3) => m_ + "overn" ; --# notpresent - VPB (Fut Sub Sg P1) => m_ + "oviere" ; --# notpresent - VPB (Fut Sub Sg P2) => m_ + "ovieres" ; --# notpresent - VPB (Fut Sub Sg P3) => m_ + "oviere" ; --# notpresent - VPB (Fut Sub Pl P1) => m_ + "oviremos" ; --# notpresent - VPB (Fut Sub Pl P2) => m_ + "oviereis" ; --# notpresent - VPB (Fut Sub Pl P3) => m_ + "ovieren" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "oviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent VPB (Cond Sg P1) => m_ + "overa" ; --# notpresent VPB (Cond Sg P2) => m_ + "overas" ; --# notpresent VPB (Cond Sg P3) => m_ + "overa" ; --# notpresent @@ -3851,30 +3528,24 @@ oper morder_50b : Str -> Verbum = \morder -> VPB (Pres Ind Pl P1) => m_ + "ordemos" ; VPB (Pres Ind Pl P2) => m_ + "ordis" ; VPB (Pres Ind Pl P3) => m_ + "uerden" ; - VPB (Pres Sub Sg P1) => m_ + "uerda" ; - VPB (Pres Sub Sg P2) => m_ + "uerdas" ; - VPB (Pres Sub Sg P3) => m_ + "uerda" ; - VPB (Pres Sub Pl P1) => m_ + "ordamos" ; - VPB (Pres Sub Pl P2) => m_ + "ordis" ; - VPB (Pres Sub Pl P3) => m_ + "uerdan" ; + VPB (Pres Subj Sg P1) => m_ + "uerda" ; + VPB (Pres Subj Sg P2) => m_ + "uerdas" ; + VPB (Pres Subj Sg P3) => m_ + "uerda" ; + VPB (Pres Subj Pl P1) => m_ + "ordamos" ; + VPB (Pres Subj Pl P2) => m_ + "ordis" ; + VPB (Pres Subj Pl P3) => m_ + "uerdan" ; VPB (Impf Ind Sg P1) => m_ + "orda" ; --# notpresent VPB (Impf Ind Sg P2) => m_ + "ordas" ; --# notpresent VPB (Impf Ind Sg P3) => m_ + "orda" ; --# notpresent VPB (Impf Ind Pl P1) => m_ + "ordamos" ; --# notpresent VPB (Impf Ind Pl P2) => m_ + "ordais" ; --# notpresent VPB (Impf Ind Pl P3) => m_ + "ordan" ; --# notpresent - VPB (Impf Sub Sg P1) => m_ + "ordiera" ; --# notpresent - VPB (Impf Sub Sg P2) => m_ + "ordieras" ; --# notpresent - VPB (Impf Sub Sg P3) => m_ + "ordiera" ; --# notpresent - VPB (Impf Sub Pl P1) => m_ + "ordiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => m_ + "ordierais" ; --# notpresent - VPB (Impf Sub Pl P3) => m_ + "ordieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => m_ + "ordiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => m_ + "ordieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => m_ + "ordiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => m_ + "ordisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => m_ + "ordieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => m_ + "ordiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "ordiramos" ; m_ + "ordisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent VPB (Pret Sg P1) => m_ + "ord" ; --# notpresent VPB (Pret Sg P2) => m_ + "ordiste" ; --# notpresent VPB (Pret Sg P3) => m_ + "ordi" ; --# notpresent @@ -3887,12 +3558,12 @@ oper morder_50b : Str -> Verbum = \morder -> VPB (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent VPB (Fut Ind Pl P2) => m_ + "orderis" ; --# notpresent VPB (Fut Ind Pl P3) => m_ + "ordern" ; --# notpresent - VPB (Fut Sub Sg P1) => m_ + "ordiere" ; --# notpresent - VPB (Fut Sub Sg P2) => m_ + "ordieres" ; --# notpresent - VPB (Fut Sub Sg P3) => m_ + "ordiere" ; --# notpresent - VPB (Fut Sub Pl P1) => m_ + "ordiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => m_ + "ordiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => m_ + "ordieren" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "ordiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent VPB (Cond Sg P1) => m_ + "ordera" ; --# notpresent VPB (Cond Sg P2) => m_ + "orderas" ; --# notpresent VPB (Cond Sg P3) => m_ + "ordera" ; --# notpresent @@ -3923,30 +3594,24 @@ oper oler_52 : Str -> Verbum = \oler -> VPB (Pres Ind Pl P1) => x_ + "olemos" ; VPB (Pres Ind Pl P2) => x_ + "olis" ; VPB (Pres Ind Pl P3) => x_ + "huelen" ; - VPB (Pres Sub Sg P1) => x_ + "huela" ; - VPB (Pres Sub Sg P2) => x_ + "huelas" ; - VPB (Pres Sub Sg P3) => x_ + "huela" ; - VPB (Pres Sub Pl P1) => x_ + "olamos" ; - VPB (Pres Sub Pl P2) => x_ + "olis" ; - VPB (Pres Sub Pl P3) => x_ + "huelan" ; + VPB (Pres Subj Sg P1) => x_ + "huela" ; + VPB (Pres Subj Sg P2) => x_ + "huelas" ; + VPB (Pres Subj Sg P3) => x_ + "huela" ; + VPB (Pres Subj Pl P1) => x_ + "olamos" ; + VPB (Pres Subj Pl P2) => x_ + "olis" ; + VPB (Pres Subj Pl P3) => x_ + "huelan" ; VPB (Impf Ind Sg P1) => x_ + "ola" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "olas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "ola" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "olamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "olais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "olan" ; --# notpresent - VPB (Impf Sub Sg P1) => x_ + "oliera" ; --# notpresent - VPB (Impf Sub Sg P2) => x_ + "olieras" ; --# notpresent - VPB (Impf Sub Sg P3) => x_ + "oliera" ; --# notpresent - VPB (Impf Sub Pl P1) => x_ + "oliramos" ; --# notpresent - VPB (Impf Sub Pl P2) => x_ + "olierais" ; --# notpresent - VPB (Impf Sub Pl P3) => x_ + "olieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => x_ + "oliese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => x_ + "olieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => x_ + "oliese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => x_ + "olisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => x_ + "olieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => x_ + "oliesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "oliramos" ; x_ + "olisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent VPB (Pret Sg P1) => x_ + "ol" ; --# notpresent VPB (Pret Sg P2) => x_ + "oliste" ; --# notpresent VPB (Pret Sg P3) => x_ + "oli" ; --# notpresent @@ -3959,12 +3624,12 @@ oper oler_52 : Str -> Verbum = \oler -> VPB (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "oleris" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "olern" ; --# notpresent - VPB (Fut Sub Sg P1) => x_ + "oliere" ; --# notpresent - VPB (Fut Sub Sg P2) => x_ + "olieres" ; --# notpresent - VPB (Fut Sub Sg P3) => x_ + "oliere" ; --# notpresent - VPB (Fut Sub Pl P1) => x_ + "oliremos" ; --# notpresent - VPB (Fut Sub Pl P2) => x_ + "oliereis" ; --# notpresent - VPB (Fut Sub Pl P3) => x_ + "olieren" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "oliremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "olera" ; --# notpresent VPB (Cond Sg P2) => x_ + "oleras" ; --# notpresent VPB (Cond Sg P3) => x_ + "olera" ; --# notpresent @@ -3995,30 +3660,24 @@ oper pagar_53 : Str -> Verbum = \pagar -> VPB (Pres Ind Pl P1) => pag_ + "amos" ; VPB (Pres Ind Pl P2) => pag_ + "is" ; VPB (Pres Ind Pl P3) => pag_ + "an" ; - VPB (Pres Sub Sg P1) => pag_ + "ue" ; - VPB (Pres Sub Sg P2) => pag_ + "ues" ; - VPB (Pres Sub Sg P3) => pag_ + "ue" ; - VPB (Pres Sub Pl P1) => pag_ + "uemos" ; - VPB (Pres Sub Pl P2) => pag_ + "uis" ; - VPB (Pres Sub Pl P3) => pag_ + "uen" ; + VPB (Pres Subj Sg P1) => pag_ + "ue" ; + VPB (Pres Subj Sg P2) => pag_ + "ues" ; + VPB (Pres Subj Sg P3) => pag_ + "ue" ; + VPB (Pres Subj Pl P1) => pag_ + "uemos" ; + VPB (Pres Subj Pl P2) => pag_ + "uis" ; + VPB (Pres Subj Pl P3) => pag_ + "uen" ; VPB (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => pag_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => pag_ + "ara" ; --# notpresent - VPB (Impf Sub Sg P2) => pag_ + "aras" ; --# notpresent - VPB (Impf Sub Sg P3) => pag_ + "ara" ; --# notpresent - VPB (Impf Sub Pl P1) => pag_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => pag_ + "arais" ; --# notpresent - VPB (Impf Sub Pl P3) => pag_ + "aran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => pag_ + "ase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => pag_ + "ases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => pag_ + "ase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => pag_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => pag_ + "aseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => pag_ + "asen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pag_ + "ramos" ; pag_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent VPB (Pret Sg P1) => pag_ + "u" ; --# notpresent VPB (Pret Sg P2) => pag_ + "aste" ; --# notpresent VPB (Pret Sg P3) => pag_ + "" ; --# notpresent @@ -4031,12 +3690,12 @@ oper pagar_53 : Str -> Verbum = \pagar -> VPB (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => pag_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => pag_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => pag_ + "are" ; --# notpresent - VPB (Fut Sub Sg P2) => pag_ + "ares" ; --# notpresent - VPB (Fut Sub Sg P3) => pag_ + "are" ; --# notpresent - VPB (Fut Sub Pl P1) => pag_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => pag_ + "areis" ; --# notpresent - VPB (Fut Sub Pl P3) => pag_ + "aren" ; --# notpresent + VPB (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => pag_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent VPB (Cond Sg P1) => pag_ + "ara" ; --# notpresent VPB (Cond Sg P2) => pag_ + "aras" ; --# notpresent VPB (Cond Sg P3) => pag_ + "ara" ; --# notpresent @@ -4067,30 +3726,24 @@ oper parecer_54 : Str -> Verbum = \parecer -> VPB (Pres Ind Pl P1) => pare_ + "cemos" ; VPB (Pres Ind Pl P2) => pare_ + "cis" ; VPB (Pres Ind Pl P3) => pare_ + "cen" ; - VPB (Pres Sub Sg P1) => pare_ + "zca" ; - VPB (Pres Sub Sg P2) => pare_ + "zcas" ; - VPB (Pres Sub Sg P3) => pare_ + "zca" ; - VPB (Pres Sub Pl P1) => pare_ + "zcamos" ; - VPB (Pres Sub Pl P2) => pare_ + "zcis" ; - VPB (Pres Sub Pl P3) => pare_ + "zcan" ; + VPB (Pres Subj Sg P1) => pare_ + "zca" ; + VPB (Pres Subj Sg P2) => pare_ + "zcas" ; + VPB (Pres Subj Sg P3) => pare_ + "zca" ; + VPB (Pres Subj Pl P1) => pare_ + "zcamos" ; + VPB (Pres Subj Pl P2) => pare_ + "zcis" ; + VPB (Pres Subj Pl P3) => pare_ + "zcan" ; VPB (Impf Ind Sg P1) => pare_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => pare_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => pare_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => pare_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => pare_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => pare_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => pare_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => pare_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => pare_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => pare_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => pare_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => pare_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => pare_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => pare_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => pare_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => pare_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => pare_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => pare_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pare_ + "ciramos" ; pare_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => pare_ + "c" ; --# notpresent VPB (Pret Sg P2) => pare_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => pare_ + "ci" ; --# notpresent @@ -4103,12 +3756,12 @@ oper parecer_54 : Str -> Verbum = \parecer -> VPB (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => pare_ + "ceris" ; --# notpresent VPB (Fut Ind Pl P3) => pare_ + "cern" ; --# notpresent - VPB (Fut Sub Sg P1) => pare_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => pare_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => pare_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => pare_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => pare_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => pare_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => pare_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => pare_ + "cera" ; --# notpresent VPB (Cond Sg P2) => pare_ + "ceras" ; --# notpresent VPB (Cond Sg P3) => pare_ + "cera" ; --# notpresent @@ -4139,30 +3792,24 @@ oper pedir_55 : Str -> Verbum = \pedir -> VPB (Pres Ind Pl P1) => p_ + "edimos" ; VPB (Pres Ind Pl P2) => p_ + "eds" ; VPB (Pres Ind Pl P3) => p_ + "iden" ; - VPB (Pres Sub Sg P1) => p_ + "ida" ; - VPB (Pres Sub Sg P2) => p_ + "idas" ; - VPB (Pres Sub Sg P3) => p_ + "ida" ; - VPB (Pres Sub Pl P1) => p_ + "idamos" ; - VPB (Pres Sub Pl P2) => p_ + "idis" ; - VPB (Pres Sub Pl P3) => p_ + "idan" ; + VPB (Pres Subj Sg P1) => p_ + "ida" ; + VPB (Pres Subj Sg P2) => p_ + "idas" ; + VPB (Pres Subj Sg P3) => p_ + "ida" ; + VPB (Pres Subj Pl P1) => p_ + "idamos" ; + VPB (Pres Subj Pl P2) => p_ + "idis" ; + VPB (Pres Subj Pl P3) => p_ + "idan" ; VPB (Impf Ind Sg P1) => p_ + "eda" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "edas" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "eda" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "edamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "edais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "edan" ; --# notpresent - VPB (Impf Sub Sg P1) => p_ + "idiera" ; --# notpresent - VPB (Impf Sub Sg P2) => p_ + "idieras" ; --# notpresent - VPB (Impf Sub Sg P3) => p_ + "idiera" ; --# notpresent - VPB (Impf Sub Pl P1) => p_ + "idiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => p_ + "idierais" ; --# notpresent - VPB (Impf Sub Pl P3) => p_ + "idieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => p_ + "idiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => p_ + "idieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => p_ + "idiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => p_ + "idisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => p_ + "idieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => p_ + "idiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "idiramos" ; p_ + "idisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent VPB (Pret Sg P1) => p_ + "ed" ; --# notpresent VPB (Pret Sg P2) => p_ + "ediste" ; --# notpresent VPB (Pret Sg P3) => p_ + "idi" ; --# notpresent @@ -4175,12 +3822,12 @@ oper pedir_55 : Str -> Verbum = \pedir -> VPB (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ediris" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "edirn" ; --# notpresent - VPB (Fut Sub Sg P1) => p_ + "idiere" ; --# notpresent - VPB (Fut Sub Sg P2) => p_ + "idieres" ; --# notpresent - VPB (Fut Sub Sg P3) => p_ + "idiere" ; --# notpresent - VPB (Fut Sub Pl P1) => p_ + "idiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => p_ + "idiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => p_ + "idieren" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "idiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "edira" ; --# notpresent VPB (Cond Sg P2) => p_ + "ediras" ; --# notpresent VPB (Cond Sg P3) => p_ + "edira" ; --# notpresent @@ -4211,30 +3858,24 @@ oper pensar_56 : Str -> Verbum = \pensar -> VPB (Pres Ind Pl P1) => p_ + "ensamos" ; VPB (Pres Ind Pl P2) => p_ + "ensis" ; VPB (Pres Ind Pl P3) => p_ + "iensan" ; - VPB (Pres Sub Sg P1) => p_ + "iense" ; - VPB (Pres Sub Sg P2) => p_ + "ienses" ; - VPB (Pres Sub Sg P3) => p_ + "iense" ; - VPB (Pres Sub Pl P1) => p_ + "ensemos" ; - VPB (Pres Sub Pl P2) => p_ + "ensis" ; - VPB (Pres Sub Pl P3) => p_ + "iensen" ; + VPB (Pres Subj Sg P1) => p_ + "iense" ; + VPB (Pres Subj Sg P2) => p_ + "ienses" ; + VPB (Pres Subj Sg P3) => p_ + "iense" ; + VPB (Pres Subj Pl P1) => p_ + "ensemos" ; + VPB (Pres Subj Pl P2) => p_ + "ensis" ; + VPB (Pres Subj Pl P3) => p_ + "iensen" ; VPB (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "ensbamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent - VPB (Impf Sub Sg P1) => p_ + "ensara" ; --# notpresent - VPB (Impf Sub Sg P2) => p_ + "ensaras" ; --# notpresent - VPB (Impf Sub Sg P3) => p_ + "ensara" ; --# notpresent - VPB (Impf Sub Pl P1) => p_ + "ensramos" ; --# notpresent - VPB (Impf Sub Pl P2) => p_ + "ensarais" ; --# notpresent - VPB (Impf Sub Pl P3) => p_ + "ensaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => p_ + "ensase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => p_ + "ensases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => p_ + "ensase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => p_ + "enssemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => p_ + "ensaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => p_ + "ensasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "ensramos" ; p_ + "enssemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent VPB (Pret Sg P1) => p_ + "ens" ; --# notpresent VPB (Pret Sg P2) => p_ + "ensaste" ; --# notpresent VPB (Pret Sg P3) => p_ + "ens" ; --# notpresent @@ -4247,12 +3888,12 @@ oper pensar_56 : Str -> Verbum = \pensar -> VPB (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ensaris" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "ensarn" ; --# notpresent - VPB (Fut Sub Sg P1) => p_ + "ensare" ; --# notpresent - VPB (Fut Sub Sg P2) => p_ + "ensares" ; --# notpresent - VPB (Fut Sub Sg P3) => p_ + "ensare" ; --# notpresent - VPB (Fut Sub Pl P1) => p_ + "ensremos" ; --# notpresent - VPB (Fut Sub Pl P2) => p_ + "ensareis" ; --# notpresent - VPB (Fut Sub Pl P3) => p_ + "ensaren" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "ensremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent VPB (Cond Sg P1) => p_ + "ensara" ; --# notpresent VPB (Cond Sg P2) => p_ + "ensaras" ; --# notpresent VPB (Cond Sg P3) => p_ + "ensara" ; --# notpresent @@ -4272,8 +3913,7 @@ oper pensar_56 : Str -> Verbum = \pensar -> } } ; oper placer_57 : Str -> Verbum = \placer -> - let pl_ = Predef.tk 4 placer ; - pl_verbum : (_,_,_ : Str) -> Verbum = \mut1,mut2,mut3 -> + let pl_ = Predef.tk 4 placer in {s = table { VI Infn => pl_ + "acer" ; VI Ger => pl_ + "aciendo" ; @@ -4284,48 +3924,42 @@ oper placer_57 : Str -> Verbum = \placer -> VPB (Pres Ind Pl P1) => pl_ + "acemos" ; VPB (Pres Ind Pl P2) => pl_ + "acis" ; VPB (Pres Ind Pl P3) => pl_ + "acen" ; - VPB (Pres Sub Sg P1) => pl_ + "azca" ; - VPB (Pres Sub Sg P2) => pl_ + "azcas" ; - VPB (Pres Sub Sg P3) => pl_ + mut3 ; - VPB (Pres Sub Pl P1) => pl_ + "azcamos" ; - VPB (Pres Sub Pl P2) => pl_ + "azcis" ; - VPB (Pres Sub Pl P3) => pl_ + "azcan" ; + VPB (Pres Subj Sg P1) => pl_ + "azca" ; + VPB (Pres Subj Sg P2) => pl_ + "azcas" ; + VPB (Pres Subj Sg P3) => variants {pl_ + "azca" ; pl_ + "egue" ; pl_ + "ega"} ; + VPB (Pres Subj Pl P1) => pl_ + "azcamos" ; + VPB (Pres Subj Pl P2) => pl_ + "azcis" ; + VPB (Pres Subj Pl P3) => pl_ + "azcan" ; VPB (Impf Ind Sg P1) => pl_ + "aca" ; --# notpresent VPB (Impf Ind Sg P2) => pl_ + "acas" ; --# notpresent VPB (Impf Ind Sg P3) => pl_ + "aca" ; --# notpresent VPB (Impf Ind Pl P1) => pl_ + "acamos" ; --# notpresent VPB (Impf Ind Pl P2) => pl_ + "acais" ; --# notpresent VPB (Impf Ind Pl P3) => pl_ + "acan" ; --# notpresent - VPB (Impf Sub Sg P1) => pl_ + "aciera" ; --# notpresent - VPB (Impf Sub Sg P2) => pl_ + "acieras" ; --# notpresent - VPB (Impf Sub Sg P3) => pl_ + mut1 + "era" ; --# notpresent - VPB (Impf Sub Pl P1) => pl_ + "aciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => pl_ + "acierais" ; --# notpresent - VPB (Impf Sub Pl P3) => pl_ + "acieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => pl_ + "aciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => pl_ + "acieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => pl_ + mut1 + "ese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => pl_ + "acisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => pl_ + "acieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => pl_ + "aciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pl_ + "aciramos" ; pl_ + "acisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent VPB (Pret Sg P1) => pl_ + "ac" ; --# notpresent VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent - VPB (Pret Sg P3) => pl_ + mut2 ; --# notpresent + VPB (Pret Sg P3) => variants {pl_ + "aci" ; pl_ + "ugo"} ; --# notpresent VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent - VPB (Pret Pl P3) => pl_ + mut1 + "eron" ; --# notpresent + VPB (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent VPB (Fut Ind Sg P1) => pl_ + "acer" ; --# notpresent VPB (Fut Ind Sg P2) => pl_ + "acers" ; --# notpresent VPB (Fut Ind Sg P3) => pl_ + "acer" ; --# notpresent VPB (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent VPB (Fut Ind Pl P2) => pl_ + "aceris" ; --# notpresent VPB (Fut Ind Pl P3) => pl_ + "acern" ; --# notpresent - VPB (Fut Sub Sg P1) => pl_ + "aciere" ; --# notpresent - VPB (Fut Sub Sg P2) => pl_ + "acieres" ; --# notpresent - VPB (Fut Sub Sg P3) => pl_ + mut1 + "ere" ; --# notpresent - VPB (Fut Sub Pl P1) => pl_ + "aciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => pl_ + "aciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => pl_ + "acieren" ; --# notpresent + VPB (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent + VPB (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent + VPB (Fut Subj Pl P1) => pl_ + "aciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent VPB (Cond Sg P1) => pl_ + "acera" ; --# notpresent VPB (Cond Sg P2) => pl_ + "aceras" ; --# notpresent VPB (Cond Sg P3) => pl_ + "acera" ; --# notpresent @@ -4343,11 +3977,7 @@ oper placer_57 : Str -> Verbum = \placer -> VPB (Pass Pl Masc) => pl_ + "acidos" ; VPB (Pass Pl Fem) => pl_ + "acidas" } - } - in variants {pl_verbum "aci" "aci" "azca" ; - pl_verbum "ugui" "ugo" (variants {pl_ + "egue" ; pl_ + "ega"}) ; - } ; - + } ; oper poder_58 : Str -> Verbum = \poder -> let p_ = Predef.tk 4 poder in {s = table { @@ -4360,30 +3990,24 @@ oper poder_58 : Str -> Verbum = \poder -> VPB (Pres Ind Pl P1) => p_ + "odemos" ; VPB (Pres Ind Pl P2) => p_ + "odis" ; VPB (Pres Ind Pl P3) => p_ + "ueden" ; - VPB (Pres Sub Sg P1) => p_ + "ueda" ; - VPB (Pres Sub Sg P2) => p_ + "uedas" ; - VPB (Pres Sub Sg P3) => p_ + "ueda" ; - VPB (Pres Sub Pl P1) => p_ + "odamos" ; - VPB (Pres Sub Pl P2) => p_ + "odis" ; - VPB (Pres Sub Pl P3) => p_ + "uedan" ; + VPB (Pres Subj Sg P1) => p_ + "ueda" ; + VPB (Pres Subj Sg P2) => p_ + "uedas" ; + VPB (Pres Subj Sg P3) => p_ + "ueda" ; + VPB (Pres Subj Pl P1) => p_ + "odamos" ; + VPB (Pres Subj Pl P2) => p_ + "odis" ; + VPB (Pres Subj Pl P3) => p_ + "uedan" ; VPB (Impf Ind Sg P1) => p_ + "oda" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "odas" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "oda" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "odamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "odais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "odan" ; --# notpresent - VPB (Impf Sub Sg P1) => p_ + "udiera" ; --# notpresent - VPB (Impf Sub Sg P2) => p_ + "udieras" ; --# notpresent - VPB (Impf Sub Sg P3) => p_ + "udiera" ; --# notpresent - VPB (Impf Sub Pl P1) => p_ + "udiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => p_ + "udierais" ; --# notpresent - VPB (Impf Sub Pl P3) => p_ + "udieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => p_ + "udiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => p_ + "udieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => p_ + "udiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => p_ + "udisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => p_ + "udieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => p_ + "udiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "udiramos" ; p_ + "udisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent VPB (Pret Sg P1) => p_ + "ude" ; --# notpresent VPB (Pret Sg P2) => p_ + "udiste" ; --# notpresent VPB (Pret Sg P3) => p_ + "udo" ; --# notpresent @@ -4396,12 +4020,12 @@ oper poder_58 : Str -> Verbum = \poder -> VPB (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "odris" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "odrn" ; --# notpresent - VPB (Fut Sub Sg P1) => p_ + "udiere" ; --# notpresent - VPB (Fut Sub Sg P2) => p_ + "udieres" ; --# notpresent - VPB (Fut Sub Sg P3) => p_ + "udiere" ; --# notpresent - VPB (Fut Sub Pl P1) => p_ + "udiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => p_ + "udiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => p_ + "udieren" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "udiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "odra" ; --# notpresent VPB (Cond Sg P2) => p_ + "odras" ; --# notpresent VPB (Cond Sg P3) => p_ + "odra" ; --# notpresent @@ -4432,30 +4056,24 @@ oper poner_60 : Str -> Verbum = \poner -> VPB (Pres Ind Pl P1) => p_ + "onemos" ; VPB (Pres Ind Pl P2) => p_ + "onis" ; VPB (Pres Ind Pl P3) => p_ + "onen" ; - VPB (Pres Sub Sg P1) => p_ + "onga" ; - VPB (Pres Sub Sg P2) => p_ + "ongas" ; - VPB (Pres Sub Sg P3) => p_ + "onga" ; - VPB (Pres Sub Pl P1) => p_ + "ongamos" ; - VPB (Pres Sub Pl P2) => p_ + "ongis" ; - VPB (Pres Sub Pl P3) => p_ + "ongan" ; + VPB (Pres Subj Sg P1) => p_ + "onga" ; + VPB (Pres Subj Sg P2) => p_ + "ongas" ; + VPB (Pres Subj Sg P3) => p_ + "onga" ; + VPB (Pres Subj Pl P1) => p_ + "ongamos" ; + VPB (Pres Subj Pl P2) => p_ + "ongis" ; + VPB (Pres Subj Pl P3) => p_ + "ongan" ; VPB (Impf Ind Sg P1) => p_ + "ona" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "onas" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "ona" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "onamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "onais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "onan" ; --# notpresent - VPB (Impf Sub Sg P1) => p_ + "usiera" ; --# notpresent - VPB (Impf Sub Sg P2) => p_ + "usieras" ; --# notpresent - VPB (Impf Sub Sg P3) => p_ + "usiera" ; --# notpresent - VPB (Impf Sub Pl P1) => p_ + "usiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => p_ + "usierais" ; --# notpresent - VPB (Impf Sub Pl P3) => p_ + "usieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => p_ + "usiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => p_ + "usieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => p_ + "usiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => p_ + "usisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => p_ + "usieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => p_ + "usiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "usiramos" ; p_ + "usisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent VPB (Pret Sg P1) => p_ + "use" ; --# notpresent VPB (Pret Sg P2) => p_ + "usiste" ; --# notpresent VPB (Pret Sg P3) => p_ + "uso" ; --# notpresent @@ -4468,12 +4086,12 @@ oper poner_60 : Str -> Verbum = \poner -> VPB (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ondris" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "ondrn" ; --# notpresent - VPB (Fut Sub Sg P1) => p_ + "usiere" ; --# notpresent - VPB (Fut Sub Sg P2) => p_ + "usieres" ; --# notpresent - VPB (Fut Sub Sg P3) => p_ + "usiere" ; --# notpresent - VPB (Fut Sub Pl P1) => p_ + "usiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => p_ + "usiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => p_ + "usieren" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "usiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "ondra" ; --# notpresent VPB (Cond Sg P2) => p_ + "ondras" ; --# notpresent VPB (Cond Sg P3) => p_ + "ondra" ; --# notpresent @@ -4504,30 +4122,24 @@ oper predecir_61 : Str -> Verbum = \predecir -> VPB (Pres Ind Pl P1) => pred_ + "ecimos" ; VPB (Pres Ind Pl P2) => pred_ + "ecs" ; VPB (Pres Ind Pl P3) => pred_ + "icen" ; - VPB (Pres Sub Sg P1) => pred_ + "iga" ; - VPB (Pres Sub Sg P2) => pred_ + "igas" ; - VPB (Pres Sub Sg P3) => pred_ + "iga" ; - VPB (Pres Sub Pl P1) => pred_ + "igamos" ; - VPB (Pres Sub Pl P2) => pred_ + "igis" ; - VPB (Pres Sub Pl P3) => pred_ + "igan" ; + VPB (Pres Subj Sg P1) => pred_ + "iga" ; + VPB (Pres Subj Sg P2) => pred_ + "igas" ; + VPB (Pres Subj Sg P3) => pred_ + "iga" ; + VPB (Pres Subj Pl P1) => pred_ + "igamos" ; + VPB (Pres Subj Pl P2) => pred_ + "igis" ; + VPB (Pres Subj Pl P3) => pred_ + "igan" ; VPB (Impf Ind Sg P1) => pred_ + "eca" ; --# notpresent VPB (Impf Ind Sg P2) => pred_ + "ecas" ; --# notpresent VPB (Impf Ind Sg P3) => pred_ + "eca" ; --# notpresent VPB (Impf Ind Pl P1) => pred_ + "ecamos" ; --# notpresent VPB (Impf Ind Pl P2) => pred_ + "ecais" ; --# notpresent VPB (Impf Ind Pl P3) => pred_ + "ecan" ; --# notpresent - VPB (Impf Sub Sg P1) => pred_ + "ijera" ; --# notpresent - VPB (Impf Sub Sg P2) => pred_ + "ijeras" ; --# notpresent - VPB (Impf Sub Sg P3) => pred_ + "ijera" ; --# notpresent - VPB (Impf Sub Pl P1) => pred_ + "ijramos" ; --# notpresent - VPB (Impf Sub Pl P2) => pred_ + "ijerais" ; --# notpresent - VPB (Impf Sub Pl P3) => pred_ + "ijeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => pred_ + "ijese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => pred_ + "ijeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => pred_ + "ijese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => pred_ + "ijsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => pred_ + "ijeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => pred_ + "ijesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pred_ + "ijramos" ; pred_ + "ijsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent VPB (Pret Sg P1) => pred_ + "ije" ; --# notpresent VPB (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent VPB (Pret Sg P3) => pred_ + "ijo" ; --# notpresent @@ -4540,12 +4152,12 @@ oper predecir_61 : Str -> Verbum = \predecir -> VPB (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent VPB (Fut Ind Pl P2) => pred_ + "eciris" ; --# notpresent VPB (Fut Ind Pl P3) => pred_ + "ecirn" ; --# notpresent - VPB (Fut Sub Sg P1) => pred_ + "ijere" ; --# notpresent - VPB (Fut Sub Sg P2) => pred_ + "ijeres" ; --# notpresent - VPB (Fut Sub Sg P3) => pred_ + "ijere" ; --# notpresent - VPB (Fut Sub Pl P1) => pred_ + "ijremos" ; --# notpresent - VPB (Fut Sub Pl P2) => pred_ + "ijereis" ; --# notpresent - VPB (Fut Sub Pl P3) => pred_ + "ijeren" ; --# notpresent + VPB (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => pred_ + "ijremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent VPB (Cond Sg P1) => pred_ + "ecira" ; --# notpresent VPB (Cond Sg P2) => pred_ + "eciras" ; --# notpresent VPB (Cond Sg P3) => pred_ + "ecira" ; --# notpresent @@ -4576,30 +4188,24 @@ oper producir_62 : Str -> Verbum = \producir -> VPB (Pres Ind Pl P1) => produ_ + "cimos" ; VPB (Pres Ind Pl P2) => produ_ + "cs" ; VPB (Pres Ind Pl P3) => produ_ + "cen" ; - VPB (Pres Sub Sg P1) => produ_ + "zca" ; - VPB (Pres Sub Sg P2) => produ_ + "zcas" ; - VPB (Pres Sub Sg P3) => produ_ + "zca" ; - VPB (Pres Sub Pl P1) => produ_ + "zcamos" ; - VPB (Pres Sub Pl P2) => produ_ + "zcis" ; - VPB (Pres Sub Pl P3) => produ_ + "zcan" ; + VPB (Pres Subj Sg P1) => produ_ + "zca" ; + VPB (Pres Subj Sg P2) => produ_ + "zcas" ; + VPB (Pres Subj Sg P3) => produ_ + "zca" ; + VPB (Pres Subj Pl P1) => produ_ + "zcamos" ; + VPB (Pres Subj Pl P2) => produ_ + "zcis" ; + VPB (Pres Subj Pl P3) => produ_ + "zcan" ; VPB (Impf Ind Sg P1) => produ_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => produ_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => produ_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => produ_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => produ_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => produ_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => produ_ + "jera" ; --# notpresent - VPB (Impf Sub Sg P2) => produ_ + "jeras" ; --# notpresent - VPB (Impf Sub Sg P3) => produ_ + "jera" ; --# notpresent - VPB (Impf Sub Pl P1) => produ_ + "jramos" ; --# notpresent - VPB (Impf Sub Pl P2) => produ_ + "jerais" ; --# notpresent - VPB (Impf Sub Pl P3) => produ_ + "jeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => produ_ + "jese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => produ_ + "jeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => produ_ + "jese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => produ_ + "jsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => produ_ + "jeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => produ_ + "jesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {produ_ + "jramos" ; produ_ + "jsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent VPB (Pret Sg P1) => produ_ + "je" ; --# notpresent VPB (Pret Sg P2) => produ_ + "jiste" ; --# notpresent VPB (Pret Sg P3) => produ_ + "jo" ; --# notpresent @@ -4612,12 +4218,12 @@ oper producir_62 : Str -> Verbum = \producir -> VPB (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => produ_ + "ciris" ; --# notpresent VPB (Fut Ind Pl P3) => produ_ + "cirn" ; --# notpresent - VPB (Fut Sub Sg P1) => produ_ + "jere" ; --# notpresent - VPB (Fut Sub Sg P2) => produ_ + "jeres" ; --# notpresent - VPB (Fut Sub Sg P3) => produ_ + "jere" ; --# notpresent - VPB (Fut Sub Pl P1) => produ_ + "jremos" ; --# notpresent - VPB (Fut Sub Pl P2) => produ_ + "jereis" ; --# notpresent - VPB (Fut Sub Pl P3) => produ_ + "jeren" ; --# notpresent + VPB (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent + VPB (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Pl P1) => produ_ + "jremos" ; --# notpresent + VPB (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent + VPB (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent VPB (Cond Sg P1) => produ_ + "cira" ; --# notpresent VPB (Cond Sg P2) => produ_ + "ciras" ; --# notpresent VPB (Cond Sg P3) => produ_ + "cira" ; --# notpresent @@ -4648,30 +4254,24 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VPB (Pres Ind Pl P1) => proh_ + "ibimos" ; VPB (Pres Ind Pl P2) => proh_ + "ibs" ; VPB (Pres Ind Pl P3) => proh_ + "ben" ; - VPB (Pres Sub Sg P1) => proh_ + "ba" ; - VPB (Pres Sub Sg P2) => proh_ + "bas" ; - VPB (Pres Sub Sg P3) => proh_ + "ba" ; - VPB (Pres Sub Pl P1) => proh_ + "ibamos" ; - VPB (Pres Sub Pl P2) => proh_ + "ibis" ; - VPB (Pres Sub Pl P3) => proh_ + "ban" ; + VPB (Pres Subj Sg P1) => proh_ + "ba" ; + VPB (Pres Subj Sg P2) => proh_ + "bas" ; + VPB (Pres Subj Sg P3) => proh_ + "ba" ; + VPB (Pres Subj Pl P1) => proh_ + "ibamos" ; + VPB (Pres Subj Pl P2) => proh_ + "ibis" ; + VPB (Pres Subj Pl P3) => proh_ + "ban" ; VPB (Impf Ind Sg P1) => proh_ + "iba" ; --# notpresent VPB (Impf Ind Sg P2) => proh_ + "ibas" ; --# notpresent VPB (Impf Ind Sg P3) => proh_ + "iba" ; --# notpresent VPB (Impf Ind Pl P1) => proh_ + "ibamos" ; --# notpresent VPB (Impf Ind Pl P2) => proh_ + "ibais" ; --# notpresent VPB (Impf Ind Pl P3) => proh_ + "iban" ; --# notpresent - VPB (Impf Sub Sg P1) => proh_ + "ibiera" ; --# notpresent - VPB (Impf Sub Sg P2) => proh_ + "ibieras" ; --# notpresent - VPB (Impf Sub Sg P3) => proh_ + "ibiera" ; --# notpresent - VPB (Impf Sub Pl P1) => proh_ + "ibiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => proh_ + "ibierais" ; --# notpresent - VPB (Impf Sub Pl P3) => proh_ + "ibieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => proh_ + "ibiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => proh_ + "ibieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => proh_ + "ibiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => proh_ + "ibisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => proh_ + "ibieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => proh_ + "ibiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {proh_ + "ibiramos" ; proh_ + "ibisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent VPB (Pret Sg P1) => proh_ + "ib" ; --# notpresent VPB (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent VPB (Pret Sg P3) => proh_ + "ibi" ; --# notpresent @@ -4684,12 +4284,12 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VPB (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent VPB (Fut Ind Pl P2) => proh_ + "ibiris" ; --# notpresent VPB (Fut Ind Pl P3) => proh_ + "ibirn" ; --# notpresent - VPB (Fut Sub Sg P1) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Sub Sg P2) => proh_ + "ibieres" ; --# notpresent - VPB (Fut Sub Sg P3) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Sub Pl P1) => proh_ + "ibiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => proh_ + "ibiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => proh_ + "ibieren" ; --# notpresent + VPB (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent + VPB (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Pl P1) => proh_ + "ibiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent VPB (Cond Sg P1) => proh_ + "ibira" ; --# notpresent VPB (Cond Sg P2) => proh_ + "ibiras" ; --# notpresent VPB (Cond Sg P3) => proh_ + "ibira" ; --# notpresent @@ -4720,30 +4320,24 @@ oper querer_64 : Str -> Verbum = \querer -> VPB (Pres Ind Pl P1) => qu_ + "eremos" ; VPB (Pres Ind Pl P2) => qu_ + "eris" ; VPB (Pres Ind Pl P3) => qu_ + "ieren" ; - VPB (Pres Sub Sg P1) => qu_ + "iera" ; - VPB (Pres Sub Sg P2) => qu_ + "ieras" ; - VPB (Pres Sub Sg P3) => qu_ + "iera" ; - VPB (Pres Sub Pl P1) => qu_ + "eramos" ; - VPB (Pres Sub Pl P2) => qu_ + "eris" ; - VPB (Pres Sub Pl P3) => qu_ + "ieran" ; + VPB (Pres Subj Sg P1) => qu_ + "iera" ; + VPB (Pres Subj Sg P2) => qu_ + "ieras" ; + VPB (Pres Subj Sg P3) => qu_ + "iera" ; + VPB (Pres Subj Pl P1) => qu_ + "eramos" ; + VPB (Pres Subj Pl P2) => qu_ + "eris" ; + VPB (Pres Subj Pl P3) => qu_ + "ieran" ; VPB (Impf Ind Sg P1) => qu_ + "era" ; --# notpresent VPB (Impf Ind Sg P2) => qu_ + "eras" ; --# notpresent VPB (Impf Ind Sg P3) => qu_ + "era" ; --# notpresent VPB (Impf Ind Pl P1) => qu_ + "eramos" ; --# notpresent VPB (Impf Ind Pl P2) => qu_ + "erais" ; --# notpresent VPB (Impf Ind Pl P3) => qu_ + "eran" ; --# notpresent - VPB (Impf Sub Sg P1) => qu_ + "isiera" ; --# notpresent - VPB (Impf Sub Sg P2) => qu_ + "isieras" ; --# notpresent - VPB (Impf Sub Sg P3) => qu_ + "isiera" ; --# notpresent - VPB (Impf Sub Pl P1) => qu_ + "isiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => qu_ + "isierais" ; --# notpresent - VPB (Impf Sub Pl P3) => qu_ + "isieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => qu_ + "isiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => qu_ + "isieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => qu_ + "isiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => qu_ + "isisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => qu_ + "isieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => qu_ + "isiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {qu_ + "isiramos" ; qu_ + "isisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent VPB (Pret Sg P1) => qu_ + "ise" ; --# notpresent VPB (Pret Sg P2) => qu_ + "isiste" ; --# notpresent VPB (Pret Sg P3) => qu_ + "iso" ; --# notpresent @@ -4756,12 +4350,12 @@ oper querer_64 : Str -> Verbum = \querer -> VPB (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent VPB (Fut Ind Pl P2) => qu_ + "erris" ; --# notpresent VPB (Fut Ind Pl P3) => qu_ + "errn" ; --# notpresent - VPB (Fut Sub Sg P1) => qu_ + "isiere" ; --# notpresent - VPB (Fut Sub Sg P2) => qu_ + "isieres" ; --# notpresent - VPB (Fut Sub Sg P3) => qu_ + "isiere" ; --# notpresent - VPB (Fut Sub Pl P1) => qu_ + "isiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => qu_ + "isiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => qu_ + "isieren" ; --# notpresent + VPB (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent + VPB (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Pl P1) => qu_ + "isiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent VPB (Cond Sg P1) => qu_ + "erra" ; --# notpresent VPB (Cond Sg P2) => qu_ + "erras" ; --# notpresent VPB (Cond Sg P3) => qu_ + "erra" ; --# notpresent @@ -4792,30 +4386,24 @@ oper raer_65 : Str -> Verbum = \raer -> VPB (Pres Ind Pl P1) => ra_ + "emos" ; VPB (Pres Ind Pl P2) => ra_ + "is" ; VPB (Pres Ind Pl P3) => ra_ + "en" ; - VPB (Pres Sub Sg P1) => ra_ + "iga" ; - VPB (Pres Sub Sg P2) => ra_ + "igas" ; - VPB (Pres Sub Sg P3) => ra_ + "iga" ; - VPB (Pres Sub Pl P1) => ra_ + "igamos" ; - VPB (Pres Sub Pl P2) => ra_ + "igis" ; - VPB (Pres Sub Pl P3) => ra_ + "igan" ; + VPB (Pres Subj Sg P1) => ra_ + "iga" ; + VPB (Pres Subj Sg P2) => ra_ + "igas" ; + VPB (Pres Subj Sg P3) => ra_ + "iga" ; + VPB (Pres Subj Pl P1) => ra_ + "igamos" ; + VPB (Pres Subj Pl P2) => ra_ + "igis" ; + VPB (Pres Subj Pl P3) => ra_ + "igan" ; VPB (Impf Ind Sg P1) => ra_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => ra_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => ra_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => ra_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => ra_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => ra_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => ra_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => ra_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => ra_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => ra_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ra_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => ra_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ra_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ra_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ra_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ra_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ra_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ra_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ra_ + "yramos" ; ra_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => ra_ + "" ; --# notpresent VPB (Pret Sg P2) => ra_ + "ste" ; --# notpresent VPB (Pret Sg P3) => ra_ + "y" ; --# notpresent @@ -4828,12 +4416,12 @@ oper raer_65 : Str -> Verbum = \raer -> VPB (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ra_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => ra_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => ra_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => ra_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => ra_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => ra_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ra_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => ra_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ra_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ra_ + "era" ; --# notpresent VPB (Cond Sg P2) => ra_ + "eras" ; --# notpresent VPB (Cond Sg P3) => ra_ + "era" ; --# notpresent @@ -4864,30 +4452,24 @@ oper regar_66 : Str -> Verbum = \regar -> VPB (Pres Ind Pl P1) => r_ + "egamos" ; VPB (Pres Ind Pl P2) => r_ + "egis" ; VPB (Pres Ind Pl P3) => r_ + "iegan" ; - VPB (Pres Sub Sg P1) => r_ + "iegue" ; - VPB (Pres Sub Sg P2) => r_ + "iegues" ; - VPB (Pres Sub Sg P3) => r_ + "iegue" ; - VPB (Pres Sub Pl P1) => r_ + "eguemos" ; - VPB (Pres Sub Pl P2) => r_ + "eguis" ; - VPB (Pres Sub Pl P3) => r_ + "ieguen" ; + VPB (Pres Subj Sg P1) => r_ + "iegue" ; + VPB (Pres Subj Sg P2) => r_ + "iegues" ; + VPB (Pres Subj Sg P3) => r_ + "iegue" ; + VPB (Pres Subj Pl P1) => r_ + "eguemos" ; + VPB (Pres Subj Pl P2) => r_ + "eguis" ; + VPB (Pres Subj Pl P3) => r_ + "ieguen" ; VPB (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent VPB (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent VPB (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent VPB (Impf Ind Pl P1) => r_ + "egbamos" ; --# notpresent VPB (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent VPB (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent - VPB (Impf Sub Sg P1) => r_ + "egara" ; --# notpresent - VPB (Impf Sub Sg P2) => r_ + "egaras" ; --# notpresent - VPB (Impf Sub Sg P3) => r_ + "egara" ; --# notpresent - VPB (Impf Sub Pl P1) => r_ + "egramos" ; --# notpresent - VPB (Impf Sub Pl P2) => r_ + "egarais" ; --# notpresent - VPB (Impf Sub Pl P3) => r_ + "egaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => r_ + "egase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => r_ + "egases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => r_ + "egase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => r_ + "egsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => r_ + "egaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => r_ + "egasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "egramos" ; r_ + "egsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent VPB (Pret Sg P1) => r_ + "egu" ; --# notpresent VPB (Pret Sg P2) => r_ + "egaste" ; --# notpresent VPB (Pret Sg P3) => r_ + "eg" ; --# notpresent @@ -4900,12 +4482,12 @@ oper regar_66 : Str -> Verbum = \regar -> VPB (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent VPB (Fut Ind Pl P2) => r_ + "egaris" ; --# notpresent VPB (Fut Ind Pl P3) => r_ + "egarn" ; --# notpresent - VPB (Fut Sub Sg P1) => r_ + "egare" ; --# notpresent - VPB (Fut Sub Sg P2) => r_ + "egares" ; --# notpresent - VPB (Fut Sub Sg P3) => r_ + "egare" ; --# notpresent - VPB (Fut Sub Pl P1) => r_ + "egremos" ; --# notpresent - VPB (Fut Sub Pl P2) => r_ + "egareis" ; --# notpresent - VPB (Fut Sub Pl P3) => r_ + "egaren" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "egremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent VPB (Cond Sg P1) => r_ + "egara" ; --# notpresent VPB (Cond Sg P2) => r_ + "egaras" ; --# notpresent VPB (Cond Sg P3) => r_ + "egara" ; --# notpresent @@ -4936,30 +4518,24 @@ oper re VPB (Pres Ind Pl P1) => r_ + "eimos" ; VPB (Pres Ind Pl P2) => r_ + "es" ; VPB (Pres Ind Pl P3) => r_ + "ien" ; - VPB (Pres Sub Sg P1) => r_ + "ia" ; - VPB (Pres Sub Sg P2) => r_ + "ias" ; - VPB (Pres Sub Sg P3) => r_ + "ia" ; - VPB (Pres Sub Pl P1) => r_ + "iamos" ; - VPB (Pres Sub Pl P2) => r_ + "iis" ; - VPB (Pres Sub Pl P3) => r_ + "ian" ; + VPB (Pres Subj Sg P1) => r_ + "ia" ; + VPB (Pres Subj Sg P2) => r_ + "ias" ; + VPB (Pres Subj Sg P3) => r_ + "ia" ; + VPB (Pres Subj Pl P1) => r_ + "iamos" ; + VPB (Pres Subj Pl P2) => r_ + "iis" ; + VPB (Pres Subj Pl P3) => r_ + "ian" ; VPB (Impf Ind Sg P1) => r_ + "ea" ; --# notpresent VPB (Impf Ind Sg P2) => r_ + "eas" ; --# notpresent VPB (Impf Ind Sg P3) => r_ + "ea" ; --# notpresent VPB (Impf Ind Pl P1) => r_ + "eamos" ; --# notpresent VPB (Impf Ind Pl P2) => r_ + "eais" ; --# notpresent VPB (Impf Ind Pl P3) => r_ + "ean" ; --# notpresent - VPB (Impf Sub Sg P1) => r_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => r_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => r_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => r_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => r_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => r_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => r_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => r_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => r_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => r_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => r_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => r_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "ieras" ; r_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "iramos" ; r_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "ierais" ; r_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "ieran" ; r_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => r_ + "e" ; --# notpresent VPB (Pret Sg P2) => r_ + "eiste" ; --# notpresent VPB (Pret Sg P3) => r_ + "i" ; --# notpresent @@ -4972,12 +4548,12 @@ oper re VPB (Fut Ind Pl P1) => r_ + "eiremos" ; --# notpresent VPB (Fut Ind Pl P2) => r_ + "eiris" ; --# notpresent VPB (Fut Ind Pl P3) => r_ + "eirn" ; --# notpresent - VPB (Fut Sub Sg P1) => r_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => r_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => r_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => r_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => r_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => r_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => r_ + "eira" ; --# notpresent VPB (Cond Sg P2) => r_ + "eiras" ; --# notpresent VPB (Cond Sg P3) => r_ + "eira" ; --# notpresent @@ -5008,30 +4584,24 @@ oper reunir_69 : Str -> Verbum = \reunir -> VPB (Pres Ind Pl P1) => re_ + "unimos" ; VPB (Pres Ind Pl P2) => re_ + "uns" ; VPB (Pres Ind Pl P3) => re_ + "nen" ; - VPB (Pres Sub Sg P1) => re_ + "na" ; - VPB (Pres Sub Sg P2) => re_ + "nas" ; - VPB (Pres Sub Sg P3) => re_ + "na" ; - VPB (Pres Sub Pl P1) => re_ + "unamos" ; - VPB (Pres Sub Pl P2) => re_ + "unis" ; - VPB (Pres Sub Pl P3) => re_ + "nan" ; + VPB (Pres Subj Sg P1) => re_ + "na" ; + VPB (Pres Subj Sg P2) => re_ + "nas" ; + VPB (Pres Subj Sg P3) => re_ + "na" ; + VPB (Pres Subj Pl P1) => re_ + "unamos" ; + VPB (Pres Subj Pl P2) => re_ + "unis" ; + VPB (Pres Subj Pl P3) => re_ + "nan" ; VPB (Impf Ind Sg P1) => re_ + "una" ; --# notpresent VPB (Impf Ind Sg P2) => re_ + "unas" ; --# notpresent VPB (Impf Ind Sg P3) => re_ + "una" ; --# notpresent VPB (Impf Ind Pl P1) => re_ + "unamos" ; --# notpresent VPB (Impf Ind Pl P2) => re_ + "unais" ; --# notpresent VPB (Impf Ind Pl P3) => re_ + "unan" ; --# notpresent - VPB (Impf Sub Sg P1) => re_ + "uniera" ; --# notpresent - VPB (Impf Sub Sg P2) => re_ + "unieras" ; --# notpresent - VPB (Impf Sub Sg P3) => re_ + "uniera" ; --# notpresent - VPB (Impf Sub Pl P1) => re_ + "uniramos" ; --# notpresent - VPB (Impf Sub Pl P2) => re_ + "unierais" ; --# notpresent - VPB (Impf Sub Pl P3) => re_ + "unieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => re_ + "uniese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => re_ + "unieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => re_ + "uniese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => re_ + "unisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => re_ + "unieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => re_ + "uniesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {re_ + "uniramos" ; re_ + "unisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent VPB (Pret Sg P1) => re_ + "un" ; --# notpresent VPB (Pret Sg P2) => re_ + "uniste" ; --# notpresent VPB (Pret Sg P3) => re_ + "uni" ; --# notpresent @@ -5044,12 +4614,12 @@ oper reunir_69 : Str -> Verbum = \reunir -> VPB (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent VPB (Fut Ind Pl P2) => re_ + "uniris" ; --# notpresent VPB (Fut Ind Pl P3) => re_ + "unirn" ; --# notpresent - VPB (Fut Sub Sg P1) => re_ + "uniere" ; --# notpresent - VPB (Fut Sub Sg P2) => re_ + "unieres" ; --# notpresent - VPB (Fut Sub Sg P3) => re_ + "uniere" ; --# notpresent - VPB (Fut Sub Pl P1) => re_ + "uniremos" ; --# notpresent - VPB (Fut Sub Pl P2) => re_ + "uniereis" ; --# notpresent - VPB (Fut Sub Pl P3) => re_ + "unieren" ; --# notpresent + VPB (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent + VPB (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Pl P1) => re_ + "uniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent VPB (Cond Sg P1) => re_ + "unira" ; --# notpresent VPB (Cond Sg P2) => re_ + "uniras" ; --# notpresent VPB (Cond Sg P3) => re_ + "unira" ; --# notpresent @@ -5080,30 +4650,24 @@ oper roer_70 : Str -> Verbum = \roer -> VPB (Pres Ind Pl P1) => ro_ + "emos" ; VPB (Pres Ind Pl P2) => ro_ + "is" ; VPB (Pres Ind Pl P3) => ro_ + "en" ; - VPB (Pres Sub Sg P1) => ro_ + "a" ; - VPB (Pres Sub Sg P2) => ro_ + "as" ; - VPB (Pres Sub Sg P3) => ro_ + "a" ; - VPB (Pres Sub Pl P1) => ro_ + "amos" ; - VPB (Pres Sub Pl P2) => ro_ + "is" ; - VPB (Pres Sub Pl P3) => ro_ + "an" ; + VPB (Pres Subj Sg P1) => ro_ + "a" ; + VPB (Pres Subj Sg P2) => ro_ + "as" ; + VPB (Pres Subj Sg P3) => ro_ + "a" ; + VPB (Pres Subj Pl P1) => ro_ + "amos" ; + VPB (Pres Subj Pl P2) => ro_ + "is" ; + VPB (Pres Subj Pl P3) => ro_ + "an" ; VPB (Impf Ind Sg P1) => ro_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => ro_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => ro_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => ro_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => ro_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => ro_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => ro_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => ro_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => ro_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => ro_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ro_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => ro_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ro_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ro_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ro_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ro_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ro_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ro_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ro_ + "yramos" ; ro_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => ro_ + "" ; --# notpresent VPB (Pret Sg P2) => ro_ + "ste" ; --# notpresent VPB (Pret Sg P3) => ro_ + "y" ; --# notpresent @@ -5116,12 +4680,12 @@ oper roer_70 : Str -> Verbum = \roer -> VPB (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ro_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => ro_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => ro_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => ro_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => ro_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => ro_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ro_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => ro_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ro_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ro_ + "era" ; --# notpresent VPB (Cond Sg P2) => ro_ + "eras" ; --# notpresent VPB (Cond Sg P3) => ro_ + "era" ; --# notpresent @@ -5152,30 +4716,24 @@ oper saber_71 : Str -> Verbum = \saber -> VPB (Pres Ind Pl P1) => s_ + "abemos" ; VPB (Pres Ind Pl P2) => s_ + "abis" ; VPB (Pres Ind Pl P3) => s_ + "aben" ; - VPB (Pres Sub Sg P1) => s_ + "epa" ; - VPB (Pres Sub Sg P2) => s_ + "epas" ; - VPB (Pres Sub Sg P3) => s_ + "epa" ; - VPB (Pres Sub Pl P1) => s_ + "epamos" ; - VPB (Pres Sub Pl P2) => s_ + "epis" ; - VPB (Pres Sub Pl P3) => s_ + "epan" ; + VPB (Pres Subj Sg P1) => s_ + "epa" ; + VPB (Pres Subj Sg P2) => s_ + "epas" ; + VPB (Pres Subj Sg P3) => s_ + "epa" ; + VPB (Pres Subj Pl P1) => s_ + "epamos" ; + VPB (Pres Subj Pl P2) => s_ + "epis" ; + VPB (Pres Subj Pl P3) => s_ + "epan" ; VPB (Impf Ind Sg P1) => s_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "abamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => s_ + "upiera" ; --# notpresent - VPB (Impf Sub Sg P2) => s_ + "upieras" ; --# notpresent - VPB (Impf Sub Sg P3) => s_ + "upiera" ; --# notpresent - VPB (Impf Sub Pl P1) => s_ + "upiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => s_ + "upierais" ; --# notpresent - VPB (Impf Sub Pl P3) => s_ + "upieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => s_ + "upiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => s_ + "upieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => s_ + "upiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => s_ + "upisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => s_ + "upieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => s_ + "upiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "upiramos" ; s_ + "upisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent VPB (Pret Sg P1) => s_ + "upe" ; --# notpresent VPB (Pret Sg P2) => s_ + "upiste" ; --# notpresent VPB (Pret Sg P3) => s_ + "upo" ; --# notpresent @@ -5188,12 +4746,12 @@ oper saber_71 : Str -> Verbum = \saber -> VPB (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => s_ + "abris" ; --# notpresent VPB (Fut Ind Pl P3) => s_ + "abrn" ; --# notpresent - VPB (Fut Sub Sg P1) => s_ + "upiere" ; --# notpresent - VPB (Fut Sub Sg P2) => s_ + "upieres" ; --# notpresent - VPB (Fut Sub Sg P3) => s_ + "upiere" ; --# notpresent - VPB (Fut Sub Pl P1) => s_ + "upiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => s_ + "upiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => s_ + "upieren" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "upiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent VPB (Cond Sg P1) => s_ + "abra" ; --# notpresent VPB (Cond Sg P2) => s_ + "abras" ; --# notpresent VPB (Cond Sg P3) => s_ + "abra" ; --# notpresent @@ -5224,30 +4782,24 @@ oper sacar_72 : Str -> Verbum = \sacar -> VPB (Pres Ind Pl P1) => sa_ + "camos" ; VPB (Pres Ind Pl P2) => sa_ + "cis" ; VPB (Pres Ind Pl P3) => sa_ + "can" ; - VPB (Pres Sub Sg P1) => sa_ + "que" ; - VPB (Pres Sub Sg P2) => sa_ + "ques" ; - VPB (Pres Sub Sg P3) => sa_ + "que" ; - VPB (Pres Sub Pl P1) => sa_ + "quemos" ; - VPB (Pres Sub Pl P2) => sa_ + "quis" ; - VPB (Pres Sub Pl P3) => sa_ + "quen" ; + VPB (Pres Subj Sg P1) => sa_ + "que" ; + VPB (Pres Subj Sg P2) => sa_ + "ques" ; + VPB (Pres Subj Sg P3) => sa_ + "que" ; + VPB (Pres Subj Pl P1) => sa_ + "quemos" ; + VPB (Pres Subj Pl P2) => sa_ + "quis" ; + VPB (Pres Subj Pl P3) => sa_ + "quen" ; VPB (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent VPB (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent VPB (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent VPB (Impf Ind Pl P1) => sa_ + "cbamos" ; --# notpresent VPB (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent VPB (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent - VPB (Impf Sub Sg P1) => sa_ + "cara" ; --# notpresent - VPB (Impf Sub Sg P2) => sa_ + "caras" ; --# notpresent - VPB (Impf Sub Sg P3) => sa_ + "cara" ; --# notpresent - VPB (Impf Sub Pl P1) => sa_ + "cramos" ; --# notpresent - VPB (Impf Sub Pl P2) => sa_ + "carais" ; --# notpresent - VPB (Impf Sub Pl P3) => sa_ + "caran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => sa_ + "case" ; --# notpresent - VPB (ImpfSub2 Sg P2) => sa_ + "cases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => sa_ + "case" ; --# notpresent - VPB (ImpfSub2 Pl P1) => sa_ + "csemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => sa_ + "caseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => sa_ + "casen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sa_ + "cramos" ; sa_ + "csemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent VPB (Pret Sg P1) => sa_ + "qu" ; --# notpresent VPB (Pret Sg P2) => sa_ + "caste" ; --# notpresent VPB (Pret Sg P3) => sa_ + "c" ; --# notpresent @@ -5260,12 +4812,12 @@ oper sacar_72 : Str -> Verbum = \sacar -> VPB (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent VPB (Fut Ind Pl P2) => sa_ + "caris" ; --# notpresent VPB (Fut Ind Pl P3) => sa_ + "carn" ; --# notpresent - VPB (Fut Sub Sg P1) => sa_ + "care" ; --# notpresent - VPB (Fut Sub Sg P2) => sa_ + "cares" ; --# notpresent - VPB (Fut Sub Sg P3) => sa_ + "care" ; --# notpresent - VPB (Fut Sub Pl P1) => sa_ + "cremos" ; --# notpresent - VPB (Fut Sub Pl P2) => sa_ + "careis" ; --# notpresent - VPB (Fut Sub Pl P3) => sa_ + "caren" ; --# notpresent + VPB (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent + VPB (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Pl P1) => sa_ + "cremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent + VPB (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent VPB (Cond Sg P1) => sa_ + "cara" ; --# notpresent VPB (Cond Sg P2) => sa_ + "caras" ; --# notpresent VPB (Cond Sg P3) => sa_ + "cara" ; --# notpresent @@ -5296,30 +4848,24 @@ oper salir_73 : Str -> Verbum = \salir -> VPB (Pres Ind Pl P1) => sal_ + "imos" ; VPB (Pres Ind Pl P2) => sal_ + "s" ; VPB (Pres Ind Pl P3) => sal_ + "en" ; - VPB (Pres Sub Sg P1) => sal_ + "ga" ; - VPB (Pres Sub Sg P2) => sal_ + "gas" ; - VPB (Pres Sub Sg P3) => sal_ + "ga" ; - VPB (Pres Sub Pl P1) => sal_ + "gamos" ; - VPB (Pres Sub Pl P2) => sal_ + "gis" ; - VPB (Pres Sub Pl P3) => sal_ + "gan" ; + VPB (Pres Subj Sg P1) => sal_ + "ga" ; + VPB (Pres Subj Sg P2) => sal_ + "gas" ; + VPB (Pres Subj Sg P3) => sal_ + "ga" ; + VPB (Pres Subj Pl P1) => sal_ + "gamos" ; + VPB (Pres Subj Pl P2) => sal_ + "gis" ; + VPB (Pres Subj Pl P3) => sal_ + "gan" ; VPB (Impf Ind Sg P1) => sal_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => sal_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => sal_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => sal_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => sal_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => sal_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => sal_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => sal_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => sal_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => sal_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => sal_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => sal_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => sal_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => sal_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => sal_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => sal_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => sal_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => sal_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sal_ + "iramos" ; sal_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => sal_ + "" ; --# notpresent VPB (Pret Sg P2) => sal_ + "iste" ; --# notpresent VPB (Pret Sg P3) => sal_ + "i" ; --# notpresent @@ -5332,12 +4878,12 @@ oper salir_73 : Str -> Verbum = \salir -> VPB (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent VPB (Fut Ind Pl P2) => sal_ + "dris" ; --# notpresent VPB (Fut Ind Pl P3) => sal_ + "drn" ; --# notpresent - VPB (Fut Sub Sg P1) => sal_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => sal_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => sal_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => sal_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => sal_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => sal_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => sal_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => sal_ + "dra" ; --# notpresent VPB (Cond Sg P2) => sal_ + "dras" ; --# notpresent VPB (Cond Sg P3) => sal_ + "dra" ; --# notpresent @@ -5368,30 +4914,24 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VPB (Pres Ind Pl P1) => satisf_ + "acemos" ; VPB (Pres Ind Pl P2) => satisf_ + "acis" ; VPB (Pres Ind Pl P3) => satisf_ + "acen" ; - VPB (Pres Sub Sg P1) => satisf_ + "aga" ; - VPB (Pres Sub Sg P2) => satisf_ + "agas" ; - VPB (Pres Sub Sg P3) => satisf_ + "aga" ; - VPB (Pres Sub Pl P1) => satisf_ + "agamos" ; - VPB (Pres Sub Pl P2) => satisf_ + "agis" ; - VPB (Pres Sub Pl P3) => satisf_ + "agan" ; + VPB (Pres Subj Sg P1) => satisf_ + "aga" ; + VPB (Pres Subj Sg P2) => satisf_ + "agas" ; + VPB (Pres Subj Sg P3) => satisf_ + "aga" ; + VPB (Pres Subj Pl P1) => satisf_ + "agamos" ; + VPB (Pres Subj Pl P2) => satisf_ + "agis" ; + VPB (Pres Subj Pl P3) => satisf_ + "agan" ; VPB (Impf Ind Sg P1) => satisf_ + "aca" ; --# notpresent VPB (Impf Ind Sg P2) => satisf_ + "acas" ; --# notpresent VPB (Impf Ind Sg P3) => satisf_ + "aca" ; --# notpresent VPB (Impf Ind Pl P1) => satisf_ + "acamos" ; --# notpresent VPB (Impf Ind Pl P2) => satisf_ + "acais" ; --# notpresent VPB (Impf Ind Pl P3) => satisf_ + "acan" ; --# notpresent - VPB (Impf Sub Sg P1) => satisf_ + "iciera" ; --# notpresent - VPB (Impf Sub Sg P2) => satisf_ + "icieras" ; --# notpresent - VPB (Impf Sub Sg P3) => satisf_ + "iciera" ; --# notpresent - VPB (Impf Sub Pl P1) => satisf_ + "iciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => satisf_ + "icierais" ; --# notpresent - VPB (Impf Sub Pl P3) => satisf_ + "icieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => satisf_ + "iciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => satisf_ + "icieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => satisf_ + "iciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => satisf_ + "icisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => satisf_ + "icieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => satisf_ + "iciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {satisf_ + "iciramos" ; satisf_ + "icisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent VPB (Pret Sg P1) => satisf_ + "ice" ; --# notpresent VPB (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent VPB (Pret Sg P3) => satisf_ + "izo" ; --# notpresent @@ -5404,12 +4944,12 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VPB (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => satisf_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => satisf_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Sub Sg P2) => satisf_ + "icieres" ; --# notpresent - VPB (Fut Sub Sg P3) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Sub Pl P1) => satisf_ + "iciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => satisf_ + "iciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => satisf_ + "icieren" ; --# notpresent + VPB (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => satisf_ + "iciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent VPB (Cond Sg P1) => satisf_ + "ara" ; --# notpresent VPB (Cond Sg P2) => satisf_ + "aras" ; --# notpresent VPB (Cond Sg P3) => satisf_ + "ara" ; --# notpresent @@ -5440,30 +4980,24 @@ oper sentir_76 : Str -> Verbum = \sentir -> VPB (Pres Ind Pl P1) => s_ + "entimos" ; VPB (Pres Ind Pl P2) => s_ + "ents" ; VPB (Pres Ind Pl P3) => s_ + "ienten" ; - VPB (Pres Sub Sg P1) => s_ + "ienta" ; - VPB (Pres Sub Sg P2) => s_ + "ientas" ; - VPB (Pres Sub Sg P3) => s_ + "ienta" ; - VPB (Pres Sub Pl P1) => s_ + "intamos" ; - VPB (Pres Sub Pl P2) => s_ + "intis" ; - VPB (Pres Sub Pl P3) => s_ + "ientan" ; + VPB (Pres Subj Sg P1) => s_ + "ienta" ; + VPB (Pres Subj Sg P2) => s_ + "ientas" ; + VPB (Pres Subj Sg P3) => s_ + "ienta" ; + VPB (Pres Subj Pl P1) => s_ + "intamos" ; + VPB (Pres Subj Pl P2) => s_ + "intis" ; + VPB (Pres Subj Pl P3) => s_ + "ientan" ; VPB (Impf Ind Sg P1) => s_ + "enta" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "entas" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "enta" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "entamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "entais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "entan" ; --# notpresent - VPB (Impf Sub Sg P1) => s_ + "intiera" ; --# notpresent - VPB (Impf Sub Sg P2) => s_ + "intieras" ; --# notpresent - VPB (Impf Sub Sg P3) => s_ + "intiera" ; --# notpresent - VPB (Impf Sub Pl P1) => s_ + "intiramos" ; --# notpresent - VPB (Impf Sub Pl P2) => s_ + "intierais" ; --# notpresent - VPB (Impf Sub Pl P3) => s_ + "intieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => s_ + "intiese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => s_ + "intieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => s_ + "intiese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => s_ + "intisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => s_ + "intieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => s_ + "intiesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "intiramos" ; s_ + "intisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent VPB (Pret Sg P1) => s_ + "ent" ; --# notpresent VPB (Pret Sg P2) => s_ + "entiste" ; --# notpresent VPB (Pret Sg P3) => s_ + "inti" ; --# notpresent @@ -5476,12 +5010,12 @@ oper sentir_76 : Str -> Verbum = \sentir -> VPB (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent VPB (Fut Ind Pl P2) => s_ + "entiris" ; --# notpresent VPB (Fut Ind Pl P3) => s_ + "entirn" ; --# notpresent - VPB (Fut Sub Sg P1) => s_ + "intiere" ; --# notpresent - VPB (Fut Sub Sg P2) => s_ + "intieres" ; --# notpresent - VPB (Fut Sub Sg P3) => s_ + "intiere" ; --# notpresent - VPB (Fut Sub Pl P1) => s_ + "intiremos" ; --# notpresent - VPB (Fut Sub Pl P2) => s_ + "intiereis" ; --# notpresent - VPB (Fut Sub Pl P3) => s_ + "intieren" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "intiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent VPB (Cond Sg P1) => s_ + "entira" ; --# notpresent VPB (Cond Sg P2) => s_ + "entiras" ; --# notpresent VPB (Cond Sg P3) => s_ + "entira" ; --# notpresent @@ -5512,30 +5046,24 @@ oper soler_77 : Str -> Verbum = \soler -> VPB (Pres Ind Pl P1) => s_ + "olemos" ; VPB (Pres Ind Pl P2) => s_ + "olis" ; VPB (Pres Ind Pl P3) => s_ + "uelen" ; - VPB (Pres Sub Sg P1) => s_ + "uela" ; - VPB (Pres Sub Sg P2) => s_ + "uelas" ; - VPB (Pres Sub Sg P3) => s_ + "uela" ; - VPB (Pres Sub Pl P1) => s_ + "olamos" ; - VPB (Pres Sub Pl P2) => s_ + "olis" ; - VPB (Pres Sub Pl P3) => s_ + "uelan" ; + VPB (Pres Subj Sg P1) => s_ + "uela" ; + VPB (Pres Subj Sg P2) => s_ + "uelas" ; + VPB (Pres Subj Sg P3) => s_ + "uela" ; + VPB (Pres Subj Pl P1) => s_ + "olamos" ; + VPB (Pres Subj Pl P2) => s_ + "olis" ; + VPB (Pres Subj Pl P3) => s_ + "uelan" ; VPB (Impf Ind Sg P1) => s_ + "ola" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "olas" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "ola" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "olamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "olais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "olan" ; --# notpresent - VPB (Impf Sub Sg P1) => s_ + "oliera" ; --# notpresent - VPB (Impf Sub Sg P2) => s_ + "olieras" ; --# notpresent - VPB (Impf Sub Sg P3) => s_ + "oliera" ; --# notpresent - VPB (Impf Sub Pl P1) => s_ + "oliramos" ; --# notpresent - VPB (Impf Sub Pl P2) => s_ + "olierais" ; --# notpresent - VPB (Impf Sub Pl P3) => s_ + "olieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => s_ + "oliese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => s_ + "olieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => s_ + "oliese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => s_ + "olisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => s_ + "olieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => s_ + "oliesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "oliramos" ; s_ + "olisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent VPB (Pret Sg P1) => s_ + "ol" ; --# notpresent VPB (Pret Sg P2) => s_ + "oliste" ; --# notpresent VPB (Pret Sg P3) => s_ + "oli" ; --# notpresent @@ -5548,12 +5076,12 @@ oper soler_77 : Str -> Verbum = \soler -> VPB (Fut Ind Pl P1) => variants {} ; --# notpresent VPB (Fut Ind Pl P2) => variants {} ; --# notpresent VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Sub Sg P1) => variants {} ; --# notpresent - VPB (Fut Sub Sg P2) => variants {} ; --# notpresent - VPB (Fut Sub Sg P3) => variants {} ; --# notpresent - VPB (Fut Sub Pl P1) => variants {} ; --# notpresent - VPB (Fut Sub Pl P2) => variants {} ; --# notpresent - VPB (Fut Sub Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => variants {} ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent VPB (Cond Sg P1) => variants {} ; --# notpresent VPB (Cond Sg P2) => variants {} ; --# notpresent VPB (Cond Sg P3) => variants {} ; --# notpresent @@ -5584,30 +5112,24 @@ oper ta VPB (Pres Ind Pl P1) => ta_ + "emos" ; VPB (Pres Ind Pl P2) => ta_ + "is" ; VPB (Pres Ind Pl P3) => ta_ + "en" ; - VPB (Pres Sub Sg P1) => ta_ + "a" ; - VPB (Pres Sub Sg P2) => ta_ + "as" ; - VPB (Pres Sub Sg P3) => ta_ + "a" ; - VPB (Pres Sub Pl P1) => ta_ + "amos" ; - VPB (Pres Sub Pl P2) => ta_ + "is" ; - VPB (Pres Sub Pl P3) => ta_ + "an" ; + VPB (Pres Subj Sg P1) => ta_ + "a" ; + VPB (Pres Subj Sg P2) => ta_ + "as" ; + VPB (Pres Subj Sg P3) => ta_ + "a" ; + VPB (Pres Subj Pl P1) => ta_ + "amos" ; + VPB (Pres Subj Pl P2) => ta_ + "is" ; + VPB (Pres Subj Pl P3) => ta_ + "an" ; VPB (Impf Ind Sg P1) => ta_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => ta_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => ta_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => ta_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => ta_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => ta_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => ta_ + "era" ; --# notpresent - VPB (Impf Sub Sg P2) => ta_ + "eras" ; --# notpresent - VPB (Impf Sub Sg P3) => ta_ + "era" ; --# notpresent - VPB (Impf Sub Pl P1) => ta_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ta_ + "erais" ; --# notpresent - VPB (Impf Sub Pl P3) => ta_ + "eran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ta_ + "ese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ta_ + "eses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ta_ + "ese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ta_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ta_ + "eseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ta_ + "esen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ta_ + "eras" ; ta_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ta_ + "ramos" ; ta_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ta_ + "erais" ; ta_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ta_ + "eran" ; ta_ + "esen"} ; --# notpresent VPB (Pret Sg P1) => ta_ + "" ; --# notpresent VPB (Pret Sg P2) => ta_ + "iste" ; --# notpresent VPB (Pret Sg P3) => ta_ + "" ; --# notpresent @@ -5620,12 +5142,12 @@ oper ta VPB (Fut Ind Pl P1) => ta_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ta_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => ta_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => ta_ + "ere" ; --# notpresent - VPB (Fut Sub Sg P2) => ta_ + "eres" ; --# notpresent - VPB (Fut Sub Sg P3) => ta_ + "ere" ; --# notpresent - VPB (Fut Sub Pl P1) => ta_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => ta_ + "ereis" ; --# notpresent - VPB (Fut Sub Pl P3) => ta_ + "eren" ; --# notpresent + VPB (Fut Subj Sg P1) => ta_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => ta_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => ta_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => ta_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => ta_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ta_ + "eren" ; --# notpresent VPB (Cond Sg P1) => ta_ + "era" ; --# notpresent VPB (Cond Sg P2) => ta_ + "eras" ; --# notpresent VPB (Cond Sg P3) => ta_ + "era" ; --# notpresent @@ -5656,30 +5178,24 @@ oper traer_79 : Str -> Verbum = \traer -> VPB (Pres Ind Pl P1) => tra_ + "emos" ; VPB (Pres Ind Pl P2) => tra_ + "is" ; VPB (Pres Ind Pl P3) => tra_ + "en" ; - VPB (Pres Sub Sg P1) => tra_ + "a" ; - VPB (Pres Sub Sg P2) => tra_ + "as" ; - VPB (Pres Sub Sg P3) => tra_ + "a" ; - VPB (Pres Sub Pl P1) => tra_ + "amos" ; - VPB (Pres Sub Pl P2) => tra_ + "is" ; - VPB (Pres Sub Pl P3) => tra_ + "an" ; + VPB (Pres Subj Sg P1) => tra_ + "a" ; + VPB (Pres Subj Sg P2) => tra_ + "as" ; + VPB (Pres Subj Sg P3) => tra_ + "a" ; + VPB (Pres Subj Pl P1) => tra_ + "amos" ; + VPB (Pres Subj Pl P2) => tra_ + "is" ; + VPB (Pres Subj Pl P3) => tra_ + "an" ; VPB (Impf Ind Sg P1) => tra_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => tra_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => tra_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => tra_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => tra_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => tra_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => tra_ + "yera" ; --# notpresent - VPB (Impf Sub Sg P2) => tra_ + "yeras" ; --# notpresent - VPB (Impf Sub Sg P3) => tra_ + "yera" ; --# notpresent - VPB (Impf Sub Pl P1) => tra_ + "yramos" ; --# notpresent - VPB (Impf Sub Pl P2) => tra_ + "yerais" ; --# notpresent - VPB (Impf Sub Pl P3) => tra_ + "yeran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => tra_ + "yese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => tra_ + "yeses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => tra_ + "yese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => tra_ + "ysemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => tra_ + "yeseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => tra_ + "yesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tra_ + "yramos" ; tra_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent VPB (Pret Sg P1) => tra_ + "" ; --# notpresent VPB (Pret Sg P2) => tra_ + "ste" ; --# notpresent VPB (Pret Sg P3) => tra_ + "y" ; --# notpresent @@ -5692,12 +5208,12 @@ oper traer_79 : Str -> Verbum = \traer -> VPB (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => tra_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => tra_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => tra_ + "yere" ; --# notpresent - VPB (Fut Sub Sg P2) => tra_ + "yeres" ; --# notpresent - VPB (Fut Sub Sg P3) => tra_ + "yere" ; --# notpresent - VPB (Fut Sub Pl P1) => tra_ + "yremos" ; --# notpresent - VPB (Fut Sub Pl P2) => tra_ + "yereis" ; --# notpresent - VPB (Fut Sub Pl P3) => tra_ + "yeren" ; --# notpresent + VPB (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => tra_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => tra_ + "era" ; --# notpresent VPB (Cond Sg P2) => tra_ + "eras" ; --# notpresent VPB (Cond Sg P3) => tra_ + "era" ; --# notpresent @@ -5728,30 +5244,24 @@ oper trocar_80 : Str -> Verbum = \trocar -> VPB (Pres Ind Pl P1) => tr_ + "ocamos" ; VPB (Pres Ind Pl P2) => tr_ + "ocis" ; VPB (Pres Ind Pl P3) => tr_ + "uecan" ; - VPB (Pres Sub Sg P1) => tr_ + "ueque" ; - VPB (Pres Sub Sg P2) => tr_ + "ueques" ; - VPB (Pres Sub Sg P3) => tr_ + "ueque" ; - VPB (Pres Sub Pl P1) => tr_ + "oquemos" ; - VPB (Pres Sub Pl P2) => tr_ + "oquis" ; - VPB (Pres Sub Pl P3) => tr_ + "uequen" ; + VPB (Pres Subj Sg P1) => tr_ + "ueque" ; + VPB (Pres Subj Sg P2) => tr_ + "ueques" ; + VPB (Pres Subj Sg P3) => tr_ + "ueque" ; + VPB (Pres Subj Pl P1) => tr_ + "oquemos" ; + VPB (Pres Subj Pl P2) => tr_ + "oquis" ; + VPB (Pres Subj Pl P3) => tr_ + "uequen" ; VPB (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent VPB (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent VPB (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent VPB (Impf Ind Pl P1) => tr_ + "ocbamos" ; --# notpresent VPB (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent VPB (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent - VPB (Impf Sub Sg P1) => tr_ + "ocara" ; --# notpresent - VPB (Impf Sub Sg P2) => tr_ + "ocaras" ; --# notpresent - VPB (Impf Sub Sg P3) => tr_ + "ocara" ; --# notpresent - VPB (Impf Sub Pl P1) => tr_ + "ocramos" ; --# notpresent - VPB (Impf Sub Pl P2) => tr_ + "ocarais" ; --# notpresent - VPB (Impf Sub Pl P3) => tr_ + "ocaran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => tr_ + "ocase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => tr_ + "ocases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => tr_ + "ocase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => tr_ + "ocsemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => tr_ + "ocaseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => tr_ + "ocasen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tr_ + "ocramos" ; tr_ + "ocsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent VPB (Pret Sg P1) => tr_ + "oqu" ; --# notpresent VPB (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent VPB (Pret Sg P3) => tr_ + "oc" ; --# notpresent @@ -5764,12 +5274,12 @@ oper trocar_80 : Str -> Verbum = \trocar -> VPB (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent VPB (Fut Ind Pl P2) => tr_ + "ocaris" ; --# notpresent VPB (Fut Ind Pl P3) => tr_ + "ocarn" ; --# notpresent - VPB (Fut Sub Sg P1) => tr_ + "ocare" ; --# notpresent - VPB (Fut Sub Sg P2) => tr_ + "ocares" ; --# notpresent - VPB (Fut Sub Sg P3) => tr_ + "ocare" ; --# notpresent - VPB (Fut Sub Pl P1) => tr_ + "ocremos" ; --# notpresent - VPB (Fut Sub Pl P2) => tr_ + "ocareis" ; --# notpresent - VPB (Fut Sub Pl P3) => tr_ + "ocaren" ; --# notpresent + VPB (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent + VPB (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Pl P1) => tr_ + "ocremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent + VPB (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent VPB (Cond Sg P1) => tr_ + "ocara" ; --# notpresent VPB (Cond Sg P2) => tr_ + "ocaras" ; --# notpresent VPB (Cond Sg P3) => tr_ + "ocara" ; --# notpresent @@ -5800,30 +5310,24 @@ oper valer_81 : Str -> Verbum = \valer -> VPB (Pres Ind Pl P1) => val_ + "emos" ; VPB (Pres Ind Pl P2) => val_ + "is" ; VPB (Pres Ind Pl P3) => val_ + "en" ; - VPB (Pres Sub Sg P1) => val_ + "ga" ; - VPB (Pres Sub Sg P2) => val_ + "gas" ; - VPB (Pres Sub Sg P3) => val_ + "ga" ; - VPB (Pres Sub Pl P1) => val_ + "gamos" ; - VPB (Pres Sub Pl P2) => val_ + "gis" ; - VPB (Pres Sub Pl P3) => val_ + "gan" ; + VPB (Pres Subj Sg P1) => val_ + "ga" ; + VPB (Pres Subj Sg P2) => val_ + "gas" ; + VPB (Pres Subj Sg P3) => val_ + "ga" ; + VPB (Pres Subj Pl P1) => val_ + "gamos" ; + VPB (Pres Subj Pl P2) => val_ + "gis" ; + VPB (Pres Subj Pl P3) => val_ + "gan" ; VPB (Impf Ind Sg P1) => val_ + "a" ; --# notpresent VPB (Impf Ind Sg P2) => val_ + "as" ; --# notpresent VPB (Impf Ind Sg P3) => val_ + "a" ; --# notpresent VPB (Impf Ind Pl P1) => val_ + "amos" ; --# notpresent VPB (Impf Ind Pl P2) => val_ + "ais" ; --# notpresent VPB (Impf Ind Pl P3) => val_ + "an" ; --# notpresent - VPB (Impf Sub Sg P1) => val_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => val_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => val_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => val_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => val_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => val_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => val_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => val_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => val_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => val_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => val_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => val_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {val_ + "iramos" ; val_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => val_ + "" ; --# notpresent VPB (Pret Sg P2) => val_ + "iste" ; --# notpresent VPB (Pret Sg P3) => val_ + "i" ; --# notpresent @@ -5836,12 +5340,12 @@ oper valer_81 : Str -> Verbum = \valer -> VPB (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent VPB (Fut Ind Pl P2) => val_ + "dris" ; --# notpresent VPB (Fut Ind Pl P3) => val_ + "drn" ; --# notpresent - VPB (Fut Sub Sg P1) => val_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => val_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => val_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => val_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => val_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => val_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => val_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => val_ + "dra" ; --# notpresent VPB (Cond Sg P2) => val_ + "dras" ; --# notpresent VPB (Cond Sg P3) => val_ + "dra" ; --# notpresent @@ -5872,30 +5376,24 @@ oper venir_82 : Str -> Verbum = \venir -> VPB (Pres Ind Pl P1) => v_ + "enimos" ; VPB (Pres Ind Pl P2) => v_ + "ens" ; VPB (Pres Ind Pl P3) => v_ + "ienen" ; - VPB (Pres Sub Sg P1) => v_ + "enga" ; - VPB (Pres Sub Sg P2) => v_ + "engas" ; - VPB (Pres Sub Sg P3) => v_ + "enga" ; - VPB (Pres Sub Pl P1) => v_ + "engamos" ; - VPB (Pres Sub Pl P2) => v_ + "engis" ; - VPB (Pres Sub Pl P3) => v_ + "engan" ; + VPB (Pres Subj Sg P1) => v_ + "enga" ; + VPB (Pres Subj Sg P2) => v_ + "engas" ; + VPB (Pres Subj Sg P3) => v_ + "enga" ; + VPB (Pres Subj Pl P1) => v_ + "engamos" ; + VPB (Pres Subj Pl P2) => v_ + "engis" ; + VPB (Pres Subj Pl P3) => v_ + "engan" ; VPB (Impf Ind Sg P1) => v_ + "ena" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "enas" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "ena" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "enamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "enais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "enan" ; --# notpresent - VPB (Impf Sub Sg P1) => v_ + "iniera" ; --# notpresent - VPB (Impf Sub Sg P2) => v_ + "inieras" ; --# notpresent - VPB (Impf Sub Sg P3) => v_ + "iniera" ; --# notpresent - VPB (Impf Sub Pl P1) => v_ + "iniramos" ; --# notpresent - VPB (Impf Sub Pl P2) => v_ + "inierais" ; --# notpresent - VPB (Impf Sub Pl P3) => v_ + "inieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => v_ + "iniese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => v_ + "inieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => v_ + "iniese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => v_ + "inisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => v_ + "inieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => v_ + "iniesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iniramos" ; v_ + "inisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent VPB (Pret Sg P1) => v_ + "ine" ; --# notpresent VPB (Pret Sg P2) => v_ + "iniste" ; --# notpresent VPB (Pret Sg P3) => v_ + "ino" ; --# notpresent @@ -5908,12 +5406,12 @@ oper venir_82 : Str -> Verbum = \venir -> VPB (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "endris" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "endrn" ; --# notpresent - VPB (Fut Sub Sg P1) => v_ + "iniere" ; --# notpresent - VPB (Fut Sub Sg P2) => v_ + "inieres" ; --# notpresent - VPB (Fut Sub Sg P3) => v_ + "iniere" ; --# notpresent - VPB (Fut Sub Pl P1) => v_ + "iniremos" ; --# notpresent - VPB (Fut Sub Pl P2) => v_ + "iniereis" ; --# notpresent - VPB (Fut Sub Pl P3) => v_ + "inieren" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "endra" ; --# notpresent VPB (Cond Sg P2) => v_ + "endras" ; --# notpresent VPB (Cond Sg P3) => v_ + "endra" ; --# notpresent @@ -5944,30 +5442,24 @@ oper ver_83 : Str -> Verbum = \ver -> VPB (Pres Ind Pl P1) => v_ + "emos" ; VPB (Pres Ind Pl P2) => v_ + "eis" ; VPB (Pres Ind Pl P3) => v_ + "en" ; - VPB (Pres Sub Sg P1) => v_ + "ea" ; - VPB (Pres Sub Sg P2) => v_ + "eas" ; - VPB (Pres Sub Sg P3) => v_ + "ea" ; - VPB (Pres Sub Pl P1) => v_ + "eamos" ; - VPB (Pres Sub Pl P2) => v_ + "eis" ; - VPB (Pres Sub Pl P3) => v_ + "ean" ; + VPB (Pres Subj Sg P1) => v_ + "ea" ; + VPB (Pres Subj Sg P2) => v_ + "eas" ; + VPB (Pres Subj Sg P3) => v_ + "ea" ; + VPB (Pres Subj Pl P1) => v_ + "eamos" ; + VPB (Pres Subj Pl P2) => v_ + "eis" ; + VPB (Pres Subj Pl P3) => v_ + "ean" ; VPB (Impf Ind Sg P1) => v_ + "ea" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "eas" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "ea" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "eamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "eais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "ean" ; --# notpresent - VPB (Impf Sub Sg P1) => v_ + "iera" ; --# notpresent - VPB (Impf Sub Sg P2) => v_ + "ieras" ; --# notpresent - VPB (Impf Sub Sg P3) => v_ + "iera" ; --# notpresent - VPB (Impf Sub Pl P1) => v_ + "iramos" ; --# notpresent - VPB (Impf Sub Pl P2) => v_ + "ierais" ; --# notpresent - VPB (Impf Sub Pl P3) => v_ + "ieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => v_ + "iese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => v_ + "ieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => v_ + "iese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => v_ + "isemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => v_ + "ieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => v_ + "iesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iramos" ; v_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent VPB (Pret Sg P1) => v_ + "i" ; --# notpresent VPB (Pret Sg P2) => v_ + "iste" ; --# notpresent VPB (Pret Sg P3) => v_ + "io" ; --# notpresent @@ -5980,12 +5472,12 @@ oper ver_83 : Str -> Verbum = \ver -> VPB (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "eris" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "ern" ; --# notpresent - VPB (Fut Sub Sg P1) => v_ + "iere" ; --# notpresent - VPB (Fut Sub Sg P2) => v_ + "ieres" ; --# notpresent - VPB (Fut Sub Sg P3) => v_ + "iere" ; --# notpresent - VPB (Fut Sub Pl P1) => v_ + "iremos" ; --# notpresent - VPB (Fut Sub Pl P2) => v_ + "iereis" ; --# notpresent - VPB (Fut Sub Pl P3) => v_ + "ieren" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "era" ; --# notpresent VPB (Cond Sg P2) => v_ + "eras" ; --# notpresent VPB (Cond Sg P3) => v_ + "era" ; --# notpresent @@ -6016,30 +5508,24 @@ oper volver_84 : Str -> Verbum = \volver -> VPB (Pres Ind Pl P1) => v_ + "olvemos" ; VPB (Pres Ind Pl P2) => v_ + "olvis" ; VPB (Pres Ind Pl P3) => v_ + "uelven" ; - VPB (Pres Sub Sg P1) => v_ + "uelva" ; - VPB (Pres Sub Sg P2) => v_ + "uelvas" ; - VPB (Pres Sub Sg P3) => v_ + "uelva" ; - VPB (Pres Sub Pl P1) => v_ + "olvamos" ; - VPB (Pres Sub Pl P2) => v_ + "olvis" ; - VPB (Pres Sub Pl P3) => v_ + "uelvan" ; + VPB (Pres Subj Sg P1) => v_ + "uelva" ; + VPB (Pres Subj Sg P2) => v_ + "uelvas" ; + VPB (Pres Subj Sg P3) => v_ + "uelva" ; + VPB (Pres Subj Pl P1) => v_ + "olvamos" ; + VPB (Pres Subj Pl P2) => v_ + "olvis" ; + VPB (Pres Subj Pl P3) => v_ + "uelvan" ; VPB (Impf Ind Sg P1) => v_ + "olva" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "olvas" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "olva" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "olvamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "olvais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "olvan" ; --# notpresent - VPB (Impf Sub Sg P1) => v_ + "olviera" ; --# notpresent - VPB (Impf Sub Sg P2) => v_ + "olvieras" ; --# notpresent - VPB (Impf Sub Sg P3) => v_ + "olviera" ; --# notpresent - VPB (Impf Sub Pl P1) => v_ + "olviramos" ; --# notpresent - VPB (Impf Sub Pl P2) => v_ + "olvierais" ; --# notpresent - VPB (Impf Sub Pl P3) => v_ + "olvieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => v_ + "olviese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => v_ + "olvieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => v_ + "olviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => v_ + "olvisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => v_ + "olvieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => v_ + "olviesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "olviramos" ; v_ + "olvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent VPB (Pret Sg P1) => v_ + "olv" ; --# notpresent VPB (Pret Sg P2) => v_ + "olviste" ; --# notpresent VPB (Pret Sg P3) => v_ + "olvi" ; --# notpresent @@ -6052,12 +5538,12 @@ oper volver_84 : Str -> Verbum = \volver -> VPB (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "olveris" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "olvern" ; --# notpresent - VPB (Fut Sub Sg P1) => v_ + "olviere" ; --# notpresent - VPB (Fut Sub Sg P2) => v_ + "olvieres" ; --# notpresent - VPB (Fut Sub Sg P3) => v_ + "olviere" ; --# notpresent - VPB (Fut Sub Pl P1) => v_ + "olviremos" ; --# notpresent - VPB (Fut Sub Pl P2) => v_ + "olviereis" ; --# notpresent - VPB (Fut Sub Pl P3) => v_ + "olvieren" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "olviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "olvera" ; --# notpresent VPB (Cond Sg P2) => v_ + "olveras" ; --# notpresent VPB (Cond Sg P3) => v_ + "olvera" ; --# notpresent @@ -6088,30 +5574,24 @@ oper yacer_85 : Str -> Verbum = \yacer -> VPB (Pres Ind Pl P1) => ya_ + "cemos" ; VPB (Pres Ind Pl P2) => ya_ + "cis" ; VPB (Pres Ind Pl P3) => ya_ + "cen" ; - VPB (Pres Sub Sg P1) => ya_ + "zga" ; - VPB (Pres Sub Sg P2) => ya_ + "zgas" ; - VPB (Pres Sub Sg P3) => ya_ + "zga" ; - VPB (Pres Sub Pl P1) => ya_ + "zgamos" ; - VPB (Pres Sub Pl P2) => ya_ + "zgis" ; - VPB (Pres Sub Pl P3) => ya_ + "zgan" ; + VPB (Pres Subj Sg P1) => ya_ + "zga" ; + VPB (Pres Subj Sg P2) => ya_ + "zgas" ; + VPB (Pres Subj Sg P3) => ya_ + "zga" ; + VPB (Pres Subj Pl P1) => ya_ + "zgamos" ; + VPB (Pres Subj Pl P2) => ya_ + "zgis" ; + VPB (Pres Subj Pl P3) => ya_ + "zgan" ; VPB (Impf Ind Sg P1) => ya_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => ya_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => ya_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => ya_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => ya_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => ya_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => ya_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => ya_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => ya_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => ya_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => ya_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => ya_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => ya_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => ya_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => ya_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => ya_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => ya_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => ya_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ya_ + "ciramos" ; ya_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => ya_ + "c" ; --# notpresent VPB (Pret Sg P2) => ya_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => ya_ + "ci" ; --# notpresent @@ -6124,12 +5604,12 @@ oper yacer_85 : Str -> Verbum = \yacer -> VPB (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => ya_ + "ceris" ; --# notpresent VPB (Fut Ind Pl P3) => ya_ + "cern" ; --# notpresent - VPB (Fut Sub Sg P1) => ya_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => ya_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => ya_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => ya_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => ya_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => ya_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => ya_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => ya_ + "cera" ; --# notpresent VPB (Cond Sg P2) => ya_ + "ceras" ; --# notpresent VPB (Cond Sg P3) => ya_ + "cera" ; --# notpresent @@ -6160,30 +5640,24 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VPB (Pres Ind Pl P1) => zur_ + "cimos" ; VPB (Pres Ind Pl P2) => zur_ + "cs" ; VPB (Pres Ind Pl P3) => zur_ + "cen" ; - VPB (Pres Sub Sg P1) => zur_ + "za" ; - VPB (Pres Sub Sg P2) => zur_ + "zas" ; - VPB (Pres Sub Sg P3) => zur_ + "za" ; - VPB (Pres Sub Pl P1) => zur_ + "zamos" ; - VPB (Pres Sub Pl P2) => zur_ + "zis" ; - VPB (Pres Sub Pl P3) => zur_ + "zan" ; + VPB (Pres Subj Sg P1) => zur_ + "za" ; + VPB (Pres Subj Sg P2) => zur_ + "zas" ; + VPB (Pres Subj Sg P3) => zur_ + "za" ; + VPB (Pres Subj Pl P1) => zur_ + "zamos" ; + VPB (Pres Subj Pl P2) => zur_ + "zis" ; + VPB (Pres Subj Pl P3) => zur_ + "zan" ; VPB (Impf Ind Sg P1) => zur_ + "ca" ; --# notpresent VPB (Impf Ind Sg P2) => zur_ + "cas" ; --# notpresent VPB (Impf Ind Sg P3) => zur_ + "ca" ; --# notpresent VPB (Impf Ind Pl P1) => zur_ + "camos" ; --# notpresent VPB (Impf Ind Pl P2) => zur_ + "cais" ; --# notpresent VPB (Impf Ind Pl P3) => zur_ + "can" ; --# notpresent - VPB (Impf Sub Sg P1) => zur_ + "ciera" ; --# notpresent - VPB (Impf Sub Sg P2) => zur_ + "cieras" ; --# notpresent - VPB (Impf Sub Sg P3) => zur_ + "ciera" ; --# notpresent - VPB (Impf Sub Pl P1) => zur_ + "ciramos" ; --# notpresent - VPB (Impf Sub Pl P2) => zur_ + "cierais" ; --# notpresent - VPB (Impf Sub Pl P3) => zur_ + "cieran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => zur_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Sg P2) => zur_ + "cieses" ; --# notpresent - VPB (ImpfSub2 Sg P3) => zur_ + "ciese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => zur_ + "cisemos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => zur_ + "cieseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => zur_ + "ciesen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {zur_ + "ciramos" ; zur_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent VPB (Pret Sg P1) => zur_ + "c" ; --# notpresent VPB (Pret Sg P2) => zur_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => zur_ + "ci" ; --# notpresent @@ -6196,12 +5670,12 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VPB (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => zur_ + "ciris" ; --# notpresent VPB (Fut Ind Pl P3) => zur_ + "cirn" ; --# notpresent - VPB (Fut Sub Sg P1) => zur_ + "ciere" ; --# notpresent - VPB (Fut Sub Sg P2) => zur_ + "cieres" ; --# notpresent - VPB (Fut Sub Sg P3) => zur_ + "ciere" ; --# notpresent - VPB (Fut Sub Pl P1) => zur_ + "ciremos" ; --# notpresent - VPB (Fut Sub Pl P2) => zur_ + "ciereis" ; --# notpresent - VPB (Fut Sub Pl P3) => zur_ + "cieren" ; --# notpresent + VPB (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => zur_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => zur_ + "cira" ; --# notpresent VPB (Cond Sg P2) => zur_ + "ciras" ; --# notpresent VPB (Cond Sg P3) => zur_ + "cira" ; --# notpresent @@ -6232,30 +5706,24 @@ oper amar_87 : Str -> Verbum = \amar -> VPB (Pres Ind Pl P1) => am_ + "amos" ; VPB (Pres Ind Pl P2) => am_ + "is" ; VPB (Pres Ind Pl P3) => am_ + "an" ; - VPB (Pres Sub Sg P1) => am_ + "e" ; - VPB (Pres Sub Sg P2) => am_ + "es" ; - VPB (Pres Sub Sg P3) => am_ + "e" ; - VPB (Pres Sub Pl P1) => am_ + "emos" ; - VPB (Pres Sub Pl P2) => am_ + "is" ; - VPB (Pres Sub Pl P3) => am_ + "en" ; + VPB (Pres Subj Sg P1) => am_ + "e" ; + VPB (Pres Subj Sg P2) => am_ + "es" ; + VPB (Pres Subj Sg P3) => am_ + "e" ; + VPB (Pres Subj Pl P1) => am_ + "emos" ; + VPB (Pres Subj Pl P2) => am_ + "is" ; + VPB (Pres Subj Pl P3) => am_ + "en" ; VPB (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => am_ + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => am_ + "ara" ; --# notpresent - VPB (Impf Sub Sg P2) => am_ + "aras" ; --# notpresent - VPB (Impf Sub Sg P3) => am_ + "ara" ; --# notpresent - VPB (Impf Sub Pl P1) => am_ + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => am_ + "arais" ; --# notpresent - VPB (Impf Sub Pl P3) => am_ + "aran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => am_ + "ase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => am_ + "ases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => am_ + "ase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => am_ + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => am_ + "aseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => am_ + "asen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {am_ + "ramos" ; am_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent VPB (Pret Sg P1) => am_ + "" ; --# notpresent VPB (Pret Sg P2) => am_ + "aste" ; --# notpresent VPB (Pret Sg P3) => am_ + "" ; --# notpresent @@ -6268,12 +5736,12 @@ oper amar_87 : Str -> Verbum = \amar -> VPB (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => am_ + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => am_ + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => am_ + "are" ; --# notpresent - VPB (Fut Sub Sg P2) => am_ + "ares" ; --# notpresent - VPB (Fut Sub Sg P3) => am_ + "are" ; --# notpresent - VPB (Fut Sub Pl P1) => am_ + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => am_ + "areis" ; --# notpresent - VPB (Fut Sub Pl P3) => am_ + "aren" ; --# notpresent + VPB (Fut Subj Sg P1) => am_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => am_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => am_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent VPB (Cond Sg P1) => am_ + "ara" ; --# notpresent VPB (Cond Sg P2) => am_ + "aras" ; --# notpresent VPB (Cond Sg P3) => am_ + "ara" ; --# notpresent @@ -6304,30 +5772,24 @@ oper llover_89 : Str -> Verbum = \llover -> VPB (Pres Ind Pl P1) => variants {} ; VPB (Pres Ind Pl P2) => variants {} ; VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Sub Sg P1) => variants {} ; - VPB (Pres Sub Sg P2) => variants {} ; - VPB (Pres Sub Sg P3) => ll_ + "ueva" ; - VPB (Pres Sub Pl P1) => variants {} ; - VPB (Pres Sub Pl P2) => variants {} ; - VPB (Pres Sub Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => ll_ + "ueva" ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; VPB (Impf Ind Sg P1) => variants {} ; --# notpresent VPB (Impf Ind Sg P2) => variants {} ; --# notpresent VPB (Impf Ind Sg P3) => ll_ + "ova" ; --# notpresent VPB (Impf Ind Pl P1) => variants {} ; --# notpresent VPB (Impf Ind Pl P2) => variants {} ; --# notpresent VPB (Impf Ind Pl P3) => variants {} ; --# notpresent - VPB (Impf Sub Sg P1) => variants {} ; --# notpresent - VPB (Impf Sub Sg P2) => variants {} ; --# notpresent - VPB (Impf Sub Sg P3) => ll_ + "oviera" ; --# notpresent - VPB (Impf Sub Pl P1) => variants {} ; --# notpresent - VPB (Impf Sub Pl P2) => variants {} ; --# notpresent - VPB (Impf Sub Pl P3) => variants {} ; --# notpresent - VPB (ImpfSub2 Sg P1) => variants {} ; --# notpresent - VPB (ImpfSub2 Sg P2) => variants {} ; --# notpresent - VPB (ImpfSub2 Sg P3) => ll_ + "oviese" ; --# notpresent - VPB (ImpfSub2 Pl P1) => variants {} ; --# notpresent - VPB (ImpfSub2 Pl P2) => variants {} ; --# notpresent - VPB (ImpfSub2 Pl P3) => variants {} ; --# notpresent + VPB (Impf Subj Sg P1) => variants {} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {} ; --# notpresent VPB (Pret Sg P1) => variants {} ; --# notpresent VPB (Pret Sg P2) => variants {} ; --# notpresent VPB (Pret Sg P3) => ll_ + "ovi" ; --# notpresent @@ -6340,12 +5802,12 @@ oper llover_89 : Str -> Verbum = \llover -> VPB (Fut Ind Pl P1) => variants {} ; --# notpresent VPB (Fut Ind Pl P2) => variants {} ; --# notpresent VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Sub Sg P1) => variants {} ; --# notpresent - VPB (Fut Sub Sg P2) => variants {} ; --# notpresent - VPB (Fut Sub Sg P3) => ll_ + "oviere" ; --# notpresent - VPB (Fut Sub Pl P1) => variants {} ; --# notpresent - VPB (Fut Sub Pl P2) => variants {} ; --# notpresent - VPB (Fut Sub Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent VPB (Cond Sg P1) => variants {} ; --# notpresent VPB (Cond Sg P2) => variants {} ; --# notpresent VPB (Cond Sg P3) => ll_ + "overa" ; --# notpresent @@ -6414,7 +5876,6 @@ param VPers = Pres Mode Number Person | Impf Mode Number Person --# notpresent --# notpresent - | ImpfSub2 Number Person --# notpresent --# notpresent | Pret Number Person --# notpresent --# notpresent | Fut Mode Number Person --# notpresent --# notpresent | Cond Number Person --# notpresent --# notpresent @@ -6444,30 +5905,24 @@ oper VPB (Pres Ind Pl P1) => mostr + "amos" ; VPB (Pres Ind Pl P2) => mostr + "is" ; VPB (Pres Ind Pl P3) => muestr + "an" ; - VPB (Pres Sub Sg P1) => muestr + "ue" ; - VPB (Pres Sub Sg P2) => muestr + "ues" ; - VPB (Pres Sub Sg P3) => muestr + "ue" ; - VPB (Pres Sub Pl P1) => mostr + "uemos" ; - VPB (Pres Sub Pl P2) => mostr + "uis" ; - VPB (Pres Sub Pl P3) => muestr + "uen" ; + VPB (Pres Subj Sg P1) => muestr + "ue" ; + VPB (Pres Subj Sg P2) => muestr + "ues" ; + VPB (Pres Subj Sg P3) => muestr + "ue" ; + VPB (Pres Subj Pl P1) => mostr + "uemos" ; + VPB (Pres Subj Pl P2) => mostr + "uis" ; + VPB (Pres Subj Pl P3) => muestr + "uen" ; VPB (Impf Ind Sg P1) => mostr + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => mostr + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => mostr + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => mostr + "bamos" ; --# notpresent VPB (Impf Ind Pl P2) => mostr + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => mostr + "aban" ; --# notpresent - VPB (Impf Sub Sg P1) => mostr + "ara" ; --# notpresent - VPB (Impf Sub Sg P2) => mostr + "aras" ; --# notpresent - VPB (Impf Sub Sg P3) => mostr + "ara" ; --# notpresent - VPB (Impf Sub Pl P1) => mostr + "ramos" ; --# notpresent - VPB (Impf Sub Pl P2) => mostr + "arais" ; --# notpresent - VPB (Impf Sub Pl P3) => mostr + "aran" ; --# notpresent - VPB (ImpfSub2 Sg P1) => mostr + "ase" ; --# notpresent - VPB (ImpfSub2 Sg P2) => mostr + "ases" ; --# notpresent - VPB (ImpfSub2 Sg P3) => mostr + "ase" ; --# notpresent - VPB (ImpfSub2 Pl P1) => mostr + "semos" ; --# notpresent - VPB (ImpfSub2 Pl P2) => mostr + "aseis" ; --# notpresent - VPB (ImpfSub2 Pl P3) => mostr + "asen" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {mostr + "aras" ; mostr + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {mostr + "ramos" ; mostr + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {mostr + "arais" ; mostr + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {mostr + "aran" ; mostr + "asen"} ; --# notpresent VPB (Pret Sg P1) => mostr + "u" ; --# notpresent VPB (Pret Sg P2) => mostr + "aste" ; --# notpresent VPB (Pret Sg P3) => mostr + "" ; --# notpresent @@ -6480,12 +5935,12 @@ oper VPB (Fut Ind Pl P1) => mostr + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => mostr + "aris" ; --# notpresent VPB (Fut Ind Pl P3) => mostr + "arn" ; --# notpresent - VPB (Fut Sub Sg P1) => mostr + "are" ; --# notpresent - VPB (Fut Sub Sg P2) => mostr + "ares" ; --# notpresent - VPB (Fut Sub Sg P3) => mostr + "are" ; --# notpresent - VPB (Fut Sub Pl P1) => mostr + "remos" ; --# notpresent - VPB (Fut Sub Pl P2) => mostr + "areis" ; --# notpresent - VPB (Fut Sub Pl P3) => mostr + "aren" ; --# notpresent + VPB (Fut Subj Sg P1) => mostr + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => mostr + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => mostr + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => mostr + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => mostr + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => mostr + "aren" ; --# notpresent VPB (Cond Sg P1) => mostr + "ara" ; --# notpresent VPB (Cond Sg P2) => mostr + "aras" ; --# notpresent VPB (Cond Sg P3) => mostr + "ara" ; --# notpresent diff --git a/old-lib/resource/spanish/CatSpa.gf b/old-lib/resource/spanish/CatSpa.gf new file mode 100644 index 000000000..956de7fe1 --- /dev/null +++ b/old-lib/resource/spanish/CatSpa.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatSpa of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResSpa) ; diff --git a/next-lib/src/spanish/CompatibilitySpa.gf b/old-lib/resource/spanish/CompatibilitySpa.gf similarity index 100% rename from next-lib/src/spanish/CompatibilitySpa.gf rename to old-lib/resource/spanish/CompatibilitySpa.gf diff --git a/next-lib/src/spanish/ConjunctionSpa.gf b/old-lib/resource/spanish/ConjunctionSpa.gf similarity index 100% rename from next-lib/src/spanish/ConjunctionSpa.gf rename to old-lib/resource/spanish/ConjunctionSpa.gf diff --git a/next-lib/src/spanish/DiffSpa.gf b/old-lib/resource/spanish/DiffSpa.gf similarity index 93% rename from next-lib/src/spanish/DiffSpa.gf rename to old-lib/resource/spanish/DiffSpa.gf index b1ea05af6..668aa79c0 100644 --- a/next-lib/src/spanish/DiffSpa.gf +++ b/old-lib/resource/spanish/DiffSpa.gf @@ -95,13 +95,12 @@ instance DiffSpa of DiffRomance = open CommonRomance, PhonoSpa, BeschSpa, Prelud let pe = case b of {True => P3 ; _ => p} ; agr = aag ** {p = pe} ; - clpr = <[],[],False> ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; -----e verb = case of { -----e => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; -----e _ => (vp.s ! VPImperat).fin ! agr -----e } ; - verb = (vp.s ! VPImperat).fin ! agr ; ----e + verb = case of { + => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; + _ => (vp.s ! VPImperat).fin ! agr + } ; neg = vp.neg ! pol ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol in neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; diff --git a/next-lib/src/spanish/ExtraRomanceSpa.gf b/old-lib/resource/spanish/ExtraRomanceSpa.gf similarity index 100% rename from next-lib/src/spanish/ExtraRomanceSpa.gf rename to old-lib/resource/spanish/ExtraRomanceSpa.gf diff --git a/next-lib/src/spanish/ExtraSpa.gf b/old-lib/resource/spanish/ExtraSpa.gf similarity index 100% rename from next-lib/src/spanish/ExtraSpa.gf rename to old-lib/resource/spanish/ExtraSpa.gf diff --git a/next-lib/src/spanish/ExtraSpaAbs.gf b/old-lib/resource/spanish/ExtraSpaAbs.gf similarity index 100% rename from next-lib/src/spanish/ExtraSpaAbs.gf rename to old-lib/resource/spanish/ExtraSpaAbs.gf diff --git a/next-lib/src/spanish/GrammarSpa.gf b/old-lib/resource/spanish/GrammarSpa.gf similarity index 79% rename from next-lib/src/spanish/GrammarSpa.gf rename to old-lib/resource/spanish/GrammarSpa.gf index e9ca3d7d4..34594feb9 100644 --- a/next-lib/src/spanish/GrammarSpa.gf +++ b/old-lib/resource/spanish/GrammarSpa.gf @@ -11,7 +11,7 @@ concrete GrammarSpa of Grammar = RelativeSpa, ConjunctionSpa, PhraseSpa, - TextSpa - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond], -- special punctuation + TextSpa - [Tense,TPres,TPast,TFut,TCond], -- special punctuation IdiomSpa, StructuralSpa diff --git a/next-lib/src/spanish/IdiomSpa.gf b/old-lib/resource/spanish/IdiomSpa.gf similarity index 83% rename from next-lib/src/spanish/IdiomSpa.gf rename to old-lib/resource/spanish/IdiomSpa.gf index d870f79fa..209d66c0a 100644 --- a/next-lib/src/spanish/IdiomSpa.gf +++ b/old-lib/resource/spanish/IdiomSpa.gf @@ -11,7 +11,7 @@ concrete IdiomSpa of Idiom = CatSpa ** CleftNP np rs = mkClause [] True (agrP3 Masc Sg) (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => (np.s ! rs.c).ton) (predV copula))) ; + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) (insertComplement (\\_ => conjThat ++ s.s ! Indic) @@ -20,7 +20,7 @@ concrete IdiomSpa of Idiom = CatSpa ** ExistNP np = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => (np.s ! Acc).ton) (predV (verboV (hay_3 "haber")))) ; + (insertComplement (\\_ => np.s ! Ton Acc) (predV (verboV (hay_3 "haber")))) ; ExistIP ip = { s = \\t,a,p,_ => ip.s ! Nom ++ @@ -31,7 +31,7 @@ concrete IdiomSpa of Idiom = CatSpa ** insertComplement (\\agr => let - clpr = ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol in (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj diff --git a/next-lib/src/spanish/IrregSpa.gf b/old-lib/resource/spanish/IrregSpa.gf similarity index 68% rename from next-lib/src/spanish/IrregSpa.gf rename to old-lib/resource/spanish/IrregSpa.gf index f2a649846..5953f8063 100644 --- a/next-lib/src/spanish/IrregSpa.gf +++ b/old-lib/resource/spanish/IrregSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../prelude +--# -path=.:../romance:../abstract:../common:prelude -- machine-generated GF file from Andersson & Sderberg's MSc work @@ -18,30 +18,24 @@ lin ser_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "somos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "son" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "seas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "seamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "seis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "seas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "era" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "eras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "era" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "eran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "furamos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "fuesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent @@ -54,12 +48,12 @@ lin ser_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "furemos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "seras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sera" ;--# notpresent @@ -90,30 +84,24 @@ lin ir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "van" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vaya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vayas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vaya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "vayamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "vayis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vayan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vaya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vayas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vaya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vayamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vayis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vayan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "iba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ibas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "iba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ibais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "iban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "furamos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "fuesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent @@ -126,12 +114,12 @@ lin ir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "iremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "iris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "irn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "furemos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "iras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ira" ;--# notpresent @@ -162,30 +150,24 @@ lin estar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estn" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "est" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ests" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "est" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estn" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "est" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ests" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "est" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estn" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estuvieras" ; "estuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estuviramos" ; "estuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estuvierais" ; "estuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estuvieran" ; "estuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estuvo" ;--# notpresent @@ -198,12 +180,12 @@ lin estar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estara" ;--# notpresent @@ -234,30 +216,24 @@ lin haber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "habis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "han" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "haya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hayas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "haya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hayamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hayis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hayan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hayas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hayamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hayis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hayan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "haba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "habas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "haba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "habamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "habais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "haban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hubiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hubieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hubiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hubiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hubierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hubieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hubiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hubieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hubiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hubisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hubieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hubiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hubieras" ; "hubieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hubiramos" ; "hubisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hubierais" ; "hubieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hubieran" ; "hubiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hube" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hubiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hubo" ;--# notpresent @@ -270,12 +246,12 @@ lin haber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "habremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "habris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "habrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hubiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hubieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hubiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hubiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hubiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hubieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hubiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hubieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hubiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hubiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hubiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hubieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "habra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "habras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "habra" ;--# notpresent @@ -306,30 +282,24 @@ lin caber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cabis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "caben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "quepa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "quepas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "quepa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "quepamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "quepis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "quepan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "quepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "quepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "quepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "caba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "caba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cabamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "caban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cupiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cupieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cupiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cupiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cupierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cupieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cupiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cupieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cupiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cupisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cupieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cupiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cupieras" ; "cupieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cupiramos" ; "cupisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cupierais" ; "cupieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cupieran" ; "cupiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cupe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cupiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cupo" ;--# notpresent @@ -342,12 +312,12 @@ lin caber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cabris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cabrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cupiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cupieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cupiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cupiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cupiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cupieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cupiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cupieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cupiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cupiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cupiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cupieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cabra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cabras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cabra" ;--# notpresent @@ -378,30 +348,24 @@ lin resaber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resabis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resaben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resepa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resepas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resepa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resepamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resepis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resepan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resabamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resupiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resupieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resupiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resupiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resupierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resupieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resupiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resupieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resupiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resupisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resupieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resupiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resupieras" ; "resupieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resupiramos" ; "resupisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resupierais" ; "resupieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resupieran" ; "resupiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resupe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resupiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resupo" ;--# notpresent @@ -414,12 +378,12 @@ lin resaber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resabris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resabrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resupiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resupieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resupiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resupiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resupiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resupieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resupiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resupieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resupiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resupiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resupiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resupieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resabra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resabras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resabra" ;--# notpresent @@ -450,30 +414,24 @@ lin saber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sabis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "saben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sepa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sepas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sepa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sepamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sepis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sepan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "saba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "saba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sabamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "saban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "supiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "supieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "supiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "supiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "supierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "supieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "supiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "supieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "supiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "supisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "supieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "supiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supiera" ; "supiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supieras" ; "supieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supiera" ; "supiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supiramos" ; "supisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supierais" ; "supieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supieran" ; "supiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "supiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supo" ;--# notpresent @@ -486,12 +444,12 @@ lin saber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sabris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sabrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "supiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "supieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "supiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "supiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "supiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "supieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "supiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "supiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "supiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "supiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sabra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sabras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sabra" ;--# notpresent @@ -522,30 +480,24 @@ lin abstener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abstenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abstengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abstenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abstengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abstengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abstengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abstenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abstengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abstenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abstengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abstengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abstengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abstuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abstuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abstuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abstuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abstuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abstuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstuvieras" ; "abstuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstuviramos" ; "abstuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstuvierais" ; "abstuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstuvieran" ; "abstuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstuvo" ;--# notpresent @@ -558,12 +510,12 @@ lin abstener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abstuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abstuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abstuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abstuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstendra" ;--# notpresent @@ -594,30 +546,24 @@ lin contener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contuvieras" ; "contuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contuviramos" ; "contuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contuvierais" ; "contuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contuvieran" ; "contuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contuvo" ;--# notpresent @@ -630,12 +576,12 @@ lin contener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contendra" ;--# notpresent @@ -666,30 +612,24 @@ lin detener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "detenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "detengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "detenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "detengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "detengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "detengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "detenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "detengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "detenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "detengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "detengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "detengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "detuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "detuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "detuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "detuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "detuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "detuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "detuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "detuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "detuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "detuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "detuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "detuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detuvieras" ; "detuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detuviramos" ; "detuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detuvierais" ; "detuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detuvieran" ; "detuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detuvo" ;--# notpresent @@ -702,12 +642,12 @@ lin detener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "detuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "detuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "detuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "detuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "detuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "detuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detendra" ;--# notpresent @@ -738,30 +678,24 @@ lin entretener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entretenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entretenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entretienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entretenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entretengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entretenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entretengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entretengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entretengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entretenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entretengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entretenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entretengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entretengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entretengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entretena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entretenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entretena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entretenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entretenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entretenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entretuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entretuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entretuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entretuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entretuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entretuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entretuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entretuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entretuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entretuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entretuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entretuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entretuvieras" ; "entretuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entretuviramos" ; "entretuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entretuvierais" ; "entretuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entretuvieran" ; "entretuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entretuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entretuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entretuvo" ;--# notpresent @@ -774,12 +708,12 @@ lin entretener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entretendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entretendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entretendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entretuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entretuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entretuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entretuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entretuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entretuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entretuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entretuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entretendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entretendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entretendra" ;--# notpresent @@ -810,30 +744,24 @@ lin mantener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mantenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mantenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mantienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mantenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mantengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mantenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mantengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mantengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mantengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mantenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mantengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mantenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mantengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mantengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mantengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mantena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mantenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mantena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mantenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mantenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mantenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mantuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mantuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mantuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mantuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mantuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mantuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mantuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mantuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mantuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mantuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mantuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mantuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mantuvieras" ; "mantuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mantuviramos" ; "mantuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mantuvierais" ; "mantuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mantuvieran" ; "mantuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mantuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mantuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mantuvo" ;--# notpresent @@ -846,12 +774,12 @@ lin mantener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mantendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mantendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mantendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mantuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mantuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mantuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mantuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mantuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mantuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mantuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mantuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mantendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mantendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mantendra" ;--# notpresent @@ -882,30 +810,24 @@ lin manutener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manutenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manutenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manutienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "manutenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "manutengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "manutenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "manutengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "manutengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "manutengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manutenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manutengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manutenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manutengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manutengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "manutengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manutena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manutenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manutena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manutenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manutenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manutenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "manutuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "manutuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "manutuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "manutuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "manutuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "manutuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "manutuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "manutuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "manutuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "manutuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "manutuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "manutuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manutuvieras" ; "manutuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manutuviramos" ; "manutuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manutuvierais" ; "manutuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manutuvieran" ; "manutuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manutuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manutuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manutuvo" ;--# notpresent @@ -918,12 +840,12 @@ lin manutener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manutendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manutendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manutendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "manutuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "manutuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "manutuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "manutuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manutuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manutuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manutuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manutuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manutendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manutendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manutendra" ;--# notpresent @@ -954,30 +876,24 @@ lin obtener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obtenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obtenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obtienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "obtenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "obtengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "obtenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "obtengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "obtengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "obtengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obtenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obtengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obtenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obtengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obtengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obtengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obtena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obtenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obtena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obtenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obtenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obtenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "obtuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "obtuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "obtuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "obtuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "obtuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "obtuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "obtuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "obtuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "obtuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "obtuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "obtuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "obtuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obtuvieras" ; "obtuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obtuviramos" ; "obtuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obtuvierais" ; "obtuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obtuvieran" ; "obtuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obtuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obtuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obtuvo" ;--# notpresent @@ -990,12 +906,12 @@ lin obtener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obtendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obtendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obtendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "obtuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "obtuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "obtuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "obtuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obtuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obtuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obtuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obtuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obtendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obtendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obtendra" ;--# notpresent @@ -1026,30 +942,24 @@ lin retener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retuvieras" ; "retuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retuviramos" ; "retuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retuvierais" ; "retuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retuvieran" ; "retuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retuvo" ;--# notpresent @@ -1062,12 +972,12 @@ lin retener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retendra" ;--# notpresent @@ -1098,30 +1008,24 @@ lin sostener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sostenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sostenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sostienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sostenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sostengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sostenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sostengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sostengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sostengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sostenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sostengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sostenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sostengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sostengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sostengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sostena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sostenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sostena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sostenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sostenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sostenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sostuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sostuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sostuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sostuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sostuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sostuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sostuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sostuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sostuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sostuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sostuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sostuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sostuvieras" ; "sostuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sostuviramos" ; "sostuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sostuvierais" ; "sostuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sostuvieran" ; "sostuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sostuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sostuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sostuvo" ;--# notpresent @@ -1134,12 +1038,12 @@ lin sostener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sostendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sostendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sostendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sostuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sostuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sostuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sostuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sostuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sostuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sostuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sostuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sostendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sostendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sostendra" ;--# notpresent @@ -1170,30 +1074,24 @@ lin tener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tenis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tuviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tuvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tuviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tuviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tuvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tuvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tuvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tuviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tuvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tuvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tuviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tuvieras" ; "tuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tuviramos" ; "tuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tuvierais" ; "tuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tuvieran" ; "tuviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tuvo" ;--# notpresent @@ -1206,12 +1104,12 @@ lin tener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tuviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tuvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tuviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tuviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tuviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tuvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tendra" ;--# notpresent @@ -1242,30 +1140,24 @@ lin anteponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anteponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anteponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anteponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "anteponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "antepongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "anteponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "antepongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "antepongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antepongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anteponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anteponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antepona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anteponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antepona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anteponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anteponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anteponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "antepusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antepusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "antepusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "antepusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antepusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antepusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "antepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antepusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "antepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antepusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antepusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "antepusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antepusieras" ; "antepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antepusiramos" ; "antepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antepusierais" ; "antepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antepusieran" ; "antepusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antepuso" ;--# notpresent @@ -1278,12 +1170,12 @@ lin anteponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antepondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antepondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antepusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "antepusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "antepusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antepusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antepondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antepondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antepondra" ;--# notpresent @@ -1314,30 +1206,24 @@ lin aponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apusieras" ; "apusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apusiramos" ; "apusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apusierais" ; "apusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apusieran" ; "apusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apuso" ;--# notpresent @@ -1350,12 +1236,12 @@ lin aponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apondra" ;--# notpresent @@ -1386,30 +1272,24 @@ lin componer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "componemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "componis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "componen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "componga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "compongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "componga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "compongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "compongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "compongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "componga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "componga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "componas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "componamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "componais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "componan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "compusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "compusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "compusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "compusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "compusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "compusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "compusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "compusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "compusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "compusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "compusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "compusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compusieras" ; "compusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compusiramos" ; "compusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compusierais" ; "compusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compusieran" ; "compusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compuso" ;--# notpresent @@ -1422,12 +1302,12 @@ lin componer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "compusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "compusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "compusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "compusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "compusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "compusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compondra" ;--# notpresent @@ -1458,30 +1338,24 @@ lin contraponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contraponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contraponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contraponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contraponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contrapongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contraponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contrapongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contrapongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contrapongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contraponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contrapongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contraponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contrapongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrapongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contrapongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contrapona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contraponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contrapona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contraponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contraponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contraponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contrapusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contrapusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contrapusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contrapusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contrapusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contrapusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrapusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrapusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrapusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrapusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrapusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrapusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrapusieras" ; "contrapusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrapusiramos" ; "contrapusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrapusierais" ; "contrapusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrapusieran" ; "contrapusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contrapuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contrapusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contrapuso" ;--# notpresent @@ -1494,12 +1368,12 @@ lin contraponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contrapondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contrapondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contrapondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contrapusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contrapusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contrapusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrapusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrapusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrapusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contrapondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contrapondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contrapondra" ;--# notpresent @@ -1530,30 +1404,24 @@ lin deponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "depongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "depongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "depongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "depongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "depongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "depongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "depongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "depongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "depona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "depona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "depusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "depusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "depusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "depusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "depusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "depusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "depusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "depusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "depusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "depusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "depusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "depusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"depusieras" ; "depusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"depusiramos" ; "depusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"depusierais" ; "depusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"depusieran" ; "depusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "depuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "depusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "depuso" ;--# notpresent @@ -1566,12 +1434,12 @@ lin deponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "depondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "depondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "depondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "depusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "depusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "depusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "depusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "depusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "depusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "depusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "depusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "depusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "depusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "depusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "depusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "depondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "depondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "depondra" ;--# notpresent @@ -1602,30 +1470,24 @@ lin descomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descomponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descomponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descomponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descompongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descomponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descompongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descompongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descompongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descompona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descomponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descompona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descomponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descomponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descomponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descompusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descompusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descompusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descompusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descompusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descompusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descompusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descompusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descompusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descompusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descompusieras" ; "descompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descompusiramos" ; "descompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descompusierais" ; "descompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descompusieran" ; "descompusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descompuso" ;--# notpresent @@ -1638,12 +1500,12 @@ lin descomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descompondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descompondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descompusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descompusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descompusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descompusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descompondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descompondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descompondra" ;--# notpresent @@ -1674,30 +1536,24 @@ lin desimponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desimponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desimponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desimponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desimponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desimpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desimponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desimpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desimpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desimpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desimponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desimpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desimponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desimpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desimpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desimpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desimpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desimponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desimpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desimponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desimponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desimponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desimpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desimpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desimpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desimpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desimpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desimpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desimpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desimpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desimpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desimpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desimpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desimpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desimpusieras" ; "desimpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desimpusiramos" ; "desimpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desimpusierais" ; "desimpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desimpusieran" ; "desimpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desimpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desimpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desimpuso" ;--# notpresent @@ -1710,12 +1566,12 @@ lin desimponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desimpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desimpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desimpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desimpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desimpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desimpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desimpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desimpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desimpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desimpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desimpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desimpondra" ;--# notpresent @@ -1746,30 +1602,24 @@ lin disponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "dispongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dispongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dispongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "dispongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "dispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dispona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dispona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dispusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dispusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dispusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dispusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dispusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dispusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dispusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dispusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dispusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dispusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dispusieras" ; "dispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dispusiramos" ; "dispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dispusierais" ; "dispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dispusieran" ; "dispusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dispuso" ;--# notpresent @@ -1782,12 +1632,12 @@ lin disponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dispondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dispondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dispusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dispusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dispusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dispusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dispondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dispondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dispondra" ;--# notpresent @@ -1818,30 +1668,24 @@ lin exponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "exponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "exponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "exponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "exponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "expongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "exponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "expongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "expongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "expongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "exponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "expongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "exponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "expongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "expongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "expongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "expona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "exponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "expona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "exponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "exponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "exponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "expusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "expusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "expusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "expusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "expusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "expusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "expusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "expusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "expusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "expusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "expusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "expusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expusieras" ; "expusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expusiramos" ; "expusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expusierais" ; "expusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expusieran" ; "expusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "expuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "expusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "expuso" ;--# notpresent @@ -1854,12 +1698,12 @@ lin exponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "expondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "expondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "expondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "expusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "expusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "expusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "expusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "expusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "expusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "expusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "expusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "expusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "expusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "expusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "expusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "expondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "expondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "expondra" ;--# notpresent @@ -1890,30 +1734,24 @@ lin fotocomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fotocomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fotocomponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fotocomponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fotocomponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fotocompongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fotocomponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fotocompongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fotocompongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fotocompongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fotocomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fotocompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fotocomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fotocompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fotocompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fotocompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fotocompona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fotocomponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fotocompona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fotocomponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fotocomponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fotocomponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fotocompusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fotocompusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fotocompusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fotocompusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fotocompusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fotocompusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fotocompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fotocompusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fotocompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fotocompusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fotocompusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fotocompusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fotocompusieras" ; "fotocompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fotocompusiramos" ; "fotocompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fotocompusierais" ; "fotocompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fotocompusieran" ; "fotocompusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fotocompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fotocompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fotocompuso" ;--# notpresent @@ -1926,12 +1764,12 @@ lin fotocomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fotocompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fotocompondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fotocompondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fotocompusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fotocompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fotocompondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fotocompondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fotocompondra" ;--# notpresent @@ -1962,30 +1800,24 @@ lin imponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "imponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "impongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "imponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "impongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "impongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "impongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "impongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "impongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "impona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "impona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "imponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "impusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "impusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "impusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "impusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "impusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "impusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "impusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "impusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "impusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "impusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "impusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "impusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impusieras" ; "impusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impusiramos" ; "impusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impusierais" ; "impusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impusieran" ; "impusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "impuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "impusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "impuso" ;--# notpresent @@ -1998,12 +1830,12 @@ lin imponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "impondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "impondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "impondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "impusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "impusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "impusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "impusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "impusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "impusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "impusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "impusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "impusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "impusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "impusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "impusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "impondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "impondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "impondra" ;--# notpresent @@ -2034,30 +1866,24 @@ lin indisponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "indisponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "indisponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "indisponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "indisponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "indispongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "indisponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "indispongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "indispongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "indispongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "indisponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "indispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "indisponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "indispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "indispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "indispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "indispona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "indisponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "indispona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "indisponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "indisponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "indisponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "indispusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "indispusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "indispusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "indispusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "indispusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "indispusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "indispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "indispusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "indispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "indispusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "indispusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "indispusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indispusieras" ; "indispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indispusiramos" ; "indispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indispusierais" ; "indispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indispusieran" ; "indispusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "indispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "indispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "indispuso" ;--# notpresent @@ -2070,12 +1896,12 @@ lin indisponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "indispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "indispondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "indispondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "indispusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "indispusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "indispusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "indispusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "indispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "indispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "indispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "indispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "indispondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "indispondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "indispondra" ;--# notpresent @@ -2106,30 +1932,24 @@ lin interponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "interponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "interponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "interponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "interponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "interpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "interponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "interpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "interpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "interpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "interponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "interpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "interponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "interpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "interpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "interpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "interpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "interponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "interpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "interponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "interponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "interponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "interpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "interpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "interpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "interpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "interpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "interpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "interpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "interpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "interpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "interpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "interpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "interpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interpusieras" ; "interpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interpusiramos" ; "interpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interpusierais" ; "interpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interpusieran" ; "interpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "interpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "interpuso" ;--# notpresent @@ -2142,12 +1962,12 @@ lin interponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "interpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "interpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "interpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "interpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "interpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "interpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "interpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "interpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "interpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "interpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "interpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "interpondra" ;--# notpresent @@ -2178,30 +1998,24 @@ lin oponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "oponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "oponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "opongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "oponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "opongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "opongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "opongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "opongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "opongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "opongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "opongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "opona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "opona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "opusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "opusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "opusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "opusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "opusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "opusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "opusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "opusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "opusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "opusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "opusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "opusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"opusieras" ; "opusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"opusiramos" ; "opusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"opusierais" ; "opusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"opusieran" ; "opusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "opuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "opusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "opuso" ;--# notpresent @@ -2214,12 +2028,12 @@ lin oponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "opondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "opondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "opondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "opusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "opusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "opusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "opusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "opusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "opusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "opusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "opusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "opusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "opusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "opusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "opusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "opondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "opondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "opondra" ;--# notpresent @@ -2250,30 +2064,24 @@ lin poner_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pusieras" ; "pusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pusiramos" ; "pusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pusierais" ; "pusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pusieran" ; "pusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "puse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "puso" ;--# notpresent @@ -2286,12 +2094,12 @@ lin poner_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pondra" ;--# notpresent @@ -2322,30 +2130,24 @@ lin posponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "posponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "posponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "posponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "posponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pospongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "posponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pospongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pospongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pospongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "posponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pospongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "posponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pospongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pospongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pospongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pospona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "posponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pospona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "posponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "posponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "posponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pospusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pospusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pospusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pospusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pospusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pospusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pospusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pospusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pospusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pospusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pospusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pospusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pospusieras" ; "pospusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pospusiramos" ; "pospusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pospusierais" ; "pospusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pospusieran" ; "pospusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pospuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pospusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pospuso" ;--# notpresent @@ -2358,12 +2160,12 @@ lin posponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pospondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pospondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pospondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pospusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pospusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pospusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pospusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pospusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pospusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pospusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pospusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pospondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pospondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pospondra" ;--# notpresent @@ -2394,30 +2196,24 @@ lin predisponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "predisponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "predisponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "predisponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "predisponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "predispongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "predisponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "predispongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "predispongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "predispongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "predisponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "predispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "predisponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "predispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "predispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "predispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "predispona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "predisponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "predispona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "predisponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "predisponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "predisponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "predispusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "predispusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "predispusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "predispusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "predispusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "predispusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "predispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "predispusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "predispusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "predispusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "predispusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "predispusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predispusieras" ; "predispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predispusiramos" ; "predispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predispusierais" ; "predispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predispusieran" ; "predispusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "predispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "predispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "predispuso" ;--# notpresent @@ -2430,12 +2226,12 @@ lin predisponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "predispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "predispondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "predispondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "predispusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "predispusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "predispusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "predispusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "predispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "predispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "predispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "predispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "predispondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "predispondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "predispondra" ;--# notpresent @@ -2466,30 +2262,24 @@ lin preponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prepongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prepongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prepongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prepongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prepona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prepona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prepusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prepusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prepusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prepusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prepusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prepusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prepusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prepusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prepusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prepusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prepusieras" ; "prepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prepusiramos" ; "prepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prepusierais" ; "prepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prepusieran" ; "prepusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prepuso" ;--# notpresent @@ -2502,12 +2292,12 @@ lin preponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prepondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prepondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prepusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prepusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prepusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prepusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prepondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prepondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prepondra" ;--# notpresent @@ -2538,30 +2328,24 @@ lin presuponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "presuponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "presuponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "presuponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "presuponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "presupongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "presuponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "presupongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "presupongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "presupongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "presuponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "presupongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "presuponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "presupongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "presupongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "presupongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "presupona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "presuponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "presupona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "presuponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "presuponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "presuponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "presupusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "presupusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "presupusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "presupusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "presupusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "presupusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "presupusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "presupusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "presupusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "presupusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "presupusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "presupusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presupusieras" ; "presupusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presupusiramos" ; "presupusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presupusierais" ; "presupusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presupusieran" ; "presupusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "presupuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "presupusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "presupuso" ;--# notpresent @@ -2574,12 +2358,12 @@ lin presuponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "presupondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "presupondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "presupondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "presupusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "presupusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "presupusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "presupusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "presupusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "presupusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "presupusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "presupusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "presupondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "presupondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "presupondra" ;--# notpresent @@ -2610,30 +2394,24 @@ lin proponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "proponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "propongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "proponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "propongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "propongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "propongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "propongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "propongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "propongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "propongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "propona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "propona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "propusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "propusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "propusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "propusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "propusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "propusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "propusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "propusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "propusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "propusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "propusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "propusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"propusieras" ; "propusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"propusiramos" ; "propusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"propusierais" ; "propusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"propusieran" ; "propusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "propuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "propusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "propuso" ;--# notpresent @@ -2646,12 +2424,12 @@ lin proponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "propondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "propondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "propondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "propusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "propusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "propusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "propusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "propusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "propusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "propusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "propusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "propusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "propusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "propusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "propusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "propondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "propondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "propondra" ;--# notpresent @@ -2682,30 +2460,24 @@ lin recomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recomponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recompongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recomponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recompongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recompongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recompongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recompona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recompona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recompusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recompusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recompusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recompusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recompusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recompusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recompusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recompusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recompusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recompusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recompusieras" ; "recompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recompusiramos" ; "recompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recompusierais" ; "recompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recompusieran" ; "recompusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recompuso" ;--# notpresent @@ -2718,12 +2490,12 @@ lin recomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recompondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recompondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recompusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recompusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recompusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recompusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recompondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recompondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recompondra" ;--# notpresent @@ -2754,30 +2526,24 @@ lin reponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "repongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "repusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "repusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "repusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "repusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "repusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "repusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "repusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "repusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "repusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "repusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "repusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "repusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repusieras" ; "repusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repusiramos" ; "repusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repusierais" ; "repusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repusieran" ; "repusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repuso" ;--# notpresent @@ -2790,12 +2556,12 @@ lin reponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "repusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "repusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "repusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "repusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "repusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "repusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repondra" ;--# notpresent @@ -2826,30 +2592,24 @@ lin sobreexponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreexponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreexponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreexponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobreexponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobreexpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobreexponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobreexpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobreexpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobreexpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreexponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreexpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreexponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreexpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreexpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreexpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreexpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreexponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreexpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreexponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreexponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreexponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobreexpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobreexpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobreexpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobreexpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobreexpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobreexpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreexpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreexpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreexpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreexpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreexpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreexpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreexpusieras" ; "sobreexpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreexpusiramos" ; "sobreexpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreexpusierais" ; "sobreexpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreexpusieran" ; "sobreexpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobreexpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreexpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreexpuso" ;--# notpresent @@ -2862,12 +2622,12 @@ lin sobreexponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreexpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreexpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreexpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobreexpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreexpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreexpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreexpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreexpondra" ;--# notpresent @@ -2898,30 +2658,24 @@ lin sobreponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobreponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrepongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobreponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrepongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrepongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrepongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrepona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrepona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrepusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrepusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrepusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrepusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrepusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrepusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrepusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrepusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrepusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrepusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrepusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrepusieras" ; "sobrepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrepusiramos" ; "sobrepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrepusierais" ; "sobrepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrepusieran" ; "sobrepusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrepuso" ;--# notpresent @@ -2934,12 +2688,12 @@ lin sobreponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrepondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrepondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrepusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrepondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrepondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrepondra" ;--# notpresent @@ -2970,30 +2724,24 @@ lin subexponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subexponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subexponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subexponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subexponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subexpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subexponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subexpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subexpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subexpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subexponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subexpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subexponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subexpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subexpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subexpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subexpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subexponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subexpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subexponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subexponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subexponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subexpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subexpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subexpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subexpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subexpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subexpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subexpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subexpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subexpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subexpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subexpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subexpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subexpusieras" ; "subexpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subexpusiramos" ; "subexpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subexpusierais" ; "subexpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subexpusieran" ; "subexpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subexpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subexpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subexpuso" ;--# notpresent @@ -3006,12 +2754,12 @@ lin subexponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subexpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subexpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subexpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subexpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subexpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subexpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subexpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subexpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subexpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subexpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subexpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subexpondra" ;--# notpresent @@ -3042,30 +2790,24 @@ lin superponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "superponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "superponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "superponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "superponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "superpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "superponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "superpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "superpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "superpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "superponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "superpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "superponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "superpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "superpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "superpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "superpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "superponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "superpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "superponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "superponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "superponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "superpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "superpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "superpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "superpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "superpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "superpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "superpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "superpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "superpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "superpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "superpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "superpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superpusieras" ; "superpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superpusiramos" ; "superpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superpusierais" ; "superpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superpusieran" ; "superpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "superpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "superpuso" ;--# notpresent @@ -3078,12 +2820,12 @@ lin superponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "superpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "superpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "superpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "superpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "superpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "superpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "superpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "superpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "superpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "superpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "superpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "superpondra" ;--# notpresent @@ -3114,30 +2856,24 @@ lin suponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "suponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "suponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "supongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "supongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "supongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "supongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "supongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "supongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "supongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "supongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "supona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "suponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "supona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "suponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "suponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "suponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "supusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "supusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "supusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "supusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "supusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "supusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "supusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "supusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "supusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "supusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "supusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "supusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supusieras" ; "supusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supusiramos" ; "supusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supusierais" ; "supusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supusieran" ; "supusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "supusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supuso" ;--# notpresent @@ -3150,12 +2886,12 @@ lin suponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "supondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "supondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "supondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "supusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "supusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "supusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "supusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "supusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "supusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "supusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "supusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "supusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "supusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "supondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "supondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "supondra" ;--# notpresent @@ -3186,30 +2922,24 @@ lin telecomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "telecomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "telecomponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "telecomponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "telecomponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "telecompongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "telecomponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "telecompongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "telecompongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "telecompongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "telecomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "telecompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "telecomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "telecompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "telecompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "telecompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "telecompona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "telecomponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "telecompona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "telecomponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "telecomponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "telecomponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "telecompusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "telecompusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "telecompusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "telecompusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "telecompusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "telecompusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "telecompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "telecompusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "telecompusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "telecompusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "telecompusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "telecompusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"telecompusieras" ; "telecompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"telecompusiramos" ; "telecompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"telecompusierais" ; "telecompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"telecompusieran" ; "telecompusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "telecompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "telecompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "telecompuso" ;--# notpresent @@ -3222,12 +2952,12 @@ lin telecomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "telecompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "telecompondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "telecompondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "telecompusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "telecompusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "telecompusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "telecompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "telecompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "telecompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "telecompondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "telecompondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "telecompondra" ;--# notpresent @@ -3258,30 +2988,24 @@ lin transponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transpongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transpongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transpongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transpongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transpona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transpona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transpusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transpusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transpusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transpusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transpusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transpusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transpusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transpusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transpusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transpusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transpusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transpusieras" ; "transpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transpusiramos" ; "transpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transpusierais" ; "transpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transpusieran" ; "transpusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transpuso" ;--# notpresent @@ -3294,12 +3018,12 @@ lin transponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transpondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transpondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transpusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transpusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transpusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transpusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transpondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transpondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transpondra" ;--# notpresent @@ -3330,30 +3054,24 @@ lin trasponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "traspongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "traspongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "traspongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "traspongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traspongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traspongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traspongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traspongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traspona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traspona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "traspusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "traspusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "traspusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "traspusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "traspusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "traspusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "traspusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "traspusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "traspusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traspusieras" ; "traspusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspusiramos" ; "traspusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traspusierais" ; "traspusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traspusieran" ; "traspusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traspuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traspusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traspuso" ;--# notpresent @@ -3366,12 +3084,12 @@ lin trasponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traspondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traspondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traspondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "traspusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "traspusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "traspusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "traspusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "traspusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "traspusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "traspusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "traspusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traspondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traspondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traspondra" ;--# notpresent @@ -3402,30 +3120,24 @@ lin yuxtaponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "yuxtaponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "yuxtaponis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yuxtaponen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "yuxtaponga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "yuxtapongas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "yuxtaponga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "yuxtapongamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "yuxtapongis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "yuxtapongan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yuxtaponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yuxtapongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yuxtaponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "yuxtapongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "yuxtapongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yuxtapongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "yuxtapona" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "yuxtaponas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "yuxtapona" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "yuxtaponamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "yuxtaponais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "yuxtaponan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "yuxtapusiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "yuxtapusieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "yuxtapusiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "yuxtapusiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "yuxtapusierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "yuxtapusieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "yuxtapusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "yuxtapusieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "yuxtapusiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "yuxtapusisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "yuxtapusieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "yuxtapusiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yuxtapusieras" ; "yuxtapusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yuxtapusiramos" ; "yuxtapusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yuxtapusierais" ; "yuxtapusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yuxtapusieran" ; "yuxtapusiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "yuxtapuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "yuxtapusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "yuxtapuso" ;--# notpresent @@ -3438,12 +3150,12 @@ lin yuxtaponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "yuxtapondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "yuxtapondris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "yuxtapondrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "yuxtapusiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "yuxtapusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "yuxtapondra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "yuxtapondras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "yuxtapondra" ;--# notpresent @@ -3474,30 +3186,24 @@ lin advenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "advenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "advens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "advienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "advenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "advengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "advenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "advengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "advengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "advengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "advenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "advengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "advenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "advengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "advengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "advengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "advena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "advenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "advena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "advenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "advenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "advenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "advinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "advinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "advinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "advinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "advinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "advinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advinieras" ; "advinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adviniramos" ; "advinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advinierais" ; "advinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advinieran" ; "adviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "advine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "advino" ;--# notpresent @@ -3510,12 +3216,12 @@ lin advenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "advendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "advendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "advendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "advinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "advinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "advinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "advinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "advendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "advendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "advendra" ;--# notpresent @@ -3546,30 +3252,24 @@ lin antevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antevens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antevienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "antevenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "antevengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "antevenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "antevengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "antevengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antevengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antevena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antevenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antevena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antevenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antevenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antevenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "anteviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antevinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "anteviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "anteviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antevinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antevinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antevinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevinieras" ; "antevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviniramos" ; "antevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevinierais" ; "antevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevinieran" ; "anteviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anteviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antevino" ;--# notpresent @@ -3582,12 +3282,12 @@ lin antevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antevendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antevendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antevinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "anteviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "anteviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antevinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anteviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anteviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antevendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antevendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antevendra" ;--# notpresent @@ -3618,30 +3318,24 @@ lin aprevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aprevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aprevens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprevienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aprevenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aprevengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aprevenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aprevengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aprevengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aprevengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aprevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aprevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aprevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aprevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aprevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aprevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aprevena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aprevenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aprevena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aprevenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aprevenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aprevenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apreviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aprevinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apreviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apreviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aprevinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aprevinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apreviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprevinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apreviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aprevinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprevinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apreviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprevinieras" ; "aprevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apreviniramos" ; "aprevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprevinierais" ; "aprevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprevinieran" ; "apreviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aprevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apreviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aprevino" ;--# notpresent @@ -3654,12 +3348,12 @@ lin aprevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aprevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aprevendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aprevendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aprevinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apreviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apreviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aprevinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aprevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apreviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apreviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aprevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aprevendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aprevendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aprevendra" ;--# notpresent @@ -3690,30 +3384,24 @@ lin avenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "avenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "avenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "avengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "avenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "avengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "avengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "avengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "avenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "avenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "avinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "avinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "avinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "avinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "avinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "avinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avinieras" ; "avinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aviniramos" ; "avinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avinierais" ; "avinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avinieran" ; "aviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avino" ;--# notpresent @@ -3726,12 +3414,12 @@ lin avenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "avendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "avinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "avinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avendra" ;--# notpresent @@ -3762,30 +3450,24 @@ lin contravenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contravenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contravens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contravienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contravenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contravengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contravenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contravengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contravengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contravengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contravenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contravengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contravenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contravengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contravengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contravengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contravena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contravenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contravena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contravenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contravenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contravenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contraviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contravinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contraviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contraviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contravinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contravinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contraviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contravinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contraviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contravinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contravinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contraviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contravinieras" ; "contravinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contraviniramos" ; "contravinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contravinierais" ; "contravinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contravinieran" ; "contraviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contravine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contraviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contravino" ;--# notpresent @@ -3798,12 +3480,12 @@ lin contravenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contravendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contravendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contravendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contravinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contraviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contraviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contravinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contravinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contraviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contraviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contravinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contravendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contravendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contravendra" ;--# notpresent @@ -3834,30 +3516,24 @@ lin convenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "convenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "convengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "convenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "convengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "convengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "convengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "conviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "conviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "conviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "conviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "conviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "conviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convinieras" ; "convinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conviniramos" ; "convinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convinierais" ; "convinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convinieran" ; "conviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convino" ;--# notpresent @@ -3870,12 +3546,12 @@ lin convenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "conviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "conviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "conviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "conviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convendra" ;--# notpresent @@ -3906,30 +3582,24 @@ lin desavenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desavenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desavens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desavienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desavenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desavengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desavenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desavengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desavengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desavengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desavenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desavengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desavenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desavengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desavengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desavengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desavena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desavenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desavena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desavenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desavenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desavenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desaviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desavinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desaviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desaviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desavinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desavinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desavinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desavinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desavinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desavinieras" ; "desavinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaviniramos" ; "desavinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desavinierais" ; "desavinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desavinieran" ; "desaviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desavine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desavino" ;--# notpresent @@ -3942,12 +3612,12 @@ lin desavenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desavendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desavendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desavendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desavinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desaviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desaviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desavinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desavinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desavinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desavendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desavendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desavendra" ;--# notpresent @@ -3978,30 +3648,24 @@ lin desconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconvens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconvienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desconvenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desconvengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desconvenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desconvengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desconvengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desconvengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconvena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconvenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconvena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconvenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconvenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconvenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desconviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desconvinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desconviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desconviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desconvinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desconvinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconvinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconvinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconvinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconvinieras" ; "desconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconviniramos" ; "desconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconvinierais" ; "desconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconvinieran" ; "desconviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconvino" ;--# notpresent @@ -4014,12 +3678,12 @@ lin desconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconvendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconvendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desconvinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desconviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desconviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desconvinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconvendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconvendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconvendra" ;--# notpresent @@ -4050,30 +3714,24 @@ lin devenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "devenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "devens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "devienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "devenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "devengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "devenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "devengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "devengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "devengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "devenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "devengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "devenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "devengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "devengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "devengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "devena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "devenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "devena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "devenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "devenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "devenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "deviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "devinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "deviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "deviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "devinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "devinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "deviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "devinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "deviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "devinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "devinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "deviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devinieras" ; "devinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deviniramos" ; "devinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devinierais" ; "devinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devinieran" ; "deviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "devine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "devino" ;--# notpresent @@ -4086,12 +3744,12 @@ lin devenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "devendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "devendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "devendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "deviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "devinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "deviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "deviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "deviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "devinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "devinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "devinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "devendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "devendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "devendra" ;--# notpresent @@ -4122,30 +3780,24 @@ lin disconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disconvens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disconvienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disconvenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disconvengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disconvenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "disconvengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "disconvengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disconvengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disconvena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disconvenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disconvena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disconvenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disconvenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disconvenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "disconviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "disconvinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "disconviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "disconviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "disconvinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "disconvinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "disconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "disconvinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "disconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disconvinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "disconvinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "disconviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disconvinieras" ; "disconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disconviniramos" ; "disconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disconvinierais" ; "disconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disconvinieran" ; "disconviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disconvino" ;--# notpresent @@ -4158,12 +3810,12 @@ lin disconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disconvendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disconvendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "disconvinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "disconviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "disconviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "disconvinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disconvendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disconvendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disconvendra" ;--# notpresent @@ -4194,30 +3846,24 @@ lin intervenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "intervenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "intervens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "intervienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "intervenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "intervengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "intervenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "intervengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "intervengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "intervengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "intervenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "intervengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "intervenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "intervengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "intervengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "intervengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "intervena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "intervenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "intervena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "intervenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "intervenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "intervenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "interviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "intervinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "interviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "interviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "intervinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "intervinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "interviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "intervinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "interviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "intervinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "intervinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "interviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intervinieras" ; "intervinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interviniramos" ; "intervinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intervinierais" ; "intervinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intervinieran" ; "interviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "intervine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "intervino" ;--# notpresent @@ -4230,12 +3876,12 @@ lin intervenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "intervendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "intervendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "intervendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "interviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "intervinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "interviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "interviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "interviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "intervinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "intervinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "intervinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "intervendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "intervendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "intervendra" ;--# notpresent @@ -4266,30 +3912,24 @@ lin prevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "previenen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prevenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prevengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prevenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prevengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prevengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prevengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prevenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prevenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "previniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "previnieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "previniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "previniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "previnierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "previnieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "previniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "previnieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "previniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "previnisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "previnieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "previniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previniera" ; "previniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previnieras" ; "previnieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previniera" ; "previniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previniramos" ; "previnisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previnierais" ; "previnieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previnieran" ; "previniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "previne" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "previniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "previno" ;--# notpresent @@ -4302,12 +3942,12 @@ lin prevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "previniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "previnieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "previniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "previniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "previniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "previnieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "previniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "previnieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "previniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "previniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "previniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "previnieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevendra" ;--# notpresent @@ -4338,30 +3978,24 @@ lin provenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "provenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "provens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "provienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "provenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "provengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "provenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "provengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "provengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "provengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "provenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "provengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "provenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "provengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "provengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "provengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "provena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "provenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "provena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "provenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "provenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "provenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "proviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "provinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "proviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "proviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "provinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "provinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "proviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "provinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "proviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "provinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "provinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "proviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"provinieras" ; "provinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proviniramos" ; "provinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"provinierais" ; "provinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"provinieran" ; "proviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "provine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "provino" ;--# notpresent @@ -4374,12 +4008,12 @@ lin provenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "provendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "provendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "provendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "proviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "provinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "proviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "proviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "proviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "provinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "provinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "provinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "provendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "provendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "provendra" ;--# notpresent @@ -4410,30 +4044,24 @@ lin reconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconvens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconvenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconvengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconvenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconvengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconvengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconvengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconvena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconvena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconvenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconvenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconvinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconvinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconvinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvinieras" ; "reconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconviniramos" ; "reconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvinierais" ; "reconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvinieran" ; "reconviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvino" ;--# notpresent @@ -4446,12 +4074,12 @@ lin reconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconvinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconvinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvendra" ;--# notpresent @@ -4482,30 +4110,24 @@ lin revenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revinieras" ; "revinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviniramos" ; "revinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revinierais" ; "revinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revinieran" ; "reviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revino" ;--# notpresent @@ -4518,12 +4140,12 @@ lin revenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revendra" ;--# notpresent @@ -4554,30 +4176,24 @@ lin sobrevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobreviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobreviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobreviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevinieras" ; "sobrevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreviniramos" ; "sobrevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevinierais" ; "sobrevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevinieran" ; "sobreviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevino" ;--# notpresent @@ -4590,12 +4206,12 @@ lin sobrevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobreviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevendra" ;--# notpresent @@ -4626,30 +4242,24 @@ lin subvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subvens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subvienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subvenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subvengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subvenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subvengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subvengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subvengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subvena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subvenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subvena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subvenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subvenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subvenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subvinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subvinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subvinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subvinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvinieras" ; "subvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subviniramos" ; "subvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvinierais" ; "subvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvinieran" ; "subviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subvino" ;--# notpresent @@ -4662,12 +4272,12 @@ lin subvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subvendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subvendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subvinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subvinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subvendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subvendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subvendra" ;--# notpresent @@ -4698,30 +4308,24 @@ lin supervenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "supervenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "supervens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "supervienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "supervenga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "supervengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "supervenga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "supervengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "supervengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "supervengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "supervenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "supervengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "supervenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "supervengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "supervengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "supervengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "supervena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "supervenas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "supervena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "supervenamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "supervenais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "supervenan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "superviniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "supervinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "superviniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "superviniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "supervinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "supervinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "superviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "supervinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "superviniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "supervinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "supervinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "superviniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supervinieras" ; "supervinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superviniramos" ; "supervinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supervinierais" ; "supervinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supervinieran" ; "superviniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supervine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supervino" ;--# notpresent @@ -4734,12 +4338,12 @@ lin supervenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "supervendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "supervendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "supervendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "superviniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "supervinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "superviniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "superviniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "superviniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "supervinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supervinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supervinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "supervendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "supervendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "supervendra" ;--# notpresent @@ -4770,30 +4374,24 @@ lin venir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "venimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vens" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vienen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "venga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vengas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "venga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "vengamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "vengis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "venga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "venga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vena" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "venas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vena" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "venamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "venais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "venan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "viniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "vinieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "viniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "viniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "vinierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "vinieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "viniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "vinieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "viniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "vinisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "vinieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "viniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viniera" ; "viniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vinieras" ; "vinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viniera" ; "viniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viniramos" ; "vinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vinierais" ; "vinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vinieran" ; "viniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "viniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vino" ;--# notpresent @@ -4806,12 +4404,12 @@ lin venir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "vendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "vendris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vendrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "viniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "vinieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "viniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "viniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "viniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "vinieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "viniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "viniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "viniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "viniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vendra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "vendras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vendra" ;--# notpresent @@ -4842,30 +4440,24 @@ lin romper_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rompemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rompis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rompen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rompa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rompas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rompa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rompamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rompis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rompan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rompa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rompas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rompa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rompamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rompis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rompan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rompa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rompas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rompa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rompamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rompais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rompan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rompiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rompieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rompiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rompiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rompierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rompieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rompiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rompieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rompiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rompisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rompieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rompiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rompieras" ; "rompieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rompiramos" ; "rompisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rompierais" ; "rompieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rompieran" ; "rompiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "romp" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rompiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rompi" ;--# notpresent @@ -4878,12 +4470,12 @@ lin romper_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "romperemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "romperis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rompern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rompiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rompieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rompiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rompiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rompiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rompieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rompiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rompieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rompiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rompiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rompiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rompieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rompera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "romperas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rompera" ;--# notpresent @@ -4914,30 +4506,24 @@ lin volver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "volvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "volvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "volvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "volviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "volvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "volviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "volviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "volvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "volvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "volviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "volvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "volviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "volvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "volvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "volviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volviera" ; "volviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volvieras" ; "volvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volviera" ; "volviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volviramos" ; "volvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volvierais" ; "volvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volvieran" ; "volviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "volv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "volvi" ;--# notpresent @@ -4950,12 +4536,12 @@ lin volver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "volviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "volvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "volviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "volviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "volviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "volvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volvera" ;--# notpresent @@ -4986,30 +4572,24 @@ lin pudrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pudrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pudrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pudren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pudra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pudras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pudra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pudramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pudris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pudran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pudra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pudras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pudra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pudramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pudris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pudran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pudra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pudras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pudra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pudramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pudrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pudran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pudriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pudrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pudriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pudriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pudrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pudrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudrieras" ; "pudrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudriramos" ; "pudrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudrierais" ; "pudrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudrieran" ; "pudriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pudr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pudriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pudri" ;--# notpresent @@ -5022,12 +4602,12 @@ lin pudrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pudriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pudriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pudrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pudriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pudrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pudriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pudriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pudriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pudrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pudriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pudrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pudriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pudriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pudriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pudrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pudrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pudriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pudrira" ;--# notpresent @@ -5058,30 +4638,24 @@ lin adir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5094,12 +4668,12 @@ lin adir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5130,30 +4704,24 @@ lin denegrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5166,12 +4734,12 @@ lin denegrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5202,30 +4770,24 @@ lin descolorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5238,12 +4800,12 @@ lin descolorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5274,30 +4836,24 @@ lin fallir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5310,12 +4866,12 @@ lin fallir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5346,30 +4902,24 @@ lin preterir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5382,12 +4932,12 @@ lin preterir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5418,30 +4968,24 @@ lin usucapir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5454,12 +4998,12 @@ lin usucapir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5490,30 +5034,24 @@ lin abrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abriera" ; "abriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abrieras" ; "abrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abriera" ; "abriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abriramos" ; "abrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abrierais" ; "abrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abrieran" ; "abriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abri" ;--# notpresent @@ -5526,12 +5064,12 @@ lin abrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abrira" ;--# notpresent @@ -5562,30 +5100,24 @@ lin adscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adscribieras" ; "adscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adscribiramos" ; "adscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adscribierais" ; "adscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adscribieran" ; "adscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adscribi" ;--# notpresent @@ -5598,12 +5130,12 @@ lin adscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adscribira" ;--# notpresent @@ -5634,30 +5166,24 @@ lin circunscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "circunscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "circunscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "circunscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "circunscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "circunscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "circunscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circunscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "circunscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "circunscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "circunscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "circunscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "circunscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "circunscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunscribieras" ; "circunscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunscribiramos" ; "circunscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunscribierais" ; "circunscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunscribieran" ; "circunscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunscribi" ;--# notpresent @@ -5670,12 +5196,12 @@ lin circunscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "circunscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "circunscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunscribira" ;--# notpresent @@ -5706,30 +5232,24 @@ lin cubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cubrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cubren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cubra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cubras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cubra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cubramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cubris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cubran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cubra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cubras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cubra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cubramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cubrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cubran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cubriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cubrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cubriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cubriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cubrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cubrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cubrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cubrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cubrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cubriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cubrieras" ; "cubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cubriramos" ; "cubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cubrierais" ; "cubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cubrieran" ; "cubriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cubr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cubri" ;--# notpresent @@ -5742,12 +5262,12 @@ lin cubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cubriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cubrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cubriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cubrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cubriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cubriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cubriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cubrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cubrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cubriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cubrira" ;--# notpresent @@ -5778,30 +5298,24 @@ lin describir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "describimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "describs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "describen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "describa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "describas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "describa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "describamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "describis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "describan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "describa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "describas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "describa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "describamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "describis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "describan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "describa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "describas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "describa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "describamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "describais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "describan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "describiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "describieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "describiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "describiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "describierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "describieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "describiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "describieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "describiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "describisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "describieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "describiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"describiera" ; "describiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"describieras" ; "describieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"describiera" ; "describiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"describiramos" ; "describisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"describierais" ; "describieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"describieran" ; "describiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "describ" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "describiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "describi" ;--# notpresent @@ -5814,12 +5328,12 @@ lin describir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "describiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "describiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "describirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "describiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "describieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "describiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "describiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "describiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "describieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "describiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "describieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "describiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "describiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "describiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "describieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "describira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "describiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "describira" ;--# notpresent @@ -5850,30 +5364,24 @@ lin descubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descubrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descubren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descubra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descubras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descubra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descubramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descubris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descubran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descubra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descubras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descubra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descubramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descubrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descubran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descubriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descubrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descubriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descubriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descubrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descubrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descubrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descubrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descubrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descubriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descubrieras" ; "descubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descubriramos" ; "descubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descubrierais" ; "descubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descubrieran" ; "descubriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descubr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descubri" ;--# notpresent @@ -5886,12 +5394,12 @@ lin descubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descubriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descubrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descubriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descubrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descubriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descubriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descubriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descubrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descubrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descubriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descubrira" ;--# notpresent @@ -5922,30 +5430,24 @@ lin encubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encubrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encubren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encubra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encubras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encubra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encubramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encubris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encubran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encubra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encubras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encubra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encubramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encubrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encubran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encubriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encubrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encubriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encubriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encubrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encubrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubrieras" ; "encubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubriramos" ; "encubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubrierais" ; "encubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubrieran" ; "encubriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encubr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encubri" ;--# notpresent @@ -5958,12 +5460,12 @@ lin encubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encubriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encubrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encubriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encubrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encubriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encubriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encubriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encubrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encubrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encubriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encubrira" ;--# notpresent @@ -5994,30 +5496,24 @@ lin entreabrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entreabrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreabrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreabren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entreabra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entreabras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entreabra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entreabramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entreabris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entreabran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreabra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreabras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreabra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreabramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreabris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreabran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreabra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreabras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreabra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreabramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreabrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreabran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entreabriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entreabrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entreabriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entreabriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entreabrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entreabrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreabriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreabrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreabriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreabrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreabrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreabriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreabrieras" ; "entreabrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreabriramos" ; "entreabrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreabrierais" ; "entreabrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreabrieran" ; "entreabriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreabr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreabriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entreabri" ;--# notpresent @@ -6030,12 +5526,12 @@ lin entreabrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreabriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreabriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreabrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entreabrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entreabriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entreabriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entreabrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreabrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreabriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreabriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreabrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreabrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreabriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreabrira" ;--# notpresent @@ -6066,30 +5562,24 @@ lin escribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escribieras" ; "escribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escribiramos" ; "escribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escribierais" ; "escribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escribieran" ; "escribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escribi" ;--# notpresent @@ -6102,12 +5592,12 @@ lin escribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escribira" ;--# notpresent @@ -6138,30 +5628,24 @@ lin inscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "inscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "inscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "inscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "inscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "inscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "inscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "inscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "inscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "inscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "inscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "inscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "inscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "inscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "inscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inscribieras" ; "inscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inscribiramos" ; "inscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inscribierais" ; "inscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inscribieran" ; "inscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inscribi" ;--# notpresent @@ -6174,12 +5658,12 @@ lin inscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "inscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "inscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "inscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "inscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inscribira" ;--# notpresent @@ -6210,30 +5694,24 @@ lin manuscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manuscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manuscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manuscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "manuscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "manuscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "manuscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "manuscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "manuscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "manuscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manuscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manuscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manuscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manuscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manuscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "manuscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manuscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manuscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manuscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manuscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manuscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manuscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "manuscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "manuscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "manuscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "manuscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "manuscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "manuscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "manuscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "manuscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "manuscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "manuscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "manuscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "manuscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manuscribieras" ; "manuscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manuscribiramos" ; "manuscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manuscribierais" ; "manuscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manuscribieran" ; "manuscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manuscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manuscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manuscribi" ;--# notpresent @@ -6246,12 +5724,12 @@ lin manuscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manuscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manuscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "manuscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "manuscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manuscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manuscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manuscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manuscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manuscribira" ;--# notpresent @@ -6282,30 +5760,24 @@ lin prescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prescribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prescriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prescriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prescribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prescriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prescribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prescribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prescriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prescriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prescribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prescriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prescribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prescribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prescriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prescribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prescribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prescribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prescribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prescribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prescribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prescribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prescribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prescribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prescribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prescribieras" ; "prescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prescribiramos" ; "prescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prescribierais" ; "prescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prescribieran" ; "prescribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prescrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prescribi" ;--# notpresent @@ -6318,12 +5790,12 @@ lin prescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prescribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prescribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prescribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prescribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prescribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prescribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prescribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prescribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prescribira" ;--# notpresent @@ -6354,30 +5826,24 @@ lin proscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "proscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "proscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "proscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "proscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "proscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "proscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "proscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "proscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "proscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "proscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "proscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "proscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "proscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "proscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "proscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "proscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "proscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "proscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "proscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "proscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "proscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "proscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "proscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "proscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proscribieras" ; "proscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proscribiramos" ; "proscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proscribierais" ; "proscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proscribieran" ; "proscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "proscribi" ;--# notpresent @@ -6390,12 +5856,12 @@ lin proscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "proscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "proscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "proscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "proscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "proscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "proscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proscribira" ;--# notpresent @@ -6426,30 +5892,24 @@ lin reabrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reabrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reabrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reabren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reabra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reabras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reabra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reabramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reabris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reabran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reabra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reabras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reabra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reabramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reabris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reabran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reabra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reabras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reabra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reabramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reabrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reabran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reabriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reabrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reabriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reabriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reabrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reabrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reabriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reabrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reabriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reabrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reabrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reabriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reabrieras" ; "reabrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reabriramos" ; "reabrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reabrierais" ; "reabrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reabrieran" ; "reabriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reabr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reabriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reabri" ;--# notpresent @@ -6462,12 +5922,12 @@ lin reabrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reabriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reabriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reabrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reabriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reabrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reabriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reabriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reabriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reabrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reabriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reabrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reabriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reabriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reabriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reabrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reabrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reabriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reabrira" ;--# notpresent @@ -6498,30 +5958,24 @@ lin reinscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reinscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reinscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reinscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reinscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reinscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reinscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reinscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reinscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reinscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reinscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reinscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reinscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reinscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reinscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reinscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reinscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reinscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reinscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reinscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reinscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reinscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reinscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reinscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reinscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reinscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reinscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reinscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reinscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reinscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reinscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reinscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reinscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reinscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reinscribieras" ; "reinscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reinscribiramos" ; "reinscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reinscribierais" ; "reinscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reinscribieran" ; "reinscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reinscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reinscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reinscribi" ;--# notpresent @@ -6534,12 +5988,12 @@ lin reinscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reinscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reinscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reinscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reinscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reinscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reinscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reinscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reinscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reinscribira" ;--# notpresent @@ -6570,30 +6024,24 @@ lin rescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rescribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rescriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rescriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rescribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rescriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rescribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rescribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rescriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rescriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rescribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rescriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rescribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rescribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rescriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rescribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rescribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rescribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rescribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rescribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rescribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescribieras" ; "rescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescribiramos" ; "rescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescribierais" ; "rescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescribieran" ; "rescribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rescrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rescribi" ;--# notpresent @@ -6606,12 +6054,12 @@ lin rescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rescribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rescribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rescribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rescribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rescribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rescribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rescribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rescribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rescribira" ;--# notpresent @@ -6642,30 +6090,24 @@ lin sobrescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrescribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrescriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrescriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrescribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrescriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrescribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrescribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrescriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrescriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrescribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrescriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrescribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrescribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrescriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrescribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrescribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrescribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrescribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrescribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrescribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrescribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrescribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrescribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrescribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrescribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrescribieras" ; "sobrescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrescribiramos" ; "sobrescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrescribierais" ; "sobrescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrescribieran" ; "sobrescribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrescrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrescribi" ;--# notpresent @@ -6678,12 +6120,12 @@ lin sobrescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrescribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrescribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrescribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrescribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrescribira" ;--# notpresent @@ -6714,30 +6156,24 @@ lin subscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subscribieras" ; "subscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subscribiramos" ; "subscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subscribierais" ; "subscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subscribieran" ; "subscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subscribi" ;--# notpresent @@ -6750,12 +6186,12 @@ lin subscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subscribira" ;--# notpresent @@ -6786,30 +6222,24 @@ lin suscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "suscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "suscribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suscriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suscriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "suscribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suscriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "suscribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "suscribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suscriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "suscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "suscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "suscriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "suscribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "suscriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "suscribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "suscribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "suscriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "suscribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "suscribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "suscribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "suscribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "suscribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "suscribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "suscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "suscribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "suscribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "suscribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "suscribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "suscribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"suscribieras" ; "suscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"suscribiramos" ; "suscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"suscribierais" ; "suscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"suscribieran" ; "suscribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "suscrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "suscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "suscribi" ;--# notpresent @@ -6822,12 +6252,12 @@ lin suscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "suscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "suscribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "suscribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "suscribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "suscribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "suscribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "suscribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "suscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "suscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "suscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "suscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "suscribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "suscribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "suscribira" ;--# notpresent @@ -6858,30 +6288,24 @@ lin transcribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transcribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transcribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transcriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transcriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transcribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transcriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transcribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transcribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transcriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transcriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transcribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transcriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transcribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transcribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transcriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transcriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transcribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transcriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transcribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transcribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transcriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transcribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transcribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transcribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transcribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transcribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transcribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcribieras" ; "transcribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcribiramos" ; "transcribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcribierais" ; "transcribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcribieran" ; "transcribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transcrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transcribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transcribi" ;--# notpresent @@ -6894,12 +6318,12 @@ lin transcribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transcribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transcribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transcribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transcribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transcribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transcribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transcribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transcribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transcribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transcribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transcribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transcribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transcribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transcribira" ;--# notpresent @@ -6930,30 +6354,24 @@ lin trascribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascribs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascriben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trascriba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trascribas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trascriba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trascribamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trascribis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trascriban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trascribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trascriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascriba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascribas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascriba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascribamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascribais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascriban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trascribiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trascribieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trascribiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trascribiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trascribierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trascribieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascribieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascribiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascribisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascribieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascribiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascribieras" ; "trascribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascribiramos" ; "trascribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascribierais" ; "trascribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascribieran" ; "trascribiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascrib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascribi" ;--# notpresent @@ -6966,12 +6384,12 @@ lin trascribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascribiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascribirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trascribieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trascribiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trascribiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trascribieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascribira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascribiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascribira" ;--# notpresent @@ -7002,30 +6420,24 @@ lin abolir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abolimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abols" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "abola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abolas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abolamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abolais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abolan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aboliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abolieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aboliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aboliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abolierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abolieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aboliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abolieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aboliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abolieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aboliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abolieras" ; "abolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aboliramos" ; "abolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abolierais" ; "abolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abolieran" ; "aboliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aboliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aboli" ;--# notpresent @@ -7038,12 +6450,12 @@ lin abolir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aboliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aboliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abolirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aboliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abolieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aboliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aboliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aboliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abolieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aboliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aboliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aboliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aboliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abolira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aboliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abolira" ;--# notpresent @@ -7074,30 +6486,24 @@ lin agredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "agredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "agreds" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "agreda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "agredas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "agreda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "agredamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "agredais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "agredan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "agrediera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "agredieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "agrediera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "agrediramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "agredierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "agredieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "agrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "agredieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "agrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "agredisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "agredieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "agrediesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agredieras" ; "agredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agrediramos" ; "agredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agredierais" ; "agredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agredieran" ; "agrediesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "agred" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "agrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "agredi" ;--# notpresent @@ -7110,12 +6516,12 @@ lin agredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "agrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "agrediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "agredirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "agrediere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "agredieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "agrediere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "agrediremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "agrediereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "agredieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "agrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "agredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "agrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "agrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "agrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "agredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "agredira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "agrediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "agredira" ;--# notpresent @@ -7146,30 +6552,24 @@ lin aguerrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aguerrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aguerrs" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "aguerra" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aguerras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aguerra" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aguerramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aguerrais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aguerran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aguerriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aguerrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aguerriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aguerriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aguerrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aguerrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aguerriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aguerrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aguerriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aguerrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aguerrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aguerriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aguerrieras" ; "aguerrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aguerriramos" ; "aguerrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aguerrierais" ; "aguerrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aguerrieran" ; "aguerriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aguerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aguerriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aguerri" ;--# notpresent @@ -7182,12 +6582,12 @@ lin aguerrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aguerriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aguerriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aguerrirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aguerrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aguerriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aguerriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aguerrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aguerrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aguerriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aguerriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aguerrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aguerrira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aguerriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aguerrira" ;--# notpresent @@ -7218,30 +6618,24 @@ lin arrecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "arreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrecieras" ; "arrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arreciramos" ; "arrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrecierais" ; "arrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrecieran" ; "arreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arreci" ;--# notpresent @@ -7254,12 +6648,12 @@ lin arrecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arreciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arreciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arrecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arreciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arrecira" ;--# notpresent @@ -7290,30 +6684,24 @@ lin aterir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aterimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aters" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "atera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ateras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ateramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aterais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ateran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ateriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aterieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ateriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ateriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aterierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aterieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ateriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ateriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aterisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ateriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterieras" ; "aterieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ateriramos" ; "aterisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterierais" ; "aterieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterieran" ; "ateriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ater" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ateriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ateri" ;--# notpresent @@ -7326,12 +6714,12 @@ lin aterir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ateriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ateriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aterirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ateriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aterieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ateriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ateriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ateriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aterieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ateriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aterieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ateriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ateriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ateriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aterieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aterira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ateriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aterira" ;--# notpresent @@ -7362,30 +6750,24 @@ lin blandir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "blandimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "blands" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "blanda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "blandas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "blanda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "blandamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "blandais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "blandan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "blandiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "blandieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "blandiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "blandiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "blandierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "blandieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "blandiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "blandieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "blandiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "blandisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "blandieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "blandiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blandieras" ; "blandieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blandiramos" ; "blandisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blandierais" ; "blandieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blandieran" ; "blandiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bland" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "blandiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "blandi" ;--# notpresent @@ -7398,12 +6780,12 @@ lin blandir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "blandiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "blandiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "blandirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "blandiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "blandieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "blandiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "blandiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "blandiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "blandieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "blandiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "blandieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "blandiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "blandiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "blandiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "blandieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "blandira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "blandiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "blandira" ;--# notpresent @@ -7434,30 +6816,24 @@ lin colorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colorimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colors" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "colora" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coloras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colora" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coloramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colorais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coloran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coloriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "colorieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coloriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coloriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "colorierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "colorieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coloriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "colorieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coloriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "colorisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "colorieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coloriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colorieras" ; "colorieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coloriramos" ; "colorisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colorierais" ; "colorieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colorieran" ; "coloriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "color" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coloriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colori" ;--# notpresent @@ -7470,12 +6846,12 @@ lin colorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coloriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coloriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colorirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coloriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "colorieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coloriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coloriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coloriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "colorieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coloriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colorieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coloriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coloriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coloriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colorieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colorira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coloriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colorira" ;--# notpresent @@ -7506,30 +6882,24 @@ lin concernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concerns" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concerniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "concerniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concerni" ;--# notpresent @@ -7542,12 +6912,12 @@ lin concernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concerniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concerniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent @@ -7578,30 +6948,24 @@ lin empedernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empedernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empederns" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "empederna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empedernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empederna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empedernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empedernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empedernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empederniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empedernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empederniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empederniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empedernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empedernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empederniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empederniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empedernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empederniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedernieras" ; "empedernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empederniramos" ; "empedernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedernierais" ; "empedernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedernieran" ; "empederniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empedern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empederniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empederni" ;--# notpresent @@ -7614,12 +6978,12 @@ lin empedernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empederniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empederniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empedernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empederniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empedernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empederniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empederniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empederniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empedernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empederniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empedernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empederniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empederniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empederniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empedernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empedernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empederniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empedernira" ;--# notpresent @@ -7650,30 +7014,24 @@ lin garantir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "garantimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "garants" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "garanta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "garantas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "garanta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "garantamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "garantais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "garantan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "garantiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "garantieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "garantiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "garantiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "garantierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "garantieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "garantiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "garantieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "garantiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "garantisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "garantieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "garantiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"garantieras" ; "garantieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garantiramos" ; "garantisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"garantierais" ; "garantieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"garantieran" ; "garantiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "garant" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "garantiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "garanti" ;--# notpresent @@ -7686,12 +7044,12 @@ lin garantir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "garantiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "garantiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "garantirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "garantiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "garantieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "garantiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "garantiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "garantiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "garantieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "garantiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "garantieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "garantiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "garantiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "garantiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "garantieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "garantira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "garantiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "garantira" ;--# notpresent @@ -7722,30 +7080,24 @@ lin manir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mans" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "mana" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mana" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "maniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "manieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "maniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "maniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "manierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "manieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "maniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "manieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "maniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "manisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "manieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "maniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maniera" ; "maniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manieras" ; "manieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maniera" ; "maniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maniramos" ; "manisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manierais" ; "manieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manieran" ; "maniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "man" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "maniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mani" ;--# notpresent @@ -7758,12 +7110,12 @@ lin manir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "maniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "maniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "maniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "manieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "maniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "maniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "maniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "manieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "maniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "maniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "maniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "maniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "maniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manira" ;--# notpresent @@ -7794,30 +7146,24 @@ lin transgredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transgredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transgreds" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "transgreda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transgredas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transgreda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transgredamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transgredais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transgredan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transgrediera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transgredieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transgrediera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transgrediramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transgredierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transgredieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transgrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transgredieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transgrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transgredisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transgredieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transgrediesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transgredieras" ; "transgredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transgrediramos" ; "transgredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transgredierais" ; "transgredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transgredieran" ; "transgrediesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transgred" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transgrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transgredi" ;--# notpresent @@ -7830,12 +7176,12 @@ lin transgredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transgrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transgrediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transgredirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transgredieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transgrediremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transgrediereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transgredieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transgredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transgrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transgrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transgredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transgredira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transgrediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transgredira" ;--# notpresent @@ -7866,30 +7212,24 @@ lin trasgredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasgredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasgreds" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasgreda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasgredas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasgreda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasgredamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasgredais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasgredan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasgrediera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasgredieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasgrediera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasgrediramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasgredierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasgredieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasgrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasgredieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasgrediese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasgredisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasgredieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasgrediesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasgredieras" ; "trasgredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasgrediramos" ; "trasgredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasgredierais" ; "trasgredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasgredieran" ; "trasgrediesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasgred" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasgrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasgredi" ;--# notpresent @@ -7902,12 +7242,12 @@ lin trasgredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasgrediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasgredirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasgredieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasgredieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasgredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasgredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasgredira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasgrediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasgredira" ;--# notpresent @@ -7938,30 +7278,24 @@ lin adquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adquirs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adquiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adquiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adquira" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adquiras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adquira" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adquiramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adquirais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adquiran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adquiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adquirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adquiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adquiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adquirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adquirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adquirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adquirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adquirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adquiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adquirieras" ; "adquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adquiriramos" ; "adquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adquirierais" ; "adquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adquirieran" ; "adquiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adquir" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adquiri" ;--# notpresent @@ -7974,12 +7308,12 @@ lin adquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adquiriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adquirirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adquirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adquiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adquiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adquirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adquirira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adquiriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adquirira" ;--# notpresent @@ -8010,30 +7344,24 @@ lin coadquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coadquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coadquirs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coadquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coadquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "coadquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coadquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "coadquiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "coadquiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "coadquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coadquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coadquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coadquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coadquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coadquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coadquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coadquira" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coadquiras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coadquira" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coadquiramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coadquirais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coadquiran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coadquiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "coadquirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coadquiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coadquiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "coadquirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "coadquirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coadquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "coadquirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coadquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "coadquirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "coadquirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coadquiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coadquirieras" ; "coadquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coadquiriramos" ; "coadquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coadquirierais" ; "coadquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coadquirieran" ; "coadquiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coadquir" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coadquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coadquiri" ;--# notpresent @@ -8046,12 +7374,12 @@ lin coadquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coadquiriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coadquirirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "coadquirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "coadquirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coadquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coadquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coadquirira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coadquiriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coadquirira" ;--# notpresent @@ -8082,30 +7410,24 @@ lin inquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inquirs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "inquiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "inquiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inquira" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inquiras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inquira" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inquiramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inquirais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inquiran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "inquiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "inquirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "inquiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "inquiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "inquirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "inquirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "inquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "inquirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "inquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "inquirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "inquirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "inquiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inquirieras" ; "inquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inquiriramos" ; "inquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inquirierais" ; "inquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inquirieran" ; "inquiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inquir" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inquiri" ;--# notpresent @@ -8118,12 +7440,12 @@ lin inquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inquiriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inquirirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "inquirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "inquiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "inquiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "inquirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inquirira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inquiriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inquirira" ;--# notpresent @@ -8154,30 +7476,24 @@ lin perquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perquirs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "perquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "perquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "perquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "perquiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "perquiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "perquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perquira" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perquiras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perquira" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perquiramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perquirais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perquiran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "perquiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "perquirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "perquiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "perquiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "perquirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "perquirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "perquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "perquirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "perquiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "perquirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "perquirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "perquiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perquirieras" ; "perquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perquiriramos" ; "perquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perquirierais" ; "perquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perquirieran" ; "perquiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perquir" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perquiri" ;--# notpresent @@ -8190,12 +7506,12 @@ lin perquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perquiriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perquirirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "perquirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "perquiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "perquiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "perquirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perquirira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perquiriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perquirira" ;--# notpresent @@ -8226,30 +7542,24 @@ lin ascender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ascendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ascendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ascienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ascienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ascienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ascendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ascendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ascienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ascienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ascendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ascendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ascenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ascendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ascenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ascendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ascendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ascendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ascendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ascendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ascendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ascendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ascendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ascendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ascendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ascendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ascendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ascendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ascendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ascendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ascendieras" ; "ascendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ascendiramos" ; "ascendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ascendierais" ; "ascendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ascendieran" ; "ascendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ascend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ascendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ascendi" ;--# notpresent @@ -8262,12 +7572,12 @@ lin ascender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ascenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ascenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ascendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ascendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ascendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ascendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ascendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ascendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ascendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ascendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ascendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ascendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ascenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ascendera" ;--# notpresent @@ -8298,30 +7608,24 @@ lin atender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atendieras" ; "atendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atendiramos" ; "atendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atendierais" ; "atendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atendieran" ; "atendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atendi" ;--# notpresent @@ -8334,12 +7638,12 @@ lin atender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atendera" ;--# notpresent @@ -8370,30 +7674,24 @@ lin cerner_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cernemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cerniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "cerniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cerni" ;--# notpresent @@ -8406,12 +7704,12 @@ lin cerner_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerneremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerneris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cernern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cerniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cernera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cerneras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cernera" ;--# notpresent @@ -8442,30 +7740,24 @@ lin condecender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condecendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condecendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condecienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "condecienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "condeciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "condecienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "condecendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "condecendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "condeciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condecienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condeciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condecienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condecendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condecendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condeciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condecenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condecendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condecenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condecendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condecendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condecendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condecendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condecendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condecendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condecendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condecendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condecendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condecendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condecendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condecendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condecendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condecendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condecendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condecendieras" ; "condecendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condecendiramos" ; "condecendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condecendierais" ; "condecendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condecendieran" ; "condecendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condecend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condecendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condecendi" ;--# notpresent @@ -8478,12 +7770,12 @@ lin condecender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condecenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condecenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condecendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condecendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condecendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condecendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condecendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condecendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condecendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condecendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condecendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condecendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condecenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condecendera" ;--# notpresent @@ -8514,30 +7806,24 @@ lin condescender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condescendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condescendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condescienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "condescienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "condesciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "condescienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "condescendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "condescendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "condesciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condescienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condesciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condescienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condescendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condescendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condesciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condescenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condescendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condescenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condescendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condescendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condescendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condescendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condescendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condescendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condescendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condescendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condescendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condescendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condescendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condescendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condescendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condescendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condescendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condescendieras" ; "condescendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condescendiramos" ; "condescendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condescendierais" ; "condescendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condescendieran" ; "condescendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condescend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condescendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condescendi" ;--# notpresent @@ -8550,12 +7836,12 @@ lin condescender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condescenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condescenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condescendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condescendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condescendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condescendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condescendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condescendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condescendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condescendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condescendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condescendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condescenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condescendera" ;--# notpresent @@ -8586,30 +7872,24 @@ lin contender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contendieras" ; "contendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contendiramos" ; "contendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contendierais" ; "contendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contendieran" ; "contendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contendi" ;--# notpresent @@ -8622,12 +7902,12 @@ lin contender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contendera" ;--# notpresent @@ -8658,30 +7938,24 @@ lin defender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "defendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "defendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "defienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "defienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "defiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "defienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "defendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "defendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "defiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "defienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "defiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "defienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "defendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "defendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "defiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "defenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "defendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "defenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "defendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "defendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "defendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "defendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "defendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "defendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "defendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "defendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "defendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "defendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "defendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "defendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "defendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "defendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "defendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defendieras" ; "defendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defendiramos" ; "defendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defendierais" ; "defendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defendieran" ; "defendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "defend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "defendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "defendi" ;--# notpresent @@ -8694,12 +7968,12 @@ lin defender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "defenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "defenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "defendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "defendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "defendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "defendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "defendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "defendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "defendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "defendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "defendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "defendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "defendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "defendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "defendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "defendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "defenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "defendera" ;--# notpresent @@ -8730,30 +8004,24 @@ lin desatender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desatendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desatendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desatienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desatiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desatienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desatendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desatendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desatiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desatendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desatendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desatiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desatenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desatendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desatenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desatendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desatendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desatendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desatendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desatendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desatendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desatendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desatendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desatendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatendieras" ; "desatendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatendiramos" ; "desatendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatendierais" ; "desatendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatendieran" ; "desatendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desatend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desatendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desatendi" ;--# notpresent @@ -8766,12 +8034,12 @@ lin desatender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desatenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desatenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desatendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desatendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desatendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desatendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desatendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desatendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desatendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desatendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desatendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desatendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desatenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desatendera" ;--# notpresent @@ -8802,30 +8070,24 @@ lin descender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descendieras" ; "descendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descendiramos" ; "descendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descendierais" ; "descendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descendieran" ; "descendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descendi" ;--# notpresent @@ -8838,12 +8100,12 @@ lin descender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descendera" ;--# notpresent @@ -8874,30 +8136,24 @@ lin distender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "distienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "distiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "distienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "distendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "distendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "distiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "distendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "distendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "distendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "distendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "distendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "distendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "distendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "distendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "distendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "distendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "distendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "distendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distendieras" ; "distendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distendiramos" ; "distendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distendierais" ; "distendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distendieran" ; "distendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distendi" ;--# notpresent @@ -8910,12 +8166,12 @@ lin distender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "distendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "distendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "distendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "distendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "distendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "distendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distendera" ;--# notpresent @@ -8946,30 +8202,24 @@ lin encender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encendieras" ; "encendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encendiramos" ; "encendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encendierais" ; "encendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encendieran" ; "encendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encendi" ;--# notpresent @@ -8982,12 +8232,12 @@ lin encender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encendera" ;--# notpresent @@ -9018,30 +8268,24 @@ lin entender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entendieras" ; "entendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entendiramos" ; "entendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entendierais" ; "entendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entendieran" ; "entendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entendi" ;--# notpresent @@ -9054,12 +8298,12 @@ lin entender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entendera" ;--# notpresent @@ -9090,30 +8334,24 @@ lin extender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "extienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "extiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "extienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "extendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "extendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "extiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "extendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "extendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "extendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "extendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "extendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "extendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "extendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "extendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "extendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "extendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "extendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "extendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extendieras" ; "extendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extendiramos" ; "extendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extendierais" ; "extendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extendieran" ; "extendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extendi" ;--# notpresent @@ -9126,12 +8364,12 @@ lin extender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "extendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "extendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "extendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "extendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "extendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "extendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extendera" ;--# notpresent @@ -9162,30 +8400,24 @@ lin heder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hedemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hedis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hieden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hieda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hiedas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hieda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hedamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hedis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hiedan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hieda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiedas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hieda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hedamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hedis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiedan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "heda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "heda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hediera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hedieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hediera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hediramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hedierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hedieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hediese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hedieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hediese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hedisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hedieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hediesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hediera" ; "hediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hedieras" ; "hedieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hediera" ; "hediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hediramos" ; "hedisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hedierais" ; "hedieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hedieran" ; "hediesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hedi" ;--# notpresent @@ -9198,12 +8430,12 @@ lin heder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hederemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hederis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hedern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hediere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hedieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hediere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hediremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hediereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hedieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hedieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hedieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hedera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hederas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hedera" ;--# notpresent @@ -9234,30 +8466,24 @@ lin hender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "hendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hendi" ;--# notpresent @@ -9270,12 +8496,12 @@ lin hender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "henderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "henderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "henderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hendera" ;--# notpresent @@ -9306,30 +8532,24 @@ lin malentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "malentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "malentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "malentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "malentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "malentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "malentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "malentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "malentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "malentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "malentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "malentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "malentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "malentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "malentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "malentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "malentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "malentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "malentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malentendieras" ; "malentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malentendiramos" ; "malentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malentendierais" ; "malentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malentendieran" ; "malentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malentendi" ;--# notpresent @@ -9342,12 +8562,12 @@ lin malentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "malentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "malentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "malentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "malentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malentendera" ;--# notpresent @@ -9378,30 +8598,24 @@ lin perder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perdemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perdis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pierden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pierda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pierdas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pierda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "perdamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "perdis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pierdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pierda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pierdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pierda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perdamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perdis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pierdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perdas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perdamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perdais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perdan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "perdiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "perdieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "perdiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "perdiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "perdierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "perdieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "perdiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "perdieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "perdiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "perdisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "perdieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "perdiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perdieras" ; "perdieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perdiramos" ; "perdisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perdierais" ; "perdieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perdieran" ; "perdiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perd" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perdiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perdi" ;--# notpresent @@ -9414,12 +8628,12 @@ lin perder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perdern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "perdiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "perdieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "perdiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "perdiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "perdiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "perdieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perdiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perdieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perdiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perdiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perdiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perdieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perdera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perdera" ;--# notpresent @@ -9450,30 +8664,24 @@ lin reverter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revertamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revertiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revertieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revertiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revertiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revertierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revertieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revertieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revertisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revertieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revertiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revertieras" ; "revertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revertiramos" ; "revertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revertierais" ; "revertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revertieran" ; "revertiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reverti" ;--# notpresent @@ -9486,12 +8694,12 @@ lin reverter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reverteris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revertern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revertiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revertieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revertiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revertiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revertiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revertieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revertera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reverteras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revertera" ;--# notpresent @@ -9522,30 +8730,24 @@ lin sobreentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobreentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobreentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobreentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobreentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobreentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobreentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobreentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobreentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobreentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobreentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobreentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobreentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreentendieras" ; "sobreentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreentendiramos" ; "sobreentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreentendierais" ; "sobreentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreentendieran" ; "sobreentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobreentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreentendi" ;--# notpresent @@ -9558,12 +8760,12 @@ lin sobreentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobreentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreentendera" ;--# notpresent @@ -9594,30 +8796,24 @@ lin sobrentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrentendieras" ; "sobrentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrentendiramos" ; "sobrentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrentendierais" ; "sobrentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrentendieran" ; "sobrentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrentendi" ;--# notpresent @@ -9630,12 +8826,12 @@ lin sobrentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrentendera" ;--# notpresent @@ -9666,30 +8862,24 @@ lin subentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subentendieras" ; "subentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subentendiramos" ; "subentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subentendierais" ; "subentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subentendieran" ; "subentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subentendi" ;--# notpresent @@ -9702,12 +8892,12 @@ lin subentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subentendera" ;--# notpresent @@ -9738,30 +8928,24 @@ lin subtender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subtendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subtendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subtienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subtienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subtiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subtienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subtendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subtendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subtiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subtienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subtiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subtienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subtendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subtendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subtiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subtenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subtendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subtenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subtendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subtendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subtendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subtendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subtendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subtendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subtendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subtendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subtendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subtendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subtendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subtendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subtendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subtendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subtendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subtendieras" ; "subtendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subtendiramos" ; "subtendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subtendierais" ; "subtendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subtendieran" ; "subtendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subtend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subtendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subtendi" ;--# notpresent @@ -9774,12 +8958,12 @@ lin subtender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subtenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subtenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subtendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subtendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subtendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subtendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subtendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subtendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subtendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subtendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subtendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subtendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subtenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subtendera" ;--# notpresent @@ -9810,30 +8994,24 @@ lin superentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "superentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "superentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "superentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "superentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "superentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "superentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "superentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "superentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "superentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "superentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "superentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "superentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "superentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "superentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "superentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "superentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "superentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "superentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "superentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "superentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "superentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "superentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "superentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "superentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "superentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "superentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "superentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "superentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "superentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "superentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "superentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "superentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "superentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superentendieras" ; "superentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superentendiramos" ; "superentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superentendierais" ; "superentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superentendieran" ; "superentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "superentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "superentendi" ;--# notpresent @@ -9846,12 +9024,12 @@ lin superentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "superentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "superentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "superentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "superentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "superentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "superentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "superentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "superentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "superentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "superentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "superentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "superentendera" ;--# notpresent @@ -9882,30 +9060,24 @@ lin tender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tendieras" ; "tendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tendiramos" ; "tendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tendierais" ; "tendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tendieran" ; "tendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tendi" ;--# notpresent @@ -9918,12 +9090,12 @@ lin tender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tendera" ;--# notpresent @@ -9954,30 +9126,24 @@ lin transcender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transcendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transcendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transcienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transcienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transcienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transcendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transcendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transcienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transcienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transcendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transcendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transcenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transcendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transcenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transcendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transcendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transcendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transcendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transcendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transcendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transcendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transcendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transcendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcendieras" ; "transcendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcendiramos" ; "transcendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcendierais" ; "transcendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcendieran" ; "transcendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transcend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transcendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transcendi" ;--# notpresent @@ -9990,12 +9156,12 @@ lin transcender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transcenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transcenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transcendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transcendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transcendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transcendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transcendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transcendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transcendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transcendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transcendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transcendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transcenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transcendera" ;--# notpresent @@ -10026,30 +9192,24 @@ lin trascender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trascienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasciendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trascienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trascendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trascendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trascendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trascendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trascendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trascendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trascendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trascendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascendieras" ; "trascendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascendiramos" ; "trascendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascendierais" ; "trascendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascendieran" ; "trascendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascendi" ;--# notpresent @@ -10062,12 +9222,12 @@ lin trascender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trascendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trascendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trascendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trascendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascendera" ;--# notpresent @@ -10098,30 +9258,24 @@ lin trasverter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasvertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasvertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasvierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasvierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasvierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasvertamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasvertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasvertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasvertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasvertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasvertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasvertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasvertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasvertiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasvertieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasvertiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasvertiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasvertierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasvertieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasvertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvertieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasvertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasvertisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvertieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasvertiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvertieras" ; "trasvertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasvertiramos" ; "trasvertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvertierais" ; "trasvertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvertieran" ; "trasvertiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasvert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasverti" ;--# notpresent @@ -10134,12 +9288,12 @@ lin trasverter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasverteris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasvertern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasvertieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasvertiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasvertieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasvertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasvertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasvertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasvertera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasverteras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasvertera" ;--# notpresent @@ -10170,30 +9324,24 @@ lin verter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "viertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "vertamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "vertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "viertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "viertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "viertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "verta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "verta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "vertiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "vertieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "vertiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "vertiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "vertierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "vertieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "vertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "vertieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "vertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "vertisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "vertieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "vertiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vertieras" ; "vertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vertiramos" ; "vertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vertierais" ; "vertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vertieran" ; "vertiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "vertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "verti" ;--# notpresent @@ -10206,12 +9354,12 @@ lin verter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "verteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "verteris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vertern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "vertiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "vertieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "vertiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "vertiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "vertiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "vertieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "vertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "vertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "vertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "vertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vertera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "verteras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vertera" ;--# notpresent @@ -10242,30 +9390,24 @@ lin cernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cerns" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cerniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "cerniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cerni" ;--# notpresent @@ -10278,12 +9420,12 @@ lin cernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cerniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cerniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cernira" ;--# notpresent @@ -10314,30 +9456,24 @@ lin concernir2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concerns" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciernen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "concierna" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conciernas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "concierna" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "concernamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "concernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conciernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concerniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "concerniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concerni" ;--# notpresent @@ -10350,12 +9486,12 @@ lin concernir2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concerniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concerniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent @@ -10386,30 +9522,24 @@ lin discernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discerns" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disciernen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "discierna" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disciernas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "discierna" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "discernamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "discernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disciernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "discerniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "discernieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "discerniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "discerniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "discernierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "discernieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "discerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "discernieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "discerniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "discernisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "discernieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "discerniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discernieras" ; "discernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discerniramos" ; "discernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discernierais" ; "discernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discernieran" ; "discerniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "discern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discerni" ;--# notpresent @@ -10422,12 +9552,12 @@ lin discernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discerniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "discerniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "discernieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "discerniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "discerniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "discerniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "discernieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discerniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discernira" ;--# notpresent @@ -10458,30 +9588,24 @@ lin hendir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hendimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hends" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "hendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hendi" ;--# notpresent @@ -10494,12 +9618,12 @@ lin hendir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hendiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hendiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hendirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hendira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hendiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hendira" ;--# notpresent @@ -10530,30 +9654,24 @@ lin amover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amueven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amueva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amuevas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amovamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amova" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amovas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amovamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amovais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amovan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amoviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amovieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amoviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amoviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amovierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amovieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amovieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amovisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amovieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amovieras" ; "amovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoviramos" ; "amovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amovierais" ; "amovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amovieran" ; "amoviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amovi" ;--# notpresent @@ -10566,12 +9684,12 @@ lin amover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amovern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amoviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amovieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amoviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amoviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amoviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amovieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amovera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amovera" ;--# notpresent @@ -10602,30 +9720,24 @@ lin conmover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conmovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conmovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conmueven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "conmueva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conmuevas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "conmueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "conmovamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "conmovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conmuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conmueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conmuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conmueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conmovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conmovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conmuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conmova" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conmovas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conmova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conmovamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conmovais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conmovan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "conmoviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "conmovieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "conmoviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "conmoviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "conmovierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "conmovieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "conmoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "conmovieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "conmoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "conmovisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "conmovieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "conmoviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conmovieras" ; "conmovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conmoviramos" ; "conmovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conmovierais" ; "conmovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conmovieran" ; "conmoviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conmov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conmoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "conmovi" ;--# notpresent @@ -10638,12 +9750,12 @@ lin conmover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conmoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conmoveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conmovern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "conmovieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "conmoviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "conmoviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "conmovieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "conmovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conmoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conmoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "conmovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conmovera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conmoveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conmovera" ;--# notpresent @@ -10674,30 +9786,24 @@ lin demoler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "demolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "demolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "demuelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "demuela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "demuelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "demuela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "demolamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "demolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "demuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "demuela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "demuelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "demuela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "demolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "demuelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "demola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "demolas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "demola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "demolamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "demolais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "demolan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "demoliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "demolieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "demoliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "demoliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "demolierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "demolieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "demoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "demolieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "demoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "demolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "demolieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "demoliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demolieras" ; "demolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demoliramos" ; "demolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demolierais" ; "demolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demolieran" ; "demoliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "demol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "demoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "demoli" ;--# notpresent @@ -10710,12 +9816,12 @@ lin demoler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "demoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "demoleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "demolern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "demoliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "demolieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "demoliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "demoliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "demoliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "demolieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "demoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "demolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "demoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "demoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "demoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "demolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "demolera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "demoleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "demolera" ;--# notpresent @@ -10746,30 +9852,24 @@ lin doler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "duela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "duelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "duela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dolamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "duelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "duelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "duelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dolas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dolamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dolais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dolan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "doliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dolieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "doliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "doliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dolierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dolieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "doliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "doliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "doliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"doliera" ; "doliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolieras" ; "dolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"doliera" ; "doliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"doliramos" ; "dolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolierais" ; "dolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolieran" ; "doliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "doliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "doli" ;--# notpresent @@ -10782,12 +9882,12 @@ lin doler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "doleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "doleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dolern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "doliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dolieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "doliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "doliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "doliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dolieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "doliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "doliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "doliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "doliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dolera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "doleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dolera" ;--# notpresent @@ -10818,30 +9918,24 @@ lin moler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "molemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "molis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "muela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "muela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "molamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "molis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "muelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "molamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "molis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "molas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "molamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "molais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "molan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "moliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "molieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "moliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "moliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "molierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "molieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "moliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "molieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "moliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "molisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "molieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "moliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moliera" ; "moliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"molieras" ; "molieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moliera" ; "moliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moliramos" ; "molisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"molierais" ; "molieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"molieran" ; "moliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "moli" ;--# notpresent @@ -10854,12 +9948,12 @@ lin moler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "molern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "moliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "molieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "moliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "moliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "moliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "molieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "molieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "molieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "molera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "molera" ;--# notpresent @@ -10890,30 +9984,24 @@ lin morder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mordemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muerden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "muerda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muerdas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "muerda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mordamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "muerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muerda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muerdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muerda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mordamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muerdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "morda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mordas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "morda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mordamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mordais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mordan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mordiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mordieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mordiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mordiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mordierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mordieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mordiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mordieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mordiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mordisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mordieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mordiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mordieras" ; "mordieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mordiramos" ; "mordisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mordierais" ; "mordieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mordieran" ; "mordiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mordiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mordi" ;--# notpresent @@ -10926,12 +10014,12 @@ lin morder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "morderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "morderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mordern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mordiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mordieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mordiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mordiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mordiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mordieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mordiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mordieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mordiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mordiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mordiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mordieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mordera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "morderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mordera" ;--# notpresent @@ -10962,30 +10050,24 @@ lin mover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "movemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "movis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mueva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muevas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "movamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "movis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "muevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "movamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "movis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mova" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "movas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "movamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "movais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "movan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "moviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "movieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "moviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "moviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "movierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "movieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "moviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "movieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "moviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "movisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "movieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "moviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moviera" ; "moviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"movieras" ; "movieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moviera" ; "moviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moviramos" ; "movisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"movierais" ; "movieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"movieran" ; "moviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "movi" ;--# notpresent @@ -10998,12 +10080,12 @@ lin mover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "movern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "moviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "movieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "moviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "moviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "moviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "movieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "movieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "movieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "movera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "movera" ;--# notpresent @@ -11034,30 +10116,24 @@ lin promover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "promovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "promovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "promueven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "promueva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "promuevas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "promueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "promovamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "promovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "promuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "promueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "promuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "promueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "promovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "promovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "promuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "promova" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "promovas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "promova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "promovamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "promovais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "promovan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "promoviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "promovieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "promoviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "promoviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "promovierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "promovieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "promoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "promovieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "promoviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "promovisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "promovieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "promoviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"promovieras" ; "promovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"promoviramos" ; "promovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"promovierais" ; "promovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"promovieran" ; "promoviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "promov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "promoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "promovi" ;--# notpresent @@ -11070,12 +10146,12 @@ lin promover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "promoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "promoveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "promovern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "promoviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "promovieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "promoviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "promoviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "promoviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "promovieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "promoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "promovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "promoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "promoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "promoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "promovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "promovera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "promoveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "promovera" ;--# notpresent @@ -11106,30 +10182,24 @@ lin remoler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remuelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remuela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remuelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remuela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remolamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remuela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remuelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remuela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remuelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remolas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remolamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remolais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remolan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remoliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remolieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remoliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remoliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remolierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remolieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remoliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolieras" ; "remolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remoliramos" ; "remolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolierais" ; "remolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolieran" ; "remoliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remoli" ;--# notpresent @@ -11142,12 +10212,12 @@ lin remoler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remoleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remolern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remoliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remolieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remoliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remoliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remoliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remolieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remolera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remoleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remolera" ;--# notpresent @@ -11178,30 +10248,24 @@ lin remover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "removemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "removis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remueven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remueva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remuevas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "removamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "removis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "removamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "removis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remova" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "removas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "removamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "removais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "removan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "removiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "removieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "removiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "removiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "removierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "removieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "removiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "removieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "removiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "removisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "removieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "removiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"removiera" ; "removiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"removieras" ; "removieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"removiera" ; "removiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"removiramos" ; "removisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"removierais" ; "removieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"removieran" ; "removiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "removiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "removi" ;--# notpresent @@ -11214,12 +10278,12 @@ lin remover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "removeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "removeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "removern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "removiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "removieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "removiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "removiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "removiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "removieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "removiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "removieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "removiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "removiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "removiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "removieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "removera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "removeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "removera" ;--# notpresent @@ -11250,30 +10314,24 @@ lin rernorder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rernordemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rernordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rernuerden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rernuerda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rernuerdas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rernuerda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rernordamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rernordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rernuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rernuerda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rernuerdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rernuerda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rernordamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rernordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rernuerdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rernorda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rernordas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rernorda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rernordamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rernordais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rernordan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rernordiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rernordieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rernordiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rernordiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rernordierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rernordieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rernordiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rernordieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rernordiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rernordisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rernordieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rernordiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rernordieras" ; "rernordieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rernordiramos" ; "rernordisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rernordierais" ; "rernordieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rernordieran" ; "rernordiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rernord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rernordiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rernordi" ;--# notpresent @@ -11286,12 +10344,12 @@ lin rernorder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rernorderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rernorderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rernordern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rernordieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rernordiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rernordiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rernordieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rernordieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rernordiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rernordiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rernordieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rernordera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rernorderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rernordera" ;--# notpresent @@ -11322,30 +10380,24 @@ lin absolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "absolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "absolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "absuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "absuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "absuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "absuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "absolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "absolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "absuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "absolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "absolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "absolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "absolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "absolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "absolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "absolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "absolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "absolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "absolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "absolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "absolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "absolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "absolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "absolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "absolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "absolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "absolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"absolvieras" ; "absolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"absolviramos" ; "absolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"absolvierais" ; "absolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"absolvieran" ; "absolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "absolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "absolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "absolvi" ;--# notpresent @@ -11358,12 +10410,12 @@ lin absolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "absolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "absolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "absolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "absolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "absolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "absolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "absolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "absolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "absolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "absolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "absolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "absolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "absolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "absolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "absolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "absolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "absolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "absolvera" ;--# notpresent @@ -11394,30 +10446,24 @@ lin desenvolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenvolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenvolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenvuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desenvuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desenvuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desenvuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenvolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenvolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desenvuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenvuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenvuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenvuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenvolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenvolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenvuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenvolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenvolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenvolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenvolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenvolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenvolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenvolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenvolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenvolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenvolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenvolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenvolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenvolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenvolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenvolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenvolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenvolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenvolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenvolvieras" ; "desenvolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenvolviramos" ; "desenvolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenvolvierais" ; "desenvolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenvolvieran" ; "desenvolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenvolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenvolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenvolvi" ;--# notpresent @@ -11430,12 +10476,12 @@ lin desenvolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenvolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenvolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenvolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenvolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenvolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenvolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenvolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenvolvera" ;--# notpresent @@ -11466,30 +10512,24 @@ lin desvolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desvuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desvuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desvuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desvolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desvolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desvuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desvolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desvolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desvolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desvolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desvolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desvolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvolvieras" ; "desvolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvolviramos" ; "desvolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvolvierais" ; "desvolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvolvieran" ; "desvolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvolvi" ;--# notpresent @@ -11502,12 +10542,12 @@ lin desvolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desvolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desvolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desvolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desvolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvolvera" ;--# notpresent @@ -11538,30 +10578,24 @@ lin devolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "devolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "devolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "devuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "devuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "devuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "devuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "devolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "devolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "devuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "devuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "devuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "devuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "devolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "devolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "devuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "devolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "devolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "devolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "devolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "devolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "devolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "devolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "devolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "devolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "devolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "devolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "devolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "devolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "devolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "devolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "devolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "devolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "devolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devolvieras" ; "devolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"devolviramos" ; "devolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devolvierais" ; "devolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devolvieran" ; "devolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "devolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "devolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "devolvi" ;--# notpresent @@ -11574,12 +10608,12 @@ lin devolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "devolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "devolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "devolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "devolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "devolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "devolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "devolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "devolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "devolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "devolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "devolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "devolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "devolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "devolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "devolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "devolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "devolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "devolvera" ;--# notpresent @@ -11610,30 +10644,24 @@ lin disolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "disolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "disolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "disolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "disolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "disolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "disolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "disolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "disolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "disolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "disolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "disolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "disolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "disolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disolvieras" ; "disolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disolviramos" ; "disolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disolvierais" ; "disolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disolvieran" ; "disolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disolvi" ;--# notpresent @@ -11646,12 +10674,12 @@ lin disolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "disolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "disolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "disolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "disolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "disolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "disolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disolvera" ;--# notpresent @@ -11682,30 +10710,24 @@ lin ensolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensolvieras" ; "ensolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensolviramos" ; "ensolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensolvierais" ; "ensolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensolvieran" ; "ensolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensolvi" ;--# notpresent @@ -11718,12 +10740,12 @@ lin ensolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensolvera" ;--# notpresent @@ -11754,30 +10776,24 @@ lin envolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "envuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "envuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "envuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "envolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "envolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "envuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "envolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "envolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "envolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "envolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "envolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "envolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "envolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "envolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "envolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "envolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "envolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "envolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envolvieras" ; "envolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envolviramos" ; "envolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envolvierais" ; "envolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envolvieran" ; "envolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envolvi" ;--# notpresent @@ -11790,12 +10806,12 @@ lin envolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "envolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "envolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "envolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "envolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "envolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "envolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envolvera" ;--# notpresent @@ -11826,30 +10842,24 @@ lin resolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolvieras" ; "resolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolviramos" ; "resolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolvierais" ; "resolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolvieran" ; "resolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resolvi" ;--# notpresent @@ -11862,12 +10872,12 @@ lin resolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resolvera" ;--# notpresent @@ -11898,30 +10908,24 @@ lin revolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revolvis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revuelva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revuelvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revuelva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revolvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revolvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revuelvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolvas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolvamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolvais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolvan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revolviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revolvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revolviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revolviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revolvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revolvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolvieras" ; "revolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolviramos" ; "revolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolvierais" ; "revolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolvieran" ; "revolviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revolv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revolvi" ;--# notpresent @@ -11934,12 +10938,12 @@ lin revolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revolviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revolvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revolviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revolviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revolviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revolvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolvera" ;--# notpresent @@ -11970,30 +10974,24 @@ lin coextenderse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "coextendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coextendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coextienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coextienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "coextiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coextienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "coextendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "coextendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "coextiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coextienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coextiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coextienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coextendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coextendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coextiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coextenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coextendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coextenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coextendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coextendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coextendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coextendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "coextendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coextendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coextendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "coextendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "coextendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coextendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "coextendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coextendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "coextendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "coextendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coextendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coextendieras" ; "coextendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coextendiramos" ; "coextendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coextendierais" ; "coextendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coextendieran" ; "coextendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coextend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coextendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coextendi" ;--# notpresent @@ -12006,12 +11004,12 @@ lin coextenderse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "coextenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coextenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coextendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "coextendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coextendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coextendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "coextendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coextendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coextendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coextendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coextendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coextendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coextenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coextendera" ;--# notpresent @@ -12042,30 +11040,24 @@ lin desentenderse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentienden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desentienda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desentiendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desentienda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desentendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desentendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desentiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desentendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desentendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desentendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desentendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desentendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desentendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentendieras" ; "desentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentendiramos" ; "desentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentendierais" ; "desentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentendieran" ; "desentendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentendi" ;--# notpresent @@ -12078,12 +11070,12 @@ lin desentenderse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desentendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desentendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desentendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desentendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentendera" ;--# notpresent @@ -12114,30 +11106,24 @@ lin sobreverterse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobreviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevertamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobreviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevertiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevertieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevertiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevertiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevertierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevertieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevertieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevertiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevertisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevertieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevertiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevertieras" ; "sobrevertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevertiramos" ; "sobrevertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevertierais" ; "sobrevertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevertieran" ; "sobrevertiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreverti" ;--# notpresent @@ -12150,12 +11136,12 @@ lin sobreverterse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreverteris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevertern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevertiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevertera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreverteras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevertera" ;--# notpresent @@ -12186,30 +11172,24 @@ lin condolerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "condolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conduelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "conduela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conduelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "conduela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "condolamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "condolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conduelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conduela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conduelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conduela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conduelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condolas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condolamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condolais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condolan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condoliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condolieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condoliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condoliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condolierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condolieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolieras" ; "condolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoliramos" ; "condolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolierais" ; "condolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolieran" ; "condoliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condoli" ;--# notpresent @@ -12222,12 +11202,12 @@ lin condolerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "condoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condoleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condolern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condoliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condolieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condoliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condoliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condoliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condolieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condolera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condoleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condolera" ;--# notpresent @@ -12258,30 +11238,24 @@ lin ahincar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ahincamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ahincis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ahncan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ahnque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ahnques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ahnque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ahinquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ahinquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ahnquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ahnque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ahnques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ahnque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ahinquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ahnquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ahincaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ahincabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ahincaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ahincbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ahincabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ahincaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ahincara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ahincaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ahincara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ahincramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ahincarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ahincaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ahincase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ahincases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ahincase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ahincsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ahincaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ahincasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ahincaras" ; "ahincases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ahincramos" ; "ahincsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ahincarais" ; "ahincaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ahincaran" ; "ahincasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ahinqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ahincaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ahinc" ;--# notpresent @@ -12294,12 +11268,12 @@ lin ahincar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ahincaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ahincaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ahincarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ahincare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ahincares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ahincare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ahincremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ahincareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ahincaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ahincare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ahincares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ahincare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ahincremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ahincareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ahincaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ahincara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ahincaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ahincara" ;--# notpresent @@ -12330,30 +11304,24 @@ lin arrusticar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrusticamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrusticis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arrustcan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "arrustque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "arrustques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "arrustque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "arrustiquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "arrustiquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "arrustquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arrustque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arrustques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arrustque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arrustiquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arrustquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arrusticaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrusticabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arrusticaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrusticbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrusticabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrusticaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arrusticara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arrusticaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arrusticara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arrusticramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arrusticarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arrusticaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrusticase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrusticases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrusticase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrusticsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrusticaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrusticasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrusticaras" ; "arrusticases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrusticramos" ; "arrusticsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrusticarais" ; "arrusticaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrusticaran" ; "arrusticasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrustiqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arrusticaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arrustic" ;--# notpresent @@ -12366,12 +11334,12 @@ lin arrusticar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arrusticaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arrusticaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrusticarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arrusticares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arrusticremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arrusticareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arrusticaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrusticares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arrusticremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arrusticareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrusticaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arrusticara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arrusticaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arrusticara" ;--# notpresent @@ -12402,30 +11370,24 @@ lin arcaizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arcaizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arcaizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arcazan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "arcace" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "arcaces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "arcace" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "arcaicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "arcaicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "arcacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arcace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arcaces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arcace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arcaicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arcacen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arcaizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arcaizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arcaizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arcaizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arcaizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arcaizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arcaizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arcaizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arcaizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arcaizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arcaizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arcaizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arcaizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arcaizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arcaizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arcaizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arcaizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arcaizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arcaizaras" ; "arcaizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arcaizramos" ; "arcaizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arcaizarais" ; "arcaizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arcaizaran" ; "arcaizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arcaic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arcaizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arcaiz" ;--# notpresent @@ -12438,12 +11400,12 @@ lin arcaizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arcaizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arcaizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arcaizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arcaizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arcaizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arcaizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arcaizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arcaizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arcaizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arcaizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arcaizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arcaizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arcaizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arcaizara" ;--# notpresent @@ -12474,30 +11436,24 @@ lin desraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desraizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desrazan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desrace" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desraces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desrace" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desraicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desraicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desracen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desracen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desraizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desraizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desraizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desraizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desraizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desraizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desraizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desraizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desraizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desraizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desraizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desraizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desraizaras" ; "desraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desraizramos" ; "desraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desraizarais" ; "desraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desraizaran" ; "desraizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desraic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desraiz" ;--# notpresent @@ -12510,12 +11466,12 @@ lin desraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desraizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desraizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desraizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desraizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desraizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desraizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desraizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desraizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desraizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desraizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desraizara" ;--# notpresent @@ -12546,30 +11502,24 @@ lin enraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enraizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrazan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrace" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enraces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrace" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enraicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enraicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enracen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enracen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enraizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enraizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enraizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enraizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enraizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enraizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enraizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enraizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enraizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enraizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enraizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enraizaras" ; "enraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraizramos" ; "enraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enraizarais" ; "enraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enraizaran" ; "enraizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enraic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enraiz" ;--# notpresent @@ -12582,12 +11532,12 @@ lin enraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enraizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enraizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enraizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enraizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enraizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enraizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enraizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enraizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enraizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enraizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enraizara" ;--# notpresent @@ -12618,30 +11568,24 @@ lin europeizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "europeizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "europeizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "europezan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "europece" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "europeces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "europece" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "europeicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "europeicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "europecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "europece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "europeces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "europece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "europeicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "europecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "europeizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "europeizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "europeizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "europeizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "europeizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "europeizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "europeizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "europeizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "europeizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "europeizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "europeizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "europeizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "europeizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "europeizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "europeizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "europeizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "europeizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "europeizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"europeizaras" ; "europeizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"europeizramos" ; "europeizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"europeizarais" ; "europeizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"europeizaran" ; "europeizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "europeic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "europeizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "europeiz" ;--# notpresent @@ -12654,12 +11598,12 @@ lin europeizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "europeizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "europeizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "europeizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "europeizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "europeizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "europeizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "europeizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "europeizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "europeizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "europeizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "europeizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "europeizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "europeizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "europeizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "europeizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "europeizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "europeizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "europeizara" ;--# notpresent @@ -12690,30 +11634,24 @@ lin hebraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hebraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hebraizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hebrazan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hebrace" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hebraces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hebrace" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hebraicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hebraicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hebracen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hebrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hebraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hebrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hebraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hebracen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hebraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hebraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hebraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hebraizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hebraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hebraizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hebraizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hebraizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hebraizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hebraizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hebraizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hebraizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hebraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hebraizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hebraizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hebraizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hebraizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hebraizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hebraizaras" ; "hebraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hebraizramos" ; "hebraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hebraizarais" ; "hebraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hebraizaran" ; "hebraizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hebraic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hebraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hebraiz" ;--# notpresent @@ -12726,12 +11664,12 @@ lin hebraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hebraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hebraizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hebraizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hebraizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hebraizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hebraizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hebraizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hebraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hebraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hebraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hebraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hebraizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hebraizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hebraizara" ;--# notpresent @@ -12762,30 +11700,24 @@ lin judaizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "judaizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "judaizis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "judazan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "judace" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "judaces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "judace" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "judaicemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "judaicis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "judacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "judace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "judaces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "judace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "judaicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "judacen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "judaizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "judaizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "judaizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "judaizbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "judaizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "judaizaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "judaizara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "judaizaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "judaizara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "judaizramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "judaizarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "judaizaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "judaizase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "judaizases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "judaizase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "judaizsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "judaizaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "judaizasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"judaizaras" ; "judaizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"judaizramos" ; "judaizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"judaizarais" ; "judaizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"judaizaran" ; "judaizasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "judaic" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "judaizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "judaiz" ;--# notpresent @@ -12798,12 +11730,12 @@ lin judaizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "judaizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "judaizaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "judaizarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "judaizare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "judaizares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "judaizare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "judaizremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "judaizareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "judaizaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "judaizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "judaizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "judaizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "judaizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "judaizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "judaizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "judaizara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "judaizaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "judaizara" ;--# notpresent @@ -12834,30 +11766,24 @@ lin andar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "andamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "andis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "andan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ande" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "andes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ande" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "andemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "andis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "anden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ande" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "andes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ande" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "andemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "andis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "anden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "andaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "andabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "andaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "andbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "andabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "andaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "anduviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "anduvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "anduviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "anduviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "anduvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "anduvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "anduviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "anduvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "anduviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "anduvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "anduvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "anduviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anduvieras" ; "anduvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anduviramos" ; "anduvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anduvierais" ; "anduvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anduvieran" ; "anduviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anduve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anduviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anduvo" ;--# notpresent @@ -12870,12 +11796,12 @@ lin andar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "andaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "andaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "andarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "anduviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "anduvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "anduviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "anduviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "anduviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "anduvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anduviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anduvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anduviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anduviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anduviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anduvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "andara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "andaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "andara" ;--# notpresent @@ -12906,30 +11832,24 @@ lin desandar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desandamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desandis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desandan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desande" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desandes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desande" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desandemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desandis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desanden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desande" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desandes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desande" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desandemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desandis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desanden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desandaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desandabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desandaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desandbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desandabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desandaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desanduviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desanduvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desanduviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desanduviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desanduvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desanduvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desanduviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desanduvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desanduviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desanduvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desanduvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desanduviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desanduvieras" ; "desanduvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desanduviramos" ; "desanduvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desanduvierais" ; "desanduvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desanduvieran" ; "desanduviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desanduve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desanduviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desanduvo" ;--# notpresent @@ -12942,12 +11862,12 @@ lin desandar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desandaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desandaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desandarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desanduvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desanduviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desanduviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desanduvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desanduvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desanduviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desanduviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desanduvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desandara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desandaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desandara" ;--# notpresent @@ -12978,30 +11898,24 @@ lin asir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ass" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asiera" ; "asiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asieras" ; "asieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asiera" ; "asiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asiramos" ; "asisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asierais" ; "asieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asieran" ; "asiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "as" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asi" ;--# notpresent @@ -13014,12 +11928,12 @@ lin asir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asira" ;--# notpresent @@ -13050,30 +11964,24 @@ lin desasir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desass" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desasga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desasgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desasga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desasgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desasgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desasgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desasgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desasiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desasieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desasiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desasiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desasierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desasieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasieras" ; "desasieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasiramos" ; "desasisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasierais" ; "desasieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasieran" ; "desasiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desas" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasi" ;--# notpresent @@ -13086,12 +11994,12 @@ lin desasir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desasiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desasieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desasiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desasiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desasiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desasieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasira" ;--# notpresent @@ -13122,30 +12030,24 @@ lin absterger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "absterjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "abstergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "absterg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstergi" ;--# notpresent @@ -13158,12 +12060,12 @@ lin absterger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent @@ -13194,30 +12096,24 @@ lin acoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "acogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acogi" ;--# notpresent @@ -13230,12 +12126,12 @@ lin acoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent @@ -13266,30 +12162,24 @@ lin antecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "antecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "antecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antecogi" ;--# notpresent @@ -13302,12 +12192,12 @@ lin antecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent @@ -13338,30 +12228,24 @@ lin asperger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asperjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "aspergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asperg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspergi" ;--# notpresent @@ -13374,12 +12258,12 @@ lin asperger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent @@ -13410,30 +12294,24 @@ lin coger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "cogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cogi" ;--# notpresent @@ -13446,12 +12324,12 @@ lin coger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent @@ -13482,30 +12360,24 @@ lin converger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "converg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergi" ;--# notpresent @@ -13518,12 +12390,12 @@ lin converger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent @@ -13554,30 +12426,24 @@ lin descoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "descogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descogi" ;--# notpresent @@ -13590,12 +12456,12 @@ lin descoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent @@ -13626,30 +12492,24 @@ lin desencoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desencojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "desencogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencogi" ;--# notpresent @@ -13662,12 +12522,12 @@ lin desencoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent @@ -13698,30 +12558,24 @@ lin deterger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deterjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "detergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "detergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deterg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detergi" ;--# notpresent @@ -13734,12 +12588,12 @@ lin deterger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "detergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent @@ -13770,30 +12624,24 @@ lin emerger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emerjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "emergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emerg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emergi" ;--# notpresent @@ -13806,12 +12654,12 @@ lin emerger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent @@ -13842,30 +12690,24 @@ lin encoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "encogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encogi" ;--# notpresent @@ -13878,12 +12720,12 @@ lin encoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent @@ -13914,30 +12756,24 @@ lin entrecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "entrecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecogi" ;--# notpresent @@ -13950,12 +12786,12 @@ lin entrecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent @@ -13986,30 +12822,24 @@ lin escoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "escogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escogi" ;--# notpresent @@ -14022,12 +12852,12 @@ lin escoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent @@ -14058,30 +12888,24 @@ lin proteger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "protegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "protejis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "protegiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "protegiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proteg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "protegi" ;--# notpresent @@ -14094,12 +12918,12 @@ lin proteger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "protegeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "protegiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent @@ -14130,30 +12954,24 @@ lin recoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "recogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recogi" ;--# notpresent @@ -14166,12 +12984,12 @@ lin recoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent @@ -14202,30 +13020,24 @@ lin sobrecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "sobrecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecogi" ;--# notpresent @@ -14238,12 +13050,12 @@ lin sobrecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent @@ -14274,30 +13086,24 @@ lin absterger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "absterjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "abstergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "absterg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstergi" ;--# notpresent @@ -14310,12 +13116,12 @@ lin absterger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent @@ -14346,30 +13152,24 @@ lin acoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "acogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acogi" ;--# notpresent @@ -14382,12 +13182,12 @@ lin acoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent @@ -14418,30 +13218,24 @@ lin antecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "antecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "antecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antecogi" ;--# notpresent @@ -14454,12 +13248,12 @@ lin antecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent @@ -14490,30 +13284,24 @@ lin asperger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asperjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "aspergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asperg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspergi" ;--# notpresent @@ -14526,12 +13314,12 @@ lin asperger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent @@ -14562,30 +13350,24 @@ lin coger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "cogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cogi" ;--# notpresent @@ -14598,12 +13380,12 @@ lin coger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent @@ -14634,30 +13416,24 @@ lin converger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "converg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergi" ;--# notpresent @@ -14670,12 +13446,12 @@ lin converger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent @@ -14706,30 +13482,24 @@ lin descoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "descogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descogi" ;--# notpresent @@ -14742,12 +13512,12 @@ lin descoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent @@ -14778,30 +13548,24 @@ lin desencoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desencojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "desencogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencogi" ;--# notpresent @@ -14814,12 +13578,12 @@ lin desencoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent @@ -14850,30 +13614,24 @@ lin deterger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deterjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "detergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "detergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deterg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detergi" ;--# notpresent @@ -14886,12 +13644,12 @@ lin deterger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "detergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent @@ -14922,30 +13680,24 @@ lin emerger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emergis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emerjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "emergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emerg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emergi" ;--# notpresent @@ -14958,12 +13710,12 @@ lin emerger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emergeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent @@ -14994,30 +13746,24 @@ lin encoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "encogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encogi" ;--# notpresent @@ -15030,12 +13776,12 @@ lin encoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent @@ -15066,30 +13812,24 @@ lin entrecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "entrecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecogi" ;--# notpresent @@ -15102,12 +13842,12 @@ lin entrecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent @@ -15138,30 +13878,24 @@ lin escoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "escogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escogi" ;--# notpresent @@ -15174,12 +13908,12 @@ lin escoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent @@ -15210,30 +13944,24 @@ lin proteger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "protegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "protejis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "protegiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "protegiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proteg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "protegi" ;--# notpresent @@ -15246,12 +13974,12 @@ lin proteger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "protegeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "protegiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent @@ -15282,30 +14010,24 @@ lin recoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "recogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recogi" ;--# notpresent @@ -15318,12 +14040,12 @@ lin recoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent @@ -15354,30 +14076,24 @@ lin sobrecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "sobrecogiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecog" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecogi" ;--# notpresent @@ -15390,12 +14106,12 @@ lin sobrecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent @@ -15426,30 +14142,24 @@ lin conocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conocen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "conozca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conozcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "conozca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "conozcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "conozcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conozcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "conociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "conocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "conociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "conociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "conocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "conocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "conociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "conocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "conociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "conocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "conocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "conociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conociera" ; "conociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conocieras" ; "conocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conociera" ; "conociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conociramos" ; "conocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conocierais" ; "conocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conocieran" ; "conociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "conoci" ;--# notpresent @@ -15462,12 +14172,12 @@ lin conocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "conociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "conocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "conociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "conociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "conociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "conocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "conocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "conocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conocera" ;--# notpresent @@ -15498,30 +14208,24 @@ lin desconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconocen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desconozca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desconozcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desconozca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desconozcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desconozcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desconozcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desconociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desconocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desconociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desconociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desconocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desconocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconocieras" ; "desconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconociramos" ; "desconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconocierais" ; "desconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconocieran" ; "desconociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconoci" ;--# notpresent @@ -15534,12 +14238,12 @@ lin desconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desconociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desconocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desconociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desconociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desconociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desconocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconocera" ;--# notpresent @@ -15570,30 +14274,24 @@ lin preconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preconocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preconocen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preconozca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preconozcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preconozca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preconozcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preconozcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "preconozcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preconoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preconocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preconoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preconocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preconocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preconocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "preconociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "preconocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "preconociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "preconociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "preconocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "preconocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconocieras" ; "preconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconociramos" ; "preconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconocierais" ; "preconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconocieran" ; "preconociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preconoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preconoci" ;--# notpresent @@ -15606,12 +14304,12 @@ lin preconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preconoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preconocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "preconociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "preconocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "preconociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "preconociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "preconociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "preconocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preconocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preconoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preconocera" ;--# notpresent @@ -15642,30 +14340,24 @@ lin reconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconocen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconozca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconozcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconozca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconozcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconozcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconozcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconocieras" ; "reconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconociramos" ; "reconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconocierais" ; "reconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconocieran" ; "reconociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconoci" ;--# notpresent @@ -15678,12 +14370,12 @@ lin reconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconocera" ;--# notpresent @@ -15714,30 +14406,24 @@ lin delinquir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "delinquimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "delinqus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "delinquen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "delinca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "delincas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "delinca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "delincamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "delincis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "delincan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "delinca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "delincas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "delinca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "delincamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "delincis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "delincan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "delinqua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "delinquas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "delinqua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "delinquamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "delinquais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "delinquan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "delinquiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "delinquieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "delinquiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "delinquiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "delinquierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "delinquieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "delinquiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "delinquieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "delinquiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "delinquisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "delinquieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "delinquiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"delinquieras" ; "delinquieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"delinquiramos" ; "delinquisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"delinquierais" ; "delinquieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"delinquieran" ; "delinquiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "delinqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "delinquiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "delinqui" ;--# notpresent @@ -15750,12 +14436,12 @@ lin delinquir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "delinquiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "delinquiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "delinquirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "delinquieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "delinquiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "delinquiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "delinquieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "delinquieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "delinquiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "delinquiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "delinquieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "delinquira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "delinquiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "delinquira" ;--# notpresent @@ -15786,30 +14472,24 @@ lin derrelinquir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrelinquimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrelinqus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derrelinquen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "derrelinca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "derrelincas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "derrelinca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "derrelincamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "derrelincis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "derrelincan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derrelinca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derrelincas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derrelinca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derrelincamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derrelincis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derrelincan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrelinqua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrelinquas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrelinqua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrelinquamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrelinquais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrelinquan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "derrelinquiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "derrelinquieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "derrelinquiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "derrelinquiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "derrelinquierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "derrelinquieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrelinquiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrelinquieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrelinquiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrelinquisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrelinquieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrelinquiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrelinquieras" ; "derrelinquieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrelinquiramos" ; "derrelinquisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrelinquierais" ; "derrelinquieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrelinquieran" ; "derrelinquiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrelinqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrelinquiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derrelinqui" ;--# notpresent @@ -15822,12 +14502,12 @@ lin derrelinquir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrelinquiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrelinquirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrelinquira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrelinquiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrelinquira" ;--# notpresent @@ -15858,30 +14538,24 @@ lin adstringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adstringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adstrings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adstringen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adstrinja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adstrinjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adstrinja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adstrinjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adstrinjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adstrinjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adstrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adstrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adstrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adstrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adstrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adstrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adstringa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adstringas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adstringa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adstringamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adstringais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adstringan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adstringiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adstringieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adstringiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adstringiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adstringierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adstringieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adstringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adstringieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adstringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adstringisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adstringieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adstringiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adstringieras" ; "adstringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adstringiramos" ; "adstringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adstringierais" ; "adstringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adstringieran" ; "adstringiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adstring" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adstringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adstringi" ;--# notpresent @@ -15894,12 +14568,12 @@ lin adstringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adstringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adstringiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adstringirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adstringieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adstringiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adstringiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adstringieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adstringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adstringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adstringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adstringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adstringira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adstringiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adstringira" ;--# notpresent @@ -15930,30 +14604,24 @@ lin afligir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afligimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "afligs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aflija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aflijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aflija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aflijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aflijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aflijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aflija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aflijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aflija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aflijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aflijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aflijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "afliga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afligas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "afliga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afligamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afligais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afligan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "afligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "afligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "afligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "afligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "afligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "afligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "afligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "afligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "afligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "afligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "afligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "afligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afligieras" ; "afligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afligiramos" ; "afligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afligierais" ; "afligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afligieran" ; "afligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aflig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afligiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afligi" ;--# notpresent @@ -15966,12 +14634,12 @@ lin afligir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afligiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afligiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afligirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "afligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "afligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "afligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "afligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "afligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "afligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afligira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afligiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afligira" ;--# notpresent @@ -16002,30 +14670,24 @@ lin astringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "astringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astrings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astringen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "astrinja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "astrinjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "astrinja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "astrinjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "astrinjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "astrinjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astringa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astringas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astringa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astringamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astringais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astringan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "astringiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "astringieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "astringiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "astringiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "astringierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "astringieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "astringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "astringieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "astringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "astringisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "astringieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "astringiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astringieras" ; "astringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astringiramos" ; "astringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astringierais" ; "astringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astringieran" ; "astringiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astring" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astringi" ;--# notpresent @@ -16038,12 +14700,12 @@ lin astringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "astringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astringiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astringirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "astringiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "astringieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "astringiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "astringiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "astringiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "astringieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astringira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astringiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astringira" ;--# notpresent @@ -16074,30 +14736,24 @@ lin compungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "compungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "compungs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compungen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "compunja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "compunjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "compunja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "compunjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "compunjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "compunjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compunja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compunjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compunja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compunjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compunjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compunjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compunga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "compungas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compunga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "compungamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "compungais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "compungan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "compungiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "compungieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "compungiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "compungiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "compungierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "compungieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "compungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "compungieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "compungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "compungisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "compungieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "compungiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compungieras" ; "compungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compungiramos" ; "compungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compungierais" ; "compungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compungieran" ; "compungiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compung" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compungi" ;--# notpresent @@ -16110,12 +14766,12 @@ lin compungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compungiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compungirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "compungiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "compungieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "compungiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "compungiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "compungiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "compungieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compungira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compungiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compungira" ;--# notpresent @@ -16146,30 +14802,24 @@ lin convergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "converg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergi" ;--# notpresent @@ -16182,12 +14832,12 @@ lin convergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergira" ;--# notpresent @@ -16218,30 +14868,24 @@ lin dirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dirigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dirigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "dirija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "dirijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "dirija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dirijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dirijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "dirijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "dirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "dirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "dirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diriga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dirigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diriga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dirigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dirigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dirigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dirigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dirigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dirigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dirigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dirigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dirigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dirigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dirigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dirigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dirigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dirigieras" ; "dirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dirigiramos" ; "dirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dirigierais" ; "dirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dirigieran" ; "dirigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dirig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dirigi" ;--# notpresent @@ -16254,12 +14898,12 @@ lin dirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dirigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dirigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dirigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dirigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dirigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dirigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dirigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dirigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dirigira" ;--# notpresent @@ -16290,30 +14934,24 @@ lin divergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "divergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "divergs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "divergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diverja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "diverjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diverja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "diverjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "diverjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "diverjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diverja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diverjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diverja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diverjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diverjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diverjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diverga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "divergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diverga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "divergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "divergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "divergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "divergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "divergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "divergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "divergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "divergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "divergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "divergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "divergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "divergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "divergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "divergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "divergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divergieras" ; "divergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divergiramos" ; "divergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divergierais" ; "divergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divergieran" ; "divergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diverg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "divergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "divergi" ;--# notpresent @@ -16326,12 +14964,12 @@ lin divergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "divergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "divergiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "divergirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "divergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "divergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "divergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "divergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "divergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "divergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "divergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "divergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "divergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "divergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "divergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "divergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "divergira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "divergiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "divergira" ;--# notpresent @@ -16362,30 +15000,24 @@ lin erigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "erigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "erigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "erija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "erijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "erija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "erijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "erijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "erijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "erija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "erijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "erija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "erijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "erijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "erijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "eriga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "erigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "eriga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "erigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "erigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "erigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "erigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "erigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "erigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "erigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "erigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "erigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "erigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "erigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "erigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "erigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erigieras" ; "erigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"erigiramos" ; "erigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"erigierais" ; "erigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erigieran" ; "erigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "erig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "erigi" ;--# notpresent @@ -16398,12 +15030,12 @@ lin erigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "erigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "erigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "erigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "erigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "erigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "erigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "erigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "erigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "erigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "erigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "erigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "erigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "erigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "erigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "erigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "erigira" ;--# notpresent @@ -16434,30 +15066,24 @@ lin exigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "exigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "exigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "exigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "exija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "exijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "exija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "exijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "exijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "exijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "exija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "exijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "exija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "exijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "exijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "exijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "exiga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "exigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "exiga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "exigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "exigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "exigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "exigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "exigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "exigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "exigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "exigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "exigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "exigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "exigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "exigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "exigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "exigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "exigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"exigieras" ; "exigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"exigiramos" ; "exigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"exigierais" ; "exigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"exigieran" ; "exigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "exig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "exigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "exigi" ;--# notpresent @@ -16470,12 +15096,12 @@ lin exigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "exigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "exigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "exigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "exigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "exigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "exigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "exigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "exigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "exigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "exigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "exigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "exigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "exigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "exigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "exigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "exigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "exigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "exigira" ;--# notpresent @@ -16506,30 +15132,24 @@ lin fingir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fingimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fingen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "finja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "finjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "finja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "finjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "finjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "finjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "finja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "finjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "finja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "finjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "finjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "finjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "finga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fingas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "finga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fingamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fingais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fingan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fingiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fingieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fingiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fingiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fingierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fingieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fingiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fingieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fingiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fingisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fingieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fingiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fingieras" ; "fingieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fingiramos" ; "fingisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fingierais" ; "fingieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fingieran" ; "fingiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fing" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fingiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fingi" ;--# notpresent @@ -16542,12 +15162,12 @@ lin fingir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fingiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fingiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fingirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fingiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fingieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fingiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fingiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fingiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fingieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fingiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fingieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fingiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fingiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fingiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fingieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fingira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fingiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fingira" ;--# notpresent @@ -16578,30 +15198,24 @@ lin frangir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "frangimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "frangs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "frangen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "franja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "franjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "franja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "franjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "franjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "franjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "franja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "franjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "franja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "franjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "franjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "franjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "franga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "frangas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "franga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "frangamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "frangais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "frangan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "frangiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "frangieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "frangiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "frangiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "frangierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "frangieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "frangiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "frangieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "frangiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "frangisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "frangieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "frangiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frangieras" ; "frangieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frangiramos" ; "frangisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frangierais" ; "frangieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frangieran" ; "frangiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "frang" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "frangiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "frangi" ;--# notpresent @@ -16614,12 +15228,12 @@ lin frangir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "frangiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "frangiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "frangirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "frangiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "frangieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "frangiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "frangiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "frangiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "frangieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "frangiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frangieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "frangiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "frangiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "frangiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frangieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "frangira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "frangiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "frangira" ;--# notpresent @@ -16650,30 +15264,24 @@ lin fulgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fulgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fulgs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fulgen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fulja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fuljas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fulja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fuljamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fuljis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fuljan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fulja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuljas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fulja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fuljamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fuljis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fuljan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fulga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fulgas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fulga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fulgamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fulgais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fulgan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fulgiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fulgieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fulgiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fulgiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fulgierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fulgieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fulgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fulgieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fulgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fulgisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fulgieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fulgiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fulgieras" ; "fulgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fulgiramos" ; "fulgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fulgierais" ; "fulgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fulgieran" ; "fulgiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fulg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fulgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fulgi" ;--# notpresent @@ -16686,12 +15294,12 @@ lin fulgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fulgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fulgiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fulgirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fulgieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fulgiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fulgiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fulgieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fulgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fulgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fulgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fulgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fulgira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fulgiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fulgira" ;--# notpresent @@ -16722,30 +15330,24 @@ lin fungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fungs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fungen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "funja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "funjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "funja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "funjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "funjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "funjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "funja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "funjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "funja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "funjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "funjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "funjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "funga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fungas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "funga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fungamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fungais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fungan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fungiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fungieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fungiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fungiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fungierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fungieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fungieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fungisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fungieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fungiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fungieras" ; "fungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fungiramos" ; "fungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fungierais" ; "fungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fungieran" ; "fungiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fung" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fungi" ;--# notpresent @@ -16758,12 +15360,12 @@ lin fungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fungiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fungirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fungiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fungieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fungiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fungiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fungiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fungieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fungira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fungiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fungira" ;--# notpresent @@ -16794,30 +15396,24 @@ lin infligir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infligimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infligs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inflija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inflijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inflija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "inflijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "inflijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inflijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inflija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inflijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inflija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inflijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inflijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inflijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infliga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infligas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infliga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infligamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infligais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infligan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "infligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "infligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "infligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "infligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "infligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "infligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "infligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "infligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "infligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "infligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "infligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "infligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infligieras" ; "infligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infligiramos" ; "infligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infligierais" ; "infligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infligieran" ; "infligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inflig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infligiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infligi" ;--# notpresent @@ -16830,12 +15426,12 @@ lin infligir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infligiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infligiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infligirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "infligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "infligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "infligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "infligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "infligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "infligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infligira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infligiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infligira" ;--# notpresent @@ -16866,30 +15462,24 @@ lin infringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infrings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infringen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "infrinja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "infrinjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "infrinja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "infrinjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "infrinjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "infrinjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "infrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infringa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infringas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infringa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infringamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infringais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infringan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "infringiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "infringieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "infringiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "infringiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "infringierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "infringieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "infringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "infringieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "infringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "infringisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "infringieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "infringiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infringieras" ; "infringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infringiramos" ; "infringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infringierais" ; "infringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infringieran" ; "infringiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "infring" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infringi" ;--# notpresent @@ -16902,12 +15492,12 @@ lin infringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infringiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infringirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "infringiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "infringieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "infringiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "infringiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "infringiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "infringieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infringira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infringiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infringira" ;--# notpresent @@ -16938,30 +15528,24 @@ lin inmergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inmergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inmergs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inmergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inmerja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inmerjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inmerja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "inmerjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "inmerjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inmerjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inmerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inmerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inmerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inmerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inmerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inmerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inmerga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inmergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inmerga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inmergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inmergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inmergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "inmergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "inmergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "inmergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "inmergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "inmergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "inmergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmergieras" ; "inmergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmergiramos" ; "inmergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmergierais" ; "inmergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmergieran" ; "inmergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inmerg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inmergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inmergi" ;--# notpresent @@ -16974,12 +15558,12 @@ lin inmergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inmergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inmergiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inmergirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "inmergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "inmergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "inmergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "inmergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inmergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inmergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inmergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inmergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inmergira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inmergiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inmergira" ;--# notpresent @@ -17010,30 +15594,24 @@ lin mugir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mugimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mugs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mugen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "muja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mujas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "muja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mujamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mujis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mujan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mujas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mujamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mujis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mujan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "muga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mugas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "muga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mugamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mugais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mugan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mugiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mugieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mugiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mugiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mugierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mugieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mugiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mugieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mugiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mugisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mugieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mugiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mugieras" ; "mugieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mugiramos" ; "mugisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mugierais" ; "mugieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mugieran" ; "mugiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mug" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mugiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mugi" ;--# notpresent @@ -17046,12 +15624,12 @@ lin mugir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mugiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mugiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mugirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mugiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mugieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mugiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mugiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mugiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mugieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mugiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mugieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mugiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mugiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mugiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mugieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mugira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mugiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mugira" ;--# notpresent @@ -17082,30 +15660,24 @@ lin pungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pungs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pungen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "punja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "punjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "punja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "punjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "punjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "punjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "punja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "punjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "punja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "punjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "punjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "punjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "punga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pungas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "punga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pungamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pungais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pungan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pungiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pungieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pungiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pungiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pungierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pungieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pungieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pungisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pungieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pungiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pungieras" ; "pungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pungiramos" ; "pungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pungierais" ; "pungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pungieran" ; "pungiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pung" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pungi" ;--# notpresent @@ -17118,12 +15690,12 @@ lin pungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pungiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pungirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pungiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pungieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pungiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pungiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pungiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pungieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pungira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pungiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pungira" ;--# notpresent @@ -17154,30 +15726,24 @@ lin radiodirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "radiodirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "radiodirigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "radiodirigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "radiodirija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "radiodirijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "radiodirija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "radiodirijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "radiodirijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "radiodirijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "radiodirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "radiodirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "radiodirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "radiodirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "radiodirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "radiodirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "radiodiriga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "radiodirigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "radiodiriga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "radiodirigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "radiodirigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "radiodirigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "radiodirigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "radiodirigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "radiodirigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "radiodirigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "radiodirigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "radiodirigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "radiodirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "radiodirigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "radiodirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "radiodirigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "radiodirigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "radiodirigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"radiodirigieras" ; "radiodirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"radiodirigiramos" ; "radiodirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"radiodirigierais" ; "radiodirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"radiodirigieran" ; "radiodirigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "radiodirig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "radiodirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "radiodirigi" ;--# notpresent @@ -17190,12 +15756,12 @@ lin radiodirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "radiodirigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "radiodirigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "radiodirigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "radiodirigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "radiodirigira" ;--# notpresent @@ -17226,30 +15792,24 @@ lin refringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refrings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refringen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refrinja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refrinjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refrinja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refrinjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refrinjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refrinjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refringa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refringas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refringa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refringamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refringais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refringan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refringiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refringieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refringiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refringiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refringierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refringieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refringieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refringisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refringieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refringiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refringieras" ; "refringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refringiramos" ; "refringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refringierais" ; "refringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refringieran" ; "refringiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refring" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refringi" ;--# notpresent @@ -17262,12 +15822,12 @@ lin refringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refringiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refringirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refringiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refringieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refringiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refringiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refringiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refringieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refringira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refringiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refringira" ;--# notpresent @@ -17298,30 +15858,24 @@ lin refulgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refulgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refulgs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refulgen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refulja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refuljas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refulja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refuljamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refuljis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refuljan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refulja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refuljas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refulja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refuljamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refuljis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refuljan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refulga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refulgas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refulga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refulgamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refulgais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refulgan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refulgiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refulgieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refulgiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refulgiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refulgierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refulgieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refulgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refulgieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refulgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refulgisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refulgieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refulgiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refulgieras" ; "refulgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refulgiramos" ; "refulgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refulgierais" ; "refulgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refulgieran" ; "refulgiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refulg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refulgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refulgi" ;--# notpresent @@ -17334,12 +15888,12 @@ lin refulgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refulgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refulgiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refulgirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refulgieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refulgiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refulgiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refulgieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refulgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refulgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refulgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refulgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refulgira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refulgiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refulgira" ;--# notpresent @@ -17370,30 +15924,24 @@ lin restringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restrings" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restringen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "restrinja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "restrinjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "restrinja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "restrinjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "restrinjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "restrinjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restringa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restringas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restringa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restringamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restringais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restringan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "restringiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "restringieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "restringiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "restringiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "restringierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "restringieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "restringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "restringieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "restringiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "restringisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "restringieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "restringiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restringieras" ; "restringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restringiramos" ; "restringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restringierais" ; "restringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restringieran" ; "restringiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restring" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restringi" ;--# notpresent @@ -17406,12 +15954,12 @@ lin restringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restringiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restringirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "restringiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "restringieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "restringiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "restringiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "restringiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "restringieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restringira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restringiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restringira" ;--# notpresent @@ -17442,30 +15990,24 @@ lin resurgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resurgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resurgs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resurgen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resurja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resurjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resurja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resurjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resurjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resurjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resurja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resurjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resurja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resurjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resurjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resurjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resurga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resurgas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resurga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resurgamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resurgais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resurgan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resurgiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resurgieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resurgiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resurgiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resurgierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resurgieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resurgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resurgieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resurgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resurgisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resurgieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resurgiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resurgieras" ; "resurgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resurgiramos" ; "resurgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resurgierais" ; "resurgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resurgieran" ; "resurgiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resurg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resurgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resurgi" ;--# notpresent @@ -17478,12 +16020,12 @@ lin resurgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resurgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resurgiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resurgirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resurgieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resurgiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resurgiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resurgieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resurgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resurgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resurgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resurgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resurgira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resurgiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resurgira" ;--# notpresent @@ -17514,30 +16056,24 @@ lin rugir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rugimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rugs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rugen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ruja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rujas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ruja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rujamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rujis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rujan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rujas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rujamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rujis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rujan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ruga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rugas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ruga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rugamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rugais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rugan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rugiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rugieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rugiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rugiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rugierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rugieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rugiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rugieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rugiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rugisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rugieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rugiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rugieras" ; "rugieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rugiramos" ; "rugisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rugierais" ; "rugieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rugieran" ; "rugiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rug" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rugiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rugi" ;--# notpresent @@ -17550,12 +16086,12 @@ lin rugir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rugiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rugiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rugirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rugiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rugieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rugiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rugiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rugiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rugieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rugiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rugieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rugiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rugiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rugiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rugieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rugira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rugiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rugira" ;--# notpresent @@ -17586,30 +16122,24 @@ lin sumergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sumergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sumergs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sumergen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sumerja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sumerjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sumerja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sumerjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sumerjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sumerjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sumerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sumerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sumerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sumerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sumerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sumerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sumerga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sumergas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sumerga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sumergamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sumergais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sumergan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sumergiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sumergieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sumergiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sumergiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sumergierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sumergieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sumergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sumergieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sumergiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sumergisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sumergieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sumergiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sumergieras" ; "sumergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sumergiramos" ; "sumergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sumergierais" ; "sumergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sumergieran" ; "sumergiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sumerg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sumergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sumergi" ;--# notpresent @@ -17622,12 +16152,12 @@ lin sumergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sumergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sumergiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sumergirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sumergieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sumergiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sumergiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sumergieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sumergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sumergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sumergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sumergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sumergira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sumergiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sumergira" ;--# notpresent @@ -17658,30 +16188,24 @@ lin surgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "surgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "surgs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "surgen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "surja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "surjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "surja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "surjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "surjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "surjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "surja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "surjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "surja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "surjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "surjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "surjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "surga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "surgas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "surga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "surgamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "surgais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "surgan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "surgiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "surgieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "surgiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "surgiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "surgierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "surgieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "surgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "surgieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "surgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "surgisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "surgieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "surgiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"surgieras" ; "surgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"surgiramos" ; "surgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"surgierais" ; "surgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"surgieran" ; "surgiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "surg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "surgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "surgi" ;--# notpresent @@ -17694,12 +16218,12 @@ lin surgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "surgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "surgiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "surgirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "surgiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "surgieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "surgiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "surgiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "surgiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "surgieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "surgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "surgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "surgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "surgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "surgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "surgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "surgira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "surgiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "surgira" ;--# notpresent @@ -17730,30 +16254,24 @@ lin teledirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "teledirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "teledirigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "teledirigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "teledirija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "teledirijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "teledirija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "teledirijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "teledirijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "teledirijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "teledirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "teledirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "teledirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "teledirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "teledirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "teledirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "telediriga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "teledirigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "telediriga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "teledirigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "teledirigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "teledirigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "teledirigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "teledirigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "teledirigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "teledirigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "teledirigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "teledirigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "teledirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "teledirigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "teledirigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "teledirigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "teledirigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "teledirigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"teledirigieras" ; "teledirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"teledirigiramos" ; "teledirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"teledirigierais" ; "teledirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"teledirigieran" ; "teledirigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "teledirig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "teledirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "teledirigi" ;--# notpresent @@ -17766,12 +16284,12 @@ lin teledirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "teledirigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "teledirigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "teledirigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "teledirigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "teledirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "teledirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "teledirigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "teledirigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "teledirigira" ;--# notpresent @@ -17802,30 +16320,24 @@ lin transigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transigs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transiga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transigas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transiga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transigamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transigais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transigan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transigieras" ; "transigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transigiramos" ; "transigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transigierais" ; "transigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transigieran" ; "transigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transig" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transigi" ;--# notpresent @@ -17838,12 +16350,12 @@ lin transigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transigiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transigirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transigira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transigiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transigira" ;--# notpresent @@ -17874,30 +16386,24 @@ lin ungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ungs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ungen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "unja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "unjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "unja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "unjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "unjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "unjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "unjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "unga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ungas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "unga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ungamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ungais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ungan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ungiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ungieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ungiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ungiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ungierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ungieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ungieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ungiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ungisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ungieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ungiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ungieras" ; "ungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ungiramos" ; "ungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ungierais" ; "ungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ungieran" ; "ungiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ung" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ungi" ;--# notpresent @@ -17910,12 +16416,12 @@ lin ungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ungiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ungirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ungiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ungieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ungiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ungiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ungiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ungieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ungira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ungiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ungira" ;--# notpresent @@ -17946,30 +16452,24 @@ lin urgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "urgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "urgs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "urgen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "urja" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "urjas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "urja" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "urjamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "urjis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "urjan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "urja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "urjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "urja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "urjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "urjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "urjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "urga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "urgas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "urga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "urgamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "urgais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "urgan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "urgiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "urgieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "urgiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "urgiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "urgierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "urgieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "urgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "urgieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "urgiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "urgisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "urgieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "urgiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"urgieras" ; "urgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"urgiramos" ; "urgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"urgierais" ; "urgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"urgieran" ; "urgiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "urg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "urgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "urgi" ;--# notpresent @@ -17982,12 +16482,12 @@ lin urgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "urgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "urgiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "urgirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "urgiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "urgieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "urgiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "urgiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "urgiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "urgieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "urgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "urgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "urgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "urgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "urgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "urgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "urgira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "urgiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "urgira" ;--# notpresent @@ -18018,30 +16518,24 @@ lin distinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distingus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distinguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "distinga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "distingas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "distinga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "distingamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "distingis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "distingan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distingua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distinguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distingua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distinguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distinguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distinguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "distinguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "distinguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "distinguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "distinguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "distinguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "distinguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "distinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "distinguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "distinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "distinguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "distinguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "distinguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distinguieras" ; "distinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distinguiramos" ; "distinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distinguierais" ; "distinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distinguieran" ; "distinguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distingu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distingui" ;--# notpresent @@ -18054,12 +16548,12 @@ lin distinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distinguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distinguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "distinguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "distinguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "distinguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "distinguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distinguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distinguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distinguira" ;--# notpresent @@ -18090,30 +16584,24 @@ lin extinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extingus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extinguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "extinga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "extingas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "extinga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "extingamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "extingis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "extingan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extingua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extinguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extingua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extinguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extinguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extinguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "extinguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "extinguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "extinguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "extinguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "extinguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "extinguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "extinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "extinguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "extinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "extinguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "extinguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "extinguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extinguieras" ; "extinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extinguiramos" ; "extinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extinguierais" ; "extinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extinguieran" ; "extinguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extingu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extingui" ;--# notpresent @@ -18126,12 +16614,12 @@ lin extinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extinguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extinguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "extinguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "extinguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "extinguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "extinguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extinguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extinguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extinguira" ;--# notpresent @@ -18162,30 +16650,24 @@ lin subdistinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subdistinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subdistingus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subdistinguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subdistinga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subdistingas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subdistinga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subdistingamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subdistingis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subdistingan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subdistinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subdistingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subdistinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subdistingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subdistingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subdistingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subdistingua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subdistinguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subdistingua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subdistinguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subdistinguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subdistinguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subdistinguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subdistinguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subdistinguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subdistinguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subdistinguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subdistinguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subdistinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subdistinguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subdistinguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subdistinguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subdistinguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subdistinguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subdistinguieras" ; "subdistinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subdistinguiramos" ; "subdistinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subdistinguierais" ; "subdistinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subdistinguieran" ; "subdistinguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subdistingu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subdistinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subdistingui" ;--# notpresent @@ -18198,12 +16680,12 @@ lin subdistinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subdistinguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subdistinguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subdistinguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subdistinguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subdistinguira" ;--# notpresent @@ -18234,30 +16716,24 @@ lin deslucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deslucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deslucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deslucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deslucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deslucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deslucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deslucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deslucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deslucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deslucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deslucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslucieras" ; "deslucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desluciramos" ; "deslucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslucierais" ; "deslucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslucieran" ; "desluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desluci" ;--# notpresent @@ -18270,12 +16746,12 @@ lin deslucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deslucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deslucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deslucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deslucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deslucira" ;--# notpresent @@ -18306,30 +16782,24 @@ lin enlucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enlucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enlucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enlucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlucieras" ; "enlucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enluciramos" ; "enlucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlucierais" ; "enlucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlucieran" ; "enluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enluci" ;--# notpresent @@ -18342,12 +16812,12 @@ lin enlucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enlucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enlucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlucira" ;--# notpresent @@ -18378,30 +16848,24 @@ lin entrelucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrelucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrelucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrelucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entreluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entreluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entreluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entreluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entreluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entreluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrelucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrelucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrelucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrelucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entreluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrelucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entreluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entreluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrelucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrelucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrelucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrelucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrelucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrelucieras" ; "entrelucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreluciramos" ; "entrelucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrelucierais" ; "entrelucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrelucieran" ; "entreluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entreluci" ;--# notpresent @@ -18414,12 +16878,12 @@ lin entrelucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrelucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrelucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entreluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entreluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrelucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrelucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrelucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrelucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrelucira" ;--# notpresent @@ -18450,30 +16914,24 @@ lin lucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "luzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "luzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "luzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "luzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "luzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "luzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "luzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "luzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "luzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "luzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "luzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "luzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "luca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "luca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "luciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "lucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "luciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "luciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "lucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "lucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "luciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "lucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "luciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "lucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "lucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "luciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luciera" ; "luciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lucieras" ; "lucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luciera" ; "luciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luciramos" ; "lucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lucierais" ; "lucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lucieran" ; "luciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "luc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "luciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "luci" ;--# notpresent @@ -18486,12 +16944,12 @@ lin lucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "luciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "luciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "luciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "lucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "luciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "luciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "luciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "lucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "luciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "luciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "luciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "luciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "lucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "luciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "lucira" ;--# notpresent @@ -18522,30 +16980,24 @@ lin prelucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prelucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prelucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prelucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "preluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prelucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prelucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prelucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prelucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "preluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prelucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "preluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "preluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prelucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prelucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "preluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prelucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "preluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prelucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prelucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "preluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prelucieras" ; "prelucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preluciramos" ; "prelucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prelucierais" ; "prelucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prelucieran" ; "preluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preluci" ;--# notpresent @@ -18558,12 +17010,12 @@ lin prelucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prelucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "preluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prelucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "preluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "preluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "preluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prelucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prelucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prelucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prelucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prelucira" ;--# notpresent @@ -18594,30 +17046,24 @@ lin relucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "relucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "relucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "relucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "relucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "relucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "relucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "relucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "relucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "relucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "relucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "relucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "relucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "relucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relucieras" ; "relucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reluciramos" ; "relucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relucierais" ; "relucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relucieran" ; "reluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reluci" ;--# notpresent @@ -18630,12 +17076,12 @@ lin relucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "relucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "relucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "relucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "relucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "relucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "relucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "relucira" ;--# notpresent @@ -18666,30 +17112,24 @@ lin traslucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traslucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "traslucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traslucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traslucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traslucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traslucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traslucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "traslucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "traslucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "traslucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "traslucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "traslucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "traslucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traslucieras" ; "traslucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasluciramos" ; "traslucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traslucierais" ; "traslucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traslucieran" ; "trasluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasluci" ;--# notpresent @@ -18702,12 +17142,12 @@ lin traslucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traslucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "traslucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "traslucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "traslucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "traslucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traslucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traslucira" ;--# notpresent @@ -18738,30 +17178,24 @@ lin abastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abastecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abastecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abastezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abastezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abastezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abastezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abastezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abastezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abasteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abastecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abasteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abastecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abastecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abastecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abasteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abastecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abasteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abasteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abastecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abastecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abastecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abastecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abastecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abasteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abastecieras" ; "abastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abasteciramos" ; "abastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abastecierais" ; "abastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abastecieran" ; "abasteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abastec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abasteci" ;--# notpresent @@ -18774,12 +17208,12 @@ lin abastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abasteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abastecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abastecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abasteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abasteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abastecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abastecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abasteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abastecera" ;--# notpresent @@ -18810,30 +17244,24 @@ lin ablandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ablandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ablandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ablandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ablandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ablandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ablandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ablandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ablandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ablandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ablandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ablandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ablandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ablandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ablandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ablandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ablandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ablandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ablandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ablandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ablandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ablandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ablandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ablandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ablandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ablandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ablandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ablandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ablandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ablandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ablandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ablandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ablandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ablandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ablandecieras" ; "ablandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ablandeciramos" ; "ablandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ablandecierais" ; "ablandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ablandecieran" ; "ablandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ablandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ablandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ablandeci" ;--# notpresent @@ -18846,12 +17274,12 @@ lin ablandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ablandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ablandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ablandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ablandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ablandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ablandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ablandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ablandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ablandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ablandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ablandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ablandecera" ;--# notpresent @@ -18882,30 +17310,24 @@ lin aborrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aborrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aborrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aborrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aborrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aborrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aborrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aborrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aborrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aborrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aborrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aborrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aborrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aborrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aborrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aborrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aborreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aborrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aborreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aborrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aborrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aborrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aborreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aborrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aborreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aborreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aborrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aborrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aborreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aborrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aborreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aborrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aborrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aborreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aborrecieras" ; "aborrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aborreciramos" ; "aborrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aborrecierais" ; "aborrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aborrecieran" ; "aborreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aborrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aborreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aborreci" ;--# notpresent @@ -18918,12 +17340,12 @@ lin aborrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aborreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aborreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aborrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aborrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aborreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aborreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aborrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aborrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aborreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aborreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aborrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aborrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aborreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aborrecera" ;--# notpresent @@ -18954,30 +17376,24 @@ lin abravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abravecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abravecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abravezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abravezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abravezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abravezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abravezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abravezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abraveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abravecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abraveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abravecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abravecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abravecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abraveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abravecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abraveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abraveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abravecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abravecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abravecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abravecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abravecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abraveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abravecieras" ; "abravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abraveciramos" ; "abravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abravecierais" ; "abravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abravecieran" ; "abraveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abravec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abraveci" ;--# notpresent @@ -18990,12 +17406,12 @@ lin abravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abraveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abravecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abravecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abraveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abraveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abravecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abravecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abraveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abravecera" ;--# notpresent @@ -19026,30 +17442,24 @@ lin acaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acaecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acaezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acaezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acaezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acaezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acaeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acaecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acaeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acaecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acaecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acaecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acaeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acaecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acaeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acaecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acaecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acaecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acaecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acaeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acaecieras" ; "acaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acaeciramos" ; "acaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acaecierais" ; "acaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "acaeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acaec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acaeci" ;--# notpresent @@ -19062,12 +17472,12 @@ lin acaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acaeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acaecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acaecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acaeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acaeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acaecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acaeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acaecera" ;--# notpresent @@ -19098,30 +17508,24 @@ lin aclarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aclarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aclarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aclarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aclarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aclarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aclarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aclarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aclarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aclarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aclarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aclarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aclarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aclarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aclarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aclarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aclareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aclarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aclareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aclarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aclarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aclarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aclareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aclarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aclareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aclareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aclarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aclarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aclareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aclarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aclareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aclarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aclarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aclareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aclarecieras" ; "aclarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aclareciramos" ; "aclarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aclarecierais" ; "aclarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aclarecieran" ; "aclareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aclarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aclareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aclareci" ;--# notpresent @@ -19134,12 +17538,12 @@ lin aclarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aclareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aclareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aclarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aclarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aclareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aclareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aclarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aclarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aclareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aclareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aclarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aclarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aclareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aclarecera" ;--# notpresent @@ -19170,30 +17574,24 @@ lin acontecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acontecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acontecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acontezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acontezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acontezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acontezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acontezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acontezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acontezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acontezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aconteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acontecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aconteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acontecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acontecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acontecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aconteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acontecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aconteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acontecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aconteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acontecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acontecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acontecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acontecieras" ; "acontecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aconteciramos" ; "acontecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acontecierais" ; "acontecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "aconteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acontec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aconteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aconteci" ;--# notpresent @@ -19206,12 +17604,12 @@ lin acontecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aconteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aconteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acontecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acontecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aconteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aconteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acontecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aconteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aconteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acontecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aconteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acontecera" ;--# notpresent @@ -19242,30 +17640,24 @@ lin acrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecieras" ; "acrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acreciramos" ; "acrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecierais" ; "acrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecieran" ; "acreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acreci" ;--# notpresent @@ -19278,12 +17670,12 @@ lin acrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acrecera" ;--# notpresent @@ -19314,30 +17706,24 @@ lin adolecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adolecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adolecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adolezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adolezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adolezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adolezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adolezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adolezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adoleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adolecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adoleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adolecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adolecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adolecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adoleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adolecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adoleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adoleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adolecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adolecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adoleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adolecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adoleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adolecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adolecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adoleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adolecieras" ; "adolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adoleciramos" ; "adolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adolecierais" ; "adolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adolecieran" ; "adoleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adolec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adoleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adoleci" ;--# notpresent @@ -19350,12 +17736,12 @@ lin adolecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adoleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adoleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adolecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adolecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adoleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adoleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adolecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adoleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adoleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adolecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adoleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adolecera" ;--# notpresent @@ -19386,30 +17772,24 @@ lin adormecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adormecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adormecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adormecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adormezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adormezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adormezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adormezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adormezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adormezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adormezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adormezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adormezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adormezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adormezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adormezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adormeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adormecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adormeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adormecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adormecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adormecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adormeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adormecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adormeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adormeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adormecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adormecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adormeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adormecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adormeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adormecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adormecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adormeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adormecieras" ; "adormecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adormeciramos" ; "adormecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adormecierais" ; "adormecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adormecieran" ; "adormeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adormec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adormeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adormeci" ;--# notpresent @@ -19422,12 +17802,12 @@ lin adormecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adormeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adormeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adormecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adormecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adormeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adormeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adormecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adormecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adormeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adormeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adormecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adormecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adormeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adormecera" ;--# notpresent @@ -19458,30 +17838,24 @@ lin agradecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "agradecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "agradecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "agradecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "agradezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "agradezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "agradezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "agradezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "agradezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "agradezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "agradezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "agradezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "agradezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "agradezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "agradezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "agradezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "agradeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "agradecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "agradeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "agradecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "agradecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "agradecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "agradeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "agradecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "agradeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "agradeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "agradecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "agradecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "agradeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "agradecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "agradeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "agradecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "agradecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "agradeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agradecieras" ; "agradecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agradeciramos" ; "agradecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agradecierais" ; "agradecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agradecieran" ; "agradeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "agradec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "agradeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "agradeci" ;--# notpresent @@ -19494,12 +17868,12 @@ lin agradecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "agradeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "agradeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "agradecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "agradecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "agradeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "agradeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "agradecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "agradecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "agradeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "agradeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "agradecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "agradecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "agradeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "agradecera" ;--# notpresent @@ -19530,30 +17904,24 @@ lin altivecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "altivecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "altivecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "altivecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "altivezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "altivezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "altivezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "altivezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "altivezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "altivezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "altivezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "altivezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "altivezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "altivezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "altivezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "altivezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "altiveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "altivecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "altiveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "altivecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "altivecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "altivecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "altiveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "altivecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "altiveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "altiveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "altivecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "altivecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "altiveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "altivecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "altiveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "altivecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "altivecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "altiveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"altivecieras" ; "altivecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"altiveciramos" ; "altivecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"altivecierais" ; "altivecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"altivecieran" ; "altiveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "altivec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "altiveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "altiveci" ;--# notpresent @@ -19566,12 +17934,12 @@ lin altivecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "altiveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "altiveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "altivecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "altivecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "altiveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "altiveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "altivecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "altivecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "altiveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "altiveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "altivecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "altivecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "altiveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "altivecera" ;--# notpresent @@ -19602,30 +17970,24 @@ lin amanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amanecieras" ; "amanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amaneciramos" ; "amanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amanecierais" ; "amanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amanecieran" ; "amaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amaneci" ;--# notpresent @@ -19638,12 +18000,12 @@ lin amanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amanecera" ;--# notpresent @@ -19674,30 +18036,24 @@ lin amarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarecieras" ; "amarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amareciramos" ; "amarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarecierais" ; "amarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarecieran" ; "amareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amareci" ;--# notpresent @@ -19710,12 +18066,12 @@ lin amarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amarecera" ;--# notpresent @@ -19746,30 +18102,24 @@ lin amarillecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amarillecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amarillecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amarillezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amarillezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amarillezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amarillezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amarillezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amarillezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amarilleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amarillecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amarilleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amarillecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amarillecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amarillecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amarillecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amarilleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amarillecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amarillecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarillecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amarillecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarillecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amarilleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarillecieras" ; "amarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amarilleciramos" ; "amarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarillecierais" ; "amarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarillecieran" ; "amarilleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amarillec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amarilleci" ;--# notpresent @@ -19782,12 +18132,12 @@ lin amarillecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amarilleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amarillecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amarillecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amarilleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amarillecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amarillecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amarilleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amarillecera" ;--# notpresent @@ -19818,30 +18168,24 @@ lin amohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amohecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amohecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amohezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amohezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amohezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amohezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amohezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amohezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amoheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amohecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amoheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amohecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amohecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amohecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amoheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amohecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amoheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amoheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amohecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amohecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amohecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amohecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amohecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amohecieras" ; "amohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoheciramos" ; "amohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amohecierais" ; "amohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amohecieran" ; "amoheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amohec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amoheci" ;--# notpresent @@ -19854,12 +18198,12 @@ lin amohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amohecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amohecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amoheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amoheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amohecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amohecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amohecera" ;--# notpresent @@ -19890,30 +18234,24 @@ lin amorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amorecieras" ; "amorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoreciramos" ; "amorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amorecierais" ; "amorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amorecieran" ; "amoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amoreci" ;--# notpresent @@ -19926,12 +18264,12 @@ lin amorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amorecera" ;--# notpresent @@ -19962,30 +18300,24 @@ lin amortecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amortecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amortecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amortecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amortezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amortezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amortezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amortezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amortezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amortezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amortezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amortezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amortezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amortezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amortezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amortezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amorteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amortecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amorteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amortecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amortecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amortecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amorteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amortecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amorteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amorteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amortecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amortecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amorteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amortecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amorteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amortecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amortecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amorteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amortecieras" ; "amortecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amorteciramos" ; "amortecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amortecierais" ; "amortecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amortecieran" ; "amorteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amortec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amorteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amorteci" ;--# notpresent @@ -19998,12 +18330,12 @@ lin amortecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amorteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amorteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amortecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amortecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amorteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amorteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amortecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amortecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amorteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amorteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amortecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amortecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amorteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amortecera" ;--# notpresent @@ -20034,30 +18366,24 @@ lin anochecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anochecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anochecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anochecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "anochezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "anochezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "anochezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "anochezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "anochezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "anochezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anochezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anochezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anochezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anochezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anochezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "anochezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anocheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anochecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anocheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anochecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anochecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anochecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "anocheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "anochecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "anocheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "anocheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "anochecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "anochecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "anocheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "anochecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "anocheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "anochecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "anochecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "anocheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anochecieras" ; "anochecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anocheciramos" ; "anochecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anochecierais" ; "anochecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anochecieran" ; "anocheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anochec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anocheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anocheci" ;--# notpresent @@ -20070,12 +18396,12 @@ lin anochecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anocheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anocheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "anochecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "anochecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "anocheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "anocheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "anochecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anochecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anocheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anocheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anochecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "anochecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anocheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "anochecera" ;--# notpresent @@ -20106,30 +18432,24 @@ lin aparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aparecieras" ; "aparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apareciramos" ; "aparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aparecierais" ; "aparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aparecieran" ; "apareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apareci" ;--# notpresent @@ -20142,12 +18462,12 @@ lin aparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aparecera" ;--# notpresent @@ -20178,30 +18498,24 @@ lin apetecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apetecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apetecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apetecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apetezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apetezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apetezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apetezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apetezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apetezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apetezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apetezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apetezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apetezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apetezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apetezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apeteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apetecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apeteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apetecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apetecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apetecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apeteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apetecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apeteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apeteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apetecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apetecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apeteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apetecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apeteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apetecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apetecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apeteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apetecieras" ; "apetecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apeteciramos" ; "apetecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apetecierais" ; "apetecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apetecieran" ; "apeteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apetec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apeteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apeteci" ;--# notpresent @@ -20214,12 +18528,12 @@ lin apetecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apeteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apeteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apetecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apetecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apeteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apeteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apetecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apetecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apeteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apeteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apetecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apetecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apeteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apetecera" ;--# notpresent @@ -20250,30 +18564,24 @@ lin arbolecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arbolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arbolecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arbolecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "arbolezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "arbolezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "arbolezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "arbolezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "arbolezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "arbolezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arbolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arbolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arbolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arbolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arbolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arbolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arboleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arbolecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arboleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arbolecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arbolecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arbolecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arboleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arbolecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arboleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arboleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arbolecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arbolecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arbolecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arbolecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arbolecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arbolecieras" ; "arbolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboleciramos" ; "arbolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arbolecierais" ; "arbolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arbolecieran" ; "arboleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arbolec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arboleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arboleci" ;--# notpresent @@ -20286,12 +18594,12 @@ lin arbolecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arboleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arboleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arbolecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arbolecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arboleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arboleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arbolecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arbolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arboleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arboleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arbolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arbolecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arboleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arbolecera" ;--# notpresent @@ -20322,30 +18630,24 @@ lin arborecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arborecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arborecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arborecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "arborezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "arborezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "arborezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "arborezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "arborezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "arborezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arborezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arborezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arborezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arborezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arborezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arborezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arboreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arborecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arboreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arborecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arborecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arborecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arboreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arborecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arboreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arboreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arborecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arborecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arborecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arborecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arborecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arborecieras" ; "arborecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboreciramos" ; "arborecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arborecierais" ; "arborecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arborecieran" ; "arboreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arborec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arboreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arboreci" ;--# notpresent @@ -20358,12 +18660,12 @@ lin arborecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arboreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arboreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arborecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arborecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arboreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arboreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arborecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arborecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arboreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arboreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arborecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arborecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arboreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arborecera" ;--# notpresent @@ -20394,30 +18696,24 @@ lin aridecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aridecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aridecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aridecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aridezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aridezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aridezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aridezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aridezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aridezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aridezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aridezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aridezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aridezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aridezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aridezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aridecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aridecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aridecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aridecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aridecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aridecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aridecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aridecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aridecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aridecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aridecieras" ; "aridecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arideciramos" ; "aridecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aridecierais" ; "aridecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aridecieran" ; "arideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aridec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arideci" ;--# notpresent @@ -20430,12 +18726,12 @@ lin aridecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aridecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aridecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aridecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aridecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aridecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aridecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aridecera" ;--# notpresent @@ -20466,30 +18762,24 @@ lin atardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atardecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atardecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atardezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atardezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atardezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atardezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atardezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atardezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atardeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atardecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atardeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atardecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atardecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atardecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atardeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atardecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atardeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atardeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atardecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atardecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atardecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atardecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atardecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atardeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atardecieras" ; "atardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atardeciramos" ; "atardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atardecierais" ; "atardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atardecieran" ; "atardeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atardec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atardeci" ;--# notpresent @@ -20502,12 +18792,12 @@ lin atardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atardeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atardecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atardecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atardeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atardeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atardecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atardecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atardeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atardecera" ;--# notpresent @@ -20538,30 +18828,24 @@ lin blanquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "blanquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "blanquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "blanquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "blanquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "blanquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "blanquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "blanquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "blanquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "blanquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "blanquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "blanquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "blanquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "blanquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "blanquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "blanquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "blanqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "blanquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "blanqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "blanquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "blanquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "blanquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "blanqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "blanquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "blanqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "blanqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "blanquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "blanquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "blanqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "blanquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "blanqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "blanquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "blanquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "blanqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blanquecieras" ; "blanquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blanqueciramos" ; "blanquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blanquecierais" ; "blanquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blanquecieran" ; "blanqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "blanquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "blanqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "blanqueci" ;--# notpresent @@ -20574,12 +18858,12 @@ lin blanquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "blanqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "blanqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "blanquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "blanquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "blanqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "blanquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "blanquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "blanqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "blanquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "blanquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "blanqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "blanquecera" ;--# notpresent @@ -20610,30 +18894,24 @@ lin calecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "calecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "calecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "calecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "calezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "calezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "calezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "calezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "calezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "calezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "calezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "calezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "calezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "calezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "calezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "calezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "caleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "calecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "caleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "calecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "calecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "calecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "caleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "calecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "caleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "caleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "calecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "calecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "caleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "calecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "caleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "calecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "calecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "caleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calecieras" ; "calecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caleciramos" ; "calecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calecierais" ; "calecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calecieran" ; "caleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "calec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "caleci" ;--# notpresent @@ -20646,12 +18924,12 @@ lin calecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "caleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "calecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "caleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "calecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "caleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "caleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "caleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "calecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "caleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "calecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "caleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "caleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "caleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "calecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "calecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "caleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "calecera" ;--# notpresent @@ -20682,30 +18960,24 @@ lin carecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "carecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "carecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "carecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "carezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "carezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "carezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "carezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "carezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "carezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "carezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "carezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "carezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "carezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "carezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "carezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "careca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "carecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "careca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "carecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "carecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "carecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "careciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "carecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "careciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "careciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "carecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "carecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "careciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "carecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "careciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "carecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "carecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "careciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"careciera" ; "careciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"carecieras" ; "carecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"careciera" ; "careciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"careciramos" ; "carecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"carecierais" ; "carecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"carecieran" ; "careciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "carec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "careciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "careci" ;--# notpresent @@ -20718,12 +18990,12 @@ lin carecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "careceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "careceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "carecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "careciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "carecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "careciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "careciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "careciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "carecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "careciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "carecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "careciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "careciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "careciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "carecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "carecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "careceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "carecera" ;--# notpresent @@ -20754,30 +19026,24 @@ lin clarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "clarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "clarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "clarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "clarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "clarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "clarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "clarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "clarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "clarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "clarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "clarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "clarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "clarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "clarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "clarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "clareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "clarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "clareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "clarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "clarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "clarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "clareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "clarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "clareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "clareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "clarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "clarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "clareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "clarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "clareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "clarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "clarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "clareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clarecieras" ; "clarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clareciramos" ; "clarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clarecierais" ; "clarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clarecieran" ; "clareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "clarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "clareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "clareci" ;--# notpresent @@ -20790,12 +19056,12 @@ lin clarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "clareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "clareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "clarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "clareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "clarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "clareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "clareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "clareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "clarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "clareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "clarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "clareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "clareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "clareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "clarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "clarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "clareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "clarecera" ;--# notpresent @@ -20826,30 +19092,24 @@ lin colicuecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colicuecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colicuecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "colicuecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "colicuezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "colicuezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "colicuezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "colicuezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "colicuezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "colicuezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "colicuezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "colicuezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "colicuezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colicuezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colicuezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "colicuezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colicueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colicuecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colicueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colicuecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colicuecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colicuecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "colicueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "colicuecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "colicueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "colicueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "colicuecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "colicuecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "colicueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "colicuecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "colicueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "colicuecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "colicuecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "colicueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colicuecieras" ; "colicuecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colicueciramos" ; "colicuecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colicuecierais" ; "colicuecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colicuecieran" ; "colicueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colicuec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colicueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colicueci" ;--# notpresent @@ -20862,12 +19122,12 @@ lin colicuecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colicueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colicueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colicuecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "colicuecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "colicueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "colicueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "colicuecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colicuecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colicueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colicueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colicuecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colicuecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colicueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colicuecera" ;--# notpresent @@ -20898,30 +19158,24 @@ lin compadecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "compadecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "compadecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compadecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "compadezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "compadezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "compadezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "compadezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "compadezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "compadezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compadezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compadezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compadezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compadezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compadezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compadezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compadeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "compadecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compadeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "compadecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "compadecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "compadecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "compadeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "compadecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "compadeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "compadeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "compadecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "compadecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "compadeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "compadecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "compadeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "compadecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "compadecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "compadeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compadecieras" ; "compadecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compadeciramos" ; "compadecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compadecierais" ; "compadecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compadecieran" ; "compadeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compadec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compadeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compadeci" ;--# notpresent @@ -20934,12 +19188,12 @@ lin compadecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compadeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compadeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compadecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "compadecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "compadeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "compadeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "compadecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compadecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compadeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compadeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compadecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compadecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compadeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compadecera" ;--# notpresent @@ -20970,30 +19224,24 @@ lin comparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "comparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "comparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "comparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "comparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "comparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "comparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "compareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "comparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "compareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "compareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "comparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "comparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "compareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "comparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "compareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "comparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "comparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "compareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comparecieras" ; "comparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compareciramos" ; "comparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comparecierais" ; "comparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comparecieran" ; "compareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compareci" ;--# notpresent @@ -21006,12 +19254,12 @@ lin comparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "compareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "comparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "compareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "compareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "compareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "comparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comparecera" ;--# notpresent @@ -21042,30 +19290,24 @@ lin convalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "convalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "convalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "convalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "convalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "convalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "convalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convalecieras" ; "convalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convaleciramos" ; "convalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convalecierais" ; "convalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convalecieran" ; "convaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convaleci" ;--# notpresent @@ -21078,12 +19320,12 @@ lin convalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convalecera" ;--# notpresent @@ -21114,30 +19356,24 @@ lin crecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "crecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "crecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "crecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "crezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "crezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "crezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "crezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "crezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "crezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "crezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "crezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "crezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "crezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "crezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "crezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "creca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "crecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "creca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "crecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "crecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "crecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "creciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "crecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "creciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "creciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "crecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "crecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "creciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "crecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "creciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "crecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "crecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "creciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creciera" ; "creciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"crecieras" ; "crecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creciera" ; "creciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creciramos" ; "crecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"crecierais" ; "crecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"crecieran" ; "creciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "crec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "creciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "creci" ;--# notpresent @@ -21150,12 +19386,12 @@ lin crecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "creceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "creceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "crecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "creciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "crecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "creciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "creciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "creciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "crecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "creciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "crecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "creciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "creciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "creciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "crecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "crecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "creceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "crecera" ;--# notpresent @@ -21186,30 +19422,24 @@ lin decrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "decrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "decrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "decrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "decrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "decrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "decrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "decrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "decrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "decrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "decreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "decrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "decreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "decreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "decrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "decrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "decreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "decrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "decreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "decrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "decrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "decreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decrecieras" ; "decrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decreciramos" ; "decrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decrecierais" ; "decrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decrecieran" ; "decreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "decrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decreci" ;--# notpresent @@ -21222,12 +19452,12 @@ lin decrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "decreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "decrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "decreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "decreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "decreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "decrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decrecera" ;--# notpresent @@ -21258,30 +19488,24 @@ lin desabastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desabastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desabastecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desabastecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desabastezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desabastezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desabastezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desabastezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desabastezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desabastezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desabastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desabastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desabastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desabastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desabastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desabastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desabasteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desabastecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desabasteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desabastecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desabastecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desabastecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desabasteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desabastecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desabasteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desabasteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desabastecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desabastecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desabasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desabastecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desabasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desabastecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desabastecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desabasteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desabastecieras" ; "desabastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desabasteciramos" ; "desabastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desabastecierais" ; "desabastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desabastecieran" ; "desabasteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desabastec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desabasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desabasteci" ;--# notpresent @@ -21294,12 +19518,12 @@ lin desabastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desabasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desabasteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desabastecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desabastecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desabasteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desabastecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desabastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desabasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desabastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desabastecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desabasteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desabastecera" ;--# notpresent @@ -21330,30 +19554,24 @@ lin desadormecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desadormecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desadormecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desadormecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desadormezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desadormezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desadormezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desadormezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desadormezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desadormezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desadormezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desadormezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desadormezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desadormezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desadormezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desadormezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desadormeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desadormecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desadormeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desadormecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desadormecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desadormecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desadormeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desadormecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desadormeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desadormeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desadormecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desadormecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadormeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadormecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadormeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadormecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadormecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadormeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadormecieras" ; "desadormecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadormeciramos" ; "desadormecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadormecierais" ; "desadormecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadormecieran" ; "desadormeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desadormec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desadormeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desadormeci" ;--# notpresent @@ -21366,12 +19584,12 @@ lin desadormecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desadormeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desadormeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desadormecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desadormecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desadormeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desadormecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desadormecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desadormeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desadormecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desadormecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desadormeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desadormecera" ;--# notpresent @@ -21402,30 +19620,24 @@ lin desagradecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desagradecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desagradecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desagradecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desagradezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desagradezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desagradezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desagradezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desagradezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desagradezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desagradezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desagradezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desagradezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desagradezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desagradezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desagradezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desagradeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desagradecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desagradeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desagradecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desagradecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desagradecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desagradeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desagradecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desagradeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desagradeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desagradecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desagradecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desagradeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desagradecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desagradeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desagradecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desagradecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desagradeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desagradecieras" ; "desagradecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desagradeciramos" ; "desagradecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desagradecierais" ; "desagradecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desagradecieran" ; "desagradeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desagradec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desagradeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desagradeci" ;--# notpresent @@ -21438,12 +19650,12 @@ lin desagradecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desagradeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desagradeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desagradecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desagradecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desagradeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desagradecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desagradecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desagradeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desagradecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desagradecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desagradeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desagradecera" ;--# notpresent @@ -21474,30 +19686,24 @@ lin desaparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desaparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desaparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desaparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desaparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desaparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desaparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desaparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desaparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desaparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desapareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desapareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desapareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desaparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desapareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desapareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desaparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desaparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaparecieras" ; "desaparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapareciramos" ; "desaparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaparecierais" ; "desaparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaparecieran" ; "desapareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desapareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desapareci" ;--# notpresent @@ -21510,12 +19716,12 @@ lin desaparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desapareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desapareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desaparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desapareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desapareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desaparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desapareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desapareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desapareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaparecera" ;--# notpresent @@ -21546,30 +19752,24 @@ lin desbravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desbravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desbravecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desbravecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desbravezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desbravezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desbravezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desbravezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desbravezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desbravezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desbravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desbravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desbravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desbravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desbravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desbravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desbraveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desbravecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desbraveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desbravecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desbravecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desbravecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desbraveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desbravecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desbraveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desbraveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desbravecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desbravecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desbraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desbravecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desbraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desbravecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desbravecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desbraveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desbravecieras" ; "desbravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desbraveciramos" ; "desbravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desbravecierais" ; "desbravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desbravecieran" ; "desbraveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desbravec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desbraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desbraveci" ;--# notpresent @@ -21582,12 +19782,12 @@ lin desbravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desbraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desbraveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desbravecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desbravecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desbraveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desbravecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desbravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desbraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desbravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desbravecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desbraveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desbravecera" ;--# notpresent @@ -21618,30 +19818,24 @@ lin descaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descaecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descaecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descaezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descaezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descaezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descaezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descaezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descaezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descaeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descaecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descaeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descaecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descaecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descaecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descaeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descaecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descaeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descaeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descaecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descaecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descaecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descaecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descaecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descaeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descaecieras" ; "descaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descaeciramos" ; "descaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descaecierais" ; "descaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descaecieran" ; "descaeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descaec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descaeci" ;--# notpresent @@ -21654,12 +19848,12 @@ lin descaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descaeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descaecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descaecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descaeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descaeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descaecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descaecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descaeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descaecera" ;--# notpresent @@ -21690,30 +19884,24 @@ lin desembravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desembravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desembravecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desembravecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desembravezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desembravezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desembravezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desembravezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desembravezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desembravezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desembravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desembravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desembravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desembravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desembravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desembravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desembraveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desembravecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desembraveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desembravecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desembravecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desembravecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desembraveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desembravecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desembraveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desembraveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desembravecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desembravecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembravecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembravecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembravecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembraveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembravecieras" ; "desembravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembraveciramos" ; "desembravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembravecierais" ; "desembravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembravecieran" ; "desembraveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desembravec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desembraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desembraveci" ;--# notpresent @@ -21726,12 +19914,12 @@ lin desembravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desembraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desembraveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desembravecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desembravecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desembraveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desembravecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desembravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desembraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desembravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desembravecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desembraveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desembravecera" ;--# notpresent @@ -21762,30 +19950,24 @@ lin desenfurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenfurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenfurecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenfurecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desenfurezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desenfurezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desenfurezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenfurezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenfurezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desenfurezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenfurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenfurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenfurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenfurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenfurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenfurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenfureca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenfurecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenfureca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenfurecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenfurecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenfurecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenfureciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenfurecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenfureciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenfureciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenfurecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenfurecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenfureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenfurecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenfureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenfurecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenfurecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenfureciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenfurecieras" ; "desenfurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenfureciramos" ; "desenfurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenfurecierais" ; "desenfurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenfurecieran" ; "desenfureciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenfurec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenfureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenfureci" ;--# notpresent @@ -21798,12 +19980,12 @@ lin desenfurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenfureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenfureceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenfurecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenfureciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenfureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenfurecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenfureceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenfurecera" ;--# notpresent @@ -21834,30 +20016,24 @@ lin desenmohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenmohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenmohecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenmohecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desenmohezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desenmohezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desenmohezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenmohezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenmohezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desenmohezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenmohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenmohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenmohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenmohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenmohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenmohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenmoheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenmohecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenmoheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenmohecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenmohecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenmohecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenmoheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenmohecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenmoheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenmoheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenmohecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenmohecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmohecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmohecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmohecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmoheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmohecieras" ; "desenmohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmoheciramos" ; "desenmohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmohecierais" ; "desenmohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmohecieran" ; "desenmoheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenmohec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenmoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenmoheci" ;--# notpresent @@ -21870,12 +20046,12 @@ lin desenmohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenmoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenmoheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenmohecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenmoheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenmoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenmohecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenmoheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenmohecera" ;--# notpresent @@ -21906,30 +20082,24 @@ lin desenmudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenmudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenmudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenmudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desenmudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desenmudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desenmudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenmudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenmudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desenmudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenmudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenmudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenmudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenmudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenmudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenmudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenmudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenmudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenmudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenmudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenmudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenmudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenmudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenmudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenmudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenmudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenmudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenmudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmudecieras" ; "desenmudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmudeciramos" ; "desenmudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmudecierais" ; "desenmudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmudecieran" ; "desenmudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenmudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenmudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenmudeci" ;--# notpresent @@ -21942,12 +20112,12 @@ lin desenmudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenmudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenmudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenmudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenmudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenmudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenmudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenmudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenmudecera" ;--# notpresent @@ -21978,30 +20148,24 @@ lin desenrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenrudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenrudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desenrudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desenrudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desenrudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenrudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenrudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desenrudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenrudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenrudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenrudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenrudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenrudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenrudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenrudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenrudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenrudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenrudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenrudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenrudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenrudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenrudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenrudecieras" ; "desenrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenrudeciramos" ; "desenrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenrudecierais" ; "desenrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenrudecieran" ; "desenrudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenrudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenrudeci" ;--# notpresent @@ -22014,12 +20178,12 @@ lin desenrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenrudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenrudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenrudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenrudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenrudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenrudecera" ;--# notpresent @@ -22050,30 +20214,24 @@ lin desensoberbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desensoberbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desensoberbecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desensoberbecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desensoberbezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desensoberbezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desensoberbezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desensoberbezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desensoberbezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desensoberbezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desensoberbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desensoberbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desensoberbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desensoberbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desensoberbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desensoberbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desensoberbeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desensoberbecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desensoberbeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desensoberbecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desensoberbecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desensoberbecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desensoberbeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desensoberbecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desensoberbeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desensoberbeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desensoberbecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desensoberbecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desensoberbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desensoberbecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desensoberbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desensoberbecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desensoberbecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desensoberbeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desensoberbecieras" ; "desensoberbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desensoberbeciramos" ; "desensoberbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desensoberbecierais" ; "desensoberbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desensoberbecieran" ; "desensoberbeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desensoberbec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desensoberbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desensoberbeci" ;--# notpresent @@ -22086,12 +20244,12 @@ lin desensoberbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desensoberbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desensoberbeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desensoberbecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desensoberbeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desensoberbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desensoberbecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desensoberbeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desensoberbecera" ;--# notpresent @@ -22122,30 +20280,24 @@ lin desentorpecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentorpecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentorpecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentorpecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desentorpezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desentorpezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desentorpezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desentorpezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desentorpezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desentorpezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentorpezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentorpezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentorpezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentorpezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentorpezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentorpezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentorpeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentorpecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentorpeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentorpecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentorpecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentorpecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desentorpeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desentorpecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desentorpeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desentorpeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desentorpecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desentorpecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentorpeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentorpecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentorpeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentorpecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentorpecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentorpeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentorpecieras" ; "desentorpecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentorpeciramos" ; "desentorpecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentorpecierais" ; "desentorpecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentorpecieran" ; "desentorpeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentorpec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentorpeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentorpeci" ;--# notpresent @@ -22158,12 +20310,12 @@ lin desentorpecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentorpeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentorpeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentorpecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desentorpeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentorpeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentorpecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentorpeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentorpecera" ;--# notpresent @@ -22194,30 +20346,24 @@ lin desentumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentumecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentumecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desentumezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desentumezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desentumezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desentumezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desentumezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desentumezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentumeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentumecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentumeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentumecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentumecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentumecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desentumeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desentumecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desentumeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desentumeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desentumecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desentumecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentumecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentumecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentumecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentumeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentumecieras" ; "desentumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentumeciramos" ; "desentumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentumecierais" ; "desentumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentumecieran" ; "desentumeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentumec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentumeci" ;--# notpresent @@ -22230,12 +20376,12 @@ lin desentumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentumeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentumecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desentumecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desentumeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desentumecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentumecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentumeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentumecera" ;--# notpresent @@ -22266,30 +20412,24 @@ lin desfallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desfallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desfallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desfallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desfallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desfallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desfallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfalleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfalleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desfalleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desfallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desfalleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desfalleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desfallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desfallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfalleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfallecieras" ; "desfallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfalleciramos" ; "desfallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfallecierais" ; "desfallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfallecieran" ; "desfalleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfalleci" ;--# notpresent @@ -22302,12 +20442,12 @@ lin desfallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfalleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desfallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desfalleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desfallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfalleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfallecera" ;--# notpresent @@ -22338,30 +20478,24 @@ lin desfavorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfavorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfavorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfavorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desfavorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desfavorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desfavorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desfavorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desfavorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desfavorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfavorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfavorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfavorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfavorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfavorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfavorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfavoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfavorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfavoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfavorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfavorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfavorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desfavoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desfavorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desfavoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desfavoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desfavorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desfavorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfavoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfavorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfavoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfavorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfavorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfavoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfavorecieras" ; "desfavorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfavoreciramos" ; "desfavorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfavorecierais" ; "desfavorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfavorecieran" ; "desfavoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfavorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfavoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfavoreci" ;--# notpresent @@ -22374,12 +20508,12 @@ lin desfavorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfavoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfavoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfavorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desfavoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfavoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfavorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfavoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfavorecera" ;--# notpresent @@ -22410,30 +20544,24 @@ lin desflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desflorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desflorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desflorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desflorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desflorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desflorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desflorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desflorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfloreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desflorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfloreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desflorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desflorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desflorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desfloreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desflorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desfloreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desfloreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desflorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desflorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desflorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desflorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desflorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfloreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desflorecieras" ; "desflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfloreciramos" ; "desflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desflorecierais" ; "desflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desflorecieran" ; "desfloreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desflorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfloreci" ;--# notpresent @@ -22446,12 +20574,12 @@ lin desflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfloreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desflorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desflorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desfloreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desflorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desflorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfloreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desflorecera" ;--# notpresent @@ -22482,30 +20610,24 @@ lin desfortalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfortalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfortalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfortalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desfortalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desfortalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desfortalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desfortalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desfortalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desfortalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfortalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfortalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfortalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfortalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfortalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfortalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfortaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfortalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfortaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfortalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfortalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfortalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desfortaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desfortalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desfortaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desfortaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desfortalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desfortalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfortaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfortalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfortaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfortalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfortalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfortaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfortalecieras" ; "desfortalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfortaleciramos" ; "desfortalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfortalecierais" ; "desfortalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfortalecieran" ; "desfortaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfortalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfortaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfortaleci" ;--# notpresent @@ -22518,12 +20640,12 @@ lin desfortalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfortaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfortaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfortalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desfortaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfortaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfortalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfortaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfortalecera" ;--# notpresent @@ -22554,30 +20676,24 @@ lin desguarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desguarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desguarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desguarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desguarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desguarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desguarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desguarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desguarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desguarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desguarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desguarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desguarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desguarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desguarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desguarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desguarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desguarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desguarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desguarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desguarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desguarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desguarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desguarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desguarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desguarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desguarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desguarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desguarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desguarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desguarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desguarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desguarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desguarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desguarnecieras" ; "desguarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desguarneciramos" ; "desguarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desguarnecierais" ; "desguarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desguarnecieran" ; "desguarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desguarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desguarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desguarneci" ;--# notpresent @@ -22590,12 +20706,12 @@ lin desguarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desguarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desguarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desguarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desguarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desguarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desguarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desguarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desguarnecera" ;--# notpresent @@ -22626,30 +20742,24 @@ lin deshumedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshumedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deshumedecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshumedecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshumedezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshumedezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshumedezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deshumedezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deshumedezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshumedezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshumedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshumedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshumedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshumedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshumedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshumedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshumedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshumedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshumedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshumedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshumedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshumedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "deshumedeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deshumedecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "deshumedeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "deshumedeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deshumedecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deshumedecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshumedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshumedecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshumedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshumedecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshumedecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshumedeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshumedecieras" ; "deshumedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshumedeciramos" ; "deshumedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshumedecierais" ; "deshumedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshumedecieran" ; "deshumedeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshumedec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshumedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deshumedeci" ;--# notpresent @@ -22662,12 +20772,12 @@ lin deshumedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deshumedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deshumedeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deshumedecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "deshumedeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshumedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deshumedecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deshumedeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deshumedecera" ;--# notpresent @@ -22698,30 +20808,24 @@ lin desmerecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmerecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmerecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmerecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmerezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmerezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmerezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmerezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmerezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmerezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmerezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmerezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmerezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmerezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmerezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmerezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmereca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmerecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmereca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmerecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmerecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmerecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmereciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmerecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmereciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmereciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmerecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmerecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmerecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmerecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmerecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmereciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmerecieras" ; "desmerecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmereciramos" ; "desmerecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmerecierais" ; "desmerecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmerecieran" ; "desmereciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmerec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmereci" ;--# notpresent @@ -22734,12 +20838,12 @@ lin desmerecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmereceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmerecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmerecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmereciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmereciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmerecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmerecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmerecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmerecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmereceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmerecera" ;--# notpresent @@ -22770,30 +20874,24 @@ lin desobedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desobedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desobedecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desobedecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desobedezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desobedezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desobedezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desobedezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desobedezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desobedezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desobedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desobedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desobedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desobedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desobedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desobedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desobedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desobedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desobedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desobedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desobedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desobedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desobedeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desobedecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desobedeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desobedeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desobedecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desobedecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobedecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobedecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobedecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobedeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobedecieras" ; "desobedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobedeciramos" ; "desobedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobedecierais" ; "desobedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobedecieran" ; "desobedeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desobedec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desobedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desobedeci" ;--# notpresent @@ -22806,12 +20904,12 @@ lin desobedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desobedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desobedeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desobedecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desobedecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desobedeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desobedecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desobedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desobedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desobedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desobedecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desobedeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desobedecera" ;--# notpresent @@ -22842,30 +20940,24 @@ lin desparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desparecieras" ; "desparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despareciramos" ; "desparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desparecierais" ; "desparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desparecieran" ; "despareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despareci" ;--# notpresent @@ -22878,12 +20970,12 @@ lin desparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desparecera" ;--# notpresent @@ -22914,30 +21006,24 @@ lin desvanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desvanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desvanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desvanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desvanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desvanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desvanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desvaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desvanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desvaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desvaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desvanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desvanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvanecieras" ; "desvanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvaneciramos" ; "desvanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvanecierais" ; "desvanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvanecieran" ; "desvaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvaneci" ;--# notpresent @@ -22950,12 +21036,12 @@ lin desvanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desvanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desvaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desvanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvanecera" ;--# notpresent @@ -22986,30 +21072,24 @@ lin embarbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embarbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embarbecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embarbecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embarbezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embarbezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embarbezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embarbezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embarbezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embarbezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embarbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embarbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embarbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embarbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embarbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embarbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embarbeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embarbecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embarbeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embarbecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embarbecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embarbecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embarbeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embarbecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embarbeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embarbeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embarbecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embarbecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embarbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embarbecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embarbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embarbecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embarbecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embarbeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embarbecieras" ; "embarbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embarbeciramos" ; "embarbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embarbecierais" ; "embarbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embarbecieran" ; "embarbeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embarbec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embarbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embarbeci" ;--# notpresent @@ -23022,12 +21102,12 @@ lin embarbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embarbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embarbeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embarbecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embarbecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embarbeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embarbecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embarbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embarbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embarbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embarbecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embarbeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embarbecera" ;--# notpresent @@ -23058,30 +21138,24 @@ lin embastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embastecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embastecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embastezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embastezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embastezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embastezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embastezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embastezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embasteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embastecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embasteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embastecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embastecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embastecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embasteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embastecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embasteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embasteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embastecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embastecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embastecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embastecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embastecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embasteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embastecieras" ; "embastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embasteciramos" ; "embastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embastecierais" ; "embastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embastecieran" ; "embasteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embastec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embasteci" ;--# notpresent @@ -23094,12 +21168,12 @@ lin embastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embasteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embastecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embastecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embasteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embasteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embastecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embastecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embasteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embastecera" ;--# notpresent @@ -23130,30 +21204,24 @@ lin embebecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embebecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embebecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embebecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embebezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embebezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embebezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embebezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embebezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embebezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embebezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embebezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embebezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embebezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embebezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embebezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embebeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embebecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embebeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embebecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embebecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embebecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embebeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embebecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embebeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embebeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embebecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embebecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embebeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embebecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embebeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embebecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embebecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embebeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embebecieras" ; "embebecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embebeciramos" ; "embebecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embebecierais" ; "embebecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embebecieran" ; "embebeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embebec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embebeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embebeci" ;--# notpresent @@ -23166,12 +21234,12 @@ lin embebecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embebeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embebeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embebecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embebecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embebeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embebeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embebecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embebecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embebeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embebeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embebecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embebecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embebeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embebecera" ;--# notpresent @@ -23202,30 +21270,24 @@ lin embellecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embellecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embellecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embellecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embellezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embellezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embellezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embellezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embellezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embellezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embellezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embellezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embellezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embellezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embellezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embellezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embelleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embellecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embelleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embellecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embellecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embellecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embelleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embellecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embelleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embelleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embellecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embellecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embelleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embelleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embellecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embelleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellecieras" ; "embellecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embelleciramos" ; "embellecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellecierais" ; "embellecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellecieran" ; "embelleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embellec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embelleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embelleci" ;--# notpresent @@ -23238,12 +21300,12 @@ lin embellecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embelleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embelleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embellecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embellecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embelleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embelleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embellecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embellecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embelleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embelleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embellecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embellecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embelleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embellecera" ;--# notpresent @@ -23274,30 +21336,24 @@ lin embermejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embermejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embermejecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embermejecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embermejezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embermejezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embermejezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embermejezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embermejezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embermejezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embermejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embermejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embermejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embermejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embermejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embermejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embermejeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embermejecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embermejeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embermejecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embermejecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embermejecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embermejeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embermejecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embermejeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embermejeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embermejecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embermejecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embermejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embermejecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embermejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embermejecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embermejecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embermejeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embermejecieras" ; "embermejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embermejeciramos" ; "embermejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embermejecierais" ; "embermejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embermejecieran" ; "embermejeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embermejec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embermejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embermejeci" ;--# notpresent @@ -23310,12 +21366,12 @@ lin embermejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embermejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embermejeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embermejecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embermejecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embermejeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embermejecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embermejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embermejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embermejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embermejecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embermejeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embermejecera" ;--# notpresent @@ -23346,30 +21402,24 @@ lin emblandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emblandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emblandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emblandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emblandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emblandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emblandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emblandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emblandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emblandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emblandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emblandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emblandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emblandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emblandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emblandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emblandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emblandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emblandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emblandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emblandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emblandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emblandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emblandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emblandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emblandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emblandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emblandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblandecieras" ; "emblandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblandeciramos" ; "emblandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblandecierais" ; "emblandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblandecieran" ; "emblandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emblandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emblandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emblandeci" ;--# notpresent @@ -23382,12 +21432,12 @@ lin emblandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emblandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emblandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emblandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emblandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emblandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emblandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emblandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emblandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emblandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emblandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emblandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emblandecera" ;--# notpresent @@ -23418,30 +21468,24 @@ lin emblanquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emblanquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emblanquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emblanquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emblanquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emblanquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emblanquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emblanquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emblanquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emblanquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emblanquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emblanquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emblanquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emblanquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emblanquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emblanquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emblanqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emblanquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emblanqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emblanquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emblanquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emblanquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emblanqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emblanquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emblanqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emblanqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emblanquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emblanquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblanqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblanquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblanqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblanquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblanquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblanqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblanquecieras" ; "emblanquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblanqueciramos" ; "emblanquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblanquecierais" ; "emblanquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblanquecieran" ; "emblanqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emblanquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emblanqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emblanqueci" ;--# notpresent @@ -23454,12 +21498,12 @@ lin emblanquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emblanqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emblanqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emblanquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emblanqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emblanqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emblanquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emblanqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emblanquecera" ;--# notpresent @@ -23490,30 +21534,24 @@ lin embobecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embobecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embobecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embobecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embobezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embobezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embobezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embobezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embobezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embobezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embobezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embobezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embobezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embobezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embobezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embobezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embobeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embobecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embobeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embobecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embobecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embobecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embobeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embobecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embobeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embobeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embobecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embobecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embobeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embobecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embobeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embobecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embobecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embobeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embobecieras" ; "embobecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embobeciramos" ; "embobecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embobecierais" ; "embobecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embobecieran" ; "embobeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embobec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embobeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embobeci" ;--# notpresent @@ -23526,12 +21564,12 @@ lin embobecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embobeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embobeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embobecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embobecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embobeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embobeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embobecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embobecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embobeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embobeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embobecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embobecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embobeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embobecera" ;--# notpresent @@ -23562,30 +21600,24 @@ lin embosquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embosquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embosquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embosquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embosquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embosquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embosquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embosquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embosquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embosquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embosquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embosquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embosquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embosquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embosquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embosquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embosqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embosquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embosqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embosquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embosquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embosquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embosqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embosquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embosqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embosqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embosquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embosquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embosqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embosquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embosqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embosquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embosquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embosqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embosquecieras" ; "embosquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embosqueciramos" ; "embosquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embosquecierais" ; "embosquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embosquecieran" ; "embosqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embosquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embosqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embosqueci" ;--# notpresent @@ -23598,12 +21630,12 @@ lin embosquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embosqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embosqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embosquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embosquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embosqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embosquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embosquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embosqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embosquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embosquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embosqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embosquecera" ;--# notpresent @@ -23634,30 +21666,24 @@ lin embravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embravecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embravecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embravezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embravezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embravezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embravezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embravezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embravezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embraveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embravecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embraveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embravecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embravecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embravecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embraveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embravecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embraveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embraveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embravecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embravecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embravecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embravecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embravecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embraveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embravecieras" ; "embravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embraveciramos" ; "embravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embravecierais" ; "embravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embravecieran" ; "embraveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embravec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embraveci" ;--# notpresent @@ -23670,12 +21696,12 @@ lin embravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embraveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embravecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embravecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embraveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embraveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embravecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embravecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embraveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embravecera" ;--# notpresent @@ -23706,30 +21732,24 @@ lin embrutecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embrutecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embrutecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embrutecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embrutezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embrutezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embrutezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embrutezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embrutezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embrutezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embrutezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embrutezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embrutezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embrutezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embrutezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embrutezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embruteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embrutecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embruteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embrutecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embrutecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embrutecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embruteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embrutecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embruteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embruteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embrutecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embrutecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embruteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embrutecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embruteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embrutecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embrutecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embruteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embrutecieras" ; "embrutecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embruteciramos" ; "embrutecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embrutecierais" ; "embrutecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embrutecieran" ; "embruteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embrutec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embruteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embruteci" ;--# notpresent @@ -23742,12 +21762,12 @@ lin embrutecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embruteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embruteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embrutecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embrutecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embruteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embruteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embrutecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embrutecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embruteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embruteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embrutecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embrutecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embruteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embrutecera" ;--# notpresent @@ -23778,30 +21798,24 @@ lin empalidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empalidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empalidecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empalidecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empalidezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empalidezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empalidezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empalidezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empalidezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empalidezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empalidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empalidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empalidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empalidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empalidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empalidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empalideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empalidecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empalideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empalidecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empalidecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empalidecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empalideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empalidecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empalideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empalideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empalidecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empalidecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empalideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empalidecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empalideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empalidecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empalidecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empalideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empalidecieras" ; "empalidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empalideciramos" ; "empalidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empalidecierais" ; "empalidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empalidecieran" ; "empalideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empalidec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empalideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empalideci" ;--# notpresent @@ -23814,12 +21828,12 @@ lin empalidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empalideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empalideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empalidecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empalidecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empalideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empalideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empalidecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empalidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empalideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empalideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empalidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empalidecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empalideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empalidecera" ;--# notpresent @@ -23850,30 +21864,24 @@ lin empavorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empavorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empavorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empavorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empavorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empavorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empavorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empavorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empavorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empavorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empavorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empavorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empavorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empavorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empavorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empavorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empavoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empavorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empavoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empavorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empavorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empavorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empavoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empavorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empavoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empavoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empavorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empavorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empavoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empavorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empavoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empavorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empavorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empavoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empavorecieras" ; "empavorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empavoreciramos" ; "empavorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empavorecierais" ; "empavorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empavorecieran" ; "empavoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empavorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empavoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empavoreci" ;--# notpresent @@ -23886,12 +21894,12 @@ lin empavorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empavoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empavoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empavorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empavorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empavoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empavorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empavorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empavoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empavorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empavorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empavoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empavorecera" ;--# notpresent @@ -23922,30 +21930,24 @@ lin empecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empecieras" ; "empecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empeciramos" ; "empecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empecierais" ; "empecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empecieran" ; "empeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empeci" ;--# notpresent @@ -23958,12 +21960,12 @@ lin empecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empecera" ;--# notpresent @@ -23994,30 +21996,24 @@ lin empequehecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empequehecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empequehecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empequehecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empequehezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empequehezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empequehezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empequehezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empequehezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empequehezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empequehezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empequehezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empequehezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empequehezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empequehezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empequehezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empequeheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empequehecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empequeheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empequehecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empequehecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empequehecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empequeheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empequehecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empequeheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empequeheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empequehecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empequehecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empequeheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empequehecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empequeheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empequehecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empequehecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empequeheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empequehecieras" ; "empequehecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empequeheciramos" ; "empequehecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empequehecierais" ; "empequehecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empequehecieran" ; "empequeheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empequehec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empequeheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empequeheci" ;--# notpresent @@ -24030,12 +22026,12 @@ lin empequehecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empequeheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empequeheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empequehecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empequehecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empequeheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empequehecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empequehecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empequeheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empequehecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empequehecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empequeheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empequehecera" ;--# notpresent @@ -24066,30 +22062,24 @@ lin emplastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplastecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplastecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emplastezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emplastezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emplastezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emplastezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emplastezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emplastezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplasteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplastecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplasteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplastecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplastecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplastecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emplasteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emplastecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emplasteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emplasteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emplastecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emplastecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplastecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplastecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplastecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplasteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplastecieras" ; "emplastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplasteciramos" ; "emplastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplastecierais" ; "emplastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplastecieran" ; "emplasteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplastec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplasteci" ;--# notpresent @@ -24102,12 +22092,12 @@ lin emplastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplasteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplastecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emplastecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emplasteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emplastecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplastecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplasteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplastecera" ;--# notpresent @@ -24138,30 +22128,24 @@ lin emplebeyecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplebeyecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplebeyecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplebeyecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emplebeyezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emplebeyezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emplebeyezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emplebeyezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emplebeyezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emplebeyezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplebeyezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplebeyezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplebeyezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplebeyezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplebeyezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplebeyezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplebeyeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplebeyecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplebeyeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplebeyecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplebeyecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplebeyecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emplebeyeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emplebeyecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emplebeyeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emplebeyeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emplebeyecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emplebeyecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplebeyeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplebeyecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplebeyeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplebeyecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplebeyecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplebeyeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplebeyecieras" ; "emplebeyecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplebeyeciramos" ; "emplebeyecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplebeyecierais" ; "emplebeyecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplebeyecieran" ; "emplebeyeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplebeyec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplebeyeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplebeyeci" ;--# notpresent @@ -24174,12 +22158,12 @@ lin emplebeyecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplebeyeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplebeyeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplebeyecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emplebeyeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplebeyeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplebeyecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplebeyeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplebeyecera" ;--# notpresent @@ -24210,30 +22194,24 @@ lin emplumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplumecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplumecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emplumezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emplumezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emplumezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emplumezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emplumezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emplumezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplumeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplumecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplumeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplumecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplumecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplumecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emplumeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emplumecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emplumeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emplumeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emplumecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emplumecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplumecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplumecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplumecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplumeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplumecieras" ; "emplumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplumeciramos" ; "emplumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplumecierais" ; "emplumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplumecieran" ; "emplumeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplumec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplumeci" ;--# notpresent @@ -24246,12 +22224,12 @@ lin emplumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplumeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplumecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emplumecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emplumeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emplumecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplumecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplumeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplumecera" ;--# notpresent @@ -24282,30 +22260,24 @@ lin empobrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empobrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empobrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empobrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empobrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empobrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empobrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empobrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empobrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empobrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empobrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empobrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empobrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empobrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empobrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empobrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empobreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empobrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empobreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empobrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empobrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empobrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empobreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empobrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empobreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empobreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empobrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empobrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empobreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empobrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empobreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empobrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empobrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empobreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empobrecieras" ; "empobrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empobreciramos" ; "empobrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empobrecierais" ; "empobrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empobrecieran" ; "empobreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empobrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empobreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empobreci" ;--# notpresent @@ -24318,12 +22290,12 @@ lin empobrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empobreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empobreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empobrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empobrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empobreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empobreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empobrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empobrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empobreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empobreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empobrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empobrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empobreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empobrecera" ;--# notpresent @@ -24354,30 +22326,24 @@ lin empodrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empodrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empodrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empodrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empodrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empodrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empodrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empodrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empodrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empodrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empodrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empodrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empodrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empodrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empodrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empodrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empodreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empodrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empodreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empodrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empodrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empodrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empodreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empodrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empodreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empodreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empodrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empodrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empodreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empodrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empodreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empodrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empodrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empodreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empodrecieras" ; "empodrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empodreciramos" ; "empodrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empodrecierais" ; "empodrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empodrecieran" ; "empodreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empodrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empodreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empodreci" ;--# notpresent @@ -24390,12 +22356,12 @@ lin empodrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empodreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empodreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empodrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empodrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empodreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empodreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empodrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empodrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empodreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empodreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empodrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empodrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empodreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empodrecera" ;--# notpresent @@ -24426,30 +22392,24 @@ lin empretecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empretecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empretecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empretecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empretezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empretezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empretezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empretezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empretezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empretezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empretezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empretezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empretezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empretezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empretezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empretezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empreteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empretecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empreteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empretecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empretecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empretecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empreteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empretecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empreteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empreteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empretecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empretecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empreteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empretecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empreteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empretecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empretecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empreteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empretecieras" ; "empretecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empreteciramos" ; "empretecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empretecierais" ; "empretecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empretecieran" ; "empreteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empretec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empreteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empreteci" ;--# notpresent @@ -24462,12 +22422,12 @@ lin empretecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empreteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empreteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empretecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empretecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empreteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empreteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empretecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empretecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empreteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empreteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empretecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empretecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empreteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empretecera" ;--# notpresent @@ -24498,30 +22458,24 @@ lin emputecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emputecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emputecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emputecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "emputezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emputezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "emputezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emputezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emputezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emputezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emputezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emputezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emputezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emputezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emputezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emputezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emputeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emputecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emputeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emputecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emputecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emputecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emputeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emputecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emputeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emputeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emputecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emputecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emputeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emputecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emputeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emputecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emputecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emputeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emputecieras" ; "emputecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emputeciramos" ; "emputecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emputecierais" ; "emputecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emputecieran" ; "emputeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emputec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emputeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emputeci" ;--# notpresent @@ -24534,12 +22488,12 @@ lin emputecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emputeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emputeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emputecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emputecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emputeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emputeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emputecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emputecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emputeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emputeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emputecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emputecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emputeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emputecera" ;--# notpresent @@ -24570,30 +22524,24 @@ lin enaltecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enaltecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enaltecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enaltecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enaltezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enaltezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enaltezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enaltezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enaltezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enaltezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enaltezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enaltezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enaltezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enaltezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enaltezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enaltezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enalteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enaltecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enalteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enaltecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enaltecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enaltecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enalteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enaltecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enalteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enalteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enaltecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enaltecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enalteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enaltecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enalteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enaltecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enaltecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enalteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enaltecieras" ; "enaltecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enalteciramos" ; "enaltecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enaltecierais" ; "enaltecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enaltecieran" ; "enalteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enaltec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enalteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enalteci" ;--# notpresent @@ -24606,12 +22554,12 @@ lin enaltecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enalteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enalteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enaltecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enaltecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enalteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enalteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enaltecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enaltecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enalteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enalteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enaltecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enaltecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enalteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enaltecera" ;--# notpresent @@ -24642,30 +22590,24 @@ lin enamarillecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enamarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enamarillecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enamarillecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enamarillezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enamarillezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enamarillezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enamarillezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enamarillezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enamarillezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enamarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enamarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enamarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enamarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enamarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enamarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enamarilleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enamarillecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enamarilleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enamarillecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enamarillecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enamarillecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enamarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enamarillecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enamarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enamarilleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enamarillecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enamarillecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enamarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enamarillecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enamarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enamarillecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enamarillecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enamarilleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enamarillecieras" ; "enamarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enamarilleciramos" ; "enamarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enamarillecierais" ; "enamarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enamarillecieran" ; "enamarilleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enamarillec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enamarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enamarilleci" ;--# notpresent @@ -24678,12 +22620,12 @@ lin enamarillecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enamarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enamarilleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enamarillecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enamarilleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enamarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enamarillecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enamarilleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enamarillecera" ;--# notpresent @@ -24714,30 +22656,24 @@ lin enardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enardecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enardecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enardezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enardezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enardezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enardezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enardezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enardezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enardeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enardecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enardeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enardecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enardecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enardecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enardeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enardecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enardeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enardeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enardecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enardecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enardecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enardecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enardecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enardeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enardecieras" ; "enardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enardeciramos" ; "enardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enardecierais" ; "enardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enardecieran" ; "enardeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enardec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enardeci" ;--# notpresent @@ -24750,12 +22686,12 @@ lin enardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enardeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enardecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enardecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enardeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enardeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enardecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enardecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enardeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enardecera" ;--# notpresent @@ -24786,30 +22722,24 @@ lin encallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encalleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encalleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encalleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encalleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encalleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encallecieras" ; "encallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalleciramos" ; "encallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encallecierais" ; "encallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encallecieran" ; "encalleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encalleci" ;--# notpresent @@ -24822,12 +22752,12 @@ lin encallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encalleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encalleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encalleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encalleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encallecera" ;--# notpresent @@ -24858,30 +22788,24 @@ lin encalvecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encalvecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encalvecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encalvecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encalvezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encalvezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encalvezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encalvezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encalvezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encalvezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encalvezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encalvezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encalvezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encalvezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encalvezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encalvezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encalveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encalvecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encalveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encalvecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encalvecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encalvecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encalveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encalvecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encalveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encalveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encalvecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encalvecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encalvecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encalvecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encalvecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encalvecieras" ; "encalvecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalveciramos" ; "encalvecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encalvecierais" ; "encalvecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encalvecieran" ; "encalveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encalvec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encalveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encalveci" ;--# notpresent @@ -24894,12 +22818,12 @@ lin encalvecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encalveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encalveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encalvecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encalvecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encalveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encalveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encalvecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encalvecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encalveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encalveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encalvecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encalvecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encalveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encalvecera" ;--# notpresent @@ -24930,30 +22854,24 @@ lin encandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encandecieras" ; "encandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encandeciramos" ; "encandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encandecierais" ; "encandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encandecieran" ; "encandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encandeci" ;--# notpresent @@ -24966,12 +22884,12 @@ lin encandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encandecera" ;--# notpresent @@ -25002,30 +22920,24 @@ lin encanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encanecieras" ; "encanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encaneciramos" ; "encanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encanecierais" ; "encanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encanecieran" ; "encaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encaneci" ;--# notpresent @@ -25038,12 +22950,12 @@ lin encanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encanecera" ;--# notpresent @@ -25074,30 +22986,24 @@ lin encarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarecieras" ; "encarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encareciramos" ; "encarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarecierais" ; "encarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarecieran" ; "encareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encareci" ;--# notpresent @@ -25110,12 +23016,12 @@ lin encarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encarecera" ;--# notpresent @@ -25146,30 +23052,24 @@ lin encarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarnecieras" ; "encarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encarneciramos" ; "encarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarnecierais" ; "encarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarnecieran" ; "encarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encarneci" ;--# notpresent @@ -25182,12 +23082,12 @@ lin encarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encarnecera" ;--# notpresent @@ -25218,30 +23118,24 @@ lin enceguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enceguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enceguecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enceguecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enceguezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enceguezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enceguezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enceguezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enceguezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enceguezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enceguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enceguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enceguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enceguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enceguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enceguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encegueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enceguecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encegueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enceguecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enceguecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enceguecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encegueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enceguecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encegueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encegueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enceguecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enceguecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encegueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enceguecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encegueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enceguecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enceguecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encegueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enceguecieras" ; "enceguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encegueciramos" ; "enceguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enceguecierais" ; "enceguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enceguecieran" ; "encegueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enceguec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encegueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encegueci" ;--# notpresent @@ -25254,12 +23148,12 @@ lin enceguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encegueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encegueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enceguecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enceguecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encegueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encegueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enceguecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enceguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encegueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encegueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enceguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enceguecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encegueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enceguecera" ;--# notpresent @@ -25290,30 +23184,24 @@ lin encloquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encloquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encloquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encloquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encloquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encloquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encloquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encloquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encloquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encloqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encloquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encloqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encloquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encloquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encloquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encloquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encloqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encloquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encloquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encloquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encloquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encloquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encloqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encloquecieras" ; "encloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encloqueciramos" ; "encloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encloquecierais" ; "encloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encloquecieran" ; "encloqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encloquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encloqueci" ;--# notpresent @@ -25326,12 +23214,12 @@ lin encloquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encloqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encloquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encloquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encloqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encloquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encloquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encloqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encloquecera" ;--# notpresent @@ -25362,30 +23250,24 @@ lin encorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encorecieras" ; "encorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encoreciramos" ; "encorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorecierais" ; "encorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encorecieran" ; "encoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encoreci" ;--# notpresent @@ -25398,12 +23280,12 @@ lin encorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encorecera" ;--# notpresent @@ -25434,30 +23316,24 @@ lin encrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encrudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encrudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encrudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encrudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encrudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encrudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encrudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encrudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encrudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encrudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encrudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encrudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encrudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encrudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encrudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encrudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encrudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encrudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encrudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encrudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encrudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encrudecieras" ; "encrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrudeciramos" ; "encrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encrudecierais" ; "encrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encrudecieran" ; "encrudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encrudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encrudeci" ;--# notpresent @@ -25470,12 +23346,12 @@ lin encrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encrudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encrudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encrudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encrudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encrudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encrudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encrudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encrudecera" ;--# notpresent @@ -25506,30 +23382,24 @@ lin encruelecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encruelecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encruelecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encruelecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encruelezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encruelezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encruelezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encruelezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encruelezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encruelezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encruelezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encruelezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encruelezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encruelezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encruelezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encruelezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encrueleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encruelecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encrueleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encruelecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encruelecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encruelecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encrueleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encruelecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encrueleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encrueleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encruelecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encruelecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrueleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encruelecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrueleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encruelecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encruelecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrueleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encruelecieras" ; "encruelecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrueleciramos" ; "encruelecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encruelecierais" ; "encruelecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encruelecieran" ; "encrueleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encruelec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encrueleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encrueleci" ;--# notpresent @@ -25542,12 +23412,12 @@ lin encruelecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encrueleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encrueleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encruelecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encruelecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encrueleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encruelecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encruelecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encrueleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encruelecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encruelecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encrueleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encruelecera" ;--# notpresent @@ -25578,30 +23448,24 @@ lin endentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endentecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endentecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "endentezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "endentezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "endentezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "endentezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "endentezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "endentezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "endentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endenteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endentecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endenteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endentecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endentecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endentecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "endenteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "endentecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "endenteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "endenteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "endentecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "endentecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "endenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "endenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "endentecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "endenteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentecieras" ; "endentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endenteciramos" ; "endentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentecierais" ; "endentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentecieran" ; "endenteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endentec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endenteci" ;--# notpresent @@ -25614,12 +23478,12 @@ lin endentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endenteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endentecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "endentecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "endenteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "endenteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "endentecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endentecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endenteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endentecera" ;--# notpresent @@ -25650,30 +23514,24 @@ lin endurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endurecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endurecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "endurezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "endurezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "endurezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "endurezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "endurezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "endurezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "endurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endureca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endurecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endureca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endurecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endurecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endurecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "endureciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "endurecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "endureciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "endureciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "endurecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "endurecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "endureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "endurecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "endureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "endurecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "endurecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "endureciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endurecieras" ; "endurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endureciramos" ; "endurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endurecierais" ; "endurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endurecieran" ; "endureciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endurec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endureci" ;--# notpresent @@ -25686,12 +23544,12 @@ lin endurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endureceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endurecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "endureciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "endurecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "endureciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "endureciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "endureciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "endurecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endurecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endureceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endurecera" ;--# notpresent @@ -25722,30 +23580,24 @@ lin enflaquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enflaquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enflaquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enflaquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enflaquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enflaquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enflaquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enflaquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enflaquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enflaquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enflaquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enflaquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enflaquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enflaquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enflaquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enflaquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enflaqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enflaquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enflaqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enflaquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enflaquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enflaquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enflaqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enflaquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enflaqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enflaqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enflaquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enflaquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enflaqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflaquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enflaqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enflaquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflaquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enflaqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflaquecieras" ; "enflaquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enflaqueciramos" ; "enflaquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflaquecierais" ; "enflaquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflaquecieran" ; "enflaqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enflaquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enflaqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enflaqueci" ;--# notpresent @@ -25758,12 +23610,12 @@ lin enflaquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enflaqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enflaqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enflaquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enflaqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enflaqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enflaquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enflaqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enflaquecera" ;--# notpresent @@ -25794,30 +23646,24 @@ lin enflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enflorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enflorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enflorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enflorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enflorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enflorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enflorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enflorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enfloreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enflorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enfloreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enflorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enflorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enflorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enfloreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enflorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enfloreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enfloreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enflorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enflorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enflorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfloreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflorecieras" ; "enflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfloreciramos" ; "enflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflorecierais" ; "enflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflorecieran" ; "enfloreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enflorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfloreci" ;--# notpresent @@ -25830,12 +23676,12 @@ lin enflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfloreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enflorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enflorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enfloreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enflorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enflorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enfloreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enflorecera" ;--# notpresent @@ -25866,30 +23712,24 @@ lin enfranquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enfranquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enfranquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enfranquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enfranquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enfranquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enfranquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enfranquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enfranquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enfranquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enfranquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enfranquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enfranquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enfranquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enfranquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enfranquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enfranqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enfranquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enfranqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enfranquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enfranquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enfranquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enfranqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enfranquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enfranqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enfranqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enfranquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enfranquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfranqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfranquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfranqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfranquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfranquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfranqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfranquecieras" ; "enfranquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfranqueciramos" ; "enfranquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfranquecierais" ; "enfranquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfranquecieran" ; "enfranqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enfranquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfranqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfranqueci" ;--# notpresent @@ -25902,12 +23742,12 @@ lin enfranquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfranqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfranqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enfranquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enfranqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfranqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enfranquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enfranqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enfranquecera" ;--# notpresent @@ -25938,30 +23778,24 @@ lin enfurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enfurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enfurecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enfurecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enfurezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enfurezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enfurezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enfurezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enfurezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enfurezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enfurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enfurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enfurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enfurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enfurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enfurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enfureca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enfurecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enfureca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enfurecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enfurecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enfurecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enfureciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enfurecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enfureciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enfureciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enfurecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enfurecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfurecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfurecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfurecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfureciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfurecieras" ; "enfurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfureciramos" ; "enfurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfurecierais" ; "enfurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfurecieran" ; "enfureciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enfurec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfureci" ;--# notpresent @@ -25974,12 +23808,12 @@ lin enfurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfureceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enfurecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enfurecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enfureciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enfureciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enfurecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enfurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enfurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enfurecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enfureceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enfurecera" ;--# notpresent @@ -26010,30 +23844,24 @@ lin engrandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engrandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engrandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engrandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engrandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engrandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engrandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engrandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engrandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engrandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engrandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engrandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engrandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engrandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engrandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engrandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engrandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrandecieras" ; "engrandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrandeciramos" ; "engrandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrandecierais" ; "engrandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrandecieran" ; "engrandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engrandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrandeci" ;--# notpresent @@ -26046,12 +23874,12 @@ lin engrandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engrandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engrandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engrandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrandecera" ;--# notpresent @@ -26082,30 +23910,24 @@ lin engravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engravecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engravecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engravezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engravezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engravezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engravezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engravezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engravezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engraveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engravecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engraveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engravecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engravecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engravecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engraveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engravecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engraveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engraveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engravecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engravecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engravecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engraveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engravecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engravecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engraveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engravecieras" ; "engravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engraveciramos" ; "engravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engravecierais" ; "engravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engravecieran" ; "engraveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engravec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engraveci" ;--# notpresent @@ -26118,12 +23940,12 @@ lin engravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engraveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engravecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engravecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engraveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engraveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engravecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engravecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engraveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engravecera" ;--# notpresent @@ -26154,30 +23976,24 @@ lin enllentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enllentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enllentecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enllentecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enllentezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enllentezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enllentezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enllentezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enllentezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enllentezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enllentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enllentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enllentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enllentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enllentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enllentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enllenteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enllentecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enllenteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enllentecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enllentecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enllentecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enllenteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enllentecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enllenteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enllenteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enllentecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enllentecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enllenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enllentecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enllenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enllentecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enllentecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enllenteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enllentecieras" ; "enllentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enllenteciramos" ; "enllentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enllentecierais" ; "enllentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enllentecieran" ; "enllenteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enllentec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enllenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enllenteci" ;--# notpresent @@ -26190,12 +24006,12 @@ lin enllentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enllenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enllenteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enllentecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enllentecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enllenteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enllentecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enllentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enllenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enllentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enllentecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enllenteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enllentecera" ;--# notpresent @@ -26226,30 +24042,24 @@ lin enlobreguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlobreguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlobreguecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlobreguecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enlobreguezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enlobreguezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enlobreguezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enlobreguezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enlobreguezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enlobreguezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlobreguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enlobreguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlobreguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlobreguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlobreguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enlobreguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlobregueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlobreguecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlobregueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlobreguecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlobreguecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlobreguecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enlobregueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enlobreguecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enlobregueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enlobregueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enlobreguecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enlobreguecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlobregueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlobreguecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlobregueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlobreguecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlobreguecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlobregueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlobreguecieras" ; "enlobreguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlobregueciramos" ; "enlobreguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlobreguecierais" ; "enlobreguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlobreguecieran" ; "enlobregueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlobreguec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlobregueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlobregueci" ;--# notpresent @@ -26262,12 +24072,12 @@ lin enlobreguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlobregueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlobregueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlobreguecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enlobregueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlobregueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlobreguecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlobregueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlobreguecera" ;--# notpresent @@ -26298,30 +24108,24 @@ lin enloquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enloquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enloquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enloquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enloquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enloquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enloquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enloquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enloquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enloqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enloquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enloqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enloquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enloquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enloquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enloquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enloqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enloquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enloquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enloquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enloquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enloquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enloqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enloquecieras" ; "enloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enloqueciramos" ; "enloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enloquecierais" ; "enloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enloquecieran" ; "enloqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enloquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enloqueci" ;--# notpresent @@ -26334,12 +24138,12 @@ lin enloquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enloqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enloquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enloquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enloqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enloquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enloquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enloqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enloquecera" ;--# notpresent @@ -26370,30 +24174,24 @@ lin enlustrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlustrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlustrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlustrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enlustrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enlustrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enlustrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enlustrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enlustrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enlustrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlustrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enlustrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlustrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlustrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlustrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enlustrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlustreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlustrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlustreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlustrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlustrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlustrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enlustreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enlustrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enlustreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enlustreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enlustrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enlustrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlustreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlustrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlustreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlustrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlustrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlustreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlustrecieras" ; "enlustrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlustreciramos" ; "enlustrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlustrecierais" ; "enlustrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlustrecieran" ; "enlustreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlustrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlustreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlustreci" ;--# notpresent @@ -26406,12 +24204,12 @@ lin enlustrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlustreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlustreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlustrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enlustreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlustreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlustrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlustreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlustrecera" ;--# notpresent @@ -26442,30 +24240,24 @@ lin enmagrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmagrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmagrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmagrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmagrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmagrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmagrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmagrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmagrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmagrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmagrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmagrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmagrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmagrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmagrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmagrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmagreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmagrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmagreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmagrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmagrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmagrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmagreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmagrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmagreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmagreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmagrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmagrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmagreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmagrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmagreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmagrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmagrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmagreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmagrecieras" ; "enmagrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmagreciramos" ; "enmagrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmagrecierais" ; "enmagrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmagrecieran" ; "enmagreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmagrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmagreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmagreci" ;--# notpresent @@ -26478,12 +24270,12 @@ lin enmagrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmagreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmagreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmagrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmagreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmagreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmagrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmagreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmagrecera" ;--# notpresent @@ -26514,30 +24306,24 @@ lin enmalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmalecieras" ; "enmalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmaleciramos" ; "enmalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmalecierais" ; "enmalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmalecieran" ; "enmaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmaleci" ;--# notpresent @@ -26550,12 +24336,12 @@ lin enmalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmalecera" ;--# notpresent @@ -26586,30 +24372,24 @@ lin enmohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmohecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmohecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmohezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmohezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmohezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmohezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmohezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmohezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmoheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmohecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmoheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmohecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmohecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmohecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmoheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmohecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmoheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmoheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmohecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmohecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmohecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmoheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmohecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmohecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmoheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmohecieras" ; "enmohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmoheciramos" ; "enmohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmohecierais" ; "enmohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmohecieran" ; "enmoheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmohec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmoheci" ;--# notpresent @@ -26622,12 +24402,12 @@ lin enmohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmoheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmohecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmohecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmoheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmohecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmohecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmoheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmohecera" ;--# notpresent @@ -26658,30 +24438,24 @@ lin enmollecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmollecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmollecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmollecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmollezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmollezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmollezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmollezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmollezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmollezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmollezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmollezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmollezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmollezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmollezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmollezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmolleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmollecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmolleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmollecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmollecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmollecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmolleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmollecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmolleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmolleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmollecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmollecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmolleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmollecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmolleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmollecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmollecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmolleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmollecieras" ; "enmollecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmolleciramos" ; "enmollecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmollecierais" ; "enmollecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmollecieran" ; "enmolleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmollec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmolleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmolleci" ;--# notpresent @@ -26694,12 +24468,12 @@ lin enmollecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmolleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmolleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmollecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmollecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmolleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmollecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmollecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmolleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmollecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmollecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmolleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmollecera" ;--# notpresent @@ -26730,30 +24504,24 @@ lin enmudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmudecieras" ; "enmudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmudeciramos" ; "enmudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmudecierais" ; "enmudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmudecieran" ; "enmudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmudeci" ;--# notpresent @@ -26766,12 +24534,12 @@ lin enmudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmudecera" ;--# notpresent @@ -26802,30 +24570,24 @@ lin ennegrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennegrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennegrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennegrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ennegrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ennegrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ennegrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ennegrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ennegrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ennegrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennegrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennegrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennegrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennegrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennegrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennegrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennegreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennegrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennegreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennegrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennegrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennegrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ennegreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ennegrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ennegreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ennegreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ennegrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ennegrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennegreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennegrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennegreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennegrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennegrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennegreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennegrecieras" ; "ennegrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennegreciramos" ; "ennegrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennegrecierais" ; "ennegrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennegrecieran" ; "ennegreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennegrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennegreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennegreci" ;--# notpresent @@ -26838,12 +24600,12 @@ lin ennegrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennegreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennegreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennegrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ennegreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennegreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennegrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennegreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennegrecera" ;--# notpresent @@ -26874,30 +24636,24 @@ lin ennoblecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennoblecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennoblecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennoblecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ennoblezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ennoblezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ennoblezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ennoblezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ennoblezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ennoblezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennoblezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennoblezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennoblezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennoblezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennoblezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennoblezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennobleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennoblecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennobleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennoblecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennoblecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennoblecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ennobleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ennoblecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ennobleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ennobleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ennoblecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ennoblecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennobleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennoblecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennobleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennoblecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennoblecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennobleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennoblecieras" ; "ennoblecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennobleciramos" ; "ennoblecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennoblecierais" ; "ennoblecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennoblecieran" ; "ennobleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennoblec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennobleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennobleci" ;--# notpresent @@ -26910,12 +24666,12 @@ lin ennoblecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennobleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennobleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennoblecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ennobleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennobleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennoblecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennobleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennoblecera" ;--# notpresent @@ -26946,30 +24702,24 @@ lin ennudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ennudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ennudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ennudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ennudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ennudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ennudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ennudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ennudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ennudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ennudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ennudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ennudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennudecieras" ; "ennudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennudeciramos" ; "ennudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennudecierais" ; "ennudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennudecieran" ; "ennudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennudeci" ;--# notpresent @@ -26982,12 +24732,12 @@ lin ennudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ennudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ennudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ennudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennudecera" ;--# notpresent @@ -27018,30 +24768,24 @@ lin enorgullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enorgullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enorgullecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enorgullecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enorgullezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enorgullezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enorgullezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enorgullezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enorgullezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enorgullezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enorgullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enorgullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enorgullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enorgullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enorgullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enorgullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enorgulleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enorgullecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enorgulleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enorgullecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enorgullecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enorgullecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enorgulleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enorgullecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enorgulleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enorgulleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enorgullecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enorgullecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enorgulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enorgullecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enorgulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enorgullecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enorgullecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enorgulleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enorgullecieras" ; "enorgullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enorgulleciramos" ; "enorgullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enorgullecierais" ; "enorgullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enorgullecieran" ; "enorgulleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enorgullec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enorgulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enorgulleci" ;--# notpresent @@ -27054,12 +24798,12 @@ lin enorgullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enorgulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enorgulleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enorgullecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enorgulleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enorgulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enorgullecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enorgulleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enorgullecera" ;--# notpresent @@ -27090,30 +24834,24 @@ lin enralecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enralecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enralecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enralecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enralezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enralezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enralezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enralezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enralezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enralezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enralezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enralezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enralezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enralezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enralezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enralezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enraleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enralecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enraleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enralecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enralecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enralecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enraleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enralecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enraleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enraleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enralecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enralecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enralecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enralecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enralecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enralecieras" ; "enralecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraleciramos" ; "enralecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enralecierais" ; "enralecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enralecieran" ; "enraleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enralec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enraleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enraleci" ;--# notpresent @@ -27126,12 +24864,12 @@ lin enralecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enraleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enraleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enralecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enralecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enraleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enraleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enralecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enralecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enraleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enraleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enralecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enralecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enraleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enralecera" ;--# notpresent @@ -27162,30 +24900,24 @@ lin enrarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enrarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enrarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enrarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enrarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrarecieras" ; "enrarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrareciramos" ; "enrarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrarecierais" ; "enrarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrarecieran" ; "enrareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrareci" ;--# notpresent @@ -27198,12 +24930,12 @@ lin enrarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrarecera" ;--# notpresent @@ -27234,30 +24966,24 @@ lin enrigidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrigidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrigidecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrigidecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrigidezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enrigidezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrigidezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enrigidezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enrigidezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enrigidezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrigidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrigidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrigidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrigidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrigidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrigidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrigideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrigidecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrigideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrigidecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrigidecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrigidecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrigideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrigidecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrigideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrigideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrigidecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrigidecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrigideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrigidecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrigideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrigidecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrigidecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrigideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrigidecieras" ; "enrigidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrigideciramos" ; "enrigidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrigidecierais" ; "enrigidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrigidecieran" ; "enrigideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrigidec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrigideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrigideci" ;--# notpresent @@ -27270,12 +24996,12 @@ lin enrigidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrigideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrigideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrigidecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrigideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrigideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrigidecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrigideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrigidecera" ;--# notpresent @@ -27306,30 +25032,24 @@ lin enriquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enriquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enriquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enriquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enriquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enriquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enriquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enriquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enriquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enriquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enriquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enriquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enriquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enriquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enriquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enriquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enriqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enriquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enriqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enriquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enriquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enriquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enriqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enriquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enriqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enriqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enriquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enriquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enriqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enriquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enriqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enriquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enriquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enriqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enriquecieras" ; "enriquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enriqueciramos" ; "enriquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enriquecierais" ; "enriquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enriquecieran" ; "enriqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enriquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enriqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enriqueci" ;--# notpresent @@ -27342,12 +25062,12 @@ lin enriquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enriqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enriqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enriquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enriquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enriqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enriquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enriquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enriqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enriquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enriquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enriqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enriquecera" ;--# notpresent @@ -27378,30 +25098,24 @@ lin enrojecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrojecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrojecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrojecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrojezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enrojezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrojezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enrojezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enrojezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enrojezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrojezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrojezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrojezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrojezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrojezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrojezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrojeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrojecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrojeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrojecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrojecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrojecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrojeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrojecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrojeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrojeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrojecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrojecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrojeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrojecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrojeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrojecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrojecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrojeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrojecieras" ; "enrojecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrojeciramos" ; "enrojecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrojecierais" ; "enrojecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrojecieran" ; "enrojeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrojec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrojeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrojeci" ;--# notpresent @@ -27414,12 +25128,12 @@ lin enrojecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrojeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrojeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrojecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrojecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrojeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrojecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrojecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrojeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrojecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrojecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrojeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrojecera" ;--# notpresent @@ -27450,30 +25164,24 @@ lin enronquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enronquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enronquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enronquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enronquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enronquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enronquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enronquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enronquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enronquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enronquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enronquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enronquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enronquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enronquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enronquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enronqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enronquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enronqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enronquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enronquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enronquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enronqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enronquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enronqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enronqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enronquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enronquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enronqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enronquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enronqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enronquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enronquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enronqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enronquecieras" ; "enronquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enronqueciramos" ; "enronquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enronquecierais" ; "enronquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enronquecieran" ; "enronqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enronquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enronqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enronqueci" ;--# notpresent @@ -27486,12 +25194,12 @@ lin enronquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enronqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enronqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enronquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enronquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enronqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enronquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enronquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enronqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enronquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enronquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enronqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enronquecera" ;--# notpresent @@ -27522,30 +25230,24 @@ lin enrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enrudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enrudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enrudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enrudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrudecieras" ; "enrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrudeciramos" ; "enrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrudecierais" ; "enrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrudecieran" ; "enrudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrudeci" ;--# notpresent @@ -27558,12 +25260,12 @@ lin enrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrudecera" ;--# notpresent @@ -27594,30 +25296,24 @@ lin enruinecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enruinecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enruinecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruinecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enruinezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enruinezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enruinezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enruinezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enruinezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enruinezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enruinezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enruinezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enruinezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enruinezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enruinezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enruinezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enruineca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enruinecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enruineca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enruinecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enruinecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enruinecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enruineciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enruinecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enruineciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enruineciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enruinecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enruinecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enruineciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enruinecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enruineciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enruinecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enruinecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enruineciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enruinecieras" ; "enruinecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enruineciramos" ; "enruinecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enruinecierais" ; "enruinecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enruinecieran" ; "enruineciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enruinec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enruineciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enruineci" ;--# notpresent @@ -27630,12 +25326,12 @@ lin enruinecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enruineceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enruineceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enruinecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enruinecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enruineciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enruineciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enruinecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enruinecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enruineciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enruineciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enruinecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enruinecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enruineceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enruinecera" ;--# notpresent @@ -27666,30 +25362,24 @@ lin ensandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensandecieras" ; "ensandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensandeciramos" ; "ensandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensandecierais" ; "ensandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensandecieran" ; "ensandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensandeci" ;--# notpresent @@ -27702,12 +25392,12 @@ lin ensandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensandecera" ;--# notpresent @@ -27738,30 +25428,24 @@ lin ensarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarnecieras" ; "ensarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarneciramos" ; "ensarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarnecierais" ; "ensarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarnecieran" ; "ensarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensarneci" ;--# notpresent @@ -27774,12 +25458,12 @@ lin ensarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensarnecera" ;--# notpresent @@ -27810,30 +25494,24 @@ lin ensoberbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensoberbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensoberbecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensoberbecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensoberbezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensoberbezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensoberbezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensoberbezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensoberbezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensoberbezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensoberbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensoberbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensoberbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensoberbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensoberbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensoberbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensoberbeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensoberbecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensoberbeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensoberbecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensoberbecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensoberbecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensoberbeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensoberbecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensoberbeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensoberbeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensoberbecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensoberbecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoberbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoberbecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoberbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensoberbecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoberbecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoberbeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoberbecieras" ; "ensoberbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoberbeciramos" ; "ensoberbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoberbecierais" ; "ensoberbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoberbecieran" ; "ensoberbeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensoberbec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensoberbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensoberbeci" ;--# notpresent @@ -27846,12 +25524,12 @@ lin ensoberbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensoberbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensoberbeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensoberbecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensoberbeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensoberbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensoberbecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensoberbeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensoberbecera" ;--# notpresent @@ -27882,30 +25560,24 @@ lin ensombrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensombrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensombrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensombrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensombrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensombrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensombrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensombrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensombrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensombrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensombrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensombrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensombrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensombrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensombrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensombrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensombreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensombrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensombreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensombrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensombrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensombrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensombreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensombrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensombreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensombreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensombrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensombrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensombreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensombrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensombreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensombrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensombrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensombreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensombrecieras" ; "ensombrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensombreciramos" ; "ensombrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensombrecierais" ; "ensombrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensombrecieran" ; "ensombreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensombrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensombreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensombreci" ;--# notpresent @@ -27918,12 +25590,12 @@ lin ensombrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensombreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensombreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensombrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensombreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensombreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensombrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensombreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensombrecera" ;--# notpresent @@ -27954,30 +25626,24 @@ lin ensordecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensordecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensordecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensordecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensordezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensordezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensordezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensordezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensordezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensordezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensordezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensordezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensordezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensordezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensordezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensordezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensordeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensordecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensordeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensordecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensordecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensordecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensordeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensordecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensordeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensordeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensordecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensordecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensordeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensordecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensordeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensordecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensordecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensordeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensordecieras" ; "ensordecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensordeciramos" ; "ensordecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensordecierais" ; "ensordecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensordecieran" ; "ensordeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensordec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensordeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensordeci" ;--# notpresent @@ -27990,12 +25656,12 @@ lin ensordecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensordeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensordeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensordecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensordecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensordeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensordecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensordecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensordeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensordecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensordecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensordeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensordecera" ;--# notpresent @@ -28026,30 +25692,24 @@ lin entallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entalleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entalleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entalleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entalleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entalleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entalleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entallecieras" ; "entallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entalleciramos" ; "entallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entallecierais" ; "entallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entallecieran" ; "entalleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entalleci" ;--# notpresent @@ -28062,12 +25722,12 @@ lin entallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entalleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entalleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entalleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entalleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entallecera" ;--# notpresent @@ -28098,30 +25758,24 @@ lin entenebrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entenebrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entenebrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entenebrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entenebrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entenebrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entenebrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entenebrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entenebrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entenebrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entenebrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entenebrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entenebrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entenebrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entenebrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entenebrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entenebreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entenebrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entenebreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entenebrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entenebrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entenebrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entenebreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entenebrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entenebreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entenebreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entenebrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entenebrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entenebreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entenebrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entenebreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entenebrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entenebrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entenebreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entenebrecieras" ; "entenebrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entenebreciramos" ; "entenebrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entenebrecierais" ; "entenebrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entenebrecieran" ; "entenebreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entenebrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entenebreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entenebreci" ;--# notpresent @@ -28134,12 +25788,12 @@ lin entenebrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entenebreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entenebreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entenebrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entenebreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entenebreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entenebrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entenebreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entenebrecera" ;--# notpresent @@ -28170,30 +25824,24 @@ lin enternecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enternecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enternecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enternecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enternezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enternezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enternezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enternezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enternezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enternezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enternezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enternezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enternezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enternezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enternezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enternezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enterneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enternecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enterneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enternecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enternecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enternecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enterneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enternecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enterneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enterneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enternecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enternecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enternecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enternecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enternecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enternecieras" ; "enternecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterneciramos" ; "enternecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enternecierais" ; "enternecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enternecieran" ; "enterneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enternec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enterneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enterneci" ;--# notpresent @@ -28206,12 +25854,12 @@ lin enternecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enterneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enterneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enternecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enternecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enterneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enterneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enternecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enternecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enterneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enterneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enternecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enternecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enterneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enternecera" ;--# notpresent @@ -28242,30 +25890,24 @@ lin entestecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entestecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entestecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entestecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entestezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entestezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entestezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entestezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entestezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entestezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entestezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entestezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entestezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entestezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entestezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entestezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entesteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entestecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entesteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entestecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entestecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entestecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entesteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entestecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entesteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entesteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entestecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entestecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entestecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entestecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entestecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entestecieras" ; "entestecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesteciramos" ; "entestecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entestecierais" ; "entestecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entestecieran" ; "entesteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entestec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entesteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entesteci" ;--# notpresent @@ -28278,12 +25920,12 @@ lin entestecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entesteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entesteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entestecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entestecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entesteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entesteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entestecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entestecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entesteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entesteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entestecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entestecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entesteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entestecera" ;--# notpresent @@ -28314,30 +25956,24 @@ lin entontecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entontecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entontecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entontecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entontezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entontezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entontezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entontezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entontezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entontezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entontezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entontezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entontezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entontezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entonteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entontecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entonteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entontecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entontecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entontecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entonteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entontecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entonteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entonteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entontecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entontecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entonteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entontecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entonteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entontecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entontecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entonteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entontecieras" ; "entontecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entonteciramos" ; "entontecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entontecierais" ; "entontecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entontecieran" ; "entonteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entontec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entonteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entonteci" ;--# notpresent @@ -28350,12 +25986,12 @@ lin entontecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entonteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entonteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entontecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entontecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entonteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entonteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entontecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entontecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entonteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entonteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entontecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entonteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entontecera" ;--# notpresent @@ -28386,30 +26022,24 @@ lin entorpecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entorpecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entorpecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entorpecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entorpezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entorpezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entorpezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entorpezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entorpezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entorpezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entorpezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entorpezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entorpezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entorpezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entorpezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entorpezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entorpeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entorpecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entorpeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entorpecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entorpecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entorpecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entorpeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entorpecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entorpeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entorpeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entorpecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entorpecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entorpeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entorpecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entorpeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entorpecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entorpecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entorpeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entorpecieras" ; "entorpecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entorpeciramos" ; "entorpecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entorpecierais" ; "entorpecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entorpecieran" ; "entorpeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entorpec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entorpeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entorpeci" ;--# notpresent @@ -28422,12 +26052,12 @@ lin entorpecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entorpeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entorpeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entorpecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entorpecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entorpeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entorpecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entorpecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entorpeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entorpecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entorpecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entorpeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entorpecera" ;--# notpresent @@ -28458,30 +26088,24 @@ lin entristecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entristecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entristecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entristecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entristezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entristezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entristezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entristezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entristezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entristezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entristezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entristezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entristezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entristezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entristezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entristezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entristeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entristecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entristeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entristecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entristecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entristecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entristeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entristecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entristeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entristeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entristecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entristecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entristeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entristecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entristeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entristecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entristecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entristeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entristecieras" ; "entristecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entristeciramos" ; "entristecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entristecierais" ; "entristecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entristecieran" ; "entristeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entristec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entristeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entristeci" ;--# notpresent @@ -28494,12 +26118,12 @@ lin entristecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entristeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entristeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entristecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entristecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entristeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entristeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entristecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entristecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entristeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entristeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entristecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entristecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entristeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entristecera" ;--# notpresent @@ -28530,30 +26154,24 @@ lin entullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entullecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entullecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entullezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entullezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entullezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entullezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entullezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entullezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entulleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entullecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entulleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entullecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entullecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entullecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entulleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entullecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entulleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entulleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entullecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entullecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entullecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entullecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entullecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entulleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entullecieras" ; "entullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entulleciramos" ; "entullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entullecierais" ; "entullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entullecieran" ; "entulleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entullec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entulleci" ;--# notpresent @@ -28566,12 +26184,12 @@ lin entullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entulleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entullecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entullecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entulleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entulleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entullecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entullecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entulleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entullecera" ;--# notpresent @@ -28602,30 +26220,24 @@ lin entumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entumecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entumecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entumezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entumezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entumezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entumezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entumezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entumezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entumeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entumecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entumeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entumecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entumecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entumecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entumeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entumecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entumeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entumeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entumecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entumecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entumecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entumecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entumecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entumeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entumecieras" ; "entumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entumeciramos" ; "entumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entumecierais" ; "entumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entumecieran" ; "entumeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entumec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entumeci" ;--# notpresent @@ -28638,12 +26250,12 @@ lin entumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entumeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entumecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entumecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entumeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entumeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entumecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entumecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entumeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entumecera" ;--# notpresent @@ -28674,30 +26286,24 @@ lin envaguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envaguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envaguecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envaguecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "envaguezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "envaguezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "envaguezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "envaguezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "envaguezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "envaguezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envaguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envaguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envaguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envaguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envaguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envaguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envagueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envaguecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envagueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envaguecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envaguecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envaguecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "envagueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "envaguecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "envagueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "envagueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "envaguecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "envaguecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "envagueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "envaguecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "envagueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "envaguecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "envaguecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "envagueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envaguecieras" ; "envaguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envagueciramos" ; "envaguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envaguecierais" ; "envaguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envaguecieran" ; "envagueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envaguec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envagueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envagueci" ;--# notpresent @@ -28710,12 +26316,12 @@ lin envaguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envagueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envagueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envaguecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "envaguecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "envagueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "envagueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "envaguecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envaguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envagueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envagueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envaguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envaguecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envagueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envaguecera" ;--# notpresent @@ -28746,30 +26352,24 @@ lin envanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "envanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "envanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "envanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "envanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "envanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "envanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "envaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "envanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "envaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "envaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "envanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "envanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "envaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "envanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "envaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "envanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "envanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "envaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envanecieras" ; "envanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envaneciramos" ; "envanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envanecierais" ; "envanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envanecieran" ; "envaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envaneci" ;--# notpresent @@ -28782,12 +26382,12 @@ lin envanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "envanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "envaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "envaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "envanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envanecera" ;--# notpresent @@ -28818,30 +26418,24 @@ lin envejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envejecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envejecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "envejezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "envejezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "envejezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "envejezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "envejezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "envejezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envejeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envejecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envejeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envejecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envejecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envejecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "envejeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "envejecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "envejeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "envejeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "envejecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "envejecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "envejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "envejecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "envejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "envejecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "envejecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "envejeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envejecieras" ; "envejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envejeciramos" ; "envejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envejecierais" ; "envejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envejecieran" ; "envejeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envejec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envejeci" ;--# notpresent @@ -28854,12 +26448,12 @@ lin envejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envejeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envejecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "envejecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "envejeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "envejeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "envejecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envejecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envejeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envejecera" ;--# notpresent @@ -28890,30 +26484,24 @@ lin enverdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enverdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enverdecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enverdecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enverdezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enverdezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enverdezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enverdezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enverdezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enverdezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enverdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enverdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enverdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enverdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enverdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enverdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enverdeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enverdecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enverdeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enverdecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enverdecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enverdecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enverdeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enverdecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enverdeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enverdeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enverdecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enverdecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enverdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enverdecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enverdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enverdecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enverdecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enverdeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enverdecieras" ; "enverdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enverdeciramos" ; "enverdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enverdecierais" ; "enverdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enverdecieran" ; "enverdeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enverdec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enverdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enverdeci" ;--# notpresent @@ -28926,12 +26514,12 @@ lin enverdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enverdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enverdeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enverdecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enverdecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enverdeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enverdecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enverdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enverdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enverdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enverdecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enverdeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enverdecera" ;--# notpresent @@ -28962,30 +26550,24 @@ lin enzurdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enzurdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enzurdecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enzurdecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enzurdezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enzurdezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enzurdezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enzurdezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enzurdezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enzurdezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enzurdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enzurdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enzurdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enzurdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enzurdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enzurdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enzurdeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enzurdecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enzurdeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enzurdecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enzurdecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enzurdecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enzurdeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enzurdecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enzurdeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enzurdeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enzurdecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enzurdecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enzurdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enzurdecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enzurdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enzurdecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enzurdecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enzurdeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enzurdecieras" ; "enzurdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enzurdeciramos" ; "enzurdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enzurdecierais" ; "enzurdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enzurdecieran" ; "enzurdeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enzurdec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enzurdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enzurdeci" ;--# notpresent @@ -28998,12 +26580,12 @@ lin enzurdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enzurdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enzurdeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enzurdecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enzurdeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enzurdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enzurdecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enzurdeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enzurdecera" ;--# notpresent @@ -29034,30 +26616,24 @@ lin escaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escaecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escaecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escaezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escaezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escaezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escaezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escaezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escaezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escaeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escaecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escaeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escaecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escaecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escaecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escaeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escaecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escaeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escaeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escaecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escaecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escaecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escaecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escaecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escaeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escaecieras" ; "escaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escaeciramos" ; "escaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escaecierais" ; "escaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escaecieran" ; "escaeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escaec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escaeci" ;--# notpresent @@ -29070,12 +26646,12 @@ lin escaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escaeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escaecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escaecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escaeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escaeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escaecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escaecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escaeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escaecera" ;--# notpresent @@ -29106,30 +26682,24 @@ lin escarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarnecieras" ; "escarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarneciramos" ; "escarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarnecierais" ; "escarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarnecieran" ; "escarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escarneci" ;--# notpresent @@ -29142,12 +26712,12 @@ lin escarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escarnecera" ;--# notpresent @@ -29178,30 +26748,24 @@ lin esclarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esclarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esclarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esclarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "esclarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "esclarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "esclarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "esclarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "esclarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "esclarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esclarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esclarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esclarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esclarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esclarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esclarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esclareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esclarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esclareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esclarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esclarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esclarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "esclareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "esclarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "esclareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "esclareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "esclarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "esclarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "esclareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "esclarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "esclareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "esclarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "esclarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "esclareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esclarecieras" ; "esclarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esclareciramos" ; "esclarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esclarecierais" ; "esclarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esclarecieran" ; "esclareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esclarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esclareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esclareci" ;--# notpresent @@ -29214,12 +26778,12 @@ lin esclarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esclareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esclareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esclarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "esclarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "esclareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "esclareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "esclarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esclarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esclareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esclareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esclarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esclarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esclareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esclarecera" ;--# notpresent @@ -29250,30 +26814,24 @@ lin esmorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esmorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esmorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esmorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "esmorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "esmorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "esmorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "esmorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "esmorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "esmorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esmorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esmorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esmorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esmorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esmorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esmorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esmoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esmorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esmoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esmorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esmorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esmorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "esmoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "esmorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "esmoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "esmoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "esmorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "esmorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmorecieras" ; "esmorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmoreciramos" ; "esmorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmorecierais" ; "esmorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmorecieran" ; "esmoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esmorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esmoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esmoreci" ;--# notpresent @@ -29286,12 +26844,12 @@ lin esmorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esmoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esmoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esmorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "esmorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "esmoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "esmorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esmorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esmoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esmorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esmorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esmoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esmorecera" ;--# notpresent @@ -29322,30 +26880,24 @@ lin establecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "establecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "establecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "establecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "establezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "establezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "establezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "establezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "establezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "establezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "establezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "establezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "establezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "establezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "establezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "establezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estableca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "establecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estableca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "establecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "establecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "establecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estableciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "establecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estableciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estableciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "establecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "establecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "establecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "establecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "establecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estableciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"establecieras" ; "establecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estableciramos" ; "establecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"establecierais" ; "establecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"establecieran" ; "estableciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "establec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estableci" ;--# notpresent @@ -29358,12 +26910,12 @@ lin establecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estableceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "establecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estableciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "establecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estableciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estableciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estableciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "establecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "establecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "establecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "establecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estableceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "establecera" ;--# notpresent @@ -29394,30 +26946,24 @@ lin estremecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estremecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estremecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estremecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "estremezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "estremezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "estremezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estremezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estremezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estremezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estremezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estremezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estremezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estremezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estremezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estremezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estremeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estremecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estremeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estremecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estremecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estremecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estremeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estremecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estremeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estremeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estremecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estremecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estremeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estremecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estremeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estremecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estremecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estremeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estremecieras" ; "estremecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estremeciramos" ; "estremecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estremecierais" ; "estremecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estremecieran" ; "estremeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estremec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estremeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estremeci" ;--# notpresent @@ -29430,12 +26976,12 @@ lin estremecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estremeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estremeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estremecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estremecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estremeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estremeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estremecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estremecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estremeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estremeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estremecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estremecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estremeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estremecera" ;--# notpresent @@ -29466,30 +27012,24 @@ lin evanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "evanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "evanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "evanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "evanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "evanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "evanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "evanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "evanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "evanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "evanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "evanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "evanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "evanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "evanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "evanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "evaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "evanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "evaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "evanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "evanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "evanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "evaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "evanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "evaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "evaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "evanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "evanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "evaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "evaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "evanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "evaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanecieras" ; "evanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evaneciramos" ; "evanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanecierais" ; "evanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanecieran" ; "evaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "evanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "evaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "evaneci" ;--# notpresent @@ -29502,12 +27042,12 @@ lin evanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "evaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "evaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "evanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "evanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "evaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "evaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "evanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "evanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "evaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "evaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "evanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "evanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "evaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "evanecera" ;--# notpresent @@ -29538,30 +27078,24 @@ lin evanescer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "evanescemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "evanescis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "evanescen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "evaneszca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "evaneszcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "evaneszca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "evaneszcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "evaneszcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "evaneszcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "evaneszca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "evaneszcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "evaneszca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "evaneszcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "evaneszcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "evaneszcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "evanesca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "evanescas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "evanesca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "evanescamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "evanescais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "evanescan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "evanesciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "evanescieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "evanesciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "evanesciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "evanescierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "evanescieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "evanesciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanescieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "evanesciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "evanescisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanescieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "evanesciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanescieras" ; "evanescieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evanesciramos" ; "evanescisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanescierais" ; "evanescieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanescieran" ; "evanesciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "evanesc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "evanesciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "evanesci" ;--# notpresent @@ -29574,12 +27108,12 @@ lin evanescer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "evanesceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "evanesceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "evanescern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "evanescieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "evanesciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "evanesciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "evanescieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "evanescieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "evanesciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "evanesciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "evanescieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "evanescera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "evanesceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "evanescera" ;--# notpresent @@ -29610,30 +27144,24 @@ lin excandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "excandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "excandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "excandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "excandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "excandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "excandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "excandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "excandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "excandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "excandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "excandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "excandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "excandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "excandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "excandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "excandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "excandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "excandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "excandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "excandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "excandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "excandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "excandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "excandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "excandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "excandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "excandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "excandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "excandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "excandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "excandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "excandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "excandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excandecieras" ; "excandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excandeciramos" ; "excandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excandecierais" ; "excandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excandecieran" ; "excandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "excandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "excandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "excandeci" ;--# notpresent @@ -29646,12 +27174,12 @@ lin excandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "excandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "excandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "excandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "excandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "excandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "excandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "excandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "excandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "excandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "excandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "excandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "excandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "excandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "excandecera" ;--# notpresent @@ -29682,30 +27210,24 @@ lin fallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "falleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "falleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "falleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "falleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "falleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "falleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "falleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "falleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fallecieras" ; "fallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"falleciramos" ; "fallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fallecierais" ; "fallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fallecieran" ; "falleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "falleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "falleci" ;--# notpresent @@ -29718,12 +27240,12 @@ lin fallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "falleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "falleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "falleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "falleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "falleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "falleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "falleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "falleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "falleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "falleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "falleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fallecera" ;--# notpresent @@ -29754,30 +27276,24 @@ lin favorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "favorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "favorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "favorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "favorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "favorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "favorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "favorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "favorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "favorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "favorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "favorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "favorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "favorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "favorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "favorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "favoreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "favorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "favoreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "favorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "favorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "favorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "favoreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "favorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "favoreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "favoreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "favorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "favorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "favoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "favorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "favoreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "favorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "favorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "favoreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"favorecieras" ; "favorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"favoreciramos" ; "favorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"favorecierais" ; "favorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"favorecieran" ; "favoreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "favorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "favoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "favoreci" ;--# notpresent @@ -29790,12 +27306,12 @@ lin favorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "favoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "favoreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "favorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "favorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "favoreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "favoreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "favorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "favorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "favoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "favoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "favorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "favorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "favoreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "favorecera" ;--# notpresent @@ -29826,30 +27342,24 @@ lin fenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fenecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fenecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fenezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fenezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fenezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fenezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fenezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fenezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "feneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fenecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "feneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fenecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fenecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fenecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "feneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fenecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "feneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "feneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fenecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fenecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "feneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fenecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "feneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fenecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fenecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "feneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fenecieras" ; "fenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"feneciramos" ; "fenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fenecierais" ; "fenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fenecieran" ; "feneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fenec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "feneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "feneci" ;--# notpresent @@ -29862,12 +27372,12 @@ lin fenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "feneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "feneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fenecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "feneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fenecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "feneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "feneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "feneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fenecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "feneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "feneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "feneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "feneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fenecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "feneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fenecera" ;--# notpresent @@ -29898,30 +27408,24 @@ lin florecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "florecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "florecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "florecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "florezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "florezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "florezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "florezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "florezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "florezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "florezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "florezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "florezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "florezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "florezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "florezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "floreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "florecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "floreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "florecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "florecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "florecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "floreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "florecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "floreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "floreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "florecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "florecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "floreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "florecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "floreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "florecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "florecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "floreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"florecieras" ; "florecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"floreciramos" ; "florecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"florecierais" ; "florecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"florecieran" ; "floreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "florec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "floreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "floreci" ;--# notpresent @@ -29934,12 +27438,12 @@ lin florecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "floreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "floreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "florecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "floreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "florecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "floreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "floreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "floreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "florecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "floreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "florecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "floreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "floreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "floreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "florecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "florecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "floreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "florecera" ;--# notpresent @@ -29970,30 +27474,24 @@ lin fortalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fortalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fortalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fortalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fortalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fortalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fortalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fortalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fortalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fortalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fortalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fortalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fortalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fortalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fortalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fortalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fortaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fortalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fortaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fortalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fortalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fortalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fortaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fortalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fortaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fortaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fortalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fortalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fortaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fortalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fortaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fortalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fortalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fortaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fortalecieras" ; "fortalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fortaleciramos" ; "fortalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fortalecierais" ; "fortalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fortalecieran" ; "fortaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fortalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fortaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fortaleci" ;--# notpresent @@ -30006,12 +27504,12 @@ lin fortalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fortaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fortaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fortalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fortalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fortaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fortalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fortalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fortaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fortalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fortalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fortaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fortalecera" ;--# notpresent @@ -30042,30 +27540,24 @@ lin fosforecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fosforecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fosforecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fosforecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fosforezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fosforezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fosforezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fosforezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fosforezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fosforezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fosforezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fosforezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fosforezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fosforezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fosforezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fosforezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fosforeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fosforecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fosforeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fosforecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fosforecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fosforecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fosforeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fosforecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fosforeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fosforeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fosforecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fosforecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforecieras" ; "fosforecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforeciramos" ; "fosforecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforecierais" ; "fosforecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforecieran" ; "fosforeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fosforec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fosforeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fosforeci" ;--# notpresent @@ -30078,12 +27570,12 @@ lin fosforecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fosforeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fosforeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fosforecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fosforecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fosforeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fosforecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fosforecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fosforeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fosforecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fosforecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fosforeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fosforecera" ;--# notpresent @@ -30114,30 +27606,24 @@ lin fosforescer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fosforescemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fosforescis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fosforescen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fosforeszca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fosforeszcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fosforeszca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fosforeszcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fosforeszcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fosforeszcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fosforeszca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fosforeszcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fosforeszca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fosforeszcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fosforeszcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fosforeszcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fosforesca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fosforescas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fosforesca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fosforescamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fosforescais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fosforescan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fosforesciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fosforescieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fosforesciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fosforesciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fosforescierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fosforescieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforesciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforescieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforesciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforescisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforescieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforesciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforescieras" ; "fosforescieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforesciramos" ; "fosforescisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforescierais" ; "fosforescieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforescieran" ; "fosforesciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fosforesc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fosforesciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fosforesci" ;--# notpresent @@ -30150,12 +27636,12 @@ lin fosforescer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fosforesceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fosforesceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fosforescern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fosforescieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fosforesciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fosforescieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fosforescieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fosforesciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fosforescieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fosforescera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fosforesceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fosforescera" ;--# notpresent @@ -30186,30 +27672,24 @@ lin frutecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "frutecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "frutecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "frutecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "frutezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "frutezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "frutezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "frutezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "frutezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "frutezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "frutezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "frutezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "frutezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "frutezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "frutezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "frutezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fruteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "frutecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fruteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "frutecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "frutecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "frutecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fruteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "frutecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fruteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fruteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "frutecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "frutecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "frutecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "frutecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "frutecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frutecieras" ; "frutecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruteciramos" ; "frutecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frutecierais" ; "frutecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frutecieran" ; "fruteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "frutec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fruteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fruteci" ;--# notpresent @@ -30222,12 +27702,12 @@ lin frutecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fruteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fruteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "frutecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "frutecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fruteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fruteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "frutecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frutecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fruteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fruteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frutecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "frutecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fruteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "frutecera" ;--# notpresent @@ -30258,30 +27738,24 @@ lin guarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "guarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guarecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guarecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "guarezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "guarezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "guarezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "guarezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "guarezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "guarezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guarecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guarecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guarecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guarecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "guareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "guarecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "guareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "guareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "guarecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "guarecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "guareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "guareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "guarecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "guareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarecieras" ; "guarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guareciramos" ; "guarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarecierais" ; "guarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarecieran" ; "guareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "guarec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "guareci" ;--# notpresent @@ -30294,12 +27768,12 @@ lin guarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "guareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guarecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "guareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "guarecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "guareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "guareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "guareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "guarecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guarecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guarecera" ;--# notpresent @@ -30330,30 +27804,24 @@ lin guarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "guarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "guarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "guarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "guarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "guarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "guarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "guarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "guarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "guarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "guarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "guarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "guarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "guarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "guarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "guarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "guarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "guarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarnecieras" ; "guarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guarneciramos" ; "guarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarnecierais" ; "guarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarnecieran" ; "guarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "guarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "guarneci" ;--# notpresent @@ -30366,12 +27834,12 @@ lin guarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "guarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "guarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "guarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "guarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "guarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guarnecera" ;--# notpresent @@ -30402,30 +27870,24 @@ lin herbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herbecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "herbecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "herbezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "herbezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "herbezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "herbezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "herbezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "herbezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "herbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "herbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "herbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "herbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herbeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herbecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herbeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herbecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herbecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herbecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "herbeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "herbecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "herbeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "herbeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "herbecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "herbecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbecieras" ; "herbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbeciramos" ; "herbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbecierais" ; "herbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbecieran" ; "herbeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herbec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herbeci" ;--# notpresent @@ -30438,12 +27900,12 @@ lin herbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herbeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herbecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "herbecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "herbeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "herbeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "herbecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herbecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herbeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herbecera" ;--# notpresent @@ -30474,30 +27936,24 @@ lin hermanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hermanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hermanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hermanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hermanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hermanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hermanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hermanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hermanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hermanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hermanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hermanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hermanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hermanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hermanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hermanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hermaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hermanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hermaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hermanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hermanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hermanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hermaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hermanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hermaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hermaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hermanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hermanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hermaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hermanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hermaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hermanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hermanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hermaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hermanecieras" ; "hermanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hermaneciramos" ; "hermanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hermanecierais" ; "hermanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hermanecieran" ; "hermaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hermanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hermaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hermaneci" ;--# notpresent @@ -30510,12 +27966,12 @@ lin hermanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hermaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hermaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hermanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hermanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hermaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hermanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hermanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hermaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hermanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hermanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hermaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hermanecera" ;--# notpresent @@ -30546,30 +28002,24 @@ lin humedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "humedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "humedecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "humedecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "humedezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "humedezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "humedezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "humedezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "humedezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "humedezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "humedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "humedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "humedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "humedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "humedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "humedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "humedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "humedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "humedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "humedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "humedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "humedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "humedeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "humedecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "humedeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "humedeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "humedecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "humedecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "humedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "humedecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "humedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "humedecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "humedecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "humedeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"humedecieras" ; "humedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"humedeciramos" ; "humedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"humedecierais" ; "humedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"humedecieran" ; "humedeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "humedec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "humedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "humedeci" ;--# notpresent @@ -30582,12 +28032,12 @@ lin humedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "humedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "humedeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "humedecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "humedecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "humedeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "humedeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "humedecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "humedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "humedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "humedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "humedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "humedecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "humedeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "humedecera" ;--# notpresent @@ -30618,30 +28068,24 @@ lin languidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "languidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "languidecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "languidecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "languidezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "languidezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "languidezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "languidezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "languidezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "languidezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "languidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "languidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "languidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "languidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "languidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "languidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "languideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "languidecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "languideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "languidecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "languidecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "languidecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "languideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "languidecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "languideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "languideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "languidecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "languidecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "languideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "languidecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "languideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "languidecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "languidecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "languideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"languidecieras" ; "languidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"languideciramos" ; "languidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"languidecierais" ; "languidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"languidecieran" ; "languideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "languidec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "languideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "languideci" ;--# notpresent @@ -30654,12 +28098,12 @@ lin languidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "languideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "languideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "languidecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "languideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "languidecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "languideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "languideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "languideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "languidecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "languideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "languidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "languideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "languideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "languideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "languidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "languidecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "languideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "languidecera" ;--# notpresent @@ -30690,30 +28134,24 @@ lin lividecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lividecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lividecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lividecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "lividezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "lividezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "lividezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "lividezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "lividezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "lividezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lividezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "lividezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lividezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "lividezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "lividezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lividezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "livideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lividecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "livideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lividecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lividecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lividecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "livideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "lividecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "livideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "livideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "lividecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "lividecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "livideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "lividecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "livideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "lividecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "lividecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "livideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lividecieras" ; "lividecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"livideciramos" ; "lividecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lividecierais" ; "lividecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lividecieran" ; "livideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lividec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "livideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "livideci" ;--# notpresent @@ -30726,12 +28164,12 @@ lin lividecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "livideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "livideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lividecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "livideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "lividecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "livideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "livideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "livideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "lividecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "livideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lividecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "livideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "livideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "livideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lividecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "lividecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "livideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "lividecera" ;--# notpresent @@ -30762,30 +28200,24 @@ lin lobreguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lobreguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lobreguecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lobreguecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "lobreguezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "lobreguezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "lobreguezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "lobreguezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "lobreguezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "lobreguezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lobreguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "lobreguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lobreguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "lobreguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "lobreguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lobreguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lobregueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lobreguecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lobregueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lobreguecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lobreguecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lobreguecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "lobregueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "lobreguecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "lobregueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "lobregueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "lobreguecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "lobreguecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "lobregueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "lobreguecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "lobregueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "lobreguecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "lobreguecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "lobregueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lobreguecieras" ; "lobreguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"lobregueciramos" ; "lobreguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lobreguecierais" ; "lobreguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lobreguecieran" ; "lobregueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lobreguec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "lobregueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "lobregueci" ;--# notpresent @@ -30798,12 +28230,12 @@ lin lobreguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "lobregueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "lobregueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lobreguecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "lobregueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "lobregueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "lobreguecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "lobregueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "lobreguecera" ;--# notpresent @@ -30834,30 +28266,24 @@ lin merecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "merecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "merecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "merecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "merezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "merezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "merezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "merezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "merezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "merezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "merezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "merezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "merezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "merezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "merezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "merezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mereca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "merecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mereca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "merecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "merecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "merecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mereciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "merecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mereciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mereciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "merecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "merecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "merecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "merecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "merecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mereciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merecieras" ; "merecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mereciramos" ; "merecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merecierais" ; "merecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merecieran" ; "mereciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "merec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mereci" ;--# notpresent @@ -30870,12 +28296,12 @@ lin merecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mereceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "merecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mereciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "merecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mereciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mereciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mereciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "merecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "merecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "merecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "merecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mereceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "merecera" ;--# notpresent @@ -30906,30 +28332,24 @@ lin mohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mohecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mohecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mohezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mohezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mohezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mohezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mohezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mohezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "moheca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mohecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "moheca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mohecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mohecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mohecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "moheciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mohecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "moheciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "moheciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mohecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mohecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "moheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mohecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "moheciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mohecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mohecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "moheciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mohecieras" ; "mohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moheciramos" ; "mohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mohecierais" ; "mohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mohecieran" ; "moheciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mohec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "moheci" ;--# notpresent @@ -30942,12 +28362,12 @@ lin mohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moheceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mohecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "moheciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mohecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "moheciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "moheciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "moheciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mohecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mohecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moheceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mohecera" ;--# notpresent @@ -30978,30 +28398,24 @@ lin nacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "nacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "nacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "nacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "nazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "nazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "nazca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "nazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "nazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "nazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "nazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "nazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "nazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "nazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "nazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "nazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "naca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "nacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "naca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "nacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "nacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "nacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "naciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "nacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "naciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "naciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "nacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "nacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "naciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "nacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "naciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "nacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "nacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "naciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"naciera" ; "naciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nacieras" ; "nacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"naciera" ; "naciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"naciramos" ; "nacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nacierais" ; "nacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nacieran" ; "naciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "nac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "naciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "naci" ;--# notpresent @@ -31014,12 +28428,12 @@ lin nacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "naceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "naceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "nacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "naciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "nacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "naciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "naciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "naciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "nacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "naciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "nacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "naciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "naciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "naciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "nacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "nacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "naceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "nacera" ;--# notpresent @@ -31050,30 +28464,24 @@ lin negrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "negrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "negrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "negrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "negrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "negrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "negrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "negrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "negrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "negrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "negrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "negrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "negrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "negrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "negrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "negrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "negreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "negrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "negreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "negrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "negrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "negrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "negreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "negrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "negreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "negreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "negrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "negrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "negreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "negrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "negreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "negrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "negrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "negreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negrecieras" ; "negrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negreciramos" ; "negrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negrecierais" ; "negrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negrecieran" ; "negreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "negrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "negreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "negreci" ;--# notpresent @@ -31086,12 +28494,12 @@ lin negrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "negreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "negreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "negrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "negreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "negrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "negreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "negreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "negreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "negrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "negreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "negrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "negreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "negreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "negreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "negrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "negrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "negreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "negrecera" ;--# notpresent @@ -31122,30 +28530,24 @@ lin obedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obedecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obedecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "obedezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "obedezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "obedezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "obedezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "obedezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "obedezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "obedeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "obedecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "obedeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "obedeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "obedecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "obedecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "obedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "obedecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "obedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "obedecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "obedecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "obedeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obedecieras" ; "obedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obedeciramos" ; "obedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obedecierais" ; "obedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obedecieran" ; "obedeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obedec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obedeci" ;--# notpresent @@ -31158,12 +28560,12 @@ lin obedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obedeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obedecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "obedecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "obedeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "obedeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "obedecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obedecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obedeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obedecera" ;--# notpresent @@ -31194,30 +28596,24 @@ lin obscurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obscurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obscurecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obscurecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "obscurezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "obscurezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "obscurezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "obscurezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "obscurezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "obscurezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obscurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obscurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obscurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obscurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obscurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obscurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obscureca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obscurecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obscureca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obscurecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obscurecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obscurecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "obscureciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "obscurecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "obscureciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "obscureciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "obscurecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "obscurecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "obscureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "obscurecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "obscureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "obscurecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "obscurecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "obscureciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obscurecieras" ; "obscurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obscureciramos" ; "obscurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obscurecierais" ; "obscurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obscurecieran" ; "obscureciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obscurec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obscureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obscureci" ;--# notpresent @@ -31230,12 +28626,12 @@ lin obscurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obscureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obscureceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obscurecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "obscurecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "obscureciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "obscureciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "obscurecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obscurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obscureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obscureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obscurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obscurecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obscureceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obscurecera" ;--# notpresent @@ -31266,30 +28662,24 @@ lin ofrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ofrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ofrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ofrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ofrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ofrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ofrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ofrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ofrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ofrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ofrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ofrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ofrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ofrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ofrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ofrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ofreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ofrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ofreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ofrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ofrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ofrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ofreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ofrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ofreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ofreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ofrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ofrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ofreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ofrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ofreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ofrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ofrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ofreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ofrecieras" ; "ofrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ofreciramos" ; "ofrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ofrecierais" ; "ofrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ofrecieran" ; "ofreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ofrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ofreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ofreci" ;--# notpresent @@ -31302,12 +28692,12 @@ lin ofrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ofreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ofreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ofrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ofrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ofreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ofreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ofrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ofrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ofreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ofreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ofrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ofrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ofreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ofrecera" ;--# notpresent @@ -31338,30 +28728,24 @@ lin oscurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "oscurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oscurecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oscurecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "oscurezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "oscurezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "oscurezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "oscurezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "oscurezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "oscurezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oscurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "oscurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oscurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "oscurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "oscurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "oscurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oscureca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oscurecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oscureca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oscurecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oscurecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oscurecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "oscureciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "oscurecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "oscureciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "oscureciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "oscurecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "oscurecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "oscureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "oscurecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "oscureciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "oscurecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "oscurecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "oscureciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oscurecieras" ; "oscurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oscureciramos" ; "oscurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oscurecierais" ; "oscurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oscurecieran" ; "oscureciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "oscurec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oscureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "oscureci" ;--# notpresent @@ -31374,12 +28758,12 @@ lin oscurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "oscureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oscureceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "oscurecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "oscurecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "oscureciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "oscureciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "oscurecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "oscurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oscureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oscureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "oscurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "oscurecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "oscureceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "oscurecera" ;--# notpresent @@ -31410,30 +28794,24 @@ lin pacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pazca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "paca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "paca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "paciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "paciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "paciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "paciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "paciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "paciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"paciera" ; "paciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pacieras" ; "pacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"paciera" ; "paciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"paciramos" ; "pacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pacierais" ; "pacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pacieran" ; "paciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "paciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "paci" ;--# notpresent @@ -31446,12 +28824,12 @@ lin pacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "paceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "paceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "paciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "paciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "paciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "paciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "paciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "paciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "paciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "paciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "paceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pacera" ;--# notpresent @@ -31482,30 +28860,24 @@ lin padecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "padecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "padecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "padecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "padezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "padezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "padezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "padezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "padezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "padezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "padezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "padezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "padezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "padezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "padezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "padezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "padeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "padecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "padeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "padecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "padecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "padecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "padeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "padecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "padeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "padeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "padecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "padecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "padeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "padecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "padeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "padecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "padecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "padeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"padecieras" ; "padecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"padeciramos" ; "padecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"padecierais" ; "padecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"padecieran" ; "padeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "padec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "padeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "padeci" ;--# notpresent @@ -31518,12 +28890,12 @@ lin padecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "padeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "padeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "padecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "padeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "padecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "padeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "padeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "padeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "padecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "padeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "padecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "padeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "padeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "padeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "padecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "padecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "padeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "padecera" ;--# notpresent @@ -31554,30 +28926,24 @@ lin palidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "palidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "palidecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "palidecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "palidezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "palidezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "palidezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "palidezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "palidezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "palidezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "palidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "palidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "palidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "palidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "palidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "palidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "palideca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "palidecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "palideca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "palidecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "palidecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "palidecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "palideciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "palidecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "palideciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "palideciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "palidecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "palidecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "palideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "palidecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "palideciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "palidecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "palidecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "palideciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"palidecieras" ; "palidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"palideciramos" ; "palidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"palidecierais" ; "palidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"palidecieran" ; "palideciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "palidec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "palideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "palideci" ;--# notpresent @@ -31590,12 +28956,12 @@ lin palidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "palideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "palideceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "palidecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "palideciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "palidecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "palideciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "palideciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "palideciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "palidecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "palideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "palidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "palideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "palideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "palideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "palidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "palidecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "palideceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "palidecera" ;--# notpresent @@ -31626,30 +28992,24 @@ lin parecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "parecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "parecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "parecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "parezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "parezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "parezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "parezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "parezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "parezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "parezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "parezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "parezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "parezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "parezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "parezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "parecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "parecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "parecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "parecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "parecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "parecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "parecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "parecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "parecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "parecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"parecieras" ; "parecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pareciramos" ; "parecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"parecierais" ; "parecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"parecieran" ; "pareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "parec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pareci" ;--# notpresent @@ -31662,12 +29022,12 @@ lin parecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "parecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "parecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "parecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "parecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "parecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "parecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "parecera" ;--# notpresent @@ -31698,30 +29058,24 @@ lin perecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "perezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "perezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "perezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "perezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "perezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "perezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pereca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pereca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pereciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "perecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pereciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pereciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "perecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "perecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "perecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "perecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "perecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pereciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perecieras" ; "perecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pereciramos" ; "perecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perecierais" ; "perecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perecieran" ; "pereciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pereci" ;--# notpresent @@ -31734,12 +29088,12 @@ lin perecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pereceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pereciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "perecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pereciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pereciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pereciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "perecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pereceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perecera" ;--# notpresent @@ -31770,30 +29124,24 @@ lin permanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "permanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "permanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "permanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "permanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "permanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "permanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "permanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "permanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "permanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "permanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "permanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "permanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "permanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "permanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "permanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "permaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "permanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "permaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "permanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "permanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "permanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "permaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "permanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "permaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "permaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "permanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "permanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "permaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "permanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "permaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "permanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "permanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "permaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"permanecieras" ; "permanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"permaneciramos" ; "permanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"permanecierais" ; "permanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"permanecieran" ; "permaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "permanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "permaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "permaneci" ;--# notpresent @@ -31806,12 +29154,12 @@ lin permanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "permaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "permaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "permanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "permanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "permaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "permaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "permanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "permanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "permaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "permaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "permanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "permanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "permaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "permanecera" ;--# notpresent @@ -31842,30 +29190,24 @@ lin pertenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pertenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pertenecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pertenecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pertenezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pertenezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pertenezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pertenezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pertenezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pertenezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pertenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pertenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pertenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pertenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pertenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pertenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perteneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pertenecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perteneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pertenecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pertenecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pertenecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "perteneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pertenecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "perteneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "perteneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pertenecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pertenecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "perteneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pertenecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "perteneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pertenecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pertenecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "perteneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pertenecieras" ; "pertenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perteneciramos" ; "pertenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pertenecierais" ; "pertenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pertenecieran" ; "perteneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pertenec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perteneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perteneci" ;--# notpresent @@ -31878,12 +29220,12 @@ lin pertenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perteneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perteneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pertenecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pertenecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "perteneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "perteneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pertenecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pertenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perteneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perteneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pertenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pertenecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perteneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pertenecera" ;--# notpresent @@ -31914,30 +29256,24 @@ lin pimpollecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pimpollecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pimpollecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pimpollecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pimpollezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pimpollezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pimpollezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pimpollezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pimpollezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pimpollezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pimpollezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pimpollezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pimpollezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pimpollezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pimpollezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pimpollezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pimpolleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pimpollecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pimpolleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pimpollecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pimpollecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pimpollecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pimpolleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pimpollecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pimpolleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pimpolleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pimpollecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pimpollecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pimpolleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pimpollecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pimpolleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pimpollecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pimpollecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pimpolleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pimpollecieras" ; "pimpollecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pimpolleciramos" ; "pimpollecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pimpollecierais" ; "pimpollecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pimpollecieran" ; "pimpolleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pimpollec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pimpolleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pimpolleci" ;--# notpresent @@ -31950,12 +29286,12 @@ lin pimpollecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pimpolleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pimpolleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pimpollecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pimpolleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pimpolleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pimpollecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pimpolleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pimpollecera" ;--# notpresent @@ -31986,30 +29322,24 @@ lin plastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "plastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plastecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "plastecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "plastezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "plastezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "plastezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "plastezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "plastezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "plastezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "plastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plasteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plastecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plasteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plastecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plastecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plastecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "plasteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "plastecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "plasteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "plasteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "plastecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "plastecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "plasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "plastecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "plasteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "plastecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "plastecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "plasteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plastecieras" ; "plastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plasteciramos" ; "plastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plastecierais" ; "plastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plastecieran" ; "plasteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plastec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "plasteci" ;--# notpresent @@ -32022,12 +29352,12 @@ lin plastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "plasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plasteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plastecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "plastecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "plasteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "plasteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "plastecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plastecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plasteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plastecera" ;--# notpresent @@ -32058,30 +29388,24 @@ lin preestablecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preestablecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preestablecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preestablecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preestablezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preestablezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preestablezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preestablezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preestablezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "preestablezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preestablezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preestablezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preestablezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preestablezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preestablezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preestablezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preestableca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preestablecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preestableca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preestablecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preestablecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preestablecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "preestableciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "preestablecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "preestableciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "preestableciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "preestablecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "preestablecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "preestableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "preestablecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "preestableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "preestablecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "preestablecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "preestableciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preestablecieras" ; "preestablecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preestableciramos" ; "preestablecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preestablecierais" ; "preestablecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preestablecieran" ; "preestableciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preestablec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preestableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preestableci" ;--# notpresent @@ -32094,12 +29418,12 @@ lin preestablecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preestableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preestableceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preestablecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "preestablecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "preestableciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "preestableciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "preestablecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preestablecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preestableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preestableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preestablecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preestablecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preestableceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preestablecera" ;--# notpresent @@ -32130,30 +29454,24 @@ lin prevalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prevalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prevalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prevalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prevalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prevalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prevalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prevalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prevalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prevalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prevaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prevalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prevaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prevaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prevalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prevalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalecieras" ; "prevalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaleciramos" ; "prevalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalecierais" ; "prevalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalecieran" ; "prevaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prevalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prevaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prevaleci" ;--# notpresent @@ -32166,12 +29484,12 @@ lin prevalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prevalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prevaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prevalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prevalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prevaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prevalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevalecera" ;--# notpresent @@ -32202,30 +29520,24 @@ lin reaparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reaparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reaparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reaparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reaparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reaparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reaparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reaparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reaparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reaparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reaparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reaparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reaparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reaparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reaparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reaparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reapareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reaparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reapareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reaparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reaparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reaparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reapareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reaparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reapareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reapareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reaparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reaparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reaparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaparecieras" ; "reaparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapareciramos" ; "reaparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaparecierais" ; "reaparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaparecieran" ; "reapareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reaparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reapareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reapareci" ;--# notpresent @@ -32238,12 +29550,12 @@ lin reaparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reapareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reapareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reaparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reaparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reapareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reapareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reaparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reaparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reapareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reapareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reaparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reaparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reapareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reaparecera" ;--# notpresent @@ -32274,30 +29586,24 @@ lin reblandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reblandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reblandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reblandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reblandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reblandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reblandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reblandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reblandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reblandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reblandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reblandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reblandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reblandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reblandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reblandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reblandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reblandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reblandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reblandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reblandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reblandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reblandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reblandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reblandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reblandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reblandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reblandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reblandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reblandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reblandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reblandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reblandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reblandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reblandecieras" ; "reblandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reblandeciramos" ; "reblandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reblandecierais" ; "reblandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reblandecieran" ; "reblandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reblandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reblandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reblandeci" ;--# notpresent @@ -32310,12 +29616,12 @@ lin reblandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reblandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reblandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reblandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reblandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reblandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reblandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reblandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reblandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reblandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reblandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reblandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reblandecera" ;--# notpresent @@ -32346,30 +29652,24 @@ lin reconvalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconvalecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvalecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconvalezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconvalezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconvalezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconvalezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconvalezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconvalezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconvalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconvalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconvaleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvalecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconvaleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconvalecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconvalecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvalecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconvaleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconvalecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconvaleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconvaleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconvalecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconvalecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvalecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvaleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvalecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvalecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvaleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvalecieras" ; "reconvalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvaleciramos" ; "reconvalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvalecierais" ; "reconvalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvalecieran" ; "reconvaleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvalec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconvaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvaleci" ;--# notpresent @@ -32382,12 +29682,12 @@ lin reconvalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvaleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvalecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconvaleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconvaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvalecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvaleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvalecera" ;--# notpresent @@ -32418,30 +29718,24 @@ lin recrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrecieras" ; "recrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recreciramos" ; "recrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrecierais" ; "recrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrecieran" ; "recreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recreci" ;--# notpresent @@ -32454,12 +29748,12 @@ lin recrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recrecera" ;--# notpresent @@ -32490,30 +29784,24 @@ lin recrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recrudecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recrudecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recrudezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recrudezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recrudezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recrudezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recrudezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recrudezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recrudeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recrudecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recrudeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recrudecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recrudecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recrudecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recrudecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recrudeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recrudeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recrudecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recrudecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrudecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recrudeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recrudecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrudecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recrudeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrudecieras" ; "recrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recrudeciramos" ; "recrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrudecierais" ; "recrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrudecieran" ; "recrudeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recrudec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recrudeci" ;--# notpresent @@ -32526,12 +29814,12 @@ lin recrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recrudeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recrudecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recrudecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recrudeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recrudecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recrudecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recrudeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recrudecera" ;--# notpresent @@ -32562,30 +29850,24 @@ lin reflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reflorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reflorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reflorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reflorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reflorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reflorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reflorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reflorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refloreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reflorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refloreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reflorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reflorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reflorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refloreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reflorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refloreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refloreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reflorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reflorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reflorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reflorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reflorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refloreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reflorecieras" ; "reflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refloreciramos" ; "reflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reflorecierais" ; "reflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reflorecieran" ; "refloreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reflorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refloreci" ;--# notpresent @@ -32598,12 +29880,12 @@ lin reflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refloreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reflorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reflorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refloreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refloreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reflorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reflorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refloreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reflorecera" ;--# notpresent @@ -32634,30 +29916,24 @@ lin reguarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reguarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reguarnecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reguarnecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reguarnezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reguarnezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reguarnezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reguarnezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reguarnezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reguarnezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reguarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reguarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reguarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reguarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reguarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reguarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reguarneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reguarnecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reguarneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reguarnecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reguarnecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reguarnecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reguarneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reguarnecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reguarneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reguarneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reguarnecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reguarnecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reguarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reguarnecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reguarneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reguarnecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reguarnecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reguarneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reguarnecieras" ; "reguarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reguarneciramos" ; "reguarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reguarnecierais" ; "reguarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reguarnecieran" ; "reguarneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reguarnec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reguarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reguarneci" ;--# notpresent @@ -32670,12 +29946,12 @@ lin reguarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reguarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reguarneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reguarnecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reguarneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reguarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reguarnecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reguarneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reguarnecera" ;--# notpresent @@ -32706,30 +29982,24 @@ lin rehumedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehumedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehumedecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehumedecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehumedezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehumedezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehumedezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehumedezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehumedezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehumedezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehumedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehumedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehumedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehumedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehumedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehumedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehumedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehumedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehumedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehumedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehumedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehumedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehumedeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehumedecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehumedeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehumedeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehumedecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehumedecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehumedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehumedecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehumedeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehumedecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehumedecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehumedeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehumedecieras" ; "rehumedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehumedeciramos" ; "rehumedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehumedecierais" ; "rehumedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehumedecieran" ; "rehumedeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehumedec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehumedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehumedeci" ;--# notpresent @@ -32742,12 +30012,12 @@ lin rehumedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehumedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehumedeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehumedecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehumedeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehumedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehumedecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehumedeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehumedecera" ;--# notpresent @@ -32778,30 +30048,24 @@ lin rejuvenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rejuvenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rejuvenecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rejuvenecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rejuvenezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rejuvenezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rejuvenezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rejuvenezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rejuvenezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rejuvenezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rejuvenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rejuvenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rejuvenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rejuvenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rejuvenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rejuvenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rejuveneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rejuvenecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rejuveneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rejuvenecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rejuvenecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rejuvenecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rejuveneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rejuvenecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rejuveneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rejuveneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rejuvenecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rejuvenecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rejuveneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rejuvenecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rejuveneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rejuvenecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rejuvenecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rejuveneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rejuvenecieras" ; "rejuvenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rejuveneciramos" ; "rejuvenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rejuvenecierais" ; "rejuvenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rejuvenecieran" ; "rejuveneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rejuvenec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rejuveneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rejuveneci" ;--# notpresent @@ -32814,12 +30078,12 @@ lin rejuvenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rejuveneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rejuveneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rejuvenecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rejuveneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rejuveneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rejuvenecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rejuveneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rejuvenecera" ;--# notpresent @@ -32850,30 +30114,24 @@ lin relentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "relentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "relentecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "relentecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "relentezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "relentezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "relentezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "relentezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "relentezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "relentezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "relentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "relentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "relentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "relentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "relentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "relentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "relenteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "relentecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "relenteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "relentecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "relentecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "relentecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "relenteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "relentecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "relenteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "relenteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "relentecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "relentecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "relenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "relentecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "relenteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "relentecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "relentecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "relenteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relentecieras" ; "relentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"relenteciramos" ; "relentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relentecierais" ; "relentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relentecieran" ; "relenteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "relentec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "relenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "relenteci" ;--# notpresent @@ -32886,12 +30144,12 @@ lin relentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "relenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "relenteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "relentecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "relentecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "relenteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "relenteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "relentecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "relentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "relenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "relenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "relentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "relentecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "relenteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "relentecera" ;--# notpresent @@ -32922,30 +30180,24 @@ lin remanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remanecieras" ; "remanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remaneciramos" ; "remanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remanecierais" ; "remanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remanecieran" ; "remaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remaneci" ;--# notpresent @@ -32958,12 +30210,12 @@ lin remanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remanecera" ;--# notpresent @@ -32994,30 +30246,24 @@ lin renacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "renacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "renazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "renazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "renazca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "renazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "renazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "renazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "renazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "renazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "renazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "renazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "renaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "renacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "renaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "renaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "renacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "renacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "renaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "renacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "renaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "renacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "renacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "renaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renacieras" ; "renacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renaciramos" ; "renacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renacierais" ; "renacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renacieran" ; "renaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "renaci" ;--# notpresent @@ -33030,12 +30276,12 @@ lin renacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "renaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "renacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "renaciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "renaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "renaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "renacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renacera" ;--# notpresent @@ -33066,30 +30312,24 @@ lin repacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repazca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "repazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "repaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "repacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "repaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "repaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "repacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "repacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "repaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "repacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "repaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "repacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "repacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "repaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repacieras" ; "repacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repaciramos" ; "repacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repacierais" ; "repacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repacieran" ; "repaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repaci" ;--# notpresent @@ -33102,12 +30342,12 @@ lin repacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "repaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "repacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "repaciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "repaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "repaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "repacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repacera" ;--# notpresent @@ -33138,30 +30378,24 @@ lin resplandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resplandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resplandecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resplandecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resplandezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resplandezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resplandezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resplandezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resplandezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resplandezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resplandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resplandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resplandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resplandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resplandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resplandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resplandeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resplandecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resplandeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resplandecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resplandecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resplandecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resplandeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resplandecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resplandeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resplandeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resplandecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resplandecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resplandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resplandecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resplandeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resplandecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resplandecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resplandeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resplandecieras" ; "resplandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resplandeciramos" ; "resplandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resplandecierais" ; "resplandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resplandecieran" ; "resplandeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resplandec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resplandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resplandeci" ;--# notpresent @@ -33174,12 +30408,12 @@ lin resplandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resplandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resplandeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resplandecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resplandecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resplandeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resplandecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resplandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resplandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resplandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resplandecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resplandeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resplandecera" ;--# notpresent @@ -33210,30 +30444,24 @@ lin restablecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restablecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restablecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restablecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "restablezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "restablezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "restablezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "restablezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "restablezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "restablezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restablezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restablezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restablezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restablezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restablezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restablezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restableca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restablecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restableca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restablecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restablecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restablecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "restableciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "restablecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "restableciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "restableciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "restablecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "restablecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "restableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "restablecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "restableciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "restablecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "restablecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "restableciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restablecieras" ; "restablecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restableciramos" ; "restablecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restablecierais" ; "restablecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restablecieran" ; "restableciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restablec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restableci" ;--# notpresent @@ -33246,12 +30474,12 @@ lin restablecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restableceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restablecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "restableciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "restablecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "restableciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "restableciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "restableciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "restablecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restablecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restablecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restablecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restableceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restablecera" ;--# notpresent @@ -33282,30 +30510,24 @@ lin retallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retalleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retalleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retalleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retalleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retalleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retalleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retalleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retallecieras" ; "retallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retalleciramos" ; "retallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retallecierais" ; "retallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retallecieran" ; "retalleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retalleci" ;--# notpresent @@ -33318,12 +30540,12 @@ lin retallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retalleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retalleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retalleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retalleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retallecera" ;--# notpresent @@ -33354,30 +30576,24 @@ lin reto {- VPB (Pres Ind C.Pl C.P1) => -} "retoecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retoecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retoecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retoezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retoezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retoezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retoezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retoezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retoezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retoezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retoezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retoezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retoezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retoezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retoezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retoeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retoecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retoeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retoecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retoecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retoecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retoeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retoecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retoeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retoeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retoecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retoecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retoeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retoecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retoeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retoecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retoecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retoeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retoecieras" ; "retoecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retoeciramos" ; "retoecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retoecierais" ; "retoecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retoecieran" ; "retoeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retoec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retoeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retoeci" ;--# notpresent @@ -33390,12 +30606,12 @@ lin reto {- VPB (Fut Ind C.Pl C.P1) => -} "retoeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retoeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retoecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retoeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retoecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retoeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retoeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retoeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retoecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retoeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retoecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retoeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retoeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retoeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retoecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retoecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retoeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retoecera" ;--# notpresent @@ -33426,30 +30642,24 @@ lin revejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revejecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revejecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revejezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revejezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revejezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revejezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revejezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revejezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revejeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revejecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revejeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revejecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revejecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revejecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revejeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revejecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revejeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revejeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revejecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revejecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revejecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revejeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revejecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revejecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revejeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revejecieras" ; "revejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revejeciramos" ; "revejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revejecierais" ; "revejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revejecieran" ; "revejeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revejec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revejeci" ;--# notpresent @@ -33462,12 +30672,12 @@ lin revejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revejeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revejecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revejecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revejeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revejeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revejecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revejecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revejeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revejecera" ;--# notpresent @@ -33498,30 +30708,24 @@ lin reverdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reverdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reverdecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reverdecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reverdezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reverdezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reverdezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reverdezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reverdezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reverdezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reverdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reverdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reverdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reverdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reverdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reverdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reverdeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reverdecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reverdeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reverdecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reverdecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reverdecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reverdeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reverdecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reverdeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reverdeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reverdecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reverdecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reverdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reverdecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reverdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reverdecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reverdecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reverdeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reverdecieras" ; "reverdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reverdeciramos" ; "reverdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reverdecierais" ; "reverdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reverdecieran" ; "reverdeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reverdec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reverdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reverdeci" ;--# notpresent @@ -33534,12 +30738,12 @@ lin reverdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reverdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reverdeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reverdecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reverdecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reverdeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reverdecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reverdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reverdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reverdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reverdecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reverdeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reverdecera" ;--# notpresent @@ -33570,30 +30774,24 @@ lin robustecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "robustecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "robustecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "robustecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "robustezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "robustezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "robustezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "robustezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "robustezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "robustezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "robustezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "robustezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "robustezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "robustezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "robustezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "robustezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "robusteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "robustecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "robusteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "robustecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "robustecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "robustecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "robusteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "robustecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "robusteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "robusteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "robustecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "robustecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "robusteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "robustecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "robusteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "robustecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "robustecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "robusteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"robustecieras" ; "robustecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"robusteciramos" ; "robustecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"robustecierais" ; "robustecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"robustecieran" ; "robusteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "robustec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "robusteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "robusteci" ;--# notpresent @@ -33606,12 +30804,12 @@ lin robustecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "robusteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "robusteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "robustecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "robustecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "robusteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "robusteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "robustecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "robustecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "robusteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "robusteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "robustecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "robustecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "robusteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "robustecera" ;--# notpresent @@ -33642,30 +30840,24 @@ lin sobrecrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecrecieras" ; "sobrecrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecreciramos" ; "sobrecrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecrecierais" ; "sobrecrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecrecieran" ; "sobrecreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecreci" ;--# notpresent @@ -33678,12 +30870,12 @@ lin sobrecrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecrecera" ;--# notpresent @@ -33714,30 +30906,24 @@ lin tallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tallecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tallecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tallezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tallezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tallezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tallezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tallezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tallezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "talleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tallecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "talleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tallecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tallecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tallecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "talleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tallecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "talleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "talleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tallecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tallecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "talleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tallecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "talleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tallecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tallecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "talleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tallecieras" ; "tallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"talleciramos" ; "tallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tallecierais" ; "tallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tallecieran" ; "talleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tallec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "talleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "talleci" ;--# notpresent @@ -33750,12 +30936,12 @@ lin tallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "talleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "talleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tallecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "talleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tallecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "talleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "talleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "talleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tallecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "talleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "talleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "talleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "talleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tallecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "talleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tallecera" ;--# notpresent @@ -33786,30 +30972,24 @@ lin tardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tardecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tardecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tardezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tardezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tardezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tardezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tardezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tardezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tardeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tardecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tardeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tardecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tardecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tardecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tardeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tardecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tardeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tardeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tardecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tardecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tardecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tardeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tardecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tardecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tardeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tardecieras" ; "tardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tardeciramos" ; "tardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tardecierais" ; "tardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tardecieran" ; "tardeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tardec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tardeci" ;--# notpresent @@ -33822,12 +31002,12 @@ lin tardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tardeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tardecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tardecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tardeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tardeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tardecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tardecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tardeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tardecera" ;--# notpresent @@ -33858,30 +31038,24 @@ lin trasparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traspareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traspareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "traspareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "traspareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "traspareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasparecieras" ; "trasparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspareciramos" ; "trasparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasparecierais" ; "trasparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasparecieran" ; "traspareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traspareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traspareci" ;--# notpresent @@ -33894,12 +31068,12 @@ lin trasparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traspareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traspareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "traspareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "traspareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "traspareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "traspareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traspareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasparecera" ;--# notpresent @@ -33930,30 +31104,24 @@ lin tullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tullecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tullecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tullezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tullezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tullezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tullezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tullezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tullezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tulleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tullecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tulleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tullecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tullecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tullecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tulleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tullecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tulleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tulleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tullecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tullecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tullecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tulleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tullecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tullecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tulleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tullecieras" ; "tullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tulleciramos" ; "tullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullecierais" ; "tullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tullecieran" ; "tulleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tullec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tulleci" ;--# notpresent @@ -33966,12 +31134,12 @@ lin tullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tulleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tullecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tullecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tulleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tulleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tullecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tullecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tulleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tullecera" ;--# notpresent @@ -34002,30 +31170,24 @@ lin verdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "verdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "verdecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "verdecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "verdezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "verdezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "verdezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "verdezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "verdezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "verdezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "verdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "verdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "verdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "verdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "verdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "verdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "verdeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "verdecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "verdeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "verdecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "verdecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "verdecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "verdeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "verdecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "verdeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "verdeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "verdecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "verdecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "verdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "verdecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "verdeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "verdecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "verdecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "verdeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"verdecieras" ; "verdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"verdeciramos" ; "verdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"verdecierais" ; "verdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"verdecieran" ; "verdeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "verdec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "verdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "verdeci" ;--# notpresent @@ -34038,12 +31200,12 @@ lin verdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "verdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "verdeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "verdecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "verdecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "verdeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "verdeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "verdecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "verdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "verdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "verdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "verdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "verdecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "verdeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "verdecera" ;--# notpresent @@ -34074,30 +31236,24 @@ lin aplacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aplacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aplacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aplazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aplazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aplazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aplazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aplazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aplazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aplazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aplazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aplazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aplazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aplaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aplacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aplaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aplacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aplacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aplacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aplaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aplacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aplaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aplaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aplacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aplacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aplaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aplacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aplaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aplacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aplacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aplaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aplaciera" ; "aplaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aplacieras" ; "aplacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aplaciera" ; "aplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aplaciramos" ; "aplacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aplacierais" ; "aplacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aplacieran" ; "aplaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aplac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aplaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"aplaci" ; "plugo"} ;--# notpresent @@ -34110,12 +31266,12 @@ lin aplacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aplaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aplaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aplacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aplaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aplacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aplaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aplaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aplacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aplaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aplacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aplaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aplaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aplacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aplacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aplaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aplacera" ;--# notpresent @@ -34146,30 +31302,24 @@ lin complacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "complacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "complacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "complacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "complazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "complazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Sub C.Pl C.P1) => -} "complazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "complazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "complazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "complazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "complazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "complazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "complazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "complazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "complaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "complacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "complaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "complacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "complacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "complacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "complaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "complacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "complaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "complaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "complacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "complacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "complaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "complacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "complaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "complacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "complacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "complaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"complaciera" ; "complaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"complacieras" ; "complacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"complaciera" ; "complaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"complaciramos" ; "complacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"complacierais" ; "complacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"complacieran" ; "complaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "complac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "complaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"complaci" ; "plugo"} ;--# notpresent @@ -34182,12 +31332,12 @@ lin complacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "complaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "complaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "complacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "complaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "complacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "complaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "complaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "complacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "complaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "complacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "complaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "complaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "complacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "complacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "complaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "complacera" ;--# notpresent @@ -34218,30 +31368,24 @@ lin desplacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desplacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desplacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desplacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desplazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desplazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desplazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desplazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desplazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desplazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desplazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desplazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desplazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desplazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desplaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desplacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desplaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desplacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desplacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desplacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desplaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desplacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desplaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desplaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desplacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desplacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplaciera" ; "desplaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplacieras" ; "desplacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplaciera" ; "desplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplaciramos" ; "desplacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplacierais" ; "desplacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplacieran" ; "desplaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desplac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desplaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"desplaci" ; "plugo"} ;--# notpresent @@ -34254,12 +31398,12 @@ lin desplacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desplaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desplaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desplacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desplaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desplacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desplaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desplaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desplacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desplaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desplacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desplaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desplaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desplacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desplacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desplaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desplacera" ;--# notpresent @@ -34290,30 +31434,24 @@ lin displacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "displacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "displacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "displacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "displazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "displazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Sub C.Pl C.P1) => -} "displazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "displazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "displazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "displazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "displazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "displazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "displazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "displazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "displaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "displacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "displaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "displacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "displacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "displacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "displaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "displacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "displaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "displaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "displacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "displacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "displaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "displacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "displaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "displacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "displacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "displaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"displaciera" ; "displaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"displacieras" ; "displacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"displaciera" ; "displaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"displaciramos" ; "displacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"displacierais" ; "displacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"displacieran" ; "displaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "displac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "displaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"displaci" ; "plugo"} ;--# notpresent @@ -34326,12 +31464,12 @@ lin displacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "displaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "displaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "displacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "displaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "displacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "displaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "displaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "displacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "displaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "displacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "displaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "displaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "displacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "displacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "displaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "displacera" ;--# notpresent @@ -34362,30 +31500,24 @@ lin placer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "placemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "placis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "placen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "plazca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "plazcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Sub C.Pl C.P1) => -} "plazcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "plazcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "plazcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "placa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "placas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "placa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "placamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "placais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "placan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "placiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "placieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "placiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "placiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "placierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "placieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "placiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "placieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "placiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "placisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "placieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "placiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"placiera" ; "placiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"placieras" ; "placieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"placiera" ; "placiese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"placiramos" ; "placisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"placierais" ; "placieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"placieran" ; "placiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "placiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"placi" ; "plugo"} ;--# notpresent @@ -34398,12 +31530,12 @@ lin placer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "placeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "placeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "placern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "placiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "placieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "placiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "placiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "placieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "placiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "placieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "placiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "placiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "placieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "placera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "placeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "placera" ;--# notpresent @@ -34434,30 +31566,24 @@ lin translucirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "translucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "translucs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "translucen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transluzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transluzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transluzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transluzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transluzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transluzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transluca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "translucas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transluca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "translucamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "translucais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "translucan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transluciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "translucieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transluciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transluciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "translucierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "translucieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "translucieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transluciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "translucisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "translucieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transluciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"translucieras" ; "translucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transluciramos" ; "translucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"translucierais" ; "translucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"translucieran" ; "transluciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transluc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transluci" ;--# notpresent @@ -34470,12 +31596,12 @@ lin translucirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "transluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transluciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "translucirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transluciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "translucieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transluciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transluciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transluciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "translucieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "translucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "translucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "translucira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transluciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "translucira" ;--# notpresent @@ -34506,30 +31632,24 @@ lin aloquecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "aloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aloquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aloquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aloquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aloquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aloquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aloquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aloquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aloquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aloqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aloquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aloqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aloquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aloquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aloquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aloquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aloqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aloqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aloquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aloquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aloquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aloqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aloquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aloquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aloqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aloquecieras" ; "aloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aloqueciramos" ; "aloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aloquecierais" ; "aloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aloquecieran" ; "aloqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aloquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aloqueci" ;--# notpresent @@ -34542,12 +31662,12 @@ lin aloquecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "aloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aloqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aloquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aloquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aloqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aloquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aloquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aloqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aloquecera" ;--# notpresent @@ -34578,30 +31698,24 @@ lin avanecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "avanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avanecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avanecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "avanezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "avanezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "avanezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "avanezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "avanezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "avanezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avaneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avanecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avaneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "avanecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "avanecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avanecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "avaneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "avanecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "avaneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "avaneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "avanecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "avanecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "avaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "avanecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "avaneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "avanecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "avanecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "avaneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avanecieras" ; "avanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avaneciramos" ; "avanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avanecierais" ; "avanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avanecieran" ; "avaneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avanec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "avaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avaneci" ;--# notpresent @@ -34614,12 +31728,12 @@ lin avanecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "avaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avaneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avanecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "avanecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "avaneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "avaneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "avanecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "avaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "avaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avanecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avaneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avanecera" ;--# notpresent @@ -34650,30 +31764,24 @@ lin canecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "canecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "canecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "canecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "canezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "canezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "canezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "canezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "canezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "canezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "canezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "canezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "canezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "canezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "canezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "canezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "caneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "canecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "caneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "canecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "canecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "canecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "caneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "canecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "caneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "caneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "canecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "canecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "caneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "canecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "caneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "canecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "canecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "caneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"canecieras" ; "canecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caneciramos" ; "canecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"canecierais" ; "canecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"canecieran" ; "caneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "canec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "caneci" ;--# notpresent @@ -34686,12 +31794,12 @@ lin canecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "caneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "canecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "caneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "canecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "caneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "caneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "caneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "canecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "caneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "canecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "caneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "caneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "caneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "canecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "canecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "caneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "canecera" ;--# notpresent @@ -34722,30 +31830,24 @@ lin condolecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "condolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condolecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condolecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "condolezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "condolezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "condolezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "condolezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "condolezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "condolezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condoleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condolecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condoleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condolecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condolecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condolecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condoleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condolecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condoleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condoleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condolecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condolecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condolecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolecieras" ; "condolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoleciramos" ; "condolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolecierais" ; "condolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolecieran" ; "condoleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condolec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condoleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condoleci" ;--# notpresent @@ -34758,12 +31860,12 @@ lin condolecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "condoleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condoleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condolecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condolecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condoleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condoleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condolecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condoleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condoleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condolecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condoleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condolecera" ;--# notpresent @@ -34794,30 +31896,24 @@ lin desembebecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desembebecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desembebecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desembebecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desembebezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desembebezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desembebezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desembebezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desembebezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desembebezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desembebezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desembebezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desembebezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desembebezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desembebezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desembebezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desembebeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desembebecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desembebeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desembebecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desembebecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desembebecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desembebeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desembebecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desembebeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desembebeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desembebecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desembebecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembebeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembebecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembebeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembebecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembebecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembebeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembebecieras" ; "desembebecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembebeciramos" ; "desembebecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembebecierais" ; "desembebecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembebecieran" ; "desembebeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desembebec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desembebeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desembebeci" ;--# notpresent @@ -34830,12 +31926,12 @@ lin desembebecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desembebeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desembebeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desembebecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desembebecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desembebeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desembebecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desembebecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desembebeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desembebecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desembebecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desembebeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desembebecera" ;--# notpresent @@ -34866,30 +31962,24 @@ lin desperecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desperecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desperecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desperecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desperezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desperezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desperezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desperezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desperezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desperezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desperezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desperezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desperezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desperezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desperezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desperezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despereca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desperecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despereca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desperecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desperecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desperecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despereciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desperecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despereciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despereciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desperecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desperecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desperecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despereciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desperecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desperecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despereciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desperecieras" ; "desperecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despereciramos" ; "desperecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desperecierais" ; "desperecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desperecieran" ; "despereciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desperec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despereci" ;--# notpresent @@ -34902,12 +31992,12 @@ lin desperecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "despereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despereceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desperecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despereciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desperecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despereciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despereciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despereciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desperecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desperecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desperecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desperecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despereceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desperecera" ;--# notpresent @@ -34938,30 +32028,24 @@ lin eflorecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "eflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "eflorecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "eflorecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "eflorezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "eflorezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "eflorezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "eflorezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "eflorezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "eflorezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "eflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "eflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "eflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "eflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "eflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "eflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "efloreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "eflorecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "efloreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "eflorecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "eflorecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "eflorecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "efloreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "eflorecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "efloreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "efloreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "eflorecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "eflorecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "efloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "eflorecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "efloreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "eflorecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "eflorecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "efloreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eflorecieras" ; "eflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efloreciramos" ; "eflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eflorecierais" ; "eflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eflorecieran" ; "efloreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "eflorec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "efloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "efloreci" ;--# notpresent @@ -34974,12 +32058,12 @@ lin eflorecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "efloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "efloreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "eflorecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "eflorecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "efloreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "efloreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "eflorecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "eflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "efloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "efloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "eflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "eflorecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "efloreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "eflorecera" ;--# notpresent @@ -35010,30 +32094,24 @@ lin embellaquecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "embellaquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embellaquecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embellaquecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embellaquezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embellaquezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embellaquezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embellaquezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embellaquezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embellaquezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embellaquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embellaquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embellaquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embellaquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embellaquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embellaquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embellaqueca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embellaquecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embellaqueca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embellaquecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embellaquecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embellaquecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embellaqueciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embellaquecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embellaqueciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embellaqueciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embellaquecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embellaquecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embellaqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellaquecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embellaqueciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embellaquecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellaquecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embellaqueciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellaquecieras" ; "embellaquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embellaqueciramos" ; "embellaquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellaquecierais" ; "embellaquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellaquecieran" ; "embellaqueciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embellaquec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embellaqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embellaqueci" ;--# notpresent @@ -35046,12 +32124,12 @@ lin embellaquecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "embellaqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embellaqueceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embellaquecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embellaqueciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embellaqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embellaquecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embellaqueceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embellaquecera" ;--# notpresent @@ -35082,30 +32160,24 @@ lin empoltronecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "empoltronecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empoltronecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empoltronecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empoltronezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empoltronezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empoltronezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empoltronezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empoltronezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empoltronezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empoltronezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empoltronezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empoltronezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empoltronezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empoltronezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empoltronezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empoltroneca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empoltronecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empoltroneca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empoltronecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empoltronecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empoltronecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empoltroneciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empoltronecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empoltroneciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empoltroneciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empoltronecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empoltronecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empoltroneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empoltronecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empoltroneciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empoltronecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empoltronecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empoltroneciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empoltronecieras" ; "empoltronecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empoltroneciramos" ; "empoltronecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empoltronecierais" ; "empoltronecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empoltronecieran" ; "empoltroneciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empoltronec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empoltroneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empoltroneci" ;--# notpresent @@ -35118,12 +32190,12 @@ lin empoltronecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "empoltroneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empoltroneceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empoltronecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empoltroneciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empoltroneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empoltronecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empoltroneceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empoltronecera" ;--# notpresent @@ -35154,30 +32226,24 @@ lin encabellecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "encabellecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encabellecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encabellecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encabellezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encabellezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encabellezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encabellezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encabellezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encabellezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encabellezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encabellezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encabellezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encabellezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encabellezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encabellezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encabelleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encabellecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encabelleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encabellecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encabellecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encabellecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encabelleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encabellecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encabelleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encabelleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encabellecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encabellecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encabelleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encabellecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encabelleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encabellecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encabellecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encabelleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encabellecieras" ; "encabellecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encabelleciramos" ; "encabellecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encabellecierais" ; "encabellecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encabellecieran" ; "encabelleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encabellec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encabelleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encabelleci" ;--# notpresent @@ -35190,12 +32256,12 @@ lin encabellecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "encabelleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encabelleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encabellecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encabellecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encabelleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encabellecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encabellecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encabelleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encabellecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encabellecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encabelleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encabellecera" ;--# notpresent @@ -35226,30 +32292,24 @@ lin engrumecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrumecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engrumecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engrumezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engrumezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engrumezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engrumezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engrumezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engrumezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engrumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engrumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engrumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrumeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrumecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrumeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrumecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrumecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrumecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engrumeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engrumecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engrumeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engrumeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engrumecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engrumecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrumecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrumeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrumecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrumecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrumeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrumecieras" ; "engrumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrumeciramos" ; "engrumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrumecierais" ; "engrumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrumecieran" ; "engrumeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engrumec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrumeci" ;--# notpresent @@ -35262,12 +32322,12 @@ lin engrumecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrumeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrumecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engrumecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engrumeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engrumecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrumecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrumeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrumecera" ;--# notpresent @@ -35298,30 +32358,24 @@ lin enmarillecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmarillecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmarillecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmarillezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmarillezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmarillezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmarillezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmarillezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmarillezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmarilleca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmarillecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmarilleca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmarillecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmarillecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmarillecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmarillecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmarilleciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmarilleciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmarillecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmarillecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmarillecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmarilleciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmarillecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmarillecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmarilleciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmarillecieras" ; "enmarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmarilleciramos" ; "enmarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmarillecierais" ; "enmarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmarillecieran" ; "enmarilleciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmarillec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmarilleci" ;--# notpresent @@ -35334,12 +32388,12 @@ lin enmarillecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmarilleceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmarillecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmarilleciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmarillecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmarilleceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmarillecera" ;--# notpresent @@ -35370,30 +32424,24 @@ lin ensilvecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensilvecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensilvecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensilvecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensilvezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensilvezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensilvezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensilvezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensilvezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensilvezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensilvezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensilvezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensilvezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensilvezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensilvezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensilvezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensilveca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensilvecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensilveca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensilvecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensilvecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensilvecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensilveciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensilvecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensilveciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensilveciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensilvecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensilvecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensilveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensilvecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensilveciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensilvecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensilvecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensilveciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensilvecieras" ; "ensilvecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensilveciramos" ; "ensilvecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensilvecierais" ; "ensilvecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensilvecieran" ; "ensilveciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensilvec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensilveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensilveci" ;--# notpresent @@ -35406,12 +32454,12 @@ lin ensilvecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensilveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensilveceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensilvecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensilveciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensilveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensilvecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensilveceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensilvecera" ;--# notpresent @@ -35442,30 +32490,24 @@ lin entigrecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "entigrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entigrecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entigrecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entigrezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entigrezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entigrezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entigrezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entigrezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entigrezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entigrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entigrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entigrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entigrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entigrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entigrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entigreca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entigrecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entigreca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entigrecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entigrecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entigrecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entigreciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entigrecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entigreciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entigreciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entigrecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entigrecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entigreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entigrecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entigreciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entigrecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entigrecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entigreciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entigrecieras" ; "entigrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entigreciramos" ; "entigrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entigrecierais" ; "entigrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entigrecieran" ; "entigreciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entigrec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entigreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entigreci" ;--# notpresent @@ -35478,12 +32520,12 @@ lin entigrecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "entigreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entigreceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entigrecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entigrecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entigreciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entigreciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entigrecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entigrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entigreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entigreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entigrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entigrecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entigreceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entigrecera" ;--# notpresent @@ -35514,30 +32556,24 @@ lin entreparecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "entreparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreparecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreparecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entreparezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entreparezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entreparezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entreparezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entreparezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entreparezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrepareca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreparecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrepareca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreparecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreparecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreparecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entrepareciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entreparecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entrepareciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entrepareciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entreparecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entreparecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreparecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepareciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreparecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreparecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepareciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreparecieras" ; "entreparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepareciramos" ; "entreparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreparecierais" ; "entreparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreparecieran" ; "entrepareciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreparec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrepareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrepareci" ;--# notpresent @@ -35550,12 +32586,12 @@ lin entreparecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrepareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrepareceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreparecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entreparecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entrepareciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entreparecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrepareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreparecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrepareceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreparecera" ;--# notpresent @@ -35586,30 +32622,24 @@ lin escalfecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "escalfecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escalfecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escalfecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escalfezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escalfezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escalfezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escalfezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escalfezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escalfezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escalfezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escalfezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escalfezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escalfezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escalfezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escalfezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escalfeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escalfecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escalfeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escalfecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escalfecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escalfecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escalfeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escalfecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escalfeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escalfeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escalfecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escalfecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escalfeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escalfecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escalfeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escalfecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escalfecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escalfeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escalfecieras" ; "escalfecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escalfeciramos" ; "escalfecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escalfecierais" ; "escalfecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escalfecieran" ; "escalfeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escalfec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escalfeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escalfeci" ;--# notpresent @@ -35622,12 +32652,12 @@ lin escalfecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "escalfeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escalfeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escalfecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escalfecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escalfeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escalfecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escalfecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escalfeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escalfecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escalfecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escalfeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escalfecera" ;--# notpresent @@ -35658,30 +32688,24 @@ lin remostecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "remostecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remostecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remostecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remostezca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remostezcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remostezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remostezcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remostezcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remostezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remostezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remostezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remostezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remostezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remostezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remostezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remosteca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remostecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remosteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remostecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remostecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remostecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remosteciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remostecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remosteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remosteciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remostecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remostecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remosteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remostecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remosteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remostecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remostecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remosteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remostecieras" ; "remostecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remosteciramos" ; "remostecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remostecierais" ; "remostecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remostecieran" ; "remosteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remostec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remosteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remosteci" ;--# notpresent @@ -35694,12 +32718,12 @@ lin remostecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "remosteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remosteceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remostecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remostecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remosteciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remosteciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remostecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remostecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remosteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remosteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remostecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remostecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remosteceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remostecera" ;--# notpresent @@ -35730,30 +32754,24 @@ lin avergonzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "avergonzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avergonzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avergenzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "avergence" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "avergences" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "avergence" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "avergoncemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "avergoncis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "avergencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avergence" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avergences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avergence" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avergoncis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avergencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avergonzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avergonzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avergonzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "avergonzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "avergonzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avergonzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "avergonzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "avergonzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "avergonzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "avergonzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "avergonzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "avergonzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "avergonzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "avergonzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "avergonzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "avergonzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "avergonzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "avergonzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avergonzaras" ; "avergonzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avergonzramos" ; "avergonzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avergonzarais" ; "avergonzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avergonzaran" ; "avergonzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avergonc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "avergonzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avergonz" ;--# notpresent @@ -35766,12 +32784,12 @@ lin avergonzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "avergonzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avergonzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avergonzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "avergonzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "avergonzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "avergonzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "avergonzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avergonzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "avergonzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "avergonzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avergonzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avergonzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avergonzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avergonzara" ;--# notpresent @@ -35803,30 +32821,24 @@ lin astri {- VPB (Pres Ind C.Pl C.P1) => -} "astriimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "astria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "astrias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "astria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "astriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "astriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "astrian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astria" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astrias" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astria" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astriamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astriais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astrian" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "astriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "astrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "astriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "astriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "astrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "astrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "astrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "astrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "astrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astri" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astriiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent @@ -35839,12 +32851,12 @@ lin astri {- VPB (Fut Ind C.Pl C.P1) => -} "astriiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astriiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astriirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "astriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "astrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "astriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "astriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "astriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "astrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astriira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astriiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astriira" ;--# notpresent @@ -35875,30 +32887,24 @@ lin bru {- VPB (Pres Ind C.Pl C.P1) => -} "bruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "brus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bruen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "brua" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "bruas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "brua" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "bruamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "bruis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "bruan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "brua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "brua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bruan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "brua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "brua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "bruera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "brueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "bruera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "bruramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "bruerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "brueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "bruese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "brueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "bruese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "brusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "brueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "bruesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bruera" ; "bruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"brueras" ; "brueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bruera" ; "bruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bruramos" ; "brusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bruerais" ; "brueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"brueran" ; "bruesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bru" ;--# notpresent @@ -35911,12 +32917,12 @@ lin bru {- VPB (Fut Ind C.Pl C.P1) => -} "bruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "bruere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "brueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "bruere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "bruremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "bruereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "brueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "brueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "brueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bruira" ;--# notpresent @@ -35947,30 +32953,24 @@ lin bullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "bulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "bullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "bulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "bullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "bullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "bullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "bullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "bulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "bullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "bullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "bullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "bulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "bullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "bulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "bullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "bullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "bulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "bullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bullera" ; "bullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bulleras" ; "bulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bullera" ; "bullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bullramos" ; "bullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bullerais" ; "bulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bulleran" ; "bullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bull" ;--# notpresent @@ -35983,12 +32983,12 @@ lin bullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "bullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "bulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "bullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "bullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "bullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "bulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bullira" ;--# notpresent @@ -36019,30 +33019,24 @@ lin desmullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmulleras" ; "desmulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmullramos" ; "desmullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmullerais" ; "desmulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmulleran" ; "desmullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmull" ;--# notpresent @@ -36055,12 +33049,12 @@ lin desmullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmullira" ;--# notpresent @@ -36091,30 +33085,24 @@ lin empeller_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empellemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empellis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empellen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empella" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empellas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empella" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empellamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empellis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empella" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empellas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empella" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empellamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empellis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empellan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empella" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empellas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empella" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empellamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empellais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empellan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empellera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empelleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empellera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empellramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empellerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empelleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empellese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empelleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empellese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empellsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empelleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empellesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empellera" ; "empellese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empelleras" ; "empelleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empellera" ; "empellese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empellramos" ; "empellsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empellerais" ; "empelleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empelleran" ; "empellesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empell" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empelliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empell" ;--# notpresent @@ -36127,12 +33115,12 @@ lin empeller_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empelleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empelleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empellern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empellere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empelleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empellere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empellremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empellereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empelleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empellere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empelleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empellere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empellremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empellereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empelleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empellera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empelleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empellera" ;--# notpresent @@ -36163,30 +33151,24 @@ lin engullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engullera" ; "engullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engulleras" ; "engulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engullera" ; "engullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engullramos" ; "engullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engullerais" ; "engulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engulleran" ; "engullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engull" ;--# notpresent @@ -36199,12 +33181,12 @@ lin engullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engullira" ;--# notpresent @@ -36235,30 +33217,24 @@ lin ga {- VPB (Pres Ind C.Pl C.P1) => -} "gaimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gas" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "gaa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "gaas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "gaa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "gaamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "gais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "gaan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gaan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "gaera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "gaeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "gaera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "garamos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "gaerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "gaeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "gaese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "gaeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "gaese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "gasemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "gaeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "gaesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gaera" ; "gaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gaeras" ; "gaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gaera" ; "gaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garamos" ; "gasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gaerais" ; "gaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gaeran" ; "gaesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ga" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gaiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ga" ;--# notpresent @@ -36271,12 +33247,12 @@ lin ga {- VPB (Fut Ind C.Pl C.P1) => -} "gairemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gairis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gairn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "gaere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "gaeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "gaere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "garemos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "gaereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "gaeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "garemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gaeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gaira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gairas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gaira" ;--# notpresent @@ -36307,30 +33283,24 @@ lin gru {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "grus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gruen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "grua" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "gruas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "grua" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "gruamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "gruis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "gruan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "grua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "grua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gruan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "gruera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "grueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "gruera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "gruramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "gruerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "grueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "grueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "grusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "grueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruera" ; "gruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grueras" ; "grueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruera" ; "gruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruramos" ; "grusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruerais" ; "grueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grueran" ; "gruesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gru" ;--# notpresent @@ -36343,12 +33313,12 @@ lin gru {- VPB (Fut Ind C.Pl C.P1) => -} "gruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "gruere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "grueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "gruere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "gruremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "gruereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "grueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "grueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "grueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent @@ -36379,30 +33349,24 @@ lin gua {- VPB (Pres Ind C.Pl C.P1) => -} "guaimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guas" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "guaa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "guaas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "guaa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "guaamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "guais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "guaan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guaan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "guaera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "guaeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "guaera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "guaramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "guaerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "guaeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "guaese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "guaeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "guaese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "guasemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "guaeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "guaesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guaera" ; "guaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guaeras" ; "guaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guaera" ; "guaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guaramos" ; "guasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guaerais" ; "guaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guaeran" ; "guaesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gua" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guaiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gua" ;--# notpresent @@ -36415,12 +33379,12 @@ lin gua {- VPB (Fut Ind C.Pl C.P1) => -} "guairemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guairis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guairn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "guaere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "guaeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "guaere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "guaremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "guaereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "guaeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guaeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guaira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guairas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guaira" ;--# notpresent @@ -36451,30 +33415,24 @@ lin ju {- VPB (Pres Ind C.Pl C.P1) => -} "juimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "juen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "jua" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "juas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "jua" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "juamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "juis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "juan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "juas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "juamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "juis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "juan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "juas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "juamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "juais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "juan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "juera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "jueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "juera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "juramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "juerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "jueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "juese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "jueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "juese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "jusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "jueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "juesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"juera" ; "juese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jueras" ; "jueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"juera" ; "juese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"juramos" ; "jusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"juerais" ; "jueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jueran" ; "juesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ju" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "juiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ju" ;--# notpresent @@ -36487,12 +33445,12 @@ lin ju {- VPB (Fut Ind C.Pl C.P1) => -} "juiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "juiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "juirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "juere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "jueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "juere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "juremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "juereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "jueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "juere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "juere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "juremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "juereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "juira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "juiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "juira" ;--# notpresent @@ -36523,30 +33481,24 @@ lin mullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mullera" ; "mullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mulleras" ; "mulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mullera" ; "mullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mullramos" ; "mullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mullerais" ; "mulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mulleran" ; "mullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mull" ;--# notpresent @@ -36559,12 +33511,12 @@ lin mullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mullira" ;--# notpresent @@ -36595,30 +33547,24 @@ lin mu {- VPB (Pres Ind C.Pl C.P1) => -} "muimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mua" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mua" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "muamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "muis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "muan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "muamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "muis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "muas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "muamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "muais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "muan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "muera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "muera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "muramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "muerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "muese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "muese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "musemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "muesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muera" ; "muese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mueras" ; "mueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muera" ; "muese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muramos" ; "musemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"muerais" ; "mueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mueran" ; "muesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "muiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mu" ;--# notpresent @@ -36631,12 +33577,12 @@ lin mu {- VPB (Fut Ind C.Pl C.P1) => -} "muiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "muiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "muirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "muere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "muere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "muremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "muereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "muere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "muere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "muremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "muereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "muira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "muiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "muira" ;--# notpresent @@ -36667,30 +33613,24 @@ lin pla {- VPB (Pres Ind C.Pl C.P1) => -} "plaimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plas" ; {- VPB (Pres Ind C.Pl C.P3) => -} "plaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "plaa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "plaas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "plaa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "plaamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "plais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "plaan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "plaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plaan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "plaera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "plaeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "plaera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "plaramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "plaerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "plaeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "plaese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "plaeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "plaese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "plasemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "plaeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "plaesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plaera" ; "plaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plaeras" ; "plaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plaera" ; "plaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plaramos" ; "plasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plaerais" ; "plaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plaeran" ; "plaesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pla" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plaiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pla" ;--# notpresent @@ -36703,12 +33643,12 @@ lin pla {- VPB (Fut Ind C.Pl C.P1) => -} "plairemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plairis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plairn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "plaere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "plaeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "plaere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "plaremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "plaereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "plaeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plaeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plaira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plairas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plaira" ;--# notpresent @@ -36739,30 +33679,24 @@ lin rebullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rebullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rebulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rebullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rebulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rebullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rebulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rebullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rebullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rebullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rebulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rebullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rebulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rebullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rebullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rebullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rebulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rebullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rebulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rebullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rebullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rebullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rebullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rebulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rebullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rebullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rebullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rebulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rebullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rebulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rebullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rebullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rebulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rebullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rebulleras" ; "rebulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rebullramos" ; "rebullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rebullerais" ; "rebulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rebulleran" ; "rebullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rebull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rebulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rebull" ;--# notpresent @@ -36775,12 +33709,12 @@ lin rebullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rebulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rebulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rebullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rebullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rebulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rebullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rebullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rebullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rebulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rebullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rebulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rebullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rebullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rebullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rebulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rebullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rebulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rebullira" ;--# notpresent @@ -36811,30 +33745,24 @@ lin rega {- VPB (Pres Ind C.Pl C.P1) => -} "regaimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regas" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "regaa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "regaas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "regaa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "regaamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "regais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "regaan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "regaan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "regaera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "regaeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "regaera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "regaramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "regaerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "regaeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "regaese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "regaeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "regaese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "regasemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "regaeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "regaesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regaera" ; "regaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaeras" ; "regaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regaera" ; "regaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regaramos" ; "regasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regaerais" ; "regaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaeran" ; "regaesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rega" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regaiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rega" ;--# notpresent @@ -36847,12 +33775,12 @@ lin rega {- VPB (Fut Ind C.Pl C.P1) => -} "regairemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regairis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regairn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "regaere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "regaeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "regaere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "regaremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "regaereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "regaeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regaeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regaira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regairas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regaira" ;--# notpresent @@ -36883,30 +33811,24 @@ lin regru {- VPB (Pres Ind C.Pl C.P1) => -} "regruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regruen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "regrua" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "regruas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "regrua" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "regruamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "regruis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "regruan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regrua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regrua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "regruan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "regruera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "regrueras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "regruera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "regruramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "regruerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "regrueran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "regruese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "regrueses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "regruese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "regrusemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "regrueseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "regruesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regruera" ; "regruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regrueras" ; "regrueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regruera" ; "regruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regruramos" ; "regrusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regruerais" ; "regrueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regrueran" ; "regruesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regru" ;--# notpresent @@ -36919,12 +33841,12 @@ lin regru {- VPB (Fut Ind C.Pl C.P1) => -} "regruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "regruere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "regrueres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "regruere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "regruremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "regruereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "regrueren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regrueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regrueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regruira" ;--# notpresent @@ -36955,30 +33877,24 @@ lin remullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remullera" ; "remullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remulleras" ; "remulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remullera" ; "remullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remullramos" ; "remullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remullerais" ; "remulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remulleran" ; "remullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remull" ;--# notpresent @@ -36991,12 +33907,12 @@ lin remullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remullira" ;--# notpresent @@ -37027,30 +33943,24 @@ lin restri {- VPB (Pres Ind C.Pl C.P1) => -} "restriimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restrien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "restria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "restrias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "restria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "restriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "restriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "restrian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restrian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restria" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restrias" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restria" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restriamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restriais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restrian" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "restriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "restrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "restriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "restriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "restrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "restrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "restriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "restrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "restriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "restrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "restrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "restriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restriera" ; "restriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restrieras" ; "restrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restriera" ; "restriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restriramos" ; "restrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restrierais" ; "restrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restrieran" ; "restriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restri" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restriiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restri" ;--# notpresent @@ -37063,12 +33973,12 @@ lin restri {- VPB (Fut Ind C.Pl C.P1) => -} "restriiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restriiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restriirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "restriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "restrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "restriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "restriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "restriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "restrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restriira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restriiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restriira" ;--# notpresent @@ -37099,30 +34009,24 @@ lin reti {- VPB (Pres Ind C.Pl C.P1) => -} "retiimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retiamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retia" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retias" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retia" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retiamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retiais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retian" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reti" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retiiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent @@ -37135,12 +34039,12 @@ lin reti {- VPB (Fut Ind C.Pl C.P1) => -} "retiiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retiiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retiirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retiira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retiiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retiira" ;--# notpresent @@ -37171,30 +34075,24 @@ lin salpullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salpullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "salpulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salpullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "salpulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "salpullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "salpulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "salpullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "salpullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "salpullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salpulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salpullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salpulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salpullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salpullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "salpullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "salpulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salpullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "salpulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salpullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salpullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salpullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "salpullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "salpulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "salpullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "salpullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "salpullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "salpulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpulleras" ; "salpulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpullramos" ; "salpullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpullerais" ; "salpulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpulleran" ; "salpullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "salpull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "salpulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "salpull" ;--# notpresent @@ -37207,12 +34105,12 @@ lin salpullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "salpulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "salpulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "salpullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "salpullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "salpulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "salpullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "salpullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "salpullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "salpulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "salpullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salpulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "salpullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "salpullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "salpullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salpulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "salpullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "salpulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "salpullira" ;--# notpresent @@ -37243,30 +34141,24 @@ lin sarpullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sarpullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sarpulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sarpullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sarpulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sarpullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sarpulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sarpullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sarpullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sarpullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sarpulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sarpullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sarpulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sarpullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sarpullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sarpullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sarpulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sarpullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sarpulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sarpullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sarpullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sarpullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sarpullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sarpulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sarpullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sarpullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sarpullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sarpulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarpullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarpulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarpullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarpullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarpulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarpullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarpulleras" ; "sarpulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarpullramos" ; "sarpullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarpullerais" ; "sarpulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarpulleran" ; "sarpullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sarpull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sarpulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sarpull" ;--# notpresent @@ -37279,12 +34171,12 @@ lin sarpullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sarpulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sarpulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sarpullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sarpulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sarpullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sarpullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sarpulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sarpulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sarpullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sarpullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sarpulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sarpullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sarpulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sarpullira" ;--# notpresent @@ -37315,30 +34207,24 @@ lin ta {- VPB (Pres Ind C.Pl C.P1) => -} "taemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "taen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "taa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "taas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "taa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "taamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "taan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "taa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "taas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "taa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "taamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "taan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "taa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "taas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "taa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "taamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "taais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "taan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "taera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "taeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "taera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "taramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "taerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "taeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "taese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "taeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "taese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tasemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "taeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "taesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"taera" ; "taese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"taeras" ; "taeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"taera" ; "taese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"taramos" ; "tasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"taerais" ; "taeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"taeran" ; "taesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ta" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "taiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ta" ;--# notpresent @@ -37351,12 +34237,12 @@ lin ta {- VPB (Fut Ind C.Pl C.P1) => -} "taeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "taeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "taern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "taere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "taeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "taere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "taremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "taereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "taeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "taere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "taeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "taere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "taremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "taereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "taeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "taera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "taeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "taera" ;--# notpresent @@ -37387,30 +34273,24 @@ lin tullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tullera" ; "tullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tulleras" ; "tulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tullera" ; "tullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tullramos" ; "tullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullerais" ; "tulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tulleran" ; "tullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tull" ;--# notpresent @@ -37423,12 +34303,12 @@ lin tullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tullira" ;--# notpresent @@ -37459,30 +34339,24 @@ lin zabullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zabulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zabullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "zabulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "zabullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "zabulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "zabullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "zabullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "zabullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zabulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zabullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zabulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zabullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zabullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zabullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "zabullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "zabulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "zabullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "zabullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "zabullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "zabulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "zabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "zabulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "zabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "zabullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "zabulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "zabullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zabulleras" ; "zabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zabullramos" ; "zabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zabullerais" ; "zabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zabulleran" ; "zabullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zabull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zabull" ;--# notpresent @@ -37495,12 +34369,12 @@ lin zabullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zabulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zabullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "zabullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "zabulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "zabullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "zabullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "zabullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "zabulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zabullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zabulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zabullira" ;--# notpresent @@ -37531,30 +34405,24 @@ lin zambullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zambullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zambulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zambullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "zambulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "zambullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "zambulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "zambullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "zambullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "zambullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zambulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zambullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zambulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zambullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zambullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zambullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zambulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zambullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zambulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zambullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zambullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zambullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "zambullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "zambulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "zambullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "zambullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "zambullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "zambulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "zambullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "zambulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "zambullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "zambullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "zambulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "zambullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zambulleras" ; "zambulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zambullramos" ; "zambullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zambullerais" ; "zambulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zambulleran" ; "zambullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zambull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zambulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zambull" ;--# notpresent @@ -37567,12 +34435,12 @@ lin zambullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zambulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zambulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zambullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "zambullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "zambulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "zambullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "zambullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "zambullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "zambulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zambullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zambulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zambullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zambullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zambullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zambulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zambullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zambulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zambullira" ;--# notpresent @@ -37603,30 +34471,24 @@ lin descabullirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "descabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descabulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descabullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descabulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descabullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descabulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descabullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descabullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descabullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descabulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descabullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descabulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descabullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descabullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descabullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descabullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descabulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descabullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descabullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descabullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descabulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descabulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descabullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descabulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descabullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descabulleras" ; "descabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descabullramos" ; "descabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descabullerais" ; "descabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descabulleran" ; "descabullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descabull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descabull" ;--# notpresent @@ -37639,12 +34501,12 @@ lin descabullirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "descabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descabulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descabullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descabullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descabulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descabullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descabullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descabullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descabulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descabullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descabulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descabullira" ;--# notpresent @@ -37675,30 +34537,24 @@ lin escabullirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "escabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escabulls" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escabullen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escabulla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escabullas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escabulla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escabullamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escabullis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escabullan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escabulla" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escabullas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escabulla" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escabullamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escabullais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escabullan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escabullera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escabulleras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escabullera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escabullramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escabullerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escabulleran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escabulleses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escabullese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escabullsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escabulleseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escabullesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escabulleras" ; "escabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escabullramos" ; "escabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escabullerais" ; "escabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escabulleran" ; "escabullesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escabull" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escabull" ;--# notpresent @@ -37711,12 +34567,12 @@ lin escabullirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "escabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escabulliris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escabullirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escabullere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escabulleres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escabullere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escabullremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escabullereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escabulleren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escabullira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escabulliras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escabullira" ;--# notpresent @@ -37747,30 +34603,24 @@ lin abstraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abstraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abstraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abstraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abstraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abstrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abstraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abstraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abstraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abstraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abstraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abstrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abstraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abstrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abstrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abstrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abstrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abstrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abstrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstrayeras" ; "abstrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstrayramos" ; "abstraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstrayerais" ; "abstrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstrayeran" ; "abstrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstray" ;--# notpresent @@ -37783,12 +34633,12 @@ lin abstraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abstrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abstrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abstrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abstrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstraera" ;--# notpresent @@ -37819,30 +34669,24 @@ lin atraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atrayeras" ; "atrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atrayramos" ; "atraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atrayerais" ; "atrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atrayeran" ; "atrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atray" ;--# notpresent @@ -37855,12 +34699,12 @@ lin atraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atraera" ;--# notpresent @@ -37891,30 +34735,24 @@ lin caer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "caemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "caen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "caiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "caigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "caiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "caigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "caigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "caigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "caiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "caigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "caiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "caigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "caigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "caigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "caa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "caas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "caa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "caamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "caais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "caan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "caysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cayera" ; "cayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cayeras" ; "cayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cayera" ; "cayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cayramos" ; "caysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cayerais" ; "cayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cayeran" ; "cayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ca" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cay" ;--# notpresent @@ -37927,12 +34765,12 @@ lin caer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "caeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "caern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "caera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "caeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "caera" ;--# notpresent @@ -37963,30 +34801,24 @@ lin contraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrayeras" ; "contrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrayramos" ; "contraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrayerais" ; "contrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrayeran" ; "contrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contray" ;--# notpresent @@ -37999,12 +34831,12 @@ lin contraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contraera" ;--# notpresent @@ -38035,30 +34867,24 @@ lin corroer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "corroemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "corrois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "corroen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "corroa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "corroas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "corroa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "corroamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "corrois" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "corroan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "corroa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "corroas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "corroa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "corroamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "corrois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "corroan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "corroa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "corroas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "corroa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "corroamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "corroais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "corroan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "corroyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "corroyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "corroyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "corroyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "corroyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "corroyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "corroyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "corroyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "corroyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "corroysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "corroyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "corroyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corroyeras" ; "corroyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corroyramos" ; "corroysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corroyerais" ; "corroyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corroyeran" ; "corroyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "corro" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "corroste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "corroy" ;--# notpresent @@ -38071,12 +34897,12 @@ lin corroer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "corroeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "corroeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "corroern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "corroyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "corroyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "corroyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "corroyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "corroyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "corroyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "corroyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "corroyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "corroyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "corroyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "corroyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "corroyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "corroera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "corroeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "corroera" ;--# notpresent @@ -38107,30 +34933,24 @@ lin creer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "creemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "creis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "creen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "crea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "creas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "crea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "creamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "creis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "crean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "crea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "creas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "crea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "creamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "creis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "crean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "crea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "creas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "crea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "creamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "creais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "crean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "creyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "creyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "creyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "creyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "creyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "creyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "creyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "creyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "creyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "creysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "creyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "creyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creyera" ; "creyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"creyeras" ; "creyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creyera" ; "creyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creyramos" ; "creysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"creyerais" ; "creyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"creyeran" ; "creyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "creste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "crey" ;--# notpresent @@ -38143,12 +34963,12 @@ lin creer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "creeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "creeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "creern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "creyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "creyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "creyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "creyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "creyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "creyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "creyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "creyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "creyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "creyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "creyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "creyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "creera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "creeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "creera" ;--# notpresent @@ -38179,30 +34999,24 @@ lin decaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "decaiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "decaigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "decaiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "decaigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "decaigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "decaigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "decaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "decaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "decaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "decayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "decayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "decayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "decayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "decayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "decayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "decayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "decayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "decayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "decaysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "decayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "decayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decayera" ; "decayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decayeras" ; "decayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decayera" ; "decayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decayramos" ; "decaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decayerais" ; "decayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decayeran" ; "decayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deca" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decay" ;--# notpresent @@ -38215,12 +35029,12 @@ lin decaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decaeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decaern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "decayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "decayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "decayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "decayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "decayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "decayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decaera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decaeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decaera" ;--# notpresent @@ -38251,30 +35065,24 @@ lin descaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descaiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descaigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descaiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descaigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descaigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descaigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descaysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descayera" ; "descayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descayeras" ; "descayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descayera" ; "descayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descayramos" ; "descaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descayerais" ; "descayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descayeran" ; "descayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desca" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descay" ;--# notpresent @@ -38287,12 +35095,12 @@ lin descaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descaeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descaern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descaera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descaeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descaera" ;--# notpresent @@ -38323,30 +35131,24 @@ lin descreer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descreemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descreis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descreen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descrea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descreas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descrea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descreamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descreis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descrean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descrea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descreas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descrea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descreamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descreis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descrean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descreyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descreyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descreyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descreyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descreyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descreyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descreyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descreyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descreyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descreysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descreyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descreyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descreyeras" ; "descreyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descreyramos" ; "descreysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descreyerais" ; "descreyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descreyeran" ; "descreyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descreste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descrey" ;--# notpresent @@ -38359,12 +35161,12 @@ lin descreer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descreeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descreeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descreern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descreyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descreyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descreyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descreyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descreyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descreyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descreyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descreyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descreyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descreyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descreyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descreyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descreera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descreeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descreera" ;--# notpresent @@ -38395,30 +35197,24 @@ lin desposeer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desposeemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desposeis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desposeen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desposea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desposeas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desposea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desposeamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desposeis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desposean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desposea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desposeas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desposea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desposeamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desposeis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desposean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desposea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desposeas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desposea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desposeamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desposeais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desposean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desposeyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desposeyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desposeyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desposeyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desposeyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desposeyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desposeyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desposeyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desposeyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desposeysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desposeyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desposeyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desposeyeras" ; "desposeyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desposeyramos" ; "desposeysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desposeyerais" ; "desposeyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desposeyeran" ; "desposeyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despose" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desposeste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desposey" ;--# notpresent @@ -38431,12 +35227,12 @@ lin desposeer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desposeeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desposeeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desposeern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desposeyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desposeyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desposeyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desposeyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desposeyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desposeyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desposeyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desposeyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desposeera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desposeeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desposeera" ;--# notpresent @@ -38467,30 +35263,24 @@ lin desproveer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desproveemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desproveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desproveen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desprovea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desproveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desprovea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desproveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desproveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desprovean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desprovea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desproveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desprovea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desproveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desproveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desprovean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desprovea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desproveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desprovea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desproveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desproveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desprovean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desproveyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desproveyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desproveyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desproveyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desproveyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desproveyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desproveyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desproveyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desproveyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desproveysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desproveyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desproveyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desproveyeras" ; "desproveyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desproveyramos" ; "desproveysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desproveyerais" ; "desproveyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desproveyeran" ; "desproveyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desprove" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desproveste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desprovey" ;--# notpresent @@ -38503,12 +35293,12 @@ lin desproveer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desproveeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desproveeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desproveern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desproveyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desproveyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desproveyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desproveyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desproveyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desproveyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desproveyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desproveyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desproveera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desproveeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desproveera" ;--# notpresent @@ -38539,30 +35329,24 @@ lin detraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "detraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "detraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "detraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "detraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "detrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "detraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "detraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "detraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "detraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "detraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "detrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "detraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "detrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "detrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "detrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "detrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "detrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "detrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "detrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "detrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "detrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "detraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "detrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "detrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detrayeras" ; "detrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detrayramos" ; "detraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detrayerais" ; "detrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detrayeran" ; "detrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detray" ;--# notpresent @@ -38575,12 +35359,12 @@ lin detraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "detrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "detrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "detrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "detrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "detrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "detrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detraera" ;--# notpresent @@ -38611,30 +35395,24 @@ lin distraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "distraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "distraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "distraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "distraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "distrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "distraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "distrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "distrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "distrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "distrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "distrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "distrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "distrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "distrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "distrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "distraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "distrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "distrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distrayeras" ; "distrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distrayramos" ; "distraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distrayerais" ; "distrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distrayeran" ; "distrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distray" ;--# notpresent @@ -38647,12 +35425,12 @@ lin distraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "distrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "distrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "distrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "distrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "distrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "distrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distraera" ;--# notpresent @@ -38683,30 +35461,24 @@ lin extraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "extraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "extraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "extraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "extraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "extrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "extraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "extrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "extrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "extrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "extrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "extrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "extrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "extrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "extrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "extrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "extraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "extrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "extrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extrayeras" ; "extrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extrayramos" ; "extraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extrayerais" ; "extrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extrayeran" ; "extrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extray" ;--# notpresent @@ -38719,12 +35491,12 @@ lin extraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "extrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "extrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "extrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "extrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "extrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "extrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extraera" ;--# notpresent @@ -38755,30 +35527,24 @@ lin leer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "leemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "leis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "leen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "lea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "leas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "lea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "leamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "leis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "lean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "leas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "leamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "leis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "leas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "leamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "leais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "leyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "leyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "leyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "leyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "leyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "leyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "leyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "leyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "leyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "leysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "leyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "leyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"leyera" ; "leyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"leyeras" ; "leyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"leyera" ; "leyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"leyramos" ; "leysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"leyerais" ; "leyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"leyeran" ; "leyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "le" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "leste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ley" ;--# notpresent @@ -38791,12 +35557,12 @@ lin leer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "leeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "leeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "leern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "leyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "leyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "leyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "leyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "leyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "leyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "leyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "leyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "leyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "leyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "leyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "leyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "leera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "leeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "leera" ;--# notpresent @@ -38827,30 +35593,24 @@ lin maltraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "maltraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "maltrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "maltraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "maltraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "maltraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "maltraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "maltraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "maltrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "maltraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "maltraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "maltraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "maltraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "maltraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "maltrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "maltraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "maltraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "maltraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "maltraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "maltraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "maltraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "maltraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "maltrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "maltrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "maltrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "maltrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "maltrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "maltrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "maltrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "maltrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "maltrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "maltraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "maltrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "maltrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"maltrayeras" ; "maltrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maltrayramos" ; "maltraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"maltrayerais" ; "maltrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"maltrayeran" ; "maltrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "maltra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "maltraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "maltray" ;--# notpresent @@ -38863,12 +35623,12 @@ lin maltraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "maltraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "maltraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "maltraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "maltrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "maltrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "maltrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "maltrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "maltrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "maltrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "maltrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "maltrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "maltraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "maltraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "maltraera" ;--# notpresent @@ -38899,30 +35659,24 @@ lin poseer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "poseemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "poseis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "poseen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "posea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "poseas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "posea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "poseamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "poseis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "posean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "posea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "poseas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "posea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "poseamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "poseis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "posean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "posea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "poseas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "posea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "poseamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "poseais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "posean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "poseyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "poseyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "poseyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "poseyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "poseyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "poseyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "poseyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "poseyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "poseyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "poseysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "poseyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "poseyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poseyeras" ; "poseyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poseyramos" ; "poseysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poseyerais" ; "poseyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poseyeran" ; "poseyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pose" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "poseste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "posey" ;--# notpresent @@ -38935,12 +35689,12 @@ lin poseer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "poseeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "poseeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "poseern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "poseyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "poseyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "poseyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "poseyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "poseyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "poseyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "poseyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "poseyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "poseyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "poseyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "poseyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "poseyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "poseera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "poseeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "poseera" ;--# notpresent @@ -38971,30 +35725,24 @@ lin proveer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proveemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proveen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "provea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "proveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "provea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "proveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "proveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "provean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "provea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "proveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "provea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "proveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "proveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "provean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "provea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "provea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "provean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "proveyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "proveyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "proveyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "proveyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "proveyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "proveyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "proveyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "proveyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "proveyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "proveysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "proveyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "proveyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proveyeras" ; "proveyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proveyramos" ; "proveysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proveyerais" ; "proveyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proveyeran" ; "proveyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prove" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proveste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "provey" ;--# notpresent @@ -39007,12 +35755,12 @@ lin proveer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proveeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proveeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proveern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "proveyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "proveyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "proveyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "proveyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "proveyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "proveyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proveyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "proveyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proveyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proveyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proveyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "proveyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proveera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proveeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proveera" ;--# notpresent @@ -39043,30 +35791,24 @@ lin recaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recaen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recaiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recaigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recaiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recaigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recaigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recaigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recaa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recaas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recaa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recaamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recaais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recaan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recaysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recayera" ; "recayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recayeras" ; "recayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recayera" ; "recayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recayramos" ; "recaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recayerais" ; "recayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recayeran" ; "recayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reca" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recay" ;--# notpresent @@ -39079,12 +35821,12 @@ lin recaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recaeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recaern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recaera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recaeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recaera" ;--# notpresent @@ -39115,30 +35857,24 @@ lin releer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "releemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "releis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "releen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "relea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "releas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "relea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "releamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "releis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "relean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "relea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "releas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "relea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "releamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "releis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "relean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "relea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "releas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "relea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "releamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "releais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "relean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "releyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "releyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "releyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "releyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "releyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "releyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "releyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "releyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "releyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "releysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "releyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "releyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"releyera" ; "releyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"releyeras" ; "releyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"releyera" ; "releyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"releyramos" ; "releysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"releyerais" ; "releyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"releyeran" ; "releyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rele" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "releste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reley" ;--# notpresent @@ -39151,12 +35887,12 @@ lin releer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "releeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "releeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "releern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "releyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "releyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "releyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "releyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "releyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "releyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "releyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "releyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "releyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "releyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "releyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "releyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "releera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "releeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "releera" ;--# notpresent @@ -39187,30 +35923,24 @@ lin retraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrayeras" ; "retrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrayramos" ; "retraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrayerais" ; "retrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrayeran" ; "retrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retray" ;--# notpresent @@ -39223,12 +35953,12 @@ lin retraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retraera" ;--# notpresent @@ -39259,30 +35989,24 @@ lin retrotraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retrotraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retrotrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retrotraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retrotraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retrotraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retrotraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retrotraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retrotrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retrotraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retrotraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retrotraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retrotraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retrotraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retrotrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retrotraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retrotraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retrotraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retrotraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retrotraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retrotraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retrotraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retrotrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retrotrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retrotrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retrotrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retrotrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retrotrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrotrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrotrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrotrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retrotraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrotrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrotrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrotrayeras" ; "retrotrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrotrayramos" ; "retrotraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrotrayerais" ; "retrotrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrotrayeran" ; "retrotrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retrotra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retrotraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retrotray" ;--# notpresent @@ -39295,12 +36019,12 @@ lin retrotraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retrotraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retrotraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retrotraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retrotrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retrotrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retrotraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retrotraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retrotraera" ;--# notpresent @@ -39331,30 +36055,24 @@ lin roer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "roemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "roen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "roa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "roas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "roa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "roamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rois" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "roan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "roa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "roas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "roa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "roamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "roan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "roa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "roas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "roa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "roamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "roais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "roan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "royera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "royeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "royera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "royramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "royerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "royeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "royese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "royeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "royese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "roysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "royeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "royesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"royera" ; "royese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"royeras" ; "royeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"royera" ; "royese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"royramos" ; "roysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"royerais" ; "royeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"royeran" ; "royesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ro" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "roste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "roy" ;--# notpresent @@ -39367,12 +36085,12 @@ lin roer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "roeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "roeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "roern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "royere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "royeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "royere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "royremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "royereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "royeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "royere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "royeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "royere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "royremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "royereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "royeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "roera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "roeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "roera" ;--# notpresent @@ -39403,30 +36121,24 @@ lin sobreseer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreseemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreseis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreseen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobresea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobreseas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobresea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobreseamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobreseis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobresean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreseas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreseamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreseis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreseas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreseamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreseais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobreseyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobreseyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobreseyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobreseyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobreseyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobreseyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreseyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreseyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreseyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreseysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreseyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreseyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreseyeras" ; "sobreseyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreseyramos" ; "sobreseysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreseyerais" ; "sobreseyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreseyeran" ; "sobreseyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrese" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreseste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresey" ;--# notpresent @@ -39439,12 +36151,12 @@ lin sobreseer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreseeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreseeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreseern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobreseyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreseyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreseera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreseeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreseera" ;--# notpresent @@ -39475,30 +36187,24 @@ lin substraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "substraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "substrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "substraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "substraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "substraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "substraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "substraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "substrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "substraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "substraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "substraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "substraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "substraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "substrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "substraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "substraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "substraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "substraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "substraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "substraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "substraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "substrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "substrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "substrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "substrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "substrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "substrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "substrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "substrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "substrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "substraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "substrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "substrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substrayeras" ; "substrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substrayramos" ; "substraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substrayerais" ; "substrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substrayeran" ; "substrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "substra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "substraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "substray" ;--# notpresent @@ -39511,12 +36217,12 @@ lin substraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "substraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "substraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "substraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "substrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "substrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "substrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "substrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "substrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "substrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "substrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "substrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "substrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "substrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "substrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "substrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "substraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "substraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "substraera" ;--# notpresent @@ -39547,30 +36253,24 @@ lin sustraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sustraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sustrais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sustraen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sustraa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sustraas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sustraa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sustraamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sustrais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sustraan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sustraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sustraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sustraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sustraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sustrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sustraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sustraa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sustraas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sustraa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sustraamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sustraais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sustraan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sustrayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sustrayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sustrayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sustrayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sustrayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sustrayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustrayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustrayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustraysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustrayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustrayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustrayeras" ; "sustrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustrayramos" ; "sustraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustrayerais" ; "sustrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustrayeran" ; "sustrayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sustra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sustraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sustray" ;--# notpresent @@ -39583,12 +36283,12 @@ lin sustraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sustraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sustraeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sustraern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sustrayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sustrayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sustrayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sustrayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sustrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sustrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sustrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sustrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sustraera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sustraeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sustraera" ;--# notpresent @@ -39619,30 +36319,24 @@ lin traer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "traa" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "traas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "traa" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "traamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trais" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "traan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "traa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "traa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "traysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trayera" ; "trayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trayeras" ; "trayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trayera" ; "trayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trayramos" ; "traysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trayerais" ; "trayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trayeran" ; "trayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tray" ;--# notpresent @@ -39655,12 +36349,12 @@ lin traer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traera" ;--# notpresent @@ -39691,30 +36385,24 @@ lin cocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cueza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cuezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cueza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cozamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cozis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cuezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cociera" ; "cociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cocieras" ; "cocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cociera" ; "cociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cociramos" ; "cocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cocierais" ; "cocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cocieran" ; "cociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coci" ;--# notpresent @@ -39727,12 +36415,12 @@ lin cocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cocera" ;--# notpresent @@ -39763,30 +36451,24 @@ lin descocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descueza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descueza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descozamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descozis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descociera" ; "descociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descocieras" ; "descocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descociera" ; "descociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descociramos" ; "descocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descocierais" ; "descocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descocieran" ; "descociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descoci" ;--# notpresent @@ -39799,12 +36481,12 @@ lin descocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descocera" ;--# notpresent @@ -39835,30 +36517,24 @@ lin destorcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destorcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destorcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destuercen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destuerza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destuerzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destuerza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "destorzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "destorzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destorzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destorzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destorca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destorcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destorca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destorcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destorcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destorcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "destorciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "destorcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "destorciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "destorciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "destorcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "destorcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "destorciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "destorcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "destorciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "destorcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "destorcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "destorciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destorcieras" ; "destorcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destorciramos" ; "destorcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destorcierais" ; "destorcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destorcieran" ; "destorciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destorc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destorciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destorci" ;--# notpresent @@ -39871,12 +36547,12 @@ lin destorcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destorceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destorceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destorcern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "destorciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "destorcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "destorciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "destorciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "destorciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "destorcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destorciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destorcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destorciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destorciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destorciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destorcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destorcera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destorceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destorcera" ;--# notpresent @@ -39907,30 +36583,24 @@ lin escocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escuecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escueza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escuezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escueza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escozamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escozis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escuezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escociera" ; "escociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escocieras" ; "escocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escociera" ; "escociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escociramos" ; "escocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escocierais" ; "escocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escocieran" ; "escociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escoci" ;--# notpresent @@ -39943,12 +36613,12 @@ lin escocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escocera" ;--# notpresent @@ -39979,30 +36649,24 @@ lin recocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recueza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recuezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recueza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recozamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recozis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recuezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recoca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recocas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recoca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recocamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recocais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recocan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recociera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recocieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recociera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recociramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recocierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recocieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recociese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recocieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recociese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recocisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recocieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recociesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recociera" ; "recociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recocieras" ; "recocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recociera" ; "recociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recociramos" ; "recocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recocierais" ; "recocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recocieran" ; "recociesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recoc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recoci" ;--# notpresent @@ -40015,12 +36679,12 @@ lin recocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recoceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recocern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recociere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recocieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recociere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recociremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recociereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recocieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recocera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recoceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recocera" ;--# notpresent @@ -40051,30 +36715,24 @@ lin retorcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retorcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retorcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retuercen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retuerza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retuerzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retuerza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retorzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retorzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retorzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retorzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retorca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retorcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retorca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retorcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retorcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retorcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retorciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retorcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retorciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retorciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retorcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retorcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retorciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retorcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retorciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retorcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retorcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retorciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retorcieras" ; "retorcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retorciramos" ; "retorcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retorcierais" ; "retorcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retorcieran" ; "retorciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retorc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retorciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retorci" ;--# notpresent @@ -40087,12 +36745,12 @@ lin retorcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retorceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retorceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retorcern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retorciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retorcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retorciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retorciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retorciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retorcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retorciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retorcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retorciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retorciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retorciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retorcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retorcera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retorceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retorcera" ;--# notpresent @@ -40123,30 +36781,24 @@ lin torcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "torcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "torcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuercen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tuerza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tuerzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tuerza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "torzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "torzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "torzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "torzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "torca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "torcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "torca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "torcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "torcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "torcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "torciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "torcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "torciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "torciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "torcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "torcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "torciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "torcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "torciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "torcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "torcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "torciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"torciera" ; "torciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"torcieras" ; "torcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"torciera" ; "torciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"torciramos" ; "torcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"torcierais" ; "torcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"torcieran" ; "torciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "torc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "torciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "torci" ;--# notpresent @@ -40159,12 +36811,12 @@ lin torcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "torceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "torceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "torcern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "torciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "torcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "torciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "torciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "torciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "torcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "torciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "torcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "torciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "torciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "torciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "torcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "torcera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "torceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "torcera" ;--# notpresent @@ -40195,30 +36847,24 @@ lin abnegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abnegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abnegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abniegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abniegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abniegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abniegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abneguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abneguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abnieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abneguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abnieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abnegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abnegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abnegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abnegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abnegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abnegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abnegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abnegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abnegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abnegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abnegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abnegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abnegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abnegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abnegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abnegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abnegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abnegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abnegaras" ; "abnegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abnegramos" ; "abnegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abnegarais" ; "abnegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abnegaran" ; "abnegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abnegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abnegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abneg" ;--# notpresent @@ -40231,12 +36877,12 @@ lin abnegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abnegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abnegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abnegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abnegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abnegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abnegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abnegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abnegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abnegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abnegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abnegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abnegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abnegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abnegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abnegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abnegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abnegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abnegara" ;--# notpresent @@ -40267,30 +36913,24 @@ lin almorzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "almorzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "almorzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "almuerzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "almuerce" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "almuerces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "almuerce" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "almorcemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "almorcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "almuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "almuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "almuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "almuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "almorcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "almorcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "almuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "almorzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "almorzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "almorzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "almorzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "almorzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "almorzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "almorzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "almorzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "almorzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "almorzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "almorzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "almorzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "almorzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "almorzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "almorzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "almorzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "almorzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "almorzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"almorzaras" ; "almorzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"almorzramos" ; "almorzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"almorzarais" ; "almorzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"almorzaran" ; "almorzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "almorc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "almorzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "almorz" ;--# notpresent @@ -40303,12 +36943,12 @@ lin almorzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "almorzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "almorzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "almorzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "almorzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "almorzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "almorzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "almorzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "almorzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "almorzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "almorzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "almorzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "almorzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "almorzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "almorzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "almorzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "almorzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "almorzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "almorzara" ;--# notpresent @@ -40339,30 +36979,24 @@ lin alongar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "alongamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "alongis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aluengan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aluengue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aluengues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aluengue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "alonguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "alonguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aluenguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aluengue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aluengues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aluengue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "alonguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "alonguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aluenguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "alongaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "alongabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "alongaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "alongbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "alongabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "alongaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "alongara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "alongaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "alongara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "alongramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "alongarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "alongaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "alongase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "alongases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "alongase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "alongsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "alongaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "alongasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alongara" ; "alongase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alongaras" ; "alongases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alongara" ; "alongase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alongramos" ; "alongsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alongarais" ; "alongaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alongaran" ; "alongasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "alongu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "alongaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "along" ;--# notpresent @@ -40375,12 +37009,12 @@ lin alongar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "alongaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "alongaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "alongarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "alongare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "alongares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "alongare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "alongremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "alongareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "alongaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "alongare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "alongares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "alongare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "alongremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "alongareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "alongaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "alongara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "alongaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "alongara" ;--# notpresent @@ -40411,30 +37045,24 @@ lin cegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ciegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ciegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ciegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ceguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ceguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ciegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ciegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ceguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ceguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cegara" ; "cegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cegaras" ; "cegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cegara" ; "cegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cegramos" ; "cegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cegarais" ; "cegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cegaran" ; "cegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ceg" ;--# notpresent @@ -40447,12 +37075,12 @@ lin cegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cegara" ;--# notpresent @@ -40483,30 +37111,24 @@ lin clocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "clocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "clocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cluecan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "clueque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "clueques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "clueque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cloquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cloquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cluequen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "clueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "clueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "clueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cloquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cloquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cluequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "clocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "clocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "clocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "clocbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "clocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "clocaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "clocara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "clocaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "clocara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "clocramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "clocarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "clocaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "clocase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "clocases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "clocase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "clocsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "clocaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "clocasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clocara" ; "clocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clocaras" ; "clocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clocara" ; "clocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clocramos" ; "clocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clocarais" ; "clocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clocaran" ; "clocasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cloqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "clocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cloc" ;--# notpresent @@ -40519,12 +37141,12 @@ lin clocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "clocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "clocaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "clocarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "clocare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "clocares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "clocare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "clocremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "clocareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "clocaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "clocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "clocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "clocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "clocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "clocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "clocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "clocara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "clocaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "clocara" ;--# notpresent @@ -40555,30 +37177,24 @@ lin colgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colgis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuelgan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cuelgue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cuelgues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cuelgue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "colguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "colguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cuelguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colgbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colgaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "colgara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "colgaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "colgara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "colgramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "colgarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "colgaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "colgase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "colgases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "colgase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "colgsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "colgaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "colgasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colgara" ; "colgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colgaras" ; "colgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colgara" ; "colgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colgramos" ; "colgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colgarais" ; "colgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colgaran" ; "colgasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colgu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colg" ;--# notpresent @@ -40591,12 +37207,12 @@ lin colgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colgaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colgarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "colgare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "colgares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "colgare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "colgremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "colgareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "colgaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colgara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colgaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colgara" ;--# notpresent @@ -40627,30 +37243,24 @@ lin comenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comenzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comienzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "comience" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "comiences" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "comience" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "comencemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "comencis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "comiencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comencis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comenzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comenzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "comenzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "comenzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "comenzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "comenzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "comenzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "comenzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "comenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "comenzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "comenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "comenzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "comenzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "comenzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comenzaras" ; "comenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comenzramos" ; "comenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comenzarais" ; "comenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comenzaran" ; "comenzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comenc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comenz" ;--# notpresent @@ -40663,12 +37273,12 @@ lin comenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "comenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comenzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comenzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "comenzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "comenzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "comenzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "comenzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "comenzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "comenzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comenzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comenzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comenzara" ;--# notpresent @@ -40699,30 +37309,24 @@ lin denegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "denegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "denegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deniegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deniegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deniegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deniegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deneguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deneguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "denieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deneguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "denieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "denegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "denegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "denegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "denegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "denegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "denegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "denegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "denegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "denegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "denegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "denegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "denegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "denegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "denegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "denegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "denegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "denegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "denegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denegara" ; "denegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denegaras" ; "denegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denegara" ; "denegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denegramos" ; "denegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denegarais" ; "denegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denegaran" ; "denegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "denegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "denegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deneg" ;--# notpresent @@ -40735,12 +37339,12 @@ lin denegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "denegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "denegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "denegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "denegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "denegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "denegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "denegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "denegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "denegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "denegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "denegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "denegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "denegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "denegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "denegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "denegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "denegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "denegara" ;--# notpresent @@ -40771,30 +37375,24 @@ lin derrenegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrenegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrenegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derreniegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "derreniegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "derreniegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "derreniegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "derreneguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "derreneguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "derrenieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derreniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derreniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derreniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derreneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derreneguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derrenieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrenegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrenegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrenegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrenegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrenegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrenegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "derrenegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "derrenegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "derrenegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "derrenegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "derrenegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "derrenegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrenegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrenegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrenegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrenegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrenegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrenegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrenegaras" ; "derrenegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrenegramos" ; "derrenegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrenegarais" ; "derrenegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrenegaran" ; "derrenegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrenegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrenegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derreneg" ;--# notpresent @@ -40807,12 +37405,12 @@ lin derrenegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrenegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrenegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrenegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "derrenegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "derrenegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "derrenegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "derrenegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrenegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrenegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrenegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrenegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrenegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrenegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrenegara" ;--# notpresent @@ -40843,30 +37441,24 @@ lin derrengar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrengamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrengis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derriengan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "derriengue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "derriengues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "derriengue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "derrenguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "derrenguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "derrienguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derriengue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derriengues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derriengue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derrenguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derrenguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derrienguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrengaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrengabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrengaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrengbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrengabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrengaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "derrengara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "derrengaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "derrengara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "derrengramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "derrengarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "derrengaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrengase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrengases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrengase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrengsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrengaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrengasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrengaras" ; "derrengases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrengramos" ; "derrengsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrengarais" ; "derrengaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrengaran" ; "derrengasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrengu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrengaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derreng" ;--# notpresent @@ -40879,12 +37471,12 @@ lin derrengar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrengaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrengaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrengarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "derrengare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "derrengares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "derrengare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "derrengremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "derrengareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "derrengaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrengare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrengares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrengare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrengremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrengareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrengaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrengara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrengaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrengara" ;--# notpresent @@ -40915,30 +37507,24 @@ lin desasosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desasosegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasosiegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desasosiegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desasosiegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desasosiegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desasoseguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desasoseguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desasosieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasoseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasoseguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desasosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasosegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasosegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desasosegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desasosegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desasosegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desasosegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desasosegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desasosegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasosegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasosegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasosegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasosegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasosegaras" ; "desasosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasosegramos" ; "desasosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasosegarais" ; "desasosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasosegaran" ; "desasosegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desasosegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasoseg" ;--# notpresent @@ -40951,12 +37537,12 @@ lin desasosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasosegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasosegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desasosegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desasosegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desasosegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desasosegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasosegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasosegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasosegara" ;--# notpresent @@ -40987,30 +37573,24 @@ lin descolgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descolgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descolgis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuelgan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descuelgue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuelgues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descuelgue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descolguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descolguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuelguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descolguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descolguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descolgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descolgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descolgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descolgbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descolgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descolgaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descolgara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descolgaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descolgara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descolgramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descolgarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descolgaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descolgase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descolgases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descolgase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descolgsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descolgaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descolgasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descolgaras" ; "descolgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descolgramos" ; "descolgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descolgarais" ; "descolgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descolgaran" ; "descolgasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descolgu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descolgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descolg" ;--# notpresent @@ -41023,12 +37603,12 @@ lin descolgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descolgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descolgaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descolgarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descolgare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descolgares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descolgare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descolgremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descolgareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descolgaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descolgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descolgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descolgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descolgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descolgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descolgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descolgara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descolgaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descolgara" ;--# notpresent @@ -41059,30 +37639,24 @@ lin desosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desosegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desosiegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desosiegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desosiegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desosiegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desoseguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desoseguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desosieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoseguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desosegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desosegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desosegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desosegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desosegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desosegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desosegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desosegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desosegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosegaras" ; "desosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosegramos" ; "desosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosegarais" ; "desosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosegaran" ; "desosegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desosegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoseg" ;--# notpresent @@ -41095,12 +37669,12 @@ lin desosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desosegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desosegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desosegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desosegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desosegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desosegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desosegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desosegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desosegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desosegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desosegara" ;--# notpresent @@ -41131,30 +37705,24 @@ lin despezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despezis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiezan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despiece" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despieces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despiece" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despecemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despecis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despiecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despecis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despezbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despezaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despezara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despezaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despezara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despezramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despezarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despezaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despezase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despezases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despezase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despezsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despezaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despezasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despezara" ; "despezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despezaras" ; "despezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despezara" ; "despezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despezramos" ; "despezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despezarais" ; "despezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despezaran" ; "despezasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despez" ;--# notpresent @@ -41167,12 +37735,12 @@ lin despezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despezaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despezarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despezare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despezares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despezare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despezremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despezareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despezaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despezara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despezaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despezara" ;--# notpresent @@ -41203,30 +37771,24 @@ lin desplegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desplegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desplegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despliegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despliegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despliegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despliegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despleguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despleguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desplieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despleguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desplieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desplegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desplegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desplegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desplegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desplegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desplegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desplegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desplegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desplegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desplegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desplegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desplegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplegaras" ; "desplegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplegramos" ; "desplegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplegarais" ; "desplegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplegaran" ; "desplegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desplegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desplegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despleg" ;--# notpresent @@ -41239,12 +37801,12 @@ lin desplegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desplegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desplegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desplegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desplegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desplegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desplegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desplegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desplegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desplegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desplegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desplegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desplegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desplegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desplegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desplegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desplegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desplegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desplegara" ;--# notpresent @@ -41275,30 +37837,24 @@ lin empezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empezis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empiezan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empiece" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empieces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empiece" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empecemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empecis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empiecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empecis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empezbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empezaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empezara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empezaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empezara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empezramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empezarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empezaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empezase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empezases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empezase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empezsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empezaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empezasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empezara" ; "empezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empezaras" ; "empezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empezara" ; "empezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empezramos" ; "empezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empezarais" ; "empezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empezaran" ; "empezasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empez" ;--# notpresent @@ -41311,12 +37867,12 @@ lin empezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empezaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empezarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empezare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empezares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empezare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empezremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empezareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empezaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empezara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empezaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empezara" ;--# notpresent @@ -41347,30 +37903,24 @@ lin emporcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emporcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emporcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empuercan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empuerque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empuerques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empuerque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emporquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emporquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empuerquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empuerque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empuerques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empuerque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emporquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emporquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empuerquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emporcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emporcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emporcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emporcbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emporcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emporcaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emporcara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emporcaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emporcara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emporcramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emporcarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emporcaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emporcase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emporcases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emporcase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emporcsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emporcaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emporcasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emporcaras" ; "emporcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emporcramos" ; "emporcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emporcarais" ; "emporcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emporcaran" ; "emporcasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emporqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emporcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emporc" ;--# notpresent @@ -41383,12 +37933,12 @@ lin emporcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emporcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emporcaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emporcarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emporcare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emporcares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emporcare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emporcremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emporcareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emporcaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emporcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emporcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emporcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emporcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emporcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emporcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emporcara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emporcaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emporcara" ;--# notpresent @@ -41419,30 +37969,24 @@ lin enclocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enclocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enclocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encluecan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enclueque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enclueques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enclueque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encloquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encloquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encluequen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enclueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enclueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enclueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encloquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encloquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encluequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enclocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enclocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enclocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enclocbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enclocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enclocaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enclocara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enclocaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enclocara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enclocramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enclocarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enclocaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enclocase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enclocases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enclocase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enclocsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enclocaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enclocasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enclocaras" ; "enclocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enclocramos" ; "enclocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enclocarais" ; "enclocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enclocaran" ; "enclocasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encloqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enclocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encloc" ;--# notpresent @@ -41455,12 +37999,12 @@ lin enclocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enclocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enclocaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enclocarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enclocare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enclocares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enclocare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enclocremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enclocareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enclocaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enclocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enclocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enclocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enclocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enclocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enclocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enclocara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enclocaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enclocara" ;--# notpresent @@ -41491,30 +38035,24 @@ lin enlenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlenzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlienzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enlience" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enliences" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enlience" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enlencemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enlencis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enliencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enliences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlencis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enliencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlenzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlenzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enlenzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enlenzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enlenzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enlenzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enlenzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enlenzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlenzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlenzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlenzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlenzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlenzaras" ; "enlenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlenzramos" ; "enlenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlenzarais" ; "enlenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlenzaran" ; "enlenzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlenc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlenz" ;--# notpresent @@ -41527,12 +38065,12 @@ lin enlenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlenzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlenzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enlenzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enlenzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enlenzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enlenzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlenzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlenzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlenzara" ;--# notpresent @@ -41563,30 +38101,24 @@ lin enrocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruecan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enrueque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enrueques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enrueque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enroquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enroquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enruequen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enroquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enroquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enruequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrocbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrocaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrocara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrocaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrocara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrocramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrocarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrocaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrocase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrocases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrocase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrocsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrocaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrocasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrocaras" ; "enrocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrocramos" ; "enrocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrocarais" ; "enrocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrocaran" ; "enrocasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enroqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enroc" ;--# notpresent @@ -41599,12 +38131,12 @@ lin enrocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrocaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrocarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrocare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrocares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrocare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrocremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrocareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrocaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrocara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrocaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrocara" ;--# notpresent @@ -41635,30 +38167,24 @@ lin esforzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esforzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esforzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esfuerzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "esfuerce" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "esfuerces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "esfuerce" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "esforcemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "esforcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "esfuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esfuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esfuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esfuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esforcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esforcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esfuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esforzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esforzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esforzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esforzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esforzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esforzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "esforzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "esforzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "esforzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "esforzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "esforzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "esforzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "esforzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "esforzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "esforzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "esforzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "esforzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "esforzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esforzaras" ; "esforzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esforzramos" ; "esforzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esforzarais" ; "esforzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esforzaran" ; "esforzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esforc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esforzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esforz" ;--# notpresent @@ -41671,12 +38197,12 @@ lin esforzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esforzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esforzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esforzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "esforzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "esforzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "esforzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "esforzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "esforzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "esforzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esforzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esforzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esforzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esforzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esforzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esforzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esforzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esforzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esforzara" ;--# notpresent @@ -41707,30 +38233,24 @@ lin estregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estriegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "estriegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "estriegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "estriegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estreguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estreguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estrieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estreguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estregara" ; "estregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estregaras" ; "estregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estregara" ; "estregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estregramos" ; "estregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estregarais" ; "estregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estregaran" ; "estregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estreg" ;--# notpresent @@ -41743,12 +38263,12 @@ lin estregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estregara" ;--# notpresent @@ -41779,30 +38299,24 @@ lin forzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "forzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "forzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fuerzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fuerce" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fuerces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fuerce" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "forcemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "forcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "forcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "forcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "forzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "forzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "forzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "forzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "forzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "forzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "forzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "forzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "forzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "forzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "forzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "forzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "forzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "forzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "forzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "forzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "forzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "forzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"forzara" ; "forzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"forzaras" ; "forzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"forzara" ; "forzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"forzramos" ; "forzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"forzarais" ; "forzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"forzaran" ; "forzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "forc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "forzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "forz" ;--# notpresent @@ -41815,12 +38329,12 @@ lin forzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "forzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "forzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "forzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "forzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "forzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "forzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "forzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "forzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "forzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "forzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "forzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "forzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "forzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "forzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "forzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "forzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "forzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "forzara" ;--# notpresent @@ -41851,30 +38365,24 @@ lin fregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "friegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "friegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "friegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "friegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "freguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "freguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "frieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "friegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "friegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "friegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "freguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "freguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "frieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fregara" ; "fregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fregaras" ; "fregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fregara" ; "fregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fregramos" ; "fregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fregarais" ; "fregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fregaran" ; "fregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "freg" ;--# notpresent @@ -41887,12 +38395,12 @@ lin fregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fregara" ;--# notpresent @@ -41923,30 +38431,24 @@ lin holgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "holgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "holgis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huelgan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "huelgue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "huelgues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "huelgue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "holguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "holguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "huelguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "holguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "holguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "huelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "holgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "holgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "holgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "holgbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "holgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "holgaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "holgara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "holgaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "holgara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "holgramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "holgarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "holgaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "holgase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "holgases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "holgase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "holgsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "holgaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "holgasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holgara" ; "holgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holgaras" ; "holgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holgara" ; "holgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holgramos" ; "holgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holgarais" ; "holgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holgaran" ; "holgasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "holgu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "holgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "holg" ;--# notpresent @@ -41959,12 +38461,12 @@ lin holgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "holgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "holgaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "holgarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "holgare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "holgares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "holgare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "holgremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "holgareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "holgaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "holgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "holgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "holgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "holgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "holgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "holgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "holgara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "holgaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "holgara" ;--# notpresent @@ -41995,30 +38497,24 @@ lin jimenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jimenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jimenzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "jimienzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "jimience" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "jimiences" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "jimience" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "jimencemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "jimencis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "jimiencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jimience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "jimiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jimience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "jimencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "jimencis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "jimiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jimenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jimenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jimenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jimenzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jimenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jimenzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "jimenzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "jimenzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "jimenzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "jimenzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "jimenzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "jimenzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "jimenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "jimenzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "jimenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "jimenzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "jimenzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "jimenzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jimenzaras" ; "jimenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jimenzramos" ; "jimenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jimenzarais" ; "jimenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jimenzaran" ; "jimenzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jimenc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jimenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jimenz" ;--# notpresent @@ -42031,12 +38527,12 @@ lin jimenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jimenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jimenzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jimenzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "jimenzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "jimenzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "jimenzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "jimenzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jimenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jimenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jimenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jimenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jimenzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jimenzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jimenzara" ;--# notpresent @@ -42067,30 +38563,24 @@ lin jugar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jugamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jugis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "juegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "juegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "juegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "juegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "juguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "juguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "jueguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "juegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "juegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "juegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "juguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "juguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "jueguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jugaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jugabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jugaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jugbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jugabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jugaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "jugara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "jugaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "jugara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "jugramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "jugarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "jugaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "jugase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "jugases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "jugase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "jugsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "jugaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "jugasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jugara" ; "jugase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jugaras" ; "jugases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jugara" ; "jugase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jugramos" ; "jugsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jugarais" ; "jugaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jugaran" ; "jugasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jugu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jugaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jug" ;--# notpresent @@ -42103,12 +38593,12 @@ lin jugar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jugaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jugaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jugarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "jugare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "jugares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "jugare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "jugremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "jugareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "jugaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jugare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jugares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jugare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jugremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jugareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jugaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jugara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jugaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jugara" ;--# notpresent @@ -42139,30 +38629,24 @@ lin negar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "negamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "negis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "niegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "niegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "niegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "niegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "neguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "neguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "nieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "niegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "niegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "niegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "neguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "neguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "nieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "negaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "negabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "negaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "negbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "negabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "negaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "negara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "negaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "negara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "negramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "negarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "negaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "negase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "negases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "negase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "negsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "negaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "negasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negara" ; "negase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negaras" ; "negases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negara" ; "negase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negramos" ; "negsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negarais" ; "negaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negaran" ; "negasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "negu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "negaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "neg" ;--# notpresent @@ -42175,12 +38659,12 @@ lin negar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "negaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "negaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "negarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "negare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "negares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "negare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "negremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "negareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "negaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "negare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "negares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "negare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "negremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "negareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "negaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "negara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "negaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "negara" ;--# notpresent @@ -42211,30 +38695,24 @@ lin plegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "plegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pliegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pliegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pliegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pliegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pleguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pleguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "plieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pleguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "plegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "plegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "plegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "plegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "plegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "plegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "plegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "plegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "plegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "plegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "plegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "plegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plegara" ; "plegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plegaras" ; "plegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plegara" ; "plegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plegramos" ; "plegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plegarais" ; "plegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plegaran" ; "plegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pleg" ;--# notpresent @@ -42247,12 +38725,12 @@ lin plegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "plegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "plegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "plegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "plegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "plegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "plegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "plegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plegara" ;--# notpresent @@ -42283,30 +38761,24 @@ lin recomenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomenzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomienzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recomience" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recomiences" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recomience" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recomencemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recomencis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recomiencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recomiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recomencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recomencis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recomiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recomenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recomenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomenzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomenzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recomenzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recomenzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recomenzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recomenzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recomenzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recomenzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomenzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomenzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomenzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomenzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomenzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomenzaras" ; "recomenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomenzramos" ; "recomenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomenzarais" ; "recomenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomenzaran" ; "recomenzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recomenc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recomenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recomenz" ;--# notpresent @@ -42319,12 +38791,12 @@ lin recomenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recomenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recomenzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recomenzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recomenzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recomenzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recomenzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recomenzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recomenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recomenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recomenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recomenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recomenzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recomenzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recomenzara" ;--# notpresent @@ -42355,30 +38827,24 @@ lin reforzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reforzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reforzis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refuerzan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refuerce" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refuerces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refuerce" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reforcemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reforcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reforcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reforcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reforzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reforzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reforzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reforzbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reforzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reforzaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reforzara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reforzaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reforzara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reforzramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reforzarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reforzaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reforzase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reforzases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reforzase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reforzsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reforzaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reforzasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reforzaras" ; "reforzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reforzramos" ; "reforzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reforzarais" ; "reforzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reforzaran" ; "reforzasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reforc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reforzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reforz" ;--# notpresent @@ -42391,12 +38857,12 @@ lin reforzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reforzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reforzaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reforzarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reforzare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reforzares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reforzare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reforzremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reforzareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reforzaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reforzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reforzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reforzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reforzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reforzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reforzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reforzara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reforzaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reforzara" ;--# notpresent @@ -42427,30 +38893,24 @@ lin refregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refriegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refriegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refriegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refriegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refreguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refreguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refrieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refreguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refregara" ; "refregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refregaras" ; "refregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refregara" ; "refregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refregramos" ; "refregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refregarais" ; "refregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refregaran" ; "refregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refreg" ;--# notpresent @@ -42463,12 +38923,12 @@ lin refregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refregara" ;--# notpresent @@ -42499,30 +38959,24 @@ lin regar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "riegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "riegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "riegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "riegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "riegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "riegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "riegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "regara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "regaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "regara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "regramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "regarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "regaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "regase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "regases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "regase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "regsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "regaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "regasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regara" ; "regase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaras" ; "regases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regara" ; "regase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regramos" ; "regsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regarais" ; "regaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaran" ; "regasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reg" ;--# notpresent @@ -42535,12 +38989,12 @@ lin regar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "regare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "regares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "regare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "regremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "regareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "regaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regara" ;--# notpresent @@ -42571,30 +39025,24 @@ lin renegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reniegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reniegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reniegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reniegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reneguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reneguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "renieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reneguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "renegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "renegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "renegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "renegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "renegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "renegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "renegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "renegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "renegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "renegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "renegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "renegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renegara" ; "renegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renegaras" ; "renegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renegara" ; "renegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renegramos" ; "renegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renegarais" ; "renegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renegaran" ; "renegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reneg" ;--# notpresent @@ -42607,12 +39055,12 @@ lin renegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "renegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "renegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "renegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "renegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "renegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "renegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renegara" ;--# notpresent @@ -42643,30 +39091,24 @@ lin replegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "replegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "replegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repliegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repliegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repliegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repliegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repleguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repleguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "replieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repleguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "replieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "replegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "replegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "replegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "replegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "replegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "replegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "replegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "replegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "replegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "replegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "replegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "replegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "replegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "replegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "replegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "replegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "replegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "replegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"replegara" ; "replegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"replegaras" ; "replegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"replegara" ; "replegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"replegramos" ; "replegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"replegarais" ; "replegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"replegaran" ; "replegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "replegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "replegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repleg" ;--# notpresent @@ -42679,12 +39121,12 @@ lin replegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "replegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "replegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "replegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "replegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "replegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "replegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "replegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "replegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "replegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "replegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "replegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "replegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "replegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "replegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "replegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "replegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "replegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "replegara" ;--# notpresent @@ -42715,30 +39157,24 @@ lin resegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resiegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resiegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resiegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resiegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reseguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reseguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reseguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resegara" ; "resegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resegaras" ; "resegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resegara" ; "resegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resegramos" ; "resegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resegarais" ; "resegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resegaran" ; "resegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reseg" ;--# notpresent @@ -42751,12 +39187,12 @@ lin resegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resegara" ;--# notpresent @@ -42787,30 +39223,24 @@ lin restregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restriegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "restriegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "restriegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "restriegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "restreguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "restreguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "restrieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restreguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "restregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "restregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "restregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "restregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "restregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "restregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "restregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "restregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "restregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "restregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "restregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "restregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restregara" ; "restregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restregaras" ; "restregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restregara" ; "restregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restregramos" ; "restregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restregarais" ; "restregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restregaran" ; "restregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restreg" ;--# notpresent @@ -42823,12 +39253,12 @@ lin restregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "restregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "restregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "restregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "restregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "restregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "restregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restregara" ;--# notpresent @@ -42859,30 +39289,24 @@ lin revolcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revolcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelcan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revuelque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revuelques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revuelque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revolquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revolquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revuelquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuelque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revuelques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuelque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revuelquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolcbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolcaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revolcara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revolcaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revolcara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revolcramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revolcarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revolcaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolcase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolcases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolcase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolcsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolcaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolcasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolcaras" ; "revolcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolcramos" ; "revolcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolcarais" ; "revolcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolcaran" ; "revolcasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revolqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revolc" ;--# notpresent @@ -42895,12 +39319,12 @@ lin revolcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolcaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolcarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revolcare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revolcares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revolcare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revolcremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revolcareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revolcaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolcara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolcaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolcara" ;--# notpresent @@ -42931,30 +39355,24 @@ lin rogar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rogamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rogis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ruegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ruegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ruegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ruegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "roguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "roguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rueguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ruegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "roguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "roguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rueguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rogaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rogabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rogaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rogbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rogabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rogaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rogara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rogaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rogara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rogramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rogarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rogaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rogase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rogases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rogase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rogsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rogaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rogasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rogara" ; "rogase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rogaras" ; "rogases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rogara" ; "rogase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rogramos" ; "rogsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rogarais" ; "rogaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rogaran" ; "rogasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rogu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rogaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rog" ;--# notpresent @@ -42967,12 +39385,12 @@ lin rogar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rogaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rogaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rogarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rogare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rogares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rogare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rogremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rogareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rogaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rogare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rogares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rogare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rogremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rogareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rogaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rogara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rogaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rogara" ;--# notpresent @@ -43003,30 +39421,24 @@ lin segar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "segamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "segis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "siegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "siegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "siegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "seguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "seguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "siegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "segaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "segabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "segaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "segbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "segabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "segaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "segara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "segaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "segara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "segramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "segarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "segaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "segase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "segases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "segase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "segsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "segaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "segasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"segara" ; "segase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"segaras" ; "segases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"segara" ; "segase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"segramos" ; "segsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"segarais" ; "segaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"segaran" ; "segasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "segu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "segaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "seg" ;--# notpresent @@ -43039,12 +39451,12 @@ lin segar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "segaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "segaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "segarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "segare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "segares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "segare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "segremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "segareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "segaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "segare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "segares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "segare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "segremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "segareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "segaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "segara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "segaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "segara" ;--# notpresent @@ -43075,30 +39487,24 @@ lin sorregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sorregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sorregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sorriegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sorriegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sorriegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sorriegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sorreguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sorreguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sorrieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sorriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sorriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sorriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sorreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sorreguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sorrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sorregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sorregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sorregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sorregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sorregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sorregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sorregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sorregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sorregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sorregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sorregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sorregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sorregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sorregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sorregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sorregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sorregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sorregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sorregaras" ; "sorregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sorregramos" ; "sorregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sorregarais" ; "sorregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sorregaran" ; "sorregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sorregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sorregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sorreg" ;--# notpresent @@ -43111,12 +39517,12 @@ lin sorregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sorregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sorregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sorregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sorregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sorregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sorregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sorregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sorregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sorregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sorregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sorregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sorregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sorregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sorregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sorregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sorregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sorregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sorregara" ;--# notpresent @@ -43147,30 +39553,24 @@ lin sosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sosegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sosiegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sosiegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sosiegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sosiegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "soseguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "soseguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sosieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soseguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sosegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sosegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sosegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sosegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sosegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sosegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sosegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sosegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sosegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sosegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sosegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sosegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sosegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sosegaras" ; "sosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sosegramos" ; "sosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sosegarais" ; "sosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sosegaran" ; "sosegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sosegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soseg" ;--# notpresent @@ -43183,12 +39583,12 @@ lin sosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sosegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sosegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sosegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sosegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sosegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sosegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sosegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sosegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sosegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sosegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sosegara" ;--# notpresent @@ -43219,30 +39619,24 @@ lin trasegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasegis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasiegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasiegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasiegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasiegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "traseguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "traseguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traseguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasegbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasegaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasegara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasegaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasegara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasegramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasegarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasegaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasegase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasegases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasegase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasegsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasegaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasegasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasegaras" ; "trasegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasegramos" ; "trasegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasegarais" ; "trasegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasegaran" ; "trasegasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traseg" ;--# notpresent @@ -43255,12 +39649,12 @@ lin trasegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasegaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasegarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasegare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasegares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasegare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasegremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasegareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasegaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasegara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasegaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasegara" ;--# notpresent @@ -43291,30 +39685,24 @@ lin trasfregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasfregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasfregis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasfriegan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasfriegue" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasfriegues" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasfriegue" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasfreguemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasfreguis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasfrieguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasfriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasfriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasfriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasfreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasfreguis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasfrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasfregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasfregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasfregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasfregbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasfregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasfregaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasfregara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasfregaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasfregara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasfregramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasfregarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasfregaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfregase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfregases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfregase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfregsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfregaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfregasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfregaras" ; "trasfregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfregramos" ; "trasfregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfregarais" ; "trasfregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfregaran" ; "trasfregasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasfregu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasfregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasfreg" ;--# notpresent @@ -43327,12 +39715,12 @@ lin trasfregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasfregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasfregaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasfregarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasfregares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasfregremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasfregareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasfregaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasfregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasfregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasfregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasfregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasfregara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasfregaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasfregara" ;--# notpresent @@ -43363,30 +39751,24 @@ lin trastrocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trastrocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trastrocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trastruecan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trastrueque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trastrueques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trastrueque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trastroquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trastroquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trastruequen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trastrueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trastrueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trastrueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trastroquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trastroquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trastruequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trastrocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trastrocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trastrocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trastrocbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trastrocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trastrocaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trastrocara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trastrocaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trastrocara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trastrocramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trastrocarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trastrocaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trastrocase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trastrocases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trastrocase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trastrocsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trastrocaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trastrocasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trastrocaras" ; "trastrocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trastrocramos" ; "trastrocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trastrocarais" ; "trastrocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trastrocaran" ; "trastrocasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trastroqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trastrocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trastroc" ;--# notpresent @@ -43399,12 +39781,12 @@ lin trastrocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trastrocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trastrocaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trastrocarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trastrocares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trastrocremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trastrocareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trastrocaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trastrocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trastrocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trastrocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trastrocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trastrocara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trastrocaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trastrocara" ;--# notpresent @@ -43435,30 +39817,24 @@ lin trocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trocis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "truecan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trueque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trueques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trueque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "troquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "troquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "truequen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "troquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "troquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "truequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trocbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trocaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trocara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trocaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trocara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trocramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trocarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trocaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trocase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trocases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trocase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trocsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trocaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trocasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trocara" ; "trocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trocaras" ; "trocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trocara" ; "trocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trocramos" ; "trocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trocarais" ; "trocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trocaran" ; "trocasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "troqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "troc" ;--# notpresent @@ -43471,12 +39847,12 @@ lin trocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trocaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trocarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trocare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trocares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trocare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trocremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trocareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trocaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trocara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trocaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trocara" ;--# notpresent @@ -43507,30 +39883,24 @@ lin tropezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tropezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tropezis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tropiezan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tropiece" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tropieces" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tropiece" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tropecemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tropecis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tropiecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tropiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tropieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tropiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tropecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tropecis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tropiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tropezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tropezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tropezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tropezbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tropezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tropezaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tropezara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tropezaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tropezara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tropezramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tropezarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tropezaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tropezase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tropezases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tropezase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tropezsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tropezaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tropezasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tropezaras" ; "tropezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tropezramos" ; "tropezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tropezarais" ; "tropezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tropezaran" ; "tropezasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tropec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tropezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tropez" ;--# notpresent @@ -43543,12 +39913,12 @@ lin tropezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tropezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tropezaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tropezarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tropezare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tropezares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tropezare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tropezremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tropezareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tropezaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tropezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tropezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tropezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tropezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tropezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tropezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tropezara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tropezaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tropezara" ;--# notpresent @@ -43579,30 +39949,24 @@ lin volcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "volcis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelcan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vuelque" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vuelques" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vuelque" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "volquemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "volquis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vuelquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuelque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vuelques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuelque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vuelquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volcbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volcaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "volcara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "volcaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "volcara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "volcramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "volcarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "volcaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "volcase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "volcases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "volcase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "volcsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "volcaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "volcasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volcara" ; "volcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volcaras" ; "volcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volcara" ; "volcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volcramos" ; "volcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volcarais" ; "volcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volcaran" ; "volcasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "volqu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "volc" ;--# notpresent @@ -43615,12 +39979,12 @@ lin volcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volcaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volcarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "volcare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "volcares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "volcare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "volcremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "volcareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "volcaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volcara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volcaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volcara" ;--# notpresent @@ -43651,30 +40015,24 @@ lin dar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "damos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "d" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "des" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "d" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "demos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "den" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "d" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "des" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "d" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "den" ; {- VPB (Impf Ind C.Sg C.P1) => -} "daba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "daba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "daban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "diera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "diera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "diramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "diese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "diese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "diesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diera" ; "diese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dieras" ; "dieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diera" ; "diese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diramos" ; "disemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dierais" ; "dieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dieran" ; "diesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "di" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dio" ;--# notpresent @@ -43687,12 +40045,12 @@ lin dar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "daremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "daris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "darn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "diere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "diere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "diremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "diereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "daras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dara" ;--# notpresent @@ -43723,30 +40081,24 @@ lin decir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "digas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "digamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "digis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "digan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "digas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "digamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "digis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "digan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dijera" ; "dijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dijeras" ; "dijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dijera" ; "dijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dijramos" ; "dijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dijerais" ; "dijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dijeran" ; "dijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dijo" ;--# notpresent @@ -43759,12 +40111,12 @@ lin decir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dira" ;--# notpresent @@ -43795,30 +40147,24 @@ lin condecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "condiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "condigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "condiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "condigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "condigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "condigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condijera" ; "condijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condijeras" ; "condijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condijera" ; "condijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condijramos" ; "condijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condijerais" ; "condijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condijeran" ; "condijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condijo" ;--# notpresent @@ -43831,12 +40177,12 @@ lin condecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condira" ;--# notpresent @@ -43867,30 +40213,24 @@ lin redecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rediga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "redigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rediga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "redigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "redigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "redigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "redijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "redijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "redijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "redijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "redijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "redijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "redijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "redijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "redijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "redijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "redijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "redijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redijera" ; "redijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redijeras" ; "redijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redijera" ; "redijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redijramos" ; "redijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redijerais" ; "redijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redijeran" ; "redijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redijo" ;--# notpresent @@ -43903,12 +40243,12 @@ lin redecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "redijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "redijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "redijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "redijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "redijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "redijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redira" ;--# notpresent @@ -43939,30 +40279,24 @@ lin aberrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aberramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aberris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abyerran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abyerre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abyerres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abyerre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aberremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aberris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abyerren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abyerre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abyerres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abyerre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aberremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aberris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abyerren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aberraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aberrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aberraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aberrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aberrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aberraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aberrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aberraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aberrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aberrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aberrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aberraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aberrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aberrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aberrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aberrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aberraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aberrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aberraras" ; "aberrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aberrramos" ; "aberrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aberrarais" ; "aberraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aberraran" ; "aberrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aberr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aberraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aberr" ;--# notpresent @@ -43975,12 +40309,12 @@ lin aberrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aberraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aberraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aberrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aberrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aberrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aberrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aberrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aberrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aberraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aberrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aberrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aberrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aberrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aberrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aberraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aberrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aberraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aberrara" ;--# notpresent @@ -44011,30 +40345,24 @@ lin desosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desosis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshuesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshuese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshueses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshuese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desosemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desosis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshuesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshuese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshuese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desosis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshuesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desosbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desosaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desosara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desosaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desosara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desosramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desosarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desosaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desossemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosara" ; "desosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosaras" ; "desosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosara" ; "desosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosramos" ; "desossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosarais" ; "desosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosaran" ; "desosasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desos" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desos" ;--# notpresent @@ -44047,12 +40375,12 @@ lin desosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desosaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desosarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desosare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desosares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desosare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desosremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desosareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desosaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desosara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desosaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desosara" ;--# notpresent @@ -44083,30 +40411,24 @@ lin errar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "erris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yerran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "yerre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "yerres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "yerre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "erremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "erris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "yerren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yerre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yerres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yerre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "erremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "erris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yerren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "erraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "errabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "erraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "errbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "errabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "errara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "erraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "errara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "errramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "errarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "erraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "errase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "errases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "errase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "errsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "erraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "errasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"errara" ; "errase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erraras" ; "errases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"errara" ; "errase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"errramos" ; "errsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"errarais" ; "erraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erraran" ; "errasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "err" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "err" ;--# notpresent @@ -44119,12 +40441,12 @@ lin errar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "errarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "errare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "errares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "errare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "errremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "errareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "erraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "errare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "errares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "errare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "errremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "errareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "erraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "errara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "erraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "errara" ;--# notpresent @@ -44155,30 +40477,24 @@ lin adherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adhers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adhieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adhiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adhieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adhiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adhiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adhiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adhieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adhiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adhieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adhiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adhiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adhiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adhieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adhera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adheras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adhera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adheramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adherais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adheran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adhiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adhirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adhiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adhiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adhirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adhirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adhiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adhirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adhiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adhirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adhirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adhiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adhirieras" ; "adhirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adhiriramos" ; "adhirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adhirierais" ; "adhirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adhirieran" ; "adhiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adher" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adhiri" ;--# notpresent @@ -44191,12 +40507,12 @@ lin adherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adheriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adherirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adhirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adhiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adhiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adhirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adhirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adhiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adhiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adhirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adherira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adheriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adherira" ;--# notpresent @@ -44227,30 +40543,24 @@ lin adormir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adormimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adorms" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aduermen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aduerma" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aduermas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aduerma" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adurmamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adurmis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aduerman" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aduerma" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aduermas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aduerma" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adurmamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adurmis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aduerman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adorma" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adormas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adorma" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adormamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adormais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adorman" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adurmiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adurmieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adurmiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adurmiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adurmierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adurmieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adurmiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adurmieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adurmiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adurmisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adurmieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adurmiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adurmieras" ; "adurmieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adurmiramos" ; "adurmisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adurmierais" ; "adurmieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adurmieran" ; "adurmiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adorm" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adormiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adurmi" ;--# notpresent @@ -44263,12 +40573,12 @@ lin adormir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adormiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adormiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adormirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adurmieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adurmiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adurmiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adurmieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adurmieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adurmiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adurmiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adurmieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adormira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adormiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adormira" ;--# notpresent @@ -44299,30 +40609,24 @@ lin advertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "advertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "advierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "advierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "advierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "advirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "advirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "advierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "advierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "advirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "advirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "advertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "advertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "advertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "advertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "advirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "advirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "advirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "advirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "advirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "advirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "advirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "advirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "advirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "advirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "advirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "advirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advirtieras" ; "advirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"advirtiramos" ; "advirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advirtierais" ; "advirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advirtieran" ; "advirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "advert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "advertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "advirti" ;--# notpresent @@ -44335,12 +40639,12 @@ lin advertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "advertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "advertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "advertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "advirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "advirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "advirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "advirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "advirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "advirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "advirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "advirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "advertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "advertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "advertira" ;--# notpresent @@ -44371,30 +40675,24 @@ lin asentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asintieras" ; "asintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asintiramos" ; "asintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asintierais" ; "asintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asintieran" ; "asintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asinti" ;--# notpresent @@ -44407,12 +40705,12 @@ lin asentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asentira" ;--# notpresent @@ -44443,30 +40741,24 @@ lin circunferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunfers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunfieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "circunfiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "circunfieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "circunfiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "circunfiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "circunfiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "circunfieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circunfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunfera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunfera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "circunfiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "circunfirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "circunfiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "circunfiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "circunfirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "circunfirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunfirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunfirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunfirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunfiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunfirieras" ; "circunfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunfiriramos" ; "circunfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunfirierais" ; "circunfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunfirieran" ; "circunfiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunfer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunfiri" ;--# notpresent @@ -44479,12 +40771,12 @@ lin circunferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "circunfirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "circunfiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "circunfirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunferira" ;--# notpresent @@ -44515,30 +40807,24 @@ lin conferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "confers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "confiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "confieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "confiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "confiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "confiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "confieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "confieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "confera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "confera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "confiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "confirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "confiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "confiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "confirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "confirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "confiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "confirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "confiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "confirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "confirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "confiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confirieras" ; "confirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confiriramos" ; "confirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confirierais" ; "confirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confirieran" ; "confiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "confer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confiri" ;--# notpresent @@ -44551,12 +40837,12 @@ lin conferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "confiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "confirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "confiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "confiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "confiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "confirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conferira" ;--# notpresent @@ -44587,30 +40873,24 @@ lin consentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "consienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "consientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "consienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "consintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "consintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "consientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "consintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "consintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "consintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "consintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "consintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "consintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "consintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "consintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "consintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "consintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "consintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "consintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consintieras" ; "consintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consintiramos" ; "consintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consintierais" ; "consintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consintieran" ; "consintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consinti" ;--# notpresent @@ -44623,12 +40903,12 @@ lin consentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "consintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "consintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "consintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "consintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "consintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "consintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consentira" ;--# notpresent @@ -44659,30 +40939,24 @@ lin controvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "controvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "controverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "controvierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "controvierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "controviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "controvierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "controvirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "controvirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "controviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "controvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "controviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "controvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "controvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "controvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "controviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "controverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "controvertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "controverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "controvertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "controvertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "controvertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "controvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "controvirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "controvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "controvirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "controvirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "controvirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "controvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "controvirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "controvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "controvirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "controvirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "controvirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"controvirtieras" ; "controvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"controvirtiramos" ; "controvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"controvirtierais" ; "controvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"controvirtieran" ; "controvirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "controvert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "controvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "controvirti" ;--# notpresent @@ -44695,12 +40969,12 @@ lin controvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "controvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "controvertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "controvertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "controvirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "controvirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "controvirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "controvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "controvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "controvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "controvertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "controvertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "controvertira" ;--# notpresent @@ -44731,30 +41005,24 @@ lin convertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "converts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "convierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "convierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "convirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "convirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "converta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "converta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convirtieras" ; "convirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convirtiramos" ; "convirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convirtierais" ; "convirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convirtieran" ; "convirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convirti" ;--# notpresent @@ -44767,12 +41035,12 @@ lin convertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convertira" ;--# notpresent @@ -44803,30 +41071,24 @@ lin deferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "defers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "defieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "defiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "defieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "defiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "defiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "defiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "defieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "defiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "defieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "defiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "defiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "defiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "defieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "defera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "defera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "defiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "defirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "defiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "defiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "defirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "defirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "defiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "defirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "defiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "defirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "defirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "defiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defirieras" ; "defirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defiriramos" ; "defirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defirierais" ; "defirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defirieran" ; "defiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "defer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "defiri" ;--# notpresent @@ -44839,12 +41101,12 @@ lin deferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "defiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "defirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "defiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "defiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "defiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "defirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "defiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "defirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "defiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "defiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "defiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "defirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deferira" ;--# notpresent @@ -44875,30 +41137,24 @@ lin desadvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desadvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desadverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desadvierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desadvierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desadviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desadvierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desadvirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desadvirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desadviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desadvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desadviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desadvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desadvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desadvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desadviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desadverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desadvertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desadverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desadvertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desadvertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desadvertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desadvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desadvirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desadvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desadvirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desadvirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desadvirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadvirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadvirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadvirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadvirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadvirtieras" ; "desadvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadvirtiramos" ; "desadvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadvirtierais" ; "desadvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadvirtieran" ; "desadvirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desadvert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desadvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desadvirti" ;--# notpresent @@ -44911,12 +41167,12 @@ lin desadvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desadvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desadvertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desadvertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desadvirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desadvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desadvertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desadvertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desadvertira" ;--# notpresent @@ -44947,30 +41203,24 @@ lin desconsentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconsentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconsents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconsienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desconsienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desconsientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desconsienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desconsintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desconsintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desconsientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconsienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconsientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconsienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconsintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconsintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconsientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconsenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconsentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconsenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconsentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconsentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconsentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desconsintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desconsintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desconsintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desconsintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desconsintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desconsintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsintieras" ; "desconsintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsintiramos" ; "desconsintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsintierais" ; "desconsintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsintieran" ; "desconsintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconsent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconsentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconsinti" ;--# notpresent @@ -44983,12 +41233,12 @@ lin desconsentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconsentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconsentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconsentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desconsintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desconsintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desconsintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconsintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconsintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconsintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconsentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconsentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconsentira" ;--# notpresent @@ -45019,30 +41269,24 @@ lin desmentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desments" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmintieras" ; "desmintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmintiramos" ; "desmintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmintierais" ; "desmintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmintieran" ; "desmintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desminti" ;--# notpresent @@ -45055,12 +41299,12 @@ lin desmentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmentira" ;--# notpresent @@ -45091,30 +41335,24 @@ lin diferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "difers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "difieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "difiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "difieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "difiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "difiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "difiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "difieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "difiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "difieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "difiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "difiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "difiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "difieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "difera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "difera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "difiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "difirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "difiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "difiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "difirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "difirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "difiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "difirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "difiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "difirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "difirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "difiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difirieras" ; "difirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difiriramos" ; "difirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difirierais" ; "difirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difirieran" ; "difiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "difer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "difiri" ;--# notpresent @@ -45127,12 +41365,12 @@ lin diferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "difiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "difirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "difiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "difiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "difiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "difirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "difiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "difirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "difiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "difiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "difiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "difirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diferira" ;--# notpresent @@ -45163,30 +41401,24 @@ lin digerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "digerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "digers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "digieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "digiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "digieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "digiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "digiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "digiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "digieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "digiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "digieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "digiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "digiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "digiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "digieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "digera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "digeras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "digera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "digeramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "digerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "digeran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "digiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "digirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "digiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "digiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "digirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "digirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "digiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "digirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "digiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "digirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "digirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "digiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"digirieras" ; "digirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"digiriramos" ; "digirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"digirierais" ; "digirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"digirieran" ; "digiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diger" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "digeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "digiri" ;--# notpresent @@ -45199,12 +41431,12 @@ lin digerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "digeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "digeriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "digerirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "digiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "digirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "digiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "digiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "digiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "digirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "digiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "digirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "digiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "digiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "digiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "digirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "digerira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "digeriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "digerira" ;--# notpresent @@ -45235,30 +41467,24 @@ lin disentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "disintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "disintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "disintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "disintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "disintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "disintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "disintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "disintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "disintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "disintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "disintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "disintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "disintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disintieras" ; "disintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disintiramos" ; "disintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disintierais" ; "disintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disintieran" ; "disintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disinti" ;--# notpresent @@ -45271,12 +41497,12 @@ lin disentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "disintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "disintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "disintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "disintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "disintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "disintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disentira" ;--# notpresent @@ -45307,30 +41533,24 @@ lin divertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "divertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "divierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "divierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "diviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "divierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "divirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "divirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "diviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "divierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "divierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "divirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "divirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "divertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "divertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "divertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "divertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "divirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "divirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "divirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "divirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "divirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "divirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "divirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "divirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "divirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "divirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "divirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "divirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divirtieras" ; "divirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divirtiramos" ; "divirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divirtierais" ; "divirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divirtieran" ; "divirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "divert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "divertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "divirti" ;--# notpresent @@ -45343,12 +41563,12 @@ lin divertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "divertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "divertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "divertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "divirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "divirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "divirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "divirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "divirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "divirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "divirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "divirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "divertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "divertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "divertira" ;--# notpresent @@ -45379,30 +41599,24 @@ lin dormir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dormimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dorms" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duermen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "duerma" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "duermas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "duerma" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "durmamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "durmis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "duerman" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duerma" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "duermas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duerma" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "durmamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "durmis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "duerman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dorma" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dormas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dorma" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dormamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dormais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dorman" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "durmiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "durmieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "durmiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "durmiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "durmierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "durmieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "durmiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "durmieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "durmiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "durmisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "durmieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "durmiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"durmieras" ; "durmieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"durmiramos" ; "durmisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"durmierais" ; "durmieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"durmieran" ; "durmiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dorm" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dormiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "durmi" ;--# notpresent @@ -45415,12 +41629,12 @@ lin dormir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dormiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dormiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dormirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "durmiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "durmieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "durmiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "durmiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "durmiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "durmieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "durmiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "durmieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "durmiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "durmiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "durmiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "durmieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dormira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dormiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dormira" ;--# notpresent @@ -45451,30 +41665,24 @@ lin herir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "heras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "heramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "heran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirieras" ; "hirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiriramos" ; "hirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirierais" ; "hirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirieran" ; "hiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "her" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "heriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hiri" ;--# notpresent @@ -45487,12 +41695,12 @@ lin herir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "heriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "heriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "heriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herira" ;--# notpresent @@ -45523,30 +41731,24 @@ lin hervir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hervimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hervs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hierva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hiervas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hierva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hirvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hirvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hiervan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiervas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiervan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hervas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hervamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hervais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hervan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hirviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hirvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hirviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hirviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hirvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hirvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hirvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hirviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirvieras" ; "hirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hirviramos" ; "hirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirvierais" ; "hirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirvieran" ; "hirviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hirvi" ;--# notpresent @@ -45559,12 +41761,12 @@ lin hervir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herviris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hervirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hirviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hirvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hirviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hirviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hirviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hirvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hervira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herviras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hervira" ;--# notpresent @@ -45595,30 +41797,24 @@ lin inferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "infiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "infieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "infiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "infiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "infiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "infieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "infieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "infiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "infirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "infiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "infiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "infirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "infirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "infiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "infirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "infiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "infirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "infirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "infiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infirieras" ; "infirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infiriramos" ; "infirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infirierais" ; "infirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infirieran" ; "infiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "infer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infiri" ;--# notpresent @@ -45631,12 +41827,12 @@ lin inferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "infiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "infirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "infiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "infiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "infiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "infirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inferira" ;--# notpresent @@ -45667,30 +41863,24 @@ lin ingerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ingerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ingers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ingieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ingiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ingieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ingiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ingiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ingiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ingieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ingiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ingieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ingiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ingiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ingiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ingieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ingera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ingeras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ingera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ingeramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ingerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ingeran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ingiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ingirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ingiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ingiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ingirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ingirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ingiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ingirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ingiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ingirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ingirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ingiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ingirieras" ; "ingirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ingiriramos" ; "ingirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ingirierais" ; "ingirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ingirieran" ; "ingiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inger" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ingeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ingiri" ;--# notpresent @@ -45703,12 +41893,12 @@ lin ingerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ingeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ingeriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ingerirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ingirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ingiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ingiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ingirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ingirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ingiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ingiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ingirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ingerira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ingeriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ingerira" ;--# notpresent @@ -45739,30 +41929,24 @@ lin injerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "injerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "injers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "injieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "injiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "injieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "injiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "injiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "injiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "injieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "injiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "injieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "injiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "injiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "injiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "injieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "injera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "injeras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "injera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "injeramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "injerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "injeran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "injiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "injirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "injiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "injiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "injirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "injirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "injiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "injirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "injiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "injirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "injirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "injiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"injirieras" ; "injirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"injiriramos" ; "injirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"injirierais" ; "injirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"injirieran" ; "injiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "injer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "injeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "injiri" ;--# notpresent @@ -45775,12 +41959,12 @@ lin injerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "injeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "injeriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "injerirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "injiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "injirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "injiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "injiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "injiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "injirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "injiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "injirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "injiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "injiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "injiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "injirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "injerira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "injeriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "injerira" ;--# notpresent @@ -45811,30 +41995,24 @@ lin inserir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inserimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "insers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "insieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "insiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "insieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "insiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "insiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "insiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "insieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "insiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "insieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "insiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "insiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "insiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "insieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "insera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inseras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "insera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inseramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inserais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inseran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "insiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "insirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "insiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "insiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "insirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "insirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "insiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "insirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "insiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "insirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "insirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "insiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"insirieras" ; "insirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"insiriramos" ; "insirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"insirierais" ; "insirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"insirieran" ; "insiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inser" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inseriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "insiri" ;--# notpresent @@ -45847,12 +42025,12 @@ lin inserir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inseriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inseriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inserirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "insiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "insirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "insiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "insiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "insiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "insirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "insiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "insirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "insiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "insiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "insiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "insirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inserira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inseriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inserira" ;--# notpresent @@ -45883,30 +42061,24 @@ lin interferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "interferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "interfers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "interfieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "interfiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "interfieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "interfiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "interfiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "interfiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "interfieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "interfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "interfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "interfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "interfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "interfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "interfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "interfera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "interferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "interfera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "interferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "interferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "interferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "interfiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "interfirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "interfiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "interfiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "interfirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "interfirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "interfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "interfirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "interfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "interfirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "interfirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "interfiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interfirieras" ; "interfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interfiriramos" ; "interfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interfirierais" ; "interfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interfirieran" ; "interfiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "interfer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "interfiri" ;--# notpresent @@ -45919,12 +42091,12 @@ lin interferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "interferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "interferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "interferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "interfirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "interfiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "interfiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "interfirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "interfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "interfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "interferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "interferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "interferira" ;--# notpresent @@ -45955,30 +42127,24 @@ lin invertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "invertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "invierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "invierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "invierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "invirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "invirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "invertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "invertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "invertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "invertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "invirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "invirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "invirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "invirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "invirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "invirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "invirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "invirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "invirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "invirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "invirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "invirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invirtieras" ; "invirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invirtiramos" ; "invirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invirtierais" ; "invirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invirtieran" ; "invirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "invert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "invertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invirti" ;--# notpresent @@ -45991,12 +42157,12 @@ lin invertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "invertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "invertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "invertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "invirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "invirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "invirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "invirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "invertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "invertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "invertira" ;--# notpresent @@ -46027,30 +42193,24 @@ lin malherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malhers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malhieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "malhiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "malhieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "malhiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "malhiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "malhiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "malhieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malhiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malhieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malhiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malhiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malhiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malhieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malhera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malheras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malhera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malheramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malherais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malheran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "malhiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "malhirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "malhiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "malhiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "malhirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "malhirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "malhiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "malhirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "malhiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "malhirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "malhirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "malhiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malhirieras" ; "malhirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malhiriramos" ; "malhirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malhirierais" ; "malhirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malhirieran" ; "malhiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malher" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malhiri" ;--# notpresent @@ -46063,12 +42223,12 @@ lin malherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malheriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malherirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "malhirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "malhiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "malhiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "malhirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malhirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malhiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malhiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malhirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malherira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malheriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malherira" ;--# notpresent @@ -46099,30 +42259,24 @@ lin mentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ments" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "menta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "menta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mintieras" ; "mintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mintiramos" ; "mintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mintierais" ; "mintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mintieran" ; "mintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "minti" ;--# notpresent @@ -46135,12 +42289,12 @@ lin mentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mentira" ;--# notpresent @@ -46171,30 +42325,24 @@ lin morir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "morimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mors" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "muera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mueras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "muera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "muramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "muris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mueras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "muramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "muris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mueran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mora" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "moras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mora" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "moramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "morais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "moran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "muriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "murieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "muriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "muriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "murierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "murieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "muriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "murieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "muriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "murisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "murieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "muriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muriera" ; "muriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"murieras" ; "murieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muriera" ; "muriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muriramos" ; "murisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"murierais" ; "murieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"murieran" ; "muriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "muri" ;--# notpresent @@ -46207,12 +42355,12 @@ lin morir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "morirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "muriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "murieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "muriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "muriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "muriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "murieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "muriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "murieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "muriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "muriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "muriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "murieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "morira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "morira" ;--# notpresent @@ -46243,30 +42391,24 @@ lin pervertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pervertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pervierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pervierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "perviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pervierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pervirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pervirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "perviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pervierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pervierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pervirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pervirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pervertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pervertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pervertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pervertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pervirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pervirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pervirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pervirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pervirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pervirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pervirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pervirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pervirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pervirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pervirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pervirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pervirtieras" ; "pervirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pervirtiramos" ; "pervirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pervirtierais" ; "pervirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pervirtieran" ; "pervirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pervert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pervertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pervirti" ;--# notpresent @@ -46279,12 +42421,12 @@ lin pervertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pervertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pervertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pervertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pervirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pervirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pervirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pervirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pervirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pervirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pervertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pervertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pervertira" ;--# notpresent @@ -46315,30 +42457,24 @@ lin preferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prefers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prefieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prefiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prefieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prefiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prefiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prefiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prefieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prefiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prefieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prefiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prefiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prefiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prefieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prefera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prefera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prefiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prefirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prefiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prefiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prefirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prefirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prefiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prefirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prefiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prefirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prefirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prefiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prefirieras" ; "prefirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prefiriramos" ; "prefirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prefirierais" ; "prefirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prefirieran" ; "prefiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prefer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prefiri" ;--# notpresent @@ -46351,12 +42487,12 @@ lin preferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prefirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prefiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prefiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prefirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prefirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prefiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prefiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prefirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preferira" ;--# notpresent @@ -46387,30 +42523,24 @@ lin premorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "premorimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "premors" ; {- VPB (Pres Ind C.Pl C.P3) => -} "premueren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "premuera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "premueras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "premuera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "premuramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "premuris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "premueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "premuera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "premueras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "premuera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "premuramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "premuris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "premueran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "premora" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "premoras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "premora" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "premoramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "premorais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "premoran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "premuriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "premurieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "premuriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "premuriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "premurierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "premurieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "premuriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "premurieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "premuriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "premurisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "premurieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "premuriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premurieras" ; "premurieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premuriramos" ; "premurisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premurierais" ; "premurieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premurieran" ; "premuriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "premor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "premoriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "premuri" ;--# notpresent @@ -46423,12 +42553,12 @@ lin premorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "premoriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "premoriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "premorirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "premuriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "premurieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "premuriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "premuriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "premuriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "premurieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "premuriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "premurieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "premuriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "premuriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "premuriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "premurieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "premorira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "premoriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "premorira" ;--# notpresent @@ -46459,30 +42589,24 @@ lin presentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "presentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "presents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "presienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "presienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "presientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "presienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "presintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "presintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "presientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "presienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "presientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "presienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "presintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "presintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "presientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "presenta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "presentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "presenta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "presentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "presentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "presentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "presintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "presintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "presintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "presintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "presintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "presintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "presintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "presintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "presintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "presintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "presintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "presintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presintieras" ; "presintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presintiramos" ; "presintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presintierais" ; "presintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presintieran" ; "presintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "present" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "presentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "presinti" ;--# notpresent @@ -46495,12 +42619,12 @@ lin presentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "presentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "presentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "presentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "presintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "presintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "presintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "presintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "presintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "presintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "presintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "presintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "presintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "presintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "presintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "presintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "presentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "presentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "presentira" ;--# notpresent @@ -46531,30 +42655,24 @@ lin proferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "profers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "profieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "profiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "profieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "profiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "profiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "profiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "profieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "profiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "profieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "profiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "profiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "profiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "profieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "profera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "profera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "profiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "profirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "profiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "profiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "profirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "profirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "profiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "profirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "profiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "profirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "profirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "profiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"profirieras" ; "profirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"profiriramos" ; "profirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"profirierais" ; "profirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"profirieran" ; "profiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "profer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "profiri" ;--# notpresent @@ -46567,12 +42685,12 @@ lin proferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "profiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "profirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "profiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "profiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "profiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "profirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "profiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "profirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "profiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "profiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "profiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "profirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proferira" ;--# notpresent @@ -46603,30 +42721,24 @@ lin reconvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconvierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconvierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconvirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconvirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconvertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconvertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconvirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconvirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconvirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconvirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvirtieras" ; "reconvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvirtiramos" ; "reconvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvirtierais" ; "reconvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvirtieran" ; "reconvirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvirti" ;--# notpresent @@ -46639,12 +42751,12 @@ lin reconvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconvirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvertira" ;--# notpresent @@ -46675,30 +42787,24 @@ lin referir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "referimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "referas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "referamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "referais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "referan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refirieras" ; "refirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refiriramos" ; "refirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refirierais" ; "refirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refirieran" ; "refiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "referiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refiri" ;--# notpresent @@ -46711,12 +42817,12 @@ lin referir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "referiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "referiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "referirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "referira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "referiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "referira" ;--# notpresent @@ -46747,30 +42853,24 @@ lin reherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reheras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reheramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reherais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reheran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirieras" ; "rehirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiriramos" ; "rehirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirierais" ; "rehirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirieran" ; "rehiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reher" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehiri" ;--# notpresent @@ -46783,12 +42883,12 @@ lin reherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reheriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reherirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reherira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reheriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reherira" ;--# notpresent @@ -46819,30 +42919,24 @@ lin rehervir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehervimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehervs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehierven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehierva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehiervas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehierva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehirvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehirvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehiervan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehierva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehiervas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehierva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehiervan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reherva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehervas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reherva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehervamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehervais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehervan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehirviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehirvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehirviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehirviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehirvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehirvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehirvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehirviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirvieras" ; "rehirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehirviramos" ; "rehirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirvierais" ; "rehirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirvieran" ; "rehirviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reherv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reherviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehirvi" ;--# notpresent @@ -46855,12 +42949,12 @@ lin rehervir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reherviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reherviris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehervirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehirvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehirviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehirviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehirvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehervira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reherviras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehervira" ;--# notpresent @@ -46891,30 +42985,24 @@ lin requerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "requerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "requers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "requieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "requiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "requieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "requiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "requiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "requiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "requieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "requiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "requieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "requiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "requiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "requiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "requieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "requera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "requeras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "requera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "requeramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "requerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "requeran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "requiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "requirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "requiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "requiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "requirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "requirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "requiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "requirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "requiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "requirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "requirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "requiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requirieras" ; "requirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requiriramos" ; "requirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requirierais" ; "requirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requirieran" ; "requiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "requer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "requeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "requiri" ;--# notpresent @@ -46927,12 +43015,12 @@ lin requerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "requeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "requeriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "requerirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "requiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "requirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "requiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "requiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "requiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "requirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "requiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "requirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "requiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "requiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "requiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "requirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "requerira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "requeriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "requerira" ;--# notpresent @@ -46963,30 +43051,24 @@ lin revertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revirtieras" ; "revirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revirtiramos" ; "revirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revirtierais" ; "revirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revirtieran" ; "revirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revirti" ;--# notpresent @@ -46999,12 +43081,12 @@ lin revertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revertira" ;--# notpresent @@ -47035,30 +43117,24 @@ lin sentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sents" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sienten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sienta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sientas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sienta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sintamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sintis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "senta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sentas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "senta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sentamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sentais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sentan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sintiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sintieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sintiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sintiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sintierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sintieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sintieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sintiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sintisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sintieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sintiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sintieras" ; "sintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sintiramos" ; "sintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sintierais" ; "sintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sintieran" ; "sintiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sinti" ;--# notpresent @@ -47071,12 +43147,12 @@ lin sentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sentiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sentirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sintiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sintieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sintiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sintiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sintiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sintieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sentira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sentiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sentira" ;--# notpresent @@ -47107,30 +43183,24 @@ lin subvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subverts" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subvierten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subvierta" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subviertas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subvierta" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subvirtamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subvirtis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subviertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subverta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subvertas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subverta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subvertamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subvertais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subvertan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subvirtieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subvirtiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subvirtiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subvirtierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subvirtieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvirtieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subvirtiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subvirtisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvirtieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subvirtiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvirtieras" ; "subvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subvirtiramos" ; "subvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvirtierais" ; "subvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvirtieran" ; "subvirtiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subvert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subvirti" ;--# notpresent @@ -47143,12 +43213,12 @@ lin subvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subvertiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subvertirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subvirtieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subvirtiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subvirtieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subvertira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subvertiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subvertira" ;--# notpresent @@ -47179,30 +43249,24 @@ lin sugerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sugerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sugers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sugieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sugiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sugieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sugiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sugiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sugiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sugieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sugiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sugieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sugiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sugiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sugiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sugieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sugera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sugeras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sugera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sugeramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sugerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sugeran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sugiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sugirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sugiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sugiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sugirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sugirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sugiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sugirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sugiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sugirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sugirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sugiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sugirieras" ; "sugirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sugiriramos" ; "sugirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sugirierais" ; "sugirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sugirieran" ; "sugiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "suger" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sugeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sugiri" ;--# notpresent @@ -47215,12 +43279,12 @@ lin sugerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sugeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sugeriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sugerirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sugirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sugiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sugiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sugirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sugirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sugiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sugiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sugirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sugerira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sugeriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sugerira" ;--# notpresent @@ -47251,30 +43315,24 @@ lin transferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transfers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transfieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "transfiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "transfieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "transfiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "transfiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "transfiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "transfieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transfera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transfera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "transfiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "transfirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "transfiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "transfiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "transfirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "transfirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "transfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "transfirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "transfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "transfirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "transfirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "transfiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transfirieras" ; "transfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transfiriramos" ; "transfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transfirierais" ; "transfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transfirieran" ; "transfiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transfer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transfiri" ;--# notpresent @@ -47287,12 +43345,12 @@ lin transferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "transfirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "transfiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "transfiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "transfirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transferira" ;--# notpresent @@ -47323,30 +43381,24 @@ lin trasferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasfers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasfieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasfiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasfieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasfiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasfiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasfiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasfieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasfera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasferas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasfera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasferamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasferais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasferan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasfiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasfirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasfiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasfiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasfirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasfirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfirieras" ; "trasfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfiriramos" ; "trasfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfirierais" ; "trasfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfirieran" ; "trasfiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasfer" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasfiri" ;--# notpresent @@ -47359,12 +43411,12 @@ lin trasferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasferiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasferirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasfirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasfiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasfirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasferira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasferiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasferira" ;--# notpresent @@ -47395,30 +43447,24 @@ lin zaherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zaherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zahers" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zahieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "zahiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "zahieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "zahiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "zahiramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "zahiris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "zahieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zahiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zahieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zahiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zahiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zahiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zahieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zahera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zaheras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zahera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zaheramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zaherais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zaheran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "zahiriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "zahirieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "zahiriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "zahiriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "zahirierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "zahirieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "zahiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "zahirieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "zahiriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "zahirisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "zahirieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "zahiriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zahirieras" ; "zahirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zahiriramos" ; "zahirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zahirierais" ; "zahirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zahirieran" ; "zahiriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zaher" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zaheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zahiri" ;--# notpresent @@ -47431,12 +43477,12 @@ lin zaherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zaheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zaheriris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zaherirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "zahirieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "zahiriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "zahiriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "zahirieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zahirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zahiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zahiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zahirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zaherira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zaheriras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zaherira" ;--# notpresent @@ -47467,30 +43513,24 @@ lin colegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colegs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "colija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "colijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "colija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "colijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "colijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "colijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "colija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "colijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "colija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "colijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "coligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "coligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "coligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "coligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "coligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "coligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coligieras" ; "coligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coligiramos" ; "coligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coligierais" ; "coligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coligieran" ; "coligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coleg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coligi" ;--# notpresent @@ -47503,12 +43543,12 @@ lin colegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colegiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colegirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "coligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "coligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colegira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colegiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colegira" ;--# notpresent @@ -47539,30 +43579,24 @@ lin corregir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "corregimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "corregs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "corrigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "corrija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "corrijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "corrija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "corrijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "corrijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "corrijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "corrija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "corrijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "corrija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "corrijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "corrijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "corrijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "correga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "corregas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "correga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "corregamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "corregais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "corregan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "corrigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "corrigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "corrigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "corrigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "corrigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "corrigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "corrigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "corrigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "corrigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "corrigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "corrigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "corrigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corrigieras" ; "corrigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corrigiramos" ; "corrigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corrigierais" ; "corrigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corrigieran" ; "corrigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "correg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "corregiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "corrigi" ;--# notpresent @@ -47575,12 +43609,12 @@ lin corregir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "corregiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "corregiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "corregirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "corrigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "corrigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "corrigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "corrigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "corrigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "corrigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "corrigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "corrigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "corregira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "corregiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "corregira" ;--# notpresent @@ -47611,30 +43645,24 @@ lin elegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "elegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "elegs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "eligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "elija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "elijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "elija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "elijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "elijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "elijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "elija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "elijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "elija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "elijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "elijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "elijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "elega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "elegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "elega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "elegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "elegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "elegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "eligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "eligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "eligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "eligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "eligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "eligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "eligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "eligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "eligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "eligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "eligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "eligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eligieras" ; "eligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"eligiramos" ; "eligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eligierais" ; "eligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eligieran" ; "eligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "eleg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "elegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "eligi" ;--# notpresent @@ -47647,12 +43675,12 @@ lin elegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "elegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "elegiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "elegirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "eligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "eligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "eligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "eligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "eligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "eligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "eligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "eligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "eligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "eligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "eligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "eligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "elegira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "elegiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "elegira" ;--# notpresent @@ -47683,30 +43711,24 @@ lin preelegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preelegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preelegs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preeligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preelija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preelijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preelija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preelijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preelijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "preelijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preelija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preelijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preelija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preelijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preelijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preelijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preelega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preelegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preelega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preelegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preelegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preelegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "preeligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "preeligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "preeligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "preeligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "preeligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "preeligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "preeligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "preeligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "preeligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "preeligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "preeligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "preeligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preeligieras" ; "preeligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preeligiramos" ; "preeligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preeligierais" ; "preeligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preeligieran" ; "preeligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preeleg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preelegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preeligi" ;--# notpresent @@ -47719,12 +43741,12 @@ lin preelegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preelegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preelegiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preelegirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "preeligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "preeligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "preeligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "preeligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preeligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preeligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preeligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preeligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preelegira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preelegiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preelegira" ;--# notpresent @@ -47755,30 +43777,24 @@ lin recolegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recolegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recolegs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recoligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recolija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recolijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recolija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recolijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recolijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recolijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recolija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recolijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recolija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recolijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recolijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recolijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recolega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recolegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recolega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recolegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recolegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recolegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recoligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recoligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recoligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recoligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recoligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recoligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recoligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recoligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recoligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recoligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recoligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recoligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recoligieras" ; "recoligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recoligiramos" ; "recoligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recoligierais" ; "recoligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recoligieran" ; "recoligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recoleg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recolegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recoligi" ;--# notpresent @@ -47791,12 +43807,12 @@ lin recolegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recolegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recolegiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recolegirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recoligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recoligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recoligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recoligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recoligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recoligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recoligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recoligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recolegira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recolegiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recolegira" ;--# notpresent @@ -47827,30 +43843,24 @@ lin reelegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reelegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reelegs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reeligen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reelija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reelijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reelija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reelijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reelijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reelijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reelija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reelijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reelija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reelijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reelijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reelijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reelega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reelegas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reelega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reelegamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reelegais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reelegan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reeligiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reeligieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reeligiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reeligiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reeligierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reeligieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reeligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reeligieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reeligiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reeligisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reeligieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reeligiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reeligieras" ; "reeligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reeligiramos" ; "reeligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reeligierais" ; "reeligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reeligieran" ; "reeligiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reeleg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reelegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reeligi" ;--# notpresent @@ -47863,12 +43873,12 @@ lin reelegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reelegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reelegiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reelegirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reeligieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reeligiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reeligiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reeligieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reeligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reeligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reeligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reeligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reelegira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reelegiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reelegira" ;--# notpresent @@ -47899,30 +43909,24 @@ lin regir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rigen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rija" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rijas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rija" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rijamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rijis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rijan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rega" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rega" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rigiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rigieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rigiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rigiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rigierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rigieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rigieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rigiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rigisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rigieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rigiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rigieras" ; "rigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rigiramos" ; "rigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rigierais" ; "rigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rigieran" ; "rigiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "registe" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rigi" ;--# notpresent @@ -47935,12 +43939,12 @@ lin regir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rigiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rigieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rigiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rigiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rigiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rigieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regira" ;--# notpresent @@ -47971,30 +43975,24 @@ lin abeldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abeldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abeldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abieldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abielde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abieldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abielde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abeldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abeldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abielden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abeldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abeldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abeldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abeldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abeldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abeldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abeldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abeldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abeldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abeldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abeldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abeldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abeldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abeldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abeldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abeldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abeldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abeldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abeldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abeldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abeldaras" ; "abeldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abeldramos" ; "abeldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abeldarais" ; "abeldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abeldaran" ; "abeldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abeld" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abeldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abeld" ;--# notpresent @@ -48007,12 +44005,12 @@ lin abeldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abeldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abeldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abeldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abeldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abeldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abeldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abeldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abeldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abeldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abeldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abeldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abeldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abeldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abeldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abeldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abeldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abeldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abeldara" ;--# notpresent @@ -48043,30 +44041,24 @@ lin abu {- VPB (Pres Ind C.Pl C.P1) => -} "abuolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abuolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abuuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "abuuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "abuueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "abuuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "abuolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "abuolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "abuuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abuuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abuueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abuuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abuolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abuolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abuuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abuolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abuolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abuolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abuolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abuolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abuolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "abuolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "abuolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "abuolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "abuolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "abuolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "abuolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "abuolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "abuolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "abuolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "abuolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "abuolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "abuolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abuolaras" ; "abuolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abuolramos" ; "abuolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abuolarais" ; "abuolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abuolaran" ; "abuolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abuol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abuolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abuol" ;--# notpresent @@ -48079,12 +44071,12 @@ lin abu {- VPB (Fut Ind C.Pl C.P1) => -} "abuolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abuolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abuolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "abuolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "abuolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "abuolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "abuolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "abuolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "abuolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abuolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abuolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abuolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abuolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abuolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abuolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abuolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abuolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abuolara" ;--# notpresent @@ -48115,30 +44107,24 @@ lin acertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aciertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aciertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acertara" ; "acertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acertaras" ; "acertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acertara" ; "acertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acertramos" ; "acertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acertarais" ; "acertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acertaran" ; "acertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acert" ;--# notpresent @@ -48151,12 +44137,12 @@ lin acertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acertara" ;--# notpresent @@ -48187,30 +44173,24 @@ lin acollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acollara" ; "acollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acollaras" ; "acollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acollara" ; "acollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acollramos" ; "acollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acollarais" ; "acollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acollaran" ; "acollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acoll" ;--# notpresent @@ -48223,12 +44203,12 @@ lin acollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acollara" ;--# notpresent @@ -48259,30 +44239,24 @@ lin acordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acordara" ; "acordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acordaras" ; "acordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acordara" ; "acordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acordramos" ; "acordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acordarais" ; "acordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acordaran" ; "acordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acord" ;--# notpresent @@ -48295,12 +44269,12 @@ lin acordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acordara" ;--# notpresent @@ -48331,30 +44305,24 @@ lin acornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acornis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acuerne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acuernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acuerne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acornemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acornis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acuernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acornis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acornbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acornaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acornara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acornaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acornara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acornramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acornarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acornaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acornase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acornases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acornase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acornsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acornaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acornasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acornara" ; "acornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acornaras" ; "acornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acornara" ; "acornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acornramos" ; "acornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acornarais" ; "acornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acornaran" ; "acornasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acorn" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acorn" ;--# notpresent @@ -48367,12 +44335,12 @@ lin acornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acornaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acornarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acornare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acornares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acornare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acornremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acornareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acornaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acornara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acornaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acornara" ;--# notpresent @@ -48403,30 +44371,24 @@ lin acostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acostara" ; "acostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acostaras" ; "acostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acostara" ; "acostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acostramos" ; "acostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acostarais" ; "acostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acostaran" ; "acostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acost" ;--# notpresent @@ -48439,12 +44401,12 @@ lin acostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acostara" ;--# notpresent @@ -48475,30 +44437,24 @@ lin acrecentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acrecentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acrecentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acrecientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acreciente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acrecientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acreciente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acrecentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acrecentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acrecienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acreciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acrecientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acreciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acrecentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acrecentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acrecienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acrecentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acrecentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acrecentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acrecentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acrecentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acrecentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acrecentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acrecentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acrecentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acrecentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acrecentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acrecentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acrecentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acrecentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acrecentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acrecentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecentaras" ; "acrecentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acrecentramos" ; "acrecentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecentarais" ; "acrecentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecentaran" ; "acrecentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acrecent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acrecentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acrecent" ;--# notpresent @@ -48511,12 +44467,12 @@ lin acrecentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acrecentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acrecentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acrecentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acrecentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acrecentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acrecentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acrecentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acrecentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acrecentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acrecentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acrecentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acrecentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acrecentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acrecentara" ;--# notpresent @@ -48547,30 +44503,24 @@ lin adestrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adestramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adestris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adiestran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "adiestre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "adiestres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "adiestre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "adestremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "adestris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "adiestren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adiestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adiestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adiestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adestremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adestris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adiestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adestraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adestrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adestraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adestrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adestrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adestraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adestrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adestraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adestrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adestrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adestrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adestraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adestrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adestrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adestrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adestrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adestraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adestrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adestraras" ; "adestrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adestrramos" ; "adestrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adestrarais" ; "adestraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adestraran" ; "adestrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adestr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adestraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adestr" ;--# notpresent @@ -48583,12 +44533,12 @@ lin adestrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adestraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adestraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adestrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adestrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adestrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adestrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adestrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adestrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adestraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adestrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adestrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adestrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adestrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adestrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adestraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adestrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adestraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adestrara" ;--# notpresent @@ -48619,30 +44569,24 @@ lin aferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aferris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "afierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "afierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "afierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aferremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aferris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "afierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aferris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "afierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aferrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aferraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aferrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aferraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aferrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aferrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aferrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aferraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aferrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aferrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aferraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aferrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aferraras" ; "aferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aferrramos" ; "aferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aferrarais" ; "aferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aferraran" ; "aferrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aferr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aferr" ;--# notpresent @@ -48655,12 +44599,12 @@ lin aferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aferraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aferrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aferrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aferrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aferrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aferrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aferrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aferraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aferrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aferraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aferrara" ;--# notpresent @@ -48691,30 +44635,24 @@ lin afollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "afollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "afuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "afuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "afuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "afollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "afollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "afuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "afollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "afollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "afuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "afollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "afollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "afollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "afollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "afollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "afollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "afollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "afollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "afollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "afollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "afollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "afollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "afollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "afollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afollara" ; "afollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afollaras" ; "afollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afollara" ; "afollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afollramos" ; "afollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afollarais" ; "afollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afollaran" ; "afollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "afoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afoll" ;--# notpresent @@ -48727,12 +44665,12 @@ lin afollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "afollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "afollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "afollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "afollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "afollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "afollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afollara" ;--# notpresent @@ -48763,30 +44701,24 @@ lin aforar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aforamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aforis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afueran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "afuere" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "afueres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "afuere" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aforemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aforis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "afueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aforemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aforis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "afueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aforaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aforabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aforaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aforbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aforabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aforaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aforara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aforaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aforara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aforramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aforarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aforaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aforase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aforases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aforase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aforsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aforaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aforasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aforara" ; "aforase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aforaras" ; "aforases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aforara" ; "aforase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aforramos" ; "aforsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aforarais" ; "aforaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aforaran" ; "aforasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "afor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aforaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afor" ;--# notpresent @@ -48799,12 +44731,12 @@ lin aforar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aforaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aforaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aforarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aforare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aforares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aforare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aforremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aforareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aforaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aforare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aforares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aforare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aforremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aforareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aforaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aforara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aforaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aforara" ;--# notpresent @@ -48835,30 +44767,24 @@ lin albeldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "albeldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "albeldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "albieldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "albielde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "albieldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "albielde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "albeldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "albeldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "albielden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "albielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "albieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "albielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "albeldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "albeldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "albielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "albeldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "albeldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "albeldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "albeldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "albeldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "albeldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "albeldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "albeldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "albeldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "albeldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "albeldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "albeldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "albeldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "albeldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "albeldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "albeldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "albeldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "albeldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"albeldaras" ; "albeldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"albeldramos" ; "albeldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"albeldarais" ; "albeldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"albeldaran" ; "albeldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "albeld" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "albeldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "albeld" ;--# notpresent @@ -48871,12 +44797,12 @@ lin albeldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "albeldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "albeldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "albeldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "albeldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "albeldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "albeldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "albeldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "albeldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "albeldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "albeldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "albeldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "albeldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "albeldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "albeldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "albeldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "albeldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "albeldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "albeldara" ;--# notpresent @@ -48907,30 +44833,24 @@ lin alentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "alentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "alentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "alientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aliente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "alientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aliente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "alentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "alentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "alienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "alientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "alentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "alentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "alienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "alentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "alentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "alentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "alentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "alentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "alentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "alentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "alentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "alentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "alentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "alentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "alentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "alentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "alentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "alentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "alentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "alentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "alentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alentara" ; "alentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alentaras" ; "alentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alentara" ; "alentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alentramos" ; "alentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alentarais" ; "alentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alentaran" ; "alentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "alent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "alentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "alent" ;--# notpresent @@ -48943,12 +44863,12 @@ lin alentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "alentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "alentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "alentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "alentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "alentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "alentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "alentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "alentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "alentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "alentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "alentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "alentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "alentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "alentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "alentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "alentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "alentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "alentara" ;--# notpresent @@ -48979,30 +44899,24 @@ lin aliquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aliquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aliquebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aliquiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aliquiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aliquiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aliquiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aliquebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aliquebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aliquiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aliquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aliquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aliquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aliquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aliquebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aliquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aliquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aliquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aliquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aliquebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aliquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aliquebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aliquebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aliquebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aliquebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aliquebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aliquebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aliquebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aliquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aliquebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aliquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aliquebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aliquebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aliquebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aliquebraras" ; "aliquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aliquebrramos" ; "aliquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aliquebrarais" ; "aliquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aliquebraran" ; "aliquebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aliquebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aliquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aliquebr" ;--# notpresent @@ -49015,12 +44929,12 @@ lin aliquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aliquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aliquebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aliquebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aliquebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aliquebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aliquebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aliquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aliquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aliquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aliquebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aliquebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aliquebrara" ;--# notpresent @@ -49051,30 +44965,24 @@ lin amoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amoblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amuebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amoblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amoblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amoblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amoblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amoblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amoblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amoblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amoblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amoblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amoblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amoblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amoblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amoblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amoblaras" ; "amoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoblramos" ; "amoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amoblarais" ; "amoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amoblaran" ; "amoblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amobl" ;--# notpresent @@ -49087,12 +44995,12 @@ lin amoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amoblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amoblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amoblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amoblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amoblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amoblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amoblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amoblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amoblara" ;--# notpresent @@ -49123,30 +45031,24 @@ lin amolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "amuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "amueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "amuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "amolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "amolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "amuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "amolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "amolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "amolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "amolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "amolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "amolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "amolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "amolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "amolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "amolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "amolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "amolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amolara" ; "amolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amolaras" ; "amolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amolara" ; "amolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amolramos" ; "amolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amolarais" ; "amolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amolaran" ; "amolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amol" ;--# notpresent @@ -49159,12 +45061,12 @@ lin amolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "amolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "amolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "amolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "amolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "amolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "amolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amolara" ;--# notpresent @@ -49195,30 +45097,24 @@ lin anzolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anzolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anzolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anzuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "anzuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "anzueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "anzuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "anzolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "anzolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "anzuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anzuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anzueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anzuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anzolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anzolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "anzuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anzolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anzolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anzolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anzolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anzolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anzolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "anzolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "anzolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "anzolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "anzolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "anzolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "anzolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "anzolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "anzolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "anzolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "anzolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "anzolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "anzolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anzolaras" ; "anzolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anzolramos" ; "anzolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anzolarais" ; "anzolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anzolaran" ; "anzolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anzol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anzolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anzol" ;--# notpresent @@ -49231,12 +45127,12 @@ lin anzolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anzolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anzolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "anzolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "anzolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "anzolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "anzolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "anzolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "anzolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "anzolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anzolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anzolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anzolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anzolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anzolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anzolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "anzolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anzolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "anzolara" ;--# notpresent @@ -49267,30 +45163,24 @@ lin apacentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apacentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apacentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apacientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apaciente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apacientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apaciente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apacentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apacentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apacienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apaciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apacientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apaciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apacentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apacentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apacienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apacentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apacentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apacentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apacentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apacentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apacentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apacentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apacentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apacentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apacentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apacentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apacentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apacentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apacentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apacentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apacentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apacentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apacentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apacentaras" ; "apacentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apacentramos" ; "apacentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apacentarais" ; "apacentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apacentaran" ; "apacentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apacent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apacentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apacent" ;--# notpresent @@ -49303,12 +45193,12 @@ lin apacentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apacentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apacentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apacentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apacentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apacentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apacentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apacentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apacentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apacentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apacentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apacentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apacentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apacentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apacentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apacentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apacentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apacentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apacentara" ;--# notpresent @@ -49339,30 +45229,24 @@ lin apercollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apercollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apercollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apercuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apercuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apercuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apercuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apercollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apercollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apercuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apercuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apercuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apercuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apercollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apercollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apercuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apercollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apercollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apercollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apercollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apercollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apercollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apercollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apercollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apercollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apercollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apercollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apercollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apercollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apercollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apercollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apercollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apercollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apercollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apercollaras" ; "apercollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apercollramos" ; "apercollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apercollarais" ; "apercollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apercollaran" ; "apercollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apercoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apercollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apercoll" ;--# notpresent @@ -49375,12 +45259,12 @@ lin apercollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apercollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apercollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apercollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apercollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apercollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apercollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apercollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apercollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apercollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apercollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apercollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apercollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apercollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apercollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apercollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apercollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apercollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apercollara" ;--# notpresent @@ -49411,30 +45295,24 @@ lin apergollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apergollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apergollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aperguellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aperguelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aperguelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aperguelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apergollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apergollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aperguellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aperguelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aperguelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aperguelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apergollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apergollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aperguellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apergollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apergollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apergollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apergollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apergollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apergollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apergollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apergollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apergollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apergollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apergollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apergollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apergollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apergollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apergollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apergollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apergollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apergollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apergollaras" ; "apergollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apergollramos" ; "apergollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apergollarais" ; "apergollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apergollaran" ; "apergollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apergoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apergollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apergoll" ;--# notpresent @@ -49447,12 +45325,12 @@ lin apergollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apergollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apergollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apergollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apergollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apergollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apergollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apergollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apergollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apergollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apergollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apergollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apergollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apergollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apergollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apergollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apergollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apergollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apergollara" ;--# notpresent @@ -49483,30 +45361,24 @@ lin apernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apernara" ; "apernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apernaras" ; "apernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apernara" ; "apernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apernramos" ; "apernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apernarais" ; "apernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apernaran" ; "apernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apern" ;--# notpresent @@ -49519,12 +45391,12 @@ lin apernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apernara" ;--# notpresent @@ -49555,30 +45427,24 @@ lin apescoliar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apescoliamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apescoliis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apescoliean" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apescoliee" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apescoliees" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apescoliee" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apescoliemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apescoliis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apescolieen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apescoliee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apescoliees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apescoliee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apescoliemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apescoliis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apescolieen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apescoliaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apescoliabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apescoliaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apescolibamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apescoliabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apescoliaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apescoliara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apescoliaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apescoliara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apescoliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apescoliarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apescoliaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apescoliase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apescoliases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apescoliase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apescolisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apescoliaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apescoliasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apescoliaras" ; "apescoliases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apescoliramos" ; "apescolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apescoliarais" ; "apescoliaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apescoliaran" ; "apescoliasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apescoli" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apescoliaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apescoli" ;--# notpresent @@ -49591,12 +45457,12 @@ lin apescoliar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apescoliaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apescoliaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apescoliarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apescoliares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apescoliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apescoliareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apescoliaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apescoliares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apescoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apescoliareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apescoliaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apescoliara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apescoliaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apescoliara" ;--# notpresent @@ -49627,30 +45493,24 @@ lin apostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "apuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apostara" ; "apostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apostaras" ; "apostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apostara" ; "apostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apostramos" ; "apostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apostarais" ; "apostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apostaran" ; "apostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apost" ;--# notpresent @@ -49663,12 +45523,12 @@ lin apostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apostara" ;--# notpresent @@ -49699,30 +45559,24 @@ lin apretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apretis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprietan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apriete" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aprietes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apriete" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "apretemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "apretis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aprieten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apretis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apretbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apretaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "apretara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "apretaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "apretara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "apretramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "apretarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "apretaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "apretase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "apretases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "apretase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "apretsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "apretaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "apretasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apretara" ; "apretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apretaras" ; "apretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apretara" ; "apretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apretramos" ; "apretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apretarais" ; "apretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apretaran" ; "apretasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apret" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apret" ;--# notpresent @@ -49735,12 +45589,12 @@ lin apretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apretaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apretarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "apretare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "apretares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "apretare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "apretremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "apretareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "apretaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apretara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apretaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apretara" ;--# notpresent @@ -49771,30 +45625,24 @@ lin aprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aprobis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "apruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "apruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "apruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aprobemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aprobis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aprueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aprobis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aprobbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aprobaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aprobara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aprobaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aprobara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aprobramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aprobarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aprobaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprobases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aprobsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprobaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aprobasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprobaras" ; "aprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aprobramos" ; "aprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprobarais" ; "aprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprobaran" ; "aprobasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aprob" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aprob" ;--# notpresent @@ -49807,12 +45655,12 @@ lin aprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aprobaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aprobarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aprobare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aprobares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aprobare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aprobremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aprobareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aprobaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aprobara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aprobaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aprobara" ;--# notpresent @@ -49843,30 +45691,24 @@ lin arrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arriendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "arriende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "arriendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "arriende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "arrendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "arrendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "arrienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arrendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "arrendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "arrendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "arrendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "arrendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "arrendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "arrendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrendaras" ; "arrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrendramos" ; "arrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrendarais" ; "arrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrendaran" ; "arrendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arrend" ;--# notpresent @@ -49879,12 +45721,12 @@ lin arrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arrendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "arrendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "arrendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "arrendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "arrendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "arrendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "arrendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arrendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arrendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arrendara" ;--# notpresent @@ -49915,30 +45757,24 @@ lin asentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asentara" ; "asentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asentaras" ; "asentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asentara" ; "asentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asentramos" ; "asentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asentarais" ; "asentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asentaran" ; "asentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asent" ;--# notpresent @@ -49951,12 +45787,12 @@ lin asentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asentara" ;--# notpresent @@ -49987,30 +45823,24 @@ lin aserrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aserramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aserris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aserremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aserris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aserremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aserris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aserraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aserrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aserraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aserrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aserrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aserraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aserrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aserraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aserrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aserrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aserrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aserraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aserrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aserrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aserrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aserrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aserraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aserrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aserraras" ; "aserrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aserrramos" ; "aserrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aserrarais" ; "aserraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aserraran" ; "aserrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aserr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aserraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aserr" ;--# notpresent @@ -50023,12 +45853,12 @@ lin aserrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aserraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aserraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aserrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aserrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aserrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aserrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aserrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aserrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aserraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aserrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aserrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aserrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aserrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aserrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aserraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aserrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aserraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aserrara" ;--# notpresent @@ -50059,30 +45889,24 @@ lin asestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "asestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asest" ;--# notpresent @@ -50095,12 +45919,12 @@ lin asestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent @@ -50131,30 +45955,24 @@ lin asestar2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "asestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asest" ;--# notpresent @@ -50167,12 +45985,12 @@ lin asestar2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent @@ -50203,30 +46021,24 @@ lin asolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asolara" ; "asolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asolaras" ; "asolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asolara" ; "asolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asolramos" ; "asolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asolarais" ; "asolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asolaran" ; "asolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asol" ;--# notpresent @@ -50239,12 +46051,12 @@ lin asolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asolara" ;--# notpresent @@ -50275,30 +46087,24 @@ lin asoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asoldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asueldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asuelde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asueldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asuelde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asoldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asoldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asuelden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asoldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asuelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asoldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asoldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asoldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asoldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asoldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asoldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asoldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asoldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asoldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asoldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asoldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asoldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asoldaras" ; "asoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asoldramos" ; "asoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asoldarais" ; "asoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asoldaran" ; "asoldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asold" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asold" ;--# notpresent @@ -50311,12 +46117,12 @@ lin asoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asoldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asoldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asoldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asoldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asoldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asoldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asoldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asoldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asoldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asoldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asoldara" ;--# notpresent @@ -50347,30 +46153,24 @@ lin asonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "asuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "asuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "asuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "asonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "asonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "asuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "asonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "asonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "asonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "asonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "asonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "asonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "asonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "asonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "asonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "asonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "asonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "asonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asonara" ; "asonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asonaras" ; "asonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asonara" ; "asonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asonramos" ; "asonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asonarais" ; "asonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asonaran" ; "asonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ason" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ason" ;--# notpresent @@ -50383,12 +46183,12 @@ lin asonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "asonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "asonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "asonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "asonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "asonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "asonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asonara" ;--# notpresent @@ -50419,30 +46219,24 @@ lin aspaventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspaventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspaventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspavientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aspaviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aspavientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aspaviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aspaventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aspaventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aspavienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aspaviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aspavientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aspaviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aspaventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aspaventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aspavienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aspaventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspaventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aspaventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspaventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspaventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspaventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aspaventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aspaventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aspaventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aspaventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aspaventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aspaventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspaventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspaventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspaventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspaventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspaventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspaventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspaventaras" ; "aspaventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspaventramos" ; "aspaventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspaventarais" ; "aspaventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspaventaran" ; "aspaventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aspavent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspaventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspavent" ;--# notpresent @@ -50455,12 +46249,12 @@ lin aspaventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspaventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspaventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspaventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aspaventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aspaventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aspaventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aspaventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspaventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspaventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspaventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspaventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspaventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspaventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspaventara" ;--# notpresent @@ -50491,30 +46285,24 @@ lin aterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterraras" ; "aterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aterrramos" ; "aterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterrarais" ; "aterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterraran" ; "aterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aterr" ;--# notpresent @@ -50527,12 +46315,12 @@ lin aterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aterrara" ;--# notpresent @@ -50563,30 +46351,24 @@ lin atestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atestara" ; "atestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atestaras" ; "atestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atestara" ; "atestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atestramos" ; "atestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atestarais" ; "atestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atestaran" ; "atestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atest" ;--# notpresent @@ -50599,12 +46381,12 @@ lin atestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atestara" ;--# notpresent @@ -50635,30 +46417,24 @@ lin atorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atoris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atueran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atuere" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atueres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atuere" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atoremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atoris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atoris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atorbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atoraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atorara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atoraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atorara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atorramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atorarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atoraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atorase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atorases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atorase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atorsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atoraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atorasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atorara" ; "atorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atoraras" ; "atorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atorara" ; "atorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atorramos" ; "atorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atorarais" ; "atoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atoraran" ; "atorasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ator" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ator" ;--# notpresent @@ -50671,12 +46447,12 @@ lin atorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atoraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atorarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atorare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atorares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atorare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atorremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atorareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atoraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atorara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atoraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atorara" ;--# notpresent @@ -50707,30 +46483,24 @@ lin atravesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atravesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atravesis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atraviesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atraviese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atravieses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atraviese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atravesemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atravesis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atraviesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atraviese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atravieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atraviese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atravesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atravesis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atraviesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atravesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atravesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atravesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atravesbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atravesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atravesaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atravesara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atravesaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atravesara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atravesramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atravesarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atravesaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atravesase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atravesases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atravesase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atravessemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atravesaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atravesasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atravesaras" ; "atravesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atravesramos" ; "atravessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atravesarais" ; "atravesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atravesaran" ; "atravesasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atraves" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atravesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atraves" ;--# notpresent @@ -50743,12 +46513,12 @@ lin atravesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atravesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atravesaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atravesarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atravesare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atravesares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atravesare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atravesremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atravesareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atravesaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atravesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atravesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atravesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atravesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atravesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atravesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atravesara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atravesaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atravesara" ;--# notpresent @@ -50779,30 +46549,24 @@ lin atronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atronis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atruenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atruene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atruenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atruene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atronemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atronis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atruenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atruene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atruenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atruene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atronis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atruenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atronbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atronaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atronara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atronaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atronara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atronramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atronarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atronaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atronase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atronases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atronase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atronsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atronaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atronasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atronara" ; "atronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atronaras" ; "atronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atronara" ; "atronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atronramos" ; "atronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atronarais" ; "atronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atronaran" ; "atronasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atron" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atron" ;--# notpresent @@ -50815,12 +46579,12 @@ lin atronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atronaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atronarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atronare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atronares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atronare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atronremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atronareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atronaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atronara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atronaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atronara" ;--# notpresent @@ -50851,30 +46615,24 @@ lin aventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "avientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "avienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "aventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "aventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "aventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "aventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "aventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "aventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "aventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "aventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "aventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aventara" ; "aventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aventaras" ; "aventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aventara" ; "aventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aventramos" ; "aventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aventarais" ; "aventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aventaran" ; "aventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avent" ;--# notpresent @@ -50887,12 +46645,12 @@ lin aventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "aventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "aventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "aventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "aventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "aventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aventara" ;--# notpresent @@ -50923,30 +46681,24 @@ lin azolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "azolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "azolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "azuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "azuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "azueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "azuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "azolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "azolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "azuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "azuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "azueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "azuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "azolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "azolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "azuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "azolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "azolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "azolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "azolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "azolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "azolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "azolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "azolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "azolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "azolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "azolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "azolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "azolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "azolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "azolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "azolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "azolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "azolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"azolara" ; "azolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"azolaras" ; "azolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"azolara" ; "azolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"azolramos" ; "azolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"azolarais" ; "azolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"azolaran" ; "azolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "azol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "azolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "azol" ;--# notpresent @@ -50959,12 +46711,12 @@ lin azolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "azolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "azolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "azolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "azolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "azolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "azolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "azolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "azolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "azolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "azolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "azolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "azolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "azolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "azolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "azolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "azolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "azolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "azolara" ;--# notpresent @@ -50995,30 +46747,24 @@ lin beldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "beldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "beldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bieldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "bielde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "bieldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "bielde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "beldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "beldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "bielden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "beldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "beldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "beldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "beldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "beldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "beldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "beldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "beldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "beldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "beldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "beldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "beldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "beldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "beldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "beldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "beldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "beldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "beldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "beldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "beldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"beldara" ; "beldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"beldaras" ; "beldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"beldara" ; "beldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"beldramos" ; "beldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"beldarais" ; "beldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"beldaran" ; "beldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "beld" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "beldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "beld" ;--# notpresent @@ -51031,12 +46777,12 @@ lin beldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "beldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "beldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "beldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "beldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "beldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "beldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "beldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "beldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "beldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "beldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "beldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "beldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "beldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "beldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "beldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "beldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "beldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "beldara" ;--# notpresent @@ -51067,30 +46813,24 @@ lin calentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "calentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "calentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "calientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "caliente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "calientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "caliente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "calentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "calentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "calienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "caliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "calientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "caliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "calentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "calentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "calienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "calentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "calentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "calentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "calentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "calentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "calentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "calentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "calentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "calentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "calentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "calentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "calentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "calentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "calentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "calentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "calentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "calentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "calentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"calentara" ; "calentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calentaras" ; "calentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"calentara" ; "calentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"calentramos" ; "calentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calentarais" ; "calentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calentaran" ; "calentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "calent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "calentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "calent" ;--# notpresent @@ -51103,12 +46843,12 @@ lin calentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "calentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "calentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "calentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "calentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "calentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "calentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "calentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "calentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "calentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "calentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "calentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "calentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "calentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "calentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "calentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "calentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "calentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "calentara" ;--# notpresent @@ -51139,30 +46879,24 @@ lin cerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cerris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cerremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cerris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cerris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cerrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cerraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cerrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cerraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cerrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cerrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cerrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cerraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cerrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cerraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cerraras" ; "cerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerrramos" ; "cerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cerrarais" ; "cerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cerraran" ; "cerrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cerr" ;--# notpresent @@ -51175,12 +46909,12 @@ lin cerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cerrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cerrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cerrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cerrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cerrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cerrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cerraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cerrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cerraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cerrara" ;--# notpresent @@ -51211,30 +46945,24 @@ lin cimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cimentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cimientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cimiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cimientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cimiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cimentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cimentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cimienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cimentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cimentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cimentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cimentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cimentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cimentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cimentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cimentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cimentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cimentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cimentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cimentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cimentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cimentaras" ; "cimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cimentramos" ; "cimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cimentarais" ; "cimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cimentaran" ; "cimentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ciment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ciment" ;--# notpresent @@ -51247,12 +46975,12 @@ lin cimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cimentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cimentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cimentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cimentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cimentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cimentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cimentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cimentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cimentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cimentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cimentara" ;--# notpresent @@ -51283,30 +47011,24 @@ lin circunvolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunvolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunvolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunvuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "circunvuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "circunvueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "circunvuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "circunvolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "circunvolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "circunvuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunvuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunvueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunvuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunvolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunvolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circunvuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunvolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunvolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunvolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunvolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunvolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunvolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "circunvolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "circunvolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "circunvolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "circunvolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "circunvolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "circunvolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunvolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunvolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunvolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunvolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunvolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunvolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunvolaras" ; "circunvolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunvolramos" ; "circunvolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunvolarais" ; "circunvolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunvolaran" ; "circunvolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunvol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunvolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunvol" ;--# notpresent @@ -51319,12 +47041,12 @@ lin circunvolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunvolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunvolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunvolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "circunvolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "circunvolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "circunvolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "circunvolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunvolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunvolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunvolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunvolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunvolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunvolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunvolara" ;--# notpresent @@ -51355,30 +47077,24 @@ lin colar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "colemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "colis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "colara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "colaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "colara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "colramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "colarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "colaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "colase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "colases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "colase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "colsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "colaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "colasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colara" ; "colase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colaras" ; "colases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colara" ; "colase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colramos" ; "colsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colarais" ; "colaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colaran" ; "colasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "col" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "col" ;--# notpresent @@ -51391,12 +47107,12 @@ lin colar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "colare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "colares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "colare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "colremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "colareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "colaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colara" ;--# notpresent @@ -51427,30 +47143,24 @@ lin comprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comprobis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comprueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "compruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "compruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "compruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "comprobemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "comprobis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "comprueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comprobis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comprobbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comprobaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "comprobara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "comprobaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "comprobara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "comprobramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "comprobarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "comprobaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "comprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "comprobases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "comprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "comprobsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "comprobaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "comprobasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comprobaras" ; "comprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comprobramos" ; "comprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comprobarais" ; "comprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comprobaran" ; "comprobasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comprob" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comprob" ;--# notpresent @@ -51463,12 +47173,12 @@ lin comprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "comprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comprobaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comprobarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "comprobare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "comprobares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "comprobare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "comprobremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "comprobareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "comprobaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comprobara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comprobaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comprobara" ;--# notpresent @@ -51499,30 +47209,24 @@ lin concertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "concierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conciertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "concierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "concertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "concertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "concierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "concierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concertara" ; "concertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concertaras" ; "concertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concertara" ; "concertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concertramos" ; "concertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concertarais" ; "concertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concertaran" ; "concertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concert" ;--# notpresent @@ -51535,12 +47239,12 @@ lin concertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concertara" ;--# notpresent @@ -51571,30 +47275,24 @@ lin concordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "concuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "concuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "concuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "concuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "concordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "concordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "concuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "concuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concordara" ; "concordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concordaras" ; "concordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concordara" ; "concordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concordramos" ; "concordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concordarais" ; "concordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concordaran" ; "concordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concord" ;--# notpresent @@ -51607,12 +47305,12 @@ lin concordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concordara" ;--# notpresent @@ -51643,30 +47341,24 @@ lin confesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "confesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "confesis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confiesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "confiese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "confieses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "confiese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "confesemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "confesis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "confiesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confiese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confiese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confesis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "confiesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "confesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "confesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "confesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "confesbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "confesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "confesaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "confesara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "confesaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "confesara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "confesramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "confesarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "confesaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "confesase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "confesases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "confesase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "confessemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "confesaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "confesasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confesara" ; "confesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confesaras" ; "confesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confesara" ; "confesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confesramos" ; "confessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confesarais" ; "confesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confesaran" ; "confesasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "confes" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "confesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confes" ;--# notpresent @@ -51679,12 +47371,12 @@ lin confesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "confesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "confesaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "confesarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "confesare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "confesares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "confesare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "confesremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "confesareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "confesaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "confesara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "confesaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "confesara" ;--# notpresent @@ -51715,30 +47407,24 @@ lin consolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "consuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "consueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "consuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "consolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "consolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "consuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "consolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "consolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "consolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "consolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "consolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "consolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "consolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "consolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "consolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "consolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "consolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "consolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consolara" ; "consolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consolaras" ; "consolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consolara" ; "consolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consolramos" ; "consolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consolarais" ; "consolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consolaran" ; "consolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consol" ;--# notpresent @@ -51751,12 +47437,12 @@ lin consolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "consolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "consolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "consolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "consolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "consolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "consolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consolara" ;--# notpresent @@ -51787,30 +47473,24 @@ lin consonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "consuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "consuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "consuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "consonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "consonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "consuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "consonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "consonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "consonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "consonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "consonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "consonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "consonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "consonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "consonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "consonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "consonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "consonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consonara" ; "consonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consonaras" ; "consonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consonara" ; "consonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consonramos" ; "consonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consonarais" ; "consonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consonaran" ; "consonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conson" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "conson" ;--# notpresent @@ -51823,12 +47503,12 @@ lin consonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "consonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "consonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "consonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "consonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "consonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "consonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consonara" ;--# notpresent @@ -51859,30 +47539,24 @@ lin contar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuentan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cuente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cuentes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cuente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cuenten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contara" ; "contase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contaras" ; "contases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contara" ; "contase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramos" ; "contsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contarais" ; "contaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contaran" ; "contasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cont" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cont" ;--# notpresent @@ -51895,12 +47569,12 @@ lin contar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contara" ;--# notpresent @@ -51931,30 +47605,24 @@ lin contramanifestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contramanifestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contramanifestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contramanifiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contramanifieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contramanifiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contramanifieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contramanifestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contramanifestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contramanifiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contramanifieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contramanifiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contramanifieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contramanifestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contramanifestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contramanifiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contramanifestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contramanifestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contramanifestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contramanifestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contramanifestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contramanifestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contramanifestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contramanifestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contramanifestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contramanifestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contramanifestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contramanifestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contramanifestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contramanifestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contramanifestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contramanifestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contramanifestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contramanifestaras" ; "contramanifestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramanifestramos" ; "contramanifestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contramanifestarais" ; "contramanifestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contramanifestaran" ; "contramanifestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contramanifest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contramanifestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contramanifest" ;--# notpresent @@ -51967,12 +47635,12 @@ lin contramanifestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contramanifestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contramanifestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contramanifestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contramanifestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contramanifestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contramanifestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contramanifestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contramanifestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contramanifestara" ;--# notpresent @@ -52003,30 +47671,24 @@ lin costar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "costamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "costis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "costemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "costis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "costemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "costis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "costaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "costabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "costaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "costbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "costabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "costaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "costara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "costaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "costara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "costramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "costarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "costaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "costase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "costases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "costase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "costsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "costaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "costasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"costara" ; "costase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"costaras" ; "costases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"costara" ; "costase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"costramos" ; "costsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"costarais" ; "costaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"costaran" ; "costasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "costaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cost" ;--# notpresent @@ -52039,12 +47701,12 @@ lin costar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "costaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "costaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "costarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "costare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "costares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "costare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "costremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "costareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "costaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "costare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "costares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "costare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "costremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "costareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "costaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "costara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "costaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "costara" ;--# notpresent @@ -52075,30 +47737,24 @@ lin decentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deciente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "decientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deciente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "decentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "decentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "decienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "decienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "decentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "decentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "decentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "decentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "decentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "decentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "decentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "decentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "decentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "decentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "decentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "decentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decentara" ; "decentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decentaras" ; "decentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decentara" ; "decentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decentramos" ; "decentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decentarais" ; "decentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decentaran" ; "decentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "decent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decent" ;--# notpresent @@ -52111,12 +47767,12 @@ lin decentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "decentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "decentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "decentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "decentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "decentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "decentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decentara" ;--# notpresent @@ -52147,30 +47803,24 @@ lin degollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "degollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "degollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deguellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deguelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deguelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deguelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "degollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "degollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deguellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deguelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deguelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deguelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "degollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "degollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deguellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "degollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "degollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "degollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "degollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "degollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "degollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "degollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "degollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "degollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "degollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "degollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "degollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "degollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "degollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "degollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "degollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "degollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "degollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"degollara" ; "degollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"degollaras" ; "degollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"degollara" ; "degollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"degollramos" ; "degollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"degollarais" ; "degollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"degollaran" ; "degollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "degoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "degollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "degoll" ;--# notpresent @@ -52183,12 +47833,12 @@ lin degollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "degollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "degollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "degollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "degollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "degollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "degollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "degollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "degollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "degollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "degollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "degollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "degollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "degollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "degollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "degollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "degollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "degollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "degollara" ;--# notpresent @@ -52219,30 +47869,24 @@ lin demostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "demostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "demostris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "demuestran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "demuestre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "demuestres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "demuestre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "demostremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "demostris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "demuestren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "demuestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "demuestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "demuestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "demostris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "demuestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "demostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "demostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "demostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "demostrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "demostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "demostraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "demostrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "demostraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "demostrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "demostrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "demostrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "demostraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "demostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "demostrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "demostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "demostrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "demostraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "demostrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demostraras" ; "demostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demostrramos" ; "demostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demostrarais" ; "demostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demostraran" ; "demostrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "demostr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "demostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "demostr" ;--# notpresent @@ -52255,12 +47899,12 @@ lin demostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "demostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "demostraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "demostrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "demostrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "demostrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "demostrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "demostrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "demostrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "demostraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "demostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "demostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "demostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "demostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "demostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "demostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "demostrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "demostraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "demostrara" ;--# notpresent @@ -52291,30 +47935,24 @@ lin denostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "denostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "denostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "denuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "denueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "denuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "denueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "denostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "denostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "denuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "denueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "denuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "denueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "denostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "denostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "denuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "denostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "denostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "denostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "denostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "denostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "denostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "denostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "denostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "denostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "denostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "denostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "denostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "denostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "denostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "denostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "denostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "denostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "denostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denostara" ; "denostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denostaras" ; "denostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denostara" ; "denostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denostramos" ; "denostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denostarais" ; "denostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denostaran" ; "denostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "denost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "denostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "denost" ;--# notpresent @@ -52327,12 +47965,12 @@ lin denostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "denostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "denostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "denostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "denostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "denostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "denostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "denostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "denostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "denostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "denostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "denostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "denostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "denostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "denostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "denostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "denostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "denostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "denostara" ;--# notpresent @@ -52363,30 +48001,24 @@ lin dentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "dientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "dienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "dienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dentara" ; "dentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dentaras" ; "dentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dentara" ; "dentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dentramos" ; "dentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dentarais" ; "dentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dentaran" ; "dentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dent" ;--# notpresent @@ -52399,12 +48031,12 @@ lin dentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dentara" ;--# notpresent @@ -52435,30 +48067,24 @@ lin desacertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaciertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desacierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desaciertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desacierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desacertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desacertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desacierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desacierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desacertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desacertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desacertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desacertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desacertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desacertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacertaras" ; "desacertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacertramos" ; "desacertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacertarais" ; "desacertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacertaran" ; "desacertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacert" ;--# notpresent @@ -52471,12 +48097,12 @@ lin desacertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desacertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desacertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desacertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desacertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desacertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desacertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacertara" ;--# notpresent @@ -52507,30 +48133,24 @@ lin desacollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desacuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desacuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desacuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desacuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desacollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desacollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desacuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desacuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desacuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desacollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desacollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desacollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desacollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desacollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desacollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacollaras" ; "desacollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacollramos" ; "desacollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacollarais" ; "desacollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacollaran" ; "desacollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacoll" ;--# notpresent @@ -52543,12 +48163,12 @@ lin desacollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desacollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desacollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desacollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desacollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desacollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desacollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacollara" ;--# notpresent @@ -52579,30 +48199,24 @@ lin desacordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desacuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desacuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desacuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desacuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desacordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desacordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desacuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desacuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desacuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desacordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desacordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desacordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desacordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desacordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desacordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacordaras" ; "desacordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacordramos" ; "desacordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacordarais" ; "desacordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacordaran" ; "desacordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacord" ;--# notpresent @@ -52615,12 +48229,12 @@ lin desacordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desacordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desacordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desacordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desacordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desacordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desacordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacordara" ;--# notpresent @@ -52651,30 +48265,24 @@ lin desaferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaferris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desafierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desafierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desafierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desafierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desaferremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desaferris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desafierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desafierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desafierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desafierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaferris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desafierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaferrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaferraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desaferrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desaferraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desaferrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desaferrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desaferrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desaferraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaferrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaferrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaferraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaferrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaferraras" ; "desaferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaferrramos" ; "desaferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaferrarais" ; "desaferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaferraran" ; "desaferrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaferr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaferr" ;--# notpresent @@ -52687,12 +48295,12 @@ lin desaferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaferraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaferrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desaferrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desaferrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desaferrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desaferraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaferrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaferraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaferrara" ;--# notpresent @@ -52723,30 +48331,24 @@ lin desaforar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaforamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaforis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desafueran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desafuere" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desafueres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desafuere" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desaforemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desaforis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desafueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desafuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desafueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desafuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaforemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaforis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desafueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaforaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaforabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaforaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaforbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaforabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaforaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desaforara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desaforaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desaforara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desaforramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desaforarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desaforaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaforase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaforases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaforase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaforsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaforaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaforasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaforaras" ; "desaforases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaforramos" ; "desaforsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaforarais" ; "desaforaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaforaran" ; "desaforasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desafor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaforaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desafor" ;--# notpresent @@ -52759,12 +48361,12 @@ lin desaforar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaforaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaforaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaforarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desaforare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desaforares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desaforare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desaforremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desaforareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desaforaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaforare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaforares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaforare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaforremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaforareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaforaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaforara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaforaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaforara" ;--# notpresent @@ -52795,30 +48397,24 @@ lin desalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desalentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desalientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desaliente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desalientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desaliente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desalentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desalentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desalienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desalentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desalentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desalentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desalentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desalentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desalentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desalentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desalentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desalentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desalentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desalentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desalentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desalentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desalentaras" ; "desalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desalentramos" ; "desalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desalentarais" ; "desalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desalentaran" ; "desalentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desalent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desalent" ;--# notpresent @@ -52831,12 +48427,12 @@ lin desalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desalentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desalentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desalentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desalentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desalentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desalentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desalentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desalentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desalentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desalentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desalentara" ;--# notpresent @@ -52867,30 +48463,24 @@ lin desamoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desamoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desamoblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desamueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desamueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desamuebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desamueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desamoblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desamoblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desamueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desamueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desamuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desamueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desamoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desamoblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desamueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desamoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desamoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desamoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desamoblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desamoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desamoblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desamoblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desamoblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desamoblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desamoblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desamoblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desamoblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desamoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desamoblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desamoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desamoblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desamoblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desamoblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desamoblaras" ; "desamoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desamoblramos" ; "desamoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desamoblarais" ; "desamoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desamoblaran" ; "desamoblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desamobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desamoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desamobl" ;--# notpresent @@ -52903,12 +48493,12 @@ lin desamoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desamoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desamoblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desamoblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desamoblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desamoblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desamoblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desamoblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desamoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desamoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desamoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desamoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desamoblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desamoblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desamoblara" ;--# notpresent @@ -52939,30 +48529,24 @@ lin desapretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desapretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desapretis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaprietan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desapriete" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desaprietes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desapriete" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desapretemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desapretis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desaprieten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desapriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desapriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desapretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desapretis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desaprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desapretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desapretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desapretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desapretbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desapretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desapretaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desapretara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desapretaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desapretara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desapretramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desapretarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desapretaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapretase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desapretases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapretase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desapretsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desapretaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapretasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desapretaras" ; "desapretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapretramos" ; "desapretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desapretarais" ; "desapretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desapretaran" ; "desapretasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desapret" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desapretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desapret" ;--# notpresent @@ -52975,12 +48559,12 @@ lin desapretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desapretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desapretaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desapretarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desapretare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desapretares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desapretare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desapretremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desapretareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desapretaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desapretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desapretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desapretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desapretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desapretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desapretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desapretara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desapretaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desapretara" ;--# notpresent @@ -53011,30 +48595,24 @@ lin desaprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaprobis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaprueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desapruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desapruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desapruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desaprobemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desaprobis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desaprueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desapruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desapruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desapruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaprobis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desaprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaprobbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaprobaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desaprobara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desaprobaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desaprobara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desaprobramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desaprobarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desaprobaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaprobases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaprobsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaprobaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaprobasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaprobaras" ; "desaprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaprobramos" ; "desaprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaprobarais" ; "desaprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaprobaran" ; "desaprobasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaprob" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaprob" ;--# notpresent @@ -53047,12 +48625,12 @@ lin desaprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaprobaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaprobarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desaprobares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desaprobremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desaprobareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desaprobaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaprobara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaprobaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaprobara" ;--# notpresent @@ -53083,30 +48661,24 @@ lin desarrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desarrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desarrendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desarriendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desarriende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desarriendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desarriende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desarrendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desarrendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desarrienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desarriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desarriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desarriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desarrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desarrendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desarrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desarrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desarrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desarrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desarrendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desarrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desarrendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desarrendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desarrendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desarrendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desarrendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desarrendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desarrendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desarrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desarrendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desarrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desarrendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desarrendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desarrendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desarrendaras" ; "desarrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desarrendramos" ; "desarrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desarrendarais" ; "desarrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desarrendaran" ; "desarrendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desarrend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desarrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desarrend" ;--# notpresent @@ -53119,12 +48691,12 @@ lin desarrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desarrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desarrendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desarrendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desarrendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desarrendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desarrendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desarrendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desarrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desarrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desarrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desarrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desarrendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desarrendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desarrendara" ;--# notpresent @@ -53155,30 +48727,24 @@ lin desasentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desasentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desasiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desasientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desasiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desasentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desasentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desasienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desasienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desasentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desasentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desasentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desasentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desasentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desasentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasentaras" ; "desasentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasentramos" ; "desasentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasentarais" ; "desasentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasentaran" ; "desasentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desasent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasent" ;--# notpresent @@ -53191,12 +48757,12 @@ lin desasentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desasentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desasentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desasentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desasentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desasentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desasentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasentara" ;--# notpresent @@ -53227,30 +48793,24 @@ lin desatentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desatentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desatentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desatiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desatientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desatiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desatentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desatentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desatienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desatentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desatentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desatienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desatentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desatentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desatentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desatentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desatentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desatentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desatentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desatentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desatentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desatentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desatentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desatentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatentaras" ; "desatentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatentramos" ; "desatentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatentarais" ; "desatentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatentaran" ; "desatentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desatent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desatentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desatent" ;--# notpresent @@ -53263,12 +48823,12 @@ lin desatentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desatentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desatentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desatentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desatentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desatentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desatentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desatentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desatentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desatentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desatentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desatentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desatentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desatentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desatentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desatentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desatentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desatentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desatentara" ;--# notpresent @@ -53299,30 +48859,24 @@ lin desaterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desatierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desatierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desatierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desaterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desaterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desatierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desatierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desaterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desaterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desaterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desaterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desaterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desaterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaterraras" ; "desaterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaterrramos" ; "desaterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaterrarais" ; "desaterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaterraran" ; "desaterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaterr" ;--# notpresent @@ -53335,12 +48889,12 @@ lin desaterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desaterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desaterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desaterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desaterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaterrara" ;--# notpresent @@ -53371,30 +48925,24 @@ lin descerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descerris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descerremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descerris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descerris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descerrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descerraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descerrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descerraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descerrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descerrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descerrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descerraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descerrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descerrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descerraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descerrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descerraras" ; "descerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descerrramos" ; "descerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descerrarais" ; "descerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descerraran" ; "descerrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descerr" ;--# notpresent @@ -53407,12 +48955,12 @@ lin descerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descerraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descerrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descerrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descerrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descerrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descerrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descerrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descerraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descerrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descerraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descerrara" ;--# notpresent @@ -53443,30 +48991,24 @@ lin descimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descimentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descimientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descimiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descimientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descimiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descimentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descimentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descimienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descimentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descimentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descimentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descimentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descimentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descimentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descimentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descimentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descimentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descimentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descimentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descimentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descimentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descimentaras" ; "descimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descimentramos" ; "descimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descimentarais" ; "descimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descimentaran" ; "descimentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desciment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desciment" ;--# notpresent @@ -53479,12 +49021,12 @@ lin descimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descimentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descimentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descimentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descimentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descimentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descimentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descimentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descimentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descimentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descimentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descimentara" ;--# notpresent @@ -53515,30 +49057,24 @@ lin descollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descollara" ; "descollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descollaras" ; "descollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descollara" ; "descollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descollramos" ; "descollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descollarais" ; "descollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descollaran" ; "descollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descoll" ;--# notpresent @@ -53551,12 +49087,12 @@ lin descollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descollara" ;--# notpresent @@ -53587,30 +49123,24 @@ lin desconcertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconcertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconcertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconciertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desconcierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desconciertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desconcierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desconcertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desconcertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desconcierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconcierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconcierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconcertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconcertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconcierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconcertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconcertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconcertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconcertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconcertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconcertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desconcertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desconcertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desconcertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desconcertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desconcertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desconcertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconcertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconcertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconcertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconcertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconcertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconcertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconcertaras" ; "desconcertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconcertramos" ; "desconcertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconcertarais" ; "desconcertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconcertaran" ; "desconcertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconcert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconcertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconcert" ;--# notpresent @@ -53623,12 +49153,12 @@ lin desconcertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconcertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconcertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconcertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desconcertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desconcertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desconcertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desconcertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconcertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconcertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconcertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconcertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconcertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconcertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconcertara" ;--# notpresent @@ -53659,30 +49189,24 @@ lin desconsolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconsolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconsolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconsuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desconsuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desconsueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desconsuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desconsolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desconsolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desconsuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconsuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconsueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconsuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconsolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconsolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconsuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconsolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconsolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconsolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconsolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconsolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconsolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desconsolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desconsolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desconsolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desconsolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desconsolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desconsolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsolaras" ; "desconsolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsolramos" ; "desconsolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsolarais" ; "desconsolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsolaran" ; "desconsolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconsol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconsolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconsol" ;--# notpresent @@ -53695,12 +49219,12 @@ lin desconsolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconsolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconsolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconsolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desconsolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desconsolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desconsolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desconsolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconsolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconsolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconsolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconsolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconsolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconsolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconsolara" ;--# notpresent @@ -53731,30 +49255,24 @@ lin descontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descontis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuentan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descuente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuentes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descuente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descontemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descontis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuenten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descontis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descontbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descontaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descontara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descontaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descontara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descontramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descontarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descontaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descontase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descontases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descontase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descontsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descontaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descontasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descontara" ; "descontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descontaras" ; "descontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descontara" ; "descontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descontramos" ; "descontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descontarais" ; "descontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descontaran" ; "descontasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descont" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descont" ;--# notpresent @@ -53767,12 +49285,12 @@ lin descontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descontaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descontarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descontare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descontares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descontare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descontremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descontareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descontaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descontara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descontaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descontara" ;--# notpresent @@ -53803,30 +49321,24 @@ lin descordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descordara" ; "descordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descordaras" ; "descordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descordara" ; "descordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descordramos" ; "descordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descordarais" ; "descordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descordaran" ; "descordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descord" ;--# notpresent @@ -53839,12 +49351,12 @@ lin descordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descordara" ;--# notpresent @@ -53875,30 +49387,24 @@ lin descornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descornis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descuerne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descuernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descuerne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descornemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descornis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descuernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descornis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descornbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descornaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descornara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descornaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descornara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descornramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descornarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descornaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descornase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descornases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descornase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descornsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descornaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descornasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descornara" ; "descornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descornaras" ; "descornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descornara" ; "descornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descornramos" ; "descornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descornarais" ; "descornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descornaran" ; "descornasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descorn" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descorn" ;--# notpresent @@ -53911,12 +49417,12 @@ lin descornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descornaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descornarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descornare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descornares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descornare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descornremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descornareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descornaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descornara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descornaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descornara" ;--# notpresent @@ -53947,30 +49453,24 @@ lin desdentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desdentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desdentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desdientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desdiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desdientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desdiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desdentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desdentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desdienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desdiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desdientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desdiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desdentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desdentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desdienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desdentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desdentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desdentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desdentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desdentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desdentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desdentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desdentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desdentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desdentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desdentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desdentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdentaras" ; "desdentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdentramos" ; "desdentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdentarais" ; "desdentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdentaran" ; "desdentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desdent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desdentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desdent" ;--# notpresent @@ -53983,12 +49483,12 @@ lin desdentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desdentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desdentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desdentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desdentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desdentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desdentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desdentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desdentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desdentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desdentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desdentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desdentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desdentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desdentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desdentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desdentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desdentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desdentara" ;--# notpresent @@ -54019,30 +49519,24 @@ lin desempedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desempedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desempedris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desempiedran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desempiedre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desempiedres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desempiedre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desempedremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desempedris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desempiedren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desempiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desempiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desempiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desempedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desempedris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desempiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desempedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desempedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desempedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desempedrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desempedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desempedraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desempedrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desempedraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desempedrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desempedrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desempedrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desempedraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desempedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desempedrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desempedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desempedrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desempedraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desempedrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desempedraras" ; "desempedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desempedrramos" ; "desempedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desempedrarais" ; "desempedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desempedraran" ; "desempedrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desempedr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desempedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desempedr" ;--# notpresent @@ -54055,12 +49549,12 @@ lin desempedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desempedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desempedraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desempedrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desempedrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desempedrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desempedrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desempedraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desempedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desempedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desempedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desempedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desempedrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desempedraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desempedrara" ;--# notpresent @@ -54091,30 +49585,24 @@ lin desencerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencerris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desencierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desencierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desencierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desencerremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desencerris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desencierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencerris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencerrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencerraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desencerrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desencerraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desencerrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desencerrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desencerrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desencerraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencerrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencerrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencerraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencerrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencerraras" ; "desencerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencerrramos" ; "desencerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencerrarais" ; "desencerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencerraran" ; "desencerrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencerr" ;--# notpresent @@ -54127,12 +49615,12 @@ lin desencerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencerraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencerrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desencerrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desencerrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desencerrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desencerraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencerrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencerraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencerrara" ;--# notpresent @@ -54163,30 +49651,24 @@ lin desencordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desencuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desencuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desencuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desencordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desencordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desencuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desencordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desencordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desencordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desencordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desencordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desencordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencordaras" ; "desencordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencordramos" ; "desencordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencordarais" ; "desencordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencordaran" ; "desencordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencord" ;--# notpresent @@ -54199,12 +49681,12 @@ lin desencordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desencordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desencordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desencordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desencordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desencordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desencordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencordara" ;--# notpresent @@ -54235,30 +49717,24 @@ lin desencovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencuevan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desencueve" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desencueves" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desencueve" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desencovemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desencovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desencueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencovbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencovaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desencovara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desencovaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desencovara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desencovramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desencovarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desencovaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencovase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencovases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencovase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencovsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencovaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencovasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencovaras" ; "desencovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencovramos" ; "desencovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencovarais" ; "desencovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencovaran" ; "desencovasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencov" ;--# notpresent @@ -54271,12 +49747,12 @@ lin desencovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencovaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencovarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desencovare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desencovares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desencovare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desencovremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desencovareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desencovaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencovara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencovaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencovara" ;--# notpresent @@ -54307,30 +49783,24 @@ lin desengrosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desengrosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desengrosis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desengruesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desengruese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desengrueses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desengruese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desengrosemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desengrosis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desengruesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desengruese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desengrueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desengruese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desengrosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desengrosis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desengruesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desengrosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desengrosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desengrosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desengrosbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desengrosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desengrosaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desengrosara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desengrosaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desengrosara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desengrosramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desengrosarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desengrosaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desengrosase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desengrosases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desengrosase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desengrossemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desengrosaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desengrosasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desengrosaras" ; "desengrosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desengrosramos" ; "desengrossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desengrosarais" ; "desengrosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desengrosaran" ; "desengrosasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desengros" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desengrosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desengros" ;--# notpresent @@ -54343,12 +49813,12 @@ lin desengrosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desengrosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desengrosaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desengrosarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desengrosares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desengrosremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desengrosareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desengrosaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desengrosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desengrosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desengrosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desengrosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desengrosara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desengrosaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desengrosara" ;--# notpresent @@ -54379,30 +49849,24 @@ lin desenterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desentierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desentierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desentierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desenterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desenterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desentierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desenterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desenterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desenterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desenterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desenterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desenterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenterraras" ; "desenterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenterrramos" ; "desenterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenterrarais" ; "desenterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenterraran" ; "desenterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenterr" ;--# notpresent @@ -54415,12 +49879,12 @@ lin desenterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desenterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desenterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desenterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desenterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenterrara" ;--# notpresent @@ -54451,30 +49915,24 @@ lin desgobernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desgobernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desgobernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desgobiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desgobierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desgobiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desgobierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desgobernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desgobernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desgobiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desgobierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desgobiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desgobierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desgobernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desgobernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desgobiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desgobernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desgobernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desgobernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desgobernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desgobernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desgobernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desgobernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desgobernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desgobernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desgobernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desgobernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desgobernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desgobernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desgobernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desgobernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desgobernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desgobernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desgobernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desgobernaras" ; "desgobernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desgobernramos" ; "desgobernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desgobernarais" ; "desgobernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desgobernaran" ; "desgobernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desgobern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desgobernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desgobern" ;--# notpresent @@ -54487,12 +49945,12 @@ lin desgobernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desgobernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desgobernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desgobernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desgobernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desgobernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desgobernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desgobernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desgobernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desgobernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desgobernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desgobernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desgobernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desgobernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desgobernara" ;--# notpresent @@ -54523,30 +49981,24 @@ lin deshelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deshelis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshielan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshiele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshieles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshiele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deshelemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deshelis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshielen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshelis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshelbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshelaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "deshelara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deshelaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "deshelara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "deshelramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deshelarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deshelaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshelase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshelases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshelase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshelsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshelaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshelasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshelaras" ; "deshelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshelramos" ; "deshelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshelarais" ; "deshelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshelaran" ; "deshelasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshel" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deshel" ;--# notpresent @@ -54559,12 +50011,12 @@ lin deshelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deshelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deshelaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deshelarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "deshelare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deshelares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "deshelare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "deshelremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "deshelareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deshelaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deshelara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deshelaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deshelara" ;--# notpresent @@ -54595,30 +50047,24 @@ lin desherbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desherbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desherbis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshierban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshierbe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshierbes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshierbe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desherbemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desherbis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshierben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshierbe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshierbes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshierbe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desherbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desherbis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshierben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desherbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desherbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desherbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desherbbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desherbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desherbaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desherbara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desherbaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desherbara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desherbramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desherbarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desherbaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherbase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherbases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherbase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherbsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherbaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherbasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherbaras" ; "desherbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherbramos" ; "desherbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherbarais" ; "desherbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherbaran" ; "desherbasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desherb" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desherbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desherb" ;--# notpresent @@ -54631,12 +50077,12 @@ lin desherbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desherbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desherbaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desherbarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desherbare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desherbares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desherbare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desherbremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desherbareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desherbaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desherbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desherbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desherbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desherbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desherbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desherbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desherbara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desherbaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desherbara" ;--# notpresent @@ -54667,30 +50113,24 @@ lin desherrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desherramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desherris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desherremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desherris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desherremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desherris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desherraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desherrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desherraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desherrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desherrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desherraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desherrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desherraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desherrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desherrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desherrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desherraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherraras" ; "desherrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherrramos" ; "desherrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherrarais" ; "desherraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherraran" ; "desherrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desherr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desherraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desherr" ;--# notpresent @@ -54703,12 +50143,12 @@ lin desherrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desherraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desherraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desherrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desherrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desherrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desherrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desherrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desherrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desherraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desherrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desherrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desherrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desherrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desherrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desherraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desherrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desherraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desherrara" ;--# notpresent @@ -54739,30 +50179,24 @@ lin desinvernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desinvernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desinvernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desinviernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desinvierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desinviernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desinvierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desinvernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desinvernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desinviernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desinvierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desinviernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desinvierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desinvernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desinvernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desinviernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desinvernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desinvernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desinvernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desinvernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desinvernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desinvernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desinvernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desinvernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desinvernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desinvernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desinvernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desinvernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desinvernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desinvernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desinvernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desinvernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desinvernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desinvernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desinvernaras" ; "desinvernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desinvernramos" ; "desinvernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desinvernarais" ; "desinvernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desinvernaran" ; "desinvernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desinvern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desinvernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desinvern" ;--# notpresent @@ -54775,12 +50209,12 @@ lin desinvernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desinvernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desinvernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desinvernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desinvernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desinvernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desinvernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desinvernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desinvernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desinvernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desinvernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desinvernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desinvernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desinvernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desinvernara" ;--# notpresent @@ -54811,30 +50245,24 @@ lin deslendrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deslendramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deslendris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desliendran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desliendre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desliendres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desliendre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deslendremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deslendris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desliendren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desliendre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desliendres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desliendre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deslendremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deslendris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desliendren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deslendraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deslendrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deslendraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deslendrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deslendrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deslendraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "deslendrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deslendraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "deslendrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "deslendrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deslendrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deslendraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "deslendrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslendrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "deslendrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deslendrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslendraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "deslendrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslendraras" ; "deslendrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deslendrramos" ; "deslendrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslendrarais" ; "deslendraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslendraran" ; "deslendrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deslendr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deslendraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deslendr" ;--# notpresent @@ -54847,12 +50275,12 @@ lin deslendrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deslendraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deslendraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deslendrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deslendrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "deslendrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "deslendrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deslendraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslendrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deslendrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deslendrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslendraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deslendrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deslendraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deslendrara" ;--# notpresent @@ -54883,30 +50311,24 @@ lin desmajolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmajolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmajolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmajuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmajuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmajueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmajuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmajolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmajolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmajuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmajuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmajueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmajuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmajolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmajolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmajuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmajolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmajolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmajolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmajolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmajolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmajolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmajolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmajolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmajolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmajolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmajolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmajolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmajolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmajolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmajolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmajolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmajolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmajolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmajolaras" ; "desmajolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmajolramos" ; "desmajolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmajolarais" ; "desmajolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmajolaran" ; "desmajolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmajol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmajolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmajol" ;--# notpresent @@ -54919,12 +50341,12 @@ lin desmajolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmajolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmajolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmajolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmajolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmajolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmajolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmajolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmajolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmajolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmajolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmajolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmajolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmajolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmajolara" ;--# notpresent @@ -54955,30 +50377,24 @@ lin desmelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmelis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmielan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmiele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmieles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmiele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmelemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmelis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmielen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmelis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmelbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmelaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmelara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmelaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmelara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmelramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmelarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmelaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmelase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmelases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmelase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmelsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmelaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmelasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmelaras" ; "desmelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmelramos" ; "desmelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmelarais" ; "desmelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmelaran" ; "desmelasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmel" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmel" ;--# notpresent @@ -54991,12 +50407,12 @@ lin desmelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmelaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmelarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmelare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmelares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmelare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmelremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmelareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmelaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmelara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmelaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmelara" ;--# notpresent @@ -55027,30 +50443,24 @@ lin desmembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmembris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmiembran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmiembre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmiembres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmiembre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmembremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmembris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmiembren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmembris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmembrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmembraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmembrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmembraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmembrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmembrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmembrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmembraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmembrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmembrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmembraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmembrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmembraras" ; "desmembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmembrramos" ; "desmembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmembrarais" ; "desmembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmembraran" ; "desmembrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmembr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmembr" ;--# notpresent @@ -55063,12 +50473,12 @@ lin desmembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmembraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmembrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmembrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmembrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmembrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmembraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmembrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmembraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmembrara" ;--# notpresent @@ -55099,30 +50509,24 @@ lin desolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desolara" ; "desolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desolaras" ; "desolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desolara" ; "desolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desolramos" ; "desolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desolarais" ; "desolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desolaran" ; "desolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desol" ;--# notpresent @@ -55135,12 +50539,12 @@ lin desolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desolara" ;--# notpresent @@ -55171,30 +50575,24 @@ lin desoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desoldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desueldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desuelde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desueldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desuelde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desoldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desoldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desuelden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desuelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desoldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desoldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desoldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desoldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desoldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desoldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desoldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desoldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoldaras" ; "desoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoldramos" ; "desoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoldarais" ; "desoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoldaran" ; "desoldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desold" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desold" ;--# notpresent @@ -55207,12 +50605,12 @@ lin desoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desoldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desoldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desoldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desoldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desoldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desoldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desoldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desoldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desoldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desoldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desoldara" ;--# notpresent @@ -55243,30 +50641,24 @@ lin desollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desollara" ; "desollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desollaras" ; "desollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desollara" ; "desollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desollramos" ; "desollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desollarais" ; "desollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desollaran" ; "desollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoll" ;--# notpresent @@ -55279,12 +50671,12 @@ lin desollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desollara" ;--# notpresent @@ -55315,30 +50707,24 @@ lin despedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despedris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiedran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despiedre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despiedres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despiedre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despedremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despedris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despiedren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despedris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despedrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despedraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despedrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despedraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despedrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despedrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despedrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despedraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despedrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despedrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despedraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despedrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despedraras" ; "despedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despedrramos" ; "despedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despedrarais" ; "despedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despedraran" ; "despedrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despedr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despedr" ;--# notpresent @@ -55351,12 +50737,12 @@ lin despedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despedraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despedrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despedrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despedrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despedrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despedrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despedrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despedraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despedrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despedraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despedrara" ;--# notpresent @@ -55387,30 +50773,24 @@ lin despernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despernara" ; "despernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despernaras" ; "despernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despernara" ; "despernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despernramos" ; "despernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despernarais" ; "despernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despernaran" ; "despernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despern" ;--# notpresent @@ -55423,12 +50803,12 @@ lin despernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despernara" ;--# notpresent @@ -55459,30 +50839,24 @@ lin despertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despiertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despertara" ; "despertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despertaras" ; "despertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despertara" ; "despertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despertramos" ; "despertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despertarais" ; "despertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despertaran" ; "despertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despert" ;--# notpresent @@ -55495,12 +50869,12 @@ lin despertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despertara" ;--# notpresent @@ -55531,30 +50905,24 @@ lin despoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despoblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despuebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despoblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despoblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despoblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despoblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despoblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despoblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despoblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despoblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despoblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despoblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despoblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despoblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despoblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despoblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despoblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despoblaras" ; "despoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despoblramos" ; "despoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despoblarais" ; "despoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despoblaran" ; "despoblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despobl" ;--# notpresent @@ -55567,12 +50935,12 @@ lin despoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despoblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despoblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despoblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despoblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despoblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despoblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despoblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despoblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despoblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despoblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despoblara" ;--# notpresent @@ -55603,30 +50971,24 @@ lin destentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "destentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "destentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "destentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "destentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "destentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "destentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "destentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "destentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "destentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "destentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "destentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "destentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "destentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "destentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destentara" ; "destentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destentaras" ; "destentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destentara" ; "destentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destentramos" ; "destentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destentarais" ; "destentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destentaran" ; "destentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destent" ;--# notpresent @@ -55639,12 +51001,12 @@ lin destentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "destentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "destentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "destentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "destentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "destentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "destentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destentara" ;--# notpresent @@ -55675,30 +51037,24 @@ lin desterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desterraras" ; "desterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desterrramos" ; "desterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desterrarais" ; "desterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desterraran" ; "desterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desterr" ;--# notpresent @@ -55711,12 +51067,12 @@ lin desterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desterrara" ;--# notpresent @@ -55747,30 +51103,24 @@ lin desventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desvientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desvienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desventara" ; "desventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desventaras" ; "desventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desventara" ; "desventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desventramos" ; "desventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desventarais" ; "desventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desventaran" ; "desventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvent" ;--# notpresent @@ -55783,12 +51133,12 @@ lin desventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desventara" ;--# notpresent @@ -55819,30 +51169,24 @@ lin dezmar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dezmamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dezmis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diezman" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diezme" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "diezmes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diezme" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dezmemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dezmis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "diezmen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diezme" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diezmes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diezme" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dezmemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dezmis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diezmen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dezmaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dezmabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dezmaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dezmbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dezmabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dezmaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dezmara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dezmaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dezmara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dezmramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dezmarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dezmaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dezmase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dezmases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dezmase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dezmsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dezmaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dezmasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dezmaras" ; "dezmases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dezmramos" ; "dezmsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dezmarais" ; "dezmaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dezmaran" ; "dezmasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dezm" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dezmaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dezm" ;--# notpresent @@ -55855,12 +51199,12 @@ lin dezmar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dezmaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dezmaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dezmarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dezmare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dezmares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dezmare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dezmremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dezmareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dezmaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dezmare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dezmares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dezmare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dezmremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dezmareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dezmaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dezmara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dezmaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dezmara" ;--# notpresent @@ -55891,30 +51235,24 @@ lin discontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discontis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "discuentan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "discuente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "discuentes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "discuente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "discontemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "discontis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "discuenten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "discuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discontis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "discuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discontbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discontaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "discontara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "discontaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "discontara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "discontramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "discontarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "discontaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "discontase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "discontases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "discontase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "discontsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "discontaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "discontasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discontara" ; "discontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discontaras" ; "discontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discontara" ; "discontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discontramos" ; "discontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discontarais" ; "discontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discontaran" ; "discontasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "discont" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discont" ;--# notpresent @@ -55927,12 +51265,12 @@ lin discontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discontaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discontarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "discontare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "discontares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "discontare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "discontremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "discontareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "discontaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discontara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discontaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discontara" ;--# notpresent @@ -55963,30 +51301,24 @@ lin discordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "discuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "discuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "discuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "discuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "discordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "discordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "discuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "discuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "discuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "discordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "discordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "discordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "discordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "discordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "discordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "discordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "discordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "discordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "discordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "discordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "discordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discordara" ; "discordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discordaras" ; "discordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discordara" ; "discordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discordramos" ; "discordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discordarais" ; "discordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discordaran" ; "discordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "discord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discord" ;--# notpresent @@ -55999,12 +51331,12 @@ lin discordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "discordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "discordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "discordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "discordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "discordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "discordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discordara" ;--# notpresent @@ -56035,30 +51367,24 @@ lin disonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "disonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "disonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "disonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "disonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "disonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "disonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "disonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "disonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "disonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "disonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "disonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "disonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "disonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disonara" ; "disonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disonaras" ; "disonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disonara" ; "disonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disonramos" ; "disonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disonarais" ; "disonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disonaran" ; "disonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dison" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dison" ;--# notpresent @@ -56071,12 +51397,12 @@ lin disonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "disonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "disonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "disonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "disonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "disonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "disonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disonara" ;--# notpresent @@ -56107,30 +51433,24 @@ lin dolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "duele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "dueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "duele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "dolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "dolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "duelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "duelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dolara" ; "dolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolaras" ; "dolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dolara" ; "dolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dolramos" ; "dolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolarais" ; "dolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolaran" ; "dolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dol" ;--# notpresent @@ -56143,12 +51463,12 @@ lin dolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dolara" ;--# notpresent @@ -56179,30 +51499,24 @@ lin empajolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empajolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empajolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empajuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empajuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empajueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empajuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empajolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empajolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empajuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empajuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empajueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empajuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empajolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empajolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empajuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empajolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empajolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empajolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empajolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empajolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empajolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empajolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empajolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empajolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empajolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empajolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empajolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empajolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empajolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empajolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empajolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empajolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empajolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empajolaras" ; "empajolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empajolramos" ; "empajolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empajolarais" ; "empajolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empajolaran" ; "empajolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empajol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empajolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empajol" ;--# notpresent @@ -56215,12 +51529,12 @@ lin empajolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empajolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empajolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empajolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empajolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empajolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empajolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empajolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empajolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empajolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empajolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empajolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empajolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empajolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empajolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empajolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empajolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empajolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empajolara" ;--# notpresent @@ -56251,30 +51565,24 @@ lin emparentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emparentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emparentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emparientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empariente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "emparientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empariente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "emparentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "emparentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "emparienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empariente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emparientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empariente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emparentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emparentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emparienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emparentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emparentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emparentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emparentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emparentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emparentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "emparentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "emparentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "emparentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "emparentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "emparentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "emparentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "emparentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "emparentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "emparentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "emparentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "emparentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "emparentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emparentaras" ; "emparentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emparentramos" ; "emparentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emparentarais" ; "emparentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emparentaran" ; "emparentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emparent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emparentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emparent" ;--# notpresent @@ -56287,12 +51595,12 @@ lin emparentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emparentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emparentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emparentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "emparentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "emparentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "emparentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "emparentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "emparentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "emparentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emparentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emparentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emparentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emparentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emparentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emparentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emparentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emparentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emparentara" ;--# notpresent @@ -56323,30 +51631,24 @@ lin empedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empedris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empiedran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "empiedre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "empiedres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "empiedre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "empedremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "empedris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "empiedren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empedris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empedrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empedraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "empedrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "empedraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "empedrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "empedrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "empedrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "empedraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "empedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "empedrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "empedrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "empedrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedraras" ; "empedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empedrramos" ; "empedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedrarais" ; "empedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedraran" ; "empedrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empedr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empedr" ;--# notpresent @@ -56359,12 +51661,12 @@ lin empedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empedraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empedrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "empedrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "empedrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "empedrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "empedrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "empedrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "empedraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empedrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empedraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empedrara" ;--# notpresent @@ -56395,30 +51697,24 @@ lin encentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enciente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enciente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encentara" ; "encentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encentaras" ; "encentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encentara" ; "encentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encentramos" ; "encentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encentarais" ; "encentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encentaran" ; "encentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encent" ;--# notpresent @@ -56431,12 +51727,12 @@ lin encentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encentara" ;--# notpresent @@ -56467,30 +51763,24 @@ lin encerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encerris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encerremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encerris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encerris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encerrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encerraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encerrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encerraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encerrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encerrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encerrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encerraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encerrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encerrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encerraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encerrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encerraras" ; "encerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encerrramos" ; "encerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encerrarais" ; "encerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encerraran" ; "encerrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encerr" ;--# notpresent @@ -56503,12 +51793,12 @@ lin encerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encerraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encerrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encerrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encerrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encerrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encerrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encerrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encerraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encerrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encerraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encerrara" ;--# notpresent @@ -56539,30 +51829,24 @@ lin encomendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encomendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encomendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encomiendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encomiende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encomiendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encomiende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encomendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encomendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encomienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encomiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encomiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encomiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encomendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encomendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encomienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encomendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encomendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encomendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encomendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encomendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encomendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encomendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encomendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encomendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encomendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encomendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encomendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encomendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encomendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encomendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encomendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encomendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encomendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encomendaras" ; "encomendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encomendramos" ; "encomendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encomendarais" ; "encomendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encomendaran" ; "encomendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encomend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encomendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encomend" ;--# notpresent @@ -56575,12 +51859,12 @@ lin encomendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encomendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encomendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encomendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encomendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encomendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encomendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encomendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encomendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encomendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encomendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encomendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encomendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encomendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encomendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encomendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encomendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encomendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encomendara" ;--# notpresent @@ -56611,30 +51895,24 @@ lin encontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encontris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuentran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encuentre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encuentres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encuentre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encontremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encontris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encuentren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encontris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encontrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encontraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encontrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encontraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encontrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encontrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encontrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encontraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encontrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encontrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encontraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encontrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encontraras" ; "encontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encontrramos" ; "encontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encontrarais" ; "encontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encontraran" ; "encontrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encontr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encontr" ;--# notpresent @@ -56647,12 +51925,12 @@ lin encontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encontraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encontrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encontrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encontrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encontrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encontrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encontrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encontraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encontrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encontraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encontrara" ;--# notpresent @@ -56683,30 +51961,24 @@ lin encorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encoris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encueran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encuere" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encueres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encuere" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encoremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encoris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encoris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encorbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encoraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encorara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encoraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encorara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encorramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encorarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encoraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encorase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encorase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encorsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encoraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encorasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encorara" ; "encorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encoraras" ; "encorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encorara" ; "encorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encorramos" ; "encorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorarais" ; "encoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encoraran" ; "encorasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encor" ;--# notpresent @@ -56719,12 +51991,12 @@ lin encorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encoraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encorarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encorare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encorares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encorare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encorremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encorareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encoraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encorara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encoraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encorara" ;--# notpresent @@ -56755,30 +52027,24 @@ lin encordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encordara" ; "encordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encordaras" ; "encordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encordara" ; "encordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encordramos" ; "encordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encordarais" ; "encordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encordaran" ; "encordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encord" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encord" ;--# notpresent @@ -56791,12 +52057,12 @@ lin encordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encordara" ;--# notpresent @@ -56827,30 +52093,24 @@ lin encovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuevan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encueve" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encueves" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encueve" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encovemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encovbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encovaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encovara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encovaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encovara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encovramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encovarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encovaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encovase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encovases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encovase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encovsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encovaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encovasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encovara" ; "encovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encovaras" ; "encovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encovara" ; "encovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encovramos" ; "encovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encovarais" ; "encovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encovaran" ; "encovasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encov" ;--# notpresent @@ -56863,12 +52123,12 @@ lin encovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encovaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encovarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encovare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encovares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encovare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encovremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encovareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encovaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encovara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encovaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encovara" ;--# notpresent @@ -56899,30 +52159,24 @@ lin encubertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encubertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encubertis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encubiertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "encubierte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "encubiertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "encubierte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "encubertemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "encubertis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "encubierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encubierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encubiertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encubierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encubertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encubertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encubierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encubertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encubertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encubertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encubertbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encubertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encubertaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "encubertara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "encubertaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "encubertara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "encubertramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "encubertarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "encubertaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubertase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubertases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubertase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubertsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubertaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubertasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubertaras" ; "encubertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubertramos" ; "encubertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubertarais" ; "encubertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubertaran" ; "encubertasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encubert" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encubertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encubert" ;--# notpresent @@ -56935,12 +52189,12 @@ lin encubertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encubertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encubertaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encubertarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "encubertare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "encubertares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "encubertare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "encubertremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "encubertareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "encubertaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encubertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encubertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encubertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encubertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encubertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encubertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encubertara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encubertaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encubertara" ;--# notpresent @@ -56971,30 +52225,24 @@ lin endentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "endiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "endientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "endiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "endentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "endentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "endienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "endienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "endentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "endentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "endentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "endentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "endentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "endentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "endentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "endentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "endentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "endentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endentara" ; "endentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentaras" ; "endentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endentara" ; "endentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endentramos" ; "endentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentarais" ; "endentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentaran" ; "endentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endent" ;--# notpresent @@ -57007,12 +52255,12 @@ lin endentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "endentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "endentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "endentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "endentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "endentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "endentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endentara" ;--# notpresent @@ -57043,30 +52291,24 @@ lin engorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engoris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engueran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enguere" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engueres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enguere" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engoremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engoris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enguere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enguere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engoris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engorbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engoraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engorara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engoraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engorara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engorramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engorarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engoraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engorase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engorases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engorase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engorsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engoraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engorasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engorara" ; "engorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engoraras" ; "engorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engorara" ; "engorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engorramos" ; "engorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engorarais" ; "engoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engoraran" ; "engorasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engor" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engor" ;--# notpresent @@ -57079,12 +52321,12 @@ lin engorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engoraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engorarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engorare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engorares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engorare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engorremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engorareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engoraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engorara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engoraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engorara" ;--# notpresent @@ -57115,30 +52357,24 @@ lin engrosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrosis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engruesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engruese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engrueses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engruese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engrosemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engrosis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engruesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engruese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engruese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrosis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engruesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrosbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrosaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engrosara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engrosaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engrosara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engrosramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engrosarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engrosaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrosase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrosases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrosase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrossemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrosaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrosasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrosaras" ; "engrosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrosramos" ; "engrossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrosarais" ; "engrosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrosaran" ; "engrosasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engros" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engros" ;--# notpresent @@ -57151,12 +52387,12 @@ lin engrosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrosaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrosarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engrosare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engrosares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engrosare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engrosremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engrosareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engrosaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrosara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrosaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrosara" ;--# notpresent @@ -57187,30 +52423,24 @@ lin enhestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enhestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enhestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enhiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enhieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enhiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enhieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enhestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enhestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enhiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enhieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enhiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enhieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enhestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enhestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enhiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enhestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enhestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enhestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enhestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enhestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enhestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enhestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enhestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enhestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enhestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enhestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enhestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enhestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enhestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enhestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enhestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enhestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enhestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enhestaras" ; "enhestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enhestramos" ; "enhestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enhestarais" ; "enhestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enhestaran" ; "enhestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enhest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enhestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enhest" ;--# notpresent @@ -57223,12 +52453,12 @@ lin enhestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enhestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enhestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enhestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enhestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enhestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enhestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enhestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enhestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enhestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enhestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enhestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enhestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enhestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enhestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enhestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enhestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enhestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enhestara" ;--# notpresent @@ -57259,30 +52489,24 @@ lin enmelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmelis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmielan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmiele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmieles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmiele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmelemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmelis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmielen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmelis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmelbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmelaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmelara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmelaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmelara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmelramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmelarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmelaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmelase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmelases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmelase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmelsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmelaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmelasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmelaras" ; "enmelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmelramos" ; "enmelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmelarais" ; "enmelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmelaran" ; "enmelasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmel" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmel" ;--# notpresent @@ -57295,12 +52519,12 @@ lin enmelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmelaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmelarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmelare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmelares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmelare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmelremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmelareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmelaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmelara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmelaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmelara" ;--# notpresent @@ -57331,30 +52555,24 @@ lin enmendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmiendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enmiende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enmiendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enmiende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enmendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enmendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enmienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enmendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enmendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enmendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enmendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enmendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enmendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmendaras" ; "enmendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmendramos" ; "enmendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmendarais" ; "enmendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmendaran" ; "enmendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmend" ;--# notpresent @@ -57367,12 +52585,12 @@ lin enmendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enmendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enmendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enmendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enmendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enmendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enmendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmendara" ;--# notpresent @@ -57403,30 +52621,24 @@ lin enrodar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrodamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrodis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruedan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "enruede" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "enruedes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "enruede" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enrodemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enrodis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "enrueden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enruede" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enruedes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enruede" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrodemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrodis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrueden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrodaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrodabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrodaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrodbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrodabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrodaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enrodara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enrodaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enrodara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enrodramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enrodarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enrodaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrodase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrodases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrodase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrodsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrodaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrodasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrodaras" ; "enrodases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrodramos" ; "enrodsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrodarais" ; "enrodaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrodaran" ; "enrodasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrod" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrodaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrod" ;--# notpresent @@ -57439,12 +52651,12 @@ lin enrodar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrodaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrodaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrodarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enrodare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enrodares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enrodare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enrodremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enrodareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enrodaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrodare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrodares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrodare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrodremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrodareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrodaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrodara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrodaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrodara" ;--# notpresent @@ -57475,30 +52687,24 @@ lin ensangrentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensangrentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensangrentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensangrientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensangriente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensangrientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensangriente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensangrentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensangrentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensangrienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensangriente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensangrientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensangriente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensangrentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensangrentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensangrienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensangrentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensangrentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensangrentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensangrentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensangrentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensangrentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensangrentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensangrentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensangrentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensangrentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensangrentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensangrentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensangrentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensangrentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensangrentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensangrentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensangrentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensangrentaras" ; "ensangrentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensangrentramos" ; "ensangrentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensangrentarais" ; "ensangrentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensangrentaran" ; "ensangrentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensangrent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensangrentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensangrent" ;--# notpresent @@ -57511,12 +52717,12 @@ lin ensangrentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensangrentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensangrentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensangrentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensangrentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensangrentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensangrentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensangrentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensangrentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensangrentara" ;--# notpresent @@ -57547,30 +52753,24 @@ lin ensarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensarmentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensarmientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensarmiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensarmientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensarmiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensarmentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensarmentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensarmienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensarmentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensarmentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensarmentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensarmentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensarmentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensarmentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensarmentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensarmentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarmentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarmentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarmentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarmentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarmentaras" ; "ensarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarmentramos" ; "ensarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarmentarais" ; "ensarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarmentaran" ; "ensarmentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensarment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensarment" ;--# notpresent @@ -57583,12 +52783,12 @@ lin ensarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensarmentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensarmentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensarmentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensarmentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensarmentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensarmentara" ;--# notpresent @@ -57619,30 +52819,24 @@ lin enso {- VPB (Pres Ind C.Pl C.P1) => -} "ensoamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensuean" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ensuee" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ensuees" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ensuee" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ensoemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ensois" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ensueen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensuee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensuees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensuee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensoemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensueen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensoaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensoabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensoaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensobamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensoabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensoaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ensoara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ensoaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ensoara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ensoramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ensoarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ensoaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensosemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoaras" ; "ensoases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoramos" ; "ensosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoarais" ; "ensoaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoaran" ; "ensoasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enso" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensoaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enso" ;--# notpresent @@ -57655,12 +52849,12 @@ lin enso {- VPB (Fut Ind C.Pl C.P1) => -} "ensoaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensoaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensoarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ensoare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ensoares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ensoare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ensoremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ensoareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ensoaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensoare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensoares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensoare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensoremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensoareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensoaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensoara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensoaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensoara" ;--# notpresent @@ -57691,30 +52885,24 @@ lin enterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "enterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "enterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "enterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "enterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "enterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "enterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "enterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "enterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "enterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "enterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "enterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enterraras" ; "enterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterrramos" ; "enterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enterrarais" ; "enterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enterraran" ; "enterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enterr" ;--# notpresent @@ -57727,12 +52915,12 @@ lin enterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "enterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "enterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "enterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "enterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "enterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "enterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enterrara" ;--# notpresent @@ -57763,30 +52951,24 @@ lin entesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entesis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entiesan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entiese" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entieses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entiese" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entesemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entesis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entiesen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entiese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entiese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entesis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entiesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entesbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entesaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entesara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entesaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entesara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entesramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entesarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entesaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entesases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entessemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entesaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesara" ; "entesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entesaras" ; "entesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesara" ; "entesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesramos" ; "entessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entesarais" ; "entesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entesaran" ; "entesasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entes" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entes" ;--# notpresent @@ -57799,12 +52981,12 @@ lin entesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entesaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entesarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entesare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entesares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entesare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entesremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entesareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entesaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entesara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entesaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entesara" ;--# notpresent @@ -57835,30 +53017,24 @@ lin entortar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entortamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entortis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entuertan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entuerte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entuertes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entuerte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entortemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entortis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entuerten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entuerte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entuertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entuerte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entortemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entortis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entuerten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entortaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entortabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entortaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entortbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entortabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entortaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entortara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entortaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entortara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entortramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entortarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entortaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entortase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entortases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entortase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entortsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entortaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entortasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entortara" ; "entortase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entortaras" ; "entortases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entortara" ; "entortase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entortramos" ; "entortsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entortarais" ; "entortaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entortaran" ; "entortasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entort" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entortaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entort" ;--# notpresent @@ -57871,12 +53047,12 @@ lin entortar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entortaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entortaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entortarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entortare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entortares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entortare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entortremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entortareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entortaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entortare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entortares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entortare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entortremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entortareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entortaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entortara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entortaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entortara" ;--# notpresent @@ -57907,30 +53083,24 @@ lin entrecerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecerris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrecierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entrecierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrecierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entrecerremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entrecerris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entrecierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecerris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrecierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecerrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecerraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entrecerrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrecerraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entrecerrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entrecerrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrecerrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrecerraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecerrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecerrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecerrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecerraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecerrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecerraras" ; "entrecerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecerrramos" ; "entrecerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecerrarais" ; "entrecerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecerraran" ; "entrecerrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecerr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecerr" ;--# notpresent @@ -57943,12 +53113,12 @@ lin entrecerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecerraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecerrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrecerrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entrecerrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrecerraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecerrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecerraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecerrara" ;--# notpresent @@ -57979,30 +53149,24 @@ lin entrepernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrepernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrepernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrepiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrepierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entrepiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrepierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entrepernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entrepernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entrepiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrepierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrepiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrepierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrepernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrepernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrepiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrepernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrepernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrepernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrepernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrepernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrepernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entrepernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrepernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entrepernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entrepernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrepernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrepernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrepernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrepernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrepernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrepernaras" ; "entrepernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepernramos" ; "entrepernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrepernarais" ; "entrepernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrepernaran" ; "entrepernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrepern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrepernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrepern" ;--# notpresent @@ -58015,12 +53179,12 @@ lin entrepernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrepernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrepernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrepernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrepernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entrepernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entrepernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrepernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrepernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrepernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrepernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrepernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrepernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrepernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrepernara" ;--# notpresent @@ -58051,30 +53215,24 @@ lin escarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escarmentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escarmientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escarmiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escarmientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escarmiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escarmentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escarmentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escarmienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escarmentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escarmentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escarmentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escarmentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escarmentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escarmentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escarmentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escarmentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escarmentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarmentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarmentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarmentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarmentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarmentaras" ; "escarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarmentramos" ; "escarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarmentarais" ; "escarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarmentaran" ; "escarmentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escarment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escarment" ;--# notpresent @@ -58087,12 +53245,12 @@ lin escarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escarmentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escarmentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escarmentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escarmentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escarmentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escarmentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escarmentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escarmentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escarmentara" ;--# notpresent @@ -58123,30 +53281,24 @@ lin escolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "escuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "escueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "escuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "escolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "escolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "escuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "escolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "escolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "escolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "escolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "escolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "escolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "escolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "escolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "escolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "escolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "escolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "escolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escolara" ; "escolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escolaras" ; "escolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escolara" ; "escolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escolramos" ; "escolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escolarais" ; "escolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escolaran" ; "escolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escol" ;--# notpresent @@ -58159,12 +53311,12 @@ lin escolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "escolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "escolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "escolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "escolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "escolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "escolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escolara" ;--# notpresent @@ -58195,30 +53347,24 @@ lin ferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ferris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ferremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ferris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ferris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ferrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ferraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ferrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ferraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ferrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ferrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ferrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ferraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ferrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ferrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ferrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ferraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ferrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ferraras" ; "ferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ferrramos" ; "ferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ferrarais" ; "ferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ferraran" ; "ferrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ferr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ferr" ;--# notpresent @@ -58231,12 +53377,12 @@ lin ferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ferraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ferrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ferrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ferrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ferrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ferrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ferrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ferraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ferrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ferraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ferrara" ;--# notpresent @@ -58267,30 +53413,24 @@ lin follar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "follamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "follis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "follemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "follis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "follemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "follis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "follaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "follabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "follaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "follbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "follabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "follaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "follara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "follaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "follara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "follramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "follarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "follaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "follase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "follases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "follase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "follsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "follaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "follasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"follara" ; "follase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"follaras" ; "follases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"follara" ; "follase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"follramos" ; "follsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"follarais" ; "follaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"follaran" ; "follasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "foll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "follaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "foll" ;--# notpresent @@ -58303,12 +53443,12 @@ lin follar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "follaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "follaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "follarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "follare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "follares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "follare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "follremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "follareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "follaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "follare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "follares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "follare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "follremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "follareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "follaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "follara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "follaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "follara" ;--# notpresent @@ -58339,30 +53479,24 @@ lin gobernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gobernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gobernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gobiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "gobierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "gobiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "gobierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "gobernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "gobernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "gobiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gobierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gobiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gobierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gobernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gobernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gobiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gobernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gobernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gobernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gobernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gobernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gobernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "gobernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "gobernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "gobernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "gobernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "gobernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "gobernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "gobernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "gobernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "gobernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "gobernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "gobernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "gobernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gobernaras" ; "gobernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gobernramos" ; "gobernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gobernarais" ; "gobernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gobernaran" ; "gobernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gobern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gobernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gobern" ;--# notpresent @@ -58375,12 +53509,12 @@ lin gobernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gobernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gobernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gobernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "gobernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "gobernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "gobernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "gobernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "gobernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "gobernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gobernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gobernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gobernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gobernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gobernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gobernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gobernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gobernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gobernara" ;--# notpresent @@ -58411,30 +53545,24 @@ lin grandisonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "grandisonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "grandisonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "grandisuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "grandisuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "grandisuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "grandisuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "grandisonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "grandisonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "grandisuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "grandisuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "grandisuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "grandisuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "grandisonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "grandisonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "grandisuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "grandisonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "grandisonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "grandisonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "grandisonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "grandisonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "grandisonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "grandisonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "grandisonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "grandisonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "grandisonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "grandisonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "grandisonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "grandisonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "grandisonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "grandisonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "grandisonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "grandisonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "grandisonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grandisonaras" ; "grandisonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"grandisonramos" ; "grandisonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"grandisonarais" ; "grandisonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grandisonaran" ; "grandisonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "grandison" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "grandisonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "grandison" ;--# notpresent @@ -58447,12 +53575,12 @@ lin grandisonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "grandisonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "grandisonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "grandisonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "grandisonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "grandisonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "grandisonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "grandisonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "grandisonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "grandisonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "grandisonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "grandisonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "grandisonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "grandisonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "grandisonara" ;--# notpresent @@ -58483,30 +53611,24 @@ lin hacendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hacendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hacendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "haciendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "haciende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "haciendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "haciende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hacendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hacendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hacienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haciende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "haciendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haciende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hacendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hacendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hacienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hacendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hacendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hacendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hacendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hacendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hacendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hacendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hacendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hacendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hacendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hacendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hacendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hacendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hacendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hacendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hacendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hacendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hacendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hacendaras" ; "hacendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hacendramos" ; "hacendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hacendarais" ; "hacendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hacendaran" ; "hacendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hacend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hacendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hacend" ;--# notpresent @@ -58519,12 +53641,12 @@ lin hacendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hacendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hacendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hacendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hacendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hacendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hacendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hacendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hacendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hacendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hacendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hacendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hacendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hacendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hacendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hacendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hacendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hacendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hacendara" ;--# notpresent @@ -58555,30 +53677,24 @@ lin helar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "helamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "helis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hielan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hiele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hieles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hiele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "helemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "helis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hielen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "helemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "helis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "helaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "helabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "helaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "helbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "helabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "helaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "helara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "helaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "helara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "helramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "helarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "helaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "helase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "helases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "helase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "helsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "helaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "helasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"helara" ; "helase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"helaras" ; "helases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"helara" ; "helase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"helramos" ; "helsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"helarais" ; "helaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"helaran" ; "helasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hel" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "helaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hel" ;--# notpresent @@ -58591,12 +53707,12 @@ lin helar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "helaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "helaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "helarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "helare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "helares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "helare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "helremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "helareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "helaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "helare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "helares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "helare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "helremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "helareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "helaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "helara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "helaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "helara" ;--# notpresent @@ -58627,30 +53743,24 @@ lin herbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herbis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hierbe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hierbes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hierbe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "herbemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "herbis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hierben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierbe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hierbes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierbe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herbis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hierben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herbbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herbaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "herbara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "herbaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "herbara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "herbramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "herbarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "herbaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbara" ; "herbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbaras" ; "herbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbara" ; "herbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbramos" ; "herbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbarais" ; "herbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbaran" ; "herbasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herb" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herb" ;--# notpresent @@ -58663,12 +53773,12 @@ lin herbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herbaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herbarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "herbare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "herbares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "herbare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "herbremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "herbareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "herbaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herbara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herbaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herbara" ;--# notpresent @@ -58699,30 +53809,24 @@ lin herrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "herremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "herris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "herrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "herraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "herrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "herrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "herrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "herraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "herrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "herrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "herrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "herrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "herraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "herrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herrara" ; "herrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herraras" ; "herrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herrara" ; "herrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herrramos" ; "herrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herrarais" ; "herraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herraran" ; "herrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herr" ;--# notpresent @@ -58735,12 +53839,12 @@ lin herrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "herrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "herrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "herrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "herrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "herrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "herraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herrara" ;--# notpresent @@ -58771,30 +53875,24 @@ lin herventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hervientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "herviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hervientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "herviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "herventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "herventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hervienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "herviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hervientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "herviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hervienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "herventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "herventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "herventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "herventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "herventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "herventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "herventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "herventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "herventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "herventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "herventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "herventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herventara" ; "herventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herventaras" ; "herventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herventara" ; "herventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herventramos" ; "herventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herventarais" ; "herventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herventaran" ; "herventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hervent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hervent" ;--# notpresent @@ -58807,12 +53905,12 @@ lin herventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "herventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "herventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "herventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "herventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "herventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "herventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herventara" ;--# notpresent @@ -58843,30 +53941,24 @@ lin holiar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "holiamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "holiis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "holiean" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "holiee" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "holiees" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "holiee" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "holiemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "holiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "holieen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "holiee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "holiees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "holiee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "holiemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "holiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "holieen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "holiaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "holiabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "holiaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "holibamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "holiabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "holiaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "holiara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "holiaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "holiara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "holiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "holiarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "holiaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "holiase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "holiases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "holiase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "holisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "holiaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "holiasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holiara" ; "holiase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holiaras" ; "holiases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holiara" ; "holiase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holiramos" ; "holisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holiarais" ; "holiaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holiaran" ; "holiasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "holi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "holiaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "holi" ;--# notpresent @@ -58879,12 +53971,12 @@ lin holiar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "holiaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "holiaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "holiarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "holiare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "holiares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "holiare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "holiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "holiareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "holiaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "holiare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "holiares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "holiare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "holiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "holiareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "holiaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "holiara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "holiaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "holiara" ;--# notpresent @@ -58915,30 +54007,24 @@ lin improbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "improbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "improbis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imprueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "impruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "impruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "impruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "improbemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "improbis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "imprueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "impruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "impruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "improbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "improbis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "imprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "improbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "improbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "improbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "improbbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "improbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "improbaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "improbara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "improbaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "improbara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "improbramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "improbarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "improbaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "improbase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "improbases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "improbase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "improbsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "improbaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "improbasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"improbara" ; "improbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"improbaras" ; "improbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"improbara" ; "improbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"improbramos" ; "improbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"improbarais" ; "improbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"improbaran" ; "improbasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "improb" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "improbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "improb" ;--# notpresent @@ -58951,12 +54037,12 @@ lin improbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "improbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "improbaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "improbarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "improbare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "improbares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "improbare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "improbremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "improbareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "improbaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "improbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "improbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "improbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "improbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "improbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "improbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "improbara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "improbaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "improbara" ;--# notpresent @@ -58987,30 +54073,24 @@ lin incensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "incensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "incensis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inciensan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inciense" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "incienses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inciense" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "incensemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "incensis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inciensen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inciense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "incienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inciense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "incensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "incensis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inciensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "incensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "incensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "incensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "incensbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "incensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "incensaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "incensara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "incensaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "incensara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "incensramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "incensarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "incensaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "incensase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "incensases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "incensase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "incenssemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "incensaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "incensasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incensara" ; "incensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incensaras" ; "incensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incensara" ; "incensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incensramos" ; "incenssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incensarais" ; "incensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incensaran" ; "incensasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "incens" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "incensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "incens" ;--# notpresent @@ -59023,12 +54103,12 @@ lin incensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "incensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "incensaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "incensarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "incensare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "incensares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "incensare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "incensremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "incensareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "incensaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "incensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "incensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "incensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "incensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "incensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "incensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "incensara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "incensaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "incensara" ;--# notpresent @@ -59059,30 +54139,24 @@ lin infernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infiernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "infierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "infiernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "infierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "infernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "infernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "infiernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "infiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "infernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "infernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "infernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "infernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "infernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "infernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "infernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "infernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "infernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "infernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "infernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "infernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infernara" ; "infernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infernaras" ; "infernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infernara" ; "infernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infernramos" ; "infernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infernarais" ; "infernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infernaran" ; "infernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "infern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infern" ;--# notpresent @@ -59095,12 +54169,12 @@ lin infernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "infernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "infernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "infernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "infernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "infernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "infernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infernara" ;--# notpresent @@ -59131,30 +54205,24 @@ lin invernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "invernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "invernis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inviernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "invierne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inviernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "invierne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "invernemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "invernis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inviernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inviernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inviernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "invernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "invernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "invernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "invernbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "invernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "invernaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "invernara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "invernaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "invernara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "invernramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "invernarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "invernaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "invernase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "invernases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "invernase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "invernsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "invernaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "invernasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invernara" ; "invernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invernaras" ; "invernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invernara" ; "invernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invernramos" ; "invernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invernarais" ; "invernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invernaran" ; "invernasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "invern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "invernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invern" ;--# notpresent @@ -59167,12 +54235,12 @@ lin invernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "invernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "invernaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "invernarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "invernare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "invernares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "invernare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "invernremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "invernareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "invernaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "invernara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "invernaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "invernara" ;--# notpresent @@ -59203,30 +54271,24 @@ lin jamerdar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jamerdamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jamerdis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "jamierdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "jamierde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "jamierdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "jamierde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "jamerdemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "jamerdis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "jamierden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jamierde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "jamierdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jamierde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "jamerdemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "jamerdis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "jamierden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jamerdaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jamerdabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jamerdaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jamerdbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jamerdabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jamerdaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "jamerdara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "jamerdaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "jamerdara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "jamerdramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "jamerdarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "jamerdaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "jamerdase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "jamerdases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "jamerdase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "jamerdsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "jamerdaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "jamerdasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jamerdaras" ; "jamerdases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jamerdramos" ; "jamerdsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jamerdarais" ; "jamerdaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jamerdaran" ; "jamerdasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jamerd" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jamerdaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jamerd" ;--# notpresent @@ -59239,12 +54301,12 @@ lin jamerdar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jamerdaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jamerdaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jamerdarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "jamerdares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "jamerdremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "jamerdareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "jamerdaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jamerdares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jamerdremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jamerdareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jamerdaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jamerdara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jamerdaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jamerdara" ;--# notpresent @@ -59275,30 +54337,24 @@ lin mancornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mancornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mancornis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mancuernan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mancuerne" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mancuernes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mancuerne" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mancornemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mancornis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mancuernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mancuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mancuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mancuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mancornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mancornis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mancuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mancornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mancornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mancornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mancornbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mancornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mancornaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mancornara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mancornaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mancornara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mancornramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mancornarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mancornaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mancornase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mancornases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mancornase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mancornsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mancornaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mancornasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mancornaras" ; "mancornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mancornramos" ; "mancornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mancornarais" ; "mancornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mancornaran" ; "mancornasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mancorn" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mancornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mancorn" ;--# notpresent @@ -59311,12 +54367,12 @@ lin mancornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mancornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mancornaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mancornarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mancornare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mancornares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mancornare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mancornremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mancornareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mancornaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mancornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mancornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mancornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mancornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mancornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mancornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mancornara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mancornaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mancornara" ;--# notpresent @@ -59347,30 +54403,24 @@ lin manifestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manifestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manifestis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manifiestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "manifieste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "manifiestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "manifieste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "manifestemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "manifestis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "manifiesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manifieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manifiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manifieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manifestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manifestis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "manifiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manifestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manifestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manifestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manifestbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manifestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manifestaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "manifestara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "manifestaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "manifestara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "manifestramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "manifestarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "manifestaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "manifestase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "manifestases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "manifestase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "manifestsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "manifestaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "manifestasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manifestaras" ; "manifestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manifestramos" ; "manifestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manifestarais" ; "manifestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manifestaran" ; "manifestasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manifest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manifestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manifest" ;--# notpresent @@ -59383,12 +54433,12 @@ lin manifestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manifestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manifestaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manifestarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "manifestare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "manifestares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "manifestare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "manifestremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "manifestareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "manifestaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manifestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manifestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manifestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manifestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manifestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manifestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manifestara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manifestaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manifestara" ;--# notpresent @@ -59419,30 +54469,24 @@ lin melar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "melamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "melis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mielan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "miele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mieles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "miele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "melemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "melis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mielen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "miele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "miele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "melemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "melis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "melaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "melabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "melaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "melbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "melabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "melaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "melara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "melaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "melara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "melramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "melarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "melaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "melase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "melases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "melase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "melsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "melaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "melasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"melara" ; "melase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"melaras" ; "melases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"melara" ; "melase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"melramos" ; "melsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"melarais" ; "melaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"melaran" ; "melasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mel" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "melaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mel" ;--# notpresent @@ -59455,12 +54499,12 @@ lin melar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "melaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "melaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "melarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "melare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "melares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "melare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "melremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "melareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "melaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "melare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "melares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "melare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "melremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "melareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "melaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "melara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "melaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "melara" ;--# notpresent @@ -59491,30 +54535,24 @@ lin mentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "miente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "miente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "miente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "miente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mentara" ; "mentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mentaras" ; "mentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mentara" ; "mentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mentramos" ; "mentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mentarais" ; "mentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mentaran" ; "mentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ment" ;--# notpresent @@ -59527,12 +54565,12 @@ lin mentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mentara" ;--# notpresent @@ -59563,30 +54601,24 @@ lin merendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "merendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "merendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "meriendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "meriende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "meriendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "meriende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "merendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "merendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "merienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "meriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "meriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "meriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "merendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "merendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "merienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "merendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "merendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "merendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "merendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "merendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "merendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "merendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "merendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "merendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "merendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "merendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "merendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "merendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "merendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "merendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "merendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "merendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "merendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"merendara" ; "merendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merendaras" ; "merendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"merendara" ; "merendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"merendramos" ; "merendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merendarais" ; "merendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merendaran" ; "merendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "merend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "merendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "merend" ;--# notpresent @@ -59599,12 +54631,12 @@ lin merendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "merendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "merendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "merendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "merendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "merendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "merendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "merendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "merendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "merendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "merendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "merendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "merendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "merendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "merendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "merendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "merendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "merendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "merendara" ;--# notpresent @@ -59635,30 +54667,24 @@ lin moblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "moblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "moblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "moblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "moblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "moblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "moblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "moblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "moblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "moblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "moblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "moblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "moblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "moblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "moblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "moblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "moblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "moblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "moblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "moblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "moblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "moblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "moblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "moblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "moblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moblara" ; "moblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"moblaras" ; "moblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moblara" ; "moblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moblramos" ; "moblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"moblarais" ; "moblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"moblaran" ; "moblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mobl" ;--# notpresent @@ -59671,12 +54697,12 @@ lin moblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "moblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "moblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "moblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "moblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "moblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "moblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "moblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "moblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "moblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "moblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "moblara" ;--# notpresent @@ -59707,30 +54733,24 @@ lin mostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mostris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muestran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "muestre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "muestres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "muestre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mostremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mostris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "muestren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mostris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mostrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mostraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "mostrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mostraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "mostrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "mostrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mostrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mostraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "mostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mostrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "mostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mostrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mostraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "mostrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mostraras" ; "mostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mostrramos" ; "mostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mostrarais" ; "mostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mostraran" ; "mostrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mostr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mostr" ;--# notpresent @@ -59743,12 +54763,12 @@ lin mostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mostraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mostrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "mostrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mostrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "mostrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "mostrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "mostrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mostraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mostrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mostraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mostrara" ;--# notpresent @@ -59779,30 +54799,24 @@ lin nevar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "nevamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "nevis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "nievan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "nieve" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "nieves" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "nieve" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "nevemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "nevis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "nieven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "nieve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "nieves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "nieve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "nevemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "nevis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "nieven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "nevaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "nevabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "nevaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "nevbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "nevabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "nevaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "nevara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "nevaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "nevara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "nevramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "nevarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "nevaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "nevase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "nevases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "nevase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "nevsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "nevaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "nevasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"nevara" ; "nevase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nevaras" ; "nevases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"nevara" ; "nevase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"nevramos" ; "nevsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nevarais" ; "nevaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nevaran" ; "nevasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "nev" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "nevaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "nev" ;--# notpresent @@ -59815,12 +54829,12 @@ lin nevar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "nevaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "nevaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "nevarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "nevare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "nevares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "nevare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "nevremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "nevareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "nevaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "nevare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "nevares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "nevare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "nevremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "nevareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "nevaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "nevara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "nevaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "nevara" ;--# notpresent @@ -59851,30 +54865,24 @@ lin patiquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "patiquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "patiquebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "patiquiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "patiquiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "patiquiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "patiquiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "patiquebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "patiquebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "patiquiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "patiquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "patiquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "patiquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "patiquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "patiquebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "patiquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "patiquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "patiquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "patiquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "patiquebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "patiquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "patiquebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "patiquebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "patiquebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "patiquebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "patiquebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "patiquebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "patiquebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "patiquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "patiquebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "patiquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "patiquebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "patiquebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "patiquebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"patiquebraras" ; "patiquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"patiquebrramos" ; "patiquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"patiquebrarais" ; "patiquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"patiquebraran" ; "patiquebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "patiquebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "patiquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "patiquebr" ;--# notpresent @@ -59887,12 +54895,12 @@ lin patiquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "patiquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "patiquebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "patiquebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "patiquebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "patiquebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "patiquebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "patiquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "patiquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "patiquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "patiquebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "patiquebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "patiquebrara" ;--# notpresent @@ -59923,30 +54931,24 @@ lin pensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pensis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "piensan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "piense" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pienses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "piense" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pensemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pensis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "piensen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "piense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "piense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pensis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "piensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pensbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pensaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pensara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pensaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pensara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pensramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pensarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pensaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pensase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pensases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pensase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "penssemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pensaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pensasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pensara" ; "pensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pensaras" ; "pensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pensara" ; "pensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pensramos" ; "penssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pensarais" ; "pensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pensaran" ; "pensasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pens" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pens" ;--# notpresent @@ -59959,12 +54961,12 @@ lin pensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pensaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pensarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pensare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pensares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pensare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pensremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pensareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pensaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pensara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pensaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pensara" ;--# notpresent @@ -59995,30 +54997,24 @@ lin percollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "percollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "percollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "percuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "percuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "percuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "percuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "percollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "percollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "percuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "percuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "percuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "percuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "percollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "percollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "percuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "percollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "percollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "percollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "percollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "percollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "percollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "percollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "percollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "percollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "percollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "percollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "percollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "percollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "percollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "percollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "percollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "percollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "percollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"percollara" ; "percollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"percollaras" ; "percollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"percollara" ; "percollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"percollramos" ; "percollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"percollarais" ; "percollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"percollaran" ; "percollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "percoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "percollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "percoll" ;--# notpresent @@ -60031,12 +55027,12 @@ lin percollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "percollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "percollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "percollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "percollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "percollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "percollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "percollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "percollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "percollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "percollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "percollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "percollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "percollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "percollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "percollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "percollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "percollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "percollara" ;--# notpresent @@ -60067,30 +55063,24 @@ lin perniquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perniquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perniquebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perniquiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "perniquiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "perniquiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "perniquiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "perniquebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "perniquebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "perniquiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perniquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perniquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perniquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perniquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perniquebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perniquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perniquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perniquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perniquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perniquebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perniquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perniquebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "perniquebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "perniquebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "perniquebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "perniquebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "perniquebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "perniquebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "perniquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "perniquebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "perniquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "perniquebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "perniquebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "perniquebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perniquebraras" ; "perniquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perniquebrramos" ; "perniquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perniquebrarais" ; "perniquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perniquebraran" ; "perniquebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perniquebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perniquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perniquebr" ;--# notpresent @@ -60103,12 +55093,12 @@ lin perniquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perniquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perniquebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perniquebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "perniquebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "perniquebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "perniquebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perniquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perniquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perniquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perniquebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perniquebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perniquebrara" ;--# notpresent @@ -60139,30 +55129,24 @@ lin poblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "poblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "poblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "puebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "poblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "poblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "puebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "poblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "poblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "poblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "poblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "poblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "poblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "poblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "poblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "poblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "poblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "poblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "poblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "poblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "poblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "poblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "poblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "poblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "poblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "poblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "poblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poblara" ; "poblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poblaras" ; "poblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poblara" ; "poblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poblramos" ; "poblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poblarais" ; "poblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poblaran" ; "poblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "poblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pobl" ;--# notpresent @@ -60175,12 +55159,12 @@ lin poblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "poblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "poblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "poblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "poblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "poblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "poblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "poblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "poblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "poblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "poblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "poblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "poblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "poblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "poblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "poblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "poblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "poblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "poblara" ;--# notpresent @@ -60211,30 +55195,24 @@ lin premostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "premostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "premostris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "premuestran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "premuestre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "premuestres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "premuestre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "premostremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "premostris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "premuestren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "premuestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "premuestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "premuestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "premostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "premostris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "premuestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "premostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "premostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "premostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "premostrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "premostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "premostraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "premostrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "premostraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "premostrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "premostrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "premostrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "premostraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "premostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "premostrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "premostrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "premostrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "premostraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "premostrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premostraras" ; "premostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premostrramos" ; "premostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premostrarais" ; "premostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premostraran" ; "premostrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "premostr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "premostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "premostr" ;--# notpresent @@ -60247,12 +55225,12 @@ lin premostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "premostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "premostraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "premostrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "premostrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "premostrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "premostrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "premostrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "premostrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "premostraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "premostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "premostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "premostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "premostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "premostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "premostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "premostrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "premostraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "premostrara" ;--# notpresent @@ -60283,30 +55261,24 @@ lin probar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "probamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "probis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "probemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "probis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "probemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "probis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "probaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "probabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "probaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "probbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "probabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "probaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "probara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "probaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "probara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "probramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "probarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "probaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "probase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "probases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "probase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "probsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "probaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "probasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"probara" ; "probase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"probaras" ; "probases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"probara" ; "probase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"probramos" ; "probsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"probarais" ; "probaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"probaran" ; "probasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prob" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "probaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prob" ;--# notpresent @@ -60319,12 +55291,12 @@ lin probar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "probaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "probaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "probarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "probare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "probares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "probare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "probremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "probareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "probaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "probare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "probares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "probare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "probremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "probareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "probaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "probara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "probaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "probara" ;--# notpresent @@ -60355,30 +55327,24 @@ lin quebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "quebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "quebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "quiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "quiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "quiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "quiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "quebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "quebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "quiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "quebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "quebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "quiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "quebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "quebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "quebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "quebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "quebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "quebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "quebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "quebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "quebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "quebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "quebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "quebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "quebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "quebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "quebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "quebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "quebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "quebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quebraras" ; "quebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quebrramos" ; "quebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quebrarais" ; "quebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quebraran" ; "quebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "quebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "quebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "quebr" ;--# notpresent @@ -60391,12 +55357,12 @@ lin quebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "quebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "quebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "quebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "quebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "quebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "quebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "quebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "quebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "quebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "quebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "quebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "quebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "quebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "quebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "quebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "quebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "quebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "quebrara" ;--# notpresent @@ -60427,30 +55393,24 @@ lin reapretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reapretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reapretis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reaprietan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reapriete" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reaprietes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reapriete" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reapretemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reapretis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reaprieten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reapriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reaprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reapriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reapretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reapretis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reaprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reapretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reapretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reapretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reapretbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reapretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reapretaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reapretara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reapretaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reapretara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reapretramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reapretarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reapretaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapretase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reapretases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapretase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reapretsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reapretaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapretasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reapretaras" ; "reapretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapretramos" ; "reapretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reapretarais" ; "reapretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reapretaran" ; "reapretasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reapret" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reapretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reapret" ;--# notpresent @@ -60463,12 +55423,12 @@ lin reapretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reapretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reapretaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reapretarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reapretare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reapretares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reapretare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reapretremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reapretareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reapretaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reapretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reapretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reapretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reapretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reapretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reapretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reapretara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reapretaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reapretara" ;--# notpresent @@ -60499,30 +55459,24 @@ lin reaventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reaventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reaventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reavientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reaviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reavientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reaviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reaventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reaventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reavienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reaviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reavientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reaviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reaventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reaventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reavienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reaventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reaventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reaventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reaventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reaventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reaventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reaventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reaventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reaventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reaventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reaventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reaventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reaventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reaventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reaventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reaventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaventaras" ; "reaventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reaventramos" ; "reaventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaventarais" ; "reaventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaventaran" ; "reaventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reavent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reaventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reavent" ;--# notpresent @@ -60535,12 +55489,12 @@ lin reaventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reaventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reaventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reaventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reaventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reaventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reaventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reaventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reaventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reaventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reaventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reaventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reaventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reaventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reaventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reaventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reaventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reaventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reaventara" ;--# notpresent @@ -60571,30 +55525,24 @@ lin recalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recalentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recalientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recaliente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recalientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recaliente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recalentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recalentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recalienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recalentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recalentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recalentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recalentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recalentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recalentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recalentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recalentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recalentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recalentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recalentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recalentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recalentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recalentaras" ; "recalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recalentramos" ; "recalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recalentarais" ; "recalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recalentaran" ; "recalentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recalent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recalent" ;--# notpresent @@ -60607,12 +55555,12 @@ lin recalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recalentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recalentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recalentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recalentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recalentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recalentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recalentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recalentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recalentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recalentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recalentara" ;--# notpresent @@ -60643,30 +55591,24 @@ lin recentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reciente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reciente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recentara" ; "recentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recentaras" ; "recentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recentara" ; "recentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recentramos" ; "recentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recentarais" ; "recentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recentaran" ; "recentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recent" ;--# notpresent @@ -60679,12 +55621,12 @@ lin recentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recentara" ;--# notpresent @@ -60715,30 +55657,24 @@ lin recolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recolara" ; "recolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recolaras" ; "recolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recolara" ; "recolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recolramos" ; "recolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recolarais" ; "recolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recolaran" ; "recolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recol" ;--# notpresent @@ -60751,12 +55687,12 @@ lin recolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recolara" ;--# notpresent @@ -60787,30 +55723,24 @@ lin recomendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomiendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recomiende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recomiendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recomiende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recomendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recomendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recomienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recomiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recomendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recomendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recomienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recomendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recomendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recomendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recomendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recomendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recomendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recomendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recomendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomendaras" ; "recomendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomendramos" ; "recomendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomendarais" ; "recomendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomendaran" ; "recomendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recomend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recomendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recomend" ;--# notpresent @@ -60823,12 +55753,12 @@ lin recomendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recomendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recomendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recomendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recomendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recomendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recomendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recomendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recomendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recomendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recomendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recomendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recomendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recomendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recomendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recomendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recomendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recomendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recomendara" ;--# notpresent @@ -60859,30 +55789,24 @@ lin recontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recontis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuentan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recuente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recuentes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recuente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recontemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recontis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recuenten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recontis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recontbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recontaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recontara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recontaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recontara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recontramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recontarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recontaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recontase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recontases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recontase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recontsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recontaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recontasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recontara" ; "recontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recontaras" ; "recontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recontara" ; "recontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recontramos" ; "recontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recontarais" ; "recontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recontaran" ; "recontasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recont" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recont" ;--# notpresent @@ -60895,12 +55819,12 @@ lin recontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recontaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recontarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recontare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recontares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recontare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recontremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recontareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recontaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recontara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recontaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recontara" ;--# notpresent @@ -60931,30 +55855,24 @@ lin recordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recordis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuerdan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recuerde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recuerdes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recuerde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recordemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recordis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recordbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recordaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recordara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recordaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recordara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recordramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recordarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recordaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recordase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recordases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recordase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recordsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recordaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recordasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recordara" ; "recordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recordaras" ; "recordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recordara" ; "recordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recordramos" ; "recordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recordarais" ; "recordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recordaran" ; "recordasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "record" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "record" ;--# notpresent @@ -60967,12 +55885,12 @@ lin recordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recordaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recordarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recordare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recordares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recordare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recordremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recordareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recordaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recordara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recordaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recordara" ;--# notpresent @@ -61003,30 +55921,24 @@ lin recostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recostara" ; "recostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recostaras" ; "recostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recostara" ; "recostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recostramos" ; "recostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recostarais" ; "recostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recostaran" ; "recostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recost" ;--# notpresent @@ -61039,12 +55951,12 @@ lin recostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recostara" ;--# notpresent @@ -61075,30 +55987,24 @@ lin redescontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redescontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redescontis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redescuentan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "redescuente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "redescuentes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "redescuente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "redescontemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "redescontis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "redescuenten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redescuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redescuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redescuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redescontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redescontis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redescuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redescontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redescontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redescontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redescontbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redescontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redescontaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "redescontara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "redescontaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "redescontara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "redescontramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "redescontarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "redescontaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "redescontase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "redescontases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "redescontase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "redescontsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "redescontaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "redescontasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redescontaras" ; "redescontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redescontramos" ; "redescontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redescontarais" ; "redescontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redescontaran" ; "redescontasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redescont" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redescontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redescont" ;--# notpresent @@ -61111,12 +56017,12 @@ lin redescontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "redescontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redescontaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redescontarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "redescontare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "redescontares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "redescontare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "redescontremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "redescontareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "redescontaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redescontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redescontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redescontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redescontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redescontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redescontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redescontara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redescontaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redescontara" ;--# notpresent @@ -61147,30 +56053,24 @@ lin reencontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reencontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reencontris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reencuentran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reencuentre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reencuentres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reencuentre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reencontremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reencontris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reencuentren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reencuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reencuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reencuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reencontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reencontris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reencuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reencontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reencontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reencontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reencontrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reencontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reencontraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reencontrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reencontraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reencontrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reencontrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reencontrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reencontraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reencontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reencontrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reencontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reencontrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reencontraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reencontrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reencontraras" ; "reencontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reencontrramos" ; "reencontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reencontrarais" ; "reencontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reencontraran" ; "reencontrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reencontr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reencontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reencontr" ;--# notpresent @@ -61183,12 +56083,12 @@ lin reencontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reencontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reencontraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reencontrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reencontrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reencontrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reencontrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reencontraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reencontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reencontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reencontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reencontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reencontrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reencontraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reencontrara" ;--# notpresent @@ -61219,30 +56119,24 @@ lin regimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regimentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regimientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "regimiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "regimientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "regimiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "regimentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "regimentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "regimienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regimentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "regimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regimentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regimentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "regimentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "regimentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "regimentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "regimentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "regimentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "regimentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "regimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "regimentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "regimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "regimentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "regimentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "regimentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regimentaras" ; "regimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regimentramos" ; "regimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regimentarais" ; "regimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regimentaran" ; "regimentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regiment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regiment" ;--# notpresent @@ -61255,12 +56149,12 @@ lin regimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regimentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regimentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "regimentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "regimentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "regimentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "regimentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "regimentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "regimentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regimentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regimentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regimentara" ;--# notpresent @@ -61291,30 +56185,24 @@ lin regoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regoldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regueldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reguelde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "regueldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reguelde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "regoldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "regoldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reguelden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reguelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reguelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regoldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reguelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regoldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regoldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "regoldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "regoldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "regoldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "regoldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "regoldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "regoldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "regoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "regoldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "regoldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "regoldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "regoldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "regoldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regoldaras" ; "regoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regoldramos" ; "regoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regoldarais" ; "regoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regoldaran" ; "regoldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regold" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regold" ;--# notpresent @@ -61327,12 +56215,12 @@ lin regoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regoldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regoldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "regoldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "regoldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "regoldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "regoldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "regoldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "regoldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regoldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regoldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regoldara" ;--# notpresent @@ -61363,30 +56251,24 @@ lin reherrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reherramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reherris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reherremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reherris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reherremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reherris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reherraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reherrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reherraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reherrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reherrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reherraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reherrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reherraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reherrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reherrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reherrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reherraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reherrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reherrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reherrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reherrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reherraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reherrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reherraras" ; "reherrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reherrramos" ; "reherrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reherrarais" ; "reherraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reherraran" ; "reherrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reherr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reherraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reherr" ;--# notpresent @@ -61399,12 +56281,12 @@ lin reherrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reherraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reherraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reherrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reherrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reherrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reherrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reherrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reherrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reherraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reherrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reherrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reherrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reherrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reherrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reherraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reherrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reherraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reherrara" ;--# notpresent @@ -61435,30 +56317,24 @@ lin rehollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehollaras" ; "rehollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehollramos" ; "rehollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehollarais" ; "rehollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehollaran" ; "rehollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reholl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reholl" ;--# notpresent @@ -61471,12 +56347,12 @@ lin rehollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehollara" ;--# notpresent @@ -61507,30 +56383,24 @@ lin remembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remembris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiembran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remiembre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remiembres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remiembre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remembremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remembris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remiembren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remembris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remembrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remembraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remembrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remembraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remembrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remembrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remembrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remembraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remembrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remembrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remembraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remembrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remembraras" ; "remembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remembrramos" ; "remembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remembrarais" ; "remembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remembraran" ; "remembrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remembr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remembr" ;--# notpresent @@ -61543,12 +56413,12 @@ lin remembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remembraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remembrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remembrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remembrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remembrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remembrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remembrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remembraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remembrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remembraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remembrara" ;--# notpresent @@ -61579,30 +56449,24 @@ lin remendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remiende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remiendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remiende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remendara" ; "remendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remendaras" ; "remendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remendara" ; "remendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remendramos" ; "remendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remendarais" ; "remendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remendaran" ; "remendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remend" ;--# notpresent @@ -61615,12 +56479,12 @@ lin remendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remendara" ;--# notpresent @@ -61651,30 +56515,24 @@ lin remolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remolara" ; "remolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolaras" ; "remolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remolara" ; "remolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remolramos" ; "remolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolarais" ; "remolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolaran" ; "remolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remol" ;--# notpresent @@ -61687,12 +56545,12 @@ lin remolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remolara" ;--# notpresent @@ -61723,30 +56581,24 @@ lin rencontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rencontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rencontris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rencuentran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rencuentre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rencuentres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rencuentre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rencontremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rencontris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rencuentren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rencuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rencuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rencuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rencontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rencontris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rencuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rencontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rencontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rencontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rencontrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rencontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rencontraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rencontrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rencontraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rencontrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rencontrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rencontrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rencontraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rencontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rencontrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rencontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rencontrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rencontraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rencontrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rencontraras" ; "rencontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rencontrramos" ; "rencontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rencontrarais" ; "rencontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rencontraran" ; "rencontrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rencontr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rencontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rencontr" ;--# notpresent @@ -61759,12 +56611,12 @@ lin rencontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rencontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rencontraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rencontrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rencontrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rencontrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rencontrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rencontraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rencontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rencontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rencontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rencontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rencontrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rencontraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rencontrara" ;--# notpresent @@ -61795,30 +56647,24 @@ lin renovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renovis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "renuevan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "renueve" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "renueves" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "renueve" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "renovemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "renovis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "renueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "renueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "renueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "renovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "renovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renovbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renovaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "renovara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "renovaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "renovara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "renovramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "renovarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "renovaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "renovase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "renovases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "renovase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "renovsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "renovaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "renovasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renovara" ; "renovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renovaras" ; "renovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renovara" ; "renovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renovramos" ; "renovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renovarais" ; "renovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renovaran" ; "renovasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renov" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "renov" ;--# notpresent @@ -61831,12 +56677,12 @@ lin renovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renovaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renovarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "renovare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "renovares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "renovare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "renovremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "renovareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "renovaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renovara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renovaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renovara" ;--# notpresent @@ -61867,30 +56713,24 @@ lin repensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repensis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repiensan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repiense" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repienses" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repiense" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repensemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repensis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "repiensen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repiense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repiense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repensis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repiensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repensbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repensaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "repensara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "repensaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "repensara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "repensramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "repensarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "repensaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "repensase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "repensases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "repensase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "repenssemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "repensaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "repensasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repensara" ; "repensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repensaras" ; "repensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repensara" ; "repensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repensramos" ; "repenssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repensarais" ; "repensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repensaran" ; "repensasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repens" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repens" ;--# notpresent @@ -61903,12 +56743,12 @@ lin repensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repensaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repensarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "repensare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "repensares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "repensare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "repensremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "repensareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "repensaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repensara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repensaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repensara" ;--# notpresent @@ -61939,30 +56779,24 @@ lin repoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repoblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repueblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repueble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repuebles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repueble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repoblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repoblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "repueblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repoblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repoblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repoblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "repoblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "repoblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "repoblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "repoblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "repoblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "repoblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "repoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "repoblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "repoblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "repoblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "repoblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "repoblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repoblaras" ; "repoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repoblramos" ; "repoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repoblarais" ; "repoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repoblaran" ; "repoblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repobl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repobl" ;--# notpresent @@ -61975,12 +56809,12 @@ lin repoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repoblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repoblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "repoblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "repoblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "repoblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "repoblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "repoblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "repoblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repoblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repoblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repoblara" ;--# notpresent @@ -62011,30 +56845,24 @@ lin reprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reprobis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reprueban" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repruebe" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repruebes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repruebe" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reprobemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reprobis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reprueben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reprobis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reprobbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reprobaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reprobara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reprobaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reprobara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reprobramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reprobarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reprobaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprobases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprobase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprobsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprobaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprobasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprobaras" ; "reprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprobramos" ; "reprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprobarais" ; "reprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprobaran" ; "reprobasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reprob" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reprob" ;--# notpresent @@ -62047,12 +56875,12 @@ lin reprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reprobaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reprobarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reprobare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reprobares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reprobare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reprobremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reprobareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reprobaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reprobara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reprobaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reprobara" ;--# notpresent @@ -62083,30 +56911,24 @@ lin requebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "requebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "requebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "requiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "requiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "requiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "requiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "requebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "requebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "requiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "requiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "requiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "requiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "requebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "requebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "requiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "requebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "requebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "requebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "requebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "requebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "requebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "requebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "requebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "requebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "requebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "requebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "requebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "requebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "requebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "requebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "requebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "requebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "requebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requebraras" ; "requebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requebrramos" ; "requebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requebrarais" ; "requebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requebraran" ; "requebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "requebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "requebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "requebr" ;--# notpresent @@ -62119,12 +56941,12 @@ lin requebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "requebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "requebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "requebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "requebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "requebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "requebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "requebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "requebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "requebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "requebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "requebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "requebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "requebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "requebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "requebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "requebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "requebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "requebrara" ;--# notpresent @@ -62155,30 +56977,24 @@ lin rescontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rescontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rescontris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rescuentran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rescuentre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rescuentres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rescuentre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rescontremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rescontris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rescuentren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rescuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rescuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rescuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rescontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rescontris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rescuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rescontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rescontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rescontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rescontrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rescontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rescontraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rescontrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rescontraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rescontrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rescontrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rescontrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rescontraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescontrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescontrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescontrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescontraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescontrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescontraras" ; "rescontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescontrramos" ; "rescontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescontrarais" ; "rescontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescontraran" ; "rescontrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rescontr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rescontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rescontr" ;--# notpresent @@ -62191,12 +57007,12 @@ lin rescontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rescontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rescontraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rescontrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rescontrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rescontrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rescontrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rescontraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rescontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rescontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rescontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rescontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rescontrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rescontraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rescontrara" ;--# notpresent @@ -62227,30 +57043,24 @@ lin resolgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resolgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resolgis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuelgan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resuelge" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resuelges" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resuelge" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resolgemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resolgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resuelgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelge" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelges" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelge" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resolgemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resolgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resuelgen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resolgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resolgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resolgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resolgbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resolgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resolgaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resolgara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resolgaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resolgara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resolgramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resolgarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resolgaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolgase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolgases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolgase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolgsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolgaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolgasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolgaras" ; "resolgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolgramos" ; "resolgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolgarais" ; "resolgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolgaran" ; "resolgasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resolg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resolgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resolg" ;--# notpresent @@ -62263,12 +57073,12 @@ lin resolgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resolgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resolgaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resolgarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resolgare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resolgares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resolgare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resolgremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resolgareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resolgaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resolgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resolgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resolgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resolgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resolgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resolgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resolgara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resolgaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resolgara" ;--# notpresent @@ -62299,30 +57109,24 @@ lin resollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resollis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuellan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resuelle" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resuelles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resuelle" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resollemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resollis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resuellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resollis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resollbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resollaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resollara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resollaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resollara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resollramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resollarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resollaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resollase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resollases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resollase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resollsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resollaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resollasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resollara" ; "resollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resollaras" ; "resollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resollara" ; "resollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resollramos" ; "resollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resollarais" ; "resollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resollaran" ; "resollasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resoll" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resoll" ;--# notpresent @@ -62335,12 +57139,12 @@ lin resollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resollaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resollarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resollare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resollares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resollare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resollremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resollareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resollaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resollara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resollaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resollara" ;--# notpresent @@ -62371,30 +57175,24 @@ lin resonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resonara" ; "resonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resonaras" ; "resonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resonara" ; "resonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resonramos" ; "resonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resonarais" ; "resonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resonaran" ; "resonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reson" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reson" ;--# notpresent @@ -62407,12 +57205,12 @@ lin resonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resonara" ;--# notpresent @@ -62443,30 +57241,24 @@ lin resquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resquebris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resquiebran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resquiebre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resquiebres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resquiebre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resquebremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resquebris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resquiebren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resquebris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resquebrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resquebraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resquebrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resquebraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resquebrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resquebrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resquebrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resquebraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resquebrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resquebrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resquebrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resquebraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resquebrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resquebraras" ; "resquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resquebrramos" ; "resquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resquebrarais" ; "resquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resquebraran" ; "resquebrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resquebr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resquebr" ;--# notpresent @@ -62479,12 +57271,12 @@ lin resquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resquebraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resquebrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resquebrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resquebrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resquebrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resquebraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resquebrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resquebraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resquebrara" ;--# notpresent @@ -62515,30 +57307,24 @@ lin retemblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retemblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retemblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retiemblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retiemble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retiembles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retiemble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retemblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retemblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retiemblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retiemble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retiembles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retiemble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retemblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retemblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retiemblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retemblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retemblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retemblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retemblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retemblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retemblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retemblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retemblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retemblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retemblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retemblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retemblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retemblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retemblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retemblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retemblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retemblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retemblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retemblaras" ; "retemblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retemblramos" ; "retemblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retemblarais" ; "retemblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retemblaran" ; "retemblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retembl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retemblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retembl" ;--# notpresent @@ -62551,12 +57337,12 @@ lin retemblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retemblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retemblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retemblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retemblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retemblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retemblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retemblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retemblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retemblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retemblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retemblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retemblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retemblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retemblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retemblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retemblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retemblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retemblara" ;--# notpresent @@ -62587,30 +57373,24 @@ lin retentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retentara" ; "retentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retentaras" ; "retentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retentara" ; "retentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retentramos" ; "retentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retentarais" ; "retentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retentaran" ; "retentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retent" ;--# notpresent @@ -62623,12 +57403,12 @@ lin retentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retentara" ;--# notpresent @@ -62659,30 +57439,24 @@ lin retostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retostara" ; "retostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retostaras" ; "retostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retostara" ; "retostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retostramos" ; "retostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retostarais" ; "retostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retostaran" ; "retostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retost" ;--# notpresent @@ -62695,12 +57469,12 @@ lin retostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retostara" ;--# notpresent @@ -62731,30 +57505,24 @@ lin retronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retronis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retruenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retruene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retruenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retruene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retronemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retronis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retruenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retruene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retruenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retruene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retronis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retruenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retronbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retronaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retronara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retronaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retronara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retronramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retronarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retronaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retronase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retronases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retronase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retronsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retronaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retronasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retronara" ; "retronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retronaras" ; "retronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retronara" ; "retronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retronramos" ; "retronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retronarais" ; "retronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retronaran" ; "retronasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retron" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retron" ;--# notpresent @@ -62767,12 +57535,12 @@ lin retronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retronaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retronarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retronare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retronares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retronare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retronremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retronareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retronaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retronara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retronaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retronara" ;--# notpresent @@ -62803,30 +57571,24 @@ lin reventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reviente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reviente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reventara" ; "reventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reventaras" ; "reventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reventara" ; "reventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reventramos" ; "reventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reventarais" ; "reventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reventaran" ; "reventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revent" ;--# notpresent @@ -62839,12 +57601,12 @@ lin reventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reventara" ;--# notpresent @@ -62875,30 +57637,24 @@ lin revolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolara" ; "revolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolaras" ; "revolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolara" ; "revolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolramos" ; "revolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolarais" ; "revolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolaran" ; "revolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revol" ;--# notpresent @@ -62911,12 +57667,12 @@ lin revolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolara" ;--# notpresent @@ -62947,30 +57703,24 @@ lin rodar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rodamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rodis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ruedan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ruede" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ruedes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ruede" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rodemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rodis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rueden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruede" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ruedes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruede" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rodemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rodis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rueden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rodaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rodabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rodaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rodbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rodabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rodaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rodara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rodaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rodara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rodramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rodarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rodaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rodase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rodases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rodase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rodsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rodaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rodasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rodara" ; "rodase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rodaras" ; "rodases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rodara" ; "rodase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rodramos" ; "rodsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rodarais" ; "rodaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rodaran" ; "rodasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rod" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rodaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rod" ;--# notpresent @@ -62983,12 +57733,12 @@ lin rodar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rodaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rodaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rodarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rodare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rodares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rodare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rodremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rodareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rodaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rodare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rodares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rodare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rodremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rodareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rodaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rodara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rodaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rodara" ;--# notpresent @@ -63019,30 +57769,24 @@ lin rusentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rusentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rusentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rusientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rusiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rusientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rusiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rusentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rusentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rusienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rusiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rusientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rusiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rusentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rusentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rusienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rusentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rusentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rusentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rusentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rusentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rusentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rusentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rusentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rusentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rusentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rusentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rusentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rusentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rusentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rusentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rusentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rusentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rusentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rusentaras" ; "rusentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rusentramos" ; "rusentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rusentarais" ; "rusentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rusentaran" ; "rusentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rusent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rusentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rusent" ;--# notpresent @@ -63055,12 +57799,12 @@ lin rusentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rusentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rusentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rusentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rusentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rusentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rusentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rusentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rusentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rusentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rusentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rusentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rusentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rusentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rusentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rusentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rusentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rusentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rusentara" ;--# notpresent @@ -63091,30 +57835,24 @@ lin salpimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salpimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "salpimentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salpimientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "salpimiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "salpimientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "salpimiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "salpimentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "salpimentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "salpimienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salpimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salpimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salpimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salpimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salpimentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "salpimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "salpimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salpimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "salpimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salpimentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salpimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salpimentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "salpimentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "salpimentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "salpimentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "salpimentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "salpimentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "salpimentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpimentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpimentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpimentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpimentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpimentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpimentaras" ; "salpimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpimentramos" ; "salpimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpimentarais" ; "salpimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpimentaran" ; "salpimentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "salpiment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "salpimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "salpiment" ;--# notpresent @@ -63127,12 +57865,12 @@ lin salpimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "salpimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "salpimentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "salpimentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "salpimentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "salpimentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "salpimentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "salpimentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salpimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "salpimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "salpimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salpimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "salpimentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "salpimentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "salpimentara" ;--# notpresent @@ -63163,30 +57901,24 @@ lin sarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sarmentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sarmientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sarmiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sarmientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sarmiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sarmentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sarmentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sarmienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sarmentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sarmentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sarmentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sarmentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sarmentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sarmentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sarmentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sarmentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sarmentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarmentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarmentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarmentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarmentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarmentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarmentaras" ; "sarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarmentramos" ; "sarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarmentarais" ; "sarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarmentaran" ; "sarmentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sarment" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sarment" ;--# notpresent @@ -63199,12 +57931,12 @@ lin sarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sarmentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sarmentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sarmentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sarmentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sarmentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sarmentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sarmentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sarmentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sarmentara" ;--# notpresent @@ -63235,30 +57967,24 @@ lin sembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sembris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siembran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "siembre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "siembres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "siembre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sembremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sembris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "siembren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "siembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sembris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "siembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sembrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sembraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sembrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sembraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sembrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sembrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sembrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sembraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sembrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sembrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sembraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sembrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sembraras" ; "sembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sembrramos" ; "sembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sembrarais" ; "sembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sembraran" ; "sembrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sembr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sembr" ;--# notpresent @@ -63271,12 +57997,12 @@ lin sembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sembraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sembrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sembrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sembrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sembrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sembrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sembrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sembraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sembrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sembraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sembrara" ;--# notpresent @@ -63307,30 +58033,24 @@ lin sementar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sementamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sementis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "semientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "semiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "semientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "semiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sementemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sementis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "semienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "semiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "semientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "semiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sementemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sementis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "semienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sementaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sementabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sementaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sementbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sementabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sementaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sementara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sementaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sementara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sementramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sementarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sementaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sementase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sementases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sementase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sementsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sementaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sementasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sementara" ; "sementase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sementaras" ; "sementases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sementara" ; "sementase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sementramos" ; "sementsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sementarais" ; "sementaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sementaran" ; "sementasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sement" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sementaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sement" ;--# notpresent @@ -63343,12 +58063,12 @@ lin sementar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sementaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sementaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sementarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sementare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sementares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sementare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sementremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sementareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sementaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sementare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sementares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sementare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sementremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sementareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sementaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sementara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sementaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sementara" ;--# notpresent @@ -63379,30 +58099,24 @@ lin sentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "siente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "siente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sentara" ; "sentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sentaras" ; "sentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sentara" ; "sentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sentramos" ; "sentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sentarais" ; "sentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sentaran" ; "sentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sent" ;--# notpresent @@ -63415,12 +58129,12 @@ lin sentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sentara" ;--# notpresent @@ -63451,30 +58165,24 @@ lin serrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "serramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "serris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "serremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "serris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "serremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "serris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "serraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "serrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "serraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "serrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "serrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "serraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "serrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "serraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "serrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "serrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "serrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "serraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "serrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "serrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "serrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "serrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "serraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "serrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"serrara" ; "serrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"serraras" ; "serrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"serrara" ; "serrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"serrramos" ; "serrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"serrarais" ; "serraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"serraran" ; "serrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "serr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "serraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "serr" ;--# notpresent @@ -63487,12 +58195,12 @@ lin serrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "serraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "serraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "serrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "serrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "serrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "serrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "serrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "serrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "serraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "serrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "serrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "serrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "serrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "serrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "serraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "serrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "serraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "serrara" ;--# notpresent @@ -63523,30 +58231,24 @@ lin sobrecalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecalentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecalientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecaliente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecalientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecaliente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecalentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecalentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecalienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecalentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecalentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecalentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecalentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecalentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecalentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecalentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecalentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecalentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecalentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecalentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecalentaras" ; "sobrecalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecalentramos" ; "sobrecalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecalentarais" ; "sobrecalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecalentaran" ; "sobrecalentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecalent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecalent" ;--# notpresent @@ -63559,12 +58261,12 @@ lin sobrecalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecalentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecalentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecalentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent @@ -63595,30 +58297,24 @@ lin sobresembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresembris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresiembran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobresiembre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobresiembres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobresiembre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobresembremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobresembris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobresiembren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresembris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresembrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresembraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobresembrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobresembraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobresembrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobresembrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobresembrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobresembraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresembrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresembrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresembrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresembraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresembrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresembraras" ; "sobresembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresembrramos" ; "sobresembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresembrarais" ; "sobresembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresembraran" ; "sobresembrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresembr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresembr" ;--# notpresent @@ -63631,12 +58327,12 @@ lin sobresembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresembraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresembrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobresembrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobresembrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobresembraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresembrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresembraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresembrara" ;--# notpresent @@ -63667,30 +58363,24 @@ lin sobresolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobresuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobresueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobresuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobresolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobresolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobresuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobresolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobresolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobresolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobresolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobresolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobresolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresolaras" ; "sobresolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresolramos" ; "sobresolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresolarais" ; "sobresolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresolaran" ; "sobresolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresol" ;--# notpresent @@ -63703,12 +58393,12 @@ lin sobresolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobresolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobresolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobresolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobresolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresolara" ;--# notpresent @@ -63739,30 +58429,24 @@ lin sobrevolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevolaras" ; "sobrevolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevolramos" ; "sobrevolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevolarais" ; "sobrevolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevolaran" ; "sobrevolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevol" ;--# notpresent @@ -63775,12 +58459,12 @@ lin sobrevolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevolara" ;--# notpresent @@ -63811,30 +58495,24 @@ lin socolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "socolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "socolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "socuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "socuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "socueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "socuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "socolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "socolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "socuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "socuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "socueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "socuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "socolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "socolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "socuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "socolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "socolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "socolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "socolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "socolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "socolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "socolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "socolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "socolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "socolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "socolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "socolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "socolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "socolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "socolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "socolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "socolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "socolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"socolara" ; "socolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"socolaras" ; "socolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"socolara" ; "socolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"socolramos" ; "socolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"socolarais" ; "socolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"socolaran" ; "socolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "socol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "socolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "socol" ;--# notpresent @@ -63847,12 +58525,12 @@ lin socolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "socolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "socolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "socolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "socolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "socolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "socolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "socolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "socolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "socolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "socolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "socolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "socolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "socolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "socolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "socolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "socolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "socolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "socolara" ;--# notpresent @@ -63883,30 +58561,24 @@ lin solar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "solamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "solis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "solemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "solis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "solemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "solaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "solabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "solaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "solbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "solabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "solaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "solara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "solaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "solara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "solramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "solarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "solaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "solase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "solases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "solase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "solsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "solaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "solasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"solara" ; "solase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solaras" ; "solases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"solara" ; "solase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"solramos" ; "solsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solarais" ; "solaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solaran" ; "solasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "solaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sol" ;--# notpresent @@ -63919,12 +58591,12 @@ lin solar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "solaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "solaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "solarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "solare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "solares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "solare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "solremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "solareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "solaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "solare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "solares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "solare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "solremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "solareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "solaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "solara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "solaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "solara" ;--# notpresent @@ -63955,30 +58627,24 @@ lin soldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soldis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sueldan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suelde" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sueldes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suelde" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "soldemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "soldis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suelden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soldis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soldbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soldaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "soldara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "soldaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "soldara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "soldramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "soldarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "soldaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "soldase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "soldases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "soldase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "soldsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "soldaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "soldasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soldara" ; "soldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soldaras" ; "soldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soldara" ; "soldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soldramos" ; "soldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soldarais" ; "soldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soldaran" ; "soldasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sold" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sold" ;--# notpresent @@ -63991,12 +58657,12 @@ lin soldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soldaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soldarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "soldare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "soldares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "soldare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "soldremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "soldareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "soldaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soldara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soldaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soldara" ;--# notpresent @@ -64027,30 +58693,24 @@ lin soltar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soltamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soltis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sueltan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suelte" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sueltes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suelte" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "soltemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "soltis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suelten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suelte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueltes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suelte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soltemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soltis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suelten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soltaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soltabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soltaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soltbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soltabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soltaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "soltara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "soltaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "soltara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "soltramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "soltarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "soltaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "soltase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "soltases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "soltase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "soltsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "soltaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "soltasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soltara" ; "soltase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soltaras" ; "soltases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soltara" ; "soltase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soltramos" ; "soltsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soltarais" ; "soltaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soltaran" ; "soltasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "solt" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soltaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "solt" ;--# notpresent @@ -64063,12 +58723,12 @@ lin soltar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soltaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soltaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soltarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "soltare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "soltares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "soltare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "soltremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "soltareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "soltaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soltare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soltares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soltare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soltremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soltareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soltaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soltara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soltaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soltara" ;--# notpresent @@ -64099,30 +58759,24 @@ lin sonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "suenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonara" ; "sonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonaras" ; "sonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonara" ; "sonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonramos" ; "sonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonarais" ; "sonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonaran" ; "sonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "son" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "son" ;--# notpresent @@ -64135,12 +58789,12 @@ lin sonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sonara" ;--# notpresent @@ -64171,30 +58825,24 @@ lin so {- VPB (Pres Ind C.Pl C.P1) => -} "soamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suean" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suee" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "suees" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suee" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "soemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sois" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sueen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sueen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "soara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "soaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "soara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "soramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "soarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "soaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "soase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "soases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "soase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sosemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "soaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "soasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soara" ; "soase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soaras" ; "soases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soara" ; "soase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soramos" ; "sosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soarais" ; "soaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soaran" ; "soasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "so" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "so" ;--# notpresent @@ -64207,12 +58855,12 @@ lin so {- VPB (Fut Ind C.Pl C.P1) => -} "soaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "soare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "soares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "soare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "soremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "soareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "soaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soara" ;--# notpresent @@ -64243,30 +58891,24 @@ lin soterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soterris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sotierran" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sotierre" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sotierres" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sotierre" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "soterremos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "soterris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sotierren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sotierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sotierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sotierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soterris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sotierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soterrbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soterraban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "soterrara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "soterraras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "soterrara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "soterrramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "soterrarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "soterraran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "soterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "soterrases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "soterrase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "soterrsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "soterraseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "soterrasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soterraras" ; "soterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soterrramos" ; "soterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soterrarais" ; "soterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soterraran" ; "soterrasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "soterr" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soterr" ;--# notpresent @@ -64279,12 +58921,12 @@ lin soterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soterraris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soterrarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "soterrare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "soterrares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "soterrare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "soterrremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "soterrareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "soterraren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soterrara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soterraras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soterrara" ;--# notpresent @@ -64315,30 +58957,24 @@ lin subarrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subarrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subarrendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subarriendan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subarriende" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subarriendes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subarriende" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subarrendemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subarrendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subarrienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subarriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subarriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subarriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subarrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subarrendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subarrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subarrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subarrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subarrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subarrendbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subarrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subarrendaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subarrendara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subarrendaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subarrendara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subarrendramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subarrendarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subarrendaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subarrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subarrendases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subarrendase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subarrendsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subarrendaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subarrendasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subarrendaras" ; "subarrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subarrendramos" ; "subarrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subarrendarais" ; "subarrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subarrendaran" ; "subarrendasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subarrend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subarrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subarrend" ;--# notpresent @@ -64351,12 +58987,12 @@ lin subarrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subarrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subarrendaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subarrendarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subarrendares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subarrendremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subarrendareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subarrendaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subarrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subarrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subarrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subarrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subarrendara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subarrendaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subarrendara" ;--# notpresent @@ -64387,30 +59023,24 @@ lin subsolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subsolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subsolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subsuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subsuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subsueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subsuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subsolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subsolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subsuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subsuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subsueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subsuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subsolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subsolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subsuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subsolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subsolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subsolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subsolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subsolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subsolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subsolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subsolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subsolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subsolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subsolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subsolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsolaras" ; "subsolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsolramos" ; "subsolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsolarais" ; "subsolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsolaran" ; "subsolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subsol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subsolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subsol" ;--# notpresent @@ -64423,12 +59053,12 @@ lin subsolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subsolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subsolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subsolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subsolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subsolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subsolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subsolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subsolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subsolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subsolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subsolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subsolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subsolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subsolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subsolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subsolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subsolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subsolara" ;--# notpresent @@ -64459,30 +59089,24 @@ lin temblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "temblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "temblis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tiemblan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tiemble" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tiembles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tiemble" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "temblemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "temblis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tiemblen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tiemble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tiembles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tiemble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "temblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "temblis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tiemblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "temblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "temblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "temblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "temblbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "temblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "temblaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "temblara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "temblaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "temblara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "temblramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "temblarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "temblaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "temblase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "temblases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "temblase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "temblsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "temblaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "temblasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"temblara" ; "temblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"temblaras" ; "temblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"temblara" ; "temblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"temblramos" ; "temblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"temblarais" ; "temblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"temblaran" ; "temblasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tembl" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "temblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tembl" ;--# notpresent @@ -64495,12 +59119,12 @@ lin temblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "temblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "temblaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "temblarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "temblare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "temblares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "temblare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "temblremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "temblareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "temblaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "temblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "temblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "temblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "temblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "temblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "temblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "temblara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "temblaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "temblara" ;--# notpresent @@ -64531,30 +59155,24 @@ lin tentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tentis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tiente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tiente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tentemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tentis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tentis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tentbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tentaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tentara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tentaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tentara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tentramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tentarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tentaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tentase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tentases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tentase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tentsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tentaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tentasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tentara" ; "tentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tentaras" ; "tentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tentara" ; "tentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tentramos" ; "tentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tentarais" ; "tentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tentaran" ; "tentasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tent" ;--# notpresent @@ -64567,12 +59185,12 @@ lin tentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tentaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tentarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tentare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tentares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tentare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tentremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tentareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tentaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tentara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tentaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tentara" ;--# notpresent @@ -64603,30 +59221,24 @@ lin tonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tonara" ; "tonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tonaras" ; "tonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tonara" ; "tonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tonramos" ; "tonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tonarais" ; "tonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tonaran" ; "tonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ton" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ton" ;--# notpresent @@ -64639,12 +59251,12 @@ lin tonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tonara" ;--# notpresent @@ -64675,30 +59287,24 @@ lin tostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tostis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuestan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tueste" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tuestes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tueste" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tostemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tostis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tuesten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tostis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tostbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tostaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tostara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tostaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tostara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tostramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tostarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tostaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tostase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tostases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tostase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tostsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tostaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tostasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tostara" ; "tostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tostaras" ; "tostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tostara" ; "tostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tostramos" ; "tostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tostarais" ; "tostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tostaran" ; "tostasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tost" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tost" ;--# notpresent @@ -64711,12 +59317,12 @@ lin tostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tostaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tostarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tostare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tostares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tostare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tostremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tostareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tostaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tostara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tostaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tostara" ;--# notpresent @@ -64747,30 +59353,24 @@ lin trascolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascolis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trascuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trascueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trascuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trascolemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trascolis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trascuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trascueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trascuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascolbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascolaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trascolara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trascolaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trascolara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trascolramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trascolarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trascolaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascolase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascolases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascolase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascolsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascolaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascolasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascolaras" ; "trascolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascolramos" ; "trascolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascolarais" ; "trascolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascolaran" ; "trascolasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascol" ;--# notpresent @@ -64783,12 +59383,12 @@ lin trascolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascolaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascolarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trascolare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trascolares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trascolare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trascolremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trascolareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trascolaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascolara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascolaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascolara" ;--# notpresent @@ -64819,30 +59419,24 @@ lin traso {- VPB (Pres Ind C.Pl C.P1) => -} "trasoamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasuean" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasuee" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasuees" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasuee" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasoemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasois" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasueen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasuee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasuees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasuee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasoemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasueen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasoaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasoabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasoaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasobamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasoabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasoaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasoara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasoaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasoara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasoramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasoarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasoaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasosemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoaras" ; "trasoases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoramos" ; "trasosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoarais" ; "trasoaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoaran" ; "trasoasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasoaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traso" ;--# notpresent @@ -64855,12 +59449,12 @@ lin traso {- VPB (Fut Ind C.Pl C.P1) => -} "trasoaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasoaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasoarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasoare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasoares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasoare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasoremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasoareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasoaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasoare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasoares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasoare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasoremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasoareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasoaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasoara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasoaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasoara" ;--# notpresent @@ -64891,30 +59485,24 @@ lin tronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tronis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "truenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "truene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "truenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "truene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tronemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tronis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "truenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "truene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "truenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "truene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tronis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "truenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tronbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tronaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tronara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tronaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tronara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tronramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tronarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tronaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tronase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tronases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tronase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tronsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tronaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tronasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tronara" ; "tronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tronaras" ; "tronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tronara" ; "tronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tronramos" ; "tronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tronarais" ; "tronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tronaran" ; "tronasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tron" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tron" ;--# notpresent @@ -64927,12 +59515,12 @@ lin tronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tronaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tronarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tronare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tronares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tronare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tronremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tronareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tronaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tronara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tronaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tronara" ;--# notpresent @@ -64963,30 +59551,24 @@ lin unisonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "unisonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "unisonis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "unisuenan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "unisuene" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "unisuenes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "unisuene" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "unisonemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "unisonis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "unisuenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unisuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unisuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unisuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unisonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unisonis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "unisuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "unisonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "unisonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "unisonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "unisonbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "unisonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "unisonaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "unisonara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "unisonaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "unisonara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "unisonramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "unisonarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "unisonaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "unisonase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "unisonases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "unisonase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "unisonsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "unisonaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "unisonasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"unisonaras" ; "unisonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unisonramos" ; "unisonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"unisonarais" ; "unisonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"unisonaran" ; "unisonasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "unison" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "unisonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "unison" ;--# notpresent @@ -64999,12 +59581,12 @@ lin unisonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "unisonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "unisonaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "unisonarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "unisonare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "unisonares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "unisonare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "unisonremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "unisonareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "unisonaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "unisonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "unisonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "unisonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "unisonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "unisonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "unisonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "unisonara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "unisonaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "unisonara" ;--# notpresent @@ -65035,30 +59617,24 @@ lin ventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ventis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vientan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "viente" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vientes" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "viente" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ventemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ventis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "viente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "viente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ventis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ventbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ventaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ventara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ventaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ventara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ventramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ventarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ventaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ventase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ventases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ventase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ventsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ventaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ventasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ventara" ; "ventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ventaras" ; "ventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ventara" ; "ventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ventramos" ; "ventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ventarais" ; "ventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ventaran" ; "ventasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vent" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vent" ;--# notpresent @@ -65071,12 +59647,12 @@ lin ventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ventaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ventarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ventare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ventares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ventare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ventremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ventareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ventaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ventara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ventaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ventara" ;--# notpresent @@ -65107,30 +59683,24 @@ lin volar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "volis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelan" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vuele" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vueles" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vuele" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "volemos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "volis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volaban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "volara" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "volaras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "volara" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "volramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "volarais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "volaran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "volase" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "volases" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "volase" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "volsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "volaseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "volasen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volara" ; "volase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volaras" ; "volases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volara" ; "volase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volramos" ; "volsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volarais" ; "volaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volaran" ; "volasen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vol" ;--# notpresent @@ -65143,12 +59713,12 @@ lin volar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "volare" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "volares" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "volare" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "volremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "volareis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "volaren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volara" ;--# notpresent @@ -65179,30 +59749,24 @@ lin conseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consegus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consiguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "consiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "consigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "consiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "consigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "consigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "consigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consegua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conseguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consegua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conseguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conseguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conseguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "consiguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "consiguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "consiguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "consiguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "consiguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "consiguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "consiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "consiguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "consiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "consiguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "consiguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "consiguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consiguieras" ; "consiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consiguiramos" ; "consiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consiguierais" ; "consiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consiguieran" ; "consiguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consigui" ;--# notpresent @@ -65215,12 +59779,12 @@ lin conseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conseguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conseguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "consiguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "consiguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "consiguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "consiguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conseguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conseguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conseguira" ;--# notpresent @@ -65251,30 +59815,24 @@ lin erguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ergus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yerguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "yerga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "yergas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "yerga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "irgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "irgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "yergan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yerga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yergas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yerga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "irgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "irgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yergan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ergua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "erguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ergua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "erguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "irguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "irguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "irguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "irguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "irguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "irguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "irguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "irguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "irguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "irguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "irguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "irguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irguieras" ; "irguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irguiramos" ; "irguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irguierais" ; "irguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irguieran" ; "irguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ergu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "irgui" ;--# notpresent @@ -65287,12 +59845,12 @@ lin erguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "erguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "irguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "irguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "irguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "irguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "irguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "irguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "irguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "irguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "irguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "irguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "irguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "irguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "erguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "erguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "erguira" ;--# notpresent @@ -65323,30 +59881,24 @@ lin perseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "persegus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "persiguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "persiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "persigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "persiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "persigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "persigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "persigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "persiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "persigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "persiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "persigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "persigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "persigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "persegua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perseguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "persegua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perseguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perseguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perseguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "persiguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "persiguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "persiguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "persiguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "persiguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "persiguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "persiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "persiguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "persiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "persiguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "persiguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "persiguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"persiguieras" ; "persiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"persiguiramos" ; "persiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"persiguierais" ; "persiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"persiguieran" ; "persiguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "persegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "persigui" ;--# notpresent @@ -65359,12 +59911,12 @@ lin perseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perseguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perseguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "persiguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "persiguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "persiguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "persiguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "persiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "persiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "persiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "persiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perseguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perseguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perseguira" ;--# notpresent @@ -65395,30 +59947,24 @@ lin proseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prosegus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prosiguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prosiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prosigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prosiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prosigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prosigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prosigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prosiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prosigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prosiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prosigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prosigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prosigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prosegua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proseguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prosegua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proseguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proseguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proseguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prosiguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prosiguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prosiguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prosiguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prosiguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prosiguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prosiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prosiguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prosiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prosiguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prosiguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prosiguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prosiguieras" ; "prosiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prosiguiramos" ; "prosiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prosiguierais" ; "prosiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prosiguieran" ; "prosiguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prosegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prosigui" ;--# notpresent @@ -65431,12 +59977,12 @@ lin proseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proseguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proseguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prosiguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prosiguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prosiguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prosiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prosiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prosiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proseguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proseguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proseguira" ;--# notpresent @@ -65467,30 +60013,24 @@ lin reseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resegus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resiguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resegua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reseguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resegua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reseguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reseguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reseguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resiguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resiguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resiguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resiguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resiguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resiguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resiguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resiguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resiguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resiguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resiguieras" ; "resiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resiguiramos" ; "resiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resiguierais" ; "resiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resiguieran" ; "resiguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resigui" ;--# notpresent @@ -65503,12 +60043,12 @@ lin reseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reseguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reseguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resiguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resiguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resiguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resiguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reseguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reseguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reseguira" ;--# notpresent @@ -65539,30 +60079,24 @@ lin seguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "seguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "segus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "siga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "siga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "segua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "seguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "segua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "seguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "seguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "seguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "siguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "siguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "siguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "siguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "siguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "siguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "siguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "siguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "siguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "siguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "siguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "siguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"siguieras" ; "siguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"siguiramos" ; "siguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"siguierais" ; "siguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"siguieran" ; "siguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "segu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "seguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sigui" ;--# notpresent @@ -65575,12 +60109,12 @@ lin seguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "seguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "siguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "siguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "siguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "siguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "siguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "siguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "siguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "siguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "siguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "siguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "siguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "siguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "seguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "seguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "seguira" ;--# notpresent @@ -65611,30 +60145,24 @@ lin subseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subsegus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subsiguen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subsiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subsigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subsiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subsigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subsigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subsigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subsiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subsigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subsiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subsigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subsigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subsigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subsegua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subseguas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subsegua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subseguamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subseguais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subseguan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subsiguiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subsiguieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subsiguiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subsiguiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subsiguierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subsiguieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsiguieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsiguiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsiguisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsiguieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsiguiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsiguieras" ; "subsiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsiguiramos" ; "subsiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsiguierais" ; "subsiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsiguieran" ; "subsiguiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subsegu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subsigui" ;--# notpresent @@ -65647,12 +60175,12 @@ lin subseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subseguiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subseguirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subsiguieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subsiguiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subsiguieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subsiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subsiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subsiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subseguira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subseguiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subseguira" ;--# notpresent @@ -65683,30 +60211,24 @@ lin contrahacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contrahacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contrahacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contrahacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contrahaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contrahagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contrahaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contrahagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contrahagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contrahagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contrahaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contrahagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contrahaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contrahagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrahagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contrahagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contrahaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contrahacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contrahaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contrahacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contrahacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contrahacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contrahiciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contrahicieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contrahiciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contrahiciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contrahicierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contrahicieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrahiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrahicieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrahiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrahicisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrahicieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrahiciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrahicieras" ; "contrahicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrahiciramos" ; "contrahicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrahicierais" ; "contrahicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrahicieran" ; "contrahiciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contrahice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contrahiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contrahizo" ;--# notpresent @@ -65719,12 +60241,12 @@ lin contrahacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contraharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contraharis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contraharn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contrahicieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contrahiciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contrahicieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrahicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrahiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrahicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contrahara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contraharas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contrahara" ;--# notpresent @@ -65755,30 +60277,24 @@ lin deshacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deshacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deshaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deshagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deshaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deshagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deshagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deshagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "deshiciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deshicieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "deshiciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "deshiciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deshicierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deshicieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshicieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshicisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshicieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshiciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshicieras" ; "deshicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshiciramos" ; "deshicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshicierais" ; "deshicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshicieran" ; "deshiciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deshizo" ;--# notpresent @@ -65791,12 +60307,12 @@ lin deshacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desharis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desharn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deshicieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "deshiciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "deshiciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deshicieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deshara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desharas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deshara" ;--# notpresent @@ -65827,30 +60343,24 @@ lin hacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "haga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "haga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "haca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "haca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hiciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hicieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hiciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hiciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hicierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hicieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hicieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hicisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hicieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hicieras" ; "hicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiciramos" ; "hicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hicierais" ; "hicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hicieran" ; "hiciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hizo" ;--# notpresent @@ -65863,12 +60373,12 @@ lin hacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "haremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "haris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "harn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hiciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hicieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hiciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hiciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hiciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hicieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "haras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hara" ;--# notpresent @@ -65899,30 +60409,24 @@ lin licuefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "licuefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "licuefacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "licuefacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "licuefaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "licuefagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "licuefaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "licuefagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "licuefagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "licuefagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "licuefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "licuefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "licuefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "licuefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "licuefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "licuefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "licuefaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "licuefacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "licuefaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "licuefacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "licuefacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "licuefacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "licueficiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "licueficieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "licueficiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "licueficiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "licueficierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "licueficieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "licueficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "licueficieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "licueficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "licueficisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "licueficieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "licueficiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"licueficieras" ; "licueficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"licueficiramos" ; "licueficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"licueficierais" ; "licueficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"licueficieran" ; "licueficiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "licuefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "licueficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "licuefizo" ;--# notpresent @@ -65935,12 +60439,12 @@ lin licuefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "licuefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "licuefaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "licuefarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "licueficieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "licueficiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "licueficiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "licueficieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "licueficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "licueficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "licueficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "licueficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "licuefara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "licuefaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "licuefara" ;--# notpresent @@ -65971,30 +60475,24 @@ lin rarefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rarefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rarefacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rarefacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rarefaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rarefagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rarefaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rarefagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rarefagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rarefagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rarefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rarefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rarefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rarefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rarefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rarefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rarefaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rarefacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rarefaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rarefacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rarefacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rarefacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rareficiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rareficieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rareficiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rareficiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rareficierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rareficieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rareficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rareficieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rareficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rareficisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rareficieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rareficiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rareficieras" ; "rareficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rareficiramos" ; "rareficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rareficierais" ; "rareficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rareficieran" ; "rareficiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rarefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rareficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rarefizo" ;--# notpresent @@ -66007,12 +60505,12 @@ lin rarefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rarefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rarefaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rarefarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rareficieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rareficiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rareficiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rareficieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rareficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rareficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rareficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rareficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rarefara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rarefaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rarefara" ;--# notpresent @@ -66043,30 +60541,24 @@ lin rehacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehiciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehicieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehiciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehiciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehicierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehicieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehicieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehicisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehicieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehicieras" ; "rehicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiciramos" ; "rehicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehicierais" ; "rehicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehicieran" ; "rehiciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehizo" ;--# notpresent @@ -66079,12 +60571,12 @@ lin rehacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reharis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reharn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehicieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehiciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehiciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehicieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reharas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehara" ;--# notpresent @@ -66115,30 +60607,24 @@ lin satisfacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "satisfacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "satisfacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "satisfacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "satisfaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "satisfagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "satisfaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "satisfagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "satisfagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "satisfagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "satisfaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "satisfagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "satisfaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "satisfagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "satisfagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "satisfagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "satisfaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "satisfacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "satisfaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "satisfacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "satisfacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "satisfacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "satisficiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "satisficieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "satisficiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "satisficiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "satisficierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "satisficieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "satisficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "satisficieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "satisficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "satisficisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "satisficieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "satisficiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"satisficieras" ; "satisficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"satisficiramos" ; "satisficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"satisficierais" ; "satisficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"satisficieran" ; "satisficiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "satisfice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "satisficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "satisfizo" ;--# notpresent @@ -66151,12 +60637,12 @@ lin satisfacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "satisfaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "satisfaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "satisfarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "satisficieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "satisficiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "satisficiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "satisficieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "satisficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "satisficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "satisficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "satisficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "satisfara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "satisfaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "satisfara" ;--# notpresent @@ -66187,30 +60673,24 @@ lin tumefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tumefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tumefacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tumefacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tumefaga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tumefagas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tumefaga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tumefagamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tumefagis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tumefagan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tumefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tumefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tumefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tumefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tumefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tumefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tumefaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tumefacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tumefaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tumefacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tumefacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tumefacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tumeficiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tumeficieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tumeficiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tumeficiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tumeficierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tumeficieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tumeficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tumeficieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tumeficiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tumeficisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tumeficieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tumeficiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tumeficieras" ; "tumeficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tumeficiramos" ; "tumeficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tumeficierais" ; "tumeficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tumeficieran" ; "tumeficiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tumefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tumeficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tumefizo" ;--# notpresent @@ -66223,12 +60703,12 @@ lin tumefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tumefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tumefaris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tumefarn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tumeficieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tumeficiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tumeficieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tumeficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tumeficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tumeficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tumefara" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tumefaras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tumefara" ;--# notpresent @@ -66259,30 +60739,24 @@ lin afluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aflus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "afluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "afluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "afluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "afluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "afluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "afluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "afluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "afluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "afluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aflua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aflua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "afluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "afluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "afluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "afluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "afluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "afluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "afluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "afluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "afluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "afluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "afluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "afluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afluyeras" ; "afluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afluyramos" ; "afluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afluyerais" ; "afluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afluyeran" ; "afluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aflu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afluy" ;--# notpresent @@ -66295,12 +60769,12 @@ lin afluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "afluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "afluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "afluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "afluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "afluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "afluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afluira" ;--# notpresent @@ -66331,30 +60805,24 @@ lin arg {- VPB (Pres Ind C.Pl C.P1) => -} "argimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "args" ; {- VPB (Pres Ind C.Pl C.P3) => -} "argyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "argya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "argyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "argya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "argyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "argyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "argyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "argya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "argyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "argya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "argyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "argyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "argyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "argas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "argamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "argais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "argan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "argyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "argyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "argyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "argyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "argyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "argyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "argyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "argyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "argyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "argysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "argyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "argyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"argyera" ; "argyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"argyeras" ; "argyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"argyera" ; "argyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"argyramos" ; "argysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"argyerais" ; "argyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"argyeran" ; "argyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "argiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "argy" ;--# notpresent @@ -66367,12 +60835,12 @@ lin arg {- VPB (Fut Ind C.Pl C.P1) => -} "argiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "argiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "argirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "argyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "argyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "argyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "argyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "argyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "argyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "argyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "argyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "argyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "argyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "argyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "argyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "argira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "argiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "argira" ;--# notpresent @@ -66403,30 +60871,24 @@ lin atribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atribus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atribuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "atribuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "atribuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "atribuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "atribuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "atribuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "atribuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atribua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atribuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atribua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atribuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atribuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atribuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "atribuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "atribuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "atribuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "atribuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "atribuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "atribuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "atribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "atribuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "atribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "atribuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "atribuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "atribuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atribuyeras" ; "atribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atribuyramos" ; "atribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atribuyerais" ; "atribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atribuyeran" ; "atribuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atribu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atribuy" ;--# notpresent @@ -66439,12 +60901,12 @@ lin atribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atribuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atribuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "atribuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "atribuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "atribuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "atribuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atribuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atribuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atribuira" ;--# notpresent @@ -66475,30 +60937,24 @@ lin circuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "circuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "circuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "circuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "circuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "circuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "circuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "circuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "circuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "circuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "circuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "circuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "circuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "circuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "circuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "circuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "circuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "circuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "circuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circuyeras" ; "circuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circuyramos" ; "circuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circuyerais" ; "circuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circuyeran" ; "circuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circuy" ;--# notpresent @@ -66511,12 +60967,12 @@ lin circuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "circuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "circuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "circuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "circuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "circuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "circuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circuira" ;--# notpresent @@ -66547,30 +61003,24 @@ lin concluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conclus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "concluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "concluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "concluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "concluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "concluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "concluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "concluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "concluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conclua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conclua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concluyeras" ; "concluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concluyramos" ; "concluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concluyerais" ; "concluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concluyeran" ; "concluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conclu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concluy" ;--# notpresent @@ -66583,12 +61033,12 @@ lin concluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concluira" ;--# notpresent @@ -66619,30 +61069,24 @@ lin confluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "confluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conflus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "confluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "confluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "confluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "confluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "confluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "confluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "confluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conflua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "confluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conflua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "confluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "confluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "confluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "confluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "confluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "confluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "confluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "confluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "confluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "confluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "confluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "confluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "confluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "confluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "confluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confluyeras" ; "confluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confluyramos" ; "confluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confluyerais" ; "confluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confluyeran" ; "confluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conflu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "confluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confluy" ;--# notpresent @@ -66655,12 +61099,12 @@ lin confluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "confluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "confluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "confluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "confluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "confluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "confluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "confluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "confluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "confluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "confluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "confluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "confluira" ;--# notpresent @@ -66691,30 +61135,24 @@ lin constituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "constituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "constitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "constituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "constituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "constituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "constituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "constituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "constituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "constituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "constituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "constituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "constituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "constituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "constituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "constituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "constitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "constituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "constitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "constituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "constituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "constituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "constituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "constituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "constituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "constituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "constituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "constituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "constituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "constituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "constituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "constituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "constituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "constituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constituyeras" ; "constituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constituyramos" ; "constituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constituyerais" ; "constituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constituyeran" ; "constituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "constitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "constituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "constituy" ;--# notpresent @@ -66727,12 +61165,12 @@ lin constituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "constituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "constituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "constituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "constituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "constituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "constituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "constituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "constituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "constituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "constituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "constituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "constituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "constituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "constituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "constituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "constituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "constituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "constituira" ;--# notpresent @@ -66763,30 +61201,24 @@ lin construir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "construimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "construs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "construyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "construya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "construyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "construya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "construyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "construyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "construyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "construya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "construyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "construya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "construyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "construyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "construyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "construa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "construas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "construa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "construamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "construais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "construan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "construyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "construyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "construyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "construyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "construyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "construyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "construyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "construyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "construyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "construysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "construyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "construyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"construyera" ; "construyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"construyeras" ; "construyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"construyera" ; "construyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"construyramos" ; "construysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"construyerais" ; "construyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"construyeran" ; "construyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "constru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "construiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "construy" ;--# notpresent @@ -66799,12 +61231,12 @@ lin construir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "construiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "construiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "construirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "construyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "construyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "construyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "construyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "construyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "construyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "construyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "construyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "construyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "construyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "construyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "construyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "construira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "construiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "construira" ;--# notpresent @@ -66835,30 +61267,24 @@ lin contribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contribus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contribuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contribuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contribuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contribuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contribuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contribuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contribuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contribua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contribuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contribua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contribuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contribuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contribuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contribuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contribuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contribuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contribuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contribuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contribuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contribuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contribuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contribuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contribuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contribuyeras" ; "contribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contribuyramos" ; "contribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contribuyerais" ; "contribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contribuyeran" ; "contribuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contribu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contribuy" ;--# notpresent @@ -66871,12 +61297,12 @@ lin contribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contribuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contribuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contribuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contribuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contribuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contribuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contribuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contribuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contribuira" ;--# notpresent @@ -66907,30 +61333,24 @@ lin derruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "derruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "derruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "derruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "derruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "derruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "derruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "derruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "derruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "derruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "derruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "derruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "derruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "derruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "derruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "derruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "derruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "derruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "derruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derruyeras" ; "derruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derruyramos" ; "derruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derruyerais" ; "derruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derruyeran" ; "derruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derruy" ;--# notpresent @@ -66943,12 +61363,12 @@ lin derruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "derruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "derruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "derruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "derruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "derruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "derruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derruira" ;--# notpresent @@ -66979,30 +61399,24 @@ lin desobstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desobstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desobstrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desobstruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desobstruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desobstruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desobstruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desobstruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desobstruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desobstruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desobstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desobstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desobstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desobstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desobstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desobstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desobstrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desobstruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desobstrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desobstruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desobstruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desobstruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desobstruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desobstruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desobstruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desobstruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desobstruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desobstruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobstruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobstruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobstruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobstruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobstruyeras" ; "desobstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobstruyramos" ; "desobstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobstruyerais" ; "desobstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobstruyeran" ; "desobstruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desobstru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desobstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desobstruy" ;--# notpresent @@ -67015,12 +61429,12 @@ lin desobstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desobstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desobstruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desobstruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desobstruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desobstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desobstruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desobstruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desobstruira" ;--# notpresent @@ -67051,30 +61465,24 @@ lin destituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "destituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "destituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "destituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "destituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "destituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "destituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "destituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "destituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "destituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "destituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "destituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "destituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "destituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "destituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destituyeras" ; "destituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destituyramos" ; "destituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destituyerais" ; "destituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destituyeran" ; "destituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destituy" ;--# notpresent @@ -67087,12 +61495,12 @@ lin destituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "destituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "destituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "destituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "destituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "destituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "destituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destituira" ;--# notpresent @@ -67123,30 +61531,24 @@ lin destruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "destruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "destruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "destruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "destruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "destruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "destruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "destruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "destruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "destruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "destruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "destruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "destruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "destruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "destruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destruyeras" ; "destruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destruyramos" ; "destruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destruyerais" ; "destruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destruyeran" ; "destruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destruy" ;--# notpresent @@ -67159,12 +61561,12 @@ lin destruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "destruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "destruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "destruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "destruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "destruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "destruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destruira" ;--# notpresent @@ -67195,30 +61597,24 @@ lin difluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "difluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diflus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "difluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "difluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "difluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "difluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "difluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "difluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "difluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "difluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "difluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "difluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "difluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "difluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "difluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diflua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "difluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diflua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "difluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "difluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "difluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "difluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "difluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "difluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "difluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "difluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "difluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "difluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "difluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "difluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "difluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "difluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "difluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difluyeras" ; "difluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difluyramos" ; "difluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difluyerais" ; "difluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difluyeran" ; "difluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diflu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "difluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "difluy" ;--# notpresent @@ -67231,12 +61627,12 @@ lin difluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "difluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "difluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "difluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "difluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "difluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "difluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "difluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "difluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "difluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "difluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "difluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "difluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "difluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "difluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "difluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "difluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "difluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "difluira" ;--# notpresent @@ -67267,30 +61663,24 @@ lin diluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dilus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "diluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "diluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "diluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "diluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dilua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dilua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "diluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "diluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "diluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "diluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "diluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "diluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "diluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "diluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "diluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "diluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "diluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "diluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diluyeras" ; "diluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diluyramos" ; "diluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diluyerais" ; "diluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diluyeran" ; "diluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dilu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "diluy" ;--# notpresent @@ -67303,12 +61693,12 @@ lin diluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "diluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "diluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "diluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "diluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "diluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "diluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "diluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "diluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diluira" ;--# notpresent @@ -67339,30 +61729,24 @@ lin diminuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diminuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diminus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diminuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "diminuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "diminuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "diminuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "diminuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "diminuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "diminuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diminuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diminuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diminuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diminuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diminuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diminuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diminua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diminuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diminua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diminuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diminuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diminuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "diminuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "diminuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "diminuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "diminuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "diminuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "diminuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "diminuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "diminuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "diminuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "diminuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "diminuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "diminuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diminuyeras" ; "diminuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diminuyramos" ; "diminuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diminuyerais" ; "diminuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diminuyeran" ; "diminuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diminu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diminuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "diminuy" ;--# notpresent @@ -67375,12 +61759,12 @@ lin diminuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diminuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diminuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diminuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "diminuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "diminuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "diminuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "diminuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "diminuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diminuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diminuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "diminuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diminuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diminuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diminuira" ;--# notpresent @@ -67411,30 +61795,24 @@ lin disminuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disminuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disminus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disminuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "disminuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "disminuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "disminuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "disminuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "disminuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "disminuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disminuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disminuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disminuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disminuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disminuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disminuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disminua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disminuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disminua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disminuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disminuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disminuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "disminuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "disminuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "disminuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "disminuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "disminuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "disminuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "disminuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "disminuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "disminuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "disminuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "disminuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "disminuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disminuyeras" ; "disminuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disminuyramos" ; "disminuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disminuyerais" ; "disminuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disminuyeran" ; "disminuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disminu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disminuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disminuy" ;--# notpresent @@ -67447,12 +61825,12 @@ lin disminuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disminuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disminuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disminuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "disminuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "disminuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "disminuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "disminuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disminuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disminuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disminuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disminuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disminuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disminuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disminuira" ;--# notpresent @@ -67483,30 +61861,24 @@ lin distribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distribus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distribuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "distribuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "distribuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "distribuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "distribuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "distribuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "distribuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distribua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distribuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distribua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distribuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distribuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distribuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "distribuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "distribuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "distribuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "distribuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "distribuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "distribuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "distribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "distribuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "distribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "distribuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "distribuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "distribuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distribuyeras" ; "distribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distribuyramos" ; "distribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distribuyerais" ; "distribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distribuyeran" ; "distribuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distribu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distribuy" ;--# notpresent @@ -67519,12 +61891,12 @@ lin distribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distribuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distribuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "distribuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "distribuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "distribuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "distribuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distribuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distribuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distribuira" ;--# notpresent @@ -67555,30 +61927,24 @@ lin efluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "efluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "eflus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "efluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "efluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "efluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "efluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "efluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "efluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "efluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "efluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "efluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "efluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "efluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "efluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "efluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "eflua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "efluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "eflua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "efluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "efluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "efluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "efluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "efluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "efluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "efluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "efluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "efluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "efluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "efluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "efluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "efluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "efluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "efluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"efluyeras" ; "efluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efluyramos" ; "efluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"efluyerais" ; "efluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"efluyeran" ; "efluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "eflu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "efluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "efluy" ;--# notpresent @@ -67591,12 +61957,12 @@ lin efluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "efluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "efluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "efluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "efluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "efluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "efluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "efluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "efluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "efluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "efluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "efluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "efluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "efluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "efluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "efluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "efluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "efluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "efluira" ;--# notpresent @@ -67627,30 +61993,24 @@ lin esmuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esmuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esmus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esmuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "esmuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "esmuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "esmuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "esmuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "esmuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "esmuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esmuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esmuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esmuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esmuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esmuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esmuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esmua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esmuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esmua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esmuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esmuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esmuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "esmuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "esmuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "esmuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "esmuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "esmuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "esmuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmuyeras" ; "esmuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmuyramos" ; "esmuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmuyerais" ; "esmuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmuyeran" ; "esmuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esmu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esmuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esmuy" ;--# notpresent @@ -67663,12 +62023,12 @@ lin esmuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esmuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esmuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esmuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "esmuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "esmuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "esmuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "esmuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esmuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esmuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esmuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esmuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esmuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esmuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esmuira" ;--# notpresent @@ -67699,30 +62059,24 @@ lin estatuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estatuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estatus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estatuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "estatuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "estatuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "estatuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estatuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estatuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estatuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estatuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estatuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estatuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estatuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estatuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estatuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estatua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estatuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estatua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estatuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estatuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estatuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estatuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estatuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estatuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estatuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estatuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estatuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estatuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estatuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estatuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estatuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estatuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estatuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estatuyeras" ; "estatuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estatuyramos" ; "estatuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estatuyerais" ; "estatuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estatuyeran" ; "estatuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estatu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estatuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estatuy" ;--# notpresent @@ -67735,12 +62089,12 @@ lin estatuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estatuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estatuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estatuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estatuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estatuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estatuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estatuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estatuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estatuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estatuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estatuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estatuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estatuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estatuira" ;--# notpresent @@ -67771,30 +62125,24 @@ lin excluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "excluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "exclus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "excluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "excluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "excluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "excluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "excluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "excluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "excluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "excluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "excluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "excluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "excluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "excluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "excluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "exclua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "excluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "exclua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "excluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "excluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "excluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "excluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "excluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "excluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "excluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "excluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "excluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "excluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "excluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "excluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "excluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "excluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "excluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excluyeras" ; "excluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excluyramos" ; "excluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excluyerais" ; "excluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excluyeran" ; "excluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "exclu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "excluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "excluy" ;--# notpresent @@ -67807,12 +62155,12 @@ lin excluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "excluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "excluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "excluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "excluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "excluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "excluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "excluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "excluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "excluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "excluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "excluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "excluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "excluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "excluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "excluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "excluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "excluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "excluira" ;--# notpresent @@ -67843,30 +62191,24 @@ lin fluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "flus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "flua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "flua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fluyeras" ; "fluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fluyramos" ; "fluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fluyerais" ; "fluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fluyeran" ; "fluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "flu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fluy" ;--# notpresent @@ -67879,12 +62221,12 @@ lin fluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fluira" ;--# notpresent @@ -67915,30 +62257,24 @@ lin fruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "frus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "fruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "fruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "frua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "frua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "fruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "fruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "fruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruyeras" ; "fruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruyramos" ; "fruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruyerais" ; "fruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruyeran" ; "fruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fruy" ;--# notpresent @@ -67951,12 +62287,12 @@ lin fruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "fruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "fruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "fruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "fruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fruira" ;--# notpresent @@ -67987,30 +62323,24 @@ lin gruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "grus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "gruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "gruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "gruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "gruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "gruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "gruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "gruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "gruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "gruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "gruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "gruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "gruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "gruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "gruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "gruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gruyeras" ; "gruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruyramos" ; "gruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruyerais" ; "gruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gruyeran" ; "gruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gruy" ;--# notpresent @@ -68023,12 +62353,12 @@ lin gruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "gruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "gruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "gruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "gruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "gruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "gruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent @@ -68059,30 +62389,24 @@ lin huir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "huimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "huya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "huyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "huya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "huyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "huyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "huyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "huyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "huyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "huyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "huas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "huamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "huais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "huan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "huyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "huyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "huyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "huyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "huyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "huyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "huyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "huyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "huyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "huysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "huyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "huyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"huyera" ; "huyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"huyeras" ; "huyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"huyera" ; "huyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"huyramos" ; "huysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"huyerais" ; "huyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"huyeran" ; "huyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "huiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "huy" ;--# notpresent @@ -68095,12 +62419,12 @@ lin huir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "huiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "huiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "huirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "huyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "huyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "huyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "huyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "huyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "huyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "huyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "huyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "huyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "huyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "huyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "huyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "huira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "huiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "huira" ;--# notpresent @@ -68131,30 +62455,24 @@ lin imbuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imbuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imbus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imbuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "imbuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "imbuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "imbuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "imbuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "imbuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "imbuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imbuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "imbuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imbuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "imbuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "imbuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "imbuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "imbua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imbuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "imbua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imbuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imbuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "imbuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "imbuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "imbuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "imbuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "imbuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "imbuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "imbuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "imbuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "imbuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "imbuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "imbuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "imbuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "imbuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imbuyeras" ; "imbuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imbuyramos" ; "imbuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imbuyerais" ; "imbuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imbuyeran" ; "imbuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "imbu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "imbuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "imbuy" ;--# notpresent @@ -68167,12 +62485,12 @@ lin imbuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "imbuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "imbuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "imbuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "imbuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "imbuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "imbuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "imbuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "imbuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "imbuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "imbuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "imbuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "imbuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "imbuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "imbuira" ;--# notpresent @@ -68203,30 +62521,24 @@ lin incluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "incluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inclus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "incluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "incluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "incluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "incluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "incluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "incluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "incluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "incluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "incluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "incluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "incluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "incluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "incluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inclua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "incluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inclua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "incluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "incluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "incluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "incluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "incluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "incluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "incluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "incluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "incluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "incluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "incluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "incluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "incluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "incluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "incluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incluyeras" ; "incluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incluyramos" ; "incluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incluyerais" ; "incluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incluyeran" ; "incluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inclu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "incluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "incluy" ;--# notpresent @@ -68239,12 +62551,12 @@ lin incluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "incluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "incluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "incluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "incluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "incluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "incluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "incluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "incluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "incluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "incluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "incluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "incluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "incluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "incluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "incluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "incluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "incluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "incluira" ;--# notpresent @@ -68275,30 +62587,24 @@ lin influir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "influimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "influs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "influyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "influya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "influyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "influya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "influyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "influyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "influyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "influya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "influyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "influya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "influyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "influyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "influyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "influa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "influas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "influa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "influamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "influais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "influan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "influyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "influyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "influyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "influyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "influyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "influyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "influyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "influyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "influyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "influysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "influyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "influyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"influyera" ; "influyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"influyeras" ; "influyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"influyera" ; "influyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"influyramos" ; "influysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"influyerais" ; "influyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"influyeran" ; "influyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "influ" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "influiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "influy" ;--# notpresent @@ -68311,12 +62617,12 @@ lin influir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "influiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "influiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "influirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "influyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "influyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "influyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "influyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "influyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "influyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "influyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "influyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "influyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "influyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "influyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "influyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "influira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "influiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "influira" ;--# notpresent @@ -68347,30 +62653,24 @@ lin inmiscuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inmiscuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inmiscus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inmiscuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "inmiscuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "inmiscuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "inmiscuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "inmiscuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "inmiscuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "inmiscuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inmiscuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inmiscuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inmiscuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inmiscuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inmiscuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inmiscuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inmiscua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inmiscuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inmiscua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inmiscuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inmiscuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inmiscuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "inmiscuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "inmiscuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "inmiscuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "inmiscuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "inmiscuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "inmiscuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmiscuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmiscuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmiscuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmiscuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmiscuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmiscuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmiscuyeras" ; "inmiscuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmiscuyramos" ; "inmiscuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmiscuyerais" ; "inmiscuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmiscuyeran" ; "inmiscuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inmiscu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inmiscuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inmiscuy" ;--# notpresent @@ -68383,12 +62683,12 @@ lin inmiscuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inmiscuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inmiscuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inmiscuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "inmiscuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inmiscuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inmiscuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inmiscuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inmiscuira" ;--# notpresent @@ -68419,30 +62719,24 @@ lin instituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "instituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "institus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "instituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "instituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "instituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "instituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "instituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "instituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "instituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "instituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "instituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "instituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "instituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "instituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "instituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "institua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "instituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "institua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "instituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "instituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "instituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "instituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "instituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "instituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "instituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "instituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "instituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "instituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "instituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "instituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "instituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "instituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "instituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instituyeras" ; "instituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instituyramos" ; "instituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instituyerais" ; "instituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instituyeran" ; "instituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "institu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "instituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "instituy" ;--# notpresent @@ -68455,12 +62749,12 @@ lin instituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "instituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "instituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "instituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "instituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "instituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "instituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "instituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "instituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "instituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "instituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "instituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "instituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "instituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "instituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "instituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "instituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "instituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "instituira" ;--# notpresent @@ -68491,30 +62785,24 @@ lin instruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "instruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "instrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "instruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "instruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "instruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "instruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "instruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "instruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "instruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "instruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "instruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "instruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "instruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "instruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "instruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "instrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "instruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "instrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "instruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "instruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "instruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "instruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "instruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "instruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "instruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "instruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "instruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "instruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "instruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "instruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "instruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "instruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "instruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instruyeras" ; "instruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instruyramos" ; "instruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instruyerais" ; "instruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instruyeran" ; "instruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "instru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "instruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "instruy" ;--# notpresent @@ -68527,12 +62815,12 @@ lin instruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "instruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "instruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "instruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "instruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "instruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "instruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "instruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "instruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "instruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "instruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "instruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "instruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "instruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "instruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "instruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "instruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "instruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "instruira" ;--# notpresent @@ -68563,30 +62851,24 @@ lin intuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "intuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "intus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "intuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "intuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "intuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "intuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "intuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "intuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "intuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "intuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "intuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "intuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "intuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "intuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "intuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "intua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "intuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "intua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "intuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "intuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "intuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "intuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "intuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "intuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "intuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "intuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "intuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "intuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "intuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "intuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "intuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "intuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "intuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intuyeras" ; "intuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"intuyramos" ; "intuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intuyerais" ; "intuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intuyeran" ; "intuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "intu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "intuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "intuy" ;--# notpresent @@ -68599,12 +62881,12 @@ lin intuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "intuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "intuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "intuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "intuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "intuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "intuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "intuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "intuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "intuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "intuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "intuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "intuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "intuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "intuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "intuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "intuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "intuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "intuira" ;--# notpresent @@ -68635,30 +62917,24 @@ lin irruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "irruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "irrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "irruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "irruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "irruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "irruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "irruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "irruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "irruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "irruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "irruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "irruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "irruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "irruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "irruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "irrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "irruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "irrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "irruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "irruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "irruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "irruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "irruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "irruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "irruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "irruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "irruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "irruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "irruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "irruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "irruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "irruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "irruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irruyeras" ; "irruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irruyramos" ; "irruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irruyerais" ; "irruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irruyeran" ; "irruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "irru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "irruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "irruy" ;--# notpresent @@ -68671,12 +62947,12 @@ lin irruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "irruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "irruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "irruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "irruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "irruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "irruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "irruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "irruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "irruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "irruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "irruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "irruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "irruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "irruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "irruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "irruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "irruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "irruira" ;--# notpresent @@ -68707,30 +62983,24 @@ lin luir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "luimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "luyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "luya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "luyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "luya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "luyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "luyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "luyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "luya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "luyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "luya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "luyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "luyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "luyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "luas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "luamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "luais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "luan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "luyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "luyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "luyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "luyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "luyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "luyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "luyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "luyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "luyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "luysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "luyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "luyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luyera" ; "luyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"luyeras" ; "luyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luyera" ; "luyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luyramos" ; "luysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"luyerais" ; "luyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"luyeran" ; "luyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "luiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "luy" ;--# notpresent @@ -68743,12 +63013,12 @@ lin luir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "luiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "luiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "luirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "luyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "luyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "luyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "luyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "luyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "luyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "luyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "luyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "luyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "luyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "luyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "luyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "luira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "luiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "luira" ;--# notpresent @@ -68779,30 +63049,24 @@ lin obstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obstrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obstruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "obstruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "obstruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "obstruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "obstruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "obstruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "obstruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obstrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obstruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obstrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obstruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obstruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obstruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "obstruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "obstruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "obstruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "obstruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "obstruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "obstruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "obstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "obstruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "obstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "obstruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "obstruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "obstruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obstruyeras" ; "obstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obstruyramos" ; "obstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obstruyerais" ; "obstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obstruyeran" ; "obstruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obstru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obstruy" ;--# notpresent @@ -68815,12 +63079,12 @@ lin obstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obstruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obstruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "obstruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "obstruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "obstruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "obstruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obstruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obstruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obstruira" ;--# notpresent @@ -68851,30 +63115,24 @@ lin ocluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ocluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oclus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ocluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ocluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ocluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ocluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ocluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ocluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ocluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ocluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ocluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ocluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ocluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ocluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ocluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oclua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ocluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oclua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ocluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ocluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ocluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ocluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ocluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ocluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ocluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ocluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ocluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ocluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ocluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ocluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ocluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ocluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ocluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ocluyeras" ; "ocluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ocluyramos" ; "ocluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ocluyerais" ; "ocluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ocluyeran" ; "ocluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "oclu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ocluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ocluy" ;--# notpresent @@ -68887,12 +63145,12 @@ lin ocluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ocluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ocluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ocluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ocluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ocluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ocluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ocluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ocluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ocluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ocluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ocluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ocluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ocluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ocluira" ;--# notpresent @@ -68923,30 +63181,24 @@ lin prostituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prostituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prostitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prostituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prostituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prostituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prostituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prostituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prostituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prostituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prostituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prostituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prostituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prostituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prostituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prostituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prostitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prostituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prostitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prostituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prostituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prostituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prostituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prostituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prostituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prostituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prostituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prostituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prostituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prostituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prostituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prostituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prostituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prostituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prostituyeras" ; "prostituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prostituyramos" ; "prostituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prostituyerais" ; "prostituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prostituyeran" ; "prostituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prostitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prostituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prostituy" ;--# notpresent @@ -68959,12 +63211,12 @@ lin prostituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prostituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prostituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prostituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prostituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prostituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prostituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prostituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prostituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prostituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prostituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prostituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prostituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prostituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prostituira" ;--# notpresent @@ -68995,30 +63247,24 @@ lin rearg {- VPB (Pres Ind C.Pl C.P1) => -} "reargimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reargs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reargyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reargya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reargyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reargya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reargyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reargyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reargyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reargya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reargyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reargya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reargyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reargyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reargyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rearga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reargas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rearga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reargamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reargais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reargan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reargyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reargyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reargyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reargyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reargyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reargyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reargyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reargyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reargyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reargysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reargyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reargyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reargyeras" ; "reargyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reargyramos" ; "reargysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reargyerais" ; "reargyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reargyeran" ; "reargyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rearg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reargiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reargy" ;--# notpresent @@ -69031,12 +63277,12 @@ lin rearg {- VPB (Fut Ind C.Pl C.P1) => -} "reargiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reargiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reargirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reargyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reargyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reargyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reargyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reargyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reargyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reargyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reargyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reargyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reargyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reargyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reargyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reargira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reargiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reargira" ;--# notpresent @@ -69067,30 +63313,24 @@ lin recluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reclus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "recluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "recluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reclua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reclua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recluyeras" ; "recluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recluyramos" ; "recluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recluyerais" ; "recluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recluyeran" ; "recluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reclu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recluy" ;--# notpresent @@ -69103,12 +63343,12 @@ lin recluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recluira" ;--# notpresent @@ -69139,30 +63379,24 @@ lin reconstituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconstituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconstitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconstituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconstituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconstituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconstituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconstituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconstituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconstituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconstituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconstituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconstituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconstituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconstituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconstituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconstitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconstituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconstitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconstituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconstituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconstituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconstituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconstituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconstituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconstituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconstituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconstituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstituyeras" ; "reconstituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstituyramos" ; "reconstituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstituyerais" ; "reconstituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstituyeran" ; "reconstituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconstitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconstituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconstituy" ;--# notpresent @@ -69175,12 +63409,12 @@ lin reconstituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconstituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconstituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconstituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconstituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconstituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconstituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconstituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconstituira" ;--# notpresent @@ -69211,30 +63445,24 @@ lin reconstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconstrus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconstruyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconstruya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconstruyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconstruya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconstruyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconstruyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconstruyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconstrua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconstruas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconstrua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconstruamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconstruais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconstruan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reconstruyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reconstruyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reconstruyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reconstruyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reconstruyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reconstruyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstruyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstruyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstruysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstruyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstruyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstruyeras" ; "reconstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstruyramos" ; "reconstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstruyerais" ; "reconstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstruyeran" ; "reconstruyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconstru" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconstruy" ;--# notpresent @@ -69247,12 +63475,12 @@ lin reconstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconstruiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconstruirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reconstruyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconstruira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconstruiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconstruira" ;--# notpresent @@ -69283,30 +63511,24 @@ lin redarg {- VPB (Pres Ind C.Pl C.P1) => -} "redargimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redargs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redargyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "redargya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "redargyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "redargya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "redargyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "redargyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "redargyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redargya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redargyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redargya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redargyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redargyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redargyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redarga" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redargas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redarga" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redargamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redargais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redargan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "redargyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "redargyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "redargyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "redargyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "redargyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "redargyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "redargyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "redargyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "redargyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "redargysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "redargyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "redargyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redargyeras" ; "redargyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redargyramos" ; "redargysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redargyerais" ; "redargyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redargyeran" ; "redargyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redarg" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redargiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redargy" ;--# notpresent @@ -69319,12 +63541,12 @@ lin redarg {- VPB (Fut Ind C.Pl C.P1) => -} "redargiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redargiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redargirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "redargyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "redargyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "redargyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "redargyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "redargyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "redargyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redargyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redargyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redargyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redargyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redargyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redargyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redargira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redargiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redargira" ;--# notpresent @@ -69355,30 +63577,24 @@ lin redistribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redistribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redistribus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redistribuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "redistribuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "redistribuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "redistribuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "redistribuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "redistribuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "redistribuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redistribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redistribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redistribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redistribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redistribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redistribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redistribua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redistribuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redistribua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redistribuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redistribuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redistribuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "redistribuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "redistribuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "redistribuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "redistribuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "redistribuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "redistribuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "redistribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "redistribuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "redistribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "redistribuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "redistribuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "redistribuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redistribuyeras" ; "redistribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redistribuyramos" ; "redistribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redistribuyerais" ; "redistribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redistribuyeran" ; "redistribuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redistribu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redistribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redistribuy" ;--# notpresent @@ -69391,12 +63607,12 @@ lin redistribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "redistribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redistribuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redistribuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "redistribuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redistribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redistribuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redistribuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redistribuira" ;--# notpresent @@ -69427,30 +63643,24 @@ lin refluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reflus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refluyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refluya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refluyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refluya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refluyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refluyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refluyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reflua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refluas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reflua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refluamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refluais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refluan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refluyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refluyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refluyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refluyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refluyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refluyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refluyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refluyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refluysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refluyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refluyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refluyeras" ; "refluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refluyramos" ; "refluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refluyerais" ; "refluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refluyeran" ; "refluyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reflu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refluy" ;--# notpresent @@ -69463,12 +63673,12 @@ lin refluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refluiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refluirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refluyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refluyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refluyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refluyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refluyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refluyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refluira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refluiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refluira" ;--# notpresent @@ -69499,30 +63709,24 @@ lin rehuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehuyeras" ; "rehuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehuyramos" ; "rehuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehuyerais" ; "rehuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehuyeran" ; "rehuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehuy" ;--# notpresent @@ -69535,12 +63739,12 @@ lin rehuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehuira" ;--# notpresent @@ -69571,30 +63775,24 @@ lin restituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "restituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "restituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "restituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "restituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "restituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "restituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "restituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "restituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "restituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "restituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "restituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "restituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "restituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "restituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "restituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "restituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "restituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "restituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restituyeras" ; "restituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restituyramos" ; "restituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restituyerais" ; "restituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restituyeran" ; "restituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restituy" ;--# notpresent @@ -69607,12 +63805,12 @@ lin restituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "restituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "restituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "restituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "restituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "restituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "restituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restituira" ;--# notpresent @@ -69643,30 +63841,24 @@ lin retribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retribus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retribuyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retribuya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retribuyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retribuya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retribuyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retribuyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retribuyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retribua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retribuas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retribua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retribuamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retribuais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retribuan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retribuyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retribuyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retribuyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retribuyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retribuyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retribuyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retribuyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retribuyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retribuysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retribuyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retribuyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retribuyeras" ; "retribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retribuyramos" ; "retribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retribuyerais" ; "retribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retribuyeran" ; "retribuyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retribu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retribuy" ;--# notpresent @@ -69679,12 +63871,12 @@ lin retribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retribuiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retribuirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retribuyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retribuyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retribuyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retribuyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retribuira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retribuiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retribuira" ;--# notpresent @@ -69715,30 +63907,24 @@ lin substituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "substituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "substitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "substituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "substituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "substituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "substituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "substituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "substituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "substituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "substituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "substituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "substituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "substituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "substituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "substituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "substitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "substituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "substitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "substituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "substituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "substituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "substituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "substituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "substituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "substituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "substituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "substituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "substituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "substituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "substituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "substituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "substituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "substituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substituyeras" ; "substituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substituyramos" ; "substituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substituyerais" ; "substituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substituyeran" ; "substituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "substitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "substituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "substituy" ;--# notpresent @@ -69751,12 +63937,12 @@ lin substituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "substituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "substituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "substituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "substituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "substituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "substituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "substituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "substituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "substituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "substituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "substituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "substituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "substituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "substituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "substituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "substituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "substituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "substituira" ;--# notpresent @@ -69787,30 +63973,24 @@ lin sustituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sustituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sustitus" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sustituyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sustituya" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sustituyas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sustituya" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sustituyamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sustituyis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sustituyan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sustituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sustituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sustituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sustituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sustituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sustituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sustitua" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sustituas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sustitua" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sustituamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sustituais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sustituan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sustituyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sustituyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sustituyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sustituyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sustituyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sustituyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustituyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustituyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustituysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustituyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustituyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustituyeras" ; "sustituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustituyramos" ; "sustituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustituyerais" ; "sustituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustituyeran" ; "sustituyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sustitu" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sustituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sustituy" ;--# notpresent @@ -69823,12 +64003,12 @@ lin sustituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sustituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sustituiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sustituirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sustituyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sustituyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sustituyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sustituyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sustituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sustituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sustituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sustituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sustituira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sustituiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sustituira" ;--# notpresent @@ -69859,30 +64039,24 @@ lin coercer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coercemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coercis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coercen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coerza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "coerzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coerza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "coerzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "coerzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "coerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coerzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coerzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coerca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coercas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coerca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coercamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coercais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coercan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coerciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "coercieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coerciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coerciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "coercierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "coercieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coerciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "coercieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coerciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "coercisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "coercieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coerciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coercieras" ; "coercieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coerciramos" ; "coercisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coercierais" ; "coercieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coercieran" ; "coerciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coerc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coerciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coerci" ;--# notpresent @@ -69895,12 +64069,12 @@ lin coercer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coerceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coerceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coercern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coerciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "coercieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coerciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coerciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coerciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "coercieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coerciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coercieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coerciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coerciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coerciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coercieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coercera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coerceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coercera" ;--# notpresent @@ -69931,30 +64105,24 @@ lin convencer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convencemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convencis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convencen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "convenza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "convenzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "convenza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "convenzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "convenzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "convenzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convenza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convenzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convenza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convenzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convenzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convenzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convenca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convencas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convenca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convencamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convencais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convencan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "convenciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "convencieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "convenciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "convenciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "convencierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "convencieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "convenciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "convencieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "convenciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "convencisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "convencieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "convenciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convencieras" ; "convencieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convenciramos" ; "convencisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convencierais" ; "convencieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convencieran" ; "convenciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convenc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convenciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convenci" ;--# notpresent @@ -69967,12 +64135,12 @@ lin convencer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convenceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convenceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convencern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "convenciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "convencieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "convenciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "convenciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "convenciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "convencieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convenciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convencieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convenciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convenciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convenciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convencieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convencera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convenceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convencera" ;--# notpresent @@ -70003,30 +64171,24 @@ lin desfruncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfruncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfruncs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfruncen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desfrunza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desfrunzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desfrunza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desfrunzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desfrunzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desfrunzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfrunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfrunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfrunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfrunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfrunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfrunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfrunca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfruncas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfrunca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfruncamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfruncais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfruncan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desfrunciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desfruncieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desfrunciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desfrunciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desfruncierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desfruncieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfrunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfruncieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfrunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfruncisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfruncieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfrunciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfruncieras" ; "desfruncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfrunciramos" ; "desfruncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfruncierais" ; "desfruncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfruncieran" ; "desfrunciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfrunc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfrunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfrunci" ;--# notpresent @@ -70039,12 +64201,12 @@ lin desfruncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfrunciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfruncirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desfruncieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desfruncieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfruncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfruncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfruncira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfrunciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfruncira" ;--# notpresent @@ -70075,30 +64237,24 @@ lin desuncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desuncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desuncs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuncen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desunza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desunzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desunza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desunzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desunzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desunzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desunca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desuncas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desunca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desuncamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desuncais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desuncan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desunciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desuncieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desunciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desunciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desuncierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desuncieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desuncieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desuncisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desuncieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desunciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desuncieras" ; "desuncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desunciramos" ; "desuncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desuncierais" ; "desuncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desuncieran" ; "desunciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desunc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desunci" ;--# notpresent @@ -70111,12 +64267,12 @@ lin desuncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desunciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desuncirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desunciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desuncieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desunciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desunciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desunciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desuncieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desuncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desuncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desuncira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desunciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desuncira" ;--# notpresent @@ -70147,30 +64303,24 @@ lin ejercer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ejercemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ejercis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ejercen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ejerza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ejerzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ejerza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ejerzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ejerzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ejerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ejerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ejerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ejerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ejerzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ejerzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ejerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ejerca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ejercas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ejerca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ejercamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ejercais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ejercan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ejerciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "ejercieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ejerciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ejerciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "ejercierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "ejercieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ejerciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "ejercieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ejerciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "ejercisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "ejercieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ejerciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ejercieras" ; "ejercieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ejerciramos" ; "ejercisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ejercierais" ; "ejercieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ejercieran" ; "ejerciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ejerc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ejerciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ejerci" ;--# notpresent @@ -70183,12 +64333,12 @@ lin ejercer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ejerceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ejerceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ejercern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "ejercieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ejerciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ejerciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "ejercieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ejercieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ejerciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ejerciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ejercieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ejercera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ejerceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ejercera" ;--# notpresent @@ -70219,30 +64369,24 @@ lin estarcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estarcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estarcs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estarcen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "estarza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "estarzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "estarza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estarzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estarzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estarzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estarza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estarzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estarza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estarzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estarzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estarzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estarca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estarcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estarca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estarcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estarcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estarcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estarciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estarcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estarciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estarciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estarcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estarcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estarciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estarcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estarciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estarcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estarcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estarciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estarcieras" ; "estarcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estarciramos" ; "estarcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estarcierais" ; "estarcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estarcieran" ; "estarciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estarc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estarciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estarci" ;--# notpresent @@ -70255,12 +64399,12 @@ lin estarcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estarciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estarciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estarcirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estarciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estarcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estarciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estarciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estarciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estarcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estarciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estarcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estarciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estarciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estarciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estarcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estarcira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estarciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estarcira" ;--# notpresent @@ -70291,30 +64435,24 @@ lin fruncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fruncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fruncs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fruncen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "frunza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "frunzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "frunza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "frunzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "frunzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "frunzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "frunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "frunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "frunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "frunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "frunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "frunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "frunca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fruncas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "frunca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fruncamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fruncais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fruncan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "frunciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "fruncieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "frunciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "frunciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "fruncierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "fruncieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "frunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruncieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "frunciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruncisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruncieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "frunciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruncieras" ; "fruncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frunciramos" ; "fruncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruncierais" ; "fruncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruncieran" ; "frunciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "frunc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "frunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "frunci" ;--# notpresent @@ -70327,12 +64465,12 @@ lin fruncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "frunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "frunciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fruncirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "frunciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "fruncieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "frunciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "frunciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "frunciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "fruncieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "frunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fruncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "frunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "frunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "frunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fruncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fruncira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "frunciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fruncira" ;--# notpresent @@ -70363,30 +64501,24 @@ lin mecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "meza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "mezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "meza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "mezamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "mezis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "mezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "meza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "meza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mezamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mezis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "meca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "meca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "meciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "mecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "meciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "meciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "mecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "mecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "meciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "mecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "meciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "mecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "mecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "meciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"meciera" ; "meciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mecieras" ; "mecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"meciera" ; "meciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"meciramos" ; "mecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mecierais" ; "mecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mecieran" ; "meciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "meciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "meci" ;--# notpresent @@ -70399,12 +64531,12 @@ lin mecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "meceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "meceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "meciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "mecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "meciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "meciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "meciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "mecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "meciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "meciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "meciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "meciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "meceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mecera" ;--# notpresent @@ -70435,30 +64567,24 @@ lin remecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remecis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remeza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remezas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remeza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remezamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remezis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remeza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remeza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remezamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remezis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remeciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remecieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remeciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remecierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remecieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remecisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remecieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remecieras" ; "remecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remeciramos" ; "remecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remecierais" ; "remecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remecieran" ; "remeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remec" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remeci" ;--# notpresent @@ -70471,12 +64597,12 @@ lin remecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remeceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remeciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remecieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remeciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remeciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remecera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remeceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remecera" ;--# notpresent @@ -70507,30 +64633,24 @@ lin resarcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resarcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resarcs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resarcen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resarza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resarzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resarza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resarzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resarzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resarzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resarza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resarzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resarza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resarzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resarzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resarzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resarca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resarcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resarca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resarcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resarcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resarcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resarciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resarcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resarciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resarciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resarcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resarcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resarciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resarcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resarciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resarcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resarcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resarciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resarcieras" ; "resarcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resarciramos" ; "resarcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resarcierais" ; "resarcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resarcieran" ; "resarciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resarc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resarciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resarci" ;--# notpresent @@ -70543,12 +64663,12 @@ lin resarcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resarciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resarciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resarcirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resarciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resarcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resarciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resarciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resarciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resarcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resarciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resarcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resarciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resarciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resarciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resarcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resarcira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resarciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resarcira" ;--# notpresent @@ -70579,30 +64699,24 @@ lin rezurcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rezurcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rezurcs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rezurcen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rezurza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rezurzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rezurza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rezurzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rezurzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rezurzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rezurza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rezurzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rezurza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rezurzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rezurzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rezurzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rezurca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rezurcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rezurca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rezurcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rezurcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rezurcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rezurciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rezurcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rezurciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rezurciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rezurcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rezurcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rezurciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rezurcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rezurciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rezurcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rezurcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rezurciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rezurcieras" ; "rezurcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rezurciramos" ; "rezurcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rezurcierais" ; "rezurcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rezurcieran" ; "rezurciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rezurc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rezurciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rezurci" ;--# notpresent @@ -70615,12 +64729,12 @@ lin rezurcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rezurciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rezurciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rezurcirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rezurcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rezurciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rezurciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rezurcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rezurcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rezurciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rezurciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rezurcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rezurcira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rezurciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rezurcira" ;--# notpresent @@ -70651,30 +64765,24 @@ lin subyacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subyacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subyacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subyacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "subyazga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "subyazgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "subyazga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "subyazgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "subyazgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "subyazgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subyazga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subyazgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subyazga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subyazgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subyazgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subyazgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subyaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subyacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subyaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subyacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subyacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subyacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "subyaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "subyacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "subyaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "subyaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "subyacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "subyacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "subyaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "subyacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "subyaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "subyacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "subyacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "subyaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subyacieras" ; "subyacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subyaciramos" ; "subyacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subyacierais" ; "subyacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subyacieran" ; "subyaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subyac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subyaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subyaci" ;--# notpresent @@ -70687,12 +64795,12 @@ lin subyacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subyaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subyaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subyacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "subyacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "subyaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "subyaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "subyacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subyacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subyaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subyaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subyacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subyacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subyaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subyacera" ;--# notpresent @@ -70723,30 +64831,24 @@ lin uncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "uncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "uncs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "uncen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "unza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "unzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "unza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "unzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "unzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "unzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "unzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "unca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "uncas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "unca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "uncamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "uncais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "uncan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "unciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "uncieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "unciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "unciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "uncierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "uncieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "unciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "uncieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "unciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "uncisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "uncieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "unciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unciera" ; "unciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"uncieras" ; "uncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unciera" ; "unciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unciramos" ; "uncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"uncierais" ; "uncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"uncieran" ; "unciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "unc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "unciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "unci" ;--# notpresent @@ -70759,12 +64861,12 @@ lin uncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "unciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "unciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "uncirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "unciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "uncieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "unciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "unciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "unciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "uncieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "unciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "uncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "unciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "unciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "unciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "uncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "uncira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "unciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "uncira" ;--# notpresent @@ -70795,30 +64897,24 @@ lin vencer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vencemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vencis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vencen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "venza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "venzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "venza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "venzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "venzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "venzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "venza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "venzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "venza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "venzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "venzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "venzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "venca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vencas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "venca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vencamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vencais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vencan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "venciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "vencieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "venciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "venciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "vencierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "vencieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "venciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "vencieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "venciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "vencisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "vencieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "venciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"venciera" ; "venciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vencieras" ; "vencieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"venciera" ; "venciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"venciramos" ; "vencisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vencierais" ; "vencieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vencieran" ; "venciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "venc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "venciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "venci" ;--# notpresent @@ -70831,12 +64927,12 @@ lin vencer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "venceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "venceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vencern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "venciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "vencieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "venciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "venciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "venciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "vencieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "venciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vencieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "venciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "venciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "venciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vencieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vencera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "venceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vencera" ;--# notpresent @@ -70867,30 +64963,24 @@ lin yacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "yacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "yacis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "yazga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "yazgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "yazga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "yazgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "yazgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "yazgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yazga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yazgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yazga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "yazgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "yazgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yazgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "yaca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "yacas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "yaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "yacamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "yacais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "yacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "yaciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "yacieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "yaciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "yaciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "yacierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "yacieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "yaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "yacieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "yaciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "yacisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "yacieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "yaciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yacieras" ; "yacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yaciramos" ; "yacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yacierais" ; "yacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yacieran" ; "yaciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "yac" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "yaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "yaci" ;--# notpresent @@ -70903,12 +64993,12 @@ lin yacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "yaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "yaceris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "yacern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "yaciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "yacieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "yaciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "yaciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "yaciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "yacieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "yaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "yacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "yaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "yaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "yaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "yacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "yacera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "yaceras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "yacera" ;--# notpresent @@ -70939,30 +65029,24 @@ lin zurcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zurcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zurcs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zurcen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "zurza" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "zurzas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "zurza" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "zurzamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "zurzis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "zurzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zurza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zurzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zurza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zurzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zurzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zurzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zurca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zurcas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zurca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zurcamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zurcais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zurcan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "zurciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "zurcieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "zurciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "zurciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "zurcierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "zurcieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "zurciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "zurcieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "zurciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "zurcisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "zurcieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "zurciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zurcieras" ; "zurcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zurciramos" ; "zurcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zurcierais" ; "zurcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zurcieran" ; "zurciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zurc" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zurciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zurci" ;--# notpresent @@ -70975,12 +65059,12 @@ lin zurcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zurciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zurciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zurcirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "zurciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "zurcieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "zurciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "zurciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "zurciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "zurcieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zurciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zurcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zurciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zurciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zurciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zurcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zurcira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zurciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zurcira" ;--# notpresent @@ -71011,30 +65095,24 @@ lin deso {- VPB (Pres Ind C.Pl C.P1) => -} "desomos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desos" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desoyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desoiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desoigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desoiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desoigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desoigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desoigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desoa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desoas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desoa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desoamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desoais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desoan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desoyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desoyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desoyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desoyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desoyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desoyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoyeras" ; "desoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoyramos" ; "desoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoyerais" ; "desoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoyeran" ; "desoyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deso" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desoste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoy" ;--# notpresent @@ -71047,12 +65125,12 @@ lin deso {- VPB (Fut Ind C.Pl C.P1) => -} "desoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desoiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desoirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desoyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desoyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desoyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desoyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desoyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desoyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desoira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desoiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desoira" ;--# notpresent @@ -71083,30 +65161,24 @@ lin entreo {- VPB (Pres Ind C.Pl C.P1) => -} "entreomos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreos" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreoyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entreoiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entreoigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entreoiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entreoigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entreoigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreoa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreoas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreoa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreoamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreoais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreoan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entreoyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entreoyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entreoyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entreoyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entreoyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entreoyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreoyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreoysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreoyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreoyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreoyeras" ; "entreoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreoyramos" ; "entreoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreoyerais" ; "entreoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreoyeran" ; "entreoyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreo" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreoste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entreoy" ;--# notpresent @@ -71119,12 +65191,12 @@ lin entreo {- VPB (Fut Ind C.Pl C.P1) => -} "entreoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreoiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreoirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entreoyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entreoyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entreoyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entreoyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreoira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreoiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreoira" ;--# notpresent @@ -71155,30 +65227,24 @@ lin o {- VPB (Pres Ind C.Pl C.P1) => -} "omos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "os" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "oiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "oigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "oiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "oigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "oigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "oigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "oigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "oigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "oigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "oigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "oyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "oyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "oyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "oyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "oyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "oyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "oyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "oyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "oyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "oysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "oyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "oyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oyera" ; "oyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oyeras" ; "oyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oyera" ; "oyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oyramos" ; "oysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oyerais" ; "oyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oyeran" ; "oyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "o" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "oy" ;--# notpresent @@ -71191,12 +65257,12 @@ lin o {- VPB (Fut Ind C.Pl C.P1) => -} "oiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "oirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "oyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "oyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "oyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "oyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "oyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "oyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "oyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "oyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "oira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "oiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "oira" ;--# notpresent @@ -71227,30 +65293,24 @@ lin traso {- VPB (Pres Ind C.Pl C.P1) => -} "trasomos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasos" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasoyen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasoiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasoigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasoiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasoigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasoigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasoa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasoas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasoa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasoamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasoais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasoan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasoyera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasoyeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasoyera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasoyramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasoyerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasoyeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoyeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoyese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasoysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoyeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoyesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoyeras" ; "trasoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoyramos" ; "trasoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoyerais" ; "trasoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoyeran" ; "trasoyesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasoste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasoy" ;--# notpresent @@ -71263,12 +65323,12 @@ lin traso {- VPB (Fut Ind C.Pl C.P1) => -} "trasoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasoiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasoirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasoyeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasoyremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasoyereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasoyeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasoira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasoiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasoira" ;--# notpresent @@ -71299,30 +65359,24 @@ lin oler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "olemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "olis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "huela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "huelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "huela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "olamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "olis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "huelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "olamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "olis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "huelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "olas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "olamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "olais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "olan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "oliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "olieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "oliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "oliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "olierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "olieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "oliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "olieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "oliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "olisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "olieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "oliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oliera" ; "oliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"olieras" ; "olieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oliera" ; "oliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oliramos" ; "olisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"olierais" ; "olieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"olieran" ; "oliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "oli" ;--# notpresent @@ -71335,12 +65389,12 @@ lin oler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "oleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oleris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "olern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "oliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "olieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "oliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "oliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "oliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "olieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "olieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "olieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "olera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "oleras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "olera" ;--# notpresent @@ -71371,30 +65425,24 @@ lin acaecer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acaeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acaecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "acaeciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acaeci" ;--# notpresent @@ -71407,12 +65455,12 @@ lin acaecer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acaecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acaecera" ;--# notpresent @@ -71443,30 +65491,24 @@ lin acontecer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aconteca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acontecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "aconteciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aconteci" ;--# notpresent @@ -71479,12 +65521,12 @@ lin acontecer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acontecern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acontecera" ;--# notpresent @@ -71515,30 +65557,24 @@ lin aplacer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aplaca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aplacan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -71551,12 +65587,12 @@ lin aplacer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -71587,30 +65623,24 @@ lin astre {- VPB (Pres Ind C.Pl C.P1) => -} "astreimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "astria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "astrias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "astria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "astriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "astriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "astrian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "astriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "astrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "astriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "astriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "astrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "astrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "astrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "astrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "astrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astreiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent @@ -71623,12 +65653,12 @@ lin astre {- VPB (Fut Ind C.Pl C.P1) => -} "astreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "astriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "astrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "astriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "astriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "astriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "astrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astreira" ;--# notpresent @@ -71659,30 +65689,24 @@ lin ce {- VPB (Pres Ind C.Pl C.P1) => -} "ceimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ces" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "ciamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "ciis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ceas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ceamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ceais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "ciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "ciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "ciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "ciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "ciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "ciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ciera" ; "ciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cieras" ; "cieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ciera" ; "ciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ciramos" ; "cisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cierais" ; "cieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cieran" ; "ciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ce" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ceiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ci" ;--# notpresent @@ -71695,12 +65719,12 @@ lin ce {- VPB (Fut Ind C.Pl C.P1) => -} "ceiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ceiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ceirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "ciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "ciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "ciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "ciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ceira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ceiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ceira" ;--# notpresent @@ -71731,30 +65755,24 @@ lin competir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "competimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "compets" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compiten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "compita" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "compitas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "compita" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "compitamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "compitis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "compitan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compitas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compitamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compitis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compitan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "competa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "competas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "competa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "competamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "competais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "competan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "compitiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "compitieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "compitiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "compitiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "compitierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "compitieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "compitiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "compitieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "compitiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "compitisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "compitieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "compitiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compitieras" ; "compitieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compitiramos" ; "compitisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compitierais" ; "compitieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compitieran" ; "compitiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compet" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "competiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compiti" ;--# notpresent @@ -71767,12 +65785,12 @@ lin competir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "competiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "competiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "competirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "compitiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "compitieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "compitiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "compitiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "compitiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "compitieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compitiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compitieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compitiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compitiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compitiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compitieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "competira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "competiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "competira" ;--# notpresent @@ -71803,30 +65821,24 @@ lin concebir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concebimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concebs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "conciba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "concibas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "conciba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "concibamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "concibis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conciban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conciba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concibas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conciba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conciban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conceba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concebas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conceba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concebamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concebais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conceban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "concibiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "concibieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "concibiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "concibiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "concibierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "concibieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "concibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "concibieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "concibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "concibisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "concibieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "concibiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concibieras" ; "concibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concibiramos" ; "concibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concibierais" ; "concibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concibieran" ; "concibiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conceb" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concebiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concibi" ;--# notpresent @@ -71839,12 +65851,12 @@ lin concebir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concebiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concebiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concebirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "concibiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "concibieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "concibiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "concibiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "concibiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "concibieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concebira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concebiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concebira" ;--# notpresent @@ -71875,30 +65887,24 @@ lin constre {- VPB (Pres Ind C.Pl C.P1) => -} "constreimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "constres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "constrien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "constria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "constrias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "constria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "constriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "constriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "constrian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "constria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "constrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "constria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "constriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "constriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "constrian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "constrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "constreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "constrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "constreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "constreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "constrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "constriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "constrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "constriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "constriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "constrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "constrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "constriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "constrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "constriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "constrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "constrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "constriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constriera" ; "constriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constrieras" ; "constrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constriera" ; "constriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constriramos" ; "constrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constrierais" ; "constrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constrieran" ; "constriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "constre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "constreiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "constri" ;--# notpresent @@ -71911,12 +65917,12 @@ lin constre {- VPB (Fut Ind C.Pl C.P1) => -} "constreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "constreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "constreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "constriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "constrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "constriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "constriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "constriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "constrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "constriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "constrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "constriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "constriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "constriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "constrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "constreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "constreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "constreira" ;--# notpresent @@ -71947,30 +65953,24 @@ lin derretir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derretimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrets" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derriten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "derrita" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "derritas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "derrita" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "derritamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "derritis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "derritan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derrita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derritas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derrita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derritamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derritis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derritan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derreta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derretas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derreta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derretamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derretais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derretan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "derritiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "derritieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "derritiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "derritiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "derritierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "derritieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "derritiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "derritieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "derritiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "derritisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "derritieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "derritiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derritieras" ; "derritieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derritiramos" ; "derritisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derritierais" ; "derritieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derritieran" ; "derritiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derret" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derretiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derriti" ;--# notpresent @@ -71983,12 +65983,12 @@ lin derretir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derretiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derretiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derretirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "derritiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "derritieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "derritiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "derritiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "derritiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "derritieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derritiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derritieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derritiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derritiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derritiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derritieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derretira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derretiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derretira" ;--# notpresent @@ -72019,30 +66019,24 @@ lin desce {- VPB (Pres Ind C.Pl C.P1) => -} "desceimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desces" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desciamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desciis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desceas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desceamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desceais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desciera" ; "desciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descieras" ; "descieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desciera" ; "desciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desciramos" ; "descisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descierais" ; "descieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descieran" ; "desciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desce" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desceiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desci" ;--# notpresent @@ -72055,12 +66049,12 @@ lin desce {- VPB (Fut Ind C.Pl C.P1) => -} "desceiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desceiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desceirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desceira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desceiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desceira" ;--# notpresent @@ -72091,30 +66085,24 @@ lin deservir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deservimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deservs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desirven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desirva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desirvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desirva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desirvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desirvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desirvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desirva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desirvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desirva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desirvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deserva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deservas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deserva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deservamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deservais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deservan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desirviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desirvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desirviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desirviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desirvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desirvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desirvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desirvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desirvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desirviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desirvieras" ; "desirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desirviramos" ; "desirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desirvierais" ; "desirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desirvieran" ; "desirviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deserv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deserviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desirvi" ;--# notpresent @@ -72127,12 +66115,12 @@ lin deservir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deserviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deserviris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deservirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desirviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desirvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desirviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desirviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desirviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desirvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deservira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deserviras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deservira" ;--# notpresent @@ -72163,30 +66151,24 @@ lin despedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "despida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "despidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "despida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "despidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "despidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "despidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "despidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "despidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "despidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "despidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "despidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "despidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "despidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "despidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "despidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "despidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "despidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "despidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despidieras" ; "despidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despidiramos" ; "despidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despidierais" ; "despidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despidieran" ; "despidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desped" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despidi" ;--# notpresent @@ -72199,12 +66181,12 @@ lin despedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "despidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "despidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "despidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "despidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "despidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "despidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despedira" ;--# notpresent @@ -72235,30 +66217,24 @@ lin deste {- VPB (Pres Ind C.Pl C.P1) => -} "desteimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destes" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "destia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "destias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "destia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "destiamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "destiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "destian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desteas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desteamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desteais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "destiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "destieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "destiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "destiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "destierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "destieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "destiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "destieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "destiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "destisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "destieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "destiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destiera" ; "destiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destieras" ; "destieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destiera" ; "destiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destiramos" ; "destisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destierais" ; "destieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destieran" ; "destiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deste" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desteiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desti" ;--# notpresent @@ -72271,12 +66247,12 @@ lin deste {- VPB (Fut Ind C.Pl C.P1) => -} "desteiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desteiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desteirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "destiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "destieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "destiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "destiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "destiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "destieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desteira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desteiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desteira" ;--# notpresent @@ -72307,30 +66283,24 @@ lin desvestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desvista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desvistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desvista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desvistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desvistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desvistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desvistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desvistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desvistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desvistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desvistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desvistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvistieras" ; "desvistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvistiramos" ; "desvistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvistierais" ; "desvistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvistieran" ; "desvistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvisti" ;--# notpresent @@ -72343,12 +66313,12 @@ lin desvestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desvistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desvistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desvistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desvistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvestira" ;--# notpresent @@ -72379,30 +66349,24 @@ lin embestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "embista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "embistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "embista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "embistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "embistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "embistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "embistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "embistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "embistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "embistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "embistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "embistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "embistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "embistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "embistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "embistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "embistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "embistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embistieras" ; "embistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embistiramos" ; "embistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embistierais" ; "embistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embistieran" ; "embistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embisti" ;--# notpresent @@ -72415,12 +66379,12 @@ lin embestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "embistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "embistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "embistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "embistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "embistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "embistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embestira" ;--# notpresent @@ -72451,30 +66415,24 @@ lin envestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "envista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "envistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "envista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "envistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "envistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "envistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "envistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "envistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "envistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "envistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "envistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "envistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "envistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "envistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "envistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "envistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "envistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "envistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envistieras" ; "envistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envistiramos" ; "envistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envistierais" ; "envistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envistieran" ; "envistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envisti" ;--# notpresent @@ -72487,12 +66445,12 @@ lin envestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "envistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "envistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "envistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "envistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "envistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "envistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envestira" ;--# notpresent @@ -72523,30 +66481,24 @@ lin estre {- VPB (Pres Ind C.Pl C.P1) => -} "estreimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estrien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "estria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "estrias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "estria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "estriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "estriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "estrian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estrian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "estriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "estrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "estriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "estriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "estrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "estrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "estriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "estrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "estriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "estrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "estrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "estriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estriera" ; "estriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estrieras" ; "estrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estriera" ; "estriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estriramos" ; "estrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estrierais" ; "estrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estrieran" ; "estriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estreiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estri" ;--# notpresent @@ -72559,12 +66511,12 @@ lin estre {- VPB (Fut Ind C.Pl C.P1) => -} "estreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "estriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "estrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "estriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "estriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "estriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "estrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estreira" ;--# notpresent @@ -72595,30 +66547,24 @@ lin expedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "expedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "expeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "expiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "expida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "expidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "expida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "expidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "expidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "expidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "expida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "expidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "expida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "expidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "expidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "expidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "expeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "expedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "expeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "expedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "expedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "expedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "expidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "expidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "expidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "expidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "expidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "expidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "expidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "expidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "expidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "expidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "expidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "expidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expidieras" ; "expidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expidiramos" ; "expidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expidierais" ; "expidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expidieran" ; "expidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "exped" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "expediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "expidi" ;--# notpresent @@ -72631,12 +66577,12 @@ lin expedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "expediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "expediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "expedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "expidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "expidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "expidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "expidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "expidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "expidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "expidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "expidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "expidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "expidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "expidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "expidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "expedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "expediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "expedira" ;--# notpresent @@ -72667,30 +66613,24 @@ lin gemir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gemimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gems" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gimen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "gima" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "gimas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "gima" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "gimamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "gimis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "giman" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gima" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gimas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gima" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gimamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gimis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "giman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gema" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gemas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gema" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gemamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gemais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "geman" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "gimiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "gimieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "gimiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "gimiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "gimierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "gimieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "gimiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "gimieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "gimiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "gimisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "gimieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "gimiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gimieras" ; "gimieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gimiramos" ; "gimisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gimierais" ; "gimieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gimieran" ; "gimiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gem" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gemiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gimi" ;--# notpresent @@ -72703,12 +66643,12 @@ lin gemir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gemiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gemiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gemirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "gimiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "gimieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "gimiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "gimiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "gimiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "gimieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gimiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gimieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gimiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gimiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gimiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gimieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gemira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gemiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gemira" ;--# notpresent @@ -72739,30 +66679,24 @@ lin gernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gerns" ; {- VPB (Pres Ind C.Pl C.P3) => -} "girnen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "girna" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "girnas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "girna" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "girnamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "girnis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "girnan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "girna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "girnas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "girna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "girnamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "girnis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "girnan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gerna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gernas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gerna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gernamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gernais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gernan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "girniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "girnieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "girniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "girniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "girnierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "girnieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "girniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "girnieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "girniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "girnisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "girnieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "girniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"girniera" ; "girniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"girnieras" ; "girnieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"girniera" ; "girniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"girniramos" ; "girnisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"girnierais" ; "girnieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"girnieran" ; "girniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gern" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "girni" ;--# notpresent @@ -72775,12 +66709,12 @@ lin gernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gerniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gernirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "girniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "girnieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "girniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "girniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "girniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "girnieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "girniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "girnieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "girniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "girniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "girniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "girnieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gernira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gerniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gernira" ;--# notpresent @@ -72811,30 +66745,24 @@ lin henchir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "henchimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "henchs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hinchen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hincha" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hinchas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hincha" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hinchamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hinchis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hinchan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hincha" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hinchas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hincha" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hinchamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hinchis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hinchan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hencha" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "henchas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hencha" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "henchamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "henchais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "henchan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hinchiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hinchieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hinchiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hinchiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hinchierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hinchieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hinchiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hinchieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hinchiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hinchisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hinchieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hinchiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hinchieras" ; "hinchieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hinchiramos" ; "hinchisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hinchierais" ; "hinchieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hinchieran" ; "hinchiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hench" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "henchiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hinchi" ;--# notpresent @@ -72847,12 +66775,12 @@ lin henchir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "henchiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "henchiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "henchirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hinchieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hinchiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hinchiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hinchieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hinchieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hinchiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hinchiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hinchieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "henchira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "henchiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "henchira" ;--# notpresent @@ -72883,30 +66811,24 @@ lin he {- VPB (Pres Ind C.Pl C.P1) => -} "heimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hes" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "hia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "hias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "hia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "hiamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "hiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "hian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "heas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "heamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "heais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "hiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "hieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "hiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "hiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "hierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "hieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "hieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "hisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "hieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiera" ; "hiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hieras" ; "hieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiera" ; "hiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiramos" ; "hisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hierais" ; "hieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hieran" ; "hiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "he" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "heiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hi" ;--# notpresent @@ -72919,12 +66841,12 @@ lin he {- VPB (Fut Ind C.Pl C.P1) => -} "heiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "heiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "heirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "hiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "hieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "hiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "hiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "hiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "hieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "heira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "heiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "heira" ;--# notpresent @@ -72955,30 +66877,24 @@ lin impedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "impedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "impeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "impiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "impida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "impidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "impida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "impidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "impidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "impidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "impida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "impida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "impidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "impidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "impeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "impedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "impeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "impedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "impedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "impedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "impidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "impidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "impidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "impidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "impidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "impidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "impidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "impidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "impidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "impidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "impidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "impidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impidieras" ; "impidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impidiramos" ; "impidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impidierais" ; "impidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impidieran" ; "impidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "imped" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "impediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "impidi" ;--# notpresent @@ -72991,12 +66907,12 @@ lin impedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "impediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "impediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "impedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "impidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "impidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "impidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "impidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "impidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "impidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "impidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "impidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "impidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "impidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "impidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "impidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "impedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "impediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "impedira" ;--# notpresent @@ -73027,30 +66943,24 @@ lin investir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "investimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "invests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "invisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "invista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "invistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "invista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "invistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "invistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "invistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "invistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "invistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "investa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "investas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "investa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "investamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "investais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "investan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "invistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "invistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "invistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "invistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "invistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "invistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "invistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "invistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "invistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "invistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "invistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "invistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invistieras" ; "invistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invistiramos" ; "invistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invistierais" ; "invistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invistieran" ; "invistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "invest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "investiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invisti" ;--# notpresent @@ -73063,12 +66973,12 @@ lin investir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "investiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "investiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "investirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "invistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "invistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "invistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "invistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "invistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "invistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "investira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "investiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "investira" ;--# notpresent @@ -73099,30 +67009,24 @@ lin medir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "medimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "meds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "miden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "mida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "midas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "mida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "midamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "midis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "midan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "midas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "midamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "midis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "midan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "meda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "medas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "meda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "medamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "medais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "medan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "midiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "midieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "midiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "midiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "midierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "midieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "midiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "midieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "midiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "midisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "midieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "midiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"midiera" ; "midiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"midieras" ; "midieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"midiera" ; "midiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"midiramos" ; "midisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"midierais" ; "midieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"midieran" ; "midiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "med" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "midi" ;--# notpresent @@ -73135,12 +67039,12 @@ lin medir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "medirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "midiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "midieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "midiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "midiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "midiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "midieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "midiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "midieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "midiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "midiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "midiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "midieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "medira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "medira" ;--# notpresent @@ -73171,30 +67075,24 @@ lin pedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "peds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "piden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "pidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "pidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "pidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "pidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "peda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "peda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pidieras" ; "pidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pidiramos" ; "pidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pidierais" ; "pidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pidieran" ; "pidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ped" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pidi" ;--# notpresent @@ -73207,12 +67105,12 @@ lin pedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pedira" ;--# notpresent @@ -73243,30 +67141,24 @@ lin preconcebir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preconcebimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preconcebs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preconciben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "preconciba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preconcibas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "preconciba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preconcibamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preconcibis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "preconciban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preconciba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preconcibas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preconciba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preconcibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preconcibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preconciban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preconceba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preconcebas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preconceba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preconcebamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preconcebais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preconceban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "preconcibiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "preconcibieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "preconcibiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "preconcibiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "preconcibierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "preconcibieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconcibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconcibieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconcibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconcibisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconcibieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconcibiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconcibieras" ; "preconcibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconcibiramos" ; "preconcibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconcibierais" ; "preconcibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconcibieran" ; "preconcibiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preconceb" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preconcebiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preconcibi" ;--# notpresent @@ -73279,12 +67171,12 @@ lin preconcebir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preconcebiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preconcebiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preconcebirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "preconcibieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "preconcibiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "preconcibieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preconcibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preconcibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preconcibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preconcebira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preconcebiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preconcebira" ;--# notpresent @@ -73315,30 +67207,24 @@ lin rece {- VPB (Pres Ind C.Pl C.P1) => -} "receimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reces" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "recia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "recias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "recia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reciamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reciis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "recian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "receas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "receamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "receais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reciera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reciera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reciramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reciese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reciese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reciesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reciera" ; "reciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recieras" ; "recieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reciera" ; "reciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reciramos" ; "recisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recierais" ; "recieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recieran" ; "reciesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rece" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "receiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reci" ;--# notpresent @@ -73351,12 +67237,12 @@ lin rece {- VPB (Fut Ind C.Pl C.P1) => -} "receiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "receiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "receirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reciere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reciere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reciremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reciereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "receira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "receiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "receira" ;--# notpresent @@ -73387,30 +67273,24 @@ lin reexpedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reexpedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reexpeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reexpiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reexpida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reexpidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reexpida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reexpidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reexpidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reexpidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reexpida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reexpidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reexpida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reexpidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reexpidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reexpidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reexpeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reexpedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reexpeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reexpedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reexpedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reexpedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reexpidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reexpidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reexpidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reexpidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reexpidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reexpidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reexpidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reexpidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reexpidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reexpidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reexpidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reexpidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reexpidieras" ; "reexpidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reexpidiramos" ; "reexpidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reexpidierais" ; "reexpidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reexpidieran" ; "reexpidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reexped" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reexpediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reexpidi" ;--# notpresent @@ -73423,12 +67303,12 @@ lin reexpedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reexpediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reexpediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reexpedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reexpidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reexpidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reexpidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reexpidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reexpidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reexpidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reexpedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reexpediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reexpedira" ;--# notpresent @@ -73459,30 +67339,24 @@ lin rehenchir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehenchimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehenchs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehinchen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rehincha" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rehinchas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rehincha" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rehinchamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rehinchis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rehinchan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehincha" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehinchas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehincha" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehinchamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehinchis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehinchan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehencha" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehenchas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehencha" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehenchamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehenchais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehenchan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rehinchiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rehinchieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rehinchiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rehinchiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rehinchierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rehinchieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehinchiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehinchieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehinchiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehinchisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehinchieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehinchiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehinchieras" ; "rehinchieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehinchiramos" ; "rehinchisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehinchierais" ; "rehinchieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehinchieran" ; "rehinchiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehench" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehenchiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehinchi" ;--# notpresent @@ -73495,12 +67369,12 @@ lin rehenchir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehenchiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehenchiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehenchirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rehinchieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rehinchiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rehinchieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehinchieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehinchiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehinchieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehenchira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehenchiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehenchira" ;--# notpresent @@ -73531,30 +67405,24 @@ lin remedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "remida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "remidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "remida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "remidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "remidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "remidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "remidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "remidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "remidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "remidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "remidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "remidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "remidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "remidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "remidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "remidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "remidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "remidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remidieras" ; "remidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remidiramos" ; "remidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remidierais" ; "remidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remidieran" ; "remidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remidi" ;--# notpresent @@ -73567,12 +67435,12 @@ lin remedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "remidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "remidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "remidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "remidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "remidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "remidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remedira" ;--# notpresent @@ -73603,30 +67471,24 @@ lin rendir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rendimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rends" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rinden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rinda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rindas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rinda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "rindamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "rindis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rindan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rinda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rindas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rinda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rindamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rindis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rindan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rindiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rindieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rindiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rindiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rindierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rindieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rindiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rindieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rindiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "rindisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rindieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rindiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rindieras" ; "rindieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rindiramos" ; "rindisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rindierais" ; "rindieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rindieran" ; "rindiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rindi" ;--# notpresent @@ -73639,12 +67501,12 @@ lin rendir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rendiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rendiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rendirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rindiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rindieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rindiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rindiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rindiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rindieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rindiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rindieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rindiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rindiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rindiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rindieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rendira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rendiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rendira" ;--# notpresent @@ -73675,30 +67537,24 @@ lin re {- VPB (Pres Ind C.Pl C.P1) => -} "reimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ria" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "rias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ria" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "riamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "riis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "rian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "riera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "riera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "riramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "riese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "riese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "risemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "riesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent @@ -73711,12 +67567,12 @@ lin re {- VPB (Fut Ind C.Pl C.P1) => -} "reiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "riere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "riere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "riremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "riereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent @@ -73747,30 +67603,24 @@ lin repetir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repetimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repets" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repiten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "repita" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "repitas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "repita" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "repitamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "repitis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "repitan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repitas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repitamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repitis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repitan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repeta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repetas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repeta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repetamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repetais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repetan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "repitiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "repitieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "repitiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "repitiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "repitierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "repitieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "repitiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "repitieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "repitiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "repitisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "repitieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "repitiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repitieras" ; "repitieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repitiramos" ; "repitisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repitierais" ; "repitieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repitieran" ; "repitiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repet" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repetiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repiti" ;--# notpresent @@ -73783,12 +67633,12 @@ lin repetir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repetiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repetiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repetirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "repitiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "repitieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "repitiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "repitiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "repitiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "repitieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repitiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repitieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repitiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repitiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repitiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repitieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repetira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repetiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repetira" ;--# notpresent @@ -73819,30 +67669,24 @@ lin rete {- VPB (Pres Ind C.Pl C.P1) => -} "reteimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retes" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retiamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reteas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reteamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reteais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rete" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reteiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent @@ -73855,12 +67699,12 @@ lin rete {- VPB (Fut Ind C.Pl C.P1) => -} "reteiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reteiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reteirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reteira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reteiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reteira" ;--# notpresent @@ -73891,30 +67735,24 @@ lin revestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "revistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "revistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "revistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "revistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "revistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "revistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "revistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "revistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "revistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revistieras" ; "revistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revistiramos" ; "revistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revistierais" ; "revistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revistieran" ; "revistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revisti" ;--# notpresent @@ -73927,12 +67765,12 @@ lin revestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "revistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "revistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "revistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "revistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revestira" ;--# notpresent @@ -73963,30 +67801,24 @@ lin servir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "servimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "servs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sirven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sirva" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sirvas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sirva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sirvamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sirvis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sirvan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sirva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sirvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sirva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sirvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "serva" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "servas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "serva" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "servamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "servais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "servan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sirviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sirvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sirviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sirviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sirvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sirvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sirvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sirviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sirvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sirvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sirviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sirvieras" ; "sirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sirviramos" ; "sirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sirvierais" ; "sirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sirvieran" ; "sirviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "serv" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "serviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sirvi" ;--# notpresent @@ -73999,12 +67831,12 @@ lin servir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "serviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "serviris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "servirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sirviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sirvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sirviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sirviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sirviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sirvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "servira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "serviras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "servira" ;--# notpresent @@ -74035,30 +67867,24 @@ lin sobrevestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevistieras" ; "sobrevistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevistiramos" ; "sobrevistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevistierais" ; "sobrevistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevistieran" ; "sobrevistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevisti" ;--# notpresent @@ -74071,12 +67897,12 @@ lin sobrevestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevestira" ;--# notpresent @@ -74107,30 +67933,24 @@ lin te {- VPB (Pres Ind C.Pl C.P1) => -} "teimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tes" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tien" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "tia" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "tias" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "tia" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "tiamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "tiis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "tian" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tian" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "teas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "teamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "teais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tiera" ; "tiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tieras" ; "tieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tiera" ; "tiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tiramos" ; "tisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tierais" ; "tieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tieran" ; "tiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "te" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "teiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ti" ;--# notpresent @@ -74143,12 +67963,12 @@ lin te {- VPB (Fut Ind C.Pl C.P1) => -} "teiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "teiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "teirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "teira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "teiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "teira" ;--# notpresent @@ -74179,30 +67999,24 @@ lin travestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "travestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "travests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "travisten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "travista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "travistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "travista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "travistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "travistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "travistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "travista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "travistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "travista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "travistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "travistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "travistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "travesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "travestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "travesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "travestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "travestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "travestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "travistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "travistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "travistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "travistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "travistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "travistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "travistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "travistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "travistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "travistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "travistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "travistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"travistieras" ; "travistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"travistiramos" ; "travistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"travistierais" ; "travistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"travistieran" ; "travistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "travest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "travestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "travisti" ;--# notpresent @@ -74215,12 +68029,12 @@ lin travestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "travestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "travestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "travestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "travistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "travistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "travistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "travistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "travistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "travistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "travistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "travistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "travistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "travistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "travistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "travistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "travestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "travestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "travestira" ;--# notpresent @@ -74251,30 +68065,24 @@ lin vestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vests" ; {- VPB (Pres Ind C.Pl C.P3) => -} "visten" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vista" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "vistas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vista" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "vistamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "vistis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vistan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vesta" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vestas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vesta" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vestamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vestais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vestan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "vistiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "vistieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "vistiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "vistiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "vistierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "vistieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "vistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "vistieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "vistiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "vistisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "vistieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "vistiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vistieras" ; "vistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vistiramos" ; "vistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vistierais" ; "vistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vistieran" ; "vistiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vest" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "vestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "visti" ;--# notpresent @@ -74287,12 +68095,12 @@ lin vestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "vestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "vestiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vestirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "vistiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "vistieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "vistiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "vistiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "vistiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "vistieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "vistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "vistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "vistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "vistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vestira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "vestiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vestira" ;--# notpresent @@ -74323,30 +68131,24 @@ lin acomedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "acomedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acomeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acomiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "acomida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "acomidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "acomida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "acomidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "acomidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "acomidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acomida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acomidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acomida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acomidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acomidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acomidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acomeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acomedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acomeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acomedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acomedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acomedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "acomidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "acomidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "acomidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "acomidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "acomidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "acomidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "acomidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "acomidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "acomidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "acomidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "acomidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "acomidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acomidieras" ; "acomidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acomidiramos" ; "acomidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acomidierais" ; "acomidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acomidieran" ; "acomidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acomed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acomediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acomidi" ;--# notpresent @@ -74359,12 +68161,12 @@ lin acomedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "acomediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acomediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acomedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "acomidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "acomidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "acomidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "acomidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acomidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acomidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acomidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acomidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acomedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acomediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acomedira" ;--# notpresent @@ -74395,30 +68197,24 @@ lin comedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "comedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "comida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "comidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "comida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "comidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "comidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "comidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "comidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "comidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "comidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "comidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "comidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "comidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "comidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "comidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "comidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "comidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "comidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "comidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comidieras" ; "comidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comidiramos" ; "comidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comidierais" ; "comidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comidieran" ; "comidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comidi" ;--# notpresent @@ -74431,12 +68227,12 @@ lin comedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "comediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "comidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "comidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "comidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "comidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "comidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "comidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comedira" ;--# notpresent @@ -74467,30 +68263,24 @@ lin descomedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "descomedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descomeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descomiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "descomida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "descomidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "descomida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "descomidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "descomidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "descomidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descomida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descomidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descomida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descomidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descomidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descomidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descomeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descomedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descomeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descomedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descomedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descomedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "descomidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "descomidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "descomidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "descomidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "descomidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "descomidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "descomidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "descomidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "descomidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "descomidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "descomidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "descomidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descomidieras" ; "descomidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descomidiramos" ; "descomidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descomidierais" ; "descomidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descomidieran" ; "descomidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descomed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descomediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descomidi" ;--# notpresent @@ -74503,12 +68293,12 @@ lin descomedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "descomediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descomediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descomedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "descomidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "descomidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "descomidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "descomidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descomidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descomidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descomidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descomidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descomedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descomediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descomedira" ;--# notpresent @@ -74539,30 +68329,24 @@ lin desmedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmeds" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmiden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desmida" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desmidas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desmida" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desmidamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desmidis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desmidan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmeda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmedas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmeda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmedamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmedais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmedan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desmidiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desmidieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desmidiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desmidiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desmidierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desmidieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmidieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmidiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmidisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmidieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmidiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmidieras" ; "desmidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmidiramos" ; "desmidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmidierais" ; "desmidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmidieran" ; "desmidiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmed" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmidi" ;--# notpresent @@ -74575,12 +68359,12 @@ lin desmedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmediris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmedirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desmidieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desmidiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desmidiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desmidieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmedira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmediras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmedira" ;--# notpresent @@ -74611,30 +68395,24 @@ lin abarse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -74647,12 +68425,12 @@ lin abarse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -74683,30 +68461,24 @@ lin poder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "podemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "podis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pueden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "pueda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "puedas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "pueda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "podamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "podis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "puedan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pueda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "puedas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pueda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "podamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "podis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "puedan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "poda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "podas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "poda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "podamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "podais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "podan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "pudiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "pudieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "pudiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "pudiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "pudierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "pudieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudieras" ; "pudieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudiramos" ; "pudisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudierais" ; "pudieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudieran" ; "pudiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pude" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pudiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pudo" ;--# notpresent @@ -74719,12 +68491,12 @@ lin poder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "podremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "podris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "podrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "pudiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "pudieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "pudiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "pudiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "pudiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "pudieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pudiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pudieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pudiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pudiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pudiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pudieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "podra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "podras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "podra" ;--# notpresent @@ -74755,30 +68527,24 @@ lin bienquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bienqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bienqueris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bienquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "bienquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "bienquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "bienquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "bienqueramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "bienqueris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "bienquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bienquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bienquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bienquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bienqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bienqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bienquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bienquera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bienqueras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bienquera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bienqueramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bienquerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bienqueran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "bienquisiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "bienquisieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "bienquisiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "bienquisiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "bienquisierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "bienquisieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "bienquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "bienquisieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "bienquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "bienquisisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "bienquisieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "bienquisiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bienquisieras" ; "bienquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bienquisiramos" ; "bienquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bienquisierais" ; "bienquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bienquisieran" ; "bienquisiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bienquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bienquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bienquiso" ;--# notpresent @@ -74791,12 +68557,12 @@ lin bienquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bienquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bienquerris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bienquerrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "bienquisieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "bienquisiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "bienquisieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bienquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bienquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bienquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bienquerra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bienquerras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bienquerra" ;--# notpresent @@ -74827,30 +68593,24 @@ lin desquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desqueris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desqueramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desqueris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desquera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desqueras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desquera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desqueramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desquerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desqueran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desquisiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desquisieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desquisiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desquisiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desquisierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desquisieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desquisieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desquisisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desquisieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desquisiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desquisieras" ; "desquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desquisiramos" ; "desquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desquisierais" ; "desquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desquisieran" ; "desquisiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desquiso" ;--# notpresent @@ -74863,12 +68623,12 @@ lin desquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desquerris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desquerrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desquisieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desquisiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desquisiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desquisieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desquerra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desquerras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desquerra" ;--# notpresent @@ -74899,30 +68659,24 @@ lin malquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malqueris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malquieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "malquiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "malquieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "malquiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "malqueramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "malqueris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "malquieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malquera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malqueras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malquera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malqueramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malquerais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malqueran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "malquisiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "malquisieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "malquisiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "malquisiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "malquisierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "malquisieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "malquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "malquisieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "malquisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "malquisisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "malquisieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "malquisiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malquisieras" ; "malquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malquisiramos" ; "malquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malquisierais" ; "malquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malquisieran" ; "malquisiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malquiso" ;--# notpresent @@ -74935,12 +68689,12 @@ lin malquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malquerris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malquerrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "malquisieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "malquisiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "malquisiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "malquisieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malquerra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malquerras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malquerra" ;--# notpresent @@ -74971,30 +68725,24 @@ lin querer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "queremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "queris" ; {- VPB (Pres Ind C.Pl C.P3) => -} "quieren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "quiera" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "quieras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "quiera" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "queramos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "queris" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "quieran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "queramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "queris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "quieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "quera" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "queras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "quera" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "queramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "querais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "queran" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "quisiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "quisieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "quisiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "quisiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "quisierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "quisieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "quisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "quisieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "quisiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "quisisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "quisieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "quisiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quisieras" ; "quisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quisiramos" ; "quisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quisierais" ; "quisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quisieran" ; "quisiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "quise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "quisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "quiso" ;--# notpresent @@ -75007,12 +68755,12 @@ lin querer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "querremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "querris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "querrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "quisiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "quisieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "quisiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "quisiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "quisiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "quisieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "quisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "quisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "quisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "quisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "quisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "quisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "querra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "querras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "querra" ;--# notpresent @@ -75043,30 +68791,24 @@ lin antedecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antedecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antedecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antedicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "antediga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "antedigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "antediga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "antedigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "antedigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antedigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antedigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antedigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antedigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antedigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antedeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antedecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antedeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antedecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antedecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antedecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "antedijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antedijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "antedijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "antedijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antedijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antedijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "antedijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antedijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "antedijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antedijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antedijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "antedijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antedijeras" ; "antedijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antedijramos" ; "antedijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antedijerais" ; "antedijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antedijeran" ; "antedijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antedije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antedijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antedijo" ;--# notpresent @@ -75079,12 +68821,12 @@ lin antedecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antedeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antedeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antedecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "antedijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antedijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "antedijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "antedijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "antedijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antedijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antedijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antedijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antedijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antedijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antedijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antedijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antedecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antedeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antedecira" ;--# notpresent @@ -75115,30 +68857,24 @@ lin bendecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bendecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bendecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bendicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "bendiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "bendigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "bendiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "bendigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "bendigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "bendigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bendiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bendigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bendiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bendigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bendigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bendigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bendeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bendecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bendeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bendecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bendecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bendecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "bendijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "bendijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "bendijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "bendijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "bendijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "bendijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "bendijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "bendijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "bendijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "bendijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "bendijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "bendijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bendijeras" ; "bendijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bendijramos" ; "bendijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bendijerais" ; "bendijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bendijeran" ; "bendijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bendije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bendijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bendijo" ;--# notpresent @@ -75151,12 +68887,12 @@ lin bendecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bendeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bendeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bendecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "bendijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "bendijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "bendijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "bendijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "bendijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "bendijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bendijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bendijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bendijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bendijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bendijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bendijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bendecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bendeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bendecira" ;--# notpresent @@ -75187,30 +68923,24 @@ lin contradecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contradecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contradecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contradicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "contradiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "contradigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "contradiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "contradigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "contradigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "contradigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contradiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contradigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contradiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contradigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contradigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contradigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contradeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contradecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contradeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contradecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contradecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contradecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "contradijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "contradijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "contradijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "contradijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "contradijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "contradijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "contradijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "contradijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "contradijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "contradijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "contradijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "contradijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contradijeras" ; "contradijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contradijramos" ; "contradijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contradijerais" ; "contradijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contradijeran" ; "contradijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contradije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contradijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contradijo" ;--# notpresent @@ -75223,12 +68953,12 @@ lin contradecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contradeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contradeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contradecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "contradijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "contradijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "contradijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "contradijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "contradijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "contradijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contradijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contradijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contradijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contradijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contradijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contradijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contradecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contradeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contradecira" ;--# notpresent @@ -75259,30 +68989,24 @@ lin desdecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desdecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desdecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desdicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desdiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "desdigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desdiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desdigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desdigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "desdigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desdiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desdigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desdiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desdigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desdigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desdigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desdeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desdecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desdeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desdecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desdecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desdecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desdijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "desdijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desdijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desdijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "desdijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "desdijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdijeras" ; "desdijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdijramos" ; "desdijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdijerais" ; "desdijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdijeran" ; "desdijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desdije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desdijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desdijo" ;--# notpresent @@ -75295,12 +69019,12 @@ lin desdecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desdeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desdeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desdecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desdijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "desdijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desdijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desdijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desdijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "desdijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desdijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desdijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desdijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desdijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desdijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desdijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desdecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desdeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desdecira" ;--# notpresent @@ -75331,30 +69055,24 @@ lin entredecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entredecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entredecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entredicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrediga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entredigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrediga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entredigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entredigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entredigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entredigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entredigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entredigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entredigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entredeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entredecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entredeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entredecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entredecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entredecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entredijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entredijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entredijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entredijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entredijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entredijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entredijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entredijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entredijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entredijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entredijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entredijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entredijeras" ; "entredijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entredijramos" ; "entredijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entredijerais" ; "entredijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entredijeran" ; "entredijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entredije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entredijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entredijo" ;--# notpresent @@ -75367,12 +69085,12 @@ lin entredecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entredeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entredeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entredecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entredijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entredijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entredijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entredijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entredijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entredijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entredijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entredijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entredijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entredijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entredijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entredijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entredecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entredeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entredecira" ;--# notpresent @@ -75403,30 +69121,24 @@ lin predecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "predecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "predecs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "predicen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prediga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "predigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prediga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "predigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "predigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "predigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "predigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "predigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "predigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "predigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "predeca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "predecas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "predeca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "predecamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "predecais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "predecan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "predijera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "predijeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "predijera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "predijramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "predijerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "predijeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "predijese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "predijeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "predijese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "predijsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "predijeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "predijesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predijera" ; "predijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predijeras" ; "predijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predijera" ; "predijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predijramos" ; "predijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predijerais" ; "predijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predijeran" ; "predijesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "predije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "predijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "predijo" ;--# notpresent @@ -75439,12 +69151,12 @@ lin predecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "predeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "predeciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "predecirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "predijere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "predijeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "predijere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "predijremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "predijereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "predijeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "predijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "predijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "predijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "predijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "predijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "predijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "predecira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "predeciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "predecira" ;--# notpresent @@ -75475,30 +69187,24 @@ lin aducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "aduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "aduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "aduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "aduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "aduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "aduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "adujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "adujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "adujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "adujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "adujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "adujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "adujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "adujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "adujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "adujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "adujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "adujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adujera" ; "adujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adujeras" ; "adujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adujera" ; "adujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adujramos" ; "adujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adujerais" ; "adujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adujeran" ; "adujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adujo" ;--# notpresent @@ -75511,12 +69217,12 @@ lin aducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "adujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "adujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "adujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "adujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "adujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "adujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aducira" ;--# notpresent @@ -75547,30 +69253,24 @@ lin conducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "conduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "conduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "conduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "conduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "conduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "conduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "condujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "condujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "condujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "condujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "condujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "condujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "condujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "condujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "condujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "condujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "condujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "condujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condujera" ; "condujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condujeras" ; "condujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condujera" ; "condujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condujramos" ; "condujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condujerais" ; "condujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condujeran" ; "condujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condujo" ;--# notpresent @@ -75583,12 +69283,12 @@ lin conducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "condujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "condujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "condujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "condujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "condujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "condujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conducira" ;--# notpresent @@ -75619,30 +69319,24 @@ lin coproducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coproducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coproducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coproducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "coproduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "coproduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "coproduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "coproduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "coproduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "coproduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coproduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coproduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coproduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coproduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coproduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coproduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coproduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coproducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coproduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coproducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coproducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coproducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "coprodujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "coprodujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "coprodujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "coprodujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "coprodujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "coprodujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "coprodujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "coprodujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "coprodujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "coprodujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "coprodujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "coprodujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coprodujeras" ; "coprodujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coprodujramos" ; "coprodujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coprodujerais" ; "coprodujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coprodujeran" ; "coprodujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coproduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coprodujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coprodujo" ;--# notpresent @@ -75655,12 +69349,12 @@ lin coproducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coproduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coproduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coproducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "coprodujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "coprodujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "coprodujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "coprodujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coprodujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coprodujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coprodujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coprodujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coproducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coproduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coproducira" ;--# notpresent @@ -75691,30 +69385,24 @@ lin deducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "deduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "deduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "deduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "deduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "dedujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "dedujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "dedujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "dedujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "dedujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "dedujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "dedujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "dedujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "dedujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "dedujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "dedujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "dedujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dedujeras" ; "dedujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dedujramos" ; "dedujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dedujerais" ; "dedujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dedujeran" ; "dedujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dedujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dedujo" ;--# notpresent @@ -75727,12 +69415,12 @@ lin deducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "dedujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "dedujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "dedujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "dedujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "dedujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "dedujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dedujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dedujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dedujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dedujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dedujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dedujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deducira" ;--# notpresent @@ -75763,30 +69451,24 @@ lin inducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "induzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "induzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "induzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "induzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "induzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "induzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "induzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "induzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "induzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "induzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "induzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "induzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "induca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "induca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "indujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "indujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "indujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "indujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "indujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "indujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "indujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "indujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "indujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "indujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "indujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "indujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indujera" ; "indujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indujeras" ; "indujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indujera" ; "indujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indujramos" ; "indujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indujerais" ; "indujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indujeran" ; "indujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "induje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "indujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "indujo" ;--# notpresent @@ -75799,12 +69481,12 @@ lin inducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "induciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "induciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "indujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "indujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "indujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "indujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "indujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "indujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "indujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "indujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "indujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "indujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "indujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "indujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "induciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inducira" ;--# notpresent @@ -75835,30 +69517,24 @@ lin introducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "introducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "introducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "introducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "introduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "introduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "introduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "introduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "introduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "introduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "introduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "introduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "introduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "introduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "introduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "introduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "introduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "introducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "introduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "introducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "introducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "introducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "introdujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "introdujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "introdujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "introdujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "introdujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "introdujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "introdujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "introdujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "introdujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "introdujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "introdujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "introdujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"introdujeras" ; "introdujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"introdujramos" ; "introdujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"introdujerais" ; "introdujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"introdujeran" ; "introdujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "introduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "introdujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "introdujo" ;--# notpresent @@ -75871,12 +69547,12 @@ lin introducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "introduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "introduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "introducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "introdujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "introdujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "introdujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "introdujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "introdujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "introdujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "introdujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "introdujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "introdujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "introdujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "introdujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "introdujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "introducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "introduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "introducira" ;--# notpresent @@ -75907,30 +69583,24 @@ lin producir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "producimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "producs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "producen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "produzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "produzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "produzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "produzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "produzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "produzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "produzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "produzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "produzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "produzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "produzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "produzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "produca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "producas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "produca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "producamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "producais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "producan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "produjera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "produjeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "produjera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "produjramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "produjerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "produjeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "produjese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "produjeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "produjese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "produjsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "produjeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "produjesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"produjera" ; "produjese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"produjeras" ; "produjeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"produjera" ; "produjese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"produjramos" ; "produjsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"produjerais" ; "produjeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"produjeran" ; "produjesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "produje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "produjiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "produjo" ;--# notpresent @@ -75943,12 +69613,12 @@ lin producir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "produciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "produciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "producirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "produjere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "produjeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "produjere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "produjremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "produjereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "produjeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "produjere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "produjeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "produjere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "produjremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "produjereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "produjeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "producira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "produciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "producira" ;--# notpresent @@ -75979,30 +69649,24 @@ lin reconducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reconduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reconduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reconduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reconduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reconduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reconduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "recondujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "recondujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "recondujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "recondujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "recondujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "recondujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "recondujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "recondujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "recondujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "recondujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "recondujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "recondujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recondujeras" ; "recondujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recondujramos" ; "recondujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recondujerais" ; "recondujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recondujeran" ; "recondujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recondujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recondujo" ;--# notpresent @@ -76015,12 +69679,12 @@ lin reconducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "recondujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "recondujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "recondujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "recondujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "recondujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "recondujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recondujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recondujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recondujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recondujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recondujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recondujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconducira" ;--# notpresent @@ -76051,30 +69715,24 @@ lin reducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "redujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "redujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "redujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "redujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "redujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "redujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "redujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "redujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "redujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "redujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "redujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "redujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redujera" ; "redujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redujeras" ; "redujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redujera" ; "redujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redujramos" ; "redujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redujerais" ; "redujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redujeran" ; "redujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redujo" ;--# notpresent @@ -76087,12 +69745,12 @@ lin reducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "redujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "redujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "redujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "redujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "redujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "redujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reducira" ;--# notpresent @@ -76123,30 +69781,24 @@ lin reproducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reproducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reproducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reproducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "reproduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reproduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "reproduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reproduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reproduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "reproduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reproduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reproduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reproduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reproduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reproduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reproduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reproduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reproducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reproduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reproducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reproducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reproducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reprodujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reprodujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reprodujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reprodujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reprodujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reprodujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprodujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprodujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprodujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprodujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprodujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprodujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprodujeras" ; "reprodujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprodujramos" ; "reprodujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprodujerais" ; "reprodujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprodujeran" ; "reprodujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reproduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reprodujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reprodujo" ;--# notpresent @@ -76159,12 +69811,12 @@ lin reproducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reproduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reproduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reproducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reprodujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reprodujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reprodujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reprodujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reprodujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reprodujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reprodujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reprodujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reproducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reproduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reproducira" ;--# notpresent @@ -76195,30 +69847,24 @@ lin retraducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retraducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retraducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retraducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "retraduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "retraduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "retraduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "retraduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "retraduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "retraduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retraduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retraduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retraduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retraduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retraduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retraduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retraduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retraducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retraduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retraducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retraducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retraducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "retradujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "retradujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "retradujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "retradujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "retradujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "retradujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "retradujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "retradujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "retradujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "retradujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "retradujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "retradujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retradujeras" ; "retradujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retradujramos" ; "retradujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retradujerais" ; "retradujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retradujeran" ; "retradujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retraduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retradujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retradujo" ;--# notpresent @@ -76231,12 +69877,12 @@ lin retraducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retraduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retraduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retraducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "retradujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "retradujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "retradujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "retradujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "retradujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "retradujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retradujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retradujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retradujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retradujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retradujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retradujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retraducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retraduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retraducira" ;--# notpresent @@ -76267,30 +69913,24 @@ lin seducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "seducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "seducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "seducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "seduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "seduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "seduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "seduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "seduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "seduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "seduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "seduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "seduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "seduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "seduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "seducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "seduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "seducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "seducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "seducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sedujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sedujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sedujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sedujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sedujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sedujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sedujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sedujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sedujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sedujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sedujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sedujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sedujeras" ; "sedujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sedujramos" ; "sedujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sedujerais" ; "sedujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sedujeran" ; "sedujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "seduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sedujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sedujo" ;--# notpresent @@ -76303,12 +69943,12 @@ lin seducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "seducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sedujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sedujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sedujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sedujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sedujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sedujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sedujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sedujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sedujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sedujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sedujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sedujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "seducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "seduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "seducira" ;--# notpresent @@ -76339,30 +69979,24 @@ lin traducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "traducs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traducen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "traduzca" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "traduzcas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "traduzca" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "traduzcamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "traduzcis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "traduzcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "traduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "traduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traduca" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traducas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traduca" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traducamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traducais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traducan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "tradujera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "tradujeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "tradujera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "tradujramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "tradujerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "tradujeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "tradujese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "tradujeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "tradujese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "tradujsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "tradujeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "tradujesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tradujeras" ; "tradujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tradujramos" ; "tradujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tradujerais" ; "tradujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tradujeran" ; "tradujesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tradujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tradujo" ;--# notpresent @@ -76375,12 +70009,12 @@ lin traducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traduciris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traducirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "tradujere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "tradujeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "tradujere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "tradujremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "tradujereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "tradujeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tradujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tradujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tradujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tradujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tradujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tradujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traducira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traduciras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traducira" ;--# notpresent @@ -76411,30 +70045,24 @@ lin cohibir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cohibimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cohibs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cohben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "cohba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "cohbas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "cohba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "cohibamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "cohibis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "cohban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cohba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cohbas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cohba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cohibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cohban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cohiba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cohibas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cohiba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cohibamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cohibais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cohiban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "cohibiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "cohibieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "cohibiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "cohibiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "cohibierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "cohibieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "cohibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "cohibieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "cohibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "cohibisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "cohibieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "cohibiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cohibieras" ; "cohibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cohibiramos" ; "cohibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cohibierais" ; "cohibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cohibieran" ; "cohibiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cohib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cohibiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cohibi" ;--# notpresent @@ -76447,12 +70075,12 @@ lin cohibir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cohibiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cohibiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cohibirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "cohibieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "cohibiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "cohibiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "cohibieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cohibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cohibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cohibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cohibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cohibira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cohibiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cohibira" ;--# notpresent @@ -76483,30 +70111,24 @@ lin prohibir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prohibimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prohibs" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prohben" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prohba" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prohbas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prohba" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prohibamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prohibis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prohban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prohba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prohbas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prohba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prohibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prohban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prohiba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prohibas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prohiba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prohibamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prohibais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prohiban" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prohibiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prohibieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prohibiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prohibiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prohibierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prohibieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prohibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prohibieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prohibiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prohibisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prohibieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prohibiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prohibieras" ; "prohibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prohibiramos" ; "prohibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prohibierais" ; "prohibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prohibieran" ; "prohibiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prohib" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prohibiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prohibi" ;--# notpresent @@ -76519,12 +70141,12 @@ lin prohibir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prohibiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prohibiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prohibirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prohibieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prohibiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prohibiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prohibieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prohibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prohibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prohibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prohibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prohibira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prohibiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prohibira" ;--# notpresent @@ -76555,30 +70177,24 @@ lin reunir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reunimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reuns" ; {- VPB (Pres Ind C.Pl C.P3) => -} "renen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "rena" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "renas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "rena" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reunamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reunis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "renan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rena" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rena" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reunamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reunis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reuna" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reunas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reuna" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reunamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reunais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reunan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reuniera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "reunieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reuniera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reuniramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "reunierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "reunieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reuniese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "reunieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reuniese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "reunisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "reunieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reuniesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reunieras" ; "reunieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reuniramos" ; "reunisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reunierais" ; "reunieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reunieran" ; "reuniesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reun" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reuniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reuni" ;--# notpresent @@ -76591,12 +70207,12 @@ lin reunir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reuniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reuniris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reunirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reuniere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "reunieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reuniere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reuniremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reuniereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "reunieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reuniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reunieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reuniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reuniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reuniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reunieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reunira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reuniras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reunira" ;--# notpresent @@ -76627,30 +70243,24 @@ lin raer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "raemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "raen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "raiga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "raigas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "raiga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "raigamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "raigis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "raigan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "raiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "raigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "raiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "raigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "raigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "raigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "raa" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "raas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "raa" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "raamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "raais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "raan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "rayera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rayeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "rayera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "rayramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rayerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rayeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "rayese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rayeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "rayese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "raysemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rayeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "rayesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rayera" ; "rayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rayeras" ; "rayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rayera" ; "rayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rayramos" ; "raysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rayerais" ; "rayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rayeran" ; "rayesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ra" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "raste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ray" ;--# notpresent @@ -76663,12 +70273,12 @@ lin raer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "raeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "raeris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "raern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "rayere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rayeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "rayere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "rayremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "rayereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rayeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "raera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "raeras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "raera" ;--# notpresent @@ -76699,30 +70309,24 @@ lin desle {- VPB (Pres Ind C.Pl C.P1) => -} "deslemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desles" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deslen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "desla" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "deslas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "desla" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "desliamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "desliis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "deslan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deslas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desliamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desliis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deslan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deslea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desleas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deslea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desleamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desleais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deslean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "desliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "deslieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "desliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "desliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "deslierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "deslieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "desliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "desliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "deslisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "desliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desliera" ; "desliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslieras" ; "deslieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desliera" ; "desliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desliramos" ; "deslisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslierais" ; "deslieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslieran" ; "desliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desle" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desleste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desli" ;--# notpresent @@ -76735,12 +70339,12 @@ lin desle {- VPB (Fut Ind C.Pl C.P1) => -} "desleiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desleiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desleirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "desliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "deslieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "desliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "desliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "desliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "deslieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desleira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desleiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desleira" ;--# notpresent @@ -76771,30 +70375,24 @@ lin engre {- VPB (Pres Ind C.Pl C.P1) => -} "engremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "engra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "engras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "engra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "engriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "engriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "engran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "engriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "engrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "engriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "engriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "engrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "engrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "engriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "engriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "engriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engriera" ; "engriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrieras" ; "engrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engriera" ; "engriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engriramos" ; "engrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrierais" ; "engrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrieran" ; "engriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engreste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engri" ;--# notpresent @@ -76807,12 +70405,12 @@ lin engre {- VPB (Fut Ind C.Pl C.P1) => -} "engreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "engriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "engrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "engriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "engriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "engriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "engrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engreira" ;--# notpresent @@ -76843,30 +70441,24 @@ lin fre {- VPB (Pres Ind C.Pl C.P1) => -} "fremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "fra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "fras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "fra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "friamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "friis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "fran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "friamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "friis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "frea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "freas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "frea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "freamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "freais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "frean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "friera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "frieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "friera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "friramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "frierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "frieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "friese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "frieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "friese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "frisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "frieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "friesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"friera" ; "friese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frieras" ; "frieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"friera" ; "friese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"friramos" ; "frisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frierais" ; "frieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frieran" ; "friesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "freste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fri" ;--# notpresent @@ -76879,12 +70471,12 @@ lin fre {- VPB (Fut Ind C.Pl C.P1) => -} "freiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "freiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "freirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "friere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "frieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "friere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "friremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "friereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "frieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "friere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "friere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "friremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "friereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "freira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "freiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "freira" ;--# notpresent @@ -76915,30 +70507,24 @@ lin refre {- VPB (Pres Ind C.Pl C.P1) => -} "refremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "refra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "refras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "refra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "refriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "refriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "refran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "refriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "refrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "refriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "refriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "refrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "refrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "refriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "refrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "refriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "refrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "refrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "refriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refriera" ; "refriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refrieras" ; "refrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refriera" ; "refriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refriramos" ; "refrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refrierais" ; "refrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refrieran" ; "refriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refreste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refri" ;--# notpresent @@ -76951,12 +70537,12 @@ lin refre {- VPB (Fut Ind C.Pl C.P1) => -} "refreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "refriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "refrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "refriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "refriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "refriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "refrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refreira" ;--# notpresent @@ -76987,30 +70573,24 @@ lin re {- VPB (Pres Ind C.Pl C.P1) => -} "remos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "ra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "ras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "ra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "riamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "riis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "ran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "riera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "rieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "riera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "riramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "rierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "rieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "riese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "rieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "riese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "risemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "rieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "riesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent @@ -77023,12 +70603,12 @@ lin re {- VPB (Fut Ind C.Pl C.P1) => -} "reiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "riere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "rieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "riere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "riremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "riereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent @@ -77059,30 +70639,24 @@ lin sofre {- VPB (Pres Ind C.Pl C.P1) => -} "sofremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sofres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sofren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sofra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sofras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sofra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sofriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sofriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sofran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sofra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sofras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sofra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sofriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sofran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sofrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sofreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sofrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sofreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sofreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sofrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sofriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sofrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sofriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sofriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sofrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sofrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sofriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sofrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sofriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sofrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sofrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sofriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sofrieras" ; "sofrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sofriramos" ; "sofrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sofrierais" ; "sofrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sofrieran" ; "sofriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sofre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sofreste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sofri" ;--# notpresent @@ -77095,12 +70669,12 @@ lin sofre {- VPB (Fut Ind C.Pl C.P1) => -} "sofreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sofreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sofreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sofriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sofrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sofriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sofriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sofriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sofrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sofriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sofrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sofriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sofriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sofriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sofrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sofreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sofreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sofreira" ;--# notpresent @@ -77131,30 +70705,24 @@ lin sonre {- VPB (Pres Ind C.Pl C.P1) => -} "sonremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sonres" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sonren" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sonra" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sonras" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sonra" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sonriamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sonriis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sonran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sonra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sonras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sonra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sonriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sonran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sonrea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sonreas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sonrea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sonreamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sonreais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sonrean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sonriera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sonrieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sonriera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sonriramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sonrierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sonrieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonriese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonrieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonriese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonrisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonrieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonriesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonrieras" ; "sonrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonriramos" ; "sonrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonrierais" ; "sonrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonrieran" ; "sonriesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sonre" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sonreste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sonri" ;--# notpresent @@ -77167,12 +70735,12 @@ lin sonre {- VPB (Fut Ind C.Pl C.P1) => -} "sonreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sonreiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sonreirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sonriere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sonrieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sonriere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sonriremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sonriereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sonrieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sonriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sonrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sonriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sonriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sonriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sonrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sonreira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sonreiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sonreira" ;--# notpresent @@ -77203,30 +70771,24 @@ lin resalir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resalimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resals" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resalen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "resalga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "resalgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "resalga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "resalgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "resalgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "resalgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resalas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resalamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resalais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resalan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "resaliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "resalieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "resaliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "resaliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "resalierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "resalieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "resaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "resalieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "resaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "resalisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "resalieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "resaliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resalieras" ; "resalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resaliramos" ; "resalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resalierais" ; "resalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resalieran" ; "resaliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resal" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resali" ;--# notpresent @@ -77239,12 +70801,12 @@ lin resalir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resaldris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resaldrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "resaliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "resalieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "resaliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "resaliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "resaliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "resalieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resaldra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resaldras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resaldra" ;--# notpresent @@ -77275,30 +70837,24 @@ lin salir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sals" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "salga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "salgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "salga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "salgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "salgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "salgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "salgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "saliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "salieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "saliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "saliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "salierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "salieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "saliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "salieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "saliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "salisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "salieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "saliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"saliera" ; "saliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salieras" ; "salieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"saliera" ; "saliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"saliramos" ; "salisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salierais" ; "salieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salieran" ; "saliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sal" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "saliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sali" ;--# notpresent @@ -77311,12 +70867,12 @@ lin salir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "saldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "saldris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "saldrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "saliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "salieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "saliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "saliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "saliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "salieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "saliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "saliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "saliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "saliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "saldra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "saldras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "saldra" ;--# notpresent @@ -77347,30 +70903,24 @@ lin sobresalir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresalimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresals" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresalen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "sobresalga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "sobresalgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "sobresalga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "sobresalgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "sobresalgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "sobresalgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresalas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresalamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresalais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresalan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "sobresaliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "sobresalieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "sobresaliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "sobresaliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "sobresalierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "sobresalieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresalieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresalisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresalieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresaliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresalieras" ; "sobresalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresaliramos" ; "sobresalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresalierais" ; "sobresalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresalieran" ; "sobresaliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresal" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresali" ;--# notpresent @@ -77383,12 +70933,12 @@ lin sobresalir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresaldris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresaldrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "sobresalieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "sobresaliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "sobresalieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresaldra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresaldras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresaldra" ;--# notpresent @@ -77419,30 +70969,24 @@ lin equivaler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "equivalemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "equivalis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "equivalen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "equivalga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "equivalgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "equivalga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "equivalgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "equivalgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "equivalgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "equivalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "equivalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "equivalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "equivalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "equivalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "equivalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "equivala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "equivalas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "equivala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "equivalamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "equivalais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "equivalan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "equivaliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "equivalieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "equivaliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "equivaliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "equivalierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "equivalieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "equivaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "equivalieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "equivaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "equivalisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "equivalieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "equivaliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"equivalieras" ; "equivalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"equivaliramos" ; "equivalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"equivalierais" ; "equivalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"equivalieran" ; "equivaliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "equival" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "equivaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "equivali" ;--# notpresent @@ -77455,12 +70999,12 @@ lin equivaler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "equivaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "equivaldris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "equivaldrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "equivalieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "equivaliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "equivaliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "equivalieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "equivalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "equivaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "equivaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "equivalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "equivaldra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "equivaldras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "equivaldra" ;--# notpresent @@ -77491,30 +71035,24 @@ lin prevaler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevalemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevalis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prevalen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prevalga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prevalgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prevalga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prevalgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prevalgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prevalgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevalas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prevalamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prevalais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevalan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prevaliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prevalieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prevaliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prevaliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prevalierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prevalieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevalisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalieras" ; "prevalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaliramos" ; "prevalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalierais" ; "prevalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalieran" ; "prevaliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preval" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prevaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prevali" ;--# notpresent @@ -77527,12 +71065,12 @@ lin prevaler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevaldris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevaldrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prevalieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prevaliremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prevaliereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prevalieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prevalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prevaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prevaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prevalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevaldra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevaldras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevaldra" ;--# notpresent @@ -77563,30 +71101,24 @@ lin valer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "valemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "valis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "valen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "valga" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "valgas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "valga" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "valgamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "valgis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "valgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "valga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "valgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "valga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "valgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "valgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "valgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vala" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "valas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vala" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "valamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "valais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "valan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "valiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "valieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "valiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "valiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "valierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "valieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "valiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "valieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "valiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "valisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "valieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "valiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"valiera" ; "valiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"valieras" ; "valieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"valiera" ; "valiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"valiramos" ; "valisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"valierais" ; "valieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"valieran" ; "valiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "val" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "valiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vali" ;--# notpresent @@ -77599,12 +71131,12 @@ lin valer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "valdremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "valdris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "valdrn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "valiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "valieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "valiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "valiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "valiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "valieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "valiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "valieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "valiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "valiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "valiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "valieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "valdra" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "valdras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "valdra" ;--# notpresent @@ -77635,30 +71167,24 @@ lin soler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "solemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "solis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suelen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "suela" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "suelas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "suela" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "solamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "solis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "suelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "solamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sola" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "solas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sola" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "solamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "solais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "solan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "soliera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "solieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "soliera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "soliramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "solierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "solieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "soliese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "solieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "soliese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "solisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "solieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "soliesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soliera" ; "soliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solieras" ; "solieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soliera" ; "soliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soliramos" ; "solisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solierais" ; "solieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solieran" ; "soliesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sol" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soli" ;--# notpresent @@ -77671,12 +71197,12 @@ lin soler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -77707,30 +71233,24 @@ lin antever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anteveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anteven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "antevea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "anteveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "antevea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "anteveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "anteveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "antevean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anteveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anteveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anteveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antevea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anteveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antevea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anteveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anteveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antevean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "anteviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "antevieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "anteviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "anteviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "antevierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "antevieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "antevisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevieras" ; "antevieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviramos" ; "antevisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevierais" ; "antevieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevieran" ; "anteviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antevi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anteviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antevio" ;--# notpresent @@ -77743,12 +71263,12 @@ lin antever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anteveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anteveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antevern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "anteviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "antevieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "anteviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "anteviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "anteviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "antevieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anteviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antevieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anteviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anteviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anteviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antevieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antevera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anteveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antevera" ;--# notpresent @@ -77779,30 +71299,24 @@ lin entrever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "entrevea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "entreveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "entrevea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "entreveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "entreveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "entrevean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrevea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrevea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrevean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "entreviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "entrevieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "entreviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "entreviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "entrevierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "entrevieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrevieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrevisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrevieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrevieras" ; "entrevieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreviramos" ; "entrevisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrevierais" ; "entrevieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrevieran" ; "entreviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrevi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrevio" ;--# notpresent @@ -77815,12 +71329,12 @@ lin entrever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrevern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "entreviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "entrevieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "entreviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "entreviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "entreviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "entrevieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrevieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrevieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrevera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrevera" ;--# notpresent @@ -77851,30 +71365,24 @@ lin prever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prevea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "preveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prevea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "preveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "preveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prevean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "previera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "previeras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "previera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "previramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "previerais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "previeran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "previese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "previeses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "previese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "previsemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "previeseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "previesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previera" ; "previese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previeras" ; "previeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previera" ; "previese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previramos" ; "previsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previerais" ; "previeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previeran" ; "previesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "previ" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "previste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "previo" ;--# notpresent @@ -77887,12 +71395,12 @@ lin prever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "previere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "previeres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "previere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "previremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "previereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "previeren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "previere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "previeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "previere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "previremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "previereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "previeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevera" ;--# notpresent @@ -77923,30 +71431,24 @@ lin rever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "revea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "reveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "revea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "reveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "reveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "revean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "reviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "revieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "reviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "reviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "revierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "revieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "revieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "revisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "revieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviera" ; "reviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revieras" ; "revieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviera" ; "reviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviramos" ; "revisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revierais" ; "revieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revieran" ; "reviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revio" ;--# notpresent @@ -77959,12 +71461,12 @@ lin rever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "reviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "revieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "reviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "reviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "reviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "revieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revera" ;--# notpresent @@ -77995,30 +71497,24 @@ lin trasver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "trasvea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "trasveas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "trasvea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "trasveamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "trasveis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "trasvean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasvea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasvea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasvean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasvea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasveas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasvea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasveamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasveais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasvean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "trasviera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "trasvieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "trasviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "trasviramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "trasvierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "trasvieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasviese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasvisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasviesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvieras" ; "trasvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasviramos" ; "trasvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvierais" ; "trasvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvieran" ; "trasviesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasvi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasvio" ;--# notpresent @@ -78031,12 +71527,12 @@ lin trasver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasveris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasvern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "trasviere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "trasvieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "trasviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "trasviremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "trasviereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "trasvieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasvera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasveras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasvera" ;--# notpresent @@ -78067,30 +71563,24 @@ lin ver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "veis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ven" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "vea" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "veas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "vea" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "veamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "veis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "vean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "veas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "veamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "veis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vea" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "veas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vea" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "veamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "veais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vean" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "viera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "vieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "viera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "viramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "vierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "vieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "viese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "vieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "viese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "visemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "vieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "viesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viera" ; "viese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vieras" ; "vieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viera" ; "viese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viramos" ; "visemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vierais" ; "vieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vieran" ; "viesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "viste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vio" ;--# notpresent @@ -78103,12 +71593,12 @@ lin ver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "veremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "veris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "viere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "vieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "viere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "viremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "viereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "vieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "viere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "viere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "viremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "viereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "veras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vera" ;--# notpresent @@ -78139,30 +71629,24 @@ lin imprimir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imprimimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imprims" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imprimen" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "imprima" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "imprimas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "imprima" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "imprimamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "imprimis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "impriman" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imprima" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "imprimas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imprima" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "imprimamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "imprimis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impriman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "imprima" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imprimas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "imprima" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imprimamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imprimais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "impriman" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "imprimiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "imprimieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "imprimiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "imprimiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "imprimierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "imprimieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "imprimiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "imprimieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "imprimiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "imprimisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "imprimieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "imprimiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imprimieras" ; "imprimieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imprimiramos" ; "imprimisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imprimierais" ; "imprimieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imprimieran" ; "imprimiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "imprim" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "imprimiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "imprimi" ;--# notpresent @@ -78175,12 +71659,12 @@ lin imprimir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "imprimiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "imprimiris" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "imprimirn" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "imprimieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "imprimiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "imprimiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "imprimieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "imprimieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "imprimiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "imprimiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "imprimieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "imprimira" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "imprimiras" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "imprimira" ;--# notpresent @@ -78211,30 +71695,24 @@ lin prender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prendis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prenden" ; - {- VPB (Pres Sub C.Sg C.P1) => -} "prenda" ; - {- VPB (Pres Sub C.Sg C.P2) => -} "prendas" ; - {- VPB (Pres Sub C.Sg C.P3) => -} "prenda" ; - {- VPB (Pres Sub C.Pl C.P1) => -} "prendamos" ; - {- VPB (Pres Sub C.Pl C.P2) => -} "prendis" ; - {- VPB (Pres Sub C.Pl C.P3) => -} "prendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prenda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prenda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prenda" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prendas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prenda" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prendamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prendais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prendan" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} "prendiera" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} "prendieras" ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "prendiera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} "prendiramos" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} "prendierais" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} "prendieran" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} "prendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} "prendieses" ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "prendiese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} "prendisemos" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} "prendieseis" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} "prendiesen" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prendieras" ; "prendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prendiramos" ; "prendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prendierais" ; "prendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prendieran" ; "prendiesen"} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prend" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prendi" ;--# notpresent @@ -78247,12 +71725,12 @@ lin prender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prenderis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prendern" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} "prendiere" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} "prendieres" ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "prendiere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} "prendiremos" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} "prendiereis" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} "prendieren" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prendera" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prenderas" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prendera" ;--# notpresent @@ -78283,30 +71761,24 @@ lin llover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Sg C.P3) => -} "llueva" ; - {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "llueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "llova" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Sg C.P3) => -} "lloviera" ;--# notpresent - {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Sg C.P3) => -} "lloviese" ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lloviera" ; "lloviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "llovi" ;--# notpresent @@ -78319,12 +71791,12 @@ lin llover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Sg C.P3) => -} "lloviere" ;--# notpresent - {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "lloviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "llovera" ;--# notpresent diff --git a/next-lib/src/spanish/IrregSpaAbs.gf b/old-lib/resource/spanish/IrregSpaAbs.gf similarity index 100% rename from next-lib/src/spanish/IrregSpaAbs.gf rename to old-lib/resource/spanish/IrregSpaAbs.gf diff --git a/next-lib/src/spanish/LangSpa.gf b/old-lib/resource/spanish/LangSpa.gf similarity index 68% rename from next-lib/src/spanish/LangSpa.gf rename to old-lib/resource/spanish/LangSpa.gf index ba1b64c62..ca4248e27 100644 --- a/next-lib/src/spanish/LangSpa.gf +++ b/old-lib/resource/spanish/LangSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../prelude +--# -path=.:../romance:../abstract:../common:prelude concrete LangSpa of Lang = GrammarSpa, diff --git a/next-lib/src/spanish/LexiconSpa.gf b/old-lib/resource/spanish/LexiconSpa.gf similarity index 99% rename from next-lib/src/spanish/LexiconSpa.gf rename to old-lib/resource/spanish/LexiconSpa.gf index 4b083b775..fb7352ef0 100644 --- a/next-lib/src/spanish/LexiconSpa.gf +++ b/old-lib/resource/spanish/LexiconSpa.gf @@ -90,6 +90,7 @@ lin harbour_N = regN "puerto" ; hate_V2 = dirV2 (regV "odiar") ; hat_N = regN "sombrero" ; + have_V2 = dirV2 (verboV (tener_4 "tener")) ; hear_V2 = mkV2 (regV "escuchar") dative ; -- or_51 hill_N = regN "colina" ; hope_VS = mkVS (regV "esperar") ; diff --git a/next-lib/src/spanish/MorphoSpa.gf b/old-lib/resource/spanish/MorphoSpa.gf similarity index 83% rename from next-lib/src/spanish/MorphoSpa.gf rename to old-lib/resource/spanish/MorphoSpa.gf index a78e45e03..4868758df 100644 --- a/next-lib/src/spanish/MorphoSpa.gf +++ b/old-lib/resource/spanish/MorphoSpa.gf @@ -94,24 +94,20 @@ oper mkPronoun : (_,_,_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pronoun = \il,le,lui,Lui,son,sa,ses,see,g,n,p -> - let - alui : Case -> Str = \x -> prepCase x ++ Lui ; - in { - s = table { - Nom => {c1 = [] ; c2 = [] ; comp = il ; ton = Lui} ; - Acc => {c1 = le ; c2 = [] ; comp = [] ; ton = Lui} ; - CPrep P_a => {c1 = [] ; c2 = lui ; comp = [] ; ton = alui (CPrep P_a)} ; - c => {c1 = [] ; c2 = [] ; comp, ton = alui c} - } ; - poss = \\n,g => case of { - => son ; - => sa ; - => ses ; - => see + {s = table { + Ton Nom => il ; + Ton x => prepCase x ++ Lui ; + Aton Nom => strOpt il ; ---- [] ; + Aton Acc => le ; + Aton (CPrep P_a) => lui ; + Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see } ; - - a = {g = g ; n = n ; p = p} ; - hasClit = True + a = {g = g ; n = n ; p = p} ; + hasClit = True } ; diff --git a/next-lib/src/spanish/NounSpa.gf b/old-lib/resource/spanish/NounSpa.gf similarity index 100% rename from next-lib/src/spanish/NounSpa.gf rename to old-lib/resource/spanish/NounSpa.gf diff --git a/next-lib/src/spanish/NumeralSpa.gf b/old-lib/resource/spanish/NumeralSpa.gf similarity index 99% rename from next-lib/src/spanish/NumeralSpa.gf rename to old-lib/resource/spanish/NumeralSpa.gf index 7a3dda29b..7775c105b 100644 --- a/next-lib/src/spanish/NumeralSpa.gf +++ b/old-lib/resource/spanish/NumeralSpa.gf @@ -45,7 +45,7 @@ lin pot01 = => "ciento" ; _ => uno ! f ! g } ; - n = Sg + n = Pl } ; lin pot0 d = {s = d.s ; n = Pl} ; diff --git a/next-lib/src/spanish/ParadigmsSpa.gf b/old-lib/resource/spanish/ParadigmsSpa.gf similarity index 99% rename from next-lib/src/spanish/ParadigmsSpa.gf rename to old-lib/resource/spanish/ParadigmsSpa.gf index 36008eb2d..90190a1a8 100644 --- a/next-lib/src/spanish/ParadigmsSpa.gf +++ b/old-lib/resource/spanish/ParadigmsSpa.gf @@ -27,6 +27,8 @@ resource ParadigmsSpa = open (Predef=Predef), Prelude, + CommonRomance, + ResSpa, MorphoSpa, BeschSpa, CatSpa in { diff --git a/next-lib/src/spanish/PhonoSpa.gf b/old-lib/resource/spanish/PhonoSpa.gf similarity index 100% rename from next-lib/src/spanish/PhonoSpa.gf rename to old-lib/resource/spanish/PhonoSpa.gf diff --git a/next-lib/src/spanish/PhraseSpa.gf b/old-lib/resource/spanish/PhraseSpa.gf similarity index 100% rename from next-lib/src/spanish/PhraseSpa.gf rename to old-lib/resource/spanish/PhraseSpa.gf diff --git a/next-lib/src/spanish/QuestionSpa.gf b/old-lib/resource/spanish/QuestionSpa.gf similarity index 100% rename from next-lib/src/spanish/QuestionSpa.gf rename to old-lib/resource/spanish/QuestionSpa.gf diff --git a/next-lib/src/spanish/RelativeSpa.gf b/old-lib/resource/spanish/RelativeSpa.gf similarity index 100% rename from next-lib/src/spanish/RelativeSpa.gf rename to old-lib/resource/spanish/RelativeSpa.gf diff --git a/next-lib/src/spanish/ResSpa.gf b/old-lib/resource/spanish/ResSpa.gf similarity index 100% rename from next-lib/src/spanish/ResSpa.gf rename to old-lib/resource/spanish/ResSpa.gf diff --git a/next-lib/src/spanish/SentenceSpa.gf b/old-lib/resource/spanish/SentenceSpa.gf similarity index 100% rename from next-lib/src/spanish/SentenceSpa.gf rename to old-lib/resource/spanish/SentenceSpa.gf diff --git a/next-lib/src/spanish/StructuralSpa.gf b/old-lib/resource/spanish/StructuralSpa.gf similarity index 79% rename from next-lib/src/spanish/StructuralSpa.gf rename to old-lib/resource/spanish/StructuralSpa.gf index f8cefbbd9..0483d6606 100644 --- a/next-lib/src/spanish/StructuralSpa.gf +++ b/old-lib/resource/spanish/StructuralSpa.gf @@ -1,5 +1,5 @@ concrete StructuralSpa of Structural = CatSpa ** - open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa, (X = ConstructX), Prelude in { + open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa, Prelude in { flags optimize=all ; @@ -28,13 +28,12 @@ lin during_Prep = mkPrep "durante" ; ---- either7or_DConj = {s1,s2 = "o" ; n = Sg} ; everybody_NP = makeNP ["todos"] Masc Pl ; - every_Det = {s,sp = \\_,_ => "cada" ; n = Sg ; s2 = []} ; + every_Det = {s = \\_,_ => "cada" ; n = Sg} ; everything_NP = pn2np (mkPN ["todo"] Masc) ; everywhere_Adv = ss ["en todas partes"] ; - few_Det = { - s,sp = \\g,c => prepCase c ++ genForms "pocos" "pocas" ! g ; n = Pl ; s2 = []} ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pocos" "pocas" ! g ; n = Pl} ; --- first_Ord = {s = \\ag => (regA "primero").s ! Posit ! AF ag.g ag.n} ; - for_Prep = mkPrep "para" ; + for_Prep = mkPrep "por" ; from_Prep = complGen ; --- he_Pron = mkPronoun @@ -60,13 +59,11 @@ lin "el" "lo" "le" "l" "su" "su" "sus" "sus" Masc Sg P3 ; - less_CAdv = X.mkCAdv "menos" conjThan ; ---- - many_Det = { - s,sp = \\g,c => prepCase c ++ genForms "muchos" "muchas" ! g ; n = Pl ; s2 = []} ; - more_CAdv = X.mkCAdv "ms" conjThan ; + less_CAdv = ss "meno" ; ---- + many_Det = {s = \\g,c => prepCase c ++ genForms "muchos" "muchas" ! g ; n = Pl} ; + more_CAdv = ss "mas" ; most_Predet = {s = \\_,c => prepCase c ++ ["la mayor parte"] ; c = CPrep P_de} ; - much_Det = { - s,sp = \\g,c => prepCase c ++ genForms "mucho" "mucha" ! g ; n = Sg ; s2 = []} ; + much_Det = {s = \\g,c => prepCase c ++ genForms "mucho" "mucha" ! g ; n = Sg} ; must_VV = mkVV (verboV (deber_6 "deber")) ; no_Utt = ss "no" ; on_Prep = mkPrep "sobre" ; @@ -85,21 +82,15 @@ lin Fem Sg P3 ; so_AdA = ss "tanto" ; somebody_NP = pn2np (mkPN ["algn"] Masc) ; - somePl_Det = { - s,sp = \\g,c => prepCase c ++ genForms "algunos" "algunas" ! g ; n = Pl ; s2 = []} ; - someSg_Det = { - s,sp = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg ; s2 = []} ; + somePl_Det = {s = \\g,c => prepCase c ++ genForms "algunos" "algunas" ! g ; n = Pl} ; + someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; something_NP = pn2np (mkPN ["algo"] Masc) ; somewhere_Adv = ss ["en ninguna parte"] ; - that_Quant = - let ese : ParadigmsSpa.Number => ParadigmsSpa.Gender => Case => Str = table { + that_Quant = { + s = table { Sg => \\g,c => prepCase c ++ genForms "ese" "esa" ! g ; Pl => \\g,c => prepCase c ++ genForms "esos" "esas" ! g } - in { - s = \\_ => ese ; - sp = ese ; - s2 = [] } ; there_Adv = mkAdv "all" ; -- all there7to_Adv = mkAdv ["para all"] ; @@ -109,17 +100,12 @@ lin "ellos" "los" "les" "ellos" "su" "su" "sus" "sus" Masc Pl P3 ; - this_Quant = - let este : ParadigmsSpa.Number => ParadigmsSpa.Gender => Case => Str = table { + this_Quant = { + s = table { Sg => \\g,c => prepCase c ++ genForms "este" "esta" ! g ; Pl => \\g,c => prepCase c ++ genForms "estos" "estas" ! g } - in { - s = \\_ => este ; - sp = este ; - s2 = [] } ; - through_Prep = mkPrep "por" ; too_AdA = ss "demasiado" ; to_Prep = complDat ; @@ -168,9 +154,6 @@ oper "y" / strs {"ya" ; "ye" ; "yo" ; "yu"} ; "e" / strs {"i" ; "hi" ; "y"} }} ** {n = Pl} ; -lin - as_CAdv = X.mkCAdv "si" conjThan ; ---- - have_V2 = dirV2 (verboV (tener_4 "tener")) ; } diff --git a/next-lib/src/spanish/TextSpa.gf b/old-lib/resource/spanish/TextSpa.gf similarity index 75% rename from next-lib/src/spanish/TextSpa.gf rename to old-lib/resource/spanish/TextSpa.gf index b689e1bbf..9f9eb75b9 100644 --- a/next-lib/src/spanish/TextSpa.gf +++ b/old-lib/resource/spanish/TextSpa.gf @@ -1,4 +1,4 @@ -concrete TextSpa of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** { +concrete TextSpa of Text = CommonX - [Tense,TPres,TPast,TFut,TCond] ** { -- This works for the special punctuation marks of Spanish. diff --git a/next-lib/src/spanish/VerbSpa.gf b/old-lib/resource/spanish/VerbSpa.gf similarity index 100% rename from next-lib/src/spanish/VerbSpa.gf rename to old-lib/resource/spanish/VerbSpa.gf diff --git a/next-lib/src/swedish/AdjectiveSwe.gf b/old-lib/resource/swedish/AdjectiveSwe.gf similarity index 100% rename from next-lib/src/swedish/AdjectiveSwe.gf rename to old-lib/resource/swedish/AdjectiveSwe.gf diff --git a/next-lib/src/swedish/AdverbSwe.gf b/old-lib/resource/swedish/AdverbSwe.gf similarity index 100% rename from next-lib/src/swedish/AdverbSwe.gf rename to old-lib/resource/swedish/AdverbSwe.gf diff --git a/next-lib/src/swedish/AllSwe.gf b/old-lib/resource/swedish/AllSwe.gf similarity index 100% rename from next-lib/src/swedish/AllSwe.gf rename to old-lib/resource/swedish/AllSwe.gf diff --git a/next-lib/src/swedish/AllSweAbs.gf b/old-lib/resource/swedish/AllSweAbs.gf similarity index 100% rename from next-lib/src/swedish/AllSweAbs.gf rename to old-lib/resource/swedish/AllSweAbs.gf diff --git a/next-lib/src/swedish/CatSwe.gf b/old-lib/resource/swedish/CatSwe.gf similarity index 100% rename from next-lib/src/swedish/CatSwe.gf rename to old-lib/resource/swedish/CatSwe.gf diff --git a/next-lib/src/swedish/CompatibilitySwe.gf b/old-lib/resource/swedish/CompatibilitySwe.gf similarity index 100% rename from next-lib/src/swedish/CompatibilitySwe.gf rename to old-lib/resource/swedish/CompatibilitySwe.gf diff --git a/next-lib/src/swedish/ConjunctionSwe.gf b/old-lib/resource/swedish/ConjunctionSwe.gf similarity index 100% rename from next-lib/src/swedish/ConjunctionSwe.gf rename to old-lib/resource/swedish/ConjunctionSwe.gf diff --git a/next-lib/src/swedish/DiffSwe.gf b/old-lib/resource/swedish/DiffSwe.gf similarity index 98% rename from next-lib/src/swedish/DiffSwe.gf rename to old-lib/resource/swedish/DiffSwe.gf index 307df2ccb..97d9fa9cd 100644 --- a/next-lib/src/swedish/DiffSwe.gf +++ b/old-lib/resource/swedish/DiffSwe.gf @@ -52,7 +52,6 @@ instance DiffSwe of DiffScand = open CommonScand, Prelude in { Utr => "en" ; Neutr => "ett" } ; - detIndefPl = "ngra" ; verbHave = mkVerb "ha" "har" "ha" "hade" "haft" "havd" "havt" "havda" ** noPart ; diff --git a/next-lib/src/swedish/ExtraScandSwe.gf b/old-lib/resource/swedish/ExtraScandSwe.gf similarity index 100% rename from next-lib/src/swedish/ExtraScandSwe.gf rename to old-lib/resource/swedish/ExtraScandSwe.gf diff --git a/next-lib/src/swedish/ExtraSwe.gf b/old-lib/resource/swedish/ExtraSwe.gf similarity index 100% rename from next-lib/src/swedish/ExtraSwe.gf rename to old-lib/resource/swedish/ExtraSwe.gf diff --git a/next-lib/src/swedish/ExtraSweAbs.gf b/old-lib/resource/swedish/ExtraSweAbs.gf similarity index 100% rename from next-lib/src/swedish/ExtraSweAbs.gf rename to old-lib/resource/swedish/ExtraSweAbs.gf diff --git a/next-lib/src/swedish/GrammarSwe.gf b/old-lib/resource/swedish/GrammarSwe.gf similarity index 100% rename from next-lib/src/swedish/GrammarSwe.gf rename to old-lib/resource/swedish/GrammarSwe.gf diff --git a/next-lib/src/swedish/IdiomSwe.gf b/old-lib/resource/swedish/IdiomSwe.gf similarity index 100% rename from next-lib/src/swedish/IdiomSwe.gf rename to old-lib/resource/swedish/IdiomSwe.gf diff --git a/next-lib/src/swedish/IrregSwe.gf b/old-lib/resource/swedish/IrregSwe.gf similarity index 100% rename from next-lib/src/swedish/IrregSwe.gf rename to old-lib/resource/swedish/IrregSwe.gf diff --git a/next-lib/src/swedish/IrregSweAbs.gf b/old-lib/resource/swedish/IrregSweAbs.gf similarity index 100% rename from next-lib/src/swedish/IrregSweAbs.gf rename to old-lib/resource/swedish/IrregSweAbs.gf diff --git a/next-lib/src/swedish/LangSwe.gf b/old-lib/resource/swedish/LangSwe.gf similarity index 100% rename from next-lib/src/swedish/LangSwe.gf rename to old-lib/resource/swedish/LangSwe.gf diff --git a/next-lib/src/swedish/LexiconSwe.gf b/old-lib/resource/swedish/LexiconSwe.gf similarity index 99% rename from next-lib/src/swedish/LexiconSwe.gf rename to old-lib/resource/swedish/LexiconSwe.gf index 8d4efeea1..3bca3ec0f 100644 --- a/next-lib/src/swedish/LexiconSwe.gf +++ b/old-lib/resource/swedish/LexiconSwe.gf @@ -90,6 +90,7 @@ lin harbour_N = regGenN "hamn" utrum; hate_V2 = dirV2 (regV "hatar") ; hat_N = regGenN "hatt" utrum ; + have_V2 = dirV2 (mkV "ha" "har" "ha" "hade" "haft" "haft") ; ---- pp hear_V2 = dirV2 (mkV "hra" "hr" "hr" "hrde" "hrt" "hrd") ; hill_N = regGenN "kulle" utrum ; -- hope_VS = mkVS ((regV "nskar")) ; @@ -101,8 +102,7 @@ lin industry_N = mk2N "industri" "industrier" ; ---- "ien" ?? iron_N = regGenN "jrn" neutrum ; king_N = (regGenN "kung" utrum) ; - know_V2 = mkV2 (mkV "knner") ; - know_VS = mkVS (mkV "veta" "vet" "vet" "visste" "vetat" "visst") ; + know_V2 = dirV2 (mkV "veta" "vet" "vet" "visste" "vetat" "visst") ; lake_N = mkN "sj" "sjn" "sjar" "sjarna" ; lamp_N = regGenN "lampa" utrum; learn_V2 = dirV2 (reflV (mkV "lra" "lr" "lr" "lrde" "lrt" "lrd")) ; diff --git a/next-lib/src/swedish/MorphoSwe.gf b/old-lib/resource/swedish/MorphoSwe.gf similarity index 100% rename from next-lib/src/swedish/MorphoSwe.gf rename to old-lib/resource/swedish/MorphoSwe.gf diff --git a/next-lib/src/swedish/NounSwe.gf b/old-lib/resource/swedish/NounSwe.gf similarity index 100% rename from next-lib/src/swedish/NounSwe.gf rename to old-lib/resource/swedish/NounSwe.gf diff --git a/next-lib/src/swedish/NumeralSwe.gf b/old-lib/resource/swedish/NumeralSwe.gf similarity index 100% rename from next-lib/src/swedish/NumeralSwe.gf rename to old-lib/resource/swedish/NumeralSwe.gf diff --git a/next-lib/src/swedish/ParadigmsSwe.gf b/old-lib/resource/swedish/ParadigmsSwe.gf similarity index 97% rename from next-lib/src/swedish/ParadigmsSwe.gf rename to old-lib/resource/swedish/ParadigmsSwe.gf index f414ef468..32a4d4b43 100644 --- a/next-lib/src/swedish/ParadigmsSwe.gf +++ b/old-lib/resource/swedish/ParadigmsSwe.gf @@ -312,9 +312,16 @@ oper mkN : (apa : Str) -> N = regN ; mkN : Str -> Gender -> N = regGenN ; mkN : (nyckel, nycklar : Str) -> N = mk2N ; - mkN : (museum,museet,museer,museerna : Str) -> N = mk4N + mkN : (museum,museet,museer,museerna : Str) -> N = mk4N ; + mkN : Str -> N -> N = compoundN ; } ; + compoundN : Str -> N -> N = \s,no -> { + s = \\n,d,c => s ++ no.s ! n ! d ! c ; + g = no.g ; + lock_N = <> + } ; + mk4N : (museum,museet,museer,museerna : Str) -> N = \apa,apan,apor,aporna -> { s = nounForms apa apan apor aporna ; g = case last apan of { @@ -331,9 +338,8 @@ oper } ; regGenN : Str -> Gender -> N = \bil, g -> case g of { - Utr => case bil of { - _ + "are" => decl5Noun bil ; - _ + "a" => decl1Noun bil ; + Utr => case last bil of { + "a" => decl1Noun bil ; _ => decl2Noun bil } ; Neutr => case last bil of { @@ -457,20 +463,15 @@ oper mk7A a b c d e f g = mkAdjective a b c d e f g ** {isComp = False ; lock_A = <>} ; regA fin = - let - fint : Str = case fin of { - ru + "nd" => ru + "nt" ; - se + "dd" => se + "tt" ; - pla + "tt" => pla + "tt" ; - gla + "d" => gla + "tt" ; - _ => fin + "t" - } ; - fina : Str = case fin of { - unk@(? + ? + ? + _) + "e" + n@("l" | "n" | "r") => unk + n + "a" ; - _ => fin + "a" - } + let fint : Str = case fin of { + ru + "nd" => ru + "nt" ; + se + "dd" => se + "tt" ; + pla + "tt" => pla + "tt" ; + gla + "d" => gla + "tt" ; + _ => fin + "t" + } in - mk3A fin fint fina ; + mk3A fin fint (fin + "a") ; irregA ung yngre yngst = mk7A ung (ung + "t") (ung + "a") (ung + "a") yngre yngst (yngst+"a") ; diff --git a/next-lib/src/swedish/PhraseSwe.gf b/old-lib/resource/swedish/PhraseSwe.gf similarity index 100% rename from next-lib/src/swedish/PhraseSwe.gf rename to old-lib/resource/swedish/PhraseSwe.gf diff --git a/next-lib/src/swedish/QuestionSwe.gf b/old-lib/resource/swedish/QuestionSwe.gf similarity index 100% rename from next-lib/src/swedish/QuestionSwe.gf rename to old-lib/resource/swedish/QuestionSwe.gf diff --git a/next-lib/src/swedish/RelativeSwe.gf b/old-lib/resource/swedish/RelativeSwe.gf similarity index 100% rename from next-lib/src/swedish/RelativeSwe.gf rename to old-lib/resource/swedish/RelativeSwe.gf diff --git a/next-lib/src/swedish/ResSwe.gf b/old-lib/resource/swedish/ResSwe.gf similarity index 100% rename from next-lib/src/swedish/ResSwe.gf rename to old-lib/resource/swedish/ResSwe.gf diff --git a/next-lib/src/swedish/SentenceSwe.gf b/old-lib/resource/swedish/SentenceSwe.gf similarity index 100% rename from next-lib/src/swedish/SentenceSwe.gf rename to old-lib/resource/swedish/SentenceSwe.gf diff --git a/next-lib/src/swedish/StructuralSwe.gf b/old-lib/resource/swedish/StructuralSwe.gf similarity index 71% rename from next-lib/src/swedish/StructuralSwe.gf rename to old-lib/resource/swedish/StructuralSwe.gf index 32f8ace3c..ec7200bae 100644 --- a/next-lib/src/swedish/StructuralSwe.gf +++ b/old-lib/resource/swedish/StructuralSwe.gf @@ -1,6 +1,5 @@ concrete StructuralSwe of Structural = CatSwe ** - open MorphoSwe, ParadigmsSwe, MakeStructuralSwe, - (X = ConstructX), Prelude in { + open MorphoSwe, ParadigmsSwe, Prelude in { flags optimize=all ; @@ -26,15 +25,10 @@ concrete StructuralSwe of Structural = CatSwe ** during_Prep = ss "under" ; either7or_DConj = sd2 "antingen" "eller" ** {n = Sg} ; everybody_NP = regNP "alla" "allas" Plg ; - every_Det = { - s = \\_,_ => "varje" ; - sp = \\_,_ => "var och en" ; ---- - n = Sg ; - det = DIndef - } ; + every_Det = {s = \\_,_ => "varje" ; n = Sg ; det = DIndef} ; everything_NP = regNP "allting" "alltings" SgNeutr ; everywhere_Adv = ss "verallt" ; - few_Det = {s,sp = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; --- first_Ord = {s = "frsta" ; isDet = True} ; for_Prep = ss "fr" ; from_Prep = ss "frn" ; @@ -49,17 +43,17 @@ concrete StructuralSwe of Structural = CatSwe ** i_Pron = MorphoSwe.mkNP "jag" "mig" "min" "mitt" "mina" SgUtr P1 ; in_Prep = ss "i" ; it_Pron = MorphoSwe.regNP "det" "dess" SgNeutr ; - less_CAdv = X.mkCAdv "mindre" "n" ; - many_Det = {s,sp = \\_,_ => "mnga" ; n = Pl ; det = DDef Indef} ; - more_CAdv = X.mkCAdv "mer" "n" ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mnga" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; most_Predet = {s = gennumForms ["den mesta"] ["det mesta"] ["de flesta"]} ; - much_Det = {s,sp = \\_,_ => "mycket" ; n = Pl ; det = DDef Indef} ; + much_Det = {s = \\_,_ => "mycket" ; n = Pl ; det = DDef Indef} ; must_VV = mkV "f" "mste" "f" "fick" "mst" "mst" ** {c2 = mkComplement [] ; lock_VV = <>} ; no_Utt = ss ["nej"] ; on_Prep = ss "p" ; ---- one_Quant = {s = \\_,_ => genderForms ["en"] ["ett"] ; n = Sg ; det = DIndef} ; +--- one_Quant = {s = \\_ => genderForms ["en"] ["ett"] ; n = Sg ; det = DIndef} ; only_Predet = {s = \\_ => "bara"} ; or_Conj = {s1 = [] ; s2 = "eller" ; n = Sg} ; otherwise_PConj = ss "annars" ; @@ -69,15 +63,15 @@ concrete StructuralSwe of Structural = CatSwe ** quite_Adv = ss "ganska" ; she_Pron = MorphoSwe.mkNP "hon" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; so_AdA = ss "s" ; - someSg_Det = {s,sp = \\_ => genderForms "ngon" "ngot" ; n = Sg ; det = DIndef} ; - somePl_Det = {s,sp = \\_,_ => "ngra" ; n = Pl ; det = DIndef} ; + someSg_Det = {s = \\_ => genderForms "ngon" "ngot" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "ngra" ; n = Pl ; det = DIndef} ; somebody_NP = regNP "ngon" "ngons" SgUtr ; something_NP = regNP "ngot" "ngots" SgNeutr ; somewhere_Adv = ss "ngonstans" ; that_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["den dr"] ["det dr"] ; - Pl => \\_,_,_ => ["de dr"] + {s = table { + Sg => \\_ => genderForms ["den dr"] ["det dr"] ; + Pl => \\_,_ => ["de dr"] } ; det = DDef Def } ; @@ -87,9 +81,9 @@ concrete StructuralSwe of Structural = CatSwe ** therefore_PConj = ss "drfr" ; they_Pron = MorphoSwe.mkNP "de" "dem" "deras" "deras" "deras" Plg P1 ; this_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms ["den hr"] ["det hr"] ; - Pl => \\_,_,_ => ["de hr"] + {s = table { + Sg => \\_ => genderForms ["den hr"] ["det hr"] ; + Pl => \\_,_ => ["de hr"] } ; det = DDef Def } ; @@ -129,27 +123,5 @@ concrete StructuralSwe of Structural = CatSwe ** oper vem = MorphoSwe.mkNP "vem" "vem" "vems" "vems" "vems" SgUtr P3 ; -lin - not_Predet = {s = \\_ => "inte"} ; - no_Quant = - {s,sp = table { - Sg => \\_,_ => genderForms "ingen" "inget" ; - Pl => \\_,_,_ => "inga" - } ; - det = DIndef - } ; - - if_then_Conj = {s1 = "om" ; s2 = "s" ; n = singular} ; - nobody_NP = regNP "ingen" "ingens" SgUtr ; - nothing_NP = regNP "inget" "ingets" SgNeutr ; - - at_least_AdN = ss "minst" ; - at_most_AdN = ss "hgst" ; - - except_Prep = ss "utom" ; - - as_CAdv = X.mkCAdv "lika" "som" ; - have_V2 = dirV2 (mkV "ha" "har" "ha" "hade" "haft" "haft") ; ---- pp - } diff --git a/next-lib/src/swedish/VerbSwe.gf b/old-lib/resource/swedish/VerbSwe.gf similarity index 100% rename from next-lib/src/swedish/VerbSwe.gf rename to old-lib/resource/swedish/VerbSwe.gf diff --git a/next-lib/src/thai/AdjectiveTha.gf b/old-lib/resource/thai/AdjectiveTha.gf similarity index 100% rename from next-lib/src/thai/AdjectiveTha.gf rename to old-lib/resource/thai/AdjectiveTha.gf diff --git a/next-lib/src/thai/AdverbTha.gf b/old-lib/resource/thai/AdverbTha.gf similarity index 100% rename from next-lib/src/thai/AdverbTha.gf rename to old-lib/resource/thai/AdverbTha.gf diff --git a/next-lib/src/thai/AllTha.gf b/old-lib/resource/thai/AllTha.gf similarity index 100% rename from next-lib/src/thai/AllTha.gf rename to old-lib/resource/thai/AllTha.gf diff --git a/next-lib/src/thai/AllThaAbs.gf b/old-lib/resource/thai/AllThaAbs.gf similarity index 100% rename from next-lib/src/thai/AllThaAbs.gf rename to old-lib/resource/thai/AllThaAbs.gf diff --git a/next-lib/src/thai/CatTha.gf b/old-lib/resource/thai/CatTha.gf similarity index 100% rename from next-lib/src/thai/CatTha.gf rename to old-lib/resource/thai/CatTha.gf diff --git a/next-lib/src/thai/ConjunctionTha.gf b/old-lib/resource/thai/ConjunctionTha.gf similarity index 100% rename from next-lib/src/thai/ConjunctionTha.gf rename to old-lib/resource/thai/ConjunctionTha.gf diff --git a/next-lib/src/thai/ExtraTha.gf b/old-lib/resource/thai/ExtraTha.gf similarity index 100% rename from next-lib/src/thai/ExtraTha.gf rename to old-lib/resource/thai/ExtraTha.gf diff --git a/next-lib/src/thai/GrammarTha.gf b/old-lib/resource/thai/GrammarTha.gf similarity index 100% rename from next-lib/src/thai/GrammarTha.gf rename to old-lib/resource/thai/GrammarTha.gf diff --git a/next-lib/src/thai/IdiomTha.gf b/old-lib/resource/thai/IdiomTha.gf similarity index 100% rename from next-lib/src/thai/IdiomTha.gf rename to old-lib/resource/thai/IdiomTha.gf diff --git a/next-lib/src/thai/IrregTha.gf b/old-lib/resource/thai/IrregTha.gf similarity index 100% rename from next-lib/src/thai/IrregTha.gf rename to old-lib/resource/thai/IrregTha.gf diff --git a/next-lib/src/thai/LangTha.gf b/old-lib/resource/thai/LangTha.gf similarity index 100% rename from next-lib/src/thai/LangTha.gf rename to old-lib/resource/thai/LangTha.gf diff --git a/next-lib/src/thai/LexiconTha.gf b/old-lib/resource/thai/LexiconTha.gf similarity index 100% rename from next-lib/src/thai/LexiconTha.gf rename to old-lib/resource/thai/LexiconTha.gf diff --git a/next-lib/src/thai/MorphoTha.gf b/old-lib/resource/thai/MorphoTha.gf similarity index 100% rename from next-lib/src/thai/MorphoTha.gf rename to old-lib/resource/thai/MorphoTha.gf diff --git a/next-lib/src/thai/NounTha.gf b/old-lib/resource/thai/NounTha.gf similarity index 100% rename from next-lib/src/thai/NounTha.gf rename to old-lib/resource/thai/NounTha.gf diff --git a/next-lib/src/thai/NumeralTha.gf b/old-lib/resource/thai/NumeralTha.gf similarity index 100% rename from next-lib/src/thai/NumeralTha.gf rename to old-lib/resource/thai/NumeralTha.gf diff --git a/next-lib/src/thai/ParadigmsTha.gf b/old-lib/resource/thai/ParadigmsTha.gf similarity index 100% rename from next-lib/src/thai/ParadigmsTha.gf rename to old-lib/resource/thai/ParadigmsTha.gf diff --git a/next-lib/src/thai/PhraseTha.gf b/old-lib/resource/thai/PhraseTha.gf similarity index 100% rename from next-lib/src/thai/PhraseTha.gf rename to old-lib/resource/thai/PhraseTha.gf diff --git a/next-lib/src/thai/QuestionTha.gf b/old-lib/resource/thai/QuestionTha.gf similarity index 100% rename from next-lib/src/thai/QuestionTha.gf rename to old-lib/resource/thai/QuestionTha.gf diff --git a/next-lib/src/thai/RelativeTha.gf b/old-lib/resource/thai/RelativeTha.gf similarity index 100% rename from next-lib/src/thai/RelativeTha.gf rename to old-lib/resource/thai/RelativeTha.gf diff --git a/next-lib/src/thai/ResTha.gf b/old-lib/resource/thai/ResTha.gf similarity index 100% rename from next-lib/src/thai/ResTha.gf rename to old-lib/resource/thai/ResTha.gf diff --git a/next-lib/src/thai/SentenceTha.gf b/old-lib/resource/thai/SentenceTha.gf similarity index 92% rename from next-lib/src/thai/SentenceTha.gf rename to old-lib/resource/thai/SentenceTha.gf index 3d46348c8..e4185f61f 100644 --- a/next-lib/src/thai/SentenceTha.gf +++ b/old-lib/resource/thai/SentenceTha.gf @@ -34,9 +34,9 @@ concrete SentenceTha of Sentence = CatTha ** -- EmbedQS qs = {s = qs.s ! QIndir} ; -- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr -- - UseCl t p cl = {s = t.s ++ p.s ++ cl.s ! p.p} ; - UseQCl t p cl = { - s = \\q => t.s ++ p.s ++ + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! p.p} ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ case q of {QIndir => waa_s ; _ => []} ++ cl.s ! p.p } ; diff --git a/next-lib/src/thai/StringsTha.gf b/old-lib/resource/thai/StringsTha.gf similarity index 100% rename from next-lib/src/thai/StringsTha.gf rename to old-lib/resource/thai/StringsTha.gf diff --git a/next-lib/src/thai/StructuralTha.gf b/old-lib/resource/thai/StructuralTha.gf similarity index 100% rename from next-lib/src/thai/StructuralTha.gf rename to old-lib/resource/thai/StructuralTha.gf diff --git a/next-lib/src/thai/VerbTha.gf b/old-lib/resource/thai/VerbTha.gf similarity index 100% rename from next-lib/src/thai/VerbTha.gf rename to old-lib/resource/thai/VerbTha.gf diff --git a/old-lib/resource/turkish/CatTur.gf b/old-lib/resource/turkish/CatTur.gf new file mode 100644 index 000000000..9de9db5c9 --- /dev/null +++ b/old-lib/resource/turkish/CatTur.gf @@ -0,0 +1,13 @@ +concrete CatTur of Cat = CommonX ** open ResTur, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Noun + NP, Pron = {s : Case => Str ; a : Agr} ; + +-- Open lexical classes, e.g. Lexicon + V, VS, VQ, VA = Verb ; + N = {s : Number => Case => Str} ; +} diff --git a/next-lib/src/turkish/GrammarTur.gf b/old-lib/resource/turkish/GrammarTur.gf similarity index 77% rename from next-lib/src/turkish/GrammarTur.gf rename to old-lib/resource/turkish/GrammarTur.gf index 8d6c94b9f..e61e55718 100644 --- a/next-lib/src/turkish/GrammarTur.gf +++ b/old-lib/resource/turkish/GrammarTur.gf @@ -1,9 +1,7 @@ --# -path=.:../abstract:../common:prelude concrete GrammarTur of Grammar = - NounTur, - NumeralTur, - StructuralTur + NumeralTur ** { flags startcat = Phr ; unlexer = text ; lexer = text ; diff --git a/next-lib/src/turkish/LangTur.gf b/old-lib/resource/turkish/LangTur.gf similarity index 100% rename from next-lib/src/turkish/LangTur.gf rename to old-lib/resource/turkish/LangTur.gf diff --git a/old-lib/resource/turkish/LexiconTur.gf b/old-lib/resource/turkish/LexiconTur.gf new file mode 100644 index 000000000..20b1d5f54 --- /dev/null +++ b/old-lib/resource/turkish/LexiconTur.gf @@ -0,0 +1,11 @@ +--# -path=.:prelude + +concrete LexiconTur of Lexicon = CatTur ** + open ResTur, ParadigmsTur, Prelude in { + +lin + come_V = regV "gelmek" ; + go_V = regV "gitmek" ; + run_V = regV "koşmek" ; + stop_V = regV "durmak" ; +} ; diff --git a/next-lib/src/turkish/NumeralTur.gf b/old-lib/resource/turkish/NumeralTur.gf similarity index 97% rename from next-lib/src/turkish/NumeralTur.gf rename to old-lib/resource/turkish/NumeralTur.gf index 18df3044b..dbee7d3da 100644 --- a/next-lib/src/turkish/NumeralTur.gf +++ b/old-lib/resource/turkish/NumeralTur.gf @@ -1,8 +1,5 @@ concrete NumeralTur of Numeral = CatTur ** open ResTur in { -flags - coding = utf8 ; - lincat Digit = {s : DForm => Str} ; Sub10 = {s : DForm => Str ; n : Number} ; diff --git a/old-lib/resource/turkish/ParadigmsTur.gf b/old-lib/resource/turkish/ParadigmsTur.gf new file mode 100644 index 000000000..102098c8c --- /dev/null +++ b/old-lib/resource/turkish/ParadigmsTur.gf @@ -0,0 +1,43 @@ +resource ParadigmsTur = open + Predef, + Prelude, + ResTur + in { + +oper + regV : Str -> Verb = \inf -> + let base : Str + = case inf of { + base+"mak" => base ; + base+"mek" => base + } + in { s = table { + VPres Sg P1 => harmony4 (harmony4 base "iyor") "im" ; + VPres Sg P2 => harmony4 (harmony4 base "iyor") "sin" ; + VPres Sg P3 => harmony4 base "iyor" ; + VPres Pl P1 => harmony4 (harmony4 base "iyor") "iz" ; + VPres Pl P2 => harmony4 (harmony4 (harmony4 base "iyor") "sin") "iz" ; + VPres Pl P3 => harmony4 (harmony4 base "iyor") "ler" ; + VPast Sg P1 => harmony4 base "dim" ; + VPast Sg P2 => harmony4 base "din" ; + VPast Sg P3 => harmony4 base "di" ; + VPast Pl P1 => harmony4 base "dik" ; + VPast Pl P2 => harmony4 (harmony4 base "din") "iz" ; + VPast Pl P3 => harmony4 base "diler" ; + VFuture Sg P1 => harmony4 (harmony2 base "ecek") "im" ; + VFuture Sg P2 => harmony4 (harmony2 base "ecek") "sin" ; + VFuture Sg P3 => harmony2 base "ecek" ; + VFuture Pl P1 => harmony4 (harmony2 base "ecek") "iz" ; + VFuture Pl P2 => harmony4 (harmony2 base "ecek") "siniz" ; + VFuture Pl P3 => harmony4 (harmony2 base "ecek") "ler" ; + VAorist Sg P1 => harmony4 base "im" ; + VAorist Sg P2 => harmony4 base "sin" ; + VAorist Sg P3 => base ; + VAorist Pl P1 => harmony4 base "iz" ; + VAorist Pl P2 => harmony4 (harmony4 base "sin") "iz" ; + VAorist Pl P3 => harmony4 base "ler" ; + VImperative => base ; + VInfinitive => inf + } + } ; +} \ No newline at end of file diff --git a/old-lib/resource/turkish/ResTur.gf b/old-lib/resource/turkish/ResTur.gf new file mode 100644 index 000000000..1fc1a8157 --- /dev/null +++ b/old-lib/resource/turkish/ResTur.gf @@ -0,0 +1,106 @@ +--# -path=.:../abstract:../common:../../prelude + +resource ResTur = ParamX ** open Prelude, Predef in { + +--2 For $Noun$ + + param + Case = Nom | Acc | Dat | Gen | Loc | Ablat | Abess ; + + Species = Indef | Def ; + + VForm = + VPres Number Person + | VPast Number Person + | VFuture Number Person + | VAorist Number Person + | VImperative + | VInfinitive + ; + + oper + Agr = {n : Number ; p : Person} ; + +-- For $Verb$. + + Verb : Type = { + s : VForm => Str + } ; + +--2 For $Numeral$ + param + DForm = unit | ten ; + +-- For $Numeral$. + oper + mkNum : Str -> Str -> {s : DForm => Str} = + \two, twenty -> + {s = table { + unit => two ; + ten => twenty + } + } ; + + mkNP : (ben,beni,bana,banin,bende,benden:Str) -> Number -> Person -> + {s : Case => Str ; a : Agr} = + \ben,beni,bana,banin,bende,benden,n,p -> { + s = table { + Nom => ben ; + Acc => beni ; + Dat => bana ; + Gen => banin ; + Loc => bende ; + Abl => benden + } ; + a = {n=n; p=p} ; + } ; + + oper + harmony4 : Str -> Str -> Str + = \base,suffix0 -> + let c : Str = + case base of { + _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ + ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; + _ => error "harmony4" + } ; + h : Str = + case c of { + ("ı"|"a") => "ı" ; + ("i"|"e") => "i" ; + ("u"|"o") => "u" ; + ("ü"|"ö") => "ü" + } ; + suffix : Str = + case suffix0 of { + s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) + + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") + +s2 => s1+h+s2 ; + s => s + } + in base + suffix ; + + harmony2 : Str -> Str -> Str + = \base,suffix0 -> + let c : Str = + case base of { + _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ + ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; + _ => error "harmony4" + } ; + h : Str = + case c of { + ("ı"|"a") => "ı" ; + ("i"|"e") => "i" ; + ("u"|"o") => "u" ; + ("ü"|"ö") => "ü" + } ; + suffix : Str = + case suffix0 of { + s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) + + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") + +s2 => s1+h+s2 ; + s => s + } + in base + suffix ; +} diff --git a/old-lib/resource/turkish/StructuralTur.gf b/old-lib/resource/turkish/StructuralTur.gf new file mode 100644 index 000000000..ee27b2a1a --- /dev/null +++ b/old-lib/resource/turkish/StructuralTur.gf @@ -0,0 +1,16 @@ +concrete StructuralTur of Structural = CatTur ** { + + flags optimize=all ; + + lin + he_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + i_Pron = mkNP "ben" "beni" "bana" "banim" "bende" "benden" Sg P1 ; + it_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + she_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + they_Pron = mkNP "onlar" "onları" "onlara" "onların" "onlarda" "onlardan" Pl P3 ; + we_Pron = mkNP "biz" "bizi" "bize" "bizim" "bizde" "bizden" Pl P1 ; + youSg_Pron = mkNP "sen" "seni" "sana" "senin" "sende" "senden" Sg P2 ; + youPl_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; + youPol_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; +} +